diff --git a/alisa/org.osate.alisa.common.ui/META-INF/MANIFEST.MF b/alisa/org.osate.alisa.common.ui/META-INF/MANIFEST.MF
index 66aac94f460..14c9e3c9ed7 100644
--- a/alisa/org.osate.alisa.common.ui/META-INF/MANIFEST.MF
+++ b/alisa/org.osate.alisa.common.ui/META-INF/MANIFEST.MF
@@ -17,11 +17,11 @@ Require-Bundle: org.osate.alisa.common;bundle-version="[3.0.0,4.0.0)";visibility
org.eclipse.compare;bundle-version="[3.7.0,4.0.0)",
org.osate.aadl2;bundle-version="[4.0.0,5.0.0)",
org.osate.aadl2.instantiation;bundle-version="[1.1.0,2.0.0)",
- org.osate.pluginsupport;bundle-version="[6.0.0,7.0.0)",
- org.osate.xtext.aadl2;bundle-version="[6.0.0,7.0.0)",
+ org.osate.pluginsupport;bundle-version="[7.0.0,8.0.0)",
+ org.osate.xtext.aadl2;bundle-version="[7.0.0,8.0.0)",
org.eclipse.xtext.xbase.lib;bundle-version="[2.20.0,3.0.0)",
org.osate.reqspec;bundle-version="[3.0.0,4.0.0)",
- org.osate.xtext.aadl2.ui;bundle-version="[6.0.0,7.0.0)",
+ org.osate.xtext.aadl2.ui;bundle-version="[7.0.0,8.0.0)",
org.eclipse.xtend.lib;bundle-version="[2.20.0,3.0.0)";resolution:=optional
Import-Package: org.eclipse.xsemantics.runtime,
org.apache.log4j;version="[1.2.0,2.0.0)"
diff --git a/alisa/org.osate.alisa.common/META-INF/MANIFEST.MF b/alisa/org.osate.alisa.common/META-INF/MANIFEST.MF
index 802fa55cc20..8a338e19ade 100644
--- a/alisa/org.osate.alisa.common/META-INF/MANIFEST.MF
+++ b/alisa/org.osate.alisa.common/META-INF/MANIFEST.MF
@@ -21,12 +21,12 @@ Require-Bundle: org.eclipse.xtext;bundle-version="[2.20.0,3.0.0)";visibility:=re
org.eclipse.core.resources;bundle-version="[3.9.1,4.0.0)",
org.eclipse.uml2;bundle-version="[5.0.0,6.0.0)",
org.eclipse.uml2.codegen.ecore;bundle-version="[2.0.1,3.0.0)",
- org.osate.xtext.aadl2.properties;bundle-version="[3.0.0,4.0.0)",
+ org.osate.xtext.aadl2.properties;bundle-version="[4.0.0,5.0.0)",
org.eclipse.xtext.xbase.lib;bundle-version="[2.20.0,3.0.0)",
org.eclipse.xsemantics.runtime;bundle-version="[1.19.0,2.0.0)",
org.osate.results;bundle-version="[2.0.0,3.0.0)",
org.osate.aadl2.modelsupport;bundle-version="[6.0.0,7.0.0)",
- org.osate.pluginsupport;bundle-version="[6.0.0,7.0.0)"
+ org.osate.pluginsupport;bundle-version="[7.0.0,8.0.0)"
Import-Package: org.apache.log4j;version="[1.2.0,2.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.osate.alisa.common,
diff --git a/alisa/org.osate.alisa.contribution/META-INF/MANIFEST.MF b/alisa/org.osate.alisa.contribution/META-INF/MANIFEST.MF
index f857cbc05a7..7cfb11c16f7 100644
--- a/alisa/org.osate.alisa.contribution/META-INF/MANIFEST.MF
+++ b/alisa/org.osate.alisa.contribution/META-INF/MANIFEST.MF
@@ -2,9 +2,9 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Contribution
Bundle-SymbolicName: org.osate.alisa.contribution;singleton:=true
-Bundle-Version: 1.0.5.qualifier
+Bundle-Version: 1.0.6.qualifier
Export-Package: alisa_consistency
-Require-Bundle: org.osate.pluginsupport;bundle-version="[6.0.0,7.0.0)",
+Require-Bundle: org.osate.pluginsupport;bundle-version="[7.0.0,8.0.0)",
org.osate.aadl2;bundle-version="[4.0.0,5.0.0)",
org.osate.results;bundle-version="[2.0.0,3.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/alisa/org.osate.alisa.contribution/pom.xml b/alisa/org.osate.alisa.contribution/pom.xml
index 060014014b7..7a487440d11 100644
--- a/alisa/org.osate.alisa.contribution/pom.xml
+++ b/alisa/org.osate.alisa.contribution/pom.xml
@@ -12,7 +12,7 @@
org.osate
org.osate.alisa.contribution
- 1.0.5-SNAPSHOT
+ 1.0.6-SNAPSHOT
eclipse-plugin
diff --git a/alisa/org.osate.alisa.workbench/META-INF/MANIFEST.MF b/alisa/org.osate.alisa.workbench/META-INF/MANIFEST.MF
index 7d0f14f087b..b5fb7fcd373 100644
--- a/alisa/org.osate.alisa.workbench/META-INF/MANIFEST.MF
+++ b/alisa/org.osate.alisa.workbench/META-INF/MANIFEST.MF
@@ -24,9 +24,9 @@ Require-Bundle: org.eclipse.xtext;bundle-version="[2.20.0,3.0.0)";visibility:=re
org.eclipse.xtext.ui;bundle-version="[2.20.0,3.0.0)";visibility:=reexport,
org.objectweb.asm;bundle-version="[7.2.0,8.0.0)";resolution:=optional,
org.osate.organization;bundle-version="[3.0.0,4.0.0)",
- org.osate.xtext.aadl2.properties;bundle-version="[3.0.0,4.0.0)",
+ org.osate.xtext.aadl2.properties;bundle-version="[4.0.0,5.0.0)",
org.eclipse.xtext.xbase.lib;bundle-version="[2.20.0,3.0.0)",
- org.osate.xtext.aadl2.errormodel;bundle-version="[6.0.0,7.0.0)",
+ org.osate.xtext.aadl2.errormodel;bundle-version="[7.0.0,8.0.0)",
org.osate.aadl2.modelsupport;bundle-version="[6.0.0,7.0.0)"
Import-Package: org.apache.log4j;version="[1.2.0,2.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/alisa/org.osate.assure/META-INF/MANIFEST.MF b/alisa/org.osate.assure/META-INF/MANIFEST.MF
index 42b25585118..5a361a945e4 100644
--- a/alisa/org.osate.assure/META-INF/MANIFEST.MF
+++ b/alisa/org.osate.assure/META-INF/MANIFEST.MF
@@ -21,11 +21,11 @@ Require-Bundle: org.eclipse.xtext;bundle-version="[2.20.0,3.0.0)";visibility:=re
org.antlr.runtime;bundle-version="[3.2.0,3.2.1)",
org.objectweb.asm;bundle-version="[7.2.0,8.0.0)";resolution:=optional,
org.osate.aadl2;bundle-version="[4.0.0,5.0.0)",
- org.osate.xtext.aadl2.properties;bundle-version="[3.0.0,4.0.0)",
+ org.osate.xtext.aadl2.properties;bundle-version="[4.0.0,5.0.0)",
org.eclipse.core.resources;bundle-version="[3.9.1,4.0.0)",
org.osate.aadl2.modelsupport;bundle-version="[6.0.0,7.0.0)",
org.junit;bundle-version="[4.11.0,5.0.0)",
- org.osate.pluginsupport;bundle-version="[6.0.0,7.0.0)",
+ org.osate.pluginsupport;bundle-version="[7.0.0,8.0.0)",
org.eclipse.xtext.ui;bundle-version="[2.20.0,3.0.0)",
org.eclipse.ui.editors;bundle-version="[3.6.0,4.0.0)",
org.eclipse.ui;bundle-version="[3.6.0,4.0.0)",
@@ -40,7 +40,7 @@ Require-Bundle: org.eclipse.xtext;bundle-version="[2.20.0,3.0.0)";visibility:=re
org.eclipse.xtext.xbase.lib;bundle-version="[2.20.0,3.0.0)",
org.eclipse.xsemantics.runtime;bundle-version="[1.8.1,2.0.0)",
org.osate.results;bundle-version="[2.0.0,3.0.0)",
- org.osate.xtext.aadl2;bundle-version="[6.0.0,7.0.0)",
+ org.osate.xtext.aadl2;bundle-version="[7.0.0,8.0.0)",
org.osate.organization;bundle-version="[3.0.0,4.0.0)",
org.osate.annexsupport;bundle-version="[3.1.0,4.0.0)"
Import-Package: com.rockwellcollins.atc.resolute.analysis.execution;resolution:=optional,
diff --git a/alisa/org.osate.reqspec.ui/META-INF/MANIFEST.MF b/alisa/org.osate.reqspec.ui/META-INF/MANIFEST.MF
index 6acf58c6087..06e5a58a898 100644
--- a/alisa/org.osate.reqspec.ui/META-INF/MANIFEST.MF
+++ b/alisa/org.osate.reqspec.ui/META-INF/MANIFEST.MF
@@ -21,7 +21,7 @@ Require-Bundle: org.osate.reqspec;bundle-version="[3.0.0,4.0.0)",
org.eclipse.xtext.xbase.lib;bundle-version="[2.20.0,3.0.0)",
org.osate.categories;bundle-version="[3.0.0,4.0.0)",
org.eclipse.xtend.lib;bundle-version="[2.20.0,3.0.0)",
- org.osate.xtext.aadl2.ui;bundle-version="[6.0.0,7.0.0)",
+ org.osate.xtext.aadl2.ui;bundle-version="[7.0.0,8.0.0)",
org.osate.ui;bundle-version="[6.0.0,7.0.0)"
Import-Package: org.apache.log4j;version="[1.2.0,2.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/alisa/org.osate.reqspec/META-INF/MANIFEST.MF b/alisa/org.osate.reqspec/META-INF/MANIFEST.MF
index 07c164d16a1..a3411ccc8ae 100644
--- a/alisa/org.osate.reqspec/META-INF/MANIFEST.MF
+++ b/alisa/org.osate.reqspec/META-INF/MANIFEST.MF
@@ -23,10 +23,10 @@ Require-Bundle: org.eclipse.xtext;bundle-version="[2.20.0,3.0.0)";visibility:=re
org.osate.alisa.common;bundle-version="[3.0.0,4.0.0)";visibility:=reexport,
org.osate.categories;bundle-version="[3.0.0,4.0.0)",
org.osate.organization;bundle-version="[3.0.0,4.0.0)",
- org.osate.xtext.aadl2;bundle-version="[6.0.0,7.0.0)",
+ org.osate.xtext.aadl2;bundle-version="[7.0.0,8.0.0)",
org.eclipse.xtext.xbase.lib;bundle-version="[2.20.0,3.0.0)",
- org.osate.xtext.aadl2.errormodel;bundle-version="[6.0.0,7.0.0)",
- org.osate.pluginsupport;bundle-version="[6.0.0,7.0.0)"
+ org.osate.xtext.aadl2.errormodel;bundle-version="[7.0.0,8.0.0)",
+ org.osate.pluginsupport;bundle-version="[7.0.0,8.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.osate.reqspec,
org.osate.reqspec.generator,
diff --git a/alisa/org.osate.reqtrace/META-INF/MANIFEST.MF b/alisa/org.osate.reqtrace/META-INF/MANIFEST.MF
index 69065b5c183..eaa3f6da9b8 100644
--- a/alisa/org.osate.reqtrace/META-INF/MANIFEST.MF
+++ b/alisa/org.osate.reqtrace/META-INF/MANIFEST.MF
@@ -16,7 +16,7 @@ Require-Bundle: org.eclipse.ui;bundle-version="[3.115.0,4.0.0)",
org.osate.reqspec;bundle-version="[3.0.0,4.0.0)",
org.eclipse.core.expressions;bundle-version="[3.5.0,4.0.0)",
org.eclipse.xtext.ui;bundle-version="[2.20.0,3.0.0)",
- org.osate.xtext.aadl2.ui;bundle-version="[6.0.0,7.0.0)",
+ org.osate.xtext.aadl2.ui;bundle-version="[7.0.0,8.0.0)",
org.eclipse.ui.ide;bundle-version="[3.11.0,4.0.0)",
org.eclipse.core.filesystem;bundle-version="[1.5.0,2.0.0)",
org.eclipse.birt.report.engine;bundle-version="[4.7.0,5.0.0)",
diff --git a/alisa/org.osate.reqtrace/src/org/osate/reqtrace/Activator.java b/alisa/org.osate.reqtrace/src/org/osate/reqtrace/Activator.java
index e4d7fab1a58..1f9df3202ab 100644
--- a/alisa/org.osate.reqtrace/src/org/osate/reqtrace/Activator.java
+++ b/alisa/org.osate.reqtrace/src/org/osate/reqtrace/Activator.java
@@ -29,7 +29,7 @@
/**
* The activator class controls the plug-in life cycle
- * @since 1.1
+ * @since 1.0
*/
public class Activator extends AbstractUIPlugin {
diff --git a/alisa/org.osate.verify.ui/META-INF/MANIFEST.MF b/alisa/org.osate.verify.ui/META-INF/MANIFEST.MF
index 42d1b765d36..4b7759db448 100644
--- a/alisa/org.osate.verify.ui/META-INF/MANIFEST.MF
+++ b/alisa/org.osate.verify.ui/META-INF/MANIFEST.MF
@@ -23,7 +23,7 @@ Require-Bundle: org.osate.verify;bundle-version="[4.0.0,5.0.0)";visibility:=reex
org.eclipse.xtext.xbase.lib;bundle-version="[2.20.0,3.0.0)",
org.osate.categories;bundle-version="[3.0.0,4.0.0)",
org.osate.aadl2.modelsupport;bundle-version="[6.0.0,7.0.0)",
- org.osate.xtext.aadl2.ui;bundle-version="[6.0.0,7.0.0)",
+ org.osate.xtext.aadl2.ui;bundle-version="[7.0.0,8.0.0)",
org.osate.ui;bundle-version="[6.0.0,7.0.0)",
org.osate.assure;bundle-version="[3.0.0,4.0.0)",
org.eclipse.xtend.lib;bundle-version="[2.20.0,3.0.0)";resolution:=optional
diff --git a/alisa/org.osate.verify/META-INF/MANIFEST.MF b/alisa/org.osate.verify/META-INF/MANIFEST.MF
index b6b14aa60cb..d30b0d01aa4 100644
--- a/alisa/org.osate.verify/META-INF/MANIFEST.MF
+++ b/alisa/org.osate.verify/META-INF/MANIFEST.MF
@@ -17,7 +17,7 @@ Require-Bundle: org.eclipse.xtext;bundle-version="[2.20.0,3.0.0)";visibility:=re
org.antlr.runtime;bundle-version="[3.2.0,4.0.0)",
org.objectweb.asm;bundle-version="[7.2.0,8.0.0)";resolution:=optional,
org.osate.aadl2;bundle-version="[4.0.0,5.0.0)",
- org.osate.xtext.aadl2.properties;bundle-version="[3.0.0,4.0.0)",
+ org.osate.xtext.aadl2.properties;bundle-version="[4.0.0,5.0.0)",
org.eclipse.uml2.codegen.ecore;bundle-version="[2.0.1,3.0.0)",
org.osate.alisa.common;bundle-version="[3.0.0,4.0.0)",
org.osate.categories;bundle-version="[3.0.0,4.0.0)",
@@ -36,7 +36,7 @@ Require-Bundle: org.eclipse.xtext;bundle-version="[2.20.0,3.0.0)";visibility:=re
org.osate.organization;bundle-version="[3.0.0,4.0.0)",
org.eclipse.jface;bundle-version="[3.13.2,4.0.0)",
org.osate.aadl2.modelsupport;bundle-version="[6.0.0,7.0.0)",
- org.osate.pluginsupport;bundle-version="[6.0.0,7.0.0)",
+ org.osate.pluginsupport;bundle-version="[7.0.0,8.0.0)",
org.osate.ui;bundle-version="[6.0.0,7.0.0)"
Import-Package: com.rockwellcollins.atc.resolute.resolute;resolution:=optional,
org.apache.log4j;version="[1.2.0,2.0.0)"
diff --git a/analyses/org.osate.analysis.architecture/META-INF/MANIFEST.MF b/analyses/org.osate.analysis.architecture/META-INF/MANIFEST.MF
index 17f8274e01e..72d5bfa7430 100644
--- a/analyses/org.osate.analysis.architecture/META-INF/MANIFEST.MF
+++ b/analyses/org.osate.analysis.architecture/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.osate.analysis.architecture;singleton:=true
-Bundle-Version: 2.0.2.qualifier
+Bundle-Version: 2.0.3.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.osate.analysis.architecture.ArchitecturePlugin
Bundle-Vendor: CMU/SEI
@@ -12,8 +12,8 @@ Export-Package:
org.osate.analysis.architecture.handlers
Require-Bundle: org.osate.aadl2;bundle-version="[4.0.0,5.0.0)",
org.osate.ui;bundle-version="[6.0.0,7.0.0)",
- org.osate.xtext.aadl2.properties;bundle-version="[3.0.0,4.0.0)",
- org.osate.xtext.aadl2;bundle-version="[6.0.0,7.0.0)",
+ org.osate.xtext.aadl2.properties;bundle-version="[4.0.0,5.0.0)",
+ org.osate.xtext.aadl2;bundle-version="[7.0.0,8.0.0)",
org.osate.results;bundle-version="[2.0.0,3.0.0)",
org.eclipse.ui.ide;bundle-version="[3.13.1,4.0.0)",
org.eclipse.xtext;bundle-version="[2.20.0,3.0.0)",
diff --git a/analyses/org.osate.analysis.architecture/pom.xml b/analyses/org.osate.analysis.architecture/pom.xml
index 1c822876cda..1d67abf38a4 100644
--- a/analyses/org.osate.analysis.architecture/pom.xml
+++ b/analyses/org.osate.analysis.architecture/pom.xml
@@ -12,7 +12,7 @@
org.osate
org.osate.analysis.architecture
- 2.0.2-SNAPSHOT
+ 2.0.3-SNAPSHOT
eclipse-plugin
diff --git a/analyses/org.osate.analysis.flows/META-INF/MANIFEST.MF b/analyses/org.osate.analysis.flows/META-INF/MANIFEST.MF
index 823e8b8da1f..570294b4f9a 100644
--- a/analyses/org.osate.analysis.flows/META-INF/MANIFEST.MF
+++ b/analyses/org.osate.analysis.flows/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.osate.analysis.flows;singleton:=true
-Bundle-Version: 5.0.0.qualifier
+Bundle-Version: 5.0.1.qualifier
Bundle-Activator: org.osate.analysis.flows.FlowanalysisPlugin
Bundle-Vendor: CMU/SEI
Bundle-Localization: plugin
@@ -16,7 +16,7 @@ Export-Package: org.osate.analysis.flows,
Require-Bundle: org.osate.aadl2;bundle-version="[4.0.0,5.0.0)",
org.osate.aadl2.modelsupport;bundle-version="[6.0.0,7.0.0)",
org.osate.ui;bundle-version="[6.0.0,7.0.0)",
- org.osate.xtext.aadl2.properties;bundle-version="[3.0.0,4.0.0)",
+ org.osate.xtext.aadl2.properties;bundle-version="[4.0.0,5.0.0)",
org.osate.contribution.sei;bundle-version="[1.1.0,3.0.0)",
org.osate.results;bundle-version="[2.0.0,3.0.0)"
Bundle-ActivationPolicy: lazy
diff --git a/analyses/org.osate.analysis.flows/pom.xml b/analyses/org.osate.analysis.flows/pom.xml
index cec2b6b80a1..6a934deddb5 100644
--- a/analyses/org.osate.analysis.flows/pom.xml
+++ b/analyses/org.osate.analysis.flows/pom.xml
@@ -12,7 +12,7 @@
org.osate
org.osate.analysis.flows
- 5.0.0-SNAPSHOT
+ 5.0.1-SNAPSHOT
eclipse-plugin
diff --git a/analyses/org.osate.analysis.resource.budgets/META-INF/MANIFEST.MF b/analyses/org.osate.analysis.resource.budgets/META-INF/MANIFEST.MF
index 3838f4cdc1c..3cbd9cdc05a 100644
--- a/analyses/org.osate.analysis.resource.budgets/META-INF/MANIFEST.MF
+++ b/analyses/org.osate.analysis.resource.budgets/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Resource Analysis Plug-in
Bundle-SymbolicName: org.osate.analysis.resource.budgets;singleton:=true
-Bundle-Version: 4.0.2.qualifier
+Bundle-Version: 4.0.3.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.osate.analysis.resource.budgets.ResourceBudgetPlugin
Bundle-Vendor: CMU/SEI
@@ -14,7 +14,7 @@ Require-Bundle: org.eclipse.ui;bundle-version="[3.115.0,4.0.0)",
org.osate.aadl2;bundle-version="[4.0.0,5.0.0)",
org.osate.ui;bundle-version="[6.0.0,7.0.0)",
org.osate.aadl2.modelsupport;bundle-version="[6.0.0,7.0.0)",
- org.osate.xtext.aadl2.properties;bundle-version="[3.0.0,4.0.0)",
+ org.osate.xtext.aadl2.properties;bundle-version="[4.0.0,5.0.0)",
org.osate.analysis.architecture;bundle-version="[2.0.0,3.0.0)",
org.osate.analysis.flows;bundle-version="[5.0.0,6.0.0)",
org.osate.results;bundle-version="[2.0.0,3.0.0)"
diff --git a/analyses/org.osate.analysis.resource.budgets/pom.xml b/analyses/org.osate.analysis.resource.budgets/pom.xml
index c757184429d..26ccd11eebe 100644
--- a/analyses/org.osate.analysis.resource.budgets/pom.xml
+++ b/analyses/org.osate.analysis.resource.budgets/pom.xml
@@ -12,7 +12,7 @@
org.osate
org.osate.analysis.resource.budgets
- 4.0.2-SNAPSHOT
+ 4.0.3-SNAPSHOT
eclipse-plugin
diff --git a/analyses/org.osate.analysis.resource.management/META-INF/MANIFEST.MF b/analyses/org.osate.analysis.resource.management/META-INF/MANIFEST.MF
index de832aff530..5ab3ff638d2 100644
--- a/analyses/org.osate.analysis.resource.management/META-INF/MANIFEST.MF
+++ b/analyses/org.osate.analysis.resource.management/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.osate.analysis.resource.management;singleton:=true
-Bundle-Version: 4.0.0.qualifier
+Bundle-Version: 4.0.1.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.osate.analysis.resource.management.ResourcemanagementPlugin
Bundle-Vendor: CMU/SEI
@@ -15,7 +15,7 @@ Require-Bundle: org.osate.analysis.binpacking;bundle-version="[3.0.0,4.0.0)",
org.osate.aadl2;bundle-version="[4.0.0,5.0.0)",
org.osate.aadl2.modelsupport;bundle-version="[6.0.0,7.0.0)",
org.osate.ui;bundle-version="[6.0.0,7.0.0)",
- org.osate.xtext.aadl2.properties;bundle-version="[3.0.0,4.0.0)"
+ org.osate.xtext.aadl2.properties;bundle-version="[4.0.0,5.0.0)"
Bundle-ActivationPolicy: lazy
Automatic-Module-Name: org.osate.analysis.resource.management
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/analyses/org.osate.analysis.resource.management/pom.xml b/analyses/org.osate.analysis.resource.management/pom.xml
index 1464f947d2c..3a960cc66f3 100644
--- a/analyses/org.osate.analysis.resource.management/pom.xml
+++ b/analyses/org.osate.analysis.resource.management/pom.xml
@@ -12,7 +12,7 @@
org.osate
org.osate.analysis.resource.management
- 4.0.0-SNAPSHOT
+ 4.0.1-SNAPSHOT
eclipse-plugin
diff --git a/ba/org.osate.ba.contrib/META-INF/MANIFEST.MF b/ba/org.osate.ba.contrib/META-INF/MANIFEST.MF
index d92f26a1965..4bd9fdd349e 100644
--- a/ba/org.osate.ba.contrib/META-INF/MANIFEST.MF
+++ b/ba/org.osate.ba.contrib/META-INF/MANIFEST.MF
@@ -2,11 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Property Set Contribution
Bundle-SymbolicName: org.osate.ba.contrib;singleton:=true
-Bundle-Version: 1.0.5.qualifier
+Bundle-Version: 1.0.6.qualifier
Bundle-Activator: org.osate.ba.contrib.Activator
Require-Bundle: org.eclipse.ui;bundle-version="[3.115.0,4.0.0)",
org.eclipse.core.runtime;bundle-version="[3.17.0,4.0.0)",
- org.osate.pluginsupport;bundle-version="[6.0.0,7.0.0)"
+ org.osate.pluginsupport;bundle-version="[7.0.0,8.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Bundle-Vendor: TELECOM ParisTech
diff --git a/ba/org.osate.ba.contrib/pom.xml b/ba/org.osate.ba.contrib/pom.xml
index 29e81631b4c..30cf45b602c 100644
--- a/ba/org.osate.ba.contrib/pom.xml
+++ b/ba/org.osate.ba.contrib/pom.xml
@@ -12,7 +12,7 @@
org.osate
org.osate.ba.contrib
- 1.0.5-SNAPSHOT
+ 1.0.6-SNAPSHOT
eclipse-plugin
diff --git a/ba/org.osate.ba.feature/feature.xml b/ba/org.osate.ba.feature/feature.xml
index 7f897b150ba..d077d165d10 100644
--- a/ba/org.osate.ba.feature/feature.xml
+++ b/ba/org.osate.ba.feature/feature.xml
@@ -2,7 +2,7 @@
diff --git a/ba/org.osate.ba.feature/pom.xml b/ba/org.osate.ba.feature/pom.xml
index f87f6174e7f..d4e9ca86838 100644
--- a/ba/org.osate.ba.feature/pom.xml
+++ b/ba/org.osate.ba.feature/pom.xml
@@ -12,7 +12,7 @@
org.osate
org.osate.ba.feature
- 5.0.1-SNAPSHOT
+ 5.1.0-SNAPSHOT
eclipse-feature
diff --git a/ba/org.osate.ba/META-INF/MANIFEST.MF b/ba/org.osate.ba/META-INF/MANIFEST.MF
index ef894e67494..0eb6a894ae5 100644
--- a/ba/org.osate.ba/META-INF/MANIFEST.MF
+++ b/ba/org.osate.ba/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.osate.ba;singleton:=true
-Bundle-Version: 5.0.1.qualifier
+Bundle-Version: 5.1.0.qualifier
Bundle-ClassPath: .,
resources/libs/antlr-runtime-4.4.jar
Bundle-Vendor: %providerName
@@ -35,7 +35,7 @@ Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.16.0,4.0.0)",
org.osate.aadl2;bundle-version="[4.0.0,5.0.0)";visibility:=reexport,
org.osate.aadl2.modelsupport;bundle-version="[6.0.0,7.0.0)",
org.osate.annexsupport;bundle-version="[3.1.0,4.0.0)",
- org.osate.xtext.aadl2.properties;bundle-version="[3.0.0,4.0.0)",
+ org.osate.xtext.aadl2.properties;bundle-version="[4.0.0,5.0.0)",
org.osate.ui;bundle-version="[6.0.0,7.0.0)",
org.osate.utils;bundle-version="[2.0.0,3.0.0)";visibility:=reexport
Bundle-ActivationPolicy: lazy
diff --git a/ba/org.osate.ba/pom.xml b/ba/org.osate.ba/pom.xml
index 53e28adcc11..eba29a7b284 100644
--- a/ba/org.osate.ba/pom.xml
+++ b/ba/org.osate.ba/pom.xml
@@ -12,7 +12,7 @@
org.osate
org.osate.ba
- 5.0.1-SNAPSHOT
+ 5.1.0-SNAPSHOT
eclipse-plugin
diff --git a/ba/org.osate.utils.feature/feature.xml b/ba/org.osate.utils.feature/feature.xml
index 2d97876064b..4f96d754cab 100644
--- a/ba/org.osate.utils.feature/feature.xml
+++ b/ba/org.osate.utils.feature/feature.xml
@@ -2,7 +2,7 @@
diff --git a/ba/org.osate.utils.feature/pom.xml b/ba/org.osate.utils.feature/pom.xml
index 6de2a24bd3e..a22f5332437 100644
--- a/ba/org.osate.utils.feature/pom.xml
+++ b/ba/org.osate.utils.feature/pom.xml
@@ -12,7 +12,7 @@
org.osate
org.osate.utils.feature
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
eclipse-feature
diff --git a/ba/org.osate.utils/META-INF/MANIFEST.MF b/ba/org.osate.utils/META-INF/MANIFEST.MF
index b8333209b38..9f418bca7d3 100644
--- a/ba/org.osate.utils/META-INF/MANIFEST.MF
+++ b/ba/org.osate.utils/META-INF/MANIFEST.MF
@@ -2,11 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: AADL-Utils
Bundle-SymbolicName: org.osate.utils;singleton:=true
-Bundle-Version: 2.0.0.qualifier
+Bundle-Version: 2.0.1.qualifier
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.7.0,4.0.0)",
org.eclipse.xtext;bundle-version="[2.20.0,3.0.0)",
org.osate.aadl2;bundle-version="[4.0.0,5.0.0)",
- org.osate.xtext.aadl2.properties;bundle-version="[3.0.0,4.0.0)",
+ org.osate.xtext.aadl2.properties;bundle-version="[4.0.0,5.0.0)",
org.eclipse.core.resources;bundle-version="[3.13.0,4.0.0)",
org.osate.aadl2.modelsupport;bundle-version="[6.0.0,7.0.0)"
Bundle-ActivationPolicy: lazy
diff --git a/ba/org.osate.utils/pom.xml b/ba/org.osate.utils/pom.xml
index 49343a54870..3fb6b458864 100644
--- a/ba/org.osate.utils/pom.xml
+++ b/ba/org.osate.utils/pom.xml
@@ -12,7 +12,7 @@
org.osate
org.osate.utils
- 2.0.0-SNAPSHOT
+ 2.0.1-SNAPSHOT
eclipse-plugin
diff --git a/core/org.osate.aadl2.contrib/META-INF/MANIFEST.MF b/core/org.osate.aadl2.contrib/META-INF/MANIFEST.MF
index d2d290e2850..85d1cdf8ef5 100644
--- a/core/org.osate.aadl2.contrib/META-INF/MANIFEST.MF
+++ b/core/org.osate.aadl2.contrib/META-INF/MANIFEST.MF
@@ -2,13 +2,13 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Standard Property Set Contributions
Bundle-SymbolicName: org.osate.aadl2.contrib;singleton:=true
-Bundle-Version: 1.0.1.qualifier
+Bundle-Version: 1.0.2.qualifier
Bundle-Activator: org.osate.aadl2.contrib.Activator
Bundle-Vendor: CMU/SEI
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.18.0,4.0.0)",
org.osate.aadl2;bundle-version="[4.0.0,5.0.0)",
org.osate.aadl2.modelsupport;bundle-version="[6.0.0,7.0.0)",
- org.osate.pluginsupport;bundle-version="[6.0.0,7.0.0)"
+ org.osate.pluginsupport;bundle-version="[7.0.0,8.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Automatic-Module-Name: org.osate.aadl2.contrib
Bundle-ActivationPolicy: lazy
diff --git a/core/org.osate.aadl2.contrib/pom.xml b/core/org.osate.aadl2.contrib/pom.xml
index ebddcc302c0..1ed130ed619 100644
--- a/core/org.osate.aadl2.contrib/pom.xml
+++ b/core/org.osate.aadl2.contrib/pom.xml
@@ -12,7 +12,7 @@
org.osate
org.osate.aadl2.contrib
- 1.0.1-SNAPSHOT
+ 1.0.2-SNAPSHOT
eclipse-plugin
diff --git a/core/org.osate.aadl2.instance.textual.ui/.settings/.api_filters b/core/org.osate.aadl2.instance.textual.ui/.settings/.api_filters
index fe76783fa19..33115cee840 100644
--- a/core/org.osate.aadl2.instance.textual.ui/.settings/.api_filters
+++ b/core/org.osate.aadl2.instance.textual.ui/.settings/.api_filters
@@ -8,4 +8,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/core/org.osate.aadl2.instance.textual.ui/META-INF/MANIFEST.MF b/core/org.osate.aadl2.instance.textual.ui/META-INF/MANIFEST.MF
index 89c0f804f8d..8919deb1688 100644
--- a/core/org.osate.aadl2.instance.textual.ui/META-INF/MANIFEST.MF
+++ b/core/org.osate.aadl2.instance.textual.ui/META-INF/MANIFEST.MF
@@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Aadl2 Textual Instance UI
Bundle-Vendor: CMU/SEI
-Bundle-Version: 2.0.6.qualifier
+Bundle-Version: 3.0.0.qualifier
Bundle-SymbolicName: org.osate.aadl2.instance.textual.ui;singleton:=true
Bundle-ActivationPolicy: lazy
-Require-Bundle: org.osate.aadl2.instance.textual;bundle-version="[2.0.0,3.0.0)";visibility:=reexport,
+Require-Bundle: org.osate.aadl2.instance.textual;bundle-version="[3.0.0,4.0.0)";visibility:=reexport,
org.eclipse.xtext.ui;bundle-version="[2.20.0,3.0.0)",
org.eclipse.ui.editors;bundle-version="[3.5.0,4.0.0)",
org.eclipse.ui.ide;bundle-version="[3.5.0,4.0.0)",
@@ -14,8 +14,8 @@ Require-Bundle: org.osate.aadl2.instance.textual;bundle-version="[2.0.0,3.0.0)";
org.eclipse.xtext.builder;bundle-version="[2.20.0,3.0.0)",
org.eclipse.xtext.ui.codetemplates.ui;bundle-version="[2.20.0,3.0.0)",
org.eclipse.compare;bundle-version="[3.7.0,4.0.0)",
- org.osate.xtext.aadl2.properties.ui;bundle-version="[4.0.0,5.0.0)",
- org.osate.xtext.aadl2.ui;bundle-version="[6.0.0,7.0.0)",
+ org.osate.xtext.aadl2.properties.ui;bundle-version="[5.0.0,6.0.0)",
+ org.osate.xtext.aadl2.ui;bundle-version="[7.0.0,8.0.0)",
org.osate.aadl2;bundle-version="[4.0.0,5.0.0)",
org.eclipse.xtext.xbase.lib;bundle-version="[2.20.0,3.0.0)"
Import-Package: org.apache.log4j;version="[1.2.0,2.0.0)"
diff --git a/core/org.osate.aadl2.instance.textual.ui/pom.xml b/core/org.osate.aadl2.instance.textual.ui/pom.xml
index e576547524d..3f8eebdba95 100644
--- a/core/org.osate.aadl2.instance.textual.ui/pom.xml
+++ b/core/org.osate.aadl2.instance.textual.ui/pom.xml
@@ -12,7 +12,7 @@
org.osate
org.osate.aadl2.instance.textual.ui
- 2.0.6-SNAPSHOT
+ 3.0.0-SNAPSHOT
eclipse-plugin
diff --git a/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/AbstractInstanceUiModule.java b/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/AbstractInstanceUiModule.java
index e58551ee6a2..ff5253aa94d 100644
--- a/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/AbstractInstanceUiModule.java
+++ b/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/AbstractInstanceUiModule.java
@@ -1,25 +1,36 @@
-/**
- * Copyright (c) 2004-2021 Carnegie Mellon University and others. (see Contributors file).
- * All Rights Reserved.
- *
- * NO WARRANTY. ALL MATERIAL IS FURNISHED ON AN "AS-IS" BASIS. CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY
- * KIND, EITHER EXPRESSED OR IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR PURPOSE
- * OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT
- * MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, OR COPYRIGHT INFRINGEMENT.
- *
- * This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0
- * which is available at https://www.eclipse.org/legal/epl-2.0/
- * SPDX-License-Identifier: EPL-2.0
- *
- * Created, in part, with funding and support from the United States Government. (see Acknowledgments file).
- *
- * This program includes and/or can make use of certain third party source code, object code, documentation and other
- * files ("Third Party Software"). The Third Party Software that is used by this program is dependent upon your system
- * configuration. By using this program, You agree to comply with any and all relevant Third Party Software terms and
- * conditions contained in any such Third Party Software or separate license file distributed with such Third Party
- * Software. The parties who own the Third Party Software ("Third Party Licensors") are intended third party benefici-
- * aries to this license with respect to the terms applicable to their Third Party Software. Third Party Software li-
- * censes only apply to the Third Party Software and not any other portion of this program or this program as a whole.
+
+/*
+
+Copyright 2016 by Carnegie Mellon University, all rights reserved.
+
+Use of the Open Source AADL Tool Environment (OSATE) is subject to the terms of the license set forth
+at http://www.eclipse.org/org/documents/epl-v10.html.
+
+NO WARRANTY
+
+ANY INFORMATION, MATERIALS, SERVICES, INTELLECTUAL PROPERTY OR OTHER PROPERTY OR RIGHTS GRANTED OR PROVIDED BY
+CARNEGIE MELLON UNIVERSITY PURSUANT TO THIS LICENSE (HEREINAFTER THE ''DELIVERABLES'') ARE ON AN ''AS-IS'' BASIS.
+CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED AS TO ANY MATTER INCLUDING,
+BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, INFORMATIONAL CONTENT,
+NONINFRINGEMENT, OR ERROR-FREE OPERATION. CARNEGIE MELLON UNIVERSITY SHALL NOT BE LIABLE FOR INDIRECT, SPECIAL OR
+CONSEQUENTIAL DAMAGES, SUCH AS LOSS OF PROFITS OR INABILITY TO USE SAID INTELLECTUAL PROPERTY, UNDER THIS LICENSE,
+REGARDLESS OF WHETHER SUCH PARTY WAS AWARE OF THE POSSIBILITY OF SUCH DAMAGES. LICENSEE AGREES THAT IT WILL NOT
+MAKE ANY WARRANTY ON BEHALF OF CARNEGIE MELLON UNIVERSITY, EXPRESS OR IMPLIED, TO ANY PERSON CONCERNING THE
+APPLICATION OF OR THE RESULTS TO BE OBTAINED WITH THE DELIVERABLES UNDER THIS LICENSE.
+
+Licensee hereby agrees to defend, indemnify, and hold harmless Carnegie Mellon University, its trustees, officers,
+employees, and agents from all claims or demands made against them (and any related losses, expenses, or
+attorney's fees) arising out of, or relating to Licensee's and/or its sub licensees' negligent use or willful
+misuse of or negligent conduct or willful misconduct regarding the Software, facilities, or other rights or
+assistance granted by Carnegie Mellon University under this License, including, but not limited to, any claims of
+product liability, personal injury, death, damage to property, or violation of any laws or regulations.
+
+Carnegie Mellon University Software Engineering Institute authored documents are sponsored by the U.S. Department
+of Defense under Contract F19628-00-C-0003. Carnegie Mellon University retains copyrights in all material produced
+under this contract. The U.S. Government retains a non-exclusive, royalty-free license to publish or reproduce these
+documents, or allow others to do so, for U.S. Government purposes only pursuant to the copyright license
+under the contract clause at 252.227.7013.
+
*/
package org.osate.aadl2.instance.textual.ui;
diff --git a/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/InstanceExecutableExtensionFactory.java b/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/InstanceExecutableExtensionFactory.java
index d1c714d2153..f7c1921edfd 100644
--- a/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/InstanceExecutableExtensionFactory.java
+++ b/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/InstanceExecutableExtensionFactory.java
@@ -1,25 +1,35 @@
-/**
- * Copyright (c) 2004-2021 Carnegie Mellon University and others. (see Contributors file).
- * All Rights Reserved.
- *
- * NO WARRANTY. ALL MATERIAL IS FURNISHED ON AN "AS-IS" BASIS. CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY
- * KIND, EITHER EXPRESSED OR IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR PURPOSE
- * OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT
- * MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, OR COPYRIGHT INFRINGEMENT.
- *
- * This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0
- * which is available at https://www.eclipse.org/legal/epl-2.0/
- * SPDX-License-Identifier: EPL-2.0
- *
- * Created, in part, with funding and support from the United States Government. (see Acknowledgments file).
- *
- * This program includes and/or can make use of certain third party source code, object code, documentation and other
- * files ("Third Party Software"). The Third Party Software that is used by this program is dependent upon your system
- * configuration. By using this program, You agree to comply with any and all relevant Third Party Software terms and
- * conditions contained in any such Third Party Software or separate license file distributed with such Third Party
- * Software. The parties who own the Third Party Software ("Third Party Licensors") are intended third party benefici-
- * aries to this license with respect to the terms applicable to their Third Party Software. Third Party Software li-
- * censes only apply to the Third Party Software and not any other portion of this program or this program as a whole.
+/*
+
+Copyright 2016 by Carnegie Mellon University, all rights reserved.
+
+Use of the Open Source AADL Tool Environment (OSATE) is subject to the terms of the license set forth
+at http://www.eclipse.org/org/documents/epl-v10.html.
+
+NO WARRANTY
+
+ANY INFORMATION, MATERIALS, SERVICES, INTELLECTUAL PROPERTY OR OTHER PROPERTY OR RIGHTS GRANTED OR PROVIDED BY
+CARNEGIE MELLON UNIVERSITY PURSUANT TO THIS LICENSE (HEREINAFTER THE ''DELIVERABLES'') ARE ON AN ''AS-IS'' BASIS.
+CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED AS TO ANY MATTER INCLUDING,
+BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, INFORMATIONAL CONTENT,
+NONINFRINGEMENT, OR ERROR-FREE OPERATION. CARNEGIE MELLON UNIVERSITY SHALL NOT BE LIABLE FOR INDIRECT, SPECIAL OR
+CONSEQUENTIAL DAMAGES, SUCH AS LOSS OF PROFITS OR INABILITY TO USE SAID INTELLECTUAL PROPERTY, UNDER THIS LICENSE,
+REGARDLESS OF WHETHER SUCH PARTY WAS AWARE OF THE POSSIBILITY OF SUCH DAMAGES. LICENSEE AGREES THAT IT WILL NOT
+MAKE ANY WARRANTY ON BEHALF OF CARNEGIE MELLON UNIVERSITY, EXPRESS OR IMPLIED, TO ANY PERSON CONCERNING THE
+APPLICATION OF OR THE RESULTS TO BE OBTAINED WITH THE DELIVERABLES UNDER THIS LICENSE.
+
+Licensee hereby agrees to defend, indemnify, and hold harmless Carnegie Mellon University, its trustees, officers,
+employees, and agents from all claims or demands made against them (and any related losses, expenses, or
+attorney's fees) arising out of, or relating to Licensee's and/or its sub licensees' negligent use or willful
+misuse of or negligent conduct or willful misconduct regarding the Software, facilities, or other rights or
+assistance granted by Carnegie Mellon University under this License, including, but not limited to, any claims of
+product liability, personal injury, death, damage to property, or violation of any laws or regulations.
+
+Carnegie Mellon University Software Engineering Institute authored documents are sponsored by the U.S. Department
+of Defense under Contract F19628-00-C-0003. Carnegie Mellon University retains copyrights in all material produced
+under this contract. The U.S. Government retains a non-exclusive, royalty-free license to publish or reproduce these
+documents, or allow others to do so, for U.S. Government purposes only pursuant to the copyright license
+under the contract clause at 252.227.7013.
+
*/
package org.osate.aadl2.instance.textual.ui;
diff --git a/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/contentassist/AbstractInstanceProposalProvider.java b/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/contentassist/AbstractInstanceProposalProvider.java
index 8675b84e668..964eddc82a4 100644
--- a/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/contentassist/AbstractInstanceProposalProvider.java
+++ b/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/contentassist/AbstractInstanceProposalProvider.java
@@ -1,25 +1,35 @@
-/**
- * Copyright (c) 2004-2021 Carnegie Mellon University and others. (see Contributors file).
- * All Rights Reserved.
- *
- * NO WARRANTY. ALL MATERIAL IS FURNISHED ON AN "AS-IS" BASIS. CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY
- * KIND, EITHER EXPRESSED OR IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR PURPOSE
- * OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT
- * MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, OR COPYRIGHT INFRINGEMENT.
- *
- * This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0
- * which is available at https://www.eclipse.org/legal/epl-2.0/
- * SPDX-License-Identifier: EPL-2.0
- *
- * Created, in part, with funding and support from the United States Government. (see Acknowledgments file).
- *
- * This program includes and/or can make use of certain third party source code, object code, documentation and other
- * files ("Third Party Software"). The Third Party Software that is used by this program is dependent upon your system
- * configuration. By using this program, You agree to comply with any and all relevant Third Party Software terms and
- * conditions contained in any such Third Party Software or separate license file distributed with such Third Party
- * Software. The parties who own the Third Party Software ("Third Party Licensors") are intended third party benefici-
- * aries to this license with respect to the terms applicable to their Third Party Software. Third Party Software li-
- * censes only apply to the Third Party Software and not any other portion of this program or this program as a whole.
+/*
+
+Copyright 2016 by Carnegie Mellon University, all rights reserved.
+
+Use of the Open Source AADL Tool Environment (OSATE) is subject to the terms of the license set forth
+at http://www.eclipse.org/org/documents/epl-v10.html.
+
+NO WARRANTY
+
+ANY INFORMATION, MATERIALS, SERVICES, INTELLECTUAL PROPERTY OR OTHER PROPERTY OR RIGHTS GRANTED OR PROVIDED BY
+CARNEGIE MELLON UNIVERSITY PURSUANT TO THIS LICENSE (HEREINAFTER THE ''DELIVERABLES'') ARE ON AN ''AS-IS'' BASIS.
+CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED AS TO ANY MATTER INCLUDING,
+BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, INFORMATIONAL CONTENT,
+NONINFRINGEMENT, OR ERROR-FREE OPERATION. CARNEGIE MELLON UNIVERSITY SHALL NOT BE LIABLE FOR INDIRECT, SPECIAL OR
+CONSEQUENTIAL DAMAGES, SUCH AS LOSS OF PROFITS OR INABILITY TO USE SAID INTELLECTUAL PROPERTY, UNDER THIS LICENSE,
+REGARDLESS OF WHETHER SUCH PARTY WAS AWARE OF THE POSSIBILITY OF SUCH DAMAGES. LICENSEE AGREES THAT IT WILL NOT
+MAKE ANY WARRANTY ON BEHALF OF CARNEGIE MELLON UNIVERSITY, EXPRESS OR IMPLIED, TO ANY PERSON CONCERNING THE
+APPLICATION OF OR THE RESULTS TO BE OBTAINED WITH THE DELIVERABLES UNDER THIS LICENSE.
+
+Licensee hereby agrees to defend, indemnify, and hold harmless Carnegie Mellon University, its trustees, officers,
+employees, and agents from all claims or demands made against them (and any related losses, expenses, or
+attorney's fees) arising out of, or relating to Licensee's and/or its sub licensees' negligent use or willful
+misuse of or negligent conduct or willful misconduct regarding the Software, facilities, or other rights or
+assistance granted by Carnegie Mellon University under this License, including, but not limited to, any claims of
+product liability, personal injury, death, damage to property, or violation of any laws or regulations.
+
+Carnegie Mellon University Software Engineering Institute authored documents are sponsored by the U.S. Department
+of Defense under Contract F19628-00-C-0003. Carnegie Mellon University retains copyrights in all material produced
+under this contract. The U.S. Government retains a non-exclusive, royalty-free license to publish or reproduce these
+documents, or allow others to do so, for U.S. Government purposes only pursuant to the copyright license
+under the contract clause at 252.227.7013.
+
*/
package org.osate.aadl2.instance.textual.ui.contentassist;
diff --git a/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/contentassist/antlr/InstanceParser.java b/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/contentassist/antlr/InstanceParser.java
index e695569551b..5898afac1b5 100644
--- a/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/contentassist/antlr/InstanceParser.java
+++ b/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/contentassist/antlr/InstanceParser.java
@@ -1,25 +1,35 @@
-/**
- * Copyright (c) 2004-2021 Carnegie Mellon University and others. (see Contributors file).
- * All Rights Reserved.
- *
- * NO WARRANTY. ALL MATERIAL IS FURNISHED ON AN "AS-IS" BASIS. CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY
- * KIND, EITHER EXPRESSED OR IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR PURPOSE
- * OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT
- * MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, OR COPYRIGHT INFRINGEMENT.
- *
- * This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0
- * which is available at https://www.eclipse.org/legal/epl-2.0/
- * SPDX-License-Identifier: EPL-2.0
- *
- * Created, in part, with funding and support from the United States Government. (see Acknowledgments file).
- *
- * This program includes and/or can make use of certain third party source code, object code, documentation and other
- * files ("Third Party Software"). The Third Party Software that is used by this program is dependent upon your system
- * configuration. By using this program, You agree to comply with any and all relevant Third Party Software terms and
- * conditions contained in any such Third Party Software or separate license file distributed with such Third Party
- * Software. The parties who own the Third Party Software ("Third Party Licensors") are intended third party benefici-
- * aries to this license with respect to the terms applicable to their Third Party Software. Third Party Software li-
- * censes only apply to the Third Party Software and not any other portion of this program or this program as a whole.
+/*
+
+Copyright 2016 by Carnegie Mellon University, all rights reserved.
+
+Use of the Open Source AADL Tool Environment (OSATE) is subject to the terms of the license set forth
+at http://www.eclipse.org/org/documents/epl-v10.html.
+
+NO WARRANTY
+
+ANY INFORMATION, MATERIALS, SERVICES, INTELLECTUAL PROPERTY OR OTHER PROPERTY OR RIGHTS GRANTED OR PROVIDED BY
+CARNEGIE MELLON UNIVERSITY PURSUANT TO THIS LICENSE (HEREINAFTER THE ''DELIVERABLES'') ARE ON AN ''AS-IS'' BASIS.
+CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED AS TO ANY MATTER INCLUDING,
+BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, INFORMATIONAL CONTENT,
+NONINFRINGEMENT, OR ERROR-FREE OPERATION. CARNEGIE MELLON UNIVERSITY SHALL NOT BE LIABLE FOR INDIRECT, SPECIAL OR
+CONSEQUENTIAL DAMAGES, SUCH AS LOSS OF PROFITS OR INABILITY TO USE SAID INTELLECTUAL PROPERTY, UNDER THIS LICENSE,
+REGARDLESS OF WHETHER SUCH PARTY WAS AWARE OF THE POSSIBILITY OF SUCH DAMAGES. LICENSEE AGREES THAT IT WILL NOT
+MAKE ANY WARRANTY ON BEHALF OF CARNEGIE MELLON UNIVERSITY, EXPRESS OR IMPLIED, TO ANY PERSON CONCERNING THE
+APPLICATION OF OR THE RESULTS TO BE OBTAINED WITH THE DELIVERABLES UNDER THIS LICENSE.
+
+Licensee hereby agrees to defend, indemnify, and hold harmless Carnegie Mellon University, its trustees, officers,
+employees, and agents from all claims or demands made against them (and any related losses, expenses, or
+attorney's fees) arising out of, or relating to Licensee's and/or its sub licensees' negligent use or willful
+misuse of or negligent conduct or willful misconduct regarding the Software, facilities, or other rights or
+assistance granted by Carnegie Mellon University under this License, including, but not limited to, any claims of
+product liability, personal injury, death, damage to property, or violation of any laws or regulations.
+
+Carnegie Mellon University Software Engineering Institute authored documents are sponsored by the U.S. Department
+of Defense under Contract F19628-00-C-0003. Carnegie Mellon University retains copyrights in all material produced
+under this contract. The U.S. Government retains a non-exclusive, royalty-free license to publish or reproduce these
+documents, or allow others to do so, for U.S. Government purposes only pursuant to the copyright license
+under the contract clause at 252.227.7013.
+
*/
package org.osate.aadl2.instance.textual.ui.contentassist.antlr;
@@ -156,7 +166,7 @@ protected String getRuleName(AbstractElement element) {
put(grammarAccess.getContainedPropertyAssociationAccess().getGroup_3(), "rule__ContainedPropertyAssociation__Group_3__0");
put(grammarAccess.getContainedPropertyAssociationAccess().getGroup_3_1(), "rule__ContainedPropertyAssociation__Group_3_1__0");
put(grammarAccess.getContainedPropertyAssociationAccess().getGroup_4(), "rule__ContainedPropertyAssociation__Group_4__0");
- put(grammarAccess.getContainedPropertyAssociationAccess().getGroup_4_2(), "rule__ContainedPropertyAssociation__Group_4_2__0");
+ put(grammarAccess.getContainedPropertyAssociationAccess().getGroup_4_3(), "rule__ContainedPropertyAssociation__Group_4_3__0");
put(grammarAccess.getContainedPropertyAssociationAccess().getGroup_5(), "rule__ContainedPropertyAssociation__Group_5__0");
put(grammarAccess.getPropertyAssociationAccess().getGroup(), "rule__PropertyAssociation__Group__0");
put(grammarAccess.getPropertyAssociationAccess().getGroup_3(), "rule__PropertyAssociation__Group_3__0");
@@ -164,7 +174,7 @@ protected String getRuleName(AbstractElement element) {
put(grammarAccess.getPropertyAssociationAccess().getGroup_4(), "rule__PropertyAssociation__Group_4__0");
put(grammarAccess.getBasicPropertyAssociationAccess().getGroup(), "rule__BasicPropertyAssociation__Group__0");
put(grammarAccess.getModalPropertyValueAccess().getGroup(), "rule__ModalPropertyValue__Group__0");
- put(grammarAccess.getModalPropertyValueAccess().getGroup_4(), "rule__ModalPropertyValue__Group_4__0");
+ put(grammarAccess.getModalPropertyValueAccess().getGroup_5(), "rule__ModalPropertyValue__Group_5__0");
put(grammarAccess.getBooleanLiteralAccess().getGroup(), "rule__BooleanLiteral__Group__0");
put(grammarAccess.getReferenceTermAccess().getGroup(), "rule__ReferenceTerm__Group__0");
put(grammarAccess.getRecordTermAccess().getGroup(), "rule__RecordTerm__Group__0");
@@ -185,9 +195,6 @@ protected String getRuleName(AbstractElement element) {
put(grammarAccess.getSignedRealAccess().getGroup(), "rule__SignedReal__Group__0");
put(grammarAccess.getNumericRangeTermAccess().getGroup(), "rule__NumericRangeTerm__Group__0");
put(grammarAccess.getNumericRangeTermAccess().getGroup_3(), "rule__NumericRangeTerm__Group_3__0");
- put(grammarAccess.getAppliesToKeywordsAccess().getGroup(), "rule__AppliesToKeywords__Group__0");
- put(grammarAccess.getInBindingKeywordsAccess().getGroup(), "rule__InBindingKeywords__Group__0");
- put(grammarAccess.getInModesKeywordsAccess().getGroup(), "rule__InModesKeywords__Group__0");
put(grammarAccess.getQCLREFAccess().getGroup(), "rule__QCLREF__Group__0");
put(grammarAccess.getQPREFAccess().getGroup(), "rule__QPREF__Group__0");
put(grammarAccess.getQPREFAccess().getGroup_1(), "rule__QPREF__Group_1__0");
@@ -295,21 +302,21 @@ protected String getRuleName(AbstractElement element) {
put(grammarAccess.getContainedPropertyAssociationAccess().getConstantAssignment_2(), "rule__ContainedPropertyAssociation__ConstantAssignment_2");
put(grammarAccess.getContainedPropertyAssociationAccess().getOwnedValueAssignment_3_0(), "rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0");
put(grammarAccess.getContainedPropertyAssociationAccess().getOwnedValueAssignment_3_1_1(), "rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1");
- put(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_1(), "rule__ContainedPropertyAssociation__AppliesToAssignment_4_1");
- put(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_2_1(), "rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1");
- put(grammarAccess.getContainedPropertyAssociationAccess().getInBindingAssignment_5_2(), "rule__ContainedPropertyAssociation__InBindingAssignment_5_2");
+ put(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_2(), "rule__ContainedPropertyAssociation__AppliesToAssignment_4_2");
+ put(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_3_1(), "rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1");
+ put(grammarAccess.getContainedPropertyAssociationAccess().getInBindingAssignment_5_3(), "rule__ContainedPropertyAssociation__InBindingAssignment_5_3");
put(grammarAccess.getPropertyAssociationAccess().getPropertyAssignment_0(), "rule__PropertyAssociation__PropertyAssignment_0");
put(grammarAccess.getPropertyAssociationAccess().getAppendAssignment_1_1(), "rule__PropertyAssociation__AppendAssignment_1_1");
put(grammarAccess.getPropertyAssociationAccess().getConstantAssignment_2(), "rule__PropertyAssociation__ConstantAssignment_2");
put(grammarAccess.getPropertyAssociationAccess().getOwnedValueAssignment_3_0(), "rule__PropertyAssociation__OwnedValueAssignment_3_0");
put(grammarAccess.getPropertyAssociationAccess().getOwnedValueAssignment_3_1_1(), "rule__PropertyAssociation__OwnedValueAssignment_3_1_1");
- put(grammarAccess.getPropertyAssociationAccess().getInBindingAssignment_4_2(), "rule__PropertyAssociation__InBindingAssignment_4_2");
+ put(grammarAccess.getPropertyAssociationAccess().getInBindingAssignment_4_3(), "rule__PropertyAssociation__InBindingAssignment_4_3");
put(grammarAccess.getBasicPropertyAssociationAccess().getPropertyAssignment_0(), "rule__BasicPropertyAssociation__PropertyAssignment_0");
put(grammarAccess.getBasicPropertyAssociationAccess().getOwnedValueAssignment_2(), "rule__BasicPropertyAssociation__OwnedValueAssignment_2");
put(grammarAccess.getContainmentPathAccess().getPathAssignment(), "rule__ContainmentPath__PathAssignment");
put(grammarAccess.getModalPropertyValueAccess().getOwnedValueAssignment_0(), "rule__ModalPropertyValue__OwnedValueAssignment_0");
- put(grammarAccess.getModalPropertyValueAccess().getInModeAssignment_3(), "rule__ModalPropertyValue__InModeAssignment_3");
- put(grammarAccess.getModalPropertyValueAccess().getInModeAssignment_4_1(), "rule__ModalPropertyValue__InModeAssignment_4_1");
+ put(grammarAccess.getModalPropertyValueAccess().getInModeAssignment_4(), "rule__ModalPropertyValue__InModeAssignment_4");
+ put(grammarAccess.getModalPropertyValueAccess().getInModeAssignment_5_1(), "rule__ModalPropertyValue__InModeAssignment_5_1");
put(grammarAccess.getPropertyValueAccess().getOwnedValueAssignment(), "rule__PropertyValue__OwnedValueAssignment");
put(grammarAccess.getLiteralorReferenceTermAccess().getNamedValueAssignment(), "rule__LiteralorReferenceTerm__NamedValueAssignment");
put(grammarAccess.getBooleanLiteralAccess().getValueAssignment_1_0(), "rule__BooleanLiteral__ValueAssignment_1_0");
diff --git a/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/contentassist/antlr/PartialInstanceContentAssistParser.java b/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/contentassist/antlr/PartialInstanceContentAssistParser.java
index 4cff251d53e..7a8a8e98b24 100644
--- a/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/contentassist/antlr/PartialInstanceContentAssistParser.java
+++ b/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/contentassist/antlr/PartialInstanceContentAssistParser.java
@@ -1,25 +1,35 @@
-/**
- * Copyright (c) 2004-2021 Carnegie Mellon University and others. (see Contributors file).
- * All Rights Reserved.
- *
- * NO WARRANTY. ALL MATERIAL IS FURNISHED ON AN "AS-IS" BASIS. CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY
- * KIND, EITHER EXPRESSED OR IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR PURPOSE
- * OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT
- * MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, OR COPYRIGHT INFRINGEMENT.
- *
- * This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0
- * which is available at https://www.eclipse.org/legal/epl-2.0/
- * SPDX-License-Identifier: EPL-2.0
- *
- * Created, in part, with funding and support from the United States Government. (see Acknowledgments file).
- *
- * This program includes and/or can make use of certain third party source code, object code, documentation and other
- * files ("Third Party Software"). The Third Party Software that is used by this program is dependent upon your system
- * configuration. By using this program, You agree to comply with any and all relevant Third Party Software terms and
- * conditions contained in any such Third Party Software or separate license file distributed with such Third Party
- * Software. The parties who own the Third Party Software ("Third Party Licensors") are intended third party benefici-
- * aries to this license with respect to the terms applicable to their Third Party Software. Third Party Software li-
- * censes only apply to the Third Party Software and not any other portion of this program or this program as a whole.
+/*
+
+Copyright 2016 by Carnegie Mellon University, all rights reserved.
+
+Use of the Open Source AADL Tool Environment (OSATE) is subject to the terms of the license set forth
+at http://www.eclipse.org/org/documents/epl-v10.html.
+
+NO WARRANTY
+
+ANY INFORMATION, MATERIALS, SERVICES, INTELLECTUAL PROPERTY OR OTHER PROPERTY OR RIGHTS GRANTED OR PROVIDED BY
+CARNEGIE MELLON UNIVERSITY PURSUANT TO THIS LICENSE (HEREINAFTER THE ''DELIVERABLES'') ARE ON AN ''AS-IS'' BASIS.
+CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED AS TO ANY MATTER INCLUDING,
+BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, INFORMATIONAL CONTENT,
+NONINFRINGEMENT, OR ERROR-FREE OPERATION. CARNEGIE MELLON UNIVERSITY SHALL NOT BE LIABLE FOR INDIRECT, SPECIAL OR
+CONSEQUENTIAL DAMAGES, SUCH AS LOSS OF PROFITS OR INABILITY TO USE SAID INTELLECTUAL PROPERTY, UNDER THIS LICENSE,
+REGARDLESS OF WHETHER SUCH PARTY WAS AWARE OF THE POSSIBILITY OF SUCH DAMAGES. LICENSEE AGREES THAT IT WILL NOT
+MAKE ANY WARRANTY ON BEHALF OF CARNEGIE MELLON UNIVERSITY, EXPRESS OR IMPLIED, TO ANY PERSON CONCERNING THE
+APPLICATION OF OR THE RESULTS TO BE OBTAINED WITH THE DELIVERABLES UNDER THIS LICENSE.
+
+Licensee hereby agrees to defend, indemnify, and hold harmless Carnegie Mellon University, its trustees, officers,
+employees, and agents from all claims or demands made against them (and any related losses, expenses, or
+attorney's fees) arising out of, or relating to Licensee's and/or its sub licensees' negligent use or willful
+misuse of or negligent conduct or willful misconduct regarding the Software, facilities, or other rights or
+assistance granted by Carnegie Mellon University under this License, including, but not limited to, any claims of
+product liability, personal injury, death, damage to property, or violation of any laws or regulations.
+
+Carnegie Mellon University Software Engineering Institute authored documents are sponsored by the U.S. Department
+of Defense under Contract F19628-00-C-0003. Carnegie Mellon University retains copyrights in all material produced
+under this contract. The U.S. Government retains a non-exclusive, royalty-free license to publish or reproduce these
+documents, or allow others to do so, for U.S. Government purposes only pursuant to the copyright license
+under the contract clause at 252.227.7013.
+
*/
package org.osate.aadl2.instance.textual.ui.contentassist.antlr;
diff --git a/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/contentassist/antlr/internal/InternalInstance.g b/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/contentassist/antlr/internal/InternalInstance.g
index 6fa383fbc55..a1ca800df12 100644
--- a/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/contentassist/antlr/internal/InternalInstance.g
+++ b/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/contentassist/antlr/internal/InternalInstance.g
@@ -1470,90 +1470,6 @@ finally {
-// Entry rule entryRuleAppliesToKeywords
-entryRuleAppliesToKeywords
-:
-{ before(grammarAccess.getAppliesToKeywordsRule()); }
- ruleAppliesToKeywords
-{ after(grammarAccess.getAppliesToKeywordsRule()); }
- EOF
-;
-
-// Rule AppliesToKeywords
-ruleAppliesToKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getAppliesToKeywordsAccess().getGroup()); }
-(rule__AppliesToKeywords__Group__0)
-{ after(grammarAccess.getAppliesToKeywordsAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRuleInBindingKeywords
-entryRuleInBindingKeywords
-:
-{ before(grammarAccess.getInBindingKeywordsRule()); }
- ruleInBindingKeywords
-{ after(grammarAccess.getInBindingKeywordsRule()); }
- EOF
-;
-
-// Rule InBindingKeywords
-ruleInBindingKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getInBindingKeywordsAccess().getGroup()); }
-(rule__InBindingKeywords__Group__0)
-{ after(grammarAccess.getInBindingKeywordsAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-// Entry rule entryRuleInModesKeywords
-entryRuleInModesKeywords
-:
-{ before(grammarAccess.getInModesKeywordsRule()); }
- ruleInModesKeywords
-{ after(grammarAccess.getInModesKeywordsRule()); }
- EOF
-;
-
-// Rule InModesKeywords
-ruleInModesKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
-(
-{ before(grammarAccess.getInModesKeywordsAccess().getGroup()); }
-(rule__InModesKeywords__Group__0)
-{ after(grammarAccess.getInModesKeywordsAccess().getGroup()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
// Entry rule entryRuleINTVALUE
entryRuleINTVALUE
:
@@ -11656,9 +11572,11 @@ rule__ContainedPropertyAssociation__Group_4__0__Impl
}
:
(
-{ before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToKeywordsParserRuleCall_4_0()); }
- ruleAppliesToKeywords
-{ after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToKeywordsParserRuleCall_4_0()); }
+{ before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesKeyword_4_0()); }
+
+ 'applies'
+
+{ after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesKeyword_4_0()); }
)
;
@@ -11685,9 +11603,11 @@ rule__ContainedPropertyAssociation__Group_4__1__Impl
}
:
(
-{ before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_1()); }
-(rule__ContainedPropertyAssociation__AppliesToAssignment_4_1)
-{ after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_1()); }
+{ before(grammarAccess.getContainedPropertyAssociationAccess().getToKeyword_4_1()); }
+
+ 'to'
+
+{ after(grammarAccess.getContainedPropertyAssociationAccess().getToKeyword_4_1()); }
)
;
@@ -11702,6 +11622,7 @@ rule__ContainedPropertyAssociation__Group_4__2
}
:
rule__ContainedPropertyAssociation__Group_4__2__Impl
+ rule__ContainedPropertyAssociation__Group_4__3
;
finally {
restoreStackSize(stackSize);
@@ -11713,9 +11634,9 @@ rule__ContainedPropertyAssociation__Group_4__2__Impl
}
:
(
-{ before(grammarAccess.getContainedPropertyAssociationAccess().getGroup_4_2()); }
-(rule__ContainedPropertyAssociation__Group_4_2__0)*
-{ after(grammarAccess.getContainedPropertyAssociationAccess().getGroup_4_2()); }
+{ before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_2()); }
+(rule__ContainedPropertyAssociation__AppliesToAssignment_4_2)
+{ after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_2()); }
)
;
@@ -11724,35 +11645,65 @@ finally {
}
+rule__ContainedPropertyAssociation__Group_4__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ContainedPropertyAssociation__Group_4__3__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+rule__ContainedPropertyAssociation__Group_4__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getContainedPropertyAssociationAccess().getGroup_4_3()); }
+(rule__ContainedPropertyAssociation__Group_4_3__0)*
+{ after(grammarAccess.getContainedPropertyAssociationAccess().getGroup_4_3()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
-rule__ContainedPropertyAssociation__Group_4_2__0
+
+
+
+
+
+rule__ContainedPropertyAssociation__Group_4_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ContainedPropertyAssociation__Group_4_2__0__Impl
- rule__ContainedPropertyAssociation__Group_4_2__1
+ rule__ContainedPropertyAssociation__Group_4_3__0__Impl
+ rule__ContainedPropertyAssociation__Group_4_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ContainedPropertyAssociation__Group_4_2__0__Impl
+rule__ContainedPropertyAssociation__Group_4_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
-{ before(grammarAccess.getContainedPropertyAssociationAccess().getCommaKeyword_4_2_0()); }
+{ before(grammarAccess.getContainedPropertyAssociationAccess().getCommaKeyword_4_3_0()); }
','
-{ after(grammarAccess.getContainedPropertyAssociationAccess().getCommaKeyword_4_2_0()); }
+{ after(grammarAccess.getContainedPropertyAssociationAccess().getCommaKeyword_4_3_0()); }
)
;
@@ -11761,26 +11712,26 @@ finally {
}
-rule__ContainedPropertyAssociation__Group_4_2__1
+rule__ContainedPropertyAssociation__Group_4_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ContainedPropertyAssociation__Group_4_2__1__Impl
+ rule__ContainedPropertyAssociation__Group_4_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ContainedPropertyAssociation__Group_4_2__1__Impl
+rule__ContainedPropertyAssociation__Group_4_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
-{ before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_2_1()); }
-(rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1)
-{ after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_2_1()); }
+{ before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_3_1()); }
+(rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1)
+{ after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_3_1()); }
)
;
@@ -11811,9 +11762,11 @@ rule__ContainedPropertyAssociation__Group_5__0__Impl
}
:
(
-{ before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingKeywordsParserRuleCall_5_0()); }
- ruleInBindingKeywords
-{ after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingKeywordsParserRuleCall_5_0()); }
+{ before(grammarAccess.getContainedPropertyAssociationAccess().getInKeyword_5_0()); }
+
+ 'in'
+
+{ after(grammarAccess.getContainedPropertyAssociationAccess().getInKeyword_5_0()); }
)
;
@@ -11840,11 +11793,11 @@ rule__ContainedPropertyAssociation__Group_5__1__Impl
}
:
(
-{ before(grammarAccess.getContainedPropertyAssociationAccess().getLeftParenthesisKeyword_5_1()); }
+{ before(grammarAccess.getContainedPropertyAssociationAccess().getBindingKeyword_5_1()); }
- '('
+ 'binding'
-{ after(grammarAccess.getContainedPropertyAssociationAccess().getLeftParenthesisKeyword_5_1()); }
+{ after(grammarAccess.getContainedPropertyAssociationAccess().getBindingKeyword_5_1()); }
)
;
@@ -11871,9 +11824,11 @@ rule__ContainedPropertyAssociation__Group_5__2__Impl
}
:
(
-{ before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingAssignment_5_2()); }
-(rule__ContainedPropertyAssociation__InBindingAssignment_5_2)
-{ after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingAssignment_5_2()); }
+{ before(grammarAccess.getContainedPropertyAssociationAccess().getLeftParenthesisKeyword_5_2()); }
+
+ '('
+
+{ after(grammarAccess.getContainedPropertyAssociationAccess().getLeftParenthesisKeyword_5_2()); }
)
;
@@ -11888,6 +11843,7 @@ rule__ContainedPropertyAssociation__Group_5__3
}
:
rule__ContainedPropertyAssociation__Group_5__3__Impl
+ rule__ContainedPropertyAssociation__Group_5__4
;
finally {
restoreStackSize(stackSize);
@@ -11899,11 +11855,39 @@ rule__ContainedPropertyAssociation__Group_5__3__Impl
}
:
(
-{ before(grammarAccess.getContainedPropertyAssociationAccess().getRightParenthesisKeyword_5_3()); }
+{ before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingAssignment_5_3()); }
+(rule__ContainedPropertyAssociation__InBindingAssignment_5_3)
+{ after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingAssignment_5_3()); }
+)
+
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__ContainedPropertyAssociation__Group_5__4
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ContainedPropertyAssociation__Group_5__4__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ContainedPropertyAssociation__Group_5__4__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+{ before(grammarAccess.getContainedPropertyAssociationAccess().getRightParenthesisKeyword_5_4()); }
')'
-{ after(grammarAccess.getContainedPropertyAssociationAccess().getRightParenthesisKeyword_5_3()); }
+{ after(grammarAccess.getContainedPropertyAssociationAccess().getRightParenthesisKeyword_5_4()); }
)
;
@@ -11927,6 +11911,8 @@ finally {
+
+
rule__BooleanLiteral__Group__0
@init {
int stackSize = keepStackSize();
@@ -13578,201 +13564,6 @@ finally {
-rule__AppliesToKeywords__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__AppliesToKeywords__Group__0__Impl
- rule__AppliesToKeywords__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__AppliesToKeywords__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getAppliesToKeywordsAccess().getAppliesKeyword_0()); }
-
- 'applies'
-
-{ after(grammarAccess.getAppliesToKeywordsAccess().getAppliesKeyword_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__AppliesToKeywords__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__AppliesToKeywords__Group__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__AppliesToKeywords__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getAppliesToKeywordsAccess().getToKeyword_1()); }
-
- 'to'
-
-{ after(grammarAccess.getAppliesToKeywordsAccess().getToKeyword_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-rule__InBindingKeywords__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__InBindingKeywords__Group__0__Impl
- rule__InBindingKeywords__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__InBindingKeywords__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getInBindingKeywordsAccess().getInKeyword_0()); }
-
- 'in'
-
-{ after(grammarAccess.getInBindingKeywordsAccess().getInKeyword_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__InBindingKeywords__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__InBindingKeywords__Group__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__InBindingKeywords__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getInBindingKeywordsAccess().getBindingKeyword_1()); }
-
- 'binding'
-
-{ after(grammarAccess.getInBindingKeywordsAccess().getBindingKeyword_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
-rule__InModesKeywords__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__InModesKeywords__Group__0__Impl
- rule__InModesKeywords__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__InModesKeywords__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getInModesKeywordsAccess().getInKeyword_0()); }
-
- 'in'
-
-{ after(grammarAccess.getInModesKeywordsAccess().getInKeyword_0()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__InModesKeywords__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__InModesKeywords__Group__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__InModesKeywords__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
-{ before(grammarAccess.getInModesKeywordsAccess().getModesKeyword_1()); }
-
- 'modes'
-
-{ after(grammarAccess.getInModesKeywordsAccess().getModesKeyword_1()); }
-)
-
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-
-
-
-
rule__QPREF__Group__0
@init {
@@ -15872,14 +15663,14 @@ finally {
restoreStackSize(stackSize);
}
-rule__ContainedPropertyAssociation__AppliesToAssignment_4_1
+rule__ContainedPropertyAssociation__AppliesToAssignment_4_2
@init {
int stackSize = keepStackSize();
}
:
(
-{ before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_1_0()); }
- ruleContainmentPath{ after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_1_0()); }
+{ before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_2_0()); }
+ ruleContainmentPath{ after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_2_0()); }
)
;
@@ -15887,14 +15678,14 @@ finally {
restoreStackSize(stackSize);
}
-rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1
+rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1
@init {
int stackSize = keepStackSize();
}
:
(
-{ before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_2_1_0()); }
- ruleContainmentPath{ after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_2_1_0()); }
+{ before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_3_1_0()); }
+ ruleContainmentPath{ after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_3_1_0()); }
)
;
@@ -15902,18 +15693,18 @@ finally {
restoreStackSize(stackSize);
}
-rule__ContainedPropertyAssociation__InBindingAssignment_5_2
+rule__ContainedPropertyAssociation__InBindingAssignment_5_3
@init {
int stackSize = keepStackSize();
}
:
(
-{ before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierCrossReference_5_2_0()); }
+{ before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierCrossReference_5_3_0()); }
(
-{ before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierQCREFParserRuleCall_5_2_0_1()); }
- ruleQCREF{ after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierQCREFParserRuleCall_5_2_0_1()); }
+{ before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierQCREFParserRuleCall_5_3_0_1()); }
+ ruleQCREF{ after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierQCREFParserRuleCall_5_3_0_1()); }
)
-{ after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierCrossReference_5_2_0()); }
+{ after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierCrossReference_5_3_0()); }
)
;
diff --git a/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/contentassist/antlr/internal/InternalInstance.tokens b/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/contentassist/antlr/internal/InternalInstance.tokens
index e283282707f..ae8608580ea 100644
--- a/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/contentassist/antlr/internal/InternalInstance.tokens
+++ b/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/contentassist/antlr/internal/InternalInstance.tokens
@@ -9,7 +9,7 @@
'->'=16
'-['=65
'.'=73
-'..'=80
+'..'=82
'/'=68
':'=49
'::'=72
@@ -23,19 +23,19 @@
'abstract'=29
'abstractFeature'=28
'accessConnection'=40
-'applies'=82
-'binding'=83
+'applies'=78
+'binding'=79
'bus'=30
'busAccess'=23
-'classifier'=79
+'classifier'=81
'complete'=84
-'compute'=78
+'compute'=80
'connection'=75
'constant'=90
'data'=31
'dataAccess'=24
'dataPort'=19
-'delta'=81
+'delta'=83
'derived'=88
'device'=32
'end'=60
diff --git a/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/contentassist/antlr/internal/InternalInstanceLexer.java b/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/contentassist/antlr/internal/InternalInstanceLexer.java
index 27f2300538c..7fde354867e 100644
--- a/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/contentassist/antlr/internal/InternalInstanceLexer.java
+++ b/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/contentassist/antlr/internal/InternalInstanceLexer.java
@@ -1,26 +1,3 @@
-/**
- * Copyright (c) 2004-2021 Carnegie Mellon University and others. (see Contributors file).
- * All Rights Reserved.
- *
- * NO WARRANTY. ALL MATERIAL IS FURNISHED ON AN "AS-IS" BASIS. CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY
- * KIND, EITHER EXPRESSED OR IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR PURPOSE
- * OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT
- * MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, OR COPYRIGHT INFRINGEMENT.
- *
- * This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0
- * which is available at https://www.eclipse.org/legal/epl-2.0/
- * SPDX-License-Identifier: EPL-2.0
- *
- * Created, in part, with funding and support from the United States Government. (see Acknowledgments file).
- *
- * This program includes and/or can make use of certain third party source code, object code, documentation and other
- * files ("Third Party Software"). The Third Party Software that is used by this program is dependent upon your system
- * configuration. By using this program, You agree to comply with any and all relevant Third Party Software terms and
- * conditions contained in any such Third Party Software or separate license file distributed with such Third Party
- * Software. The parties who own the Third Party Software ("Third Party Licensors") are intended third party benefici-
- * aries to this license with respect to the terms applicable to their Third Party Software. Third Party Software li-
- * censes only apply to the Third Party Software and not any other portion of this program or this program as a whole.
- */
package org.osate.aadl2.instance.textual.ui.contentassist.antlr.internal;
// Hack: Use our own Lexer superclass by means of import.
@@ -1450,10 +1427,10 @@ public final void mT__78() throws RecognitionException {
try {
int _type = T__78;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalInstance.g:74:7: ( 'compute' )
- // InternalInstance.g:74:9: 'compute'
+ // InternalInstance.g:74:7: ( 'applies' )
+ // InternalInstance.g:74:9: 'applies'
{
- match("compute");
+ match("applies");
}
@@ -1471,10 +1448,10 @@ public final void mT__79() throws RecognitionException {
try {
int _type = T__79;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalInstance.g:75:7: ( 'classifier' )
- // InternalInstance.g:75:9: 'classifier'
+ // InternalInstance.g:75:7: ( 'binding' )
+ // InternalInstance.g:75:9: 'binding'
{
- match("classifier");
+ match("binding");
}
@@ -1492,10 +1469,10 @@ public final void mT__80() throws RecognitionException {
try {
int _type = T__80;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalInstance.g:76:7: ( '..' )
- // InternalInstance.g:76:9: '..'
+ // InternalInstance.g:76:7: ( 'compute' )
+ // InternalInstance.g:76:9: 'compute'
{
- match("..");
+ match("compute");
}
@@ -1513,10 +1490,10 @@ public final void mT__81() throws RecognitionException {
try {
int _type = T__81;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalInstance.g:77:7: ( 'delta' )
- // InternalInstance.g:77:9: 'delta'
+ // InternalInstance.g:77:7: ( 'classifier' )
+ // InternalInstance.g:77:9: 'classifier'
{
- match("delta");
+ match("classifier");
}
@@ -1534,10 +1511,10 @@ public final void mT__82() throws RecognitionException {
try {
int _type = T__82;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalInstance.g:78:7: ( 'applies' )
- // InternalInstance.g:78:9: 'applies'
+ // InternalInstance.g:78:7: ( '..' )
+ // InternalInstance.g:78:9: '..'
{
- match("applies");
+ match("..");
}
@@ -1555,10 +1532,10 @@ public final void mT__83() throws RecognitionException {
try {
int _type = T__83;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalInstance.g:79:7: ( 'binding' )
- // InternalInstance.g:79:9: 'binding'
+ // InternalInstance.g:79:7: ( 'delta' )
+ // InternalInstance.g:79:9: 'delta'
{
- match("binding");
+ match("delta");
}
@@ -1744,12 +1721,12 @@ public final void mRULE_SL_COMMENT() throws RecognitionException {
try {
int _type = RULE_SL_COMMENT;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalInstance.g:16344:17: ( '--' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
- // InternalInstance.g:16344:19: '--' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
+ // InternalInstance.g:16135:17: ( '--' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
+ // InternalInstance.g:16135:19: '--' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
{
match("--");
- // InternalInstance.g:16344:24: (~ ( ( '\\n' | '\\r' ) ) )*
+ // InternalInstance.g:16135:24: (~ ( ( '\\n' | '\\r' ) ) )*
loop1:
do {
int alt1=2;
@@ -1762,7 +1739,7 @@ public final void mRULE_SL_COMMENT() throws RecognitionException {
switch (alt1) {
case 1 :
- // InternalInstance.g:16344:24: ~ ( ( '\\n' | '\\r' ) )
+ // InternalInstance.g:16135:24: ~ ( ( '\\n' | '\\r' ) )
{
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') ) {
input.consume();
@@ -1782,7 +1759,7 @@ public final void mRULE_SL_COMMENT() throws RecognitionException {
}
} while (true);
- // InternalInstance.g:16344:40: ( ( '\\r' )? '\\n' )?
+ // InternalInstance.g:16135:40: ( ( '\\r' )? '\\n' )?
int alt3=2;
int LA3_0 = input.LA(1);
@@ -1791,9 +1768,9 @@ public final void mRULE_SL_COMMENT() throws RecognitionException {
}
switch (alt3) {
case 1 :
- // InternalInstance.g:16344:41: ( '\\r' )? '\\n'
+ // InternalInstance.g:16135:41: ( '\\r' )? '\\n'
{
- // InternalInstance.g:16344:41: ( '\\r' )?
+ // InternalInstance.g:16135:41: ( '\\r' )?
int alt2=2;
int LA2_0 = input.LA(1);
@@ -1802,7 +1779,7 @@ public final void mRULE_SL_COMMENT() throws RecognitionException {
}
switch (alt2) {
case 1 :
- // InternalInstance.g:16344:41: '\\r'
+ // InternalInstance.g:16135:41: '\\r'
{
match('\r');
@@ -1832,8 +1809,8 @@ public final void mRULE_SL_COMMENT() throws RecognitionException {
// $ANTLR start "RULE_EXPONENT"
public final void mRULE_EXPONENT() throws RecognitionException {
try {
- // InternalInstance.g:16346:24: ( ( 'e' | 'E' ) ( '+' | '-' )? ( RULE_DIGIT )+ )
- // InternalInstance.g:16346:26: ( 'e' | 'E' ) ( '+' | '-' )? ( RULE_DIGIT )+
+ // InternalInstance.g:16137:24: ( ( 'e' | 'E' ) ( '+' | '-' )? ( RULE_DIGIT )+ )
+ // InternalInstance.g:16137:26: ( 'e' | 'E' ) ( '+' | '-' )? ( RULE_DIGIT )+
{
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
@@ -1844,7 +1821,7 @@ public final void mRULE_EXPONENT() throws RecognitionException {
recover(mse);
throw mse;}
- // InternalInstance.g:16346:36: ( '+' | '-' )?
+ // InternalInstance.g:16137:36: ( '+' | '-' )?
int alt4=2;
int LA4_0 = input.LA(1);
@@ -1870,7 +1847,7 @@ public final void mRULE_EXPONENT() throws RecognitionException {
}
- // InternalInstance.g:16346:47: ( RULE_DIGIT )+
+ // InternalInstance.g:16137:47: ( RULE_DIGIT )+
int cnt5=0;
loop5:
do {
@@ -1884,7 +1861,7 @@ public final void mRULE_EXPONENT() throws RecognitionException {
switch (alt5) {
case 1 :
- // InternalInstance.g:16346:47: RULE_DIGIT
+ // InternalInstance.g:16137:47: RULE_DIGIT
{
mRULE_DIGIT();
@@ -1912,8 +1889,8 @@ public final void mRULE_EXPONENT() throws RecognitionException {
// $ANTLR start "RULE_INT_EXPONENT"
public final void mRULE_INT_EXPONENT() throws RecognitionException {
try {
- // InternalInstance.g:16348:28: ( ( 'e' | 'E' ) ( '+' )? ( RULE_DIGIT )+ )
- // InternalInstance.g:16348:30: ( 'e' | 'E' ) ( '+' )? ( RULE_DIGIT )+
+ // InternalInstance.g:16139:28: ( ( 'e' | 'E' ) ( '+' )? ( RULE_DIGIT )+ )
+ // InternalInstance.g:16139:30: ( 'e' | 'E' ) ( '+' )? ( RULE_DIGIT )+
{
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
@@ -1924,7 +1901,7 @@ public final void mRULE_INT_EXPONENT() throws RecognitionException {
recover(mse);
throw mse;}
- // InternalInstance.g:16348:40: ( '+' )?
+ // InternalInstance.g:16139:40: ( '+' )?
int alt6=2;
int LA6_0 = input.LA(1);
@@ -1933,7 +1910,7 @@ public final void mRULE_INT_EXPONENT() throws RecognitionException {
}
switch (alt6) {
case 1 :
- // InternalInstance.g:16348:40: '+'
+ // InternalInstance.g:16139:40: '+'
{
match('+');
@@ -1942,7 +1919,7 @@ public final void mRULE_INT_EXPONENT() throws RecognitionException {
}
- // InternalInstance.g:16348:45: ( RULE_DIGIT )+
+ // InternalInstance.g:16139:45: ( RULE_DIGIT )+
int cnt7=0;
loop7:
do {
@@ -1956,7 +1933,7 @@ public final void mRULE_INT_EXPONENT() throws RecognitionException {
switch (alt7) {
case 1 :
- // InternalInstance.g:16348:45: RULE_DIGIT
+ // InternalInstance.g:16139:45: RULE_DIGIT
{
mRULE_DIGIT();
@@ -1986,10 +1963,10 @@ public final void mRULE_REAL_LIT() throws RecognitionException {
try {
int _type = RULE_REAL_LIT;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalInstance.g:16350:15: ( ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* '.' ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* ( RULE_EXPONENT )? )
- // InternalInstance.g:16350:17: ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* '.' ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* ( RULE_EXPONENT )?
+ // InternalInstance.g:16141:15: ( ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* '.' ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* ( RULE_EXPONENT )? )
+ // InternalInstance.g:16141:17: ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* '.' ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* ( RULE_EXPONENT )?
{
- // InternalInstance.g:16350:17: ( RULE_DIGIT )+
+ // InternalInstance.g:16141:17: ( RULE_DIGIT )+
int cnt8=0;
loop8:
do {
@@ -2003,7 +1980,7 @@ public final void mRULE_REAL_LIT() throws RecognitionException {
switch (alt8) {
case 1 :
- // InternalInstance.g:16350:17: RULE_DIGIT
+ // InternalInstance.g:16141:17: RULE_DIGIT
{
mRULE_DIGIT();
@@ -2019,7 +1996,7 @@ public final void mRULE_REAL_LIT() throws RecognitionException {
cnt8++;
} while (true);
- // InternalInstance.g:16350:29: ( '_' ( RULE_DIGIT )+ )*
+ // InternalInstance.g:16141:29: ( '_' ( RULE_DIGIT )+ )*
loop10:
do {
int alt10=2;
@@ -2032,10 +2009,10 @@ public final void mRULE_REAL_LIT() throws RecognitionException {
switch (alt10) {
case 1 :
- // InternalInstance.g:16350:30: '_' ( RULE_DIGIT )+
+ // InternalInstance.g:16141:30: '_' ( RULE_DIGIT )+
{
match('_');
- // InternalInstance.g:16350:34: ( RULE_DIGIT )+
+ // InternalInstance.g:16141:34: ( RULE_DIGIT )+
int cnt9=0;
loop9:
do {
@@ -2049,7 +2026,7 @@ public final void mRULE_REAL_LIT() throws RecognitionException {
switch (alt9) {
case 1 :
- // InternalInstance.g:16350:34: RULE_DIGIT
+ // InternalInstance.g:16141:34: RULE_DIGIT
{
mRULE_DIGIT();
@@ -2075,7 +2052,7 @@ public final void mRULE_REAL_LIT() throws RecognitionException {
} while (true);
match('.');
- // InternalInstance.g:16350:52: ( RULE_DIGIT )+
+ // InternalInstance.g:16141:52: ( RULE_DIGIT )+
int cnt11=0;
loop11:
do {
@@ -2089,7 +2066,7 @@ public final void mRULE_REAL_LIT() throws RecognitionException {
switch (alt11) {
case 1 :
- // InternalInstance.g:16350:52: RULE_DIGIT
+ // InternalInstance.g:16141:52: RULE_DIGIT
{
mRULE_DIGIT();
@@ -2105,7 +2082,7 @@ public final void mRULE_REAL_LIT() throws RecognitionException {
cnt11++;
} while (true);
- // InternalInstance.g:16350:64: ( '_' ( RULE_DIGIT )+ )*
+ // InternalInstance.g:16141:64: ( '_' ( RULE_DIGIT )+ )*
loop13:
do {
int alt13=2;
@@ -2118,10 +2095,10 @@ public final void mRULE_REAL_LIT() throws RecognitionException {
switch (alt13) {
case 1 :
- // InternalInstance.g:16350:65: '_' ( RULE_DIGIT )+
+ // InternalInstance.g:16141:65: '_' ( RULE_DIGIT )+
{
match('_');
- // InternalInstance.g:16350:69: ( RULE_DIGIT )+
+ // InternalInstance.g:16141:69: ( RULE_DIGIT )+
int cnt12=0;
loop12:
do {
@@ -2135,7 +2112,7 @@ public final void mRULE_REAL_LIT() throws RecognitionException {
switch (alt12) {
case 1 :
- // InternalInstance.g:16350:69: RULE_DIGIT
+ // InternalInstance.g:16141:69: RULE_DIGIT
{
mRULE_DIGIT();
@@ -2160,7 +2137,7 @@ public final void mRULE_REAL_LIT() throws RecognitionException {
}
} while (true);
- // InternalInstance.g:16350:83: ( RULE_EXPONENT )?
+ // InternalInstance.g:16141:83: ( RULE_EXPONENT )?
int alt14=2;
int LA14_0 = input.LA(1);
@@ -2169,7 +2146,7 @@ public final void mRULE_REAL_LIT() throws RecognitionException {
}
switch (alt14) {
case 1 :
- // InternalInstance.g:16350:83: RULE_EXPONENT
+ // InternalInstance.g:16141:83: RULE_EXPONENT
{
mRULE_EXPONENT();
@@ -2194,10 +2171,10 @@ public final void mRULE_INTEGER_LIT() throws RecognitionException {
try {
int _type = RULE_INTEGER_LIT;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalInstance.g:16352:18: ( ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* ( '#' RULE_BASED_INTEGER '#' ( RULE_INT_EXPONENT )? | ( RULE_INT_EXPONENT )? ) )
- // InternalInstance.g:16352:20: ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* ( '#' RULE_BASED_INTEGER '#' ( RULE_INT_EXPONENT )? | ( RULE_INT_EXPONENT )? )
+ // InternalInstance.g:16143:18: ( ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* ( '#' RULE_BASED_INTEGER '#' ( RULE_INT_EXPONENT )? | ( RULE_INT_EXPONENT )? ) )
+ // InternalInstance.g:16143:20: ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* ( '#' RULE_BASED_INTEGER '#' ( RULE_INT_EXPONENT )? | ( RULE_INT_EXPONENT )? )
{
- // InternalInstance.g:16352:20: ( RULE_DIGIT )+
+ // InternalInstance.g:16143:20: ( RULE_DIGIT )+
int cnt15=0;
loop15:
do {
@@ -2211,7 +2188,7 @@ public final void mRULE_INTEGER_LIT() throws RecognitionException {
switch (alt15) {
case 1 :
- // InternalInstance.g:16352:20: RULE_DIGIT
+ // InternalInstance.g:16143:20: RULE_DIGIT
{
mRULE_DIGIT();
@@ -2227,7 +2204,7 @@ public final void mRULE_INTEGER_LIT() throws RecognitionException {
cnt15++;
} while (true);
- // InternalInstance.g:16352:32: ( '_' ( RULE_DIGIT )+ )*
+ // InternalInstance.g:16143:32: ( '_' ( RULE_DIGIT )+ )*
loop17:
do {
int alt17=2;
@@ -2240,10 +2217,10 @@ public final void mRULE_INTEGER_LIT() throws RecognitionException {
switch (alt17) {
case 1 :
- // InternalInstance.g:16352:33: '_' ( RULE_DIGIT )+
+ // InternalInstance.g:16143:33: '_' ( RULE_DIGIT )+
{
match('_');
- // InternalInstance.g:16352:37: ( RULE_DIGIT )+
+ // InternalInstance.g:16143:37: ( RULE_DIGIT )+
int cnt16=0;
loop16:
do {
@@ -2257,7 +2234,7 @@ public final void mRULE_INTEGER_LIT() throws RecognitionException {
switch (alt16) {
case 1 :
- // InternalInstance.g:16352:37: RULE_DIGIT
+ // InternalInstance.g:16143:37: RULE_DIGIT
{
mRULE_DIGIT();
@@ -2282,7 +2259,7 @@ public final void mRULE_INTEGER_LIT() throws RecognitionException {
}
} while (true);
- // InternalInstance.g:16352:51: ( '#' RULE_BASED_INTEGER '#' ( RULE_INT_EXPONENT )? | ( RULE_INT_EXPONENT )? )
+ // InternalInstance.g:16143:51: ( '#' RULE_BASED_INTEGER '#' ( RULE_INT_EXPONENT )? | ( RULE_INT_EXPONENT )? )
int alt20=2;
int LA20_0 = input.LA(1);
@@ -2293,12 +2270,12 @@ public final void mRULE_INTEGER_LIT() throws RecognitionException {
alt20=2;}
switch (alt20) {
case 1 :
- // InternalInstance.g:16352:52: '#' RULE_BASED_INTEGER '#' ( RULE_INT_EXPONENT )?
+ // InternalInstance.g:16143:52: '#' RULE_BASED_INTEGER '#' ( RULE_INT_EXPONENT )?
{
match('#');
mRULE_BASED_INTEGER();
match('#');
- // InternalInstance.g:16352:79: ( RULE_INT_EXPONENT )?
+ // InternalInstance.g:16143:79: ( RULE_INT_EXPONENT )?
int alt18=2;
int LA18_0 = input.LA(1);
@@ -2307,7 +2284,7 @@ public final void mRULE_INTEGER_LIT() throws RecognitionException {
}
switch (alt18) {
case 1 :
- // InternalInstance.g:16352:79: RULE_INT_EXPONENT
+ // InternalInstance.g:16143:79: RULE_INT_EXPONENT
{
mRULE_INT_EXPONENT();
@@ -2320,9 +2297,9 @@ public final void mRULE_INTEGER_LIT() throws RecognitionException {
}
break;
case 2 :
- // InternalInstance.g:16352:98: ( RULE_INT_EXPONENT )?
+ // InternalInstance.g:16143:98: ( RULE_INT_EXPONENT )?
{
- // InternalInstance.g:16352:98: ( RULE_INT_EXPONENT )?
+ // InternalInstance.g:16143:98: ( RULE_INT_EXPONENT )?
int alt19=2;
int LA19_0 = input.LA(1);
@@ -2331,7 +2308,7 @@ public final void mRULE_INTEGER_LIT() throws RecognitionException {
}
switch (alt19) {
case 1 :
- // InternalInstance.g:16352:98: RULE_INT_EXPONENT
+ // InternalInstance.g:16143:98: RULE_INT_EXPONENT
{
mRULE_INT_EXPONENT();
@@ -2360,8 +2337,8 @@ public final void mRULE_INTEGER_LIT() throws RecognitionException {
// $ANTLR start "RULE_DIGIT"
public final void mRULE_DIGIT() throws RecognitionException {
try {
- // InternalInstance.g:16354:21: ( '0' .. '9' )
- // InternalInstance.g:16354:23: '0' .. '9'
+ // InternalInstance.g:16145:21: ( '0' .. '9' )
+ // InternalInstance.g:16145:23: '0' .. '9'
{
matchRange('0','9');
@@ -2376,8 +2353,8 @@ public final void mRULE_DIGIT() throws RecognitionException {
// $ANTLR start "RULE_EXTENDED_DIGIT"
public final void mRULE_EXTENDED_DIGIT() throws RecognitionException {
try {
- // InternalInstance.g:16356:30: ( ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' ) )
- // InternalInstance.g:16356:32: ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )
+ // InternalInstance.g:16147:30: ( ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' ) )
+ // InternalInstance.g:16147:32: ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )
{
if ( (input.LA(1)>='0' && input.LA(1)<='9')||(input.LA(1)>='A' && input.LA(1)<='F')||(input.LA(1)>='a' && input.LA(1)<='f') ) {
input.consume();
@@ -2400,11 +2377,11 @@ public final void mRULE_EXTENDED_DIGIT() throws RecognitionException {
// $ANTLR start "RULE_BASED_INTEGER"
public final void mRULE_BASED_INTEGER() throws RecognitionException {
try {
- // InternalInstance.g:16358:29: ( RULE_EXTENDED_DIGIT ( ( '_' )? RULE_EXTENDED_DIGIT )* )
- // InternalInstance.g:16358:31: RULE_EXTENDED_DIGIT ( ( '_' )? RULE_EXTENDED_DIGIT )*
+ // InternalInstance.g:16149:29: ( RULE_EXTENDED_DIGIT ( ( '_' )? RULE_EXTENDED_DIGIT )* )
+ // InternalInstance.g:16149:31: RULE_EXTENDED_DIGIT ( ( '_' )? RULE_EXTENDED_DIGIT )*
{
mRULE_EXTENDED_DIGIT();
- // InternalInstance.g:16358:51: ( ( '_' )? RULE_EXTENDED_DIGIT )*
+ // InternalInstance.g:16149:51: ( ( '_' )? RULE_EXTENDED_DIGIT )*
loop22:
do {
int alt22=2;
@@ -2417,9 +2394,9 @@ public final void mRULE_BASED_INTEGER() throws RecognitionException {
switch (alt22) {
case 1 :
- // InternalInstance.g:16358:52: ( '_' )? RULE_EXTENDED_DIGIT
+ // InternalInstance.g:16149:52: ( '_' )? RULE_EXTENDED_DIGIT
{
- // InternalInstance.g:16358:52: ( '_' )?
+ // InternalInstance.g:16149:52: ( '_' )?
int alt21=2;
int LA21_0 = input.LA(1);
@@ -2428,7 +2405,7 @@ public final void mRULE_BASED_INTEGER() throws RecognitionException {
}
switch (alt21) {
case 1 :
- // InternalInstance.g:16358:52: '_'
+ // InternalInstance.g:16149:52: '_'
{
match('_');
@@ -2461,10 +2438,10 @@ public final void mRULE_STRING() throws RecognitionException {
try {
int _type = RULE_STRING;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalInstance.g:16360:13: ( ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) )
- // InternalInstance.g:16360:15: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
+ // InternalInstance.g:16151:13: ( ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) )
+ // InternalInstance.g:16151:15: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
{
- // InternalInstance.g:16360:15: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
+ // InternalInstance.g:16151:15: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
int alt25=2;
int LA25_0 = input.LA(1);
@@ -2482,10 +2459,10 @@ else if ( (LA25_0=='\'') ) {
}
switch (alt25) {
case 1 :
- // InternalInstance.g:16360:16: '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"'
+ // InternalInstance.g:16151:16: '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"'
{
match('\"');
- // InternalInstance.g:16360:20: ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )*
+ // InternalInstance.g:16151:20: ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )*
loop23:
do {
int alt23=3;
@@ -2501,7 +2478,7 @@ else if ( ((LA23_0>='\u0000' && LA23_0<='!')||(LA23_0>='#' && LA23_0<='[')||(LA2
switch (alt23) {
case 1 :
- // InternalInstance.g:16360:21: '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' )
+ // InternalInstance.g:16151:21: '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' )
{
match('\\');
if ( input.LA(1)=='\"'||input.LA(1)=='\''||input.LA(1)=='\\'||input.LA(1)=='b'||input.LA(1)=='f'||input.LA(1)=='n'||input.LA(1)=='r'||(input.LA(1)>='t' && input.LA(1)<='u') ) {
@@ -2517,7 +2494,7 @@ else if ( ((LA23_0>='\u0000' && LA23_0<='!')||(LA23_0>='#' && LA23_0<='[')||(LA2
}
break;
case 2 :
- // InternalInstance.g:16360:66: ~ ( ( '\\\\' | '\"' ) )
+ // InternalInstance.g:16151:66: ~ ( ( '\\\\' | '\"' ) )
{
if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
input.consume();
@@ -2542,10 +2519,10 @@ else if ( ((LA23_0>='\u0000' && LA23_0<='!')||(LA23_0>='#' && LA23_0<='[')||(LA2
}
break;
case 2 :
- // InternalInstance.g:16360:86: '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\''
+ // InternalInstance.g:16151:86: '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\''
{
match('\'');
- // InternalInstance.g:16360:91: ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )*
+ // InternalInstance.g:16151:91: ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )*
loop24:
do {
int alt24=3;
@@ -2561,7 +2538,7 @@ else if ( ((LA24_0>='\u0000' && LA24_0<='&')||(LA24_0>='(' && LA24_0<='[')||(LA2
switch (alt24) {
case 1 :
- // InternalInstance.g:16360:92: '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' )
+ // InternalInstance.g:16151:92: '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' )
{
match('\\');
if ( input.LA(1)=='\"'||input.LA(1)=='\''||input.LA(1)=='\\'||input.LA(1)=='b'||input.LA(1)=='f'||input.LA(1)=='n'||input.LA(1)=='r'||(input.LA(1)>='t' && input.LA(1)<='u') ) {
@@ -2577,7 +2554,7 @@ else if ( ((LA24_0>='\u0000' && LA24_0<='&')||(LA24_0>='(' && LA24_0<='[')||(LA2
}
break;
case 2 :
- // InternalInstance.g:16360:137: ~ ( ( '\\\\' | '\\'' ) )
+ // InternalInstance.g:16151:137: ~ ( ( '\\\\' | '\\'' ) )
{
if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
input.consume();
@@ -2620,8 +2597,8 @@ public final void mRULE_ID() throws RecognitionException {
try {
int _type = RULE_ID;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalInstance.g:16362:9: ( ( 'a' .. 'z' | 'A' .. 'Z' ) ( ( '_' )? ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' ) )* )
- // InternalInstance.g:16362:11: ( 'a' .. 'z' | 'A' .. 'Z' ) ( ( '_' )? ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' ) )*
+ // InternalInstance.g:16153:9: ( ( 'a' .. 'z' | 'A' .. 'Z' ) ( ( '_' )? ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' ) )* )
+ // InternalInstance.g:16153:11: ( 'a' .. 'z' | 'A' .. 'Z' ) ( ( '_' )? ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' ) )*
{
if ( (input.LA(1)>='A' && input.LA(1)<='Z')||(input.LA(1)>='a' && input.LA(1)<='z') ) {
input.consume();
@@ -2632,7 +2609,7 @@ public final void mRULE_ID() throws RecognitionException {
recover(mse);
throw mse;}
- // InternalInstance.g:16362:31: ( ( '_' )? ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' ) )*
+ // InternalInstance.g:16153:31: ( ( '_' )? ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' ) )*
loop27:
do {
int alt27=2;
@@ -2645,9 +2622,9 @@ public final void mRULE_ID() throws RecognitionException {
switch (alt27) {
case 1 :
- // InternalInstance.g:16362:32: ( '_' )? ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' )
+ // InternalInstance.g:16153:32: ( '_' )? ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' )
{
- // InternalInstance.g:16362:32: ( '_' )?
+ // InternalInstance.g:16153:32: ( '_' )?
int alt26=2;
int LA26_0 = input.LA(1);
@@ -2656,7 +2633,7 @@ public final void mRULE_ID() throws RecognitionException {
}
switch (alt26) {
case 1 :
- // InternalInstance.g:16362:32: '_'
+ // InternalInstance.g:16153:32: '_'
{
match('_');
@@ -2699,10 +2676,10 @@ public final void mRULE_WS() throws RecognitionException {
try {
int _type = RULE_WS;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalInstance.g:16364:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
- // InternalInstance.g:16364:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
+ // InternalInstance.g:16155:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
+ // InternalInstance.g:16155:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
{
- // InternalInstance.g:16364:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
+ // InternalInstance.g:16155:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
int cnt28=0;
loop28:
do {
@@ -3353,7 +3330,7 @@ public void mTokens() throws RecognitionException {
static final String DFA29_maxS =
"\1\175\1\uffff\1\133\1\156\1\165\1\145\1\166\1\162\1\165\1\171\1\154\1\160\1\157\1\162\1\76\1\75\1\72\3\uffff\1\55\4\uffff\1\145\1\162\1\151\1\56\1\uffff\1\157\2\uffff\1\137\7\uffff\1\172\2\164\1\166\1\145\1\144\1\162\1\157\1\162\1\163\1\156\1\142\1\163\1\155\1\141\1\154\1\157\1\163\1\143\1\160\1\155\1\144\1\162\1\165\1\172\10\uffff\1\166\1\157\1\162\2\uffff\1\156\1\141\1\uffff\1\71\1\uffff\1\164\1\uffff\1\172\1\141\1\151\1\164\1\151\1\156\1\172\1\145\1\160\1\164\1\172\1\144\1\160\1\164\1\172\1\164\1\163\1\167\1\164\1\145\1\154\1\157\2\145\1\156\1\145\1\uffff\2\145\1\165\1\164\1\163\1\160\1\163\1\137\1\151\1\uffff\1\172\1\143\1\141\1\166\1\164\1\uffff\1\155\1\156\2\145\1\103\1\143\1\uffff\1\151\1\162\1\145\1\uffff\1\165\1\145\1\172\1\162\1\163\1\151\1\162\1\172\1\141\1\163\1\172\2\162\1\160\1\165\1\145\1\164\1\165\1\163\1\141\1\157\1\143\1\uffff\1\145\1\172\1\145\1\120\1\145\1\164\1\163\1\162\1\157\1\143\1\156\1\157\1\155\1\162\1\172\1\uffff\1\141\1\163\1\145\1\171\1\172\1\uffff\1\144\1\151\1\uffff\1\145\1\163\1\172\1\141\1\143\1\141\1\164\1\145\1\151\1\154\1\162\1\143\1\172\1\uffff\1\144\1\157\1\141\1\164\1\172\1\163\1\164\1\156\1\145\2\147\1\172\1\145\1\uffff\1\143\1\103\1\163\1\172\1\uffff\1\172\1\164\1\156\1\145\1\uffff\1\154\1\164\1\156\1\145\1\164\1\146\1\172\1\164\1\145\1\uffff\1\172\1\162\1\164\1\145\1\uffff\1\172\1\171\1\156\1\163\1\172\1\162\1\uffff\1\107\1\164\1\157\1\172\2\uffff\1\151\1\143\2\172\1\151\1\164\1\172\1\145\1\151\1\uffff\1\172\1\163\1\uffff\1\164\1\141\2\162\1\uffff\1\172\1\145\1\163\1\uffff\1\141\1\162\1\157\1\172\1\156\1\uffff\1\157\1\145\2\uffff\1\157\1\172\1\uffff\1\172\1\145\1\uffff\1\163\1\172\1\120\2\172\1\uffff\1\143\1\172\1\155\1\157\1\156\1\145\1\uffff\2\156\1\172\1\156\2\uffff\1\162\1\172\1\uffff\2\157\2\uffff\1\164\1\uffff\1\172\1\165\1\156\1\141\1\145\1\172\1\uffff\2\172\1\uffff\1\162\1\156\1\151\1\143\1\162\1\uffff\1\160\1\145\1\164\1\143\1\172\3\uffff\1\164\1\156\1\157\1\143\1\157\1\172\1\143\1\165\1\164\1\uffff\1\172\1\145\1\156\1\145\1\165\1\157\1\uffff\1\164\1\162\1\151\1\uffff\1\143\1\172\1\163\1\160\1\156\1\151\1\145\1\157\1\164\1\uffff\1\163\1\101\1\156\1\157\1\172\1\156\1\151\1\172\1\143\1\145\1\156\1\uffff\1\172\1\157\1\uffff\2\143\1\172\1\uffff\1\156\1\145\1\164\1\uffff\1\172\1\163\1\151\1\uffff\1\163\1\157\1\172\1\156\1\uffff\1\172\1\uffff";
static final String DFA29_acceptS =
- "\1\uffff\1\1\17\uffff\1\44\1\45\1\46\1\uffff\1\51\1\52\1\53\1\66\4\uffff\1\74\1\uffff\1\77\1\107\1\uffff\1\121\1\122\1\123\1\2\1\63\1\116\1\42\31\uffff\1\37\1\61\1\113\1\41\1\72\1\43\1\64\1\47\3\uffff\1\102\1\73\2\uffff\1\120\1\uffff\1\117\1\uffff\1\3\32\uffff\1\57\11\uffff\1\4\5\uffff\1\56\6\uffff\1\20\3\uffff\1\65\26\uffff\1\21\17\uffff\1\55\5\uffff\1\60\2\uffff\1\115\15\uffff\1\103\15\uffff\1\40\4\uffff\1\50\4\uffff\1\70\11\uffff\1\22\4\uffff\1\36\6\uffff\1\27\4\uffff\1\23\1\30\11\uffff\1\111\2\uffff\1\112\4\uffff\1\24\3\uffff\1\105\5\uffff\1\104\2\uffff\1\110\1\71\2\uffff\1\100\2\uffff\1\5\5\uffff\1\76\6\uffff\1\17\4\uffff\1\114\1\106\2\uffff\1\6\2\uffff\1\10\1\25\1\uffff\1\11\6\uffff\1\67\2\uffff\1\12\5\uffff\1\26\5\uffff\1\62\1\75\1\101\11\uffff\1\54\6\uffff\1\15\3\uffff\1\7\11\uffff\1\34\13\uffff\1\16\2\uffff\1\13\3\uffff\1\32\3\uffff\1\31\3\uffff\1\33\4\uffff\1\14\1\uffff\1\35";
+ "\1\uffff\1\1\17\uffff\1\44\1\45\1\46\1\uffff\1\51\1\52\1\53\1\66\4\uffff\1\74\1\uffff\1\77\1\107\1\uffff\1\121\1\122\1\123\1\2\1\63\1\116\1\42\31\uffff\1\37\1\61\1\113\1\41\1\72\1\43\1\64\1\47\3\uffff\1\104\1\73\2\uffff\1\120\1\uffff\1\117\1\uffff\1\3\32\uffff\1\57\11\uffff\1\4\5\uffff\1\56\6\uffff\1\20\3\uffff\1\65\26\uffff\1\21\17\uffff\1\55\5\uffff\1\60\2\uffff\1\115\15\uffff\1\105\15\uffff\1\40\4\uffff\1\50\4\uffff\1\70\11\uffff\1\22\4\uffff\1\36\6\uffff\1\27\4\uffff\1\23\1\30\11\uffff\1\111\2\uffff\1\112\4\uffff\1\24\3\uffff\1\101\5\uffff\1\100\2\uffff\1\110\1\71\2\uffff\1\102\2\uffff\1\5\5\uffff\1\76\6\uffff\1\17\4\uffff\1\114\1\106\2\uffff\1\6\2\uffff\1\10\1\25\1\uffff\1\11\6\uffff\1\67\2\uffff\1\12\5\uffff\1\26\5\uffff\1\62\1\75\1\103\11\uffff\1\54\6\uffff\1\15\3\uffff\1\7\11\uffff\1\34\13\uffff\1\16\2\uffff\1\13\3\uffff\1\32\3\uffff\1\31\3\uffff\1\33\4\uffff\1\14\1\uffff\1\35";
static final String DFA29_specialS =
"\u0199\uffff}>";
static final String[] DFA29_transitionS = {
diff --git a/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/contentassist/antlr/internal/InternalInstanceParser.java b/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/contentassist/antlr/internal/InternalInstanceParser.java
index 4c9d003e48e..685bb82e122 100644
--- a/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/contentassist/antlr/internal/InternalInstanceParser.java
+++ b/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/contentassist/antlr/internal/InternalInstanceParser.java
@@ -1,26 +1,3 @@
-/**
- * Copyright (c) 2004-2021 Carnegie Mellon University and others. (see Contributors file).
- * All Rights Reserved.
- *
- * NO WARRANTY. ALL MATERIAL IS FURNISHED ON AN "AS-IS" BASIS. CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY
- * KIND, EITHER EXPRESSED OR IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR PURPOSE
- * OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT
- * MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, OR COPYRIGHT INFRINGEMENT.
- *
- * This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0
- * which is available at https://www.eclipse.org/legal/epl-2.0/
- * SPDX-License-Identifier: EPL-2.0
- *
- * Created, in part, with funding and support from the United States Government. (see Acknowledgments file).
- *
- * This program includes and/or can make use of certain third party source code, object code, documentation and other
- * files ("Third Party Software"). The Third Party Software that is used by this program is dependent upon your system
- * configuration. By using this program, You agree to comply with any and all relevant Third Party Software terms and
- * conditions contained in any such Third Party Software or separate license file distributed with such Third Party
- * Software. The parties who own the Third Party Software ("Third Party Licensors") are intended third party benefici-
- * aries to this license with respect to the terms applicable to their Third Party Software. Third Party Software li-
- * censes only apply to the Third Party Software and not any other portion of this program or this program as a whole.
- */
package org.osate.aadl2.instance.textual.ui.contentassist.antlr.internal;
import java.io.InputStream;
@@ -45,7 +22,7 @@
@SuppressWarnings("all")
public class InternalInstanceParser extends AbstractInternalContentAssistParser {
public static final String[] tokenNames = new String[] {
- "", "", "", "", "RULE_INTEGER_LIT", "RULE_STRING", "RULE_ID", "RULE_REAL_LIT", "RULE_SL_COMMENT", "RULE_DIGIT", "RULE_EXPONENT", "RULE_INT_EXPONENT", "RULE_BASED_INTEGER", "RULE_EXTENDED_DIGIT", "RULE_WS", "'*'", "'->'", "'in'", "'out'", "'dataPort'", "'eventPort'", "'eventDataPort'", "'parameter'", "'busAccess'", "'dataAccess'", "'subprogramAccess'", "'subprogramGroupAccess'", "'featureGroup'", "'abstractFeature'", "'abstract'", "'bus'", "'data'", "'device'", "'memory'", "'process'", "'processor'", "'subprogram'", "'system'", "'thread'", "'featureConnection'", "'accessConnection'", "'parameterConnection'", "'portConnection'", "'featureGroupConnection'", "'parent'", "'=>'", "'false'", "'+'", "'-'", "':'", "'{'", "'}'", "'['", "']'", "'modes'", "'('", "')'", "','", "'transitions'", "'flow'", "'end'", "'to'", "'mode'", "'='", "'transition'", "'-['", "']->'", "'som'", "'/'", "'reference'", "'group'", "'virtual'", "'::'", "'.'", "'#'", "'connection'", "'property'", "';'", "'compute'", "'classifier'", "'..'", "'delta'", "'applies'", "'binding'", "'complete'", "'<->'", "'reverse'", "'initial'", "'derived'", "'+=>'", "'constant'", "'true'"
+ "", "", "", "", "RULE_INTEGER_LIT", "RULE_STRING", "RULE_ID", "RULE_REAL_LIT", "RULE_SL_COMMENT", "RULE_DIGIT", "RULE_EXPONENT", "RULE_INT_EXPONENT", "RULE_BASED_INTEGER", "RULE_EXTENDED_DIGIT", "RULE_WS", "'*'", "'->'", "'in'", "'out'", "'dataPort'", "'eventPort'", "'eventDataPort'", "'parameter'", "'busAccess'", "'dataAccess'", "'subprogramAccess'", "'subprogramGroupAccess'", "'featureGroup'", "'abstractFeature'", "'abstract'", "'bus'", "'data'", "'device'", "'memory'", "'process'", "'processor'", "'subprogram'", "'system'", "'thread'", "'featureConnection'", "'accessConnection'", "'parameterConnection'", "'portConnection'", "'featureGroupConnection'", "'parent'", "'=>'", "'false'", "'+'", "'-'", "':'", "'{'", "'}'", "'['", "']'", "'modes'", "'('", "')'", "','", "'transitions'", "'flow'", "'end'", "'to'", "'mode'", "'='", "'transition'", "'-['", "']->'", "'som'", "'/'", "'reference'", "'group'", "'virtual'", "'::'", "'.'", "'#'", "'connection'", "'property'", "';'", "'applies'", "'binding'", "'compute'", "'classifier'", "'..'", "'delta'", "'complete'", "'<->'", "'reverse'", "'initial'", "'derived'", "'+=>'", "'constant'", "'true'"
};
public static final int T__50=50;
public static final int T__59=59;
@@ -3927,243 +3904,12 @@ public final void ruleNumAlt() throws RecognitionException {
// $ANTLR end "ruleNumAlt"
- // $ANTLR start "entryRuleAppliesToKeywords"
- // InternalInstance.g:1474:1: entryRuleAppliesToKeywords : ruleAppliesToKeywords EOF ;
- public final void entryRuleAppliesToKeywords() throws RecognitionException {
- try {
- // InternalInstance.g:1475:1: ( ruleAppliesToKeywords EOF )
- // InternalInstance.g:1476:1: ruleAppliesToKeywords EOF
- {
- before(grammarAccess.getAppliesToKeywordsRule());
- pushFollow(FOLLOW_1);
- ruleAppliesToKeywords();
-
- state._fsp--;
-
- after(grammarAccess.getAppliesToKeywordsRule());
- match(input,EOF,FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleAppliesToKeywords"
-
-
- // $ANTLR start "ruleAppliesToKeywords"
- // InternalInstance.g:1483:1: ruleAppliesToKeywords : ( ( rule__AppliesToKeywords__Group__0 ) ) ;
- public final void ruleAppliesToKeywords() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalInstance.g:1487:2: ( ( ( rule__AppliesToKeywords__Group__0 ) ) )
- // InternalInstance.g:1488:1: ( ( rule__AppliesToKeywords__Group__0 ) )
- {
- // InternalInstance.g:1488:1: ( ( rule__AppliesToKeywords__Group__0 ) )
- // InternalInstance.g:1489:1: ( rule__AppliesToKeywords__Group__0 )
- {
- before(grammarAccess.getAppliesToKeywordsAccess().getGroup());
- // InternalInstance.g:1490:1: ( rule__AppliesToKeywords__Group__0 )
- // InternalInstance.g:1490:2: rule__AppliesToKeywords__Group__0
- {
- pushFollow(FOLLOW_2);
- rule__AppliesToKeywords__Group__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getAppliesToKeywordsAccess().getGroup());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleAppliesToKeywords"
-
-
- // $ANTLR start "entryRuleInBindingKeywords"
- // InternalInstance.g:1502:1: entryRuleInBindingKeywords : ruleInBindingKeywords EOF ;
- public final void entryRuleInBindingKeywords() throws RecognitionException {
- try {
- // InternalInstance.g:1503:1: ( ruleInBindingKeywords EOF )
- // InternalInstance.g:1504:1: ruleInBindingKeywords EOF
- {
- before(grammarAccess.getInBindingKeywordsRule());
- pushFollow(FOLLOW_1);
- ruleInBindingKeywords();
-
- state._fsp--;
-
- after(grammarAccess.getInBindingKeywordsRule());
- match(input,EOF,FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleInBindingKeywords"
-
-
- // $ANTLR start "ruleInBindingKeywords"
- // InternalInstance.g:1511:1: ruleInBindingKeywords : ( ( rule__InBindingKeywords__Group__0 ) ) ;
- public final void ruleInBindingKeywords() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalInstance.g:1515:2: ( ( ( rule__InBindingKeywords__Group__0 ) ) )
- // InternalInstance.g:1516:1: ( ( rule__InBindingKeywords__Group__0 ) )
- {
- // InternalInstance.g:1516:1: ( ( rule__InBindingKeywords__Group__0 ) )
- // InternalInstance.g:1517:1: ( rule__InBindingKeywords__Group__0 )
- {
- before(grammarAccess.getInBindingKeywordsAccess().getGroup());
- // InternalInstance.g:1518:1: ( rule__InBindingKeywords__Group__0 )
- // InternalInstance.g:1518:2: rule__InBindingKeywords__Group__0
- {
- pushFollow(FOLLOW_2);
- rule__InBindingKeywords__Group__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getInBindingKeywordsAccess().getGroup());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleInBindingKeywords"
-
-
- // $ANTLR start "entryRuleInModesKeywords"
- // InternalInstance.g:1530:1: entryRuleInModesKeywords : ruleInModesKeywords EOF ;
- public final void entryRuleInModesKeywords() throws RecognitionException {
- try {
- // InternalInstance.g:1531:1: ( ruleInModesKeywords EOF )
- // InternalInstance.g:1532:1: ruleInModesKeywords EOF
- {
- before(grammarAccess.getInModesKeywordsRule());
- pushFollow(FOLLOW_1);
- ruleInModesKeywords();
-
- state._fsp--;
-
- after(grammarAccess.getInModesKeywordsRule());
- match(input,EOF,FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleInModesKeywords"
-
-
- // $ANTLR start "ruleInModesKeywords"
- // InternalInstance.g:1539:1: ruleInModesKeywords : ( ( rule__InModesKeywords__Group__0 ) ) ;
- public final void ruleInModesKeywords() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalInstance.g:1543:2: ( ( ( rule__InModesKeywords__Group__0 ) ) )
- // InternalInstance.g:1544:1: ( ( rule__InModesKeywords__Group__0 ) )
- {
- // InternalInstance.g:1544:1: ( ( rule__InModesKeywords__Group__0 ) )
- // InternalInstance.g:1545:1: ( rule__InModesKeywords__Group__0 )
- {
- before(grammarAccess.getInModesKeywordsAccess().getGroup());
- // InternalInstance.g:1546:1: ( rule__InModesKeywords__Group__0 )
- // InternalInstance.g:1546:2: rule__InModesKeywords__Group__0
- {
- pushFollow(FOLLOW_2);
- rule__InModesKeywords__Group__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getInModesKeywordsAccess().getGroup());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleInModesKeywords"
-
-
// $ANTLR start "entryRuleINTVALUE"
- // InternalInstance.g:1558:1: entryRuleINTVALUE : ruleINTVALUE EOF ;
+ // InternalInstance.g:1474:1: entryRuleINTVALUE : ruleINTVALUE EOF ;
public final void entryRuleINTVALUE() throws RecognitionException {
try {
- // InternalInstance.g:1559:1: ( ruleINTVALUE EOF )
- // InternalInstance.g:1560:1: ruleINTVALUE EOF
+ // InternalInstance.g:1475:1: ( ruleINTVALUE EOF )
+ // InternalInstance.g:1476:1: ruleINTVALUE EOF
{
before(grammarAccess.getINTVALUERule());
pushFollow(FOLLOW_1);
@@ -4189,17 +3935,17 @@ public final void entryRuleINTVALUE() throws RecognitionException {
// $ANTLR start "ruleINTVALUE"
- // InternalInstance.g:1567:1: ruleINTVALUE : ( RULE_INTEGER_LIT ) ;
+ // InternalInstance.g:1483:1: ruleINTVALUE : ( RULE_INTEGER_LIT ) ;
public final void ruleINTVALUE() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:1571:2: ( ( RULE_INTEGER_LIT ) )
- // InternalInstance.g:1572:1: ( RULE_INTEGER_LIT )
+ // InternalInstance.g:1487:2: ( ( RULE_INTEGER_LIT ) )
+ // InternalInstance.g:1488:1: ( RULE_INTEGER_LIT )
{
- // InternalInstance.g:1572:1: ( RULE_INTEGER_LIT )
- // InternalInstance.g:1573:1: RULE_INTEGER_LIT
+ // InternalInstance.g:1488:1: ( RULE_INTEGER_LIT )
+ // InternalInstance.g:1489:1: RULE_INTEGER_LIT
{
before(grammarAccess.getINTVALUEAccess().getINTEGER_LITTerminalRuleCall());
match(input,RULE_INTEGER_LIT,FOLLOW_2);
@@ -4226,11 +3972,11 @@ public final void ruleINTVALUE() throws RecognitionException {
// $ANTLR start "entryRuleQPREF"
- // InternalInstance.g:1588:1: entryRuleQPREF : ruleQPREF EOF ;
+ // InternalInstance.g:1504:1: entryRuleQPREF : ruleQPREF EOF ;
public final void entryRuleQPREF() throws RecognitionException {
try {
- // InternalInstance.g:1589:1: ( ruleQPREF EOF )
- // InternalInstance.g:1590:1: ruleQPREF EOF
+ // InternalInstance.g:1505:1: ( ruleQPREF EOF )
+ // InternalInstance.g:1506:1: ruleQPREF EOF
{
before(grammarAccess.getQPREFRule());
pushFollow(FOLLOW_1);
@@ -4256,21 +4002,21 @@ public final void entryRuleQPREF() throws RecognitionException {
// $ANTLR start "ruleQPREF"
- // InternalInstance.g:1597:1: ruleQPREF : ( ( rule__QPREF__Group__0 ) ) ;
+ // InternalInstance.g:1513:1: ruleQPREF : ( ( rule__QPREF__Group__0 ) ) ;
public final void ruleQPREF() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:1601:2: ( ( ( rule__QPREF__Group__0 ) ) )
- // InternalInstance.g:1602:1: ( ( rule__QPREF__Group__0 ) )
+ // InternalInstance.g:1517:2: ( ( ( rule__QPREF__Group__0 ) ) )
+ // InternalInstance.g:1518:1: ( ( rule__QPREF__Group__0 ) )
{
- // InternalInstance.g:1602:1: ( ( rule__QPREF__Group__0 ) )
- // InternalInstance.g:1603:1: ( rule__QPREF__Group__0 )
+ // InternalInstance.g:1518:1: ( ( rule__QPREF__Group__0 ) )
+ // InternalInstance.g:1519:1: ( rule__QPREF__Group__0 )
{
before(grammarAccess.getQPREFAccess().getGroup());
- // InternalInstance.g:1604:1: ( rule__QPREF__Group__0 )
- // InternalInstance.g:1604:2: rule__QPREF__Group__0
+ // InternalInstance.g:1520:1: ( rule__QPREF__Group__0 )
+ // InternalInstance.g:1520:2: rule__QPREF__Group__0
{
pushFollow(FOLLOW_2);
rule__QPREF__Group__0();
@@ -4303,11 +4049,11 @@ public final void ruleQPREF() throws RecognitionException {
// $ANTLR start "entryRuleQCREF"
- // InternalInstance.g:1616:1: entryRuleQCREF : ruleQCREF EOF ;
+ // InternalInstance.g:1532:1: entryRuleQCREF : ruleQCREF EOF ;
public final void entryRuleQCREF() throws RecognitionException {
try {
- // InternalInstance.g:1617:1: ( ruleQCREF EOF )
- // InternalInstance.g:1618:1: ruleQCREF EOF
+ // InternalInstance.g:1533:1: ( ruleQCREF EOF )
+ // InternalInstance.g:1534:1: ruleQCREF EOF
{
before(grammarAccess.getQCREFRule());
pushFollow(FOLLOW_1);
@@ -4333,21 +4079,21 @@ public final void entryRuleQCREF() throws RecognitionException {
// $ANTLR start "ruleQCREF"
- // InternalInstance.g:1625:1: ruleQCREF : ( ( rule__QCREF__Group__0 ) ) ;
+ // InternalInstance.g:1541:1: ruleQCREF : ( ( rule__QCREF__Group__0 ) ) ;
public final void ruleQCREF() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:1629:2: ( ( ( rule__QCREF__Group__0 ) ) )
- // InternalInstance.g:1630:1: ( ( rule__QCREF__Group__0 ) )
+ // InternalInstance.g:1545:2: ( ( ( rule__QCREF__Group__0 ) ) )
+ // InternalInstance.g:1546:1: ( ( rule__QCREF__Group__0 ) )
{
- // InternalInstance.g:1630:1: ( ( rule__QCREF__Group__0 ) )
- // InternalInstance.g:1631:1: ( rule__QCREF__Group__0 )
+ // InternalInstance.g:1546:1: ( ( rule__QCREF__Group__0 ) )
+ // InternalInstance.g:1547:1: ( rule__QCREF__Group__0 )
{
before(grammarAccess.getQCREFAccess().getGroup());
- // InternalInstance.g:1632:1: ( rule__QCREF__Group__0 )
- // InternalInstance.g:1632:2: rule__QCREF__Group__0
+ // InternalInstance.g:1548:1: ( rule__QCREF__Group__0 )
+ // InternalInstance.g:1548:2: rule__QCREF__Group__0
{
pushFollow(FOLLOW_2);
rule__QCREF__Group__0();
@@ -4380,11 +4126,11 @@ public final void ruleQCREF() throws RecognitionException {
// $ANTLR start "entryRuleSTAR"
- // InternalInstance.g:1644:1: entryRuleSTAR : ruleSTAR EOF ;
+ // InternalInstance.g:1560:1: entryRuleSTAR : ruleSTAR EOF ;
public final void entryRuleSTAR() throws RecognitionException {
try {
- // InternalInstance.g:1645:1: ( ruleSTAR EOF )
- // InternalInstance.g:1646:1: ruleSTAR EOF
+ // InternalInstance.g:1561:1: ( ruleSTAR EOF )
+ // InternalInstance.g:1562:1: ruleSTAR EOF
{
before(grammarAccess.getSTARRule());
pushFollow(FOLLOW_1);
@@ -4410,17 +4156,17 @@ public final void entryRuleSTAR() throws RecognitionException {
// $ANTLR start "ruleSTAR"
- // InternalInstance.g:1653:1: ruleSTAR : ( '*' ) ;
+ // InternalInstance.g:1569:1: ruleSTAR : ( '*' ) ;
public final void ruleSTAR() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:1657:2: ( ( '*' ) )
- // InternalInstance.g:1658:1: ( '*' )
+ // InternalInstance.g:1573:2: ( ( '*' ) )
+ // InternalInstance.g:1574:1: ( '*' )
{
- // InternalInstance.g:1658:1: ( '*' )
- // InternalInstance.g:1659:1: '*'
+ // InternalInstance.g:1574:1: ( '*' )
+ // InternalInstance.g:1575:1: '*'
{
before(grammarAccess.getSTARAccess().getAsteriskKeyword());
match(input,15,FOLLOW_2);
@@ -4447,25 +4193,25 @@ public final void ruleSTAR() throws RecognitionException {
// $ANTLR start "rule__SystemInstance__Alternatives_5"
- // InternalInstance.g:1674:1: rule__SystemInstance__Alternatives_5 : ( ( ( rule__SystemInstance__FeatureInstanceAssignment_5_0 ) ) | ( ( rule__SystemInstance__ComponentInstanceAssignment_5_1 ) ) | ( ( rule__SystemInstance__ConnectionInstanceAssignment_5_2 ) ) | ( ( rule__SystemInstance__FlowSpecificationAssignment_5_3 ) ) | ( ( rule__SystemInstance__EndToEndFlowAssignment_5_4 ) ) | ( ( rule__SystemInstance__ModeInstanceAssignment_5_5 ) ) | ( ( rule__SystemInstance__ModeTransitionInstanceAssignment_5_6 ) ) | ( ( rule__SystemInstance__SystemOperationModeAssignment_5_7 ) ) | ( ( rule__SystemInstance__OwnedPropertyAssociationAssignment_5_8 ) ) );
+ // InternalInstance.g:1590:1: rule__SystemInstance__Alternatives_5 : ( ( ( rule__SystemInstance__FeatureInstanceAssignment_5_0 ) ) | ( ( rule__SystemInstance__ComponentInstanceAssignment_5_1 ) ) | ( ( rule__SystemInstance__ConnectionInstanceAssignment_5_2 ) ) | ( ( rule__SystemInstance__FlowSpecificationAssignment_5_3 ) ) | ( ( rule__SystemInstance__EndToEndFlowAssignment_5_4 ) ) | ( ( rule__SystemInstance__ModeInstanceAssignment_5_5 ) ) | ( ( rule__SystemInstance__ModeTransitionInstanceAssignment_5_6 ) ) | ( ( rule__SystemInstance__SystemOperationModeAssignment_5_7 ) ) | ( ( rule__SystemInstance__OwnedPropertyAssociationAssignment_5_8 ) ) );
public final void rule__SystemInstance__Alternatives_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:1678:1: ( ( ( rule__SystemInstance__FeatureInstanceAssignment_5_0 ) ) | ( ( rule__SystemInstance__ComponentInstanceAssignment_5_1 ) ) | ( ( rule__SystemInstance__ConnectionInstanceAssignment_5_2 ) ) | ( ( rule__SystemInstance__FlowSpecificationAssignment_5_3 ) ) | ( ( rule__SystemInstance__EndToEndFlowAssignment_5_4 ) ) | ( ( rule__SystemInstance__ModeInstanceAssignment_5_5 ) ) | ( ( rule__SystemInstance__ModeTransitionInstanceAssignment_5_6 ) ) | ( ( rule__SystemInstance__SystemOperationModeAssignment_5_7 ) ) | ( ( rule__SystemInstance__OwnedPropertyAssociationAssignment_5_8 ) ) )
+ // InternalInstance.g:1594:1: ( ( ( rule__SystemInstance__FeatureInstanceAssignment_5_0 ) ) | ( ( rule__SystemInstance__ComponentInstanceAssignment_5_1 ) ) | ( ( rule__SystemInstance__ConnectionInstanceAssignment_5_2 ) ) | ( ( rule__SystemInstance__FlowSpecificationAssignment_5_3 ) ) | ( ( rule__SystemInstance__EndToEndFlowAssignment_5_4 ) ) | ( ( rule__SystemInstance__ModeInstanceAssignment_5_5 ) ) | ( ( rule__SystemInstance__ModeTransitionInstanceAssignment_5_6 ) ) | ( ( rule__SystemInstance__SystemOperationModeAssignment_5_7 ) ) | ( ( rule__SystemInstance__OwnedPropertyAssociationAssignment_5_8 ) ) )
int alt1=9;
alt1 = dfa1.predict(input);
switch (alt1) {
case 1 :
- // InternalInstance.g:1679:1: ( ( rule__SystemInstance__FeatureInstanceAssignment_5_0 ) )
+ // InternalInstance.g:1595:1: ( ( rule__SystemInstance__FeatureInstanceAssignment_5_0 ) )
{
- // InternalInstance.g:1679:1: ( ( rule__SystemInstance__FeatureInstanceAssignment_5_0 ) )
- // InternalInstance.g:1680:1: ( rule__SystemInstance__FeatureInstanceAssignment_5_0 )
+ // InternalInstance.g:1595:1: ( ( rule__SystemInstance__FeatureInstanceAssignment_5_0 ) )
+ // InternalInstance.g:1596:1: ( rule__SystemInstance__FeatureInstanceAssignment_5_0 )
{
before(grammarAccess.getSystemInstanceAccess().getFeatureInstanceAssignment_5_0());
- // InternalInstance.g:1681:1: ( rule__SystemInstance__FeatureInstanceAssignment_5_0 )
- // InternalInstance.g:1681:2: rule__SystemInstance__FeatureInstanceAssignment_5_0
+ // InternalInstance.g:1597:1: ( rule__SystemInstance__FeatureInstanceAssignment_5_0 )
+ // InternalInstance.g:1597:2: rule__SystemInstance__FeatureInstanceAssignment_5_0
{
pushFollow(FOLLOW_2);
rule__SystemInstance__FeatureInstanceAssignment_5_0();
@@ -4483,14 +4229,14 @@ public final void rule__SystemInstance__Alternatives_5() throws RecognitionExcep
}
break;
case 2 :
- // InternalInstance.g:1685:6: ( ( rule__SystemInstance__ComponentInstanceAssignment_5_1 ) )
+ // InternalInstance.g:1601:6: ( ( rule__SystemInstance__ComponentInstanceAssignment_5_1 ) )
{
- // InternalInstance.g:1685:6: ( ( rule__SystemInstance__ComponentInstanceAssignment_5_1 ) )
- // InternalInstance.g:1686:1: ( rule__SystemInstance__ComponentInstanceAssignment_5_1 )
+ // InternalInstance.g:1601:6: ( ( rule__SystemInstance__ComponentInstanceAssignment_5_1 ) )
+ // InternalInstance.g:1602:1: ( rule__SystemInstance__ComponentInstanceAssignment_5_1 )
{
before(grammarAccess.getSystemInstanceAccess().getComponentInstanceAssignment_5_1());
- // InternalInstance.g:1687:1: ( rule__SystemInstance__ComponentInstanceAssignment_5_1 )
- // InternalInstance.g:1687:2: rule__SystemInstance__ComponentInstanceAssignment_5_1
+ // InternalInstance.g:1603:1: ( rule__SystemInstance__ComponentInstanceAssignment_5_1 )
+ // InternalInstance.g:1603:2: rule__SystemInstance__ComponentInstanceAssignment_5_1
{
pushFollow(FOLLOW_2);
rule__SystemInstance__ComponentInstanceAssignment_5_1();
@@ -4508,14 +4254,14 @@ public final void rule__SystemInstance__Alternatives_5() throws RecognitionExcep
}
break;
case 3 :
- // InternalInstance.g:1691:6: ( ( rule__SystemInstance__ConnectionInstanceAssignment_5_2 ) )
+ // InternalInstance.g:1607:6: ( ( rule__SystemInstance__ConnectionInstanceAssignment_5_2 ) )
{
- // InternalInstance.g:1691:6: ( ( rule__SystemInstance__ConnectionInstanceAssignment_5_2 ) )
- // InternalInstance.g:1692:1: ( rule__SystemInstance__ConnectionInstanceAssignment_5_2 )
+ // InternalInstance.g:1607:6: ( ( rule__SystemInstance__ConnectionInstanceAssignment_5_2 ) )
+ // InternalInstance.g:1608:1: ( rule__SystemInstance__ConnectionInstanceAssignment_5_2 )
{
before(grammarAccess.getSystemInstanceAccess().getConnectionInstanceAssignment_5_2());
- // InternalInstance.g:1693:1: ( rule__SystemInstance__ConnectionInstanceAssignment_5_2 )
- // InternalInstance.g:1693:2: rule__SystemInstance__ConnectionInstanceAssignment_5_2
+ // InternalInstance.g:1609:1: ( rule__SystemInstance__ConnectionInstanceAssignment_5_2 )
+ // InternalInstance.g:1609:2: rule__SystemInstance__ConnectionInstanceAssignment_5_2
{
pushFollow(FOLLOW_2);
rule__SystemInstance__ConnectionInstanceAssignment_5_2();
@@ -4533,14 +4279,14 @@ public final void rule__SystemInstance__Alternatives_5() throws RecognitionExcep
}
break;
case 4 :
- // InternalInstance.g:1697:6: ( ( rule__SystemInstance__FlowSpecificationAssignment_5_3 ) )
+ // InternalInstance.g:1613:6: ( ( rule__SystemInstance__FlowSpecificationAssignment_5_3 ) )
{
- // InternalInstance.g:1697:6: ( ( rule__SystemInstance__FlowSpecificationAssignment_5_3 ) )
- // InternalInstance.g:1698:1: ( rule__SystemInstance__FlowSpecificationAssignment_5_3 )
+ // InternalInstance.g:1613:6: ( ( rule__SystemInstance__FlowSpecificationAssignment_5_3 ) )
+ // InternalInstance.g:1614:1: ( rule__SystemInstance__FlowSpecificationAssignment_5_3 )
{
before(grammarAccess.getSystemInstanceAccess().getFlowSpecificationAssignment_5_3());
- // InternalInstance.g:1699:1: ( rule__SystemInstance__FlowSpecificationAssignment_5_3 )
- // InternalInstance.g:1699:2: rule__SystemInstance__FlowSpecificationAssignment_5_3
+ // InternalInstance.g:1615:1: ( rule__SystemInstance__FlowSpecificationAssignment_5_3 )
+ // InternalInstance.g:1615:2: rule__SystemInstance__FlowSpecificationAssignment_5_3
{
pushFollow(FOLLOW_2);
rule__SystemInstance__FlowSpecificationAssignment_5_3();
@@ -4558,14 +4304,14 @@ public final void rule__SystemInstance__Alternatives_5() throws RecognitionExcep
}
break;
case 5 :
- // InternalInstance.g:1703:6: ( ( rule__SystemInstance__EndToEndFlowAssignment_5_4 ) )
+ // InternalInstance.g:1619:6: ( ( rule__SystemInstance__EndToEndFlowAssignment_5_4 ) )
{
- // InternalInstance.g:1703:6: ( ( rule__SystemInstance__EndToEndFlowAssignment_5_4 ) )
- // InternalInstance.g:1704:1: ( rule__SystemInstance__EndToEndFlowAssignment_5_4 )
+ // InternalInstance.g:1619:6: ( ( rule__SystemInstance__EndToEndFlowAssignment_5_4 ) )
+ // InternalInstance.g:1620:1: ( rule__SystemInstance__EndToEndFlowAssignment_5_4 )
{
before(grammarAccess.getSystemInstanceAccess().getEndToEndFlowAssignment_5_4());
- // InternalInstance.g:1705:1: ( rule__SystemInstance__EndToEndFlowAssignment_5_4 )
- // InternalInstance.g:1705:2: rule__SystemInstance__EndToEndFlowAssignment_5_4
+ // InternalInstance.g:1621:1: ( rule__SystemInstance__EndToEndFlowAssignment_5_4 )
+ // InternalInstance.g:1621:2: rule__SystemInstance__EndToEndFlowAssignment_5_4
{
pushFollow(FOLLOW_2);
rule__SystemInstance__EndToEndFlowAssignment_5_4();
@@ -4583,14 +4329,14 @@ public final void rule__SystemInstance__Alternatives_5() throws RecognitionExcep
}
break;
case 6 :
- // InternalInstance.g:1709:6: ( ( rule__SystemInstance__ModeInstanceAssignment_5_5 ) )
+ // InternalInstance.g:1625:6: ( ( rule__SystemInstance__ModeInstanceAssignment_5_5 ) )
{
- // InternalInstance.g:1709:6: ( ( rule__SystemInstance__ModeInstanceAssignment_5_5 ) )
- // InternalInstance.g:1710:1: ( rule__SystemInstance__ModeInstanceAssignment_5_5 )
+ // InternalInstance.g:1625:6: ( ( rule__SystemInstance__ModeInstanceAssignment_5_5 ) )
+ // InternalInstance.g:1626:1: ( rule__SystemInstance__ModeInstanceAssignment_5_5 )
{
before(grammarAccess.getSystemInstanceAccess().getModeInstanceAssignment_5_5());
- // InternalInstance.g:1711:1: ( rule__SystemInstance__ModeInstanceAssignment_5_5 )
- // InternalInstance.g:1711:2: rule__SystemInstance__ModeInstanceAssignment_5_5
+ // InternalInstance.g:1627:1: ( rule__SystemInstance__ModeInstanceAssignment_5_5 )
+ // InternalInstance.g:1627:2: rule__SystemInstance__ModeInstanceAssignment_5_5
{
pushFollow(FOLLOW_2);
rule__SystemInstance__ModeInstanceAssignment_5_5();
@@ -4608,14 +4354,14 @@ public final void rule__SystemInstance__Alternatives_5() throws RecognitionExcep
}
break;
case 7 :
- // InternalInstance.g:1715:6: ( ( rule__SystemInstance__ModeTransitionInstanceAssignment_5_6 ) )
+ // InternalInstance.g:1631:6: ( ( rule__SystemInstance__ModeTransitionInstanceAssignment_5_6 ) )
{
- // InternalInstance.g:1715:6: ( ( rule__SystemInstance__ModeTransitionInstanceAssignment_5_6 ) )
- // InternalInstance.g:1716:1: ( rule__SystemInstance__ModeTransitionInstanceAssignment_5_6 )
+ // InternalInstance.g:1631:6: ( ( rule__SystemInstance__ModeTransitionInstanceAssignment_5_6 ) )
+ // InternalInstance.g:1632:1: ( rule__SystemInstance__ModeTransitionInstanceAssignment_5_6 )
{
before(grammarAccess.getSystemInstanceAccess().getModeTransitionInstanceAssignment_5_6());
- // InternalInstance.g:1717:1: ( rule__SystemInstance__ModeTransitionInstanceAssignment_5_6 )
- // InternalInstance.g:1717:2: rule__SystemInstance__ModeTransitionInstanceAssignment_5_6
+ // InternalInstance.g:1633:1: ( rule__SystemInstance__ModeTransitionInstanceAssignment_5_6 )
+ // InternalInstance.g:1633:2: rule__SystemInstance__ModeTransitionInstanceAssignment_5_6
{
pushFollow(FOLLOW_2);
rule__SystemInstance__ModeTransitionInstanceAssignment_5_6();
@@ -4633,14 +4379,14 @@ public final void rule__SystemInstance__Alternatives_5() throws RecognitionExcep
}
break;
case 8 :
- // InternalInstance.g:1721:6: ( ( rule__SystemInstance__SystemOperationModeAssignment_5_7 ) )
+ // InternalInstance.g:1637:6: ( ( rule__SystemInstance__SystemOperationModeAssignment_5_7 ) )
{
- // InternalInstance.g:1721:6: ( ( rule__SystemInstance__SystemOperationModeAssignment_5_7 ) )
- // InternalInstance.g:1722:1: ( rule__SystemInstance__SystemOperationModeAssignment_5_7 )
+ // InternalInstance.g:1637:6: ( ( rule__SystemInstance__SystemOperationModeAssignment_5_7 ) )
+ // InternalInstance.g:1638:1: ( rule__SystemInstance__SystemOperationModeAssignment_5_7 )
{
before(grammarAccess.getSystemInstanceAccess().getSystemOperationModeAssignment_5_7());
- // InternalInstance.g:1723:1: ( rule__SystemInstance__SystemOperationModeAssignment_5_7 )
- // InternalInstance.g:1723:2: rule__SystemInstance__SystemOperationModeAssignment_5_7
+ // InternalInstance.g:1639:1: ( rule__SystemInstance__SystemOperationModeAssignment_5_7 )
+ // InternalInstance.g:1639:2: rule__SystemInstance__SystemOperationModeAssignment_5_7
{
pushFollow(FOLLOW_2);
rule__SystemInstance__SystemOperationModeAssignment_5_7();
@@ -4658,14 +4404,14 @@ public final void rule__SystemInstance__Alternatives_5() throws RecognitionExcep
}
break;
case 9 :
- // InternalInstance.g:1727:6: ( ( rule__SystemInstance__OwnedPropertyAssociationAssignment_5_8 ) )
+ // InternalInstance.g:1643:6: ( ( rule__SystemInstance__OwnedPropertyAssociationAssignment_5_8 ) )
{
- // InternalInstance.g:1727:6: ( ( rule__SystemInstance__OwnedPropertyAssociationAssignment_5_8 ) )
- // InternalInstance.g:1728:1: ( rule__SystemInstance__OwnedPropertyAssociationAssignment_5_8 )
+ // InternalInstance.g:1643:6: ( ( rule__SystemInstance__OwnedPropertyAssociationAssignment_5_8 ) )
+ // InternalInstance.g:1644:1: ( rule__SystemInstance__OwnedPropertyAssociationAssignment_5_8 )
{
before(grammarAccess.getSystemInstanceAccess().getOwnedPropertyAssociationAssignment_5_8());
- // InternalInstance.g:1729:1: ( rule__SystemInstance__OwnedPropertyAssociationAssignment_5_8 )
- // InternalInstance.g:1729:2: rule__SystemInstance__OwnedPropertyAssociationAssignment_5_8
+ // InternalInstance.g:1645:1: ( rule__SystemInstance__OwnedPropertyAssociationAssignment_5_8 )
+ // InternalInstance.g:1645:2: rule__SystemInstance__OwnedPropertyAssociationAssignment_5_8
{
pushFollow(FOLLOW_2);
rule__SystemInstance__OwnedPropertyAssociationAssignment_5_8();
@@ -4700,13 +4446,13 @@ public final void rule__SystemInstance__Alternatives_5() throws RecognitionExcep
// $ANTLR start "rule__FeatureInstance__Alternatives_6_1"
- // InternalInstance.g:1738:1: rule__FeatureInstance__Alternatives_6_1 : ( ( ( rule__FeatureInstance__FeatureInstanceAssignment_6_1_0 ) ) | ( ( rule__FeatureInstance__OwnedPropertyAssociationAssignment_6_1_1 ) ) );
+ // InternalInstance.g:1654:1: rule__FeatureInstance__Alternatives_6_1 : ( ( ( rule__FeatureInstance__FeatureInstanceAssignment_6_1_0 ) ) | ( ( rule__FeatureInstance__OwnedPropertyAssociationAssignment_6_1_1 ) ) );
public final void rule__FeatureInstance__Alternatives_6_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:1742:1: ( ( ( rule__FeatureInstance__FeatureInstanceAssignment_6_1_0 ) ) | ( ( rule__FeatureInstance__OwnedPropertyAssociationAssignment_6_1_1 ) ) )
+ // InternalInstance.g:1658:1: ( ( ( rule__FeatureInstance__FeatureInstanceAssignment_6_1_0 ) ) | ( ( rule__FeatureInstance__OwnedPropertyAssociationAssignment_6_1_1 ) ) )
int alt2=2;
int LA2_0 = input.LA(1);
@@ -4724,14 +4470,14 @@ else if ( (LA2_0==RULE_ID) ) {
}
switch (alt2) {
case 1 :
- // InternalInstance.g:1743:1: ( ( rule__FeatureInstance__FeatureInstanceAssignment_6_1_0 ) )
+ // InternalInstance.g:1659:1: ( ( rule__FeatureInstance__FeatureInstanceAssignment_6_1_0 ) )
{
- // InternalInstance.g:1743:1: ( ( rule__FeatureInstance__FeatureInstanceAssignment_6_1_0 ) )
- // InternalInstance.g:1744:1: ( rule__FeatureInstance__FeatureInstanceAssignment_6_1_0 )
+ // InternalInstance.g:1659:1: ( ( rule__FeatureInstance__FeatureInstanceAssignment_6_1_0 ) )
+ // InternalInstance.g:1660:1: ( rule__FeatureInstance__FeatureInstanceAssignment_6_1_0 )
{
before(grammarAccess.getFeatureInstanceAccess().getFeatureInstanceAssignment_6_1_0());
- // InternalInstance.g:1745:1: ( rule__FeatureInstance__FeatureInstanceAssignment_6_1_0 )
- // InternalInstance.g:1745:2: rule__FeatureInstance__FeatureInstanceAssignment_6_1_0
+ // InternalInstance.g:1661:1: ( rule__FeatureInstance__FeatureInstanceAssignment_6_1_0 )
+ // InternalInstance.g:1661:2: rule__FeatureInstance__FeatureInstanceAssignment_6_1_0
{
pushFollow(FOLLOW_2);
rule__FeatureInstance__FeatureInstanceAssignment_6_1_0();
@@ -4749,14 +4495,14 @@ else if ( (LA2_0==RULE_ID) ) {
}
break;
case 2 :
- // InternalInstance.g:1749:6: ( ( rule__FeatureInstance__OwnedPropertyAssociationAssignment_6_1_1 ) )
+ // InternalInstance.g:1665:6: ( ( rule__FeatureInstance__OwnedPropertyAssociationAssignment_6_1_1 ) )
{
- // InternalInstance.g:1749:6: ( ( rule__FeatureInstance__OwnedPropertyAssociationAssignment_6_1_1 ) )
- // InternalInstance.g:1750:1: ( rule__FeatureInstance__OwnedPropertyAssociationAssignment_6_1_1 )
+ // InternalInstance.g:1665:6: ( ( rule__FeatureInstance__OwnedPropertyAssociationAssignment_6_1_1 ) )
+ // InternalInstance.g:1666:1: ( rule__FeatureInstance__OwnedPropertyAssociationAssignment_6_1_1 )
{
before(grammarAccess.getFeatureInstanceAccess().getOwnedPropertyAssociationAssignment_6_1_1());
- // InternalInstance.g:1751:1: ( rule__FeatureInstance__OwnedPropertyAssociationAssignment_6_1_1 )
- // InternalInstance.g:1751:2: rule__FeatureInstance__OwnedPropertyAssociationAssignment_6_1_1
+ // InternalInstance.g:1667:1: ( rule__FeatureInstance__OwnedPropertyAssociationAssignment_6_1_1 )
+ // InternalInstance.g:1667:2: rule__FeatureInstance__OwnedPropertyAssociationAssignment_6_1_1
{
pushFollow(FOLLOW_2);
rule__FeatureInstance__OwnedPropertyAssociationAssignment_6_1_1();
@@ -4791,25 +4537,25 @@ else if ( (LA2_0==RULE_ID) ) {
// $ANTLR start "rule__ComponentInstance__Alternatives_7_1"
- // InternalInstance.g:1760:1: rule__ComponentInstance__Alternatives_7_1 : ( ( ( rule__ComponentInstance__FeatureInstanceAssignment_7_1_0 ) ) | ( ( rule__ComponentInstance__ComponentInstanceAssignment_7_1_1 ) ) | ( ( rule__ComponentInstance__ConnectionInstanceAssignment_7_1_2 ) ) | ( ( rule__ComponentInstance__FlowSpecificationAssignment_7_1_3 ) ) | ( ( rule__ComponentInstance__EndToEndFlowAssignment_7_1_4 ) ) | ( ( rule__ComponentInstance__ModeInstanceAssignment_7_1_5 ) ) | ( ( rule__ComponentInstance__ModeTransitionInstanceAssignment_7_1_6 ) ) | ( ( rule__ComponentInstance__OwnedPropertyAssociationAssignment_7_1_7 ) ) );
+ // InternalInstance.g:1676:1: rule__ComponentInstance__Alternatives_7_1 : ( ( ( rule__ComponentInstance__FeatureInstanceAssignment_7_1_0 ) ) | ( ( rule__ComponentInstance__ComponentInstanceAssignment_7_1_1 ) ) | ( ( rule__ComponentInstance__ConnectionInstanceAssignment_7_1_2 ) ) | ( ( rule__ComponentInstance__FlowSpecificationAssignment_7_1_3 ) ) | ( ( rule__ComponentInstance__EndToEndFlowAssignment_7_1_4 ) ) | ( ( rule__ComponentInstance__ModeInstanceAssignment_7_1_5 ) ) | ( ( rule__ComponentInstance__ModeTransitionInstanceAssignment_7_1_6 ) ) | ( ( rule__ComponentInstance__OwnedPropertyAssociationAssignment_7_1_7 ) ) );
public final void rule__ComponentInstance__Alternatives_7_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:1764:1: ( ( ( rule__ComponentInstance__FeatureInstanceAssignment_7_1_0 ) ) | ( ( rule__ComponentInstance__ComponentInstanceAssignment_7_1_1 ) ) | ( ( rule__ComponentInstance__ConnectionInstanceAssignment_7_1_2 ) ) | ( ( rule__ComponentInstance__FlowSpecificationAssignment_7_1_3 ) ) | ( ( rule__ComponentInstance__EndToEndFlowAssignment_7_1_4 ) ) | ( ( rule__ComponentInstance__ModeInstanceAssignment_7_1_5 ) ) | ( ( rule__ComponentInstance__ModeTransitionInstanceAssignment_7_1_6 ) ) | ( ( rule__ComponentInstance__OwnedPropertyAssociationAssignment_7_1_7 ) ) )
+ // InternalInstance.g:1680:1: ( ( ( rule__ComponentInstance__FeatureInstanceAssignment_7_1_0 ) ) | ( ( rule__ComponentInstance__ComponentInstanceAssignment_7_1_1 ) ) | ( ( rule__ComponentInstance__ConnectionInstanceAssignment_7_1_2 ) ) | ( ( rule__ComponentInstance__FlowSpecificationAssignment_7_1_3 ) ) | ( ( rule__ComponentInstance__EndToEndFlowAssignment_7_1_4 ) ) | ( ( rule__ComponentInstance__ModeInstanceAssignment_7_1_5 ) ) | ( ( rule__ComponentInstance__ModeTransitionInstanceAssignment_7_1_6 ) ) | ( ( rule__ComponentInstance__OwnedPropertyAssociationAssignment_7_1_7 ) ) )
int alt3=8;
alt3 = dfa3.predict(input);
switch (alt3) {
case 1 :
- // InternalInstance.g:1765:1: ( ( rule__ComponentInstance__FeatureInstanceAssignment_7_1_0 ) )
+ // InternalInstance.g:1681:1: ( ( rule__ComponentInstance__FeatureInstanceAssignment_7_1_0 ) )
{
- // InternalInstance.g:1765:1: ( ( rule__ComponentInstance__FeatureInstanceAssignment_7_1_0 ) )
- // InternalInstance.g:1766:1: ( rule__ComponentInstance__FeatureInstanceAssignment_7_1_0 )
+ // InternalInstance.g:1681:1: ( ( rule__ComponentInstance__FeatureInstanceAssignment_7_1_0 ) )
+ // InternalInstance.g:1682:1: ( rule__ComponentInstance__FeatureInstanceAssignment_7_1_0 )
{
before(grammarAccess.getComponentInstanceAccess().getFeatureInstanceAssignment_7_1_0());
- // InternalInstance.g:1767:1: ( rule__ComponentInstance__FeatureInstanceAssignment_7_1_0 )
- // InternalInstance.g:1767:2: rule__ComponentInstance__FeatureInstanceAssignment_7_1_0
+ // InternalInstance.g:1683:1: ( rule__ComponentInstance__FeatureInstanceAssignment_7_1_0 )
+ // InternalInstance.g:1683:2: rule__ComponentInstance__FeatureInstanceAssignment_7_1_0
{
pushFollow(FOLLOW_2);
rule__ComponentInstance__FeatureInstanceAssignment_7_1_0();
@@ -4827,14 +4573,14 @@ public final void rule__ComponentInstance__Alternatives_7_1() throws Recognition
}
break;
case 2 :
- // InternalInstance.g:1771:6: ( ( rule__ComponentInstance__ComponentInstanceAssignment_7_1_1 ) )
+ // InternalInstance.g:1687:6: ( ( rule__ComponentInstance__ComponentInstanceAssignment_7_1_1 ) )
{
- // InternalInstance.g:1771:6: ( ( rule__ComponentInstance__ComponentInstanceAssignment_7_1_1 ) )
- // InternalInstance.g:1772:1: ( rule__ComponentInstance__ComponentInstanceAssignment_7_1_1 )
+ // InternalInstance.g:1687:6: ( ( rule__ComponentInstance__ComponentInstanceAssignment_7_1_1 ) )
+ // InternalInstance.g:1688:1: ( rule__ComponentInstance__ComponentInstanceAssignment_7_1_1 )
{
before(grammarAccess.getComponentInstanceAccess().getComponentInstanceAssignment_7_1_1());
- // InternalInstance.g:1773:1: ( rule__ComponentInstance__ComponentInstanceAssignment_7_1_1 )
- // InternalInstance.g:1773:2: rule__ComponentInstance__ComponentInstanceAssignment_7_1_1
+ // InternalInstance.g:1689:1: ( rule__ComponentInstance__ComponentInstanceAssignment_7_1_1 )
+ // InternalInstance.g:1689:2: rule__ComponentInstance__ComponentInstanceAssignment_7_1_1
{
pushFollow(FOLLOW_2);
rule__ComponentInstance__ComponentInstanceAssignment_7_1_1();
@@ -4852,14 +4598,14 @@ public final void rule__ComponentInstance__Alternatives_7_1() throws Recognition
}
break;
case 3 :
- // InternalInstance.g:1777:6: ( ( rule__ComponentInstance__ConnectionInstanceAssignment_7_1_2 ) )
+ // InternalInstance.g:1693:6: ( ( rule__ComponentInstance__ConnectionInstanceAssignment_7_1_2 ) )
{
- // InternalInstance.g:1777:6: ( ( rule__ComponentInstance__ConnectionInstanceAssignment_7_1_2 ) )
- // InternalInstance.g:1778:1: ( rule__ComponentInstance__ConnectionInstanceAssignment_7_1_2 )
+ // InternalInstance.g:1693:6: ( ( rule__ComponentInstance__ConnectionInstanceAssignment_7_1_2 ) )
+ // InternalInstance.g:1694:1: ( rule__ComponentInstance__ConnectionInstanceAssignment_7_1_2 )
{
before(grammarAccess.getComponentInstanceAccess().getConnectionInstanceAssignment_7_1_2());
- // InternalInstance.g:1779:1: ( rule__ComponentInstance__ConnectionInstanceAssignment_7_1_2 )
- // InternalInstance.g:1779:2: rule__ComponentInstance__ConnectionInstanceAssignment_7_1_2
+ // InternalInstance.g:1695:1: ( rule__ComponentInstance__ConnectionInstanceAssignment_7_1_2 )
+ // InternalInstance.g:1695:2: rule__ComponentInstance__ConnectionInstanceAssignment_7_1_2
{
pushFollow(FOLLOW_2);
rule__ComponentInstance__ConnectionInstanceAssignment_7_1_2();
@@ -4877,14 +4623,14 @@ public final void rule__ComponentInstance__Alternatives_7_1() throws Recognition
}
break;
case 4 :
- // InternalInstance.g:1783:6: ( ( rule__ComponentInstance__FlowSpecificationAssignment_7_1_3 ) )
+ // InternalInstance.g:1699:6: ( ( rule__ComponentInstance__FlowSpecificationAssignment_7_1_3 ) )
{
- // InternalInstance.g:1783:6: ( ( rule__ComponentInstance__FlowSpecificationAssignment_7_1_3 ) )
- // InternalInstance.g:1784:1: ( rule__ComponentInstance__FlowSpecificationAssignment_7_1_3 )
+ // InternalInstance.g:1699:6: ( ( rule__ComponentInstance__FlowSpecificationAssignment_7_1_3 ) )
+ // InternalInstance.g:1700:1: ( rule__ComponentInstance__FlowSpecificationAssignment_7_1_3 )
{
before(grammarAccess.getComponentInstanceAccess().getFlowSpecificationAssignment_7_1_3());
- // InternalInstance.g:1785:1: ( rule__ComponentInstance__FlowSpecificationAssignment_7_1_3 )
- // InternalInstance.g:1785:2: rule__ComponentInstance__FlowSpecificationAssignment_7_1_3
+ // InternalInstance.g:1701:1: ( rule__ComponentInstance__FlowSpecificationAssignment_7_1_3 )
+ // InternalInstance.g:1701:2: rule__ComponentInstance__FlowSpecificationAssignment_7_1_3
{
pushFollow(FOLLOW_2);
rule__ComponentInstance__FlowSpecificationAssignment_7_1_3();
@@ -4902,14 +4648,14 @@ public final void rule__ComponentInstance__Alternatives_7_1() throws Recognition
}
break;
case 5 :
- // InternalInstance.g:1789:6: ( ( rule__ComponentInstance__EndToEndFlowAssignment_7_1_4 ) )
+ // InternalInstance.g:1705:6: ( ( rule__ComponentInstance__EndToEndFlowAssignment_7_1_4 ) )
{
- // InternalInstance.g:1789:6: ( ( rule__ComponentInstance__EndToEndFlowAssignment_7_1_4 ) )
- // InternalInstance.g:1790:1: ( rule__ComponentInstance__EndToEndFlowAssignment_7_1_4 )
+ // InternalInstance.g:1705:6: ( ( rule__ComponentInstance__EndToEndFlowAssignment_7_1_4 ) )
+ // InternalInstance.g:1706:1: ( rule__ComponentInstance__EndToEndFlowAssignment_7_1_4 )
{
before(grammarAccess.getComponentInstanceAccess().getEndToEndFlowAssignment_7_1_4());
- // InternalInstance.g:1791:1: ( rule__ComponentInstance__EndToEndFlowAssignment_7_1_4 )
- // InternalInstance.g:1791:2: rule__ComponentInstance__EndToEndFlowAssignment_7_1_4
+ // InternalInstance.g:1707:1: ( rule__ComponentInstance__EndToEndFlowAssignment_7_1_4 )
+ // InternalInstance.g:1707:2: rule__ComponentInstance__EndToEndFlowAssignment_7_1_4
{
pushFollow(FOLLOW_2);
rule__ComponentInstance__EndToEndFlowAssignment_7_1_4();
@@ -4927,14 +4673,14 @@ public final void rule__ComponentInstance__Alternatives_7_1() throws Recognition
}
break;
case 6 :
- // InternalInstance.g:1795:6: ( ( rule__ComponentInstance__ModeInstanceAssignment_7_1_5 ) )
+ // InternalInstance.g:1711:6: ( ( rule__ComponentInstance__ModeInstanceAssignment_7_1_5 ) )
{
- // InternalInstance.g:1795:6: ( ( rule__ComponentInstance__ModeInstanceAssignment_7_1_5 ) )
- // InternalInstance.g:1796:1: ( rule__ComponentInstance__ModeInstanceAssignment_7_1_5 )
+ // InternalInstance.g:1711:6: ( ( rule__ComponentInstance__ModeInstanceAssignment_7_1_5 ) )
+ // InternalInstance.g:1712:1: ( rule__ComponentInstance__ModeInstanceAssignment_7_1_5 )
{
before(grammarAccess.getComponentInstanceAccess().getModeInstanceAssignment_7_1_5());
- // InternalInstance.g:1797:1: ( rule__ComponentInstance__ModeInstanceAssignment_7_1_5 )
- // InternalInstance.g:1797:2: rule__ComponentInstance__ModeInstanceAssignment_7_1_5
+ // InternalInstance.g:1713:1: ( rule__ComponentInstance__ModeInstanceAssignment_7_1_5 )
+ // InternalInstance.g:1713:2: rule__ComponentInstance__ModeInstanceAssignment_7_1_5
{
pushFollow(FOLLOW_2);
rule__ComponentInstance__ModeInstanceAssignment_7_1_5();
@@ -4952,14 +4698,14 @@ public final void rule__ComponentInstance__Alternatives_7_1() throws Recognition
}
break;
case 7 :
- // InternalInstance.g:1801:6: ( ( rule__ComponentInstance__ModeTransitionInstanceAssignment_7_1_6 ) )
+ // InternalInstance.g:1717:6: ( ( rule__ComponentInstance__ModeTransitionInstanceAssignment_7_1_6 ) )
{
- // InternalInstance.g:1801:6: ( ( rule__ComponentInstance__ModeTransitionInstanceAssignment_7_1_6 ) )
- // InternalInstance.g:1802:1: ( rule__ComponentInstance__ModeTransitionInstanceAssignment_7_1_6 )
+ // InternalInstance.g:1717:6: ( ( rule__ComponentInstance__ModeTransitionInstanceAssignment_7_1_6 ) )
+ // InternalInstance.g:1718:1: ( rule__ComponentInstance__ModeTransitionInstanceAssignment_7_1_6 )
{
before(grammarAccess.getComponentInstanceAccess().getModeTransitionInstanceAssignment_7_1_6());
- // InternalInstance.g:1803:1: ( rule__ComponentInstance__ModeTransitionInstanceAssignment_7_1_6 )
- // InternalInstance.g:1803:2: rule__ComponentInstance__ModeTransitionInstanceAssignment_7_1_6
+ // InternalInstance.g:1719:1: ( rule__ComponentInstance__ModeTransitionInstanceAssignment_7_1_6 )
+ // InternalInstance.g:1719:2: rule__ComponentInstance__ModeTransitionInstanceAssignment_7_1_6
{
pushFollow(FOLLOW_2);
rule__ComponentInstance__ModeTransitionInstanceAssignment_7_1_6();
@@ -4977,14 +4723,14 @@ public final void rule__ComponentInstance__Alternatives_7_1() throws Recognition
}
break;
case 8 :
- // InternalInstance.g:1807:6: ( ( rule__ComponentInstance__OwnedPropertyAssociationAssignment_7_1_7 ) )
+ // InternalInstance.g:1723:6: ( ( rule__ComponentInstance__OwnedPropertyAssociationAssignment_7_1_7 ) )
{
- // InternalInstance.g:1807:6: ( ( rule__ComponentInstance__OwnedPropertyAssociationAssignment_7_1_7 ) )
- // InternalInstance.g:1808:1: ( rule__ComponentInstance__OwnedPropertyAssociationAssignment_7_1_7 )
+ // InternalInstance.g:1723:6: ( ( rule__ComponentInstance__OwnedPropertyAssociationAssignment_7_1_7 ) )
+ // InternalInstance.g:1724:1: ( rule__ComponentInstance__OwnedPropertyAssociationAssignment_7_1_7 )
{
before(grammarAccess.getComponentInstanceAccess().getOwnedPropertyAssociationAssignment_7_1_7());
- // InternalInstance.g:1809:1: ( rule__ComponentInstance__OwnedPropertyAssociationAssignment_7_1_7 )
- // InternalInstance.g:1809:2: rule__ComponentInstance__OwnedPropertyAssociationAssignment_7_1_7
+ // InternalInstance.g:1725:1: ( rule__ComponentInstance__OwnedPropertyAssociationAssignment_7_1_7 )
+ // InternalInstance.g:1725:2: rule__ComponentInstance__OwnedPropertyAssociationAssignment_7_1_7
{
pushFollow(FOLLOW_2);
rule__ComponentInstance__OwnedPropertyAssociationAssignment_7_1_7();
@@ -5019,13 +4765,13 @@ public final void rule__ComponentInstance__Alternatives_7_1() throws Recognition
// $ANTLR start "rule__ConnectionInstance__Alternatives_5"
- // InternalInstance.g:1818:1: rule__ConnectionInstance__Alternatives_5 : ( ( ( rule__ConnectionInstance__BidirectionalAssignment_5_0 ) ) | ( '->' ) );
+ // InternalInstance.g:1734:1: rule__ConnectionInstance__Alternatives_5 : ( ( ( rule__ConnectionInstance__BidirectionalAssignment_5_0 ) ) | ( '->' ) );
public final void rule__ConnectionInstance__Alternatives_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:1822:1: ( ( ( rule__ConnectionInstance__BidirectionalAssignment_5_0 ) ) | ( '->' ) )
+ // InternalInstance.g:1738:1: ( ( ( rule__ConnectionInstance__BidirectionalAssignment_5_0 ) ) | ( '->' ) )
int alt4=2;
int LA4_0 = input.LA(1);
@@ -5043,14 +4789,14 @@ else if ( (LA4_0==16) ) {
}
switch (alt4) {
case 1 :
- // InternalInstance.g:1823:1: ( ( rule__ConnectionInstance__BidirectionalAssignment_5_0 ) )
+ // InternalInstance.g:1739:1: ( ( rule__ConnectionInstance__BidirectionalAssignment_5_0 ) )
{
- // InternalInstance.g:1823:1: ( ( rule__ConnectionInstance__BidirectionalAssignment_5_0 ) )
- // InternalInstance.g:1824:1: ( rule__ConnectionInstance__BidirectionalAssignment_5_0 )
+ // InternalInstance.g:1739:1: ( ( rule__ConnectionInstance__BidirectionalAssignment_5_0 ) )
+ // InternalInstance.g:1740:1: ( rule__ConnectionInstance__BidirectionalAssignment_5_0 )
{
before(grammarAccess.getConnectionInstanceAccess().getBidirectionalAssignment_5_0());
- // InternalInstance.g:1825:1: ( rule__ConnectionInstance__BidirectionalAssignment_5_0 )
- // InternalInstance.g:1825:2: rule__ConnectionInstance__BidirectionalAssignment_5_0
+ // InternalInstance.g:1741:1: ( rule__ConnectionInstance__BidirectionalAssignment_5_0 )
+ // InternalInstance.g:1741:2: rule__ConnectionInstance__BidirectionalAssignment_5_0
{
pushFollow(FOLLOW_2);
rule__ConnectionInstance__BidirectionalAssignment_5_0();
@@ -5068,10 +4814,10 @@ else if ( (LA4_0==16) ) {
}
break;
case 2 :
- // InternalInstance.g:1829:6: ( '->' )
+ // InternalInstance.g:1745:6: ( '->' )
{
- // InternalInstance.g:1829:6: ( '->' )
- // InternalInstance.g:1830:1: '->'
+ // InternalInstance.g:1745:6: ( '->' )
+ // InternalInstance.g:1746:1: '->'
{
before(grammarAccess.getConnectionInstanceAccess().getHyphenMinusGreaterThanSignKeyword_5_1());
match(input,16,FOLLOW_2);
@@ -5100,13 +4846,13 @@ else if ( (LA4_0==16) ) {
// $ANTLR start "rule__ConnectionInstance__Alternatives_10"
- // InternalInstance.g:1842:1: rule__ConnectionInstance__Alternatives_10 : ( ( ( rule__ConnectionInstance__ConnectionReferenceAssignment_10_0 ) ) | ( ( rule__ConnectionInstance__OwnedPropertyAssociationAssignment_10_1 ) ) );
+ // InternalInstance.g:1758:1: rule__ConnectionInstance__Alternatives_10 : ( ( ( rule__ConnectionInstance__ConnectionReferenceAssignment_10_0 ) ) | ( ( rule__ConnectionInstance__OwnedPropertyAssociationAssignment_10_1 ) ) );
public final void rule__ConnectionInstance__Alternatives_10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:1846:1: ( ( ( rule__ConnectionInstance__ConnectionReferenceAssignment_10_0 ) ) | ( ( rule__ConnectionInstance__OwnedPropertyAssociationAssignment_10_1 ) ) )
+ // InternalInstance.g:1762:1: ( ( ( rule__ConnectionInstance__ConnectionReferenceAssignment_10_0 ) ) | ( ( rule__ConnectionInstance__OwnedPropertyAssociationAssignment_10_1 ) ) )
int alt5=2;
int LA5_0 = input.LA(1);
@@ -5137,14 +4883,14 @@ else if ( (LA5_2==45||LA5_2==72) ) {
}
switch (alt5) {
case 1 :
- // InternalInstance.g:1847:1: ( ( rule__ConnectionInstance__ConnectionReferenceAssignment_10_0 ) )
+ // InternalInstance.g:1763:1: ( ( rule__ConnectionInstance__ConnectionReferenceAssignment_10_0 ) )
{
- // InternalInstance.g:1847:1: ( ( rule__ConnectionInstance__ConnectionReferenceAssignment_10_0 ) )
- // InternalInstance.g:1848:1: ( rule__ConnectionInstance__ConnectionReferenceAssignment_10_0 )
+ // InternalInstance.g:1763:1: ( ( rule__ConnectionInstance__ConnectionReferenceAssignment_10_0 ) )
+ // InternalInstance.g:1764:1: ( rule__ConnectionInstance__ConnectionReferenceAssignment_10_0 )
{
before(grammarAccess.getConnectionInstanceAccess().getConnectionReferenceAssignment_10_0());
- // InternalInstance.g:1849:1: ( rule__ConnectionInstance__ConnectionReferenceAssignment_10_0 )
- // InternalInstance.g:1849:2: rule__ConnectionInstance__ConnectionReferenceAssignment_10_0
+ // InternalInstance.g:1765:1: ( rule__ConnectionInstance__ConnectionReferenceAssignment_10_0 )
+ // InternalInstance.g:1765:2: rule__ConnectionInstance__ConnectionReferenceAssignment_10_0
{
pushFollow(FOLLOW_2);
rule__ConnectionInstance__ConnectionReferenceAssignment_10_0();
@@ -5162,14 +4908,14 @@ else if ( (LA5_2==45||LA5_2==72) ) {
}
break;
case 2 :
- // InternalInstance.g:1853:6: ( ( rule__ConnectionInstance__OwnedPropertyAssociationAssignment_10_1 ) )
+ // InternalInstance.g:1769:6: ( ( rule__ConnectionInstance__OwnedPropertyAssociationAssignment_10_1 ) )
{
- // InternalInstance.g:1853:6: ( ( rule__ConnectionInstance__OwnedPropertyAssociationAssignment_10_1 ) )
- // InternalInstance.g:1854:1: ( rule__ConnectionInstance__OwnedPropertyAssociationAssignment_10_1 )
+ // InternalInstance.g:1769:6: ( ( rule__ConnectionInstance__OwnedPropertyAssociationAssignment_10_1 ) )
+ // InternalInstance.g:1770:1: ( rule__ConnectionInstance__OwnedPropertyAssociationAssignment_10_1 )
{
before(grammarAccess.getConnectionInstanceAccess().getOwnedPropertyAssociationAssignment_10_1());
- // InternalInstance.g:1855:1: ( rule__ConnectionInstance__OwnedPropertyAssociationAssignment_10_1 )
- // InternalInstance.g:1855:2: rule__ConnectionInstance__OwnedPropertyAssociationAssignment_10_1
+ // InternalInstance.g:1771:1: ( rule__ConnectionInstance__OwnedPropertyAssociationAssignment_10_1 )
+ // InternalInstance.g:1771:2: rule__ConnectionInstance__OwnedPropertyAssociationAssignment_10_1
{
pushFollow(FOLLOW_2);
rule__ConnectionInstance__OwnedPropertyAssociationAssignment_10_1();
@@ -5204,13 +4950,13 @@ else if ( (LA5_2==45||LA5_2==72) ) {
// $ANTLR start "rule__ModeInstance__Alternatives_4_1"
- // InternalInstance.g:1864:1: rule__ModeInstance__Alternatives_4_1 : ( ( ( rule__ModeInstance__ParentAssignment_4_1_0 ) ) | ( ( rule__ModeInstance__Group_4_1_1__0 ) ) );
+ // InternalInstance.g:1780:1: rule__ModeInstance__Alternatives_4_1 : ( ( ( rule__ModeInstance__ParentAssignment_4_1_0 ) ) | ( ( rule__ModeInstance__Group_4_1_1__0 ) ) );
public final void rule__ModeInstance__Alternatives_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:1868:1: ( ( ( rule__ModeInstance__ParentAssignment_4_1_0 ) ) | ( ( rule__ModeInstance__Group_4_1_1__0 ) ) )
+ // InternalInstance.g:1784:1: ( ( ( rule__ModeInstance__ParentAssignment_4_1_0 ) ) | ( ( rule__ModeInstance__Group_4_1_1__0 ) ) )
int alt6=2;
int LA6_0 = input.LA(1);
@@ -5228,14 +4974,14 @@ else if ( (LA6_0==55) ) {
}
switch (alt6) {
case 1 :
- // InternalInstance.g:1869:1: ( ( rule__ModeInstance__ParentAssignment_4_1_0 ) )
+ // InternalInstance.g:1785:1: ( ( rule__ModeInstance__ParentAssignment_4_1_0 ) )
{
- // InternalInstance.g:1869:1: ( ( rule__ModeInstance__ParentAssignment_4_1_0 ) )
- // InternalInstance.g:1870:1: ( rule__ModeInstance__ParentAssignment_4_1_0 )
+ // InternalInstance.g:1785:1: ( ( rule__ModeInstance__ParentAssignment_4_1_0 ) )
+ // InternalInstance.g:1786:1: ( rule__ModeInstance__ParentAssignment_4_1_0 )
{
before(grammarAccess.getModeInstanceAccess().getParentAssignment_4_1_0());
- // InternalInstance.g:1871:1: ( rule__ModeInstance__ParentAssignment_4_1_0 )
- // InternalInstance.g:1871:2: rule__ModeInstance__ParentAssignment_4_1_0
+ // InternalInstance.g:1787:1: ( rule__ModeInstance__ParentAssignment_4_1_0 )
+ // InternalInstance.g:1787:2: rule__ModeInstance__ParentAssignment_4_1_0
{
pushFollow(FOLLOW_2);
rule__ModeInstance__ParentAssignment_4_1_0();
@@ -5253,14 +4999,14 @@ else if ( (LA6_0==55) ) {
}
break;
case 2 :
- // InternalInstance.g:1875:6: ( ( rule__ModeInstance__Group_4_1_1__0 ) )
+ // InternalInstance.g:1791:6: ( ( rule__ModeInstance__Group_4_1_1__0 ) )
{
- // InternalInstance.g:1875:6: ( ( rule__ModeInstance__Group_4_1_1__0 ) )
- // InternalInstance.g:1876:1: ( rule__ModeInstance__Group_4_1_1__0 )
+ // InternalInstance.g:1791:6: ( ( rule__ModeInstance__Group_4_1_1__0 ) )
+ // InternalInstance.g:1792:1: ( rule__ModeInstance__Group_4_1_1__0 )
{
before(grammarAccess.getModeInstanceAccess().getGroup_4_1_1());
- // InternalInstance.g:1877:1: ( rule__ModeInstance__Group_4_1_1__0 )
- // InternalInstance.g:1877:2: rule__ModeInstance__Group_4_1_1__0
+ // InternalInstance.g:1793:1: ( rule__ModeInstance__Group_4_1_1__0 )
+ // InternalInstance.g:1793:2: rule__ModeInstance__Group_4_1_1__0
{
pushFollow(FOLLOW_2);
rule__ModeInstance__Group_4_1_1__0();
@@ -5295,21 +5041,21 @@ else if ( (LA6_0==55) ) {
// $ANTLR start "rule__PropertyExpression__Alternatives"
- // InternalInstance.g:1886:1: rule__PropertyExpression__Alternatives : ( ( ruleRecordTerm ) | ( ruleReferenceTerm ) | ( ruleInstanceReferenceValue ) | ( ruleComponentClassifierTerm ) | ( ruleComputedTerm ) | ( ruleStringTerm ) | ( ruleNumericRangeTerm ) | ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleListTerm ) | ( ruleBooleanLiteral ) | ( ruleLiteralorReferenceTerm ) );
+ // InternalInstance.g:1802:1: rule__PropertyExpression__Alternatives : ( ( ruleRecordTerm ) | ( ruleReferenceTerm ) | ( ruleInstanceReferenceValue ) | ( ruleComponentClassifierTerm ) | ( ruleComputedTerm ) | ( ruleStringTerm ) | ( ruleNumericRangeTerm ) | ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleListTerm ) | ( ruleBooleanLiteral ) | ( ruleLiteralorReferenceTerm ) );
public final void rule__PropertyExpression__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:1890:1: ( ( ruleRecordTerm ) | ( ruleReferenceTerm ) | ( ruleInstanceReferenceValue ) | ( ruleComponentClassifierTerm ) | ( ruleComputedTerm ) | ( ruleStringTerm ) | ( ruleNumericRangeTerm ) | ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleListTerm ) | ( ruleBooleanLiteral ) | ( ruleLiteralorReferenceTerm ) )
+ // InternalInstance.g:1806:1: ( ( ruleRecordTerm ) | ( ruleReferenceTerm ) | ( ruleInstanceReferenceValue ) | ( ruleComponentClassifierTerm ) | ( ruleComputedTerm ) | ( ruleStringTerm ) | ( ruleNumericRangeTerm ) | ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleListTerm ) | ( ruleBooleanLiteral ) | ( ruleLiteralorReferenceTerm ) )
int alt7=12;
alt7 = dfa7.predict(input);
switch (alt7) {
case 1 :
- // InternalInstance.g:1891:1: ( ruleRecordTerm )
+ // InternalInstance.g:1807:1: ( ruleRecordTerm )
{
- // InternalInstance.g:1891:1: ( ruleRecordTerm )
- // InternalInstance.g:1892:1: ruleRecordTerm
+ // InternalInstance.g:1807:1: ( ruleRecordTerm )
+ // InternalInstance.g:1808:1: ruleRecordTerm
{
before(grammarAccess.getPropertyExpressionAccess().getRecordTermParserRuleCall_0());
pushFollow(FOLLOW_2);
@@ -5325,10 +5071,10 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
}
break;
case 2 :
- // InternalInstance.g:1897:6: ( ruleReferenceTerm )
+ // InternalInstance.g:1813:6: ( ruleReferenceTerm )
{
- // InternalInstance.g:1897:6: ( ruleReferenceTerm )
- // InternalInstance.g:1898:1: ruleReferenceTerm
+ // InternalInstance.g:1813:6: ( ruleReferenceTerm )
+ // InternalInstance.g:1814:1: ruleReferenceTerm
{
before(grammarAccess.getPropertyExpressionAccess().getReferenceTermParserRuleCall_1());
pushFollow(FOLLOW_2);
@@ -5344,10 +5090,10 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
}
break;
case 3 :
- // InternalInstance.g:1903:6: ( ruleInstanceReferenceValue )
+ // InternalInstance.g:1819:6: ( ruleInstanceReferenceValue )
{
- // InternalInstance.g:1903:6: ( ruleInstanceReferenceValue )
- // InternalInstance.g:1904:1: ruleInstanceReferenceValue
+ // InternalInstance.g:1819:6: ( ruleInstanceReferenceValue )
+ // InternalInstance.g:1820:1: ruleInstanceReferenceValue
{
before(grammarAccess.getPropertyExpressionAccess().getInstanceReferenceValueParserRuleCall_2());
pushFollow(FOLLOW_2);
@@ -5363,10 +5109,10 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
}
break;
case 4 :
- // InternalInstance.g:1909:6: ( ruleComponentClassifierTerm )
+ // InternalInstance.g:1825:6: ( ruleComponentClassifierTerm )
{
- // InternalInstance.g:1909:6: ( ruleComponentClassifierTerm )
- // InternalInstance.g:1910:1: ruleComponentClassifierTerm
+ // InternalInstance.g:1825:6: ( ruleComponentClassifierTerm )
+ // InternalInstance.g:1826:1: ruleComponentClassifierTerm
{
before(grammarAccess.getPropertyExpressionAccess().getComponentClassifierTermParserRuleCall_3());
pushFollow(FOLLOW_2);
@@ -5382,10 +5128,10 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
}
break;
case 5 :
- // InternalInstance.g:1915:6: ( ruleComputedTerm )
+ // InternalInstance.g:1831:6: ( ruleComputedTerm )
{
- // InternalInstance.g:1915:6: ( ruleComputedTerm )
- // InternalInstance.g:1916:1: ruleComputedTerm
+ // InternalInstance.g:1831:6: ( ruleComputedTerm )
+ // InternalInstance.g:1832:1: ruleComputedTerm
{
before(grammarAccess.getPropertyExpressionAccess().getComputedTermParserRuleCall_4());
pushFollow(FOLLOW_2);
@@ -5401,10 +5147,10 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
}
break;
case 6 :
- // InternalInstance.g:1921:6: ( ruleStringTerm )
+ // InternalInstance.g:1837:6: ( ruleStringTerm )
{
- // InternalInstance.g:1921:6: ( ruleStringTerm )
- // InternalInstance.g:1922:1: ruleStringTerm
+ // InternalInstance.g:1837:6: ( ruleStringTerm )
+ // InternalInstance.g:1838:1: ruleStringTerm
{
before(grammarAccess.getPropertyExpressionAccess().getStringTermParserRuleCall_5());
pushFollow(FOLLOW_2);
@@ -5420,10 +5166,10 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
}
break;
case 7 :
- // InternalInstance.g:1927:6: ( ruleNumericRangeTerm )
+ // InternalInstance.g:1843:6: ( ruleNumericRangeTerm )
{
- // InternalInstance.g:1927:6: ( ruleNumericRangeTerm )
- // InternalInstance.g:1928:1: ruleNumericRangeTerm
+ // InternalInstance.g:1843:6: ( ruleNumericRangeTerm )
+ // InternalInstance.g:1844:1: ruleNumericRangeTerm
{
before(grammarAccess.getPropertyExpressionAccess().getNumericRangeTermParserRuleCall_6());
pushFollow(FOLLOW_2);
@@ -5439,10 +5185,10 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
}
break;
case 8 :
- // InternalInstance.g:1933:6: ( ruleRealTerm )
+ // InternalInstance.g:1849:6: ( ruleRealTerm )
{
- // InternalInstance.g:1933:6: ( ruleRealTerm )
- // InternalInstance.g:1934:1: ruleRealTerm
+ // InternalInstance.g:1849:6: ( ruleRealTerm )
+ // InternalInstance.g:1850:1: ruleRealTerm
{
before(grammarAccess.getPropertyExpressionAccess().getRealTermParserRuleCall_7());
pushFollow(FOLLOW_2);
@@ -5458,10 +5204,10 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
}
break;
case 9 :
- // InternalInstance.g:1939:6: ( ruleIntegerTerm )
+ // InternalInstance.g:1855:6: ( ruleIntegerTerm )
{
- // InternalInstance.g:1939:6: ( ruleIntegerTerm )
- // InternalInstance.g:1940:1: ruleIntegerTerm
+ // InternalInstance.g:1855:6: ( ruleIntegerTerm )
+ // InternalInstance.g:1856:1: ruleIntegerTerm
{
before(grammarAccess.getPropertyExpressionAccess().getIntegerTermParserRuleCall_8());
pushFollow(FOLLOW_2);
@@ -5477,10 +5223,10 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
}
break;
case 10 :
- // InternalInstance.g:1945:6: ( ruleListTerm )
+ // InternalInstance.g:1861:6: ( ruleListTerm )
{
- // InternalInstance.g:1945:6: ( ruleListTerm )
- // InternalInstance.g:1946:1: ruleListTerm
+ // InternalInstance.g:1861:6: ( ruleListTerm )
+ // InternalInstance.g:1862:1: ruleListTerm
{
before(grammarAccess.getPropertyExpressionAccess().getListTermParserRuleCall_9());
pushFollow(FOLLOW_2);
@@ -5496,10 +5242,10 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
}
break;
case 11 :
- // InternalInstance.g:1951:6: ( ruleBooleanLiteral )
+ // InternalInstance.g:1867:6: ( ruleBooleanLiteral )
{
- // InternalInstance.g:1951:6: ( ruleBooleanLiteral )
- // InternalInstance.g:1952:1: ruleBooleanLiteral
+ // InternalInstance.g:1867:6: ( ruleBooleanLiteral )
+ // InternalInstance.g:1868:1: ruleBooleanLiteral
{
before(grammarAccess.getPropertyExpressionAccess().getBooleanLiteralParserRuleCall_10());
pushFollow(FOLLOW_2);
@@ -5515,10 +5261,10 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
}
break;
case 12 :
- // InternalInstance.g:1957:6: ( ruleLiteralorReferenceTerm )
+ // InternalInstance.g:1873:6: ( ruleLiteralorReferenceTerm )
{
- // InternalInstance.g:1957:6: ( ruleLiteralorReferenceTerm )
- // InternalInstance.g:1958:1: ruleLiteralorReferenceTerm
+ // InternalInstance.g:1873:6: ( ruleLiteralorReferenceTerm )
+ // InternalInstance.g:1874:1: ruleLiteralorReferenceTerm
{
before(grammarAccess.getPropertyExpressionAccess().getLiteralorReferenceTermParserRuleCall_11());
pushFollow(FOLLOW_2);
@@ -5551,13 +5297,13 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
// $ANTLR start "rule__DirectionType__Alternatives"
- // InternalInstance.g:1968:1: rule__DirectionType__Alternatives : ( ( 'in' ) | ( 'out' ) | ( ( rule__DirectionType__Group_2__0 ) ) );
+ // InternalInstance.g:1884:1: rule__DirectionType__Alternatives : ( ( 'in' ) | ( 'out' ) | ( ( rule__DirectionType__Group_2__0 ) ) );
public final void rule__DirectionType__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:1972:1: ( ( 'in' ) | ( 'out' ) | ( ( rule__DirectionType__Group_2__0 ) ) )
+ // InternalInstance.g:1888:1: ( ( 'in' ) | ( 'out' ) | ( ( rule__DirectionType__Group_2__0 ) ) )
int alt8=3;
int LA8_0 = input.LA(1);
@@ -5588,10 +5334,10 @@ else if ( (LA8_0==18) ) {
}
switch (alt8) {
case 1 :
- // InternalInstance.g:1973:1: ( 'in' )
+ // InternalInstance.g:1889:1: ( 'in' )
{
- // InternalInstance.g:1973:1: ( 'in' )
- // InternalInstance.g:1974:1: 'in'
+ // InternalInstance.g:1889:1: ( 'in' )
+ // InternalInstance.g:1890:1: 'in'
{
before(grammarAccess.getDirectionTypeAccess().getInKeyword_0());
match(input,17,FOLLOW_2);
@@ -5603,10 +5349,10 @@ else if ( (LA8_0==18) ) {
}
break;
case 2 :
- // InternalInstance.g:1981:6: ( 'out' )
+ // InternalInstance.g:1897:6: ( 'out' )
{
- // InternalInstance.g:1981:6: ( 'out' )
- // InternalInstance.g:1982:1: 'out'
+ // InternalInstance.g:1897:6: ( 'out' )
+ // InternalInstance.g:1898:1: 'out'
{
before(grammarAccess.getDirectionTypeAccess().getOutKeyword_1());
match(input,18,FOLLOW_2);
@@ -5618,14 +5364,14 @@ else if ( (LA8_0==18) ) {
}
break;
case 3 :
- // InternalInstance.g:1989:6: ( ( rule__DirectionType__Group_2__0 ) )
+ // InternalInstance.g:1905:6: ( ( rule__DirectionType__Group_2__0 ) )
{
- // InternalInstance.g:1989:6: ( ( rule__DirectionType__Group_2__0 ) )
- // InternalInstance.g:1990:1: ( rule__DirectionType__Group_2__0 )
+ // InternalInstance.g:1905:6: ( ( rule__DirectionType__Group_2__0 ) )
+ // InternalInstance.g:1906:1: ( rule__DirectionType__Group_2__0 )
{
before(grammarAccess.getDirectionTypeAccess().getGroup_2());
- // InternalInstance.g:1991:1: ( rule__DirectionType__Group_2__0 )
- // InternalInstance.g:1991:2: rule__DirectionType__Group_2__0
+ // InternalInstance.g:1907:1: ( rule__DirectionType__Group_2__0 )
+ // InternalInstance.g:1907:2: rule__DirectionType__Group_2__0
{
pushFollow(FOLLOW_2);
rule__DirectionType__Group_2__0();
@@ -5660,13 +5406,13 @@ else if ( (LA8_0==18) ) {
// $ANTLR start "rule__FeatureCategory__Alternatives"
- // InternalInstance.g:2000:1: rule__FeatureCategory__Alternatives : ( ( 'dataPort' ) | ( 'eventPort' ) | ( 'eventDataPort' ) | ( 'parameter' ) | ( 'busAccess' ) | ( 'dataAccess' ) | ( 'subprogramAccess' ) | ( 'subprogramGroupAccess' ) | ( 'featureGroup' ) | ( 'abstractFeature' ) );
+ // InternalInstance.g:1916:1: rule__FeatureCategory__Alternatives : ( ( 'dataPort' ) | ( 'eventPort' ) | ( 'eventDataPort' ) | ( 'parameter' ) | ( 'busAccess' ) | ( 'dataAccess' ) | ( 'subprogramAccess' ) | ( 'subprogramGroupAccess' ) | ( 'featureGroup' ) | ( 'abstractFeature' ) );
public final void rule__FeatureCategory__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2004:1: ( ( 'dataPort' ) | ( 'eventPort' ) | ( 'eventDataPort' ) | ( 'parameter' ) | ( 'busAccess' ) | ( 'dataAccess' ) | ( 'subprogramAccess' ) | ( 'subprogramGroupAccess' ) | ( 'featureGroup' ) | ( 'abstractFeature' ) )
+ // InternalInstance.g:1920:1: ( ( 'dataPort' ) | ( 'eventPort' ) | ( 'eventDataPort' ) | ( 'parameter' ) | ( 'busAccess' ) | ( 'dataAccess' ) | ( 'subprogramAccess' ) | ( 'subprogramGroupAccess' ) | ( 'featureGroup' ) | ( 'abstractFeature' ) )
int alt9=10;
switch ( input.LA(1) ) {
case 19:
@@ -5728,10 +5474,10 @@ public final void rule__FeatureCategory__Alternatives() throws RecognitionExcept
switch (alt9) {
case 1 :
- // InternalInstance.g:2005:1: ( 'dataPort' )
+ // InternalInstance.g:1921:1: ( 'dataPort' )
{
- // InternalInstance.g:2005:1: ( 'dataPort' )
- // InternalInstance.g:2006:1: 'dataPort'
+ // InternalInstance.g:1921:1: ( 'dataPort' )
+ // InternalInstance.g:1922:1: 'dataPort'
{
before(grammarAccess.getFeatureCategoryAccess().getDataPortKeyword_0());
match(input,19,FOLLOW_2);
@@ -5743,10 +5489,10 @@ public final void rule__FeatureCategory__Alternatives() throws RecognitionExcept
}
break;
case 2 :
- // InternalInstance.g:2013:6: ( 'eventPort' )
+ // InternalInstance.g:1929:6: ( 'eventPort' )
{
- // InternalInstance.g:2013:6: ( 'eventPort' )
- // InternalInstance.g:2014:1: 'eventPort'
+ // InternalInstance.g:1929:6: ( 'eventPort' )
+ // InternalInstance.g:1930:1: 'eventPort'
{
before(grammarAccess.getFeatureCategoryAccess().getEventPortKeyword_1());
match(input,20,FOLLOW_2);
@@ -5758,10 +5504,10 @@ public final void rule__FeatureCategory__Alternatives() throws RecognitionExcept
}
break;
case 3 :
- // InternalInstance.g:2021:6: ( 'eventDataPort' )
+ // InternalInstance.g:1937:6: ( 'eventDataPort' )
{
- // InternalInstance.g:2021:6: ( 'eventDataPort' )
- // InternalInstance.g:2022:1: 'eventDataPort'
+ // InternalInstance.g:1937:6: ( 'eventDataPort' )
+ // InternalInstance.g:1938:1: 'eventDataPort'
{
before(grammarAccess.getFeatureCategoryAccess().getEventDataPortKeyword_2());
match(input,21,FOLLOW_2);
@@ -5773,10 +5519,10 @@ public final void rule__FeatureCategory__Alternatives() throws RecognitionExcept
}
break;
case 4 :
- // InternalInstance.g:2029:6: ( 'parameter' )
+ // InternalInstance.g:1945:6: ( 'parameter' )
{
- // InternalInstance.g:2029:6: ( 'parameter' )
- // InternalInstance.g:2030:1: 'parameter'
+ // InternalInstance.g:1945:6: ( 'parameter' )
+ // InternalInstance.g:1946:1: 'parameter'
{
before(grammarAccess.getFeatureCategoryAccess().getParameterKeyword_3());
match(input,22,FOLLOW_2);
@@ -5788,10 +5534,10 @@ public final void rule__FeatureCategory__Alternatives() throws RecognitionExcept
}
break;
case 5 :
- // InternalInstance.g:2037:6: ( 'busAccess' )
+ // InternalInstance.g:1953:6: ( 'busAccess' )
{
- // InternalInstance.g:2037:6: ( 'busAccess' )
- // InternalInstance.g:2038:1: 'busAccess'
+ // InternalInstance.g:1953:6: ( 'busAccess' )
+ // InternalInstance.g:1954:1: 'busAccess'
{
before(grammarAccess.getFeatureCategoryAccess().getBusAccessKeyword_4());
match(input,23,FOLLOW_2);
@@ -5803,10 +5549,10 @@ public final void rule__FeatureCategory__Alternatives() throws RecognitionExcept
}
break;
case 6 :
- // InternalInstance.g:2045:6: ( 'dataAccess' )
+ // InternalInstance.g:1961:6: ( 'dataAccess' )
{
- // InternalInstance.g:2045:6: ( 'dataAccess' )
- // InternalInstance.g:2046:1: 'dataAccess'
+ // InternalInstance.g:1961:6: ( 'dataAccess' )
+ // InternalInstance.g:1962:1: 'dataAccess'
{
before(grammarAccess.getFeatureCategoryAccess().getDataAccessKeyword_5());
match(input,24,FOLLOW_2);
@@ -5818,10 +5564,10 @@ public final void rule__FeatureCategory__Alternatives() throws RecognitionExcept
}
break;
case 7 :
- // InternalInstance.g:2053:6: ( 'subprogramAccess' )
+ // InternalInstance.g:1969:6: ( 'subprogramAccess' )
{
- // InternalInstance.g:2053:6: ( 'subprogramAccess' )
- // InternalInstance.g:2054:1: 'subprogramAccess'
+ // InternalInstance.g:1969:6: ( 'subprogramAccess' )
+ // InternalInstance.g:1970:1: 'subprogramAccess'
{
before(grammarAccess.getFeatureCategoryAccess().getSubprogramAccessKeyword_6());
match(input,25,FOLLOW_2);
@@ -5833,10 +5579,10 @@ public final void rule__FeatureCategory__Alternatives() throws RecognitionExcept
}
break;
case 8 :
- // InternalInstance.g:2061:6: ( 'subprogramGroupAccess' )
+ // InternalInstance.g:1977:6: ( 'subprogramGroupAccess' )
{
- // InternalInstance.g:2061:6: ( 'subprogramGroupAccess' )
- // InternalInstance.g:2062:1: 'subprogramGroupAccess'
+ // InternalInstance.g:1977:6: ( 'subprogramGroupAccess' )
+ // InternalInstance.g:1978:1: 'subprogramGroupAccess'
{
before(grammarAccess.getFeatureCategoryAccess().getSubprogramGroupAccessKeyword_7());
match(input,26,FOLLOW_2);
@@ -5848,10 +5594,10 @@ public final void rule__FeatureCategory__Alternatives() throws RecognitionExcept
}
break;
case 9 :
- // InternalInstance.g:2069:6: ( 'featureGroup' )
+ // InternalInstance.g:1985:6: ( 'featureGroup' )
{
- // InternalInstance.g:2069:6: ( 'featureGroup' )
- // InternalInstance.g:2070:1: 'featureGroup'
+ // InternalInstance.g:1985:6: ( 'featureGroup' )
+ // InternalInstance.g:1986:1: 'featureGroup'
{
before(grammarAccess.getFeatureCategoryAccess().getFeatureGroupKeyword_8());
match(input,27,FOLLOW_2);
@@ -5863,10 +5609,10 @@ public final void rule__FeatureCategory__Alternatives() throws RecognitionExcept
}
break;
case 10 :
- // InternalInstance.g:2077:6: ( 'abstractFeature' )
+ // InternalInstance.g:1993:6: ( 'abstractFeature' )
{
- // InternalInstance.g:2077:6: ( 'abstractFeature' )
- // InternalInstance.g:2078:1: 'abstractFeature'
+ // InternalInstance.g:1993:6: ( 'abstractFeature' )
+ // InternalInstance.g:1994:1: 'abstractFeature'
{
before(grammarAccess.getFeatureCategoryAccess().getAbstractFeatureKeyword_9());
match(input,28,FOLLOW_2);
@@ -5895,21 +5641,21 @@ public final void rule__FeatureCategory__Alternatives() throws RecognitionExcept
// $ANTLR start "rule__ComponentCategory__Alternatives"
- // InternalInstance.g:2090:1: rule__ComponentCategory__Alternatives : ( ( 'abstract' ) | ( 'bus' ) | ( 'data' ) | ( 'device' ) | ( 'memory' ) | ( 'process' ) | ( 'processor' ) | ( 'subprogram' ) | ( ( rule__ComponentCategory__Group_8__0 ) ) | ( 'system' ) | ( ( rule__ComponentCategory__Group_10__0 ) ) | ( 'thread' ) | ( ( rule__ComponentCategory__Group_12__0 ) ) | ( ( rule__ComponentCategory__Group_13__0 ) ) );
+ // InternalInstance.g:2006:1: rule__ComponentCategory__Alternatives : ( ( 'abstract' ) | ( 'bus' ) | ( 'data' ) | ( 'device' ) | ( 'memory' ) | ( 'process' ) | ( 'processor' ) | ( 'subprogram' ) | ( ( rule__ComponentCategory__Group_8__0 ) ) | ( 'system' ) | ( ( rule__ComponentCategory__Group_10__0 ) ) | ( 'thread' ) | ( ( rule__ComponentCategory__Group_12__0 ) ) | ( ( rule__ComponentCategory__Group_13__0 ) ) );
public final void rule__ComponentCategory__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2094:1: ( ( 'abstract' ) | ( 'bus' ) | ( 'data' ) | ( 'device' ) | ( 'memory' ) | ( 'process' ) | ( 'processor' ) | ( 'subprogram' ) | ( ( rule__ComponentCategory__Group_8__0 ) ) | ( 'system' ) | ( ( rule__ComponentCategory__Group_10__0 ) ) | ( 'thread' ) | ( ( rule__ComponentCategory__Group_12__0 ) ) | ( ( rule__ComponentCategory__Group_13__0 ) ) )
+ // InternalInstance.g:2010:1: ( ( 'abstract' ) | ( 'bus' ) | ( 'data' ) | ( 'device' ) | ( 'memory' ) | ( 'process' ) | ( 'processor' ) | ( 'subprogram' ) | ( ( rule__ComponentCategory__Group_8__0 ) ) | ( 'system' ) | ( ( rule__ComponentCategory__Group_10__0 ) ) | ( 'thread' ) | ( ( rule__ComponentCategory__Group_12__0 ) ) | ( ( rule__ComponentCategory__Group_13__0 ) ) )
int alt10=14;
alt10 = dfa10.predict(input);
switch (alt10) {
case 1 :
- // InternalInstance.g:2095:1: ( 'abstract' )
+ // InternalInstance.g:2011:1: ( 'abstract' )
{
- // InternalInstance.g:2095:1: ( 'abstract' )
- // InternalInstance.g:2096:1: 'abstract'
+ // InternalInstance.g:2011:1: ( 'abstract' )
+ // InternalInstance.g:2012:1: 'abstract'
{
before(grammarAccess.getComponentCategoryAccess().getAbstractKeyword_0());
match(input,29,FOLLOW_2);
@@ -5921,10 +5667,10 @@ public final void rule__ComponentCategory__Alternatives() throws RecognitionExce
}
break;
case 2 :
- // InternalInstance.g:2103:6: ( 'bus' )
+ // InternalInstance.g:2019:6: ( 'bus' )
{
- // InternalInstance.g:2103:6: ( 'bus' )
- // InternalInstance.g:2104:1: 'bus'
+ // InternalInstance.g:2019:6: ( 'bus' )
+ // InternalInstance.g:2020:1: 'bus'
{
before(grammarAccess.getComponentCategoryAccess().getBusKeyword_1());
match(input,30,FOLLOW_2);
@@ -5936,10 +5682,10 @@ public final void rule__ComponentCategory__Alternatives() throws RecognitionExce
}
break;
case 3 :
- // InternalInstance.g:2111:6: ( 'data' )
+ // InternalInstance.g:2027:6: ( 'data' )
{
- // InternalInstance.g:2111:6: ( 'data' )
- // InternalInstance.g:2112:1: 'data'
+ // InternalInstance.g:2027:6: ( 'data' )
+ // InternalInstance.g:2028:1: 'data'
{
before(grammarAccess.getComponentCategoryAccess().getDataKeyword_2());
match(input,31,FOLLOW_2);
@@ -5951,10 +5697,10 @@ public final void rule__ComponentCategory__Alternatives() throws RecognitionExce
}
break;
case 4 :
- // InternalInstance.g:2119:6: ( 'device' )
+ // InternalInstance.g:2035:6: ( 'device' )
{
- // InternalInstance.g:2119:6: ( 'device' )
- // InternalInstance.g:2120:1: 'device'
+ // InternalInstance.g:2035:6: ( 'device' )
+ // InternalInstance.g:2036:1: 'device'
{
before(grammarAccess.getComponentCategoryAccess().getDeviceKeyword_3());
match(input,32,FOLLOW_2);
@@ -5966,10 +5712,10 @@ public final void rule__ComponentCategory__Alternatives() throws RecognitionExce
}
break;
case 5 :
- // InternalInstance.g:2127:6: ( 'memory' )
+ // InternalInstance.g:2043:6: ( 'memory' )
{
- // InternalInstance.g:2127:6: ( 'memory' )
- // InternalInstance.g:2128:1: 'memory'
+ // InternalInstance.g:2043:6: ( 'memory' )
+ // InternalInstance.g:2044:1: 'memory'
{
before(grammarAccess.getComponentCategoryAccess().getMemoryKeyword_4());
match(input,33,FOLLOW_2);
@@ -5981,10 +5727,10 @@ public final void rule__ComponentCategory__Alternatives() throws RecognitionExce
}
break;
case 6 :
- // InternalInstance.g:2135:6: ( 'process' )
+ // InternalInstance.g:2051:6: ( 'process' )
{
- // InternalInstance.g:2135:6: ( 'process' )
- // InternalInstance.g:2136:1: 'process'
+ // InternalInstance.g:2051:6: ( 'process' )
+ // InternalInstance.g:2052:1: 'process'
{
before(grammarAccess.getComponentCategoryAccess().getProcessKeyword_5());
match(input,34,FOLLOW_2);
@@ -5996,10 +5742,10 @@ public final void rule__ComponentCategory__Alternatives() throws RecognitionExce
}
break;
case 7 :
- // InternalInstance.g:2143:6: ( 'processor' )
+ // InternalInstance.g:2059:6: ( 'processor' )
{
- // InternalInstance.g:2143:6: ( 'processor' )
- // InternalInstance.g:2144:1: 'processor'
+ // InternalInstance.g:2059:6: ( 'processor' )
+ // InternalInstance.g:2060:1: 'processor'
{
before(grammarAccess.getComponentCategoryAccess().getProcessorKeyword_6());
match(input,35,FOLLOW_2);
@@ -6011,10 +5757,10 @@ public final void rule__ComponentCategory__Alternatives() throws RecognitionExce
}
break;
case 8 :
- // InternalInstance.g:2151:6: ( 'subprogram' )
+ // InternalInstance.g:2067:6: ( 'subprogram' )
{
- // InternalInstance.g:2151:6: ( 'subprogram' )
- // InternalInstance.g:2152:1: 'subprogram'
+ // InternalInstance.g:2067:6: ( 'subprogram' )
+ // InternalInstance.g:2068:1: 'subprogram'
{
before(grammarAccess.getComponentCategoryAccess().getSubprogramKeyword_7());
match(input,36,FOLLOW_2);
@@ -6026,14 +5772,14 @@ public final void rule__ComponentCategory__Alternatives() throws RecognitionExce
}
break;
case 9 :
- // InternalInstance.g:2159:6: ( ( rule__ComponentCategory__Group_8__0 ) )
+ // InternalInstance.g:2075:6: ( ( rule__ComponentCategory__Group_8__0 ) )
{
- // InternalInstance.g:2159:6: ( ( rule__ComponentCategory__Group_8__0 ) )
- // InternalInstance.g:2160:1: ( rule__ComponentCategory__Group_8__0 )
+ // InternalInstance.g:2075:6: ( ( rule__ComponentCategory__Group_8__0 ) )
+ // InternalInstance.g:2076:1: ( rule__ComponentCategory__Group_8__0 )
{
before(grammarAccess.getComponentCategoryAccess().getGroup_8());
- // InternalInstance.g:2161:1: ( rule__ComponentCategory__Group_8__0 )
- // InternalInstance.g:2161:2: rule__ComponentCategory__Group_8__0
+ // InternalInstance.g:2077:1: ( rule__ComponentCategory__Group_8__0 )
+ // InternalInstance.g:2077:2: rule__ComponentCategory__Group_8__0
{
pushFollow(FOLLOW_2);
rule__ComponentCategory__Group_8__0();
@@ -6051,10 +5797,10 @@ public final void rule__ComponentCategory__Alternatives() throws RecognitionExce
}
break;
case 10 :
- // InternalInstance.g:2165:6: ( 'system' )
+ // InternalInstance.g:2081:6: ( 'system' )
{
- // InternalInstance.g:2165:6: ( 'system' )
- // InternalInstance.g:2166:1: 'system'
+ // InternalInstance.g:2081:6: ( 'system' )
+ // InternalInstance.g:2082:1: 'system'
{
before(grammarAccess.getComponentCategoryAccess().getSystemKeyword_9());
match(input,37,FOLLOW_2);
@@ -6066,14 +5812,14 @@ public final void rule__ComponentCategory__Alternatives() throws RecognitionExce
}
break;
case 11 :
- // InternalInstance.g:2173:6: ( ( rule__ComponentCategory__Group_10__0 ) )
+ // InternalInstance.g:2089:6: ( ( rule__ComponentCategory__Group_10__0 ) )
{
- // InternalInstance.g:2173:6: ( ( rule__ComponentCategory__Group_10__0 ) )
- // InternalInstance.g:2174:1: ( rule__ComponentCategory__Group_10__0 )
+ // InternalInstance.g:2089:6: ( ( rule__ComponentCategory__Group_10__0 ) )
+ // InternalInstance.g:2090:1: ( rule__ComponentCategory__Group_10__0 )
{
before(grammarAccess.getComponentCategoryAccess().getGroup_10());
- // InternalInstance.g:2175:1: ( rule__ComponentCategory__Group_10__0 )
- // InternalInstance.g:2175:2: rule__ComponentCategory__Group_10__0
+ // InternalInstance.g:2091:1: ( rule__ComponentCategory__Group_10__0 )
+ // InternalInstance.g:2091:2: rule__ComponentCategory__Group_10__0
{
pushFollow(FOLLOW_2);
rule__ComponentCategory__Group_10__0();
@@ -6091,10 +5837,10 @@ public final void rule__ComponentCategory__Alternatives() throws RecognitionExce
}
break;
case 12 :
- // InternalInstance.g:2179:6: ( 'thread' )
+ // InternalInstance.g:2095:6: ( 'thread' )
{
- // InternalInstance.g:2179:6: ( 'thread' )
- // InternalInstance.g:2180:1: 'thread'
+ // InternalInstance.g:2095:6: ( 'thread' )
+ // InternalInstance.g:2096:1: 'thread'
{
before(grammarAccess.getComponentCategoryAccess().getThreadKeyword_11());
match(input,38,FOLLOW_2);
@@ -6106,14 +5852,14 @@ public final void rule__ComponentCategory__Alternatives() throws RecognitionExce
}
break;
case 13 :
- // InternalInstance.g:2187:6: ( ( rule__ComponentCategory__Group_12__0 ) )
+ // InternalInstance.g:2103:6: ( ( rule__ComponentCategory__Group_12__0 ) )
{
- // InternalInstance.g:2187:6: ( ( rule__ComponentCategory__Group_12__0 ) )
- // InternalInstance.g:2188:1: ( rule__ComponentCategory__Group_12__0 )
+ // InternalInstance.g:2103:6: ( ( rule__ComponentCategory__Group_12__0 ) )
+ // InternalInstance.g:2104:1: ( rule__ComponentCategory__Group_12__0 )
{
before(grammarAccess.getComponentCategoryAccess().getGroup_12());
- // InternalInstance.g:2189:1: ( rule__ComponentCategory__Group_12__0 )
- // InternalInstance.g:2189:2: rule__ComponentCategory__Group_12__0
+ // InternalInstance.g:2105:1: ( rule__ComponentCategory__Group_12__0 )
+ // InternalInstance.g:2105:2: rule__ComponentCategory__Group_12__0
{
pushFollow(FOLLOW_2);
rule__ComponentCategory__Group_12__0();
@@ -6131,14 +5877,14 @@ public final void rule__ComponentCategory__Alternatives() throws RecognitionExce
}
break;
case 14 :
- // InternalInstance.g:2193:6: ( ( rule__ComponentCategory__Group_13__0 ) )
+ // InternalInstance.g:2109:6: ( ( rule__ComponentCategory__Group_13__0 ) )
{
- // InternalInstance.g:2193:6: ( ( rule__ComponentCategory__Group_13__0 ) )
- // InternalInstance.g:2194:1: ( rule__ComponentCategory__Group_13__0 )
+ // InternalInstance.g:2109:6: ( ( rule__ComponentCategory__Group_13__0 ) )
+ // InternalInstance.g:2110:1: ( rule__ComponentCategory__Group_13__0 )
{
before(grammarAccess.getComponentCategoryAccess().getGroup_13());
- // InternalInstance.g:2195:1: ( rule__ComponentCategory__Group_13__0 )
- // InternalInstance.g:2195:2: rule__ComponentCategory__Group_13__0
+ // InternalInstance.g:2111:1: ( rule__ComponentCategory__Group_13__0 )
+ // InternalInstance.g:2111:2: rule__ComponentCategory__Group_13__0
{
pushFollow(FOLLOW_2);
rule__ComponentCategory__Group_13__0();
@@ -6173,13 +5919,13 @@ public final void rule__ComponentCategory__Alternatives() throws RecognitionExce
// $ANTLR start "rule__ConnectionKind__Alternatives"
- // InternalInstance.g:2204:1: rule__ConnectionKind__Alternatives : ( ( 'featureConnection' ) | ( 'accessConnection' ) | ( 'parameterConnection' ) | ( 'portConnection' ) | ( 'featureGroupConnection' ) );
+ // InternalInstance.g:2120:1: rule__ConnectionKind__Alternatives : ( ( 'featureConnection' ) | ( 'accessConnection' ) | ( 'parameterConnection' ) | ( 'portConnection' ) | ( 'featureGroupConnection' ) );
public final void rule__ConnectionKind__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2208:1: ( ( 'featureConnection' ) | ( 'accessConnection' ) | ( 'parameterConnection' ) | ( 'portConnection' ) | ( 'featureGroupConnection' ) )
+ // InternalInstance.g:2124:1: ( ( 'featureConnection' ) | ( 'accessConnection' ) | ( 'parameterConnection' ) | ( 'portConnection' ) | ( 'featureGroupConnection' ) )
int alt11=5;
switch ( input.LA(1) ) {
case 39:
@@ -6216,10 +5962,10 @@ public final void rule__ConnectionKind__Alternatives() throws RecognitionExcepti
switch (alt11) {
case 1 :
- // InternalInstance.g:2209:1: ( 'featureConnection' )
+ // InternalInstance.g:2125:1: ( 'featureConnection' )
{
- // InternalInstance.g:2209:1: ( 'featureConnection' )
- // InternalInstance.g:2210:1: 'featureConnection'
+ // InternalInstance.g:2125:1: ( 'featureConnection' )
+ // InternalInstance.g:2126:1: 'featureConnection'
{
before(grammarAccess.getConnectionKindAccess().getFeatureConnectionKeyword_0());
match(input,39,FOLLOW_2);
@@ -6231,10 +5977,10 @@ public final void rule__ConnectionKind__Alternatives() throws RecognitionExcepti
}
break;
case 2 :
- // InternalInstance.g:2217:6: ( 'accessConnection' )
+ // InternalInstance.g:2133:6: ( 'accessConnection' )
{
- // InternalInstance.g:2217:6: ( 'accessConnection' )
- // InternalInstance.g:2218:1: 'accessConnection'
+ // InternalInstance.g:2133:6: ( 'accessConnection' )
+ // InternalInstance.g:2134:1: 'accessConnection'
{
before(grammarAccess.getConnectionKindAccess().getAccessConnectionKeyword_1());
match(input,40,FOLLOW_2);
@@ -6246,10 +5992,10 @@ public final void rule__ConnectionKind__Alternatives() throws RecognitionExcepti
}
break;
case 3 :
- // InternalInstance.g:2225:6: ( 'parameterConnection' )
+ // InternalInstance.g:2141:6: ( 'parameterConnection' )
{
- // InternalInstance.g:2225:6: ( 'parameterConnection' )
- // InternalInstance.g:2226:1: 'parameterConnection'
+ // InternalInstance.g:2141:6: ( 'parameterConnection' )
+ // InternalInstance.g:2142:1: 'parameterConnection'
{
before(grammarAccess.getConnectionKindAccess().getParameterConnectionKeyword_2());
match(input,41,FOLLOW_2);
@@ -6261,10 +6007,10 @@ public final void rule__ConnectionKind__Alternatives() throws RecognitionExcepti
}
break;
case 4 :
- // InternalInstance.g:2233:6: ( 'portConnection' )
+ // InternalInstance.g:2149:6: ( 'portConnection' )
{
- // InternalInstance.g:2233:6: ( 'portConnection' )
- // InternalInstance.g:2234:1: 'portConnection'
+ // InternalInstance.g:2149:6: ( 'portConnection' )
+ // InternalInstance.g:2150:1: 'portConnection'
{
before(grammarAccess.getConnectionKindAccess().getPortConnectionKeyword_3());
match(input,42,FOLLOW_2);
@@ -6276,10 +6022,10 @@ public final void rule__ConnectionKind__Alternatives() throws RecognitionExcepti
}
break;
case 5 :
- // InternalInstance.g:2241:6: ( 'featureGroupConnection' )
+ // InternalInstance.g:2157:6: ( 'featureGroupConnection' )
{
- // InternalInstance.g:2241:6: ( 'featureGroupConnection' )
- // InternalInstance.g:2242:1: 'featureGroupConnection'
+ // InternalInstance.g:2157:6: ( 'featureGroupConnection' )
+ // InternalInstance.g:2158:1: 'featureGroupConnection'
{
before(grammarAccess.getConnectionKindAccess().getFeatureGroupConnectionKeyword_4());
match(input,43,FOLLOW_2);
@@ -6308,13 +6054,13 @@ public final void rule__ConnectionKind__Alternatives() throws RecognitionExcepti
// $ANTLR start "rule__DeclarativeRef__Alternatives_4"
- // InternalInstance.g:2254:1: rule__DeclarativeRef__Alternatives_4 : ( ( ( rule__DeclarativeRef__Group_4_0__0 ) ) | ( RULE_ID ) );
+ // InternalInstance.g:2170:1: rule__DeclarativeRef__Alternatives_4 : ( ( ( rule__DeclarativeRef__Group_4_0__0 ) ) | ( RULE_ID ) );
public final void rule__DeclarativeRef__Alternatives_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2258:1: ( ( ( rule__DeclarativeRef__Group_4_0__0 ) ) | ( RULE_ID ) )
+ // InternalInstance.g:2174:1: ( ( ( rule__DeclarativeRef__Group_4_0__0 ) ) | ( RULE_ID ) )
int alt12=2;
int LA12_0 = input.LA(1);
@@ -6332,14 +6078,14 @@ else if ( (LA12_0==RULE_ID) ) {
}
switch (alt12) {
case 1 :
- // InternalInstance.g:2259:1: ( ( rule__DeclarativeRef__Group_4_0__0 ) )
+ // InternalInstance.g:2175:1: ( ( rule__DeclarativeRef__Group_4_0__0 ) )
{
- // InternalInstance.g:2259:1: ( ( rule__DeclarativeRef__Group_4_0__0 ) )
- // InternalInstance.g:2260:1: ( rule__DeclarativeRef__Group_4_0__0 )
+ // InternalInstance.g:2175:1: ( ( rule__DeclarativeRef__Group_4_0__0 ) )
+ // InternalInstance.g:2176:1: ( rule__DeclarativeRef__Group_4_0__0 )
{
before(grammarAccess.getDeclarativeRefAccess().getGroup_4_0());
- // InternalInstance.g:2261:1: ( rule__DeclarativeRef__Group_4_0__0 )
- // InternalInstance.g:2261:2: rule__DeclarativeRef__Group_4_0__0
+ // InternalInstance.g:2177:1: ( rule__DeclarativeRef__Group_4_0__0 )
+ // InternalInstance.g:2177:2: rule__DeclarativeRef__Group_4_0__0
{
pushFollow(FOLLOW_2);
rule__DeclarativeRef__Group_4_0__0();
@@ -6357,10 +6103,10 @@ else if ( (LA12_0==RULE_ID) ) {
}
break;
case 2 :
- // InternalInstance.g:2265:6: ( RULE_ID )
+ // InternalInstance.g:2181:6: ( RULE_ID )
{
- // InternalInstance.g:2265:6: ( RULE_ID )
- // InternalInstance.g:2266:1: RULE_ID
+ // InternalInstance.g:2181:6: ( RULE_ID )
+ // InternalInstance.g:2182:1: RULE_ID
{
before(grammarAccess.getDeclarativeRefAccess().getIDTerminalRuleCall_4_1());
match(input,RULE_ID,FOLLOW_2);
@@ -6389,13 +6135,13 @@ else if ( (LA12_0==RULE_ID) ) {
// $ANTLR start "rule__InstanceRef__Alternatives"
- // InternalInstance.g:2276:1: rule__InstanceRef__Alternatives : ( ( 'parent' ) | ( ( rule__InstanceRef__Group_1__0 ) ) );
+ // InternalInstance.g:2192:1: rule__InstanceRef__Alternatives : ( ( 'parent' ) | ( ( rule__InstanceRef__Group_1__0 ) ) );
public final void rule__InstanceRef__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2280:1: ( ( 'parent' ) | ( ( rule__InstanceRef__Group_1__0 ) ) )
+ // InternalInstance.g:2196:1: ( ( 'parent' ) | ( ( rule__InstanceRef__Group_1__0 ) ) )
int alt13=2;
int LA13_0 = input.LA(1);
@@ -6413,10 +6159,10 @@ else if ( (LA13_0==RULE_ID||LA13_0==75) ) {
}
switch (alt13) {
case 1 :
- // InternalInstance.g:2281:1: ( 'parent' )
+ // InternalInstance.g:2197:1: ( 'parent' )
{
- // InternalInstance.g:2281:1: ( 'parent' )
- // InternalInstance.g:2282:1: 'parent'
+ // InternalInstance.g:2197:1: ( 'parent' )
+ // InternalInstance.g:2198:1: 'parent'
{
before(grammarAccess.getInstanceRefAccess().getParentKeyword_0());
match(input,44,FOLLOW_2);
@@ -6428,14 +6174,14 @@ else if ( (LA13_0==RULE_ID||LA13_0==75) ) {
}
break;
case 2 :
- // InternalInstance.g:2289:6: ( ( rule__InstanceRef__Group_1__0 ) )
+ // InternalInstance.g:2205:6: ( ( rule__InstanceRef__Group_1__0 ) )
{
- // InternalInstance.g:2289:6: ( ( rule__InstanceRef__Group_1__0 ) )
- // InternalInstance.g:2290:1: ( rule__InstanceRef__Group_1__0 )
+ // InternalInstance.g:2205:6: ( ( rule__InstanceRef__Group_1__0 ) )
+ // InternalInstance.g:2206:1: ( rule__InstanceRef__Group_1__0 )
{
before(grammarAccess.getInstanceRefAccess().getGroup_1());
- // InternalInstance.g:2291:1: ( rule__InstanceRef__Group_1__0 )
- // InternalInstance.g:2291:2: rule__InstanceRef__Group_1__0
+ // InternalInstance.g:2207:1: ( rule__InstanceRef__Group_1__0 )
+ // InternalInstance.g:2207:2: rule__InstanceRef__Group_1__0
{
pushFollow(FOLLOW_2);
rule__InstanceRef__Group_1__0();
@@ -6470,13 +6216,13 @@ else if ( (LA13_0==RULE_ID||LA13_0==75) ) {
// $ANTLR start "rule__InstanceRef__Alternatives_1_1"
- // InternalInstance.g:2300:1: rule__InstanceRef__Alternatives_1_1 : ( ( ( rule__InstanceRef__Group_1_1_0__0 ) ) | ( ( rule__InstanceRef__Group_1_1_1__0 ) ) );
+ // InternalInstance.g:2216:1: rule__InstanceRef__Alternatives_1_1 : ( ( ( rule__InstanceRef__Group_1_1_0__0 ) ) | ( ( rule__InstanceRef__Group_1_1_1__0 ) ) );
public final void rule__InstanceRef__Alternatives_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2304:1: ( ( ( rule__InstanceRef__Group_1_1_0__0 ) ) | ( ( rule__InstanceRef__Group_1_1_1__0 ) ) )
+ // InternalInstance.g:2220:1: ( ( ( rule__InstanceRef__Group_1_1_0__0 ) ) | ( ( rule__InstanceRef__Group_1_1_1__0 ) ) )
int alt14=2;
int LA14_0 = input.LA(1);
@@ -6494,14 +6240,14 @@ else if ( (LA14_0==RULE_ID) ) {
}
switch (alt14) {
case 1 :
- // InternalInstance.g:2305:1: ( ( rule__InstanceRef__Group_1_1_0__0 ) )
+ // InternalInstance.g:2221:1: ( ( rule__InstanceRef__Group_1_1_0__0 ) )
{
- // InternalInstance.g:2305:1: ( ( rule__InstanceRef__Group_1_1_0__0 ) )
- // InternalInstance.g:2306:1: ( rule__InstanceRef__Group_1_1_0__0 )
+ // InternalInstance.g:2221:1: ( ( rule__InstanceRef__Group_1_1_0__0 ) )
+ // InternalInstance.g:2222:1: ( rule__InstanceRef__Group_1_1_0__0 )
{
before(grammarAccess.getInstanceRefAccess().getGroup_1_1_0());
- // InternalInstance.g:2307:1: ( rule__InstanceRef__Group_1_1_0__0 )
- // InternalInstance.g:2307:2: rule__InstanceRef__Group_1_1_0__0
+ // InternalInstance.g:2223:1: ( rule__InstanceRef__Group_1_1_0__0 )
+ // InternalInstance.g:2223:2: rule__InstanceRef__Group_1_1_0__0
{
pushFollow(FOLLOW_2);
rule__InstanceRef__Group_1_1_0__0();
@@ -6519,14 +6265,14 @@ else if ( (LA14_0==RULE_ID) ) {
}
break;
case 2 :
- // InternalInstance.g:2311:6: ( ( rule__InstanceRef__Group_1_1_1__0 ) )
+ // InternalInstance.g:2227:6: ( ( rule__InstanceRef__Group_1_1_1__0 ) )
{
- // InternalInstance.g:2311:6: ( ( rule__InstanceRef__Group_1_1_1__0 ) )
- // InternalInstance.g:2312:1: ( rule__InstanceRef__Group_1_1_1__0 )
+ // InternalInstance.g:2227:6: ( ( rule__InstanceRef__Group_1_1_1__0 ) )
+ // InternalInstance.g:2228:1: ( rule__InstanceRef__Group_1_1_1__0 )
{
before(grammarAccess.getInstanceRefAccess().getGroup_1_1_1());
- // InternalInstance.g:2313:1: ( rule__InstanceRef__Group_1_1_1__0 )
- // InternalInstance.g:2313:2: rule__InstanceRef__Group_1_1_1__0
+ // InternalInstance.g:2229:1: ( rule__InstanceRef__Group_1_1_1__0 )
+ // InternalInstance.g:2229:2: rule__InstanceRef__Group_1_1_1__0
{
pushFollow(FOLLOW_2);
rule__InstanceRef__Group_1_1_1__0();
@@ -6561,13 +6307,13 @@ else if ( (LA14_0==RULE_ID) ) {
// $ANTLR start "rule__PropertyAssociationRef__Alternatives_4_0"
- // InternalInstance.g:2322:1: rule__PropertyAssociationRef__Alternatives_4_0 : ( ( RULE_ID ) | ( ( rule__PropertyAssociationRef__Group_4_0_1__0 ) ) );
+ // InternalInstance.g:2238:1: rule__PropertyAssociationRef__Alternatives_4_0 : ( ( RULE_ID ) | ( ( rule__PropertyAssociationRef__Group_4_0_1__0 ) ) );
public final void rule__PropertyAssociationRef__Alternatives_4_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2326:1: ( ( RULE_ID ) | ( ( rule__PropertyAssociationRef__Group_4_0_1__0 ) ) )
+ // InternalInstance.g:2242:1: ( ( RULE_ID ) | ( ( rule__PropertyAssociationRef__Group_4_0_1__0 ) ) )
int alt15=2;
int LA15_0 = input.LA(1);
@@ -6585,10 +6331,10 @@ else if ( (LA15_0==64) ) {
}
switch (alt15) {
case 1 :
- // InternalInstance.g:2327:1: ( RULE_ID )
+ // InternalInstance.g:2243:1: ( RULE_ID )
{
- // InternalInstance.g:2327:1: ( RULE_ID )
- // InternalInstance.g:2328:1: RULE_ID
+ // InternalInstance.g:2243:1: ( RULE_ID )
+ // InternalInstance.g:2244:1: RULE_ID
{
before(grammarAccess.getPropertyAssociationRefAccess().getIDTerminalRuleCall_4_0_0());
match(input,RULE_ID,FOLLOW_2);
@@ -6600,14 +6346,14 @@ else if ( (LA15_0==64) ) {
}
break;
case 2 :
- // InternalInstance.g:2333:6: ( ( rule__PropertyAssociationRef__Group_4_0_1__0 ) )
+ // InternalInstance.g:2249:6: ( ( rule__PropertyAssociationRef__Group_4_0_1__0 ) )
{
- // InternalInstance.g:2333:6: ( ( rule__PropertyAssociationRef__Group_4_0_1__0 ) )
- // InternalInstance.g:2334:1: ( rule__PropertyAssociationRef__Group_4_0_1__0 )
+ // InternalInstance.g:2249:6: ( ( rule__PropertyAssociationRef__Group_4_0_1__0 ) )
+ // InternalInstance.g:2250:1: ( rule__PropertyAssociationRef__Group_4_0_1__0 )
{
before(grammarAccess.getPropertyAssociationRefAccess().getGroup_4_0_1());
- // InternalInstance.g:2335:1: ( rule__PropertyAssociationRef__Group_4_0_1__0 )
- // InternalInstance.g:2335:2: rule__PropertyAssociationRef__Group_4_0_1__0
+ // InternalInstance.g:2251:1: ( rule__PropertyAssociationRef__Group_4_0_1__0 )
+ // InternalInstance.g:2251:2: rule__PropertyAssociationRef__Group_4_0_1__0
{
pushFollow(FOLLOW_2);
rule__PropertyAssociationRef__Group_4_0_1__0();
@@ -6642,13 +6388,13 @@ else if ( (LA15_0==64) ) {
// $ANTLR start "rule__ContainedPropertyAssociation__Alternatives_1"
- // InternalInstance.g:2344:1: rule__ContainedPropertyAssociation__Alternatives_1 : ( ( '=>' ) | ( ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 ) ) );
+ // InternalInstance.g:2260:1: rule__ContainedPropertyAssociation__Alternatives_1 : ( ( '=>' ) | ( ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 ) ) );
public final void rule__ContainedPropertyAssociation__Alternatives_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2348:1: ( ( '=>' ) | ( ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 ) ) )
+ // InternalInstance.g:2264:1: ( ( '=>' ) | ( ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 ) ) )
int alt16=2;
int LA16_0 = input.LA(1);
@@ -6666,10 +6412,10 @@ else if ( (LA16_0==89) ) {
}
switch (alt16) {
case 1 :
- // InternalInstance.g:2349:1: ( '=>' )
+ // InternalInstance.g:2265:1: ( '=>' )
{
- // InternalInstance.g:2349:1: ( '=>' )
- // InternalInstance.g:2350:1: '=>'
+ // InternalInstance.g:2265:1: ( '=>' )
+ // InternalInstance.g:2266:1: '=>'
{
before(grammarAccess.getContainedPropertyAssociationAccess().getEqualsSignGreaterThanSignKeyword_1_0());
match(input,45,FOLLOW_2);
@@ -6681,14 +6427,14 @@ else if ( (LA16_0==89) ) {
}
break;
case 2 :
- // InternalInstance.g:2357:6: ( ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 ) )
+ // InternalInstance.g:2273:6: ( ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 ) )
{
- // InternalInstance.g:2357:6: ( ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 ) )
- // InternalInstance.g:2358:1: ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 )
+ // InternalInstance.g:2273:6: ( ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 ) )
+ // InternalInstance.g:2274:1: ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 )
{
before(grammarAccess.getContainedPropertyAssociationAccess().getAppendAssignment_1_1());
- // InternalInstance.g:2359:1: ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 )
- // InternalInstance.g:2359:2: rule__ContainedPropertyAssociation__AppendAssignment_1_1
+ // InternalInstance.g:2275:1: ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 )
+ // InternalInstance.g:2275:2: rule__ContainedPropertyAssociation__AppendAssignment_1_1
{
pushFollow(FOLLOW_2);
rule__ContainedPropertyAssociation__AppendAssignment_1_1();
@@ -6723,13 +6469,13 @@ else if ( (LA16_0==89) ) {
// $ANTLR start "rule__BooleanLiteral__Alternatives_1"
- // InternalInstance.g:2369:1: rule__BooleanLiteral__Alternatives_1 : ( ( ( rule__BooleanLiteral__ValueAssignment_1_0 ) ) | ( 'false' ) );
+ // InternalInstance.g:2285:1: rule__BooleanLiteral__Alternatives_1 : ( ( ( rule__BooleanLiteral__ValueAssignment_1_0 ) ) | ( 'false' ) );
public final void rule__BooleanLiteral__Alternatives_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2373:1: ( ( ( rule__BooleanLiteral__ValueAssignment_1_0 ) ) | ( 'false' ) )
+ // InternalInstance.g:2289:1: ( ( ( rule__BooleanLiteral__ValueAssignment_1_0 ) ) | ( 'false' ) )
int alt17=2;
int LA17_0 = input.LA(1);
@@ -6747,14 +6493,14 @@ else if ( (LA17_0==46) ) {
}
switch (alt17) {
case 1 :
- // InternalInstance.g:2374:1: ( ( rule__BooleanLiteral__ValueAssignment_1_0 ) )
+ // InternalInstance.g:2290:1: ( ( rule__BooleanLiteral__ValueAssignment_1_0 ) )
{
- // InternalInstance.g:2374:1: ( ( rule__BooleanLiteral__ValueAssignment_1_0 ) )
- // InternalInstance.g:2375:1: ( rule__BooleanLiteral__ValueAssignment_1_0 )
+ // InternalInstance.g:2290:1: ( ( rule__BooleanLiteral__ValueAssignment_1_0 ) )
+ // InternalInstance.g:2291:1: ( rule__BooleanLiteral__ValueAssignment_1_0 )
{
before(grammarAccess.getBooleanLiteralAccess().getValueAssignment_1_0());
- // InternalInstance.g:2376:1: ( rule__BooleanLiteral__ValueAssignment_1_0 )
- // InternalInstance.g:2376:2: rule__BooleanLiteral__ValueAssignment_1_0
+ // InternalInstance.g:2292:1: ( rule__BooleanLiteral__ValueAssignment_1_0 )
+ // InternalInstance.g:2292:2: rule__BooleanLiteral__ValueAssignment_1_0
{
pushFollow(FOLLOW_2);
rule__BooleanLiteral__ValueAssignment_1_0();
@@ -6772,10 +6518,10 @@ else if ( (LA17_0==46) ) {
}
break;
case 2 :
- // InternalInstance.g:2380:6: ( 'false' )
+ // InternalInstance.g:2296:6: ( 'false' )
{
- // InternalInstance.g:2380:6: ( 'false' )
- // InternalInstance.g:2381:1: 'false'
+ // InternalInstance.g:2296:6: ( 'false' )
+ // InternalInstance.g:2297:1: 'false'
{
before(grammarAccess.getBooleanLiteralAccess().getFalseKeyword_1_1());
match(input,46,FOLLOW_2);
@@ -6804,13 +6550,13 @@ else if ( (LA17_0==46) ) {
// $ANTLR start "rule__PlusMinus__Alternatives"
- // InternalInstance.g:2393:1: rule__PlusMinus__Alternatives : ( ( '+' ) | ( '-' ) );
+ // InternalInstance.g:2309:1: rule__PlusMinus__Alternatives : ( ( '+' ) | ( '-' ) );
public final void rule__PlusMinus__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2397:1: ( ( '+' ) | ( '-' ) )
+ // InternalInstance.g:2313:1: ( ( '+' ) | ( '-' ) )
int alt18=2;
int LA18_0 = input.LA(1);
@@ -6828,10 +6574,10 @@ else if ( (LA18_0==48) ) {
}
switch (alt18) {
case 1 :
- // InternalInstance.g:2398:1: ( '+' )
+ // InternalInstance.g:2314:1: ( '+' )
{
- // InternalInstance.g:2398:1: ( '+' )
- // InternalInstance.g:2399:1: '+'
+ // InternalInstance.g:2314:1: ( '+' )
+ // InternalInstance.g:2315:1: '+'
{
before(grammarAccess.getPlusMinusAccess().getPlusSignKeyword_0());
match(input,47,FOLLOW_2);
@@ -6843,10 +6589,10 @@ else if ( (LA18_0==48) ) {
}
break;
case 2 :
- // InternalInstance.g:2406:6: ( '-' )
+ // InternalInstance.g:2322:6: ( '-' )
{
- // InternalInstance.g:2406:6: ( '-' )
- // InternalInstance.g:2407:1: '-'
+ // InternalInstance.g:2322:6: ( '-' )
+ // InternalInstance.g:2323:1: '-'
{
before(grammarAccess.getPlusMinusAccess().getHyphenMinusKeyword_1());
match(input,48,FOLLOW_2);
@@ -6875,13 +6621,13 @@ else if ( (LA18_0==48) ) {
// $ANTLR start "rule__SignedInt__Alternatives_0"
- // InternalInstance.g:2419:1: rule__SignedInt__Alternatives_0 : ( ( '+' ) | ( '-' ) );
+ // InternalInstance.g:2335:1: rule__SignedInt__Alternatives_0 : ( ( '+' ) | ( '-' ) );
public final void rule__SignedInt__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2423:1: ( ( '+' ) | ( '-' ) )
+ // InternalInstance.g:2339:1: ( ( '+' ) | ( '-' ) )
int alt19=2;
int LA19_0 = input.LA(1);
@@ -6899,10 +6645,10 @@ else if ( (LA19_0==48) ) {
}
switch (alt19) {
case 1 :
- // InternalInstance.g:2424:1: ( '+' )
+ // InternalInstance.g:2340:1: ( '+' )
{
- // InternalInstance.g:2424:1: ( '+' )
- // InternalInstance.g:2425:1: '+'
+ // InternalInstance.g:2340:1: ( '+' )
+ // InternalInstance.g:2341:1: '+'
{
before(grammarAccess.getSignedIntAccess().getPlusSignKeyword_0_0());
match(input,47,FOLLOW_2);
@@ -6914,10 +6660,10 @@ else if ( (LA19_0==48) ) {
}
break;
case 2 :
- // InternalInstance.g:2432:6: ( '-' )
+ // InternalInstance.g:2348:6: ( '-' )
{
- // InternalInstance.g:2432:6: ( '-' )
- // InternalInstance.g:2433:1: '-'
+ // InternalInstance.g:2348:6: ( '-' )
+ // InternalInstance.g:2349:1: '-'
{
before(grammarAccess.getSignedIntAccess().getHyphenMinusKeyword_0_1());
match(input,48,FOLLOW_2);
@@ -6946,13 +6692,13 @@ else if ( (LA19_0==48) ) {
// $ANTLR start "rule__SignedReal__Alternatives_0"
- // InternalInstance.g:2445:1: rule__SignedReal__Alternatives_0 : ( ( '+' ) | ( '-' ) );
+ // InternalInstance.g:2361:1: rule__SignedReal__Alternatives_0 : ( ( '+' ) | ( '-' ) );
public final void rule__SignedReal__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2449:1: ( ( '+' ) | ( '-' ) )
+ // InternalInstance.g:2365:1: ( ( '+' ) | ( '-' ) )
int alt20=2;
int LA20_0 = input.LA(1);
@@ -6970,10 +6716,10 @@ else if ( (LA20_0==48) ) {
}
switch (alt20) {
case 1 :
- // InternalInstance.g:2450:1: ( '+' )
+ // InternalInstance.g:2366:1: ( '+' )
{
- // InternalInstance.g:2450:1: ( '+' )
- // InternalInstance.g:2451:1: '+'
+ // InternalInstance.g:2366:1: ( '+' )
+ // InternalInstance.g:2367:1: '+'
{
before(grammarAccess.getSignedRealAccess().getPlusSignKeyword_0_0());
match(input,47,FOLLOW_2);
@@ -6985,10 +6731,10 @@ else if ( (LA20_0==48) ) {
}
break;
case 2 :
- // InternalInstance.g:2458:6: ( '-' )
+ // InternalInstance.g:2374:6: ( '-' )
{
- // InternalInstance.g:2458:6: ( '-' )
- // InternalInstance.g:2459:1: '-'
+ // InternalInstance.g:2374:6: ( '-' )
+ // InternalInstance.g:2375:1: '-'
{
before(grammarAccess.getSignedRealAccess().getHyphenMinusKeyword_0_1());
match(input,48,FOLLOW_2);
@@ -7017,13 +6763,13 @@ else if ( (LA20_0==48) ) {
// $ANTLR start "rule__NumAlt__Alternatives"
- // InternalInstance.g:2471:1: rule__NumAlt__Alternatives : ( ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleSignedConstant ) | ( ruleConstantValue ) );
+ // InternalInstance.g:2387:1: rule__NumAlt__Alternatives : ( ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleSignedConstant ) | ( ruleConstantValue ) );
public final void rule__NumAlt__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2475:1: ( ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleSignedConstant ) | ( ruleConstantValue ) )
+ // InternalInstance.g:2391:1: ( ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleSignedConstant ) | ( ruleConstantValue ) )
int alt21=4;
switch ( input.LA(1) ) {
case 47:
@@ -7034,14 +6780,14 @@ public final void rule__NumAlt__Alternatives() throws RecognitionException {
alt21=2;
}
break;
- case RULE_ID:
+ case RULE_REAL_LIT:
{
- alt21=3;
+ alt21=1;
}
break;
- case RULE_REAL_LIT:
+ case RULE_ID:
{
- alt21=1;
+ alt21=3;
}
break;
default:
@@ -7056,14 +6802,14 @@ public final void rule__NumAlt__Alternatives() throws RecognitionException {
case 48:
{
switch ( input.LA(2) ) {
- case RULE_INTEGER_LIT:
+ case RULE_ID:
{
- alt21=2;
+ alt21=3;
}
break;
- case RULE_ID:
+ case RULE_INTEGER_LIT:
{
- alt21=3;
+ alt21=2;
}
break;
case RULE_REAL_LIT:
@@ -7104,10 +6850,10 @@ public final void rule__NumAlt__Alternatives() throws RecognitionException {
switch (alt21) {
case 1 :
- // InternalInstance.g:2476:1: ( ruleRealTerm )
+ // InternalInstance.g:2392:1: ( ruleRealTerm )
{
- // InternalInstance.g:2476:1: ( ruleRealTerm )
- // InternalInstance.g:2477:1: ruleRealTerm
+ // InternalInstance.g:2392:1: ( ruleRealTerm )
+ // InternalInstance.g:2393:1: ruleRealTerm
{
before(grammarAccess.getNumAltAccess().getRealTermParserRuleCall_0());
pushFollow(FOLLOW_2);
@@ -7123,10 +6869,10 @@ public final void rule__NumAlt__Alternatives() throws RecognitionException {
}
break;
case 2 :
- // InternalInstance.g:2482:6: ( ruleIntegerTerm )
+ // InternalInstance.g:2398:6: ( ruleIntegerTerm )
{
- // InternalInstance.g:2482:6: ( ruleIntegerTerm )
- // InternalInstance.g:2483:1: ruleIntegerTerm
+ // InternalInstance.g:2398:6: ( ruleIntegerTerm )
+ // InternalInstance.g:2399:1: ruleIntegerTerm
{
before(grammarAccess.getNumAltAccess().getIntegerTermParserRuleCall_1());
pushFollow(FOLLOW_2);
@@ -7142,10 +6888,10 @@ public final void rule__NumAlt__Alternatives() throws RecognitionException {
}
break;
case 3 :
- // InternalInstance.g:2488:6: ( ruleSignedConstant )
+ // InternalInstance.g:2404:6: ( ruleSignedConstant )
{
- // InternalInstance.g:2488:6: ( ruleSignedConstant )
- // InternalInstance.g:2489:1: ruleSignedConstant
+ // InternalInstance.g:2404:6: ( ruleSignedConstant )
+ // InternalInstance.g:2405:1: ruleSignedConstant
{
before(grammarAccess.getNumAltAccess().getSignedConstantParserRuleCall_2());
pushFollow(FOLLOW_2);
@@ -7161,10 +6907,10 @@ public final void rule__NumAlt__Alternatives() throws RecognitionException {
}
break;
case 4 :
- // InternalInstance.g:2494:6: ( ruleConstantValue )
+ // InternalInstance.g:2410:6: ( ruleConstantValue )
{
- // InternalInstance.g:2494:6: ( ruleConstantValue )
- // InternalInstance.g:2495:1: ruleConstantValue
+ // InternalInstance.g:2410:6: ( ruleConstantValue )
+ // InternalInstance.g:2411:1: ruleConstantValue
{
before(grammarAccess.getNumAltAccess().getConstantValueParserRuleCall_3());
pushFollow(FOLLOW_2);
@@ -7197,14 +6943,14 @@ public final void rule__NumAlt__Alternatives() throws RecognitionException {
// $ANTLR start "rule__SystemInstance__Group__0"
- // InternalInstance.g:2507:1: rule__SystemInstance__Group__0 : rule__SystemInstance__Group__0__Impl rule__SystemInstance__Group__1 ;
+ // InternalInstance.g:2423:1: rule__SystemInstance__Group__0 : rule__SystemInstance__Group__0__Impl rule__SystemInstance__Group__1 ;
public final void rule__SystemInstance__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2511:1: ( rule__SystemInstance__Group__0__Impl rule__SystemInstance__Group__1 )
- // InternalInstance.g:2512:2: rule__SystemInstance__Group__0__Impl rule__SystemInstance__Group__1
+ // InternalInstance.g:2427:1: ( rule__SystemInstance__Group__0__Impl rule__SystemInstance__Group__1 )
+ // InternalInstance.g:2428:2: rule__SystemInstance__Group__0__Impl rule__SystemInstance__Group__1
{
pushFollow(FOLLOW_3);
rule__SystemInstance__Group__0__Impl();
@@ -7235,21 +6981,21 @@ public final void rule__SystemInstance__Group__0() throws RecognitionException {
// $ANTLR start "rule__SystemInstance__Group__0__Impl"
- // InternalInstance.g:2519:1: rule__SystemInstance__Group__0__Impl : ( ( rule__SystemInstance__CategoryAssignment_0 ) ) ;
+ // InternalInstance.g:2435:1: rule__SystemInstance__Group__0__Impl : ( ( rule__SystemInstance__CategoryAssignment_0 ) ) ;
public final void rule__SystemInstance__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2523:1: ( ( ( rule__SystemInstance__CategoryAssignment_0 ) ) )
- // InternalInstance.g:2524:1: ( ( rule__SystemInstance__CategoryAssignment_0 ) )
+ // InternalInstance.g:2439:1: ( ( ( rule__SystemInstance__CategoryAssignment_0 ) ) )
+ // InternalInstance.g:2440:1: ( ( rule__SystemInstance__CategoryAssignment_0 ) )
{
- // InternalInstance.g:2524:1: ( ( rule__SystemInstance__CategoryAssignment_0 ) )
- // InternalInstance.g:2525:1: ( rule__SystemInstance__CategoryAssignment_0 )
+ // InternalInstance.g:2440:1: ( ( rule__SystemInstance__CategoryAssignment_0 ) )
+ // InternalInstance.g:2441:1: ( rule__SystemInstance__CategoryAssignment_0 )
{
before(grammarAccess.getSystemInstanceAccess().getCategoryAssignment_0());
- // InternalInstance.g:2526:1: ( rule__SystemInstance__CategoryAssignment_0 )
- // InternalInstance.g:2526:2: rule__SystemInstance__CategoryAssignment_0
+ // InternalInstance.g:2442:1: ( rule__SystemInstance__CategoryAssignment_0 )
+ // InternalInstance.g:2442:2: rule__SystemInstance__CategoryAssignment_0
{
pushFollow(FOLLOW_2);
rule__SystemInstance__CategoryAssignment_0();
@@ -7282,14 +7028,14 @@ public final void rule__SystemInstance__Group__0__Impl() throws RecognitionExcep
// $ANTLR start "rule__SystemInstance__Group__1"
- // InternalInstance.g:2536:1: rule__SystemInstance__Group__1 : rule__SystemInstance__Group__1__Impl rule__SystemInstance__Group__2 ;
+ // InternalInstance.g:2452:1: rule__SystemInstance__Group__1 : rule__SystemInstance__Group__1__Impl rule__SystemInstance__Group__2 ;
public final void rule__SystemInstance__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2540:1: ( rule__SystemInstance__Group__1__Impl rule__SystemInstance__Group__2 )
- // InternalInstance.g:2541:2: rule__SystemInstance__Group__1__Impl rule__SystemInstance__Group__2
+ // InternalInstance.g:2456:1: ( rule__SystemInstance__Group__1__Impl rule__SystemInstance__Group__2 )
+ // InternalInstance.g:2457:2: rule__SystemInstance__Group__1__Impl rule__SystemInstance__Group__2
{
pushFollow(FOLLOW_4);
rule__SystemInstance__Group__1__Impl();
@@ -7320,21 +7066,21 @@ public final void rule__SystemInstance__Group__1() throws RecognitionException {
// $ANTLR start "rule__SystemInstance__Group__1__Impl"
- // InternalInstance.g:2548:1: rule__SystemInstance__Group__1__Impl : ( ( rule__SystemInstance__NameAssignment_1 ) ) ;
+ // InternalInstance.g:2464:1: rule__SystemInstance__Group__1__Impl : ( ( rule__SystemInstance__NameAssignment_1 ) ) ;
public final void rule__SystemInstance__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2552:1: ( ( ( rule__SystemInstance__NameAssignment_1 ) ) )
- // InternalInstance.g:2553:1: ( ( rule__SystemInstance__NameAssignment_1 ) )
+ // InternalInstance.g:2468:1: ( ( ( rule__SystemInstance__NameAssignment_1 ) ) )
+ // InternalInstance.g:2469:1: ( ( rule__SystemInstance__NameAssignment_1 ) )
{
- // InternalInstance.g:2553:1: ( ( rule__SystemInstance__NameAssignment_1 ) )
- // InternalInstance.g:2554:1: ( rule__SystemInstance__NameAssignment_1 )
+ // InternalInstance.g:2469:1: ( ( rule__SystemInstance__NameAssignment_1 ) )
+ // InternalInstance.g:2470:1: ( rule__SystemInstance__NameAssignment_1 )
{
before(grammarAccess.getSystemInstanceAccess().getNameAssignment_1());
- // InternalInstance.g:2555:1: ( rule__SystemInstance__NameAssignment_1 )
- // InternalInstance.g:2555:2: rule__SystemInstance__NameAssignment_1
+ // InternalInstance.g:2471:1: ( rule__SystemInstance__NameAssignment_1 )
+ // InternalInstance.g:2471:2: rule__SystemInstance__NameAssignment_1
{
pushFollow(FOLLOW_2);
rule__SystemInstance__NameAssignment_1();
@@ -7367,14 +7113,14 @@ public final void rule__SystemInstance__Group__1__Impl() throws RecognitionExcep
// $ANTLR start "rule__SystemInstance__Group__2"
- // InternalInstance.g:2565:1: rule__SystemInstance__Group__2 : rule__SystemInstance__Group__2__Impl rule__SystemInstance__Group__3 ;
+ // InternalInstance.g:2481:1: rule__SystemInstance__Group__2 : rule__SystemInstance__Group__2__Impl rule__SystemInstance__Group__3 ;
public final void rule__SystemInstance__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2569:1: ( rule__SystemInstance__Group__2__Impl rule__SystemInstance__Group__3 )
- // InternalInstance.g:2570:2: rule__SystemInstance__Group__2__Impl rule__SystemInstance__Group__3
+ // InternalInstance.g:2485:1: ( rule__SystemInstance__Group__2__Impl rule__SystemInstance__Group__3 )
+ // InternalInstance.g:2486:2: rule__SystemInstance__Group__2__Impl rule__SystemInstance__Group__3
{
pushFollow(FOLLOW_3);
rule__SystemInstance__Group__2__Impl();
@@ -7405,17 +7151,17 @@ public final void rule__SystemInstance__Group__2() throws RecognitionException {
// $ANTLR start "rule__SystemInstance__Group__2__Impl"
- // InternalInstance.g:2577:1: rule__SystemInstance__Group__2__Impl : ( ':' ) ;
+ // InternalInstance.g:2493:1: rule__SystemInstance__Group__2__Impl : ( ':' ) ;
public final void rule__SystemInstance__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2581:1: ( ( ':' ) )
- // InternalInstance.g:2582:1: ( ':' )
+ // InternalInstance.g:2497:1: ( ( ':' ) )
+ // InternalInstance.g:2498:1: ( ':' )
{
- // InternalInstance.g:2582:1: ( ':' )
- // InternalInstance.g:2583:1: ':'
+ // InternalInstance.g:2498:1: ( ':' )
+ // InternalInstance.g:2499:1: ':'
{
before(grammarAccess.getSystemInstanceAccess().getColonKeyword_2());
match(input,49,FOLLOW_2);
@@ -7442,14 +7188,14 @@ public final void rule__SystemInstance__Group__2__Impl() throws RecognitionExcep
// $ANTLR start "rule__SystemInstance__Group__3"
- // InternalInstance.g:2596:1: rule__SystemInstance__Group__3 : rule__SystemInstance__Group__3__Impl rule__SystemInstance__Group__4 ;
+ // InternalInstance.g:2512:1: rule__SystemInstance__Group__3 : rule__SystemInstance__Group__3__Impl rule__SystemInstance__Group__4 ;
public final void rule__SystemInstance__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2600:1: ( rule__SystemInstance__Group__3__Impl rule__SystemInstance__Group__4 )
- // InternalInstance.g:2601:2: rule__SystemInstance__Group__3__Impl rule__SystemInstance__Group__4
+ // InternalInstance.g:2516:1: ( rule__SystemInstance__Group__3__Impl rule__SystemInstance__Group__4 )
+ // InternalInstance.g:2517:2: rule__SystemInstance__Group__3__Impl rule__SystemInstance__Group__4
{
pushFollow(FOLLOW_5);
rule__SystemInstance__Group__3__Impl();
@@ -7480,21 +7226,21 @@ public final void rule__SystemInstance__Group__3() throws RecognitionException {
// $ANTLR start "rule__SystemInstance__Group__3__Impl"
- // InternalInstance.g:2608:1: rule__SystemInstance__Group__3__Impl : ( ( rule__SystemInstance__ComponentImplementationAssignment_3 ) ) ;
+ // InternalInstance.g:2524:1: rule__SystemInstance__Group__3__Impl : ( ( rule__SystemInstance__ComponentImplementationAssignment_3 ) ) ;
public final void rule__SystemInstance__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2612:1: ( ( ( rule__SystemInstance__ComponentImplementationAssignment_3 ) ) )
- // InternalInstance.g:2613:1: ( ( rule__SystemInstance__ComponentImplementationAssignment_3 ) )
+ // InternalInstance.g:2528:1: ( ( ( rule__SystemInstance__ComponentImplementationAssignment_3 ) ) )
+ // InternalInstance.g:2529:1: ( ( rule__SystemInstance__ComponentImplementationAssignment_3 ) )
{
- // InternalInstance.g:2613:1: ( ( rule__SystemInstance__ComponentImplementationAssignment_3 ) )
- // InternalInstance.g:2614:1: ( rule__SystemInstance__ComponentImplementationAssignment_3 )
+ // InternalInstance.g:2529:1: ( ( rule__SystemInstance__ComponentImplementationAssignment_3 ) )
+ // InternalInstance.g:2530:1: ( rule__SystemInstance__ComponentImplementationAssignment_3 )
{
before(grammarAccess.getSystemInstanceAccess().getComponentImplementationAssignment_3());
- // InternalInstance.g:2615:1: ( rule__SystemInstance__ComponentImplementationAssignment_3 )
- // InternalInstance.g:2615:2: rule__SystemInstance__ComponentImplementationAssignment_3
+ // InternalInstance.g:2531:1: ( rule__SystemInstance__ComponentImplementationAssignment_3 )
+ // InternalInstance.g:2531:2: rule__SystemInstance__ComponentImplementationAssignment_3
{
pushFollow(FOLLOW_2);
rule__SystemInstance__ComponentImplementationAssignment_3();
@@ -7527,14 +7273,14 @@ public final void rule__SystemInstance__Group__3__Impl() throws RecognitionExcep
// $ANTLR start "rule__SystemInstance__Group__4"
- // InternalInstance.g:2625:1: rule__SystemInstance__Group__4 : rule__SystemInstance__Group__4__Impl rule__SystemInstance__Group__5 ;
+ // InternalInstance.g:2541:1: rule__SystemInstance__Group__4 : rule__SystemInstance__Group__4__Impl rule__SystemInstance__Group__5 ;
public final void rule__SystemInstance__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2629:1: ( rule__SystemInstance__Group__4__Impl rule__SystemInstance__Group__5 )
- // InternalInstance.g:2630:2: rule__SystemInstance__Group__4__Impl rule__SystemInstance__Group__5
+ // InternalInstance.g:2545:1: ( rule__SystemInstance__Group__4__Impl rule__SystemInstance__Group__5 )
+ // InternalInstance.g:2546:2: rule__SystemInstance__Group__4__Impl rule__SystemInstance__Group__5
{
pushFollow(FOLLOW_6);
rule__SystemInstance__Group__4__Impl();
@@ -7565,17 +7311,17 @@ public final void rule__SystemInstance__Group__4() throws RecognitionException {
// $ANTLR start "rule__SystemInstance__Group__4__Impl"
- // InternalInstance.g:2637:1: rule__SystemInstance__Group__4__Impl : ( '{' ) ;
+ // InternalInstance.g:2553:1: rule__SystemInstance__Group__4__Impl : ( '{' ) ;
public final void rule__SystemInstance__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2641:1: ( ( '{' ) )
- // InternalInstance.g:2642:1: ( '{' )
+ // InternalInstance.g:2557:1: ( ( '{' ) )
+ // InternalInstance.g:2558:1: ( '{' )
{
- // InternalInstance.g:2642:1: ( '{' )
- // InternalInstance.g:2643:1: '{'
+ // InternalInstance.g:2558:1: ( '{' )
+ // InternalInstance.g:2559:1: '{'
{
before(grammarAccess.getSystemInstanceAccess().getLeftCurlyBracketKeyword_4());
match(input,50,FOLLOW_2);
@@ -7602,14 +7348,14 @@ public final void rule__SystemInstance__Group__4__Impl() throws RecognitionExcep
// $ANTLR start "rule__SystemInstance__Group__5"
- // InternalInstance.g:2656:1: rule__SystemInstance__Group__5 : rule__SystemInstance__Group__5__Impl rule__SystemInstance__Group__6 ;
+ // InternalInstance.g:2572:1: rule__SystemInstance__Group__5 : rule__SystemInstance__Group__5__Impl rule__SystemInstance__Group__6 ;
public final void rule__SystemInstance__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2660:1: ( rule__SystemInstance__Group__5__Impl rule__SystemInstance__Group__6 )
- // InternalInstance.g:2661:2: rule__SystemInstance__Group__5__Impl rule__SystemInstance__Group__6
+ // InternalInstance.g:2576:1: ( rule__SystemInstance__Group__5__Impl rule__SystemInstance__Group__6 )
+ // InternalInstance.g:2577:2: rule__SystemInstance__Group__5__Impl rule__SystemInstance__Group__6
{
pushFollow(FOLLOW_6);
rule__SystemInstance__Group__5__Impl();
@@ -7640,20 +7386,20 @@ public final void rule__SystemInstance__Group__5() throws RecognitionException {
// $ANTLR start "rule__SystemInstance__Group__5__Impl"
- // InternalInstance.g:2668:1: rule__SystemInstance__Group__5__Impl : ( ( rule__SystemInstance__Alternatives_5 )* ) ;
+ // InternalInstance.g:2584:1: rule__SystemInstance__Group__5__Impl : ( ( rule__SystemInstance__Alternatives_5 )* ) ;
public final void rule__SystemInstance__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2672:1: ( ( ( rule__SystemInstance__Alternatives_5 )* ) )
- // InternalInstance.g:2673:1: ( ( rule__SystemInstance__Alternatives_5 )* )
+ // InternalInstance.g:2588:1: ( ( ( rule__SystemInstance__Alternatives_5 )* ) )
+ // InternalInstance.g:2589:1: ( ( rule__SystemInstance__Alternatives_5 )* )
{
- // InternalInstance.g:2673:1: ( ( rule__SystemInstance__Alternatives_5 )* )
- // InternalInstance.g:2674:1: ( rule__SystemInstance__Alternatives_5 )*
+ // InternalInstance.g:2589:1: ( ( rule__SystemInstance__Alternatives_5 )* )
+ // InternalInstance.g:2590:1: ( rule__SystemInstance__Alternatives_5 )*
{
before(grammarAccess.getSystemInstanceAccess().getAlternatives_5());
- // InternalInstance.g:2675:1: ( rule__SystemInstance__Alternatives_5 )*
+ // InternalInstance.g:2591:1: ( rule__SystemInstance__Alternatives_5 )*
loop22:
do {
int alt22=2;
@@ -7666,7 +7412,7 @@ public final void rule__SystemInstance__Group__5__Impl() throws RecognitionExcep
switch (alt22) {
case 1 :
- // InternalInstance.g:2675:2: rule__SystemInstance__Alternatives_5
+ // InternalInstance.g:2591:2: rule__SystemInstance__Alternatives_5
{
pushFollow(FOLLOW_7);
rule__SystemInstance__Alternatives_5();
@@ -7705,14 +7451,14 @@ public final void rule__SystemInstance__Group__5__Impl() throws RecognitionExcep
// $ANTLR start "rule__SystemInstance__Group__6"
- // InternalInstance.g:2685:1: rule__SystemInstance__Group__6 : rule__SystemInstance__Group__6__Impl ;
+ // InternalInstance.g:2601:1: rule__SystemInstance__Group__6 : rule__SystemInstance__Group__6__Impl ;
public final void rule__SystemInstance__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2689:1: ( rule__SystemInstance__Group__6__Impl )
- // InternalInstance.g:2690:2: rule__SystemInstance__Group__6__Impl
+ // InternalInstance.g:2605:1: ( rule__SystemInstance__Group__6__Impl )
+ // InternalInstance.g:2606:2: rule__SystemInstance__Group__6__Impl
{
pushFollow(FOLLOW_2);
rule__SystemInstance__Group__6__Impl();
@@ -7738,17 +7484,17 @@ public final void rule__SystemInstance__Group__6() throws RecognitionException {
// $ANTLR start "rule__SystemInstance__Group__6__Impl"
- // InternalInstance.g:2696:1: rule__SystemInstance__Group__6__Impl : ( '}' ) ;
+ // InternalInstance.g:2612:1: rule__SystemInstance__Group__6__Impl : ( '}' ) ;
public final void rule__SystemInstance__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2700:1: ( ( '}' ) )
- // InternalInstance.g:2701:1: ( '}' )
+ // InternalInstance.g:2616:1: ( ( '}' ) )
+ // InternalInstance.g:2617:1: ( '}' )
{
- // InternalInstance.g:2701:1: ( '}' )
- // InternalInstance.g:2702:1: '}'
+ // InternalInstance.g:2617:1: ( '}' )
+ // InternalInstance.g:2618:1: '}'
{
before(grammarAccess.getSystemInstanceAccess().getRightCurlyBracketKeyword_6());
match(input,51,FOLLOW_2);
@@ -7775,14 +7521,14 @@ public final void rule__SystemInstance__Group__6__Impl() throws RecognitionExcep
// $ANTLR start "rule__FeatureInstance__Group__0"
- // InternalInstance.g:2729:1: rule__FeatureInstance__Group__0 : rule__FeatureInstance__Group__0__Impl rule__FeatureInstance__Group__1 ;
+ // InternalInstance.g:2645:1: rule__FeatureInstance__Group__0 : rule__FeatureInstance__Group__0__Impl rule__FeatureInstance__Group__1 ;
public final void rule__FeatureInstance__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2733:1: ( rule__FeatureInstance__Group__0__Impl rule__FeatureInstance__Group__1 )
- // InternalInstance.g:2734:2: rule__FeatureInstance__Group__0__Impl rule__FeatureInstance__Group__1
+ // InternalInstance.g:2649:1: ( rule__FeatureInstance__Group__0__Impl rule__FeatureInstance__Group__1 )
+ // InternalInstance.g:2650:2: rule__FeatureInstance__Group__0__Impl rule__FeatureInstance__Group__1
{
pushFollow(FOLLOW_8);
rule__FeatureInstance__Group__0__Impl();
@@ -7813,21 +7559,21 @@ public final void rule__FeatureInstance__Group__0() throws RecognitionException
// $ANTLR start "rule__FeatureInstance__Group__0__Impl"
- // InternalInstance.g:2741:1: rule__FeatureInstance__Group__0__Impl : ( ( rule__FeatureInstance__DirectionAssignment_0 ) ) ;
+ // InternalInstance.g:2657:1: rule__FeatureInstance__Group__0__Impl : ( ( rule__FeatureInstance__DirectionAssignment_0 ) ) ;
public final void rule__FeatureInstance__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2745:1: ( ( ( rule__FeatureInstance__DirectionAssignment_0 ) ) )
- // InternalInstance.g:2746:1: ( ( rule__FeatureInstance__DirectionAssignment_0 ) )
+ // InternalInstance.g:2661:1: ( ( ( rule__FeatureInstance__DirectionAssignment_0 ) ) )
+ // InternalInstance.g:2662:1: ( ( rule__FeatureInstance__DirectionAssignment_0 ) )
{
- // InternalInstance.g:2746:1: ( ( rule__FeatureInstance__DirectionAssignment_0 ) )
- // InternalInstance.g:2747:1: ( rule__FeatureInstance__DirectionAssignment_0 )
+ // InternalInstance.g:2662:1: ( ( rule__FeatureInstance__DirectionAssignment_0 ) )
+ // InternalInstance.g:2663:1: ( rule__FeatureInstance__DirectionAssignment_0 )
{
before(grammarAccess.getFeatureInstanceAccess().getDirectionAssignment_0());
- // InternalInstance.g:2748:1: ( rule__FeatureInstance__DirectionAssignment_0 )
- // InternalInstance.g:2748:2: rule__FeatureInstance__DirectionAssignment_0
+ // InternalInstance.g:2664:1: ( rule__FeatureInstance__DirectionAssignment_0 )
+ // InternalInstance.g:2664:2: rule__FeatureInstance__DirectionAssignment_0
{
pushFollow(FOLLOW_2);
rule__FeatureInstance__DirectionAssignment_0();
@@ -7860,14 +7606,14 @@ public final void rule__FeatureInstance__Group__0__Impl() throws RecognitionExce
// $ANTLR start "rule__FeatureInstance__Group__1"
- // InternalInstance.g:2758:1: rule__FeatureInstance__Group__1 : rule__FeatureInstance__Group__1__Impl rule__FeatureInstance__Group__2 ;
+ // InternalInstance.g:2674:1: rule__FeatureInstance__Group__1 : rule__FeatureInstance__Group__1__Impl rule__FeatureInstance__Group__2 ;
public final void rule__FeatureInstance__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2762:1: ( rule__FeatureInstance__Group__1__Impl rule__FeatureInstance__Group__2 )
- // InternalInstance.g:2763:2: rule__FeatureInstance__Group__1__Impl rule__FeatureInstance__Group__2
+ // InternalInstance.g:2678:1: ( rule__FeatureInstance__Group__1__Impl rule__FeatureInstance__Group__2 )
+ // InternalInstance.g:2679:2: rule__FeatureInstance__Group__1__Impl rule__FeatureInstance__Group__2
{
pushFollow(FOLLOW_3);
rule__FeatureInstance__Group__1__Impl();
@@ -7898,21 +7644,21 @@ public final void rule__FeatureInstance__Group__1() throws RecognitionException
// $ANTLR start "rule__FeatureInstance__Group__1__Impl"
- // InternalInstance.g:2770:1: rule__FeatureInstance__Group__1__Impl : ( ( rule__FeatureInstance__CategoryAssignment_1 ) ) ;
+ // InternalInstance.g:2686:1: rule__FeatureInstance__Group__1__Impl : ( ( rule__FeatureInstance__CategoryAssignment_1 ) ) ;
public final void rule__FeatureInstance__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2774:1: ( ( ( rule__FeatureInstance__CategoryAssignment_1 ) ) )
- // InternalInstance.g:2775:1: ( ( rule__FeatureInstance__CategoryAssignment_1 ) )
+ // InternalInstance.g:2690:1: ( ( ( rule__FeatureInstance__CategoryAssignment_1 ) ) )
+ // InternalInstance.g:2691:1: ( ( rule__FeatureInstance__CategoryAssignment_1 ) )
{
- // InternalInstance.g:2775:1: ( ( rule__FeatureInstance__CategoryAssignment_1 ) )
- // InternalInstance.g:2776:1: ( rule__FeatureInstance__CategoryAssignment_1 )
+ // InternalInstance.g:2691:1: ( ( rule__FeatureInstance__CategoryAssignment_1 ) )
+ // InternalInstance.g:2692:1: ( rule__FeatureInstance__CategoryAssignment_1 )
{
before(grammarAccess.getFeatureInstanceAccess().getCategoryAssignment_1());
- // InternalInstance.g:2777:1: ( rule__FeatureInstance__CategoryAssignment_1 )
- // InternalInstance.g:2777:2: rule__FeatureInstance__CategoryAssignment_1
+ // InternalInstance.g:2693:1: ( rule__FeatureInstance__CategoryAssignment_1 )
+ // InternalInstance.g:2693:2: rule__FeatureInstance__CategoryAssignment_1
{
pushFollow(FOLLOW_2);
rule__FeatureInstance__CategoryAssignment_1();
@@ -7945,14 +7691,14 @@ public final void rule__FeatureInstance__Group__1__Impl() throws RecognitionExce
// $ANTLR start "rule__FeatureInstance__Group__2"
- // InternalInstance.g:2787:1: rule__FeatureInstance__Group__2 : rule__FeatureInstance__Group__2__Impl rule__FeatureInstance__Group__3 ;
+ // InternalInstance.g:2703:1: rule__FeatureInstance__Group__2 : rule__FeatureInstance__Group__2__Impl rule__FeatureInstance__Group__3 ;
public final void rule__FeatureInstance__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2791:1: ( rule__FeatureInstance__Group__2__Impl rule__FeatureInstance__Group__3 )
- // InternalInstance.g:2792:2: rule__FeatureInstance__Group__2__Impl rule__FeatureInstance__Group__3
+ // InternalInstance.g:2707:1: ( rule__FeatureInstance__Group__2__Impl rule__FeatureInstance__Group__3 )
+ // InternalInstance.g:2708:2: rule__FeatureInstance__Group__2__Impl rule__FeatureInstance__Group__3
{
pushFollow(FOLLOW_9);
rule__FeatureInstance__Group__2__Impl();
@@ -7983,21 +7729,21 @@ public final void rule__FeatureInstance__Group__2() throws RecognitionException
// $ANTLR start "rule__FeatureInstance__Group__2__Impl"
- // InternalInstance.g:2799:1: rule__FeatureInstance__Group__2__Impl : ( ( rule__FeatureInstance__NameAssignment_2 ) ) ;
+ // InternalInstance.g:2715:1: rule__FeatureInstance__Group__2__Impl : ( ( rule__FeatureInstance__NameAssignment_2 ) ) ;
public final void rule__FeatureInstance__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2803:1: ( ( ( rule__FeatureInstance__NameAssignment_2 ) ) )
- // InternalInstance.g:2804:1: ( ( rule__FeatureInstance__NameAssignment_2 ) )
+ // InternalInstance.g:2719:1: ( ( ( rule__FeatureInstance__NameAssignment_2 ) ) )
+ // InternalInstance.g:2720:1: ( ( rule__FeatureInstance__NameAssignment_2 ) )
{
- // InternalInstance.g:2804:1: ( ( rule__FeatureInstance__NameAssignment_2 ) )
- // InternalInstance.g:2805:1: ( rule__FeatureInstance__NameAssignment_2 )
+ // InternalInstance.g:2720:1: ( ( rule__FeatureInstance__NameAssignment_2 ) )
+ // InternalInstance.g:2721:1: ( rule__FeatureInstance__NameAssignment_2 )
{
before(grammarAccess.getFeatureInstanceAccess().getNameAssignment_2());
- // InternalInstance.g:2806:1: ( rule__FeatureInstance__NameAssignment_2 )
- // InternalInstance.g:2806:2: rule__FeatureInstance__NameAssignment_2
+ // InternalInstance.g:2722:1: ( rule__FeatureInstance__NameAssignment_2 )
+ // InternalInstance.g:2722:2: rule__FeatureInstance__NameAssignment_2
{
pushFollow(FOLLOW_2);
rule__FeatureInstance__NameAssignment_2();
@@ -8030,14 +7776,14 @@ public final void rule__FeatureInstance__Group__2__Impl() throws RecognitionExce
// $ANTLR start "rule__FeatureInstance__Group__3"
- // InternalInstance.g:2816:1: rule__FeatureInstance__Group__3 : rule__FeatureInstance__Group__3__Impl rule__FeatureInstance__Group__4 ;
+ // InternalInstance.g:2732:1: rule__FeatureInstance__Group__3 : rule__FeatureInstance__Group__3__Impl rule__FeatureInstance__Group__4 ;
public final void rule__FeatureInstance__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2820:1: ( rule__FeatureInstance__Group__3__Impl rule__FeatureInstance__Group__4 )
- // InternalInstance.g:2821:2: rule__FeatureInstance__Group__3__Impl rule__FeatureInstance__Group__4
+ // InternalInstance.g:2736:1: ( rule__FeatureInstance__Group__3__Impl rule__FeatureInstance__Group__4 )
+ // InternalInstance.g:2737:2: rule__FeatureInstance__Group__3__Impl rule__FeatureInstance__Group__4
{
pushFollow(FOLLOW_9);
rule__FeatureInstance__Group__3__Impl();
@@ -8068,20 +7814,20 @@ public final void rule__FeatureInstance__Group__3() throws RecognitionException
// $ANTLR start "rule__FeatureInstance__Group__3__Impl"
- // InternalInstance.g:2828:1: rule__FeatureInstance__Group__3__Impl : ( ( rule__FeatureInstance__Group_3__0 )? ) ;
+ // InternalInstance.g:2744:1: rule__FeatureInstance__Group__3__Impl : ( ( rule__FeatureInstance__Group_3__0 )? ) ;
public final void rule__FeatureInstance__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2832:1: ( ( ( rule__FeatureInstance__Group_3__0 )? ) )
- // InternalInstance.g:2833:1: ( ( rule__FeatureInstance__Group_3__0 )? )
+ // InternalInstance.g:2748:1: ( ( ( rule__FeatureInstance__Group_3__0 )? ) )
+ // InternalInstance.g:2749:1: ( ( rule__FeatureInstance__Group_3__0 )? )
{
- // InternalInstance.g:2833:1: ( ( rule__FeatureInstance__Group_3__0 )? )
- // InternalInstance.g:2834:1: ( rule__FeatureInstance__Group_3__0 )?
+ // InternalInstance.g:2749:1: ( ( rule__FeatureInstance__Group_3__0 )? )
+ // InternalInstance.g:2750:1: ( rule__FeatureInstance__Group_3__0 )?
{
before(grammarAccess.getFeatureInstanceAccess().getGroup_3());
- // InternalInstance.g:2835:1: ( rule__FeatureInstance__Group_3__0 )?
+ // InternalInstance.g:2751:1: ( rule__FeatureInstance__Group_3__0 )?
int alt23=2;
int LA23_0 = input.LA(1);
@@ -8090,7 +7836,7 @@ public final void rule__FeatureInstance__Group__3__Impl() throws RecognitionExce
}
switch (alt23) {
case 1 :
- // InternalInstance.g:2835:2: rule__FeatureInstance__Group_3__0
+ // InternalInstance.g:2751:2: rule__FeatureInstance__Group_3__0
{
pushFollow(FOLLOW_2);
rule__FeatureInstance__Group_3__0();
@@ -8126,14 +7872,14 @@ public final void rule__FeatureInstance__Group__3__Impl() throws RecognitionExce
// $ANTLR start "rule__FeatureInstance__Group__4"
- // InternalInstance.g:2845:1: rule__FeatureInstance__Group__4 : rule__FeatureInstance__Group__4__Impl rule__FeatureInstance__Group__5 ;
+ // InternalInstance.g:2761:1: rule__FeatureInstance__Group__4 : rule__FeatureInstance__Group__4__Impl rule__FeatureInstance__Group__5 ;
public final void rule__FeatureInstance__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2849:1: ( rule__FeatureInstance__Group__4__Impl rule__FeatureInstance__Group__5 )
- // InternalInstance.g:2850:2: rule__FeatureInstance__Group__4__Impl rule__FeatureInstance__Group__5
+ // InternalInstance.g:2765:1: ( rule__FeatureInstance__Group__4__Impl rule__FeatureInstance__Group__5 )
+ // InternalInstance.g:2766:2: rule__FeatureInstance__Group__4__Impl rule__FeatureInstance__Group__5
{
pushFollow(FOLLOW_3);
rule__FeatureInstance__Group__4__Impl();
@@ -8164,17 +7910,17 @@ public final void rule__FeatureInstance__Group__4() throws RecognitionException
// $ANTLR start "rule__FeatureInstance__Group__4__Impl"
- // InternalInstance.g:2857:1: rule__FeatureInstance__Group__4__Impl : ( ':' ) ;
+ // InternalInstance.g:2773:1: rule__FeatureInstance__Group__4__Impl : ( ':' ) ;
public final void rule__FeatureInstance__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2861:1: ( ( ':' ) )
- // InternalInstance.g:2862:1: ( ':' )
+ // InternalInstance.g:2777:1: ( ( ':' ) )
+ // InternalInstance.g:2778:1: ( ':' )
{
- // InternalInstance.g:2862:1: ( ':' )
- // InternalInstance.g:2863:1: ':'
+ // InternalInstance.g:2778:1: ( ':' )
+ // InternalInstance.g:2779:1: ':'
{
before(grammarAccess.getFeatureInstanceAccess().getColonKeyword_4());
match(input,49,FOLLOW_2);
@@ -8201,14 +7947,14 @@ public final void rule__FeatureInstance__Group__4__Impl() throws RecognitionExce
// $ANTLR start "rule__FeatureInstance__Group__5"
- // InternalInstance.g:2876:1: rule__FeatureInstance__Group__5 : rule__FeatureInstance__Group__5__Impl rule__FeatureInstance__Group__6 ;
+ // InternalInstance.g:2792:1: rule__FeatureInstance__Group__5 : rule__FeatureInstance__Group__5__Impl rule__FeatureInstance__Group__6 ;
public final void rule__FeatureInstance__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2880:1: ( rule__FeatureInstance__Group__5__Impl rule__FeatureInstance__Group__6 )
- // InternalInstance.g:2881:2: rule__FeatureInstance__Group__5__Impl rule__FeatureInstance__Group__6
+ // InternalInstance.g:2796:1: ( rule__FeatureInstance__Group__5__Impl rule__FeatureInstance__Group__6 )
+ // InternalInstance.g:2797:2: rule__FeatureInstance__Group__5__Impl rule__FeatureInstance__Group__6
{
pushFollow(FOLLOW_5);
rule__FeatureInstance__Group__5__Impl();
@@ -8239,21 +7985,21 @@ public final void rule__FeatureInstance__Group__5() throws RecognitionException
// $ANTLR start "rule__FeatureInstance__Group__5__Impl"
- // InternalInstance.g:2888:1: rule__FeatureInstance__Group__5__Impl : ( ( rule__FeatureInstance__FeatureAssignment_5 ) ) ;
+ // InternalInstance.g:2804:1: rule__FeatureInstance__Group__5__Impl : ( ( rule__FeatureInstance__FeatureAssignment_5 ) ) ;
public final void rule__FeatureInstance__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2892:1: ( ( ( rule__FeatureInstance__FeatureAssignment_5 ) ) )
- // InternalInstance.g:2893:1: ( ( rule__FeatureInstance__FeatureAssignment_5 ) )
+ // InternalInstance.g:2808:1: ( ( ( rule__FeatureInstance__FeatureAssignment_5 ) ) )
+ // InternalInstance.g:2809:1: ( ( rule__FeatureInstance__FeatureAssignment_5 ) )
{
- // InternalInstance.g:2893:1: ( ( rule__FeatureInstance__FeatureAssignment_5 ) )
- // InternalInstance.g:2894:1: ( rule__FeatureInstance__FeatureAssignment_5 )
+ // InternalInstance.g:2809:1: ( ( rule__FeatureInstance__FeatureAssignment_5 ) )
+ // InternalInstance.g:2810:1: ( rule__FeatureInstance__FeatureAssignment_5 )
{
before(grammarAccess.getFeatureInstanceAccess().getFeatureAssignment_5());
- // InternalInstance.g:2895:1: ( rule__FeatureInstance__FeatureAssignment_5 )
- // InternalInstance.g:2895:2: rule__FeatureInstance__FeatureAssignment_5
+ // InternalInstance.g:2811:1: ( rule__FeatureInstance__FeatureAssignment_5 )
+ // InternalInstance.g:2811:2: rule__FeatureInstance__FeatureAssignment_5
{
pushFollow(FOLLOW_2);
rule__FeatureInstance__FeatureAssignment_5();
@@ -8286,14 +8032,14 @@ public final void rule__FeatureInstance__Group__5__Impl() throws RecognitionExce
// $ANTLR start "rule__FeatureInstance__Group__6"
- // InternalInstance.g:2905:1: rule__FeatureInstance__Group__6 : rule__FeatureInstance__Group__6__Impl ;
+ // InternalInstance.g:2821:1: rule__FeatureInstance__Group__6 : rule__FeatureInstance__Group__6__Impl ;
public final void rule__FeatureInstance__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2909:1: ( rule__FeatureInstance__Group__6__Impl )
- // InternalInstance.g:2910:2: rule__FeatureInstance__Group__6__Impl
+ // InternalInstance.g:2825:1: ( rule__FeatureInstance__Group__6__Impl )
+ // InternalInstance.g:2826:2: rule__FeatureInstance__Group__6__Impl
{
pushFollow(FOLLOW_2);
rule__FeatureInstance__Group__6__Impl();
@@ -8319,20 +8065,20 @@ public final void rule__FeatureInstance__Group__6() throws RecognitionException
// $ANTLR start "rule__FeatureInstance__Group__6__Impl"
- // InternalInstance.g:2916:1: rule__FeatureInstance__Group__6__Impl : ( ( rule__FeatureInstance__Group_6__0 )? ) ;
+ // InternalInstance.g:2832:1: rule__FeatureInstance__Group__6__Impl : ( ( rule__FeatureInstance__Group_6__0 )? ) ;
public final void rule__FeatureInstance__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2920:1: ( ( ( rule__FeatureInstance__Group_6__0 )? ) )
- // InternalInstance.g:2921:1: ( ( rule__FeatureInstance__Group_6__0 )? )
+ // InternalInstance.g:2836:1: ( ( ( rule__FeatureInstance__Group_6__0 )? ) )
+ // InternalInstance.g:2837:1: ( ( rule__FeatureInstance__Group_6__0 )? )
{
- // InternalInstance.g:2921:1: ( ( rule__FeatureInstance__Group_6__0 )? )
- // InternalInstance.g:2922:1: ( rule__FeatureInstance__Group_6__0 )?
+ // InternalInstance.g:2837:1: ( ( rule__FeatureInstance__Group_6__0 )? )
+ // InternalInstance.g:2838:1: ( rule__FeatureInstance__Group_6__0 )?
{
before(grammarAccess.getFeatureInstanceAccess().getGroup_6());
- // InternalInstance.g:2923:1: ( rule__FeatureInstance__Group_6__0 )?
+ // InternalInstance.g:2839:1: ( rule__FeatureInstance__Group_6__0 )?
int alt24=2;
int LA24_0 = input.LA(1);
@@ -8341,7 +8087,7 @@ public final void rule__FeatureInstance__Group__6__Impl() throws RecognitionExce
}
switch (alt24) {
case 1 :
- // InternalInstance.g:2923:2: rule__FeatureInstance__Group_6__0
+ // InternalInstance.g:2839:2: rule__FeatureInstance__Group_6__0
{
pushFollow(FOLLOW_2);
rule__FeatureInstance__Group_6__0();
@@ -8377,14 +8123,14 @@ public final void rule__FeatureInstance__Group__6__Impl() throws RecognitionExce
// $ANTLR start "rule__FeatureInstance__Group_3__0"
- // InternalInstance.g:2947:1: rule__FeatureInstance__Group_3__0 : rule__FeatureInstance__Group_3__0__Impl rule__FeatureInstance__Group_3__1 ;
+ // InternalInstance.g:2863:1: rule__FeatureInstance__Group_3__0 : rule__FeatureInstance__Group_3__0__Impl rule__FeatureInstance__Group_3__1 ;
public final void rule__FeatureInstance__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2951:1: ( rule__FeatureInstance__Group_3__0__Impl rule__FeatureInstance__Group_3__1 )
- // InternalInstance.g:2952:2: rule__FeatureInstance__Group_3__0__Impl rule__FeatureInstance__Group_3__1
+ // InternalInstance.g:2867:1: ( rule__FeatureInstance__Group_3__0__Impl rule__FeatureInstance__Group_3__1 )
+ // InternalInstance.g:2868:2: rule__FeatureInstance__Group_3__0__Impl rule__FeatureInstance__Group_3__1
{
pushFollow(FOLLOW_10);
rule__FeatureInstance__Group_3__0__Impl();
@@ -8415,17 +8161,17 @@ public final void rule__FeatureInstance__Group_3__0() throws RecognitionExceptio
// $ANTLR start "rule__FeatureInstance__Group_3__0__Impl"
- // InternalInstance.g:2959:1: rule__FeatureInstance__Group_3__0__Impl : ( '[' ) ;
+ // InternalInstance.g:2875:1: rule__FeatureInstance__Group_3__0__Impl : ( '[' ) ;
public final void rule__FeatureInstance__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2963:1: ( ( '[' ) )
- // InternalInstance.g:2964:1: ( '[' )
+ // InternalInstance.g:2879:1: ( ( '[' ) )
+ // InternalInstance.g:2880:1: ( '[' )
{
- // InternalInstance.g:2964:1: ( '[' )
- // InternalInstance.g:2965:1: '['
+ // InternalInstance.g:2880:1: ( '[' )
+ // InternalInstance.g:2881:1: '['
{
before(grammarAccess.getFeatureInstanceAccess().getLeftSquareBracketKeyword_3_0());
match(input,52,FOLLOW_2);
@@ -8452,14 +8198,14 @@ public final void rule__FeatureInstance__Group_3__0__Impl() throws RecognitionEx
// $ANTLR start "rule__FeatureInstance__Group_3__1"
- // InternalInstance.g:2978:1: rule__FeatureInstance__Group_3__1 : rule__FeatureInstance__Group_3__1__Impl rule__FeatureInstance__Group_3__2 ;
+ // InternalInstance.g:2894:1: rule__FeatureInstance__Group_3__1 : rule__FeatureInstance__Group_3__1__Impl rule__FeatureInstance__Group_3__2 ;
public final void rule__FeatureInstance__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2982:1: ( rule__FeatureInstance__Group_3__1__Impl rule__FeatureInstance__Group_3__2 )
- // InternalInstance.g:2983:2: rule__FeatureInstance__Group_3__1__Impl rule__FeatureInstance__Group_3__2
+ // InternalInstance.g:2898:1: ( rule__FeatureInstance__Group_3__1__Impl rule__FeatureInstance__Group_3__2 )
+ // InternalInstance.g:2899:2: rule__FeatureInstance__Group_3__1__Impl rule__FeatureInstance__Group_3__2
{
pushFollow(FOLLOW_11);
rule__FeatureInstance__Group_3__1__Impl();
@@ -8490,21 +8236,21 @@ public final void rule__FeatureInstance__Group_3__1() throws RecognitionExceptio
// $ANTLR start "rule__FeatureInstance__Group_3__1__Impl"
- // InternalInstance.g:2990:1: rule__FeatureInstance__Group_3__1__Impl : ( ( rule__FeatureInstance__IndexAssignment_3_1 ) ) ;
+ // InternalInstance.g:2906:1: rule__FeatureInstance__Group_3__1__Impl : ( ( rule__FeatureInstance__IndexAssignment_3_1 ) ) ;
public final void rule__FeatureInstance__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:2994:1: ( ( ( rule__FeatureInstance__IndexAssignment_3_1 ) ) )
- // InternalInstance.g:2995:1: ( ( rule__FeatureInstance__IndexAssignment_3_1 ) )
+ // InternalInstance.g:2910:1: ( ( ( rule__FeatureInstance__IndexAssignment_3_1 ) ) )
+ // InternalInstance.g:2911:1: ( ( rule__FeatureInstance__IndexAssignment_3_1 ) )
{
- // InternalInstance.g:2995:1: ( ( rule__FeatureInstance__IndexAssignment_3_1 ) )
- // InternalInstance.g:2996:1: ( rule__FeatureInstance__IndexAssignment_3_1 )
+ // InternalInstance.g:2911:1: ( ( rule__FeatureInstance__IndexAssignment_3_1 ) )
+ // InternalInstance.g:2912:1: ( rule__FeatureInstance__IndexAssignment_3_1 )
{
before(grammarAccess.getFeatureInstanceAccess().getIndexAssignment_3_1());
- // InternalInstance.g:2997:1: ( rule__FeatureInstance__IndexAssignment_3_1 )
- // InternalInstance.g:2997:2: rule__FeatureInstance__IndexAssignment_3_1
+ // InternalInstance.g:2913:1: ( rule__FeatureInstance__IndexAssignment_3_1 )
+ // InternalInstance.g:2913:2: rule__FeatureInstance__IndexAssignment_3_1
{
pushFollow(FOLLOW_2);
rule__FeatureInstance__IndexAssignment_3_1();
@@ -8537,14 +8283,14 @@ public final void rule__FeatureInstance__Group_3__1__Impl() throws RecognitionEx
// $ANTLR start "rule__FeatureInstance__Group_3__2"
- // InternalInstance.g:3007:1: rule__FeatureInstance__Group_3__2 : rule__FeatureInstance__Group_3__2__Impl ;
+ // InternalInstance.g:2923:1: rule__FeatureInstance__Group_3__2 : rule__FeatureInstance__Group_3__2__Impl ;
public final void rule__FeatureInstance__Group_3__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3011:1: ( rule__FeatureInstance__Group_3__2__Impl )
- // InternalInstance.g:3012:2: rule__FeatureInstance__Group_3__2__Impl
+ // InternalInstance.g:2927:1: ( rule__FeatureInstance__Group_3__2__Impl )
+ // InternalInstance.g:2928:2: rule__FeatureInstance__Group_3__2__Impl
{
pushFollow(FOLLOW_2);
rule__FeatureInstance__Group_3__2__Impl();
@@ -8570,17 +8316,17 @@ public final void rule__FeatureInstance__Group_3__2() throws RecognitionExceptio
// $ANTLR start "rule__FeatureInstance__Group_3__2__Impl"
- // InternalInstance.g:3018:1: rule__FeatureInstance__Group_3__2__Impl : ( ']' ) ;
+ // InternalInstance.g:2934:1: rule__FeatureInstance__Group_3__2__Impl : ( ']' ) ;
public final void rule__FeatureInstance__Group_3__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3022:1: ( ( ']' ) )
- // InternalInstance.g:3023:1: ( ']' )
+ // InternalInstance.g:2938:1: ( ( ']' ) )
+ // InternalInstance.g:2939:1: ( ']' )
{
- // InternalInstance.g:3023:1: ( ']' )
- // InternalInstance.g:3024:1: ']'
+ // InternalInstance.g:2939:1: ( ']' )
+ // InternalInstance.g:2940:1: ']'
{
before(grammarAccess.getFeatureInstanceAccess().getRightSquareBracketKeyword_3_2());
match(input,53,FOLLOW_2);
@@ -8607,14 +8353,14 @@ public final void rule__FeatureInstance__Group_3__2__Impl() throws RecognitionEx
// $ANTLR start "rule__FeatureInstance__Group_6__0"
- // InternalInstance.g:3043:1: rule__FeatureInstance__Group_6__0 : rule__FeatureInstance__Group_6__0__Impl rule__FeatureInstance__Group_6__1 ;
+ // InternalInstance.g:2959:1: rule__FeatureInstance__Group_6__0 : rule__FeatureInstance__Group_6__0__Impl rule__FeatureInstance__Group_6__1 ;
public final void rule__FeatureInstance__Group_6__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3047:1: ( rule__FeatureInstance__Group_6__0__Impl rule__FeatureInstance__Group_6__1 )
- // InternalInstance.g:3048:2: rule__FeatureInstance__Group_6__0__Impl rule__FeatureInstance__Group_6__1
+ // InternalInstance.g:2963:1: ( rule__FeatureInstance__Group_6__0__Impl rule__FeatureInstance__Group_6__1 )
+ // InternalInstance.g:2964:2: rule__FeatureInstance__Group_6__0__Impl rule__FeatureInstance__Group_6__1
{
pushFollow(FOLLOW_6);
rule__FeatureInstance__Group_6__0__Impl();
@@ -8645,17 +8391,17 @@ public final void rule__FeatureInstance__Group_6__0() throws RecognitionExceptio
// $ANTLR start "rule__FeatureInstance__Group_6__0__Impl"
- // InternalInstance.g:3055:1: rule__FeatureInstance__Group_6__0__Impl : ( '{' ) ;
+ // InternalInstance.g:2971:1: rule__FeatureInstance__Group_6__0__Impl : ( '{' ) ;
public final void rule__FeatureInstance__Group_6__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3059:1: ( ( '{' ) )
- // InternalInstance.g:3060:1: ( '{' )
+ // InternalInstance.g:2975:1: ( ( '{' ) )
+ // InternalInstance.g:2976:1: ( '{' )
{
- // InternalInstance.g:3060:1: ( '{' )
- // InternalInstance.g:3061:1: '{'
+ // InternalInstance.g:2976:1: ( '{' )
+ // InternalInstance.g:2977:1: '{'
{
before(grammarAccess.getFeatureInstanceAccess().getLeftCurlyBracketKeyword_6_0());
match(input,50,FOLLOW_2);
@@ -8682,14 +8428,14 @@ public final void rule__FeatureInstance__Group_6__0__Impl() throws RecognitionEx
// $ANTLR start "rule__FeatureInstance__Group_6__1"
- // InternalInstance.g:3074:1: rule__FeatureInstance__Group_6__1 : rule__FeatureInstance__Group_6__1__Impl rule__FeatureInstance__Group_6__2 ;
+ // InternalInstance.g:2990:1: rule__FeatureInstance__Group_6__1 : rule__FeatureInstance__Group_6__1__Impl rule__FeatureInstance__Group_6__2 ;
public final void rule__FeatureInstance__Group_6__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3078:1: ( rule__FeatureInstance__Group_6__1__Impl rule__FeatureInstance__Group_6__2 )
- // InternalInstance.g:3079:2: rule__FeatureInstance__Group_6__1__Impl rule__FeatureInstance__Group_6__2
+ // InternalInstance.g:2994:1: ( rule__FeatureInstance__Group_6__1__Impl rule__FeatureInstance__Group_6__2 )
+ // InternalInstance.g:2995:2: rule__FeatureInstance__Group_6__1__Impl rule__FeatureInstance__Group_6__2
{
pushFollow(FOLLOW_6);
rule__FeatureInstance__Group_6__1__Impl();
@@ -8720,20 +8466,20 @@ public final void rule__FeatureInstance__Group_6__1() throws RecognitionExceptio
// $ANTLR start "rule__FeatureInstance__Group_6__1__Impl"
- // InternalInstance.g:3086:1: rule__FeatureInstance__Group_6__1__Impl : ( ( rule__FeatureInstance__Alternatives_6_1 )* ) ;
+ // InternalInstance.g:3002:1: rule__FeatureInstance__Group_6__1__Impl : ( ( rule__FeatureInstance__Alternatives_6_1 )* ) ;
public final void rule__FeatureInstance__Group_6__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3090:1: ( ( ( rule__FeatureInstance__Alternatives_6_1 )* ) )
- // InternalInstance.g:3091:1: ( ( rule__FeatureInstance__Alternatives_6_1 )* )
+ // InternalInstance.g:3006:1: ( ( ( rule__FeatureInstance__Alternatives_6_1 )* ) )
+ // InternalInstance.g:3007:1: ( ( rule__FeatureInstance__Alternatives_6_1 )* )
{
- // InternalInstance.g:3091:1: ( ( rule__FeatureInstance__Alternatives_6_1 )* )
- // InternalInstance.g:3092:1: ( rule__FeatureInstance__Alternatives_6_1 )*
+ // InternalInstance.g:3007:1: ( ( rule__FeatureInstance__Alternatives_6_1 )* )
+ // InternalInstance.g:3008:1: ( rule__FeatureInstance__Alternatives_6_1 )*
{
before(grammarAccess.getFeatureInstanceAccess().getAlternatives_6_1());
- // InternalInstance.g:3093:1: ( rule__FeatureInstance__Alternatives_6_1 )*
+ // InternalInstance.g:3009:1: ( rule__FeatureInstance__Alternatives_6_1 )*
loop25:
do {
int alt25=2;
@@ -8746,7 +8492,7 @@ public final void rule__FeatureInstance__Group_6__1__Impl() throws RecognitionEx
switch (alt25) {
case 1 :
- // InternalInstance.g:3093:2: rule__FeatureInstance__Alternatives_6_1
+ // InternalInstance.g:3009:2: rule__FeatureInstance__Alternatives_6_1
{
pushFollow(FOLLOW_7);
rule__FeatureInstance__Alternatives_6_1();
@@ -8785,14 +8531,14 @@ public final void rule__FeatureInstance__Group_6__1__Impl() throws RecognitionEx
// $ANTLR start "rule__FeatureInstance__Group_6__2"
- // InternalInstance.g:3103:1: rule__FeatureInstance__Group_6__2 : rule__FeatureInstance__Group_6__2__Impl ;
+ // InternalInstance.g:3019:1: rule__FeatureInstance__Group_6__2 : rule__FeatureInstance__Group_6__2__Impl ;
public final void rule__FeatureInstance__Group_6__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3107:1: ( rule__FeatureInstance__Group_6__2__Impl )
- // InternalInstance.g:3108:2: rule__FeatureInstance__Group_6__2__Impl
+ // InternalInstance.g:3023:1: ( rule__FeatureInstance__Group_6__2__Impl )
+ // InternalInstance.g:3024:2: rule__FeatureInstance__Group_6__2__Impl
{
pushFollow(FOLLOW_2);
rule__FeatureInstance__Group_6__2__Impl();
@@ -8818,17 +8564,17 @@ public final void rule__FeatureInstance__Group_6__2() throws RecognitionExceptio
// $ANTLR start "rule__FeatureInstance__Group_6__2__Impl"
- // InternalInstance.g:3114:1: rule__FeatureInstance__Group_6__2__Impl : ( '}' ) ;
+ // InternalInstance.g:3030:1: rule__FeatureInstance__Group_6__2__Impl : ( '}' ) ;
public final void rule__FeatureInstance__Group_6__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3118:1: ( ( '}' ) )
- // InternalInstance.g:3119:1: ( '}' )
+ // InternalInstance.g:3034:1: ( ( '}' ) )
+ // InternalInstance.g:3035:1: ( '}' )
{
- // InternalInstance.g:3119:1: ( '}' )
- // InternalInstance.g:3120:1: '}'
+ // InternalInstance.g:3035:1: ( '}' )
+ // InternalInstance.g:3036:1: '}'
{
before(grammarAccess.getFeatureInstanceAccess().getRightCurlyBracketKeyword_6_2());
match(input,51,FOLLOW_2);
@@ -8855,14 +8601,14 @@ public final void rule__FeatureInstance__Group_6__2__Impl() throws RecognitionEx
// $ANTLR start "rule__ComponentInstance__Group__0"
- // InternalInstance.g:3139:1: rule__ComponentInstance__Group__0 : rule__ComponentInstance__Group__0__Impl rule__ComponentInstance__Group__1 ;
+ // InternalInstance.g:3055:1: rule__ComponentInstance__Group__0 : rule__ComponentInstance__Group__0__Impl rule__ComponentInstance__Group__1 ;
public final void rule__ComponentInstance__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3143:1: ( rule__ComponentInstance__Group__0__Impl rule__ComponentInstance__Group__1 )
- // InternalInstance.g:3144:2: rule__ComponentInstance__Group__0__Impl rule__ComponentInstance__Group__1
+ // InternalInstance.g:3059:1: ( rule__ComponentInstance__Group__0__Impl rule__ComponentInstance__Group__1 )
+ // InternalInstance.g:3060:2: rule__ComponentInstance__Group__0__Impl rule__ComponentInstance__Group__1
{
pushFollow(FOLLOW_3);
rule__ComponentInstance__Group__0__Impl();
@@ -8893,21 +8639,21 @@ public final void rule__ComponentInstance__Group__0() throws RecognitionExceptio
// $ANTLR start "rule__ComponentInstance__Group__0__Impl"
- // InternalInstance.g:3151:1: rule__ComponentInstance__Group__0__Impl : ( ( rule__ComponentInstance__CategoryAssignment_0 ) ) ;
+ // InternalInstance.g:3067:1: rule__ComponentInstance__Group__0__Impl : ( ( rule__ComponentInstance__CategoryAssignment_0 ) ) ;
public final void rule__ComponentInstance__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3155:1: ( ( ( rule__ComponentInstance__CategoryAssignment_0 ) ) )
- // InternalInstance.g:3156:1: ( ( rule__ComponentInstance__CategoryAssignment_0 ) )
+ // InternalInstance.g:3071:1: ( ( ( rule__ComponentInstance__CategoryAssignment_0 ) ) )
+ // InternalInstance.g:3072:1: ( ( rule__ComponentInstance__CategoryAssignment_0 ) )
{
- // InternalInstance.g:3156:1: ( ( rule__ComponentInstance__CategoryAssignment_0 ) )
- // InternalInstance.g:3157:1: ( rule__ComponentInstance__CategoryAssignment_0 )
+ // InternalInstance.g:3072:1: ( ( rule__ComponentInstance__CategoryAssignment_0 ) )
+ // InternalInstance.g:3073:1: ( rule__ComponentInstance__CategoryAssignment_0 )
{
before(grammarAccess.getComponentInstanceAccess().getCategoryAssignment_0());
- // InternalInstance.g:3158:1: ( rule__ComponentInstance__CategoryAssignment_0 )
- // InternalInstance.g:3158:2: rule__ComponentInstance__CategoryAssignment_0
+ // InternalInstance.g:3074:1: ( rule__ComponentInstance__CategoryAssignment_0 )
+ // InternalInstance.g:3074:2: rule__ComponentInstance__CategoryAssignment_0
{
pushFollow(FOLLOW_2);
rule__ComponentInstance__CategoryAssignment_0();
@@ -8940,14 +8686,14 @@ public final void rule__ComponentInstance__Group__0__Impl() throws RecognitionEx
// $ANTLR start "rule__ComponentInstance__Group__1"
- // InternalInstance.g:3168:1: rule__ComponentInstance__Group__1 : rule__ComponentInstance__Group__1__Impl rule__ComponentInstance__Group__2 ;
+ // InternalInstance.g:3084:1: rule__ComponentInstance__Group__1 : rule__ComponentInstance__Group__1__Impl rule__ComponentInstance__Group__2 ;
public final void rule__ComponentInstance__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3172:1: ( rule__ComponentInstance__Group__1__Impl rule__ComponentInstance__Group__2 )
- // InternalInstance.g:3173:2: rule__ComponentInstance__Group__1__Impl rule__ComponentInstance__Group__2
+ // InternalInstance.g:3088:1: ( rule__ComponentInstance__Group__1__Impl rule__ComponentInstance__Group__2 )
+ // InternalInstance.g:3089:2: rule__ComponentInstance__Group__1__Impl rule__ComponentInstance__Group__2
{
pushFollow(FOLLOW_3);
rule__ComponentInstance__Group__1__Impl();
@@ -8978,20 +8724,20 @@ public final void rule__ComponentInstance__Group__1() throws RecognitionExceptio
// $ANTLR start "rule__ComponentInstance__Group__1__Impl"
- // InternalInstance.g:3180:1: rule__ComponentInstance__Group__1__Impl : ( ( rule__ComponentInstance__ClassifierAssignment_1 )? ) ;
+ // InternalInstance.g:3096:1: rule__ComponentInstance__Group__1__Impl : ( ( rule__ComponentInstance__ClassifierAssignment_1 )? ) ;
public final void rule__ComponentInstance__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3184:1: ( ( ( rule__ComponentInstance__ClassifierAssignment_1 )? ) )
- // InternalInstance.g:3185:1: ( ( rule__ComponentInstance__ClassifierAssignment_1 )? )
+ // InternalInstance.g:3100:1: ( ( ( rule__ComponentInstance__ClassifierAssignment_1 )? ) )
+ // InternalInstance.g:3101:1: ( ( rule__ComponentInstance__ClassifierAssignment_1 )? )
{
- // InternalInstance.g:3185:1: ( ( rule__ComponentInstance__ClassifierAssignment_1 )? )
- // InternalInstance.g:3186:1: ( rule__ComponentInstance__ClassifierAssignment_1 )?
+ // InternalInstance.g:3101:1: ( ( rule__ComponentInstance__ClassifierAssignment_1 )? )
+ // InternalInstance.g:3102:1: ( rule__ComponentInstance__ClassifierAssignment_1 )?
{
before(grammarAccess.getComponentInstanceAccess().getClassifierAssignment_1());
- // InternalInstance.g:3187:1: ( rule__ComponentInstance__ClassifierAssignment_1 )?
+ // InternalInstance.g:3103:1: ( rule__ComponentInstance__ClassifierAssignment_1 )?
int alt26=2;
int LA26_0 = input.LA(1);
@@ -9004,7 +8750,7 @@ public final void rule__ComponentInstance__Group__1__Impl() throws RecognitionEx
}
switch (alt26) {
case 1 :
- // InternalInstance.g:3187:2: rule__ComponentInstance__ClassifierAssignment_1
+ // InternalInstance.g:3103:2: rule__ComponentInstance__ClassifierAssignment_1
{
pushFollow(FOLLOW_2);
rule__ComponentInstance__ClassifierAssignment_1();
@@ -9040,14 +8786,14 @@ public final void rule__ComponentInstance__Group__1__Impl() throws RecognitionEx
// $ANTLR start "rule__ComponentInstance__Group__2"
- // InternalInstance.g:3197:1: rule__ComponentInstance__Group__2 : rule__ComponentInstance__Group__2__Impl rule__ComponentInstance__Group__3 ;
+ // InternalInstance.g:3113:1: rule__ComponentInstance__Group__2 : rule__ComponentInstance__Group__2__Impl rule__ComponentInstance__Group__3 ;
public final void rule__ComponentInstance__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3201:1: ( rule__ComponentInstance__Group__2__Impl rule__ComponentInstance__Group__3 )
- // InternalInstance.g:3202:2: rule__ComponentInstance__Group__2__Impl rule__ComponentInstance__Group__3
+ // InternalInstance.g:3117:1: ( rule__ComponentInstance__Group__2__Impl rule__ComponentInstance__Group__3 )
+ // InternalInstance.g:3118:2: rule__ComponentInstance__Group__2__Impl rule__ComponentInstance__Group__3
{
pushFollow(FOLLOW_12);
rule__ComponentInstance__Group__2__Impl();
@@ -9078,21 +8824,21 @@ public final void rule__ComponentInstance__Group__2() throws RecognitionExceptio
// $ANTLR start "rule__ComponentInstance__Group__2__Impl"
- // InternalInstance.g:3209:1: rule__ComponentInstance__Group__2__Impl : ( ( rule__ComponentInstance__NameAssignment_2 ) ) ;
+ // InternalInstance.g:3125:1: rule__ComponentInstance__Group__2__Impl : ( ( rule__ComponentInstance__NameAssignment_2 ) ) ;
public final void rule__ComponentInstance__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3213:1: ( ( ( rule__ComponentInstance__NameAssignment_2 ) ) )
- // InternalInstance.g:3214:1: ( ( rule__ComponentInstance__NameAssignment_2 ) )
+ // InternalInstance.g:3129:1: ( ( ( rule__ComponentInstance__NameAssignment_2 ) ) )
+ // InternalInstance.g:3130:1: ( ( rule__ComponentInstance__NameAssignment_2 ) )
{
- // InternalInstance.g:3214:1: ( ( rule__ComponentInstance__NameAssignment_2 ) )
- // InternalInstance.g:3215:1: ( rule__ComponentInstance__NameAssignment_2 )
+ // InternalInstance.g:3130:1: ( ( rule__ComponentInstance__NameAssignment_2 ) )
+ // InternalInstance.g:3131:1: ( rule__ComponentInstance__NameAssignment_2 )
{
before(grammarAccess.getComponentInstanceAccess().getNameAssignment_2());
- // InternalInstance.g:3216:1: ( rule__ComponentInstance__NameAssignment_2 )
- // InternalInstance.g:3216:2: rule__ComponentInstance__NameAssignment_2
+ // InternalInstance.g:3132:1: ( rule__ComponentInstance__NameAssignment_2 )
+ // InternalInstance.g:3132:2: rule__ComponentInstance__NameAssignment_2
{
pushFollow(FOLLOW_2);
rule__ComponentInstance__NameAssignment_2();
@@ -9125,14 +8871,14 @@ public final void rule__ComponentInstance__Group__2__Impl() throws RecognitionEx
// $ANTLR start "rule__ComponentInstance__Group__3"
- // InternalInstance.g:3226:1: rule__ComponentInstance__Group__3 : rule__ComponentInstance__Group__3__Impl rule__ComponentInstance__Group__4 ;
+ // InternalInstance.g:3142:1: rule__ComponentInstance__Group__3 : rule__ComponentInstance__Group__3__Impl rule__ComponentInstance__Group__4 ;
public final void rule__ComponentInstance__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3230:1: ( rule__ComponentInstance__Group__3__Impl rule__ComponentInstance__Group__4 )
- // InternalInstance.g:3231:2: rule__ComponentInstance__Group__3__Impl rule__ComponentInstance__Group__4
+ // InternalInstance.g:3146:1: ( rule__ComponentInstance__Group__3__Impl rule__ComponentInstance__Group__4 )
+ // InternalInstance.g:3147:2: rule__ComponentInstance__Group__3__Impl rule__ComponentInstance__Group__4
{
pushFollow(FOLLOW_12);
rule__ComponentInstance__Group__3__Impl();
@@ -9163,20 +8909,20 @@ public final void rule__ComponentInstance__Group__3() throws RecognitionExceptio
// $ANTLR start "rule__ComponentInstance__Group__3__Impl"
- // InternalInstance.g:3238:1: rule__ComponentInstance__Group__3__Impl : ( ( rule__ComponentInstance__Group_3__0 )* ) ;
+ // InternalInstance.g:3154:1: rule__ComponentInstance__Group__3__Impl : ( ( rule__ComponentInstance__Group_3__0 )* ) ;
public final void rule__ComponentInstance__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3242:1: ( ( ( rule__ComponentInstance__Group_3__0 )* ) )
- // InternalInstance.g:3243:1: ( ( rule__ComponentInstance__Group_3__0 )* )
+ // InternalInstance.g:3158:1: ( ( ( rule__ComponentInstance__Group_3__0 )* ) )
+ // InternalInstance.g:3159:1: ( ( rule__ComponentInstance__Group_3__0 )* )
{
- // InternalInstance.g:3243:1: ( ( rule__ComponentInstance__Group_3__0 )* )
- // InternalInstance.g:3244:1: ( rule__ComponentInstance__Group_3__0 )*
+ // InternalInstance.g:3159:1: ( ( rule__ComponentInstance__Group_3__0 )* )
+ // InternalInstance.g:3160:1: ( rule__ComponentInstance__Group_3__0 )*
{
before(grammarAccess.getComponentInstanceAccess().getGroup_3());
- // InternalInstance.g:3245:1: ( rule__ComponentInstance__Group_3__0 )*
+ // InternalInstance.g:3161:1: ( rule__ComponentInstance__Group_3__0 )*
loop27:
do {
int alt27=2;
@@ -9189,7 +8935,7 @@ public final void rule__ComponentInstance__Group__3__Impl() throws RecognitionEx
switch (alt27) {
case 1 :
- // InternalInstance.g:3245:2: rule__ComponentInstance__Group_3__0
+ // InternalInstance.g:3161:2: rule__ComponentInstance__Group_3__0
{
pushFollow(FOLLOW_13);
rule__ComponentInstance__Group_3__0();
@@ -9228,14 +8974,14 @@ public final void rule__ComponentInstance__Group__3__Impl() throws RecognitionEx
// $ANTLR start "rule__ComponentInstance__Group__4"
- // InternalInstance.g:3255:1: rule__ComponentInstance__Group__4 : rule__ComponentInstance__Group__4__Impl rule__ComponentInstance__Group__5 ;
+ // InternalInstance.g:3171:1: rule__ComponentInstance__Group__4 : rule__ComponentInstance__Group__4__Impl rule__ComponentInstance__Group__5 ;
public final void rule__ComponentInstance__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3259:1: ( rule__ComponentInstance__Group__4__Impl rule__ComponentInstance__Group__5 )
- // InternalInstance.g:3260:2: rule__ComponentInstance__Group__4__Impl rule__ComponentInstance__Group__5
+ // InternalInstance.g:3175:1: ( rule__ComponentInstance__Group__4__Impl rule__ComponentInstance__Group__5 )
+ // InternalInstance.g:3176:2: rule__ComponentInstance__Group__4__Impl rule__ComponentInstance__Group__5
{
pushFollow(FOLLOW_12);
rule__ComponentInstance__Group__4__Impl();
@@ -9266,20 +9012,20 @@ public final void rule__ComponentInstance__Group__4() throws RecognitionExceptio
// $ANTLR start "rule__ComponentInstance__Group__4__Impl"
- // InternalInstance.g:3267:1: rule__ComponentInstance__Group__4__Impl : ( ( rule__ComponentInstance__Group_4__0 )? ) ;
+ // InternalInstance.g:3183:1: rule__ComponentInstance__Group__4__Impl : ( ( rule__ComponentInstance__Group_4__0 )? ) ;
public final void rule__ComponentInstance__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3271:1: ( ( ( rule__ComponentInstance__Group_4__0 )? ) )
- // InternalInstance.g:3272:1: ( ( rule__ComponentInstance__Group_4__0 )? )
+ // InternalInstance.g:3187:1: ( ( ( rule__ComponentInstance__Group_4__0 )? ) )
+ // InternalInstance.g:3188:1: ( ( rule__ComponentInstance__Group_4__0 )? )
{
- // InternalInstance.g:3272:1: ( ( rule__ComponentInstance__Group_4__0 )? )
- // InternalInstance.g:3273:1: ( rule__ComponentInstance__Group_4__0 )?
+ // InternalInstance.g:3188:1: ( ( rule__ComponentInstance__Group_4__0 )? )
+ // InternalInstance.g:3189:1: ( rule__ComponentInstance__Group_4__0 )?
{
before(grammarAccess.getComponentInstanceAccess().getGroup_4());
- // InternalInstance.g:3274:1: ( rule__ComponentInstance__Group_4__0 )?
+ // InternalInstance.g:3190:1: ( rule__ComponentInstance__Group_4__0 )?
int alt28=2;
int LA28_0 = input.LA(1);
@@ -9288,7 +9034,7 @@ public final void rule__ComponentInstance__Group__4__Impl() throws RecognitionEx
}
switch (alt28) {
case 1 :
- // InternalInstance.g:3274:2: rule__ComponentInstance__Group_4__0
+ // InternalInstance.g:3190:2: rule__ComponentInstance__Group_4__0
{
pushFollow(FOLLOW_2);
rule__ComponentInstance__Group_4__0();
@@ -9324,14 +9070,14 @@ public final void rule__ComponentInstance__Group__4__Impl() throws RecognitionEx
// $ANTLR start "rule__ComponentInstance__Group__5"
- // InternalInstance.g:3284:1: rule__ComponentInstance__Group__5 : rule__ComponentInstance__Group__5__Impl rule__ComponentInstance__Group__6 ;
+ // InternalInstance.g:3200:1: rule__ComponentInstance__Group__5 : rule__ComponentInstance__Group__5__Impl rule__ComponentInstance__Group__6 ;
public final void rule__ComponentInstance__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3288:1: ( rule__ComponentInstance__Group__5__Impl rule__ComponentInstance__Group__6 )
- // InternalInstance.g:3289:2: rule__ComponentInstance__Group__5__Impl rule__ComponentInstance__Group__6
+ // InternalInstance.g:3204:1: ( rule__ComponentInstance__Group__5__Impl rule__ComponentInstance__Group__6 )
+ // InternalInstance.g:3205:2: rule__ComponentInstance__Group__5__Impl rule__ComponentInstance__Group__6
{
pushFollow(FOLLOW_3);
rule__ComponentInstance__Group__5__Impl();
@@ -9362,17 +9108,17 @@ public final void rule__ComponentInstance__Group__5() throws RecognitionExceptio
// $ANTLR start "rule__ComponentInstance__Group__5__Impl"
- // InternalInstance.g:3296:1: rule__ComponentInstance__Group__5__Impl : ( ':' ) ;
+ // InternalInstance.g:3212:1: rule__ComponentInstance__Group__5__Impl : ( ':' ) ;
public final void rule__ComponentInstance__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3300:1: ( ( ':' ) )
- // InternalInstance.g:3301:1: ( ':' )
+ // InternalInstance.g:3216:1: ( ( ':' ) )
+ // InternalInstance.g:3217:1: ( ':' )
{
- // InternalInstance.g:3301:1: ( ':' )
- // InternalInstance.g:3302:1: ':'
+ // InternalInstance.g:3217:1: ( ':' )
+ // InternalInstance.g:3218:1: ':'
{
before(grammarAccess.getComponentInstanceAccess().getColonKeyword_5());
match(input,49,FOLLOW_2);
@@ -9399,14 +9145,14 @@ public final void rule__ComponentInstance__Group__5__Impl() throws RecognitionEx
// $ANTLR start "rule__ComponentInstance__Group__6"
- // InternalInstance.g:3315:1: rule__ComponentInstance__Group__6 : rule__ComponentInstance__Group__6__Impl rule__ComponentInstance__Group__7 ;
+ // InternalInstance.g:3231:1: rule__ComponentInstance__Group__6 : rule__ComponentInstance__Group__6__Impl rule__ComponentInstance__Group__7 ;
public final void rule__ComponentInstance__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3319:1: ( rule__ComponentInstance__Group__6__Impl rule__ComponentInstance__Group__7 )
- // InternalInstance.g:3320:2: rule__ComponentInstance__Group__6__Impl rule__ComponentInstance__Group__7
+ // InternalInstance.g:3235:1: ( rule__ComponentInstance__Group__6__Impl rule__ComponentInstance__Group__7 )
+ // InternalInstance.g:3236:2: rule__ComponentInstance__Group__6__Impl rule__ComponentInstance__Group__7
{
pushFollow(FOLLOW_5);
rule__ComponentInstance__Group__6__Impl();
@@ -9437,21 +9183,21 @@ public final void rule__ComponentInstance__Group__6() throws RecognitionExceptio
// $ANTLR start "rule__ComponentInstance__Group__6__Impl"
- // InternalInstance.g:3327:1: rule__ComponentInstance__Group__6__Impl : ( ( rule__ComponentInstance__SubcomponentAssignment_6 ) ) ;
+ // InternalInstance.g:3243:1: rule__ComponentInstance__Group__6__Impl : ( ( rule__ComponentInstance__SubcomponentAssignment_6 ) ) ;
public final void rule__ComponentInstance__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3331:1: ( ( ( rule__ComponentInstance__SubcomponentAssignment_6 ) ) )
- // InternalInstance.g:3332:1: ( ( rule__ComponentInstance__SubcomponentAssignment_6 ) )
+ // InternalInstance.g:3247:1: ( ( ( rule__ComponentInstance__SubcomponentAssignment_6 ) ) )
+ // InternalInstance.g:3248:1: ( ( rule__ComponentInstance__SubcomponentAssignment_6 ) )
{
- // InternalInstance.g:3332:1: ( ( rule__ComponentInstance__SubcomponentAssignment_6 ) )
- // InternalInstance.g:3333:1: ( rule__ComponentInstance__SubcomponentAssignment_6 )
+ // InternalInstance.g:3248:1: ( ( rule__ComponentInstance__SubcomponentAssignment_6 ) )
+ // InternalInstance.g:3249:1: ( rule__ComponentInstance__SubcomponentAssignment_6 )
{
before(grammarAccess.getComponentInstanceAccess().getSubcomponentAssignment_6());
- // InternalInstance.g:3334:1: ( rule__ComponentInstance__SubcomponentAssignment_6 )
- // InternalInstance.g:3334:2: rule__ComponentInstance__SubcomponentAssignment_6
+ // InternalInstance.g:3250:1: ( rule__ComponentInstance__SubcomponentAssignment_6 )
+ // InternalInstance.g:3250:2: rule__ComponentInstance__SubcomponentAssignment_6
{
pushFollow(FOLLOW_2);
rule__ComponentInstance__SubcomponentAssignment_6();
@@ -9484,14 +9230,14 @@ public final void rule__ComponentInstance__Group__6__Impl() throws RecognitionEx
// $ANTLR start "rule__ComponentInstance__Group__7"
- // InternalInstance.g:3344:1: rule__ComponentInstance__Group__7 : rule__ComponentInstance__Group__7__Impl ;
+ // InternalInstance.g:3260:1: rule__ComponentInstance__Group__7 : rule__ComponentInstance__Group__7__Impl ;
public final void rule__ComponentInstance__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3348:1: ( rule__ComponentInstance__Group__7__Impl )
- // InternalInstance.g:3349:2: rule__ComponentInstance__Group__7__Impl
+ // InternalInstance.g:3264:1: ( rule__ComponentInstance__Group__7__Impl )
+ // InternalInstance.g:3265:2: rule__ComponentInstance__Group__7__Impl
{
pushFollow(FOLLOW_2);
rule__ComponentInstance__Group__7__Impl();
@@ -9517,20 +9263,20 @@ public final void rule__ComponentInstance__Group__7() throws RecognitionExceptio
// $ANTLR start "rule__ComponentInstance__Group__7__Impl"
- // InternalInstance.g:3355:1: rule__ComponentInstance__Group__7__Impl : ( ( rule__ComponentInstance__Group_7__0 )? ) ;
+ // InternalInstance.g:3271:1: rule__ComponentInstance__Group__7__Impl : ( ( rule__ComponentInstance__Group_7__0 )? ) ;
public final void rule__ComponentInstance__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3359:1: ( ( ( rule__ComponentInstance__Group_7__0 )? ) )
- // InternalInstance.g:3360:1: ( ( rule__ComponentInstance__Group_7__0 )? )
+ // InternalInstance.g:3275:1: ( ( ( rule__ComponentInstance__Group_7__0 )? ) )
+ // InternalInstance.g:3276:1: ( ( rule__ComponentInstance__Group_7__0 )? )
{
- // InternalInstance.g:3360:1: ( ( rule__ComponentInstance__Group_7__0 )? )
- // InternalInstance.g:3361:1: ( rule__ComponentInstance__Group_7__0 )?
+ // InternalInstance.g:3276:1: ( ( rule__ComponentInstance__Group_7__0 )? )
+ // InternalInstance.g:3277:1: ( rule__ComponentInstance__Group_7__0 )?
{
before(grammarAccess.getComponentInstanceAccess().getGroup_7());
- // InternalInstance.g:3362:1: ( rule__ComponentInstance__Group_7__0 )?
+ // InternalInstance.g:3278:1: ( rule__ComponentInstance__Group_7__0 )?
int alt29=2;
int LA29_0 = input.LA(1);
@@ -9539,7 +9285,7 @@ public final void rule__ComponentInstance__Group__7__Impl() throws RecognitionEx
}
switch (alt29) {
case 1 :
- // InternalInstance.g:3362:2: rule__ComponentInstance__Group_7__0
+ // InternalInstance.g:3278:2: rule__ComponentInstance__Group_7__0
{
pushFollow(FOLLOW_2);
rule__ComponentInstance__Group_7__0();
@@ -9575,14 +9321,14 @@ public final void rule__ComponentInstance__Group__7__Impl() throws RecognitionEx
// $ANTLR start "rule__ComponentInstance__Group_3__0"
- // InternalInstance.g:3388:1: rule__ComponentInstance__Group_3__0 : rule__ComponentInstance__Group_3__0__Impl rule__ComponentInstance__Group_3__1 ;
+ // InternalInstance.g:3304:1: rule__ComponentInstance__Group_3__0 : rule__ComponentInstance__Group_3__0__Impl rule__ComponentInstance__Group_3__1 ;
public final void rule__ComponentInstance__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3392:1: ( rule__ComponentInstance__Group_3__0__Impl rule__ComponentInstance__Group_3__1 )
- // InternalInstance.g:3393:2: rule__ComponentInstance__Group_3__0__Impl rule__ComponentInstance__Group_3__1
+ // InternalInstance.g:3308:1: ( rule__ComponentInstance__Group_3__0__Impl rule__ComponentInstance__Group_3__1 )
+ // InternalInstance.g:3309:2: rule__ComponentInstance__Group_3__0__Impl rule__ComponentInstance__Group_3__1
{
pushFollow(FOLLOW_10);
rule__ComponentInstance__Group_3__0__Impl();
@@ -9613,17 +9359,17 @@ public final void rule__ComponentInstance__Group_3__0() throws RecognitionExcept
// $ANTLR start "rule__ComponentInstance__Group_3__0__Impl"
- // InternalInstance.g:3400:1: rule__ComponentInstance__Group_3__0__Impl : ( '[' ) ;
+ // InternalInstance.g:3316:1: rule__ComponentInstance__Group_3__0__Impl : ( '[' ) ;
public final void rule__ComponentInstance__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3404:1: ( ( '[' ) )
- // InternalInstance.g:3405:1: ( '[' )
+ // InternalInstance.g:3320:1: ( ( '[' ) )
+ // InternalInstance.g:3321:1: ( '[' )
{
- // InternalInstance.g:3405:1: ( '[' )
- // InternalInstance.g:3406:1: '['
+ // InternalInstance.g:3321:1: ( '[' )
+ // InternalInstance.g:3322:1: '['
{
before(grammarAccess.getComponentInstanceAccess().getLeftSquareBracketKeyword_3_0());
match(input,52,FOLLOW_2);
@@ -9650,14 +9396,14 @@ public final void rule__ComponentInstance__Group_3__0__Impl() throws Recognition
// $ANTLR start "rule__ComponentInstance__Group_3__1"
- // InternalInstance.g:3419:1: rule__ComponentInstance__Group_3__1 : rule__ComponentInstance__Group_3__1__Impl rule__ComponentInstance__Group_3__2 ;
+ // InternalInstance.g:3335:1: rule__ComponentInstance__Group_3__1 : rule__ComponentInstance__Group_3__1__Impl rule__ComponentInstance__Group_3__2 ;
public final void rule__ComponentInstance__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3423:1: ( rule__ComponentInstance__Group_3__1__Impl rule__ComponentInstance__Group_3__2 )
- // InternalInstance.g:3424:2: rule__ComponentInstance__Group_3__1__Impl rule__ComponentInstance__Group_3__2
+ // InternalInstance.g:3339:1: ( rule__ComponentInstance__Group_3__1__Impl rule__ComponentInstance__Group_3__2 )
+ // InternalInstance.g:3340:2: rule__ComponentInstance__Group_3__1__Impl rule__ComponentInstance__Group_3__2
{
pushFollow(FOLLOW_11);
rule__ComponentInstance__Group_3__1__Impl();
@@ -9688,21 +9434,21 @@ public final void rule__ComponentInstance__Group_3__1() throws RecognitionExcept
// $ANTLR start "rule__ComponentInstance__Group_3__1__Impl"
- // InternalInstance.g:3431:1: rule__ComponentInstance__Group_3__1__Impl : ( ( rule__ComponentInstance__IndexAssignment_3_1 ) ) ;
+ // InternalInstance.g:3347:1: rule__ComponentInstance__Group_3__1__Impl : ( ( rule__ComponentInstance__IndexAssignment_3_1 ) ) ;
public final void rule__ComponentInstance__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3435:1: ( ( ( rule__ComponentInstance__IndexAssignment_3_1 ) ) )
- // InternalInstance.g:3436:1: ( ( rule__ComponentInstance__IndexAssignment_3_1 ) )
+ // InternalInstance.g:3351:1: ( ( ( rule__ComponentInstance__IndexAssignment_3_1 ) ) )
+ // InternalInstance.g:3352:1: ( ( rule__ComponentInstance__IndexAssignment_3_1 ) )
{
- // InternalInstance.g:3436:1: ( ( rule__ComponentInstance__IndexAssignment_3_1 ) )
- // InternalInstance.g:3437:1: ( rule__ComponentInstance__IndexAssignment_3_1 )
+ // InternalInstance.g:3352:1: ( ( rule__ComponentInstance__IndexAssignment_3_1 ) )
+ // InternalInstance.g:3353:1: ( rule__ComponentInstance__IndexAssignment_3_1 )
{
before(grammarAccess.getComponentInstanceAccess().getIndexAssignment_3_1());
- // InternalInstance.g:3438:1: ( rule__ComponentInstance__IndexAssignment_3_1 )
- // InternalInstance.g:3438:2: rule__ComponentInstance__IndexAssignment_3_1
+ // InternalInstance.g:3354:1: ( rule__ComponentInstance__IndexAssignment_3_1 )
+ // InternalInstance.g:3354:2: rule__ComponentInstance__IndexAssignment_3_1
{
pushFollow(FOLLOW_2);
rule__ComponentInstance__IndexAssignment_3_1();
@@ -9735,14 +9481,14 @@ public final void rule__ComponentInstance__Group_3__1__Impl() throws Recognition
// $ANTLR start "rule__ComponentInstance__Group_3__2"
- // InternalInstance.g:3448:1: rule__ComponentInstance__Group_3__2 : rule__ComponentInstance__Group_3__2__Impl ;
+ // InternalInstance.g:3364:1: rule__ComponentInstance__Group_3__2 : rule__ComponentInstance__Group_3__2__Impl ;
public final void rule__ComponentInstance__Group_3__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3452:1: ( rule__ComponentInstance__Group_3__2__Impl )
- // InternalInstance.g:3453:2: rule__ComponentInstance__Group_3__2__Impl
+ // InternalInstance.g:3368:1: ( rule__ComponentInstance__Group_3__2__Impl )
+ // InternalInstance.g:3369:2: rule__ComponentInstance__Group_3__2__Impl
{
pushFollow(FOLLOW_2);
rule__ComponentInstance__Group_3__2__Impl();
@@ -9768,17 +9514,17 @@ public final void rule__ComponentInstance__Group_3__2() throws RecognitionExcept
// $ANTLR start "rule__ComponentInstance__Group_3__2__Impl"
- // InternalInstance.g:3459:1: rule__ComponentInstance__Group_3__2__Impl : ( ']' ) ;
+ // InternalInstance.g:3375:1: rule__ComponentInstance__Group_3__2__Impl : ( ']' ) ;
public final void rule__ComponentInstance__Group_3__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3463:1: ( ( ']' ) )
- // InternalInstance.g:3464:1: ( ']' )
+ // InternalInstance.g:3379:1: ( ( ']' ) )
+ // InternalInstance.g:3380:1: ( ']' )
{
- // InternalInstance.g:3464:1: ( ']' )
- // InternalInstance.g:3465:1: ']'
+ // InternalInstance.g:3380:1: ( ']' )
+ // InternalInstance.g:3381:1: ']'
{
before(grammarAccess.getComponentInstanceAccess().getRightSquareBracketKeyword_3_2());
match(input,53,FOLLOW_2);
@@ -9805,14 +9551,14 @@ public final void rule__ComponentInstance__Group_3__2__Impl() throws Recognition
// $ANTLR start "rule__ComponentInstance__Group_4__0"
- // InternalInstance.g:3484:1: rule__ComponentInstance__Group_4__0 : rule__ComponentInstance__Group_4__0__Impl rule__ComponentInstance__Group_4__1 ;
+ // InternalInstance.g:3400:1: rule__ComponentInstance__Group_4__0 : rule__ComponentInstance__Group_4__0__Impl rule__ComponentInstance__Group_4__1 ;
public final void rule__ComponentInstance__Group_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3488:1: ( rule__ComponentInstance__Group_4__0__Impl rule__ComponentInstance__Group_4__1 )
- // InternalInstance.g:3489:2: rule__ComponentInstance__Group_4__0__Impl rule__ComponentInstance__Group_4__1
+ // InternalInstance.g:3404:1: ( rule__ComponentInstance__Group_4__0__Impl rule__ComponentInstance__Group_4__1 )
+ // InternalInstance.g:3405:2: rule__ComponentInstance__Group_4__0__Impl rule__ComponentInstance__Group_4__1
{
pushFollow(FOLLOW_14);
rule__ComponentInstance__Group_4__0__Impl();
@@ -9843,17 +9589,17 @@ public final void rule__ComponentInstance__Group_4__0() throws RecognitionExcept
// $ANTLR start "rule__ComponentInstance__Group_4__0__Impl"
- // InternalInstance.g:3496:1: rule__ComponentInstance__Group_4__0__Impl : ( 'in' ) ;
+ // InternalInstance.g:3412:1: rule__ComponentInstance__Group_4__0__Impl : ( 'in' ) ;
public final void rule__ComponentInstance__Group_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3500:1: ( ( 'in' ) )
- // InternalInstance.g:3501:1: ( 'in' )
+ // InternalInstance.g:3416:1: ( ( 'in' ) )
+ // InternalInstance.g:3417:1: ( 'in' )
{
- // InternalInstance.g:3501:1: ( 'in' )
- // InternalInstance.g:3502:1: 'in'
+ // InternalInstance.g:3417:1: ( 'in' )
+ // InternalInstance.g:3418:1: 'in'
{
before(grammarAccess.getComponentInstanceAccess().getInKeyword_4_0());
match(input,17,FOLLOW_2);
@@ -9880,14 +9626,14 @@ public final void rule__ComponentInstance__Group_4__0__Impl() throws Recognition
// $ANTLR start "rule__ComponentInstance__Group_4__1"
- // InternalInstance.g:3515:1: rule__ComponentInstance__Group_4__1 : rule__ComponentInstance__Group_4__1__Impl rule__ComponentInstance__Group_4__2 ;
+ // InternalInstance.g:3431:1: rule__ComponentInstance__Group_4__1 : rule__ComponentInstance__Group_4__1__Impl rule__ComponentInstance__Group_4__2 ;
public final void rule__ComponentInstance__Group_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3519:1: ( rule__ComponentInstance__Group_4__1__Impl rule__ComponentInstance__Group_4__2 )
- // InternalInstance.g:3520:2: rule__ComponentInstance__Group_4__1__Impl rule__ComponentInstance__Group_4__2
+ // InternalInstance.g:3435:1: ( rule__ComponentInstance__Group_4__1__Impl rule__ComponentInstance__Group_4__2 )
+ // InternalInstance.g:3436:2: rule__ComponentInstance__Group_4__1__Impl rule__ComponentInstance__Group_4__2
{
pushFollow(FOLLOW_15);
rule__ComponentInstance__Group_4__1__Impl();
@@ -9918,17 +9664,17 @@ public final void rule__ComponentInstance__Group_4__1() throws RecognitionExcept
// $ANTLR start "rule__ComponentInstance__Group_4__1__Impl"
- // InternalInstance.g:3527:1: rule__ComponentInstance__Group_4__1__Impl : ( 'modes' ) ;
+ // InternalInstance.g:3443:1: rule__ComponentInstance__Group_4__1__Impl : ( 'modes' ) ;
public final void rule__ComponentInstance__Group_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3531:1: ( ( 'modes' ) )
- // InternalInstance.g:3532:1: ( 'modes' )
+ // InternalInstance.g:3447:1: ( ( 'modes' ) )
+ // InternalInstance.g:3448:1: ( 'modes' )
{
- // InternalInstance.g:3532:1: ( 'modes' )
- // InternalInstance.g:3533:1: 'modes'
+ // InternalInstance.g:3448:1: ( 'modes' )
+ // InternalInstance.g:3449:1: 'modes'
{
before(grammarAccess.getComponentInstanceAccess().getModesKeyword_4_1());
match(input,54,FOLLOW_2);
@@ -9955,14 +9701,14 @@ public final void rule__ComponentInstance__Group_4__1__Impl() throws Recognition
// $ANTLR start "rule__ComponentInstance__Group_4__2"
- // InternalInstance.g:3546:1: rule__ComponentInstance__Group_4__2 : rule__ComponentInstance__Group_4__2__Impl rule__ComponentInstance__Group_4__3 ;
+ // InternalInstance.g:3462:1: rule__ComponentInstance__Group_4__2 : rule__ComponentInstance__Group_4__2__Impl rule__ComponentInstance__Group_4__3 ;
public final void rule__ComponentInstance__Group_4__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3550:1: ( rule__ComponentInstance__Group_4__2__Impl rule__ComponentInstance__Group_4__3 )
- // InternalInstance.g:3551:2: rule__ComponentInstance__Group_4__2__Impl rule__ComponentInstance__Group_4__3
+ // InternalInstance.g:3466:1: ( rule__ComponentInstance__Group_4__2__Impl rule__ComponentInstance__Group_4__3 )
+ // InternalInstance.g:3467:2: rule__ComponentInstance__Group_4__2__Impl rule__ComponentInstance__Group_4__3
{
pushFollow(FOLLOW_3);
rule__ComponentInstance__Group_4__2__Impl();
@@ -9993,17 +9739,17 @@ public final void rule__ComponentInstance__Group_4__2() throws RecognitionExcept
// $ANTLR start "rule__ComponentInstance__Group_4__2__Impl"
- // InternalInstance.g:3558:1: rule__ComponentInstance__Group_4__2__Impl : ( '(' ) ;
+ // InternalInstance.g:3474:1: rule__ComponentInstance__Group_4__2__Impl : ( '(' ) ;
public final void rule__ComponentInstance__Group_4__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3562:1: ( ( '(' ) )
- // InternalInstance.g:3563:1: ( '(' )
+ // InternalInstance.g:3478:1: ( ( '(' ) )
+ // InternalInstance.g:3479:1: ( '(' )
{
- // InternalInstance.g:3563:1: ( '(' )
- // InternalInstance.g:3564:1: '('
+ // InternalInstance.g:3479:1: ( '(' )
+ // InternalInstance.g:3480:1: '('
{
before(grammarAccess.getComponentInstanceAccess().getLeftParenthesisKeyword_4_2());
match(input,55,FOLLOW_2);
@@ -10030,14 +9776,14 @@ public final void rule__ComponentInstance__Group_4__2__Impl() throws Recognition
// $ANTLR start "rule__ComponentInstance__Group_4__3"
- // InternalInstance.g:3577:1: rule__ComponentInstance__Group_4__3 : rule__ComponentInstance__Group_4__3__Impl rule__ComponentInstance__Group_4__4 ;
+ // InternalInstance.g:3493:1: rule__ComponentInstance__Group_4__3 : rule__ComponentInstance__Group_4__3__Impl rule__ComponentInstance__Group_4__4 ;
public final void rule__ComponentInstance__Group_4__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3581:1: ( rule__ComponentInstance__Group_4__3__Impl rule__ComponentInstance__Group_4__4 )
- // InternalInstance.g:3582:2: rule__ComponentInstance__Group_4__3__Impl rule__ComponentInstance__Group_4__4
+ // InternalInstance.g:3497:1: ( rule__ComponentInstance__Group_4__3__Impl rule__ComponentInstance__Group_4__4 )
+ // InternalInstance.g:3498:2: rule__ComponentInstance__Group_4__3__Impl rule__ComponentInstance__Group_4__4
{
pushFollow(FOLLOW_16);
rule__ComponentInstance__Group_4__3__Impl();
@@ -10068,21 +9814,21 @@ public final void rule__ComponentInstance__Group_4__3() throws RecognitionExcept
// $ANTLR start "rule__ComponentInstance__Group_4__3__Impl"
- // InternalInstance.g:3589:1: rule__ComponentInstance__Group_4__3__Impl : ( ( rule__ComponentInstance__InModeAssignment_4_3 ) ) ;
+ // InternalInstance.g:3505:1: rule__ComponentInstance__Group_4__3__Impl : ( ( rule__ComponentInstance__InModeAssignment_4_3 ) ) ;
public final void rule__ComponentInstance__Group_4__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3593:1: ( ( ( rule__ComponentInstance__InModeAssignment_4_3 ) ) )
- // InternalInstance.g:3594:1: ( ( rule__ComponentInstance__InModeAssignment_4_3 ) )
+ // InternalInstance.g:3509:1: ( ( ( rule__ComponentInstance__InModeAssignment_4_3 ) ) )
+ // InternalInstance.g:3510:1: ( ( rule__ComponentInstance__InModeAssignment_4_3 ) )
{
- // InternalInstance.g:3594:1: ( ( rule__ComponentInstance__InModeAssignment_4_3 ) )
- // InternalInstance.g:3595:1: ( rule__ComponentInstance__InModeAssignment_4_3 )
+ // InternalInstance.g:3510:1: ( ( rule__ComponentInstance__InModeAssignment_4_3 ) )
+ // InternalInstance.g:3511:1: ( rule__ComponentInstance__InModeAssignment_4_3 )
{
before(grammarAccess.getComponentInstanceAccess().getInModeAssignment_4_3());
- // InternalInstance.g:3596:1: ( rule__ComponentInstance__InModeAssignment_4_3 )
- // InternalInstance.g:3596:2: rule__ComponentInstance__InModeAssignment_4_3
+ // InternalInstance.g:3512:1: ( rule__ComponentInstance__InModeAssignment_4_3 )
+ // InternalInstance.g:3512:2: rule__ComponentInstance__InModeAssignment_4_3
{
pushFollow(FOLLOW_2);
rule__ComponentInstance__InModeAssignment_4_3();
@@ -10115,14 +9861,14 @@ public final void rule__ComponentInstance__Group_4__3__Impl() throws Recognition
// $ANTLR start "rule__ComponentInstance__Group_4__4"
- // InternalInstance.g:3606:1: rule__ComponentInstance__Group_4__4 : rule__ComponentInstance__Group_4__4__Impl rule__ComponentInstance__Group_4__5 ;
+ // InternalInstance.g:3522:1: rule__ComponentInstance__Group_4__4 : rule__ComponentInstance__Group_4__4__Impl rule__ComponentInstance__Group_4__5 ;
public final void rule__ComponentInstance__Group_4__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3610:1: ( rule__ComponentInstance__Group_4__4__Impl rule__ComponentInstance__Group_4__5 )
- // InternalInstance.g:3611:2: rule__ComponentInstance__Group_4__4__Impl rule__ComponentInstance__Group_4__5
+ // InternalInstance.g:3526:1: ( rule__ComponentInstance__Group_4__4__Impl rule__ComponentInstance__Group_4__5 )
+ // InternalInstance.g:3527:2: rule__ComponentInstance__Group_4__4__Impl rule__ComponentInstance__Group_4__5
{
pushFollow(FOLLOW_16);
rule__ComponentInstance__Group_4__4__Impl();
@@ -10153,20 +9899,20 @@ public final void rule__ComponentInstance__Group_4__4() throws RecognitionExcept
// $ANTLR start "rule__ComponentInstance__Group_4__4__Impl"
- // InternalInstance.g:3618:1: rule__ComponentInstance__Group_4__4__Impl : ( ( rule__ComponentInstance__Group_4_4__0 )* ) ;
+ // InternalInstance.g:3534:1: rule__ComponentInstance__Group_4__4__Impl : ( ( rule__ComponentInstance__Group_4_4__0 )* ) ;
public final void rule__ComponentInstance__Group_4__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3622:1: ( ( ( rule__ComponentInstance__Group_4_4__0 )* ) )
- // InternalInstance.g:3623:1: ( ( rule__ComponentInstance__Group_4_4__0 )* )
+ // InternalInstance.g:3538:1: ( ( ( rule__ComponentInstance__Group_4_4__0 )* ) )
+ // InternalInstance.g:3539:1: ( ( rule__ComponentInstance__Group_4_4__0 )* )
{
- // InternalInstance.g:3623:1: ( ( rule__ComponentInstance__Group_4_4__0 )* )
- // InternalInstance.g:3624:1: ( rule__ComponentInstance__Group_4_4__0 )*
+ // InternalInstance.g:3539:1: ( ( rule__ComponentInstance__Group_4_4__0 )* )
+ // InternalInstance.g:3540:1: ( rule__ComponentInstance__Group_4_4__0 )*
{
before(grammarAccess.getComponentInstanceAccess().getGroup_4_4());
- // InternalInstance.g:3625:1: ( rule__ComponentInstance__Group_4_4__0 )*
+ // InternalInstance.g:3541:1: ( rule__ComponentInstance__Group_4_4__0 )*
loop30:
do {
int alt30=2;
@@ -10179,7 +9925,7 @@ public final void rule__ComponentInstance__Group_4__4__Impl() throws Recognition
switch (alt30) {
case 1 :
- // InternalInstance.g:3625:2: rule__ComponentInstance__Group_4_4__0
+ // InternalInstance.g:3541:2: rule__ComponentInstance__Group_4_4__0
{
pushFollow(FOLLOW_17);
rule__ComponentInstance__Group_4_4__0();
@@ -10218,14 +9964,14 @@ public final void rule__ComponentInstance__Group_4__4__Impl() throws Recognition
// $ANTLR start "rule__ComponentInstance__Group_4__5"
- // InternalInstance.g:3635:1: rule__ComponentInstance__Group_4__5 : rule__ComponentInstance__Group_4__5__Impl ;
+ // InternalInstance.g:3551:1: rule__ComponentInstance__Group_4__5 : rule__ComponentInstance__Group_4__5__Impl ;
public final void rule__ComponentInstance__Group_4__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3639:1: ( rule__ComponentInstance__Group_4__5__Impl )
- // InternalInstance.g:3640:2: rule__ComponentInstance__Group_4__5__Impl
+ // InternalInstance.g:3555:1: ( rule__ComponentInstance__Group_4__5__Impl )
+ // InternalInstance.g:3556:2: rule__ComponentInstance__Group_4__5__Impl
{
pushFollow(FOLLOW_2);
rule__ComponentInstance__Group_4__5__Impl();
@@ -10251,17 +9997,17 @@ public final void rule__ComponentInstance__Group_4__5() throws RecognitionExcept
// $ANTLR start "rule__ComponentInstance__Group_4__5__Impl"
- // InternalInstance.g:3646:1: rule__ComponentInstance__Group_4__5__Impl : ( ')' ) ;
+ // InternalInstance.g:3562:1: rule__ComponentInstance__Group_4__5__Impl : ( ')' ) ;
public final void rule__ComponentInstance__Group_4__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3650:1: ( ( ')' ) )
- // InternalInstance.g:3651:1: ( ')' )
+ // InternalInstance.g:3566:1: ( ( ')' ) )
+ // InternalInstance.g:3567:1: ( ')' )
{
- // InternalInstance.g:3651:1: ( ')' )
- // InternalInstance.g:3652:1: ')'
+ // InternalInstance.g:3567:1: ( ')' )
+ // InternalInstance.g:3568:1: ')'
{
before(grammarAccess.getComponentInstanceAccess().getRightParenthesisKeyword_4_5());
match(input,56,FOLLOW_2);
@@ -10288,14 +10034,14 @@ public final void rule__ComponentInstance__Group_4__5__Impl() throws Recognition
// $ANTLR start "rule__ComponentInstance__Group_4_4__0"
- // InternalInstance.g:3677:1: rule__ComponentInstance__Group_4_4__0 : rule__ComponentInstance__Group_4_4__0__Impl rule__ComponentInstance__Group_4_4__1 ;
+ // InternalInstance.g:3593:1: rule__ComponentInstance__Group_4_4__0 : rule__ComponentInstance__Group_4_4__0__Impl rule__ComponentInstance__Group_4_4__1 ;
public final void rule__ComponentInstance__Group_4_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3681:1: ( rule__ComponentInstance__Group_4_4__0__Impl rule__ComponentInstance__Group_4_4__1 )
- // InternalInstance.g:3682:2: rule__ComponentInstance__Group_4_4__0__Impl rule__ComponentInstance__Group_4_4__1
+ // InternalInstance.g:3597:1: ( rule__ComponentInstance__Group_4_4__0__Impl rule__ComponentInstance__Group_4_4__1 )
+ // InternalInstance.g:3598:2: rule__ComponentInstance__Group_4_4__0__Impl rule__ComponentInstance__Group_4_4__1
{
pushFollow(FOLLOW_3);
rule__ComponentInstance__Group_4_4__0__Impl();
@@ -10326,17 +10072,17 @@ public final void rule__ComponentInstance__Group_4_4__0() throws RecognitionExce
// $ANTLR start "rule__ComponentInstance__Group_4_4__0__Impl"
- // InternalInstance.g:3689:1: rule__ComponentInstance__Group_4_4__0__Impl : ( ',' ) ;
+ // InternalInstance.g:3605:1: rule__ComponentInstance__Group_4_4__0__Impl : ( ',' ) ;
public final void rule__ComponentInstance__Group_4_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3693:1: ( ( ',' ) )
- // InternalInstance.g:3694:1: ( ',' )
+ // InternalInstance.g:3609:1: ( ( ',' ) )
+ // InternalInstance.g:3610:1: ( ',' )
{
- // InternalInstance.g:3694:1: ( ',' )
- // InternalInstance.g:3695:1: ','
+ // InternalInstance.g:3610:1: ( ',' )
+ // InternalInstance.g:3611:1: ','
{
before(grammarAccess.getComponentInstanceAccess().getCommaKeyword_4_4_0());
match(input,57,FOLLOW_2);
@@ -10363,14 +10109,14 @@ public final void rule__ComponentInstance__Group_4_4__0__Impl() throws Recogniti
// $ANTLR start "rule__ComponentInstance__Group_4_4__1"
- // InternalInstance.g:3708:1: rule__ComponentInstance__Group_4_4__1 : rule__ComponentInstance__Group_4_4__1__Impl ;
+ // InternalInstance.g:3624:1: rule__ComponentInstance__Group_4_4__1 : rule__ComponentInstance__Group_4_4__1__Impl ;
public final void rule__ComponentInstance__Group_4_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3712:1: ( rule__ComponentInstance__Group_4_4__1__Impl )
- // InternalInstance.g:3713:2: rule__ComponentInstance__Group_4_4__1__Impl
+ // InternalInstance.g:3628:1: ( rule__ComponentInstance__Group_4_4__1__Impl )
+ // InternalInstance.g:3629:2: rule__ComponentInstance__Group_4_4__1__Impl
{
pushFollow(FOLLOW_2);
rule__ComponentInstance__Group_4_4__1__Impl();
@@ -10396,21 +10142,21 @@ public final void rule__ComponentInstance__Group_4_4__1() throws RecognitionExce
// $ANTLR start "rule__ComponentInstance__Group_4_4__1__Impl"
- // InternalInstance.g:3719:1: rule__ComponentInstance__Group_4_4__1__Impl : ( ( rule__ComponentInstance__InModeAssignment_4_4_1 ) ) ;
+ // InternalInstance.g:3635:1: rule__ComponentInstance__Group_4_4__1__Impl : ( ( rule__ComponentInstance__InModeAssignment_4_4_1 ) ) ;
public final void rule__ComponentInstance__Group_4_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3723:1: ( ( ( rule__ComponentInstance__InModeAssignment_4_4_1 ) ) )
- // InternalInstance.g:3724:1: ( ( rule__ComponentInstance__InModeAssignment_4_4_1 ) )
+ // InternalInstance.g:3639:1: ( ( ( rule__ComponentInstance__InModeAssignment_4_4_1 ) ) )
+ // InternalInstance.g:3640:1: ( ( rule__ComponentInstance__InModeAssignment_4_4_1 ) )
{
- // InternalInstance.g:3724:1: ( ( rule__ComponentInstance__InModeAssignment_4_4_1 ) )
- // InternalInstance.g:3725:1: ( rule__ComponentInstance__InModeAssignment_4_4_1 )
+ // InternalInstance.g:3640:1: ( ( rule__ComponentInstance__InModeAssignment_4_4_1 ) )
+ // InternalInstance.g:3641:1: ( rule__ComponentInstance__InModeAssignment_4_4_1 )
{
before(grammarAccess.getComponentInstanceAccess().getInModeAssignment_4_4_1());
- // InternalInstance.g:3726:1: ( rule__ComponentInstance__InModeAssignment_4_4_1 )
- // InternalInstance.g:3726:2: rule__ComponentInstance__InModeAssignment_4_4_1
+ // InternalInstance.g:3642:1: ( rule__ComponentInstance__InModeAssignment_4_4_1 )
+ // InternalInstance.g:3642:2: rule__ComponentInstance__InModeAssignment_4_4_1
{
pushFollow(FOLLOW_2);
rule__ComponentInstance__InModeAssignment_4_4_1();
@@ -10443,14 +10189,14 @@ public final void rule__ComponentInstance__Group_4_4__1__Impl() throws Recogniti
// $ANTLR start "rule__ComponentInstance__Group_7__0"
- // InternalInstance.g:3740:1: rule__ComponentInstance__Group_7__0 : rule__ComponentInstance__Group_7__0__Impl rule__ComponentInstance__Group_7__1 ;
+ // InternalInstance.g:3656:1: rule__ComponentInstance__Group_7__0 : rule__ComponentInstance__Group_7__0__Impl rule__ComponentInstance__Group_7__1 ;
public final void rule__ComponentInstance__Group_7__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3744:1: ( rule__ComponentInstance__Group_7__0__Impl rule__ComponentInstance__Group_7__1 )
- // InternalInstance.g:3745:2: rule__ComponentInstance__Group_7__0__Impl rule__ComponentInstance__Group_7__1
+ // InternalInstance.g:3660:1: ( rule__ComponentInstance__Group_7__0__Impl rule__ComponentInstance__Group_7__1 )
+ // InternalInstance.g:3661:2: rule__ComponentInstance__Group_7__0__Impl rule__ComponentInstance__Group_7__1
{
pushFollow(FOLLOW_6);
rule__ComponentInstance__Group_7__0__Impl();
@@ -10481,17 +10227,17 @@ public final void rule__ComponentInstance__Group_7__0() throws RecognitionExcept
// $ANTLR start "rule__ComponentInstance__Group_7__0__Impl"
- // InternalInstance.g:3752:1: rule__ComponentInstance__Group_7__0__Impl : ( '{' ) ;
+ // InternalInstance.g:3668:1: rule__ComponentInstance__Group_7__0__Impl : ( '{' ) ;
public final void rule__ComponentInstance__Group_7__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3756:1: ( ( '{' ) )
- // InternalInstance.g:3757:1: ( '{' )
+ // InternalInstance.g:3672:1: ( ( '{' ) )
+ // InternalInstance.g:3673:1: ( '{' )
{
- // InternalInstance.g:3757:1: ( '{' )
- // InternalInstance.g:3758:1: '{'
+ // InternalInstance.g:3673:1: ( '{' )
+ // InternalInstance.g:3674:1: '{'
{
before(grammarAccess.getComponentInstanceAccess().getLeftCurlyBracketKeyword_7_0());
match(input,50,FOLLOW_2);
@@ -10518,14 +10264,14 @@ public final void rule__ComponentInstance__Group_7__0__Impl() throws Recognition
// $ANTLR start "rule__ComponentInstance__Group_7__1"
- // InternalInstance.g:3771:1: rule__ComponentInstance__Group_7__1 : rule__ComponentInstance__Group_7__1__Impl rule__ComponentInstance__Group_7__2 ;
+ // InternalInstance.g:3687:1: rule__ComponentInstance__Group_7__1 : rule__ComponentInstance__Group_7__1__Impl rule__ComponentInstance__Group_7__2 ;
public final void rule__ComponentInstance__Group_7__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3775:1: ( rule__ComponentInstance__Group_7__1__Impl rule__ComponentInstance__Group_7__2 )
- // InternalInstance.g:3776:2: rule__ComponentInstance__Group_7__1__Impl rule__ComponentInstance__Group_7__2
+ // InternalInstance.g:3691:1: ( rule__ComponentInstance__Group_7__1__Impl rule__ComponentInstance__Group_7__2 )
+ // InternalInstance.g:3692:2: rule__ComponentInstance__Group_7__1__Impl rule__ComponentInstance__Group_7__2
{
pushFollow(FOLLOW_6);
rule__ComponentInstance__Group_7__1__Impl();
@@ -10556,20 +10302,20 @@ public final void rule__ComponentInstance__Group_7__1() throws RecognitionExcept
// $ANTLR start "rule__ComponentInstance__Group_7__1__Impl"
- // InternalInstance.g:3783:1: rule__ComponentInstance__Group_7__1__Impl : ( ( rule__ComponentInstance__Alternatives_7_1 )* ) ;
+ // InternalInstance.g:3699:1: rule__ComponentInstance__Group_7__1__Impl : ( ( rule__ComponentInstance__Alternatives_7_1 )* ) ;
public final void rule__ComponentInstance__Group_7__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3787:1: ( ( ( rule__ComponentInstance__Alternatives_7_1 )* ) )
- // InternalInstance.g:3788:1: ( ( rule__ComponentInstance__Alternatives_7_1 )* )
+ // InternalInstance.g:3703:1: ( ( ( rule__ComponentInstance__Alternatives_7_1 )* ) )
+ // InternalInstance.g:3704:1: ( ( rule__ComponentInstance__Alternatives_7_1 )* )
{
- // InternalInstance.g:3788:1: ( ( rule__ComponentInstance__Alternatives_7_1 )* )
- // InternalInstance.g:3789:1: ( rule__ComponentInstance__Alternatives_7_1 )*
+ // InternalInstance.g:3704:1: ( ( rule__ComponentInstance__Alternatives_7_1 )* )
+ // InternalInstance.g:3705:1: ( rule__ComponentInstance__Alternatives_7_1 )*
{
before(grammarAccess.getComponentInstanceAccess().getAlternatives_7_1());
- // InternalInstance.g:3790:1: ( rule__ComponentInstance__Alternatives_7_1 )*
+ // InternalInstance.g:3706:1: ( rule__ComponentInstance__Alternatives_7_1 )*
loop31:
do {
int alt31=2;
@@ -10582,7 +10328,7 @@ public final void rule__ComponentInstance__Group_7__1__Impl() throws Recognition
switch (alt31) {
case 1 :
- // InternalInstance.g:3790:2: rule__ComponentInstance__Alternatives_7_1
+ // InternalInstance.g:3706:2: rule__ComponentInstance__Alternatives_7_1
{
pushFollow(FOLLOW_7);
rule__ComponentInstance__Alternatives_7_1();
@@ -10621,14 +10367,14 @@ public final void rule__ComponentInstance__Group_7__1__Impl() throws Recognition
// $ANTLR start "rule__ComponentInstance__Group_7__2"
- // InternalInstance.g:3800:1: rule__ComponentInstance__Group_7__2 : rule__ComponentInstance__Group_7__2__Impl ;
+ // InternalInstance.g:3716:1: rule__ComponentInstance__Group_7__2 : rule__ComponentInstance__Group_7__2__Impl ;
public final void rule__ComponentInstance__Group_7__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3804:1: ( rule__ComponentInstance__Group_7__2__Impl )
- // InternalInstance.g:3805:2: rule__ComponentInstance__Group_7__2__Impl
+ // InternalInstance.g:3720:1: ( rule__ComponentInstance__Group_7__2__Impl )
+ // InternalInstance.g:3721:2: rule__ComponentInstance__Group_7__2__Impl
{
pushFollow(FOLLOW_2);
rule__ComponentInstance__Group_7__2__Impl();
@@ -10654,17 +10400,17 @@ public final void rule__ComponentInstance__Group_7__2() throws RecognitionExcept
// $ANTLR start "rule__ComponentInstance__Group_7__2__Impl"
- // InternalInstance.g:3811:1: rule__ComponentInstance__Group_7__2__Impl : ( '}' ) ;
+ // InternalInstance.g:3727:1: rule__ComponentInstance__Group_7__2__Impl : ( '}' ) ;
public final void rule__ComponentInstance__Group_7__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3815:1: ( ( '}' ) )
- // InternalInstance.g:3816:1: ( '}' )
+ // InternalInstance.g:3731:1: ( ( '}' ) )
+ // InternalInstance.g:3732:1: ( '}' )
{
- // InternalInstance.g:3816:1: ( '}' )
- // InternalInstance.g:3817:1: '}'
+ // InternalInstance.g:3732:1: ( '}' )
+ // InternalInstance.g:3733:1: '}'
{
before(grammarAccess.getComponentInstanceAccess().getRightCurlyBracketKeyword_7_2());
match(input,51,FOLLOW_2);
@@ -10691,14 +10437,14 @@ public final void rule__ComponentInstance__Group_7__2__Impl() throws Recognition
// $ANTLR start "rule__ConnectionInstance__Group__0"
- // InternalInstance.g:3836:1: rule__ConnectionInstance__Group__0 : rule__ConnectionInstance__Group__0__Impl rule__ConnectionInstance__Group__1 ;
+ // InternalInstance.g:3752:1: rule__ConnectionInstance__Group__0 : rule__ConnectionInstance__Group__0__Impl rule__ConnectionInstance__Group__1 ;
public final void rule__ConnectionInstance__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3840:1: ( rule__ConnectionInstance__Group__0__Impl rule__ConnectionInstance__Group__1 )
- // InternalInstance.g:3841:2: rule__ConnectionInstance__Group__0__Impl rule__ConnectionInstance__Group__1
+ // InternalInstance.g:3756:1: ( rule__ConnectionInstance__Group__0__Impl rule__ConnectionInstance__Group__1 )
+ // InternalInstance.g:3757:2: rule__ConnectionInstance__Group__0__Impl rule__ConnectionInstance__Group__1
{
pushFollow(FOLLOW_18);
rule__ConnectionInstance__Group__0__Impl();
@@ -10729,20 +10475,20 @@ public final void rule__ConnectionInstance__Group__0() throws RecognitionExcepti
// $ANTLR start "rule__ConnectionInstance__Group__0__Impl"
- // InternalInstance.g:3848:1: rule__ConnectionInstance__Group__0__Impl : ( ( rule__ConnectionInstance__CompleteAssignment_0 )? ) ;
+ // InternalInstance.g:3764:1: rule__ConnectionInstance__Group__0__Impl : ( ( rule__ConnectionInstance__CompleteAssignment_0 )? ) ;
public final void rule__ConnectionInstance__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3852:1: ( ( ( rule__ConnectionInstance__CompleteAssignment_0 )? ) )
- // InternalInstance.g:3853:1: ( ( rule__ConnectionInstance__CompleteAssignment_0 )? )
+ // InternalInstance.g:3768:1: ( ( ( rule__ConnectionInstance__CompleteAssignment_0 )? ) )
+ // InternalInstance.g:3769:1: ( ( rule__ConnectionInstance__CompleteAssignment_0 )? )
{
- // InternalInstance.g:3853:1: ( ( rule__ConnectionInstance__CompleteAssignment_0 )? )
- // InternalInstance.g:3854:1: ( rule__ConnectionInstance__CompleteAssignment_0 )?
+ // InternalInstance.g:3769:1: ( ( rule__ConnectionInstance__CompleteAssignment_0 )? )
+ // InternalInstance.g:3770:1: ( rule__ConnectionInstance__CompleteAssignment_0 )?
{
before(grammarAccess.getConnectionInstanceAccess().getCompleteAssignment_0());
- // InternalInstance.g:3855:1: ( rule__ConnectionInstance__CompleteAssignment_0 )?
+ // InternalInstance.g:3771:1: ( rule__ConnectionInstance__CompleteAssignment_0 )?
int alt32=2;
int LA32_0 = input.LA(1);
@@ -10751,7 +10497,7 @@ public final void rule__ConnectionInstance__Group__0__Impl() throws RecognitionE
}
switch (alt32) {
case 1 :
- // InternalInstance.g:3855:2: rule__ConnectionInstance__CompleteAssignment_0
+ // InternalInstance.g:3771:2: rule__ConnectionInstance__CompleteAssignment_0
{
pushFollow(FOLLOW_2);
rule__ConnectionInstance__CompleteAssignment_0();
@@ -10787,14 +10533,14 @@ public final void rule__ConnectionInstance__Group__0__Impl() throws RecognitionE
// $ANTLR start "rule__ConnectionInstance__Group__1"
- // InternalInstance.g:3865:1: rule__ConnectionInstance__Group__1 : rule__ConnectionInstance__Group__1__Impl rule__ConnectionInstance__Group__2 ;
+ // InternalInstance.g:3781:1: rule__ConnectionInstance__Group__1 : rule__ConnectionInstance__Group__1__Impl rule__ConnectionInstance__Group__2 ;
public final void rule__ConnectionInstance__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3869:1: ( rule__ConnectionInstance__Group__1__Impl rule__ConnectionInstance__Group__2 )
- // InternalInstance.g:3870:2: rule__ConnectionInstance__Group__1__Impl rule__ConnectionInstance__Group__2
+ // InternalInstance.g:3785:1: ( rule__ConnectionInstance__Group__1__Impl rule__ConnectionInstance__Group__2 )
+ // InternalInstance.g:3786:2: rule__ConnectionInstance__Group__1__Impl rule__ConnectionInstance__Group__2
{
pushFollow(FOLLOW_19);
rule__ConnectionInstance__Group__1__Impl();
@@ -10825,21 +10571,21 @@ public final void rule__ConnectionInstance__Group__1() throws RecognitionExcepti
// $ANTLR start "rule__ConnectionInstance__Group__1__Impl"
- // InternalInstance.g:3877:1: rule__ConnectionInstance__Group__1__Impl : ( ( rule__ConnectionInstance__KindAssignment_1 ) ) ;
+ // InternalInstance.g:3793:1: rule__ConnectionInstance__Group__1__Impl : ( ( rule__ConnectionInstance__KindAssignment_1 ) ) ;
public final void rule__ConnectionInstance__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3881:1: ( ( ( rule__ConnectionInstance__KindAssignment_1 ) ) )
- // InternalInstance.g:3882:1: ( ( rule__ConnectionInstance__KindAssignment_1 ) )
+ // InternalInstance.g:3797:1: ( ( ( rule__ConnectionInstance__KindAssignment_1 ) ) )
+ // InternalInstance.g:3798:1: ( ( rule__ConnectionInstance__KindAssignment_1 ) )
{
- // InternalInstance.g:3882:1: ( ( rule__ConnectionInstance__KindAssignment_1 ) )
- // InternalInstance.g:3883:1: ( rule__ConnectionInstance__KindAssignment_1 )
+ // InternalInstance.g:3798:1: ( ( rule__ConnectionInstance__KindAssignment_1 ) )
+ // InternalInstance.g:3799:1: ( rule__ConnectionInstance__KindAssignment_1 )
{
before(grammarAccess.getConnectionInstanceAccess().getKindAssignment_1());
- // InternalInstance.g:3884:1: ( rule__ConnectionInstance__KindAssignment_1 )
- // InternalInstance.g:3884:2: rule__ConnectionInstance__KindAssignment_1
+ // InternalInstance.g:3800:1: ( rule__ConnectionInstance__KindAssignment_1 )
+ // InternalInstance.g:3800:2: rule__ConnectionInstance__KindAssignment_1
{
pushFollow(FOLLOW_2);
rule__ConnectionInstance__KindAssignment_1();
@@ -10872,14 +10618,14 @@ public final void rule__ConnectionInstance__Group__1__Impl() throws RecognitionE
// $ANTLR start "rule__ConnectionInstance__Group__2"
- // InternalInstance.g:3894:1: rule__ConnectionInstance__Group__2 : rule__ConnectionInstance__Group__2__Impl rule__ConnectionInstance__Group__3 ;
+ // InternalInstance.g:3810:1: rule__ConnectionInstance__Group__2 : rule__ConnectionInstance__Group__2__Impl rule__ConnectionInstance__Group__3 ;
public final void rule__ConnectionInstance__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3898:1: ( rule__ConnectionInstance__Group__2__Impl rule__ConnectionInstance__Group__3 )
- // InternalInstance.g:3899:2: rule__ConnectionInstance__Group__2__Impl rule__ConnectionInstance__Group__3
+ // InternalInstance.g:3814:1: ( rule__ConnectionInstance__Group__2__Impl rule__ConnectionInstance__Group__3 )
+ // InternalInstance.g:3815:2: rule__ConnectionInstance__Group__2__Impl rule__ConnectionInstance__Group__3
{
pushFollow(FOLLOW_4);
rule__ConnectionInstance__Group__2__Impl();
@@ -10910,21 +10656,21 @@ public final void rule__ConnectionInstance__Group__2() throws RecognitionExcepti
// $ANTLR start "rule__ConnectionInstance__Group__2__Impl"
- // InternalInstance.g:3906:1: rule__ConnectionInstance__Group__2__Impl : ( ( rule__ConnectionInstance__NameAssignment_2 ) ) ;
+ // InternalInstance.g:3822:1: rule__ConnectionInstance__Group__2__Impl : ( ( rule__ConnectionInstance__NameAssignment_2 ) ) ;
public final void rule__ConnectionInstance__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3910:1: ( ( ( rule__ConnectionInstance__NameAssignment_2 ) ) )
- // InternalInstance.g:3911:1: ( ( rule__ConnectionInstance__NameAssignment_2 ) )
+ // InternalInstance.g:3826:1: ( ( ( rule__ConnectionInstance__NameAssignment_2 ) ) )
+ // InternalInstance.g:3827:1: ( ( rule__ConnectionInstance__NameAssignment_2 ) )
{
- // InternalInstance.g:3911:1: ( ( rule__ConnectionInstance__NameAssignment_2 ) )
- // InternalInstance.g:3912:1: ( rule__ConnectionInstance__NameAssignment_2 )
+ // InternalInstance.g:3827:1: ( ( rule__ConnectionInstance__NameAssignment_2 ) )
+ // InternalInstance.g:3828:1: ( rule__ConnectionInstance__NameAssignment_2 )
{
before(grammarAccess.getConnectionInstanceAccess().getNameAssignment_2());
- // InternalInstance.g:3913:1: ( rule__ConnectionInstance__NameAssignment_2 )
- // InternalInstance.g:3913:2: rule__ConnectionInstance__NameAssignment_2
+ // InternalInstance.g:3829:1: ( rule__ConnectionInstance__NameAssignment_2 )
+ // InternalInstance.g:3829:2: rule__ConnectionInstance__NameAssignment_2
{
pushFollow(FOLLOW_2);
rule__ConnectionInstance__NameAssignment_2();
@@ -10957,14 +10703,14 @@ public final void rule__ConnectionInstance__Group__2__Impl() throws RecognitionE
// $ANTLR start "rule__ConnectionInstance__Group__3"
- // InternalInstance.g:3923:1: rule__ConnectionInstance__Group__3 : rule__ConnectionInstance__Group__3__Impl rule__ConnectionInstance__Group__4 ;
+ // InternalInstance.g:3839:1: rule__ConnectionInstance__Group__3 : rule__ConnectionInstance__Group__3__Impl rule__ConnectionInstance__Group__4 ;
public final void rule__ConnectionInstance__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3927:1: ( rule__ConnectionInstance__Group__3__Impl rule__ConnectionInstance__Group__4 )
- // InternalInstance.g:3928:2: rule__ConnectionInstance__Group__3__Impl rule__ConnectionInstance__Group__4
+ // InternalInstance.g:3843:1: ( rule__ConnectionInstance__Group__3__Impl rule__ConnectionInstance__Group__4 )
+ // InternalInstance.g:3844:2: rule__ConnectionInstance__Group__3__Impl rule__ConnectionInstance__Group__4
{
pushFollow(FOLLOW_20);
rule__ConnectionInstance__Group__3__Impl();
@@ -10995,17 +10741,17 @@ public final void rule__ConnectionInstance__Group__3() throws RecognitionExcepti
// $ANTLR start "rule__ConnectionInstance__Group__3__Impl"
- // InternalInstance.g:3935:1: rule__ConnectionInstance__Group__3__Impl : ( ':' ) ;
+ // InternalInstance.g:3851:1: rule__ConnectionInstance__Group__3__Impl : ( ':' ) ;
public final void rule__ConnectionInstance__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3939:1: ( ( ':' ) )
- // InternalInstance.g:3940:1: ( ':' )
+ // InternalInstance.g:3855:1: ( ( ':' ) )
+ // InternalInstance.g:3856:1: ( ':' )
{
- // InternalInstance.g:3940:1: ( ':' )
- // InternalInstance.g:3941:1: ':'
+ // InternalInstance.g:3856:1: ( ':' )
+ // InternalInstance.g:3857:1: ':'
{
before(grammarAccess.getConnectionInstanceAccess().getColonKeyword_3());
match(input,49,FOLLOW_2);
@@ -11032,14 +10778,14 @@ public final void rule__ConnectionInstance__Group__3__Impl() throws RecognitionE
// $ANTLR start "rule__ConnectionInstance__Group__4"
- // InternalInstance.g:3954:1: rule__ConnectionInstance__Group__4 : rule__ConnectionInstance__Group__4__Impl rule__ConnectionInstance__Group__5 ;
+ // InternalInstance.g:3870:1: rule__ConnectionInstance__Group__4 : rule__ConnectionInstance__Group__4__Impl rule__ConnectionInstance__Group__5 ;
public final void rule__ConnectionInstance__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3958:1: ( rule__ConnectionInstance__Group__4__Impl rule__ConnectionInstance__Group__5 )
- // InternalInstance.g:3959:2: rule__ConnectionInstance__Group__4__Impl rule__ConnectionInstance__Group__5
+ // InternalInstance.g:3874:1: ( rule__ConnectionInstance__Group__4__Impl rule__ConnectionInstance__Group__5 )
+ // InternalInstance.g:3875:2: rule__ConnectionInstance__Group__4__Impl rule__ConnectionInstance__Group__5
{
pushFollow(FOLLOW_21);
rule__ConnectionInstance__Group__4__Impl();
@@ -11070,21 +10816,21 @@ public final void rule__ConnectionInstance__Group__4() throws RecognitionExcepti
// $ANTLR start "rule__ConnectionInstance__Group__4__Impl"
- // InternalInstance.g:3966:1: rule__ConnectionInstance__Group__4__Impl : ( ( rule__ConnectionInstance__SourceAssignment_4 ) ) ;
+ // InternalInstance.g:3882:1: rule__ConnectionInstance__Group__4__Impl : ( ( rule__ConnectionInstance__SourceAssignment_4 ) ) ;
public final void rule__ConnectionInstance__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3970:1: ( ( ( rule__ConnectionInstance__SourceAssignment_4 ) ) )
- // InternalInstance.g:3971:1: ( ( rule__ConnectionInstance__SourceAssignment_4 ) )
+ // InternalInstance.g:3886:1: ( ( ( rule__ConnectionInstance__SourceAssignment_4 ) ) )
+ // InternalInstance.g:3887:1: ( ( rule__ConnectionInstance__SourceAssignment_4 ) )
{
- // InternalInstance.g:3971:1: ( ( rule__ConnectionInstance__SourceAssignment_4 ) )
- // InternalInstance.g:3972:1: ( rule__ConnectionInstance__SourceAssignment_4 )
+ // InternalInstance.g:3887:1: ( ( rule__ConnectionInstance__SourceAssignment_4 ) )
+ // InternalInstance.g:3888:1: ( rule__ConnectionInstance__SourceAssignment_4 )
{
before(grammarAccess.getConnectionInstanceAccess().getSourceAssignment_4());
- // InternalInstance.g:3973:1: ( rule__ConnectionInstance__SourceAssignment_4 )
- // InternalInstance.g:3973:2: rule__ConnectionInstance__SourceAssignment_4
+ // InternalInstance.g:3889:1: ( rule__ConnectionInstance__SourceAssignment_4 )
+ // InternalInstance.g:3889:2: rule__ConnectionInstance__SourceAssignment_4
{
pushFollow(FOLLOW_2);
rule__ConnectionInstance__SourceAssignment_4();
@@ -11117,14 +10863,14 @@ public final void rule__ConnectionInstance__Group__4__Impl() throws RecognitionE
// $ANTLR start "rule__ConnectionInstance__Group__5"
- // InternalInstance.g:3983:1: rule__ConnectionInstance__Group__5 : rule__ConnectionInstance__Group__5__Impl rule__ConnectionInstance__Group__6 ;
+ // InternalInstance.g:3899:1: rule__ConnectionInstance__Group__5 : rule__ConnectionInstance__Group__5__Impl rule__ConnectionInstance__Group__6 ;
public final void rule__ConnectionInstance__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3987:1: ( rule__ConnectionInstance__Group__5__Impl rule__ConnectionInstance__Group__6 )
- // InternalInstance.g:3988:2: rule__ConnectionInstance__Group__5__Impl rule__ConnectionInstance__Group__6
+ // InternalInstance.g:3903:1: ( rule__ConnectionInstance__Group__5__Impl rule__ConnectionInstance__Group__6 )
+ // InternalInstance.g:3904:2: rule__ConnectionInstance__Group__5__Impl rule__ConnectionInstance__Group__6
{
pushFollow(FOLLOW_20);
rule__ConnectionInstance__Group__5__Impl();
@@ -11155,21 +10901,21 @@ public final void rule__ConnectionInstance__Group__5() throws RecognitionExcepti
// $ANTLR start "rule__ConnectionInstance__Group__5__Impl"
- // InternalInstance.g:3995:1: rule__ConnectionInstance__Group__5__Impl : ( ( rule__ConnectionInstance__Alternatives_5 ) ) ;
+ // InternalInstance.g:3911:1: rule__ConnectionInstance__Group__5__Impl : ( ( rule__ConnectionInstance__Alternatives_5 ) ) ;
public final void rule__ConnectionInstance__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:3999:1: ( ( ( rule__ConnectionInstance__Alternatives_5 ) ) )
- // InternalInstance.g:4000:1: ( ( rule__ConnectionInstance__Alternatives_5 ) )
+ // InternalInstance.g:3915:1: ( ( ( rule__ConnectionInstance__Alternatives_5 ) ) )
+ // InternalInstance.g:3916:1: ( ( rule__ConnectionInstance__Alternatives_5 ) )
{
- // InternalInstance.g:4000:1: ( ( rule__ConnectionInstance__Alternatives_5 ) )
- // InternalInstance.g:4001:1: ( rule__ConnectionInstance__Alternatives_5 )
+ // InternalInstance.g:3916:1: ( ( rule__ConnectionInstance__Alternatives_5 ) )
+ // InternalInstance.g:3917:1: ( rule__ConnectionInstance__Alternatives_5 )
{
before(grammarAccess.getConnectionInstanceAccess().getAlternatives_5());
- // InternalInstance.g:4002:1: ( rule__ConnectionInstance__Alternatives_5 )
- // InternalInstance.g:4002:2: rule__ConnectionInstance__Alternatives_5
+ // InternalInstance.g:3918:1: ( rule__ConnectionInstance__Alternatives_5 )
+ // InternalInstance.g:3918:2: rule__ConnectionInstance__Alternatives_5
{
pushFollow(FOLLOW_2);
rule__ConnectionInstance__Alternatives_5();
@@ -11202,14 +10948,14 @@ public final void rule__ConnectionInstance__Group__5__Impl() throws RecognitionE
// $ANTLR start "rule__ConnectionInstance__Group__6"
- // InternalInstance.g:4012:1: rule__ConnectionInstance__Group__6 : rule__ConnectionInstance__Group__6__Impl rule__ConnectionInstance__Group__7 ;
+ // InternalInstance.g:3928:1: rule__ConnectionInstance__Group__6 : rule__ConnectionInstance__Group__6__Impl rule__ConnectionInstance__Group__7 ;
public final void rule__ConnectionInstance__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4016:1: ( rule__ConnectionInstance__Group__6__Impl rule__ConnectionInstance__Group__7 )
- // InternalInstance.g:4017:2: rule__ConnectionInstance__Group__6__Impl rule__ConnectionInstance__Group__7
+ // InternalInstance.g:3932:1: ( rule__ConnectionInstance__Group__6__Impl rule__ConnectionInstance__Group__7 )
+ // InternalInstance.g:3933:2: rule__ConnectionInstance__Group__6__Impl rule__ConnectionInstance__Group__7
{
pushFollow(FOLLOW_22);
rule__ConnectionInstance__Group__6__Impl();
@@ -11240,21 +10986,21 @@ public final void rule__ConnectionInstance__Group__6() throws RecognitionExcepti
// $ANTLR start "rule__ConnectionInstance__Group__6__Impl"
- // InternalInstance.g:4024:1: rule__ConnectionInstance__Group__6__Impl : ( ( rule__ConnectionInstance__DestinationAssignment_6 ) ) ;
+ // InternalInstance.g:3940:1: rule__ConnectionInstance__Group__6__Impl : ( ( rule__ConnectionInstance__DestinationAssignment_6 ) ) ;
public final void rule__ConnectionInstance__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4028:1: ( ( ( rule__ConnectionInstance__DestinationAssignment_6 ) ) )
- // InternalInstance.g:4029:1: ( ( rule__ConnectionInstance__DestinationAssignment_6 ) )
+ // InternalInstance.g:3944:1: ( ( ( rule__ConnectionInstance__DestinationAssignment_6 ) ) )
+ // InternalInstance.g:3945:1: ( ( rule__ConnectionInstance__DestinationAssignment_6 ) )
{
- // InternalInstance.g:4029:1: ( ( rule__ConnectionInstance__DestinationAssignment_6 ) )
- // InternalInstance.g:4030:1: ( rule__ConnectionInstance__DestinationAssignment_6 )
+ // InternalInstance.g:3945:1: ( ( rule__ConnectionInstance__DestinationAssignment_6 ) )
+ // InternalInstance.g:3946:1: ( rule__ConnectionInstance__DestinationAssignment_6 )
{
before(grammarAccess.getConnectionInstanceAccess().getDestinationAssignment_6());
- // InternalInstance.g:4031:1: ( rule__ConnectionInstance__DestinationAssignment_6 )
- // InternalInstance.g:4031:2: rule__ConnectionInstance__DestinationAssignment_6
+ // InternalInstance.g:3947:1: ( rule__ConnectionInstance__DestinationAssignment_6 )
+ // InternalInstance.g:3947:2: rule__ConnectionInstance__DestinationAssignment_6
{
pushFollow(FOLLOW_2);
rule__ConnectionInstance__DestinationAssignment_6();
@@ -11287,14 +11033,14 @@ public final void rule__ConnectionInstance__Group__6__Impl() throws RecognitionE
// $ANTLR start "rule__ConnectionInstance__Group__7"
- // InternalInstance.g:4041:1: rule__ConnectionInstance__Group__7 : rule__ConnectionInstance__Group__7__Impl rule__ConnectionInstance__Group__8 ;
+ // InternalInstance.g:3957:1: rule__ConnectionInstance__Group__7 : rule__ConnectionInstance__Group__7__Impl rule__ConnectionInstance__Group__8 ;
public final void rule__ConnectionInstance__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4045:1: ( rule__ConnectionInstance__Group__7__Impl rule__ConnectionInstance__Group__8 )
- // InternalInstance.g:4046:2: rule__ConnectionInstance__Group__7__Impl rule__ConnectionInstance__Group__8
+ // InternalInstance.g:3961:1: ( rule__ConnectionInstance__Group__7__Impl rule__ConnectionInstance__Group__8 )
+ // InternalInstance.g:3962:2: rule__ConnectionInstance__Group__7__Impl rule__ConnectionInstance__Group__8
{
pushFollow(FOLLOW_22);
rule__ConnectionInstance__Group__7__Impl();
@@ -11325,20 +11071,20 @@ public final void rule__ConnectionInstance__Group__7() throws RecognitionExcepti
// $ANTLR start "rule__ConnectionInstance__Group__7__Impl"
- // InternalInstance.g:4053:1: rule__ConnectionInstance__Group__7__Impl : ( ( rule__ConnectionInstance__Group_7__0 )? ) ;
+ // InternalInstance.g:3969:1: rule__ConnectionInstance__Group__7__Impl : ( ( rule__ConnectionInstance__Group_7__0 )? ) ;
public final void rule__ConnectionInstance__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4057:1: ( ( ( rule__ConnectionInstance__Group_7__0 )? ) )
- // InternalInstance.g:4058:1: ( ( rule__ConnectionInstance__Group_7__0 )? )
+ // InternalInstance.g:3973:1: ( ( ( rule__ConnectionInstance__Group_7__0 )? ) )
+ // InternalInstance.g:3974:1: ( ( rule__ConnectionInstance__Group_7__0 )? )
{
- // InternalInstance.g:4058:1: ( ( rule__ConnectionInstance__Group_7__0 )? )
- // InternalInstance.g:4059:1: ( rule__ConnectionInstance__Group_7__0 )?
+ // InternalInstance.g:3974:1: ( ( rule__ConnectionInstance__Group_7__0 )? )
+ // InternalInstance.g:3975:1: ( rule__ConnectionInstance__Group_7__0 )?
{
before(grammarAccess.getConnectionInstanceAccess().getGroup_7());
- // InternalInstance.g:4060:1: ( rule__ConnectionInstance__Group_7__0 )?
+ // InternalInstance.g:3976:1: ( rule__ConnectionInstance__Group_7__0 )?
int alt33=2;
int LA33_0 = input.LA(1);
@@ -11351,7 +11097,7 @@ public final void rule__ConnectionInstance__Group__7__Impl() throws RecognitionE
}
switch (alt33) {
case 1 :
- // InternalInstance.g:4060:2: rule__ConnectionInstance__Group_7__0
+ // InternalInstance.g:3976:2: rule__ConnectionInstance__Group_7__0
{
pushFollow(FOLLOW_2);
rule__ConnectionInstance__Group_7__0();
@@ -11387,14 +11133,14 @@ public final void rule__ConnectionInstance__Group__7__Impl() throws RecognitionE
// $ANTLR start "rule__ConnectionInstance__Group__8"
- // InternalInstance.g:4070:1: rule__ConnectionInstance__Group__8 : rule__ConnectionInstance__Group__8__Impl rule__ConnectionInstance__Group__9 ;
+ // InternalInstance.g:3986:1: rule__ConnectionInstance__Group__8 : rule__ConnectionInstance__Group__8__Impl rule__ConnectionInstance__Group__9 ;
public final void rule__ConnectionInstance__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4074:1: ( rule__ConnectionInstance__Group__8__Impl rule__ConnectionInstance__Group__9 )
- // InternalInstance.g:4075:2: rule__ConnectionInstance__Group__8__Impl rule__ConnectionInstance__Group__9
+ // InternalInstance.g:3990:1: ( rule__ConnectionInstance__Group__8__Impl rule__ConnectionInstance__Group__9 )
+ // InternalInstance.g:3991:2: rule__ConnectionInstance__Group__8__Impl rule__ConnectionInstance__Group__9
{
pushFollow(FOLLOW_22);
rule__ConnectionInstance__Group__8__Impl();
@@ -11425,20 +11171,20 @@ public final void rule__ConnectionInstance__Group__8() throws RecognitionExcepti
// $ANTLR start "rule__ConnectionInstance__Group__8__Impl"
- // InternalInstance.g:4082:1: rule__ConnectionInstance__Group__8__Impl : ( ( rule__ConnectionInstance__Group_8__0 )? ) ;
+ // InternalInstance.g:3998:1: rule__ConnectionInstance__Group__8__Impl : ( ( rule__ConnectionInstance__Group_8__0 )? ) ;
public final void rule__ConnectionInstance__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4086:1: ( ( ( rule__ConnectionInstance__Group_8__0 )? ) )
- // InternalInstance.g:4087:1: ( ( rule__ConnectionInstance__Group_8__0 )? )
+ // InternalInstance.g:4002:1: ( ( ( rule__ConnectionInstance__Group_8__0 )? ) )
+ // InternalInstance.g:4003:1: ( ( rule__ConnectionInstance__Group_8__0 )? )
{
- // InternalInstance.g:4087:1: ( ( rule__ConnectionInstance__Group_8__0 )? )
- // InternalInstance.g:4088:1: ( rule__ConnectionInstance__Group_8__0 )?
+ // InternalInstance.g:4003:1: ( ( rule__ConnectionInstance__Group_8__0 )? )
+ // InternalInstance.g:4004:1: ( rule__ConnectionInstance__Group_8__0 )?
{
before(grammarAccess.getConnectionInstanceAccess().getGroup_8());
- // InternalInstance.g:4089:1: ( rule__ConnectionInstance__Group_8__0 )?
+ // InternalInstance.g:4005:1: ( rule__ConnectionInstance__Group_8__0 )?
int alt34=2;
int LA34_0 = input.LA(1);
@@ -11447,7 +11193,7 @@ public final void rule__ConnectionInstance__Group__8__Impl() throws RecognitionE
}
switch (alt34) {
case 1 :
- // InternalInstance.g:4089:2: rule__ConnectionInstance__Group_8__0
+ // InternalInstance.g:4005:2: rule__ConnectionInstance__Group_8__0
{
pushFollow(FOLLOW_2);
rule__ConnectionInstance__Group_8__0();
@@ -11483,14 +11229,14 @@ public final void rule__ConnectionInstance__Group__8__Impl() throws RecognitionE
// $ANTLR start "rule__ConnectionInstance__Group__9"
- // InternalInstance.g:4099:1: rule__ConnectionInstance__Group__9 : rule__ConnectionInstance__Group__9__Impl rule__ConnectionInstance__Group__10 ;
+ // InternalInstance.g:4015:1: rule__ConnectionInstance__Group__9 : rule__ConnectionInstance__Group__9__Impl rule__ConnectionInstance__Group__10 ;
public final void rule__ConnectionInstance__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4103:1: ( rule__ConnectionInstance__Group__9__Impl rule__ConnectionInstance__Group__10 )
- // InternalInstance.g:4104:2: rule__ConnectionInstance__Group__9__Impl rule__ConnectionInstance__Group__10
+ // InternalInstance.g:4019:1: ( rule__ConnectionInstance__Group__9__Impl rule__ConnectionInstance__Group__10 )
+ // InternalInstance.g:4020:2: rule__ConnectionInstance__Group__9__Impl rule__ConnectionInstance__Group__10
{
pushFollow(FOLLOW_23);
rule__ConnectionInstance__Group__9__Impl();
@@ -11521,17 +11267,17 @@ public final void rule__ConnectionInstance__Group__9() throws RecognitionExcepti
// $ANTLR start "rule__ConnectionInstance__Group__9__Impl"
- // InternalInstance.g:4111:1: rule__ConnectionInstance__Group__9__Impl : ( '{' ) ;
+ // InternalInstance.g:4027:1: rule__ConnectionInstance__Group__9__Impl : ( '{' ) ;
public final void rule__ConnectionInstance__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4115:1: ( ( '{' ) )
- // InternalInstance.g:4116:1: ( '{' )
+ // InternalInstance.g:4031:1: ( ( '{' ) )
+ // InternalInstance.g:4032:1: ( '{' )
{
- // InternalInstance.g:4116:1: ( '{' )
- // InternalInstance.g:4117:1: '{'
+ // InternalInstance.g:4032:1: ( '{' )
+ // InternalInstance.g:4033:1: '{'
{
before(grammarAccess.getConnectionInstanceAccess().getLeftCurlyBracketKeyword_9());
match(input,50,FOLLOW_2);
@@ -11558,14 +11304,14 @@ public final void rule__ConnectionInstance__Group__9__Impl() throws RecognitionE
// $ANTLR start "rule__ConnectionInstance__Group__10"
- // InternalInstance.g:4130:1: rule__ConnectionInstance__Group__10 : rule__ConnectionInstance__Group__10__Impl rule__ConnectionInstance__Group__11 ;
+ // InternalInstance.g:4046:1: rule__ConnectionInstance__Group__10 : rule__ConnectionInstance__Group__10__Impl rule__ConnectionInstance__Group__11 ;
public final void rule__ConnectionInstance__Group__10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4134:1: ( rule__ConnectionInstance__Group__10__Impl rule__ConnectionInstance__Group__11 )
- // InternalInstance.g:4135:2: rule__ConnectionInstance__Group__10__Impl rule__ConnectionInstance__Group__11
+ // InternalInstance.g:4050:1: ( rule__ConnectionInstance__Group__10__Impl rule__ConnectionInstance__Group__11 )
+ // InternalInstance.g:4051:2: rule__ConnectionInstance__Group__10__Impl rule__ConnectionInstance__Group__11
{
pushFollow(FOLLOW_24);
rule__ConnectionInstance__Group__10__Impl();
@@ -11596,24 +11342,24 @@ public final void rule__ConnectionInstance__Group__10() throws RecognitionExcept
// $ANTLR start "rule__ConnectionInstance__Group__10__Impl"
- // InternalInstance.g:4142:1: rule__ConnectionInstance__Group__10__Impl : ( ( ( rule__ConnectionInstance__Alternatives_10 ) ) ( ( rule__ConnectionInstance__Alternatives_10 )* ) ) ;
+ // InternalInstance.g:4058:1: rule__ConnectionInstance__Group__10__Impl : ( ( ( rule__ConnectionInstance__Alternatives_10 ) ) ( ( rule__ConnectionInstance__Alternatives_10 )* ) ) ;
public final void rule__ConnectionInstance__Group__10__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4146:1: ( ( ( ( rule__ConnectionInstance__Alternatives_10 ) ) ( ( rule__ConnectionInstance__Alternatives_10 )* ) ) )
- // InternalInstance.g:4147:1: ( ( ( rule__ConnectionInstance__Alternatives_10 ) ) ( ( rule__ConnectionInstance__Alternatives_10 )* ) )
+ // InternalInstance.g:4062:1: ( ( ( ( rule__ConnectionInstance__Alternatives_10 ) ) ( ( rule__ConnectionInstance__Alternatives_10 )* ) ) )
+ // InternalInstance.g:4063:1: ( ( ( rule__ConnectionInstance__Alternatives_10 ) ) ( ( rule__ConnectionInstance__Alternatives_10 )* ) )
{
- // InternalInstance.g:4147:1: ( ( ( rule__ConnectionInstance__Alternatives_10 ) ) ( ( rule__ConnectionInstance__Alternatives_10 )* ) )
- // InternalInstance.g:4148:1: ( ( rule__ConnectionInstance__Alternatives_10 ) ) ( ( rule__ConnectionInstance__Alternatives_10 )* )
+ // InternalInstance.g:4063:1: ( ( ( rule__ConnectionInstance__Alternatives_10 ) ) ( ( rule__ConnectionInstance__Alternatives_10 )* ) )
+ // InternalInstance.g:4064:1: ( ( rule__ConnectionInstance__Alternatives_10 ) ) ( ( rule__ConnectionInstance__Alternatives_10 )* )
{
- // InternalInstance.g:4148:1: ( ( rule__ConnectionInstance__Alternatives_10 ) )
- // InternalInstance.g:4149:1: ( rule__ConnectionInstance__Alternatives_10 )
+ // InternalInstance.g:4064:1: ( ( rule__ConnectionInstance__Alternatives_10 ) )
+ // InternalInstance.g:4065:1: ( rule__ConnectionInstance__Alternatives_10 )
{
before(grammarAccess.getConnectionInstanceAccess().getAlternatives_10());
- // InternalInstance.g:4150:1: ( rule__ConnectionInstance__Alternatives_10 )
- // InternalInstance.g:4150:2: rule__ConnectionInstance__Alternatives_10
+ // InternalInstance.g:4066:1: ( rule__ConnectionInstance__Alternatives_10 )
+ // InternalInstance.g:4066:2: rule__ConnectionInstance__Alternatives_10
{
pushFollow(FOLLOW_25);
rule__ConnectionInstance__Alternatives_10();
@@ -11627,11 +11373,11 @@ public final void rule__ConnectionInstance__Group__10__Impl() throws Recognition
}
- // InternalInstance.g:4153:1: ( ( rule__ConnectionInstance__Alternatives_10 )* )
- // InternalInstance.g:4154:1: ( rule__ConnectionInstance__Alternatives_10 )*
+ // InternalInstance.g:4069:1: ( ( rule__ConnectionInstance__Alternatives_10 )* )
+ // InternalInstance.g:4070:1: ( rule__ConnectionInstance__Alternatives_10 )*
{
before(grammarAccess.getConnectionInstanceAccess().getAlternatives_10());
- // InternalInstance.g:4155:1: ( rule__ConnectionInstance__Alternatives_10 )*
+ // InternalInstance.g:4071:1: ( rule__ConnectionInstance__Alternatives_10 )*
loop35:
do {
int alt35=2;
@@ -11644,7 +11390,7 @@ public final void rule__ConnectionInstance__Group__10__Impl() throws Recognition
switch (alt35) {
case 1 :
- // InternalInstance.g:4155:2: rule__ConnectionInstance__Alternatives_10
+ // InternalInstance.g:4071:2: rule__ConnectionInstance__Alternatives_10
{
pushFollow(FOLLOW_25);
rule__ConnectionInstance__Alternatives_10();
@@ -11686,14 +11432,14 @@ public final void rule__ConnectionInstance__Group__10__Impl() throws Recognition
// $ANTLR start "rule__ConnectionInstance__Group__11"
- // InternalInstance.g:4166:1: rule__ConnectionInstance__Group__11 : rule__ConnectionInstance__Group__11__Impl ;
+ // InternalInstance.g:4082:1: rule__ConnectionInstance__Group__11 : rule__ConnectionInstance__Group__11__Impl ;
public final void rule__ConnectionInstance__Group__11() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4170:1: ( rule__ConnectionInstance__Group__11__Impl )
- // InternalInstance.g:4171:2: rule__ConnectionInstance__Group__11__Impl
+ // InternalInstance.g:4086:1: ( rule__ConnectionInstance__Group__11__Impl )
+ // InternalInstance.g:4087:2: rule__ConnectionInstance__Group__11__Impl
{
pushFollow(FOLLOW_2);
rule__ConnectionInstance__Group__11__Impl();
@@ -11719,17 +11465,17 @@ public final void rule__ConnectionInstance__Group__11() throws RecognitionExcept
// $ANTLR start "rule__ConnectionInstance__Group__11__Impl"
- // InternalInstance.g:4177:1: rule__ConnectionInstance__Group__11__Impl : ( '}' ) ;
+ // InternalInstance.g:4093:1: rule__ConnectionInstance__Group__11__Impl : ( '}' ) ;
public final void rule__ConnectionInstance__Group__11__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4181:1: ( ( '}' ) )
- // InternalInstance.g:4182:1: ( '}' )
+ // InternalInstance.g:4097:1: ( ( '}' ) )
+ // InternalInstance.g:4098:1: ( '}' )
{
- // InternalInstance.g:4182:1: ( '}' )
- // InternalInstance.g:4183:1: '}'
+ // InternalInstance.g:4098:1: ( '}' )
+ // InternalInstance.g:4099:1: '}'
{
before(grammarAccess.getConnectionInstanceAccess().getRightCurlyBracketKeyword_11());
match(input,51,FOLLOW_2);
@@ -11756,14 +11502,14 @@ public final void rule__ConnectionInstance__Group__11__Impl() throws Recognition
// $ANTLR start "rule__ConnectionInstance__Group_7__0"
- // InternalInstance.g:4220:1: rule__ConnectionInstance__Group_7__0 : rule__ConnectionInstance__Group_7__0__Impl rule__ConnectionInstance__Group_7__1 ;
+ // InternalInstance.g:4136:1: rule__ConnectionInstance__Group_7__0 : rule__ConnectionInstance__Group_7__0__Impl rule__ConnectionInstance__Group_7__1 ;
public final void rule__ConnectionInstance__Group_7__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4224:1: ( rule__ConnectionInstance__Group_7__0__Impl rule__ConnectionInstance__Group_7__1 )
- // InternalInstance.g:4225:2: rule__ConnectionInstance__Group_7__0__Impl rule__ConnectionInstance__Group_7__1
+ // InternalInstance.g:4140:1: ( rule__ConnectionInstance__Group_7__0__Impl rule__ConnectionInstance__Group_7__1 )
+ // InternalInstance.g:4141:2: rule__ConnectionInstance__Group_7__0__Impl rule__ConnectionInstance__Group_7__1
{
pushFollow(FOLLOW_14);
rule__ConnectionInstance__Group_7__0__Impl();
@@ -11794,17 +11540,17 @@ public final void rule__ConnectionInstance__Group_7__0() throws RecognitionExcep
// $ANTLR start "rule__ConnectionInstance__Group_7__0__Impl"
- // InternalInstance.g:4232:1: rule__ConnectionInstance__Group_7__0__Impl : ( 'in' ) ;
+ // InternalInstance.g:4148:1: rule__ConnectionInstance__Group_7__0__Impl : ( 'in' ) ;
public final void rule__ConnectionInstance__Group_7__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4236:1: ( ( 'in' ) )
- // InternalInstance.g:4237:1: ( 'in' )
+ // InternalInstance.g:4152:1: ( ( 'in' ) )
+ // InternalInstance.g:4153:1: ( 'in' )
{
- // InternalInstance.g:4237:1: ( 'in' )
- // InternalInstance.g:4238:1: 'in'
+ // InternalInstance.g:4153:1: ( 'in' )
+ // InternalInstance.g:4154:1: 'in'
{
before(grammarAccess.getConnectionInstanceAccess().getInKeyword_7_0());
match(input,17,FOLLOW_2);
@@ -11831,14 +11577,14 @@ public final void rule__ConnectionInstance__Group_7__0__Impl() throws Recognitio
// $ANTLR start "rule__ConnectionInstance__Group_7__1"
- // InternalInstance.g:4251:1: rule__ConnectionInstance__Group_7__1 : rule__ConnectionInstance__Group_7__1__Impl rule__ConnectionInstance__Group_7__2 ;
+ // InternalInstance.g:4167:1: rule__ConnectionInstance__Group_7__1 : rule__ConnectionInstance__Group_7__1__Impl rule__ConnectionInstance__Group_7__2 ;
public final void rule__ConnectionInstance__Group_7__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4255:1: ( rule__ConnectionInstance__Group_7__1__Impl rule__ConnectionInstance__Group_7__2 )
- // InternalInstance.g:4256:2: rule__ConnectionInstance__Group_7__1__Impl rule__ConnectionInstance__Group_7__2
+ // InternalInstance.g:4171:1: ( rule__ConnectionInstance__Group_7__1__Impl rule__ConnectionInstance__Group_7__2 )
+ // InternalInstance.g:4172:2: rule__ConnectionInstance__Group_7__1__Impl rule__ConnectionInstance__Group_7__2
{
pushFollow(FOLLOW_15);
rule__ConnectionInstance__Group_7__1__Impl();
@@ -11869,17 +11615,17 @@ public final void rule__ConnectionInstance__Group_7__1() throws RecognitionExcep
// $ANTLR start "rule__ConnectionInstance__Group_7__1__Impl"
- // InternalInstance.g:4263:1: rule__ConnectionInstance__Group_7__1__Impl : ( 'modes' ) ;
+ // InternalInstance.g:4179:1: rule__ConnectionInstance__Group_7__1__Impl : ( 'modes' ) ;
public final void rule__ConnectionInstance__Group_7__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4267:1: ( ( 'modes' ) )
- // InternalInstance.g:4268:1: ( 'modes' )
+ // InternalInstance.g:4183:1: ( ( 'modes' ) )
+ // InternalInstance.g:4184:1: ( 'modes' )
{
- // InternalInstance.g:4268:1: ( 'modes' )
- // InternalInstance.g:4269:1: 'modes'
+ // InternalInstance.g:4184:1: ( 'modes' )
+ // InternalInstance.g:4185:1: 'modes'
{
before(grammarAccess.getConnectionInstanceAccess().getModesKeyword_7_1());
match(input,54,FOLLOW_2);
@@ -11906,14 +11652,14 @@ public final void rule__ConnectionInstance__Group_7__1__Impl() throws Recognitio
// $ANTLR start "rule__ConnectionInstance__Group_7__2"
- // InternalInstance.g:4282:1: rule__ConnectionInstance__Group_7__2 : rule__ConnectionInstance__Group_7__2__Impl rule__ConnectionInstance__Group_7__3 ;
+ // InternalInstance.g:4198:1: rule__ConnectionInstance__Group_7__2 : rule__ConnectionInstance__Group_7__2__Impl rule__ConnectionInstance__Group_7__3 ;
public final void rule__ConnectionInstance__Group_7__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4286:1: ( rule__ConnectionInstance__Group_7__2__Impl rule__ConnectionInstance__Group_7__3 )
- // InternalInstance.g:4287:2: rule__ConnectionInstance__Group_7__2__Impl rule__ConnectionInstance__Group_7__3
+ // InternalInstance.g:4202:1: ( rule__ConnectionInstance__Group_7__2__Impl rule__ConnectionInstance__Group_7__3 )
+ // InternalInstance.g:4203:2: rule__ConnectionInstance__Group_7__2__Impl rule__ConnectionInstance__Group_7__3
{
pushFollow(FOLLOW_3);
rule__ConnectionInstance__Group_7__2__Impl();
@@ -11944,17 +11690,17 @@ public final void rule__ConnectionInstance__Group_7__2() throws RecognitionExcep
// $ANTLR start "rule__ConnectionInstance__Group_7__2__Impl"
- // InternalInstance.g:4294:1: rule__ConnectionInstance__Group_7__2__Impl : ( '(' ) ;
+ // InternalInstance.g:4210:1: rule__ConnectionInstance__Group_7__2__Impl : ( '(' ) ;
public final void rule__ConnectionInstance__Group_7__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4298:1: ( ( '(' ) )
- // InternalInstance.g:4299:1: ( '(' )
+ // InternalInstance.g:4214:1: ( ( '(' ) )
+ // InternalInstance.g:4215:1: ( '(' )
{
- // InternalInstance.g:4299:1: ( '(' )
- // InternalInstance.g:4300:1: '('
+ // InternalInstance.g:4215:1: ( '(' )
+ // InternalInstance.g:4216:1: '('
{
before(grammarAccess.getConnectionInstanceAccess().getLeftParenthesisKeyword_7_2());
match(input,55,FOLLOW_2);
@@ -11981,14 +11727,14 @@ public final void rule__ConnectionInstance__Group_7__2__Impl() throws Recognitio
// $ANTLR start "rule__ConnectionInstance__Group_7__3"
- // InternalInstance.g:4313:1: rule__ConnectionInstance__Group_7__3 : rule__ConnectionInstance__Group_7__3__Impl rule__ConnectionInstance__Group_7__4 ;
+ // InternalInstance.g:4229:1: rule__ConnectionInstance__Group_7__3 : rule__ConnectionInstance__Group_7__3__Impl rule__ConnectionInstance__Group_7__4 ;
public final void rule__ConnectionInstance__Group_7__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4317:1: ( rule__ConnectionInstance__Group_7__3__Impl rule__ConnectionInstance__Group_7__4 )
- // InternalInstance.g:4318:2: rule__ConnectionInstance__Group_7__3__Impl rule__ConnectionInstance__Group_7__4
+ // InternalInstance.g:4233:1: ( rule__ConnectionInstance__Group_7__3__Impl rule__ConnectionInstance__Group_7__4 )
+ // InternalInstance.g:4234:2: rule__ConnectionInstance__Group_7__3__Impl rule__ConnectionInstance__Group_7__4
{
pushFollow(FOLLOW_16);
rule__ConnectionInstance__Group_7__3__Impl();
@@ -12019,21 +11765,21 @@ public final void rule__ConnectionInstance__Group_7__3() throws RecognitionExcep
// $ANTLR start "rule__ConnectionInstance__Group_7__3__Impl"
- // InternalInstance.g:4325:1: rule__ConnectionInstance__Group_7__3__Impl : ( ( rule__ConnectionInstance__InSystemOperationModeAssignment_7_3 ) ) ;
+ // InternalInstance.g:4241:1: rule__ConnectionInstance__Group_7__3__Impl : ( ( rule__ConnectionInstance__InSystemOperationModeAssignment_7_3 ) ) ;
public final void rule__ConnectionInstance__Group_7__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4329:1: ( ( ( rule__ConnectionInstance__InSystemOperationModeAssignment_7_3 ) ) )
- // InternalInstance.g:4330:1: ( ( rule__ConnectionInstance__InSystemOperationModeAssignment_7_3 ) )
+ // InternalInstance.g:4245:1: ( ( ( rule__ConnectionInstance__InSystemOperationModeAssignment_7_3 ) ) )
+ // InternalInstance.g:4246:1: ( ( rule__ConnectionInstance__InSystemOperationModeAssignment_7_3 ) )
{
- // InternalInstance.g:4330:1: ( ( rule__ConnectionInstance__InSystemOperationModeAssignment_7_3 ) )
- // InternalInstance.g:4331:1: ( rule__ConnectionInstance__InSystemOperationModeAssignment_7_3 )
+ // InternalInstance.g:4246:1: ( ( rule__ConnectionInstance__InSystemOperationModeAssignment_7_3 ) )
+ // InternalInstance.g:4247:1: ( rule__ConnectionInstance__InSystemOperationModeAssignment_7_3 )
{
before(grammarAccess.getConnectionInstanceAccess().getInSystemOperationModeAssignment_7_3());
- // InternalInstance.g:4332:1: ( rule__ConnectionInstance__InSystemOperationModeAssignment_7_3 )
- // InternalInstance.g:4332:2: rule__ConnectionInstance__InSystemOperationModeAssignment_7_3
+ // InternalInstance.g:4248:1: ( rule__ConnectionInstance__InSystemOperationModeAssignment_7_3 )
+ // InternalInstance.g:4248:2: rule__ConnectionInstance__InSystemOperationModeAssignment_7_3
{
pushFollow(FOLLOW_2);
rule__ConnectionInstance__InSystemOperationModeAssignment_7_3();
@@ -12066,14 +11812,14 @@ public final void rule__ConnectionInstance__Group_7__3__Impl() throws Recognitio
// $ANTLR start "rule__ConnectionInstance__Group_7__4"
- // InternalInstance.g:4342:1: rule__ConnectionInstance__Group_7__4 : rule__ConnectionInstance__Group_7__4__Impl rule__ConnectionInstance__Group_7__5 ;
+ // InternalInstance.g:4258:1: rule__ConnectionInstance__Group_7__4 : rule__ConnectionInstance__Group_7__4__Impl rule__ConnectionInstance__Group_7__5 ;
public final void rule__ConnectionInstance__Group_7__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4346:1: ( rule__ConnectionInstance__Group_7__4__Impl rule__ConnectionInstance__Group_7__5 )
- // InternalInstance.g:4347:2: rule__ConnectionInstance__Group_7__4__Impl rule__ConnectionInstance__Group_7__5
+ // InternalInstance.g:4262:1: ( rule__ConnectionInstance__Group_7__4__Impl rule__ConnectionInstance__Group_7__5 )
+ // InternalInstance.g:4263:2: rule__ConnectionInstance__Group_7__4__Impl rule__ConnectionInstance__Group_7__5
{
pushFollow(FOLLOW_16);
rule__ConnectionInstance__Group_7__4__Impl();
@@ -12104,20 +11850,20 @@ public final void rule__ConnectionInstance__Group_7__4() throws RecognitionExcep
// $ANTLR start "rule__ConnectionInstance__Group_7__4__Impl"
- // InternalInstance.g:4354:1: rule__ConnectionInstance__Group_7__4__Impl : ( ( rule__ConnectionInstance__Group_7_4__0 )* ) ;
+ // InternalInstance.g:4270:1: rule__ConnectionInstance__Group_7__4__Impl : ( ( rule__ConnectionInstance__Group_7_4__0 )* ) ;
public final void rule__ConnectionInstance__Group_7__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4358:1: ( ( ( rule__ConnectionInstance__Group_7_4__0 )* ) )
- // InternalInstance.g:4359:1: ( ( rule__ConnectionInstance__Group_7_4__0 )* )
+ // InternalInstance.g:4274:1: ( ( ( rule__ConnectionInstance__Group_7_4__0 )* ) )
+ // InternalInstance.g:4275:1: ( ( rule__ConnectionInstance__Group_7_4__0 )* )
{
- // InternalInstance.g:4359:1: ( ( rule__ConnectionInstance__Group_7_4__0 )* )
- // InternalInstance.g:4360:1: ( rule__ConnectionInstance__Group_7_4__0 )*
+ // InternalInstance.g:4275:1: ( ( rule__ConnectionInstance__Group_7_4__0 )* )
+ // InternalInstance.g:4276:1: ( rule__ConnectionInstance__Group_7_4__0 )*
{
before(grammarAccess.getConnectionInstanceAccess().getGroup_7_4());
- // InternalInstance.g:4361:1: ( rule__ConnectionInstance__Group_7_4__0 )*
+ // InternalInstance.g:4277:1: ( rule__ConnectionInstance__Group_7_4__0 )*
loop36:
do {
int alt36=2;
@@ -12130,7 +11876,7 @@ public final void rule__ConnectionInstance__Group_7__4__Impl() throws Recognitio
switch (alt36) {
case 1 :
- // InternalInstance.g:4361:2: rule__ConnectionInstance__Group_7_4__0
+ // InternalInstance.g:4277:2: rule__ConnectionInstance__Group_7_4__0
{
pushFollow(FOLLOW_17);
rule__ConnectionInstance__Group_7_4__0();
@@ -12169,14 +11915,14 @@ public final void rule__ConnectionInstance__Group_7__4__Impl() throws Recognitio
// $ANTLR start "rule__ConnectionInstance__Group_7__5"
- // InternalInstance.g:4371:1: rule__ConnectionInstance__Group_7__5 : rule__ConnectionInstance__Group_7__5__Impl ;
+ // InternalInstance.g:4287:1: rule__ConnectionInstance__Group_7__5 : rule__ConnectionInstance__Group_7__5__Impl ;
public final void rule__ConnectionInstance__Group_7__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4375:1: ( rule__ConnectionInstance__Group_7__5__Impl )
- // InternalInstance.g:4376:2: rule__ConnectionInstance__Group_7__5__Impl
+ // InternalInstance.g:4291:1: ( rule__ConnectionInstance__Group_7__5__Impl )
+ // InternalInstance.g:4292:2: rule__ConnectionInstance__Group_7__5__Impl
{
pushFollow(FOLLOW_2);
rule__ConnectionInstance__Group_7__5__Impl();
@@ -12202,17 +11948,17 @@ public final void rule__ConnectionInstance__Group_7__5() throws RecognitionExcep
// $ANTLR start "rule__ConnectionInstance__Group_7__5__Impl"
- // InternalInstance.g:4382:1: rule__ConnectionInstance__Group_7__5__Impl : ( ')' ) ;
+ // InternalInstance.g:4298:1: rule__ConnectionInstance__Group_7__5__Impl : ( ')' ) ;
public final void rule__ConnectionInstance__Group_7__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4386:1: ( ( ')' ) )
- // InternalInstance.g:4387:1: ( ')' )
+ // InternalInstance.g:4302:1: ( ( ')' ) )
+ // InternalInstance.g:4303:1: ( ')' )
{
- // InternalInstance.g:4387:1: ( ')' )
- // InternalInstance.g:4388:1: ')'
+ // InternalInstance.g:4303:1: ( ')' )
+ // InternalInstance.g:4304:1: ')'
{
before(grammarAccess.getConnectionInstanceAccess().getRightParenthesisKeyword_7_5());
match(input,56,FOLLOW_2);
@@ -12239,14 +11985,14 @@ public final void rule__ConnectionInstance__Group_7__5__Impl() throws Recognitio
// $ANTLR start "rule__ConnectionInstance__Group_7_4__0"
- // InternalInstance.g:4413:1: rule__ConnectionInstance__Group_7_4__0 : rule__ConnectionInstance__Group_7_4__0__Impl rule__ConnectionInstance__Group_7_4__1 ;
+ // InternalInstance.g:4329:1: rule__ConnectionInstance__Group_7_4__0 : rule__ConnectionInstance__Group_7_4__0__Impl rule__ConnectionInstance__Group_7_4__1 ;
public final void rule__ConnectionInstance__Group_7_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4417:1: ( rule__ConnectionInstance__Group_7_4__0__Impl rule__ConnectionInstance__Group_7_4__1 )
- // InternalInstance.g:4418:2: rule__ConnectionInstance__Group_7_4__0__Impl rule__ConnectionInstance__Group_7_4__1
+ // InternalInstance.g:4333:1: ( rule__ConnectionInstance__Group_7_4__0__Impl rule__ConnectionInstance__Group_7_4__1 )
+ // InternalInstance.g:4334:2: rule__ConnectionInstance__Group_7_4__0__Impl rule__ConnectionInstance__Group_7_4__1
{
pushFollow(FOLLOW_3);
rule__ConnectionInstance__Group_7_4__0__Impl();
@@ -12277,17 +12023,17 @@ public final void rule__ConnectionInstance__Group_7_4__0() throws RecognitionExc
// $ANTLR start "rule__ConnectionInstance__Group_7_4__0__Impl"
- // InternalInstance.g:4425:1: rule__ConnectionInstance__Group_7_4__0__Impl : ( ',' ) ;
+ // InternalInstance.g:4341:1: rule__ConnectionInstance__Group_7_4__0__Impl : ( ',' ) ;
public final void rule__ConnectionInstance__Group_7_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4429:1: ( ( ',' ) )
- // InternalInstance.g:4430:1: ( ',' )
+ // InternalInstance.g:4345:1: ( ( ',' ) )
+ // InternalInstance.g:4346:1: ( ',' )
{
- // InternalInstance.g:4430:1: ( ',' )
- // InternalInstance.g:4431:1: ','
+ // InternalInstance.g:4346:1: ( ',' )
+ // InternalInstance.g:4347:1: ','
{
before(grammarAccess.getConnectionInstanceAccess().getCommaKeyword_7_4_0());
match(input,57,FOLLOW_2);
@@ -12314,14 +12060,14 @@ public final void rule__ConnectionInstance__Group_7_4__0__Impl() throws Recognit
// $ANTLR start "rule__ConnectionInstance__Group_7_4__1"
- // InternalInstance.g:4444:1: rule__ConnectionInstance__Group_7_4__1 : rule__ConnectionInstance__Group_7_4__1__Impl ;
+ // InternalInstance.g:4360:1: rule__ConnectionInstance__Group_7_4__1 : rule__ConnectionInstance__Group_7_4__1__Impl ;
public final void rule__ConnectionInstance__Group_7_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4448:1: ( rule__ConnectionInstance__Group_7_4__1__Impl )
- // InternalInstance.g:4449:2: rule__ConnectionInstance__Group_7_4__1__Impl
+ // InternalInstance.g:4364:1: ( rule__ConnectionInstance__Group_7_4__1__Impl )
+ // InternalInstance.g:4365:2: rule__ConnectionInstance__Group_7_4__1__Impl
{
pushFollow(FOLLOW_2);
rule__ConnectionInstance__Group_7_4__1__Impl();
@@ -12347,21 +12093,21 @@ public final void rule__ConnectionInstance__Group_7_4__1() throws RecognitionExc
// $ANTLR start "rule__ConnectionInstance__Group_7_4__1__Impl"
- // InternalInstance.g:4455:1: rule__ConnectionInstance__Group_7_4__1__Impl : ( ( rule__ConnectionInstance__InSystemOperationModeAssignment_7_4_1 ) ) ;
+ // InternalInstance.g:4371:1: rule__ConnectionInstance__Group_7_4__1__Impl : ( ( rule__ConnectionInstance__InSystemOperationModeAssignment_7_4_1 ) ) ;
public final void rule__ConnectionInstance__Group_7_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4459:1: ( ( ( rule__ConnectionInstance__InSystemOperationModeAssignment_7_4_1 ) ) )
- // InternalInstance.g:4460:1: ( ( rule__ConnectionInstance__InSystemOperationModeAssignment_7_4_1 ) )
+ // InternalInstance.g:4375:1: ( ( ( rule__ConnectionInstance__InSystemOperationModeAssignment_7_4_1 ) ) )
+ // InternalInstance.g:4376:1: ( ( rule__ConnectionInstance__InSystemOperationModeAssignment_7_4_1 ) )
{
- // InternalInstance.g:4460:1: ( ( rule__ConnectionInstance__InSystemOperationModeAssignment_7_4_1 ) )
- // InternalInstance.g:4461:1: ( rule__ConnectionInstance__InSystemOperationModeAssignment_7_4_1 )
+ // InternalInstance.g:4376:1: ( ( rule__ConnectionInstance__InSystemOperationModeAssignment_7_4_1 ) )
+ // InternalInstance.g:4377:1: ( rule__ConnectionInstance__InSystemOperationModeAssignment_7_4_1 )
{
before(grammarAccess.getConnectionInstanceAccess().getInSystemOperationModeAssignment_7_4_1());
- // InternalInstance.g:4462:1: ( rule__ConnectionInstance__InSystemOperationModeAssignment_7_4_1 )
- // InternalInstance.g:4462:2: rule__ConnectionInstance__InSystemOperationModeAssignment_7_4_1
+ // InternalInstance.g:4378:1: ( rule__ConnectionInstance__InSystemOperationModeAssignment_7_4_1 )
+ // InternalInstance.g:4378:2: rule__ConnectionInstance__InSystemOperationModeAssignment_7_4_1
{
pushFollow(FOLLOW_2);
rule__ConnectionInstance__InSystemOperationModeAssignment_7_4_1();
@@ -12394,14 +12140,14 @@ public final void rule__ConnectionInstance__Group_7_4__1__Impl() throws Recognit
// $ANTLR start "rule__ConnectionInstance__Group_8__0"
- // InternalInstance.g:4476:1: rule__ConnectionInstance__Group_8__0 : rule__ConnectionInstance__Group_8__0__Impl rule__ConnectionInstance__Group_8__1 ;
+ // InternalInstance.g:4392:1: rule__ConnectionInstance__Group_8__0 : rule__ConnectionInstance__Group_8__0__Impl rule__ConnectionInstance__Group_8__1 ;
public final void rule__ConnectionInstance__Group_8__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4480:1: ( rule__ConnectionInstance__Group_8__0__Impl rule__ConnectionInstance__Group_8__1 )
- // InternalInstance.g:4481:2: rule__ConnectionInstance__Group_8__0__Impl rule__ConnectionInstance__Group_8__1
+ // InternalInstance.g:4396:1: ( rule__ConnectionInstance__Group_8__0__Impl rule__ConnectionInstance__Group_8__1 )
+ // InternalInstance.g:4397:2: rule__ConnectionInstance__Group_8__0__Impl rule__ConnectionInstance__Group_8__1
{
pushFollow(FOLLOW_26);
rule__ConnectionInstance__Group_8__0__Impl();
@@ -12432,17 +12178,17 @@ public final void rule__ConnectionInstance__Group_8__0() throws RecognitionExcep
// $ANTLR start "rule__ConnectionInstance__Group_8__0__Impl"
- // InternalInstance.g:4488:1: rule__ConnectionInstance__Group_8__0__Impl : ( 'in' ) ;
+ // InternalInstance.g:4404:1: rule__ConnectionInstance__Group_8__0__Impl : ( 'in' ) ;
public final void rule__ConnectionInstance__Group_8__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4492:1: ( ( 'in' ) )
- // InternalInstance.g:4493:1: ( 'in' )
+ // InternalInstance.g:4408:1: ( ( 'in' ) )
+ // InternalInstance.g:4409:1: ( 'in' )
{
- // InternalInstance.g:4493:1: ( 'in' )
- // InternalInstance.g:4494:1: 'in'
+ // InternalInstance.g:4409:1: ( 'in' )
+ // InternalInstance.g:4410:1: 'in'
{
before(grammarAccess.getConnectionInstanceAccess().getInKeyword_8_0());
match(input,17,FOLLOW_2);
@@ -12469,14 +12215,14 @@ public final void rule__ConnectionInstance__Group_8__0__Impl() throws Recognitio
// $ANTLR start "rule__ConnectionInstance__Group_8__1"
- // InternalInstance.g:4507:1: rule__ConnectionInstance__Group_8__1 : rule__ConnectionInstance__Group_8__1__Impl rule__ConnectionInstance__Group_8__2 ;
+ // InternalInstance.g:4423:1: rule__ConnectionInstance__Group_8__1 : rule__ConnectionInstance__Group_8__1__Impl rule__ConnectionInstance__Group_8__2 ;
public final void rule__ConnectionInstance__Group_8__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4511:1: ( rule__ConnectionInstance__Group_8__1__Impl rule__ConnectionInstance__Group_8__2 )
- // InternalInstance.g:4512:2: rule__ConnectionInstance__Group_8__1__Impl rule__ConnectionInstance__Group_8__2
+ // InternalInstance.g:4427:1: ( rule__ConnectionInstance__Group_8__1__Impl rule__ConnectionInstance__Group_8__2 )
+ // InternalInstance.g:4428:2: rule__ConnectionInstance__Group_8__1__Impl rule__ConnectionInstance__Group_8__2
{
pushFollow(FOLLOW_15);
rule__ConnectionInstance__Group_8__1__Impl();
@@ -12507,17 +12253,17 @@ public final void rule__ConnectionInstance__Group_8__1() throws RecognitionExcep
// $ANTLR start "rule__ConnectionInstance__Group_8__1__Impl"
- // InternalInstance.g:4519:1: rule__ConnectionInstance__Group_8__1__Impl : ( 'transitions' ) ;
+ // InternalInstance.g:4435:1: rule__ConnectionInstance__Group_8__1__Impl : ( 'transitions' ) ;
public final void rule__ConnectionInstance__Group_8__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4523:1: ( ( 'transitions' ) )
- // InternalInstance.g:4524:1: ( 'transitions' )
+ // InternalInstance.g:4439:1: ( ( 'transitions' ) )
+ // InternalInstance.g:4440:1: ( 'transitions' )
{
- // InternalInstance.g:4524:1: ( 'transitions' )
- // InternalInstance.g:4525:1: 'transitions'
+ // InternalInstance.g:4440:1: ( 'transitions' )
+ // InternalInstance.g:4441:1: 'transitions'
{
before(grammarAccess.getConnectionInstanceAccess().getTransitionsKeyword_8_1());
match(input,58,FOLLOW_2);
@@ -12544,14 +12290,14 @@ public final void rule__ConnectionInstance__Group_8__1__Impl() throws Recognitio
// $ANTLR start "rule__ConnectionInstance__Group_8__2"
- // InternalInstance.g:4538:1: rule__ConnectionInstance__Group_8__2 : rule__ConnectionInstance__Group_8__2__Impl rule__ConnectionInstance__Group_8__3 ;
+ // InternalInstance.g:4454:1: rule__ConnectionInstance__Group_8__2 : rule__ConnectionInstance__Group_8__2__Impl rule__ConnectionInstance__Group_8__3 ;
public final void rule__ConnectionInstance__Group_8__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4542:1: ( rule__ConnectionInstance__Group_8__2__Impl rule__ConnectionInstance__Group_8__3 )
- // InternalInstance.g:4543:2: rule__ConnectionInstance__Group_8__2__Impl rule__ConnectionInstance__Group_8__3
+ // InternalInstance.g:4458:1: ( rule__ConnectionInstance__Group_8__2__Impl rule__ConnectionInstance__Group_8__3 )
+ // InternalInstance.g:4459:2: rule__ConnectionInstance__Group_8__2__Impl rule__ConnectionInstance__Group_8__3
{
pushFollow(FOLLOW_27);
rule__ConnectionInstance__Group_8__2__Impl();
@@ -12582,17 +12328,17 @@ public final void rule__ConnectionInstance__Group_8__2() throws RecognitionExcep
// $ANTLR start "rule__ConnectionInstance__Group_8__2__Impl"
- // InternalInstance.g:4550:1: rule__ConnectionInstance__Group_8__2__Impl : ( '(' ) ;
+ // InternalInstance.g:4466:1: rule__ConnectionInstance__Group_8__2__Impl : ( '(' ) ;
public final void rule__ConnectionInstance__Group_8__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4554:1: ( ( '(' ) )
- // InternalInstance.g:4555:1: ( '(' )
+ // InternalInstance.g:4470:1: ( ( '(' ) )
+ // InternalInstance.g:4471:1: ( '(' )
{
- // InternalInstance.g:4555:1: ( '(' )
- // InternalInstance.g:4556:1: '('
+ // InternalInstance.g:4471:1: ( '(' )
+ // InternalInstance.g:4472:1: '('
{
before(grammarAccess.getConnectionInstanceAccess().getLeftParenthesisKeyword_8_2());
match(input,55,FOLLOW_2);
@@ -12619,14 +12365,14 @@ public final void rule__ConnectionInstance__Group_8__2__Impl() throws Recognitio
// $ANTLR start "rule__ConnectionInstance__Group_8__3"
- // InternalInstance.g:4569:1: rule__ConnectionInstance__Group_8__3 : rule__ConnectionInstance__Group_8__3__Impl rule__ConnectionInstance__Group_8__4 ;
+ // InternalInstance.g:4485:1: rule__ConnectionInstance__Group_8__3 : rule__ConnectionInstance__Group_8__3__Impl rule__ConnectionInstance__Group_8__4 ;
public final void rule__ConnectionInstance__Group_8__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4573:1: ( rule__ConnectionInstance__Group_8__3__Impl rule__ConnectionInstance__Group_8__4 )
- // InternalInstance.g:4574:2: rule__ConnectionInstance__Group_8__3__Impl rule__ConnectionInstance__Group_8__4
+ // InternalInstance.g:4489:1: ( rule__ConnectionInstance__Group_8__3__Impl rule__ConnectionInstance__Group_8__4 )
+ // InternalInstance.g:4490:2: rule__ConnectionInstance__Group_8__3__Impl rule__ConnectionInstance__Group_8__4
{
pushFollow(FOLLOW_16);
rule__ConnectionInstance__Group_8__3__Impl();
@@ -12657,21 +12403,21 @@ public final void rule__ConnectionInstance__Group_8__3() throws RecognitionExcep
// $ANTLR start "rule__ConnectionInstance__Group_8__3__Impl"
- // InternalInstance.g:4581:1: rule__ConnectionInstance__Group_8__3__Impl : ( ( rule__ConnectionInstance__InModeTransitionAssignment_8_3 ) ) ;
+ // InternalInstance.g:4497:1: rule__ConnectionInstance__Group_8__3__Impl : ( ( rule__ConnectionInstance__InModeTransitionAssignment_8_3 ) ) ;
public final void rule__ConnectionInstance__Group_8__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4585:1: ( ( ( rule__ConnectionInstance__InModeTransitionAssignment_8_3 ) ) )
- // InternalInstance.g:4586:1: ( ( rule__ConnectionInstance__InModeTransitionAssignment_8_3 ) )
+ // InternalInstance.g:4501:1: ( ( ( rule__ConnectionInstance__InModeTransitionAssignment_8_3 ) ) )
+ // InternalInstance.g:4502:1: ( ( rule__ConnectionInstance__InModeTransitionAssignment_8_3 ) )
{
- // InternalInstance.g:4586:1: ( ( rule__ConnectionInstance__InModeTransitionAssignment_8_3 ) )
- // InternalInstance.g:4587:1: ( rule__ConnectionInstance__InModeTransitionAssignment_8_3 )
+ // InternalInstance.g:4502:1: ( ( rule__ConnectionInstance__InModeTransitionAssignment_8_3 ) )
+ // InternalInstance.g:4503:1: ( rule__ConnectionInstance__InModeTransitionAssignment_8_3 )
{
before(grammarAccess.getConnectionInstanceAccess().getInModeTransitionAssignment_8_3());
- // InternalInstance.g:4588:1: ( rule__ConnectionInstance__InModeTransitionAssignment_8_3 )
- // InternalInstance.g:4588:2: rule__ConnectionInstance__InModeTransitionAssignment_8_3
+ // InternalInstance.g:4504:1: ( rule__ConnectionInstance__InModeTransitionAssignment_8_3 )
+ // InternalInstance.g:4504:2: rule__ConnectionInstance__InModeTransitionAssignment_8_3
{
pushFollow(FOLLOW_2);
rule__ConnectionInstance__InModeTransitionAssignment_8_3();
@@ -12704,14 +12450,14 @@ public final void rule__ConnectionInstance__Group_8__3__Impl() throws Recognitio
// $ANTLR start "rule__ConnectionInstance__Group_8__4"
- // InternalInstance.g:4598:1: rule__ConnectionInstance__Group_8__4 : rule__ConnectionInstance__Group_8__4__Impl rule__ConnectionInstance__Group_8__5 ;
+ // InternalInstance.g:4514:1: rule__ConnectionInstance__Group_8__4 : rule__ConnectionInstance__Group_8__4__Impl rule__ConnectionInstance__Group_8__5 ;
public final void rule__ConnectionInstance__Group_8__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4602:1: ( rule__ConnectionInstance__Group_8__4__Impl rule__ConnectionInstance__Group_8__5 )
- // InternalInstance.g:4603:2: rule__ConnectionInstance__Group_8__4__Impl rule__ConnectionInstance__Group_8__5
+ // InternalInstance.g:4518:1: ( rule__ConnectionInstance__Group_8__4__Impl rule__ConnectionInstance__Group_8__5 )
+ // InternalInstance.g:4519:2: rule__ConnectionInstance__Group_8__4__Impl rule__ConnectionInstance__Group_8__5
{
pushFollow(FOLLOW_16);
rule__ConnectionInstance__Group_8__4__Impl();
@@ -12742,20 +12488,20 @@ public final void rule__ConnectionInstance__Group_8__4() throws RecognitionExcep
// $ANTLR start "rule__ConnectionInstance__Group_8__4__Impl"
- // InternalInstance.g:4610:1: rule__ConnectionInstance__Group_8__4__Impl : ( ( rule__ConnectionInstance__Group_8_4__0 )* ) ;
+ // InternalInstance.g:4526:1: rule__ConnectionInstance__Group_8__4__Impl : ( ( rule__ConnectionInstance__Group_8_4__0 )* ) ;
public final void rule__ConnectionInstance__Group_8__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4614:1: ( ( ( rule__ConnectionInstance__Group_8_4__0 )* ) )
- // InternalInstance.g:4615:1: ( ( rule__ConnectionInstance__Group_8_4__0 )* )
+ // InternalInstance.g:4530:1: ( ( ( rule__ConnectionInstance__Group_8_4__0 )* ) )
+ // InternalInstance.g:4531:1: ( ( rule__ConnectionInstance__Group_8_4__0 )* )
{
- // InternalInstance.g:4615:1: ( ( rule__ConnectionInstance__Group_8_4__0 )* )
- // InternalInstance.g:4616:1: ( rule__ConnectionInstance__Group_8_4__0 )*
+ // InternalInstance.g:4531:1: ( ( rule__ConnectionInstance__Group_8_4__0 )* )
+ // InternalInstance.g:4532:1: ( rule__ConnectionInstance__Group_8_4__0 )*
{
before(grammarAccess.getConnectionInstanceAccess().getGroup_8_4());
- // InternalInstance.g:4617:1: ( rule__ConnectionInstance__Group_8_4__0 )*
+ // InternalInstance.g:4533:1: ( rule__ConnectionInstance__Group_8_4__0 )*
loop37:
do {
int alt37=2;
@@ -12768,7 +12514,7 @@ public final void rule__ConnectionInstance__Group_8__4__Impl() throws Recognitio
switch (alt37) {
case 1 :
- // InternalInstance.g:4617:2: rule__ConnectionInstance__Group_8_4__0
+ // InternalInstance.g:4533:2: rule__ConnectionInstance__Group_8_4__0
{
pushFollow(FOLLOW_17);
rule__ConnectionInstance__Group_8_4__0();
@@ -12807,14 +12553,14 @@ public final void rule__ConnectionInstance__Group_8__4__Impl() throws Recognitio
// $ANTLR start "rule__ConnectionInstance__Group_8__5"
- // InternalInstance.g:4627:1: rule__ConnectionInstance__Group_8__5 : rule__ConnectionInstance__Group_8__5__Impl ;
+ // InternalInstance.g:4543:1: rule__ConnectionInstance__Group_8__5 : rule__ConnectionInstance__Group_8__5__Impl ;
public final void rule__ConnectionInstance__Group_8__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4631:1: ( rule__ConnectionInstance__Group_8__5__Impl )
- // InternalInstance.g:4632:2: rule__ConnectionInstance__Group_8__5__Impl
+ // InternalInstance.g:4547:1: ( rule__ConnectionInstance__Group_8__5__Impl )
+ // InternalInstance.g:4548:2: rule__ConnectionInstance__Group_8__5__Impl
{
pushFollow(FOLLOW_2);
rule__ConnectionInstance__Group_8__5__Impl();
@@ -12840,17 +12586,17 @@ public final void rule__ConnectionInstance__Group_8__5() throws RecognitionExcep
// $ANTLR start "rule__ConnectionInstance__Group_8__5__Impl"
- // InternalInstance.g:4638:1: rule__ConnectionInstance__Group_8__5__Impl : ( ')' ) ;
+ // InternalInstance.g:4554:1: rule__ConnectionInstance__Group_8__5__Impl : ( ')' ) ;
public final void rule__ConnectionInstance__Group_8__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4642:1: ( ( ')' ) )
- // InternalInstance.g:4643:1: ( ')' )
+ // InternalInstance.g:4558:1: ( ( ')' ) )
+ // InternalInstance.g:4559:1: ( ')' )
{
- // InternalInstance.g:4643:1: ( ')' )
- // InternalInstance.g:4644:1: ')'
+ // InternalInstance.g:4559:1: ( ')' )
+ // InternalInstance.g:4560:1: ')'
{
before(grammarAccess.getConnectionInstanceAccess().getRightParenthesisKeyword_8_5());
match(input,56,FOLLOW_2);
@@ -12877,14 +12623,14 @@ public final void rule__ConnectionInstance__Group_8__5__Impl() throws Recognitio
// $ANTLR start "rule__ConnectionInstance__Group_8_4__0"
- // InternalInstance.g:4669:1: rule__ConnectionInstance__Group_8_4__0 : rule__ConnectionInstance__Group_8_4__0__Impl rule__ConnectionInstance__Group_8_4__1 ;
+ // InternalInstance.g:4585:1: rule__ConnectionInstance__Group_8_4__0 : rule__ConnectionInstance__Group_8_4__0__Impl rule__ConnectionInstance__Group_8_4__1 ;
public final void rule__ConnectionInstance__Group_8_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4673:1: ( rule__ConnectionInstance__Group_8_4__0__Impl rule__ConnectionInstance__Group_8_4__1 )
- // InternalInstance.g:4674:2: rule__ConnectionInstance__Group_8_4__0__Impl rule__ConnectionInstance__Group_8_4__1
+ // InternalInstance.g:4589:1: ( rule__ConnectionInstance__Group_8_4__0__Impl rule__ConnectionInstance__Group_8_4__1 )
+ // InternalInstance.g:4590:2: rule__ConnectionInstance__Group_8_4__0__Impl rule__ConnectionInstance__Group_8_4__1
{
pushFollow(FOLLOW_27);
rule__ConnectionInstance__Group_8_4__0__Impl();
@@ -12915,17 +12661,17 @@ public final void rule__ConnectionInstance__Group_8_4__0() throws RecognitionExc
// $ANTLR start "rule__ConnectionInstance__Group_8_4__0__Impl"
- // InternalInstance.g:4681:1: rule__ConnectionInstance__Group_8_4__0__Impl : ( ',' ) ;
+ // InternalInstance.g:4597:1: rule__ConnectionInstance__Group_8_4__0__Impl : ( ',' ) ;
public final void rule__ConnectionInstance__Group_8_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4685:1: ( ( ',' ) )
- // InternalInstance.g:4686:1: ( ',' )
+ // InternalInstance.g:4601:1: ( ( ',' ) )
+ // InternalInstance.g:4602:1: ( ',' )
{
- // InternalInstance.g:4686:1: ( ',' )
- // InternalInstance.g:4687:1: ','
+ // InternalInstance.g:4602:1: ( ',' )
+ // InternalInstance.g:4603:1: ','
{
before(grammarAccess.getConnectionInstanceAccess().getCommaKeyword_8_4_0());
match(input,57,FOLLOW_2);
@@ -12952,14 +12698,14 @@ public final void rule__ConnectionInstance__Group_8_4__0__Impl() throws Recognit
// $ANTLR start "rule__ConnectionInstance__Group_8_4__1"
- // InternalInstance.g:4700:1: rule__ConnectionInstance__Group_8_4__1 : rule__ConnectionInstance__Group_8_4__1__Impl ;
+ // InternalInstance.g:4616:1: rule__ConnectionInstance__Group_8_4__1 : rule__ConnectionInstance__Group_8_4__1__Impl ;
public final void rule__ConnectionInstance__Group_8_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4704:1: ( rule__ConnectionInstance__Group_8_4__1__Impl )
- // InternalInstance.g:4705:2: rule__ConnectionInstance__Group_8_4__1__Impl
+ // InternalInstance.g:4620:1: ( rule__ConnectionInstance__Group_8_4__1__Impl )
+ // InternalInstance.g:4621:2: rule__ConnectionInstance__Group_8_4__1__Impl
{
pushFollow(FOLLOW_2);
rule__ConnectionInstance__Group_8_4__1__Impl();
@@ -12985,21 +12731,21 @@ public final void rule__ConnectionInstance__Group_8_4__1() throws RecognitionExc
// $ANTLR start "rule__ConnectionInstance__Group_8_4__1__Impl"
- // InternalInstance.g:4711:1: rule__ConnectionInstance__Group_8_4__1__Impl : ( ( rule__ConnectionInstance__InModeTransitionAssignment_8_4_1 ) ) ;
+ // InternalInstance.g:4627:1: rule__ConnectionInstance__Group_8_4__1__Impl : ( ( rule__ConnectionInstance__InModeTransitionAssignment_8_4_1 ) ) ;
public final void rule__ConnectionInstance__Group_8_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4715:1: ( ( ( rule__ConnectionInstance__InModeTransitionAssignment_8_4_1 ) ) )
- // InternalInstance.g:4716:1: ( ( rule__ConnectionInstance__InModeTransitionAssignment_8_4_1 ) )
+ // InternalInstance.g:4631:1: ( ( ( rule__ConnectionInstance__InModeTransitionAssignment_8_4_1 ) ) )
+ // InternalInstance.g:4632:1: ( ( rule__ConnectionInstance__InModeTransitionAssignment_8_4_1 ) )
{
- // InternalInstance.g:4716:1: ( ( rule__ConnectionInstance__InModeTransitionAssignment_8_4_1 ) )
- // InternalInstance.g:4717:1: ( rule__ConnectionInstance__InModeTransitionAssignment_8_4_1 )
+ // InternalInstance.g:4632:1: ( ( rule__ConnectionInstance__InModeTransitionAssignment_8_4_1 ) )
+ // InternalInstance.g:4633:1: ( rule__ConnectionInstance__InModeTransitionAssignment_8_4_1 )
{
before(grammarAccess.getConnectionInstanceAccess().getInModeTransitionAssignment_8_4_1());
- // InternalInstance.g:4718:1: ( rule__ConnectionInstance__InModeTransitionAssignment_8_4_1 )
- // InternalInstance.g:4718:2: rule__ConnectionInstance__InModeTransitionAssignment_8_4_1
+ // InternalInstance.g:4634:1: ( rule__ConnectionInstance__InModeTransitionAssignment_8_4_1 )
+ // InternalInstance.g:4634:2: rule__ConnectionInstance__InModeTransitionAssignment_8_4_1
{
pushFollow(FOLLOW_2);
rule__ConnectionInstance__InModeTransitionAssignment_8_4_1();
@@ -13032,14 +12778,14 @@ public final void rule__ConnectionInstance__Group_8_4__1__Impl() throws Recognit
// $ANTLR start "rule__ConnectionReference__Group__0"
- // InternalInstance.g:4732:1: rule__ConnectionReference__Group__0 : rule__ConnectionReference__Group__0__Impl rule__ConnectionReference__Group__1 ;
+ // InternalInstance.g:4648:1: rule__ConnectionReference__Group__0 : rule__ConnectionReference__Group__0__Impl rule__ConnectionReference__Group__1 ;
public final void rule__ConnectionReference__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4736:1: ( rule__ConnectionReference__Group__0__Impl rule__ConnectionReference__Group__1 )
- // InternalInstance.g:4737:2: rule__ConnectionReference__Group__0__Impl rule__ConnectionReference__Group__1
+ // InternalInstance.g:4652:1: ( rule__ConnectionReference__Group__0__Impl rule__ConnectionReference__Group__1 )
+ // InternalInstance.g:4653:2: rule__ConnectionReference__Group__0__Impl rule__ConnectionReference__Group__1
{
pushFollow(FOLLOW_28);
rule__ConnectionReference__Group__0__Impl();
@@ -13070,21 +12816,21 @@ public final void rule__ConnectionReference__Group__0() throws RecognitionExcept
// $ANTLR start "rule__ConnectionReference__Group__0__Impl"
- // InternalInstance.g:4744:1: rule__ConnectionReference__Group__0__Impl : ( ( rule__ConnectionReference__SourceAssignment_0 ) ) ;
+ // InternalInstance.g:4660:1: rule__ConnectionReference__Group__0__Impl : ( ( rule__ConnectionReference__SourceAssignment_0 ) ) ;
public final void rule__ConnectionReference__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4748:1: ( ( ( rule__ConnectionReference__SourceAssignment_0 ) ) )
- // InternalInstance.g:4749:1: ( ( rule__ConnectionReference__SourceAssignment_0 ) )
+ // InternalInstance.g:4664:1: ( ( ( rule__ConnectionReference__SourceAssignment_0 ) ) )
+ // InternalInstance.g:4665:1: ( ( rule__ConnectionReference__SourceAssignment_0 ) )
{
- // InternalInstance.g:4749:1: ( ( rule__ConnectionReference__SourceAssignment_0 ) )
- // InternalInstance.g:4750:1: ( rule__ConnectionReference__SourceAssignment_0 )
+ // InternalInstance.g:4665:1: ( ( rule__ConnectionReference__SourceAssignment_0 ) )
+ // InternalInstance.g:4666:1: ( rule__ConnectionReference__SourceAssignment_0 )
{
before(grammarAccess.getConnectionReferenceAccess().getSourceAssignment_0());
- // InternalInstance.g:4751:1: ( rule__ConnectionReference__SourceAssignment_0 )
- // InternalInstance.g:4751:2: rule__ConnectionReference__SourceAssignment_0
+ // InternalInstance.g:4667:1: ( rule__ConnectionReference__SourceAssignment_0 )
+ // InternalInstance.g:4667:2: rule__ConnectionReference__SourceAssignment_0
{
pushFollow(FOLLOW_2);
rule__ConnectionReference__SourceAssignment_0();
@@ -13117,14 +12863,14 @@ public final void rule__ConnectionReference__Group__0__Impl() throws Recognition
// $ANTLR start "rule__ConnectionReference__Group__1"
- // InternalInstance.g:4761:1: rule__ConnectionReference__Group__1 : rule__ConnectionReference__Group__1__Impl rule__ConnectionReference__Group__2 ;
+ // InternalInstance.g:4677:1: rule__ConnectionReference__Group__1 : rule__ConnectionReference__Group__1__Impl rule__ConnectionReference__Group__2 ;
public final void rule__ConnectionReference__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4765:1: ( rule__ConnectionReference__Group__1__Impl rule__ConnectionReference__Group__2 )
- // InternalInstance.g:4766:2: rule__ConnectionReference__Group__1__Impl rule__ConnectionReference__Group__2
+ // InternalInstance.g:4681:1: ( rule__ConnectionReference__Group__1__Impl rule__ConnectionReference__Group__2 )
+ // InternalInstance.g:4682:2: rule__ConnectionReference__Group__1__Impl rule__ConnectionReference__Group__2
{
pushFollow(FOLLOW_20);
rule__ConnectionReference__Group__1__Impl();
@@ -13155,17 +12901,17 @@ public final void rule__ConnectionReference__Group__1() throws RecognitionExcept
// $ANTLR start "rule__ConnectionReference__Group__1__Impl"
- // InternalInstance.g:4773:1: rule__ConnectionReference__Group__1__Impl : ( '->' ) ;
+ // InternalInstance.g:4689:1: rule__ConnectionReference__Group__1__Impl : ( '->' ) ;
public final void rule__ConnectionReference__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4777:1: ( ( '->' ) )
- // InternalInstance.g:4778:1: ( '->' )
+ // InternalInstance.g:4693:1: ( ( '->' ) )
+ // InternalInstance.g:4694:1: ( '->' )
{
- // InternalInstance.g:4778:1: ( '->' )
- // InternalInstance.g:4779:1: '->'
+ // InternalInstance.g:4694:1: ( '->' )
+ // InternalInstance.g:4695:1: '->'
{
before(grammarAccess.getConnectionReferenceAccess().getHyphenMinusGreaterThanSignKeyword_1());
match(input,16,FOLLOW_2);
@@ -13192,14 +12938,14 @@ public final void rule__ConnectionReference__Group__1__Impl() throws Recognition
// $ANTLR start "rule__ConnectionReference__Group__2"
- // InternalInstance.g:4792:1: rule__ConnectionReference__Group__2 : rule__ConnectionReference__Group__2__Impl rule__ConnectionReference__Group__3 ;
+ // InternalInstance.g:4708:1: rule__ConnectionReference__Group__2 : rule__ConnectionReference__Group__2__Impl rule__ConnectionReference__Group__3 ;
public final void rule__ConnectionReference__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4796:1: ( rule__ConnectionReference__Group__2__Impl rule__ConnectionReference__Group__3 )
- // InternalInstance.g:4797:2: rule__ConnectionReference__Group__2__Impl rule__ConnectionReference__Group__3
+ // InternalInstance.g:4712:1: ( rule__ConnectionReference__Group__2__Impl rule__ConnectionReference__Group__3 )
+ // InternalInstance.g:4713:2: rule__ConnectionReference__Group__2__Impl rule__ConnectionReference__Group__3
{
pushFollow(FOLLOW_4);
rule__ConnectionReference__Group__2__Impl();
@@ -13230,21 +12976,21 @@ public final void rule__ConnectionReference__Group__2() throws RecognitionExcept
// $ANTLR start "rule__ConnectionReference__Group__2__Impl"
- // InternalInstance.g:4804:1: rule__ConnectionReference__Group__2__Impl : ( ( rule__ConnectionReference__DestinationAssignment_2 ) ) ;
+ // InternalInstance.g:4720:1: rule__ConnectionReference__Group__2__Impl : ( ( rule__ConnectionReference__DestinationAssignment_2 ) ) ;
public final void rule__ConnectionReference__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4808:1: ( ( ( rule__ConnectionReference__DestinationAssignment_2 ) ) )
- // InternalInstance.g:4809:1: ( ( rule__ConnectionReference__DestinationAssignment_2 ) )
+ // InternalInstance.g:4724:1: ( ( ( rule__ConnectionReference__DestinationAssignment_2 ) ) )
+ // InternalInstance.g:4725:1: ( ( rule__ConnectionReference__DestinationAssignment_2 ) )
{
- // InternalInstance.g:4809:1: ( ( rule__ConnectionReference__DestinationAssignment_2 ) )
- // InternalInstance.g:4810:1: ( rule__ConnectionReference__DestinationAssignment_2 )
+ // InternalInstance.g:4725:1: ( ( rule__ConnectionReference__DestinationAssignment_2 ) )
+ // InternalInstance.g:4726:1: ( rule__ConnectionReference__DestinationAssignment_2 )
{
before(grammarAccess.getConnectionReferenceAccess().getDestinationAssignment_2());
- // InternalInstance.g:4811:1: ( rule__ConnectionReference__DestinationAssignment_2 )
- // InternalInstance.g:4811:2: rule__ConnectionReference__DestinationAssignment_2
+ // InternalInstance.g:4727:1: ( rule__ConnectionReference__DestinationAssignment_2 )
+ // InternalInstance.g:4727:2: rule__ConnectionReference__DestinationAssignment_2
{
pushFollow(FOLLOW_2);
rule__ConnectionReference__DestinationAssignment_2();
@@ -13277,14 +13023,14 @@ public final void rule__ConnectionReference__Group__2__Impl() throws Recognition
// $ANTLR start "rule__ConnectionReference__Group__3"
- // InternalInstance.g:4821:1: rule__ConnectionReference__Group__3 : rule__ConnectionReference__Group__3__Impl rule__ConnectionReference__Group__4 ;
+ // InternalInstance.g:4737:1: rule__ConnectionReference__Group__3 : rule__ConnectionReference__Group__3__Impl rule__ConnectionReference__Group__4 ;
public final void rule__ConnectionReference__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4825:1: ( rule__ConnectionReference__Group__3__Impl rule__ConnectionReference__Group__4 )
- // InternalInstance.g:4826:2: rule__ConnectionReference__Group__3__Impl rule__ConnectionReference__Group__4
+ // InternalInstance.g:4741:1: ( rule__ConnectionReference__Group__3__Impl rule__ConnectionReference__Group__4 )
+ // InternalInstance.g:4742:2: rule__ConnectionReference__Group__3__Impl rule__ConnectionReference__Group__4
{
pushFollow(FOLLOW_29);
rule__ConnectionReference__Group__3__Impl();
@@ -13315,17 +13061,17 @@ public final void rule__ConnectionReference__Group__3() throws RecognitionExcept
// $ANTLR start "rule__ConnectionReference__Group__3__Impl"
- // InternalInstance.g:4833:1: rule__ConnectionReference__Group__3__Impl : ( ':' ) ;
+ // InternalInstance.g:4749:1: rule__ConnectionReference__Group__3__Impl : ( ':' ) ;
public final void rule__ConnectionReference__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4837:1: ( ( ':' ) )
- // InternalInstance.g:4838:1: ( ':' )
+ // InternalInstance.g:4753:1: ( ( ':' ) )
+ // InternalInstance.g:4754:1: ( ':' )
{
- // InternalInstance.g:4838:1: ( ':' )
- // InternalInstance.g:4839:1: ':'
+ // InternalInstance.g:4754:1: ( ':' )
+ // InternalInstance.g:4755:1: ':'
{
before(grammarAccess.getConnectionReferenceAccess().getColonKeyword_3());
match(input,49,FOLLOW_2);
@@ -13352,14 +13098,14 @@ public final void rule__ConnectionReference__Group__3__Impl() throws Recognition
// $ANTLR start "rule__ConnectionReference__Group__4"
- // InternalInstance.g:4852:1: rule__ConnectionReference__Group__4 : rule__ConnectionReference__Group__4__Impl rule__ConnectionReference__Group__5 ;
+ // InternalInstance.g:4768:1: rule__ConnectionReference__Group__4 : rule__ConnectionReference__Group__4__Impl rule__ConnectionReference__Group__5 ;
public final void rule__ConnectionReference__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4856:1: ( rule__ConnectionReference__Group__4__Impl rule__ConnectionReference__Group__5 )
- // InternalInstance.g:4857:2: rule__ConnectionReference__Group__4__Impl rule__ConnectionReference__Group__5
+ // InternalInstance.g:4772:1: ( rule__ConnectionReference__Group__4__Impl rule__ConnectionReference__Group__5 )
+ // InternalInstance.g:4773:2: rule__ConnectionReference__Group__4__Impl rule__ConnectionReference__Group__5
{
pushFollow(FOLLOW_29);
rule__ConnectionReference__Group__4__Impl();
@@ -13390,20 +13136,20 @@ public final void rule__ConnectionReference__Group__4() throws RecognitionExcept
// $ANTLR start "rule__ConnectionReference__Group__4__Impl"
- // InternalInstance.g:4864:1: rule__ConnectionReference__Group__4__Impl : ( ( rule__ConnectionReference__ReverseAssignment_4 )? ) ;
+ // InternalInstance.g:4780:1: rule__ConnectionReference__Group__4__Impl : ( ( rule__ConnectionReference__ReverseAssignment_4 )? ) ;
public final void rule__ConnectionReference__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4868:1: ( ( ( rule__ConnectionReference__ReverseAssignment_4 )? ) )
- // InternalInstance.g:4869:1: ( ( rule__ConnectionReference__ReverseAssignment_4 )? )
+ // InternalInstance.g:4784:1: ( ( ( rule__ConnectionReference__ReverseAssignment_4 )? ) )
+ // InternalInstance.g:4785:1: ( ( rule__ConnectionReference__ReverseAssignment_4 )? )
{
- // InternalInstance.g:4869:1: ( ( rule__ConnectionReference__ReverseAssignment_4 )? )
- // InternalInstance.g:4870:1: ( rule__ConnectionReference__ReverseAssignment_4 )?
+ // InternalInstance.g:4785:1: ( ( rule__ConnectionReference__ReverseAssignment_4 )? )
+ // InternalInstance.g:4786:1: ( rule__ConnectionReference__ReverseAssignment_4 )?
{
before(grammarAccess.getConnectionReferenceAccess().getReverseAssignment_4());
- // InternalInstance.g:4871:1: ( rule__ConnectionReference__ReverseAssignment_4 )?
+ // InternalInstance.g:4787:1: ( rule__ConnectionReference__ReverseAssignment_4 )?
int alt38=2;
int LA38_0 = input.LA(1);
@@ -13412,7 +13158,7 @@ public final void rule__ConnectionReference__Group__4__Impl() throws Recognition
}
switch (alt38) {
case 1 :
- // InternalInstance.g:4871:2: rule__ConnectionReference__ReverseAssignment_4
+ // InternalInstance.g:4787:2: rule__ConnectionReference__ReverseAssignment_4
{
pushFollow(FOLLOW_2);
rule__ConnectionReference__ReverseAssignment_4();
@@ -13448,14 +13194,14 @@ public final void rule__ConnectionReference__Group__4__Impl() throws Recognition
// $ANTLR start "rule__ConnectionReference__Group__5"
- // InternalInstance.g:4881:1: rule__ConnectionReference__Group__5 : rule__ConnectionReference__Group__5__Impl rule__ConnectionReference__Group__6 ;
+ // InternalInstance.g:4797:1: rule__ConnectionReference__Group__5 : rule__ConnectionReference__Group__5__Impl rule__ConnectionReference__Group__6 ;
public final void rule__ConnectionReference__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4885:1: ( rule__ConnectionReference__Group__5__Impl rule__ConnectionReference__Group__6 )
- // InternalInstance.g:4886:2: rule__ConnectionReference__Group__5__Impl rule__ConnectionReference__Group__6
+ // InternalInstance.g:4801:1: ( rule__ConnectionReference__Group__5__Impl rule__ConnectionReference__Group__6 )
+ // InternalInstance.g:4802:2: rule__ConnectionReference__Group__5__Impl rule__ConnectionReference__Group__6
{
pushFollow(FOLLOW_30);
rule__ConnectionReference__Group__5__Impl();
@@ -13486,21 +13232,21 @@ public final void rule__ConnectionReference__Group__5() throws RecognitionExcept
// $ANTLR start "rule__ConnectionReference__Group__5__Impl"
- // InternalInstance.g:4893:1: rule__ConnectionReference__Group__5__Impl : ( ( rule__ConnectionReference__ConnectionAssignment_5 ) ) ;
+ // InternalInstance.g:4809:1: rule__ConnectionReference__Group__5__Impl : ( ( rule__ConnectionReference__ConnectionAssignment_5 ) ) ;
public final void rule__ConnectionReference__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4897:1: ( ( ( rule__ConnectionReference__ConnectionAssignment_5 ) ) )
- // InternalInstance.g:4898:1: ( ( rule__ConnectionReference__ConnectionAssignment_5 ) )
+ // InternalInstance.g:4813:1: ( ( ( rule__ConnectionReference__ConnectionAssignment_5 ) ) )
+ // InternalInstance.g:4814:1: ( ( rule__ConnectionReference__ConnectionAssignment_5 ) )
{
- // InternalInstance.g:4898:1: ( ( rule__ConnectionReference__ConnectionAssignment_5 ) )
- // InternalInstance.g:4899:1: ( rule__ConnectionReference__ConnectionAssignment_5 )
+ // InternalInstance.g:4814:1: ( ( rule__ConnectionReference__ConnectionAssignment_5 ) )
+ // InternalInstance.g:4815:1: ( rule__ConnectionReference__ConnectionAssignment_5 )
{
before(grammarAccess.getConnectionReferenceAccess().getConnectionAssignment_5());
- // InternalInstance.g:4900:1: ( rule__ConnectionReference__ConnectionAssignment_5 )
- // InternalInstance.g:4900:2: rule__ConnectionReference__ConnectionAssignment_5
+ // InternalInstance.g:4816:1: ( rule__ConnectionReference__ConnectionAssignment_5 )
+ // InternalInstance.g:4816:2: rule__ConnectionReference__ConnectionAssignment_5
{
pushFollow(FOLLOW_2);
rule__ConnectionReference__ConnectionAssignment_5();
@@ -13533,14 +13279,14 @@ public final void rule__ConnectionReference__Group__5__Impl() throws Recognition
// $ANTLR start "rule__ConnectionReference__Group__6"
- // InternalInstance.g:4910:1: rule__ConnectionReference__Group__6 : rule__ConnectionReference__Group__6__Impl rule__ConnectionReference__Group__7 ;
+ // InternalInstance.g:4826:1: rule__ConnectionReference__Group__6 : rule__ConnectionReference__Group__6__Impl rule__ConnectionReference__Group__7 ;
public final void rule__ConnectionReference__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4914:1: ( rule__ConnectionReference__Group__6__Impl rule__ConnectionReference__Group__7 )
- // InternalInstance.g:4915:2: rule__ConnectionReference__Group__6__Impl rule__ConnectionReference__Group__7
+ // InternalInstance.g:4830:1: ( rule__ConnectionReference__Group__6__Impl rule__ConnectionReference__Group__7 )
+ // InternalInstance.g:4831:2: rule__ConnectionReference__Group__6__Impl rule__ConnectionReference__Group__7
{
pushFollow(FOLLOW_20);
rule__ConnectionReference__Group__6__Impl();
@@ -13571,17 +13317,17 @@ public final void rule__ConnectionReference__Group__6() throws RecognitionExcept
// $ANTLR start "rule__ConnectionReference__Group__6__Impl"
- // InternalInstance.g:4922:1: rule__ConnectionReference__Group__6__Impl : ( 'in' ) ;
+ // InternalInstance.g:4838:1: rule__ConnectionReference__Group__6__Impl : ( 'in' ) ;
public final void rule__ConnectionReference__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4926:1: ( ( 'in' ) )
- // InternalInstance.g:4927:1: ( 'in' )
+ // InternalInstance.g:4842:1: ( ( 'in' ) )
+ // InternalInstance.g:4843:1: ( 'in' )
{
- // InternalInstance.g:4927:1: ( 'in' )
- // InternalInstance.g:4928:1: 'in'
+ // InternalInstance.g:4843:1: ( 'in' )
+ // InternalInstance.g:4844:1: 'in'
{
before(grammarAccess.getConnectionReferenceAccess().getInKeyword_6());
match(input,17,FOLLOW_2);
@@ -13608,14 +13354,14 @@ public final void rule__ConnectionReference__Group__6__Impl() throws Recognition
// $ANTLR start "rule__ConnectionReference__Group__7"
- // InternalInstance.g:4941:1: rule__ConnectionReference__Group__7 : rule__ConnectionReference__Group__7__Impl ;
+ // InternalInstance.g:4857:1: rule__ConnectionReference__Group__7 : rule__ConnectionReference__Group__7__Impl ;
public final void rule__ConnectionReference__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4945:1: ( rule__ConnectionReference__Group__7__Impl )
- // InternalInstance.g:4946:2: rule__ConnectionReference__Group__7__Impl
+ // InternalInstance.g:4861:1: ( rule__ConnectionReference__Group__7__Impl )
+ // InternalInstance.g:4862:2: rule__ConnectionReference__Group__7__Impl
{
pushFollow(FOLLOW_2);
rule__ConnectionReference__Group__7__Impl();
@@ -13641,21 +13387,21 @@ public final void rule__ConnectionReference__Group__7() throws RecognitionExcept
// $ANTLR start "rule__ConnectionReference__Group__7__Impl"
- // InternalInstance.g:4952:1: rule__ConnectionReference__Group__7__Impl : ( ( rule__ConnectionReference__ContextAssignment_7 ) ) ;
+ // InternalInstance.g:4868:1: rule__ConnectionReference__Group__7__Impl : ( ( rule__ConnectionReference__ContextAssignment_7 ) ) ;
public final void rule__ConnectionReference__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4956:1: ( ( ( rule__ConnectionReference__ContextAssignment_7 ) ) )
- // InternalInstance.g:4957:1: ( ( rule__ConnectionReference__ContextAssignment_7 ) )
+ // InternalInstance.g:4872:1: ( ( ( rule__ConnectionReference__ContextAssignment_7 ) ) )
+ // InternalInstance.g:4873:1: ( ( rule__ConnectionReference__ContextAssignment_7 ) )
{
- // InternalInstance.g:4957:1: ( ( rule__ConnectionReference__ContextAssignment_7 ) )
- // InternalInstance.g:4958:1: ( rule__ConnectionReference__ContextAssignment_7 )
+ // InternalInstance.g:4873:1: ( ( rule__ConnectionReference__ContextAssignment_7 ) )
+ // InternalInstance.g:4874:1: ( rule__ConnectionReference__ContextAssignment_7 )
{
before(grammarAccess.getConnectionReferenceAccess().getContextAssignment_7());
- // InternalInstance.g:4959:1: ( rule__ConnectionReference__ContextAssignment_7 )
- // InternalInstance.g:4959:2: rule__ConnectionReference__ContextAssignment_7
+ // InternalInstance.g:4875:1: ( rule__ConnectionReference__ContextAssignment_7 )
+ // InternalInstance.g:4875:2: rule__ConnectionReference__ContextAssignment_7
{
pushFollow(FOLLOW_2);
rule__ConnectionReference__ContextAssignment_7();
@@ -13688,14 +13434,14 @@ public final void rule__ConnectionReference__Group__7__Impl() throws Recognition
// $ANTLR start "rule__FlowSpecificationInstance__Group__0"
- // InternalInstance.g:4985:1: rule__FlowSpecificationInstance__Group__0 : rule__FlowSpecificationInstance__Group__0__Impl rule__FlowSpecificationInstance__Group__1 ;
+ // InternalInstance.g:4901:1: rule__FlowSpecificationInstance__Group__0 : rule__FlowSpecificationInstance__Group__0__Impl rule__FlowSpecificationInstance__Group__1 ;
public final void rule__FlowSpecificationInstance__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:4989:1: ( rule__FlowSpecificationInstance__Group__0__Impl rule__FlowSpecificationInstance__Group__1 )
- // InternalInstance.g:4990:2: rule__FlowSpecificationInstance__Group__0__Impl rule__FlowSpecificationInstance__Group__1
+ // InternalInstance.g:4905:1: ( rule__FlowSpecificationInstance__Group__0__Impl rule__FlowSpecificationInstance__Group__1 )
+ // InternalInstance.g:4906:2: rule__FlowSpecificationInstance__Group__0__Impl rule__FlowSpecificationInstance__Group__1
{
pushFollow(FOLLOW_3);
rule__FlowSpecificationInstance__Group__0__Impl();
@@ -13726,17 +13472,17 @@ public final void rule__FlowSpecificationInstance__Group__0() throws Recognition
// $ANTLR start "rule__FlowSpecificationInstance__Group__0__Impl"
- // InternalInstance.g:4997:1: rule__FlowSpecificationInstance__Group__0__Impl : ( 'flow' ) ;
+ // InternalInstance.g:4913:1: rule__FlowSpecificationInstance__Group__0__Impl : ( 'flow' ) ;
public final void rule__FlowSpecificationInstance__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5001:1: ( ( 'flow' ) )
- // InternalInstance.g:5002:1: ( 'flow' )
+ // InternalInstance.g:4917:1: ( ( 'flow' ) )
+ // InternalInstance.g:4918:1: ( 'flow' )
{
- // InternalInstance.g:5002:1: ( 'flow' )
- // InternalInstance.g:5003:1: 'flow'
+ // InternalInstance.g:4918:1: ( 'flow' )
+ // InternalInstance.g:4919:1: 'flow'
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getFlowKeyword_0());
match(input,59,FOLLOW_2);
@@ -13763,14 +13509,14 @@ public final void rule__FlowSpecificationInstance__Group__0__Impl() throws Recog
// $ANTLR start "rule__FlowSpecificationInstance__Group__1"
- // InternalInstance.g:5016:1: rule__FlowSpecificationInstance__Group__1 : rule__FlowSpecificationInstance__Group__1__Impl rule__FlowSpecificationInstance__Group__2 ;
+ // InternalInstance.g:4932:1: rule__FlowSpecificationInstance__Group__1 : rule__FlowSpecificationInstance__Group__1__Impl rule__FlowSpecificationInstance__Group__2 ;
public final void rule__FlowSpecificationInstance__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5020:1: ( rule__FlowSpecificationInstance__Group__1__Impl rule__FlowSpecificationInstance__Group__2 )
- // InternalInstance.g:5021:2: rule__FlowSpecificationInstance__Group__1__Impl rule__FlowSpecificationInstance__Group__2
+ // InternalInstance.g:4936:1: ( rule__FlowSpecificationInstance__Group__1__Impl rule__FlowSpecificationInstance__Group__2 )
+ // InternalInstance.g:4937:2: rule__FlowSpecificationInstance__Group__1__Impl rule__FlowSpecificationInstance__Group__2
{
pushFollow(FOLLOW_15);
rule__FlowSpecificationInstance__Group__1__Impl();
@@ -13801,21 +13547,21 @@ public final void rule__FlowSpecificationInstance__Group__1() throws Recognition
// $ANTLR start "rule__FlowSpecificationInstance__Group__1__Impl"
- // InternalInstance.g:5028:1: rule__FlowSpecificationInstance__Group__1__Impl : ( ( rule__FlowSpecificationInstance__NameAssignment_1 ) ) ;
+ // InternalInstance.g:4944:1: rule__FlowSpecificationInstance__Group__1__Impl : ( ( rule__FlowSpecificationInstance__NameAssignment_1 ) ) ;
public final void rule__FlowSpecificationInstance__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5032:1: ( ( ( rule__FlowSpecificationInstance__NameAssignment_1 ) ) )
- // InternalInstance.g:5033:1: ( ( rule__FlowSpecificationInstance__NameAssignment_1 ) )
+ // InternalInstance.g:4948:1: ( ( ( rule__FlowSpecificationInstance__NameAssignment_1 ) ) )
+ // InternalInstance.g:4949:1: ( ( rule__FlowSpecificationInstance__NameAssignment_1 ) )
{
- // InternalInstance.g:5033:1: ( ( rule__FlowSpecificationInstance__NameAssignment_1 ) )
- // InternalInstance.g:5034:1: ( rule__FlowSpecificationInstance__NameAssignment_1 )
+ // InternalInstance.g:4949:1: ( ( rule__FlowSpecificationInstance__NameAssignment_1 ) )
+ // InternalInstance.g:4950:1: ( rule__FlowSpecificationInstance__NameAssignment_1 )
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getNameAssignment_1());
- // InternalInstance.g:5035:1: ( rule__FlowSpecificationInstance__NameAssignment_1 )
- // InternalInstance.g:5035:2: rule__FlowSpecificationInstance__NameAssignment_1
+ // InternalInstance.g:4951:1: ( rule__FlowSpecificationInstance__NameAssignment_1 )
+ // InternalInstance.g:4951:2: rule__FlowSpecificationInstance__NameAssignment_1
{
pushFollow(FOLLOW_2);
rule__FlowSpecificationInstance__NameAssignment_1();
@@ -13848,14 +13594,14 @@ public final void rule__FlowSpecificationInstance__Group__1__Impl() throws Recog
// $ANTLR start "rule__FlowSpecificationInstance__Group__2"
- // InternalInstance.g:5045:1: rule__FlowSpecificationInstance__Group__2 : rule__FlowSpecificationInstance__Group__2__Impl rule__FlowSpecificationInstance__Group__3 ;
+ // InternalInstance.g:4961:1: rule__FlowSpecificationInstance__Group__2 : rule__FlowSpecificationInstance__Group__2__Impl rule__FlowSpecificationInstance__Group__3 ;
public final void rule__FlowSpecificationInstance__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5049:1: ( rule__FlowSpecificationInstance__Group__2__Impl rule__FlowSpecificationInstance__Group__3 )
- // InternalInstance.g:5050:2: rule__FlowSpecificationInstance__Group__2__Impl rule__FlowSpecificationInstance__Group__3
+ // InternalInstance.g:4965:1: ( rule__FlowSpecificationInstance__Group__2__Impl rule__FlowSpecificationInstance__Group__3 )
+ // InternalInstance.g:4966:2: rule__FlowSpecificationInstance__Group__2__Impl rule__FlowSpecificationInstance__Group__3
{
pushFollow(FOLLOW_31);
rule__FlowSpecificationInstance__Group__2__Impl();
@@ -13886,17 +13632,17 @@ public final void rule__FlowSpecificationInstance__Group__2() throws Recognition
// $ANTLR start "rule__FlowSpecificationInstance__Group__2__Impl"
- // InternalInstance.g:5057:1: rule__FlowSpecificationInstance__Group__2__Impl : ( '(' ) ;
+ // InternalInstance.g:4973:1: rule__FlowSpecificationInstance__Group__2__Impl : ( '(' ) ;
public final void rule__FlowSpecificationInstance__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5061:1: ( ( '(' ) )
- // InternalInstance.g:5062:1: ( '(' )
+ // InternalInstance.g:4977:1: ( ( '(' ) )
+ // InternalInstance.g:4978:1: ( '(' )
{
- // InternalInstance.g:5062:1: ( '(' )
- // InternalInstance.g:5063:1: '('
+ // InternalInstance.g:4978:1: ( '(' )
+ // InternalInstance.g:4979:1: '('
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getLeftParenthesisKeyword_2());
match(input,55,FOLLOW_2);
@@ -13923,14 +13669,14 @@ public final void rule__FlowSpecificationInstance__Group__2__Impl() throws Recog
// $ANTLR start "rule__FlowSpecificationInstance__Group__3"
- // InternalInstance.g:5076:1: rule__FlowSpecificationInstance__Group__3 : rule__FlowSpecificationInstance__Group__3__Impl rule__FlowSpecificationInstance__Group__4 ;
+ // InternalInstance.g:4992:1: rule__FlowSpecificationInstance__Group__3 : rule__FlowSpecificationInstance__Group__3__Impl rule__FlowSpecificationInstance__Group__4 ;
public final void rule__FlowSpecificationInstance__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5080:1: ( rule__FlowSpecificationInstance__Group__3__Impl rule__FlowSpecificationInstance__Group__4 )
- // InternalInstance.g:5081:2: rule__FlowSpecificationInstance__Group__3__Impl rule__FlowSpecificationInstance__Group__4
+ // InternalInstance.g:4996:1: ( rule__FlowSpecificationInstance__Group__3__Impl rule__FlowSpecificationInstance__Group__4 )
+ // InternalInstance.g:4997:2: rule__FlowSpecificationInstance__Group__3__Impl rule__FlowSpecificationInstance__Group__4
{
pushFollow(FOLLOW_31);
rule__FlowSpecificationInstance__Group__3__Impl();
@@ -13961,20 +13707,20 @@ public final void rule__FlowSpecificationInstance__Group__3() throws Recognition
// $ANTLR start "rule__FlowSpecificationInstance__Group__3__Impl"
- // InternalInstance.g:5088:1: rule__FlowSpecificationInstance__Group__3__Impl : ( ( rule__FlowSpecificationInstance__SourceAssignment_3 )? ) ;
+ // InternalInstance.g:5004:1: rule__FlowSpecificationInstance__Group__3__Impl : ( ( rule__FlowSpecificationInstance__SourceAssignment_3 )? ) ;
public final void rule__FlowSpecificationInstance__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5092:1: ( ( ( rule__FlowSpecificationInstance__SourceAssignment_3 )? ) )
- // InternalInstance.g:5093:1: ( ( rule__FlowSpecificationInstance__SourceAssignment_3 )? )
+ // InternalInstance.g:5008:1: ( ( ( rule__FlowSpecificationInstance__SourceAssignment_3 )? ) )
+ // InternalInstance.g:5009:1: ( ( rule__FlowSpecificationInstance__SourceAssignment_3 )? )
{
- // InternalInstance.g:5093:1: ( ( rule__FlowSpecificationInstance__SourceAssignment_3 )? )
- // InternalInstance.g:5094:1: ( rule__FlowSpecificationInstance__SourceAssignment_3 )?
+ // InternalInstance.g:5009:1: ( ( rule__FlowSpecificationInstance__SourceAssignment_3 )? )
+ // InternalInstance.g:5010:1: ( rule__FlowSpecificationInstance__SourceAssignment_3 )?
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getSourceAssignment_3());
- // InternalInstance.g:5095:1: ( rule__FlowSpecificationInstance__SourceAssignment_3 )?
+ // InternalInstance.g:5011:1: ( rule__FlowSpecificationInstance__SourceAssignment_3 )?
int alt39=2;
int LA39_0 = input.LA(1);
@@ -13983,7 +13729,7 @@ public final void rule__FlowSpecificationInstance__Group__3__Impl() throws Recog
}
switch (alt39) {
case 1 :
- // InternalInstance.g:5095:2: rule__FlowSpecificationInstance__SourceAssignment_3
+ // InternalInstance.g:5011:2: rule__FlowSpecificationInstance__SourceAssignment_3
{
pushFollow(FOLLOW_2);
rule__FlowSpecificationInstance__SourceAssignment_3();
@@ -14019,14 +13765,14 @@ public final void rule__FlowSpecificationInstance__Group__3__Impl() throws Recog
// $ANTLR start "rule__FlowSpecificationInstance__Group__4"
- // InternalInstance.g:5105:1: rule__FlowSpecificationInstance__Group__4 : rule__FlowSpecificationInstance__Group__4__Impl rule__FlowSpecificationInstance__Group__5 ;
+ // InternalInstance.g:5021:1: rule__FlowSpecificationInstance__Group__4 : rule__FlowSpecificationInstance__Group__4__Impl rule__FlowSpecificationInstance__Group__5 ;
public final void rule__FlowSpecificationInstance__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5109:1: ( rule__FlowSpecificationInstance__Group__4__Impl rule__FlowSpecificationInstance__Group__5 )
- // InternalInstance.g:5110:2: rule__FlowSpecificationInstance__Group__4__Impl rule__FlowSpecificationInstance__Group__5
+ // InternalInstance.g:5025:1: ( rule__FlowSpecificationInstance__Group__4__Impl rule__FlowSpecificationInstance__Group__5 )
+ // InternalInstance.g:5026:2: rule__FlowSpecificationInstance__Group__4__Impl rule__FlowSpecificationInstance__Group__5
{
pushFollow(FOLLOW_32);
rule__FlowSpecificationInstance__Group__4__Impl();
@@ -14057,17 +13803,17 @@ public final void rule__FlowSpecificationInstance__Group__4() throws Recognition
// $ANTLR start "rule__FlowSpecificationInstance__Group__4__Impl"
- // InternalInstance.g:5117:1: rule__FlowSpecificationInstance__Group__4__Impl : ( '->' ) ;
+ // InternalInstance.g:5033:1: rule__FlowSpecificationInstance__Group__4__Impl : ( '->' ) ;
public final void rule__FlowSpecificationInstance__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5121:1: ( ( '->' ) )
- // InternalInstance.g:5122:1: ( '->' )
+ // InternalInstance.g:5037:1: ( ( '->' ) )
+ // InternalInstance.g:5038:1: ( '->' )
{
- // InternalInstance.g:5122:1: ( '->' )
- // InternalInstance.g:5123:1: '->'
+ // InternalInstance.g:5038:1: ( '->' )
+ // InternalInstance.g:5039:1: '->'
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getHyphenMinusGreaterThanSignKeyword_4());
match(input,16,FOLLOW_2);
@@ -14094,14 +13840,14 @@ public final void rule__FlowSpecificationInstance__Group__4__Impl() throws Recog
// $ANTLR start "rule__FlowSpecificationInstance__Group__5"
- // InternalInstance.g:5136:1: rule__FlowSpecificationInstance__Group__5 : rule__FlowSpecificationInstance__Group__5__Impl rule__FlowSpecificationInstance__Group__6 ;
+ // InternalInstance.g:5052:1: rule__FlowSpecificationInstance__Group__5 : rule__FlowSpecificationInstance__Group__5__Impl rule__FlowSpecificationInstance__Group__6 ;
public final void rule__FlowSpecificationInstance__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5140:1: ( rule__FlowSpecificationInstance__Group__5__Impl rule__FlowSpecificationInstance__Group__6 )
- // InternalInstance.g:5141:2: rule__FlowSpecificationInstance__Group__5__Impl rule__FlowSpecificationInstance__Group__6
+ // InternalInstance.g:5056:1: ( rule__FlowSpecificationInstance__Group__5__Impl rule__FlowSpecificationInstance__Group__6 )
+ // InternalInstance.g:5057:2: rule__FlowSpecificationInstance__Group__5__Impl rule__FlowSpecificationInstance__Group__6
{
pushFollow(FOLLOW_32);
rule__FlowSpecificationInstance__Group__5__Impl();
@@ -14132,20 +13878,20 @@ public final void rule__FlowSpecificationInstance__Group__5() throws Recognition
// $ANTLR start "rule__FlowSpecificationInstance__Group__5__Impl"
- // InternalInstance.g:5148:1: rule__FlowSpecificationInstance__Group__5__Impl : ( ( rule__FlowSpecificationInstance__DestinationAssignment_5 )? ) ;
+ // InternalInstance.g:5064:1: rule__FlowSpecificationInstance__Group__5__Impl : ( ( rule__FlowSpecificationInstance__DestinationAssignment_5 )? ) ;
public final void rule__FlowSpecificationInstance__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5152:1: ( ( ( rule__FlowSpecificationInstance__DestinationAssignment_5 )? ) )
- // InternalInstance.g:5153:1: ( ( rule__FlowSpecificationInstance__DestinationAssignment_5 )? )
+ // InternalInstance.g:5068:1: ( ( ( rule__FlowSpecificationInstance__DestinationAssignment_5 )? ) )
+ // InternalInstance.g:5069:1: ( ( rule__FlowSpecificationInstance__DestinationAssignment_5 )? )
{
- // InternalInstance.g:5153:1: ( ( rule__FlowSpecificationInstance__DestinationAssignment_5 )? )
- // InternalInstance.g:5154:1: ( rule__FlowSpecificationInstance__DestinationAssignment_5 )?
+ // InternalInstance.g:5069:1: ( ( rule__FlowSpecificationInstance__DestinationAssignment_5 )? )
+ // InternalInstance.g:5070:1: ( rule__FlowSpecificationInstance__DestinationAssignment_5 )?
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getDestinationAssignment_5());
- // InternalInstance.g:5155:1: ( rule__FlowSpecificationInstance__DestinationAssignment_5 )?
+ // InternalInstance.g:5071:1: ( rule__FlowSpecificationInstance__DestinationAssignment_5 )?
int alt40=2;
int LA40_0 = input.LA(1);
@@ -14154,7 +13900,7 @@ public final void rule__FlowSpecificationInstance__Group__5__Impl() throws Recog
}
switch (alt40) {
case 1 :
- // InternalInstance.g:5155:2: rule__FlowSpecificationInstance__DestinationAssignment_5
+ // InternalInstance.g:5071:2: rule__FlowSpecificationInstance__DestinationAssignment_5
{
pushFollow(FOLLOW_2);
rule__FlowSpecificationInstance__DestinationAssignment_5();
@@ -14190,14 +13936,14 @@ public final void rule__FlowSpecificationInstance__Group__5__Impl() throws Recog
// $ANTLR start "rule__FlowSpecificationInstance__Group__6"
- // InternalInstance.g:5165:1: rule__FlowSpecificationInstance__Group__6 : rule__FlowSpecificationInstance__Group__6__Impl rule__FlowSpecificationInstance__Group__7 ;
+ // InternalInstance.g:5081:1: rule__FlowSpecificationInstance__Group__6 : rule__FlowSpecificationInstance__Group__6__Impl rule__FlowSpecificationInstance__Group__7 ;
public final void rule__FlowSpecificationInstance__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5169:1: ( rule__FlowSpecificationInstance__Group__6__Impl rule__FlowSpecificationInstance__Group__7 )
- // InternalInstance.g:5170:2: rule__FlowSpecificationInstance__Group__6__Impl rule__FlowSpecificationInstance__Group__7
+ // InternalInstance.g:5085:1: ( rule__FlowSpecificationInstance__Group__6__Impl rule__FlowSpecificationInstance__Group__7 )
+ // InternalInstance.g:5086:2: rule__FlowSpecificationInstance__Group__6__Impl rule__FlowSpecificationInstance__Group__7
{
pushFollow(FOLLOW_33);
rule__FlowSpecificationInstance__Group__6__Impl();
@@ -14228,17 +13974,17 @@ public final void rule__FlowSpecificationInstance__Group__6() throws Recognition
// $ANTLR start "rule__FlowSpecificationInstance__Group__6__Impl"
- // InternalInstance.g:5177:1: rule__FlowSpecificationInstance__Group__6__Impl : ( ')' ) ;
+ // InternalInstance.g:5093:1: rule__FlowSpecificationInstance__Group__6__Impl : ( ')' ) ;
public final void rule__FlowSpecificationInstance__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5181:1: ( ( ')' ) )
- // InternalInstance.g:5182:1: ( ')' )
+ // InternalInstance.g:5097:1: ( ( ')' ) )
+ // InternalInstance.g:5098:1: ( ')' )
{
- // InternalInstance.g:5182:1: ( ')' )
- // InternalInstance.g:5183:1: ')'
+ // InternalInstance.g:5098:1: ( ')' )
+ // InternalInstance.g:5099:1: ')'
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getRightParenthesisKeyword_6());
match(input,56,FOLLOW_2);
@@ -14265,14 +14011,14 @@ public final void rule__FlowSpecificationInstance__Group__6__Impl() throws Recog
// $ANTLR start "rule__FlowSpecificationInstance__Group__7"
- // InternalInstance.g:5196:1: rule__FlowSpecificationInstance__Group__7 : rule__FlowSpecificationInstance__Group__7__Impl rule__FlowSpecificationInstance__Group__8 ;
+ // InternalInstance.g:5112:1: rule__FlowSpecificationInstance__Group__7 : rule__FlowSpecificationInstance__Group__7__Impl rule__FlowSpecificationInstance__Group__8 ;
public final void rule__FlowSpecificationInstance__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5200:1: ( rule__FlowSpecificationInstance__Group__7__Impl rule__FlowSpecificationInstance__Group__8 )
- // InternalInstance.g:5201:2: rule__FlowSpecificationInstance__Group__7__Impl rule__FlowSpecificationInstance__Group__8
+ // InternalInstance.g:5116:1: ( rule__FlowSpecificationInstance__Group__7__Impl rule__FlowSpecificationInstance__Group__8 )
+ // InternalInstance.g:5117:2: rule__FlowSpecificationInstance__Group__7__Impl rule__FlowSpecificationInstance__Group__8
{
pushFollow(FOLLOW_33);
rule__FlowSpecificationInstance__Group__7__Impl();
@@ -14303,20 +14049,20 @@ public final void rule__FlowSpecificationInstance__Group__7() throws Recognition
// $ANTLR start "rule__FlowSpecificationInstance__Group__7__Impl"
- // InternalInstance.g:5208:1: rule__FlowSpecificationInstance__Group__7__Impl : ( ( rule__FlowSpecificationInstance__Group_7__0 )? ) ;
+ // InternalInstance.g:5124:1: rule__FlowSpecificationInstance__Group__7__Impl : ( ( rule__FlowSpecificationInstance__Group_7__0 )? ) ;
public final void rule__FlowSpecificationInstance__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5212:1: ( ( ( rule__FlowSpecificationInstance__Group_7__0 )? ) )
- // InternalInstance.g:5213:1: ( ( rule__FlowSpecificationInstance__Group_7__0 )? )
+ // InternalInstance.g:5128:1: ( ( ( rule__FlowSpecificationInstance__Group_7__0 )? ) )
+ // InternalInstance.g:5129:1: ( ( rule__FlowSpecificationInstance__Group_7__0 )? )
{
- // InternalInstance.g:5213:1: ( ( rule__FlowSpecificationInstance__Group_7__0 )? )
- // InternalInstance.g:5214:1: ( rule__FlowSpecificationInstance__Group_7__0 )?
+ // InternalInstance.g:5129:1: ( ( rule__FlowSpecificationInstance__Group_7__0 )? )
+ // InternalInstance.g:5130:1: ( rule__FlowSpecificationInstance__Group_7__0 )?
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getGroup_7());
- // InternalInstance.g:5215:1: ( rule__FlowSpecificationInstance__Group_7__0 )?
+ // InternalInstance.g:5131:1: ( rule__FlowSpecificationInstance__Group_7__0 )?
int alt41=2;
int LA41_0 = input.LA(1);
@@ -14329,7 +14075,7 @@ public final void rule__FlowSpecificationInstance__Group__7__Impl() throws Recog
}
switch (alt41) {
case 1 :
- // InternalInstance.g:5215:2: rule__FlowSpecificationInstance__Group_7__0
+ // InternalInstance.g:5131:2: rule__FlowSpecificationInstance__Group_7__0
{
pushFollow(FOLLOW_2);
rule__FlowSpecificationInstance__Group_7__0();
@@ -14365,14 +14111,14 @@ public final void rule__FlowSpecificationInstance__Group__7__Impl() throws Recog
// $ANTLR start "rule__FlowSpecificationInstance__Group__8"
- // InternalInstance.g:5225:1: rule__FlowSpecificationInstance__Group__8 : rule__FlowSpecificationInstance__Group__8__Impl rule__FlowSpecificationInstance__Group__9 ;
+ // InternalInstance.g:5141:1: rule__FlowSpecificationInstance__Group__8 : rule__FlowSpecificationInstance__Group__8__Impl rule__FlowSpecificationInstance__Group__9 ;
public final void rule__FlowSpecificationInstance__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5229:1: ( rule__FlowSpecificationInstance__Group__8__Impl rule__FlowSpecificationInstance__Group__9 )
- // InternalInstance.g:5230:2: rule__FlowSpecificationInstance__Group__8__Impl rule__FlowSpecificationInstance__Group__9
+ // InternalInstance.g:5145:1: ( rule__FlowSpecificationInstance__Group__8__Impl rule__FlowSpecificationInstance__Group__9 )
+ // InternalInstance.g:5146:2: rule__FlowSpecificationInstance__Group__8__Impl rule__FlowSpecificationInstance__Group__9
{
pushFollow(FOLLOW_33);
rule__FlowSpecificationInstance__Group__8__Impl();
@@ -14403,20 +14149,20 @@ public final void rule__FlowSpecificationInstance__Group__8() throws Recognition
// $ANTLR start "rule__FlowSpecificationInstance__Group__8__Impl"
- // InternalInstance.g:5237:1: rule__FlowSpecificationInstance__Group__8__Impl : ( ( rule__FlowSpecificationInstance__Group_8__0 )? ) ;
+ // InternalInstance.g:5153:1: rule__FlowSpecificationInstance__Group__8__Impl : ( ( rule__FlowSpecificationInstance__Group_8__0 )? ) ;
public final void rule__FlowSpecificationInstance__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5241:1: ( ( ( rule__FlowSpecificationInstance__Group_8__0 )? ) )
- // InternalInstance.g:5242:1: ( ( rule__FlowSpecificationInstance__Group_8__0 )? )
+ // InternalInstance.g:5157:1: ( ( ( rule__FlowSpecificationInstance__Group_8__0 )? ) )
+ // InternalInstance.g:5158:1: ( ( rule__FlowSpecificationInstance__Group_8__0 )? )
{
- // InternalInstance.g:5242:1: ( ( rule__FlowSpecificationInstance__Group_8__0 )? )
- // InternalInstance.g:5243:1: ( rule__FlowSpecificationInstance__Group_8__0 )?
+ // InternalInstance.g:5158:1: ( ( rule__FlowSpecificationInstance__Group_8__0 )? )
+ // InternalInstance.g:5159:1: ( rule__FlowSpecificationInstance__Group_8__0 )?
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getGroup_8());
- // InternalInstance.g:5244:1: ( rule__FlowSpecificationInstance__Group_8__0 )?
+ // InternalInstance.g:5160:1: ( rule__FlowSpecificationInstance__Group_8__0 )?
int alt42=2;
int LA42_0 = input.LA(1);
@@ -14425,7 +14171,7 @@ public final void rule__FlowSpecificationInstance__Group__8__Impl() throws Recog
}
switch (alt42) {
case 1 :
- // InternalInstance.g:5244:2: rule__FlowSpecificationInstance__Group_8__0
+ // InternalInstance.g:5160:2: rule__FlowSpecificationInstance__Group_8__0
{
pushFollow(FOLLOW_2);
rule__FlowSpecificationInstance__Group_8__0();
@@ -14461,14 +14207,14 @@ public final void rule__FlowSpecificationInstance__Group__8__Impl() throws Recog
// $ANTLR start "rule__FlowSpecificationInstance__Group__9"
- // InternalInstance.g:5254:1: rule__FlowSpecificationInstance__Group__9 : rule__FlowSpecificationInstance__Group__9__Impl rule__FlowSpecificationInstance__Group__10 ;
+ // InternalInstance.g:5170:1: rule__FlowSpecificationInstance__Group__9 : rule__FlowSpecificationInstance__Group__9__Impl rule__FlowSpecificationInstance__Group__10 ;
public final void rule__FlowSpecificationInstance__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5258:1: ( rule__FlowSpecificationInstance__Group__9__Impl rule__FlowSpecificationInstance__Group__10 )
- // InternalInstance.g:5259:2: rule__FlowSpecificationInstance__Group__9__Impl rule__FlowSpecificationInstance__Group__10
+ // InternalInstance.g:5174:1: ( rule__FlowSpecificationInstance__Group__9__Impl rule__FlowSpecificationInstance__Group__10 )
+ // InternalInstance.g:5175:2: rule__FlowSpecificationInstance__Group__9__Impl rule__FlowSpecificationInstance__Group__10
{
pushFollow(FOLLOW_3);
rule__FlowSpecificationInstance__Group__9__Impl();
@@ -14499,17 +14245,17 @@ public final void rule__FlowSpecificationInstance__Group__9() throws Recognition
// $ANTLR start "rule__FlowSpecificationInstance__Group__9__Impl"
- // InternalInstance.g:5266:1: rule__FlowSpecificationInstance__Group__9__Impl : ( ':' ) ;
+ // InternalInstance.g:5182:1: rule__FlowSpecificationInstance__Group__9__Impl : ( ':' ) ;
public final void rule__FlowSpecificationInstance__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5270:1: ( ( ':' ) )
- // InternalInstance.g:5271:1: ( ':' )
+ // InternalInstance.g:5186:1: ( ( ':' ) )
+ // InternalInstance.g:5187:1: ( ':' )
{
- // InternalInstance.g:5271:1: ( ':' )
- // InternalInstance.g:5272:1: ':'
+ // InternalInstance.g:5187:1: ( ':' )
+ // InternalInstance.g:5188:1: ':'
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getColonKeyword_9());
match(input,49,FOLLOW_2);
@@ -14536,14 +14282,14 @@ public final void rule__FlowSpecificationInstance__Group__9__Impl() throws Recog
// $ANTLR start "rule__FlowSpecificationInstance__Group__10"
- // InternalInstance.g:5285:1: rule__FlowSpecificationInstance__Group__10 : rule__FlowSpecificationInstance__Group__10__Impl rule__FlowSpecificationInstance__Group__11 ;
+ // InternalInstance.g:5201:1: rule__FlowSpecificationInstance__Group__10 : rule__FlowSpecificationInstance__Group__10__Impl rule__FlowSpecificationInstance__Group__11 ;
public final void rule__FlowSpecificationInstance__Group__10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5289:1: ( rule__FlowSpecificationInstance__Group__10__Impl rule__FlowSpecificationInstance__Group__11 )
- // InternalInstance.g:5290:2: rule__FlowSpecificationInstance__Group__10__Impl rule__FlowSpecificationInstance__Group__11
+ // InternalInstance.g:5205:1: ( rule__FlowSpecificationInstance__Group__10__Impl rule__FlowSpecificationInstance__Group__11 )
+ // InternalInstance.g:5206:2: rule__FlowSpecificationInstance__Group__10__Impl rule__FlowSpecificationInstance__Group__11
{
pushFollow(FOLLOW_5);
rule__FlowSpecificationInstance__Group__10__Impl();
@@ -14574,21 +14320,21 @@ public final void rule__FlowSpecificationInstance__Group__10() throws Recognitio
// $ANTLR start "rule__FlowSpecificationInstance__Group__10__Impl"
- // InternalInstance.g:5297:1: rule__FlowSpecificationInstance__Group__10__Impl : ( ( rule__FlowSpecificationInstance__FlowSpecificationAssignment_10 ) ) ;
+ // InternalInstance.g:5213:1: rule__FlowSpecificationInstance__Group__10__Impl : ( ( rule__FlowSpecificationInstance__FlowSpecificationAssignment_10 ) ) ;
public final void rule__FlowSpecificationInstance__Group__10__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5301:1: ( ( ( rule__FlowSpecificationInstance__FlowSpecificationAssignment_10 ) ) )
- // InternalInstance.g:5302:1: ( ( rule__FlowSpecificationInstance__FlowSpecificationAssignment_10 ) )
+ // InternalInstance.g:5217:1: ( ( ( rule__FlowSpecificationInstance__FlowSpecificationAssignment_10 ) ) )
+ // InternalInstance.g:5218:1: ( ( rule__FlowSpecificationInstance__FlowSpecificationAssignment_10 ) )
{
- // InternalInstance.g:5302:1: ( ( rule__FlowSpecificationInstance__FlowSpecificationAssignment_10 ) )
- // InternalInstance.g:5303:1: ( rule__FlowSpecificationInstance__FlowSpecificationAssignment_10 )
+ // InternalInstance.g:5218:1: ( ( rule__FlowSpecificationInstance__FlowSpecificationAssignment_10 ) )
+ // InternalInstance.g:5219:1: ( rule__FlowSpecificationInstance__FlowSpecificationAssignment_10 )
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getFlowSpecificationAssignment_10());
- // InternalInstance.g:5304:1: ( rule__FlowSpecificationInstance__FlowSpecificationAssignment_10 )
- // InternalInstance.g:5304:2: rule__FlowSpecificationInstance__FlowSpecificationAssignment_10
+ // InternalInstance.g:5220:1: ( rule__FlowSpecificationInstance__FlowSpecificationAssignment_10 )
+ // InternalInstance.g:5220:2: rule__FlowSpecificationInstance__FlowSpecificationAssignment_10
{
pushFollow(FOLLOW_2);
rule__FlowSpecificationInstance__FlowSpecificationAssignment_10();
@@ -14621,14 +14367,14 @@ public final void rule__FlowSpecificationInstance__Group__10__Impl() throws Reco
// $ANTLR start "rule__FlowSpecificationInstance__Group__11"
- // InternalInstance.g:5314:1: rule__FlowSpecificationInstance__Group__11 : rule__FlowSpecificationInstance__Group__11__Impl ;
+ // InternalInstance.g:5230:1: rule__FlowSpecificationInstance__Group__11 : rule__FlowSpecificationInstance__Group__11__Impl ;
public final void rule__FlowSpecificationInstance__Group__11() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5318:1: ( rule__FlowSpecificationInstance__Group__11__Impl )
- // InternalInstance.g:5319:2: rule__FlowSpecificationInstance__Group__11__Impl
+ // InternalInstance.g:5234:1: ( rule__FlowSpecificationInstance__Group__11__Impl )
+ // InternalInstance.g:5235:2: rule__FlowSpecificationInstance__Group__11__Impl
{
pushFollow(FOLLOW_2);
rule__FlowSpecificationInstance__Group__11__Impl();
@@ -14654,20 +14400,20 @@ public final void rule__FlowSpecificationInstance__Group__11() throws Recognitio
// $ANTLR start "rule__FlowSpecificationInstance__Group__11__Impl"
- // InternalInstance.g:5325:1: rule__FlowSpecificationInstance__Group__11__Impl : ( ( rule__FlowSpecificationInstance__Group_11__0 )? ) ;
+ // InternalInstance.g:5241:1: rule__FlowSpecificationInstance__Group__11__Impl : ( ( rule__FlowSpecificationInstance__Group_11__0 )? ) ;
public final void rule__FlowSpecificationInstance__Group__11__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5329:1: ( ( ( rule__FlowSpecificationInstance__Group_11__0 )? ) )
- // InternalInstance.g:5330:1: ( ( rule__FlowSpecificationInstance__Group_11__0 )? )
+ // InternalInstance.g:5245:1: ( ( ( rule__FlowSpecificationInstance__Group_11__0 )? ) )
+ // InternalInstance.g:5246:1: ( ( rule__FlowSpecificationInstance__Group_11__0 )? )
{
- // InternalInstance.g:5330:1: ( ( rule__FlowSpecificationInstance__Group_11__0 )? )
- // InternalInstance.g:5331:1: ( rule__FlowSpecificationInstance__Group_11__0 )?
+ // InternalInstance.g:5246:1: ( ( rule__FlowSpecificationInstance__Group_11__0 )? )
+ // InternalInstance.g:5247:1: ( rule__FlowSpecificationInstance__Group_11__0 )?
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getGroup_11());
- // InternalInstance.g:5332:1: ( rule__FlowSpecificationInstance__Group_11__0 )?
+ // InternalInstance.g:5248:1: ( rule__FlowSpecificationInstance__Group_11__0 )?
int alt43=2;
int LA43_0 = input.LA(1);
@@ -14676,7 +14422,7 @@ public final void rule__FlowSpecificationInstance__Group__11__Impl() throws Reco
}
switch (alt43) {
case 1 :
- // InternalInstance.g:5332:2: rule__FlowSpecificationInstance__Group_11__0
+ // InternalInstance.g:5248:2: rule__FlowSpecificationInstance__Group_11__0
{
pushFollow(FOLLOW_2);
rule__FlowSpecificationInstance__Group_11__0();
@@ -14712,14 +14458,14 @@ public final void rule__FlowSpecificationInstance__Group__11__Impl() throws Reco
// $ANTLR start "rule__FlowSpecificationInstance__Group_7__0"
- // InternalInstance.g:5366:1: rule__FlowSpecificationInstance__Group_7__0 : rule__FlowSpecificationInstance__Group_7__0__Impl rule__FlowSpecificationInstance__Group_7__1 ;
+ // InternalInstance.g:5282:1: rule__FlowSpecificationInstance__Group_7__0 : rule__FlowSpecificationInstance__Group_7__0__Impl rule__FlowSpecificationInstance__Group_7__1 ;
public final void rule__FlowSpecificationInstance__Group_7__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5370:1: ( rule__FlowSpecificationInstance__Group_7__0__Impl rule__FlowSpecificationInstance__Group_7__1 )
- // InternalInstance.g:5371:2: rule__FlowSpecificationInstance__Group_7__0__Impl rule__FlowSpecificationInstance__Group_7__1
+ // InternalInstance.g:5286:1: ( rule__FlowSpecificationInstance__Group_7__0__Impl rule__FlowSpecificationInstance__Group_7__1 )
+ // InternalInstance.g:5287:2: rule__FlowSpecificationInstance__Group_7__0__Impl rule__FlowSpecificationInstance__Group_7__1
{
pushFollow(FOLLOW_14);
rule__FlowSpecificationInstance__Group_7__0__Impl();
@@ -14750,17 +14496,17 @@ public final void rule__FlowSpecificationInstance__Group_7__0() throws Recogniti
// $ANTLR start "rule__FlowSpecificationInstance__Group_7__0__Impl"
- // InternalInstance.g:5378:1: rule__FlowSpecificationInstance__Group_7__0__Impl : ( 'in' ) ;
+ // InternalInstance.g:5294:1: rule__FlowSpecificationInstance__Group_7__0__Impl : ( 'in' ) ;
public final void rule__FlowSpecificationInstance__Group_7__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5382:1: ( ( 'in' ) )
- // InternalInstance.g:5383:1: ( 'in' )
+ // InternalInstance.g:5298:1: ( ( 'in' ) )
+ // InternalInstance.g:5299:1: ( 'in' )
{
- // InternalInstance.g:5383:1: ( 'in' )
- // InternalInstance.g:5384:1: 'in'
+ // InternalInstance.g:5299:1: ( 'in' )
+ // InternalInstance.g:5300:1: 'in'
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getInKeyword_7_0());
match(input,17,FOLLOW_2);
@@ -14787,14 +14533,14 @@ public final void rule__FlowSpecificationInstance__Group_7__0__Impl() throws Rec
// $ANTLR start "rule__FlowSpecificationInstance__Group_7__1"
- // InternalInstance.g:5397:1: rule__FlowSpecificationInstance__Group_7__1 : rule__FlowSpecificationInstance__Group_7__1__Impl rule__FlowSpecificationInstance__Group_7__2 ;
+ // InternalInstance.g:5313:1: rule__FlowSpecificationInstance__Group_7__1 : rule__FlowSpecificationInstance__Group_7__1__Impl rule__FlowSpecificationInstance__Group_7__2 ;
public final void rule__FlowSpecificationInstance__Group_7__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5401:1: ( rule__FlowSpecificationInstance__Group_7__1__Impl rule__FlowSpecificationInstance__Group_7__2 )
- // InternalInstance.g:5402:2: rule__FlowSpecificationInstance__Group_7__1__Impl rule__FlowSpecificationInstance__Group_7__2
+ // InternalInstance.g:5317:1: ( rule__FlowSpecificationInstance__Group_7__1__Impl rule__FlowSpecificationInstance__Group_7__2 )
+ // InternalInstance.g:5318:2: rule__FlowSpecificationInstance__Group_7__1__Impl rule__FlowSpecificationInstance__Group_7__2
{
pushFollow(FOLLOW_15);
rule__FlowSpecificationInstance__Group_7__1__Impl();
@@ -14825,17 +14571,17 @@ public final void rule__FlowSpecificationInstance__Group_7__1() throws Recogniti
// $ANTLR start "rule__FlowSpecificationInstance__Group_7__1__Impl"
- // InternalInstance.g:5409:1: rule__FlowSpecificationInstance__Group_7__1__Impl : ( 'modes' ) ;
+ // InternalInstance.g:5325:1: rule__FlowSpecificationInstance__Group_7__1__Impl : ( 'modes' ) ;
public final void rule__FlowSpecificationInstance__Group_7__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5413:1: ( ( 'modes' ) )
- // InternalInstance.g:5414:1: ( 'modes' )
+ // InternalInstance.g:5329:1: ( ( 'modes' ) )
+ // InternalInstance.g:5330:1: ( 'modes' )
{
- // InternalInstance.g:5414:1: ( 'modes' )
- // InternalInstance.g:5415:1: 'modes'
+ // InternalInstance.g:5330:1: ( 'modes' )
+ // InternalInstance.g:5331:1: 'modes'
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getModesKeyword_7_1());
match(input,54,FOLLOW_2);
@@ -14862,14 +14608,14 @@ public final void rule__FlowSpecificationInstance__Group_7__1__Impl() throws Rec
// $ANTLR start "rule__FlowSpecificationInstance__Group_7__2"
- // InternalInstance.g:5428:1: rule__FlowSpecificationInstance__Group_7__2 : rule__FlowSpecificationInstance__Group_7__2__Impl rule__FlowSpecificationInstance__Group_7__3 ;
+ // InternalInstance.g:5344:1: rule__FlowSpecificationInstance__Group_7__2 : rule__FlowSpecificationInstance__Group_7__2__Impl rule__FlowSpecificationInstance__Group_7__3 ;
public final void rule__FlowSpecificationInstance__Group_7__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5432:1: ( rule__FlowSpecificationInstance__Group_7__2__Impl rule__FlowSpecificationInstance__Group_7__3 )
- // InternalInstance.g:5433:2: rule__FlowSpecificationInstance__Group_7__2__Impl rule__FlowSpecificationInstance__Group_7__3
+ // InternalInstance.g:5348:1: ( rule__FlowSpecificationInstance__Group_7__2__Impl rule__FlowSpecificationInstance__Group_7__3 )
+ // InternalInstance.g:5349:2: rule__FlowSpecificationInstance__Group_7__2__Impl rule__FlowSpecificationInstance__Group_7__3
{
pushFollow(FOLLOW_3);
rule__FlowSpecificationInstance__Group_7__2__Impl();
@@ -14900,17 +14646,17 @@ public final void rule__FlowSpecificationInstance__Group_7__2() throws Recogniti
// $ANTLR start "rule__FlowSpecificationInstance__Group_7__2__Impl"
- // InternalInstance.g:5440:1: rule__FlowSpecificationInstance__Group_7__2__Impl : ( '(' ) ;
+ // InternalInstance.g:5356:1: rule__FlowSpecificationInstance__Group_7__2__Impl : ( '(' ) ;
public final void rule__FlowSpecificationInstance__Group_7__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5444:1: ( ( '(' ) )
- // InternalInstance.g:5445:1: ( '(' )
+ // InternalInstance.g:5360:1: ( ( '(' ) )
+ // InternalInstance.g:5361:1: ( '(' )
{
- // InternalInstance.g:5445:1: ( '(' )
- // InternalInstance.g:5446:1: '('
+ // InternalInstance.g:5361:1: ( '(' )
+ // InternalInstance.g:5362:1: '('
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getLeftParenthesisKeyword_7_2());
match(input,55,FOLLOW_2);
@@ -14937,14 +14683,14 @@ public final void rule__FlowSpecificationInstance__Group_7__2__Impl() throws Rec
// $ANTLR start "rule__FlowSpecificationInstance__Group_7__3"
- // InternalInstance.g:5459:1: rule__FlowSpecificationInstance__Group_7__3 : rule__FlowSpecificationInstance__Group_7__3__Impl rule__FlowSpecificationInstance__Group_7__4 ;
+ // InternalInstance.g:5375:1: rule__FlowSpecificationInstance__Group_7__3 : rule__FlowSpecificationInstance__Group_7__3__Impl rule__FlowSpecificationInstance__Group_7__4 ;
public final void rule__FlowSpecificationInstance__Group_7__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5463:1: ( rule__FlowSpecificationInstance__Group_7__3__Impl rule__FlowSpecificationInstance__Group_7__4 )
- // InternalInstance.g:5464:2: rule__FlowSpecificationInstance__Group_7__3__Impl rule__FlowSpecificationInstance__Group_7__4
+ // InternalInstance.g:5379:1: ( rule__FlowSpecificationInstance__Group_7__3__Impl rule__FlowSpecificationInstance__Group_7__4 )
+ // InternalInstance.g:5380:2: rule__FlowSpecificationInstance__Group_7__3__Impl rule__FlowSpecificationInstance__Group_7__4
{
pushFollow(FOLLOW_16);
rule__FlowSpecificationInstance__Group_7__3__Impl();
@@ -14975,21 +14721,21 @@ public final void rule__FlowSpecificationInstance__Group_7__3() throws Recogniti
// $ANTLR start "rule__FlowSpecificationInstance__Group_7__3__Impl"
- // InternalInstance.g:5471:1: rule__FlowSpecificationInstance__Group_7__3__Impl : ( ( rule__FlowSpecificationInstance__InModeAssignment_7_3 ) ) ;
+ // InternalInstance.g:5387:1: rule__FlowSpecificationInstance__Group_7__3__Impl : ( ( rule__FlowSpecificationInstance__InModeAssignment_7_3 ) ) ;
public final void rule__FlowSpecificationInstance__Group_7__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5475:1: ( ( ( rule__FlowSpecificationInstance__InModeAssignment_7_3 ) ) )
- // InternalInstance.g:5476:1: ( ( rule__FlowSpecificationInstance__InModeAssignment_7_3 ) )
+ // InternalInstance.g:5391:1: ( ( ( rule__FlowSpecificationInstance__InModeAssignment_7_3 ) ) )
+ // InternalInstance.g:5392:1: ( ( rule__FlowSpecificationInstance__InModeAssignment_7_3 ) )
{
- // InternalInstance.g:5476:1: ( ( rule__FlowSpecificationInstance__InModeAssignment_7_3 ) )
- // InternalInstance.g:5477:1: ( rule__FlowSpecificationInstance__InModeAssignment_7_3 )
+ // InternalInstance.g:5392:1: ( ( rule__FlowSpecificationInstance__InModeAssignment_7_3 ) )
+ // InternalInstance.g:5393:1: ( rule__FlowSpecificationInstance__InModeAssignment_7_3 )
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getInModeAssignment_7_3());
- // InternalInstance.g:5478:1: ( rule__FlowSpecificationInstance__InModeAssignment_7_3 )
- // InternalInstance.g:5478:2: rule__FlowSpecificationInstance__InModeAssignment_7_3
+ // InternalInstance.g:5394:1: ( rule__FlowSpecificationInstance__InModeAssignment_7_3 )
+ // InternalInstance.g:5394:2: rule__FlowSpecificationInstance__InModeAssignment_7_3
{
pushFollow(FOLLOW_2);
rule__FlowSpecificationInstance__InModeAssignment_7_3();
@@ -15022,14 +14768,14 @@ public final void rule__FlowSpecificationInstance__Group_7__3__Impl() throws Rec
// $ANTLR start "rule__FlowSpecificationInstance__Group_7__4"
- // InternalInstance.g:5488:1: rule__FlowSpecificationInstance__Group_7__4 : rule__FlowSpecificationInstance__Group_7__4__Impl rule__FlowSpecificationInstance__Group_7__5 ;
+ // InternalInstance.g:5404:1: rule__FlowSpecificationInstance__Group_7__4 : rule__FlowSpecificationInstance__Group_7__4__Impl rule__FlowSpecificationInstance__Group_7__5 ;
public final void rule__FlowSpecificationInstance__Group_7__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5492:1: ( rule__FlowSpecificationInstance__Group_7__4__Impl rule__FlowSpecificationInstance__Group_7__5 )
- // InternalInstance.g:5493:2: rule__FlowSpecificationInstance__Group_7__4__Impl rule__FlowSpecificationInstance__Group_7__5
+ // InternalInstance.g:5408:1: ( rule__FlowSpecificationInstance__Group_7__4__Impl rule__FlowSpecificationInstance__Group_7__5 )
+ // InternalInstance.g:5409:2: rule__FlowSpecificationInstance__Group_7__4__Impl rule__FlowSpecificationInstance__Group_7__5
{
pushFollow(FOLLOW_16);
rule__FlowSpecificationInstance__Group_7__4__Impl();
@@ -15060,20 +14806,20 @@ public final void rule__FlowSpecificationInstance__Group_7__4() throws Recogniti
// $ANTLR start "rule__FlowSpecificationInstance__Group_7__4__Impl"
- // InternalInstance.g:5500:1: rule__FlowSpecificationInstance__Group_7__4__Impl : ( ( rule__FlowSpecificationInstance__Group_7_4__0 )* ) ;
+ // InternalInstance.g:5416:1: rule__FlowSpecificationInstance__Group_7__4__Impl : ( ( rule__FlowSpecificationInstance__Group_7_4__0 )* ) ;
public final void rule__FlowSpecificationInstance__Group_7__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5504:1: ( ( ( rule__FlowSpecificationInstance__Group_7_4__0 )* ) )
- // InternalInstance.g:5505:1: ( ( rule__FlowSpecificationInstance__Group_7_4__0 )* )
+ // InternalInstance.g:5420:1: ( ( ( rule__FlowSpecificationInstance__Group_7_4__0 )* ) )
+ // InternalInstance.g:5421:1: ( ( rule__FlowSpecificationInstance__Group_7_4__0 )* )
{
- // InternalInstance.g:5505:1: ( ( rule__FlowSpecificationInstance__Group_7_4__0 )* )
- // InternalInstance.g:5506:1: ( rule__FlowSpecificationInstance__Group_7_4__0 )*
+ // InternalInstance.g:5421:1: ( ( rule__FlowSpecificationInstance__Group_7_4__0 )* )
+ // InternalInstance.g:5422:1: ( rule__FlowSpecificationInstance__Group_7_4__0 )*
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getGroup_7_4());
- // InternalInstance.g:5507:1: ( rule__FlowSpecificationInstance__Group_7_4__0 )*
+ // InternalInstance.g:5423:1: ( rule__FlowSpecificationInstance__Group_7_4__0 )*
loop44:
do {
int alt44=2;
@@ -15086,7 +14832,7 @@ public final void rule__FlowSpecificationInstance__Group_7__4__Impl() throws Rec
switch (alt44) {
case 1 :
- // InternalInstance.g:5507:2: rule__FlowSpecificationInstance__Group_7_4__0
+ // InternalInstance.g:5423:2: rule__FlowSpecificationInstance__Group_7_4__0
{
pushFollow(FOLLOW_17);
rule__FlowSpecificationInstance__Group_7_4__0();
@@ -15125,14 +14871,14 @@ public final void rule__FlowSpecificationInstance__Group_7__4__Impl() throws Rec
// $ANTLR start "rule__FlowSpecificationInstance__Group_7__5"
- // InternalInstance.g:5517:1: rule__FlowSpecificationInstance__Group_7__5 : rule__FlowSpecificationInstance__Group_7__5__Impl ;
+ // InternalInstance.g:5433:1: rule__FlowSpecificationInstance__Group_7__5 : rule__FlowSpecificationInstance__Group_7__5__Impl ;
public final void rule__FlowSpecificationInstance__Group_7__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5521:1: ( rule__FlowSpecificationInstance__Group_7__5__Impl )
- // InternalInstance.g:5522:2: rule__FlowSpecificationInstance__Group_7__5__Impl
+ // InternalInstance.g:5437:1: ( rule__FlowSpecificationInstance__Group_7__5__Impl )
+ // InternalInstance.g:5438:2: rule__FlowSpecificationInstance__Group_7__5__Impl
{
pushFollow(FOLLOW_2);
rule__FlowSpecificationInstance__Group_7__5__Impl();
@@ -15158,17 +14904,17 @@ public final void rule__FlowSpecificationInstance__Group_7__5() throws Recogniti
// $ANTLR start "rule__FlowSpecificationInstance__Group_7__5__Impl"
- // InternalInstance.g:5528:1: rule__FlowSpecificationInstance__Group_7__5__Impl : ( ')' ) ;
+ // InternalInstance.g:5444:1: rule__FlowSpecificationInstance__Group_7__5__Impl : ( ')' ) ;
public final void rule__FlowSpecificationInstance__Group_7__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5532:1: ( ( ')' ) )
- // InternalInstance.g:5533:1: ( ')' )
+ // InternalInstance.g:5448:1: ( ( ')' ) )
+ // InternalInstance.g:5449:1: ( ')' )
{
- // InternalInstance.g:5533:1: ( ')' )
- // InternalInstance.g:5534:1: ')'
+ // InternalInstance.g:5449:1: ( ')' )
+ // InternalInstance.g:5450:1: ')'
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getRightParenthesisKeyword_7_5());
match(input,56,FOLLOW_2);
@@ -15195,14 +14941,14 @@ public final void rule__FlowSpecificationInstance__Group_7__5__Impl() throws Rec
// $ANTLR start "rule__FlowSpecificationInstance__Group_7_4__0"
- // InternalInstance.g:5559:1: rule__FlowSpecificationInstance__Group_7_4__0 : rule__FlowSpecificationInstance__Group_7_4__0__Impl rule__FlowSpecificationInstance__Group_7_4__1 ;
+ // InternalInstance.g:5475:1: rule__FlowSpecificationInstance__Group_7_4__0 : rule__FlowSpecificationInstance__Group_7_4__0__Impl rule__FlowSpecificationInstance__Group_7_4__1 ;
public final void rule__FlowSpecificationInstance__Group_7_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5563:1: ( rule__FlowSpecificationInstance__Group_7_4__0__Impl rule__FlowSpecificationInstance__Group_7_4__1 )
- // InternalInstance.g:5564:2: rule__FlowSpecificationInstance__Group_7_4__0__Impl rule__FlowSpecificationInstance__Group_7_4__1
+ // InternalInstance.g:5479:1: ( rule__FlowSpecificationInstance__Group_7_4__0__Impl rule__FlowSpecificationInstance__Group_7_4__1 )
+ // InternalInstance.g:5480:2: rule__FlowSpecificationInstance__Group_7_4__0__Impl rule__FlowSpecificationInstance__Group_7_4__1
{
pushFollow(FOLLOW_3);
rule__FlowSpecificationInstance__Group_7_4__0__Impl();
@@ -15233,17 +14979,17 @@ public final void rule__FlowSpecificationInstance__Group_7_4__0() throws Recogni
// $ANTLR start "rule__FlowSpecificationInstance__Group_7_4__0__Impl"
- // InternalInstance.g:5571:1: rule__FlowSpecificationInstance__Group_7_4__0__Impl : ( ',' ) ;
+ // InternalInstance.g:5487:1: rule__FlowSpecificationInstance__Group_7_4__0__Impl : ( ',' ) ;
public final void rule__FlowSpecificationInstance__Group_7_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5575:1: ( ( ',' ) )
- // InternalInstance.g:5576:1: ( ',' )
+ // InternalInstance.g:5491:1: ( ( ',' ) )
+ // InternalInstance.g:5492:1: ( ',' )
{
- // InternalInstance.g:5576:1: ( ',' )
- // InternalInstance.g:5577:1: ','
+ // InternalInstance.g:5492:1: ( ',' )
+ // InternalInstance.g:5493:1: ','
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getCommaKeyword_7_4_0());
match(input,57,FOLLOW_2);
@@ -15270,14 +15016,14 @@ public final void rule__FlowSpecificationInstance__Group_7_4__0__Impl() throws R
// $ANTLR start "rule__FlowSpecificationInstance__Group_7_4__1"
- // InternalInstance.g:5590:1: rule__FlowSpecificationInstance__Group_7_4__1 : rule__FlowSpecificationInstance__Group_7_4__1__Impl ;
+ // InternalInstance.g:5506:1: rule__FlowSpecificationInstance__Group_7_4__1 : rule__FlowSpecificationInstance__Group_7_4__1__Impl ;
public final void rule__FlowSpecificationInstance__Group_7_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5594:1: ( rule__FlowSpecificationInstance__Group_7_4__1__Impl )
- // InternalInstance.g:5595:2: rule__FlowSpecificationInstance__Group_7_4__1__Impl
+ // InternalInstance.g:5510:1: ( rule__FlowSpecificationInstance__Group_7_4__1__Impl )
+ // InternalInstance.g:5511:2: rule__FlowSpecificationInstance__Group_7_4__1__Impl
{
pushFollow(FOLLOW_2);
rule__FlowSpecificationInstance__Group_7_4__1__Impl();
@@ -15303,21 +15049,21 @@ public final void rule__FlowSpecificationInstance__Group_7_4__1() throws Recogni
// $ANTLR start "rule__FlowSpecificationInstance__Group_7_4__1__Impl"
- // InternalInstance.g:5601:1: rule__FlowSpecificationInstance__Group_7_4__1__Impl : ( ( rule__FlowSpecificationInstance__InModeAssignment_7_4_1 ) ) ;
+ // InternalInstance.g:5517:1: rule__FlowSpecificationInstance__Group_7_4__1__Impl : ( ( rule__FlowSpecificationInstance__InModeAssignment_7_4_1 ) ) ;
public final void rule__FlowSpecificationInstance__Group_7_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5605:1: ( ( ( rule__FlowSpecificationInstance__InModeAssignment_7_4_1 ) ) )
- // InternalInstance.g:5606:1: ( ( rule__FlowSpecificationInstance__InModeAssignment_7_4_1 ) )
+ // InternalInstance.g:5521:1: ( ( ( rule__FlowSpecificationInstance__InModeAssignment_7_4_1 ) ) )
+ // InternalInstance.g:5522:1: ( ( rule__FlowSpecificationInstance__InModeAssignment_7_4_1 ) )
{
- // InternalInstance.g:5606:1: ( ( rule__FlowSpecificationInstance__InModeAssignment_7_4_1 ) )
- // InternalInstance.g:5607:1: ( rule__FlowSpecificationInstance__InModeAssignment_7_4_1 )
+ // InternalInstance.g:5522:1: ( ( rule__FlowSpecificationInstance__InModeAssignment_7_4_1 ) )
+ // InternalInstance.g:5523:1: ( rule__FlowSpecificationInstance__InModeAssignment_7_4_1 )
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getInModeAssignment_7_4_1());
- // InternalInstance.g:5608:1: ( rule__FlowSpecificationInstance__InModeAssignment_7_4_1 )
- // InternalInstance.g:5608:2: rule__FlowSpecificationInstance__InModeAssignment_7_4_1
+ // InternalInstance.g:5524:1: ( rule__FlowSpecificationInstance__InModeAssignment_7_4_1 )
+ // InternalInstance.g:5524:2: rule__FlowSpecificationInstance__InModeAssignment_7_4_1
{
pushFollow(FOLLOW_2);
rule__FlowSpecificationInstance__InModeAssignment_7_4_1();
@@ -15350,14 +15096,14 @@ public final void rule__FlowSpecificationInstance__Group_7_4__1__Impl() throws R
// $ANTLR start "rule__FlowSpecificationInstance__Group_8__0"
- // InternalInstance.g:5622:1: rule__FlowSpecificationInstance__Group_8__0 : rule__FlowSpecificationInstance__Group_8__0__Impl rule__FlowSpecificationInstance__Group_8__1 ;
+ // InternalInstance.g:5538:1: rule__FlowSpecificationInstance__Group_8__0 : rule__FlowSpecificationInstance__Group_8__0__Impl rule__FlowSpecificationInstance__Group_8__1 ;
public final void rule__FlowSpecificationInstance__Group_8__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5626:1: ( rule__FlowSpecificationInstance__Group_8__0__Impl rule__FlowSpecificationInstance__Group_8__1 )
- // InternalInstance.g:5627:2: rule__FlowSpecificationInstance__Group_8__0__Impl rule__FlowSpecificationInstance__Group_8__1
+ // InternalInstance.g:5542:1: ( rule__FlowSpecificationInstance__Group_8__0__Impl rule__FlowSpecificationInstance__Group_8__1 )
+ // InternalInstance.g:5543:2: rule__FlowSpecificationInstance__Group_8__0__Impl rule__FlowSpecificationInstance__Group_8__1
{
pushFollow(FOLLOW_26);
rule__FlowSpecificationInstance__Group_8__0__Impl();
@@ -15388,17 +15134,17 @@ public final void rule__FlowSpecificationInstance__Group_8__0() throws Recogniti
// $ANTLR start "rule__FlowSpecificationInstance__Group_8__0__Impl"
- // InternalInstance.g:5634:1: rule__FlowSpecificationInstance__Group_8__0__Impl : ( 'in' ) ;
+ // InternalInstance.g:5550:1: rule__FlowSpecificationInstance__Group_8__0__Impl : ( 'in' ) ;
public final void rule__FlowSpecificationInstance__Group_8__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5638:1: ( ( 'in' ) )
- // InternalInstance.g:5639:1: ( 'in' )
+ // InternalInstance.g:5554:1: ( ( 'in' ) )
+ // InternalInstance.g:5555:1: ( 'in' )
{
- // InternalInstance.g:5639:1: ( 'in' )
- // InternalInstance.g:5640:1: 'in'
+ // InternalInstance.g:5555:1: ( 'in' )
+ // InternalInstance.g:5556:1: 'in'
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getInKeyword_8_0());
match(input,17,FOLLOW_2);
@@ -15425,14 +15171,14 @@ public final void rule__FlowSpecificationInstance__Group_8__0__Impl() throws Rec
// $ANTLR start "rule__FlowSpecificationInstance__Group_8__1"
- // InternalInstance.g:5653:1: rule__FlowSpecificationInstance__Group_8__1 : rule__FlowSpecificationInstance__Group_8__1__Impl rule__FlowSpecificationInstance__Group_8__2 ;
+ // InternalInstance.g:5569:1: rule__FlowSpecificationInstance__Group_8__1 : rule__FlowSpecificationInstance__Group_8__1__Impl rule__FlowSpecificationInstance__Group_8__2 ;
public final void rule__FlowSpecificationInstance__Group_8__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5657:1: ( rule__FlowSpecificationInstance__Group_8__1__Impl rule__FlowSpecificationInstance__Group_8__2 )
- // InternalInstance.g:5658:2: rule__FlowSpecificationInstance__Group_8__1__Impl rule__FlowSpecificationInstance__Group_8__2
+ // InternalInstance.g:5573:1: ( rule__FlowSpecificationInstance__Group_8__1__Impl rule__FlowSpecificationInstance__Group_8__2 )
+ // InternalInstance.g:5574:2: rule__FlowSpecificationInstance__Group_8__1__Impl rule__FlowSpecificationInstance__Group_8__2
{
pushFollow(FOLLOW_15);
rule__FlowSpecificationInstance__Group_8__1__Impl();
@@ -15463,17 +15209,17 @@ public final void rule__FlowSpecificationInstance__Group_8__1() throws Recogniti
// $ANTLR start "rule__FlowSpecificationInstance__Group_8__1__Impl"
- // InternalInstance.g:5665:1: rule__FlowSpecificationInstance__Group_8__1__Impl : ( 'transitions' ) ;
+ // InternalInstance.g:5581:1: rule__FlowSpecificationInstance__Group_8__1__Impl : ( 'transitions' ) ;
public final void rule__FlowSpecificationInstance__Group_8__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5669:1: ( ( 'transitions' ) )
- // InternalInstance.g:5670:1: ( 'transitions' )
+ // InternalInstance.g:5585:1: ( ( 'transitions' ) )
+ // InternalInstance.g:5586:1: ( 'transitions' )
{
- // InternalInstance.g:5670:1: ( 'transitions' )
- // InternalInstance.g:5671:1: 'transitions'
+ // InternalInstance.g:5586:1: ( 'transitions' )
+ // InternalInstance.g:5587:1: 'transitions'
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getTransitionsKeyword_8_1());
match(input,58,FOLLOW_2);
@@ -15500,14 +15246,14 @@ public final void rule__FlowSpecificationInstance__Group_8__1__Impl() throws Rec
// $ANTLR start "rule__FlowSpecificationInstance__Group_8__2"
- // InternalInstance.g:5684:1: rule__FlowSpecificationInstance__Group_8__2 : rule__FlowSpecificationInstance__Group_8__2__Impl rule__FlowSpecificationInstance__Group_8__3 ;
+ // InternalInstance.g:5600:1: rule__FlowSpecificationInstance__Group_8__2 : rule__FlowSpecificationInstance__Group_8__2__Impl rule__FlowSpecificationInstance__Group_8__3 ;
public final void rule__FlowSpecificationInstance__Group_8__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5688:1: ( rule__FlowSpecificationInstance__Group_8__2__Impl rule__FlowSpecificationInstance__Group_8__3 )
- // InternalInstance.g:5689:2: rule__FlowSpecificationInstance__Group_8__2__Impl rule__FlowSpecificationInstance__Group_8__3
+ // InternalInstance.g:5604:1: ( rule__FlowSpecificationInstance__Group_8__2__Impl rule__FlowSpecificationInstance__Group_8__3 )
+ // InternalInstance.g:5605:2: rule__FlowSpecificationInstance__Group_8__2__Impl rule__FlowSpecificationInstance__Group_8__3
{
pushFollow(FOLLOW_27);
rule__FlowSpecificationInstance__Group_8__2__Impl();
@@ -15538,17 +15284,17 @@ public final void rule__FlowSpecificationInstance__Group_8__2() throws Recogniti
// $ANTLR start "rule__FlowSpecificationInstance__Group_8__2__Impl"
- // InternalInstance.g:5696:1: rule__FlowSpecificationInstance__Group_8__2__Impl : ( '(' ) ;
+ // InternalInstance.g:5612:1: rule__FlowSpecificationInstance__Group_8__2__Impl : ( '(' ) ;
public final void rule__FlowSpecificationInstance__Group_8__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5700:1: ( ( '(' ) )
- // InternalInstance.g:5701:1: ( '(' )
+ // InternalInstance.g:5616:1: ( ( '(' ) )
+ // InternalInstance.g:5617:1: ( '(' )
{
- // InternalInstance.g:5701:1: ( '(' )
- // InternalInstance.g:5702:1: '('
+ // InternalInstance.g:5617:1: ( '(' )
+ // InternalInstance.g:5618:1: '('
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getLeftParenthesisKeyword_8_2());
match(input,55,FOLLOW_2);
@@ -15575,14 +15321,14 @@ public final void rule__FlowSpecificationInstance__Group_8__2__Impl() throws Rec
// $ANTLR start "rule__FlowSpecificationInstance__Group_8__3"
- // InternalInstance.g:5715:1: rule__FlowSpecificationInstance__Group_8__3 : rule__FlowSpecificationInstance__Group_8__3__Impl rule__FlowSpecificationInstance__Group_8__4 ;
+ // InternalInstance.g:5631:1: rule__FlowSpecificationInstance__Group_8__3 : rule__FlowSpecificationInstance__Group_8__3__Impl rule__FlowSpecificationInstance__Group_8__4 ;
public final void rule__FlowSpecificationInstance__Group_8__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5719:1: ( rule__FlowSpecificationInstance__Group_8__3__Impl rule__FlowSpecificationInstance__Group_8__4 )
- // InternalInstance.g:5720:2: rule__FlowSpecificationInstance__Group_8__3__Impl rule__FlowSpecificationInstance__Group_8__4
+ // InternalInstance.g:5635:1: ( rule__FlowSpecificationInstance__Group_8__3__Impl rule__FlowSpecificationInstance__Group_8__4 )
+ // InternalInstance.g:5636:2: rule__FlowSpecificationInstance__Group_8__3__Impl rule__FlowSpecificationInstance__Group_8__4
{
pushFollow(FOLLOW_16);
rule__FlowSpecificationInstance__Group_8__3__Impl();
@@ -15613,21 +15359,21 @@ public final void rule__FlowSpecificationInstance__Group_8__3() throws Recogniti
// $ANTLR start "rule__FlowSpecificationInstance__Group_8__3__Impl"
- // InternalInstance.g:5727:1: rule__FlowSpecificationInstance__Group_8__3__Impl : ( ( rule__FlowSpecificationInstance__InModeTransitionAssignment_8_3 ) ) ;
+ // InternalInstance.g:5643:1: rule__FlowSpecificationInstance__Group_8__3__Impl : ( ( rule__FlowSpecificationInstance__InModeTransitionAssignment_8_3 ) ) ;
public final void rule__FlowSpecificationInstance__Group_8__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5731:1: ( ( ( rule__FlowSpecificationInstance__InModeTransitionAssignment_8_3 ) ) )
- // InternalInstance.g:5732:1: ( ( rule__FlowSpecificationInstance__InModeTransitionAssignment_8_3 ) )
+ // InternalInstance.g:5647:1: ( ( ( rule__FlowSpecificationInstance__InModeTransitionAssignment_8_3 ) ) )
+ // InternalInstance.g:5648:1: ( ( rule__FlowSpecificationInstance__InModeTransitionAssignment_8_3 ) )
{
- // InternalInstance.g:5732:1: ( ( rule__FlowSpecificationInstance__InModeTransitionAssignment_8_3 ) )
- // InternalInstance.g:5733:1: ( rule__FlowSpecificationInstance__InModeTransitionAssignment_8_3 )
+ // InternalInstance.g:5648:1: ( ( rule__FlowSpecificationInstance__InModeTransitionAssignment_8_3 ) )
+ // InternalInstance.g:5649:1: ( rule__FlowSpecificationInstance__InModeTransitionAssignment_8_3 )
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getInModeTransitionAssignment_8_3());
- // InternalInstance.g:5734:1: ( rule__FlowSpecificationInstance__InModeTransitionAssignment_8_3 )
- // InternalInstance.g:5734:2: rule__FlowSpecificationInstance__InModeTransitionAssignment_8_3
+ // InternalInstance.g:5650:1: ( rule__FlowSpecificationInstance__InModeTransitionAssignment_8_3 )
+ // InternalInstance.g:5650:2: rule__FlowSpecificationInstance__InModeTransitionAssignment_8_3
{
pushFollow(FOLLOW_2);
rule__FlowSpecificationInstance__InModeTransitionAssignment_8_3();
@@ -15660,14 +15406,14 @@ public final void rule__FlowSpecificationInstance__Group_8__3__Impl() throws Rec
// $ANTLR start "rule__FlowSpecificationInstance__Group_8__4"
- // InternalInstance.g:5744:1: rule__FlowSpecificationInstance__Group_8__4 : rule__FlowSpecificationInstance__Group_8__4__Impl rule__FlowSpecificationInstance__Group_8__5 ;
+ // InternalInstance.g:5660:1: rule__FlowSpecificationInstance__Group_8__4 : rule__FlowSpecificationInstance__Group_8__4__Impl rule__FlowSpecificationInstance__Group_8__5 ;
public final void rule__FlowSpecificationInstance__Group_8__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5748:1: ( rule__FlowSpecificationInstance__Group_8__4__Impl rule__FlowSpecificationInstance__Group_8__5 )
- // InternalInstance.g:5749:2: rule__FlowSpecificationInstance__Group_8__4__Impl rule__FlowSpecificationInstance__Group_8__5
+ // InternalInstance.g:5664:1: ( rule__FlowSpecificationInstance__Group_8__4__Impl rule__FlowSpecificationInstance__Group_8__5 )
+ // InternalInstance.g:5665:2: rule__FlowSpecificationInstance__Group_8__4__Impl rule__FlowSpecificationInstance__Group_8__5
{
pushFollow(FOLLOW_16);
rule__FlowSpecificationInstance__Group_8__4__Impl();
@@ -15698,20 +15444,20 @@ public final void rule__FlowSpecificationInstance__Group_8__4() throws Recogniti
// $ANTLR start "rule__FlowSpecificationInstance__Group_8__4__Impl"
- // InternalInstance.g:5756:1: rule__FlowSpecificationInstance__Group_8__4__Impl : ( ( rule__FlowSpecificationInstance__Group_8_4__0 )* ) ;
+ // InternalInstance.g:5672:1: rule__FlowSpecificationInstance__Group_8__4__Impl : ( ( rule__FlowSpecificationInstance__Group_8_4__0 )* ) ;
public final void rule__FlowSpecificationInstance__Group_8__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5760:1: ( ( ( rule__FlowSpecificationInstance__Group_8_4__0 )* ) )
- // InternalInstance.g:5761:1: ( ( rule__FlowSpecificationInstance__Group_8_4__0 )* )
+ // InternalInstance.g:5676:1: ( ( ( rule__FlowSpecificationInstance__Group_8_4__0 )* ) )
+ // InternalInstance.g:5677:1: ( ( rule__FlowSpecificationInstance__Group_8_4__0 )* )
{
- // InternalInstance.g:5761:1: ( ( rule__FlowSpecificationInstance__Group_8_4__0 )* )
- // InternalInstance.g:5762:1: ( rule__FlowSpecificationInstance__Group_8_4__0 )*
+ // InternalInstance.g:5677:1: ( ( rule__FlowSpecificationInstance__Group_8_4__0 )* )
+ // InternalInstance.g:5678:1: ( rule__FlowSpecificationInstance__Group_8_4__0 )*
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getGroup_8_4());
- // InternalInstance.g:5763:1: ( rule__FlowSpecificationInstance__Group_8_4__0 )*
+ // InternalInstance.g:5679:1: ( rule__FlowSpecificationInstance__Group_8_4__0 )*
loop45:
do {
int alt45=2;
@@ -15724,7 +15470,7 @@ public final void rule__FlowSpecificationInstance__Group_8__4__Impl() throws Rec
switch (alt45) {
case 1 :
- // InternalInstance.g:5763:2: rule__FlowSpecificationInstance__Group_8_4__0
+ // InternalInstance.g:5679:2: rule__FlowSpecificationInstance__Group_8_4__0
{
pushFollow(FOLLOW_17);
rule__FlowSpecificationInstance__Group_8_4__0();
@@ -15763,14 +15509,14 @@ public final void rule__FlowSpecificationInstance__Group_8__4__Impl() throws Rec
// $ANTLR start "rule__FlowSpecificationInstance__Group_8__5"
- // InternalInstance.g:5773:1: rule__FlowSpecificationInstance__Group_8__5 : rule__FlowSpecificationInstance__Group_8__5__Impl ;
+ // InternalInstance.g:5689:1: rule__FlowSpecificationInstance__Group_8__5 : rule__FlowSpecificationInstance__Group_8__5__Impl ;
public final void rule__FlowSpecificationInstance__Group_8__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5777:1: ( rule__FlowSpecificationInstance__Group_8__5__Impl )
- // InternalInstance.g:5778:2: rule__FlowSpecificationInstance__Group_8__5__Impl
+ // InternalInstance.g:5693:1: ( rule__FlowSpecificationInstance__Group_8__5__Impl )
+ // InternalInstance.g:5694:2: rule__FlowSpecificationInstance__Group_8__5__Impl
{
pushFollow(FOLLOW_2);
rule__FlowSpecificationInstance__Group_8__5__Impl();
@@ -15796,17 +15542,17 @@ public final void rule__FlowSpecificationInstance__Group_8__5() throws Recogniti
// $ANTLR start "rule__FlowSpecificationInstance__Group_8__5__Impl"
- // InternalInstance.g:5784:1: rule__FlowSpecificationInstance__Group_8__5__Impl : ( ')' ) ;
+ // InternalInstance.g:5700:1: rule__FlowSpecificationInstance__Group_8__5__Impl : ( ')' ) ;
public final void rule__FlowSpecificationInstance__Group_8__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5788:1: ( ( ')' ) )
- // InternalInstance.g:5789:1: ( ')' )
+ // InternalInstance.g:5704:1: ( ( ')' ) )
+ // InternalInstance.g:5705:1: ( ')' )
{
- // InternalInstance.g:5789:1: ( ')' )
- // InternalInstance.g:5790:1: ')'
+ // InternalInstance.g:5705:1: ( ')' )
+ // InternalInstance.g:5706:1: ')'
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getRightParenthesisKeyword_8_5());
match(input,56,FOLLOW_2);
@@ -15833,14 +15579,14 @@ public final void rule__FlowSpecificationInstance__Group_8__5__Impl() throws Rec
// $ANTLR start "rule__FlowSpecificationInstance__Group_8_4__0"
- // InternalInstance.g:5815:1: rule__FlowSpecificationInstance__Group_8_4__0 : rule__FlowSpecificationInstance__Group_8_4__0__Impl rule__FlowSpecificationInstance__Group_8_4__1 ;
+ // InternalInstance.g:5731:1: rule__FlowSpecificationInstance__Group_8_4__0 : rule__FlowSpecificationInstance__Group_8_4__0__Impl rule__FlowSpecificationInstance__Group_8_4__1 ;
public final void rule__FlowSpecificationInstance__Group_8_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5819:1: ( rule__FlowSpecificationInstance__Group_8_4__0__Impl rule__FlowSpecificationInstance__Group_8_4__1 )
- // InternalInstance.g:5820:2: rule__FlowSpecificationInstance__Group_8_4__0__Impl rule__FlowSpecificationInstance__Group_8_4__1
+ // InternalInstance.g:5735:1: ( rule__FlowSpecificationInstance__Group_8_4__0__Impl rule__FlowSpecificationInstance__Group_8_4__1 )
+ // InternalInstance.g:5736:2: rule__FlowSpecificationInstance__Group_8_4__0__Impl rule__FlowSpecificationInstance__Group_8_4__1
{
pushFollow(FOLLOW_27);
rule__FlowSpecificationInstance__Group_8_4__0__Impl();
@@ -15871,17 +15617,17 @@ public final void rule__FlowSpecificationInstance__Group_8_4__0() throws Recogni
// $ANTLR start "rule__FlowSpecificationInstance__Group_8_4__0__Impl"
- // InternalInstance.g:5827:1: rule__FlowSpecificationInstance__Group_8_4__0__Impl : ( ',' ) ;
+ // InternalInstance.g:5743:1: rule__FlowSpecificationInstance__Group_8_4__0__Impl : ( ',' ) ;
public final void rule__FlowSpecificationInstance__Group_8_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5831:1: ( ( ',' ) )
- // InternalInstance.g:5832:1: ( ',' )
+ // InternalInstance.g:5747:1: ( ( ',' ) )
+ // InternalInstance.g:5748:1: ( ',' )
{
- // InternalInstance.g:5832:1: ( ',' )
- // InternalInstance.g:5833:1: ','
+ // InternalInstance.g:5748:1: ( ',' )
+ // InternalInstance.g:5749:1: ','
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getCommaKeyword_8_4_0());
match(input,57,FOLLOW_2);
@@ -15908,14 +15654,14 @@ public final void rule__FlowSpecificationInstance__Group_8_4__0__Impl() throws R
// $ANTLR start "rule__FlowSpecificationInstance__Group_8_4__1"
- // InternalInstance.g:5846:1: rule__FlowSpecificationInstance__Group_8_4__1 : rule__FlowSpecificationInstance__Group_8_4__1__Impl ;
+ // InternalInstance.g:5762:1: rule__FlowSpecificationInstance__Group_8_4__1 : rule__FlowSpecificationInstance__Group_8_4__1__Impl ;
public final void rule__FlowSpecificationInstance__Group_8_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5850:1: ( rule__FlowSpecificationInstance__Group_8_4__1__Impl )
- // InternalInstance.g:5851:2: rule__FlowSpecificationInstance__Group_8_4__1__Impl
+ // InternalInstance.g:5766:1: ( rule__FlowSpecificationInstance__Group_8_4__1__Impl )
+ // InternalInstance.g:5767:2: rule__FlowSpecificationInstance__Group_8_4__1__Impl
{
pushFollow(FOLLOW_2);
rule__FlowSpecificationInstance__Group_8_4__1__Impl();
@@ -15941,21 +15687,21 @@ public final void rule__FlowSpecificationInstance__Group_8_4__1() throws Recogni
// $ANTLR start "rule__FlowSpecificationInstance__Group_8_4__1__Impl"
- // InternalInstance.g:5857:1: rule__FlowSpecificationInstance__Group_8_4__1__Impl : ( ( rule__FlowSpecificationInstance__InModeTransitionAssignment_8_4_1 ) ) ;
+ // InternalInstance.g:5773:1: rule__FlowSpecificationInstance__Group_8_4__1__Impl : ( ( rule__FlowSpecificationInstance__InModeTransitionAssignment_8_4_1 ) ) ;
public final void rule__FlowSpecificationInstance__Group_8_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5861:1: ( ( ( rule__FlowSpecificationInstance__InModeTransitionAssignment_8_4_1 ) ) )
- // InternalInstance.g:5862:1: ( ( rule__FlowSpecificationInstance__InModeTransitionAssignment_8_4_1 ) )
+ // InternalInstance.g:5777:1: ( ( ( rule__FlowSpecificationInstance__InModeTransitionAssignment_8_4_1 ) ) )
+ // InternalInstance.g:5778:1: ( ( rule__FlowSpecificationInstance__InModeTransitionAssignment_8_4_1 ) )
{
- // InternalInstance.g:5862:1: ( ( rule__FlowSpecificationInstance__InModeTransitionAssignment_8_4_1 ) )
- // InternalInstance.g:5863:1: ( rule__FlowSpecificationInstance__InModeTransitionAssignment_8_4_1 )
+ // InternalInstance.g:5778:1: ( ( rule__FlowSpecificationInstance__InModeTransitionAssignment_8_4_1 ) )
+ // InternalInstance.g:5779:1: ( rule__FlowSpecificationInstance__InModeTransitionAssignment_8_4_1 )
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getInModeTransitionAssignment_8_4_1());
- // InternalInstance.g:5864:1: ( rule__FlowSpecificationInstance__InModeTransitionAssignment_8_4_1 )
- // InternalInstance.g:5864:2: rule__FlowSpecificationInstance__InModeTransitionAssignment_8_4_1
+ // InternalInstance.g:5780:1: ( rule__FlowSpecificationInstance__InModeTransitionAssignment_8_4_1 )
+ // InternalInstance.g:5780:2: rule__FlowSpecificationInstance__InModeTransitionAssignment_8_4_1
{
pushFollow(FOLLOW_2);
rule__FlowSpecificationInstance__InModeTransitionAssignment_8_4_1();
@@ -15988,14 +15734,14 @@ public final void rule__FlowSpecificationInstance__Group_8_4__1__Impl() throws R
// $ANTLR start "rule__FlowSpecificationInstance__Group_11__0"
- // InternalInstance.g:5878:1: rule__FlowSpecificationInstance__Group_11__0 : rule__FlowSpecificationInstance__Group_11__0__Impl rule__FlowSpecificationInstance__Group_11__1 ;
+ // InternalInstance.g:5794:1: rule__FlowSpecificationInstance__Group_11__0 : rule__FlowSpecificationInstance__Group_11__0__Impl rule__FlowSpecificationInstance__Group_11__1 ;
public final void rule__FlowSpecificationInstance__Group_11__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5882:1: ( rule__FlowSpecificationInstance__Group_11__0__Impl rule__FlowSpecificationInstance__Group_11__1 )
- // InternalInstance.g:5883:2: rule__FlowSpecificationInstance__Group_11__0__Impl rule__FlowSpecificationInstance__Group_11__1
+ // InternalInstance.g:5798:1: ( rule__FlowSpecificationInstance__Group_11__0__Impl rule__FlowSpecificationInstance__Group_11__1 )
+ // InternalInstance.g:5799:2: rule__FlowSpecificationInstance__Group_11__0__Impl rule__FlowSpecificationInstance__Group_11__1
{
pushFollow(FOLLOW_34);
rule__FlowSpecificationInstance__Group_11__0__Impl();
@@ -16026,17 +15772,17 @@ public final void rule__FlowSpecificationInstance__Group_11__0() throws Recognit
// $ANTLR start "rule__FlowSpecificationInstance__Group_11__0__Impl"
- // InternalInstance.g:5890:1: rule__FlowSpecificationInstance__Group_11__0__Impl : ( '{' ) ;
+ // InternalInstance.g:5806:1: rule__FlowSpecificationInstance__Group_11__0__Impl : ( '{' ) ;
public final void rule__FlowSpecificationInstance__Group_11__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5894:1: ( ( '{' ) )
- // InternalInstance.g:5895:1: ( '{' )
+ // InternalInstance.g:5810:1: ( ( '{' ) )
+ // InternalInstance.g:5811:1: ( '{' )
{
- // InternalInstance.g:5895:1: ( '{' )
- // InternalInstance.g:5896:1: '{'
+ // InternalInstance.g:5811:1: ( '{' )
+ // InternalInstance.g:5812:1: '{'
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getLeftCurlyBracketKeyword_11_0());
match(input,50,FOLLOW_2);
@@ -16063,14 +15809,14 @@ public final void rule__FlowSpecificationInstance__Group_11__0__Impl() throws Re
// $ANTLR start "rule__FlowSpecificationInstance__Group_11__1"
- // InternalInstance.g:5909:1: rule__FlowSpecificationInstance__Group_11__1 : rule__FlowSpecificationInstance__Group_11__1__Impl rule__FlowSpecificationInstance__Group_11__2 ;
+ // InternalInstance.g:5825:1: rule__FlowSpecificationInstance__Group_11__1 : rule__FlowSpecificationInstance__Group_11__1__Impl rule__FlowSpecificationInstance__Group_11__2 ;
public final void rule__FlowSpecificationInstance__Group_11__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5913:1: ( rule__FlowSpecificationInstance__Group_11__1__Impl rule__FlowSpecificationInstance__Group_11__2 )
- // InternalInstance.g:5914:2: rule__FlowSpecificationInstance__Group_11__1__Impl rule__FlowSpecificationInstance__Group_11__2
+ // InternalInstance.g:5829:1: ( rule__FlowSpecificationInstance__Group_11__1__Impl rule__FlowSpecificationInstance__Group_11__2 )
+ // InternalInstance.g:5830:2: rule__FlowSpecificationInstance__Group_11__1__Impl rule__FlowSpecificationInstance__Group_11__2
{
pushFollow(FOLLOW_24);
rule__FlowSpecificationInstance__Group_11__1__Impl();
@@ -16101,24 +15847,24 @@ public final void rule__FlowSpecificationInstance__Group_11__1() throws Recognit
// $ANTLR start "rule__FlowSpecificationInstance__Group_11__1__Impl"
- // InternalInstance.g:5921:1: rule__FlowSpecificationInstance__Group_11__1__Impl : ( ( ( rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 ) ) ( ( rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 )* ) ) ;
+ // InternalInstance.g:5837:1: rule__FlowSpecificationInstance__Group_11__1__Impl : ( ( ( rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 ) ) ( ( rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 )* ) ) ;
public final void rule__FlowSpecificationInstance__Group_11__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5925:1: ( ( ( ( rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 ) ) ( ( rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 )* ) ) )
- // InternalInstance.g:5926:1: ( ( ( rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 ) ) ( ( rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 )* ) )
+ // InternalInstance.g:5841:1: ( ( ( ( rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 ) ) ( ( rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 )* ) ) )
+ // InternalInstance.g:5842:1: ( ( ( rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 ) ) ( ( rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 )* ) )
{
- // InternalInstance.g:5926:1: ( ( ( rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 ) ) ( ( rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 )* ) )
- // InternalInstance.g:5927:1: ( ( rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 ) ) ( ( rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 )* )
+ // InternalInstance.g:5842:1: ( ( ( rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 ) ) ( ( rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 )* ) )
+ // InternalInstance.g:5843:1: ( ( rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 ) ) ( ( rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 )* )
{
- // InternalInstance.g:5927:1: ( ( rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 ) )
- // InternalInstance.g:5928:1: ( rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 )
+ // InternalInstance.g:5843:1: ( ( rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 ) )
+ // InternalInstance.g:5844:1: ( rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 )
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getOwnedPropertyAssociationAssignment_11_1());
- // InternalInstance.g:5929:1: ( rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 )
- // InternalInstance.g:5929:2: rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1
+ // InternalInstance.g:5845:1: ( rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 )
+ // InternalInstance.g:5845:2: rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1
{
pushFollow(FOLLOW_7);
rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1();
@@ -16132,11 +15878,11 @@ public final void rule__FlowSpecificationInstance__Group_11__1__Impl() throws Re
}
- // InternalInstance.g:5932:1: ( ( rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 )* )
- // InternalInstance.g:5933:1: ( rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 )*
+ // InternalInstance.g:5848:1: ( ( rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 )* )
+ // InternalInstance.g:5849:1: ( rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 )*
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getOwnedPropertyAssociationAssignment_11_1());
- // InternalInstance.g:5934:1: ( rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 )*
+ // InternalInstance.g:5850:1: ( rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 )*
loop46:
do {
int alt46=2;
@@ -16149,7 +15895,7 @@ public final void rule__FlowSpecificationInstance__Group_11__1__Impl() throws Re
switch (alt46) {
case 1 :
- // InternalInstance.g:5934:2: rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1
+ // InternalInstance.g:5850:2: rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1
{
pushFollow(FOLLOW_7);
rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1();
@@ -16191,14 +15937,14 @@ public final void rule__FlowSpecificationInstance__Group_11__1__Impl() throws Re
// $ANTLR start "rule__FlowSpecificationInstance__Group_11__2"
- // InternalInstance.g:5945:1: rule__FlowSpecificationInstance__Group_11__2 : rule__FlowSpecificationInstance__Group_11__2__Impl ;
+ // InternalInstance.g:5861:1: rule__FlowSpecificationInstance__Group_11__2 : rule__FlowSpecificationInstance__Group_11__2__Impl ;
public final void rule__FlowSpecificationInstance__Group_11__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5949:1: ( rule__FlowSpecificationInstance__Group_11__2__Impl )
- // InternalInstance.g:5950:2: rule__FlowSpecificationInstance__Group_11__2__Impl
+ // InternalInstance.g:5865:1: ( rule__FlowSpecificationInstance__Group_11__2__Impl )
+ // InternalInstance.g:5866:2: rule__FlowSpecificationInstance__Group_11__2__Impl
{
pushFollow(FOLLOW_2);
rule__FlowSpecificationInstance__Group_11__2__Impl();
@@ -16224,17 +15970,17 @@ public final void rule__FlowSpecificationInstance__Group_11__2() throws Recognit
// $ANTLR start "rule__FlowSpecificationInstance__Group_11__2__Impl"
- // InternalInstance.g:5956:1: rule__FlowSpecificationInstance__Group_11__2__Impl : ( '}' ) ;
+ // InternalInstance.g:5872:1: rule__FlowSpecificationInstance__Group_11__2__Impl : ( '}' ) ;
public final void rule__FlowSpecificationInstance__Group_11__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5960:1: ( ( '}' ) )
- // InternalInstance.g:5961:1: ( '}' )
+ // InternalInstance.g:5876:1: ( ( '}' ) )
+ // InternalInstance.g:5877:1: ( '}' )
{
- // InternalInstance.g:5961:1: ( '}' )
- // InternalInstance.g:5962:1: '}'
+ // InternalInstance.g:5877:1: ( '}' )
+ // InternalInstance.g:5878:1: '}'
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getRightCurlyBracketKeyword_11_2());
match(input,51,FOLLOW_2);
@@ -16261,14 +16007,14 @@ public final void rule__FlowSpecificationInstance__Group_11__2__Impl() throws Re
// $ANTLR start "rule__EndToEndFlowInstance__Group__0"
- // InternalInstance.g:5981:1: rule__EndToEndFlowInstance__Group__0 : rule__EndToEndFlowInstance__Group__0__Impl rule__EndToEndFlowInstance__Group__1 ;
+ // InternalInstance.g:5897:1: rule__EndToEndFlowInstance__Group__0 : rule__EndToEndFlowInstance__Group__0__Impl rule__EndToEndFlowInstance__Group__1 ;
public final void rule__EndToEndFlowInstance__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5985:1: ( rule__EndToEndFlowInstance__Group__0__Impl rule__EndToEndFlowInstance__Group__1 )
- // InternalInstance.g:5986:2: rule__EndToEndFlowInstance__Group__0__Impl rule__EndToEndFlowInstance__Group__1
+ // InternalInstance.g:5901:1: ( rule__EndToEndFlowInstance__Group__0__Impl rule__EndToEndFlowInstance__Group__1 )
+ // InternalInstance.g:5902:2: rule__EndToEndFlowInstance__Group__0__Impl rule__EndToEndFlowInstance__Group__1
{
pushFollow(FOLLOW_35);
rule__EndToEndFlowInstance__Group__0__Impl();
@@ -16299,17 +16045,17 @@ public final void rule__EndToEndFlowInstance__Group__0() throws RecognitionExcep
// $ANTLR start "rule__EndToEndFlowInstance__Group__0__Impl"
- // InternalInstance.g:5993:1: rule__EndToEndFlowInstance__Group__0__Impl : ( 'end' ) ;
+ // InternalInstance.g:5909:1: rule__EndToEndFlowInstance__Group__0__Impl : ( 'end' ) ;
public final void rule__EndToEndFlowInstance__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:5997:1: ( ( 'end' ) )
- // InternalInstance.g:5998:1: ( 'end' )
+ // InternalInstance.g:5913:1: ( ( 'end' ) )
+ // InternalInstance.g:5914:1: ( 'end' )
{
- // InternalInstance.g:5998:1: ( 'end' )
- // InternalInstance.g:5999:1: 'end'
+ // InternalInstance.g:5914:1: ( 'end' )
+ // InternalInstance.g:5915:1: 'end'
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getEndKeyword_0());
match(input,60,FOLLOW_2);
@@ -16336,14 +16082,14 @@ public final void rule__EndToEndFlowInstance__Group__0__Impl() throws Recognitio
// $ANTLR start "rule__EndToEndFlowInstance__Group__1"
- // InternalInstance.g:6012:1: rule__EndToEndFlowInstance__Group__1 : rule__EndToEndFlowInstance__Group__1__Impl rule__EndToEndFlowInstance__Group__2 ;
+ // InternalInstance.g:5928:1: rule__EndToEndFlowInstance__Group__1 : rule__EndToEndFlowInstance__Group__1__Impl rule__EndToEndFlowInstance__Group__2 ;
public final void rule__EndToEndFlowInstance__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6016:1: ( rule__EndToEndFlowInstance__Group__1__Impl rule__EndToEndFlowInstance__Group__2 )
- // InternalInstance.g:6017:2: rule__EndToEndFlowInstance__Group__1__Impl rule__EndToEndFlowInstance__Group__2
+ // InternalInstance.g:5932:1: ( rule__EndToEndFlowInstance__Group__1__Impl rule__EndToEndFlowInstance__Group__2 )
+ // InternalInstance.g:5933:2: rule__EndToEndFlowInstance__Group__1__Impl rule__EndToEndFlowInstance__Group__2
{
pushFollow(FOLLOW_36);
rule__EndToEndFlowInstance__Group__1__Impl();
@@ -16374,17 +16120,17 @@ public final void rule__EndToEndFlowInstance__Group__1() throws RecognitionExcep
// $ANTLR start "rule__EndToEndFlowInstance__Group__1__Impl"
- // InternalInstance.g:6024:1: rule__EndToEndFlowInstance__Group__1__Impl : ( 'to' ) ;
+ // InternalInstance.g:5940:1: rule__EndToEndFlowInstance__Group__1__Impl : ( 'to' ) ;
public final void rule__EndToEndFlowInstance__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6028:1: ( ( 'to' ) )
- // InternalInstance.g:6029:1: ( 'to' )
+ // InternalInstance.g:5944:1: ( ( 'to' ) )
+ // InternalInstance.g:5945:1: ( 'to' )
{
- // InternalInstance.g:6029:1: ( 'to' )
- // InternalInstance.g:6030:1: 'to'
+ // InternalInstance.g:5945:1: ( 'to' )
+ // InternalInstance.g:5946:1: 'to'
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getToKeyword_1());
match(input,61,FOLLOW_2);
@@ -16411,14 +16157,14 @@ public final void rule__EndToEndFlowInstance__Group__1__Impl() throws Recognitio
// $ANTLR start "rule__EndToEndFlowInstance__Group__2"
- // InternalInstance.g:6043:1: rule__EndToEndFlowInstance__Group__2 : rule__EndToEndFlowInstance__Group__2__Impl rule__EndToEndFlowInstance__Group__3 ;
+ // InternalInstance.g:5959:1: rule__EndToEndFlowInstance__Group__2 : rule__EndToEndFlowInstance__Group__2__Impl rule__EndToEndFlowInstance__Group__3 ;
public final void rule__EndToEndFlowInstance__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6047:1: ( rule__EndToEndFlowInstance__Group__2__Impl rule__EndToEndFlowInstance__Group__3 )
- // InternalInstance.g:6048:2: rule__EndToEndFlowInstance__Group__2__Impl rule__EndToEndFlowInstance__Group__3
+ // InternalInstance.g:5963:1: ( rule__EndToEndFlowInstance__Group__2__Impl rule__EndToEndFlowInstance__Group__3 )
+ // InternalInstance.g:5964:2: rule__EndToEndFlowInstance__Group__2__Impl rule__EndToEndFlowInstance__Group__3
{
pushFollow(FOLLOW_37);
rule__EndToEndFlowInstance__Group__2__Impl();
@@ -16449,17 +16195,17 @@ public final void rule__EndToEndFlowInstance__Group__2() throws RecognitionExcep
// $ANTLR start "rule__EndToEndFlowInstance__Group__2__Impl"
- // InternalInstance.g:6055:1: rule__EndToEndFlowInstance__Group__2__Impl : ( 'end' ) ;
+ // InternalInstance.g:5971:1: rule__EndToEndFlowInstance__Group__2__Impl : ( 'end' ) ;
public final void rule__EndToEndFlowInstance__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6059:1: ( ( 'end' ) )
- // InternalInstance.g:6060:1: ( 'end' )
+ // InternalInstance.g:5975:1: ( ( 'end' ) )
+ // InternalInstance.g:5976:1: ( 'end' )
{
- // InternalInstance.g:6060:1: ( 'end' )
- // InternalInstance.g:6061:1: 'end'
+ // InternalInstance.g:5976:1: ( 'end' )
+ // InternalInstance.g:5977:1: 'end'
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getEndKeyword_2());
match(input,60,FOLLOW_2);
@@ -16486,14 +16232,14 @@ public final void rule__EndToEndFlowInstance__Group__2__Impl() throws Recognitio
// $ANTLR start "rule__EndToEndFlowInstance__Group__3"
- // InternalInstance.g:6074:1: rule__EndToEndFlowInstance__Group__3 : rule__EndToEndFlowInstance__Group__3__Impl rule__EndToEndFlowInstance__Group__4 ;
+ // InternalInstance.g:5990:1: rule__EndToEndFlowInstance__Group__3 : rule__EndToEndFlowInstance__Group__3__Impl rule__EndToEndFlowInstance__Group__4 ;
public final void rule__EndToEndFlowInstance__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6078:1: ( rule__EndToEndFlowInstance__Group__3__Impl rule__EndToEndFlowInstance__Group__4 )
- // InternalInstance.g:6079:2: rule__EndToEndFlowInstance__Group__3__Impl rule__EndToEndFlowInstance__Group__4
+ // InternalInstance.g:5994:1: ( rule__EndToEndFlowInstance__Group__3__Impl rule__EndToEndFlowInstance__Group__4 )
+ // InternalInstance.g:5995:2: rule__EndToEndFlowInstance__Group__3__Impl rule__EndToEndFlowInstance__Group__4
{
pushFollow(FOLLOW_3);
rule__EndToEndFlowInstance__Group__3__Impl();
@@ -16524,17 +16270,17 @@ public final void rule__EndToEndFlowInstance__Group__3() throws RecognitionExcep
// $ANTLR start "rule__EndToEndFlowInstance__Group__3__Impl"
- // InternalInstance.g:6086:1: rule__EndToEndFlowInstance__Group__3__Impl : ( 'flow' ) ;
+ // InternalInstance.g:6002:1: rule__EndToEndFlowInstance__Group__3__Impl : ( 'flow' ) ;
public final void rule__EndToEndFlowInstance__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6090:1: ( ( 'flow' ) )
- // InternalInstance.g:6091:1: ( 'flow' )
+ // InternalInstance.g:6006:1: ( ( 'flow' ) )
+ // InternalInstance.g:6007:1: ( 'flow' )
{
- // InternalInstance.g:6091:1: ( 'flow' )
- // InternalInstance.g:6092:1: 'flow'
+ // InternalInstance.g:6007:1: ( 'flow' )
+ // InternalInstance.g:6008:1: 'flow'
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getFlowKeyword_3());
match(input,59,FOLLOW_2);
@@ -16561,14 +16307,14 @@ public final void rule__EndToEndFlowInstance__Group__3__Impl() throws Recognitio
// $ANTLR start "rule__EndToEndFlowInstance__Group__4"
- // InternalInstance.g:6105:1: rule__EndToEndFlowInstance__Group__4 : rule__EndToEndFlowInstance__Group__4__Impl rule__EndToEndFlowInstance__Group__5 ;
+ // InternalInstance.g:6021:1: rule__EndToEndFlowInstance__Group__4 : rule__EndToEndFlowInstance__Group__4__Impl rule__EndToEndFlowInstance__Group__5 ;
public final void rule__EndToEndFlowInstance__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6109:1: ( rule__EndToEndFlowInstance__Group__4__Impl rule__EndToEndFlowInstance__Group__5 )
- // InternalInstance.g:6110:2: rule__EndToEndFlowInstance__Group__4__Impl rule__EndToEndFlowInstance__Group__5
+ // InternalInstance.g:6025:1: ( rule__EndToEndFlowInstance__Group__4__Impl rule__EndToEndFlowInstance__Group__5 )
+ // InternalInstance.g:6026:2: rule__EndToEndFlowInstance__Group__4__Impl rule__EndToEndFlowInstance__Group__5
{
pushFollow(FOLLOW_38);
rule__EndToEndFlowInstance__Group__4__Impl();
@@ -16599,21 +16345,21 @@ public final void rule__EndToEndFlowInstance__Group__4() throws RecognitionExcep
// $ANTLR start "rule__EndToEndFlowInstance__Group__4__Impl"
- // InternalInstance.g:6117:1: rule__EndToEndFlowInstance__Group__4__Impl : ( ( rule__EndToEndFlowInstance__NameAssignment_4 ) ) ;
+ // InternalInstance.g:6033:1: rule__EndToEndFlowInstance__Group__4__Impl : ( ( rule__EndToEndFlowInstance__NameAssignment_4 ) ) ;
public final void rule__EndToEndFlowInstance__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6121:1: ( ( ( rule__EndToEndFlowInstance__NameAssignment_4 ) ) )
- // InternalInstance.g:6122:1: ( ( rule__EndToEndFlowInstance__NameAssignment_4 ) )
+ // InternalInstance.g:6037:1: ( ( ( rule__EndToEndFlowInstance__NameAssignment_4 ) ) )
+ // InternalInstance.g:6038:1: ( ( rule__EndToEndFlowInstance__NameAssignment_4 ) )
{
- // InternalInstance.g:6122:1: ( ( rule__EndToEndFlowInstance__NameAssignment_4 ) )
- // InternalInstance.g:6123:1: ( rule__EndToEndFlowInstance__NameAssignment_4 )
+ // InternalInstance.g:6038:1: ( ( rule__EndToEndFlowInstance__NameAssignment_4 ) )
+ // InternalInstance.g:6039:1: ( rule__EndToEndFlowInstance__NameAssignment_4 )
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getNameAssignment_4());
- // InternalInstance.g:6124:1: ( rule__EndToEndFlowInstance__NameAssignment_4 )
- // InternalInstance.g:6124:2: rule__EndToEndFlowInstance__NameAssignment_4
+ // InternalInstance.g:6040:1: ( rule__EndToEndFlowInstance__NameAssignment_4 )
+ // InternalInstance.g:6040:2: rule__EndToEndFlowInstance__NameAssignment_4
{
pushFollow(FOLLOW_2);
rule__EndToEndFlowInstance__NameAssignment_4();
@@ -16646,14 +16392,14 @@ public final void rule__EndToEndFlowInstance__Group__4__Impl() throws Recognitio
// $ANTLR start "rule__EndToEndFlowInstance__Group__5"
- // InternalInstance.g:6134:1: rule__EndToEndFlowInstance__Group__5 : rule__EndToEndFlowInstance__Group__5__Impl rule__EndToEndFlowInstance__Group__6 ;
+ // InternalInstance.g:6050:1: rule__EndToEndFlowInstance__Group__5 : rule__EndToEndFlowInstance__Group__5__Impl rule__EndToEndFlowInstance__Group__6 ;
public final void rule__EndToEndFlowInstance__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6138:1: ( rule__EndToEndFlowInstance__Group__5__Impl rule__EndToEndFlowInstance__Group__6 )
- // InternalInstance.g:6139:2: rule__EndToEndFlowInstance__Group__5__Impl rule__EndToEndFlowInstance__Group__6
+ // InternalInstance.g:6054:1: ( rule__EndToEndFlowInstance__Group__5__Impl rule__EndToEndFlowInstance__Group__6 )
+ // InternalInstance.g:6055:2: rule__EndToEndFlowInstance__Group__5__Impl rule__EndToEndFlowInstance__Group__6
{
pushFollow(FOLLOW_38);
rule__EndToEndFlowInstance__Group__5__Impl();
@@ -16684,20 +16430,20 @@ public final void rule__EndToEndFlowInstance__Group__5() throws RecognitionExcep
// $ANTLR start "rule__EndToEndFlowInstance__Group__5__Impl"
- // InternalInstance.g:6146:1: rule__EndToEndFlowInstance__Group__5__Impl : ( ( rule__EndToEndFlowInstance__Group_5__0 )? ) ;
+ // InternalInstance.g:6062:1: rule__EndToEndFlowInstance__Group__5__Impl : ( ( rule__EndToEndFlowInstance__Group_5__0 )? ) ;
public final void rule__EndToEndFlowInstance__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6150:1: ( ( ( rule__EndToEndFlowInstance__Group_5__0 )? ) )
- // InternalInstance.g:6151:1: ( ( rule__EndToEndFlowInstance__Group_5__0 )? )
+ // InternalInstance.g:6066:1: ( ( ( rule__EndToEndFlowInstance__Group_5__0 )? ) )
+ // InternalInstance.g:6067:1: ( ( rule__EndToEndFlowInstance__Group_5__0 )? )
{
- // InternalInstance.g:6151:1: ( ( rule__EndToEndFlowInstance__Group_5__0 )? )
- // InternalInstance.g:6152:1: ( rule__EndToEndFlowInstance__Group_5__0 )?
+ // InternalInstance.g:6067:1: ( ( rule__EndToEndFlowInstance__Group_5__0 )? )
+ // InternalInstance.g:6068:1: ( rule__EndToEndFlowInstance__Group_5__0 )?
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getGroup_5());
- // InternalInstance.g:6153:1: ( rule__EndToEndFlowInstance__Group_5__0 )?
+ // InternalInstance.g:6069:1: ( rule__EndToEndFlowInstance__Group_5__0 )?
int alt47=2;
int LA47_0 = input.LA(1);
@@ -16706,7 +16452,7 @@ public final void rule__EndToEndFlowInstance__Group__5__Impl() throws Recognitio
}
switch (alt47) {
case 1 :
- // InternalInstance.g:6153:2: rule__EndToEndFlowInstance__Group_5__0
+ // InternalInstance.g:6069:2: rule__EndToEndFlowInstance__Group_5__0
{
pushFollow(FOLLOW_2);
rule__EndToEndFlowInstance__Group_5__0();
@@ -16742,14 +16488,14 @@ public final void rule__EndToEndFlowInstance__Group__5__Impl() throws Recognitio
// $ANTLR start "rule__EndToEndFlowInstance__Group__6"
- // InternalInstance.g:6163:1: rule__EndToEndFlowInstance__Group__6 : rule__EndToEndFlowInstance__Group__6__Impl rule__EndToEndFlowInstance__Group__7 ;
+ // InternalInstance.g:6079:1: rule__EndToEndFlowInstance__Group__6 : rule__EndToEndFlowInstance__Group__6__Impl rule__EndToEndFlowInstance__Group__7 ;
public final void rule__EndToEndFlowInstance__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6167:1: ( rule__EndToEndFlowInstance__Group__6__Impl rule__EndToEndFlowInstance__Group__7 )
- // InternalInstance.g:6168:2: rule__EndToEndFlowInstance__Group__6__Impl rule__EndToEndFlowInstance__Group__7
+ // InternalInstance.g:6083:1: ( rule__EndToEndFlowInstance__Group__6__Impl rule__EndToEndFlowInstance__Group__7 )
+ // InternalInstance.g:6084:2: rule__EndToEndFlowInstance__Group__6__Impl rule__EndToEndFlowInstance__Group__7
{
pushFollow(FOLLOW_38);
rule__EndToEndFlowInstance__Group__6__Impl();
@@ -16780,20 +16526,20 @@ public final void rule__EndToEndFlowInstance__Group__6() throws RecognitionExcep
// $ANTLR start "rule__EndToEndFlowInstance__Group__6__Impl"
- // InternalInstance.g:6175:1: rule__EndToEndFlowInstance__Group__6__Impl : ( ( rule__EndToEndFlowInstance__Group_6__0 )? ) ;
+ // InternalInstance.g:6091:1: rule__EndToEndFlowInstance__Group__6__Impl : ( ( rule__EndToEndFlowInstance__Group_6__0 )? ) ;
public final void rule__EndToEndFlowInstance__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6179:1: ( ( ( rule__EndToEndFlowInstance__Group_6__0 )? ) )
- // InternalInstance.g:6180:1: ( ( rule__EndToEndFlowInstance__Group_6__0 )? )
+ // InternalInstance.g:6095:1: ( ( ( rule__EndToEndFlowInstance__Group_6__0 )? ) )
+ // InternalInstance.g:6096:1: ( ( rule__EndToEndFlowInstance__Group_6__0 )? )
{
- // InternalInstance.g:6180:1: ( ( rule__EndToEndFlowInstance__Group_6__0 )? )
- // InternalInstance.g:6181:1: ( rule__EndToEndFlowInstance__Group_6__0 )?
+ // InternalInstance.g:6096:1: ( ( rule__EndToEndFlowInstance__Group_6__0 )? )
+ // InternalInstance.g:6097:1: ( rule__EndToEndFlowInstance__Group_6__0 )?
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getGroup_6());
- // InternalInstance.g:6182:1: ( rule__EndToEndFlowInstance__Group_6__0 )?
+ // InternalInstance.g:6098:1: ( rule__EndToEndFlowInstance__Group_6__0 )?
int alt48=2;
int LA48_0 = input.LA(1);
@@ -16802,7 +16548,7 @@ public final void rule__EndToEndFlowInstance__Group__6__Impl() throws Recognitio
}
switch (alt48) {
case 1 :
- // InternalInstance.g:6182:2: rule__EndToEndFlowInstance__Group_6__0
+ // InternalInstance.g:6098:2: rule__EndToEndFlowInstance__Group_6__0
{
pushFollow(FOLLOW_2);
rule__EndToEndFlowInstance__Group_6__0();
@@ -16838,14 +16584,14 @@ public final void rule__EndToEndFlowInstance__Group__6__Impl() throws Recognitio
// $ANTLR start "rule__EndToEndFlowInstance__Group__7"
- // InternalInstance.g:6192:1: rule__EndToEndFlowInstance__Group__7 : rule__EndToEndFlowInstance__Group__7__Impl rule__EndToEndFlowInstance__Group__8 ;
+ // InternalInstance.g:6108:1: rule__EndToEndFlowInstance__Group__7 : rule__EndToEndFlowInstance__Group__7__Impl rule__EndToEndFlowInstance__Group__8 ;
public final void rule__EndToEndFlowInstance__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6196:1: ( rule__EndToEndFlowInstance__Group__7__Impl rule__EndToEndFlowInstance__Group__8 )
- // InternalInstance.g:6197:2: rule__EndToEndFlowInstance__Group__7__Impl rule__EndToEndFlowInstance__Group__8
+ // InternalInstance.g:6112:1: ( rule__EndToEndFlowInstance__Group__7__Impl rule__EndToEndFlowInstance__Group__8 )
+ // InternalInstance.g:6113:2: rule__EndToEndFlowInstance__Group__7__Impl rule__EndToEndFlowInstance__Group__8
{
pushFollow(FOLLOW_3);
rule__EndToEndFlowInstance__Group__7__Impl();
@@ -16876,17 +16622,17 @@ public final void rule__EndToEndFlowInstance__Group__7() throws RecognitionExcep
// $ANTLR start "rule__EndToEndFlowInstance__Group__7__Impl"
- // InternalInstance.g:6204:1: rule__EndToEndFlowInstance__Group__7__Impl : ( ':' ) ;
+ // InternalInstance.g:6120:1: rule__EndToEndFlowInstance__Group__7__Impl : ( ':' ) ;
public final void rule__EndToEndFlowInstance__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6208:1: ( ( ':' ) )
- // InternalInstance.g:6209:1: ( ':' )
+ // InternalInstance.g:6124:1: ( ( ':' ) )
+ // InternalInstance.g:6125:1: ( ':' )
{
- // InternalInstance.g:6209:1: ( ':' )
- // InternalInstance.g:6210:1: ':'
+ // InternalInstance.g:6125:1: ( ':' )
+ // InternalInstance.g:6126:1: ':'
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getColonKeyword_7());
match(input,49,FOLLOW_2);
@@ -16913,14 +16659,14 @@ public final void rule__EndToEndFlowInstance__Group__7__Impl() throws Recognitio
// $ANTLR start "rule__EndToEndFlowInstance__Group__8"
- // InternalInstance.g:6223:1: rule__EndToEndFlowInstance__Group__8 : rule__EndToEndFlowInstance__Group__8__Impl rule__EndToEndFlowInstance__Group__9 ;
+ // InternalInstance.g:6139:1: rule__EndToEndFlowInstance__Group__8 : rule__EndToEndFlowInstance__Group__8__Impl rule__EndToEndFlowInstance__Group__9 ;
public final void rule__EndToEndFlowInstance__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6227:1: ( rule__EndToEndFlowInstance__Group__8__Impl rule__EndToEndFlowInstance__Group__9 )
- // InternalInstance.g:6228:2: rule__EndToEndFlowInstance__Group__8__Impl rule__EndToEndFlowInstance__Group__9
+ // InternalInstance.g:6143:1: ( rule__EndToEndFlowInstance__Group__8__Impl rule__EndToEndFlowInstance__Group__9 )
+ // InternalInstance.g:6144:2: rule__EndToEndFlowInstance__Group__8__Impl rule__EndToEndFlowInstance__Group__9
{
pushFollow(FOLLOW_5);
rule__EndToEndFlowInstance__Group__8__Impl();
@@ -16951,21 +16697,21 @@ public final void rule__EndToEndFlowInstance__Group__8() throws RecognitionExcep
// $ANTLR start "rule__EndToEndFlowInstance__Group__8__Impl"
- // InternalInstance.g:6235:1: rule__EndToEndFlowInstance__Group__8__Impl : ( ( rule__EndToEndFlowInstance__EndToEndFlowAssignment_8 ) ) ;
+ // InternalInstance.g:6151:1: rule__EndToEndFlowInstance__Group__8__Impl : ( ( rule__EndToEndFlowInstance__EndToEndFlowAssignment_8 ) ) ;
public final void rule__EndToEndFlowInstance__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6239:1: ( ( ( rule__EndToEndFlowInstance__EndToEndFlowAssignment_8 ) ) )
- // InternalInstance.g:6240:1: ( ( rule__EndToEndFlowInstance__EndToEndFlowAssignment_8 ) )
+ // InternalInstance.g:6155:1: ( ( ( rule__EndToEndFlowInstance__EndToEndFlowAssignment_8 ) ) )
+ // InternalInstance.g:6156:1: ( ( rule__EndToEndFlowInstance__EndToEndFlowAssignment_8 ) )
{
- // InternalInstance.g:6240:1: ( ( rule__EndToEndFlowInstance__EndToEndFlowAssignment_8 ) )
- // InternalInstance.g:6241:1: ( rule__EndToEndFlowInstance__EndToEndFlowAssignment_8 )
+ // InternalInstance.g:6156:1: ( ( rule__EndToEndFlowInstance__EndToEndFlowAssignment_8 ) )
+ // InternalInstance.g:6157:1: ( rule__EndToEndFlowInstance__EndToEndFlowAssignment_8 )
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getEndToEndFlowAssignment_8());
- // InternalInstance.g:6242:1: ( rule__EndToEndFlowInstance__EndToEndFlowAssignment_8 )
- // InternalInstance.g:6242:2: rule__EndToEndFlowInstance__EndToEndFlowAssignment_8
+ // InternalInstance.g:6158:1: ( rule__EndToEndFlowInstance__EndToEndFlowAssignment_8 )
+ // InternalInstance.g:6158:2: rule__EndToEndFlowInstance__EndToEndFlowAssignment_8
{
pushFollow(FOLLOW_2);
rule__EndToEndFlowInstance__EndToEndFlowAssignment_8();
@@ -16998,14 +16744,14 @@ public final void rule__EndToEndFlowInstance__Group__8__Impl() throws Recognitio
// $ANTLR start "rule__EndToEndFlowInstance__Group__9"
- // InternalInstance.g:6252:1: rule__EndToEndFlowInstance__Group__9 : rule__EndToEndFlowInstance__Group__9__Impl ;
+ // InternalInstance.g:6168:1: rule__EndToEndFlowInstance__Group__9 : rule__EndToEndFlowInstance__Group__9__Impl ;
public final void rule__EndToEndFlowInstance__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6256:1: ( rule__EndToEndFlowInstance__Group__9__Impl )
- // InternalInstance.g:6257:2: rule__EndToEndFlowInstance__Group__9__Impl
+ // InternalInstance.g:6172:1: ( rule__EndToEndFlowInstance__Group__9__Impl )
+ // InternalInstance.g:6173:2: rule__EndToEndFlowInstance__Group__9__Impl
{
pushFollow(FOLLOW_2);
rule__EndToEndFlowInstance__Group__9__Impl();
@@ -17031,20 +16777,20 @@ public final void rule__EndToEndFlowInstance__Group__9() throws RecognitionExcep
// $ANTLR start "rule__EndToEndFlowInstance__Group__9__Impl"
- // InternalInstance.g:6263:1: rule__EndToEndFlowInstance__Group__9__Impl : ( ( rule__EndToEndFlowInstance__Group_9__0 )? ) ;
+ // InternalInstance.g:6179:1: rule__EndToEndFlowInstance__Group__9__Impl : ( ( rule__EndToEndFlowInstance__Group_9__0 )? ) ;
public final void rule__EndToEndFlowInstance__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6267:1: ( ( ( rule__EndToEndFlowInstance__Group_9__0 )? ) )
- // InternalInstance.g:6268:1: ( ( rule__EndToEndFlowInstance__Group_9__0 )? )
+ // InternalInstance.g:6183:1: ( ( ( rule__EndToEndFlowInstance__Group_9__0 )? ) )
+ // InternalInstance.g:6184:1: ( ( rule__EndToEndFlowInstance__Group_9__0 )? )
{
- // InternalInstance.g:6268:1: ( ( rule__EndToEndFlowInstance__Group_9__0 )? )
- // InternalInstance.g:6269:1: ( rule__EndToEndFlowInstance__Group_9__0 )?
+ // InternalInstance.g:6184:1: ( ( rule__EndToEndFlowInstance__Group_9__0 )? )
+ // InternalInstance.g:6185:1: ( rule__EndToEndFlowInstance__Group_9__0 )?
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getGroup_9());
- // InternalInstance.g:6270:1: ( rule__EndToEndFlowInstance__Group_9__0 )?
+ // InternalInstance.g:6186:1: ( rule__EndToEndFlowInstance__Group_9__0 )?
int alt49=2;
int LA49_0 = input.LA(1);
@@ -17053,7 +16799,7 @@ public final void rule__EndToEndFlowInstance__Group__9__Impl() throws Recognitio
}
switch (alt49) {
case 1 :
- // InternalInstance.g:6270:2: rule__EndToEndFlowInstance__Group_9__0
+ // InternalInstance.g:6186:2: rule__EndToEndFlowInstance__Group_9__0
{
pushFollow(FOLLOW_2);
rule__EndToEndFlowInstance__Group_9__0();
@@ -17089,14 +16835,14 @@ public final void rule__EndToEndFlowInstance__Group__9__Impl() throws Recognitio
// $ANTLR start "rule__EndToEndFlowInstance__Group_5__0"
- // InternalInstance.g:6300:1: rule__EndToEndFlowInstance__Group_5__0 : rule__EndToEndFlowInstance__Group_5__0__Impl rule__EndToEndFlowInstance__Group_5__1 ;
+ // InternalInstance.g:6216:1: rule__EndToEndFlowInstance__Group_5__0 : rule__EndToEndFlowInstance__Group_5__0__Impl rule__EndToEndFlowInstance__Group_5__1 ;
public final void rule__EndToEndFlowInstance__Group_5__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6304:1: ( rule__EndToEndFlowInstance__Group_5__0__Impl rule__EndToEndFlowInstance__Group_5__1 )
- // InternalInstance.g:6305:2: rule__EndToEndFlowInstance__Group_5__0__Impl rule__EndToEndFlowInstance__Group_5__1
+ // InternalInstance.g:6220:1: ( rule__EndToEndFlowInstance__Group_5__0__Impl rule__EndToEndFlowInstance__Group_5__1 )
+ // InternalInstance.g:6221:2: rule__EndToEndFlowInstance__Group_5__0__Impl rule__EndToEndFlowInstance__Group_5__1
{
pushFollow(FOLLOW_28);
rule__EndToEndFlowInstance__Group_5__0__Impl();
@@ -17127,21 +16873,21 @@ public final void rule__EndToEndFlowInstance__Group_5__0() throws RecognitionExc
// $ANTLR start "rule__EndToEndFlowInstance__Group_5__0__Impl"
- // InternalInstance.g:6312:1: rule__EndToEndFlowInstance__Group_5__0__Impl : ( ( rule__EndToEndFlowInstance__FlowElementAssignment_5_0 ) ) ;
+ // InternalInstance.g:6228:1: rule__EndToEndFlowInstance__Group_5__0__Impl : ( ( rule__EndToEndFlowInstance__FlowElementAssignment_5_0 ) ) ;
public final void rule__EndToEndFlowInstance__Group_5__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6316:1: ( ( ( rule__EndToEndFlowInstance__FlowElementAssignment_5_0 ) ) )
- // InternalInstance.g:6317:1: ( ( rule__EndToEndFlowInstance__FlowElementAssignment_5_0 ) )
+ // InternalInstance.g:6232:1: ( ( ( rule__EndToEndFlowInstance__FlowElementAssignment_5_0 ) ) )
+ // InternalInstance.g:6233:1: ( ( rule__EndToEndFlowInstance__FlowElementAssignment_5_0 ) )
{
- // InternalInstance.g:6317:1: ( ( rule__EndToEndFlowInstance__FlowElementAssignment_5_0 ) )
- // InternalInstance.g:6318:1: ( rule__EndToEndFlowInstance__FlowElementAssignment_5_0 )
+ // InternalInstance.g:6233:1: ( ( rule__EndToEndFlowInstance__FlowElementAssignment_5_0 ) )
+ // InternalInstance.g:6234:1: ( rule__EndToEndFlowInstance__FlowElementAssignment_5_0 )
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getFlowElementAssignment_5_0());
- // InternalInstance.g:6319:1: ( rule__EndToEndFlowInstance__FlowElementAssignment_5_0 )
- // InternalInstance.g:6319:2: rule__EndToEndFlowInstance__FlowElementAssignment_5_0
+ // InternalInstance.g:6235:1: ( rule__EndToEndFlowInstance__FlowElementAssignment_5_0 )
+ // InternalInstance.g:6235:2: rule__EndToEndFlowInstance__FlowElementAssignment_5_0
{
pushFollow(FOLLOW_2);
rule__EndToEndFlowInstance__FlowElementAssignment_5_0();
@@ -17174,14 +16920,14 @@ public final void rule__EndToEndFlowInstance__Group_5__0__Impl() throws Recognit
// $ANTLR start "rule__EndToEndFlowInstance__Group_5__1"
- // InternalInstance.g:6329:1: rule__EndToEndFlowInstance__Group_5__1 : rule__EndToEndFlowInstance__Group_5__1__Impl ;
+ // InternalInstance.g:6245:1: rule__EndToEndFlowInstance__Group_5__1 : rule__EndToEndFlowInstance__Group_5__1__Impl ;
public final void rule__EndToEndFlowInstance__Group_5__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6333:1: ( rule__EndToEndFlowInstance__Group_5__1__Impl )
- // InternalInstance.g:6334:2: rule__EndToEndFlowInstance__Group_5__1__Impl
+ // InternalInstance.g:6249:1: ( rule__EndToEndFlowInstance__Group_5__1__Impl )
+ // InternalInstance.g:6250:2: rule__EndToEndFlowInstance__Group_5__1__Impl
{
pushFollow(FOLLOW_2);
rule__EndToEndFlowInstance__Group_5__1__Impl();
@@ -17207,20 +16953,20 @@ public final void rule__EndToEndFlowInstance__Group_5__1() throws RecognitionExc
// $ANTLR start "rule__EndToEndFlowInstance__Group_5__1__Impl"
- // InternalInstance.g:6340:1: rule__EndToEndFlowInstance__Group_5__1__Impl : ( ( rule__EndToEndFlowInstance__Group_5_1__0 )* ) ;
+ // InternalInstance.g:6256:1: rule__EndToEndFlowInstance__Group_5__1__Impl : ( ( rule__EndToEndFlowInstance__Group_5_1__0 )* ) ;
public final void rule__EndToEndFlowInstance__Group_5__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6344:1: ( ( ( rule__EndToEndFlowInstance__Group_5_1__0 )* ) )
- // InternalInstance.g:6345:1: ( ( rule__EndToEndFlowInstance__Group_5_1__0 )* )
+ // InternalInstance.g:6260:1: ( ( ( rule__EndToEndFlowInstance__Group_5_1__0 )* ) )
+ // InternalInstance.g:6261:1: ( ( rule__EndToEndFlowInstance__Group_5_1__0 )* )
{
- // InternalInstance.g:6345:1: ( ( rule__EndToEndFlowInstance__Group_5_1__0 )* )
- // InternalInstance.g:6346:1: ( rule__EndToEndFlowInstance__Group_5_1__0 )*
+ // InternalInstance.g:6261:1: ( ( rule__EndToEndFlowInstance__Group_5_1__0 )* )
+ // InternalInstance.g:6262:1: ( rule__EndToEndFlowInstance__Group_5_1__0 )*
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getGroup_5_1());
- // InternalInstance.g:6347:1: ( rule__EndToEndFlowInstance__Group_5_1__0 )*
+ // InternalInstance.g:6263:1: ( rule__EndToEndFlowInstance__Group_5_1__0 )*
loop50:
do {
int alt50=2;
@@ -17233,7 +16979,7 @@ public final void rule__EndToEndFlowInstance__Group_5__1__Impl() throws Recognit
switch (alt50) {
case 1 :
- // InternalInstance.g:6347:2: rule__EndToEndFlowInstance__Group_5_1__0
+ // InternalInstance.g:6263:2: rule__EndToEndFlowInstance__Group_5_1__0
{
pushFollow(FOLLOW_39);
rule__EndToEndFlowInstance__Group_5_1__0();
@@ -17272,14 +17018,14 @@ public final void rule__EndToEndFlowInstance__Group_5__1__Impl() throws Recognit
// $ANTLR start "rule__EndToEndFlowInstance__Group_5_1__0"
- // InternalInstance.g:6361:1: rule__EndToEndFlowInstance__Group_5_1__0 : rule__EndToEndFlowInstance__Group_5_1__0__Impl rule__EndToEndFlowInstance__Group_5_1__1 ;
+ // InternalInstance.g:6277:1: rule__EndToEndFlowInstance__Group_5_1__0 : rule__EndToEndFlowInstance__Group_5_1__0__Impl rule__EndToEndFlowInstance__Group_5_1__1 ;
public final void rule__EndToEndFlowInstance__Group_5_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6365:1: ( rule__EndToEndFlowInstance__Group_5_1__0__Impl rule__EndToEndFlowInstance__Group_5_1__1 )
- // InternalInstance.g:6366:2: rule__EndToEndFlowInstance__Group_5_1__0__Impl rule__EndToEndFlowInstance__Group_5_1__1
+ // InternalInstance.g:6281:1: ( rule__EndToEndFlowInstance__Group_5_1__0__Impl rule__EndToEndFlowInstance__Group_5_1__1 )
+ // InternalInstance.g:6282:2: rule__EndToEndFlowInstance__Group_5_1__0__Impl rule__EndToEndFlowInstance__Group_5_1__1
{
pushFollow(FOLLOW_20);
rule__EndToEndFlowInstance__Group_5_1__0__Impl();
@@ -17310,17 +17056,17 @@ public final void rule__EndToEndFlowInstance__Group_5_1__0() throws RecognitionE
// $ANTLR start "rule__EndToEndFlowInstance__Group_5_1__0__Impl"
- // InternalInstance.g:6373:1: rule__EndToEndFlowInstance__Group_5_1__0__Impl : ( '->' ) ;
+ // InternalInstance.g:6289:1: rule__EndToEndFlowInstance__Group_5_1__0__Impl : ( '->' ) ;
public final void rule__EndToEndFlowInstance__Group_5_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6377:1: ( ( '->' ) )
- // InternalInstance.g:6378:1: ( '->' )
+ // InternalInstance.g:6293:1: ( ( '->' ) )
+ // InternalInstance.g:6294:1: ( '->' )
{
- // InternalInstance.g:6378:1: ( '->' )
- // InternalInstance.g:6379:1: '->'
+ // InternalInstance.g:6294:1: ( '->' )
+ // InternalInstance.g:6295:1: '->'
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getHyphenMinusGreaterThanSignKeyword_5_1_0());
match(input,16,FOLLOW_2);
@@ -17347,14 +17093,14 @@ public final void rule__EndToEndFlowInstance__Group_5_1__0__Impl() throws Recogn
// $ANTLR start "rule__EndToEndFlowInstance__Group_5_1__1"
- // InternalInstance.g:6392:1: rule__EndToEndFlowInstance__Group_5_1__1 : rule__EndToEndFlowInstance__Group_5_1__1__Impl ;
+ // InternalInstance.g:6308:1: rule__EndToEndFlowInstance__Group_5_1__1 : rule__EndToEndFlowInstance__Group_5_1__1__Impl ;
public final void rule__EndToEndFlowInstance__Group_5_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6396:1: ( rule__EndToEndFlowInstance__Group_5_1__1__Impl )
- // InternalInstance.g:6397:2: rule__EndToEndFlowInstance__Group_5_1__1__Impl
+ // InternalInstance.g:6312:1: ( rule__EndToEndFlowInstance__Group_5_1__1__Impl )
+ // InternalInstance.g:6313:2: rule__EndToEndFlowInstance__Group_5_1__1__Impl
{
pushFollow(FOLLOW_2);
rule__EndToEndFlowInstance__Group_5_1__1__Impl();
@@ -17380,21 +17126,21 @@ public final void rule__EndToEndFlowInstance__Group_5_1__1() throws RecognitionE
// $ANTLR start "rule__EndToEndFlowInstance__Group_5_1__1__Impl"
- // InternalInstance.g:6403:1: rule__EndToEndFlowInstance__Group_5_1__1__Impl : ( ( rule__EndToEndFlowInstance__FlowElementAssignment_5_1_1 ) ) ;
+ // InternalInstance.g:6319:1: rule__EndToEndFlowInstance__Group_5_1__1__Impl : ( ( rule__EndToEndFlowInstance__FlowElementAssignment_5_1_1 ) ) ;
public final void rule__EndToEndFlowInstance__Group_5_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6407:1: ( ( ( rule__EndToEndFlowInstance__FlowElementAssignment_5_1_1 ) ) )
- // InternalInstance.g:6408:1: ( ( rule__EndToEndFlowInstance__FlowElementAssignment_5_1_1 ) )
+ // InternalInstance.g:6323:1: ( ( ( rule__EndToEndFlowInstance__FlowElementAssignment_5_1_1 ) ) )
+ // InternalInstance.g:6324:1: ( ( rule__EndToEndFlowInstance__FlowElementAssignment_5_1_1 ) )
{
- // InternalInstance.g:6408:1: ( ( rule__EndToEndFlowInstance__FlowElementAssignment_5_1_1 ) )
- // InternalInstance.g:6409:1: ( rule__EndToEndFlowInstance__FlowElementAssignment_5_1_1 )
+ // InternalInstance.g:6324:1: ( ( rule__EndToEndFlowInstance__FlowElementAssignment_5_1_1 ) )
+ // InternalInstance.g:6325:1: ( rule__EndToEndFlowInstance__FlowElementAssignment_5_1_1 )
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getFlowElementAssignment_5_1_1());
- // InternalInstance.g:6410:1: ( rule__EndToEndFlowInstance__FlowElementAssignment_5_1_1 )
- // InternalInstance.g:6410:2: rule__EndToEndFlowInstance__FlowElementAssignment_5_1_1
+ // InternalInstance.g:6326:1: ( rule__EndToEndFlowInstance__FlowElementAssignment_5_1_1 )
+ // InternalInstance.g:6326:2: rule__EndToEndFlowInstance__FlowElementAssignment_5_1_1
{
pushFollow(FOLLOW_2);
rule__EndToEndFlowInstance__FlowElementAssignment_5_1_1();
@@ -17427,14 +17173,14 @@ public final void rule__EndToEndFlowInstance__Group_5_1__1__Impl() throws Recogn
// $ANTLR start "rule__EndToEndFlowInstance__Group_6__0"
- // InternalInstance.g:6424:1: rule__EndToEndFlowInstance__Group_6__0 : rule__EndToEndFlowInstance__Group_6__0__Impl rule__EndToEndFlowInstance__Group_6__1 ;
+ // InternalInstance.g:6340:1: rule__EndToEndFlowInstance__Group_6__0 : rule__EndToEndFlowInstance__Group_6__0__Impl rule__EndToEndFlowInstance__Group_6__1 ;
public final void rule__EndToEndFlowInstance__Group_6__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6428:1: ( rule__EndToEndFlowInstance__Group_6__0__Impl rule__EndToEndFlowInstance__Group_6__1 )
- // InternalInstance.g:6429:2: rule__EndToEndFlowInstance__Group_6__0__Impl rule__EndToEndFlowInstance__Group_6__1
+ // InternalInstance.g:6344:1: ( rule__EndToEndFlowInstance__Group_6__0__Impl rule__EndToEndFlowInstance__Group_6__1 )
+ // InternalInstance.g:6345:2: rule__EndToEndFlowInstance__Group_6__0__Impl rule__EndToEndFlowInstance__Group_6__1
{
pushFollow(FOLLOW_14);
rule__EndToEndFlowInstance__Group_6__0__Impl();
@@ -17465,17 +17211,17 @@ public final void rule__EndToEndFlowInstance__Group_6__0() throws RecognitionExc
// $ANTLR start "rule__EndToEndFlowInstance__Group_6__0__Impl"
- // InternalInstance.g:6436:1: rule__EndToEndFlowInstance__Group_6__0__Impl : ( 'in' ) ;
+ // InternalInstance.g:6352:1: rule__EndToEndFlowInstance__Group_6__0__Impl : ( 'in' ) ;
public final void rule__EndToEndFlowInstance__Group_6__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6440:1: ( ( 'in' ) )
- // InternalInstance.g:6441:1: ( 'in' )
+ // InternalInstance.g:6356:1: ( ( 'in' ) )
+ // InternalInstance.g:6357:1: ( 'in' )
{
- // InternalInstance.g:6441:1: ( 'in' )
- // InternalInstance.g:6442:1: 'in'
+ // InternalInstance.g:6357:1: ( 'in' )
+ // InternalInstance.g:6358:1: 'in'
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getInKeyword_6_0());
match(input,17,FOLLOW_2);
@@ -17502,14 +17248,14 @@ public final void rule__EndToEndFlowInstance__Group_6__0__Impl() throws Recognit
// $ANTLR start "rule__EndToEndFlowInstance__Group_6__1"
- // InternalInstance.g:6455:1: rule__EndToEndFlowInstance__Group_6__1 : rule__EndToEndFlowInstance__Group_6__1__Impl rule__EndToEndFlowInstance__Group_6__2 ;
+ // InternalInstance.g:6371:1: rule__EndToEndFlowInstance__Group_6__1 : rule__EndToEndFlowInstance__Group_6__1__Impl rule__EndToEndFlowInstance__Group_6__2 ;
public final void rule__EndToEndFlowInstance__Group_6__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6459:1: ( rule__EndToEndFlowInstance__Group_6__1__Impl rule__EndToEndFlowInstance__Group_6__2 )
- // InternalInstance.g:6460:2: rule__EndToEndFlowInstance__Group_6__1__Impl rule__EndToEndFlowInstance__Group_6__2
+ // InternalInstance.g:6375:1: ( rule__EndToEndFlowInstance__Group_6__1__Impl rule__EndToEndFlowInstance__Group_6__2 )
+ // InternalInstance.g:6376:2: rule__EndToEndFlowInstance__Group_6__1__Impl rule__EndToEndFlowInstance__Group_6__2
{
pushFollow(FOLLOW_15);
rule__EndToEndFlowInstance__Group_6__1__Impl();
@@ -17540,17 +17286,17 @@ public final void rule__EndToEndFlowInstance__Group_6__1() throws RecognitionExc
// $ANTLR start "rule__EndToEndFlowInstance__Group_6__1__Impl"
- // InternalInstance.g:6467:1: rule__EndToEndFlowInstance__Group_6__1__Impl : ( 'modes' ) ;
+ // InternalInstance.g:6383:1: rule__EndToEndFlowInstance__Group_6__1__Impl : ( 'modes' ) ;
public final void rule__EndToEndFlowInstance__Group_6__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6471:1: ( ( 'modes' ) )
- // InternalInstance.g:6472:1: ( 'modes' )
+ // InternalInstance.g:6387:1: ( ( 'modes' ) )
+ // InternalInstance.g:6388:1: ( 'modes' )
{
- // InternalInstance.g:6472:1: ( 'modes' )
- // InternalInstance.g:6473:1: 'modes'
+ // InternalInstance.g:6388:1: ( 'modes' )
+ // InternalInstance.g:6389:1: 'modes'
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getModesKeyword_6_1());
match(input,54,FOLLOW_2);
@@ -17577,14 +17323,14 @@ public final void rule__EndToEndFlowInstance__Group_6__1__Impl() throws Recognit
// $ANTLR start "rule__EndToEndFlowInstance__Group_6__2"
- // InternalInstance.g:6486:1: rule__EndToEndFlowInstance__Group_6__2 : rule__EndToEndFlowInstance__Group_6__2__Impl rule__EndToEndFlowInstance__Group_6__3 ;
+ // InternalInstance.g:6402:1: rule__EndToEndFlowInstance__Group_6__2 : rule__EndToEndFlowInstance__Group_6__2__Impl rule__EndToEndFlowInstance__Group_6__3 ;
public final void rule__EndToEndFlowInstance__Group_6__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6490:1: ( rule__EndToEndFlowInstance__Group_6__2__Impl rule__EndToEndFlowInstance__Group_6__3 )
- // InternalInstance.g:6491:2: rule__EndToEndFlowInstance__Group_6__2__Impl rule__EndToEndFlowInstance__Group_6__3
+ // InternalInstance.g:6406:1: ( rule__EndToEndFlowInstance__Group_6__2__Impl rule__EndToEndFlowInstance__Group_6__3 )
+ // InternalInstance.g:6407:2: rule__EndToEndFlowInstance__Group_6__2__Impl rule__EndToEndFlowInstance__Group_6__3
{
pushFollow(FOLLOW_3);
rule__EndToEndFlowInstance__Group_6__2__Impl();
@@ -17615,17 +17361,17 @@ public final void rule__EndToEndFlowInstance__Group_6__2() throws RecognitionExc
// $ANTLR start "rule__EndToEndFlowInstance__Group_6__2__Impl"
- // InternalInstance.g:6498:1: rule__EndToEndFlowInstance__Group_6__2__Impl : ( '(' ) ;
+ // InternalInstance.g:6414:1: rule__EndToEndFlowInstance__Group_6__2__Impl : ( '(' ) ;
public final void rule__EndToEndFlowInstance__Group_6__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6502:1: ( ( '(' ) )
- // InternalInstance.g:6503:1: ( '(' )
+ // InternalInstance.g:6418:1: ( ( '(' ) )
+ // InternalInstance.g:6419:1: ( '(' )
{
- // InternalInstance.g:6503:1: ( '(' )
- // InternalInstance.g:6504:1: '('
+ // InternalInstance.g:6419:1: ( '(' )
+ // InternalInstance.g:6420:1: '('
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getLeftParenthesisKeyword_6_2());
match(input,55,FOLLOW_2);
@@ -17652,14 +17398,14 @@ public final void rule__EndToEndFlowInstance__Group_6__2__Impl() throws Recognit
// $ANTLR start "rule__EndToEndFlowInstance__Group_6__3"
- // InternalInstance.g:6517:1: rule__EndToEndFlowInstance__Group_6__3 : rule__EndToEndFlowInstance__Group_6__3__Impl rule__EndToEndFlowInstance__Group_6__4 ;
+ // InternalInstance.g:6433:1: rule__EndToEndFlowInstance__Group_6__3 : rule__EndToEndFlowInstance__Group_6__3__Impl rule__EndToEndFlowInstance__Group_6__4 ;
public final void rule__EndToEndFlowInstance__Group_6__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6521:1: ( rule__EndToEndFlowInstance__Group_6__3__Impl rule__EndToEndFlowInstance__Group_6__4 )
- // InternalInstance.g:6522:2: rule__EndToEndFlowInstance__Group_6__3__Impl rule__EndToEndFlowInstance__Group_6__4
+ // InternalInstance.g:6437:1: ( rule__EndToEndFlowInstance__Group_6__3__Impl rule__EndToEndFlowInstance__Group_6__4 )
+ // InternalInstance.g:6438:2: rule__EndToEndFlowInstance__Group_6__3__Impl rule__EndToEndFlowInstance__Group_6__4
{
pushFollow(FOLLOW_16);
rule__EndToEndFlowInstance__Group_6__3__Impl();
@@ -17690,21 +17436,21 @@ public final void rule__EndToEndFlowInstance__Group_6__3() throws RecognitionExc
// $ANTLR start "rule__EndToEndFlowInstance__Group_6__3__Impl"
- // InternalInstance.g:6529:1: rule__EndToEndFlowInstance__Group_6__3__Impl : ( ( rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_3 ) ) ;
+ // InternalInstance.g:6445:1: rule__EndToEndFlowInstance__Group_6__3__Impl : ( ( rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_3 ) ) ;
public final void rule__EndToEndFlowInstance__Group_6__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6533:1: ( ( ( rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_3 ) ) )
- // InternalInstance.g:6534:1: ( ( rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_3 ) )
+ // InternalInstance.g:6449:1: ( ( ( rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_3 ) ) )
+ // InternalInstance.g:6450:1: ( ( rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_3 ) )
{
- // InternalInstance.g:6534:1: ( ( rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_3 ) )
- // InternalInstance.g:6535:1: ( rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_3 )
+ // InternalInstance.g:6450:1: ( ( rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_3 ) )
+ // InternalInstance.g:6451:1: ( rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_3 )
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getInSystemOperationModeAssignment_6_3());
- // InternalInstance.g:6536:1: ( rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_3 )
- // InternalInstance.g:6536:2: rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_3
+ // InternalInstance.g:6452:1: ( rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_3 )
+ // InternalInstance.g:6452:2: rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_3
{
pushFollow(FOLLOW_2);
rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_3();
@@ -17737,14 +17483,14 @@ public final void rule__EndToEndFlowInstance__Group_6__3__Impl() throws Recognit
// $ANTLR start "rule__EndToEndFlowInstance__Group_6__4"
- // InternalInstance.g:6546:1: rule__EndToEndFlowInstance__Group_6__4 : rule__EndToEndFlowInstance__Group_6__4__Impl rule__EndToEndFlowInstance__Group_6__5 ;
+ // InternalInstance.g:6462:1: rule__EndToEndFlowInstance__Group_6__4 : rule__EndToEndFlowInstance__Group_6__4__Impl rule__EndToEndFlowInstance__Group_6__5 ;
public final void rule__EndToEndFlowInstance__Group_6__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6550:1: ( rule__EndToEndFlowInstance__Group_6__4__Impl rule__EndToEndFlowInstance__Group_6__5 )
- // InternalInstance.g:6551:2: rule__EndToEndFlowInstance__Group_6__4__Impl rule__EndToEndFlowInstance__Group_6__5
+ // InternalInstance.g:6466:1: ( rule__EndToEndFlowInstance__Group_6__4__Impl rule__EndToEndFlowInstance__Group_6__5 )
+ // InternalInstance.g:6467:2: rule__EndToEndFlowInstance__Group_6__4__Impl rule__EndToEndFlowInstance__Group_6__5
{
pushFollow(FOLLOW_16);
rule__EndToEndFlowInstance__Group_6__4__Impl();
@@ -17775,20 +17521,20 @@ public final void rule__EndToEndFlowInstance__Group_6__4() throws RecognitionExc
// $ANTLR start "rule__EndToEndFlowInstance__Group_6__4__Impl"
- // InternalInstance.g:6558:1: rule__EndToEndFlowInstance__Group_6__4__Impl : ( ( rule__EndToEndFlowInstance__Group_6_4__0 )* ) ;
+ // InternalInstance.g:6474:1: rule__EndToEndFlowInstance__Group_6__4__Impl : ( ( rule__EndToEndFlowInstance__Group_6_4__0 )* ) ;
public final void rule__EndToEndFlowInstance__Group_6__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6562:1: ( ( ( rule__EndToEndFlowInstance__Group_6_4__0 )* ) )
- // InternalInstance.g:6563:1: ( ( rule__EndToEndFlowInstance__Group_6_4__0 )* )
+ // InternalInstance.g:6478:1: ( ( ( rule__EndToEndFlowInstance__Group_6_4__0 )* ) )
+ // InternalInstance.g:6479:1: ( ( rule__EndToEndFlowInstance__Group_6_4__0 )* )
{
- // InternalInstance.g:6563:1: ( ( rule__EndToEndFlowInstance__Group_6_4__0 )* )
- // InternalInstance.g:6564:1: ( rule__EndToEndFlowInstance__Group_6_4__0 )*
+ // InternalInstance.g:6479:1: ( ( rule__EndToEndFlowInstance__Group_6_4__0 )* )
+ // InternalInstance.g:6480:1: ( rule__EndToEndFlowInstance__Group_6_4__0 )*
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getGroup_6_4());
- // InternalInstance.g:6565:1: ( rule__EndToEndFlowInstance__Group_6_4__0 )*
+ // InternalInstance.g:6481:1: ( rule__EndToEndFlowInstance__Group_6_4__0 )*
loop51:
do {
int alt51=2;
@@ -17801,7 +17547,7 @@ public final void rule__EndToEndFlowInstance__Group_6__4__Impl() throws Recognit
switch (alt51) {
case 1 :
- // InternalInstance.g:6565:2: rule__EndToEndFlowInstance__Group_6_4__0
+ // InternalInstance.g:6481:2: rule__EndToEndFlowInstance__Group_6_4__0
{
pushFollow(FOLLOW_17);
rule__EndToEndFlowInstance__Group_6_4__0();
@@ -17840,14 +17586,14 @@ public final void rule__EndToEndFlowInstance__Group_6__4__Impl() throws Recognit
// $ANTLR start "rule__EndToEndFlowInstance__Group_6__5"
- // InternalInstance.g:6575:1: rule__EndToEndFlowInstance__Group_6__5 : rule__EndToEndFlowInstance__Group_6__5__Impl ;
+ // InternalInstance.g:6491:1: rule__EndToEndFlowInstance__Group_6__5 : rule__EndToEndFlowInstance__Group_6__5__Impl ;
public final void rule__EndToEndFlowInstance__Group_6__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6579:1: ( rule__EndToEndFlowInstance__Group_6__5__Impl )
- // InternalInstance.g:6580:2: rule__EndToEndFlowInstance__Group_6__5__Impl
+ // InternalInstance.g:6495:1: ( rule__EndToEndFlowInstance__Group_6__5__Impl )
+ // InternalInstance.g:6496:2: rule__EndToEndFlowInstance__Group_6__5__Impl
{
pushFollow(FOLLOW_2);
rule__EndToEndFlowInstance__Group_6__5__Impl();
@@ -17873,17 +17619,17 @@ public final void rule__EndToEndFlowInstance__Group_6__5() throws RecognitionExc
// $ANTLR start "rule__EndToEndFlowInstance__Group_6__5__Impl"
- // InternalInstance.g:6586:1: rule__EndToEndFlowInstance__Group_6__5__Impl : ( ')' ) ;
+ // InternalInstance.g:6502:1: rule__EndToEndFlowInstance__Group_6__5__Impl : ( ')' ) ;
public final void rule__EndToEndFlowInstance__Group_6__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6590:1: ( ( ')' ) )
- // InternalInstance.g:6591:1: ( ')' )
+ // InternalInstance.g:6506:1: ( ( ')' ) )
+ // InternalInstance.g:6507:1: ( ')' )
{
- // InternalInstance.g:6591:1: ( ')' )
- // InternalInstance.g:6592:1: ')'
+ // InternalInstance.g:6507:1: ( ')' )
+ // InternalInstance.g:6508:1: ')'
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getRightParenthesisKeyword_6_5());
match(input,56,FOLLOW_2);
@@ -17910,14 +17656,14 @@ public final void rule__EndToEndFlowInstance__Group_6__5__Impl() throws Recognit
// $ANTLR start "rule__EndToEndFlowInstance__Group_6_4__0"
- // InternalInstance.g:6617:1: rule__EndToEndFlowInstance__Group_6_4__0 : rule__EndToEndFlowInstance__Group_6_4__0__Impl rule__EndToEndFlowInstance__Group_6_4__1 ;
+ // InternalInstance.g:6533:1: rule__EndToEndFlowInstance__Group_6_4__0 : rule__EndToEndFlowInstance__Group_6_4__0__Impl rule__EndToEndFlowInstance__Group_6_4__1 ;
public final void rule__EndToEndFlowInstance__Group_6_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6621:1: ( rule__EndToEndFlowInstance__Group_6_4__0__Impl rule__EndToEndFlowInstance__Group_6_4__1 )
- // InternalInstance.g:6622:2: rule__EndToEndFlowInstance__Group_6_4__0__Impl rule__EndToEndFlowInstance__Group_6_4__1
+ // InternalInstance.g:6537:1: ( rule__EndToEndFlowInstance__Group_6_4__0__Impl rule__EndToEndFlowInstance__Group_6_4__1 )
+ // InternalInstance.g:6538:2: rule__EndToEndFlowInstance__Group_6_4__0__Impl rule__EndToEndFlowInstance__Group_6_4__1
{
pushFollow(FOLLOW_3);
rule__EndToEndFlowInstance__Group_6_4__0__Impl();
@@ -17948,17 +17694,17 @@ public final void rule__EndToEndFlowInstance__Group_6_4__0() throws RecognitionE
// $ANTLR start "rule__EndToEndFlowInstance__Group_6_4__0__Impl"
- // InternalInstance.g:6629:1: rule__EndToEndFlowInstance__Group_6_4__0__Impl : ( ',' ) ;
+ // InternalInstance.g:6545:1: rule__EndToEndFlowInstance__Group_6_4__0__Impl : ( ',' ) ;
public final void rule__EndToEndFlowInstance__Group_6_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6633:1: ( ( ',' ) )
- // InternalInstance.g:6634:1: ( ',' )
+ // InternalInstance.g:6549:1: ( ( ',' ) )
+ // InternalInstance.g:6550:1: ( ',' )
{
- // InternalInstance.g:6634:1: ( ',' )
- // InternalInstance.g:6635:1: ','
+ // InternalInstance.g:6550:1: ( ',' )
+ // InternalInstance.g:6551:1: ','
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getCommaKeyword_6_4_0());
match(input,57,FOLLOW_2);
@@ -17985,14 +17731,14 @@ public final void rule__EndToEndFlowInstance__Group_6_4__0__Impl() throws Recogn
// $ANTLR start "rule__EndToEndFlowInstance__Group_6_4__1"
- // InternalInstance.g:6648:1: rule__EndToEndFlowInstance__Group_6_4__1 : rule__EndToEndFlowInstance__Group_6_4__1__Impl ;
+ // InternalInstance.g:6564:1: rule__EndToEndFlowInstance__Group_6_4__1 : rule__EndToEndFlowInstance__Group_6_4__1__Impl ;
public final void rule__EndToEndFlowInstance__Group_6_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6652:1: ( rule__EndToEndFlowInstance__Group_6_4__1__Impl )
- // InternalInstance.g:6653:2: rule__EndToEndFlowInstance__Group_6_4__1__Impl
+ // InternalInstance.g:6568:1: ( rule__EndToEndFlowInstance__Group_6_4__1__Impl )
+ // InternalInstance.g:6569:2: rule__EndToEndFlowInstance__Group_6_4__1__Impl
{
pushFollow(FOLLOW_2);
rule__EndToEndFlowInstance__Group_6_4__1__Impl();
@@ -18018,21 +17764,21 @@ public final void rule__EndToEndFlowInstance__Group_6_4__1() throws RecognitionE
// $ANTLR start "rule__EndToEndFlowInstance__Group_6_4__1__Impl"
- // InternalInstance.g:6659:1: rule__EndToEndFlowInstance__Group_6_4__1__Impl : ( ( rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_4_1 ) ) ;
+ // InternalInstance.g:6575:1: rule__EndToEndFlowInstance__Group_6_4__1__Impl : ( ( rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_4_1 ) ) ;
public final void rule__EndToEndFlowInstance__Group_6_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6663:1: ( ( ( rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_4_1 ) ) )
- // InternalInstance.g:6664:1: ( ( rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_4_1 ) )
+ // InternalInstance.g:6579:1: ( ( ( rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_4_1 ) ) )
+ // InternalInstance.g:6580:1: ( ( rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_4_1 ) )
{
- // InternalInstance.g:6664:1: ( ( rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_4_1 ) )
- // InternalInstance.g:6665:1: ( rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_4_1 )
+ // InternalInstance.g:6580:1: ( ( rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_4_1 ) )
+ // InternalInstance.g:6581:1: ( rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_4_1 )
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getInSystemOperationModeAssignment_6_4_1());
- // InternalInstance.g:6666:1: ( rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_4_1 )
- // InternalInstance.g:6666:2: rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_4_1
+ // InternalInstance.g:6582:1: ( rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_4_1 )
+ // InternalInstance.g:6582:2: rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_4_1
{
pushFollow(FOLLOW_2);
rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_4_1();
@@ -18065,14 +17811,14 @@ public final void rule__EndToEndFlowInstance__Group_6_4__1__Impl() throws Recogn
// $ANTLR start "rule__EndToEndFlowInstance__Group_9__0"
- // InternalInstance.g:6680:1: rule__EndToEndFlowInstance__Group_9__0 : rule__EndToEndFlowInstance__Group_9__0__Impl rule__EndToEndFlowInstance__Group_9__1 ;
+ // InternalInstance.g:6596:1: rule__EndToEndFlowInstance__Group_9__0 : rule__EndToEndFlowInstance__Group_9__0__Impl rule__EndToEndFlowInstance__Group_9__1 ;
public final void rule__EndToEndFlowInstance__Group_9__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6684:1: ( rule__EndToEndFlowInstance__Group_9__0__Impl rule__EndToEndFlowInstance__Group_9__1 )
- // InternalInstance.g:6685:2: rule__EndToEndFlowInstance__Group_9__0__Impl rule__EndToEndFlowInstance__Group_9__1
+ // InternalInstance.g:6600:1: ( rule__EndToEndFlowInstance__Group_9__0__Impl rule__EndToEndFlowInstance__Group_9__1 )
+ // InternalInstance.g:6601:2: rule__EndToEndFlowInstance__Group_9__0__Impl rule__EndToEndFlowInstance__Group_9__1
{
pushFollow(FOLLOW_34);
rule__EndToEndFlowInstance__Group_9__0__Impl();
@@ -18103,17 +17849,17 @@ public final void rule__EndToEndFlowInstance__Group_9__0() throws RecognitionExc
// $ANTLR start "rule__EndToEndFlowInstance__Group_9__0__Impl"
- // InternalInstance.g:6692:1: rule__EndToEndFlowInstance__Group_9__0__Impl : ( '{' ) ;
+ // InternalInstance.g:6608:1: rule__EndToEndFlowInstance__Group_9__0__Impl : ( '{' ) ;
public final void rule__EndToEndFlowInstance__Group_9__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6696:1: ( ( '{' ) )
- // InternalInstance.g:6697:1: ( '{' )
+ // InternalInstance.g:6612:1: ( ( '{' ) )
+ // InternalInstance.g:6613:1: ( '{' )
{
- // InternalInstance.g:6697:1: ( '{' )
- // InternalInstance.g:6698:1: '{'
+ // InternalInstance.g:6613:1: ( '{' )
+ // InternalInstance.g:6614:1: '{'
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getLeftCurlyBracketKeyword_9_0());
match(input,50,FOLLOW_2);
@@ -18140,14 +17886,14 @@ public final void rule__EndToEndFlowInstance__Group_9__0__Impl() throws Recognit
// $ANTLR start "rule__EndToEndFlowInstance__Group_9__1"
- // InternalInstance.g:6711:1: rule__EndToEndFlowInstance__Group_9__1 : rule__EndToEndFlowInstance__Group_9__1__Impl rule__EndToEndFlowInstance__Group_9__2 ;
+ // InternalInstance.g:6627:1: rule__EndToEndFlowInstance__Group_9__1 : rule__EndToEndFlowInstance__Group_9__1__Impl rule__EndToEndFlowInstance__Group_9__2 ;
public final void rule__EndToEndFlowInstance__Group_9__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6715:1: ( rule__EndToEndFlowInstance__Group_9__1__Impl rule__EndToEndFlowInstance__Group_9__2 )
- // InternalInstance.g:6716:2: rule__EndToEndFlowInstance__Group_9__1__Impl rule__EndToEndFlowInstance__Group_9__2
+ // InternalInstance.g:6631:1: ( rule__EndToEndFlowInstance__Group_9__1__Impl rule__EndToEndFlowInstance__Group_9__2 )
+ // InternalInstance.g:6632:2: rule__EndToEndFlowInstance__Group_9__1__Impl rule__EndToEndFlowInstance__Group_9__2
{
pushFollow(FOLLOW_24);
rule__EndToEndFlowInstance__Group_9__1__Impl();
@@ -18178,21 +17924,21 @@ public final void rule__EndToEndFlowInstance__Group_9__1() throws RecognitionExc
// $ANTLR start "rule__EndToEndFlowInstance__Group_9__1__Impl"
- // InternalInstance.g:6723:1: rule__EndToEndFlowInstance__Group_9__1__Impl : ( ( rule__EndToEndFlowInstance__OwnedPropertyAssociationAssignment_9_1 ) ) ;
+ // InternalInstance.g:6639:1: rule__EndToEndFlowInstance__Group_9__1__Impl : ( ( rule__EndToEndFlowInstance__OwnedPropertyAssociationAssignment_9_1 ) ) ;
public final void rule__EndToEndFlowInstance__Group_9__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6727:1: ( ( ( rule__EndToEndFlowInstance__OwnedPropertyAssociationAssignment_9_1 ) ) )
- // InternalInstance.g:6728:1: ( ( rule__EndToEndFlowInstance__OwnedPropertyAssociationAssignment_9_1 ) )
+ // InternalInstance.g:6643:1: ( ( ( rule__EndToEndFlowInstance__OwnedPropertyAssociationAssignment_9_1 ) ) )
+ // InternalInstance.g:6644:1: ( ( rule__EndToEndFlowInstance__OwnedPropertyAssociationAssignment_9_1 ) )
{
- // InternalInstance.g:6728:1: ( ( rule__EndToEndFlowInstance__OwnedPropertyAssociationAssignment_9_1 ) )
- // InternalInstance.g:6729:1: ( rule__EndToEndFlowInstance__OwnedPropertyAssociationAssignment_9_1 )
+ // InternalInstance.g:6644:1: ( ( rule__EndToEndFlowInstance__OwnedPropertyAssociationAssignment_9_1 ) )
+ // InternalInstance.g:6645:1: ( rule__EndToEndFlowInstance__OwnedPropertyAssociationAssignment_9_1 )
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getOwnedPropertyAssociationAssignment_9_1());
- // InternalInstance.g:6730:1: ( rule__EndToEndFlowInstance__OwnedPropertyAssociationAssignment_9_1 )
- // InternalInstance.g:6730:2: rule__EndToEndFlowInstance__OwnedPropertyAssociationAssignment_9_1
+ // InternalInstance.g:6646:1: ( rule__EndToEndFlowInstance__OwnedPropertyAssociationAssignment_9_1 )
+ // InternalInstance.g:6646:2: rule__EndToEndFlowInstance__OwnedPropertyAssociationAssignment_9_1
{
pushFollow(FOLLOW_2);
rule__EndToEndFlowInstance__OwnedPropertyAssociationAssignment_9_1();
@@ -18225,14 +17971,14 @@ public final void rule__EndToEndFlowInstance__Group_9__1__Impl() throws Recognit
// $ANTLR start "rule__EndToEndFlowInstance__Group_9__2"
- // InternalInstance.g:6740:1: rule__EndToEndFlowInstance__Group_9__2 : rule__EndToEndFlowInstance__Group_9__2__Impl ;
+ // InternalInstance.g:6656:1: rule__EndToEndFlowInstance__Group_9__2 : rule__EndToEndFlowInstance__Group_9__2__Impl ;
public final void rule__EndToEndFlowInstance__Group_9__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6744:1: ( rule__EndToEndFlowInstance__Group_9__2__Impl )
- // InternalInstance.g:6745:2: rule__EndToEndFlowInstance__Group_9__2__Impl
+ // InternalInstance.g:6660:1: ( rule__EndToEndFlowInstance__Group_9__2__Impl )
+ // InternalInstance.g:6661:2: rule__EndToEndFlowInstance__Group_9__2__Impl
{
pushFollow(FOLLOW_2);
rule__EndToEndFlowInstance__Group_9__2__Impl();
@@ -18258,17 +18004,17 @@ public final void rule__EndToEndFlowInstance__Group_9__2() throws RecognitionExc
// $ANTLR start "rule__EndToEndFlowInstance__Group_9__2__Impl"
- // InternalInstance.g:6751:1: rule__EndToEndFlowInstance__Group_9__2__Impl : ( '}' ) ;
+ // InternalInstance.g:6667:1: rule__EndToEndFlowInstance__Group_9__2__Impl : ( '}' ) ;
public final void rule__EndToEndFlowInstance__Group_9__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6755:1: ( ( '}' ) )
- // InternalInstance.g:6756:1: ( '}' )
+ // InternalInstance.g:6671:1: ( ( '}' ) )
+ // InternalInstance.g:6672:1: ( '}' )
{
- // InternalInstance.g:6756:1: ( '}' )
- // InternalInstance.g:6757:1: '}'
+ // InternalInstance.g:6672:1: ( '}' )
+ // InternalInstance.g:6673:1: '}'
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getRightCurlyBracketKeyword_9_2());
match(input,51,FOLLOW_2);
@@ -18295,14 +18041,14 @@ public final void rule__EndToEndFlowInstance__Group_9__2__Impl() throws Recognit
// $ANTLR start "rule__ModeInstance__Group__0"
- // InternalInstance.g:6776:1: rule__ModeInstance__Group__0 : rule__ModeInstance__Group__0__Impl rule__ModeInstance__Group__1 ;
+ // InternalInstance.g:6692:1: rule__ModeInstance__Group__0 : rule__ModeInstance__Group__0__Impl rule__ModeInstance__Group__1 ;
public final void rule__ModeInstance__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6780:1: ( rule__ModeInstance__Group__0__Impl rule__ModeInstance__Group__1 )
- // InternalInstance.g:6781:2: rule__ModeInstance__Group__0__Impl rule__ModeInstance__Group__1
+ // InternalInstance.g:6696:1: ( rule__ModeInstance__Group__0__Impl rule__ModeInstance__Group__1 )
+ // InternalInstance.g:6697:2: rule__ModeInstance__Group__0__Impl rule__ModeInstance__Group__1
{
pushFollow(FOLLOW_40);
rule__ModeInstance__Group__0__Impl();
@@ -18333,20 +18079,20 @@ public final void rule__ModeInstance__Group__0() throws RecognitionException {
// $ANTLR start "rule__ModeInstance__Group__0__Impl"
- // InternalInstance.g:6788:1: rule__ModeInstance__Group__0__Impl : ( ( rule__ModeInstance__InitialAssignment_0 )? ) ;
+ // InternalInstance.g:6704:1: rule__ModeInstance__Group__0__Impl : ( ( rule__ModeInstance__InitialAssignment_0 )? ) ;
public final void rule__ModeInstance__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6792:1: ( ( ( rule__ModeInstance__InitialAssignment_0 )? ) )
- // InternalInstance.g:6793:1: ( ( rule__ModeInstance__InitialAssignment_0 )? )
+ // InternalInstance.g:6708:1: ( ( ( rule__ModeInstance__InitialAssignment_0 )? ) )
+ // InternalInstance.g:6709:1: ( ( rule__ModeInstance__InitialAssignment_0 )? )
{
- // InternalInstance.g:6793:1: ( ( rule__ModeInstance__InitialAssignment_0 )? )
- // InternalInstance.g:6794:1: ( rule__ModeInstance__InitialAssignment_0 )?
+ // InternalInstance.g:6709:1: ( ( rule__ModeInstance__InitialAssignment_0 )? )
+ // InternalInstance.g:6710:1: ( rule__ModeInstance__InitialAssignment_0 )?
{
before(grammarAccess.getModeInstanceAccess().getInitialAssignment_0());
- // InternalInstance.g:6795:1: ( rule__ModeInstance__InitialAssignment_0 )?
+ // InternalInstance.g:6711:1: ( rule__ModeInstance__InitialAssignment_0 )?
int alt52=2;
int LA52_0 = input.LA(1);
@@ -18355,7 +18101,7 @@ public final void rule__ModeInstance__Group__0__Impl() throws RecognitionExcepti
}
switch (alt52) {
case 1 :
- // InternalInstance.g:6795:2: rule__ModeInstance__InitialAssignment_0
+ // InternalInstance.g:6711:2: rule__ModeInstance__InitialAssignment_0
{
pushFollow(FOLLOW_2);
rule__ModeInstance__InitialAssignment_0();
@@ -18391,14 +18137,14 @@ public final void rule__ModeInstance__Group__0__Impl() throws RecognitionExcepti
// $ANTLR start "rule__ModeInstance__Group__1"
- // InternalInstance.g:6805:1: rule__ModeInstance__Group__1 : rule__ModeInstance__Group__1__Impl rule__ModeInstance__Group__2 ;
+ // InternalInstance.g:6721:1: rule__ModeInstance__Group__1 : rule__ModeInstance__Group__1__Impl rule__ModeInstance__Group__2 ;
public final void rule__ModeInstance__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6809:1: ( rule__ModeInstance__Group__1__Impl rule__ModeInstance__Group__2 )
- // InternalInstance.g:6810:2: rule__ModeInstance__Group__1__Impl rule__ModeInstance__Group__2
+ // InternalInstance.g:6725:1: ( rule__ModeInstance__Group__1__Impl rule__ModeInstance__Group__2 )
+ // InternalInstance.g:6726:2: rule__ModeInstance__Group__1__Impl rule__ModeInstance__Group__2
{
pushFollow(FOLLOW_40);
rule__ModeInstance__Group__1__Impl();
@@ -18429,20 +18175,20 @@ public final void rule__ModeInstance__Group__1() throws RecognitionException {
// $ANTLR start "rule__ModeInstance__Group__1__Impl"
- // InternalInstance.g:6817:1: rule__ModeInstance__Group__1__Impl : ( ( rule__ModeInstance__DerivedAssignment_1 )? ) ;
+ // InternalInstance.g:6733:1: rule__ModeInstance__Group__1__Impl : ( ( rule__ModeInstance__DerivedAssignment_1 )? ) ;
public final void rule__ModeInstance__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6821:1: ( ( ( rule__ModeInstance__DerivedAssignment_1 )? ) )
- // InternalInstance.g:6822:1: ( ( rule__ModeInstance__DerivedAssignment_1 )? )
+ // InternalInstance.g:6737:1: ( ( ( rule__ModeInstance__DerivedAssignment_1 )? ) )
+ // InternalInstance.g:6738:1: ( ( rule__ModeInstance__DerivedAssignment_1 )? )
{
- // InternalInstance.g:6822:1: ( ( rule__ModeInstance__DerivedAssignment_1 )? )
- // InternalInstance.g:6823:1: ( rule__ModeInstance__DerivedAssignment_1 )?
+ // InternalInstance.g:6738:1: ( ( rule__ModeInstance__DerivedAssignment_1 )? )
+ // InternalInstance.g:6739:1: ( rule__ModeInstance__DerivedAssignment_1 )?
{
before(grammarAccess.getModeInstanceAccess().getDerivedAssignment_1());
- // InternalInstance.g:6824:1: ( rule__ModeInstance__DerivedAssignment_1 )?
+ // InternalInstance.g:6740:1: ( rule__ModeInstance__DerivedAssignment_1 )?
int alt53=2;
int LA53_0 = input.LA(1);
@@ -18451,7 +18197,7 @@ public final void rule__ModeInstance__Group__1__Impl() throws RecognitionExcepti
}
switch (alt53) {
case 1 :
- // InternalInstance.g:6824:2: rule__ModeInstance__DerivedAssignment_1
+ // InternalInstance.g:6740:2: rule__ModeInstance__DerivedAssignment_1
{
pushFollow(FOLLOW_2);
rule__ModeInstance__DerivedAssignment_1();
@@ -18487,14 +18233,14 @@ public final void rule__ModeInstance__Group__1__Impl() throws RecognitionExcepti
// $ANTLR start "rule__ModeInstance__Group__2"
- // InternalInstance.g:6834:1: rule__ModeInstance__Group__2 : rule__ModeInstance__Group__2__Impl rule__ModeInstance__Group__3 ;
+ // InternalInstance.g:6750:1: rule__ModeInstance__Group__2 : rule__ModeInstance__Group__2__Impl rule__ModeInstance__Group__3 ;
public final void rule__ModeInstance__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6838:1: ( rule__ModeInstance__Group__2__Impl rule__ModeInstance__Group__3 )
- // InternalInstance.g:6839:2: rule__ModeInstance__Group__2__Impl rule__ModeInstance__Group__3
+ // InternalInstance.g:6754:1: ( rule__ModeInstance__Group__2__Impl rule__ModeInstance__Group__3 )
+ // InternalInstance.g:6755:2: rule__ModeInstance__Group__2__Impl rule__ModeInstance__Group__3
{
pushFollow(FOLLOW_3);
rule__ModeInstance__Group__2__Impl();
@@ -18525,17 +18271,17 @@ public final void rule__ModeInstance__Group__2() throws RecognitionException {
// $ANTLR start "rule__ModeInstance__Group__2__Impl"
- // InternalInstance.g:6846:1: rule__ModeInstance__Group__2__Impl : ( 'mode' ) ;
+ // InternalInstance.g:6762:1: rule__ModeInstance__Group__2__Impl : ( 'mode' ) ;
public final void rule__ModeInstance__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6850:1: ( ( 'mode' ) )
- // InternalInstance.g:6851:1: ( 'mode' )
+ // InternalInstance.g:6766:1: ( ( 'mode' ) )
+ // InternalInstance.g:6767:1: ( 'mode' )
{
- // InternalInstance.g:6851:1: ( 'mode' )
- // InternalInstance.g:6852:1: 'mode'
+ // InternalInstance.g:6767:1: ( 'mode' )
+ // InternalInstance.g:6768:1: 'mode'
{
before(grammarAccess.getModeInstanceAccess().getModeKeyword_2());
match(input,62,FOLLOW_2);
@@ -18562,14 +18308,14 @@ public final void rule__ModeInstance__Group__2__Impl() throws RecognitionExcepti
// $ANTLR start "rule__ModeInstance__Group__3"
- // InternalInstance.g:6865:1: rule__ModeInstance__Group__3 : rule__ModeInstance__Group__3__Impl rule__ModeInstance__Group__4 ;
+ // InternalInstance.g:6781:1: rule__ModeInstance__Group__3 : rule__ModeInstance__Group__3__Impl rule__ModeInstance__Group__4 ;
public final void rule__ModeInstance__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6869:1: ( rule__ModeInstance__Group__3__Impl rule__ModeInstance__Group__4 )
- // InternalInstance.g:6870:2: rule__ModeInstance__Group__3__Impl rule__ModeInstance__Group__4
+ // InternalInstance.g:6785:1: ( rule__ModeInstance__Group__3__Impl rule__ModeInstance__Group__4 )
+ // InternalInstance.g:6786:2: rule__ModeInstance__Group__3__Impl rule__ModeInstance__Group__4
{
pushFollow(FOLLOW_41);
rule__ModeInstance__Group__3__Impl();
@@ -18600,21 +18346,21 @@ public final void rule__ModeInstance__Group__3() throws RecognitionException {
// $ANTLR start "rule__ModeInstance__Group__3__Impl"
- // InternalInstance.g:6877:1: rule__ModeInstance__Group__3__Impl : ( ( rule__ModeInstance__NameAssignment_3 ) ) ;
+ // InternalInstance.g:6793:1: rule__ModeInstance__Group__3__Impl : ( ( rule__ModeInstance__NameAssignment_3 ) ) ;
public final void rule__ModeInstance__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6881:1: ( ( ( rule__ModeInstance__NameAssignment_3 ) ) )
- // InternalInstance.g:6882:1: ( ( rule__ModeInstance__NameAssignment_3 ) )
+ // InternalInstance.g:6797:1: ( ( ( rule__ModeInstance__NameAssignment_3 ) ) )
+ // InternalInstance.g:6798:1: ( ( rule__ModeInstance__NameAssignment_3 ) )
{
- // InternalInstance.g:6882:1: ( ( rule__ModeInstance__NameAssignment_3 ) )
- // InternalInstance.g:6883:1: ( rule__ModeInstance__NameAssignment_3 )
+ // InternalInstance.g:6798:1: ( ( rule__ModeInstance__NameAssignment_3 ) )
+ // InternalInstance.g:6799:1: ( rule__ModeInstance__NameAssignment_3 )
{
before(grammarAccess.getModeInstanceAccess().getNameAssignment_3());
- // InternalInstance.g:6884:1: ( rule__ModeInstance__NameAssignment_3 )
- // InternalInstance.g:6884:2: rule__ModeInstance__NameAssignment_3
+ // InternalInstance.g:6800:1: ( rule__ModeInstance__NameAssignment_3 )
+ // InternalInstance.g:6800:2: rule__ModeInstance__NameAssignment_3
{
pushFollow(FOLLOW_2);
rule__ModeInstance__NameAssignment_3();
@@ -18647,14 +18393,14 @@ public final void rule__ModeInstance__Group__3__Impl() throws RecognitionExcepti
// $ANTLR start "rule__ModeInstance__Group__4"
- // InternalInstance.g:6894:1: rule__ModeInstance__Group__4 : rule__ModeInstance__Group__4__Impl rule__ModeInstance__Group__5 ;
+ // InternalInstance.g:6810:1: rule__ModeInstance__Group__4 : rule__ModeInstance__Group__4__Impl rule__ModeInstance__Group__5 ;
public final void rule__ModeInstance__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6898:1: ( rule__ModeInstance__Group__4__Impl rule__ModeInstance__Group__5 )
- // InternalInstance.g:6899:2: rule__ModeInstance__Group__4__Impl rule__ModeInstance__Group__5
+ // InternalInstance.g:6814:1: ( rule__ModeInstance__Group__4__Impl rule__ModeInstance__Group__5 )
+ // InternalInstance.g:6815:2: rule__ModeInstance__Group__4__Impl rule__ModeInstance__Group__5
{
pushFollow(FOLLOW_41);
rule__ModeInstance__Group__4__Impl();
@@ -18685,20 +18431,20 @@ public final void rule__ModeInstance__Group__4() throws RecognitionException {
// $ANTLR start "rule__ModeInstance__Group__4__Impl"
- // InternalInstance.g:6906:1: rule__ModeInstance__Group__4__Impl : ( ( rule__ModeInstance__Group_4__0 )? ) ;
+ // InternalInstance.g:6822:1: rule__ModeInstance__Group__4__Impl : ( ( rule__ModeInstance__Group_4__0 )? ) ;
public final void rule__ModeInstance__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6910:1: ( ( ( rule__ModeInstance__Group_4__0 )? ) )
- // InternalInstance.g:6911:1: ( ( rule__ModeInstance__Group_4__0 )? )
+ // InternalInstance.g:6826:1: ( ( ( rule__ModeInstance__Group_4__0 )? ) )
+ // InternalInstance.g:6827:1: ( ( rule__ModeInstance__Group_4__0 )? )
{
- // InternalInstance.g:6911:1: ( ( rule__ModeInstance__Group_4__0 )? )
- // InternalInstance.g:6912:1: ( rule__ModeInstance__Group_4__0 )?
+ // InternalInstance.g:6827:1: ( ( rule__ModeInstance__Group_4__0 )? )
+ // InternalInstance.g:6828:1: ( rule__ModeInstance__Group_4__0 )?
{
before(grammarAccess.getModeInstanceAccess().getGroup_4());
- // InternalInstance.g:6913:1: ( rule__ModeInstance__Group_4__0 )?
+ // InternalInstance.g:6829:1: ( rule__ModeInstance__Group_4__0 )?
int alt54=2;
int LA54_0 = input.LA(1);
@@ -18707,7 +18453,7 @@ public final void rule__ModeInstance__Group__4__Impl() throws RecognitionExcepti
}
switch (alt54) {
case 1 :
- // InternalInstance.g:6913:2: rule__ModeInstance__Group_4__0
+ // InternalInstance.g:6829:2: rule__ModeInstance__Group_4__0
{
pushFollow(FOLLOW_2);
rule__ModeInstance__Group_4__0();
@@ -18743,14 +18489,14 @@ public final void rule__ModeInstance__Group__4__Impl() throws RecognitionExcepti
// $ANTLR start "rule__ModeInstance__Group__5"
- // InternalInstance.g:6923:1: rule__ModeInstance__Group__5 : rule__ModeInstance__Group__5__Impl rule__ModeInstance__Group__6 ;
+ // InternalInstance.g:6839:1: rule__ModeInstance__Group__5 : rule__ModeInstance__Group__5__Impl rule__ModeInstance__Group__6 ;
public final void rule__ModeInstance__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6927:1: ( rule__ModeInstance__Group__5__Impl rule__ModeInstance__Group__6 )
- // InternalInstance.g:6928:2: rule__ModeInstance__Group__5__Impl rule__ModeInstance__Group__6
+ // InternalInstance.g:6843:1: ( rule__ModeInstance__Group__5__Impl rule__ModeInstance__Group__6 )
+ // InternalInstance.g:6844:2: rule__ModeInstance__Group__5__Impl rule__ModeInstance__Group__6
{
pushFollow(FOLLOW_3);
rule__ModeInstance__Group__5__Impl();
@@ -18781,17 +18527,17 @@ public final void rule__ModeInstance__Group__5() throws RecognitionException {
// $ANTLR start "rule__ModeInstance__Group__5__Impl"
- // InternalInstance.g:6935:1: rule__ModeInstance__Group__5__Impl : ( ':' ) ;
+ // InternalInstance.g:6851:1: rule__ModeInstance__Group__5__Impl : ( ':' ) ;
public final void rule__ModeInstance__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6939:1: ( ( ':' ) )
- // InternalInstance.g:6940:1: ( ':' )
+ // InternalInstance.g:6855:1: ( ( ':' ) )
+ // InternalInstance.g:6856:1: ( ':' )
{
- // InternalInstance.g:6940:1: ( ':' )
- // InternalInstance.g:6941:1: ':'
+ // InternalInstance.g:6856:1: ( ':' )
+ // InternalInstance.g:6857:1: ':'
{
before(grammarAccess.getModeInstanceAccess().getColonKeyword_5());
match(input,49,FOLLOW_2);
@@ -18818,14 +18564,14 @@ public final void rule__ModeInstance__Group__5__Impl() throws RecognitionExcepti
// $ANTLR start "rule__ModeInstance__Group__6"
- // InternalInstance.g:6954:1: rule__ModeInstance__Group__6 : rule__ModeInstance__Group__6__Impl rule__ModeInstance__Group__7 ;
+ // InternalInstance.g:6870:1: rule__ModeInstance__Group__6 : rule__ModeInstance__Group__6__Impl rule__ModeInstance__Group__7 ;
public final void rule__ModeInstance__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6958:1: ( rule__ModeInstance__Group__6__Impl rule__ModeInstance__Group__7 )
- // InternalInstance.g:6959:2: rule__ModeInstance__Group__6__Impl rule__ModeInstance__Group__7
+ // InternalInstance.g:6874:1: ( rule__ModeInstance__Group__6__Impl rule__ModeInstance__Group__7 )
+ // InternalInstance.g:6875:2: rule__ModeInstance__Group__6__Impl rule__ModeInstance__Group__7
{
pushFollow(FOLLOW_5);
rule__ModeInstance__Group__6__Impl();
@@ -18856,21 +18602,21 @@ public final void rule__ModeInstance__Group__6() throws RecognitionException {
// $ANTLR start "rule__ModeInstance__Group__6__Impl"
- // InternalInstance.g:6966:1: rule__ModeInstance__Group__6__Impl : ( ( rule__ModeInstance__ModeAssignment_6 ) ) ;
+ // InternalInstance.g:6882:1: rule__ModeInstance__Group__6__Impl : ( ( rule__ModeInstance__ModeAssignment_6 ) ) ;
public final void rule__ModeInstance__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6970:1: ( ( ( rule__ModeInstance__ModeAssignment_6 ) ) )
- // InternalInstance.g:6971:1: ( ( rule__ModeInstance__ModeAssignment_6 ) )
+ // InternalInstance.g:6886:1: ( ( ( rule__ModeInstance__ModeAssignment_6 ) ) )
+ // InternalInstance.g:6887:1: ( ( rule__ModeInstance__ModeAssignment_6 ) )
{
- // InternalInstance.g:6971:1: ( ( rule__ModeInstance__ModeAssignment_6 ) )
- // InternalInstance.g:6972:1: ( rule__ModeInstance__ModeAssignment_6 )
+ // InternalInstance.g:6887:1: ( ( rule__ModeInstance__ModeAssignment_6 ) )
+ // InternalInstance.g:6888:1: ( rule__ModeInstance__ModeAssignment_6 )
{
before(grammarAccess.getModeInstanceAccess().getModeAssignment_6());
- // InternalInstance.g:6973:1: ( rule__ModeInstance__ModeAssignment_6 )
- // InternalInstance.g:6973:2: rule__ModeInstance__ModeAssignment_6
+ // InternalInstance.g:6889:1: ( rule__ModeInstance__ModeAssignment_6 )
+ // InternalInstance.g:6889:2: rule__ModeInstance__ModeAssignment_6
{
pushFollow(FOLLOW_2);
rule__ModeInstance__ModeAssignment_6();
@@ -18903,14 +18649,14 @@ public final void rule__ModeInstance__Group__6__Impl() throws RecognitionExcepti
// $ANTLR start "rule__ModeInstance__Group__7"
- // InternalInstance.g:6983:1: rule__ModeInstance__Group__7 : rule__ModeInstance__Group__7__Impl ;
+ // InternalInstance.g:6899:1: rule__ModeInstance__Group__7 : rule__ModeInstance__Group__7__Impl ;
public final void rule__ModeInstance__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6987:1: ( rule__ModeInstance__Group__7__Impl )
- // InternalInstance.g:6988:2: rule__ModeInstance__Group__7__Impl
+ // InternalInstance.g:6903:1: ( rule__ModeInstance__Group__7__Impl )
+ // InternalInstance.g:6904:2: rule__ModeInstance__Group__7__Impl
{
pushFollow(FOLLOW_2);
rule__ModeInstance__Group__7__Impl();
@@ -18936,20 +18682,20 @@ public final void rule__ModeInstance__Group__7() throws RecognitionException {
// $ANTLR start "rule__ModeInstance__Group__7__Impl"
- // InternalInstance.g:6994:1: rule__ModeInstance__Group__7__Impl : ( ( rule__ModeInstance__Group_7__0 )? ) ;
+ // InternalInstance.g:6910:1: rule__ModeInstance__Group__7__Impl : ( ( rule__ModeInstance__Group_7__0 )? ) ;
public final void rule__ModeInstance__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:6998:1: ( ( ( rule__ModeInstance__Group_7__0 )? ) )
- // InternalInstance.g:6999:1: ( ( rule__ModeInstance__Group_7__0 )? )
+ // InternalInstance.g:6914:1: ( ( ( rule__ModeInstance__Group_7__0 )? ) )
+ // InternalInstance.g:6915:1: ( ( rule__ModeInstance__Group_7__0 )? )
{
- // InternalInstance.g:6999:1: ( ( rule__ModeInstance__Group_7__0 )? )
- // InternalInstance.g:7000:1: ( rule__ModeInstance__Group_7__0 )?
+ // InternalInstance.g:6915:1: ( ( rule__ModeInstance__Group_7__0 )? )
+ // InternalInstance.g:6916:1: ( rule__ModeInstance__Group_7__0 )?
{
before(grammarAccess.getModeInstanceAccess().getGroup_7());
- // InternalInstance.g:7001:1: ( rule__ModeInstance__Group_7__0 )?
+ // InternalInstance.g:6917:1: ( rule__ModeInstance__Group_7__0 )?
int alt55=2;
int LA55_0 = input.LA(1);
@@ -18958,7 +18704,7 @@ public final void rule__ModeInstance__Group__7__Impl() throws RecognitionExcepti
}
switch (alt55) {
case 1 :
- // InternalInstance.g:7001:2: rule__ModeInstance__Group_7__0
+ // InternalInstance.g:6917:2: rule__ModeInstance__Group_7__0
{
pushFollow(FOLLOW_2);
rule__ModeInstance__Group_7__0();
@@ -18994,14 +18740,14 @@ public final void rule__ModeInstance__Group__7__Impl() throws RecognitionExcepti
// $ANTLR start "rule__ModeInstance__Group_4__0"
- // InternalInstance.g:7027:1: rule__ModeInstance__Group_4__0 : rule__ModeInstance__Group_4__0__Impl rule__ModeInstance__Group_4__1 ;
+ // InternalInstance.g:6943:1: rule__ModeInstance__Group_4__0 : rule__ModeInstance__Group_4__0__Impl rule__ModeInstance__Group_4__1 ;
public final void rule__ModeInstance__Group_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7031:1: ( rule__ModeInstance__Group_4__0__Impl rule__ModeInstance__Group_4__1 )
- // InternalInstance.g:7032:2: rule__ModeInstance__Group_4__0__Impl rule__ModeInstance__Group_4__1
+ // InternalInstance.g:6947:1: ( rule__ModeInstance__Group_4__0__Impl rule__ModeInstance__Group_4__1 )
+ // InternalInstance.g:6948:2: rule__ModeInstance__Group_4__0__Impl rule__ModeInstance__Group_4__1
{
pushFollow(FOLLOW_42);
rule__ModeInstance__Group_4__0__Impl();
@@ -19032,17 +18778,17 @@ public final void rule__ModeInstance__Group_4__0() throws RecognitionException {
// $ANTLR start "rule__ModeInstance__Group_4__0__Impl"
- // InternalInstance.g:7039:1: rule__ModeInstance__Group_4__0__Impl : ( '=' ) ;
+ // InternalInstance.g:6955:1: rule__ModeInstance__Group_4__0__Impl : ( '=' ) ;
public final void rule__ModeInstance__Group_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7043:1: ( ( '=' ) )
- // InternalInstance.g:7044:1: ( '=' )
+ // InternalInstance.g:6959:1: ( ( '=' ) )
+ // InternalInstance.g:6960:1: ( '=' )
{
- // InternalInstance.g:7044:1: ( '=' )
- // InternalInstance.g:7045:1: '='
+ // InternalInstance.g:6960:1: ( '=' )
+ // InternalInstance.g:6961:1: '='
{
before(grammarAccess.getModeInstanceAccess().getEqualsSignKeyword_4_0());
match(input,63,FOLLOW_2);
@@ -19069,14 +18815,14 @@ public final void rule__ModeInstance__Group_4__0__Impl() throws RecognitionExcep
// $ANTLR start "rule__ModeInstance__Group_4__1"
- // InternalInstance.g:7058:1: rule__ModeInstance__Group_4__1 : rule__ModeInstance__Group_4__1__Impl ;
+ // InternalInstance.g:6974:1: rule__ModeInstance__Group_4__1 : rule__ModeInstance__Group_4__1__Impl ;
public final void rule__ModeInstance__Group_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7062:1: ( rule__ModeInstance__Group_4__1__Impl )
- // InternalInstance.g:7063:2: rule__ModeInstance__Group_4__1__Impl
+ // InternalInstance.g:6978:1: ( rule__ModeInstance__Group_4__1__Impl )
+ // InternalInstance.g:6979:2: rule__ModeInstance__Group_4__1__Impl
{
pushFollow(FOLLOW_2);
rule__ModeInstance__Group_4__1__Impl();
@@ -19102,21 +18848,21 @@ public final void rule__ModeInstance__Group_4__1() throws RecognitionException {
// $ANTLR start "rule__ModeInstance__Group_4__1__Impl"
- // InternalInstance.g:7069:1: rule__ModeInstance__Group_4__1__Impl : ( ( rule__ModeInstance__Alternatives_4_1 ) ) ;
+ // InternalInstance.g:6985:1: rule__ModeInstance__Group_4__1__Impl : ( ( rule__ModeInstance__Alternatives_4_1 ) ) ;
public final void rule__ModeInstance__Group_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7073:1: ( ( ( rule__ModeInstance__Alternatives_4_1 ) ) )
- // InternalInstance.g:7074:1: ( ( rule__ModeInstance__Alternatives_4_1 ) )
+ // InternalInstance.g:6989:1: ( ( ( rule__ModeInstance__Alternatives_4_1 ) ) )
+ // InternalInstance.g:6990:1: ( ( rule__ModeInstance__Alternatives_4_1 ) )
{
- // InternalInstance.g:7074:1: ( ( rule__ModeInstance__Alternatives_4_1 ) )
- // InternalInstance.g:7075:1: ( rule__ModeInstance__Alternatives_4_1 )
+ // InternalInstance.g:6990:1: ( ( rule__ModeInstance__Alternatives_4_1 ) )
+ // InternalInstance.g:6991:1: ( rule__ModeInstance__Alternatives_4_1 )
{
before(grammarAccess.getModeInstanceAccess().getAlternatives_4_1());
- // InternalInstance.g:7076:1: ( rule__ModeInstance__Alternatives_4_1 )
- // InternalInstance.g:7076:2: rule__ModeInstance__Alternatives_4_1
+ // InternalInstance.g:6992:1: ( rule__ModeInstance__Alternatives_4_1 )
+ // InternalInstance.g:6992:2: rule__ModeInstance__Alternatives_4_1
{
pushFollow(FOLLOW_2);
rule__ModeInstance__Alternatives_4_1();
@@ -19149,14 +18895,14 @@ public final void rule__ModeInstance__Group_4__1__Impl() throws RecognitionExcep
// $ANTLR start "rule__ModeInstance__Group_4_1_1__0"
- // InternalInstance.g:7090:1: rule__ModeInstance__Group_4_1_1__0 : rule__ModeInstance__Group_4_1_1__0__Impl rule__ModeInstance__Group_4_1_1__1 ;
+ // InternalInstance.g:7006:1: rule__ModeInstance__Group_4_1_1__0 : rule__ModeInstance__Group_4_1_1__0__Impl rule__ModeInstance__Group_4_1_1__1 ;
public final void rule__ModeInstance__Group_4_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7094:1: ( rule__ModeInstance__Group_4_1_1__0__Impl rule__ModeInstance__Group_4_1_1__1 )
- // InternalInstance.g:7095:2: rule__ModeInstance__Group_4_1_1__0__Impl rule__ModeInstance__Group_4_1_1__1
+ // InternalInstance.g:7010:1: ( rule__ModeInstance__Group_4_1_1__0__Impl rule__ModeInstance__Group_4_1_1__1 )
+ // InternalInstance.g:7011:2: rule__ModeInstance__Group_4_1_1__0__Impl rule__ModeInstance__Group_4_1_1__1
{
pushFollow(FOLLOW_3);
rule__ModeInstance__Group_4_1_1__0__Impl();
@@ -19187,17 +18933,17 @@ public final void rule__ModeInstance__Group_4_1_1__0() throws RecognitionExcepti
// $ANTLR start "rule__ModeInstance__Group_4_1_1__0__Impl"
- // InternalInstance.g:7102:1: rule__ModeInstance__Group_4_1_1__0__Impl : ( '(' ) ;
+ // InternalInstance.g:7018:1: rule__ModeInstance__Group_4_1_1__0__Impl : ( '(' ) ;
public final void rule__ModeInstance__Group_4_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7106:1: ( ( '(' ) )
- // InternalInstance.g:7107:1: ( '(' )
+ // InternalInstance.g:7022:1: ( ( '(' ) )
+ // InternalInstance.g:7023:1: ( '(' )
{
- // InternalInstance.g:7107:1: ( '(' )
- // InternalInstance.g:7108:1: '('
+ // InternalInstance.g:7023:1: ( '(' )
+ // InternalInstance.g:7024:1: '('
{
before(grammarAccess.getModeInstanceAccess().getLeftParenthesisKeyword_4_1_1_0());
match(input,55,FOLLOW_2);
@@ -19224,14 +18970,14 @@ public final void rule__ModeInstance__Group_4_1_1__0__Impl() throws RecognitionE
// $ANTLR start "rule__ModeInstance__Group_4_1_1__1"
- // InternalInstance.g:7121:1: rule__ModeInstance__Group_4_1_1__1 : rule__ModeInstance__Group_4_1_1__1__Impl rule__ModeInstance__Group_4_1_1__2 ;
+ // InternalInstance.g:7037:1: rule__ModeInstance__Group_4_1_1__1 : rule__ModeInstance__Group_4_1_1__1__Impl rule__ModeInstance__Group_4_1_1__2 ;
public final void rule__ModeInstance__Group_4_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7125:1: ( rule__ModeInstance__Group_4_1_1__1__Impl rule__ModeInstance__Group_4_1_1__2 )
- // InternalInstance.g:7126:2: rule__ModeInstance__Group_4_1_1__1__Impl rule__ModeInstance__Group_4_1_1__2
+ // InternalInstance.g:7041:1: ( rule__ModeInstance__Group_4_1_1__1__Impl rule__ModeInstance__Group_4_1_1__2 )
+ // InternalInstance.g:7042:2: rule__ModeInstance__Group_4_1_1__1__Impl rule__ModeInstance__Group_4_1_1__2
{
pushFollow(FOLLOW_43);
rule__ModeInstance__Group_4_1_1__1__Impl();
@@ -19262,21 +19008,21 @@ public final void rule__ModeInstance__Group_4_1_1__1() throws RecognitionExcepti
// $ANTLR start "rule__ModeInstance__Group_4_1_1__1__Impl"
- // InternalInstance.g:7133:1: rule__ModeInstance__Group_4_1_1__1__Impl : ( ( rule__ModeInstance__ParentAssignment_4_1_1_1 ) ) ;
+ // InternalInstance.g:7049:1: rule__ModeInstance__Group_4_1_1__1__Impl : ( ( rule__ModeInstance__ParentAssignment_4_1_1_1 ) ) ;
public final void rule__ModeInstance__Group_4_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7137:1: ( ( ( rule__ModeInstance__ParentAssignment_4_1_1_1 ) ) )
- // InternalInstance.g:7138:1: ( ( rule__ModeInstance__ParentAssignment_4_1_1_1 ) )
+ // InternalInstance.g:7053:1: ( ( ( rule__ModeInstance__ParentAssignment_4_1_1_1 ) ) )
+ // InternalInstance.g:7054:1: ( ( rule__ModeInstance__ParentAssignment_4_1_1_1 ) )
{
- // InternalInstance.g:7138:1: ( ( rule__ModeInstance__ParentAssignment_4_1_1_1 ) )
- // InternalInstance.g:7139:1: ( rule__ModeInstance__ParentAssignment_4_1_1_1 )
+ // InternalInstance.g:7054:1: ( ( rule__ModeInstance__ParentAssignment_4_1_1_1 ) )
+ // InternalInstance.g:7055:1: ( rule__ModeInstance__ParentAssignment_4_1_1_1 )
{
before(grammarAccess.getModeInstanceAccess().getParentAssignment_4_1_1_1());
- // InternalInstance.g:7140:1: ( rule__ModeInstance__ParentAssignment_4_1_1_1 )
- // InternalInstance.g:7140:2: rule__ModeInstance__ParentAssignment_4_1_1_1
+ // InternalInstance.g:7056:1: ( rule__ModeInstance__ParentAssignment_4_1_1_1 )
+ // InternalInstance.g:7056:2: rule__ModeInstance__ParentAssignment_4_1_1_1
{
pushFollow(FOLLOW_2);
rule__ModeInstance__ParentAssignment_4_1_1_1();
@@ -19309,14 +19055,14 @@ public final void rule__ModeInstance__Group_4_1_1__1__Impl() throws RecognitionE
// $ANTLR start "rule__ModeInstance__Group_4_1_1__2"
- // InternalInstance.g:7150:1: rule__ModeInstance__Group_4_1_1__2 : rule__ModeInstance__Group_4_1_1__2__Impl rule__ModeInstance__Group_4_1_1__3 ;
+ // InternalInstance.g:7066:1: rule__ModeInstance__Group_4_1_1__2 : rule__ModeInstance__Group_4_1_1__2__Impl rule__ModeInstance__Group_4_1_1__3 ;
public final void rule__ModeInstance__Group_4_1_1__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7154:1: ( rule__ModeInstance__Group_4_1_1__2__Impl rule__ModeInstance__Group_4_1_1__3 )
- // InternalInstance.g:7155:2: rule__ModeInstance__Group_4_1_1__2__Impl rule__ModeInstance__Group_4_1_1__3
+ // InternalInstance.g:7070:1: ( rule__ModeInstance__Group_4_1_1__2__Impl rule__ModeInstance__Group_4_1_1__3 )
+ // InternalInstance.g:7071:2: rule__ModeInstance__Group_4_1_1__2__Impl rule__ModeInstance__Group_4_1_1__3
{
pushFollow(FOLLOW_44);
rule__ModeInstance__Group_4_1_1__2__Impl();
@@ -19347,24 +19093,24 @@ public final void rule__ModeInstance__Group_4_1_1__2() throws RecognitionExcepti
// $ANTLR start "rule__ModeInstance__Group_4_1_1__2__Impl"
- // InternalInstance.g:7162:1: rule__ModeInstance__Group_4_1_1__2__Impl : ( ( ( rule__ModeInstance__Group_4_1_1_2__0 ) ) ( ( rule__ModeInstance__Group_4_1_1_2__0 )* ) ) ;
+ // InternalInstance.g:7078:1: rule__ModeInstance__Group_4_1_1__2__Impl : ( ( ( rule__ModeInstance__Group_4_1_1_2__0 ) ) ( ( rule__ModeInstance__Group_4_1_1_2__0 )* ) ) ;
public final void rule__ModeInstance__Group_4_1_1__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7166:1: ( ( ( ( rule__ModeInstance__Group_4_1_1_2__0 ) ) ( ( rule__ModeInstance__Group_4_1_1_2__0 )* ) ) )
- // InternalInstance.g:7167:1: ( ( ( rule__ModeInstance__Group_4_1_1_2__0 ) ) ( ( rule__ModeInstance__Group_4_1_1_2__0 )* ) )
+ // InternalInstance.g:7082:1: ( ( ( ( rule__ModeInstance__Group_4_1_1_2__0 ) ) ( ( rule__ModeInstance__Group_4_1_1_2__0 )* ) ) )
+ // InternalInstance.g:7083:1: ( ( ( rule__ModeInstance__Group_4_1_1_2__0 ) ) ( ( rule__ModeInstance__Group_4_1_1_2__0 )* ) )
{
- // InternalInstance.g:7167:1: ( ( ( rule__ModeInstance__Group_4_1_1_2__0 ) ) ( ( rule__ModeInstance__Group_4_1_1_2__0 )* ) )
- // InternalInstance.g:7168:1: ( ( rule__ModeInstance__Group_4_1_1_2__0 ) ) ( ( rule__ModeInstance__Group_4_1_1_2__0 )* )
+ // InternalInstance.g:7083:1: ( ( ( rule__ModeInstance__Group_4_1_1_2__0 ) ) ( ( rule__ModeInstance__Group_4_1_1_2__0 )* ) )
+ // InternalInstance.g:7084:1: ( ( rule__ModeInstance__Group_4_1_1_2__0 ) ) ( ( rule__ModeInstance__Group_4_1_1_2__0 )* )
{
- // InternalInstance.g:7168:1: ( ( rule__ModeInstance__Group_4_1_1_2__0 ) )
- // InternalInstance.g:7169:1: ( rule__ModeInstance__Group_4_1_1_2__0 )
+ // InternalInstance.g:7084:1: ( ( rule__ModeInstance__Group_4_1_1_2__0 ) )
+ // InternalInstance.g:7085:1: ( rule__ModeInstance__Group_4_1_1_2__0 )
{
before(grammarAccess.getModeInstanceAccess().getGroup_4_1_1_2());
- // InternalInstance.g:7170:1: ( rule__ModeInstance__Group_4_1_1_2__0 )
- // InternalInstance.g:7170:2: rule__ModeInstance__Group_4_1_1_2__0
+ // InternalInstance.g:7086:1: ( rule__ModeInstance__Group_4_1_1_2__0 )
+ // InternalInstance.g:7086:2: rule__ModeInstance__Group_4_1_1_2__0
{
pushFollow(FOLLOW_17);
rule__ModeInstance__Group_4_1_1_2__0();
@@ -19378,11 +19124,11 @@ public final void rule__ModeInstance__Group_4_1_1__2__Impl() throws RecognitionE
}
- // InternalInstance.g:7173:1: ( ( rule__ModeInstance__Group_4_1_1_2__0 )* )
- // InternalInstance.g:7174:1: ( rule__ModeInstance__Group_4_1_1_2__0 )*
+ // InternalInstance.g:7089:1: ( ( rule__ModeInstance__Group_4_1_1_2__0 )* )
+ // InternalInstance.g:7090:1: ( rule__ModeInstance__Group_4_1_1_2__0 )*
{
before(grammarAccess.getModeInstanceAccess().getGroup_4_1_1_2());
- // InternalInstance.g:7175:1: ( rule__ModeInstance__Group_4_1_1_2__0 )*
+ // InternalInstance.g:7091:1: ( rule__ModeInstance__Group_4_1_1_2__0 )*
loop56:
do {
int alt56=2;
@@ -19395,7 +19141,7 @@ public final void rule__ModeInstance__Group_4_1_1__2__Impl() throws RecognitionE
switch (alt56) {
case 1 :
- // InternalInstance.g:7175:2: rule__ModeInstance__Group_4_1_1_2__0
+ // InternalInstance.g:7091:2: rule__ModeInstance__Group_4_1_1_2__0
{
pushFollow(FOLLOW_17);
rule__ModeInstance__Group_4_1_1_2__0();
@@ -19437,14 +19183,14 @@ public final void rule__ModeInstance__Group_4_1_1__2__Impl() throws RecognitionE
// $ANTLR start "rule__ModeInstance__Group_4_1_1__3"
- // InternalInstance.g:7186:1: rule__ModeInstance__Group_4_1_1__3 : rule__ModeInstance__Group_4_1_1__3__Impl ;
+ // InternalInstance.g:7102:1: rule__ModeInstance__Group_4_1_1__3 : rule__ModeInstance__Group_4_1_1__3__Impl ;
public final void rule__ModeInstance__Group_4_1_1__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7190:1: ( rule__ModeInstance__Group_4_1_1__3__Impl )
- // InternalInstance.g:7191:2: rule__ModeInstance__Group_4_1_1__3__Impl
+ // InternalInstance.g:7106:1: ( rule__ModeInstance__Group_4_1_1__3__Impl )
+ // InternalInstance.g:7107:2: rule__ModeInstance__Group_4_1_1__3__Impl
{
pushFollow(FOLLOW_2);
rule__ModeInstance__Group_4_1_1__3__Impl();
@@ -19470,17 +19216,17 @@ public final void rule__ModeInstance__Group_4_1_1__3() throws RecognitionExcepti
// $ANTLR start "rule__ModeInstance__Group_4_1_1__3__Impl"
- // InternalInstance.g:7197:1: rule__ModeInstance__Group_4_1_1__3__Impl : ( ')' ) ;
+ // InternalInstance.g:7113:1: rule__ModeInstance__Group_4_1_1__3__Impl : ( ')' ) ;
public final void rule__ModeInstance__Group_4_1_1__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7201:1: ( ( ')' ) )
- // InternalInstance.g:7202:1: ( ')' )
+ // InternalInstance.g:7117:1: ( ( ')' ) )
+ // InternalInstance.g:7118:1: ( ')' )
{
- // InternalInstance.g:7202:1: ( ')' )
- // InternalInstance.g:7203:1: ')'
+ // InternalInstance.g:7118:1: ( ')' )
+ // InternalInstance.g:7119:1: ')'
{
before(grammarAccess.getModeInstanceAccess().getRightParenthesisKeyword_4_1_1_3());
match(input,56,FOLLOW_2);
@@ -19507,14 +19253,14 @@ public final void rule__ModeInstance__Group_4_1_1__3__Impl() throws RecognitionE
// $ANTLR start "rule__ModeInstance__Group_4_1_1_2__0"
- // InternalInstance.g:7224:1: rule__ModeInstance__Group_4_1_1_2__0 : rule__ModeInstance__Group_4_1_1_2__0__Impl rule__ModeInstance__Group_4_1_1_2__1 ;
+ // InternalInstance.g:7140:1: rule__ModeInstance__Group_4_1_1_2__0 : rule__ModeInstance__Group_4_1_1_2__0__Impl rule__ModeInstance__Group_4_1_1_2__1 ;
public final void rule__ModeInstance__Group_4_1_1_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7228:1: ( rule__ModeInstance__Group_4_1_1_2__0__Impl rule__ModeInstance__Group_4_1_1_2__1 )
- // InternalInstance.g:7229:2: rule__ModeInstance__Group_4_1_1_2__0__Impl rule__ModeInstance__Group_4_1_1_2__1
+ // InternalInstance.g:7144:1: ( rule__ModeInstance__Group_4_1_1_2__0__Impl rule__ModeInstance__Group_4_1_1_2__1 )
+ // InternalInstance.g:7145:2: rule__ModeInstance__Group_4_1_1_2__0__Impl rule__ModeInstance__Group_4_1_1_2__1
{
pushFollow(FOLLOW_3);
rule__ModeInstance__Group_4_1_1_2__0__Impl();
@@ -19545,17 +19291,17 @@ public final void rule__ModeInstance__Group_4_1_1_2__0() throws RecognitionExcep
// $ANTLR start "rule__ModeInstance__Group_4_1_1_2__0__Impl"
- // InternalInstance.g:7236:1: rule__ModeInstance__Group_4_1_1_2__0__Impl : ( ',' ) ;
+ // InternalInstance.g:7152:1: rule__ModeInstance__Group_4_1_1_2__0__Impl : ( ',' ) ;
public final void rule__ModeInstance__Group_4_1_1_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7240:1: ( ( ',' ) )
- // InternalInstance.g:7241:1: ( ',' )
+ // InternalInstance.g:7156:1: ( ( ',' ) )
+ // InternalInstance.g:7157:1: ( ',' )
{
- // InternalInstance.g:7241:1: ( ',' )
- // InternalInstance.g:7242:1: ','
+ // InternalInstance.g:7157:1: ( ',' )
+ // InternalInstance.g:7158:1: ','
{
before(grammarAccess.getModeInstanceAccess().getCommaKeyword_4_1_1_2_0());
match(input,57,FOLLOW_2);
@@ -19582,14 +19328,14 @@ public final void rule__ModeInstance__Group_4_1_1_2__0__Impl() throws Recognitio
// $ANTLR start "rule__ModeInstance__Group_4_1_1_2__1"
- // InternalInstance.g:7255:1: rule__ModeInstance__Group_4_1_1_2__1 : rule__ModeInstance__Group_4_1_1_2__1__Impl ;
+ // InternalInstance.g:7171:1: rule__ModeInstance__Group_4_1_1_2__1 : rule__ModeInstance__Group_4_1_1_2__1__Impl ;
public final void rule__ModeInstance__Group_4_1_1_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7259:1: ( rule__ModeInstance__Group_4_1_1_2__1__Impl )
- // InternalInstance.g:7260:2: rule__ModeInstance__Group_4_1_1_2__1__Impl
+ // InternalInstance.g:7175:1: ( rule__ModeInstance__Group_4_1_1_2__1__Impl )
+ // InternalInstance.g:7176:2: rule__ModeInstance__Group_4_1_1_2__1__Impl
{
pushFollow(FOLLOW_2);
rule__ModeInstance__Group_4_1_1_2__1__Impl();
@@ -19615,21 +19361,21 @@ public final void rule__ModeInstance__Group_4_1_1_2__1() throws RecognitionExcep
// $ANTLR start "rule__ModeInstance__Group_4_1_1_2__1__Impl"
- // InternalInstance.g:7266:1: rule__ModeInstance__Group_4_1_1_2__1__Impl : ( ( rule__ModeInstance__ParentAssignment_4_1_1_2_1 ) ) ;
+ // InternalInstance.g:7182:1: rule__ModeInstance__Group_4_1_1_2__1__Impl : ( ( rule__ModeInstance__ParentAssignment_4_1_1_2_1 ) ) ;
public final void rule__ModeInstance__Group_4_1_1_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7270:1: ( ( ( rule__ModeInstance__ParentAssignment_4_1_1_2_1 ) ) )
- // InternalInstance.g:7271:1: ( ( rule__ModeInstance__ParentAssignment_4_1_1_2_1 ) )
+ // InternalInstance.g:7186:1: ( ( ( rule__ModeInstance__ParentAssignment_4_1_1_2_1 ) ) )
+ // InternalInstance.g:7187:1: ( ( rule__ModeInstance__ParentAssignment_4_1_1_2_1 ) )
{
- // InternalInstance.g:7271:1: ( ( rule__ModeInstance__ParentAssignment_4_1_1_2_1 ) )
- // InternalInstance.g:7272:1: ( rule__ModeInstance__ParentAssignment_4_1_1_2_1 )
+ // InternalInstance.g:7187:1: ( ( rule__ModeInstance__ParentAssignment_4_1_1_2_1 ) )
+ // InternalInstance.g:7188:1: ( rule__ModeInstance__ParentAssignment_4_1_1_2_1 )
{
before(grammarAccess.getModeInstanceAccess().getParentAssignment_4_1_1_2_1());
- // InternalInstance.g:7273:1: ( rule__ModeInstance__ParentAssignment_4_1_1_2_1 )
- // InternalInstance.g:7273:2: rule__ModeInstance__ParentAssignment_4_1_1_2_1
+ // InternalInstance.g:7189:1: ( rule__ModeInstance__ParentAssignment_4_1_1_2_1 )
+ // InternalInstance.g:7189:2: rule__ModeInstance__ParentAssignment_4_1_1_2_1
{
pushFollow(FOLLOW_2);
rule__ModeInstance__ParentAssignment_4_1_1_2_1();
@@ -19662,14 +19408,14 @@ public final void rule__ModeInstance__Group_4_1_1_2__1__Impl() throws Recognitio
// $ANTLR start "rule__ModeInstance__Group_7__0"
- // InternalInstance.g:7287:1: rule__ModeInstance__Group_7__0 : rule__ModeInstance__Group_7__0__Impl rule__ModeInstance__Group_7__1 ;
+ // InternalInstance.g:7203:1: rule__ModeInstance__Group_7__0 : rule__ModeInstance__Group_7__0__Impl rule__ModeInstance__Group_7__1 ;
public final void rule__ModeInstance__Group_7__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7291:1: ( rule__ModeInstance__Group_7__0__Impl rule__ModeInstance__Group_7__1 )
- // InternalInstance.g:7292:2: rule__ModeInstance__Group_7__0__Impl rule__ModeInstance__Group_7__1
+ // InternalInstance.g:7207:1: ( rule__ModeInstance__Group_7__0__Impl rule__ModeInstance__Group_7__1 )
+ // InternalInstance.g:7208:2: rule__ModeInstance__Group_7__0__Impl rule__ModeInstance__Group_7__1
{
pushFollow(FOLLOW_34);
rule__ModeInstance__Group_7__0__Impl();
@@ -19700,17 +19446,17 @@ public final void rule__ModeInstance__Group_7__0() throws RecognitionException {
// $ANTLR start "rule__ModeInstance__Group_7__0__Impl"
- // InternalInstance.g:7299:1: rule__ModeInstance__Group_7__0__Impl : ( '{' ) ;
+ // InternalInstance.g:7215:1: rule__ModeInstance__Group_7__0__Impl : ( '{' ) ;
public final void rule__ModeInstance__Group_7__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7303:1: ( ( '{' ) )
- // InternalInstance.g:7304:1: ( '{' )
+ // InternalInstance.g:7219:1: ( ( '{' ) )
+ // InternalInstance.g:7220:1: ( '{' )
{
- // InternalInstance.g:7304:1: ( '{' )
- // InternalInstance.g:7305:1: '{'
+ // InternalInstance.g:7220:1: ( '{' )
+ // InternalInstance.g:7221:1: '{'
{
before(grammarAccess.getModeInstanceAccess().getLeftCurlyBracketKeyword_7_0());
match(input,50,FOLLOW_2);
@@ -19737,14 +19483,14 @@ public final void rule__ModeInstance__Group_7__0__Impl() throws RecognitionExcep
// $ANTLR start "rule__ModeInstance__Group_7__1"
- // InternalInstance.g:7318:1: rule__ModeInstance__Group_7__1 : rule__ModeInstance__Group_7__1__Impl rule__ModeInstance__Group_7__2 ;
+ // InternalInstance.g:7234:1: rule__ModeInstance__Group_7__1 : rule__ModeInstance__Group_7__1__Impl rule__ModeInstance__Group_7__2 ;
public final void rule__ModeInstance__Group_7__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7322:1: ( rule__ModeInstance__Group_7__1__Impl rule__ModeInstance__Group_7__2 )
- // InternalInstance.g:7323:2: rule__ModeInstance__Group_7__1__Impl rule__ModeInstance__Group_7__2
+ // InternalInstance.g:7238:1: ( rule__ModeInstance__Group_7__1__Impl rule__ModeInstance__Group_7__2 )
+ // InternalInstance.g:7239:2: rule__ModeInstance__Group_7__1__Impl rule__ModeInstance__Group_7__2
{
pushFollow(FOLLOW_24);
rule__ModeInstance__Group_7__1__Impl();
@@ -19775,21 +19521,21 @@ public final void rule__ModeInstance__Group_7__1() throws RecognitionException {
// $ANTLR start "rule__ModeInstance__Group_7__1__Impl"
- // InternalInstance.g:7330:1: rule__ModeInstance__Group_7__1__Impl : ( ( rule__ModeInstance__OwnedPropertyAssociationAssignment_7_1 ) ) ;
+ // InternalInstance.g:7246:1: rule__ModeInstance__Group_7__1__Impl : ( ( rule__ModeInstance__OwnedPropertyAssociationAssignment_7_1 ) ) ;
public final void rule__ModeInstance__Group_7__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7334:1: ( ( ( rule__ModeInstance__OwnedPropertyAssociationAssignment_7_1 ) ) )
- // InternalInstance.g:7335:1: ( ( rule__ModeInstance__OwnedPropertyAssociationAssignment_7_1 ) )
+ // InternalInstance.g:7250:1: ( ( ( rule__ModeInstance__OwnedPropertyAssociationAssignment_7_1 ) ) )
+ // InternalInstance.g:7251:1: ( ( rule__ModeInstance__OwnedPropertyAssociationAssignment_7_1 ) )
{
- // InternalInstance.g:7335:1: ( ( rule__ModeInstance__OwnedPropertyAssociationAssignment_7_1 ) )
- // InternalInstance.g:7336:1: ( rule__ModeInstance__OwnedPropertyAssociationAssignment_7_1 )
+ // InternalInstance.g:7251:1: ( ( rule__ModeInstance__OwnedPropertyAssociationAssignment_7_1 ) )
+ // InternalInstance.g:7252:1: ( rule__ModeInstance__OwnedPropertyAssociationAssignment_7_1 )
{
before(grammarAccess.getModeInstanceAccess().getOwnedPropertyAssociationAssignment_7_1());
- // InternalInstance.g:7337:1: ( rule__ModeInstance__OwnedPropertyAssociationAssignment_7_1 )
- // InternalInstance.g:7337:2: rule__ModeInstance__OwnedPropertyAssociationAssignment_7_1
+ // InternalInstance.g:7253:1: ( rule__ModeInstance__OwnedPropertyAssociationAssignment_7_1 )
+ // InternalInstance.g:7253:2: rule__ModeInstance__OwnedPropertyAssociationAssignment_7_1
{
pushFollow(FOLLOW_2);
rule__ModeInstance__OwnedPropertyAssociationAssignment_7_1();
@@ -19822,14 +19568,14 @@ public final void rule__ModeInstance__Group_7__1__Impl() throws RecognitionExcep
// $ANTLR start "rule__ModeInstance__Group_7__2"
- // InternalInstance.g:7347:1: rule__ModeInstance__Group_7__2 : rule__ModeInstance__Group_7__2__Impl ;
+ // InternalInstance.g:7263:1: rule__ModeInstance__Group_7__2 : rule__ModeInstance__Group_7__2__Impl ;
public final void rule__ModeInstance__Group_7__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7351:1: ( rule__ModeInstance__Group_7__2__Impl )
- // InternalInstance.g:7352:2: rule__ModeInstance__Group_7__2__Impl
+ // InternalInstance.g:7267:1: ( rule__ModeInstance__Group_7__2__Impl )
+ // InternalInstance.g:7268:2: rule__ModeInstance__Group_7__2__Impl
{
pushFollow(FOLLOW_2);
rule__ModeInstance__Group_7__2__Impl();
@@ -19855,17 +19601,17 @@ public final void rule__ModeInstance__Group_7__2() throws RecognitionException {
// $ANTLR start "rule__ModeInstance__Group_7__2__Impl"
- // InternalInstance.g:7358:1: rule__ModeInstance__Group_7__2__Impl : ( '}' ) ;
+ // InternalInstance.g:7274:1: rule__ModeInstance__Group_7__2__Impl : ( '}' ) ;
public final void rule__ModeInstance__Group_7__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7362:1: ( ( '}' ) )
- // InternalInstance.g:7363:1: ( '}' )
+ // InternalInstance.g:7278:1: ( ( '}' ) )
+ // InternalInstance.g:7279:1: ( '}' )
{
- // InternalInstance.g:7363:1: ( '}' )
- // InternalInstance.g:7364:1: '}'
+ // InternalInstance.g:7279:1: ( '}' )
+ // InternalInstance.g:7280:1: '}'
{
before(grammarAccess.getModeInstanceAccess().getRightCurlyBracketKeyword_7_2());
match(input,51,FOLLOW_2);
@@ -19892,14 +19638,14 @@ public final void rule__ModeInstance__Group_7__2__Impl() throws RecognitionExcep
// $ANTLR start "rule__ModeTransitionInstance__Group__0"
- // InternalInstance.g:7383:1: rule__ModeTransitionInstance__Group__0 : rule__ModeTransitionInstance__Group__0__Impl rule__ModeTransitionInstance__Group__1 ;
+ // InternalInstance.g:7299:1: rule__ModeTransitionInstance__Group__0 : rule__ModeTransitionInstance__Group__0__Impl rule__ModeTransitionInstance__Group__1 ;
public final void rule__ModeTransitionInstance__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7387:1: ( rule__ModeTransitionInstance__Group__0__Impl rule__ModeTransitionInstance__Group__1 )
- // InternalInstance.g:7388:2: rule__ModeTransitionInstance__Group__0__Impl rule__ModeTransitionInstance__Group__1
+ // InternalInstance.g:7303:1: ( rule__ModeTransitionInstance__Group__0__Impl rule__ModeTransitionInstance__Group__1 )
+ // InternalInstance.g:7304:2: rule__ModeTransitionInstance__Group__0__Impl rule__ModeTransitionInstance__Group__1
{
pushFollow(FOLLOW_27);
rule__ModeTransitionInstance__Group__0__Impl();
@@ -19930,17 +19676,17 @@ public final void rule__ModeTransitionInstance__Group__0() throws RecognitionExc
// $ANTLR start "rule__ModeTransitionInstance__Group__0__Impl"
- // InternalInstance.g:7395:1: rule__ModeTransitionInstance__Group__0__Impl : ( 'mode' ) ;
+ // InternalInstance.g:7311:1: rule__ModeTransitionInstance__Group__0__Impl : ( 'mode' ) ;
public final void rule__ModeTransitionInstance__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7399:1: ( ( 'mode' ) )
- // InternalInstance.g:7400:1: ( 'mode' )
+ // InternalInstance.g:7315:1: ( ( 'mode' ) )
+ // InternalInstance.g:7316:1: ( 'mode' )
{
- // InternalInstance.g:7400:1: ( 'mode' )
- // InternalInstance.g:7401:1: 'mode'
+ // InternalInstance.g:7316:1: ( 'mode' )
+ // InternalInstance.g:7317:1: 'mode'
{
before(grammarAccess.getModeTransitionInstanceAccess().getModeKeyword_0());
match(input,62,FOLLOW_2);
@@ -19967,14 +19713,14 @@ public final void rule__ModeTransitionInstance__Group__0__Impl() throws Recognit
// $ANTLR start "rule__ModeTransitionInstance__Group__1"
- // InternalInstance.g:7414:1: rule__ModeTransitionInstance__Group__1 : rule__ModeTransitionInstance__Group__1__Impl rule__ModeTransitionInstance__Group__2 ;
+ // InternalInstance.g:7330:1: rule__ModeTransitionInstance__Group__1 : rule__ModeTransitionInstance__Group__1__Impl rule__ModeTransitionInstance__Group__2 ;
public final void rule__ModeTransitionInstance__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7418:1: ( rule__ModeTransitionInstance__Group__1__Impl rule__ModeTransitionInstance__Group__2 )
- // InternalInstance.g:7419:2: rule__ModeTransitionInstance__Group__1__Impl rule__ModeTransitionInstance__Group__2
+ // InternalInstance.g:7334:1: ( rule__ModeTransitionInstance__Group__1__Impl rule__ModeTransitionInstance__Group__2 )
+ // InternalInstance.g:7335:2: rule__ModeTransitionInstance__Group__1__Impl rule__ModeTransitionInstance__Group__2
{
pushFollow(FOLLOW_3);
rule__ModeTransitionInstance__Group__1__Impl();
@@ -20005,17 +19751,17 @@ public final void rule__ModeTransitionInstance__Group__1() throws RecognitionExc
// $ANTLR start "rule__ModeTransitionInstance__Group__1__Impl"
- // InternalInstance.g:7426:1: rule__ModeTransitionInstance__Group__1__Impl : ( 'transition' ) ;
+ // InternalInstance.g:7342:1: rule__ModeTransitionInstance__Group__1__Impl : ( 'transition' ) ;
public final void rule__ModeTransitionInstance__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7430:1: ( ( 'transition' ) )
- // InternalInstance.g:7431:1: ( 'transition' )
+ // InternalInstance.g:7346:1: ( ( 'transition' ) )
+ // InternalInstance.g:7347:1: ( 'transition' )
{
- // InternalInstance.g:7431:1: ( 'transition' )
- // InternalInstance.g:7432:1: 'transition'
+ // InternalInstance.g:7347:1: ( 'transition' )
+ // InternalInstance.g:7348:1: 'transition'
{
before(grammarAccess.getModeTransitionInstanceAccess().getTransitionKeyword_1());
match(input,64,FOLLOW_2);
@@ -20042,14 +19788,14 @@ public final void rule__ModeTransitionInstance__Group__1__Impl() throws Recognit
// $ANTLR start "rule__ModeTransitionInstance__Group__2"
- // InternalInstance.g:7445:1: rule__ModeTransitionInstance__Group__2 : rule__ModeTransitionInstance__Group__2__Impl rule__ModeTransitionInstance__Group__3 ;
+ // InternalInstance.g:7361:1: rule__ModeTransitionInstance__Group__2 : rule__ModeTransitionInstance__Group__2__Impl rule__ModeTransitionInstance__Group__3 ;
public final void rule__ModeTransitionInstance__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7449:1: ( rule__ModeTransitionInstance__Group__2__Impl rule__ModeTransitionInstance__Group__3 )
- // InternalInstance.g:7450:2: rule__ModeTransitionInstance__Group__2__Impl rule__ModeTransitionInstance__Group__3
+ // InternalInstance.g:7365:1: ( rule__ModeTransitionInstance__Group__2__Impl rule__ModeTransitionInstance__Group__3 )
+ // InternalInstance.g:7366:2: rule__ModeTransitionInstance__Group__2__Impl rule__ModeTransitionInstance__Group__3
{
pushFollow(FOLLOW_3);
rule__ModeTransitionInstance__Group__2__Impl();
@@ -20080,21 +19826,21 @@ public final void rule__ModeTransitionInstance__Group__2() throws RecognitionExc
// $ANTLR start "rule__ModeTransitionInstance__Group__2__Impl"
- // InternalInstance.g:7457:1: rule__ModeTransitionInstance__Group__2__Impl : ( ( rule__ModeTransitionInstance__NameAssignment_2 ) ) ;
+ // InternalInstance.g:7373:1: rule__ModeTransitionInstance__Group__2__Impl : ( ( rule__ModeTransitionInstance__NameAssignment_2 ) ) ;
public final void rule__ModeTransitionInstance__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7461:1: ( ( ( rule__ModeTransitionInstance__NameAssignment_2 ) ) )
- // InternalInstance.g:7462:1: ( ( rule__ModeTransitionInstance__NameAssignment_2 ) )
+ // InternalInstance.g:7377:1: ( ( ( rule__ModeTransitionInstance__NameAssignment_2 ) ) )
+ // InternalInstance.g:7378:1: ( ( rule__ModeTransitionInstance__NameAssignment_2 ) )
{
- // InternalInstance.g:7462:1: ( ( rule__ModeTransitionInstance__NameAssignment_2 ) )
- // InternalInstance.g:7463:1: ( rule__ModeTransitionInstance__NameAssignment_2 )
+ // InternalInstance.g:7378:1: ( ( rule__ModeTransitionInstance__NameAssignment_2 ) )
+ // InternalInstance.g:7379:1: ( rule__ModeTransitionInstance__NameAssignment_2 )
{
before(grammarAccess.getModeTransitionInstanceAccess().getNameAssignment_2());
- // InternalInstance.g:7464:1: ( rule__ModeTransitionInstance__NameAssignment_2 )
- // InternalInstance.g:7464:2: rule__ModeTransitionInstance__NameAssignment_2
+ // InternalInstance.g:7380:1: ( rule__ModeTransitionInstance__NameAssignment_2 )
+ // InternalInstance.g:7380:2: rule__ModeTransitionInstance__NameAssignment_2
{
pushFollow(FOLLOW_2);
rule__ModeTransitionInstance__NameAssignment_2();
@@ -20127,14 +19873,14 @@ public final void rule__ModeTransitionInstance__Group__2__Impl() throws Recognit
// $ANTLR start "rule__ModeTransitionInstance__Group__3"
- // InternalInstance.g:7474:1: rule__ModeTransitionInstance__Group__3 : rule__ModeTransitionInstance__Group__3__Impl rule__ModeTransitionInstance__Group__4 ;
+ // InternalInstance.g:7390:1: rule__ModeTransitionInstance__Group__3 : rule__ModeTransitionInstance__Group__3__Impl rule__ModeTransitionInstance__Group__4 ;
public final void rule__ModeTransitionInstance__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7478:1: ( rule__ModeTransitionInstance__Group__3__Impl rule__ModeTransitionInstance__Group__4 )
- // InternalInstance.g:7479:2: rule__ModeTransitionInstance__Group__3__Impl rule__ModeTransitionInstance__Group__4
+ // InternalInstance.g:7394:1: ( rule__ModeTransitionInstance__Group__3__Impl rule__ModeTransitionInstance__Group__4 )
+ // InternalInstance.g:7395:2: rule__ModeTransitionInstance__Group__3__Impl rule__ModeTransitionInstance__Group__4
{
pushFollow(FOLLOW_45);
rule__ModeTransitionInstance__Group__3__Impl();
@@ -20165,21 +19911,21 @@ public final void rule__ModeTransitionInstance__Group__3() throws RecognitionExc
// $ANTLR start "rule__ModeTransitionInstance__Group__3__Impl"
- // InternalInstance.g:7486:1: rule__ModeTransitionInstance__Group__3__Impl : ( ( rule__ModeTransitionInstance__SourceAssignment_3 ) ) ;
+ // InternalInstance.g:7402:1: rule__ModeTransitionInstance__Group__3__Impl : ( ( rule__ModeTransitionInstance__SourceAssignment_3 ) ) ;
public final void rule__ModeTransitionInstance__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7490:1: ( ( ( rule__ModeTransitionInstance__SourceAssignment_3 ) ) )
- // InternalInstance.g:7491:1: ( ( rule__ModeTransitionInstance__SourceAssignment_3 ) )
+ // InternalInstance.g:7406:1: ( ( ( rule__ModeTransitionInstance__SourceAssignment_3 ) ) )
+ // InternalInstance.g:7407:1: ( ( rule__ModeTransitionInstance__SourceAssignment_3 ) )
{
- // InternalInstance.g:7491:1: ( ( rule__ModeTransitionInstance__SourceAssignment_3 ) )
- // InternalInstance.g:7492:1: ( rule__ModeTransitionInstance__SourceAssignment_3 )
+ // InternalInstance.g:7407:1: ( ( rule__ModeTransitionInstance__SourceAssignment_3 ) )
+ // InternalInstance.g:7408:1: ( rule__ModeTransitionInstance__SourceAssignment_3 )
{
before(grammarAccess.getModeTransitionInstanceAccess().getSourceAssignment_3());
- // InternalInstance.g:7493:1: ( rule__ModeTransitionInstance__SourceAssignment_3 )
- // InternalInstance.g:7493:2: rule__ModeTransitionInstance__SourceAssignment_3
+ // InternalInstance.g:7409:1: ( rule__ModeTransitionInstance__SourceAssignment_3 )
+ // InternalInstance.g:7409:2: rule__ModeTransitionInstance__SourceAssignment_3
{
pushFollow(FOLLOW_2);
rule__ModeTransitionInstance__SourceAssignment_3();
@@ -20212,14 +19958,14 @@ public final void rule__ModeTransitionInstance__Group__3__Impl() throws Recognit
// $ANTLR start "rule__ModeTransitionInstance__Group__4"
- // InternalInstance.g:7503:1: rule__ModeTransitionInstance__Group__4 : rule__ModeTransitionInstance__Group__4__Impl rule__ModeTransitionInstance__Group__5 ;
+ // InternalInstance.g:7419:1: rule__ModeTransitionInstance__Group__4 : rule__ModeTransitionInstance__Group__4__Impl rule__ModeTransitionInstance__Group__5 ;
public final void rule__ModeTransitionInstance__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7507:1: ( rule__ModeTransitionInstance__Group__4__Impl rule__ModeTransitionInstance__Group__5 )
- // InternalInstance.g:7508:2: rule__ModeTransitionInstance__Group__4__Impl rule__ModeTransitionInstance__Group__5
+ // InternalInstance.g:7423:1: ( rule__ModeTransitionInstance__Group__4__Impl rule__ModeTransitionInstance__Group__5 )
+ // InternalInstance.g:7424:2: rule__ModeTransitionInstance__Group__4__Impl rule__ModeTransitionInstance__Group__5
{
pushFollow(FOLLOW_46);
rule__ModeTransitionInstance__Group__4__Impl();
@@ -20250,17 +19996,17 @@ public final void rule__ModeTransitionInstance__Group__4() throws RecognitionExc
// $ANTLR start "rule__ModeTransitionInstance__Group__4__Impl"
- // InternalInstance.g:7515:1: rule__ModeTransitionInstance__Group__4__Impl : ( '-[' ) ;
+ // InternalInstance.g:7431:1: rule__ModeTransitionInstance__Group__4__Impl : ( '-[' ) ;
public final void rule__ModeTransitionInstance__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7519:1: ( ( '-[' ) )
- // InternalInstance.g:7520:1: ( '-[' )
+ // InternalInstance.g:7435:1: ( ( '-[' ) )
+ // InternalInstance.g:7436:1: ( '-[' )
{
- // InternalInstance.g:7520:1: ( '-[' )
- // InternalInstance.g:7521:1: '-['
+ // InternalInstance.g:7436:1: ( '-[' )
+ // InternalInstance.g:7437:1: '-['
{
before(grammarAccess.getModeTransitionInstanceAccess().getHyphenMinusLeftSquareBracketKeyword_4());
match(input,65,FOLLOW_2);
@@ -20287,14 +20033,14 @@ public final void rule__ModeTransitionInstance__Group__4__Impl() throws Recognit
// $ANTLR start "rule__ModeTransitionInstance__Group__5"
- // InternalInstance.g:7534:1: rule__ModeTransitionInstance__Group__5 : rule__ModeTransitionInstance__Group__5__Impl rule__ModeTransitionInstance__Group__6 ;
+ // InternalInstance.g:7450:1: rule__ModeTransitionInstance__Group__5 : rule__ModeTransitionInstance__Group__5__Impl rule__ModeTransitionInstance__Group__6 ;
public final void rule__ModeTransitionInstance__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7538:1: ( rule__ModeTransitionInstance__Group__5__Impl rule__ModeTransitionInstance__Group__6 )
- // InternalInstance.g:7539:2: rule__ModeTransitionInstance__Group__5__Impl rule__ModeTransitionInstance__Group__6
+ // InternalInstance.g:7454:1: ( rule__ModeTransitionInstance__Group__5__Impl rule__ModeTransitionInstance__Group__6 )
+ // InternalInstance.g:7455:2: rule__ModeTransitionInstance__Group__5__Impl rule__ModeTransitionInstance__Group__6
{
pushFollow(FOLLOW_46);
rule__ModeTransitionInstance__Group__5__Impl();
@@ -20325,20 +20071,20 @@ public final void rule__ModeTransitionInstance__Group__5() throws RecognitionExc
// $ANTLR start "rule__ModeTransitionInstance__Group__5__Impl"
- // InternalInstance.g:7546:1: rule__ModeTransitionInstance__Group__5__Impl : ( ( rule__ModeTransitionInstance__Group_5__0 )? ) ;
+ // InternalInstance.g:7462:1: rule__ModeTransitionInstance__Group__5__Impl : ( ( rule__ModeTransitionInstance__Group_5__0 )? ) ;
public final void rule__ModeTransitionInstance__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7550:1: ( ( ( rule__ModeTransitionInstance__Group_5__0 )? ) )
- // InternalInstance.g:7551:1: ( ( rule__ModeTransitionInstance__Group_5__0 )? )
+ // InternalInstance.g:7466:1: ( ( ( rule__ModeTransitionInstance__Group_5__0 )? ) )
+ // InternalInstance.g:7467:1: ( ( rule__ModeTransitionInstance__Group_5__0 )? )
{
- // InternalInstance.g:7551:1: ( ( rule__ModeTransitionInstance__Group_5__0 )? )
- // InternalInstance.g:7552:1: ( rule__ModeTransitionInstance__Group_5__0 )?
+ // InternalInstance.g:7467:1: ( ( rule__ModeTransitionInstance__Group_5__0 )? )
+ // InternalInstance.g:7468:1: ( rule__ModeTransitionInstance__Group_5__0 )?
{
before(grammarAccess.getModeTransitionInstanceAccess().getGroup_5());
- // InternalInstance.g:7553:1: ( rule__ModeTransitionInstance__Group_5__0 )?
+ // InternalInstance.g:7469:1: ( rule__ModeTransitionInstance__Group_5__0 )?
int alt57=2;
int LA57_0 = input.LA(1);
@@ -20347,7 +20093,7 @@ public final void rule__ModeTransitionInstance__Group__5__Impl() throws Recognit
}
switch (alt57) {
case 1 :
- // InternalInstance.g:7553:2: rule__ModeTransitionInstance__Group_5__0
+ // InternalInstance.g:7469:2: rule__ModeTransitionInstance__Group_5__0
{
pushFollow(FOLLOW_2);
rule__ModeTransitionInstance__Group_5__0();
@@ -20383,14 +20129,14 @@ public final void rule__ModeTransitionInstance__Group__5__Impl() throws Recognit
// $ANTLR start "rule__ModeTransitionInstance__Group__6"
- // InternalInstance.g:7563:1: rule__ModeTransitionInstance__Group__6 : rule__ModeTransitionInstance__Group__6__Impl rule__ModeTransitionInstance__Group__7 ;
+ // InternalInstance.g:7479:1: rule__ModeTransitionInstance__Group__6 : rule__ModeTransitionInstance__Group__6__Impl rule__ModeTransitionInstance__Group__7 ;
public final void rule__ModeTransitionInstance__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7567:1: ( rule__ModeTransitionInstance__Group__6__Impl rule__ModeTransitionInstance__Group__7 )
- // InternalInstance.g:7568:2: rule__ModeTransitionInstance__Group__6__Impl rule__ModeTransitionInstance__Group__7
+ // InternalInstance.g:7483:1: ( rule__ModeTransitionInstance__Group__6__Impl rule__ModeTransitionInstance__Group__7 )
+ // InternalInstance.g:7484:2: rule__ModeTransitionInstance__Group__6__Impl rule__ModeTransitionInstance__Group__7
{
pushFollow(FOLLOW_3);
rule__ModeTransitionInstance__Group__6__Impl();
@@ -20421,17 +20167,17 @@ public final void rule__ModeTransitionInstance__Group__6() throws RecognitionExc
// $ANTLR start "rule__ModeTransitionInstance__Group__6__Impl"
- // InternalInstance.g:7575:1: rule__ModeTransitionInstance__Group__6__Impl : ( ']->' ) ;
+ // InternalInstance.g:7491:1: rule__ModeTransitionInstance__Group__6__Impl : ( ']->' ) ;
public final void rule__ModeTransitionInstance__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7579:1: ( ( ']->' ) )
- // InternalInstance.g:7580:1: ( ']->' )
+ // InternalInstance.g:7495:1: ( ( ']->' ) )
+ // InternalInstance.g:7496:1: ( ']->' )
{
- // InternalInstance.g:7580:1: ( ']->' )
- // InternalInstance.g:7581:1: ']->'
+ // InternalInstance.g:7496:1: ( ']->' )
+ // InternalInstance.g:7497:1: ']->'
{
before(grammarAccess.getModeTransitionInstanceAccess().getRightSquareBracketHyphenMinusGreaterThanSignKeyword_6());
match(input,66,FOLLOW_2);
@@ -20458,14 +20204,14 @@ public final void rule__ModeTransitionInstance__Group__6__Impl() throws Recognit
// $ANTLR start "rule__ModeTransitionInstance__Group__7"
- // InternalInstance.g:7594:1: rule__ModeTransitionInstance__Group__7 : rule__ModeTransitionInstance__Group__7__Impl rule__ModeTransitionInstance__Group__8 ;
+ // InternalInstance.g:7510:1: rule__ModeTransitionInstance__Group__7 : rule__ModeTransitionInstance__Group__7__Impl rule__ModeTransitionInstance__Group__8 ;
public final void rule__ModeTransitionInstance__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7598:1: ( rule__ModeTransitionInstance__Group__7__Impl rule__ModeTransitionInstance__Group__8 )
- // InternalInstance.g:7599:2: rule__ModeTransitionInstance__Group__7__Impl rule__ModeTransitionInstance__Group__8
+ // InternalInstance.g:7514:1: ( rule__ModeTransitionInstance__Group__7__Impl rule__ModeTransitionInstance__Group__8 )
+ // InternalInstance.g:7515:2: rule__ModeTransitionInstance__Group__7__Impl rule__ModeTransitionInstance__Group__8
{
pushFollow(FOLLOW_4);
rule__ModeTransitionInstance__Group__7__Impl();
@@ -20496,21 +20242,21 @@ public final void rule__ModeTransitionInstance__Group__7() throws RecognitionExc
// $ANTLR start "rule__ModeTransitionInstance__Group__7__Impl"
- // InternalInstance.g:7606:1: rule__ModeTransitionInstance__Group__7__Impl : ( ( rule__ModeTransitionInstance__DestinationAssignment_7 ) ) ;
+ // InternalInstance.g:7522:1: rule__ModeTransitionInstance__Group__7__Impl : ( ( rule__ModeTransitionInstance__DestinationAssignment_7 ) ) ;
public final void rule__ModeTransitionInstance__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7610:1: ( ( ( rule__ModeTransitionInstance__DestinationAssignment_7 ) ) )
- // InternalInstance.g:7611:1: ( ( rule__ModeTransitionInstance__DestinationAssignment_7 ) )
+ // InternalInstance.g:7526:1: ( ( ( rule__ModeTransitionInstance__DestinationAssignment_7 ) ) )
+ // InternalInstance.g:7527:1: ( ( rule__ModeTransitionInstance__DestinationAssignment_7 ) )
{
- // InternalInstance.g:7611:1: ( ( rule__ModeTransitionInstance__DestinationAssignment_7 ) )
- // InternalInstance.g:7612:1: ( rule__ModeTransitionInstance__DestinationAssignment_7 )
+ // InternalInstance.g:7527:1: ( ( rule__ModeTransitionInstance__DestinationAssignment_7 ) )
+ // InternalInstance.g:7528:1: ( rule__ModeTransitionInstance__DestinationAssignment_7 )
{
before(grammarAccess.getModeTransitionInstanceAccess().getDestinationAssignment_7());
- // InternalInstance.g:7613:1: ( rule__ModeTransitionInstance__DestinationAssignment_7 )
- // InternalInstance.g:7613:2: rule__ModeTransitionInstance__DestinationAssignment_7
+ // InternalInstance.g:7529:1: ( rule__ModeTransitionInstance__DestinationAssignment_7 )
+ // InternalInstance.g:7529:2: rule__ModeTransitionInstance__DestinationAssignment_7
{
pushFollow(FOLLOW_2);
rule__ModeTransitionInstance__DestinationAssignment_7();
@@ -20543,14 +20289,14 @@ public final void rule__ModeTransitionInstance__Group__7__Impl() throws Recognit
// $ANTLR start "rule__ModeTransitionInstance__Group__8"
- // InternalInstance.g:7623:1: rule__ModeTransitionInstance__Group__8 : rule__ModeTransitionInstance__Group__8__Impl rule__ModeTransitionInstance__Group__9 ;
+ // InternalInstance.g:7539:1: rule__ModeTransitionInstance__Group__8 : rule__ModeTransitionInstance__Group__8__Impl rule__ModeTransitionInstance__Group__9 ;
public final void rule__ModeTransitionInstance__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7627:1: ( rule__ModeTransitionInstance__Group__8__Impl rule__ModeTransitionInstance__Group__9 )
- // InternalInstance.g:7628:2: rule__ModeTransitionInstance__Group__8__Impl rule__ModeTransitionInstance__Group__9
+ // InternalInstance.g:7543:1: ( rule__ModeTransitionInstance__Group__8__Impl rule__ModeTransitionInstance__Group__9 )
+ // InternalInstance.g:7544:2: rule__ModeTransitionInstance__Group__8__Impl rule__ModeTransitionInstance__Group__9
{
pushFollow(FOLLOW_3);
rule__ModeTransitionInstance__Group__8__Impl();
@@ -20581,17 +20327,17 @@ public final void rule__ModeTransitionInstance__Group__8() throws RecognitionExc
// $ANTLR start "rule__ModeTransitionInstance__Group__8__Impl"
- // InternalInstance.g:7635:1: rule__ModeTransitionInstance__Group__8__Impl : ( ':' ) ;
+ // InternalInstance.g:7551:1: rule__ModeTransitionInstance__Group__8__Impl : ( ':' ) ;
public final void rule__ModeTransitionInstance__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7639:1: ( ( ':' ) )
- // InternalInstance.g:7640:1: ( ':' )
+ // InternalInstance.g:7555:1: ( ( ':' ) )
+ // InternalInstance.g:7556:1: ( ':' )
{
- // InternalInstance.g:7640:1: ( ':' )
- // InternalInstance.g:7641:1: ':'
+ // InternalInstance.g:7556:1: ( ':' )
+ // InternalInstance.g:7557:1: ':'
{
before(grammarAccess.getModeTransitionInstanceAccess().getColonKeyword_8());
match(input,49,FOLLOW_2);
@@ -20618,14 +20364,14 @@ public final void rule__ModeTransitionInstance__Group__8__Impl() throws Recognit
// $ANTLR start "rule__ModeTransitionInstance__Group__9"
- // InternalInstance.g:7654:1: rule__ModeTransitionInstance__Group__9 : rule__ModeTransitionInstance__Group__9__Impl rule__ModeTransitionInstance__Group__10 ;
+ // InternalInstance.g:7570:1: rule__ModeTransitionInstance__Group__9 : rule__ModeTransitionInstance__Group__9__Impl rule__ModeTransitionInstance__Group__10 ;
public final void rule__ModeTransitionInstance__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7658:1: ( rule__ModeTransitionInstance__Group__9__Impl rule__ModeTransitionInstance__Group__10 )
- // InternalInstance.g:7659:2: rule__ModeTransitionInstance__Group__9__Impl rule__ModeTransitionInstance__Group__10
+ // InternalInstance.g:7574:1: ( rule__ModeTransitionInstance__Group__9__Impl rule__ModeTransitionInstance__Group__10 )
+ // InternalInstance.g:7575:2: rule__ModeTransitionInstance__Group__9__Impl rule__ModeTransitionInstance__Group__10
{
pushFollow(FOLLOW_5);
rule__ModeTransitionInstance__Group__9__Impl();
@@ -20656,21 +20402,21 @@ public final void rule__ModeTransitionInstance__Group__9() throws RecognitionExc
// $ANTLR start "rule__ModeTransitionInstance__Group__9__Impl"
- // InternalInstance.g:7666:1: rule__ModeTransitionInstance__Group__9__Impl : ( ( rule__ModeTransitionInstance__ModeTransitionAssignment_9 ) ) ;
+ // InternalInstance.g:7582:1: rule__ModeTransitionInstance__Group__9__Impl : ( ( rule__ModeTransitionInstance__ModeTransitionAssignment_9 ) ) ;
public final void rule__ModeTransitionInstance__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7670:1: ( ( ( rule__ModeTransitionInstance__ModeTransitionAssignment_9 ) ) )
- // InternalInstance.g:7671:1: ( ( rule__ModeTransitionInstance__ModeTransitionAssignment_9 ) )
+ // InternalInstance.g:7586:1: ( ( ( rule__ModeTransitionInstance__ModeTransitionAssignment_9 ) ) )
+ // InternalInstance.g:7587:1: ( ( rule__ModeTransitionInstance__ModeTransitionAssignment_9 ) )
{
- // InternalInstance.g:7671:1: ( ( rule__ModeTransitionInstance__ModeTransitionAssignment_9 ) )
- // InternalInstance.g:7672:1: ( rule__ModeTransitionInstance__ModeTransitionAssignment_9 )
+ // InternalInstance.g:7587:1: ( ( rule__ModeTransitionInstance__ModeTransitionAssignment_9 ) )
+ // InternalInstance.g:7588:1: ( rule__ModeTransitionInstance__ModeTransitionAssignment_9 )
{
before(grammarAccess.getModeTransitionInstanceAccess().getModeTransitionAssignment_9());
- // InternalInstance.g:7673:1: ( rule__ModeTransitionInstance__ModeTransitionAssignment_9 )
- // InternalInstance.g:7673:2: rule__ModeTransitionInstance__ModeTransitionAssignment_9
+ // InternalInstance.g:7589:1: ( rule__ModeTransitionInstance__ModeTransitionAssignment_9 )
+ // InternalInstance.g:7589:2: rule__ModeTransitionInstance__ModeTransitionAssignment_9
{
pushFollow(FOLLOW_2);
rule__ModeTransitionInstance__ModeTransitionAssignment_9();
@@ -20703,14 +20449,14 @@ public final void rule__ModeTransitionInstance__Group__9__Impl() throws Recognit
// $ANTLR start "rule__ModeTransitionInstance__Group__10"
- // InternalInstance.g:7683:1: rule__ModeTransitionInstance__Group__10 : rule__ModeTransitionInstance__Group__10__Impl ;
+ // InternalInstance.g:7599:1: rule__ModeTransitionInstance__Group__10 : rule__ModeTransitionInstance__Group__10__Impl ;
public final void rule__ModeTransitionInstance__Group__10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7687:1: ( rule__ModeTransitionInstance__Group__10__Impl )
- // InternalInstance.g:7688:2: rule__ModeTransitionInstance__Group__10__Impl
+ // InternalInstance.g:7603:1: ( rule__ModeTransitionInstance__Group__10__Impl )
+ // InternalInstance.g:7604:2: rule__ModeTransitionInstance__Group__10__Impl
{
pushFollow(FOLLOW_2);
rule__ModeTransitionInstance__Group__10__Impl();
@@ -20736,20 +20482,20 @@ public final void rule__ModeTransitionInstance__Group__10() throws RecognitionEx
// $ANTLR start "rule__ModeTransitionInstance__Group__10__Impl"
- // InternalInstance.g:7694:1: rule__ModeTransitionInstance__Group__10__Impl : ( ( rule__ModeTransitionInstance__Group_10__0 )? ) ;
+ // InternalInstance.g:7610:1: rule__ModeTransitionInstance__Group__10__Impl : ( ( rule__ModeTransitionInstance__Group_10__0 )? ) ;
public final void rule__ModeTransitionInstance__Group__10__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7698:1: ( ( ( rule__ModeTransitionInstance__Group_10__0 )? ) )
- // InternalInstance.g:7699:1: ( ( rule__ModeTransitionInstance__Group_10__0 )? )
+ // InternalInstance.g:7614:1: ( ( ( rule__ModeTransitionInstance__Group_10__0 )? ) )
+ // InternalInstance.g:7615:1: ( ( rule__ModeTransitionInstance__Group_10__0 )? )
{
- // InternalInstance.g:7699:1: ( ( rule__ModeTransitionInstance__Group_10__0 )? )
- // InternalInstance.g:7700:1: ( rule__ModeTransitionInstance__Group_10__0 )?
+ // InternalInstance.g:7615:1: ( ( rule__ModeTransitionInstance__Group_10__0 )? )
+ // InternalInstance.g:7616:1: ( rule__ModeTransitionInstance__Group_10__0 )?
{
before(grammarAccess.getModeTransitionInstanceAccess().getGroup_10());
- // InternalInstance.g:7701:1: ( rule__ModeTransitionInstance__Group_10__0 )?
+ // InternalInstance.g:7617:1: ( rule__ModeTransitionInstance__Group_10__0 )?
int alt58=2;
int LA58_0 = input.LA(1);
@@ -20758,7 +20504,7 @@ public final void rule__ModeTransitionInstance__Group__10__Impl() throws Recogni
}
switch (alt58) {
case 1 :
- // InternalInstance.g:7701:2: rule__ModeTransitionInstance__Group_10__0
+ // InternalInstance.g:7617:2: rule__ModeTransitionInstance__Group_10__0
{
pushFollow(FOLLOW_2);
rule__ModeTransitionInstance__Group_10__0();
@@ -20794,14 +20540,14 @@ public final void rule__ModeTransitionInstance__Group__10__Impl() throws Recogni
// $ANTLR start "rule__ModeTransitionInstance__Group_5__0"
- // InternalInstance.g:7733:1: rule__ModeTransitionInstance__Group_5__0 : rule__ModeTransitionInstance__Group_5__0__Impl rule__ModeTransitionInstance__Group_5__1 ;
+ // InternalInstance.g:7649:1: rule__ModeTransitionInstance__Group_5__0 : rule__ModeTransitionInstance__Group_5__0__Impl rule__ModeTransitionInstance__Group_5__1 ;
public final void rule__ModeTransitionInstance__Group_5__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7737:1: ( rule__ModeTransitionInstance__Group_5__0__Impl rule__ModeTransitionInstance__Group_5__1 )
- // InternalInstance.g:7738:2: rule__ModeTransitionInstance__Group_5__0__Impl rule__ModeTransitionInstance__Group_5__1
+ // InternalInstance.g:7653:1: ( rule__ModeTransitionInstance__Group_5__0__Impl rule__ModeTransitionInstance__Group_5__1 )
+ // InternalInstance.g:7654:2: rule__ModeTransitionInstance__Group_5__0__Impl rule__ModeTransitionInstance__Group_5__1
{
pushFollow(FOLLOW_43);
rule__ModeTransitionInstance__Group_5__0__Impl();
@@ -20832,21 +20578,21 @@ public final void rule__ModeTransitionInstance__Group_5__0() throws RecognitionE
// $ANTLR start "rule__ModeTransitionInstance__Group_5__0__Impl"
- // InternalInstance.g:7745:1: rule__ModeTransitionInstance__Group_5__0__Impl : ( ( rule__ModeTransitionInstance__TriggerAssignment_5_0 ) ) ;
+ // InternalInstance.g:7661:1: rule__ModeTransitionInstance__Group_5__0__Impl : ( ( rule__ModeTransitionInstance__TriggerAssignment_5_0 ) ) ;
public final void rule__ModeTransitionInstance__Group_5__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7749:1: ( ( ( rule__ModeTransitionInstance__TriggerAssignment_5_0 ) ) )
- // InternalInstance.g:7750:1: ( ( rule__ModeTransitionInstance__TriggerAssignment_5_0 ) )
+ // InternalInstance.g:7665:1: ( ( ( rule__ModeTransitionInstance__TriggerAssignment_5_0 ) ) )
+ // InternalInstance.g:7666:1: ( ( rule__ModeTransitionInstance__TriggerAssignment_5_0 ) )
{
- // InternalInstance.g:7750:1: ( ( rule__ModeTransitionInstance__TriggerAssignment_5_0 ) )
- // InternalInstance.g:7751:1: ( rule__ModeTransitionInstance__TriggerAssignment_5_0 )
+ // InternalInstance.g:7666:1: ( ( rule__ModeTransitionInstance__TriggerAssignment_5_0 ) )
+ // InternalInstance.g:7667:1: ( rule__ModeTransitionInstance__TriggerAssignment_5_0 )
{
before(grammarAccess.getModeTransitionInstanceAccess().getTriggerAssignment_5_0());
- // InternalInstance.g:7752:1: ( rule__ModeTransitionInstance__TriggerAssignment_5_0 )
- // InternalInstance.g:7752:2: rule__ModeTransitionInstance__TriggerAssignment_5_0
+ // InternalInstance.g:7668:1: ( rule__ModeTransitionInstance__TriggerAssignment_5_0 )
+ // InternalInstance.g:7668:2: rule__ModeTransitionInstance__TriggerAssignment_5_0
{
pushFollow(FOLLOW_2);
rule__ModeTransitionInstance__TriggerAssignment_5_0();
@@ -20879,14 +20625,14 @@ public final void rule__ModeTransitionInstance__Group_5__0__Impl() throws Recogn
// $ANTLR start "rule__ModeTransitionInstance__Group_5__1"
- // InternalInstance.g:7762:1: rule__ModeTransitionInstance__Group_5__1 : rule__ModeTransitionInstance__Group_5__1__Impl ;
+ // InternalInstance.g:7678:1: rule__ModeTransitionInstance__Group_5__1 : rule__ModeTransitionInstance__Group_5__1__Impl ;
public final void rule__ModeTransitionInstance__Group_5__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7766:1: ( rule__ModeTransitionInstance__Group_5__1__Impl )
- // InternalInstance.g:7767:2: rule__ModeTransitionInstance__Group_5__1__Impl
+ // InternalInstance.g:7682:1: ( rule__ModeTransitionInstance__Group_5__1__Impl )
+ // InternalInstance.g:7683:2: rule__ModeTransitionInstance__Group_5__1__Impl
{
pushFollow(FOLLOW_2);
rule__ModeTransitionInstance__Group_5__1__Impl();
@@ -20912,20 +20658,20 @@ public final void rule__ModeTransitionInstance__Group_5__1() throws RecognitionE
// $ANTLR start "rule__ModeTransitionInstance__Group_5__1__Impl"
- // InternalInstance.g:7773:1: rule__ModeTransitionInstance__Group_5__1__Impl : ( ( rule__ModeTransitionInstance__Group_5_1__0 )* ) ;
+ // InternalInstance.g:7689:1: rule__ModeTransitionInstance__Group_5__1__Impl : ( ( rule__ModeTransitionInstance__Group_5_1__0 )* ) ;
public final void rule__ModeTransitionInstance__Group_5__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7777:1: ( ( ( rule__ModeTransitionInstance__Group_5_1__0 )* ) )
- // InternalInstance.g:7778:1: ( ( rule__ModeTransitionInstance__Group_5_1__0 )* )
+ // InternalInstance.g:7693:1: ( ( ( rule__ModeTransitionInstance__Group_5_1__0 )* ) )
+ // InternalInstance.g:7694:1: ( ( rule__ModeTransitionInstance__Group_5_1__0 )* )
{
- // InternalInstance.g:7778:1: ( ( rule__ModeTransitionInstance__Group_5_1__0 )* )
- // InternalInstance.g:7779:1: ( rule__ModeTransitionInstance__Group_5_1__0 )*
+ // InternalInstance.g:7694:1: ( ( rule__ModeTransitionInstance__Group_5_1__0 )* )
+ // InternalInstance.g:7695:1: ( rule__ModeTransitionInstance__Group_5_1__0 )*
{
before(grammarAccess.getModeTransitionInstanceAccess().getGroup_5_1());
- // InternalInstance.g:7780:1: ( rule__ModeTransitionInstance__Group_5_1__0 )*
+ // InternalInstance.g:7696:1: ( rule__ModeTransitionInstance__Group_5_1__0 )*
loop59:
do {
int alt59=2;
@@ -20938,7 +20684,7 @@ public final void rule__ModeTransitionInstance__Group_5__1__Impl() throws Recogn
switch (alt59) {
case 1 :
- // InternalInstance.g:7780:2: rule__ModeTransitionInstance__Group_5_1__0
+ // InternalInstance.g:7696:2: rule__ModeTransitionInstance__Group_5_1__0
{
pushFollow(FOLLOW_17);
rule__ModeTransitionInstance__Group_5_1__0();
@@ -20977,14 +20723,14 @@ public final void rule__ModeTransitionInstance__Group_5__1__Impl() throws Recogn
// $ANTLR start "rule__ModeTransitionInstance__Group_5_1__0"
- // InternalInstance.g:7794:1: rule__ModeTransitionInstance__Group_5_1__0 : rule__ModeTransitionInstance__Group_5_1__0__Impl rule__ModeTransitionInstance__Group_5_1__1 ;
+ // InternalInstance.g:7710:1: rule__ModeTransitionInstance__Group_5_1__0 : rule__ModeTransitionInstance__Group_5_1__0__Impl rule__ModeTransitionInstance__Group_5_1__1 ;
public final void rule__ModeTransitionInstance__Group_5_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7798:1: ( rule__ModeTransitionInstance__Group_5_1__0__Impl rule__ModeTransitionInstance__Group_5_1__1 )
- // InternalInstance.g:7799:2: rule__ModeTransitionInstance__Group_5_1__0__Impl rule__ModeTransitionInstance__Group_5_1__1
+ // InternalInstance.g:7714:1: ( rule__ModeTransitionInstance__Group_5_1__0__Impl rule__ModeTransitionInstance__Group_5_1__1 )
+ // InternalInstance.g:7715:2: rule__ModeTransitionInstance__Group_5_1__0__Impl rule__ModeTransitionInstance__Group_5_1__1
{
pushFollow(FOLLOW_20);
rule__ModeTransitionInstance__Group_5_1__0__Impl();
@@ -21015,17 +20761,17 @@ public final void rule__ModeTransitionInstance__Group_5_1__0() throws Recognitio
// $ANTLR start "rule__ModeTransitionInstance__Group_5_1__0__Impl"
- // InternalInstance.g:7806:1: rule__ModeTransitionInstance__Group_5_1__0__Impl : ( ',' ) ;
+ // InternalInstance.g:7722:1: rule__ModeTransitionInstance__Group_5_1__0__Impl : ( ',' ) ;
public final void rule__ModeTransitionInstance__Group_5_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7810:1: ( ( ',' ) )
- // InternalInstance.g:7811:1: ( ',' )
+ // InternalInstance.g:7726:1: ( ( ',' ) )
+ // InternalInstance.g:7727:1: ( ',' )
{
- // InternalInstance.g:7811:1: ( ',' )
- // InternalInstance.g:7812:1: ','
+ // InternalInstance.g:7727:1: ( ',' )
+ // InternalInstance.g:7728:1: ','
{
before(grammarAccess.getModeTransitionInstanceAccess().getCommaKeyword_5_1_0());
match(input,57,FOLLOW_2);
@@ -21052,14 +20798,14 @@ public final void rule__ModeTransitionInstance__Group_5_1__0__Impl() throws Reco
// $ANTLR start "rule__ModeTransitionInstance__Group_5_1__1"
- // InternalInstance.g:7825:1: rule__ModeTransitionInstance__Group_5_1__1 : rule__ModeTransitionInstance__Group_5_1__1__Impl ;
+ // InternalInstance.g:7741:1: rule__ModeTransitionInstance__Group_5_1__1 : rule__ModeTransitionInstance__Group_5_1__1__Impl ;
public final void rule__ModeTransitionInstance__Group_5_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7829:1: ( rule__ModeTransitionInstance__Group_5_1__1__Impl )
- // InternalInstance.g:7830:2: rule__ModeTransitionInstance__Group_5_1__1__Impl
+ // InternalInstance.g:7745:1: ( rule__ModeTransitionInstance__Group_5_1__1__Impl )
+ // InternalInstance.g:7746:2: rule__ModeTransitionInstance__Group_5_1__1__Impl
{
pushFollow(FOLLOW_2);
rule__ModeTransitionInstance__Group_5_1__1__Impl();
@@ -21085,21 +20831,21 @@ public final void rule__ModeTransitionInstance__Group_5_1__1() throws Recognitio
// $ANTLR start "rule__ModeTransitionInstance__Group_5_1__1__Impl"
- // InternalInstance.g:7836:1: rule__ModeTransitionInstance__Group_5_1__1__Impl : ( ( rule__ModeTransitionInstance__TriggerAssignment_5_1_1 ) ) ;
+ // InternalInstance.g:7752:1: rule__ModeTransitionInstance__Group_5_1__1__Impl : ( ( rule__ModeTransitionInstance__TriggerAssignment_5_1_1 ) ) ;
public final void rule__ModeTransitionInstance__Group_5_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7840:1: ( ( ( rule__ModeTransitionInstance__TriggerAssignment_5_1_1 ) ) )
- // InternalInstance.g:7841:1: ( ( rule__ModeTransitionInstance__TriggerAssignment_5_1_1 ) )
+ // InternalInstance.g:7756:1: ( ( ( rule__ModeTransitionInstance__TriggerAssignment_5_1_1 ) ) )
+ // InternalInstance.g:7757:1: ( ( rule__ModeTransitionInstance__TriggerAssignment_5_1_1 ) )
{
- // InternalInstance.g:7841:1: ( ( rule__ModeTransitionInstance__TriggerAssignment_5_1_1 ) )
- // InternalInstance.g:7842:1: ( rule__ModeTransitionInstance__TriggerAssignment_5_1_1 )
+ // InternalInstance.g:7757:1: ( ( rule__ModeTransitionInstance__TriggerAssignment_5_1_1 ) )
+ // InternalInstance.g:7758:1: ( rule__ModeTransitionInstance__TriggerAssignment_5_1_1 )
{
before(grammarAccess.getModeTransitionInstanceAccess().getTriggerAssignment_5_1_1());
- // InternalInstance.g:7843:1: ( rule__ModeTransitionInstance__TriggerAssignment_5_1_1 )
- // InternalInstance.g:7843:2: rule__ModeTransitionInstance__TriggerAssignment_5_1_1
+ // InternalInstance.g:7759:1: ( rule__ModeTransitionInstance__TriggerAssignment_5_1_1 )
+ // InternalInstance.g:7759:2: rule__ModeTransitionInstance__TriggerAssignment_5_1_1
{
pushFollow(FOLLOW_2);
rule__ModeTransitionInstance__TriggerAssignment_5_1_1();
@@ -21132,14 +20878,14 @@ public final void rule__ModeTransitionInstance__Group_5_1__1__Impl() throws Reco
// $ANTLR start "rule__ModeTransitionInstance__Group_10__0"
- // InternalInstance.g:7857:1: rule__ModeTransitionInstance__Group_10__0 : rule__ModeTransitionInstance__Group_10__0__Impl rule__ModeTransitionInstance__Group_10__1 ;
+ // InternalInstance.g:7773:1: rule__ModeTransitionInstance__Group_10__0 : rule__ModeTransitionInstance__Group_10__0__Impl rule__ModeTransitionInstance__Group_10__1 ;
public final void rule__ModeTransitionInstance__Group_10__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7861:1: ( rule__ModeTransitionInstance__Group_10__0__Impl rule__ModeTransitionInstance__Group_10__1 )
- // InternalInstance.g:7862:2: rule__ModeTransitionInstance__Group_10__0__Impl rule__ModeTransitionInstance__Group_10__1
+ // InternalInstance.g:7777:1: ( rule__ModeTransitionInstance__Group_10__0__Impl rule__ModeTransitionInstance__Group_10__1 )
+ // InternalInstance.g:7778:2: rule__ModeTransitionInstance__Group_10__0__Impl rule__ModeTransitionInstance__Group_10__1
{
pushFollow(FOLLOW_34);
rule__ModeTransitionInstance__Group_10__0__Impl();
@@ -21170,17 +20916,17 @@ public final void rule__ModeTransitionInstance__Group_10__0() throws Recognition
// $ANTLR start "rule__ModeTransitionInstance__Group_10__0__Impl"
- // InternalInstance.g:7869:1: rule__ModeTransitionInstance__Group_10__0__Impl : ( '{' ) ;
+ // InternalInstance.g:7785:1: rule__ModeTransitionInstance__Group_10__0__Impl : ( '{' ) ;
public final void rule__ModeTransitionInstance__Group_10__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7873:1: ( ( '{' ) )
- // InternalInstance.g:7874:1: ( '{' )
+ // InternalInstance.g:7789:1: ( ( '{' ) )
+ // InternalInstance.g:7790:1: ( '{' )
{
- // InternalInstance.g:7874:1: ( '{' )
- // InternalInstance.g:7875:1: '{'
+ // InternalInstance.g:7790:1: ( '{' )
+ // InternalInstance.g:7791:1: '{'
{
before(grammarAccess.getModeTransitionInstanceAccess().getLeftCurlyBracketKeyword_10_0());
match(input,50,FOLLOW_2);
@@ -21207,14 +20953,14 @@ public final void rule__ModeTransitionInstance__Group_10__0__Impl() throws Recog
// $ANTLR start "rule__ModeTransitionInstance__Group_10__1"
- // InternalInstance.g:7888:1: rule__ModeTransitionInstance__Group_10__1 : rule__ModeTransitionInstance__Group_10__1__Impl rule__ModeTransitionInstance__Group_10__2 ;
+ // InternalInstance.g:7804:1: rule__ModeTransitionInstance__Group_10__1 : rule__ModeTransitionInstance__Group_10__1__Impl rule__ModeTransitionInstance__Group_10__2 ;
public final void rule__ModeTransitionInstance__Group_10__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7892:1: ( rule__ModeTransitionInstance__Group_10__1__Impl rule__ModeTransitionInstance__Group_10__2 )
- // InternalInstance.g:7893:2: rule__ModeTransitionInstance__Group_10__1__Impl rule__ModeTransitionInstance__Group_10__2
+ // InternalInstance.g:7808:1: ( rule__ModeTransitionInstance__Group_10__1__Impl rule__ModeTransitionInstance__Group_10__2 )
+ // InternalInstance.g:7809:2: rule__ModeTransitionInstance__Group_10__1__Impl rule__ModeTransitionInstance__Group_10__2
{
pushFollow(FOLLOW_24);
rule__ModeTransitionInstance__Group_10__1__Impl();
@@ -21245,21 +20991,21 @@ public final void rule__ModeTransitionInstance__Group_10__1() throws Recognition
// $ANTLR start "rule__ModeTransitionInstance__Group_10__1__Impl"
- // InternalInstance.g:7900:1: rule__ModeTransitionInstance__Group_10__1__Impl : ( ( rule__ModeTransitionInstance__OwnedPropertyAssociationAssignment_10_1 ) ) ;
+ // InternalInstance.g:7816:1: rule__ModeTransitionInstance__Group_10__1__Impl : ( ( rule__ModeTransitionInstance__OwnedPropertyAssociationAssignment_10_1 ) ) ;
public final void rule__ModeTransitionInstance__Group_10__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7904:1: ( ( ( rule__ModeTransitionInstance__OwnedPropertyAssociationAssignment_10_1 ) ) )
- // InternalInstance.g:7905:1: ( ( rule__ModeTransitionInstance__OwnedPropertyAssociationAssignment_10_1 ) )
+ // InternalInstance.g:7820:1: ( ( ( rule__ModeTransitionInstance__OwnedPropertyAssociationAssignment_10_1 ) ) )
+ // InternalInstance.g:7821:1: ( ( rule__ModeTransitionInstance__OwnedPropertyAssociationAssignment_10_1 ) )
{
- // InternalInstance.g:7905:1: ( ( rule__ModeTransitionInstance__OwnedPropertyAssociationAssignment_10_1 ) )
- // InternalInstance.g:7906:1: ( rule__ModeTransitionInstance__OwnedPropertyAssociationAssignment_10_1 )
+ // InternalInstance.g:7821:1: ( ( rule__ModeTransitionInstance__OwnedPropertyAssociationAssignment_10_1 ) )
+ // InternalInstance.g:7822:1: ( rule__ModeTransitionInstance__OwnedPropertyAssociationAssignment_10_1 )
{
before(grammarAccess.getModeTransitionInstanceAccess().getOwnedPropertyAssociationAssignment_10_1());
- // InternalInstance.g:7907:1: ( rule__ModeTransitionInstance__OwnedPropertyAssociationAssignment_10_1 )
- // InternalInstance.g:7907:2: rule__ModeTransitionInstance__OwnedPropertyAssociationAssignment_10_1
+ // InternalInstance.g:7823:1: ( rule__ModeTransitionInstance__OwnedPropertyAssociationAssignment_10_1 )
+ // InternalInstance.g:7823:2: rule__ModeTransitionInstance__OwnedPropertyAssociationAssignment_10_1
{
pushFollow(FOLLOW_2);
rule__ModeTransitionInstance__OwnedPropertyAssociationAssignment_10_1();
@@ -21292,14 +21038,14 @@ public final void rule__ModeTransitionInstance__Group_10__1__Impl() throws Recog
// $ANTLR start "rule__ModeTransitionInstance__Group_10__2"
- // InternalInstance.g:7917:1: rule__ModeTransitionInstance__Group_10__2 : rule__ModeTransitionInstance__Group_10__2__Impl ;
+ // InternalInstance.g:7833:1: rule__ModeTransitionInstance__Group_10__2 : rule__ModeTransitionInstance__Group_10__2__Impl ;
public final void rule__ModeTransitionInstance__Group_10__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7921:1: ( rule__ModeTransitionInstance__Group_10__2__Impl )
- // InternalInstance.g:7922:2: rule__ModeTransitionInstance__Group_10__2__Impl
+ // InternalInstance.g:7837:1: ( rule__ModeTransitionInstance__Group_10__2__Impl )
+ // InternalInstance.g:7838:2: rule__ModeTransitionInstance__Group_10__2__Impl
{
pushFollow(FOLLOW_2);
rule__ModeTransitionInstance__Group_10__2__Impl();
@@ -21325,17 +21071,17 @@ public final void rule__ModeTransitionInstance__Group_10__2() throws Recognition
// $ANTLR start "rule__ModeTransitionInstance__Group_10__2__Impl"
- // InternalInstance.g:7928:1: rule__ModeTransitionInstance__Group_10__2__Impl : ( '}' ) ;
+ // InternalInstance.g:7844:1: rule__ModeTransitionInstance__Group_10__2__Impl : ( '}' ) ;
public final void rule__ModeTransitionInstance__Group_10__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7932:1: ( ( '}' ) )
- // InternalInstance.g:7933:1: ( '}' )
+ // InternalInstance.g:7848:1: ( ( '}' ) )
+ // InternalInstance.g:7849:1: ( '}' )
{
- // InternalInstance.g:7933:1: ( '}' )
- // InternalInstance.g:7934:1: '}'
+ // InternalInstance.g:7849:1: ( '}' )
+ // InternalInstance.g:7850:1: '}'
{
before(grammarAccess.getModeTransitionInstanceAccess().getRightCurlyBracketKeyword_10_2());
match(input,51,FOLLOW_2);
@@ -21362,14 +21108,14 @@ public final void rule__ModeTransitionInstance__Group_10__2__Impl() throws Recog
// $ANTLR start "rule__SystemOperationMode__Group__0"
- // InternalInstance.g:7953:1: rule__SystemOperationMode__Group__0 : rule__SystemOperationMode__Group__0__Impl rule__SystemOperationMode__Group__1 ;
+ // InternalInstance.g:7869:1: rule__SystemOperationMode__Group__0 : rule__SystemOperationMode__Group__0__Impl rule__SystemOperationMode__Group__1 ;
public final void rule__SystemOperationMode__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7957:1: ( rule__SystemOperationMode__Group__0__Impl rule__SystemOperationMode__Group__1 )
- // InternalInstance.g:7958:2: rule__SystemOperationMode__Group__0__Impl rule__SystemOperationMode__Group__1
+ // InternalInstance.g:7873:1: ( rule__SystemOperationMode__Group__0__Impl rule__SystemOperationMode__Group__1 )
+ // InternalInstance.g:7874:2: rule__SystemOperationMode__Group__0__Impl rule__SystemOperationMode__Group__1
{
pushFollow(FOLLOW_19);
rule__SystemOperationMode__Group__0__Impl();
@@ -21400,17 +21146,17 @@ public final void rule__SystemOperationMode__Group__0() throws RecognitionExcept
// $ANTLR start "rule__SystemOperationMode__Group__0__Impl"
- // InternalInstance.g:7965:1: rule__SystemOperationMode__Group__0__Impl : ( 'som' ) ;
+ // InternalInstance.g:7881:1: rule__SystemOperationMode__Group__0__Impl : ( 'som' ) ;
public final void rule__SystemOperationMode__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7969:1: ( ( 'som' ) )
- // InternalInstance.g:7970:1: ( 'som' )
+ // InternalInstance.g:7885:1: ( ( 'som' ) )
+ // InternalInstance.g:7886:1: ( 'som' )
{
- // InternalInstance.g:7970:1: ( 'som' )
- // InternalInstance.g:7971:1: 'som'
+ // InternalInstance.g:7886:1: ( 'som' )
+ // InternalInstance.g:7887:1: 'som'
{
before(grammarAccess.getSystemOperationModeAccess().getSomKeyword_0());
match(input,67,FOLLOW_2);
@@ -21437,14 +21183,14 @@ public final void rule__SystemOperationMode__Group__0__Impl() throws Recognition
// $ANTLR start "rule__SystemOperationMode__Group__1"
- // InternalInstance.g:7984:1: rule__SystemOperationMode__Group__1 : rule__SystemOperationMode__Group__1__Impl rule__SystemOperationMode__Group__2 ;
+ // InternalInstance.g:7900:1: rule__SystemOperationMode__Group__1 : rule__SystemOperationMode__Group__1__Impl rule__SystemOperationMode__Group__2 ;
public final void rule__SystemOperationMode__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:7988:1: ( rule__SystemOperationMode__Group__1__Impl rule__SystemOperationMode__Group__2 )
- // InternalInstance.g:7989:2: rule__SystemOperationMode__Group__1__Impl rule__SystemOperationMode__Group__2
+ // InternalInstance.g:7904:1: ( rule__SystemOperationMode__Group__1__Impl rule__SystemOperationMode__Group__2 )
+ // InternalInstance.g:7905:2: rule__SystemOperationMode__Group__1__Impl rule__SystemOperationMode__Group__2
{
pushFollow(FOLLOW_20);
rule__SystemOperationMode__Group__1__Impl();
@@ -21475,21 +21221,21 @@ public final void rule__SystemOperationMode__Group__1() throws RecognitionExcept
// $ANTLR start "rule__SystemOperationMode__Group__1__Impl"
- // InternalInstance.g:7996:1: rule__SystemOperationMode__Group__1__Impl : ( ( rule__SystemOperationMode__NameAssignment_1 ) ) ;
+ // InternalInstance.g:7912:1: rule__SystemOperationMode__Group__1__Impl : ( ( rule__SystemOperationMode__NameAssignment_1 ) ) ;
public final void rule__SystemOperationMode__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8000:1: ( ( ( rule__SystemOperationMode__NameAssignment_1 ) ) )
- // InternalInstance.g:8001:1: ( ( rule__SystemOperationMode__NameAssignment_1 ) )
+ // InternalInstance.g:7916:1: ( ( ( rule__SystemOperationMode__NameAssignment_1 ) ) )
+ // InternalInstance.g:7917:1: ( ( rule__SystemOperationMode__NameAssignment_1 ) )
{
- // InternalInstance.g:8001:1: ( ( rule__SystemOperationMode__NameAssignment_1 ) )
- // InternalInstance.g:8002:1: ( rule__SystemOperationMode__NameAssignment_1 )
+ // InternalInstance.g:7917:1: ( ( rule__SystemOperationMode__NameAssignment_1 ) )
+ // InternalInstance.g:7918:1: ( rule__SystemOperationMode__NameAssignment_1 )
{
before(grammarAccess.getSystemOperationModeAccess().getNameAssignment_1());
- // InternalInstance.g:8003:1: ( rule__SystemOperationMode__NameAssignment_1 )
- // InternalInstance.g:8003:2: rule__SystemOperationMode__NameAssignment_1
+ // InternalInstance.g:7919:1: ( rule__SystemOperationMode__NameAssignment_1 )
+ // InternalInstance.g:7919:2: rule__SystemOperationMode__NameAssignment_1
{
pushFollow(FOLLOW_2);
rule__SystemOperationMode__NameAssignment_1();
@@ -21522,14 +21268,14 @@ public final void rule__SystemOperationMode__Group__1__Impl() throws Recognition
// $ANTLR start "rule__SystemOperationMode__Group__2"
- // InternalInstance.g:8013:1: rule__SystemOperationMode__Group__2 : rule__SystemOperationMode__Group__2__Impl ;
+ // InternalInstance.g:7929:1: rule__SystemOperationMode__Group__2 : rule__SystemOperationMode__Group__2__Impl ;
public final void rule__SystemOperationMode__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8017:1: ( rule__SystemOperationMode__Group__2__Impl )
- // InternalInstance.g:8018:2: rule__SystemOperationMode__Group__2__Impl
+ // InternalInstance.g:7933:1: ( rule__SystemOperationMode__Group__2__Impl )
+ // InternalInstance.g:7934:2: rule__SystemOperationMode__Group__2__Impl
{
pushFollow(FOLLOW_2);
rule__SystemOperationMode__Group__2__Impl();
@@ -21555,20 +21301,20 @@ public final void rule__SystemOperationMode__Group__2() throws RecognitionExcept
// $ANTLR start "rule__SystemOperationMode__Group__2__Impl"
- // InternalInstance.g:8024:1: rule__SystemOperationMode__Group__2__Impl : ( ( rule__SystemOperationMode__Group_2__0 )? ) ;
+ // InternalInstance.g:7940:1: rule__SystemOperationMode__Group__2__Impl : ( ( rule__SystemOperationMode__Group_2__0 )? ) ;
public final void rule__SystemOperationMode__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8028:1: ( ( ( rule__SystemOperationMode__Group_2__0 )? ) )
- // InternalInstance.g:8029:1: ( ( rule__SystemOperationMode__Group_2__0 )? )
+ // InternalInstance.g:7944:1: ( ( ( rule__SystemOperationMode__Group_2__0 )? ) )
+ // InternalInstance.g:7945:1: ( ( rule__SystemOperationMode__Group_2__0 )? )
{
- // InternalInstance.g:8029:1: ( ( rule__SystemOperationMode__Group_2__0 )? )
- // InternalInstance.g:8030:1: ( rule__SystemOperationMode__Group_2__0 )?
+ // InternalInstance.g:7945:1: ( ( rule__SystemOperationMode__Group_2__0 )? )
+ // InternalInstance.g:7946:1: ( rule__SystemOperationMode__Group_2__0 )?
{
before(grammarAccess.getSystemOperationModeAccess().getGroup_2());
- // InternalInstance.g:8031:1: ( rule__SystemOperationMode__Group_2__0 )?
+ // InternalInstance.g:7947:1: ( rule__SystemOperationMode__Group_2__0 )?
int alt60=2;
int LA60_0 = input.LA(1);
@@ -21584,7 +21330,7 @@ else if ( (LA60_0==RULE_ID) ) {
}
switch (alt60) {
case 1 :
- // InternalInstance.g:8031:2: rule__SystemOperationMode__Group_2__0
+ // InternalInstance.g:7947:2: rule__SystemOperationMode__Group_2__0
{
pushFollow(FOLLOW_2);
rule__SystemOperationMode__Group_2__0();
@@ -21620,14 +21366,14 @@ else if ( (LA60_0==RULE_ID) ) {
// $ANTLR start "rule__SystemOperationMode__Group_2__0"
- // InternalInstance.g:8047:1: rule__SystemOperationMode__Group_2__0 : rule__SystemOperationMode__Group_2__0__Impl rule__SystemOperationMode__Group_2__1 ;
+ // InternalInstance.g:7963:1: rule__SystemOperationMode__Group_2__0 : rule__SystemOperationMode__Group_2__0__Impl rule__SystemOperationMode__Group_2__1 ;
public final void rule__SystemOperationMode__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8051:1: ( rule__SystemOperationMode__Group_2__0__Impl rule__SystemOperationMode__Group_2__1 )
- // InternalInstance.g:8052:2: rule__SystemOperationMode__Group_2__0__Impl rule__SystemOperationMode__Group_2__1
+ // InternalInstance.g:7967:1: ( rule__SystemOperationMode__Group_2__0__Impl rule__SystemOperationMode__Group_2__1 )
+ // InternalInstance.g:7968:2: rule__SystemOperationMode__Group_2__0__Impl rule__SystemOperationMode__Group_2__1
{
pushFollow(FOLLOW_43);
rule__SystemOperationMode__Group_2__0__Impl();
@@ -21658,21 +21404,21 @@ public final void rule__SystemOperationMode__Group_2__0() throws RecognitionExce
// $ANTLR start "rule__SystemOperationMode__Group_2__0__Impl"
- // InternalInstance.g:8059:1: rule__SystemOperationMode__Group_2__0__Impl : ( ( rule__SystemOperationMode__CurrentModeAssignment_2_0 ) ) ;
+ // InternalInstance.g:7975:1: rule__SystemOperationMode__Group_2__0__Impl : ( ( rule__SystemOperationMode__CurrentModeAssignment_2_0 ) ) ;
public final void rule__SystemOperationMode__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8063:1: ( ( ( rule__SystemOperationMode__CurrentModeAssignment_2_0 ) ) )
- // InternalInstance.g:8064:1: ( ( rule__SystemOperationMode__CurrentModeAssignment_2_0 ) )
+ // InternalInstance.g:7979:1: ( ( ( rule__SystemOperationMode__CurrentModeAssignment_2_0 ) ) )
+ // InternalInstance.g:7980:1: ( ( rule__SystemOperationMode__CurrentModeAssignment_2_0 ) )
{
- // InternalInstance.g:8064:1: ( ( rule__SystemOperationMode__CurrentModeAssignment_2_0 ) )
- // InternalInstance.g:8065:1: ( rule__SystemOperationMode__CurrentModeAssignment_2_0 )
+ // InternalInstance.g:7980:1: ( ( rule__SystemOperationMode__CurrentModeAssignment_2_0 ) )
+ // InternalInstance.g:7981:1: ( rule__SystemOperationMode__CurrentModeAssignment_2_0 )
{
before(grammarAccess.getSystemOperationModeAccess().getCurrentModeAssignment_2_0());
- // InternalInstance.g:8066:1: ( rule__SystemOperationMode__CurrentModeAssignment_2_0 )
- // InternalInstance.g:8066:2: rule__SystemOperationMode__CurrentModeAssignment_2_0
+ // InternalInstance.g:7982:1: ( rule__SystemOperationMode__CurrentModeAssignment_2_0 )
+ // InternalInstance.g:7982:2: rule__SystemOperationMode__CurrentModeAssignment_2_0
{
pushFollow(FOLLOW_2);
rule__SystemOperationMode__CurrentModeAssignment_2_0();
@@ -21705,14 +21451,14 @@ public final void rule__SystemOperationMode__Group_2__0__Impl() throws Recogniti
// $ANTLR start "rule__SystemOperationMode__Group_2__1"
- // InternalInstance.g:8076:1: rule__SystemOperationMode__Group_2__1 : rule__SystemOperationMode__Group_2__1__Impl ;
+ // InternalInstance.g:7992:1: rule__SystemOperationMode__Group_2__1 : rule__SystemOperationMode__Group_2__1__Impl ;
public final void rule__SystemOperationMode__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8080:1: ( rule__SystemOperationMode__Group_2__1__Impl )
- // InternalInstance.g:8081:2: rule__SystemOperationMode__Group_2__1__Impl
+ // InternalInstance.g:7996:1: ( rule__SystemOperationMode__Group_2__1__Impl )
+ // InternalInstance.g:7997:2: rule__SystemOperationMode__Group_2__1__Impl
{
pushFollow(FOLLOW_2);
rule__SystemOperationMode__Group_2__1__Impl();
@@ -21738,20 +21484,20 @@ public final void rule__SystemOperationMode__Group_2__1() throws RecognitionExce
// $ANTLR start "rule__SystemOperationMode__Group_2__1__Impl"
- // InternalInstance.g:8087:1: rule__SystemOperationMode__Group_2__1__Impl : ( ( rule__SystemOperationMode__Group_2_1__0 )* ) ;
+ // InternalInstance.g:8003:1: rule__SystemOperationMode__Group_2__1__Impl : ( ( rule__SystemOperationMode__Group_2_1__0 )* ) ;
public final void rule__SystemOperationMode__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8091:1: ( ( ( rule__SystemOperationMode__Group_2_1__0 )* ) )
- // InternalInstance.g:8092:1: ( ( rule__SystemOperationMode__Group_2_1__0 )* )
+ // InternalInstance.g:8007:1: ( ( ( rule__SystemOperationMode__Group_2_1__0 )* ) )
+ // InternalInstance.g:8008:1: ( ( rule__SystemOperationMode__Group_2_1__0 )* )
{
- // InternalInstance.g:8092:1: ( ( rule__SystemOperationMode__Group_2_1__0 )* )
- // InternalInstance.g:8093:1: ( rule__SystemOperationMode__Group_2_1__0 )*
+ // InternalInstance.g:8008:1: ( ( rule__SystemOperationMode__Group_2_1__0 )* )
+ // InternalInstance.g:8009:1: ( rule__SystemOperationMode__Group_2_1__0 )*
{
before(grammarAccess.getSystemOperationModeAccess().getGroup_2_1());
- // InternalInstance.g:8094:1: ( rule__SystemOperationMode__Group_2_1__0 )*
+ // InternalInstance.g:8010:1: ( rule__SystemOperationMode__Group_2_1__0 )*
loop61:
do {
int alt61=2;
@@ -21764,7 +21510,7 @@ public final void rule__SystemOperationMode__Group_2__1__Impl() throws Recogniti
switch (alt61) {
case 1 :
- // InternalInstance.g:8094:2: rule__SystemOperationMode__Group_2_1__0
+ // InternalInstance.g:8010:2: rule__SystemOperationMode__Group_2_1__0
{
pushFollow(FOLLOW_17);
rule__SystemOperationMode__Group_2_1__0();
@@ -21803,14 +21549,14 @@ public final void rule__SystemOperationMode__Group_2__1__Impl() throws Recogniti
// $ANTLR start "rule__SystemOperationMode__Group_2_1__0"
- // InternalInstance.g:8108:1: rule__SystemOperationMode__Group_2_1__0 : rule__SystemOperationMode__Group_2_1__0__Impl rule__SystemOperationMode__Group_2_1__1 ;
+ // InternalInstance.g:8024:1: rule__SystemOperationMode__Group_2_1__0 : rule__SystemOperationMode__Group_2_1__0__Impl rule__SystemOperationMode__Group_2_1__1 ;
public final void rule__SystemOperationMode__Group_2_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8112:1: ( rule__SystemOperationMode__Group_2_1__0__Impl rule__SystemOperationMode__Group_2_1__1 )
- // InternalInstance.g:8113:2: rule__SystemOperationMode__Group_2_1__0__Impl rule__SystemOperationMode__Group_2_1__1
+ // InternalInstance.g:8028:1: ( rule__SystemOperationMode__Group_2_1__0__Impl rule__SystemOperationMode__Group_2_1__1 )
+ // InternalInstance.g:8029:2: rule__SystemOperationMode__Group_2_1__0__Impl rule__SystemOperationMode__Group_2_1__1
{
pushFollow(FOLLOW_20);
rule__SystemOperationMode__Group_2_1__0__Impl();
@@ -21841,17 +21587,17 @@ public final void rule__SystemOperationMode__Group_2_1__0() throws RecognitionEx
// $ANTLR start "rule__SystemOperationMode__Group_2_1__0__Impl"
- // InternalInstance.g:8120:1: rule__SystemOperationMode__Group_2_1__0__Impl : ( ',' ) ;
+ // InternalInstance.g:8036:1: rule__SystemOperationMode__Group_2_1__0__Impl : ( ',' ) ;
public final void rule__SystemOperationMode__Group_2_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8124:1: ( ( ',' ) )
- // InternalInstance.g:8125:1: ( ',' )
+ // InternalInstance.g:8040:1: ( ( ',' ) )
+ // InternalInstance.g:8041:1: ( ',' )
{
- // InternalInstance.g:8125:1: ( ',' )
- // InternalInstance.g:8126:1: ','
+ // InternalInstance.g:8041:1: ( ',' )
+ // InternalInstance.g:8042:1: ','
{
before(grammarAccess.getSystemOperationModeAccess().getCommaKeyword_2_1_0());
match(input,57,FOLLOW_2);
@@ -21878,14 +21624,14 @@ public final void rule__SystemOperationMode__Group_2_1__0__Impl() throws Recogni
// $ANTLR start "rule__SystemOperationMode__Group_2_1__1"
- // InternalInstance.g:8139:1: rule__SystemOperationMode__Group_2_1__1 : rule__SystemOperationMode__Group_2_1__1__Impl ;
+ // InternalInstance.g:8055:1: rule__SystemOperationMode__Group_2_1__1 : rule__SystemOperationMode__Group_2_1__1__Impl ;
public final void rule__SystemOperationMode__Group_2_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8143:1: ( rule__SystemOperationMode__Group_2_1__1__Impl )
- // InternalInstance.g:8144:2: rule__SystemOperationMode__Group_2_1__1__Impl
+ // InternalInstance.g:8059:1: ( rule__SystemOperationMode__Group_2_1__1__Impl )
+ // InternalInstance.g:8060:2: rule__SystemOperationMode__Group_2_1__1__Impl
{
pushFollow(FOLLOW_2);
rule__SystemOperationMode__Group_2_1__1__Impl();
@@ -21911,21 +21657,21 @@ public final void rule__SystemOperationMode__Group_2_1__1() throws RecognitionEx
// $ANTLR start "rule__SystemOperationMode__Group_2_1__1__Impl"
- // InternalInstance.g:8150:1: rule__SystemOperationMode__Group_2_1__1__Impl : ( ( rule__SystemOperationMode__CurrentModeAssignment_2_1_1 ) ) ;
+ // InternalInstance.g:8066:1: rule__SystemOperationMode__Group_2_1__1__Impl : ( ( rule__SystemOperationMode__CurrentModeAssignment_2_1_1 ) ) ;
public final void rule__SystemOperationMode__Group_2_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8154:1: ( ( ( rule__SystemOperationMode__CurrentModeAssignment_2_1_1 ) ) )
- // InternalInstance.g:8155:1: ( ( rule__SystemOperationMode__CurrentModeAssignment_2_1_1 ) )
+ // InternalInstance.g:8070:1: ( ( ( rule__SystemOperationMode__CurrentModeAssignment_2_1_1 ) ) )
+ // InternalInstance.g:8071:1: ( ( rule__SystemOperationMode__CurrentModeAssignment_2_1_1 ) )
{
- // InternalInstance.g:8155:1: ( ( rule__SystemOperationMode__CurrentModeAssignment_2_1_1 ) )
- // InternalInstance.g:8156:1: ( rule__SystemOperationMode__CurrentModeAssignment_2_1_1 )
+ // InternalInstance.g:8071:1: ( ( rule__SystemOperationMode__CurrentModeAssignment_2_1_1 ) )
+ // InternalInstance.g:8072:1: ( rule__SystemOperationMode__CurrentModeAssignment_2_1_1 )
{
before(grammarAccess.getSystemOperationModeAccess().getCurrentModeAssignment_2_1_1());
- // InternalInstance.g:8157:1: ( rule__SystemOperationMode__CurrentModeAssignment_2_1_1 )
- // InternalInstance.g:8157:2: rule__SystemOperationMode__CurrentModeAssignment_2_1_1
+ // InternalInstance.g:8073:1: ( rule__SystemOperationMode__CurrentModeAssignment_2_1_1 )
+ // InternalInstance.g:8073:2: rule__SystemOperationMode__CurrentModeAssignment_2_1_1
{
pushFollow(FOLLOW_2);
rule__SystemOperationMode__CurrentModeAssignment_2_1_1();
@@ -21958,14 +21704,14 @@ public final void rule__SystemOperationMode__Group_2_1__1__Impl() throws Recogni
// $ANTLR start "rule__PropertyAssociationInstance__Group__0"
- // InternalInstance.g:8171:1: rule__PropertyAssociationInstance__Group__0 : rule__PropertyAssociationInstance__Group__0__Impl rule__PropertyAssociationInstance__Group__1 ;
+ // InternalInstance.g:8087:1: rule__PropertyAssociationInstance__Group__0 : rule__PropertyAssociationInstance__Group__0__Impl rule__PropertyAssociationInstance__Group__1 ;
public final void rule__PropertyAssociationInstance__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8175:1: ( rule__PropertyAssociationInstance__Group__0__Impl rule__PropertyAssociationInstance__Group__1 )
- // InternalInstance.g:8176:2: rule__PropertyAssociationInstance__Group__0__Impl rule__PropertyAssociationInstance__Group__1
+ // InternalInstance.g:8091:1: ( rule__PropertyAssociationInstance__Group__0__Impl rule__PropertyAssociationInstance__Group__1 )
+ // InternalInstance.g:8092:2: rule__PropertyAssociationInstance__Group__0__Impl rule__PropertyAssociationInstance__Group__1
{
pushFollow(FOLLOW_47);
rule__PropertyAssociationInstance__Group__0__Impl();
@@ -21996,21 +21742,21 @@ public final void rule__PropertyAssociationInstance__Group__0() throws Recogniti
// $ANTLR start "rule__PropertyAssociationInstance__Group__0__Impl"
- // InternalInstance.g:8183:1: rule__PropertyAssociationInstance__Group__0__Impl : ( ( rule__PropertyAssociationInstance__PropertyAssignment_0 ) ) ;
+ // InternalInstance.g:8099:1: rule__PropertyAssociationInstance__Group__0__Impl : ( ( rule__PropertyAssociationInstance__PropertyAssignment_0 ) ) ;
public final void rule__PropertyAssociationInstance__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8187:1: ( ( ( rule__PropertyAssociationInstance__PropertyAssignment_0 ) ) )
- // InternalInstance.g:8188:1: ( ( rule__PropertyAssociationInstance__PropertyAssignment_0 ) )
+ // InternalInstance.g:8103:1: ( ( ( rule__PropertyAssociationInstance__PropertyAssignment_0 ) ) )
+ // InternalInstance.g:8104:1: ( ( rule__PropertyAssociationInstance__PropertyAssignment_0 ) )
{
- // InternalInstance.g:8188:1: ( ( rule__PropertyAssociationInstance__PropertyAssignment_0 ) )
- // InternalInstance.g:8189:1: ( rule__PropertyAssociationInstance__PropertyAssignment_0 )
+ // InternalInstance.g:8104:1: ( ( rule__PropertyAssociationInstance__PropertyAssignment_0 ) )
+ // InternalInstance.g:8105:1: ( rule__PropertyAssociationInstance__PropertyAssignment_0 )
{
before(grammarAccess.getPropertyAssociationInstanceAccess().getPropertyAssignment_0());
- // InternalInstance.g:8190:1: ( rule__PropertyAssociationInstance__PropertyAssignment_0 )
- // InternalInstance.g:8190:2: rule__PropertyAssociationInstance__PropertyAssignment_0
+ // InternalInstance.g:8106:1: ( rule__PropertyAssociationInstance__PropertyAssignment_0 )
+ // InternalInstance.g:8106:2: rule__PropertyAssociationInstance__PropertyAssignment_0
{
pushFollow(FOLLOW_2);
rule__PropertyAssociationInstance__PropertyAssignment_0();
@@ -22043,14 +21789,14 @@ public final void rule__PropertyAssociationInstance__Group__0__Impl() throws Rec
// $ANTLR start "rule__PropertyAssociationInstance__Group__1"
- // InternalInstance.g:8200:1: rule__PropertyAssociationInstance__Group__1 : rule__PropertyAssociationInstance__Group__1__Impl rule__PropertyAssociationInstance__Group__2 ;
+ // InternalInstance.g:8116:1: rule__PropertyAssociationInstance__Group__1 : rule__PropertyAssociationInstance__Group__1__Impl rule__PropertyAssociationInstance__Group__2 ;
public final void rule__PropertyAssociationInstance__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8204:1: ( rule__PropertyAssociationInstance__Group__1__Impl rule__PropertyAssociationInstance__Group__2 )
- // InternalInstance.g:8205:2: rule__PropertyAssociationInstance__Group__1__Impl rule__PropertyAssociationInstance__Group__2
+ // InternalInstance.g:8120:1: ( rule__PropertyAssociationInstance__Group__1__Impl rule__PropertyAssociationInstance__Group__2 )
+ // InternalInstance.g:8121:2: rule__PropertyAssociationInstance__Group__1__Impl rule__PropertyAssociationInstance__Group__2
{
pushFollow(FOLLOW_48);
rule__PropertyAssociationInstance__Group__1__Impl();
@@ -22081,17 +21827,17 @@ public final void rule__PropertyAssociationInstance__Group__1() throws Recogniti
// $ANTLR start "rule__PropertyAssociationInstance__Group__1__Impl"
- // InternalInstance.g:8212:1: rule__PropertyAssociationInstance__Group__1__Impl : ( '=>' ) ;
+ // InternalInstance.g:8128:1: rule__PropertyAssociationInstance__Group__1__Impl : ( '=>' ) ;
public final void rule__PropertyAssociationInstance__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8216:1: ( ( '=>' ) )
- // InternalInstance.g:8217:1: ( '=>' )
+ // InternalInstance.g:8132:1: ( ( '=>' ) )
+ // InternalInstance.g:8133:1: ( '=>' )
{
- // InternalInstance.g:8217:1: ( '=>' )
- // InternalInstance.g:8218:1: '=>'
+ // InternalInstance.g:8133:1: ( '=>' )
+ // InternalInstance.g:8134:1: '=>'
{
before(grammarAccess.getPropertyAssociationInstanceAccess().getEqualsSignGreaterThanSignKeyword_1());
match(input,45,FOLLOW_2);
@@ -22118,14 +21864,14 @@ public final void rule__PropertyAssociationInstance__Group__1__Impl() throws Rec
// $ANTLR start "rule__PropertyAssociationInstance__Group__2"
- // InternalInstance.g:8231:1: rule__PropertyAssociationInstance__Group__2 : rule__PropertyAssociationInstance__Group__2__Impl rule__PropertyAssociationInstance__Group__3 ;
+ // InternalInstance.g:8147:1: rule__PropertyAssociationInstance__Group__2 : rule__PropertyAssociationInstance__Group__2__Impl rule__PropertyAssociationInstance__Group__3 ;
public final void rule__PropertyAssociationInstance__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8235:1: ( rule__PropertyAssociationInstance__Group__2__Impl rule__PropertyAssociationInstance__Group__3 )
- // InternalInstance.g:8236:2: rule__PropertyAssociationInstance__Group__2__Impl rule__PropertyAssociationInstance__Group__3
+ // InternalInstance.g:8151:1: ( rule__PropertyAssociationInstance__Group__2__Impl rule__PropertyAssociationInstance__Group__3 )
+ // InternalInstance.g:8152:2: rule__PropertyAssociationInstance__Group__2__Impl rule__PropertyAssociationInstance__Group__3
{
pushFollow(FOLLOW_49);
rule__PropertyAssociationInstance__Group__2__Impl();
@@ -22156,21 +21902,21 @@ public final void rule__PropertyAssociationInstance__Group__2() throws Recogniti
// $ANTLR start "rule__PropertyAssociationInstance__Group__2__Impl"
- // InternalInstance.g:8243:1: rule__PropertyAssociationInstance__Group__2__Impl : ( ( rule__PropertyAssociationInstance__OwnedValueAssignment_2 ) ) ;
+ // InternalInstance.g:8159:1: rule__PropertyAssociationInstance__Group__2__Impl : ( ( rule__PropertyAssociationInstance__OwnedValueAssignment_2 ) ) ;
public final void rule__PropertyAssociationInstance__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8247:1: ( ( ( rule__PropertyAssociationInstance__OwnedValueAssignment_2 ) ) )
- // InternalInstance.g:8248:1: ( ( rule__PropertyAssociationInstance__OwnedValueAssignment_2 ) )
+ // InternalInstance.g:8163:1: ( ( ( rule__PropertyAssociationInstance__OwnedValueAssignment_2 ) ) )
+ // InternalInstance.g:8164:1: ( ( rule__PropertyAssociationInstance__OwnedValueAssignment_2 ) )
{
- // InternalInstance.g:8248:1: ( ( rule__PropertyAssociationInstance__OwnedValueAssignment_2 ) )
- // InternalInstance.g:8249:1: ( rule__PropertyAssociationInstance__OwnedValueAssignment_2 )
+ // InternalInstance.g:8164:1: ( ( rule__PropertyAssociationInstance__OwnedValueAssignment_2 ) )
+ // InternalInstance.g:8165:1: ( rule__PropertyAssociationInstance__OwnedValueAssignment_2 )
{
before(grammarAccess.getPropertyAssociationInstanceAccess().getOwnedValueAssignment_2());
- // InternalInstance.g:8250:1: ( rule__PropertyAssociationInstance__OwnedValueAssignment_2 )
- // InternalInstance.g:8250:2: rule__PropertyAssociationInstance__OwnedValueAssignment_2
+ // InternalInstance.g:8166:1: ( rule__PropertyAssociationInstance__OwnedValueAssignment_2 )
+ // InternalInstance.g:8166:2: rule__PropertyAssociationInstance__OwnedValueAssignment_2
{
pushFollow(FOLLOW_2);
rule__PropertyAssociationInstance__OwnedValueAssignment_2();
@@ -22203,14 +21949,14 @@ public final void rule__PropertyAssociationInstance__Group__2__Impl() throws Rec
// $ANTLR start "rule__PropertyAssociationInstance__Group__3"
- // InternalInstance.g:8260:1: rule__PropertyAssociationInstance__Group__3 : rule__PropertyAssociationInstance__Group__3__Impl rule__PropertyAssociationInstance__Group__4 ;
+ // InternalInstance.g:8176:1: rule__PropertyAssociationInstance__Group__3 : rule__PropertyAssociationInstance__Group__3__Impl rule__PropertyAssociationInstance__Group__4 ;
public final void rule__PropertyAssociationInstance__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8264:1: ( rule__PropertyAssociationInstance__Group__3__Impl rule__PropertyAssociationInstance__Group__4 )
- // InternalInstance.g:8265:2: rule__PropertyAssociationInstance__Group__3__Impl rule__PropertyAssociationInstance__Group__4
+ // InternalInstance.g:8180:1: ( rule__PropertyAssociationInstance__Group__3__Impl rule__PropertyAssociationInstance__Group__4 )
+ // InternalInstance.g:8181:2: rule__PropertyAssociationInstance__Group__3__Impl rule__PropertyAssociationInstance__Group__4
{
pushFollow(FOLLOW_49);
rule__PropertyAssociationInstance__Group__3__Impl();
@@ -22241,20 +21987,20 @@ public final void rule__PropertyAssociationInstance__Group__3() throws Recogniti
// $ANTLR start "rule__PropertyAssociationInstance__Group__3__Impl"
- // InternalInstance.g:8272:1: rule__PropertyAssociationInstance__Group__3__Impl : ( ( rule__PropertyAssociationInstance__Group_3__0 )* ) ;
+ // InternalInstance.g:8188:1: rule__PropertyAssociationInstance__Group__3__Impl : ( ( rule__PropertyAssociationInstance__Group_3__0 )* ) ;
public final void rule__PropertyAssociationInstance__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8276:1: ( ( ( rule__PropertyAssociationInstance__Group_3__0 )* ) )
- // InternalInstance.g:8277:1: ( ( rule__PropertyAssociationInstance__Group_3__0 )* )
+ // InternalInstance.g:8192:1: ( ( ( rule__PropertyAssociationInstance__Group_3__0 )* ) )
+ // InternalInstance.g:8193:1: ( ( rule__PropertyAssociationInstance__Group_3__0 )* )
{
- // InternalInstance.g:8277:1: ( ( rule__PropertyAssociationInstance__Group_3__0 )* )
- // InternalInstance.g:8278:1: ( rule__PropertyAssociationInstance__Group_3__0 )*
+ // InternalInstance.g:8193:1: ( ( rule__PropertyAssociationInstance__Group_3__0 )* )
+ // InternalInstance.g:8194:1: ( rule__PropertyAssociationInstance__Group_3__0 )*
{
before(grammarAccess.getPropertyAssociationInstanceAccess().getGroup_3());
- // InternalInstance.g:8279:1: ( rule__PropertyAssociationInstance__Group_3__0 )*
+ // InternalInstance.g:8195:1: ( rule__PropertyAssociationInstance__Group_3__0 )*
loop62:
do {
int alt62=2;
@@ -22267,7 +22013,7 @@ public final void rule__PropertyAssociationInstance__Group__3__Impl() throws Rec
switch (alt62) {
case 1 :
- // InternalInstance.g:8279:2: rule__PropertyAssociationInstance__Group_3__0
+ // InternalInstance.g:8195:2: rule__PropertyAssociationInstance__Group_3__0
{
pushFollow(FOLLOW_17);
rule__PropertyAssociationInstance__Group_3__0();
@@ -22306,14 +22052,14 @@ public final void rule__PropertyAssociationInstance__Group__3__Impl() throws Rec
// $ANTLR start "rule__PropertyAssociationInstance__Group__4"
- // InternalInstance.g:8289:1: rule__PropertyAssociationInstance__Group__4 : rule__PropertyAssociationInstance__Group__4__Impl rule__PropertyAssociationInstance__Group__5 ;
+ // InternalInstance.g:8205:1: rule__PropertyAssociationInstance__Group__4 : rule__PropertyAssociationInstance__Group__4__Impl rule__PropertyAssociationInstance__Group__5 ;
public final void rule__PropertyAssociationInstance__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8293:1: ( rule__PropertyAssociationInstance__Group__4__Impl rule__PropertyAssociationInstance__Group__5 )
- // InternalInstance.g:8294:2: rule__PropertyAssociationInstance__Group__4__Impl rule__PropertyAssociationInstance__Group__5
+ // InternalInstance.g:8209:1: ( rule__PropertyAssociationInstance__Group__4__Impl rule__PropertyAssociationInstance__Group__5 )
+ // InternalInstance.g:8210:2: rule__PropertyAssociationInstance__Group__4__Impl rule__PropertyAssociationInstance__Group__5
{
pushFollow(FOLLOW_3);
rule__PropertyAssociationInstance__Group__4__Impl();
@@ -22344,17 +22090,17 @@ public final void rule__PropertyAssociationInstance__Group__4() throws Recogniti
// $ANTLR start "rule__PropertyAssociationInstance__Group__4__Impl"
- // InternalInstance.g:8301:1: rule__PropertyAssociationInstance__Group__4__Impl : ( ':' ) ;
+ // InternalInstance.g:8217:1: rule__PropertyAssociationInstance__Group__4__Impl : ( ':' ) ;
public final void rule__PropertyAssociationInstance__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8305:1: ( ( ':' ) )
- // InternalInstance.g:8306:1: ( ':' )
+ // InternalInstance.g:8221:1: ( ( ':' ) )
+ // InternalInstance.g:8222:1: ( ':' )
{
- // InternalInstance.g:8306:1: ( ':' )
- // InternalInstance.g:8307:1: ':'
+ // InternalInstance.g:8222:1: ( ':' )
+ // InternalInstance.g:8223:1: ':'
{
before(grammarAccess.getPropertyAssociationInstanceAccess().getColonKeyword_4());
match(input,49,FOLLOW_2);
@@ -22381,14 +22127,14 @@ public final void rule__PropertyAssociationInstance__Group__4__Impl() throws Rec
// $ANTLR start "rule__PropertyAssociationInstance__Group__5"
- // InternalInstance.g:8320:1: rule__PropertyAssociationInstance__Group__5 : rule__PropertyAssociationInstance__Group__5__Impl ;
+ // InternalInstance.g:8236:1: rule__PropertyAssociationInstance__Group__5 : rule__PropertyAssociationInstance__Group__5__Impl ;
public final void rule__PropertyAssociationInstance__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8324:1: ( rule__PropertyAssociationInstance__Group__5__Impl )
- // InternalInstance.g:8325:2: rule__PropertyAssociationInstance__Group__5__Impl
+ // InternalInstance.g:8240:1: ( rule__PropertyAssociationInstance__Group__5__Impl )
+ // InternalInstance.g:8241:2: rule__PropertyAssociationInstance__Group__5__Impl
{
pushFollow(FOLLOW_2);
rule__PropertyAssociationInstance__Group__5__Impl();
@@ -22414,21 +22160,21 @@ public final void rule__PropertyAssociationInstance__Group__5() throws Recogniti
// $ANTLR start "rule__PropertyAssociationInstance__Group__5__Impl"
- // InternalInstance.g:8331:1: rule__PropertyAssociationInstance__Group__5__Impl : ( ( rule__PropertyAssociationInstance__PropertyAssociationAssignment_5 ) ) ;
+ // InternalInstance.g:8247:1: rule__PropertyAssociationInstance__Group__5__Impl : ( ( rule__PropertyAssociationInstance__PropertyAssociationAssignment_5 ) ) ;
public final void rule__PropertyAssociationInstance__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8335:1: ( ( ( rule__PropertyAssociationInstance__PropertyAssociationAssignment_5 ) ) )
- // InternalInstance.g:8336:1: ( ( rule__PropertyAssociationInstance__PropertyAssociationAssignment_5 ) )
+ // InternalInstance.g:8251:1: ( ( ( rule__PropertyAssociationInstance__PropertyAssociationAssignment_5 ) ) )
+ // InternalInstance.g:8252:1: ( ( rule__PropertyAssociationInstance__PropertyAssociationAssignment_5 ) )
{
- // InternalInstance.g:8336:1: ( ( rule__PropertyAssociationInstance__PropertyAssociationAssignment_5 ) )
- // InternalInstance.g:8337:1: ( rule__PropertyAssociationInstance__PropertyAssociationAssignment_5 )
+ // InternalInstance.g:8252:1: ( ( rule__PropertyAssociationInstance__PropertyAssociationAssignment_5 ) )
+ // InternalInstance.g:8253:1: ( rule__PropertyAssociationInstance__PropertyAssociationAssignment_5 )
{
before(grammarAccess.getPropertyAssociationInstanceAccess().getPropertyAssociationAssignment_5());
- // InternalInstance.g:8338:1: ( rule__PropertyAssociationInstance__PropertyAssociationAssignment_5 )
- // InternalInstance.g:8338:2: rule__PropertyAssociationInstance__PropertyAssociationAssignment_5
+ // InternalInstance.g:8254:1: ( rule__PropertyAssociationInstance__PropertyAssociationAssignment_5 )
+ // InternalInstance.g:8254:2: rule__PropertyAssociationInstance__PropertyAssociationAssignment_5
{
pushFollow(FOLLOW_2);
rule__PropertyAssociationInstance__PropertyAssociationAssignment_5();
@@ -22461,14 +22207,14 @@ public final void rule__PropertyAssociationInstance__Group__5__Impl() throws Rec
// $ANTLR start "rule__PropertyAssociationInstance__Group_3__0"
- // InternalInstance.g:8360:1: rule__PropertyAssociationInstance__Group_3__0 : rule__PropertyAssociationInstance__Group_3__0__Impl rule__PropertyAssociationInstance__Group_3__1 ;
+ // InternalInstance.g:8276:1: rule__PropertyAssociationInstance__Group_3__0 : rule__PropertyAssociationInstance__Group_3__0__Impl rule__PropertyAssociationInstance__Group_3__1 ;
public final void rule__PropertyAssociationInstance__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8364:1: ( rule__PropertyAssociationInstance__Group_3__0__Impl rule__PropertyAssociationInstance__Group_3__1 )
- // InternalInstance.g:8365:2: rule__PropertyAssociationInstance__Group_3__0__Impl rule__PropertyAssociationInstance__Group_3__1
+ // InternalInstance.g:8280:1: ( rule__PropertyAssociationInstance__Group_3__0__Impl rule__PropertyAssociationInstance__Group_3__1 )
+ // InternalInstance.g:8281:2: rule__PropertyAssociationInstance__Group_3__0__Impl rule__PropertyAssociationInstance__Group_3__1
{
pushFollow(FOLLOW_48);
rule__PropertyAssociationInstance__Group_3__0__Impl();
@@ -22499,17 +22245,17 @@ public final void rule__PropertyAssociationInstance__Group_3__0() throws Recogni
// $ANTLR start "rule__PropertyAssociationInstance__Group_3__0__Impl"
- // InternalInstance.g:8372:1: rule__PropertyAssociationInstance__Group_3__0__Impl : ( ',' ) ;
+ // InternalInstance.g:8288:1: rule__PropertyAssociationInstance__Group_3__0__Impl : ( ',' ) ;
public final void rule__PropertyAssociationInstance__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8376:1: ( ( ',' ) )
- // InternalInstance.g:8377:1: ( ',' )
+ // InternalInstance.g:8292:1: ( ( ',' ) )
+ // InternalInstance.g:8293:1: ( ',' )
{
- // InternalInstance.g:8377:1: ( ',' )
- // InternalInstance.g:8378:1: ','
+ // InternalInstance.g:8293:1: ( ',' )
+ // InternalInstance.g:8294:1: ','
{
before(grammarAccess.getPropertyAssociationInstanceAccess().getCommaKeyword_3_0());
match(input,57,FOLLOW_2);
@@ -22536,14 +22282,14 @@ public final void rule__PropertyAssociationInstance__Group_3__0__Impl() throws R
// $ANTLR start "rule__PropertyAssociationInstance__Group_3__1"
- // InternalInstance.g:8391:1: rule__PropertyAssociationInstance__Group_3__1 : rule__PropertyAssociationInstance__Group_3__1__Impl ;
+ // InternalInstance.g:8307:1: rule__PropertyAssociationInstance__Group_3__1 : rule__PropertyAssociationInstance__Group_3__1__Impl ;
public final void rule__PropertyAssociationInstance__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8395:1: ( rule__PropertyAssociationInstance__Group_3__1__Impl )
- // InternalInstance.g:8396:2: rule__PropertyAssociationInstance__Group_3__1__Impl
+ // InternalInstance.g:8311:1: ( rule__PropertyAssociationInstance__Group_3__1__Impl )
+ // InternalInstance.g:8312:2: rule__PropertyAssociationInstance__Group_3__1__Impl
{
pushFollow(FOLLOW_2);
rule__PropertyAssociationInstance__Group_3__1__Impl();
@@ -22569,21 +22315,21 @@ public final void rule__PropertyAssociationInstance__Group_3__1() throws Recogni
// $ANTLR start "rule__PropertyAssociationInstance__Group_3__1__Impl"
- // InternalInstance.g:8402:1: rule__PropertyAssociationInstance__Group_3__1__Impl : ( ( rule__PropertyAssociationInstance__OwnedValueAssignment_3_1 ) ) ;
+ // InternalInstance.g:8318:1: rule__PropertyAssociationInstance__Group_3__1__Impl : ( ( rule__PropertyAssociationInstance__OwnedValueAssignment_3_1 ) ) ;
public final void rule__PropertyAssociationInstance__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8406:1: ( ( ( rule__PropertyAssociationInstance__OwnedValueAssignment_3_1 ) ) )
- // InternalInstance.g:8407:1: ( ( rule__PropertyAssociationInstance__OwnedValueAssignment_3_1 ) )
+ // InternalInstance.g:8322:1: ( ( ( rule__PropertyAssociationInstance__OwnedValueAssignment_3_1 ) ) )
+ // InternalInstance.g:8323:1: ( ( rule__PropertyAssociationInstance__OwnedValueAssignment_3_1 ) )
{
- // InternalInstance.g:8407:1: ( ( rule__PropertyAssociationInstance__OwnedValueAssignment_3_1 ) )
- // InternalInstance.g:8408:1: ( rule__PropertyAssociationInstance__OwnedValueAssignment_3_1 )
+ // InternalInstance.g:8323:1: ( ( rule__PropertyAssociationInstance__OwnedValueAssignment_3_1 ) )
+ // InternalInstance.g:8324:1: ( rule__PropertyAssociationInstance__OwnedValueAssignment_3_1 )
{
before(grammarAccess.getPropertyAssociationInstanceAccess().getOwnedValueAssignment_3_1());
- // InternalInstance.g:8409:1: ( rule__PropertyAssociationInstance__OwnedValueAssignment_3_1 )
- // InternalInstance.g:8409:2: rule__PropertyAssociationInstance__OwnedValueAssignment_3_1
+ // InternalInstance.g:8325:1: ( rule__PropertyAssociationInstance__OwnedValueAssignment_3_1 )
+ // InternalInstance.g:8325:2: rule__PropertyAssociationInstance__OwnedValueAssignment_3_1
{
pushFollow(FOLLOW_2);
rule__PropertyAssociationInstance__OwnedValueAssignment_3_1();
@@ -22616,14 +22362,14 @@ public final void rule__PropertyAssociationInstance__Group_3__1__Impl() throws R
// $ANTLR start "rule__OptionalModalPropertyValue__Group__0"
- // InternalInstance.g:8423:1: rule__OptionalModalPropertyValue__Group__0 : rule__OptionalModalPropertyValue__Group__0__Impl rule__OptionalModalPropertyValue__Group__1 ;
+ // InternalInstance.g:8339:1: rule__OptionalModalPropertyValue__Group__0 : rule__OptionalModalPropertyValue__Group__0__Impl rule__OptionalModalPropertyValue__Group__1 ;
public final void rule__OptionalModalPropertyValue__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8427:1: ( rule__OptionalModalPropertyValue__Group__0__Impl rule__OptionalModalPropertyValue__Group__1 )
- // InternalInstance.g:8428:2: rule__OptionalModalPropertyValue__Group__0__Impl rule__OptionalModalPropertyValue__Group__1
+ // InternalInstance.g:8343:1: ( rule__OptionalModalPropertyValue__Group__0__Impl rule__OptionalModalPropertyValue__Group__1 )
+ // InternalInstance.g:8344:2: rule__OptionalModalPropertyValue__Group__0__Impl rule__OptionalModalPropertyValue__Group__1
{
pushFollow(FOLLOW_30);
rule__OptionalModalPropertyValue__Group__0__Impl();
@@ -22654,21 +22400,21 @@ public final void rule__OptionalModalPropertyValue__Group__0() throws Recognitio
// $ANTLR start "rule__OptionalModalPropertyValue__Group__0__Impl"
- // InternalInstance.g:8435:1: rule__OptionalModalPropertyValue__Group__0__Impl : ( ( rule__OptionalModalPropertyValue__OwnedValueAssignment_0 ) ) ;
+ // InternalInstance.g:8351:1: rule__OptionalModalPropertyValue__Group__0__Impl : ( ( rule__OptionalModalPropertyValue__OwnedValueAssignment_0 ) ) ;
public final void rule__OptionalModalPropertyValue__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8439:1: ( ( ( rule__OptionalModalPropertyValue__OwnedValueAssignment_0 ) ) )
- // InternalInstance.g:8440:1: ( ( rule__OptionalModalPropertyValue__OwnedValueAssignment_0 ) )
+ // InternalInstance.g:8355:1: ( ( ( rule__OptionalModalPropertyValue__OwnedValueAssignment_0 ) ) )
+ // InternalInstance.g:8356:1: ( ( rule__OptionalModalPropertyValue__OwnedValueAssignment_0 ) )
{
- // InternalInstance.g:8440:1: ( ( rule__OptionalModalPropertyValue__OwnedValueAssignment_0 ) )
- // InternalInstance.g:8441:1: ( rule__OptionalModalPropertyValue__OwnedValueAssignment_0 )
+ // InternalInstance.g:8356:1: ( ( rule__OptionalModalPropertyValue__OwnedValueAssignment_0 ) )
+ // InternalInstance.g:8357:1: ( rule__OptionalModalPropertyValue__OwnedValueAssignment_0 )
{
before(grammarAccess.getOptionalModalPropertyValueAccess().getOwnedValueAssignment_0());
- // InternalInstance.g:8442:1: ( rule__OptionalModalPropertyValue__OwnedValueAssignment_0 )
- // InternalInstance.g:8442:2: rule__OptionalModalPropertyValue__OwnedValueAssignment_0
+ // InternalInstance.g:8358:1: ( rule__OptionalModalPropertyValue__OwnedValueAssignment_0 )
+ // InternalInstance.g:8358:2: rule__OptionalModalPropertyValue__OwnedValueAssignment_0
{
pushFollow(FOLLOW_2);
rule__OptionalModalPropertyValue__OwnedValueAssignment_0();
@@ -22701,14 +22447,14 @@ public final void rule__OptionalModalPropertyValue__Group__0__Impl() throws Reco
// $ANTLR start "rule__OptionalModalPropertyValue__Group__1"
- // InternalInstance.g:8452:1: rule__OptionalModalPropertyValue__Group__1 : rule__OptionalModalPropertyValue__Group__1__Impl ;
+ // InternalInstance.g:8368:1: rule__OptionalModalPropertyValue__Group__1 : rule__OptionalModalPropertyValue__Group__1__Impl ;
public final void rule__OptionalModalPropertyValue__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8456:1: ( rule__OptionalModalPropertyValue__Group__1__Impl )
- // InternalInstance.g:8457:2: rule__OptionalModalPropertyValue__Group__1__Impl
+ // InternalInstance.g:8372:1: ( rule__OptionalModalPropertyValue__Group__1__Impl )
+ // InternalInstance.g:8373:2: rule__OptionalModalPropertyValue__Group__1__Impl
{
pushFollow(FOLLOW_2);
rule__OptionalModalPropertyValue__Group__1__Impl();
@@ -22734,20 +22480,20 @@ public final void rule__OptionalModalPropertyValue__Group__1() throws Recognitio
// $ANTLR start "rule__OptionalModalPropertyValue__Group__1__Impl"
- // InternalInstance.g:8463:1: rule__OptionalModalPropertyValue__Group__1__Impl : ( ( rule__OptionalModalPropertyValue__Group_1__0 )? ) ;
+ // InternalInstance.g:8379:1: rule__OptionalModalPropertyValue__Group__1__Impl : ( ( rule__OptionalModalPropertyValue__Group_1__0 )? ) ;
public final void rule__OptionalModalPropertyValue__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8467:1: ( ( ( rule__OptionalModalPropertyValue__Group_1__0 )? ) )
- // InternalInstance.g:8468:1: ( ( rule__OptionalModalPropertyValue__Group_1__0 )? )
+ // InternalInstance.g:8383:1: ( ( ( rule__OptionalModalPropertyValue__Group_1__0 )? ) )
+ // InternalInstance.g:8384:1: ( ( rule__OptionalModalPropertyValue__Group_1__0 )? )
{
- // InternalInstance.g:8468:1: ( ( rule__OptionalModalPropertyValue__Group_1__0 )? )
- // InternalInstance.g:8469:1: ( rule__OptionalModalPropertyValue__Group_1__0 )?
+ // InternalInstance.g:8384:1: ( ( rule__OptionalModalPropertyValue__Group_1__0 )? )
+ // InternalInstance.g:8385:1: ( rule__OptionalModalPropertyValue__Group_1__0 )?
{
before(grammarAccess.getOptionalModalPropertyValueAccess().getGroup_1());
- // InternalInstance.g:8470:1: ( rule__OptionalModalPropertyValue__Group_1__0 )?
+ // InternalInstance.g:8386:1: ( rule__OptionalModalPropertyValue__Group_1__0 )?
int alt63=2;
int LA63_0 = input.LA(1);
@@ -22760,7 +22506,7 @@ public final void rule__OptionalModalPropertyValue__Group__1__Impl() throws Reco
}
switch (alt63) {
case 1 :
- // InternalInstance.g:8470:2: rule__OptionalModalPropertyValue__Group_1__0
+ // InternalInstance.g:8386:2: rule__OptionalModalPropertyValue__Group_1__0
{
pushFollow(FOLLOW_2);
rule__OptionalModalPropertyValue__Group_1__0();
@@ -22796,14 +22542,14 @@ public final void rule__OptionalModalPropertyValue__Group__1__Impl() throws Reco
// $ANTLR start "rule__OptionalModalPropertyValue__Group_1__0"
- // InternalInstance.g:8484:1: rule__OptionalModalPropertyValue__Group_1__0 : rule__OptionalModalPropertyValue__Group_1__0__Impl rule__OptionalModalPropertyValue__Group_1__1 ;
+ // InternalInstance.g:8400:1: rule__OptionalModalPropertyValue__Group_1__0 : rule__OptionalModalPropertyValue__Group_1__0__Impl rule__OptionalModalPropertyValue__Group_1__1 ;
public final void rule__OptionalModalPropertyValue__Group_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8488:1: ( rule__OptionalModalPropertyValue__Group_1__0__Impl rule__OptionalModalPropertyValue__Group_1__1 )
- // InternalInstance.g:8489:2: rule__OptionalModalPropertyValue__Group_1__0__Impl rule__OptionalModalPropertyValue__Group_1__1
+ // InternalInstance.g:8404:1: ( rule__OptionalModalPropertyValue__Group_1__0__Impl rule__OptionalModalPropertyValue__Group_1__1 )
+ // InternalInstance.g:8405:2: rule__OptionalModalPropertyValue__Group_1__0__Impl rule__OptionalModalPropertyValue__Group_1__1
{
pushFollow(FOLLOW_14);
rule__OptionalModalPropertyValue__Group_1__0__Impl();
@@ -22834,17 +22580,17 @@ public final void rule__OptionalModalPropertyValue__Group_1__0() throws Recognit
// $ANTLR start "rule__OptionalModalPropertyValue__Group_1__0__Impl"
- // InternalInstance.g:8496:1: rule__OptionalModalPropertyValue__Group_1__0__Impl : ( 'in' ) ;
+ // InternalInstance.g:8412:1: rule__OptionalModalPropertyValue__Group_1__0__Impl : ( 'in' ) ;
public final void rule__OptionalModalPropertyValue__Group_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8500:1: ( ( 'in' ) )
- // InternalInstance.g:8501:1: ( 'in' )
+ // InternalInstance.g:8416:1: ( ( 'in' ) )
+ // InternalInstance.g:8417:1: ( 'in' )
{
- // InternalInstance.g:8501:1: ( 'in' )
- // InternalInstance.g:8502:1: 'in'
+ // InternalInstance.g:8417:1: ( 'in' )
+ // InternalInstance.g:8418:1: 'in'
{
before(grammarAccess.getOptionalModalPropertyValueAccess().getInKeyword_1_0());
match(input,17,FOLLOW_2);
@@ -22871,14 +22617,14 @@ public final void rule__OptionalModalPropertyValue__Group_1__0__Impl() throws Re
// $ANTLR start "rule__OptionalModalPropertyValue__Group_1__1"
- // InternalInstance.g:8515:1: rule__OptionalModalPropertyValue__Group_1__1 : rule__OptionalModalPropertyValue__Group_1__1__Impl rule__OptionalModalPropertyValue__Group_1__2 ;
+ // InternalInstance.g:8431:1: rule__OptionalModalPropertyValue__Group_1__1 : rule__OptionalModalPropertyValue__Group_1__1__Impl rule__OptionalModalPropertyValue__Group_1__2 ;
public final void rule__OptionalModalPropertyValue__Group_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8519:1: ( rule__OptionalModalPropertyValue__Group_1__1__Impl rule__OptionalModalPropertyValue__Group_1__2 )
- // InternalInstance.g:8520:2: rule__OptionalModalPropertyValue__Group_1__1__Impl rule__OptionalModalPropertyValue__Group_1__2
+ // InternalInstance.g:8435:1: ( rule__OptionalModalPropertyValue__Group_1__1__Impl rule__OptionalModalPropertyValue__Group_1__2 )
+ // InternalInstance.g:8436:2: rule__OptionalModalPropertyValue__Group_1__1__Impl rule__OptionalModalPropertyValue__Group_1__2
{
pushFollow(FOLLOW_15);
rule__OptionalModalPropertyValue__Group_1__1__Impl();
@@ -22909,17 +22655,17 @@ public final void rule__OptionalModalPropertyValue__Group_1__1() throws Recognit
// $ANTLR start "rule__OptionalModalPropertyValue__Group_1__1__Impl"
- // InternalInstance.g:8527:1: rule__OptionalModalPropertyValue__Group_1__1__Impl : ( 'modes' ) ;
+ // InternalInstance.g:8443:1: rule__OptionalModalPropertyValue__Group_1__1__Impl : ( 'modes' ) ;
public final void rule__OptionalModalPropertyValue__Group_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8531:1: ( ( 'modes' ) )
- // InternalInstance.g:8532:1: ( 'modes' )
+ // InternalInstance.g:8447:1: ( ( 'modes' ) )
+ // InternalInstance.g:8448:1: ( 'modes' )
{
- // InternalInstance.g:8532:1: ( 'modes' )
- // InternalInstance.g:8533:1: 'modes'
+ // InternalInstance.g:8448:1: ( 'modes' )
+ // InternalInstance.g:8449:1: 'modes'
{
before(grammarAccess.getOptionalModalPropertyValueAccess().getModesKeyword_1_1());
match(input,54,FOLLOW_2);
@@ -22946,14 +22692,14 @@ public final void rule__OptionalModalPropertyValue__Group_1__1__Impl() throws Re
// $ANTLR start "rule__OptionalModalPropertyValue__Group_1__2"
- // InternalInstance.g:8546:1: rule__OptionalModalPropertyValue__Group_1__2 : rule__OptionalModalPropertyValue__Group_1__2__Impl rule__OptionalModalPropertyValue__Group_1__3 ;
+ // InternalInstance.g:8462:1: rule__OptionalModalPropertyValue__Group_1__2 : rule__OptionalModalPropertyValue__Group_1__2__Impl rule__OptionalModalPropertyValue__Group_1__3 ;
public final void rule__OptionalModalPropertyValue__Group_1__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8550:1: ( rule__OptionalModalPropertyValue__Group_1__2__Impl rule__OptionalModalPropertyValue__Group_1__3 )
- // InternalInstance.g:8551:2: rule__OptionalModalPropertyValue__Group_1__2__Impl rule__OptionalModalPropertyValue__Group_1__3
+ // InternalInstance.g:8466:1: ( rule__OptionalModalPropertyValue__Group_1__2__Impl rule__OptionalModalPropertyValue__Group_1__3 )
+ // InternalInstance.g:8467:2: rule__OptionalModalPropertyValue__Group_1__2__Impl rule__OptionalModalPropertyValue__Group_1__3
{
pushFollow(FOLLOW_3);
rule__OptionalModalPropertyValue__Group_1__2__Impl();
@@ -22984,17 +22730,17 @@ public final void rule__OptionalModalPropertyValue__Group_1__2() throws Recognit
// $ANTLR start "rule__OptionalModalPropertyValue__Group_1__2__Impl"
- // InternalInstance.g:8558:1: rule__OptionalModalPropertyValue__Group_1__2__Impl : ( '(' ) ;
+ // InternalInstance.g:8474:1: rule__OptionalModalPropertyValue__Group_1__2__Impl : ( '(' ) ;
public final void rule__OptionalModalPropertyValue__Group_1__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8562:1: ( ( '(' ) )
- // InternalInstance.g:8563:1: ( '(' )
+ // InternalInstance.g:8478:1: ( ( '(' ) )
+ // InternalInstance.g:8479:1: ( '(' )
{
- // InternalInstance.g:8563:1: ( '(' )
- // InternalInstance.g:8564:1: '('
+ // InternalInstance.g:8479:1: ( '(' )
+ // InternalInstance.g:8480:1: '('
{
before(grammarAccess.getOptionalModalPropertyValueAccess().getLeftParenthesisKeyword_1_2());
match(input,55,FOLLOW_2);
@@ -23021,14 +22767,14 @@ public final void rule__OptionalModalPropertyValue__Group_1__2__Impl() throws Re
// $ANTLR start "rule__OptionalModalPropertyValue__Group_1__3"
- // InternalInstance.g:8577:1: rule__OptionalModalPropertyValue__Group_1__3 : rule__OptionalModalPropertyValue__Group_1__3__Impl rule__OptionalModalPropertyValue__Group_1__4 ;
+ // InternalInstance.g:8493:1: rule__OptionalModalPropertyValue__Group_1__3 : rule__OptionalModalPropertyValue__Group_1__3__Impl rule__OptionalModalPropertyValue__Group_1__4 ;
public final void rule__OptionalModalPropertyValue__Group_1__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8581:1: ( rule__OptionalModalPropertyValue__Group_1__3__Impl rule__OptionalModalPropertyValue__Group_1__4 )
- // InternalInstance.g:8582:2: rule__OptionalModalPropertyValue__Group_1__3__Impl rule__OptionalModalPropertyValue__Group_1__4
+ // InternalInstance.g:8497:1: ( rule__OptionalModalPropertyValue__Group_1__3__Impl rule__OptionalModalPropertyValue__Group_1__4 )
+ // InternalInstance.g:8498:2: rule__OptionalModalPropertyValue__Group_1__3__Impl rule__OptionalModalPropertyValue__Group_1__4
{
pushFollow(FOLLOW_16);
rule__OptionalModalPropertyValue__Group_1__3__Impl();
@@ -23059,21 +22805,21 @@ public final void rule__OptionalModalPropertyValue__Group_1__3() throws Recognit
// $ANTLR start "rule__OptionalModalPropertyValue__Group_1__3__Impl"
- // InternalInstance.g:8589:1: rule__OptionalModalPropertyValue__Group_1__3__Impl : ( ( rule__OptionalModalPropertyValue__InModeAssignment_1_3 ) ) ;
+ // InternalInstance.g:8505:1: rule__OptionalModalPropertyValue__Group_1__3__Impl : ( ( rule__OptionalModalPropertyValue__InModeAssignment_1_3 ) ) ;
public final void rule__OptionalModalPropertyValue__Group_1__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8593:1: ( ( ( rule__OptionalModalPropertyValue__InModeAssignment_1_3 ) ) )
- // InternalInstance.g:8594:1: ( ( rule__OptionalModalPropertyValue__InModeAssignment_1_3 ) )
+ // InternalInstance.g:8509:1: ( ( ( rule__OptionalModalPropertyValue__InModeAssignment_1_3 ) ) )
+ // InternalInstance.g:8510:1: ( ( rule__OptionalModalPropertyValue__InModeAssignment_1_3 ) )
{
- // InternalInstance.g:8594:1: ( ( rule__OptionalModalPropertyValue__InModeAssignment_1_3 ) )
- // InternalInstance.g:8595:1: ( rule__OptionalModalPropertyValue__InModeAssignment_1_3 )
+ // InternalInstance.g:8510:1: ( ( rule__OptionalModalPropertyValue__InModeAssignment_1_3 ) )
+ // InternalInstance.g:8511:1: ( rule__OptionalModalPropertyValue__InModeAssignment_1_3 )
{
before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_3());
- // InternalInstance.g:8596:1: ( rule__OptionalModalPropertyValue__InModeAssignment_1_3 )
- // InternalInstance.g:8596:2: rule__OptionalModalPropertyValue__InModeAssignment_1_3
+ // InternalInstance.g:8512:1: ( rule__OptionalModalPropertyValue__InModeAssignment_1_3 )
+ // InternalInstance.g:8512:2: rule__OptionalModalPropertyValue__InModeAssignment_1_3
{
pushFollow(FOLLOW_2);
rule__OptionalModalPropertyValue__InModeAssignment_1_3();
@@ -23106,14 +22852,14 @@ public final void rule__OptionalModalPropertyValue__Group_1__3__Impl() throws Re
// $ANTLR start "rule__OptionalModalPropertyValue__Group_1__4"
- // InternalInstance.g:8606:1: rule__OptionalModalPropertyValue__Group_1__4 : rule__OptionalModalPropertyValue__Group_1__4__Impl rule__OptionalModalPropertyValue__Group_1__5 ;
+ // InternalInstance.g:8522:1: rule__OptionalModalPropertyValue__Group_1__4 : rule__OptionalModalPropertyValue__Group_1__4__Impl rule__OptionalModalPropertyValue__Group_1__5 ;
public final void rule__OptionalModalPropertyValue__Group_1__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8610:1: ( rule__OptionalModalPropertyValue__Group_1__4__Impl rule__OptionalModalPropertyValue__Group_1__5 )
- // InternalInstance.g:8611:2: rule__OptionalModalPropertyValue__Group_1__4__Impl rule__OptionalModalPropertyValue__Group_1__5
+ // InternalInstance.g:8526:1: ( rule__OptionalModalPropertyValue__Group_1__4__Impl rule__OptionalModalPropertyValue__Group_1__5 )
+ // InternalInstance.g:8527:2: rule__OptionalModalPropertyValue__Group_1__4__Impl rule__OptionalModalPropertyValue__Group_1__5
{
pushFollow(FOLLOW_16);
rule__OptionalModalPropertyValue__Group_1__4__Impl();
@@ -23144,20 +22890,20 @@ public final void rule__OptionalModalPropertyValue__Group_1__4() throws Recognit
// $ANTLR start "rule__OptionalModalPropertyValue__Group_1__4__Impl"
- // InternalInstance.g:8618:1: rule__OptionalModalPropertyValue__Group_1__4__Impl : ( ( rule__OptionalModalPropertyValue__Group_1_4__0 )* ) ;
+ // InternalInstance.g:8534:1: rule__OptionalModalPropertyValue__Group_1__4__Impl : ( ( rule__OptionalModalPropertyValue__Group_1_4__0 )* ) ;
public final void rule__OptionalModalPropertyValue__Group_1__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8622:1: ( ( ( rule__OptionalModalPropertyValue__Group_1_4__0 )* ) )
- // InternalInstance.g:8623:1: ( ( rule__OptionalModalPropertyValue__Group_1_4__0 )* )
+ // InternalInstance.g:8538:1: ( ( ( rule__OptionalModalPropertyValue__Group_1_4__0 )* ) )
+ // InternalInstance.g:8539:1: ( ( rule__OptionalModalPropertyValue__Group_1_4__0 )* )
{
- // InternalInstance.g:8623:1: ( ( rule__OptionalModalPropertyValue__Group_1_4__0 )* )
- // InternalInstance.g:8624:1: ( rule__OptionalModalPropertyValue__Group_1_4__0 )*
+ // InternalInstance.g:8539:1: ( ( rule__OptionalModalPropertyValue__Group_1_4__0 )* )
+ // InternalInstance.g:8540:1: ( rule__OptionalModalPropertyValue__Group_1_4__0 )*
{
before(grammarAccess.getOptionalModalPropertyValueAccess().getGroup_1_4());
- // InternalInstance.g:8625:1: ( rule__OptionalModalPropertyValue__Group_1_4__0 )*
+ // InternalInstance.g:8541:1: ( rule__OptionalModalPropertyValue__Group_1_4__0 )*
loop64:
do {
int alt64=2;
@@ -23170,7 +22916,7 @@ public final void rule__OptionalModalPropertyValue__Group_1__4__Impl() throws Re
switch (alt64) {
case 1 :
- // InternalInstance.g:8625:2: rule__OptionalModalPropertyValue__Group_1_4__0
+ // InternalInstance.g:8541:2: rule__OptionalModalPropertyValue__Group_1_4__0
{
pushFollow(FOLLOW_17);
rule__OptionalModalPropertyValue__Group_1_4__0();
@@ -23209,14 +22955,14 @@ public final void rule__OptionalModalPropertyValue__Group_1__4__Impl() throws Re
// $ANTLR start "rule__OptionalModalPropertyValue__Group_1__5"
- // InternalInstance.g:8635:1: rule__OptionalModalPropertyValue__Group_1__5 : rule__OptionalModalPropertyValue__Group_1__5__Impl ;
+ // InternalInstance.g:8551:1: rule__OptionalModalPropertyValue__Group_1__5 : rule__OptionalModalPropertyValue__Group_1__5__Impl ;
public final void rule__OptionalModalPropertyValue__Group_1__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8639:1: ( rule__OptionalModalPropertyValue__Group_1__5__Impl )
- // InternalInstance.g:8640:2: rule__OptionalModalPropertyValue__Group_1__5__Impl
+ // InternalInstance.g:8555:1: ( rule__OptionalModalPropertyValue__Group_1__5__Impl )
+ // InternalInstance.g:8556:2: rule__OptionalModalPropertyValue__Group_1__5__Impl
{
pushFollow(FOLLOW_2);
rule__OptionalModalPropertyValue__Group_1__5__Impl();
@@ -23242,17 +22988,17 @@ public final void rule__OptionalModalPropertyValue__Group_1__5() throws Recognit
// $ANTLR start "rule__OptionalModalPropertyValue__Group_1__5__Impl"
- // InternalInstance.g:8646:1: rule__OptionalModalPropertyValue__Group_1__5__Impl : ( ')' ) ;
+ // InternalInstance.g:8562:1: rule__OptionalModalPropertyValue__Group_1__5__Impl : ( ')' ) ;
public final void rule__OptionalModalPropertyValue__Group_1__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8650:1: ( ( ')' ) )
- // InternalInstance.g:8651:1: ( ')' )
+ // InternalInstance.g:8566:1: ( ( ')' ) )
+ // InternalInstance.g:8567:1: ( ')' )
{
- // InternalInstance.g:8651:1: ( ')' )
- // InternalInstance.g:8652:1: ')'
+ // InternalInstance.g:8567:1: ( ')' )
+ // InternalInstance.g:8568:1: ')'
{
before(grammarAccess.getOptionalModalPropertyValueAccess().getRightParenthesisKeyword_1_5());
match(input,56,FOLLOW_2);
@@ -23279,14 +23025,14 @@ public final void rule__OptionalModalPropertyValue__Group_1__5__Impl() throws Re
// $ANTLR start "rule__OptionalModalPropertyValue__Group_1_4__0"
- // InternalInstance.g:8677:1: rule__OptionalModalPropertyValue__Group_1_4__0 : rule__OptionalModalPropertyValue__Group_1_4__0__Impl rule__OptionalModalPropertyValue__Group_1_4__1 ;
+ // InternalInstance.g:8593:1: rule__OptionalModalPropertyValue__Group_1_4__0 : rule__OptionalModalPropertyValue__Group_1_4__0__Impl rule__OptionalModalPropertyValue__Group_1_4__1 ;
public final void rule__OptionalModalPropertyValue__Group_1_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8681:1: ( rule__OptionalModalPropertyValue__Group_1_4__0__Impl rule__OptionalModalPropertyValue__Group_1_4__1 )
- // InternalInstance.g:8682:2: rule__OptionalModalPropertyValue__Group_1_4__0__Impl rule__OptionalModalPropertyValue__Group_1_4__1
+ // InternalInstance.g:8597:1: ( rule__OptionalModalPropertyValue__Group_1_4__0__Impl rule__OptionalModalPropertyValue__Group_1_4__1 )
+ // InternalInstance.g:8598:2: rule__OptionalModalPropertyValue__Group_1_4__0__Impl rule__OptionalModalPropertyValue__Group_1_4__1
{
pushFollow(FOLLOW_3);
rule__OptionalModalPropertyValue__Group_1_4__0__Impl();
@@ -23317,17 +23063,17 @@ public final void rule__OptionalModalPropertyValue__Group_1_4__0() throws Recogn
// $ANTLR start "rule__OptionalModalPropertyValue__Group_1_4__0__Impl"
- // InternalInstance.g:8689:1: rule__OptionalModalPropertyValue__Group_1_4__0__Impl : ( ',' ) ;
+ // InternalInstance.g:8605:1: rule__OptionalModalPropertyValue__Group_1_4__0__Impl : ( ',' ) ;
public final void rule__OptionalModalPropertyValue__Group_1_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8693:1: ( ( ',' ) )
- // InternalInstance.g:8694:1: ( ',' )
+ // InternalInstance.g:8609:1: ( ( ',' ) )
+ // InternalInstance.g:8610:1: ( ',' )
{
- // InternalInstance.g:8694:1: ( ',' )
- // InternalInstance.g:8695:1: ','
+ // InternalInstance.g:8610:1: ( ',' )
+ // InternalInstance.g:8611:1: ','
{
before(grammarAccess.getOptionalModalPropertyValueAccess().getCommaKeyword_1_4_0());
match(input,57,FOLLOW_2);
@@ -23354,14 +23100,14 @@ public final void rule__OptionalModalPropertyValue__Group_1_4__0__Impl() throws
// $ANTLR start "rule__OptionalModalPropertyValue__Group_1_4__1"
- // InternalInstance.g:8708:1: rule__OptionalModalPropertyValue__Group_1_4__1 : rule__OptionalModalPropertyValue__Group_1_4__1__Impl ;
+ // InternalInstance.g:8624:1: rule__OptionalModalPropertyValue__Group_1_4__1 : rule__OptionalModalPropertyValue__Group_1_4__1__Impl ;
public final void rule__OptionalModalPropertyValue__Group_1_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8712:1: ( rule__OptionalModalPropertyValue__Group_1_4__1__Impl )
- // InternalInstance.g:8713:2: rule__OptionalModalPropertyValue__Group_1_4__1__Impl
+ // InternalInstance.g:8628:1: ( rule__OptionalModalPropertyValue__Group_1_4__1__Impl )
+ // InternalInstance.g:8629:2: rule__OptionalModalPropertyValue__Group_1_4__1__Impl
{
pushFollow(FOLLOW_2);
rule__OptionalModalPropertyValue__Group_1_4__1__Impl();
@@ -23387,21 +23133,21 @@ public final void rule__OptionalModalPropertyValue__Group_1_4__1() throws Recogn
// $ANTLR start "rule__OptionalModalPropertyValue__Group_1_4__1__Impl"
- // InternalInstance.g:8719:1: rule__OptionalModalPropertyValue__Group_1_4__1__Impl : ( ( rule__OptionalModalPropertyValue__InModeAssignment_1_4_1 ) ) ;
+ // InternalInstance.g:8635:1: rule__OptionalModalPropertyValue__Group_1_4__1__Impl : ( ( rule__OptionalModalPropertyValue__InModeAssignment_1_4_1 ) ) ;
public final void rule__OptionalModalPropertyValue__Group_1_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8723:1: ( ( ( rule__OptionalModalPropertyValue__InModeAssignment_1_4_1 ) ) )
- // InternalInstance.g:8724:1: ( ( rule__OptionalModalPropertyValue__InModeAssignment_1_4_1 ) )
+ // InternalInstance.g:8639:1: ( ( ( rule__OptionalModalPropertyValue__InModeAssignment_1_4_1 ) ) )
+ // InternalInstance.g:8640:1: ( ( rule__OptionalModalPropertyValue__InModeAssignment_1_4_1 ) )
{
- // InternalInstance.g:8724:1: ( ( rule__OptionalModalPropertyValue__InModeAssignment_1_4_1 ) )
- // InternalInstance.g:8725:1: ( rule__OptionalModalPropertyValue__InModeAssignment_1_4_1 )
+ // InternalInstance.g:8640:1: ( ( rule__OptionalModalPropertyValue__InModeAssignment_1_4_1 ) )
+ // InternalInstance.g:8641:1: ( rule__OptionalModalPropertyValue__InModeAssignment_1_4_1 )
{
before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_4_1());
- // InternalInstance.g:8726:1: ( rule__OptionalModalPropertyValue__InModeAssignment_1_4_1 )
- // InternalInstance.g:8726:2: rule__OptionalModalPropertyValue__InModeAssignment_1_4_1
+ // InternalInstance.g:8642:1: ( rule__OptionalModalPropertyValue__InModeAssignment_1_4_1 )
+ // InternalInstance.g:8642:2: rule__OptionalModalPropertyValue__InModeAssignment_1_4_1
{
pushFollow(FOLLOW_2);
rule__OptionalModalPropertyValue__InModeAssignment_1_4_1();
@@ -23434,14 +23180,14 @@ public final void rule__OptionalModalPropertyValue__Group_1_4__1__Impl() throws
// $ANTLR start "rule__ContainmentPathElement__Group__0"
- // InternalInstance.g:8740:1: rule__ContainmentPathElement__Group__0 : rule__ContainmentPathElement__Group__0__Impl rule__ContainmentPathElement__Group__1 ;
+ // InternalInstance.g:8656:1: rule__ContainmentPathElement__Group__0 : rule__ContainmentPathElement__Group__0__Impl rule__ContainmentPathElement__Group__1 ;
public final void rule__ContainmentPathElement__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8744:1: ( rule__ContainmentPathElement__Group__0__Impl rule__ContainmentPathElement__Group__1 )
- // InternalInstance.g:8745:2: rule__ContainmentPathElement__Group__0__Impl rule__ContainmentPathElement__Group__1
+ // InternalInstance.g:8660:1: ( rule__ContainmentPathElement__Group__0__Impl rule__ContainmentPathElement__Group__1 )
+ // InternalInstance.g:8661:2: rule__ContainmentPathElement__Group__0__Impl rule__ContainmentPathElement__Group__1
{
pushFollow(FOLLOW_50);
rule__ContainmentPathElement__Group__0__Impl();
@@ -23472,21 +23218,21 @@ public final void rule__ContainmentPathElement__Group__0() throws RecognitionExc
// $ANTLR start "rule__ContainmentPathElement__Group__0__Impl"
- // InternalInstance.g:8752:1: rule__ContainmentPathElement__Group__0__Impl : ( ( rule__ContainmentPathElement__NamedElementAssignment_0 ) ) ;
+ // InternalInstance.g:8668:1: rule__ContainmentPathElement__Group__0__Impl : ( ( rule__ContainmentPathElement__NamedElementAssignment_0 ) ) ;
public final void rule__ContainmentPathElement__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8756:1: ( ( ( rule__ContainmentPathElement__NamedElementAssignment_0 ) ) )
- // InternalInstance.g:8757:1: ( ( rule__ContainmentPathElement__NamedElementAssignment_0 ) )
+ // InternalInstance.g:8672:1: ( ( ( rule__ContainmentPathElement__NamedElementAssignment_0 ) ) )
+ // InternalInstance.g:8673:1: ( ( rule__ContainmentPathElement__NamedElementAssignment_0 ) )
{
- // InternalInstance.g:8757:1: ( ( rule__ContainmentPathElement__NamedElementAssignment_0 ) )
- // InternalInstance.g:8758:1: ( rule__ContainmentPathElement__NamedElementAssignment_0 )
+ // InternalInstance.g:8673:1: ( ( rule__ContainmentPathElement__NamedElementAssignment_0 ) )
+ // InternalInstance.g:8674:1: ( rule__ContainmentPathElement__NamedElementAssignment_0 )
{
before(grammarAccess.getContainmentPathElementAccess().getNamedElementAssignment_0());
- // InternalInstance.g:8759:1: ( rule__ContainmentPathElement__NamedElementAssignment_0 )
- // InternalInstance.g:8759:2: rule__ContainmentPathElement__NamedElementAssignment_0
+ // InternalInstance.g:8675:1: ( rule__ContainmentPathElement__NamedElementAssignment_0 )
+ // InternalInstance.g:8675:2: rule__ContainmentPathElement__NamedElementAssignment_0
{
pushFollow(FOLLOW_2);
rule__ContainmentPathElement__NamedElementAssignment_0();
@@ -23519,14 +23265,14 @@ public final void rule__ContainmentPathElement__Group__0__Impl() throws Recognit
// $ANTLR start "rule__ContainmentPathElement__Group__1"
- // InternalInstance.g:8769:1: rule__ContainmentPathElement__Group__1 : rule__ContainmentPathElement__Group__1__Impl rule__ContainmentPathElement__Group__2 ;
+ // InternalInstance.g:8685:1: rule__ContainmentPathElement__Group__1 : rule__ContainmentPathElement__Group__1__Impl rule__ContainmentPathElement__Group__2 ;
public final void rule__ContainmentPathElement__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8773:1: ( rule__ContainmentPathElement__Group__1__Impl rule__ContainmentPathElement__Group__2 )
- // InternalInstance.g:8774:2: rule__ContainmentPathElement__Group__1__Impl rule__ContainmentPathElement__Group__2
+ // InternalInstance.g:8689:1: ( rule__ContainmentPathElement__Group__1__Impl rule__ContainmentPathElement__Group__2 )
+ // InternalInstance.g:8690:2: rule__ContainmentPathElement__Group__1__Impl rule__ContainmentPathElement__Group__2
{
pushFollow(FOLLOW_50);
rule__ContainmentPathElement__Group__1__Impl();
@@ -23557,20 +23303,20 @@ public final void rule__ContainmentPathElement__Group__1() throws RecognitionExc
// $ANTLR start "rule__ContainmentPathElement__Group__1__Impl"
- // InternalInstance.g:8781:1: rule__ContainmentPathElement__Group__1__Impl : ( ( rule__ContainmentPathElement__ArrayRangeAssignment_1 )? ) ;
+ // InternalInstance.g:8697:1: rule__ContainmentPathElement__Group__1__Impl : ( ( rule__ContainmentPathElement__ArrayRangeAssignment_1 )? ) ;
public final void rule__ContainmentPathElement__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8785:1: ( ( ( rule__ContainmentPathElement__ArrayRangeAssignment_1 )? ) )
- // InternalInstance.g:8786:1: ( ( rule__ContainmentPathElement__ArrayRangeAssignment_1 )? )
+ // InternalInstance.g:8701:1: ( ( ( rule__ContainmentPathElement__ArrayRangeAssignment_1 )? ) )
+ // InternalInstance.g:8702:1: ( ( rule__ContainmentPathElement__ArrayRangeAssignment_1 )? )
{
- // InternalInstance.g:8786:1: ( ( rule__ContainmentPathElement__ArrayRangeAssignment_1 )? )
- // InternalInstance.g:8787:1: ( rule__ContainmentPathElement__ArrayRangeAssignment_1 )?
+ // InternalInstance.g:8702:1: ( ( rule__ContainmentPathElement__ArrayRangeAssignment_1 )? )
+ // InternalInstance.g:8703:1: ( rule__ContainmentPathElement__ArrayRangeAssignment_1 )?
{
before(grammarAccess.getContainmentPathElementAccess().getArrayRangeAssignment_1());
- // InternalInstance.g:8788:1: ( rule__ContainmentPathElement__ArrayRangeAssignment_1 )?
+ // InternalInstance.g:8704:1: ( rule__ContainmentPathElement__ArrayRangeAssignment_1 )?
int alt65=2;
int LA65_0 = input.LA(1);
@@ -23579,7 +23325,7 @@ public final void rule__ContainmentPathElement__Group__1__Impl() throws Recognit
}
switch (alt65) {
case 1 :
- // InternalInstance.g:8788:2: rule__ContainmentPathElement__ArrayRangeAssignment_1
+ // InternalInstance.g:8704:2: rule__ContainmentPathElement__ArrayRangeAssignment_1
{
pushFollow(FOLLOW_2);
rule__ContainmentPathElement__ArrayRangeAssignment_1();
@@ -23615,14 +23361,14 @@ public final void rule__ContainmentPathElement__Group__1__Impl() throws Recognit
// $ANTLR start "rule__ContainmentPathElement__Group__2"
- // InternalInstance.g:8798:1: rule__ContainmentPathElement__Group__2 : rule__ContainmentPathElement__Group__2__Impl ;
+ // InternalInstance.g:8714:1: rule__ContainmentPathElement__Group__2 : rule__ContainmentPathElement__Group__2__Impl ;
public final void rule__ContainmentPathElement__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8802:1: ( rule__ContainmentPathElement__Group__2__Impl )
- // InternalInstance.g:8803:2: rule__ContainmentPathElement__Group__2__Impl
+ // InternalInstance.g:8718:1: ( rule__ContainmentPathElement__Group__2__Impl )
+ // InternalInstance.g:8719:2: rule__ContainmentPathElement__Group__2__Impl
{
pushFollow(FOLLOW_2);
rule__ContainmentPathElement__Group__2__Impl();
@@ -23648,20 +23394,20 @@ public final void rule__ContainmentPathElement__Group__2() throws RecognitionExc
// $ANTLR start "rule__ContainmentPathElement__Group__2__Impl"
- // InternalInstance.g:8809:1: rule__ContainmentPathElement__Group__2__Impl : ( ( rule__ContainmentPathElement__Group_2__0 )? ) ;
+ // InternalInstance.g:8725:1: rule__ContainmentPathElement__Group__2__Impl : ( ( rule__ContainmentPathElement__Group_2__0 )? ) ;
public final void rule__ContainmentPathElement__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8813:1: ( ( ( rule__ContainmentPathElement__Group_2__0 )? ) )
- // InternalInstance.g:8814:1: ( ( rule__ContainmentPathElement__Group_2__0 )? )
+ // InternalInstance.g:8729:1: ( ( ( rule__ContainmentPathElement__Group_2__0 )? ) )
+ // InternalInstance.g:8730:1: ( ( rule__ContainmentPathElement__Group_2__0 )? )
{
- // InternalInstance.g:8814:1: ( ( rule__ContainmentPathElement__Group_2__0 )? )
- // InternalInstance.g:8815:1: ( rule__ContainmentPathElement__Group_2__0 )?
+ // InternalInstance.g:8730:1: ( ( rule__ContainmentPathElement__Group_2__0 )? )
+ // InternalInstance.g:8731:1: ( rule__ContainmentPathElement__Group_2__0 )?
{
before(grammarAccess.getContainmentPathElementAccess().getGroup_2());
- // InternalInstance.g:8816:1: ( rule__ContainmentPathElement__Group_2__0 )?
+ // InternalInstance.g:8732:1: ( rule__ContainmentPathElement__Group_2__0 )?
int alt66=2;
int LA66_0 = input.LA(1);
@@ -23670,7 +23416,7 @@ public final void rule__ContainmentPathElement__Group__2__Impl() throws Recognit
}
switch (alt66) {
case 1 :
- // InternalInstance.g:8816:2: rule__ContainmentPathElement__Group_2__0
+ // InternalInstance.g:8732:2: rule__ContainmentPathElement__Group_2__0
{
pushFollow(FOLLOW_2);
rule__ContainmentPathElement__Group_2__0();
@@ -23706,14 +23452,14 @@ public final void rule__ContainmentPathElement__Group__2__Impl() throws Recognit
// $ANTLR start "rule__ContainmentPathElement__Group_2__0"
- // InternalInstance.g:8832:1: rule__ContainmentPathElement__Group_2__0 : rule__ContainmentPathElement__Group_2__0__Impl rule__ContainmentPathElement__Group_2__1 ;
+ // InternalInstance.g:8748:1: rule__ContainmentPathElement__Group_2__0 : rule__ContainmentPathElement__Group_2__0__Impl rule__ContainmentPathElement__Group_2__1 ;
public final void rule__ContainmentPathElement__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8836:1: ( rule__ContainmentPathElement__Group_2__0__Impl rule__ContainmentPathElement__Group_2__1 )
- // InternalInstance.g:8837:2: rule__ContainmentPathElement__Group_2__0__Impl rule__ContainmentPathElement__Group_2__1
+ // InternalInstance.g:8752:1: ( rule__ContainmentPathElement__Group_2__0__Impl rule__ContainmentPathElement__Group_2__1 )
+ // InternalInstance.g:8753:2: rule__ContainmentPathElement__Group_2__0__Impl rule__ContainmentPathElement__Group_2__1
{
pushFollow(FOLLOW_3);
rule__ContainmentPathElement__Group_2__0__Impl();
@@ -23744,17 +23490,17 @@ public final void rule__ContainmentPathElement__Group_2__0() throws RecognitionE
// $ANTLR start "rule__ContainmentPathElement__Group_2__0__Impl"
- // InternalInstance.g:8844:1: rule__ContainmentPathElement__Group_2__0__Impl : ( '/' ) ;
+ // InternalInstance.g:8760:1: rule__ContainmentPathElement__Group_2__0__Impl : ( '/' ) ;
public final void rule__ContainmentPathElement__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8848:1: ( ( '/' ) )
- // InternalInstance.g:8849:1: ( '/' )
+ // InternalInstance.g:8764:1: ( ( '/' ) )
+ // InternalInstance.g:8765:1: ( '/' )
{
- // InternalInstance.g:8849:1: ( '/' )
- // InternalInstance.g:8850:1: '/'
+ // InternalInstance.g:8765:1: ( '/' )
+ // InternalInstance.g:8766:1: '/'
{
before(grammarAccess.getContainmentPathElementAccess().getSolidusKeyword_2_0());
match(input,68,FOLLOW_2);
@@ -23781,14 +23527,14 @@ public final void rule__ContainmentPathElement__Group_2__0__Impl() throws Recogn
// $ANTLR start "rule__ContainmentPathElement__Group_2__1"
- // InternalInstance.g:8863:1: rule__ContainmentPathElement__Group_2__1 : rule__ContainmentPathElement__Group_2__1__Impl ;
+ // InternalInstance.g:8779:1: rule__ContainmentPathElement__Group_2__1 : rule__ContainmentPathElement__Group_2__1__Impl ;
public final void rule__ContainmentPathElement__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8867:1: ( rule__ContainmentPathElement__Group_2__1__Impl )
- // InternalInstance.g:8868:2: rule__ContainmentPathElement__Group_2__1__Impl
+ // InternalInstance.g:8783:1: ( rule__ContainmentPathElement__Group_2__1__Impl )
+ // InternalInstance.g:8784:2: rule__ContainmentPathElement__Group_2__1__Impl
{
pushFollow(FOLLOW_2);
rule__ContainmentPathElement__Group_2__1__Impl();
@@ -23814,21 +23560,21 @@ public final void rule__ContainmentPathElement__Group_2__1() throws RecognitionE
// $ANTLR start "rule__ContainmentPathElement__Group_2__1__Impl"
- // InternalInstance.g:8874:1: rule__ContainmentPathElement__Group_2__1__Impl : ( ( rule__ContainmentPathElement__PathAssignment_2_1 ) ) ;
+ // InternalInstance.g:8790:1: rule__ContainmentPathElement__Group_2__1__Impl : ( ( rule__ContainmentPathElement__PathAssignment_2_1 ) ) ;
public final void rule__ContainmentPathElement__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8878:1: ( ( ( rule__ContainmentPathElement__PathAssignment_2_1 ) ) )
- // InternalInstance.g:8879:1: ( ( rule__ContainmentPathElement__PathAssignment_2_1 ) )
+ // InternalInstance.g:8794:1: ( ( ( rule__ContainmentPathElement__PathAssignment_2_1 ) ) )
+ // InternalInstance.g:8795:1: ( ( rule__ContainmentPathElement__PathAssignment_2_1 ) )
{
- // InternalInstance.g:8879:1: ( ( rule__ContainmentPathElement__PathAssignment_2_1 ) )
- // InternalInstance.g:8880:1: ( rule__ContainmentPathElement__PathAssignment_2_1 )
+ // InternalInstance.g:8795:1: ( ( rule__ContainmentPathElement__PathAssignment_2_1 ) )
+ // InternalInstance.g:8796:1: ( rule__ContainmentPathElement__PathAssignment_2_1 )
{
before(grammarAccess.getContainmentPathElementAccess().getPathAssignment_2_1());
- // InternalInstance.g:8881:1: ( rule__ContainmentPathElement__PathAssignment_2_1 )
- // InternalInstance.g:8881:2: rule__ContainmentPathElement__PathAssignment_2_1
+ // InternalInstance.g:8797:1: ( rule__ContainmentPathElement__PathAssignment_2_1 )
+ // InternalInstance.g:8797:2: rule__ContainmentPathElement__PathAssignment_2_1
{
pushFollow(FOLLOW_2);
rule__ContainmentPathElement__PathAssignment_2_1();
@@ -23861,14 +23607,14 @@ public final void rule__ContainmentPathElement__Group_2__1__Impl() throws Recogn
// $ANTLR start "rule__InstanceReferenceValue__Group__0"
- // InternalInstance.g:8895:1: rule__InstanceReferenceValue__Group__0 : rule__InstanceReferenceValue__Group__0__Impl rule__InstanceReferenceValue__Group__1 ;
+ // InternalInstance.g:8811:1: rule__InstanceReferenceValue__Group__0 : rule__InstanceReferenceValue__Group__0__Impl rule__InstanceReferenceValue__Group__1 ;
public final void rule__InstanceReferenceValue__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8899:1: ( rule__InstanceReferenceValue__Group__0__Impl rule__InstanceReferenceValue__Group__1 )
- // InternalInstance.g:8900:2: rule__InstanceReferenceValue__Group__0__Impl rule__InstanceReferenceValue__Group__1
+ // InternalInstance.g:8815:1: ( rule__InstanceReferenceValue__Group__0__Impl rule__InstanceReferenceValue__Group__1 )
+ // InternalInstance.g:8816:2: rule__InstanceReferenceValue__Group__0__Impl rule__InstanceReferenceValue__Group__1
{
pushFollow(FOLLOW_15);
rule__InstanceReferenceValue__Group__0__Impl();
@@ -23899,17 +23645,17 @@ public final void rule__InstanceReferenceValue__Group__0() throws RecognitionExc
// $ANTLR start "rule__InstanceReferenceValue__Group__0__Impl"
- // InternalInstance.g:8907:1: rule__InstanceReferenceValue__Group__0__Impl : ( 'reference' ) ;
+ // InternalInstance.g:8823:1: rule__InstanceReferenceValue__Group__0__Impl : ( 'reference' ) ;
public final void rule__InstanceReferenceValue__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8911:1: ( ( 'reference' ) )
- // InternalInstance.g:8912:1: ( 'reference' )
+ // InternalInstance.g:8827:1: ( ( 'reference' ) )
+ // InternalInstance.g:8828:1: ( 'reference' )
{
- // InternalInstance.g:8912:1: ( 'reference' )
- // InternalInstance.g:8913:1: 'reference'
+ // InternalInstance.g:8828:1: ( 'reference' )
+ // InternalInstance.g:8829:1: 'reference'
{
before(grammarAccess.getInstanceReferenceValueAccess().getReferenceKeyword_0());
match(input,69,FOLLOW_2);
@@ -23936,14 +23682,14 @@ public final void rule__InstanceReferenceValue__Group__0__Impl() throws Recognit
// $ANTLR start "rule__InstanceReferenceValue__Group__1"
- // InternalInstance.g:8926:1: rule__InstanceReferenceValue__Group__1 : rule__InstanceReferenceValue__Group__1__Impl rule__InstanceReferenceValue__Group__2 ;
+ // InternalInstance.g:8842:1: rule__InstanceReferenceValue__Group__1 : rule__InstanceReferenceValue__Group__1__Impl rule__InstanceReferenceValue__Group__2 ;
public final void rule__InstanceReferenceValue__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8930:1: ( rule__InstanceReferenceValue__Group__1__Impl rule__InstanceReferenceValue__Group__2 )
- // InternalInstance.g:8931:2: rule__InstanceReferenceValue__Group__1__Impl rule__InstanceReferenceValue__Group__2
+ // InternalInstance.g:8846:1: ( rule__InstanceReferenceValue__Group__1__Impl rule__InstanceReferenceValue__Group__2 )
+ // InternalInstance.g:8847:2: rule__InstanceReferenceValue__Group__1__Impl rule__InstanceReferenceValue__Group__2
{
pushFollow(FOLLOW_20);
rule__InstanceReferenceValue__Group__1__Impl();
@@ -23974,17 +23720,17 @@ public final void rule__InstanceReferenceValue__Group__1() throws RecognitionExc
// $ANTLR start "rule__InstanceReferenceValue__Group__1__Impl"
- // InternalInstance.g:8938:1: rule__InstanceReferenceValue__Group__1__Impl : ( '(' ) ;
+ // InternalInstance.g:8854:1: rule__InstanceReferenceValue__Group__1__Impl : ( '(' ) ;
public final void rule__InstanceReferenceValue__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8942:1: ( ( '(' ) )
- // InternalInstance.g:8943:1: ( '(' )
+ // InternalInstance.g:8858:1: ( ( '(' ) )
+ // InternalInstance.g:8859:1: ( '(' )
{
- // InternalInstance.g:8943:1: ( '(' )
- // InternalInstance.g:8944:1: '('
+ // InternalInstance.g:8859:1: ( '(' )
+ // InternalInstance.g:8860:1: '('
{
before(grammarAccess.getInstanceReferenceValueAccess().getLeftParenthesisKeyword_1());
match(input,55,FOLLOW_2);
@@ -24011,14 +23757,14 @@ public final void rule__InstanceReferenceValue__Group__1__Impl() throws Recognit
// $ANTLR start "rule__InstanceReferenceValue__Group__2"
- // InternalInstance.g:8957:1: rule__InstanceReferenceValue__Group__2 : rule__InstanceReferenceValue__Group__2__Impl rule__InstanceReferenceValue__Group__3 ;
+ // InternalInstance.g:8873:1: rule__InstanceReferenceValue__Group__2 : rule__InstanceReferenceValue__Group__2__Impl rule__InstanceReferenceValue__Group__3 ;
public final void rule__InstanceReferenceValue__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8961:1: ( rule__InstanceReferenceValue__Group__2__Impl rule__InstanceReferenceValue__Group__3 )
- // InternalInstance.g:8962:2: rule__InstanceReferenceValue__Group__2__Impl rule__InstanceReferenceValue__Group__3
+ // InternalInstance.g:8877:1: ( rule__InstanceReferenceValue__Group__2__Impl rule__InstanceReferenceValue__Group__3 )
+ // InternalInstance.g:8878:2: rule__InstanceReferenceValue__Group__2__Impl rule__InstanceReferenceValue__Group__3
{
pushFollow(FOLLOW_44);
rule__InstanceReferenceValue__Group__2__Impl();
@@ -24049,21 +23795,21 @@ public final void rule__InstanceReferenceValue__Group__2() throws RecognitionExc
// $ANTLR start "rule__InstanceReferenceValue__Group__2__Impl"
- // InternalInstance.g:8969:1: rule__InstanceReferenceValue__Group__2__Impl : ( ( rule__InstanceReferenceValue__ReferencedInstanceObjectAssignment_2 ) ) ;
+ // InternalInstance.g:8885:1: rule__InstanceReferenceValue__Group__2__Impl : ( ( rule__InstanceReferenceValue__ReferencedInstanceObjectAssignment_2 ) ) ;
public final void rule__InstanceReferenceValue__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8973:1: ( ( ( rule__InstanceReferenceValue__ReferencedInstanceObjectAssignment_2 ) ) )
- // InternalInstance.g:8974:1: ( ( rule__InstanceReferenceValue__ReferencedInstanceObjectAssignment_2 ) )
+ // InternalInstance.g:8889:1: ( ( ( rule__InstanceReferenceValue__ReferencedInstanceObjectAssignment_2 ) ) )
+ // InternalInstance.g:8890:1: ( ( rule__InstanceReferenceValue__ReferencedInstanceObjectAssignment_2 ) )
{
- // InternalInstance.g:8974:1: ( ( rule__InstanceReferenceValue__ReferencedInstanceObjectAssignment_2 ) )
- // InternalInstance.g:8975:1: ( rule__InstanceReferenceValue__ReferencedInstanceObjectAssignment_2 )
+ // InternalInstance.g:8890:1: ( ( rule__InstanceReferenceValue__ReferencedInstanceObjectAssignment_2 ) )
+ // InternalInstance.g:8891:1: ( rule__InstanceReferenceValue__ReferencedInstanceObjectAssignment_2 )
{
before(grammarAccess.getInstanceReferenceValueAccess().getReferencedInstanceObjectAssignment_2());
- // InternalInstance.g:8976:1: ( rule__InstanceReferenceValue__ReferencedInstanceObjectAssignment_2 )
- // InternalInstance.g:8976:2: rule__InstanceReferenceValue__ReferencedInstanceObjectAssignment_2
+ // InternalInstance.g:8892:1: ( rule__InstanceReferenceValue__ReferencedInstanceObjectAssignment_2 )
+ // InternalInstance.g:8892:2: rule__InstanceReferenceValue__ReferencedInstanceObjectAssignment_2
{
pushFollow(FOLLOW_2);
rule__InstanceReferenceValue__ReferencedInstanceObjectAssignment_2();
@@ -24096,14 +23842,14 @@ public final void rule__InstanceReferenceValue__Group__2__Impl() throws Recognit
// $ANTLR start "rule__InstanceReferenceValue__Group__3"
- // InternalInstance.g:8986:1: rule__InstanceReferenceValue__Group__3 : rule__InstanceReferenceValue__Group__3__Impl ;
+ // InternalInstance.g:8902:1: rule__InstanceReferenceValue__Group__3 : rule__InstanceReferenceValue__Group__3__Impl ;
public final void rule__InstanceReferenceValue__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:8990:1: ( rule__InstanceReferenceValue__Group__3__Impl )
- // InternalInstance.g:8991:2: rule__InstanceReferenceValue__Group__3__Impl
+ // InternalInstance.g:8906:1: ( rule__InstanceReferenceValue__Group__3__Impl )
+ // InternalInstance.g:8907:2: rule__InstanceReferenceValue__Group__3__Impl
{
pushFollow(FOLLOW_2);
rule__InstanceReferenceValue__Group__3__Impl();
@@ -24129,17 +23875,17 @@ public final void rule__InstanceReferenceValue__Group__3() throws RecognitionExc
// $ANTLR start "rule__InstanceReferenceValue__Group__3__Impl"
- // InternalInstance.g:8997:1: rule__InstanceReferenceValue__Group__3__Impl : ( ')' ) ;
+ // InternalInstance.g:8913:1: rule__InstanceReferenceValue__Group__3__Impl : ( ')' ) ;
public final void rule__InstanceReferenceValue__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9001:1: ( ( ')' ) )
- // InternalInstance.g:9002:1: ( ')' )
+ // InternalInstance.g:8917:1: ( ( ')' ) )
+ // InternalInstance.g:8918:1: ( ')' )
{
- // InternalInstance.g:9002:1: ( ')' )
- // InternalInstance.g:9003:1: ')'
+ // InternalInstance.g:8918:1: ( ')' )
+ // InternalInstance.g:8919:1: ')'
{
before(grammarAccess.getInstanceReferenceValueAccess().getRightParenthesisKeyword_3());
match(input,56,FOLLOW_2);
@@ -24166,14 +23912,14 @@ public final void rule__InstanceReferenceValue__Group__3__Impl() throws Recognit
// $ANTLR start "rule__DirectionType__Group_2__0"
- // InternalInstance.g:9024:1: rule__DirectionType__Group_2__0 : rule__DirectionType__Group_2__0__Impl rule__DirectionType__Group_2__1 ;
+ // InternalInstance.g:8940:1: rule__DirectionType__Group_2__0 : rule__DirectionType__Group_2__0__Impl rule__DirectionType__Group_2__1 ;
public final void rule__DirectionType__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9028:1: ( rule__DirectionType__Group_2__0__Impl rule__DirectionType__Group_2__1 )
- // InternalInstance.g:9029:2: rule__DirectionType__Group_2__0__Impl rule__DirectionType__Group_2__1
+ // InternalInstance.g:8944:1: ( rule__DirectionType__Group_2__0__Impl rule__DirectionType__Group_2__1 )
+ // InternalInstance.g:8945:2: rule__DirectionType__Group_2__0__Impl rule__DirectionType__Group_2__1
{
pushFollow(FOLLOW_51);
rule__DirectionType__Group_2__0__Impl();
@@ -24204,17 +23950,17 @@ public final void rule__DirectionType__Group_2__0() throws RecognitionException
// $ANTLR start "rule__DirectionType__Group_2__0__Impl"
- // InternalInstance.g:9036:1: rule__DirectionType__Group_2__0__Impl : ( 'in' ) ;
+ // InternalInstance.g:8952:1: rule__DirectionType__Group_2__0__Impl : ( 'in' ) ;
public final void rule__DirectionType__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9040:1: ( ( 'in' ) )
- // InternalInstance.g:9041:1: ( 'in' )
+ // InternalInstance.g:8956:1: ( ( 'in' ) )
+ // InternalInstance.g:8957:1: ( 'in' )
{
- // InternalInstance.g:9041:1: ( 'in' )
- // InternalInstance.g:9042:1: 'in'
+ // InternalInstance.g:8957:1: ( 'in' )
+ // InternalInstance.g:8958:1: 'in'
{
before(grammarAccess.getDirectionTypeAccess().getInKeyword_2_0());
match(input,17,FOLLOW_2);
@@ -24241,14 +23987,14 @@ public final void rule__DirectionType__Group_2__0__Impl() throws RecognitionExce
// $ANTLR start "rule__DirectionType__Group_2__1"
- // InternalInstance.g:9055:1: rule__DirectionType__Group_2__1 : rule__DirectionType__Group_2__1__Impl ;
+ // InternalInstance.g:8971:1: rule__DirectionType__Group_2__1 : rule__DirectionType__Group_2__1__Impl ;
public final void rule__DirectionType__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9059:1: ( rule__DirectionType__Group_2__1__Impl )
- // InternalInstance.g:9060:2: rule__DirectionType__Group_2__1__Impl
+ // InternalInstance.g:8975:1: ( rule__DirectionType__Group_2__1__Impl )
+ // InternalInstance.g:8976:2: rule__DirectionType__Group_2__1__Impl
{
pushFollow(FOLLOW_2);
rule__DirectionType__Group_2__1__Impl();
@@ -24274,17 +24020,17 @@ public final void rule__DirectionType__Group_2__1() throws RecognitionException
// $ANTLR start "rule__DirectionType__Group_2__1__Impl"
- // InternalInstance.g:9066:1: rule__DirectionType__Group_2__1__Impl : ( 'out' ) ;
+ // InternalInstance.g:8982:1: rule__DirectionType__Group_2__1__Impl : ( 'out' ) ;
public final void rule__DirectionType__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9070:1: ( ( 'out' ) )
- // InternalInstance.g:9071:1: ( 'out' )
+ // InternalInstance.g:8986:1: ( ( 'out' ) )
+ // InternalInstance.g:8987:1: ( 'out' )
{
- // InternalInstance.g:9071:1: ( 'out' )
- // InternalInstance.g:9072:1: 'out'
+ // InternalInstance.g:8987:1: ( 'out' )
+ // InternalInstance.g:8988:1: 'out'
{
before(grammarAccess.getDirectionTypeAccess().getOutKeyword_2_1());
match(input,18,FOLLOW_2);
@@ -24311,14 +24057,14 @@ public final void rule__DirectionType__Group_2__1__Impl() throws RecognitionExce
// $ANTLR start "rule__ComponentCategory__Group_8__0"
- // InternalInstance.g:9089:1: rule__ComponentCategory__Group_8__0 : rule__ComponentCategory__Group_8__0__Impl rule__ComponentCategory__Group_8__1 ;
+ // InternalInstance.g:9005:1: rule__ComponentCategory__Group_8__0 : rule__ComponentCategory__Group_8__0__Impl rule__ComponentCategory__Group_8__1 ;
public final void rule__ComponentCategory__Group_8__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9093:1: ( rule__ComponentCategory__Group_8__0__Impl rule__ComponentCategory__Group_8__1 )
- // InternalInstance.g:9094:2: rule__ComponentCategory__Group_8__0__Impl rule__ComponentCategory__Group_8__1
+ // InternalInstance.g:9009:1: ( rule__ComponentCategory__Group_8__0__Impl rule__ComponentCategory__Group_8__1 )
+ // InternalInstance.g:9010:2: rule__ComponentCategory__Group_8__0__Impl rule__ComponentCategory__Group_8__1
{
pushFollow(FOLLOW_52);
rule__ComponentCategory__Group_8__0__Impl();
@@ -24349,17 +24095,17 @@ public final void rule__ComponentCategory__Group_8__0() throws RecognitionExcept
// $ANTLR start "rule__ComponentCategory__Group_8__0__Impl"
- // InternalInstance.g:9101:1: rule__ComponentCategory__Group_8__0__Impl : ( 'subprogram' ) ;
+ // InternalInstance.g:9017:1: rule__ComponentCategory__Group_8__0__Impl : ( 'subprogram' ) ;
public final void rule__ComponentCategory__Group_8__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9105:1: ( ( 'subprogram' ) )
- // InternalInstance.g:9106:1: ( 'subprogram' )
+ // InternalInstance.g:9021:1: ( ( 'subprogram' ) )
+ // InternalInstance.g:9022:1: ( 'subprogram' )
{
- // InternalInstance.g:9106:1: ( 'subprogram' )
- // InternalInstance.g:9107:1: 'subprogram'
+ // InternalInstance.g:9022:1: ( 'subprogram' )
+ // InternalInstance.g:9023:1: 'subprogram'
{
before(grammarAccess.getComponentCategoryAccess().getSubprogramKeyword_8_0());
match(input,36,FOLLOW_2);
@@ -24386,14 +24132,14 @@ public final void rule__ComponentCategory__Group_8__0__Impl() throws Recognition
// $ANTLR start "rule__ComponentCategory__Group_8__1"
- // InternalInstance.g:9120:1: rule__ComponentCategory__Group_8__1 : rule__ComponentCategory__Group_8__1__Impl ;
+ // InternalInstance.g:9036:1: rule__ComponentCategory__Group_8__1 : rule__ComponentCategory__Group_8__1__Impl ;
public final void rule__ComponentCategory__Group_8__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9124:1: ( rule__ComponentCategory__Group_8__1__Impl )
- // InternalInstance.g:9125:2: rule__ComponentCategory__Group_8__1__Impl
+ // InternalInstance.g:9040:1: ( rule__ComponentCategory__Group_8__1__Impl )
+ // InternalInstance.g:9041:2: rule__ComponentCategory__Group_8__1__Impl
{
pushFollow(FOLLOW_2);
rule__ComponentCategory__Group_8__1__Impl();
@@ -24419,17 +24165,17 @@ public final void rule__ComponentCategory__Group_8__1() throws RecognitionExcept
// $ANTLR start "rule__ComponentCategory__Group_8__1__Impl"
- // InternalInstance.g:9131:1: rule__ComponentCategory__Group_8__1__Impl : ( 'group' ) ;
+ // InternalInstance.g:9047:1: rule__ComponentCategory__Group_8__1__Impl : ( 'group' ) ;
public final void rule__ComponentCategory__Group_8__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9135:1: ( ( 'group' ) )
- // InternalInstance.g:9136:1: ( 'group' )
+ // InternalInstance.g:9051:1: ( ( 'group' ) )
+ // InternalInstance.g:9052:1: ( 'group' )
{
- // InternalInstance.g:9136:1: ( 'group' )
- // InternalInstance.g:9137:1: 'group'
+ // InternalInstance.g:9052:1: ( 'group' )
+ // InternalInstance.g:9053:1: 'group'
{
before(grammarAccess.getComponentCategoryAccess().getGroupKeyword_8_1());
match(input,70,FOLLOW_2);
@@ -24456,14 +24202,14 @@ public final void rule__ComponentCategory__Group_8__1__Impl() throws Recognition
// $ANTLR start "rule__ComponentCategory__Group_10__0"
- // InternalInstance.g:9154:1: rule__ComponentCategory__Group_10__0 : rule__ComponentCategory__Group_10__0__Impl rule__ComponentCategory__Group_10__1 ;
+ // InternalInstance.g:9070:1: rule__ComponentCategory__Group_10__0 : rule__ComponentCategory__Group_10__0__Impl rule__ComponentCategory__Group_10__1 ;
public final void rule__ComponentCategory__Group_10__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9158:1: ( rule__ComponentCategory__Group_10__0__Impl rule__ComponentCategory__Group_10__1 )
- // InternalInstance.g:9159:2: rule__ComponentCategory__Group_10__0__Impl rule__ComponentCategory__Group_10__1
+ // InternalInstance.g:9074:1: ( rule__ComponentCategory__Group_10__0__Impl rule__ComponentCategory__Group_10__1 )
+ // InternalInstance.g:9075:2: rule__ComponentCategory__Group_10__0__Impl rule__ComponentCategory__Group_10__1
{
pushFollow(FOLLOW_52);
rule__ComponentCategory__Group_10__0__Impl();
@@ -24494,17 +24240,17 @@ public final void rule__ComponentCategory__Group_10__0() throws RecognitionExcep
// $ANTLR start "rule__ComponentCategory__Group_10__0__Impl"
- // InternalInstance.g:9166:1: rule__ComponentCategory__Group_10__0__Impl : ( 'thread' ) ;
+ // InternalInstance.g:9082:1: rule__ComponentCategory__Group_10__0__Impl : ( 'thread' ) ;
public final void rule__ComponentCategory__Group_10__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9170:1: ( ( 'thread' ) )
- // InternalInstance.g:9171:1: ( 'thread' )
+ // InternalInstance.g:9086:1: ( ( 'thread' ) )
+ // InternalInstance.g:9087:1: ( 'thread' )
{
- // InternalInstance.g:9171:1: ( 'thread' )
- // InternalInstance.g:9172:1: 'thread'
+ // InternalInstance.g:9087:1: ( 'thread' )
+ // InternalInstance.g:9088:1: 'thread'
{
before(grammarAccess.getComponentCategoryAccess().getThreadKeyword_10_0());
match(input,38,FOLLOW_2);
@@ -24531,14 +24277,14 @@ public final void rule__ComponentCategory__Group_10__0__Impl() throws Recognitio
// $ANTLR start "rule__ComponentCategory__Group_10__1"
- // InternalInstance.g:9185:1: rule__ComponentCategory__Group_10__1 : rule__ComponentCategory__Group_10__1__Impl ;
+ // InternalInstance.g:9101:1: rule__ComponentCategory__Group_10__1 : rule__ComponentCategory__Group_10__1__Impl ;
public final void rule__ComponentCategory__Group_10__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9189:1: ( rule__ComponentCategory__Group_10__1__Impl )
- // InternalInstance.g:9190:2: rule__ComponentCategory__Group_10__1__Impl
+ // InternalInstance.g:9105:1: ( rule__ComponentCategory__Group_10__1__Impl )
+ // InternalInstance.g:9106:2: rule__ComponentCategory__Group_10__1__Impl
{
pushFollow(FOLLOW_2);
rule__ComponentCategory__Group_10__1__Impl();
@@ -24564,17 +24310,17 @@ public final void rule__ComponentCategory__Group_10__1() throws RecognitionExcep
// $ANTLR start "rule__ComponentCategory__Group_10__1__Impl"
- // InternalInstance.g:9196:1: rule__ComponentCategory__Group_10__1__Impl : ( 'group' ) ;
+ // InternalInstance.g:9112:1: rule__ComponentCategory__Group_10__1__Impl : ( 'group' ) ;
public final void rule__ComponentCategory__Group_10__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9200:1: ( ( 'group' ) )
- // InternalInstance.g:9201:1: ( 'group' )
+ // InternalInstance.g:9116:1: ( ( 'group' ) )
+ // InternalInstance.g:9117:1: ( 'group' )
{
- // InternalInstance.g:9201:1: ( 'group' )
- // InternalInstance.g:9202:1: 'group'
+ // InternalInstance.g:9117:1: ( 'group' )
+ // InternalInstance.g:9118:1: 'group'
{
before(grammarAccess.getComponentCategoryAccess().getGroupKeyword_10_1());
match(input,70,FOLLOW_2);
@@ -24601,14 +24347,14 @@ public final void rule__ComponentCategory__Group_10__1__Impl() throws Recognitio
// $ANTLR start "rule__ComponentCategory__Group_12__0"
- // InternalInstance.g:9219:1: rule__ComponentCategory__Group_12__0 : rule__ComponentCategory__Group_12__0__Impl rule__ComponentCategory__Group_12__1 ;
+ // InternalInstance.g:9135:1: rule__ComponentCategory__Group_12__0 : rule__ComponentCategory__Group_12__0__Impl rule__ComponentCategory__Group_12__1 ;
public final void rule__ComponentCategory__Group_12__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9223:1: ( rule__ComponentCategory__Group_12__0__Impl rule__ComponentCategory__Group_12__1 )
- // InternalInstance.g:9224:2: rule__ComponentCategory__Group_12__0__Impl rule__ComponentCategory__Group_12__1
+ // InternalInstance.g:9139:1: ( rule__ComponentCategory__Group_12__0__Impl rule__ComponentCategory__Group_12__1 )
+ // InternalInstance.g:9140:2: rule__ComponentCategory__Group_12__0__Impl rule__ComponentCategory__Group_12__1
{
pushFollow(FOLLOW_53);
rule__ComponentCategory__Group_12__0__Impl();
@@ -24639,17 +24385,17 @@ public final void rule__ComponentCategory__Group_12__0() throws RecognitionExcep
// $ANTLR start "rule__ComponentCategory__Group_12__0__Impl"
- // InternalInstance.g:9231:1: rule__ComponentCategory__Group_12__0__Impl : ( 'virtual' ) ;
+ // InternalInstance.g:9147:1: rule__ComponentCategory__Group_12__0__Impl : ( 'virtual' ) ;
public final void rule__ComponentCategory__Group_12__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9235:1: ( ( 'virtual' ) )
- // InternalInstance.g:9236:1: ( 'virtual' )
+ // InternalInstance.g:9151:1: ( ( 'virtual' ) )
+ // InternalInstance.g:9152:1: ( 'virtual' )
{
- // InternalInstance.g:9236:1: ( 'virtual' )
- // InternalInstance.g:9237:1: 'virtual'
+ // InternalInstance.g:9152:1: ( 'virtual' )
+ // InternalInstance.g:9153:1: 'virtual'
{
before(grammarAccess.getComponentCategoryAccess().getVirtualKeyword_12_0());
match(input,71,FOLLOW_2);
@@ -24676,14 +24422,14 @@ public final void rule__ComponentCategory__Group_12__0__Impl() throws Recognitio
// $ANTLR start "rule__ComponentCategory__Group_12__1"
- // InternalInstance.g:9250:1: rule__ComponentCategory__Group_12__1 : rule__ComponentCategory__Group_12__1__Impl ;
+ // InternalInstance.g:9166:1: rule__ComponentCategory__Group_12__1 : rule__ComponentCategory__Group_12__1__Impl ;
public final void rule__ComponentCategory__Group_12__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9254:1: ( rule__ComponentCategory__Group_12__1__Impl )
- // InternalInstance.g:9255:2: rule__ComponentCategory__Group_12__1__Impl
+ // InternalInstance.g:9170:1: ( rule__ComponentCategory__Group_12__1__Impl )
+ // InternalInstance.g:9171:2: rule__ComponentCategory__Group_12__1__Impl
{
pushFollow(FOLLOW_2);
rule__ComponentCategory__Group_12__1__Impl();
@@ -24709,17 +24455,17 @@ public final void rule__ComponentCategory__Group_12__1() throws RecognitionExcep
// $ANTLR start "rule__ComponentCategory__Group_12__1__Impl"
- // InternalInstance.g:9261:1: rule__ComponentCategory__Group_12__1__Impl : ( 'bus' ) ;
+ // InternalInstance.g:9177:1: rule__ComponentCategory__Group_12__1__Impl : ( 'bus' ) ;
public final void rule__ComponentCategory__Group_12__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9265:1: ( ( 'bus' ) )
- // InternalInstance.g:9266:1: ( 'bus' )
+ // InternalInstance.g:9181:1: ( ( 'bus' ) )
+ // InternalInstance.g:9182:1: ( 'bus' )
{
- // InternalInstance.g:9266:1: ( 'bus' )
- // InternalInstance.g:9267:1: 'bus'
+ // InternalInstance.g:9182:1: ( 'bus' )
+ // InternalInstance.g:9183:1: 'bus'
{
before(grammarAccess.getComponentCategoryAccess().getBusKeyword_12_1());
match(input,30,FOLLOW_2);
@@ -24746,14 +24492,14 @@ public final void rule__ComponentCategory__Group_12__1__Impl() throws Recognitio
// $ANTLR start "rule__ComponentCategory__Group_13__0"
- // InternalInstance.g:9284:1: rule__ComponentCategory__Group_13__0 : rule__ComponentCategory__Group_13__0__Impl rule__ComponentCategory__Group_13__1 ;
+ // InternalInstance.g:9200:1: rule__ComponentCategory__Group_13__0 : rule__ComponentCategory__Group_13__0__Impl rule__ComponentCategory__Group_13__1 ;
public final void rule__ComponentCategory__Group_13__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9288:1: ( rule__ComponentCategory__Group_13__0__Impl rule__ComponentCategory__Group_13__1 )
- // InternalInstance.g:9289:2: rule__ComponentCategory__Group_13__0__Impl rule__ComponentCategory__Group_13__1
+ // InternalInstance.g:9204:1: ( rule__ComponentCategory__Group_13__0__Impl rule__ComponentCategory__Group_13__1 )
+ // InternalInstance.g:9205:2: rule__ComponentCategory__Group_13__0__Impl rule__ComponentCategory__Group_13__1
{
pushFollow(FOLLOW_54);
rule__ComponentCategory__Group_13__0__Impl();
@@ -24784,17 +24530,17 @@ public final void rule__ComponentCategory__Group_13__0() throws RecognitionExcep
// $ANTLR start "rule__ComponentCategory__Group_13__0__Impl"
- // InternalInstance.g:9296:1: rule__ComponentCategory__Group_13__0__Impl : ( 'virtual' ) ;
+ // InternalInstance.g:9212:1: rule__ComponentCategory__Group_13__0__Impl : ( 'virtual' ) ;
public final void rule__ComponentCategory__Group_13__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9300:1: ( ( 'virtual' ) )
- // InternalInstance.g:9301:1: ( 'virtual' )
+ // InternalInstance.g:9216:1: ( ( 'virtual' ) )
+ // InternalInstance.g:9217:1: ( 'virtual' )
{
- // InternalInstance.g:9301:1: ( 'virtual' )
- // InternalInstance.g:9302:1: 'virtual'
+ // InternalInstance.g:9217:1: ( 'virtual' )
+ // InternalInstance.g:9218:1: 'virtual'
{
before(grammarAccess.getComponentCategoryAccess().getVirtualKeyword_13_0());
match(input,71,FOLLOW_2);
@@ -24821,14 +24567,14 @@ public final void rule__ComponentCategory__Group_13__0__Impl() throws Recognitio
// $ANTLR start "rule__ComponentCategory__Group_13__1"
- // InternalInstance.g:9315:1: rule__ComponentCategory__Group_13__1 : rule__ComponentCategory__Group_13__1__Impl ;
+ // InternalInstance.g:9231:1: rule__ComponentCategory__Group_13__1 : rule__ComponentCategory__Group_13__1__Impl ;
public final void rule__ComponentCategory__Group_13__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9319:1: ( rule__ComponentCategory__Group_13__1__Impl )
- // InternalInstance.g:9320:2: rule__ComponentCategory__Group_13__1__Impl
+ // InternalInstance.g:9235:1: ( rule__ComponentCategory__Group_13__1__Impl )
+ // InternalInstance.g:9236:2: rule__ComponentCategory__Group_13__1__Impl
{
pushFollow(FOLLOW_2);
rule__ComponentCategory__Group_13__1__Impl();
@@ -24854,17 +24600,17 @@ public final void rule__ComponentCategory__Group_13__1() throws RecognitionExcep
// $ANTLR start "rule__ComponentCategory__Group_13__1__Impl"
- // InternalInstance.g:9326:1: rule__ComponentCategory__Group_13__1__Impl : ( 'processor' ) ;
+ // InternalInstance.g:9242:1: rule__ComponentCategory__Group_13__1__Impl : ( 'processor' ) ;
public final void rule__ComponentCategory__Group_13__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9330:1: ( ( 'processor' ) )
- // InternalInstance.g:9331:1: ( 'processor' )
+ // InternalInstance.g:9246:1: ( ( 'processor' ) )
+ // InternalInstance.g:9247:1: ( 'processor' )
{
- // InternalInstance.g:9331:1: ( 'processor' )
- // InternalInstance.g:9332:1: 'processor'
+ // InternalInstance.g:9247:1: ( 'processor' )
+ // InternalInstance.g:9248:1: 'processor'
{
before(grammarAccess.getComponentCategoryAccess().getProcessorKeyword_13_1());
match(input,35,FOLLOW_2);
@@ -24891,14 +24637,14 @@ public final void rule__ComponentCategory__Group_13__1__Impl() throws Recognitio
// $ANTLR start "rule__ClassifierRef__Group__0"
- // InternalInstance.g:9349:1: rule__ClassifierRef__Group__0 : rule__ClassifierRef__Group__0__Impl rule__ClassifierRef__Group__1 ;
+ // InternalInstance.g:9265:1: rule__ClassifierRef__Group__0 : rule__ClassifierRef__Group__0__Impl rule__ClassifierRef__Group__1 ;
public final void rule__ClassifierRef__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9353:1: ( rule__ClassifierRef__Group__0__Impl rule__ClassifierRef__Group__1 )
- // InternalInstance.g:9354:2: rule__ClassifierRef__Group__0__Impl rule__ClassifierRef__Group__1
+ // InternalInstance.g:9269:1: ( rule__ClassifierRef__Group__0__Impl rule__ClassifierRef__Group__1 )
+ // InternalInstance.g:9270:2: rule__ClassifierRef__Group__0__Impl rule__ClassifierRef__Group__1
{
pushFollow(FOLLOW_3);
rule__ClassifierRef__Group__0__Impl();
@@ -24929,24 +24675,24 @@ public final void rule__ClassifierRef__Group__0() throws RecognitionException {
// $ANTLR start "rule__ClassifierRef__Group__0__Impl"
- // InternalInstance.g:9361:1: rule__ClassifierRef__Group__0__Impl : ( ( ( rule__ClassifierRef__Group_0__0 ) ) ( ( rule__ClassifierRef__Group_0__0 )* ) ) ;
+ // InternalInstance.g:9277:1: rule__ClassifierRef__Group__0__Impl : ( ( ( rule__ClassifierRef__Group_0__0 ) ) ( ( rule__ClassifierRef__Group_0__0 )* ) ) ;
public final void rule__ClassifierRef__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9365:1: ( ( ( ( rule__ClassifierRef__Group_0__0 ) ) ( ( rule__ClassifierRef__Group_0__0 )* ) ) )
- // InternalInstance.g:9366:1: ( ( ( rule__ClassifierRef__Group_0__0 ) ) ( ( rule__ClassifierRef__Group_0__0 )* ) )
+ // InternalInstance.g:9281:1: ( ( ( ( rule__ClassifierRef__Group_0__0 ) ) ( ( rule__ClassifierRef__Group_0__0 )* ) ) )
+ // InternalInstance.g:9282:1: ( ( ( rule__ClassifierRef__Group_0__0 ) ) ( ( rule__ClassifierRef__Group_0__0 )* ) )
{
- // InternalInstance.g:9366:1: ( ( ( rule__ClassifierRef__Group_0__0 ) ) ( ( rule__ClassifierRef__Group_0__0 )* ) )
- // InternalInstance.g:9367:1: ( ( rule__ClassifierRef__Group_0__0 ) ) ( ( rule__ClassifierRef__Group_0__0 )* )
+ // InternalInstance.g:9282:1: ( ( ( rule__ClassifierRef__Group_0__0 ) ) ( ( rule__ClassifierRef__Group_0__0 )* ) )
+ // InternalInstance.g:9283:1: ( ( rule__ClassifierRef__Group_0__0 ) ) ( ( rule__ClassifierRef__Group_0__0 )* )
{
- // InternalInstance.g:9367:1: ( ( rule__ClassifierRef__Group_0__0 ) )
- // InternalInstance.g:9368:1: ( rule__ClassifierRef__Group_0__0 )
+ // InternalInstance.g:9283:1: ( ( rule__ClassifierRef__Group_0__0 ) )
+ // InternalInstance.g:9284:1: ( rule__ClassifierRef__Group_0__0 )
{
before(grammarAccess.getClassifierRefAccess().getGroup_0());
- // InternalInstance.g:9369:1: ( rule__ClassifierRef__Group_0__0 )
- // InternalInstance.g:9369:2: rule__ClassifierRef__Group_0__0
+ // InternalInstance.g:9285:1: ( rule__ClassifierRef__Group_0__0 )
+ // InternalInstance.g:9285:2: rule__ClassifierRef__Group_0__0
{
pushFollow(FOLLOW_55);
rule__ClassifierRef__Group_0__0();
@@ -24960,11 +24706,11 @@ public final void rule__ClassifierRef__Group__0__Impl() throws RecognitionExcept
}
- // InternalInstance.g:9372:1: ( ( rule__ClassifierRef__Group_0__0 )* )
- // InternalInstance.g:9373:1: ( rule__ClassifierRef__Group_0__0 )*
+ // InternalInstance.g:9288:1: ( ( rule__ClassifierRef__Group_0__0 )* )
+ // InternalInstance.g:9289:1: ( rule__ClassifierRef__Group_0__0 )*
{
before(grammarAccess.getClassifierRefAccess().getGroup_0());
- // InternalInstance.g:9374:1: ( rule__ClassifierRef__Group_0__0 )*
+ // InternalInstance.g:9290:1: ( rule__ClassifierRef__Group_0__0 )*
loop67:
do {
int alt67=2;
@@ -24983,7 +24729,7 @@ public final void rule__ClassifierRef__Group__0__Impl() throws RecognitionExcept
switch (alt67) {
case 1 :
- // InternalInstance.g:9374:2: rule__ClassifierRef__Group_0__0
+ // InternalInstance.g:9290:2: rule__ClassifierRef__Group_0__0
{
pushFollow(FOLLOW_55);
rule__ClassifierRef__Group_0__0();
@@ -25025,14 +24771,14 @@ public final void rule__ClassifierRef__Group__0__Impl() throws RecognitionExcept
// $ANTLR start "rule__ClassifierRef__Group__1"
- // InternalInstance.g:9385:1: rule__ClassifierRef__Group__1 : rule__ClassifierRef__Group__1__Impl rule__ClassifierRef__Group__2 ;
+ // InternalInstance.g:9301:1: rule__ClassifierRef__Group__1 : rule__ClassifierRef__Group__1__Impl rule__ClassifierRef__Group__2 ;
public final void rule__ClassifierRef__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9389:1: ( rule__ClassifierRef__Group__1__Impl rule__ClassifierRef__Group__2 )
- // InternalInstance.g:9390:2: rule__ClassifierRef__Group__1__Impl rule__ClassifierRef__Group__2
+ // InternalInstance.g:9305:1: ( rule__ClassifierRef__Group__1__Impl rule__ClassifierRef__Group__2 )
+ // InternalInstance.g:9306:2: rule__ClassifierRef__Group__1__Impl rule__ClassifierRef__Group__2
{
pushFollow(FOLLOW_56);
rule__ClassifierRef__Group__1__Impl();
@@ -25063,17 +24809,17 @@ public final void rule__ClassifierRef__Group__1() throws RecognitionException {
// $ANTLR start "rule__ClassifierRef__Group__1__Impl"
- // InternalInstance.g:9397:1: rule__ClassifierRef__Group__1__Impl : ( RULE_ID ) ;
+ // InternalInstance.g:9313:1: rule__ClassifierRef__Group__1__Impl : ( RULE_ID ) ;
public final void rule__ClassifierRef__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9401:1: ( ( RULE_ID ) )
- // InternalInstance.g:9402:1: ( RULE_ID )
+ // InternalInstance.g:9317:1: ( ( RULE_ID ) )
+ // InternalInstance.g:9318:1: ( RULE_ID )
{
- // InternalInstance.g:9402:1: ( RULE_ID )
- // InternalInstance.g:9403:1: RULE_ID
+ // InternalInstance.g:9318:1: ( RULE_ID )
+ // InternalInstance.g:9319:1: RULE_ID
{
before(grammarAccess.getClassifierRefAccess().getIDTerminalRuleCall_1());
match(input,RULE_ID,FOLLOW_2);
@@ -25100,14 +24846,14 @@ public final void rule__ClassifierRef__Group__1__Impl() throws RecognitionExcept
// $ANTLR start "rule__ClassifierRef__Group__2"
- // InternalInstance.g:9414:1: rule__ClassifierRef__Group__2 : rule__ClassifierRef__Group__2__Impl ;
+ // InternalInstance.g:9330:1: rule__ClassifierRef__Group__2 : rule__ClassifierRef__Group__2__Impl ;
public final void rule__ClassifierRef__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9418:1: ( rule__ClassifierRef__Group__2__Impl )
- // InternalInstance.g:9419:2: rule__ClassifierRef__Group__2__Impl
+ // InternalInstance.g:9334:1: ( rule__ClassifierRef__Group__2__Impl )
+ // InternalInstance.g:9335:2: rule__ClassifierRef__Group__2__Impl
{
pushFollow(FOLLOW_2);
rule__ClassifierRef__Group__2__Impl();
@@ -25133,20 +24879,20 @@ public final void rule__ClassifierRef__Group__2() throws RecognitionException {
// $ANTLR start "rule__ClassifierRef__Group__2__Impl"
- // InternalInstance.g:9425:1: rule__ClassifierRef__Group__2__Impl : ( ( rule__ClassifierRef__Group_2__0 )? ) ;
+ // InternalInstance.g:9341:1: rule__ClassifierRef__Group__2__Impl : ( ( rule__ClassifierRef__Group_2__0 )? ) ;
public final void rule__ClassifierRef__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9429:1: ( ( ( rule__ClassifierRef__Group_2__0 )? ) )
- // InternalInstance.g:9430:1: ( ( rule__ClassifierRef__Group_2__0 )? )
+ // InternalInstance.g:9345:1: ( ( ( rule__ClassifierRef__Group_2__0 )? ) )
+ // InternalInstance.g:9346:1: ( ( rule__ClassifierRef__Group_2__0 )? )
{
- // InternalInstance.g:9430:1: ( ( rule__ClassifierRef__Group_2__0 )? )
- // InternalInstance.g:9431:1: ( rule__ClassifierRef__Group_2__0 )?
+ // InternalInstance.g:9346:1: ( ( rule__ClassifierRef__Group_2__0 )? )
+ // InternalInstance.g:9347:1: ( rule__ClassifierRef__Group_2__0 )?
{
before(grammarAccess.getClassifierRefAccess().getGroup_2());
- // InternalInstance.g:9432:1: ( rule__ClassifierRef__Group_2__0 )?
+ // InternalInstance.g:9348:1: ( rule__ClassifierRef__Group_2__0 )?
int alt68=2;
int LA68_0 = input.LA(1);
@@ -25155,7 +24901,7 @@ public final void rule__ClassifierRef__Group__2__Impl() throws RecognitionExcept
}
switch (alt68) {
case 1 :
- // InternalInstance.g:9432:2: rule__ClassifierRef__Group_2__0
+ // InternalInstance.g:9348:2: rule__ClassifierRef__Group_2__0
{
pushFollow(FOLLOW_2);
rule__ClassifierRef__Group_2__0();
@@ -25191,14 +24937,14 @@ public final void rule__ClassifierRef__Group__2__Impl() throws RecognitionExcept
// $ANTLR start "rule__ClassifierRef__Group_0__0"
- // InternalInstance.g:9448:1: rule__ClassifierRef__Group_0__0 : rule__ClassifierRef__Group_0__0__Impl rule__ClassifierRef__Group_0__1 ;
+ // InternalInstance.g:9364:1: rule__ClassifierRef__Group_0__0 : rule__ClassifierRef__Group_0__0__Impl rule__ClassifierRef__Group_0__1 ;
public final void rule__ClassifierRef__Group_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9452:1: ( rule__ClassifierRef__Group_0__0__Impl rule__ClassifierRef__Group_0__1 )
- // InternalInstance.g:9453:2: rule__ClassifierRef__Group_0__0__Impl rule__ClassifierRef__Group_0__1
+ // InternalInstance.g:9368:1: ( rule__ClassifierRef__Group_0__0__Impl rule__ClassifierRef__Group_0__1 )
+ // InternalInstance.g:9369:2: rule__ClassifierRef__Group_0__0__Impl rule__ClassifierRef__Group_0__1
{
pushFollow(FOLLOW_57);
rule__ClassifierRef__Group_0__0__Impl();
@@ -25229,17 +24975,17 @@ public final void rule__ClassifierRef__Group_0__0() throws RecognitionException
// $ANTLR start "rule__ClassifierRef__Group_0__0__Impl"
- // InternalInstance.g:9460:1: rule__ClassifierRef__Group_0__0__Impl : ( RULE_ID ) ;
+ // InternalInstance.g:9376:1: rule__ClassifierRef__Group_0__0__Impl : ( RULE_ID ) ;
public final void rule__ClassifierRef__Group_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9464:1: ( ( RULE_ID ) )
- // InternalInstance.g:9465:1: ( RULE_ID )
+ // InternalInstance.g:9380:1: ( ( RULE_ID ) )
+ // InternalInstance.g:9381:1: ( RULE_ID )
{
- // InternalInstance.g:9465:1: ( RULE_ID )
- // InternalInstance.g:9466:1: RULE_ID
+ // InternalInstance.g:9381:1: ( RULE_ID )
+ // InternalInstance.g:9382:1: RULE_ID
{
before(grammarAccess.getClassifierRefAccess().getIDTerminalRuleCall_0_0());
match(input,RULE_ID,FOLLOW_2);
@@ -25266,14 +25012,14 @@ public final void rule__ClassifierRef__Group_0__0__Impl() throws RecognitionExce
// $ANTLR start "rule__ClassifierRef__Group_0__1"
- // InternalInstance.g:9477:1: rule__ClassifierRef__Group_0__1 : rule__ClassifierRef__Group_0__1__Impl ;
+ // InternalInstance.g:9393:1: rule__ClassifierRef__Group_0__1 : rule__ClassifierRef__Group_0__1__Impl ;
public final void rule__ClassifierRef__Group_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9481:1: ( rule__ClassifierRef__Group_0__1__Impl )
- // InternalInstance.g:9482:2: rule__ClassifierRef__Group_0__1__Impl
+ // InternalInstance.g:9397:1: ( rule__ClassifierRef__Group_0__1__Impl )
+ // InternalInstance.g:9398:2: rule__ClassifierRef__Group_0__1__Impl
{
pushFollow(FOLLOW_2);
rule__ClassifierRef__Group_0__1__Impl();
@@ -25299,17 +25045,17 @@ public final void rule__ClassifierRef__Group_0__1() throws RecognitionException
// $ANTLR start "rule__ClassifierRef__Group_0__1__Impl"
- // InternalInstance.g:9488:1: rule__ClassifierRef__Group_0__1__Impl : ( '::' ) ;
+ // InternalInstance.g:9404:1: rule__ClassifierRef__Group_0__1__Impl : ( '::' ) ;
public final void rule__ClassifierRef__Group_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9492:1: ( ( '::' ) )
- // InternalInstance.g:9493:1: ( '::' )
+ // InternalInstance.g:9408:1: ( ( '::' ) )
+ // InternalInstance.g:9409:1: ( '::' )
{
- // InternalInstance.g:9493:1: ( '::' )
- // InternalInstance.g:9494:1: '::'
+ // InternalInstance.g:9409:1: ( '::' )
+ // InternalInstance.g:9410:1: '::'
{
before(grammarAccess.getClassifierRefAccess().getColonColonKeyword_0_1());
match(input,72,FOLLOW_2);
@@ -25336,14 +25082,14 @@ public final void rule__ClassifierRef__Group_0__1__Impl() throws RecognitionExce
// $ANTLR start "rule__ClassifierRef__Group_2__0"
- // InternalInstance.g:9511:1: rule__ClassifierRef__Group_2__0 : rule__ClassifierRef__Group_2__0__Impl rule__ClassifierRef__Group_2__1 ;
+ // InternalInstance.g:9427:1: rule__ClassifierRef__Group_2__0 : rule__ClassifierRef__Group_2__0__Impl rule__ClassifierRef__Group_2__1 ;
public final void rule__ClassifierRef__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9515:1: ( rule__ClassifierRef__Group_2__0__Impl rule__ClassifierRef__Group_2__1 )
- // InternalInstance.g:9516:2: rule__ClassifierRef__Group_2__0__Impl rule__ClassifierRef__Group_2__1
+ // InternalInstance.g:9431:1: ( rule__ClassifierRef__Group_2__0__Impl rule__ClassifierRef__Group_2__1 )
+ // InternalInstance.g:9432:2: rule__ClassifierRef__Group_2__0__Impl rule__ClassifierRef__Group_2__1
{
pushFollow(FOLLOW_3);
rule__ClassifierRef__Group_2__0__Impl();
@@ -25374,17 +25120,17 @@ public final void rule__ClassifierRef__Group_2__0() throws RecognitionException
// $ANTLR start "rule__ClassifierRef__Group_2__0__Impl"
- // InternalInstance.g:9523:1: rule__ClassifierRef__Group_2__0__Impl : ( '.' ) ;
+ // InternalInstance.g:9439:1: rule__ClassifierRef__Group_2__0__Impl : ( '.' ) ;
public final void rule__ClassifierRef__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9527:1: ( ( '.' ) )
- // InternalInstance.g:9528:1: ( '.' )
+ // InternalInstance.g:9443:1: ( ( '.' ) )
+ // InternalInstance.g:9444:1: ( '.' )
{
- // InternalInstance.g:9528:1: ( '.' )
- // InternalInstance.g:9529:1: '.'
+ // InternalInstance.g:9444:1: ( '.' )
+ // InternalInstance.g:9445:1: '.'
{
before(grammarAccess.getClassifierRefAccess().getFullStopKeyword_2_0());
match(input,73,FOLLOW_2);
@@ -25411,14 +25157,14 @@ public final void rule__ClassifierRef__Group_2__0__Impl() throws RecognitionExce
// $ANTLR start "rule__ClassifierRef__Group_2__1"
- // InternalInstance.g:9542:1: rule__ClassifierRef__Group_2__1 : rule__ClassifierRef__Group_2__1__Impl ;
+ // InternalInstance.g:9458:1: rule__ClassifierRef__Group_2__1 : rule__ClassifierRef__Group_2__1__Impl ;
public final void rule__ClassifierRef__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9546:1: ( rule__ClassifierRef__Group_2__1__Impl )
- // InternalInstance.g:9547:2: rule__ClassifierRef__Group_2__1__Impl
+ // InternalInstance.g:9462:1: ( rule__ClassifierRef__Group_2__1__Impl )
+ // InternalInstance.g:9463:2: rule__ClassifierRef__Group_2__1__Impl
{
pushFollow(FOLLOW_2);
rule__ClassifierRef__Group_2__1__Impl();
@@ -25444,17 +25190,17 @@ public final void rule__ClassifierRef__Group_2__1() throws RecognitionException
// $ANTLR start "rule__ClassifierRef__Group_2__1__Impl"
- // InternalInstance.g:9553:1: rule__ClassifierRef__Group_2__1__Impl : ( RULE_ID ) ;
+ // InternalInstance.g:9469:1: rule__ClassifierRef__Group_2__1__Impl : ( RULE_ID ) ;
public final void rule__ClassifierRef__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9557:1: ( ( RULE_ID ) )
- // InternalInstance.g:9558:1: ( RULE_ID )
+ // InternalInstance.g:9473:1: ( ( RULE_ID ) )
+ // InternalInstance.g:9474:1: ( RULE_ID )
{
- // InternalInstance.g:9558:1: ( RULE_ID )
- // InternalInstance.g:9559:1: RULE_ID
+ // InternalInstance.g:9474:1: ( RULE_ID )
+ // InternalInstance.g:9475:1: RULE_ID
{
before(grammarAccess.getClassifierRefAccess().getIDTerminalRuleCall_2_1());
match(input,RULE_ID,FOLLOW_2);
@@ -25481,14 +25227,14 @@ public final void rule__ClassifierRef__Group_2__1__Impl() throws RecognitionExce
// $ANTLR start "rule__ImplRef__Group__0"
- // InternalInstance.g:9574:1: rule__ImplRef__Group__0 : rule__ImplRef__Group__0__Impl rule__ImplRef__Group__1 ;
+ // InternalInstance.g:9490:1: rule__ImplRef__Group__0 : rule__ImplRef__Group__0__Impl rule__ImplRef__Group__1 ;
public final void rule__ImplRef__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9578:1: ( rule__ImplRef__Group__0__Impl rule__ImplRef__Group__1 )
- // InternalInstance.g:9579:2: rule__ImplRef__Group__0__Impl rule__ImplRef__Group__1
+ // InternalInstance.g:9494:1: ( rule__ImplRef__Group__0__Impl rule__ImplRef__Group__1 )
+ // InternalInstance.g:9495:2: rule__ImplRef__Group__0__Impl rule__ImplRef__Group__1
{
pushFollow(FOLLOW_3);
rule__ImplRef__Group__0__Impl();
@@ -25519,24 +25265,24 @@ public final void rule__ImplRef__Group__0() throws RecognitionException {
// $ANTLR start "rule__ImplRef__Group__0__Impl"
- // InternalInstance.g:9586:1: rule__ImplRef__Group__0__Impl : ( ( ( rule__ImplRef__Group_0__0 ) ) ( ( rule__ImplRef__Group_0__0 )* ) ) ;
+ // InternalInstance.g:9502:1: rule__ImplRef__Group__0__Impl : ( ( ( rule__ImplRef__Group_0__0 ) ) ( ( rule__ImplRef__Group_0__0 )* ) ) ;
public final void rule__ImplRef__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9590:1: ( ( ( ( rule__ImplRef__Group_0__0 ) ) ( ( rule__ImplRef__Group_0__0 )* ) ) )
- // InternalInstance.g:9591:1: ( ( ( rule__ImplRef__Group_0__0 ) ) ( ( rule__ImplRef__Group_0__0 )* ) )
+ // InternalInstance.g:9506:1: ( ( ( ( rule__ImplRef__Group_0__0 ) ) ( ( rule__ImplRef__Group_0__0 )* ) ) )
+ // InternalInstance.g:9507:1: ( ( ( rule__ImplRef__Group_0__0 ) ) ( ( rule__ImplRef__Group_0__0 )* ) )
{
- // InternalInstance.g:9591:1: ( ( ( rule__ImplRef__Group_0__0 ) ) ( ( rule__ImplRef__Group_0__0 )* ) )
- // InternalInstance.g:9592:1: ( ( rule__ImplRef__Group_0__0 ) ) ( ( rule__ImplRef__Group_0__0 )* )
+ // InternalInstance.g:9507:1: ( ( ( rule__ImplRef__Group_0__0 ) ) ( ( rule__ImplRef__Group_0__0 )* ) )
+ // InternalInstance.g:9508:1: ( ( rule__ImplRef__Group_0__0 ) ) ( ( rule__ImplRef__Group_0__0 )* )
{
- // InternalInstance.g:9592:1: ( ( rule__ImplRef__Group_0__0 ) )
- // InternalInstance.g:9593:1: ( rule__ImplRef__Group_0__0 )
+ // InternalInstance.g:9508:1: ( ( rule__ImplRef__Group_0__0 ) )
+ // InternalInstance.g:9509:1: ( rule__ImplRef__Group_0__0 )
{
before(grammarAccess.getImplRefAccess().getGroup_0());
- // InternalInstance.g:9594:1: ( rule__ImplRef__Group_0__0 )
- // InternalInstance.g:9594:2: rule__ImplRef__Group_0__0
+ // InternalInstance.g:9510:1: ( rule__ImplRef__Group_0__0 )
+ // InternalInstance.g:9510:2: rule__ImplRef__Group_0__0
{
pushFollow(FOLLOW_55);
rule__ImplRef__Group_0__0();
@@ -25550,11 +25296,11 @@ public final void rule__ImplRef__Group__0__Impl() throws RecognitionException {
}
- // InternalInstance.g:9597:1: ( ( rule__ImplRef__Group_0__0 )* )
- // InternalInstance.g:9598:1: ( rule__ImplRef__Group_0__0 )*
+ // InternalInstance.g:9513:1: ( ( rule__ImplRef__Group_0__0 )* )
+ // InternalInstance.g:9514:1: ( rule__ImplRef__Group_0__0 )*
{
before(grammarAccess.getImplRefAccess().getGroup_0());
- // InternalInstance.g:9599:1: ( rule__ImplRef__Group_0__0 )*
+ // InternalInstance.g:9515:1: ( rule__ImplRef__Group_0__0 )*
loop69:
do {
int alt69=2;
@@ -25573,7 +25319,7 @@ public final void rule__ImplRef__Group__0__Impl() throws RecognitionException {
switch (alt69) {
case 1 :
- // InternalInstance.g:9599:2: rule__ImplRef__Group_0__0
+ // InternalInstance.g:9515:2: rule__ImplRef__Group_0__0
{
pushFollow(FOLLOW_55);
rule__ImplRef__Group_0__0();
@@ -25615,14 +25361,14 @@ public final void rule__ImplRef__Group__0__Impl() throws RecognitionException {
// $ANTLR start "rule__ImplRef__Group__1"
- // InternalInstance.g:9610:1: rule__ImplRef__Group__1 : rule__ImplRef__Group__1__Impl rule__ImplRef__Group__2 ;
+ // InternalInstance.g:9526:1: rule__ImplRef__Group__1 : rule__ImplRef__Group__1__Impl rule__ImplRef__Group__2 ;
public final void rule__ImplRef__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9614:1: ( rule__ImplRef__Group__1__Impl rule__ImplRef__Group__2 )
- // InternalInstance.g:9615:2: rule__ImplRef__Group__1__Impl rule__ImplRef__Group__2
+ // InternalInstance.g:9530:1: ( rule__ImplRef__Group__1__Impl rule__ImplRef__Group__2 )
+ // InternalInstance.g:9531:2: rule__ImplRef__Group__1__Impl rule__ImplRef__Group__2
{
pushFollow(FOLLOW_56);
rule__ImplRef__Group__1__Impl();
@@ -25653,17 +25399,17 @@ public final void rule__ImplRef__Group__1() throws RecognitionException {
// $ANTLR start "rule__ImplRef__Group__1__Impl"
- // InternalInstance.g:9622:1: rule__ImplRef__Group__1__Impl : ( RULE_ID ) ;
+ // InternalInstance.g:9538:1: rule__ImplRef__Group__1__Impl : ( RULE_ID ) ;
public final void rule__ImplRef__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9626:1: ( ( RULE_ID ) )
- // InternalInstance.g:9627:1: ( RULE_ID )
+ // InternalInstance.g:9542:1: ( ( RULE_ID ) )
+ // InternalInstance.g:9543:1: ( RULE_ID )
{
- // InternalInstance.g:9627:1: ( RULE_ID )
- // InternalInstance.g:9628:1: RULE_ID
+ // InternalInstance.g:9543:1: ( RULE_ID )
+ // InternalInstance.g:9544:1: RULE_ID
{
before(grammarAccess.getImplRefAccess().getIDTerminalRuleCall_1());
match(input,RULE_ID,FOLLOW_2);
@@ -25690,14 +25436,14 @@ public final void rule__ImplRef__Group__1__Impl() throws RecognitionException {
// $ANTLR start "rule__ImplRef__Group__2"
- // InternalInstance.g:9639:1: rule__ImplRef__Group__2 : rule__ImplRef__Group__2__Impl rule__ImplRef__Group__3 ;
+ // InternalInstance.g:9555:1: rule__ImplRef__Group__2 : rule__ImplRef__Group__2__Impl rule__ImplRef__Group__3 ;
public final void rule__ImplRef__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9643:1: ( rule__ImplRef__Group__2__Impl rule__ImplRef__Group__3 )
- // InternalInstance.g:9644:2: rule__ImplRef__Group__2__Impl rule__ImplRef__Group__3
+ // InternalInstance.g:9559:1: ( rule__ImplRef__Group__2__Impl rule__ImplRef__Group__3 )
+ // InternalInstance.g:9560:2: rule__ImplRef__Group__2__Impl rule__ImplRef__Group__3
{
pushFollow(FOLLOW_3);
rule__ImplRef__Group__2__Impl();
@@ -25728,17 +25474,17 @@ public final void rule__ImplRef__Group__2() throws RecognitionException {
// $ANTLR start "rule__ImplRef__Group__2__Impl"
- // InternalInstance.g:9651:1: rule__ImplRef__Group__2__Impl : ( '.' ) ;
+ // InternalInstance.g:9567:1: rule__ImplRef__Group__2__Impl : ( '.' ) ;
public final void rule__ImplRef__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9655:1: ( ( '.' ) )
- // InternalInstance.g:9656:1: ( '.' )
+ // InternalInstance.g:9571:1: ( ( '.' ) )
+ // InternalInstance.g:9572:1: ( '.' )
{
- // InternalInstance.g:9656:1: ( '.' )
- // InternalInstance.g:9657:1: '.'
+ // InternalInstance.g:9572:1: ( '.' )
+ // InternalInstance.g:9573:1: '.'
{
before(grammarAccess.getImplRefAccess().getFullStopKeyword_2());
match(input,73,FOLLOW_2);
@@ -25765,14 +25511,14 @@ public final void rule__ImplRef__Group__2__Impl() throws RecognitionException {
// $ANTLR start "rule__ImplRef__Group__3"
- // InternalInstance.g:9670:1: rule__ImplRef__Group__3 : rule__ImplRef__Group__3__Impl ;
+ // InternalInstance.g:9586:1: rule__ImplRef__Group__3 : rule__ImplRef__Group__3__Impl ;
public final void rule__ImplRef__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9674:1: ( rule__ImplRef__Group__3__Impl )
- // InternalInstance.g:9675:2: rule__ImplRef__Group__3__Impl
+ // InternalInstance.g:9590:1: ( rule__ImplRef__Group__3__Impl )
+ // InternalInstance.g:9591:2: rule__ImplRef__Group__3__Impl
{
pushFollow(FOLLOW_2);
rule__ImplRef__Group__3__Impl();
@@ -25798,17 +25544,17 @@ public final void rule__ImplRef__Group__3() throws RecognitionException {
// $ANTLR start "rule__ImplRef__Group__3__Impl"
- // InternalInstance.g:9681:1: rule__ImplRef__Group__3__Impl : ( RULE_ID ) ;
+ // InternalInstance.g:9597:1: rule__ImplRef__Group__3__Impl : ( RULE_ID ) ;
public final void rule__ImplRef__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9685:1: ( ( RULE_ID ) )
- // InternalInstance.g:9686:1: ( RULE_ID )
+ // InternalInstance.g:9601:1: ( ( RULE_ID ) )
+ // InternalInstance.g:9602:1: ( RULE_ID )
{
- // InternalInstance.g:9686:1: ( RULE_ID )
- // InternalInstance.g:9687:1: RULE_ID
+ // InternalInstance.g:9602:1: ( RULE_ID )
+ // InternalInstance.g:9603:1: RULE_ID
{
before(grammarAccess.getImplRefAccess().getIDTerminalRuleCall_3());
match(input,RULE_ID,FOLLOW_2);
@@ -25835,14 +25581,14 @@ public final void rule__ImplRef__Group__3__Impl() throws RecognitionException {
// $ANTLR start "rule__ImplRef__Group_0__0"
- // InternalInstance.g:9706:1: rule__ImplRef__Group_0__0 : rule__ImplRef__Group_0__0__Impl rule__ImplRef__Group_0__1 ;
+ // InternalInstance.g:9622:1: rule__ImplRef__Group_0__0 : rule__ImplRef__Group_0__0__Impl rule__ImplRef__Group_0__1 ;
public final void rule__ImplRef__Group_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9710:1: ( rule__ImplRef__Group_0__0__Impl rule__ImplRef__Group_0__1 )
- // InternalInstance.g:9711:2: rule__ImplRef__Group_0__0__Impl rule__ImplRef__Group_0__1
+ // InternalInstance.g:9626:1: ( rule__ImplRef__Group_0__0__Impl rule__ImplRef__Group_0__1 )
+ // InternalInstance.g:9627:2: rule__ImplRef__Group_0__0__Impl rule__ImplRef__Group_0__1
{
pushFollow(FOLLOW_57);
rule__ImplRef__Group_0__0__Impl();
@@ -25873,17 +25619,17 @@ public final void rule__ImplRef__Group_0__0() throws RecognitionException {
// $ANTLR start "rule__ImplRef__Group_0__0__Impl"
- // InternalInstance.g:9718:1: rule__ImplRef__Group_0__0__Impl : ( RULE_ID ) ;
+ // InternalInstance.g:9634:1: rule__ImplRef__Group_0__0__Impl : ( RULE_ID ) ;
public final void rule__ImplRef__Group_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9722:1: ( ( RULE_ID ) )
- // InternalInstance.g:9723:1: ( RULE_ID )
+ // InternalInstance.g:9638:1: ( ( RULE_ID ) )
+ // InternalInstance.g:9639:1: ( RULE_ID )
{
- // InternalInstance.g:9723:1: ( RULE_ID )
- // InternalInstance.g:9724:1: RULE_ID
+ // InternalInstance.g:9639:1: ( RULE_ID )
+ // InternalInstance.g:9640:1: RULE_ID
{
before(grammarAccess.getImplRefAccess().getIDTerminalRuleCall_0_0());
match(input,RULE_ID,FOLLOW_2);
@@ -25910,14 +25656,14 @@ public final void rule__ImplRef__Group_0__0__Impl() throws RecognitionException
// $ANTLR start "rule__ImplRef__Group_0__1"
- // InternalInstance.g:9735:1: rule__ImplRef__Group_0__1 : rule__ImplRef__Group_0__1__Impl ;
+ // InternalInstance.g:9651:1: rule__ImplRef__Group_0__1 : rule__ImplRef__Group_0__1__Impl ;
public final void rule__ImplRef__Group_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9739:1: ( rule__ImplRef__Group_0__1__Impl )
- // InternalInstance.g:9740:2: rule__ImplRef__Group_0__1__Impl
+ // InternalInstance.g:9655:1: ( rule__ImplRef__Group_0__1__Impl )
+ // InternalInstance.g:9656:2: rule__ImplRef__Group_0__1__Impl
{
pushFollow(FOLLOW_2);
rule__ImplRef__Group_0__1__Impl();
@@ -25943,17 +25689,17 @@ public final void rule__ImplRef__Group_0__1() throws RecognitionException {
// $ANTLR start "rule__ImplRef__Group_0__1__Impl"
- // InternalInstance.g:9746:1: rule__ImplRef__Group_0__1__Impl : ( '::' ) ;
+ // InternalInstance.g:9662:1: rule__ImplRef__Group_0__1__Impl : ( '::' ) ;
public final void rule__ImplRef__Group_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9750:1: ( ( '::' ) )
- // InternalInstance.g:9751:1: ( '::' )
+ // InternalInstance.g:9666:1: ( ( '::' ) )
+ // InternalInstance.g:9667:1: ( '::' )
{
- // InternalInstance.g:9751:1: ( '::' )
- // InternalInstance.g:9752:1: '::'
+ // InternalInstance.g:9667:1: ( '::' )
+ // InternalInstance.g:9668:1: '::'
{
before(grammarAccess.getImplRefAccess().getColonColonKeyword_0_1());
match(input,72,FOLLOW_2);
@@ -25980,14 +25726,14 @@ public final void rule__ImplRef__Group_0__1__Impl() throws RecognitionException
// $ANTLR start "rule__DeclarativeRef__Group__0"
- // InternalInstance.g:9769:1: rule__DeclarativeRef__Group__0 : rule__DeclarativeRef__Group__0__Impl rule__DeclarativeRef__Group__1 ;
+ // InternalInstance.g:9685:1: rule__DeclarativeRef__Group__0 : rule__DeclarativeRef__Group__0__Impl rule__DeclarativeRef__Group__1 ;
public final void rule__DeclarativeRef__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9773:1: ( rule__DeclarativeRef__Group__0__Impl rule__DeclarativeRef__Group__1 )
- // InternalInstance.g:9774:2: rule__DeclarativeRef__Group__0__Impl rule__DeclarativeRef__Group__1
+ // InternalInstance.g:9689:1: ( rule__DeclarativeRef__Group__0__Impl rule__DeclarativeRef__Group__1 )
+ // InternalInstance.g:9690:2: rule__DeclarativeRef__Group__0__Impl rule__DeclarativeRef__Group__1
{
pushFollow(FOLLOW_3);
rule__DeclarativeRef__Group__0__Impl();
@@ -26018,24 +25764,24 @@ public final void rule__DeclarativeRef__Group__0() throws RecognitionException {
// $ANTLR start "rule__DeclarativeRef__Group__0__Impl"
- // InternalInstance.g:9781:1: rule__DeclarativeRef__Group__0__Impl : ( ( ( rule__DeclarativeRef__Group_0__0 ) ) ( ( rule__DeclarativeRef__Group_0__0 )* ) ) ;
+ // InternalInstance.g:9697:1: rule__DeclarativeRef__Group__0__Impl : ( ( ( rule__DeclarativeRef__Group_0__0 ) ) ( ( rule__DeclarativeRef__Group_0__0 )* ) ) ;
public final void rule__DeclarativeRef__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9785:1: ( ( ( ( rule__DeclarativeRef__Group_0__0 ) ) ( ( rule__DeclarativeRef__Group_0__0 )* ) ) )
- // InternalInstance.g:9786:1: ( ( ( rule__DeclarativeRef__Group_0__0 ) ) ( ( rule__DeclarativeRef__Group_0__0 )* ) )
+ // InternalInstance.g:9701:1: ( ( ( ( rule__DeclarativeRef__Group_0__0 ) ) ( ( rule__DeclarativeRef__Group_0__0 )* ) ) )
+ // InternalInstance.g:9702:1: ( ( ( rule__DeclarativeRef__Group_0__0 ) ) ( ( rule__DeclarativeRef__Group_0__0 )* ) )
{
- // InternalInstance.g:9786:1: ( ( ( rule__DeclarativeRef__Group_0__0 ) ) ( ( rule__DeclarativeRef__Group_0__0 )* ) )
- // InternalInstance.g:9787:1: ( ( rule__DeclarativeRef__Group_0__0 ) ) ( ( rule__DeclarativeRef__Group_0__0 )* )
+ // InternalInstance.g:9702:1: ( ( ( rule__DeclarativeRef__Group_0__0 ) ) ( ( rule__DeclarativeRef__Group_0__0 )* ) )
+ // InternalInstance.g:9703:1: ( ( rule__DeclarativeRef__Group_0__0 ) ) ( ( rule__DeclarativeRef__Group_0__0 )* )
{
- // InternalInstance.g:9787:1: ( ( rule__DeclarativeRef__Group_0__0 ) )
- // InternalInstance.g:9788:1: ( rule__DeclarativeRef__Group_0__0 )
+ // InternalInstance.g:9703:1: ( ( rule__DeclarativeRef__Group_0__0 ) )
+ // InternalInstance.g:9704:1: ( rule__DeclarativeRef__Group_0__0 )
{
before(grammarAccess.getDeclarativeRefAccess().getGroup_0());
- // InternalInstance.g:9789:1: ( rule__DeclarativeRef__Group_0__0 )
- // InternalInstance.g:9789:2: rule__DeclarativeRef__Group_0__0
+ // InternalInstance.g:9705:1: ( rule__DeclarativeRef__Group_0__0 )
+ // InternalInstance.g:9705:2: rule__DeclarativeRef__Group_0__0
{
pushFollow(FOLLOW_55);
rule__DeclarativeRef__Group_0__0();
@@ -26049,11 +25795,11 @@ public final void rule__DeclarativeRef__Group__0__Impl() throws RecognitionExcep
}
- // InternalInstance.g:9792:1: ( ( rule__DeclarativeRef__Group_0__0 )* )
- // InternalInstance.g:9793:1: ( rule__DeclarativeRef__Group_0__0 )*
+ // InternalInstance.g:9708:1: ( ( rule__DeclarativeRef__Group_0__0 )* )
+ // InternalInstance.g:9709:1: ( rule__DeclarativeRef__Group_0__0 )*
{
before(grammarAccess.getDeclarativeRefAccess().getGroup_0());
- // InternalInstance.g:9794:1: ( rule__DeclarativeRef__Group_0__0 )*
+ // InternalInstance.g:9710:1: ( rule__DeclarativeRef__Group_0__0 )*
loop70:
do {
int alt70=2;
@@ -26072,7 +25818,7 @@ public final void rule__DeclarativeRef__Group__0__Impl() throws RecognitionExcep
switch (alt70) {
case 1 :
- // InternalInstance.g:9794:2: rule__DeclarativeRef__Group_0__0
+ // InternalInstance.g:9710:2: rule__DeclarativeRef__Group_0__0
{
pushFollow(FOLLOW_55);
rule__DeclarativeRef__Group_0__0();
@@ -26114,14 +25860,14 @@ public final void rule__DeclarativeRef__Group__0__Impl() throws RecognitionExcep
// $ANTLR start "rule__DeclarativeRef__Group__1"
- // InternalInstance.g:9805:1: rule__DeclarativeRef__Group__1 : rule__DeclarativeRef__Group__1__Impl rule__DeclarativeRef__Group__2 ;
+ // InternalInstance.g:9721:1: rule__DeclarativeRef__Group__1 : rule__DeclarativeRef__Group__1__Impl rule__DeclarativeRef__Group__2 ;
public final void rule__DeclarativeRef__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9809:1: ( rule__DeclarativeRef__Group__1__Impl rule__DeclarativeRef__Group__2 )
- // InternalInstance.g:9810:2: rule__DeclarativeRef__Group__1__Impl rule__DeclarativeRef__Group__2
+ // InternalInstance.g:9725:1: ( rule__DeclarativeRef__Group__1__Impl rule__DeclarativeRef__Group__2 )
+ // InternalInstance.g:9726:2: rule__DeclarativeRef__Group__1__Impl rule__DeclarativeRef__Group__2
{
pushFollow(FOLLOW_58);
rule__DeclarativeRef__Group__1__Impl();
@@ -26152,17 +25898,17 @@ public final void rule__DeclarativeRef__Group__1() throws RecognitionException {
// $ANTLR start "rule__DeclarativeRef__Group__1__Impl"
- // InternalInstance.g:9817:1: rule__DeclarativeRef__Group__1__Impl : ( RULE_ID ) ;
+ // InternalInstance.g:9733:1: rule__DeclarativeRef__Group__1__Impl : ( RULE_ID ) ;
public final void rule__DeclarativeRef__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9821:1: ( ( RULE_ID ) )
- // InternalInstance.g:9822:1: ( RULE_ID )
+ // InternalInstance.g:9737:1: ( ( RULE_ID ) )
+ // InternalInstance.g:9738:1: ( RULE_ID )
{
- // InternalInstance.g:9822:1: ( RULE_ID )
- // InternalInstance.g:9823:1: RULE_ID
+ // InternalInstance.g:9738:1: ( RULE_ID )
+ // InternalInstance.g:9739:1: RULE_ID
{
before(grammarAccess.getDeclarativeRefAccess().getIDTerminalRuleCall_1());
match(input,RULE_ID,FOLLOW_2);
@@ -26189,14 +25935,14 @@ public final void rule__DeclarativeRef__Group__1__Impl() throws RecognitionExcep
// $ANTLR start "rule__DeclarativeRef__Group__2"
- // InternalInstance.g:9834:1: rule__DeclarativeRef__Group__2 : rule__DeclarativeRef__Group__2__Impl rule__DeclarativeRef__Group__3 ;
+ // InternalInstance.g:9750:1: rule__DeclarativeRef__Group__2 : rule__DeclarativeRef__Group__2__Impl rule__DeclarativeRef__Group__3 ;
public final void rule__DeclarativeRef__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9838:1: ( rule__DeclarativeRef__Group__2__Impl rule__DeclarativeRef__Group__3 )
- // InternalInstance.g:9839:2: rule__DeclarativeRef__Group__2__Impl rule__DeclarativeRef__Group__3
+ // InternalInstance.g:9754:1: ( rule__DeclarativeRef__Group__2__Impl rule__DeclarativeRef__Group__3 )
+ // InternalInstance.g:9755:2: rule__DeclarativeRef__Group__2__Impl rule__DeclarativeRef__Group__3
{
pushFollow(FOLLOW_58);
rule__DeclarativeRef__Group__2__Impl();
@@ -26227,20 +25973,20 @@ public final void rule__DeclarativeRef__Group__2() throws RecognitionException {
// $ANTLR start "rule__DeclarativeRef__Group__2__Impl"
- // InternalInstance.g:9846:1: rule__DeclarativeRef__Group__2__Impl : ( ( rule__DeclarativeRef__Group_2__0 )? ) ;
+ // InternalInstance.g:9762:1: rule__DeclarativeRef__Group__2__Impl : ( ( rule__DeclarativeRef__Group_2__0 )? ) ;
public final void rule__DeclarativeRef__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9850:1: ( ( ( rule__DeclarativeRef__Group_2__0 )? ) )
- // InternalInstance.g:9851:1: ( ( rule__DeclarativeRef__Group_2__0 )? )
+ // InternalInstance.g:9766:1: ( ( ( rule__DeclarativeRef__Group_2__0 )? ) )
+ // InternalInstance.g:9767:1: ( ( rule__DeclarativeRef__Group_2__0 )? )
{
- // InternalInstance.g:9851:1: ( ( rule__DeclarativeRef__Group_2__0 )? )
- // InternalInstance.g:9852:1: ( rule__DeclarativeRef__Group_2__0 )?
+ // InternalInstance.g:9767:1: ( ( rule__DeclarativeRef__Group_2__0 )? )
+ // InternalInstance.g:9768:1: ( rule__DeclarativeRef__Group_2__0 )?
{
before(grammarAccess.getDeclarativeRefAccess().getGroup_2());
- // InternalInstance.g:9853:1: ( rule__DeclarativeRef__Group_2__0 )?
+ // InternalInstance.g:9769:1: ( rule__DeclarativeRef__Group_2__0 )?
int alt71=2;
int LA71_0 = input.LA(1);
@@ -26249,7 +25995,7 @@ public final void rule__DeclarativeRef__Group__2__Impl() throws RecognitionExcep
}
switch (alt71) {
case 1 :
- // InternalInstance.g:9853:2: rule__DeclarativeRef__Group_2__0
+ // InternalInstance.g:9769:2: rule__DeclarativeRef__Group_2__0
{
pushFollow(FOLLOW_2);
rule__DeclarativeRef__Group_2__0();
@@ -26285,14 +26031,14 @@ public final void rule__DeclarativeRef__Group__2__Impl() throws RecognitionExcep
// $ANTLR start "rule__DeclarativeRef__Group__3"
- // InternalInstance.g:9863:1: rule__DeclarativeRef__Group__3 : rule__DeclarativeRef__Group__3__Impl rule__DeclarativeRef__Group__4 ;
+ // InternalInstance.g:9779:1: rule__DeclarativeRef__Group__3 : rule__DeclarativeRef__Group__3__Impl rule__DeclarativeRef__Group__4 ;
public final void rule__DeclarativeRef__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9867:1: ( rule__DeclarativeRef__Group__3__Impl rule__DeclarativeRef__Group__4 )
- // InternalInstance.g:9868:2: rule__DeclarativeRef__Group__3__Impl rule__DeclarativeRef__Group__4
+ // InternalInstance.g:9783:1: ( rule__DeclarativeRef__Group__3__Impl rule__DeclarativeRef__Group__4 )
+ // InternalInstance.g:9784:2: rule__DeclarativeRef__Group__3__Impl rule__DeclarativeRef__Group__4
{
pushFollow(FOLLOW_59);
rule__DeclarativeRef__Group__3__Impl();
@@ -26323,17 +26069,17 @@ public final void rule__DeclarativeRef__Group__3() throws RecognitionException {
// $ANTLR start "rule__DeclarativeRef__Group__3__Impl"
- // InternalInstance.g:9875:1: rule__DeclarativeRef__Group__3__Impl : ( ':' ) ;
+ // InternalInstance.g:9791:1: rule__DeclarativeRef__Group__3__Impl : ( ':' ) ;
public final void rule__DeclarativeRef__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9879:1: ( ( ':' ) )
- // InternalInstance.g:9880:1: ( ':' )
+ // InternalInstance.g:9795:1: ( ( ':' ) )
+ // InternalInstance.g:9796:1: ( ':' )
{
- // InternalInstance.g:9880:1: ( ':' )
- // InternalInstance.g:9881:1: ':'
+ // InternalInstance.g:9796:1: ( ':' )
+ // InternalInstance.g:9797:1: ':'
{
before(grammarAccess.getDeclarativeRefAccess().getColonKeyword_3());
match(input,49,FOLLOW_2);
@@ -26360,14 +26106,14 @@ public final void rule__DeclarativeRef__Group__3__Impl() throws RecognitionExcep
// $ANTLR start "rule__DeclarativeRef__Group__4"
- // InternalInstance.g:9894:1: rule__DeclarativeRef__Group__4 : rule__DeclarativeRef__Group__4__Impl ;
+ // InternalInstance.g:9810:1: rule__DeclarativeRef__Group__4 : rule__DeclarativeRef__Group__4__Impl ;
public final void rule__DeclarativeRef__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9898:1: ( rule__DeclarativeRef__Group__4__Impl )
- // InternalInstance.g:9899:2: rule__DeclarativeRef__Group__4__Impl
+ // InternalInstance.g:9814:1: ( rule__DeclarativeRef__Group__4__Impl )
+ // InternalInstance.g:9815:2: rule__DeclarativeRef__Group__4__Impl
{
pushFollow(FOLLOW_2);
rule__DeclarativeRef__Group__4__Impl();
@@ -26393,21 +26139,21 @@ public final void rule__DeclarativeRef__Group__4() throws RecognitionException {
// $ANTLR start "rule__DeclarativeRef__Group__4__Impl"
- // InternalInstance.g:9905:1: rule__DeclarativeRef__Group__4__Impl : ( ( rule__DeclarativeRef__Alternatives_4 ) ) ;
+ // InternalInstance.g:9821:1: rule__DeclarativeRef__Group__4__Impl : ( ( rule__DeclarativeRef__Alternatives_4 ) ) ;
public final void rule__DeclarativeRef__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9909:1: ( ( ( rule__DeclarativeRef__Alternatives_4 ) ) )
- // InternalInstance.g:9910:1: ( ( rule__DeclarativeRef__Alternatives_4 ) )
+ // InternalInstance.g:9825:1: ( ( ( rule__DeclarativeRef__Alternatives_4 ) ) )
+ // InternalInstance.g:9826:1: ( ( rule__DeclarativeRef__Alternatives_4 ) )
{
- // InternalInstance.g:9910:1: ( ( rule__DeclarativeRef__Alternatives_4 ) )
- // InternalInstance.g:9911:1: ( rule__DeclarativeRef__Alternatives_4 )
+ // InternalInstance.g:9826:1: ( ( rule__DeclarativeRef__Alternatives_4 ) )
+ // InternalInstance.g:9827:1: ( rule__DeclarativeRef__Alternatives_4 )
{
before(grammarAccess.getDeclarativeRefAccess().getAlternatives_4());
- // InternalInstance.g:9912:1: ( rule__DeclarativeRef__Alternatives_4 )
- // InternalInstance.g:9912:2: rule__DeclarativeRef__Alternatives_4
+ // InternalInstance.g:9828:1: ( rule__DeclarativeRef__Alternatives_4 )
+ // InternalInstance.g:9828:2: rule__DeclarativeRef__Alternatives_4
{
pushFollow(FOLLOW_2);
rule__DeclarativeRef__Alternatives_4();
@@ -26440,14 +26186,14 @@ public final void rule__DeclarativeRef__Group__4__Impl() throws RecognitionExcep
// $ANTLR start "rule__DeclarativeRef__Group_0__0"
- // InternalInstance.g:9932:1: rule__DeclarativeRef__Group_0__0 : rule__DeclarativeRef__Group_0__0__Impl rule__DeclarativeRef__Group_0__1 ;
+ // InternalInstance.g:9848:1: rule__DeclarativeRef__Group_0__0 : rule__DeclarativeRef__Group_0__0__Impl rule__DeclarativeRef__Group_0__1 ;
public final void rule__DeclarativeRef__Group_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9936:1: ( rule__DeclarativeRef__Group_0__0__Impl rule__DeclarativeRef__Group_0__1 )
- // InternalInstance.g:9937:2: rule__DeclarativeRef__Group_0__0__Impl rule__DeclarativeRef__Group_0__1
+ // InternalInstance.g:9852:1: ( rule__DeclarativeRef__Group_0__0__Impl rule__DeclarativeRef__Group_0__1 )
+ // InternalInstance.g:9853:2: rule__DeclarativeRef__Group_0__0__Impl rule__DeclarativeRef__Group_0__1
{
pushFollow(FOLLOW_57);
rule__DeclarativeRef__Group_0__0__Impl();
@@ -26478,17 +26224,17 @@ public final void rule__DeclarativeRef__Group_0__0() throws RecognitionException
// $ANTLR start "rule__DeclarativeRef__Group_0__0__Impl"
- // InternalInstance.g:9944:1: rule__DeclarativeRef__Group_0__0__Impl : ( RULE_ID ) ;
+ // InternalInstance.g:9860:1: rule__DeclarativeRef__Group_0__0__Impl : ( RULE_ID ) ;
public final void rule__DeclarativeRef__Group_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9948:1: ( ( RULE_ID ) )
- // InternalInstance.g:9949:1: ( RULE_ID )
+ // InternalInstance.g:9864:1: ( ( RULE_ID ) )
+ // InternalInstance.g:9865:1: ( RULE_ID )
{
- // InternalInstance.g:9949:1: ( RULE_ID )
- // InternalInstance.g:9950:1: RULE_ID
+ // InternalInstance.g:9865:1: ( RULE_ID )
+ // InternalInstance.g:9866:1: RULE_ID
{
before(grammarAccess.getDeclarativeRefAccess().getIDTerminalRuleCall_0_0());
match(input,RULE_ID,FOLLOW_2);
@@ -26515,14 +26261,14 @@ public final void rule__DeclarativeRef__Group_0__0__Impl() throws RecognitionExc
// $ANTLR start "rule__DeclarativeRef__Group_0__1"
- // InternalInstance.g:9961:1: rule__DeclarativeRef__Group_0__1 : rule__DeclarativeRef__Group_0__1__Impl ;
+ // InternalInstance.g:9877:1: rule__DeclarativeRef__Group_0__1 : rule__DeclarativeRef__Group_0__1__Impl ;
public final void rule__DeclarativeRef__Group_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9965:1: ( rule__DeclarativeRef__Group_0__1__Impl )
- // InternalInstance.g:9966:2: rule__DeclarativeRef__Group_0__1__Impl
+ // InternalInstance.g:9881:1: ( rule__DeclarativeRef__Group_0__1__Impl )
+ // InternalInstance.g:9882:2: rule__DeclarativeRef__Group_0__1__Impl
{
pushFollow(FOLLOW_2);
rule__DeclarativeRef__Group_0__1__Impl();
@@ -26548,17 +26294,17 @@ public final void rule__DeclarativeRef__Group_0__1() throws RecognitionException
// $ANTLR start "rule__DeclarativeRef__Group_0__1__Impl"
- // InternalInstance.g:9972:1: rule__DeclarativeRef__Group_0__1__Impl : ( '::' ) ;
+ // InternalInstance.g:9888:1: rule__DeclarativeRef__Group_0__1__Impl : ( '::' ) ;
public final void rule__DeclarativeRef__Group_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9976:1: ( ( '::' ) )
- // InternalInstance.g:9977:1: ( '::' )
+ // InternalInstance.g:9892:1: ( ( '::' ) )
+ // InternalInstance.g:9893:1: ( '::' )
{
- // InternalInstance.g:9977:1: ( '::' )
- // InternalInstance.g:9978:1: '::'
+ // InternalInstance.g:9893:1: ( '::' )
+ // InternalInstance.g:9894:1: '::'
{
before(grammarAccess.getDeclarativeRefAccess().getColonColonKeyword_0_1());
match(input,72,FOLLOW_2);
@@ -26585,14 +26331,14 @@ public final void rule__DeclarativeRef__Group_0__1__Impl() throws RecognitionExc
// $ANTLR start "rule__DeclarativeRef__Group_2__0"
- // InternalInstance.g:9995:1: rule__DeclarativeRef__Group_2__0 : rule__DeclarativeRef__Group_2__0__Impl rule__DeclarativeRef__Group_2__1 ;
+ // InternalInstance.g:9911:1: rule__DeclarativeRef__Group_2__0 : rule__DeclarativeRef__Group_2__0__Impl rule__DeclarativeRef__Group_2__1 ;
public final void rule__DeclarativeRef__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:9999:1: ( rule__DeclarativeRef__Group_2__0__Impl rule__DeclarativeRef__Group_2__1 )
- // InternalInstance.g:10000:2: rule__DeclarativeRef__Group_2__0__Impl rule__DeclarativeRef__Group_2__1
+ // InternalInstance.g:9915:1: ( rule__DeclarativeRef__Group_2__0__Impl rule__DeclarativeRef__Group_2__1 )
+ // InternalInstance.g:9916:2: rule__DeclarativeRef__Group_2__0__Impl rule__DeclarativeRef__Group_2__1
{
pushFollow(FOLLOW_3);
rule__DeclarativeRef__Group_2__0__Impl();
@@ -26623,17 +26369,17 @@ public final void rule__DeclarativeRef__Group_2__0() throws RecognitionException
// $ANTLR start "rule__DeclarativeRef__Group_2__0__Impl"
- // InternalInstance.g:10007:1: rule__DeclarativeRef__Group_2__0__Impl : ( '.' ) ;
+ // InternalInstance.g:9923:1: rule__DeclarativeRef__Group_2__0__Impl : ( '.' ) ;
public final void rule__DeclarativeRef__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10011:1: ( ( '.' ) )
- // InternalInstance.g:10012:1: ( '.' )
+ // InternalInstance.g:9927:1: ( ( '.' ) )
+ // InternalInstance.g:9928:1: ( '.' )
{
- // InternalInstance.g:10012:1: ( '.' )
- // InternalInstance.g:10013:1: '.'
+ // InternalInstance.g:9928:1: ( '.' )
+ // InternalInstance.g:9929:1: '.'
{
before(grammarAccess.getDeclarativeRefAccess().getFullStopKeyword_2_0());
match(input,73,FOLLOW_2);
@@ -26660,14 +26406,14 @@ public final void rule__DeclarativeRef__Group_2__0__Impl() throws RecognitionExc
// $ANTLR start "rule__DeclarativeRef__Group_2__1"
- // InternalInstance.g:10026:1: rule__DeclarativeRef__Group_2__1 : rule__DeclarativeRef__Group_2__1__Impl ;
+ // InternalInstance.g:9942:1: rule__DeclarativeRef__Group_2__1 : rule__DeclarativeRef__Group_2__1__Impl ;
public final void rule__DeclarativeRef__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10030:1: ( rule__DeclarativeRef__Group_2__1__Impl )
- // InternalInstance.g:10031:2: rule__DeclarativeRef__Group_2__1__Impl
+ // InternalInstance.g:9946:1: ( rule__DeclarativeRef__Group_2__1__Impl )
+ // InternalInstance.g:9947:2: rule__DeclarativeRef__Group_2__1__Impl
{
pushFollow(FOLLOW_2);
rule__DeclarativeRef__Group_2__1__Impl();
@@ -26693,17 +26439,17 @@ public final void rule__DeclarativeRef__Group_2__1() throws RecognitionException
// $ANTLR start "rule__DeclarativeRef__Group_2__1__Impl"
- // InternalInstance.g:10037:1: rule__DeclarativeRef__Group_2__1__Impl : ( RULE_ID ) ;
+ // InternalInstance.g:9953:1: rule__DeclarativeRef__Group_2__1__Impl : ( RULE_ID ) ;
public final void rule__DeclarativeRef__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10041:1: ( ( RULE_ID ) )
- // InternalInstance.g:10042:1: ( RULE_ID )
+ // InternalInstance.g:9957:1: ( ( RULE_ID ) )
+ // InternalInstance.g:9958:1: ( RULE_ID )
{
- // InternalInstance.g:10042:1: ( RULE_ID )
- // InternalInstance.g:10043:1: RULE_ID
+ // InternalInstance.g:9958:1: ( RULE_ID )
+ // InternalInstance.g:9959:1: RULE_ID
{
before(grammarAccess.getDeclarativeRefAccess().getIDTerminalRuleCall_2_1());
match(input,RULE_ID,FOLLOW_2);
@@ -26730,14 +26476,14 @@ public final void rule__DeclarativeRef__Group_2__1__Impl() throws RecognitionExc
// $ANTLR start "rule__DeclarativeRef__Group_4_0__0"
- // InternalInstance.g:10058:1: rule__DeclarativeRef__Group_4_0__0 : rule__DeclarativeRef__Group_4_0__0__Impl rule__DeclarativeRef__Group_4_0__1 ;
+ // InternalInstance.g:9974:1: rule__DeclarativeRef__Group_4_0__0 : rule__DeclarativeRef__Group_4_0__0__Impl rule__DeclarativeRef__Group_4_0__1 ;
public final void rule__DeclarativeRef__Group_4_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10062:1: ( rule__DeclarativeRef__Group_4_0__0__Impl rule__DeclarativeRef__Group_4_0__1 )
- // InternalInstance.g:10063:2: rule__DeclarativeRef__Group_4_0__0__Impl rule__DeclarativeRef__Group_4_0__1
+ // InternalInstance.g:9978:1: ( rule__DeclarativeRef__Group_4_0__0__Impl rule__DeclarativeRef__Group_4_0__1 )
+ // InternalInstance.g:9979:2: rule__DeclarativeRef__Group_4_0__0__Impl rule__DeclarativeRef__Group_4_0__1
{
pushFollow(FOLLOW_60);
rule__DeclarativeRef__Group_4_0__0__Impl();
@@ -26768,17 +26514,17 @@ public final void rule__DeclarativeRef__Group_4_0__0() throws RecognitionExcepti
// $ANTLR start "rule__DeclarativeRef__Group_4_0__0__Impl"
- // InternalInstance.g:10070:1: rule__DeclarativeRef__Group_4_0__0__Impl : ( 'transition' ) ;
+ // InternalInstance.g:9986:1: rule__DeclarativeRef__Group_4_0__0__Impl : ( 'transition' ) ;
public final void rule__DeclarativeRef__Group_4_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10074:1: ( ( 'transition' ) )
- // InternalInstance.g:10075:1: ( 'transition' )
+ // InternalInstance.g:9990:1: ( ( 'transition' ) )
+ // InternalInstance.g:9991:1: ( 'transition' )
{
- // InternalInstance.g:10075:1: ( 'transition' )
- // InternalInstance.g:10076:1: 'transition'
+ // InternalInstance.g:9991:1: ( 'transition' )
+ // InternalInstance.g:9992:1: 'transition'
{
before(grammarAccess.getDeclarativeRefAccess().getTransitionKeyword_4_0_0());
match(input,64,FOLLOW_2);
@@ -26805,14 +26551,14 @@ public final void rule__DeclarativeRef__Group_4_0__0__Impl() throws RecognitionE
// $ANTLR start "rule__DeclarativeRef__Group_4_0__1"
- // InternalInstance.g:10089:1: rule__DeclarativeRef__Group_4_0__1 : rule__DeclarativeRef__Group_4_0__1__Impl rule__DeclarativeRef__Group_4_0__2 ;
+ // InternalInstance.g:10005:1: rule__DeclarativeRef__Group_4_0__1 : rule__DeclarativeRef__Group_4_0__1__Impl rule__DeclarativeRef__Group_4_0__2 ;
public final void rule__DeclarativeRef__Group_4_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10093:1: ( rule__DeclarativeRef__Group_4_0__1__Impl rule__DeclarativeRef__Group_4_0__2 )
- // InternalInstance.g:10094:2: rule__DeclarativeRef__Group_4_0__1__Impl rule__DeclarativeRef__Group_4_0__2
+ // InternalInstance.g:10009:1: ( rule__DeclarativeRef__Group_4_0__1__Impl rule__DeclarativeRef__Group_4_0__2 )
+ // InternalInstance.g:10010:2: rule__DeclarativeRef__Group_4_0__1__Impl rule__DeclarativeRef__Group_4_0__2
{
pushFollow(FOLLOW_10);
rule__DeclarativeRef__Group_4_0__1__Impl();
@@ -26843,17 +26589,17 @@ public final void rule__DeclarativeRef__Group_4_0__1() throws RecognitionExcepti
// $ANTLR start "rule__DeclarativeRef__Group_4_0__1__Impl"
- // InternalInstance.g:10101:1: rule__DeclarativeRef__Group_4_0__1__Impl : ( '#' ) ;
+ // InternalInstance.g:10017:1: rule__DeclarativeRef__Group_4_0__1__Impl : ( '#' ) ;
public final void rule__DeclarativeRef__Group_4_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10105:1: ( ( '#' ) )
- // InternalInstance.g:10106:1: ( '#' )
+ // InternalInstance.g:10021:1: ( ( '#' ) )
+ // InternalInstance.g:10022:1: ( '#' )
{
- // InternalInstance.g:10106:1: ( '#' )
- // InternalInstance.g:10107:1: '#'
+ // InternalInstance.g:10022:1: ( '#' )
+ // InternalInstance.g:10023:1: '#'
{
before(grammarAccess.getDeclarativeRefAccess().getNumberSignKeyword_4_0_1());
match(input,74,FOLLOW_2);
@@ -26880,14 +26626,14 @@ public final void rule__DeclarativeRef__Group_4_0__1__Impl() throws RecognitionE
// $ANTLR start "rule__DeclarativeRef__Group_4_0__2"
- // InternalInstance.g:10120:1: rule__DeclarativeRef__Group_4_0__2 : rule__DeclarativeRef__Group_4_0__2__Impl ;
+ // InternalInstance.g:10036:1: rule__DeclarativeRef__Group_4_0__2 : rule__DeclarativeRef__Group_4_0__2__Impl ;
public final void rule__DeclarativeRef__Group_4_0__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10124:1: ( rule__DeclarativeRef__Group_4_0__2__Impl )
- // InternalInstance.g:10125:2: rule__DeclarativeRef__Group_4_0__2__Impl
+ // InternalInstance.g:10040:1: ( rule__DeclarativeRef__Group_4_0__2__Impl )
+ // InternalInstance.g:10041:2: rule__DeclarativeRef__Group_4_0__2__Impl
{
pushFollow(FOLLOW_2);
rule__DeclarativeRef__Group_4_0__2__Impl();
@@ -26913,17 +26659,17 @@ public final void rule__DeclarativeRef__Group_4_0__2() throws RecognitionExcepti
// $ANTLR start "rule__DeclarativeRef__Group_4_0__2__Impl"
- // InternalInstance.g:10131:1: rule__DeclarativeRef__Group_4_0__2__Impl : ( RULE_INTEGER_LIT ) ;
+ // InternalInstance.g:10047:1: rule__DeclarativeRef__Group_4_0__2__Impl : ( RULE_INTEGER_LIT ) ;
public final void rule__DeclarativeRef__Group_4_0__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10135:1: ( ( RULE_INTEGER_LIT ) )
- // InternalInstance.g:10136:1: ( RULE_INTEGER_LIT )
+ // InternalInstance.g:10051:1: ( ( RULE_INTEGER_LIT ) )
+ // InternalInstance.g:10052:1: ( RULE_INTEGER_LIT )
{
- // InternalInstance.g:10136:1: ( RULE_INTEGER_LIT )
- // InternalInstance.g:10137:1: RULE_INTEGER_LIT
+ // InternalInstance.g:10052:1: ( RULE_INTEGER_LIT )
+ // InternalInstance.g:10053:1: RULE_INTEGER_LIT
{
before(grammarAccess.getDeclarativeRefAccess().getINTEGER_LITTerminalRuleCall_4_0_2());
match(input,RULE_INTEGER_LIT,FOLLOW_2);
@@ -26950,14 +26696,14 @@ public final void rule__DeclarativeRef__Group_4_0__2__Impl() throws RecognitionE
// $ANTLR start "rule__InstanceRef__Group_1__0"
- // InternalInstance.g:10154:1: rule__InstanceRef__Group_1__0 : rule__InstanceRef__Group_1__0__Impl rule__InstanceRef__Group_1__1 ;
+ // InternalInstance.g:10070:1: rule__InstanceRef__Group_1__0 : rule__InstanceRef__Group_1__0__Impl rule__InstanceRef__Group_1__1 ;
public final void rule__InstanceRef__Group_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10158:1: ( rule__InstanceRef__Group_1__0__Impl rule__InstanceRef__Group_1__1 )
- // InternalInstance.g:10159:2: rule__InstanceRef__Group_1__0__Impl rule__InstanceRef__Group_1__1
+ // InternalInstance.g:10074:1: ( rule__InstanceRef__Group_1__0__Impl rule__InstanceRef__Group_1__1 )
+ // InternalInstance.g:10075:2: rule__InstanceRef__Group_1__0__Impl rule__InstanceRef__Group_1__1
{
pushFollow(FOLLOW_20);
rule__InstanceRef__Group_1__0__Impl();
@@ -26988,27 +26734,27 @@ public final void rule__InstanceRef__Group_1__0() throws RecognitionException {
// $ANTLR start "rule__InstanceRef__Group_1__0__Impl"
- // InternalInstance.g:10166:1: rule__InstanceRef__Group_1__0__Impl : ( ( rule__InstanceRef__Group_1_0__0 )* ) ;
+ // InternalInstance.g:10082:1: rule__InstanceRef__Group_1__0__Impl : ( ( rule__InstanceRef__Group_1_0__0 )* ) ;
public final void rule__InstanceRef__Group_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10170:1: ( ( ( rule__InstanceRef__Group_1_0__0 )* ) )
- // InternalInstance.g:10171:1: ( ( rule__InstanceRef__Group_1_0__0 )* )
+ // InternalInstance.g:10086:1: ( ( ( rule__InstanceRef__Group_1_0__0 )* ) )
+ // InternalInstance.g:10087:1: ( ( rule__InstanceRef__Group_1_0__0 )* )
{
- // InternalInstance.g:10171:1: ( ( rule__InstanceRef__Group_1_0__0 )* )
- // InternalInstance.g:10172:1: ( rule__InstanceRef__Group_1_0__0 )*
+ // InternalInstance.g:10087:1: ( ( rule__InstanceRef__Group_1_0__0 )* )
+ // InternalInstance.g:10088:1: ( rule__InstanceRef__Group_1_0__0 )*
{
before(grammarAccess.getInstanceRefAccess().getGroup_1_0());
- // InternalInstance.g:10173:1: ( rule__InstanceRef__Group_1_0__0 )*
+ // InternalInstance.g:10089:1: ( rule__InstanceRef__Group_1_0__0 )*
loop72:
do {
int alt72=2;
alt72 = dfa72.predict(input);
switch (alt72) {
case 1 :
- // InternalInstance.g:10173:2: rule__InstanceRef__Group_1_0__0
+ // InternalInstance.g:10089:2: rule__InstanceRef__Group_1_0__0
{
pushFollow(FOLLOW_55);
rule__InstanceRef__Group_1_0__0();
@@ -27047,14 +26793,14 @@ public final void rule__InstanceRef__Group_1__0__Impl() throws RecognitionExcept
// $ANTLR start "rule__InstanceRef__Group_1__1"
- // InternalInstance.g:10183:1: rule__InstanceRef__Group_1__1 : rule__InstanceRef__Group_1__1__Impl ;
+ // InternalInstance.g:10099:1: rule__InstanceRef__Group_1__1 : rule__InstanceRef__Group_1__1__Impl ;
public final void rule__InstanceRef__Group_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10187:1: ( rule__InstanceRef__Group_1__1__Impl )
- // InternalInstance.g:10188:2: rule__InstanceRef__Group_1__1__Impl
+ // InternalInstance.g:10103:1: ( rule__InstanceRef__Group_1__1__Impl )
+ // InternalInstance.g:10104:2: rule__InstanceRef__Group_1__1__Impl
{
pushFollow(FOLLOW_2);
rule__InstanceRef__Group_1__1__Impl();
@@ -27080,21 +26826,21 @@ public final void rule__InstanceRef__Group_1__1() throws RecognitionException {
// $ANTLR start "rule__InstanceRef__Group_1__1__Impl"
- // InternalInstance.g:10194:1: rule__InstanceRef__Group_1__1__Impl : ( ( rule__InstanceRef__Alternatives_1_1 ) ) ;
+ // InternalInstance.g:10110:1: rule__InstanceRef__Group_1__1__Impl : ( ( rule__InstanceRef__Alternatives_1_1 ) ) ;
public final void rule__InstanceRef__Group_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10198:1: ( ( ( rule__InstanceRef__Alternatives_1_1 ) ) )
- // InternalInstance.g:10199:1: ( ( rule__InstanceRef__Alternatives_1_1 ) )
+ // InternalInstance.g:10114:1: ( ( ( rule__InstanceRef__Alternatives_1_1 ) ) )
+ // InternalInstance.g:10115:1: ( ( rule__InstanceRef__Alternatives_1_1 ) )
{
- // InternalInstance.g:10199:1: ( ( rule__InstanceRef__Alternatives_1_1 ) )
- // InternalInstance.g:10200:1: ( rule__InstanceRef__Alternatives_1_1 )
+ // InternalInstance.g:10115:1: ( ( rule__InstanceRef__Alternatives_1_1 ) )
+ // InternalInstance.g:10116:1: ( rule__InstanceRef__Alternatives_1_1 )
{
before(grammarAccess.getInstanceRefAccess().getAlternatives_1_1());
- // InternalInstance.g:10201:1: ( rule__InstanceRef__Alternatives_1_1 )
- // InternalInstance.g:10201:2: rule__InstanceRef__Alternatives_1_1
+ // InternalInstance.g:10117:1: ( rule__InstanceRef__Alternatives_1_1 )
+ // InternalInstance.g:10117:2: rule__InstanceRef__Alternatives_1_1
{
pushFollow(FOLLOW_2);
rule__InstanceRef__Alternatives_1_1();
@@ -27127,14 +26873,14 @@ public final void rule__InstanceRef__Group_1__1__Impl() throws RecognitionExcept
// $ANTLR start "rule__InstanceRef__Group_1_0__0"
- // InternalInstance.g:10215:1: rule__InstanceRef__Group_1_0__0 : rule__InstanceRef__Group_1_0__0__Impl rule__InstanceRef__Group_1_0__1 ;
+ // InternalInstance.g:10131:1: rule__InstanceRef__Group_1_0__0 : rule__InstanceRef__Group_1_0__0__Impl rule__InstanceRef__Group_1_0__1 ;
public final void rule__InstanceRef__Group_1_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10219:1: ( rule__InstanceRef__Group_1_0__0__Impl rule__InstanceRef__Group_1_0__1 )
- // InternalInstance.g:10220:2: rule__InstanceRef__Group_1_0__0__Impl rule__InstanceRef__Group_1_0__1
+ // InternalInstance.g:10135:1: ( rule__InstanceRef__Group_1_0__0__Impl rule__InstanceRef__Group_1_0__1 )
+ // InternalInstance.g:10136:2: rule__InstanceRef__Group_1_0__0__Impl rule__InstanceRef__Group_1_0__1
{
pushFollow(FOLLOW_61);
rule__InstanceRef__Group_1_0__0__Impl();
@@ -27165,17 +26911,17 @@ public final void rule__InstanceRef__Group_1_0__0() throws RecognitionException
// $ANTLR start "rule__InstanceRef__Group_1_0__0__Impl"
- // InternalInstance.g:10227:1: rule__InstanceRef__Group_1_0__0__Impl : ( RULE_ID ) ;
+ // InternalInstance.g:10143:1: rule__InstanceRef__Group_1_0__0__Impl : ( RULE_ID ) ;
public final void rule__InstanceRef__Group_1_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10231:1: ( ( RULE_ID ) )
- // InternalInstance.g:10232:1: ( RULE_ID )
+ // InternalInstance.g:10147:1: ( ( RULE_ID ) )
+ // InternalInstance.g:10148:1: ( RULE_ID )
{
- // InternalInstance.g:10232:1: ( RULE_ID )
- // InternalInstance.g:10233:1: RULE_ID
+ // InternalInstance.g:10148:1: ( RULE_ID )
+ // InternalInstance.g:10149:1: RULE_ID
{
before(grammarAccess.getInstanceRefAccess().getIDTerminalRuleCall_1_0_0());
match(input,RULE_ID,FOLLOW_2);
@@ -27202,14 +26948,14 @@ public final void rule__InstanceRef__Group_1_0__0__Impl() throws RecognitionExce
// $ANTLR start "rule__InstanceRef__Group_1_0__1"
- // InternalInstance.g:10244:1: rule__InstanceRef__Group_1_0__1 : rule__InstanceRef__Group_1_0__1__Impl rule__InstanceRef__Group_1_0__2 ;
+ // InternalInstance.g:10160:1: rule__InstanceRef__Group_1_0__1 : rule__InstanceRef__Group_1_0__1__Impl rule__InstanceRef__Group_1_0__2 ;
public final void rule__InstanceRef__Group_1_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10248:1: ( rule__InstanceRef__Group_1_0__1__Impl rule__InstanceRef__Group_1_0__2 )
- // InternalInstance.g:10249:2: rule__InstanceRef__Group_1_0__1__Impl rule__InstanceRef__Group_1_0__2
+ // InternalInstance.g:10164:1: ( rule__InstanceRef__Group_1_0__1__Impl rule__InstanceRef__Group_1_0__2 )
+ // InternalInstance.g:10165:2: rule__InstanceRef__Group_1_0__1__Impl rule__InstanceRef__Group_1_0__2
{
pushFollow(FOLLOW_61);
rule__InstanceRef__Group_1_0__1__Impl();
@@ -27240,20 +26986,20 @@ public final void rule__InstanceRef__Group_1_0__1() throws RecognitionException
// $ANTLR start "rule__InstanceRef__Group_1_0__1__Impl"
- // InternalInstance.g:10256:1: rule__InstanceRef__Group_1_0__1__Impl : ( ( rule__InstanceRef__Group_1_0_1__0 )* ) ;
+ // InternalInstance.g:10172:1: rule__InstanceRef__Group_1_0__1__Impl : ( ( rule__InstanceRef__Group_1_0_1__0 )* ) ;
public final void rule__InstanceRef__Group_1_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10260:1: ( ( ( rule__InstanceRef__Group_1_0_1__0 )* ) )
- // InternalInstance.g:10261:1: ( ( rule__InstanceRef__Group_1_0_1__0 )* )
+ // InternalInstance.g:10176:1: ( ( ( rule__InstanceRef__Group_1_0_1__0 )* ) )
+ // InternalInstance.g:10177:1: ( ( rule__InstanceRef__Group_1_0_1__0 )* )
{
- // InternalInstance.g:10261:1: ( ( rule__InstanceRef__Group_1_0_1__0 )* )
- // InternalInstance.g:10262:1: ( rule__InstanceRef__Group_1_0_1__0 )*
+ // InternalInstance.g:10177:1: ( ( rule__InstanceRef__Group_1_0_1__0 )* )
+ // InternalInstance.g:10178:1: ( rule__InstanceRef__Group_1_0_1__0 )*
{
before(grammarAccess.getInstanceRefAccess().getGroup_1_0_1());
- // InternalInstance.g:10263:1: ( rule__InstanceRef__Group_1_0_1__0 )*
+ // InternalInstance.g:10179:1: ( rule__InstanceRef__Group_1_0_1__0 )*
loop73:
do {
int alt73=2;
@@ -27266,7 +27012,7 @@ public final void rule__InstanceRef__Group_1_0__1__Impl() throws RecognitionExce
switch (alt73) {
case 1 :
- // InternalInstance.g:10263:2: rule__InstanceRef__Group_1_0_1__0
+ // InternalInstance.g:10179:2: rule__InstanceRef__Group_1_0_1__0
{
pushFollow(FOLLOW_13);
rule__InstanceRef__Group_1_0_1__0();
@@ -27305,14 +27051,14 @@ public final void rule__InstanceRef__Group_1_0__1__Impl() throws RecognitionExce
// $ANTLR start "rule__InstanceRef__Group_1_0__2"
- // InternalInstance.g:10273:1: rule__InstanceRef__Group_1_0__2 : rule__InstanceRef__Group_1_0__2__Impl ;
+ // InternalInstance.g:10189:1: rule__InstanceRef__Group_1_0__2 : rule__InstanceRef__Group_1_0__2__Impl ;
public final void rule__InstanceRef__Group_1_0__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10277:1: ( rule__InstanceRef__Group_1_0__2__Impl )
- // InternalInstance.g:10278:2: rule__InstanceRef__Group_1_0__2__Impl
+ // InternalInstance.g:10193:1: ( rule__InstanceRef__Group_1_0__2__Impl )
+ // InternalInstance.g:10194:2: rule__InstanceRef__Group_1_0__2__Impl
{
pushFollow(FOLLOW_2);
rule__InstanceRef__Group_1_0__2__Impl();
@@ -27338,17 +27084,17 @@ public final void rule__InstanceRef__Group_1_0__2() throws RecognitionException
// $ANTLR start "rule__InstanceRef__Group_1_0__2__Impl"
- // InternalInstance.g:10284:1: rule__InstanceRef__Group_1_0__2__Impl : ( '.' ) ;
+ // InternalInstance.g:10200:1: rule__InstanceRef__Group_1_0__2__Impl : ( '.' ) ;
public final void rule__InstanceRef__Group_1_0__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10288:1: ( ( '.' ) )
- // InternalInstance.g:10289:1: ( '.' )
+ // InternalInstance.g:10204:1: ( ( '.' ) )
+ // InternalInstance.g:10205:1: ( '.' )
{
- // InternalInstance.g:10289:1: ( '.' )
- // InternalInstance.g:10290:1: '.'
+ // InternalInstance.g:10205:1: ( '.' )
+ // InternalInstance.g:10206:1: '.'
{
before(grammarAccess.getInstanceRefAccess().getFullStopKeyword_1_0_2());
match(input,73,FOLLOW_2);
@@ -27375,14 +27121,14 @@ public final void rule__InstanceRef__Group_1_0__2__Impl() throws RecognitionExce
// $ANTLR start "rule__InstanceRef__Group_1_0_1__0"
- // InternalInstance.g:10309:1: rule__InstanceRef__Group_1_0_1__0 : rule__InstanceRef__Group_1_0_1__0__Impl rule__InstanceRef__Group_1_0_1__1 ;
+ // InternalInstance.g:10225:1: rule__InstanceRef__Group_1_0_1__0 : rule__InstanceRef__Group_1_0_1__0__Impl rule__InstanceRef__Group_1_0_1__1 ;
public final void rule__InstanceRef__Group_1_0_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10313:1: ( rule__InstanceRef__Group_1_0_1__0__Impl rule__InstanceRef__Group_1_0_1__1 )
- // InternalInstance.g:10314:2: rule__InstanceRef__Group_1_0_1__0__Impl rule__InstanceRef__Group_1_0_1__1
+ // InternalInstance.g:10229:1: ( rule__InstanceRef__Group_1_0_1__0__Impl rule__InstanceRef__Group_1_0_1__1 )
+ // InternalInstance.g:10230:2: rule__InstanceRef__Group_1_0_1__0__Impl rule__InstanceRef__Group_1_0_1__1
{
pushFollow(FOLLOW_10);
rule__InstanceRef__Group_1_0_1__0__Impl();
@@ -27413,17 +27159,17 @@ public final void rule__InstanceRef__Group_1_0_1__0() throws RecognitionExceptio
// $ANTLR start "rule__InstanceRef__Group_1_0_1__0__Impl"
- // InternalInstance.g:10321:1: rule__InstanceRef__Group_1_0_1__0__Impl : ( '[' ) ;
+ // InternalInstance.g:10237:1: rule__InstanceRef__Group_1_0_1__0__Impl : ( '[' ) ;
public final void rule__InstanceRef__Group_1_0_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10325:1: ( ( '[' ) )
- // InternalInstance.g:10326:1: ( '[' )
+ // InternalInstance.g:10241:1: ( ( '[' ) )
+ // InternalInstance.g:10242:1: ( '[' )
{
- // InternalInstance.g:10326:1: ( '[' )
- // InternalInstance.g:10327:1: '['
+ // InternalInstance.g:10242:1: ( '[' )
+ // InternalInstance.g:10243:1: '['
{
before(grammarAccess.getInstanceRefAccess().getLeftSquareBracketKeyword_1_0_1_0());
match(input,52,FOLLOW_2);
@@ -27450,14 +27196,14 @@ public final void rule__InstanceRef__Group_1_0_1__0__Impl() throws RecognitionEx
// $ANTLR start "rule__InstanceRef__Group_1_0_1__1"
- // InternalInstance.g:10340:1: rule__InstanceRef__Group_1_0_1__1 : rule__InstanceRef__Group_1_0_1__1__Impl rule__InstanceRef__Group_1_0_1__2 ;
+ // InternalInstance.g:10256:1: rule__InstanceRef__Group_1_0_1__1 : rule__InstanceRef__Group_1_0_1__1__Impl rule__InstanceRef__Group_1_0_1__2 ;
public final void rule__InstanceRef__Group_1_0_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10344:1: ( rule__InstanceRef__Group_1_0_1__1__Impl rule__InstanceRef__Group_1_0_1__2 )
- // InternalInstance.g:10345:2: rule__InstanceRef__Group_1_0_1__1__Impl rule__InstanceRef__Group_1_0_1__2
+ // InternalInstance.g:10260:1: ( rule__InstanceRef__Group_1_0_1__1__Impl rule__InstanceRef__Group_1_0_1__2 )
+ // InternalInstance.g:10261:2: rule__InstanceRef__Group_1_0_1__1__Impl rule__InstanceRef__Group_1_0_1__2
{
pushFollow(FOLLOW_11);
rule__InstanceRef__Group_1_0_1__1__Impl();
@@ -27488,17 +27234,17 @@ public final void rule__InstanceRef__Group_1_0_1__1() throws RecognitionExceptio
// $ANTLR start "rule__InstanceRef__Group_1_0_1__1__Impl"
- // InternalInstance.g:10352:1: rule__InstanceRef__Group_1_0_1__1__Impl : ( RULE_INTEGER_LIT ) ;
+ // InternalInstance.g:10268:1: rule__InstanceRef__Group_1_0_1__1__Impl : ( RULE_INTEGER_LIT ) ;
public final void rule__InstanceRef__Group_1_0_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10356:1: ( ( RULE_INTEGER_LIT ) )
- // InternalInstance.g:10357:1: ( RULE_INTEGER_LIT )
+ // InternalInstance.g:10272:1: ( ( RULE_INTEGER_LIT ) )
+ // InternalInstance.g:10273:1: ( RULE_INTEGER_LIT )
{
- // InternalInstance.g:10357:1: ( RULE_INTEGER_LIT )
- // InternalInstance.g:10358:1: RULE_INTEGER_LIT
+ // InternalInstance.g:10273:1: ( RULE_INTEGER_LIT )
+ // InternalInstance.g:10274:1: RULE_INTEGER_LIT
{
before(grammarAccess.getInstanceRefAccess().getINTEGER_LITTerminalRuleCall_1_0_1_1());
match(input,RULE_INTEGER_LIT,FOLLOW_2);
@@ -27525,14 +27271,14 @@ public final void rule__InstanceRef__Group_1_0_1__1__Impl() throws RecognitionEx
// $ANTLR start "rule__InstanceRef__Group_1_0_1__2"
- // InternalInstance.g:10369:1: rule__InstanceRef__Group_1_0_1__2 : rule__InstanceRef__Group_1_0_1__2__Impl ;
+ // InternalInstance.g:10285:1: rule__InstanceRef__Group_1_0_1__2 : rule__InstanceRef__Group_1_0_1__2__Impl ;
public final void rule__InstanceRef__Group_1_0_1__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10373:1: ( rule__InstanceRef__Group_1_0_1__2__Impl )
- // InternalInstance.g:10374:2: rule__InstanceRef__Group_1_0_1__2__Impl
+ // InternalInstance.g:10289:1: ( rule__InstanceRef__Group_1_0_1__2__Impl )
+ // InternalInstance.g:10290:2: rule__InstanceRef__Group_1_0_1__2__Impl
{
pushFollow(FOLLOW_2);
rule__InstanceRef__Group_1_0_1__2__Impl();
@@ -27558,17 +27304,17 @@ public final void rule__InstanceRef__Group_1_0_1__2() throws RecognitionExceptio
// $ANTLR start "rule__InstanceRef__Group_1_0_1__2__Impl"
- // InternalInstance.g:10380:1: rule__InstanceRef__Group_1_0_1__2__Impl : ( ']' ) ;
+ // InternalInstance.g:10296:1: rule__InstanceRef__Group_1_0_1__2__Impl : ( ']' ) ;
public final void rule__InstanceRef__Group_1_0_1__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10384:1: ( ( ']' ) )
- // InternalInstance.g:10385:1: ( ']' )
+ // InternalInstance.g:10300:1: ( ( ']' ) )
+ // InternalInstance.g:10301:1: ( ']' )
{
- // InternalInstance.g:10385:1: ( ']' )
- // InternalInstance.g:10386:1: ']'
+ // InternalInstance.g:10301:1: ( ']' )
+ // InternalInstance.g:10302:1: ']'
{
before(grammarAccess.getInstanceRefAccess().getRightSquareBracketKeyword_1_0_1_2());
match(input,53,FOLLOW_2);
@@ -27595,14 +27341,14 @@ public final void rule__InstanceRef__Group_1_0_1__2__Impl() throws RecognitionEx
// $ANTLR start "rule__InstanceRef__Group_1_1_0__0"
- // InternalInstance.g:10405:1: rule__InstanceRef__Group_1_1_0__0 : rule__InstanceRef__Group_1_1_0__0__Impl rule__InstanceRef__Group_1_1_0__1 ;
+ // InternalInstance.g:10321:1: rule__InstanceRef__Group_1_1_0__0 : rule__InstanceRef__Group_1_1_0__0__Impl rule__InstanceRef__Group_1_1_0__1 ;
public final void rule__InstanceRef__Group_1_1_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10409:1: ( rule__InstanceRef__Group_1_1_0__0__Impl rule__InstanceRef__Group_1_1_0__1 )
- // InternalInstance.g:10410:2: rule__InstanceRef__Group_1_1_0__0__Impl rule__InstanceRef__Group_1_1_0__1
+ // InternalInstance.g:10325:1: ( rule__InstanceRef__Group_1_1_0__0__Impl rule__InstanceRef__Group_1_1_0__1 )
+ // InternalInstance.g:10326:2: rule__InstanceRef__Group_1_1_0__0__Impl rule__InstanceRef__Group_1_1_0__1
{
pushFollow(FOLLOW_60);
rule__InstanceRef__Group_1_1_0__0__Impl();
@@ -27633,17 +27379,17 @@ public final void rule__InstanceRef__Group_1_1_0__0() throws RecognitionExceptio
// $ANTLR start "rule__InstanceRef__Group_1_1_0__0__Impl"
- // InternalInstance.g:10417:1: rule__InstanceRef__Group_1_1_0__0__Impl : ( 'connection' ) ;
+ // InternalInstance.g:10333:1: rule__InstanceRef__Group_1_1_0__0__Impl : ( 'connection' ) ;
public final void rule__InstanceRef__Group_1_1_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10421:1: ( ( 'connection' ) )
- // InternalInstance.g:10422:1: ( 'connection' )
+ // InternalInstance.g:10337:1: ( ( 'connection' ) )
+ // InternalInstance.g:10338:1: ( 'connection' )
{
- // InternalInstance.g:10422:1: ( 'connection' )
- // InternalInstance.g:10423:1: 'connection'
+ // InternalInstance.g:10338:1: ( 'connection' )
+ // InternalInstance.g:10339:1: 'connection'
{
before(grammarAccess.getInstanceRefAccess().getConnectionKeyword_1_1_0_0());
match(input,75,FOLLOW_2);
@@ -27670,14 +27416,14 @@ public final void rule__InstanceRef__Group_1_1_0__0__Impl() throws RecognitionEx
// $ANTLR start "rule__InstanceRef__Group_1_1_0__1"
- // InternalInstance.g:10436:1: rule__InstanceRef__Group_1_1_0__1 : rule__InstanceRef__Group_1_1_0__1__Impl rule__InstanceRef__Group_1_1_0__2 ;
+ // InternalInstance.g:10352:1: rule__InstanceRef__Group_1_1_0__1 : rule__InstanceRef__Group_1_1_0__1__Impl rule__InstanceRef__Group_1_1_0__2 ;
public final void rule__InstanceRef__Group_1_1_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10440:1: ( rule__InstanceRef__Group_1_1_0__1__Impl rule__InstanceRef__Group_1_1_0__2 )
- // InternalInstance.g:10441:2: rule__InstanceRef__Group_1_1_0__1__Impl rule__InstanceRef__Group_1_1_0__2
+ // InternalInstance.g:10356:1: ( rule__InstanceRef__Group_1_1_0__1__Impl rule__InstanceRef__Group_1_1_0__2 )
+ // InternalInstance.g:10357:2: rule__InstanceRef__Group_1_1_0__1__Impl rule__InstanceRef__Group_1_1_0__2
{
pushFollow(FOLLOW_10);
rule__InstanceRef__Group_1_1_0__1__Impl();
@@ -27708,17 +27454,17 @@ public final void rule__InstanceRef__Group_1_1_0__1() throws RecognitionExceptio
// $ANTLR start "rule__InstanceRef__Group_1_1_0__1__Impl"
- // InternalInstance.g:10448:1: rule__InstanceRef__Group_1_1_0__1__Impl : ( '#' ) ;
+ // InternalInstance.g:10364:1: rule__InstanceRef__Group_1_1_0__1__Impl : ( '#' ) ;
public final void rule__InstanceRef__Group_1_1_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10452:1: ( ( '#' ) )
- // InternalInstance.g:10453:1: ( '#' )
+ // InternalInstance.g:10368:1: ( ( '#' ) )
+ // InternalInstance.g:10369:1: ( '#' )
{
- // InternalInstance.g:10453:1: ( '#' )
- // InternalInstance.g:10454:1: '#'
+ // InternalInstance.g:10369:1: ( '#' )
+ // InternalInstance.g:10370:1: '#'
{
before(grammarAccess.getInstanceRefAccess().getNumberSignKeyword_1_1_0_1());
match(input,74,FOLLOW_2);
@@ -27745,14 +27491,14 @@ public final void rule__InstanceRef__Group_1_1_0__1__Impl() throws RecognitionEx
// $ANTLR start "rule__InstanceRef__Group_1_1_0__2"
- // InternalInstance.g:10467:1: rule__InstanceRef__Group_1_1_0__2 : rule__InstanceRef__Group_1_1_0__2__Impl ;
+ // InternalInstance.g:10383:1: rule__InstanceRef__Group_1_1_0__2 : rule__InstanceRef__Group_1_1_0__2__Impl ;
public final void rule__InstanceRef__Group_1_1_0__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10471:1: ( rule__InstanceRef__Group_1_1_0__2__Impl )
- // InternalInstance.g:10472:2: rule__InstanceRef__Group_1_1_0__2__Impl
+ // InternalInstance.g:10387:1: ( rule__InstanceRef__Group_1_1_0__2__Impl )
+ // InternalInstance.g:10388:2: rule__InstanceRef__Group_1_1_0__2__Impl
{
pushFollow(FOLLOW_2);
rule__InstanceRef__Group_1_1_0__2__Impl();
@@ -27778,17 +27524,17 @@ public final void rule__InstanceRef__Group_1_1_0__2() throws RecognitionExceptio
// $ANTLR start "rule__InstanceRef__Group_1_1_0__2__Impl"
- // InternalInstance.g:10478:1: rule__InstanceRef__Group_1_1_0__2__Impl : ( RULE_INTEGER_LIT ) ;
+ // InternalInstance.g:10394:1: rule__InstanceRef__Group_1_1_0__2__Impl : ( RULE_INTEGER_LIT ) ;
public final void rule__InstanceRef__Group_1_1_0__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10482:1: ( ( RULE_INTEGER_LIT ) )
- // InternalInstance.g:10483:1: ( RULE_INTEGER_LIT )
+ // InternalInstance.g:10398:1: ( ( RULE_INTEGER_LIT ) )
+ // InternalInstance.g:10399:1: ( RULE_INTEGER_LIT )
{
- // InternalInstance.g:10483:1: ( RULE_INTEGER_LIT )
- // InternalInstance.g:10484:1: RULE_INTEGER_LIT
+ // InternalInstance.g:10399:1: ( RULE_INTEGER_LIT )
+ // InternalInstance.g:10400:1: RULE_INTEGER_LIT
{
before(grammarAccess.getInstanceRefAccess().getINTEGER_LITTerminalRuleCall_1_1_0_2());
match(input,RULE_INTEGER_LIT,FOLLOW_2);
@@ -27815,14 +27561,14 @@ public final void rule__InstanceRef__Group_1_1_0__2__Impl() throws RecognitionEx
// $ANTLR start "rule__InstanceRef__Group_1_1_1__0"
- // InternalInstance.g:10501:1: rule__InstanceRef__Group_1_1_1__0 : rule__InstanceRef__Group_1_1_1__0__Impl rule__InstanceRef__Group_1_1_1__1 ;
+ // InternalInstance.g:10417:1: rule__InstanceRef__Group_1_1_1__0 : rule__InstanceRef__Group_1_1_1__0__Impl rule__InstanceRef__Group_1_1_1__1 ;
public final void rule__InstanceRef__Group_1_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10505:1: ( rule__InstanceRef__Group_1_1_1__0__Impl rule__InstanceRef__Group_1_1_1__1 )
- // InternalInstance.g:10506:2: rule__InstanceRef__Group_1_1_1__0__Impl rule__InstanceRef__Group_1_1_1__1
+ // InternalInstance.g:10421:1: ( rule__InstanceRef__Group_1_1_1__0__Impl rule__InstanceRef__Group_1_1_1__1 )
+ // InternalInstance.g:10422:2: rule__InstanceRef__Group_1_1_1__0__Impl rule__InstanceRef__Group_1_1_1__1
{
pushFollow(FOLLOW_62);
rule__InstanceRef__Group_1_1_1__0__Impl();
@@ -27853,17 +27599,17 @@ public final void rule__InstanceRef__Group_1_1_1__0() throws RecognitionExceptio
// $ANTLR start "rule__InstanceRef__Group_1_1_1__0__Impl"
- // InternalInstance.g:10513:1: rule__InstanceRef__Group_1_1_1__0__Impl : ( RULE_ID ) ;
+ // InternalInstance.g:10429:1: rule__InstanceRef__Group_1_1_1__0__Impl : ( RULE_ID ) ;
public final void rule__InstanceRef__Group_1_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10517:1: ( ( RULE_ID ) )
- // InternalInstance.g:10518:1: ( RULE_ID )
+ // InternalInstance.g:10433:1: ( ( RULE_ID ) )
+ // InternalInstance.g:10434:1: ( RULE_ID )
{
- // InternalInstance.g:10518:1: ( RULE_ID )
- // InternalInstance.g:10519:1: RULE_ID
+ // InternalInstance.g:10434:1: ( RULE_ID )
+ // InternalInstance.g:10435:1: RULE_ID
{
before(grammarAccess.getInstanceRefAccess().getIDTerminalRuleCall_1_1_1_0());
match(input,RULE_ID,FOLLOW_2);
@@ -27890,14 +27636,14 @@ public final void rule__InstanceRef__Group_1_1_1__0__Impl() throws RecognitionEx
// $ANTLR start "rule__InstanceRef__Group_1_1_1__1"
- // InternalInstance.g:10530:1: rule__InstanceRef__Group_1_1_1__1 : rule__InstanceRef__Group_1_1_1__1__Impl ;
+ // InternalInstance.g:10446:1: rule__InstanceRef__Group_1_1_1__1 : rule__InstanceRef__Group_1_1_1__1__Impl ;
public final void rule__InstanceRef__Group_1_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10534:1: ( rule__InstanceRef__Group_1_1_1__1__Impl )
- // InternalInstance.g:10535:2: rule__InstanceRef__Group_1_1_1__1__Impl
+ // InternalInstance.g:10450:1: ( rule__InstanceRef__Group_1_1_1__1__Impl )
+ // InternalInstance.g:10451:2: rule__InstanceRef__Group_1_1_1__1__Impl
{
pushFollow(FOLLOW_2);
rule__InstanceRef__Group_1_1_1__1__Impl();
@@ -27923,20 +27669,20 @@ public final void rule__InstanceRef__Group_1_1_1__1() throws RecognitionExceptio
// $ANTLR start "rule__InstanceRef__Group_1_1_1__1__Impl"
- // InternalInstance.g:10541:1: rule__InstanceRef__Group_1_1_1__1__Impl : ( ( rule__InstanceRef__Group_1_1_1_1__0 )* ) ;
+ // InternalInstance.g:10457:1: rule__InstanceRef__Group_1_1_1__1__Impl : ( ( rule__InstanceRef__Group_1_1_1_1__0 )* ) ;
public final void rule__InstanceRef__Group_1_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10545:1: ( ( ( rule__InstanceRef__Group_1_1_1_1__0 )* ) )
- // InternalInstance.g:10546:1: ( ( rule__InstanceRef__Group_1_1_1_1__0 )* )
+ // InternalInstance.g:10461:1: ( ( ( rule__InstanceRef__Group_1_1_1_1__0 )* ) )
+ // InternalInstance.g:10462:1: ( ( rule__InstanceRef__Group_1_1_1_1__0 )* )
{
- // InternalInstance.g:10546:1: ( ( rule__InstanceRef__Group_1_1_1_1__0 )* )
- // InternalInstance.g:10547:1: ( rule__InstanceRef__Group_1_1_1_1__0 )*
+ // InternalInstance.g:10462:1: ( ( rule__InstanceRef__Group_1_1_1_1__0 )* )
+ // InternalInstance.g:10463:1: ( rule__InstanceRef__Group_1_1_1_1__0 )*
{
before(grammarAccess.getInstanceRefAccess().getGroup_1_1_1_1());
- // InternalInstance.g:10548:1: ( rule__InstanceRef__Group_1_1_1_1__0 )*
+ // InternalInstance.g:10464:1: ( rule__InstanceRef__Group_1_1_1_1__0 )*
loop74:
do {
int alt74=2;
@@ -27949,7 +27695,7 @@ public final void rule__InstanceRef__Group_1_1_1__1__Impl() throws RecognitionEx
switch (alt74) {
case 1 :
- // InternalInstance.g:10548:2: rule__InstanceRef__Group_1_1_1_1__0
+ // InternalInstance.g:10464:2: rule__InstanceRef__Group_1_1_1_1__0
{
pushFollow(FOLLOW_13);
rule__InstanceRef__Group_1_1_1_1__0();
@@ -27988,14 +27734,14 @@ public final void rule__InstanceRef__Group_1_1_1__1__Impl() throws RecognitionEx
// $ANTLR start "rule__InstanceRef__Group_1_1_1_1__0"
- // InternalInstance.g:10562:1: rule__InstanceRef__Group_1_1_1_1__0 : rule__InstanceRef__Group_1_1_1_1__0__Impl rule__InstanceRef__Group_1_1_1_1__1 ;
+ // InternalInstance.g:10478:1: rule__InstanceRef__Group_1_1_1_1__0 : rule__InstanceRef__Group_1_1_1_1__0__Impl rule__InstanceRef__Group_1_1_1_1__1 ;
public final void rule__InstanceRef__Group_1_1_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10566:1: ( rule__InstanceRef__Group_1_1_1_1__0__Impl rule__InstanceRef__Group_1_1_1_1__1 )
- // InternalInstance.g:10567:2: rule__InstanceRef__Group_1_1_1_1__0__Impl rule__InstanceRef__Group_1_1_1_1__1
+ // InternalInstance.g:10482:1: ( rule__InstanceRef__Group_1_1_1_1__0__Impl rule__InstanceRef__Group_1_1_1_1__1 )
+ // InternalInstance.g:10483:2: rule__InstanceRef__Group_1_1_1_1__0__Impl rule__InstanceRef__Group_1_1_1_1__1
{
pushFollow(FOLLOW_10);
rule__InstanceRef__Group_1_1_1_1__0__Impl();
@@ -28026,17 +27772,17 @@ public final void rule__InstanceRef__Group_1_1_1_1__0() throws RecognitionExcept
// $ANTLR start "rule__InstanceRef__Group_1_1_1_1__0__Impl"
- // InternalInstance.g:10574:1: rule__InstanceRef__Group_1_1_1_1__0__Impl : ( '[' ) ;
+ // InternalInstance.g:10490:1: rule__InstanceRef__Group_1_1_1_1__0__Impl : ( '[' ) ;
public final void rule__InstanceRef__Group_1_1_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10578:1: ( ( '[' ) )
- // InternalInstance.g:10579:1: ( '[' )
+ // InternalInstance.g:10494:1: ( ( '[' ) )
+ // InternalInstance.g:10495:1: ( '[' )
{
- // InternalInstance.g:10579:1: ( '[' )
- // InternalInstance.g:10580:1: '['
+ // InternalInstance.g:10495:1: ( '[' )
+ // InternalInstance.g:10496:1: '['
{
before(grammarAccess.getInstanceRefAccess().getLeftSquareBracketKeyword_1_1_1_1_0());
match(input,52,FOLLOW_2);
@@ -28063,14 +27809,14 @@ public final void rule__InstanceRef__Group_1_1_1_1__0__Impl() throws Recognition
// $ANTLR start "rule__InstanceRef__Group_1_1_1_1__1"
- // InternalInstance.g:10593:1: rule__InstanceRef__Group_1_1_1_1__1 : rule__InstanceRef__Group_1_1_1_1__1__Impl rule__InstanceRef__Group_1_1_1_1__2 ;
+ // InternalInstance.g:10509:1: rule__InstanceRef__Group_1_1_1_1__1 : rule__InstanceRef__Group_1_1_1_1__1__Impl rule__InstanceRef__Group_1_1_1_1__2 ;
public final void rule__InstanceRef__Group_1_1_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10597:1: ( rule__InstanceRef__Group_1_1_1_1__1__Impl rule__InstanceRef__Group_1_1_1_1__2 )
- // InternalInstance.g:10598:2: rule__InstanceRef__Group_1_1_1_1__1__Impl rule__InstanceRef__Group_1_1_1_1__2
+ // InternalInstance.g:10513:1: ( rule__InstanceRef__Group_1_1_1_1__1__Impl rule__InstanceRef__Group_1_1_1_1__2 )
+ // InternalInstance.g:10514:2: rule__InstanceRef__Group_1_1_1_1__1__Impl rule__InstanceRef__Group_1_1_1_1__2
{
pushFollow(FOLLOW_11);
rule__InstanceRef__Group_1_1_1_1__1__Impl();
@@ -28101,17 +27847,17 @@ public final void rule__InstanceRef__Group_1_1_1_1__1() throws RecognitionExcept
// $ANTLR start "rule__InstanceRef__Group_1_1_1_1__1__Impl"
- // InternalInstance.g:10605:1: rule__InstanceRef__Group_1_1_1_1__1__Impl : ( RULE_INTEGER_LIT ) ;
+ // InternalInstance.g:10521:1: rule__InstanceRef__Group_1_1_1_1__1__Impl : ( RULE_INTEGER_LIT ) ;
public final void rule__InstanceRef__Group_1_1_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10609:1: ( ( RULE_INTEGER_LIT ) )
- // InternalInstance.g:10610:1: ( RULE_INTEGER_LIT )
+ // InternalInstance.g:10525:1: ( ( RULE_INTEGER_LIT ) )
+ // InternalInstance.g:10526:1: ( RULE_INTEGER_LIT )
{
- // InternalInstance.g:10610:1: ( RULE_INTEGER_LIT )
- // InternalInstance.g:10611:1: RULE_INTEGER_LIT
+ // InternalInstance.g:10526:1: ( RULE_INTEGER_LIT )
+ // InternalInstance.g:10527:1: RULE_INTEGER_LIT
{
before(grammarAccess.getInstanceRefAccess().getINTEGER_LITTerminalRuleCall_1_1_1_1_1());
match(input,RULE_INTEGER_LIT,FOLLOW_2);
@@ -28138,14 +27884,14 @@ public final void rule__InstanceRef__Group_1_1_1_1__1__Impl() throws Recognition
// $ANTLR start "rule__InstanceRef__Group_1_1_1_1__2"
- // InternalInstance.g:10622:1: rule__InstanceRef__Group_1_1_1_1__2 : rule__InstanceRef__Group_1_1_1_1__2__Impl ;
+ // InternalInstance.g:10538:1: rule__InstanceRef__Group_1_1_1_1__2 : rule__InstanceRef__Group_1_1_1_1__2__Impl ;
public final void rule__InstanceRef__Group_1_1_1_1__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10626:1: ( rule__InstanceRef__Group_1_1_1_1__2__Impl )
- // InternalInstance.g:10627:2: rule__InstanceRef__Group_1_1_1_1__2__Impl
+ // InternalInstance.g:10542:1: ( rule__InstanceRef__Group_1_1_1_1__2__Impl )
+ // InternalInstance.g:10543:2: rule__InstanceRef__Group_1_1_1_1__2__Impl
{
pushFollow(FOLLOW_2);
rule__InstanceRef__Group_1_1_1_1__2__Impl();
@@ -28171,17 +27917,17 @@ public final void rule__InstanceRef__Group_1_1_1_1__2() throws RecognitionExcept
// $ANTLR start "rule__InstanceRef__Group_1_1_1_1__2__Impl"
- // InternalInstance.g:10633:1: rule__InstanceRef__Group_1_1_1_1__2__Impl : ( ']' ) ;
+ // InternalInstance.g:10549:1: rule__InstanceRef__Group_1_1_1_1__2__Impl : ( ']' ) ;
public final void rule__InstanceRef__Group_1_1_1_1__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10637:1: ( ( ']' ) )
- // InternalInstance.g:10638:1: ( ']' )
+ // InternalInstance.g:10553:1: ( ( ']' ) )
+ // InternalInstance.g:10554:1: ( ']' )
{
- // InternalInstance.g:10638:1: ( ']' )
- // InternalInstance.g:10639:1: ']'
+ // InternalInstance.g:10554:1: ( ']' )
+ // InternalInstance.g:10555:1: ']'
{
before(grammarAccess.getInstanceRefAccess().getRightSquareBracketKeyword_1_1_1_1_2());
match(input,53,FOLLOW_2);
@@ -28208,14 +27954,14 @@ public final void rule__InstanceRef__Group_1_1_1_1__2__Impl() throws Recognition
// $ANTLR start "rule__TransitionRef__Group__0"
- // InternalInstance.g:10658:1: rule__TransitionRef__Group__0 : rule__TransitionRef__Group__0__Impl rule__TransitionRef__Group__1 ;
+ // InternalInstance.g:10574:1: rule__TransitionRef__Group__0 : rule__TransitionRef__Group__0__Impl rule__TransitionRef__Group__1 ;
public final void rule__TransitionRef__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10662:1: ( rule__TransitionRef__Group__0__Impl rule__TransitionRef__Group__1 )
- // InternalInstance.g:10663:2: rule__TransitionRef__Group__0__Impl rule__TransitionRef__Group__1
+ // InternalInstance.g:10578:1: ( rule__TransitionRef__Group__0__Impl rule__TransitionRef__Group__1 )
+ // InternalInstance.g:10579:2: rule__TransitionRef__Group__0__Impl rule__TransitionRef__Group__1
{
pushFollow(FOLLOW_60);
rule__TransitionRef__Group__0__Impl();
@@ -28246,17 +27992,17 @@ public final void rule__TransitionRef__Group__0() throws RecognitionException {
// $ANTLR start "rule__TransitionRef__Group__0__Impl"
- // InternalInstance.g:10670:1: rule__TransitionRef__Group__0__Impl : ( 'transition' ) ;
+ // InternalInstance.g:10586:1: rule__TransitionRef__Group__0__Impl : ( 'transition' ) ;
public final void rule__TransitionRef__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10674:1: ( ( 'transition' ) )
- // InternalInstance.g:10675:1: ( 'transition' )
+ // InternalInstance.g:10590:1: ( ( 'transition' ) )
+ // InternalInstance.g:10591:1: ( 'transition' )
{
- // InternalInstance.g:10675:1: ( 'transition' )
- // InternalInstance.g:10676:1: 'transition'
+ // InternalInstance.g:10591:1: ( 'transition' )
+ // InternalInstance.g:10592:1: 'transition'
{
before(grammarAccess.getTransitionRefAccess().getTransitionKeyword_0());
match(input,64,FOLLOW_2);
@@ -28283,14 +28029,14 @@ public final void rule__TransitionRef__Group__0__Impl() throws RecognitionExcept
// $ANTLR start "rule__TransitionRef__Group__1"
- // InternalInstance.g:10689:1: rule__TransitionRef__Group__1 : rule__TransitionRef__Group__1__Impl rule__TransitionRef__Group__2 ;
+ // InternalInstance.g:10605:1: rule__TransitionRef__Group__1 : rule__TransitionRef__Group__1__Impl rule__TransitionRef__Group__2 ;
public final void rule__TransitionRef__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10693:1: ( rule__TransitionRef__Group__1__Impl rule__TransitionRef__Group__2 )
- // InternalInstance.g:10694:2: rule__TransitionRef__Group__1__Impl rule__TransitionRef__Group__2
+ // InternalInstance.g:10609:1: ( rule__TransitionRef__Group__1__Impl rule__TransitionRef__Group__2 )
+ // InternalInstance.g:10610:2: rule__TransitionRef__Group__1__Impl rule__TransitionRef__Group__2
{
pushFollow(FOLLOW_10);
rule__TransitionRef__Group__1__Impl();
@@ -28321,17 +28067,17 @@ public final void rule__TransitionRef__Group__1() throws RecognitionException {
// $ANTLR start "rule__TransitionRef__Group__1__Impl"
- // InternalInstance.g:10701:1: rule__TransitionRef__Group__1__Impl : ( '#' ) ;
+ // InternalInstance.g:10617:1: rule__TransitionRef__Group__1__Impl : ( '#' ) ;
public final void rule__TransitionRef__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10705:1: ( ( '#' ) )
- // InternalInstance.g:10706:1: ( '#' )
+ // InternalInstance.g:10621:1: ( ( '#' ) )
+ // InternalInstance.g:10622:1: ( '#' )
{
- // InternalInstance.g:10706:1: ( '#' )
- // InternalInstance.g:10707:1: '#'
+ // InternalInstance.g:10622:1: ( '#' )
+ // InternalInstance.g:10623:1: '#'
{
before(grammarAccess.getTransitionRefAccess().getNumberSignKeyword_1());
match(input,74,FOLLOW_2);
@@ -28358,14 +28104,14 @@ public final void rule__TransitionRef__Group__1__Impl() throws RecognitionExcept
// $ANTLR start "rule__TransitionRef__Group__2"
- // InternalInstance.g:10720:1: rule__TransitionRef__Group__2 : rule__TransitionRef__Group__2__Impl ;
+ // InternalInstance.g:10636:1: rule__TransitionRef__Group__2 : rule__TransitionRef__Group__2__Impl ;
public final void rule__TransitionRef__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10724:1: ( rule__TransitionRef__Group__2__Impl )
- // InternalInstance.g:10725:2: rule__TransitionRef__Group__2__Impl
+ // InternalInstance.g:10640:1: ( rule__TransitionRef__Group__2__Impl )
+ // InternalInstance.g:10641:2: rule__TransitionRef__Group__2__Impl
{
pushFollow(FOLLOW_2);
rule__TransitionRef__Group__2__Impl();
@@ -28391,17 +28137,17 @@ public final void rule__TransitionRef__Group__2() throws RecognitionException {
// $ANTLR start "rule__TransitionRef__Group__2__Impl"
- // InternalInstance.g:10731:1: rule__TransitionRef__Group__2__Impl : ( RULE_INTEGER_LIT ) ;
+ // InternalInstance.g:10647:1: rule__TransitionRef__Group__2__Impl : ( RULE_INTEGER_LIT ) ;
public final void rule__TransitionRef__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10735:1: ( ( RULE_INTEGER_LIT ) )
- // InternalInstance.g:10736:1: ( RULE_INTEGER_LIT )
+ // InternalInstance.g:10651:1: ( ( RULE_INTEGER_LIT ) )
+ // InternalInstance.g:10652:1: ( RULE_INTEGER_LIT )
{
- // InternalInstance.g:10736:1: ( RULE_INTEGER_LIT )
- // InternalInstance.g:10737:1: RULE_INTEGER_LIT
+ // InternalInstance.g:10652:1: ( RULE_INTEGER_LIT )
+ // InternalInstance.g:10653:1: RULE_INTEGER_LIT
{
before(grammarAccess.getTransitionRefAccess().getINTEGER_LITTerminalRuleCall_2());
match(input,RULE_INTEGER_LIT,FOLLOW_2);
@@ -28428,14 +28174,14 @@ public final void rule__TransitionRef__Group__2__Impl() throws RecognitionExcept
// $ANTLR start "rule__PropertyAssociationRef__Group__0"
- // InternalInstance.g:10754:1: rule__PropertyAssociationRef__Group__0 : rule__PropertyAssociationRef__Group__0__Impl rule__PropertyAssociationRef__Group__1 ;
+ // InternalInstance.g:10670:1: rule__PropertyAssociationRef__Group__0 : rule__PropertyAssociationRef__Group__0__Impl rule__PropertyAssociationRef__Group__1 ;
public final void rule__PropertyAssociationRef__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10758:1: ( rule__PropertyAssociationRef__Group__0__Impl rule__PropertyAssociationRef__Group__1 )
- // InternalInstance.g:10759:2: rule__PropertyAssociationRef__Group__0__Impl rule__PropertyAssociationRef__Group__1
+ // InternalInstance.g:10674:1: ( rule__PropertyAssociationRef__Group__0__Impl rule__PropertyAssociationRef__Group__1 )
+ // InternalInstance.g:10675:2: rule__PropertyAssociationRef__Group__0__Impl rule__PropertyAssociationRef__Group__1
{
pushFollow(FOLLOW_3);
rule__PropertyAssociationRef__Group__0__Impl();
@@ -28466,24 +28212,24 @@ public final void rule__PropertyAssociationRef__Group__0() throws RecognitionExc
// $ANTLR start "rule__PropertyAssociationRef__Group__0__Impl"
- // InternalInstance.g:10766:1: rule__PropertyAssociationRef__Group__0__Impl : ( ( ( rule__PropertyAssociationRef__Group_0__0 ) ) ( ( rule__PropertyAssociationRef__Group_0__0 )* ) ) ;
+ // InternalInstance.g:10682:1: rule__PropertyAssociationRef__Group__0__Impl : ( ( ( rule__PropertyAssociationRef__Group_0__0 ) ) ( ( rule__PropertyAssociationRef__Group_0__0 )* ) ) ;
public final void rule__PropertyAssociationRef__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10770:1: ( ( ( ( rule__PropertyAssociationRef__Group_0__0 ) ) ( ( rule__PropertyAssociationRef__Group_0__0 )* ) ) )
- // InternalInstance.g:10771:1: ( ( ( rule__PropertyAssociationRef__Group_0__0 ) ) ( ( rule__PropertyAssociationRef__Group_0__0 )* ) )
+ // InternalInstance.g:10686:1: ( ( ( ( rule__PropertyAssociationRef__Group_0__0 ) ) ( ( rule__PropertyAssociationRef__Group_0__0 )* ) ) )
+ // InternalInstance.g:10687:1: ( ( ( rule__PropertyAssociationRef__Group_0__0 ) ) ( ( rule__PropertyAssociationRef__Group_0__0 )* ) )
{
- // InternalInstance.g:10771:1: ( ( ( rule__PropertyAssociationRef__Group_0__0 ) ) ( ( rule__PropertyAssociationRef__Group_0__0 )* ) )
- // InternalInstance.g:10772:1: ( ( rule__PropertyAssociationRef__Group_0__0 ) ) ( ( rule__PropertyAssociationRef__Group_0__0 )* )
+ // InternalInstance.g:10687:1: ( ( ( rule__PropertyAssociationRef__Group_0__0 ) ) ( ( rule__PropertyAssociationRef__Group_0__0 )* ) )
+ // InternalInstance.g:10688:1: ( ( rule__PropertyAssociationRef__Group_0__0 ) ) ( ( rule__PropertyAssociationRef__Group_0__0 )* )
{
- // InternalInstance.g:10772:1: ( ( rule__PropertyAssociationRef__Group_0__0 ) )
- // InternalInstance.g:10773:1: ( rule__PropertyAssociationRef__Group_0__0 )
+ // InternalInstance.g:10688:1: ( ( rule__PropertyAssociationRef__Group_0__0 ) )
+ // InternalInstance.g:10689:1: ( rule__PropertyAssociationRef__Group_0__0 )
{
before(grammarAccess.getPropertyAssociationRefAccess().getGroup_0());
- // InternalInstance.g:10774:1: ( rule__PropertyAssociationRef__Group_0__0 )
- // InternalInstance.g:10774:2: rule__PropertyAssociationRef__Group_0__0
+ // InternalInstance.g:10690:1: ( rule__PropertyAssociationRef__Group_0__0 )
+ // InternalInstance.g:10690:2: rule__PropertyAssociationRef__Group_0__0
{
pushFollow(FOLLOW_55);
rule__PropertyAssociationRef__Group_0__0();
@@ -28497,11 +28243,11 @@ public final void rule__PropertyAssociationRef__Group__0__Impl() throws Recognit
}
- // InternalInstance.g:10777:1: ( ( rule__PropertyAssociationRef__Group_0__0 )* )
- // InternalInstance.g:10778:1: ( rule__PropertyAssociationRef__Group_0__0 )*
+ // InternalInstance.g:10693:1: ( ( rule__PropertyAssociationRef__Group_0__0 )* )
+ // InternalInstance.g:10694:1: ( rule__PropertyAssociationRef__Group_0__0 )*
{
before(grammarAccess.getPropertyAssociationRefAccess().getGroup_0());
- // InternalInstance.g:10779:1: ( rule__PropertyAssociationRef__Group_0__0 )*
+ // InternalInstance.g:10695:1: ( rule__PropertyAssociationRef__Group_0__0 )*
loop75:
do {
int alt75=2;
@@ -28520,7 +28266,7 @@ public final void rule__PropertyAssociationRef__Group__0__Impl() throws Recognit
switch (alt75) {
case 1 :
- // InternalInstance.g:10779:2: rule__PropertyAssociationRef__Group_0__0
+ // InternalInstance.g:10695:2: rule__PropertyAssociationRef__Group_0__0
{
pushFollow(FOLLOW_55);
rule__PropertyAssociationRef__Group_0__0();
@@ -28562,14 +28308,14 @@ public final void rule__PropertyAssociationRef__Group__0__Impl() throws Recognit
// $ANTLR start "rule__PropertyAssociationRef__Group__1"
- // InternalInstance.g:10790:1: rule__PropertyAssociationRef__Group__1 : rule__PropertyAssociationRef__Group__1__Impl rule__PropertyAssociationRef__Group__2 ;
+ // InternalInstance.g:10706:1: rule__PropertyAssociationRef__Group__1 : rule__PropertyAssociationRef__Group__1__Impl rule__PropertyAssociationRef__Group__2 ;
public final void rule__PropertyAssociationRef__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10794:1: ( rule__PropertyAssociationRef__Group__1__Impl rule__PropertyAssociationRef__Group__2 )
- // InternalInstance.g:10795:2: rule__PropertyAssociationRef__Group__1__Impl rule__PropertyAssociationRef__Group__2
+ // InternalInstance.g:10710:1: ( rule__PropertyAssociationRef__Group__1__Impl rule__PropertyAssociationRef__Group__2 )
+ // InternalInstance.g:10711:2: rule__PropertyAssociationRef__Group__1__Impl rule__PropertyAssociationRef__Group__2
{
pushFollow(FOLLOW_58);
rule__PropertyAssociationRef__Group__1__Impl();
@@ -28600,17 +28346,17 @@ public final void rule__PropertyAssociationRef__Group__1() throws RecognitionExc
// $ANTLR start "rule__PropertyAssociationRef__Group__1__Impl"
- // InternalInstance.g:10802:1: rule__PropertyAssociationRef__Group__1__Impl : ( RULE_ID ) ;
+ // InternalInstance.g:10718:1: rule__PropertyAssociationRef__Group__1__Impl : ( RULE_ID ) ;
public final void rule__PropertyAssociationRef__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10806:1: ( ( RULE_ID ) )
- // InternalInstance.g:10807:1: ( RULE_ID )
+ // InternalInstance.g:10722:1: ( ( RULE_ID ) )
+ // InternalInstance.g:10723:1: ( RULE_ID )
{
- // InternalInstance.g:10807:1: ( RULE_ID )
- // InternalInstance.g:10808:1: RULE_ID
+ // InternalInstance.g:10723:1: ( RULE_ID )
+ // InternalInstance.g:10724:1: RULE_ID
{
before(grammarAccess.getPropertyAssociationRefAccess().getIDTerminalRuleCall_1());
match(input,RULE_ID,FOLLOW_2);
@@ -28637,14 +28383,14 @@ public final void rule__PropertyAssociationRef__Group__1__Impl() throws Recognit
// $ANTLR start "rule__PropertyAssociationRef__Group__2"
- // InternalInstance.g:10819:1: rule__PropertyAssociationRef__Group__2 : rule__PropertyAssociationRef__Group__2__Impl rule__PropertyAssociationRef__Group__3 ;
+ // InternalInstance.g:10735:1: rule__PropertyAssociationRef__Group__2 : rule__PropertyAssociationRef__Group__2__Impl rule__PropertyAssociationRef__Group__3 ;
public final void rule__PropertyAssociationRef__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10823:1: ( rule__PropertyAssociationRef__Group__2__Impl rule__PropertyAssociationRef__Group__3 )
- // InternalInstance.g:10824:2: rule__PropertyAssociationRef__Group__2__Impl rule__PropertyAssociationRef__Group__3
+ // InternalInstance.g:10739:1: ( rule__PropertyAssociationRef__Group__2__Impl rule__PropertyAssociationRef__Group__3 )
+ // InternalInstance.g:10740:2: rule__PropertyAssociationRef__Group__2__Impl rule__PropertyAssociationRef__Group__3
{
pushFollow(FOLLOW_58);
rule__PropertyAssociationRef__Group__2__Impl();
@@ -28675,20 +28421,20 @@ public final void rule__PropertyAssociationRef__Group__2() throws RecognitionExc
// $ANTLR start "rule__PropertyAssociationRef__Group__2__Impl"
- // InternalInstance.g:10831:1: rule__PropertyAssociationRef__Group__2__Impl : ( ( rule__PropertyAssociationRef__Group_2__0 )? ) ;
+ // InternalInstance.g:10747:1: rule__PropertyAssociationRef__Group__2__Impl : ( ( rule__PropertyAssociationRef__Group_2__0 )? ) ;
public final void rule__PropertyAssociationRef__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10835:1: ( ( ( rule__PropertyAssociationRef__Group_2__0 )? ) )
- // InternalInstance.g:10836:1: ( ( rule__PropertyAssociationRef__Group_2__0 )? )
+ // InternalInstance.g:10751:1: ( ( ( rule__PropertyAssociationRef__Group_2__0 )? ) )
+ // InternalInstance.g:10752:1: ( ( rule__PropertyAssociationRef__Group_2__0 )? )
{
- // InternalInstance.g:10836:1: ( ( rule__PropertyAssociationRef__Group_2__0 )? )
- // InternalInstance.g:10837:1: ( rule__PropertyAssociationRef__Group_2__0 )?
+ // InternalInstance.g:10752:1: ( ( rule__PropertyAssociationRef__Group_2__0 )? )
+ // InternalInstance.g:10753:1: ( rule__PropertyAssociationRef__Group_2__0 )?
{
before(grammarAccess.getPropertyAssociationRefAccess().getGroup_2());
- // InternalInstance.g:10838:1: ( rule__PropertyAssociationRef__Group_2__0 )?
+ // InternalInstance.g:10754:1: ( rule__PropertyAssociationRef__Group_2__0 )?
int alt76=2;
int LA76_0 = input.LA(1);
@@ -28697,7 +28443,7 @@ public final void rule__PropertyAssociationRef__Group__2__Impl() throws Recognit
}
switch (alt76) {
case 1 :
- // InternalInstance.g:10838:2: rule__PropertyAssociationRef__Group_2__0
+ // InternalInstance.g:10754:2: rule__PropertyAssociationRef__Group_2__0
{
pushFollow(FOLLOW_2);
rule__PropertyAssociationRef__Group_2__0();
@@ -28733,14 +28479,14 @@ public final void rule__PropertyAssociationRef__Group__2__Impl() throws Recognit
// $ANTLR start "rule__PropertyAssociationRef__Group__3"
- // InternalInstance.g:10848:1: rule__PropertyAssociationRef__Group__3 : rule__PropertyAssociationRef__Group__3__Impl rule__PropertyAssociationRef__Group__4 ;
+ // InternalInstance.g:10764:1: rule__PropertyAssociationRef__Group__3 : rule__PropertyAssociationRef__Group__3__Impl rule__PropertyAssociationRef__Group__4 ;
public final void rule__PropertyAssociationRef__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10852:1: ( rule__PropertyAssociationRef__Group__3__Impl rule__PropertyAssociationRef__Group__4 )
- // InternalInstance.g:10853:2: rule__PropertyAssociationRef__Group__3__Impl rule__PropertyAssociationRef__Group__4
+ // InternalInstance.g:10768:1: ( rule__PropertyAssociationRef__Group__3__Impl rule__PropertyAssociationRef__Group__4 )
+ // InternalInstance.g:10769:2: rule__PropertyAssociationRef__Group__3__Impl rule__PropertyAssociationRef__Group__4
{
pushFollow(FOLLOW_63);
rule__PropertyAssociationRef__Group__3__Impl();
@@ -28771,17 +28517,17 @@ public final void rule__PropertyAssociationRef__Group__3() throws RecognitionExc
// $ANTLR start "rule__PropertyAssociationRef__Group__3__Impl"
- // InternalInstance.g:10860:1: rule__PropertyAssociationRef__Group__3__Impl : ( ':' ) ;
+ // InternalInstance.g:10776:1: rule__PropertyAssociationRef__Group__3__Impl : ( ':' ) ;
public final void rule__PropertyAssociationRef__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10864:1: ( ( ':' ) )
- // InternalInstance.g:10865:1: ( ':' )
+ // InternalInstance.g:10780:1: ( ( ':' ) )
+ // InternalInstance.g:10781:1: ( ':' )
{
- // InternalInstance.g:10865:1: ( ':' )
- // InternalInstance.g:10866:1: ':'
+ // InternalInstance.g:10781:1: ( ':' )
+ // InternalInstance.g:10782:1: ':'
{
before(grammarAccess.getPropertyAssociationRefAccess().getColonKeyword_3());
match(input,49,FOLLOW_2);
@@ -28808,14 +28554,14 @@ public final void rule__PropertyAssociationRef__Group__3__Impl() throws Recognit
// $ANTLR start "rule__PropertyAssociationRef__Group__4"
- // InternalInstance.g:10879:1: rule__PropertyAssociationRef__Group__4 : rule__PropertyAssociationRef__Group__4__Impl rule__PropertyAssociationRef__Group__5 ;
+ // InternalInstance.g:10795:1: rule__PropertyAssociationRef__Group__4 : rule__PropertyAssociationRef__Group__4__Impl rule__PropertyAssociationRef__Group__5 ;
public final void rule__PropertyAssociationRef__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10883:1: ( rule__PropertyAssociationRef__Group__4__Impl rule__PropertyAssociationRef__Group__5 )
- // InternalInstance.g:10884:2: rule__PropertyAssociationRef__Group__4__Impl rule__PropertyAssociationRef__Group__5
+ // InternalInstance.g:10799:1: ( rule__PropertyAssociationRef__Group__4__Impl rule__PropertyAssociationRef__Group__5 )
+ // InternalInstance.g:10800:2: rule__PropertyAssociationRef__Group__4__Impl rule__PropertyAssociationRef__Group__5
{
pushFollow(FOLLOW_63);
rule__PropertyAssociationRef__Group__4__Impl();
@@ -28846,20 +28592,20 @@ public final void rule__PropertyAssociationRef__Group__4() throws RecognitionExc
// $ANTLR start "rule__PropertyAssociationRef__Group__4__Impl"
- // InternalInstance.g:10891:1: rule__PropertyAssociationRef__Group__4__Impl : ( ( rule__PropertyAssociationRef__Group_4__0 )? ) ;
+ // InternalInstance.g:10807:1: rule__PropertyAssociationRef__Group__4__Impl : ( ( rule__PropertyAssociationRef__Group_4__0 )? ) ;
public final void rule__PropertyAssociationRef__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10895:1: ( ( ( rule__PropertyAssociationRef__Group_4__0 )? ) )
- // InternalInstance.g:10896:1: ( ( rule__PropertyAssociationRef__Group_4__0 )? )
+ // InternalInstance.g:10811:1: ( ( ( rule__PropertyAssociationRef__Group_4__0 )? ) )
+ // InternalInstance.g:10812:1: ( ( rule__PropertyAssociationRef__Group_4__0 )? )
{
- // InternalInstance.g:10896:1: ( ( rule__PropertyAssociationRef__Group_4__0 )? )
- // InternalInstance.g:10897:1: ( rule__PropertyAssociationRef__Group_4__0 )?
+ // InternalInstance.g:10812:1: ( ( rule__PropertyAssociationRef__Group_4__0 )? )
+ // InternalInstance.g:10813:1: ( rule__PropertyAssociationRef__Group_4__0 )?
{
before(grammarAccess.getPropertyAssociationRefAccess().getGroup_4());
- // InternalInstance.g:10898:1: ( rule__PropertyAssociationRef__Group_4__0 )?
+ // InternalInstance.g:10814:1: ( rule__PropertyAssociationRef__Group_4__0 )?
int alt77=2;
int LA77_0 = input.LA(1);
@@ -28868,7 +28614,7 @@ public final void rule__PropertyAssociationRef__Group__4__Impl() throws Recognit
}
switch (alt77) {
case 1 :
- // InternalInstance.g:10898:2: rule__PropertyAssociationRef__Group_4__0
+ // InternalInstance.g:10814:2: rule__PropertyAssociationRef__Group_4__0
{
pushFollow(FOLLOW_2);
rule__PropertyAssociationRef__Group_4__0();
@@ -28904,14 +28650,14 @@ public final void rule__PropertyAssociationRef__Group__4__Impl() throws Recognit
// $ANTLR start "rule__PropertyAssociationRef__Group__5"
- // InternalInstance.g:10908:1: rule__PropertyAssociationRef__Group__5 : rule__PropertyAssociationRef__Group__5__Impl rule__PropertyAssociationRef__Group__6 ;
+ // InternalInstance.g:10824:1: rule__PropertyAssociationRef__Group__5 : rule__PropertyAssociationRef__Group__5__Impl rule__PropertyAssociationRef__Group__6 ;
public final void rule__PropertyAssociationRef__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10912:1: ( rule__PropertyAssociationRef__Group__5__Impl rule__PropertyAssociationRef__Group__6 )
- // InternalInstance.g:10913:2: rule__PropertyAssociationRef__Group__5__Impl rule__PropertyAssociationRef__Group__6
+ // InternalInstance.g:10828:1: ( rule__PropertyAssociationRef__Group__5__Impl rule__PropertyAssociationRef__Group__6 )
+ // InternalInstance.g:10829:2: rule__PropertyAssociationRef__Group__5__Impl rule__PropertyAssociationRef__Group__6
{
pushFollow(FOLLOW_60);
rule__PropertyAssociationRef__Group__5__Impl();
@@ -28942,17 +28688,17 @@ public final void rule__PropertyAssociationRef__Group__5() throws RecognitionExc
// $ANTLR start "rule__PropertyAssociationRef__Group__5__Impl"
- // InternalInstance.g:10920:1: rule__PropertyAssociationRef__Group__5__Impl : ( 'property' ) ;
+ // InternalInstance.g:10836:1: rule__PropertyAssociationRef__Group__5__Impl : ( 'property' ) ;
public final void rule__PropertyAssociationRef__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10924:1: ( ( 'property' ) )
- // InternalInstance.g:10925:1: ( 'property' )
+ // InternalInstance.g:10840:1: ( ( 'property' ) )
+ // InternalInstance.g:10841:1: ( 'property' )
{
- // InternalInstance.g:10925:1: ( 'property' )
- // InternalInstance.g:10926:1: 'property'
+ // InternalInstance.g:10841:1: ( 'property' )
+ // InternalInstance.g:10842:1: 'property'
{
before(grammarAccess.getPropertyAssociationRefAccess().getPropertyKeyword_5());
match(input,76,FOLLOW_2);
@@ -28979,14 +28725,14 @@ public final void rule__PropertyAssociationRef__Group__5__Impl() throws Recognit
// $ANTLR start "rule__PropertyAssociationRef__Group__6"
- // InternalInstance.g:10939:1: rule__PropertyAssociationRef__Group__6 : rule__PropertyAssociationRef__Group__6__Impl rule__PropertyAssociationRef__Group__7 ;
+ // InternalInstance.g:10855:1: rule__PropertyAssociationRef__Group__6 : rule__PropertyAssociationRef__Group__6__Impl rule__PropertyAssociationRef__Group__7 ;
public final void rule__PropertyAssociationRef__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10943:1: ( rule__PropertyAssociationRef__Group__6__Impl rule__PropertyAssociationRef__Group__7 )
- // InternalInstance.g:10944:2: rule__PropertyAssociationRef__Group__6__Impl rule__PropertyAssociationRef__Group__7
+ // InternalInstance.g:10859:1: ( rule__PropertyAssociationRef__Group__6__Impl rule__PropertyAssociationRef__Group__7 )
+ // InternalInstance.g:10860:2: rule__PropertyAssociationRef__Group__6__Impl rule__PropertyAssociationRef__Group__7
{
pushFollow(FOLLOW_10);
rule__PropertyAssociationRef__Group__6__Impl();
@@ -29017,17 +28763,17 @@ public final void rule__PropertyAssociationRef__Group__6() throws RecognitionExc
// $ANTLR start "rule__PropertyAssociationRef__Group__6__Impl"
- // InternalInstance.g:10951:1: rule__PropertyAssociationRef__Group__6__Impl : ( '#' ) ;
+ // InternalInstance.g:10867:1: rule__PropertyAssociationRef__Group__6__Impl : ( '#' ) ;
public final void rule__PropertyAssociationRef__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10955:1: ( ( '#' ) )
- // InternalInstance.g:10956:1: ( '#' )
+ // InternalInstance.g:10871:1: ( ( '#' ) )
+ // InternalInstance.g:10872:1: ( '#' )
{
- // InternalInstance.g:10956:1: ( '#' )
- // InternalInstance.g:10957:1: '#'
+ // InternalInstance.g:10872:1: ( '#' )
+ // InternalInstance.g:10873:1: '#'
{
before(grammarAccess.getPropertyAssociationRefAccess().getNumberSignKeyword_6());
match(input,74,FOLLOW_2);
@@ -29054,14 +28800,14 @@ public final void rule__PropertyAssociationRef__Group__6__Impl() throws Recognit
// $ANTLR start "rule__PropertyAssociationRef__Group__7"
- // InternalInstance.g:10970:1: rule__PropertyAssociationRef__Group__7 : rule__PropertyAssociationRef__Group__7__Impl ;
+ // InternalInstance.g:10886:1: rule__PropertyAssociationRef__Group__7 : rule__PropertyAssociationRef__Group__7__Impl ;
public final void rule__PropertyAssociationRef__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10974:1: ( rule__PropertyAssociationRef__Group__7__Impl )
- // InternalInstance.g:10975:2: rule__PropertyAssociationRef__Group__7__Impl
+ // InternalInstance.g:10890:1: ( rule__PropertyAssociationRef__Group__7__Impl )
+ // InternalInstance.g:10891:2: rule__PropertyAssociationRef__Group__7__Impl
{
pushFollow(FOLLOW_2);
rule__PropertyAssociationRef__Group__7__Impl();
@@ -29087,17 +28833,17 @@ public final void rule__PropertyAssociationRef__Group__7() throws RecognitionExc
// $ANTLR start "rule__PropertyAssociationRef__Group__7__Impl"
- // InternalInstance.g:10981:1: rule__PropertyAssociationRef__Group__7__Impl : ( RULE_INTEGER_LIT ) ;
+ // InternalInstance.g:10897:1: rule__PropertyAssociationRef__Group__7__Impl : ( RULE_INTEGER_LIT ) ;
public final void rule__PropertyAssociationRef__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:10985:1: ( ( RULE_INTEGER_LIT ) )
- // InternalInstance.g:10986:1: ( RULE_INTEGER_LIT )
+ // InternalInstance.g:10901:1: ( ( RULE_INTEGER_LIT ) )
+ // InternalInstance.g:10902:1: ( RULE_INTEGER_LIT )
{
- // InternalInstance.g:10986:1: ( RULE_INTEGER_LIT )
- // InternalInstance.g:10987:1: RULE_INTEGER_LIT
+ // InternalInstance.g:10902:1: ( RULE_INTEGER_LIT )
+ // InternalInstance.g:10903:1: RULE_INTEGER_LIT
{
before(grammarAccess.getPropertyAssociationRefAccess().getINTEGER_LITTerminalRuleCall_7());
match(input,RULE_INTEGER_LIT,FOLLOW_2);
@@ -29124,14 +28870,14 @@ public final void rule__PropertyAssociationRef__Group__7__Impl() throws Recognit
// $ANTLR start "rule__PropertyAssociationRef__Group_0__0"
- // InternalInstance.g:11014:1: rule__PropertyAssociationRef__Group_0__0 : rule__PropertyAssociationRef__Group_0__0__Impl rule__PropertyAssociationRef__Group_0__1 ;
+ // InternalInstance.g:10930:1: rule__PropertyAssociationRef__Group_0__0 : rule__PropertyAssociationRef__Group_0__0__Impl rule__PropertyAssociationRef__Group_0__1 ;
public final void rule__PropertyAssociationRef__Group_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11018:1: ( rule__PropertyAssociationRef__Group_0__0__Impl rule__PropertyAssociationRef__Group_0__1 )
- // InternalInstance.g:11019:2: rule__PropertyAssociationRef__Group_0__0__Impl rule__PropertyAssociationRef__Group_0__1
+ // InternalInstance.g:10934:1: ( rule__PropertyAssociationRef__Group_0__0__Impl rule__PropertyAssociationRef__Group_0__1 )
+ // InternalInstance.g:10935:2: rule__PropertyAssociationRef__Group_0__0__Impl rule__PropertyAssociationRef__Group_0__1
{
pushFollow(FOLLOW_57);
rule__PropertyAssociationRef__Group_0__0__Impl();
@@ -29162,17 +28908,17 @@ public final void rule__PropertyAssociationRef__Group_0__0() throws RecognitionE
// $ANTLR start "rule__PropertyAssociationRef__Group_0__0__Impl"
- // InternalInstance.g:11026:1: rule__PropertyAssociationRef__Group_0__0__Impl : ( RULE_ID ) ;
+ // InternalInstance.g:10942:1: rule__PropertyAssociationRef__Group_0__0__Impl : ( RULE_ID ) ;
public final void rule__PropertyAssociationRef__Group_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11030:1: ( ( RULE_ID ) )
- // InternalInstance.g:11031:1: ( RULE_ID )
+ // InternalInstance.g:10946:1: ( ( RULE_ID ) )
+ // InternalInstance.g:10947:1: ( RULE_ID )
{
- // InternalInstance.g:11031:1: ( RULE_ID )
- // InternalInstance.g:11032:1: RULE_ID
+ // InternalInstance.g:10947:1: ( RULE_ID )
+ // InternalInstance.g:10948:1: RULE_ID
{
before(grammarAccess.getPropertyAssociationRefAccess().getIDTerminalRuleCall_0_0());
match(input,RULE_ID,FOLLOW_2);
@@ -29199,14 +28945,14 @@ public final void rule__PropertyAssociationRef__Group_0__0__Impl() throws Recogn
// $ANTLR start "rule__PropertyAssociationRef__Group_0__1"
- // InternalInstance.g:11043:1: rule__PropertyAssociationRef__Group_0__1 : rule__PropertyAssociationRef__Group_0__1__Impl ;
+ // InternalInstance.g:10959:1: rule__PropertyAssociationRef__Group_0__1 : rule__PropertyAssociationRef__Group_0__1__Impl ;
public final void rule__PropertyAssociationRef__Group_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11047:1: ( rule__PropertyAssociationRef__Group_0__1__Impl )
- // InternalInstance.g:11048:2: rule__PropertyAssociationRef__Group_0__1__Impl
+ // InternalInstance.g:10963:1: ( rule__PropertyAssociationRef__Group_0__1__Impl )
+ // InternalInstance.g:10964:2: rule__PropertyAssociationRef__Group_0__1__Impl
{
pushFollow(FOLLOW_2);
rule__PropertyAssociationRef__Group_0__1__Impl();
@@ -29232,17 +28978,17 @@ public final void rule__PropertyAssociationRef__Group_0__1() throws RecognitionE
// $ANTLR start "rule__PropertyAssociationRef__Group_0__1__Impl"
- // InternalInstance.g:11054:1: rule__PropertyAssociationRef__Group_0__1__Impl : ( '::' ) ;
+ // InternalInstance.g:10970:1: rule__PropertyAssociationRef__Group_0__1__Impl : ( '::' ) ;
public final void rule__PropertyAssociationRef__Group_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11058:1: ( ( '::' ) )
- // InternalInstance.g:11059:1: ( '::' )
+ // InternalInstance.g:10974:1: ( ( '::' ) )
+ // InternalInstance.g:10975:1: ( '::' )
{
- // InternalInstance.g:11059:1: ( '::' )
- // InternalInstance.g:11060:1: '::'
+ // InternalInstance.g:10975:1: ( '::' )
+ // InternalInstance.g:10976:1: '::'
{
before(grammarAccess.getPropertyAssociationRefAccess().getColonColonKeyword_0_1());
match(input,72,FOLLOW_2);
@@ -29269,14 +29015,14 @@ public final void rule__PropertyAssociationRef__Group_0__1__Impl() throws Recogn
// $ANTLR start "rule__PropertyAssociationRef__Group_2__0"
- // InternalInstance.g:11077:1: rule__PropertyAssociationRef__Group_2__0 : rule__PropertyAssociationRef__Group_2__0__Impl rule__PropertyAssociationRef__Group_2__1 ;
+ // InternalInstance.g:10993:1: rule__PropertyAssociationRef__Group_2__0 : rule__PropertyAssociationRef__Group_2__0__Impl rule__PropertyAssociationRef__Group_2__1 ;
public final void rule__PropertyAssociationRef__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11081:1: ( rule__PropertyAssociationRef__Group_2__0__Impl rule__PropertyAssociationRef__Group_2__1 )
- // InternalInstance.g:11082:2: rule__PropertyAssociationRef__Group_2__0__Impl rule__PropertyAssociationRef__Group_2__1
+ // InternalInstance.g:10997:1: ( rule__PropertyAssociationRef__Group_2__0__Impl rule__PropertyAssociationRef__Group_2__1 )
+ // InternalInstance.g:10998:2: rule__PropertyAssociationRef__Group_2__0__Impl rule__PropertyAssociationRef__Group_2__1
{
pushFollow(FOLLOW_3);
rule__PropertyAssociationRef__Group_2__0__Impl();
@@ -29307,17 +29053,17 @@ public final void rule__PropertyAssociationRef__Group_2__0() throws RecognitionE
// $ANTLR start "rule__PropertyAssociationRef__Group_2__0__Impl"
- // InternalInstance.g:11089:1: rule__PropertyAssociationRef__Group_2__0__Impl : ( '.' ) ;
+ // InternalInstance.g:11005:1: rule__PropertyAssociationRef__Group_2__0__Impl : ( '.' ) ;
public final void rule__PropertyAssociationRef__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11093:1: ( ( '.' ) )
- // InternalInstance.g:11094:1: ( '.' )
+ // InternalInstance.g:11009:1: ( ( '.' ) )
+ // InternalInstance.g:11010:1: ( '.' )
{
- // InternalInstance.g:11094:1: ( '.' )
- // InternalInstance.g:11095:1: '.'
+ // InternalInstance.g:11010:1: ( '.' )
+ // InternalInstance.g:11011:1: '.'
{
before(grammarAccess.getPropertyAssociationRefAccess().getFullStopKeyword_2_0());
match(input,73,FOLLOW_2);
@@ -29344,14 +29090,14 @@ public final void rule__PropertyAssociationRef__Group_2__0__Impl() throws Recogn
// $ANTLR start "rule__PropertyAssociationRef__Group_2__1"
- // InternalInstance.g:11108:1: rule__PropertyAssociationRef__Group_2__1 : rule__PropertyAssociationRef__Group_2__1__Impl ;
+ // InternalInstance.g:11024:1: rule__PropertyAssociationRef__Group_2__1 : rule__PropertyAssociationRef__Group_2__1__Impl ;
public final void rule__PropertyAssociationRef__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11112:1: ( rule__PropertyAssociationRef__Group_2__1__Impl )
- // InternalInstance.g:11113:2: rule__PropertyAssociationRef__Group_2__1__Impl
+ // InternalInstance.g:11028:1: ( rule__PropertyAssociationRef__Group_2__1__Impl )
+ // InternalInstance.g:11029:2: rule__PropertyAssociationRef__Group_2__1__Impl
{
pushFollow(FOLLOW_2);
rule__PropertyAssociationRef__Group_2__1__Impl();
@@ -29377,17 +29123,17 @@ public final void rule__PropertyAssociationRef__Group_2__1() throws RecognitionE
// $ANTLR start "rule__PropertyAssociationRef__Group_2__1__Impl"
- // InternalInstance.g:11119:1: rule__PropertyAssociationRef__Group_2__1__Impl : ( RULE_ID ) ;
+ // InternalInstance.g:11035:1: rule__PropertyAssociationRef__Group_2__1__Impl : ( RULE_ID ) ;
public final void rule__PropertyAssociationRef__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11123:1: ( ( RULE_ID ) )
- // InternalInstance.g:11124:1: ( RULE_ID )
+ // InternalInstance.g:11039:1: ( ( RULE_ID ) )
+ // InternalInstance.g:11040:1: ( RULE_ID )
{
- // InternalInstance.g:11124:1: ( RULE_ID )
- // InternalInstance.g:11125:1: RULE_ID
+ // InternalInstance.g:11040:1: ( RULE_ID )
+ // InternalInstance.g:11041:1: RULE_ID
{
before(grammarAccess.getPropertyAssociationRefAccess().getIDTerminalRuleCall_2_1());
match(input,RULE_ID,FOLLOW_2);
@@ -29414,14 +29160,14 @@ public final void rule__PropertyAssociationRef__Group_2__1__Impl() throws Recogn
// $ANTLR start "rule__PropertyAssociationRef__Group_4__0"
- // InternalInstance.g:11140:1: rule__PropertyAssociationRef__Group_4__0 : rule__PropertyAssociationRef__Group_4__0__Impl rule__PropertyAssociationRef__Group_4__1 ;
+ // InternalInstance.g:11056:1: rule__PropertyAssociationRef__Group_4__0 : rule__PropertyAssociationRef__Group_4__0__Impl rule__PropertyAssociationRef__Group_4__1 ;
public final void rule__PropertyAssociationRef__Group_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11144:1: ( rule__PropertyAssociationRef__Group_4__0__Impl rule__PropertyAssociationRef__Group_4__1 )
- // InternalInstance.g:11145:2: rule__PropertyAssociationRef__Group_4__0__Impl rule__PropertyAssociationRef__Group_4__1
+ // InternalInstance.g:11060:1: ( rule__PropertyAssociationRef__Group_4__0__Impl rule__PropertyAssociationRef__Group_4__1 )
+ // InternalInstance.g:11061:2: rule__PropertyAssociationRef__Group_4__0__Impl rule__PropertyAssociationRef__Group_4__1
{
pushFollow(FOLLOW_4);
rule__PropertyAssociationRef__Group_4__0__Impl();
@@ -29452,21 +29198,21 @@ public final void rule__PropertyAssociationRef__Group_4__0() throws RecognitionE
// $ANTLR start "rule__PropertyAssociationRef__Group_4__0__Impl"
- // InternalInstance.g:11152:1: rule__PropertyAssociationRef__Group_4__0__Impl : ( ( rule__PropertyAssociationRef__Alternatives_4_0 ) ) ;
+ // InternalInstance.g:11068:1: rule__PropertyAssociationRef__Group_4__0__Impl : ( ( rule__PropertyAssociationRef__Alternatives_4_0 ) ) ;
public final void rule__PropertyAssociationRef__Group_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11156:1: ( ( ( rule__PropertyAssociationRef__Alternatives_4_0 ) ) )
- // InternalInstance.g:11157:1: ( ( rule__PropertyAssociationRef__Alternatives_4_0 ) )
+ // InternalInstance.g:11072:1: ( ( ( rule__PropertyAssociationRef__Alternatives_4_0 ) ) )
+ // InternalInstance.g:11073:1: ( ( rule__PropertyAssociationRef__Alternatives_4_0 ) )
{
- // InternalInstance.g:11157:1: ( ( rule__PropertyAssociationRef__Alternatives_4_0 ) )
- // InternalInstance.g:11158:1: ( rule__PropertyAssociationRef__Alternatives_4_0 )
+ // InternalInstance.g:11073:1: ( ( rule__PropertyAssociationRef__Alternatives_4_0 ) )
+ // InternalInstance.g:11074:1: ( rule__PropertyAssociationRef__Alternatives_4_0 )
{
before(grammarAccess.getPropertyAssociationRefAccess().getAlternatives_4_0());
- // InternalInstance.g:11159:1: ( rule__PropertyAssociationRef__Alternatives_4_0 )
- // InternalInstance.g:11159:2: rule__PropertyAssociationRef__Alternatives_4_0
+ // InternalInstance.g:11075:1: ( rule__PropertyAssociationRef__Alternatives_4_0 )
+ // InternalInstance.g:11075:2: rule__PropertyAssociationRef__Alternatives_4_0
{
pushFollow(FOLLOW_2);
rule__PropertyAssociationRef__Alternatives_4_0();
@@ -29499,14 +29245,14 @@ public final void rule__PropertyAssociationRef__Group_4__0__Impl() throws Recogn
// $ANTLR start "rule__PropertyAssociationRef__Group_4__1"
- // InternalInstance.g:11169:1: rule__PropertyAssociationRef__Group_4__1 : rule__PropertyAssociationRef__Group_4__1__Impl ;
+ // InternalInstance.g:11085:1: rule__PropertyAssociationRef__Group_4__1 : rule__PropertyAssociationRef__Group_4__1__Impl ;
public final void rule__PropertyAssociationRef__Group_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11173:1: ( rule__PropertyAssociationRef__Group_4__1__Impl )
- // InternalInstance.g:11174:2: rule__PropertyAssociationRef__Group_4__1__Impl
+ // InternalInstance.g:11089:1: ( rule__PropertyAssociationRef__Group_4__1__Impl )
+ // InternalInstance.g:11090:2: rule__PropertyAssociationRef__Group_4__1__Impl
{
pushFollow(FOLLOW_2);
rule__PropertyAssociationRef__Group_4__1__Impl();
@@ -29532,17 +29278,17 @@ public final void rule__PropertyAssociationRef__Group_4__1() throws RecognitionE
// $ANTLR start "rule__PropertyAssociationRef__Group_4__1__Impl"
- // InternalInstance.g:11180:1: rule__PropertyAssociationRef__Group_4__1__Impl : ( ':' ) ;
+ // InternalInstance.g:11096:1: rule__PropertyAssociationRef__Group_4__1__Impl : ( ':' ) ;
public final void rule__PropertyAssociationRef__Group_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11184:1: ( ( ':' ) )
- // InternalInstance.g:11185:1: ( ':' )
+ // InternalInstance.g:11100:1: ( ( ':' ) )
+ // InternalInstance.g:11101:1: ( ':' )
{
- // InternalInstance.g:11185:1: ( ':' )
- // InternalInstance.g:11186:1: ':'
+ // InternalInstance.g:11101:1: ( ':' )
+ // InternalInstance.g:11102:1: ':'
{
before(grammarAccess.getPropertyAssociationRefAccess().getColonKeyword_4_1());
match(input,49,FOLLOW_2);
@@ -29569,14 +29315,14 @@ public final void rule__PropertyAssociationRef__Group_4__1__Impl() throws Recogn
// $ANTLR start "rule__PropertyAssociationRef__Group_4_0_1__0"
- // InternalInstance.g:11203:1: rule__PropertyAssociationRef__Group_4_0_1__0 : rule__PropertyAssociationRef__Group_4_0_1__0__Impl rule__PropertyAssociationRef__Group_4_0_1__1 ;
+ // InternalInstance.g:11119:1: rule__PropertyAssociationRef__Group_4_0_1__0 : rule__PropertyAssociationRef__Group_4_0_1__0__Impl rule__PropertyAssociationRef__Group_4_0_1__1 ;
public final void rule__PropertyAssociationRef__Group_4_0_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11207:1: ( rule__PropertyAssociationRef__Group_4_0_1__0__Impl rule__PropertyAssociationRef__Group_4_0_1__1 )
- // InternalInstance.g:11208:2: rule__PropertyAssociationRef__Group_4_0_1__0__Impl rule__PropertyAssociationRef__Group_4_0_1__1
+ // InternalInstance.g:11123:1: ( rule__PropertyAssociationRef__Group_4_0_1__0__Impl rule__PropertyAssociationRef__Group_4_0_1__1 )
+ // InternalInstance.g:11124:2: rule__PropertyAssociationRef__Group_4_0_1__0__Impl rule__PropertyAssociationRef__Group_4_0_1__1
{
pushFollow(FOLLOW_60);
rule__PropertyAssociationRef__Group_4_0_1__0__Impl();
@@ -29607,17 +29353,17 @@ public final void rule__PropertyAssociationRef__Group_4_0_1__0() throws Recognit
// $ANTLR start "rule__PropertyAssociationRef__Group_4_0_1__0__Impl"
- // InternalInstance.g:11215:1: rule__PropertyAssociationRef__Group_4_0_1__0__Impl : ( 'transition' ) ;
+ // InternalInstance.g:11131:1: rule__PropertyAssociationRef__Group_4_0_1__0__Impl : ( 'transition' ) ;
public final void rule__PropertyAssociationRef__Group_4_0_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11219:1: ( ( 'transition' ) )
- // InternalInstance.g:11220:1: ( 'transition' )
+ // InternalInstance.g:11135:1: ( ( 'transition' ) )
+ // InternalInstance.g:11136:1: ( 'transition' )
{
- // InternalInstance.g:11220:1: ( 'transition' )
- // InternalInstance.g:11221:1: 'transition'
+ // InternalInstance.g:11136:1: ( 'transition' )
+ // InternalInstance.g:11137:1: 'transition'
{
before(grammarAccess.getPropertyAssociationRefAccess().getTransitionKeyword_4_0_1_0());
match(input,64,FOLLOW_2);
@@ -29644,14 +29390,14 @@ public final void rule__PropertyAssociationRef__Group_4_0_1__0__Impl() throws Re
// $ANTLR start "rule__PropertyAssociationRef__Group_4_0_1__1"
- // InternalInstance.g:11234:1: rule__PropertyAssociationRef__Group_4_0_1__1 : rule__PropertyAssociationRef__Group_4_0_1__1__Impl rule__PropertyAssociationRef__Group_4_0_1__2 ;
+ // InternalInstance.g:11150:1: rule__PropertyAssociationRef__Group_4_0_1__1 : rule__PropertyAssociationRef__Group_4_0_1__1__Impl rule__PropertyAssociationRef__Group_4_0_1__2 ;
public final void rule__PropertyAssociationRef__Group_4_0_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11238:1: ( rule__PropertyAssociationRef__Group_4_0_1__1__Impl rule__PropertyAssociationRef__Group_4_0_1__2 )
- // InternalInstance.g:11239:2: rule__PropertyAssociationRef__Group_4_0_1__1__Impl rule__PropertyAssociationRef__Group_4_0_1__2
+ // InternalInstance.g:11154:1: ( rule__PropertyAssociationRef__Group_4_0_1__1__Impl rule__PropertyAssociationRef__Group_4_0_1__2 )
+ // InternalInstance.g:11155:2: rule__PropertyAssociationRef__Group_4_0_1__1__Impl rule__PropertyAssociationRef__Group_4_0_1__2
{
pushFollow(FOLLOW_10);
rule__PropertyAssociationRef__Group_4_0_1__1__Impl();
@@ -29682,17 +29428,17 @@ public final void rule__PropertyAssociationRef__Group_4_0_1__1() throws Recognit
// $ANTLR start "rule__PropertyAssociationRef__Group_4_0_1__1__Impl"
- // InternalInstance.g:11246:1: rule__PropertyAssociationRef__Group_4_0_1__1__Impl : ( '#' ) ;
+ // InternalInstance.g:11162:1: rule__PropertyAssociationRef__Group_4_0_1__1__Impl : ( '#' ) ;
public final void rule__PropertyAssociationRef__Group_4_0_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11250:1: ( ( '#' ) )
- // InternalInstance.g:11251:1: ( '#' )
+ // InternalInstance.g:11166:1: ( ( '#' ) )
+ // InternalInstance.g:11167:1: ( '#' )
{
- // InternalInstance.g:11251:1: ( '#' )
- // InternalInstance.g:11252:1: '#'
+ // InternalInstance.g:11167:1: ( '#' )
+ // InternalInstance.g:11168:1: '#'
{
before(grammarAccess.getPropertyAssociationRefAccess().getNumberSignKeyword_4_0_1_1());
match(input,74,FOLLOW_2);
@@ -29719,14 +29465,14 @@ public final void rule__PropertyAssociationRef__Group_4_0_1__1__Impl() throws Re
// $ANTLR start "rule__PropertyAssociationRef__Group_4_0_1__2"
- // InternalInstance.g:11265:1: rule__PropertyAssociationRef__Group_4_0_1__2 : rule__PropertyAssociationRef__Group_4_0_1__2__Impl ;
+ // InternalInstance.g:11181:1: rule__PropertyAssociationRef__Group_4_0_1__2 : rule__PropertyAssociationRef__Group_4_0_1__2__Impl ;
public final void rule__PropertyAssociationRef__Group_4_0_1__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11269:1: ( rule__PropertyAssociationRef__Group_4_0_1__2__Impl )
- // InternalInstance.g:11270:2: rule__PropertyAssociationRef__Group_4_0_1__2__Impl
+ // InternalInstance.g:11185:1: ( rule__PropertyAssociationRef__Group_4_0_1__2__Impl )
+ // InternalInstance.g:11186:2: rule__PropertyAssociationRef__Group_4_0_1__2__Impl
{
pushFollow(FOLLOW_2);
rule__PropertyAssociationRef__Group_4_0_1__2__Impl();
@@ -29752,17 +29498,17 @@ public final void rule__PropertyAssociationRef__Group_4_0_1__2() throws Recognit
// $ANTLR start "rule__PropertyAssociationRef__Group_4_0_1__2__Impl"
- // InternalInstance.g:11276:1: rule__PropertyAssociationRef__Group_4_0_1__2__Impl : ( RULE_INTEGER_LIT ) ;
+ // InternalInstance.g:11192:1: rule__PropertyAssociationRef__Group_4_0_1__2__Impl : ( RULE_INTEGER_LIT ) ;
public final void rule__PropertyAssociationRef__Group_4_0_1__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11280:1: ( ( RULE_INTEGER_LIT ) )
- // InternalInstance.g:11281:1: ( RULE_INTEGER_LIT )
+ // InternalInstance.g:11196:1: ( ( RULE_INTEGER_LIT ) )
+ // InternalInstance.g:11197:1: ( RULE_INTEGER_LIT )
{
- // InternalInstance.g:11281:1: ( RULE_INTEGER_LIT )
- // InternalInstance.g:11282:1: RULE_INTEGER_LIT
+ // InternalInstance.g:11197:1: ( RULE_INTEGER_LIT )
+ // InternalInstance.g:11198:1: RULE_INTEGER_LIT
{
before(grammarAccess.getPropertyAssociationRefAccess().getINTEGER_LITTerminalRuleCall_4_0_1_2());
match(input,RULE_INTEGER_LIT,FOLLOW_2);
@@ -29789,14 +29535,14 @@ public final void rule__PropertyAssociationRef__Group_4_0_1__2__Impl() throws Re
// $ANTLR start "rule__ContainedPropertyAssociation__Group__0"
- // InternalInstance.g:11299:1: rule__ContainedPropertyAssociation__Group__0 : rule__ContainedPropertyAssociation__Group__0__Impl rule__ContainedPropertyAssociation__Group__1 ;
+ // InternalInstance.g:11215:1: rule__ContainedPropertyAssociation__Group__0 : rule__ContainedPropertyAssociation__Group__0__Impl rule__ContainedPropertyAssociation__Group__1 ;
public final void rule__ContainedPropertyAssociation__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11303:1: ( rule__ContainedPropertyAssociation__Group__0__Impl rule__ContainedPropertyAssociation__Group__1 )
- // InternalInstance.g:11304:2: rule__ContainedPropertyAssociation__Group__0__Impl rule__ContainedPropertyAssociation__Group__1
+ // InternalInstance.g:11219:1: ( rule__ContainedPropertyAssociation__Group__0__Impl rule__ContainedPropertyAssociation__Group__1 )
+ // InternalInstance.g:11220:2: rule__ContainedPropertyAssociation__Group__0__Impl rule__ContainedPropertyAssociation__Group__1
{
pushFollow(FOLLOW_64);
rule__ContainedPropertyAssociation__Group__0__Impl();
@@ -29827,21 +29573,21 @@ public final void rule__ContainedPropertyAssociation__Group__0() throws Recognit
// $ANTLR start "rule__ContainedPropertyAssociation__Group__0__Impl"
- // InternalInstance.g:11311:1: rule__ContainedPropertyAssociation__Group__0__Impl : ( ( rule__ContainedPropertyAssociation__PropertyAssignment_0 ) ) ;
+ // InternalInstance.g:11227:1: rule__ContainedPropertyAssociation__Group__0__Impl : ( ( rule__ContainedPropertyAssociation__PropertyAssignment_0 ) ) ;
public final void rule__ContainedPropertyAssociation__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11315:1: ( ( ( rule__ContainedPropertyAssociation__PropertyAssignment_0 ) ) )
- // InternalInstance.g:11316:1: ( ( rule__ContainedPropertyAssociation__PropertyAssignment_0 ) )
+ // InternalInstance.g:11231:1: ( ( ( rule__ContainedPropertyAssociation__PropertyAssignment_0 ) ) )
+ // InternalInstance.g:11232:1: ( ( rule__ContainedPropertyAssociation__PropertyAssignment_0 ) )
{
- // InternalInstance.g:11316:1: ( ( rule__ContainedPropertyAssociation__PropertyAssignment_0 ) )
- // InternalInstance.g:11317:1: ( rule__ContainedPropertyAssociation__PropertyAssignment_0 )
+ // InternalInstance.g:11232:1: ( ( rule__ContainedPropertyAssociation__PropertyAssignment_0 ) )
+ // InternalInstance.g:11233:1: ( rule__ContainedPropertyAssociation__PropertyAssignment_0 )
{
before(grammarAccess.getContainedPropertyAssociationAccess().getPropertyAssignment_0());
- // InternalInstance.g:11318:1: ( rule__ContainedPropertyAssociation__PropertyAssignment_0 )
- // InternalInstance.g:11318:2: rule__ContainedPropertyAssociation__PropertyAssignment_0
+ // InternalInstance.g:11234:1: ( rule__ContainedPropertyAssociation__PropertyAssignment_0 )
+ // InternalInstance.g:11234:2: rule__ContainedPropertyAssociation__PropertyAssignment_0
{
pushFollow(FOLLOW_2);
rule__ContainedPropertyAssociation__PropertyAssignment_0();
@@ -29874,14 +29620,14 @@ public final void rule__ContainedPropertyAssociation__Group__0__Impl() throws Re
// $ANTLR start "rule__ContainedPropertyAssociation__Group__1"
- // InternalInstance.g:11328:1: rule__ContainedPropertyAssociation__Group__1 : rule__ContainedPropertyAssociation__Group__1__Impl rule__ContainedPropertyAssociation__Group__2 ;
+ // InternalInstance.g:11244:1: rule__ContainedPropertyAssociation__Group__1 : rule__ContainedPropertyAssociation__Group__1__Impl rule__ContainedPropertyAssociation__Group__2 ;
public final void rule__ContainedPropertyAssociation__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11332:1: ( rule__ContainedPropertyAssociation__Group__1__Impl rule__ContainedPropertyAssociation__Group__2 )
- // InternalInstance.g:11333:2: rule__ContainedPropertyAssociation__Group__1__Impl rule__ContainedPropertyAssociation__Group__2
+ // InternalInstance.g:11248:1: ( rule__ContainedPropertyAssociation__Group__1__Impl rule__ContainedPropertyAssociation__Group__2 )
+ // InternalInstance.g:11249:2: rule__ContainedPropertyAssociation__Group__1__Impl rule__ContainedPropertyAssociation__Group__2
{
pushFollow(FOLLOW_65);
rule__ContainedPropertyAssociation__Group__1__Impl();
@@ -29912,21 +29658,21 @@ public final void rule__ContainedPropertyAssociation__Group__1() throws Recognit
// $ANTLR start "rule__ContainedPropertyAssociation__Group__1__Impl"
- // InternalInstance.g:11340:1: rule__ContainedPropertyAssociation__Group__1__Impl : ( ( rule__ContainedPropertyAssociation__Alternatives_1 ) ) ;
+ // InternalInstance.g:11256:1: rule__ContainedPropertyAssociation__Group__1__Impl : ( ( rule__ContainedPropertyAssociation__Alternatives_1 ) ) ;
public final void rule__ContainedPropertyAssociation__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11344:1: ( ( ( rule__ContainedPropertyAssociation__Alternatives_1 ) ) )
- // InternalInstance.g:11345:1: ( ( rule__ContainedPropertyAssociation__Alternatives_1 ) )
+ // InternalInstance.g:11260:1: ( ( ( rule__ContainedPropertyAssociation__Alternatives_1 ) ) )
+ // InternalInstance.g:11261:1: ( ( rule__ContainedPropertyAssociation__Alternatives_1 ) )
{
- // InternalInstance.g:11345:1: ( ( rule__ContainedPropertyAssociation__Alternatives_1 ) )
- // InternalInstance.g:11346:1: ( rule__ContainedPropertyAssociation__Alternatives_1 )
+ // InternalInstance.g:11261:1: ( ( rule__ContainedPropertyAssociation__Alternatives_1 ) )
+ // InternalInstance.g:11262:1: ( rule__ContainedPropertyAssociation__Alternatives_1 )
{
before(grammarAccess.getContainedPropertyAssociationAccess().getAlternatives_1());
- // InternalInstance.g:11347:1: ( rule__ContainedPropertyAssociation__Alternatives_1 )
- // InternalInstance.g:11347:2: rule__ContainedPropertyAssociation__Alternatives_1
+ // InternalInstance.g:11263:1: ( rule__ContainedPropertyAssociation__Alternatives_1 )
+ // InternalInstance.g:11263:2: rule__ContainedPropertyAssociation__Alternatives_1
{
pushFollow(FOLLOW_2);
rule__ContainedPropertyAssociation__Alternatives_1();
@@ -29959,14 +29705,14 @@ public final void rule__ContainedPropertyAssociation__Group__1__Impl() throws Re
// $ANTLR start "rule__ContainedPropertyAssociation__Group__2"
- // InternalInstance.g:11357:1: rule__ContainedPropertyAssociation__Group__2 : rule__ContainedPropertyAssociation__Group__2__Impl rule__ContainedPropertyAssociation__Group__3 ;
+ // InternalInstance.g:11273:1: rule__ContainedPropertyAssociation__Group__2 : rule__ContainedPropertyAssociation__Group__2__Impl rule__ContainedPropertyAssociation__Group__3 ;
public final void rule__ContainedPropertyAssociation__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11361:1: ( rule__ContainedPropertyAssociation__Group__2__Impl rule__ContainedPropertyAssociation__Group__3 )
- // InternalInstance.g:11362:2: rule__ContainedPropertyAssociation__Group__2__Impl rule__ContainedPropertyAssociation__Group__3
+ // InternalInstance.g:11277:1: ( rule__ContainedPropertyAssociation__Group__2__Impl rule__ContainedPropertyAssociation__Group__3 )
+ // InternalInstance.g:11278:2: rule__ContainedPropertyAssociation__Group__2__Impl rule__ContainedPropertyAssociation__Group__3
{
pushFollow(FOLLOW_65);
rule__ContainedPropertyAssociation__Group__2__Impl();
@@ -29997,20 +29743,20 @@ public final void rule__ContainedPropertyAssociation__Group__2() throws Recognit
// $ANTLR start "rule__ContainedPropertyAssociation__Group__2__Impl"
- // InternalInstance.g:11369:1: rule__ContainedPropertyAssociation__Group__2__Impl : ( ( rule__ContainedPropertyAssociation__ConstantAssignment_2 )? ) ;
+ // InternalInstance.g:11285:1: rule__ContainedPropertyAssociation__Group__2__Impl : ( ( rule__ContainedPropertyAssociation__ConstantAssignment_2 )? ) ;
public final void rule__ContainedPropertyAssociation__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11373:1: ( ( ( rule__ContainedPropertyAssociation__ConstantAssignment_2 )? ) )
- // InternalInstance.g:11374:1: ( ( rule__ContainedPropertyAssociation__ConstantAssignment_2 )? )
+ // InternalInstance.g:11289:1: ( ( ( rule__ContainedPropertyAssociation__ConstantAssignment_2 )? ) )
+ // InternalInstance.g:11290:1: ( ( rule__ContainedPropertyAssociation__ConstantAssignment_2 )? )
{
- // InternalInstance.g:11374:1: ( ( rule__ContainedPropertyAssociation__ConstantAssignment_2 )? )
- // InternalInstance.g:11375:1: ( rule__ContainedPropertyAssociation__ConstantAssignment_2 )?
+ // InternalInstance.g:11290:1: ( ( rule__ContainedPropertyAssociation__ConstantAssignment_2 )? )
+ // InternalInstance.g:11291:1: ( rule__ContainedPropertyAssociation__ConstantAssignment_2 )?
{
before(grammarAccess.getContainedPropertyAssociationAccess().getConstantAssignment_2());
- // InternalInstance.g:11376:1: ( rule__ContainedPropertyAssociation__ConstantAssignment_2 )?
+ // InternalInstance.g:11292:1: ( rule__ContainedPropertyAssociation__ConstantAssignment_2 )?
int alt78=2;
int LA78_0 = input.LA(1);
@@ -30019,7 +29765,7 @@ public final void rule__ContainedPropertyAssociation__Group__2__Impl() throws Re
}
switch (alt78) {
case 1 :
- // InternalInstance.g:11376:2: rule__ContainedPropertyAssociation__ConstantAssignment_2
+ // InternalInstance.g:11292:2: rule__ContainedPropertyAssociation__ConstantAssignment_2
{
pushFollow(FOLLOW_2);
rule__ContainedPropertyAssociation__ConstantAssignment_2();
@@ -30055,14 +29801,14 @@ public final void rule__ContainedPropertyAssociation__Group__2__Impl() throws Re
// $ANTLR start "rule__ContainedPropertyAssociation__Group__3"
- // InternalInstance.g:11386:1: rule__ContainedPropertyAssociation__Group__3 : rule__ContainedPropertyAssociation__Group__3__Impl rule__ContainedPropertyAssociation__Group__4 ;
+ // InternalInstance.g:11302:1: rule__ContainedPropertyAssociation__Group__3 : rule__ContainedPropertyAssociation__Group__3__Impl rule__ContainedPropertyAssociation__Group__4 ;
public final void rule__ContainedPropertyAssociation__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11390:1: ( rule__ContainedPropertyAssociation__Group__3__Impl rule__ContainedPropertyAssociation__Group__4 )
- // InternalInstance.g:11391:2: rule__ContainedPropertyAssociation__Group__3__Impl rule__ContainedPropertyAssociation__Group__4
+ // InternalInstance.g:11306:1: ( rule__ContainedPropertyAssociation__Group__3__Impl rule__ContainedPropertyAssociation__Group__4 )
+ // InternalInstance.g:11307:2: rule__ContainedPropertyAssociation__Group__3__Impl rule__ContainedPropertyAssociation__Group__4
{
pushFollow(FOLLOW_66);
rule__ContainedPropertyAssociation__Group__3__Impl();
@@ -30093,21 +29839,21 @@ public final void rule__ContainedPropertyAssociation__Group__3() throws Recognit
// $ANTLR start "rule__ContainedPropertyAssociation__Group__3__Impl"
- // InternalInstance.g:11398:1: rule__ContainedPropertyAssociation__Group__3__Impl : ( ( rule__ContainedPropertyAssociation__Group_3__0 ) ) ;
+ // InternalInstance.g:11314:1: rule__ContainedPropertyAssociation__Group__3__Impl : ( ( rule__ContainedPropertyAssociation__Group_3__0 ) ) ;
public final void rule__ContainedPropertyAssociation__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11402:1: ( ( ( rule__ContainedPropertyAssociation__Group_3__0 ) ) )
- // InternalInstance.g:11403:1: ( ( rule__ContainedPropertyAssociation__Group_3__0 ) )
+ // InternalInstance.g:11318:1: ( ( ( rule__ContainedPropertyAssociation__Group_3__0 ) ) )
+ // InternalInstance.g:11319:1: ( ( rule__ContainedPropertyAssociation__Group_3__0 ) )
{
- // InternalInstance.g:11403:1: ( ( rule__ContainedPropertyAssociation__Group_3__0 ) )
- // InternalInstance.g:11404:1: ( rule__ContainedPropertyAssociation__Group_3__0 )
+ // InternalInstance.g:11319:1: ( ( rule__ContainedPropertyAssociation__Group_3__0 ) )
+ // InternalInstance.g:11320:1: ( rule__ContainedPropertyAssociation__Group_3__0 )
{
before(grammarAccess.getContainedPropertyAssociationAccess().getGroup_3());
- // InternalInstance.g:11405:1: ( rule__ContainedPropertyAssociation__Group_3__0 )
- // InternalInstance.g:11405:2: rule__ContainedPropertyAssociation__Group_3__0
+ // InternalInstance.g:11321:1: ( rule__ContainedPropertyAssociation__Group_3__0 )
+ // InternalInstance.g:11321:2: rule__ContainedPropertyAssociation__Group_3__0
{
pushFollow(FOLLOW_2);
rule__ContainedPropertyAssociation__Group_3__0();
@@ -30140,14 +29886,14 @@ public final void rule__ContainedPropertyAssociation__Group__3__Impl() throws Re
// $ANTLR start "rule__ContainedPropertyAssociation__Group__4"
- // InternalInstance.g:11415:1: rule__ContainedPropertyAssociation__Group__4 : rule__ContainedPropertyAssociation__Group__4__Impl rule__ContainedPropertyAssociation__Group__5 ;
+ // InternalInstance.g:11331:1: rule__ContainedPropertyAssociation__Group__4 : rule__ContainedPropertyAssociation__Group__4__Impl rule__ContainedPropertyAssociation__Group__5 ;
public final void rule__ContainedPropertyAssociation__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11419:1: ( rule__ContainedPropertyAssociation__Group__4__Impl rule__ContainedPropertyAssociation__Group__5 )
- // InternalInstance.g:11420:2: rule__ContainedPropertyAssociation__Group__4__Impl rule__ContainedPropertyAssociation__Group__5
+ // InternalInstance.g:11335:1: ( rule__ContainedPropertyAssociation__Group__4__Impl rule__ContainedPropertyAssociation__Group__5 )
+ // InternalInstance.g:11336:2: rule__ContainedPropertyAssociation__Group__4__Impl rule__ContainedPropertyAssociation__Group__5
{
pushFollow(FOLLOW_66);
rule__ContainedPropertyAssociation__Group__4__Impl();
@@ -30178,29 +29924,29 @@ public final void rule__ContainedPropertyAssociation__Group__4() throws Recognit
// $ANTLR start "rule__ContainedPropertyAssociation__Group__4__Impl"
- // InternalInstance.g:11427:1: rule__ContainedPropertyAssociation__Group__4__Impl : ( ( rule__ContainedPropertyAssociation__Group_4__0 )? ) ;
+ // InternalInstance.g:11343:1: rule__ContainedPropertyAssociation__Group__4__Impl : ( ( rule__ContainedPropertyAssociation__Group_4__0 )? ) ;
public final void rule__ContainedPropertyAssociation__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11431:1: ( ( ( rule__ContainedPropertyAssociation__Group_4__0 )? ) )
- // InternalInstance.g:11432:1: ( ( rule__ContainedPropertyAssociation__Group_4__0 )? )
+ // InternalInstance.g:11347:1: ( ( ( rule__ContainedPropertyAssociation__Group_4__0 )? ) )
+ // InternalInstance.g:11348:1: ( ( rule__ContainedPropertyAssociation__Group_4__0 )? )
{
- // InternalInstance.g:11432:1: ( ( rule__ContainedPropertyAssociation__Group_4__0 )? )
- // InternalInstance.g:11433:1: ( rule__ContainedPropertyAssociation__Group_4__0 )?
+ // InternalInstance.g:11348:1: ( ( rule__ContainedPropertyAssociation__Group_4__0 )? )
+ // InternalInstance.g:11349:1: ( rule__ContainedPropertyAssociation__Group_4__0 )?
{
before(grammarAccess.getContainedPropertyAssociationAccess().getGroup_4());
- // InternalInstance.g:11434:1: ( rule__ContainedPropertyAssociation__Group_4__0 )?
+ // InternalInstance.g:11350:1: ( rule__ContainedPropertyAssociation__Group_4__0 )?
int alt79=2;
int LA79_0 = input.LA(1);
- if ( (LA79_0==82) ) {
+ if ( (LA79_0==78) ) {
alt79=1;
}
switch (alt79) {
case 1 :
- // InternalInstance.g:11434:2: rule__ContainedPropertyAssociation__Group_4__0
+ // InternalInstance.g:11350:2: rule__ContainedPropertyAssociation__Group_4__0
{
pushFollow(FOLLOW_2);
rule__ContainedPropertyAssociation__Group_4__0();
@@ -30236,14 +29982,14 @@ public final void rule__ContainedPropertyAssociation__Group__4__Impl() throws Re
// $ANTLR start "rule__ContainedPropertyAssociation__Group__5"
- // InternalInstance.g:11444:1: rule__ContainedPropertyAssociation__Group__5 : rule__ContainedPropertyAssociation__Group__5__Impl rule__ContainedPropertyAssociation__Group__6 ;
+ // InternalInstance.g:11360:1: rule__ContainedPropertyAssociation__Group__5 : rule__ContainedPropertyAssociation__Group__5__Impl rule__ContainedPropertyAssociation__Group__6 ;
public final void rule__ContainedPropertyAssociation__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11448:1: ( rule__ContainedPropertyAssociation__Group__5__Impl rule__ContainedPropertyAssociation__Group__6 )
- // InternalInstance.g:11449:2: rule__ContainedPropertyAssociation__Group__5__Impl rule__ContainedPropertyAssociation__Group__6
+ // InternalInstance.g:11364:1: ( rule__ContainedPropertyAssociation__Group__5__Impl rule__ContainedPropertyAssociation__Group__6 )
+ // InternalInstance.g:11365:2: rule__ContainedPropertyAssociation__Group__5__Impl rule__ContainedPropertyAssociation__Group__6
{
pushFollow(FOLLOW_66);
rule__ContainedPropertyAssociation__Group__5__Impl();
@@ -30274,20 +30020,20 @@ public final void rule__ContainedPropertyAssociation__Group__5() throws Recognit
// $ANTLR start "rule__ContainedPropertyAssociation__Group__5__Impl"
- // InternalInstance.g:11456:1: rule__ContainedPropertyAssociation__Group__5__Impl : ( ( rule__ContainedPropertyAssociation__Group_5__0 )? ) ;
+ // InternalInstance.g:11372:1: rule__ContainedPropertyAssociation__Group__5__Impl : ( ( rule__ContainedPropertyAssociation__Group_5__0 )? ) ;
public final void rule__ContainedPropertyAssociation__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11460:1: ( ( ( rule__ContainedPropertyAssociation__Group_5__0 )? ) )
- // InternalInstance.g:11461:1: ( ( rule__ContainedPropertyAssociation__Group_5__0 )? )
+ // InternalInstance.g:11376:1: ( ( ( rule__ContainedPropertyAssociation__Group_5__0 )? ) )
+ // InternalInstance.g:11377:1: ( ( rule__ContainedPropertyAssociation__Group_5__0 )? )
{
- // InternalInstance.g:11461:1: ( ( rule__ContainedPropertyAssociation__Group_5__0 )? )
- // InternalInstance.g:11462:1: ( rule__ContainedPropertyAssociation__Group_5__0 )?
+ // InternalInstance.g:11377:1: ( ( rule__ContainedPropertyAssociation__Group_5__0 )? )
+ // InternalInstance.g:11378:1: ( rule__ContainedPropertyAssociation__Group_5__0 )?
{
before(grammarAccess.getContainedPropertyAssociationAccess().getGroup_5());
- // InternalInstance.g:11463:1: ( rule__ContainedPropertyAssociation__Group_5__0 )?
+ // InternalInstance.g:11379:1: ( rule__ContainedPropertyAssociation__Group_5__0 )?
int alt80=2;
int LA80_0 = input.LA(1);
@@ -30296,7 +30042,7 @@ public final void rule__ContainedPropertyAssociation__Group__5__Impl() throws Re
}
switch (alt80) {
case 1 :
- // InternalInstance.g:11463:2: rule__ContainedPropertyAssociation__Group_5__0
+ // InternalInstance.g:11379:2: rule__ContainedPropertyAssociation__Group_5__0
{
pushFollow(FOLLOW_2);
rule__ContainedPropertyAssociation__Group_5__0();
@@ -30332,14 +30078,14 @@ public final void rule__ContainedPropertyAssociation__Group__5__Impl() throws Re
// $ANTLR start "rule__ContainedPropertyAssociation__Group__6"
- // InternalInstance.g:11473:1: rule__ContainedPropertyAssociation__Group__6 : rule__ContainedPropertyAssociation__Group__6__Impl ;
+ // InternalInstance.g:11389:1: rule__ContainedPropertyAssociation__Group__6 : rule__ContainedPropertyAssociation__Group__6__Impl ;
public final void rule__ContainedPropertyAssociation__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11477:1: ( rule__ContainedPropertyAssociation__Group__6__Impl )
- // InternalInstance.g:11478:2: rule__ContainedPropertyAssociation__Group__6__Impl
+ // InternalInstance.g:11393:1: ( rule__ContainedPropertyAssociation__Group__6__Impl )
+ // InternalInstance.g:11394:2: rule__ContainedPropertyAssociation__Group__6__Impl
{
pushFollow(FOLLOW_2);
rule__ContainedPropertyAssociation__Group__6__Impl();
@@ -30365,17 +30111,17 @@ public final void rule__ContainedPropertyAssociation__Group__6() throws Recognit
// $ANTLR start "rule__ContainedPropertyAssociation__Group__6__Impl"
- // InternalInstance.g:11484:1: rule__ContainedPropertyAssociation__Group__6__Impl : ( ';' ) ;
+ // InternalInstance.g:11400:1: rule__ContainedPropertyAssociation__Group__6__Impl : ( ';' ) ;
public final void rule__ContainedPropertyAssociation__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11488:1: ( ( ';' ) )
- // InternalInstance.g:11489:1: ( ';' )
+ // InternalInstance.g:11404:1: ( ( ';' ) )
+ // InternalInstance.g:11405:1: ( ';' )
{
- // InternalInstance.g:11489:1: ( ';' )
- // InternalInstance.g:11490:1: ';'
+ // InternalInstance.g:11405:1: ( ';' )
+ // InternalInstance.g:11406:1: ';'
{
before(grammarAccess.getContainedPropertyAssociationAccess().getSemicolonKeyword_6());
match(input,77,FOLLOW_2);
@@ -30402,14 +30148,14 @@ public final void rule__ContainedPropertyAssociation__Group__6__Impl() throws Re
// $ANTLR start "rule__ContainedPropertyAssociation__Group_3__0"
- // InternalInstance.g:11517:1: rule__ContainedPropertyAssociation__Group_3__0 : rule__ContainedPropertyAssociation__Group_3__0__Impl rule__ContainedPropertyAssociation__Group_3__1 ;
+ // InternalInstance.g:11433:1: rule__ContainedPropertyAssociation__Group_3__0 : rule__ContainedPropertyAssociation__Group_3__0__Impl rule__ContainedPropertyAssociation__Group_3__1 ;
public final void rule__ContainedPropertyAssociation__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11521:1: ( rule__ContainedPropertyAssociation__Group_3__0__Impl rule__ContainedPropertyAssociation__Group_3__1 )
- // InternalInstance.g:11522:2: rule__ContainedPropertyAssociation__Group_3__0__Impl rule__ContainedPropertyAssociation__Group_3__1
+ // InternalInstance.g:11437:1: ( rule__ContainedPropertyAssociation__Group_3__0__Impl rule__ContainedPropertyAssociation__Group_3__1 )
+ // InternalInstance.g:11438:2: rule__ContainedPropertyAssociation__Group_3__0__Impl rule__ContainedPropertyAssociation__Group_3__1
{
pushFollow(FOLLOW_43);
rule__ContainedPropertyAssociation__Group_3__0__Impl();
@@ -30440,21 +30186,21 @@ public final void rule__ContainedPropertyAssociation__Group_3__0() throws Recogn
// $ANTLR start "rule__ContainedPropertyAssociation__Group_3__0__Impl"
- // InternalInstance.g:11529:1: rule__ContainedPropertyAssociation__Group_3__0__Impl : ( ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0 ) ) ;
+ // InternalInstance.g:11445:1: rule__ContainedPropertyAssociation__Group_3__0__Impl : ( ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0 ) ) ;
public final void rule__ContainedPropertyAssociation__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11533:1: ( ( ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0 ) ) )
- // InternalInstance.g:11534:1: ( ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0 ) )
+ // InternalInstance.g:11449:1: ( ( ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0 ) ) )
+ // InternalInstance.g:11450:1: ( ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0 ) )
{
- // InternalInstance.g:11534:1: ( ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0 ) )
- // InternalInstance.g:11535:1: ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0 )
+ // InternalInstance.g:11450:1: ( ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0 ) )
+ // InternalInstance.g:11451:1: ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0 )
{
before(grammarAccess.getContainedPropertyAssociationAccess().getOwnedValueAssignment_3_0());
- // InternalInstance.g:11536:1: ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0 )
- // InternalInstance.g:11536:2: rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0
+ // InternalInstance.g:11452:1: ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0 )
+ // InternalInstance.g:11452:2: rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0
{
pushFollow(FOLLOW_2);
rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0();
@@ -30487,14 +30233,14 @@ public final void rule__ContainedPropertyAssociation__Group_3__0__Impl() throws
// $ANTLR start "rule__ContainedPropertyAssociation__Group_3__1"
- // InternalInstance.g:11546:1: rule__ContainedPropertyAssociation__Group_3__1 : rule__ContainedPropertyAssociation__Group_3__1__Impl ;
+ // InternalInstance.g:11462:1: rule__ContainedPropertyAssociation__Group_3__1 : rule__ContainedPropertyAssociation__Group_3__1__Impl ;
public final void rule__ContainedPropertyAssociation__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11550:1: ( rule__ContainedPropertyAssociation__Group_3__1__Impl )
- // InternalInstance.g:11551:2: rule__ContainedPropertyAssociation__Group_3__1__Impl
+ // InternalInstance.g:11466:1: ( rule__ContainedPropertyAssociation__Group_3__1__Impl )
+ // InternalInstance.g:11467:2: rule__ContainedPropertyAssociation__Group_3__1__Impl
{
pushFollow(FOLLOW_2);
rule__ContainedPropertyAssociation__Group_3__1__Impl();
@@ -30520,20 +30266,20 @@ public final void rule__ContainedPropertyAssociation__Group_3__1() throws Recogn
// $ANTLR start "rule__ContainedPropertyAssociation__Group_3__1__Impl"
- // InternalInstance.g:11557:1: rule__ContainedPropertyAssociation__Group_3__1__Impl : ( ( rule__ContainedPropertyAssociation__Group_3_1__0 )* ) ;
+ // InternalInstance.g:11473:1: rule__ContainedPropertyAssociation__Group_3__1__Impl : ( ( rule__ContainedPropertyAssociation__Group_3_1__0 )* ) ;
public final void rule__ContainedPropertyAssociation__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11561:1: ( ( ( rule__ContainedPropertyAssociation__Group_3_1__0 )* ) )
- // InternalInstance.g:11562:1: ( ( rule__ContainedPropertyAssociation__Group_3_1__0 )* )
+ // InternalInstance.g:11477:1: ( ( ( rule__ContainedPropertyAssociation__Group_3_1__0 )* ) )
+ // InternalInstance.g:11478:1: ( ( rule__ContainedPropertyAssociation__Group_3_1__0 )* )
{
- // InternalInstance.g:11562:1: ( ( rule__ContainedPropertyAssociation__Group_3_1__0 )* )
- // InternalInstance.g:11563:1: ( rule__ContainedPropertyAssociation__Group_3_1__0 )*
+ // InternalInstance.g:11478:1: ( ( rule__ContainedPropertyAssociation__Group_3_1__0 )* )
+ // InternalInstance.g:11479:1: ( rule__ContainedPropertyAssociation__Group_3_1__0 )*
{
before(grammarAccess.getContainedPropertyAssociationAccess().getGroup_3_1());
- // InternalInstance.g:11564:1: ( rule__ContainedPropertyAssociation__Group_3_1__0 )*
+ // InternalInstance.g:11480:1: ( rule__ContainedPropertyAssociation__Group_3_1__0 )*
loop81:
do {
int alt81=2;
@@ -30546,7 +30292,7 @@ public final void rule__ContainedPropertyAssociation__Group_3__1__Impl() throws
switch (alt81) {
case 1 :
- // InternalInstance.g:11564:2: rule__ContainedPropertyAssociation__Group_3_1__0
+ // InternalInstance.g:11480:2: rule__ContainedPropertyAssociation__Group_3_1__0
{
pushFollow(FOLLOW_17);
rule__ContainedPropertyAssociation__Group_3_1__0();
@@ -30585,14 +30331,14 @@ public final void rule__ContainedPropertyAssociation__Group_3__1__Impl() throws
// $ANTLR start "rule__ContainedPropertyAssociation__Group_3_1__0"
- // InternalInstance.g:11578:1: rule__ContainedPropertyAssociation__Group_3_1__0 : rule__ContainedPropertyAssociation__Group_3_1__0__Impl rule__ContainedPropertyAssociation__Group_3_1__1 ;
+ // InternalInstance.g:11494:1: rule__ContainedPropertyAssociation__Group_3_1__0 : rule__ContainedPropertyAssociation__Group_3_1__0__Impl rule__ContainedPropertyAssociation__Group_3_1__1 ;
public final void rule__ContainedPropertyAssociation__Group_3_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11582:1: ( rule__ContainedPropertyAssociation__Group_3_1__0__Impl rule__ContainedPropertyAssociation__Group_3_1__1 )
- // InternalInstance.g:11583:2: rule__ContainedPropertyAssociation__Group_3_1__0__Impl rule__ContainedPropertyAssociation__Group_3_1__1
+ // InternalInstance.g:11498:1: ( rule__ContainedPropertyAssociation__Group_3_1__0__Impl rule__ContainedPropertyAssociation__Group_3_1__1 )
+ // InternalInstance.g:11499:2: rule__ContainedPropertyAssociation__Group_3_1__0__Impl rule__ContainedPropertyAssociation__Group_3_1__1
{
pushFollow(FOLLOW_48);
rule__ContainedPropertyAssociation__Group_3_1__0__Impl();
@@ -30623,17 +30369,17 @@ public final void rule__ContainedPropertyAssociation__Group_3_1__0() throws Reco
// $ANTLR start "rule__ContainedPropertyAssociation__Group_3_1__0__Impl"
- // InternalInstance.g:11590:1: rule__ContainedPropertyAssociation__Group_3_1__0__Impl : ( ',' ) ;
+ // InternalInstance.g:11506:1: rule__ContainedPropertyAssociation__Group_3_1__0__Impl : ( ',' ) ;
public final void rule__ContainedPropertyAssociation__Group_3_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11594:1: ( ( ',' ) )
- // InternalInstance.g:11595:1: ( ',' )
+ // InternalInstance.g:11510:1: ( ( ',' ) )
+ // InternalInstance.g:11511:1: ( ',' )
{
- // InternalInstance.g:11595:1: ( ',' )
- // InternalInstance.g:11596:1: ','
+ // InternalInstance.g:11511:1: ( ',' )
+ // InternalInstance.g:11512:1: ','
{
before(grammarAccess.getContainedPropertyAssociationAccess().getCommaKeyword_3_1_0());
match(input,57,FOLLOW_2);
@@ -30660,14 +30406,14 @@ public final void rule__ContainedPropertyAssociation__Group_3_1__0__Impl() throw
// $ANTLR start "rule__ContainedPropertyAssociation__Group_3_1__1"
- // InternalInstance.g:11609:1: rule__ContainedPropertyAssociation__Group_3_1__1 : rule__ContainedPropertyAssociation__Group_3_1__1__Impl ;
+ // InternalInstance.g:11525:1: rule__ContainedPropertyAssociation__Group_3_1__1 : rule__ContainedPropertyAssociation__Group_3_1__1__Impl ;
public final void rule__ContainedPropertyAssociation__Group_3_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11613:1: ( rule__ContainedPropertyAssociation__Group_3_1__1__Impl )
- // InternalInstance.g:11614:2: rule__ContainedPropertyAssociation__Group_3_1__1__Impl
+ // InternalInstance.g:11529:1: ( rule__ContainedPropertyAssociation__Group_3_1__1__Impl )
+ // InternalInstance.g:11530:2: rule__ContainedPropertyAssociation__Group_3_1__1__Impl
{
pushFollow(FOLLOW_2);
rule__ContainedPropertyAssociation__Group_3_1__1__Impl();
@@ -30693,21 +30439,21 @@ public final void rule__ContainedPropertyAssociation__Group_3_1__1() throws Reco
// $ANTLR start "rule__ContainedPropertyAssociation__Group_3_1__1__Impl"
- // InternalInstance.g:11620:1: rule__ContainedPropertyAssociation__Group_3_1__1__Impl : ( ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1 ) ) ;
+ // InternalInstance.g:11536:1: rule__ContainedPropertyAssociation__Group_3_1__1__Impl : ( ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1 ) ) ;
public final void rule__ContainedPropertyAssociation__Group_3_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11624:1: ( ( ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1 ) ) )
- // InternalInstance.g:11625:1: ( ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1 ) )
+ // InternalInstance.g:11540:1: ( ( ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1 ) ) )
+ // InternalInstance.g:11541:1: ( ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1 ) )
{
- // InternalInstance.g:11625:1: ( ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1 ) )
- // InternalInstance.g:11626:1: ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1 )
+ // InternalInstance.g:11541:1: ( ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1 ) )
+ // InternalInstance.g:11542:1: ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1 )
{
before(grammarAccess.getContainedPropertyAssociationAccess().getOwnedValueAssignment_3_1_1());
- // InternalInstance.g:11627:1: ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1 )
- // InternalInstance.g:11627:2: rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1
+ // InternalInstance.g:11543:1: ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1 )
+ // InternalInstance.g:11543:2: rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1
{
pushFollow(FOLLOW_2);
rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1();
@@ -30740,16 +30486,16 @@ public final void rule__ContainedPropertyAssociation__Group_3_1__1__Impl() throw
// $ANTLR start "rule__ContainedPropertyAssociation__Group_4__0"
- // InternalInstance.g:11641:1: rule__ContainedPropertyAssociation__Group_4__0 : rule__ContainedPropertyAssociation__Group_4__0__Impl rule__ContainedPropertyAssociation__Group_4__1 ;
+ // InternalInstance.g:11557:1: rule__ContainedPropertyAssociation__Group_4__0 : rule__ContainedPropertyAssociation__Group_4__0__Impl rule__ContainedPropertyAssociation__Group_4__1 ;
public final void rule__ContainedPropertyAssociation__Group_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11645:1: ( rule__ContainedPropertyAssociation__Group_4__0__Impl rule__ContainedPropertyAssociation__Group_4__1 )
- // InternalInstance.g:11646:2: rule__ContainedPropertyAssociation__Group_4__0__Impl rule__ContainedPropertyAssociation__Group_4__1
+ // InternalInstance.g:11561:1: ( rule__ContainedPropertyAssociation__Group_4__0__Impl rule__ContainedPropertyAssociation__Group_4__1 )
+ // InternalInstance.g:11562:2: rule__ContainedPropertyAssociation__Group_4__0__Impl rule__ContainedPropertyAssociation__Group_4__1
{
- pushFollow(FOLLOW_3);
+ pushFollow(FOLLOW_35);
rule__ContainedPropertyAssociation__Group_4__0__Impl();
state._fsp--;
@@ -30778,25 +30524,21 @@ public final void rule__ContainedPropertyAssociation__Group_4__0() throws Recogn
// $ANTLR start "rule__ContainedPropertyAssociation__Group_4__0__Impl"
- // InternalInstance.g:11653:1: rule__ContainedPropertyAssociation__Group_4__0__Impl : ( ruleAppliesToKeywords ) ;
+ // InternalInstance.g:11569:1: rule__ContainedPropertyAssociation__Group_4__0__Impl : ( 'applies' ) ;
public final void rule__ContainedPropertyAssociation__Group_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11657:1: ( ( ruleAppliesToKeywords ) )
- // InternalInstance.g:11658:1: ( ruleAppliesToKeywords )
+ // InternalInstance.g:11573:1: ( ( 'applies' ) )
+ // InternalInstance.g:11574:1: ( 'applies' )
{
- // InternalInstance.g:11658:1: ( ruleAppliesToKeywords )
- // InternalInstance.g:11659:1: ruleAppliesToKeywords
+ // InternalInstance.g:11574:1: ( 'applies' )
+ // InternalInstance.g:11575:1: 'applies'
{
- before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToKeywordsParserRuleCall_4_0());
- pushFollow(FOLLOW_2);
- ruleAppliesToKeywords();
-
- state._fsp--;
-
- after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToKeywordsParserRuleCall_4_0());
+ before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesKeyword_4_0());
+ match(input,78,FOLLOW_2);
+ after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesKeyword_4_0());
}
@@ -30819,16 +30561,16 @@ public final void rule__ContainedPropertyAssociation__Group_4__0__Impl() throws
// $ANTLR start "rule__ContainedPropertyAssociation__Group_4__1"
- // InternalInstance.g:11670:1: rule__ContainedPropertyAssociation__Group_4__1 : rule__ContainedPropertyAssociation__Group_4__1__Impl rule__ContainedPropertyAssociation__Group_4__2 ;
+ // InternalInstance.g:11588:1: rule__ContainedPropertyAssociation__Group_4__1 : rule__ContainedPropertyAssociation__Group_4__1__Impl rule__ContainedPropertyAssociation__Group_4__2 ;
public final void rule__ContainedPropertyAssociation__Group_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11674:1: ( rule__ContainedPropertyAssociation__Group_4__1__Impl rule__ContainedPropertyAssociation__Group_4__2 )
- // InternalInstance.g:11675:2: rule__ContainedPropertyAssociation__Group_4__1__Impl rule__ContainedPropertyAssociation__Group_4__2
+ // InternalInstance.g:11592:1: ( rule__ContainedPropertyAssociation__Group_4__1__Impl rule__ContainedPropertyAssociation__Group_4__2 )
+ // InternalInstance.g:11593:2: rule__ContainedPropertyAssociation__Group_4__1__Impl rule__ContainedPropertyAssociation__Group_4__2
{
- pushFollow(FOLLOW_43);
+ pushFollow(FOLLOW_3);
rule__ContainedPropertyAssociation__Group_4__1__Impl();
state._fsp--;
@@ -30857,31 +30599,21 @@ public final void rule__ContainedPropertyAssociation__Group_4__1() throws Recogn
// $ANTLR start "rule__ContainedPropertyAssociation__Group_4__1__Impl"
- // InternalInstance.g:11682:1: rule__ContainedPropertyAssociation__Group_4__1__Impl : ( ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_1 ) ) ;
+ // InternalInstance.g:11600:1: rule__ContainedPropertyAssociation__Group_4__1__Impl : ( 'to' ) ;
public final void rule__ContainedPropertyAssociation__Group_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11686:1: ( ( ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_1 ) ) )
- // InternalInstance.g:11687:1: ( ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_1 ) )
- {
- // InternalInstance.g:11687:1: ( ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_1 ) )
- // InternalInstance.g:11688:1: ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_1 )
+ // InternalInstance.g:11604:1: ( ( 'to' ) )
+ // InternalInstance.g:11605:1: ( 'to' )
{
- before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_1());
- // InternalInstance.g:11689:1: ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_1 )
- // InternalInstance.g:11689:2: rule__ContainedPropertyAssociation__AppliesToAssignment_4_1
+ // InternalInstance.g:11605:1: ( 'to' )
+ // InternalInstance.g:11606:1: 'to'
{
- pushFollow(FOLLOW_2);
- rule__ContainedPropertyAssociation__AppliesToAssignment_4_1();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_1());
+ before(grammarAccess.getContainedPropertyAssociationAccess().getToKeyword_4_1());
+ match(input,61,FOLLOW_2);
+ after(grammarAccess.getContainedPropertyAssociationAccess().getToKeyword_4_1());
}
@@ -30904,20 +30636,25 @@ public final void rule__ContainedPropertyAssociation__Group_4__1__Impl() throws
// $ANTLR start "rule__ContainedPropertyAssociation__Group_4__2"
- // InternalInstance.g:11699:1: rule__ContainedPropertyAssociation__Group_4__2 : rule__ContainedPropertyAssociation__Group_4__2__Impl ;
+ // InternalInstance.g:11619:1: rule__ContainedPropertyAssociation__Group_4__2 : rule__ContainedPropertyAssociation__Group_4__2__Impl rule__ContainedPropertyAssociation__Group_4__3 ;
public final void rule__ContainedPropertyAssociation__Group_4__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11703:1: ( rule__ContainedPropertyAssociation__Group_4__2__Impl )
- // InternalInstance.g:11704:2: rule__ContainedPropertyAssociation__Group_4__2__Impl
+ // InternalInstance.g:11623:1: ( rule__ContainedPropertyAssociation__Group_4__2__Impl rule__ContainedPropertyAssociation__Group_4__3 )
+ // InternalInstance.g:11624:2: rule__ContainedPropertyAssociation__Group_4__2__Impl rule__ContainedPropertyAssociation__Group_4__3
{
- pushFollow(FOLLOW_2);
+ pushFollow(FOLLOW_43);
rule__ContainedPropertyAssociation__Group_4__2__Impl();
state._fsp--;
+ pushFollow(FOLLOW_2);
+ rule__ContainedPropertyAssociation__Group_4__3();
+
+ state._fsp--;
+
}
@@ -30937,49 +30674,31 @@ public final void rule__ContainedPropertyAssociation__Group_4__2() throws Recogn
// $ANTLR start "rule__ContainedPropertyAssociation__Group_4__2__Impl"
- // InternalInstance.g:11710:1: rule__ContainedPropertyAssociation__Group_4__2__Impl : ( ( rule__ContainedPropertyAssociation__Group_4_2__0 )* ) ;
+ // InternalInstance.g:11631:1: rule__ContainedPropertyAssociation__Group_4__2__Impl : ( ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_2 ) ) ;
public final void rule__ContainedPropertyAssociation__Group_4__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11714:1: ( ( ( rule__ContainedPropertyAssociation__Group_4_2__0 )* ) )
- // InternalInstance.g:11715:1: ( ( rule__ContainedPropertyAssociation__Group_4_2__0 )* )
+ // InternalInstance.g:11635:1: ( ( ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_2 ) ) )
+ // InternalInstance.g:11636:1: ( ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_2 ) )
{
- // InternalInstance.g:11715:1: ( ( rule__ContainedPropertyAssociation__Group_4_2__0 )* )
- // InternalInstance.g:11716:1: ( rule__ContainedPropertyAssociation__Group_4_2__0 )*
+ // InternalInstance.g:11636:1: ( ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_2 ) )
+ // InternalInstance.g:11637:1: ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_2 )
{
- before(grammarAccess.getContainedPropertyAssociationAccess().getGroup_4_2());
- // InternalInstance.g:11717:1: ( rule__ContainedPropertyAssociation__Group_4_2__0 )*
- loop82:
- do {
- int alt82=2;
- int LA82_0 = input.LA(1);
-
- if ( (LA82_0==57) ) {
- alt82=1;
- }
-
-
- switch (alt82) {
- case 1 :
- // InternalInstance.g:11717:2: rule__ContainedPropertyAssociation__Group_4_2__0
- {
- pushFollow(FOLLOW_17);
- rule__ContainedPropertyAssociation__Group_4_2__0();
-
- state._fsp--;
+ before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_2());
+ // InternalInstance.g:11638:1: ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_2 )
+ // InternalInstance.g:11638:2: rule__ContainedPropertyAssociation__AppliesToAssignment_4_2
+ {
+ pushFollow(FOLLOW_2);
+ rule__ContainedPropertyAssociation__AppliesToAssignment_4_2();
+ state._fsp--;
- }
- break;
- default :
- break loop82;
- }
- } while (true);
+ }
- after(grammarAccess.getContainedPropertyAssociationAccess().getGroup_4_2());
+ after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_2());
}
@@ -31001,23 +30720,18 @@ public final void rule__ContainedPropertyAssociation__Group_4__2__Impl() throws
// $ANTLR end "rule__ContainedPropertyAssociation__Group_4__2__Impl"
- // $ANTLR start "rule__ContainedPropertyAssociation__Group_4_2__0"
- // InternalInstance.g:11733:1: rule__ContainedPropertyAssociation__Group_4_2__0 : rule__ContainedPropertyAssociation__Group_4_2__0__Impl rule__ContainedPropertyAssociation__Group_4_2__1 ;
- public final void rule__ContainedPropertyAssociation__Group_4_2__0() throws RecognitionException {
+ // $ANTLR start "rule__ContainedPropertyAssociation__Group_4__3"
+ // InternalInstance.g:11648:1: rule__ContainedPropertyAssociation__Group_4__3 : rule__ContainedPropertyAssociation__Group_4__3__Impl ;
+ public final void rule__ContainedPropertyAssociation__Group_4__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11737:1: ( rule__ContainedPropertyAssociation__Group_4_2__0__Impl rule__ContainedPropertyAssociation__Group_4_2__1 )
- // InternalInstance.g:11738:2: rule__ContainedPropertyAssociation__Group_4_2__0__Impl rule__ContainedPropertyAssociation__Group_4_2__1
+ // InternalInstance.g:11652:1: ( rule__ContainedPropertyAssociation__Group_4__3__Impl )
+ // InternalInstance.g:11653:2: rule__ContainedPropertyAssociation__Group_4__3__Impl
{
- pushFollow(FOLLOW_3);
- rule__ContainedPropertyAssociation__Group_4_2__0__Impl();
-
- state._fsp--;
-
pushFollow(FOLLOW_2);
- rule__ContainedPropertyAssociation__Group_4_2__1();
+ rule__ContainedPropertyAssociation__Group_4__3__Impl();
state._fsp--;
@@ -31036,25 +30750,53 @@ public final void rule__ContainedPropertyAssociation__Group_4_2__0() throws Reco
}
return ;
}
- // $ANTLR end "rule__ContainedPropertyAssociation__Group_4_2__0"
+ // $ANTLR end "rule__ContainedPropertyAssociation__Group_4__3"
- // $ANTLR start "rule__ContainedPropertyAssociation__Group_4_2__0__Impl"
- // InternalInstance.g:11745:1: rule__ContainedPropertyAssociation__Group_4_2__0__Impl : ( ',' ) ;
- public final void rule__ContainedPropertyAssociation__Group_4_2__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ContainedPropertyAssociation__Group_4__3__Impl"
+ // InternalInstance.g:11659:1: rule__ContainedPropertyAssociation__Group_4__3__Impl : ( ( rule__ContainedPropertyAssociation__Group_4_3__0 )* ) ;
+ public final void rule__ContainedPropertyAssociation__Group_4__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11749:1: ( ( ',' ) )
- // InternalInstance.g:11750:1: ( ',' )
+ // InternalInstance.g:11663:1: ( ( ( rule__ContainedPropertyAssociation__Group_4_3__0 )* ) )
+ // InternalInstance.g:11664:1: ( ( rule__ContainedPropertyAssociation__Group_4_3__0 )* )
{
- // InternalInstance.g:11750:1: ( ',' )
- // InternalInstance.g:11751:1: ','
+ // InternalInstance.g:11664:1: ( ( rule__ContainedPropertyAssociation__Group_4_3__0 )* )
+ // InternalInstance.g:11665:1: ( rule__ContainedPropertyAssociation__Group_4_3__0 )*
{
- before(grammarAccess.getContainedPropertyAssociationAccess().getCommaKeyword_4_2_0());
- match(input,57,FOLLOW_2);
- after(grammarAccess.getContainedPropertyAssociationAccess().getCommaKeyword_4_2_0());
+ before(grammarAccess.getContainedPropertyAssociationAccess().getGroup_4_3());
+ // InternalInstance.g:11666:1: ( rule__ContainedPropertyAssociation__Group_4_3__0 )*
+ loop82:
+ do {
+ int alt82=2;
+ int LA82_0 = input.LA(1);
+
+ if ( (LA82_0==57) ) {
+ alt82=1;
+ }
+
+
+ switch (alt82) {
+ case 1 :
+ // InternalInstance.g:11666:2: rule__ContainedPropertyAssociation__Group_4_3__0
+ {
+ pushFollow(FOLLOW_17);
+ rule__ContainedPropertyAssociation__Group_4_3__0();
+
+ state._fsp--;
+
+
+ }
+ break;
+
+ default :
+ break loop82;
+ }
+ } while (true);
+
+ after(grammarAccess.getContainedPropertyAssociationAccess().getGroup_4_3());
}
@@ -31073,21 +30815,26 @@ public final void rule__ContainedPropertyAssociation__Group_4_2__0__Impl() throw
}
return ;
}
- // $ANTLR end "rule__ContainedPropertyAssociation__Group_4_2__0__Impl"
+ // $ANTLR end "rule__ContainedPropertyAssociation__Group_4__3__Impl"
- // $ANTLR start "rule__ContainedPropertyAssociation__Group_4_2__1"
- // InternalInstance.g:11764:1: rule__ContainedPropertyAssociation__Group_4_2__1 : rule__ContainedPropertyAssociation__Group_4_2__1__Impl ;
- public final void rule__ContainedPropertyAssociation__Group_4_2__1() throws RecognitionException {
+ // $ANTLR start "rule__ContainedPropertyAssociation__Group_4_3__0"
+ // InternalInstance.g:11684:1: rule__ContainedPropertyAssociation__Group_4_3__0 : rule__ContainedPropertyAssociation__Group_4_3__0__Impl rule__ContainedPropertyAssociation__Group_4_3__1 ;
+ public final void rule__ContainedPropertyAssociation__Group_4_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11768:1: ( rule__ContainedPropertyAssociation__Group_4_2__1__Impl )
- // InternalInstance.g:11769:2: rule__ContainedPropertyAssociation__Group_4_2__1__Impl
+ // InternalInstance.g:11688:1: ( rule__ContainedPropertyAssociation__Group_4_3__0__Impl rule__ContainedPropertyAssociation__Group_4_3__1 )
+ // InternalInstance.g:11689:2: rule__ContainedPropertyAssociation__Group_4_3__0__Impl rule__ContainedPropertyAssociation__Group_4_3__1
{
+ pushFollow(FOLLOW_3);
+ rule__ContainedPropertyAssociation__Group_4_3__0__Impl();
+
+ state._fsp--;
+
pushFollow(FOLLOW_2);
- rule__ContainedPropertyAssociation__Group_4_2__1__Impl();
+ rule__ContainedPropertyAssociation__Group_4_3__1();
state._fsp--;
@@ -31106,35 +30853,105 @@ public final void rule__ContainedPropertyAssociation__Group_4_2__1() throws Reco
}
return ;
}
- // $ANTLR end "rule__ContainedPropertyAssociation__Group_4_2__1"
+ // $ANTLR end "rule__ContainedPropertyAssociation__Group_4_3__0"
- // $ANTLR start "rule__ContainedPropertyAssociation__Group_4_2__1__Impl"
- // InternalInstance.g:11775:1: rule__ContainedPropertyAssociation__Group_4_2__1__Impl : ( ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1 ) ) ;
- public final void rule__ContainedPropertyAssociation__Group_4_2__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ContainedPropertyAssociation__Group_4_3__0__Impl"
+ // InternalInstance.g:11696:1: rule__ContainedPropertyAssociation__Group_4_3__0__Impl : ( ',' ) ;
+ public final void rule__ContainedPropertyAssociation__Group_4_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11779:1: ( ( ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1 ) ) )
- // InternalInstance.g:11780:1: ( ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1 ) )
+ // InternalInstance.g:11700:1: ( ( ',' ) )
+ // InternalInstance.g:11701:1: ( ',' )
{
- // InternalInstance.g:11780:1: ( ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1 ) )
- // InternalInstance.g:11781:1: ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1 )
+ // InternalInstance.g:11701:1: ( ',' )
+ // InternalInstance.g:11702:1: ','
{
- before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_2_1());
- // InternalInstance.g:11782:1: ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1 )
- // InternalInstance.g:11782:2: rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1
+ before(grammarAccess.getContainedPropertyAssociationAccess().getCommaKeyword_4_3_0());
+ match(input,57,FOLLOW_2);
+ after(grammarAccess.getContainedPropertyAssociationAccess().getCommaKeyword_4_3_0());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ContainedPropertyAssociation__Group_4_3__0__Impl"
+
+
+ // $ANTLR start "rule__ContainedPropertyAssociation__Group_4_3__1"
+ // InternalInstance.g:11715:1: rule__ContainedPropertyAssociation__Group_4_3__1 : rule__ContainedPropertyAssociation__Group_4_3__1__Impl ;
+ public final void rule__ContainedPropertyAssociation__Group_4_3__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalInstance.g:11719:1: ( rule__ContainedPropertyAssociation__Group_4_3__1__Impl )
+ // InternalInstance.g:11720:2: rule__ContainedPropertyAssociation__Group_4_3__1__Impl
{
pushFollow(FOLLOW_2);
- rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1();
+ rule__ContainedPropertyAssociation__Group_4_3__1__Impl();
state._fsp--;
}
- after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_2_1());
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ContainedPropertyAssociation__Group_4_3__1"
+
+
+ // $ANTLR start "rule__ContainedPropertyAssociation__Group_4_3__1__Impl"
+ // InternalInstance.g:11726:1: rule__ContainedPropertyAssociation__Group_4_3__1__Impl : ( ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1 ) ) ;
+ public final void rule__ContainedPropertyAssociation__Group_4_3__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalInstance.g:11730:1: ( ( ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1 ) ) )
+ // InternalInstance.g:11731:1: ( ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1 ) )
+ {
+ // InternalInstance.g:11731:1: ( ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1 ) )
+ // InternalInstance.g:11732:1: ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1 )
+ {
+ before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_3_1());
+ // InternalInstance.g:11733:1: ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1 )
+ // InternalInstance.g:11733:2: rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1
+ {
+ pushFollow(FOLLOW_2);
+ rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_3_1());
}
@@ -31153,20 +30970,20 @@ public final void rule__ContainedPropertyAssociation__Group_4_2__1__Impl() throw
}
return ;
}
- // $ANTLR end "rule__ContainedPropertyAssociation__Group_4_2__1__Impl"
+ // $ANTLR end "rule__ContainedPropertyAssociation__Group_4_3__1__Impl"
// $ANTLR start "rule__ContainedPropertyAssociation__Group_5__0"
- // InternalInstance.g:11796:1: rule__ContainedPropertyAssociation__Group_5__0 : rule__ContainedPropertyAssociation__Group_5__0__Impl rule__ContainedPropertyAssociation__Group_5__1 ;
+ // InternalInstance.g:11747:1: rule__ContainedPropertyAssociation__Group_5__0 : rule__ContainedPropertyAssociation__Group_5__0__Impl rule__ContainedPropertyAssociation__Group_5__1 ;
public final void rule__ContainedPropertyAssociation__Group_5__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11800:1: ( rule__ContainedPropertyAssociation__Group_5__0__Impl rule__ContainedPropertyAssociation__Group_5__1 )
- // InternalInstance.g:11801:2: rule__ContainedPropertyAssociation__Group_5__0__Impl rule__ContainedPropertyAssociation__Group_5__1
+ // InternalInstance.g:11751:1: ( rule__ContainedPropertyAssociation__Group_5__0__Impl rule__ContainedPropertyAssociation__Group_5__1 )
+ // InternalInstance.g:11752:2: rule__ContainedPropertyAssociation__Group_5__0__Impl rule__ContainedPropertyAssociation__Group_5__1
{
- pushFollow(FOLLOW_15);
+ pushFollow(FOLLOW_67);
rule__ContainedPropertyAssociation__Group_5__0__Impl();
state._fsp--;
@@ -31195,25 +31012,21 @@ public final void rule__ContainedPropertyAssociation__Group_5__0() throws Recogn
// $ANTLR start "rule__ContainedPropertyAssociation__Group_5__0__Impl"
- // InternalInstance.g:11808:1: rule__ContainedPropertyAssociation__Group_5__0__Impl : ( ruleInBindingKeywords ) ;
+ // InternalInstance.g:11759:1: rule__ContainedPropertyAssociation__Group_5__0__Impl : ( 'in' ) ;
public final void rule__ContainedPropertyAssociation__Group_5__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11812:1: ( ( ruleInBindingKeywords ) )
- // InternalInstance.g:11813:1: ( ruleInBindingKeywords )
+ // InternalInstance.g:11763:1: ( ( 'in' ) )
+ // InternalInstance.g:11764:1: ( 'in' )
{
- // InternalInstance.g:11813:1: ( ruleInBindingKeywords )
- // InternalInstance.g:11814:1: ruleInBindingKeywords
+ // InternalInstance.g:11764:1: ( 'in' )
+ // InternalInstance.g:11765:1: 'in'
{
- before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingKeywordsParserRuleCall_5_0());
- pushFollow(FOLLOW_2);
- ruleInBindingKeywords();
-
- state._fsp--;
-
- after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingKeywordsParserRuleCall_5_0());
+ before(grammarAccess.getContainedPropertyAssociationAccess().getInKeyword_5_0());
+ match(input,17,FOLLOW_2);
+ after(grammarAccess.getContainedPropertyAssociationAccess().getInKeyword_5_0());
}
@@ -31236,16 +31049,16 @@ public final void rule__ContainedPropertyAssociation__Group_5__0__Impl() throws
// $ANTLR start "rule__ContainedPropertyAssociation__Group_5__1"
- // InternalInstance.g:11825:1: rule__ContainedPropertyAssociation__Group_5__1 : rule__ContainedPropertyAssociation__Group_5__1__Impl rule__ContainedPropertyAssociation__Group_5__2 ;
+ // InternalInstance.g:11778:1: rule__ContainedPropertyAssociation__Group_5__1 : rule__ContainedPropertyAssociation__Group_5__1__Impl rule__ContainedPropertyAssociation__Group_5__2 ;
public final void rule__ContainedPropertyAssociation__Group_5__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11829:1: ( rule__ContainedPropertyAssociation__Group_5__1__Impl rule__ContainedPropertyAssociation__Group_5__2 )
- // InternalInstance.g:11830:2: rule__ContainedPropertyAssociation__Group_5__1__Impl rule__ContainedPropertyAssociation__Group_5__2
+ // InternalInstance.g:11782:1: ( rule__ContainedPropertyAssociation__Group_5__1__Impl rule__ContainedPropertyAssociation__Group_5__2 )
+ // InternalInstance.g:11783:2: rule__ContainedPropertyAssociation__Group_5__1__Impl rule__ContainedPropertyAssociation__Group_5__2
{
- pushFollow(FOLLOW_3);
+ pushFollow(FOLLOW_15);
rule__ContainedPropertyAssociation__Group_5__1__Impl();
state._fsp--;
@@ -31274,21 +31087,21 @@ public final void rule__ContainedPropertyAssociation__Group_5__1() throws Recogn
// $ANTLR start "rule__ContainedPropertyAssociation__Group_5__1__Impl"
- // InternalInstance.g:11837:1: rule__ContainedPropertyAssociation__Group_5__1__Impl : ( '(' ) ;
+ // InternalInstance.g:11790:1: rule__ContainedPropertyAssociation__Group_5__1__Impl : ( 'binding' ) ;
public final void rule__ContainedPropertyAssociation__Group_5__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11841:1: ( ( '(' ) )
- // InternalInstance.g:11842:1: ( '(' )
+ // InternalInstance.g:11794:1: ( ( 'binding' ) )
+ // InternalInstance.g:11795:1: ( 'binding' )
{
- // InternalInstance.g:11842:1: ( '(' )
- // InternalInstance.g:11843:1: '('
+ // InternalInstance.g:11795:1: ( 'binding' )
+ // InternalInstance.g:11796:1: 'binding'
{
- before(grammarAccess.getContainedPropertyAssociationAccess().getLeftParenthesisKeyword_5_1());
- match(input,55,FOLLOW_2);
- after(grammarAccess.getContainedPropertyAssociationAccess().getLeftParenthesisKeyword_5_1());
+ before(grammarAccess.getContainedPropertyAssociationAccess().getBindingKeyword_5_1());
+ match(input,79,FOLLOW_2);
+ after(grammarAccess.getContainedPropertyAssociationAccess().getBindingKeyword_5_1());
}
@@ -31311,16 +31124,16 @@ public final void rule__ContainedPropertyAssociation__Group_5__1__Impl() throws
// $ANTLR start "rule__ContainedPropertyAssociation__Group_5__2"
- // InternalInstance.g:11856:1: rule__ContainedPropertyAssociation__Group_5__2 : rule__ContainedPropertyAssociation__Group_5__2__Impl rule__ContainedPropertyAssociation__Group_5__3 ;
+ // InternalInstance.g:11809:1: rule__ContainedPropertyAssociation__Group_5__2 : rule__ContainedPropertyAssociation__Group_5__2__Impl rule__ContainedPropertyAssociation__Group_5__3 ;
public final void rule__ContainedPropertyAssociation__Group_5__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11860:1: ( rule__ContainedPropertyAssociation__Group_5__2__Impl rule__ContainedPropertyAssociation__Group_5__3 )
- // InternalInstance.g:11861:2: rule__ContainedPropertyAssociation__Group_5__2__Impl rule__ContainedPropertyAssociation__Group_5__3
+ // InternalInstance.g:11813:1: ( rule__ContainedPropertyAssociation__Group_5__2__Impl rule__ContainedPropertyAssociation__Group_5__3 )
+ // InternalInstance.g:11814:2: rule__ContainedPropertyAssociation__Group_5__2__Impl rule__ContainedPropertyAssociation__Group_5__3
{
- pushFollow(FOLLOW_44);
+ pushFollow(FOLLOW_3);
rule__ContainedPropertyAssociation__Group_5__2__Impl();
state._fsp--;
@@ -31349,31 +31162,106 @@ public final void rule__ContainedPropertyAssociation__Group_5__2() throws Recogn
// $ANTLR start "rule__ContainedPropertyAssociation__Group_5__2__Impl"
- // InternalInstance.g:11868:1: rule__ContainedPropertyAssociation__Group_5__2__Impl : ( ( rule__ContainedPropertyAssociation__InBindingAssignment_5_2 ) ) ;
+ // InternalInstance.g:11821:1: rule__ContainedPropertyAssociation__Group_5__2__Impl : ( '(' ) ;
public final void rule__ContainedPropertyAssociation__Group_5__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11872:1: ( ( ( rule__ContainedPropertyAssociation__InBindingAssignment_5_2 ) ) )
- // InternalInstance.g:11873:1: ( ( rule__ContainedPropertyAssociation__InBindingAssignment_5_2 ) )
+ // InternalInstance.g:11825:1: ( ( '(' ) )
+ // InternalInstance.g:11826:1: ( '(' )
+ {
+ // InternalInstance.g:11826:1: ( '(' )
+ // InternalInstance.g:11827:1: '('
+ {
+ before(grammarAccess.getContainedPropertyAssociationAccess().getLeftParenthesisKeyword_5_2());
+ match(input,55,FOLLOW_2);
+ after(grammarAccess.getContainedPropertyAssociationAccess().getLeftParenthesisKeyword_5_2());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ContainedPropertyAssociation__Group_5__2__Impl"
+
+
+ // $ANTLR start "rule__ContainedPropertyAssociation__Group_5__3"
+ // InternalInstance.g:11840:1: rule__ContainedPropertyAssociation__Group_5__3 : rule__ContainedPropertyAssociation__Group_5__3__Impl rule__ContainedPropertyAssociation__Group_5__4 ;
+ public final void rule__ContainedPropertyAssociation__Group_5__3() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalInstance.g:11844:1: ( rule__ContainedPropertyAssociation__Group_5__3__Impl rule__ContainedPropertyAssociation__Group_5__4 )
+ // InternalInstance.g:11845:2: rule__ContainedPropertyAssociation__Group_5__3__Impl rule__ContainedPropertyAssociation__Group_5__4
+ {
+ pushFollow(FOLLOW_44);
+ rule__ContainedPropertyAssociation__Group_5__3__Impl();
+
+ state._fsp--;
+
+ pushFollow(FOLLOW_2);
+ rule__ContainedPropertyAssociation__Group_5__4();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ContainedPropertyAssociation__Group_5__3"
+
+
+ // $ANTLR start "rule__ContainedPropertyAssociation__Group_5__3__Impl"
+ // InternalInstance.g:11852:1: rule__ContainedPropertyAssociation__Group_5__3__Impl : ( ( rule__ContainedPropertyAssociation__InBindingAssignment_5_3 ) ) ;
+ public final void rule__ContainedPropertyAssociation__Group_5__3__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalInstance.g:11856:1: ( ( ( rule__ContainedPropertyAssociation__InBindingAssignment_5_3 ) ) )
+ // InternalInstance.g:11857:1: ( ( rule__ContainedPropertyAssociation__InBindingAssignment_5_3 ) )
{
- // InternalInstance.g:11873:1: ( ( rule__ContainedPropertyAssociation__InBindingAssignment_5_2 ) )
- // InternalInstance.g:11874:1: ( rule__ContainedPropertyAssociation__InBindingAssignment_5_2 )
+ // InternalInstance.g:11857:1: ( ( rule__ContainedPropertyAssociation__InBindingAssignment_5_3 ) )
+ // InternalInstance.g:11858:1: ( rule__ContainedPropertyAssociation__InBindingAssignment_5_3 )
{
- before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingAssignment_5_2());
- // InternalInstance.g:11875:1: ( rule__ContainedPropertyAssociation__InBindingAssignment_5_2 )
- // InternalInstance.g:11875:2: rule__ContainedPropertyAssociation__InBindingAssignment_5_2
+ before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingAssignment_5_3());
+ // InternalInstance.g:11859:1: ( rule__ContainedPropertyAssociation__InBindingAssignment_5_3 )
+ // InternalInstance.g:11859:2: rule__ContainedPropertyAssociation__InBindingAssignment_5_3
{
pushFollow(FOLLOW_2);
- rule__ContainedPropertyAssociation__InBindingAssignment_5_2();
+ rule__ContainedPropertyAssociation__InBindingAssignment_5_3();
state._fsp--;
}
- after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingAssignment_5_2());
+ after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingAssignment_5_3());
}
@@ -31392,21 +31280,21 @@ public final void rule__ContainedPropertyAssociation__Group_5__2__Impl() throws
}
return ;
}
- // $ANTLR end "rule__ContainedPropertyAssociation__Group_5__2__Impl"
+ // $ANTLR end "rule__ContainedPropertyAssociation__Group_5__3__Impl"
- // $ANTLR start "rule__ContainedPropertyAssociation__Group_5__3"
- // InternalInstance.g:11885:1: rule__ContainedPropertyAssociation__Group_5__3 : rule__ContainedPropertyAssociation__Group_5__3__Impl ;
- public final void rule__ContainedPropertyAssociation__Group_5__3() throws RecognitionException {
+ // $ANTLR start "rule__ContainedPropertyAssociation__Group_5__4"
+ // InternalInstance.g:11869:1: rule__ContainedPropertyAssociation__Group_5__4 : rule__ContainedPropertyAssociation__Group_5__4__Impl ;
+ public final void rule__ContainedPropertyAssociation__Group_5__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11889:1: ( rule__ContainedPropertyAssociation__Group_5__3__Impl )
- // InternalInstance.g:11890:2: rule__ContainedPropertyAssociation__Group_5__3__Impl
+ // InternalInstance.g:11873:1: ( rule__ContainedPropertyAssociation__Group_5__4__Impl )
+ // InternalInstance.g:11874:2: rule__ContainedPropertyAssociation__Group_5__4__Impl
{
pushFollow(FOLLOW_2);
- rule__ContainedPropertyAssociation__Group_5__3__Impl();
+ rule__ContainedPropertyAssociation__Group_5__4__Impl();
state._fsp--;
@@ -31425,25 +31313,25 @@ public final void rule__ContainedPropertyAssociation__Group_5__3() throws Recogn
}
return ;
}
- // $ANTLR end "rule__ContainedPropertyAssociation__Group_5__3"
+ // $ANTLR end "rule__ContainedPropertyAssociation__Group_5__4"
- // $ANTLR start "rule__ContainedPropertyAssociation__Group_5__3__Impl"
- // InternalInstance.g:11896:1: rule__ContainedPropertyAssociation__Group_5__3__Impl : ( ')' ) ;
- public final void rule__ContainedPropertyAssociation__Group_5__3__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ContainedPropertyAssociation__Group_5__4__Impl"
+ // InternalInstance.g:11880:1: rule__ContainedPropertyAssociation__Group_5__4__Impl : ( ')' ) ;
+ public final void rule__ContainedPropertyAssociation__Group_5__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11900:1: ( ( ')' ) )
- // InternalInstance.g:11901:1: ( ')' )
+ // InternalInstance.g:11884:1: ( ( ')' ) )
+ // InternalInstance.g:11885:1: ( ')' )
{
- // InternalInstance.g:11901:1: ( ')' )
- // InternalInstance.g:11902:1: ')'
+ // InternalInstance.g:11885:1: ( ')' )
+ // InternalInstance.g:11886:1: ')'
{
- before(grammarAccess.getContainedPropertyAssociationAccess().getRightParenthesisKeyword_5_3());
+ before(grammarAccess.getContainedPropertyAssociationAccess().getRightParenthesisKeyword_5_4());
match(input,56,FOLLOW_2);
- after(grammarAccess.getContainedPropertyAssociationAccess().getRightParenthesisKeyword_5_3());
+ after(grammarAccess.getContainedPropertyAssociationAccess().getRightParenthesisKeyword_5_4());
}
@@ -31462,20 +31350,20 @@ public final void rule__ContainedPropertyAssociation__Group_5__3__Impl() throws
}
return ;
}
- // $ANTLR end "rule__ContainedPropertyAssociation__Group_5__3__Impl"
+ // $ANTLR end "rule__ContainedPropertyAssociation__Group_5__4__Impl"
// $ANTLR start "rule__BooleanLiteral__Group__0"
- // InternalInstance.g:11930:1: rule__BooleanLiteral__Group__0 : rule__BooleanLiteral__Group__0__Impl rule__BooleanLiteral__Group__1 ;
+ // InternalInstance.g:11916:1: rule__BooleanLiteral__Group__0 : rule__BooleanLiteral__Group__0__Impl rule__BooleanLiteral__Group__1 ;
public final void rule__BooleanLiteral__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11934:1: ( rule__BooleanLiteral__Group__0__Impl rule__BooleanLiteral__Group__1 )
- // InternalInstance.g:11935:2: rule__BooleanLiteral__Group__0__Impl rule__BooleanLiteral__Group__1
+ // InternalInstance.g:11920:1: ( rule__BooleanLiteral__Group__0__Impl rule__BooleanLiteral__Group__1 )
+ // InternalInstance.g:11921:2: rule__BooleanLiteral__Group__0__Impl rule__BooleanLiteral__Group__1
{
- pushFollow(FOLLOW_67);
+ pushFollow(FOLLOW_68);
rule__BooleanLiteral__Group__0__Impl();
state._fsp--;
@@ -31504,21 +31392,21 @@ public final void rule__BooleanLiteral__Group__0() throws RecognitionException {
// $ANTLR start "rule__BooleanLiteral__Group__0__Impl"
- // InternalInstance.g:11942:1: rule__BooleanLiteral__Group__0__Impl : ( () ) ;
+ // InternalInstance.g:11928:1: rule__BooleanLiteral__Group__0__Impl : ( () ) ;
public final void rule__BooleanLiteral__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11946:1: ( ( () ) )
- // InternalInstance.g:11947:1: ( () )
+ // InternalInstance.g:11932:1: ( ( () ) )
+ // InternalInstance.g:11933:1: ( () )
{
- // InternalInstance.g:11947:1: ( () )
- // InternalInstance.g:11948:1: ()
+ // InternalInstance.g:11933:1: ( () )
+ // InternalInstance.g:11934:1: ()
{
before(grammarAccess.getBooleanLiteralAccess().getBooleanLiteralAction_0());
- // InternalInstance.g:11949:1: ()
- // InternalInstance.g:11951:1:
+ // InternalInstance.g:11935:1: ()
+ // InternalInstance.g:11937:1:
{
}
@@ -31541,14 +31429,14 @@ public final void rule__BooleanLiteral__Group__0__Impl() throws RecognitionExcep
// $ANTLR start "rule__BooleanLiteral__Group__1"
- // InternalInstance.g:11961:1: rule__BooleanLiteral__Group__1 : rule__BooleanLiteral__Group__1__Impl ;
+ // InternalInstance.g:11947:1: rule__BooleanLiteral__Group__1 : rule__BooleanLiteral__Group__1__Impl ;
public final void rule__BooleanLiteral__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11965:1: ( rule__BooleanLiteral__Group__1__Impl )
- // InternalInstance.g:11966:2: rule__BooleanLiteral__Group__1__Impl
+ // InternalInstance.g:11951:1: ( rule__BooleanLiteral__Group__1__Impl )
+ // InternalInstance.g:11952:2: rule__BooleanLiteral__Group__1__Impl
{
pushFollow(FOLLOW_2);
rule__BooleanLiteral__Group__1__Impl();
@@ -31574,21 +31462,21 @@ public final void rule__BooleanLiteral__Group__1() throws RecognitionException {
// $ANTLR start "rule__BooleanLiteral__Group__1__Impl"
- // InternalInstance.g:11972:1: rule__BooleanLiteral__Group__1__Impl : ( ( rule__BooleanLiteral__Alternatives_1 ) ) ;
+ // InternalInstance.g:11958:1: rule__BooleanLiteral__Group__1__Impl : ( ( rule__BooleanLiteral__Alternatives_1 ) ) ;
public final void rule__BooleanLiteral__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11976:1: ( ( ( rule__BooleanLiteral__Alternatives_1 ) ) )
- // InternalInstance.g:11977:1: ( ( rule__BooleanLiteral__Alternatives_1 ) )
+ // InternalInstance.g:11962:1: ( ( ( rule__BooleanLiteral__Alternatives_1 ) ) )
+ // InternalInstance.g:11963:1: ( ( rule__BooleanLiteral__Alternatives_1 ) )
{
- // InternalInstance.g:11977:1: ( ( rule__BooleanLiteral__Alternatives_1 ) )
- // InternalInstance.g:11978:1: ( rule__BooleanLiteral__Alternatives_1 )
+ // InternalInstance.g:11963:1: ( ( rule__BooleanLiteral__Alternatives_1 ) )
+ // InternalInstance.g:11964:1: ( rule__BooleanLiteral__Alternatives_1 )
{
before(grammarAccess.getBooleanLiteralAccess().getAlternatives_1());
- // InternalInstance.g:11979:1: ( rule__BooleanLiteral__Alternatives_1 )
- // InternalInstance.g:11979:2: rule__BooleanLiteral__Alternatives_1
+ // InternalInstance.g:11965:1: ( rule__BooleanLiteral__Alternatives_1 )
+ // InternalInstance.g:11965:2: rule__BooleanLiteral__Alternatives_1
{
pushFollow(FOLLOW_2);
rule__BooleanLiteral__Alternatives_1();
@@ -31621,14 +31509,14 @@ public final void rule__BooleanLiteral__Group__1__Impl() throws RecognitionExcep
// $ANTLR start "rule__ReferenceTerm__Group__0"
- // InternalInstance.g:11993:1: rule__ReferenceTerm__Group__0 : rule__ReferenceTerm__Group__0__Impl rule__ReferenceTerm__Group__1 ;
+ // InternalInstance.g:11979:1: rule__ReferenceTerm__Group__0 : rule__ReferenceTerm__Group__0__Impl rule__ReferenceTerm__Group__1 ;
public final void rule__ReferenceTerm__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:11997:1: ( rule__ReferenceTerm__Group__0__Impl rule__ReferenceTerm__Group__1 )
- // InternalInstance.g:11998:2: rule__ReferenceTerm__Group__0__Impl rule__ReferenceTerm__Group__1
+ // InternalInstance.g:11983:1: ( rule__ReferenceTerm__Group__0__Impl rule__ReferenceTerm__Group__1 )
+ // InternalInstance.g:11984:2: rule__ReferenceTerm__Group__0__Impl rule__ReferenceTerm__Group__1
{
pushFollow(FOLLOW_15);
rule__ReferenceTerm__Group__0__Impl();
@@ -31659,17 +31547,17 @@ public final void rule__ReferenceTerm__Group__0() throws RecognitionException {
// $ANTLR start "rule__ReferenceTerm__Group__0__Impl"
- // InternalInstance.g:12005:1: rule__ReferenceTerm__Group__0__Impl : ( 'reference' ) ;
+ // InternalInstance.g:11991:1: rule__ReferenceTerm__Group__0__Impl : ( 'reference' ) ;
public final void rule__ReferenceTerm__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12009:1: ( ( 'reference' ) )
- // InternalInstance.g:12010:1: ( 'reference' )
+ // InternalInstance.g:11995:1: ( ( 'reference' ) )
+ // InternalInstance.g:11996:1: ( 'reference' )
{
- // InternalInstance.g:12010:1: ( 'reference' )
- // InternalInstance.g:12011:1: 'reference'
+ // InternalInstance.g:11996:1: ( 'reference' )
+ // InternalInstance.g:11997:1: 'reference'
{
before(grammarAccess.getReferenceTermAccess().getReferenceKeyword_0());
match(input,69,FOLLOW_2);
@@ -31696,14 +31584,14 @@ public final void rule__ReferenceTerm__Group__0__Impl() throws RecognitionExcept
// $ANTLR start "rule__ReferenceTerm__Group__1"
- // InternalInstance.g:12024:1: rule__ReferenceTerm__Group__1 : rule__ReferenceTerm__Group__1__Impl rule__ReferenceTerm__Group__2 ;
+ // InternalInstance.g:12010:1: rule__ReferenceTerm__Group__1 : rule__ReferenceTerm__Group__1__Impl rule__ReferenceTerm__Group__2 ;
public final void rule__ReferenceTerm__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12028:1: ( rule__ReferenceTerm__Group__1__Impl rule__ReferenceTerm__Group__2 )
- // InternalInstance.g:12029:2: rule__ReferenceTerm__Group__1__Impl rule__ReferenceTerm__Group__2
+ // InternalInstance.g:12014:1: ( rule__ReferenceTerm__Group__1__Impl rule__ReferenceTerm__Group__2 )
+ // InternalInstance.g:12015:2: rule__ReferenceTerm__Group__1__Impl rule__ReferenceTerm__Group__2
{
pushFollow(FOLLOW_3);
rule__ReferenceTerm__Group__1__Impl();
@@ -31734,17 +31622,17 @@ public final void rule__ReferenceTerm__Group__1() throws RecognitionException {
// $ANTLR start "rule__ReferenceTerm__Group__1__Impl"
- // InternalInstance.g:12036:1: rule__ReferenceTerm__Group__1__Impl : ( '(' ) ;
+ // InternalInstance.g:12022:1: rule__ReferenceTerm__Group__1__Impl : ( '(' ) ;
public final void rule__ReferenceTerm__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12040:1: ( ( '(' ) )
- // InternalInstance.g:12041:1: ( '(' )
+ // InternalInstance.g:12026:1: ( ( '(' ) )
+ // InternalInstance.g:12027:1: ( '(' )
{
- // InternalInstance.g:12041:1: ( '(' )
- // InternalInstance.g:12042:1: '('
+ // InternalInstance.g:12027:1: ( '(' )
+ // InternalInstance.g:12028:1: '('
{
before(grammarAccess.getReferenceTermAccess().getLeftParenthesisKeyword_1());
match(input,55,FOLLOW_2);
@@ -31771,14 +31659,14 @@ public final void rule__ReferenceTerm__Group__1__Impl() throws RecognitionExcept
// $ANTLR start "rule__ReferenceTerm__Group__2"
- // InternalInstance.g:12055:1: rule__ReferenceTerm__Group__2 : rule__ReferenceTerm__Group__2__Impl rule__ReferenceTerm__Group__3 ;
+ // InternalInstance.g:12041:1: rule__ReferenceTerm__Group__2 : rule__ReferenceTerm__Group__2__Impl rule__ReferenceTerm__Group__3 ;
public final void rule__ReferenceTerm__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12059:1: ( rule__ReferenceTerm__Group__2__Impl rule__ReferenceTerm__Group__3 )
- // InternalInstance.g:12060:2: rule__ReferenceTerm__Group__2__Impl rule__ReferenceTerm__Group__3
+ // InternalInstance.g:12045:1: ( rule__ReferenceTerm__Group__2__Impl rule__ReferenceTerm__Group__3 )
+ // InternalInstance.g:12046:2: rule__ReferenceTerm__Group__2__Impl rule__ReferenceTerm__Group__3
{
pushFollow(FOLLOW_44);
rule__ReferenceTerm__Group__2__Impl();
@@ -31809,21 +31697,21 @@ public final void rule__ReferenceTerm__Group__2() throws RecognitionException {
// $ANTLR start "rule__ReferenceTerm__Group__2__Impl"
- // InternalInstance.g:12067:1: rule__ReferenceTerm__Group__2__Impl : ( ( rule__ReferenceTerm__PathAssignment_2 ) ) ;
+ // InternalInstance.g:12053:1: rule__ReferenceTerm__Group__2__Impl : ( ( rule__ReferenceTerm__PathAssignment_2 ) ) ;
public final void rule__ReferenceTerm__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12071:1: ( ( ( rule__ReferenceTerm__PathAssignment_2 ) ) )
- // InternalInstance.g:12072:1: ( ( rule__ReferenceTerm__PathAssignment_2 ) )
+ // InternalInstance.g:12057:1: ( ( ( rule__ReferenceTerm__PathAssignment_2 ) ) )
+ // InternalInstance.g:12058:1: ( ( rule__ReferenceTerm__PathAssignment_2 ) )
{
- // InternalInstance.g:12072:1: ( ( rule__ReferenceTerm__PathAssignment_2 ) )
- // InternalInstance.g:12073:1: ( rule__ReferenceTerm__PathAssignment_2 )
+ // InternalInstance.g:12058:1: ( ( rule__ReferenceTerm__PathAssignment_2 ) )
+ // InternalInstance.g:12059:1: ( rule__ReferenceTerm__PathAssignment_2 )
{
before(grammarAccess.getReferenceTermAccess().getPathAssignment_2());
- // InternalInstance.g:12074:1: ( rule__ReferenceTerm__PathAssignment_2 )
- // InternalInstance.g:12074:2: rule__ReferenceTerm__PathAssignment_2
+ // InternalInstance.g:12060:1: ( rule__ReferenceTerm__PathAssignment_2 )
+ // InternalInstance.g:12060:2: rule__ReferenceTerm__PathAssignment_2
{
pushFollow(FOLLOW_2);
rule__ReferenceTerm__PathAssignment_2();
@@ -31856,14 +31744,14 @@ public final void rule__ReferenceTerm__Group__2__Impl() throws RecognitionExcept
// $ANTLR start "rule__ReferenceTerm__Group__3"
- // InternalInstance.g:12084:1: rule__ReferenceTerm__Group__3 : rule__ReferenceTerm__Group__3__Impl ;
+ // InternalInstance.g:12070:1: rule__ReferenceTerm__Group__3 : rule__ReferenceTerm__Group__3__Impl ;
public final void rule__ReferenceTerm__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12088:1: ( rule__ReferenceTerm__Group__3__Impl )
- // InternalInstance.g:12089:2: rule__ReferenceTerm__Group__3__Impl
+ // InternalInstance.g:12074:1: ( rule__ReferenceTerm__Group__3__Impl )
+ // InternalInstance.g:12075:2: rule__ReferenceTerm__Group__3__Impl
{
pushFollow(FOLLOW_2);
rule__ReferenceTerm__Group__3__Impl();
@@ -31889,17 +31777,17 @@ public final void rule__ReferenceTerm__Group__3() throws RecognitionException {
// $ANTLR start "rule__ReferenceTerm__Group__3__Impl"
- // InternalInstance.g:12095:1: rule__ReferenceTerm__Group__3__Impl : ( ')' ) ;
+ // InternalInstance.g:12081:1: rule__ReferenceTerm__Group__3__Impl : ( ')' ) ;
public final void rule__ReferenceTerm__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12099:1: ( ( ')' ) )
- // InternalInstance.g:12100:1: ( ')' )
+ // InternalInstance.g:12085:1: ( ( ')' ) )
+ // InternalInstance.g:12086:1: ( ')' )
{
- // InternalInstance.g:12100:1: ( ')' )
- // InternalInstance.g:12101:1: ')'
+ // InternalInstance.g:12086:1: ( ')' )
+ // InternalInstance.g:12087:1: ')'
{
before(grammarAccess.getReferenceTermAccess().getRightParenthesisKeyword_3());
match(input,56,FOLLOW_2);
@@ -31926,14 +31814,14 @@ public final void rule__ReferenceTerm__Group__3__Impl() throws RecognitionExcept
// $ANTLR start "rule__RecordTerm__Group__0"
- // InternalInstance.g:12122:1: rule__RecordTerm__Group__0 : rule__RecordTerm__Group__0__Impl rule__RecordTerm__Group__1 ;
+ // InternalInstance.g:12108:1: rule__RecordTerm__Group__0 : rule__RecordTerm__Group__0__Impl rule__RecordTerm__Group__1 ;
public final void rule__RecordTerm__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12126:1: ( rule__RecordTerm__Group__0__Impl rule__RecordTerm__Group__1 )
- // InternalInstance.g:12127:2: rule__RecordTerm__Group__0__Impl rule__RecordTerm__Group__1
+ // InternalInstance.g:12112:1: ( rule__RecordTerm__Group__0__Impl rule__RecordTerm__Group__1 )
+ // InternalInstance.g:12113:2: rule__RecordTerm__Group__0__Impl rule__RecordTerm__Group__1
{
pushFollow(FOLLOW_3);
rule__RecordTerm__Group__0__Impl();
@@ -31964,17 +31852,17 @@ public final void rule__RecordTerm__Group__0() throws RecognitionException {
// $ANTLR start "rule__RecordTerm__Group__0__Impl"
- // InternalInstance.g:12134:1: rule__RecordTerm__Group__0__Impl : ( '[' ) ;
+ // InternalInstance.g:12120:1: rule__RecordTerm__Group__0__Impl : ( '[' ) ;
public final void rule__RecordTerm__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12138:1: ( ( '[' ) )
- // InternalInstance.g:12139:1: ( '[' )
+ // InternalInstance.g:12124:1: ( ( '[' ) )
+ // InternalInstance.g:12125:1: ( '[' )
{
- // InternalInstance.g:12139:1: ( '[' )
- // InternalInstance.g:12140:1: '['
+ // InternalInstance.g:12125:1: ( '[' )
+ // InternalInstance.g:12126:1: '['
{
before(grammarAccess.getRecordTermAccess().getLeftSquareBracketKeyword_0());
match(input,52,FOLLOW_2);
@@ -32001,14 +31889,14 @@ public final void rule__RecordTerm__Group__0__Impl() throws RecognitionException
// $ANTLR start "rule__RecordTerm__Group__1"
- // InternalInstance.g:12153:1: rule__RecordTerm__Group__1 : rule__RecordTerm__Group__1__Impl rule__RecordTerm__Group__2 ;
+ // InternalInstance.g:12139:1: rule__RecordTerm__Group__1 : rule__RecordTerm__Group__1__Impl rule__RecordTerm__Group__2 ;
public final void rule__RecordTerm__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12157:1: ( rule__RecordTerm__Group__1__Impl rule__RecordTerm__Group__2 )
- // InternalInstance.g:12158:2: rule__RecordTerm__Group__1__Impl rule__RecordTerm__Group__2
+ // InternalInstance.g:12143:1: ( rule__RecordTerm__Group__1__Impl rule__RecordTerm__Group__2 )
+ // InternalInstance.g:12144:2: rule__RecordTerm__Group__1__Impl rule__RecordTerm__Group__2
{
pushFollow(FOLLOW_11);
rule__RecordTerm__Group__1__Impl();
@@ -32039,24 +31927,24 @@ public final void rule__RecordTerm__Group__1() throws RecognitionException {
// $ANTLR start "rule__RecordTerm__Group__1__Impl"
- // InternalInstance.g:12165:1: rule__RecordTerm__Group__1__Impl : ( ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 ) ) ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 )* ) ) ;
+ // InternalInstance.g:12151:1: rule__RecordTerm__Group__1__Impl : ( ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 ) ) ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 )* ) ) ;
public final void rule__RecordTerm__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12169:1: ( ( ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 ) ) ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 )* ) ) )
- // InternalInstance.g:12170:1: ( ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 ) ) ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 )* ) )
+ // InternalInstance.g:12155:1: ( ( ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 ) ) ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 )* ) ) )
+ // InternalInstance.g:12156:1: ( ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 ) ) ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 )* ) )
{
- // InternalInstance.g:12170:1: ( ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 ) ) ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 )* ) )
- // InternalInstance.g:12171:1: ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 ) ) ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 )* )
+ // InternalInstance.g:12156:1: ( ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 ) ) ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 )* ) )
+ // InternalInstance.g:12157:1: ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 ) ) ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 )* )
{
- // InternalInstance.g:12171:1: ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 ) )
- // InternalInstance.g:12172:1: ( rule__RecordTerm__OwnedFieldValueAssignment_1 )
+ // InternalInstance.g:12157:1: ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 ) )
+ // InternalInstance.g:12158:1: ( rule__RecordTerm__OwnedFieldValueAssignment_1 )
{
before(grammarAccess.getRecordTermAccess().getOwnedFieldValueAssignment_1());
- // InternalInstance.g:12173:1: ( rule__RecordTerm__OwnedFieldValueAssignment_1 )
- // InternalInstance.g:12173:2: rule__RecordTerm__OwnedFieldValueAssignment_1
+ // InternalInstance.g:12159:1: ( rule__RecordTerm__OwnedFieldValueAssignment_1 )
+ // InternalInstance.g:12159:2: rule__RecordTerm__OwnedFieldValueAssignment_1
{
pushFollow(FOLLOW_55);
rule__RecordTerm__OwnedFieldValueAssignment_1();
@@ -32070,11 +31958,11 @@ public final void rule__RecordTerm__Group__1__Impl() throws RecognitionException
}
- // InternalInstance.g:12176:1: ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 )* )
- // InternalInstance.g:12177:1: ( rule__RecordTerm__OwnedFieldValueAssignment_1 )*
+ // InternalInstance.g:12162:1: ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 )* )
+ // InternalInstance.g:12163:1: ( rule__RecordTerm__OwnedFieldValueAssignment_1 )*
{
before(grammarAccess.getRecordTermAccess().getOwnedFieldValueAssignment_1());
- // InternalInstance.g:12178:1: ( rule__RecordTerm__OwnedFieldValueAssignment_1 )*
+ // InternalInstance.g:12164:1: ( rule__RecordTerm__OwnedFieldValueAssignment_1 )*
loop83:
do {
int alt83=2;
@@ -32087,7 +31975,7 @@ public final void rule__RecordTerm__Group__1__Impl() throws RecognitionException
switch (alt83) {
case 1 :
- // InternalInstance.g:12178:2: rule__RecordTerm__OwnedFieldValueAssignment_1
+ // InternalInstance.g:12164:2: rule__RecordTerm__OwnedFieldValueAssignment_1
{
pushFollow(FOLLOW_55);
rule__RecordTerm__OwnedFieldValueAssignment_1();
@@ -32129,14 +32017,14 @@ public final void rule__RecordTerm__Group__1__Impl() throws RecognitionException
// $ANTLR start "rule__RecordTerm__Group__2"
- // InternalInstance.g:12189:1: rule__RecordTerm__Group__2 : rule__RecordTerm__Group__2__Impl ;
+ // InternalInstance.g:12175:1: rule__RecordTerm__Group__2 : rule__RecordTerm__Group__2__Impl ;
public final void rule__RecordTerm__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12193:1: ( rule__RecordTerm__Group__2__Impl )
- // InternalInstance.g:12194:2: rule__RecordTerm__Group__2__Impl
+ // InternalInstance.g:12179:1: ( rule__RecordTerm__Group__2__Impl )
+ // InternalInstance.g:12180:2: rule__RecordTerm__Group__2__Impl
{
pushFollow(FOLLOW_2);
rule__RecordTerm__Group__2__Impl();
@@ -32162,17 +32050,17 @@ public final void rule__RecordTerm__Group__2() throws RecognitionException {
// $ANTLR start "rule__RecordTerm__Group__2__Impl"
- // InternalInstance.g:12200:1: rule__RecordTerm__Group__2__Impl : ( ']' ) ;
+ // InternalInstance.g:12186:1: rule__RecordTerm__Group__2__Impl : ( ']' ) ;
public final void rule__RecordTerm__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12204:1: ( ( ']' ) )
- // InternalInstance.g:12205:1: ( ']' )
+ // InternalInstance.g:12190:1: ( ( ']' ) )
+ // InternalInstance.g:12191:1: ( ']' )
{
- // InternalInstance.g:12205:1: ( ']' )
- // InternalInstance.g:12206:1: ']'
+ // InternalInstance.g:12191:1: ( ']' )
+ // InternalInstance.g:12192:1: ']'
{
before(grammarAccess.getRecordTermAccess().getRightSquareBracketKeyword_2());
match(input,53,FOLLOW_2);
@@ -32199,14 +32087,14 @@ public final void rule__RecordTerm__Group__2__Impl() throws RecognitionException
// $ANTLR start "rule__ComputedTerm__Group__0"
- // InternalInstance.g:12226:1: rule__ComputedTerm__Group__0 : rule__ComputedTerm__Group__0__Impl rule__ComputedTerm__Group__1 ;
+ // InternalInstance.g:12212:1: rule__ComputedTerm__Group__0 : rule__ComputedTerm__Group__0__Impl rule__ComputedTerm__Group__1 ;
public final void rule__ComputedTerm__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12230:1: ( rule__ComputedTerm__Group__0__Impl rule__ComputedTerm__Group__1 )
- // InternalInstance.g:12231:2: rule__ComputedTerm__Group__0__Impl rule__ComputedTerm__Group__1
+ // InternalInstance.g:12216:1: ( rule__ComputedTerm__Group__0__Impl rule__ComputedTerm__Group__1 )
+ // InternalInstance.g:12217:2: rule__ComputedTerm__Group__0__Impl rule__ComputedTerm__Group__1
{
pushFollow(FOLLOW_15);
rule__ComputedTerm__Group__0__Impl();
@@ -32237,20 +32125,20 @@ public final void rule__ComputedTerm__Group__0() throws RecognitionException {
// $ANTLR start "rule__ComputedTerm__Group__0__Impl"
- // InternalInstance.g:12238:1: rule__ComputedTerm__Group__0__Impl : ( 'compute' ) ;
+ // InternalInstance.g:12224:1: rule__ComputedTerm__Group__0__Impl : ( 'compute' ) ;
public final void rule__ComputedTerm__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12242:1: ( ( 'compute' ) )
- // InternalInstance.g:12243:1: ( 'compute' )
+ // InternalInstance.g:12228:1: ( ( 'compute' ) )
+ // InternalInstance.g:12229:1: ( 'compute' )
{
- // InternalInstance.g:12243:1: ( 'compute' )
- // InternalInstance.g:12244:1: 'compute'
+ // InternalInstance.g:12229:1: ( 'compute' )
+ // InternalInstance.g:12230:1: 'compute'
{
before(grammarAccess.getComputedTermAccess().getComputeKeyword_0());
- match(input,78,FOLLOW_2);
+ match(input,80,FOLLOW_2);
after(grammarAccess.getComputedTermAccess().getComputeKeyword_0());
}
@@ -32274,14 +32162,14 @@ public final void rule__ComputedTerm__Group__0__Impl() throws RecognitionExcepti
// $ANTLR start "rule__ComputedTerm__Group__1"
- // InternalInstance.g:12257:1: rule__ComputedTerm__Group__1 : rule__ComputedTerm__Group__1__Impl rule__ComputedTerm__Group__2 ;
+ // InternalInstance.g:12243:1: rule__ComputedTerm__Group__1 : rule__ComputedTerm__Group__1__Impl rule__ComputedTerm__Group__2 ;
public final void rule__ComputedTerm__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12261:1: ( rule__ComputedTerm__Group__1__Impl rule__ComputedTerm__Group__2 )
- // InternalInstance.g:12262:2: rule__ComputedTerm__Group__1__Impl rule__ComputedTerm__Group__2
+ // InternalInstance.g:12247:1: ( rule__ComputedTerm__Group__1__Impl rule__ComputedTerm__Group__2 )
+ // InternalInstance.g:12248:2: rule__ComputedTerm__Group__1__Impl rule__ComputedTerm__Group__2
{
pushFollow(FOLLOW_3);
rule__ComputedTerm__Group__1__Impl();
@@ -32312,17 +32200,17 @@ public final void rule__ComputedTerm__Group__1() throws RecognitionException {
// $ANTLR start "rule__ComputedTerm__Group__1__Impl"
- // InternalInstance.g:12269:1: rule__ComputedTerm__Group__1__Impl : ( '(' ) ;
+ // InternalInstance.g:12255:1: rule__ComputedTerm__Group__1__Impl : ( '(' ) ;
public final void rule__ComputedTerm__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12273:1: ( ( '(' ) )
- // InternalInstance.g:12274:1: ( '(' )
+ // InternalInstance.g:12259:1: ( ( '(' ) )
+ // InternalInstance.g:12260:1: ( '(' )
{
- // InternalInstance.g:12274:1: ( '(' )
- // InternalInstance.g:12275:1: '('
+ // InternalInstance.g:12260:1: ( '(' )
+ // InternalInstance.g:12261:1: '('
{
before(grammarAccess.getComputedTermAccess().getLeftParenthesisKeyword_1());
match(input,55,FOLLOW_2);
@@ -32349,14 +32237,14 @@ public final void rule__ComputedTerm__Group__1__Impl() throws RecognitionExcepti
// $ANTLR start "rule__ComputedTerm__Group__2"
- // InternalInstance.g:12288:1: rule__ComputedTerm__Group__2 : rule__ComputedTerm__Group__2__Impl rule__ComputedTerm__Group__3 ;
+ // InternalInstance.g:12274:1: rule__ComputedTerm__Group__2 : rule__ComputedTerm__Group__2__Impl rule__ComputedTerm__Group__3 ;
public final void rule__ComputedTerm__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12292:1: ( rule__ComputedTerm__Group__2__Impl rule__ComputedTerm__Group__3 )
- // InternalInstance.g:12293:2: rule__ComputedTerm__Group__2__Impl rule__ComputedTerm__Group__3
+ // InternalInstance.g:12278:1: ( rule__ComputedTerm__Group__2__Impl rule__ComputedTerm__Group__3 )
+ // InternalInstance.g:12279:2: rule__ComputedTerm__Group__2__Impl rule__ComputedTerm__Group__3
{
pushFollow(FOLLOW_44);
rule__ComputedTerm__Group__2__Impl();
@@ -32387,21 +32275,21 @@ public final void rule__ComputedTerm__Group__2() throws RecognitionException {
// $ANTLR start "rule__ComputedTerm__Group__2__Impl"
- // InternalInstance.g:12300:1: rule__ComputedTerm__Group__2__Impl : ( ( rule__ComputedTerm__FunctionAssignment_2 ) ) ;
+ // InternalInstance.g:12286:1: rule__ComputedTerm__Group__2__Impl : ( ( rule__ComputedTerm__FunctionAssignment_2 ) ) ;
public final void rule__ComputedTerm__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12304:1: ( ( ( rule__ComputedTerm__FunctionAssignment_2 ) ) )
- // InternalInstance.g:12305:1: ( ( rule__ComputedTerm__FunctionAssignment_2 ) )
+ // InternalInstance.g:12290:1: ( ( ( rule__ComputedTerm__FunctionAssignment_2 ) ) )
+ // InternalInstance.g:12291:1: ( ( rule__ComputedTerm__FunctionAssignment_2 ) )
{
- // InternalInstance.g:12305:1: ( ( rule__ComputedTerm__FunctionAssignment_2 ) )
- // InternalInstance.g:12306:1: ( rule__ComputedTerm__FunctionAssignment_2 )
+ // InternalInstance.g:12291:1: ( ( rule__ComputedTerm__FunctionAssignment_2 ) )
+ // InternalInstance.g:12292:1: ( rule__ComputedTerm__FunctionAssignment_2 )
{
before(grammarAccess.getComputedTermAccess().getFunctionAssignment_2());
- // InternalInstance.g:12307:1: ( rule__ComputedTerm__FunctionAssignment_2 )
- // InternalInstance.g:12307:2: rule__ComputedTerm__FunctionAssignment_2
+ // InternalInstance.g:12293:1: ( rule__ComputedTerm__FunctionAssignment_2 )
+ // InternalInstance.g:12293:2: rule__ComputedTerm__FunctionAssignment_2
{
pushFollow(FOLLOW_2);
rule__ComputedTerm__FunctionAssignment_2();
@@ -32434,14 +32322,14 @@ public final void rule__ComputedTerm__Group__2__Impl() throws RecognitionExcepti
// $ANTLR start "rule__ComputedTerm__Group__3"
- // InternalInstance.g:12317:1: rule__ComputedTerm__Group__3 : rule__ComputedTerm__Group__3__Impl ;
+ // InternalInstance.g:12303:1: rule__ComputedTerm__Group__3 : rule__ComputedTerm__Group__3__Impl ;
public final void rule__ComputedTerm__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12321:1: ( rule__ComputedTerm__Group__3__Impl )
- // InternalInstance.g:12322:2: rule__ComputedTerm__Group__3__Impl
+ // InternalInstance.g:12307:1: ( rule__ComputedTerm__Group__3__Impl )
+ // InternalInstance.g:12308:2: rule__ComputedTerm__Group__3__Impl
{
pushFollow(FOLLOW_2);
rule__ComputedTerm__Group__3__Impl();
@@ -32467,17 +32355,17 @@ public final void rule__ComputedTerm__Group__3() throws RecognitionException {
// $ANTLR start "rule__ComputedTerm__Group__3__Impl"
- // InternalInstance.g:12328:1: rule__ComputedTerm__Group__3__Impl : ( ')' ) ;
+ // InternalInstance.g:12314:1: rule__ComputedTerm__Group__3__Impl : ( ')' ) ;
public final void rule__ComputedTerm__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12332:1: ( ( ')' ) )
- // InternalInstance.g:12333:1: ( ')' )
+ // InternalInstance.g:12318:1: ( ( ')' ) )
+ // InternalInstance.g:12319:1: ( ')' )
{
- // InternalInstance.g:12333:1: ( ')' )
- // InternalInstance.g:12334:1: ')'
+ // InternalInstance.g:12319:1: ( ')' )
+ // InternalInstance.g:12320:1: ')'
{
before(grammarAccess.getComputedTermAccess().getRightParenthesisKeyword_3());
match(input,56,FOLLOW_2);
@@ -32504,14 +32392,14 @@ public final void rule__ComputedTerm__Group__3__Impl() throws RecognitionExcepti
// $ANTLR start "rule__ComponentClassifierTerm__Group__0"
- // InternalInstance.g:12355:1: rule__ComponentClassifierTerm__Group__0 : rule__ComponentClassifierTerm__Group__0__Impl rule__ComponentClassifierTerm__Group__1 ;
+ // InternalInstance.g:12341:1: rule__ComponentClassifierTerm__Group__0 : rule__ComponentClassifierTerm__Group__0__Impl rule__ComponentClassifierTerm__Group__1 ;
public final void rule__ComponentClassifierTerm__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12359:1: ( rule__ComponentClassifierTerm__Group__0__Impl rule__ComponentClassifierTerm__Group__1 )
- // InternalInstance.g:12360:2: rule__ComponentClassifierTerm__Group__0__Impl rule__ComponentClassifierTerm__Group__1
+ // InternalInstance.g:12345:1: ( rule__ComponentClassifierTerm__Group__0__Impl rule__ComponentClassifierTerm__Group__1 )
+ // InternalInstance.g:12346:2: rule__ComponentClassifierTerm__Group__0__Impl rule__ComponentClassifierTerm__Group__1
{
pushFollow(FOLLOW_15);
rule__ComponentClassifierTerm__Group__0__Impl();
@@ -32542,20 +32430,20 @@ public final void rule__ComponentClassifierTerm__Group__0() throws RecognitionEx
// $ANTLR start "rule__ComponentClassifierTerm__Group__0__Impl"
- // InternalInstance.g:12367:1: rule__ComponentClassifierTerm__Group__0__Impl : ( 'classifier' ) ;
+ // InternalInstance.g:12353:1: rule__ComponentClassifierTerm__Group__0__Impl : ( 'classifier' ) ;
public final void rule__ComponentClassifierTerm__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12371:1: ( ( 'classifier' ) )
- // InternalInstance.g:12372:1: ( 'classifier' )
+ // InternalInstance.g:12357:1: ( ( 'classifier' ) )
+ // InternalInstance.g:12358:1: ( 'classifier' )
{
- // InternalInstance.g:12372:1: ( 'classifier' )
- // InternalInstance.g:12373:1: 'classifier'
+ // InternalInstance.g:12358:1: ( 'classifier' )
+ // InternalInstance.g:12359:1: 'classifier'
{
before(grammarAccess.getComponentClassifierTermAccess().getClassifierKeyword_0());
- match(input,79,FOLLOW_2);
+ match(input,81,FOLLOW_2);
after(grammarAccess.getComponentClassifierTermAccess().getClassifierKeyword_0());
}
@@ -32579,14 +32467,14 @@ public final void rule__ComponentClassifierTerm__Group__0__Impl() throws Recogni
// $ANTLR start "rule__ComponentClassifierTerm__Group__1"
- // InternalInstance.g:12386:1: rule__ComponentClassifierTerm__Group__1 : rule__ComponentClassifierTerm__Group__1__Impl rule__ComponentClassifierTerm__Group__2 ;
+ // InternalInstance.g:12372:1: rule__ComponentClassifierTerm__Group__1 : rule__ComponentClassifierTerm__Group__1__Impl rule__ComponentClassifierTerm__Group__2 ;
public final void rule__ComponentClassifierTerm__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12390:1: ( rule__ComponentClassifierTerm__Group__1__Impl rule__ComponentClassifierTerm__Group__2 )
- // InternalInstance.g:12391:2: rule__ComponentClassifierTerm__Group__1__Impl rule__ComponentClassifierTerm__Group__2
+ // InternalInstance.g:12376:1: ( rule__ComponentClassifierTerm__Group__1__Impl rule__ComponentClassifierTerm__Group__2 )
+ // InternalInstance.g:12377:2: rule__ComponentClassifierTerm__Group__1__Impl rule__ComponentClassifierTerm__Group__2
{
pushFollow(FOLLOW_3);
rule__ComponentClassifierTerm__Group__1__Impl();
@@ -32617,17 +32505,17 @@ public final void rule__ComponentClassifierTerm__Group__1() throws RecognitionEx
// $ANTLR start "rule__ComponentClassifierTerm__Group__1__Impl"
- // InternalInstance.g:12398:1: rule__ComponentClassifierTerm__Group__1__Impl : ( '(' ) ;
+ // InternalInstance.g:12384:1: rule__ComponentClassifierTerm__Group__1__Impl : ( '(' ) ;
public final void rule__ComponentClassifierTerm__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12402:1: ( ( '(' ) )
- // InternalInstance.g:12403:1: ( '(' )
+ // InternalInstance.g:12388:1: ( ( '(' ) )
+ // InternalInstance.g:12389:1: ( '(' )
{
- // InternalInstance.g:12403:1: ( '(' )
- // InternalInstance.g:12404:1: '('
+ // InternalInstance.g:12389:1: ( '(' )
+ // InternalInstance.g:12390:1: '('
{
before(grammarAccess.getComponentClassifierTermAccess().getLeftParenthesisKeyword_1());
match(input,55,FOLLOW_2);
@@ -32654,14 +32542,14 @@ public final void rule__ComponentClassifierTerm__Group__1__Impl() throws Recogni
// $ANTLR start "rule__ComponentClassifierTerm__Group__2"
- // InternalInstance.g:12417:1: rule__ComponentClassifierTerm__Group__2 : rule__ComponentClassifierTerm__Group__2__Impl rule__ComponentClassifierTerm__Group__3 ;
+ // InternalInstance.g:12403:1: rule__ComponentClassifierTerm__Group__2 : rule__ComponentClassifierTerm__Group__2__Impl rule__ComponentClassifierTerm__Group__3 ;
public final void rule__ComponentClassifierTerm__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12421:1: ( rule__ComponentClassifierTerm__Group__2__Impl rule__ComponentClassifierTerm__Group__3 )
- // InternalInstance.g:12422:2: rule__ComponentClassifierTerm__Group__2__Impl rule__ComponentClassifierTerm__Group__3
+ // InternalInstance.g:12407:1: ( rule__ComponentClassifierTerm__Group__2__Impl rule__ComponentClassifierTerm__Group__3 )
+ // InternalInstance.g:12408:2: rule__ComponentClassifierTerm__Group__2__Impl rule__ComponentClassifierTerm__Group__3
{
pushFollow(FOLLOW_44);
rule__ComponentClassifierTerm__Group__2__Impl();
@@ -32692,21 +32580,21 @@ public final void rule__ComponentClassifierTerm__Group__2() throws RecognitionEx
// $ANTLR start "rule__ComponentClassifierTerm__Group__2__Impl"
- // InternalInstance.g:12429:1: rule__ComponentClassifierTerm__Group__2__Impl : ( ( rule__ComponentClassifierTerm__ClassifierAssignment_2 ) ) ;
+ // InternalInstance.g:12415:1: rule__ComponentClassifierTerm__Group__2__Impl : ( ( rule__ComponentClassifierTerm__ClassifierAssignment_2 ) ) ;
public final void rule__ComponentClassifierTerm__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12433:1: ( ( ( rule__ComponentClassifierTerm__ClassifierAssignment_2 ) ) )
- // InternalInstance.g:12434:1: ( ( rule__ComponentClassifierTerm__ClassifierAssignment_2 ) )
+ // InternalInstance.g:12419:1: ( ( ( rule__ComponentClassifierTerm__ClassifierAssignment_2 ) ) )
+ // InternalInstance.g:12420:1: ( ( rule__ComponentClassifierTerm__ClassifierAssignment_2 ) )
{
- // InternalInstance.g:12434:1: ( ( rule__ComponentClassifierTerm__ClassifierAssignment_2 ) )
- // InternalInstance.g:12435:1: ( rule__ComponentClassifierTerm__ClassifierAssignment_2 )
+ // InternalInstance.g:12420:1: ( ( rule__ComponentClassifierTerm__ClassifierAssignment_2 ) )
+ // InternalInstance.g:12421:1: ( rule__ComponentClassifierTerm__ClassifierAssignment_2 )
{
before(grammarAccess.getComponentClassifierTermAccess().getClassifierAssignment_2());
- // InternalInstance.g:12436:1: ( rule__ComponentClassifierTerm__ClassifierAssignment_2 )
- // InternalInstance.g:12436:2: rule__ComponentClassifierTerm__ClassifierAssignment_2
+ // InternalInstance.g:12422:1: ( rule__ComponentClassifierTerm__ClassifierAssignment_2 )
+ // InternalInstance.g:12422:2: rule__ComponentClassifierTerm__ClassifierAssignment_2
{
pushFollow(FOLLOW_2);
rule__ComponentClassifierTerm__ClassifierAssignment_2();
@@ -32739,14 +32627,14 @@ public final void rule__ComponentClassifierTerm__Group__2__Impl() throws Recogni
// $ANTLR start "rule__ComponentClassifierTerm__Group__3"
- // InternalInstance.g:12446:1: rule__ComponentClassifierTerm__Group__3 : rule__ComponentClassifierTerm__Group__3__Impl ;
+ // InternalInstance.g:12432:1: rule__ComponentClassifierTerm__Group__3 : rule__ComponentClassifierTerm__Group__3__Impl ;
public final void rule__ComponentClassifierTerm__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12450:1: ( rule__ComponentClassifierTerm__Group__3__Impl )
- // InternalInstance.g:12451:2: rule__ComponentClassifierTerm__Group__3__Impl
+ // InternalInstance.g:12436:1: ( rule__ComponentClassifierTerm__Group__3__Impl )
+ // InternalInstance.g:12437:2: rule__ComponentClassifierTerm__Group__3__Impl
{
pushFollow(FOLLOW_2);
rule__ComponentClassifierTerm__Group__3__Impl();
@@ -32772,17 +32660,17 @@ public final void rule__ComponentClassifierTerm__Group__3() throws RecognitionEx
// $ANTLR start "rule__ComponentClassifierTerm__Group__3__Impl"
- // InternalInstance.g:12457:1: rule__ComponentClassifierTerm__Group__3__Impl : ( ')' ) ;
+ // InternalInstance.g:12443:1: rule__ComponentClassifierTerm__Group__3__Impl : ( ')' ) ;
public final void rule__ComponentClassifierTerm__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12461:1: ( ( ')' ) )
- // InternalInstance.g:12462:1: ( ')' )
+ // InternalInstance.g:12447:1: ( ( ')' ) )
+ // InternalInstance.g:12448:1: ( ')' )
{
- // InternalInstance.g:12462:1: ( ')' )
- // InternalInstance.g:12463:1: ')'
+ // InternalInstance.g:12448:1: ( ')' )
+ // InternalInstance.g:12449:1: ')'
{
before(grammarAccess.getComponentClassifierTermAccess().getRightParenthesisKeyword_3());
match(input,56,FOLLOW_2);
@@ -32809,14 +32697,14 @@ public final void rule__ComponentClassifierTerm__Group__3__Impl() throws Recogni
// $ANTLR start "rule__ListTerm__Group__0"
- // InternalInstance.g:12484:1: rule__ListTerm__Group__0 : rule__ListTerm__Group__0__Impl rule__ListTerm__Group__1 ;
+ // InternalInstance.g:12470:1: rule__ListTerm__Group__0 : rule__ListTerm__Group__0__Impl rule__ListTerm__Group__1 ;
public final void rule__ListTerm__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12488:1: ( rule__ListTerm__Group__0__Impl rule__ListTerm__Group__1 )
- // InternalInstance.g:12489:2: rule__ListTerm__Group__0__Impl rule__ListTerm__Group__1
+ // InternalInstance.g:12474:1: ( rule__ListTerm__Group__0__Impl rule__ListTerm__Group__1 )
+ // InternalInstance.g:12475:2: rule__ListTerm__Group__0__Impl rule__ListTerm__Group__1
{
pushFollow(FOLLOW_15);
rule__ListTerm__Group__0__Impl();
@@ -32847,21 +32735,21 @@ public final void rule__ListTerm__Group__0() throws RecognitionException {
// $ANTLR start "rule__ListTerm__Group__0__Impl"
- // InternalInstance.g:12496:1: rule__ListTerm__Group__0__Impl : ( () ) ;
+ // InternalInstance.g:12482:1: rule__ListTerm__Group__0__Impl : ( () ) ;
public final void rule__ListTerm__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12500:1: ( ( () ) )
- // InternalInstance.g:12501:1: ( () )
+ // InternalInstance.g:12486:1: ( ( () ) )
+ // InternalInstance.g:12487:1: ( () )
{
- // InternalInstance.g:12501:1: ( () )
- // InternalInstance.g:12502:1: ()
+ // InternalInstance.g:12487:1: ( () )
+ // InternalInstance.g:12488:1: ()
{
before(grammarAccess.getListTermAccess().getListValueAction_0());
- // InternalInstance.g:12503:1: ()
- // InternalInstance.g:12505:1:
+ // InternalInstance.g:12489:1: ()
+ // InternalInstance.g:12491:1:
{
}
@@ -32884,16 +32772,16 @@ public final void rule__ListTerm__Group__0__Impl() throws RecognitionException {
// $ANTLR start "rule__ListTerm__Group__1"
- // InternalInstance.g:12515:1: rule__ListTerm__Group__1 : rule__ListTerm__Group__1__Impl rule__ListTerm__Group__2 ;
+ // InternalInstance.g:12501:1: rule__ListTerm__Group__1 : rule__ListTerm__Group__1__Impl rule__ListTerm__Group__2 ;
public final void rule__ListTerm__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12519:1: ( rule__ListTerm__Group__1__Impl rule__ListTerm__Group__2 )
- // InternalInstance.g:12520:2: rule__ListTerm__Group__1__Impl rule__ListTerm__Group__2
+ // InternalInstance.g:12505:1: ( rule__ListTerm__Group__1__Impl rule__ListTerm__Group__2 )
+ // InternalInstance.g:12506:2: rule__ListTerm__Group__1__Impl rule__ListTerm__Group__2
{
- pushFollow(FOLLOW_68);
+ pushFollow(FOLLOW_69);
rule__ListTerm__Group__1__Impl();
state._fsp--;
@@ -32922,17 +32810,17 @@ public final void rule__ListTerm__Group__1() throws RecognitionException {
// $ANTLR start "rule__ListTerm__Group__1__Impl"
- // InternalInstance.g:12527:1: rule__ListTerm__Group__1__Impl : ( '(' ) ;
+ // InternalInstance.g:12513:1: rule__ListTerm__Group__1__Impl : ( '(' ) ;
public final void rule__ListTerm__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12531:1: ( ( '(' ) )
- // InternalInstance.g:12532:1: ( '(' )
+ // InternalInstance.g:12517:1: ( ( '(' ) )
+ // InternalInstance.g:12518:1: ( '(' )
{
- // InternalInstance.g:12532:1: ( '(' )
- // InternalInstance.g:12533:1: '('
+ // InternalInstance.g:12518:1: ( '(' )
+ // InternalInstance.g:12519:1: '('
{
before(grammarAccess.getListTermAccess().getLeftParenthesisKeyword_1());
match(input,55,FOLLOW_2);
@@ -32959,16 +32847,16 @@ public final void rule__ListTerm__Group__1__Impl() throws RecognitionException {
// $ANTLR start "rule__ListTerm__Group__2"
- // InternalInstance.g:12546:1: rule__ListTerm__Group__2 : rule__ListTerm__Group__2__Impl rule__ListTerm__Group__3 ;
+ // InternalInstance.g:12532:1: rule__ListTerm__Group__2 : rule__ListTerm__Group__2__Impl rule__ListTerm__Group__3 ;
public final void rule__ListTerm__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12550:1: ( rule__ListTerm__Group__2__Impl rule__ListTerm__Group__3 )
- // InternalInstance.g:12551:2: rule__ListTerm__Group__2__Impl rule__ListTerm__Group__3
+ // InternalInstance.g:12536:1: ( rule__ListTerm__Group__2__Impl rule__ListTerm__Group__3 )
+ // InternalInstance.g:12537:2: rule__ListTerm__Group__2__Impl rule__ListTerm__Group__3
{
- pushFollow(FOLLOW_68);
+ pushFollow(FOLLOW_69);
rule__ListTerm__Group__2__Impl();
state._fsp--;
@@ -32997,29 +32885,29 @@ public final void rule__ListTerm__Group__2() throws RecognitionException {
// $ANTLR start "rule__ListTerm__Group__2__Impl"
- // InternalInstance.g:12558:1: rule__ListTerm__Group__2__Impl : ( ( rule__ListTerm__Group_2__0 )? ) ;
+ // InternalInstance.g:12544:1: rule__ListTerm__Group__2__Impl : ( ( rule__ListTerm__Group_2__0 )? ) ;
public final void rule__ListTerm__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12562:1: ( ( ( rule__ListTerm__Group_2__0 )? ) )
- // InternalInstance.g:12563:1: ( ( rule__ListTerm__Group_2__0 )? )
+ // InternalInstance.g:12548:1: ( ( ( rule__ListTerm__Group_2__0 )? ) )
+ // InternalInstance.g:12549:1: ( ( rule__ListTerm__Group_2__0 )? )
{
- // InternalInstance.g:12563:1: ( ( rule__ListTerm__Group_2__0 )? )
- // InternalInstance.g:12564:1: ( rule__ListTerm__Group_2__0 )?
+ // InternalInstance.g:12549:1: ( ( rule__ListTerm__Group_2__0 )? )
+ // InternalInstance.g:12550:1: ( rule__ListTerm__Group_2__0 )?
{
before(grammarAccess.getListTermAccess().getGroup_2());
- // InternalInstance.g:12565:1: ( rule__ListTerm__Group_2__0 )?
+ // InternalInstance.g:12551:1: ( rule__ListTerm__Group_2__0 )?
int alt84=2;
int LA84_0 = input.LA(1);
- if ( ((LA84_0>=RULE_INTEGER_LIT && LA84_0<=RULE_REAL_LIT)||(LA84_0>=46 && LA84_0<=48)||LA84_0==52||LA84_0==55||LA84_0==69||(LA84_0>=78 && LA84_0<=79)||LA84_0==91) ) {
+ if ( ((LA84_0>=RULE_INTEGER_LIT && LA84_0<=RULE_REAL_LIT)||(LA84_0>=46 && LA84_0<=48)||LA84_0==52||LA84_0==55||LA84_0==69||(LA84_0>=80 && LA84_0<=81)||LA84_0==91) ) {
alt84=1;
}
switch (alt84) {
case 1 :
- // InternalInstance.g:12565:2: rule__ListTerm__Group_2__0
+ // InternalInstance.g:12551:2: rule__ListTerm__Group_2__0
{
pushFollow(FOLLOW_2);
rule__ListTerm__Group_2__0();
@@ -33055,14 +32943,14 @@ public final void rule__ListTerm__Group__2__Impl() throws RecognitionException {
// $ANTLR start "rule__ListTerm__Group__3"
- // InternalInstance.g:12575:1: rule__ListTerm__Group__3 : rule__ListTerm__Group__3__Impl ;
+ // InternalInstance.g:12561:1: rule__ListTerm__Group__3 : rule__ListTerm__Group__3__Impl ;
public final void rule__ListTerm__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12579:1: ( rule__ListTerm__Group__3__Impl )
- // InternalInstance.g:12580:2: rule__ListTerm__Group__3__Impl
+ // InternalInstance.g:12565:1: ( rule__ListTerm__Group__3__Impl )
+ // InternalInstance.g:12566:2: rule__ListTerm__Group__3__Impl
{
pushFollow(FOLLOW_2);
rule__ListTerm__Group__3__Impl();
@@ -33088,17 +32976,17 @@ public final void rule__ListTerm__Group__3() throws RecognitionException {
// $ANTLR start "rule__ListTerm__Group__3__Impl"
- // InternalInstance.g:12586:1: rule__ListTerm__Group__3__Impl : ( ')' ) ;
+ // InternalInstance.g:12572:1: rule__ListTerm__Group__3__Impl : ( ')' ) ;
public final void rule__ListTerm__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12590:1: ( ( ')' ) )
- // InternalInstance.g:12591:1: ( ')' )
+ // InternalInstance.g:12576:1: ( ( ')' ) )
+ // InternalInstance.g:12577:1: ( ')' )
{
- // InternalInstance.g:12591:1: ( ')' )
- // InternalInstance.g:12592:1: ')'
+ // InternalInstance.g:12577:1: ( ')' )
+ // InternalInstance.g:12578:1: ')'
{
before(grammarAccess.getListTermAccess().getRightParenthesisKeyword_3());
match(input,56,FOLLOW_2);
@@ -33125,14 +33013,14 @@ public final void rule__ListTerm__Group__3__Impl() throws RecognitionException {
// $ANTLR start "rule__ListTerm__Group_2__0"
- // InternalInstance.g:12613:1: rule__ListTerm__Group_2__0 : rule__ListTerm__Group_2__0__Impl rule__ListTerm__Group_2__1 ;
+ // InternalInstance.g:12599:1: rule__ListTerm__Group_2__0 : rule__ListTerm__Group_2__0__Impl rule__ListTerm__Group_2__1 ;
public final void rule__ListTerm__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12617:1: ( rule__ListTerm__Group_2__0__Impl rule__ListTerm__Group_2__1 )
- // InternalInstance.g:12618:2: rule__ListTerm__Group_2__0__Impl rule__ListTerm__Group_2__1
+ // InternalInstance.g:12603:1: ( rule__ListTerm__Group_2__0__Impl rule__ListTerm__Group_2__1 )
+ // InternalInstance.g:12604:2: rule__ListTerm__Group_2__0__Impl rule__ListTerm__Group_2__1
{
pushFollow(FOLLOW_43);
rule__ListTerm__Group_2__0__Impl();
@@ -33163,21 +33051,21 @@ public final void rule__ListTerm__Group_2__0() throws RecognitionException {
// $ANTLR start "rule__ListTerm__Group_2__0__Impl"
- // InternalInstance.g:12625:1: rule__ListTerm__Group_2__0__Impl : ( ( rule__ListTerm__OwnedListElementAssignment_2_0 ) ) ;
+ // InternalInstance.g:12611:1: rule__ListTerm__Group_2__0__Impl : ( ( rule__ListTerm__OwnedListElementAssignment_2_0 ) ) ;
public final void rule__ListTerm__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12629:1: ( ( ( rule__ListTerm__OwnedListElementAssignment_2_0 ) ) )
- // InternalInstance.g:12630:1: ( ( rule__ListTerm__OwnedListElementAssignment_2_0 ) )
+ // InternalInstance.g:12615:1: ( ( ( rule__ListTerm__OwnedListElementAssignment_2_0 ) ) )
+ // InternalInstance.g:12616:1: ( ( rule__ListTerm__OwnedListElementAssignment_2_0 ) )
{
- // InternalInstance.g:12630:1: ( ( rule__ListTerm__OwnedListElementAssignment_2_0 ) )
- // InternalInstance.g:12631:1: ( rule__ListTerm__OwnedListElementAssignment_2_0 )
+ // InternalInstance.g:12616:1: ( ( rule__ListTerm__OwnedListElementAssignment_2_0 ) )
+ // InternalInstance.g:12617:1: ( rule__ListTerm__OwnedListElementAssignment_2_0 )
{
before(grammarAccess.getListTermAccess().getOwnedListElementAssignment_2_0());
- // InternalInstance.g:12632:1: ( rule__ListTerm__OwnedListElementAssignment_2_0 )
- // InternalInstance.g:12632:2: rule__ListTerm__OwnedListElementAssignment_2_0
+ // InternalInstance.g:12618:1: ( rule__ListTerm__OwnedListElementAssignment_2_0 )
+ // InternalInstance.g:12618:2: rule__ListTerm__OwnedListElementAssignment_2_0
{
pushFollow(FOLLOW_2);
rule__ListTerm__OwnedListElementAssignment_2_0();
@@ -33210,14 +33098,14 @@ public final void rule__ListTerm__Group_2__0__Impl() throws RecognitionException
// $ANTLR start "rule__ListTerm__Group_2__1"
- // InternalInstance.g:12642:1: rule__ListTerm__Group_2__1 : rule__ListTerm__Group_2__1__Impl ;
+ // InternalInstance.g:12628:1: rule__ListTerm__Group_2__1 : rule__ListTerm__Group_2__1__Impl ;
public final void rule__ListTerm__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12646:1: ( rule__ListTerm__Group_2__1__Impl )
- // InternalInstance.g:12647:2: rule__ListTerm__Group_2__1__Impl
+ // InternalInstance.g:12632:1: ( rule__ListTerm__Group_2__1__Impl )
+ // InternalInstance.g:12633:2: rule__ListTerm__Group_2__1__Impl
{
pushFollow(FOLLOW_2);
rule__ListTerm__Group_2__1__Impl();
@@ -33243,20 +33131,20 @@ public final void rule__ListTerm__Group_2__1() throws RecognitionException {
// $ANTLR start "rule__ListTerm__Group_2__1__Impl"
- // InternalInstance.g:12653:1: rule__ListTerm__Group_2__1__Impl : ( ( rule__ListTerm__Group_2_1__0 )* ) ;
+ // InternalInstance.g:12639:1: rule__ListTerm__Group_2__1__Impl : ( ( rule__ListTerm__Group_2_1__0 )* ) ;
public final void rule__ListTerm__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12657:1: ( ( ( rule__ListTerm__Group_2_1__0 )* ) )
- // InternalInstance.g:12658:1: ( ( rule__ListTerm__Group_2_1__0 )* )
+ // InternalInstance.g:12643:1: ( ( ( rule__ListTerm__Group_2_1__0 )* ) )
+ // InternalInstance.g:12644:1: ( ( rule__ListTerm__Group_2_1__0 )* )
{
- // InternalInstance.g:12658:1: ( ( rule__ListTerm__Group_2_1__0 )* )
- // InternalInstance.g:12659:1: ( rule__ListTerm__Group_2_1__0 )*
+ // InternalInstance.g:12644:1: ( ( rule__ListTerm__Group_2_1__0 )* )
+ // InternalInstance.g:12645:1: ( rule__ListTerm__Group_2_1__0 )*
{
before(grammarAccess.getListTermAccess().getGroup_2_1());
- // InternalInstance.g:12660:1: ( rule__ListTerm__Group_2_1__0 )*
+ // InternalInstance.g:12646:1: ( rule__ListTerm__Group_2_1__0 )*
loop85:
do {
int alt85=2;
@@ -33269,7 +33157,7 @@ public final void rule__ListTerm__Group_2__1__Impl() throws RecognitionException
switch (alt85) {
case 1 :
- // InternalInstance.g:12660:2: rule__ListTerm__Group_2_1__0
+ // InternalInstance.g:12646:2: rule__ListTerm__Group_2_1__0
{
pushFollow(FOLLOW_17);
rule__ListTerm__Group_2_1__0();
@@ -33308,14 +33196,14 @@ public final void rule__ListTerm__Group_2__1__Impl() throws RecognitionException
// $ANTLR start "rule__ListTerm__Group_2_1__0"
- // InternalInstance.g:12674:1: rule__ListTerm__Group_2_1__0 : rule__ListTerm__Group_2_1__0__Impl rule__ListTerm__Group_2_1__1 ;
+ // InternalInstance.g:12660:1: rule__ListTerm__Group_2_1__0 : rule__ListTerm__Group_2_1__0__Impl rule__ListTerm__Group_2_1__1 ;
public final void rule__ListTerm__Group_2_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12678:1: ( rule__ListTerm__Group_2_1__0__Impl rule__ListTerm__Group_2_1__1 )
- // InternalInstance.g:12679:2: rule__ListTerm__Group_2_1__0__Impl rule__ListTerm__Group_2_1__1
+ // InternalInstance.g:12664:1: ( rule__ListTerm__Group_2_1__0__Impl rule__ListTerm__Group_2_1__1 )
+ // InternalInstance.g:12665:2: rule__ListTerm__Group_2_1__0__Impl rule__ListTerm__Group_2_1__1
{
pushFollow(FOLLOW_48);
rule__ListTerm__Group_2_1__0__Impl();
@@ -33346,17 +33234,17 @@ public final void rule__ListTerm__Group_2_1__0() throws RecognitionException {
// $ANTLR start "rule__ListTerm__Group_2_1__0__Impl"
- // InternalInstance.g:12686:1: rule__ListTerm__Group_2_1__0__Impl : ( ',' ) ;
+ // InternalInstance.g:12672:1: rule__ListTerm__Group_2_1__0__Impl : ( ',' ) ;
public final void rule__ListTerm__Group_2_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12690:1: ( ( ',' ) )
- // InternalInstance.g:12691:1: ( ',' )
+ // InternalInstance.g:12676:1: ( ( ',' ) )
+ // InternalInstance.g:12677:1: ( ',' )
{
- // InternalInstance.g:12691:1: ( ',' )
- // InternalInstance.g:12692:1: ','
+ // InternalInstance.g:12677:1: ( ',' )
+ // InternalInstance.g:12678:1: ','
{
before(grammarAccess.getListTermAccess().getCommaKeyword_2_1_0());
match(input,57,FOLLOW_2);
@@ -33383,14 +33271,14 @@ public final void rule__ListTerm__Group_2_1__0__Impl() throws RecognitionExcepti
// $ANTLR start "rule__ListTerm__Group_2_1__1"
- // InternalInstance.g:12705:1: rule__ListTerm__Group_2_1__1 : rule__ListTerm__Group_2_1__1__Impl ;
+ // InternalInstance.g:12691:1: rule__ListTerm__Group_2_1__1 : rule__ListTerm__Group_2_1__1__Impl ;
public final void rule__ListTerm__Group_2_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12709:1: ( rule__ListTerm__Group_2_1__1__Impl )
- // InternalInstance.g:12710:2: rule__ListTerm__Group_2_1__1__Impl
+ // InternalInstance.g:12695:1: ( rule__ListTerm__Group_2_1__1__Impl )
+ // InternalInstance.g:12696:2: rule__ListTerm__Group_2_1__1__Impl
{
pushFollow(FOLLOW_2);
rule__ListTerm__Group_2_1__1__Impl();
@@ -33416,21 +33304,21 @@ public final void rule__ListTerm__Group_2_1__1() throws RecognitionException {
// $ANTLR start "rule__ListTerm__Group_2_1__1__Impl"
- // InternalInstance.g:12716:1: rule__ListTerm__Group_2_1__1__Impl : ( ( rule__ListTerm__OwnedListElementAssignment_2_1_1 ) ) ;
+ // InternalInstance.g:12702:1: rule__ListTerm__Group_2_1__1__Impl : ( ( rule__ListTerm__OwnedListElementAssignment_2_1_1 ) ) ;
public final void rule__ListTerm__Group_2_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12720:1: ( ( ( rule__ListTerm__OwnedListElementAssignment_2_1_1 ) ) )
- // InternalInstance.g:12721:1: ( ( rule__ListTerm__OwnedListElementAssignment_2_1_1 ) )
+ // InternalInstance.g:12706:1: ( ( ( rule__ListTerm__OwnedListElementAssignment_2_1_1 ) ) )
+ // InternalInstance.g:12707:1: ( ( rule__ListTerm__OwnedListElementAssignment_2_1_1 ) )
{
- // InternalInstance.g:12721:1: ( ( rule__ListTerm__OwnedListElementAssignment_2_1_1 ) )
- // InternalInstance.g:12722:1: ( rule__ListTerm__OwnedListElementAssignment_2_1_1 )
+ // InternalInstance.g:12707:1: ( ( rule__ListTerm__OwnedListElementAssignment_2_1_1 ) )
+ // InternalInstance.g:12708:1: ( rule__ListTerm__OwnedListElementAssignment_2_1_1 )
{
before(grammarAccess.getListTermAccess().getOwnedListElementAssignment_2_1_1());
- // InternalInstance.g:12723:1: ( rule__ListTerm__OwnedListElementAssignment_2_1_1 )
- // InternalInstance.g:12723:2: rule__ListTerm__OwnedListElementAssignment_2_1_1
+ // InternalInstance.g:12709:1: ( rule__ListTerm__OwnedListElementAssignment_2_1_1 )
+ // InternalInstance.g:12709:2: rule__ListTerm__OwnedListElementAssignment_2_1_1
{
pushFollow(FOLLOW_2);
rule__ListTerm__OwnedListElementAssignment_2_1_1();
@@ -33463,14 +33351,14 @@ public final void rule__ListTerm__Group_2_1__1__Impl() throws RecognitionExcepti
// $ANTLR start "rule__FieldPropertyAssociation__Group__0"
- // InternalInstance.g:12737:1: rule__FieldPropertyAssociation__Group__0 : rule__FieldPropertyAssociation__Group__0__Impl rule__FieldPropertyAssociation__Group__1 ;
+ // InternalInstance.g:12723:1: rule__FieldPropertyAssociation__Group__0 : rule__FieldPropertyAssociation__Group__0__Impl rule__FieldPropertyAssociation__Group__1 ;
public final void rule__FieldPropertyAssociation__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12741:1: ( rule__FieldPropertyAssociation__Group__0__Impl rule__FieldPropertyAssociation__Group__1 )
- // InternalInstance.g:12742:2: rule__FieldPropertyAssociation__Group__0__Impl rule__FieldPropertyAssociation__Group__1
+ // InternalInstance.g:12727:1: ( rule__FieldPropertyAssociation__Group__0__Impl rule__FieldPropertyAssociation__Group__1 )
+ // InternalInstance.g:12728:2: rule__FieldPropertyAssociation__Group__0__Impl rule__FieldPropertyAssociation__Group__1
{
pushFollow(FOLLOW_47);
rule__FieldPropertyAssociation__Group__0__Impl();
@@ -33501,21 +33389,21 @@ public final void rule__FieldPropertyAssociation__Group__0() throws RecognitionE
// $ANTLR start "rule__FieldPropertyAssociation__Group__0__Impl"
- // InternalInstance.g:12749:1: rule__FieldPropertyAssociation__Group__0__Impl : ( ( rule__FieldPropertyAssociation__PropertyAssignment_0 ) ) ;
+ // InternalInstance.g:12735:1: rule__FieldPropertyAssociation__Group__0__Impl : ( ( rule__FieldPropertyAssociation__PropertyAssignment_0 ) ) ;
public final void rule__FieldPropertyAssociation__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12753:1: ( ( ( rule__FieldPropertyAssociation__PropertyAssignment_0 ) ) )
- // InternalInstance.g:12754:1: ( ( rule__FieldPropertyAssociation__PropertyAssignment_0 ) )
+ // InternalInstance.g:12739:1: ( ( ( rule__FieldPropertyAssociation__PropertyAssignment_0 ) ) )
+ // InternalInstance.g:12740:1: ( ( rule__FieldPropertyAssociation__PropertyAssignment_0 ) )
{
- // InternalInstance.g:12754:1: ( ( rule__FieldPropertyAssociation__PropertyAssignment_0 ) )
- // InternalInstance.g:12755:1: ( rule__FieldPropertyAssociation__PropertyAssignment_0 )
+ // InternalInstance.g:12740:1: ( ( rule__FieldPropertyAssociation__PropertyAssignment_0 ) )
+ // InternalInstance.g:12741:1: ( rule__FieldPropertyAssociation__PropertyAssignment_0 )
{
before(grammarAccess.getFieldPropertyAssociationAccess().getPropertyAssignment_0());
- // InternalInstance.g:12756:1: ( rule__FieldPropertyAssociation__PropertyAssignment_0 )
- // InternalInstance.g:12756:2: rule__FieldPropertyAssociation__PropertyAssignment_0
+ // InternalInstance.g:12742:1: ( rule__FieldPropertyAssociation__PropertyAssignment_0 )
+ // InternalInstance.g:12742:2: rule__FieldPropertyAssociation__PropertyAssignment_0
{
pushFollow(FOLLOW_2);
rule__FieldPropertyAssociation__PropertyAssignment_0();
@@ -33548,14 +33436,14 @@ public final void rule__FieldPropertyAssociation__Group__0__Impl() throws Recogn
// $ANTLR start "rule__FieldPropertyAssociation__Group__1"
- // InternalInstance.g:12766:1: rule__FieldPropertyAssociation__Group__1 : rule__FieldPropertyAssociation__Group__1__Impl rule__FieldPropertyAssociation__Group__2 ;
+ // InternalInstance.g:12752:1: rule__FieldPropertyAssociation__Group__1 : rule__FieldPropertyAssociation__Group__1__Impl rule__FieldPropertyAssociation__Group__2 ;
public final void rule__FieldPropertyAssociation__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12770:1: ( rule__FieldPropertyAssociation__Group__1__Impl rule__FieldPropertyAssociation__Group__2 )
- // InternalInstance.g:12771:2: rule__FieldPropertyAssociation__Group__1__Impl rule__FieldPropertyAssociation__Group__2
+ // InternalInstance.g:12756:1: ( rule__FieldPropertyAssociation__Group__1__Impl rule__FieldPropertyAssociation__Group__2 )
+ // InternalInstance.g:12757:2: rule__FieldPropertyAssociation__Group__1__Impl rule__FieldPropertyAssociation__Group__2
{
pushFollow(FOLLOW_48);
rule__FieldPropertyAssociation__Group__1__Impl();
@@ -33586,17 +33474,17 @@ public final void rule__FieldPropertyAssociation__Group__1() throws RecognitionE
// $ANTLR start "rule__FieldPropertyAssociation__Group__1__Impl"
- // InternalInstance.g:12778:1: rule__FieldPropertyAssociation__Group__1__Impl : ( '=>' ) ;
+ // InternalInstance.g:12764:1: rule__FieldPropertyAssociation__Group__1__Impl : ( '=>' ) ;
public final void rule__FieldPropertyAssociation__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12782:1: ( ( '=>' ) )
- // InternalInstance.g:12783:1: ( '=>' )
+ // InternalInstance.g:12768:1: ( ( '=>' ) )
+ // InternalInstance.g:12769:1: ( '=>' )
{
- // InternalInstance.g:12783:1: ( '=>' )
- // InternalInstance.g:12784:1: '=>'
+ // InternalInstance.g:12769:1: ( '=>' )
+ // InternalInstance.g:12770:1: '=>'
{
before(grammarAccess.getFieldPropertyAssociationAccess().getEqualsSignGreaterThanSignKeyword_1());
match(input,45,FOLLOW_2);
@@ -33623,16 +33511,16 @@ public final void rule__FieldPropertyAssociation__Group__1__Impl() throws Recogn
// $ANTLR start "rule__FieldPropertyAssociation__Group__2"
- // InternalInstance.g:12797:1: rule__FieldPropertyAssociation__Group__2 : rule__FieldPropertyAssociation__Group__2__Impl rule__FieldPropertyAssociation__Group__3 ;
+ // InternalInstance.g:12783:1: rule__FieldPropertyAssociation__Group__2 : rule__FieldPropertyAssociation__Group__2__Impl rule__FieldPropertyAssociation__Group__3 ;
public final void rule__FieldPropertyAssociation__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12801:1: ( rule__FieldPropertyAssociation__Group__2__Impl rule__FieldPropertyAssociation__Group__3 )
- // InternalInstance.g:12802:2: rule__FieldPropertyAssociation__Group__2__Impl rule__FieldPropertyAssociation__Group__3
+ // InternalInstance.g:12787:1: ( rule__FieldPropertyAssociation__Group__2__Impl rule__FieldPropertyAssociation__Group__3 )
+ // InternalInstance.g:12788:2: rule__FieldPropertyAssociation__Group__2__Impl rule__FieldPropertyAssociation__Group__3
{
- pushFollow(FOLLOW_69);
+ pushFollow(FOLLOW_70);
rule__FieldPropertyAssociation__Group__2__Impl();
state._fsp--;
@@ -33661,21 +33549,21 @@ public final void rule__FieldPropertyAssociation__Group__2() throws RecognitionE
// $ANTLR start "rule__FieldPropertyAssociation__Group__2__Impl"
- // InternalInstance.g:12809:1: rule__FieldPropertyAssociation__Group__2__Impl : ( ( rule__FieldPropertyAssociation__OwnedValueAssignment_2 ) ) ;
+ // InternalInstance.g:12795:1: rule__FieldPropertyAssociation__Group__2__Impl : ( ( rule__FieldPropertyAssociation__OwnedValueAssignment_2 ) ) ;
public final void rule__FieldPropertyAssociation__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12813:1: ( ( ( rule__FieldPropertyAssociation__OwnedValueAssignment_2 ) ) )
- // InternalInstance.g:12814:1: ( ( rule__FieldPropertyAssociation__OwnedValueAssignment_2 ) )
+ // InternalInstance.g:12799:1: ( ( ( rule__FieldPropertyAssociation__OwnedValueAssignment_2 ) ) )
+ // InternalInstance.g:12800:1: ( ( rule__FieldPropertyAssociation__OwnedValueAssignment_2 ) )
{
- // InternalInstance.g:12814:1: ( ( rule__FieldPropertyAssociation__OwnedValueAssignment_2 ) )
- // InternalInstance.g:12815:1: ( rule__FieldPropertyAssociation__OwnedValueAssignment_2 )
+ // InternalInstance.g:12800:1: ( ( rule__FieldPropertyAssociation__OwnedValueAssignment_2 ) )
+ // InternalInstance.g:12801:1: ( rule__FieldPropertyAssociation__OwnedValueAssignment_2 )
{
before(grammarAccess.getFieldPropertyAssociationAccess().getOwnedValueAssignment_2());
- // InternalInstance.g:12816:1: ( rule__FieldPropertyAssociation__OwnedValueAssignment_2 )
- // InternalInstance.g:12816:2: rule__FieldPropertyAssociation__OwnedValueAssignment_2
+ // InternalInstance.g:12802:1: ( rule__FieldPropertyAssociation__OwnedValueAssignment_2 )
+ // InternalInstance.g:12802:2: rule__FieldPropertyAssociation__OwnedValueAssignment_2
{
pushFollow(FOLLOW_2);
rule__FieldPropertyAssociation__OwnedValueAssignment_2();
@@ -33708,14 +33596,14 @@ public final void rule__FieldPropertyAssociation__Group__2__Impl() throws Recogn
// $ANTLR start "rule__FieldPropertyAssociation__Group__3"
- // InternalInstance.g:12826:1: rule__FieldPropertyAssociation__Group__3 : rule__FieldPropertyAssociation__Group__3__Impl ;
+ // InternalInstance.g:12812:1: rule__FieldPropertyAssociation__Group__3 : rule__FieldPropertyAssociation__Group__3__Impl ;
public final void rule__FieldPropertyAssociation__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12830:1: ( rule__FieldPropertyAssociation__Group__3__Impl )
- // InternalInstance.g:12831:2: rule__FieldPropertyAssociation__Group__3__Impl
+ // InternalInstance.g:12816:1: ( rule__FieldPropertyAssociation__Group__3__Impl )
+ // InternalInstance.g:12817:2: rule__FieldPropertyAssociation__Group__3__Impl
{
pushFollow(FOLLOW_2);
rule__FieldPropertyAssociation__Group__3__Impl();
@@ -33741,17 +33629,17 @@ public final void rule__FieldPropertyAssociation__Group__3() throws RecognitionE
// $ANTLR start "rule__FieldPropertyAssociation__Group__3__Impl"
- // InternalInstance.g:12837:1: rule__FieldPropertyAssociation__Group__3__Impl : ( ';' ) ;
+ // InternalInstance.g:12823:1: rule__FieldPropertyAssociation__Group__3__Impl : ( ';' ) ;
public final void rule__FieldPropertyAssociation__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12841:1: ( ( ';' ) )
- // InternalInstance.g:12842:1: ( ';' )
+ // InternalInstance.g:12827:1: ( ( ';' ) )
+ // InternalInstance.g:12828:1: ( ';' )
{
- // InternalInstance.g:12842:1: ( ';' )
- // InternalInstance.g:12843:1: ';'
+ // InternalInstance.g:12828:1: ( ';' )
+ // InternalInstance.g:12829:1: ';'
{
before(grammarAccess.getFieldPropertyAssociationAccess().getSemicolonKeyword_3());
match(input,77,FOLLOW_2);
@@ -33778,14 +33666,14 @@ public final void rule__FieldPropertyAssociation__Group__3__Impl() throws Recogn
// $ANTLR start "rule__ArrayRange__Group__0"
- // InternalInstance.g:12865:1: rule__ArrayRange__Group__0 : rule__ArrayRange__Group__0__Impl rule__ArrayRange__Group__1 ;
+ // InternalInstance.g:12851:1: rule__ArrayRange__Group__0 : rule__ArrayRange__Group__0__Impl rule__ArrayRange__Group__1 ;
public final void rule__ArrayRange__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12869:1: ( rule__ArrayRange__Group__0__Impl rule__ArrayRange__Group__1 )
- // InternalInstance.g:12870:2: rule__ArrayRange__Group__0__Impl rule__ArrayRange__Group__1
+ // InternalInstance.g:12855:1: ( rule__ArrayRange__Group__0__Impl rule__ArrayRange__Group__1 )
+ // InternalInstance.g:12856:2: rule__ArrayRange__Group__0__Impl rule__ArrayRange__Group__1
{
pushFollow(FOLLOW_62);
rule__ArrayRange__Group__0__Impl();
@@ -33816,21 +33704,21 @@ public final void rule__ArrayRange__Group__0() throws RecognitionException {
// $ANTLR start "rule__ArrayRange__Group__0__Impl"
- // InternalInstance.g:12877:1: rule__ArrayRange__Group__0__Impl : ( () ) ;
+ // InternalInstance.g:12863:1: rule__ArrayRange__Group__0__Impl : ( () ) ;
public final void rule__ArrayRange__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12881:1: ( ( () ) )
- // InternalInstance.g:12882:1: ( () )
+ // InternalInstance.g:12867:1: ( ( () ) )
+ // InternalInstance.g:12868:1: ( () )
{
- // InternalInstance.g:12882:1: ( () )
- // InternalInstance.g:12883:1: ()
+ // InternalInstance.g:12868:1: ( () )
+ // InternalInstance.g:12869:1: ()
{
before(grammarAccess.getArrayRangeAccess().getArrayRangeAction_0());
- // InternalInstance.g:12884:1: ()
- // InternalInstance.g:12886:1:
+ // InternalInstance.g:12870:1: ()
+ // InternalInstance.g:12872:1:
{
}
@@ -33853,14 +33741,14 @@ public final void rule__ArrayRange__Group__0__Impl() throws RecognitionException
// $ANTLR start "rule__ArrayRange__Group__1"
- // InternalInstance.g:12896:1: rule__ArrayRange__Group__1 : rule__ArrayRange__Group__1__Impl rule__ArrayRange__Group__2 ;
+ // InternalInstance.g:12882:1: rule__ArrayRange__Group__1 : rule__ArrayRange__Group__1__Impl rule__ArrayRange__Group__2 ;
public final void rule__ArrayRange__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12900:1: ( rule__ArrayRange__Group__1__Impl rule__ArrayRange__Group__2 )
- // InternalInstance.g:12901:2: rule__ArrayRange__Group__1__Impl rule__ArrayRange__Group__2
+ // InternalInstance.g:12886:1: ( rule__ArrayRange__Group__1__Impl rule__ArrayRange__Group__2 )
+ // InternalInstance.g:12887:2: rule__ArrayRange__Group__1__Impl rule__ArrayRange__Group__2
{
pushFollow(FOLLOW_10);
rule__ArrayRange__Group__1__Impl();
@@ -33891,17 +33779,17 @@ public final void rule__ArrayRange__Group__1() throws RecognitionException {
// $ANTLR start "rule__ArrayRange__Group__1__Impl"
- // InternalInstance.g:12908:1: rule__ArrayRange__Group__1__Impl : ( '[' ) ;
+ // InternalInstance.g:12894:1: rule__ArrayRange__Group__1__Impl : ( '[' ) ;
public final void rule__ArrayRange__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12912:1: ( ( '[' ) )
- // InternalInstance.g:12913:1: ( '[' )
+ // InternalInstance.g:12898:1: ( ( '[' ) )
+ // InternalInstance.g:12899:1: ( '[' )
{
- // InternalInstance.g:12913:1: ( '[' )
- // InternalInstance.g:12914:1: '['
+ // InternalInstance.g:12899:1: ( '[' )
+ // InternalInstance.g:12900:1: '['
{
before(grammarAccess.getArrayRangeAccess().getLeftSquareBracketKeyword_1());
match(input,52,FOLLOW_2);
@@ -33928,16 +33816,16 @@ public final void rule__ArrayRange__Group__1__Impl() throws RecognitionException
// $ANTLR start "rule__ArrayRange__Group__2"
- // InternalInstance.g:12927:1: rule__ArrayRange__Group__2 : rule__ArrayRange__Group__2__Impl rule__ArrayRange__Group__3 ;
+ // InternalInstance.g:12913:1: rule__ArrayRange__Group__2 : rule__ArrayRange__Group__2__Impl rule__ArrayRange__Group__3 ;
public final void rule__ArrayRange__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12931:1: ( rule__ArrayRange__Group__2__Impl rule__ArrayRange__Group__3 )
- // InternalInstance.g:12932:2: rule__ArrayRange__Group__2__Impl rule__ArrayRange__Group__3
+ // InternalInstance.g:12917:1: ( rule__ArrayRange__Group__2__Impl rule__ArrayRange__Group__3 )
+ // InternalInstance.g:12918:2: rule__ArrayRange__Group__2__Impl rule__ArrayRange__Group__3
{
- pushFollow(FOLLOW_70);
+ pushFollow(FOLLOW_71);
rule__ArrayRange__Group__2__Impl();
state._fsp--;
@@ -33966,21 +33854,21 @@ public final void rule__ArrayRange__Group__2() throws RecognitionException {
// $ANTLR start "rule__ArrayRange__Group__2__Impl"
- // InternalInstance.g:12939:1: rule__ArrayRange__Group__2__Impl : ( ( rule__ArrayRange__LowerBoundAssignment_2 ) ) ;
+ // InternalInstance.g:12925:1: rule__ArrayRange__Group__2__Impl : ( ( rule__ArrayRange__LowerBoundAssignment_2 ) ) ;
public final void rule__ArrayRange__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12943:1: ( ( ( rule__ArrayRange__LowerBoundAssignment_2 ) ) )
- // InternalInstance.g:12944:1: ( ( rule__ArrayRange__LowerBoundAssignment_2 ) )
+ // InternalInstance.g:12929:1: ( ( ( rule__ArrayRange__LowerBoundAssignment_2 ) ) )
+ // InternalInstance.g:12930:1: ( ( rule__ArrayRange__LowerBoundAssignment_2 ) )
{
- // InternalInstance.g:12944:1: ( ( rule__ArrayRange__LowerBoundAssignment_2 ) )
- // InternalInstance.g:12945:1: ( rule__ArrayRange__LowerBoundAssignment_2 )
+ // InternalInstance.g:12930:1: ( ( rule__ArrayRange__LowerBoundAssignment_2 ) )
+ // InternalInstance.g:12931:1: ( rule__ArrayRange__LowerBoundAssignment_2 )
{
before(grammarAccess.getArrayRangeAccess().getLowerBoundAssignment_2());
- // InternalInstance.g:12946:1: ( rule__ArrayRange__LowerBoundAssignment_2 )
- // InternalInstance.g:12946:2: rule__ArrayRange__LowerBoundAssignment_2
+ // InternalInstance.g:12932:1: ( rule__ArrayRange__LowerBoundAssignment_2 )
+ // InternalInstance.g:12932:2: rule__ArrayRange__LowerBoundAssignment_2
{
pushFollow(FOLLOW_2);
rule__ArrayRange__LowerBoundAssignment_2();
@@ -34013,16 +33901,16 @@ public final void rule__ArrayRange__Group__2__Impl() throws RecognitionException
// $ANTLR start "rule__ArrayRange__Group__3"
- // InternalInstance.g:12956:1: rule__ArrayRange__Group__3 : rule__ArrayRange__Group__3__Impl rule__ArrayRange__Group__4 ;
+ // InternalInstance.g:12942:1: rule__ArrayRange__Group__3 : rule__ArrayRange__Group__3__Impl rule__ArrayRange__Group__4 ;
public final void rule__ArrayRange__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12960:1: ( rule__ArrayRange__Group__3__Impl rule__ArrayRange__Group__4 )
- // InternalInstance.g:12961:2: rule__ArrayRange__Group__3__Impl rule__ArrayRange__Group__4
+ // InternalInstance.g:12946:1: ( rule__ArrayRange__Group__3__Impl rule__ArrayRange__Group__4 )
+ // InternalInstance.g:12947:2: rule__ArrayRange__Group__3__Impl rule__ArrayRange__Group__4
{
- pushFollow(FOLLOW_70);
+ pushFollow(FOLLOW_71);
rule__ArrayRange__Group__3__Impl();
state._fsp--;
@@ -34051,29 +33939,29 @@ public final void rule__ArrayRange__Group__3() throws RecognitionException {
// $ANTLR start "rule__ArrayRange__Group__3__Impl"
- // InternalInstance.g:12968:1: rule__ArrayRange__Group__3__Impl : ( ( rule__ArrayRange__Group_3__0 )? ) ;
+ // InternalInstance.g:12954:1: rule__ArrayRange__Group__3__Impl : ( ( rule__ArrayRange__Group_3__0 )? ) ;
public final void rule__ArrayRange__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12972:1: ( ( ( rule__ArrayRange__Group_3__0 )? ) )
- // InternalInstance.g:12973:1: ( ( rule__ArrayRange__Group_3__0 )? )
+ // InternalInstance.g:12958:1: ( ( ( rule__ArrayRange__Group_3__0 )? ) )
+ // InternalInstance.g:12959:1: ( ( rule__ArrayRange__Group_3__0 )? )
{
- // InternalInstance.g:12973:1: ( ( rule__ArrayRange__Group_3__0 )? )
- // InternalInstance.g:12974:1: ( rule__ArrayRange__Group_3__0 )?
+ // InternalInstance.g:12959:1: ( ( rule__ArrayRange__Group_3__0 )? )
+ // InternalInstance.g:12960:1: ( rule__ArrayRange__Group_3__0 )?
{
before(grammarAccess.getArrayRangeAccess().getGroup_3());
- // InternalInstance.g:12975:1: ( rule__ArrayRange__Group_3__0 )?
+ // InternalInstance.g:12961:1: ( rule__ArrayRange__Group_3__0 )?
int alt86=2;
int LA86_0 = input.LA(1);
- if ( (LA86_0==80) ) {
+ if ( (LA86_0==82) ) {
alt86=1;
}
switch (alt86) {
case 1 :
- // InternalInstance.g:12975:2: rule__ArrayRange__Group_3__0
+ // InternalInstance.g:12961:2: rule__ArrayRange__Group_3__0
{
pushFollow(FOLLOW_2);
rule__ArrayRange__Group_3__0();
@@ -34109,14 +33997,14 @@ public final void rule__ArrayRange__Group__3__Impl() throws RecognitionException
// $ANTLR start "rule__ArrayRange__Group__4"
- // InternalInstance.g:12985:1: rule__ArrayRange__Group__4 : rule__ArrayRange__Group__4__Impl ;
+ // InternalInstance.g:12971:1: rule__ArrayRange__Group__4 : rule__ArrayRange__Group__4__Impl ;
public final void rule__ArrayRange__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:12989:1: ( rule__ArrayRange__Group__4__Impl )
- // InternalInstance.g:12990:2: rule__ArrayRange__Group__4__Impl
+ // InternalInstance.g:12975:1: ( rule__ArrayRange__Group__4__Impl )
+ // InternalInstance.g:12976:2: rule__ArrayRange__Group__4__Impl
{
pushFollow(FOLLOW_2);
rule__ArrayRange__Group__4__Impl();
@@ -34142,17 +34030,17 @@ public final void rule__ArrayRange__Group__4() throws RecognitionException {
// $ANTLR start "rule__ArrayRange__Group__4__Impl"
- // InternalInstance.g:12996:1: rule__ArrayRange__Group__4__Impl : ( ']' ) ;
+ // InternalInstance.g:12982:1: rule__ArrayRange__Group__4__Impl : ( ']' ) ;
public final void rule__ArrayRange__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13000:1: ( ( ']' ) )
- // InternalInstance.g:13001:1: ( ']' )
+ // InternalInstance.g:12986:1: ( ( ']' ) )
+ // InternalInstance.g:12987:1: ( ']' )
{
- // InternalInstance.g:13001:1: ( ']' )
- // InternalInstance.g:13002:1: ']'
+ // InternalInstance.g:12987:1: ( ']' )
+ // InternalInstance.g:12988:1: ']'
{
before(grammarAccess.getArrayRangeAccess().getRightSquareBracketKeyword_4());
match(input,53,FOLLOW_2);
@@ -34179,14 +34067,14 @@ public final void rule__ArrayRange__Group__4__Impl() throws RecognitionException
// $ANTLR start "rule__ArrayRange__Group_3__0"
- // InternalInstance.g:13025:1: rule__ArrayRange__Group_3__0 : rule__ArrayRange__Group_3__0__Impl rule__ArrayRange__Group_3__1 ;
+ // InternalInstance.g:13011:1: rule__ArrayRange__Group_3__0 : rule__ArrayRange__Group_3__0__Impl rule__ArrayRange__Group_3__1 ;
public final void rule__ArrayRange__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13029:1: ( rule__ArrayRange__Group_3__0__Impl rule__ArrayRange__Group_3__1 )
- // InternalInstance.g:13030:2: rule__ArrayRange__Group_3__0__Impl rule__ArrayRange__Group_3__1
+ // InternalInstance.g:13015:1: ( rule__ArrayRange__Group_3__0__Impl rule__ArrayRange__Group_3__1 )
+ // InternalInstance.g:13016:2: rule__ArrayRange__Group_3__0__Impl rule__ArrayRange__Group_3__1
{
pushFollow(FOLLOW_10);
rule__ArrayRange__Group_3__0__Impl();
@@ -34217,20 +34105,20 @@ public final void rule__ArrayRange__Group_3__0() throws RecognitionException {
// $ANTLR start "rule__ArrayRange__Group_3__0__Impl"
- // InternalInstance.g:13037:1: rule__ArrayRange__Group_3__0__Impl : ( '..' ) ;
+ // InternalInstance.g:13023:1: rule__ArrayRange__Group_3__0__Impl : ( '..' ) ;
public final void rule__ArrayRange__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13041:1: ( ( '..' ) )
- // InternalInstance.g:13042:1: ( '..' )
+ // InternalInstance.g:13027:1: ( ( '..' ) )
+ // InternalInstance.g:13028:1: ( '..' )
{
- // InternalInstance.g:13042:1: ( '..' )
- // InternalInstance.g:13043:1: '..'
+ // InternalInstance.g:13028:1: ( '..' )
+ // InternalInstance.g:13029:1: '..'
{
before(grammarAccess.getArrayRangeAccess().getFullStopFullStopKeyword_3_0());
- match(input,80,FOLLOW_2);
+ match(input,82,FOLLOW_2);
after(grammarAccess.getArrayRangeAccess().getFullStopFullStopKeyword_3_0());
}
@@ -34254,14 +34142,14 @@ public final void rule__ArrayRange__Group_3__0__Impl() throws RecognitionExcepti
// $ANTLR start "rule__ArrayRange__Group_3__1"
- // InternalInstance.g:13056:1: rule__ArrayRange__Group_3__1 : rule__ArrayRange__Group_3__1__Impl ;
+ // InternalInstance.g:13042:1: rule__ArrayRange__Group_3__1 : rule__ArrayRange__Group_3__1__Impl ;
public final void rule__ArrayRange__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13060:1: ( rule__ArrayRange__Group_3__1__Impl )
- // InternalInstance.g:13061:2: rule__ArrayRange__Group_3__1__Impl
+ // InternalInstance.g:13046:1: ( rule__ArrayRange__Group_3__1__Impl )
+ // InternalInstance.g:13047:2: rule__ArrayRange__Group_3__1__Impl
{
pushFollow(FOLLOW_2);
rule__ArrayRange__Group_3__1__Impl();
@@ -34287,21 +34175,21 @@ public final void rule__ArrayRange__Group_3__1() throws RecognitionException {
// $ANTLR start "rule__ArrayRange__Group_3__1__Impl"
- // InternalInstance.g:13067:1: rule__ArrayRange__Group_3__1__Impl : ( ( rule__ArrayRange__UpperBoundAssignment_3_1 ) ) ;
+ // InternalInstance.g:13053:1: rule__ArrayRange__Group_3__1__Impl : ( ( rule__ArrayRange__UpperBoundAssignment_3_1 ) ) ;
public final void rule__ArrayRange__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13071:1: ( ( ( rule__ArrayRange__UpperBoundAssignment_3_1 ) ) )
- // InternalInstance.g:13072:1: ( ( rule__ArrayRange__UpperBoundAssignment_3_1 ) )
+ // InternalInstance.g:13057:1: ( ( ( rule__ArrayRange__UpperBoundAssignment_3_1 ) ) )
+ // InternalInstance.g:13058:1: ( ( rule__ArrayRange__UpperBoundAssignment_3_1 ) )
{
- // InternalInstance.g:13072:1: ( ( rule__ArrayRange__UpperBoundAssignment_3_1 ) )
- // InternalInstance.g:13073:1: ( rule__ArrayRange__UpperBoundAssignment_3_1 )
+ // InternalInstance.g:13058:1: ( ( rule__ArrayRange__UpperBoundAssignment_3_1 ) )
+ // InternalInstance.g:13059:1: ( rule__ArrayRange__UpperBoundAssignment_3_1 )
{
before(grammarAccess.getArrayRangeAccess().getUpperBoundAssignment_3_1());
- // InternalInstance.g:13074:1: ( rule__ArrayRange__UpperBoundAssignment_3_1 )
- // InternalInstance.g:13074:2: rule__ArrayRange__UpperBoundAssignment_3_1
+ // InternalInstance.g:13060:1: ( rule__ArrayRange__UpperBoundAssignment_3_1 )
+ // InternalInstance.g:13060:2: rule__ArrayRange__UpperBoundAssignment_3_1
{
pushFollow(FOLLOW_2);
rule__ArrayRange__UpperBoundAssignment_3_1();
@@ -34334,16 +34222,16 @@ public final void rule__ArrayRange__Group_3__1__Impl() throws RecognitionExcepti
// $ANTLR start "rule__SignedConstant__Group__0"
- // InternalInstance.g:13088:1: rule__SignedConstant__Group__0 : rule__SignedConstant__Group__0__Impl rule__SignedConstant__Group__1 ;
+ // InternalInstance.g:13074:1: rule__SignedConstant__Group__0 : rule__SignedConstant__Group__0__Impl rule__SignedConstant__Group__1 ;
public final void rule__SignedConstant__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13092:1: ( rule__SignedConstant__Group__0__Impl rule__SignedConstant__Group__1 )
- // InternalInstance.g:13093:2: rule__SignedConstant__Group__0__Impl rule__SignedConstant__Group__1
+ // InternalInstance.g:13078:1: ( rule__SignedConstant__Group__0__Impl rule__SignedConstant__Group__1 )
+ // InternalInstance.g:13079:2: rule__SignedConstant__Group__0__Impl rule__SignedConstant__Group__1
{
- pushFollow(FOLLOW_71);
+ pushFollow(FOLLOW_72);
rule__SignedConstant__Group__0__Impl();
state._fsp--;
@@ -34372,21 +34260,21 @@ public final void rule__SignedConstant__Group__0() throws RecognitionException {
// $ANTLR start "rule__SignedConstant__Group__0__Impl"
- // InternalInstance.g:13100:1: rule__SignedConstant__Group__0__Impl : ( ( rule__SignedConstant__OpAssignment_0 ) ) ;
+ // InternalInstance.g:13086:1: rule__SignedConstant__Group__0__Impl : ( ( rule__SignedConstant__OpAssignment_0 ) ) ;
public final void rule__SignedConstant__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13104:1: ( ( ( rule__SignedConstant__OpAssignment_0 ) ) )
- // InternalInstance.g:13105:1: ( ( rule__SignedConstant__OpAssignment_0 ) )
+ // InternalInstance.g:13090:1: ( ( ( rule__SignedConstant__OpAssignment_0 ) ) )
+ // InternalInstance.g:13091:1: ( ( rule__SignedConstant__OpAssignment_0 ) )
{
- // InternalInstance.g:13105:1: ( ( rule__SignedConstant__OpAssignment_0 ) )
- // InternalInstance.g:13106:1: ( rule__SignedConstant__OpAssignment_0 )
+ // InternalInstance.g:13091:1: ( ( rule__SignedConstant__OpAssignment_0 ) )
+ // InternalInstance.g:13092:1: ( rule__SignedConstant__OpAssignment_0 )
{
before(grammarAccess.getSignedConstantAccess().getOpAssignment_0());
- // InternalInstance.g:13107:1: ( rule__SignedConstant__OpAssignment_0 )
- // InternalInstance.g:13107:2: rule__SignedConstant__OpAssignment_0
+ // InternalInstance.g:13093:1: ( rule__SignedConstant__OpAssignment_0 )
+ // InternalInstance.g:13093:2: rule__SignedConstant__OpAssignment_0
{
pushFollow(FOLLOW_2);
rule__SignedConstant__OpAssignment_0();
@@ -34419,14 +34307,14 @@ public final void rule__SignedConstant__Group__0__Impl() throws RecognitionExcep
// $ANTLR start "rule__SignedConstant__Group__1"
- // InternalInstance.g:13117:1: rule__SignedConstant__Group__1 : rule__SignedConstant__Group__1__Impl ;
+ // InternalInstance.g:13103:1: rule__SignedConstant__Group__1 : rule__SignedConstant__Group__1__Impl ;
public final void rule__SignedConstant__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13121:1: ( rule__SignedConstant__Group__1__Impl )
- // InternalInstance.g:13122:2: rule__SignedConstant__Group__1__Impl
+ // InternalInstance.g:13107:1: ( rule__SignedConstant__Group__1__Impl )
+ // InternalInstance.g:13108:2: rule__SignedConstant__Group__1__Impl
{
pushFollow(FOLLOW_2);
rule__SignedConstant__Group__1__Impl();
@@ -34452,21 +34340,21 @@ public final void rule__SignedConstant__Group__1() throws RecognitionException {
// $ANTLR start "rule__SignedConstant__Group__1__Impl"
- // InternalInstance.g:13128:1: rule__SignedConstant__Group__1__Impl : ( ( rule__SignedConstant__OwnedPropertyExpressionAssignment_1 ) ) ;
+ // InternalInstance.g:13114:1: rule__SignedConstant__Group__1__Impl : ( ( rule__SignedConstant__OwnedPropertyExpressionAssignment_1 ) ) ;
public final void rule__SignedConstant__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13132:1: ( ( ( rule__SignedConstant__OwnedPropertyExpressionAssignment_1 ) ) )
- // InternalInstance.g:13133:1: ( ( rule__SignedConstant__OwnedPropertyExpressionAssignment_1 ) )
+ // InternalInstance.g:13118:1: ( ( ( rule__SignedConstant__OwnedPropertyExpressionAssignment_1 ) ) )
+ // InternalInstance.g:13119:1: ( ( rule__SignedConstant__OwnedPropertyExpressionAssignment_1 ) )
{
- // InternalInstance.g:13133:1: ( ( rule__SignedConstant__OwnedPropertyExpressionAssignment_1 ) )
- // InternalInstance.g:13134:1: ( rule__SignedConstant__OwnedPropertyExpressionAssignment_1 )
+ // InternalInstance.g:13119:1: ( ( rule__SignedConstant__OwnedPropertyExpressionAssignment_1 ) )
+ // InternalInstance.g:13120:1: ( rule__SignedConstant__OwnedPropertyExpressionAssignment_1 )
{
before(grammarAccess.getSignedConstantAccess().getOwnedPropertyExpressionAssignment_1());
- // InternalInstance.g:13135:1: ( rule__SignedConstant__OwnedPropertyExpressionAssignment_1 )
- // InternalInstance.g:13135:2: rule__SignedConstant__OwnedPropertyExpressionAssignment_1
+ // InternalInstance.g:13121:1: ( rule__SignedConstant__OwnedPropertyExpressionAssignment_1 )
+ // InternalInstance.g:13121:2: rule__SignedConstant__OwnedPropertyExpressionAssignment_1
{
pushFollow(FOLLOW_2);
rule__SignedConstant__OwnedPropertyExpressionAssignment_1();
@@ -34499,14 +34387,14 @@ public final void rule__SignedConstant__Group__1__Impl() throws RecognitionExcep
// $ANTLR start "rule__IntegerTerm__Group__0"
- // InternalInstance.g:13149:1: rule__IntegerTerm__Group__0 : rule__IntegerTerm__Group__0__Impl rule__IntegerTerm__Group__1 ;
+ // InternalInstance.g:13135:1: rule__IntegerTerm__Group__0 : rule__IntegerTerm__Group__0__Impl rule__IntegerTerm__Group__1 ;
public final void rule__IntegerTerm__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13153:1: ( rule__IntegerTerm__Group__0__Impl rule__IntegerTerm__Group__1 )
- // InternalInstance.g:13154:2: rule__IntegerTerm__Group__0__Impl rule__IntegerTerm__Group__1
+ // InternalInstance.g:13139:1: ( rule__IntegerTerm__Group__0__Impl rule__IntegerTerm__Group__1 )
+ // InternalInstance.g:13140:2: rule__IntegerTerm__Group__0__Impl rule__IntegerTerm__Group__1
{
pushFollow(FOLLOW_3);
rule__IntegerTerm__Group__0__Impl();
@@ -34537,21 +34425,21 @@ public final void rule__IntegerTerm__Group__0() throws RecognitionException {
// $ANTLR start "rule__IntegerTerm__Group__0__Impl"
- // InternalInstance.g:13161:1: rule__IntegerTerm__Group__0__Impl : ( ( rule__IntegerTerm__ValueAssignment_0 ) ) ;
+ // InternalInstance.g:13147:1: rule__IntegerTerm__Group__0__Impl : ( ( rule__IntegerTerm__ValueAssignment_0 ) ) ;
public final void rule__IntegerTerm__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13165:1: ( ( ( rule__IntegerTerm__ValueAssignment_0 ) ) )
- // InternalInstance.g:13166:1: ( ( rule__IntegerTerm__ValueAssignment_0 ) )
+ // InternalInstance.g:13151:1: ( ( ( rule__IntegerTerm__ValueAssignment_0 ) ) )
+ // InternalInstance.g:13152:1: ( ( rule__IntegerTerm__ValueAssignment_0 ) )
{
- // InternalInstance.g:13166:1: ( ( rule__IntegerTerm__ValueAssignment_0 ) )
- // InternalInstance.g:13167:1: ( rule__IntegerTerm__ValueAssignment_0 )
+ // InternalInstance.g:13152:1: ( ( rule__IntegerTerm__ValueAssignment_0 ) )
+ // InternalInstance.g:13153:1: ( rule__IntegerTerm__ValueAssignment_0 )
{
before(grammarAccess.getIntegerTermAccess().getValueAssignment_0());
- // InternalInstance.g:13168:1: ( rule__IntegerTerm__ValueAssignment_0 )
- // InternalInstance.g:13168:2: rule__IntegerTerm__ValueAssignment_0
+ // InternalInstance.g:13154:1: ( rule__IntegerTerm__ValueAssignment_0 )
+ // InternalInstance.g:13154:2: rule__IntegerTerm__ValueAssignment_0
{
pushFollow(FOLLOW_2);
rule__IntegerTerm__ValueAssignment_0();
@@ -34584,14 +34472,14 @@ public final void rule__IntegerTerm__Group__0__Impl() throws RecognitionExceptio
// $ANTLR start "rule__IntegerTerm__Group__1"
- // InternalInstance.g:13178:1: rule__IntegerTerm__Group__1 : rule__IntegerTerm__Group__1__Impl ;
+ // InternalInstance.g:13164:1: rule__IntegerTerm__Group__1 : rule__IntegerTerm__Group__1__Impl ;
public final void rule__IntegerTerm__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13182:1: ( rule__IntegerTerm__Group__1__Impl )
- // InternalInstance.g:13183:2: rule__IntegerTerm__Group__1__Impl
+ // InternalInstance.g:13168:1: ( rule__IntegerTerm__Group__1__Impl )
+ // InternalInstance.g:13169:2: rule__IntegerTerm__Group__1__Impl
{
pushFollow(FOLLOW_2);
rule__IntegerTerm__Group__1__Impl();
@@ -34617,20 +34505,20 @@ public final void rule__IntegerTerm__Group__1() throws RecognitionException {
// $ANTLR start "rule__IntegerTerm__Group__1__Impl"
- // InternalInstance.g:13189:1: rule__IntegerTerm__Group__1__Impl : ( ( rule__IntegerTerm__UnitAssignment_1 )? ) ;
+ // InternalInstance.g:13175:1: rule__IntegerTerm__Group__1__Impl : ( ( rule__IntegerTerm__UnitAssignment_1 )? ) ;
public final void rule__IntegerTerm__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13193:1: ( ( ( rule__IntegerTerm__UnitAssignment_1 )? ) )
- // InternalInstance.g:13194:1: ( ( rule__IntegerTerm__UnitAssignment_1 )? )
+ // InternalInstance.g:13179:1: ( ( ( rule__IntegerTerm__UnitAssignment_1 )? ) )
+ // InternalInstance.g:13180:1: ( ( rule__IntegerTerm__UnitAssignment_1 )? )
{
- // InternalInstance.g:13194:1: ( ( rule__IntegerTerm__UnitAssignment_1 )? )
- // InternalInstance.g:13195:1: ( rule__IntegerTerm__UnitAssignment_1 )?
+ // InternalInstance.g:13180:1: ( ( rule__IntegerTerm__UnitAssignment_1 )? )
+ // InternalInstance.g:13181:1: ( rule__IntegerTerm__UnitAssignment_1 )?
{
before(grammarAccess.getIntegerTermAccess().getUnitAssignment_1());
- // InternalInstance.g:13196:1: ( rule__IntegerTerm__UnitAssignment_1 )?
+ // InternalInstance.g:13182:1: ( rule__IntegerTerm__UnitAssignment_1 )?
int alt87=2;
int LA87_0 = input.LA(1);
@@ -34639,7 +34527,7 @@ public final void rule__IntegerTerm__Group__1__Impl() throws RecognitionExceptio
}
switch (alt87) {
case 1 :
- // InternalInstance.g:13196:2: rule__IntegerTerm__UnitAssignment_1
+ // InternalInstance.g:13182:2: rule__IntegerTerm__UnitAssignment_1
{
pushFollow(FOLLOW_2);
rule__IntegerTerm__UnitAssignment_1();
@@ -34675,16 +34563,16 @@ public final void rule__IntegerTerm__Group__1__Impl() throws RecognitionExceptio
// $ANTLR start "rule__SignedInt__Group__0"
- // InternalInstance.g:13210:1: rule__SignedInt__Group__0 : rule__SignedInt__Group__0__Impl rule__SignedInt__Group__1 ;
+ // InternalInstance.g:13196:1: rule__SignedInt__Group__0 : rule__SignedInt__Group__0__Impl rule__SignedInt__Group__1 ;
public final void rule__SignedInt__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13214:1: ( rule__SignedInt__Group__0__Impl rule__SignedInt__Group__1 )
- // InternalInstance.g:13215:2: rule__SignedInt__Group__0__Impl rule__SignedInt__Group__1
+ // InternalInstance.g:13200:1: ( rule__SignedInt__Group__0__Impl rule__SignedInt__Group__1 )
+ // InternalInstance.g:13201:2: rule__SignedInt__Group__0__Impl rule__SignedInt__Group__1
{
- pushFollow(FOLLOW_72);
+ pushFollow(FOLLOW_73);
rule__SignedInt__Group__0__Impl();
state._fsp--;
@@ -34713,20 +34601,20 @@ public final void rule__SignedInt__Group__0() throws RecognitionException {
// $ANTLR start "rule__SignedInt__Group__0__Impl"
- // InternalInstance.g:13222:1: rule__SignedInt__Group__0__Impl : ( ( rule__SignedInt__Alternatives_0 )? ) ;
+ // InternalInstance.g:13208:1: rule__SignedInt__Group__0__Impl : ( ( rule__SignedInt__Alternatives_0 )? ) ;
public final void rule__SignedInt__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13226:1: ( ( ( rule__SignedInt__Alternatives_0 )? ) )
- // InternalInstance.g:13227:1: ( ( rule__SignedInt__Alternatives_0 )? )
+ // InternalInstance.g:13212:1: ( ( ( rule__SignedInt__Alternatives_0 )? ) )
+ // InternalInstance.g:13213:1: ( ( rule__SignedInt__Alternatives_0 )? )
{
- // InternalInstance.g:13227:1: ( ( rule__SignedInt__Alternatives_0 )? )
- // InternalInstance.g:13228:1: ( rule__SignedInt__Alternatives_0 )?
+ // InternalInstance.g:13213:1: ( ( rule__SignedInt__Alternatives_0 )? )
+ // InternalInstance.g:13214:1: ( rule__SignedInt__Alternatives_0 )?
{
before(grammarAccess.getSignedIntAccess().getAlternatives_0());
- // InternalInstance.g:13229:1: ( rule__SignedInt__Alternatives_0 )?
+ // InternalInstance.g:13215:1: ( rule__SignedInt__Alternatives_0 )?
int alt88=2;
int LA88_0 = input.LA(1);
@@ -34735,7 +34623,7 @@ public final void rule__SignedInt__Group__0__Impl() throws RecognitionException
}
switch (alt88) {
case 1 :
- // InternalInstance.g:13229:2: rule__SignedInt__Alternatives_0
+ // InternalInstance.g:13215:2: rule__SignedInt__Alternatives_0
{
pushFollow(FOLLOW_2);
rule__SignedInt__Alternatives_0();
@@ -34771,14 +34659,14 @@ public final void rule__SignedInt__Group__0__Impl() throws RecognitionException
// $ANTLR start "rule__SignedInt__Group__1"
- // InternalInstance.g:13239:1: rule__SignedInt__Group__1 : rule__SignedInt__Group__1__Impl ;
+ // InternalInstance.g:13225:1: rule__SignedInt__Group__1 : rule__SignedInt__Group__1__Impl ;
public final void rule__SignedInt__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13243:1: ( rule__SignedInt__Group__1__Impl )
- // InternalInstance.g:13244:2: rule__SignedInt__Group__1__Impl
+ // InternalInstance.g:13229:1: ( rule__SignedInt__Group__1__Impl )
+ // InternalInstance.g:13230:2: rule__SignedInt__Group__1__Impl
{
pushFollow(FOLLOW_2);
rule__SignedInt__Group__1__Impl();
@@ -34804,17 +34692,17 @@ public final void rule__SignedInt__Group__1() throws RecognitionException {
// $ANTLR start "rule__SignedInt__Group__1__Impl"
- // InternalInstance.g:13250:1: rule__SignedInt__Group__1__Impl : ( RULE_INTEGER_LIT ) ;
+ // InternalInstance.g:13236:1: rule__SignedInt__Group__1__Impl : ( RULE_INTEGER_LIT ) ;
public final void rule__SignedInt__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13254:1: ( ( RULE_INTEGER_LIT ) )
- // InternalInstance.g:13255:1: ( RULE_INTEGER_LIT )
+ // InternalInstance.g:13240:1: ( ( RULE_INTEGER_LIT ) )
+ // InternalInstance.g:13241:1: ( RULE_INTEGER_LIT )
{
- // InternalInstance.g:13255:1: ( RULE_INTEGER_LIT )
- // InternalInstance.g:13256:1: RULE_INTEGER_LIT
+ // InternalInstance.g:13241:1: ( RULE_INTEGER_LIT )
+ // InternalInstance.g:13242:1: RULE_INTEGER_LIT
{
before(grammarAccess.getSignedIntAccess().getINTEGER_LITTerminalRuleCall_1());
match(input,RULE_INTEGER_LIT,FOLLOW_2);
@@ -34841,14 +34729,14 @@ public final void rule__SignedInt__Group__1__Impl() throws RecognitionException
// $ANTLR start "rule__RealTerm__Group__0"
- // InternalInstance.g:13271:1: rule__RealTerm__Group__0 : rule__RealTerm__Group__0__Impl rule__RealTerm__Group__1 ;
+ // InternalInstance.g:13257:1: rule__RealTerm__Group__0 : rule__RealTerm__Group__0__Impl rule__RealTerm__Group__1 ;
public final void rule__RealTerm__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13275:1: ( rule__RealTerm__Group__0__Impl rule__RealTerm__Group__1 )
- // InternalInstance.g:13276:2: rule__RealTerm__Group__0__Impl rule__RealTerm__Group__1
+ // InternalInstance.g:13261:1: ( rule__RealTerm__Group__0__Impl rule__RealTerm__Group__1 )
+ // InternalInstance.g:13262:2: rule__RealTerm__Group__0__Impl rule__RealTerm__Group__1
{
pushFollow(FOLLOW_3);
rule__RealTerm__Group__0__Impl();
@@ -34879,21 +34767,21 @@ public final void rule__RealTerm__Group__0() throws RecognitionException {
// $ANTLR start "rule__RealTerm__Group__0__Impl"
- // InternalInstance.g:13283:1: rule__RealTerm__Group__0__Impl : ( ( rule__RealTerm__ValueAssignment_0 ) ) ;
+ // InternalInstance.g:13269:1: rule__RealTerm__Group__0__Impl : ( ( rule__RealTerm__ValueAssignment_0 ) ) ;
public final void rule__RealTerm__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13287:1: ( ( ( rule__RealTerm__ValueAssignment_0 ) ) )
- // InternalInstance.g:13288:1: ( ( rule__RealTerm__ValueAssignment_0 ) )
+ // InternalInstance.g:13273:1: ( ( ( rule__RealTerm__ValueAssignment_0 ) ) )
+ // InternalInstance.g:13274:1: ( ( rule__RealTerm__ValueAssignment_0 ) )
{
- // InternalInstance.g:13288:1: ( ( rule__RealTerm__ValueAssignment_0 ) )
- // InternalInstance.g:13289:1: ( rule__RealTerm__ValueAssignment_0 )
+ // InternalInstance.g:13274:1: ( ( rule__RealTerm__ValueAssignment_0 ) )
+ // InternalInstance.g:13275:1: ( rule__RealTerm__ValueAssignment_0 )
{
before(grammarAccess.getRealTermAccess().getValueAssignment_0());
- // InternalInstance.g:13290:1: ( rule__RealTerm__ValueAssignment_0 )
- // InternalInstance.g:13290:2: rule__RealTerm__ValueAssignment_0
+ // InternalInstance.g:13276:1: ( rule__RealTerm__ValueAssignment_0 )
+ // InternalInstance.g:13276:2: rule__RealTerm__ValueAssignment_0
{
pushFollow(FOLLOW_2);
rule__RealTerm__ValueAssignment_0();
@@ -34926,14 +34814,14 @@ public final void rule__RealTerm__Group__0__Impl() throws RecognitionException {
// $ANTLR start "rule__RealTerm__Group__1"
- // InternalInstance.g:13300:1: rule__RealTerm__Group__1 : rule__RealTerm__Group__1__Impl ;
+ // InternalInstance.g:13286:1: rule__RealTerm__Group__1 : rule__RealTerm__Group__1__Impl ;
public final void rule__RealTerm__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13304:1: ( rule__RealTerm__Group__1__Impl )
- // InternalInstance.g:13305:2: rule__RealTerm__Group__1__Impl
+ // InternalInstance.g:13290:1: ( rule__RealTerm__Group__1__Impl )
+ // InternalInstance.g:13291:2: rule__RealTerm__Group__1__Impl
{
pushFollow(FOLLOW_2);
rule__RealTerm__Group__1__Impl();
@@ -34959,20 +34847,20 @@ public final void rule__RealTerm__Group__1() throws RecognitionException {
// $ANTLR start "rule__RealTerm__Group__1__Impl"
- // InternalInstance.g:13311:1: rule__RealTerm__Group__1__Impl : ( ( rule__RealTerm__UnitAssignment_1 )? ) ;
+ // InternalInstance.g:13297:1: rule__RealTerm__Group__1__Impl : ( ( rule__RealTerm__UnitAssignment_1 )? ) ;
public final void rule__RealTerm__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13315:1: ( ( ( rule__RealTerm__UnitAssignment_1 )? ) )
- // InternalInstance.g:13316:1: ( ( rule__RealTerm__UnitAssignment_1 )? )
+ // InternalInstance.g:13301:1: ( ( ( rule__RealTerm__UnitAssignment_1 )? ) )
+ // InternalInstance.g:13302:1: ( ( rule__RealTerm__UnitAssignment_1 )? )
{
- // InternalInstance.g:13316:1: ( ( rule__RealTerm__UnitAssignment_1 )? )
- // InternalInstance.g:13317:1: ( rule__RealTerm__UnitAssignment_1 )?
+ // InternalInstance.g:13302:1: ( ( rule__RealTerm__UnitAssignment_1 )? )
+ // InternalInstance.g:13303:1: ( rule__RealTerm__UnitAssignment_1 )?
{
before(grammarAccess.getRealTermAccess().getUnitAssignment_1());
- // InternalInstance.g:13318:1: ( rule__RealTerm__UnitAssignment_1 )?
+ // InternalInstance.g:13304:1: ( rule__RealTerm__UnitAssignment_1 )?
int alt89=2;
int LA89_0 = input.LA(1);
@@ -34981,7 +34869,7 @@ public final void rule__RealTerm__Group__1__Impl() throws RecognitionException {
}
switch (alt89) {
case 1 :
- // InternalInstance.g:13318:2: rule__RealTerm__UnitAssignment_1
+ // InternalInstance.g:13304:2: rule__RealTerm__UnitAssignment_1
{
pushFollow(FOLLOW_2);
rule__RealTerm__UnitAssignment_1();
@@ -35017,16 +34905,16 @@ public final void rule__RealTerm__Group__1__Impl() throws RecognitionException {
// $ANTLR start "rule__SignedReal__Group__0"
- // InternalInstance.g:13332:1: rule__SignedReal__Group__0 : rule__SignedReal__Group__0__Impl rule__SignedReal__Group__1 ;
+ // InternalInstance.g:13318:1: rule__SignedReal__Group__0 : rule__SignedReal__Group__0__Impl rule__SignedReal__Group__1 ;
public final void rule__SignedReal__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13336:1: ( rule__SignedReal__Group__0__Impl rule__SignedReal__Group__1 )
- // InternalInstance.g:13337:2: rule__SignedReal__Group__0__Impl rule__SignedReal__Group__1
+ // InternalInstance.g:13322:1: ( rule__SignedReal__Group__0__Impl rule__SignedReal__Group__1 )
+ // InternalInstance.g:13323:2: rule__SignedReal__Group__0__Impl rule__SignedReal__Group__1
{
- pushFollow(FOLLOW_73);
+ pushFollow(FOLLOW_74);
rule__SignedReal__Group__0__Impl();
state._fsp--;
@@ -35055,20 +34943,20 @@ public final void rule__SignedReal__Group__0() throws RecognitionException {
// $ANTLR start "rule__SignedReal__Group__0__Impl"
- // InternalInstance.g:13344:1: rule__SignedReal__Group__0__Impl : ( ( rule__SignedReal__Alternatives_0 )? ) ;
+ // InternalInstance.g:13330:1: rule__SignedReal__Group__0__Impl : ( ( rule__SignedReal__Alternatives_0 )? ) ;
public final void rule__SignedReal__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13348:1: ( ( ( rule__SignedReal__Alternatives_0 )? ) )
- // InternalInstance.g:13349:1: ( ( rule__SignedReal__Alternatives_0 )? )
+ // InternalInstance.g:13334:1: ( ( ( rule__SignedReal__Alternatives_0 )? ) )
+ // InternalInstance.g:13335:1: ( ( rule__SignedReal__Alternatives_0 )? )
{
- // InternalInstance.g:13349:1: ( ( rule__SignedReal__Alternatives_0 )? )
- // InternalInstance.g:13350:1: ( rule__SignedReal__Alternatives_0 )?
+ // InternalInstance.g:13335:1: ( ( rule__SignedReal__Alternatives_0 )? )
+ // InternalInstance.g:13336:1: ( rule__SignedReal__Alternatives_0 )?
{
before(grammarAccess.getSignedRealAccess().getAlternatives_0());
- // InternalInstance.g:13351:1: ( rule__SignedReal__Alternatives_0 )?
+ // InternalInstance.g:13337:1: ( rule__SignedReal__Alternatives_0 )?
int alt90=2;
int LA90_0 = input.LA(1);
@@ -35077,7 +34965,7 @@ public final void rule__SignedReal__Group__0__Impl() throws RecognitionException
}
switch (alt90) {
case 1 :
- // InternalInstance.g:13351:2: rule__SignedReal__Alternatives_0
+ // InternalInstance.g:13337:2: rule__SignedReal__Alternatives_0
{
pushFollow(FOLLOW_2);
rule__SignedReal__Alternatives_0();
@@ -35113,14 +35001,14 @@ public final void rule__SignedReal__Group__0__Impl() throws RecognitionException
// $ANTLR start "rule__SignedReal__Group__1"
- // InternalInstance.g:13361:1: rule__SignedReal__Group__1 : rule__SignedReal__Group__1__Impl ;
+ // InternalInstance.g:13347:1: rule__SignedReal__Group__1 : rule__SignedReal__Group__1__Impl ;
public final void rule__SignedReal__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13365:1: ( rule__SignedReal__Group__1__Impl )
- // InternalInstance.g:13366:2: rule__SignedReal__Group__1__Impl
+ // InternalInstance.g:13351:1: ( rule__SignedReal__Group__1__Impl )
+ // InternalInstance.g:13352:2: rule__SignedReal__Group__1__Impl
{
pushFollow(FOLLOW_2);
rule__SignedReal__Group__1__Impl();
@@ -35146,17 +35034,17 @@ public final void rule__SignedReal__Group__1() throws RecognitionException {
// $ANTLR start "rule__SignedReal__Group__1__Impl"
- // InternalInstance.g:13372:1: rule__SignedReal__Group__1__Impl : ( RULE_REAL_LIT ) ;
+ // InternalInstance.g:13358:1: rule__SignedReal__Group__1__Impl : ( RULE_REAL_LIT ) ;
public final void rule__SignedReal__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13376:1: ( ( RULE_REAL_LIT ) )
- // InternalInstance.g:13377:1: ( RULE_REAL_LIT )
+ // InternalInstance.g:13362:1: ( ( RULE_REAL_LIT ) )
+ // InternalInstance.g:13363:1: ( RULE_REAL_LIT )
{
- // InternalInstance.g:13377:1: ( RULE_REAL_LIT )
- // InternalInstance.g:13378:1: RULE_REAL_LIT
+ // InternalInstance.g:13363:1: ( RULE_REAL_LIT )
+ // InternalInstance.g:13364:1: RULE_REAL_LIT
{
before(grammarAccess.getSignedRealAccess().getREAL_LITTerminalRuleCall_1());
match(input,RULE_REAL_LIT,FOLLOW_2);
@@ -35183,16 +35071,16 @@ public final void rule__SignedReal__Group__1__Impl() throws RecognitionException
// $ANTLR start "rule__NumericRangeTerm__Group__0"
- // InternalInstance.g:13393:1: rule__NumericRangeTerm__Group__0 : rule__NumericRangeTerm__Group__0__Impl rule__NumericRangeTerm__Group__1 ;
+ // InternalInstance.g:13379:1: rule__NumericRangeTerm__Group__0 : rule__NumericRangeTerm__Group__0__Impl rule__NumericRangeTerm__Group__1 ;
public final void rule__NumericRangeTerm__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13397:1: ( rule__NumericRangeTerm__Group__0__Impl rule__NumericRangeTerm__Group__1 )
- // InternalInstance.g:13398:2: rule__NumericRangeTerm__Group__0__Impl rule__NumericRangeTerm__Group__1
+ // InternalInstance.g:13383:1: ( rule__NumericRangeTerm__Group__0__Impl rule__NumericRangeTerm__Group__1 )
+ // InternalInstance.g:13384:2: rule__NumericRangeTerm__Group__0__Impl rule__NumericRangeTerm__Group__1
{
- pushFollow(FOLLOW_74);
+ pushFollow(FOLLOW_75);
rule__NumericRangeTerm__Group__0__Impl();
state._fsp--;
@@ -35221,21 +35109,21 @@ public final void rule__NumericRangeTerm__Group__0() throws RecognitionException
// $ANTLR start "rule__NumericRangeTerm__Group__0__Impl"
- // InternalInstance.g:13405:1: rule__NumericRangeTerm__Group__0__Impl : ( ( rule__NumericRangeTerm__MinimumAssignment_0 ) ) ;
+ // InternalInstance.g:13391:1: rule__NumericRangeTerm__Group__0__Impl : ( ( rule__NumericRangeTerm__MinimumAssignment_0 ) ) ;
public final void rule__NumericRangeTerm__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13409:1: ( ( ( rule__NumericRangeTerm__MinimumAssignment_0 ) ) )
- // InternalInstance.g:13410:1: ( ( rule__NumericRangeTerm__MinimumAssignment_0 ) )
+ // InternalInstance.g:13395:1: ( ( ( rule__NumericRangeTerm__MinimumAssignment_0 ) ) )
+ // InternalInstance.g:13396:1: ( ( rule__NumericRangeTerm__MinimumAssignment_0 ) )
{
- // InternalInstance.g:13410:1: ( ( rule__NumericRangeTerm__MinimumAssignment_0 ) )
- // InternalInstance.g:13411:1: ( rule__NumericRangeTerm__MinimumAssignment_0 )
+ // InternalInstance.g:13396:1: ( ( rule__NumericRangeTerm__MinimumAssignment_0 ) )
+ // InternalInstance.g:13397:1: ( rule__NumericRangeTerm__MinimumAssignment_0 )
{
before(grammarAccess.getNumericRangeTermAccess().getMinimumAssignment_0());
- // InternalInstance.g:13412:1: ( rule__NumericRangeTerm__MinimumAssignment_0 )
- // InternalInstance.g:13412:2: rule__NumericRangeTerm__MinimumAssignment_0
+ // InternalInstance.g:13398:1: ( rule__NumericRangeTerm__MinimumAssignment_0 )
+ // InternalInstance.g:13398:2: rule__NumericRangeTerm__MinimumAssignment_0
{
pushFollow(FOLLOW_2);
rule__NumericRangeTerm__MinimumAssignment_0();
@@ -35268,16 +35156,16 @@ public final void rule__NumericRangeTerm__Group__0__Impl() throws RecognitionExc
// $ANTLR start "rule__NumericRangeTerm__Group__1"
- // InternalInstance.g:13422:1: rule__NumericRangeTerm__Group__1 : rule__NumericRangeTerm__Group__1__Impl rule__NumericRangeTerm__Group__2 ;
+ // InternalInstance.g:13408:1: rule__NumericRangeTerm__Group__1 : rule__NumericRangeTerm__Group__1__Impl rule__NumericRangeTerm__Group__2 ;
public final void rule__NumericRangeTerm__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13426:1: ( rule__NumericRangeTerm__Group__1__Impl rule__NumericRangeTerm__Group__2 )
- // InternalInstance.g:13427:2: rule__NumericRangeTerm__Group__1__Impl rule__NumericRangeTerm__Group__2
+ // InternalInstance.g:13412:1: ( rule__NumericRangeTerm__Group__1__Impl rule__NumericRangeTerm__Group__2 )
+ // InternalInstance.g:13413:2: rule__NumericRangeTerm__Group__1__Impl rule__NumericRangeTerm__Group__2
{
- pushFollow(FOLLOW_71);
+ pushFollow(FOLLOW_72);
rule__NumericRangeTerm__Group__1__Impl();
state._fsp--;
@@ -35306,20 +35194,20 @@ public final void rule__NumericRangeTerm__Group__1() throws RecognitionException
// $ANTLR start "rule__NumericRangeTerm__Group__1__Impl"
- // InternalInstance.g:13434:1: rule__NumericRangeTerm__Group__1__Impl : ( '..' ) ;
+ // InternalInstance.g:13420:1: rule__NumericRangeTerm__Group__1__Impl : ( '..' ) ;
public final void rule__NumericRangeTerm__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13438:1: ( ( '..' ) )
- // InternalInstance.g:13439:1: ( '..' )
+ // InternalInstance.g:13424:1: ( ( '..' ) )
+ // InternalInstance.g:13425:1: ( '..' )
{
- // InternalInstance.g:13439:1: ( '..' )
- // InternalInstance.g:13440:1: '..'
+ // InternalInstance.g:13425:1: ( '..' )
+ // InternalInstance.g:13426:1: '..'
{
before(grammarAccess.getNumericRangeTermAccess().getFullStopFullStopKeyword_1());
- match(input,80,FOLLOW_2);
+ match(input,82,FOLLOW_2);
after(grammarAccess.getNumericRangeTermAccess().getFullStopFullStopKeyword_1());
}
@@ -35343,16 +35231,16 @@ public final void rule__NumericRangeTerm__Group__1__Impl() throws RecognitionExc
// $ANTLR start "rule__NumericRangeTerm__Group__2"
- // InternalInstance.g:13453:1: rule__NumericRangeTerm__Group__2 : rule__NumericRangeTerm__Group__2__Impl rule__NumericRangeTerm__Group__3 ;
+ // InternalInstance.g:13439:1: rule__NumericRangeTerm__Group__2 : rule__NumericRangeTerm__Group__2__Impl rule__NumericRangeTerm__Group__3 ;
public final void rule__NumericRangeTerm__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13457:1: ( rule__NumericRangeTerm__Group__2__Impl rule__NumericRangeTerm__Group__3 )
- // InternalInstance.g:13458:2: rule__NumericRangeTerm__Group__2__Impl rule__NumericRangeTerm__Group__3
+ // InternalInstance.g:13443:1: ( rule__NumericRangeTerm__Group__2__Impl rule__NumericRangeTerm__Group__3 )
+ // InternalInstance.g:13444:2: rule__NumericRangeTerm__Group__2__Impl rule__NumericRangeTerm__Group__3
{
- pushFollow(FOLLOW_75);
+ pushFollow(FOLLOW_76);
rule__NumericRangeTerm__Group__2__Impl();
state._fsp--;
@@ -35381,21 +35269,21 @@ public final void rule__NumericRangeTerm__Group__2() throws RecognitionException
// $ANTLR start "rule__NumericRangeTerm__Group__2__Impl"
- // InternalInstance.g:13465:1: rule__NumericRangeTerm__Group__2__Impl : ( ( rule__NumericRangeTerm__MaximumAssignment_2 ) ) ;
+ // InternalInstance.g:13451:1: rule__NumericRangeTerm__Group__2__Impl : ( ( rule__NumericRangeTerm__MaximumAssignment_2 ) ) ;
public final void rule__NumericRangeTerm__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13469:1: ( ( ( rule__NumericRangeTerm__MaximumAssignment_2 ) ) )
- // InternalInstance.g:13470:1: ( ( rule__NumericRangeTerm__MaximumAssignment_2 ) )
+ // InternalInstance.g:13455:1: ( ( ( rule__NumericRangeTerm__MaximumAssignment_2 ) ) )
+ // InternalInstance.g:13456:1: ( ( rule__NumericRangeTerm__MaximumAssignment_2 ) )
{
- // InternalInstance.g:13470:1: ( ( rule__NumericRangeTerm__MaximumAssignment_2 ) )
- // InternalInstance.g:13471:1: ( rule__NumericRangeTerm__MaximumAssignment_2 )
+ // InternalInstance.g:13456:1: ( ( rule__NumericRangeTerm__MaximumAssignment_2 ) )
+ // InternalInstance.g:13457:1: ( rule__NumericRangeTerm__MaximumAssignment_2 )
{
before(grammarAccess.getNumericRangeTermAccess().getMaximumAssignment_2());
- // InternalInstance.g:13472:1: ( rule__NumericRangeTerm__MaximumAssignment_2 )
- // InternalInstance.g:13472:2: rule__NumericRangeTerm__MaximumAssignment_2
+ // InternalInstance.g:13458:1: ( rule__NumericRangeTerm__MaximumAssignment_2 )
+ // InternalInstance.g:13458:2: rule__NumericRangeTerm__MaximumAssignment_2
{
pushFollow(FOLLOW_2);
rule__NumericRangeTerm__MaximumAssignment_2();
@@ -35428,14 +35316,14 @@ public final void rule__NumericRangeTerm__Group__2__Impl() throws RecognitionExc
// $ANTLR start "rule__NumericRangeTerm__Group__3"
- // InternalInstance.g:13482:1: rule__NumericRangeTerm__Group__3 : rule__NumericRangeTerm__Group__3__Impl ;
+ // InternalInstance.g:13468:1: rule__NumericRangeTerm__Group__3 : rule__NumericRangeTerm__Group__3__Impl ;
public final void rule__NumericRangeTerm__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13486:1: ( rule__NumericRangeTerm__Group__3__Impl )
- // InternalInstance.g:13487:2: rule__NumericRangeTerm__Group__3__Impl
+ // InternalInstance.g:13472:1: ( rule__NumericRangeTerm__Group__3__Impl )
+ // InternalInstance.g:13473:2: rule__NumericRangeTerm__Group__3__Impl
{
pushFollow(FOLLOW_2);
rule__NumericRangeTerm__Group__3__Impl();
@@ -35461,29 +35349,29 @@ public final void rule__NumericRangeTerm__Group__3() throws RecognitionException
// $ANTLR start "rule__NumericRangeTerm__Group__3__Impl"
- // InternalInstance.g:13493:1: rule__NumericRangeTerm__Group__3__Impl : ( ( rule__NumericRangeTerm__Group_3__0 )? ) ;
+ // InternalInstance.g:13479:1: rule__NumericRangeTerm__Group__3__Impl : ( ( rule__NumericRangeTerm__Group_3__0 )? ) ;
public final void rule__NumericRangeTerm__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13497:1: ( ( ( rule__NumericRangeTerm__Group_3__0 )? ) )
- // InternalInstance.g:13498:1: ( ( rule__NumericRangeTerm__Group_3__0 )? )
+ // InternalInstance.g:13483:1: ( ( ( rule__NumericRangeTerm__Group_3__0 )? ) )
+ // InternalInstance.g:13484:1: ( ( rule__NumericRangeTerm__Group_3__0 )? )
{
- // InternalInstance.g:13498:1: ( ( rule__NumericRangeTerm__Group_3__0 )? )
- // InternalInstance.g:13499:1: ( rule__NumericRangeTerm__Group_3__0 )?
+ // InternalInstance.g:13484:1: ( ( rule__NumericRangeTerm__Group_3__0 )? )
+ // InternalInstance.g:13485:1: ( rule__NumericRangeTerm__Group_3__0 )?
{
before(grammarAccess.getNumericRangeTermAccess().getGroup_3());
- // InternalInstance.g:13500:1: ( rule__NumericRangeTerm__Group_3__0 )?
+ // InternalInstance.g:13486:1: ( rule__NumericRangeTerm__Group_3__0 )?
int alt91=2;
int LA91_0 = input.LA(1);
- if ( (LA91_0==81) ) {
+ if ( (LA91_0==83) ) {
alt91=1;
}
switch (alt91) {
case 1 :
- // InternalInstance.g:13500:2: rule__NumericRangeTerm__Group_3__0
+ // InternalInstance.g:13486:2: rule__NumericRangeTerm__Group_3__0
{
pushFollow(FOLLOW_2);
rule__NumericRangeTerm__Group_3__0();
@@ -35519,16 +35407,16 @@ public final void rule__NumericRangeTerm__Group__3__Impl() throws RecognitionExc
// $ANTLR start "rule__NumericRangeTerm__Group_3__0"
- // InternalInstance.g:13518:1: rule__NumericRangeTerm__Group_3__0 : rule__NumericRangeTerm__Group_3__0__Impl rule__NumericRangeTerm__Group_3__1 ;
+ // InternalInstance.g:13504:1: rule__NumericRangeTerm__Group_3__0 : rule__NumericRangeTerm__Group_3__0__Impl rule__NumericRangeTerm__Group_3__1 ;
public final void rule__NumericRangeTerm__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13522:1: ( rule__NumericRangeTerm__Group_3__0__Impl rule__NumericRangeTerm__Group_3__1 )
- // InternalInstance.g:13523:2: rule__NumericRangeTerm__Group_3__0__Impl rule__NumericRangeTerm__Group_3__1
+ // InternalInstance.g:13508:1: ( rule__NumericRangeTerm__Group_3__0__Impl rule__NumericRangeTerm__Group_3__1 )
+ // InternalInstance.g:13509:2: rule__NumericRangeTerm__Group_3__0__Impl rule__NumericRangeTerm__Group_3__1
{
- pushFollow(FOLLOW_71);
+ pushFollow(FOLLOW_72);
rule__NumericRangeTerm__Group_3__0__Impl();
state._fsp--;
@@ -35557,20 +35445,20 @@ public final void rule__NumericRangeTerm__Group_3__0() throws RecognitionExcepti
// $ANTLR start "rule__NumericRangeTerm__Group_3__0__Impl"
- // InternalInstance.g:13530:1: rule__NumericRangeTerm__Group_3__0__Impl : ( 'delta' ) ;
+ // InternalInstance.g:13516:1: rule__NumericRangeTerm__Group_3__0__Impl : ( 'delta' ) ;
public final void rule__NumericRangeTerm__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13534:1: ( ( 'delta' ) )
- // InternalInstance.g:13535:1: ( 'delta' )
+ // InternalInstance.g:13520:1: ( ( 'delta' ) )
+ // InternalInstance.g:13521:1: ( 'delta' )
{
- // InternalInstance.g:13535:1: ( 'delta' )
- // InternalInstance.g:13536:1: 'delta'
+ // InternalInstance.g:13521:1: ( 'delta' )
+ // InternalInstance.g:13522:1: 'delta'
{
before(grammarAccess.getNumericRangeTermAccess().getDeltaKeyword_3_0());
- match(input,81,FOLLOW_2);
+ match(input,83,FOLLOW_2);
after(grammarAccess.getNumericRangeTermAccess().getDeltaKeyword_3_0());
}
@@ -35594,14 +35482,14 @@ public final void rule__NumericRangeTerm__Group_3__0__Impl() throws RecognitionE
// $ANTLR start "rule__NumericRangeTerm__Group_3__1"
- // InternalInstance.g:13549:1: rule__NumericRangeTerm__Group_3__1 : rule__NumericRangeTerm__Group_3__1__Impl ;
+ // InternalInstance.g:13535:1: rule__NumericRangeTerm__Group_3__1 : rule__NumericRangeTerm__Group_3__1__Impl ;
public final void rule__NumericRangeTerm__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13553:1: ( rule__NumericRangeTerm__Group_3__1__Impl )
- // InternalInstance.g:13554:2: rule__NumericRangeTerm__Group_3__1__Impl
+ // InternalInstance.g:13539:1: ( rule__NumericRangeTerm__Group_3__1__Impl )
+ // InternalInstance.g:13540:2: rule__NumericRangeTerm__Group_3__1__Impl
{
pushFollow(FOLLOW_2);
rule__NumericRangeTerm__Group_3__1__Impl();
@@ -35627,21 +35515,21 @@ public final void rule__NumericRangeTerm__Group_3__1() throws RecognitionExcepti
// $ANTLR start "rule__NumericRangeTerm__Group_3__1__Impl"
- // InternalInstance.g:13560:1: rule__NumericRangeTerm__Group_3__1__Impl : ( ( rule__NumericRangeTerm__DeltaAssignment_3_1 ) ) ;
+ // InternalInstance.g:13546:1: rule__NumericRangeTerm__Group_3__1__Impl : ( ( rule__NumericRangeTerm__DeltaAssignment_3_1 ) ) ;
public final void rule__NumericRangeTerm__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13564:1: ( ( ( rule__NumericRangeTerm__DeltaAssignment_3_1 ) ) )
- // InternalInstance.g:13565:1: ( ( rule__NumericRangeTerm__DeltaAssignment_3_1 ) )
+ // InternalInstance.g:13550:1: ( ( ( rule__NumericRangeTerm__DeltaAssignment_3_1 ) ) )
+ // InternalInstance.g:13551:1: ( ( rule__NumericRangeTerm__DeltaAssignment_3_1 ) )
{
- // InternalInstance.g:13565:1: ( ( rule__NumericRangeTerm__DeltaAssignment_3_1 ) )
- // InternalInstance.g:13566:1: ( rule__NumericRangeTerm__DeltaAssignment_3_1 )
+ // InternalInstance.g:13551:1: ( ( rule__NumericRangeTerm__DeltaAssignment_3_1 ) )
+ // InternalInstance.g:13552:1: ( rule__NumericRangeTerm__DeltaAssignment_3_1 )
{
before(grammarAccess.getNumericRangeTermAccess().getDeltaAssignment_3_1());
- // InternalInstance.g:13567:1: ( rule__NumericRangeTerm__DeltaAssignment_3_1 )
- // InternalInstance.g:13567:2: rule__NumericRangeTerm__DeltaAssignment_3_1
+ // InternalInstance.g:13553:1: ( rule__NumericRangeTerm__DeltaAssignment_3_1 )
+ // InternalInstance.g:13553:2: rule__NumericRangeTerm__DeltaAssignment_3_1
{
pushFollow(FOLLOW_2);
rule__NumericRangeTerm__DeltaAssignment_3_1();
@@ -35673,450 +35561,15 @@ public final void rule__NumericRangeTerm__Group_3__1__Impl() throws RecognitionE
// $ANTLR end "rule__NumericRangeTerm__Group_3__1__Impl"
- // $ANTLR start "rule__AppliesToKeywords__Group__0"
- // InternalInstance.g:13581:1: rule__AppliesToKeywords__Group__0 : rule__AppliesToKeywords__Group__0__Impl rule__AppliesToKeywords__Group__1 ;
- public final void rule__AppliesToKeywords__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalInstance.g:13585:1: ( rule__AppliesToKeywords__Group__0__Impl rule__AppliesToKeywords__Group__1 )
- // InternalInstance.g:13586:2: rule__AppliesToKeywords__Group__0__Impl rule__AppliesToKeywords__Group__1
- {
- pushFollow(FOLLOW_35);
- rule__AppliesToKeywords__Group__0__Impl();
-
- state._fsp--;
-
- pushFollow(FOLLOW_2);
- rule__AppliesToKeywords__Group__1();
-
- state._fsp--;
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__AppliesToKeywords__Group__0"
-
-
- // $ANTLR start "rule__AppliesToKeywords__Group__0__Impl"
- // InternalInstance.g:13593:1: rule__AppliesToKeywords__Group__0__Impl : ( 'applies' ) ;
- public final void rule__AppliesToKeywords__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalInstance.g:13597:1: ( ( 'applies' ) )
- // InternalInstance.g:13598:1: ( 'applies' )
- {
- // InternalInstance.g:13598:1: ( 'applies' )
- // InternalInstance.g:13599:1: 'applies'
- {
- before(grammarAccess.getAppliesToKeywordsAccess().getAppliesKeyword_0());
- match(input,82,FOLLOW_2);
- after(grammarAccess.getAppliesToKeywordsAccess().getAppliesKeyword_0());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__AppliesToKeywords__Group__0__Impl"
-
-
- // $ANTLR start "rule__AppliesToKeywords__Group__1"
- // InternalInstance.g:13612:1: rule__AppliesToKeywords__Group__1 : rule__AppliesToKeywords__Group__1__Impl ;
- public final void rule__AppliesToKeywords__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalInstance.g:13616:1: ( rule__AppliesToKeywords__Group__1__Impl )
- // InternalInstance.g:13617:2: rule__AppliesToKeywords__Group__1__Impl
- {
- pushFollow(FOLLOW_2);
- rule__AppliesToKeywords__Group__1__Impl();
-
- state._fsp--;
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__AppliesToKeywords__Group__1"
-
-
- // $ANTLR start "rule__AppliesToKeywords__Group__1__Impl"
- // InternalInstance.g:13623:1: rule__AppliesToKeywords__Group__1__Impl : ( 'to' ) ;
- public final void rule__AppliesToKeywords__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalInstance.g:13627:1: ( ( 'to' ) )
- // InternalInstance.g:13628:1: ( 'to' )
- {
- // InternalInstance.g:13628:1: ( 'to' )
- // InternalInstance.g:13629:1: 'to'
- {
- before(grammarAccess.getAppliesToKeywordsAccess().getToKeyword_1());
- match(input,61,FOLLOW_2);
- after(grammarAccess.getAppliesToKeywordsAccess().getToKeyword_1());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__AppliesToKeywords__Group__1__Impl"
-
-
- // $ANTLR start "rule__InBindingKeywords__Group__0"
- // InternalInstance.g:13646:1: rule__InBindingKeywords__Group__0 : rule__InBindingKeywords__Group__0__Impl rule__InBindingKeywords__Group__1 ;
- public final void rule__InBindingKeywords__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalInstance.g:13650:1: ( rule__InBindingKeywords__Group__0__Impl rule__InBindingKeywords__Group__1 )
- // InternalInstance.g:13651:2: rule__InBindingKeywords__Group__0__Impl rule__InBindingKeywords__Group__1
- {
- pushFollow(FOLLOW_76);
- rule__InBindingKeywords__Group__0__Impl();
-
- state._fsp--;
-
- pushFollow(FOLLOW_2);
- rule__InBindingKeywords__Group__1();
-
- state._fsp--;
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__InBindingKeywords__Group__0"
-
-
- // $ANTLR start "rule__InBindingKeywords__Group__0__Impl"
- // InternalInstance.g:13658:1: rule__InBindingKeywords__Group__0__Impl : ( 'in' ) ;
- public final void rule__InBindingKeywords__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalInstance.g:13662:1: ( ( 'in' ) )
- // InternalInstance.g:13663:1: ( 'in' )
- {
- // InternalInstance.g:13663:1: ( 'in' )
- // InternalInstance.g:13664:1: 'in'
- {
- before(grammarAccess.getInBindingKeywordsAccess().getInKeyword_0());
- match(input,17,FOLLOW_2);
- after(grammarAccess.getInBindingKeywordsAccess().getInKeyword_0());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__InBindingKeywords__Group__0__Impl"
-
-
- // $ANTLR start "rule__InBindingKeywords__Group__1"
- // InternalInstance.g:13677:1: rule__InBindingKeywords__Group__1 : rule__InBindingKeywords__Group__1__Impl ;
- public final void rule__InBindingKeywords__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalInstance.g:13681:1: ( rule__InBindingKeywords__Group__1__Impl )
- // InternalInstance.g:13682:2: rule__InBindingKeywords__Group__1__Impl
- {
- pushFollow(FOLLOW_2);
- rule__InBindingKeywords__Group__1__Impl();
-
- state._fsp--;
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__InBindingKeywords__Group__1"
-
-
- // $ANTLR start "rule__InBindingKeywords__Group__1__Impl"
- // InternalInstance.g:13688:1: rule__InBindingKeywords__Group__1__Impl : ( 'binding' ) ;
- public final void rule__InBindingKeywords__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalInstance.g:13692:1: ( ( 'binding' ) )
- // InternalInstance.g:13693:1: ( 'binding' )
- {
- // InternalInstance.g:13693:1: ( 'binding' )
- // InternalInstance.g:13694:1: 'binding'
- {
- before(grammarAccess.getInBindingKeywordsAccess().getBindingKeyword_1());
- match(input,83,FOLLOW_2);
- after(grammarAccess.getInBindingKeywordsAccess().getBindingKeyword_1());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__InBindingKeywords__Group__1__Impl"
-
-
- // $ANTLR start "rule__InModesKeywords__Group__0"
- // InternalInstance.g:13711:1: rule__InModesKeywords__Group__0 : rule__InModesKeywords__Group__0__Impl rule__InModesKeywords__Group__1 ;
- public final void rule__InModesKeywords__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalInstance.g:13715:1: ( rule__InModesKeywords__Group__0__Impl rule__InModesKeywords__Group__1 )
- // InternalInstance.g:13716:2: rule__InModesKeywords__Group__0__Impl rule__InModesKeywords__Group__1
- {
- pushFollow(FOLLOW_14);
- rule__InModesKeywords__Group__0__Impl();
-
- state._fsp--;
-
- pushFollow(FOLLOW_2);
- rule__InModesKeywords__Group__1();
-
- state._fsp--;
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__InModesKeywords__Group__0"
-
-
- // $ANTLR start "rule__InModesKeywords__Group__0__Impl"
- // InternalInstance.g:13723:1: rule__InModesKeywords__Group__0__Impl : ( 'in' ) ;
- public final void rule__InModesKeywords__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalInstance.g:13727:1: ( ( 'in' ) )
- // InternalInstance.g:13728:1: ( 'in' )
- {
- // InternalInstance.g:13728:1: ( 'in' )
- // InternalInstance.g:13729:1: 'in'
- {
- before(grammarAccess.getInModesKeywordsAccess().getInKeyword_0());
- match(input,17,FOLLOW_2);
- after(grammarAccess.getInModesKeywordsAccess().getInKeyword_0());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__InModesKeywords__Group__0__Impl"
-
-
- // $ANTLR start "rule__InModesKeywords__Group__1"
- // InternalInstance.g:13742:1: rule__InModesKeywords__Group__1 : rule__InModesKeywords__Group__1__Impl ;
- public final void rule__InModesKeywords__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalInstance.g:13746:1: ( rule__InModesKeywords__Group__1__Impl )
- // InternalInstance.g:13747:2: rule__InModesKeywords__Group__1__Impl
- {
- pushFollow(FOLLOW_2);
- rule__InModesKeywords__Group__1__Impl();
-
- state._fsp--;
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__InModesKeywords__Group__1"
-
-
- // $ANTLR start "rule__InModesKeywords__Group__1__Impl"
- // InternalInstance.g:13753:1: rule__InModesKeywords__Group__1__Impl : ( 'modes' ) ;
- public final void rule__InModesKeywords__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalInstance.g:13757:1: ( ( 'modes' ) )
- // InternalInstance.g:13758:1: ( 'modes' )
- {
- // InternalInstance.g:13758:1: ( 'modes' )
- // InternalInstance.g:13759:1: 'modes'
- {
- before(grammarAccess.getInModesKeywordsAccess().getModesKeyword_1());
- match(input,54,FOLLOW_2);
- after(grammarAccess.getInModesKeywordsAccess().getModesKeyword_1());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__InModesKeywords__Group__1__Impl"
-
-
// $ANTLR start "rule__QPREF__Group__0"
- // InternalInstance.g:13777:1: rule__QPREF__Group__0 : rule__QPREF__Group__0__Impl rule__QPREF__Group__1 ;
+ // InternalInstance.g:13568:1: rule__QPREF__Group__0 : rule__QPREF__Group__0__Impl rule__QPREF__Group__1 ;
public final void rule__QPREF__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13781:1: ( rule__QPREF__Group__0__Impl rule__QPREF__Group__1 )
- // InternalInstance.g:13782:2: rule__QPREF__Group__0__Impl rule__QPREF__Group__1
+ // InternalInstance.g:13572:1: ( rule__QPREF__Group__0__Impl rule__QPREF__Group__1 )
+ // InternalInstance.g:13573:2: rule__QPREF__Group__0__Impl rule__QPREF__Group__1
{
pushFollow(FOLLOW_57);
rule__QPREF__Group__0__Impl();
@@ -36147,17 +35600,17 @@ public final void rule__QPREF__Group__0() throws RecognitionException {
// $ANTLR start "rule__QPREF__Group__0__Impl"
- // InternalInstance.g:13789:1: rule__QPREF__Group__0__Impl : ( RULE_ID ) ;
+ // InternalInstance.g:13580:1: rule__QPREF__Group__0__Impl : ( RULE_ID ) ;
public final void rule__QPREF__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13793:1: ( ( RULE_ID ) )
- // InternalInstance.g:13794:1: ( RULE_ID )
+ // InternalInstance.g:13584:1: ( ( RULE_ID ) )
+ // InternalInstance.g:13585:1: ( RULE_ID )
{
- // InternalInstance.g:13794:1: ( RULE_ID )
- // InternalInstance.g:13795:1: RULE_ID
+ // InternalInstance.g:13585:1: ( RULE_ID )
+ // InternalInstance.g:13586:1: RULE_ID
{
before(grammarAccess.getQPREFAccess().getIDTerminalRuleCall_0());
match(input,RULE_ID,FOLLOW_2);
@@ -36184,14 +35637,14 @@ public final void rule__QPREF__Group__0__Impl() throws RecognitionException {
// $ANTLR start "rule__QPREF__Group__1"
- // InternalInstance.g:13806:1: rule__QPREF__Group__1 : rule__QPREF__Group__1__Impl ;
+ // InternalInstance.g:13597:1: rule__QPREF__Group__1 : rule__QPREF__Group__1__Impl ;
public final void rule__QPREF__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13810:1: ( rule__QPREF__Group__1__Impl )
- // InternalInstance.g:13811:2: rule__QPREF__Group__1__Impl
+ // InternalInstance.g:13601:1: ( rule__QPREF__Group__1__Impl )
+ // InternalInstance.g:13602:2: rule__QPREF__Group__1__Impl
{
pushFollow(FOLLOW_2);
rule__QPREF__Group__1__Impl();
@@ -36217,20 +35670,20 @@ public final void rule__QPREF__Group__1() throws RecognitionException {
// $ANTLR start "rule__QPREF__Group__1__Impl"
- // InternalInstance.g:13817:1: rule__QPREF__Group__1__Impl : ( ( rule__QPREF__Group_1__0 )? ) ;
+ // InternalInstance.g:13608:1: rule__QPREF__Group__1__Impl : ( ( rule__QPREF__Group_1__0 )? ) ;
public final void rule__QPREF__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13821:1: ( ( ( rule__QPREF__Group_1__0 )? ) )
- // InternalInstance.g:13822:1: ( ( rule__QPREF__Group_1__0 )? )
+ // InternalInstance.g:13612:1: ( ( ( rule__QPREF__Group_1__0 )? ) )
+ // InternalInstance.g:13613:1: ( ( rule__QPREF__Group_1__0 )? )
{
- // InternalInstance.g:13822:1: ( ( rule__QPREF__Group_1__0 )? )
- // InternalInstance.g:13823:1: ( rule__QPREF__Group_1__0 )?
+ // InternalInstance.g:13613:1: ( ( rule__QPREF__Group_1__0 )? )
+ // InternalInstance.g:13614:1: ( rule__QPREF__Group_1__0 )?
{
before(grammarAccess.getQPREFAccess().getGroup_1());
- // InternalInstance.g:13824:1: ( rule__QPREF__Group_1__0 )?
+ // InternalInstance.g:13615:1: ( rule__QPREF__Group_1__0 )?
int alt92=2;
int LA92_0 = input.LA(1);
@@ -36239,7 +35692,7 @@ public final void rule__QPREF__Group__1__Impl() throws RecognitionException {
}
switch (alt92) {
case 1 :
- // InternalInstance.g:13824:2: rule__QPREF__Group_1__0
+ // InternalInstance.g:13615:2: rule__QPREF__Group_1__0
{
pushFollow(FOLLOW_2);
rule__QPREF__Group_1__0();
@@ -36275,14 +35728,14 @@ public final void rule__QPREF__Group__1__Impl() throws RecognitionException {
// $ANTLR start "rule__QPREF__Group_1__0"
- // InternalInstance.g:13838:1: rule__QPREF__Group_1__0 : rule__QPREF__Group_1__0__Impl rule__QPREF__Group_1__1 ;
+ // InternalInstance.g:13629:1: rule__QPREF__Group_1__0 : rule__QPREF__Group_1__0__Impl rule__QPREF__Group_1__1 ;
public final void rule__QPREF__Group_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13842:1: ( rule__QPREF__Group_1__0__Impl rule__QPREF__Group_1__1 )
- // InternalInstance.g:13843:2: rule__QPREF__Group_1__0__Impl rule__QPREF__Group_1__1
+ // InternalInstance.g:13633:1: ( rule__QPREF__Group_1__0__Impl rule__QPREF__Group_1__1 )
+ // InternalInstance.g:13634:2: rule__QPREF__Group_1__0__Impl rule__QPREF__Group_1__1
{
pushFollow(FOLLOW_3);
rule__QPREF__Group_1__0__Impl();
@@ -36313,17 +35766,17 @@ public final void rule__QPREF__Group_1__0() throws RecognitionException {
// $ANTLR start "rule__QPREF__Group_1__0__Impl"
- // InternalInstance.g:13850:1: rule__QPREF__Group_1__0__Impl : ( '::' ) ;
+ // InternalInstance.g:13641:1: rule__QPREF__Group_1__0__Impl : ( '::' ) ;
public final void rule__QPREF__Group_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13854:1: ( ( '::' ) )
- // InternalInstance.g:13855:1: ( '::' )
+ // InternalInstance.g:13645:1: ( ( '::' ) )
+ // InternalInstance.g:13646:1: ( '::' )
{
- // InternalInstance.g:13855:1: ( '::' )
- // InternalInstance.g:13856:1: '::'
+ // InternalInstance.g:13646:1: ( '::' )
+ // InternalInstance.g:13647:1: '::'
{
before(grammarAccess.getQPREFAccess().getColonColonKeyword_1_0());
match(input,72,FOLLOW_2);
@@ -36350,14 +35803,14 @@ public final void rule__QPREF__Group_1__0__Impl() throws RecognitionException {
// $ANTLR start "rule__QPREF__Group_1__1"
- // InternalInstance.g:13869:1: rule__QPREF__Group_1__1 : rule__QPREF__Group_1__1__Impl ;
+ // InternalInstance.g:13660:1: rule__QPREF__Group_1__1 : rule__QPREF__Group_1__1__Impl ;
public final void rule__QPREF__Group_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13873:1: ( rule__QPREF__Group_1__1__Impl )
- // InternalInstance.g:13874:2: rule__QPREF__Group_1__1__Impl
+ // InternalInstance.g:13664:1: ( rule__QPREF__Group_1__1__Impl )
+ // InternalInstance.g:13665:2: rule__QPREF__Group_1__1__Impl
{
pushFollow(FOLLOW_2);
rule__QPREF__Group_1__1__Impl();
@@ -36383,17 +35836,17 @@ public final void rule__QPREF__Group_1__1() throws RecognitionException {
// $ANTLR start "rule__QPREF__Group_1__1__Impl"
- // InternalInstance.g:13880:1: rule__QPREF__Group_1__1__Impl : ( RULE_ID ) ;
+ // InternalInstance.g:13671:1: rule__QPREF__Group_1__1__Impl : ( RULE_ID ) ;
public final void rule__QPREF__Group_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13884:1: ( ( RULE_ID ) )
- // InternalInstance.g:13885:1: ( RULE_ID )
+ // InternalInstance.g:13675:1: ( ( RULE_ID ) )
+ // InternalInstance.g:13676:1: ( RULE_ID )
{
- // InternalInstance.g:13885:1: ( RULE_ID )
- // InternalInstance.g:13886:1: RULE_ID
+ // InternalInstance.g:13676:1: ( RULE_ID )
+ // InternalInstance.g:13677:1: RULE_ID
{
before(grammarAccess.getQPREFAccess().getIDTerminalRuleCall_1_1());
match(input,RULE_ID,FOLLOW_2);
@@ -36420,14 +35873,14 @@ public final void rule__QPREF__Group_1__1__Impl() throws RecognitionException {
// $ANTLR start "rule__QCREF__Group__0"
- // InternalInstance.g:13901:1: rule__QCREF__Group__0 : rule__QCREF__Group__0__Impl rule__QCREF__Group__1 ;
+ // InternalInstance.g:13692:1: rule__QCREF__Group__0 : rule__QCREF__Group__0__Impl rule__QCREF__Group__1 ;
public final void rule__QCREF__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13905:1: ( rule__QCREF__Group__0__Impl rule__QCREF__Group__1 )
- // InternalInstance.g:13906:2: rule__QCREF__Group__0__Impl rule__QCREF__Group__1
+ // InternalInstance.g:13696:1: ( rule__QCREF__Group__0__Impl rule__QCREF__Group__1 )
+ // InternalInstance.g:13697:2: rule__QCREF__Group__0__Impl rule__QCREF__Group__1
{
pushFollow(FOLLOW_3);
rule__QCREF__Group__0__Impl();
@@ -36458,20 +35911,20 @@ public final void rule__QCREF__Group__0() throws RecognitionException {
// $ANTLR start "rule__QCREF__Group__0__Impl"
- // InternalInstance.g:13913:1: rule__QCREF__Group__0__Impl : ( ( rule__QCREF__Group_0__0 )* ) ;
+ // InternalInstance.g:13704:1: rule__QCREF__Group__0__Impl : ( ( rule__QCREF__Group_0__0 )* ) ;
public final void rule__QCREF__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13917:1: ( ( ( rule__QCREF__Group_0__0 )* ) )
- // InternalInstance.g:13918:1: ( ( rule__QCREF__Group_0__0 )* )
+ // InternalInstance.g:13708:1: ( ( ( rule__QCREF__Group_0__0 )* ) )
+ // InternalInstance.g:13709:1: ( ( rule__QCREF__Group_0__0 )* )
{
- // InternalInstance.g:13918:1: ( ( rule__QCREF__Group_0__0 )* )
- // InternalInstance.g:13919:1: ( rule__QCREF__Group_0__0 )*
+ // InternalInstance.g:13709:1: ( ( rule__QCREF__Group_0__0 )* )
+ // InternalInstance.g:13710:1: ( rule__QCREF__Group_0__0 )*
{
before(grammarAccess.getQCREFAccess().getGroup_0());
- // InternalInstance.g:13920:1: ( rule__QCREF__Group_0__0 )*
+ // InternalInstance.g:13711:1: ( rule__QCREF__Group_0__0 )*
loop93:
do {
int alt93=2;
@@ -36490,7 +35943,7 @@ public final void rule__QCREF__Group__0__Impl() throws RecognitionException {
switch (alt93) {
case 1 :
- // InternalInstance.g:13920:2: rule__QCREF__Group_0__0
+ // InternalInstance.g:13711:2: rule__QCREF__Group_0__0
{
pushFollow(FOLLOW_55);
rule__QCREF__Group_0__0();
@@ -36529,14 +35982,14 @@ public final void rule__QCREF__Group__0__Impl() throws RecognitionException {
// $ANTLR start "rule__QCREF__Group__1"
- // InternalInstance.g:13930:1: rule__QCREF__Group__1 : rule__QCREF__Group__1__Impl rule__QCREF__Group__2 ;
+ // InternalInstance.g:13721:1: rule__QCREF__Group__1 : rule__QCREF__Group__1__Impl rule__QCREF__Group__2 ;
public final void rule__QCREF__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13934:1: ( rule__QCREF__Group__1__Impl rule__QCREF__Group__2 )
- // InternalInstance.g:13935:2: rule__QCREF__Group__1__Impl rule__QCREF__Group__2
+ // InternalInstance.g:13725:1: ( rule__QCREF__Group__1__Impl rule__QCREF__Group__2 )
+ // InternalInstance.g:13726:2: rule__QCREF__Group__1__Impl rule__QCREF__Group__2
{
pushFollow(FOLLOW_56);
rule__QCREF__Group__1__Impl();
@@ -36567,17 +36020,17 @@ public final void rule__QCREF__Group__1() throws RecognitionException {
// $ANTLR start "rule__QCREF__Group__1__Impl"
- // InternalInstance.g:13942:1: rule__QCREF__Group__1__Impl : ( RULE_ID ) ;
+ // InternalInstance.g:13733:1: rule__QCREF__Group__1__Impl : ( RULE_ID ) ;
public final void rule__QCREF__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13946:1: ( ( RULE_ID ) )
- // InternalInstance.g:13947:1: ( RULE_ID )
+ // InternalInstance.g:13737:1: ( ( RULE_ID ) )
+ // InternalInstance.g:13738:1: ( RULE_ID )
{
- // InternalInstance.g:13947:1: ( RULE_ID )
- // InternalInstance.g:13948:1: RULE_ID
+ // InternalInstance.g:13738:1: ( RULE_ID )
+ // InternalInstance.g:13739:1: RULE_ID
{
before(grammarAccess.getQCREFAccess().getIDTerminalRuleCall_1());
match(input,RULE_ID,FOLLOW_2);
@@ -36604,14 +36057,14 @@ public final void rule__QCREF__Group__1__Impl() throws RecognitionException {
// $ANTLR start "rule__QCREF__Group__2"
- // InternalInstance.g:13959:1: rule__QCREF__Group__2 : rule__QCREF__Group__2__Impl ;
+ // InternalInstance.g:13750:1: rule__QCREF__Group__2 : rule__QCREF__Group__2__Impl ;
public final void rule__QCREF__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13963:1: ( rule__QCREF__Group__2__Impl )
- // InternalInstance.g:13964:2: rule__QCREF__Group__2__Impl
+ // InternalInstance.g:13754:1: ( rule__QCREF__Group__2__Impl )
+ // InternalInstance.g:13755:2: rule__QCREF__Group__2__Impl
{
pushFollow(FOLLOW_2);
rule__QCREF__Group__2__Impl();
@@ -36637,20 +36090,20 @@ public final void rule__QCREF__Group__2() throws RecognitionException {
// $ANTLR start "rule__QCREF__Group__2__Impl"
- // InternalInstance.g:13970:1: rule__QCREF__Group__2__Impl : ( ( rule__QCREF__Group_2__0 )? ) ;
+ // InternalInstance.g:13761:1: rule__QCREF__Group__2__Impl : ( ( rule__QCREF__Group_2__0 )? ) ;
public final void rule__QCREF__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13974:1: ( ( ( rule__QCREF__Group_2__0 )? ) )
- // InternalInstance.g:13975:1: ( ( rule__QCREF__Group_2__0 )? )
+ // InternalInstance.g:13765:1: ( ( ( rule__QCREF__Group_2__0 )? ) )
+ // InternalInstance.g:13766:1: ( ( rule__QCREF__Group_2__0 )? )
{
- // InternalInstance.g:13975:1: ( ( rule__QCREF__Group_2__0 )? )
- // InternalInstance.g:13976:1: ( rule__QCREF__Group_2__0 )?
+ // InternalInstance.g:13766:1: ( ( rule__QCREF__Group_2__0 )? )
+ // InternalInstance.g:13767:1: ( rule__QCREF__Group_2__0 )?
{
before(grammarAccess.getQCREFAccess().getGroup_2());
- // InternalInstance.g:13977:1: ( rule__QCREF__Group_2__0 )?
+ // InternalInstance.g:13768:1: ( rule__QCREF__Group_2__0 )?
int alt94=2;
int LA94_0 = input.LA(1);
@@ -36659,7 +36112,7 @@ public final void rule__QCREF__Group__2__Impl() throws RecognitionException {
}
switch (alt94) {
case 1 :
- // InternalInstance.g:13977:2: rule__QCREF__Group_2__0
+ // InternalInstance.g:13768:2: rule__QCREF__Group_2__0
{
pushFollow(FOLLOW_2);
rule__QCREF__Group_2__0();
@@ -36695,14 +36148,14 @@ public final void rule__QCREF__Group__2__Impl() throws RecognitionException {
// $ANTLR start "rule__QCREF__Group_0__0"
- // InternalInstance.g:13993:1: rule__QCREF__Group_0__0 : rule__QCREF__Group_0__0__Impl rule__QCREF__Group_0__1 ;
+ // InternalInstance.g:13784:1: rule__QCREF__Group_0__0 : rule__QCREF__Group_0__0__Impl rule__QCREF__Group_0__1 ;
public final void rule__QCREF__Group_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:13997:1: ( rule__QCREF__Group_0__0__Impl rule__QCREF__Group_0__1 )
- // InternalInstance.g:13998:2: rule__QCREF__Group_0__0__Impl rule__QCREF__Group_0__1
+ // InternalInstance.g:13788:1: ( rule__QCREF__Group_0__0__Impl rule__QCREF__Group_0__1 )
+ // InternalInstance.g:13789:2: rule__QCREF__Group_0__0__Impl rule__QCREF__Group_0__1
{
pushFollow(FOLLOW_57);
rule__QCREF__Group_0__0__Impl();
@@ -36733,17 +36186,17 @@ public final void rule__QCREF__Group_0__0() throws RecognitionException {
// $ANTLR start "rule__QCREF__Group_0__0__Impl"
- // InternalInstance.g:14005:1: rule__QCREF__Group_0__0__Impl : ( RULE_ID ) ;
+ // InternalInstance.g:13796:1: rule__QCREF__Group_0__0__Impl : ( RULE_ID ) ;
public final void rule__QCREF__Group_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14009:1: ( ( RULE_ID ) )
- // InternalInstance.g:14010:1: ( RULE_ID )
+ // InternalInstance.g:13800:1: ( ( RULE_ID ) )
+ // InternalInstance.g:13801:1: ( RULE_ID )
{
- // InternalInstance.g:14010:1: ( RULE_ID )
- // InternalInstance.g:14011:1: RULE_ID
+ // InternalInstance.g:13801:1: ( RULE_ID )
+ // InternalInstance.g:13802:1: RULE_ID
{
before(grammarAccess.getQCREFAccess().getIDTerminalRuleCall_0_0());
match(input,RULE_ID,FOLLOW_2);
@@ -36770,14 +36223,14 @@ public final void rule__QCREF__Group_0__0__Impl() throws RecognitionException {
// $ANTLR start "rule__QCREF__Group_0__1"
- // InternalInstance.g:14022:1: rule__QCREF__Group_0__1 : rule__QCREF__Group_0__1__Impl ;
+ // InternalInstance.g:13813:1: rule__QCREF__Group_0__1 : rule__QCREF__Group_0__1__Impl ;
public final void rule__QCREF__Group_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14026:1: ( rule__QCREF__Group_0__1__Impl )
- // InternalInstance.g:14027:2: rule__QCREF__Group_0__1__Impl
+ // InternalInstance.g:13817:1: ( rule__QCREF__Group_0__1__Impl )
+ // InternalInstance.g:13818:2: rule__QCREF__Group_0__1__Impl
{
pushFollow(FOLLOW_2);
rule__QCREF__Group_0__1__Impl();
@@ -36803,17 +36256,17 @@ public final void rule__QCREF__Group_0__1() throws RecognitionException {
// $ANTLR start "rule__QCREF__Group_0__1__Impl"
- // InternalInstance.g:14033:1: rule__QCREF__Group_0__1__Impl : ( '::' ) ;
+ // InternalInstance.g:13824:1: rule__QCREF__Group_0__1__Impl : ( '::' ) ;
public final void rule__QCREF__Group_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14037:1: ( ( '::' ) )
- // InternalInstance.g:14038:1: ( '::' )
+ // InternalInstance.g:13828:1: ( ( '::' ) )
+ // InternalInstance.g:13829:1: ( '::' )
{
- // InternalInstance.g:14038:1: ( '::' )
- // InternalInstance.g:14039:1: '::'
+ // InternalInstance.g:13829:1: ( '::' )
+ // InternalInstance.g:13830:1: '::'
{
before(grammarAccess.getQCREFAccess().getColonColonKeyword_0_1());
match(input,72,FOLLOW_2);
@@ -36840,14 +36293,14 @@ public final void rule__QCREF__Group_0__1__Impl() throws RecognitionException {
// $ANTLR start "rule__QCREF__Group_2__0"
- // InternalInstance.g:14056:1: rule__QCREF__Group_2__0 : rule__QCREF__Group_2__0__Impl rule__QCREF__Group_2__1 ;
+ // InternalInstance.g:13847:1: rule__QCREF__Group_2__0 : rule__QCREF__Group_2__0__Impl rule__QCREF__Group_2__1 ;
public final void rule__QCREF__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14060:1: ( rule__QCREF__Group_2__0__Impl rule__QCREF__Group_2__1 )
- // InternalInstance.g:14061:2: rule__QCREF__Group_2__0__Impl rule__QCREF__Group_2__1
+ // InternalInstance.g:13851:1: ( rule__QCREF__Group_2__0__Impl rule__QCREF__Group_2__1 )
+ // InternalInstance.g:13852:2: rule__QCREF__Group_2__0__Impl rule__QCREF__Group_2__1
{
pushFollow(FOLLOW_3);
rule__QCREF__Group_2__0__Impl();
@@ -36878,17 +36331,17 @@ public final void rule__QCREF__Group_2__0() throws RecognitionException {
// $ANTLR start "rule__QCREF__Group_2__0__Impl"
- // InternalInstance.g:14068:1: rule__QCREF__Group_2__0__Impl : ( '.' ) ;
+ // InternalInstance.g:13859:1: rule__QCREF__Group_2__0__Impl : ( '.' ) ;
public final void rule__QCREF__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14072:1: ( ( '.' ) )
- // InternalInstance.g:14073:1: ( '.' )
+ // InternalInstance.g:13863:1: ( ( '.' ) )
+ // InternalInstance.g:13864:1: ( '.' )
{
- // InternalInstance.g:14073:1: ( '.' )
- // InternalInstance.g:14074:1: '.'
+ // InternalInstance.g:13864:1: ( '.' )
+ // InternalInstance.g:13865:1: '.'
{
before(grammarAccess.getQCREFAccess().getFullStopKeyword_2_0());
match(input,73,FOLLOW_2);
@@ -36915,14 +36368,14 @@ public final void rule__QCREF__Group_2__0__Impl() throws RecognitionException {
// $ANTLR start "rule__QCREF__Group_2__1"
- // InternalInstance.g:14087:1: rule__QCREF__Group_2__1 : rule__QCREF__Group_2__1__Impl ;
+ // InternalInstance.g:13878:1: rule__QCREF__Group_2__1 : rule__QCREF__Group_2__1__Impl ;
public final void rule__QCREF__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14091:1: ( rule__QCREF__Group_2__1__Impl )
- // InternalInstance.g:14092:2: rule__QCREF__Group_2__1__Impl
+ // InternalInstance.g:13882:1: ( rule__QCREF__Group_2__1__Impl )
+ // InternalInstance.g:13883:2: rule__QCREF__Group_2__1__Impl
{
pushFollow(FOLLOW_2);
rule__QCREF__Group_2__1__Impl();
@@ -36948,17 +36401,17 @@ public final void rule__QCREF__Group_2__1() throws RecognitionException {
// $ANTLR start "rule__QCREF__Group_2__1__Impl"
- // InternalInstance.g:14098:1: rule__QCREF__Group_2__1__Impl : ( RULE_ID ) ;
+ // InternalInstance.g:13889:1: rule__QCREF__Group_2__1__Impl : ( RULE_ID ) ;
public final void rule__QCREF__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14102:1: ( ( RULE_ID ) )
- // InternalInstance.g:14103:1: ( RULE_ID )
+ // InternalInstance.g:13893:1: ( ( RULE_ID ) )
+ // InternalInstance.g:13894:1: ( RULE_ID )
{
- // InternalInstance.g:14103:1: ( RULE_ID )
- // InternalInstance.g:14104:1: RULE_ID
+ // InternalInstance.g:13894:1: ( RULE_ID )
+ // InternalInstance.g:13895:1: RULE_ID
{
before(grammarAccess.getQCREFAccess().getIDTerminalRuleCall_2_1());
match(input,RULE_ID,FOLLOW_2);
@@ -36985,17 +36438,17 @@ public final void rule__QCREF__Group_2__1__Impl() throws RecognitionException {
// $ANTLR start "rule__SystemInstance__CategoryAssignment_0"
- // InternalInstance.g:14120:1: rule__SystemInstance__CategoryAssignment_0 : ( ruleComponentCategory ) ;
+ // InternalInstance.g:13911:1: rule__SystemInstance__CategoryAssignment_0 : ( ruleComponentCategory ) ;
public final void rule__SystemInstance__CategoryAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14124:1: ( ( ruleComponentCategory ) )
- // InternalInstance.g:14125:1: ( ruleComponentCategory )
+ // InternalInstance.g:13915:1: ( ( ruleComponentCategory ) )
+ // InternalInstance.g:13916:1: ( ruleComponentCategory )
{
- // InternalInstance.g:14125:1: ( ruleComponentCategory )
- // InternalInstance.g:14126:1: ruleComponentCategory
+ // InternalInstance.g:13916:1: ( ruleComponentCategory )
+ // InternalInstance.g:13917:1: ruleComponentCategory
{
before(grammarAccess.getSystemInstanceAccess().getCategoryComponentCategoryParserRuleCall_0_0());
pushFollow(FOLLOW_2);
@@ -37026,17 +36479,17 @@ public final void rule__SystemInstance__CategoryAssignment_0() throws Recognitio
// $ANTLR start "rule__SystemInstance__NameAssignment_1"
- // InternalInstance.g:14135:1: rule__SystemInstance__NameAssignment_1 : ( RULE_ID ) ;
+ // InternalInstance.g:13926:1: rule__SystemInstance__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__SystemInstance__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14139:1: ( ( RULE_ID ) )
- // InternalInstance.g:14140:1: ( RULE_ID )
+ // InternalInstance.g:13930:1: ( ( RULE_ID ) )
+ // InternalInstance.g:13931:1: ( RULE_ID )
{
- // InternalInstance.g:14140:1: ( RULE_ID )
- // InternalInstance.g:14141:1: RULE_ID
+ // InternalInstance.g:13931:1: ( RULE_ID )
+ // InternalInstance.g:13932:1: RULE_ID
{
before(grammarAccess.getSystemInstanceAccess().getNameIDTerminalRuleCall_1_0());
match(input,RULE_ID,FOLLOW_2);
@@ -37063,21 +36516,21 @@ public final void rule__SystemInstance__NameAssignment_1() throws RecognitionExc
// $ANTLR start "rule__SystemInstance__ComponentImplementationAssignment_3"
- // InternalInstance.g:14150:1: rule__SystemInstance__ComponentImplementationAssignment_3 : ( ( ruleImplRef ) ) ;
+ // InternalInstance.g:13941:1: rule__SystemInstance__ComponentImplementationAssignment_3 : ( ( ruleImplRef ) ) ;
public final void rule__SystemInstance__ComponentImplementationAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14154:1: ( ( ( ruleImplRef ) ) )
- // InternalInstance.g:14155:1: ( ( ruleImplRef ) )
+ // InternalInstance.g:13945:1: ( ( ( ruleImplRef ) ) )
+ // InternalInstance.g:13946:1: ( ( ruleImplRef ) )
{
- // InternalInstance.g:14155:1: ( ( ruleImplRef ) )
- // InternalInstance.g:14156:1: ( ruleImplRef )
+ // InternalInstance.g:13946:1: ( ( ruleImplRef ) )
+ // InternalInstance.g:13947:1: ( ruleImplRef )
{
before(grammarAccess.getSystemInstanceAccess().getComponentImplementationComponentImplementationCrossReference_3_0());
- // InternalInstance.g:14157:1: ( ruleImplRef )
- // InternalInstance.g:14158:1: ruleImplRef
+ // InternalInstance.g:13948:1: ( ruleImplRef )
+ // InternalInstance.g:13949:1: ruleImplRef
{
before(grammarAccess.getSystemInstanceAccess().getComponentImplementationComponentImplementationImplRefParserRuleCall_3_0_1());
pushFollow(FOLLOW_2);
@@ -37112,17 +36565,17 @@ public final void rule__SystemInstance__ComponentImplementationAssignment_3() th
// $ANTLR start "rule__SystemInstance__FeatureInstanceAssignment_5_0"
- // InternalInstance.g:14169:1: rule__SystemInstance__FeatureInstanceAssignment_5_0 : ( ruleFeatureInstance ) ;
+ // InternalInstance.g:13960:1: rule__SystemInstance__FeatureInstanceAssignment_5_0 : ( ruleFeatureInstance ) ;
public final void rule__SystemInstance__FeatureInstanceAssignment_5_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14173:1: ( ( ruleFeatureInstance ) )
- // InternalInstance.g:14174:1: ( ruleFeatureInstance )
+ // InternalInstance.g:13964:1: ( ( ruleFeatureInstance ) )
+ // InternalInstance.g:13965:1: ( ruleFeatureInstance )
{
- // InternalInstance.g:14174:1: ( ruleFeatureInstance )
- // InternalInstance.g:14175:1: ruleFeatureInstance
+ // InternalInstance.g:13965:1: ( ruleFeatureInstance )
+ // InternalInstance.g:13966:1: ruleFeatureInstance
{
before(grammarAccess.getSystemInstanceAccess().getFeatureInstanceFeatureInstanceParserRuleCall_5_0_0());
pushFollow(FOLLOW_2);
@@ -37153,17 +36606,17 @@ public final void rule__SystemInstance__FeatureInstanceAssignment_5_0() throws R
// $ANTLR start "rule__SystemInstance__ComponentInstanceAssignment_5_1"
- // InternalInstance.g:14184:1: rule__SystemInstance__ComponentInstanceAssignment_5_1 : ( ruleComponentInstance ) ;
+ // InternalInstance.g:13975:1: rule__SystemInstance__ComponentInstanceAssignment_5_1 : ( ruleComponentInstance ) ;
public final void rule__SystemInstance__ComponentInstanceAssignment_5_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14188:1: ( ( ruleComponentInstance ) )
- // InternalInstance.g:14189:1: ( ruleComponentInstance )
+ // InternalInstance.g:13979:1: ( ( ruleComponentInstance ) )
+ // InternalInstance.g:13980:1: ( ruleComponentInstance )
{
- // InternalInstance.g:14189:1: ( ruleComponentInstance )
- // InternalInstance.g:14190:1: ruleComponentInstance
+ // InternalInstance.g:13980:1: ( ruleComponentInstance )
+ // InternalInstance.g:13981:1: ruleComponentInstance
{
before(grammarAccess.getSystemInstanceAccess().getComponentInstanceComponentInstanceParserRuleCall_5_1_0());
pushFollow(FOLLOW_2);
@@ -37194,17 +36647,17 @@ public final void rule__SystemInstance__ComponentInstanceAssignment_5_1() throws
// $ANTLR start "rule__SystemInstance__ConnectionInstanceAssignment_5_2"
- // InternalInstance.g:14199:1: rule__SystemInstance__ConnectionInstanceAssignment_5_2 : ( ruleConnectionInstance ) ;
+ // InternalInstance.g:13990:1: rule__SystemInstance__ConnectionInstanceAssignment_5_2 : ( ruleConnectionInstance ) ;
public final void rule__SystemInstance__ConnectionInstanceAssignment_5_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14203:1: ( ( ruleConnectionInstance ) )
- // InternalInstance.g:14204:1: ( ruleConnectionInstance )
+ // InternalInstance.g:13994:1: ( ( ruleConnectionInstance ) )
+ // InternalInstance.g:13995:1: ( ruleConnectionInstance )
{
- // InternalInstance.g:14204:1: ( ruleConnectionInstance )
- // InternalInstance.g:14205:1: ruleConnectionInstance
+ // InternalInstance.g:13995:1: ( ruleConnectionInstance )
+ // InternalInstance.g:13996:1: ruleConnectionInstance
{
before(grammarAccess.getSystemInstanceAccess().getConnectionInstanceConnectionInstanceParserRuleCall_5_2_0());
pushFollow(FOLLOW_2);
@@ -37235,17 +36688,17 @@ public final void rule__SystemInstance__ConnectionInstanceAssignment_5_2() throw
// $ANTLR start "rule__SystemInstance__FlowSpecificationAssignment_5_3"
- // InternalInstance.g:14214:1: rule__SystemInstance__FlowSpecificationAssignment_5_3 : ( ruleFlowSpecificationInstance ) ;
+ // InternalInstance.g:14005:1: rule__SystemInstance__FlowSpecificationAssignment_5_3 : ( ruleFlowSpecificationInstance ) ;
public final void rule__SystemInstance__FlowSpecificationAssignment_5_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14218:1: ( ( ruleFlowSpecificationInstance ) )
- // InternalInstance.g:14219:1: ( ruleFlowSpecificationInstance )
+ // InternalInstance.g:14009:1: ( ( ruleFlowSpecificationInstance ) )
+ // InternalInstance.g:14010:1: ( ruleFlowSpecificationInstance )
{
- // InternalInstance.g:14219:1: ( ruleFlowSpecificationInstance )
- // InternalInstance.g:14220:1: ruleFlowSpecificationInstance
+ // InternalInstance.g:14010:1: ( ruleFlowSpecificationInstance )
+ // InternalInstance.g:14011:1: ruleFlowSpecificationInstance
{
before(grammarAccess.getSystemInstanceAccess().getFlowSpecificationFlowSpecificationInstanceParserRuleCall_5_3_0());
pushFollow(FOLLOW_2);
@@ -37276,17 +36729,17 @@ public final void rule__SystemInstance__FlowSpecificationAssignment_5_3() throws
// $ANTLR start "rule__SystemInstance__EndToEndFlowAssignment_5_4"
- // InternalInstance.g:14229:1: rule__SystemInstance__EndToEndFlowAssignment_5_4 : ( ruleEndToEndFlowInstance ) ;
+ // InternalInstance.g:14020:1: rule__SystemInstance__EndToEndFlowAssignment_5_4 : ( ruleEndToEndFlowInstance ) ;
public final void rule__SystemInstance__EndToEndFlowAssignment_5_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14233:1: ( ( ruleEndToEndFlowInstance ) )
- // InternalInstance.g:14234:1: ( ruleEndToEndFlowInstance )
+ // InternalInstance.g:14024:1: ( ( ruleEndToEndFlowInstance ) )
+ // InternalInstance.g:14025:1: ( ruleEndToEndFlowInstance )
{
- // InternalInstance.g:14234:1: ( ruleEndToEndFlowInstance )
- // InternalInstance.g:14235:1: ruleEndToEndFlowInstance
+ // InternalInstance.g:14025:1: ( ruleEndToEndFlowInstance )
+ // InternalInstance.g:14026:1: ruleEndToEndFlowInstance
{
before(grammarAccess.getSystemInstanceAccess().getEndToEndFlowEndToEndFlowInstanceParserRuleCall_5_4_0());
pushFollow(FOLLOW_2);
@@ -37317,17 +36770,17 @@ public final void rule__SystemInstance__EndToEndFlowAssignment_5_4() throws Reco
// $ANTLR start "rule__SystemInstance__ModeInstanceAssignment_5_5"
- // InternalInstance.g:14244:1: rule__SystemInstance__ModeInstanceAssignment_5_5 : ( ruleModeInstance ) ;
+ // InternalInstance.g:14035:1: rule__SystemInstance__ModeInstanceAssignment_5_5 : ( ruleModeInstance ) ;
public final void rule__SystemInstance__ModeInstanceAssignment_5_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14248:1: ( ( ruleModeInstance ) )
- // InternalInstance.g:14249:1: ( ruleModeInstance )
+ // InternalInstance.g:14039:1: ( ( ruleModeInstance ) )
+ // InternalInstance.g:14040:1: ( ruleModeInstance )
{
- // InternalInstance.g:14249:1: ( ruleModeInstance )
- // InternalInstance.g:14250:1: ruleModeInstance
+ // InternalInstance.g:14040:1: ( ruleModeInstance )
+ // InternalInstance.g:14041:1: ruleModeInstance
{
before(grammarAccess.getSystemInstanceAccess().getModeInstanceModeInstanceParserRuleCall_5_5_0());
pushFollow(FOLLOW_2);
@@ -37358,17 +36811,17 @@ public final void rule__SystemInstance__ModeInstanceAssignment_5_5() throws Reco
// $ANTLR start "rule__SystemInstance__ModeTransitionInstanceAssignment_5_6"
- // InternalInstance.g:14259:1: rule__SystemInstance__ModeTransitionInstanceAssignment_5_6 : ( ruleModeTransitionInstance ) ;
+ // InternalInstance.g:14050:1: rule__SystemInstance__ModeTransitionInstanceAssignment_5_6 : ( ruleModeTransitionInstance ) ;
public final void rule__SystemInstance__ModeTransitionInstanceAssignment_5_6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14263:1: ( ( ruleModeTransitionInstance ) )
- // InternalInstance.g:14264:1: ( ruleModeTransitionInstance )
+ // InternalInstance.g:14054:1: ( ( ruleModeTransitionInstance ) )
+ // InternalInstance.g:14055:1: ( ruleModeTransitionInstance )
{
- // InternalInstance.g:14264:1: ( ruleModeTransitionInstance )
- // InternalInstance.g:14265:1: ruleModeTransitionInstance
+ // InternalInstance.g:14055:1: ( ruleModeTransitionInstance )
+ // InternalInstance.g:14056:1: ruleModeTransitionInstance
{
before(grammarAccess.getSystemInstanceAccess().getModeTransitionInstanceModeTransitionInstanceParserRuleCall_5_6_0());
pushFollow(FOLLOW_2);
@@ -37399,17 +36852,17 @@ public final void rule__SystemInstance__ModeTransitionInstanceAssignment_5_6() t
// $ANTLR start "rule__SystemInstance__SystemOperationModeAssignment_5_7"
- // InternalInstance.g:14274:1: rule__SystemInstance__SystemOperationModeAssignment_5_7 : ( ruleSystemOperationMode ) ;
+ // InternalInstance.g:14065:1: rule__SystemInstance__SystemOperationModeAssignment_5_7 : ( ruleSystemOperationMode ) ;
public final void rule__SystemInstance__SystemOperationModeAssignment_5_7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14278:1: ( ( ruleSystemOperationMode ) )
- // InternalInstance.g:14279:1: ( ruleSystemOperationMode )
+ // InternalInstance.g:14069:1: ( ( ruleSystemOperationMode ) )
+ // InternalInstance.g:14070:1: ( ruleSystemOperationMode )
{
- // InternalInstance.g:14279:1: ( ruleSystemOperationMode )
- // InternalInstance.g:14280:1: ruleSystemOperationMode
+ // InternalInstance.g:14070:1: ( ruleSystemOperationMode )
+ // InternalInstance.g:14071:1: ruleSystemOperationMode
{
before(grammarAccess.getSystemInstanceAccess().getSystemOperationModeSystemOperationModeParserRuleCall_5_7_0());
pushFollow(FOLLOW_2);
@@ -37440,17 +36893,17 @@ public final void rule__SystemInstance__SystemOperationModeAssignment_5_7() thro
// $ANTLR start "rule__SystemInstance__OwnedPropertyAssociationAssignment_5_8"
- // InternalInstance.g:14289:1: rule__SystemInstance__OwnedPropertyAssociationAssignment_5_8 : ( rulePropertyAssociationInstance ) ;
+ // InternalInstance.g:14080:1: rule__SystemInstance__OwnedPropertyAssociationAssignment_5_8 : ( rulePropertyAssociationInstance ) ;
public final void rule__SystemInstance__OwnedPropertyAssociationAssignment_5_8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14293:1: ( ( rulePropertyAssociationInstance ) )
- // InternalInstance.g:14294:1: ( rulePropertyAssociationInstance )
+ // InternalInstance.g:14084:1: ( ( rulePropertyAssociationInstance ) )
+ // InternalInstance.g:14085:1: ( rulePropertyAssociationInstance )
{
- // InternalInstance.g:14294:1: ( rulePropertyAssociationInstance )
- // InternalInstance.g:14295:1: rulePropertyAssociationInstance
+ // InternalInstance.g:14085:1: ( rulePropertyAssociationInstance )
+ // InternalInstance.g:14086:1: rulePropertyAssociationInstance
{
before(grammarAccess.getSystemInstanceAccess().getOwnedPropertyAssociationPropertyAssociationInstanceParserRuleCall_5_8_0());
pushFollow(FOLLOW_2);
@@ -37481,17 +36934,17 @@ public final void rule__SystemInstance__OwnedPropertyAssociationAssignment_5_8()
// $ANTLR start "rule__FeatureInstance__DirectionAssignment_0"
- // InternalInstance.g:14304:1: rule__FeatureInstance__DirectionAssignment_0 : ( ruleDirectionType ) ;
+ // InternalInstance.g:14095:1: rule__FeatureInstance__DirectionAssignment_0 : ( ruleDirectionType ) ;
public final void rule__FeatureInstance__DirectionAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14308:1: ( ( ruleDirectionType ) )
- // InternalInstance.g:14309:1: ( ruleDirectionType )
+ // InternalInstance.g:14099:1: ( ( ruleDirectionType ) )
+ // InternalInstance.g:14100:1: ( ruleDirectionType )
{
- // InternalInstance.g:14309:1: ( ruleDirectionType )
- // InternalInstance.g:14310:1: ruleDirectionType
+ // InternalInstance.g:14100:1: ( ruleDirectionType )
+ // InternalInstance.g:14101:1: ruleDirectionType
{
before(grammarAccess.getFeatureInstanceAccess().getDirectionDirectionTypeParserRuleCall_0_0());
pushFollow(FOLLOW_2);
@@ -37522,17 +36975,17 @@ public final void rule__FeatureInstance__DirectionAssignment_0() throws Recognit
// $ANTLR start "rule__FeatureInstance__CategoryAssignment_1"
- // InternalInstance.g:14319:1: rule__FeatureInstance__CategoryAssignment_1 : ( ruleFeatureCategory ) ;
+ // InternalInstance.g:14110:1: rule__FeatureInstance__CategoryAssignment_1 : ( ruleFeatureCategory ) ;
public final void rule__FeatureInstance__CategoryAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14323:1: ( ( ruleFeatureCategory ) )
- // InternalInstance.g:14324:1: ( ruleFeatureCategory )
+ // InternalInstance.g:14114:1: ( ( ruleFeatureCategory ) )
+ // InternalInstance.g:14115:1: ( ruleFeatureCategory )
{
- // InternalInstance.g:14324:1: ( ruleFeatureCategory )
- // InternalInstance.g:14325:1: ruleFeatureCategory
+ // InternalInstance.g:14115:1: ( ruleFeatureCategory )
+ // InternalInstance.g:14116:1: ruleFeatureCategory
{
before(grammarAccess.getFeatureInstanceAccess().getCategoryFeatureCategoryParserRuleCall_1_0());
pushFollow(FOLLOW_2);
@@ -37563,17 +37016,17 @@ public final void rule__FeatureInstance__CategoryAssignment_1() throws Recogniti
// $ANTLR start "rule__FeatureInstance__NameAssignment_2"
- // InternalInstance.g:14334:1: rule__FeatureInstance__NameAssignment_2 : ( RULE_ID ) ;
+ // InternalInstance.g:14125:1: rule__FeatureInstance__NameAssignment_2 : ( RULE_ID ) ;
public final void rule__FeatureInstance__NameAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14338:1: ( ( RULE_ID ) )
- // InternalInstance.g:14339:1: ( RULE_ID )
+ // InternalInstance.g:14129:1: ( ( RULE_ID ) )
+ // InternalInstance.g:14130:1: ( RULE_ID )
{
- // InternalInstance.g:14339:1: ( RULE_ID )
- // InternalInstance.g:14340:1: RULE_ID
+ // InternalInstance.g:14130:1: ( RULE_ID )
+ // InternalInstance.g:14131:1: RULE_ID
{
before(grammarAccess.getFeatureInstanceAccess().getNameIDTerminalRuleCall_2_0());
match(input,RULE_ID,FOLLOW_2);
@@ -37600,17 +37053,17 @@ public final void rule__FeatureInstance__NameAssignment_2() throws RecognitionEx
// $ANTLR start "rule__FeatureInstance__IndexAssignment_3_1"
- // InternalInstance.g:14349:1: rule__FeatureInstance__IndexAssignment_3_1 : ( ruleLong ) ;
+ // InternalInstance.g:14140:1: rule__FeatureInstance__IndexAssignment_3_1 : ( ruleLong ) ;
public final void rule__FeatureInstance__IndexAssignment_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14353:1: ( ( ruleLong ) )
- // InternalInstance.g:14354:1: ( ruleLong )
+ // InternalInstance.g:14144:1: ( ( ruleLong ) )
+ // InternalInstance.g:14145:1: ( ruleLong )
{
- // InternalInstance.g:14354:1: ( ruleLong )
- // InternalInstance.g:14355:1: ruleLong
+ // InternalInstance.g:14145:1: ( ruleLong )
+ // InternalInstance.g:14146:1: ruleLong
{
before(grammarAccess.getFeatureInstanceAccess().getIndexLongParserRuleCall_3_1_0());
pushFollow(FOLLOW_2);
@@ -37641,21 +37094,21 @@ public final void rule__FeatureInstance__IndexAssignment_3_1() throws Recognitio
// $ANTLR start "rule__FeatureInstance__FeatureAssignment_5"
- // InternalInstance.g:14364:1: rule__FeatureInstance__FeatureAssignment_5 : ( ( ruleDeclarativeRef ) ) ;
+ // InternalInstance.g:14155:1: rule__FeatureInstance__FeatureAssignment_5 : ( ( ruleDeclarativeRef ) ) ;
public final void rule__FeatureInstance__FeatureAssignment_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14368:1: ( ( ( ruleDeclarativeRef ) ) )
- // InternalInstance.g:14369:1: ( ( ruleDeclarativeRef ) )
+ // InternalInstance.g:14159:1: ( ( ( ruleDeclarativeRef ) ) )
+ // InternalInstance.g:14160:1: ( ( ruleDeclarativeRef ) )
{
- // InternalInstance.g:14369:1: ( ( ruleDeclarativeRef ) )
- // InternalInstance.g:14370:1: ( ruleDeclarativeRef )
+ // InternalInstance.g:14160:1: ( ( ruleDeclarativeRef ) )
+ // InternalInstance.g:14161:1: ( ruleDeclarativeRef )
{
before(grammarAccess.getFeatureInstanceAccess().getFeatureFeatureCrossReference_5_0());
- // InternalInstance.g:14371:1: ( ruleDeclarativeRef )
- // InternalInstance.g:14372:1: ruleDeclarativeRef
+ // InternalInstance.g:14162:1: ( ruleDeclarativeRef )
+ // InternalInstance.g:14163:1: ruleDeclarativeRef
{
before(grammarAccess.getFeatureInstanceAccess().getFeatureFeatureDeclarativeRefParserRuleCall_5_0_1());
pushFollow(FOLLOW_2);
@@ -37690,17 +37143,17 @@ public final void rule__FeatureInstance__FeatureAssignment_5() throws Recognitio
// $ANTLR start "rule__FeatureInstance__FeatureInstanceAssignment_6_1_0"
- // InternalInstance.g:14383:1: rule__FeatureInstance__FeatureInstanceAssignment_6_1_0 : ( ruleFeatureInstance ) ;
+ // InternalInstance.g:14174:1: rule__FeatureInstance__FeatureInstanceAssignment_6_1_0 : ( ruleFeatureInstance ) ;
public final void rule__FeatureInstance__FeatureInstanceAssignment_6_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14387:1: ( ( ruleFeatureInstance ) )
- // InternalInstance.g:14388:1: ( ruleFeatureInstance )
+ // InternalInstance.g:14178:1: ( ( ruleFeatureInstance ) )
+ // InternalInstance.g:14179:1: ( ruleFeatureInstance )
{
- // InternalInstance.g:14388:1: ( ruleFeatureInstance )
- // InternalInstance.g:14389:1: ruleFeatureInstance
+ // InternalInstance.g:14179:1: ( ruleFeatureInstance )
+ // InternalInstance.g:14180:1: ruleFeatureInstance
{
before(grammarAccess.getFeatureInstanceAccess().getFeatureInstanceFeatureInstanceParserRuleCall_6_1_0_0());
pushFollow(FOLLOW_2);
@@ -37731,17 +37184,17 @@ public final void rule__FeatureInstance__FeatureInstanceAssignment_6_1_0() throw
// $ANTLR start "rule__FeatureInstance__OwnedPropertyAssociationAssignment_6_1_1"
- // InternalInstance.g:14398:1: rule__FeatureInstance__OwnedPropertyAssociationAssignment_6_1_1 : ( rulePropertyAssociationInstance ) ;
+ // InternalInstance.g:14189:1: rule__FeatureInstance__OwnedPropertyAssociationAssignment_6_1_1 : ( rulePropertyAssociationInstance ) ;
public final void rule__FeatureInstance__OwnedPropertyAssociationAssignment_6_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14402:1: ( ( rulePropertyAssociationInstance ) )
- // InternalInstance.g:14403:1: ( rulePropertyAssociationInstance )
+ // InternalInstance.g:14193:1: ( ( rulePropertyAssociationInstance ) )
+ // InternalInstance.g:14194:1: ( rulePropertyAssociationInstance )
{
- // InternalInstance.g:14403:1: ( rulePropertyAssociationInstance )
- // InternalInstance.g:14404:1: rulePropertyAssociationInstance
+ // InternalInstance.g:14194:1: ( rulePropertyAssociationInstance )
+ // InternalInstance.g:14195:1: rulePropertyAssociationInstance
{
before(grammarAccess.getFeatureInstanceAccess().getOwnedPropertyAssociationPropertyAssociationInstanceParserRuleCall_6_1_1_0());
pushFollow(FOLLOW_2);
@@ -37772,17 +37225,17 @@ public final void rule__FeatureInstance__OwnedPropertyAssociationAssignment_6_1_
// $ANTLR start "rule__ComponentInstance__CategoryAssignment_0"
- // InternalInstance.g:14413:1: rule__ComponentInstance__CategoryAssignment_0 : ( ruleComponentCategory ) ;
+ // InternalInstance.g:14204:1: rule__ComponentInstance__CategoryAssignment_0 : ( ruleComponentCategory ) ;
public final void rule__ComponentInstance__CategoryAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14417:1: ( ( ruleComponentCategory ) )
- // InternalInstance.g:14418:1: ( ruleComponentCategory )
+ // InternalInstance.g:14208:1: ( ( ruleComponentCategory ) )
+ // InternalInstance.g:14209:1: ( ruleComponentCategory )
{
- // InternalInstance.g:14418:1: ( ruleComponentCategory )
- // InternalInstance.g:14419:1: ruleComponentCategory
+ // InternalInstance.g:14209:1: ( ruleComponentCategory )
+ // InternalInstance.g:14210:1: ruleComponentCategory
{
before(grammarAccess.getComponentInstanceAccess().getCategoryComponentCategoryParserRuleCall_0_0());
pushFollow(FOLLOW_2);
@@ -37813,21 +37266,21 @@ public final void rule__ComponentInstance__CategoryAssignment_0() throws Recogni
// $ANTLR start "rule__ComponentInstance__ClassifierAssignment_1"
- // InternalInstance.g:14428:1: rule__ComponentInstance__ClassifierAssignment_1 : ( ( ruleClassifierRef ) ) ;
+ // InternalInstance.g:14219:1: rule__ComponentInstance__ClassifierAssignment_1 : ( ( ruleClassifierRef ) ) ;
public final void rule__ComponentInstance__ClassifierAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14432:1: ( ( ( ruleClassifierRef ) ) )
- // InternalInstance.g:14433:1: ( ( ruleClassifierRef ) )
+ // InternalInstance.g:14223:1: ( ( ( ruleClassifierRef ) ) )
+ // InternalInstance.g:14224:1: ( ( ruleClassifierRef ) )
{
- // InternalInstance.g:14433:1: ( ( ruleClassifierRef ) )
- // InternalInstance.g:14434:1: ( ruleClassifierRef )
+ // InternalInstance.g:14224:1: ( ( ruleClassifierRef ) )
+ // InternalInstance.g:14225:1: ( ruleClassifierRef )
{
before(grammarAccess.getComponentInstanceAccess().getClassifierComponentClassifierCrossReference_1_0());
- // InternalInstance.g:14435:1: ( ruleClassifierRef )
- // InternalInstance.g:14436:1: ruleClassifierRef
+ // InternalInstance.g:14226:1: ( ruleClassifierRef )
+ // InternalInstance.g:14227:1: ruleClassifierRef
{
before(grammarAccess.getComponentInstanceAccess().getClassifierComponentClassifierClassifierRefParserRuleCall_1_0_1());
pushFollow(FOLLOW_2);
@@ -37862,17 +37315,17 @@ public final void rule__ComponentInstance__ClassifierAssignment_1() throws Recog
// $ANTLR start "rule__ComponentInstance__NameAssignment_2"
- // InternalInstance.g:14447:1: rule__ComponentInstance__NameAssignment_2 : ( RULE_ID ) ;
+ // InternalInstance.g:14238:1: rule__ComponentInstance__NameAssignment_2 : ( RULE_ID ) ;
public final void rule__ComponentInstance__NameAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14451:1: ( ( RULE_ID ) )
- // InternalInstance.g:14452:1: ( RULE_ID )
+ // InternalInstance.g:14242:1: ( ( RULE_ID ) )
+ // InternalInstance.g:14243:1: ( RULE_ID )
{
- // InternalInstance.g:14452:1: ( RULE_ID )
- // InternalInstance.g:14453:1: RULE_ID
+ // InternalInstance.g:14243:1: ( RULE_ID )
+ // InternalInstance.g:14244:1: RULE_ID
{
before(grammarAccess.getComponentInstanceAccess().getNameIDTerminalRuleCall_2_0());
match(input,RULE_ID,FOLLOW_2);
@@ -37899,17 +37352,17 @@ public final void rule__ComponentInstance__NameAssignment_2() throws Recognition
// $ANTLR start "rule__ComponentInstance__IndexAssignment_3_1"
- // InternalInstance.g:14462:1: rule__ComponentInstance__IndexAssignment_3_1 : ( ruleLong ) ;
+ // InternalInstance.g:14253:1: rule__ComponentInstance__IndexAssignment_3_1 : ( ruleLong ) ;
public final void rule__ComponentInstance__IndexAssignment_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14466:1: ( ( ruleLong ) )
- // InternalInstance.g:14467:1: ( ruleLong )
+ // InternalInstance.g:14257:1: ( ( ruleLong ) )
+ // InternalInstance.g:14258:1: ( ruleLong )
{
- // InternalInstance.g:14467:1: ( ruleLong )
- // InternalInstance.g:14468:1: ruleLong
+ // InternalInstance.g:14258:1: ( ruleLong )
+ // InternalInstance.g:14259:1: ruleLong
{
before(grammarAccess.getComponentInstanceAccess().getIndexLongParserRuleCall_3_1_0());
pushFollow(FOLLOW_2);
@@ -37940,21 +37393,21 @@ public final void rule__ComponentInstance__IndexAssignment_3_1() throws Recognit
// $ANTLR start "rule__ComponentInstance__InModeAssignment_4_3"
- // InternalInstance.g:14477:1: rule__ComponentInstance__InModeAssignment_4_3 : ( ( RULE_ID ) ) ;
+ // InternalInstance.g:14268:1: rule__ComponentInstance__InModeAssignment_4_3 : ( ( RULE_ID ) ) ;
public final void rule__ComponentInstance__InModeAssignment_4_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14481:1: ( ( ( RULE_ID ) ) )
- // InternalInstance.g:14482:1: ( ( RULE_ID ) )
+ // InternalInstance.g:14272:1: ( ( ( RULE_ID ) ) )
+ // InternalInstance.g:14273:1: ( ( RULE_ID ) )
{
- // InternalInstance.g:14482:1: ( ( RULE_ID ) )
- // InternalInstance.g:14483:1: ( RULE_ID )
+ // InternalInstance.g:14273:1: ( ( RULE_ID ) )
+ // InternalInstance.g:14274:1: ( RULE_ID )
{
before(grammarAccess.getComponentInstanceAccess().getInModeModeInstanceCrossReference_4_3_0());
- // InternalInstance.g:14484:1: ( RULE_ID )
- // InternalInstance.g:14485:1: RULE_ID
+ // InternalInstance.g:14275:1: ( RULE_ID )
+ // InternalInstance.g:14276:1: RULE_ID
{
before(grammarAccess.getComponentInstanceAccess().getInModeModeInstanceIDTerminalRuleCall_4_3_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -37985,21 +37438,21 @@ public final void rule__ComponentInstance__InModeAssignment_4_3() throws Recogni
// $ANTLR start "rule__ComponentInstance__InModeAssignment_4_4_1"
- // InternalInstance.g:14496:1: rule__ComponentInstance__InModeAssignment_4_4_1 : ( ( RULE_ID ) ) ;
+ // InternalInstance.g:14287:1: rule__ComponentInstance__InModeAssignment_4_4_1 : ( ( RULE_ID ) ) ;
public final void rule__ComponentInstance__InModeAssignment_4_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14500:1: ( ( ( RULE_ID ) ) )
- // InternalInstance.g:14501:1: ( ( RULE_ID ) )
+ // InternalInstance.g:14291:1: ( ( ( RULE_ID ) ) )
+ // InternalInstance.g:14292:1: ( ( RULE_ID ) )
{
- // InternalInstance.g:14501:1: ( ( RULE_ID ) )
- // InternalInstance.g:14502:1: ( RULE_ID )
+ // InternalInstance.g:14292:1: ( ( RULE_ID ) )
+ // InternalInstance.g:14293:1: ( RULE_ID )
{
before(grammarAccess.getComponentInstanceAccess().getInModeModeInstanceCrossReference_4_4_1_0());
- // InternalInstance.g:14503:1: ( RULE_ID )
- // InternalInstance.g:14504:1: RULE_ID
+ // InternalInstance.g:14294:1: ( RULE_ID )
+ // InternalInstance.g:14295:1: RULE_ID
{
before(grammarAccess.getComponentInstanceAccess().getInModeModeInstanceIDTerminalRuleCall_4_4_1_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -38030,21 +37483,21 @@ public final void rule__ComponentInstance__InModeAssignment_4_4_1() throws Recog
// $ANTLR start "rule__ComponentInstance__SubcomponentAssignment_6"
- // InternalInstance.g:14515:1: rule__ComponentInstance__SubcomponentAssignment_6 : ( ( ruleDeclarativeRef ) ) ;
+ // InternalInstance.g:14306:1: rule__ComponentInstance__SubcomponentAssignment_6 : ( ( ruleDeclarativeRef ) ) ;
public final void rule__ComponentInstance__SubcomponentAssignment_6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14519:1: ( ( ( ruleDeclarativeRef ) ) )
- // InternalInstance.g:14520:1: ( ( ruleDeclarativeRef ) )
+ // InternalInstance.g:14310:1: ( ( ( ruleDeclarativeRef ) ) )
+ // InternalInstance.g:14311:1: ( ( ruleDeclarativeRef ) )
{
- // InternalInstance.g:14520:1: ( ( ruleDeclarativeRef ) )
- // InternalInstance.g:14521:1: ( ruleDeclarativeRef )
+ // InternalInstance.g:14311:1: ( ( ruleDeclarativeRef ) )
+ // InternalInstance.g:14312:1: ( ruleDeclarativeRef )
{
before(grammarAccess.getComponentInstanceAccess().getSubcomponentSubcomponentCrossReference_6_0());
- // InternalInstance.g:14522:1: ( ruleDeclarativeRef )
- // InternalInstance.g:14523:1: ruleDeclarativeRef
+ // InternalInstance.g:14313:1: ( ruleDeclarativeRef )
+ // InternalInstance.g:14314:1: ruleDeclarativeRef
{
before(grammarAccess.getComponentInstanceAccess().getSubcomponentSubcomponentDeclarativeRefParserRuleCall_6_0_1());
pushFollow(FOLLOW_2);
@@ -38079,17 +37532,17 @@ public final void rule__ComponentInstance__SubcomponentAssignment_6() throws Rec
// $ANTLR start "rule__ComponentInstance__FeatureInstanceAssignment_7_1_0"
- // InternalInstance.g:14534:1: rule__ComponentInstance__FeatureInstanceAssignment_7_1_0 : ( ruleFeatureInstance ) ;
+ // InternalInstance.g:14325:1: rule__ComponentInstance__FeatureInstanceAssignment_7_1_0 : ( ruleFeatureInstance ) ;
public final void rule__ComponentInstance__FeatureInstanceAssignment_7_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14538:1: ( ( ruleFeatureInstance ) )
- // InternalInstance.g:14539:1: ( ruleFeatureInstance )
+ // InternalInstance.g:14329:1: ( ( ruleFeatureInstance ) )
+ // InternalInstance.g:14330:1: ( ruleFeatureInstance )
{
- // InternalInstance.g:14539:1: ( ruleFeatureInstance )
- // InternalInstance.g:14540:1: ruleFeatureInstance
+ // InternalInstance.g:14330:1: ( ruleFeatureInstance )
+ // InternalInstance.g:14331:1: ruleFeatureInstance
{
before(grammarAccess.getComponentInstanceAccess().getFeatureInstanceFeatureInstanceParserRuleCall_7_1_0_0());
pushFollow(FOLLOW_2);
@@ -38120,17 +37573,17 @@ public final void rule__ComponentInstance__FeatureInstanceAssignment_7_1_0() thr
// $ANTLR start "rule__ComponentInstance__ComponentInstanceAssignment_7_1_1"
- // InternalInstance.g:14549:1: rule__ComponentInstance__ComponentInstanceAssignment_7_1_1 : ( ruleComponentInstance ) ;
+ // InternalInstance.g:14340:1: rule__ComponentInstance__ComponentInstanceAssignment_7_1_1 : ( ruleComponentInstance ) ;
public final void rule__ComponentInstance__ComponentInstanceAssignment_7_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14553:1: ( ( ruleComponentInstance ) )
- // InternalInstance.g:14554:1: ( ruleComponentInstance )
+ // InternalInstance.g:14344:1: ( ( ruleComponentInstance ) )
+ // InternalInstance.g:14345:1: ( ruleComponentInstance )
{
- // InternalInstance.g:14554:1: ( ruleComponentInstance )
- // InternalInstance.g:14555:1: ruleComponentInstance
+ // InternalInstance.g:14345:1: ( ruleComponentInstance )
+ // InternalInstance.g:14346:1: ruleComponentInstance
{
before(grammarAccess.getComponentInstanceAccess().getComponentInstanceComponentInstanceParserRuleCall_7_1_1_0());
pushFollow(FOLLOW_2);
@@ -38161,17 +37614,17 @@ public final void rule__ComponentInstance__ComponentInstanceAssignment_7_1_1() t
// $ANTLR start "rule__ComponentInstance__ConnectionInstanceAssignment_7_1_2"
- // InternalInstance.g:14564:1: rule__ComponentInstance__ConnectionInstanceAssignment_7_1_2 : ( ruleConnectionInstance ) ;
+ // InternalInstance.g:14355:1: rule__ComponentInstance__ConnectionInstanceAssignment_7_1_2 : ( ruleConnectionInstance ) ;
public final void rule__ComponentInstance__ConnectionInstanceAssignment_7_1_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14568:1: ( ( ruleConnectionInstance ) )
- // InternalInstance.g:14569:1: ( ruleConnectionInstance )
+ // InternalInstance.g:14359:1: ( ( ruleConnectionInstance ) )
+ // InternalInstance.g:14360:1: ( ruleConnectionInstance )
{
- // InternalInstance.g:14569:1: ( ruleConnectionInstance )
- // InternalInstance.g:14570:1: ruleConnectionInstance
+ // InternalInstance.g:14360:1: ( ruleConnectionInstance )
+ // InternalInstance.g:14361:1: ruleConnectionInstance
{
before(grammarAccess.getComponentInstanceAccess().getConnectionInstanceConnectionInstanceParserRuleCall_7_1_2_0());
pushFollow(FOLLOW_2);
@@ -38202,17 +37655,17 @@ public final void rule__ComponentInstance__ConnectionInstanceAssignment_7_1_2()
// $ANTLR start "rule__ComponentInstance__FlowSpecificationAssignment_7_1_3"
- // InternalInstance.g:14579:1: rule__ComponentInstance__FlowSpecificationAssignment_7_1_3 : ( ruleFlowSpecificationInstance ) ;
+ // InternalInstance.g:14370:1: rule__ComponentInstance__FlowSpecificationAssignment_7_1_3 : ( ruleFlowSpecificationInstance ) ;
public final void rule__ComponentInstance__FlowSpecificationAssignment_7_1_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14583:1: ( ( ruleFlowSpecificationInstance ) )
- // InternalInstance.g:14584:1: ( ruleFlowSpecificationInstance )
+ // InternalInstance.g:14374:1: ( ( ruleFlowSpecificationInstance ) )
+ // InternalInstance.g:14375:1: ( ruleFlowSpecificationInstance )
{
- // InternalInstance.g:14584:1: ( ruleFlowSpecificationInstance )
- // InternalInstance.g:14585:1: ruleFlowSpecificationInstance
+ // InternalInstance.g:14375:1: ( ruleFlowSpecificationInstance )
+ // InternalInstance.g:14376:1: ruleFlowSpecificationInstance
{
before(grammarAccess.getComponentInstanceAccess().getFlowSpecificationFlowSpecificationInstanceParserRuleCall_7_1_3_0());
pushFollow(FOLLOW_2);
@@ -38243,17 +37696,17 @@ public final void rule__ComponentInstance__FlowSpecificationAssignment_7_1_3() t
// $ANTLR start "rule__ComponentInstance__EndToEndFlowAssignment_7_1_4"
- // InternalInstance.g:14594:1: rule__ComponentInstance__EndToEndFlowAssignment_7_1_4 : ( ruleEndToEndFlowInstance ) ;
+ // InternalInstance.g:14385:1: rule__ComponentInstance__EndToEndFlowAssignment_7_1_4 : ( ruleEndToEndFlowInstance ) ;
public final void rule__ComponentInstance__EndToEndFlowAssignment_7_1_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14598:1: ( ( ruleEndToEndFlowInstance ) )
- // InternalInstance.g:14599:1: ( ruleEndToEndFlowInstance )
+ // InternalInstance.g:14389:1: ( ( ruleEndToEndFlowInstance ) )
+ // InternalInstance.g:14390:1: ( ruleEndToEndFlowInstance )
{
- // InternalInstance.g:14599:1: ( ruleEndToEndFlowInstance )
- // InternalInstance.g:14600:1: ruleEndToEndFlowInstance
+ // InternalInstance.g:14390:1: ( ruleEndToEndFlowInstance )
+ // InternalInstance.g:14391:1: ruleEndToEndFlowInstance
{
before(grammarAccess.getComponentInstanceAccess().getEndToEndFlowEndToEndFlowInstanceParserRuleCall_7_1_4_0());
pushFollow(FOLLOW_2);
@@ -38284,17 +37737,17 @@ public final void rule__ComponentInstance__EndToEndFlowAssignment_7_1_4() throws
// $ANTLR start "rule__ComponentInstance__ModeInstanceAssignment_7_1_5"
- // InternalInstance.g:14609:1: rule__ComponentInstance__ModeInstanceAssignment_7_1_5 : ( ruleModeInstance ) ;
+ // InternalInstance.g:14400:1: rule__ComponentInstance__ModeInstanceAssignment_7_1_5 : ( ruleModeInstance ) ;
public final void rule__ComponentInstance__ModeInstanceAssignment_7_1_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14613:1: ( ( ruleModeInstance ) )
- // InternalInstance.g:14614:1: ( ruleModeInstance )
+ // InternalInstance.g:14404:1: ( ( ruleModeInstance ) )
+ // InternalInstance.g:14405:1: ( ruleModeInstance )
{
- // InternalInstance.g:14614:1: ( ruleModeInstance )
- // InternalInstance.g:14615:1: ruleModeInstance
+ // InternalInstance.g:14405:1: ( ruleModeInstance )
+ // InternalInstance.g:14406:1: ruleModeInstance
{
before(grammarAccess.getComponentInstanceAccess().getModeInstanceModeInstanceParserRuleCall_7_1_5_0());
pushFollow(FOLLOW_2);
@@ -38325,17 +37778,17 @@ public final void rule__ComponentInstance__ModeInstanceAssignment_7_1_5() throws
// $ANTLR start "rule__ComponentInstance__ModeTransitionInstanceAssignment_7_1_6"
- // InternalInstance.g:14624:1: rule__ComponentInstance__ModeTransitionInstanceAssignment_7_1_6 : ( ruleModeTransitionInstance ) ;
+ // InternalInstance.g:14415:1: rule__ComponentInstance__ModeTransitionInstanceAssignment_7_1_6 : ( ruleModeTransitionInstance ) ;
public final void rule__ComponentInstance__ModeTransitionInstanceAssignment_7_1_6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14628:1: ( ( ruleModeTransitionInstance ) )
- // InternalInstance.g:14629:1: ( ruleModeTransitionInstance )
+ // InternalInstance.g:14419:1: ( ( ruleModeTransitionInstance ) )
+ // InternalInstance.g:14420:1: ( ruleModeTransitionInstance )
{
- // InternalInstance.g:14629:1: ( ruleModeTransitionInstance )
- // InternalInstance.g:14630:1: ruleModeTransitionInstance
+ // InternalInstance.g:14420:1: ( ruleModeTransitionInstance )
+ // InternalInstance.g:14421:1: ruleModeTransitionInstance
{
before(grammarAccess.getComponentInstanceAccess().getModeTransitionInstanceModeTransitionInstanceParserRuleCall_7_1_6_0());
pushFollow(FOLLOW_2);
@@ -38366,17 +37819,17 @@ public final void rule__ComponentInstance__ModeTransitionInstanceAssignment_7_1_
// $ANTLR start "rule__ComponentInstance__OwnedPropertyAssociationAssignment_7_1_7"
- // InternalInstance.g:14639:1: rule__ComponentInstance__OwnedPropertyAssociationAssignment_7_1_7 : ( rulePropertyAssociationInstance ) ;
+ // InternalInstance.g:14430:1: rule__ComponentInstance__OwnedPropertyAssociationAssignment_7_1_7 : ( rulePropertyAssociationInstance ) ;
public final void rule__ComponentInstance__OwnedPropertyAssociationAssignment_7_1_7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14643:1: ( ( rulePropertyAssociationInstance ) )
- // InternalInstance.g:14644:1: ( rulePropertyAssociationInstance )
+ // InternalInstance.g:14434:1: ( ( rulePropertyAssociationInstance ) )
+ // InternalInstance.g:14435:1: ( rulePropertyAssociationInstance )
{
- // InternalInstance.g:14644:1: ( rulePropertyAssociationInstance )
- // InternalInstance.g:14645:1: rulePropertyAssociationInstance
+ // InternalInstance.g:14435:1: ( rulePropertyAssociationInstance )
+ // InternalInstance.g:14436:1: rulePropertyAssociationInstance
{
before(grammarAccess.getComponentInstanceAccess().getOwnedPropertyAssociationPropertyAssociationInstanceParserRuleCall_7_1_7_0());
pushFollow(FOLLOW_2);
@@ -38407,21 +37860,21 @@ public final void rule__ComponentInstance__OwnedPropertyAssociationAssignment_7_
// $ANTLR start "rule__ConnectionInstance__CompleteAssignment_0"
- // InternalInstance.g:14654:1: rule__ConnectionInstance__CompleteAssignment_0 : ( ( 'complete' ) ) ;
+ // InternalInstance.g:14445:1: rule__ConnectionInstance__CompleteAssignment_0 : ( ( 'complete' ) ) ;
public final void rule__ConnectionInstance__CompleteAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14658:1: ( ( ( 'complete' ) ) )
- // InternalInstance.g:14659:1: ( ( 'complete' ) )
+ // InternalInstance.g:14449:1: ( ( ( 'complete' ) ) )
+ // InternalInstance.g:14450:1: ( ( 'complete' ) )
{
- // InternalInstance.g:14659:1: ( ( 'complete' ) )
- // InternalInstance.g:14660:1: ( 'complete' )
+ // InternalInstance.g:14450:1: ( ( 'complete' ) )
+ // InternalInstance.g:14451:1: ( 'complete' )
{
before(grammarAccess.getConnectionInstanceAccess().getCompleteCompleteKeyword_0_0());
- // InternalInstance.g:14661:1: ( 'complete' )
- // InternalInstance.g:14662:1: 'complete'
+ // InternalInstance.g:14452:1: ( 'complete' )
+ // InternalInstance.g:14453:1: 'complete'
{
before(grammarAccess.getConnectionInstanceAccess().getCompleteCompleteKeyword_0_0());
match(input,84,FOLLOW_2);
@@ -38452,17 +37905,17 @@ public final void rule__ConnectionInstance__CompleteAssignment_0() throws Recogn
// $ANTLR start "rule__ConnectionInstance__KindAssignment_1"
- // InternalInstance.g:14677:1: rule__ConnectionInstance__KindAssignment_1 : ( ruleConnectionKind ) ;
+ // InternalInstance.g:14468:1: rule__ConnectionInstance__KindAssignment_1 : ( ruleConnectionKind ) ;
public final void rule__ConnectionInstance__KindAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14681:1: ( ( ruleConnectionKind ) )
- // InternalInstance.g:14682:1: ( ruleConnectionKind )
+ // InternalInstance.g:14472:1: ( ( ruleConnectionKind ) )
+ // InternalInstance.g:14473:1: ( ruleConnectionKind )
{
- // InternalInstance.g:14682:1: ( ruleConnectionKind )
- // InternalInstance.g:14683:1: ruleConnectionKind
+ // InternalInstance.g:14473:1: ( ruleConnectionKind )
+ // InternalInstance.g:14474:1: ruleConnectionKind
{
before(grammarAccess.getConnectionInstanceAccess().getKindConnectionKindParserRuleCall_1_0());
pushFollow(FOLLOW_2);
@@ -38493,17 +37946,17 @@ public final void rule__ConnectionInstance__KindAssignment_1() throws Recognitio
// $ANTLR start "rule__ConnectionInstance__NameAssignment_2"
- // InternalInstance.g:14692:1: rule__ConnectionInstance__NameAssignment_2 : ( RULE_STRING ) ;
+ // InternalInstance.g:14483:1: rule__ConnectionInstance__NameAssignment_2 : ( RULE_STRING ) ;
public final void rule__ConnectionInstance__NameAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14696:1: ( ( RULE_STRING ) )
- // InternalInstance.g:14697:1: ( RULE_STRING )
+ // InternalInstance.g:14487:1: ( ( RULE_STRING ) )
+ // InternalInstance.g:14488:1: ( RULE_STRING )
{
- // InternalInstance.g:14697:1: ( RULE_STRING )
- // InternalInstance.g:14698:1: RULE_STRING
+ // InternalInstance.g:14488:1: ( RULE_STRING )
+ // InternalInstance.g:14489:1: RULE_STRING
{
before(grammarAccess.getConnectionInstanceAccess().getNameSTRINGTerminalRuleCall_2_0());
match(input,RULE_STRING,FOLLOW_2);
@@ -38530,21 +37983,21 @@ public final void rule__ConnectionInstance__NameAssignment_2() throws Recognitio
// $ANTLR start "rule__ConnectionInstance__SourceAssignment_4"
- // InternalInstance.g:14707:1: rule__ConnectionInstance__SourceAssignment_4 : ( ( ruleInstanceRef ) ) ;
+ // InternalInstance.g:14498:1: rule__ConnectionInstance__SourceAssignment_4 : ( ( ruleInstanceRef ) ) ;
public final void rule__ConnectionInstance__SourceAssignment_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14711:1: ( ( ( ruleInstanceRef ) ) )
- // InternalInstance.g:14712:1: ( ( ruleInstanceRef ) )
+ // InternalInstance.g:14502:1: ( ( ( ruleInstanceRef ) ) )
+ // InternalInstance.g:14503:1: ( ( ruleInstanceRef ) )
{
- // InternalInstance.g:14712:1: ( ( ruleInstanceRef ) )
- // InternalInstance.g:14713:1: ( ruleInstanceRef )
+ // InternalInstance.g:14503:1: ( ( ruleInstanceRef ) )
+ // InternalInstance.g:14504:1: ( ruleInstanceRef )
{
before(grammarAccess.getConnectionInstanceAccess().getSourceConnectionInstanceEndCrossReference_4_0());
- // InternalInstance.g:14714:1: ( ruleInstanceRef )
- // InternalInstance.g:14715:1: ruleInstanceRef
+ // InternalInstance.g:14505:1: ( ruleInstanceRef )
+ // InternalInstance.g:14506:1: ruleInstanceRef
{
before(grammarAccess.getConnectionInstanceAccess().getSourceConnectionInstanceEndInstanceRefParserRuleCall_4_0_1());
pushFollow(FOLLOW_2);
@@ -38579,21 +38032,21 @@ public final void rule__ConnectionInstance__SourceAssignment_4() throws Recognit
// $ANTLR start "rule__ConnectionInstance__BidirectionalAssignment_5_0"
- // InternalInstance.g:14726:1: rule__ConnectionInstance__BidirectionalAssignment_5_0 : ( ( '<->' ) ) ;
+ // InternalInstance.g:14517:1: rule__ConnectionInstance__BidirectionalAssignment_5_0 : ( ( '<->' ) ) ;
public final void rule__ConnectionInstance__BidirectionalAssignment_5_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14730:1: ( ( ( '<->' ) ) )
- // InternalInstance.g:14731:1: ( ( '<->' ) )
+ // InternalInstance.g:14521:1: ( ( ( '<->' ) ) )
+ // InternalInstance.g:14522:1: ( ( '<->' ) )
{
- // InternalInstance.g:14731:1: ( ( '<->' ) )
- // InternalInstance.g:14732:1: ( '<->' )
+ // InternalInstance.g:14522:1: ( ( '<->' ) )
+ // InternalInstance.g:14523:1: ( '<->' )
{
before(grammarAccess.getConnectionInstanceAccess().getBidirectionalLessThanSignHyphenMinusGreaterThanSignKeyword_5_0_0());
- // InternalInstance.g:14733:1: ( '<->' )
- // InternalInstance.g:14734:1: '<->'
+ // InternalInstance.g:14524:1: ( '<->' )
+ // InternalInstance.g:14525:1: '<->'
{
before(grammarAccess.getConnectionInstanceAccess().getBidirectionalLessThanSignHyphenMinusGreaterThanSignKeyword_5_0_0());
match(input,85,FOLLOW_2);
@@ -38624,21 +38077,21 @@ public final void rule__ConnectionInstance__BidirectionalAssignment_5_0() throws
// $ANTLR start "rule__ConnectionInstance__DestinationAssignment_6"
- // InternalInstance.g:14749:1: rule__ConnectionInstance__DestinationAssignment_6 : ( ( ruleInstanceRef ) ) ;
+ // InternalInstance.g:14540:1: rule__ConnectionInstance__DestinationAssignment_6 : ( ( ruleInstanceRef ) ) ;
public final void rule__ConnectionInstance__DestinationAssignment_6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14753:1: ( ( ( ruleInstanceRef ) ) )
- // InternalInstance.g:14754:1: ( ( ruleInstanceRef ) )
+ // InternalInstance.g:14544:1: ( ( ( ruleInstanceRef ) ) )
+ // InternalInstance.g:14545:1: ( ( ruleInstanceRef ) )
{
- // InternalInstance.g:14754:1: ( ( ruleInstanceRef ) )
- // InternalInstance.g:14755:1: ( ruleInstanceRef )
+ // InternalInstance.g:14545:1: ( ( ruleInstanceRef ) )
+ // InternalInstance.g:14546:1: ( ruleInstanceRef )
{
before(grammarAccess.getConnectionInstanceAccess().getDestinationConnectionInstanceEndCrossReference_6_0());
- // InternalInstance.g:14756:1: ( ruleInstanceRef )
- // InternalInstance.g:14757:1: ruleInstanceRef
+ // InternalInstance.g:14547:1: ( ruleInstanceRef )
+ // InternalInstance.g:14548:1: ruleInstanceRef
{
before(grammarAccess.getConnectionInstanceAccess().getDestinationConnectionInstanceEndInstanceRefParserRuleCall_6_0_1());
pushFollow(FOLLOW_2);
@@ -38673,21 +38126,21 @@ public final void rule__ConnectionInstance__DestinationAssignment_6() throws Rec
// $ANTLR start "rule__ConnectionInstance__InSystemOperationModeAssignment_7_3"
- // InternalInstance.g:14768:1: rule__ConnectionInstance__InSystemOperationModeAssignment_7_3 : ( ( RULE_ID ) ) ;
+ // InternalInstance.g:14559:1: rule__ConnectionInstance__InSystemOperationModeAssignment_7_3 : ( ( RULE_ID ) ) ;
public final void rule__ConnectionInstance__InSystemOperationModeAssignment_7_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14772:1: ( ( ( RULE_ID ) ) )
- // InternalInstance.g:14773:1: ( ( RULE_ID ) )
+ // InternalInstance.g:14563:1: ( ( ( RULE_ID ) ) )
+ // InternalInstance.g:14564:1: ( ( RULE_ID ) )
{
- // InternalInstance.g:14773:1: ( ( RULE_ID ) )
- // InternalInstance.g:14774:1: ( RULE_ID )
+ // InternalInstance.g:14564:1: ( ( RULE_ID ) )
+ // InternalInstance.g:14565:1: ( RULE_ID )
{
before(grammarAccess.getConnectionInstanceAccess().getInSystemOperationModeSystemOperationModeCrossReference_7_3_0());
- // InternalInstance.g:14775:1: ( RULE_ID )
- // InternalInstance.g:14776:1: RULE_ID
+ // InternalInstance.g:14566:1: ( RULE_ID )
+ // InternalInstance.g:14567:1: RULE_ID
{
before(grammarAccess.getConnectionInstanceAccess().getInSystemOperationModeSystemOperationModeIDTerminalRuleCall_7_3_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -38718,21 +38171,21 @@ public final void rule__ConnectionInstance__InSystemOperationModeAssignment_7_3(
// $ANTLR start "rule__ConnectionInstance__InSystemOperationModeAssignment_7_4_1"
- // InternalInstance.g:14787:1: rule__ConnectionInstance__InSystemOperationModeAssignment_7_4_1 : ( ( RULE_ID ) ) ;
+ // InternalInstance.g:14578:1: rule__ConnectionInstance__InSystemOperationModeAssignment_7_4_1 : ( ( RULE_ID ) ) ;
public final void rule__ConnectionInstance__InSystemOperationModeAssignment_7_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14791:1: ( ( ( RULE_ID ) ) )
- // InternalInstance.g:14792:1: ( ( RULE_ID ) )
+ // InternalInstance.g:14582:1: ( ( ( RULE_ID ) ) )
+ // InternalInstance.g:14583:1: ( ( RULE_ID ) )
{
- // InternalInstance.g:14792:1: ( ( RULE_ID ) )
- // InternalInstance.g:14793:1: ( RULE_ID )
+ // InternalInstance.g:14583:1: ( ( RULE_ID ) )
+ // InternalInstance.g:14584:1: ( RULE_ID )
{
before(grammarAccess.getConnectionInstanceAccess().getInSystemOperationModeSystemOperationModeCrossReference_7_4_1_0());
- // InternalInstance.g:14794:1: ( RULE_ID )
- // InternalInstance.g:14795:1: RULE_ID
+ // InternalInstance.g:14585:1: ( RULE_ID )
+ // InternalInstance.g:14586:1: RULE_ID
{
before(grammarAccess.getConnectionInstanceAccess().getInSystemOperationModeSystemOperationModeIDTerminalRuleCall_7_4_1_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -38763,21 +38216,21 @@ public final void rule__ConnectionInstance__InSystemOperationModeAssignment_7_4_
// $ANTLR start "rule__ConnectionInstance__InModeTransitionAssignment_8_3"
- // InternalInstance.g:14806:1: rule__ConnectionInstance__InModeTransitionAssignment_8_3 : ( ( ruleTransitionRef ) ) ;
+ // InternalInstance.g:14597:1: rule__ConnectionInstance__InModeTransitionAssignment_8_3 : ( ( ruleTransitionRef ) ) ;
public final void rule__ConnectionInstance__InModeTransitionAssignment_8_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14810:1: ( ( ( ruleTransitionRef ) ) )
- // InternalInstance.g:14811:1: ( ( ruleTransitionRef ) )
+ // InternalInstance.g:14601:1: ( ( ( ruleTransitionRef ) ) )
+ // InternalInstance.g:14602:1: ( ( ruleTransitionRef ) )
{
- // InternalInstance.g:14811:1: ( ( ruleTransitionRef ) )
- // InternalInstance.g:14812:1: ( ruleTransitionRef )
+ // InternalInstance.g:14602:1: ( ( ruleTransitionRef ) )
+ // InternalInstance.g:14603:1: ( ruleTransitionRef )
{
before(grammarAccess.getConnectionInstanceAccess().getInModeTransitionModeTransitionInstanceCrossReference_8_3_0());
- // InternalInstance.g:14813:1: ( ruleTransitionRef )
- // InternalInstance.g:14814:1: ruleTransitionRef
+ // InternalInstance.g:14604:1: ( ruleTransitionRef )
+ // InternalInstance.g:14605:1: ruleTransitionRef
{
before(grammarAccess.getConnectionInstanceAccess().getInModeTransitionModeTransitionInstanceTransitionRefParserRuleCall_8_3_0_1());
pushFollow(FOLLOW_2);
@@ -38812,21 +38265,21 @@ public final void rule__ConnectionInstance__InModeTransitionAssignment_8_3() thr
// $ANTLR start "rule__ConnectionInstance__InModeTransitionAssignment_8_4_1"
- // InternalInstance.g:14825:1: rule__ConnectionInstance__InModeTransitionAssignment_8_4_1 : ( ( ruleTransitionRef ) ) ;
+ // InternalInstance.g:14616:1: rule__ConnectionInstance__InModeTransitionAssignment_8_4_1 : ( ( ruleTransitionRef ) ) ;
public final void rule__ConnectionInstance__InModeTransitionAssignment_8_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14829:1: ( ( ( ruleTransitionRef ) ) )
- // InternalInstance.g:14830:1: ( ( ruleTransitionRef ) )
+ // InternalInstance.g:14620:1: ( ( ( ruleTransitionRef ) ) )
+ // InternalInstance.g:14621:1: ( ( ruleTransitionRef ) )
{
- // InternalInstance.g:14830:1: ( ( ruleTransitionRef ) )
- // InternalInstance.g:14831:1: ( ruleTransitionRef )
+ // InternalInstance.g:14621:1: ( ( ruleTransitionRef ) )
+ // InternalInstance.g:14622:1: ( ruleTransitionRef )
{
before(grammarAccess.getConnectionInstanceAccess().getInModeTransitionModeTransitionInstanceCrossReference_8_4_1_0());
- // InternalInstance.g:14832:1: ( ruleTransitionRef )
- // InternalInstance.g:14833:1: ruleTransitionRef
+ // InternalInstance.g:14623:1: ( ruleTransitionRef )
+ // InternalInstance.g:14624:1: ruleTransitionRef
{
before(grammarAccess.getConnectionInstanceAccess().getInModeTransitionModeTransitionInstanceTransitionRefParserRuleCall_8_4_1_0_1());
pushFollow(FOLLOW_2);
@@ -38861,17 +38314,17 @@ public final void rule__ConnectionInstance__InModeTransitionAssignment_8_4_1() t
// $ANTLR start "rule__ConnectionInstance__ConnectionReferenceAssignment_10_0"
- // InternalInstance.g:14844:1: rule__ConnectionInstance__ConnectionReferenceAssignment_10_0 : ( ruleConnectionReference ) ;
+ // InternalInstance.g:14635:1: rule__ConnectionInstance__ConnectionReferenceAssignment_10_0 : ( ruleConnectionReference ) ;
public final void rule__ConnectionInstance__ConnectionReferenceAssignment_10_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14848:1: ( ( ruleConnectionReference ) )
- // InternalInstance.g:14849:1: ( ruleConnectionReference )
+ // InternalInstance.g:14639:1: ( ( ruleConnectionReference ) )
+ // InternalInstance.g:14640:1: ( ruleConnectionReference )
{
- // InternalInstance.g:14849:1: ( ruleConnectionReference )
- // InternalInstance.g:14850:1: ruleConnectionReference
+ // InternalInstance.g:14640:1: ( ruleConnectionReference )
+ // InternalInstance.g:14641:1: ruleConnectionReference
{
before(grammarAccess.getConnectionInstanceAccess().getConnectionReferenceConnectionReferenceParserRuleCall_10_0_0());
pushFollow(FOLLOW_2);
@@ -38902,17 +38355,17 @@ public final void rule__ConnectionInstance__ConnectionReferenceAssignment_10_0()
// $ANTLR start "rule__ConnectionInstance__OwnedPropertyAssociationAssignment_10_1"
- // InternalInstance.g:14859:1: rule__ConnectionInstance__OwnedPropertyAssociationAssignment_10_1 : ( rulePropertyAssociationInstance ) ;
+ // InternalInstance.g:14650:1: rule__ConnectionInstance__OwnedPropertyAssociationAssignment_10_1 : ( rulePropertyAssociationInstance ) ;
public final void rule__ConnectionInstance__OwnedPropertyAssociationAssignment_10_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14863:1: ( ( rulePropertyAssociationInstance ) )
- // InternalInstance.g:14864:1: ( rulePropertyAssociationInstance )
+ // InternalInstance.g:14654:1: ( ( rulePropertyAssociationInstance ) )
+ // InternalInstance.g:14655:1: ( rulePropertyAssociationInstance )
{
- // InternalInstance.g:14864:1: ( rulePropertyAssociationInstance )
- // InternalInstance.g:14865:1: rulePropertyAssociationInstance
+ // InternalInstance.g:14655:1: ( rulePropertyAssociationInstance )
+ // InternalInstance.g:14656:1: rulePropertyAssociationInstance
{
before(grammarAccess.getConnectionInstanceAccess().getOwnedPropertyAssociationPropertyAssociationInstanceParserRuleCall_10_1_0());
pushFollow(FOLLOW_2);
@@ -38943,21 +38396,21 @@ public final void rule__ConnectionInstance__OwnedPropertyAssociationAssignment_1
// $ANTLR start "rule__ConnectionReference__SourceAssignment_0"
- // InternalInstance.g:14874:1: rule__ConnectionReference__SourceAssignment_0 : ( ( ruleInstanceRef ) ) ;
+ // InternalInstance.g:14665:1: rule__ConnectionReference__SourceAssignment_0 : ( ( ruleInstanceRef ) ) ;
public final void rule__ConnectionReference__SourceAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14878:1: ( ( ( ruleInstanceRef ) ) )
- // InternalInstance.g:14879:1: ( ( ruleInstanceRef ) )
+ // InternalInstance.g:14669:1: ( ( ( ruleInstanceRef ) ) )
+ // InternalInstance.g:14670:1: ( ( ruleInstanceRef ) )
{
- // InternalInstance.g:14879:1: ( ( ruleInstanceRef ) )
- // InternalInstance.g:14880:1: ( ruleInstanceRef )
+ // InternalInstance.g:14670:1: ( ( ruleInstanceRef ) )
+ // InternalInstance.g:14671:1: ( ruleInstanceRef )
{
before(grammarAccess.getConnectionReferenceAccess().getSourceConnectionInstanceEndCrossReference_0_0());
- // InternalInstance.g:14881:1: ( ruleInstanceRef )
- // InternalInstance.g:14882:1: ruleInstanceRef
+ // InternalInstance.g:14672:1: ( ruleInstanceRef )
+ // InternalInstance.g:14673:1: ruleInstanceRef
{
before(grammarAccess.getConnectionReferenceAccess().getSourceConnectionInstanceEndInstanceRefParserRuleCall_0_0_1());
pushFollow(FOLLOW_2);
@@ -38992,21 +38445,21 @@ public final void rule__ConnectionReference__SourceAssignment_0() throws Recogni
// $ANTLR start "rule__ConnectionReference__DestinationAssignment_2"
- // InternalInstance.g:14893:1: rule__ConnectionReference__DestinationAssignment_2 : ( ( ruleInstanceRef ) ) ;
+ // InternalInstance.g:14684:1: rule__ConnectionReference__DestinationAssignment_2 : ( ( ruleInstanceRef ) ) ;
public final void rule__ConnectionReference__DestinationAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14897:1: ( ( ( ruleInstanceRef ) ) )
- // InternalInstance.g:14898:1: ( ( ruleInstanceRef ) )
+ // InternalInstance.g:14688:1: ( ( ( ruleInstanceRef ) ) )
+ // InternalInstance.g:14689:1: ( ( ruleInstanceRef ) )
{
- // InternalInstance.g:14898:1: ( ( ruleInstanceRef ) )
- // InternalInstance.g:14899:1: ( ruleInstanceRef )
+ // InternalInstance.g:14689:1: ( ( ruleInstanceRef ) )
+ // InternalInstance.g:14690:1: ( ruleInstanceRef )
{
before(grammarAccess.getConnectionReferenceAccess().getDestinationConnectionInstanceEndCrossReference_2_0());
- // InternalInstance.g:14900:1: ( ruleInstanceRef )
- // InternalInstance.g:14901:1: ruleInstanceRef
+ // InternalInstance.g:14691:1: ( ruleInstanceRef )
+ // InternalInstance.g:14692:1: ruleInstanceRef
{
before(grammarAccess.getConnectionReferenceAccess().getDestinationConnectionInstanceEndInstanceRefParserRuleCall_2_0_1());
pushFollow(FOLLOW_2);
@@ -39041,21 +38494,21 @@ public final void rule__ConnectionReference__DestinationAssignment_2() throws Re
// $ANTLR start "rule__ConnectionReference__ReverseAssignment_4"
- // InternalInstance.g:14912:1: rule__ConnectionReference__ReverseAssignment_4 : ( ( 'reverse' ) ) ;
+ // InternalInstance.g:14703:1: rule__ConnectionReference__ReverseAssignment_4 : ( ( 'reverse' ) ) ;
public final void rule__ConnectionReference__ReverseAssignment_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14916:1: ( ( ( 'reverse' ) ) )
- // InternalInstance.g:14917:1: ( ( 'reverse' ) )
+ // InternalInstance.g:14707:1: ( ( ( 'reverse' ) ) )
+ // InternalInstance.g:14708:1: ( ( 'reverse' ) )
{
- // InternalInstance.g:14917:1: ( ( 'reverse' ) )
- // InternalInstance.g:14918:1: ( 'reverse' )
+ // InternalInstance.g:14708:1: ( ( 'reverse' ) )
+ // InternalInstance.g:14709:1: ( 'reverse' )
{
before(grammarAccess.getConnectionReferenceAccess().getReverseReverseKeyword_4_0());
- // InternalInstance.g:14919:1: ( 'reverse' )
- // InternalInstance.g:14920:1: 'reverse'
+ // InternalInstance.g:14710:1: ( 'reverse' )
+ // InternalInstance.g:14711:1: 'reverse'
{
before(grammarAccess.getConnectionReferenceAccess().getReverseReverseKeyword_4_0());
match(input,86,FOLLOW_2);
@@ -39086,21 +38539,21 @@ public final void rule__ConnectionReference__ReverseAssignment_4() throws Recogn
// $ANTLR start "rule__ConnectionReference__ConnectionAssignment_5"
- // InternalInstance.g:14935:1: rule__ConnectionReference__ConnectionAssignment_5 : ( ( ruleDeclarativeRef ) ) ;
+ // InternalInstance.g:14726:1: rule__ConnectionReference__ConnectionAssignment_5 : ( ( ruleDeclarativeRef ) ) ;
public final void rule__ConnectionReference__ConnectionAssignment_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14939:1: ( ( ( ruleDeclarativeRef ) ) )
- // InternalInstance.g:14940:1: ( ( ruleDeclarativeRef ) )
+ // InternalInstance.g:14730:1: ( ( ( ruleDeclarativeRef ) ) )
+ // InternalInstance.g:14731:1: ( ( ruleDeclarativeRef ) )
{
- // InternalInstance.g:14940:1: ( ( ruleDeclarativeRef ) )
- // InternalInstance.g:14941:1: ( ruleDeclarativeRef )
+ // InternalInstance.g:14731:1: ( ( ruleDeclarativeRef ) )
+ // InternalInstance.g:14732:1: ( ruleDeclarativeRef )
{
before(grammarAccess.getConnectionReferenceAccess().getConnectionConnectionCrossReference_5_0());
- // InternalInstance.g:14942:1: ( ruleDeclarativeRef )
- // InternalInstance.g:14943:1: ruleDeclarativeRef
+ // InternalInstance.g:14733:1: ( ruleDeclarativeRef )
+ // InternalInstance.g:14734:1: ruleDeclarativeRef
{
before(grammarAccess.getConnectionReferenceAccess().getConnectionConnectionDeclarativeRefParserRuleCall_5_0_1());
pushFollow(FOLLOW_2);
@@ -39135,21 +38588,21 @@ public final void rule__ConnectionReference__ConnectionAssignment_5() throws Rec
// $ANTLR start "rule__ConnectionReference__ContextAssignment_7"
- // InternalInstance.g:14954:1: rule__ConnectionReference__ContextAssignment_7 : ( ( ruleInstanceRef ) ) ;
+ // InternalInstance.g:14745:1: rule__ConnectionReference__ContextAssignment_7 : ( ( ruleInstanceRef ) ) ;
public final void rule__ConnectionReference__ContextAssignment_7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14958:1: ( ( ( ruleInstanceRef ) ) )
- // InternalInstance.g:14959:1: ( ( ruleInstanceRef ) )
+ // InternalInstance.g:14749:1: ( ( ( ruleInstanceRef ) ) )
+ // InternalInstance.g:14750:1: ( ( ruleInstanceRef ) )
{
- // InternalInstance.g:14959:1: ( ( ruleInstanceRef ) )
- // InternalInstance.g:14960:1: ( ruleInstanceRef )
+ // InternalInstance.g:14750:1: ( ( ruleInstanceRef ) )
+ // InternalInstance.g:14751:1: ( ruleInstanceRef )
{
before(grammarAccess.getConnectionReferenceAccess().getContextComponentInstanceCrossReference_7_0());
- // InternalInstance.g:14961:1: ( ruleInstanceRef )
- // InternalInstance.g:14962:1: ruleInstanceRef
+ // InternalInstance.g:14752:1: ( ruleInstanceRef )
+ // InternalInstance.g:14753:1: ruleInstanceRef
{
before(grammarAccess.getConnectionReferenceAccess().getContextComponentInstanceInstanceRefParserRuleCall_7_0_1());
pushFollow(FOLLOW_2);
@@ -39184,17 +38637,17 @@ public final void rule__ConnectionReference__ContextAssignment_7() throws Recogn
// $ANTLR start "rule__FlowSpecificationInstance__NameAssignment_1"
- // InternalInstance.g:14973:1: rule__FlowSpecificationInstance__NameAssignment_1 : ( RULE_ID ) ;
+ // InternalInstance.g:14764:1: rule__FlowSpecificationInstance__NameAssignment_1 : ( RULE_ID ) ;
public final void rule__FlowSpecificationInstance__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14977:1: ( ( RULE_ID ) )
- // InternalInstance.g:14978:1: ( RULE_ID )
+ // InternalInstance.g:14768:1: ( ( RULE_ID ) )
+ // InternalInstance.g:14769:1: ( RULE_ID )
{
- // InternalInstance.g:14978:1: ( RULE_ID )
- // InternalInstance.g:14979:1: RULE_ID
+ // InternalInstance.g:14769:1: ( RULE_ID )
+ // InternalInstance.g:14770:1: RULE_ID
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getNameIDTerminalRuleCall_1_0());
match(input,RULE_ID,FOLLOW_2);
@@ -39221,21 +38674,21 @@ public final void rule__FlowSpecificationInstance__NameAssignment_1() throws Rec
// $ANTLR start "rule__FlowSpecificationInstance__SourceAssignment_3"
- // InternalInstance.g:14988:1: rule__FlowSpecificationInstance__SourceAssignment_3 : ( ( ruleInstanceRef ) ) ;
+ // InternalInstance.g:14779:1: rule__FlowSpecificationInstance__SourceAssignment_3 : ( ( ruleInstanceRef ) ) ;
public final void rule__FlowSpecificationInstance__SourceAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:14992:1: ( ( ( ruleInstanceRef ) ) )
- // InternalInstance.g:14993:1: ( ( ruleInstanceRef ) )
+ // InternalInstance.g:14783:1: ( ( ( ruleInstanceRef ) ) )
+ // InternalInstance.g:14784:1: ( ( ruleInstanceRef ) )
{
- // InternalInstance.g:14993:1: ( ( ruleInstanceRef ) )
- // InternalInstance.g:14994:1: ( ruleInstanceRef )
+ // InternalInstance.g:14784:1: ( ( ruleInstanceRef ) )
+ // InternalInstance.g:14785:1: ( ruleInstanceRef )
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getSourceFeatureInstanceCrossReference_3_0());
- // InternalInstance.g:14995:1: ( ruleInstanceRef )
- // InternalInstance.g:14996:1: ruleInstanceRef
+ // InternalInstance.g:14786:1: ( ruleInstanceRef )
+ // InternalInstance.g:14787:1: ruleInstanceRef
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getSourceFeatureInstanceInstanceRefParserRuleCall_3_0_1());
pushFollow(FOLLOW_2);
@@ -39270,21 +38723,21 @@ public final void rule__FlowSpecificationInstance__SourceAssignment_3() throws R
// $ANTLR start "rule__FlowSpecificationInstance__DestinationAssignment_5"
- // InternalInstance.g:15007:1: rule__FlowSpecificationInstance__DestinationAssignment_5 : ( ( ruleInstanceRef ) ) ;
+ // InternalInstance.g:14798:1: rule__FlowSpecificationInstance__DestinationAssignment_5 : ( ( ruleInstanceRef ) ) ;
public final void rule__FlowSpecificationInstance__DestinationAssignment_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15011:1: ( ( ( ruleInstanceRef ) ) )
- // InternalInstance.g:15012:1: ( ( ruleInstanceRef ) )
+ // InternalInstance.g:14802:1: ( ( ( ruleInstanceRef ) ) )
+ // InternalInstance.g:14803:1: ( ( ruleInstanceRef ) )
{
- // InternalInstance.g:15012:1: ( ( ruleInstanceRef ) )
- // InternalInstance.g:15013:1: ( ruleInstanceRef )
+ // InternalInstance.g:14803:1: ( ( ruleInstanceRef ) )
+ // InternalInstance.g:14804:1: ( ruleInstanceRef )
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getDestinationFeatureInstanceCrossReference_5_0());
- // InternalInstance.g:15014:1: ( ruleInstanceRef )
- // InternalInstance.g:15015:1: ruleInstanceRef
+ // InternalInstance.g:14805:1: ( ruleInstanceRef )
+ // InternalInstance.g:14806:1: ruleInstanceRef
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getDestinationFeatureInstanceInstanceRefParserRuleCall_5_0_1());
pushFollow(FOLLOW_2);
@@ -39319,21 +38772,21 @@ public final void rule__FlowSpecificationInstance__DestinationAssignment_5() thr
// $ANTLR start "rule__FlowSpecificationInstance__InModeAssignment_7_3"
- // InternalInstance.g:15026:1: rule__FlowSpecificationInstance__InModeAssignment_7_3 : ( ( RULE_ID ) ) ;
+ // InternalInstance.g:14817:1: rule__FlowSpecificationInstance__InModeAssignment_7_3 : ( ( RULE_ID ) ) ;
public final void rule__FlowSpecificationInstance__InModeAssignment_7_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15030:1: ( ( ( RULE_ID ) ) )
- // InternalInstance.g:15031:1: ( ( RULE_ID ) )
+ // InternalInstance.g:14821:1: ( ( ( RULE_ID ) ) )
+ // InternalInstance.g:14822:1: ( ( RULE_ID ) )
{
- // InternalInstance.g:15031:1: ( ( RULE_ID ) )
- // InternalInstance.g:15032:1: ( RULE_ID )
+ // InternalInstance.g:14822:1: ( ( RULE_ID ) )
+ // InternalInstance.g:14823:1: ( RULE_ID )
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getInModeModeInstanceCrossReference_7_3_0());
- // InternalInstance.g:15033:1: ( RULE_ID )
- // InternalInstance.g:15034:1: RULE_ID
+ // InternalInstance.g:14824:1: ( RULE_ID )
+ // InternalInstance.g:14825:1: RULE_ID
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getInModeModeInstanceIDTerminalRuleCall_7_3_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -39364,21 +38817,21 @@ public final void rule__FlowSpecificationInstance__InModeAssignment_7_3() throws
// $ANTLR start "rule__FlowSpecificationInstance__InModeAssignment_7_4_1"
- // InternalInstance.g:15045:1: rule__FlowSpecificationInstance__InModeAssignment_7_4_1 : ( ( RULE_ID ) ) ;
+ // InternalInstance.g:14836:1: rule__FlowSpecificationInstance__InModeAssignment_7_4_1 : ( ( RULE_ID ) ) ;
public final void rule__FlowSpecificationInstance__InModeAssignment_7_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15049:1: ( ( ( RULE_ID ) ) )
- // InternalInstance.g:15050:1: ( ( RULE_ID ) )
+ // InternalInstance.g:14840:1: ( ( ( RULE_ID ) ) )
+ // InternalInstance.g:14841:1: ( ( RULE_ID ) )
{
- // InternalInstance.g:15050:1: ( ( RULE_ID ) )
- // InternalInstance.g:15051:1: ( RULE_ID )
+ // InternalInstance.g:14841:1: ( ( RULE_ID ) )
+ // InternalInstance.g:14842:1: ( RULE_ID )
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getInModeModeInstanceCrossReference_7_4_1_0());
- // InternalInstance.g:15052:1: ( RULE_ID )
- // InternalInstance.g:15053:1: RULE_ID
+ // InternalInstance.g:14843:1: ( RULE_ID )
+ // InternalInstance.g:14844:1: RULE_ID
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getInModeModeInstanceIDTerminalRuleCall_7_4_1_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -39409,21 +38862,21 @@ public final void rule__FlowSpecificationInstance__InModeAssignment_7_4_1() thro
// $ANTLR start "rule__FlowSpecificationInstance__InModeTransitionAssignment_8_3"
- // InternalInstance.g:15064:1: rule__FlowSpecificationInstance__InModeTransitionAssignment_8_3 : ( ( ruleTransitionRef ) ) ;
+ // InternalInstance.g:14855:1: rule__FlowSpecificationInstance__InModeTransitionAssignment_8_3 : ( ( ruleTransitionRef ) ) ;
public final void rule__FlowSpecificationInstance__InModeTransitionAssignment_8_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15068:1: ( ( ( ruleTransitionRef ) ) )
- // InternalInstance.g:15069:1: ( ( ruleTransitionRef ) )
+ // InternalInstance.g:14859:1: ( ( ( ruleTransitionRef ) ) )
+ // InternalInstance.g:14860:1: ( ( ruleTransitionRef ) )
{
- // InternalInstance.g:15069:1: ( ( ruleTransitionRef ) )
- // InternalInstance.g:15070:1: ( ruleTransitionRef )
+ // InternalInstance.g:14860:1: ( ( ruleTransitionRef ) )
+ // InternalInstance.g:14861:1: ( ruleTransitionRef )
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getInModeTransitionModeTransitionInstanceCrossReference_8_3_0());
- // InternalInstance.g:15071:1: ( ruleTransitionRef )
- // InternalInstance.g:15072:1: ruleTransitionRef
+ // InternalInstance.g:14862:1: ( ruleTransitionRef )
+ // InternalInstance.g:14863:1: ruleTransitionRef
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getInModeTransitionModeTransitionInstanceTransitionRefParserRuleCall_8_3_0_1());
pushFollow(FOLLOW_2);
@@ -39458,21 +38911,21 @@ public final void rule__FlowSpecificationInstance__InModeTransitionAssignment_8_
// $ANTLR start "rule__FlowSpecificationInstance__InModeTransitionAssignment_8_4_1"
- // InternalInstance.g:15083:1: rule__FlowSpecificationInstance__InModeTransitionAssignment_8_4_1 : ( ( ruleTransitionRef ) ) ;
+ // InternalInstance.g:14874:1: rule__FlowSpecificationInstance__InModeTransitionAssignment_8_4_1 : ( ( ruleTransitionRef ) ) ;
public final void rule__FlowSpecificationInstance__InModeTransitionAssignment_8_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15087:1: ( ( ( ruleTransitionRef ) ) )
- // InternalInstance.g:15088:1: ( ( ruleTransitionRef ) )
+ // InternalInstance.g:14878:1: ( ( ( ruleTransitionRef ) ) )
+ // InternalInstance.g:14879:1: ( ( ruleTransitionRef ) )
{
- // InternalInstance.g:15088:1: ( ( ruleTransitionRef ) )
- // InternalInstance.g:15089:1: ( ruleTransitionRef )
+ // InternalInstance.g:14879:1: ( ( ruleTransitionRef ) )
+ // InternalInstance.g:14880:1: ( ruleTransitionRef )
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getInModeTransitionModeTransitionInstanceCrossReference_8_4_1_0());
- // InternalInstance.g:15090:1: ( ruleTransitionRef )
- // InternalInstance.g:15091:1: ruleTransitionRef
+ // InternalInstance.g:14881:1: ( ruleTransitionRef )
+ // InternalInstance.g:14882:1: ruleTransitionRef
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getInModeTransitionModeTransitionInstanceTransitionRefParserRuleCall_8_4_1_0_1());
pushFollow(FOLLOW_2);
@@ -39507,21 +38960,21 @@ public final void rule__FlowSpecificationInstance__InModeTransitionAssignment_8_
// $ANTLR start "rule__FlowSpecificationInstance__FlowSpecificationAssignment_10"
- // InternalInstance.g:15102:1: rule__FlowSpecificationInstance__FlowSpecificationAssignment_10 : ( ( ruleDeclarativeRef ) ) ;
+ // InternalInstance.g:14893:1: rule__FlowSpecificationInstance__FlowSpecificationAssignment_10 : ( ( ruleDeclarativeRef ) ) ;
public final void rule__FlowSpecificationInstance__FlowSpecificationAssignment_10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15106:1: ( ( ( ruleDeclarativeRef ) ) )
- // InternalInstance.g:15107:1: ( ( ruleDeclarativeRef ) )
+ // InternalInstance.g:14897:1: ( ( ( ruleDeclarativeRef ) ) )
+ // InternalInstance.g:14898:1: ( ( ruleDeclarativeRef ) )
{
- // InternalInstance.g:15107:1: ( ( ruleDeclarativeRef ) )
- // InternalInstance.g:15108:1: ( ruleDeclarativeRef )
+ // InternalInstance.g:14898:1: ( ( ruleDeclarativeRef ) )
+ // InternalInstance.g:14899:1: ( ruleDeclarativeRef )
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getFlowSpecificationFlowSpecificationCrossReference_10_0());
- // InternalInstance.g:15109:1: ( ruleDeclarativeRef )
- // InternalInstance.g:15110:1: ruleDeclarativeRef
+ // InternalInstance.g:14900:1: ( ruleDeclarativeRef )
+ // InternalInstance.g:14901:1: ruleDeclarativeRef
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getFlowSpecificationFlowSpecificationDeclarativeRefParserRuleCall_10_0_1());
pushFollow(FOLLOW_2);
@@ -39556,17 +39009,17 @@ public final void rule__FlowSpecificationInstance__FlowSpecificationAssignment_1
// $ANTLR start "rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1"
- // InternalInstance.g:15121:1: rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 : ( rulePropertyAssociationInstance ) ;
+ // InternalInstance.g:14912:1: rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1 : ( rulePropertyAssociationInstance ) ;
public final void rule__FlowSpecificationInstance__OwnedPropertyAssociationAssignment_11_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15125:1: ( ( rulePropertyAssociationInstance ) )
- // InternalInstance.g:15126:1: ( rulePropertyAssociationInstance )
+ // InternalInstance.g:14916:1: ( ( rulePropertyAssociationInstance ) )
+ // InternalInstance.g:14917:1: ( rulePropertyAssociationInstance )
{
- // InternalInstance.g:15126:1: ( rulePropertyAssociationInstance )
- // InternalInstance.g:15127:1: rulePropertyAssociationInstance
+ // InternalInstance.g:14917:1: ( rulePropertyAssociationInstance )
+ // InternalInstance.g:14918:1: rulePropertyAssociationInstance
{
before(grammarAccess.getFlowSpecificationInstanceAccess().getOwnedPropertyAssociationPropertyAssociationInstanceParserRuleCall_11_1_0());
pushFollow(FOLLOW_2);
@@ -39597,17 +39050,17 @@ public final void rule__FlowSpecificationInstance__OwnedPropertyAssociationAssig
// $ANTLR start "rule__EndToEndFlowInstance__NameAssignment_4"
- // InternalInstance.g:15136:1: rule__EndToEndFlowInstance__NameAssignment_4 : ( RULE_ID ) ;
+ // InternalInstance.g:14927:1: rule__EndToEndFlowInstance__NameAssignment_4 : ( RULE_ID ) ;
public final void rule__EndToEndFlowInstance__NameAssignment_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15140:1: ( ( RULE_ID ) )
- // InternalInstance.g:15141:1: ( RULE_ID )
+ // InternalInstance.g:14931:1: ( ( RULE_ID ) )
+ // InternalInstance.g:14932:1: ( RULE_ID )
{
- // InternalInstance.g:15141:1: ( RULE_ID )
- // InternalInstance.g:15142:1: RULE_ID
+ // InternalInstance.g:14932:1: ( RULE_ID )
+ // InternalInstance.g:14933:1: RULE_ID
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getNameIDTerminalRuleCall_4_0());
match(input,RULE_ID,FOLLOW_2);
@@ -39634,21 +39087,21 @@ public final void rule__EndToEndFlowInstance__NameAssignment_4() throws Recognit
// $ANTLR start "rule__EndToEndFlowInstance__FlowElementAssignment_5_0"
- // InternalInstance.g:15151:1: rule__EndToEndFlowInstance__FlowElementAssignment_5_0 : ( ( ruleInstanceRef ) ) ;
+ // InternalInstance.g:14942:1: rule__EndToEndFlowInstance__FlowElementAssignment_5_0 : ( ( ruleInstanceRef ) ) ;
public final void rule__EndToEndFlowInstance__FlowElementAssignment_5_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15155:1: ( ( ( ruleInstanceRef ) ) )
- // InternalInstance.g:15156:1: ( ( ruleInstanceRef ) )
+ // InternalInstance.g:14946:1: ( ( ( ruleInstanceRef ) ) )
+ // InternalInstance.g:14947:1: ( ( ruleInstanceRef ) )
{
- // InternalInstance.g:15156:1: ( ( ruleInstanceRef ) )
- // InternalInstance.g:15157:1: ( ruleInstanceRef )
+ // InternalInstance.g:14947:1: ( ( ruleInstanceRef ) )
+ // InternalInstance.g:14948:1: ( ruleInstanceRef )
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getFlowElementFlowElementInstanceCrossReference_5_0_0());
- // InternalInstance.g:15158:1: ( ruleInstanceRef )
- // InternalInstance.g:15159:1: ruleInstanceRef
+ // InternalInstance.g:14949:1: ( ruleInstanceRef )
+ // InternalInstance.g:14950:1: ruleInstanceRef
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getFlowElementFlowElementInstanceInstanceRefParserRuleCall_5_0_0_1());
pushFollow(FOLLOW_2);
@@ -39683,21 +39136,21 @@ public final void rule__EndToEndFlowInstance__FlowElementAssignment_5_0() throws
// $ANTLR start "rule__EndToEndFlowInstance__FlowElementAssignment_5_1_1"
- // InternalInstance.g:15170:1: rule__EndToEndFlowInstance__FlowElementAssignment_5_1_1 : ( ( ruleInstanceRef ) ) ;
+ // InternalInstance.g:14961:1: rule__EndToEndFlowInstance__FlowElementAssignment_5_1_1 : ( ( ruleInstanceRef ) ) ;
public final void rule__EndToEndFlowInstance__FlowElementAssignment_5_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15174:1: ( ( ( ruleInstanceRef ) ) )
- // InternalInstance.g:15175:1: ( ( ruleInstanceRef ) )
+ // InternalInstance.g:14965:1: ( ( ( ruleInstanceRef ) ) )
+ // InternalInstance.g:14966:1: ( ( ruleInstanceRef ) )
{
- // InternalInstance.g:15175:1: ( ( ruleInstanceRef ) )
- // InternalInstance.g:15176:1: ( ruleInstanceRef )
+ // InternalInstance.g:14966:1: ( ( ruleInstanceRef ) )
+ // InternalInstance.g:14967:1: ( ruleInstanceRef )
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getFlowElementFlowElementInstanceCrossReference_5_1_1_0());
- // InternalInstance.g:15177:1: ( ruleInstanceRef )
- // InternalInstance.g:15178:1: ruleInstanceRef
+ // InternalInstance.g:14968:1: ( ruleInstanceRef )
+ // InternalInstance.g:14969:1: ruleInstanceRef
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getFlowElementFlowElementInstanceInstanceRefParserRuleCall_5_1_1_0_1());
pushFollow(FOLLOW_2);
@@ -39732,21 +39185,21 @@ public final void rule__EndToEndFlowInstance__FlowElementAssignment_5_1_1() thro
// $ANTLR start "rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_3"
- // InternalInstance.g:15189:1: rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_3 : ( ( RULE_ID ) ) ;
+ // InternalInstance.g:14980:1: rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_3 : ( ( RULE_ID ) ) ;
public final void rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15193:1: ( ( ( RULE_ID ) ) )
- // InternalInstance.g:15194:1: ( ( RULE_ID ) )
+ // InternalInstance.g:14984:1: ( ( ( RULE_ID ) ) )
+ // InternalInstance.g:14985:1: ( ( RULE_ID ) )
{
- // InternalInstance.g:15194:1: ( ( RULE_ID ) )
- // InternalInstance.g:15195:1: ( RULE_ID )
+ // InternalInstance.g:14985:1: ( ( RULE_ID ) )
+ // InternalInstance.g:14986:1: ( RULE_ID )
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getInSystemOperationModeSystemOperationModeCrossReference_6_3_0());
- // InternalInstance.g:15196:1: ( RULE_ID )
- // InternalInstance.g:15197:1: RULE_ID
+ // InternalInstance.g:14987:1: ( RULE_ID )
+ // InternalInstance.g:14988:1: RULE_ID
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getInSystemOperationModeSystemOperationModeIDTerminalRuleCall_6_3_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -39777,21 +39230,21 @@ public final void rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_
// $ANTLR start "rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_4_1"
- // InternalInstance.g:15208:1: rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_4_1 : ( ( RULE_ID ) ) ;
+ // InternalInstance.g:14999:1: rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_4_1 : ( ( RULE_ID ) ) ;
public final void rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15212:1: ( ( ( RULE_ID ) ) )
- // InternalInstance.g:15213:1: ( ( RULE_ID ) )
+ // InternalInstance.g:15003:1: ( ( ( RULE_ID ) ) )
+ // InternalInstance.g:15004:1: ( ( RULE_ID ) )
{
- // InternalInstance.g:15213:1: ( ( RULE_ID ) )
- // InternalInstance.g:15214:1: ( RULE_ID )
+ // InternalInstance.g:15004:1: ( ( RULE_ID ) )
+ // InternalInstance.g:15005:1: ( RULE_ID )
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getInSystemOperationModeSystemOperationModeCrossReference_6_4_1_0());
- // InternalInstance.g:15215:1: ( RULE_ID )
- // InternalInstance.g:15216:1: RULE_ID
+ // InternalInstance.g:15006:1: ( RULE_ID )
+ // InternalInstance.g:15007:1: RULE_ID
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getInSystemOperationModeSystemOperationModeIDTerminalRuleCall_6_4_1_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -39822,21 +39275,21 @@ public final void rule__EndToEndFlowInstance__InSystemOperationModeAssignment_6_
// $ANTLR start "rule__EndToEndFlowInstance__EndToEndFlowAssignment_8"
- // InternalInstance.g:15227:1: rule__EndToEndFlowInstance__EndToEndFlowAssignment_8 : ( ( ruleDeclarativeRef ) ) ;
+ // InternalInstance.g:15018:1: rule__EndToEndFlowInstance__EndToEndFlowAssignment_8 : ( ( ruleDeclarativeRef ) ) ;
public final void rule__EndToEndFlowInstance__EndToEndFlowAssignment_8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15231:1: ( ( ( ruleDeclarativeRef ) ) )
- // InternalInstance.g:15232:1: ( ( ruleDeclarativeRef ) )
+ // InternalInstance.g:15022:1: ( ( ( ruleDeclarativeRef ) ) )
+ // InternalInstance.g:15023:1: ( ( ruleDeclarativeRef ) )
{
- // InternalInstance.g:15232:1: ( ( ruleDeclarativeRef ) )
- // InternalInstance.g:15233:1: ( ruleDeclarativeRef )
+ // InternalInstance.g:15023:1: ( ( ruleDeclarativeRef ) )
+ // InternalInstance.g:15024:1: ( ruleDeclarativeRef )
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getEndToEndFlowEndToEndFlowCrossReference_8_0());
- // InternalInstance.g:15234:1: ( ruleDeclarativeRef )
- // InternalInstance.g:15235:1: ruleDeclarativeRef
+ // InternalInstance.g:15025:1: ( ruleDeclarativeRef )
+ // InternalInstance.g:15026:1: ruleDeclarativeRef
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getEndToEndFlowEndToEndFlowDeclarativeRefParserRuleCall_8_0_1());
pushFollow(FOLLOW_2);
@@ -39871,17 +39324,17 @@ public final void rule__EndToEndFlowInstance__EndToEndFlowAssignment_8() throws
// $ANTLR start "rule__EndToEndFlowInstance__OwnedPropertyAssociationAssignment_9_1"
- // InternalInstance.g:15246:1: rule__EndToEndFlowInstance__OwnedPropertyAssociationAssignment_9_1 : ( rulePropertyAssociationInstance ) ;
+ // InternalInstance.g:15037:1: rule__EndToEndFlowInstance__OwnedPropertyAssociationAssignment_9_1 : ( rulePropertyAssociationInstance ) ;
public final void rule__EndToEndFlowInstance__OwnedPropertyAssociationAssignment_9_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15250:1: ( ( rulePropertyAssociationInstance ) )
- // InternalInstance.g:15251:1: ( rulePropertyAssociationInstance )
+ // InternalInstance.g:15041:1: ( ( rulePropertyAssociationInstance ) )
+ // InternalInstance.g:15042:1: ( rulePropertyAssociationInstance )
{
- // InternalInstance.g:15251:1: ( rulePropertyAssociationInstance )
- // InternalInstance.g:15252:1: rulePropertyAssociationInstance
+ // InternalInstance.g:15042:1: ( rulePropertyAssociationInstance )
+ // InternalInstance.g:15043:1: rulePropertyAssociationInstance
{
before(grammarAccess.getEndToEndFlowInstanceAccess().getOwnedPropertyAssociationPropertyAssociationInstanceParserRuleCall_9_1_0());
pushFollow(FOLLOW_2);
@@ -39912,21 +39365,21 @@ public final void rule__EndToEndFlowInstance__OwnedPropertyAssociationAssignment
// $ANTLR start "rule__ModeInstance__InitialAssignment_0"
- // InternalInstance.g:15261:1: rule__ModeInstance__InitialAssignment_0 : ( ( 'initial' ) ) ;
+ // InternalInstance.g:15052:1: rule__ModeInstance__InitialAssignment_0 : ( ( 'initial' ) ) ;
public final void rule__ModeInstance__InitialAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15265:1: ( ( ( 'initial' ) ) )
- // InternalInstance.g:15266:1: ( ( 'initial' ) )
+ // InternalInstance.g:15056:1: ( ( ( 'initial' ) ) )
+ // InternalInstance.g:15057:1: ( ( 'initial' ) )
{
- // InternalInstance.g:15266:1: ( ( 'initial' ) )
- // InternalInstance.g:15267:1: ( 'initial' )
+ // InternalInstance.g:15057:1: ( ( 'initial' ) )
+ // InternalInstance.g:15058:1: ( 'initial' )
{
before(grammarAccess.getModeInstanceAccess().getInitialInitialKeyword_0_0());
- // InternalInstance.g:15268:1: ( 'initial' )
- // InternalInstance.g:15269:1: 'initial'
+ // InternalInstance.g:15059:1: ( 'initial' )
+ // InternalInstance.g:15060:1: 'initial'
{
before(grammarAccess.getModeInstanceAccess().getInitialInitialKeyword_0_0());
match(input,87,FOLLOW_2);
@@ -39957,21 +39410,21 @@ public final void rule__ModeInstance__InitialAssignment_0() throws RecognitionEx
// $ANTLR start "rule__ModeInstance__DerivedAssignment_1"
- // InternalInstance.g:15284:1: rule__ModeInstance__DerivedAssignment_1 : ( ( 'derived' ) ) ;
+ // InternalInstance.g:15075:1: rule__ModeInstance__DerivedAssignment_1 : ( ( 'derived' ) ) ;
public final void rule__ModeInstance__DerivedAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15288:1: ( ( ( 'derived' ) ) )
- // InternalInstance.g:15289:1: ( ( 'derived' ) )
+ // InternalInstance.g:15079:1: ( ( ( 'derived' ) ) )
+ // InternalInstance.g:15080:1: ( ( 'derived' ) )
{
- // InternalInstance.g:15289:1: ( ( 'derived' ) )
- // InternalInstance.g:15290:1: ( 'derived' )
+ // InternalInstance.g:15080:1: ( ( 'derived' ) )
+ // InternalInstance.g:15081:1: ( 'derived' )
{
before(grammarAccess.getModeInstanceAccess().getDerivedDerivedKeyword_1_0());
- // InternalInstance.g:15291:1: ( 'derived' )
- // InternalInstance.g:15292:1: 'derived'
+ // InternalInstance.g:15082:1: ( 'derived' )
+ // InternalInstance.g:15083:1: 'derived'
{
before(grammarAccess.getModeInstanceAccess().getDerivedDerivedKeyword_1_0());
match(input,88,FOLLOW_2);
@@ -40002,17 +39455,17 @@ public final void rule__ModeInstance__DerivedAssignment_1() throws RecognitionEx
// $ANTLR start "rule__ModeInstance__NameAssignment_3"
- // InternalInstance.g:15307:1: rule__ModeInstance__NameAssignment_3 : ( RULE_ID ) ;
+ // InternalInstance.g:15098:1: rule__ModeInstance__NameAssignment_3 : ( RULE_ID ) ;
public final void rule__ModeInstance__NameAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15311:1: ( ( RULE_ID ) )
- // InternalInstance.g:15312:1: ( RULE_ID )
+ // InternalInstance.g:15102:1: ( ( RULE_ID ) )
+ // InternalInstance.g:15103:1: ( RULE_ID )
{
- // InternalInstance.g:15312:1: ( RULE_ID )
- // InternalInstance.g:15313:1: RULE_ID
+ // InternalInstance.g:15103:1: ( RULE_ID )
+ // InternalInstance.g:15104:1: RULE_ID
{
before(grammarAccess.getModeInstanceAccess().getNameIDTerminalRuleCall_3_0());
match(input,RULE_ID,FOLLOW_2);
@@ -40039,21 +39492,21 @@ public final void rule__ModeInstance__NameAssignment_3() throws RecognitionExcep
// $ANTLR start "rule__ModeInstance__ParentAssignment_4_1_0"
- // InternalInstance.g:15322:1: rule__ModeInstance__ParentAssignment_4_1_0 : ( ( RULE_ID ) ) ;
+ // InternalInstance.g:15113:1: rule__ModeInstance__ParentAssignment_4_1_0 : ( ( RULE_ID ) ) ;
public final void rule__ModeInstance__ParentAssignment_4_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15326:1: ( ( ( RULE_ID ) ) )
- // InternalInstance.g:15327:1: ( ( RULE_ID ) )
+ // InternalInstance.g:15117:1: ( ( ( RULE_ID ) ) )
+ // InternalInstance.g:15118:1: ( ( RULE_ID ) )
{
- // InternalInstance.g:15327:1: ( ( RULE_ID ) )
- // InternalInstance.g:15328:1: ( RULE_ID )
+ // InternalInstance.g:15118:1: ( ( RULE_ID ) )
+ // InternalInstance.g:15119:1: ( RULE_ID )
{
before(grammarAccess.getModeInstanceAccess().getParentModeInstanceCrossReference_4_1_0_0());
- // InternalInstance.g:15329:1: ( RULE_ID )
- // InternalInstance.g:15330:1: RULE_ID
+ // InternalInstance.g:15120:1: ( RULE_ID )
+ // InternalInstance.g:15121:1: RULE_ID
{
before(grammarAccess.getModeInstanceAccess().getParentModeInstanceIDTerminalRuleCall_4_1_0_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -40084,21 +39537,21 @@ public final void rule__ModeInstance__ParentAssignment_4_1_0() throws Recognitio
// $ANTLR start "rule__ModeInstance__ParentAssignment_4_1_1_1"
- // InternalInstance.g:15341:1: rule__ModeInstance__ParentAssignment_4_1_1_1 : ( ( RULE_ID ) ) ;
+ // InternalInstance.g:15132:1: rule__ModeInstance__ParentAssignment_4_1_1_1 : ( ( RULE_ID ) ) ;
public final void rule__ModeInstance__ParentAssignment_4_1_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15345:1: ( ( ( RULE_ID ) ) )
- // InternalInstance.g:15346:1: ( ( RULE_ID ) )
+ // InternalInstance.g:15136:1: ( ( ( RULE_ID ) ) )
+ // InternalInstance.g:15137:1: ( ( RULE_ID ) )
{
- // InternalInstance.g:15346:1: ( ( RULE_ID ) )
- // InternalInstance.g:15347:1: ( RULE_ID )
+ // InternalInstance.g:15137:1: ( ( RULE_ID ) )
+ // InternalInstance.g:15138:1: ( RULE_ID )
{
before(grammarAccess.getModeInstanceAccess().getParentModeInstanceCrossReference_4_1_1_1_0());
- // InternalInstance.g:15348:1: ( RULE_ID )
- // InternalInstance.g:15349:1: RULE_ID
+ // InternalInstance.g:15139:1: ( RULE_ID )
+ // InternalInstance.g:15140:1: RULE_ID
{
before(grammarAccess.getModeInstanceAccess().getParentModeInstanceIDTerminalRuleCall_4_1_1_1_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -40129,21 +39582,21 @@ public final void rule__ModeInstance__ParentAssignment_4_1_1_1() throws Recognit
// $ANTLR start "rule__ModeInstance__ParentAssignment_4_1_1_2_1"
- // InternalInstance.g:15360:1: rule__ModeInstance__ParentAssignment_4_1_1_2_1 : ( ( RULE_ID ) ) ;
+ // InternalInstance.g:15151:1: rule__ModeInstance__ParentAssignment_4_1_1_2_1 : ( ( RULE_ID ) ) ;
public final void rule__ModeInstance__ParentAssignment_4_1_1_2_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15364:1: ( ( ( RULE_ID ) ) )
- // InternalInstance.g:15365:1: ( ( RULE_ID ) )
+ // InternalInstance.g:15155:1: ( ( ( RULE_ID ) ) )
+ // InternalInstance.g:15156:1: ( ( RULE_ID ) )
{
- // InternalInstance.g:15365:1: ( ( RULE_ID ) )
- // InternalInstance.g:15366:1: ( RULE_ID )
+ // InternalInstance.g:15156:1: ( ( RULE_ID ) )
+ // InternalInstance.g:15157:1: ( RULE_ID )
{
before(grammarAccess.getModeInstanceAccess().getParentModeInstanceCrossReference_4_1_1_2_1_0());
- // InternalInstance.g:15367:1: ( RULE_ID )
- // InternalInstance.g:15368:1: RULE_ID
+ // InternalInstance.g:15158:1: ( RULE_ID )
+ // InternalInstance.g:15159:1: RULE_ID
{
before(grammarAccess.getModeInstanceAccess().getParentModeInstanceIDTerminalRuleCall_4_1_1_2_1_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -40174,21 +39627,21 @@ public final void rule__ModeInstance__ParentAssignment_4_1_1_2_1() throws Recogn
// $ANTLR start "rule__ModeInstance__ModeAssignment_6"
- // InternalInstance.g:15379:1: rule__ModeInstance__ModeAssignment_6 : ( ( ruleDeclarativeRef ) ) ;
+ // InternalInstance.g:15170:1: rule__ModeInstance__ModeAssignment_6 : ( ( ruleDeclarativeRef ) ) ;
public final void rule__ModeInstance__ModeAssignment_6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15383:1: ( ( ( ruleDeclarativeRef ) ) )
- // InternalInstance.g:15384:1: ( ( ruleDeclarativeRef ) )
+ // InternalInstance.g:15174:1: ( ( ( ruleDeclarativeRef ) ) )
+ // InternalInstance.g:15175:1: ( ( ruleDeclarativeRef ) )
{
- // InternalInstance.g:15384:1: ( ( ruleDeclarativeRef ) )
- // InternalInstance.g:15385:1: ( ruleDeclarativeRef )
+ // InternalInstance.g:15175:1: ( ( ruleDeclarativeRef ) )
+ // InternalInstance.g:15176:1: ( ruleDeclarativeRef )
{
before(grammarAccess.getModeInstanceAccess().getModeModeCrossReference_6_0());
- // InternalInstance.g:15386:1: ( ruleDeclarativeRef )
- // InternalInstance.g:15387:1: ruleDeclarativeRef
+ // InternalInstance.g:15177:1: ( ruleDeclarativeRef )
+ // InternalInstance.g:15178:1: ruleDeclarativeRef
{
before(grammarAccess.getModeInstanceAccess().getModeModeDeclarativeRefParserRuleCall_6_0_1());
pushFollow(FOLLOW_2);
@@ -40223,17 +39676,17 @@ public final void rule__ModeInstance__ModeAssignment_6() throws RecognitionExcep
// $ANTLR start "rule__ModeInstance__OwnedPropertyAssociationAssignment_7_1"
- // InternalInstance.g:15398:1: rule__ModeInstance__OwnedPropertyAssociationAssignment_7_1 : ( rulePropertyAssociationInstance ) ;
+ // InternalInstance.g:15189:1: rule__ModeInstance__OwnedPropertyAssociationAssignment_7_1 : ( rulePropertyAssociationInstance ) ;
public final void rule__ModeInstance__OwnedPropertyAssociationAssignment_7_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15402:1: ( ( rulePropertyAssociationInstance ) )
- // InternalInstance.g:15403:1: ( rulePropertyAssociationInstance )
+ // InternalInstance.g:15193:1: ( ( rulePropertyAssociationInstance ) )
+ // InternalInstance.g:15194:1: ( rulePropertyAssociationInstance )
{
- // InternalInstance.g:15403:1: ( rulePropertyAssociationInstance )
- // InternalInstance.g:15404:1: rulePropertyAssociationInstance
+ // InternalInstance.g:15194:1: ( rulePropertyAssociationInstance )
+ // InternalInstance.g:15195:1: rulePropertyAssociationInstance
{
before(grammarAccess.getModeInstanceAccess().getOwnedPropertyAssociationPropertyAssociationInstanceParserRuleCall_7_1_0());
pushFollow(FOLLOW_2);
@@ -40264,17 +39717,17 @@ public final void rule__ModeInstance__OwnedPropertyAssociationAssignment_7_1() t
// $ANTLR start "rule__ModeTransitionInstance__NameAssignment_2"
- // InternalInstance.g:15413:1: rule__ModeTransitionInstance__NameAssignment_2 : ( RULE_ID ) ;
+ // InternalInstance.g:15204:1: rule__ModeTransitionInstance__NameAssignment_2 : ( RULE_ID ) ;
public final void rule__ModeTransitionInstance__NameAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15417:1: ( ( RULE_ID ) )
- // InternalInstance.g:15418:1: ( RULE_ID )
+ // InternalInstance.g:15208:1: ( ( RULE_ID ) )
+ // InternalInstance.g:15209:1: ( RULE_ID )
{
- // InternalInstance.g:15418:1: ( RULE_ID )
- // InternalInstance.g:15419:1: RULE_ID
+ // InternalInstance.g:15209:1: ( RULE_ID )
+ // InternalInstance.g:15210:1: RULE_ID
{
before(grammarAccess.getModeTransitionInstanceAccess().getNameIDTerminalRuleCall_2_0());
match(input,RULE_ID,FOLLOW_2);
@@ -40301,21 +39754,21 @@ public final void rule__ModeTransitionInstance__NameAssignment_2() throws Recogn
// $ANTLR start "rule__ModeTransitionInstance__SourceAssignment_3"
- // InternalInstance.g:15428:1: rule__ModeTransitionInstance__SourceAssignment_3 : ( ( RULE_ID ) ) ;
+ // InternalInstance.g:15219:1: rule__ModeTransitionInstance__SourceAssignment_3 : ( ( RULE_ID ) ) ;
public final void rule__ModeTransitionInstance__SourceAssignment_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15432:1: ( ( ( RULE_ID ) ) )
- // InternalInstance.g:15433:1: ( ( RULE_ID ) )
+ // InternalInstance.g:15223:1: ( ( ( RULE_ID ) ) )
+ // InternalInstance.g:15224:1: ( ( RULE_ID ) )
{
- // InternalInstance.g:15433:1: ( ( RULE_ID ) )
- // InternalInstance.g:15434:1: ( RULE_ID )
+ // InternalInstance.g:15224:1: ( ( RULE_ID ) )
+ // InternalInstance.g:15225:1: ( RULE_ID )
{
before(grammarAccess.getModeTransitionInstanceAccess().getSourceModeInstanceCrossReference_3_0());
- // InternalInstance.g:15435:1: ( RULE_ID )
- // InternalInstance.g:15436:1: RULE_ID
+ // InternalInstance.g:15226:1: ( RULE_ID )
+ // InternalInstance.g:15227:1: RULE_ID
{
before(grammarAccess.getModeTransitionInstanceAccess().getSourceModeInstanceIDTerminalRuleCall_3_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -40346,21 +39799,21 @@ public final void rule__ModeTransitionInstance__SourceAssignment_3() throws Reco
// $ANTLR start "rule__ModeTransitionInstance__TriggerAssignment_5_0"
- // InternalInstance.g:15447:1: rule__ModeTransitionInstance__TriggerAssignment_5_0 : ( ( ruleInstanceRef ) ) ;
+ // InternalInstance.g:15238:1: rule__ModeTransitionInstance__TriggerAssignment_5_0 : ( ( ruleInstanceRef ) ) ;
public final void rule__ModeTransitionInstance__TriggerAssignment_5_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15451:1: ( ( ( ruleInstanceRef ) ) )
- // InternalInstance.g:15452:1: ( ( ruleInstanceRef ) )
+ // InternalInstance.g:15242:1: ( ( ( ruleInstanceRef ) ) )
+ // InternalInstance.g:15243:1: ( ( ruleInstanceRef ) )
{
- // InternalInstance.g:15452:1: ( ( ruleInstanceRef ) )
- // InternalInstance.g:15453:1: ( ruleInstanceRef )
+ // InternalInstance.g:15243:1: ( ( ruleInstanceRef ) )
+ // InternalInstance.g:15244:1: ( ruleInstanceRef )
{
before(grammarAccess.getModeTransitionInstanceAccess().getTriggerFeatureInstanceCrossReference_5_0_0());
- // InternalInstance.g:15454:1: ( ruleInstanceRef )
- // InternalInstance.g:15455:1: ruleInstanceRef
+ // InternalInstance.g:15245:1: ( ruleInstanceRef )
+ // InternalInstance.g:15246:1: ruleInstanceRef
{
before(grammarAccess.getModeTransitionInstanceAccess().getTriggerFeatureInstanceInstanceRefParserRuleCall_5_0_0_1());
pushFollow(FOLLOW_2);
@@ -40395,21 +39848,21 @@ public final void rule__ModeTransitionInstance__TriggerAssignment_5_0() throws R
// $ANTLR start "rule__ModeTransitionInstance__TriggerAssignment_5_1_1"
- // InternalInstance.g:15466:1: rule__ModeTransitionInstance__TriggerAssignment_5_1_1 : ( ( ruleInstanceRef ) ) ;
+ // InternalInstance.g:15257:1: rule__ModeTransitionInstance__TriggerAssignment_5_1_1 : ( ( ruleInstanceRef ) ) ;
public final void rule__ModeTransitionInstance__TriggerAssignment_5_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15470:1: ( ( ( ruleInstanceRef ) ) )
- // InternalInstance.g:15471:1: ( ( ruleInstanceRef ) )
+ // InternalInstance.g:15261:1: ( ( ( ruleInstanceRef ) ) )
+ // InternalInstance.g:15262:1: ( ( ruleInstanceRef ) )
{
- // InternalInstance.g:15471:1: ( ( ruleInstanceRef ) )
- // InternalInstance.g:15472:1: ( ruleInstanceRef )
+ // InternalInstance.g:15262:1: ( ( ruleInstanceRef ) )
+ // InternalInstance.g:15263:1: ( ruleInstanceRef )
{
before(grammarAccess.getModeTransitionInstanceAccess().getTriggerFeatureInstanceCrossReference_5_1_1_0());
- // InternalInstance.g:15473:1: ( ruleInstanceRef )
- // InternalInstance.g:15474:1: ruleInstanceRef
+ // InternalInstance.g:15264:1: ( ruleInstanceRef )
+ // InternalInstance.g:15265:1: ruleInstanceRef
{
before(grammarAccess.getModeTransitionInstanceAccess().getTriggerFeatureInstanceInstanceRefParserRuleCall_5_1_1_0_1());
pushFollow(FOLLOW_2);
@@ -40444,21 +39897,21 @@ public final void rule__ModeTransitionInstance__TriggerAssignment_5_1_1() throws
// $ANTLR start "rule__ModeTransitionInstance__DestinationAssignment_7"
- // InternalInstance.g:15485:1: rule__ModeTransitionInstance__DestinationAssignment_7 : ( ( RULE_ID ) ) ;
+ // InternalInstance.g:15276:1: rule__ModeTransitionInstance__DestinationAssignment_7 : ( ( RULE_ID ) ) ;
public final void rule__ModeTransitionInstance__DestinationAssignment_7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15489:1: ( ( ( RULE_ID ) ) )
- // InternalInstance.g:15490:1: ( ( RULE_ID ) )
+ // InternalInstance.g:15280:1: ( ( ( RULE_ID ) ) )
+ // InternalInstance.g:15281:1: ( ( RULE_ID ) )
{
- // InternalInstance.g:15490:1: ( ( RULE_ID ) )
- // InternalInstance.g:15491:1: ( RULE_ID )
+ // InternalInstance.g:15281:1: ( ( RULE_ID ) )
+ // InternalInstance.g:15282:1: ( RULE_ID )
{
before(grammarAccess.getModeTransitionInstanceAccess().getDestinationModeInstanceCrossReference_7_0());
- // InternalInstance.g:15492:1: ( RULE_ID )
- // InternalInstance.g:15493:1: RULE_ID
+ // InternalInstance.g:15283:1: ( RULE_ID )
+ // InternalInstance.g:15284:1: RULE_ID
{
before(grammarAccess.getModeTransitionInstanceAccess().getDestinationModeInstanceIDTerminalRuleCall_7_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -40489,21 +39942,21 @@ public final void rule__ModeTransitionInstance__DestinationAssignment_7() throws
// $ANTLR start "rule__ModeTransitionInstance__ModeTransitionAssignment_9"
- // InternalInstance.g:15504:1: rule__ModeTransitionInstance__ModeTransitionAssignment_9 : ( ( ruleDeclarativeRef ) ) ;
+ // InternalInstance.g:15295:1: rule__ModeTransitionInstance__ModeTransitionAssignment_9 : ( ( ruleDeclarativeRef ) ) ;
public final void rule__ModeTransitionInstance__ModeTransitionAssignment_9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15508:1: ( ( ( ruleDeclarativeRef ) ) )
- // InternalInstance.g:15509:1: ( ( ruleDeclarativeRef ) )
+ // InternalInstance.g:15299:1: ( ( ( ruleDeclarativeRef ) ) )
+ // InternalInstance.g:15300:1: ( ( ruleDeclarativeRef ) )
{
- // InternalInstance.g:15509:1: ( ( ruleDeclarativeRef ) )
- // InternalInstance.g:15510:1: ( ruleDeclarativeRef )
+ // InternalInstance.g:15300:1: ( ( ruleDeclarativeRef ) )
+ // InternalInstance.g:15301:1: ( ruleDeclarativeRef )
{
before(grammarAccess.getModeTransitionInstanceAccess().getModeTransitionModeTransitionCrossReference_9_0());
- // InternalInstance.g:15511:1: ( ruleDeclarativeRef )
- // InternalInstance.g:15512:1: ruleDeclarativeRef
+ // InternalInstance.g:15302:1: ( ruleDeclarativeRef )
+ // InternalInstance.g:15303:1: ruleDeclarativeRef
{
before(grammarAccess.getModeTransitionInstanceAccess().getModeTransitionModeTransitionDeclarativeRefParserRuleCall_9_0_1());
pushFollow(FOLLOW_2);
@@ -40538,17 +39991,17 @@ public final void rule__ModeTransitionInstance__ModeTransitionAssignment_9() thr
// $ANTLR start "rule__ModeTransitionInstance__OwnedPropertyAssociationAssignment_10_1"
- // InternalInstance.g:15523:1: rule__ModeTransitionInstance__OwnedPropertyAssociationAssignment_10_1 : ( rulePropertyAssociationInstance ) ;
+ // InternalInstance.g:15314:1: rule__ModeTransitionInstance__OwnedPropertyAssociationAssignment_10_1 : ( rulePropertyAssociationInstance ) ;
public final void rule__ModeTransitionInstance__OwnedPropertyAssociationAssignment_10_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15527:1: ( ( rulePropertyAssociationInstance ) )
- // InternalInstance.g:15528:1: ( rulePropertyAssociationInstance )
+ // InternalInstance.g:15318:1: ( ( rulePropertyAssociationInstance ) )
+ // InternalInstance.g:15319:1: ( rulePropertyAssociationInstance )
{
- // InternalInstance.g:15528:1: ( rulePropertyAssociationInstance )
- // InternalInstance.g:15529:1: rulePropertyAssociationInstance
+ // InternalInstance.g:15319:1: ( rulePropertyAssociationInstance )
+ // InternalInstance.g:15320:1: rulePropertyAssociationInstance
{
before(grammarAccess.getModeTransitionInstanceAccess().getOwnedPropertyAssociationPropertyAssociationInstanceParserRuleCall_10_1_0());
pushFollow(FOLLOW_2);
@@ -40579,17 +40032,17 @@ public final void rule__ModeTransitionInstance__OwnedPropertyAssociationAssignme
// $ANTLR start "rule__SystemOperationMode__NameAssignment_1"
- // InternalInstance.g:15538:1: rule__SystemOperationMode__NameAssignment_1 : ( RULE_STRING ) ;
+ // InternalInstance.g:15329:1: rule__SystemOperationMode__NameAssignment_1 : ( RULE_STRING ) ;
public final void rule__SystemOperationMode__NameAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15542:1: ( ( RULE_STRING ) )
- // InternalInstance.g:15543:1: ( RULE_STRING )
+ // InternalInstance.g:15333:1: ( ( RULE_STRING ) )
+ // InternalInstance.g:15334:1: ( RULE_STRING )
{
- // InternalInstance.g:15543:1: ( RULE_STRING )
- // InternalInstance.g:15544:1: RULE_STRING
+ // InternalInstance.g:15334:1: ( RULE_STRING )
+ // InternalInstance.g:15335:1: RULE_STRING
{
before(grammarAccess.getSystemOperationModeAccess().getNameSTRINGTerminalRuleCall_1_0());
match(input,RULE_STRING,FOLLOW_2);
@@ -40616,21 +40069,21 @@ public final void rule__SystemOperationMode__NameAssignment_1() throws Recogniti
// $ANTLR start "rule__SystemOperationMode__CurrentModeAssignment_2_0"
- // InternalInstance.g:15553:1: rule__SystemOperationMode__CurrentModeAssignment_2_0 : ( ( ruleInstanceRef ) ) ;
+ // InternalInstance.g:15344:1: rule__SystemOperationMode__CurrentModeAssignment_2_0 : ( ( ruleInstanceRef ) ) ;
public final void rule__SystemOperationMode__CurrentModeAssignment_2_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15557:1: ( ( ( ruleInstanceRef ) ) )
- // InternalInstance.g:15558:1: ( ( ruleInstanceRef ) )
+ // InternalInstance.g:15348:1: ( ( ( ruleInstanceRef ) ) )
+ // InternalInstance.g:15349:1: ( ( ruleInstanceRef ) )
{
- // InternalInstance.g:15558:1: ( ( ruleInstanceRef ) )
- // InternalInstance.g:15559:1: ( ruleInstanceRef )
+ // InternalInstance.g:15349:1: ( ( ruleInstanceRef ) )
+ // InternalInstance.g:15350:1: ( ruleInstanceRef )
{
before(grammarAccess.getSystemOperationModeAccess().getCurrentModeModeInstanceCrossReference_2_0_0());
- // InternalInstance.g:15560:1: ( ruleInstanceRef )
- // InternalInstance.g:15561:1: ruleInstanceRef
+ // InternalInstance.g:15351:1: ( ruleInstanceRef )
+ // InternalInstance.g:15352:1: ruleInstanceRef
{
before(grammarAccess.getSystemOperationModeAccess().getCurrentModeModeInstanceInstanceRefParserRuleCall_2_0_0_1());
pushFollow(FOLLOW_2);
@@ -40665,21 +40118,21 @@ public final void rule__SystemOperationMode__CurrentModeAssignment_2_0() throws
// $ANTLR start "rule__SystemOperationMode__CurrentModeAssignment_2_1_1"
- // InternalInstance.g:15572:1: rule__SystemOperationMode__CurrentModeAssignment_2_1_1 : ( ( ruleInstanceRef ) ) ;
+ // InternalInstance.g:15363:1: rule__SystemOperationMode__CurrentModeAssignment_2_1_1 : ( ( ruleInstanceRef ) ) ;
public final void rule__SystemOperationMode__CurrentModeAssignment_2_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15576:1: ( ( ( ruleInstanceRef ) ) )
- // InternalInstance.g:15577:1: ( ( ruleInstanceRef ) )
+ // InternalInstance.g:15367:1: ( ( ( ruleInstanceRef ) ) )
+ // InternalInstance.g:15368:1: ( ( ruleInstanceRef ) )
{
- // InternalInstance.g:15577:1: ( ( ruleInstanceRef ) )
- // InternalInstance.g:15578:1: ( ruleInstanceRef )
+ // InternalInstance.g:15368:1: ( ( ruleInstanceRef ) )
+ // InternalInstance.g:15369:1: ( ruleInstanceRef )
{
before(grammarAccess.getSystemOperationModeAccess().getCurrentModeModeInstanceCrossReference_2_1_1_0());
- // InternalInstance.g:15579:1: ( ruleInstanceRef )
- // InternalInstance.g:15580:1: ruleInstanceRef
+ // InternalInstance.g:15370:1: ( ruleInstanceRef )
+ // InternalInstance.g:15371:1: ruleInstanceRef
{
before(grammarAccess.getSystemOperationModeAccess().getCurrentModeModeInstanceInstanceRefParserRuleCall_2_1_1_0_1());
pushFollow(FOLLOW_2);
@@ -40714,21 +40167,21 @@ public final void rule__SystemOperationMode__CurrentModeAssignment_2_1_1() throw
// $ANTLR start "rule__PropertyAssociationInstance__PropertyAssignment_0"
- // InternalInstance.g:15591:1: rule__PropertyAssociationInstance__PropertyAssignment_0 : ( ( ruleQPREF ) ) ;
+ // InternalInstance.g:15382:1: rule__PropertyAssociationInstance__PropertyAssignment_0 : ( ( ruleQPREF ) ) ;
public final void rule__PropertyAssociationInstance__PropertyAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15595:1: ( ( ( ruleQPREF ) ) )
- // InternalInstance.g:15596:1: ( ( ruleQPREF ) )
+ // InternalInstance.g:15386:1: ( ( ( ruleQPREF ) ) )
+ // InternalInstance.g:15387:1: ( ( ruleQPREF ) )
{
- // InternalInstance.g:15596:1: ( ( ruleQPREF ) )
- // InternalInstance.g:15597:1: ( ruleQPREF )
+ // InternalInstance.g:15387:1: ( ( ruleQPREF ) )
+ // InternalInstance.g:15388:1: ( ruleQPREF )
{
before(grammarAccess.getPropertyAssociationInstanceAccess().getPropertyPropertyCrossReference_0_0());
- // InternalInstance.g:15598:1: ( ruleQPREF )
- // InternalInstance.g:15599:1: ruleQPREF
+ // InternalInstance.g:15389:1: ( ruleQPREF )
+ // InternalInstance.g:15390:1: ruleQPREF
{
before(grammarAccess.getPropertyAssociationInstanceAccess().getPropertyPropertyQPREFParserRuleCall_0_0_1());
pushFollow(FOLLOW_2);
@@ -40763,17 +40216,17 @@ public final void rule__PropertyAssociationInstance__PropertyAssignment_0() thro
// $ANTLR start "rule__PropertyAssociationInstance__OwnedValueAssignment_2"
- // InternalInstance.g:15610:1: rule__PropertyAssociationInstance__OwnedValueAssignment_2 : ( ruleOptionalModalPropertyValue ) ;
+ // InternalInstance.g:15401:1: rule__PropertyAssociationInstance__OwnedValueAssignment_2 : ( ruleOptionalModalPropertyValue ) ;
public final void rule__PropertyAssociationInstance__OwnedValueAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15614:1: ( ( ruleOptionalModalPropertyValue ) )
- // InternalInstance.g:15615:1: ( ruleOptionalModalPropertyValue )
+ // InternalInstance.g:15405:1: ( ( ruleOptionalModalPropertyValue ) )
+ // InternalInstance.g:15406:1: ( ruleOptionalModalPropertyValue )
{
- // InternalInstance.g:15615:1: ( ruleOptionalModalPropertyValue )
- // InternalInstance.g:15616:1: ruleOptionalModalPropertyValue
+ // InternalInstance.g:15406:1: ( ruleOptionalModalPropertyValue )
+ // InternalInstance.g:15407:1: ruleOptionalModalPropertyValue
{
before(grammarAccess.getPropertyAssociationInstanceAccess().getOwnedValueOptionalModalPropertyValueParserRuleCall_2_0());
pushFollow(FOLLOW_2);
@@ -40804,17 +40257,17 @@ public final void rule__PropertyAssociationInstance__OwnedValueAssignment_2() th
// $ANTLR start "rule__PropertyAssociationInstance__OwnedValueAssignment_3_1"
- // InternalInstance.g:15625:1: rule__PropertyAssociationInstance__OwnedValueAssignment_3_1 : ( ruleOptionalModalPropertyValue ) ;
+ // InternalInstance.g:15416:1: rule__PropertyAssociationInstance__OwnedValueAssignment_3_1 : ( ruleOptionalModalPropertyValue ) ;
public final void rule__PropertyAssociationInstance__OwnedValueAssignment_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15629:1: ( ( ruleOptionalModalPropertyValue ) )
- // InternalInstance.g:15630:1: ( ruleOptionalModalPropertyValue )
+ // InternalInstance.g:15420:1: ( ( ruleOptionalModalPropertyValue ) )
+ // InternalInstance.g:15421:1: ( ruleOptionalModalPropertyValue )
{
- // InternalInstance.g:15630:1: ( ruleOptionalModalPropertyValue )
- // InternalInstance.g:15631:1: ruleOptionalModalPropertyValue
+ // InternalInstance.g:15421:1: ( ruleOptionalModalPropertyValue )
+ // InternalInstance.g:15422:1: ruleOptionalModalPropertyValue
{
before(grammarAccess.getPropertyAssociationInstanceAccess().getOwnedValueOptionalModalPropertyValueParserRuleCall_3_1_0());
pushFollow(FOLLOW_2);
@@ -40845,21 +40298,21 @@ public final void rule__PropertyAssociationInstance__OwnedValueAssignment_3_1()
// $ANTLR start "rule__PropertyAssociationInstance__PropertyAssociationAssignment_5"
- // InternalInstance.g:15640:1: rule__PropertyAssociationInstance__PropertyAssociationAssignment_5 : ( ( rulePropertyAssociationRef ) ) ;
+ // InternalInstance.g:15431:1: rule__PropertyAssociationInstance__PropertyAssociationAssignment_5 : ( ( rulePropertyAssociationRef ) ) ;
public final void rule__PropertyAssociationInstance__PropertyAssociationAssignment_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15644:1: ( ( ( rulePropertyAssociationRef ) ) )
- // InternalInstance.g:15645:1: ( ( rulePropertyAssociationRef ) )
+ // InternalInstance.g:15435:1: ( ( ( rulePropertyAssociationRef ) ) )
+ // InternalInstance.g:15436:1: ( ( rulePropertyAssociationRef ) )
{
- // InternalInstance.g:15645:1: ( ( rulePropertyAssociationRef ) )
- // InternalInstance.g:15646:1: ( rulePropertyAssociationRef )
+ // InternalInstance.g:15436:1: ( ( rulePropertyAssociationRef ) )
+ // InternalInstance.g:15437:1: ( rulePropertyAssociationRef )
{
before(grammarAccess.getPropertyAssociationInstanceAccess().getPropertyAssociationPropertyAssociationCrossReference_5_0());
- // InternalInstance.g:15647:1: ( rulePropertyAssociationRef )
- // InternalInstance.g:15648:1: rulePropertyAssociationRef
+ // InternalInstance.g:15438:1: ( rulePropertyAssociationRef )
+ // InternalInstance.g:15439:1: rulePropertyAssociationRef
{
before(grammarAccess.getPropertyAssociationInstanceAccess().getPropertyAssociationPropertyAssociationPropertyAssociationRefParserRuleCall_5_0_1());
pushFollow(FOLLOW_2);
@@ -40894,17 +40347,17 @@ public final void rule__PropertyAssociationInstance__PropertyAssociationAssignme
// $ANTLR start "rule__OptionalModalPropertyValue__OwnedValueAssignment_0"
- // InternalInstance.g:15659:1: rule__OptionalModalPropertyValue__OwnedValueAssignment_0 : ( rulePropertyExpression ) ;
+ // InternalInstance.g:15450:1: rule__OptionalModalPropertyValue__OwnedValueAssignment_0 : ( rulePropertyExpression ) ;
public final void rule__OptionalModalPropertyValue__OwnedValueAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15663:1: ( ( rulePropertyExpression ) )
- // InternalInstance.g:15664:1: ( rulePropertyExpression )
+ // InternalInstance.g:15454:1: ( ( rulePropertyExpression ) )
+ // InternalInstance.g:15455:1: ( rulePropertyExpression )
{
- // InternalInstance.g:15664:1: ( rulePropertyExpression )
- // InternalInstance.g:15665:1: rulePropertyExpression
+ // InternalInstance.g:15455:1: ( rulePropertyExpression )
+ // InternalInstance.g:15456:1: rulePropertyExpression
{
before(grammarAccess.getOptionalModalPropertyValueAccess().getOwnedValuePropertyExpressionParserRuleCall_0_0());
pushFollow(FOLLOW_2);
@@ -40935,21 +40388,21 @@ public final void rule__OptionalModalPropertyValue__OwnedValueAssignment_0() thr
// $ANTLR start "rule__OptionalModalPropertyValue__InModeAssignment_1_3"
- // InternalInstance.g:15674:1: rule__OptionalModalPropertyValue__InModeAssignment_1_3 : ( ( RULE_ID ) ) ;
+ // InternalInstance.g:15465:1: rule__OptionalModalPropertyValue__InModeAssignment_1_3 : ( ( RULE_ID ) ) ;
public final void rule__OptionalModalPropertyValue__InModeAssignment_1_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15678:1: ( ( ( RULE_ID ) ) )
- // InternalInstance.g:15679:1: ( ( RULE_ID ) )
+ // InternalInstance.g:15469:1: ( ( ( RULE_ID ) ) )
+ // InternalInstance.g:15470:1: ( ( RULE_ID ) )
{
- // InternalInstance.g:15679:1: ( ( RULE_ID ) )
- // InternalInstance.g:15680:1: ( RULE_ID )
+ // InternalInstance.g:15470:1: ( ( RULE_ID ) )
+ // InternalInstance.g:15471:1: ( RULE_ID )
{
before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_3_0());
- // InternalInstance.g:15681:1: ( RULE_ID )
- // InternalInstance.g:15682:1: RULE_ID
+ // InternalInstance.g:15472:1: ( RULE_ID )
+ // InternalInstance.g:15473:1: RULE_ID
{
before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeIDTerminalRuleCall_1_3_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -40980,21 +40433,21 @@ public final void rule__OptionalModalPropertyValue__InModeAssignment_1_3() throw
// $ANTLR start "rule__OptionalModalPropertyValue__InModeAssignment_1_4_1"
- // InternalInstance.g:15693:1: rule__OptionalModalPropertyValue__InModeAssignment_1_4_1 : ( ( RULE_ID ) ) ;
+ // InternalInstance.g:15484:1: rule__OptionalModalPropertyValue__InModeAssignment_1_4_1 : ( ( RULE_ID ) ) ;
public final void rule__OptionalModalPropertyValue__InModeAssignment_1_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15697:1: ( ( ( RULE_ID ) ) )
- // InternalInstance.g:15698:1: ( ( RULE_ID ) )
+ // InternalInstance.g:15488:1: ( ( ( RULE_ID ) ) )
+ // InternalInstance.g:15489:1: ( ( RULE_ID ) )
{
- // InternalInstance.g:15698:1: ( ( RULE_ID ) )
- // InternalInstance.g:15699:1: ( RULE_ID )
+ // InternalInstance.g:15489:1: ( ( RULE_ID ) )
+ // InternalInstance.g:15490:1: ( RULE_ID )
{
before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_4_1_0());
- // InternalInstance.g:15700:1: ( RULE_ID )
- // InternalInstance.g:15701:1: RULE_ID
+ // InternalInstance.g:15491:1: ( RULE_ID )
+ // InternalInstance.g:15492:1: RULE_ID
{
before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeIDTerminalRuleCall_1_4_1_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -41025,21 +40478,21 @@ public final void rule__OptionalModalPropertyValue__InModeAssignment_1_4_1() thr
// $ANTLR start "rule__ContainmentPathElement__NamedElementAssignment_0"
- // InternalInstance.g:15712:1: rule__ContainmentPathElement__NamedElementAssignment_0 : ( ( ruleDeclarativeRef ) ) ;
+ // InternalInstance.g:15503:1: rule__ContainmentPathElement__NamedElementAssignment_0 : ( ( ruleDeclarativeRef ) ) ;
public final void rule__ContainmentPathElement__NamedElementAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15716:1: ( ( ( ruleDeclarativeRef ) ) )
- // InternalInstance.g:15717:1: ( ( ruleDeclarativeRef ) )
+ // InternalInstance.g:15507:1: ( ( ( ruleDeclarativeRef ) ) )
+ // InternalInstance.g:15508:1: ( ( ruleDeclarativeRef ) )
{
- // InternalInstance.g:15717:1: ( ( ruleDeclarativeRef ) )
- // InternalInstance.g:15718:1: ( ruleDeclarativeRef )
+ // InternalInstance.g:15508:1: ( ( ruleDeclarativeRef ) )
+ // InternalInstance.g:15509:1: ( ruleDeclarativeRef )
{
before(grammarAccess.getContainmentPathElementAccess().getNamedElementNamedElementCrossReference_0_0());
- // InternalInstance.g:15719:1: ( ruleDeclarativeRef )
- // InternalInstance.g:15720:1: ruleDeclarativeRef
+ // InternalInstance.g:15510:1: ( ruleDeclarativeRef )
+ // InternalInstance.g:15511:1: ruleDeclarativeRef
{
before(grammarAccess.getContainmentPathElementAccess().getNamedElementNamedElementDeclarativeRefParserRuleCall_0_0_1());
pushFollow(FOLLOW_2);
@@ -41074,17 +40527,17 @@ public final void rule__ContainmentPathElement__NamedElementAssignment_0() throw
// $ANTLR start "rule__ContainmentPathElement__ArrayRangeAssignment_1"
- // InternalInstance.g:15731:1: rule__ContainmentPathElement__ArrayRangeAssignment_1 : ( ruleArrayRange ) ;
+ // InternalInstance.g:15522:1: rule__ContainmentPathElement__ArrayRangeAssignment_1 : ( ruleArrayRange ) ;
public final void rule__ContainmentPathElement__ArrayRangeAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15735:1: ( ( ruleArrayRange ) )
- // InternalInstance.g:15736:1: ( ruleArrayRange )
+ // InternalInstance.g:15526:1: ( ( ruleArrayRange ) )
+ // InternalInstance.g:15527:1: ( ruleArrayRange )
{
- // InternalInstance.g:15736:1: ( ruleArrayRange )
- // InternalInstance.g:15737:1: ruleArrayRange
+ // InternalInstance.g:15527:1: ( ruleArrayRange )
+ // InternalInstance.g:15528:1: ruleArrayRange
{
before(grammarAccess.getContainmentPathElementAccess().getArrayRangeArrayRangeParserRuleCall_1_0());
pushFollow(FOLLOW_2);
@@ -41115,17 +40568,17 @@ public final void rule__ContainmentPathElement__ArrayRangeAssignment_1() throws
// $ANTLR start "rule__ContainmentPathElement__PathAssignment_2_1"
- // InternalInstance.g:15746:1: rule__ContainmentPathElement__PathAssignment_2_1 : ( ruleContainmentPathElement ) ;
+ // InternalInstance.g:15537:1: rule__ContainmentPathElement__PathAssignment_2_1 : ( ruleContainmentPathElement ) ;
public final void rule__ContainmentPathElement__PathAssignment_2_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15750:1: ( ( ruleContainmentPathElement ) )
- // InternalInstance.g:15751:1: ( ruleContainmentPathElement )
+ // InternalInstance.g:15541:1: ( ( ruleContainmentPathElement ) )
+ // InternalInstance.g:15542:1: ( ruleContainmentPathElement )
{
- // InternalInstance.g:15751:1: ( ruleContainmentPathElement )
- // InternalInstance.g:15752:1: ruleContainmentPathElement
+ // InternalInstance.g:15542:1: ( ruleContainmentPathElement )
+ // InternalInstance.g:15543:1: ruleContainmentPathElement
{
before(grammarAccess.getContainmentPathElementAccess().getPathContainmentPathElementParserRuleCall_2_1_0());
pushFollow(FOLLOW_2);
@@ -41156,21 +40609,21 @@ public final void rule__ContainmentPathElement__PathAssignment_2_1() throws Reco
// $ANTLR start "rule__InstanceReferenceValue__ReferencedInstanceObjectAssignment_2"
- // InternalInstance.g:15761:1: rule__InstanceReferenceValue__ReferencedInstanceObjectAssignment_2 : ( ( ruleInstanceRef ) ) ;
+ // InternalInstance.g:15552:1: rule__InstanceReferenceValue__ReferencedInstanceObjectAssignment_2 : ( ( ruleInstanceRef ) ) ;
public final void rule__InstanceReferenceValue__ReferencedInstanceObjectAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15765:1: ( ( ( ruleInstanceRef ) ) )
- // InternalInstance.g:15766:1: ( ( ruleInstanceRef ) )
+ // InternalInstance.g:15556:1: ( ( ( ruleInstanceRef ) ) )
+ // InternalInstance.g:15557:1: ( ( ruleInstanceRef ) )
{
- // InternalInstance.g:15766:1: ( ( ruleInstanceRef ) )
- // InternalInstance.g:15767:1: ( ruleInstanceRef )
+ // InternalInstance.g:15557:1: ( ( ruleInstanceRef ) )
+ // InternalInstance.g:15558:1: ( ruleInstanceRef )
{
before(grammarAccess.getInstanceReferenceValueAccess().getReferencedInstanceObjectInstanceObjectCrossReference_2_0());
- // InternalInstance.g:15768:1: ( ruleInstanceRef )
- // InternalInstance.g:15769:1: ruleInstanceRef
+ // InternalInstance.g:15559:1: ( ruleInstanceRef )
+ // InternalInstance.g:15560:1: ruleInstanceRef
{
before(grammarAccess.getInstanceReferenceValueAccess().getReferencedInstanceObjectInstanceObjectInstanceRefParserRuleCall_2_0_1());
pushFollow(FOLLOW_2);
@@ -41205,21 +40658,21 @@ public final void rule__InstanceReferenceValue__ReferencedInstanceObjectAssignme
// $ANTLR start "rule__ContainedPropertyAssociation__PropertyAssignment_0"
- // InternalInstance.g:15780:1: rule__ContainedPropertyAssociation__PropertyAssignment_0 : ( ( ruleQPREF ) ) ;
+ // InternalInstance.g:15571:1: rule__ContainedPropertyAssociation__PropertyAssignment_0 : ( ( ruleQPREF ) ) ;
public final void rule__ContainedPropertyAssociation__PropertyAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15784:1: ( ( ( ruleQPREF ) ) )
- // InternalInstance.g:15785:1: ( ( ruleQPREF ) )
+ // InternalInstance.g:15575:1: ( ( ( ruleQPREF ) ) )
+ // InternalInstance.g:15576:1: ( ( ruleQPREF ) )
{
- // InternalInstance.g:15785:1: ( ( ruleQPREF ) )
- // InternalInstance.g:15786:1: ( ruleQPREF )
+ // InternalInstance.g:15576:1: ( ( ruleQPREF ) )
+ // InternalInstance.g:15577:1: ( ruleQPREF )
{
before(grammarAccess.getContainedPropertyAssociationAccess().getPropertyPropertyCrossReference_0_0());
- // InternalInstance.g:15787:1: ( ruleQPREF )
- // InternalInstance.g:15788:1: ruleQPREF
+ // InternalInstance.g:15578:1: ( ruleQPREF )
+ // InternalInstance.g:15579:1: ruleQPREF
{
before(grammarAccess.getContainedPropertyAssociationAccess().getPropertyPropertyQPREFParserRuleCall_0_0_1());
pushFollow(FOLLOW_2);
@@ -41254,21 +40707,21 @@ public final void rule__ContainedPropertyAssociation__PropertyAssignment_0() thr
// $ANTLR start "rule__ContainedPropertyAssociation__AppendAssignment_1_1"
- // InternalInstance.g:15799:1: rule__ContainedPropertyAssociation__AppendAssignment_1_1 : ( ( '+=>' ) ) ;
+ // InternalInstance.g:15590:1: rule__ContainedPropertyAssociation__AppendAssignment_1_1 : ( ( '+=>' ) ) ;
public final void rule__ContainedPropertyAssociation__AppendAssignment_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15803:1: ( ( ( '+=>' ) ) )
- // InternalInstance.g:15804:1: ( ( '+=>' ) )
+ // InternalInstance.g:15594:1: ( ( ( '+=>' ) ) )
+ // InternalInstance.g:15595:1: ( ( '+=>' ) )
{
- // InternalInstance.g:15804:1: ( ( '+=>' ) )
- // InternalInstance.g:15805:1: ( '+=>' )
+ // InternalInstance.g:15595:1: ( ( '+=>' ) )
+ // InternalInstance.g:15596:1: ( '+=>' )
{
before(grammarAccess.getContainedPropertyAssociationAccess().getAppendPlusSignEqualsSignGreaterThanSignKeyword_1_1_0());
- // InternalInstance.g:15806:1: ( '+=>' )
- // InternalInstance.g:15807:1: '+=>'
+ // InternalInstance.g:15597:1: ( '+=>' )
+ // InternalInstance.g:15598:1: '+=>'
{
before(grammarAccess.getContainedPropertyAssociationAccess().getAppendPlusSignEqualsSignGreaterThanSignKeyword_1_1_0());
match(input,89,FOLLOW_2);
@@ -41299,21 +40752,21 @@ public final void rule__ContainedPropertyAssociation__AppendAssignment_1_1() thr
// $ANTLR start "rule__ContainedPropertyAssociation__ConstantAssignment_2"
- // InternalInstance.g:15822:1: rule__ContainedPropertyAssociation__ConstantAssignment_2 : ( ( 'constant' ) ) ;
+ // InternalInstance.g:15613:1: rule__ContainedPropertyAssociation__ConstantAssignment_2 : ( ( 'constant' ) ) ;
public final void rule__ContainedPropertyAssociation__ConstantAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15826:1: ( ( ( 'constant' ) ) )
- // InternalInstance.g:15827:1: ( ( 'constant' ) )
+ // InternalInstance.g:15617:1: ( ( ( 'constant' ) ) )
+ // InternalInstance.g:15618:1: ( ( 'constant' ) )
{
- // InternalInstance.g:15827:1: ( ( 'constant' ) )
- // InternalInstance.g:15828:1: ( 'constant' )
+ // InternalInstance.g:15618:1: ( ( 'constant' ) )
+ // InternalInstance.g:15619:1: ( 'constant' )
{
before(grammarAccess.getContainedPropertyAssociationAccess().getConstantConstantKeyword_2_0());
- // InternalInstance.g:15829:1: ( 'constant' )
- // InternalInstance.g:15830:1: 'constant'
+ // InternalInstance.g:15620:1: ( 'constant' )
+ // InternalInstance.g:15621:1: 'constant'
{
before(grammarAccess.getContainedPropertyAssociationAccess().getConstantConstantKeyword_2_0());
match(input,90,FOLLOW_2);
@@ -41344,17 +40797,17 @@ public final void rule__ContainedPropertyAssociation__ConstantAssignment_2() thr
// $ANTLR start "rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0"
- // InternalInstance.g:15845:1: rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0 : ( ruleOptionalModalPropertyValue ) ;
+ // InternalInstance.g:15636:1: rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0 : ( ruleOptionalModalPropertyValue ) ;
public final void rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15849:1: ( ( ruleOptionalModalPropertyValue ) )
- // InternalInstance.g:15850:1: ( ruleOptionalModalPropertyValue )
+ // InternalInstance.g:15640:1: ( ( ruleOptionalModalPropertyValue ) )
+ // InternalInstance.g:15641:1: ( ruleOptionalModalPropertyValue )
{
- // InternalInstance.g:15850:1: ( ruleOptionalModalPropertyValue )
- // InternalInstance.g:15851:1: ruleOptionalModalPropertyValue
+ // InternalInstance.g:15641:1: ( ruleOptionalModalPropertyValue )
+ // InternalInstance.g:15642:1: ruleOptionalModalPropertyValue
{
before(grammarAccess.getContainedPropertyAssociationAccess().getOwnedValueOptionalModalPropertyValueParserRuleCall_3_0_0());
pushFollow(FOLLOW_2);
@@ -41385,17 +40838,17 @@ public final void rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0()
// $ANTLR start "rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1"
- // InternalInstance.g:15860:1: rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1 : ( ruleOptionalModalPropertyValue ) ;
+ // InternalInstance.g:15651:1: rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1 : ( ruleOptionalModalPropertyValue ) ;
public final void rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15864:1: ( ( ruleOptionalModalPropertyValue ) )
- // InternalInstance.g:15865:1: ( ruleOptionalModalPropertyValue )
+ // InternalInstance.g:15655:1: ( ( ruleOptionalModalPropertyValue ) )
+ // InternalInstance.g:15656:1: ( ruleOptionalModalPropertyValue )
{
- // InternalInstance.g:15865:1: ( ruleOptionalModalPropertyValue )
- // InternalInstance.g:15866:1: ruleOptionalModalPropertyValue
+ // InternalInstance.g:15656:1: ( ruleOptionalModalPropertyValue )
+ // InternalInstance.g:15657:1: ruleOptionalModalPropertyValue
{
before(grammarAccess.getContainedPropertyAssociationAccess().getOwnedValueOptionalModalPropertyValueParserRuleCall_3_1_1_0());
pushFollow(FOLLOW_2);
@@ -41425,26 +40878,26 @@ public final void rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1
// $ANTLR end "rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1"
- // $ANTLR start "rule__ContainedPropertyAssociation__AppliesToAssignment_4_1"
- // InternalInstance.g:15875:1: rule__ContainedPropertyAssociation__AppliesToAssignment_4_1 : ( ruleContainmentPath ) ;
- public final void rule__ContainedPropertyAssociation__AppliesToAssignment_4_1() throws RecognitionException {
+ // $ANTLR start "rule__ContainedPropertyAssociation__AppliesToAssignment_4_2"
+ // InternalInstance.g:15666:1: rule__ContainedPropertyAssociation__AppliesToAssignment_4_2 : ( ruleContainmentPath ) ;
+ public final void rule__ContainedPropertyAssociation__AppliesToAssignment_4_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15879:1: ( ( ruleContainmentPath ) )
- // InternalInstance.g:15880:1: ( ruleContainmentPath )
+ // InternalInstance.g:15670:1: ( ( ruleContainmentPath ) )
+ // InternalInstance.g:15671:1: ( ruleContainmentPath )
{
- // InternalInstance.g:15880:1: ( ruleContainmentPath )
- // InternalInstance.g:15881:1: ruleContainmentPath
+ // InternalInstance.g:15671:1: ( ruleContainmentPath )
+ // InternalInstance.g:15672:1: ruleContainmentPath
{
- before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_1_0());
+ before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_2_0());
pushFollow(FOLLOW_2);
ruleContainmentPath();
state._fsp--;
- after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_1_0());
+ after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_2_0());
}
@@ -41463,29 +40916,29 @@ public final void rule__ContainedPropertyAssociation__AppliesToAssignment_4_1()
}
return ;
}
- // $ANTLR end "rule__ContainedPropertyAssociation__AppliesToAssignment_4_1"
+ // $ANTLR end "rule__ContainedPropertyAssociation__AppliesToAssignment_4_2"
- // $ANTLR start "rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1"
- // InternalInstance.g:15890:1: rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1 : ( ruleContainmentPath ) ;
- public final void rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1() throws RecognitionException {
+ // $ANTLR start "rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1"
+ // InternalInstance.g:15681:1: rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1 : ( ruleContainmentPath ) ;
+ public final void rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15894:1: ( ( ruleContainmentPath ) )
- // InternalInstance.g:15895:1: ( ruleContainmentPath )
+ // InternalInstance.g:15685:1: ( ( ruleContainmentPath ) )
+ // InternalInstance.g:15686:1: ( ruleContainmentPath )
{
- // InternalInstance.g:15895:1: ( ruleContainmentPath )
- // InternalInstance.g:15896:1: ruleContainmentPath
+ // InternalInstance.g:15686:1: ( ruleContainmentPath )
+ // InternalInstance.g:15687:1: ruleContainmentPath
{
- before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_2_1_0());
+ before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_3_1_0());
pushFollow(FOLLOW_2);
ruleContainmentPath();
state._fsp--;
- after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_2_1_0());
+ after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_3_1_0());
}
@@ -41504,37 +40957,37 @@ public final void rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1(
}
return ;
}
- // $ANTLR end "rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1"
+ // $ANTLR end "rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1"
- // $ANTLR start "rule__ContainedPropertyAssociation__InBindingAssignment_5_2"
- // InternalInstance.g:15905:1: rule__ContainedPropertyAssociation__InBindingAssignment_5_2 : ( ( ruleQCREF ) ) ;
- public final void rule__ContainedPropertyAssociation__InBindingAssignment_5_2() throws RecognitionException {
+ // $ANTLR start "rule__ContainedPropertyAssociation__InBindingAssignment_5_3"
+ // InternalInstance.g:15696:1: rule__ContainedPropertyAssociation__InBindingAssignment_5_3 : ( ( ruleQCREF ) ) ;
+ public final void rule__ContainedPropertyAssociation__InBindingAssignment_5_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15909:1: ( ( ( ruleQCREF ) ) )
- // InternalInstance.g:15910:1: ( ( ruleQCREF ) )
+ // InternalInstance.g:15700:1: ( ( ( ruleQCREF ) ) )
+ // InternalInstance.g:15701:1: ( ( ruleQCREF ) )
{
- // InternalInstance.g:15910:1: ( ( ruleQCREF ) )
- // InternalInstance.g:15911:1: ( ruleQCREF )
+ // InternalInstance.g:15701:1: ( ( ruleQCREF ) )
+ // InternalInstance.g:15702:1: ( ruleQCREF )
{
- before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierCrossReference_5_2_0());
- // InternalInstance.g:15912:1: ( ruleQCREF )
- // InternalInstance.g:15913:1: ruleQCREF
+ before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierCrossReference_5_3_0());
+ // InternalInstance.g:15703:1: ( ruleQCREF )
+ // InternalInstance.g:15704:1: ruleQCREF
{
- before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierQCREFParserRuleCall_5_2_0_1());
+ before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierQCREFParserRuleCall_5_3_0_1());
pushFollow(FOLLOW_2);
ruleQCREF();
state._fsp--;
- after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierQCREFParserRuleCall_5_2_0_1());
+ after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierQCREFParserRuleCall_5_3_0_1());
}
- after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierCrossReference_5_2_0());
+ after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierCrossReference_5_3_0());
}
@@ -41553,21 +41006,21 @@ public final void rule__ContainedPropertyAssociation__InBindingAssignment_5_2()
}
return ;
}
- // $ANTLR end "rule__ContainedPropertyAssociation__InBindingAssignment_5_2"
+ // $ANTLR end "rule__ContainedPropertyAssociation__InBindingAssignment_5_3"
// $ANTLR start "rule__ContainmentPath__PathAssignment"
- // InternalInstance.g:15932:1: rule__ContainmentPath__PathAssignment : ( ruleContainmentPathElement ) ;
+ // InternalInstance.g:15723:1: rule__ContainmentPath__PathAssignment : ( ruleContainmentPathElement ) ;
public final void rule__ContainmentPath__PathAssignment() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15936:1: ( ( ruleContainmentPathElement ) )
- // InternalInstance.g:15937:1: ( ruleContainmentPathElement )
+ // InternalInstance.g:15727:1: ( ( ruleContainmentPathElement ) )
+ // InternalInstance.g:15728:1: ( ruleContainmentPathElement )
{
- // InternalInstance.g:15937:1: ( ruleContainmentPathElement )
- // InternalInstance.g:15938:1: ruleContainmentPathElement
+ // InternalInstance.g:15728:1: ( ruleContainmentPathElement )
+ // InternalInstance.g:15729:1: ruleContainmentPathElement
{
before(grammarAccess.getContainmentPathAccess().getPathContainmentPathElementParserRuleCall_0());
pushFollow(FOLLOW_2);
@@ -41598,17 +41051,17 @@ public final void rule__ContainmentPath__PathAssignment() throws RecognitionExce
// $ANTLR start "rule__PropertyValue__OwnedValueAssignment"
- // InternalInstance.g:15950:1: rule__PropertyValue__OwnedValueAssignment : ( rulePropertyExpression ) ;
+ // InternalInstance.g:15741:1: rule__PropertyValue__OwnedValueAssignment : ( rulePropertyExpression ) ;
public final void rule__PropertyValue__OwnedValueAssignment() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15954:1: ( ( rulePropertyExpression ) )
- // InternalInstance.g:15955:1: ( rulePropertyExpression )
+ // InternalInstance.g:15745:1: ( ( rulePropertyExpression ) )
+ // InternalInstance.g:15746:1: ( rulePropertyExpression )
{
- // InternalInstance.g:15955:1: ( rulePropertyExpression )
- // InternalInstance.g:15956:1: rulePropertyExpression
+ // InternalInstance.g:15746:1: ( rulePropertyExpression )
+ // InternalInstance.g:15747:1: rulePropertyExpression
{
before(grammarAccess.getPropertyValueAccess().getOwnedValuePropertyExpressionParserRuleCall_0());
pushFollow(FOLLOW_2);
@@ -41639,21 +41092,21 @@ public final void rule__PropertyValue__OwnedValueAssignment() throws Recognition
// $ANTLR start "rule__LiteralorReferenceTerm__NamedValueAssignment"
- // InternalInstance.g:15965:1: rule__LiteralorReferenceTerm__NamedValueAssignment : ( ( ruleQPREF ) ) ;
+ // InternalInstance.g:15756:1: rule__LiteralorReferenceTerm__NamedValueAssignment : ( ( ruleQPREF ) ) ;
public final void rule__LiteralorReferenceTerm__NamedValueAssignment() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15969:1: ( ( ( ruleQPREF ) ) )
- // InternalInstance.g:15970:1: ( ( ruleQPREF ) )
+ // InternalInstance.g:15760:1: ( ( ( ruleQPREF ) ) )
+ // InternalInstance.g:15761:1: ( ( ruleQPREF ) )
{
- // InternalInstance.g:15970:1: ( ( ruleQPREF ) )
- // InternalInstance.g:15971:1: ( ruleQPREF )
+ // InternalInstance.g:15761:1: ( ( ruleQPREF ) )
+ // InternalInstance.g:15762:1: ( ruleQPREF )
{
before(grammarAccess.getLiteralorReferenceTermAccess().getNamedValueAbstractNamedValueCrossReference_0());
- // InternalInstance.g:15972:1: ( ruleQPREF )
- // InternalInstance.g:15973:1: ruleQPREF
+ // InternalInstance.g:15763:1: ( ruleQPREF )
+ // InternalInstance.g:15764:1: ruleQPREF
{
before(grammarAccess.getLiteralorReferenceTermAccess().getNamedValueAbstractNamedValueQPREFParserRuleCall_0_1());
pushFollow(FOLLOW_2);
@@ -41688,21 +41141,21 @@ public final void rule__LiteralorReferenceTerm__NamedValueAssignment() throws Re
// $ANTLR start "rule__BooleanLiteral__ValueAssignment_1_0"
- // InternalInstance.g:15984:1: rule__BooleanLiteral__ValueAssignment_1_0 : ( ( 'true' ) ) ;
+ // InternalInstance.g:15775:1: rule__BooleanLiteral__ValueAssignment_1_0 : ( ( 'true' ) ) ;
public final void rule__BooleanLiteral__ValueAssignment_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:15988:1: ( ( ( 'true' ) ) )
- // InternalInstance.g:15989:1: ( ( 'true' ) )
+ // InternalInstance.g:15779:1: ( ( ( 'true' ) ) )
+ // InternalInstance.g:15780:1: ( ( 'true' ) )
{
- // InternalInstance.g:15989:1: ( ( 'true' ) )
- // InternalInstance.g:15990:1: ( 'true' )
+ // InternalInstance.g:15780:1: ( ( 'true' ) )
+ // InternalInstance.g:15781:1: ( 'true' )
{
before(grammarAccess.getBooleanLiteralAccess().getValueTrueKeyword_1_0_0());
- // InternalInstance.g:15991:1: ( 'true' )
- // InternalInstance.g:15992:1: 'true'
+ // InternalInstance.g:15782:1: ( 'true' )
+ // InternalInstance.g:15783:1: 'true'
{
before(grammarAccess.getBooleanLiteralAccess().getValueTrueKeyword_1_0_0());
match(input,91,FOLLOW_2);
@@ -41733,21 +41186,21 @@ public final void rule__BooleanLiteral__ValueAssignment_1_0() throws Recognition
// $ANTLR start "rule__ConstantValue__NamedValueAssignment"
- // InternalInstance.g:16007:1: rule__ConstantValue__NamedValueAssignment : ( ( ruleQPREF ) ) ;
+ // InternalInstance.g:15798:1: rule__ConstantValue__NamedValueAssignment : ( ( ruleQPREF ) ) ;
public final void rule__ConstantValue__NamedValueAssignment() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:16011:1: ( ( ( ruleQPREF ) ) )
- // InternalInstance.g:16012:1: ( ( ruleQPREF ) )
+ // InternalInstance.g:15802:1: ( ( ( ruleQPREF ) ) )
+ // InternalInstance.g:15803:1: ( ( ruleQPREF ) )
{
- // InternalInstance.g:16012:1: ( ( ruleQPREF ) )
- // InternalInstance.g:16013:1: ( ruleQPREF )
+ // InternalInstance.g:15803:1: ( ( ruleQPREF ) )
+ // InternalInstance.g:15804:1: ( ruleQPREF )
{
before(grammarAccess.getConstantValueAccess().getNamedValuePropertyConstantCrossReference_0());
- // InternalInstance.g:16014:1: ( ruleQPREF )
- // InternalInstance.g:16015:1: ruleQPREF
+ // InternalInstance.g:15805:1: ( ruleQPREF )
+ // InternalInstance.g:15806:1: ruleQPREF
{
before(grammarAccess.getConstantValueAccess().getNamedValuePropertyConstantQPREFParserRuleCall_0_1());
pushFollow(FOLLOW_2);
@@ -41782,17 +41235,17 @@ public final void rule__ConstantValue__NamedValueAssignment() throws Recognition
// $ANTLR start "rule__ReferenceTerm__PathAssignment_2"
- // InternalInstance.g:16026:1: rule__ReferenceTerm__PathAssignment_2 : ( ruleContainmentPathElement ) ;
+ // InternalInstance.g:15817:1: rule__ReferenceTerm__PathAssignment_2 : ( ruleContainmentPathElement ) ;
public final void rule__ReferenceTerm__PathAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:16030:1: ( ( ruleContainmentPathElement ) )
- // InternalInstance.g:16031:1: ( ruleContainmentPathElement )
+ // InternalInstance.g:15821:1: ( ( ruleContainmentPathElement ) )
+ // InternalInstance.g:15822:1: ( ruleContainmentPathElement )
{
- // InternalInstance.g:16031:1: ( ruleContainmentPathElement )
- // InternalInstance.g:16032:1: ruleContainmentPathElement
+ // InternalInstance.g:15822:1: ( ruleContainmentPathElement )
+ // InternalInstance.g:15823:1: ruleContainmentPathElement
{
before(grammarAccess.getReferenceTermAccess().getPathContainmentPathElementParserRuleCall_2_0());
pushFollow(FOLLOW_2);
@@ -41823,17 +41276,17 @@ public final void rule__ReferenceTerm__PathAssignment_2() throws RecognitionExce
// $ANTLR start "rule__RecordTerm__OwnedFieldValueAssignment_1"
- // InternalInstance.g:16041:1: rule__RecordTerm__OwnedFieldValueAssignment_1 : ( ruleFieldPropertyAssociation ) ;
+ // InternalInstance.g:15832:1: rule__RecordTerm__OwnedFieldValueAssignment_1 : ( ruleFieldPropertyAssociation ) ;
public final void rule__RecordTerm__OwnedFieldValueAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:16045:1: ( ( ruleFieldPropertyAssociation ) )
- // InternalInstance.g:16046:1: ( ruleFieldPropertyAssociation )
+ // InternalInstance.g:15836:1: ( ( ruleFieldPropertyAssociation ) )
+ // InternalInstance.g:15837:1: ( ruleFieldPropertyAssociation )
{
- // InternalInstance.g:16046:1: ( ruleFieldPropertyAssociation )
- // InternalInstance.g:16047:1: ruleFieldPropertyAssociation
+ // InternalInstance.g:15837:1: ( ruleFieldPropertyAssociation )
+ // InternalInstance.g:15838:1: ruleFieldPropertyAssociation
{
before(grammarAccess.getRecordTermAccess().getOwnedFieldValueFieldPropertyAssociationParserRuleCall_1_0());
pushFollow(FOLLOW_2);
@@ -41864,17 +41317,17 @@ public final void rule__RecordTerm__OwnedFieldValueAssignment_1() throws Recogni
// $ANTLR start "rule__ComputedTerm__FunctionAssignment_2"
- // InternalInstance.g:16057:1: rule__ComputedTerm__FunctionAssignment_2 : ( RULE_ID ) ;
+ // InternalInstance.g:15848:1: rule__ComputedTerm__FunctionAssignment_2 : ( RULE_ID ) ;
public final void rule__ComputedTerm__FunctionAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:16061:1: ( ( RULE_ID ) )
- // InternalInstance.g:16062:1: ( RULE_ID )
+ // InternalInstance.g:15852:1: ( ( RULE_ID ) )
+ // InternalInstance.g:15853:1: ( RULE_ID )
{
- // InternalInstance.g:16062:1: ( RULE_ID )
- // InternalInstance.g:16063:1: RULE_ID
+ // InternalInstance.g:15853:1: ( RULE_ID )
+ // InternalInstance.g:15854:1: RULE_ID
{
before(grammarAccess.getComputedTermAccess().getFunctionIDTerminalRuleCall_2_0());
match(input,RULE_ID,FOLLOW_2);
@@ -41901,21 +41354,21 @@ public final void rule__ComputedTerm__FunctionAssignment_2() throws RecognitionE
// $ANTLR start "rule__ComponentClassifierTerm__ClassifierAssignment_2"
- // InternalInstance.g:16072:1: rule__ComponentClassifierTerm__ClassifierAssignment_2 : ( ( ruleQCREF ) ) ;
+ // InternalInstance.g:15863:1: rule__ComponentClassifierTerm__ClassifierAssignment_2 : ( ( ruleQCREF ) ) ;
public final void rule__ComponentClassifierTerm__ClassifierAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:16076:1: ( ( ( ruleQCREF ) ) )
- // InternalInstance.g:16077:1: ( ( ruleQCREF ) )
+ // InternalInstance.g:15867:1: ( ( ( ruleQCREF ) ) )
+ // InternalInstance.g:15868:1: ( ( ruleQCREF ) )
{
- // InternalInstance.g:16077:1: ( ( ruleQCREF ) )
- // InternalInstance.g:16078:1: ( ruleQCREF )
+ // InternalInstance.g:15868:1: ( ( ruleQCREF ) )
+ // InternalInstance.g:15869:1: ( ruleQCREF )
{
before(grammarAccess.getComponentClassifierTermAccess().getClassifierComponentClassifierCrossReference_2_0());
- // InternalInstance.g:16079:1: ( ruleQCREF )
- // InternalInstance.g:16080:1: ruleQCREF
+ // InternalInstance.g:15870:1: ( ruleQCREF )
+ // InternalInstance.g:15871:1: ruleQCREF
{
before(grammarAccess.getComponentClassifierTermAccess().getClassifierComponentClassifierQCREFParserRuleCall_2_0_1());
pushFollow(FOLLOW_2);
@@ -41950,17 +41403,17 @@ public final void rule__ComponentClassifierTerm__ClassifierAssignment_2() throws
// $ANTLR start "rule__ListTerm__OwnedListElementAssignment_2_0"
- // InternalInstance.g:16091:1: rule__ListTerm__OwnedListElementAssignment_2_0 : ( rulePropertyExpression ) ;
+ // InternalInstance.g:15882:1: rule__ListTerm__OwnedListElementAssignment_2_0 : ( rulePropertyExpression ) ;
public final void rule__ListTerm__OwnedListElementAssignment_2_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:16095:1: ( ( rulePropertyExpression ) )
- // InternalInstance.g:16096:1: ( rulePropertyExpression )
+ // InternalInstance.g:15886:1: ( ( rulePropertyExpression ) )
+ // InternalInstance.g:15887:1: ( rulePropertyExpression )
{
- // InternalInstance.g:16096:1: ( rulePropertyExpression )
- // InternalInstance.g:16097:1: rulePropertyExpression
+ // InternalInstance.g:15887:1: ( rulePropertyExpression )
+ // InternalInstance.g:15888:1: rulePropertyExpression
{
before(grammarAccess.getListTermAccess().getOwnedListElementPropertyExpressionParserRuleCall_2_0_0());
pushFollow(FOLLOW_2);
@@ -41991,17 +41444,17 @@ public final void rule__ListTerm__OwnedListElementAssignment_2_0() throws Recogn
// $ANTLR start "rule__ListTerm__OwnedListElementAssignment_2_1_1"
- // InternalInstance.g:16106:1: rule__ListTerm__OwnedListElementAssignment_2_1_1 : ( rulePropertyExpression ) ;
+ // InternalInstance.g:15897:1: rule__ListTerm__OwnedListElementAssignment_2_1_1 : ( rulePropertyExpression ) ;
public final void rule__ListTerm__OwnedListElementAssignment_2_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:16110:1: ( ( rulePropertyExpression ) )
- // InternalInstance.g:16111:1: ( rulePropertyExpression )
+ // InternalInstance.g:15901:1: ( ( rulePropertyExpression ) )
+ // InternalInstance.g:15902:1: ( rulePropertyExpression )
{
- // InternalInstance.g:16111:1: ( rulePropertyExpression )
- // InternalInstance.g:16112:1: rulePropertyExpression
+ // InternalInstance.g:15902:1: ( rulePropertyExpression )
+ // InternalInstance.g:15903:1: rulePropertyExpression
{
before(grammarAccess.getListTermAccess().getOwnedListElementPropertyExpressionParserRuleCall_2_1_1_0());
pushFollow(FOLLOW_2);
@@ -42032,21 +41485,21 @@ public final void rule__ListTerm__OwnedListElementAssignment_2_1_1() throws Reco
// $ANTLR start "rule__FieldPropertyAssociation__PropertyAssignment_0"
- // InternalInstance.g:16121:1: rule__FieldPropertyAssociation__PropertyAssignment_0 : ( ( RULE_ID ) ) ;
+ // InternalInstance.g:15912:1: rule__FieldPropertyAssociation__PropertyAssignment_0 : ( ( RULE_ID ) ) ;
public final void rule__FieldPropertyAssociation__PropertyAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:16125:1: ( ( ( RULE_ID ) ) )
- // InternalInstance.g:16126:1: ( ( RULE_ID ) )
+ // InternalInstance.g:15916:1: ( ( ( RULE_ID ) ) )
+ // InternalInstance.g:15917:1: ( ( RULE_ID ) )
{
- // InternalInstance.g:16126:1: ( ( RULE_ID ) )
- // InternalInstance.g:16127:1: ( RULE_ID )
+ // InternalInstance.g:15917:1: ( ( RULE_ID ) )
+ // InternalInstance.g:15918:1: ( RULE_ID )
{
before(grammarAccess.getFieldPropertyAssociationAccess().getPropertyBasicPropertyCrossReference_0_0());
- // InternalInstance.g:16128:1: ( RULE_ID )
- // InternalInstance.g:16129:1: RULE_ID
+ // InternalInstance.g:15919:1: ( RULE_ID )
+ // InternalInstance.g:15920:1: RULE_ID
{
before(grammarAccess.getFieldPropertyAssociationAccess().getPropertyBasicPropertyIDTerminalRuleCall_0_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -42077,17 +41530,17 @@ public final void rule__FieldPropertyAssociation__PropertyAssignment_0() throws
// $ANTLR start "rule__FieldPropertyAssociation__OwnedValueAssignment_2"
- // InternalInstance.g:16140:1: rule__FieldPropertyAssociation__OwnedValueAssignment_2 : ( rulePropertyExpression ) ;
+ // InternalInstance.g:15931:1: rule__FieldPropertyAssociation__OwnedValueAssignment_2 : ( rulePropertyExpression ) ;
public final void rule__FieldPropertyAssociation__OwnedValueAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:16144:1: ( ( rulePropertyExpression ) )
- // InternalInstance.g:16145:1: ( rulePropertyExpression )
+ // InternalInstance.g:15935:1: ( ( rulePropertyExpression ) )
+ // InternalInstance.g:15936:1: ( rulePropertyExpression )
{
- // InternalInstance.g:16145:1: ( rulePropertyExpression )
- // InternalInstance.g:16146:1: rulePropertyExpression
+ // InternalInstance.g:15936:1: ( rulePropertyExpression )
+ // InternalInstance.g:15937:1: rulePropertyExpression
{
before(grammarAccess.getFieldPropertyAssociationAccess().getOwnedValuePropertyExpressionParserRuleCall_2_0());
pushFollow(FOLLOW_2);
@@ -42118,17 +41571,17 @@ public final void rule__FieldPropertyAssociation__OwnedValueAssignment_2() throw
// $ANTLR start "rule__StringTerm__ValueAssignment"
- // InternalInstance.g:16155:1: rule__StringTerm__ValueAssignment : ( ruleNoQuoteString ) ;
+ // InternalInstance.g:15946:1: rule__StringTerm__ValueAssignment : ( ruleNoQuoteString ) ;
public final void rule__StringTerm__ValueAssignment() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:16159:1: ( ( ruleNoQuoteString ) )
- // InternalInstance.g:16160:1: ( ruleNoQuoteString )
+ // InternalInstance.g:15950:1: ( ( ruleNoQuoteString ) )
+ // InternalInstance.g:15951:1: ( ruleNoQuoteString )
{
- // InternalInstance.g:16160:1: ( ruleNoQuoteString )
- // InternalInstance.g:16161:1: ruleNoQuoteString
+ // InternalInstance.g:15951:1: ( ruleNoQuoteString )
+ // InternalInstance.g:15952:1: ruleNoQuoteString
{
before(grammarAccess.getStringTermAccess().getValueNoQuoteStringParserRuleCall_0());
pushFollow(FOLLOW_2);
@@ -42159,17 +41612,17 @@ public final void rule__StringTerm__ValueAssignment() throws RecognitionExceptio
// $ANTLR start "rule__ArrayRange__LowerBoundAssignment_2"
- // InternalInstance.g:16170:1: rule__ArrayRange__LowerBoundAssignment_2 : ( ruleINTVALUE ) ;
+ // InternalInstance.g:15961:1: rule__ArrayRange__LowerBoundAssignment_2 : ( ruleINTVALUE ) ;
public final void rule__ArrayRange__LowerBoundAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:16174:1: ( ( ruleINTVALUE ) )
- // InternalInstance.g:16175:1: ( ruleINTVALUE )
+ // InternalInstance.g:15965:1: ( ( ruleINTVALUE ) )
+ // InternalInstance.g:15966:1: ( ruleINTVALUE )
{
- // InternalInstance.g:16175:1: ( ruleINTVALUE )
- // InternalInstance.g:16176:1: ruleINTVALUE
+ // InternalInstance.g:15966:1: ( ruleINTVALUE )
+ // InternalInstance.g:15967:1: ruleINTVALUE
{
before(grammarAccess.getArrayRangeAccess().getLowerBoundINTVALUEParserRuleCall_2_0());
pushFollow(FOLLOW_2);
@@ -42200,17 +41653,17 @@ public final void rule__ArrayRange__LowerBoundAssignment_2() throws RecognitionE
// $ANTLR start "rule__ArrayRange__UpperBoundAssignment_3_1"
- // InternalInstance.g:16185:1: rule__ArrayRange__UpperBoundAssignment_3_1 : ( ruleINTVALUE ) ;
+ // InternalInstance.g:15976:1: rule__ArrayRange__UpperBoundAssignment_3_1 : ( ruleINTVALUE ) ;
public final void rule__ArrayRange__UpperBoundAssignment_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:16189:1: ( ( ruleINTVALUE ) )
- // InternalInstance.g:16190:1: ( ruleINTVALUE )
+ // InternalInstance.g:15980:1: ( ( ruleINTVALUE ) )
+ // InternalInstance.g:15981:1: ( ruleINTVALUE )
{
- // InternalInstance.g:16190:1: ( ruleINTVALUE )
- // InternalInstance.g:16191:1: ruleINTVALUE
+ // InternalInstance.g:15981:1: ( ruleINTVALUE )
+ // InternalInstance.g:15982:1: ruleINTVALUE
{
before(grammarAccess.getArrayRangeAccess().getUpperBoundINTVALUEParserRuleCall_3_1_0());
pushFollow(FOLLOW_2);
@@ -42241,17 +41694,17 @@ public final void rule__ArrayRange__UpperBoundAssignment_3_1() throws Recognitio
// $ANTLR start "rule__SignedConstant__OpAssignment_0"
- // InternalInstance.g:16200:1: rule__SignedConstant__OpAssignment_0 : ( rulePlusMinus ) ;
+ // InternalInstance.g:15991:1: rule__SignedConstant__OpAssignment_0 : ( rulePlusMinus ) ;
public final void rule__SignedConstant__OpAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:16204:1: ( ( rulePlusMinus ) )
- // InternalInstance.g:16205:1: ( rulePlusMinus )
+ // InternalInstance.g:15995:1: ( ( rulePlusMinus ) )
+ // InternalInstance.g:15996:1: ( rulePlusMinus )
{
- // InternalInstance.g:16205:1: ( rulePlusMinus )
- // InternalInstance.g:16206:1: rulePlusMinus
+ // InternalInstance.g:15996:1: ( rulePlusMinus )
+ // InternalInstance.g:15997:1: rulePlusMinus
{
before(grammarAccess.getSignedConstantAccess().getOpPlusMinusParserRuleCall_0_0());
pushFollow(FOLLOW_2);
@@ -42282,17 +41735,17 @@ public final void rule__SignedConstant__OpAssignment_0() throws RecognitionExcep
// $ANTLR start "rule__SignedConstant__OwnedPropertyExpressionAssignment_1"
- // InternalInstance.g:16215:1: rule__SignedConstant__OwnedPropertyExpressionAssignment_1 : ( ruleConstantValue ) ;
+ // InternalInstance.g:16006:1: rule__SignedConstant__OwnedPropertyExpressionAssignment_1 : ( ruleConstantValue ) ;
public final void rule__SignedConstant__OwnedPropertyExpressionAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:16219:1: ( ( ruleConstantValue ) )
- // InternalInstance.g:16220:1: ( ruleConstantValue )
+ // InternalInstance.g:16010:1: ( ( ruleConstantValue ) )
+ // InternalInstance.g:16011:1: ( ruleConstantValue )
{
- // InternalInstance.g:16220:1: ( ruleConstantValue )
- // InternalInstance.g:16221:1: ruleConstantValue
+ // InternalInstance.g:16011:1: ( ruleConstantValue )
+ // InternalInstance.g:16012:1: ruleConstantValue
{
before(grammarAccess.getSignedConstantAccess().getOwnedPropertyExpressionConstantValueParserRuleCall_1_0());
pushFollow(FOLLOW_2);
@@ -42323,17 +41776,17 @@ public final void rule__SignedConstant__OwnedPropertyExpressionAssignment_1() th
// $ANTLR start "rule__IntegerTerm__ValueAssignment_0"
- // InternalInstance.g:16230:1: rule__IntegerTerm__ValueAssignment_0 : ( ruleSignedInt ) ;
+ // InternalInstance.g:16021:1: rule__IntegerTerm__ValueAssignment_0 : ( ruleSignedInt ) ;
public final void rule__IntegerTerm__ValueAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:16234:1: ( ( ruleSignedInt ) )
- // InternalInstance.g:16235:1: ( ruleSignedInt )
+ // InternalInstance.g:16025:1: ( ( ruleSignedInt ) )
+ // InternalInstance.g:16026:1: ( ruleSignedInt )
{
- // InternalInstance.g:16235:1: ( ruleSignedInt )
- // InternalInstance.g:16236:1: ruleSignedInt
+ // InternalInstance.g:16026:1: ( ruleSignedInt )
+ // InternalInstance.g:16027:1: ruleSignedInt
{
before(grammarAccess.getIntegerTermAccess().getValueSignedIntParserRuleCall_0_0());
pushFollow(FOLLOW_2);
@@ -42364,21 +41817,21 @@ public final void rule__IntegerTerm__ValueAssignment_0() throws RecognitionExcep
// $ANTLR start "rule__IntegerTerm__UnitAssignment_1"
- // InternalInstance.g:16245:1: rule__IntegerTerm__UnitAssignment_1 : ( ( RULE_ID ) ) ;
+ // InternalInstance.g:16036:1: rule__IntegerTerm__UnitAssignment_1 : ( ( RULE_ID ) ) ;
public final void rule__IntegerTerm__UnitAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:16249:1: ( ( ( RULE_ID ) ) )
- // InternalInstance.g:16250:1: ( ( RULE_ID ) )
+ // InternalInstance.g:16040:1: ( ( ( RULE_ID ) ) )
+ // InternalInstance.g:16041:1: ( ( RULE_ID ) )
{
- // InternalInstance.g:16250:1: ( ( RULE_ID ) )
- // InternalInstance.g:16251:1: ( RULE_ID )
+ // InternalInstance.g:16041:1: ( ( RULE_ID ) )
+ // InternalInstance.g:16042:1: ( RULE_ID )
{
before(grammarAccess.getIntegerTermAccess().getUnitUnitLiteralCrossReference_1_0());
- // InternalInstance.g:16252:1: ( RULE_ID )
- // InternalInstance.g:16253:1: RULE_ID
+ // InternalInstance.g:16043:1: ( RULE_ID )
+ // InternalInstance.g:16044:1: RULE_ID
{
before(grammarAccess.getIntegerTermAccess().getUnitUnitLiteralIDTerminalRuleCall_1_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -42409,17 +41862,17 @@ public final void rule__IntegerTerm__UnitAssignment_1() throws RecognitionExcept
// $ANTLR start "rule__RealTerm__ValueAssignment_0"
- // InternalInstance.g:16264:1: rule__RealTerm__ValueAssignment_0 : ( ruleSignedReal ) ;
+ // InternalInstance.g:16055:1: rule__RealTerm__ValueAssignment_0 : ( ruleSignedReal ) ;
public final void rule__RealTerm__ValueAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:16268:1: ( ( ruleSignedReal ) )
- // InternalInstance.g:16269:1: ( ruleSignedReal )
+ // InternalInstance.g:16059:1: ( ( ruleSignedReal ) )
+ // InternalInstance.g:16060:1: ( ruleSignedReal )
{
- // InternalInstance.g:16269:1: ( ruleSignedReal )
- // InternalInstance.g:16270:1: ruleSignedReal
+ // InternalInstance.g:16060:1: ( ruleSignedReal )
+ // InternalInstance.g:16061:1: ruleSignedReal
{
before(grammarAccess.getRealTermAccess().getValueSignedRealParserRuleCall_0_0());
pushFollow(FOLLOW_2);
@@ -42450,21 +41903,21 @@ public final void rule__RealTerm__ValueAssignment_0() throws RecognitionExceptio
// $ANTLR start "rule__RealTerm__UnitAssignment_1"
- // InternalInstance.g:16279:1: rule__RealTerm__UnitAssignment_1 : ( ( RULE_ID ) ) ;
+ // InternalInstance.g:16070:1: rule__RealTerm__UnitAssignment_1 : ( ( RULE_ID ) ) ;
public final void rule__RealTerm__UnitAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:16283:1: ( ( ( RULE_ID ) ) )
- // InternalInstance.g:16284:1: ( ( RULE_ID ) )
+ // InternalInstance.g:16074:1: ( ( ( RULE_ID ) ) )
+ // InternalInstance.g:16075:1: ( ( RULE_ID ) )
{
- // InternalInstance.g:16284:1: ( ( RULE_ID ) )
- // InternalInstance.g:16285:1: ( RULE_ID )
+ // InternalInstance.g:16075:1: ( ( RULE_ID ) )
+ // InternalInstance.g:16076:1: ( RULE_ID )
{
before(grammarAccess.getRealTermAccess().getUnitUnitLiteralCrossReference_1_0());
- // InternalInstance.g:16286:1: ( RULE_ID )
- // InternalInstance.g:16287:1: RULE_ID
+ // InternalInstance.g:16077:1: ( RULE_ID )
+ // InternalInstance.g:16078:1: RULE_ID
{
before(grammarAccess.getRealTermAccess().getUnitUnitLiteralIDTerminalRuleCall_1_0_1());
match(input,RULE_ID,FOLLOW_2);
@@ -42495,17 +41948,17 @@ public final void rule__RealTerm__UnitAssignment_1() throws RecognitionException
// $ANTLR start "rule__NumericRangeTerm__MinimumAssignment_0"
- // InternalInstance.g:16298:1: rule__NumericRangeTerm__MinimumAssignment_0 : ( ruleNumAlt ) ;
+ // InternalInstance.g:16089:1: rule__NumericRangeTerm__MinimumAssignment_0 : ( ruleNumAlt ) ;
public final void rule__NumericRangeTerm__MinimumAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:16302:1: ( ( ruleNumAlt ) )
- // InternalInstance.g:16303:1: ( ruleNumAlt )
+ // InternalInstance.g:16093:1: ( ( ruleNumAlt ) )
+ // InternalInstance.g:16094:1: ( ruleNumAlt )
{
- // InternalInstance.g:16303:1: ( ruleNumAlt )
- // InternalInstance.g:16304:1: ruleNumAlt
+ // InternalInstance.g:16094:1: ( ruleNumAlt )
+ // InternalInstance.g:16095:1: ruleNumAlt
{
before(grammarAccess.getNumericRangeTermAccess().getMinimumNumAltParserRuleCall_0_0());
pushFollow(FOLLOW_2);
@@ -42536,17 +41989,17 @@ public final void rule__NumericRangeTerm__MinimumAssignment_0() throws Recogniti
// $ANTLR start "rule__NumericRangeTerm__MaximumAssignment_2"
- // InternalInstance.g:16313:1: rule__NumericRangeTerm__MaximumAssignment_2 : ( ruleNumAlt ) ;
+ // InternalInstance.g:16104:1: rule__NumericRangeTerm__MaximumAssignment_2 : ( ruleNumAlt ) ;
public final void rule__NumericRangeTerm__MaximumAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:16317:1: ( ( ruleNumAlt ) )
- // InternalInstance.g:16318:1: ( ruleNumAlt )
+ // InternalInstance.g:16108:1: ( ( ruleNumAlt ) )
+ // InternalInstance.g:16109:1: ( ruleNumAlt )
{
- // InternalInstance.g:16318:1: ( ruleNumAlt )
- // InternalInstance.g:16319:1: ruleNumAlt
+ // InternalInstance.g:16109:1: ( ruleNumAlt )
+ // InternalInstance.g:16110:1: ruleNumAlt
{
before(grammarAccess.getNumericRangeTermAccess().getMaximumNumAltParserRuleCall_2_0());
pushFollow(FOLLOW_2);
@@ -42577,17 +42030,17 @@ public final void rule__NumericRangeTerm__MaximumAssignment_2() throws Recogniti
// $ANTLR start "rule__NumericRangeTerm__DeltaAssignment_3_1"
- // InternalInstance.g:16328:1: rule__NumericRangeTerm__DeltaAssignment_3_1 : ( ruleNumAlt ) ;
+ // InternalInstance.g:16119:1: rule__NumericRangeTerm__DeltaAssignment_3_1 : ( ruleNumAlt ) ;
public final void rule__NumericRangeTerm__DeltaAssignment_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalInstance.g:16332:1: ( ( ruleNumAlt ) )
- // InternalInstance.g:16333:1: ( ruleNumAlt )
+ // InternalInstance.g:16123:1: ( ( ruleNumAlt ) )
+ // InternalInstance.g:16124:1: ( ruleNumAlt )
{
- // InternalInstance.g:16333:1: ( ruleNumAlt )
- // InternalInstance.g:16334:1: ruleNumAlt
+ // InternalInstance.g:16124:1: ( ruleNumAlt )
+ // InternalInstance.g:16125:1: ruleNumAlt
{
before(grammarAccess.getNumericRangeTermAccess().getDeltaNumAltParserRuleCall_3_1_0());
pushFollow(FOLLOW_2);
@@ -42664,7 +42117,7 @@ public DFA1(BaseRecognizer recognizer) {
this.transition = dfa_6;
}
public String getDescription() {
- return "1674:1: rule__SystemInstance__Alternatives_5 : ( ( ( rule__SystemInstance__FeatureInstanceAssignment_5_0 ) ) | ( ( rule__SystemInstance__ComponentInstanceAssignment_5_1 ) ) | ( ( rule__SystemInstance__ConnectionInstanceAssignment_5_2 ) ) | ( ( rule__SystemInstance__FlowSpecificationAssignment_5_3 ) ) | ( ( rule__SystemInstance__EndToEndFlowAssignment_5_4 ) ) | ( ( rule__SystemInstance__ModeInstanceAssignment_5_5 ) ) | ( ( rule__SystemInstance__ModeTransitionInstanceAssignment_5_6 ) ) | ( ( rule__SystemInstance__SystemOperationModeAssignment_5_7 ) ) | ( ( rule__SystemInstance__OwnedPropertyAssociationAssignment_5_8 ) ) );";
+ return "1590:1: rule__SystemInstance__Alternatives_5 : ( ( ( rule__SystemInstance__FeatureInstanceAssignment_5_0 ) ) | ( ( rule__SystemInstance__ComponentInstanceAssignment_5_1 ) ) | ( ( rule__SystemInstance__ConnectionInstanceAssignment_5_2 ) ) | ( ( rule__SystemInstance__FlowSpecificationAssignment_5_3 ) ) | ( ( rule__SystemInstance__EndToEndFlowAssignment_5_4 ) ) | ( ( rule__SystemInstance__ModeInstanceAssignment_5_5 ) ) | ( ( rule__SystemInstance__ModeTransitionInstanceAssignment_5_6 ) ) | ( ( rule__SystemInstance__SystemOperationModeAssignment_5_7 ) ) | ( ( rule__SystemInstance__OwnedPropertyAssociationAssignment_5_8 ) ) );";
}
}
static final String dfa_7s = "\12\uffff";
@@ -42706,7 +42159,7 @@ public DFA3(BaseRecognizer recognizer) {
this.transition = dfa_12;
}
public String getDescription() {
- return "1760:1: rule__ComponentInstance__Alternatives_7_1 : ( ( ( rule__ComponentInstance__FeatureInstanceAssignment_7_1_0 ) ) | ( ( rule__ComponentInstance__ComponentInstanceAssignment_7_1_1 ) ) | ( ( rule__ComponentInstance__ConnectionInstanceAssignment_7_1_2 ) ) | ( ( rule__ComponentInstance__FlowSpecificationAssignment_7_1_3 ) ) | ( ( rule__ComponentInstance__EndToEndFlowAssignment_7_1_4 ) ) | ( ( rule__ComponentInstance__ModeInstanceAssignment_7_1_5 ) ) | ( ( rule__ComponentInstance__ModeTransitionInstanceAssignment_7_1_6 ) ) | ( ( rule__ComponentInstance__OwnedPropertyAssociationAssignment_7_1_7 ) ) );";
+ return "1676:1: rule__ComponentInstance__Alternatives_7_1 : ( ( ( rule__ComponentInstance__FeatureInstanceAssignment_7_1_0 ) ) | ( ( rule__ComponentInstance__ComponentInstanceAssignment_7_1_1 ) ) | ( ( rule__ComponentInstance__ConnectionInstanceAssignment_7_1_2 ) ) | ( ( rule__ComponentInstance__FlowSpecificationAssignment_7_1_3 ) ) | ( ( rule__ComponentInstance__EndToEndFlowAssignment_7_1_4 ) ) | ( ( rule__ComponentInstance__ModeInstanceAssignment_7_1_5 ) ) | ( ( rule__ComponentInstance__ModeTransitionInstanceAssignment_7_1_6 ) ) | ( ( rule__ComponentInstance__OwnedPropertyAssociationAssignment_7_1_7 ) ) );";
}
}
static final String dfa_13s = "\31\uffff";
@@ -42716,7 +42169,7 @@ public String getDescription() {
static final String dfa_17s = "\1\uffff\1\1\1\uffff\1\4\1\5\1\6\5\uffff\1\12\1\13\1\uffff\1\7\1\uffff\1\10\1\uffff\1\11\1\uffff\1\14\1\uffff\1\3\1\uffff\1\2";
static final String dfa_18s = "\31\uffff}>";
static final String[] dfa_19s = {
- "\1\11\1\5\1\12\1\10\46\uffff\1\14\1\6\1\7\3\uffff\1\1\2\uffff\1\13\15\uffff\1\2\10\uffff\1\4\1\3\13\uffff\1\14",
+ "\1\11\1\5\1\12\1\10\46\uffff\1\14\1\6\1\7\3\uffff\1\1\2\uffff\1\13\15\uffff\1\2\12\uffff\1\4\1\3\11\uffff\1\14",
"",
"\1\15",
"",
@@ -42724,22 +42177,22 @@ public String getDescription() {
"",
"\1\11\1\uffff\1\16\1\10",
"\1\11\1\uffff\1\16\1\10",
- "\1\17\12\uffff\1\20\37\uffff\1\20\6\uffff\2\20\23\uffff\1\20\2\uffff\1\16\1\uffff\1\20",
- "\1\21\12\uffff\1\22\37\uffff\1\22\6\uffff\2\22\23\uffff\1\22\2\uffff\1\16\1\uffff\1\22",
- "\1\24\37\uffff\1\24\6\uffff\2\24\16\uffff\1\23\4\uffff\1\24\2\uffff\1\16\1\uffff\1\24",
+ "\1\17\12\uffff\1\20\37\uffff\1\20\6\uffff\2\20\23\uffff\2\20\3\uffff\1\16",
+ "\1\21\12\uffff\1\22\37\uffff\1\22\6\uffff\2\22\23\uffff\2\22\3\uffff\1\16",
+ "\1\24\37\uffff\1\24\6\uffff\2\24\16\uffff\1\23\4\uffff\2\24\3\uffff\1\16",
"",
"",
"\1\25\45\uffff\1\26\36\uffff\1\26",
"",
- "\1\20\37\uffff\1\20\6\uffff\2\20\23\uffff\1\20\2\uffff\1\16\1\uffff\1\20",
+ "\1\20\37\uffff\1\20\6\uffff\2\20\23\uffff\2\20\3\uffff\1\16",
"",
- "\1\22\37\uffff\1\22\6\uffff\2\22\23\uffff\1\22\2\uffff\1\16\1\uffff\1\22",
+ "\1\22\37\uffff\1\22\6\uffff\2\22\23\uffff\2\22\3\uffff\1\16",
"",
"\1\27",
"",
"\1\26\3\uffff\1\26\17\uffff\1\30\1\26",
"",
- "\1\24\37\uffff\1\24\6\uffff\2\24\23\uffff\1\24\2\uffff\1\16\1\uffff\1\24",
+ "\1\24\37\uffff\1\24\6\uffff\2\24\23\uffff\2\24\3\uffff\1\16",
""
};
@@ -42765,14 +42218,14 @@ public DFA7(BaseRecognizer recognizer) {
this.transition = dfa_19;
}
public String getDescription() {
- return "1886:1: rule__PropertyExpression__Alternatives : ( ( ruleRecordTerm ) | ( ruleReferenceTerm ) | ( ruleInstanceReferenceValue ) | ( ruleComponentClassifierTerm ) | ( ruleComputedTerm ) | ( ruleStringTerm ) | ( ruleNumericRangeTerm ) | ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleListTerm ) | ( ruleBooleanLiteral ) | ( ruleLiteralorReferenceTerm ) );";
+ return "1802:1: rule__PropertyExpression__Alternatives : ( ( ruleRecordTerm ) | ( ruleReferenceTerm ) | ( ruleInstanceReferenceValue ) | ( ruleComponentClassifierTerm ) | ( ruleComputedTerm ) | ( ruleStringTerm ) | ( ruleNumericRangeTerm ) | ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleListTerm ) | ( ruleBooleanLiteral ) | ( ruleLiteralorReferenceTerm ) );";
}
}
static final String dfa_20s = "\22\uffff";
- static final String dfa_21s = "\10\uffff\1\14\1\uffff\1\17\7\uffff";
+ static final String dfa_21s = "\10\uffff\1\15\1\uffff\1\17\7\uffff";
static final String dfa_22s = "\1\35\7\uffff\1\6\1\uffff\1\6\1\36\6\uffff";
static final String dfa_23s = "\1\107\7\uffff\1\106\1\uffff\1\106\1\43\6\uffff";
- static final String dfa_24s = "\1\uffff\1\1\1\2\1\3\1\4\1\5\1\6\1\7\1\uffff\1\12\2\uffff\1\10\1\11\1\13\1\14\1\16\1\15";
+ static final String dfa_24s = "\1\uffff\1\1\1\2\1\3\1\4\1\5\1\6\1\7\1\uffff\1\12\2\uffff\1\11\1\10\1\13\1\14\1\15\1\16";
static final String dfa_25s = "\22\uffff}>";
static final String[] dfa_26s = {
"\1\1\1\2\1\3\1\4\1\5\1\6\1\7\1\10\1\11\1\12\40\uffff\1\13",
@@ -42783,10 +42236,10 @@ public String getDescription() {
"",
"",
"",
- "\1\14\77\uffff\1\15",
+ "\1\15\77\uffff\1\14",
"",
"\1\17\77\uffff\1\16",
- "\1\21\4\uffff\1\20",
+ "\1\20\4\uffff\1\21",
"",
"",
"",
@@ -42817,7 +42270,7 @@ public DFA10(BaseRecognizer recognizer) {
this.transition = dfa_26;
}
public String getDescription() {
- return "2090:1: rule__ComponentCategory__Alternatives : ( ( 'abstract' ) | ( 'bus' ) | ( 'data' ) | ( 'device' ) | ( 'memory' ) | ( 'process' ) | ( 'processor' ) | ( 'subprogram' ) | ( ( rule__ComponentCategory__Group_8__0 ) ) | ( 'system' ) | ( ( rule__ComponentCategory__Group_10__0 ) ) | ( 'thread' ) | ( ( rule__ComponentCategory__Group_12__0 ) ) | ( ( rule__ComponentCategory__Group_13__0 ) ) );";
+ return "2006:1: rule__ComponentCategory__Alternatives : ( ( 'abstract' ) | ( 'bus' ) | ( 'data' ) | ( 'device' ) | ( 'memory' ) | ( 'process' ) | ( 'processor' ) | ( 'subprogram' ) | ( ( rule__ComponentCategory__Group_8__0 ) ) | ( 'system' ) | ( ( rule__ComponentCategory__Group_10__0 ) ) | ( 'thread' ) | ( ( rule__ComponentCategory__Group_12__0 ) ) | ( ( rule__ComponentCategory__Group_13__0 ) ) );";
}
}
static final String dfa_27s = "\7\uffff";
@@ -42858,7 +42311,7 @@ public DFA72(BaseRecognizer recognizer) {
this.transition = dfa_33;
}
public String getDescription() {
- return "()* loopback of 10173:1: ( rule__InstanceRef__Group_1_0__0 )*";
+ return "()* loopback of 10089:1: ( rule__InstanceRef__Group_1_0__0 )*";
}
}
@@ -42910,7 +42363,7 @@ public String getDescription() {
public static final BitSet FOLLOW_45 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000002L});
public static final BitSet FOLLOW_46 = new BitSet(new long[]{0x0000100000000040L,0x0000000000000804L});
public static final BitSet FOLLOW_47 = new BitSet(new long[]{0x0000200000000000L});
- public static final BitSet FOLLOW_48 = new BitSet(new long[]{0x5891CFFFE00600F0L,0x000000000990C0A8L});
+ public static final BitSet FOLLOW_48 = new BitSet(new long[]{0x5891CFFFE00600F0L,0x00000000099300A8L});
public static final BitSet FOLLOW_49 = new BitSet(new long[]{0x0202000000000000L});
public static final BitSet FOLLOW_50 = new BitSet(new long[]{0x0010000000000000L,0x0000000000000010L});
public static final BitSet FOLLOW_51 = new BitSet(new long[]{0x0000000000040000L});
@@ -42927,17 +42380,17 @@ public String getDescription() {
public static final BitSet FOLLOW_62 = new BitSet(new long[]{0x0010000000000000L});
public static final BitSet FOLLOW_63 = new BitSet(new long[]{0x0000000000000040L,0x0000000000001001L});
public static final BitSet FOLLOW_64 = new BitSet(new long[]{0x0000200000000000L,0x0000000002000000L});
- public static final BitSet FOLLOW_65 = new BitSet(new long[]{0x5891CFFFE00600F0L,0x000000000D90C0A8L});
- public static final BitSet FOLLOW_66 = new BitSet(new long[]{0x0000000000020000L,0x0000000000042000L});
- public static final BitSet FOLLOW_67 = new BitSet(new long[]{0x0000400000000000L,0x0000000008000000L});
- public static final BitSet FOLLOW_68 = new BitSet(new long[]{0x5991CFFFE00600F0L,0x000000000990C0A8L});
- public static final BitSet FOLLOW_69 = new BitSet(new long[]{0x0000000000000000L,0x0000000000002000L});
- public static final BitSet FOLLOW_70 = new BitSet(new long[]{0x0020000000000000L,0x0000000000010000L});
- public static final BitSet FOLLOW_71 = new BitSet(new long[]{0x58018FFFE00600D0L,0x0000000001900088L});
- public static final BitSet FOLLOW_72 = new BitSet(new long[]{0x0001800000000010L});
- public static final BitSet FOLLOW_73 = new BitSet(new long[]{0x0001800000000080L});
- public static final BitSet FOLLOW_74 = new BitSet(new long[]{0x0000000000000000L,0x0000000000010000L});
- public static final BitSet FOLLOW_75 = new BitSet(new long[]{0x0000000000000000L,0x0000000000020000L});
+ public static final BitSet FOLLOW_65 = new BitSet(new long[]{0x5891CFFFE00600F0L,0x000000000D9300A8L});
+ public static final BitSet FOLLOW_66 = new BitSet(new long[]{0x0000000000020000L,0x0000000000006000L});
+ public static final BitSet FOLLOW_67 = new BitSet(new long[]{0x0000000000000000L,0x0000000000008000L});
+ public static final BitSet FOLLOW_68 = new BitSet(new long[]{0x0000400000000000L,0x0000000008000000L});
+ public static final BitSet FOLLOW_69 = new BitSet(new long[]{0x5991CFFFE00600F0L,0x00000000099300A8L});
+ public static final BitSet FOLLOW_70 = new BitSet(new long[]{0x0000000000000000L,0x0000000000002000L});
+ public static final BitSet FOLLOW_71 = new BitSet(new long[]{0x0020000000000000L,0x0000000000040000L});
+ public static final BitSet FOLLOW_72 = new BitSet(new long[]{0x58018FFFE00600D0L,0x0000000001900088L});
+ public static final BitSet FOLLOW_73 = new BitSet(new long[]{0x0001800000000010L});
+ public static final BitSet FOLLOW_74 = new BitSet(new long[]{0x0001800000000080L});
+ public static final BitSet FOLLOW_75 = new BitSet(new long[]{0x0000000000000000L,0x0000000000040000L});
public static final BitSet FOLLOW_76 = new BitSet(new long[]{0x0000000000000000L,0x0000000000080000L});
}
\ No newline at end of file
diff --git a/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/internal/InstanceActivator.java b/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/internal/InstanceActivator.java
index ae028ec76b1..31d8e665753 100644
--- a/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/internal/InstanceActivator.java
+++ b/core/org.osate.aadl2.instance.textual.ui/src-gen/org/osate/aadl2/instance/textual/ui/internal/InstanceActivator.java
@@ -1,25 +1,35 @@
-/**
- * Copyright (c) 2004-2021 Carnegie Mellon University and others. (see Contributors file).
- * All Rights Reserved.
- *
- * NO WARRANTY. ALL MATERIAL IS FURNISHED ON AN "AS-IS" BASIS. CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY
- * KIND, EITHER EXPRESSED OR IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR PURPOSE
- * OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT
- * MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, OR COPYRIGHT INFRINGEMENT.
- *
- * This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0
- * which is available at https://www.eclipse.org/legal/epl-2.0/
- * SPDX-License-Identifier: EPL-2.0
- *
- * Created, in part, with funding and support from the United States Government. (see Acknowledgments file).
- *
- * This program includes and/or can make use of certain third party source code, object code, documentation and other
- * files ("Third Party Software"). The Third Party Software that is used by this program is dependent upon your system
- * configuration. By using this program, You agree to comply with any and all relevant Third Party Software terms and
- * conditions contained in any such Third Party Software or separate license file distributed with such Third Party
- * Software. The parties who own the Third Party Software ("Third Party Licensors") are intended third party benefici-
- * aries to this license with respect to the terms applicable to their Third Party Software. Third Party Software li-
- * censes only apply to the Third Party Software and not any other portion of this program or this program as a whole.
+/*
+
+Copyright 2016 by Carnegie Mellon University, all rights reserved.
+
+Use of the Open Source AADL Tool Environment (OSATE) is subject to the terms of the license set forth
+at http://www.eclipse.org/org/documents/epl-v10.html.
+
+NO WARRANTY
+
+ANY INFORMATION, MATERIALS, SERVICES, INTELLECTUAL PROPERTY OR OTHER PROPERTY OR RIGHTS GRANTED OR PROVIDED BY
+CARNEGIE MELLON UNIVERSITY PURSUANT TO THIS LICENSE (HEREINAFTER THE ''DELIVERABLES'') ARE ON AN ''AS-IS'' BASIS.
+CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED AS TO ANY MATTER INCLUDING,
+BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, INFORMATIONAL CONTENT,
+NONINFRINGEMENT, OR ERROR-FREE OPERATION. CARNEGIE MELLON UNIVERSITY SHALL NOT BE LIABLE FOR INDIRECT, SPECIAL OR
+CONSEQUENTIAL DAMAGES, SUCH AS LOSS OF PROFITS OR INABILITY TO USE SAID INTELLECTUAL PROPERTY, UNDER THIS LICENSE,
+REGARDLESS OF WHETHER SUCH PARTY WAS AWARE OF THE POSSIBILITY OF SUCH DAMAGES. LICENSEE AGREES THAT IT WILL NOT
+MAKE ANY WARRANTY ON BEHALF OF CARNEGIE MELLON UNIVERSITY, EXPRESS OR IMPLIED, TO ANY PERSON CONCERNING THE
+APPLICATION OF OR THE RESULTS TO BE OBTAINED WITH THE DELIVERABLES UNDER THIS LICENSE.
+
+Licensee hereby agrees to defend, indemnify, and hold harmless Carnegie Mellon University, its trustees, officers,
+employees, and agents from all claims or demands made against them (and any related losses, expenses, or
+attorney's fees) arising out of, or relating to Licensee's and/or its sub licensees' negligent use or willful
+misuse of or negligent conduct or willful misconduct regarding the Software, facilities, or other rights or
+assistance granted by Carnegie Mellon University under this License, including, but not limited to, any claims of
+product liability, personal injury, death, damage to property, or violation of any laws or regulations.
+
+Carnegie Mellon University Software Engineering Institute authored documents are sponsored by the U.S. Department
+of Defense under Contract F19628-00-C-0003. Carnegie Mellon University retains copyrights in all material produced
+under this contract. The U.S. Government retains a non-exclusive, royalty-free license to publish or reproduce these
+documents, or allow others to do so, for U.S. Government purposes only pursuant to the copyright license
+under the contract clause at 252.227.7013.
+
*/
package org.osate.aadl2.instance.textual.ui.internal;
diff --git a/core/org.osate.aadl2.instance.textual/META-INF/MANIFEST.MF b/core/org.osate.aadl2.instance.textual/META-INF/MANIFEST.MF
index e56af0ddef3..038ed0d5cb0 100644
--- a/core/org.osate.aadl2.instance.textual/META-INF/MANIFEST.MF
+++ b/core/org.osate.aadl2.instance.textual/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Aadl2 Textual Instance Plug-in
Bundle-Vendor: CMU/SEI
-Bundle-Version: 2.0.6.qualifier
+Bundle-Version: 3.0.0.qualifier
Bundle-SymbolicName: org.osate.aadl2.instance.textual;singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext;bundle-version="[2.20.0,3.0.0)";visibility:=reexport,
@@ -13,8 +13,8 @@ Require-Bundle: org.eclipse.xtext;bundle-version="[2.20.0,3.0.0)";visibility:=re
org.objectweb.asm;bundle-version="[7.2.0,8.0.0)";resolution:=optional,
org.eclipse.emf.mwe2.launch;bundle-version="[2.8.0,3.0.0)";resolution:=optional,
org.eclipse.uml2.codegen.ecore;bundle-version="[2.1.0,3.0.0)";resolution:=optional,
- org.osate.xtext.aadl2;bundle-version="[6.0.0,7.0.0)",
- org.osate.xtext.aadl2.properties;bundle-version="[3.0.0,4.0.0)",
+ org.osate.xtext.aadl2;bundle-version="[7.0.0,8.0.0)",
+ org.osate.xtext.aadl2.properties;bundle-version="[4.0.0,5.0.0)",
org.eclipse.xtext.util;bundle-version="[2.20.0,3.0.0)",
org.eclipse.emf.ecore;bundle-version="[2.20.0,3.0.0)",
org.eclipse.emf.common;bundle-version="[2.17.0,3.0.0)",
diff --git a/core/org.osate.aadl2.instance.textual/pom.xml b/core/org.osate.aadl2.instance.textual/pom.xml
index 4d1bf367fc0..02a308011a5 100644
--- a/core/org.osate.aadl2.instance.textual/pom.xml
+++ b/core/org.osate.aadl2.instance.textual/pom.xml
@@ -12,7 +12,7 @@
org.osate
org.osate.aadl2.instance.textual
- 2.0.6-SNAPSHOT
+ 3.0.0-SNAPSHOT
eclipse-plugin
diff --git a/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/AbstractInstanceRuntimeModule.java b/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/AbstractInstanceRuntimeModule.java
index f37e9381cc9..bd69d861c5e 100644
--- a/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/AbstractInstanceRuntimeModule.java
+++ b/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/AbstractInstanceRuntimeModule.java
@@ -1,25 +1,35 @@
-/**
- * Copyright (c) 2004-2021 Carnegie Mellon University and others. (see Contributors file).
- * All Rights Reserved.
- *
- * NO WARRANTY. ALL MATERIAL IS FURNISHED ON AN "AS-IS" BASIS. CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY
- * KIND, EITHER EXPRESSED OR IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR PURPOSE
- * OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT
- * MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, OR COPYRIGHT INFRINGEMENT.
- *
- * This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0
- * which is available at https://www.eclipse.org/legal/epl-2.0/
- * SPDX-License-Identifier: EPL-2.0
- *
- * Created, in part, with funding and support from the United States Government. (see Acknowledgments file).
- *
- * This program includes and/or can make use of certain third party source code, object code, documentation and other
- * files ("Third Party Software"). The Third Party Software that is used by this program is dependent upon your system
- * configuration. By using this program, You agree to comply with any and all relevant Third Party Software terms and
- * conditions contained in any such Third Party Software or separate license file distributed with such Third Party
- * Software. The parties who own the Third Party Software ("Third Party Licensors") are intended third party benefici-
- * aries to this license with respect to the terms applicable to their Third Party Software. Third Party Software li-
- * censes only apply to the Third Party Software and not any other portion of this program or this program as a whole.
+/*
+
+Copyright 2016 by Carnegie Mellon University, all rights reserved.
+
+Use of the Open Source AADL Tool Environment (OSATE) is subject to the terms of the license set forth
+at http://www.eclipse.org/org/documents/epl-v10.html.
+
+NO WARRANTY
+
+ANY INFORMATION, MATERIALS, SERVICES, INTELLECTUAL PROPERTY OR OTHER PROPERTY OR RIGHTS GRANTED OR PROVIDED BY
+CARNEGIE MELLON UNIVERSITY PURSUANT TO THIS LICENSE (HEREINAFTER THE ''DELIVERABLES'') ARE ON AN ''AS-IS'' BASIS.
+CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED AS TO ANY MATTER INCLUDING,
+BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, INFORMATIONAL CONTENT,
+NONINFRINGEMENT, OR ERROR-FREE OPERATION. CARNEGIE MELLON UNIVERSITY SHALL NOT BE LIABLE FOR INDIRECT, SPECIAL OR
+CONSEQUENTIAL DAMAGES, SUCH AS LOSS OF PROFITS OR INABILITY TO USE SAID INTELLECTUAL PROPERTY, UNDER THIS LICENSE,
+REGARDLESS OF WHETHER SUCH PARTY WAS AWARE OF THE POSSIBILITY OF SUCH DAMAGES. LICENSEE AGREES THAT IT WILL NOT
+MAKE ANY WARRANTY ON BEHALF OF CARNEGIE MELLON UNIVERSITY, EXPRESS OR IMPLIED, TO ANY PERSON CONCERNING THE
+APPLICATION OF OR THE RESULTS TO BE OBTAINED WITH THE DELIVERABLES UNDER THIS LICENSE.
+
+Licensee hereby agrees to defend, indemnify, and hold harmless Carnegie Mellon University, its trustees, officers,
+employees, and agents from all claims or demands made against them (and any related losses, expenses, or
+attorney's fees) arising out of, or relating to Licensee's and/or its sub licensees' negligent use or willful
+misuse of or negligent conduct or willful misconduct regarding the Software, facilities, or other rights or
+assistance granted by Carnegie Mellon University under this License, including, but not limited to, any claims of
+product liability, personal injury, death, damage to property, or violation of any laws or regulations.
+
+Carnegie Mellon University Software Engineering Institute authored documents are sponsored by the U.S. Department
+of Defense under Contract F19628-00-C-0003. Carnegie Mellon University retains copyrights in all material produced
+under this contract. The U.S. Government retains a non-exclusive, royalty-free license to publish or reproduce these
+documents, or allow others to do so, for U.S. Government purposes only pursuant to the copyright license
+under the contract clause at 252.227.7013.
+
*/
package org.osate.aadl2.instance.textual;
diff --git a/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/Instance.xtextbin b/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/Instance.xtextbin
index 7963e55ee7f..f626104b449 100644
Binary files a/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/Instance.xtextbin and b/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/Instance.xtextbin differ
diff --git a/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/InstanceStandaloneSetupGenerated.java b/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/InstanceStandaloneSetupGenerated.java
index b703c3526b1..f0d3776ee9b 100644
--- a/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/InstanceStandaloneSetupGenerated.java
+++ b/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/InstanceStandaloneSetupGenerated.java
@@ -1,25 +1,35 @@
-/**
- * Copyright (c) 2004-2021 Carnegie Mellon University and others. (see Contributors file).
- * All Rights Reserved.
- *
- * NO WARRANTY. ALL MATERIAL IS FURNISHED ON AN "AS-IS" BASIS. CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY
- * KIND, EITHER EXPRESSED OR IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR PURPOSE
- * OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT
- * MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, OR COPYRIGHT INFRINGEMENT.
- *
- * This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0
- * which is available at https://www.eclipse.org/legal/epl-2.0/
- * SPDX-License-Identifier: EPL-2.0
- *
- * Created, in part, with funding and support from the United States Government. (see Acknowledgments file).
- *
- * This program includes and/or can make use of certain third party source code, object code, documentation and other
- * files ("Third Party Software"). The Third Party Software that is used by this program is dependent upon your system
- * configuration. By using this program, You agree to comply with any and all relevant Third Party Software terms and
- * conditions contained in any such Third Party Software or separate license file distributed with such Third Party
- * Software. The parties who own the Third Party Software ("Third Party Licensors") are intended third party benefici-
- * aries to this license with respect to the terms applicable to their Third Party Software. Third Party Software li-
- * censes only apply to the Third Party Software and not any other portion of this program or this program as a whole.
+/*
+
+Copyright 2016 by Carnegie Mellon University, all rights reserved.
+
+Use of the Open Source AADL Tool Environment (OSATE) is subject to the terms of the license set forth
+at http://www.eclipse.org/org/documents/epl-v10.html.
+
+NO WARRANTY
+
+ANY INFORMATION, MATERIALS, SERVICES, INTELLECTUAL PROPERTY OR OTHER PROPERTY OR RIGHTS GRANTED OR PROVIDED BY
+CARNEGIE MELLON UNIVERSITY PURSUANT TO THIS LICENSE (HEREINAFTER THE ''DELIVERABLES'') ARE ON AN ''AS-IS'' BASIS.
+CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED AS TO ANY MATTER INCLUDING,
+BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, INFORMATIONAL CONTENT,
+NONINFRINGEMENT, OR ERROR-FREE OPERATION. CARNEGIE MELLON UNIVERSITY SHALL NOT BE LIABLE FOR INDIRECT, SPECIAL OR
+CONSEQUENTIAL DAMAGES, SUCH AS LOSS OF PROFITS OR INABILITY TO USE SAID INTELLECTUAL PROPERTY, UNDER THIS LICENSE,
+REGARDLESS OF WHETHER SUCH PARTY WAS AWARE OF THE POSSIBILITY OF SUCH DAMAGES. LICENSEE AGREES THAT IT WILL NOT
+MAKE ANY WARRANTY ON BEHALF OF CARNEGIE MELLON UNIVERSITY, EXPRESS OR IMPLIED, TO ANY PERSON CONCERNING THE
+APPLICATION OF OR THE RESULTS TO BE OBTAINED WITH THE DELIVERABLES UNDER THIS LICENSE.
+
+Licensee hereby agrees to defend, indemnify, and hold harmless Carnegie Mellon University, its trustees, officers,
+employees, and agents from all claims or demands made against them (and any related losses, expenses, or
+attorney's fees) arising out of, or relating to Licensee's and/or its sub licensees' negligent use or willful
+misuse of or negligent conduct or willful misconduct regarding the Software, facilities, or other rights or
+assistance granted by Carnegie Mellon University under this License, including, but not limited to, any claims of
+product liability, personal injury, death, damage to property, or violation of any laws or regulations.
+
+Carnegie Mellon University Software Engineering Institute authored documents are sponsored by the U.S. Department
+of Defense under Contract F19628-00-C-0003. Carnegie Mellon University retains copyrights in all material produced
+under this contract. The U.S. Government retains a non-exclusive, royalty-free license to publish or reproduce these
+documents, or allow others to do so, for U.S. Government purposes only pursuant to the copyright license
+under the contract clause at 252.227.7013.
+
*/
package org.osate.aadl2.instance.textual;
diff --git a/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/parser/antlr/InstanceAntlrTokenFileProvider.java b/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/parser/antlr/InstanceAntlrTokenFileProvider.java
index f9d2fe8c3dc..156783f8186 100644
--- a/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/parser/antlr/InstanceAntlrTokenFileProvider.java
+++ b/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/parser/antlr/InstanceAntlrTokenFileProvider.java
@@ -1,25 +1,35 @@
-/**
- * Copyright (c) 2004-2021 Carnegie Mellon University and others. (see Contributors file).
- * All Rights Reserved.
- *
- * NO WARRANTY. ALL MATERIAL IS FURNISHED ON AN "AS-IS" BASIS. CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY
- * KIND, EITHER EXPRESSED OR IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR PURPOSE
- * OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT
- * MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, OR COPYRIGHT INFRINGEMENT.
- *
- * This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0
- * which is available at https://www.eclipse.org/legal/epl-2.0/
- * SPDX-License-Identifier: EPL-2.0
- *
- * Created, in part, with funding and support from the United States Government. (see Acknowledgments file).
- *
- * This program includes and/or can make use of certain third party source code, object code, documentation and other
- * files ("Third Party Software"). The Third Party Software that is used by this program is dependent upon your system
- * configuration. By using this program, You agree to comply with any and all relevant Third Party Software terms and
- * conditions contained in any such Third Party Software or separate license file distributed with such Third Party
- * Software. The parties who own the Third Party Software ("Third Party Licensors") are intended third party benefici-
- * aries to this license with respect to the terms applicable to their Third Party Software. Third Party Software li-
- * censes only apply to the Third Party Software and not any other portion of this program or this program as a whole.
+/*
+
+Copyright 2016 by Carnegie Mellon University, all rights reserved.
+
+Use of the Open Source AADL Tool Environment (OSATE) is subject to the terms of the license set forth
+at http://www.eclipse.org/org/documents/epl-v10.html.
+
+NO WARRANTY
+
+ANY INFORMATION, MATERIALS, SERVICES, INTELLECTUAL PROPERTY OR OTHER PROPERTY OR RIGHTS GRANTED OR PROVIDED BY
+CARNEGIE MELLON UNIVERSITY PURSUANT TO THIS LICENSE (HEREINAFTER THE ''DELIVERABLES'') ARE ON AN ''AS-IS'' BASIS.
+CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED AS TO ANY MATTER INCLUDING,
+BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, INFORMATIONAL CONTENT,
+NONINFRINGEMENT, OR ERROR-FREE OPERATION. CARNEGIE MELLON UNIVERSITY SHALL NOT BE LIABLE FOR INDIRECT, SPECIAL OR
+CONSEQUENTIAL DAMAGES, SUCH AS LOSS OF PROFITS OR INABILITY TO USE SAID INTELLECTUAL PROPERTY, UNDER THIS LICENSE,
+REGARDLESS OF WHETHER SUCH PARTY WAS AWARE OF THE POSSIBILITY OF SUCH DAMAGES. LICENSEE AGREES THAT IT WILL NOT
+MAKE ANY WARRANTY ON BEHALF OF CARNEGIE MELLON UNIVERSITY, EXPRESS OR IMPLIED, TO ANY PERSON CONCERNING THE
+APPLICATION OF OR THE RESULTS TO BE OBTAINED WITH THE DELIVERABLES UNDER THIS LICENSE.
+
+Licensee hereby agrees to defend, indemnify, and hold harmless Carnegie Mellon University, its trustees, officers,
+employees, and agents from all claims or demands made against them (and any related losses, expenses, or
+attorney's fees) arising out of, or relating to Licensee's and/or its sub licensees' negligent use or willful
+misuse of or negligent conduct or willful misconduct regarding the Software, facilities, or other rights or
+assistance granted by Carnegie Mellon University under this License, including, but not limited to, any claims of
+product liability, personal injury, death, damage to property, or violation of any laws or regulations.
+
+Carnegie Mellon University Software Engineering Institute authored documents are sponsored by the U.S. Department
+of Defense under Contract F19628-00-C-0003. Carnegie Mellon University retains copyrights in all material produced
+under this contract. The U.S. Government retains a non-exclusive, royalty-free license to publish or reproduce these
+documents, or allow others to do so, for U.S. Government purposes only pursuant to the copyright license
+under the contract clause at 252.227.7013.
+
*/
package org.osate.aadl2.instance.textual.parser.antlr;
diff --git a/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/parser/antlr/InstanceParser.java b/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/parser/antlr/InstanceParser.java
index 7744c53bede..f7563f91db2 100644
--- a/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/parser/antlr/InstanceParser.java
+++ b/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/parser/antlr/InstanceParser.java
@@ -1,25 +1,35 @@
-/**
- * Copyright (c) 2004-2021 Carnegie Mellon University and others. (see Contributors file).
- * All Rights Reserved.
- *
- * NO WARRANTY. ALL MATERIAL IS FURNISHED ON AN "AS-IS" BASIS. CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY
- * KIND, EITHER EXPRESSED OR IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR PURPOSE
- * OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT
- * MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, OR COPYRIGHT INFRINGEMENT.
- *
- * This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0
- * which is available at https://www.eclipse.org/legal/epl-2.0/
- * SPDX-License-Identifier: EPL-2.0
- *
- * Created, in part, with funding and support from the United States Government. (see Acknowledgments file).
- *
- * This program includes and/or can make use of certain third party source code, object code, documentation and other
- * files ("Third Party Software"). The Third Party Software that is used by this program is dependent upon your system
- * configuration. By using this program, You agree to comply with any and all relevant Third Party Software terms and
- * conditions contained in any such Third Party Software or separate license file distributed with such Third Party
- * Software. The parties who own the Third Party Software ("Third Party Licensors") are intended third party benefici-
- * aries to this license with respect to the terms applicable to their Third Party Software. Third Party Software li-
- * censes only apply to the Third Party Software and not any other portion of this program or this program as a whole.
+/*
+
+Copyright 2016 by Carnegie Mellon University, all rights reserved.
+
+Use of the Open Source AADL Tool Environment (OSATE) is subject to the terms of the license set forth
+at http://www.eclipse.org/org/documents/epl-v10.html.
+
+NO WARRANTY
+
+ANY INFORMATION, MATERIALS, SERVICES, INTELLECTUAL PROPERTY OR OTHER PROPERTY OR RIGHTS GRANTED OR PROVIDED BY
+CARNEGIE MELLON UNIVERSITY PURSUANT TO THIS LICENSE (HEREINAFTER THE ''DELIVERABLES'') ARE ON AN ''AS-IS'' BASIS.
+CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED AS TO ANY MATTER INCLUDING,
+BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, INFORMATIONAL CONTENT,
+NONINFRINGEMENT, OR ERROR-FREE OPERATION. CARNEGIE MELLON UNIVERSITY SHALL NOT BE LIABLE FOR INDIRECT, SPECIAL OR
+CONSEQUENTIAL DAMAGES, SUCH AS LOSS OF PROFITS OR INABILITY TO USE SAID INTELLECTUAL PROPERTY, UNDER THIS LICENSE,
+REGARDLESS OF WHETHER SUCH PARTY WAS AWARE OF THE POSSIBILITY OF SUCH DAMAGES. LICENSEE AGREES THAT IT WILL NOT
+MAKE ANY WARRANTY ON BEHALF OF CARNEGIE MELLON UNIVERSITY, EXPRESS OR IMPLIED, TO ANY PERSON CONCERNING THE
+APPLICATION OF OR THE RESULTS TO BE OBTAINED WITH THE DELIVERABLES UNDER THIS LICENSE.
+
+Licensee hereby agrees to defend, indemnify, and hold harmless Carnegie Mellon University, its trustees, officers,
+employees, and agents from all claims or demands made against them (and any related losses, expenses, or
+attorney's fees) arising out of, or relating to Licensee's and/or its sub licensees' negligent use or willful
+misuse of or negligent conduct or willful misconduct regarding the Software, facilities, or other rights or
+assistance granted by Carnegie Mellon University under this License, including, but not limited to, any claims of
+product liability, personal injury, death, damage to property, or violation of any laws or regulations.
+
+Carnegie Mellon University Software Engineering Institute authored documents are sponsored by the U.S. Department
+of Defense under Contract F19628-00-C-0003. Carnegie Mellon University retains copyrights in all material produced
+under this contract. The U.S. Government retains a non-exclusive, royalty-free license to publish or reproduce these
+documents, or allow others to do so, for U.S. Government purposes only pursuant to the copyright license
+under the contract clause at 252.227.7013.
+
*/
package org.osate.aadl2.instance.textual.parser.antlr;
diff --git a/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/parser/antlr/internal/InternalInstance.g b/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/parser/antlr/internal/InternalInstance.g
index 57906914bf5..d12e0af3eb1 100644
--- a/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/parser/antlr/internal/InternalInstance.g
+++ b/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/parser/antlr/internal/InternalInstance.g
@@ -3395,65 +3395,65 @@ ruleContainedPropertyAssociation returns [EObject current=null]
}
)
-))*)(
- {
- newCompositeNode(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToKeywordsParserRuleCall_4_0());
+))*)( otherlv_7='applies'
+ {
+ newLeafNode(otherlv_7, grammarAccess.getContainedPropertyAssociationAccess().getAppliesKeyword_4_0());
}
-ruleAppliesToKeywords
- {
- afterParserOrEnumRuleCall();
+ otherlv_8='to'
+ {
+ newLeafNode(otherlv_8, grammarAccess.getContainedPropertyAssociationAccess().getToKeyword_4_1());
}
(
(
{
- newCompositeNode(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_1_0());
+ newCompositeNode(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_2_0());
}
- lv_appliesTo_8_0=ruleContainmentPath {
+ lv_appliesTo_9_0=ruleContainmentPath {
if ($current==null) {
$current = createModelElementForParent(grammarAccess.getContainedPropertyAssociationRule());
}
add(
$current,
"appliesTo",
- lv_appliesTo_8_0,
+ lv_appliesTo_9_0,
"org.osate.xtext.aadl2.properties.Properties.ContainmentPath");
afterParserOrEnumRuleCall();
}
)
-)( otherlv_9=','
+)( otherlv_10=','
{
- newLeafNode(otherlv_9, grammarAccess.getContainedPropertyAssociationAccess().getCommaKeyword_4_2_0());
+ newLeafNode(otherlv_10, grammarAccess.getContainedPropertyAssociationAccess().getCommaKeyword_4_3_0());
}
(
(
{
- newCompositeNode(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_2_1_0());
+ newCompositeNode(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_3_1_0());
}
- lv_appliesTo_10_0=ruleContainmentPath {
+ lv_appliesTo_11_0=ruleContainmentPath {
if ($current==null) {
$current = createModelElementForParent(grammarAccess.getContainedPropertyAssociationRule());
}
add(
$current,
"appliesTo",
- lv_appliesTo_10_0,
+ lv_appliesTo_11_0,
"org.osate.xtext.aadl2.properties.Properties.ContainmentPath");
afterParserOrEnumRuleCall();
}
)
-))*)?(
- {
- newCompositeNode(grammarAccess.getContainedPropertyAssociationAccess().getInBindingKeywordsParserRuleCall_5_0());
+))*)?( otherlv_12='in'
+ {
+ newLeafNode(otherlv_12, grammarAccess.getContainedPropertyAssociationAccess().getInKeyword_5_0());
}
-ruleInBindingKeywords
- {
- afterParserOrEnumRuleCall();
+ otherlv_13='binding'
+ {
+ newLeafNode(otherlv_13, grammarAccess.getContainedPropertyAssociationAccess().getBindingKeyword_5_1());
}
- otherlv_12='('
+ otherlv_14='('
{
- newLeafNode(otherlv_12, grammarAccess.getContainedPropertyAssociationAccess().getLeftParenthesisKeyword_5_1());
+ newLeafNode(otherlv_14, grammarAccess.getContainedPropertyAssociationAccess().getLeftParenthesisKeyword_5_2());
}
(
(
@@ -3463,20 +3463,20 @@ ruleInBindingKeywords
}
}
{
- newCompositeNode(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierCrossReference_5_2_0());
+ newCompositeNode(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierCrossReference_5_3_0());
}
ruleQCREF {
afterParserOrEnumRuleCall();
}
)
-) otherlv_14=')'
+) otherlv_16=')'
{
- newLeafNode(otherlv_14, grammarAccess.getContainedPropertyAssociationAccess().getRightParenthesisKeyword_5_3());
+ newLeafNode(otherlv_16, grammarAccess.getContainedPropertyAssociationAccess().getRightParenthesisKeyword_5_4());
}
-)? otherlv_15=';'
+)? otherlv_17=';'
{
- newLeafNode(otherlv_15, grammarAccess.getContainedPropertyAssociationAccess().getSemicolonKeyword_6());
+ newLeafNode(otherlv_17, grammarAccess.getContainedPropertyAssociationAccess().getSemicolonKeyword_6());
}
)
;
@@ -4586,105 +4586,6 @@ ruleNumAlt returns [EObject current=null]
-// Entry rule entryRuleAppliesToKeywords
-entryRuleAppliesToKeywords returns [String current=null]
- :
- { newCompositeNode(grammarAccess.getAppliesToKeywordsRule()); }
- iv_ruleAppliesToKeywords=ruleAppliesToKeywords
- { $current=$iv_ruleAppliesToKeywords.current.getText(); }
- EOF
-;
-
-// Rule AppliesToKeywords
-ruleAppliesToKeywords returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()]
- @init { enterRule();
- }
- @after { leaveRule(); }:
-(
- kw='applies'
- {
- $current.merge(kw);
- newLeafNode(kw, grammarAccess.getAppliesToKeywordsAccess().getAppliesKeyword_0());
- }
-
- kw='to'
- {
- $current.merge(kw);
- newLeafNode(kw, grammarAccess.getAppliesToKeywordsAccess().getToKeyword_1());
- }
-)
- ;
-
-
-
-
-
-// Entry rule entryRuleInBindingKeywords
-entryRuleInBindingKeywords returns [String current=null]
- :
- { newCompositeNode(grammarAccess.getInBindingKeywordsRule()); }
- iv_ruleInBindingKeywords=ruleInBindingKeywords
- { $current=$iv_ruleInBindingKeywords.current.getText(); }
- EOF
-;
-
-// Rule InBindingKeywords
-ruleInBindingKeywords returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()]
- @init { enterRule();
- }
- @after { leaveRule(); }:
-(
- kw='in'
- {
- $current.merge(kw);
- newLeafNode(kw, grammarAccess.getInBindingKeywordsAccess().getInKeyword_0());
- }
-
- kw='binding'
- {
- $current.merge(kw);
- newLeafNode(kw, grammarAccess.getInBindingKeywordsAccess().getBindingKeyword_1());
- }
-)
- ;
-
-
-
-
-
-// Entry rule entryRuleInModesKeywords
-entryRuleInModesKeywords returns [String current=null]
- :
- { newCompositeNode(grammarAccess.getInModesKeywordsRule()); }
- iv_ruleInModesKeywords=ruleInModesKeywords
- { $current=$iv_ruleInModesKeywords.current.getText(); }
- EOF
-;
-
-// Rule InModesKeywords
-ruleInModesKeywords returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()]
- @init { enterRule();
- }
- @after { leaveRule(); }:
-(
- kw='in'
- {
- $current.merge(kw);
- newLeafNode(kw, grammarAccess.getInModesKeywordsAccess().getInKeyword_0());
- }
-
- kw='modes'
- {
- $current.merge(kw);
- newLeafNode(kw, grammarAccess.getInModesKeywordsAccess().getModesKeyword_1());
- }
-)
- ;
-
-
-
-
-
// Entry rule entryRuleINTVALUE
entryRuleINTVALUE returns [String current=null]
:
diff --git a/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/parser/antlr/internal/InternalInstance.tokens b/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/parser/antlr/internal/InternalInstance.tokens
index 9be5c20482b..ffb28a46b0c 100644
--- a/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/parser/antlr/internal/InternalInstance.tokens
+++ b/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/parser/antlr/internal/InternalInstance.tokens
@@ -2,18 +2,18 @@
'('=22
')'=24
'*'=91
-'+'=85
+'+'=87
'+=>'=78
','=23
-'-'=86
+'-'=88
'->'=27
'-['=38
'.'=73
-'..'=87
+'..'=89
'/'=42
':'=15
'::'=72
-';'=80
+';'=82
'<->'=26
'='=36
'=>'=41
@@ -23,25 +23,25 @@
'abstract'=55
'abstractFeature'=54
'accessConnection'=68
-'applies'=89
-'binding'=90
+'applies'=80
+'binding'=81
'bus'=56
'busAccess'=49
-'classifier'=84
+'classifier'=86
'complete'=25
-'compute'=83
+'compute'=85
'connection'=76
'constant'=79
'data'=57
'dataAccess'=50
'dataPort'=45
-'delta'=88
+'delta'=90
'derived'=34
'device'=58
'end'=31
'eventDataPort'=47
'eventPort'=46
-'false'=82
+'false'=84
'featureConnection'=67
'featureGroup'=53
'featureGroupConnection'=71
@@ -71,7 +71,7 @@
'to'=32
'transition'=37
'transitions'=28
-'true'=81
+'true'=83
'virtual'=66
'{'=16
'}'=17
diff --git a/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/parser/antlr/internal/InternalInstanceLexer.java b/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/parser/antlr/internal/InternalInstanceLexer.java
index 15018ce068b..c8bdf8bce5d 100644
--- a/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/parser/antlr/internal/InternalInstanceLexer.java
+++ b/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/parser/antlr/internal/InternalInstanceLexer.java
@@ -1,26 +1,3 @@
-/**
- * Copyright (c) 2004-2021 Carnegie Mellon University and others. (see Contributors file).
- * All Rights Reserved.
- *
- * NO WARRANTY. ALL MATERIAL IS FURNISHED ON AN "AS-IS" BASIS. CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY
- * KIND, EITHER EXPRESSED OR IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR PURPOSE
- * OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT
- * MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, OR COPYRIGHT INFRINGEMENT.
- *
- * This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0
- * which is available at https://www.eclipse.org/legal/epl-2.0/
- * SPDX-License-Identifier: EPL-2.0
- *
- * Created, in part, with funding and support from the United States Government. (see Acknowledgments file).
- *
- * This program includes and/or can make use of certain third party source code, object code, documentation and other
- * files ("Third Party Software"). The Third Party Software that is used by this program is dependent upon your system
- * configuration. By using this program, You agree to comply with any and all relevant Third Party Software terms and
- * conditions contained in any such Third Party Software or separate license file distributed with such Third Party
- * Software. The parties who own the Third Party Software ("Third Party Licensors") are intended third party benefici-
- * aries to this license with respect to the terms applicable to their Third Party Software. Third Party Software li-
- * censes only apply to the Third Party Software and not any other portion of this program or this program as a whole.
- */
package org.osate.aadl2.instance.textual.parser.antlr.internal;
// Hack: Use our own Lexer superclass by means of import.
@@ -1496,10 +1473,11 @@ public final void mT__80() throws RecognitionException {
try {
int _type = T__80;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalInstance.g:76:7: ( ';' )
- // InternalInstance.g:76:9: ';'
+ // InternalInstance.g:76:7: ( 'applies' )
+ // InternalInstance.g:76:9: 'applies'
{
- match(';');
+ match("applies");
+
}
@@ -1516,10 +1494,10 @@ public final void mT__81() throws RecognitionException {
try {
int _type = T__81;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalInstance.g:77:7: ( 'true' )
- // InternalInstance.g:77:9: 'true'
+ // InternalInstance.g:77:7: ( 'binding' )
+ // InternalInstance.g:77:9: 'binding'
{
- match("true");
+ match("binding");
}
@@ -1537,11 +1515,10 @@ public final void mT__82() throws RecognitionException {
try {
int _type = T__82;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalInstance.g:78:7: ( 'false' )
- // InternalInstance.g:78:9: 'false'
+ // InternalInstance.g:78:7: ( ';' )
+ // InternalInstance.g:78:9: ';'
{
- match("false");
-
+ match(';');
}
@@ -1558,10 +1535,10 @@ public final void mT__83() throws RecognitionException {
try {
int _type = T__83;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalInstance.g:79:7: ( 'compute' )
- // InternalInstance.g:79:9: 'compute'
+ // InternalInstance.g:79:7: ( 'true' )
+ // InternalInstance.g:79:9: 'true'
{
- match("compute");
+ match("true");
}
@@ -1579,10 +1556,10 @@ public final void mT__84() throws RecognitionException {
try {
int _type = T__84;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalInstance.g:80:7: ( 'classifier' )
- // InternalInstance.g:80:9: 'classifier'
+ // InternalInstance.g:80:7: ( 'false' )
+ // InternalInstance.g:80:9: 'false'
{
- match("classifier");
+ match("false");
}
@@ -1600,10 +1577,11 @@ public final void mT__85() throws RecognitionException {
try {
int _type = T__85;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalInstance.g:81:7: ( '+' )
- // InternalInstance.g:81:9: '+'
+ // InternalInstance.g:81:7: ( 'compute' )
+ // InternalInstance.g:81:9: 'compute'
{
- match('+');
+ match("compute");
+
}
@@ -1620,10 +1598,11 @@ public final void mT__86() throws RecognitionException {
try {
int _type = T__86;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalInstance.g:82:7: ( '-' )
- // InternalInstance.g:82:9: '-'
+ // InternalInstance.g:82:7: ( 'classifier' )
+ // InternalInstance.g:82:9: 'classifier'
{
- match('-');
+ match("classifier");
+
}
@@ -1640,11 +1619,10 @@ public final void mT__87() throws RecognitionException {
try {
int _type = T__87;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalInstance.g:83:7: ( '..' )
- // InternalInstance.g:83:9: '..'
+ // InternalInstance.g:83:7: ( '+' )
+ // InternalInstance.g:83:9: '+'
{
- match("..");
-
+ match('+');
}
@@ -1661,11 +1639,10 @@ public final void mT__88() throws RecognitionException {
try {
int _type = T__88;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalInstance.g:84:7: ( 'delta' )
- // InternalInstance.g:84:9: 'delta'
+ // InternalInstance.g:84:7: ( '-' )
+ // InternalInstance.g:84:9: '-'
{
- match("delta");
-
+ match('-');
}
@@ -1682,10 +1659,10 @@ public final void mT__89() throws RecognitionException {
try {
int _type = T__89;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalInstance.g:85:7: ( 'applies' )
- // InternalInstance.g:85:9: 'applies'
+ // InternalInstance.g:85:7: ( '..' )
+ // InternalInstance.g:85:9: '..'
{
- match("applies");
+ match("..");
}
@@ -1703,10 +1680,10 @@ public final void mT__90() throws RecognitionException {
try {
int _type = T__90;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalInstance.g:86:7: ( 'binding' )
- // InternalInstance.g:86:9: 'binding'
+ // InternalInstance.g:86:7: ( 'delta' )
+ // InternalInstance.g:86:9: 'delta'
{
- match("binding");
+ match("delta");
}
@@ -1744,12 +1721,12 @@ public final void mRULE_SL_COMMENT() throws RecognitionException {
try {
int _type = RULE_SL_COMMENT;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalInstance.g:4840:17: ( '--' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
- // InternalInstance.g:4840:19: '--' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
+ // InternalInstance.g:4741:17: ( '--' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )? )
+ // InternalInstance.g:4741:19: '--' (~ ( ( '\\n' | '\\r' ) ) )* ( ( '\\r' )? '\\n' )?
{
match("--");
- // InternalInstance.g:4840:24: (~ ( ( '\\n' | '\\r' ) ) )*
+ // InternalInstance.g:4741:24: (~ ( ( '\\n' | '\\r' ) ) )*
loop1:
do {
int alt1=2;
@@ -1762,7 +1739,7 @@ public final void mRULE_SL_COMMENT() throws RecognitionException {
switch (alt1) {
case 1 :
- // InternalInstance.g:4840:24: ~ ( ( '\\n' | '\\r' ) )
+ // InternalInstance.g:4741:24: ~ ( ( '\\n' | '\\r' ) )
{
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') ) {
input.consume();
@@ -1782,7 +1759,7 @@ public final void mRULE_SL_COMMENT() throws RecognitionException {
}
} while (true);
- // InternalInstance.g:4840:40: ( ( '\\r' )? '\\n' )?
+ // InternalInstance.g:4741:40: ( ( '\\r' )? '\\n' )?
int alt3=2;
int LA3_0 = input.LA(1);
@@ -1791,9 +1768,9 @@ public final void mRULE_SL_COMMENT() throws RecognitionException {
}
switch (alt3) {
case 1 :
- // InternalInstance.g:4840:41: ( '\\r' )? '\\n'
+ // InternalInstance.g:4741:41: ( '\\r' )? '\\n'
{
- // InternalInstance.g:4840:41: ( '\\r' )?
+ // InternalInstance.g:4741:41: ( '\\r' )?
int alt2=2;
int LA2_0 = input.LA(1);
@@ -1802,7 +1779,7 @@ public final void mRULE_SL_COMMENT() throws RecognitionException {
}
switch (alt2) {
case 1 :
- // InternalInstance.g:4840:41: '\\r'
+ // InternalInstance.g:4741:41: '\\r'
{
match('\r');
@@ -1832,8 +1809,8 @@ public final void mRULE_SL_COMMENT() throws RecognitionException {
// $ANTLR start "RULE_EXPONENT"
public final void mRULE_EXPONENT() throws RecognitionException {
try {
- // InternalInstance.g:4842:24: ( ( 'e' | 'E' ) ( '+' | '-' )? ( RULE_DIGIT )+ )
- // InternalInstance.g:4842:26: ( 'e' | 'E' ) ( '+' | '-' )? ( RULE_DIGIT )+
+ // InternalInstance.g:4743:24: ( ( 'e' | 'E' ) ( '+' | '-' )? ( RULE_DIGIT )+ )
+ // InternalInstance.g:4743:26: ( 'e' | 'E' ) ( '+' | '-' )? ( RULE_DIGIT )+
{
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
@@ -1844,7 +1821,7 @@ public final void mRULE_EXPONENT() throws RecognitionException {
recover(mse);
throw mse;}
- // InternalInstance.g:4842:36: ( '+' | '-' )?
+ // InternalInstance.g:4743:36: ( '+' | '-' )?
int alt4=2;
int LA4_0 = input.LA(1);
@@ -1870,7 +1847,7 @@ public final void mRULE_EXPONENT() throws RecognitionException {
}
- // InternalInstance.g:4842:47: ( RULE_DIGIT )+
+ // InternalInstance.g:4743:47: ( RULE_DIGIT )+
int cnt5=0;
loop5:
do {
@@ -1884,7 +1861,7 @@ public final void mRULE_EXPONENT() throws RecognitionException {
switch (alt5) {
case 1 :
- // InternalInstance.g:4842:47: RULE_DIGIT
+ // InternalInstance.g:4743:47: RULE_DIGIT
{
mRULE_DIGIT();
@@ -1912,8 +1889,8 @@ public final void mRULE_EXPONENT() throws RecognitionException {
// $ANTLR start "RULE_INT_EXPONENT"
public final void mRULE_INT_EXPONENT() throws RecognitionException {
try {
- // InternalInstance.g:4844:28: ( ( 'e' | 'E' ) ( '+' )? ( RULE_DIGIT )+ )
- // InternalInstance.g:4844:30: ( 'e' | 'E' ) ( '+' )? ( RULE_DIGIT )+
+ // InternalInstance.g:4745:28: ( ( 'e' | 'E' ) ( '+' )? ( RULE_DIGIT )+ )
+ // InternalInstance.g:4745:30: ( 'e' | 'E' ) ( '+' )? ( RULE_DIGIT )+
{
if ( input.LA(1)=='E'||input.LA(1)=='e' ) {
input.consume();
@@ -1924,7 +1901,7 @@ public final void mRULE_INT_EXPONENT() throws RecognitionException {
recover(mse);
throw mse;}
- // InternalInstance.g:4844:40: ( '+' )?
+ // InternalInstance.g:4745:40: ( '+' )?
int alt6=2;
int LA6_0 = input.LA(1);
@@ -1933,7 +1910,7 @@ public final void mRULE_INT_EXPONENT() throws RecognitionException {
}
switch (alt6) {
case 1 :
- // InternalInstance.g:4844:40: '+'
+ // InternalInstance.g:4745:40: '+'
{
match('+');
@@ -1942,7 +1919,7 @@ public final void mRULE_INT_EXPONENT() throws RecognitionException {
}
- // InternalInstance.g:4844:45: ( RULE_DIGIT )+
+ // InternalInstance.g:4745:45: ( RULE_DIGIT )+
int cnt7=0;
loop7:
do {
@@ -1956,7 +1933,7 @@ public final void mRULE_INT_EXPONENT() throws RecognitionException {
switch (alt7) {
case 1 :
- // InternalInstance.g:4844:45: RULE_DIGIT
+ // InternalInstance.g:4745:45: RULE_DIGIT
{
mRULE_DIGIT();
@@ -1986,10 +1963,10 @@ public final void mRULE_REAL_LIT() throws RecognitionException {
try {
int _type = RULE_REAL_LIT;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalInstance.g:4846:15: ( ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* '.' ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* ( RULE_EXPONENT )? )
- // InternalInstance.g:4846:17: ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* '.' ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* ( RULE_EXPONENT )?
+ // InternalInstance.g:4747:15: ( ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* '.' ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* ( RULE_EXPONENT )? )
+ // InternalInstance.g:4747:17: ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* '.' ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* ( RULE_EXPONENT )?
{
- // InternalInstance.g:4846:17: ( RULE_DIGIT )+
+ // InternalInstance.g:4747:17: ( RULE_DIGIT )+
int cnt8=0;
loop8:
do {
@@ -2003,7 +1980,7 @@ public final void mRULE_REAL_LIT() throws RecognitionException {
switch (alt8) {
case 1 :
- // InternalInstance.g:4846:17: RULE_DIGIT
+ // InternalInstance.g:4747:17: RULE_DIGIT
{
mRULE_DIGIT();
@@ -2019,7 +1996,7 @@ public final void mRULE_REAL_LIT() throws RecognitionException {
cnt8++;
} while (true);
- // InternalInstance.g:4846:29: ( '_' ( RULE_DIGIT )+ )*
+ // InternalInstance.g:4747:29: ( '_' ( RULE_DIGIT )+ )*
loop10:
do {
int alt10=2;
@@ -2032,10 +2009,10 @@ public final void mRULE_REAL_LIT() throws RecognitionException {
switch (alt10) {
case 1 :
- // InternalInstance.g:4846:30: '_' ( RULE_DIGIT )+
+ // InternalInstance.g:4747:30: '_' ( RULE_DIGIT )+
{
match('_');
- // InternalInstance.g:4846:34: ( RULE_DIGIT )+
+ // InternalInstance.g:4747:34: ( RULE_DIGIT )+
int cnt9=0;
loop9:
do {
@@ -2049,7 +2026,7 @@ public final void mRULE_REAL_LIT() throws RecognitionException {
switch (alt9) {
case 1 :
- // InternalInstance.g:4846:34: RULE_DIGIT
+ // InternalInstance.g:4747:34: RULE_DIGIT
{
mRULE_DIGIT();
@@ -2075,7 +2052,7 @@ public final void mRULE_REAL_LIT() throws RecognitionException {
} while (true);
match('.');
- // InternalInstance.g:4846:52: ( RULE_DIGIT )+
+ // InternalInstance.g:4747:52: ( RULE_DIGIT )+
int cnt11=0;
loop11:
do {
@@ -2089,7 +2066,7 @@ public final void mRULE_REAL_LIT() throws RecognitionException {
switch (alt11) {
case 1 :
- // InternalInstance.g:4846:52: RULE_DIGIT
+ // InternalInstance.g:4747:52: RULE_DIGIT
{
mRULE_DIGIT();
@@ -2105,7 +2082,7 @@ public final void mRULE_REAL_LIT() throws RecognitionException {
cnt11++;
} while (true);
- // InternalInstance.g:4846:64: ( '_' ( RULE_DIGIT )+ )*
+ // InternalInstance.g:4747:64: ( '_' ( RULE_DIGIT )+ )*
loop13:
do {
int alt13=2;
@@ -2118,10 +2095,10 @@ public final void mRULE_REAL_LIT() throws RecognitionException {
switch (alt13) {
case 1 :
- // InternalInstance.g:4846:65: '_' ( RULE_DIGIT )+
+ // InternalInstance.g:4747:65: '_' ( RULE_DIGIT )+
{
match('_');
- // InternalInstance.g:4846:69: ( RULE_DIGIT )+
+ // InternalInstance.g:4747:69: ( RULE_DIGIT )+
int cnt12=0;
loop12:
do {
@@ -2135,7 +2112,7 @@ public final void mRULE_REAL_LIT() throws RecognitionException {
switch (alt12) {
case 1 :
- // InternalInstance.g:4846:69: RULE_DIGIT
+ // InternalInstance.g:4747:69: RULE_DIGIT
{
mRULE_DIGIT();
@@ -2160,7 +2137,7 @@ public final void mRULE_REAL_LIT() throws RecognitionException {
}
} while (true);
- // InternalInstance.g:4846:83: ( RULE_EXPONENT )?
+ // InternalInstance.g:4747:83: ( RULE_EXPONENT )?
int alt14=2;
int LA14_0 = input.LA(1);
@@ -2169,7 +2146,7 @@ public final void mRULE_REAL_LIT() throws RecognitionException {
}
switch (alt14) {
case 1 :
- // InternalInstance.g:4846:83: RULE_EXPONENT
+ // InternalInstance.g:4747:83: RULE_EXPONENT
{
mRULE_EXPONENT();
@@ -2194,10 +2171,10 @@ public final void mRULE_INTEGER_LIT() throws RecognitionException {
try {
int _type = RULE_INTEGER_LIT;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalInstance.g:4848:18: ( ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* ( '#' RULE_BASED_INTEGER '#' ( RULE_INT_EXPONENT )? | ( RULE_INT_EXPONENT )? ) )
- // InternalInstance.g:4848:20: ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* ( '#' RULE_BASED_INTEGER '#' ( RULE_INT_EXPONENT )? | ( RULE_INT_EXPONENT )? )
+ // InternalInstance.g:4749:18: ( ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* ( '#' RULE_BASED_INTEGER '#' ( RULE_INT_EXPONENT )? | ( RULE_INT_EXPONENT )? ) )
+ // InternalInstance.g:4749:20: ( RULE_DIGIT )+ ( '_' ( RULE_DIGIT )+ )* ( '#' RULE_BASED_INTEGER '#' ( RULE_INT_EXPONENT )? | ( RULE_INT_EXPONENT )? )
{
- // InternalInstance.g:4848:20: ( RULE_DIGIT )+
+ // InternalInstance.g:4749:20: ( RULE_DIGIT )+
int cnt15=0;
loop15:
do {
@@ -2211,7 +2188,7 @@ public final void mRULE_INTEGER_LIT() throws RecognitionException {
switch (alt15) {
case 1 :
- // InternalInstance.g:4848:20: RULE_DIGIT
+ // InternalInstance.g:4749:20: RULE_DIGIT
{
mRULE_DIGIT();
@@ -2227,7 +2204,7 @@ public final void mRULE_INTEGER_LIT() throws RecognitionException {
cnt15++;
} while (true);
- // InternalInstance.g:4848:32: ( '_' ( RULE_DIGIT )+ )*
+ // InternalInstance.g:4749:32: ( '_' ( RULE_DIGIT )+ )*
loop17:
do {
int alt17=2;
@@ -2240,10 +2217,10 @@ public final void mRULE_INTEGER_LIT() throws RecognitionException {
switch (alt17) {
case 1 :
- // InternalInstance.g:4848:33: '_' ( RULE_DIGIT )+
+ // InternalInstance.g:4749:33: '_' ( RULE_DIGIT )+
{
match('_');
- // InternalInstance.g:4848:37: ( RULE_DIGIT )+
+ // InternalInstance.g:4749:37: ( RULE_DIGIT )+
int cnt16=0;
loop16:
do {
@@ -2257,7 +2234,7 @@ public final void mRULE_INTEGER_LIT() throws RecognitionException {
switch (alt16) {
case 1 :
- // InternalInstance.g:4848:37: RULE_DIGIT
+ // InternalInstance.g:4749:37: RULE_DIGIT
{
mRULE_DIGIT();
@@ -2282,7 +2259,7 @@ public final void mRULE_INTEGER_LIT() throws RecognitionException {
}
} while (true);
- // InternalInstance.g:4848:51: ( '#' RULE_BASED_INTEGER '#' ( RULE_INT_EXPONENT )? | ( RULE_INT_EXPONENT )? )
+ // InternalInstance.g:4749:51: ( '#' RULE_BASED_INTEGER '#' ( RULE_INT_EXPONENT )? | ( RULE_INT_EXPONENT )? )
int alt20=2;
int LA20_0 = input.LA(1);
@@ -2293,12 +2270,12 @@ public final void mRULE_INTEGER_LIT() throws RecognitionException {
alt20=2;}
switch (alt20) {
case 1 :
- // InternalInstance.g:4848:52: '#' RULE_BASED_INTEGER '#' ( RULE_INT_EXPONENT )?
+ // InternalInstance.g:4749:52: '#' RULE_BASED_INTEGER '#' ( RULE_INT_EXPONENT )?
{
match('#');
mRULE_BASED_INTEGER();
match('#');
- // InternalInstance.g:4848:79: ( RULE_INT_EXPONENT )?
+ // InternalInstance.g:4749:79: ( RULE_INT_EXPONENT )?
int alt18=2;
int LA18_0 = input.LA(1);
@@ -2307,7 +2284,7 @@ public final void mRULE_INTEGER_LIT() throws RecognitionException {
}
switch (alt18) {
case 1 :
- // InternalInstance.g:4848:79: RULE_INT_EXPONENT
+ // InternalInstance.g:4749:79: RULE_INT_EXPONENT
{
mRULE_INT_EXPONENT();
@@ -2320,9 +2297,9 @@ public final void mRULE_INTEGER_LIT() throws RecognitionException {
}
break;
case 2 :
- // InternalInstance.g:4848:98: ( RULE_INT_EXPONENT )?
+ // InternalInstance.g:4749:98: ( RULE_INT_EXPONENT )?
{
- // InternalInstance.g:4848:98: ( RULE_INT_EXPONENT )?
+ // InternalInstance.g:4749:98: ( RULE_INT_EXPONENT )?
int alt19=2;
int LA19_0 = input.LA(1);
@@ -2331,7 +2308,7 @@ public final void mRULE_INTEGER_LIT() throws RecognitionException {
}
switch (alt19) {
case 1 :
- // InternalInstance.g:4848:98: RULE_INT_EXPONENT
+ // InternalInstance.g:4749:98: RULE_INT_EXPONENT
{
mRULE_INT_EXPONENT();
@@ -2360,8 +2337,8 @@ public final void mRULE_INTEGER_LIT() throws RecognitionException {
// $ANTLR start "RULE_DIGIT"
public final void mRULE_DIGIT() throws RecognitionException {
try {
- // InternalInstance.g:4850:21: ( '0' .. '9' )
- // InternalInstance.g:4850:23: '0' .. '9'
+ // InternalInstance.g:4751:21: ( '0' .. '9' )
+ // InternalInstance.g:4751:23: '0' .. '9'
{
matchRange('0','9');
@@ -2376,8 +2353,8 @@ public final void mRULE_DIGIT() throws RecognitionException {
// $ANTLR start "RULE_EXTENDED_DIGIT"
public final void mRULE_EXTENDED_DIGIT() throws RecognitionException {
try {
- // InternalInstance.g:4852:30: ( ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' ) )
- // InternalInstance.g:4852:32: ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )
+ // InternalInstance.g:4753:30: ( ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' ) )
+ // InternalInstance.g:4753:32: ( '0' .. '9' | 'a' .. 'f' | 'A' .. 'F' )
{
if ( (input.LA(1)>='0' && input.LA(1)<='9')||(input.LA(1)>='A' && input.LA(1)<='F')||(input.LA(1)>='a' && input.LA(1)<='f') ) {
input.consume();
@@ -2400,11 +2377,11 @@ public final void mRULE_EXTENDED_DIGIT() throws RecognitionException {
// $ANTLR start "RULE_BASED_INTEGER"
public final void mRULE_BASED_INTEGER() throws RecognitionException {
try {
- // InternalInstance.g:4854:29: ( RULE_EXTENDED_DIGIT ( ( '_' )? RULE_EXTENDED_DIGIT )* )
- // InternalInstance.g:4854:31: RULE_EXTENDED_DIGIT ( ( '_' )? RULE_EXTENDED_DIGIT )*
+ // InternalInstance.g:4755:29: ( RULE_EXTENDED_DIGIT ( ( '_' )? RULE_EXTENDED_DIGIT )* )
+ // InternalInstance.g:4755:31: RULE_EXTENDED_DIGIT ( ( '_' )? RULE_EXTENDED_DIGIT )*
{
mRULE_EXTENDED_DIGIT();
- // InternalInstance.g:4854:51: ( ( '_' )? RULE_EXTENDED_DIGIT )*
+ // InternalInstance.g:4755:51: ( ( '_' )? RULE_EXTENDED_DIGIT )*
loop22:
do {
int alt22=2;
@@ -2417,9 +2394,9 @@ public final void mRULE_BASED_INTEGER() throws RecognitionException {
switch (alt22) {
case 1 :
- // InternalInstance.g:4854:52: ( '_' )? RULE_EXTENDED_DIGIT
+ // InternalInstance.g:4755:52: ( '_' )? RULE_EXTENDED_DIGIT
{
- // InternalInstance.g:4854:52: ( '_' )?
+ // InternalInstance.g:4755:52: ( '_' )?
int alt21=2;
int LA21_0 = input.LA(1);
@@ -2428,7 +2405,7 @@ public final void mRULE_BASED_INTEGER() throws RecognitionException {
}
switch (alt21) {
case 1 :
- // InternalInstance.g:4854:52: '_'
+ // InternalInstance.g:4755:52: '_'
{
match('_');
@@ -2461,10 +2438,10 @@ public final void mRULE_STRING() throws RecognitionException {
try {
int _type = RULE_STRING;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalInstance.g:4856:13: ( ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) )
- // InternalInstance.g:4856:15: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
+ // InternalInstance.g:4757:13: ( ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' ) )
+ // InternalInstance.g:4757:15: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
{
- // InternalInstance.g:4856:15: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
+ // InternalInstance.g:4757:15: ( '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"' | '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\'' )
int alt25=2;
int LA25_0 = input.LA(1);
@@ -2482,10 +2459,10 @@ else if ( (LA25_0=='\'') ) {
}
switch (alt25) {
case 1 :
- // InternalInstance.g:4856:16: '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"'
+ // InternalInstance.g:4757:16: '\"' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )* '\"'
{
match('\"');
- // InternalInstance.g:4856:20: ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )*
+ // InternalInstance.g:4757:20: ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\"' ) ) )*
loop23:
do {
int alt23=3;
@@ -2501,7 +2478,7 @@ else if ( ((LA23_0>='\u0000' && LA23_0<='!')||(LA23_0>='#' && LA23_0<='[')||(LA2
switch (alt23) {
case 1 :
- // InternalInstance.g:4856:21: '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' )
+ // InternalInstance.g:4757:21: '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' )
{
match('\\');
if ( input.LA(1)=='\"'||input.LA(1)=='\''||input.LA(1)=='\\'||input.LA(1)=='b'||input.LA(1)=='f'||input.LA(1)=='n'||input.LA(1)=='r'||(input.LA(1)>='t' && input.LA(1)<='u') ) {
@@ -2517,7 +2494,7 @@ else if ( ((LA23_0>='\u0000' && LA23_0<='!')||(LA23_0>='#' && LA23_0<='[')||(LA2
}
break;
case 2 :
- // InternalInstance.g:4856:66: ~ ( ( '\\\\' | '\"' ) )
+ // InternalInstance.g:4757:66: ~ ( ( '\\\\' | '\"' ) )
{
if ( (input.LA(1)>='\u0000' && input.LA(1)<='!')||(input.LA(1)>='#' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
input.consume();
@@ -2542,10 +2519,10 @@ else if ( ((LA23_0>='\u0000' && LA23_0<='!')||(LA23_0>='#' && LA23_0<='[')||(LA2
}
break;
case 2 :
- // InternalInstance.g:4856:86: '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\''
+ // InternalInstance.g:4757:86: '\\'' ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )* '\\''
{
match('\'');
- // InternalInstance.g:4856:91: ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )*
+ // InternalInstance.g:4757:91: ( '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' ) | ~ ( ( '\\\\' | '\\'' ) ) )*
loop24:
do {
int alt24=3;
@@ -2561,7 +2538,7 @@ else if ( ((LA24_0>='\u0000' && LA24_0<='&')||(LA24_0>='(' && LA24_0<='[')||(LA2
switch (alt24) {
case 1 :
- // InternalInstance.g:4856:92: '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' )
+ // InternalInstance.g:4757:92: '\\\\' ( 'b' | 't' | 'n' | 'f' | 'r' | 'u' | '\"' | '\\'' | '\\\\' )
{
match('\\');
if ( input.LA(1)=='\"'||input.LA(1)=='\''||input.LA(1)=='\\'||input.LA(1)=='b'||input.LA(1)=='f'||input.LA(1)=='n'||input.LA(1)=='r'||(input.LA(1)>='t' && input.LA(1)<='u') ) {
@@ -2577,7 +2554,7 @@ else if ( ((LA24_0>='\u0000' && LA24_0<='&')||(LA24_0>='(' && LA24_0<='[')||(LA2
}
break;
case 2 :
- // InternalInstance.g:4856:137: ~ ( ( '\\\\' | '\\'' ) )
+ // InternalInstance.g:4757:137: ~ ( ( '\\\\' | '\\'' ) )
{
if ( (input.LA(1)>='\u0000' && input.LA(1)<='&')||(input.LA(1)>='(' && input.LA(1)<='[')||(input.LA(1)>=']' && input.LA(1)<='\uFFFF') ) {
input.consume();
@@ -2620,8 +2597,8 @@ public final void mRULE_ID() throws RecognitionException {
try {
int _type = RULE_ID;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalInstance.g:4858:9: ( ( 'a' .. 'z' | 'A' .. 'Z' ) ( ( '_' )? ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' ) )* )
- // InternalInstance.g:4858:11: ( 'a' .. 'z' | 'A' .. 'Z' ) ( ( '_' )? ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' ) )*
+ // InternalInstance.g:4759:9: ( ( 'a' .. 'z' | 'A' .. 'Z' ) ( ( '_' )? ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' ) )* )
+ // InternalInstance.g:4759:11: ( 'a' .. 'z' | 'A' .. 'Z' ) ( ( '_' )? ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' ) )*
{
if ( (input.LA(1)>='A' && input.LA(1)<='Z')||(input.LA(1)>='a' && input.LA(1)<='z') ) {
input.consume();
@@ -2632,7 +2609,7 @@ public final void mRULE_ID() throws RecognitionException {
recover(mse);
throw mse;}
- // InternalInstance.g:4858:31: ( ( '_' )? ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' ) )*
+ // InternalInstance.g:4759:31: ( ( '_' )? ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' ) )*
loop27:
do {
int alt27=2;
@@ -2645,9 +2622,9 @@ public final void mRULE_ID() throws RecognitionException {
switch (alt27) {
case 1 :
- // InternalInstance.g:4858:32: ( '_' )? ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' )
+ // InternalInstance.g:4759:32: ( '_' )? ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' )
{
- // InternalInstance.g:4858:32: ( '_' )?
+ // InternalInstance.g:4759:32: ( '_' )?
int alt26=2;
int LA26_0 = input.LA(1);
@@ -2656,7 +2633,7 @@ public final void mRULE_ID() throws RecognitionException {
}
switch (alt26) {
case 1 :
- // InternalInstance.g:4858:32: '_'
+ // InternalInstance.g:4759:32: '_'
{
match('_');
@@ -2699,10 +2676,10 @@ public final void mRULE_WS() throws RecognitionException {
try {
int _type = RULE_WS;
int _channel = DEFAULT_TOKEN_CHANNEL;
- // InternalInstance.g:4860:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
- // InternalInstance.g:4860:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
+ // InternalInstance.g:4761:9: ( ( ' ' | '\\t' | '\\r' | '\\n' )+ )
+ // InternalInstance.g:4761:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
{
- // InternalInstance.g:4860:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
+ // InternalInstance.g:4761:11: ( ' ' | '\\t' | '\\r' | '\\n' )+
int cnt28=0;
loop28:
do {
@@ -3353,7 +3330,7 @@ public void mTokens() throws RecognitionException {
static final String DFA29_maxS =
"\1\175\1\72\3\uffff\1\55\1\156\1\157\3\uffff\1\157\1\uffff\1\133\1\162\1\145\1\154\1\166\1\145\1\76\1\171\1\uffff\1\165\1\162\1\165\1\160\1\162\1\151\1\56\1\uffff\1\75\2\uffff\1\137\7\uffff\1\172\1\144\1\155\1\156\1\141\4\uffff\1\165\1\172\1\162\1\166\1\157\1\141\1\154\1\144\1\145\1\166\1\164\2\uffff\1\155\1\142\1\163\1\164\1\162\1\157\1\162\1\163\1\156\1\163\1\143\1\160\1\157\1\162\5\uffff\1\71\1\uffff\1\164\1\uffff\1\145\1\157\1\160\2\163\1\156\1\145\1\uffff\3\145\1\167\1\164\1\163\1\172\1\156\2\151\1\164\1\141\1\172\1\160\1\164\1\172\1\145\1\160\1\164\1\172\1\144\1\164\1\145\1\154\1\165\1\164\1\137\1\151\1\172\1\162\1\165\1\145\1\164\2\163\1\172\1\141\2\162\1\172\1\165\1\145\1\uffff\1\164\1\166\1\143\1\141\1\172\1\uffff\1\162\1\145\1\uffff\1\155\1\156\2\145\1\103\1\143\1\uffff\1\151\1\162\1\163\1\151\1\160\1\165\1\141\1\172\1\uffff\1\171\1\145\1\164\1\143\1\141\2\151\1\uffff\1\144\1\163\1\145\1\uffff\1\162\1\172\1\120\2\145\1\172\1\157\1\143\1\uffff\1\157\1\155\1\145\1\164\1\163\1\162\1\157\1\143\1\156\1\141\1\163\1\145\1\172\1\141\1\154\1\uffff\1\172\1\164\1\145\1\164\1\156\1\146\1\164\1\172\1\145\1\156\1\145\1\uffff\1\157\1\141\1\144\1\172\1\uffff\1\162\1\143\1\147\1\172\1\164\1\172\1\163\1\164\1\156\1\145\1\147\1\143\1\103\1\163\1\uffff\1\154\1\172\1\uffff\1\145\1\172\1\151\1\164\2\151\1\uffff\1\172\1\143\1\107\1\162\1\164\1\172\1\uffff\1\164\1\145\1\162\1\uffff\1\145\1\uffff\1\172\1\171\1\156\1\163\1\172\1\164\1\157\2\172\1\uffff\1\172\1\uffff\1\157\1\172\1\145\1\157\1\uffff\1\145\1\162\1\157\1\164\1\141\1\uffff\1\172\1\163\1\141\2\162\1\uffff\1\172\1\145\1\163\1\uffff\1\172\1\156\3\uffff\1\156\1\uffff\1\162\1\156\1\172\1\157\1\156\1\172\1\120\1\uffff\1\163\1\155\2\172\1\uffff\1\143\1\172\1\145\1\uffff\1\156\3\172\1\uffff\1\165\1\156\1\uffff\1\157\2\172\1\157\2\uffff\1\164\1\uffff\1\141\1\145\2\uffff\1\172\1\uffff\1\160\1\145\1\162\1\uffff\1\143\1\162\1\uffff\1\156\1\151\1\164\1\143\1\uffff\1\172\1\143\1\164\1\143\1\157\1\156\1\157\1\165\1\164\1\157\1\uffff\1\164\1\172\1\145\1\165\1\145\1\156\1\162\1\151\1\156\1\151\1\uffff\1\163\1\160\1\143\1\172\1\145\1\157\1\156\1\157\1\163\1\101\1\164\1\uffff\1\172\1\156\1\145\1\156\1\172\1\143\1\151\1\uffff\1\172\1\143\1\172\1\uffff\1\143\1\157\1\uffff\1\164\1\uffff\1\145\1\156\1\151\1\163\1\172\1\157\1\163\1\uffff\1\156\2\172\2\uffff";
static final String DFA29_acceptS =
- "\2\uffff\1\2\1\3\1\4\3\uffff\1\10\1\11\1\12\1\uffff\1\14\10\uffff\1\34\7\uffff\1\74\1\uffff\1\102\1\115\1\uffff\1\121\1\122\1\123\1\72\1\1\1\31\1\5\5\uffff\1\15\1\30\1\116\1\110\13\uffff\1\33\1\26\16\uffff\1\111\1\73\1\100\1\107\1\120\1\uffff\1\117\1\uffff\1\6\7\uffff\1\22\52\uffff\1\21\5\uffff\1\32\2\uffff\1\36\6\uffff\1\52\10\uffff\1\25\7\uffff\1\103\3\uffff\1\20\10\uffff\1\53\17\uffff\1\7\13\uffff\1\104\4\uffff\1\112\16\uffff\1\61\2\uffff\1\55\6\uffff\1\63\6\uffff\1\54\3\uffff\1\62\1\uffff\1\75\11\uffff\1\23\1\uffff\1\105\4\uffff\1\17\5\uffff\1\24\5\uffff\1\56\3\uffff\1\114\2\uffff\1\113\1\64\1\13\1\uffff\1\101\7\uffff\1\37\4\uffff\1\77\3\uffff\1\51\4\uffff\1\35\2\uffff\1\40\4\uffff\1\42\1\57\1\uffff\1\43\2\uffff\1\76\1\106\1\uffff\1\27\3\uffff\1\44\2\uffff\1\60\4\uffff\1\16\12\uffff\1\47\12\uffff\1\41\13\uffff\1\70\7\uffff\1\50\3\uffff\1\45\2\uffff\1\66\1\uffff\1\65\7\uffff\1\67\3\uffff\1\46\1\71";
+ "\2\uffff\1\2\1\3\1\4\3\uffff\1\10\1\11\1\12\1\uffff\1\14\10\uffff\1\34\7\uffff\1\74\1\uffff\1\104\1\115\1\uffff\1\121\1\122\1\123\1\72\1\1\1\31\1\5\5\uffff\1\15\1\30\1\116\1\112\13\uffff\1\33\1\26\16\uffff\1\113\1\73\1\100\1\111\1\120\1\uffff\1\117\1\uffff\1\6\7\uffff\1\22\52\uffff\1\21\5\uffff\1\32\2\uffff\1\36\6\uffff\1\52\10\uffff\1\25\7\uffff\1\105\3\uffff\1\20\10\uffff\1\53\17\uffff\1\7\13\uffff\1\106\4\uffff\1\114\16\uffff\1\61\2\uffff\1\55\6\uffff\1\63\6\uffff\1\54\3\uffff\1\62\1\uffff\1\75\11\uffff\1\23\1\uffff\1\107\4\uffff\1\17\5\uffff\1\24\5\uffff\1\56\3\uffff\1\103\2\uffff\1\102\1\64\1\13\1\uffff\1\101\7\uffff\1\37\4\uffff\1\77\3\uffff\1\51\4\uffff\1\35\2\uffff\1\40\4\uffff\1\42\1\57\1\uffff\1\43\2\uffff\1\76\1\110\1\uffff\1\27\3\uffff\1\44\2\uffff\1\60\4\uffff\1\16\12\uffff\1\47\12\uffff\1\41\13\uffff\1\70\7\uffff\1\50\3\uffff\1\45\2\uffff\1\66\1\uffff\1\65\7\uffff\1\67\3\uffff\1\46\1\71";
static final String DFA29_specialS =
"\u0199\uffff}>";
static final String[] DFA29_transitionS = {
diff --git a/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/parser/antlr/internal/InternalInstanceParser.java b/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/parser/antlr/internal/InternalInstanceParser.java
index f19972a0687..03927ab3a1e 100644
--- a/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/parser/antlr/internal/InternalInstanceParser.java
+++ b/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/parser/antlr/internal/InternalInstanceParser.java
@@ -1,26 +1,3 @@
-/**
- * Copyright (c) 2004-2021 Carnegie Mellon University and others. (see Contributors file).
- * All Rights Reserved.
- *
- * NO WARRANTY. ALL MATERIAL IS FURNISHED ON AN "AS-IS" BASIS. CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY
- * KIND, EITHER EXPRESSED OR IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR PURPOSE
- * OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT
- * MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, OR COPYRIGHT INFRINGEMENT.
- *
- * This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0
- * which is available at https://www.eclipse.org/legal/epl-2.0/
- * SPDX-License-Identifier: EPL-2.0
- *
- * Created, in part, with funding and support from the United States Government. (see Acknowledgments file).
- *
- * This program includes and/or can make use of certain third party source code, object code, documentation and other
- * files ("Third Party Software"). The Third Party Software that is used by this program is dependent upon your system
- * configuration. By using this program, You agree to comply with any and all relevant Third Party Software terms and
- * conditions contained in any such Third Party Software or separate license file distributed with such Third Party
- * Software. The parties who own the Third Party Software ("Third Party Licensors") are intended third party benefici-
- * aries to this license with respect to the terms applicable to their Third Party Software. Third Party Software li-
- * censes only apply to the Third Party Software and not any other portion of this program or this program as a whole.
- */
package org.osate.aadl2.instance.textual.parser.antlr.internal;
import org.eclipse.xtext.*;
@@ -44,7 +21,7 @@
@SuppressWarnings("all")
public class InternalInstanceParser extends AbstractInternalAntlrParser {
public static final String[] tokenNames = new String[] {
- "", "", "", "", "RULE_ID", "RULE_STRING", "RULE_INTEGER_LIT", "RULE_REAL_LIT", "RULE_SL_COMMENT", "RULE_DIGIT", "RULE_EXPONENT", "RULE_INT_EXPONENT", "RULE_BASED_INTEGER", "RULE_EXTENDED_DIGIT", "RULE_WS", "':'", "'{'", "'}'", "'['", "']'", "'in'", "'modes'", "'('", "','", "')'", "'complete'", "'<->'", "'->'", "'transitions'", "'reverse'", "'flow'", "'end'", "'to'", "'initial'", "'derived'", "'mode'", "'='", "'transition'", "'-['", "']->'", "'som'", "'=>'", "'/'", "'reference'", "'out'", "'dataPort'", "'eventPort'", "'eventDataPort'", "'parameter'", "'busAccess'", "'dataAccess'", "'subprogramAccess'", "'subprogramGroupAccess'", "'featureGroup'", "'abstractFeature'", "'abstract'", "'bus'", "'data'", "'device'", "'memory'", "'process'", "'processor'", "'subprogram'", "'group'", "'system'", "'thread'", "'virtual'", "'featureConnection'", "'accessConnection'", "'parameterConnection'", "'portConnection'", "'featureGroupConnection'", "'::'", "'.'", "'#'", "'parent'", "'connection'", "'property'", "'+=>'", "'constant'", "';'", "'true'", "'false'", "'compute'", "'classifier'", "'+'", "'-'", "'..'", "'delta'", "'applies'", "'binding'", "'*'"
+ "", "", "", "", "RULE_ID", "RULE_STRING", "RULE_INTEGER_LIT", "RULE_REAL_LIT", "RULE_SL_COMMENT", "RULE_DIGIT", "RULE_EXPONENT", "RULE_INT_EXPONENT", "RULE_BASED_INTEGER", "RULE_EXTENDED_DIGIT", "RULE_WS", "':'", "'{'", "'}'", "'['", "']'", "'in'", "'modes'", "'('", "','", "')'", "'complete'", "'<->'", "'->'", "'transitions'", "'reverse'", "'flow'", "'end'", "'to'", "'initial'", "'derived'", "'mode'", "'='", "'transition'", "'-['", "']->'", "'som'", "'=>'", "'/'", "'reference'", "'out'", "'dataPort'", "'eventPort'", "'eventDataPort'", "'parameter'", "'busAccess'", "'dataAccess'", "'subprogramAccess'", "'subprogramGroupAccess'", "'featureGroup'", "'abstractFeature'", "'abstract'", "'bus'", "'data'", "'device'", "'memory'", "'process'", "'processor'", "'subprogram'", "'group'", "'system'", "'thread'", "'virtual'", "'featureConnection'", "'accessConnection'", "'parameterConnection'", "'portConnection'", "'featureGroupConnection'", "'::'", "'.'", "'#'", "'parent'", "'connection'", "'property'", "'+=>'", "'constant'", "'applies'", "'binding'", "';'", "'true'", "'false'", "'compute'", "'classifier'", "'+'", "'-'", "'..'", "'delta'", "'*'"
};
public static final int T__50=50;
public static final int T__59=59;
@@ -5810,12 +5787,12 @@ public final AntlrDatatypeRuleToken ruleDirectionType() throws RecognitionExcept
if ( (LA49_0==20) ) {
int LA49_1 = input.LA(2);
- if ( (LA49_1==44) ) {
- alt49=3;
- }
- else if ( (LA49_1==EOF||(LA49_1>=45 && LA49_1<=54)) ) {
+ if ( (LA49_1==EOF||(LA49_1>=45 && LA49_1<=54)) ) {
alt49=1;
}
+ else if ( (LA49_1==44) ) {
+ alt49=3;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 49, 1, input);
@@ -7855,7 +7832,7 @@ public final EObject entryRuleContainedPropertyAssociation() throws RecognitionE
// $ANTLR start "ruleContainedPropertyAssociation"
- // InternalInstance.g:3304:1: ruleContainedPropertyAssociation returns [EObject current=null] : ( ( ( ruleQPREF ) ) (otherlv_1= '=>' | ( (lv_append_2_0= '+=>' ) ) ) ( (lv_constant_3_0= 'constant' ) )? ( ( (lv_ownedValue_4_0= ruleOptionalModalPropertyValue ) ) (otherlv_5= ',' ( (lv_ownedValue_6_0= ruleOptionalModalPropertyValue ) ) )* ) ( ruleAppliesToKeywords ( (lv_appliesTo_8_0= ruleContainmentPath ) ) (otherlv_9= ',' ( (lv_appliesTo_10_0= ruleContainmentPath ) ) )* )? ( ruleInBindingKeywords otherlv_12= '(' ( ( ruleQCREF ) ) otherlv_14= ')' )? otherlv_15= ';' ) ;
+ // InternalInstance.g:3304:1: ruleContainedPropertyAssociation returns [EObject current=null] : ( ( ( ruleQPREF ) ) (otherlv_1= '=>' | ( (lv_append_2_0= '+=>' ) ) ) ( (lv_constant_3_0= 'constant' ) )? ( ( (lv_ownedValue_4_0= ruleOptionalModalPropertyValue ) ) (otherlv_5= ',' ( (lv_ownedValue_6_0= ruleOptionalModalPropertyValue ) ) )* ) (otherlv_7= 'applies' otherlv_8= 'to' ( (lv_appliesTo_9_0= ruleContainmentPath ) ) (otherlv_10= ',' ( (lv_appliesTo_11_0= ruleContainmentPath ) ) )* )? (otherlv_12= 'in' otherlv_13= 'binding' otherlv_14= '(' ( ( ruleQCREF ) ) otherlv_16= ')' )? otherlv_17= ';' ) ;
public final EObject ruleContainedPropertyAssociation() throws RecognitionException {
EObject current = null;
@@ -7863,27 +7840,31 @@ public final EObject ruleContainedPropertyAssociation() throws RecognitionExcept
Token lv_append_2_0=null;
Token lv_constant_3_0=null;
Token otherlv_5=null;
- Token otherlv_9=null;
+ Token otherlv_7=null;
+ Token otherlv_8=null;
+ Token otherlv_10=null;
Token otherlv_12=null;
+ Token otherlv_13=null;
Token otherlv_14=null;
- Token otherlv_15=null;
+ Token otherlv_16=null;
+ Token otherlv_17=null;
EObject lv_ownedValue_4_0 = null;
EObject lv_ownedValue_6_0 = null;
- EObject lv_appliesTo_8_0 = null;
+ EObject lv_appliesTo_9_0 = null;
- EObject lv_appliesTo_10_0 = null;
+ EObject lv_appliesTo_11_0 = null;
enterRule();
try {
- // InternalInstance.g:3307:28: ( ( ( ( ruleQPREF ) ) (otherlv_1= '=>' | ( (lv_append_2_0= '+=>' ) ) ) ( (lv_constant_3_0= 'constant' ) )? ( ( (lv_ownedValue_4_0= ruleOptionalModalPropertyValue ) ) (otherlv_5= ',' ( (lv_ownedValue_6_0= ruleOptionalModalPropertyValue ) ) )* ) ( ruleAppliesToKeywords ( (lv_appliesTo_8_0= ruleContainmentPath ) ) (otherlv_9= ',' ( (lv_appliesTo_10_0= ruleContainmentPath ) ) )* )? ( ruleInBindingKeywords otherlv_12= '(' ( ( ruleQCREF ) ) otherlv_14= ')' )? otherlv_15= ';' ) )
- // InternalInstance.g:3308:1: ( ( ( ruleQPREF ) ) (otherlv_1= '=>' | ( (lv_append_2_0= '+=>' ) ) ) ( (lv_constant_3_0= 'constant' ) )? ( ( (lv_ownedValue_4_0= ruleOptionalModalPropertyValue ) ) (otherlv_5= ',' ( (lv_ownedValue_6_0= ruleOptionalModalPropertyValue ) ) )* ) ( ruleAppliesToKeywords ( (lv_appliesTo_8_0= ruleContainmentPath ) ) (otherlv_9= ',' ( (lv_appliesTo_10_0= ruleContainmentPath ) ) )* )? ( ruleInBindingKeywords otherlv_12= '(' ( ( ruleQCREF ) ) otherlv_14= ')' )? otherlv_15= ';' )
+ // InternalInstance.g:3307:28: ( ( ( ( ruleQPREF ) ) (otherlv_1= '=>' | ( (lv_append_2_0= '+=>' ) ) ) ( (lv_constant_3_0= 'constant' ) )? ( ( (lv_ownedValue_4_0= ruleOptionalModalPropertyValue ) ) (otherlv_5= ',' ( (lv_ownedValue_6_0= ruleOptionalModalPropertyValue ) ) )* ) (otherlv_7= 'applies' otherlv_8= 'to' ( (lv_appliesTo_9_0= ruleContainmentPath ) ) (otherlv_10= ',' ( (lv_appliesTo_11_0= ruleContainmentPath ) ) )* )? (otherlv_12= 'in' otherlv_13= 'binding' otherlv_14= '(' ( ( ruleQCREF ) ) otherlv_16= ')' )? otherlv_17= ';' ) )
+ // InternalInstance.g:3308:1: ( ( ( ruleQPREF ) ) (otherlv_1= '=>' | ( (lv_append_2_0= '+=>' ) ) ) ( (lv_constant_3_0= 'constant' ) )? ( ( (lv_ownedValue_4_0= ruleOptionalModalPropertyValue ) ) (otherlv_5= ',' ( (lv_ownedValue_6_0= ruleOptionalModalPropertyValue ) ) )* ) (otherlv_7= 'applies' otherlv_8= 'to' ( (lv_appliesTo_9_0= ruleContainmentPath ) ) (otherlv_10= ',' ( (lv_appliesTo_11_0= ruleContainmentPath ) ) )* )? (otherlv_12= 'in' otherlv_13= 'binding' otherlv_14= '(' ( ( ruleQCREF ) ) otherlv_16= ')' )? otherlv_17= ';' )
{
- // InternalInstance.g:3308:1: ( ( ( ruleQPREF ) ) (otherlv_1= '=>' | ( (lv_append_2_0= '+=>' ) ) ) ( (lv_constant_3_0= 'constant' ) )? ( ( (lv_ownedValue_4_0= ruleOptionalModalPropertyValue ) ) (otherlv_5= ',' ( (lv_ownedValue_6_0= ruleOptionalModalPropertyValue ) ) )* ) ( ruleAppliesToKeywords ( (lv_appliesTo_8_0= ruleContainmentPath ) ) (otherlv_9= ',' ( (lv_appliesTo_10_0= ruleContainmentPath ) ) )* )? ( ruleInBindingKeywords otherlv_12= '(' ( ( ruleQCREF ) ) otherlv_14= ')' )? otherlv_15= ';' )
- // InternalInstance.g:3308:2: ( ( ruleQPREF ) ) (otherlv_1= '=>' | ( (lv_append_2_0= '+=>' ) ) ) ( (lv_constant_3_0= 'constant' ) )? ( ( (lv_ownedValue_4_0= ruleOptionalModalPropertyValue ) ) (otherlv_5= ',' ( (lv_ownedValue_6_0= ruleOptionalModalPropertyValue ) ) )* ) ( ruleAppliesToKeywords ( (lv_appliesTo_8_0= ruleContainmentPath ) ) (otherlv_9= ',' ( (lv_appliesTo_10_0= ruleContainmentPath ) ) )* )? ( ruleInBindingKeywords otherlv_12= '(' ( ( ruleQCREF ) ) otherlv_14= ')' )? otherlv_15= ';'
+ // InternalInstance.g:3308:1: ( ( ( ruleQPREF ) ) (otherlv_1= '=>' | ( (lv_append_2_0= '+=>' ) ) ) ( (lv_constant_3_0= 'constant' ) )? ( ( (lv_ownedValue_4_0= ruleOptionalModalPropertyValue ) ) (otherlv_5= ',' ( (lv_ownedValue_6_0= ruleOptionalModalPropertyValue ) ) )* ) (otherlv_7= 'applies' otherlv_8= 'to' ( (lv_appliesTo_9_0= ruleContainmentPath ) ) (otherlv_10= ',' ( (lv_appliesTo_11_0= ruleContainmentPath ) ) )* )? (otherlv_12= 'in' otherlv_13= 'binding' otherlv_14= '(' ( ( ruleQCREF ) ) otherlv_16= ')' )? otherlv_17= ';' )
+ // InternalInstance.g:3308:2: ( ( ruleQPREF ) ) (otherlv_1= '=>' | ( (lv_append_2_0= '+=>' ) ) ) ( (lv_constant_3_0= 'constant' ) )? ( ( (lv_ownedValue_4_0= ruleOptionalModalPropertyValue ) ) (otherlv_5= ',' ( (lv_ownedValue_6_0= ruleOptionalModalPropertyValue ) ) )* ) (otherlv_7= 'applies' otherlv_8= 'to' ( (lv_appliesTo_9_0= ruleContainmentPath ) ) (otherlv_10= ',' ( (lv_appliesTo_11_0= ruleContainmentPath ) ) )* )? (otherlv_12= 'in' otherlv_13= 'binding' otherlv_14= '(' ( ( ruleQCREF ) ) otherlv_16= ')' )? otherlv_17= ';'
{
// InternalInstance.g:3308:2: ( ( ruleQPREF ) )
// InternalInstance.g:3309:1: ( ruleQPREF )
@@ -8100,39 +8081,36 @@ else if ( (LA68_0==78) ) {
}
- // InternalInstance.g:3398:5: ( ruleAppliesToKeywords ( (lv_appliesTo_8_0= ruleContainmentPath ) ) (otherlv_9= ',' ( (lv_appliesTo_10_0= ruleContainmentPath ) ) )* )?
+ // InternalInstance.g:3398:5: (otherlv_7= 'applies' otherlv_8= 'to' ( (lv_appliesTo_9_0= ruleContainmentPath ) ) (otherlv_10= ',' ( (lv_appliesTo_11_0= ruleContainmentPath ) ) )* )?
int alt72=2;
int LA72_0 = input.LA(1);
- if ( (LA72_0==89) ) {
+ if ( (LA72_0==80) ) {
alt72=1;
}
switch (alt72) {
case 1 :
- // InternalInstance.g:3399:5: ruleAppliesToKeywords ( (lv_appliesTo_8_0= ruleContainmentPath ) ) (otherlv_9= ',' ( (lv_appliesTo_10_0= ruleContainmentPath ) ) )*
+ // InternalInstance.g:3398:7: otherlv_7= 'applies' otherlv_8= 'to' ( (lv_appliesTo_9_0= ruleContainmentPath ) ) (otherlv_10= ',' ( (lv_appliesTo_11_0= ruleContainmentPath ) ) )*
{
-
- newCompositeNode(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToKeywordsParserRuleCall_4_0());
-
- pushFollow(FOLLOW_3);
- ruleAppliesToKeywords();
+ otherlv_7=(Token)match(input,80,FOLLOW_33);
- state._fsp--;
+ newLeafNode(otherlv_7, grammarAccess.getContainedPropertyAssociationAccess().getAppliesKeyword_4_0());
+
+ otherlv_8=(Token)match(input,32,FOLLOW_3);
-
- afterParserOrEnumRuleCall();
+ newLeafNode(otherlv_8, grammarAccess.getContainedPropertyAssociationAccess().getToKeyword_4_1());
- // InternalInstance.g:3406:1: ( (lv_appliesTo_8_0= ruleContainmentPath ) )
- // InternalInstance.g:3407:1: (lv_appliesTo_8_0= ruleContainmentPath )
+ // InternalInstance.g:3406:1: ( (lv_appliesTo_9_0= ruleContainmentPath ) )
+ // InternalInstance.g:3407:1: (lv_appliesTo_9_0= ruleContainmentPath )
{
- // InternalInstance.g:3407:1: (lv_appliesTo_8_0= ruleContainmentPath )
- // InternalInstance.g:3408:3: lv_appliesTo_8_0= ruleContainmentPath
+ // InternalInstance.g:3407:1: (lv_appliesTo_9_0= ruleContainmentPath )
+ // InternalInstance.g:3408:3: lv_appliesTo_9_0= ruleContainmentPath
{
- newCompositeNode(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_1_0());
+ newCompositeNode(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_2_0());
pushFollow(FOLLOW_73);
- lv_appliesTo_8_0=ruleContainmentPath();
+ lv_appliesTo_9_0=ruleContainmentPath();
state._fsp--;
@@ -8143,7 +8121,7 @@ else if ( (LA68_0==78) ) {
add(
current,
"appliesTo",
- lv_appliesTo_8_0,
+ lv_appliesTo_9_0,
"org.osate.xtext.aadl2.properties.Properties.ContainmentPath");
afterParserOrEnumRuleCall();
@@ -8153,7 +8131,7 @@ else if ( (LA68_0==78) ) {
}
- // InternalInstance.g:3424:2: (otherlv_9= ',' ( (lv_appliesTo_10_0= ruleContainmentPath ) ) )*
+ // InternalInstance.g:3424:2: (otherlv_10= ',' ( (lv_appliesTo_11_0= ruleContainmentPath ) ) )*
loop71:
do {
int alt71=2;
@@ -8166,23 +8144,23 @@ else if ( (LA68_0==78) ) {
switch (alt71) {
case 1 :
- // InternalInstance.g:3424:4: otherlv_9= ',' ( (lv_appliesTo_10_0= ruleContainmentPath ) )
+ // InternalInstance.g:3424:4: otherlv_10= ',' ( (lv_appliesTo_11_0= ruleContainmentPath ) )
{
- otherlv_9=(Token)match(input,23,FOLLOW_3);
+ otherlv_10=(Token)match(input,23,FOLLOW_3);
- newLeafNode(otherlv_9, grammarAccess.getContainedPropertyAssociationAccess().getCommaKeyword_4_2_0());
+ newLeafNode(otherlv_10, grammarAccess.getContainedPropertyAssociationAccess().getCommaKeyword_4_3_0());
- // InternalInstance.g:3428:1: ( (lv_appliesTo_10_0= ruleContainmentPath ) )
- // InternalInstance.g:3429:1: (lv_appliesTo_10_0= ruleContainmentPath )
+ // InternalInstance.g:3428:1: ( (lv_appliesTo_11_0= ruleContainmentPath ) )
+ // InternalInstance.g:3429:1: (lv_appliesTo_11_0= ruleContainmentPath )
{
- // InternalInstance.g:3429:1: (lv_appliesTo_10_0= ruleContainmentPath )
- // InternalInstance.g:3430:3: lv_appliesTo_10_0= ruleContainmentPath
+ // InternalInstance.g:3429:1: (lv_appliesTo_11_0= ruleContainmentPath )
+ // InternalInstance.g:3430:3: lv_appliesTo_11_0= ruleContainmentPath
{
- newCompositeNode(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_2_1_0());
+ newCompositeNode(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_3_1_0());
pushFollow(FOLLOW_73);
- lv_appliesTo_10_0=ruleContainmentPath();
+ lv_appliesTo_11_0=ruleContainmentPath();
state._fsp--;
@@ -8193,7 +8171,7 @@ else if ( (LA68_0==78) ) {
add(
current,
"appliesTo",
- lv_appliesTo_10_0,
+ lv_appliesTo_11_0,
"org.osate.xtext.aadl2.properties.Properties.ContainmentPath");
afterParserOrEnumRuleCall();
@@ -8218,7 +8196,7 @@ else if ( (LA68_0==78) ) {
}
- // InternalInstance.g:3446:6: ( ruleInBindingKeywords otherlv_12= '(' ( ( ruleQCREF ) ) otherlv_14= ')' )?
+ // InternalInstance.g:3446:6: (otherlv_12= 'in' otherlv_13= 'binding' otherlv_14= '(' ( ( ruleQCREF ) ) otherlv_16= ')' )?
int alt73=2;
int LA73_0 = input.LA(1);
@@ -8227,22 +8205,19 @@ else if ( (LA68_0==78) ) {
}
switch (alt73) {
case 1 :
- // InternalInstance.g:3447:5: ruleInBindingKeywords otherlv_12= '(' ( ( ruleQCREF ) ) otherlv_14= ')'
+ // InternalInstance.g:3446:8: otherlv_12= 'in' otherlv_13= 'binding' otherlv_14= '(' ( ( ruleQCREF ) ) otherlv_16= ')'
{
-
- newCompositeNode(grammarAccess.getContainedPropertyAssociationAccess().getInBindingKeywordsParserRuleCall_5_0());
-
- pushFollow(FOLLOW_14);
- ruleInBindingKeywords();
+ otherlv_12=(Token)match(input,20,FOLLOW_74);
- state._fsp--;
+ newLeafNode(otherlv_12, grammarAccess.getContainedPropertyAssociationAccess().getInKeyword_5_0());
+
+ otherlv_13=(Token)match(input,81,FOLLOW_14);
-
- afterParserOrEnumRuleCall();
+ newLeafNode(otherlv_13, grammarAccess.getContainedPropertyAssociationAccess().getBindingKeyword_5_1());
- otherlv_12=(Token)match(input,22,FOLLOW_3);
+ otherlv_14=(Token)match(input,22,FOLLOW_3);
- newLeafNode(otherlv_12, grammarAccess.getContainedPropertyAssociationAccess().getLeftParenthesisKeyword_5_1());
+ newLeafNode(otherlv_14, grammarAccess.getContainedPropertyAssociationAccess().getLeftParenthesisKeyword_5_2());
// InternalInstance.g:3458:1: ( ( ruleQCREF ) )
// InternalInstance.g:3459:1: ( ruleQCREF )
@@ -8256,7 +8231,7 @@ else if ( (LA68_0==78) ) {
}
- newCompositeNode(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierCrossReference_5_2_0());
+ newCompositeNode(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierCrossReference_5_3_0());
pushFollow(FOLLOW_30);
ruleQCREF();
@@ -8272,9 +8247,9 @@ else if ( (LA68_0==78) ) {
}
- otherlv_14=(Token)match(input,24,FOLLOW_74);
+ otherlv_16=(Token)match(input,24,FOLLOW_75);
- newLeafNode(otherlv_14, grammarAccess.getContainedPropertyAssociationAccess().getRightParenthesisKeyword_5_3());
+ newLeafNode(otherlv_16, grammarAccess.getContainedPropertyAssociationAccess().getRightParenthesisKeyword_5_4());
}
@@ -8282,9 +8257,9 @@ else if ( (LA68_0==78) ) {
}
- otherlv_15=(Token)match(input,80,FOLLOW_2);
+ otherlv_17=(Token)match(input,82,FOLLOW_2);
- newLeafNode(otherlv_15, grammarAccess.getContainedPropertyAssociationAccess().getSemicolonKeyword_6());
+ newLeafNode(otherlv_17, grammarAccess.getContainedPropertyAssociationAccess().getSemicolonKeyword_6());
}
@@ -8662,10 +8637,10 @@ public final EObject ruleBooleanLiteral() throws RecognitionException {
int alt74=2;
int LA74_0 = input.LA(1);
- if ( (LA74_0==81) ) {
+ if ( (LA74_0==83) ) {
alt74=1;
}
- else if ( (LA74_0==82) ) {
+ else if ( (LA74_0==84) ) {
alt74=2;
}
else {
@@ -8684,7 +8659,7 @@ else if ( (LA74_0==82) ) {
// InternalInstance.g:3629:1: (lv_value_1_0= 'true' )
// InternalInstance.g:3630:3: lv_value_1_0= 'true'
{
- lv_value_1_0=(Token)match(input,81,FOLLOW_2);
+ lv_value_1_0=(Token)match(input,83,FOLLOW_2);
newLeafNode(lv_value_1_0, grammarAccess.getBooleanLiteralAccess().getValueTrueKeyword_1_0_0());
@@ -8706,7 +8681,7 @@ else if ( (LA74_0==82) ) {
case 2 :
// InternalInstance.g:3644:7: otherlv_2= 'false'
{
- otherlv_2=(Token)match(input,82,FOLLOW_2);
+ otherlv_2=(Token)match(input,84,FOLLOW_2);
newLeafNode(otherlv_2, grammarAccess.getBooleanLiteralAccess().getFalseKeyword_1_1());
@@ -9028,7 +9003,7 @@ public final EObject ruleRecordTerm() throws RecognitionException {
newCompositeNode(grammarAccess.getRecordTermAccess().getOwnedFieldValueFieldPropertyAssociationParserRuleCall_1_0());
- pushFollow(FOLLOW_75);
+ pushFollow(FOLLOW_76);
lv_ownedFieldValue_1_0=ruleFieldPropertyAssociation();
state._fsp--;
@@ -9139,7 +9114,7 @@ public final EObject ruleComputedTerm() throws RecognitionException {
// InternalInstance.g:3805:1: (otherlv_0= 'compute' otherlv_1= '(' ( (lv_function_2_0= RULE_ID ) ) otherlv_3= ')' )
// InternalInstance.g:3805:3: otherlv_0= 'compute' otherlv_1= '(' ( (lv_function_2_0= RULE_ID ) ) otherlv_3= ')'
{
- otherlv_0=(Token)match(input,83,FOLLOW_14);
+ otherlv_0=(Token)match(input,85,FOLLOW_14);
newLeafNode(otherlv_0, grammarAccess.getComputedTermAccess().getComputeKeyword_0());
@@ -9251,7 +9226,7 @@ public final EObject ruleComponentClassifierTerm() throws RecognitionException {
// InternalInstance.g:3856:1: (otherlv_0= 'classifier' otherlv_1= '(' ( ( ruleQCREF ) ) otherlv_3= ')' )
// InternalInstance.g:3856:3: otherlv_0= 'classifier' otherlv_1= '(' ( ( ruleQCREF ) ) otherlv_3= ')'
{
- otherlv_0=(Token)match(input,84,FOLLOW_14);
+ otherlv_0=(Token)match(input,86,FOLLOW_14);
newLeafNode(otherlv_0, grammarAccess.getComponentClassifierTermAccess().getClassifierKeyword_0());
@@ -9380,7 +9355,7 @@ public final EObject ruleListTerm() throws RecognitionException {
}
- otherlv_1=(Token)match(input,22,FOLLOW_76);
+ otherlv_1=(Token)match(input,22,FOLLOW_77);
newLeafNode(otherlv_1, grammarAccess.getListTermAccess().getLeftParenthesisKeyword_1());
@@ -9388,7 +9363,7 @@ public final EObject ruleListTerm() throws RecognitionException {
int alt77=2;
int LA77_0 = input.LA(1);
- if ( ((LA77_0>=RULE_ID && LA77_0<=RULE_REAL_LIT)||LA77_0==18||LA77_0==22||LA77_0==43||(LA77_0>=81 && LA77_0<=86)) ) {
+ if ( ((LA77_0>=RULE_ID && LA77_0<=RULE_REAL_LIT)||LA77_0==18||LA77_0==22||LA77_0==43||(LA77_0>=83 && LA77_0<=88)) ) {
alt77=1;
}
switch (alt77) {
@@ -9605,7 +9580,7 @@ public final EObject ruleFieldPropertyAssociation() throws RecognitionException
newCompositeNode(grammarAccess.getFieldPropertyAssociationAccess().getOwnedValuePropertyExpressionParserRuleCall_2_0());
- pushFollow(FOLLOW_74);
+ pushFollow(FOLLOW_75);
lv_ownedValue_2_0=rulePropertyExpression();
state._fsp--;
@@ -9627,7 +9602,7 @@ public final EObject ruleFieldPropertyAssociation() throws RecognitionException
}
- otherlv_3=(Token)match(input,80,FOLLOW_2);
+ otherlv_3=(Token)match(input,82,FOLLOW_2);
newLeafNode(otherlv_3, grammarAccess.getFieldPropertyAssociationAccess().getSemicolonKeyword_3());
@@ -9704,10 +9679,10 @@ public final AntlrDatatypeRuleToken rulePlusMinus() throws RecognitionException
int alt78=2;
int LA78_0 = input.LA(1);
- if ( (LA78_0==85) ) {
+ if ( (LA78_0==87) ) {
alt78=1;
}
- else if ( (LA78_0==86) ) {
+ else if ( (LA78_0==88) ) {
alt78=2;
}
else {
@@ -9720,7 +9695,7 @@ else if ( (LA78_0==86) ) {
case 1 :
// InternalInstance.g:4042:2: kw= '+'
{
- kw=(Token)match(input,85,FOLLOW_2);
+ kw=(Token)match(input,87,FOLLOW_2);
current.merge(kw);
newLeafNode(kw, grammarAccess.getPlusMinusAccess().getPlusSignKeyword_0());
@@ -9731,7 +9706,7 @@ else if ( (LA78_0==86) ) {
case 2 :
// InternalInstance.g:4049:2: kw= '-'
{
- kw=(Token)match(input,86,FOLLOW_2);
+ kw=(Token)match(input,88,FOLLOW_2);
current.merge(kw);
newLeafNode(kw, grammarAccess.getPlusMinusAccess().getHyphenMinusKeyword_1());
@@ -10012,7 +9987,7 @@ public final EObject ruleArrayRange() throws RecognitionException {
newCompositeNode(grammarAccess.getArrayRangeAccess().getLowerBoundINTVALUEParserRuleCall_2_0());
- pushFollow(FOLLOW_77);
+ pushFollow(FOLLOW_78);
lv_lowerBound_2_0=ruleINTVALUE();
state._fsp--;
@@ -10038,14 +10013,14 @@ public final EObject ruleArrayRange() throws RecognitionException {
int alt79=2;
int LA79_0 = input.LA(1);
- if ( (LA79_0==87) ) {
+ if ( (LA79_0==89) ) {
alt79=1;
}
switch (alt79) {
case 1 :
// InternalInstance.g:4170:4: otherlv_3= '..' ( (lv_upperBound_4_0= ruleINTVALUE ) )
{
- otherlv_3=(Token)match(input,87,FOLLOW_9);
+ otherlv_3=(Token)match(input,89,FOLLOW_9);
newLeafNode(otherlv_3, grammarAccess.getArrayRangeAccess().getFullStopFullStopKeyword_3_0());
@@ -10174,7 +10149,7 @@ public final EObject ruleSignedConstant() throws RecognitionException {
newCompositeNode(grammarAccess.getSignedConstantAccess().getOpPlusMinusParserRuleCall_0_0());
- pushFollow(FOLLOW_78);
+ pushFollow(FOLLOW_79);
lv_op_0_0=rulePlusMinus();
state._fsp--;
@@ -10310,7 +10285,7 @@ public final EObject ruleIntegerTerm() throws RecognitionException {
newCompositeNode(grammarAccess.getIntegerTermAccess().getValueSignedIntParserRuleCall_0_0());
- pushFollow(FOLLOW_79);
+ pushFollow(FOLLOW_80);
lv_value_0_0=ruleSignedInt();
state._fsp--;
@@ -10441,17 +10416,17 @@ public final AntlrDatatypeRuleToken ruleSignedInt() throws RecognitionException
int alt81=3;
int LA81_0 = input.LA(1);
- if ( (LA81_0==85) ) {
+ if ( (LA81_0==87) ) {
alt81=1;
}
- else if ( (LA81_0==86) ) {
+ else if ( (LA81_0==88) ) {
alt81=2;
}
switch (alt81) {
case 1 :
// InternalInstance.g:4327:2: kw= '+'
{
- kw=(Token)match(input,85,FOLLOW_9);
+ kw=(Token)match(input,87,FOLLOW_9);
current.merge(kw);
newLeafNode(kw, grammarAccess.getSignedIntAccess().getPlusSignKeyword_0_0());
@@ -10462,7 +10437,7 @@ else if ( (LA81_0==86) ) {
case 2 :
// InternalInstance.g:4334:2: kw= '-'
{
- kw=(Token)match(input,86,FOLLOW_9);
+ kw=(Token)match(input,88,FOLLOW_9);
current.merge(kw);
newLeafNode(kw, grammarAccess.getSignedIntAccess().getHyphenMinusKeyword_0_1());
@@ -10563,7 +10538,7 @@ public final EObject ruleRealTerm() throws RecognitionException {
newCompositeNode(grammarAccess.getRealTermAccess().getValueSignedRealParserRuleCall_0_0());
- pushFollow(FOLLOW_79);
+ pushFollow(FOLLOW_80);
lv_value_0_0=ruleSignedReal();
state._fsp--;
@@ -10694,17 +10669,17 @@ public final AntlrDatatypeRuleToken ruleSignedReal() throws RecognitionException
int alt83=3;
int LA83_0 = input.LA(1);
- if ( (LA83_0==85) ) {
+ if ( (LA83_0==87) ) {
alt83=1;
}
- else if ( (LA83_0==86) ) {
+ else if ( (LA83_0==88) ) {
alt83=2;
}
switch (alt83) {
case 1 :
// InternalInstance.g:4420:2: kw= '+'
{
- kw=(Token)match(input,85,FOLLOW_80);
+ kw=(Token)match(input,87,FOLLOW_81);
current.merge(kw);
newLeafNode(kw, grammarAccess.getSignedRealAccess().getPlusSignKeyword_0_0());
@@ -10715,7 +10690,7 @@ else if ( (LA83_0==86) ) {
case 2 :
// InternalInstance.g:4427:2: kw= '-'
{
- kw=(Token)match(input,86,FOLLOW_80);
+ kw=(Token)match(input,88,FOLLOW_81);
current.merge(kw);
newLeafNode(kw, grammarAccess.getSignedRealAccess().getHyphenMinusKeyword_0_1());
@@ -10821,7 +10796,7 @@ public final EObject ruleNumericRangeTerm() throws RecognitionException {
newCompositeNode(grammarAccess.getNumericRangeTermAccess().getMinimumNumAltParserRuleCall_0_0());
- pushFollow(FOLLOW_81);
+ pushFollow(FOLLOW_82);
lv_minimum_0_0=ruleNumAlt();
state._fsp--;
@@ -10843,7 +10818,7 @@ public final EObject ruleNumericRangeTerm() throws RecognitionException {
}
- otherlv_1=(Token)match(input,87,FOLLOW_78);
+ otherlv_1=(Token)match(input,89,FOLLOW_79);
newLeafNode(otherlv_1, grammarAccess.getNumericRangeTermAccess().getFullStopFullStopKeyword_1());
@@ -10856,7 +10831,7 @@ public final EObject ruleNumericRangeTerm() throws RecognitionException {
newCompositeNode(grammarAccess.getNumericRangeTermAccess().getMaximumNumAltParserRuleCall_2_0());
- pushFollow(FOLLOW_82);
+ pushFollow(FOLLOW_83);
lv_maximum_2_0=ruleNumAlt();
state._fsp--;
@@ -10882,14 +10857,14 @@ public final EObject ruleNumericRangeTerm() throws RecognitionException {
int alt84=2;
int LA84_0 = input.LA(1);
- if ( (LA84_0==88) ) {
+ if ( (LA84_0==90) ) {
alt84=1;
}
switch (alt84) {
case 1 :
// InternalInstance.g:4500:4: otherlv_3= 'delta' ( (lv_delta_4_0= ruleNumAlt ) )
{
- otherlv_3=(Token)match(input,88,FOLLOW_78);
+ otherlv_3=(Token)match(input,90,FOLLOW_79);
newLeafNode(otherlv_3, grammarAccess.getNumericRangeTermAccess().getDeltaKeyword_3_0());
@@ -11009,7 +10984,7 @@ public final EObject ruleNumAlt() throws RecognitionException {
// InternalInstance.g:4543:1: (this_RealTerm_0= ruleRealTerm | this_IntegerTerm_1= ruleIntegerTerm | this_SignedConstant_2= ruleSignedConstant | this_ConstantValue_3= ruleConstantValue )
int alt85=4;
switch ( input.LA(1) ) {
- case 85:
+ case 87:
{
switch ( input.LA(2) ) {
case RULE_REAL_LIT:
@@ -11036,14 +11011,9 @@ public final EObject ruleNumAlt() throws RecognitionException {
}
break;
- case 86:
+ case 88:
{
switch ( input.LA(2) ) {
- case RULE_ID:
- {
- alt85=3;
- }
- break;
case RULE_REAL_LIT:
{
alt85=1;
@@ -11054,6 +11024,11 @@ public final EObject ruleNumAlt() throws RecognitionException {
alt85=2;
}
break;
+ case RULE_ID:
+ {
+ alt85=3;
+ }
+ break;
default:
NoViableAltException nvae =
new NoViableAltException("", 85, 2, input);
@@ -11178,254 +11153,8 @@ public final EObject ruleNumAlt() throws RecognitionException {
// $ANTLR end "ruleNumAlt"
- // $ANTLR start "entryRuleAppliesToKeywords"
- // InternalInstance.g:4590:1: entryRuleAppliesToKeywords returns [String current=null] : iv_ruleAppliesToKeywords= ruleAppliesToKeywords EOF ;
- public final String entryRuleAppliesToKeywords() throws RecognitionException {
- String current = null;
-
- AntlrDatatypeRuleToken iv_ruleAppliesToKeywords = null;
-
-
- try {
- // InternalInstance.g:4591:2: (iv_ruleAppliesToKeywords= ruleAppliesToKeywords EOF )
- // InternalInstance.g:4592:2: iv_ruleAppliesToKeywords= ruleAppliesToKeywords EOF
- {
- newCompositeNode(grammarAccess.getAppliesToKeywordsRule());
- pushFollow(FOLLOW_1);
- iv_ruleAppliesToKeywords=ruleAppliesToKeywords();
-
- state._fsp--;
-
- current =iv_ruleAppliesToKeywords.getText();
- match(input,EOF,FOLLOW_2);
-
- }
-
- }
-
- catch (RecognitionException re) {
- recover(input,re);
- appendSkippedTokens();
- }
- finally {
- }
- return current;
- }
- // $ANTLR end "entryRuleAppliesToKeywords"
-
-
- // $ANTLR start "ruleAppliesToKeywords"
- // InternalInstance.g:4599:1: ruleAppliesToKeywords returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= 'applies' kw= 'to' ) ;
- public final AntlrDatatypeRuleToken ruleAppliesToKeywords() throws RecognitionException {
- AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
-
- Token kw=null;
-
- enterRule();
-
- try {
- // InternalInstance.g:4602:28: ( (kw= 'applies' kw= 'to' ) )
- // InternalInstance.g:4603:1: (kw= 'applies' kw= 'to' )
- {
- // InternalInstance.g:4603:1: (kw= 'applies' kw= 'to' )
- // InternalInstance.g:4604:2: kw= 'applies' kw= 'to'
- {
- kw=(Token)match(input,89,FOLLOW_33);
-
- current.merge(kw);
- newLeafNode(kw, grammarAccess.getAppliesToKeywordsAccess().getAppliesKeyword_0());
-
- kw=(Token)match(input,32,FOLLOW_2);
-
- current.merge(kw);
- newLeafNode(kw, grammarAccess.getAppliesToKeywordsAccess().getToKeyword_1());
-
-
- }
-
-
- }
-
- leaveRule();
- }
-
- catch (RecognitionException re) {
- recover(input,re);
- appendSkippedTokens();
- }
- finally {
- }
- return current;
- }
- // $ANTLR end "ruleAppliesToKeywords"
-
-
- // $ANTLR start "entryRuleInBindingKeywords"
- // InternalInstance.g:4623:1: entryRuleInBindingKeywords returns [String current=null] : iv_ruleInBindingKeywords= ruleInBindingKeywords EOF ;
- public final String entryRuleInBindingKeywords() throws RecognitionException {
- String current = null;
-
- AntlrDatatypeRuleToken iv_ruleInBindingKeywords = null;
-
-
- try {
- // InternalInstance.g:4624:2: (iv_ruleInBindingKeywords= ruleInBindingKeywords EOF )
- // InternalInstance.g:4625:2: iv_ruleInBindingKeywords= ruleInBindingKeywords EOF
- {
- newCompositeNode(grammarAccess.getInBindingKeywordsRule());
- pushFollow(FOLLOW_1);
- iv_ruleInBindingKeywords=ruleInBindingKeywords();
-
- state._fsp--;
-
- current =iv_ruleInBindingKeywords.getText();
- match(input,EOF,FOLLOW_2);
-
- }
-
- }
-
- catch (RecognitionException re) {
- recover(input,re);
- appendSkippedTokens();
- }
- finally {
- }
- return current;
- }
- // $ANTLR end "entryRuleInBindingKeywords"
-
-
- // $ANTLR start "ruleInBindingKeywords"
- // InternalInstance.g:4632:1: ruleInBindingKeywords returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= 'in' kw= 'binding' ) ;
- public final AntlrDatatypeRuleToken ruleInBindingKeywords() throws RecognitionException {
- AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
-
- Token kw=null;
-
- enterRule();
-
- try {
- // InternalInstance.g:4635:28: ( (kw= 'in' kw= 'binding' ) )
- // InternalInstance.g:4636:1: (kw= 'in' kw= 'binding' )
- {
- // InternalInstance.g:4636:1: (kw= 'in' kw= 'binding' )
- // InternalInstance.g:4637:2: kw= 'in' kw= 'binding'
- {
- kw=(Token)match(input,20,FOLLOW_83);
-
- current.merge(kw);
- newLeafNode(kw, grammarAccess.getInBindingKeywordsAccess().getInKeyword_0());
-
- kw=(Token)match(input,90,FOLLOW_2);
-
- current.merge(kw);
- newLeafNode(kw, grammarAccess.getInBindingKeywordsAccess().getBindingKeyword_1());
-
-
- }
-
-
- }
-
- leaveRule();
- }
-
- catch (RecognitionException re) {
- recover(input,re);
- appendSkippedTokens();
- }
- finally {
- }
- return current;
- }
- // $ANTLR end "ruleInBindingKeywords"
-
-
- // $ANTLR start "entryRuleInModesKeywords"
- // InternalInstance.g:4656:1: entryRuleInModesKeywords returns [String current=null] : iv_ruleInModesKeywords= ruleInModesKeywords EOF ;
- public final String entryRuleInModesKeywords() throws RecognitionException {
- String current = null;
-
- AntlrDatatypeRuleToken iv_ruleInModesKeywords = null;
-
-
- try {
- // InternalInstance.g:4657:2: (iv_ruleInModesKeywords= ruleInModesKeywords EOF )
- // InternalInstance.g:4658:2: iv_ruleInModesKeywords= ruleInModesKeywords EOF
- {
- newCompositeNode(grammarAccess.getInModesKeywordsRule());
- pushFollow(FOLLOW_1);
- iv_ruleInModesKeywords=ruleInModesKeywords();
-
- state._fsp--;
-
- current =iv_ruleInModesKeywords.getText();
- match(input,EOF,FOLLOW_2);
-
- }
-
- }
-
- catch (RecognitionException re) {
- recover(input,re);
- appendSkippedTokens();
- }
- finally {
- }
- return current;
- }
- // $ANTLR end "entryRuleInModesKeywords"
-
-
- // $ANTLR start "ruleInModesKeywords"
- // InternalInstance.g:4665:1: ruleInModesKeywords returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= 'in' kw= 'modes' ) ;
- public final AntlrDatatypeRuleToken ruleInModesKeywords() throws RecognitionException {
- AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
-
- Token kw=null;
-
- enterRule();
-
- try {
- // InternalInstance.g:4668:28: ( (kw= 'in' kw= 'modes' ) )
- // InternalInstance.g:4669:1: (kw= 'in' kw= 'modes' )
- {
- // InternalInstance.g:4669:1: (kw= 'in' kw= 'modes' )
- // InternalInstance.g:4670:2: kw= 'in' kw= 'modes'
- {
- kw=(Token)match(input,20,FOLLOW_13);
-
- current.merge(kw);
- newLeafNode(kw, grammarAccess.getInModesKeywordsAccess().getInKeyword_0());
-
- kw=(Token)match(input,21,FOLLOW_2);
-
- current.merge(kw);
- newLeafNode(kw, grammarAccess.getInModesKeywordsAccess().getModesKeyword_1());
-
-
- }
-
-
- }
-
- leaveRule();
- }
-
- catch (RecognitionException re) {
- recover(input,re);
- appendSkippedTokens();
- }
- finally {
- }
- return current;
- }
- // $ANTLR end "ruleInModesKeywords"
-
-
// $ANTLR start "entryRuleINTVALUE"
- // InternalInstance.g:4689:1: entryRuleINTVALUE returns [String current=null] : iv_ruleINTVALUE= ruleINTVALUE EOF ;
+ // InternalInstance.g:4590:1: entryRuleINTVALUE returns [String current=null] : iv_ruleINTVALUE= ruleINTVALUE EOF ;
public final String entryRuleINTVALUE() throws RecognitionException {
String current = null;
@@ -11433,8 +11162,8 @@ public final String entryRuleINTVALUE() throws RecognitionException {
try {
- // InternalInstance.g:4690:2: (iv_ruleINTVALUE= ruleINTVALUE EOF )
- // InternalInstance.g:4691:2: iv_ruleINTVALUE= ruleINTVALUE EOF
+ // InternalInstance.g:4591:2: (iv_ruleINTVALUE= ruleINTVALUE EOF )
+ // InternalInstance.g:4592:2: iv_ruleINTVALUE= ruleINTVALUE EOF
{
newCompositeNode(grammarAccess.getINTVALUERule());
pushFollow(FOLLOW_1);
@@ -11461,7 +11190,7 @@ public final String entryRuleINTVALUE() throws RecognitionException {
// $ANTLR start "ruleINTVALUE"
- // InternalInstance.g:4698:1: ruleINTVALUE returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : this_INTEGER_LIT_0= RULE_INTEGER_LIT ;
+ // InternalInstance.g:4599:1: ruleINTVALUE returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : this_INTEGER_LIT_0= RULE_INTEGER_LIT ;
public final AntlrDatatypeRuleToken ruleINTVALUE() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
@@ -11470,8 +11199,8 @@ public final AntlrDatatypeRuleToken ruleINTVALUE() throws RecognitionException {
enterRule();
try {
- // InternalInstance.g:4701:28: (this_INTEGER_LIT_0= RULE_INTEGER_LIT )
- // InternalInstance.g:4702:5: this_INTEGER_LIT_0= RULE_INTEGER_LIT
+ // InternalInstance.g:4602:28: (this_INTEGER_LIT_0= RULE_INTEGER_LIT )
+ // InternalInstance.g:4603:5: this_INTEGER_LIT_0= RULE_INTEGER_LIT
{
this_INTEGER_LIT_0=(Token)match(input,RULE_INTEGER_LIT,FOLLOW_2);
@@ -11498,7 +11227,7 @@ public final AntlrDatatypeRuleToken ruleINTVALUE() throws RecognitionException {
// $ANTLR start "entryRuleQPREF"
- // InternalInstance.g:4719:1: entryRuleQPREF returns [String current=null] : iv_ruleQPREF= ruleQPREF EOF ;
+ // InternalInstance.g:4620:1: entryRuleQPREF returns [String current=null] : iv_ruleQPREF= ruleQPREF EOF ;
public final String entryRuleQPREF() throws RecognitionException {
String current = null;
@@ -11506,8 +11235,8 @@ public final String entryRuleQPREF() throws RecognitionException {
try {
- // InternalInstance.g:4720:2: (iv_ruleQPREF= ruleQPREF EOF )
- // InternalInstance.g:4721:2: iv_ruleQPREF= ruleQPREF EOF
+ // InternalInstance.g:4621:2: (iv_ruleQPREF= ruleQPREF EOF )
+ // InternalInstance.g:4622:2: iv_ruleQPREF= ruleQPREF EOF
{
newCompositeNode(grammarAccess.getQPREFRule());
pushFollow(FOLLOW_1);
@@ -11534,7 +11263,7 @@ public final String entryRuleQPREF() throws RecognitionException {
// $ANTLR start "ruleQPREF"
- // InternalInstance.g:4728:1: ruleQPREF returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_ID_0= RULE_ID (kw= '::' this_ID_2= RULE_ID )? ) ;
+ // InternalInstance.g:4629:1: ruleQPREF returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_ID_0= RULE_ID (kw= '::' this_ID_2= RULE_ID )? ) ;
public final AntlrDatatypeRuleToken ruleQPREF() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
@@ -11545,11 +11274,11 @@ public final AntlrDatatypeRuleToken ruleQPREF() throws RecognitionException {
enterRule();
try {
- // InternalInstance.g:4731:28: ( (this_ID_0= RULE_ID (kw= '::' this_ID_2= RULE_ID )? ) )
- // InternalInstance.g:4732:1: (this_ID_0= RULE_ID (kw= '::' this_ID_2= RULE_ID )? )
+ // InternalInstance.g:4632:28: ( (this_ID_0= RULE_ID (kw= '::' this_ID_2= RULE_ID )? ) )
+ // InternalInstance.g:4633:1: (this_ID_0= RULE_ID (kw= '::' this_ID_2= RULE_ID )? )
{
- // InternalInstance.g:4732:1: (this_ID_0= RULE_ID (kw= '::' this_ID_2= RULE_ID )? )
- // InternalInstance.g:4732:6: this_ID_0= RULE_ID (kw= '::' this_ID_2= RULE_ID )?
+ // InternalInstance.g:4633:1: (this_ID_0= RULE_ID (kw= '::' this_ID_2= RULE_ID )? )
+ // InternalInstance.g:4633:6: this_ID_0= RULE_ID (kw= '::' this_ID_2= RULE_ID )?
{
this_ID_0=(Token)match(input,RULE_ID,FOLLOW_84);
@@ -11558,7 +11287,7 @@ public final AntlrDatatypeRuleToken ruleQPREF() throws RecognitionException {
newLeafNode(this_ID_0, grammarAccess.getQPREFAccess().getIDTerminalRuleCall_0());
- // InternalInstance.g:4739:1: (kw= '::' this_ID_2= RULE_ID )?
+ // InternalInstance.g:4640:1: (kw= '::' this_ID_2= RULE_ID )?
int alt86=2;
int LA86_0 = input.LA(1);
@@ -11567,7 +11296,7 @@ public final AntlrDatatypeRuleToken ruleQPREF() throws RecognitionException {
}
switch (alt86) {
case 1 :
- // InternalInstance.g:4740:2: kw= '::' this_ID_2= RULE_ID
+ // InternalInstance.g:4641:2: kw= '::' this_ID_2= RULE_ID
{
kw=(Token)match(input,72,FOLLOW_3);
@@ -11608,7 +11337,7 @@ public final AntlrDatatypeRuleToken ruleQPREF() throws RecognitionException {
// $ANTLR start "entryRuleQCREF"
- // InternalInstance.g:4760:1: entryRuleQCREF returns [String current=null] : iv_ruleQCREF= ruleQCREF EOF ;
+ // InternalInstance.g:4661:1: entryRuleQCREF returns [String current=null] : iv_ruleQCREF= ruleQCREF EOF ;
public final String entryRuleQCREF() throws RecognitionException {
String current = null;
@@ -11616,8 +11345,8 @@ public final String entryRuleQCREF() throws RecognitionException {
try {
- // InternalInstance.g:4761:2: (iv_ruleQCREF= ruleQCREF EOF )
- // InternalInstance.g:4762:2: iv_ruleQCREF= ruleQCREF EOF
+ // InternalInstance.g:4662:2: (iv_ruleQCREF= ruleQCREF EOF )
+ // InternalInstance.g:4663:2: iv_ruleQCREF= ruleQCREF EOF
{
newCompositeNode(grammarAccess.getQCREFRule());
pushFollow(FOLLOW_1);
@@ -11644,7 +11373,7 @@ public final String entryRuleQCREF() throws RecognitionException {
// $ANTLR start "ruleQCREF"
- // InternalInstance.g:4769:1: ruleQCREF returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : ( (this_ID_0= RULE_ID kw= '::' )* this_ID_2= RULE_ID (kw= '.' this_ID_4= RULE_ID )? ) ;
+ // InternalInstance.g:4670:1: ruleQCREF returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : ( (this_ID_0= RULE_ID kw= '::' )* this_ID_2= RULE_ID (kw= '.' this_ID_4= RULE_ID )? ) ;
public final AntlrDatatypeRuleToken ruleQCREF() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
@@ -11656,13 +11385,13 @@ public final AntlrDatatypeRuleToken ruleQCREF() throws RecognitionException {
enterRule();
try {
- // InternalInstance.g:4772:28: ( ( (this_ID_0= RULE_ID kw= '::' )* this_ID_2= RULE_ID (kw= '.' this_ID_4= RULE_ID )? ) )
- // InternalInstance.g:4773:1: ( (this_ID_0= RULE_ID kw= '::' )* this_ID_2= RULE_ID (kw= '.' this_ID_4= RULE_ID )? )
+ // InternalInstance.g:4673:28: ( ( (this_ID_0= RULE_ID kw= '::' )* this_ID_2= RULE_ID (kw= '.' this_ID_4= RULE_ID )? ) )
+ // InternalInstance.g:4674:1: ( (this_ID_0= RULE_ID kw= '::' )* this_ID_2= RULE_ID (kw= '.' this_ID_4= RULE_ID )? )
{
- // InternalInstance.g:4773:1: ( (this_ID_0= RULE_ID kw= '::' )* this_ID_2= RULE_ID (kw= '.' this_ID_4= RULE_ID )? )
- // InternalInstance.g:4773:2: (this_ID_0= RULE_ID kw= '::' )* this_ID_2= RULE_ID (kw= '.' this_ID_4= RULE_ID )?
+ // InternalInstance.g:4674:1: ( (this_ID_0= RULE_ID kw= '::' )* this_ID_2= RULE_ID (kw= '.' this_ID_4= RULE_ID )? )
+ // InternalInstance.g:4674:2: (this_ID_0= RULE_ID kw= '::' )* this_ID_2= RULE_ID (kw= '.' this_ID_4= RULE_ID )?
{
- // InternalInstance.g:4773:2: (this_ID_0= RULE_ID kw= '::' )*
+ // InternalInstance.g:4674:2: (this_ID_0= RULE_ID kw= '::' )*
loop87:
do {
int alt87=2;
@@ -11681,7 +11410,7 @@ public final AntlrDatatypeRuleToken ruleQCREF() throws RecognitionException {
switch (alt87) {
case 1 :
- // InternalInstance.g:4773:7: this_ID_0= RULE_ID kw= '::'
+ // InternalInstance.g:4674:7: this_ID_0= RULE_ID kw= '::'
{
this_ID_0=(Token)match(input,RULE_ID,FOLLOW_59);
@@ -11711,7 +11440,7 @@ public final AntlrDatatypeRuleToken ruleQCREF() throws RecognitionException {
newLeafNode(this_ID_2, grammarAccess.getQCREFAccess().getIDTerminalRuleCall_1());
- // InternalInstance.g:4793:1: (kw= '.' this_ID_4= RULE_ID )?
+ // InternalInstance.g:4694:1: (kw= '.' this_ID_4= RULE_ID )?
int alt88=2;
int LA88_0 = input.LA(1);
@@ -11720,7 +11449,7 @@ public final AntlrDatatypeRuleToken ruleQCREF() throws RecognitionException {
}
switch (alt88) {
case 1 :
- // InternalInstance.g:4794:2: kw= '.' this_ID_4= RULE_ID
+ // InternalInstance.g:4695:2: kw= '.' this_ID_4= RULE_ID
{
kw=(Token)match(input,73,FOLLOW_3);
@@ -11761,7 +11490,7 @@ public final AntlrDatatypeRuleToken ruleQCREF() throws RecognitionException {
// $ANTLR start "entryRuleSTAR"
- // InternalInstance.g:4814:1: entryRuleSTAR returns [String current=null] : iv_ruleSTAR= ruleSTAR EOF ;
+ // InternalInstance.g:4715:1: entryRuleSTAR returns [String current=null] : iv_ruleSTAR= ruleSTAR EOF ;
public final String entryRuleSTAR() throws RecognitionException {
String current = null;
@@ -11769,8 +11498,8 @@ public final String entryRuleSTAR() throws RecognitionException {
try {
- // InternalInstance.g:4815:2: (iv_ruleSTAR= ruleSTAR EOF )
- // InternalInstance.g:4816:2: iv_ruleSTAR= ruleSTAR EOF
+ // InternalInstance.g:4716:2: (iv_ruleSTAR= ruleSTAR EOF )
+ // InternalInstance.g:4717:2: iv_ruleSTAR= ruleSTAR EOF
{
newCompositeNode(grammarAccess.getSTARRule());
pushFollow(FOLLOW_1);
@@ -11797,7 +11526,7 @@ public final String entryRuleSTAR() throws RecognitionException {
// $ANTLR start "ruleSTAR"
- // InternalInstance.g:4823:1: ruleSTAR returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : kw= '*' ;
+ // InternalInstance.g:4724:1: ruleSTAR returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : kw= '*' ;
public final AntlrDatatypeRuleToken ruleSTAR() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
@@ -11806,8 +11535,8 @@ public final AntlrDatatypeRuleToken ruleSTAR() throws RecognitionException {
enterRule();
try {
- // InternalInstance.g:4826:28: (kw= '*' )
- // InternalInstance.g:4828:2: kw= '*'
+ // InternalInstance.g:4727:28: (kw= '*' )
+ // InternalInstance.g:4729:2: kw= '*'
{
kw=(Token)match(input,91,FOLLOW_2);
@@ -11927,12 +11656,12 @@ public String getDescription() {
}
static final String dfa_13s = "\31\uffff";
static final String dfa_14s = "\10\uffff\1\20\1\22\1\24\4\uffff\1\20\1\uffff\1\22\5\uffff\1\24\1\uffff";
- static final String dfa_15s = "\1\4\1\uffff\1\26\3\uffff\4\4\1\17\2\uffff\1\4\1\uffff\1\17\1\uffff\1\17\1\uffff\1\4\2\uffff\1\22\1\17\1\uffff";
- static final String dfa_16s = "\1\126\1\uffff\1\26\3\uffff\2\7\3\131\2\uffff\1\114\1\uffff\1\131\1\uffff\1\131\1\uffff\1\4\2\uffff\1\111\1\131\1\uffff";
- static final String dfa_17s = "\1\uffff\1\1\1\uffff\1\4\1\5\1\6\5\uffff\1\12\1\13\1\uffff\1\7\1\uffff\1\10\1\uffff\1\11\1\uffff\1\14\1\3\2\uffff\1\2";
+ static final String dfa_15s = "\1\4\1\uffff\1\26\3\uffff\4\4\1\17\2\uffff\1\4\1\uffff\1\17\1\uffff\1\17\1\uffff\1\4\1\uffff\1\22\1\uffff\1\17\1\uffff";
+ static final String dfa_16s = "\1\130\1\uffff\1\26\3\uffff\2\7\3\131\2\uffff\1\114\1\uffff\1\131\1\uffff\1\131\1\uffff\1\4\1\uffff\1\111\1\uffff\1\131\1\uffff";
+ static final String dfa_17s = "\1\uffff\1\1\1\uffff\1\4\1\5\1\6\5\uffff\1\12\1\13\1\uffff\1\7\1\uffff\1\10\1\uffff\1\11\1\uffff\1\14\1\uffff\1\3\1\uffff\1\2";
static final String dfa_18s = "\31\uffff}>";
static final String[] dfa_19s = {
- "\1\12\1\5\1\11\1\10\12\uffff\1\1\3\uffff\1\13\24\uffff\1\2\45\uffff\2\14\1\4\1\3\1\6\1\7",
+ "\1\12\1\5\1\11\1\10\12\uffff\1\1\3\uffff\1\13\24\uffff\1\2\47\uffff\2\14\1\4\1\3\1\6\1\7",
"",
"\1\15",
"",
@@ -11940,22 +11669,22 @@ public String getDescription() {
"",
"\1\16\1\uffff\1\11\1\10",
"\1\16\1\uffff\1\11\1\10",
- "\1\17\12\uffff\1\20\4\uffff\1\20\2\uffff\2\20\67\uffff\1\20\6\uffff\1\16\1\uffff\1\20",
- "\1\21\12\uffff\1\22\4\uffff\1\22\2\uffff\2\22\67\uffff\1\22\6\uffff\1\16\1\uffff\1\22",
- "\1\24\4\uffff\1\24\2\uffff\2\24\57\uffff\1\23\7\uffff\1\24\6\uffff\1\16\1\uffff\1\24",
+ "\1\17\12\uffff\1\20\4\uffff\1\20\2\uffff\2\20\67\uffff\1\20\1\uffff\1\20\6\uffff\1\16",
+ "\1\21\12\uffff\1\22\4\uffff\1\22\2\uffff\2\22\67\uffff\1\22\1\uffff\1\22\6\uffff\1\16",
+ "\1\24\4\uffff\1\24\2\uffff\2\24\57\uffff\1\23\7\uffff\1\24\1\uffff\1\24\6\uffff\1\16",
"",
"",
- "\1\26\106\uffff\2\25",
+ "\1\25\106\uffff\2\26",
"",
- "\1\20\4\uffff\1\20\2\uffff\2\20\67\uffff\1\20\6\uffff\1\16\1\uffff\1\20",
+ "\1\20\4\uffff\1\20\2\uffff\2\20\67\uffff\1\20\1\uffff\1\20\6\uffff\1\16",
"",
- "\1\22\4\uffff\1\22\2\uffff\2\22\67\uffff\1\22\6\uffff\1\16\1\uffff\1\22",
+ "\1\22\4\uffff\1\22\2\uffff\2\22\67\uffff\1\22\1\uffff\1\22\6\uffff\1\16",
"",
"\1\27",
"",
+ "\1\26\5\uffff\1\26\57\uffff\1\30\1\26",
"",
- "\1\25\5\uffff\1\25\57\uffff\1\30\1\25",
- "\1\24\4\uffff\1\24\2\uffff\2\24\67\uffff\1\24\6\uffff\1\16\1\uffff\1\24",
+ "\1\24\4\uffff\1\24\2\uffff\2\24\67\uffff\1\24\1\uffff\1\24\6\uffff\1\16",
""
};
@@ -11985,10 +11714,10 @@ public String getDescription() {
}
}
static final String dfa_20s = "\22\uffff";
- static final String dfa_21s = "\10\uffff\1\15\1\uffff\1\17\7\uffff";
+ static final String dfa_21s = "\10\uffff\1\14\1\uffff\1\16\7\uffff";
static final String dfa_22s = "\1\67\7\uffff\1\4\1\uffff\1\4\1\70\6\uffff";
static final String dfa_23s = "\1\102\7\uffff\1\77\1\uffff\1\77\1\75\6\uffff";
- static final String dfa_24s = "\1\uffff\1\1\1\2\1\3\1\4\1\5\1\6\1\7\1\uffff\1\12\2\uffff\1\11\1\10\1\13\1\14\1\15\1\16";
+ static final String dfa_24s = "\1\uffff\1\1\1\2\1\3\1\4\1\5\1\6\1\7\1\uffff\1\12\2\uffff\1\10\1\11\1\14\1\13\1\15\1\16";
static final String dfa_25s = "\22\uffff}>";
static final String[] dfa_26s = {
"\1\1\1\2\1\3\1\4\1\5\1\6\1\7\1\10\1\uffff\1\11\1\12\1\13",
@@ -11999,9 +11728,9 @@ public String getDescription() {
"",
"",
"",
- "\1\15\72\uffff\1\14",
+ "\1\14\72\uffff\1\15",
"",
- "\1\17\72\uffff\1\16",
+ "\1\16\72\uffff\1\17",
"\1\20\4\uffff\1\21",
"",
"",
@@ -12128,7 +11857,7 @@ public String getDescription() {
public static final BitSet FOLLOW_47 = new BitSet(new long[]{0x0000000000000012L,0x0000000000001800L});
public static final BitSet FOLLOW_48 = new BitSet(new long[]{0x0000000000800002L});
public static final BitSet FOLLOW_49 = new BitSet(new long[]{0x0000020000000000L});
- public static final BitSet FOLLOW_50 = new BitSet(new long[]{0x7F80190EC25400F0L,0x00000000007E00FFL});
+ public static final BitSet FOLLOW_50 = new BitSet(new long[]{0x7F80190EC25400F0L,0x0000000001F800FFL});
public static final BitSet FOLLOW_51 = new BitSet(new long[]{0x0000000000808000L});
public static final BitSet FOLLOW_52 = new BitSet(new long[]{0x0000000000100002L});
public static final BitSet FOLLOW_53 = new BitSet(new long[]{0x0000040000040002L});
@@ -12149,19 +11878,19 @@ public String getDescription() {
public static final BitSet FOLLOW_68 = new BitSet(new long[]{0x0000002000000010L,0x0000000000002000L});
public static final BitSet FOLLOW_69 = new BitSet(new long[]{0x0000000000000000L,0x0000000000002000L});
public static final BitSet FOLLOW_70 = new BitSet(new long[]{0x0000020000000000L,0x0000000000004000L});
- public static final BitSet FOLLOW_71 = new BitSet(new long[]{0x7F80190EC25400F0L,0x00000000007E80FFL});
- public static final BitSet FOLLOW_72 = new BitSet(new long[]{0x0000000000900000L,0x0000000002010000L});
- public static final BitSet FOLLOW_73 = new BitSet(new long[]{0x0000000000900000L,0x0000000000010000L});
- public static final BitSet FOLLOW_74 = new BitSet(new long[]{0x0000000000000000L,0x0000000000010000L});
- public static final BitSet FOLLOW_75 = new BitSet(new long[]{0x0000000000080010L});
- public static final BitSet FOLLOW_76 = new BitSet(new long[]{0x7F80190EC35400F0L,0x00000000007E00FFL});
- public static final BitSet FOLLOW_77 = new BitSet(new long[]{0x0000000000080000L,0x0000000000800000L});
- public static final BitSet FOLLOW_78 = new BitSet(new long[]{0x7F80110EC21000D0L,0x00000000006000FFL});
- public static final BitSet FOLLOW_79 = new BitSet(new long[]{0x0000000000000012L});
- public static final BitSet FOLLOW_80 = new BitSet(new long[]{0x0000000000000080L});
- public static final BitSet FOLLOW_81 = new BitSet(new long[]{0x0000000000000000L,0x0000000000800000L});
- public static final BitSet FOLLOW_82 = new BitSet(new long[]{0x0000000000000002L,0x0000000001000000L});
- public static final BitSet FOLLOW_83 = new BitSet(new long[]{0x0000000000000000L,0x0000000004000000L});
+ public static final BitSet FOLLOW_71 = new BitSet(new long[]{0x7F80190EC25400F0L,0x0000000001F880FFL});
+ public static final BitSet FOLLOW_72 = new BitSet(new long[]{0x0000000000900000L,0x0000000000050000L});
+ public static final BitSet FOLLOW_73 = new BitSet(new long[]{0x0000000000900000L,0x0000000000040000L});
+ public static final BitSet FOLLOW_74 = new BitSet(new long[]{0x0000000000000000L,0x0000000000020000L});
+ public static final BitSet FOLLOW_75 = new BitSet(new long[]{0x0000000000000000L,0x0000000000040000L});
+ public static final BitSet FOLLOW_76 = new BitSet(new long[]{0x0000000000080010L});
+ public static final BitSet FOLLOW_77 = new BitSet(new long[]{0x7F80190EC35400F0L,0x0000000001F800FFL});
+ public static final BitSet FOLLOW_78 = new BitSet(new long[]{0x0000000000080000L,0x0000000002000000L});
+ public static final BitSet FOLLOW_79 = new BitSet(new long[]{0x7F80110EC21000D0L,0x00000000018000FFL});
+ public static final BitSet FOLLOW_80 = new BitSet(new long[]{0x0000000000000012L});
+ public static final BitSet FOLLOW_81 = new BitSet(new long[]{0x0000000000000080L});
+ public static final BitSet FOLLOW_82 = new BitSet(new long[]{0x0000000000000000L,0x0000000002000000L});
+ public static final BitSet FOLLOW_83 = new BitSet(new long[]{0x0000000000000002L,0x0000000004000000L});
public static final BitSet FOLLOW_84 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000100L});
}
\ No newline at end of file
diff --git a/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/serializer/AbstractInstanceSemanticSequencer.java b/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/serializer/AbstractInstanceSemanticSequencer.java
index e97ba4ae895..554a7a416f6 100644
--- a/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/serializer/AbstractInstanceSemanticSequencer.java
+++ b/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/serializer/AbstractInstanceSemanticSequencer.java
@@ -1,25 +1,35 @@
-/**
- * Copyright (c) 2004-2021 Carnegie Mellon University and others. (see Contributors file).
- * All Rights Reserved.
- *
- * NO WARRANTY. ALL MATERIAL IS FURNISHED ON AN "AS-IS" BASIS. CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY
- * KIND, EITHER EXPRESSED OR IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR PURPOSE
- * OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT
- * MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, OR COPYRIGHT INFRINGEMENT.
- *
- * This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0
- * which is available at https://www.eclipse.org/legal/epl-2.0/
- * SPDX-License-Identifier: EPL-2.0
- *
- * Created, in part, with funding and support from the United States Government. (see Acknowledgments file).
- *
- * This program includes and/or can make use of certain third party source code, object code, documentation and other
- * files ("Third Party Software"). The Third Party Software that is used by this program is dependent upon your system
- * configuration. By using this program, You agree to comply with any and all relevant Third Party Software terms and
- * conditions contained in any such Third Party Software or separate license file distributed with such Third Party
- * Software. The parties who own the Third Party Software ("Third Party Licensors") are intended third party benefici-
- * aries to this license with respect to the terms applicable to their Third Party Software. Third Party Software li-
- * censes only apply to the Third Party Software and not any other portion of this program or this program as a whole.
+/*
+
+Copyright 2016 by Carnegie Mellon University, all rights reserved.
+
+Use of the Open Source AADL Tool Environment (OSATE) is subject to the terms of the license set forth
+at http://www.eclipse.org/org/documents/epl-v10.html.
+
+NO WARRANTY
+
+ANY INFORMATION, MATERIALS, SERVICES, INTELLECTUAL PROPERTY OR OTHER PROPERTY OR RIGHTS GRANTED OR PROVIDED BY
+CARNEGIE MELLON UNIVERSITY PURSUANT TO THIS LICENSE (HEREINAFTER THE ''DELIVERABLES'') ARE ON AN ''AS-IS'' BASIS.
+CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED AS TO ANY MATTER INCLUDING,
+BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, INFORMATIONAL CONTENT,
+NONINFRINGEMENT, OR ERROR-FREE OPERATION. CARNEGIE MELLON UNIVERSITY SHALL NOT BE LIABLE FOR INDIRECT, SPECIAL OR
+CONSEQUENTIAL DAMAGES, SUCH AS LOSS OF PROFITS OR INABILITY TO USE SAID INTELLECTUAL PROPERTY, UNDER THIS LICENSE,
+REGARDLESS OF WHETHER SUCH PARTY WAS AWARE OF THE POSSIBILITY OF SUCH DAMAGES. LICENSEE AGREES THAT IT WILL NOT
+MAKE ANY WARRANTY ON BEHALF OF CARNEGIE MELLON UNIVERSITY, EXPRESS OR IMPLIED, TO ANY PERSON CONCERNING THE
+APPLICATION OF OR THE RESULTS TO BE OBTAINED WITH THE DELIVERABLES UNDER THIS LICENSE.
+
+Licensee hereby agrees to defend, indemnify, and hold harmless Carnegie Mellon University, its trustees, officers,
+employees, and agents from all claims or demands made against them (and any related losses, expenses, or
+attorney's fees) arising out of, or relating to Licensee's and/or its sub licensees' negligent use or willful
+misuse of or negligent conduct or willful misconduct regarding the Software, facilities, or other rights or
+assistance granted by Carnegie Mellon University under this License, including, but not limited to, any claims of
+product liability, personal injury, death, damage to property, or violation of any laws or regulations.
+
+Carnegie Mellon University Software Engineering Institute authored documents are sponsored by the U.S. Department
+of Defense under Contract F19628-00-C-0003. Carnegie Mellon University retains copyrights in all material produced
+under this contract. The U.S. Government retains a non-exclusive, royalty-free license to publish or reproduce these
+documents, or allow others to do so, for U.S. Government purposes only pursuant to the copyright license
+under the contract clause at 252.227.7013.
+
*/
package org.osate.aadl2.instance.textual.serializer;
diff --git a/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/serializer/AbstractInstanceSyntacticSequencer.java b/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/serializer/AbstractInstanceSyntacticSequencer.java
index 83f40fd9c29..be5aa2f32fb 100644
--- a/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/serializer/AbstractInstanceSyntacticSequencer.java
+++ b/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/serializer/AbstractInstanceSyntacticSequencer.java
@@ -1,25 +1,35 @@
-/**
- * Copyright (c) 2004-2021 Carnegie Mellon University and others. (see Contributors file).
- * All Rights Reserved.
- *
- * NO WARRANTY. ALL MATERIAL IS FURNISHED ON AN "AS-IS" BASIS. CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY
- * KIND, EITHER EXPRESSED OR IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR PURPOSE
- * OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT
- * MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, OR COPYRIGHT INFRINGEMENT.
- *
- * This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0
- * which is available at https://www.eclipse.org/legal/epl-2.0/
- * SPDX-License-Identifier: EPL-2.0
- *
- * Created, in part, with funding and support from the United States Government. (see Acknowledgments file).
- *
- * This program includes and/or can make use of certain third party source code, object code, documentation and other
- * files ("Third Party Software"). The Third Party Software that is used by this program is dependent upon your system
- * configuration. By using this program, You agree to comply with any and all relevant Third Party Software terms and
- * conditions contained in any such Third Party Software or separate license file distributed with such Third Party
- * Software. The parties who own the Third Party Software ("Third Party Licensors") are intended third party benefici-
- * aries to this license with respect to the terms applicable to their Third Party Software. Third Party Software li-
- * censes only apply to the Third Party Software and not any other portion of this program or this program as a whole.
+/*
+
+Copyright 2016 by Carnegie Mellon University, all rights reserved.
+
+Use of the Open Source AADL Tool Environment (OSATE) is subject to the terms of the license set forth
+at http://www.eclipse.org/org/documents/epl-v10.html.
+
+NO WARRANTY
+
+ANY INFORMATION, MATERIALS, SERVICES, INTELLECTUAL PROPERTY OR OTHER PROPERTY OR RIGHTS GRANTED OR PROVIDED BY
+CARNEGIE MELLON UNIVERSITY PURSUANT TO THIS LICENSE (HEREINAFTER THE ''DELIVERABLES'') ARE ON AN ''AS-IS'' BASIS.
+CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED AS TO ANY MATTER INCLUDING,
+BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, INFORMATIONAL CONTENT,
+NONINFRINGEMENT, OR ERROR-FREE OPERATION. CARNEGIE MELLON UNIVERSITY SHALL NOT BE LIABLE FOR INDIRECT, SPECIAL OR
+CONSEQUENTIAL DAMAGES, SUCH AS LOSS OF PROFITS OR INABILITY TO USE SAID INTELLECTUAL PROPERTY, UNDER THIS LICENSE,
+REGARDLESS OF WHETHER SUCH PARTY WAS AWARE OF THE POSSIBILITY OF SUCH DAMAGES. LICENSEE AGREES THAT IT WILL NOT
+MAKE ANY WARRANTY ON BEHALF OF CARNEGIE MELLON UNIVERSITY, EXPRESS OR IMPLIED, TO ANY PERSON CONCERNING THE
+APPLICATION OF OR THE RESULTS TO BE OBTAINED WITH THE DELIVERABLES UNDER THIS LICENSE.
+
+Licensee hereby agrees to defend, indemnify, and hold harmless Carnegie Mellon University, its trustees, officers,
+employees, and agents from all claims or demands made against them (and any related losses, expenses, or
+attorney's fees) arising out of, or relating to Licensee's and/or its sub licensees' negligent use or willful
+misuse of or negligent conduct or willful misconduct regarding the Software, facilities, or other rights or
+assistance granted by Carnegie Mellon University under this License, including, but not limited to, any claims of
+product liability, personal injury, death, damage to property, or violation of any laws or regulations.
+
+Carnegie Mellon University Software Engineering Institute authored documents are sponsored by the U.S. Department
+of Defense under Contract F19628-00-C-0003. Carnegie Mellon University retains copyrights in all material produced
+under this contract. The U.S. Government retains a non-exclusive, royalty-free license to publish or reproduce these
+documents, or allow others to do so, for U.S. Government purposes only pursuant to the copyright license
+under the contract clause at 252.227.7013.
+
*/
package org.osate.aadl2.instance.textual.serializer;
@@ -53,47 +63,9 @@ protected void init(IGrammarAccess access) {
@Override
protected String getUnassignedRuleCallToken(EObject semanticObject, RuleCall ruleCall, INode node) {
- if (ruleCall.getRule() == grammarAccess.getAppliesToKeywordsRule())
- return getAppliesToKeywordsToken(semanticObject, ruleCall, node);
- else if (ruleCall.getRule() == grammarAccess.getInBindingKeywordsRule())
- return getInBindingKeywordsToken(semanticObject, ruleCall, node);
- else if (ruleCall.getRule() == grammarAccess.getInModesKeywordsRule())
- return getInModesKeywordsToken(semanticObject, ruleCall, node);
return "";
}
- /**
- * AppliesToKeywords:
- * 'applies' 'to'
- * ;
- */
- protected String getAppliesToKeywordsToken(EObject semanticObject, RuleCall ruleCall, INode node) {
- if (node != null)
- return getTokenText(node);
- return "appliesto";
- }
-
- /**
- * InBindingKeywords:
- * 'in' 'binding'
- * ;
- */
- protected String getInBindingKeywordsToken(EObject semanticObject, RuleCall ruleCall, INode node) {
- if (node != null)
- return getTokenText(node);
- return "inbinding";
- }
-
- /**
- * InModesKeywords:
- * 'in' 'modes'
- * ;
- */
- protected String getInModesKeywordsToken(EObject semanticObject, RuleCall ruleCall, INode node) {
- if (node != null)
- return getTokenText(node);
- return "inmodes";
- }
@Override
protected void emitUnassignedTokens(EObject semanticObject, ISynTransition transition, INode fromNode, INode toNode) {
diff --git a/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/services/InstanceGrammarAccess.java b/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/services/InstanceGrammarAccess.java
index 4627b848fd0..a3c4712a12f 100644
--- a/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/services/InstanceGrammarAccess.java
+++ b/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/services/InstanceGrammarAccess.java
@@ -1,25 +1,35 @@
-/**
- * Copyright (c) 2004-2021 Carnegie Mellon University and others. (see Contributors file).
- * All Rights Reserved.
- *
- * NO WARRANTY. ALL MATERIAL IS FURNISHED ON AN "AS-IS" BASIS. CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY
- * KIND, EITHER EXPRESSED OR IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR PURPOSE
- * OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT
- * MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, OR COPYRIGHT INFRINGEMENT.
- *
- * This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0
- * which is available at https://www.eclipse.org/legal/epl-2.0/
- * SPDX-License-Identifier: EPL-2.0
- *
- * Created, in part, with funding and support from the United States Government. (see Acknowledgments file).
- *
- * This program includes and/or can make use of certain third party source code, object code, documentation and other
- * files ("Third Party Software"). The Third Party Software that is used by this program is dependent upon your system
- * configuration. By using this program, You agree to comply with any and all relevant Third Party Software terms and
- * conditions contained in any such Third Party Software or separate license file distributed with such Third Party
- * Software. The parties who own the Third Party Software ("Third Party Licensors") are intended third party benefici-
- * aries to this license with respect to the terms applicable to their Third Party Software. Third Party Software li-
- * censes only apply to the Third Party Software and not any other portion of this program or this program as a whole.
+/*
+
+Copyright 2016 by Carnegie Mellon University, all rights reserved.
+
+Use of the Open Source AADL Tool Environment (OSATE) is subject to the terms of the license set forth
+at http://www.eclipse.org/org/documents/epl-v10.html.
+
+NO WARRANTY
+
+ANY INFORMATION, MATERIALS, SERVICES, INTELLECTUAL PROPERTY OR OTHER PROPERTY OR RIGHTS GRANTED OR PROVIDED BY
+CARNEGIE MELLON UNIVERSITY PURSUANT TO THIS LICENSE (HEREINAFTER THE ''DELIVERABLES'') ARE ON AN ''AS-IS'' BASIS.
+CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED AS TO ANY MATTER INCLUDING,
+BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, INFORMATIONAL CONTENT,
+NONINFRINGEMENT, OR ERROR-FREE OPERATION. CARNEGIE MELLON UNIVERSITY SHALL NOT BE LIABLE FOR INDIRECT, SPECIAL OR
+CONSEQUENTIAL DAMAGES, SUCH AS LOSS OF PROFITS OR INABILITY TO USE SAID INTELLECTUAL PROPERTY, UNDER THIS LICENSE,
+REGARDLESS OF WHETHER SUCH PARTY WAS AWARE OF THE POSSIBILITY OF SUCH DAMAGES. LICENSEE AGREES THAT IT WILL NOT
+MAKE ANY WARRANTY ON BEHALF OF CARNEGIE MELLON UNIVERSITY, EXPRESS OR IMPLIED, TO ANY PERSON CONCERNING THE
+APPLICATION OF OR THE RESULTS TO BE OBTAINED WITH THE DELIVERABLES UNDER THIS LICENSE.
+
+Licensee hereby agrees to defend, indemnify, and hold harmless Carnegie Mellon University, its trustees, officers,
+employees, and agents from all claims or demands made against them (and any related losses, expenses, or
+attorney's fees) arising out of, or relating to Licensee's and/or its sub licensees' negligent use or willful
+misuse of or negligent conduct or willful misconduct regarding the Software, facilities, or other rights or
+assistance granted by Carnegie Mellon University under this License, including, but not limited to, any claims of
+product liability, personal injury, death, damage to property, or violation of any laws or regulations.
+
+Carnegie Mellon University Software Engineering Institute authored documents are sponsored by the U.S. Department
+of Defense under Contract F19628-00-C-0003. Carnegie Mellon University retains copyrights in all material produced
+under this contract. The U.S. Government retains a non-exclusive, royalty-free license to publish or reproduce these
+documents, or allow others to do so, for U.S. Government purposes only pursuant to the copyright license
+under the contract clause at 252.227.7013.
+
*/
package org.osate.aadl2.instance.textual.services;
@@ -609,7 +619,7 @@ public class ConnectionInstanceElements extends AbstractParserRuleElementFinder
//InstanceRef
public RuleCall getSourceConnectionInstanceEndInstanceRefParserRuleCall_4_0_1() { return cSourceConnectionInstanceEndInstanceRefParserRuleCall_4_0_1; }
- //bidirectional?='<->' | '->'
+ //(bidirectional?='<->' | '->')
public Alternatives getAlternatives_5() { return cAlternatives_5; }
//bidirectional?='<->'
@@ -1277,7 +1287,7 @@ public class ModeInstanceElements extends AbstractParserRuleElementFinder {
//'='
public Keyword getEqualsSignKeyword_4_0() { return cEqualsSignKeyword_4_0; }
- //parent+=[instance::ModeInstance] | '(' parent+=[instance::ModeInstance] (',' parent+=[instance::ModeInstance])+ ')'
+ //(parent+=[instance::ModeInstance] | '(' parent+=[instance::ModeInstance] (',' parent+=[instance::ModeInstance])+ ')')
public Alternatives getAlternatives_4_1() { return cAlternatives_4_1; }
//parent+=[instance::ModeInstance]
@@ -2191,7 +2201,7 @@ public class DeclarativeRefElements extends AbstractParserRuleElementFinder {
//':'
public Keyword getColonKeyword_3() { return cColonKeyword_3; }
- //'transition' '#' INTEGER_LIT | ID
+ //('transition' '#' INTEGER_LIT | ID)
public Alternatives getAlternatives_4() { return cAlternatives_4; }
//'transition' '#' INTEGER_LIT
@@ -2268,7 +2278,7 @@ public class InstanceRefElements extends AbstractParserRuleElementFinder {
//'.'
public Keyword getFullStopKeyword_1_0_2() { return cFullStopKeyword_1_0_2; }
- //'connection' '#' INTEGER_LIT | ID ('[' INTEGER_LIT ']')*
+ //('connection' '#' INTEGER_LIT | ID ('[' INTEGER_LIT ']')*)
public Alternatives getAlternatives_1_1() { return cAlternatives_1_1; }
//'connection' '#' INTEGER_LIT
@@ -2383,7 +2393,7 @@ public class PropertyAssociationRefElements extends AbstractParserRuleElementFin
//((ID | 'transition' '#' INTEGER_LIT) ':')?
public Group getGroup_4() { return cGroup_4; }
- //ID | 'transition' '#' INTEGER_LIT
+ //(ID | 'transition' '#' INTEGER_LIT)
public Alternatives getAlternatives_4_0() { return cAlternatives_4_0; }
//ID
@@ -2842,8 +2852,8 @@ public ParserRule getPModelRule() {
//// Properties
//ContainedPropertyAssociation aadl2::PropertyAssociation:
// property=[aadl2::Property|QPREF] ('=>' | append?='+=>') constant?='constant'?
- // (ownedValue+=super::OptionalModalPropertyValue (',' ownedValue+=super::OptionalModalPropertyValue)*)
- // (AppliesToKeywords appliesTo+=ContainmentPath (',' appliesTo+=ContainmentPath)*)? (InBindingKeywords '('
+ // (ownedValue+=super::OptionalModalPropertyValue (',' ownedValue+=super::OptionalModalPropertyValue)*) ('applies' 'to'
+ // appliesTo+=ContainmentPath (',' appliesTo+=ContainmentPath)*)? ('in' 'binding' '('
// inBinding+=[aadl2::Classifier|QCREF] ')')?
// ';';
public PropertiesGrammarAccess.ContainedPropertyAssociationElements getContainedPropertyAssociationAccess() {
@@ -2856,8 +2866,8 @@ public ParserRule getContainedPropertyAssociationRule() {
//PropertyAssociation aadl2::PropertyAssociation:
// property=[aadl2::Property|QPREF] ('=>' | append?='+=>') constant?='constant'?
- // (ownedValue+=super::OptionalModalPropertyValue (',' ownedValue+=super::OptionalModalPropertyValue)*)
- // (InBindingKeywords '(' inBinding+=[aadl2::Classifier|QCREF] ')')?
+ // (ownedValue+=super::OptionalModalPropertyValue (',' ownedValue+=super::OptionalModalPropertyValue)*) ('in' 'binding'
+ // '(' inBinding+=[aadl2::Classifier|QCREF] ')')?
// ';';
public PropertiesGrammarAccess.PropertyAssociationElements getPropertyAssociationAccess() {
return gaProperties.getPropertyAssociationAccess();
@@ -2894,7 +2904,7 @@ public ParserRule getContainmentPathRule() {
//// namedElement=[aadl2::NamedElement|IDANNEXTEXT];
//ModalPropertyValue aadl2::ModalPropertyValue:
// ownedValue=super::PropertyExpression
- // InModesKeywords '('
+ // 'in' 'modes' '('
// inMode+=[aadl2::Mode] (',' inMode+=[aadl2::Mode])*
// ')';
public PropertiesGrammarAccess.ModalPropertyValueElements getModalPropertyValueAccess() {
@@ -3159,36 +3169,6 @@ public ParserRule getNumAltRule() {
return getNumAltAccess().getRule();
}
- //AppliesToKeywords:
- // 'applies' 'to';
- public PropertiesGrammarAccess.AppliesToKeywordsElements getAppliesToKeywordsAccess() {
- return gaProperties.getAppliesToKeywordsAccess();
- }
-
- public ParserRule getAppliesToKeywordsRule() {
- return getAppliesToKeywordsAccess().getRule();
- }
-
- //InBindingKeywords:
- // 'in' 'binding';
- public PropertiesGrammarAccess.InBindingKeywordsElements getInBindingKeywordsAccess() {
- return gaProperties.getInBindingKeywordsAccess();
- }
-
- public ParserRule getInBindingKeywordsRule() {
- return getInBindingKeywordsAccess().getRule();
- }
-
- //InModesKeywords:
- // 'in' 'modes';
- public PropertiesGrammarAccess.InModesKeywordsElements getInModesKeywordsAccess() {
- return gaProperties.getInModesKeywordsAccess();
- }
-
- public ParserRule getInModesKeywordsRule() {
- return getInModesKeywordsAccess().getRule();
- }
-
//terminal SL_COMMENT:
// '--' !('\n' | '\r')* ('\r'? '\n')?;
public TerminalRule getSL_COMMENTRule() {
diff --git a/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/validation/AbstractInstanceValidator.java b/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/validation/AbstractInstanceValidator.java
index 19c36cbb65a..aa05c1a3769 100644
--- a/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/validation/AbstractInstanceValidator.java
+++ b/core/org.osate.aadl2.instance.textual/src-gen/org/osate/aadl2/instance/textual/validation/AbstractInstanceValidator.java
@@ -1,25 +1,35 @@
-/**
- * Copyright (c) 2004-2021 Carnegie Mellon University and others. (see Contributors file).
- * All Rights Reserved.
- *
- * NO WARRANTY. ALL MATERIAL IS FURNISHED ON AN "AS-IS" BASIS. CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY
- * KIND, EITHER EXPRESSED OR IMPLIED, AS TO ANY MATTER INCLUDING, BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR PURPOSE
- * OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS OBTAINED FROM USE OF THE MATERIAL. CARNEGIE MELLON UNIVERSITY DOES NOT
- * MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, OR COPYRIGHT INFRINGEMENT.
- *
- * This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0
- * which is available at https://www.eclipse.org/legal/epl-2.0/
- * SPDX-License-Identifier: EPL-2.0
- *
- * Created, in part, with funding and support from the United States Government. (see Acknowledgments file).
- *
- * This program includes and/or can make use of certain third party source code, object code, documentation and other
- * files ("Third Party Software"). The Third Party Software that is used by this program is dependent upon your system
- * configuration. By using this program, You agree to comply with any and all relevant Third Party Software terms and
- * conditions contained in any such Third Party Software or separate license file distributed with such Third Party
- * Software. The parties who own the Third Party Software ("Third Party Licensors") are intended third party benefici-
- * aries to this license with respect to the terms applicable to their Third Party Software. Third Party Software li-
- * censes only apply to the Third Party Software and not any other portion of this program or this program as a whole.
+/*
+
+Copyright 2016 by Carnegie Mellon University, all rights reserved.
+
+Use of the Open Source AADL Tool Environment (OSATE) is subject to the terms of the license set forth
+at http://www.eclipse.org/org/documents/epl-v10.html.
+
+NO WARRANTY
+
+ANY INFORMATION, MATERIALS, SERVICES, INTELLECTUAL PROPERTY OR OTHER PROPERTY OR RIGHTS GRANTED OR PROVIDED BY
+CARNEGIE MELLON UNIVERSITY PURSUANT TO THIS LICENSE (HEREINAFTER THE ''DELIVERABLES'') ARE ON AN ''AS-IS'' BASIS.
+CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED AS TO ANY MATTER INCLUDING,
+BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, INFORMATIONAL CONTENT,
+NONINFRINGEMENT, OR ERROR-FREE OPERATION. CARNEGIE MELLON UNIVERSITY SHALL NOT BE LIABLE FOR INDIRECT, SPECIAL OR
+CONSEQUENTIAL DAMAGES, SUCH AS LOSS OF PROFITS OR INABILITY TO USE SAID INTELLECTUAL PROPERTY, UNDER THIS LICENSE,
+REGARDLESS OF WHETHER SUCH PARTY WAS AWARE OF THE POSSIBILITY OF SUCH DAMAGES. LICENSEE AGREES THAT IT WILL NOT
+MAKE ANY WARRANTY ON BEHALF OF CARNEGIE MELLON UNIVERSITY, EXPRESS OR IMPLIED, TO ANY PERSON CONCERNING THE
+APPLICATION OF OR THE RESULTS TO BE OBTAINED WITH THE DELIVERABLES UNDER THIS LICENSE.
+
+Licensee hereby agrees to defend, indemnify, and hold harmless Carnegie Mellon University, its trustees, officers,
+employees, and agents from all claims or demands made against them (and any related losses, expenses, or
+attorney's fees) arising out of, or relating to Licensee's and/or its sub licensees' negligent use or willful
+misuse of or negligent conduct or willful misconduct regarding the Software, facilities, or other rights or
+assistance granted by Carnegie Mellon University under this License, including, but not limited to, any claims of
+product liability, personal injury, death, damage to property, or violation of any laws or regulations.
+
+Carnegie Mellon University Software Engineering Institute authored documents are sponsored by the U.S. Department
+of Defense under Contract F19628-00-C-0003. Carnegie Mellon University retains copyrights in all material produced
+under this contract. The U.S. Government retains a non-exclusive, royalty-free license to publish or reproduce these
+documents, or allow others to do so, for U.S. Government purposes only pursuant to the copyright license
+under the contract clause at 252.227.7013.
+
*/
package org.osate.aadl2.instance.textual.validation;
diff --git a/core/org.osate.aadl2.instance.textual/src/org/osate/aadl2/instance/textual/serializer/InstanceSyntacticSequencer.xtend b/core/org.osate.aadl2.instance.textual/src/org/osate/aadl2/instance/textual/serializer/InstanceSyntacticSequencer.xtend
index 18f9a3f97b3..c04187804c7 100644
--- a/core/org.osate.aadl2.instance.textual/src/org/osate/aadl2/instance/textual/serializer/InstanceSyntacticSequencer.xtend
+++ b/core/org.osate.aadl2.instance.textual/src/org/osate/aadl2/instance/textual/serializer/InstanceSyntacticSequencer.xtend
@@ -23,41 +23,5 @@
*/
package org.osate.aadl2.instance.textual.serializer
-import org.eclipse.emf.ecore.EObject
-import org.eclipse.xtext.nodemodel.INode
-import org.eclipse.xtext.RuleCall
-
class InstanceSyntacticSequencer extends AbstractInstanceSyntacticSequencer {
- /**
- * AppliesToKeywords:
- * 'applies' 'to'
- * ;
- */
- override protected String getAppliesToKeywordsToken(EObject semanticObject, RuleCall ruleCall, INode node) {
- if (node !== null)
- return getTokenText(node);
- return "applies to";
- }
-
- /**
- * InBindingKeywords:
- * 'in' 'binding'
- * ;
- */
- override protected String getInBindingKeywordsToken(EObject semanticObject, RuleCall ruleCall, INode node) {
- if (node !== null)
- return getTokenText(node);
- return "in binding";
- }
-
- /**
- * InModesKeywords:
- * 'in' 'modes'
- * ;
- */
- override protected String getInModesKeywordsToken(EObject semanticObject, RuleCall ruleCall, INode node) {
- if (node !== null)
- return getTokenText(node);
- return "in modes";
- }
}
\ No newline at end of file
diff --git a/core/org.osate.aadl2.instance.ui/META-INF/MANIFEST.MF b/core/org.osate.aadl2.instance.ui/META-INF/MANIFEST.MF
index eddb2b8a627..cd30cd4bb1d 100644
--- a/core/org.osate.aadl2.instance.ui/META-INF/MANIFEST.MF
+++ b/core/org.osate.aadl2.instance.ui/META-INF/MANIFEST.MF
@@ -11,7 +11,7 @@ Require-Bundle: org.eclipse.ui;bundle-version="[3.115.0,4.0.0)",
org.eclipse.xtend.lib;bundle-version="[2.20.0,3.0.0)",
org.eclipse.xtend.lib.macro;bundle-version="[2.20.0,3.0.0)",
org.eclipse.core.expressions;bundle-version="[3.5.0,4.0.0)",
- org.osate.aadl2.instance.textual.ui;bundle-version="[2.0.0,3.0.0)",
+ org.osate.aadl2.instance.textual.ui;bundle-version="[3.0.0,4.0.0)",
org.eclipse.core.resources;bundle-version="[3.10.1,4.0.0)",
org.osate.aadl2;bundle-version="[4.0.0,5.0.0)",
org.eclipse.ui.ide;bundle-version="[3.11.0,4.0.0)"
diff --git a/core/org.osate.aadl2.instantiation/META-INF/MANIFEST.MF b/core/org.osate.aadl2.instantiation/META-INF/MANIFEST.MF
index 9de7590508a..fd5fa446c1c 100644
--- a/core/org.osate.aadl2.instantiation/META-INF/MANIFEST.MF
+++ b/core/org.osate.aadl2.instantiation/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Instance Plug-in
Bundle-SymbolicName: org.osate.aadl2.instantiation;singleton:=true
-Bundle-Version: 1.1.3.qualifier
+Bundle-Version: 1.1.4.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.osate.aadl2.instantiation.InstancePlugin
Bundle-Vendor: CMU/SEI
@@ -15,7 +15,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.17.0,4.0.0)",
org.osate.aadl2;bundle-version="[4.0.0,5.0.0)",
org.eclipse.emf.transaction;bundle-version="[1.3.0,2.0.0)",
org.osate.annexsupport;bundle-version="[3.1.0,4.0.0)",
- org.osate.xtext.aadl2.properties;bundle-version="[3.0.0,4.0.0)",
+ org.osate.xtext.aadl2.properties;bundle-version="[4.0.0,5.0.0)",
org.osate.aadl2.contrib;bundle-version="[1.0.0,2.0.0)"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/core/org.osate.aadl2.instantiation/pom.xml b/core/org.osate.aadl2.instantiation/pom.xml
index 606d85fbd7a..f8061086459 100644
--- a/core/org.osate.aadl2.instantiation/pom.xml
+++ b/core/org.osate.aadl2.instantiation/pom.xml
@@ -12,7 +12,7 @@
org.osate
org.osate.aadl2.instantiation
- 1.1.3-SNAPSHOT
+ 1.1.4-SNAPSHOT
eclipse-plugin
diff --git a/core/org.osate.aadl2.model.editor/META-INF/MANIFEST.MF b/core/org.osate.aadl2.model.editor/META-INF/MANIFEST.MF
index 8d3df2358d6..b6f71ed38cd 100644
--- a/core/org.osate.aadl2.model.editor/META-INF/MANIFEST.MF
+++ b/core/org.osate.aadl2.model.editor/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.osate.aadl2.model.editor;singleton:=true
-Bundle-Version: 5.0.0.qualifier
+Bundle-Version: 5.0.1.qualifier
Bundle-Activator: org.osate.aadl2.presentation.Aadl2EditorPlugin$Implementation
Bundle-Vendor: CMU/SEI
Bundle-Localization: plugin
@@ -14,7 +14,7 @@ Require-Bundle: org.osate.aadl2.edit;bundle-version="[4.0.0,5.0.0)";visibility:=
org.eclipse.emf.workspace.ui;bundle-version="[1.3.0,2.0.0)",
org.eclipse.xtext;bundle-version="[2.20.0,3.0.0)",
org.osate.ui;bundle-version="[6.0.0,7.0.0)",
- org.osate.xtext.aadl2.properties.ui;bundle-version="[4.0.0,5.0.0)",
+ org.osate.xtext.aadl2.properties.ui;bundle-version="[5.0.0,6.0.0)",
org.eclipse.ui.navigator;bundle-version="[3.9.0,4.0.0)",
org.eclipse.core.filesystem;bundle-version="[1.7.0,2.0.0)",
org.eclipse.jface.text;bundle-version="[3.16.0,4.0.0)"
diff --git a/core/org.osate.aadl2.model.editor/pom.xml b/core/org.osate.aadl2.model.editor/pom.xml
index 32f578d7e17..89d215f2686 100644
--- a/core/org.osate.aadl2.model.editor/pom.xml
+++ b/core/org.osate.aadl2.model.editor/pom.xml
@@ -12,7 +12,7 @@
org.osate
org.osate.aadl2.model.editor
- 5.0.0-SNAPSHOT
+ 5.0.1-SNAPSHOT
eclipse-plugin
diff --git a/core/org.osate.annexsupport/META-INF/MANIFEST.MF b/core/org.osate.annexsupport/META-INF/MANIFEST.MF
index 0746acbb1c3..1a169a7207f 100644
--- a/core/org.osate.annexsupport/META-INF/MANIFEST.MF
+++ b/core/org.osate.annexsupport/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Annex Plug-in
Bundle-SymbolicName: org.osate.annexsupport;singleton:=true
-Bundle-Version: 3.1.0.qualifier
+Bundle-Version: 3.1.1.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.osate.annexsupport.AnnexPlugin
Bundle-Vendor: CMU/SEI
@@ -10,7 +10,7 @@ Export-Package: org.osate.annexsupport
Require-Bundle: org.eclipse.ui;bundle-version="[3.115.0,4.0.0)",
org.eclipse.core.runtime;bundle-version="[3.17.0,4.0.0)",
org.osate.aadl2.modelsupport;bundle-version="[6.0.0,7.0.0)",
- org.osate.xtext.aadl2.properties;bundle-version="[3.0.0,4.0.0)"
+ org.osate.xtext.aadl2.properties;bundle-version="[4.0.0,5.0.0)"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.osate.aadl2,
diff --git a/core/org.osate.annexsupport/pom.xml b/core/org.osate.annexsupport/pom.xml
index 7ea837a366e..13f9cf49a7f 100644
--- a/core/org.osate.annexsupport/pom.xml
+++ b/core/org.osate.annexsupport/pom.xml
@@ -12,7 +12,7 @@
org.osate
org.osate.annexsupport
- 3.1.0-SNAPSHOT
+ 3.1.1-SNAPSHOT
eclipse-plugin
diff --git a/core/org.osate.core.feature/feature.xml b/core/org.osate.core.feature/feature.xml
index b916c2ede40..c9f093593a7 100644
--- a/core/org.osate.core.feature/feature.xml
+++ b/core/org.osate.core.feature/feature.xml
@@ -2,7 +2,7 @@
org.osate
org.osate.core.feature
- 7.0.1-SNAPSHOT
+ 8.0.0-SNAPSHOT
eclipse-feature
diff --git a/core/org.osate.core/META-INF/MANIFEST.MF b/core/org.osate.core/META-INF/MANIFEST.MF
index 66394014652..bc82cabd888 100644
--- a/core/org.osate.core/META-INF/MANIFEST.MF
+++ b/core/org.osate.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.osate.core;singleton:=true
-Bundle-Version: 4.0.0.qualifier
+Bundle-Version: 4.1.0.qualifier
Bundle-ClassPath: .,
etc/antlr.jar
Bundle-Activator: org.osate.core.OsateCorePlugin
diff --git a/core/org.osate.core/pom.xml b/core/org.osate.core/pom.xml
index 5bc69f75b85..4a299915561 100644
--- a/core/org.osate.core/pom.xml
+++ b/core/org.osate.core/pom.xml
@@ -12,7 +12,7 @@
org.osate
org.osate.core
- 4.0.0-SNAPSHOT
+ 4.1.0-SNAPSHOT
eclipse-plugin
diff --git a/core/org.osate.mylyn.aadl.ui/META-INF/MANIFEST.MF b/core/org.osate.mylyn.aadl.ui/META-INF/MANIFEST.MF
index 805eefd4863..819dbc464af 100644
--- a/core/org.osate.mylyn.aadl.ui/META-INF/MANIFEST.MF
+++ b/core/org.osate.mylyn.aadl.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSATE Mylyn UI
Bundle-SymbolicName: org.osate.mylyn.aadl.ui;singleton:=true
-Bundle-Version: 1.0.5.qualifier
+Bundle-Version: 1.0.6.qualifier
Automatic-Module-Name: org.osate.mylyn.aadl.ui
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.mylyn.context.core;bundle-version="[3.23.0,4.0.0)",
@@ -13,7 +13,7 @@ Require-Bundle: org.eclipse.mylyn.context.core;bundle-version="[3.23.0,4.0.0)",
org.eclipse.mylyn.monitor.ui;bundle-version="[3.23.0,4.0.0)",
org.eclipse.mylyn.monitor.core;bundle-version="[3.23.0,4.0.0)",
org.eclipse.ui.ide;bundle-version="[3.14.200,4.0.0)",
- org.osate.xtext.aadl2.ui;bundle-version="[6.0.0,7.0.0)",
+ org.osate.xtext.aadl2.ui;bundle-version="[7.0.0,8.0.0)",
org.eclipse.mylyn.resources.ui;bundle-version="[3.24.2,4.0.0)",
org.eclipse.ui.navigator;bundle-version="[3.7.300,4.0.0)",
org.eclipse.mylyn.commons.core;bundle-version="[3.24.2,4.0.0)"
diff --git a/core/org.osate.mylyn.aadl.ui/pom.xml b/core/org.osate.mylyn.aadl.ui/pom.xml
index 2347c4d47e4..3e375de3a4f 100644
--- a/core/org.osate.mylyn.aadl.ui/pom.xml
+++ b/core/org.osate.mylyn.aadl.ui/pom.xml
@@ -12,7 +12,7 @@
org.osate
org.osate.mylyn.aadl.ui
- 1.0.5-SNAPSHOT
+ 1.0.6-SNAPSHOT
eclipse-plugin
diff --git a/core/org.osate.pluginsupport/META-INF/MANIFEST.MF b/core/org.osate.pluginsupport/META-INF/MANIFEST.MF
index f287319dce8..f1bc88e2067 100644
--- a/core/org.osate.pluginsupport/META-INF/MANIFEST.MF
+++ b/core/org.osate.pluginsupport/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.osate.pluginsupport;singleton:=true
-Bundle-Version: 6.0.0.qualifier
+Bundle-Version: 7.0.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.osate.pluginsupport.PluginSupportPlugin
Bundle-Localization: plugin
@@ -13,7 +13,7 @@ Require-Bundle: org.eclipse.xtend.lib;bundle-version="[2.20.0,3.0.0)",
org.eclipse.core.commands;bundle-version="[3.9.0,4.0.0)",
org.eclipse.emf.ecore;bundle-version="[2.20.0,3.0.0)",
org.osate.aadl2.modelsupport;bundle-version="[6.0.0,7.0.0)",
- org.osate.xtext.aadl2.properties;bundle-version="[3.0.0,4.0.0)";visibility:=reexport
+ org.osate.xtext.aadl2.properties;bundle-version="[4.0.0,5.0.0)";visibility:=reexport
Bundle-ActivationPolicy: lazy
Export-Package: org.osate.pluginsupport,
org.osate.pluginsupport.properties
diff --git a/core/org.osate.pluginsupport/pom.xml b/core/org.osate.pluginsupport/pom.xml
index 64c73f5be1a..9cc659d8f62 100644
--- a/core/org.osate.pluginsupport/pom.xml
+++ b/core/org.osate.pluginsupport/pom.xml
@@ -12,7 +12,7 @@
org.osate
org.osate.pluginsupport
- 6.0.0-SNAPSHOT
+ 7.0.0-SNAPSHOT
eclipse-plugin
diff --git a/core/org.osate.ui/META-INF/MANIFEST.MF b/core/org.osate.ui/META-INF/MANIFEST.MF
index 7056cfd5e6f..53968ac3481 100644
--- a/core/org.osate.ui/META-INF/MANIFEST.MF
+++ b/core/org.osate.ui/META-INF/MANIFEST.MF
@@ -29,13 +29,13 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.7.0,4.0.0)",
org.osate.aadl2.edit;bundle-version="[4.0.0,5.0.0)",
org.eclipse.xtext;bundle-version="[2.20.0,3.0.0)",
org.eclipse.emf.transaction;bundle-version="[1.4.0,2.0.0)",
- org.osate.xtext.aadl2.properties;bundle-version="[3.0.0,4.0.0)",
- org.osate.xtext.aadl2.properties.ui;bundle-version="[4.0.0,5.0.0)",
+ org.osate.xtext.aadl2.properties;bundle-version="[4.0.0,5.0.0)",
+ org.osate.xtext.aadl2.properties.ui;bundle-version="[5.0.0,6.0.0)",
org.osate.aadl2.instantiation;bundle-version="[1.1.0,2.0.0)",
- org.osate.xtext.aadl2;bundle-version="[6.0.0,7.0.0)",
+ org.osate.xtext.aadl2;bundle-version="[7.0.0,8.0.0)",
org.eclipse.ui.navigator;bundle-version="[3.9.0,4.0.0)",
- org.osate.pluginsupport;bundle-version="[6.0.0,7.0.0)",
- org.osate.xtext.aadl2.ui;bundle-version="[6.0.0,7.0.0)",
+ org.osate.pluginsupport;bundle-version="[7.0.0,8.0.0)",
+ org.osate.xtext.aadl2.ui;bundle-version="[7.0.0,8.0.0)",
org.eclipse.core.expressions;bundle-version="[3.6.0,4.0.0)",
org.apache.commons.lang;bundle-version="[2.6.0,3.0.0)",
org.eclipse.ui.navigator.resources;bundle-version="[3.7.0,4.0.0)",
diff --git a/core/org.osate.xtext.aadl2.properties.ui/.settings/.api_filters b/core/org.osate.xtext.aadl2.properties.ui/.settings/.api_filters
index be35161778c..58d8339114d 100644
--- a/core/org.osate.xtext.aadl2.properties.ui/.settings/.api_filters
+++ b/core/org.osate.xtext.aadl2.properties.ui/.settings/.api_filters
@@ -1,10 +1,305 @@
-
-
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/core/org.osate.xtext.aadl2.properties.ui/META-INF/MANIFEST.MF b/core/org.osate.xtext.aadl2.properties.ui/META-INF/MANIFEST.MF
index 0988ce32c8a..5209769ba35 100644
--- a/core/org.osate.xtext.aadl2.properties.ui/META-INF/MANIFEST.MF
+++ b/core/org.osate.xtext.aadl2.properties.ui/META-INF/MANIFEST.MF
@@ -2,11 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Aadl2 Xtext Properties UI
Bundle-Vendor: CMU/SEI
-Bundle-Version: 4.0.2.qualifier
+Bundle-Version: 5.0.0.qualifier
Bundle-SymbolicName: org.osate.xtext.aadl2.properties.ui;singleton:=true
Require-Bundle: org.osate.aadl2;bundle-version="[4.0.0,5.0.0)",
org.osate.aadl2.modelsupport;bundle-version="[6.0.0,7.0.0)",
- org.osate.xtext.aadl2.properties;bundle-version="[3.0.0,4.0.0)";visibility:=reexport,
+ org.osate.xtext.aadl2.properties;bundle-version="[4.0.0,5.0.0)";visibility:=reexport,
org.eclipse.xtext.ui;bundle-version="[2.20.0,3.0.0)",
org.eclipse.xtext.ui.shared;bundle-version="[2.20.0,3.0.0)",
org.eclipse.xtext.builder;bundle-version="[2.20.0,3.0.0)",
@@ -16,7 +16,7 @@ Require-Bundle: org.osate.aadl2;bundle-version="[4.0.0,5.0.0)",
org.osate.contribution.sei;bundle-version="[1.1.0,2.0.0)",
org.apache.log4j;bundle-version="[1.2.15,2.0.0)",
org.eclipse.xtext.xbase.lib;bundle-version="[2.20.0,3.0.0)",
- org.osate.pluginsupport;bundle-version="[6.0.0,7.0.0)",
+ org.osate.pluginsupport;bundle-version="[7.0.0,8.0.0)",
org.eclipse.ui.ide;bundle-version="[3.11.0,4.0.0)",
org.eclipse.compare;bundle-version="[3.7.1000,4.0.0)",
org.eclipse.xtend.lib;bundle-version="[2.20.0,3.0.0)";resolution:=optional,
diff --git a/core/org.osate.xtext.aadl2.properties.ui/pom.xml b/core/org.osate.xtext.aadl2.properties.ui/pom.xml
index 32b700fd034..3ab8290c9f9 100644
--- a/core/org.osate.xtext.aadl2.properties.ui/pom.xml
+++ b/core/org.osate.xtext.aadl2.properties.ui/pom.xml
@@ -12,7 +12,7 @@
org.osate
org.osate.xtext.aadl2.properties.ui
- 4.0.2-SNAPSHOT
+ 5.0.0-SNAPSHOT
eclipse-plugin
diff --git a/core/org.osate.xtext.aadl2.properties.ui/src-gen/org/osate/xtext/aadl2/properties/ide/contentassist/antlr/PropertiesParser.java b/core/org.osate.xtext.aadl2.properties.ui/src-gen/org/osate/xtext/aadl2/properties/ide/contentassist/antlr/PropertiesParser.java
index 6131668efbf..fce5a55ba21 100644
--- a/core/org.osate.xtext.aadl2.properties.ui/src-gen/org/osate/xtext/aadl2/properties/ide/contentassist/antlr/PropertiesParser.java
+++ b/core/org.osate.xtext.aadl2.properties.ui/src-gen/org/osate/xtext/aadl2/properties/ide/contentassist/antlr/PropertiesParser.java
@@ -63,7 +63,7 @@ private static void init(ImmutableMap.Builder builder,
builder.put(grammarAccess.getContainedPropertyAssociationAccess().getGroup_3(), "rule__ContainedPropertyAssociation__Group_3__0");
builder.put(grammarAccess.getContainedPropertyAssociationAccess().getGroup_3_1(), "rule__ContainedPropertyAssociation__Group_3_1__0");
builder.put(grammarAccess.getContainedPropertyAssociationAccess().getGroup_4(), "rule__ContainedPropertyAssociation__Group_4__0");
- builder.put(grammarAccess.getContainedPropertyAssociationAccess().getGroup_4_2(), "rule__ContainedPropertyAssociation__Group_4_2__0");
+ builder.put(grammarAccess.getContainedPropertyAssociationAccess().getGroup_4_3(), "rule__ContainedPropertyAssociation__Group_4_3__0");
builder.put(grammarAccess.getContainedPropertyAssociationAccess().getGroup_5(), "rule__ContainedPropertyAssociation__Group_5__0");
builder.put(grammarAccess.getPropertyAssociationAccess().getGroup(), "rule__PropertyAssociation__Group__0");
builder.put(grammarAccess.getPropertyAssociationAccess().getGroup_3(), "rule__PropertyAssociation__Group_3__0");
@@ -71,10 +71,10 @@ private static void init(ImmutableMap.Builder builder,
builder.put(grammarAccess.getPropertyAssociationAccess().getGroup_4(), "rule__PropertyAssociation__Group_4__0");
builder.put(grammarAccess.getBasicPropertyAssociationAccess().getGroup(), "rule__BasicPropertyAssociation__Group__0");
builder.put(grammarAccess.getModalPropertyValueAccess().getGroup(), "rule__ModalPropertyValue__Group__0");
- builder.put(grammarAccess.getModalPropertyValueAccess().getGroup_4(), "rule__ModalPropertyValue__Group_4__0");
+ builder.put(grammarAccess.getModalPropertyValueAccess().getGroup_5(), "rule__ModalPropertyValue__Group_5__0");
builder.put(grammarAccess.getOptionalModalPropertyValueAccess().getGroup(), "rule__OptionalModalPropertyValue__Group__0");
builder.put(grammarAccess.getOptionalModalPropertyValueAccess().getGroup_1(), "rule__OptionalModalPropertyValue__Group_1__0");
- builder.put(grammarAccess.getOptionalModalPropertyValueAccess().getGroup_1_3(), "rule__OptionalModalPropertyValue__Group_1_3__0");
+ builder.put(grammarAccess.getOptionalModalPropertyValueAccess().getGroup_1_4(), "rule__OptionalModalPropertyValue__Group_1_4__0");
builder.put(grammarAccess.getBooleanLiteralAccess().getGroup(), "rule__BooleanLiteral__Group__0");
builder.put(grammarAccess.getReferenceTermAccess().getGroup(), "rule__ReferenceTerm__Group__0");
builder.put(grammarAccess.getRecordTermAccess().getGroup(), "rule__RecordTerm__Group__0");
@@ -98,9 +98,6 @@ private static void init(ImmutableMap.Builder builder,
builder.put(grammarAccess.getSignedRealAccess().getGroup(), "rule__SignedReal__Group__0");
builder.put(grammarAccess.getNumericRangeTermAccess().getGroup(), "rule__NumericRangeTerm__Group__0");
builder.put(grammarAccess.getNumericRangeTermAccess().getGroup_3(), "rule__NumericRangeTerm__Group_3__0");
- builder.put(grammarAccess.getAppliesToKeywordsAccess().getGroup(), "rule__AppliesToKeywords__Group__0");
- builder.put(grammarAccess.getInBindingKeywordsAccess().getGroup(), "rule__InBindingKeywords__Group__0");
- builder.put(grammarAccess.getInModesKeywordsAccess().getGroup(), "rule__InModesKeywords__Group__0");
builder.put(grammarAccess.getQCLREFAccess().getGroup(), "rule__QCLREF__Group__0");
builder.put(grammarAccess.getQPREFAccess().getGroup(), "rule__QPREF__Group__0");
builder.put(grammarAccess.getQPREFAccess().getGroup_1(), "rule__QPREF__Group_1__0");
@@ -112,24 +109,24 @@ private static void init(ImmutableMap.Builder builder,
builder.put(grammarAccess.getContainedPropertyAssociationAccess().getConstantAssignment_2(), "rule__ContainedPropertyAssociation__ConstantAssignment_2");
builder.put(grammarAccess.getContainedPropertyAssociationAccess().getOwnedValueAssignment_3_0(), "rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0");
builder.put(grammarAccess.getContainedPropertyAssociationAccess().getOwnedValueAssignment_3_1_1(), "rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1");
- builder.put(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_1(), "rule__ContainedPropertyAssociation__AppliesToAssignment_4_1");
- builder.put(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_2_1(), "rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1");
- builder.put(grammarAccess.getContainedPropertyAssociationAccess().getInBindingAssignment_5_2(), "rule__ContainedPropertyAssociation__InBindingAssignment_5_2");
+ builder.put(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_2(), "rule__ContainedPropertyAssociation__AppliesToAssignment_4_2");
+ builder.put(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_3_1(), "rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1");
+ builder.put(grammarAccess.getContainedPropertyAssociationAccess().getInBindingAssignment_5_3(), "rule__ContainedPropertyAssociation__InBindingAssignment_5_3");
builder.put(grammarAccess.getPropertyAssociationAccess().getPropertyAssignment_0(), "rule__PropertyAssociation__PropertyAssignment_0");
builder.put(grammarAccess.getPropertyAssociationAccess().getAppendAssignment_1_1(), "rule__PropertyAssociation__AppendAssignment_1_1");
builder.put(grammarAccess.getPropertyAssociationAccess().getConstantAssignment_2(), "rule__PropertyAssociation__ConstantAssignment_2");
builder.put(grammarAccess.getPropertyAssociationAccess().getOwnedValueAssignment_3_0(), "rule__PropertyAssociation__OwnedValueAssignment_3_0");
builder.put(grammarAccess.getPropertyAssociationAccess().getOwnedValueAssignment_3_1_1(), "rule__PropertyAssociation__OwnedValueAssignment_3_1_1");
- builder.put(grammarAccess.getPropertyAssociationAccess().getInBindingAssignment_4_2(), "rule__PropertyAssociation__InBindingAssignment_4_2");
+ builder.put(grammarAccess.getPropertyAssociationAccess().getInBindingAssignment_4_3(), "rule__PropertyAssociation__InBindingAssignment_4_3");
builder.put(grammarAccess.getBasicPropertyAssociationAccess().getPropertyAssignment_0(), "rule__BasicPropertyAssociation__PropertyAssignment_0");
builder.put(grammarAccess.getBasicPropertyAssociationAccess().getOwnedValueAssignment_2(), "rule__BasicPropertyAssociation__OwnedValueAssignment_2");
builder.put(grammarAccess.getContainmentPathAccess().getPathAssignment(), "rule__ContainmentPath__PathAssignment");
builder.put(grammarAccess.getModalPropertyValueAccess().getOwnedValueAssignment_0(), "rule__ModalPropertyValue__OwnedValueAssignment_0");
- builder.put(grammarAccess.getModalPropertyValueAccess().getInModeAssignment_3(), "rule__ModalPropertyValue__InModeAssignment_3");
- builder.put(grammarAccess.getModalPropertyValueAccess().getInModeAssignment_4_1(), "rule__ModalPropertyValue__InModeAssignment_4_1");
+ builder.put(grammarAccess.getModalPropertyValueAccess().getInModeAssignment_4(), "rule__ModalPropertyValue__InModeAssignment_4");
+ builder.put(grammarAccess.getModalPropertyValueAccess().getInModeAssignment_5_1(), "rule__ModalPropertyValue__InModeAssignment_5_1");
builder.put(grammarAccess.getOptionalModalPropertyValueAccess().getOwnedValueAssignment_0(), "rule__OptionalModalPropertyValue__OwnedValueAssignment_0");
- builder.put(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_2(), "rule__OptionalModalPropertyValue__InModeAssignment_1_2");
- builder.put(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_3_1(), "rule__OptionalModalPropertyValue__InModeAssignment_1_3_1");
+ builder.put(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_3(), "rule__OptionalModalPropertyValue__InModeAssignment_1_3");
+ builder.put(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_4_1(), "rule__OptionalModalPropertyValue__InModeAssignment_1_4_1");
builder.put(grammarAccess.getPropertyValueAccess().getOwnedValueAssignment(), "rule__PropertyValue__OwnedValueAssignment");
builder.put(grammarAccess.getLiteralorReferenceTermAccess().getNamedValueAssignment(), "rule__LiteralorReferenceTerm__NamedValueAssignment");
builder.put(grammarAccess.getBooleanLiteralAccess().getValueAssignment_1_0(), "rule__BooleanLiteral__ValueAssignment_1_0");
diff --git a/core/org.osate.xtext.aadl2.properties.ui/src-gen/org/osate/xtext/aadl2/properties/ide/contentassist/antlr/internal/InternalPropertiesParser.g b/core/org.osate.xtext.aadl2.properties.ui/src-gen/org/osate/xtext/aadl2/properties/ide/contentassist/antlr/internal/InternalPropertiesParser.g
index 3ba766d188b..0ec929f2073 100644
--- a/core/org.osate.xtext.aadl2.properties.ui/src-gen/org/osate/xtext/aadl2/properties/ide/contentassist/antlr/internal/InternalPropertiesParser.g
+++ b/core/org.osate.xtext.aadl2.properties.ui/src-gen/org/osate/xtext/aadl2/properties/ide/contentassist/antlr/internal/InternalPropertiesParser.g
@@ -774,81 +774,6 @@ finally {
restoreStackSize(stackSize);
}
-// Entry rule entryRuleAppliesToKeywords
-entryRuleAppliesToKeywords
-:
-{ before(grammarAccess.getAppliesToKeywordsRule()); }
- ruleAppliesToKeywords
-{ after(grammarAccess.getAppliesToKeywordsRule()); }
- EOF
-;
-
-// Rule AppliesToKeywords
-ruleAppliesToKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getAppliesToKeywordsAccess().getGroup()); }
- (rule__AppliesToKeywords__Group__0)
- { after(grammarAccess.getAppliesToKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleInBindingKeywords
-entryRuleInBindingKeywords
-:
-{ before(grammarAccess.getInBindingKeywordsRule()); }
- ruleInBindingKeywords
-{ after(grammarAccess.getInBindingKeywordsRule()); }
- EOF
-;
-
-// Rule InBindingKeywords
-ruleInBindingKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getInBindingKeywordsAccess().getGroup()); }
- (rule__InBindingKeywords__Group__0)
- { after(grammarAccess.getInBindingKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleInModesKeywords
-entryRuleInModesKeywords
-:
-{ before(grammarAccess.getInModesKeywordsRule()); }
- ruleInModesKeywords
-{ after(grammarAccess.getInModesKeywordsRule()); }
- EOF
-;
-
-// Rule InModesKeywords
-ruleInModesKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getInModesKeywordsAccess().getGroup()); }
- (rule__InModesKeywords__Group__0)
- { after(grammarAccess.getInModesKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
// Entry rule entryRuleINTVALUE
entryRuleINTVALUE
:
@@ -1477,9 +1402,9 @@ rule__ContainedPropertyAssociation__Group_4__0__Impl
}
:
(
- { before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToKeywordsParserRuleCall_4_0()); }
- ruleAppliesToKeywords
- { after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToKeywordsParserRuleCall_4_0()); }
+ { before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesKeyword_4_0()); }
+ Applies
+ { after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesKeyword_4_0()); }
)
;
finally {
@@ -1504,9 +1429,9 @@ rule__ContainedPropertyAssociation__Group_4__1__Impl
}
:
(
- { before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_1()); }
- (rule__ContainedPropertyAssociation__AppliesToAssignment_4_1)
- { after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_1()); }
+ { before(grammarAccess.getContainedPropertyAssociationAccess().getToKeyword_4_1()); }
+ To
+ { after(grammarAccess.getContainedPropertyAssociationAccess().getToKeyword_4_1()); }
)
;
finally {
@@ -1519,6 +1444,7 @@ rule__ContainedPropertyAssociation__Group_4__2
}
:
rule__ContainedPropertyAssociation__Group_4__2__Impl
+ rule__ContainedPropertyAssociation__Group_4__3
;
finally {
restoreStackSize(stackSize);
@@ -1530,9 +1456,35 @@ rule__ContainedPropertyAssociation__Group_4__2__Impl
}
:
(
- { before(grammarAccess.getContainedPropertyAssociationAccess().getGroup_4_2()); }
- (rule__ContainedPropertyAssociation__Group_4_2__0)*
- { after(grammarAccess.getContainedPropertyAssociationAccess().getGroup_4_2()); }
+ { before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_2()); }
+ (rule__ContainedPropertyAssociation__AppliesToAssignment_4_2)
+ { after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_2()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ContainedPropertyAssociation__Group_4__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ContainedPropertyAssociation__Group_4__3__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ContainedPropertyAssociation__Group_4__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getContainedPropertyAssociationAccess().getGroup_4_3()); }
+ (rule__ContainedPropertyAssociation__Group_4_3__0)*
+ { after(grammarAccess.getContainedPropertyAssociationAccess().getGroup_4_3()); }
)
;
finally {
@@ -1540,53 +1492,53 @@ finally {
}
-rule__ContainedPropertyAssociation__Group_4_2__0
+rule__ContainedPropertyAssociation__Group_4_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ContainedPropertyAssociation__Group_4_2__0__Impl
- rule__ContainedPropertyAssociation__Group_4_2__1
+ rule__ContainedPropertyAssociation__Group_4_3__0__Impl
+ rule__ContainedPropertyAssociation__Group_4_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ContainedPropertyAssociation__Group_4_2__0__Impl
+rule__ContainedPropertyAssociation__Group_4_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getContainedPropertyAssociationAccess().getCommaKeyword_4_2_0()); }
+ { before(grammarAccess.getContainedPropertyAssociationAccess().getCommaKeyword_4_3_0()); }
Comma
- { after(grammarAccess.getContainedPropertyAssociationAccess().getCommaKeyword_4_2_0()); }
+ { after(grammarAccess.getContainedPropertyAssociationAccess().getCommaKeyword_4_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ContainedPropertyAssociation__Group_4_2__1
+rule__ContainedPropertyAssociation__Group_4_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ContainedPropertyAssociation__Group_4_2__1__Impl
+ rule__ContainedPropertyAssociation__Group_4_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ContainedPropertyAssociation__Group_4_2__1__Impl
+rule__ContainedPropertyAssociation__Group_4_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_2_1()); }
- (rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1)
- { after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_2_1()); }
+ { before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_3_1()); }
+ (rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1)
+ { after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_3_1()); }
)
;
finally {
@@ -1612,9 +1564,9 @@ rule__ContainedPropertyAssociation__Group_5__0__Impl
}
:
(
- { before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingKeywordsParserRuleCall_5_0()); }
- ruleInBindingKeywords
- { after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingKeywordsParserRuleCall_5_0()); }
+ { before(grammarAccess.getContainedPropertyAssociationAccess().getInKeyword_5_0()); }
+ In
+ { after(grammarAccess.getContainedPropertyAssociationAccess().getInKeyword_5_0()); }
)
;
finally {
@@ -1639,9 +1591,9 @@ rule__ContainedPropertyAssociation__Group_5__1__Impl
}
:
(
- { before(grammarAccess.getContainedPropertyAssociationAccess().getLeftParenthesisKeyword_5_1()); }
- LeftParenthesis
- { after(grammarAccess.getContainedPropertyAssociationAccess().getLeftParenthesisKeyword_5_1()); }
+ { before(grammarAccess.getContainedPropertyAssociationAccess().getBindingKeyword_5_1()); }
+ Binding
+ { after(grammarAccess.getContainedPropertyAssociationAccess().getBindingKeyword_5_1()); }
)
;
finally {
@@ -1666,9 +1618,9 @@ rule__ContainedPropertyAssociation__Group_5__2__Impl
}
:
(
- { before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingAssignment_5_2()); }
- (rule__ContainedPropertyAssociation__InBindingAssignment_5_2)
- { after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingAssignment_5_2()); }
+ { before(grammarAccess.getContainedPropertyAssociationAccess().getLeftParenthesisKeyword_5_2()); }
+ LeftParenthesis
+ { after(grammarAccess.getContainedPropertyAssociationAccess().getLeftParenthesisKeyword_5_2()); }
)
;
finally {
@@ -1681,6 +1633,7 @@ rule__ContainedPropertyAssociation__Group_5__3
}
:
rule__ContainedPropertyAssociation__Group_5__3__Impl
+ rule__ContainedPropertyAssociation__Group_5__4
;
finally {
restoreStackSize(stackSize);
@@ -1692,9 +1645,35 @@ rule__ContainedPropertyAssociation__Group_5__3__Impl
}
:
(
- { before(grammarAccess.getContainedPropertyAssociationAccess().getRightParenthesisKeyword_5_3()); }
+ { before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingAssignment_5_3()); }
+ (rule__ContainedPropertyAssociation__InBindingAssignment_5_3)
+ { after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingAssignment_5_3()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ContainedPropertyAssociation__Group_5__4
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ContainedPropertyAssociation__Group_5__4__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ContainedPropertyAssociation__Group_5__4__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getContainedPropertyAssociationAccess().getRightParenthesisKeyword_5_4()); }
RightParenthesis
- { after(grammarAccess.getContainedPropertyAssociationAccess().getRightParenthesisKeyword_5_3()); }
+ { after(grammarAccess.getContainedPropertyAssociationAccess().getRightParenthesisKeyword_5_4()); }
)
;
finally {
@@ -1774,9 +1753,9 @@ rule__OptionalModalPropertyValue__Group_1__0__Impl
}
:
(
- { before(grammarAccess.getOptionalModalPropertyValueAccess().getInModesKeywordsParserRuleCall_1_0()); }
- ruleInModesKeywords
- { after(grammarAccess.getOptionalModalPropertyValueAccess().getInModesKeywordsParserRuleCall_1_0()); }
+ { before(grammarAccess.getOptionalModalPropertyValueAccess().getInKeyword_1_0()); }
+ In
+ { after(grammarAccess.getOptionalModalPropertyValueAccess().getInKeyword_1_0()); }
)
;
finally {
@@ -1801,9 +1780,9 @@ rule__OptionalModalPropertyValue__Group_1__1__Impl
}
:
(
- { before(grammarAccess.getOptionalModalPropertyValueAccess().getLeftParenthesisKeyword_1_1()); }
- LeftParenthesis
- { after(grammarAccess.getOptionalModalPropertyValueAccess().getLeftParenthesisKeyword_1_1()); }
+ { before(grammarAccess.getOptionalModalPropertyValueAccess().getModesKeyword_1_1()); }
+ Modes
+ { after(grammarAccess.getOptionalModalPropertyValueAccess().getModesKeyword_1_1()); }
)
;
finally {
@@ -1828,9 +1807,9 @@ rule__OptionalModalPropertyValue__Group_1__2__Impl
}
:
(
- { before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_2()); }
- (rule__OptionalModalPropertyValue__InModeAssignment_1_2)
- { after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_2()); }
+ { before(grammarAccess.getOptionalModalPropertyValueAccess().getLeftParenthesisKeyword_1_2()); }
+ LeftParenthesis
+ { after(grammarAccess.getOptionalModalPropertyValueAccess().getLeftParenthesisKeyword_1_2()); }
)
;
finally {
@@ -1855,9 +1834,9 @@ rule__OptionalModalPropertyValue__Group_1__3__Impl
}
:
(
- { before(grammarAccess.getOptionalModalPropertyValueAccess().getGroup_1_3()); }
- (rule__OptionalModalPropertyValue__Group_1_3__0)*
- { after(grammarAccess.getOptionalModalPropertyValueAccess().getGroup_1_3()); }
+ { before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_3()); }
+ (rule__OptionalModalPropertyValue__InModeAssignment_1_3)
+ { after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_3()); }
)
;
finally {
@@ -1870,6 +1849,7 @@ rule__OptionalModalPropertyValue__Group_1__4
}
:
rule__OptionalModalPropertyValue__Group_1__4__Impl
+ rule__OptionalModalPropertyValue__Group_1__5
;
finally {
restoreStackSize(stackSize);
@@ -1881,9 +1861,35 @@ rule__OptionalModalPropertyValue__Group_1__4__Impl
}
:
(
- { before(grammarAccess.getOptionalModalPropertyValueAccess().getRightParenthesisKeyword_1_4()); }
+ { before(grammarAccess.getOptionalModalPropertyValueAccess().getGroup_1_4()); }
+ (rule__OptionalModalPropertyValue__Group_1_4__0)*
+ { after(grammarAccess.getOptionalModalPropertyValueAccess().getGroup_1_4()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__OptionalModalPropertyValue__Group_1__5
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__OptionalModalPropertyValue__Group_1__5__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__OptionalModalPropertyValue__Group_1__5__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getOptionalModalPropertyValueAccess().getRightParenthesisKeyword_1_5()); }
RightParenthesis
- { after(grammarAccess.getOptionalModalPropertyValueAccess().getRightParenthesisKeyword_1_4()); }
+ { after(grammarAccess.getOptionalModalPropertyValueAccess().getRightParenthesisKeyword_1_5()); }
)
;
finally {
@@ -1891,53 +1897,53 @@ finally {
}
-rule__OptionalModalPropertyValue__Group_1_3__0
+rule__OptionalModalPropertyValue__Group_1_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__OptionalModalPropertyValue__Group_1_3__0__Impl
- rule__OptionalModalPropertyValue__Group_1_3__1
+ rule__OptionalModalPropertyValue__Group_1_4__0__Impl
+ rule__OptionalModalPropertyValue__Group_1_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__OptionalModalPropertyValue__Group_1_3__0__Impl
+rule__OptionalModalPropertyValue__Group_1_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getOptionalModalPropertyValueAccess().getCommaKeyword_1_3_0()); }
+ { before(grammarAccess.getOptionalModalPropertyValueAccess().getCommaKeyword_1_4_0()); }
Comma
- { after(grammarAccess.getOptionalModalPropertyValueAccess().getCommaKeyword_1_3_0()); }
+ { after(grammarAccess.getOptionalModalPropertyValueAccess().getCommaKeyword_1_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__OptionalModalPropertyValue__Group_1_3__1
+rule__OptionalModalPropertyValue__Group_1_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__OptionalModalPropertyValue__Group_1_3__1__Impl
+ rule__OptionalModalPropertyValue__Group_1_4__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__OptionalModalPropertyValue__Group_1_3__1__Impl
+rule__OptionalModalPropertyValue__Group_1_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_3_1()); }
- (rule__OptionalModalPropertyValue__InModeAssignment_1_3_1)
- { after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_3_1()); }
+ { before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_4_1()); }
+ (rule__OptionalModalPropertyValue__InModeAssignment_1_4_1)
+ { after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_4_1()); }
)
;
finally {
@@ -3518,168 +3524,6 @@ finally {
}
-rule__AppliesToKeywords__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__AppliesToKeywords__Group__0__Impl
- rule__AppliesToKeywords__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__AppliesToKeywords__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getAppliesToKeywordsAccess().getAppliesKeyword_0()); }
- Applies
- { after(grammarAccess.getAppliesToKeywordsAccess().getAppliesKeyword_0()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__AppliesToKeywords__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__AppliesToKeywords__Group__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__AppliesToKeywords__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getAppliesToKeywordsAccess().getToKeyword_1()); }
- To
- { after(grammarAccess.getAppliesToKeywordsAccess().getToKeyword_1()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__InBindingKeywords__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__InBindingKeywords__Group__0__Impl
- rule__InBindingKeywords__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__InBindingKeywords__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getInBindingKeywordsAccess().getInKeyword_0()); }
- In
- { after(grammarAccess.getInBindingKeywordsAccess().getInKeyword_0()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__InBindingKeywords__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__InBindingKeywords__Group__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__InBindingKeywords__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getInBindingKeywordsAccess().getBindingKeyword_1()); }
- Binding
- { after(grammarAccess.getInBindingKeywordsAccess().getBindingKeyword_1()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__InModesKeywords__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__InModesKeywords__Group__0__Impl
- rule__InModesKeywords__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__InModesKeywords__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getInModesKeywordsAccess().getInKeyword_0()); }
- In
- { after(grammarAccess.getInModesKeywordsAccess().getInKeyword_0()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__InModesKeywords__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__InModesKeywords__Group__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__InModesKeywords__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getInModesKeywordsAccess().getModesKeyword_1()); }
- Modes
- { after(grammarAccess.getInModesKeywordsAccess().getModesKeyword_1()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
rule__QPREF__Group__0
@init {
int stackSize = keepStackSize();
@@ -4064,49 +3908,49 @@ finally {
restoreStackSize(stackSize);
}
-rule__ContainedPropertyAssociation__AppliesToAssignment_4_1
+rule__ContainedPropertyAssociation__AppliesToAssignment_4_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_1_0()); }
+ { before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_2_0()); }
ruleContainmentPath
- { after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_1_0()); }
+ { after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1
+rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_2_1_0()); }
+ { before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_3_1_0()); }
ruleContainmentPath
- { after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_2_1_0()); }
+ { after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ContainedPropertyAssociation__InBindingAssignment_5_2
+rule__ContainedPropertyAssociation__InBindingAssignment_5_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierCrossReference_5_2_0()); }
+ { before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierCrossReference_5_3_0()); }
(
- { before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierQCREFParserRuleCall_5_2_0_1()); }
+ { before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierQCREFParserRuleCall_5_3_0_1()); }
ruleQCREF
- { after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierQCREFParserRuleCall_5_2_0_1()); }
+ { after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierQCREFParserRuleCall_5_3_0_1()); }
)
- { after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierCrossReference_5_2_0()); }
+ { after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierCrossReference_5_3_0()); }
)
;
finally {
@@ -4143,38 +3987,38 @@ finally {
restoreStackSize(stackSize);
}
-rule__OptionalModalPropertyValue__InModeAssignment_1_2
+rule__OptionalModalPropertyValue__InModeAssignment_1_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_2_0()); }
+ { before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_3_0()); }
(
- { before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeIDTerminalRuleCall_1_2_0_1()); }
+ { before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeIDTerminalRuleCall_1_3_0_1()); }
RULE_ID
- { after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeIDTerminalRuleCall_1_2_0_1()); }
+ { after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeIDTerminalRuleCall_1_3_0_1()); }
)
- { after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_2_0()); }
+ { after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__OptionalModalPropertyValue__InModeAssignment_1_3_1
+rule__OptionalModalPropertyValue__InModeAssignment_1_4_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_3_1_0()); }
+ { before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_4_1_0()); }
(
- { before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeIDTerminalRuleCall_1_3_1_0_1()); }
+ { before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeIDTerminalRuleCall_1_4_1_0_1()); }
RULE_ID
- { after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeIDTerminalRuleCall_1_3_1_0_1()); }
+ { after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeIDTerminalRuleCall_1_4_1_0_1()); }
)
- { after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_3_1_0()); }
+ { after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_4_1_0()); }
)
;
finally {
diff --git a/core/org.osate.xtext.aadl2.properties.ui/src-gen/org/osate/xtext/aadl2/properties/ide/contentassist/antlr/internal/InternalPropertiesParser.java b/core/org.osate.xtext.aadl2.properties.ui/src-gen/org/osate/xtext/aadl2/properties/ide/contentassist/antlr/internal/InternalPropertiesParser.java
index 71e40d82c31..1311b7a71e1 100644
--- a/core/org.osate.xtext.aadl2.properties.ui/src-gen/org/osate/xtext/aadl2/properties/ide/contentassist/antlr/internal/InternalPropertiesParser.java
+++ b/core/org.osate.xtext.aadl2.properties.ui/src-gen/org/osate/xtext/aadl2/properties/ide/contentassist/antlr/internal/InternalPropertiesParser.java
@@ -2223,243 +2223,12 @@ public final void ruleNumAlt() throws RecognitionException {
// $ANTLR end "ruleNumAlt"
- // $ANTLR start "entryRuleAppliesToKeywords"
- // InternalPropertiesParser.g:778:1: entryRuleAppliesToKeywords : ruleAppliesToKeywords EOF ;
- public final void entryRuleAppliesToKeywords() throws RecognitionException {
- try {
- // InternalPropertiesParser.g:779:1: ( ruleAppliesToKeywords EOF )
- // InternalPropertiesParser.g:780:1: ruleAppliesToKeywords EOF
- {
- before(grammarAccess.getAppliesToKeywordsRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleAppliesToKeywords();
-
- state._fsp--;
-
- after(grammarAccess.getAppliesToKeywordsRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleAppliesToKeywords"
-
-
- // $ANTLR start "ruleAppliesToKeywords"
- // InternalPropertiesParser.g:787:1: ruleAppliesToKeywords : ( ( rule__AppliesToKeywords__Group__0 ) ) ;
- public final void ruleAppliesToKeywords() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalPropertiesParser.g:791:2: ( ( ( rule__AppliesToKeywords__Group__0 ) ) )
- // InternalPropertiesParser.g:792:2: ( ( rule__AppliesToKeywords__Group__0 ) )
- {
- // InternalPropertiesParser.g:792:2: ( ( rule__AppliesToKeywords__Group__0 ) )
- // InternalPropertiesParser.g:793:3: ( rule__AppliesToKeywords__Group__0 )
- {
- before(grammarAccess.getAppliesToKeywordsAccess().getGroup());
- // InternalPropertiesParser.g:794:3: ( rule__AppliesToKeywords__Group__0 )
- // InternalPropertiesParser.g:794:4: rule__AppliesToKeywords__Group__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__AppliesToKeywords__Group__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getAppliesToKeywordsAccess().getGroup());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleAppliesToKeywords"
-
-
- // $ANTLR start "entryRuleInBindingKeywords"
- // InternalPropertiesParser.g:803:1: entryRuleInBindingKeywords : ruleInBindingKeywords EOF ;
- public final void entryRuleInBindingKeywords() throws RecognitionException {
- try {
- // InternalPropertiesParser.g:804:1: ( ruleInBindingKeywords EOF )
- // InternalPropertiesParser.g:805:1: ruleInBindingKeywords EOF
- {
- before(grammarAccess.getInBindingKeywordsRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleInBindingKeywords();
-
- state._fsp--;
-
- after(grammarAccess.getInBindingKeywordsRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleInBindingKeywords"
-
-
- // $ANTLR start "ruleInBindingKeywords"
- // InternalPropertiesParser.g:812:1: ruleInBindingKeywords : ( ( rule__InBindingKeywords__Group__0 ) ) ;
- public final void ruleInBindingKeywords() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalPropertiesParser.g:816:2: ( ( ( rule__InBindingKeywords__Group__0 ) ) )
- // InternalPropertiesParser.g:817:2: ( ( rule__InBindingKeywords__Group__0 ) )
- {
- // InternalPropertiesParser.g:817:2: ( ( rule__InBindingKeywords__Group__0 ) )
- // InternalPropertiesParser.g:818:3: ( rule__InBindingKeywords__Group__0 )
- {
- before(grammarAccess.getInBindingKeywordsAccess().getGroup());
- // InternalPropertiesParser.g:819:3: ( rule__InBindingKeywords__Group__0 )
- // InternalPropertiesParser.g:819:4: rule__InBindingKeywords__Group__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__InBindingKeywords__Group__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getInBindingKeywordsAccess().getGroup());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleInBindingKeywords"
-
-
- // $ANTLR start "entryRuleInModesKeywords"
- // InternalPropertiesParser.g:828:1: entryRuleInModesKeywords : ruleInModesKeywords EOF ;
- public final void entryRuleInModesKeywords() throws RecognitionException {
- try {
- // InternalPropertiesParser.g:829:1: ( ruleInModesKeywords EOF )
- // InternalPropertiesParser.g:830:1: ruleInModesKeywords EOF
- {
- before(grammarAccess.getInModesKeywordsRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleInModesKeywords();
-
- state._fsp--;
-
- after(grammarAccess.getInModesKeywordsRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleInModesKeywords"
-
-
- // $ANTLR start "ruleInModesKeywords"
- // InternalPropertiesParser.g:837:1: ruleInModesKeywords : ( ( rule__InModesKeywords__Group__0 ) ) ;
- public final void ruleInModesKeywords() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalPropertiesParser.g:841:2: ( ( ( rule__InModesKeywords__Group__0 ) ) )
- // InternalPropertiesParser.g:842:2: ( ( rule__InModesKeywords__Group__0 ) )
- {
- // InternalPropertiesParser.g:842:2: ( ( rule__InModesKeywords__Group__0 ) )
- // InternalPropertiesParser.g:843:3: ( rule__InModesKeywords__Group__0 )
- {
- before(grammarAccess.getInModesKeywordsAccess().getGroup());
- // InternalPropertiesParser.g:844:3: ( rule__InModesKeywords__Group__0 )
- // InternalPropertiesParser.g:844:4: rule__InModesKeywords__Group__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__InModesKeywords__Group__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getInModesKeywordsAccess().getGroup());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleInModesKeywords"
-
-
// $ANTLR start "entryRuleINTVALUE"
- // InternalPropertiesParser.g:853:1: entryRuleINTVALUE : ruleINTVALUE EOF ;
+ // InternalPropertiesParser.g:778:1: entryRuleINTVALUE : ruleINTVALUE EOF ;
public final void entryRuleINTVALUE() throws RecognitionException {
try {
- // InternalPropertiesParser.g:854:1: ( ruleINTVALUE EOF )
- // InternalPropertiesParser.g:855:1: ruleINTVALUE EOF
+ // InternalPropertiesParser.g:779:1: ( ruleINTVALUE EOF )
+ // InternalPropertiesParser.g:780:1: ruleINTVALUE EOF
{
before(grammarAccess.getINTVALUERule());
pushFollow(FollowSets000.FOLLOW_1);
@@ -2485,17 +2254,17 @@ public final void entryRuleINTVALUE() throws RecognitionException {
// $ANTLR start "ruleINTVALUE"
- // InternalPropertiesParser.g:862:1: ruleINTVALUE : ( RULE_INTEGER_LIT ) ;
+ // InternalPropertiesParser.g:787:1: ruleINTVALUE : ( RULE_INTEGER_LIT ) ;
public final void ruleINTVALUE() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:866:2: ( ( RULE_INTEGER_LIT ) )
- // InternalPropertiesParser.g:867:2: ( RULE_INTEGER_LIT )
+ // InternalPropertiesParser.g:791:2: ( ( RULE_INTEGER_LIT ) )
+ // InternalPropertiesParser.g:792:2: ( RULE_INTEGER_LIT )
{
- // InternalPropertiesParser.g:867:2: ( RULE_INTEGER_LIT )
- // InternalPropertiesParser.g:868:3: RULE_INTEGER_LIT
+ // InternalPropertiesParser.g:792:2: ( RULE_INTEGER_LIT )
+ // InternalPropertiesParser.g:793:3: RULE_INTEGER_LIT
{
before(grammarAccess.getINTVALUEAccess().getINTEGER_LITTerminalRuleCall());
match(input,RULE_INTEGER_LIT,FollowSets000.FOLLOW_2);
@@ -2522,11 +2291,11 @@ public final void ruleINTVALUE() throws RecognitionException {
// $ANTLR start "entryRuleQPREF"
- // InternalPropertiesParser.g:878:1: entryRuleQPREF : ruleQPREF EOF ;
+ // InternalPropertiesParser.g:803:1: entryRuleQPREF : ruleQPREF EOF ;
public final void entryRuleQPREF() throws RecognitionException {
try {
- // InternalPropertiesParser.g:879:1: ( ruleQPREF EOF )
- // InternalPropertiesParser.g:880:1: ruleQPREF EOF
+ // InternalPropertiesParser.g:804:1: ( ruleQPREF EOF )
+ // InternalPropertiesParser.g:805:1: ruleQPREF EOF
{
before(grammarAccess.getQPREFRule());
pushFollow(FollowSets000.FOLLOW_1);
@@ -2552,21 +2321,21 @@ public final void entryRuleQPREF() throws RecognitionException {
// $ANTLR start "ruleQPREF"
- // InternalPropertiesParser.g:887:1: ruleQPREF : ( ( rule__QPREF__Group__0 ) ) ;
+ // InternalPropertiesParser.g:812:1: ruleQPREF : ( ( rule__QPREF__Group__0 ) ) ;
public final void ruleQPREF() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:891:2: ( ( ( rule__QPREF__Group__0 ) ) )
- // InternalPropertiesParser.g:892:2: ( ( rule__QPREF__Group__0 ) )
+ // InternalPropertiesParser.g:816:2: ( ( ( rule__QPREF__Group__0 ) ) )
+ // InternalPropertiesParser.g:817:2: ( ( rule__QPREF__Group__0 ) )
{
- // InternalPropertiesParser.g:892:2: ( ( rule__QPREF__Group__0 ) )
- // InternalPropertiesParser.g:893:3: ( rule__QPREF__Group__0 )
+ // InternalPropertiesParser.g:817:2: ( ( rule__QPREF__Group__0 ) )
+ // InternalPropertiesParser.g:818:3: ( rule__QPREF__Group__0 )
{
before(grammarAccess.getQPREFAccess().getGroup());
- // InternalPropertiesParser.g:894:3: ( rule__QPREF__Group__0 )
- // InternalPropertiesParser.g:894:4: rule__QPREF__Group__0
+ // InternalPropertiesParser.g:819:3: ( rule__QPREF__Group__0 )
+ // InternalPropertiesParser.g:819:4: rule__QPREF__Group__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__QPREF__Group__0();
@@ -2599,11 +2368,11 @@ public final void ruleQPREF() throws RecognitionException {
// $ANTLR start "entryRuleQCREF"
- // InternalPropertiesParser.g:903:1: entryRuleQCREF : ruleQCREF EOF ;
+ // InternalPropertiesParser.g:828:1: entryRuleQCREF : ruleQCREF EOF ;
public final void entryRuleQCREF() throws RecognitionException {
try {
- // InternalPropertiesParser.g:904:1: ( ruleQCREF EOF )
- // InternalPropertiesParser.g:905:1: ruleQCREF EOF
+ // InternalPropertiesParser.g:829:1: ( ruleQCREF EOF )
+ // InternalPropertiesParser.g:830:1: ruleQCREF EOF
{
before(grammarAccess.getQCREFRule());
pushFollow(FollowSets000.FOLLOW_1);
@@ -2629,21 +2398,21 @@ public final void entryRuleQCREF() throws RecognitionException {
// $ANTLR start "ruleQCREF"
- // InternalPropertiesParser.g:912:1: ruleQCREF : ( ( rule__QCREF__Group__0 ) ) ;
+ // InternalPropertiesParser.g:837:1: ruleQCREF : ( ( rule__QCREF__Group__0 ) ) ;
public final void ruleQCREF() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:916:2: ( ( ( rule__QCREF__Group__0 ) ) )
- // InternalPropertiesParser.g:917:2: ( ( rule__QCREF__Group__0 ) )
+ // InternalPropertiesParser.g:841:2: ( ( ( rule__QCREF__Group__0 ) ) )
+ // InternalPropertiesParser.g:842:2: ( ( rule__QCREF__Group__0 ) )
{
- // InternalPropertiesParser.g:917:2: ( ( rule__QCREF__Group__0 ) )
- // InternalPropertiesParser.g:918:3: ( rule__QCREF__Group__0 )
+ // InternalPropertiesParser.g:842:2: ( ( rule__QCREF__Group__0 ) )
+ // InternalPropertiesParser.g:843:3: ( rule__QCREF__Group__0 )
{
before(grammarAccess.getQCREFAccess().getGroup());
- // InternalPropertiesParser.g:919:3: ( rule__QCREF__Group__0 )
- // InternalPropertiesParser.g:919:4: rule__QCREF__Group__0
+ // InternalPropertiesParser.g:844:3: ( rule__QCREF__Group__0 )
+ // InternalPropertiesParser.g:844:4: rule__QCREF__Group__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__QCREF__Group__0();
@@ -2676,11 +2445,11 @@ public final void ruleQCREF() throws RecognitionException {
// $ANTLR start "entryRuleSTAR"
- // InternalPropertiesParser.g:928:1: entryRuleSTAR : ruleSTAR EOF ;
+ // InternalPropertiesParser.g:853:1: entryRuleSTAR : ruleSTAR EOF ;
public final void entryRuleSTAR() throws RecognitionException {
try {
- // InternalPropertiesParser.g:929:1: ( ruleSTAR EOF )
- // InternalPropertiesParser.g:930:1: ruleSTAR EOF
+ // InternalPropertiesParser.g:854:1: ( ruleSTAR EOF )
+ // InternalPropertiesParser.g:855:1: ruleSTAR EOF
{
before(grammarAccess.getSTARRule());
pushFollow(FollowSets000.FOLLOW_1);
@@ -2706,17 +2475,17 @@ public final void entryRuleSTAR() throws RecognitionException {
// $ANTLR start "ruleSTAR"
- // InternalPropertiesParser.g:937:1: ruleSTAR : ( Asterisk ) ;
+ // InternalPropertiesParser.g:862:1: ruleSTAR : ( Asterisk ) ;
public final void ruleSTAR() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:941:2: ( ( Asterisk ) )
- // InternalPropertiesParser.g:942:2: ( Asterisk )
+ // InternalPropertiesParser.g:866:2: ( ( Asterisk ) )
+ // InternalPropertiesParser.g:867:2: ( Asterisk )
{
- // InternalPropertiesParser.g:942:2: ( Asterisk )
- // InternalPropertiesParser.g:943:3: Asterisk
+ // InternalPropertiesParser.g:867:2: ( Asterisk )
+ // InternalPropertiesParser.g:868:3: Asterisk
{
before(grammarAccess.getSTARAccess().getAsteriskKeyword());
match(input,Asterisk,FollowSets000.FOLLOW_2);
@@ -2743,13 +2512,13 @@ public final void ruleSTAR() throws RecognitionException {
// $ANTLR start "rule__ContainedPropertyAssociation__Alternatives_1"
- // InternalPropertiesParser.g:952:1: rule__ContainedPropertyAssociation__Alternatives_1 : ( ( EqualsSignGreaterThanSign ) | ( ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 ) ) );
+ // InternalPropertiesParser.g:877:1: rule__ContainedPropertyAssociation__Alternatives_1 : ( ( EqualsSignGreaterThanSign ) | ( ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 ) ) );
public final void rule__ContainedPropertyAssociation__Alternatives_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:956:1: ( ( EqualsSignGreaterThanSign ) | ( ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 ) ) )
+ // InternalPropertiesParser.g:881:1: ( ( EqualsSignGreaterThanSign ) | ( ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 ) ) )
int alt1=2;
int LA1_0 = input.LA(1);
@@ -2767,10 +2536,10 @@ else if ( (LA1_0==PlusSignEqualsSignGreaterThanSign) ) {
}
switch (alt1) {
case 1 :
- // InternalPropertiesParser.g:957:2: ( EqualsSignGreaterThanSign )
+ // InternalPropertiesParser.g:882:2: ( EqualsSignGreaterThanSign )
{
- // InternalPropertiesParser.g:957:2: ( EqualsSignGreaterThanSign )
- // InternalPropertiesParser.g:958:3: EqualsSignGreaterThanSign
+ // InternalPropertiesParser.g:882:2: ( EqualsSignGreaterThanSign )
+ // InternalPropertiesParser.g:883:3: EqualsSignGreaterThanSign
{
before(grammarAccess.getContainedPropertyAssociationAccess().getEqualsSignGreaterThanSignKeyword_1_0());
match(input,EqualsSignGreaterThanSign,FollowSets000.FOLLOW_2);
@@ -2782,14 +2551,14 @@ else if ( (LA1_0==PlusSignEqualsSignGreaterThanSign) ) {
}
break;
case 2 :
- // InternalPropertiesParser.g:963:2: ( ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 ) )
+ // InternalPropertiesParser.g:888:2: ( ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 ) )
{
- // InternalPropertiesParser.g:963:2: ( ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 ) )
- // InternalPropertiesParser.g:964:3: ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 )
+ // InternalPropertiesParser.g:888:2: ( ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 ) )
+ // InternalPropertiesParser.g:889:3: ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 )
{
before(grammarAccess.getContainedPropertyAssociationAccess().getAppendAssignment_1_1());
- // InternalPropertiesParser.g:965:3: ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 )
- // InternalPropertiesParser.g:965:4: rule__ContainedPropertyAssociation__AppendAssignment_1_1
+ // InternalPropertiesParser.g:890:3: ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 )
+ // InternalPropertiesParser.g:890:4: rule__ContainedPropertyAssociation__AppendAssignment_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ContainedPropertyAssociation__AppendAssignment_1_1();
@@ -2824,21 +2593,21 @@ else if ( (LA1_0==PlusSignEqualsSignGreaterThanSign) ) {
// $ANTLR start "rule__PropertyExpression__Alternatives"
- // InternalPropertiesParser.g:973:1: rule__PropertyExpression__Alternatives : ( ( ruleRecordTerm ) | ( ruleReferenceTerm ) | ( ruleComponentClassifierTerm ) | ( ruleComputedTerm ) | ( ruleStringTerm ) | ( ruleNumericRangeTerm ) | ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleListTerm ) | ( ruleBooleanLiteral ) | ( ruleLiteralorReferenceTerm ) );
+ // InternalPropertiesParser.g:898:1: rule__PropertyExpression__Alternatives : ( ( ruleRecordTerm ) | ( ruleReferenceTerm ) | ( ruleComponentClassifierTerm ) | ( ruleComputedTerm ) | ( ruleStringTerm ) | ( ruleNumericRangeTerm ) | ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleListTerm ) | ( ruleBooleanLiteral ) | ( ruleLiteralorReferenceTerm ) );
public final void rule__PropertyExpression__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:977:1: ( ( ruleRecordTerm ) | ( ruleReferenceTerm ) | ( ruleComponentClassifierTerm ) | ( ruleComputedTerm ) | ( ruleStringTerm ) | ( ruleNumericRangeTerm ) | ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleListTerm ) | ( ruleBooleanLiteral ) | ( ruleLiteralorReferenceTerm ) )
+ // InternalPropertiesParser.g:902:1: ( ( ruleRecordTerm ) | ( ruleReferenceTerm ) | ( ruleComponentClassifierTerm ) | ( ruleComputedTerm ) | ( ruleStringTerm ) | ( ruleNumericRangeTerm ) | ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleListTerm ) | ( ruleBooleanLiteral ) | ( ruleLiteralorReferenceTerm ) )
int alt2=11;
alt2 = dfa2.predict(input);
switch (alt2) {
case 1 :
- // InternalPropertiesParser.g:978:2: ( ruleRecordTerm )
+ // InternalPropertiesParser.g:903:2: ( ruleRecordTerm )
{
- // InternalPropertiesParser.g:978:2: ( ruleRecordTerm )
- // InternalPropertiesParser.g:979:3: ruleRecordTerm
+ // InternalPropertiesParser.g:903:2: ( ruleRecordTerm )
+ // InternalPropertiesParser.g:904:3: ruleRecordTerm
{
before(grammarAccess.getPropertyExpressionAccess().getRecordTermParserRuleCall_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -2854,10 +2623,10 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
}
break;
case 2 :
- // InternalPropertiesParser.g:984:2: ( ruleReferenceTerm )
+ // InternalPropertiesParser.g:909:2: ( ruleReferenceTerm )
{
- // InternalPropertiesParser.g:984:2: ( ruleReferenceTerm )
- // InternalPropertiesParser.g:985:3: ruleReferenceTerm
+ // InternalPropertiesParser.g:909:2: ( ruleReferenceTerm )
+ // InternalPropertiesParser.g:910:3: ruleReferenceTerm
{
before(grammarAccess.getPropertyExpressionAccess().getReferenceTermParserRuleCall_1());
pushFollow(FollowSets000.FOLLOW_2);
@@ -2873,10 +2642,10 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
}
break;
case 3 :
- // InternalPropertiesParser.g:990:2: ( ruleComponentClassifierTerm )
+ // InternalPropertiesParser.g:915:2: ( ruleComponentClassifierTerm )
{
- // InternalPropertiesParser.g:990:2: ( ruleComponentClassifierTerm )
- // InternalPropertiesParser.g:991:3: ruleComponentClassifierTerm
+ // InternalPropertiesParser.g:915:2: ( ruleComponentClassifierTerm )
+ // InternalPropertiesParser.g:916:3: ruleComponentClassifierTerm
{
before(grammarAccess.getPropertyExpressionAccess().getComponentClassifierTermParserRuleCall_2());
pushFollow(FollowSets000.FOLLOW_2);
@@ -2892,10 +2661,10 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
}
break;
case 4 :
- // InternalPropertiesParser.g:996:2: ( ruleComputedTerm )
+ // InternalPropertiesParser.g:921:2: ( ruleComputedTerm )
{
- // InternalPropertiesParser.g:996:2: ( ruleComputedTerm )
- // InternalPropertiesParser.g:997:3: ruleComputedTerm
+ // InternalPropertiesParser.g:921:2: ( ruleComputedTerm )
+ // InternalPropertiesParser.g:922:3: ruleComputedTerm
{
before(grammarAccess.getPropertyExpressionAccess().getComputedTermParserRuleCall_3());
pushFollow(FollowSets000.FOLLOW_2);
@@ -2911,10 +2680,10 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
}
break;
case 5 :
- // InternalPropertiesParser.g:1002:2: ( ruleStringTerm )
+ // InternalPropertiesParser.g:927:2: ( ruleStringTerm )
{
- // InternalPropertiesParser.g:1002:2: ( ruleStringTerm )
- // InternalPropertiesParser.g:1003:3: ruleStringTerm
+ // InternalPropertiesParser.g:927:2: ( ruleStringTerm )
+ // InternalPropertiesParser.g:928:3: ruleStringTerm
{
before(grammarAccess.getPropertyExpressionAccess().getStringTermParserRuleCall_4());
pushFollow(FollowSets000.FOLLOW_2);
@@ -2930,10 +2699,10 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
}
break;
case 6 :
- // InternalPropertiesParser.g:1008:2: ( ruleNumericRangeTerm )
+ // InternalPropertiesParser.g:933:2: ( ruleNumericRangeTerm )
{
- // InternalPropertiesParser.g:1008:2: ( ruleNumericRangeTerm )
- // InternalPropertiesParser.g:1009:3: ruleNumericRangeTerm
+ // InternalPropertiesParser.g:933:2: ( ruleNumericRangeTerm )
+ // InternalPropertiesParser.g:934:3: ruleNumericRangeTerm
{
before(grammarAccess.getPropertyExpressionAccess().getNumericRangeTermParserRuleCall_5());
pushFollow(FollowSets000.FOLLOW_2);
@@ -2949,10 +2718,10 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
}
break;
case 7 :
- // InternalPropertiesParser.g:1014:2: ( ruleRealTerm )
+ // InternalPropertiesParser.g:939:2: ( ruleRealTerm )
{
- // InternalPropertiesParser.g:1014:2: ( ruleRealTerm )
- // InternalPropertiesParser.g:1015:3: ruleRealTerm
+ // InternalPropertiesParser.g:939:2: ( ruleRealTerm )
+ // InternalPropertiesParser.g:940:3: ruleRealTerm
{
before(grammarAccess.getPropertyExpressionAccess().getRealTermParserRuleCall_6());
pushFollow(FollowSets000.FOLLOW_2);
@@ -2968,10 +2737,10 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
}
break;
case 8 :
- // InternalPropertiesParser.g:1020:2: ( ruleIntegerTerm )
+ // InternalPropertiesParser.g:945:2: ( ruleIntegerTerm )
{
- // InternalPropertiesParser.g:1020:2: ( ruleIntegerTerm )
- // InternalPropertiesParser.g:1021:3: ruleIntegerTerm
+ // InternalPropertiesParser.g:945:2: ( ruleIntegerTerm )
+ // InternalPropertiesParser.g:946:3: ruleIntegerTerm
{
before(grammarAccess.getPropertyExpressionAccess().getIntegerTermParserRuleCall_7());
pushFollow(FollowSets000.FOLLOW_2);
@@ -2987,10 +2756,10 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
}
break;
case 9 :
- // InternalPropertiesParser.g:1026:2: ( ruleListTerm )
+ // InternalPropertiesParser.g:951:2: ( ruleListTerm )
{
- // InternalPropertiesParser.g:1026:2: ( ruleListTerm )
- // InternalPropertiesParser.g:1027:3: ruleListTerm
+ // InternalPropertiesParser.g:951:2: ( ruleListTerm )
+ // InternalPropertiesParser.g:952:3: ruleListTerm
{
before(grammarAccess.getPropertyExpressionAccess().getListTermParserRuleCall_8());
pushFollow(FollowSets000.FOLLOW_2);
@@ -3006,10 +2775,10 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
}
break;
case 10 :
- // InternalPropertiesParser.g:1032:2: ( ruleBooleanLiteral )
+ // InternalPropertiesParser.g:957:2: ( ruleBooleanLiteral )
{
- // InternalPropertiesParser.g:1032:2: ( ruleBooleanLiteral )
- // InternalPropertiesParser.g:1033:3: ruleBooleanLiteral
+ // InternalPropertiesParser.g:957:2: ( ruleBooleanLiteral )
+ // InternalPropertiesParser.g:958:3: ruleBooleanLiteral
{
before(grammarAccess.getPropertyExpressionAccess().getBooleanLiteralParserRuleCall_9());
pushFollow(FollowSets000.FOLLOW_2);
@@ -3025,10 +2794,10 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
}
break;
case 11 :
- // InternalPropertiesParser.g:1038:2: ( ruleLiteralorReferenceTerm )
+ // InternalPropertiesParser.g:963:2: ( ruleLiteralorReferenceTerm )
{
- // InternalPropertiesParser.g:1038:2: ( ruleLiteralorReferenceTerm )
- // InternalPropertiesParser.g:1039:3: ruleLiteralorReferenceTerm
+ // InternalPropertiesParser.g:963:2: ( ruleLiteralorReferenceTerm )
+ // InternalPropertiesParser.g:964:3: ruleLiteralorReferenceTerm
{
before(grammarAccess.getPropertyExpressionAccess().getLiteralorReferenceTermParserRuleCall_10());
pushFollow(FollowSets000.FOLLOW_2);
@@ -3061,13 +2830,13 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
// $ANTLR start "rule__BooleanLiteral__Alternatives_1"
- // InternalPropertiesParser.g:1048:1: rule__BooleanLiteral__Alternatives_1 : ( ( ( rule__BooleanLiteral__ValueAssignment_1_0 ) ) | ( False ) );
+ // InternalPropertiesParser.g:973:1: rule__BooleanLiteral__Alternatives_1 : ( ( ( rule__BooleanLiteral__ValueAssignment_1_0 ) ) | ( False ) );
public final void rule__BooleanLiteral__Alternatives_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1052:1: ( ( ( rule__BooleanLiteral__ValueAssignment_1_0 ) ) | ( False ) )
+ // InternalPropertiesParser.g:977:1: ( ( ( rule__BooleanLiteral__ValueAssignment_1_0 ) ) | ( False ) )
int alt3=2;
int LA3_0 = input.LA(1);
@@ -3085,14 +2854,14 @@ else if ( (LA3_0==False) ) {
}
switch (alt3) {
case 1 :
- // InternalPropertiesParser.g:1053:2: ( ( rule__BooleanLiteral__ValueAssignment_1_0 ) )
+ // InternalPropertiesParser.g:978:2: ( ( rule__BooleanLiteral__ValueAssignment_1_0 ) )
{
- // InternalPropertiesParser.g:1053:2: ( ( rule__BooleanLiteral__ValueAssignment_1_0 ) )
- // InternalPropertiesParser.g:1054:3: ( rule__BooleanLiteral__ValueAssignment_1_0 )
+ // InternalPropertiesParser.g:978:2: ( ( rule__BooleanLiteral__ValueAssignment_1_0 ) )
+ // InternalPropertiesParser.g:979:3: ( rule__BooleanLiteral__ValueAssignment_1_0 )
{
before(grammarAccess.getBooleanLiteralAccess().getValueAssignment_1_0());
- // InternalPropertiesParser.g:1055:3: ( rule__BooleanLiteral__ValueAssignment_1_0 )
- // InternalPropertiesParser.g:1055:4: rule__BooleanLiteral__ValueAssignment_1_0
+ // InternalPropertiesParser.g:980:3: ( rule__BooleanLiteral__ValueAssignment_1_0 )
+ // InternalPropertiesParser.g:980:4: rule__BooleanLiteral__ValueAssignment_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BooleanLiteral__ValueAssignment_1_0();
@@ -3110,10 +2879,10 @@ else if ( (LA3_0==False) ) {
}
break;
case 2 :
- // InternalPropertiesParser.g:1059:2: ( False )
+ // InternalPropertiesParser.g:984:2: ( False )
{
- // InternalPropertiesParser.g:1059:2: ( False )
- // InternalPropertiesParser.g:1060:3: False
+ // InternalPropertiesParser.g:984:2: ( False )
+ // InternalPropertiesParser.g:985:3: False
{
before(grammarAccess.getBooleanLiteralAccess().getFalseKeyword_1_1());
match(input,False,FollowSets000.FOLLOW_2);
@@ -3142,13 +2911,13 @@ else if ( (LA3_0==False) ) {
// $ANTLR start "rule__PlusMinus__Alternatives"
- // InternalPropertiesParser.g:1069:1: rule__PlusMinus__Alternatives : ( ( PlusSign ) | ( HyphenMinus ) );
+ // InternalPropertiesParser.g:994:1: rule__PlusMinus__Alternatives : ( ( PlusSign ) | ( HyphenMinus ) );
public final void rule__PlusMinus__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1073:1: ( ( PlusSign ) | ( HyphenMinus ) )
+ // InternalPropertiesParser.g:998:1: ( ( PlusSign ) | ( HyphenMinus ) )
int alt4=2;
int LA4_0 = input.LA(1);
@@ -3166,10 +2935,10 @@ else if ( (LA4_0==HyphenMinus) ) {
}
switch (alt4) {
case 1 :
- // InternalPropertiesParser.g:1074:2: ( PlusSign )
+ // InternalPropertiesParser.g:999:2: ( PlusSign )
{
- // InternalPropertiesParser.g:1074:2: ( PlusSign )
- // InternalPropertiesParser.g:1075:3: PlusSign
+ // InternalPropertiesParser.g:999:2: ( PlusSign )
+ // InternalPropertiesParser.g:1000:3: PlusSign
{
before(grammarAccess.getPlusMinusAccess().getPlusSignKeyword_0());
match(input,PlusSign,FollowSets000.FOLLOW_2);
@@ -3181,10 +2950,10 @@ else if ( (LA4_0==HyphenMinus) ) {
}
break;
case 2 :
- // InternalPropertiesParser.g:1080:2: ( HyphenMinus )
+ // InternalPropertiesParser.g:1005:2: ( HyphenMinus )
{
- // InternalPropertiesParser.g:1080:2: ( HyphenMinus )
- // InternalPropertiesParser.g:1081:3: HyphenMinus
+ // InternalPropertiesParser.g:1005:2: ( HyphenMinus )
+ // InternalPropertiesParser.g:1006:3: HyphenMinus
{
before(grammarAccess.getPlusMinusAccess().getHyphenMinusKeyword_1());
match(input,HyphenMinus,FollowSets000.FOLLOW_2);
@@ -3213,13 +2982,13 @@ else if ( (LA4_0==HyphenMinus) ) {
// $ANTLR start "rule__SignedInt__Alternatives_0"
- // InternalPropertiesParser.g:1090:1: rule__SignedInt__Alternatives_0 : ( ( PlusSign ) | ( HyphenMinus ) );
+ // InternalPropertiesParser.g:1015:1: rule__SignedInt__Alternatives_0 : ( ( PlusSign ) | ( HyphenMinus ) );
public final void rule__SignedInt__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1094:1: ( ( PlusSign ) | ( HyphenMinus ) )
+ // InternalPropertiesParser.g:1019:1: ( ( PlusSign ) | ( HyphenMinus ) )
int alt5=2;
int LA5_0 = input.LA(1);
@@ -3237,10 +3006,10 @@ else if ( (LA5_0==HyphenMinus) ) {
}
switch (alt5) {
case 1 :
- // InternalPropertiesParser.g:1095:2: ( PlusSign )
+ // InternalPropertiesParser.g:1020:2: ( PlusSign )
{
- // InternalPropertiesParser.g:1095:2: ( PlusSign )
- // InternalPropertiesParser.g:1096:3: PlusSign
+ // InternalPropertiesParser.g:1020:2: ( PlusSign )
+ // InternalPropertiesParser.g:1021:3: PlusSign
{
before(grammarAccess.getSignedIntAccess().getPlusSignKeyword_0_0());
match(input,PlusSign,FollowSets000.FOLLOW_2);
@@ -3252,10 +3021,10 @@ else if ( (LA5_0==HyphenMinus) ) {
}
break;
case 2 :
- // InternalPropertiesParser.g:1101:2: ( HyphenMinus )
+ // InternalPropertiesParser.g:1026:2: ( HyphenMinus )
{
- // InternalPropertiesParser.g:1101:2: ( HyphenMinus )
- // InternalPropertiesParser.g:1102:3: HyphenMinus
+ // InternalPropertiesParser.g:1026:2: ( HyphenMinus )
+ // InternalPropertiesParser.g:1027:3: HyphenMinus
{
before(grammarAccess.getSignedIntAccess().getHyphenMinusKeyword_0_1());
match(input,HyphenMinus,FollowSets000.FOLLOW_2);
@@ -3284,13 +3053,13 @@ else if ( (LA5_0==HyphenMinus) ) {
// $ANTLR start "rule__SignedReal__Alternatives_0"
- // InternalPropertiesParser.g:1111:1: rule__SignedReal__Alternatives_0 : ( ( PlusSign ) | ( HyphenMinus ) );
+ // InternalPropertiesParser.g:1036:1: rule__SignedReal__Alternatives_0 : ( ( PlusSign ) | ( HyphenMinus ) );
public final void rule__SignedReal__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1115:1: ( ( PlusSign ) | ( HyphenMinus ) )
+ // InternalPropertiesParser.g:1040:1: ( ( PlusSign ) | ( HyphenMinus ) )
int alt6=2;
int LA6_0 = input.LA(1);
@@ -3308,10 +3077,10 @@ else if ( (LA6_0==HyphenMinus) ) {
}
switch (alt6) {
case 1 :
- // InternalPropertiesParser.g:1116:2: ( PlusSign )
+ // InternalPropertiesParser.g:1041:2: ( PlusSign )
{
- // InternalPropertiesParser.g:1116:2: ( PlusSign )
- // InternalPropertiesParser.g:1117:3: PlusSign
+ // InternalPropertiesParser.g:1041:2: ( PlusSign )
+ // InternalPropertiesParser.g:1042:3: PlusSign
{
before(grammarAccess.getSignedRealAccess().getPlusSignKeyword_0_0());
match(input,PlusSign,FollowSets000.FOLLOW_2);
@@ -3323,10 +3092,10 @@ else if ( (LA6_0==HyphenMinus) ) {
}
break;
case 2 :
- // InternalPropertiesParser.g:1122:2: ( HyphenMinus )
+ // InternalPropertiesParser.g:1047:2: ( HyphenMinus )
{
- // InternalPropertiesParser.g:1122:2: ( HyphenMinus )
- // InternalPropertiesParser.g:1123:3: HyphenMinus
+ // InternalPropertiesParser.g:1047:2: ( HyphenMinus )
+ // InternalPropertiesParser.g:1048:3: HyphenMinus
{
before(grammarAccess.getSignedRealAccess().getHyphenMinusKeyword_0_1());
match(input,HyphenMinus,FollowSets000.FOLLOW_2);
@@ -3355,18 +3124,23 @@ else if ( (LA6_0==HyphenMinus) ) {
// $ANTLR start "rule__NumAlt__Alternatives"
- // InternalPropertiesParser.g:1132:1: rule__NumAlt__Alternatives : ( ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleSignedConstant ) | ( ruleConstantValue ) );
+ // InternalPropertiesParser.g:1057:1: rule__NumAlt__Alternatives : ( ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleSignedConstant ) | ( ruleConstantValue ) );
public final void rule__NumAlt__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1136:1: ( ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleSignedConstant ) | ( ruleConstantValue ) )
+ // InternalPropertiesParser.g:1061:1: ( ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleSignedConstant ) | ( ruleConstantValue ) )
int alt7=4;
switch ( input.LA(1) ) {
case PlusSign:
{
switch ( input.LA(2) ) {
+ case RULE_ID:
+ {
+ alt7=3;
+ }
+ break;
case RULE_INTEGER_LIT:
{
alt7=2;
@@ -3377,11 +3151,6 @@ public final void rule__NumAlt__Alternatives() throws RecognitionException {
alt7=1;
}
break;
- case RULE_ID:
- {
- alt7=3;
- }
- break;
default:
NoViableAltException nvae =
new NoViableAltException("", 7, 1, input);
@@ -3442,10 +3211,10 @@ public final void rule__NumAlt__Alternatives() throws RecognitionException {
switch (alt7) {
case 1 :
- // InternalPropertiesParser.g:1137:2: ( ruleRealTerm )
+ // InternalPropertiesParser.g:1062:2: ( ruleRealTerm )
{
- // InternalPropertiesParser.g:1137:2: ( ruleRealTerm )
- // InternalPropertiesParser.g:1138:3: ruleRealTerm
+ // InternalPropertiesParser.g:1062:2: ( ruleRealTerm )
+ // InternalPropertiesParser.g:1063:3: ruleRealTerm
{
before(grammarAccess.getNumAltAccess().getRealTermParserRuleCall_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -3461,10 +3230,10 @@ public final void rule__NumAlt__Alternatives() throws RecognitionException {
}
break;
case 2 :
- // InternalPropertiesParser.g:1143:2: ( ruleIntegerTerm )
+ // InternalPropertiesParser.g:1068:2: ( ruleIntegerTerm )
{
- // InternalPropertiesParser.g:1143:2: ( ruleIntegerTerm )
- // InternalPropertiesParser.g:1144:3: ruleIntegerTerm
+ // InternalPropertiesParser.g:1068:2: ( ruleIntegerTerm )
+ // InternalPropertiesParser.g:1069:3: ruleIntegerTerm
{
before(grammarAccess.getNumAltAccess().getIntegerTermParserRuleCall_1());
pushFollow(FollowSets000.FOLLOW_2);
@@ -3480,10 +3249,10 @@ public final void rule__NumAlt__Alternatives() throws RecognitionException {
}
break;
case 3 :
- // InternalPropertiesParser.g:1149:2: ( ruleSignedConstant )
+ // InternalPropertiesParser.g:1074:2: ( ruleSignedConstant )
{
- // InternalPropertiesParser.g:1149:2: ( ruleSignedConstant )
- // InternalPropertiesParser.g:1150:3: ruleSignedConstant
+ // InternalPropertiesParser.g:1074:2: ( ruleSignedConstant )
+ // InternalPropertiesParser.g:1075:3: ruleSignedConstant
{
before(grammarAccess.getNumAltAccess().getSignedConstantParserRuleCall_2());
pushFollow(FollowSets000.FOLLOW_2);
@@ -3499,10 +3268,10 @@ public final void rule__NumAlt__Alternatives() throws RecognitionException {
}
break;
case 4 :
- // InternalPropertiesParser.g:1155:2: ( ruleConstantValue )
+ // InternalPropertiesParser.g:1080:2: ( ruleConstantValue )
{
- // InternalPropertiesParser.g:1155:2: ( ruleConstantValue )
- // InternalPropertiesParser.g:1156:3: ruleConstantValue
+ // InternalPropertiesParser.g:1080:2: ( ruleConstantValue )
+ // InternalPropertiesParser.g:1081:3: ruleConstantValue
{
before(grammarAccess.getNumAltAccess().getConstantValueParserRuleCall_3());
pushFollow(FollowSets000.FOLLOW_2);
@@ -3535,14 +3304,14 @@ public final void rule__NumAlt__Alternatives() throws RecognitionException {
// $ANTLR start "rule__ContainedPropertyAssociation__Group__0"
- // InternalPropertiesParser.g:1165:1: rule__ContainedPropertyAssociation__Group__0 : rule__ContainedPropertyAssociation__Group__0__Impl rule__ContainedPropertyAssociation__Group__1 ;
+ // InternalPropertiesParser.g:1090:1: rule__ContainedPropertyAssociation__Group__0 : rule__ContainedPropertyAssociation__Group__0__Impl rule__ContainedPropertyAssociation__Group__1 ;
public final void rule__ContainedPropertyAssociation__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1169:1: ( rule__ContainedPropertyAssociation__Group__0__Impl rule__ContainedPropertyAssociation__Group__1 )
- // InternalPropertiesParser.g:1170:2: rule__ContainedPropertyAssociation__Group__0__Impl rule__ContainedPropertyAssociation__Group__1
+ // InternalPropertiesParser.g:1094:1: ( rule__ContainedPropertyAssociation__Group__0__Impl rule__ContainedPropertyAssociation__Group__1 )
+ // InternalPropertiesParser.g:1095:2: rule__ContainedPropertyAssociation__Group__0__Impl rule__ContainedPropertyAssociation__Group__1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__ContainedPropertyAssociation__Group__0__Impl();
@@ -3573,21 +3342,21 @@ public final void rule__ContainedPropertyAssociation__Group__0() throws Recognit
// $ANTLR start "rule__ContainedPropertyAssociation__Group__0__Impl"
- // InternalPropertiesParser.g:1177:1: rule__ContainedPropertyAssociation__Group__0__Impl : ( ( rule__ContainedPropertyAssociation__PropertyAssignment_0 ) ) ;
+ // InternalPropertiesParser.g:1102:1: rule__ContainedPropertyAssociation__Group__0__Impl : ( ( rule__ContainedPropertyAssociation__PropertyAssignment_0 ) ) ;
public final void rule__ContainedPropertyAssociation__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1181:1: ( ( ( rule__ContainedPropertyAssociation__PropertyAssignment_0 ) ) )
- // InternalPropertiesParser.g:1182:1: ( ( rule__ContainedPropertyAssociation__PropertyAssignment_0 ) )
+ // InternalPropertiesParser.g:1106:1: ( ( ( rule__ContainedPropertyAssociation__PropertyAssignment_0 ) ) )
+ // InternalPropertiesParser.g:1107:1: ( ( rule__ContainedPropertyAssociation__PropertyAssignment_0 ) )
{
- // InternalPropertiesParser.g:1182:1: ( ( rule__ContainedPropertyAssociation__PropertyAssignment_0 ) )
- // InternalPropertiesParser.g:1183:2: ( rule__ContainedPropertyAssociation__PropertyAssignment_0 )
+ // InternalPropertiesParser.g:1107:1: ( ( rule__ContainedPropertyAssociation__PropertyAssignment_0 ) )
+ // InternalPropertiesParser.g:1108:2: ( rule__ContainedPropertyAssociation__PropertyAssignment_0 )
{
before(grammarAccess.getContainedPropertyAssociationAccess().getPropertyAssignment_0());
- // InternalPropertiesParser.g:1184:2: ( rule__ContainedPropertyAssociation__PropertyAssignment_0 )
- // InternalPropertiesParser.g:1184:3: rule__ContainedPropertyAssociation__PropertyAssignment_0
+ // InternalPropertiesParser.g:1109:2: ( rule__ContainedPropertyAssociation__PropertyAssignment_0 )
+ // InternalPropertiesParser.g:1109:3: rule__ContainedPropertyAssociation__PropertyAssignment_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ContainedPropertyAssociation__PropertyAssignment_0();
@@ -3620,14 +3389,14 @@ public final void rule__ContainedPropertyAssociation__Group__0__Impl() throws Re
// $ANTLR start "rule__ContainedPropertyAssociation__Group__1"
- // InternalPropertiesParser.g:1192:1: rule__ContainedPropertyAssociation__Group__1 : rule__ContainedPropertyAssociation__Group__1__Impl rule__ContainedPropertyAssociation__Group__2 ;
+ // InternalPropertiesParser.g:1117:1: rule__ContainedPropertyAssociation__Group__1 : rule__ContainedPropertyAssociation__Group__1__Impl rule__ContainedPropertyAssociation__Group__2 ;
public final void rule__ContainedPropertyAssociation__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1196:1: ( rule__ContainedPropertyAssociation__Group__1__Impl rule__ContainedPropertyAssociation__Group__2 )
- // InternalPropertiesParser.g:1197:2: rule__ContainedPropertyAssociation__Group__1__Impl rule__ContainedPropertyAssociation__Group__2
+ // InternalPropertiesParser.g:1121:1: ( rule__ContainedPropertyAssociation__Group__1__Impl rule__ContainedPropertyAssociation__Group__2 )
+ // InternalPropertiesParser.g:1122:2: rule__ContainedPropertyAssociation__Group__1__Impl rule__ContainedPropertyAssociation__Group__2
{
pushFollow(FollowSets000.FOLLOW_4);
rule__ContainedPropertyAssociation__Group__1__Impl();
@@ -3658,21 +3427,21 @@ public final void rule__ContainedPropertyAssociation__Group__1() throws Recognit
// $ANTLR start "rule__ContainedPropertyAssociation__Group__1__Impl"
- // InternalPropertiesParser.g:1204:1: rule__ContainedPropertyAssociation__Group__1__Impl : ( ( rule__ContainedPropertyAssociation__Alternatives_1 ) ) ;
+ // InternalPropertiesParser.g:1129:1: rule__ContainedPropertyAssociation__Group__1__Impl : ( ( rule__ContainedPropertyAssociation__Alternatives_1 ) ) ;
public final void rule__ContainedPropertyAssociation__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1208:1: ( ( ( rule__ContainedPropertyAssociation__Alternatives_1 ) ) )
- // InternalPropertiesParser.g:1209:1: ( ( rule__ContainedPropertyAssociation__Alternatives_1 ) )
+ // InternalPropertiesParser.g:1133:1: ( ( ( rule__ContainedPropertyAssociation__Alternatives_1 ) ) )
+ // InternalPropertiesParser.g:1134:1: ( ( rule__ContainedPropertyAssociation__Alternatives_1 ) )
{
- // InternalPropertiesParser.g:1209:1: ( ( rule__ContainedPropertyAssociation__Alternatives_1 ) )
- // InternalPropertiesParser.g:1210:2: ( rule__ContainedPropertyAssociation__Alternatives_1 )
+ // InternalPropertiesParser.g:1134:1: ( ( rule__ContainedPropertyAssociation__Alternatives_1 ) )
+ // InternalPropertiesParser.g:1135:2: ( rule__ContainedPropertyAssociation__Alternatives_1 )
{
before(grammarAccess.getContainedPropertyAssociationAccess().getAlternatives_1());
- // InternalPropertiesParser.g:1211:2: ( rule__ContainedPropertyAssociation__Alternatives_1 )
- // InternalPropertiesParser.g:1211:3: rule__ContainedPropertyAssociation__Alternatives_1
+ // InternalPropertiesParser.g:1136:2: ( rule__ContainedPropertyAssociation__Alternatives_1 )
+ // InternalPropertiesParser.g:1136:3: rule__ContainedPropertyAssociation__Alternatives_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ContainedPropertyAssociation__Alternatives_1();
@@ -3705,14 +3474,14 @@ public final void rule__ContainedPropertyAssociation__Group__1__Impl() throws Re
// $ANTLR start "rule__ContainedPropertyAssociation__Group__2"
- // InternalPropertiesParser.g:1219:1: rule__ContainedPropertyAssociation__Group__2 : rule__ContainedPropertyAssociation__Group__2__Impl rule__ContainedPropertyAssociation__Group__3 ;
+ // InternalPropertiesParser.g:1144:1: rule__ContainedPropertyAssociation__Group__2 : rule__ContainedPropertyAssociation__Group__2__Impl rule__ContainedPropertyAssociation__Group__3 ;
public final void rule__ContainedPropertyAssociation__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1223:1: ( rule__ContainedPropertyAssociation__Group__2__Impl rule__ContainedPropertyAssociation__Group__3 )
- // InternalPropertiesParser.g:1224:2: rule__ContainedPropertyAssociation__Group__2__Impl rule__ContainedPropertyAssociation__Group__3
+ // InternalPropertiesParser.g:1148:1: ( rule__ContainedPropertyAssociation__Group__2__Impl rule__ContainedPropertyAssociation__Group__3 )
+ // InternalPropertiesParser.g:1149:2: rule__ContainedPropertyAssociation__Group__2__Impl rule__ContainedPropertyAssociation__Group__3
{
pushFollow(FollowSets000.FOLLOW_4);
rule__ContainedPropertyAssociation__Group__2__Impl();
@@ -3743,20 +3512,20 @@ public final void rule__ContainedPropertyAssociation__Group__2() throws Recognit
// $ANTLR start "rule__ContainedPropertyAssociation__Group__2__Impl"
- // InternalPropertiesParser.g:1231:1: rule__ContainedPropertyAssociation__Group__2__Impl : ( ( rule__ContainedPropertyAssociation__ConstantAssignment_2 )? ) ;
+ // InternalPropertiesParser.g:1156:1: rule__ContainedPropertyAssociation__Group__2__Impl : ( ( rule__ContainedPropertyAssociation__ConstantAssignment_2 )? ) ;
public final void rule__ContainedPropertyAssociation__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1235:1: ( ( ( rule__ContainedPropertyAssociation__ConstantAssignment_2 )? ) )
- // InternalPropertiesParser.g:1236:1: ( ( rule__ContainedPropertyAssociation__ConstantAssignment_2 )? )
+ // InternalPropertiesParser.g:1160:1: ( ( ( rule__ContainedPropertyAssociation__ConstantAssignment_2 )? ) )
+ // InternalPropertiesParser.g:1161:1: ( ( rule__ContainedPropertyAssociation__ConstantAssignment_2 )? )
{
- // InternalPropertiesParser.g:1236:1: ( ( rule__ContainedPropertyAssociation__ConstantAssignment_2 )? )
- // InternalPropertiesParser.g:1237:2: ( rule__ContainedPropertyAssociation__ConstantAssignment_2 )?
+ // InternalPropertiesParser.g:1161:1: ( ( rule__ContainedPropertyAssociation__ConstantAssignment_2 )? )
+ // InternalPropertiesParser.g:1162:2: ( rule__ContainedPropertyAssociation__ConstantAssignment_2 )?
{
before(grammarAccess.getContainedPropertyAssociationAccess().getConstantAssignment_2());
- // InternalPropertiesParser.g:1238:2: ( rule__ContainedPropertyAssociation__ConstantAssignment_2 )?
+ // InternalPropertiesParser.g:1163:2: ( rule__ContainedPropertyAssociation__ConstantAssignment_2 )?
int alt8=2;
int LA8_0 = input.LA(1);
@@ -3765,7 +3534,7 @@ public final void rule__ContainedPropertyAssociation__Group__2__Impl() throws Re
}
switch (alt8) {
case 1 :
- // InternalPropertiesParser.g:1238:3: rule__ContainedPropertyAssociation__ConstantAssignment_2
+ // InternalPropertiesParser.g:1163:3: rule__ContainedPropertyAssociation__ConstantAssignment_2
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ContainedPropertyAssociation__ConstantAssignment_2();
@@ -3801,14 +3570,14 @@ public final void rule__ContainedPropertyAssociation__Group__2__Impl() throws Re
// $ANTLR start "rule__ContainedPropertyAssociation__Group__3"
- // InternalPropertiesParser.g:1246:1: rule__ContainedPropertyAssociation__Group__3 : rule__ContainedPropertyAssociation__Group__3__Impl rule__ContainedPropertyAssociation__Group__4 ;
+ // InternalPropertiesParser.g:1171:1: rule__ContainedPropertyAssociation__Group__3 : rule__ContainedPropertyAssociation__Group__3__Impl rule__ContainedPropertyAssociation__Group__4 ;
public final void rule__ContainedPropertyAssociation__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1250:1: ( rule__ContainedPropertyAssociation__Group__3__Impl rule__ContainedPropertyAssociation__Group__4 )
- // InternalPropertiesParser.g:1251:2: rule__ContainedPropertyAssociation__Group__3__Impl rule__ContainedPropertyAssociation__Group__4
+ // InternalPropertiesParser.g:1175:1: ( rule__ContainedPropertyAssociation__Group__3__Impl rule__ContainedPropertyAssociation__Group__4 )
+ // InternalPropertiesParser.g:1176:2: rule__ContainedPropertyAssociation__Group__3__Impl rule__ContainedPropertyAssociation__Group__4
{
pushFollow(FollowSets000.FOLLOW_5);
rule__ContainedPropertyAssociation__Group__3__Impl();
@@ -3839,21 +3608,21 @@ public final void rule__ContainedPropertyAssociation__Group__3() throws Recognit
// $ANTLR start "rule__ContainedPropertyAssociation__Group__3__Impl"
- // InternalPropertiesParser.g:1258:1: rule__ContainedPropertyAssociation__Group__3__Impl : ( ( rule__ContainedPropertyAssociation__Group_3__0 ) ) ;
+ // InternalPropertiesParser.g:1183:1: rule__ContainedPropertyAssociation__Group__3__Impl : ( ( rule__ContainedPropertyAssociation__Group_3__0 ) ) ;
public final void rule__ContainedPropertyAssociation__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1262:1: ( ( ( rule__ContainedPropertyAssociation__Group_3__0 ) ) )
- // InternalPropertiesParser.g:1263:1: ( ( rule__ContainedPropertyAssociation__Group_3__0 ) )
+ // InternalPropertiesParser.g:1187:1: ( ( ( rule__ContainedPropertyAssociation__Group_3__0 ) ) )
+ // InternalPropertiesParser.g:1188:1: ( ( rule__ContainedPropertyAssociation__Group_3__0 ) )
{
- // InternalPropertiesParser.g:1263:1: ( ( rule__ContainedPropertyAssociation__Group_3__0 ) )
- // InternalPropertiesParser.g:1264:2: ( rule__ContainedPropertyAssociation__Group_3__0 )
+ // InternalPropertiesParser.g:1188:1: ( ( rule__ContainedPropertyAssociation__Group_3__0 ) )
+ // InternalPropertiesParser.g:1189:2: ( rule__ContainedPropertyAssociation__Group_3__0 )
{
before(grammarAccess.getContainedPropertyAssociationAccess().getGroup_3());
- // InternalPropertiesParser.g:1265:2: ( rule__ContainedPropertyAssociation__Group_3__0 )
- // InternalPropertiesParser.g:1265:3: rule__ContainedPropertyAssociation__Group_3__0
+ // InternalPropertiesParser.g:1190:2: ( rule__ContainedPropertyAssociation__Group_3__0 )
+ // InternalPropertiesParser.g:1190:3: rule__ContainedPropertyAssociation__Group_3__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ContainedPropertyAssociation__Group_3__0();
@@ -3886,14 +3655,14 @@ public final void rule__ContainedPropertyAssociation__Group__3__Impl() throws Re
// $ANTLR start "rule__ContainedPropertyAssociation__Group__4"
- // InternalPropertiesParser.g:1273:1: rule__ContainedPropertyAssociation__Group__4 : rule__ContainedPropertyAssociation__Group__4__Impl rule__ContainedPropertyAssociation__Group__5 ;
+ // InternalPropertiesParser.g:1198:1: rule__ContainedPropertyAssociation__Group__4 : rule__ContainedPropertyAssociation__Group__4__Impl rule__ContainedPropertyAssociation__Group__5 ;
public final void rule__ContainedPropertyAssociation__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1277:1: ( rule__ContainedPropertyAssociation__Group__4__Impl rule__ContainedPropertyAssociation__Group__5 )
- // InternalPropertiesParser.g:1278:2: rule__ContainedPropertyAssociation__Group__4__Impl rule__ContainedPropertyAssociation__Group__5
+ // InternalPropertiesParser.g:1202:1: ( rule__ContainedPropertyAssociation__Group__4__Impl rule__ContainedPropertyAssociation__Group__5 )
+ // InternalPropertiesParser.g:1203:2: rule__ContainedPropertyAssociation__Group__4__Impl rule__ContainedPropertyAssociation__Group__5
{
pushFollow(FollowSets000.FOLLOW_5);
rule__ContainedPropertyAssociation__Group__4__Impl();
@@ -3924,20 +3693,20 @@ public final void rule__ContainedPropertyAssociation__Group__4() throws Recognit
// $ANTLR start "rule__ContainedPropertyAssociation__Group__4__Impl"
- // InternalPropertiesParser.g:1285:1: rule__ContainedPropertyAssociation__Group__4__Impl : ( ( rule__ContainedPropertyAssociation__Group_4__0 )? ) ;
+ // InternalPropertiesParser.g:1210:1: rule__ContainedPropertyAssociation__Group__4__Impl : ( ( rule__ContainedPropertyAssociation__Group_4__0 )? ) ;
public final void rule__ContainedPropertyAssociation__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1289:1: ( ( ( rule__ContainedPropertyAssociation__Group_4__0 )? ) )
- // InternalPropertiesParser.g:1290:1: ( ( rule__ContainedPropertyAssociation__Group_4__0 )? )
+ // InternalPropertiesParser.g:1214:1: ( ( ( rule__ContainedPropertyAssociation__Group_4__0 )? ) )
+ // InternalPropertiesParser.g:1215:1: ( ( rule__ContainedPropertyAssociation__Group_4__0 )? )
{
- // InternalPropertiesParser.g:1290:1: ( ( rule__ContainedPropertyAssociation__Group_4__0 )? )
- // InternalPropertiesParser.g:1291:2: ( rule__ContainedPropertyAssociation__Group_4__0 )?
+ // InternalPropertiesParser.g:1215:1: ( ( rule__ContainedPropertyAssociation__Group_4__0 )? )
+ // InternalPropertiesParser.g:1216:2: ( rule__ContainedPropertyAssociation__Group_4__0 )?
{
before(grammarAccess.getContainedPropertyAssociationAccess().getGroup_4());
- // InternalPropertiesParser.g:1292:2: ( rule__ContainedPropertyAssociation__Group_4__0 )?
+ // InternalPropertiesParser.g:1217:2: ( rule__ContainedPropertyAssociation__Group_4__0 )?
int alt9=2;
int LA9_0 = input.LA(1);
@@ -3946,7 +3715,7 @@ public final void rule__ContainedPropertyAssociation__Group__4__Impl() throws Re
}
switch (alt9) {
case 1 :
- // InternalPropertiesParser.g:1292:3: rule__ContainedPropertyAssociation__Group_4__0
+ // InternalPropertiesParser.g:1217:3: rule__ContainedPropertyAssociation__Group_4__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ContainedPropertyAssociation__Group_4__0();
@@ -3982,14 +3751,14 @@ public final void rule__ContainedPropertyAssociation__Group__4__Impl() throws Re
// $ANTLR start "rule__ContainedPropertyAssociation__Group__5"
- // InternalPropertiesParser.g:1300:1: rule__ContainedPropertyAssociation__Group__5 : rule__ContainedPropertyAssociation__Group__5__Impl rule__ContainedPropertyAssociation__Group__6 ;
+ // InternalPropertiesParser.g:1225:1: rule__ContainedPropertyAssociation__Group__5 : rule__ContainedPropertyAssociation__Group__5__Impl rule__ContainedPropertyAssociation__Group__6 ;
public final void rule__ContainedPropertyAssociation__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1304:1: ( rule__ContainedPropertyAssociation__Group__5__Impl rule__ContainedPropertyAssociation__Group__6 )
- // InternalPropertiesParser.g:1305:2: rule__ContainedPropertyAssociation__Group__5__Impl rule__ContainedPropertyAssociation__Group__6
+ // InternalPropertiesParser.g:1229:1: ( rule__ContainedPropertyAssociation__Group__5__Impl rule__ContainedPropertyAssociation__Group__6 )
+ // InternalPropertiesParser.g:1230:2: rule__ContainedPropertyAssociation__Group__5__Impl rule__ContainedPropertyAssociation__Group__6
{
pushFollow(FollowSets000.FOLLOW_5);
rule__ContainedPropertyAssociation__Group__5__Impl();
@@ -4020,20 +3789,20 @@ public final void rule__ContainedPropertyAssociation__Group__5() throws Recognit
// $ANTLR start "rule__ContainedPropertyAssociation__Group__5__Impl"
- // InternalPropertiesParser.g:1312:1: rule__ContainedPropertyAssociation__Group__5__Impl : ( ( rule__ContainedPropertyAssociation__Group_5__0 )? ) ;
+ // InternalPropertiesParser.g:1237:1: rule__ContainedPropertyAssociation__Group__5__Impl : ( ( rule__ContainedPropertyAssociation__Group_5__0 )? ) ;
public final void rule__ContainedPropertyAssociation__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1316:1: ( ( ( rule__ContainedPropertyAssociation__Group_5__0 )? ) )
- // InternalPropertiesParser.g:1317:1: ( ( rule__ContainedPropertyAssociation__Group_5__0 )? )
+ // InternalPropertiesParser.g:1241:1: ( ( ( rule__ContainedPropertyAssociation__Group_5__0 )? ) )
+ // InternalPropertiesParser.g:1242:1: ( ( rule__ContainedPropertyAssociation__Group_5__0 )? )
{
- // InternalPropertiesParser.g:1317:1: ( ( rule__ContainedPropertyAssociation__Group_5__0 )? )
- // InternalPropertiesParser.g:1318:2: ( rule__ContainedPropertyAssociation__Group_5__0 )?
+ // InternalPropertiesParser.g:1242:1: ( ( rule__ContainedPropertyAssociation__Group_5__0 )? )
+ // InternalPropertiesParser.g:1243:2: ( rule__ContainedPropertyAssociation__Group_5__0 )?
{
before(grammarAccess.getContainedPropertyAssociationAccess().getGroup_5());
- // InternalPropertiesParser.g:1319:2: ( rule__ContainedPropertyAssociation__Group_5__0 )?
+ // InternalPropertiesParser.g:1244:2: ( rule__ContainedPropertyAssociation__Group_5__0 )?
int alt10=2;
int LA10_0 = input.LA(1);
@@ -4042,7 +3811,7 @@ public final void rule__ContainedPropertyAssociation__Group__5__Impl() throws Re
}
switch (alt10) {
case 1 :
- // InternalPropertiesParser.g:1319:3: rule__ContainedPropertyAssociation__Group_5__0
+ // InternalPropertiesParser.g:1244:3: rule__ContainedPropertyAssociation__Group_5__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ContainedPropertyAssociation__Group_5__0();
@@ -4078,14 +3847,14 @@ public final void rule__ContainedPropertyAssociation__Group__5__Impl() throws Re
// $ANTLR start "rule__ContainedPropertyAssociation__Group__6"
- // InternalPropertiesParser.g:1327:1: rule__ContainedPropertyAssociation__Group__6 : rule__ContainedPropertyAssociation__Group__6__Impl ;
+ // InternalPropertiesParser.g:1252:1: rule__ContainedPropertyAssociation__Group__6 : rule__ContainedPropertyAssociation__Group__6__Impl ;
public final void rule__ContainedPropertyAssociation__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1331:1: ( rule__ContainedPropertyAssociation__Group__6__Impl )
- // InternalPropertiesParser.g:1332:2: rule__ContainedPropertyAssociation__Group__6__Impl
+ // InternalPropertiesParser.g:1256:1: ( rule__ContainedPropertyAssociation__Group__6__Impl )
+ // InternalPropertiesParser.g:1257:2: rule__ContainedPropertyAssociation__Group__6__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ContainedPropertyAssociation__Group__6__Impl();
@@ -4111,17 +3880,17 @@ public final void rule__ContainedPropertyAssociation__Group__6() throws Recognit
// $ANTLR start "rule__ContainedPropertyAssociation__Group__6__Impl"
- // InternalPropertiesParser.g:1338:1: rule__ContainedPropertyAssociation__Group__6__Impl : ( Semicolon ) ;
+ // InternalPropertiesParser.g:1263:1: rule__ContainedPropertyAssociation__Group__6__Impl : ( Semicolon ) ;
public final void rule__ContainedPropertyAssociation__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1342:1: ( ( Semicolon ) )
- // InternalPropertiesParser.g:1343:1: ( Semicolon )
+ // InternalPropertiesParser.g:1267:1: ( ( Semicolon ) )
+ // InternalPropertiesParser.g:1268:1: ( Semicolon )
{
- // InternalPropertiesParser.g:1343:1: ( Semicolon )
- // InternalPropertiesParser.g:1344:2: Semicolon
+ // InternalPropertiesParser.g:1268:1: ( Semicolon )
+ // InternalPropertiesParser.g:1269:2: Semicolon
{
before(grammarAccess.getContainedPropertyAssociationAccess().getSemicolonKeyword_6());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -4148,14 +3917,14 @@ public final void rule__ContainedPropertyAssociation__Group__6__Impl() throws Re
// $ANTLR start "rule__ContainedPropertyAssociation__Group_3__0"
- // InternalPropertiesParser.g:1354:1: rule__ContainedPropertyAssociation__Group_3__0 : rule__ContainedPropertyAssociation__Group_3__0__Impl rule__ContainedPropertyAssociation__Group_3__1 ;
+ // InternalPropertiesParser.g:1279:1: rule__ContainedPropertyAssociation__Group_3__0 : rule__ContainedPropertyAssociation__Group_3__0__Impl rule__ContainedPropertyAssociation__Group_3__1 ;
public final void rule__ContainedPropertyAssociation__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1358:1: ( rule__ContainedPropertyAssociation__Group_3__0__Impl rule__ContainedPropertyAssociation__Group_3__1 )
- // InternalPropertiesParser.g:1359:2: rule__ContainedPropertyAssociation__Group_3__0__Impl rule__ContainedPropertyAssociation__Group_3__1
+ // InternalPropertiesParser.g:1283:1: ( rule__ContainedPropertyAssociation__Group_3__0__Impl rule__ContainedPropertyAssociation__Group_3__1 )
+ // InternalPropertiesParser.g:1284:2: rule__ContainedPropertyAssociation__Group_3__0__Impl rule__ContainedPropertyAssociation__Group_3__1
{
pushFollow(FollowSets000.FOLLOW_6);
rule__ContainedPropertyAssociation__Group_3__0__Impl();
@@ -4186,21 +3955,21 @@ public final void rule__ContainedPropertyAssociation__Group_3__0() throws Recogn
// $ANTLR start "rule__ContainedPropertyAssociation__Group_3__0__Impl"
- // InternalPropertiesParser.g:1366:1: rule__ContainedPropertyAssociation__Group_3__0__Impl : ( ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0 ) ) ;
+ // InternalPropertiesParser.g:1291:1: rule__ContainedPropertyAssociation__Group_3__0__Impl : ( ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0 ) ) ;
public final void rule__ContainedPropertyAssociation__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1370:1: ( ( ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0 ) ) )
- // InternalPropertiesParser.g:1371:1: ( ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0 ) )
+ // InternalPropertiesParser.g:1295:1: ( ( ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0 ) ) )
+ // InternalPropertiesParser.g:1296:1: ( ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0 ) )
{
- // InternalPropertiesParser.g:1371:1: ( ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0 ) )
- // InternalPropertiesParser.g:1372:2: ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0 )
+ // InternalPropertiesParser.g:1296:1: ( ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0 ) )
+ // InternalPropertiesParser.g:1297:2: ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0 )
{
before(grammarAccess.getContainedPropertyAssociationAccess().getOwnedValueAssignment_3_0());
- // InternalPropertiesParser.g:1373:2: ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0 )
- // InternalPropertiesParser.g:1373:3: rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0
+ // InternalPropertiesParser.g:1298:2: ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0 )
+ // InternalPropertiesParser.g:1298:3: rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0();
@@ -4233,14 +4002,14 @@ public final void rule__ContainedPropertyAssociation__Group_3__0__Impl() throws
// $ANTLR start "rule__ContainedPropertyAssociation__Group_3__1"
- // InternalPropertiesParser.g:1381:1: rule__ContainedPropertyAssociation__Group_3__1 : rule__ContainedPropertyAssociation__Group_3__1__Impl ;
+ // InternalPropertiesParser.g:1306:1: rule__ContainedPropertyAssociation__Group_3__1 : rule__ContainedPropertyAssociation__Group_3__1__Impl ;
public final void rule__ContainedPropertyAssociation__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1385:1: ( rule__ContainedPropertyAssociation__Group_3__1__Impl )
- // InternalPropertiesParser.g:1386:2: rule__ContainedPropertyAssociation__Group_3__1__Impl
+ // InternalPropertiesParser.g:1310:1: ( rule__ContainedPropertyAssociation__Group_3__1__Impl )
+ // InternalPropertiesParser.g:1311:2: rule__ContainedPropertyAssociation__Group_3__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ContainedPropertyAssociation__Group_3__1__Impl();
@@ -4266,20 +4035,20 @@ public final void rule__ContainedPropertyAssociation__Group_3__1() throws Recogn
// $ANTLR start "rule__ContainedPropertyAssociation__Group_3__1__Impl"
- // InternalPropertiesParser.g:1392:1: rule__ContainedPropertyAssociation__Group_3__1__Impl : ( ( rule__ContainedPropertyAssociation__Group_3_1__0 )* ) ;
+ // InternalPropertiesParser.g:1317:1: rule__ContainedPropertyAssociation__Group_3__1__Impl : ( ( rule__ContainedPropertyAssociation__Group_3_1__0 )* ) ;
public final void rule__ContainedPropertyAssociation__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1396:1: ( ( ( rule__ContainedPropertyAssociation__Group_3_1__0 )* ) )
- // InternalPropertiesParser.g:1397:1: ( ( rule__ContainedPropertyAssociation__Group_3_1__0 )* )
+ // InternalPropertiesParser.g:1321:1: ( ( ( rule__ContainedPropertyAssociation__Group_3_1__0 )* ) )
+ // InternalPropertiesParser.g:1322:1: ( ( rule__ContainedPropertyAssociation__Group_3_1__0 )* )
{
- // InternalPropertiesParser.g:1397:1: ( ( rule__ContainedPropertyAssociation__Group_3_1__0 )* )
- // InternalPropertiesParser.g:1398:2: ( rule__ContainedPropertyAssociation__Group_3_1__0 )*
+ // InternalPropertiesParser.g:1322:1: ( ( rule__ContainedPropertyAssociation__Group_3_1__0 )* )
+ // InternalPropertiesParser.g:1323:2: ( rule__ContainedPropertyAssociation__Group_3_1__0 )*
{
before(grammarAccess.getContainedPropertyAssociationAccess().getGroup_3_1());
- // InternalPropertiesParser.g:1399:2: ( rule__ContainedPropertyAssociation__Group_3_1__0 )*
+ // InternalPropertiesParser.g:1324:2: ( rule__ContainedPropertyAssociation__Group_3_1__0 )*
loop11:
do {
int alt11=2;
@@ -4292,7 +4061,7 @@ public final void rule__ContainedPropertyAssociation__Group_3__1__Impl() throws
switch (alt11) {
case 1 :
- // InternalPropertiesParser.g:1399:3: rule__ContainedPropertyAssociation__Group_3_1__0
+ // InternalPropertiesParser.g:1324:3: rule__ContainedPropertyAssociation__Group_3_1__0
{
pushFollow(FollowSets000.FOLLOW_7);
rule__ContainedPropertyAssociation__Group_3_1__0();
@@ -4331,14 +4100,14 @@ public final void rule__ContainedPropertyAssociation__Group_3__1__Impl() throws
// $ANTLR start "rule__ContainedPropertyAssociation__Group_3_1__0"
- // InternalPropertiesParser.g:1408:1: rule__ContainedPropertyAssociation__Group_3_1__0 : rule__ContainedPropertyAssociation__Group_3_1__0__Impl rule__ContainedPropertyAssociation__Group_3_1__1 ;
+ // InternalPropertiesParser.g:1333:1: rule__ContainedPropertyAssociation__Group_3_1__0 : rule__ContainedPropertyAssociation__Group_3_1__0__Impl rule__ContainedPropertyAssociation__Group_3_1__1 ;
public final void rule__ContainedPropertyAssociation__Group_3_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1412:1: ( rule__ContainedPropertyAssociation__Group_3_1__0__Impl rule__ContainedPropertyAssociation__Group_3_1__1 )
- // InternalPropertiesParser.g:1413:2: rule__ContainedPropertyAssociation__Group_3_1__0__Impl rule__ContainedPropertyAssociation__Group_3_1__1
+ // InternalPropertiesParser.g:1337:1: ( rule__ContainedPropertyAssociation__Group_3_1__0__Impl rule__ContainedPropertyAssociation__Group_3_1__1 )
+ // InternalPropertiesParser.g:1338:2: rule__ContainedPropertyAssociation__Group_3_1__0__Impl rule__ContainedPropertyAssociation__Group_3_1__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__ContainedPropertyAssociation__Group_3_1__0__Impl();
@@ -4369,17 +4138,17 @@ public final void rule__ContainedPropertyAssociation__Group_3_1__0() throws Reco
// $ANTLR start "rule__ContainedPropertyAssociation__Group_3_1__0__Impl"
- // InternalPropertiesParser.g:1420:1: rule__ContainedPropertyAssociation__Group_3_1__0__Impl : ( Comma ) ;
+ // InternalPropertiesParser.g:1345:1: rule__ContainedPropertyAssociation__Group_3_1__0__Impl : ( Comma ) ;
public final void rule__ContainedPropertyAssociation__Group_3_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1424:1: ( ( Comma ) )
- // InternalPropertiesParser.g:1425:1: ( Comma )
+ // InternalPropertiesParser.g:1349:1: ( ( Comma ) )
+ // InternalPropertiesParser.g:1350:1: ( Comma )
{
- // InternalPropertiesParser.g:1425:1: ( Comma )
- // InternalPropertiesParser.g:1426:2: Comma
+ // InternalPropertiesParser.g:1350:1: ( Comma )
+ // InternalPropertiesParser.g:1351:2: Comma
{
before(grammarAccess.getContainedPropertyAssociationAccess().getCommaKeyword_3_1_0());
match(input,Comma,FollowSets000.FOLLOW_2);
@@ -4406,14 +4175,14 @@ public final void rule__ContainedPropertyAssociation__Group_3_1__0__Impl() throw
// $ANTLR start "rule__ContainedPropertyAssociation__Group_3_1__1"
- // InternalPropertiesParser.g:1435:1: rule__ContainedPropertyAssociation__Group_3_1__1 : rule__ContainedPropertyAssociation__Group_3_1__1__Impl ;
+ // InternalPropertiesParser.g:1360:1: rule__ContainedPropertyAssociation__Group_3_1__1 : rule__ContainedPropertyAssociation__Group_3_1__1__Impl ;
public final void rule__ContainedPropertyAssociation__Group_3_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1439:1: ( rule__ContainedPropertyAssociation__Group_3_1__1__Impl )
- // InternalPropertiesParser.g:1440:2: rule__ContainedPropertyAssociation__Group_3_1__1__Impl
+ // InternalPropertiesParser.g:1364:1: ( rule__ContainedPropertyAssociation__Group_3_1__1__Impl )
+ // InternalPropertiesParser.g:1365:2: rule__ContainedPropertyAssociation__Group_3_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ContainedPropertyAssociation__Group_3_1__1__Impl();
@@ -4439,21 +4208,21 @@ public final void rule__ContainedPropertyAssociation__Group_3_1__1() throws Reco
// $ANTLR start "rule__ContainedPropertyAssociation__Group_3_1__1__Impl"
- // InternalPropertiesParser.g:1446:1: rule__ContainedPropertyAssociation__Group_3_1__1__Impl : ( ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1 ) ) ;
+ // InternalPropertiesParser.g:1371:1: rule__ContainedPropertyAssociation__Group_3_1__1__Impl : ( ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1 ) ) ;
public final void rule__ContainedPropertyAssociation__Group_3_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1450:1: ( ( ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1 ) ) )
- // InternalPropertiesParser.g:1451:1: ( ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1 ) )
+ // InternalPropertiesParser.g:1375:1: ( ( ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1 ) ) )
+ // InternalPropertiesParser.g:1376:1: ( ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1 ) )
{
- // InternalPropertiesParser.g:1451:1: ( ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1 ) )
- // InternalPropertiesParser.g:1452:2: ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1 )
+ // InternalPropertiesParser.g:1376:1: ( ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1 ) )
+ // InternalPropertiesParser.g:1377:2: ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1 )
{
before(grammarAccess.getContainedPropertyAssociationAccess().getOwnedValueAssignment_3_1_1());
- // InternalPropertiesParser.g:1453:2: ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1 )
- // InternalPropertiesParser.g:1453:3: rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1
+ // InternalPropertiesParser.g:1378:2: ( rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1 )
+ // InternalPropertiesParser.g:1378:3: rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1();
@@ -4486,14 +4255,14 @@ public final void rule__ContainedPropertyAssociation__Group_3_1__1__Impl() throw
// $ANTLR start "rule__ContainedPropertyAssociation__Group_4__0"
- // InternalPropertiesParser.g:1462:1: rule__ContainedPropertyAssociation__Group_4__0 : rule__ContainedPropertyAssociation__Group_4__0__Impl rule__ContainedPropertyAssociation__Group_4__1 ;
+ // InternalPropertiesParser.g:1387:1: rule__ContainedPropertyAssociation__Group_4__0 : rule__ContainedPropertyAssociation__Group_4__0__Impl rule__ContainedPropertyAssociation__Group_4__1 ;
public final void rule__ContainedPropertyAssociation__Group_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1466:1: ( rule__ContainedPropertyAssociation__Group_4__0__Impl rule__ContainedPropertyAssociation__Group_4__1 )
- // InternalPropertiesParser.g:1467:2: rule__ContainedPropertyAssociation__Group_4__0__Impl rule__ContainedPropertyAssociation__Group_4__1
+ // InternalPropertiesParser.g:1391:1: ( rule__ContainedPropertyAssociation__Group_4__0__Impl rule__ContainedPropertyAssociation__Group_4__1 )
+ // InternalPropertiesParser.g:1392:2: rule__ContainedPropertyAssociation__Group_4__0__Impl rule__ContainedPropertyAssociation__Group_4__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__ContainedPropertyAssociation__Group_4__0__Impl();
@@ -4524,25 +4293,21 @@ public final void rule__ContainedPropertyAssociation__Group_4__0() throws Recogn
// $ANTLR start "rule__ContainedPropertyAssociation__Group_4__0__Impl"
- // InternalPropertiesParser.g:1474:1: rule__ContainedPropertyAssociation__Group_4__0__Impl : ( ruleAppliesToKeywords ) ;
+ // InternalPropertiesParser.g:1399:1: rule__ContainedPropertyAssociation__Group_4__0__Impl : ( Applies ) ;
public final void rule__ContainedPropertyAssociation__Group_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1478:1: ( ( ruleAppliesToKeywords ) )
- // InternalPropertiesParser.g:1479:1: ( ruleAppliesToKeywords )
+ // InternalPropertiesParser.g:1403:1: ( ( Applies ) )
+ // InternalPropertiesParser.g:1404:1: ( Applies )
{
- // InternalPropertiesParser.g:1479:1: ( ruleAppliesToKeywords )
- // InternalPropertiesParser.g:1480:2: ruleAppliesToKeywords
+ // InternalPropertiesParser.g:1404:1: ( Applies )
+ // InternalPropertiesParser.g:1405:2: Applies
{
- before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToKeywordsParserRuleCall_4_0());
- pushFollow(FollowSets000.FOLLOW_2);
- ruleAppliesToKeywords();
-
- state._fsp--;
-
- after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToKeywordsParserRuleCall_4_0());
+ before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesKeyword_4_0());
+ match(input,Applies,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesKeyword_4_0());
}
@@ -4565,16 +4330,16 @@ public final void rule__ContainedPropertyAssociation__Group_4__0__Impl() throws
// $ANTLR start "rule__ContainedPropertyAssociation__Group_4__1"
- // InternalPropertiesParser.g:1489:1: rule__ContainedPropertyAssociation__Group_4__1 : rule__ContainedPropertyAssociation__Group_4__1__Impl rule__ContainedPropertyAssociation__Group_4__2 ;
+ // InternalPropertiesParser.g:1414:1: rule__ContainedPropertyAssociation__Group_4__1 : rule__ContainedPropertyAssociation__Group_4__1__Impl rule__ContainedPropertyAssociation__Group_4__2 ;
public final void rule__ContainedPropertyAssociation__Group_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1493:1: ( rule__ContainedPropertyAssociation__Group_4__1__Impl rule__ContainedPropertyAssociation__Group_4__2 )
- // InternalPropertiesParser.g:1494:2: rule__ContainedPropertyAssociation__Group_4__1__Impl rule__ContainedPropertyAssociation__Group_4__2
+ // InternalPropertiesParser.g:1418:1: ( rule__ContainedPropertyAssociation__Group_4__1__Impl rule__ContainedPropertyAssociation__Group_4__2 )
+ // InternalPropertiesParser.g:1419:2: rule__ContainedPropertyAssociation__Group_4__1__Impl rule__ContainedPropertyAssociation__Group_4__2
{
- pushFollow(FollowSets000.FOLLOW_6);
+ pushFollow(FollowSets000.FOLLOW_9);
rule__ContainedPropertyAssociation__Group_4__1__Impl();
state._fsp--;
@@ -4603,31 +4368,21 @@ public final void rule__ContainedPropertyAssociation__Group_4__1() throws Recogn
// $ANTLR start "rule__ContainedPropertyAssociation__Group_4__1__Impl"
- // InternalPropertiesParser.g:1501:1: rule__ContainedPropertyAssociation__Group_4__1__Impl : ( ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_1 ) ) ;
+ // InternalPropertiesParser.g:1426:1: rule__ContainedPropertyAssociation__Group_4__1__Impl : ( To ) ;
public final void rule__ContainedPropertyAssociation__Group_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1505:1: ( ( ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_1 ) ) )
- // InternalPropertiesParser.g:1506:1: ( ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_1 ) )
+ // InternalPropertiesParser.g:1430:1: ( ( To ) )
+ // InternalPropertiesParser.g:1431:1: ( To )
{
- // InternalPropertiesParser.g:1506:1: ( ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_1 ) )
- // InternalPropertiesParser.g:1507:2: ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_1 )
+ // InternalPropertiesParser.g:1431:1: ( To )
+ // InternalPropertiesParser.g:1432:2: To
{
- before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_1());
- // InternalPropertiesParser.g:1508:2: ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_1 )
- // InternalPropertiesParser.g:1508:3: rule__ContainedPropertyAssociation__AppliesToAssignment_4_1
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__ContainedPropertyAssociation__AppliesToAssignment_4_1();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_1());
+ before(grammarAccess.getContainedPropertyAssociationAccess().getToKeyword_4_1());
+ match(input,To,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getContainedPropertyAssociationAccess().getToKeyword_4_1());
}
@@ -4650,20 +4405,25 @@ public final void rule__ContainedPropertyAssociation__Group_4__1__Impl() throws
// $ANTLR start "rule__ContainedPropertyAssociation__Group_4__2"
- // InternalPropertiesParser.g:1516:1: rule__ContainedPropertyAssociation__Group_4__2 : rule__ContainedPropertyAssociation__Group_4__2__Impl ;
+ // InternalPropertiesParser.g:1441:1: rule__ContainedPropertyAssociation__Group_4__2 : rule__ContainedPropertyAssociation__Group_4__2__Impl rule__ContainedPropertyAssociation__Group_4__3 ;
public final void rule__ContainedPropertyAssociation__Group_4__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1520:1: ( rule__ContainedPropertyAssociation__Group_4__2__Impl )
- // InternalPropertiesParser.g:1521:2: rule__ContainedPropertyAssociation__Group_4__2__Impl
+ // InternalPropertiesParser.g:1445:1: ( rule__ContainedPropertyAssociation__Group_4__2__Impl rule__ContainedPropertyAssociation__Group_4__3 )
+ // InternalPropertiesParser.g:1446:2: rule__ContainedPropertyAssociation__Group_4__2__Impl rule__ContainedPropertyAssociation__Group_4__3
{
- pushFollow(FollowSets000.FOLLOW_2);
+ pushFollow(FollowSets000.FOLLOW_6);
rule__ContainedPropertyAssociation__Group_4__2__Impl();
state._fsp--;
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ContainedPropertyAssociation__Group_4__3();
+
+ state._fsp--;
+
}
@@ -4683,49 +4443,31 @@ public final void rule__ContainedPropertyAssociation__Group_4__2() throws Recogn
// $ANTLR start "rule__ContainedPropertyAssociation__Group_4__2__Impl"
- // InternalPropertiesParser.g:1527:1: rule__ContainedPropertyAssociation__Group_4__2__Impl : ( ( rule__ContainedPropertyAssociation__Group_4_2__0 )* ) ;
+ // InternalPropertiesParser.g:1453:1: rule__ContainedPropertyAssociation__Group_4__2__Impl : ( ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_2 ) ) ;
public final void rule__ContainedPropertyAssociation__Group_4__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1531:1: ( ( ( rule__ContainedPropertyAssociation__Group_4_2__0 )* ) )
- // InternalPropertiesParser.g:1532:1: ( ( rule__ContainedPropertyAssociation__Group_4_2__0 )* )
+ // InternalPropertiesParser.g:1457:1: ( ( ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_2 ) ) )
+ // InternalPropertiesParser.g:1458:1: ( ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_2 ) )
{
- // InternalPropertiesParser.g:1532:1: ( ( rule__ContainedPropertyAssociation__Group_4_2__0 )* )
- // InternalPropertiesParser.g:1533:2: ( rule__ContainedPropertyAssociation__Group_4_2__0 )*
+ // InternalPropertiesParser.g:1458:1: ( ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_2 ) )
+ // InternalPropertiesParser.g:1459:2: ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_2 )
{
- before(grammarAccess.getContainedPropertyAssociationAccess().getGroup_4_2());
- // InternalPropertiesParser.g:1534:2: ( rule__ContainedPropertyAssociation__Group_4_2__0 )*
- loop12:
- do {
- int alt12=2;
- int LA12_0 = input.LA(1);
-
- if ( (LA12_0==Comma) ) {
- alt12=1;
- }
-
-
- switch (alt12) {
- case 1 :
- // InternalPropertiesParser.g:1534:3: rule__ContainedPropertyAssociation__Group_4_2__0
- {
- pushFollow(FollowSets000.FOLLOW_7);
- rule__ContainedPropertyAssociation__Group_4_2__0();
-
- state._fsp--;
+ before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_2());
+ // InternalPropertiesParser.g:1460:2: ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_2 )
+ // InternalPropertiesParser.g:1460:3: rule__ContainedPropertyAssociation__AppliesToAssignment_4_2
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ContainedPropertyAssociation__AppliesToAssignment_4_2();
+ state._fsp--;
- }
- break;
- default :
- break loop12;
- }
- } while (true);
+ }
- after(grammarAccess.getContainedPropertyAssociationAccess().getGroup_4_2());
+ after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_2());
}
@@ -4747,23 +4489,18 @@ public final void rule__ContainedPropertyAssociation__Group_4__2__Impl() throws
// $ANTLR end "rule__ContainedPropertyAssociation__Group_4__2__Impl"
- // $ANTLR start "rule__ContainedPropertyAssociation__Group_4_2__0"
- // InternalPropertiesParser.g:1543:1: rule__ContainedPropertyAssociation__Group_4_2__0 : rule__ContainedPropertyAssociation__Group_4_2__0__Impl rule__ContainedPropertyAssociation__Group_4_2__1 ;
- public final void rule__ContainedPropertyAssociation__Group_4_2__0() throws RecognitionException {
+ // $ANTLR start "rule__ContainedPropertyAssociation__Group_4__3"
+ // InternalPropertiesParser.g:1468:1: rule__ContainedPropertyAssociation__Group_4__3 : rule__ContainedPropertyAssociation__Group_4__3__Impl ;
+ public final void rule__ContainedPropertyAssociation__Group_4__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1547:1: ( rule__ContainedPropertyAssociation__Group_4_2__0__Impl rule__ContainedPropertyAssociation__Group_4_2__1 )
- // InternalPropertiesParser.g:1548:2: rule__ContainedPropertyAssociation__Group_4_2__0__Impl rule__ContainedPropertyAssociation__Group_4_2__1
+ // InternalPropertiesParser.g:1472:1: ( rule__ContainedPropertyAssociation__Group_4__3__Impl )
+ // InternalPropertiesParser.g:1473:2: rule__ContainedPropertyAssociation__Group_4__3__Impl
{
- pushFollow(FollowSets000.FOLLOW_8);
- rule__ContainedPropertyAssociation__Group_4_2__0__Impl();
-
- state._fsp--;
-
pushFollow(FollowSets000.FOLLOW_2);
- rule__ContainedPropertyAssociation__Group_4_2__1();
+ rule__ContainedPropertyAssociation__Group_4__3__Impl();
state._fsp--;
@@ -4782,25 +4519,53 @@ public final void rule__ContainedPropertyAssociation__Group_4_2__0() throws Reco
}
return ;
}
- // $ANTLR end "rule__ContainedPropertyAssociation__Group_4_2__0"
+ // $ANTLR end "rule__ContainedPropertyAssociation__Group_4__3"
- // $ANTLR start "rule__ContainedPropertyAssociation__Group_4_2__0__Impl"
- // InternalPropertiesParser.g:1555:1: rule__ContainedPropertyAssociation__Group_4_2__0__Impl : ( Comma ) ;
- public final void rule__ContainedPropertyAssociation__Group_4_2__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ContainedPropertyAssociation__Group_4__3__Impl"
+ // InternalPropertiesParser.g:1479:1: rule__ContainedPropertyAssociation__Group_4__3__Impl : ( ( rule__ContainedPropertyAssociation__Group_4_3__0 )* ) ;
+ public final void rule__ContainedPropertyAssociation__Group_4__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1559:1: ( ( Comma ) )
- // InternalPropertiesParser.g:1560:1: ( Comma )
+ // InternalPropertiesParser.g:1483:1: ( ( ( rule__ContainedPropertyAssociation__Group_4_3__0 )* ) )
+ // InternalPropertiesParser.g:1484:1: ( ( rule__ContainedPropertyAssociation__Group_4_3__0 )* )
{
- // InternalPropertiesParser.g:1560:1: ( Comma )
- // InternalPropertiesParser.g:1561:2: Comma
+ // InternalPropertiesParser.g:1484:1: ( ( rule__ContainedPropertyAssociation__Group_4_3__0 )* )
+ // InternalPropertiesParser.g:1485:2: ( rule__ContainedPropertyAssociation__Group_4_3__0 )*
{
- before(grammarAccess.getContainedPropertyAssociationAccess().getCommaKeyword_4_2_0());
- match(input,Comma,FollowSets000.FOLLOW_2);
- after(grammarAccess.getContainedPropertyAssociationAccess().getCommaKeyword_4_2_0());
+ before(grammarAccess.getContainedPropertyAssociationAccess().getGroup_4_3());
+ // InternalPropertiesParser.g:1486:2: ( rule__ContainedPropertyAssociation__Group_4_3__0 )*
+ loop12:
+ do {
+ int alt12=2;
+ int LA12_0 = input.LA(1);
+
+ if ( (LA12_0==Comma) ) {
+ alt12=1;
+ }
+
+
+ switch (alt12) {
+ case 1 :
+ // InternalPropertiesParser.g:1486:3: rule__ContainedPropertyAssociation__Group_4_3__0
+ {
+ pushFollow(FollowSets000.FOLLOW_7);
+ rule__ContainedPropertyAssociation__Group_4_3__0();
+
+ state._fsp--;
+
+
+ }
+ break;
+
+ default :
+ break loop12;
+ }
+ } while (true);
+
+ after(grammarAccess.getContainedPropertyAssociationAccess().getGroup_4_3());
}
@@ -4819,21 +4584,96 @@ public final void rule__ContainedPropertyAssociation__Group_4_2__0__Impl() throw
}
return ;
}
- // $ANTLR end "rule__ContainedPropertyAssociation__Group_4_2__0__Impl"
+ // $ANTLR end "rule__ContainedPropertyAssociation__Group_4__3__Impl"
- // $ANTLR start "rule__ContainedPropertyAssociation__Group_4_2__1"
- // InternalPropertiesParser.g:1570:1: rule__ContainedPropertyAssociation__Group_4_2__1 : rule__ContainedPropertyAssociation__Group_4_2__1__Impl ;
- public final void rule__ContainedPropertyAssociation__Group_4_2__1() throws RecognitionException {
+ // $ANTLR start "rule__ContainedPropertyAssociation__Group_4_3__0"
+ // InternalPropertiesParser.g:1495:1: rule__ContainedPropertyAssociation__Group_4_3__0 : rule__ContainedPropertyAssociation__Group_4_3__0__Impl rule__ContainedPropertyAssociation__Group_4_3__1 ;
+ public final void rule__ContainedPropertyAssociation__Group_4_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1574:1: ( rule__ContainedPropertyAssociation__Group_4_2__1__Impl )
- // InternalPropertiesParser.g:1575:2: rule__ContainedPropertyAssociation__Group_4_2__1__Impl
+ // InternalPropertiesParser.g:1499:1: ( rule__ContainedPropertyAssociation__Group_4_3__0__Impl rule__ContainedPropertyAssociation__Group_4_3__1 )
+ // InternalPropertiesParser.g:1500:2: rule__ContainedPropertyAssociation__Group_4_3__0__Impl rule__ContainedPropertyAssociation__Group_4_3__1
{
- pushFollow(FollowSets000.FOLLOW_2);
- rule__ContainedPropertyAssociation__Group_4_2__1__Impl();
+ pushFollow(FollowSets000.FOLLOW_9);
+ rule__ContainedPropertyAssociation__Group_4_3__0__Impl();
+
+ state._fsp--;
+
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ContainedPropertyAssociation__Group_4_3__1();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ContainedPropertyAssociation__Group_4_3__0"
+
+
+ // $ANTLR start "rule__ContainedPropertyAssociation__Group_4_3__0__Impl"
+ // InternalPropertiesParser.g:1507:1: rule__ContainedPropertyAssociation__Group_4_3__0__Impl : ( Comma ) ;
+ public final void rule__ContainedPropertyAssociation__Group_4_3__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalPropertiesParser.g:1511:1: ( ( Comma ) )
+ // InternalPropertiesParser.g:1512:1: ( Comma )
+ {
+ // InternalPropertiesParser.g:1512:1: ( Comma )
+ // InternalPropertiesParser.g:1513:2: Comma
+ {
+ before(grammarAccess.getContainedPropertyAssociationAccess().getCommaKeyword_4_3_0());
+ match(input,Comma,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getContainedPropertyAssociationAccess().getCommaKeyword_4_3_0());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ContainedPropertyAssociation__Group_4_3__0__Impl"
+
+
+ // $ANTLR start "rule__ContainedPropertyAssociation__Group_4_3__1"
+ // InternalPropertiesParser.g:1522:1: rule__ContainedPropertyAssociation__Group_4_3__1 : rule__ContainedPropertyAssociation__Group_4_3__1__Impl ;
+ public final void rule__ContainedPropertyAssociation__Group_4_3__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalPropertiesParser.g:1526:1: ( rule__ContainedPropertyAssociation__Group_4_3__1__Impl )
+ // InternalPropertiesParser.g:1527:2: rule__ContainedPropertyAssociation__Group_4_3__1__Impl
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ContainedPropertyAssociation__Group_4_3__1__Impl();
state._fsp--;
@@ -4852,35 +4692,35 @@ public final void rule__ContainedPropertyAssociation__Group_4_2__1() throws Reco
}
return ;
}
- // $ANTLR end "rule__ContainedPropertyAssociation__Group_4_2__1"
+ // $ANTLR end "rule__ContainedPropertyAssociation__Group_4_3__1"
- // $ANTLR start "rule__ContainedPropertyAssociation__Group_4_2__1__Impl"
- // InternalPropertiesParser.g:1581:1: rule__ContainedPropertyAssociation__Group_4_2__1__Impl : ( ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1 ) ) ;
- public final void rule__ContainedPropertyAssociation__Group_4_2__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ContainedPropertyAssociation__Group_4_3__1__Impl"
+ // InternalPropertiesParser.g:1533:1: rule__ContainedPropertyAssociation__Group_4_3__1__Impl : ( ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1 ) ) ;
+ public final void rule__ContainedPropertyAssociation__Group_4_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1585:1: ( ( ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1 ) ) )
- // InternalPropertiesParser.g:1586:1: ( ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1 ) )
+ // InternalPropertiesParser.g:1537:1: ( ( ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1 ) ) )
+ // InternalPropertiesParser.g:1538:1: ( ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1 ) )
{
- // InternalPropertiesParser.g:1586:1: ( ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1 ) )
- // InternalPropertiesParser.g:1587:2: ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1 )
+ // InternalPropertiesParser.g:1538:1: ( ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1 ) )
+ // InternalPropertiesParser.g:1539:2: ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1 )
{
- before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_2_1());
- // InternalPropertiesParser.g:1588:2: ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1 )
- // InternalPropertiesParser.g:1588:3: rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1
+ before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_3_1());
+ // InternalPropertiesParser.g:1540:2: ( rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1 )
+ // InternalPropertiesParser.g:1540:3: rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1();
+ rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1();
state._fsp--;
}
- after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_2_1());
+ after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_3_1());
}
@@ -4899,20 +4739,20 @@ public final void rule__ContainedPropertyAssociation__Group_4_2__1__Impl() throw
}
return ;
}
- // $ANTLR end "rule__ContainedPropertyAssociation__Group_4_2__1__Impl"
+ // $ANTLR end "rule__ContainedPropertyAssociation__Group_4_3__1__Impl"
// $ANTLR start "rule__ContainedPropertyAssociation__Group_5__0"
- // InternalPropertiesParser.g:1597:1: rule__ContainedPropertyAssociation__Group_5__0 : rule__ContainedPropertyAssociation__Group_5__0__Impl rule__ContainedPropertyAssociation__Group_5__1 ;
+ // InternalPropertiesParser.g:1549:1: rule__ContainedPropertyAssociation__Group_5__0 : rule__ContainedPropertyAssociation__Group_5__0__Impl rule__ContainedPropertyAssociation__Group_5__1 ;
public final void rule__ContainedPropertyAssociation__Group_5__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1601:1: ( rule__ContainedPropertyAssociation__Group_5__0__Impl rule__ContainedPropertyAssociation__Group_5__1 )
- // InternalPropertiesParser.g:1602:2: rule__ContainedPropertyAssociation__Group_5__0__Impl rule__ContainedPropertyAssociation__Group_5__1
+ // InternalPropertiesParser.g:1553:1: ( rule__ContainedPropertyAssociation__Group_5__0__Impl rule__ContainedPropertyAssociation__Group_5__1 )
+ // InternalPropertiesParser.g:1554:2: rule__ContainedPropertyAssociation__Group_5__0__Impl rule__ContainedPropertyAssociation__Group_5__1
{
- pushFollow(FollowSets000.FOLLOW_9);
+ pushFollow(FollowSets000.FOLLOW_10);
rule__ContainedPropertyAssociation__Group_5__0__Impl();
state._fsp--;
@@ -4941,25 +4781,21 @@ public final void rule__ContainedPropertyAssociation__Group_5__0() throws Recogn
// $ANTLR start "rule__ContainedPropertyAssociation__Group_5__0__Impl"
- // InternalPropertiesParser.g:1609:1: rule__ContainedPropertyAssociation__Group_5__0__Impl : ( ruleInBindingKeywords ) ;
+ // InternalPropertiesParser.g:1561:1: rule__ContainedPropertyAssociation__Group_5__0__Impl : ( In ) ;
public final void rule__ContainedPropertyAssociation__Group_5__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1613:1: ( ( ruleInBindingKeywords ) )
- // InternalPropertiesParser.g:1614:1: ( ruleInBindingKeywords )
+ // InternalPropertiesParser.g:1565:1: ( ( In ) )
+ // InternalPropertiesParser.g:1566:1: ( In )
{
- // InternalPropertiesParser.g:1614:1: ( ruleInBindingKeywords )
- // InternalPropertiesParser.g:1615:2: ruleInBindingKeywords
+ // InternalPropertiesParser.g:1566:1: ( In )
+ // InternalPropertiesParser.g:1567:2: In
{
- before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingKeywordsParserRuleCall_5_0());
- pushFollow(FollowSets000.FOLLOW_2);
- ruleInBindingKeywords();
-
- state._fsp--;
-
- after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingKeywordsParserRuleCall_5_0());
+ before(grammarAccess.getContainedPropertyAssociationAccess().getInKeyword_5_0());
+ match(input,In,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getContainedPropertyAssociationAccess().getInKeyword_5_0());
}
@@ -4982,16 +4818,16 @@ public final void rule__ContainedPropertyAssociation__Group_5__0__Impl() throws
// $ANTLR start "rule__ContainedPropertyAssociation__Group_5__1"
- // InternalPropertiesParser.g:1624:1: rule__ContainedPropertyAssociation__Group_5__1 : rule__ContainedPropertyAssociation__Group_5__1__Impl rule__ContainedPropertyAssociation__Group_5__2 ;
+ // InternalPropertiesParser.g:1576:1: rule__ContainedPropertyAssociation__Group_5__1 : rule__ContainedPropertyAssociation__Group_5__1__Impl rule__ContainedPropertyAssociation__Group_5__2 ;
public final void rule__ContainedPropertyAssociation__Group_5__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1628:1: ( rule__ContainedPropertyAssociation__Group_5__1__Impl rule__ContainedPropertyAssociation__Group_5__2 )
- // InternalPropertiesParser.g:1629:2: rule__ContainedPropertyAssociation__Group_5__1__Impl rule__ContainedPropertyAssociation__Group_5__2
+ // InternalPropertiesParser.g:1580:1: ( rule__ContainedPropertyAssociation__Group_5__1__Impl rule__ContainedPropertyAssociation__Group_5__2 )
+ // InternalPropertiesParser.g:1581:2: rule__ContainedPropertyAssociation__Group_5__1__Impl rule__ContainedPropertyAssociation__Group_5__2
{
- pushFollow(FollowSets000.FOLLOW_8);
+ pushFollow(FollowSets000.FOLLOW_11);
rule__ContainedPropertyAssociation__Group_5__1__Impl();
state._fsp--;
@@ -5020,21 +4856,21 @@ public final void rule__ContainedPropertyAssociation__Group_5__1() throws Recogn
// $ANTLR start "rule__ContainedPropertyAssociation__Group_5__1__Impl"
- // InternalPropertiesParser.g:1636:1: rule__ContainedPropertyAssociation__Group_5__1__Impl : ( LeftParenthesis ) ;
+ // InternalPropertiesParser.g:1588:1: rule__ContainedPropertyAssociation__Group_5__1__Impl : ( Binding ) ;
public final void rule__ContainedPropertyAssociation__Group_5__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1640:1: ( ( LeftParenthesis ) )
- // InternalPropertiesParser.g:1641:1: ( LeftParenthesis )
+ // InternalPropertiesParser.g:1592:1: ( ( Binding ) )
+ // InternalPropertiesParser.g:1593:1: ( Binding )
{
- // InternalPropertiesParser.g:1641:1: ( LeftParenthesis )
- // InternalPropertiesParser.g:1642:2: LeftParenthesis
+ // InternalPropertiesParser.g:1593:1: ( Binding )
+ // InternalPropertiesParser.g:1594:2: Binding
{
- before(grammarAccess.getContainedPropertyAssociationAccess().getLeftParenthesisKeyword_5_1());
- match(input,LeftParenthesis,FollowSets000.FOLLOW_2);
- after(grammarAccess.getContainedPropertyAssociationAccess().getLeftParenthesisKeyword_5_1());
+ before(grammarAccess.getContainedPropertyAssociationAccess().getBindingKeyword_5_1());
+ match(input,Binding,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getContainedPropertyAssociationAccess().getBindingKeyword_5_1());
}
@@ -5057,16 +4893,16 @@ public final void rule__ContainedPropertyAssociation__Group_5__1__Impl() throws
// $ANTLR start "rule__ContainedPropertyAssociation__Group_5__2"
- // InternalPropertiesParser.g:1651:1: rule__ContainedPropertyAssociation__Group_5__2 : rule__ContainedPropertyAssociation__Group_5__2__Impl rule__ContainedPropertyAssociation__Group_5__3 ;
+ // InternalPropertiesParser.g:1603:1: rule__ContainedPropertyAssociation__Group_5__2 : rule__ContainedPropertyAssociation__Group_5__2__Impl rule__ContainedPropertyAssociation__Group_5__3 ;
public final void rule__ContainedPropertyAssociation__Group_5__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1655:1: ( rule__ContainedPropertyAssociation__Group_5__2__Impl rule__ContainedPropertyAssociation__Group_5__3 )
- // InternalPropertiesParser.g:1656:2: rule__ContainedPropertyAssociation__Group_5__2__Impl rule__ContainedPropertyAssociation__Group_5__3
+ // InternalPropertiesParser.g:1607:1: ( rule__ContainedPropertyAssociation__Group_5__2__Impl rule__ContainedPropertyAssociation__Group_5__3 )
+ // InternalPropertiesParser.g:1608:2: rule__ContainedPropertyAssociation__Group_5__2__Impl rule__ContainedPropertyAssociation__Group_5__3
{
- pushFollow(FollowSets000.FOLLOW_10);
+ pushFollow(FollowSets000.FOLLOW_9);
rule__ContainedPropertyAssociation__Group_5__2__Impl();
state._fsp--;
@@ -5095,31 +4931,106 @@ public final void rule__ContainedPropertyAssociation__Group_5__2() throws Recogn
// $ANTLR start "rule__ContainedPropertyAssociation__Group_5__2__Impl"
- // InternalPropertiesParser.g:1663:1: rule__ContainedPropertyAssociation__Group_5__2__Impl : ( ( rule__ContainedPropertyAssociation__InBindingAssignment_5_2 ) ) ;
+ // InternalPropertiesParser.g:1615:1: rule__ContainedPropertyAssociation__Group_5__2__Impl : ( LeftParenthesis ) ;
public final void rule__ContainedPropertyAssociation__Group_5__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1667:1: ( ( ( rule__ContainedPropertyAssociation__InBindingAssignment_5_2 ) ) )
- // InternalPropertiesParser.g:1668:1: ( ( rule__ContainedPropertyAssociation__InBindingAssignment_5_2 ) )
+ // InternalPropertiesParser.g:1619:1: ( ( LeftParenthesis ) )
+ // InternalPropertiesParser.g:1620:1: ( LeftParenthesis )
+ {
+ // InternalPropertiesParser.g:1620:1: ( LeftParenthesis )
+ // InternalPropertiesParser.g:1621:2: LeftParenthesis
+ {
+ before(grammarAccess.getContainedPropertyAssociationAccess().getLeftParenthesisKeyword_5_2());
+ match(input,LeftParenthesis,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getContainedPropertyAssociationAccess().getLeftParenthesisKeyword_5_2());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ContainedPropertyAssociation__Group_5__2__Impl"
+
+
+ // $ANTLR start "rule__ContainedPropertyAssociation__Group_5__3"
+ // InternalPropertiesParser.g:1630:1: rule__ContainedPropertyAssociation__Group_5__3 : rule__ContainedPropertyAssociation__Group_5__3__Impl rule__ContainedPropertyAssociation__Group_5__4 ;
+ public final void rule__ContainedPropertyAssociation__Group_5__3() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalPropertiesParser.g:1634:1: ( rule__ContainedPropertyAssociation__Group_5__3__Impl rule__ContainedPropertyAssociation__Group_5__4 )
+ // InternalPropertiesParser.g:1635:2: rule__ContainedPropertyAssociation__Group_5__3__Impl rule__ContainedPropertyAssociation__Group_5__4
+ {
+ pushFollow(FollowSets000.FOLLOW_12);
+ rule__ContainedPropertyAssociation__Group_5__3__Impl();
+
+ state._fsp--;
+
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ContainedPropertyAssociation__Group_5__4();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ContainedPropertyAssociation__Group_5__3"
+
+
+ // $ANTLR start "rule__ContainedPropertyAssociation__Group_5__3__Impl"
+ // InternalPropertiesParser.g:1642:1: rule__ContainedPropertyAssociation__Group_5__3__Impl : ( ( rule__ContainedPropertyAssociation__InBindingAssignment_5_3 ) ) ;
+ public final void rule__ContainedPropertyAssociation__Group_5__3__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalPropertiesParser.g:1646:1: ( ( ( rule__ContainedPropertyAssociation__InBindingAssignment_5_3 ) ) )
+ // InternalPropertiesParser.g:1647:1: ( ( rule__ContainedPropertyAssociation__InBindingAssignment_5_3 ) )
{
- // InternalPropertiesParser.g:1668:1: ( ( rule__ContainedPropertyAssociation__InBindingAssignment_5_2 ) )
- // InternalPropertiesParser.g:1669:2: ( rule__ContainedPropertyAssociation__InBindingAssignment_5_2 )
+ // InternalPropertiesParser.g:1647:1: ( ( rule__ContainedPropertyAssociation__InBindingAssignment_5_3 ) )
+ // InternalPropertiesParser.g:1648:2: ( rule__ContainedPropertyAssociation__InBindingAssignment_5_3 )
{
- before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingAssignment_5_2());
- // InternalPropertiesParser.g:1670:2: ( rule__ContainedPropertyAssociation__InBindingAssignment_5_2 )
- // InternalPropertiesParser.g:1670:3: rule__ContainedPropertyAssociation__InBindingAssignment_5_2
+ before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingAssignment_5_3());
+ // InternalPropertiesParser.g:1649:2: ( rule__ContainedPropertyAssociation__InBindingAssignment_5_3 )
+ // InternalPropertiesParser.g:1649:3: rule__ContainedPropertyAssociation__InBindingAssignment_5_3
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ContainedPropertyAssociation__InBindingAssignment_5_2();
+ rule__ContainedPropertyAssociation__InBindingAssignment_5_3();
state._fsp--;
}
- after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingAssignment_5_2());
+ after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingAssignment_5_3());
}
@@ -5138,21 +5049,21 @@ public final void rule__ContainedPropertyAssociation__Group_5__2__Impl() throws
}
return ;
}
- // $ANTLR end "rule__ContainedPropertyAssociation__Group_5__2__Impl"
+ // $ANTLR end "rule__ContainedPropertyAssociation__Group_5__3__Impl"
- // $ANTLR start "rule__ContainedPropertyAssociation__Group_5__3"
- // InternalPropertiesParser.g:1678:1: rule__ContainedPropertyAssociation__Group_5__3 : rule__ContainedPropertyAssociation__Group_5__3__Impl ;
- public final void rule__ContainedPropertyAssociation__Group_5__3() throws RecognitionException {
+ // $ANTLR start "rule__ContainedPropertyAssociation__Group_5__4"
+ // InternalPropertiesParser.g:1657:1: rule__ContainedPropertyAssociation__Group_5__4 : rule__ContainedPropertyAssociation__Group_5__4__Impl ;
+ public final void rule__ContainedPropertyAssociation__Group_5__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1682:1: ( rule__ContainedPropertyAssociation__Group_5__3__Impl )
- // InternalPropertiesParser.g:1683:2: rule__ContainedPropertyAssociation__Group_5__3__Impl
+ // InternalPropertiesParser.g:1661:1: ( rule__ContainedPropertyAssociation__Group_5__4__Impl )
+ // InternalPropertiesParser.g:1662:2: rule__ContainedPropertyAssociation__Group_5__4__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ContainedPropertyAssociation__Group_5__3__Impl();
+ rule__ContainedPropertyAssociation__Group_5__4__Impl();
state._fsp--;
@@ -5171,25 +5082,25 @@ public final void rule__ContainedPropertyAssociation__Group_5__3() throws Recogn
}
return ;
}
- // $ANTLR end "rule__ContainedPropertyAssociation__Group_5__3"
+ // $ANTLR end "rule__ContainedPropertyAssociation__Group_5__4"
- // $ANTLR start "rule__ContainedPropertyAssociation__Group_5__3__Impl"
- // InternalPropertiesParser.g:1689:1: rule__ContainedPropertyAssociation__Group_5__3__Impl : ( RightParenthesis ) ;
- public final void rule__ContainedPropertyAssociation__Group_5__3__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ContainedPropertyAssociation__Group_5__4__Impl"
+ // InternalPropertiesParser.g:1668:1: rule__ContainedPropertyAssociation__Group_5__4__Impl : ( RightParenthesis ) ;
+ public final void rule__ContainedPropertyAssociation__Group_5__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1693:1: ( ( RightParenthesis ) )
- // InternalPropertiesParser.g:1694:1: ( RightParenthesis )
+ // InternalPropertiesParser.g:1672:1: ( ( RightParenthesis ) )
+ // InternalPropertiesParser.g:1673:1: ( RightParenthesis )
{
- // InternalPropertiesParser.g:1694:1: ( RightParenthesis )
- // InternalPropertiesParser.g:1695:2: RightParenthesis
+ // InternalPropertiesParser.g:1673:1: ( RightParenthesis )
+ // InternalPropertiesParser.g:1674:2: RightParenthesis
{
- before(grammarAccess.getContainedPropertyAssociationAccess().getRightParenthesisKeyword_5_3());
+ before(grammarAccess.getContainedPropertyAssociationAccess().getRightParenthesisKeyword_5_4());
match(input,RightParenthesis,FollowSets000.FOLLOW_2);
- after(grammarAccess.getContainedPropertyAssociationAccess().getRightParenthesisKeyword_5_3());
+ after(grammarAccess.getContainedPropertyAssociationAccess().getRightParenthesisKeyword_5_4());
}
@@ -5208,20 +5119,20 @@ public final void rule__ContainedPropertyAssociation__Group_5__3__Impl() throws
}
return ;
}
- // $ANTLR end "rule__ContainedPropertyAssociation__Group_5__3__Impl"
+ // $ANTLR end "rule__ContainedPropertyAssociation__Group_5__4__Impl"
// $ANTLR start "rule__OptionalModalPropertyValue__Group__0"
- // InternalPropertiesParser.g:1705:1: rule__OptionalModalPropertyValue__Group__0 : rule__OptionalModalPropertyValue__Group__0__Impl rule__OptionalModalPropertyValue__Group__1 ;
+ // InternalPropertiesParser.g:1684:1: rule__OptionalModalPropertyValue__Group__0 : rule__OptionalModalPropertyValue__Group__0__Impl rule__OptionalModalPropertyValue__Group__1 ;
public final void rule__OptionalModalPropertyValue__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1709:1: ( rule__OptionalModalPropertyValue__Group__0__Impl rule__OptionalModalPropertyValue__Group__1 )
- // InternalPropertiesParser.g:1710:2: rule__OptionalModalPropertyValue__Group__0__Impl rule__OptionalModalPropertyValue__Group__1
+ // InternalPropertiesParser.g:1688:1: ( rule__OptionalModalPropertyValue__Group__0__Impl rule__OptionalModalPropertyValue__Group__1 )
+ // InternalPropertiesParser.g:1689:2: rule__OptionalModalPropertyValue__Group__0__Impl rule__OptionalModalPropertyValue__Group__1
{
- pushFollow(FollowSets000.FOLLOW_11);
+ pushFollow(FollowSets000.FOLLOW_13);
rule__OptionalModalPropertyValue__Group__0__Impl();
state._fsp--;
@@ -5250,21 +5161,21 @@ public final void rule__OptionalModalPropertyValue__Group__0() throws Recognitio
// $ANTLR start "rule__OptionalModalPropertyValue__Group__0__Impl"
- // InternalPropertiesParser.g:1717:1: rule__OptionalModalPropertyValue__Group__0__Impl : ( ( rule__OptionalModalPropertyValue__OwnedValueAssignment_0 ) ) ;
+ // InternalPropertiesParser.g:1696:1: rule__OptionalModalPropertyValue__Group__0__Impl : ( ( rule__OptionalModalPropertyValue__OwnedValueAssignment_0 ) ) ;
public final void rule__OptionalModalPropertyValue__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1721:1: ( ( ( rule__OptionalModalPropertyValue__OwnedValueAssignment_0 ) ) )
- // InternalPropertiesParser.g:1722:1: ( ( rule__OptionalModalPropertyValue__OwnedValueAssignment_0 ) )
+ // InternalPropertiesParser.g:1700:1: ( ( ( rule__OptionalModalPropertyValue__OwnedValueAssignment_0 ) ) )
+ // InternalPropertiesParser.g:1701:1: ( ( rule__OptionalModalPropertyValue__OwnedValueAssignment_0 ) )
{
- // InternalPropertiesParser.g:1722:1: ( ( rule__OptionalModalPropertyValue__OwnedValueAssignment_0 ) )
- // InternalPropertiesParser.g:1723:2: ( rule__OptionalModalPropertyValue__OwnedValueAssignment_0 )
+ // InternalPropertiesParser.g:1701:1: ( ( rule__OptionalModalPropertyValue__OwnedValueAssignment_0 ) )
+ // InternalPropertiesParser.g:1702:2: ( rule__OptionalModalPropertyValue__OwnedValueAssignment_0 )
{
before(grammarAccess.getOptionalModalPropertyValueAccess().getOwnedValueAssignment_0());
- // InternalPropertiesParser.g:1724:2: ( rule__OptionalModalPropertyValue__OwnedValueAssignment_0 )
- // InternalPropertiesParser.g:1724:3: rule__OptionalModalPropertyValue__OwnedValueAssignment_0
+ // InternalPropertiesParser.g:1703:2: ( rule__OptionalModalPropertyValue__OwnedValueAssignment_0 )
+ // InternalPropertiesParser.g:1703:3: rule__OptionalModalPropertyValue__OwnedValueAssignment_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__OptionalModalPropertyValue__OwnedValueAssignment_0();
@@ -5297,14 +5208,14 @@ public final void rule__OptionalModalPropertyValue__Group__0__Impl() throws Reco
// $ANTLR start "rule__OptionalModalPropertyValue__Group__1"
- // InternalPropertiesParser.g:1732:1: rule__OptionalModalPropertyValue__Group__1 : rule__OptionalModalPropertyValue__Group__1__Impl ;
+ // InternalPropertiesParser.g:1711:1: rule__OptionalModalPropertyValue__Group__1 : rule__OptionalModalPropertyValue__Group__1__Impl ;
public final void rule__OptionalModalPropertyValue__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1736:1: ( rule__OptionalModalPropertyValue__Group__1__Impl )
- // InternalPropertiesParser.g:1737:2: rule__OptionalModalPropertyValue__Group__1__Impl
+ // InternalPropertiesParser.g:1715:1: ( rule__OptionalModalPropertyValue__Group__1__Impl )
+ // InternalPropertiesParser.g:1716:2: rule__OptionalModalPropertyValue__Group__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__OptionalModalPropertyValue__Group__1__Impl();
@@ -5330,20 +5241,20 @@ public final void rule__OptionalModalPropertyValue__Group__1() throws Recognitio
// $ANTLR start "rule__OptionalModalPropertyValue__Group__1__Impl"
- // InternalPropertiesParser.g:1743:1: rule__OptionalModalPropertyValue__Group__1__Impl : ( ( rule__OptionalModalPropertyValue__Group_1__0 )? ) ;
+ // InternalPropertiesParser.g:1722:1: rule__OptionalModalPropertyValue__Group__1__Impl : ( ( rule__OptionalModalPropertyValue__Group_1__0 )? ) ;
public final void rule__OptionalModalPropertyValue__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1747:1: ( ( ( rule__OptionalModalPropertyValue__Group_1__0 )? ) )
- // InternalPropertiesParser.g:1748:1: ( ( rule__OptionalModalPropertyValue__Group_1__0 )? )
+ // InternalPropertiesParser.g:1726:1: ( ( ( rule__OptionalModalPropertyValue__Group_1__0 )? ) )
+ // InternalPropertiesParser.g:1727:1: ( ( rule__OptionalModalPropertyValue__Group_1__0 )? )
{
- // InternalPropertiesParser.g:1748:1: ( ( rule__OptionalModalPropertyValue__Group_1__0 )? )
- // InternalPropertiesParser.g:1749:2: ( rule__OptionalModalPropertyValue__Group_1__0 )?
+ // InternalPropertiesParser.g:1727:1: ( ( rule__OptionalModalPropertyValue__Group_1__0 )? )
+ // InternalPropertiesParser.g:1728:2: ( rule__OptionalModalPropertyValue__Group_1__0 )?
{
before(grammarAccess.getOptionalModalPropertyValueAccess().getGroup_1());
- // InternalPropertiesParser.g:1750:2: ( rule__OptionalModalPropertyValue__Group_1__0 )?
+ // InternalPropertiesParser.g:1729:2: ( rule__OptionalModalPropertyValue__Group_1__0 )?
int alt13=2;
int LA13_0 = input.LA(1);
@@ -5356,7 +5267,7 @@ public final void rule__OptionalModalPropertyValue__Group__1__Impl() throws Reco
}
switch (alt13) {
case 1 :
- // InternalPropertiesParser.g:1750:3: rule__OptionalModalPropertyValue__Group_1__0
+ // InternalPropertiesParser.g:1729:3: rule__OptionalModalPropertyValue__Group_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__OptionalModalPropertyValue__Group_1__0();
@@ -5392,16 +5303,16 @@ public final void rule__OptionalModalPropertyValue__Group__1__Impl() throws Reco
// $ANTLR start "rule__OptionalModalPropertyValue__Group_1__0"
- // InternalPropertiesParser.g:1759:1: rule__OptionalModalPropertyValue__Group_1__0 : rule__OptionalModalPropertyValue__Group_1__0__Impl rule__OptionalModalPropertyValue__Group_1__1 ;
+ // InternalPropertiesParser.g:1738:1: rule__OptionalModalPropertyValue__Group_1__0 : rule__OptionalModalPropertyValue__Group_1__0__Impl rule__OptionalModalPropertyValue__Group_1__1 ;
public final void rule__OptionalModalPropertyValue__Group_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1763:1: ( rule__OptionalModalPropertyValue__Group_1__0__Impl rule__OptionalModalPropertyValue__Group_1__1 )
- // InternalPropertiesParser.g:1764:2: rule__OptionalModalPropertyValue__Group_1__0__Impl rule__OptionalModalPropertyValue__Group_1__1
+ // InternalPropertiesParser.g:1742:1: ( rule__OptionalModalPropertyValue__Group_1__0__Impl rule__OptionalModalPropertyValue__Group_1__1 )
+ // InternalPropertiesParser.g:1743:2: rule__OptionalModalPropertyValue__Group_1__0__Impl rule__OptionalModalPropertyValue__Group_1__1
{
- pushFollow(FollowSets000.FOLLOW_9);
+ pushFollow(FollowSets000.FOLLOW_14);
rule__OptionalModalPropertyValue__Group_1__0__Impl();
state._fsp--;
@@ -5430,25 +5341,21 @@ public final void rule__OptionalModalPropertyValue__Group_1__0() throws Recognit
// $ANTLR start "rule__OptionalModalPropertyValue__Group_1__0__Impl"
- // InternalPropertiesParser.g:1771:1: rule__OptionalModalPropertyValue__Group_1__0__Impl : ( ruleInModesKeywords ) ;
+ // InternalPropertiesParser.g:1750:1: rule__OptionalModalPropertyValue__Group_1__0__Impl : ( In ) ;
public final void rule__OptionalModalPropertyValue__Group_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1775:1: ( ( ruleInModesKeywords ) )
- // InternalPropertiesParser.g:1776:1: ( ruleInModesKeywords )
+ // InternalPropertiesParser.g:1754:1: ( ( In ) )
+ // InternalPropertiesParser.g:1755:1: ( In )
{
- // InternalPropertiesParser.g:1776:1: ( ruleInModesKeywords )
- // InternalPropertiesParser.g:1777:2: ruleInModesKeywords
+ // InternalPropertiesParser.g:1755:1: ( In )
+ // InternalPropertiesParser.g:1756:2: In
{
- before(grammarAccess.getOptionalModalPropertyValueAccess().getInModesKeywordsParserRuleCall_1_0());
- pushFollow(FollowSets000.FOLLOW_2);
- ruleInModesKeywords();
-
- state._fsp--;
-
- after(grammarAccess.getOptionalModalPropertyValueAccess().getInModesKeywordsParserRuleCall_1_0());
+ before(grammarAccess.getOptionalModalPropertyValueAccess().getInKeyword_1_0());
+ match(input,In,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getOptionalModalPropertyValueAccess().getInKeyword_1_0());
}
@@ -5471,16 +5378,16 @@ public final void rule__OptionalModalPropertyValue__Group_1__0__Impl() throws Re
// $ANTLR start "rule__OptionalModalPropertyValue__Group_1__1"
- // InternalPropertiesParser.g:1786:1: rule__OptionalModalPropertyValue__Group_1__1 : rule__OptionalModalPropertyValue__Group_1__1__Impl rule__OptionalModalPropertyValue__Group_1__2 ;
+ // InternalPropertiesParser.g:1765:1: rule__OptionalModalPropertyValue__Group_1__1 : rule__OptionalModalPropertyValue__Group_1__1__Impl rule__OptionalModalPropertyValue__Group_1__2 ;
public final void rule__OptionalModalPropertyValue__Group_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1790:1: ( rule__OptionalModalPropertyValue__Group_1__1__Impl rule__OptionalModalPropertyValue__Group_1__2 )
- // InternalPropertiesParser.g:1791:2: rule__OptionalModalPropertyValue__Group_1__1__Impl rule__OptionalModalPropertyValue__Group_1__2
+ // InternalPropertiesParser.g:1769:1: ( rule__OptionalModalPropertyValue__Group_1__1__Impl rule__OptionalModalPropertyValue__Group_1__2 )
+ // InternalPropertiesParser.g:1770:2: rule__OptionalModalPropertyValue__Group_1__1__Impl rule__OptionalModalPropertyValue__Group_1__2
{
- pushFollow(FollowSets000.FOLLOW_8);
+ pushFollow(FollowSets000.FOLLOW_11);
rule__OptionalModalPropertyValue__Group_1__1__Impl();
state._fsp--;
@@ -5509,21 +5416,21 @@ public final void rule__OptionalModalPropertyValue__Group_1__1() throws Recognit
// $ANTLR start "rule__OptionalModalPropertyValue__Group_1__1__Impl"
- // InternalPropertiesParser.g:1798:1: rule__OptionalModalPropertyValue__Group_1__1__Impl : ( LeftParenthesis ) ;
+ // InternalPropertiesParser.g:1777:1: rule__OptionalModalPropertyValue__Group_1__1__Impl : ( Modes ) ;
public final void rule__OptionalModalPropertyValue__Group_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1802:1: ( ( LeftParenthesis ) )
- // InternalPropertiesParser.g:1803:1: ( LeftParenthesis )
+ // InternalPropertiesParser.g:1781:1: ( ( Modes ) )
+ // InternalPropertiesParser.g:1782:1: ( Modes )
{
- // InternalPropertiesParser.g:1803:1: ( LeftParenthesis )
- // InternalPropertiesParser.g:1804:2: LeftParenthesis
+ // InternalPropertiesParser.g:1782:1: ( Modes )
+ // InternalPropertiesParser.g:1783:2: Modes
{
- before(grammarAccess.getOptionalModalPropertyValueAccess().getLeftParenthesisKeyword_1_1());
- match(input,LeftParenthesis,FollowSets000.FOLLOW_2);
- after(grammarAccess.getOptionalModalPropertyValueAccess().getLeftParenthesisKeyword_1_1());
+ before(grammarAccess.getOptionalModalPropertyValueAccess().getModesKeyword_1_1());
+ match(input,Modes,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getOptionalModalPropertyValueAccess().getModesKeyword_1_1());
}
@@ -5546,16 +5453,16 @@ public final void rule__OptionalModalPropertyValue__Group_1__1__Impl() throws Re
// $ANTLR start "rule__OptionalModalPropertyValue__Group_1__2"
- // InternalPropertiesParser.g:1813:1: rule__OptionalModalPropertyValue__Group_1__2 : rule__OptionalModalPropertyValue__Group_1__2__Impl rule__OptionalModalPropertyValue__Group_1__3 ;
+ // InternalPropertiesParser.g:1792:1: rule__OptionalModalPropertyValue__Group_1__2 : rule__OptionalModalPropertyValue__Group_1__2__Impl rule__OptionalModalPropertyValue__Group_1__3 ;
public final void rule__OptionalModalPropertyValue__Group_1__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1817:1: ( rule__OptionalModalPropertyValue__Group_1__2__Impl rule__OptionalModalPropertyValue__Group_1__3 )
- // InternalPropertiesParser.g:1818:2: rule__OptionalModalPropertyValue__Group_1__2__Impl rule__OptionalModalPropertyValue__Group_1__3
+ // InternalPropertiesParser.g:1796:1: ( rule__OptionalModalPropertyValue__Group_1__2__Impl rule__OptionalModalPropertyValue__Group_1__3 )
+ // InternalPropertiesParser.g:1797:2: rule__OptionalModalPropertyValue__Group_1__2__Impl rule__OptionalModalPropertyValue__Group_1__3
{
- pushFollow(FollowSets000.FOLLOW_12);
+ pushFollow(FollowSets000.FOLLOW_9);
rule__OptionalModalPropertyValue__Group_1__2__Impl();
state._fsp--;
@@ -5584,31 +5491,21 @@ public final void rule__OptionalModalPropertyValue__Group_1__2() throws Recognit
// $ANTLR start "rule__OptionalModalPropertyValue__Group_1__2__Impl"
- // InternalPropertiesParser.g:1825:1: rule__OptionalModalPropertyValue__Group_1__2__Impl : ( ( rule__OptionalModalPropertyValue__InModeAssignment_1_2 ) ) ;
+ // InternalPropertiesParser.g:1804:1: rule__OptionalModalPropertyValue__Group_1__2__Impl : ( LeftParenthesis ) ;
public final void rule__OptionalModalPropertyValue__Group_1__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1829:1: ( ( ( rule__OptionalModalPropertyValue__InModeAssignment_1_2 ) ) )
- // InternalPropertiesParser.g:1830:1: ( ( rule__OptionalModalPropertyValue__InModeAssignment_1_2 ) )
+ // InternalPropertiesParser.g:1808:1: ( ( LeftParenthesis ) )
+ // InternalPropertiesParser.g:1809:1: ( LeftParenthesis )
{
- // InternalPropertiesParser.g:1830:1: ( ( rule__OptionalModalPropertyValue__InModeAssignment_1_2 ) )
- // InternalPropertiesParser.g:1831:2: ( rule__OptionalModalPropertyValue__InModeAssignment_1_2 )
+ // InternalPropertiesParser.g:1809:1: ( LeftParenthesis )
+ // InternalPropertiesParser.g:1810:2: LeftParenthesis
{
- before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_2());
- // InternalPropertiesParser.g:1832:2: ( rule__OptionalModalPropertyValue__InModeAssignment_1_2 )
- // InternalPropertiesParser.g:1832:3: rule__OptionalModalPropertyValue__InModeAssignment_1_2
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__OptionalModalPropertyValue__InModeAssignment_1_2();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_2());
+ before(grammarAccess.getOptionalModalPropertyValueAccess().getLeftParenthesisKeyword_1_2());
+ match(input,LeftParenthesis,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getOptionalModalPropertyValueAccess().getLeftParenthesisKeyword_1_2());
}
@@ -5631,16 +5528,16 @@ public final void rule__OptionalModalPropertyValue__Group_1__2__Impl() throws Re
// $ANTLR start "rule__OptionalModalPropertyValue__Group_1__3"
- // InternalPropertiesParser.g:1840:1: rule__OptionalModalPropertyValue__Group_1__3 : rule__OptionalModalPropertyValue__Group_1__3__Impl rule__OptionalModalPropertyValue__Group_1__4 ;
+ // InternalPropertiesParser.g:1819:1: rule__OptionalModalPropertyValue__Group_1__3 : rule__OptionalModalPropertyValue__Group_1__3__Impl rule__OptionalModalPropertyValue__Group_1__4 ;
public final void rule__OptionalModalPropertyValue__Group_1__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1844:1: ( rule__OptionalModalPropertyValue__Group_1__3__Impl rule__OptionalModalPropertyValue__Group_1__4 )
- // InternalPropertiesParser.g:1845:2: rule__OptionalModalPropertyValue__Group_1__3__Impl rule__OptionalModalPropertyValue__Group_1__4
+ // InternalPropertiesParser.g:1823:1: ( rule__OptionalModalPropertyValue__Group_1__3__Impl rule__OptionalModalPropertyValue__Group_1__4 )
+ // InternalPropertiesParser.g:1824:2: rule__OptionalModalPropertyValue__Group_1__3__Impl rule__OptionalModalPropertyValue__Group_1__4
{
- pushFollow(FollowSets000.FOLLOW_12);
+ pushFollow(FollowSets000.FOLLOW_15);
rule__OptionalModalPropertyValue__Group_1__3__Impl();
state._fsp--;
@@ -5669,20 +5566,105 @@ public final void rule__OptionalModalPropertyValue__Group_1__3() throws Recognit
// $ANTLR start "rule__OptionalModalPropertyValue__Group_1__3__Impl"
- // InternalPropertiesParser.g:1852:1: rule__OptionalModalPropertyValue__Group_1__3__Impl : ( ( rule__OptionalModalPropertyValue__Group_1_3__0 )* ) ;
+ // InternalPropertiesParser.g:1831:1: rule__OptionalModalPropertyValue__Group_1__3__Impl : ( ( rule__OptionalModalPropertyValue__InModeAssignment_1_3 ) ) ;
public final void rule__OptionalModalPropertyValue__Group_1__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1856:1: ( ( ( rule__OptionalModalPropertyValue__Group_1_3__0 )* ) )
- // InternalPropertiesParser.g:1857:1: ( ( rule__OptionalModalPropertyValue__Group_1_3__0 )* )
+ // InternalPropertiesParser.g:1835:1: ( ( ( rule__OptionalModalPropertyValue__InModeAssignment_1_3 ) ) )
+ // InternalPropertiesParser.g:1836:1: ( ( rule__OptionalModalPropertyValue__InModeAssignment_1_3 ) )
+ {
+ // InternalPropertiesParser.g:1836:1: ( ( rule__OptionalModalPropertyValue__InModeAssignment_1_3 ) )
+ // InternalPropertiesParser.g:1837:2: ( rule__OptionalModalPropertyValue__InModeAssignment_1_3 )
+ {
+ before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_3());
+ // InternalPropertiesParser.g:1838:2: ( rule__OptionalModalPropertyValue__InModeAssignment_1_3 )
+ // InternalPropertiesParser.g:1838:3: rule__OptionalModalPropertyValue__InModeAssignment_1_3
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__OptionalModalPropertyValue__InModeAssignment_1_3();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_3());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__OptionalModalPropertyValue__Group_1__3__Impl"
+
+
+ // $ANTLR start "rule__OptionalModalPropertyValue__Group_1__4"
+ // InternalPropertiesParser.g:1846:1: rule__OptionalModalPropertyValue__Group_1__4 : rule__OptionalModalPropertyValue__Group_1__4__Impl rule__OptionalModalPropertyValue__Group_1__5 ;
+ public final void rule__OptionalModalPropertyValue__Group_1__4() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalPropertiesParser.g:1850:1: ( rule__OptionalModalPropertyValue__Group_1__4__Impl rule__OptionalModalPropertyValue__Group_1__5 )
+ // InternalPropertiesParser.g:1851:2: rule__OptionalModalPropertyValue__Group_1__4__Impl rule__OptionalModalPropertyValue__Group_1__5
+ {
+ pushFollow(FollowSets000.FOLLOW_15);
+ rule__OptionalModalPropertyValue__Group_1__4__Impl();
+
+ state._fsp--;
+
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__OptionalModalPropertyValue__Group_1__5();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__OptionalModalPropertyValue__Group_1__4"
+
+
+ // $ANTLR start "rule__OptionalModalPropertyValue__Group_1__4__Impl"
+ // InternalPropertiesParser.g:1858:1: rule__OptionalModalPropertyValue__Group_1__4__Impl : ( ( rule__OptionalModalPropertyValue__Group_1_4__0 )* ) ;
+ public final void rule__OptionalModalPropertyValue__Group_1__4__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalPropertiesParser.g:1862:1: ( ( ( rule__OptionalModalPropertyValue__Group_1_4__0 )* ) )
+ // InternalPropertiesParser.g:1863:1: ( ( rule__OptionalModalPropertyValue__Group_1_4__0 )* )
{
- // InternalPropertiesParser.g:1857:1: ( ( rule__OptionalModalPropertyValue__Group_1_3__0 )* )
- // InternalPropertiesParser.g:1858:2: ( rule__OptionalModalPropertyValue__Group_1_3__0 )*
+ // InternalPropertiesParser.g:1863:1: ( ( rule__OptionalModalPropertyValue__Group_1_4__0 )* )
+ // InternalPropertiesParser.g:1864:2: ( rule__OptionalModalPropertyValue__Group_1_4__0 )*
{
- before(grammarAccess.getOptionalModalPropertyValueAccess().getGroup_1_3());
- // InternalPropertiesParser.g:1859:2: ( rule__OptionalModalPropertyValue__Group_1_3__0 )*
+ before(grammarAccess.getOptionalModalPropertyValueAccess().getGroup_1_4());
+ // InternalPropertiesParser.g:1865:2: ( rule__OptionalModalPropertyValue__Group_1_4__0 )*
loop14:
do {
int alt14=2;
@@ -5695,10 +5677,10 @@ public final void rule__OptionalModalPropertyValue__Group_1__3__Impl() throws Re
switch (alt14) {
case 1 :
- // InternalPropertiesParser.g:1859:3: rule__OptionalModalPropertyValue__Group_1_3__0
+ // InternalPropertiesParser.g:1865:3: rule__OptionalModalPropertyValue__Group_1_4__0
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__OptionalModalPropertyValue__Group_1_3__0();
+ rule__OptionalModalPropertyValue__Group_1_4__0();
state._fsp--;
@@ -5711,7 +5693,7 @@ public final void rule__OptionalModalPropertyValue__Group_1__3__Impl() throws Re
}
} while (true);
- after(grammarAccess.getOptionalModalPropertyValueAccess().getGroup_1_3());
+ after(grammarAccess.getOptionalModalPropertyValueAccess().getGroup_1_4());
}
@@ -5730,21 +5712,21 @@ public final void rule__OptionalModalPropertyValue__Group_1__3__Impl() throws Re
}
return ;
}
- // $ANTLR end "rule__OptionalModalPropertyValue__Group_1__3__Impl"
+ // $ANTLR end "rule__OptionalModalPropertyValue__Group_1__4__Impl"
- // $ANTLR start "rule__OptionalModalPropertyValue__Group_1__4"
- // InternalPropertiesParser.g:1867:1: rule__OptionalModalPropertyValue__Group_1__4 : rule__OptionalModalPropertyValue__Group_1__4__Impl ;
- public final void rule__OptionalModalPropertyValue__Group_1__4() throws RecognitionException {
+ // $ANTLR start "rule__OptionalModalPropertyValue__Group_1__5"
+ // InternalPropertiesParser.g:1873:1: rule__OptionalModalPropertyValue__Group_1__5 : rule__OptionalModalPropertyValue__Group_1__5__Impl ;
+ public final void rule__OptionalModalPropertyValue__Group_1__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1871:1: ( rule__OptionalModalPropertyValue__Group_1__4__Impl )
- // InternalPropertiesParser.g:1872:2: rule__OptionalModalPropertyValue__Group_1__4__Impl
+ // InternalPropertiesParser.g:1877:1: ( rule__OptionalModalPropertyValue__Group_1__5__Impl )
+ // InternalPropertiesParser.g:1878:2: rule__OptionalModalPropertyValue__Group_1__5__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__OptionalModalPropertyValue__Group_1__4__Impl();
+ rule__OptionalModalPropertyValue__Group_1__5__Impl();
state._fsp--;
@@ -5763,25 +5745,25 @@ public final void rule__OptionalModalPropertyValue__Group_1__4() throws Recognit
}
return ;
}
- // $ANTLR end "rule__OptionalModalPropertyValue__Group_1__4"
+ // $ANTLR end "rule__OptionalModalPropertyValue__Group_1__5"
- // $ANTLR start "rule__OptionalModalPropertyValue__Group_1__4__Impl"
- // InternalPropertiesParser.g:1878:1: rule__OptionalModalPropertyValue__Group_1__4__Impl : ( RightParenthesis ) ;
- public final void rule__OptionalModalPropertyValue__Group_1__4__Impl() throws RecognitionException {
+ // $ANTLR start "rule__OptionalModalPropertyValue__Group_1__5__Impl"
+ // InternalPropertiesParser.g:1884:1: rule__OptionalModalPropertyValue__Group_1__5__Impl : ( RightParenthesis ) ;
+ public final void rule__OptionalModalPropertyValue__Group_1__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1882:1: ( ( RightParenthesis ) )
- // InternalPropertiesParser.g:1883:1: ( RightParenthesis )
+ // InternalPropertiesParser.g:1888:1: ( ( RightParenthesis ) )
+ // InternalPropertiesParser.g:1889:1: ( RightParenthesis )
{
- // InternalPropertiesParser.g:1883:1: ( RightParenthesis )
- // InternalPropertiesParser.g:1884:2: RightParenthesis
+ // InternalPropertiesParser.g:1889:1: ( RightParenthesis )
+ // InternalPropertiesParser.g:1890:2: RightParenthesis
{
- before(grammarAccess.getOptionalModalPropertyValueAccess().getRightParenthesisKeyword_1_4());
+ before(grammarAccess.getOptionalModalPropertyValueAccess().getRightParenthesisKeyword_1_5());
match(input,RightParenthesis,FollowSets000.FOLLOW_2);
- after(grammarAccess.getOptionalModalPropertyValueAccess().getRightParenthesisKeyword_1_4());
+ after(grammarAccess.getOptionalModalPropertyValueAccess().getRightParenthesisKeyword_1_5());
}
@@ -5800,26 +5782,26 @@ public final void rule__OptionalModalPropertyValue__Group_1__4__Impl() throws Re
}
return ;
}
- // $ANTLR end "rule__OptionalModalPropertyValue__Group_1__4__Impl"
+ // $ANTLR end "rule__OptionalModalPropertyValue__Group_1__5__Impl"
- // $ANTLR start "rule__OptionalModalPropertyValue__Group_1_3__0"
- // InternalPropertiesParser.g:1894:1: rule__OptionalModalPropertyValue__Group_1_3__0 : rule__OptionalModalPropertyValue__Group_1_3__0__Impl rule__OptionalModalPropertyValue__Group_1_3__1 ;
- public final void rule__OptionalModalPropertyValue__Group_1_3__0() throws RecognitionException {
+ // $ANTLR start "rule__OptionalModalPropertyValue__Group_1_4__0"
+ // InternalPropertiesParser.g:1900:1: rule__OptionalModalPropertyValue__Group_1_4__0 : rule__OptionalModalPropertyValue__Group_1_4__0__Impl rule__OptionalModalPropertyValue__Group_1_4__1 ;
+ public final void rule__OptionalModalPropertyValue__Group_1_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1898:1: ( rule__OptionalModalPropertyValue__Group_1_3__0__Impl rule__OptionalModalPropertyValue__Group_1_3__1 )
- // InternalPropertiesParser.g:1899:2: rule__OptionalModalPropertyValue__Group_1_3__0__Impl rule__OptionalModalPropertyValue__Group_1_3__1
+ // InternalPropertiesParser.g:1904:1: ( rule__OptionalModalPropertyValue__Group_1_4__0__Impl rule__OptionalModalPropertyValue__Group_1_4__1 )
+ // InternalPropertiesParser.g:1905:2: rule__OptionalModalPropertyValue__Group_1_4__0__Impl rule__OptionalModalPropertyValue__Group_1_4__1
{
- pushFollow(FollowSets000.FOLLOW_8);
- rule__OptionalModalPropertyValue__Group_1_3__0__Impl();
+ pushFollow(FollowSets000.FOLLOW_9);
+ rule__OptionalModalPropertyValue__Group_1_4__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__OptionalModalPropertyValue__Group_1_3__1();
+ rule__OptionalModalPropertyValue__Group_1_4__1();
state._fsp--;
@@ -5838,25 +5820,25 @@ public final void rule__OptionalModalPropertyValue__Group_1_3__0() throws Recogn
}
return ;
}
- // $ANTLR end "rule__OptionalModalPropertyValue__Group_1_3__0"
+ // $ANTLR end "rule__OptionalModalPropertyValue__Group_1_4__0"
- // $ANTLR start "rule__OptionalModalPropertyValue__Group_1_3__0__Impl"
- // InternalPropertiesParser.g:1906:1: rule__OptionalModalPropertyValue__Group_1_3__0__Impl : ( Comma ) ;
- public final void rule__OptionalModalPropertyValue__Group_1_3__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__OptionalModalPropertyValue__Group_1_4__0__Impl"
+ // InternalPropertiesParser.g:1912:1: rule__OptionalModalPropertyValue__Group_1_4__0__Impl : ( Comma ) ;
+ public final void rule__OptionalModalPropertyValue__Group_1_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1910:1: ( ( Comma ) )
- // InternalPropertiesParser.g:1911:1: ( Comma )
+ // InternalPropertiesParser.g:1916:1: ( ( Comma ) )
+ // InternalPropertiesParser.g:1917:1: ( Comma )
{
- // InternalPropertiesParser.g:1911:1: ( Comma )
- // InternalPropertiesParser.g:1912:2: Comma
+ // InternalPropertiesParser.g:1917:1: ( Comma )
+ // InternalPropertiesParser.g:1918:2: Comma
{
- before(grammarAccess.getOptionalModalPropertyValueAccess().getCommaKeyword_1_3_0());
+ before(grammarAccess.getOptionalModalPropertyValueAccess().getCommaKeyword_1_4_0());
match(input,Comma,FollowSets000.FOLLOW_2);
- after(grammarAccess.getOptionalModalPropertyValueAccess().getCommaKeyword_1_3_0());
+ after(grammarAccess.getOptionalModalPropertyValueAccess().getCommaKeyword_1_4_0());
}
@@ -5875,21 +5857,21 @@ public final void rule__OptionalModalPropertyValue__Group_1_3__0__Impl() throws
}
return ;
}
- // $ANTLR end "rule__OptionalModalPropertyValue__Group_1_3__0__Impl"
+ // $ANTLR end "rule__OptionalModalPropertyValue__Group_1_4__0__Impl"
- // $ANTLR start "rule__OptionalModalPropertyValue__Group_1_3__1"
- // InternalPropertiesParser.g:1921:1: rule__OptionalModalPropertyValue__Group_1_3__1 : rule__OptionalModalPropertyValue__Group_1_3__1__Impl ;
- public final void rule__OptionalModalPropertyValue__Group_1_3__1() throws RecognitionException {
+ // $ANTLR start "rule__OptionalModalPropertyValue__Group_1_4__1"
+ // InternalPropertiesParser.g:1927:1: rule__OptionalModalPropertyValue__Group_1_4__1 : rule__OptionalModalPropertyValue__Group_1_4__1__Impl ;
+ public final void rule__OptionalModalPropertyValue__Group_1_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1925:1: ( rule__OptionalModalPropertyValue__Group_1_3__1__Impl )
- // InternalPropertiesParser.g:1926:2: rule__OptionalModalPropertyValue__Group_1_3__1__Impl
+ // InternalPropertiesParser.g:1931:1: ( rule__OptionalModalPropertyValue__Group_1_4__1__Impl )
+ // InternalPropertiesParser.g:1932:2: rule__OptionalModalPropertyValue__Group_1_4__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__OptionalModalPropertyValue__Group_1_3__1__Impl();
+ rule__OptionalModalPropertyValue__Group_1_4__1__Impl();
state._fsp--;
@@ -5908,35 +5890,35 @@ public final void rule__OptionalModalPropertyValue__Group_1_3__1() throws Recogn
}
return ;
}
- // $ANTLR end "rule__OptionalModalPropertyValue__Group_1_3__1"
+ // $ANTLR end "rule__OptionalModalPropertyValue__Group_1_4__1"
- // $ANTLR start "rule__OptionalModalPropertyValue__Group_1_3__1__Impl"
- // InternalPropertiesParser.g:1932:1: rule__OptionalModalPropertyValue__Group_1_3__1__Impl : ( ( rule__OptionalModalPropertyValue__InModeAssignment_1_3_1 ) ) ;
- public final void rule__OptionalModalPropertyValue__Group_1_3__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__OptionalModalPropertyValue__Group_1_4__1__Impl"
+ // InternalPropertiesParser.g:1938:1: rule__OptionalModalPropertyValue__Group_1_4__1__Impl : ( ( rule__OptionalModalPropertyValue__InModeAssignment_1_4_1 ) ) ;
+ public final void rule__OptionalModalPropertyValue__Group_1_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1936:1: ( ( ( rule__OptionalModalPropertyValue__InModeAssignment_1_3_1 ) ) )
- // InternalPropertiesParser.g:1937:1: ( ( rule__OptionalModalPropertyValue__InModeAssignment_1_3_1 ) )
+ // InternalPropertiesParser.g:1942:1: ( ( ( rule__OptionalModalPropertyValue__InModeAssignment_1_4_1 ) ) )
+ // InternalPropertiesParser.g:1943:1: ( ( rule__OptionalModalPropertyValue__InModeAssignment_1_4_1 ) )
{
- // InternalPropertiesParser.g:1937:1: ( ( rule__OptionalModalPropertyValue__InModeAssignment_1_3_1 ) )
- // InternalPropertiesParser.g:1938:2: ( rule__OptionalModalPropertyValue__InModeAssignment_1_3_1 )
+ // InternalPropertiesParser.g:1943:1: ( ( rule__OptionalModalPropertyValue__InModeAssignment_1_4_1 ) )
+ // InternalPropertiesParser.g:1944:2: ( rule__OptionalModalPropertyValue__InModeAssignment_1_4_1 )
{
- before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_3_1());
- // InternalPropertiesParser.g:1939:2: ( rule__OptionalModalPropertyValue__InModeAssignment_1_3_1 )
- // InternalPropertiesParser.g:1939:3: rule__OptionalModalPropertyValue__InModeAssignment_1_3_1
+ before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_4_1());
+ // InternalPropertiesParser.g:1945:2: ( rule__OptionalModalPropertyValue__InModeAssignment_1_4_1 )
+ // InternalPropertiesParser.g:1945:3: rule__OptionalModalPropertyValue__InModeAssignment_1_4_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__OptionalModalPropertyValue__InModeAssignment_1_3_1();
+ rule__OptionalModalPropertyValue__InModeAssignment_1_4_1();
state._fsp--;
}
- after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_3_1());
+ after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_4_1());
}
@@ -5955,20 +5937,20 @@ public final void rule__OptionalModalPropertyValue__Group_1_3__1__Impl() throws
}
return ;
}
- // $ANTLR end "rule__OptionalModalPropertyValue__Group_1_3__1__Impl"
+ // $ANTLR end "rule__OptionalModalPropertyValue__Group_1_4__1__Impl"
// $ANTLR start "rule__BooleanLiteral__Group__0"
- // InternalPropertiesParser.g:1948:1: rule__BooleanLiteral__Group__0 : rule__BooleanLiteral__Group__0__Impl rule__BooleanLiteral__Group__1 ;
+ // InternalPropertiesParser.g:1954:1: rule__BooleanLiteral__Group__0 : rule__BooleanLiteral__Group__0__Impl rule__BooleanLiteral__Group__1 ;
public final void rule__BooleanLiteral__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1952:1: ( rule__BooleanLiteral__Group__0__Impl rule__BooleanLiteral__Group__1 )
- // InternalPropertiesParser.g:1953:2: rule__BooleanLiteral__Group__0__Impl rule__BooleanLiteral__Group__1
+ // InternalPropertiesParser.g:1958:1: ( rule__BooleanLiteral__Group__0__Impl rule__BooleanLiteral__Group__1 )
+ // InternalPropertiesParser.g:1959:2: rule__BooleanLiteral__Group__0__Impl rule__BooleanLiteral__Group__1
{
- pushFollow(FollowSets000.FOLLOW_13);
+ pushFollow(FollowSets000.FOLLOW_16);
rule__BooleanLiteral__Group__0__Impl();
state._fsp--;
@@ -5997,21 +5979,21 @@ public final void rule__BooleanLiteral__Group__0() throws RecognitionException {
// $ANTLR start "rule__BooleanLiteral__Group__0__Impl"
- // InternalPropertiesParser.g:1960:1: rule__BooleanLiteral__Group__0__Impl : ( () ) ;
+ // InternalPropertiesParser.g:1966:1: rule__BooleanLiteral__Group__0__Impl : ( () ) ;
public final void rule__BooleanLiteral__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1964:1: ( ( () ) )
- // InternalPropertiesParser.g:1965:1: ( () )
+ // InternalPropertiesParser.g:1970:1: ( ( () ) )
+ // InternalPropertiesParser.g:1971:1: ( () )
{
- // InternalPropertiesParser.g:1965:1: ( () )
- // InternalPropertiesParser.g:1966:2: ()
+ // InternalPropertiesParser.g:1971:1: ( () )
+ // InternalPropertiesParser.g:1972:2: ()
{
before(grammarAccess.getBooleanLiteralAccess().getBooleanLiteralAction_0());
- // InternalPropertiesParser.g:1967:2: ()
- // InternalPropertiesParser.g:1967:3:
+ // InternalPropertiesParser.g:1973:2: ()
+ // InternalPropertiesParser.g:1973:3:
{
}
@@ -6034,14 +6016,14 @@ public final void rule__BooleanLiteral__Group__0__Impl() throws RecognitionExcep
// $ANTLR start "rule__BooleanLiteral__Group__1"
- // InternalPropertiesParser.g:1975:1: rule__BooleanLiteral__Group__1 : rule__BooleanLiteral__Group__1__Impl ;
+ // InternalPropertiesParser.g:1981:1: rule__BooleanLiteral__Group__1 : rule__BooleanLiteral__Group__1__Impl ;
public final void rule__BooleanLiteral__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1979:1: ( rule__BooleanLiteral__Group__1__Impl )
- // InternalPropertiesParser.g:1980:2: rule__BooleanLiteral__Group__1__Impl
+ // InternalPropertiesParser.g:1985:1: ( rule__BooleanLiteral__Group__1__Impl )
+ // InternalPropertiesParser.g:1986:2: rule__BooleanLiteral__Group__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BooleanLiteral__Group__1__Impl();
@@ -6067,21 +6049,21 @@ public final void rule__BooleanLiteral__Group__1() throws RecognitionException {
// $ANTLR start "rule__BooleanLiteral__Group__1__Impl"
- // InternalPropertiesParser.g:1986:1: rule__BooleanLiteral__Group__1__Impl : ( ( rule__BooleanLiteral__Alternatives_1 ) ) ;
+ // InternalPropertiesParser.g:1992:1: rule__BooleanLiteral__Group__1__Impl : ( ( rule__BooleanLiteral__Alternatives_1 ) ) ;
public final void rule__BooleanLiteral__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:1990:1: ( ( ( rule__BooleanLiteral__Alternatives_1 ) ) )
- // InternalPropertiesParser.g:1991:1: ( ( rule__BooleanLiteral__Alternatives_1 ) )
+ // InternalPropertiesParser.g:1996:1: ( ( ( rule__BooleanLiteral__Alternatives_1 ) ) )
+ // InternalPropertiesParser.g:1997:1: ( ( rule__BooleanLiteral__Alternatives_1 ) )
{
- // InternalPropertiesParser.g:1991:1: ( ( rule__BooleanLiteral__Alternatives_1 ) )
- // InternalPropertiesParser.g:1992:2: ( rule__BooleanLiteral__Alternatives_1 )
+ // InternalPropertiesParser.g:1997:1: ( ( rule__BooleanLiteral__Alternatives_1 ) )
+ // InternalPropertiesParser.g:1998:2: ( rule__BooleanLiteral__Alternatives_1 )
{
before(grammarAccess.getBooleanLiteralAccess().getAlternatives_1());
- // InternalPropertiesParser.g:1993:2: ( rule__BooleanLiteral__Alternatives_1 )
- // InternalPropertiesParser.g:1993:3: rule__BooleanLiteral__Alternatives_1
+ // InternalPropertiesParser.g:1999:2: ( rule__BooleanLiteral__Alternatives_1 )
+ // InternalPropertiesParser.g:1999:3: rule__BooleanLiteral__Alternatives_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BooleanLiteral__Alternatives_1();
@@ -6114,16 +6096,16 @@ public final void rule__BooleanLiteral__Group__1__Impl() throws RecognitionExcep
// $ANTLR start "rule__ReferenceTerm__Group__0"
- // InternalPropertiesParser.g:2002:1: rule__ReferenceTerm__Group__0 : rule__ReferenceTerm__Group__0__Impl rule__ReferenceTerm__Group__1 ;
+ // InternalPropertiesParser.g:2008:1: rule__ReferenceTerm__Group__0 : rule__ReferenceTerm__Group__0__Impl rule__ReferenceTerm__Group__1 ;
public final void rule__ReferenceTerm__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2006:1: ( rule__ReferenceTerm__Group__0__Impl rule__ReferenceTerm__Group__1 )
- // InternalPropertiesParser.g:2007:2: rule__ReferenceTerm__Group__0__Impl rule__ReferenceTerm__Group__1
+ // InternalPropertiesParser.g:2012:1: ( rule__ReferenceTerm__Group__0__Impl rule__ReferenceTerm__Group__1 )
+ // InternalPropertiesParser.g:2013:2: rule__ReferenceTerm__Group__0__Impl rule__ReferenceTerm__Group__1
{
- pushFollow(FollowSets000.FOLLOW_9);
+ pushFollow(FollowSets000.FOLLOW_11);
rule__ReferenceTerm__Group__0__Impl();
state._fsp--;
@@ -6152,17 +6134,17 @@ public final void rule__ReferenceTerm__Group__0() throws RecognitionException {
// $ANTLR start "rule__ReferenceTerm__Group__0__Impl"
- // InternalPropertiesParser.g:2014:1: rule__ReferenceTerm__Group__0__Impl : ( Reference ) ;
+ // InternalPropertiesParser.g:2020:1: rule__ReferenceTerm__Group__0__Impl : ( Reference ) ;
public final void rule__ReferenceTerm__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2018:1: ( ( Reference ) )
- // InternalPropertiesParser.g:2019:1: ( Reference )
+ // InternalPropertiesParser.g:2024:1: ( ( Reference ) )
+ // InternalPropertiesParser.g:2025:1: ( Reference )
{
- // InternalPropertiesParser.g:2019:1: ( Reference )
- // InternalPropertiesParser.g:2020:2: Reference
+ // InternalPropertiesParser.g:2025:1: ( Reference )
+ // InternalPropertiesParser.g:2026:2: Reference
{
before(grammarAccess.getReferenceTermAccess().getReferenceKeyword_0());
match(input,Reference,FollowSets000.FOLLOW_2);
@@ -6189,16 +6171,16 @@ public final void rule__ReferenceTerm__Group__0__Impl() throws RecognitionExcept
// $ANTLR start "rule__ReferenceTerm__Group__1"
- // InternalPropertiesParser.g:2029:1: rule__ReferenceTerm__Group__1 : rule__ReferenceTerm__Group__1__Impl rule__ReferenceTerm__Group__2 ;
+ // InternalPropertiesParser.g:2035:1: rule__ReferenceTerm__Group__1 : rule__ReferenceTerm__Group__1__Impl rule__ReferenceTerm__Group__2 ;
public final void rule__ReferenceTerm__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2033:1: ( rule__ReferenceTerm__Group__1__Impl rule__ReferenceTerm__Group__2 )
- // InternalPropertiesParser.g:2034:2: rule__ReferenceTerm__Group__1__Impl rule__ReferenceTerm__Group__2
+ // InternalPropertiesParser.g:2039:1: ( rule__ReferenceTerm__Group__1__Impl rule__ReferenceTerm__Group__2 )
+ // InternalPropertiesParser.g:2040:2: rule__ReferenceTerm__Group__1__Impl rule__ReferenceTerm__Group__2
{
- pushFollow(FollowSets000.FOLLOW_8);
+ pushFollow(FollowSets000.FOLLOW_9);
rule__ReferenceTerm__Group__1__Impl();
state._fsp--;
@@ -6227,17 +6209,17 @@ public final void rule__ReferenceTerm__Group__1() throws RecognitionException {
// $ANTLR start "rule__ReferenceTerm__Group__1__Impl"
- // InternalPropertiesParser.g:2041:1: rule__ReferenceTerm__Group__1__Impl : ( LeftParenthesis ) ;
+ // InternalPropertiesParser.g:2047:1: rule__ReferenceTerm__Group__1__Impl : ( LeftParenthesis ) ;
public final void rule__ReferenceTerm__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2045:1: ( ( LeftParenthesis ) )
- // InternalPropertiesParser.g:2046:1: ( LeftParenthesis )
+ // InternalPropertiesParser.g:2051:1: ( ( LeftParenthesis ) )
+ // InternalPropertiesParser.g:2052:1: ( LeftParenthesis )
{
- // InternalPropertiesParser.g:2046:1: ( LeftParenthesis )
- // InternalPropertiesParser.g:2047:2: LeftParenthesis
+ // InternalPropertiesParser.g:2052:1: ( LeftParenthesis )
+ // InternalPropertiesParser.g:2053:2: LeftParenthesis
{
before(grammarAccess.getReferenceTermAccess().getLeftParenthesisKeyword_1());
match(input,LeftParenthesis,FollowSets000.FOLLOW_2);
@@ -6264,16 +6246,16 @@ public final void rule__ReferenceTerm__Group__1__Impl() throws RecognitionExcept
// $ANTLR start "rule__ReferenceTerm__Group__2"
- // InternalPropertiesParser.g:2056:1: rule__ReferenceTerm__Group__2 : rule__ReferenceTerm__Group__2__Impl rule__ReferenceTerm__Group__3 ;
+ // InternalPropertiesParser.g:2062:1: rule__ReferenceTerm__Group__2 : rule__ReferenceTerm__Group__2__Impl rule__ReferenceTerm__Group__3 ;
public final void rule__ReferenceTerm__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2060:1: ( rule__ReferenceTerm__Group__2__Impl rule__ReferenceTerm__Group__3 )
- // InternalPropertiesParser.g:2061:2: rule__ReferenceTerm__Group__2__Impl rule__ReferenceTerm__Group__3
+ // InternalPropertiesParser.g:2066:1: ( rule__ReferenceTerm__Group__2__Impl rule__ReferenceTerm__Group__3 )
+ // InternalPropertiesParser.g:2067:2: rule__ReferenceTerm__Group__2__Impl rule__ReferenceTerm__Group__3
{
- pushFollow(FollowSets000.FOLLOW_10);
+ pushFollow(FollowSets000.FOLLOW_12);
rule__ReferenceTerm__Group__2__Impl();
state._fsp--;
@@ -6302,21 +6284,21 @@ public final void rule__ReferenceTerm__Group__2() throws RecognitionException {
// $ANTLR start "rule__ReferenceTerm__Group__2__Impl"
- // InternalPropertiesParser.g:2068:1: rule__ReferenceTerm__Group__2__Impl : ( ( rule__ReferenceTerm__PathAssignment_2 ) ) ;
+ // InternalPropertiesParser.g:2074:1: rule__ReferenceTerm__Group__2__Impl : ( ( rule__ReferenceTerm__PathAssignment_2 ) ) ;
public final void rule__ReferenceTerm__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2072:1: ( ( ( rule__ReferenceTerm__PathAssignment_2 ) ) )
- // InternalPropertiesParser.g:2073:1: ( ( rule__ReferenceTerm__PathAssignment_2 ) )
+ // InternalPropertiesParser.g:2078:1: ( ( ( rule__ReferenceTerm__PathAssignment_2 ) ) )
+ // InternalPropertiesParser.g:2079:1: ( ( rule__ReferenceTerm__PathAssignment_2 ) )
{
- // InternalPropertiesParser.g:2073:1: ( ( rule__ReferenceTerm__PathAssignment_2 ) )
- // InternalPropertiesParser.g:2074:2: ( rule__ReferenceTerm__PathAssignment_2 )
+ // InternalPropertiesParser.g:2079:1: ( ( rule__ReferenceTerm__PathAssignment_2 ) )
+ // InternalPropertiesParser.g:2080:2: ( rule__ReferenceTerm__PathAssignment_2 )
{
before(grammarAccess.getReferenceTermAccess().getPathAssignment_2());
- // InternalPropertiesParser.g:2075:2: ( rule__ReferenceTerm__PathAssignment_2 )
- // InternalPropertiesParser.g:2075:3: rule__ReferenceTerm__PathAssignment_2
+ // InternalPropertiesParser.g:2081:2: ( rule__ReferenceTerm__PathAssignment_2 )
+ // InternalPropertiesParser.g:2081:3: rule__ReferenceTerm__PathAssignment_2
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ReferenceTerm__PathAssignment_2();
@@ -6349,14 +6331,14 @@ public final void rule__ReferenceTerm__Group__2__Impl() throws RecognitionExcept
// $ANTLR start "rule__ReferenceTerm__Group__3"
- // InternalPropertiesParser.g:2083:1: rule__ReferenceTerm__Group__3 : rule__ReferenceTerm__Group__3__Impl ;
+ // InternalPropertiesParser.g:2089:1: rule__ReferenceTerm__Group__3 : rule__ReferenceTerm__Group__3__Impl ;
public final void rule__ReferenceTerm__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2087:1: ( rule__ReferenceTerm__Group__3__Impl )
- // InternalPropertiesParser.g:2088:2: rule__ReferenceTerm__Group__3__Impl
+ // InternalPropertiesParser.g:2093:1: ( rule__ReferenceTerm__Group__3__Impl )
+ // InternalPropertiesParser.g:2094:2: rule__ReferenceTerm__Group__3__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ReferenceTerm__Group__3__Impl();
@@ -6382,17 +6364,17 @@ public final void rule__ReferenceTerm__Group__3() throws RecognitionException {
// $ANTLR start "rule__ReferenceTerm__Group__3__Impl"
- // InternalPropertiesParser.g:2094:1: rule__ReferenceTerm__Group__3__Impl : ( RightParenthesis ) ;
+ // InternalPropertiesParser.g:2100:1: rule__ReferenceTerm__Group__3__Impl : ( RightParenthesis ) ;
public final void rule__ReferenceTerm__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2098:1: ( ( RightParenthesis ) )
- // InternalPropertiesParser.g:2099:1: ( RightParenthesis )
+ // InternalPropertiesParser.g:2104:1: ( ( RightParenthesis ) )
+ // InternalPropertiesParser.g:2105:1: ( RightParenthesis )
{
- // InternalPropertiesParser.g:2099:1: ( RightParenthesis )
- // InternalPropertiesParser.g:2100:2: RightParenthesis
+ // InternalPropertiesParser.g:2105:1: ( RightParenthesis )
+ // InternalPropertiesParser.g:2106:2: RightParenthesis
{
before(grammarAccess.getReferenceTermAccess().getRightParenthesisKeyword_3());
match(input,RightParenthesis,FollowSets000.FOLLOW_2);
@@ -6419,16 +6401,16 @@ public final void rule__ReferenceTerm__Group__3__Impl() throws RecognitionExcept
// $ANTLR start "rule__RecordTerm__Group__0"
- // InternalPropertiesParser.g:2110:1: rule__RecordTerm__Group__0 : rule__RecordTerm__Group__0__Impl rule__RecordTerm__Group__1 ;
+ // InternalPropertiesParser.g:2116:1: rule__RecordTerm__Group__0 : rule__RecordTerm__Group__0__Impl rule__RecordTerm__Group__1 ;
public final void rule__RecordTerm__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2114:1: ( rule__RecordTerm__Group__0__Impl rule__RecordTerm__Group__1 )
- // InternalPropertiesParser.g:2115:2: rule__RecordTerm__Group__0__Impl rule__RecordTerm__Group__1
+ // InternalPropertiesParser.g:2120:1: ( rule__RecordTerm__Group__0__Impl rule__RecordTerm__Group__1 )
+ // InternalPropertiesParser.g:2121:2: rule__RecordTerm__Group__0__Impl rule__RecordTerm__Group__1
{
- pushFollow(FollowSets000.FOLLOW_8);
+ pushFollow(FollowSets000.FOLLOW_9);
rule__RecordTerm__Group__0__Impl();
state._fsp--;
@@ -6457,17 +6439,17 @@ public final void rule__RecordTerm__Group__0() throws RecognitionException {
// $ANTLR start "rule__RecordTerm__Group__0__Impl"
- // InternalPropertiesParser.g:2122:1: rule__RecordTerm__Group__0__Impl : ( LeftSquareBracket ) ;
+ // InternalPropertiesParser.g:2128:1: rule__RecordTerm__Group__0__Impl : ( LeftSquareBracket ) ;
public final void rule__RecordTerm__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2126:1: ( ( LeftSquareBracket ) )
- // InternalPropertiesParser.g:2127:1: ( LeftSquareBracket )
+ // InternalPropertiesParser.g:2132:1: ( ( LeftSquareBracket ) )
+ // InternalPropertiesParser.g:2133:1: ( LeftSquareBracket )
{
- // InternalPropertiesParser.g:2127:1: ( LeftSquareBracket )
- // InternalPropertiesParser.g:2128:2: LeftSquareBracket
+ // InternalPropertiesParser.g:2133:1: ( LeftSquareBracket )
+ // InternalPropertiesParser.g:2134:2: LeftSquareBracket
{
before(grammarAccess.getRecordTermAccess().getLeftSquareBracketKeyword_0());
match(input,LeftSquareBracket,FollowSets000.FOLLOW_2);
@@ -6494,16 +6476,16 @@ public final void rule__RecordTerm__Group__0__Impl() throws RecognitionException
// $ANTLR start "rule__RecordTerm__Group__1"
- // InternalPropertiesParser.g:2137:1: rule__RecordTerm__Group__1 : rule__RecordTerm__Group__1__Impl rule__RecordTerm__Group__2 ;
+ // InternalPropertiesParser.g:2143:1: rule__RecordTerm__Group__1 : rule__RecordTerm__Group__1__Impl rule__RecordTerm__Group__2 ;
public final void rule__RecordTerm__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2141:1: ( rule__RecordTerm__Group__1__Impl rule__RecordTerm__Group__2 )
- // InternalPropertiesParser.g:2142:2: rule__RecordTerm__Group__1__Impl rule__RecordTerm__Group__2
+ // InternalPropertiesParser.g:2147:1: ( rule__RecordTerm__Group__1__Impl rule__RecordTerm__Group__2 )
+ // InternalPropertiesParser.g:2148:2: rule__RecordTerm__Group__1__Impl rule__RecordTerm__Group__2
{
- pushFollow(FollowSets000.FOLLOW_14);
+ pushFollow(FollowSets000.FOLLOW_17);
rule__RecordTerm__Group__1__Impl();
state._fsp--;
@@ -6532,26 +6514,26 @@ public final void rule__RecordTerm__Group__1() throws RecognitionException {
// $ANTLR start "rule__RecordTerm__Group__1__Impl"
- // InternalPropertiesParser.g:2149:1: rule__RecordTerm__Group__1__Impl : ( ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 ) ) ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 )* ) ) ;
+ // InternalPropertiesParser.g:2155:1: rule__RecordTerm__Group__1__Impl : ( ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 ) ) ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 )* ) ) ;
public final void rule__RecordTerm__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2153:1: ( ( ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 ) ) ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 )* ) ) )
- // InternalPropertiesParser.g:2154:1: ( ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 ) ) ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 )* ) )
+ // InternalPropertiesParser.g:2159:1: ( ( ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 ) ) ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 )* ) ) )
+ // InternalPropertiesParser.g:2160:1: ( ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 ) ) ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 )* ) )
{
- // InternalPropertiesParser.g:2154:1: ( ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 ) ) ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 )* ) )
- // InternalPropertiesParser.g:2155:2: ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 ) ) ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 )* )
+ // InternalPropertiesParser.g:2160:1: ( ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 ) ) ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 )* ) )
+ // InternalPropertiesParser.g:2161:2: ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 ) ) ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 )* )
{
- // InternalPropertiesParser.g:2155:2: ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 ) )
- // InternalPropertiesParser.g:2156:3: ( rule__RecordTerm__OwnedFieldValueAssignment_1 )
+ // InternalPropertiesParser.g:2161:2: ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 ) )
+ // InternalPropertiesParser.g:2162:3: ( rule__RecordTerm__OwnedFieldValueAssignment_1 )
{
before(grammarAccess.getRecordTermAccess().getOwnedFieldValueAssignment_1());
- // InternalPropertiesParser.g:2157:3: ( rule__RecordTerm__OwnedFieldValueAssignment_1 )
- // InternalPropertiesParser.g:2157:4: rule__RecordTerm__OwnedFieldValueAssignment_1
+ // InternalPropertiesParser.g:2163:3: ( rule__RecordTerm__OwnedFieldValueAssignment_1 )
+ // InternalPropertiesParser.g:2163:4: rule__RecordTerm__OwnedFieldValueAssignment_1
{
- pushFollow(FollowSets000.FOLLOW_15);
+ pushFollow(FollowSets000.FOLLOW_18);
rule__RecordTerm__OwnedFieldValueAssignment_1();
state._fsp--;
@@ -6563,11 +6545,11 @@ public final void rule__RecordTerm__Group__1__Impl() throws RecognitionException
}
- // InternalPropertiesParser.g:2160:2: ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 )* )
- // InternalPropertiesParser.g:2161:3: ( rule__RecordTerm__OwnedFieldValueAssignment_1 )*
+ // InternalPropertiesParser.g:2166:2: ( ( rule__RecordTerm__OwnedFieldValueAssignment_1 )* )
+ // InternalPropertiesParser.g:2167:3: ( rule__RecordTerm__OwnedFieldValueAssignment_1 )*
{
before(grammarAccess.getRecordTermAccess().getOwnedFieldValueAssignment_1());
- // InternalPropertiesParser.g:2162:3: ( rule__RecordTerm__OwnedFieldValueAssignment_1 )*
+ // InternalPropertiesParser.g:2168:3: ( rule__RecordTerm__OwnedFieldValueAssignment_1 )*
loop15:
do {
int alt15=2;
@@ -6580,9 +6562,9 @@ public final void rule__RecordTerm__Group__1__Impl() throws RecognitionException
switch (alt15) {
case 1 :
- // InternalPropertiesParser.g:2162:4: rule__RecordTerm__OwnedFieldValueAssignment_1
+ // InternalPropertiesParser.g:2168:4: rule__RecordTerm__OwnedFieldValueAssignment_1
{
- pushFollow(FollowSets000.FOLLOW_15);
+ pushFollow(FollowSets000.FOLLOW_18);
rule__RecordTerm__OwnedFieldValueAssignment_1();
state._fsp--;
@@ -6622,14 +6604,14 @@ public final void rule__RecordTerm__Group__1__Impl() throws RecognitionException
// $ANTLR start "rule__RecordTerm__Group__2"
- // InternalPropertiesParser.g:2171:1: rule__RecordTerm__Group__2 : rule__RecordTerm__Group__2__Impl ;
+ // InternalPropertiesParser.g:2177:1: rule__RecordTerm__Group__2 : rule__RecordTerm__Group__2__Impl ;
public final void rule__RecordTerm__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2175:1: ( rule__RecordTerm__Group__2__Impl )
- // InternalPropertiesParser.g:2176:2: rule__RecordTerm__Group__2__Impl
+ // InternalPropertiesParser.g:2181:1: ( rule__RecordTerm__Group__2__Impl )
+ // InternalPropertiesParser.g:2182:2: rule__RecordTerm__Group__2__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__RecordTerm__Group__2__Impl();
@@ -6655,17 +6637,17 @@ public final void rule__RecordTerm__Group__2() throws RecognitionException {
// $ANTLR start "rule__RecordTerm__Group__2__Impl"
- // InternalPropertiesParser.g:2182:1: rule__RecordTerm__Group__2__Impl : ( RightSquareBracket ) ;
+ // InternalPropertiesParser.g:2188:1: rule__RecordTerm__Group__2__Impl : ( RightSquareBracket ) ;
public final void rule__RecordTerm__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2186:1: ( ( RightSquareBracket ) )
- // InternalPropertiesParser.g:2187:1: ( RightSquareBracket )
+ // InternalPropertiesParser.g:2192:1: ( ( RightSquareBracket ) )
+ // InternalPropertiesParser.g:2193:1: ( RightSquareBracket )
{
- // InternalPropertiesParser.g:2187:1: ( RightSquareBracket )
- // InternalPropertiesParser.g:2188:2: RightSquareBracket
+ // InternalPropertiesParser.g:2193:1: ( RightSquareBracket )
+ // InternalPropertiesParser.g:2194:2: RightSquareBracket
{
before(grammarAccess.getRecordTermAccess().getRightSquareBracketKeyword_2());
match(input,RightSquareBracket,FollowSets000.FOLLOW_2);
@@ -6692,16 +6674,16 @@ public final void rule__RecordTerm__Group__2__Impl() throws RecognitionException
// $ANTLR start "rule__ComputedTerm__Group__0"
- // InternalPropertiesParser.g:2198:1: rule__ComputedTerm__Group__0 : rule__ComputedTerm__Group__0__Impl rule__ComputedTerm__Group__1 ;
+ // InternalPropertiesParser.g:2204:1: rule__ComputedTerm__Group__0 : rule__ComputedTerm__Group__0__Impl rule__ComputedTerm__Group__1 ;
public final void rule__ComputedTerm__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2202:1: ( rule__ComputedTerm__Group__0__Impl rule__ComputedTerm__Group__1 )
- // InternalPropertiesParser.g:2203:2: rule__ComputedTerm__Group__0__Impl rule__ComputedTerm__Group__1
+ // InternalPropertiesParser.g:2208:1: ( rule__ComputedTerm__Group__0__Impl rule__ComputedTerm__Group__1 )
+ // InternalPropertiesParser.g:2209:2: rule__ComputedTerm__Group__0__Impl rule__ComputedTerm__Group__1
{
- pushFollow(FollowSets000.FOLLOW_9);
+ pushFollow(FollowSets000.FOLLOW_11);
rule__ComputedTerm__Group__0__Impl();
state._fsp--;
@@ -6730,17 +6712,17 @@ public final void rule__ComputedTerm__Group__0() throws RecognitionException {
// $ANTLR start "rule__ComputedTerm__Group__0__Impl"
- // InternalPropertiesParser.g:2210:1: rule__ComputedTerm__Group__0__Impl : ( Compute ) ;
+ // InternalPropertiesParser.g:2216:1: rule__ComputedTerm__Group__0__Impl : ( Compute ) ;
public final void rule__ComputedTerm__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2214:1: ( ( Compute ) )
- // InternalPropertiesParser.g:2215:1: ( Compute )
+ // InternalPropertiesParser.g:2220:1: ( ( Compute ) )
+ // InternalPropertiesParser.g:2221:1: ( Compute )
{
- // InternalPropertiesParser.g:2215:1: ( Compute )
- // InternalPropertiesParser.g:2216:2: Compute
+ // InternalPropertiesParser.g:2221:1: ( Compute )
+ // InternalPropertiesParser.g:2222:2: Compute
{
before(grammarAccess.getComputedTermAccess().getComputeKeyword_0());
match(input,Compute,FollowSets000.FOLLOW_2);
@@ -6767,16 +6749,16 @@ public final void rule__ComputedTerm__Group__0__Impl() throws RecognitionExcepti
// $ANTLR start "rule__ComputedTerm__Group__1"
- // InternalPropertiesParser.g:2225:1: rule__ComputedTerm__Group__1 : rule__ComputedTerm__Group__1__Impl rule__ComputedTerm__Group__2 ;
+ // InternalPropertiesParser.g:2231:1: rule__ComputedTerm__Group__1 : rule__ComputedTerm__Group__1__Impl rule__ComputedTerm__Group__2 ;
public final void rule__ComputedTerm__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2229:1: ( rule__ComputedTerm__Group__1__Impl rule__ComputedTerm__Group__2 )
- // InternalPropertiesParser.g:2230:2: rule__ComputedTerm__Group__1__Impl rule__ComputedTerm__Group__2
+ // InternalPropertiesParser.g:2235:1: ( rule__ComputedTerm__Group__1__Impl rule__ComputedTerm__Group__2 )
+ // InternalPropertiesParser.g:2236:2: rule__ComputedTerm__Group__1__Impl rule__ComputedTerm__Group__2
{
- pushFollow(FollowSets000.FOLLOW_8);
+ pushFollow(FollowSets000.FOLLOW_9);
rule__ComputedTerm__Group__1__Impl();
state._fsp--;
@@ -6805,17 +6787,17 @@ public final void rule__ComputedTerm__Group__1() throws RecognitionException {
// $ANTLR start "rule__ComputedTerm__Group__1__Impl"
- // InternalPropertiesParser.g:2237:1: rule__ComputedTerm__Group__1__Impl : ( LeftParenthesis ) ;
+ // InternalPropertiesParser.g:2243:1: rule__ComputedTerm__Group__1__Impl : ( LeftParenthesis ) ;
public final void rule__ComputedTerm__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2241:1: ( ( LeftParenthesis ) )
- // InternalPropertiesParser.g:2242:1: ( LeftParenthesis )
+ // InternalPropertiesParser.g:2247:1: ( ( LeftParenthesis ) )
+ // InternalPropertiesParser.g:2248:1: ( LeftParenthesis )
{
- // InternalPropertiesParser.g:2242:1: ( LeftParenthesis )
- // InternalPropertiesParser.g:2243:2: LeftParenthesis
+ // InternalPropertiesParser.g:2248:1: ( LeftParenthesis )
+ // InternalPropertiesParser.g:2249:2: LeftParenthesis
{
before(grammarAccess.getComputedTermAccess().getLeftParenthesisKeyword_1());
match(input,LeftParenthesis,FollowSets000.FOLLOW_2);
@@ -6842,16 +6824,16 @@ public final void rule__ComputedTerm__Group__1__Impl() throws RecognitionExcepti
// $ANTLR start "rule__ComputedTerm__Group__2"
- // InternalPropertiesParser.g:2252:1: rule__ComputedTerm__Group__2 : rule__ComputedTerm__Group__2__Impl rule__ComputedTerm__Group__3 ;
+ // InternalPropertiesParser.g:2258:1: rule__ComputedTerm__Group__2 : rule__ComputedTerm__Group__2__Impl rule__ComputedTerm__Group__3 ;
public final void rule__ComputedTerm__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2256:1: ( rule__ComputedTerm__Group__2__Impl rule__ComputedTerm__Group__3 )
- // InternalPropertiesParser.g:2257:2: rule__ComputedTerm__Group__2__Impl rule__ComputedTerm__Group__3
+ // InternalPropertiesParser.g:2262:1: ( rule__ComputedTerm__Group__2__Impl rule__ComputedTerm__Group__3 )
+ // InternalPropertiesParser.g:2263:2: rule__ComputedTerm__Group__2__Impl rule__ComputedTerm__Group__3
{
- pushFollow(FollowSets000.FOLLOW_10);
+ pushFollow(FollowSets000.FOLLOW_12);
rule__ComputedTerm__Group__2__Impl();
state._fsp--;
@@ -6880,21 +6862,21 @@ public final void rule__ComputedTerm__Group__2() throws RecognitionException {
// $ANTLR start "rule__ComputedTerm__Group__2__Impl"
- // InternalPropertiesParser.g:2264:1: rule__ComputedTerm__Group__2__Impl : ( ( rule__ComputedTerm__FunctionAssignment_2 ) ) ;
+ // InternalPropertiesParser.g:2270:1: rule__ComputedTerm__Group__2__Impl : ( ( rule__ComputedTerm__FunctionAssignment_2 ) ) ;
public final void rule__ComputedTerm__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2268:1: ( ( ( rule__ComputedTerm__FunctionAssignment_2 ) ) )
- // InternalPropertiesParser.g:2269:1: ( ( rule__ComputedTerm__FunctionAssignment_2 ) )
+ // InternalPropertiesParser.g:2274:1: ( ( ( rule__ComputedTerm__FunctionAssignment_2 ) ) )
+ // InternalPropertiesParser.g:2275:1: ( ( rule__ComputedTerm__FunctionAssignment_2 ) )
{
- // InternalPropertiesParser.g:2269:1: ( ( rule__ComputedTerm__FunctionAssignment_2 ) )
- // InternalPropertiesParser.g:2270:2: ( rule__ComputedTerm__FunctionAssignment_2 )
+ // InternalPropertiesParser.g:2275:1: ( ( rule__ComputedTerm__FunctionAssignment_2 ) )
+ // InternalPropertiesParser.g:2276:2: ( rule__ComputedTerm__FunctionAssignment_2 )
{
before(grammarAccess.getComputedTermAccess().getFunctionAssignment_2());
- // InternalPropertiesParser.g:2271:2: ( rule__ComputedTerm__FunctionAssignment_2 )
- // InternalPropertiesParser.g:2271:3: rule__ComputedTerm__FunctionAssignment_2
+ // InternalPropertiesParser.g:2277:2: ( rule__ComputedTerm__FunctionAssignment_2 )
+ // InternalPropertiesParser.g:2277:3: rule__ComputedTerm__FunctionAssignment_2
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ComputedTerm__FunctionAssignment_2();
@@ -6927,14 +6909,14 @@ public final void rule__ComputedTerm__Group__2__Impl() throws RecognitionExcepti
// $ANTLR start "rule__ComputedTerm__Group__3"
- // InternalPropertiesParser.g:2279:1: rule__ComputedTerm__Group__3 : rule__ComputedTerm__Group__3__Impl ;
+ // InternalPropertiesParser.g:2285:1: rule__ComputedTerm__Group__3 : rule__ComputedTerm__Group__3__Impl ;
public final void rule__ComputedTerm__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2283:1: ( rule__ComputedTerm__Group__3__Impl )
- // InternalPropertiesParser.g:2284:2: rule__ComputedTerm__Group__3__Impl
+ // InternalPropertiesParser.g:2289:1: ( rule__ComputedTerm__Group__3__Impl )
+ // InternalPropertiesParser.g:2290:2: rule__ComputedTerm__Group__3__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ComputedTerm__Group__3__Impl();
@@ -6960,17 +6942,17 @@ public final void rule__ComputedTerm__Group__3() throws RecognitionException {
// $ANTLR start "rule__ComputedTerm__Group__3__Impl"
- // InternalPropertiesParser.g:2290:1: rule__ComputedTerm__Group__3__Impl : ( RightParenthesis ) ;
+ // InternalPropertiesParser.g:2296:1: rule__ComputedTerm__Group__3__Impl : ( RightParenthesis ) ;
public final void rule__ComputedTerm__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2294:1: ( ( RightParenthesis ) )
- // InternalPropertiesParser.g:2295:1: ( RightParenthesis )
+ // InternalPropertiesParser.g:2300:1: ( ( RightParenthesis ) )
+ // InternalPropertiesParser.g:2301:1: ( RightParenthesis )
{
- // InternalPropertiesParser.g:2295:1: ( RightParenthesis )
- // InternalPropertiesParser.g:2296:2: RightParenthesis
+ // InternalPropertiesParser.g:2301:1: ( RightParenthesis )
+ // InternalPropertiesParser.g:2302:2: RightParenthesis
{
before(grammarAccess.getComputedTermAccess().getRightParenthesisKeyword_3());
match(input,RightParenthesis,FollowSets000.FOLLOW_2);
@@ -6997,16 +6979,16 @@ public final void rule__ComputedTerm__Group__3__Impl() throws RecognitionExcepti
// $ANTLR start "rule__ComponentClassifierTerm__Group__0"
- // InternalPropertiesParser.g:2306:1: rule__ComponentClassifierTerm__Group__0 : rule__ComponentClassifierTerm__Group__0__Impl rule__ComponentClassifierTerm__Group__1 ;
+ // InternalPropertiesParser.g:2312:1: rule__ComponentClassifierTerm__Group__0 : rule__ComponentClassifierTerm__Group__0__Impl rule__ComponentClassifierTerm__Group__1 ;
public final void rule__ComponentClassifierTerm__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2310:1: ( rule__ComponentClassifierTerm__Group__0__Impl rule__ComponentClassifierTerm__Group__1 )
- // InternalPropertiesParser.g:2311:2: rule__ComponentClassifierTerm__Group__0__Impl rule__ComponentClassifierTerm__Group__1
+ // InternalPropertiesParser.g:2316:1: ( rule__ComponentClassifierTerm__Group__0__Impl rule__ComponentClassifierTerm__Group__1 )
+ // InternalPropertiesParser.g:2317:2: rule__ComponentClassifierTerm__Group__0__Impl rule__ComponentClassifierTerm__Group__1
{
- pushFollow(FollowSets000.FOLLOW_9);
+ pushFollow(FollowSets000.FOLLOW_11);
rule__ComponentClassifierTerm__Group__0__Impl();
state._fsp--;
@@ -7035,17 +7017,17 @@ public final void rule__ComponentClassifierTerm__Group__0() throws RecognitionEx
// $ANTLR start "rule__ComponentClassifierTerm__Group__0__Impl"
- // InternalPropertiesParser.g:2318:1: rule__ComponentClassifierTerm__Group__0__Impl : ( Classifier ) ;
+ // InternalPropertiesParser.g:2324:1: rule__ComponentClassifierTerm__Group__0__Impl : ( Classifier ) ;
public final void rule__ComponentClassifierTerm__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2322:1: ( ( Classifier ) )
- // InternalPropertiesParser.g:2323:1: ( Classifier )
+ // InternalPropertiesParser.g:2328:1: ( ( Classifier ) )
+ // InternalPropertiesParser.g:2329:1: ( Classifier )
{
- // InternalPropertiesParser.g:2323:1: ( Classifier )
- // InternalPropertiesParser.g:2324:2: Classifier
+ // InternalPropertiesParser.g:2329:1: ( Classifier )
+ // InternalPropertiesParser.g:2330:2: Classifier
{
before(grammarAccess.getComponentClassifierTermAccess().getClassifierKeyword_0());
match(input,Classifier,FollowSets000.FOLLOW_2);
@@ -7072,16 +7054,16 @@ public final void rule__ComponentClassifierTerm__Group__0__Impl() throws Recogni
// $ANTLR start "rule__ComponentClassifierTerm__Group__1"
- // InternalPropertiesParser.g:2333:1: rule__ComponentClassifierTerm__Group__1 : rule__ComponentClassifierTerm__Group__1__Impl rule__ComponentClassifierTerm__Group__2 ;
+ // InternalPropertiesParser.g:2339:1: rule__ComponentClassifierTerm__Group__1 : rule__ComponentClassifierTerm__Group__1__Impl rule__ComponentClassifierTerm__Group__2 ;
public final void rule__ComponentClassifierTerm__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2337:1: ( rule__ComponentClassifierTerm__Group__1__Impl rule__ComponentClassifierTerm__Group__2 )
- // InternalPropertiesParser.g:2338:2: rule__ComponentClassifierTerm__Group__1__Impl rule__ComponentClassifierTerm__Group__2
+ // InternalPropertiesParser.g:2343:1: ( rule__ComponentClassifierTerm__Group__1__Impl rule__ComponentClassifierTerm__Group__2 )
+ // InternalPropertiesParser.g:2344:2: rule__ComponentClassifierTerm__Group__1__Impl rule__ComponentClassifierTerm__Group__2
{
- pushFollow(FollowSets000.FOLLOW_8);
+ pushFollow(FollowSets000.FOLLOW_9);
rule__ComponentClassifierTerm__Group__1__Impl();
state._fsp--;
@@ -7110,17 +7092,17 @@ public final void rule__ComponentClassifierTerm__Group__1() throws RecognitionEx
// $ANTLR start "rule__ComponentClassifierTerm__Group__1__Impl"
- // InternalPropertiesParser.g:2345:1: rule__ComponentClassifierTerm__Group__1__Impl : ( LeftParenthesis ) ;
+ // InternalPropertiesParser.g:2351:1: rule__ComponentClassifierTerm__Group__1__Impl : ( LeftParenthesis ) ;
public final void rule__ComponentClassifierTerm__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2349:1: ( ( LeftParenthesis ) )
- // InternalPropertiesParser.g:2350:1: ( LeftParenthesis )
+ // InternalPropertiesParser.g:2355:1: ( ( LeftParenthesis ) )
+ // InternalPropertiesParser.g:2356:1: ( LeftParenthesis )
{
- // InternalPropertiesParser.g:2350:1: ( LeftParenthesis )
- // InternalPropertiesParser.g:2351:2: LeftParenthesis
+ // InternalPropertiesParser.g:2356:1: ( LeftParenthesis )
+ // InternalPropertiesParser.g:2357:2: LeftParenthesis
{
before(grammarAccess.getComponentClassifierTermAccess().getLeftParenthesisKeyword_1());
match(input,LeftParenthesis,FollowSets000.FOLLOW_2);
@@ -7147,16 +7129,16 @@ public final void rule__ComponentClassifierTerm__Group__1__Impl() throws Recogni
// $ANTLR start "rule__ComponentClassifierTerm__Group__2"
- // InternalPropertiesParser.g:2360:1: rule__ComponentClassifierTerm__Group__2 : rule__ComponentClassifierTerm__Group__2__Impl rule__ComponentClassifierTerm__Group__3 ;
+ // InternalPropertiesParser.g:2366:1: rule__ComponentClassifierTerm__Group__2 : rule__ComponentClassifierTerm__Group__2__Impl rule__ComponentClassifierTerm__Group__3 ;
public final void rule__ComponentClassifierTerm__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2364:1: ( rule__ComponentClassifierTerm__Group__2__Impl rule__ComponentClassifierTerm__Group__3 )
- // InternalPropertiesParser.g:2365:2: rule__ComponentClassifierTerm__Group__2__Impl rule__ComponentClassifierTerm__Group__3
+ // InternalPropertiesParser.g:2370:1: ( rule__ComponentClassifierTerm__Group__2__Impl rule__ComponentClassifierTerm__Group__3 )
+ // InternalPropertiesParser.g:2371:2: rule__ComponentClassifierTerm__Group__2__Impl rule__ComponentClassifierTerm__Group__3
{
- pushFollow(FollowSets000.FOLLOW_10);
+ pushFollow(FollowSets000.FOLLOW_12);
rule__ComponentClassifierTerm__Group__2__Impl();
state._fsp--;
@@ -7185,21 +7167,21 @@ public final void rule__ComponentClassifierTerm__Group__2() throws RecognitionEx
// $ANTLR start "rule__ComponentClassifierTerm__Group__2__Impl"
- // InternalPropertiesParser.g:2372:1: rule__ComponentClassifierTerm__Group__2__Impl : ( ( rule__ComponentClassifierTerm__ClassifierAssignment_2 ) ) ;
+ // InternalPropertiesParser.g:2378:1: rule__ComponentClassifierTerm__Group__2__Impl : ( ( rule__ComponentClassifierTerm__ClassifierAssignment_2 ) ) ;
public final void rule__ComponentClassifierTerm__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2376:1: ( ( ( rule__ComponentClassifierTerm__ClassifierAssignment_2 ) ) )
- // InternalPropertiesParser.g:2377:1: ( ( rule__ComponentClassifierTerm__ClassifierAssignment_2 ) )
+ // InternalPropertiesParser.g:2382:1: ( ( ( rule__ComponentClassifierTerm__ClassifierAssignment_2 ) ) )
+ // InternalPropertiesParser.g:2383:1: ( ( rule__ComponentClassifierTerm__ClassifierAssignment_2 ) )
{
- // InternalPropertiesParser.g:2377:1: ( ( rule__ComponentClassifierTerm__ClassifierAssignment_2 ) )
- // InternalPropertiesParser.g:2378:2: ( rule__ComponentClassifierTerm__ClassifierAssignment_2 )
+ // InternalPropertiesParser.g:2383:1: ( ( rule__ComponentClassifierTerm__ClassifierAssignment_2 ) )
+ // InternalPropertiesParser.g:2384:2: ( rule__ComponentClassifierTerm__ClassifierAssignment_2 )
{
before(grammarAccess.getComponentClassifierTermAccess().getClassifierAssignment_2());
- // InternalPropertiesParser.g:2379:2: ( rule__ComponentClassifierTerm__ClassifierAssignment_2 )
- // InternalPropertiesParser.g:2379:3: rule__ComponentClassifierTerm__ClassifierAssignment_2
+ // InternalPropertiesParser.g:2385:2: ( rule__ComponentClassifierTerm__ClassifierAssignment_2 )
+ // InternalPropertiesParser.g:2385:3: rule__ComponentClassifierTerm__ClassifierAssignment_2
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ComponentClassifierTerm__ClassifierAssignment_2();
@@ -7232,14 +7214,14 @@ public final void rule__ComponentClassifierTerm__Group__2__Impl() throws Recogni
// $ANTLR start "rule__ComponentClassifierTerm__Group__3"
- // InternalPropertiesParser.g:2387:1: rule__ComponentClassifierTerm__Group__3 : rule__ComponentClassifierTerm__Group__3__Impl ;
+ // InternalPropertiesParser.g:2393:1: rule__ComponentClassifierTerm__Group__3 : rule__ComponentClassifierTerm__Group__3__Impl ;
public final void rule__ComponentClassifierTerm__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2391:1: ( rule__ComponentClassifierTerm__Group__3__Impl )
- // InternalPropertiesParser.g:2392:2: rule__ComponentClassifierTerm__Group__3__Impl
+ // InternalPropertiesParser.g:2397:1: ( rule__ComponentClassifierTerm__Group__3__Impl )
+ // InternalPropertiesParser.g:2398:2: rule__ComponentClassifierTerm__Group__3__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ComponentClassifierTerm__Group__3__Impl();
@@ -7265,17 +7247,17 @@ public final void rule__ComponentClassifierTerm__Group__3() throws RecognitionEx
// $ANTLR start "rule__ComponentClassifierTerm__Group__3__Impl"
- // InternalPropertiesParser.g:2398:1: rule__ComponentClassifierTerm__Group__3__Impl : ( RightParenthesis ) ;
+ // InternalPropertiesParser.g:2404:1: rule__ComponentClassifierTerm__Group__3__Impl : ( RightParenthesis ) ;
public final void rule__ComponentClassifierTerm__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2402:1: ( ( RightParenthesis ) )
- // InternalPropertiesParser.g:2403:1: ( RightParenthesis )
+ // InternalPropertiesParser.g:2408:1: ( ( RightParenthesis ) )
+ // InternalPropertiesParser.g:2409:1: ( RightParenthesis )
{
- // InternalPropertiesParser.g:2403:1: ( RightParenthesis )
- // InternalPropertiesParser.g:2404:2: RightParenthesis
+ // InternalPropertiesParser.g:2409:1: ( RightParenthesis )
+ // InternalPropertiesParser.g:2410:2: RightParenthesis
{
before(grammarAccess.getComponentClassifierTermAccess().getRightParenthesisKeyword_3());
match(input,RightParenthesis,FollowSets000.FOLLOW_2);
@@ -7302,16 +7284,16 @@ public final void rule__ComponentClassifierTerm__Group__3__Impl() throws Recogni
// $ANTLR start "rule__ListTerm__Group__0"
- // InternalPropertiesParser.g:2414:1: rule__ListTerm__Group__0 : rule__ListTerm__Group__0__Impl rule__ListTerm__Group__1 ;
+ // InternalPropertiesParser.g:2420:1: rule__ListTerm__Group__0 : rule__ListTerm__Group__0__Impl rule__ListTerm__Group__1 ;
public final void rule__ListTerm__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2418:1: ( rule__ListTerm__Group__0__Impl rule__ListTerm__Group__1 )
- // InternalPropertiesParser.g:2419:2: rule__ListTerm__Group__0__Impl rule__ListTerm__Group__1
+ // InternalPropertiesParser.g:2424:1: ( rule__ListTerm__Group__0__Impl rule__ListTerm__Group__1 )
+ // InternalPropertiesParser.g:2425:2: rule__ListTerm__Group__0__Impl rule__ListTerm__Group__1
{
- pushFollow(FollowSets000.FOLLOW_9);
+ pushFollow(FollowSets000.FOLLOW_11);
rule__ListTerm__Group__0__Impl();
state._fsp--;
@@ -7340,21 +7322,21 @@ public final void rule__ListTerm__Group__0() throws RecognitionException {
// $ANTLR start "rule__ListTerm__Group__0__Impl"
- // InternalPropertiesParser.g:2426:1: rule__ListTerm__Group__0__Impl : ( () ) ;
+ // InternalPropertiesParser.g:2432:1: rule__ListTerm__Group__0__Impl : ( () ) ;
public final void rule__ListTerm__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2430:1: ( ( () ) )
- // InternalPropertiesParser.g:2431:1: ( () )
+ // InternalPropertiesParser.g:2436:1: ( ( () ) )
+ // InternalPropertiesParser.g:2437:1: ( () )
{
- // InternalPropertiesParser.g:2431:1: ( () )
- // InternalPropertiesParser.g:2432:2: ()
+ // InternalPropertiesParser.g:2437:1: ( () )
+ // InternalPropertiesParser.g:2438:2: ()
{
before(grammarAccess.getListTermAccess().getListValueAction_0());
- // InternalPropertiesParser.g:2433:2: ()
- // InternalPropertiesParser.g:2433:3:
+ // InternalPropertiesParser.g:2439:2: ()
+ // InternalPropertiesParser.g:2439:3:
{
}
@@ -7377,16 +7359,16 @@ public final void rule__ListTerm__Group__0__Impl() throws RecognitionException {
// $ANTLR start "rule__ListTerm__Group__1"
- // InternalPropertiesParser.g:2441:1: rule__ListTerm__Group__1 : rule__ListTerm__Group__1__Impl rule__ListTerm__Group__2 ;
+ // InternalPropertiesParser.g:2447:1: rule__ListTerm__Group__1 : rule__ListTerm__Group__1__Impl rule__ListTerm__Group__2 ;
public final void rule__ListTerm__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2445:1: ( rule__ListTerm__Group__1__Impl rule__ListTerm__Group__2 )
- // InternalPropertiesParser.g:2446:2: rule__ListTerm__Group__1__Impl rule__ListTerm__Group__2
+ // InternalPropertiesParser.g:2451:1: ( rule__ListTerm__Group__1__Impl rule__ListTerm__Group__2 )
+ // InternalPropertiesParser.g:2452:2: rule__ListTerm__Group__1__Impl rule__ListTerm__Group__2
{
- pushFollow(FollowSets000.FOLLOW_16);
+ pushFollow(FollowSets000.FOLLOW_19);
rule__ListTerm__Group__1__Impl();
state._fsp--;
@@ -7415,17 +7397,17 @@ public final void rule__ListTerm__Group__1() throws RecognitionException {
// $ANTLR start "rule__ListTerm__Group__1__Impl"
- // InternalPropertiesParser.g:2453:1: rule__ListTerm__Group__1__Impl : ( LeftParenthesis ) ;
+ // InternalPropertiesParser.g:2459:1: rule__ListTerm__Group__1__Impl : ( LeftParenthesis ) ;
public final void rule__ListTerm__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2457:1: ( ( LeftParenthesis ) )
- // InternalPropertiesParser.g:2458:1: ( LeftParenthesis )
+ // InternalPropertiesParser.g:2463:1: ( ( LeftParenthesis ) )
+ // InternalPropertiesParser.g:2464:1: ( LeftParenthesis )
{
- // InternalPropertiesParser.g:2458:1: ( LeftParenthesis )
- // InternalPropertiesParser.g:2459:2: LeftParenthesis
+ // InternalPropertiesParser.g:2464:1: ( LeftParenthesis )
+ // InternalPropertiesParser.g:2465:2: LeftParenthesis
{
before(grammarAccess.getListTermAccess().getLeftParenthesisKeyword_1());
match(input,LeftParenthesis,FollowSets000.FOLLOW_2);
@@ -7452,16 +7434,16 @@ public final void rule__ListTerm__Group__1__Impl() throws RecognitionException {
// $ANTLR start "rule__ListTerm__Group__2"
- // InternalPropertiesParser.g:2468:1: rule__ListTerm__Group__2 : rule__ListTerm__Group__2__Impl rule__ListTerm__Group__3 ;
+ // InternalPropertiesParser.g:2474:1: rule__ListTerm__Group__2 : rule__ListTerm__Group__2__Impl rule__ListTerm__Group__3 ;
public final void rule__ListTerm__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2472:1: ( rule__ListTerm__Group__2__Impl rule__ListTerm__Group__3 )
- // InternalPropertiesParser.g:2473:2: rule__ListTerm__Group__2__Impl rule__ListTerm__Group__3
+ // InternalPropertiesParser.g:2478:1: ( rule__ListTerm__Group__2__Impl rule__ListTerm__Group__3 )
+ // InternalPropertiesParser.g:2479:2: rule__ListTerm__Group__2__Impl rule__ListTerm__Group__3
{
- pushFollow(FollowSets000.FOLLOW_16);
+ pushFollow(FollowSets000.FOLLOW_19);
rule__ListTerm__Group__2__Impl();
state._fsp--;
@@ -7490,20 +7472,20 @@ public final void rule__ListTerm__Group__2() throws RecognitionException {
// $ANTLR start "rule__ListTerm__Group__2__Impl"
- // InternalPropertiesParser.g:2480:1: rule__ListTerm__Group__2__Impl : ( ( rule__ListTerm__Group_2__0 )? ) ;
+ // InternalPropertiesParser.g:2486:1: rule__ListTerm__Group__2__Impl : ( ( rule__ListTerm__Group_2__0 )? ) ;
public final void rule__ListTerm__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2484:1: ( ( ( rule__ListTerm__Group_2__0 )? ) )
- // InternalPropertiesParser.g:2485:1: ( ( rule__ListTerm__Group_2__0 )? )
+ // InternalPropertiesParser.g:2490:1: ( ( ( rule__ListTerm__Group_2__0 )? ) )
+ // InternalPropertiesParser.g:2491:1: ( ( rule__ListTerm__Group_2__0 )? )
{
- // InternalPropertiesParser.g:2485:1: ( ( rule__ListTerm__Group_2__0 )? )
- // InternalPropertiesParser.g:2486:2: ( rule__ListTerm__Group_2__0 )?
+ // InternalPropertiesParser.g:2491:1: ( ( rule__ListTerm__Group_2__0 )? )
+ // InternalPropertiesParser.g:2492:2: ( rule__ListTerm__Group_2__0 )?
{
before(grammarAccess.getListTermAccess().getGroup_2());
- // InternalPropertiesParser.g:2487:2: ( rule__ListTerm__Group_2__0 )?
+ // InternalPropertiesParser.g:2493:2: ( rule__ListTerm__Group_2__0 )?
int alt16=2;
int LA16_0 = input.LA(1);
@@ -7512,7 +7494,7 @@ public final void rule__ListTerm__Group__2__Impl() throws RecognitionException {
}
switch (alt16) {
case 1 :
- // InternalPropertiesParser.g:2487:3: rule__ListTerm__Group_2__0
+ // InternalPropertiesParser.g:2493:3: rule__ListTerm__Group_2__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ListTerm__Group_2__0();
@@ -7548,14 +7530,14 @@ public final void rule__ListTerm__Group__2__Impl() throws RecognitionException {
// $ANTLR start "rule__ListTerm__Group__3"
- // InternalPropertiesParser.g:2495:1: rule__ListTerm__Group__3 : rule__ListTerm__Group__3__Impl ;
+ // InternalPropertiesParser.g:2501:1: rule__ListTerm__Group__3 : rule__ListTerm__Group__3__Impl ;
public final void rule__ListTerm__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2499:1: ( rule__ListTerm__Group__3__Impl )
- // InternalPropertiesParser.g:2500:2: rule__ListTerm__Group__3__Impl
+ // InternalPropertiesParser.g:2505:1: ( rule__ListTerm__Group__3__Impl )
+ // InternalPropertiesParser.g:2506:2: rule__ListTerm__Group__3__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ListTerm__Group__3__Impl();
@@ -7581,17 +7563,17 @@ public final void rule__ListTerm__Group__3() throws RecognitionException {
// $ANTLR start "rule__ListTerm__Group__3__Impl"
- // InternalPropertiesParser.g:2506:1: rule__ListTerm__Group__3__Impl : ( RightParenthesis ) ;
+ // InternalPropertiesParser.g:2512:1: rule__ListTerm__Group__3__Impl : ( RightParenthesis ) ;
public final void rule__ListTerm__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2510:1: ( ( RightParenthesis ) )
- // InternalPropertiesParser.g:2511:1: ( RightParenthesis )
+ // InternalPropertiesParser.g:2516:1: ( ( RightParenthesis ) )
+ // InternalPropertiesParser.g:2517:1: ( RightParenthesis )
{
- // InternalPropertiesParser.g:2511:1: ( RightParenthesis )
- // InternalPropertiesParser.g:2512:2: RightParenthesis
+ // InternalPropertiesParser.g:2517:1: ( RightParenthesis )
+ // InternalPropertiesParser.g:2518:2: RightParenthesis
{
before(grammarAccess.getListTermAccess().getRightParenthesisKeyword_3());
match(input,RightParenthesis,FollowSets000.FOLLOW_2);
@@ -7618,14 +7600,14 @@ public final void rule__ListTerm__Group__3__Impl() throws RecognitionException {
// $ANTLR start "rule__ListTerm__Group_2__0"
- // InternalPropertiesParser.g:2522:1: rule__ListTerm__Group_2__0 : rule__ListTerm__Group_2__0__Impl rule__ListTerm__Group_2__1 ;
+ // InternalPropertiesParser.g:2528:1: rule__ListTerm__Group_2__0 : rule__ListTerm__Group_2__0__Impl rule__ListTerm__Group_2__1 ;
public final void rule__ListTerm__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2526:1: ( rule__ListTerm__Group_2__0__Impl rule__ListTerm__Group_2__1 )
- // InternalPropertiesParser.g:2527:2: rule__ListTerm__Group_2__0__Impl rule__ListTerm__Group_2__1
+ // InternalPropertiesParser.g:2532:1: ( rule__ListTerm__Group_2__0__Impl rule__ListTerm__Group_2__1 )
+ // InternalPropertiesParser.g:2533:2: rule__ListTerm__Group_2__0__Impl rule__ListTerm__Group_2__1
{
pushFollow(FollowSets000.FOLLOW_6);
rule__ListTerm__Group_2__0__Impl();
@@ -7656,21 +7638,21 @@ public final void rule__ListTerm__Group_2__0() throws RecognitionException {
// $ANTLR start "rule__ListTerm__Group_2__0__Impl"
- // InternalPropertiesParser.g:2534:1: rule__ListTerm__Group_2__0__Impl : ( ( rule__ListTerm__OwnedListElementAssignment_2_0 ) ) ;
+ // InternalPropertiesParser.g:2540:1: rule__ListTerm__Group_2__0__Impl : ( ( rule__ListTerm__OwnedListElementAssignment_2_0 ) ) ;
public final void rule__ListTerm__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2538:1: ( ( ( rule__ListTerm__OwnedListElementAssignment_2_0 ) ) )
- // InternalPropertiesParser.g:2539:1: ( ( rule__ListTerm__OwnedListElementAssignment_2_0 ) )
+ // InternalPropertiesParser.g:2544:1: ( ( ( rule__ListTerm__OwnedListElementAssignment_2_0 ) ) )
+ // InternalPropertiesParser.g:2545:1: ( ( rule__ListTerm__OwnedListElementAssignment_2_0 ) )
{
- // InternalPropertiesParser.g:2539:1: ( ( rule__ListTerm__OwnedListElementAssignment_2_0 ) )
- // InternalPropertiesParser.g:2540:2: ( rule__ListTerm__OwnedListElementAssignment_2_0 )
+ // InternalPropertiesParser.g:2545:1: ( ( rule__ListTerm__OwnedListElementAssignment_2_0 ) )
+ // InternalPropertiesParser.g:2546:2: ( rule__ListTerm__OwnedListElementAssignment_2_0 )
{
before(grammarAccess.getListTermAccess().getOwnedListElementAssignment_2_0());
- // InternalPropertiesParser.g:2541:2: ( rule__ListTerm__OwnedListElementAssignment_2_0 )
- // InternalPropertiesParser.g:2541:3: rule__ListTerm__OwnedListElementAssignment_2_0
+ // InternalPropertiesParser.g:2547:2: ( rule__ListTerm__OwnedListElementAssignment_2_0 )
+ // InternalPropertiesParser.g:2547:3: rule__ListTerm__OwnedListElementAssignment_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ListTerm__OwnedListElementAssignment_2_0();
@@ -7703,14 +7685,14 @@ public final void rule__ListTerm__Group_2__0__Impl() throws RecognitionException
// $ANTLR start "rule__ListTerm__Group_2__1"
- // InternalPropertiesParser.g:2549:1: rule__ListTerm__Group_2__1 : rule__ListTerm__Group_2__1__Impl ;
+ // InternalPropertiesParser.g:2555:1: rule__ListTerm__Group_2__1 : rule__ListTerm__Group_2__1__Impl ;
public final void rule__ListTerm__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2553:1: ( rule__ListTerm__Group_2__1__Impl )
- // InternalPropertiesParser.g:2554:2: rule__ListTerm__Group_2__1__Impl
+ // InternalPropertiesParser.g:2559:1: ( rule__ListTerm__Group_2__1__Impl )
+ // InternalPropertiesParser.g:2560:2: rule__ListTerm__Group_2__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ListTerm__Group_2__1__Impl();
@@ -7736,20 +7718,20 @@ public final void rule__ListTerm__Group_2__1() throws RecognitionException {
// $ANTLR start "rule__ListTerm__Group_2__1__Impl"
- // InternalPropertiesParser.g:2560:1: rule__ListTerm__Group_2__1__Impl : ( ( rule__ListTerm__Group_2_1__0 )* ) ;
+ // InternalPropertiesParser.g:2566:1: rule__ListTerm__Group_2__1__Impl : ( ( rule__ListTerm__Group_2_1__0 )* ) ;
public final void rule__ListTerm__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2564:1: ( ( ( rule__ListTerm__Group_2_1__0 )* ) )
- // InternalPropertiesParser.g:2565:1: ( ( rule__ListTerm__Group_2_1__0 )* )
+ // InternalPropertiesParser.g:2570:1: ( ( ( rule__ListTerm__Group_2_1__0 )* ) )
+ // InternalPropertiesParser.g:2571:1: ( ( rule__ListTerm__Group_2_1__0 )* )
{
- // InternalPropertiesParser.g:2565:1: ( ( rule__ListTerm__Group_2_1__0 )* )
- // InternalPropertiesParser.g:2566:2: ( rule__ListTerm__Group_2_1__0 )*
+ // InternalPropertiesParser.g:2571:1: ( ( rule__ListTerm__Group_2_1__0 )* )
+ // InternalPropertiesParser.g:2572:2: ( rule__ListTerm__Group_2_1__0 )*
{
before(grammarAccess.getListTermAccess().getGroup_2_1());
- // InternalPropertiesParser.g:2567:2: ( rule__ListTerm__Group_2_1__0 )*
+ // InternalPropertiesParser.g:2573:2: ( rule__ListTerm__Group_2_1__0 )*
loop17:
do {
int alt17=2;
@@ -7762,7 +7744,7 @@ public final void rule__ListTerm__Group_2__1__Impl() throws RecognitionException
switch (alt17) {
case 1 :
- // InternalPropertiesParser.g:2567:3: rule__ListTerm__Group_2_1__0
+ // InternalPropertiesParser.g:2573:3: rule__ListTerm__Group_2_1__0
{
pushFollow(FollowSets000.FOLLOW_7);
rule__ListTerm__Group_2_1__0();
@@ -7801,14 +7783,14 @@ public final void rule__ListTerm__Group_2__1__Impl() throws RecognitionException
// $ANTLR start "rule__ListTerm__Group_2_1__0"
- // InternalPropertiesParser.g:2576:1: rule__ListTerm__Group_2_1__0 : rule__ListTerm__Group_2_1__0__Impl rule__ListTerm__Group_2_1__1 ;
+ // InternalPropertiesParser.g:2582:1: rule__ListTerm__Group_2_1__0 : rule__ListTerm__Group_2_1__0__Impl rule__ListTerm__Group_2_1__1 ;
public final void rule__ListTerm__Group_2_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2580:1: ( rule__ListTerm__Group_2_1__0__Impl rule__ListTerm__Group_2_1__1 )
- // InternalPropertiesParser.g:2581:2: rule__ListTerm__Group_2_1__0__Impl rule__ListTerm__Group_2_1__1
+ // InternalPropertiesParser.g:2586:1: ( rule__ListTerm__Group_2_1__0__Impl rule__ListTerm__Group_2_1__1 )
+ // InternalPropertiesParser.g:2587:2: rule__ListTerm__Group_2_1__0__Impl rule__ListTerm__Group_2_1__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__ListTerm__Group_2_1__0__Impl();
@@ -7839,17 +7821,17 @@ public final void rule__ListTerm__Group_2_1__0() throws RecognitionException {
// $ANTLR start "rule__ListTerm__Group_2_1__0__Impl"
- // InternalPropertiesParser.g:2588:1: rule__ListTerm__Group_2_1__0__Impl : ( Comma ) ;
+ // InternalPropertiesParser.g:2594:1: rule__ListTerm__Group_2_1__0__Impl : ( Comma ) ;
public final void rule__ListTerm__Group_2_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2592:1: ( ( Comma ) )
- // InternalPropertiesParser.g:2593:1: ( Comma )
+ // InternalPropertiesParser.g:2598:1: ( ( Comma ) )
+ // InternalPropertiesParser.g:2599:1: ( Comma )
{
- // InternalPropertiesParser.g:2593:1: ( Comma )
- // InternalPropertiesParser.g:2594:2: Comma
+ // InternalPropertiesParser.g:2599:1: ( Comma )
+ // InternalPropertiesParser.g:2600:2: Comma
{
before(grammarAccess.getListTermAccess().getCommaKeyword_2_1_0());
match(input,Comma,FollowSets000.FOLLOW_2);
@@ -7876,14 +7858,14 @@ public final void rule__ListTerm__Group_2_1__0__Impl() throws RecognitionExcepti
// $ANTLR start "rule__ListTerm__Group_2_1__1"
- // InternalPropertiesParser.g:2603:1: rule__ListTerm__Group_2_1__1 : rule__ListTerm__Group_2_1__1__Impl ;
+ // InternalPropertiesParser.g:2609:1: rule__ListTerm__Group_2_1__1 : rule__ListTerm__Group_2_1__1__Impl ;
public final void rule__ListTerm__Group_2_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2607:1: ( rule__ListTerm__Group_2_1__1__Impl )
- // InternalPropertiesParser.g:2608:2: rule__ListTerm__Group_2_1__1__Impl
+ // InternalPropertiesParser.g:2613:1: ( rule__ListTerm__Group_2_1__1__Impl )
+ // InternalPropertiesParser.g:2614:2: rule__ListTerm__Group_2_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ListTerm__Group_2_1__1__Impl();
@@ -7909,21 +7891,21 @@ public final void rule__ListTerm__Group_2_1__1() throws RecognitionException {
// $ANTLR start "rule__ListTerm__Group_2_1__1__Impl"
- // InternalPropertiesParser.g:2614:1: rule__ListTerm__Group_2_1__1__Impl : ( ( rule__ListTerm__OwnedListElementAssignment_2_1_1 ) ) ;
+ // InternalPropertiesParser.g:2620:1: rule__ListTerm__Group_2_1__1__Impl : ( ( rule__ListTerm__OwnedListElementAssignment_2_1_1 ) ) ;
public final void rule__ListTerm__Group_2_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2618:1: ( ( ( rule__ListTerm__OwnedListElementAssignment_2_1_1 ) ) )
- // InternalPropertiesParser.g:2619:1: ( ( rule__ListTerm__OwnedListElementAssignment_2_1_1 ) )
+ // InternalPropertiesParser.g:2624:1: ( ( ( rule__ListTerm__OwnedListElementAssignment_2_1_1 ) ) )
+ // InternalPropertiesParser.g:2625:1: ( ( rule__ListTerm__OwnedListElementAssignment_2_1_1 ) )
{
- // InternalPropertiesParser.g:2619:1: ( ( rule__ListTerm__OwnedListElementAssignment_2_1_1 ) )
- // InternalPropertiesParser.g:2620:2: ( rule__ListTerm__OwnedListElementAssignment_2_1_1 )
+ // InternalPropertiesParser.g:2625:1: ( ( rule__ListTerm__OwnedListElementAssignment_2_1_1 ) )
+ // InternalPropertiesParser.g:2626:2: ( rule__ListTerm__OwnedListElementAssignment_2_1_1 )
{
before(grammarAccess.getListTermAccess().getOwnedListElementAssignment_2_1_1());
- // InternalPropertiesParser.g:2621:2: ( rule__ListTerm__OwnedListElementAssignment_2_1_1 )
- // InternalPropertiesParser.g:2621:3: rule__ListTerm__OwnedListElementAssignment_2_1_1
+ // InternalPropertiesParser.g:2627:2: ( rule__ListTerm__OwnedListElementAssignment_2_1_1 )
+ // InternalPropertiesParser.g:2627:3: rule__ListTerm__OwnedListElementAssignment_2_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ListTerm__OwnedListElementAssignment_2_1_1();
@@ -7956,16 +7938,16 @@ public final void rule__ListTerm__Group_2_1__1__Impl() throws RecognitionExcepti
// $ANTLR start "rule__FieldPropertyAssociation__Group__0"
- // InternalPropertiesParser.g:2630:1: rule__FieldPropertyAssociation__Group__0 : rule__FieldPropertyAssociation__Group__0__Impl rule__FieldPropertyAssociation__Group__1 ;
+ // InternalPropertiesParser.g:2636:1: rule__FieldPropertyAssociation__Group__0 : rule__FieldPropertyAssociation__Group__0__Impl rule__FieldPropertyAssociation__Group__1 ;
public final void rule__FieldPropertyAssociation__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2634:1: ( rule__FieldPropertyAssociation__Group__0__Impl rule__FieldPropertyAssociation__Group__1 )
- // InternalPropertiesParser.g:2635:2: rule__FieldPropertyAssociation__Group__0__Impl rule__FieldPropertyAssociation__Group__1
+ // InternalPropertiesParser.g:2640:1: ( rule__FieldPropertyAssociation__Group__0__Impl rule__FieldPropertyAssociation__Group__1 )
+ // InternalPropertiesParser.g:2641:2: rule__FieldPropertyAssociation__Group__0__Impl rule__FieldPropertyAssociation__Group__1
{
- pushFollow(FollowSets000.FOLLOW_17);
+ pushFollow(FollowSets000.FOLLOW_20);
rule__FieldPropertyAssociation__Group__0__Impl();
state._fsp--;
@@ -7994,21 +7976,21 @@ public final void rule__FieldPropertyAssociation__Group__0() throws RecognitionE
// $ANTLR start "rule__FieldPropertyAssociation__Group__0__Impl"
- // InternalPropertiesParser.g:2642:1: rule__FieldPropertyAssociation__Group__0__Impl : ( ( rule__FieldPropertyAssociation__PropertyAssignment_0 ) ) ;
+ // InternalPropertiesParser.g:2648:1: rule__FieldPropertyAssociation__Group__0__Impl : ( ( rule__FieldPropertyAssociation__PropertyAssignment_0 ) ) ;
public final void rule__FieldPropertyAssociation__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2646:1: ( ( ( rule__FieldPropertyAssociation__PropertyAssignment_0 ) ) )
- // InternalPropertiesParser.g:2647:1: ( ( rule__FieldPropertyAssociation__PropertyAssignment_0 ) )
+ // InternalPropertiesParser.g:2652:1: ( ( ( rule__FieldPropertyAssociation__PropertyAssignment_0 ) ) )
+ // InternalPropertiesParser.g:2653:1: ( ( rule__FieldPropertyAssociation__PropertyAssignment_0 ) )
{
- // InternalPropertiesParser.g:2647:1: ( ( rule__FieldPropertyAssociation__PropertyAssignment_0 ) )
- // InternalPropertiesParser.g:2648:2: ( rule__FieldPropertyAssociation__PropertyAssignment_0 )
+ // InternalPropertiesParser.g:2653:1: ( ( rule__FieldPropertyAssociation__PropertyAssignment_0 ) )
+ // InternalPropertiesParser.g:2654:2: ( rule__FieldPropertyAssociation__PropertyAssignment_0 )
{
before(grammarAccess.getFieldPropertyAssociationAccess().getPropertyAssignment_0());
- // InternalPropertiesParser.g:2649:2: ( rule__FieldPropertyAssociation__PropertyAssignment_0 )
- // InternalPropertiesParser.g:2649:3: rule__FieldPropertyAssociation__PropertyAssignment_0
+ // InternalPropertiesParser.g:2655:2: ( rule__FieldPropertyAssociation__PropertyAssignment_0 )
+ // InternalPropertiesParser.g:2655:3: rule__FieldPropertyAssociation__PropertyAssignment_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__FieldPropertyAssociation__PropertyAssignment_0();
@@ -8041,14 +8023,14 @@ public final void rule__FieldPropertyAssociation__Group__0__Impl() throws Recogn
// $ANTLR start "rule__FieldPropertyAssociation__Group__1"
- // InternalPropertiesParser.g:2657:1: rule__FieldPropertyAssociation__Group__1 : rule__FieldPropertyAssociation__Group__1__Impl rule__FieldPropertyAssociation__Group__2 ;
+ // InternalPropertiesParser.g:2663:1: rule__FieldPropertyAssociation__Group__1 : rule__FieldPropertyAssociation__Group__1__Impl rule__FieldPropertyAssociation__Group__2 ;
public final void rule__FieldPropertyAssociation__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2661:1: ( rule__FieldPropertyAssociation__Group__1__Impl rule__FieldPropertyAssociation__Group__2 )
- // InternalPropertiesParser.g:2662:2: rule__FieldPropertyAssociation__Group__1__Impl rule__FieldPropertyAssociation__Group__2
+ // InternalPropertiesParser.g:2667:1: ( rule__FieldPropertyAssociation__Group__1__Impl rule__FieldPropertyAssociation__Group__2 )
+ // InternalPropertiesParser.g:2668:2: rule__FieldPropertyAssociation__Group__1__Impl rule__FieldPropertyAssociation__Group__2
{
pushFollow(FollowSets000.FOLLOW_4);
rule__FieldPropertyAssociation__Group__1__Impl();
@@ -8079,17 +8061,17 @@ public final void rule__FieldPropertyAssociation__Group__1() throws RecognitionE
// $ANTLR start "rule__FieldPropertyAssociation__Group__1__Impl"
- // InternalPropertiesParser.g:2669:1: rule__FieldPropertyAssociation__Group__1__Impl : ( EqualsSignGreaterThanSign ) ;
+ // InternalPropertiesParser.g:2675:1: rule__FieldPropertyAssociation__Group__1__Impl : ( EqualsSignGreaterThanSign ) ;
public final void rule__FieldPropertyAssociation__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2673:1: ( ( EqualsSignGreaterThanSign ) )
- // InternalPropertiesParser.g:2674:1: ( EqualsSignGreaterThanSign )
+ // InternalPropertiesParser.g:2679:1: ( ( EqualsSignGreaterThanSign ) )
+ // InternalPropertiesParser.g:2680:1: ( EqualsSignGreaterThanSign )
{
- // InternalPropertiesParser.g:2674:1: ( EqualsSignGreaterThanSign )
- // InternalPropertiesParser.g:2675:2: EqualsSignGreaterThanSign
+ // InternalPropertiesParser.g:2680:1: ( EqualsSignGreaterThanSign )
+ // InternalPropertiesParser.g:2681:2: EqualsSignGreaterThanSign
{
before(grammarAccess.getFieldPropertyAssociationAccess().getEqualsSignGreaterThanSignKeyword_1());
match(input,EqualsSignGreaterThanSign,FollowSets000.FOLLOW_2);
@@ -8116,16 +8098,16 @@ public final void rule__FieldPropertyAssociation__Group__1__Impl() throws Recogn
// $ANTLR start "rule__FieldPropertyAssociation__Group__2"
- // InternalPropertiesParser.g:2684:1: rule__FieldPropertyAssociation__Group__2 : rule__FieldPropertyAssociation__Group__2__Impl rule__FieldPropertyAssociation__Group__3 ;
+ // InternalPropertiesParser.g:2690:1: rule__FieldPropertyAssociation__Group__2 : rule__FieldPropertyAssociation__Group__2__Impl rule__FieldPropertyAssociation__Group__3 ;
public final void rule__FieldPropertyAssociation__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2688:1: ( rule__FieldPropertyAssociation__Group__2__Impl rule__FieldPropertyAssociation__Group__3 )
- // InternalPropertiesParser.g:2689:2: rule__FieldPropertyAssociation__Group__2__Impl rule__FieldPropertyAssociation__Group__3
+ // InternalPropertiesParser.g:2694:1: ( rule__FieldPropertyAssociation__Group__2__Impl rule__FieldPropertyAssociation__Group__3 )
+ // InternalPropertiesParser.g:2695:2: rule__FieldPropertyAssociation__Group__2__Impl rule__FieldPropertyAssociation__Group__3
{
- pushFollow(FollowSets000.FOLLOW_18);
+ pushFollow(FollowSets000.FOLLOW_21);
rule__FieldPropertyAssociation__Group__2__Impl();
state._fsp--;
@@ -8154,21 +8136,21 @@ public final void rule__FieldPropertyAssociation__Group__2() throws RecognitionE
// $ANTLR start "rule__FieldPropertyAssociation__Group__2__Impl"
- // InternalPropertiesParser.g:2696:1: rule__FieldPropertyAssociation__Group__2__Impl : ( ( rule__FieldPropertyAssociation__OwnedValueAssignment_2 ) ) ;
+ // InternalPropertiesParser.g:2702:1: rule__FieldPropertyAssociation__Group__2__Impl : ( ( rule__FieldPropertyAssociation__OwnedValueAssignment_2 ) ) ;
public final void rule__FieldPropertyAssociation__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2700:1: ( ( ( rule__FieldPropertyAssociation__OwnedValueAssignment_2 ) ) )
- // InternalPropertiesParser.g:2701:1: ( ( rule__FieldPropertyAssociation__OwnedValueAssignment_2 ) )
+ // InternalPropertiesParser.g:2706:1: ( ( ( rule__FieldPropertyAssociation__OwnedValueAssignment_2 ) ) )
+ // InternalPropertiesParser.g:2707:1: ( ( rule__FieldPropertyAssociation__OwnedValueAssignment_2 ) )
{
- // InternalPropertiesParser.g:2701:1: ( ( rule__FieldPropertyAssociation__OwnedValueAssignment_2 ) )
- // InternalPropertiesParser.g:2702:2: ( rule__FieldPropertyAssociation__OwnedValueAssignment_2 )
+ // InternalPropertiesParser.g:2707:1: ( ( rule__FieldPropertyAssociation__OwnedValueAssignment_2 ) )
+ // InternalPropertiesParser.g:2708:2: ( rule__FieldPropertyAssociation__OwnedValueAssignment_2 )
{
before(grammarAccess.getFieldPropertyAssociationAccess().getOwnedValueAssignment_2());
- // InternalPropertiesParser.g:2703:2: ( rule__FieldPropertyAssociation__OwnedValueAssignment_2 )
- // InternalPropertiesParser.g:2703:3: rule__FieldPropertyAssociation__OwnedValueAssignment_2
+ // InternalPropertiesParser.g:2709:2: ( rule__FieldPropertyAssociation__OwnedValueAssignment_2 )
+ // InternalPropertiesParser.g:2709:3: rule__FieldPropertyAssociation__OwnedValueAssignment_2
{
pushFollow(FollowSets000.FOLLOW_2);
rule__FieldPropertyAssociation__OwnedValueAssignment_2();
@@ -8201,14 +8183,14 @@ public final void rule__FieldPropertyAssociation__Group__2__Impl() throws Recogn
// $ANTLR start "rule__FieldPropertyAssociation__Group__3"
- // InternalPropertiesParser.g:2711:1: rule__FieldPropertyAssociation__Group__3 : rule__FieldPropertyAssociation__Group__3__Impl ;
+ // InternalPropertiesParser.g:2717:1: rule__FieldPropertyAssociation__Group__3 : rule__FieldPropertyAssociation__Group__3__Impl ;
public final void rule__FieldPropertyAssociation__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2715:1: ( rule__FieldPropertyAssociation__Group__3__Impl )
- // InternalPropertiesParser.g:2716:2: rule__FieldPropertyAssociation__Group__3__Impl
+ // InternalPropertiesParser.g:2721:1: ( rule__FieldPropertyAssociation__Group__3__Impl )
+ // InternalPropertiesParser.g:2722:2: rule__FieldPropertyAssociation__Group__3__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__FieldPropertyAssociation__Group__3__Impl();
@@ -8234,17 +8216,17 @@ public final void rule__FieldPropertyAssociation__Group__3() throws RecognitionE
// $ANTLR start "rule__FieldPropertyAssociation__Group__3__Impl"
- // InternalPropertiesParser.g:2722:1: rule__FieldPropertyAssociation__Group__3__Impl : ( Semicolon ) ;
+ // InternalPropertiesParser.g:2728:1: rule__FieldPropertyAssociation__Group__3__Impl : ( Semicolon ) ;
public final void rule__FieldPropertyAssociation__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2726:1: ( ( Semicolon ) )
- // InternalPropertiesParser.g:2727:1: ( Semicolon )
+ // InternalPropertiesParser.g:2732:1: ( ( Semicolon ) )
+ // InternalPropertiesParser.g:2733:1: ( Semicolon )
{
- // InternalPropertiesParser.g:2727:1: ( Semicolon )
- // InternalPropertiesParser.g:2728:2: Semicolon
+ // InternalPropertiesParser.g:2733:1: ( Semicolon )
+ // InternalPropertiesParser.g:2734:2: Semicolon
{
before(grammarAccess.getFieldPropertyAssociationAccess().getSemicolonKeyword_3());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -8271,16 +8253,16 @@ public final void rule__FieldPropertyAssociation__Group__3__Impl() throws Recogn
// $ANTLR start "rule__ContainmentPathElement__Group__0"
- // InternalPropertiesParser.g:2738:1: rule__ContainmentPathElement__Group__0 : rule__ContainmentPathElement__Group__0__Impl rule__ContainmentPathElement__Group__1 ;
+ // InternalPropertiesParser.g:2744:1: rule__ContainmentPathElement__Group__0 : rule__ContainmentPathElement__Group__0__Impl rule__ContainmentPathElement__Group__1 ;
public final void rule__ContainmentPathElement__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2742:1: ( rule__ContainmentPathElement__Group__0__Impl rule__ContainmentPathElement__Group__1 )
- // InternalPropertiesParser.g:2743:2: rule__ContainmentPathElement__Group__0__Impl rule__ContainmentPathElement__Group__1
+ // InternalPropertiesParser.g:2748:1: ( rule__ContainmentPathElement__Group__0__Impl rule__ContainmentPathElement__Group__1 )
+ // InternalPropertiesParser.g:2749:2: rule__ContainmentPathElement__Group__0__Impl rule__ContainmentPathElement__Group__1
{
- pushFollow(FollowSets000.FOLLOW_19);
+ pushFollow(FollowSets000.FOLLOW_22);
rule__ContainmentPathElement__Group__0__Impl();
state._fsp--;
@@ -8309,21 +8291,21 @@ public final void rule__ContainmentPathElement__Group__0() throws RecognitionExc
// $ANTLR start "rule__ContainmentPathElement__Group__0__Impl"
- // InternalPropertiesParser.g:2750:1: rule__ContainmentPathElement__Group__0__Impl : ( ( rule__ContainmentPathElement__Group_0__0 ) ) ;
+ // InternalPropertiesParser.g:2756:1: rule__ContainmentPathElement__Group__0__Impl : ( ( rule__ContainmentPathElement__Group_0__0 ) ) ;
public final void rule__ContainmentPathElement__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2754:1: ( ( ( rule__ContainmentPathElement__Group_0__0 ) ) )
- // InternalPropertiesParser.g:2755:1: ( ( rule__ContainmentPathElement__Group_0__0 ) )
+ // InternalPropertiesParser.g:2760:1: ( ( ( rule__ContainmentPathElement__Group_0__0 ) ) )
+ // InternalPropertiesParser.g:2761:1: ( ( rule__ContainmentPathElement__Group_0__0 ) )
{
- // InternalPropertiesParser.g:2755:1: ( ( rule__ContainmentPathElement__Group_0__0 ) )
- // InternalPropertiesParser.g:2756:2: ( rule__ContainmentPathElement__Group_0__0 )
+ // InternalPropertiesParser.g:2761:1: ( ( rule__ContainmentPathElement__Group_0__0 ) )
+ // InternalPropertiesParser.g:2762:2: ( rule__ContainmentPathElement__Group_0__0 )
{
before(grammarAccess.getContainmentPathElementAccess().getGroup_0());
- // InternalPropertiesParser.g:2757:2: ( rule__ContainmentPathElement__Group_0__0 )
- // InternalPropertiesParser.g:2757:3: rule__ContainmentPathElement__Group_0__0
+ // InternalPropertiesParser.g:2763:2: ( rule__ContainmentPathElement__Group_0__0 )
+ // InternalPropertiesParser.g:2763:3: rule__ContainmentPathElement__Group_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ContainmentPathElement__Group_0__0();
@@ -8356,14 +8338,14 @@ public final void rule__ContainmentPathElement__Group__0__Impl() throws Recognit
// $ANTLR start "rule__ContainmentPathElement__Group__1"
- // InternalPropertiesParser.g:2765:1: rule__ContainmentPathElement__Group__1 : rule__ContainmentPathElement__Group__1__Impl ;
+ // InternalPropertiesParser.g:2771:1: rule__ContainmentPathElement__Group__1 : rule__ContainmentPathElement__Group__1__Impl ;
public final void rule__ContainmentPathElement__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2769:1: ( rule__ContainmentPathElement__Group__1__Impl )
- // InternalPropertiesParser.g:2770:2: rule__ContainmentPathElement__Group__1__Impl
+ // InternalPropertiesParser.g:2775:1: ( rule__ContainmentPathElement__Group__1__Impl )
+ // InternalPropertiesParser.g:2776:2: rule__ContainmentPathElement__Group__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ContainmentPathElement__Group__1__Impl();
@@ -8389,20 +8371,20 @@ public final void rule__ContainmentPathElement__Group__1() throws RecognitionExc
// $ANTLR start "rule__ContainmentPathElement__Group__1__Impl"
- // InternalPropertiesParser.g:2776:1: rule__ContainmentPathElement__Group__1__Impl : ( ( rule__ContainmentPathElement__Group_1__0 )? ) ;
+ // InternalPropertiesParser.g:2782:1: rule__ContainmentPathElement__Group__1__Impl : ( ( rule__ContainmentPathElement__Group_1__0 )? ) ;
public final void rule__ContainmentPathElement__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2780:1: ( ( ( rule__ContainmentPathElement__Group_1__0 )? ) )
- // InternalPropertiesParser.g:2781:1: ( ( rule__ContainmentPathElement__Group_1__0 )? )
+ // InternalPropertiesParser.g:2786:1: ( ( ( rule__ContainmentPathElement__Group_1__0 )? ) )
+ // InternalPropertiesParser.g:2787:1: ( ( rule__ContainmentPathElement__Group_1__0 )? )
{
- // InternalPropertiesParser.g:2781:1: ( ( rule__ContainmentPathElement__Group_1__0 )? )
- // InternalPropertiesParser.g:2782:2: ( rule__ContainmentPathElement__Group_1__0 )?
+ // InternalPropertiesParser.g:2787:1: ( ( rule__ContainmentPathElement__Group_1__0 )? )
+ // InternalPropertiesParser.g:2788:2: ( rule__ContainmentPathElement__Group_1__0 )?
{
before(grammarAccess.getContainmentPathElementAccess().getGroup_1());
- // InternalPropertiesParser.g:2783:2: ( rule__ContainmentPathElement__Group_1__0 )?
+ // InternalPropertiesParser.g:2789:2: ( rule__ContainmentPathElement__Group_1__0 )?
int alt18=2;
int LA18_0 = input.LA(1);
@@ -8411,7 +8393,7 @@ public final void rule__ContainmentPathElement__Group__1__Impl() throws Recognit
}
switch (alt18) {
case 1 :
- // InternalPropertiesParser.g:2783:3: rule__ContainmentPathElement__Group_1__0
+ // InternalPropertiesParser.g:2789:3: rule__ContainmentPathElement__Group_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ContainmentPathElement__Group_1__0();
@@ -8447,16 +8429,16 @@ public final void rule__ContainmentPathElement__Group__1__Impl() throws Recognit
// $ANTLR start "rule__ContainmentPathElement__Group_0__0"
- // InternalPropertiesParser.g:2792:1: rule__ContainmentPathElement__Group_0__0 : rule__ContainmentPathElement__Group_0__0__Impl rule__ContainmentPathElement__Group_0__1 ;
+ // InternalPropertiesParser.g:2798:1: rule__ContainmentPathElement__Group_0__0 : rule__ContainmentPathElement__Group_0__0__Impl rule__ContainmentPathElement__Group_0__1 ;
public final void rule__ContainmentPathElement__Group_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2796:1: ( rule__ContainmentPathElement__Group_0__0__Impl rule__ContainmentPathElement__Group_0__1 )
- // InternalPropertiesParser.g:2797:2: rule__ContainmentPathElement__Group_0__0__Impl rule__ContainmentPathElement__Group_0__1
+ // InternalPropertiesParser.g:2802:1: ( rule__ContainmentPathElement__Group_0__0__Impl rule__ContainmentPathElement__Group_0__1 )
+ // InternalPropertiesParser.g:2803:2: rule__ContainmentPathElement__Group_0__0__Impl rule__ContainmentPathElement__Group_0__1
{
- pushFollow(FollowSets000.FOLLOW_20);
+ pushFollow(FollowSets000.FOLLOW_23);
rule__ContainmentPathElement__Group_0__0__Impl();
state._fsp--;
@@ -8485,21 +8467,21 @@ public final void rule__ContainmentPathElement__Group_0__0() throws RecognitionE
// $ANTLR start "rule__ContainmentPathElement__Group_0__0__Impl"
- // InternalPropertiesParser.g:2804:1: rule__ContainmentPathElement__Group_0__0__Impl : ( ( rule__ContainmentPathElement__NamedElementAssignment_0_0 ) ) ;
+ // InternalPropertiesParser.g:2810:1: rule__ContainmentPathElement__Group_0__0__Impl : ( ( rule__ContainmentPathElement__NamedElementAssignment_0_0 ) ) ;
public final void rule__ContainmentPathElement__Group_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2808:1: ( ( ( rule__ContainmentPathElement__NamedElementAssignment_0_0 ) ) )
- // InternalPropertiesParser.g:2809:1: ( ( rule__ContainmentPathElement__NamedElementAssignment_0_0 ) )
+ // InternalPropertiesParser.g:2814:1: ( ( ( rule__ContainmentPathElement__NamedElementAssignment_0_0 ) ) )
+ // InternalPropertiesParser.g:2815:1: ( ( rule__ContainmentPathElement__NamedElementAssignment_0_0 ) )
{
- // InternalPropertiesParser.g:2809:1: ( ( rule__ContainmentPathElement__NamedElementAssignment_0_0 ) )
- // InternalPropertiesParser.g:2810:2: ( rule__ContainmentPathElement__NamedElementAssignment_0_0 )
+ // InternalPropertiesParser.g:2815:1: ( ( rule__ContainmentPathElement__NamedElementAssignment_0_0 ) )
+ // InternalPropertiesParser.g:2816:2: ( rule__ContainmentPathElement__NamedElementAssignment_0_0 )
{
before(grammarAccess.getContainmentPathElementAccess().getNamedElementAssignment_0_0());
- // InternalPropertiesParser.g:2811:2: ( rule__ContainmentPathElement__NamedElementAssignment_0_0 )
- // InternalPropertiesParser.g:2811:3: rule__ContainmentPathElement__NamedElementAssignment_0_0
+ // InternalPropertiesParser.g:2817:2: ( rule__ContainmentPathElement__NamedElementAssignment_0_0 )
+ // InternalPropertiesParser.g:2817:3: rule__ContainmentPathElement__NamedElementAssignment_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ContainmentPathElement__NamedElementAssignment_0_0();
@@ -8532,14 +8514,14 @@ public final void rule__ContainmentPathElement__Group_0__0__Impl() throws Recogn
// $ANTLR start "rule__ContainmentPathElement__Group_0__1"
- // InternalPropertiesParser.g:2819:1: rule__ContainmentPathElement__Group_0__1 : rule__ContainmentPathElement__Group_0__1__Impl ;
+ // InternalPropertiesParser.g:2825:1: rule__ContainmentPathElement__Group_0__1 : rule__ContainmentPathElement__Group_0__1__Impl ;
public final void rule__ContainmentPathElement__Group_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2823:1: ( rule__ContainmentPathElement__Group_0__1__Impl )
- // InternalPropertiesParser.g:2824:2: rule__ContainmentPathElement__Group_0__1__Impl
+ // InternalPropertiesParser.g:2829:1: ( rule__ContainmentPathElement__Group_0__1__Impl )
+ // InternalPropertiesParser.g:2830:2: rule__ContainmentPathElement__Group_0__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ContainmentPathElement__Group_0__1__Impl();
@@ -8565,20 +8547,20 @@ public final void rule__ContainmentPathElement__Group_0__1() throws RecognitionE
// $ANTLR start "rule__ContainmentPathElement__Group_0__1__Impl"
- // InternalPropertiesParser.g:2830:1: rule__ContainmentPathElement__Group_0__1__Impl : ( ( rule__ContainmentPathElement__ArrayRangeAssignment_0_1 )* ) ;
+ // InternalPropertiesParser.g:2836:1: rule__ContainmentPathElement__Group_0__1__Impl : ( ( rule__ContainmentPathElement__ArrayRangeAssignment_0_1 )* ) ;
public final void rule__ContainmentPathElement__Group_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2834:1: ( ( ( rule__ContainmentPathElement__ArrayRangeAssignment_0_1 )* ) )
- // InternalPropertiesParser.g:2835:1: ( ( rule__ContainmentPathElement__ArrayRangeAssignment_0_1 )* )
+ // InternalPropertiesParser.g:2840:1: ( ( ( rule__ContainmentPathElement__ArrayRangeAssignment_0_1 )* ) )
+ // InternalPropertiesParser.g:2841:1: ( ( rule__ContainmentPathElement__ArrayRangeAssignment_0_1 )* )
{
- // InternalPropertiesParser.g:2835:1: ( ( rule__ContainmentPathElement__ArrayRangeAssignment_0_1 )* )
- // InternalPropertiesParser.g:2836:2: ( rule__ContainmentPathElement__ArrayRangeAssignment_0_1 )*
+ // InternalPropertiesParser.g:2841:1: ( ( rule__ContainmentPathElement__ArrayRangeAssignment_0_1 )* )
+ // InternalPropertiesParser.g:2842:2: ( rule__ContainmentPathElement__ArrayRangeAssignment_0_1 )*
{
before(grammarAccess.getContainmentPathElementAccess().getArrayRangeAssignment_0_1());
- // InternalPropertiesParser.g:2837:2: ( rule__ContainmentPathElement__ArrayRangeAssignment_0_1 )*
+ // InternalPropertiesParser.g:2843:2: ( rule__ContainmentPathElement__ArrayRangeAssignment_0_1 )*
loop19:
do {
int alt19=2;
@@ -8591,9 +8573,9 @@ public final void rule__ContainmentPathElement__Group_0__1__Impl() throws Recogn
switch (alt19) {
case 1 :
- // InternalPropertiesParser.g:2837:3: rule__ContainmentPathElement__ArrayRangeAssignment_0_1
+ // InternalPropertiesParser.g:2843:3: rule__ContainmentPathElement__ArrayRangeAssignment_0_1
{
- pushFollow(FollowSets000.FOLLOW_21);
+ pushFollow(FollowSets000.FOLLOW_24);
rule__ContainmentPathElement__ArrayRangeAssignment_0_1();
state._fsp--;
@@ -8630,16 +8612,16 @@ public final void rule__ContainmentPathElement__Group_0__1__Impl() throws Recogn
// $ANTLR start "rule__ContainmentPathElement__Group_1__0"
- // InternalPropertiesParser.g:2846:1: rule__ContainmentPathElement__Group_1__0 : rule__ContainmentPathElement__Group_1__0__Impl rule__ContainmentPathElement__Group_1__1 ;
+ // InternalPropertiesParser.g:2852:1: rule__ContainmentPathElement__Group_1__0 : rule__ContainmentPathElement__Group_1__0__Impl rule__ContainmentPathElement__Group_1__1 ;
public final void rule__ContainmentPathElement__Group_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2850:1: ( rule__ContainmentPathElement__Group_1__0__Impl rule__ContainmentPathElement__Group_1__1 )
- // InternalPropertiesParser.g:2851:2: rule__ContainmentPathElement__Group_1__0__Impl rule__ContainmentPathElement__Group_1__1
+ // InternalPropertiesParser.g:2856:1: ( rule__ContainmentPathElement__Group_1__0__Impl rule__ContainmentPathElement__Group_1__1 )
+ // InternalPropertiesParser.g:2857:2: rule__ContainmentPathElement__Group_1__0__Impl rule__ContainmentPathElement__Group_1__1
{
- pushFollow(FollowSets000.FOLLOW_8);
+ pushFollow(FollowSets000.FOLLOW_9);
rule__ContainmentPathElement__Group_1__0__Impl();
state._fsp--;
@@ -8668,17 +8650,17 @@ public final void rule__ContainmentPathElement__Group_1__0() throws RecognitionE
// $ANTLR start "rule__ContainmentPathElement__Group_1__0__Impl"
- // InternalPropertiesParser.g:2858:1: rule__ContainmentPathElement__Group_1__0__Impl : ( FullStop ) ;
+ // InternalPropertiesParser.g:2864:1: rule__ContainmentPathElement__Group_1__0__Impl : ( FullStop ) ;
public final void rule__ContainmentPathElement__Group_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2862:1: ( ( FullStop ) )
- // InternalPropertiesParser.g:2863:1: ( FullStop )
+ // InternalPropertiesParser.g:2868:1: ( ( FullStop ) )
+ // InternalPropertiesParser.g:2869:1: ( FullStop )
{
- // InternalPropertiesParser.g:2863:1: ( FullStop )
- // InternalPropertiesParser.g:2864:2: FullStop
+ // InternalPropertiesParser.g:2869:1: ( FullStop )
+ // InternalPropertiesParser.g:2870:2: FullStop
{
before(grammarAccess.getContainmentPathElementAccess().getFullStopKeyword_1_0());
match(input,FullStop,FollowSets000.FOLLOW_2);
@@ -8705,14 +8687,14 @@ public final void rule__ContainmentPathElement__Group_1__0__Impl() throws Recogn
// $ANTLR start "rule__ContainmentPathElement__Group_1__1"
- // InternalPropertiesParser.g:2873:1: rule__ContainmentPathElement__Group_1__1 : rule__ContainmentPathElement__Group_1__1__Impl ;
+ // InternalPropertiesParser.g:2879:1: rule__ContainmentPathElement__Group_1__1 : rule__ContainmentPathElement__Group_1__1__Impl ;
public final void rule__ContainmentPathElement__Group_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2877:1: ( rule__ContainmentPathElement__Group_1__1__Impl )
- // InternalPropertiesParser.g:2878:2: rule__ContainmentPathElement__Group_1__1__Impl
+ // InternalPropertiesParser.g:2883:1: ( rule__ContainmentPathElement__Group_1__1__Impl )
+ // InternalPropertiesParser.g:2884:2: rule__ContainmentPathElement__Group_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ContainmentPathElement__Group_1__1__Impl();
@@ -8738,21 +8720,21 @@ public final void rule__ContainmentPathElement__Group_1__1() throws RecognitionE
// $ANTLR start "rule__ContainmentPathElement__Group_1__1__Impl"
- // InternalPropertiesParser.g:2884:1: rule__ContainmentPathElement__Group_1__1__Impl : ( ( rule__ContainmentPathElement__PathAssignment_1_1 ) ) ;
+ // InternalPropertiesParser.g:2890:1: rule__ContainmentPathElement__Group_1__1__Impl : ( ( rule__ContainmentPathElement__PathAssignment_1_1 ) ) ;
public final void rule__ContainmentPathElement__Group_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2888:1: ( ( ( rule__ContainmentPathElement__PathAssignment_1_1 ) ) )
- // InternalPropertiesParser.g:2889:1: ( ( rule__ContainmentPathElement__PathAssignment_1_1 ) )
+ // InternalPropertiesParser.g:2894:1: ( ( ( rule__ContainmentPathElement__PathAssignment_1_1 ) ) )
+ // InternalPropertiesParser.g:2895:1: ( ( rule__ContainmentPathElement__PathAssignment_1_1 ) )
{
- // InternalPropertiesParser.g:2889:1: ( ( rule__ContainmentPathElement__PathAssignment_1_1 ) )
- // InternalPropertiesParser.g:2890:2: ( rule__ContainmentPathElement__PathAssignment_1_1 )
+ // InternalPropertiesParser.g:2895:1: ( ( rule__ContainmentPathElement__PathAssignment_1_1 ) )
+ // InternalPropertiesParser.g:2896:2: ( rule__ContainmentPathElement__PathAssignment_1_1 )
{
before(grammarAccess.getContainmentPathElementAccess().getPathAssignment_1_1());
- // InternalPropertiesParser.g:2891:2: ( rule__ContainmentPathElement__PathAssignment_1_1 )
- // InternalPropertiesParser.g:2891:3: rule__ContainmentPathElement__PathAssignment_1_1
+ // InternalPropertiesParser.g:2897:2: ( rule__ContainmentPathElement__PathAssignment_1_1 )
+ // InternalPropertiesParser.g:2897:3: rule__ContainmentPathElement__PathAssignment_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ContainmentPathElement__PathAssignment_1_1();
@@ -8785,16 +8767,16 @@ public final void rule__ContainmentPathElement__Group_1__1__Impl() throws Recogn
// $ANTLR start "rule__ArrayRange__Group__0"
- // InternalPropertiesParser.g:2900:1: rule__ArrayRange__Group__0 : rule__ArrayRange__Group__0__Impl rule__ArrayRange__Group__1 ;
+ // InternalPropertiesParser.g:2906:1: rule__ArrayRange__Group__0 : rule__ArrayRange__Group__0__Impl rule__ArrayRange__Group__1 ;
public final void rule__ArrayRange__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2904:1: ( rule__ArrayRange__Group__0__Impl rule__ArrayRange__Group__1 )
- // InternalPropertiesParser.g:2905:2: rule__ArrayRange__Group__0__Impl rule__ArrayRange__Group__1
+ // InternalPropertiesParser.g:2910:1: ( rule__ArrayRange__Group__0__Impl rule__ArrayRange__Group__1 )
+ // InternalPropertiesParser.g:2911:2: rule__ArrayRange__Group__0__Impl rule__ArrayRange__Group__1
{
- pushFollow(FollowSets000.FOLLOW_20);
+ pushFollow(FollowSets000.FOLLOW_23);
rule__ArrayRange__Group__0__Impl();
state._fsp--;
@@ -8823,21 +8805,21 @@ public final void rule__ArrayRange__Group__0() throws RecognitionException {
// $ANTLR start "rule__ArrayRange__Group__0__Impl"
- // InternalPropertiesParser.g:2912:1: rule__ArrayRange__Group__0__Impl : ( () ) ;
+ // InternalPropertiesParser.g:2918:1: rule__ArrayRange__Group__0__Impl : ( () ) ;
public final void rule__ArrayRange__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2916:1: ( ( () ) )
- // InternalPropertiesParser.g:2917:1: ( () )
+ // InternalPropertiesParser.g:2922:1: ( ( () ) )
+ // InternalPropertiesParser.g:2923:1: ( () )
{
- // InternalPropertiesParser.g:2917:1: ( () )
- // InternalPropertiesParser.g:2918:2: ()
+ // InternalPropertiesParser.g:2923:1: ( () )
+ // InternalPropertiesParser.g:2924:2: ()
{
before(grammarAccess.getArrayRangeAccess().getArrayRangeAction_0());
- // InternalPropertiesParser.g:2919:2: ()
- // InternalPropertiesParser.g:2919:3:
+ // InternalPropertiesParser.g:2925:2: ()
+ // InternalPropertiesParser.g:2925:3:
{
}
@@ -8860,16 +8842,16 @@ public final void rule__ArrayRange__Group__0__Impl() throws RecognitionException
// $ANTLR start "rule__ArrayRange__Group__1"
- // InternalPropertiesParser.g:2927:1: rule__ArrayRange__Group__1 : rule__ArrayRange__Group__1__Impl rule__ArrayRange__Group__2 ;
+ // InternalPropertiesParser.g:2933:1: rule__ArrayRange__Group__1 : rule__ArrayRange__Group__1__Impl rule__ArrayRange__Group__2 ;
public final void rule__ArrayRange__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2931:1: ( rule__ArrayRange__Group__1__Impl rule__ArrayRange__Group__2 )
- // InternalPropertiesParser.g:2932:2: rule__ArrayRange__Group__1__Impl rule__ArrayRange__Group__2
+ // InternalPropertiesParser.g:2937:1: ( rule__ArrayRange__Group__1__Impl rule__ArrayRange__Group__2 )
+ // InternalPropertiesParser.g:2938:2: rule__ArrayRange__Group__1__Impl rule__ArrayRange__Group__2
{
- pushFollow(FollowSets000.FOLLOW_22);
+ pushFollow(FollowSets000.FOLLOW_25);
rule__ArrayRange__Group__1__Impl();
state._fsp--;
@@ -8898,17 +8880,17 @@ public final void rule__ArrayRange__Group__1() throws RecognitionException {
// $ANTLR start "rule__ArrayRange__Group__1__Impl"
- // InternalPropertiesParser.g:2939:1: rule__ArrayRange__Group__1__Impl : ( LeftSquareBracket ) ;
+ // InternalPropertiesParser.g:2945:1: rule__ArrayRange__Group__1__Impl : ( LeftSquareBracket ) ;
public final void rule__ArrayRange__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2943:1: ( ( LeftSquareBracket ) )
- // InternalPropertiesParser.g:2944:1: ( LeftSquareBracket )
+ // InternalPropertiesParser.g:2949:1: ( ( LeftSquareBracket ) )
+ // InternalPropertiesParser.g:2950:1: ( LeftSquareBracket )
{
- // InternalPropertiesParser.g:2944:1: ( LeftSquareBracket )
- // InternalPropertiesParser.g:2945:2: LeftSquareBracket
+ // InternalPropertiesParser.g:2950:1: ( LeftSquareBracket )
+ // InternalPropertiesParser.g:2951:2: LeftSquareBracket
{
before(grammarAccess.getArrayRangeAccess().getLeftSquareBracketKeyword_1());
match(input,LeftSquareBracket,FollowSets000.FOLLOW_2);
@@ -8935,16 +8917,16 @@ public final void rule__ArrayRange__Group__1__Impl() throws RecognitionException
// $ANTLR start "rule__ArrayRange__Group__2"
- // InternalPropertiesParser.g:2954:1: rule__ArrayRange__Group__2 : rule__ArrayRange__Group__2__Impl rule__ArrayRange__Group__3 ;
+ // InternalPropertiesParser.g:2960:1: rule__ArrayRange__Group__2 : rule__ArrayRange__Group__2__Impl rule__ArrayRange__Group__3 ;
public final void rule__ArrayRange__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2958:1: ( rule__ArrayRange__Group__2__Impl rule__ArrayRange__Group__3 )
- // InternalPropertiesParser.g:2959:2: rule__ArrayRange__Group__2__Impl rule__ArrayRange__Group__3
+ // InternalPropertiesParser.g:2964:1: ( rule__ArrayRange__Group__2__Impl rule__ArrayRange__Group__3 )
+ // InternalPropertiesParser.g:2965:2: rule__ArrayRange__Group__2__Impl rule__ArrayRange__Group__3
{
- pushFollow(FollowSets000.FOLLOW_23);
+ pushFollow(FollowSets000.FOLLOW_26);
rule__ArrayRange__Group__2__Impl();
state._fsp--;
@@ -8973,21 +8955,21 @@ public final void rule__ArrayRange__Group__2() throws RecognitionException {
// $ANTLR start "rule__ArrayRange__Group__2__Impl"
- // InternalPropertiesParser.g:2966:1: rule__ArrayRange__Group__2__Impl : ( ( rule__ArrayRange__LowerBoundAssignment_2 ) ) ;
+ // InternalPropertiesParser.g:2972:1: rule__ArrayRange__Group__2__Impl : ( ( rule__ArrayRange__LowerBoundAssignment_2 ) ) ;
public final void rule__ArrayRange__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2970:1: ( ( ( rule__ArrayRange__LowerBoundAssignment_2 ) ) )
- // InternalPropertiesParser.g:2971:1: ( ( rule__ArrayRange__LowerBoundAssignment_2 ) )
+ // InternalPropertiesParser.g:2976:1: ( ( ( rule__ArrayRange__LowerBoundAssignment_2 ) ) )
+ // InternalPropertiesParser.g:2977:1: ( ( rule__ArrayRange__LowerBoundAssignment_2 ) )
{
- // InternalPropertiesParser.g:2971:1: ( ( rule__ArrayRange__LowerBoundAssignment_2 ) )
- // InternalPropertiesParser.g:2972:2: ( rule__ArrayRange__LowerBoundAssignment_2 )
+ // InternalPropertiesParser.g:2977:1: ( ( rule__ArrayRange__LowerBoundAssignment_2 ) )
+ // InternalPropertiesParser.g:2978:2: ( rule__ArrayRange__LowerBoundAssignment_2 )
{
before(grammarAccess.getArrayRangeAccess().getLowerBoundAssignment_2());
- // InternalPropertiesParser.g:2973:2: ( rule__ArrayRange__LowerBoundAssignment_2 )
- // InternalPropertiesParser.g:2973:3: rule__ArrayRange__LowerBoundAssignment_2
+ // InternalPropertiesParser.g:2979:2: ( rule__ArrayRange__LowerBoundAssignment_2 )
+ // InternalPropertiesParser.g:2979:3: rule__ArrayRange__LowerBoundAssignment_2
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ArrayRange__LowerBoundAssignment_2();
@@ -9020,16 +9002,16 @@ public final void rule__ArrayRange__Group__2__Impl() throws RecognitionException
// $ANTLR start "rule__ArrayRange__Group__3"
- // InternalPropertiesParser.g:2981:1: rule__ArrayRange__Group__3 : rule__ArrayRange__Group__3__Impl rule__ArrayRange__Group__4 ;
+ // InternalPropertiesParser.g:2987:1: rule__ArrayRange__Group__3 : rule__ArrayRange__Group__3__Impl rule__ArrayRange__Group__4 ;
public final void rule__ArrayRange__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2985:1: ( rule__ArrayRange__Group__3__Impl rule__ArrayRange__Group__4 )
- // InternalPropertiesParser.g:2986:2: rule__ArrayRange__Group__3__Impl rule__ArrayRange__Group__4
+ // InternalPropertiesParser.g:2991:1: ( rule__ArrayRange__Group__3__Impl rule__ArrayRange__Group__4 )
+ // InternalPropertiesParser.g:2992:2: rule__ArrayRange__Group__3__Impl rule__ArrayRange__Group__4
{
- pushFollow(FollowSets000.FOLLOW_23);
+ pushFollow(FollowSets000.FOLLOW_26);
rule__ArrayRange__Group__3__Impl();
state._fsp--;
@@ -9058,20 +9040,20 @@ public final void rule__ArrayRange__Group__3() throws RecognitionException {
// $ANTLR start "rule__ArrayRange__Group__3__Impl"
- // InternalPropertiesParser.g:2993:1: rule__ArrayRange__Group__3__Impl : ( ( rule__ArrayRange__Group_3__0 )? ) ;
+ // InternalPropertiesParser.g:2999:1: rule__ArrayRange__Group__3__Impl : ( ( rule__ArrayRange__Group_3__0 )? ) ;
public final void rule__ArrayRange__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:2997:1: ( ( ( rule__ArrayRange__Group_3__0 )? ) )
- // InternalPropertiesParser.g:2998:1: ( ( rule__ArrayRange__Group_3__0 )? )
+ // InternalPropertiesParser.g:3003:1: ( ( ( rule__ArrayRange__Group_3__0 )? ) )
+ // InternalPropertiesParser.g:3004:1: ( ( rule__ArrayRange__Group_3__0 )? )
{
- // InternalPropertiesParser.g:2998:1: ( ( rule__ArrayRange__Group_3__0 )? )
- // InternalPropertiesParser.g:2999:2: ( rule__ArrayRange__Group_3__0 )?
+ // InternalPropertiesParser.g:3004:1: ( ( rule__ArrayRange__Group_3__0 )? )
+ // InternalPropertiesParser.g:3005:2: ( rule__ArrayRange__Group_3__0 )?
{
before(grammarAccess.getArrayRangeAccess().getGroup_3());
- // InternalPropertiesParser.g:3000:2: ( rule__ArrayRange__Group_3__0 )?
+ // InternalPropertiesParser.g:3006:2: ( rule__ArrayRange__Group_3__0 )?
int alt20=2;
int LA20_0 = input.LA(1);
@@ -9080,7 +9062,7 @@ public final void rule__ArrayRange__Group__3__Impl() throws RecognitionException
}
switch (alt20) {
case 1 :
- // InternalPropertiesParser.g:3000:3: rule__ArrayRange__Group_3__0
+ // InternalPropertiesParser.g:3006:3: rule__ArrayRange__Group_3__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ArrayRange__Group_3__0();
@@ -9116,14 +9098,14 @@ public final void rule__ArrayRange__Group__3__Impl() throws RecognitionException
// $ANTLR start "rule__ArrayRange__Group__4"
- // InternalPropertiesParser.g:3008:1: rule__ArrayRange__Group__4 : rule__ArrayRange__Group__4__Impl ;
+ // InternalPropertiesParser.g:3014:1: rule__ArrayRange__Group__4 : rule__ArrayRange__Group__4__Impl ;
public final void rule__ArrayRange__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3012:1: ( rule__ArrayRange__Group__4__Impl )
- // InternalPropertiesParser.g:3013:2: rule__ArrayRange__Group__4__Impl
+ // InternalPropertiesParser.g:3018:1: ( rule__ArrayRange__Group__4__Impl )
+ // InternalPropertiesParser.g:3019:2: rule__ArrayRange__Group__4__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ArrayRange__Group__4__Impl();
@@ -9149,17 +9131,17 @@ public final void rule__ArrayRange__Group__4() throws RecognitionException {
// $ANTLR start "rule__ArrayRange__Group__4__Impl"
- // InternalPropertiesParser.g:3019:1: rule__ArrayRange__Group__4__Impl : ( RightSquareBracket ) ;
+ // InternalPropertiesParser.g:3025:1: rule__ArrayRange__Group__4__Impl : ( RightSquareBracket ) ;
public final void rule__ArrayRange__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3023:1: ( ( RightSquareBracket ) )
- // InternalPropertiesParser.g:3024:1: ( RightSquareBracket )
+ // InternalPropertiesParser.g:3029:1: ( ( RightSquareBracket ) )
+ // InternalPropertiesParser.g:3030:1: ( RightSquareBracket )
{
- // InternalPropertiesParser.g:3024:1: ( RightSquareBracket )
- // InternalPropertiesParser.g:3025:2: RightSquareBracket
+ // InternalPropertiesParser.g:3030:1: ( RightSquareBracket )
+ // InternalPropertiesParser.g:3031:2: RightSquareBracket
{
before(grammarAccess.getArrayRangeAccess().getRightSquareBracketKeyword_4());
match(input,RightSquareBracket,FollowSets000.FOLLOW_2);
@@ -9186,16 +9168,16 @@ public final void rule__ArrayRange__Group__4__Impl() throws RecognitionException
// $ANTLR start "rule__ArrayRange__Group_3__0"
- // InternalPropertiesParser.g:3035:1: rule__ArrayRange__Group_3__0 : rule__ArrayRange__Group_3__0__Impl rule__ArrayRange__Group_3__1 ;
+ // InternalPropertiesParser.g:3041:1: rule__ArrayRange__Group_3__0 : rule__ArrayRange__Group_3__0__Impl rule__ArrayRange__Group_3__1 ;
public final void rule__ArrayRange__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3039:1: ( rule__ArrayRange__Group_3__0__Impl rule__ArrayRange__Group_3__1 )
- // InternalPropertiesParser.g:3040:2: rule__ArrayRange__Group_3__0__Impl rule__ArrayRange__Group_3__1
+ // InternalPropertiesParser.g:3045:1: ( rule__ArrayRange__Group_3__0__Impl rule__ArrayRange__Group_3__1 )
+ // InternalPropertiesParser.g:3046:2: rule__ArrayRange__Group_3__0__Impl rule__ArrayRange__Group_3__1
{
- pushFollow(FollowSets000.FOLLOW_22);
+ pushFollow(FollowSets000.FOLLOW_25);
rule__ArrayRange__Group_3__0__Impl();
state._fsp--;
@@ -9224,17 +9206,17 @@ public final void rule__ArrayRange__Group_3__0() throws RecognitionException {
// $ANTLR start "rule__ArrayRange__Group_3__0__Impl"
- // InternalPropertiesParser.g:3047:1: rule__ArrayRange__Group_3__0__Impl : ( FullStopFullStop ) ;
+ // InternalPropertiesParser.g:3053:1: rule__ArrayRange__Group_3__0__Impl : ( FullStopFullStop ) ;
public final void rule__ArrayRange__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3051:1: ( ( FullStopFullStop ) )
- // InternalPropertiesParser.g:3052:1: ( FullStopFullStop )
+ // InternalPropertiesParser.g:3057:1: ( ( FullStopFullStop ) )
+ // InternalPropertiesParser.g:3058:1: ( FullStopFullStop )
{
- // InternalPropertiesParser.g:3052:1: ( FullStopFullStop )
- // InternalPropertiesParser.g:3053:2: FullStopFullStop
+ // InternalPropertiesParser.g:3058:1: ( FullStopFullStop )
+ // InternalPropertiesParser.g:3059:2: FullStopFullStop
{
before(grammarAccess.getArrayRangeAccess().getFullStopFullStopKeyword_3_0());
match(input,FullStopFullStop,FollowSets000.FOLLOW_2);
@@ -9261,14 +9243,14 @@ public final void rule__ArrayRange__Group_3__0__Impl() throws RecognitionExcepti
// $ANTLR start "rule__ArrayRange__Group_3__1"
- // InternalPropertiesParser.g:3062:1: rule__ArrayRange__Group_3__1 : rule__ArrayRange__Group_3__1__Impl ;
+ // InternalPropertiesParser.g:3068:1: rule__ArrayRange__Group_3__1 : rule__ArrayRange__Group_3__1__Impl ;
public final void rule__ArrayRange__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3066:1: ( rule__ArrayRange__Group_3__1__Impl )
- // InternalPropertiesParser.g:3067:2: rule__ArrayRange__Group_3__1__Impl
+ // InternalPropertiesParser.g:3072:1: ( rule__ArrayRange__Group_3__1__Impl )
+ // InternalPropertiesParser.g:3073:2: rule__ArrayRange__Group_3__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ArrayRange__Group_3__1__Impl();
@@ -9294,21 +9276,21 @@ public final void rule__ArrayRange__Group_3__1() throws RecognitionException {
// $ANTLR start "rule__ArrayRange__Group_3__1__Impl"
- // InternalPropertiesParser.g:3073:1: rule__ArrayRange__Group_3__1__Impl : ( ( rule__ArrayRange__UpperBoundAssignment_3_1 ) ) ;
+ // InternalPropertiesParser.g:3079:1: rule__ArrayRange__Group_3__1__Impl : ( ( rule__ArrayRange__UpperBoundAssignment_3_1 ) ) ;
public final void rule__ArrayRange__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3077:1: ( ( ( rule__ArrayRange__UpperBoundAssignment_3_1 ) ) )
- // InternalPropertiesParser.g:3078:1: ( ( rule__ArrayRange__UpperBoundAssignment_3_1 ) )
+ // InternalPropertiesParser.g:3083:1: ( ( ( rule__ArrayRange__UpperBoundAssignment_3_1 ) ) )
+ // InternalPropertiesParser.g:3084:1: ( ( rule__ArrayRange__UpperBoundAssignment_3_1 ) )
{
- // InternalPropertiesParser.g:3078:1: ( ( rule__ArrayRange__UpperBoundAssignment_3_1 ) )
- // InternalPropertiesParser.g:3079:2: ( rule__ArrayRange__UpperBoundAssignment_3_1 )
+ // InternalPropertiesParser.g:3084:1: ( ( rule__ArrayRange__UpperBoundAssignment_3_1 ) )
+ // InternalPropertiesParser.g:3085:2: ( rule__ArrayRange__UpperBoundAssignment_3_1 )
{
before(grammarAccess.getArrayRangeAccess().getUpperBoundAssignment_3_1());
- // InternalPropertiesParser.g:3080:2: ( rule__ArrayRange__UpperBoundAssignment_3_1 )
- // InternalPropertiesParser.g:3080:3: rule__ArrayRange__UpperBoundAssignment_3_1
+ // InternalPropertiesParser.g:3086:2: ( rule__ArrayRange__UpperBoundAssignment_3_1 )
+ // InternalPropertiesParser.g:3086:3: rule__ArrayRange__UpperBoundAssignment_3_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ArrayRange__UpperBoundAssignment_3_1();
@@ -9341,16 +9323,16 @@ public final void rule__ArrayRange__Group_3__1__Impl() throws RecognitionExcepti
// $ANTLR start "rule__SignedConstant__Group__0"
- // InternalPropertiesParser.g:3089:1: rule__SignedConstant__Group__0 : rule__SignedConstant__Group__0__Impl rule__SignedConstant__Group__1 ;
+ // InternalPropertiesParser.g:3095:1: rule__SignedConstant__Group__0 : rule__SignedConstant__Group__0__Impl rule__SignedConstant__Group__1 ;
public final void rule__SignedConstant__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3093:1: ( rule__SignedConstant__Group__0__Impl rule__SignedConstant__Group__1 )
- // InternalPropertiesParser.g:3094:2: rule__SignedConstant__Group__0__Impl rule__SignedConstant__Group__1
+ // InternalPropertiesParser.g:3099:1: ( rule__SignedConstant__Group__0__Impl rule__SignedConstant__Group__1 )
+ // InternalPropertiesParser.g:3100:2: rule__SignedConstant__Group__0__Impl rule__SignedConstant__Group__1
{
- pushFollow(FollowSets000.FOLLOW_24);
+ pushFollow(FollowSets000.FOLLOW_27);
rule__SignedConstant__Group__0__Impl();
state._fsp--;
@@ -9379,21 +9361,21 @@ public final void rule__SignedConstant__Group__0() throws RecognitionException {
// $ANTLR start "rule__SignedConstant__Group__0__Impl"
- // InternalPropertiesParser.g:3101:1: rule__SignedConstant__Group__0__Impl : ( ( rule__SignedConstant__OpAssignment_0 ) ) ;
+ // InternalPropertiesParser.g:3107:1: rule__SignedConstant__Group__0__Impl : ( ( rule__SignedConstant__OpAssignment_0 ) ) ;
public final void rule__SignedConstant__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3105:1: ( ( ( rule__SignedConstant__OpAssignment_0 ) ) )
- // InternalPropertiesParser.g:3106:1: ( ( rule__SignedConstant__OpAssignment_0 ) )
+ // InternalPropertiesParser.g:3111:1: ( ( ( rule__SignedConstant__OpAssignment_0 ) ) )
+ // InternalPropertiesParser.g:3112:1: ( ( rule__SignedConstant__OpAssignment_0 ) )
{
- // InternalPropertiesParser.g:3106:1: ( ( rule__SignedConstant__OpAssignment_0 ) )
- // InternalPropertiesParser.g:3107:2: ( rule__SignedConstant__OpAssignment_0 )
+ // InternalPropertiesParser.g:3112:1: ( ( rule__SignedConstant__OpAssignment_0 ) )
+ // InternalPropertiesParser.g:3113:2: ( rule__SignedConstant__OpAssignment_0 )
{
before(grammarAccess.getSignedConstantAccess().getOpAssignment_0());
- // InternalPropertiesParser.g:3108:2: ( rule__SignedConstant__OpAssignment_0 )
- // InternalPropertiesParser.g:3108:3: rule__SignedConstant__OpAssignment_0
+ // InternalPropertiesParser.g:3114:2: ( rule__SignedConstant__OpAssignment_0 )
+ // InternalPropertiesParser.g:3114:3: rule__SignedConstant__OpAssignment_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SignedConstant__OpAssignment_0();
@@ -9426,14 +9408,14 @@ public final void rule__SignedConstant__Group__0__Impl() throws RecognitionExcep
// $ANTLR start "rule__SignedConstant__Group__1"
- // InternalPropertiesParser.g:3116:1: rule__SignedConstant__Group__1 : rule__SignedConstant__Group__1__Impl ;
+ // InternalPropertiesParser.g:3122:1: rule__SignedConstant__Group__1 : rule__SignedConstant__Group__1__Impl ;
public final void rule__SignedConstant__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3120:1: ( rule__SignedConstant__Group__1__Impl )
- // InternalPropertiesParser.g:3121:2: rule__SignedConstant__Group__1__Impl
+ // InternalPropertiesParser.g:3126:1: ( rule__SignedConstant__Group__1__Impl )
+ // InternalPropertiesParser.g:3127:2: rule__SignedConstant__Group__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SignedConstant__Group__1__Impl();
@@ -9459,21 +9441,21 @@ public final void rule__SignedConstant__Group__1() throws RecognitionException {
// $ANTLR start "rule__SignedConstant__Group__1__Impl"
- // InternalPropertiesParser.g:3127:1: rule__SignedConstant__Group__1__Impl : ( ( rule__SignedConstant__OwnedPropertyExpressionAssignment_1 ) ) ;
+ // InternalPropertiesParser.g:3133:1: rule__SignedConstant__Group__1__Impl : ( ( rule__SignedConstant__OwnedPropertyExpressionAssignment_1 ) ) ;
public final void rule__SignedConstant__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3131:1: ( ( ( rule__SignedConstant__OwnedPropertyExpressionAssignment_1 ) ) )
- // InternalPropertiesParser.g:3132:1: ( ( rule__SignedConstant__OwnedPropertyExpressionAssignment_1 ) )
+ // InternalPropertiesParser.g:3137:1: ( ( ( rule__SignedConstant__OwnedPropertyExpressionAssignment_1 ) ) )
+ // InternalPropertiesParser.g:3138:1: ( ( rule__SignedConstant__OwnedPropertyExpressionAssignment_1 ) )
{
- // InternalPropertiesParser.g:3132:1: ( ( rule__SignedConstant__OwnedPropertyExpressionAssignment_1 ) )
- // InternalPropertiesParser.g:3133:2: ( rule__SignedConstant__OwnedPropertyExpressionAssignment_1 )
+ // InternalPropertiesParser.g:3138:1: ( ( rule__SignedConstant__OwnedPropertyExpressionAssignment_1 ) )
+ // InternalPropertiesParser.g:3139:2: ( rule__SignedConstant__OwnedPropertyExpressionAssignment_1 )
{
before(grammarAccess.getSignedConstantAccess().getOwnedPropertyExpressionAssignment_1());
- // InternalPropertiesParser.g:3134:2: ( rule__SignedConstant__OwnedPropertyExpressionAssignment_1 )
- // InternalPropertiesParser.g:3134:3: rule__SignedConstant__OwnedPropertyExpressionAssignment_1
+ // InternalPropertiesParser.g:3140:2: ( rule__SignedConstant__OwnedPropertyExpressionAssignment_1 )
+ // InternalPropertiesParser.g:3140:3: rule__SignedConstant__OwnedPropertyExpressionAssignment_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SignedConstant__OwnedPropertyExpressionAssignment_1();
@@ -9506,16 +9488,16 @@ public final void rule__SignedConstant__Group__1__Impl() throws RecognitionExcep
// $ANTLR start "rule__IntegerTerm__Group__0"
- // InternalPropertiesParser.g:3143:1: rule__IntegerTerm__Group__0 : rule__IntegerTerm__Group__0__Impl rule__IntegerTerm__Group__1 ;
+ // InternalPropertiesParser.g:3149:1: rule__IntegerTerm__Group__0 : rule__IntegerTerm__Group__0__Impl rule__IntegerTerm__Group__1 ;
public final void rule__IntegerTerm__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3147:1: ( rule__IntegerTerm__Group__0__Impl rule__IntegerTerm__Group__1 )
- // InternalPropertiesParser.g:3148:2: rule__IntegerTerm__Group__0__Impl rule__IntegerTerm__Group__1
+ // InternalPropertiesParser.g:3153:1: ( rule__IntegerTerm__Group__0__Impl rule__IntegerTerm__Group__1 )
+ // InternalPropertiesParser.g:3154:2: rule__IntegerTerm__Group__0__Impl rule__IntegerTerm__Group__1
{
- pushFollow(FollowSets000.FOLLOW_8);
+ pushFollow(FollowSets000.FOLLOW_9);
rule__IntegerTerm__Group__0__Impl();
state._fsp--;
@@ -9544,21 +9526,21 @@ public final void rule__IntegerTerm__Group__0() throws RecognitionException {
// $ANTLR start "rule__IntegerTerm__Group__0__Impl"
- // InternalPropertiesParser.g:3155:1: rule__IntegerTerm__Group__0__Impl : ( ( rule__IntegerTerm__ValueAssignment_0 ) ) ;
+ // InternalPropertiesParser.g:3161:1: rule__IntegerTerm__Group__0__Impl : ( ( rule__IntegerTerm__ValueAssignment_0 ) ) ;
public final void rule__IntegerTerm__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3159:1: ( ( ( rule__IntegerTerm__ValueAssignment_0 ) ) )
- // InternalPropertiesParser.g:3160:1: ( ( rule__IntegerTerm__ValueAssignment_0 ) )
+ // InternalPropertiesParser.g:3165:1: ( ( ( rule__IntegerTerm__ValueAssignment_0 ) ) )
+ // InternalPropertiesParser.g:3166:1: ( ( rule__IntegerTerm__ValueAssignment_0 ) )
{
- // InternalPropertiesParser.g:3160:1: ( ( rule__IntegerTerm__ValueAssignment_0 ) )
- // InternalPropertiesParser.g:3161:2: ( rule__IntegerTerm__ValueAssignment_0 )
+ // InternalPropertiesParser.g:3166:1: ( ( rule__IntegerTerm__ValueAssignment_0 ) )
+ // InternalPropertiesParser.g:3167:2: ( rule__IntegerTerm__ValueAssignment_0 )
{
before(grammarAccess.getIntegerTermAccess().getValueAssignment_0());
- // InternalPropertiesParser.g:3162:2: ( rule__IntegerTerm__ValueAssignment_0 )
- // InternalPropertiesParser.g:3162:3: rule__IntegerTerm__ValueAssignment_0
+ // InternalPropertiesParser.g:3168:2: ( rule__IntegerTerm__ValueAssignment_0 )
+ // InternalPropertiesParser.g:3168:3: rule__IntegerTerm__ValueAssignment_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__IntegerTerm__ValueAssignment_0();
@@ -9591,14 +9573,14 @@ public final void rule__IntegerTerm__Group__0__Impl() throws RecognitionExceptio
// $ANTLR start "rule__IntegerTerm__Group__1"
- // InternalPropertiesParser.g:3170:1: rule__IntegerTerm__Group__1 : rule__IntegerTerm__Group__1__Impl ;
+ // InternalPropertiesParser.g:3176:1: rule__IntegerTerm__Group__1 : rule__IntegerTerm__Group__1__Impl ;
public final void rule__IntegerTerm__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3174:1: ( rule__IntegerTerm__Group__1__Impl )
- // InternalPropertiesParser.g:3175:2: rule__IntegerTerm__Group__1__Impl
+ // InternalPropertiesParser.g:3180:1: ( rule__IntegerTerm__Group__1__Impl )
+ // InternalPropertiesParser.g:3181:2: rule__IntegerTerm__Group__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__IntegerTerm__Group__1__Impl();
@@ -9624,20 +9606,20 @@ public final void rule__IntegerTerm__Group__1() throws RecognitionException {
// $ANTLR start "rule__IntegerTerm__Group__1__Impl"
- // InternalPropertiesParser.g:3181:1: rule__IntegerTerm__Group__1__Impl : ( ( rule__IntegerTerm__UnitAssignment_1 )? ) ;
+ // InternalPropertiesParser.g:3187:1: rule__IntegerTerm__Group__1__Impl : ( ( rule__IntegerTerm__UnitAssignment_1 )? ) ;
public final void rule__IntegerTerm__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3185:1: ( ( ( rule__IntegerTerm__UnitAssignment_1 )? ) )
- // InternalPropertiesParser.g:3186:1: ( ( rule__IntegerTerm__UnitAssignment_1 )? )
+ // InternalPropertiesParser.g:3191:1: ( ( ( rule__IntegerTerm__UnitAssignment_1 )? ) )
+ // InternalPropertiesParser.g:3192:1: ( ( rule__IntegerTerm__UnitAssignment_1 )? )
{
- // InternalPropertiesParser.g:3186:1: ( ( rule__IntegerTerm__UnitAssignment_1 )? )
- // InternalPropertiesParser.g:3187:2: ( rule__IntegerTerm__UnitAssignment_1 )?
+ // InternalPropertiesParser.g:3192:1: ( ( rule__IntegerTerm__UnitAssignment_1 )? )
+ // InternalPropertiesParser.g:3193:2: ( rule__IntegerTerm__UnitAssignment_1 )?
{
before(grammarAccess.getIntegerTermAccess().getUnitAssignment_1());
- // InternalPropertiesParser.g:3188:2: ( rule__IntegerTerm__UnitAssignment_1 )?
+ // InternalPropertiesParser.g:3194:2: ( rule__IntegerTerm__UnitAssignment_1 )?
int alt21=2;
int LA21_0 = input.LA(1);
@@ -9646,7 +9628,7 @@ public final void rule__IntegerTerm__Group__1__Impl() throws RecognitionExceptio
}
switch (alt21) {
case 1 :
- // InternalPropertiesParser.g:3188:3: rule__IntegerTerm__UnitAssignment_1
+ // InternalPropertiesParser.g:3194:3: rule__IntegerTerm__UnitAssignment_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__IntegerTerm__UnitAssignment_1();
@@ -9682,16 +9664,16 @@ public final void rule__IntegerTerm__Group__1__Impl() throws RecognitionExceptio
// $ANTLR start "rule__SignedInt__Group__0"
- // InternalPropertiesParser.g:3197:1: rule__SignedInt__Group__0 : rule__SignedInt__Group__0__Impl rule__SignedInt__Group__1 ;
+ // InternalPropertiesParser.g:3203:1: rule__SignedInt__Group__0 : rule__SignedInt__Group__0__Impl rule__SignedInt__Group__1 ;
public final void rule__SignedInt__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3201:1: ( rule__SignedInt__Group__0__Impl rule__SignedInt__Group__1 )
- // InternalPropertiesParser.g:3202:2: rule__SignedInt__Group__0__Impl rule__SignedInt__Group__1
+ // InternalPropertiesParser.g:3207:1: ( rule__SignedInt__Group__0__Impl rule__SignedInt__Group__1 )
+ // InternalPropertiesParser.g:3208:2: rule__SignedInt__Group__0__Impl rule__SignedInt__Group__1
{
- pushFollow(FollowSets000.FOLLOW_25);
+ pushFollow(FollowSets000.FOLLOW_28);
rule__SignedInt__Group__0__Impl();
state._fsp--;
@@ -9720,20 +9702,20 @@ public final void rule__SignedInt__Group__0() throws RecognitionException {
// $ANTLR start "rule__SignedInt__Group__0__Impl"
- // InternalPropertiesParser.g:3209:1: rule__SignedInt__Group__0__Impl : ( ( rule__SignedInt__Alternatives_0 )? ) ;
+ // InternalPropertiesParser.g:3215:1: rule__SignedInt__Group__0__Impl : ( ( rule__SignedInt__Alternatives_0 )? ) ;
public final void rule__SignedInt__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3213:1: ( ( ( rule__SignedInt__Alternatives_0 )? ) )
- // InternalPropertiesParser.g:3214:1: ( ( rule__SignedInt__Alternatives_0 )? )
+ // InternalPropertiesParser.g:3219:1: ( ( ( rule__SignedInt__Alternatives_0 )? ) )
+ // InternalPropertiesParser.g:3220:1: ( ( rule__SignedInt__Alternatives_0 )? )
{
- // InternalPropertiesParser.g:3214:1: ( ( rule__SignedInt__Alternatives_0 )? )
- // InternalPropertiesParser.g:3215:2: ( rule__SignedInt__Alternatives_0 )?
+ // InternalPropertiesParser.g:3220:1: ( ( rule__SignedInt__Alternatives_0 )? )
+ // InternalPropertiesParser.g:3221:2: ( rule__SignedInt__Alternatives_0 )?
{
before(grammarAccess.getSignedIntAccess().getAlternatives_0());
- // InternalPropertiesParser.g:3216:2: ( rule__SignedInt__Alternatives_0 )?
+ // InternalPropertiesParser.g:3222:2: ( rule__SignedInt__Alternatives_0 )?
int alt22=2;
int LA22_0 = input.LA(1);
@@ -9742,7 +9724,7 @@ public final void rule__SignedInt__Group__0__Impl() throws RecognitionException
}
switch (alt22) {
case 1 :
- // InternalPropertiesParser.g:3216:3: rule__SignedInt__Alternatives_0
+ // InternalPropertiesParser.g:3222:3: rule__SignedInt__Alternatives_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SignedInt__Alternatives_0();
@@ -9778,14 +9760,14 @@ public final void rule__SignedInt__Group__0__Impl() throws RecognitionException
// $ANTLR start "rule__SignedInt__Group__1"
- // InternalPropertiesParser.g:3224:1: rule__SignedInt__Group__1 : rule__SignedInt__Group__1__Impl ;
+ // InternalPropertiesParser.g:3230:1: rule__SignedInt__Group__1 : rule__SignedInt__Group__1__Impl ;
public final void rule__SignedInt__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3228:1: ( rule__SignedInt__Group__1__Impl )
- // InternalPropertiesParser.g:3229:2: rule__SignedInt__Group__1__Impl
+ // InternalPropertiesParser.g:3234:1: ( rule__SignedInt__Group__1__Impl )
+ // InternalPropertiesParser.g:3235:2: rule__SignedInt__Group__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SignedInt__Group__1__Impl();
@@ -9811,17 +9793,17 @@ public final void rule__SignedInt__Group__1() throws RecognitionException {
// $ANTLR start "rule__SignedInt__Group__1__Impl"
- // InternalPropertiesParser.g:3235:1: rule__SignedInt__Group__1__Impl : ( RULE_INTEGER_LIT ) ;
+ // InternalPropertiesParser.g:3241:1: rule__SignedInt__Group__1__Impl : ( RULE_INTEGER_LIT ) ;
public final void rule__SignedInt__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3239:1: ( ( RULE_INTEGER_LIT ) )
- // InternalPropertiesParser.g:3240:1: ( RULE_INTEGER_LIT )
+ // InternalPropertiesParser.g:3245:1: ( ( RULE_INTEGER_LIT ) )
+ // InternalPropertiesParser.g:3246:1: ( RULE_INTEGER_LIT )
{
- // InternalPropertiesParser.g:3240:1: ( RULE_INTEGER_LIT )
- // InternalPropertiesParser.g:3241:2: RULE_INTEGER_LIT
+ // InternalPropertiesParser.g:3246:1: ( RULE_INTEGER_LIT )
+ // InternalPropertiesParser.g:3247:2: RULE_INTEGER_LIT
{
before(grammarAccess.getSignedIntAccess().getINTEGER_LITTerminalRuleCall_1());
match(input,RULE_INTEGER_LIT,FollowSets000.FOLLOW_2);
@@ -9844,528 +9826,26 @@ public final void rule__SignedInt__Group__1__Impl() throws RecognitionException
}
return ;
}
- // $ANTLR end "rule__SignedInt__Group__1__Impl"
-
-
- // $ANTLR start "rule__RealTerm__Group__0"
- // InternalPropertiesParser.g:3251:1: rule__RealTerm__Group__0 : rule__RealTerm__Group__0__Impl rule__RealTerm__Group__1 ;
- public final void rule__RealTerm__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalPropertiesParser.g:3255:1: ( rule__RealTerm__Group__0__Impl rule__RealTerm__Group__1 )
- // InternalPropertiesParser.g:3256:2: rule__RealTerm__Group__0__Impl rule__RealTerm__Group__1
- {
- pushFollow(FollowSets000.FOLLOW_8);
- rule__RealTerm__Group__0__Impl();
-
- state._fsp--;
-
- pushFollow(FollowSets000.FOLLOW_2);
- rule__RealTerm__Group__1();
-
- state._fsp--;
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__RealTerm__Group__0"
-
-
- // $ANTLR start "rule__RealTerm__Group__0__Impl"
- // InternalPropertiesParser.g:3263:1: rule__RealTerm__Group__0__Impl : ( ( rule__RealTerm__ValueAssignment_0 ) ) ;
- public final void rule__RealTerm__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalPropertiesParser.g:3267:1: ( ( ( rule__RealTerm__ValueAssignment_0 ) ) )
- // InternalPropertiesParser.g:3268:1: ( ( rule__RealTerm__ValueAssignment_0 ) )
- {
- // InternalPropertiesParser.g:3268:1: ( ( rule__RealTerm__ValueAssignment_0 ) )
- // InternalPropertiesParser.g:3269:2: ( rule__RealTerm__ValueAssignment_0 )
- {
- before(grammarAccess.getRealTermAccess().getValueAssignment_0());
- // InternalPropertiesParser.g:3270:2: ( rule__RealTerm__ValueAssignment_0 )
- // InternalPropertiesParser.g:3270:3: rule__RealTerm__ValueAssignment_0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__RealTerm__ValueAssignment_0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getRealTermAccess().getValueAssignment_0());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__RealTerm__Group__0__Impl"
-
-
- // $ANTLR start "rule__RealTerm__Group__1"
- // InternalPropertiesParser.g:3278:1: rule__RealTerm__Group__1 : rule__RealTerm__Group__1__Impl ;
- public final void rule__RealTerm__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalPropertiesParser.g:3282:1: ( rule__RealTerm__Group__1__Impl )
- // InternalPropertiesParser.g:3283:2: rule__RealTerm__Group__1__Impl
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__RealTerm__Group__1__Impl();
-
- state._fsp--;
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__RealTerm__Group__1"
-
-
- // $ANTLR start "rule__RealTerm__Group__1__Impl"
- // InternalPropertiesParser.g:3289:1: rule__RealTerm__Group__1__Impl : ( ( rule__RealTerm__UnitAssignment_1 )? ) ;
- public final void rule__RealTerm__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalPropertiesParser.g:3293:1: ( ( ( rule__RealTerm__UnitAssignment_1 )? ) )
- // InternalPropertiesParser.g:3294:1: ( ( rule__RealTerm__UnitAssignment_1 )? )
- {
- // InternalPropertiesParser.g:3294:1: ( ( rule__RealTerm__UnitAssignment_1 )? )
- // InternalPropertiesParser.g:3295:2: ( rule__RealTerm__UnitAssignment_1 )?
- {
- before(grammarAccess.getRealTermAccess().getUnitAssignment_1());
- // InternalPropertiesParser.g:3296:2: ( rule__RealTerm__UnitAssignment_1 )?
- int alt23=2;
- int LA23_0 = input.LA(1);
-
- if ( (LA23_0==RULE_ID) ) {
- alt23=1;
- }
- switch (alt23) {
- case 1 :
- // InternalPropertiesParser.g:3296:3: rule__RealTerm__UnitAssignment_1
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__RealTerm__UnitAssignment_1();
-
- state._fsp--;
-
-
- }
- break;
-
- }
-
- after(grammarAccess.getRealTermAccess().getUnitAssignment_1());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__RealTerm__Group__1__Impl"
-
-
- // $ANTLR start "rule__SignedReal__Group__0"
- // InternalPropertiesParser.g:3305:1: rule__SignedReal__Group__0 : rule__SignedReal__Group__0__Impl rule__SignedReal__Group__1 ;
- public final void rule__SignedReal__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalPropertiesParser.g:3309:1: ( rule__SignedReal__Group__0__Impl rule__SignedReal__Group__1 )
- // InternalPropertiesParser.g:3310:2: rule__SignedReal__Group__0__Impl rule__SignedReal__Group__1
- {
- pushFollow(FollowSets000.FOLLOW_26);
- rule__SignedReal__Group__0__Impl();
-
- state._fsp--;
-
- pushFollow(FollowSets000.FOLLOW_2);
- rule__SignedReal__Group__1();
-
- state._fsp--;
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__SignedReal__Group__0"
-
-
- // $ANTLR start "rule__SignedReal__Group__0__Impl"
- // InternalPropertiesParser.g:3317:1: rule__SignedReal__Group__0__Impl : ( ( rule__SignedReal__Alternatives_0 )? ) ;
- public final void rule__SignedReal__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalPropertiesParser.g:3321:1: ( ( ( rule__SignedReal__Alternatives_0 )? ) )
- // InternalPropertiesParser.g:3322:1: ( ( rule__SignedReal__Alternatives_0 )? )
- {
- // InternalPropertiesParser.g:3322:1: ( ( rule__SignedReal__Alternatives_0 )? )
- // InternalPropertiesParser.g:3323:2: ( rule__SignedReal__Alternatives_0 )?
- {
- before(grammarAccess.getSignedRealAccess().getAlternatives_0());
- // InternalPropertiesParser.g:3324:2: ( rule__SignedReal__Alternatives_0 )?
- int alt24=2;
- int LA24_0 = input.LA(1);
-
- if ( (LA24_0==PlusSign||LA24_0==HyphenMinus) ) {
- alt24=1;
- }
- switch (alt24) {
- case 1 :
- // InternalPropertiesParser.g:3324:3: rule__SignedReal__Alternatives_0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__SignedReal__Alternatives_0();
-
- state._fsp--;
-
-
- }
- break;
-
- }
-
- after(grammarAccess.getSignedRealAccess().getAlternatives_0());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__SignedReal__Group__0__Impl"
-
-
- // $ANTLR start "rule__SignedReal__Group__1"
- // InternalPropertiesParser.g:3332:1: rule__SignedReal__Group__1 : rule__SignedReal__Group__1__Impl ;
- public final void rule__SignedReal__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalPropertiesParser.g:3336:1: ( rule__SignedReal__Group__1__Impl )
- // InternalPropertiesParser.g:3337:2: rule__SignedReal__Group__1__Impl
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__SignedReal__Group__1__Impl();
-
- state._fsp--;
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__SignedReal__Group__1"
-
-
- // $ANTLR start "rule__SignedReal__Group__1__Impl"
- // InternalPropertiesParser.g:3343:1: rule__SignedReal__Group__1__Impl : ( RULE_REAL_LIT ) ;
- public final void rule__SignedReal__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalPropertiesParser.g:3347:1: ( ( RULE_REAL_LIT ) )
- // InternalPropertiesParser.g:3348:1: ( RULE_REAL_LIT )
- {
- // InternalPropertiesParser.g:3348:1: ( RULE_REAL_LIT )
- // InternalPropertiesParser.g:3349:2: RULE_REAL_LIT
- {
- before(grammarAccess.getSignedRealAccess().getREAL_LITTerminalRuleCall_1());
- match(input,RULE_REAL_LIT,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSignedRealAccess().getREAL_LITTerminalRuleCall_1());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__SignedReal__Group__1__Impl"
-
-
- // $ANTLR start "rule__NumericRangeTerm__Group__0"
- // InternalPropertiesParser.g:3359:1: rule__NumericRangeTerm__Group__0 : rule__NumericRangeTerm__Group__0__Impl rule__NumericRangeTerm__Group__1 ;
- public final void rule__NumericRangeTerm__Group__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalPropertiesParser.g:3363:1: ( rule__NumericRangeTerm__Group__0__Impl rule__NumericRangeTerm__Group__1 )
- // InternalPropertiesParser.g:3364:2: rule__NumericRangeTerm__Group__0__Impl rule__NumericRangeTerm__Group__1
- {
- pushFollow(FollowSets000.FOLLOW_27);
- rule__NumericRangeTerm__Group__0__Impl();
-
- state._fsp--;
-
- pushFollow(FollowSets000.FOLLOW_2);
- rule__NumericRangeTerm__Group__1();
-
- state._fsp--;
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__NumericRangeTerm__Group__0"
-
-
- // $ANTLR start "rule__NumericRangeTerm__Group__0__Impl"
- // InternalPropertiesParser.g:3371:1: rule__NumericRangeTerm__Group__0__Impl : ( ( rule__NumericRangeTerm__MinimumAssignment_0 ) ) ;
- public final void rule__NumericRangeTerm__Group__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalPropertiesParser.g:3375:1: ( ( ( rule__NumericRangeTerm__MinimumAssignment_0 ) ) )
- // InternalPropertiesParser.g:3376:1: ( ( rule__NumericRangeTerm__MinimumAssignment_0 ) )
- {
- // InternalPropertiesParser.g:3376:1: ( ( rule__NumericRangeTerm__MinimumAssignment_0 ) )
- // InternalPropertiesParser.g:3377:2: ( rule__NumericRangeTerm__MinimumAssignment_0 )
- {
- before(grammarAccess.getNumericRangeTermAccess().getMinimumAssignment_0());
- // InternalPropertiesParser.g:3378:2: ( rule__NumericRangeTerm__MinimumAssignment_0 )
- // InternalPropertiesParser.g:3378:3: rule__NumericRangeTerm__MinimumAssignment_0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__NumericRangeTerm__MinimumAssignment_0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getNumericRangeTermAccess().getMinimumAssignment_0());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__NumericRangeTerm__Group__0__Impl"
-
-
- // $ANTLR start "rule__NumericRangeTerm__Group__1"
- // InternalPropertiesParser.g:3386:1: rule__NumericRangeTerm__Group__1 : rule__NumericRangeTerm__Group__1__Impl rule__NumericRangeTerm__Group__2 ;
- public final void rule__NumericRangeTerm__Group__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalPropertiesParser.g:3390:1: ( rule__NumericRangeTerm__Group__1__Impl rule__NumericRangeTerm__Group__2 )
- // InternalPropertiesParser.g:3391:2: rule__NumericRangeTerm__Group__1__Impl rule__NumericRangeTerm__Group__2
- {
- pushFollow(FollowSets000.FOLLOW_24);
- rule__NumericRangeTerm__Group__1__Impl();
-
- state._fsp--;
-
- pushFollow(FollowSets000.FOLLOW_2);
- rule__NumericRangeTerm__Group__2();
-
- state._fsp--;
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__NumericRangeTerm__Group__1"
-
-
- // $ANTLR start "rule__NumericRangeTerm__Group__1__Impl"
- // InternalPropertiesParser.g:3398:1: rule__NumericRangeTerm__Group__1__Impl : ( FullStopFullStop ) ;
- public final void rule__NumericRangeTerm__Group__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalPropertiesParser.g:3402:1: ( ( FullStopFullStop ) )
- // InternalPropertiesParser.g:3403:1: ( FullStopFullStop )
- {
- // InternalPropertiesParser.g:3403:1: ( FullStopFullStop )
- // InternalPropertiesParser.g:3404:2: FullStopFullStop
- {
- before(grammarAccess.getNumericRangeTermAccess().getFullStopFullStopKeyword_1());
- match(input,FullStopFullStop,FollowSets000.FOLLOW_2);
- after(grammarAccess.getNumericRangeTermAccess().getFullStopFullStopKeyword_1());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__NumericRangeTerm__Group__1__Impl"
+ // $ANTLR end "rule__SignedInt__Group__1__Impl"
- // $ANTLR start "rule__NumericRangeTerm__Group__2"
- // InternalPropertiesParser.g:3413:1: rule__NumericRangeTerm__Group__2 : rule__NumericRangeTerm__Group__2__Impl rule__NumericRangeTerm__Group__3 ;
- public final void rule__NumericRangeTerm__Group__2() throws RecognitionException {
+ // $ANTLR start "rule__RealTerm__Group__0"
+ // InternalPropertiesParser.g:3257:1: rule__RealTerm__Group__0 : rule__RealTerm__Group__0__Impl rule__RealTerm__Group__1 ;
+ public final void rule__RealTerm__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3417:1: ( rule__NumericRangeTerm__Group__2__Impl rule__NumericRangeTerm__Group__3 )
- // InternalPropertiesParser.g:3418:2: rule__NumericRangeTerm__Group__2__Impl rule__NumericRangeTerm__Group__3
+ // InternalPropertiesParser.g:3261:1: ( rule__RealTerm__Group__0__Impl rule__RealTerm__Group__1 )
+ // InternalPropertiesParser.g:3262:2: rule__RealTerm__Group__0__Impl rule__RealTerm__Group__1
{
- pushFollow(FollowSets000.FOLLOW_28);
- rule__NumericRangeTerm__Group__2__Impl();
+ pushFollow(FollowSets000.FOLLOW_9);
+ rule__RealTerm__Group__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__NumericRangeTerm__Group__3();
+ rule__RealTerm__Group__1();
state._fsp--;
@@ -10384,35 +9864,35 @@ public final void rule__NumericRangeTerm__Group__2() throws RecognitionException
}
return ;
}
- // $ANTLR end "rule__NumericRangeTerm__Group__2"
+ // $ANTLR end "rule__RealTerm__Group__0"
- // $ANTLR start "rule__NumericRangeTerm__Group__2__Impl"
- // InternalPropertiesParser.g:3425:1: rule__NumericRangeTerm__Group__2__Impl : ( ( rule__NumericRangeTerm__MaximumAssignment_2 ) ) ;
- public final void rule__NumericRangeTerm__Group__2__Impl() throws RecognitionException {
+ // $ANTLR start "rule__RealTerm__Group__0__Impl"
+ // InternalPropertiesParser.g:3269:1: rule__RealTerm__Group__0__Impl : ( ( rule__RealTerm__ValueAssignment_0 ) ) ;
+ public final void rule__RealTerm__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3429:1: ( ( ( rule__NumericRangeTerm__MaximumAssignment_2 ) ) )
- // InternalPropertiesParser.g:3430:1: ( ( rule__NumericRangeTerm__MaximumAssignment_2 ) )
+ // InternalPropertiesParser.g:3273:1: ( ( ( rule__RealTerm__ValueAssignment_0 ) ) )
+ // InternalPropertiesParser.g:3274:1: ( ( rule__RealTerm__ValueAssignment_0 ) )
{
- // InternalPropertiesParser.g:3430:1: ( ( rule__NumericRangeTerm__MaximumAssignment_2 ) )
- // InternalPropertiesParser.g:3431:2: ( rule__NumericRangeTerm__MaximumAssignment_2 )
+ // InternalPropertiesParser.g:3274:1: ( ( rule__RealTerm__ValueAssignment_0 ) )
+ // InternalPropertiesParser.g:3275:2: ( rule__RealTerm__ValueAssignment_0 )
{
- before(grammarAccess.getNumericRangeTermAccess().getMaximumAssignment_2());
- // InternalPropertiesParser.g:3432:2: ( rule__NumericRangeTerm__MaximumAssignment_2 )
- // InternalPropertiesParser.g:3432:3: rule__NumericRangeTerm__MaximumAssignment_2
+ before(grammarAccess.getRealTermAccess().getValueAssignment_0());
+ // InternalPropertiesParser.g:3276:2: ( rule__RealTerm__ValueAssignment_0 )
+ // InternalPropertiesParser.g:3276:3: rule__RealTerm__ValueAssignment_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__NumericRangeTerm__MaximumAssignment_2();
+ rule__RealTerm__ValueAssignment_0();
state._fsp--;
}
- after(grammarAccess.getNumericRangeTermAccess().getMaximumAssignment_2());
+ after(grammarAccess.getRealTermAccess().getValueAssignment_0());
}
@@ -10431,21 +9911,21 @@ public final void rule__NumericRangeTerm__Group__2__Impl() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__NumericRangeTerm__Group__2__Impl"
+ // $ANTLR end "rule__RealTerm__Group__0__Impl"
- // $ANTLR start "rule__NumericRangeTerm__Group__3"
- // InternalPropertiesParser.g:3440:1: rule__NumericRangeTerm__Group__3 : rule__NumericRangeTerm__Group__3__Impl ;
- public final void rule__NumericRangeTerm__Group__3() throws RecognitionException {
+ // $ANTLR start "rule__RealTerm__Group__1"
+ // InternalPropertiesParser.g:3284:1: rule__RealTerm__Group__1 : rule__RealTerm__Group__1__Impl ;
+ public final void rule__RealTerm__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3444:1: ( rule__NumericRangeTerm__Group__3__Impl )
- // InternalPropertiesParser.g:3445:2: rule__NumericRangeTerm__Group__3__Impl
+ // InternalPropertiesParser.g:3288:1: ( rule__RealTerm__Group__1__Impl )
+ // InternalPropertiesParser.g:3289:2: rule__RealTerm__Group__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__NumericRangeTerm__Group__3__Impl();
+ rule__RealTerm__Group__1__Impl();
state._fsp--;
@@ -10464,36 +9944,36 @@ public final void rule__NumericRangeTerm__Group__3() throws RecognitionException
}
return ;
}
- // $ANTLR end "rule__NumericRangeTerm__Group__3"
+ // $ANTLR end "rule__RealTerm__Group__1"
- // $ANTLR start "rule__NumericRangeTerm__Group__3__Impl"
- // InternalPropertiesParser.g:3451:1: rule__NumericRangeTerm__Group__3__Impl : ( ( rule__NumericRangeTerm__Group_3__0 )? ) ;
- public final void rule__NumericRangeTerm__Group__3__Impl() throws RecognitionException {
+ // $ANTLR start "rule__RealTerm__Group__1__Impl"
+ // InternalPropertiesParser.g:3295:1: rule__RealTerm__Group__1__Impl : ( ( rule__RealTerm__UnitAssignment_1 )? ) ;
+ public final void rule__RealTerm__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3455:1: ( ( ( rule__NumericRangeTerm__Group_3__0 )? ) )
- // InternalPropertiesParser.g:3456:1: ( ( rule__NumericRangeTerm__Group_3__0 )? )
+ // InternalPropertiesParser.g:3299:1: ( ( ( rule__RealTerm__UnitAssignment_1 )? ) )
+ // InternalPropertiesParser.g:3300:1: ( ( rule__RealTerm__UnitAssignment_1 )? )
{
- // InternalPropertiesParser.g:3456:1: ( ( rule__NumericRangeTerm__Group_3__0 )? )
- // InternalPropertiesParser.g:3457:2: ( rule__NumericRangeTerm__Group_3__0 )?
+ // InternalPropertiesParser.g:3300:1: ( ( rule__RealTerm__UnitAssignment_1 )? )
+ // InternalPropertiesParser.g:3301:2: ( rule__RealTerm__UnitAssignment_1 )?
{
- before(grammarAccess.getNumericRangeTermAccess().getGroup_3());
- // InternalPropertiesParser.g:3458:2: ( rule__NumericRangeTerm__Group_3__0 )?
- int alt25=2;
- int LA25_0 = input.LA(1);
+ before(grammarAccess.getRealTermAccess().getUnitAssignment_1());
+ // InternalPropertiesParser.g:3302:2: ( rule__RealTerm__UnitAssignment_1 )?
+ int alt23=2;
+ int LA23_0 = input.LA(1);
- if ( (LA25_0==Delta) ) {
- alt25=1;
+ if ( (LA23_0==RULE_ID) ) {
+ alt23=1;
}
- switch (alt25) {
+ switch (alt23) {
case 1 :
- // InternalPropertiesParser.g:3458:3: rule__NumericRangeTerm__Group_3__0
+ // InternalPropertiesParser.g:3302:3: rule__RealTerm__UnitAssignment_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__NumericRangeTerm__Group_3__0();
+ rule__RealTerm__UnitAssignment_1();
state._fsp--;
@@ -10503,7 +9983,7 @@ public final void rule__NumericRangeTerm__Group__3__Impl() throws RecognitionExc
}
- after(grammarAccess.getNumericRangeTermAccess().getGroup_3());
+ after(grammarAccess.getRealTermAccess().getUnitAssignment_1());
}
@@ -10522,26 +10002,26 @@ public final void rule__NumericRangeTerm__Group__3__Impl() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__NumericRangeTerm__Group__3__Impl"
+ // $ANTLR end "rule__RealTerm__Group__1__Impl"
- // $ANTLR start "rule__NumericRangeTerm__Group_3__0"
- // InternalPropertiesParser.g:3467:1: rule__NumericRangeTerm__Group_3__0 : rule__NumericRangeTerm__Group_3__0__Impl rule__NumericRangeTerm__Group_3__1 ;
- public final void rule__NumericRangeTerm__Group_3__0() throws RecognitionException {
+ // $ANTLR start "rule__SignedReal__Group__0"
+ // InternalPropertiesParser.g:3311:1: rule__SignedReal__Group__0 : rule__SignedReal__Group__0__Impl rule__SignedReal__Group__1 ;
+ public final void rule__SignedReal__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3471:1: ( rule__NumericRangeTerm__Group_3__0__Impl rule__NumericRangeTerm__Group_3__1 )
- // InternalPropertiesParser.g:3472:2: rule__NumericRangeTerm__Group_3__0__Impl rule__NumericRangeTerm__Group_3__1
+ // InternalPropertiesParser.g:3315:1: ( rule__SignedReal__Group__0__Impl rule__SignedReal__Group__1 )
+ // InternalPropertiesParser.g:3316:2: rule__SignedReal__Group__0__Impl rule__SignedReal__Group__1
{
- pushFollow(FollowSets000.FOLLOW_24);
- rule__NumericRangeTerm__Group_3__0__Impl();
+ pushFollow(FollowSets000.FOLLOW_29);
+ rule__SignedReal__Group__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__NumericRangeTerm__Group_3__1();
+ rule__SignedReal__Group__1();
state._fsp--;
@@ -10560,25 +10040,46 @@ public final void rule__NumericRangeTerm__Group_3__0() throws RecognitionExcepti
}
return ;
}
- // $ANTLR end "rule__NumericRangeTerm__Group_3__0"
+ // $ANTLR end "rule__SignedReal__Group__0"
- // $ANTLR start "rule__NumericRangeTerm__Group_3__0__Impl"
- // InternalPropertiesParser.g:3479:1: rule__NumericRangeTerm__Group_3__0__Impl : ( Delta ) ;
- public final void rule__NumericRangeTerm__Group_3__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SignedReal__Group__0__Impl"
+ // InternalPropertiesParser.g:3323:1: rule__SignedReal__Group__0__Impl : ( ( rule__SignedReal__Alternatives_0 )? ) ;
+ public final void rule__SignedReal__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3483:1: ( ( Delta ) )
- // InternalPropertiesParser.g:3484:1: ( Delta )
+ // InternalPropertiesParser.g:3327:1: ( ( ( rule__SignedReal__Alternatives_0 )? ) )
+ // InternalPropertiesParser.g:3328:1: ( ( rule__SignedReal__Alternatives_0 )? )
{
- // InternalPropertiesParser.g:3484:1: ( Delta )
- // InternalPropertiesParser.g:3485:2: Delta
+ // InternalPropertiesParser.g:3328:1: ( ( rule__SignedReal__Alternatives_0 )? )
+ // InternalPropertiesParser.g:3329:2: ( rule__SignedReal__Alternatives_0 )?
{
- before(grammarAccess.getNumericRangeTermAccess().getDeltaKeyword_3_0());
- match(input,Delta,FollowSets000.FOLLOW_2);
- after(grammarAccess.getNumericRangeTermAccess().getDeltaKeyword_3_0());
+ before(grammarAccess.getSignedRealAccess().getAlternatives_0());
+ // InternalPropertiesParser.g:3330:2: ( rule__SignedReal__Alternatives_0 )?
+ int alt24=2;
+ int LA24_0 = input.LA(1);
+
+ if ( (LA24_0==PlusSign||LA24_0==HyphenMinus) ) {
+ alt24=1;
+ }
+ switch (alt24) {
+ case 1 :
+ // InternalPropertiesParser.g:3330:3: rule__SignedReal__Alternatives_0
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__SignedReal__Alternatives_0();
+
+ state._fsp--;
+
+
+ }
+ break;
+
+ }
+
+ after(grammarAccess.getSignedRealAccess().getAlternatives_0());
}
@@ -10597,21 +10098,21 @@ public final void rule__NumericRangeTerm__Group_3__0__Impl() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__NumericRangeTerm__Group_3__0__Impl"
+ // $ANTLR end "rule__SignedReal__Group__0__Impl"
- // $ANTLR start "rule__NumericRangeTerm__Group_3__1"
- // InternalPropertiesParser.g:3494:1: rule__NumericRangeTerm__Group_3__1 : rule__NumericRangeTerm__Group_3__1__Impl ;
- public final void rule__NumericRangeTerm__Group_3__1() throws RecognitionException {
+ // $ANTLR start "rule__SignedReal__Group__1"
+ // InternalPropertiesParser.g:3338:1: rule__SignedReal__Group__1 : rule__SignedReal__Group__1__Impl ;
+ public final void rule__SignedReal__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3498:1: ( rule__NumericRangeTerm__Group_3__1__Impl )
- // InternalPropertiesParser.g:3499:2: rule__NumericRangeTerm__Group_3__1__Impl
+ // InternalPropertiesParser.g:3342:1: ( rule__SignedReal__Group__1__Impl )
+ // InternalPropertiesParser.g:3343:2: rule__SignedReal__Group__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__NumericRangeTerm__Group_3__1__Impl();
+ rule__SignedReal__Group__1__Impl();
state._fsp--;
@@ -10630,35 +10131,25 @@ public final void rule__NumericRangeTerm__Group_3__1() throws RecognitionExcepti
}
return ;
}
- // $ANTLR end "rule__NumericRangeTerm__Group_3__1"
+ // $ANTLR end "rule__SignedReal__Group__1"
- // $ANTLR start "rule__NumericRangeTerm__Group_3__1__Impl"
- // InternalPropertiesParser.g:3505:1: rule__NumericRangeTerm__Group_3__1__Impl : ( ( rule__NumericRangeTerm__DeltaAssignment_3_1 ) ) ;
- public final void rule__NumericRangeTerm__Group_3__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SignedReal__Group__1__Impl"
+ // InternalPropertiesParser.g:3349:1: rule__SignedReal__Group__1__Impl : ( RULE_REAL_LIT ) ;
+ public final void rule__SignedReal__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3509:1: ( ( ( rule__NumericRangeTerm__DeltaAssignment_3_1 ) ) )
- // InternalPropertiesParser.g:3510:1: ( ( rule__NumericRangeTerm__DeltaAssignment_3_1 ) )
- {
- // InternalPropertiesParser.g:3510:1: ( ( rule__NumericRangeTerm__DeltaAssignment_3_1 ) )
- // InternalPropertiesParser.g:3511:2: ( rule__NumericRangeTerm__DeltaAssignment_3_1 )
+ // InternalPropertiesParser.g:3353:1: ( ( RULE_REAL_LIT ) )
+ // InternalPropertiesParser.g:3354:1: ( RULE_REAL_LIT )
{
- before(grammarAccess.getNumericRangeTermAccess().getDeltaAssignment_3_1());
- // InternalPropertiesParser.g:3512:2: ( rule__NumericRangeTerm__DeltaAssignment_3_1 )
- // InternalPropertiesParser.g:3512:3: rule__NumericRangeTerm__DeltaAssignment_3_1
+ // InternalPropertiesParser.g:3354:1: ( RULE_REAL_LIT )
+ // InternalPropertiesParser.g:3355:2: RULE_REAL_LIT
{
- pushFollow(FollowSets000.FOLLOW_2);
- rule__NumericRangeTerm__DeltaAssignment_3_1();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getNumericRangeTermAccess().getDeltaAssignment_3_1());
+ before(grammarAccess.getSignedRealAccess().getREAL_LITTerminalRuleCall_1());
+ match(input,RULE_REAL_LIT,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getSignedRealAccess().getREAL_LITTerminalRuleCall_1());
}
@@ -10677,26 +10168,26 @@ public final void rule__NumericRangeTerm__Group_3__1__Impl() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__NumericRangeTerm__Group_3__1__Impl"
+ // $ANTLR end "rule__SignedReal__Group__1__Impl"
- // $ANTLR start "rule__AppliesToKeywords__Group__0"
- // InternalPropertiesParser.g:3521:1: rule__AppliesToKeywords__Group__0 : rule__AppliesToKeywords__Group__0__Impl rule__AppliesToKeywords__Group__1 ;
- public final void rule__AppliesToKeywords__Group__0() throws RecognitionException {
+ // $ANTLR start "rule__NumericRangeTerm__Group__0"
+ // InternalPropertiesParser.g:3365:1: rule__NumericRangeTerm__Group__0 : rule__NumericRangeTerm__Group__0__Impl rule__NumericRangeTerm__Group__1 ;
+ public final void rule__NumericRangeTerm__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3525:1: ( rule__AppliesToKeywords__Group__0__Impl rule__AppliesToKeywords__Group__1 )
- // InternalPropertiesParser.g:3526:2: rule__AppliesToKeywords__Group__0__Impl rule__AppliesToKeywords__Group__1
+ // InternalPropertiesParser.g:3369:1: ( rule__NumericRangeTerm__Group__0__Impl rule__NumericRangeTerm__Group__1 )
+ // InternalPropertiesParser.g:3370:2: rule__NumericRangeTerm__Group__0__Impl rule__NumericRangeTerm__Group__1
{
- pushFollow(FollowSets000.FOLLOW_29);
- rule__AppliesToKeywords__Group__0__Impl();
+ pushFollow(FollowSets000.FOLLOW_30);
+ rule__NumericRangeTerm__Group__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__AppliesToKeywords__Group__1();
+ rule__NumericRangeTerm__Group__1();
state._fsp--;
@@ -10715,25 +10206,35 @@ public final void rule__AppliesToKeywords__Group__0() throws RecognitionExceptio
}
return ;
}
- // $ANTLR end "rule__AppliesToKeywords__Group__0"
+ // $ANTLR end "rule__NumericRangeTerm__Group__0"
- // $ANTLR start "rule__AppliesToKeywords__Group__0__Impl"
- // InternalPropertiesParser.g:3533:1: rule__AppliesToKeywords__Group__0__Impl : ( Applies ) ;
- public final void rule__AppliesToKeywords__Group__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__NumericRangeTerm__Group__0__Impl"
+ // InternalPropertiesParser.g:3377:1: rule__NumericRangeTerm__Group__0__Impl : ( ( rule__NumericRangeTerm__MinimumAssignment_0 ) ) ;
+ public final void rule__NumericRangeTerm__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3537:1: ( ( Applies ) )
- // InternalPropertiesParser.g:3538:1: ( Applies )
+ // InternalPropertiesParser.g:3381:1: ( ( ( rule__NumericRangeTerm__MinimumAssignment_0 ) ) )
+ // InternalPropertiesParser.g:3382:1: ( ( rule__NumericRangeTerm__MinimumAssignment_0 ) )
{
- // InternalPropertiesParser.g:3538:1: ( Applies )
- // InternalPropertiesParser.g:3539:2: Applies
+ // InternalPropertiesParser.g:3382:1: ( ( rule__NumericRangeTerm__MinimumAssignment_0 ) )
+ // InternalPropertiesParser.g:3383:2: ( rule__NumericRangeTerm__MinimumAssignment_0 )
{
- before(grammarAccess.getAppliesToKeywordsAccess().getAppliesKeyword_0());
- match(input,Applies,FollowSets000.FOLLOW_2);
- after(grammarAccess.getAppliesToKeywordsAccess().getAppliesKeyword_0());
+ before(grammarAccess.getNumericRangeTermAccess().getMinimumAssignment_0());
+ // InternalPropertiesParser.g:3384:2: ( rule__NumericRangeTerm__MinimumAssignment_0 )
+ // InternalPropertiesParser.g:3384:3: rule__NumericRangeTerm__MinimumAssignment_0
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__NumericRangeTerm__MinimumAssignment_0();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getNumericRangeTermAccess().getMinimumAssignment_0());
}
@@ -10752,21 +10253,26 @@ public final void rule__AppliesToKeywords__Group__0__Impl() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__AppliesToKeywords__Group__0__Impl"
+ // $ANTLR end "rule__NumericRangeTerm__Group__0__Impl"
- // $ANTLR start "rule__AppliesToKeywords__Group__1"
- // InternalPropertiesParser.g:3548:1: rule__AppliesToKeywords__Group__1 : rule__AppliesToKeywords__Group__1__Impl ;
- public final void rule__AppliesToKeywords__Group__1() throws RecognitionException {
+ // $ANTLR start "rule__NumericRangeTerm__Group__1"
+ // InternalPropertiesParser.g:3392:1: rule__NumericRangeTerm__Group__1 : rule__NumericRangeTerm__Group__1__Impl rule__NumericRangeTerm__Group__2 ;
+ public final void rule__NumericRangeTerm__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3552:1: ( rule__AppliesToKeywords__Group__1__Impl )
- // InternalPropertiesParser.g:3553:2: rule__AppliesToKeywords__Group__1__Impl
+ // InternalPropertiesParser.g:3396:1: ( rule__NumericRangeTerm__Group__1__Impl rule__NumericRangeTerm__Group__2 )
+ // InternalPropertiesParser.g:3397:2: rule__NumericRangeTerm__Group__1__Impl rule__NumericRangeTerm__Group__2
{
+ pushFollow(FollowSets000.FOLLOW_27);
+ rule__NumericRangeTerm__Group__1__Impl();
+
+ state._fsp--;
+
pushFollow(FollowSets000.FOLLOW_2);
- rule__AppliesToKeywords__Group__1__Impl();
+ rule__NumericRangeTerm__Group__2();
state._fsp--;
@@ -10785,25 +10291,25 @@ public final void rule__AppliesToKeywords__Group__1() throws RecognitionExceptio
}
return ;
}
- // $ANTLR end "rule__AppliesToKeywords__Group__1"
+ // $ANTLR end "rule__NumericRangeTerm__Group__1"
- // $ANTLR start "rule__AppliesToKeywords__Group__1__Impl"
- // InternalPropertiesParser.g:3559:1: rule__AppliesToKeywords__Group__1__Impl : ( To ) ;
- public final void rule__AppliesToKeywords__Group__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__NumericRangeTerm__Group__1__Impl"
+ // InternalPropertiesParser.g:3404:1: rule__NumericRangeTerm__Group__1__Impl : ( FullStopFullStop ) ;
+ public final void rule__NumericRangeTerm__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3563:1: ( ( To ) )
- // InternalPropertiesParser.g:3564:1: ( To )
+ // InternalPropertiesParser.g:3408:1: ( ( FullStopFullStop ) )
+ // InternalPropertiesParser.g:3409:1: ( FullStopFullStop )
{
- // InternalPropertiesParser.g:3564:1: ( To )
- // InternalPropertiesParser.g:3565:2: To
+ // InternalPropertiesParser.g:3409:1: ( FullStopFullStop )
+ // InternalPropertiesParser.g:3410:2: FullStopFullStop
{
- before(grammarAccess.getAppliesToKeywordsAccess().getToKeyword_1());
- match(input,To,FollowSets000.FOLLOW_2);
- after(grammarAccess.getAppliesToKeywordsAccess().getToKeyword_1());
+ before(grammarAccess.getNumericRangeTermAccess().getFullStopFullStopKeyword_1());
+ match(input,FullStopFullStop,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getNumericRangeTermAccess().getFullStopFullStopKeyword_1());
}
@@ -10822,26 +10328,26 @@ public final void rule__AppliesToKeywords__Group__1__Impl() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__AppliesToKeywords__Group__1__Impl"
+ // $ANTLR end "rule__NumericRangeTerm__Group__1__Impl"
- // $ANTLR start "rule__InBindingKeywords__Group__0"
- // InternalPropertiesParser.g:3575:1: rule__InBindingKeywords__Group__0 : rule__InBindingKeywords__Group__0__Impl rule__InBindingKeywords__Group__1 ;
- public final void rule__InBindingKeywords__Group__0() throws RecognitionException {
+ // $ANTLR start "rule__NumericRangeTerm__Group__2"
+ // InternalPropertiesParser.g:3419:1: rule__NumericRangeTerm__Group__2 : rule__NumericRangeTerm__Group__2__Impl rule__NumericRangeTerm__Group__3 ;
+ public final void rule__NumericRangeTerm__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3579:1: ( rule__InBindingKeywords__Group__0__Impl rule__InBindingKeywords__Group__1 )
- // InternalPropertiesParser.g:3580:2: rule__InBindingKeywords__Group__0__Impl rule__InBindingKeywords__Group__1
+ // InternalPropertiesParser.g:3423:1: ( rule__NumericRangeTerm__Group__2__Impl rule__NumericRangeTerm__Group__3 )
+ // InternalPropertiesParser.g:3424:2: rule__NumericRangeTerm__Group__2__Impl rule__NumericRangeTerm__Group__3
{
- pushFollow(FollowSets000.FOLLOW_30);
- rule__InBindingKeywords__Group__0__Impl();
+ pushFollow(FollowSets000.FOLLOW_31);
+ rule__NumericRangeTerm__Group__2__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__InBindingKeywords__Group__1();
+ rule__NumericRangeTerm__Group__3();
state._fsp--;
@@ -10860,25 +10366,35 @@ public final void rule__InBindingKeywords__Group__0() throws RecognitionExceptio
}
return ;
}
- // $ANTLR end "rule__InBindingKeywords__Group__0"
+ // $ANTLR end "rule__NumericRangeTerm__Group__2"
- // $ANTLR start "rule__InBindingKeywords__Group__0__Impl"
- // InternalPropertiesParser.g:3587:1: rule__InBindingKeywords__Group__0__Impl : ( In ) ;
- public final void rule__InBindingKeywords__Group__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__NumericRangeTerm__Group__2__Impl"
+ // InternalPropertiesParser.g:3431:1: rule__NumericRangeTerm__Group__2__Impl : ( ( rule__NumericRangeTerm__MaximumAssignment_2 ) ) ;
+ public final void rule__NumericRangeTerm__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3591:1: ( ( In ) )
- // InternalPropertiesParser.g:3592:1: ( In )
+ // InternalPropertiesParser.g:3435:1: ( ( ( rule__NumericRangeTerm__MaximumAssignment_2 ) ) )
+ // InternalPropertiesParser.g:3436:1: ( ( rule__NumericRangeTerm__MaximumAssignment_2 ) )
{
- // InternalPropertiesParser.g:3592:1: ( In )
- // InternalPropertiesParser.g:3593:2: In
+ // InternalPropertiesParser.g:3436:1: ( ( rule__NumericRangeTerm__MaximumAssignment_2 ) )
+ // InternalPropertiesParser.g:3437:2: ( rule__NumericRangeTerm__MaximumAssignment_2 )
{
- before(grammarAccess.getInBindingKeywordsAccess().getInKeyword_0());
- match(input,In,FollowSets000.FOLLOW_2);
- after(grammarAccess.getInBindingKeywordsAccess().getInKeyword_0());
+ before(grammarAccess.getNumericRangeTermAccess().getMaximumAssignment_2());
+ // InternalPropertiesParser.g:3438:2: ( rule__NumericRangeTerm__MaximumAssignment_2 )
+ // InternalPropertiesParser.g:3438:3: rule__NumericRangeTerm__MaximumAssignment_2
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__NumericRangeTerm__MaximumAssignment_2();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getNumericRangeTermAccess().getMaximumAssignment_2());
}
@@ -10897,21 +10413,21 @@ public final void rule__InBindingKeywords__Group__0__Impl() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__InBindingKeywords__Group__0__Impl"
+ // $ANTLR end "rule__NumericRangeTerm__Group__2__Impl"
- // $ANTLR start "rule__InBindingKeywords__Group__1"
- // InternalPropertiesParser.g:3602:1: rule__InBindingKeywords__Group__1 : rule__InBindingKeywords__Group__1__Impl ;
- public final void rule__InBindingKeywords__Group__1() throws RecognitionException {
+ // $ANTLR start "rule__NumericRangeTerm__Group__3"
+ // InternalPropertiesParser.g:3446:1: rule__NumericRangeTerm__Group__3 : rule__NumericRangeTerm__Group__3__Impl ;
+ public final void rule__NumericRangeTerm__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3606:1: ( rule__InBindingKeywords__Group__1__Impl )
- // InternalPropertiesParser.g:3607:2: rule__InBindingKeywords__Group__1__Impl
+ // InternalPropertiesParser.g:3450:1: ( rule__NumericRangeTerm__Group__3__Impl )
+ // InternalPropertiesParser.g:3451:2: rule__NumericRangeTerm__Group__3__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__InBindingKeywords__Group__1__Impl();
+ rule__NumericRangeTerm__Group__3__Impl();
state._fsp--;
@@ -10930,25 +10446,46 @@ public final void rule__InBindingKeywords__Group__1() throws RecognitionExceptio
}
return ;
}
- // $ANTLR end "rule__InBindingKeywords__Group__1"
+ // $ANTLR end "rule__NumericRangeTerm__Group__3"
- // $ANTLR start "rule__InBindingKeywords__Group__1__Impl"
- // InternalPropertiesParser.g:3613:1: rule__InBindingKeywords__Group__1__Impl : ( Binding ) ;
- public final void rule__InBindingKeywords__Group__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__NumericRangeTerm__Group__3__Impl"
+ // InternalPropertiesParser.g:3457:1: rule__NumericRangeTerm__Group__3__Impl : ( ( rule__NumericRangeTerm__Group_3__0 )? ) ;
+ public final void rule__NumericRangeTerm__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3617:1: ( ( Binding ) )
- // InternalPropertiesParser.g:3618:1: ( Binding )
+ // InternalPropertiesParser.g:3461:1: ( ( ( rule__NumericRangeTerm__Group_3__0 )? ) )
+ // InternalPropertiesParser.g:3462:1: ( ( rule__NumericRangeTerm__Group_3__0 )? )
{
- // InternalPropertiesParser.g:3618:1: ( Binding )
- // InternalPropertiesParser.g:3619:2: Binding
+ // InternalPropertiesParser.g:3462:1: ( ( rule__NumericRangeTerm__Group_3__0 )? )
+ // InternalPropertiesParser.g:3463:2: ( rule__NumericRangeTerm__Group_3__0 )?
{
- before(grammarAccess.getInBindingKeywordsAccess().getBindingKeyword_1());
- match(input,Binding,FollowSets000.FOLLOW_2);
- after(grammarAccess.getInBindingKeywordsAccess().getBindingKeyword_1());
+ before(grammarAccess.getNumericRangeTermAccess().getGroup_3());
+ // InternalPropertiesParser.g:3464:2: ( rule__NumericRangeTerm__Group_3__0 )?
+ int alt25=2;
+ int LA25_0 = input.LA(1);
+
+ if ( (LA25_0==Delta) ) {
+ alt25=1;
+ }
+ switch (alt25) {
+ case 1 :
+ // InternalPropertiesParser.g:3464:3: rule__NumericRangeTerm__Group_3__0
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__NumericRangeTerm__Group_3__0();
+
+ state._fsp--;
+
+
+ }
+ break;
+
+ }
+
+ after(grammarAccess.getNumericRangeTermAccess().getGroup_3());
}
@@ -10967,26 +10504,26 @@ public final void rule__InBindingKeywords__Group__1__Impl() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__InBindingKeywords__Group__1__Impl"
+ // $ANTLR end "rule__NumericRangeTerm__Group__3__Impl"
- // $ANTLR start "rule__InModesKeywords__Group__0"
- // InternalPropertiesParser.g:3629:1: rule__InModesKeywords__Group__0 : rule__InModesKeywords__Group__0__Impl rule__InModesKeywords__Group__1 ;
- public final void rule__InModesKeywords__Group__0() throws RecognitionException {
+ // $ANTLR start "rule__NumericRangeTerm__Group_3__0"
+ // InternalPropertiesParser.g:3473:1: rule__NumericRangeTerm__Group_3__0 : rule__NumericRangeTerm__Group_3__0__Impl rule__NumericRangeTerm__Group_3__1 ;
+ public final void rule__NumericRangeTerm__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3633:1: ( rule__InModesKeywords__Group__0__Impl rule__InModesKeywords__Group__1 )
- // InternalPropertiesParser.g:3634:2: rule__InModesKeywords__Group__0__Impl rule__InModesKeywords__Group__1
+ // InternalPropertiesParser.g:3477:1: ( rule__NumericRangeTerm__Group_3__0__Impl rule__NumericRangeTerm__Group_3__1 )
+ // InternalPropertiesParser.g:3478:2: rule__NumericRangeTerm__Group_3__0__Impl rule__NumericRangeTerm__Group_3__1
{
- pushFollow(FollowSets000.FOLLOW_31);
- rule__InModesKeywords__Group__0__Impl();
+ pushFollow(FollowSets000.FOLLOW_27);
+ rule__NumericRangeTerm__Group_3__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__InModesKeywords__Group__1();
+ rule__NumericRangeTerm__Group_3__1();
state._fsp--;
@@ -11005,25 +10542,25 @@ public final void rule__InModesKeywords__Group__0() throws RecognitionException
}
return ;
}
- // $ANTLR end "rule__InModesKeywords__Group__0"
+ // $ANTLR end "rule__NumericRangeTerm__Group_3__0"
- // $ANTLR start "rule__InModesKeywords__Group__0__Impl"
- // InternalPropertiesParser.g:3641:1: rule__InModesKeywords__Group__0__Impl : ( In ) ;
- public final void rule__InModesKeywords__Group__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__NumericRangeTerm__Group_3__0__Impl"
+ // InternalPropertiesParser.g:3485:1: rule__NumericRangeTerm__Group_3__0__Impl : ( Delta ) ;
+ public final void rule__NumericRangeTerm__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3645:1: ( ( In ) )
- // InternalPropertiesParser.g:3646:1: ( In )
+ // InternalPropertiesParser.g:3489:1: ( ( Delta ) )
+ // InternalPropertiesParser.g:3490:1: ( Delta )
{
- // InternalPropertiesParser.g:3646:1: ( In )
- // InternalPropertiesParser.g:3647:2: In
+ // InternalPropertiesParser.g:3490:1: ( Delta )
+ // InternalPropertiesParser.g:3491:2: Delta
{
- before(grammarAccess.getInModesKeywordsAccess().getInKeyword_0());
- match(input,In,FollowSets000.FOLLOW_2);
- after(grammarAccess.getInModesKeywordsAccess().getInKeyword_0());
+ before(grammarAccess.getNumericRangeTermAccess().getDeltaKeyword_3_0());
+ match(input,Delta,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getNumericRangeTermAccess().getDeltaKeyword_3_0());
}
@@ -11042,21 +10579,21 @@ public final void rule__InModesKeywords__Group__0__Impl() throws RecognitionExce
}
return ;
}
- // $ANTLR end "rule__InModesKeywords__Group__0__Impl"
+ // $ANTLR end "rule__NumericRangeTerm__Group_3__0__Impl"
- // $ANTLR start "rule__InModesKeywords__Group__1"
- // InternalPropertiesParser.g:3656:1: rule__InModesKeywords__Group__1 : rule__InModesKeywords__Group__1__Impl ;
- public final void rule__InModesKeywords__Group__1() throws RecognitionException {
+ // $ANTLR start "rule__NumericRangeTerm__Group_3__1"
+ // InternalPropertiesParser.g:3500:1: rule__NumericRangeTerm__Group_3__1 : rule__NumericRangeTerm__Group_3__1__Impl ;
+ public final void rule__NumericRangeTerm__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3660:1: ( rule__InModesKeywords__Group__1__Impl )
- // InternalPropertiesParser.g:3661:2: rule__InModesKeywords__Group__1__Impl
+ // InternalPropertiesParser.g:3504:1: ( rule__NumericRangeTerm__Group_3__1__Impl )
+ // InternalPropertiesParser.g:3505:2: rule__NumericRangeTerm__Group_3__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__InModesKeywords__Group__1__Impl();
+ rule__NumericRangeTerm__Group_3__1__Impl();
state._fsp--;
@@ -11075,25 +10612,35 @@ public final void rule__InModesKeywords__Group__1() throws RecognitionException
}
return ;
}
- // $ANTLR end "rule__InModesKeywords__Group__1"
+ // $ANTLR end "rule__NumericRangeTerm__Group_3__1"
- // $ANTLR start "rule__InModesKeywords__Group__1__Impl"
- // InternalPropertiesParser.g:3667:1: rule__InModesKeywords__Group__1__Impl : ( Modes ) ;
- public final void rule__InModesKeywords__Group__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__NumericRangeTerm__Group_3__1__Impl"
+ // InternalPropertiesParser.g:3511:1: rule__NumericRangeTerm__Group_3__1__Impl : ( ( rule__NumericRangeTerm__DeltaAssignment_3_1 ) ) ;
+ public final void rule__NumericRangeTerm__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3671:1: ( ( Modes ) )
- // InternalPropertiesParser.g:3672:1: ( Modes )
+ // InternalPropertiesParser.g:3515:1: ( ( ( rule__NumericRangeTerm__DeltaAssignment_3_1 ) ) )
+ // InternalPropertiesParser.g:3516:1: ( ( rule__NumericRangeTerm__DeltaAssignment_3_1 ) )
{
- // InternalPropertiesParser.g:3672:1: ( Modes )
- // InternalPropertiesParser.g:3673:2: Modes
+ // InternalPropertiesParser.g:3516:1: ( ( rule__NumericRangeTerm__DeltaAssignment_3_1 ) )
+ // InternalPropertiesParser.g:3517:2: ( rule__NumericRangeTerm__DeltaAssignment_3_1 )
{
- before(grammarAccess.getInModesKeywordsAccess().getModesKeyword_1());
- match(input,Modes,FollowSets000.FOLLOW_2);
- after(grammarAccess.getInModesKeywordsAccess().getModesKeyword_1());
+ before(grammarAccess.getNumericRangeTermAccess().getDeltaAssignment_3_1());
+ // InternalPropertiesParser.g:3518:2: ( rule__NumericRangeTerm__DeltaAssignment_3_1 )
+ // InternalPropertiesParser.g:3518:3: rule__NumericRangeTerm__DeltaAssignment_3_1
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__NumericRangeTerm__DeltaAssignment_3_1();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getNumericRangeTermAccess().getDeltaAssignment_3_1());
}
@@ -11112,18 +10659,18 @@ public final void rule__InModesKeywords__Group__1__Impl() throws RecognitionExce
}
return ;
}
- // $ANTLR end "rule__InModesKeywords__Group__1__Impl"
+ // $ANTLR end "rule__NumericRangeTerm__Group_3__1__Impl"
// $ANTLR start "rule__QPREF__Group__0"
- // InternalPropertiesParser.g:3683:1: rule__QPREF__Group__0 : rule__QPREF__Group__0__Impl rule__QPREF__Group__1 ;
+ // InternalPropertiesParser.g:3527:1: rule__QPREF__Group__0 : rule__QPREF__Group__0__Impl rule__QPREF__Group__1 ;
public final void rule__QPREF__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3687:1: ( rule__QPREF__Group__0__Impl rule__QPREF__Group__1 )
- // InternalPropertiesParser.g:3688:2: rule__QPREF__Group__0__Impl rule__QPREF__Group__1
+ // InternalPropertiesParser.g:3531:1: ( rule__QPREF__Group__0__Impl rule__QPREF__Group__1 )
+ // InternalPropertiesParser.g:3532:2: rule__QPREF__Group__0__Impl rule__QPREF__Group__1
{
pushFollow(FollowSets000.FOLLOW_32);
rule__QPREF__Group__0__Impl();
@@ -11154,17 +10701,17 @@ public final void rule__QPREF__Group__0() throws RecognitionException {
// $ANTLR start "rule__QPREF__Group__0__Impl"
- // InternalPropertiesParser.g:3695:1: rule__QPREF__Group__0__Impl : ( RULE_ID ) ;
+ // InternalPropertiesParser.g:3539:1: rule__QPREF__Group__0__Impl : ( RULE_ID ) ;
public final void rule__QPREF__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3699:1: ( ( RULE_ID ) )
- // InternalPropertiesParser.g:3700:1: ( RULE_ID )
+ // InternalPropertiesParser.g:3543:1: ( ( RULE_ID ) )
+ // InternalPropertiesParser.g:3544:1: ( RULE_ID )
{
- // InternalPropertiesParser.g:3700:1: ( RULE_ID )
- // InternalPropertiesParser.g:3701:2: RULE_ID
+ // InternalPropertiesParser.g:3544:1: ( RULE_ID )
+ // InternalPropertiesParser.g:3545:2: RULE_ID
{
before(grammarAccess.getQPREFAccess().getIDTerminalRuleCall_0());
match(input,RULE_ID,FollowSets000.FOLLOW_2);
@@ -11191,14 +10738,14 @@ public final void rule__QPREF__Group__0__Impl() throws RecognitionException {
// $ANTLR start "rule__QPREF__Group__1"
- // InternalPropertiesParser.g:3710:1: rule__QPREF__Group__1 : rule__QPREF__Group__1__Impl ;
+ // InternalPropertiesParser.g:3554:1: rule__QPREF__Group__1 : rule__QPREF__Group__1__Impl ;
public final void rule__QPREF__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3714:1: ( rule__QPREF__Group__1__Impl )
- // InternalPropertiesParser.g:3715:2: rule__QPREF__Group__1__Impl
+ // InternalPropertiesParser.g:3558:1: ( rule__QPREF__Group__1__Impl )
+ // InternalPropertiesParser.g:3559:2: rule__QPREF__Group__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__QPREF__Group__1__Impl();
@@ -11224,20 +10771,20 @@ public final void rule__QPREF__Group__1() throws RecognitionException {
// $ANTLR start "rule__QPREF__Group__1__Impl"
- // InternalPropertiesParser.g:3721:1: rule__QPREF__Group__1__Impl : ( ( rule__QPREF__Group_1__0 )? ) ;
+ // InternalPropertiesParser.g:3565:1: rule__QPREF__Group__1__Impl : ( ( rule__QPREF__Group_1__0 )? ) ;
public final void rule__QPREF__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3725:1: ( ( ( rule__QPREF__Group_1__0 )? ) )
- // InternalPropertiesParser.g:3726:1: ( ( rule__QPREF__Group_1__0 )? )
+ // InternalPropertiesParser.g:3569:1: ( ( ( rule__QPREF__Group_1__0 )? ) )
+ // InternalPropertiesParser.g:3570:1: ( ( rule__QPREF__Group_1__0 )? )
{
- // InternalPropertiesParser.g:3726:1: ( ( rule__QPREF__Group_1__0 )? )
- // InternalPropertiesParser.g:3727:2: ( rule__QPREF__Group_1__0 )?
+ // InternalPropertiesParser.g:3570:1: ( ( rule__QPREF__Group_1__0 )? )
+ // InternalPropertiesParser.g:3571:2: ( rule__QPREF__Group_1__0 )?
{
before(grammarAccess.getQPREFAccess().getGroup_1());
- // InternalPropertiesParser.g:3728:2: ( rule__QPREF__Group_1__0 )?
+ // InternalPropertiesParser.g:3572:2: ( rule__QPREF__Group_1__0 )?
int alt26=2;
int LA26_0 = input.LA(1);
@@ -11246,7 +10793,7 @@ public final void rule__QPREF__Group__1__Impl() throws RecognitionException {
}
switch (alt26) {
case 1 :
- // InternalPropertiesParser.g:3728:3: rule__QPREF__Group_1__0
+ // InternalPropertiesParser.g:3572:3: rule__QPREF__Group_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__QPREF__Group_1__0();
@@ -11282,16 +10829,16 @@ public final void rule__QPREF__Group__1__Impl() throws RecognitionException {
// $ANTLR start "rule__QPREF__Group_1__0"
- // InternalPropertiesParser.g:3737:1: rule__QPREF__Group_1__0 : rule__QPREF__Group_1__0__Impl rule__QPREF__Group_1__1 ;
+ // InternalPropertiesParser.g:3581:1: rule__QPREF__Group_1__0 : rule__QPREF__Group_1__0__Impl rule__QPREF__Group_1__1 ;
public final void rule__QPREF__Group_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3741:1: ( rule__QPREF__Group_1__0__Impl rule__QPREF__Group_1__1 )
- // InternalPropertiesParser.g:3742:2: rule__QPREF__Group_1__0__Impl rule__QPREF__Group_1__1
+ // InternalPropertiesParser.g:3585:1: ( rule__QPREF__Group_1__0__Impl rule__QPREF__Group_1__1 )
+ // InternalPropertiesParser.g:3586:2: rule__QPREF__Group_1__0__Impl rule__QPREF__Group_1__1
{
- pushFollow(FollowSets000.FOLLOW_8);
+ pushFollow(FollowSets000.FOLLOW_9);
rule__QPREF__Group_1__0__Impl();
state._fsp--;
@@ -11320,17 +10867,17 @@ public final void rule__QPREF__Group_1__0() throws RecognitionException {
// $ANTLR start "rule__QPREF__Group_1__0__Impl"
- // InternalPropertiesParser.g:3749:1: rule__QPREF__Group_1__0__Impl : ( ColonColon ) ;
+ // InternalPropertiesParser.g:3593:1: rule__QPREF__Group_1__0__Impl : ( ColonColon ) ;
public final void rule__QPREF__Group_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3753:1: ( ( ColonColon ) )
- // InternalPropertiesParser.g:3754:1: ( ColonColon )
+ // InternalPropertiesParser.g:3597:1: ( ( ColonColon ) )
+ // InternalPropertiesParser.g:3598:1: ( ColonColon )
{
- // InternalPropertiesParser.g:3754:1: ( ColonColon )
- // InternalPropertiesParser.g:3755:2: ColonColon
+ // InternalPropertiesParser.g:3598:1: ( ColonColon )
+ // InternalPropertiesParser.g:3599:2: ColonColon
{
before(grammarAccess.getQPREFAccess().getColonColonKeyword_1_0());
match(input,ColonColon,FollowSets000.FOLLOW_2);
@@ -11357,14 +10904,14 @@ public final void rule__QPREF__Group_1__0__Impl() throws RecognitionException {
// $ANTLR start "rule__QPREF__Group_1__1"
- // InternalPropertiesParser.g:3764:1: rule__QPREF__Group_1__1 : rule__QPREF__Group_1__1__Impl ;
+ // InternalPropertiesParser.g:3608:1: rule__QPREF__Group_1__1 : rule__QPREF__Group_1__1__Impl ;
public final void rule__QPREF__Group_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3768:1: ( rule__QPREF__Group_1__1__Impl )
- // InternalPropertiesParser.g:3769:2: rule__QPREF__Group_1__1__Impl
+ // InternalPropertiesParser.g:3612:1: ( rule__QPREF__Group_1__1__Impl )
+ // InternalPropertiesParser.g:3613:2: rule__QPREF__Group_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__QPREF__Group_1__1__Impl();
@@ -11390,17 +10937,17 @@ public final void rule__QPREF__Group_1__1() throws RecognitionException {
// $ANTLR start "rule__QPREF__Group_1__1__Impl"
- // InternalPropertiesParser.g:3775:1: rule__QPREF__Group_1__1__Impl : ( RULE_ID ) ;
+ // InternalPropertiesParser.g:3619:1: rule__QPREF__Group_1__1__Impl : ( RULE_ID ) ;
public final void rule__QPREF__Group_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3779:1: ( ( RULE_ID ) )
- // InternalPropertiesParser.g:3780:1: ( RULE_ID )
+ // InternalPropertiesParser.g:3623:1: ( ( RULE_ID ) )
+ // InternalPropertiesParser.g:3624:1: ( RULE_ID )
{
- // InternalPropertiesParser.g:3780:1: ( RULE_ID )
- // InternalPropertiesParser.g:3781:2: RULE_ID
+ // InternalPropertiesParser.g:3624:1: ( RULE_ID )
+ // InternalPropertiesParser.g:3625:2: RULE_ID
{
before(grammarAccess.getQPREFAccess().getIDTerminalRuleCall_1_1());
match(input,RULE_ID,FollowSets000.FOLLOW_2);
@@ -11427,16 +10974,16 @@ public final void rule__QPREF__Group_1__1__Impl() throws RecognitionException {
// $ANTLR start "rule__QCREF__Group__0"
- // InternalPropertiesParser.g:3791:1: rule__QCREF__Group__0 : rule__QCREF__Group__0__Impl rule__QCREF__Group__1 ;
+ // InternalPropertiesParser.g:3635:1: rule__QCREF__Group__0 : rule__QCREF__Group__0__Impl rule__QCREF__Group__1 ;
public final void rule__QCREF__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3795:1: ( rule__QCREF__Group__0__Impl rule__QCREF__Group__1 )
- // InternalPropertiesParser.g:3796:2: rule__QCREF__Group__0__Impl rule__QCREF__Group__1
+ // InternalPropertiesParser.g:3639:1: ( rule__QCREF__Group__0__Impl rule__QCREF__Group__1 )
+ // InternalPropertiesParser.g:3640:2: rule__QCREF__Group__0__Impl rule__QCREF__Group__1
{
- pushFollow(FollowSets000.FOLLOW_8);
+ pushFollow(FollowSets000.FOLLOW_9);
rule__QCREF__Group__0__Impl();
state._fsp--;
@@ -11465,20 +11012,20 @@ public final void rule__QCREF__Group__0() throws RecognitionException {
// $ANTLR start "rule__QCREF__Group__0__Impl"
- // InternalPropertiesParser.g:3803:1: rule__QCREF__Group__0__Impl : ( ( rule__QCREF__Group_0__0 )* ) ;
+ // InternalPropertiesParser.g:3647:1: rule__QCREF__Group__0__Impl : ( ( rule__QCREF__Group_0__0 )* ) ;
public final void rule__QCREF__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3807:1: ( ( ( rule__QCREF__Group_0__0 )* ) )
- // InternalPropertiesParser.g:3808:1: ( ( rule__QCREF__Group_0__0 )* )
+ // InternalPropertiesParser.g:3651:1: ( ( ( rule__QCREF__Group_0__0 )* ) )
+ // InternalPropertiesParser.g:3652:1: ( ( rule__QCREF__Group_0__0 )* )
{
- // InternalPropertiesParser.g:3808:1: ( ( rule__QCREF__Group_0__0 )* )
- // InternalPropertiesParser.g:3809:2: ( rule__QCREF__Group_0__0 )*
+ // InternalPropertiesParser.g:3652:1: ( ( rule__QCREF__Group_0__0 )* )
+ // InternalPropertiesParser.g:3653:2: ( rule__QCREF__Group_0__0 )*
{
before(grammarAccess.getQCREFAccess().getGroup_0());
- // InternalPropertiesParser.g:3810:2: ( rule__QCREF__Group_0__0 )*
+ // InternalPropertiesParser.g:3654:2: ( rule__QCREF__Group_0__0 )*
loop27:
do {
int alt27=2;
@@ -11497,9 +11044,9 @@ public final void rule__QCREF__Group__0__Impl() throws RecognitionException {
switch (alt27) {
case 1 :
- // InternalPropertiesParser.g:3810:3: rule__QCREF__Group_0__0
+ // InternalPropertiesParser.g:3654:3: rule__QCREF__Group_0__0
{
- pushFollow(FollowSets000.FOLLOW_15);
+ pushFollow(FollowSets000.FOLLOW_18);
rule__QCREF__Group_0__0();
state._fsp--;
@@ -11536,16 +11083,16 @@ public final void rule__QCREF__Group__0__Impl() throws RecognitionException {
// $ANTLR start "rule__QCREF__Group__1"
- // InternalPropertiesParser.g:3818:1: rule__QCREF__Group__1 : rule__QCREF__Group__1__Impl rule__QCREF__Group__2 ;
+ // InternalPropertiesParser.g:3662:1: rule__QCREF__Group__1 : rule__QCREF__Group__1__Impl rule__QCREF__Group__2 ;
public final void rule__QCREF__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3822:1: ( rule__QCREF__Group__1__Impl rule__QCREF__Group__2 )
- // InternalPropertiesParser.g:3823:2: rule__QCREF__Group__1__Impl rule__QCREF__Group__2
+ // InternalPropertiesParser.g:3666:1: ( rule__QCREF__Group__1__Impl rule__QCREF__Group__2 )
+ // InternalPropertiesParser.g:3667:2: rule__QCREF__Group__1__Impl rule__QCREF__Group__2
{
- pushFollow(FollowSets000.FOLLOW_19);
+ pushFollow(FollowSets000.FOLLOW_22);
rule__QCREF__Group__1__Impl();
state._fsp--;
@@ -11574,17 +11121,17 @@ public final void rule__QCREF__Group__1() throws RecognitionException {
// $ANTLR start "rule__QCREF__Group__1__Impl"
- // InternalPropertiesParser.g:3830:1: rule__QCREF__Group__1__Impl : ( RULE_ID ) ;
+ // InternalPropertiesParser.g:3674:1: rule__QCREF__Group__1__Impl : ( RULE_ID ) ;
public final void rule__QCREF__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3834:1: ( ( RULE_ID ) )
- // InternalPropertiesParser.g:3835:1: ( RULE_ID )
+ // InternalPropertiesParser.g:3678:1: ( ( RULE_ID ) )
+ // InternalPropertiesParser.g:3679:1: ( RULE_ID )
{
- // InternalPropertiesParser.g:3835:1: ( RULE_ID )
- // InternalPropertiesParser.g:3836:2: RULE_ID
+ // InternalPropertiesParser.g:3679:1: ( RULE_ID )
+ // InternalPropertiesParser.g:3680:2: RULE_ID
{
before(grammarAccess.getQCREFAccess().getIDTerminalRuleCall_1());
match(input,RULE_ID,FollowSets000.FOLLOW_2);
@@ -11611,14 +11158,14 @@ public final void rule__QCREF__Group__1__Impl() throws RecognitionException {
// $ANTLR start "rule__QCREF__Group__2"
- // InternalPropertiesParser.g:3845:1: rule__QCREF__Group__2 : rule__QCREF__Group__2__Impl ;
+ // InternalPropertiesParser.g:3689:1: rule__QCREF__Group__2 : rule__QCREF__Group__2__Impl ;
public final void rule__QCREF__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3849:1: ( rule__QCREF__Group__2__Impl )
- // InternalPropertiesParser.g:3850:2: rule__QCREF__Group__2__Impl
+ // InternalPropertiesParser.g:3693:1: ( rule__QCREF__Group__2__Impl )
+ // InternalPropertiesParser.g:3694:2: rule__QCREF__Group__2__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__QCREF__Group__2__Impl();
@@ -11644,20 +11191,20 @@ public final void rule__QCREF__Group__2() throws RecognitionException {
// $ANTLR start "rule__QCREF__Group__2__Impl"
- // InternalPropertiesParser.g:3856:1: rule__QCREF__Group__2__Impl : ( ( rule__QCREF__Group_2__0 )? ) ;
+ // InternalPropertiesParser.g:3700:1: rule__QCREF__Group__2__Impl : ( ( rule__QCREF__Group_2__0 )? ) ;
public final void rule__QCREF__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3860:1: ( ( ( rule__QCREF__Group_2__0 )? ) )
- // InternalPropertiesParser.g:3861:1: ( ( rule__QCREF__Group_2__0 )? )
+ // InternalPropertiesParser.g:3704:1: ( ( ( rule__QCREF__Group_2__0 )? ) )
+ // InternalPropertiesParser.g:3705:1: ( ( rule__QCREF__Group_2__0 )? )
{
- // InternalPropertiesParser.g:3861:1: ( ( rule__QCREF__Group_2__0 )? )
- // InternalPropertiesParser.g:3862:2: ( rule__QCREF__Group_2__0 )?
+ // InternalPropertiesParser.g:3705:1: ( ( rule__QCREF__Group_2__0 )? )
+ // InternalPropertiesParser.g:3706:2: ( rule__QCREF__Group_2__0 )?
{
before(grammarAccess.getQCREFAccess().getGroup_2());
- // InternalPropertiesParser.g:3863:2: ( rule__QCREF__Group_2__0 )?
+ // InternalPropertiesParser.g:3707:2: ( rule__QCREF__Group_2__0 )?
int alt28=2;
int LA28_0 = input.LA(1);
@@ -11666,7 +11213,7 @@ public final void rule__QCREF__Group__2__Impl() throws RecognitionException {
}
switch (alt28) {
case 1 :
- // InternalPropertiesParser.g:3863:3: rule__QCREF__Group_2__0
+ // InternalPropertiesParser.g:3707:3: rule__QCREF__Group_2__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__QCREF__Group_2__0();
@@ -11702,14 +11249,14 @@ public final void rule__QCREF__Group__2__Impl() throws RecognitionException {
// $ANTLR start "rule__QCREF__Group_0__0"
- // InternalPropertiesParser.g:3872:1: rule__QCREF__Group_0__0 : rule__QCREF__Group_0__0__Impl rule__QCREF__Group_0__1 ;
+ // InternalPropertiesParser.g:3716:1: rule__QCREF__Group_0__0 : rule__QCREF__Group_0__0__Impl rule__QCREF__Group_0__1 ;
public final void rule__QCREF__Group_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3876:1: ( rule__QCREF__Group_0__0__Impl rule__QCREF__Group_0__1 )
- // InternalPropertiesParser.g:3877:2: rule__QCREF__Group_0__0__Impl rule__QCREF__Group_0__1
+ // InternalPropertiesParser.g:3720:1: ( rule__QCREF__Group_0__0__Impl rule__QCREF__Group_0__1 )
+ // InternalPropertiesParser.g:3721:2: rule__QCREF__Group_0__0__Impl rule__QCREF__Group_0__1
{
pushFollow(FollowSets000.FOLLOW_32);
rule__QCREF__Group_0__0__Impl();
@@ -11740,17 +11287,17 @@ public final void rule__QCREF__Group_0__0() throws RecognitionException {
// $ANTLR start "rule__QCREF__Group_0__0__Impl"
- // InternalPropertiesParser.g:3884:1: rule__QCREF__Group_0__0__Impl : ( RULE_ID ) ;
+ // InternalPropertiesParser.g:3728:1: rule__QCREF__Group_0__0__Impl : ( RULE_ID ) ;
public final void rule__QCREF__Group_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3888:1: ( ( RULE_ID ) )
- // InternalPropertiesParser.g:3889:1: ( RULE_ID )
+ // InternalPropertiesParser.g:3732:1: ( ( RULE_ID ) )
+ // InternalPropertiesParser.g:3733:1: ( RULE_ID )
{
- // InternalPropertiesParser.g:3889:1: ( RULE_ID )
- // InternalPropertiesParser.g:3890:2: RULE_ID
+ // InternalPropertiesParser.g:3733:1: ( RULE_ID )
+ // InternalPropertiesParser.g:3734:2: RULE_ID
{
before(grammarAccess.getQCREFAccess().getIDTerminalRuleCall_0_0());
match(input,RULE_ID,FollowSets000.FOLLOW_2);
@@ -11777,14 +11324,14 @@ public final void rule__QCREF__Group_0__0__Impl() throws RecognitionException {
// $ANTLR start "rule__QCREF__Group_0__1"
- // InternalPropertiesParser.g:3899:1: rule__QCREF__Group_0__1 : rule__QCREF__Group_0__1__Impl ;
+ // InternalPropertiesParser.g:3743:1: rule__QCREF__Group_0__1 : rule__QCREF__Group_0__1__Impl ;
public final void rule__QCREF__Group_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3903:1: ( rule__QCREF__Group_0__1__Impl )
- // InternalPropertiesParser.g:3904:2: rule__QCREF__Group_0__1__Impl
+ // InternalPropertiesParser.g:3747:1: ( rule__QCREF__Group_0__1__Impl )
+ // InternalPropertiesParser.g:3748:2: rule__QCREF__Group_0__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__QCREF__Group_0__1__Impl();
@@ -11810,17 +11357,17 @@ public final void rule__QCREF__Group_0__1() throws RecognitionException {
// $ANTLR start "rule__QCREF__Group_0__1__Impl"
- // InternalPropertiesParser.g:3910:1: rule__QCREF__Group_0__1__Impl : ( ColonColon ) ;
+ // InternalPropertiesParser.g:3754:1: rule__QCREF__Group_0__1__Impl : ( ColonColon ) ;
public final void rule__QCREF__Group_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3914:1: ( ( ColonColon ) )
- // InternalPropertiesParser.g:3915:1: ( ColonColon )
+ // InternalPropertiesParser.g:3758:1: ( ( ColonColon ) )
+ // InternalPropertiesParser.g:3759:1: ( ColonColon )
{
- // InternalPropertiesParser.g:3915:1: ( ColonColon )
- // InternalPropertiesParser.g:3916:2: ColonColon
+ // InternalPropertiesParser.g:3759:1: ( ColonColon )
+ // InternalPropertiesParser.g:3760:2: ColonColon
{
before(grammarAccess.getQCREFAccess().getColonColonKeyword_0_1());
match(input,ColonColon,FollowSets000.FOLLOW_2);
@@ -11847,16 +11394,16 @@ public final void rule__QCREF__Group_0__1__Impl() throws RecognitionException {
// $ANTLR start "rule__QCREF__Group_2__0"
- // InternalPropertiesParser.g:3926:1: rule__QCREF__Group_2__0 : rule__QCREF__Group_2__0__Impl rule__QCREF__Group_2__1 ;
+ // InternalPropertiesParser.g:3770:1: rule__QCREF__Group_2__0 : rule__QCREF__Group_2__0__Impl rule__QCREF__Group_2__1 ;
public final void rule__QCREF__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3930:1: ( rule__QCREF__Group_2__0__Impl rule__QCREF__Group_2__1 )
- // InternalPropertiesParser.g:3931:2: rule__QCREF__Group_2__0__Impl rule__QCREF__Group_2__1
+ // InternalPropertiesParser.g:3774:1: ( rule__QCREF__Group_2__0__Impl rule__QCREF__Group_2__1 )
+ // InternalPropertiesParser.g:3775:2: rule__QCREF__Group_2__0__Impl rule__QCREF__Group_2__1
{
- pushFollow(FollowSets000.FOLLOW_8);
+ pushFollow(FollowSets000.FOLLOW_9);
rule__QCREF__Group_2__0__Impl();
state._fsp--;
@@ -11885,17 +11432,17 @@ public final void rule__QCREF__Group_2__0() throws RecognitionException {
// $ANTLR start "rule__QCREF__Group_2__0__Impl"
- // InternalPropertiesParser.g:3938:1: rule__QCREF__Group_2__0__Impl : ( FullStop ) ;
+ // InternalPropertiesParser.g:3782:1: rule__QCREF__Group_2__0__Impl : ( FullStop ) ;
public final void rule__QCREF__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3942:1: ( ( FullStop ) )
- // InternalPropertiesParser.g:3943:1: ( FullStop )
+ // InternalPropertiesParser.g:3786:1: ( ( FullStop ) )
+ // InternalPropertiesParser.g:3787:1: ( FullStop )
{
- // InternalPropertiesParser.g:3943:1: ( FullStop )
- // InternalPropertiesParser.g:3944:2: FullStop
+ // InternalPropertiesParser.g:3787:1: ( FullStop )
+ // InternalPropertiesParser.g:3788:2: FullStop
{
before(grammarAccess.getQCREFAccess().getFullStopKeyword_2_0());
match(input,FullStop,FollowSets000.FOLLOW_2);
@@ -11922,14 +11469,14 @@ public final void rule__QCREF__Group_2__0__Impl() throws RecognitionException {
// $ANTLR start "rule__QCREF__Group_2__1"
- // InternalPropertiesParser.g:3953:1: rule__QCREF__Group_2__1 : rule__QCREF__Group_2__1__Impl ;
+ // InternalPropertiesParser.g:3797:1: rule__QCREF__Group_2__1 : rule__QCREF__Group_2__1__Impl ;
public final void rule__QCREF__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3957:1: ( rule__QCREF__Group_2__1__Impl )
- // InternalPropertiesParser.g:3958:2: rule__QCREF__Group_2__1__Impl
+ // InternalPropertiesParser.g:3801:1: ( rule__QCREF__Group_2__1__Impl )
+ // InternalPropertiesParser.g:3802:2: rule__QCREF__Group_2__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__QCREF__Group_2__1__Impl();
@@ -11955,17 +11502,17 @@ public final void rule__QCREF__Group_2__1() throws RecognitionException {
// $ANTLR start "rule__QCREF__Group_2__1__Impl"
- // InternalPropertiesParser.g:3964:1: rule__QCREF__Group_2__1__Impl : ( RULE_ID ) ;
+ // InternalPropertiesParser.g:3808:1: rule__QCREF__Group_2__1__Impl : ( RULE_ID ) ;
public final void rule__QCREF__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3968:1: ( ( RULE_ID ) )
- // InternalPropertiesParser.g:3969:1: ( RULE_ID )
+ // InternalPropertiesParser.g:3812:1: ( ( RULE_ID ) )
+ // InternalPropertiesParser.g:3813:1: ( RULE_ID )
{
- // InternalPropertiesParser.g:3969:1: ( RULE_ID )
- // InternalPropertiesParser.g:3970:2: RULE_ID
+ // InternalPropertiesParser.g:3813:1: ( RULE_ID )
+ // InternalPropertiesParser.g:3814:2: RULE_ID
{
before(grammarAccess.getQCREFAccess().getIDTerminalRuleCall_2_1());
match(input,RULE_ID,FollowSets000.FOLLOW_2);
@@ -11992,21 +11539,21 @@ public final void rule__QCREF__Group_2__1__Impl() throws RecognitionException {
// $ANTLR start "rule__ContainedPropertyAssociation__PropertyAssignment_0"
- // InternalPropertiesParser.g:3980:1: rule__ContainedPropertyAssociation__PropertyAssignment_0 : ( ( ruleQPREF ) ) ;
+ // InternalPropertiesParser.g:3824:1: rule__ContainedPropertyAssociation__PropertyAssignment_0 : ( ( ruleQPREF ) ) ;
public final void rule__ContainedPropertyAssociation__PropertyAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:3984:1: ( ( ( ruleQPREF ) ) )
- // InternalPropertiesParser.g:3985:2: ( ( ruleQPREF ) )
+ // InternalPropertiesParser.g:3828:1: ( ( ( ruleQPREF ) ) )
+ // InternalPropertiesParser.g:3829:2: ( ( ruleQPREF ) )
{
- // InternalPropertiesParser.g:3985:2: ( ( ruleQPREF ) )
- // InternalPropertiesParser.g:3986:3: ( ruleQPREF )
+ // InternalPropertiesParser.g:3829:2: ( ( ruleQPREF ) )
+ // InternalPropertiesParser.g:3830:3: ( ruleQPREF )
{
before(grammarAccess.getContainedPropertyAssociationAccess().getPropertyPropertyCrossReference_0_0());
- // InternalPropertiesParser.g:3987:3: ( ruleQPREF )
- // InternalPropertiesParser.g:3988:4: ruleQPREF
+ // InternalPropertiesParser.g:3831:3: ( ruleQPREF )
+ // InternalPropertiesParser.g:3832:4: ruleQPREF
{
before(grammarAccess.getContainedPropertyAssociationAccess().getPropertyPropertyQPREFParserRuleCall_0_0_1());
pushFollow(FollowSets000.FOLLOW_2);
@@ -12041,21 +11588,21 @@ public final void rule__ContainedPropertyAssociation__PropertyAssignment_0() thr
// $ANTLR start "rule__ContainedPropertyAssociation__AppendAssignment_1_1"
- // InternalPropertiesParser.g:3999:1: rule__ContainedPropertyAssociation__AppendAssignment_1_1 : ( ( PlusSignEqualsSignGreaterThanSign ) ) ;
+ // InternalPropertiesParser.g:3843:1: rule__ContainedPropertyAssociation__AppendAssignment_1_1 : ( ( PlusSignEqualsSignGreaterThanSign ) ) ;
public final void rule__ContainedPropertyAssociation__AppendAssignment_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4003:1: ( ( ( PlusSignEqualsSignGreaterThanSign ) ) )
- // InternalPropertiesParser.g:4004:2: ( ( PlusSignEqualsSignGreaterThanSign ) )
+ // InternalPropertiesParser.g:3847:1: ( ( ( PlusSignEqualsSignGreaterThanSign ) ) )
+ // InternalPropertiesParser.g:3848:2: ( ( PlusSignEqualsSignGreaterThanSign ) )
{
- // InternalPropertiesParser.g:4004:2: ( ( PlusSignEqualsSignGreaterThanSign ) )
- // InternalPropertiesParser.g:4005:3: ( PlusSignEqualsSignGreaterThanSign )
+ // InternalPropertiesParser.g:3848:2: ( ( PlusSignEqualsSignGreaterThanSign ) )
+ // InternalPropertiesParser.g:3849:3: ( PlusSignEqualsSignGreaterThanSign )
{
before(grammarAccess.getContainedPropertyAssociationAccess().getAppendPlusSignEqualsSignGreaterThanSignKeyword_1_1_0());
- // InternalPropertiesParser.g:4006:3: ( PlusSignEqualsSignGreaterThanSign )
- // InternalPropertiesParser.g:4007:4: PlusSignEqualsSignGreaterThanSign
+ // InternalPropertiesParser.g:3850:3: ( PlusSignEqualsSignGreaterThanSign )
+ // InternalPropertiesParser.g:3851:4: PlusSignEqualsSignGreaterThanSign
{
before(grammarAccess.getContainedPropertyAssociationAccess().getAppendPlusSignEqualsSignGreaterThanSignKeyword_1_1_0());
match(input,PlusSignEqualsSignGreaterThanSign,FollowSets000.FOLLOW_2);
@@ -12086,21 +11633,21 @@ public final void rule__ContainedPropertyAssociation__AppendAssignment_1_1() thr
// $ANTLR start "rule__ContainedPropertyAssociation__ConstantAssignment_2"
- // InternalPropertiesParser.g:4018:1: rule__ContainedPropertyAssociation__ConstantAssignment_2 : ( ( Constant ) ) ;
+ // InternalPropertiesParser.g:3862:1: rule__ContainedPropertyAssociation__ConstantAssignment_2 : ( ( Constant ) ) ;
public final void rule__ContainedPropertyAssociation__ConstantAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4022:1: ( ( ( Constant ) ) )
- // InternalPropertiesParser.g:4023:2: ( ( Constant ) )
+ // InternalPropertiesParser.g:3866:1: ( ( ( Constant ) ) )
+ // InternalPropertiesParser.g:3867:2: ( ( Constant ) )
{
- // InternalPropertiesParser.g:4023:2: ( ( Constant ) )
- // InternalPropertiesParser.g:4024:3: ( Constant )
+ // InternalPropertiesParser.g:3867:2: ( ( Constant ) )
+ // InternalPropertiesParser.g:3868:3: ( Constant )
{
before(grammarAccess.getContainedPropertyAssociationAccess().getConstantConstantKeyword_2_0());
- // InternalPropertiesParser.g:4025:3: ( Constant )
- // InternalPropertiesParser.g:4026:4: Constant
+ // InternalPropertiesParser.g:3869:3: ( Constant )
+ // InternalPropertiesParser.g:3870:4: Constant
{
before(grammarAccess.getContainedPropertyAssociationAccess().getConstantConstantKeyword_2_0());
match(input,Constant,FollowSets000.FOLLOW_2);
@@ -12131,17 +11678,17 @@ public final void rule__ContainedPropertyAssociation__ConstantAssignment_2() thr
// $ANTLR start "rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0"
- // InternalPropertiesParser.g:4037:1: rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0 : ( ruleOptionalModalPropertyValue ) ;
+ // InternalPropertiesParser.g:3881:1: rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0 : ( ruleOptionalModalPropertyValue ) ;
public final void rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4041:1: ( ( ruleOptionalModalPropertyValue ) )
- // InternalPropertiesParser.g:4042:2: ( ruleOptionalModalPropertyValue )
+ // InternalPropertiesParser.g:3885:1: ( ( ruleOptionalModalPropertyValue ) )
+ // InternalPropertiesParser.g:3886:2: ( ruleOptionalModalPropertyValue )
{
- // InternalPropertiesParser.g:4042:2: ( ruleOptionalModalPropertyValue )
- // InternalPropertiesParser.g:4043:3: ruleOptionalModalPropertyValue
+ // InternalPropertiesParser.g:3886:2: ( ruleOptionalModalPropertyValue )
+ // InternalPropertiesParser.g:3887:3: ruleOptionalModalPropertyValue
{
before(grammarAccess.getContainedPropertyAssociationAccess().getOwnedValueOptionalModalPropertyValueParserRuleCall_3_0_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -12172,17 +11719,17 @@ public final void rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0()
// $ANTLR start "rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1"
- // InternalPropertiesParser.g:4052:1: rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1 : ( ruleOptionalModalPropertyValue ) ;
+ // InternalPropertiesParser.g:3896:1: rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1 : ( ruleOptionalModalPropertyValue ) ;
public final void rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4056:1: ( ( ruleOptionalModalPropertyValue ) )
- // InternalPropertiesParser.g:4057:2: ( ruleOptionalModalPropertyValue )
+ // InternalPropertiesParser.g:3900:1: ( ( ruleOptionalModalPropertyValue ) )
+ // InternalPropertiesParser.g:3901:2: ( ruleOptionalModalPropertyValue )
{
- // InternalPropertiesParser.g:4057:2: ( ruleOptionalModalPropertyValue )
- // InternalPropertiesParser.g:4058:3: ruleOptionalModalPropertyValue
+ // InternalPropertiesParser.g:3901:2: ( ruleOptionalModalPropertyValue )
+ // InternalPropertiesParser.g:3902:3: ruleOptionalModalPropertyValue
{
before(grammarAccess.getContainedPropertyAssociationAccess().getOwnedValueOptionalModalPropertyValueParserRuleCall_3_1_1_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -12212,26 +11759,26 @@ public final void rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1
// $ANTLR end "rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1"
- // $ANTLR start "rule__ContainedPropertyAssociation__AppliesToAssignment_4_1"
- // InternalPropertiesParser.g:4067:1: rule__ContainedPropertyAssociation__AppliesToAssignment_4_1 : ( ruleContainmentPath ) ;
- public final void rule__ContainedPropertyAssociation__AppliesToAssignment_4_1() throws RecognitionException {
+ // $ANTLR start "rule__ContainedPropertyAssociation__AppliesToAssignment_4_2"
+ // InternalPropertiesParser.g:3911:1: rule__ContainedPropertyAssociation__AppliesToAssignment_4_2 : ( ruleContainmentPath ) ;
+ public final void rule__ContainedPropertyAssociation__AppliesToAssignment_4_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4071:1: ( ( ruleContainmentPath ) )
- // InternalPropertiesParser.g:4072:2: ( ruleContainmentPath )
+ // InternalPropertiesParser.g:3915:1: ( ( ruleContainmentPath ) )
+ // InternalPropertiesParser.g:3916:2: ( ruleContainmentPath )
{
- // InternalPropertiesParser.g:4072:2: ( ruleContainmentPath )
- // InternalPropertiesParser.g:4073:3: ruleContainmentPath
+ // InternalPropertiesParser.g:3916:2: ( ruleContainmentPath )
+ // InternalPropertiesParser.g:3917:3: ruleContainmentPath
{
- before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_1_0());
+ before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_2_0());
pushFollow(FollowSets000.FOLLOW_2);
ruleContainmentPath();
state._fsp--;
- after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_1_0());
+ after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_2_0());
}
@@ -12250,29 +11797,29 @@ public final void rule__ContainedPropertyAssociation__AppliesToAssignment_4_1()
}
return ;
}
- // $ANTLR end "rule__ContainedPropertyAssociation__AppliesToAssignment_4_1"
+ // $ANTLR end "rule__ContainedPropertyAssociation__AppliesToAssignment_4_2"
- // $ANTLR start "rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1"
- // InternalPropertiesParser.g:4082:1: rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1 : ( ruleContainmentPath ) ;
- public final void rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1() throws RecognitionException {
+ // $ANTLR start "rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1"
+ // InternalPropertiesParser.g:3926:1: rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1 : ( ruleContainmentPath ) ;
+ public final void rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4086:1: ( ( ruleContainmentPath ) )
- // InternalPropertiesParser.g:4087:2: ( ruleContainmentPath )
+ // InternalPropertiesParser.g:3930:1: ( ( ruleContainmentPath ) )
+ // InternalPropertiesParser.g:3931:2: ( ruleContainmentPath )
{
- // InternalPropertiesParser.g:4087:2: ( ruleContainmentPath )
- // InternalPropertiesParser.g:4088:3: ruleContainmentPath
+ // InternalPropertiesParser.g:3931:2: ( ruleContainmentPath )
+ // InternalPropertiesParser.g:3932:3: ruleContainmentPath
{
- before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_2_1_0());
+ before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_3_1_0());
pushFollow(FollowSets000.FOLLOW_2);
ruleContainmentPath();
state._fsp--;
- after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_2_1_0());
+ after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_3_1_0());
}
@@ -12291,37 +11838,37 @@ public final void rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1(
}
return ;
}
- // $ANTLR end "rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1"
+ // $ANTLR end "rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1"
- // $ANTLR start "rule__ContainedPropertyAssociation__InBindingAssignment_5_2"
- // InternalPropertiesParser.g:4097:1: rule__ContainedPropertyAssociation__InBindingAssignment_5_2 : ( ( ruleQCREF ) ) ;
- public final void rule__ContainedPropertyAssociation__InBindingAssignment_5_2() throws RecognitionException {
+ // $ANTLR start "rule__ContainedPropertyAssociation__InBindingAssignment_5_3"
+ // InternalPropertiesParser.g:3941:1: rule__ContainedPropertyAssociation__InBindingAssignment_5_3 : ( ( ruleQCREF ) ) ;
+ public final void rule__ContainedPropertyAssociation__InBindingAssignment_5_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4101:1: ( ( ( ruleQCREF ) ) )
- // InternalPropertiesParser.g:4102:2: ( ( ruleQCREF ) )
+ // InternalPropertiesParser.g:3945:1: ( ( ( ruleQCREF ) ) )
+ // InternalPropertiesParser.g:3946:2: ( ( ruleQCREF ) )
{
- // InternalPropertiesParser.g:4102:2: ( ( ruleQCREF ) )
- // InternalPropertiesParser.g:4103:3: ( ruleQCREF )
+ // InternalPropertiesParser.g:3946:2: ( ( ruleQCREF ) )
+ // InternalPropertiesParser.g:3947:3: ( ruleQCREF )
{
- before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierCrossReference_5_2_0());
- // InternalPropertiesParser.g:4104:3: ( ruleQCREF )
- // InternalPropertiesParser.g:4105:4: ruleQCREF
+ before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierCrossReference_5_3_0());
+ // InternalPropertiesParser.g:3948:3: ( ruleQCREF )
+ // InternalPropertiesParser.g:3949:4: ruleQCREF
{
- before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierQCREFParserRuleCall_5_2_0_1());
+ before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierQCREFParserRuleCall_5_3_0_1());
pushFollow(FollowSets000.FOLLOW_2);
ruleQCREF();
state._fsp--;
- after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierQCREFParserRuleCall_5_2_0_1());
+ after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierQCREFParserRuleCall_5_3_0_1());
}
- after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierCrossReference_5_2_0());
+ after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierCrossReference_5_3_0());
}
@@ -12340,21 +11887,21 @@ public final void rule__ContainedPropertyAssociation__InBindingAssignment_5_2()
}
return ;
}
- // $ANTLR end "rule__ContainedPropertyAssociation__InBindingAssignment_5_2"
+ // $ANTLR end "rule__ContainedPropertyAssociation__InBindingAssignment_5_3"
// $ANTLR start "rule__ContainmentPath__PathAssignment"
- // InternalPropertiesParser.g:4116:1: rule__ContainmentPath__PathAssignment : ( ruleContainmentPathElement ) ;
+ // InternalPropertiesParser.g:3960:1: rule__ContainmentPath__PathAssignment : ( ruleContainmentPathElement ) ;
public final void rule__ContainmentPath__PathAssignment() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4120:1: ( ( ruleContainmentPathElement ) )
- // InternalPropertiesParser.g:4121:2: ( ruleContainmentPathElement )
+ // InternalPropertiesParser.g:3964:1: ( ( ruleContainmentPathElement ) )
+ // InternalPropertiesParser.g:3965:2: ( ruleContainmentPathElement )
{
- // InternalPropertiesParser.g:4121:2: ( ruleContainmentPathElement )
- // InternalPropertiesParser.g:4122:3: ruleContainmentPathElement
+ // InternalPropertiesParser.g:3965:2: ( ruleContainmentPathElement )
+ // InternalPropertiesParser.g:3966:3: ruleContainmentPathElement
{
before(grammarAccess.getContainmentPathAccess().getPathContainmentPathElementParserRuleCall_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -12385,17 +11932,17 @@ public final void rule__ContainmentPath__PathAssignment() throws RecognitionExce
// $ANTLR start "rule__OptionalModalPropertyValue__OwnedValueAssignment_0"
- // InternalPropertiesParser.g:4131:1: rule__OptionalModalPropertyValue__OwnedValueAssignment_0 : ( rulePropertyExpression ) ;
+ // InternalPropertiesParser.g:3975:1: rule__OptionalModalPropertyValue__OwnedValueAssignment_0 : ( rulePropertyExpression ) ;
public final void rule__OptionalModalPropertyValue__OwnedValueAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4135:1: ( ( rulePropertyExpression ) )
- // InternalPropertiesParser.g:4136:2: ( rulePropertyExpression )
+ // InternalPropertiesParser.g:3979:1: ( ( rulePropertyExpression ) )
+ // InternalPropertiesParser.g:3980:2: ( rulePropertyExpression )
{
- // InternalPropertiesParser.g:4136:2: ( rulePropertyExpression )
- // InternalPropertiesParser.g:4137:3: rulePropertyExpression
+ // InternalPropertiesParser.g:3980:2: ( rulePropertyExpression )
+ // InternalPropertiesParser.g:3981:3: rulePropertyExpression
{
before(grammarAccess.getOptionalModalPropertyValueAccess().getOwnedValuePropertyExpressionParserRuleCall_0_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -12425,30 +11972,30 @@ public final void rule__OptionalModalPropertyValue__OwnedValueAssignment_0() thr
// $ANTLR end "rule__OptionalModalPropertyValue__OwnedValueAssignment_0"
- // $ANTLR start "rule__OptionalModalPropertyValue__InModeAssignment_1_2"
- // InternalPropertiesParser.g:4146:1: rule__OptionalModalPropertyValue__InModeAssignment_1_2 : ( ( RULE_ID ) ) ;
- public final void rule__OptionalModalPropertyValue__InModeAssignment_1_2() throws RecognitionException {
+ // $ANTLR start "rule__OptionalModalPropertyValue__InModeAssignment_1_3"
+ // InternalPropertiesParser.g:3990:1: rule__OptionalModalPropertyValue__InModeAssignment_1_3 : ( ( RULE_ID ) ) ;
+ public final void rule__OptionalModalPropertyValue__InModeAssignment_1_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4150:1: ( ( ( RULE_ID ) ) )
- // InternalPropertiesParser.g:4151:2: ( ( RULE_ID ) )
+ // InternalPropertiesParser.g:3994:1: ( ( ( RULE_ID ) ) )
+ // InternalPropertiesParser.g:3995:2: ( ( RULE_ID ) )
{
- // InternalPropertiesParser.g:4151:2: ( ( RULE_ID ) )
- // InternalPropertiesParser.g:4152:3: ( RULE_ID )
+ // InternalPropertiesParser.g:3995:2: ( ( RULE_ID ) )
+ // InternalPropertiesParser.g:3996:3: ( RULE_ID )
{
- before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_2_0());
- // InternalPropertiesParser.g:4153:3: ( RULE_ID )
- // InternalPropertiesParser.g:4154:4: RULE_ID
+ before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_3_0());
+ // InternalPropertiesParser.g:3997:3: ( RULE_ID )
+ // InternalPropertiesParser.g:3998:4: RULE_ID
{
- before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeIDTerminalRuleCall_1_2_0_1());
+ before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeIDTerminalRuleCall_1_3_0_1());
match(input,RULE_ID,FollowSets000.FOLLOW_2);
- after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeIDTerminalRuleCall_1_2_0_1());
+ after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeIDTerminalRuleCall_1_3_0_1());
}
- after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_2_0());
+ after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_3_0());
}
@@ -12467,33 +12014,33 @@ public final void rule__OptionalModalPropertyValue__InModeAssignment_1_2() throw
}
return ;
}
- // $ANTLR end "rule__OptionalModalPropertyValue__InModeAssignment_1_2"
+ // $ANTLR end "rule__OptionalModalPropertyValue__InModeAssignment_1_3"
- // $ANTLR start "rule__OptionalModalPropertyValue__InModeAssignment_1_3_1"
- // InternalPropertiesParser.g:4165:1: rule__OptionalModalPropertyValue__InModeAssignment_1_3_1 : ( ( RULE_ID ) ) ;
- public final void rule__OptionalModalPropertyValue__InModeAssignment_1_3_1() throws RecognitionException {
+ // $ANTLR start "rule__OptionalModalPropertyValue__InModeAssignment_1_4_1"
+ // InternalPropertiesParser.g:4009:1: rule__OptionalModalPropertyValue__InModeAssignment_1_4_1 : ( ( RULE_ID ) ) ;
+ public final void rule__OptionalModalPropertyValue__InModeAssignment_1_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4169:1: ( ( ( RULE_ID ) ) )
- // InternalPropertiesParser.g:4170:2: ( ( RULE_ID ) )
+ // InternalPropertiesParser.g:4013:1: ( ( ( RULE_ID ) ) )
+ // InternalPropertiesParser.g:4014:2: ( ( RULE_ID ) )
{
- // InternalPropertiesParser.g:4170:2: ( ( RULE_ID ) )
- // InternalPropertiesParser.g:4171:3: ( RULE_ID )
+ // InternalPropertiesParser.g:4014:2: ( ( RULE_ID ) )
+ // InternalPropertiesParser.g:4015:3: ( RULE_ID )
{
- before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_3_1_0());
- // InternalPropertiesParser.g:4172:3: ( RULE_ID )
- // InternalPropertiesParser.g:4173:4: RULE_ID
+ before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_4_1_0());
+ // InternalPropertiesParser.g:4016:3: ( RULE_ID )
+ // InternalPropertiesParser.g:4017:4: RULE_ID
{
- before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeIDTerminalRuleCall_1_3_1_0_1());
+ before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeIDTerminalRuleCall_1_4_1_0_1());
match(input,RULE_ID,FollowSets000.FOLLOW_2);
- after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeIDTerminalRuleCall_1_3_1_0_1());
+ after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeIDTerminalRuleCall_1_4_1_0_1());
}
- after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_3_1_0());
+ after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_4_1_0());
}
@@ -12512,21 +12059,21 @@ public final void rule__OptionalModalPropertyValue__InModeAssignment_1_3_1() thr
}
return ;
}
- // $ANTLR end "rule__OptionalModalPropertyValue__InModeAssignment_1_3_1"
+ // $ANTLR end "rule__OptionalModalPropertyValue__InModeAssignment_1_4_1"
// $ANTLR start "rule__PropertyValue__OwnedValueAssignment"
- // InternalPropertiesParser.g:4184:1: rule__PropertyValue__OwnedValueAssignment : ( rulePropertyExpression ) ;
+ // InternalPropertiesParser.g:4028:1: rule__PropertyValue__OwnedValueAssignment : ( rulePropertyExpression ) ;
public final void rule__PropertyValue__OwnedValueAssignment() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4188:1: ( ( rulePropertyExpression ) )
- // InternalPropertiesParser.g:4189:2: ( rulePropertyExpression )
+ // InternalPropertiesParser.g:4032:1: ( ( rulePropertyExpression ) )
+ // InternalPropertiesParser.g:4033:2: ( rulePropertyExpression )
{
- // InternalPropertiesParser.g:4189:2: ( rulePropertyExpression )
- // InternalPropertiesParser.g:4190:3: rulePropertyExpression
+ // InternalPropertiesParser.g:4033:2: ( rulePropertyExpression )
+ // InternalPropertiesParser.g:4034:3: rulePropertyExpression
{
before(grammarAccess.getPropertyValueAccess().getOwnedValuePropertyExpressionParserRuleCall_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -12557,21 +12104,21 @@ public final void rule__PropertyValue__OwnedValueAssignment() throws Recognition
// $ANTLR start "rule__LiteralorReferenceTerm__NamedValueAssignment"
- // InternalPropertiesParser.g:4199:1: rule__LiteralorReferenceTerm__NamedValueAssignment : ( ( ruleQPREF ) ) ;
+ // InternalPropertiesParser.g:4043:1: rule__LiteralorReferenceTerm__NamedValueAssignment : ( ( ruleQPREF ) ) ;
public final void rule__LiteralorReferenceTerm__NamedValueAssignment() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4203:1: ( ( ( ruleQPREF ) ) )
- // InternalPropertiesParser.g:4204:2: ( ( ruleQPREF ) )
+ // InternalPropertiesParser.g:4047:1: ( ( ( ruleQPREF ) ) )
+ // InternalPropertiesParser.g:4048:2: ( ( ruleQPREF ) )
{
- // InternalPropertiesParser.g:4204:2: ( ( ruleQPREF ) )
- // InternalPropertiesParser.g:4205:3: ( ruleQPREF )
+ // InternalPropertiesParser.g:4048:2: ( ( ruleQPREF ) )
+ // InternalPropertiesParser.g:4049:3: ( ruleQPREF )
{
before(grammarAccess.getLiteralorReferenceTermAccess().getNamedValueAbstractNamedValueCrossReference_0());
- // InternalPropertiesParser.g:4206:3: ( ruleQPREF )
- // InternalPropertiesParser.g:4207:4: ruleQPREF
+ // InternalPropertiesParser.g:4050:3: ( ruleQPREF )
+ // InternalPropertiesParser.g:4051:4: ruleQPREF
{
before(grammarAccess.getLiteralorReferenceTermAccess().getNamedValueAbstractNamedValueQPREFParserRuleCall_0_1());
pushFollow(FollowSets000.FOLLOW_2);
@@ -12606,21 +12153,21 @@ public final void rule__LiteralorReferenceTerm__NamedValueAssignment() throws Re
// $ANTLR start "rule__BooleanLiteral__ValueAssignment_1_0"
- // InternalPropertiesParser.g:4218:1: rule__BooleanLiteral__ValueAssignment_1_0 : ( ( True ) ) ;
+ // InternalPropertiesParser.g:4062:1: rule__BooleanLiteral__ValueAssignment_1_0 : ( ( True ) ) ;
public final void rule__BooleanLiteral__ValueAssignment_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4222:1: ( ( ( True ) ) )
- // InternalPropertiesParser.g:4223:2: ( ( True ) )
+ // InternalPropertiesParser.g:4066:1: ( ( ( True ) ) )
+ // InternalPropertiesParser.g:4067:2: ( ( True ) )
{
- // InternalPropertiesParser.g:4223:2: ( ( True ) )
- // InternalPropertiesParser.g:4224:3: ( True )
+ // InternalPropertiesParser.g:4067:2: ( ( True ) )
+ // InternalPropertiesParser.g:4068:3: ( True )
{
before(grammarAccess.getBooleanLiteralAccess().getValueTrueKeyword_1_0_0());
- // InternalPropertiesParser.g:4225:3: ( True )
- // InternalPropertiesParser.g:4226:4: True
+ // InternalPropertiesParser.g:4069:3: ( True )
+ // InternalPropertiesParser.g:4070:4: True
{
before(grammarAccess.getBooleanLiteralAccess().getValueTrueKeyword_1_0_0());
match(input,True,FollowSets000.FOLLOW_2);
@@ -12651,21 +12198,21 @@ public final void rule__BooleanLiteral__ValueAssignment_1_0() throws Recognition
// $ANTLR start "rule__ConstantValue__NamedValueAssignment"
- // InternalPropertiesParser.g:4237:1: rule__ConstantValue__NamedValueAssignment : ( ( ruleQPREF ) ) ;
+ // InternalPropertiesParser.g:4081:1: rule__ConstantValue__NamedValueAssignment : ( ( ruleQPREF ) ) ;
public final void rule__ConstantValue__NamedValueAssignment() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4241:1: ( ( ( ruleQPREF ) ) )
- // InternalPropertiesParser.g:4242:2: ( ( ruleQPREF ) )
+ // InternalPropertiesParser.g:4085:1: ( ( ( ruleQPREF ) ) )
+ // InternalPropertiesParser.g:4086:2: ( ( ruleQPREF ) )
{
- // InternalPropertiesParser.g:4242:2: ( ( ruleQPREF ) )
- // InternalPropertiesParser.g:4243:3: ( ruleQPREF )
+ // InternalPropertiesParser.g:4086:2: ( ( ruleQPREF ) )
+ // InternalPropertiesParser.g:4087:3: ( ruleQPREF )
{
before(grammarAccess.getConstantValueAccess().getNamedValuePropertyConstantCrossReference_0());
- // InternalPropertiesParser.g:4244:3: ( ruleQPREF )
- // InternalPropertiesParser.g:4245:4: ruleQPREF
+ // InternalPropertiesParser.g:4088:3: ( ruleQPREF )
+ // InternalPropertiesParser.g:4089:4: ruleQPREF
{
before(grammarAccess.getConstantValueAccess().getNamedValuePropertyConstantQPREFParserRuleCall_0_1());
pushFollow(FollowSets000.FOLLOW_2);
@@ -12700,17 +12247,17 @@ public final void rule__ConstantValue__NamedValueAssignment() throws Recognition
// $ANTLR start "rule__ReferenceTerm__PathAssignment_2"
- // InternalPropertiesParser.g:4256:1: rule__ReferenceTerm__PathAssignment_2 : ( ruleContainmentPathElement ) ;
+ // InternalPropertiesParser.g:4100:1: rule__ReferenceTerm__PathAssignment_2 : ( ruleContainmentPathElement ) ;
public final void rule__ReferenceTerm__PathAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4260:1: ( ( ruleContainmentPathElement ) )
- // InternalPropertiesParser.g:4261:2: ( ruleContainmentPathElement )
+ // InternalPropertiesParser.g:4104:1: ( ( ruleContainmentPathElement ) )
+ // InternalPropertiesParser.g:4105:2: ( ruleContainmentPathElement )
{
- // InternalPropertiesParser.g:4261:2: ( ruleContainmentPathElement )
- // InternalPropertiesParser.g:4262:3: ruleContainmentPathElement
+ // InternalPropertiesParser.g:4105:2: ( ruleContainmentPathElement )
+ // InternalPropertiesParser.g:4106:3: ruleContainmentPathElement
{
before(grammarAccess.getReferenceTermAccess().getPathContainmentPathElementParserRuleCall_2_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -12741,17 +12288,17 @@ public final void rule__ReferenceTerm__PathAssignment_2() throws RecognitionExce
// $ANTLR start "rule__RecordTerm__OwnedFieldValueAssignment_1"
- // InternalPropertiesParser.g:4271:1: rule__RecordTerm__OwnedFieldValueAssignment_1 : ( ruleFieldPropertyAssociation ) ;
+ // InternalPropertiesParser.g:4115:1: rule__RecordTerm__OwnedFieldValueAssignment_1 : ( ruleFieldPropertyAssociation ) ;
public final void rule__RecordTerm__OwnedFieldValueAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4275:1: ( ( ruleFieldPropertyAssociation ) )
- // InternalPropertiesParser.g:4276:2: ( ruleFieldPropertyAssociation )
+ // InternalPropertiesParser.g:4119:1: ( ( ruleFieldPropertyAssociation ) )
+ // InternalPropertiesParser.g:4120:2: ( ruleFieldPropertyAssociation )
{
- // InternalPropertiesParser.g:4276:2: ( ruleFieldPropertyAssociation )
- // InternalPropertiesParser.g:4277:3: ruleFieldPropertyAssociation
+ // InternalPropertiesParser.g:4120:2: ( ruleFieldPropertyAssociation )
+ // InternalPropertiesParser.g:4121:3: ruleFieldPropertyAssociation
{
before(grammarAccess.getRecordTermAccess().getOwnedFieldValueFieldPropertyAssociationParserRuleCall_1_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -12782,17 +12329,17 @@ public final void rule__RecordTerm__OwnedFieldValueAssignment_1() throws Recogni
// $ANTLR start "rule__ComputedTerm__FunctionAssignment_2"
- // InternalPropertiesParser.g:4286:1: rule__ComputedTerm__FunctionAssignment_2 : ( RULE_ID ) ;
+ // InternalPropertiesParser.g:4130:1: rule__ComputedTerm__FunctionAssignment_2 : ( RULE_ID ) ;
public final void rule__ComputedTerm__FunctionAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4290:1: ( ( RULE_ID ) )
- // InternalPropertiesParser.g:4291:2: ( RULE_ID )
+ // InternalPropertiesParser.g:4134:1: ( ( RULE_ID ) )
+ // InternalPropertiesParser.g:4135:2: ( RULE_ID )
{
- // InternalPropertiesParser.g:4291:2: ( RULE_ID )
- // InternalPropertiesParser.g:4292:3: RULE_ID
+ // InternalPropertiesParser.g:4135:2: ( RULE_ID )
+ // InternalPropertiesParser.g:4136:3: RULE_ID
{
before(grammarAccess.getComputedTermAccess().getFunctionIDTerminalRuleCall_2_0());
match(input,RULE_ID,FollowSets000.FOLLOW_2);
@@ -12819,21 +12366,21 @@ public final void rule__ComputedTerm__FunctionAssignment_2() throws RecognitionE
// $ANTLR start "rule__ComponentClassifierTerm__ClassifierAssignment_2"
- // InternalPropertiesParser.g:4301:1: rule__ComponentClassifierTerm__ClassifierAssignment_2 : ( ( ruleQCREF ) ) ;
+ // InternalPropertiesParser.g:4145:1: rule__ComponentClassifierTerm__ClassifierAssignment_2 : ( ( ruleQCREF ) ) ;
public final void rule__ComponentClassifierTerm__ClassifierAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4305:1: ( ( ( ruleQCREF ) ) )
- // InternalPropertiesParser.g:4306:2: ( ( ruleQCREF ) )
+ // InternalPropertiesParser.g:4149:1: ( ( ( ruleQCREF ) ) )
+ // InternalPropertiesParser.g:4150:2: ( ( ruleQCREF ) )
{
- // InternalPropertiesParser.g:4306:2: ( ( ruleQCREF ) )
- // InternalPropertiesParser.g:4307:3: ( ruleQCREF )
+ // InternalPropertiesParser.g:4150:2: ( ( ruleQCREF ) )
+ // InternalPropertiesParser.g:4151:3: ( ruleQCREF )
{
before(grammarAccess.getComponentClassifierTermAccess().getClassifierComponentClassifierCrossReference_2_0());
- // InternalPropertiesParser.g:4308:3: ( ruleQCREF )
- // InternalPropertiesParser.g:4309:4: ruleQCREF
+ // InternalPropertiesParser.g:4152:3: ( ruleQCREF )
+ // InternalPropertiesParser.g:4153:4: ruleQCREF
{
before(grammarAccess.getComponentClassifierTermAccess().getClassifierComponentClassifierQCREFParserRuleCall_2_0_1());
pushFollow(FollowSets000.FOLLOW_2);
@@ -12868,17 +12415,17 @@ public final void rule__ComponentClassifierTerm__ClassifierAssignment_2() throws
// $ANTLR start "rule__ListTerm__OwnedListElementAssignment_2_0"
- // InternalPropertiesParser.g:4320:1: rule__ListTerm__OwnedListElementAssignment_2_0 : ( rulePropertyExpression ) ;
+ // InternalPropertiesParser.g:4164:1: rule__ListTerm__OwnedListElementAssignment_2_0 : ( rulePropertyExpression ) ;
public final void rule__ListTerm__OwnedListElementAssignment_2_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4324:1: ( ( rulePropertyExpression ) )
- // InternalPropertiesParser.g:4325:2: ( rulePropertyExpression )
+ // InternalPropertiesParser.g:4168:1: ( ( rulePropertyExpression ) )
+ // InternalPropertiesParser.g:4169:2: ( rulePropertyExpression )
{
- // InternalPropertiesParser.g:4325:2: ( rulePropertyExpression )
- // InternalPropertiesParser.g:4326:3: rulePropertyExpression
+ // InternalPropertiesParser.g:4169:2: ( rulePropertyExpression )
+ // InternalPropertiesParser.g:4170:3: rulePropertyExpression
{
before(grammarAccess.getListTermAccess().getOwnedListElementPropertyExpressionParserRuleCall_2_0_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -12909,17 +12456,17 @@ public final void rule__ListTerm__OwnedListElementAssignment_2_0() throws Recogn
// $ANTLR start "rule__ListTerm__OwnedListElementAssignment_2_1_1"
- // InternalPropertiesParser.g:4335:1: rule__ListTerm__OwnedListElementAssignment_2_1_1 : ( rulePropertyExpression ) ;
+ // InternalPropertiesParser.g:4179:1: rule__ListTerm__OwnedListElementAssignment_2_1_1 : ( rulePropertyExpression ) ;
public final void rule__ListTerm__OwnedListElementAssignment_2_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4339:1: ( ( rulePropertyExpression ) )
- // InternalPropertiesParser.g:4340:2: ( rulePropertyExpression )
+ // InternalPropertiesParser.g:4183:1: ( ( rulePropertyExpression ) )
+ // InternalPropertiesParser.g:4184:2: ( rulePropertyExpression )
{
- // InternalPropertiesParser.g:4340:2: ( rulePropertyExpression )
- // InternalPropertiesParser.g:4341:3: rulePropertyExpression
+ // InternalPropertiesParser.g:4184:2: ( rulePropertyExpression )
+ // InternalPropertiesParser.g:4185:3: rulePropertyExpression
{
before(grammarAccess.getListTermAccess().getOwnedListElementPropertyExpressionParserRuleCall_2_1_1_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -12950,21 +12497,21 @@ public final void rule__ListTerm__OwnedListElementAssignment_2_1_1() throws Reco
// $ANTLR start "rule__FieldPropertyAssociation__PropertyAssignment_0"
- // InternalPropertiesParser.g:4350:1: rule__FieldPropertyAssociation__PropertyAssignment_0 : ( ( RULE_ID ) ) ;
+ // InternalPropertiesParser.g:4194:1: rule__FieldPropertyAssociation__PropertyAssignment_0 : ( ( RULE_ID ) ) ;
public final void rule__FieldPropertyAssociation__PropertyAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4354:1: ( ( ( RULE_ID ) ) )
- // InternalPropertiesParser.g:4355:2: ( ( RULE_ID ) )
+ // InternalPropertiesParser.g:4198:1: ( ( ( RULE_ID ) ) )
+ // InternalPropertiesParser.g:4199:2: ( ( RULE_ID ) )
{
- // InternalPropertiesParser.g:4355:2: ( ( RULE_ID ) )
- // InternalPropertiesParser.g:4356:3: ( RULE_ID )
+ // InternalPropertiesParser.g:4199:2: ( ( RULE_ID ) )
+ // InternalPropertiesParser.g:4200:3: ( RULE_ID )
{
before(grammarAccess.getFieldPropertyAssociationAccess().getPropertyBasicPropertyCrossReference_0_0());
- // InternalPropertiesParser.g:4357:3: ( RULE_ID )
- // InternalPropertiesParser.g:4358:4: RULE_ID
+ // InternalPropertiesParser.g:4201:3: ( RULE_ID )
+ // InternalPropertiesParser.g:4202:4: RULE_ID
{
before(grammarAccess.getFieldPropertyAssociationAccess().getPropertyBasicPropertyIDTerminalRuleCall_0_0_1());
match(input,RULE_ID,FollowSets000.FOLLOW_2);
@@ -12995,17 +12542,17 @@ public final void rule__FieldPropertyAssociation__PropertyAssignment_0() throws
// $ANTLR start "rule__FieldPropertyAssociation__OwnedValueAssignment_2"
- // InternalPropertiesParser.g:4369:1: rule__FieldPropertyAssociation__OwnedValueAssignment_2 : ( rulePropertyExpression ) ;
+ // InternalPropertiesParser.g:4213:1: rule__FieldPropertyAssociation__OwnedValueAssignment_2 : ( rulePropertyExpression ) ;
public final void rule__FieldPropertyAssociation__OwnedValueAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4373:1: ( ( rulePropertyExpression ) )
- // InternalPropertiesParser.g:4374:2: ( rulePropertyExpression )
+ // InternalPropertiesParser.g:4217:1: ( ( rulePropertyExpression ) )
+ // InternalPropertiesParser.g:4218:2: ( rulePropertyExpression )
{
- // InternalPropertiesParser.g:4374:2: ( rulePropertyExpression )
- // InternalPropertiesParser.g:4375:3: rulePropertyExpression
+ // InternalPropertiesParser.g:4218:2: ( rulePropertyExpression )
+ // InternalPropertiesParser.g:4219:3: rulePropertyExpression
{
before(grammarAccess.getFieldPropertyAssociationAccess().getOwnedValuePropertyExpressionParserRuleCall_2_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -13036,21 +12583,21 @@ public final void rule__FieldPropertyAssociation__OwnedValueAssignment_2() throw
// $ANTLR start "rule__ContainmentPathElement__NamedElementAssignment_0_0"
- // InternalPropertiesParser.g:4384:1: rule__ContainmentPathElement__NamedElementAssignment_0_0 : ( ( RULE_ID ) ) ;
+ // InternalPropertiesParser.g:4228:1: rule__ContainmentPathElement__NamedElementAssignment_0_0 : ( ( RULE_ID ) ) ;
public final void rule__ContainmentPathElement__NamedElementAssignment_0_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4388:1: ( ( ( RULE_ID ) ) )
- // InternalPropertiesParser.g:4389:2: ( ( RULE_ID ) )
+ // InternalPropertiesParser.g:4232:1: ( ( ( RULE_ID ) ) )
+ // InternalPropertiesParser.g:4233:2: ( ( RULE_ID ) )
{
- // InternalPropertiesParser.g:4389:2: ( ( RULE_ID ) )
- // InternalPropertiesParser.g:4390:3: ( RULE_ID )
+ // InternalPropertiesParser.g:4233:2: ( ( RULE_ID ) )
+ // InternalPropertiesParser.g:4234:3: ( RULE_ID )
{
before(grammarAccess.getContainmentPathElementAccess().getNamedElementNamedElementCrossReference_0_0_0());
- // InternalPropertiesParser.g:4391:3: ( RULE_ID )
- // InternalPropertiesParser.g:4392:4: RULE_ID
+ // InternalPropertiesParser.g:4235:3: ( RULE_ID )
+ // InternalPropertiesParser.g:4236:4: RULE_ID
{
before(grammarAccess.getContainmentPathElementAccess().getNamedElementNamedElementIDTerminalRuleCall_0_0_0_1());
match(input,RULE_ID,FollowSets000.FOLLOW_2);
@@ -13081,17 +12628,17 @@ public final void rule__ContainmentPathElement__NamedElementAssignment_0_0() thr
// $ANTLR start "rule__ContainmentPathElement__ArrayRangeAssignment_0_1"
- // InternalPropertiesParser.g:4403:1: rule__ContainmentPathElement__ArrayRangeAssignment_0_1 : ( ruleArrayRange ) ;
+ // InternalPropertiesParser.g:4247:1: rule__ContainmentPathElement__ArrayRangeAssignment_0_1 : ( ruleArrayRange ) ;
public final void rule__ContainmentPathElement__ArrayRangeAssignment_0_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4407:1: ( ( ruleArrayRange ) )
- // InternalPropertiesParser.g:4408:2: ( ruleArrayRange )
+ // InternalPropertiesParser.g:4251:1: ( ( ruleArrayRange ) )
+ // InternalPropertiesParser.g:4252:2: ( ruleArrayRange )
{
- // InternalPropertiesParser.g:4408:2: ( ruleArrayRange )
- // InternalPropertiesParser.g:4409:3: ruleArrayRange
+ // InternalPropertiesParser.g:4252:2: ( ruleArrayRange )
+ // InternalPropertiesParser.g:4253:3: ruleArrayRange
{
before(grammarAccess.getContainmentPathElementAccess().getArrayRangeArrayRangeParserRuleCall_0_1_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -13122,17 +12669,17 @@ public final void rule__ContainmentPathElement__ArrayRangeAssignment_0_1() throw
// $ANTLR start "rule__ContainmentPathElement__PathAssignment_1_1"
- // InternalPropertiesParser.g:4418:1: rule__ContainmentPathElement__PathAssignment_1_1 : ( ruleContainmentPathElement ) ;
+ // InternalPropertiesParser.g:4262:1: rule__ContainmentPathElement__PathAssignment_1_1 : ( ruleContainmentPathElement ) ;
public final void rule__ContainmentPathElement__PathAssignment_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4422:1: ( ( ruleContainmentPathElement ) )
- // InternalPropertiesParser.g:4423:2: ( ruleContainmentPathElement )
+ // InternalPropertiesParser.g:4266:1: ( ( ruleContainmentPathElement ) )
+ // InternalPropertiesParser.g:4267:2: ( ruleContainmentPathElement )
{
- // InternalPropertiesParser.g:4423:2: ( ruleContainmentPathElement )
- // InternalPropertiesParser.g:4424:3: ruleContainmentPathElement
+ // InternalPropertiesParser.g:4267:2: ( ruleContainmentPathElement )
+ // InternalPropertiesParser.g:4268:3: ruleContainmentPathElement
{
before(grammarAccess.getContainmentPathElementAccess().getPathContainmentPathElementParserRuleCall_1_1_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -13163,17 +12710,17 @@ public final void rule__ContainmentPathElement__PathAssignment_1_1() throws Reco
// $ANTLR start "rule__StringTerm__ValueAssignment"
- // InternalPropertiesParser.g:4433:1: rule__StringTerm__ValueAssignment : ( ruleNoQuoteString ) ;
+ // InternalPropertiesParser.g:4277:1: rule__StringTerm__ValueAssignment : ( ruleNoQuoteString ) ;
public final void rule__StringTerm__ValueAssignment() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4437:1: ( ( ruleNoQuoteString ) )
- // InternalPropertiesParser.g:4438:2: ( ruleNoQuoteString )
+ // InternalPropertiesParser.g:4281:1: ( ( ruleNoQuoteString ) )
+ // InternalPropertiesParser.g:4282:2: ( ruleNoQuoteString )
{
- // InternalPropertiesParser.g:4438:2: ( ruleNoQuoteString )
- // InternalPropertiesParser.g:4439:3: ruleNoQuoteString
+ // InternalPropertiesParser.g:4282:2: ( ruleNoQuoteString )
+ // InternalPropertiesParser.g:4283:3: ruleNoQuoteString
{
before(grammarAccess.getStringTermAccess().getValueNoQuoteStringParserRuleCall_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -13204,17 +12751,17 @@ public final void rule__StringTerm__ValueAssignment() throws RecognitionExceptio
// $ANTLR start "rule__ArrayRange__LowerBoundAssignment_2"
- // InternalPropertiesParser.g:4448:1: rule__ArrayRange__LowerBoundAssignment_2 : ( ruleINTVALUE ) ;
+ // InternalPropertiesParser.g:4292:1: rule__ArrayRange__LowerBoundAssignment_2 : ( ruleINTVALUE ) ;
public final void rule__ArrayRange__LowerBoundAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4452:1: ( ( ruleINTVALUE ) )
- // InternalPropertiesParser.g:4453:2: ( ruleINTVALUE )
+ // InternalPropertiesParser.g:4296:1: ( ( ruleINTVALUE ) )
+ // InternalPropertiesParser.g:4297:2: ( ruleINTVALUE )
{
- // InternalPropertiesParser.g:4453:2: ( ruleINTVALUE )
- // InternalPropertiesParser.g:4454:3: ruleINTVALUE
+ // InternalPropertiesParser.g:4297:2: ( ruleINTVALUE )
+ // InternalPropertiesParser.g:4298:3: ruleINTVALUE
{
before(grammarAccess.getArrayRangeAccess().getLowerBoundINTVALUEParserRuleCall_2_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -13245,17 +12792,17 @@ public final void rule__ArrayRange__LowerBoundAssignment_2() throws RecognitionE
// $ANTLR start "rule__ArrayRange__UpperBoundAssignment_3_1"
- // InternalPropertiesParser.g:4463:1: rule__ArrayRange__UpperBoundAssignment_3_1 : ( ruleINTVALUE ) ;
+ // InternalPropertiesParser.g:4307:1: rule__ArrayRange__UpperBoundAssignment_3_1 : ( ruleINTVALUE ) ;
public final void rule__ArrayRange__UpperBoundAssignment_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4467:1: ( ( ruleINTVALUE ) )
- // InternalPropertiesParser.g:4468:2: ( ruleINTVALUE )
+ // InternalPropertiesParser.g:4311:1: ( ( ruleINTVALUE ) )
+ // InternalPropertiesParser.g:4312:2: ( ruleINTVALUE )
{
- // InternalPropertiesParser.g:4468:2: ( ruleINTVALUE )
- // InternalPropertiesParser.g:4469:3: ruleINTVALUE
+ // InternalPropertiesParser.g:4312:2: ( ruleINTVALUE )
+ // InternalPropertiesParser.g:4313:3: ruleINTVALUE
{
before(grammarAccess.getArrayRangeAccess().getUpperBoundINTVALUEParserRuleCall_3_1_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -13286,17 +12833,17 @@ public final void rule__ArrayRange__UpperBoundAssignment_3_1() throws Recognitio
// $ANTLR start "rule__SignedConstant__OpAssignment_0"
- // InternalPropertiesParser.g:4478:1: rule__SignedConstant__OpAssignment_0 : ( rulePlusMinus ) ;
+ // InternalPropertiesParser.g:4322:1: rule__SignedConstant__OpAssignment_0 : ( rulePlusMinus ) ;
public final void rule__SignedConstant__OpAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4482:1: ( ( rulePlusMinus ) )
- // InternalPropertiesParser.g:4483:2: ( rulePlusMinus )
+ // InternalPropertiesParser.g:4326:1: ( ( rulePlusMinus ) )
+ // InternalPropertiesParser.g:4327:2: ( rulePlusMinus )
{
- // InternalPropertiesParser.g:4483:2: ( rulePlusMinus )
- // InternalPropertiesParser.g:4484:3: rulePlusMinus
+ // InternalPropertiesParser.g:4327:2: ( rulePlusMinus )
+ // InternalPropertiesParser.g:4328:3: rulePlusMinus
{
before(grammarAccess.getSignedConstantAccess().getOpPlusMinusParserRuleCall_0_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -13327,17 +12874,17 @@ public final void rule__SignedConstant__OpAssignment_0() throws RecognitionExcep
// $ANTLR start "rule__SignedConstant__OwnedPropertyExpressionAssignment_1"
- // InternalPropertiesParser.g:4493:1: rule__SignedConstant__OwnedPropertyExpressionAssignment_1 : ( ruleConstantValue ) ;
+ // InternalPropertiesParser.g:4337:1: rule__SignedConstant__OwnedPropertyExpressionAssignment_1 : ( ruleConstantValue ) ;
public final void rule__SignedConstant__OwnedPropertyExpressionAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4497:1: ( ( ruleConstantValue ) )
- // InternalPropertiesParser.g:4498:2: ( ruleConstantValue )
+ // InternalPropertiesParser.g:4341:1: ( ( ruleConstantValue ) )
+ // InternalPropertiesParser.g:4342:2: ( ruleConstantValue )
{
- // InternalPropertiesParser.g:4498:2: ( ruleConstantValue )
- // InternalPropertiesParser.g:4499:3: ruleConstantValue
+ // InternalPropertiesParser.g:4342:2: ( ruleConstantValue )
+ // InternalPropertiesParser.g:4343:3: ruleConstantValue
{
before(grammarAccess.getSignedConstantAccess().getOwnedPropertyExpressionConstantValueParserRuleCall_1_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -13368,17 +12915,17 @@ public final void rule__SignedConstant__OwnedPropertyExpressionAssignment_1() th
// $ANTLR start "rule__IntegerTerm__ValueAssignment_0"
- // InternalPropertiesParser.g:4508:1: rule__IntegerTerm__ValueAssignment_0 : ( ruleSignedInt ) ;
+ // InternalPropertiesParser.g:4352:1: rule__IntegerTerm__ValueAssignment_0 : ( ruleSignedInt ) ;
public final void rule__IntegerTerm__ValueAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4512:1: ( ( ruleSignedInt ) )
- // InternalPropertiesParser.g:4513:2: ( ruleSignedInt )
+ // InternalPropertiesParser.g:4356:1: ( ( ruleSignedInt ) )
+ // InternalPropertiesParser.g:4357:2: ( ruleSignedInt )
{
- // InternalPropertiesParser.g:4513:2: ( ruleSignedInt )
- // InternalPropertiesParser.g:4514:3: ruleSignedInt
+ // InternalPropertiesParser.g:4357:2: ( ruleSignedInt )
+ // InternalPropertiesParser.g:4358:3: ruleSignedInt
{
before(grammarAccess.getIntegerTermAccess().getValueSignedIntParserRuleCall_0_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -13409,21 +12956,21 @@ public final void rule__IntegerTerm__ValueAssignment_0() throws RecognitionExcep
// $ANTLR start "rule__IntegerTerm__UnitAssignment_1"
- // InternalPropertiesParser.g:4523:1: rule__IntegerTerm__UnitAssignment_1 : ( ( RULE_ID ) ) ;
+ // InternalPropertiesParser.g:4367:1: rule__IntegerTerm__UnitAssignment_1 : ( ( RULE_ID ) ) ;
public final void rule__IntegerTerm__UnitAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4527:1: ( ( ( RULE_ID ) ) )
- // InternalPropertiesParser.g:4528:2: ( ( RULE_ID ) )
+ // InternalPropertiesParser.g:4371:1: ( ( ( RULE_ID ) ) )
+ // InternalPropertiesParser.g:4372:2: ( ( RULE_ID ) )
{
- // InternalPropertiesParser.g:4528:2: ( ( RULE_ID ) )
- // InternalPropertiesParser.g:4529:3: ( RULE_ID )
+ // InternalPropertiesParser.g:4372:2: ( ( RULE_ID ) )
+ // InternalPropertiesParser.g:4373:3: ( RULE_ID )
{
before(grammarAccess.getIntegerTermAccess().getUnitUnitLiteralCrossReference_1_0());
- // InternalPropertiesParser.g:4530:3: ( RULE_ID )
- // InternalPropertiesParser.g:4531:4: RULE_ID
+ // InternalPropertiesParser.g:4374:3: ( RULE_ID )
+ // InternalPropertiesParser.g:4375:4: RULE_ID
{
before(grammarAccess.getIntegerTermAccess().getUnitUnitLiteralIDTerminalRuleCall_1_0_1());
match(input,RULE_ID,FollowSets000.FOLLOW_2);
@@ -13454,17 +13001,17 @@ public final void rule__IntegerTerm__UnitAssignment_1() throws RecognitionExcept
// $ANTLR start "rule__RealTerm__ValueAssignment_0"
- // InternalPropertiesParser.g:4542:1: rule__RealTerm__ValueAssignment_0 : ( ruleSignedReal ) ;
+ // InternalPropertiesParser.g:4386:1: rule__RealTerm__ValueAssignment_0 : ( ruleSignedReal ) ;
public final void rule__RealTerm__ValueAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4546:1: ( ( ruleSignedReal ) )
- // InternalPropertiesParser.g:4547:2: ( ruleSignedReal )
+ // InternalPropertiesParser.g:4390:1: ( ( ruleSignedReal ) )
+ // InternalPropertiesParser.g:4391:2: ( ruleSignedReal )
{
- // InternalPropertiesParser.g:4547:2: ( ruleSignedReal )
- // InternalPropertiesParser.g:4548:3: ruleSignedReal
+ // InternalPropertiesParser.g:4391:2: ( ruleSignedReal )
+ // InternalPropertiesParser.g:4392:3: ruleSignedReal
{
before(grammarAccess.getRealTermAccess().getValueSignedRealParserRuleCall_0_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -13495,21 +13042,21 @@ public final void rule__RealTerm__ValueAssignment_0() throws RecognitionExceptio
// $ANTLR start "rule__RealTerm__UnitAssignment_1"
- // InternalPropertiesParser.g:4557:1: rule__RealTerm__UnitAssignment_1 : ( ( RULE_ID ) ) ;
+ // InternalPropertiesParser.g:4401:1: rule__RealTerm__UnitAssignment_1 : ( ( RULE_ID ) ) ;
public final void rule__RealTerm__UnitAssignment_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4561:1: ( ( ( RULE_ID ) ) )
- // InternalPropertiesParser.g:4562:2: ( ( RULE_ID ) )
+ // InternalPropertiesParser.g:4405:1: ( ( ( RULE_ID ) ) )
+ // InternalPropertiesParser.g:4406:2: ( ( RULE_ID ) )
{
- // InternalPropertiesParser.g:4562:2: ( ( RULE_ID ) )
- // InternalPropertiesParser.g:4563:3: ( RULE_ID )
+ // InternalPropertiesParser.g:4406:2: ( ( RULE_ID ) )
+ // InternalPropertiesParser.g:4407:3: ( RULE_ID )
{
before(grammarAccess.getRealTermAccess().getUnitUnitLiteralCrossReference_1_0());
- // InternalPropertiesParser.g:4564:3: ( RULE_ID )
- // InternalPropertiesParser.g:4565:4: RULE_ID
+ // InternalPropertiesParser.g:4408:3: ( RULE_ID )
+ // InternalPropertiesParser.g:4409:4: RULE_ID
{
before(grammarAccess.getRealTermAccess().getUnitUnitLiteralIDTerminalRuleCall_1_0_1());
match(input,RULE_ID,FollowSets000.FOLLOW_2);
@@ -13540,17 +13087,17 @@ public final void rule__RealTerm__UnitAssignment_1() throws RecognitionException
// $ANTLR start "rule__NumericRangeTerm__MinimumAssignment_0"
- // InternalPropertiesParser.g:4576:1: rule__NumericRangeTerm__MinimumAssignment_0 : ( ruleNumAlt ) ;
+ // InternalPropertiesParser.g:4420:1: rule__NumericRangeTerm__MinimumAssignment_0 : ( ruleNumAlt ) ;
public final void rule__NumericRangeTerm__MinimumAssignment_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4580:1: ( ( ruleNumAlt ) )
- // InternalPropertiesParser.g:4581:2: ( ruleNumAlt )
+ // InternalPropertiesParser.g:4424:1: ( ( ruleNumAlt ) )
+ // InternalPropertiesParser.g:4425:2: ( ruleNumAlt )
{
- // InternalPropertiesParser.g:4581:2: ( ruleNumAlt )
- // InternalPropertiesParser.g:4582:3: ruleNumAlt
+ // InternalPropertiesParser.g:4425:2: ( ruleNumAlt )
+ // InternalPropertiesParser.g:4426:3: ruleNumAlt
{
before(grammarAccess.getNumericRangeTermAccess().getMinimumNumAltParserRuleCall_0_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -13581,17 +13128,17 @@ public final void rule__NumericRangeTerm__MinimumAssignment_0() throws Recogniti
// $ANTLR start "rule__NumericRangeTerm__MaximumAssignment_2"
- // InternalPropertiesParser.g:4591:1: rule__NumericRangeTerm__MaximumAssignment_2 : ( ruleNumAlt ) ;
+ // InternalPropertiesParser.g:4435:1: rule__NumericRangeTerm__MaximumAssignment_2 : ( ruleNumAlt ) ;
public final void rule__NumericRangeTerm__MaximumAssignment_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4595:1: ( ( ruleNumAlt ) )
- // InternalPropertiesParser.g:4596:2: ( ruleNumAlt )
+ // InternalPropertiesParser.g:4439:1: ( ( ruleNumAlt ) )
+ // InternalPropertiesParser.g:4440:2: ( ruleNumAlt )
{
- // InternalPropertiesParser.g:4596:2: ( ruleNumAlt )
- // InternalPropertiesParser.g:4597:3: ruleNumAlt
+ // InternalPropertiesParser.g:4440:2: ( ruleNumAlt )
+ // InternalPropertiesParser.g:4441:3: ruleNumAlt
{
before(grammarAccess.getNumericRangeTermAccess().getMaximumNumAltParserRuleCall_2_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -13622,17 +13169,17 @@ public final void rule__NumericRangeTerm__MaximumAssignment_2() throws Recogniti
// $ANTLR start "rule__NumericRangeTerm__DeltaAssignment_3_1"
- // InternalPropertiesParser.g:4606:1: rule__NumericRangeTerm__DeltaAssignment_3_1 : ( ruleNumAlt ) ;
+ // InternalPropertiesParser.g:4450:1: rule__NumericRangeTerm__DeltaAssignment_3_1 : ( ruleNumAlt ) ;
public final void rule__NumericRangeTerm__DeltaAssignment_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalPropertiesParser.g:4610:1: ( ( ruleNumAlt ) )
- // InternalPropertiesParser.g:4611:2: ( ruleNumAlt )
+ // InternalPropertiesParser.g:4454:1: ( ( ruleNumAlt ) )
+ // InternalPropertiesParser.g:4455:2: ( ruleNumAlt )
{
- // InternalPropertiesParser.g:4611:2: ( ruleNumAlt )
- // InternalPropertiesParser.g:4612:3: ruleNumAlt
+ // InternalPropertiesParser.g:4455:2: ( ruleNumAlt )
+ // InternalPropertiesParser.g:4456:3: ruleNumAlt
{
before(grammarAccess.getNumericRangeTermAccess().getDeltaNumAltParserRuleCall_3_1_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -13717,7 +13264,7 @@ public DFA2(BaseRecognizer recognizer) {
this.transition = dfa_7;
}
public String getDescription() {
- return "973:1: rule__PropertyExpression__Alternatives : ( ( ruleRecordTerm ) | ( ruleReferenceTerm ) | ( ruleComponentClassifierTerm ) | ( ruleComputedTerm ) | ( ruleStringTerm ) | ( ruleNumericRangeTerm ) | ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleListTerm ) | ( ruleBooleanLiteral ) | ( ruleLiteralorReferenceTerm ) );";
+ return "898:1: rule__PropertyExpression__Alternatives : ( ( ruleRecordTerm ) | ( ruleReferenceTerm ) | ( ruleComponentClassifierTerm ) | ( ruleComputedTerm ) | ( ruleStringTerm ) | ( ruleNumericRangeTerm ) | ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleListTerm ) | ( ruleBooleanLiteral ) | ( ruleLiteralorReferenceTerm ) );";
}
}
@@ -13731,30 +13278,30 @@ private static class FollowSets000 {
public static final BitSet FOLLOW_5 = new BitSet(new long[]{0x0000000008040080L});
public static final BitSet FOLLOW_6 = new BitSet(new long[]{0x0000000001000000L});
public static final BitSet FOLLOW_7 = new BitSet(new long[]{0x0000000001000002L});
- public static final BitSet FOLLOW_8 = new BitSet(new long[]{0x0000020000000000L});
- public static final BitSet FOLLOW_9 = new BitSet(new long[]{0x0000000000100000L});
- public static final BitSet FOLLOW_10 = new BitSet(new long[]{0x0000000000200000L});
- public static final BitSet FOLLOW_11 = new BitSet(new long[]{0x0000000000040000L});
- public static final BitSet FOLLOW_12 = new BitSet(new long[]{0x0000000001200000L});
- public static final BitSet FOLLOW_13 = new BitSet(new long[]{0x0000000000002800L});
- public static final BitSet FOLLOW_14 = new BitSet(new long[]{0x0000000020000000L});
- public static final BitSet FOLLOW_15 = new BitSet(new long[]{0x0000020000000002L});
- public static final BitSet FOLLOW_16 = new BitSet(new long[]{0x0000035012B02A70L});
- public static final BitSet FOLLOW_17 = new BitSet(new long[]{0x0000000000020000L});
- public static final BitSet FOLLOW_18 = new BitSet(new long[]{0x0000000008000000L});
- public static final BitSet FOLLOW_19 = new BitSet(new long[]{0x0000000004000000L});
- public static final BitSet FOLLOW_20 = new BitSet(new long[]{0x0000000010000000L});
- public static final BitSet FOLLOW_21 = new BitSet(new long[]{0x0000000010000002L});
- public static final BitSet FOLLOW_22 = new BitSet(new long[]{0x0000004000000000L});
- public static final BitSet FOLLOW_23 = new BitSet(new long[]{0x0000000020008000L});
- public static final BitSet FOLLOW_24 = new BitSet(new long[]{0x0000025002800000L});
- public static final BitSet FOLLOW_25 = new BitSet(new long[]{0x0000004002800000L});
- public static final BitSet FOLLOW_26 = new BitSet(new long[]{0x0000001002800000L});
- public static final BitSet FOLLOW_27 = new BitSet(new long[]{0x0000000000008000L});
- public static final BitSet FOLLOW_28 = new BitSet(new long[]{0x0000000000000400L});
- public static final BitSet FOLLOW_29 = new BitSet(new long[]{0x0000000000080000L});
- public static final BitSet FOLLOW_30 = new BitSet(new long[]{0x0000000000000100L});
- public static final BitSet FOLLOW_31 = new BitSet(new long[]{0x0000000000001000L});
+ public static final BitSet FOLLOW_8 = new BitSet(new long[]{0x0000000000080000L});
+ public static final BitSet FOLLOW_9 = new BitSet(new long[]{0x0000020000000000L});
+ public static final BitSet FOLLOW_10 = new BitSet(new long[]{0x0000000000000100L});
+ public static final BitSet FOLLOW_11 = new BitSet(new long[]{0x0000000000100000L});
+ public static final BitSet FOLLOW_12 = new BitSet(new long[]{0x0000000000200000L});
+ public static final BitSet FOLLOW_13 = new BitSet(new long[]{0x0000000000040000L});
+ public static final BitSet FOLLOW_14 = new BitSet(new long[]{0x0000000000001000L});
+ public static final BitSet FOLLOW_15 = new BitSet(new long[]{0x0000000001200000L});
+ public static final BitSet FOLLOW_16 = new BitSet(new long[]{0x0000000000002800L});
+ public static final BitSet FOLLOW_17 = new BitSet(new long[]{0x0000000020000000L});
+ public static final BitSet FOLLOW_18 = new BitSet(new long[]{0x0000020000000002L});
+ public static final BitSet FOLLOW_19 = new BitSet(new long[]{0x0000035012B02A70L});
+ public static final BitSet FOLLOW_20 = new BitSet(new long[]{0x0000000000020000L});
+ public static final BitSet FOLLOW_21 = new BitSet(new long[]{0x0000000008000000L});
+ public static final BitSet FOLLOW_22 = new BitSet(new long[]{0x0000000004000000L});
+ public static final BitSet FOLLOW_23 = new BitSet(new long[]{0x0000000010000000L});
+ public static final BitSet FOLLOW_24 = new BitSet(new long[]{0x0000000010000002L});
+ public static final BitSet FOLLOW_25 = new BitSet(new long[]{0x0000004000000000L});
+ public static final BitSet FOLLOW_26 = new BitSet(new long[]{0x0000000020008000L});
+ public static final BitSet FOLLOW_27 = new BitSet(new long[]{0x0000025002800000L});
+ public static final BitSet FOLLOW_28 = new BitSet(new long[]{0x0000004002800000L});
+ public static final BitSet FOLLOW_29 = new BitSet(new long[]{0x0000001002800000L});
+ public static final BitSet FOLLOW_30 = new BitSet(new long[]{0x0000000000008000L});
+ public static final BitSet FOLLOW_31 = new BitSet(new long[]{0x0000000000000400L});
public static final BitSet FOLLOW_32 = new BitSet(new long[]{0x0000000000010000L});
}
diff --git a/core/org.osate.xtext.aadl2.properties.ui/src-gen/org/osate/xtext/aadl2/properties/ui/contentassist/AbstractPropertiesProposalProvider.java b/core/org.osate.xtext.aadl2.properties.ui/src-gen/org/osate/xtext/aadl2/properties/ui/contentassist/AbstractPropertiesProposalProvider.java
index 91d0cbff861..477c0d4670e 100644
--- a/core/org.osate.xtext.aadl2.properties.ui/src-gen/org/osate/xtext/aadl2/properties/ui/contentassist/AbstractPropertiesProposalProvider.java
+++ b/core/org.osate.xtext.aadl2.properties.ui/src-gen/org/osate/xtext/aadl2/properties/ui/contentassist/AbstractPropertiesProposalProvider.java
@@ -270,15 +270,6 @@ public void complete_NumericRangeTerm(EObject model, RuleCall ruleCall, ContentA
public void complete_NumAlt(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
// subclasses may override
}
- public void complete_AppliesToKeywords(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
- public void complete_InBindingKeywords(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
- public void complete_InModesKeywords(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- // subclasses may override
- }
public void complete_SL_COMMENT(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
// subclasses may override
}
diff --git a/core/org.osate.xtext.aadl2.properties.ui/src/org/osate/xtext/aadl2/properties/ui/contentassist/PropertiesProposalProvider.xtend b/core/org.osate.xtext.aadl2.properties.ui/src/org/osate/xtext/aadl2/properties/ui/contentassist/PropertiesProposalProvider.xtend
index 0f4cc6fd8f2..0e7871f2440 100644
--- a/core/org.osate.xtext.aadl2.properties.ui/src/org/osate/xtext/aadl2/properties/ui/contentassist/PropertiesProposalProvider.xtend
+++ b/core/org.osate.xtext.aadl2.properties.ui/src/org/osate/xtext/aadl2/properties/ui/contentassist/PropertiesProposalProvider.xtend
@@ -23,15 +23,11 @@
*/
package org.osate.xtext.aadl2.properties.ui.contentassist;
-import com.google.inject.Inject
import org.eclipse.emf.ecore.EObject
import org.eclipse.emf.ecore.util.EcoreUtil
import org.eclipse.xtext.Assignment
import org.eclipse.xtext.CrossReference
import org.eclipse.xtext.EcoreUtil2
-import org.eclipse.xtext.Group
-import org.eclipse.xtext.Keyword
-import org.eclipse.xtext.RuleCall
import org.eclipse.xtext.resource.IEObjectDescription
import org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext
import org.eclipse.xtext.ui.editor.contentassist.ICompletionProposalAcceptor
@@ -39,23 +35,20 @@ import org.osate.aadl2.BasicPropertyAssociation
import org.osate.aadl2.ClassifierType
import org.osate.aadl2.ClassifierValue
import org.osate.aadl2.EnumerationLiteral
+import org.osate.aadl2.ListType
+import org.osate.aadl2.ListValue
import org.osate.aadl2.Property
import org.osate.aadl2.PropertyAssociation
import org.osate.aadl2.PropertyConstant
+import org.osate.aadl2.PropertyType
import org.osate.aadl2.RecordValue
import org.osate.aadl2.modelsupport.util.AadlUtil
-import org.osate.xtext.aadl2.properties.services.PropertiesGrammarAccess
import org.osate.aadl2.util.Aadl2Util
-import org.osate.aadl2.ListValue
-import org.osate.aadl2.PropertyType
-import org.osate.aadl2.ListType
/**
* see http://www.eclipse.org/Xtext/documentation/latest/xtext.html#contentAssist on how to customize content assistant
*/
class PropertiesProposalProvider extends AbstractPropertiesProposalProvider {
- @Inject extension PropertiesGrammarAccess
-
override completeOptionalModalPropertyValue_InMode(EObject model, Assignment assignment, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
lookupCrossReference(assignment.terminal as CrossReference, context, acceptor, [
val proposedObj = EcoreUtil.resolve(EObjectOrProxy, model)
@@ -98,26 +91,6 @@ class PropertiesProposalProvider extends AbstractPropertiesProposalProvider {
])
}
- override complete_AppliesToKeywords(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- appliesToKeywordsAccess.group.createKeywordProposal(context, acceptor)
- }
-
- override complete_InBindingKeywords(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- inBindingKeywordsAccess.group.createKeywordProposal(context, acceptor)
- }
-
- override complete_InModesKeywords(EObject model, RuleCall ruleCall, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- inModesKeywordsAccess.group.createKeywordProposal(context, acceptor)
- }
-
- //Based on example from https://blogs.itemis.com/en/xtext-hint-content-assist-for-multiple-consecutive-keywords
- def protected void createKeywordProposal(Group group, ContentAssistContext context, ICompletionProposalAcceptor acceptor) {
- if (group !== null) {
- val proposalString = group.elements.filter(Keyword).map[value].join(" ")
- acceptor.accept(createCompletionProposal(proposalString, proposalString, getImage(group), context))
- }
- }
-
def private showCrossReference(IEObjectDescription objDesc, EObject model){
val expectedPropertyType =
switch model {
diff --git a/core/org.osate.xtext.aadl2.properties/.settings/.api_filters b/core/org.osate.xtext.aadl2.properties/.settings/.api_filters
index b3a8dcfa7d5..ead56e4890a 100644
--- a/core/org.osate.xtext.aadl2.properties/.settings/.api_filters
+++ b/core/org.osate.xtext.aadl2.properties/.settings/.api_filters
@@ -1,10 +1,40 @@
-
-
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -17,6 +47,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -31,6 +79,549 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/core/org.osate.xtext.aadl2.properties/META-INF/MANIFEST.MF b/core/org.osate.xtext.aadl2.properties/META-INF/MANIFEST.MF
index a957df2cdbc..220d5cbc534 100644
--- a/core/org.osate.xtext.aadl2.properties/META-INF/MANIFEST.MF
+++ b/core/org.osate.xtext.aadl2.properties/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Aadl2 Xtext Properties
Bundle-Vendor: CMU/SEI
-Bundle-Version: 3.0.2.qualifier
+Bundle-Version: 4.0.0.qualifier
Bundle-SymbolicName: org.osate.xtext.aadl2.properties;singleton:=true
Require-Bundle: org.osate.aadl2;bundle-version="[4.0.0,5.0.0)",
org.eclipse.core.runtime;bundle-version="[3.7.0,4.0.0)",
diff --git a/core/org.osate.xtext.aadl2.properties/pom.xml b/core/org.osate.xtext.aadl2.properties/pom.xml
index 1b0ce67b107..93f57c62b80 100644
--- a/core/org.osate.xtext.aadl2.properties/pom.xml
+++ b/core/org.osate.xtext.aadl2.properties/pom.xml
@@ -12,7 +12,7 @@
org.osate
org.osate.xtext.aadl2.properties
- 3.0.2-SNAPSHOT
+ 4.0.0-SNAPSHOT
eclipse-plugin
diff --git a/core/org.osate.xtext.aadl2.properties/src-gen/org/osate/xtext/aadl2/properties/Properties.xtextbin b/core/org.osate.xtext.aadl2.properties/src-gen/org/osate/xtext/aadl2/properties/Properties.xtextbin
index 4e37dd26632..0b236f94519 100644
Binary files a/core/org.osate.xtext.aadl2.properties/src-gen/org/osate/xtext/aadl2/properties/Properties.xtextbin and b/core/org.osate.xtext.aadl2.properties/src-gen/org/osate/xtext/aadl2/properties/Properties.xtextbin differ
diff --git a/core/org.osate.xtext.aadl2.properties/src-gen/org/osate/xtext/aadl2/properties/parser/antlr/internal/InternalPropertiesParser.g b/core/org.osate.xtext.aadl2.properties/src-gen/org/osate/xtext/aadl2/properties/parser/antlr/internal/InternalPropertiesParser.g
index 050599534cb..fe73428b39c 100644
--- a/core/org.osate.xtext.aadl2.properties/src-gen/org/osate/xtext/aadl2/properties/parser/antlr/internal/InternalPropertiesParser.g
+++ b/core/org.osate.xtext.aadl2.properties/src-gen/org/osate/xtext/aadl2/properties/parser/antlr/internal/InternalPropertiesParser.g
@@ -212,19 +212,20 @@ ruleContainedPropertyAssociation returns [EObject current=null]
)*
)
(
+ otherlv_7=Applies
{
- newCompositeNode(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToKeywordsParserRuleCall_4_0());
+ newLeafNode(otherlv_7, grammarAccess.getContainedPropertyAssociationAccess().getAppliesKeyword_4_0());
}
- ruleAppliesToKeywords
+ otherlv_8=To
{
- afterParserOrEnumRuleCall();
+ newLeafNode(otherlv_8, grammarAccess.getContainedPropertyAssociationAccess().getToKeyword_4_1());
}
(
(
{
- newCompositeNode(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_1_0());
+ newCompositeNode(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_2_0());
}
- lv_appliesTo_8_0=ruleContainmentPath
+ lv_appliesTo_9_0=ruleContainmentPath
{
if ($current==null) {
$current = createModelElementForParent(grammarAccess.getContainedPropertyAssociationRule());
@@ -232,23 +233,23 @@ ruleContainedPropertyAssociation returns [EObject current=null]
add(
$current,
"appliesTo",
- lv_appliesTo_8_0,
+ lv_appliesTo_9_0,
"org.osate.xtext.aadl2.properties.Properties.ContainmentPath");
afterParserOrEnumRuleCall();
}
)
)
(
- otherlv_9=Comma
+ otherlv_10=Comma
{
- newLeafNode(otherlv_9, grammarAccess.getContainedPropertyAssociationAccess().getCommaKeyword_4_2_0());
+ newLeafNode(otherlv_10, grammarAccess.getContainedPropertyAssociationAccess().getCommaKeyword_4_3_0());
}
(
(
{
- newCompositeNode(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_2_1_0());
+ newCompositeNode(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_3_1_0());
}
- lv_appliesTo_10_0=ruleContainmentPath
+ lv_appliesTo_11_0=ruleContainmentPath
{
if ($current==null) {
$current = createModelElementForParent(grammarAccess.getContainedPropertyAssociationRule());
@@ -256,7 +257,7 @@ ruleContainedPropertyAssociation returns [EObject current=null]
add(
$current,
"appliesTo",
- lv_appliesTo_10_0,
+ lv_appliesTo_11_0,
"org.osate.xtext.aadl2.properties.Properties.ContainmentPath");
afterParserOrEnumRuleCall();
}
@@ -265,16 +266,17 @@ ruleContainedPropertyAssociation returns [EObject current=null]
)*
)?
(
+ otherlv_12=In
{
- newCompositeNode(grammarAccess.getContainedPropertyAssociationAccess().getInBindingKeywordsParserRuleCall_5_0());
+ newLeafNode(otherlv_12, grammarAccess.getContainedPropertyAssociationAccess().getInKeyword_5_0());
}
- ruleInBindingKeywords
+ otherlv_13=Binding
{
- afterParserOrEnumRuleCall();
+ newLeafNode(otherlv_13, grammarAccess.getContainedPropertyAssociationAccess().getBindingKeyword_5_1());
}
- otherlv_12=LeftParenthesis
+ otherlv_14=LeftParenthesis
{
- newLeafNode(otherlv_12, grammarAccess.getContainedPropertyAssociationAccess().getLeftParenthesisKeyword_5_1());
+ newLeafNode(otherlv_14, grammarAccess.getContainedPropertyAssociationAccess().getLeftParenthesisKeyword_5_2());
}
(
(
@@ -284,7 +286,7 @@ ruleContainedPropertyAssociation returns [EObject current=null]
}
}
{
- newCompositeNode(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierCrossReference_5_2_0());
+ newCompositeNode(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierCrossReference_5_3_0());
}
ruleQCREF
{
@@ -292,14 +294,14 @@ ruleContainedPropertyAssociation returns [EObject current=null]
}
)
)
- otherlv_14=RightParenthesis
+ otherlv_16=RightParenthesis
{
- newLeafNode(otherlv_14, grammarAccess.getContainedPropertyAssociationAccess().getRightParenthesisKeyword_5_3());
+ newLeafNode(otherlv_16, grammarAccess.getContainedPropertyAssociationAccess().getRightParenthesisKeyword_5_4());
}
)?
- otherlv_15=Semicolon
+ otherlv_17=Semicolon
{
- newLeafNode(otherlv_15, grammarAccess.getContainedPropertyAssociationAccess().getSemicolonKeyword_6());
+ newLeafNode(otherlv_17, grammarAccess.getContainedPropertyAssociationAccess().getSemicolonKeyword_6());
}
)
;
@@ -376,16 +378,17 @@ ruleOptionalModalPropertyValue returns [EObject current=null]
)
)
(
+ otherlv_1=In
{
- newCompositeNode(grammarAccess.getOptionalModalPropertyValueAccess().getInModesKeywordsParserRuleCall_1_0());
+ newLeafNode(otherlv_1, grammarAccess.getOptionalModalPropertyValueAccess().getInKeyword_1_0());
}
- ruleInModesKeywords
+ otherlv_2=Modes
{
- afterParserOrEnumRuleCall();
+ newLeafNode(otherlv_2, grammarAccess.getOptionalModalPropertyValueAccess().getModesKeyword_1_1());
}
- otherlv_2=LeftParenthesis
+ otherlv_3=LeftParenthesis
{
- newLeafNode(otherlv_2, grammarAccess.getOptionalModalPropertyValueAccess().getLeftParenthesisKeyword_1_1());
+ newLeafNode(otherlv_3, grammarAccess.getOptionalModalPropertyValueAccess().getLeftParenthesisKeyword_1_2());
}
(
(
@@ -394,16 +397,16 @@ ruleOptionalModalPropertyValue returns [EObject current=null]
$current = createModelElement(grammarAccess.getOptionalModalPropertyValueRule());
}
}
- otherlv_3=RULE_ID
+ otherlv_4=RULE_ID
{
- newLeafNode(otherlv_3, grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_2_0());
+ newLeafNode(otherlv_4, grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_3_0());
}
)
)
(
- otherlv_4=Comma
+ otherlv_5=Comma
{
- newLeafNode(otherlv_4, grammarAccess.getOptionalModalPropertyValueAccess().getCommaKeyword_1_3_0());
+ newLeafNode(otherlv_5, grammarAccess.getOptionalModalPropertyValueAccess().getCommaKeyword_1_4_0());
}
(
(
@@ -412,16 +415,16 @@ ruleOptionalModalPropertyValue returns [EObject current=null]
$current = createModelElement(grammarAccess.getOptionalModalPropertyValueRule());
}
}
- otherlv_5=RULE_ID
+ otherlv_6=RULE_ID
{
- newLeafNode(otherlv_5, grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_3_1_0());
+ newLeafNode(otherlv_6, grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_4_1_0());
}
)
)
)*
- otherlv_6=RightParenthesis
+ otherlv_7=RightParenthesis
{
- newLeafNode(otherlv_6, grammarAccess.getOptionalModalPropertyValueAccess().getRightParenthesisKeyword_1_4());
+ newLeafNode(otherlv_7, grammarAccess.getOptionalModalPropertyValueAccess().getRightParenthesisKeyword_1_5());
}
)?
)
@@ -1647,93 +1650,6 @@ ruleNumAlt returns [EObject current=null]
)
;
-// Entry rule entryRuleAppliesToKeywords
-entryRuleAppliesToKeywords returns [String current=null]:
- { newCompositeNode(grammarAccess.getAppliesToKeywordsRule()); }
- iv_ruleAppliesToKeywords=ruleAppliesToKeywords
- { $current=$iv_ruleAppliesToKeywords.current.getText(); }
- EOF;
-
-// Rule AppliesToKeywords
-ruleAppliesToKeywords returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()]
-@init {
- enterRule();
-}
-@after {
- leaveRule();
-}:
- (
- kw=Applies
- {
- $current.merge(kw);
- newLeafNode(kw, grammarAccess.getAppliesToKeywordsAccess().getAppliesKeyword_0());
- }
- kw=To
- {
- $current.merge(kw);
- newLeafNode(kw, grammarAccess.getAppliesToKeywordsAccess().getToKeyword_1());
- }
- )
-;
-
-// Entry rule entryRuleInBindingKeywords
-entryRuleInBindingKeywords returns [String current=null]:
- { newCompositeNode(grammarAccess.getInBindingKeywordsRule()); }
- iv_ruleInBindingKeywords=ruleInBindingKeywords
- { $current=$iv_ruleInBindingKeywords.current.getText(); }
- EOF;
-
-// Rule InBindingKeywords
-ruleInBindingKeywords returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()]
-@init {
- enterRule();
-}
-@after {
- leaveRule();
-}:
- (
- kw=In
- {
- $current.merge(kw);
- newLeafNode(kw, grammarAccess.getInBindingKeywordsAccess().getInKeyword_0());
- }
- kw=Binding
- {
- $current.merge(kw);
- newLeafNode(kw, grammarAccess.getInBindingKeywordsAccess().getBindingKeyword_1());
- }
- )
-;
-
-// Entry rule entryRuleInModesKeywords
-entryRuleInModesKeywords returns [String current=null]:
- { newCompositeNode(grammarAccess.getInModesKeywordsRule()); }
- iv_ruleInModesKeywords=ruleInModesKeywords
- { $current=$iv_ruleInModesKeywords.current.getText(); }
- EOF;
-
-// Rule InModesKeywords
-ruleInModesKeywords returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()]
-@init {
- enterRule();
-}
-@after {
- leaveRule();
-}:
- (
- kw=In
- {
- $current.merge(kw);
- newLeafNode(kw, grammarAccess.getInModesKeywordsAccess().getInKeyword_0());
- }
- kw=Modes
- {
- $current.merge(kw);
- newLeafNode(kw, grammarAccess.getInModesKeywordsAccess().getModesKeyword_1());
- }
- )
-;
-
// Entry rule entryRuleINTVALUE
entryRuleINTVALUE returns [String current=null]:
{ newCompositeNode(grammarAccess.getINTVALUERule()); }
diff --git a/core/org.osate.xtext.aadl2.properties/src-gen/org/osate/xtext/aadl2/properties/parser/antlr/internal/InternalPropertiesParser.java b/core/org.osate.xtext.aadl2.properties/src-gen/org/osate/xtext/aadl2/properties/parser/antlr/internal/InternalPropertiesParser.java
index 75d67d13b5a..a04f643a71c 100644
--- a/core/org.osate.xtext.aadl2.properties/src-gen/org/osate/xtext/aadl2/properties/parser/antlr/internal/InternalPropertiesParser.java
+++ b/core/org.osate.xtext.aadl2.properties/src-gen/org/osate/xtext/aadl2/properties/parser/antlr/internal/InternalPropertiesParser.java
@@ -245,7 +245,7 @@ public final EObject entryRuleContainedPropertyAssociation() throws RecognitionE
// $ANTLR start "ruleContainedPropertyAssociation"
- // InternalPropertiesParser.g:109:1: ruleContainedPropertyAssociation returns [EObject current=null] : ( ( ( ruleQPREF ) ) (otherlv_1= EqualsSignGreaterThanSign | ( (lv_append_2_0= PlusSignEqualsSignGreaterThanSign ) ) ) ( (lv_constant_3_0= Constant ) )? ( ( (lv_ownedValue_4_0= ruleOptionalModalPropertyValue ) ) (otherlv_5= Comma ( (lv_ownedValue_6_0= ruleOptionalModalPropertyValue ) ) )* ) ( ruleAppliesToKeywords ( (lv_appliesTo_8_0= ruleContainmentPath ) ) (otherlv_9= Comma ( (lv_appliesTo_10_0= ruleContainmentPath ) ) )* )? ( ruleInBindingKeywords otherlv_12= LeftParenthesis ( ( ruleQCREF ) ) otherlv_14= RightParenthesis )? otherlv_15= Semicolon ) ;
+ // InternalPropertiesParser.g:109:1: ruleContainedPropertyAssociation returns [EObject current=null] : ( ( ( ruleQPREF ) ) (otherlv_1= EqualsSignGreaterThanSign | ( (lv_append_2_0= PlusSignEqualsSignGreaterThanSign ) ) ) ( (lv_constant_3_0= Constant ) )? ( ( (lv_ownedValue_4_0= ruleOptionalModalPropertyValue ) ) (otherlv_5= Comma ( (lv_ownedValue_6_0= ruleOptionalModalPropertyValue ) ) )* ) (otherlv_7= Applies otherlv_8= To ( (lv_appliesTo_9_0= ruleContainmentPath ) ) (otherlv_10= Comma ( (lv_appliesTo_11_0= ruleContainmentPath ) ) )* )? (otherlv_12= In otherlv_13= Binding otherlv_14= LeftParenthesis ( ( ruleQCREF ) ) otherlv_16= RightParenthesis )? otherlv_17= Semicolon ) ;
public final EObject ruleContainedPropertyAssociation() throws RecognitionException {
EObject current = null;
@@ -253,28 +253,32 @@ public final EObject ruleContainedPropertyAssociation() throws RecognitionExcept
Token lv_append_2_0=null;
Token lv_constant_3_0=null;
Token otherlv_5=null;
- Token otherlv_9=null;
+ Token otherlv_7=null;
+ Token otherlv_8=null;
+ Token otherlv_10=null;
Token otherlv_12=null;
+ Token otherlv_13=null;
Token otherlv_14=null;
- Token otherlv_15=null;
+ Token otherlv_16=null;
+ Token otherlv_17=null;
EObject lv_ownedValue_4_0 = null;
EObject lv_ownedValue_6_0 = null;
- EObject lv_appliesTo_8_0 = null;
+ EObject lv_appliesTo_9_0 = null;
- EObject lv_appliesTo_10_0 = null;
+ EObject lv_appliesTo_11_0 = null;
enterRule();
try {
- // InternalPropertiesParser.g:115:2: ( ( ( ( ruleQPREF ) ) (otherlv_1= EqualsSignGreaterThanSign | ( (lv_append_2_0= PlusSignEqualsSignGreaterThanSign ) ) ) ( (lv_constant_3_0= Constant ) )? ( ( (lv_ownedValue_4_0= ruleOptionalModalPropertyValue ) ) (otherlv_5= Comma ( (lv_ownedValue_6_0= ruleOptionalModalPropertyValue ) ) )* ) ( ruleAppliesToKeywords ( (lv_appliesTo_8_0= ruleContainmentPath ) ) (otherlv_9= Comma ( (lv_appliesTo_10_0= ruleContainmentPath ) ) )* )? ( ruleInBindingKeywords otherlv_12= LeftParenthesis ( ( ruleQCREF ) ) otherlv_14= RightParenthesis )? otherlv_15= Semicolon ) )
- // InternalPropertiesParser.g:116:2: ( ( ( ruleQPREF ) ) (otherlv_1= EqualsSignGreaterThanSign | ( (lv_append_2_0= PlusSignEqualsSignGreaterThanSign ) ) ) ( (lv_constant_3_0= Constant ) )? ( ( (lv_ownedValue_4_0= ruleOptionalModalPropertyValue ) ) (otherlv_5= Comma ( (lv_ownedValue_6_0= ruleOptionalModalPropertyValue ) ) )* ) ( ruleAppliesToKeywords ( (lv_appliesTo_8_0= ruleContainmentPath ) ) (otherlv_9= Comma ( (lv_appliesTo_10_0= ruleContainmentPath ) ) )* )? ( ruleInBindingKeywords otherlv_12= LeftParenthesis ( ( ruleQCREF ) ) otherlv_14= RightParenthesis )? otherlv_15= Semicolon )
+ // InternalPropertiesParser.g:115:2: ( ( ( ( ruleQPREF ) ) (otherlv_1= EqualsSignGreaterThanSign | ( (lv_append_2_0= PlusSignEqualsSignGreaterThanSign ) ) ) ( (lv_constant_3_0= Constant ) )? ( ( (lv_ownedValue_4_0= ruleOptionalModalPropertyValue ) ) (otherlv_5= Comma ( (lv_ownedValue_6_0= ruleOptionalModalPropertyValue ) ) )* ) (otherlv_7= Applies otherlv_8= To ( (lv_appliesTo_9_0= ruleContainmentPath ) ) (otherlv_10= Comma ( (lv_appliesTo_11_0= ruleContainmentPath ) ) )* )? (otherlv_12= In otherlv_13= Binding otherlv_14= LeftParenthesis ( ( ruleQCREF ) ) otherlv_16= RightParenthesis )? otherlv_17= Semicolon ) )
+ // InternalPropertiesParser.g:116:2: ( ( ( ruleQPREF ) ) (otherlv_1= EqualsSignGreaterThanSign | ( (lv_append_2_0= PlusSignEqualsSignGreaterThanSign ) ) ) ( (lv_constant_3_0= Constant ) )? ( ( (lv_ownedValue_4_0= ruleOptionalModalPropertyValue ) ) (otherlv_5= Comma ( (lv_ownedValue_6_0= ruleOptionalModalPropertyValue ) ) )* ) (otherlv_7= Applies otherlv_8= To ( (lv_appliesTo_9_0= ruleContainmentPath ) ) (otherlv_10= Comma ( (lv_appliesTo_11_0= ruleContainmentPath ) ) )* )? (otherlv_12= In otherlv_13= Binding otherlv_14= LeftParenthesis ( ( ruleQCREF ) ) otherlv_16= RightParenthesis )? otherlv_17= Semicolon )
{
- // InternalPropertiesParser.g:116:2: ( ( ( ruleQPREF ) ) (otherlv_1= EqualsSignGreaterThanSign | ( (lv_append_2_0= PlusSignEqualsSignGreaterThanSign ) ) ) ( (lv_constant_3_0= Constant ) )? ( ( (lv_ownedValue_4_0= ruleOptionalModalPropertyValue ) ) (otherlv_5= Comma ( (lv_ownedValue_6_0= ruleOptionalModalPropertyValue ) ) )* ) ( ruleAppliesToKeywords ( (lv_appliesTo_8_0= ruleContainmentPath ) ) (otherlv_9= Comma ( (lv_appliesTo_10_0= ruleContainmentPath ) ) )* )? ( ruleInBindingKeywords otherlv_12= LeftParenthesis ( ( ruleQCREF ) ) otherlv_14= RightParenthesis )? otherlv_15= Semicolon )
- // InternalPropertiesParser.g:117:3: ( ( ruleQPREF ) ) (otherlv_1= EqualsSignGreaterThanSign | ( (lv_append_2_0= PlusSignEqualsSignGreaterThanSign ) ) ) ( (lv_constant_3_0= Constant ) )? ( ( (lv_ownedValue_4_0= ruleOptionalModalPropertyValue ) ) (otherlv_5= Comma ( (lv_ownedValue_6_0= ruleOptionalModalPropertyValue ) ) )* ) ( ruleAppliesToKeywords ( (lv_appliesTo_8_0= ruleContainmentPath ) ) (otherlv_9= Comma ( (lv_appliesTo_10_0= ruleContainmentPath ) ) )* )? ( ruleInBindingKeywords otherlv_12= LeftParenthesis ( ( ruleQCREF ) ) otherlv_14= RightParenthesis )? otherlv_15= Semicolon
+ // InternalPropertiesParser.g:116:2: ( ( ( ruleQPREF ) ) (otherlv_1= EqualsSignGreaterThanSign | ( (lv_append_2_0= PlusSignEqualsSignGreaterThanSign ) ) ) ( (lv_constant_3_0= Constant ) )? ( ( (lv_ownedValue_4_0= ruleOptionalModalPropertyValue ) ) (otherlv_5= Comma ( (lv_ownedValue_6_0= ruleOptionalModalPropertyValue ) ) )* ) (otherlv_7= Applies otherlv_8= To ( (lv_appliesTo_9_0= ruleContainmentPath ) ) (otherlv_10= Comma ( (lv_appliesTo_11_0= ruleContainmentPath ) ) )* )? (otherlv_12= In otherlv_13= Binding otherlv_14= LeftParenthesis ( ( ruleQCREF ) ) otherlv_16= RightParenthesis )? otherlv_17= Semicolon )
+ // InternalPropertiesParser.g:117:3: ( ( ruleQPREF ) ) (otherlv_1= EqualsSignGreaterThanSign | ( (lv_append_2_0= PlusSignEqualsSignGreaterThanSign ) ) ) ( (lv_constant_3_0= Constant ) )? ( ( (lv_ownedValue_4_0= ruleOptionalModalPropertyValue ) ) (otherlv_5= Comma ( (lv_ownedValue_6_0= ruleOptionalModalPropertyValue ) ) )* ) (otherlv_7= Applies otherlv_8= To ( (lv_appliesTo_9_0= ruleContainmentPath ) ) (otherlv_10= Comma ( (lv_appliesTo_11_0= ruleContainmentPath ) ) )* )? (otherlv_12= In otherlv_13= Binding otherlv_14= LeftParenthesis ( ( ruleQCREF ) ) otherlv_16= RightParenthesis )? otherlv_17= Semicolon
{
// InternalPropertiesParser.g:117:3: ( ( ruleQPREF ) )
// InternalPropertiesParser.g:118:4: ( ruleQPREF )
@@ -491,7 +495,7 @@ else if ( (LA1_0==PlusSignEqualsSignGreaterThanSign) ) {
}
- // InternalPropertiesParser.g:214:3: ( ruleAppliesToKeywords ( (lv_appliesTo_8_0= ruleContainmentPath ) ) (otherlv_9= Comma ( (lv_appliesTo_10_0= ruleContainmentPath ) ) )* )?
+ // InternalPropertiesParser.g:214:3: (otherlv_7= Applies otherlv_8= To ( (lv_appliesTo_9_0= ruleContainmentPath ) ) (otherlv_10= Comma ( (lv_appliesTo_11_0= ruleContainmentPath ) ) )* )?
int alt5=2;
int LA5_0 = input.LA(1);
@@ -500,30 +504,27 @@ else if ( (LA1_0==PlusSignEqualsSignGreaterThanSign) ) {
}
switch (alt5) {
case 1 :
- // InternalPropertiesParser.g:215:4: ruleAppliesToKeywords ( (lv_appliesTo_8_0= ruleContainmentPath ) ) (otherlv_9= Comma ( (lv_appliesTo_10_0= ruleContainmentPath ) ) )*
+ // InternalPropertiesParser.g:215:4: otherlv_7= Applies otherlv_8= To ( (lv_appliesTo_9_0= ruleContainmentPath ) ) (otherlv_10= Comma ( (lv_appliesTo_11_0= ruleContainmentPath ) ) )*
{
+ otherlv_7=(Token)match(input,Applies,FollowSets000.FOLLOW_6);
- newCompositeNode(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToKeywordsParserRuleCall_4_0());
+ newLeafNode(otherlv_7, grammarAccess.getContainedPropertyAssociationAccess().getAppliesKeyword_4_0());
- pushFollow(FollowSets000.FOLLOW_6);
- ruleAppliesToKeywords();
+ otherlv_8=(Token)match(input,To,FollowSets000.FOLLOW_7);
- state._fsp--;
-
-
- afterParserOrEnumRuleCall();
+ newLeafNode(otherlv_8, grammarAccess.getContainedPropertyAssociationAccess().getToKeyword_4_1());
- // InternalPropertiesParser.g:222:4: ( (lv_appliesTo_8_0= ruleContainmentPath ) )
- // InternalPropertiesParser.g:223:5: (lv_appliesTo_8_0= ruleContainmentPath )
+ // InternalPropertiesParser.g:223:4: ( (lv_appliesTo_9_0= ruleContainmentPath ) )
+ // InternalPropertiesParser.g:224:5: (lv_appliesTo_9_0= ruleContainmentPath )
{
- // InternalPropertiesParser.g:223:5: (lv_appliesTo_8_0= ruleContainmentPath )
- // InternalPropertiesParser.g:224:6: lv_appliesTo_8_0= ruleContainmentPath
+ // InternalPropertiesParser.g:224:5: (lv_appliesTo_9_0= ruleContainmentPath )
+ // InternalPropertiesParser.g:225:6: lv_appliesTo_9_0= ruleContainmentPath
{
- newCompositeNode(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_1_0());
+ newCompositeNode(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_2_0());
- pushFollow(FollowSets000.FOLLOW_7);
- lv_appliesTo_8_0=ruleContainmentPath();
+ pushFollow(FollowSets000.FOLLOW_8);
+ lv_appliesTo_9_0=ruleContainmentPath();
state._fsp--;
@@ -534,7 +535,7 @@ else if ( (LA1_0==PlusSignEqualsSignGreaterThanSign) ) {
add(
current,
"appliesTo",
- lv_appliesTo_8_0,
+ lv_appliesTo_9_0,
"org.osate.xtext.aadl2.properties.Properties.ContainmentPath");
afterParserOrEnumRuleCall();
@@ -544,7 +545,7 @@ else if ( (LA1_0==PlusSignEqualsSignGreaterThanSign) ) {
}
- // InternalPropertiesParser.g:241:4: (otherlv_9= Comma ( (lv_appliesTo_10_0= ruleContainmentPath ) ) )*
+ // InternalPropertiesParser.g:242:4: (otherlv_10= Comma ( (lv_appliesTo_11_0= ruleContainmentPath ) ) )*
loop4:
do {
int alt4=2;
@@ -557,23 +558,23 @@ else if ( (LA1_0==PlusSignEqualsSignGreaterThanSign) ) {
switch (alt4) {
case 1 :
- // InternalPropertiesParser.g:242:5: otherlv_9= Comma ( (lv_appliesTo_10_0= ruleContainmentPath ) )
+ // InternalPropertiesParser.g:243:5: otherlv_10= Comma ( (lv_appliesTo_11_0= ruleContainmentPath ) )
{
- otherlv_9=(Token)match(input,Comma,FollowSets000.FOLLOW_6);
+ otherlv_10=(Token)match(input,Comma,FollowSets000.FOLLOW_7);
- newLeafNode(otherlv_9, grammarAccess.getContainedPropertyAssociationAccess().getCommaKeyword_4_2_0());
+ newLeafNode(otherlv_10, grammarAccess.getContainedPropertyAssociationAccess().getCommaKeyword_4_3_0());
- // InternalPropertiesParser.g:246:5: ( (lv_appliesTo_10_0= ruleContainmentPath ) )
- // InternalPropertiesParser.g:247:6: (lv_appliesTo_10_0= ruleContainmentPath )
+ // InternalPropertiesParser.g:247:5: ( (lv_appliesTo_11_0= ruleContainmentPath ) )
+ // InternalPropertiesParser.g:248:6: (lv_appliesTo_11_0= ruleContainmentPath )
{
- // InternalPropertiesParser.g:247:6: (lv_appliesTo_10_0= ruleContainmentPath )
- // InternalPropertiesParser.g:248:7: lv_appliesTo_10_0= ruleContainmentPath
+ // InternalPropertiesParser.g:248:6: (lv_appliesTo_11_0= ruleContainmentPath )
+ // InternalPropertiesParser.g:249:7: lv_appliesTo_11_0= ruleContainmentPath
{
- newCompositeNode(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_2_1_0());
+ newCompositeNode(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_3_1_0());
- pushFollow(FollowSets000.FOLLOW_7);
- lv_appliesTo_10_0=ruleContainmentPath();
+ pushFollow(FollowSets000.FOLLOW_8);
+ lv_appliesTo_11_0=ruleContainmentPath();
state._fsp--;
@@ -584,7 +585,7 @@ else if ( (LA1_0==PlusSignEqualsSignGreaterThanSign) ) {
add(
current,
"appliesTo",
- lv_appliesTo_10_0,
+ lv_appliesTo_11_0,
"org.osate.xtext.aadl2.properties.Properties.ContainmentPath");
afterParserOrEnumRuleCall();
@@ -609,7 +610,7 @@ else if ( (LA1_0==PlusSignEqualsSignGreaterThanSign) ) {
}
- // InternalPropertiesParser.g:267:3: ( ruleInBindingKeywords otherlv_12= LeftParenthesis ( ( ruleQCREF ) ) otherlv_14= RightParenthesis )?
+ // InternalPropertiesParser.g:268:3: (otherlv_12= In otherlv_13= Binding otherlv_14= LeftParenthesis ( ( ruleQCREF ) ) otherlv_16= RightParenthesis )?
int alt6=2;
int LA6_0 = input.LA(1);
@@ -618,28 +619,25 @@ else if ( (LA1_0==PlusSignEqualsSignGreaterThanSign) ) {
}
switch (alt6) {
case 1 :
- // InternalPropertiesParser.g:268:4: ruleInBindingKeywords otherlv_12= LeftParenthesis ( ( ruleQCREF ) ) otherlv_14= RightParenthesis
+ // InternalPropertiesParser.g:269:4: otherlv_12= In otherlv_13= Binding otherlv_14= LeftParenthesis ( ( ruleQCREF ) ) otherlv_16= RightParenthesis
{
+ otherlv_12=(Token)match(input,In,FollowSets000.FOLLOW_9);
- newCompositeNode(grammarAccess.getContainedPropertyAssociationAccess().getInBindingKeywordsParserRuleCall_5_0());
+ newLeafNode(otherlv_12, grammarAccess.getContainedPropertyAssociationAccess().getInKeyword_5_0());
- pushFollow(FollowSets000.FOLLOW_8);
- ruleInBindingKeywords();
-
- state._fsp--;
+ otherlv_13=(Token)match(input,Binding,FollowSets000.FOLLOW_10);
-
- afterParserOrEnumRuleCall();
+ newLeafNode(otherlv_13, grammarAccess.getContainedPropertyAssociationAccess().getBindingKeyword_5_1());
- otherlv_12=(Token)match(input,LeftParenthesis,FollowSets000.FOLLOW_6);
+ otherlv_14=(Token)match(input,LeftParenthesis,FollowSets000.FOLLOW_7);
- newLeafNode(otherlv_12, grammarAccess.getContainedPropertyAssociationAccess().getLeftParenthesisKeyword_5_1());
+ newLeafNode(otherlv_14, grammarAccess.getContainedPropertyAssociationAccess().getLeftParenthesisKeyword_5_2());
- // InternalPropertiesParser.g:279:4: ( ( ruleQCREF ) )
- // InternalPropertiesParser.g:280:5: ( ruleQCREF )
+ // InternalPropertiesParser.g:281:4: ( ( ruleQCREF ) )
+ // InternalPropertiesParser.g:282:5: ( ruleQCREF )
{
- // InternalPropertiesParser.g:280:5: ( ruleQCREF )
- // InternalPropertiesParser.g:281:6: ruleQCREF
+ // InternalPropertiesParser.g:282:5: ( ruleQCREF )
+ // InternalPropertiesParser.g:283:6: ruleQCREF
{
if (current==null) {
@@ -647,9 +645,9 @@ else if ( (LA1_0==PlusSignEqualsSignGreaterThanSign) ) {
}
- newCompositeNode(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierCrossReference_5_2_0());
+ newCompositeNode(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierCrossReference_5_3_0());
- pushFollow(FollowSets000.FOLLOW_9);
+ pushFollow(FollowSets000.FOLLOW_11);
ruleQCREF();
state._fsp--;
@@ -663,9 +661,9 @@ else if ( (LA1_0==PlusSignEqualsSignGreaterThanSign) ) {
}
- otherlv_14=(Token)match(input,RightParenthesis,FollowSets000.FOLLOW_10);
+ otherlv_16=(Token)match(input,RightParenthesis,FollowSets000.FOLLOW_12);
- newLeafNode(otherlv_14, grammarAccess.getContainedPropertyAssociationAccess().getRightParenthesisKeyword_5_3());
+ newLeafNode(otherlv_16, grammarAccess.getContainedPropertyAssociationAccess().getRightParenthesisKeyword_5_4());
}
@@ -673,9 +671,9 @@ else if ( (LA1_0==PlusSignEqualsSignGreaterThanSign) ) {
}
- otherlv_15=(Token)match(input,Semicolon,FollowSets000.FOLLOW_2);
+ otherlv_17=(Token)match(input,Semicolon,FollowSets000.FOLLOW_2);
- newLeafNode(otherlv_15, grammarAccess.getContainedPropertyAssociationAccess().getSemicolonKeyword_6());
+ newLeafNode(otherlv_17, grammarAccess.getContainedPropertyAssociationAccess().getSemicolonKeyword_6());
}
@@ -700,7 +698,7 @@ else if ( (LA1_0==PlusSignEqualsSignGreaterThanSign) ) {
// $ANTLR start "entryRuleContainmentPath"
- // InternalPropertiesParser.g:308:1: entryRuleContainmentPath returns [EObject current=null] : iv_ruleContainmentPath= ruleContainmentPath EOF ;
+ // InternalPropertiesParser.g:310:1: entryRuleContainmentPath returns [EObject current=null] : iv_ruleContainmentPath= ruleContainmentPath EOF ;
public final EObject entryRuleContainmentPath() throws RecognitionException {
EObject current = null;
@@ -708,8 +706,8 @@ public final EObject entryRuleContainmentPath() throws RecognitionException {
try {
- // InternalPropertiesParser.g:308:56: (iv_ruleContainmentPath= ruleContainmentPath EOF )
- // InternalPropertiesParser.g:309:2: iv_ruleContainmentPath= ruleContainmentPath EOF
+ // InternalPropertiesParser.g:310:56: (iv_ruleContainmentPath= ruleContainmentPath EOF )
+ // InternalPropertiesParser.g:311:2: iv_ruleContainmentPath= ruleContainmentPath EOF
{
newCompositeNode(grammarAccess.getContainmentPathRule());
pushFollow(FollowSets000.FOLLOW_1);
@@ -736,7 +734,7 @@ public final EObject entryRuleContainmentPath() throws RecognitionException {
// $ANTLR start "ruleContainmentPath"
- // InternalPropertiesParser.g:315:1: ruleContainmentPath returns [EObject current=null] : ( (lv_path_0_0= ruleContainmentPathElement ) ) ;
+ // InternalPropertiesParser.g:317:1: ruleContainmentPath returns [EObject current=null] : ( (lv_path_0_0= ruleContainmentPathElement ) ) ;
public final EObject ruleContainmentPath() throws RecognitionException {
EObject current = null;
@@ -747,14 +745,14 @@ public final EObject ruleContainmentPath() throws RecognitionException {
enterRule();
try {
- // InternalPropertiesParser.g:321:2: ( ( (lv_path_0_0= ruleContainmentPathElement ) ) )
- // InternalPropertiesParser.g:322:2: ( (lv_path_0_0= ruleContainmentPathElement ) )
+ // InternalPropertiesParser.g:323:2: ( ( (lv_path_0_0= ruleContainmentPathElement ) ) )
+ // InternalPropertiesParser.g:324:2: ( (lv_path_0_0= ruleContainmentPathElement ) )
{
- // InternalPropertiesParser.g:322:2: ( (lv_path_0_0= ruleContainmentPathElement ) )
- // InternalPropertiesParser.g:323:3: (lv_path_0_0= ruleContainmentPathElement )
+ // InternalPropertiesParser.g:324:2: ( (lv_path_0_0= ruleContainmentPathElement ) )
+ // InternalPropertiesParser.g:325:3: (lv_path_0_0= ruleContainmentPathElement )
{
- // InternalPropertiesParser.g:323:3: (lv_path_0_0= ruleContainmentPathElement )
- // InternalPropertiesParser.g:324:4: lv_path_0_0= ruleContainmentPathElement
+ // InternalPropertiesParser.g:325:3: (lv_path_0_0= ruleContainmentPathElement )
+ // InternalPropertiesParser.g:326:4: lv_path_0_0= ruleContainmentPathElement
{
newCompositeNode(grammarAccess.getContainmentPathAccess().getPathContainmentPathElementParserRuleCall_0());
@@ -801,7 +799,7 @@ public final EObject ruleContainmentPath() throws RecognitionException {
// $ANTLR start "entryRuleOptionalModalPropertyValue"
- // InternalPropertiesParser.g:344:1: entryRuleOptionalModalPropertyValue returns [EObject current=null] : iv_ruleOptionalModalPropertyValue= ruleOptionalModalPropertyValue EOF ;
+ // InternalPropertiesParser.g:346:1: entryRuleOptionalModalPropertyValue returns [EObject current=null] : iv_ruleOptionalModalPropertyValue= ruleOptionalModalPropertyValue EOF ;
public final EObject entryRuleOptionalModalPropertyValue() throws RecognitionException {
EObject current = null;
@@ -809,8 +807,8 @@ public final EObject entryRuleOptionalModalPropertyValue() throws RecognitionExc
try {
- // InternalPropertiesParser.g:344:67: (iv_ruleOptionalModalPropertyValue= ruleOptionalModalPropertyValue EOF )
- // InternalPropertiesParser.g:345:2: iv_ruleOptionalModalPropertyValue= ruleOptionalModalPropertyValue EOF
+ // InternalPropertiesParser.g:346:67: (iv_ruleOptionalModalPropertyValue= ruleOptionalModalPropertyValue EOF )
+ // InternalPropertiesParser.g:347:2: iv_ruleOptionalModalPropertyValue= ruleOptionalModalPropertyValue EOF
{
newCompositeNode(grammarAccess.getOptionalModalPropertyValueRule());
pushFollow(FollowSets000.FOLLOW_1);
@@ -837,15 +835,17 @@ public final EObject entryRuleOptionalModalPropertyValue() throws RecognitionExc
// $ANTLR start "ruleOptionalModalPropertyValue"
- // InternalPropertiesParser.g:351:1: ruleOptionalModalPropertyValue returns [EObject current=null] : ( ( (lv_ownedValue_0_0= rulePropertyExpression ) ) ( ruleInModesKeywords otherlv_2= LeftParenthesis ( (otherlv_3= RULE_ID ) ) (otherlv_4= Comma ( (otherlv_5= RULE_ID ) ) )* otherlv_6= RightParenthesis )? ) ;
+ // InternalPropertiesParser.g:353:1: ruleOptionalModalPropertyValue returns [EObject current=null] : ( ( (lv_ownedValue_0_0= rulePropertyExpression ) ) (otherlv_1= In otherlv_2= Modes otherlv_3= LeftParenthesis ( (otherlv_4= RULE_ID ) ) (otherlv_5= Comma ( (otherlv_6= RULE_ID ) ) )* otherlv_7= RightParenthesis )? ) ;
public final EObject ruleOptionalModalPropertyValue() throws RecognitionException {
EObject current = null;
+ Token otherlv_1=null;
Token otherlv_2=null;
Token otherlv_3=null;
Token otherlv_4=null;
Token otherlv_5=null;
Token otherlv_6=null;
+ Token otherlv_7=null;
EObject lv_ownedValue_0_0 = null;
@@ -853,22 +853,22 @@ public final EObject ruleOptionalModalPropertyValue() throws RecognitionExceptio
enterRule();
try {
- // InternalPropertiesParser.g:357:2: ( ( ( (lv_ownedValue_0_0= rulePropertyExpression ) ) ( ruleInModesKeywords otherlv_2= LeftParenthesis ( (otherlv_3= RULE_ID ) ) (otherlv_4= Comma ( (otherlv_5= RULE_ID ) ) )* otherlv_6= RightParenthesis )? ) )
- // InternalPropertiesParser.g:358:2: ( ( (lv_ownedValue_0_0= rulePropertyExpression ) ) ( ruleInModesKeywords otherlv_2= LeftParenthesis ( (otherlv_3= RULE_ID ) ) (otherlv_4= Comma ( (otherlv_5= RULE_ID ) ) )* otherlv_6= RightParenthesis )? )
+ // InternalPropertiesParser.g:359:2: ( ( ( (lv_ownedValue_0_0= rulePropertyExpression ) ) (otherlv_1= In otherlv_2= Modes otherlv_3= LeftParenthesis ( (otherlv_4= RULE_ID ) ) (otherlv_5= Comma ( (otherlv_6= RULE_ID ) ) )* otherlv_7= RightParenthesis )? ) )
+ // InternalPropertiesParser.g:360:2: ( ( (lv_ownedValue_0_0= rulePropertyExpression ) ) (otherlv_1= In otherlv_2= Modes otherlv_3= LeftParenthesis ( (otherlv_4= RULE_ID ) ) (otherlv_5= Comma ( (otherlv_6= RULE_ID ) ) )* otherlv_7= RightParenthesis )? )
{
- // InternalPropertiesParser.g:358:2: ( ( (lv_ownedValue_0_0= rulePropertyExpression ) ) ( ruleInModesKeywords otherlv_2= LeftParenthesis ( (otherlv_3= RULE_ID ) ) (otherlv_4= Comma ( (otherlv_5= RULE_ID ) ) )* otherlv_6= RightParenthesis )? )
- // InternalPropertiesParser.g:359:3: ( (lv_ownedValue_0_0= rulePropertyExpression ) ) ( ruleInModesKeywords otherlv_2= LeftParenthesis ( (otherlv_3= RULE_ID ) ) (otherlv_4= Comma ( (otherlv_5= RULE_ID ) ) )* otherlv_6= RightParenthesis )?
+ // InternalPropertiesParser.g:360:2: ( ( (lv_ownedValue_0_0= rulePropertyExpression ) ) (otherlv_1= In otherlv_2= Modes otherlv_3= LeftParenthesis ( (otherlv_4= RULE_ID ) ) (otherlv_5= Comma ( (otherlv_6= RULE_ID ) ) )* otherlv_7= RightParenthesis )? )
+ // InternalPropertiesParser.g:361:3: ( (lv_ownedValue_0_0= rulePropertyExpression ) ) (otherlv_1= In otherlv_2= Modes otherlv_3= LeftParenthesis ( (otherlv_4= RULE_ID ) ) (otherlv_5= Comma ( (otherlv_6= RULE_ID ) ) )* otherlv_7= RightParenthesis )?
{
- // InternalPropertiesParser.g:359:3: ( (lv_ownedValue_0_0= rulePropertyExpression ) )
- // InternalPropertiesParser.g:360:4: (lv_ownedValue_0_0= rulePropertyExpression )
+ // InternalPropertiesParser.g:361:3: ( (lv_ownedValue_0_0= rulePropertyExpression ) )
+ // InternalPropertiesParser.g:362:4: (lv_ownedValue_0_0= rulePropertyExpression )
{
- // InternalPropertiesParser.g:360:4: (lv_ownedValue_0_0= rulePropertyExpression )
- // InternalPropertiesParser.g:361:5: lv_ownedValue_0_0= rulePropertyExpression
+ // InternalPropertiesParser.g:362:4: (lv_ownedValue_0_0= rulePropertyExpression )
+ // InternalPropertiesParser.g:363:5: lv_ownedValue_0_0= rulePropertyExpression
{
newCompositeNode(grammarAccess.getOptionalModalPropertyValueAccess().getOwnedValuePropertyExpressionParserRuleCall_0_0());
- pushFollow(FollowSets000.FOLLOW_11);
+ pushFollow(FollowSets000.FOLLOW_13);
lv_ownedValue_0_0=rulePropertyExpression();
state._fsp--;
@@ -890,7 +890,7 @@ public final EObject ruleOptionalModalPropertyValue() throws RecognitionExceptio
}
- // InternalPropertiesParser.g:378:3: ( ruleInModesKeywords otherlv_2= LeftParenthesis ( (otherlv_3= RULE_ID ) ) (otherlv_4= Comma ( (otherlv_5= RULE_ID ) ) )* otherlv_6= RightParenthesis )?
+ // InternalPropertiesParser.g:380:3: (otherlv_1= In otherlv_2= Modes otherlv_3= LeftParenthesis ( (otherlv_4= RULE_ID ) ) (otherlv_5= Comma ( (otherlv_6= RULE_ID ) ) )* otherlv_7= RightParenthesis )?
int alt8=2;
int LA8_0 = input.LA(1);
@@ -903,37 +903,34 @@ public final EObject ruleOptionalModalPropertyValue() throws RecognitionExceptio
}
switch (alt8) {
case 1 :
- // InternalPropertiesParser.g:379:4: ruleInModesKeywords otherlv_2= LeftParenthesis ( (otherlv_3= RULE_ID ) ) (otherlv_4= Comma ( (otherlv_5= RULE_ID ) ) )* otherlv_6= RightParenthesis
+ // InternalPropertiesParser.g:381:4: otherlv_1= In otherlv_2= Modes otherlv_3= LeftParenthesis ( (otherlv_4= RULE_ID ) ) (otherlv_5= Comma ( (otherlv_6= RULE_ID ) ) )* otherlv_7= RightParenthesis
{
+ otherlv_1=(Token)match(input,In,FollowSets000.FOLLOW_14);
- newCompositeNode(grammarAccess.getOptionalModalPropertyValueAccess().getInModesKeywordsParserRuleCall_1_0());
+ newLeafNode(otherlv_1, grammarAccess.getOptionalModalPropertyValueAccess().getInKeyword_1_0());
- pushFollow(FollowSets000.FOLLOW_8);
- ruleInModesKeywords();
-
- state._fsp--;
-
+ otherlv_2=(Token)match(input,Modes,FollowSets000.FOLLOW_10);
- afterParserOrEnumRuleCall();
+ newLeafNode(otherlv_2, grammarAccess.getOptionalModalPropertyValueAccess().getModesKeyword_1_1());
- otherlv_2=(Token)match(input,LeftParenthesis,FollowSets000.FOLLOW_6);
+ otherlv_3=(Token)match(input,LeftParenthesis,FollowSets000.FOLLOW_7);
- newLeafNode(otherlv_2, grammarAccess.getOptionalModalPropertyValueAccess().getLeftParenthesisKeyword_1_1());
+ newLeafNode(otherlv_3, grammarAccess.getOptionalModalPropertyValueAccess().getLeftParenthesisKeyword_1_2());
- // InternalPropertiesParser.g:390:4: ( (otherlv_3= RULE_ID ) )
- // InternalPropertiesParser.g:391:5: (otherlv_3= RULE_ID )
+ // InternalPropertiesParser.g:393:4: ( (otherlv_4= RULE_ID ) )
+ // InternalPropertiesParser.g:394:5: (otherlv_4= RULE_ID )
{
- // InternalPropertiesParser.g:391:5: (otherlv_3= RULE_ID )
- // InternalPropertiesParser.g:392:6: otherlv_3= RULE_ID
+ // InternalPropertiesParser.g:394:5: (otherlv_4= RULE_ID )
+ // InternalPropertiesParser.g:395:6: otherlv_4= RULE_ID
{
if (current==null) {
current = createModelElement(grammarAccess.getOptionalModalPropertyValueRule());
}
- otherlv_3=(Token)match(input,RULE_ID,FollowSets000.FOLLOW_12);
+ otherlv_4=(Token)match(input,RULE_ID,FollowSets000.FOLLOW_15);
- newLeafNode(otherlv_3, grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_2_0());
+ newLeafNode(otherlv_4, grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_3_0());
}
@@ -941,7 +938,7 @@ public final EObject ruleOptionalModalPropertyValue() throws RecognitionExceptio
}
- // InternalPropertiesParser.g:403:4: (otherlv_4= Comma ( (otherlv_5= RULE_ID ) ) )*
+ // InternalPropertiesParser.g:406:4: (otherlv_5= Comma ( (otherlv_6= RULE_ID ) ) )*
loop7:
do {
int alt7=2;
@@ -954,26 +951,26 @@ public final EObject ruleOptionalModalPropertyValue() throws RecognitionExceptio
switch (alt7) {
case 1 :
- // InternalPropertiesParser.g:404:5: otherlv_4= Comma ( (otherlv_5= RULE_ID ) )
+ // InternalPropertiesParser.g:407:5: otherlv_5= Comma ( (otherlv_6= RULE_ID ) )
{
- otherlv_4=(Token)match(input,Comma,FollowSets000.FOLLOW_6);
+ otherlv_5=(Token)match(input,Comma,FollowSets000.FOLLOW_7);
- newLeafNode(otherlv_4, grammarAccess.getOptionalModalPropertyValueAccess().getCommaKeyword_1_3_0());
+ newLeafNode(otherlv_5, grammarAccess.getOptionalModalPropertyValueAccess().getCommaKeyword_1_4_0());
- // InternalPropertiesParser.g:408:5: ( (otherlv_5= RULE_ID ) )
- // InternalPropertiesParser.g:409:6: (otherlv_5= RULE_ID )
+ // InternalPropertiesParser.g:411:5: ( (otherlv_6= RULE_ID ) )
+ // InternalPropertiesParser.g:412:6: (otherlv_6= RULE_ID )
{
- // InternalPropertiesParser.g:409:6: (otherlv_5= RULE_ID )
- // InternalPropertiesParser.g:410:7: otherlv_5= RULE_ID
+ // InternalPropertiesParser.g:412:6: (otherlv_6= RULE_ID )
+ // InternalPropertiesParser.g:413:7: otherlv_6= RULE_ID
{
if (current==null) {
current = createModelElement(grammarAccess.getOptionalModalPropertyValueRule());
}
- otherlv_5=(Token)match(input,RULE_ID,FollowSets000.FOLLOW_12);
+ otherlv_6=(Token)match(input,RULE_ID,FollowSets000.FOLLOW_15);
- newLeafNode(otherlv_5, grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_3_1_0());
+ newLeafNode(otherlv_6, grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_4_1_0());
}
@@ -990,9 +987,9 @@ public final EObject ruleOptionalModalPropertyValue() throws RecognitionExceptio
}
} while (true);
- otherlv_6=(Token)match(input,RightParenthesis,FollowSets000.FOLLOW_2);
+ otherlv_7=(Token)match(input,RightParenthesis,FollowSets000.FOLLOW_2);
- newLeafNode(otherlv_6, grammarAccess.getOptionalModalPropertyValueAccess().getRightParenthesisKeyword_1_4());
+ newLeafNode(otherlv_7, grammarAccess.getOptionalModalPropertyValueAccess().getRightParenthesisKeyword_1_5());
}
@@ -1023,7 +1020,7 @@ public final EObject ruleOptionalModalPropertyValue() throws RecognitionExceptio
// $ANTLR start "entryRulePropertyValue"
- // InternalPropertiesParser.g:431:1: entryRulePropertyValue returns [EObject current=null] : iv_rulePropertyValue= rulePropertyValue EOF ;
+ // InternalPropertiesParser.g:434:1: entryRulePropertyValue returns [EObject current=null] : iv_rulePropertyValue= rulePropertyValue EOF ;
public final EObject entryRulePropertyValue() throws RecognitionException {
EObject current = null;
@@ -1031,8 +1028,8 @@ public final EObject entryRulePropertyValue() throws RecognitionException {
try {
- // InternalPropertiesParser.g:431:54: (iv_rulePropertyValue= rulePropertyValue EOF )
- // InternalPropertiesParser.g:432:2: iv_rulePropertyValue= rulePropertyValue EOF
+ // InternalPropertiesParser.g:434:54: (iv_rulePropertyValue= rulePropertyValue EOF )
+ // InternalPropertiesParser.g:435:2: iv_rulePropertyValue= rulePropertyValue EOF
{
newCompositeNode(grammarAccess.getPropertyValueRule());
pushFollow(FollowSets000.FOLLOW_1);
@@ -1059,7 +1056,7 @@ public final EObject entryRulePropertyValue() throws RecognitionException {
// $ANTLR start "rulePropertyValue"
- // InternalPropertiesParser.g:438:1: rulePropertyValue returns [EObject current=null] : ( (lv_ownedValue_0_0= rulePropertyExpression ) ) ;
+ // InternalPropertiesParser.g:441:1: rulePropertyValue returns [EObject current=null] : ( (lv_ownedValue_0_0= rulePropertyExpression ) ) ;
public final EObject rulePropertyValue() throws RecognitionException {
EObject current = null;
@@ -1070,14 +1067,14 @@ public final EObject rulePropertyValue() throws RecognitionException {
enterRule();
try {
- // InternalPropertiesParser.g:444:2: ( ( (lv_ownedValue_0_0= rulePropertyExpression ) ) )
- // InternalPropertiesParser.g:445:2: ( (lv_ownedValue_0_0= rulePropertyExpression ) )
+ // InternalPropertiesParser.g:447:2: ( ( (lv_ownedValue_0_0= rulePropertyExpression ) ) )
+ // InternalPropertiesParser.g:448:2: ( (lv_ownedValue_0_0= rulePropertyExpression ) )
{
- // InternalPropertiesParser.g:445:2: ( (lv_ownedValue_0_0= rulePropertyExpression ) )
- // InternalPropertiesParser.g:446:3: (lv_ownedValue_0_0= rulePropertyExpression )
+ // InternalPropertiesParser.g:448:2: ( (lv_ownedValue_0_0= rulePropertyExpression ) )
+ // InternalPropertiesParser.g:449:3: (lv_ownedValue_0_0= rulePropertyExpression )
{
- // InternalPropertiesParser.g:446:3: (lv_ownedValue_0_0= rulePropertyExpression )
- // InternalPropertiesParser.g:447:4: lv_ownedValue_0_0= rulePropertyExpression
+ // InternalPropertiesParser.g:449:3: (lv_ownedValue_0_0= rulePropertyExpression )
+ // InternalPropertiesParser.g:450:4: lv_ownedValue_0_0= rulePropertyExpression
{
newCompositeNode(grammarAccess.getPropertyValueAccess().getOwnedValuePropertyExpressionParserRuleCall_0());
@@ -1124,7 +1121,7 @@ public final EObject rulePropertyValue() throws RecognitionException {
// $ANTLR start "entryRulePropertyExpression"
- // InternalPropertiesParser.g:467:1: entryRulePropertyExpression returns [EObject current=null] : iv_rulePropertyExpression= rulePropertyExpression EOF ;
+ // InternalPropertiesParser.g:470:1: entryRulePropertyExpression returns [EObject current=null] : iv_rulePropertyExpression= rulePropertyExpression EOF ;
public final EObject entryRulePropertyExpression() throws RecognitionException {
EObject current = null;
@@ -1132,8 +1129,8 @@ public final EObject entryRulePropertyExpression() throws RecognitionException {
try {
- // InternalPropertiesParser.g:467:59: (iv_rulePropertyExpression= rulePropertyExpression EOF )
- // InternalPropertiesParser.g:468:2: iv_rulePropertyExpression= rulePropertyExpression EOF
+ // InternalPropertiesParser.g:470:59: (iv_rulePropertyExpression= rulePropertyExpression EOF )
+ // InternalPropertiesParser.g:471:2: iv_rulePropertyExpression= rulePropertyExpression EOF
{
newCompositeNode(grammarAccess.getPropertyExpressionRule());
pushFollow(FollowSets000.FOLLOW_1);
@@ -1160,7 +1157,7 @@ public final EObject entryRulePropertyExpression() throws RecognitionException {
// $ANTLR start "rulePropertyExpression"
- // InternalPropertiesParser.g:474:1: rulePropertyExpression returns [EObject current=null] : (this_RecordTerm_0= ruleRecordTerm | this_ReferenceTerm_1= ruleReferenceTerm | this_ComponentClassifierTerm_2= ruleComponentClassifierTerm | this_ComputedTerm_3= ruleComputedTerm | this_StringTerm_4= ruleStringTerm | this_NumericRangeTerm_5= ruleNumericRangeTerm | this_RealTerm_6= ruleRealTerm | this_IntegerTerm_7= ruleIntegerTerm | this_ListTerm_8= ruleListTerm | this_BooleanLiteral_9= ruleBooleanLiteral | this_LiteralorReferenceTerm_10= ruleLiteralorReferenceTerm ) ;
+ // InternalPropertiesParser.g:477:1: rulePropertyExpression returns [EObject current=null] : (this_RecordTerm_0= ruleRecordTerm | this_ReferenceTerm_1= ruleReferenceTerm | this_ComponentClassifierTerm_2= ruleComponentClassifierTerm | this_ComputedTerm_3= ruleComputedTerm | this_StringTerm_4= ruleStringTerm | this_NumericRangeTerm_5= ruleNumericRangeTerm | this_RealTerm_6= ruleRealTerm | this_IntegerTerm_7= ruleIntegerTerm | this_ListTerm_8= ruleListTerm | this_BooleanLiteral_9= ruleBooleanLiteral | this_LiteralorReferenceTerm_10= ruleLiteralorReferenceTerm ) ;
public final EObject rulePropertyExpression() throws RecognitionException {
EObject current = null;
@@ -1191,15 +1188,15 @@ public final EObject rulePropertyExpression() throws RecognitionException {
enterRule();
try {
- // InternalPropertiesParser.g:480:2: ( (this_RecordTerm_0= ruleRecordTerm | this_ReferenceTerm_1= ruleReferenceTerm | this_ComponentClassifierTerm_2= ruleComponentClassifierTerm | this_ComputedTerm_3= ruleComputedTerm | this_StringTerm_4= ruleStringTerm | this_NumericRangeTerm_5= ruleNumericRangeTerm | this_RealTerm_6= ruleRealTerm | this_IntegerTerm_7= ruleIntegerTerm | this_ListTerm_8= ruleListTerm | this_BooleanLiteral_9= ruleBooleanLiteral | this_LiteralorReferenceTerm_10= ruleLiteralorReferenceTerm ) )
- // InternalPropertiesParser.g:481:2: (this_RecordTerm_0= ruleRecordTerm | this_ReferenceTerm_1= ruleReferenceTerm | this_ComponentClassifierTerm_2= ruleComponentClassifierTerm | this_ComputedTerm_3= ruleComputedTerm | this_StringTerm_4= ruleStringTerm | this_NumericRangeTerm_5= ruleNumericRangeTerm | this_RealTerm_6= ruleRealTerm | this_IntegerTerm_7= ruleIntegerTerm | this_ListTerm_8= ruleListTerm | this_BooleanLiteral_9= ruleBooleanLiteral | this_LiteralorReferenceTerm_10= ruleLiteralorReferenceTerm )
+ // InternalPropertiesParser.g:483:2: ( (this_RecordTerm_0= ruleRecordTerm | this_ReferenceTerm_1= ruleReferenceTerm | this_ComponentClassifierTerm_2= ruleComponentClassifierTerm | this_ComputedTerm_3= ruleComputedTerm | this_StringTerm_4= ruleStringTerm | this_NumericRangeTerm_5= ruleNumericRangeTerm | this_RealTerm_6= ruleRealTerm | this_IntegerTerm_7= ruleIntegerTerm | this_ListTerm_8= ruleListTerm | this_BooleanLiteral_9= ruleBooleanLiteral | this_LiteralorReferenceTerm_10= ruleLiteralorReferenceTerm ) )
+ // InternalPropertiesParser.g:484:2: (this_RecordTerm_0= ruleRecordTerm | this_ReferenceTerm_1= ruleReferenceTerm | this_ComponentClassifierTerm_2= ruleComponentClassifierTerm | this_ComputedTerm_3= ruleComputedTerm | this_StringTerm_4= ruleStringTerm | this_NumericRangeTerm_5= ruleNumericRangeTerm | this_RealTerm_6= ruleRealTerm | this_IntegerTerm_7= ruleIntegerTerm | this_ListTerm_8= ruleListTerm | this_BooleanLiteral_9= ruleBooleanLiteral | this_LiteralorReferenceTerm_10= ruleLiteralorReferenceTerm )
{
- // InternalPropertiesParser.g:481:2: (this_RecordTerm_0= ruleRecordTerm | this_ReferenceTerm_1= ruleReferenceTerm | this_ComponentClassifierTerm_2= ruleComponentClassifierTerm | this_ComputedTerm_3= ruleComputedTerm | this_StringTerm_4= ruleStringTerm | this_NumericRangeTerm_5= ruleNumericRangeTerm | this_RealTerm_6= ruleRealTerm | this_IntegerTerm_7= ruleIntegerTerm | this_ListTerm_8= ruleListTerm | this_BooleanLiteral_9= ruleBooleanLiteral | this_LiteralorReferenceTerm_10= ruleLiteralorReferenceTerm )
+ // InternalPropertiesParser.g:484:2: (this_RecordTerm_0= ruleRecordTerm | this_ReferenceTerm_1= ruleReferenceTerm | this_ComponentClassifierTerm_2= ruleComponentClassifierTerm | this_ComputedTerm_3= ruleComputedTerm | this_StringTerm_4= ruleStringTerm | this_NumericRangeTerm_5= ruleNumericRangeTerm | this_RealTerm_6= ruleRealTerm | this_IntegerTerm_7= ruleIntegerTerm | this_ListTerm_8= ruleListTerm | this_BooleanLiteral_9= ruleBooleanLiteral | this_LiteralorReferenceTerm_10= ruleLiteralorReferenceTerm )
int alt9=11;
alt9 = dfa9.predict(input);
switch (alt9) {
case 1 :
- // InternalPropertiesParser.g:482:3: this_RecordTerm_0= ruleRecordTerm
+ // InternalPropertiesParser.g:485:3: this_RecordTerm_0= ruleRecordTerm
{
newCompositeNode(grammarAccess.getPropertyExpressionAccess().getRecordTermParserRuleCall_0());
@@ -1217,7 +1214,7 @@ public final EObject rulePropertyExpression() throws RecognitionException {
}
break;
case 2 :
- // InternalPropertiesParser.g:491:3: this_ReferenceTerm_1= ruleReferenceTerm
+ // InternalPropertiesParser.g:494:3: this_ReferenceTerm_1= ruleReferenceTerm
{
newCompositeNode(grammarAccess.getPropertyExpressionAccess().getReferenceTermParserRuleCall_1());
@@ -1235,7 +1232,7 @@ public final EObject rulePropertyExpression() throws RecognitionException {
}
break;
case 3 :
- // InternalPropertiesParser.g:500:3: this_ComponentClassifierTerm_2= ruleComponentClassifierTerm
+ // InternalPropertiesParser.g:503:3: this_ComponentClassifierTerm_2= ruleComponentClassifierTerm
{
newCompositeNode(grammarAccess.getPropertyExpressionAccess().getComponentClassifierTermParserRuleCall_2());
@@ -1253,7 +1250,7 @@ public final EObject rulePropertyExpression() throws RecognitionException {
}
break;
case 4 :
- // InternalPropertiesParser.g:509:3: this_ComputedTerm_3= ruleComputedTerm
+ // InternalPropertiesParser.g:512:3: this_ComputedTerm_3= ruleComputedTerm
{
newCompositeNode(grammarAccess.getPropertyExpressionAccess().getComputedTermParserRuleCall_3());
@@ -1271,7 +1268,7 @@ public final EObject rulePropertyExpression() throws RecognitionException {
}
break;
case 5 :
- // InternalPropertiesParser.g:518:3: this_StringTerm_4= ruleStringTerm
+ // InternalPropertiesParser.g:521:3: this_StringTerm_4= ruleStringTerm
{
newCompositeNode(grammarAccess.getPropertyExpressionAccess().getStringTermParserRuleCall_4());
@@ -1289,7 +1286,7 @@ public final EObject rulePropertyExpression() throws RecognitionException {
}
break;
case 6 :
- // InternalPropertiesParser.g:527:3: this_NumericRangeTerm_5= ruleNumericRangeTerm
+ // InternalPropertiesParser.g:530:3: this_NumericRangeTerm_5= ruleNumericRangeTerm
{
newCompositeNode(grammarAccess.getPropertyExpressionAccess().getNumericRangeTermParserRuleCall_5());
@@ -1307,7 +1304,7 @@ public final EObject rulePropertyExpression() throws RecognitionException {
}
break;
case 7 :
- // InternalPropertiesParser.g:536:3: this_RealTerm_6= ruleRealTerm
+ // InternalPropertiesParser.g:539:3: this_RealTerm_6= ruleRealTerm
{
newCompositeNode(grammarAccess.getPropertyExpressionAccess().getRealTermParserRuleCall_6());
@@ -1325,7 +1322,7 @@ public final EObject rulePropertyExpression() throws RecognitionException {
}
break;
case 8 :
- // InternalPropertiesParser.g:545:3: this_IntegerTerm_7= ruleIntegerTerm
+ // InternalPropertiesParser.g:548:3: this_IntegerTerm_7= ruleIntegerTerm
{
newCompositeNode(grammarAccess.getPropertyExpressionAccess().getIntegerTermParserRuleCall_7());
@@ -1343,7 +1340,7 @@ public final EObject rulePropertyExpression() throws RecognitionException {
}
break;
case 9 :
- // InternalPropertiesParser.g:554:3: this_ListTerm_8= ruleListTerm
+ // InternalPropertiesParser.g:557:3: this_ListTerm_8= ruleListTerm
{
newCompositeNode(grammarAccess.getPropertyExpressionAccess().getListTermParserRuleCall_8());
@@ -1361,7 +1358,7 @@ public final EObject rulePropertyExpression() throws RecognitionException {
}
break;
case 10 :
- // InternalPropertiesParser.g:563:3: this_BooleanLiteral_9= ruleBooleanLiteral
+ // InternalPropertiesParser.g:566:3: this_BooleanLiteral_9= ruleBooleanLiteral
{
newCompositeNode(grammarAccess.getPropertyExpressionAccess().getBooleanLiteralParserRuleCall_9());
@@ -1379,7 +1376,7 @@ public final EObject rulePropertyExpression() throws RecognitionException {
}
break;
case 11 :
- // InternalPropertiesParser.g:572:3: this_LiteralorReferenceTerm_10= ruleLiteralorReferenceTerm
+ // InternalPropertiesParser.g:575:3: this_LiteralorReferenceTerm_10= ruleLiteralorReferenceTerm
{
newCompositeNode(grammarAccess.getPropertyExpressionAccess().getLiteralorReferenceTermParserRuleCall_10());
@@ -1419,7 +1416,7 @@ public final EObject rulePropertyExpression() throws RecognitionException {
// $ANTLR start "entryRuleLiteralorReferenceTerm"
- // InternalPropertiesParser.g:584:1: entryRuleLiteralorReferenceTerm returns [EObject current=null] : iv_ruleLiteralorReferenceTerm= ruleLiteralorReferenceTerm EOF ;
+ // InternalPropertiesParser.g:587:1: entryRuleLiteralorReferenceTerm returns [EObject current=null] : iv_ruleLiteralorReferenceTerm= ruleLiteralorReferenceTerm EOF ;
public final EObject entryRuleLiteralorReferenceTerm() throws RecognitionException {
EObject current = null;
@@ -1427,8 +1424,8 @@ public final EObject entryRuleLiteralorReferenceTerm() throws RecognitionExcepti
try {
- // InternalPropertiesParser.g:584:63: (iv_ruleLiteralorReferenceTerm= ruleLiteralorReferenceTerm EOF )
- // InternalPropertiesParser.g:585:2: iv_ruleLiteralorReferenceTerm= ruleLiteralorReferenceTerm EOF
+ // InternalPropertiesParser.g:587:63: (iv_ruleLiteralorReferenceTerm= ruleLiteralorReferenceTerm EOF )
+ // InternalPropertiesParser.g:588:2: iv_ruleLiteralorReferenceTerm= ruleLiteralorReferenceTerm EOF
{
newCompositeNode(grammarAccess.getLiteralorReferenceTermRule());
pushFollow(FollowSets000.FOLLOW_1);
@@ -1455,7 +1452,7 @@ public final EObject entryRuleLiteralorReferenceTerm() throws RecognitionExcepti
// $ANTLR start "ruleLiteralorReferenceTerm"
- // InternalPropertiesParser.g:591:1: ruleLiteralorReferenceTerm returns [EObject current=null] : ( ( ruleQPREF ) ) ;
+ // InternalPropertiesParser.g:594:1: ruleLiteralorReferenceTerm returns [EObject current=null] : ( ( ruleQPREF ) ) ;
public final EObject ruleLiteralorReferenceTerm() throws RecognitionException {
EObject current = null;
@@ -1463,14 +1460,14 @@ public final EObject ruleLiteralorReferenceTerm() throws RecognitionException {
enterRule();
try {
- // InternalPropertiesParser.g:597:2: ( ( ( ruleQPREF ) ) )
- // InternalPropertiesParser.g:598:2: ( ( ruleQPREF ) )
+ // InternalPropertiesParser.g:600:2: ( ( ( ruleQPREF ) ) )
+ // InternalPropertiesParser.g:601:2: ( ( ruleQPREF ) )
{
- // InternalPropertiesParser.g:598:2: ( ( ruleQPREF ) )
- // InternalPropertiesParser.g:599:3: ( ruleQPREF )
+ // InternalPropertiesParser.g:601:2: ( ( ruleQPREF ) )
+ // InternalPropertiesParser.g:602:3: ( ruleQPREF )
{
- // InternalPropertiesParser.g:599:3: ( ruleQPREF )
- // InternalPropertiesParser.g:600:4: ruleQPREF
+ // InternalPropertiesParser.g:602:3: ( ruleQPREF )
+ // InternalPropertiesParser.g:603:4: ruleQPREF
{
if (current==null) {
@@ -1514,7 +1511,7 @@ public final EObject ruleLiteralorReferenceTerm() throws RecognitionException {
// $ANTLR start "entryRuleBooleanLiteral"
- // InternalPropertiesParser.g:617:1: entryRuleBooleanLiteral returns [EObject current=null] : iv_ruleBooleanLiteral= ruleBooleanLiteral EOF ;
+ // InternalPropertiesParser.g:620:1: entryRuleBooleanLiteral returns [EObject current=null] : iv_ruleBooleanLiteral= ruleBooleanLiteral EOF ;
public final EObject entryRuleBooleanLiteral() throws RecognitionException {
EObject current = null;
@@ -1522,8 +1519,8 @@ public final EObject entryRuleBooleanLiteral() throws RecognitionException {
try {
- // InternalPropertiesParser.g:617:55: (iv_ruleBooleanLiteral= ruleBooleanLiteral EOF )
- // InternalPropertiesParser.g:618:2: iv_ruleBooleanLiteral= ruleBooleanLiteral EOF
+ // InternalPropertiesParser.g:620:55: (iv_ruleBooleanLiteral= ruleBooleanLiteral EOF )
+ // InternalPropertiesParser.g:621:2: iv_ruleBooleanLiteral= ruleBooleanLiteral EOF
{
newCompositeNode(grammarAccess.getBooleanLiteralRule());
pushFollow(FollowSets000.FOLLOW_1);
@@ -1550,7 +1547,7 @@ public final EObject entryRuleBooleanLiteral() throws RecognitionException {
// $ANTLR start "ruleBooleanLiteral"
- // InternalPropertiesParser.g:624:1: ruleBooleanLiteral returns [EObject current=null] : ( () ( ( (lv_value_1_0= True ) ) | otherlv_2= False ) ) ;
+ // InternalPropertiesParser.g:627:1: ruleBooleanLiteral returns [EObject current=null] : ( () ( ( (lv_value_1_0= True ) ) | otherlv_2= False ) ) ;
public final EObject ruleBooleanLiteral() throws RecognitionException {
EObject current = null;
@@ -1561,14 +1558,14 @@ public final EObject ruleBooleanLiteral() throws RecognitionException {
enterRule();
try {
- // InternalPropertiesParser.g:630:2: ( ( () ( ( (lv_value_1_0= True ) ) | otherlv_2= False ) ) )
- // InternalPropertiesParser.g:631:2: ( () ( ( (lv_value_1_0= True ) ) | otherlv_2= False ) )
+ // InternalPropertiesParser.g:633:2: ( ( () ( ( (lv_value_1_0= True ) ) | otherlv_2= False ) ) )
+ // InternalPropertiesParser.g:634:2: ( () ( ( (lv_value_1_0= True ) ) | otherlv_2= False ) )
{
- // InternalPropertiesParser.g:631:2: ( () ( ( (lv_value_1_0= True ) ) | otherlv_2= False ) )
- // InternalPropertiesParser.g:632:3: () ( ( (lv_value_1_0= True ) ) | otherlv_2= False )
+ // InternalPropertiesParser.g:634:2: ( () ( ( (lv_value_1_0= True ) ) | otherlv_2= False ) )
+ // InternalPropertiesParser.g:635:3: () ( ( (lv_value_1_0= True ) ) | otherlv_2= False )
{
- // InternalPropertiesParser.g:632:3: ()
- // InternalPropertiesParser.g:633:4:
+ // InternalPropertiesParser.g:635:3: ()
+ // InternalPropertiesParser.g:636:4:
{
current = forceCreateModelElement(
@@ -1578,7 +1575,7 @@ public final EObject ruleBooleanLiteral() throws RecognitionException {
}
- // InternalPropertiesParser.g:639:3: ( ( (lv_value_1_0= True ) ) | otherlv_2= False )
+ // InternalPropertiesParser.g:642:3: ( ( (lv_value_1_0= True ) ) | otherlv_2= False )
int alt10=2;
int LA10_0 = input.LA(1);
@@ -1596,13 +1593,13 @@ else if ( (LA10_0==False) ) {
}
switch (alt10) {
case 1 :
- // InternalPropertiesParser.g:640:4: ( (lv_value_1_0= True ) )
+ // InternalPropertiesParser.g:643:4: ( (lv_value_1_0= True ) )
{
- // InternalPropertiesParser.g:640:4: ( (lv_value_1_0= True ) )
- // InternalPropertiesParser.g:641:5: (lv_value_1_0= True )
+ // InternalPropertiesParser.g:643:4: ( (lv_value_1_0= True ) )
+ // InternalPropertiesParser.g:644:5: (lv_value_1_0= True )
{
- // InternalPropertiesParser.g:641:5: (lv_value_1_0= True )
- // InternalPropertiesParser.g:642:6: lv_value_1_0= True
+ // InternalPropertiesParser.g:644:5: (lv_value_1_0= True )
+ // InternalPropertiesParser.g:645:6: lv_value_1_0= True
{
lv_value_1_0=(Token)match(input,True,FollowSets000.FOLLOW_2);
@@ -1624,7 +1621,7 @@ else if ( (LA10_0==False) ) {
}
break;
case 2 :
- // InternalPropertiesParser.g:655:4: otherlv_2= False
+ // InternalPropertiesParser.g:658:4: otherlv_2= False
{
otherlv_2=(Token)match(input,False,FollowSets000.FOLLOW_2);
@@ -1659,7 +1656,7 @@ else if ( (LA10_0==False) ) {
// $ANTLR start "entryRuleConstantValue"
- // InternalPropertiesParser.g:664:1: entryRuleConstantValue returns [EObject current=null] : iv_ruleConstantValue= ruleConstantValue EOF ;
+ // InternalPropertiesParser.g:667:1: entryRuleConstantValue returns [EObject current=null] : iv_ruleConstantValue= ruleConstantValue EOF ;
public final EObject entryRuleConstantValue() throws RecognitionException {
EObject current = null;
@@ -1667,8 +1664,8 @@ public final EObject entryRuleConstantValue() throws RecognitionException {
try {
- // InternalPropertiesParser.g:664:54: (iv_ruleConstantValue= ruleConstantValue EOF )
- // InternalPropertiesParser.g:665:2: iv_ruleConstantValue= ruleConstantValue EOF
+ // InternalPropertiesParser.g:667:54: (iv_ruleConstantValue= ruleConstantValue EOF )
+ // InternalPropertiesParser.g:668:2: iv_ruleConstantValue= ruleConstantValue EOF
{
newCompositeNode(grammarAccess.getConstantValueRule());
pushFollow(FollowSets000.FOLLOW_1);
@@ -1695,7 +1692,7 @@ public final EObject entryRuleConstantValue() throws RecognitionException {
// $ANTLR start "ruleConstantValue"
- // InternalPropertiesParser.g:671:1: ruleConstantValue returns [EObject current=null] : ( ( ruleQPREF ) ) ;
+ // InternalPropertiesParser.g:674:1: ruleConstantValue returns [EObject current=null] : ( ( ruleQPREF ) ) ;
public final EObject ruleConstantValue() throws RecognitionException {
EObject current = null;
@@ -1703,14 +1700,14 @@ public final EObject ruleConstantValue() throws RecognitionException {
enterRule();
try {
- // InternalPropertiesParser.g:677:2: ( ( ( ruleQPREF ) ) )
- // InternalPropertiesParser.g:678:2: ( ( ruleQPREF ) )
+ // InternalPropertiesParser.g:680:2: ( ( ( ruleQPREF ) ) )
+ // InternalPropertiesParser.g:681:2: ( ( ruleQPREF ) )
{
- // InternalPropertiesParser.g:678:2: ( ( ruleQPREF ) )
- // InternalPropertiesParser.g:679:3: ( ruleQPREF )
+ // InternalPropertiesParser.g:681:2: ( ( ruleQPREF ) )
+ // InternalPropertiesParser.g:682:3: ( ruleQPREF )
{
- // InternalPropertiesParser.g:679:3: ( ruleQPREF )
- // InternalPropertiesParser.g:680:4: ruleQPREF
+ // InternalPropertiesParser.g:682:3: ( ruleQPREF )
+ // InternalPropertiesParser.g:683:4: ruleQPREF
{
if (current==null) {
@@ -1754,7 +1751,7 @@ public final EObject ruleConstantValue() throws RecognitionException {
// $ANTLR start "entryRuleReferenceTerm"
- // InternalPropertiesParser.g:697:1: entryRuleReferenceTerm returns [EObject current=null] : iv_ruleReferenceTerm= ruleReferenceTerm EOF ;
+ // InternalPropertiesParser.g:700:1: entryRuleReferenceTerm returns [EObject current=null] : iv_ruleReferenceTerm= ruleReferenceTerm EOF ;
public final EObject entryRuleReferenceTerm() throws RecognitionException {
EObject current = null;
@@ -1762,8 +1759,8 @@ public final EObject entryRuleReferenceTerm() throws RecognitionException {
try {
- // InternalPropertiesParser.g:697:54: (iv_ruleReferenceTerm= ruleReferenceTerm EOF )
- // InternalPropertiesParser.g:698:2: iv_ruleReferenceTerm= ruleReferenceTerm EOF
+ // InternalPropertiesParser.g:700:54: (iv_ruleReferenceTerm= ruleReferenceTerm EOF )
+ // InternalPropertiesParser.g:701:2: iv_ruleReferenceTerm= ruleReferenceTerm EOF
{
newCompositeNode(grammarAccess.getReferenceTermRule());
pushFollow(FollowSets000.FOLLOW_1);
@@ -1790,7 +1787,7 @@ public final EObject entryRuleReferenceTerm() throws RecognitionException {
// $ANTLR start "ruleReferenceTerm"
- // InternalPropertiesParser.g:704:1: ruleReferenceTerm returns [EObject current=null] : (otherlv_0= Reference otherlv_1= LeftParenthesis ( (lv_path_2_0= ruleContainmentPathElement ) ) otherlv_3= RightParenthesis ) ;
+ // InternalPropertiesParser.g:707:1: ruleReferenceTerm returns [EObject current=null] : (otherlv_0= Reference otherlv_1= LeftParenthesis ( (lv_path_2_0= ruleContainmentPathElement ) ) otherlv_3= RightParenthesis ) ;
public final EObject ruleReferenceTerm() throws RecognitionException {
EObject current = null;
@@ -1804,30 +1801,30 @@ public final EObject ruleReferenceTerm() throws RecognitionException {
enterRule();
try {
- // InternalPropertiesParser.g:710:2: ( (otherlv_0= Reference otherlv_1= LeftParenthesis ( (lv_path_2_0= ruleContainmentPathElement ) ) otherlv_3= RightParenthesis ) )
- // InternalPropertiesParser.g:711:2: (otherlv_0= Reference otherlv_1= LeftParenthesis ( (lv_path_2_0= ruleContainmentPathElement ) ) otherlv_3= RightParenthesis )
+ // InternalPropertiesParser.g:713:2: ( (otherlv_0= Reference otherlv_1= LeftParenthesis ( (lv_path_2_0= ruleContainmentPathElement ) ) otherlv_3= RightParenthesis ) )
+ // InternalPropertiesParser.g:714:2: (otherlv_0= Reference otherlv_1= LeftParenthesis ( (lv_path_2_0= ruleContainmentPathElement ) ) otherlv_3= RightParenthesis )
{
- // InternalPropertiesParser.g:711:2: (otherlv_0= Reference otherlv_1= LeftParenthesis ( (lv_path_2_0= ruleContainmentPathElement ) ) otherlv_3= RightParenthesis )
- // InternalPropertiesParser.g:712:3: otherlv_0= Reference otherlv_1= LeftParenthesis ( (lv_path_2_0= ruleContainmentPathElement ) ) otherlv_3= RightParenthesis
+ // InternalPropertiesParser.g:714:2: (otherlv_0= Reference otherlv_1= LeftParenthesis ( (lv_path_2_0= ruleContainmentPathElement ) ) otherlv_3= RightParenthesis )
+ // InternalPropertiesParser.g:715:3: otherlv_0= Reference otherlv_1= LeftParenthesis ( (lv_path_2_0= ruleContainmentPathElement ) ) otherlv_3= RightParenthesis
{
- otherlv_0=(Token)match(input,Reference,FollowSets000.FOLLOW_8);
+ otherlv_0=(Token)match(input,Reference,FollowSets000.FOLLOW_10);
newLeafNode(otherlv_0, grammarAccess.getReferenceTermAccess().getReferenceKeyword_0());
- otherlv_1=(Token)match(input,LeftParenthesis,FollowSets000.FOLLOW_6);
+ otherlv_1=(Token)match(input,LeftParenthesis,FollowSets000.FOLLOW_7);
newLeafNode(otherlv_1, grammarAccess.getReferenceTermAccess().getLeftParenthesisKeyword_1());
- // InternalPropertiesParser.g:720:3: ( (lv_path_2_0= ruleContainmentPathElement ) )
- // InternalPropertiesParser.g:721:4: (lv_path_2_0= ruleContainmentPathElement )
+ // InternalPropertiesParser.g:723:3: ( (lv_path_2_0= ruleContainmentPathElement ) )
+ // InternalPropertiesParser.g:724:4: (lv_path_2_0= ruleContainmentPathElement )
{
- // InternalPropertiesParser.g:721:4: (lv_path_2_0= ruleContainmentPathElement )
- // InternalPropertiesParser.g:722:5: lv_path_2_0= ruleContainmentPathElement
+ // InternalPropertiesParser.g:724:4: (lv_path_2_0= ruleContainmentPathElement )
+ // InternalPropertiesParser.g:725:5: lv_path_2_0= ruleContainmentPathElement
{
newCompositeNode(grammarAccess.getReferenceTermAccess().getPathContainmentPathElementParserRuleCall_2_0());
- pushFollow(FollowSets000.FOLLOW_9);
+ pushFollow(FollowSets000.FOLLOW_11);
lv_path_2_0=ruleContainmentPathElement();
state._fsp--;
@@ -1876,7 +1873,7 @@ public final EObject ruleReferenceTerm() throws RecognitionException {
// $ANTLR start "entryRuleRecordTerm"
- // InternalPropertiesParser.g:747:1: entryRuleRecordTerm returns [EObject current=null] : iv_ruleRecordTerm= ruleRecordTerm EOF ;
+ // InternalPropertiesParser.g:750:1: entryRuleRecordTerm returns [EObject current=null] : iv_ruleRecordTerm= ruleRecordTerm EOF ;
public final EObject entryRuleRecordTerm() throws RecognitionException {
EObject current = null;
@@ -1884,8 +1881,8 @@ public final EObject entryRuleRecordTerm() throws RecognitionException {
try {
- // InternalPropertiesParser.g:747:51: (iv_ruleRecordTerm= ruleRecordTerm EOF )
- // InternalPropertiesParser.g:748:2: iv_ruleRecordTerm= ruleRecordTerm EOF
+ // InternalPropertiesParser.g:750:51: (iv_ruleRecordTerm= ruleRecordTerm EOF )
+ // InternalPropertiesParser.g:751:2: iv_ruleRecordTerm= ruleRecordTerm EOF
{
newCompositeNode(grammarAccess.getRecordTermRule());
pushFollow(FollowSets000.FOLLOW_1);
@@ -1912,7 +1909,7 @@ public final EObject entryRuleRecordTerm() throws RecognitionException {
// $ANTLR start "ruleRecordTerm"
- // InternalPropertiesParser.g:754:1: ruleRecordTerm returns [EObject current=null] : (otherlv_0= LeftSquareBracket ( (lv_ownedFieldValue_1_0= ruleFieldPropertyAssociation ) )+ otherlv_2= RightSquareBracket ) ;
+ // InternalPropertiesParser.g:757:1: ruleRecordTerm returns [EObject current=null] : (otherlv_0= LeftSquareBracket ( (lv_ownedFieldValue_1_0= ruleFieldPropertyAssociation ) )+ otherlv_2= RightSquareBracket ) ;
public final EObject ruleRecordTerm() throws RecognitionException {
EObject current = null;
@@ -1925,17 +1922,17 @@ public final EObject ruleRecordTerm() throws RecognitionException {
enterRule();
try {
- // InternalPropertiesParser.g:760:2: ( (otherlv_0= LeftSquareBracket ( (lv_ownedFieldValue_1_0= ruleFieldPropertyAssociation ) )+ otherlv_2= RightSquareBracket ) )
- // InternalPropertiesParser.g:761:2: (otherlv_0= LeftSquareBracket ( (lv_ownedFieldValue_1_0= ruleFieldPropertyAssociation ) )+ otherlv_2= RightSquareBracket )
+ // InternalPropertiesParser.g:763:2: ( (otherlv_0= LeftSquareBracket ( (lv_ownedFieldValue_1_0= ruleFieldPropertyAssociation ) )+ otherlv_2= RightSquareBracket ) )
+ // InternalPropertiesParser.g:764:2: (otherlv_0= LeftSquareBracket ( (lv_ownedFieldValue_1_0= ruleFieldPropertyAssociation ) )+ otherlv_2= RightSquareBracket )
{
- // InternalPropertiesParser.g:761:2: (otherlv_0= LeftSquareBracket ( (lv_ownedFieldValue_1_0= ruleFieldPropertyAssociation ) )+ otherlv_2= RightSquareBracket )
- // InternalPropertiesParser.g:762:3: otherlv_0= LeftSquareBracket ( (lv_ownedFieldValue_1_0= ruleFieldPropertyAssociation ) )+ otherlv_2= RightSquareBracket
+ // InternalPropertiesParser.g:764:2: (otherlv_0= LeftSquareBracket ( (lv_ownedFieldValue_1_0= ruleFieldPropertyAssociation ) )+ otherlv_2= RightSquareBracket )
+ // InternalPropertiesParser.g:765:3: otherlv_0= LeftSquareBracket ( (lv_ownedFieldValue_1_0= ruleFieldPropertyAssociation ) )+ otherlv_2= RightSquareBracket
{
- otherlv_0=(Token)match(input,LeftSquareBracket,FollowSets000.FOLLOW_6);
+ otherlv_0=(Token)match(input,LeftSquareBracket,FollowSets000.FOLLOW_7);
newLeafNode(otherlv_0, grammarAccess.getRecordTermAccess().getLeftSquareBracketKeyword_0());
- // InternalPropertiesParser.g:766:3: ( (lv_ownedFieldValue_1_0= ruleFieldPropertyAssociation ) )+
+ // InternalPropertiesParser.g:769:3: ( (lv_ownedFieldValue_1_0= ruleFieldPropertyAssociation ) )+
int cnt11=0;
loop11:
do {
@@ -1949,15 +1946,15 @@ public final EObject ruleRecordTerm() throws RecognitionException {
switch (alt11) {
case 1 :
- // InternalPropertiesParser.g:767:4: (lv_ownedFieldValue_1_0= ruleFieldPropertyAssociation )
+ // InternalPropertiesParser.g:770:4: (lv_ownedFieldValue_1_0= ruleFieldPropertyAssociation )
{
- // InternalPropertiesParser.g:767:4: (lv_ownedFieldValue_1_0= ruleFieldPropertyAssociation )
- // InternalPropertiesParser.g:768:5: lv_ownedFieldValue_1_0= ruleFieldPropertyAssociation
+ // InternalPropertiesParser.g:770:4: (lv_ownedFieldValue_1_0= ruleFieldPropertyAssociation )
+ // InternalPropertiesParser.g:771:5: lv_ownedFieldValue_1_0= ruleFieldPropertyAssociation
{
newCompositeNode(grammarAccess.getRecordTermAccess().getOwnedFieldValueFieldPropertyAssociationParserRuleCall_1_0());
- pushFollow(FollowSets000.FOLLOW_13);
+ pushFollow(FollowSets000.FOLLOW_16);
lv_ownedFieldValue_1_0=ruleFieldPropertyAssociation();
state._fsp--;
@@ -2016,7 +2013,7 @@ public final EObject ruleRecordTerm() throws RecognitionException {
// $ANTLR start "entryRuleComputedTerm"
- // InternalPropertiesParser.g:793:1: entryRuleComputedTerm returns [EObject current=null] : iv_ruleComputedTerm= ruleComputedTerm EOF ;
+ // InternalPropertiesParser.g:796:1: entryRuleComputedTerm returns [EObject current=null] : iv_ruleComputedTerm= ruleComputedTerm EOF ;
public final EObject entryRuleComputedTerm() throws RecognitionException {
EObject current = null;
@@ -2024,8 +2021,8 @@ public final EObject entryRuleComputedTerm() throws RecognitionException {
try {
- // InternalPropertiesParser.g:793:53: (iv_ruleComputedTerm= ruleComputedTerm EOF )
- // InternalPropertiesParser.g:794:2: iv_ruleComputedTerm= ruleComputedTerm EOF
+ // InternalPropertiesParser.g:796:53: (iv_ruleComputedTerm= ruleComputedTerm EOF )
+ // InternalPropertiesParser.g:797:2: iv_ruleComputedTerm= ruleComputedTerm EOF
{
newCompositeNode(grammarAccess.getComputedTermRule());
pushFollow(FollowSets000.FOLLOW_1);
@@ -2052,7 +2049,7 @@ public final EObject entryRuleComputedTerm() throws RecognitionException {
// $ANTLR start "ruleComputedTerm"
- // InternalPropertiesParser.g:800:1: ruleComputedTerm returns [EObject current=null] : (otherlv_0= Compute otherlv_1= LeftParenthesis ( (lv_function_2_0= RULE_ID ) ) otherlv_3= RightParenthesis ) ;
+ // InternalPropertiesParser.g:803:1: ruleComputedTerm returns [EObject current=null] : (otherlv_0= Compute otherlv_1= LeftParenthesis ( (lv_function_2_0= RULE_ID ) ) otherlv_3= RightParenthesis ) ;
public final EObject ruleComputedTerm() throws RecognitionException {
EObject current = null;
@@ -2065,27 +2062,27 @@ public final EObject ruleComputedTerm() throws RecognitionException {
enterRule();
try {
- // InternalPropertiesParser.g:806:2: ( (otherlv_0= Compute otherlv_1= LeftParenthesis ( (lv_function_2_0= RULE_ID ) ) otherlv_3= RightParenthesis ) )
- // InternalPropertiesParser.g:807:2: (otherlv_0= Compute otherlv_1= LeftParenthesis ( (lv_function_2_0= RULE_ID ) ) otherlv_3= RightParenthesis )
+ // InternalPropertiesParser.g:809:2: ( (otherlv_0= Compute otherlv_1= LeftParenthesis ( (lv_function_2_0= RULE_ID ) ) otherlv_3= RightParenthesis ) )
+ // InternalPropertiesParser.g:810:2: (otherlv_0= Compute otherlv_1= LeftParenthesis ( (lv_function_2_0= RULE_ID ) ) otherlv_3= RightParenthesis )
{
- // InternalPropertiesParser.g:807:2: (otherlv_0= Compute otherlv_1= LeftParenthesis ( (lv_function_2_0= RULE_ID ) ) otherlv_3= RightParenthesis )
- // InternalPropertiesParser.g:808:3: otherlv_0= Compute otherlv_1= LeftParenthesis ( (lv_function_2_0= RULE_ID ) ) otherlv_3= RightParenthesis
+ // InternalPropertiesParser.g:810:2: (otherlv_0= Compute otherlv_1= LeftParenthesis ( (lv_function_2_0= RULE_ID ) ) otherlv_3= RightParenthesis )
+ // InternalPropertiesParser.g:811:3: otherlv_0= Compute otherlv_1= LeftParenthesis ( (lv_function_2_0= RULE_ID ) ) otherlv_3= RightParenthesis
{
- otherlv_0=(Token)match(input,Compute,FollowSets000.FOLLOW_8);
+ otherlv_0=(Token)match(input,Compute,FollowSets000.FOLLOW_10);
newLeafNode(otherlv_0, grammarAccess.getComputedTermAccess().getComputeKeyword_0());
- otherlv_1=(Token)match(input,LeftParenthesis,FollowSets000.FOLLOW_6);
+ otherlv_1=(Token)match(input,LeftParenthesis,FollowSets000.FOLLOW_7);
newLeafNode(otherlv_1, grammarAccess.getComputedTermAccess().getLeftParenthesisKeyword_1());
- // InternalPropertiesParser.g:816:3: ( (lv_function_2_0= RULE_ID ) )
- // InternalPropertiesParser.g:817:4: (lv_function_2_0= RULE_ID )
+ // InternalPropertiesParser.g:819:3: ( (lv_function_2_0= RULE_ID ) )
+ // InternalPropertiesParser.g:820:4: (lv_function_2_0= RULE_ID )
{
- // InternalPropertiesParser.g:817:4: (lv_function_2_0= RULE_ID )
- // InternalPropertiesParser.g:818:5: lv_function_2_0= RULE_ID
+ // InternalPropertiesParser.g:820:4: (lv_function_2_0= RULE_ID )
+ // InternalPropertiesParser.g:821:5: lv_function_2_0= RULE_ID
{
- lv_function_2_0=(Token)match(input,RULE_ID,FollowSets000.FOLLOW_9);
+ lv_function_2_0=(Token)match(input,RULE_ID,FollowSets000.FOLLOW_11);
newLeafNode(lv_function_2_0, grammarAccess.getComputedTermAccess().getFunctionIDTerminalRuleCall_2_0());
@@ -2132,7 +2129,7 @@ public final EObject ruleComputedTerm() throws RecognitionException {
// $ANTLR start "entryRuleComponentClassifierTerm"
- // InternalPropertiesParser.g:842:1: entryRuleComponentClassifierTerm returns [EObject current=null] : iv_ruleComponentClassifierTerm= ruleComponentClassifierTerm EOF ;
+ // InternalPropertiesParser.g:845:1: entryRuleComponentClassifierTerm returns [EObject current=null] : iv_ruleComponentClassifierTerm= ruleComponentClassifierTerm EOF ;
public final EObject entryRuleComponentClassifierTerm() throws RecognitionException {
EObject current = null;
@@ -2140,8 +2137,8 @@ public final EObject entryRuleComponentClassifierTerm() throws RecognitionExcept
try {
- // InternalPropertiesParser.g:842:64: (iv_ruleComponentClassifierTerm= ruleComponentClassifierTerm EOF )
- // InternalPropertiesParser.g:843:2: iv_ruleComponentClassifierTerm= ruleComponentClassifierTerm EOF
+ // InternalPropertiesParser.g:845:64: (iv_ruleComponentClassifierTerm= ruleComponentClassifierTerm EOF )
+ // InternalPropertiesParser.g:846:2: iv_ruleComponentClassifierTerm= ruleComponentClassifierTerm EOF
{
newCompositeNode(grammarAccess.getComponentClassifierTermRule());
pushFollow(FollowSets000.FOLLOW_1);
@@ -2168,7 +2165,7 @@ public final EObject entryRuleComponentClassifierTerm() throws RecognitionExcept
// $ANTLR start "ruleComponentClassifierTerm"
- // InternalPropertiesParser.g:849:1: ruleComponentClassifierTerm returns [EObject current=null] : (otherlv_0= Classifier otherlv_1= LeftParenthesis ( ( ruleQCREF ) ) otherlv_3= RightParenthesis ) ;
+ // InternalPropertiesParser.g:852:1: ruleComponentClassifierTerm returns [EObject current=null] : (otherlv_0= Classifier otherlv_1= LeftParenthesis ( ( ruleQCREF ) ) otherlv_3= RightParenthesis ) ;
public final EObject ruleComponentClassifierTerm() throws RecognitionException {
EObject current = null;
@@ -2180,25 +2177,25 @@ public final EObject ruleComponentClassifierTerm() throws RecognitionException {
enterRule();
try {
- // InternalPropertiesParser.g:855:2: ( (otherlv_0= Classifier otherlv_1= LeftParenthesis ( ( ruleQCREF ) ) otherlv_3= RightParenthesis ) )
- // InternalPropertiesParser.g:856:2: (otherlv_0= Classifier otherlv_1= LeftParenthesis ( ( ruleQCREF ) ) otherlv_3= RightParenthesis )
+ // InternalPropertiesParser.g:858:2: ( (otherlv_0= Classifier otherlv_1= LeftParenthesis ( ( ruleQCREF ) ) otherlv_3= RightParenthesis ) )
+ // InternalPropertiesParser.g:859:2: (otherlv_0= Classifier otherlv_1= LeftParenthesis ( ( ruleQCREF ) ) otherlv_3= RightParenthesis )
{
- // InternalPropertiesParser.g:856:2: (otherlv_0= Classifier otherlv_1= LeftParenthesis ( ( ruleQCREF ) ) otherlv_3= RightParenthesis )
- // InternalPropertiesParser.g:857:3: otherlv_0= Classifier otherlv_1= LeftParenthesis ( ( ruleQCREF ) ) otherlv_3= RightParenthesis
+ // InternalPropertiesParser.g:859:2: (otherlv_0= Classifier otherlv_1= LeftParenthesis ( ( ruleQCREF ) ) otherlv_3= RightParenthesis )
+ // InternalPropertiesParser.g:860:3: otherlv_0= Classifier otherlv_1= LeftParenthesis ( ( ruleQCREF ) ) otherlv_3= RightParenthesis
{
- otherlv_0=(Token)match(input,Classifier,FollowSets000.FOLLOW_8);
+ otherlv_0=(Token)match(input,Classifier,FollowSets000.FOLLOW_10);
newLeafNode(otherlv_0, grammarAccess.getComponentClassifierTermAccess().getClassifierKeyword_0());
- otherlv_1=(Token)match(input,LeftParenthesis,FollowSets000.FOLLOW_6);
+ otherlv_1=(Token)match(input,LeftParenthesis,FollowSets000.FOLLOW_7);
newLeafNode(otherlv_1, grammarAccess.getComponentClassifierTermAccess().getLeftParenthesisKeyword_1());
- // InternalPropertiesParser.g:865:3: ( ( ruleQCREF ) )
- // InternalPropertiesParser.g:866:4: ( ruleQCREF )
+ // InternalPropertiesParser.g:868:3: ( ( ruleQCREF ) )
+ // InternalPropertiesParser.g:869:4: ( ruleQCREF )
{
- // InternalPropertiesParser.g:866:4: ( ruleQCREF )
- // InternalPropertiesParser.g:867:5: ruleQCREF
+ // InternalPropertiesParser.g:869:4: ( ruleQCREF )
+ // InternalPropertiesParser.g:870:5: ruleQCREF
{
if (current==null) {
@@ -2208,7 +2205,7 @@ public final EObject ruleComponentClassifierTerm() throws RecognitionException {
newCompositeNode(grammarAccess.getComponentClassifierTermAccess().getClassifierComponentClassifierCrossReference_2_0());
- pushFollow(FollowSets000.FOLLOW_9);
+ pushFollow(FollowSets000.FOLLOW_11);
ruleQCREF();
state._fsp--;
@@ -2249,7 +2246,7 @@ public final EObject ruleComponentClassifierTerm() throws RecognitionException {
// $ANTLR start "entryRuleListTerm"
- // InternalPropertiesParser.g:889:1: entryRuleListTerm returns [EObject current=null] : iv_ruleListTerm= ruleListTerm EOF ;
+ // InternalPropertiesParser.g:892:1: entryRuleListTerm returns [EObject current=null] : iv_ruleListTerm= ruleListTerm EOF ;
public final EObject entryRuleListTerm() throws RecognitionException {
EObject current = null;
@@ -2257,8 +2254,8 @@ public final EObject entryRuleListTerm() throws RecognitionException {
try {
- // InternalPropertiesParser.g:889:49: (iv_ruleListTerm= ruleListTerm EOF )
- // InternalPropertiesParser.g:890:2: iv_ruleListTerm= ruleListTerm EOF
+ // InternalPropertiesParser.g:892:49: (iv_ruleListTerm= ruleListTerm EOF )
+ // InternalPropertiesParser.g:893:2: iv_ruleListTerm= ruleListTerm EOF
{
newCompositeNode(grammarAccess.getListTermRule());
pushFollow(FollowSets000.FOLLOW_1);
@@ -2285,7 +2282,7 @@ public final EObject entryRuleListTerm() throws RecognitionException {
// $ANTLR start "ruleListTerm"
- // InternalPropertiesParser.g:896:1: ruleListTerm returns [EObject current=null] : ( () otherlv_1= LeftParenthesis ( ( (lv_ownedListElement_2_0= rulePropertyExpression ) ) (otherlv_3= Comma ( (lv_ownedListElement_4_0= rulePropertyExpression ) ) )* )? otherlv_5= RightParenthesis ) ;
+ // InternalPropertiesParser.g:899:1: ruleListTerm returns [EObject current=null] : ( () otherlv_1= LeftParenthesis ( ( (lv_ownedListElement_2_0= rulePropertyExpression ) ) (otherlv_3= Comma ( (lv_ownedListElement_4_0= rulePropertyExpression ) ) )* )? otherlv_5= RightParenthesis ) ;
public final EObject ruleListTerm() throws RecognitionException {
EObject current = null;
@@ -2301,14 +2298,14 @@ public final EObject ruleListTerm() throws RecognitionException {
enterRule();
try {
- // InternalPropertiesParser.g:902:2: ( ( () otherlv_1= LeftParenthesis ( ( (lv_ownedListElement_2_0= rulePropertyExpression ) ) (otherlv_3= Comma ( (lv_ownedListElement_4_0= rulePropertyExpression ) ) )* )? otherlv_5= RightParenthesis ) )
- // InternalPropertiesParser.g:903:2: ( () otherlv_1= LeftParenthesis ( ( (lv_ownedListElement_2_0= rulePropertyExpression ) ) (otherlv_3= Comma ( (lv_ownedListElement_4_0= rulePropertyExpression ) ) )* )? otherlv_5= RightParenthesis )
+ // InternalPropertiesParser.g:905:2: ( ( () otherlv_1= LeftParenthesis ( ( (lv_ownedListElement_2_0= rulePropertyExpression ) ) (otherlv_3= Comma ( (lv_ownedListElement_4_0= rulePropertyExpression ) ) )* )? otherlv_5= RightParenthesis ) )
+ // InternalPropertiesParser.g:906:2: ( () otherlv_1= LeftParenthesis ( ( (lv_ownedListElement_2_0= rulePropertyExpression ) ) (otherlv_3= Comma ( (lv_ownedListElement_4_0= rulePropertyExpression ) ) )* )? otherlv_5= RightParenthesis )
{
- // InternalPropertiesParser.g:903:2: ( () otherlv_1= LeftParenthesis ( ( (lv_ownedListElement_2_0= rulePropertyExpression ) ) (otherlv_3= Comma ( (lv_ownedListElement_4_0= rulePropertyExpression ) ) )* )? otherlv_5= RightParenthesis )
- // InternalPropertiesParser.g:904:3: () otherlv_1= LeftParenthesis ( ( (lv_ownedListElement_2_0= rulePropertyExpression ) ) (otherlv_3= Comma ( (lv_ownedListElement_4_0= rulePropertyExpression ) ) )* )? otherlv_5= RightParenthesis
+ // InternalPropertiesParser.g:906:2: ( () otherlv_1= LeftParenthesis ( ( (lv_ownedListElement_2_0= rulePropertyExpression ) ) (otherlv_3= Comma ( (lv_ownedListElement_4_0= rulePropertyExpression ) ) )* )? otherlv_5= RightParenthesis )
+ // InternalPropertiesParser.g:907:3: () otherlv_1= LeftParenthesis ( ( (lv_ownedListElement_2_0= rulePropertyExpression ) ) (otherlv_3= Comma ( (lv_ownedListElement_4_0= rulePropertyExpression ) ) )* )? otherlv_5= RightParenthesis
{
- // InternalPropertiesParser.g:904:3: ()
- // InternalPropertiesParser.g:905:4:
+ // InternalPropertiesParser.g:907:3: ()
+ // InternalPropertiesParser.g:908:4:
{
current = forceCreateModelElement(
@@ -2318,11 +2315,11 @@ public final EObject ruleListTerm() throws RecognitionException {
}
- otherlv_1=(Token)match(input,LeftParenthesis,FollowSets000.FOLLOW_14);
+ otherlv_1=(Token)match(input,LeftParenthesis,FollowSets000.FOLLOW_17);
newLeafNode(otherlv_1, grammarAccess.getListTermAccess().getLeftParenthesisKeyword_1());
- // InternalPropertiesParser.g:915:3: ( ( (lv_ownedListElement_2_0= rulePropertyExpression ) ) (otherlv_3= Comma ( (lv_ownedListElement_4_0= rulePropertyExpression ) ) )* )?
+ // InternalPropertiesParser.g:918:3: ( ( (lv_ownedListElement_2_0= rulePropertyExpression ) ) (otherlv_3= Comma ( (lv_ownedListElement_4_0= rulePropertyExpression ) ) )* )?
int alt13=2;
int LA13_0 = input.LA(1);
@@ -2331,18 +2328,18 @@ public final EObject ruleListTerm() throws RecognitionException {
}
switch (alt13) {
case 1 :
- // InternalPropertiesParser.g:916:4: ( (lv_ownedListElement_2_0= rulePropertyExpression ) ) (otherlv_3= Comma ( (lv_ownedListElement_4_0= rulePropertyExpression ) ) )*
+ // InternalPropertiesParser.g:919:4: ( (lv_ownedListElement_2_0= rulePropertyExpression ) ) (otherlv_3= Comma ( (lv_ownedListElement_4_0= rulePropertyExpression ) ) )*
{
- // InternalPropertiesParser.g:916:4: ( (lv_ownedListElement_2_0= rulePropertyExpression ) )
- // InternalPropertiesParser.g:917:5: (lv_ownedListElement_2_0= rulePropertyExpression )
+ // InternalPropertiesParser.g:919:4: ( (lv_ownedListElement_2_0= rulePropertyExpression ) )
+ // InternalPropertiesParser.g:920:5: (lv_ownedListElement_2_0= rulePropertyExpression )
{
- // InternalPropertiesParser.g:917:5: (lv_ownedListElement_2_0= rulePropertyExpression )
- // InternalPropertiesParser.g:918:6: lv_ownedListElement_2_0= rulePropertyExpression
+ // InternalPropertiesParser.g:920:5: (lv_ownedListElement_2_0= rulePropertyExpression )
+ // InternalPropertiesParser.g:921:6: lv_ownedListElement_2_0= rulePropertyExpression
{
newCompositeNode(grammarAccess.getListTermAccess().getOwnedListElementPropertyExpressionParserRuleCall_2_0_0());
- pushFollow(FollowSets000.FOLLOW_12);
+ pushFollow(FollowSets000.FOLLOW_15);
lv_ownedListElement_2_0=rulePropertyExpression();
state._fsp--;
@@ -2364,7 +2361,7 @@ public final EObject ruleListTerm() throws RecognitionException {
}
- // InternalPropertiesParser.g:935:4: (otherlv_3= Comma ( (lv_ownedListElement_4_0= rulePropertyExpression ) ) )*
+ // InternalPropertiesParser.g:938:4: (otherlv_3= Comma ( (lv_ownedListElement_4_0= rulePropertyExpression ) ) )*
loop12:
do {
int alt12=2;
@@ -2377,22 +2374,22 @@ public final EObject ruleListTerm() throws RecognitionException {
switch (alt12) {
case 1 :
- // InternalPropertiesParser.g:936:5: otherlv_3= Comma ( (lv_ownedListElement_4_0= rulePropertyExpression ) )
+ // InternalPropertiesParser.g:939:5: otherlv_3= Comma ( (lv_ownedListElement_4_0= rulePropertyExpression ) )
{
otherlv_3=(Token)match(input,Comma,FollowSets000.FOLLOW_4);
newLeafNode(otherlv_3, grammarAccess.getListTermAccess().getCommaKeyword_2_1_0());
- // InternalPropertiesParser.g:940:5: ( (lv_ownedListElement_4_0= rulePropertyExpression ) )
- // InternalPropertiesParser.g:941:6: (lv_ownedListElement_4_0= rulePropertyExpression )
+ // InternalPropertiesParser.g:943:5: ( (lv_ownedListElement_4_0= rulePropertyExpression ) )
+ // InternalPropertiesParser.g:944:6: (lv_ownedListElement_4_0= rulePropertyExpression )
{
- // InternalPropertiesParser.g:941:6: (lv_ownedListElement_4_0= rulePropertyExpression )
- // InternalPropertiesParser.g:942:7: lv_ownedListElement_4_0= rulePropertyExpression
+ // InternalPropertiesParser.g:944:6: (lv_ownedListElement_4_0= rulePropertyExpression )
+ // InternalPropertiesParser.g:945:7: lv_ownedListElement_4_0= rulePropertyExpression
{
newCompositeNode(grammarAccess.getListTermAccess().getOwnedListElementPropertyExpressionParserRuleCall_2_1_1_0());
- pushFollow(FollowSets000.FOLLOW_12);
+ pushFollow(FollowSets000.FOLLOW_15);
lv_ownedListElement_4_0=rulePropertyExpression();
state._fsp--;
@@ -2456,7 +2453,7 @@ public final EObject ruleListTerm() throws RecognitionException {
// $ANTLR start "entryRuleFieldPropertyAssociation"
- // InternalPropertiesParser.g:969:1: entryRuleFieldPropertyAssociation returns [EObject current=null] : iv_ruleFieldPropertyAssociation= ruleFieldPropertyAssociation EOF ;
+ // InternalPropertiesParser.g:972:1: entryRuleFieldPropertyAssociation returns [EObject current=null] : iv_ruleFieldPropertyAssociation= ruleFieldPropertyAssociation EOF ;
public final EObject entryRuleFieldPropertyAssociation() throws RecognitionException {
EObject current = null;
@@ -2464,8 +2461,8 @@ public final EObject entryRuleFieldPropertyAssociation() throws RecognitionExcep
try {
- // InternalPropertiesParser.g:969:65: (iv_ruleFieldPropertyAssociation= ruleFieldPropertyAssociation EOF )
- // InternalPropertiesParser.g:970:2: iv_ruleFieldPropertyAssociation= ruleFieldPropertyAssociation EOF
+ // InternalPropertiesParser.g:972:65: (iv_ruleFieldPropertyAssociation= ruleFieldPropertyAssociation EOF )
+ // InternalPropertiesParser.g:973:2: iv_ruleFieldPropertyAssociation= ruleFieldPropertyAssociation EOF
{
newCompositeNode(grammarAccess.getFieldPropertyAssociationRule());
pushFollow(FollowSets000.FOLLOW_1);
@@ -2492,7 +2489,7 @@ public final EObject entryRuleFieldPropertyAssociation() throws RecognitionExcep
// $ANTLR start "ruleFieldPropertyAssociation"
- // InternalPropertiesParser.g:976:1: ruleFieldPropertyAssociation returns [EObject current=null] : ( ( (otherlv_0= RULE_ID ) ) otherlv_1= EqualsSignGreaterThanSign ( (lv_ownedValue_2_0= rulePropertyExpression ) ) otherlv_3= Semicolon ) ;
+ // InternalPropertiesParser.g:979:1: ruleFieldPropertyAssociation returns [EObject current=null] : ( ( (otherlv_0= RULE_ID ) ) otherlv_1= EqualsSignGreaterThanSign ( (lv_ownedValue_2_0= rulePropertyExpression ) ) otherlv_3= Semicolon ) ;
public final EObject ruleFieldPropertyAssociation() throws RecognitionException {
EObject current = null;
@@ -2506,24 +2503,24 @@ public final EObject ruleFieldPropertyAssociation() throws RecognitionException
enterRule();
try {
- // InternalPropertiesParser.g:982:2: ( ( ( (otherlv_0= RULE_ID ) ) otherlv_1= EqualsSignGreaterThanSign ( (lv_ownedValue_2_0= rulePropertyExpression ) ) otherlv_3= Semicolon ) )
- // InternalPropertiesParser.g:983:2: ( ( (otherlv_0= RULE_ID ) ) otherlv_1= EqualsSignGreaterThanSign ( (lv_ownedValue_2_0= rulePropertyExpression ) ) otherlv_3= Semicolon )
+ // InternalPropertiesParser.g:985:2: ( ( ( (otherlv_0= RULE_ID ) ) otherlv_1= EqualsSignGreaterThanSign ( (lv_ownedValue_2_0= rulePropertyExpression ) ) otherlv_3= Semicolon ) )
+ // InternalPropertiesParser.g:986:2: ( ( (otherlv_0= RULE_ID ) ) otherlv_1= EqualsSignGreaterThanSign ( (lv_ownedValue_2_0= rulePropertyExpression ) ) otherlv_3= Semicolon )
{
- // InternalPropertiesParser.g:983:2: ( ( (otherlv_0= RULE_ID ) ) otherlv_1= EqualsSignGreaterThanSign ( (lv_ownedValue_2_0= rulePropertyExpression ) ) otherlv_3= Semicolon )
- // InternalPropertiesParser.g:984:3: ( (otherlv_0= RULE_ID ) ) otherlv_1= EqualsSignGreaterThanSign ( (lv_ownedValue_2_0= rulePropertyExpression ) ) otherlv_3= Semicolon
+ // InternalPropertiesParser.g:986:2: ( ( (otherlv_0= RULE_ID ) ) otherlv_1= EqualsSignGreaterThanSign ( (lv_ownedValue_2_0= rulePropertyExpression ) ) otherlv_3= Semicolon )
+ // InternalPropertiesParser.g:987:3: ( (otherlv_0= RULE_ID ) ) otherlv_1= EqualsSignGreaterThanSign ( (lv_ownedValue_2_0= rulePropertyExpression ) ) otherlv_3= Semicolon
{
- // InternalPropertiesParser.g:984:3: ( (otherlv_0= RULE_ID ) )
- // InternalPropertiesParser.g:985:4: (otherlv_0= RULE_ID )
+ // InternalPropertiesParser.g:987:3: ( (otherlv_0= RULE_ID ) )
+ // InternalPropertiesParser.g:988:4: (otherlv_0= RULE_ID )
{
- // InternalPropertiesParser.g:985:4: (otherlv_0= RULE_ID )
- // InternalPropertiesParser.g:986:5: otherlv_0= RULE_ID
+ // InternalPropertiesParser.g:988:4: (otherlv_0= RULE_ID )
+ // InternalPropertiesParser.g:989:5: otherlv_0= RULE_ID
{
if (current==null) {
current = createModelElement(grammarAccess.getFieldPropertyAssociationRule());
}
- otherlv_0=(Token)match(input,RULE_ID,FollowSets000.FOLLOW_15);
+ otherlv_0=(Token)match(input,RULE_ID,FollowSets000.FOLLOW_18);
newLeafNode(otherlv_0, grammarAccess.getFieldPropertyAssociationAccess().getPropertyBasicPropertyCrossReference_0_0());
@@ -2537,16 +2534,16 @@ public final EObject ruleFieldPropertyAssociation() throws RecognitionException
newLeafNode(otherlv_1, grammarAccess.getFieldPropertyAssociationAccess().getEqualsSignGreaterThanSignKeyword_1());
- // InternalPropertiesParser.g:1001:3: ( (lv_ownedValue_2_0= rulePropertyExpression ) )
- // InternalPropertiesParser.g:1002:4: (lv_ownedValue_2_0= rulePropertyExpression )
+ // InternalPropertiesParser.g:1004:3: ( (lv_ownedValue_2_0= rulePropertyExpression ) )
+ // InternalPropertiesParser.g:1005:4: (lv_ownedValue_2_0= rulePropertyExpression )
{
- // InternalPropertiesParser.g:1002:4: (lv_ownedValue_2_0= rulePropertyExpression )
- // InternalPropertiesParser.g:1003:5: lv_ownedValue_2_0= rulePropertyExpression
+ // InternalPropertiesParser.g:1005:4: (lv_ownedValue_2_0= rulePropertyExpression )
+ // InternalPropertiesParser.g:1006:5: lv_ownedValue_2_0= rulePropertyExpression
{
newCompositeNode(grammarAccess.getFieldPropertyAssociationAccess().getOwnedValuePropertyExpressionParserRuleCall_2_0());
- pushFollow(FollowSets000.FOLLOW_10);
+ pushFollow(FollowSets000.FOLLOW_12);
lv_ownedValue_2_0=rulePropertyExpression();
state._fsp--;
@@ -2595,7 +2592,7 @@ public final EObject ruleFieldPropertyAssociation() throws RecognitionException
// $ANTLR start "entryRuleContainmentPathElement"
- // InternalPropertiesParser.g:1028:1: entryRuleContainmentPathElement returns [EObject current=null] : iv_ruleContainmentPathElement= ruleContainmentPathElement EOF ;
+ // InternalPropertiesParser.g:1031:1: entryRuleContainmentPathElement returns [EObject current=null] : iv_ruleContainmentPathElement= ruleContainmentPathElement EOF ;
public final EObject entryRuleContainmentPathElement() throws RecognitionException {
EObject current = null;
@@ -2603,8 +2600,8 @@ public final EObject entryRuleContainmentPathElement() throws RecognitionExcepti
try {
- // InternalPropertiesParser.g:1028:63: (iv_ruleContainmentPathElement= ruleContainmentPathElement EOF )
- // InternalPropertiesParser.g:1029:2: iv_ruleContainmentPathElement= ruleContainmentPathElement EOF
+ // InternalPropertiesParser.g:1031:63: (iv_ruleContainmentPathElement= ruleContainmentPathElement EOF )
+ // InternalPropertiesParser.g:1032:2: iv_ruleContainmentPathElement= ruleContainmentPathElement EOF
{
newCompositeNode(grammarAccess.getContainmentPathElementRule());
pushFollow(FollowSets000.FOLLOW_1);
@@ -2631,7 +2628,7 @@ public final EObject entryRuleContainmentPathElement() throws RecognitionExcepti
// $ANTLR start "ruleContainmentPathElement"
- // InternalPropertiesParser.g:1035:1: ruleContainmentPathElement returns [EObject current=null] : ( ( ( (otherlv_0= RULE_ID ) ) ( (lv_arrayRange_1_0= ruleArrayRange ) )* ) (otherlv_2= FullStop ( (lv_path_3_0= ruleContainmentPathElement ) ) )? ) ;
+ // InternalPropertiesParser.g:1038:1: ruleContainmentPathElement returns [EObject current=null] : ( ( ( (otherlv_0= RULE_ID ) ) ( (lv_arrayRange_1_0= ruleArrayRange ) )* ) (otherlv_2= FullStop ( (lv_path_3_0= ruleContainmentPathElement ) ) )? ) ;
public final EObject ruleContainmentPathElement() throws RecognitionException {
EObject current = null;
@@ -2646,27 +2643,27 @@ public final EObject ruleContainmentPathElement() throws RecognitionException {
enterRule();
try {
- // InternalPropertiesParser.g:1041:2: ( ( ( ( (otherlv_0= RULE_ID ) ) ( (lv_arrayRange_1_0= ruleArrayRange ) )* ) (otherlv_2= FullStop ( (lv_path_3_0= ruleContainmentPathElement ) ) )? ) )
- // InternalPropertiesParser.g:1042:2: ( ( ( (otherlv_0= RULE_ID ) ) ( (lv_arrayRange_1_0= ruleArrayRange ) )* ) (otherlv_2= FullStop ( (lv_path_3_0= ruleContainmentPathElement ) ) )? )
+ // InternalPropertiesParser.g:1044:2: ( ( ( ( (otherlv_0= RULE_ID ) ) ( (lv_arrayRange_1_0= ruleArrayRange ) )* ) (otherlv_2= FullStop ( (lv_path_3_0= ruleContainmentPathElement ) ) )? ) )
+ // InternalPropertiesParser.g:1045:2: ( ( ( (otherlv_0= RULE_ID ) ) ( (lv_arrayRange_1_0= ruleArrayRange ) )* ) (otherlv_2= FullStop ( (lv_path_3_0= ruleContainmentPathElement ) ) )? )
{
- // InternalPropertiesParser.g:1042:2: ( ( ( (otherlv_0= RULE_ID ) ) ( (lv_arrayRange_1_0= ruleArrayRange ) )* ) (otherlv_2= FullStop ( (lv_path_3_0= ruleContainmentPathElement ) ) )? )
- // InternalPropertiesParser.g:1043:3: ( ( (otherlv_0= RULE_ID ) ) ( (lv_arrayRange_1_0= ruleArrayRange ) )* ) (otherlv_2= FullStop ( (lv_path_3_0= ruleContainmentPathElement ) ) )?
+ // InternalPropertiesParser.g:1045:2: ( ( ( (otherlv_0= RULE_ID ) ) ( (lv_arrayRange_1_0= ruleArrayRange ) )* ) (otherlv_2= FullStop ( (lv_path_3_0= ruleContainmentPathElement ) ) )? )
+ // InternalPropertiesParser.g:1046:3: ( ( (otherlv_0= RULE_ID ) ) ( (lv_arrayRange_1_0= ruleArrayRange ) )* ) (otherlv_2= FullStop ( (lv_path_3_0= ruleContainmentPathElement ) ) )?
{
- // InternalPropertiesParser.g:1043:3: ( ( (otherlv_0= RULE_ID ) ) ( (lv_arrayRange_1_0= ruleArrayRange ) )* )
- // InternalPropertiesParser.g:1044:4: ( (otherlv_0= RULE_ID ) ) ( (lv_arrayRange_1_0= ruleArrayRange ) )*
+ // InternalPropertiesParser.g:1046:3: ( ( (otherlv_0= RULE_ID ) ) ( (lv_arrayRange_1_0= ruleArrayRange ) )* )
+ // InternalPropertiesParser.g:1047:4: ( (otherlv_0= RULE_ID ) ) ( (lv_arrayRange_1_0= ruleArrayRange ) )*
{
- // InternalPropertiesParser.g:1044:4: ( (otherlv_0= RULE_ID ) )
- // InternalPropertiesParser.g:1045:5: (otherlv_0= RULE_ID )
+ // InternalPropertiesParser.g:1047:4: ( (otherlv_0= RULE_ID ) )
+ // InternalPropertiesParser.g:1048:5: (otherlv_0= RULE_ID )
{
- // InternalPropertiesParser.g:1045:5: (otherlv_0= RULE_ID )
- // InternalPropertiesParser.g:1046:6: otherlv_0= RULE_ID
+ // InternalPropertiesParser.g:1048:5: (otherlv_0= RULE_ID )
+ // InternalPropertiesParser.g:1049:6: otherlv_0= RULE_ID
{
if (current==null) {
current = createModelElement(grammarAccess.getContainmentPathElementRule());
}
- otherlv_0=(Token)match(input,RULE_ID,FollowSets000.FOLLOW_16);
+ otherlv_0=(Token)match(input,RULE_ID,FollowSets000.FOLLOW_19);
newLeafNode(otherlv_0, grammarAccess.getContainmentPathElementAccess().getNamedElementNamedElementCrossReference_0_0_0());
@@ -2676,7 +2673,7 @@ public final EObject ruleContainmentPathElement() throws RecognitionException {
}
- // InternalPropertiesParser.g:1057:4: ( (lv_arrayRange_1_0= ruleArrayRange ) )*
+ // InternalPropertiesParser.g:1060:4: ( (lv_arrayRange_1_0= ruleArrayRange ) )*
loop14:
do {
int alt14=2;
@@ -2689,15 +2686,15 @@ public final EObject ruleContainmentPathElement() throws RecognitionException {
switch (alt14) {
case 1 :
- // InternalPropertiesParser.g:1058:5: (lv_arrayRange_1_0= ruleArrayRange )
+ // InternalPropertiesParser.g:1061:5: (lv_arrayRange_1_0= ruleArrayRange )
{
- // InternalPropertiesParser.g:1058:5: (lv_arrayRange_1_0= ruleArrayRange )
- // InternalPropertiesParser.g:1059:6: lv_arrayRange_1_0= ruleArrayRange
+ // InternalPropertiesParser.g:1061:5: (lv_arrayRange_1_0= ruleArrayRange )
+ // InternalPropertiesParser.g:1062:6: lv_arrayRange_1_0= ruleArrayRange
{
newCompositeNode(grammarAccess.getContainmentPathElementAccess().getArrayRangeArrayRangeParserRuleCall_0_1_0());
- pushFollow(FollowSets000.FOLLOW_16);
+ pushFollow(FollowSets000.FOLLOW_19);
lv_arrayRange_1_0=ruleArrayRange();
state._fsp--;
@@ -2728,7 +2725,7 @@ public final EObject ruleContainmentPathElement() throws RecognitionException {
}
- // InternalPropertiesParser.g:1077:3: (otherlv_2= FullStop ( (lv_path_3_0= ruleContainmentPathElement ) ) )?
+ // InternalPropertiesParser.g:1080:3: (otherlv_2= FullStop ( (lv_path_3_0= ruleContainmentPathElement ) ) )?
int alt15=2;
int LA15_0 = input.LA(1);
@@ -2737,17 +2734,17 @@ public final EObject ruleContainmentPathElement() throws RecognitionException {
}
switch (alt15) {
case 1 :
- // InternalPropertiesParser.g:1078:4: otherlv_2= FullStop ( (lv_path_3_0= ruleContainmentPathElement ) )
+ // InternalPropertiesParser.g:1081:4: otherlv_2= FullStop ( (lv_path_3_0= ruleContainmentPathElement ) )
{
- otherlv_2=(Token)match(input,FullStop,FollowSets000.FOLLOW_6);
+ otherlv_2=(Token)match(input,FullStop,FollowSets000.FOLLOW_7);
newLeafNode(otherlv_2, grammarAccess.getContainmentPathElementAccess().getFullStopKeyword_1_0());
- // InternalPropertiesParser.g:1082:4: ( (lv_path_3_0= ruleContainmentPathElement ) )
- // InternalPropertiesParser.g:1083:5: (lv_path_3_0= ruleContainmentPathElement )
+ // InternalPropertiesParser.g:1085:4: ( (lv_path_3_0= ruleContainmentPathElement ) )
+ // InternalPropertiesParser.g:1086:5: (lv_path_3_0= ruleContainmentPathElement )
{
- // InternalPropertiesParser.g:1083:5: (lv_path_3_0= ruleContainmentPathElement )
- // InternalPropertiesParser.g:1084:6: lv_path_3_0= ruleContainmentPathElement
+ // InternalPropertiesParser.g:1086:5: (lv_path_3_0= ruleContainmentPathElement )
+ // InternalPropertiesParser.g:1087:6: lv_path_3_0= ruleContainmentPathElement
{
newCompositeNode(grammarAccess.getContainmentPathElementAccess().getPathContainmentPathElementParserRuleCall_1_1_0());
@@ -2803,7 +2800,7 @@ public final EObject ruleContainmentPathElement() throws RecognitionException {
// $ANTLR start "entryRulePlusMinus"
- // InternalPropertiesParser.g:1106:1: entryRulePlusMinus returns [String current=null] : iv_rulePlusMinus= rulePlusMinus EOF ;
+ // InternalPropertiesParser.g:1109:1: entryRulePlusMinus returns [String current=null] : iv_rulePlusMinus= rulePlusMinus EOF ;
public final String entryRulePlusMinus() throws RecognitionException {
String current = null;
@@ -2811,8 +2808,8 @@ public final String entryRulePlusMinus() throws RecognitionException {
try {
- // InternalPropertiesParser.g:1106:49: (iv_rulePlusMinus= rulePlusMinus EOF )
- // InternalPropertiesParser.g:1107:2: iv_rulePlusMinus= rulePlusMinus EOF
+ // InternalPropertiesParser.g:1109:49: (iv_rulePlusMinus= rulePlusMinus EOF )
+ // InternalPropertiesParser.g:1110:2: iv_rulePlusMinus= rulePlusMinus EOF
{
newCompositeNode(grammarAccess.getPlusMinusRule());
pushFollow(FollowSets000.FOLLOW_1);
@@ -2839,7 +2836,7 @@ public final String entryRulePlusMinus() throws RecognitionException {
// $ANTLR start "rulePlusMinus"
- // InternalPropertiesParser.g:1113:1: rulePlusMinus returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= PlusSign | kw= HyphenMinus ) ;
+ // InternalPropertiesParser.g:1116:1: rulePlusMinus returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= PlusSign | kw= HyphenMinus ) ;
public final AntlrDatatypeRuleToken rulePlusMinus() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
@@ -2849,10 +2846,10 @@ public final AntlrDatatypeRuleToken rulePlusMinus() throws RecognitionException
enterRule();
try {
- // InternalPropertiesParser.g:1119:2: ( (kw= PlusSign | kw= HyphenMinus ) )
- // InternalPropertiesParser.g:1120:2: (kw= PlusSign | kw= HyphenMinus )
+ // InternalPropertiesParser.g:1122:2: ( (kw= PlusSign | kw= HyphenMinus ) )
+ // InternalPropertiesParser.g:1123:2: (kw= PlusSign | kw= HyphenMinus )
{
- // InternalPropertiesParser.g:1120:2: (kw= PlusSign | kw= HyphenMinus )
+ // InternalPropertiesParser.g:1123:2: (kw= PlusSign | kw= HyphenMinus )
int alt16=2;
int LA16_0 = input.LA(1);
@@ -2870,7 +2867,7 @@ else if ( (LA16_0==HyphenMinus) ) {
}
switch (alt16) {
case 1 :
- // InternalPropertiesParser.g:1121:3: kw= PlusSign
+ // InternalPropertiesParser.g:1124:3: kw= PlusSign
{
kw=(Token)match(input,PlusSign,FollowSets000.FOLLOW_2);
@@ -2881,7 +2878,7 @@ else if ( (LA16_0==HyphenMinus) ) {
}
break;
case 2 :
- // InternalPropertiesParser.g:1127:3: kw= HyphenMinus
+ // InternalPropertiesParser.g:1130:3: kw= HyphenMinus
{
kw=(Token)match(input,HyphenMinus,FollowSets000.FOLLOW_2);
@@ -2914,7 +2911,7 @@ else if ( (LA16_0==HyphenMinus) ) {
// $ANTLR start "entryRuleStringTerm"
- // InternalPropertiesParser.g:1136:1: entryRuleStringTerm returns [EObject current=null] : iv_ruleStringTerm= ruleStringTerm EOF ;
+ // InternalPropertiesParser.g:1139:1: entryRuleStringTerm returns [EObject current=null] : iv_ruleStringTerm= ruleStringTerm EOF ;
public final EObject entryRuleStringTerm() throws RecognitionException {
EObject current = null;
@@ -2922,8 +2919,8 @@ public final EObject entryRuleStringTerm() throws RecognitionException {
try {
- // InternalPropertiesParser.g:1136:51: (iv_ruleStringTerm= ruleStringTerm EOF )
- // InternalPropertiesParser.g:1137:2: iv_ruleStringTerm= ruleStringTerm EOF
+ // InternalPropertiesParser.g:1139:51: (iv_ruleStringTerm= ruleStringTerm EOF )
+ // InternalPropertiesParser.g:1140:2: iv_ruleStringTerm= ruleStringTerm EOF
{
newCompositeNode(grammarAccess.getStringTermRule());
pushFollow(FollowSets000.FOLLOW_1);
@@ -2950,7 +2947,7 @@ public final EObject entryRuleStringTerm() throws RecognitionException {
// $ANTLR start "ruleStringTerm"
- // InternalPropertiesParser.g:1143:1: ruleStringTerm returns [EObject current=null] : ( (lv_value_0_0= ruleNoQuoteString ) ) ;
+ // InternalPropertiesParser.g:1146:1: ruleStringTerm returns [EObject current=null] : ( (lv_value_0_0= ruleNoQuoteString ) ) ;
public final EObject ruleStringTerm() throws RecognitionException {
EObject current = null;
@@ -2961,14 +2958,14 @@ public final EObject ruleStringTerm() throws RecognitionException {
enterRule();
try {
- // InternalPropertiesParser.g:1149:2: ( ( (lv_value_0_0= ruleNoQuoteString ) ) )
- // InternalPropertiesParser.g:1150:2: ( (lv_value_0_0= ruleNoQuoteString ) )
+ // InternalPropertiesParser.g:1152:2: ( ( (lv_value_0_0= ruleNoQuoteString ) ) )
+ // InternalPropertiesParser.g:1153:2: ( (lv_value_0_0= ruleNoQuoteString ) )
{
- // InternalPropertiesParser.g:1150:2: ( (lv_value_0_0= ruleNoQuoteString ) )
- // InternalPropertiesParser.g:1151:3: (lv_value_0_0= ruleNoQuoteString )
+ // InternalPropertiesParser.g:1153:2: ( (lv_value_0_0= ruleNoQuoteString ) )
+ // InternalPropertiesParser.g:1154:3: (lv_value_0_0= ruleNoQuoteString )
{
- // InternalPropertiesParser.g:1151:3: (lv_value_0_0= ruleNoQuoteString )
- // InternalPropertiesParser.g:1152:4: lv_value_0_0= ruleNoQuoteString
+ // InternalPropertiesParser.g:1154:3: (lv_value_0_0= ruleNoQuoteString )
+ // InternalPropertiesParser.g:1155:4: lv_value_0_0= ruleNoQuoteString
{
newCompositeNode(grammarAccess.getStringTermAccess().getValueNoQuoteStringParserRuleCall_0());
@@ -3015,7 +3012,7 @@ public final EObject ruleStringTerm() throws RecognitionException {
// $ANTLR start "entryRuleNoQuoteString"
- // InternalPropertiesParser.g:1172:1: entryRuleNoQuoteString returns [String current=null] : iv_ruleNoQuoteString= ruleNoQuoteString EOF ;
+ // InternalPropertiesParser.g:1175:1: entryRuleNoQuoteString returns [String current=null] : iv_ruleNoQuoteString= ruleNoQuoteString EOF ;
public final String entryRuleNoQuoteString() throws RecognitionException {
String current = null;
@@ -3023,8 +3020,8 @@ public final String entryRuleNoQuoteString() throws RecognitionException {
try {
- // InternalPropertiesParser.g:1172:53: (iv_ruleNoQuoteString= ruleNoQuoteString EOF )
- // InternalPropertiesParser.g:1173:2: iv_ruleNoQuoteString= ruleNoQuoteString EOF
+ // InternalPropertiesParser.g:1175:53: (iv_ruleNoQuoteString= ruleNoQuoteString EOF )
+ // InternalPropertiesParser.g:1176:2: iv_ruleNoQuoteString= ruleNoQuoteString EOF
{
newCompositeNode(grammarAccess.getNoQuoteStringRule());
pushFollow(FollowSets000.FOLLOW_1);
@@ -3051,7 +3048,7 @@ public final String entryRuleNoQuoteString() throws RecognitionException {
// $ANTLR start "ruleNoQuoteString"
- // InternalPropertiesParser.g:1179:1: ruleNoQuoteString returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : this_STRING_0= RULE_STRING ;
+ // InternalPropertiesParser.g:1182:1: ruleNoQuoteString returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : this_STRING_0= RULE_STRING ;
public final AntlrDatatypeRuleToken ruleNoQuoteString() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
@@ -3061,8 +3058,8 @@ public final AntlrDatatypeRuleToken ruleNoQuoteString() throws RecognitionExcept
enterRule();
try {
- // InternalPropertiesParser.g:1185:2: (this_STRING_0= RULE_STRING )
- // InternalPropertiesParser.g:1186:2: this_STRING_0= RULE_STRING
+ // InternalPropertiesParser.g:1188:2: (this_STRING_0= RULE_STRING )
+ // InternalPropertiesParser.g:1189:2: this_STRING_0= RULE_STRING
{
this_STRING_0=(Token)match(input,RULE_STRING,FollowSets000.FOLLOW_2);
@@ -3091,7 +3088,7 @@ public final AntlrDatatypeRuleToken ruleNoQuoteString() throws RecognitionExcept
// $ANTLR start "entryRuleArrayRange"
- // InternalPropertiesParser.g:1196:1: entryRuleArrayRange returns [EObject current=null] : iv_ruleArrayRange= ruleArrayRange EOF ;
+ // InternalPropertiesParser.g:1199:1: entryRuleArrayRange returns [EObject current=null] : iv_ruleArrayRange= ruleArrayRange EOF ;
public final EObject entryRuleArrayRange() throws RecognitionException {
EObject current = null;
@@ -3099,8 +3096,8 @@ public final EObject entryRuleArrayRange() throws RecognitionException {
try {
- // InternalPropertiesParser.g:1196:51: (iv_ruleArrayRange= ruleArrayRange EOF )
- // InternalPropertiesParser.g:1197:2: iv_ruleArrayRange= ruleArrayRange EOF
+ // InternalPropertiesParser.g:1199:51: (iv_ruleArrayRange= ruleArrayRange EOF )
+ // InternalPropertiesParser.g:1200:2: iv_ruleArrayRange= ruleArrayRange EOF
{
newCompositeNode(grammarAccess.getArrayRangeRule());
pushFollow(FollowSets000.FOLLOW_1);
@@ -3127,7 +3124,7 @@ public final EObject entryRuleArrayRange() throws RecognitionException {
// $ANTLR start "ruleArrayRange"
- // InternalPropertiesParser.g:1203:1: ruleArrayRange returns [EObject current=null] : ( () otherlv_1= LeftSquareBracket ( (lv_lowerBound_2_0= ruleINTVALUE ) ) (otherlv_3= FullStopFullStop ( (lv_upperBound_4_0= ruleINTVALUE ) ) )? otherlv_5= RightSquareBracket ) ;
+ // InternalPropertiesParser.g:1206:1: ruleArrayRange returns [EObject current=null] : ( () otherlv_1= LeftSquareBracket ( (lv_lowerBound_2_0= ruleINTVALUE ) ) (otherlv_3= FullStopFullStop ( (lv_upperBound_4_0= ruleINTVALUE ) ) )? otherlv_5= RightSquareBracket ) ;
public final EObject ruleArrayRange() throws RecognitionException {
EObject current = null;
@@ -3143,14 +3140,14 @@ public final EObject ruleArrayRange() throws RecognitionException {
enterRule();
try {
- // InternalPropertiesParser.g:1209:2: ( ( () otherlv_1= LeftSquareBracket ( (lv_lowerBound_2_0= ruleINTVALUE ) ) (otherlv_3= FullStopFullStop ( (lv_upperBound_4_0= ruleINTVALUE ) ) )? otherlv_5= RightSquareBracket ) )
- // InternalPropertiesParser.g:1210:2: ( () otherlv_1= LeftSquareBracket ( (lv_lowerBound_2_0= ruleINTVALUE ) ) (otherlv_3= FullStopFullStop ( (lv_upperBound_4_0= ruleINTVALUE ) ) )? otherlv_5= RightSquareBracket )
+ // InternalPropertiesParser.g:1212:2: ( ( () otherlv_1= LeftSquareBracket ( (lv_lowerBound_2_0= ruleINTVALUE ) ) (otherlv_3= FullStopFullStop ( (lv_upperBound_4_0= ruleINTVALUE ) ) )? otherlv_5= RightSquareBracket ) )
+ // InternalPropertiesParser.g:1213:2: ( () otherlv_1= LeftSquareBracket ( (lv_lowerBound_2_0= ruleINTVALUE ) ) (otherlv_3= FullStopFullStop ( (lv_upperBound_4_0= ruleINTVALUE ) ) )? otherlv_5= RightSquareBracket )
{
- // InternalPropertiesParser.g:1210:2: ( () otherlv_1= LeftSquareBracket ( (lv_lowerBound_2_0= ruleINTVALUE ) ) (otherlv_3= FullStopFullStop ( (lv_upperBound_4_0= ruleINTVALUE ) ) )? otherlv_5= RightSquareBracket )
- // InternalPropertiesParser.g:1211:3: () otherlv_1= LeftSquareBracket ( (lv_lowerBound_2_0= ruleINTVALUE ) ) (otherlv_3= FullStopFullStop ( (lv_upperBound_4_0= ruleINTVALUE ) ) )? otherlv_5= RightSquareBracket
+ // InternalPropertiesParser.g:1213:2: ( () otherlv_1= LeftSquareBracket ( (lv_lowerBound_2_0= ruleINTVALUE ) ) (otherlv_3= FullStopFullStop ( (lv_upperBound_4_0= ruleINTVALUE ) ) )? otherlv_5= RightSquareBracket )
+ // InternalPropertiesParser.g:1214:3: () otherlv_1= LeftSquareBracket ( (lv_lowerBound_2_0= ruleINTVALUE ) ) (otherlv_3= FullStopFullStop ( (lv_upperBound_4_0= ruleINTVALUE ) ) )? otherlv_5= RightSquareBracket
{
- // InternalPropertiesParser.g:1211:3: ()
- // InternalPropertiesParser.g:1212:4:
+ // InternalPropertiesParser.g:1214:3: ()
+ // InternalPropertiesParser.g:1215:4:
{
current = forceCreateModelElement(
@@ -3160,20 +3157,20 @@ public final EObject ruleArrayRange() throws RecognitionException {
}
- otherlv_1=(Token)match(input,LeftSquareBracket,FollowSets000.FOLLOW_17);
+ otherlv_1=(Token)match(input,LeftSquareBracket,FollowSets000.FOLLOW_20);
newLeafNode(otherlv_1, grammarAccess.getArrayRangeAccess().getLeftSquareBracketKeyword_1());
- // InternalPropertiesParser.g:1222:3: ( (lv_lowerBound_2_0= ruleINTVALUE ) )
- // InternalPropertiesParser.g:1223:4: (lv_lowerBound_2_0= ruleINTVALUE )
+ // InternalPropertiesParser.g:1225:3: ( (lv_lowerBound_2_0= ruleINTVALUE ) )
+ // InternalPropertiesParser.g:1226:4: (lv_lowerBound_2_0= ruleINTVALUE )
{
- // InternalPropertiesParser.g:1223:4: (lv_lowerBound_2_0= ruleINTVALUE )
- // InternalPropertiesParser.g:1224:5: lv_lowerBound_2_0= ruleINTVALUE
+ // InternalPropertiesParser.g:1226:4: (lv_lowerBound_2_0= ruleINTVALUE )
+ // InternalPropertiesParser.g:1227:5: lv_lowerBound_2_0= ruleINTVALUE
{
newCompositeNode(grammarAccess.getArrayRangeAccess().getLowerBoundINTVALUEParserRuleCall_2_0());
- pushFollow(FollowSets000.FOLLOW_18);
+ pushFollow(FollowSets000.FOLLOW_21);
lv_lowerBound_2_0=ruleINTVALUE();
state._fsp--;
@@ -3195,7 +3192,7 @@ public final EObject ruleArrayRange() throws RecognitionException {
}
- // InternalPropertiesParser.g:1241:3: (otherlv_3= FullStopFullStop ( (lv_upperBound_4_0= ruleINTVALUE ) ) )?
+ // InternalPropertiesParser.g:1244:3: (otherlv_3= FullStopFullStop ( (lv_upperBound_4_0= ruleINTVALUE ) ) )?
int alt17=2;
int LA17_0 = input.LA(1);
@@ -3204,22 +3201,22 @@ public final EObject ruleArrayRange() throws RecognitionException {
}
switch (alt17) {
case 1 :
- // InternalPropertiesParser.g:1242:4: otherlv_3= FullStopFullStop ( (lv_upperBound_4_0= ruleINTVALUE ) )
+ // InternalPropertiesParser.g:1245:4: otherlv_3= FullStopFullStop ( (lv_upperBound_4_0= ruleINTVALUE ) )
{
- otherlv_3=(Token)match(input,FullStopFullStop,FollowSets000.FOLLOW_17);
+ otherlv_3=(Token)match(input,FullStopFullStop,FollowSets000.FOLLOW_20);
newLeafNode(otherlv_3, grammarAccess.getArrayRangeAccess().getFullStopFullStopKeyword_3_0());
- // InternalPropertiesParser.g:1246:4: ( (lv_upperBound_4_0= ruleINTVALUE ) )
- // InternalPropertiesParser.g:1247:5: (lv_upperBound_4_0= ruleINTVALUE )
+ // InternalPropertiesParser.g:1249:4: ( (lv_upperBound_4_0= ruleINTVALUE ) )
+ // InternalPropertiesParser.g:1250:5: (lv_upperBound_4_0= ruleINTVALUE )
{
- // InternalPropertiesParser.g:1247:5: (lv_upperBound_4_0= ruleINTVALUE )
- // InternalPropertiesParser.g:1248:6: lv_upperBound_4_0= ruleINTVALUE
+ // InternalPropertiesParser.g:1250:5: (lv_upperBound_4_0= ruleINTVALUE )
+ // InternalPropertiesParser.g:1251:6: lv_upperBound_4_0= ruleINTVALUE
{
newCompositeNode(grammarAccess.getArrayRangeAccess().getUpperBoundINTVALUEParserRuleCall_3_1_0());
- pushFollow(FollowSets000.FOLLOW_19);
+ pushFollow(FollowSets000.FOLLOW_22);
lv_upperBound_4_0=ruleINTVALUE();
state._fsp--;
@@ -3274,7 +3271,7 @@ public final EObject ruleArrayRange() throws RecognitionException {
// $ANTLR start "entryRuleSignedConstant"
- // InternalPropertiesParser.g:1274:1: entryRuleSignedConstant returns [EObject current=null] : iv_ruleSignedConstant= ruleSignedConstant EOF ;
+ // InternalPropertiesParser.g:1277:1: entryRuleSignedConstant returns [EObject current=null] : iv_ruleSignedConstant= ruleSignedConstant EOF ;
public final EObject entryRuleSignedConstant() throws RecognitionException {
EObject current = null;
@@ -3282,8 +3279,8 @@ public final EObject entryRuleSignedConstant() throws RecognitionException {
try {
- // InternalPropertiesParser.g:1274:55: (iv_ruleSignedConstant= ruleSignedConstant EOF )
- // InternalPropertiesParser.g:1275:2: iv_ruleSignedConstant= ruleSignedConstant EOF
+ // InternalPropertiesParser.g:1277:55: (iv_ruleSignedConstant= ruleSignedConstant EOF )
+ // InternalPropertiesParser.g:1278:2: iv_ruleSignedConstant= ruleSignedConstant EOF
{
newCompositeNode(grammarAccess.getSignedConstantRule());
pushFollow(FollowSets000.FOLLOW_1);
@@ -3310,7 +3307,7 @@ public final EObject entryRuleSignedConstant() throws RecognitionException {
// $ANTLR start "ruleSignedConstant"
- // InternalPropertiesParser.g:1281:1: ruleSignedConstant returns [EObject current=null] : ( ( (lv_op_0_0= rulePlusMinus ) ) ( (lv_ownedPropertyExpression_1_0= ruleConstantValue ) ) ) ;
+ // InternalPropertiesParser.g:1284:1: ruleSignedConstant returns [EObject current=null] : ( ( (lv_op_0_0= rulePlusMinus ) ) ( (lv_ownedPropertyExpression_1_0= ruleConstantValue ) ) ) ;
public final EObject ruleSignedConstant() throws RecognitionException {
EObject current = null;
@@ -3323,22 +3320,22 @@ public final EObject ruleSignedConstant() throws RecognitionException {
enterRule();
try {
- // InternalPropertiesParser.g:1287:2: ( ( ( (lv_op_0_0= rulePlusMinus ) ) ( (lv_ownedPropertyExpression_1_0= ruleConstantValue ) ) ) )
- // InternalPropertiesParser.g:1288:2: ( ( (lv_op_0_0= rulePlusMinus ) ) ( (lv_ownedPropertyExpression_1_0= ruleConstantValue ) ) )
+ // InternalPropertiesParser.g:1290:2: ( ( ( (lv_op_0_0= rulePlusMinus ) ) ( (lv_ownedPropertyExpression_1_0= ruleConstantValue ) ) ) )
+ // InternalPropertiesParser.g:1291:2: ( ( (lv_op_0_0= rulePlusMinus ) ) ( (lv_ownedPropertyExpression_1_0= ruleConstantValue ) ) )
{
- // InternalPropertiesParser.g:1288:2: ( ( (lv_op_0_0= rulePlusMinus ) ) ( (lv_ownedPropertyExpression_1_0= ruleConstantValue ) ) )
- // InternalPropertiesParser.g:1289:3: ( (lv_op_0_0= rulePlusMinus ) ) ( (lv_ownedPropertyExpression_1_0= ruleConstantValue ) )
+ // InternalPropertiesParser.g:1291:2: ( ( (lv_op_0_0= rulePlusMinus ) ) ( (lv_ownedPropertyExpression_1_0= ruleConstantValue ) ) )
+ // InternalPropertiesParser.g:1292:3: ( (lv_op_0_0= rulePlusMinus ) ) ( (lv_ownedPropertyExpression_1_0= ruleConstantValue ) )
{
- // InternalPropertiesParser.g:1289:3: ( (lv_op_0_0= rulePlusMinus ) )
- // InternalPropertiesParser.g:1290:4: (lv_op_0_0= rulePlusMinus )
+ // InternalPropertiesParser.g:1292:3: ( (lv_op_0_0= rulePlusMinus ) )
+ // InternalPropertiesParser.g:1293:4: (lv_op_0_0= rulePlusMinus )
{
- // InternalPropertiesParser.g:1290:4: (lv_op_0_0= rulePlusMinus )
- // InternalPropertiesParser.g:1291:5: lv_op_0_0= rulePlusMinus
+ // InternalPropertiesParser.g:1293:4: (lv_op_0_0= rulePlusMinus )
+ // InternalPropertiesParser.g:1294:5: lv_op_0_0= rulePlusMinus
{
newCompositeNode(grammarAccess.getSignedConstantAccess().getOpPlusMinusParserRuleCall_0_0());
- pushFollow(FollowSets000.FOLLOW_20);
+ pushFollow(FollowSets000.FOLLOW_23);
lv_op_0_0=rulePlusMinus();
state._fsp--;
@@ -3360,11 +3357,11 @@ public final EObject ruleSignedConstant() throws RecognitionException {
}
- // InternalPropertiesParser.g:1308:3: ( (lv_ownedPropertyExpression_1_0= ruleConstantValue ) )
- // InternalPropertiesParser.g:1309:4: (lv_ownedPropertyExpression_1_0= ruleConstantValue )
+ // InternalPropertiesParser.g:1311:3: ( (lv_ownedPropertyExpression_1_0= ruleConstantValue ) )
+ // InternalPropertiesParser.g:1312:4: (lv_ownedPropertyExpression_1_0= ruleConstantValue )
{
- // InternalPropertiesParser.g:1309:4: (lv_ownedPropertyExpression_1_0= ruleConstantValue )
- // InternalPropertiesParser.g:1310:5: lv_ownedPropertyExpression_1_0= ruleConstantValue
+ // InternalPropertiesParser.g:1312:4: (lv_ownedPropertyExpression_1_0= ruleConstantValue )
+ // InternalPropertiesParser.g:1313:5: lv_ownedPropertyExpression_1_0= ruleConstantValue
{
newCompositeNode(grammarAccess.getSignedConstantAccess().getOwnedPropertyExpressionConstantValueParserRuleCall_1_0());
@@ -3414,7 +3411,7 @@ public final EObject ruleSignedConstant() throws RecognitionException {
// $ANTLR start "entryRuleIntegerTerm"
- // InternalPropertiesParser.g:1331:1: entryRuleIntegerTerm returns [EObject current=null] : iv_ruleIntegerTerm= ruleIntegerTerm EOF ;
+ // InternalPropertiesParser.g:1334:1: entryRuleIntegerTerm returns [EObject current=null] : iv_ruleIntegerTerm= ruleIntegerTerm EOF ;
public final EObject entryRuleIntegerTerm() throws RecognitionException {
EObject current = null;
@@ -3422,8 +3419,8 @@ public final EObject entryRuleIntegerTerm() throws RecognitionException {
try {
- // InternalPropertiesParser.g:1331:52: (iv_ruleIntegerTerm= ruleIntegerTerm EOF )
- // InternalPropertiesParser.g:1332:2: iv_ruleIntegerTerm= ruleIntegerTerm EOF
+ // InternalPropertiesParser.g:1334:52: (iv_ruleIntegerTerm= ruleIntegerTerm EOF )
+ // InternalPropertiesParser.g:1335:2: iv_ruleIntegerTerm= ruleIntegerTerm EOF
{
newCompositeNode(grammarAccess.getIntegerTermRule());
pushFollow(FollowSets000.FOLLOW_1);
@@ -3450,7 +3447,7 @@ public final EObject entryRuleIntegerTerm() throws RecognitionException {
// $ANTLR start "ruleIntegerTerm"
- // InternalPropertiesParser.g:1338:1: ruleIntegerTerm returns [EObject current=null] : ( ( (lv_value_0_0= ruleSignedInt ) ) ( (otherlv_1= RULE_ID ) )? ) ;
+ // InternalPropertiesParser.g:1341:1: ruleIntegerTerm returns [EObject current=null] : ( ( (lv_value_0_0= ruleSignedInt ) ) ( (otherlv_1= RULE_ID ) )? ) ;
public final EObject ruleIntegerTerm() throws RecognitionException {
EObject current = null;
@@ -3462,22 +3459,22 @@ public final EObject ruleIntegerTerm() throws RecognitionException {
enterRule();
try {
- // InternalPropertiesParser.g:1344:2: ( ( ( (lv_value_0_0= ruleSignedInt ) ) ( (otherlv_1= RULE_ID ) )? ) )
- // InternalPropertiesParser.g:1345:2: ( ( (lv_value_0_0= ruleSignedInt ) ) ( (otherlv_1= RULE_ID ) )? )
+ // InternalPropertiesParser.g:1347:2: ( ( ( (lv_value_0_0= ruleSignedInt ) ) ( (otherlv_1= RULE_ID ) )? ) )
+ // InternalPropertiesParser.g:1348:2: ( ( (lv_value_0_0= ruleSignedInt ) ) ( (otherlv_1= RULE_ID ) )? )
{
- // InternalPropertiesParser.g:1345:2: ( ( (lv_value_0_0= ruleSignedInt ) ) ( (otherlv_1= RULE_ID ) )? )
- // InternalPropertiesParser.g:1346:3: ( (lv_value_0_0= ruleSignedInt ) ) ( (otherlv_1= RULE_ID ) )?
+ // InternalPropertiesParser.g:1348:2: ( ( (lv_value_0_0= ruleSignedInt ) ) ( (otherlv_1= RULE_ID ) )? )
+ // InternalPropertiesParser.g:1349:3: ( (lv_value_0_0= ruleSignedInt ) ) ( (otherlv_1= RULE_ID ) )?
{
- // InternalPropertiesParser.g:1346:3: ( (lv_value_0_0= ruleSignedInt ) )
- // InternalPropertiesParser.g:1347:4: (lv_value_0_0= ruleSignedInt )
+ // InternalPropertiesParser.g:1349:3: ( (lv_value_0_0= ruleSignedInt ) )
+ // InternalPropertiesParser.g:1350:4: (lv_value_0_0= ruleSignedInt )
{
- // InternalPropertiesParser.g:1347:4: (lv_value_0_0= ruleSignedInt )
- // InternalPropertiesParser.g:1348:5: lv_value_0_0= ruleSignedInt
+ // InternalPropertiesParser.g:1350:4: (lv_value_0_0= ruleSignedInt )
+ // InternalPropertiesParser.g:1351:5: lv_value_0_0= ruleSignedInt
{
newCompositeNode(grammarAccess.getIntegerTermAccess().getValueSignedIntParserRuleCall_0_0());
- pushFollow(FollowSets000.FOLLOW_21);
+ pushFollow(FollowSets000.FOLLOW_24);
lv_value_0_0=ruleSignedInt();
state._fsp--;
@@ -3499,7 +3496,7 @@ public final EObject ruleIntegerTerm() throws RecognitionException {
}
- // InternalPropertiesParser.g:1365:3: ( (otherlv_1= RULE_ID ) )?
+ // InternalPropertiesParser.g:1368:3: ( (otherlv_1= RULE_ID ) )?
int alt18=2;
int LA18_0 = input.LA(1);
@@ -3508,10 +3505,10 @@ public final EObject ruleIntegerTerm() throws RecognitionException {
}
switch (alt18) {
case 1 :
- // InternalPropertiesParser.g:1366:4: (otherlv_1= RULE_ID )
+ // InternalPropertiesParser.g:1369:4: (otherlv_1= RULE_ID )
{
- // InternalPropertiesParser.g:1366:4: (otherlv_1= RULE_ID )
- // InternalPropertiesParser.g:1367:5: otherlv_1= RULE_ID
+ // InternalPropertiesParser.g:1369:4: (otherlv_1= RULE_ID )
+ // InternalPropertiesParser.g:1370:5: otherlv_1= RULE_ID
{
if (current==null) {
@@ -3554,7 +3551,7 @@ public final EObject ruleIntegerTerm() throws RecognitionException {
// $ANTLR start "entryRuleSignedInt"
- // InternalPropertiesParser.g:1382:1: entryRuleSignedInt returns [String current=null] : iv_ruleSignedInt= ruleSignedInt EOF ;
+ // InternalPropertiesParser.g:1385:1: entryRuleSignedInt returns [String current=null] : iv_ruleSignedInt= ruleSignedInt EOF ;
public final String entryRuleSignedInt() throws RecognitionException {
String current = null;
@@ -3562,8 +3559,8 @@ public final String entryRuleSignedInt() throws RecognitionException {
try {
- // InternalPropertiesParser.g:1382:49: (iv_ruleSignedInt= ruleSignedInt EOF )
- // InternalPropertiesParser.g:1383:2: iv_ruleSignedInt= ruleSignedInt EOF
+ // InternalPropertiesParser.g:1385:49: (iv_ruleSignedInt= ruleSignedInt EOF )
+ // InternalPropertiesParser.g:1386:2: iv_ruleSignedInt= ruleSignedInt EOF
{
newCompositeNode(grammarAccess.getSignedIntRule());
pushFollow(FollowSets000.FOLLOW_1);
@@ -3590,7 +3587,7 @@ public final String entryRuleSignedInt() throws RecognitionException {
// $ANTLR start "ruleSignedInt"
- // InternalPropertiesParser.g:1389:1: ruleSignedInt returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : ( (kw= PlusSign | kw= HyphenMinus )? this_INTEGER_LIT_2= RULE_INTEGER_LIT ) ;
+ // InternalPropertiesParser.g:1392:1: ruleSignedInt returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : ( (kw= PlusSign | kw= HyphenMinus )? this_INTEGER_LIT_2= RULE_INTEGER_LIT ) ;
public final AntlrDatatypeRuleToken ruleSignedInt() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
@@ -3601,13 +3598,13 @@ public final AntlrDatatypeRuleToken ruleSignedInt() throws RecognitionException
enterRule();
try {
- // InternalPropertiesParser.g:1395:2: ( ( (kw= PlusSign | kw= HyphenMinus )? this_INTEGER_LIT_2= RULE_INTEGER_LIT ) )
- // InternalPropertiesParser.g:1396:2: ( (kw= PlusSign | kw= HyphenMinus )? this_INTEGER_LIT_2= RULE_INTEGER_LIT )
+ // InternalPropertiesParser.g:1398:2: ( ( (kw= PlusSign | kw= HyphenMinus )? this_INTEGER_LIT_2= RULE_INTEGER_LIT ) )
+ // InternalPropertiesParser.g:1399:2: ( (kw= PlusSign | kw= HyphenMinus )? this_INTEGER_LIT_2= RULE_INTEGER_LIT )
{
- // InternalPropertiesParser.g:1396:2: ( (kw= PlusSign | kw= HyphenMinus )? this_INTEGER_LIT_2= RULE_INTEGER_LIT )
- // InternalPropertiesParser.g:1397:3: (kw= PlusSign | kw= HyphenMinus )? this_INTEGER_LIT_2= RULE_INTEGER_LIT
+ // InternalPropertiesParser.g:1399:2: ( (kw= PlusSign | kw= HyphenMinus )? this_INTEGER_LIT_2= RULE_INTEGER_LIT )
+ // InternalPropertiesParser.g:1400:3: (kw= PlusSign | kw= HyphenMinus )? this_INTEGER_LIT_2= RULE_INTEGER_LIT
{
- // InternalPropertiesParser.g:1397:3: (kw= PlusSign | kw= HyphenMinus )?
+ // InternalPropertiesParser.g:1400:3: (kw= PlusSign | kw= HyphenMinus )?
int alt19=3;
int LA19_0 = input.LA(1);
@@ -3619,9 +3616,9 @@ else if ( (LA19_0==HyphenMinus) ) {
}
switch (alt19) {
case 1 :
- // InternalPropertiesParser.g:1398:4: kw= PlusSign
+ // InternalPropertiesParser.g:1401:4: kw= PlusSign
{
- kw=(Token)match(input,PlusSign,FollowSets000.FOLLOW_17);
+ kw=(Token)match(input,PlusSign,FollowSets000.FOLLOW_20);
current.merge(kw);
newLeafNode(kw, grammarAccess.getSignedIntAccess().getPlusSignKeyword_0_0());
@@ -3630,9 +3627,9 @@ else if ( (LA19_0==HyphenMinus) ) {
}
break;
case 2 :
- // InternalPropertiesParser.g:1404:4: kw= HyphenMinus
+ // InternalPropertiesParser.g:1407:4: kw= HyphenMinus
{
- kw=(Token)match(input,HyphenMinus,FollowSets000.FOLLOW_17);
+ kw=(Token)match(input,HyphenMinus,FollowSets000.FOLLOW_20);
current.merge(kw);
newLeafNode(kw, grammarAccess.getSignedIntAccess().getHyphenMinusKeyword_0_1());
@@ -3673,7 +3670,7 @@ else if ( (LA19_0==HyphenMinus) ) {
// $ANTLR start "entryRuleRealTerm"
- // InternalPropertiesParser.g:1421:1: entryRuleRealTerm returns [EObject current=null] : iv_ruleRealTerm= ruleRealTerm EOF ;
+ // InternalPropertiesParser.g:1424:1: entryRuleRealTerm returns [EObject current=null] : iv_ruleRealTerm= ruleRealTerm EOF ;
public final EObject entryRuleRealTerm() throws RecognitionException {
EObject current = null;
@@ -3681,8 +3678,8 @@ public final EObject entryRuleRealTerm() throws RecognitionException {
try {
- // InternalPropertiesParser.g:1421:49: (iv_ruleRealTerm= ruleRealTerm EOF )
- // InternalPropertiesParser.g:1422:2: iv_ruleRealTerm= ruleRealTerm EOF
+ // InternalPropertiesParser.g:1424:49: (iv_ruleRealTerm= ruleRealTerm EOF )
+ // InternalPropertiesParser.g:1425:2: iv_ruleRealTerm= ruleRealTerm EOF
{
newCompositeNode(grammarAccess.getRealTermRule());
pushFollow(FollowSets000.FOLLOW_1);
@@ -3709,7 +3706,7 @@ public final EObject entryRuleRealTerm() throws RecognitionException {
// $ANTLR start "ruleRealTerm"
- // InternalPropertiesParser.g:1428:1: ruleRealTerm returns [EObject current=null] : ( ( (lv_value_0_0= ruleSignedReal ) ) ( (otherlv_1= RULE_ID ) )? ) ;
+ // InternalPropertiesParser.g:1431:1: ruleRealTerm returns [EObject current=null] : ( ( (lv_value_0_0= ruleSignedReal ) ) ( (otherlv_1= RULE_ID ) )? ) ;
public final EObject ruleRealTerm() throws RecognitionException {
EObject current = null;
@@ -3721,22 +3718,22 @@ public final EObject ruleRealTerm() throws RecognitionException {
enterRule();
try {
- // InternalPropertiesParser.g:1434:2: ( ( ( (lv_value_0_0= ruleSignedReal ) ) ( (otherlv_1= RULE_ID ) )? ) )
- // InternalPropertiesParser.g:1435:2: ( ( (lv_value_0_0= ruleSignedReal ) ) ( (otherlv_1= RULE_ID ) )? )
+ // InternalPropertiesParser.g:1437:2: ( ( ( (lv_value_0_0= ruleSignedReal ) ) ( (otherlv_1= RULE_ID ) )? ) )
+ // InternalPropertiesParser.g:1438:2: ( ( (lv_value_0_0= ruleSignedReal ) ) ( (otherlv_1= RULE_ID ) )? )
{
- // InternalPropertiesParser.g:1435:2: ( ( (lv_value_0_0= ruleSignedReal ) ) ( (otherlv_1= RULE_ID ) )? )
- // InternalPropertiesParser.g:1436:3: ( (lv_value_0_0= ruleSignedReal ) ) ( (otherlv_1= RULE_ID ) )?
+ // InternalPropertiesParser.g:1438:2: ( ( (lv_value_0_0= ruleSignedReal ) ) ( (otherlv_1= RULE_ID ) )? )
+ // InternalPropertiesParser.g:1439:3: ( (lv_value_0_0= ruleSignedReal ) ) ( (otherlv_1= RULE_ID ) )?
{
- // InternalPropertiesParser.g:1436:3: ( (lv_value_0_0= ruleSignedReal ) )
- // InternalPropertiesParser.g:1437:4: (lv_value_0_0= ruleSignedReal )
+ // InternalPropertiesParser.g:1439:3: ( (lv_value_0_0= ruleSignedReal ) )
+ // InternalPropertiesParser.g:1440:4: (lv_value_0_0= ruleSignedReal )
{
- // InternalPropertiesParser.g:1437:4: (lv_value_0_0= ruleSignedReal )
- // InternalPropertiesParser.g:1438:5: lv_value_0_0= ruleSignedReal
+ // InternalPropertiesParser.g:1440:4: (lv_value_0_0= ruleSignedReal )
+ // InternalPropertiesParser.g:1441:5: lv_value_0_0= ruleSignedReal
{
newCompositeNode(grammarAccess.getRealTermAccess().getValueSignedRealParserRuleCall_0_0());
- pushFollow(FollowSets000.FOLLOW_21);
+ pushFollow(FollowSets000.FOLLOW_24);
lv_value_0_0=ruleSignedReal();
state._fsp--;
@@ -3758,7 +3755,7 @@ public final EObject ruleRealTerm() throws RecognitionException {
}
- // InternalPropertiesParser.g:1455:3: ( (otherlv_1= RULE_ID ) )?
+ // InternalPropertiesParser.g:1458:3: ( (otherlv_1= RULE_ID ) )?
int alt20=2;
int LA20_0 = input.LA(1);
@@ -3767,10 +3764,10 @@ public final EObject ruleRealTerm() throws RecognitionException {
}
switch (alt20) {
case 1 :
- // InternalPropertiesParser.g:1456:4: (otherlv_1= RULE_ID )
+ // InternalPropertiesParser.g:1459:4: (otherlv_1= RULE_ID )
{
- // InternalPropertiesParser.g:1456:4: (otherlv_1= RULE_ID )
- // InternalPropertiesParser.g:1457:5: otherlv_1= RULE_ID
+ // InternalPropertiesParser.g:1459:4: (otherlv_1= RULE_ID )
+ // InternalPropertiesParser.g:1460:5: otherlv_1= RULE_ID
{
if (current==null) {
@@ -3813,7 +3810,7 @@ public final EObject ruleRealTerm() throws RecognitionException {
// $ANTLR start "entryRuleSignedReal"
- // InternalPropertiesParser.g:1472:1: entryRuleSignedReal returns [String current=null] : iv_ruleSignedReal= ruleSignedReal EOF ;
+ // InternalPropertiesParser.g:1475:1: entryRuleSignedReal returns [String current=null] : iv_ruleSignedReal= ruleSignedReal EOF ;
public final String entryRuleSignedReal() throws RecognitionException {
String current = null;
@@ -3821,8 +3818,8 @@ public final String entryRuleSignedReal() throws RecognitionException {
try {
- // InternalPropertiesParser.g:1472:50: (iv_ruleSignedReal= ruleSignedReal EOF )
- // InternalPropertiesParser.g:1473:2: iv_ruleSignedReal= ruleSignedReal EOF
+ // InternalPropertiesParser.g:1475:50: (iv_ruleSignedReal= ruleSignedReal EOF )
+ // InternalPropertiesParser.g:1476:2: iv_ruleSignedReal= ruleSignedReal EOF
{
newCompositeNode(grammarAccess.getSignedRealRule());
pushFollow(FollowSets000.FOLLOW_1);
@@ -3849,7 +3846,7 @@ public final String entryRuleSignedReal() throws RecognitionException {
// $ANTLR start "ruleSignedReal"
- // InternalPropertiesParser.g:1479:1: ruleSignedReal returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : ( (kw= PlusSign | kw= HyphenMinus )? this_REAL_LIT_2= RULE_REAL_LIT ) ;
+ // InternalPropertiesParser.g:1482:1: ruleSignedReal returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : ( (kw= PlusSign | kw= HyphenMinus )? this_REAL_LIT_2= RULE_REAL_LIT ) ;
public final AntlrDatatypeRuleToken ruleSignedReal() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
@@ -3860,13 +3857,13 @@ public final AntlrDatatypeRuleToken ruleSignedReal() throws RecognitionException
enterRule();
try {
- // InternalPropertiesParser.g:1485:2: ( ( (kw= PlusSign | kw= HyphenMinus )? this_REAL_LIT_2= RULE_REAL_LIT ) )
- // InternalPropertiesParser.g:1486:2: ( (kw= PlusSign | kw= HyphenMinus )? this_REAL_LIT_2= RULE_REAL_LIT )
+ // InternalPropertiesParser.g:1488:2: ( ( (kw= PlusSign | kw= HyphenMinus )? this_REAL_LIT_2= RULE_REAL_LIT ) )
+ // InternalPropertiesParser.g:1489:2: ( (kw= PlusSign | kw= HyphenMinus )? this_REAL_LIT_2= RULE_REAL_LIT )
{
- // InternalPropertiesParser.g:1486:2: ( (kw= PlusSign | kw= HyphenMinus )? this_REAL_LIT_2= RULE_REAL_LIT )
- // InternalPropertiesParser.g:1487:3: (kw= PlusSign | kw= HyphenMinus )? this_REAL_LIT_2= RULE_REAL_LIT
+ // InternalPropertiesParser.g:1489:2: ( (kw= PlusSign | kw= HyphenMinus )? this_REAL_LIT_2= RULE_REAL_LIT )
+ // InternalPropertiesParser.g:1490:3: (kw= PlusSign | kw= HyphenMinus )? this_REAL_LIT_2= RULE_REAL_LIT
{
- // InternalPropertiesParser.g:1487:3: (kw= PlusSign | kw= HyphenMinus )?
+ // InternalPropertiesParser.g:1490:3: (kw= PlusSign | kw= HyphenMinus )?
int alt21=3;
int LA21_0 = input.LA(1);
@@ -3878,9 +3875,9 @@ else if ( (LA21_0==HyphenMinus) ) {
}
switch (alt21) {
case 1 :
- // InternalPropertiesParser.g:1488:4: kw= PlusSign
+ // InternalPropertiesParser.g:1491:4: kw= PlusSign
{
- kw=(Token)match(input,PlusSign,FollowSets000.FOLLOW_22);
+ kw=(Token)match(input,PlusSign,FollowSets000.FOLLOW_25);
current.merge(kw);
newLeafNode(kw, grammarAccess.getSignedRealAccess().getPlusSignKeyword_0_0());
@@ -3889,9 +3886,9 @@ else if ( (LA21_0==HyphenMinus) ) {
}
break;
case 2 :
- // InternalPropertiesParser.g:1494:4: kw= HyphenMinus
+ // InternalPropertiesParser.g:1497:4: kw= HyphenMinus
{
- kw=(Token)match(input,HyphenMinus,FollowSets000.FOLLOW_22);
+ kw=(Token)match(input,HyphenMinus,FollowSets000.FOLLOW_25);
current.merge(kw);
newLeafNode(kw, grammarAccess.getSignedRealAccess().getHyphenMinusKeyword_0_1());
@@ -3932,7 +3929,7 @@ else if ( (LA21_0==HyphenMinus) ) {
// $ANTLR start "entryRuleNumericRangeTerm"
- // InternalPropertiesParser.g:1511:1: entryRuleNumericRangeTerm returns [EObject current=null] : iv_ruleNumericRangeTerm= ruleNumericRangeTerm EOF ;
+ // InternalPropertiesParser.g:1514:1: entryRuleNumericRangeTerm returns [EObject current=null] : iv_ruleNumericRangeTerm= ruleNumericRangeTerm EOF ;
public final EObject entryRuleNumericRangeTerm() throws RecognitionException {
EObject current = null;
@@ -3940,8 +3937,8 @@ public final EObject entryRuleNumericRangeTerm() throws RecognitionException {
try {
- // InternalPropertiesParser.g:1511:57: (iv_ruleNumericRangeTerm= ruleNumericRangeTerm EOF )
- // InternalPropertiesParser.g:1512:2: iv_ruleNumericRangeTerm= ruleNumericRangeTerm EOF
+ // InternalPropertiesParser.g:1514:57: (iv_ruleNumericRangeTerm= ruleNumericRangeTerm EOF )
+ // InternalPropertiesParser.g:1515:2: iv_ruleNumericRangeTerm= ruleNumericRangeTerm EOF
{
newCompositeNode(grammarAccess.getNumericRangeTermRule());
pushFollow(FollowSets000.FOLLOW_1);
@@ -3968,7 +3965,7 @@ public final EObject entryRuleNumericRangeTerm() throws RecognitionException {
// $ANTLR start "ruleNumericRangeTerm"
- // InternalPropertiesParser.g:1518:1: ruleNumericRangeTerm returns [EObject current=null] : ( ( (lv_minimum_0_0= ruleNumAlt ) ) otherlv_1= FullStopFullStop ( (lv_maximum_2_0= ruleNumAlt ) ) (otherlv_3= Delta ( (lv_delta_4_0= ruleNumAlt ) ) )? ) ;
+ // InternalPropertiesParser.g:1521:1: ruleNumericRangeTerm returns [EObject current=null] : ( ( (lv_minimum_0_0= ruleNumAlt ) ) otherlv_1= FullStopFullStop ( (lv_maximum_2_0= ruleNumAlt ) ) (otherlv_3= Delta ( (lv_delta_4_0= ruleNumAlt ) ) )? ) ;
public final EObject ruleNumericRangeTerm() throws RecognitionException {
EObject current = null;
@@ -3985,22 +3982,22 @@ public final EObject ruleNumericRangeTerm() throws RecognitionException {
enterRule();
try {
- // InternalPropertiesParser.g:1524:2: ( ( ( (lv_minimum_0_0= ruleNumAlt ) ) otherlv_1= FullStopFullStop ( (lv_maximum_2_0= ruleNumAlt ) ) (otherlv_3= Delta ( (lv_delta_4_0= ruleNumAlt ) ) )? ) )
- // InternalPropertiesParser.g:1525:2: ( ( (lv_minimum_0_0= ruleNumAlt ) ) otherlv_1= FullStopFullStop ( (lv_maximum_2_0= ruleNumAlt ) ) (otherlv_3= Delta ( (lv_delta_4_0= ruleNumAlt ) ) )? )
+ // InternalPropertiesParser.g:1527:2: ( ( ( (lv_minimum_0_0= ruleNumAlt ) ) otherlv_1= FullStopFullStop ( (lv_maximum_2_0= ruleNumAlt ) ) (otherlv_3= Delta ( (lv_delta_4_0= ruleNumAlt ) ) )? ) )
+ // InternalPropertiesParser.g:1528:2: ( ( (lv_minimum_0_0= ruleNumAlt ) ) otherlv_1= FullStopFullStop ( (lv_maximum_2_0= ruleNumAlt ) ) (otherlv_3= Delta ( (lv_delta_4_0= ruleNumAlt ) ) )? )
{
- // InternalPropertiesParser.g:1525:2: ( ( (lv_minimum_0_0= ruleNumAlt ) ) otherlv_1= FullStopFullStop ( (lv_maximum_2_0= ruleNumAlt ) ) (otherlv_3= Delta ( (lv_delta_4_0= ruleNumAlt ) ) )? )
- // InternalPropertiesParser.g:1526:3: ( (lv_minimum_0_0= ruleNumAlt ) ) otherlv_1= FullStopFullStop ( (lv_maximum_2_0= ruleNumAlt ) ) (otherlv_3= Delta ( (lv_delta_4_0= ruleNumAlt ) ) )?
+ // InternalPropertiesParser.g:1528:2: ( ( (lv_minimum_0_0= ruleNumAlt ) ) otherlv_1= FullStopFullStop ( (lv_maximum_2_0= ruleNumAlt ) ) (otherlv_3= Delta ( (lv_delta_4_0= ruleNumAlt ) ) )? )
+ // InternalPropertiesParser.g:1529:3: ( (lv_minimum_0_0= ruleNumAlt ) ) otherlv_1= FullStopFullStop ( (lv_maximum_2_0= ruleNumAlt ) ) (otherlv_3= Delta ( (lv_delta_4_0= ruleNumAlt ) ) )?
{
- // InternalPropertiesParser.g:1526:3: ( (lv_minimum_0_0= ruleNumAlt ) )
- // InternalPropertiesParser.g:1527:4: (lv_minimum_0_0= ruleNumAlt )
+ // InternalPropertiesParser.g:1529:3: ( (lv_minimum_0_0= ruleNumAlt ) )
+ // InternalPropertiesParser.g:1530:4: (lv_minimum_0_0= ruleNumAlt )
{
- // InternalPropertiesParser.g:1527:4: (lv_minimum_0_0= ruleNumAlt )
- // InternalPropertiesParser.g:1528:5: lv_minimum_0_0= ruleNumAlt
+ // InternalPropertiesParser.g:1530:4: (lv_minimum_0_0= ruleNumAlt )
+ // InternalPropertiesParser.g:1531:5: lv_minimum_0_0= ruleNumAlt
{
newCompositeNode(grammarAccess.getNumericRangeTermAccess().getMinimumNumAltParserRuleCall_0_0());
- pushFollow(FollowSets000.FOLLOW_23);
+ pushFollow(FollowSets000.FOLLOW_26);
lv_minimum_0_0=ruleNumAlt();
state._fsp--;
@@ -4022,20 +4019,20 @@ public final EObject ruleNumericRangeTerm() throws RecognitionException {
}
- otherlv_1=(Token)match(input,FullStopFullStop,FollowSets000.FOLLOW_20);
+ otherlv_1=(Token)match(input,FullStopFullStop,FollowSets000.FOLLOW_23);
newLeafNode(otherlv_1, grammarAccess.getNumericRangeTermAccess().getFullStopFullStopKeyword_1());
- // InternalPropertiesParser.g:1549:3: ( (lv_maximum_2_0= ruleNumAlt ) )
- // InternalPropertiesParser.g:1550:4: (lv_maximum_2_0= ruleNumAlt )
+ // InternalPropertiesParser.g:1552:3: ( (lv_maximum_2_0= ruleNumAlt ) )
+ // InternalPropertiesParser.g:1553:4: (lv_maximum_2_0= ruleNumAlt )
{
- // InternalPropertiesParser.g:1550:4: (lv_maximum_2_0= ruleNumAlt )
- // InternalPropertiesParser.g:1551:5: lv_maximum_2_0= ruleNumAlt
+ // InternalPropertiesParser.g:1553:4: (lv_maximum_2_0= ruleNumAlt )
+ // InternalPropertiesParser.g:1554:5: lv_maximum_2_0= ruleNumAlt
{
newCompositeNode(grammarAccess.getNumericRangeTermAccess().getMaximumNumAltParserRuleCall_2_0());
- pushFollow(FollowSets000.FOLLOW_24);
+ pushFollow(FollowSets000.FOLLOW_27);
lv_maximum_2_0=ruleNumAlt();
state._fsp--;
@@ -4057,7 +4054,7 @@ public final EObject ruleNumericRangeTerm() throws RecognitionException {
}
- // InternalPropertiesParser.g:1568:3: (otherlv_3= Delta ( (lv_delta_4_0= ruleNumAlt ) ) )?
+ // InternalPropertiesParser.g:1571:3: (otherlv_3= Delta ( (lv_delta_4_0= ruleNumAlt ) ) )?
int alt22=2;
int LA22_0 = input.LA(1);
@@ -4066,17 +4063,17 @@ public final EObject ruleNumericRangeTerm() throws RecognitionException {
}
switch (alt22) {
case 1 :
- // InternalPropertiesParser.g:1569:4: otherlv_3= Delta ( (lv_delta_4_0= ruleNumAlt ) )
+ // InternalPropertiesParser.g:1572:4: otherlv_3= Delta ( (lv_delta_4_0= ruleNumAlt ) )
{
- otherlv_3=(Token)match(input,Delta,FollowSets000.FOLLOW_20);
+ otherlv_3=(Token)match(input,Delta,FollowSets000.FOLLOW_23);
newLeafNode(otherlv_3, grammarAccess.getNumericRangeTermAccess().getDeltaKeyword_3_0());
- // InternalPropertiesParser.g:1573:4: ( (lv_delta_4_0= ruleNumAlt ) )
- // InternalPropertiesParser.g:1574:5: (lv_delta_4_0= ruleNumAlt )
+ // InternalPropertiesParser.g:1576:4: ( (lv_delta_4_0= ruleNumAlt ) )
+ // InternalPropertiesParser.g:1577:5: (lv_delta_4_0= ruleNumAlt )
{
- // InternalPropertiesParser.g:1574:5: (lv_delta_4_0= ruleNumAlt )
- // InternalPropertiesParser.g:1575:6: lv_delta_4_0= ruleNumAlt
+ // InternalPropertiesParser.g:1577:5: (lv_delta_4_0= ruleNumAlt )
+ // InternalPropertiesParser.g:1578:6: lv_delta_4_0= ruleNumAlt
{
newCompositeNode(grammarAccess.getNumericRangeTermAccess().getDeltaNumAltParserRuleCall_3_1_0());
@@ -4132,7 +4129,7 @@ public final EObject ruleNumericRangeTerm() throws RecognitionException {
// $ANTLR start "entryRuleNumAlt"
- // InternalPropertiesParser.g:1597:1: entryRuleNumAlt returns [EObject current=null] : iv_ruleNumAlt= ruleNumAlt EOF ;
+ // InternalPropertiesParser.g:1600:1: entryRuleNumAlt returns [EObject current=null] : iv_ruleNumAlt= ruleNumAlt EOF ;
public final EObject entryRuleNumAlt() throws RecognitionException {
EObject current = null;
@@ -4140,8 +4137,8 @@ public final EObject entryRuleNumAlt() throws RecognitionException {
try {
- // InternalPropertiesParser.g:1597:47: (iv_ruleNumAlt= ruleNumAlt EOF )
- // InternalPropertiesParser.g:1598:2: iv_ruleNumAlt= ruleNumAlt EOF
+ // InternalPropertiesParser.g:1600:47: (iv_ruleNumAlt= ruleNumAlt EOF )
+ // InternalPropertiesParser.g:1601:2: iv_ruleNumAlt= ruleNumAlt EOF
{
newCompositeNode(grammarAccess.getNumAltRule());
pushFollow(FollowSets000.FOLLOW_1);
@@ -4168,7 +4165,7 @@ public final EObject entryRuleNumAlt() throws RecognitionException {
// $ANTLR start "ruleNumAlt"
- // InternalPropertiesParser.g:1604:1: ruleNumAlt returns [EObject current=null] : (this_RealTerm_0= ruleRealTerm | this_IntegerTerm_1= ruleIntegerTerm | this_SignedConstant_2= ruleSignedConstant | this_ConstantValue_3= ruleConstantValue ) ;
+ // InternalPropertiesParser.g:1607:1: ruleNumAlt returns [EObject current=null] : (this_RealTerm_0= ruleRealTerm | this_IntegerTerm_1= ruleIntegerTerm | this_SignedConstant_2= ruleSignedConstant | this_ConstantValue_3= ruleConstantValue ) ;
public final EObject ruleNumAlt() throws RecognitionException {
EObject current = null;
@@ -4185,10 +4182,10 @@ public final EObject ruleNumAlt() throws RecognitionException {
enterRule();
try {
- // InternalPropertiesParser.g:1610:2: ( (this_RealTerm_0= ruleRealTerm | this_IntegerTerm_1= ruleIntegerTerm | this_SignedConstant_2= ruleSignedConstant | this_ConstantValue_3= ruleConstantValue ) )
- // InternalPropertiesParser.g:1611:2: (this_RealTerm_0= ruleRealTerm | this_IntegerTerm_1= ruleIntegerTerm | this_SignedConstant_2= ruleSignedConstant | this_ConstantValue_3= ruleConstantValue )
+ // InternalPropertiesParser.g:1613:2: ( (this_RealTerm_0= ruleRealTerm | this_IntegerTerm_1= ruleIntegerTerm | this_SignedConstant_2= ruleSignedConstant | this_ConstantValue_3= ruleConstantValue ) )
+ // InternalPropertiesParser.g:1614:2: (this_RealTerm_0= ruleRealTerm | this_IntegerTerm_1= ruleIntegerTerm | this_SignedConstant_2= ruleSignedConstant | this_ConstantValue_3= ruleConstantValue )
{
- // InternalPropertiesParser.g:1611:2: (this_RealTerm_0= ruleRealTerm | this_IntegerTerm_1= ruleIntegerTerm | this_SignedConstant_2= ruleSignedConstant | this_ConstantValue_3= ruleConstantValue )
+ // InternalPropertiesParser.g:1614:2: (this_RealTerm_0= ruleRealTerm | this_IntegerTerm_1= ruleIntegerTerm | this_SignedConstant_2= ruleSignedConstant | this_ConstantValue_3= ruleConstantValue )
int alt23=4;
switch ( input.LA(1) ) {
case PlusSign:
@@ -4221,11 +4218,6 @@ public final EObject ruleNumAlt() throws RecognitionException {
case HyphenMinus:
{
switch ( input.LA(2) ) {
- case RULE_ID:
- {
- alt23=3;
- }
- break;
case RULE_REAL_LIT:
{
alt23=1;
@@ -4236,6 +4228,11 @@ public final EObject ruleNumAlt() throws RecognitionException {
alt23=2;
}
break;
+ case RULE_ID:
+ {
+ alt23=3;
+ }
+ break;
default:
NoViableAltException nvae =
new NoViableAltException("", 23, 2, input);
@@ -4269,7 +4266,7 @@ public final EObject ruleNumAlt() throws RecognitionException {
switch (alt23) {
case 1 :
- // InternalPropertiesParser.g:1612:3: this_RealTerm_0= ruleRealTerm
+ // InternalPropertiesParser.g:1615:3: this_RealTerm_0= ruleRealTerm
{
newCompositeNode(grammarAccess.getNumAltAccess().getRealTermParserRuleCall_0());
@@ -4287,7 +4284,7 @@ public final EObject ruleNumAlt() throws RecognitionException {
}
break;
case 2 :
- // InternalPropertiesParser.g:1621:3: this_IntegerTerm_1= ruleIntegerTerm
+ // InternalPropertiesParser.g:1624:3: this_IntegerTerm_1= ruleIntegerTerm
{
newCompositeNode(grammarAccess.getNumAltAccess().getIntegerTermParserRuleCall_1());
@@ -4305,7 +4302,7 @@ public final EObject ruleNumAlt() throws RecognitionException {
}
break;
case 3 :
- // InternalPropertiesParser.g:1630:3: this_SignedConstant_2= ruleSignedConstant
+ // InternalPropertiesParser.g:1633:3: this_SignedConstant_2= ruleSignedConstant
{
newCompositeNode(grammarAccess.getNumAltAccess().getSignedConstantParserRuleCall_2());
@@ -4323,7 +4320,7 @@ public final EObject ruleNumAlt() throws RecognitionException {
}
break;
case 4 :
- // InternalPropertiesParser.g:1639:3: this_ConstantValue_3= ruleConstantValue
+ // InternalPropertiesParser.g:1642:3: this_ConstantValue_3= ruleConstantValue
{
newCompositeNode(grammarAccess.getNumAltAccess().getConstantValueParserRuleCall_3());
@@ -4362,263 +4359,8 @@ public final EObject ruleNumAlt() throws RecognitionException {
// $ANTLR end "ruleNumAlt"
- // $ANTLR start "entryRuleAppliesToKeywords"
- // InternalPropertiesParser.g:1651:1: entryRuleAppliesToKeywords returns [String current=null] : iv_ruleAppliesToKeywords= ruleAppliesToKeywords EOF ;
- public final String entryRuleAppliesToKeywords() throws RecognitionException {
- String current = null;
-
- AntlrDatatypeRuleToken iv_ruleAppliesToKeywords = null;
-
-
- try {
- // InternalPropertiesParser.g:1651:57: (iv_ruleAppliesToKeywords= ruleAppliesToKeywords EOF )
- // InternalPropertiesParser.g:1652:2: iv_ruleAppliesToKeywords= ruleAppliesToKeywords EOF
- {
- newCompositeNode(grammarAccess.getAppliesToKeywordsRule());
- pushFollow(FollowSets000.FOLLOW_1);
- iv_ruleAppliesToKeywords=ruleAppliesToKeywords();
-
- state._fsp--;
-
- current =iv_ruleAppliesToKeywords.getText();
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
-
- catch (RecognitionException re) {
- recover(input,re);
- appendSkippedTokens();
- }
- finally {
- }
- return current;
- }
- // $ANTLR end "entryRuleAppliesToKeywords"
-
-
- // $ANTLR start "ruleAppliesToKeywords"
- // InternalPropertiesParser.g:1658:1: ruleAppliesToKeywords returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= Applies kw= To ) ;
- public final AntlrDatatypeRuleToken ruleAppliesToKeywords() throws RecognitionException {
- AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
-
- Token kw=null;
-
-
- enterRule();
-
- try {
- // InternalPropertiesParser.g:1664:2: ( (kw= Applies kw= To ) )
- // InternalPropertiesParser.g:1665:2: (kw= Applies kw= To )
- {
- // InternalPropertiesParser.g:1665:2: (kw= Applies kw= To )
- // InternalPropertiesParser.g:1666:3: kw= Applies kw= To
- {
- kw=(Token)match(input,Applies,FollowSets000.FOLLOW_25);
-
- current.merge(kw);
- newLeafNode(kw, grammarAccess.getAppliesToKeywordsAccess().getAppliesKeyword_0());
-
- kw=(Token)match(input,To,FollowSets000.FOLLOW_2);
-
- current.merge(kw);
- newLeafNode(kw, grammarAccess.getAppliesToKeywordsAccess().getToKeyword_1());
-
-
- }
-
-
- }
-
-
- leaveRule();
-
- }
-
- catch (RecognitionException re) {
- recover(input,re);
- appendSkippedTokens();
- }
- finally {
- }
- return current;
- }
- // $ANTLR end "ruleAppliesToKeywords"
-
-
- // $ANTLR start "entryRuleInBindingKeywords"
- // InternalPropertiesParser.g:1680:1: entryRuleInBindingKeywords returns [String current=null] : iv_ruleInBindingKeywords= ruleInBindingKeywords EOF ;
- public final String entryRuleInBindingKeywords() throws RecognitionException {
- String current = null;
-
- AntlrDatatypeRuleToken iv_ruleInBindingKeywords = null;
-
-
- try {
- // InternalPropertiesParser.g:1680:57: (iv_ruleInBindingKeywords= ruleInBindingKeywords EOF )
- // InternalPropertiesParser.g:1681:2: iv_ruleInBindingKeywords= ruleInBindingKeywords EOF
- {
- newCompositeNode(grammarAccess.getInBindingKeywordsRule());
- pushFollow(FollowSets000.FOLLOW_1);
- iv_ruleInBindingKeywords=ruleInBindingKeywords();
-
- state._fsp--;
-
- current =iv_ruleInBindingKeywords.getText();
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
-
- catch (RecognitionException re) {
- recover(input,re);
- appendSkippedTokens();
- }
- finally {
- }
- return current;
- }
- // $ANTLR end "entryRuleInBindingKeywords"
-
-
- // $ANTLR start "ruleInBindingKeywords"
- // InternalPropertiesParser.g:1687:1: ruleInBindingKeywords returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= In kw= Binding ) ;
- public final AntlrDatatypeRuleToken ruleInBindingKeywords() throws RecognitionException {
- AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
-
- Token kw=null;
-
-
- enterRule();
-
- try {
- // InternalPropertiesParser.g:1693:2: ( (kw= In kw= Binding ) )
- // InternalPropertiesParser.g:1694:2: (kw= In kw= Binding )
- {
- // InternalPropertiesParser.g:1694:2: (kw= In kw= Binding )
- // InternalPropertiesParser.g:1695:3: kw= In kw= Binding
- {
- kw=(Token)match(input,In,FollowSets000.FOLLOW_26);
-
- current.merge(kw);
- newLeafNode(kw, grammarAccess.getInBindingKeywordsAccess().getInKeyword_0());
-
- kw=(Token)match(input,Binding,FollowSets000.FOLLOW_2);
-
- current.merge(kw);
- newLeafNode(kw, grammarAccess.getInBindingKeywordsAccess().getBindingKeyword_1());
-
-
- }
-
-
- }
-
-
- leaveRule();
-
- }
-
- catch (RecognitionException re) {
- recover(input,re);
- appendSkippedTokens();
- }
- finally {
- }
- return current;
- }
- // $ANTLR end "ruleInBindingKeywords"
-
-
- // $ANTLR start "entryRuleInModesKeywords"
- // InternalPropertiesParser.g:1709:1: entryRuleInModesKeywords returns [String current=null] : iv_ruleInModesKeywords= ruleInModesKeywords EOF ;
- public final String entryRuleInModesKeywords() throws RecognitionException {
- String current = null;
-
- AntlrDatatypeRuleToken iv_ruleInModesKeywords = null;
-
-
- try {
- // InternalPropertiesParser.g:1709:55: (iv_ruleInModesKeywords= ruleInModesKeywords EOF )
- // InternalPropertiesParser.g:1710:2: iv_ruleInModesKeywords= ruleInModesKeywords EOF
- {
- newCompositeNode(grammarAccess.getInModesKeywordsRule());
- pushFollow(FollowSets000.FOLLOW_1);
- iv_ruleInModesKeywords=ruleInModesKeywords();
-
- state._fsp--;
-
- current =iv_ruleInModesKeywords.getText();
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
-
- catch (RecognitionException re) {
- recover(input,re);
- appendSkippedTokens();
- }
- finally {
- }
- return current;
- }
- // $ANTLR end "entryRuleInModesKeywords"
-
-
- // $ANTLR start "ruleInModesKeywords"
- // InternalPropertiesParser.g:1716:1: ruleInModesKeywords returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (kw= In kw= Modes ) ;
- public final AntlrDatatypeRuleToken ruleInModesKeywords() throws RecognitionException {
- AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
-
- Token kw=null;
-
-
- enterRule();
-
- try {
- // InternalPropertiesParser.g:1722:2: ( (kw= In kw= Modes ) )
- // InternalPropertiesParser.g:1723:2: (kw= In kw= Modes )
- {
- // InternalPropertiesParser.g:1723:2: (kw= In kw= Modes )
- // InternalPropertiesParser.g:1724:3: kw= In kw= Modes
- {
- kw=(Token)match(input,In,FollowSets000.FOLLOW_27);
-
- current.merge(kw);
- newLeafNode(kw, grammarAccess.getInModesKeywordsAccess().getInKeyword_0());
-
- kw=(Token)match(input,Modes,FollowSets000.FOLLOW_2);
-
- current.merge(kw);
- newLeafNode(kw, grammarAccess.getInModesKeywordsAccess().getModesKeyword_1());
-
-
- }
-
-
- }
-
-
- leaveRule();
-
- }
-
- catch (RecognitionException re) {
- recover(input,re);
- appendSkippedTokens();
- }
- finally {
- }
- return current;
- }
- // $ANTLR end "ruleInModesKeywords"
-
-
// $ANTLR start "entryRuleINTVALUE"
- // InternalPropertiesParser.g:1738:1: entryRuleINTVALUE returns [String current=null] : iv_ruleINTVALUE= ruleINTVALUE EOF ;
+ // InternalPropertiesParser.g:1654:1: entryRuleINTVALUE returns [String current=null] : iv_ruleINTVALUE= ruleINTVALUE EOF ;
public final String entryRuleINTVALUE() throws RecognitionException {
String current = null;
@@ -4626,8 +4368,8 @@ public final String entryRuleINTVALUE() throws RecognitionException {
try {
- // InternalPropertiesParser.g:1738:48: (iv_ruleINTVALUE= ruleINTVALUE EOF )
- // InternalPropertiesParser.g:1739:2: iv_ruleINTVALUE= ruleINTVALUE EOF
+ // InternalPropertiesParser.g:1654:48: (iv_ruleINTVALUE= ruleINTVALUE EOF )
+ // InternalPropertiesParser.g:1655:2: iv_ruleINTVALUE= ruleINTVALUE EOF
{
newCompositeNode(grammarAccess.getINTVALUERule());
pushFollow(FollowSets000.FOLLOW_1);
@@ -4654,7 +4396,7 @@ public final String entryRuleINTVALUE() throws RecognitionException {
// $ANTLR start "ruleINTVALUE"
- // InternalPropertiesParser.g:1745:1: ruleINTVALUE returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : this_INTEGER_LIT_0= RULE_INTEGER_LIT ;
+ // InternalPropertiesParser.g:1661:1: ruleINTVALUE returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : this_INTEGER_LIT_0= RULE_INTEGER_LIT ;
public final AntlrDatatypeRuleToken ruleINTVALUE() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
@@ -4664,8 +4406,8 @@ public final AntlrDatatypeRuleToken ruleINTVALUE() throws RecognitionException {
enterRule();
try {
- // InternalPropertiesParser.g:1751:2: (this_INTEGER_LIT_0= RULE_INTEGER_LIT )
- // InternalPropertiesParser.g:1752:2: this_INTEGER_LIT_0= RULE_INTEGER_LIT
+ // InternalPropertiesParser.g:1667:2: (this_INTEGER_LIT_0= RULE_INTEGER_LIT )
+ // InternalPropertiesParser.g:1668:2: this_INTEGER_LIT_0= RULE_INTEGER_LIT
{
this_INTEGER_LIT_0=(Token)match(input,RULE_INTEGER_LIT,FollowSets000.FOLLOW_2);
@@ -4694,7 +4436,7 @@ public final AntlrDatatypeRuleToken ruleINTVALUE() throws RecognitionException {
// $ANTLR start "entryRuleQPREF"
- // InternalPropertiesParser.g:1762:1: entryRuleQPREF returns [String current=null] : iv_ruleQPREF= ruleQPREF EOF ;
+ // InternalPropertiesParser.g:1678:1: entryRuleQPREF returns [String current=null] : iv_ruleQPREF= ruleQPREF EOF ;
public final String entryRuleQPREF() throws RecognitionException {
String current = null;
@@ -4702,8 +4444,8 @@ public final String entryRuleQPREF() throws RecognitionException {
try {
- // InternalPropertiesParser.g:1762:45: (iv_ruleQPREF= ruleQPREF EOF )
- // InternalPropertiesParser.g:1763:2: iv_ruleQPREF= ruleQPREF EOF
+ // InternalPropertiesParser.g:1678:45: (iv_ruleQPREF= ruleQPREF EOF )
+ // InternalPropertiesParser.g:1679:2: iv_ruleQPREF= ruleQPREF EOF
{
newCompositeNode(grammarAccess.getQPREFRule());
pushFollow(FollowSets000.FOLLOW_1);
@@ -4730,7 +4472,7 @@ public final String entryRuleQPREF() throws RecognitionException {
// $ANTLR start "ruleQPREF"
- // InternalPropertiesParser.g:1769:1: ruleQPREF returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_ID_0= RULE_ID (kw= ColonColon this_ID_2= RULE_ID )? ) ;
+ // InternalPropertiesParser.g:1685:1: ruleQPREF returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : (this_ID_0= RULE_ID (kw= ColonColon this_ID_2= RULE_ID )? ) ;
public final AntlrDatatypeRuleToken ruleQPREF() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
@@ -4742,11 +4484,11 @@ public final AntlrDatatypeRuleToken ruleQPREF() throws RecognitionException {
enterRule();
try {
- // InternalPropertiesParser.g:1775:2: ( (this_ID_0= RULE_ID (kw= ColonColon this_ID_2= RULE_ID )? ) )
- // InternalPropertiesParser.g:1776:2: (this_ID_0= RULE_ID (kw= ColonColon this_ID_2= RULE_ID )? )
+ // InternalPropertiesParser.g:1691:2: ( (this_ID_0= RULE_ID (kw= ColonColon this_ID_2= RULE_ID )? ) )
+ // InternalPropertiesParser.g:1692:2: (this_ID_0= RULE_ID (kw= ColonColon this_ID_2= RULE_ID )? )
{
- // InternalPropertiesParser.g:1776:2: (this_ID_0= RULE_ID (kw= ColonColon this_ID_2= RULE_ID )? )
- // InternalPropertiesParser.g:1777:3: this_ID_0= RULE_ID (kw= ColonColon this_ID_2= RULE_ID )?
+ // InternalPropertiesParser.g:1692:2: (this_ID_0= RULE_ID (kw= ColonColon this_ID_2= RULE_ID )? )
+ // InternalPropertiesParser.g:1693:3: this_ID_0= RULE_ID (kw= ColonColon this_ID_2= RULE_ID )?
{
this_ID_0=(Token)match(input,RULE_ID,FollowSets000.FOLLOW_28);
@@ -4755,7 +4497,7 @@ public final AntlrDatatypeRuleToken ruleQPREF() throws RecognitionException {
newLeafNode(this_ID_0, grammarAccess.getQPREFAccess().getIDTerminalRuleCall_0());
- // InternalPropertiesParser.g:1784:3: (kw= ColonColon this_ID_2= RULE_ID )?
+ // InternalPropertiesParser.g:1700:3: (kw= ColonColon this_ID_2= RULE_ID )?
int alt24=2;
int LA24_0 = input.LA(1);
@@ -4764,9 +4506,9 @@ public final AntlrDatatypeRuleToken ruleQPREF() throws RecognitionException {
}
switch (alt24) {
case 1 :
- // InternalPropertiesParser.g:1785:4: kw= ColonColon this_ID_2= RULE_ID
+ // InternalPropertiesParser.g:1701:4: kw= ColonColon this_ID_2= RULE_ID
{
- kw=(Token)match(input,ColonColon,FollowSets000.FOLLOW_6);
+ kw=(Token)match(input,ColonColon,FollowSets000.FOLLOW_7);
current.merge(kw);
newLeafNode(kw, grammarAccess.getQPREFAccess().getColonColonKeyword_1_0());
@@ -4807,7 +4549,7 @@ public final AntlrDatatypeRuleToken ruleQPREF() throws RecognitionException {
// $ANTLR start "entryRuleQCREF"
- // InternalPropertiesParser.g:1802:1: entryRuleQCREF returns [String current=null] : iv_ruleQCREF= ruleQCREF EOF ;
+ // InternalPropertiesParser.g:1718:1: entryRuleQCREF returns [String current=null] : iv_ruleQCREF= ruleQCREF EOF ;
public final String entryRuleQCREF() throws RecognitionException {
String current = null;
@@ -4815,8 +4557,8 @@ public final String entryRuleQCREF() throws RecognitionException {
try {
- // InternalPropertiesParser.g:1802:45: (iv_ruleQCREF= ruleQCREF EOF )
- // InternalPropertiesParser.g:1803:2: iv_ruleQCREF= ruleQCREF EOF
+ // InternalPropertiesParser.g:1718:45: (iv_ruleQCREF= ruleQCREF EOF )
+ // InternalPropertiesParser.g:1719:2: iv_ruleQCREF= ruleQCREF EOF
{
newCompositeNode(grammarAccess.getQCREFRule());
pushFollow(FollowSets000.FOLLOW_1);
@@ -4843,7 +4585,7 @@ public final String entryRuleQCREF() throws RecognitionException {
// $ANTLR start "ruleQCREF"
- // InternalPropertiesParser.g:1809:1: ruleQCREF returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : ( (this_ID_0= RULE_ID kw= ColonColon )* this_ID_2= RULE_ID (kw= FullStop this_ID_4= RULE_ID )? ) ;
+ // InternalPropertiesParser.g:1725:1: ruleQCREF returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : ( (this_ID_0= RULE_ID kw= ColonColon )* this_ID_2= RULE_ID (kw= FullStop this_ID_4= RULE_ID )? ) ;
public final AntlrDatatypeRuleToken ruleQCREF() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
@@ -4856,13 +4598,13 @@ public final AntlrDatatypeRuleToken ruleQCREF() throws RecognitionException {
enterRule();
try {
- // InternalPropertiesParser.g:1815:2: ( ( (this_ID_0= RULE_ID kw= ColonColon )* this_ID_2= RULE_ID (kw= FullStop this_ID_4= RULE_ID )? ) )
- // InternalPropertiesParser.g:1816:2: ( (this_ID_0= RULE_ID kw= ColonColon )* this_ID_2= RULE_ID (kw= FullStop this_ID_4= RULE_ID )? )
+ // InternalPropertiesParser.g:1731:2: ( ( (this_ID_0= RULE_ID kw= ColonColon )* this_ID_2= RULE_ID (kw= FullStop this_ID_4= RULE_ID )? ) )
+ // InternalPropertiesParser.g:1732:2: ( (this_ID_0= RULE_ID kw= ColonColon )* this_ID_2= RULE_ID (kw= FullStop this_ID_4= RULE_ID )? )
{
- // InternalPropertiesParser.g:1816:2: ( (this_ID_0= RULE_ID kw= ColonColon )* this_ID_2= RULE_ID (kw= FullStop this_ID_4= RULE_ID )? )
- // InternalPropertiesParser.g:1817:3: (this_ID_0= RULE_ID kw= ColonColon )* this_ID_2= RULE_ID (kw= FullStop this_ID_4= RULE_ID )?
+ // InternalPropertiesParser.g:1732:2: ( (this_ID_0= RULE_ID kw= ColonColon )* this_ID_2= RULE_ID (kw= FullStop this_ID_4= RULE_ID )? )
+ // InternalPropertiesParser.g:1733:3: (this_ID_0= RULE_ID kw= ColonColon )* this_ID_2= RULE_ID (kw= FullStop this_ID_4= RULE_ID )?
{
- // InternalPropertiesParser.g:1817:3: (this_ID_0= RULE_ID kw= ColonColon )*
+ // InternalPropertiesParser.g:1733:3: (this_ID_0= RULE_ID kw= ColonColon )*
loop25:
do {
int alt25=2;
@@ -4881,7 +4623,7 @@ public final AntlrDatatypeRuleToken ruleQCREF() throws RecognitionException {
switch (alt25) {
case 1 :
- // InternalPropertiesParser.g:1818:4: this_ID_0= RULE_ID kw= ColonColon
+ // InternalPropertiesParser.g:1734:4: this_ID_0= RULE_ID kw= ColonColon
{
this_ID_0=(Token)match(input,RULE_ID,FollowSets000.FOLLOW_29);
@@ -4890,7 +4632,7 @@ public final AntlrDatatypeRuleToken ruleQCREF() throws RecognitionException {
newLeafNode(this_ID_0, grammarAccess.getQCREFAccess().getIDTerminalRuleCall_0_0());
- kw=(Token)match(input,ColonColon,FollowSets000.FOLLOW_6);
+ kw=(Token)match(input,ColonColon,FollowSets000.FOLLOW_7);
current.merge(kw);
newLeafNode(kw, grammarAccess.getQCREFAccess().getColonColonKeyword_0_1());
@@ -4911,7 +4653,7 @@ public final AntlrDatatypeRuleToken ruleQCREF() throws RecognitionException {
newLeafNode(this_ID_2, grammarAccess.getQCREFAccess().getIDTerminalRuleCall_1());
- // InternalPropertiesParser.g:1838:3: (kw= FullStop this_ID_4= RULE_ID )?
+ // InternalPropertiesParser.g:1754:3: (kw= FullStop this_ID_4= RULE_ID )?
int alt26=2;
int LA26_0 = input.LA(1);
@@ -4920,9 +4662,9 @@ public final AntlrDatatypeRuleToken ruleQCREF() throws RecognitionException {
}
switch (alt26) {
case 1 :
- // InternalPropertiesParser.g:1839:4: kw= FullStop this_ID_4= RULE_ID
+ // InternalPropertiesParser.g:1755:4: kw= FullStop this_ID_4= RULE_ID
{
- kw=(Token)match(input,FullStop,FollowSets000.FOLLOW_6);
+ kw=(Token)match(input,FullStop,FollowSets000.FOLLOW_7);
current.merge(kw);
newLeafNode(kw, grammarAccess.getQCREFAccess().getFullStopKeyword_2_0());
@@ -4963,7 +4705,7 @@ public final AntlrDatatypeRuleToken ruleQCREF() throws RecognitionException {
// $ANTLR start "entryRuleSTAR"
- // InternalPropertiesParser.g:1856:1: entryRuleSTAR returns [String current=null] : iv_ruleSTAR= ruleSTAR EOF ;
+ // InternalPropertiesParser.g:1772:1: entryRuleSTAR returns [String current=null] : iv_ruleSTAR= ruleSTAR EOF ;
public final String entryRuleSTAR() throws RecognitionException {
String current = null;
@@ -4971,8 +4713,8 @@ public final String entryRuleSTAR() throws RecognitionException {
try {
- // InternalPropertiesParser.g:1856:44: (iv_ruleSTAR= ruleSTAR EOF )
- // InternalPropertiesParser.g:1857:2: iv_ruleSTAR= ruleSTAR EOF
+ // InternalPropertiesParser.g:1772:44: (iv_ruleSTAR= ruleSTAR EOF )
+ // InternalPropertiesParser.g:1773:2: iv_ruleSTAR= ruleSTAR EOF
{
newCompositeNode(grammarAccess.getSTARRule());
pushFollow(FollowSets000.FOLLOW_1);
@@ -4999,7 +4741,7 @@ public final String entryRuleSTAR() throws RecognitionException {
// $ANTLR start "ruleSTAR"
- // InternalPropertiesParser.g:1863:1: ruleSTAR returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : kw= Asterisk ;
+ // InternalPropertiesParser.g:1779:1: ruleSTAR returns [AntlrDatatypeRuleToken current=new AntlrDatatypeRuleToken()] : kw= Asterisk ;
public final AntlrDatatypeRuleToken ruleSTAR() throws RecognitionException {
AntlrDatatypeRuleToken current = new AntlrDatatypeRuleToken();
@@ -5009,8 +4751,8 @@ public final AntlrDatatypeRuleToken ruleSTAR() throws RecognitionException {
enterRule();
try {
- // InternalPropertiesParser.g:1869:2: (kw= Asterisk )
- // InternalPropertiesParser.g:1870:2: kw= Asterisk
+ // InternalPropertiesParser.g:1785:2: (kw= Asterisk )
+ // InternalPropertiesParser.g:1786:2: kw= Asterisk
{
kw=(Token)match(input,Asterisk,FollowSets000.FOLLOW_2);
@@ -5091,7 +4833,7 @@ public DFA9(BaseRecognizer recognizer) {
this.transition = dfa_7;
}
public String getDescription() {
- return "481:2: (this_RecordTerm_0= ruleRecordTerm | this_ReferenceTerm_1= ruleReferenceTerm | this_ComponentClassifierTerm_2= ruleComponentClassifierTerm | this_ComputedTerm_3= ruleComputedTerm | this_StringTerm_4= ruleStringTerm | this_NumericRangeTerm_5= ruleNumericRangeTerm | this_RealTerm_6= ruleRealTerm | this_IntegerTerm_7= ruleIntegerTerm | this_ListTerm_8= ruleListTerm | this_BooleanLiteral_9= ruleBooleanLiteral | this_LiteralorReferenceTerm_10= ruleLiteralorReferenceTerm )";
+ return "484:2: (this_RecordTerm_0= ruleRecordTerm | this_ReferenceTerm_1= ruleReferenceTerm | this_ComponentClassifierTerm_2= ruleComponentClassifierTerm | this_ComputedTerm_3= ruleComputedTerm | this_StringTerm_4= ruleStringTerm | this_NumericRangeTerm_5= ruleNumericRangeTerm | this_RealTerm_6= ruleRealTerm | this_IntegerTerm_7= ruleIntegerTerm | this_ListTerm_8= ruleListTerm | this_BooleanLiteral_9= ruleBooleanLiteral | this_LiteralorReferenceTerm_10= ruleLiteralorReferenceTerm )";
}
}
@@ -5103,28 +4845,28 @@ private static class FollowSets000 {
public static final BitSet FOLLOW_3 = new BitSet(new long[]{0x0000000000024000L});
public static final BitSet FOLLOW_4 = new BitSet(new long[]{0x0000035012902A70L});
public static final BitSet FOLLOW_5 = new BitSet(new long[]{0x0000000009040080L});
- public static final BitSet FOLLOW_6 = new BitSet(new long[]{0x0000020000000000L});
- public static final BitSet FOLLOW_7 = new BitSet(new long[]{0x0000000009040000L});
- public static final BitSet FOLLOW_8 = new BitSet(new long[]{0x0000000000100000L});
- public static final BitSet FOLLOW_9 = new BitSet(new long[]{0x0000000000200000L});
- public static final BitSet FOLLOW_10 = new BitSet(new long[]{0x0000000008000000L});
- public static final BitSet FOLLOW_11 = new BitSet(new long[]{0x0000000000040002L});
- public static final BitSet FOLLOW_12 = new BitSet(new long[]{0x0000000001200000L});
- public static final BitSet FOLLOW_13 = new BitSet(new long[]{0x0000020020000000L});
- public static final BitSet FOLLOW_14 = new BitSet(new long[]{0x0000035012B02A70L});
- public static final BitSet FOLLOW_15 = new BitSet(new long[]{0x0000000000020000L});
- public static final BitSet FOLLOW_16 = new BitSet(new long[]{0x0000000014000002L});
- public static final BitSet FOLLOW_17 = new BitSet(new long[]{0x0000004000000000L});
- public static final BitSet FOLLOW_18 = new BitSet(new long[]{0x0000000020008000L});
- public static final BitSet FOLLOW_19 = new BitSet(new long[]{0x0000000020000000L});
- public static final BitSet FOLLOW_20 = new BitSet(new long[]{0x0000025002800000L});
- public static final BitSet FOLLOW_21 = new BitSet(new long[]{0x0000020000000002L});
- public static final BitSet FOLLOW_22 = new BitSet(new long[]{0x0000001000000000L});
- public static final BitSet FOLLOW_23 = new BitSet(new long[]{0x0000000000008000L});
- public static final BitSet FOLLOW_24 = new BitSet(new long[]{0x0000000000000402L});
- public static final BitSet FOLLOW_25 = new BitSet(new long[]{0x0000000000080000L});
- public static final BitSet FOLLOW_26 = new BitSet(new long[]{0x0000000000000100L});
- public static final BitSet FOLLOW_27 = new BitSet(new long[]{0x0000000000001000L});
+ public static final BitSet FOLLOW_6 = new BitSet(new long[]{0x0000000000080000L});
+ public static final BitSet FOLLOW_7 = new BitSet(new long[]{0x0000020000000000L});
+ public static final BitSet FOLLOW_8 = new BitSet(new long[]{0x0000000009040000L});
+ public static final BitSet FOLLOW_9 = new BitSet(new long[]{0x0000000000000100L});
+ public static final BitSet FOLLOW_10 = new BitSet(new long[]{0x0000000000100000L});
+ public static final BitSet FOLLOW_11 = new BitSet(new long[]{0x0000000000200000L});
+ public static final BitSet FOLLOW_12 = new BitSet(new long[]{0x0000000008000000L});
+ public static final BitSet FOLLOW_13 = new BitSet(new long[]{0x0000000000040002L});
+ public static final BitSet FOLLOW_14 = new BitSet(new long[]{0x0000000000001000L});
+ public static final BitSet FOLLOW_15 = new BitSet(new long[]{0x0000000001200000L});
+ public static final BitSet FOLLOW_16 = new BitSet(new long[]{0x0000020020000000L});
+ public static final BitSet FOLLOW_17 = new BitSet(new long[]{0x0000035012B02A70L});
+ public static final BitSet FOLLOW_18 = new BitSet(new long[]{0x0000000000020000L});
+ public static final BitSet FOLLOW_19 = new BitSet(new long[]{0x0000000014000002L});
+ public static final BitSet FOLLOW_20 = new BitSet(new long[]{0x0000004000000000L});
+ public static final BitSet FOLLOW_21 = new BitSet(new long[]{0x0000000020008000L});
+ public static final BitSet FOLLOW_22 = new BitSet(new long[]{0x0000000020000000L});
+ public static final BitSet FOLLOW_23 = new BitSet(new long[]{0x0000025002800000L});
+ public static final BitSet FOLLOW_24 = new BitSet(new long[]{0x0000020000000002L});
+ public static final BitSet FOLLOW_25 = new BitSet(new long[]{0x0000001000000000L});
+ public static final BitSet FOLLOW_26 = new BitSet(new long[]{0x0000000000008000L});
+ public static final BitSet FOLLOW_27 = new BitSet(new long[]{0x0000000000000402L});
public static final BitSet FOLLOW_28 = new BitSet(new long[]{0x0000000000010002L});
public static final BitSet FOLLOW_29 = new BitSet(new long[]{0x0000000000010000L});
public static final BitSet FOLLOW_30 = new BitSet(new long[]{0x0000000004000002L});
diff --git a/core/org.osate.xtext.aadl2.properties/src-gen/org/osate/xtext/aadl2/properties/serializer/AbstractPropertiesSyntacticSequencer.java b/core/org.osate.xtext.aadl2.properties/src-gen/org/osate/xtext/aadl2/properties/serializer/AbstractPropertiesSyntacticSequencer.java
index 68b4c895037..0369d628054 100644
--- a/core/org.osate.xtext.aadl2.properties/src-gen/org/osate/xtext/aadl2/properties/serializer/AbstractPropertiesSyntacticSequencer.java
+++ b/core/org.osate.xtext.aadl2.properties/src-gen/org/osate/xtext/aadl2/properties/serializer/AbstractPropertiesSyntacticSequencer.java
@@ -46,47 +46,9 @@ protected void init(IGrammarAccess access) {
@Override
protected String getUnassignedRuleCallToken(EObject semanticObject, RuleCall ruleCall, INode node) {
- if (ruleCall.getRule() == grammarAccess.getAppliesToKeywordsRule())
- return getAppliesToKeywordsToken(semanticObject, ruleCall, node);
- else if (ruleCall.getRule() == grammarAccess.getInBindingKeywordsRule())
- return getInBindingKeywordsToken(semanticObject, ruleCall, node);
- else if (ruleCall.getRule() == grammarAccess.getInModesKeywordsRule())
- return getInModesKeywordsToken(semanticObject, ruleCall, node);
return "";
}
- /**
- * AppliesToKeywords:
- * 'applies' 'to'
- * ;
- */
- protected String getAppliesToKeywordsToken(EObject semanticObject, RuleCall ruleCall, INode node) {
- if (node != null)
- return getTokenText(node);
- return "applies to";
- }
-
- /**
- * InBindingKeywords:
- * 'in' 'binding'
- * ;
- */
- protected String getInBindingKeywordsToken(EObject semanticObject, RuleCall ruleCall, INode node) {
- if (node != null)
- return getTokenText(node);
- return "in binding";
- }
-
- /**
- * InModesKeywords:
- * 'in' 'modes'
- * ;
- */
- protected String getInModesKeywordsToken(EObject semanticObject, RuleCall ruleCall, INode node) {
- if (node != null)
- return getTokenText(node);
- return "in modes";
- }
@Override
protected void emitUnassignedTokens(EObject semanticObject, ISynTransition transition, INode fromNode, INode toNode) {
diff --git a/core/org.osate.xtext.aadl2.properties/src-gen/org/osate/xtext/aadl2/properties/services/PropertiesGrammarAccess.java b/core/org.osate.xtext.aadl2.properties/src-gen/org/osate/xtext/aadl2/properties/services/PropertiesGrammarAccess.java
index a26411389c0..0ebe19f18fb 100644
--- a/core/org.osate.xtext.aadl2.properties/src-gen/org/osate/xtext/aadl2/properties/services/PropertiesGrammarAccess.java
+++ b/core/org.osate.xtext.aadl2.properties/src-gen/org/osate/xtext/aadl2/properties/services/PropertiesGrammarAccess.java
@@ -75,33 +75,35 @@ public class ContainedPropertyAssociationElements extends AbstractParserRuleElem
private final Assignment cOwnedValueAssignment_3_1_1 = (Assignment)cGroup_3_1.eContents().get(1);
private final RuleCall cOwnedValueOptionalModalPropertyValueParserRuleCall_3_1_1_0 = (RuleCall)cOwnedValueAssignment_3_1_1.eContents().get(0);
private final Group cGroup_4 = (Group)cGroup.eContents().get(4);
- private final RuleCall cAppliesToKeywordsParserRuleCall_4_0 = (RuleCall)cGroup_4.eContents().get(0);
- private final Assignment cAppliesToAssignment_4_1 = (Assignment)cGroup_4.eContents().get(1);
- private final RuleCall cAppliesToContainmentPathParserRuleCall_4_1_0 = (RuleCall)cAppliesToAssignment_4_1.eContents().get(0);
- private final Group cGroup_4_2 = (Group)cGroup_4.eContents().get(2);
- private final Keyword cCommaKeyword_4_2_0 = (Keyword)cGroup_4_2.eContents().get(0);
- private final Assignment cAppliesToAssignment_4_2_1 = (Assignment)cGroup_4_2.eContents().get(1);
- private final RuleCall cAppliesToContainmentPathParserRuleCall_4_2_1_0 = (RuleCall)cAppliesToAssignment_4_2_1.eContents().get(0);
+ private final Keyword cAppliesKeyword_4_0 = (Keyword)cGroup_4.eContents().get(0);
+ private final Keyword cToKeyword_4_1 = (Keyword)cGroup_4.eContents().get(1);
+ private final Assignment cAppliesToAssignment_4_2 = (Assignment)cGroup_4.eContents().get(2);
+ private final RuleCall cAppliesToContainmentPathParserRuleCall_4_2_0 = (RuleCall)cAppliesToAssignment_4_2.eContents().get(0);
+ private final Group cGroup_4_3 = (Group)cGroup_4.eContents().get(3);
+ private final Keyword cCommaKeyword_4_3_0 = (Keyword)cGroup_4_3.eContents().get(0);
+ private final Assignment cAppliesToAssignment_4_3_1 = (Assignment)cGroup_4_3.eContents().get(1);
+ private final RuleCall cAppliesToContainmentPathParserRuleCall_4_3_1_0 = (RuleCall)cAppliesToAssignment_4_3_1.eContents().get(0);
private final Group cGroup_5 = (Group)cGroup.eContents().get(5);
- private final RuleCall cInBindingKeywordsParserRuleCall_5_0 = (RuleCall)cGroup_5.eContents().get(0);
- private final Keyword cLeftParenthesisKeyword_5_1 = (Keyword)cGroup_5.eContents().get(1);
- private final Assignment cInBindingAssignment_5_2 = (Assignment)cGroup_5.eContents().get(2);
- private final CrossReference cInBindingClassifierCrossReference_5_2_0 = (CrossReference)cInBindingAssignment_5_2.eContents().get(0);
- private final RuleCall cInBindingClassifierQCREFParserRuleCall_5_2_0_1 = (RuleCall)cInBindingClassifierCrossReference_5_2_0.eContents().get(1);
- private final Keyword cRightParenthesisKeyword_5_3 = (Keyword)cGroup_5.eContents().get(3);
+ private final Keyword cInKeyword_5_0 = (Keyword)cGroup_5.eContents().get(0);
+ private final Keyword cBindingKeyword_5_1 = (Keyword)cGroup_5.eContents().get(1);
+ private final Keyword cLeftParenthesisKeyword_5_2 = (Keyword)cGroup_5.eContents().get(2);
+ private final Assignment cInBindingAssignment_5_3 = (Assignment)cGroup_5.eContents().get(3);
+ private final CrossReference cInBindingClassifierCrossReference_5_3_0 = (CrossReference)cInBindingAssignment_5_3.eContents().get(0);
+ private final RuleCall cInBindingClassifierQCREFParserRuleCall_5_3_0_1 = (RuleCall)cInBindingClassifierCrossReference_5_3_0.eContents().get(1);
+ private final Keyword cRightParenthesisKeyword_5_4 = (Keyword)cGroup_5.eContents().get(4);
private final Keyword cSemicolonKeyword_6 = (Keyword)cGroup.eContents().get(6);
//// Properties
//ContainedPropertyAssociation aadl2::PropertyAssociation:
// property=[aadl2::Property|QPREF] ('=>' | append?='+=>') constant?='constant'? (ownedValue+=OptionalModalPropertyValue
- // (',' ownedValue+=OptionalModalPropertyValue)*) (AppliesToKeywords appliesTo+=ContainmentPath (','
- // appliesTo+=ContainmentPath)*)? (InBindingKeywords '(' inBinding+=[aadl2::Classifier|QCREF] ')')?
+ // (',' ownedValue+=OptionalModalPropertyValue)*) ('applies' 'to' appliesTo+=ContainmentPath (','
+ // appliesTo+=ContainmentPath)*)? ('in' 'binding' '(' inBinding+=[aadl2::Classifier|QCREF] ')')?
// ';';
@Override public ParserRule getRule() { return rule; }
//property=[aadl2::Property|QPREF] ('=>' | append?='+=>') constant?='constant'? (ownedValue+=OptionalModalPropertyValue
- //(',' ownedValue+=OptionalModalPropertyValue)*) (AppliesToKeywords appliesTo+=ContainmentPath (','
- //appliesTo+=ContainmentPath)*)? (InBindingKeywords '(' inBinding+=[aadl2::Classifier|QCREF] ')')? ';'
+ //(',' ownedValue+=OptionalModalPropertyValue)*) ('applies' 'to' appliesTo+=ContainmentPath (','
+ //appliesTo+=ContainmentPath)*)? ('in' 'binding' '(' inBinding+=[aadl2::Classifier|QCREF] ')')? ';'
public Group getGroup() { return cGroup; }
//property=[aadl2::Property|QPREF]
@@ -152,50 +154,56 @@ public class ContainedPropertyAssociationElements extends AbstractParserRuleElem
//OptionalModalPropertyValue
public RuleCall getOwnedValueOptionalModalPropertyValueParserRuleCall_3_1_1_0() { return cOwnedValueOptionalModalPropertyValueParserRuleCall_3_1_1_0; }
- //(AppliesToKeywords appliesTo+=ContainmentPath (',' appliesTo+=ContainmentPath)*)?
+ //('applies' 'to' appliesTo+=ContainmentPath (',' appliesTo+=ContainmentPath)*)?
public Group getGroup_4() { return cGroup_4; }
- //AppliesToKeywords
- public RuleCall getAppliesToKeywordsParserRuleCall_4_0() { return cAppliesToKeywordsParserRuleCall_4_0; }
+ //'applies'
+ public Keyword getAppliesKeyword_4_0() { return cAppliesKeyword_4_0; }
+
+ //'to'
+ public Keyword getToKeyword_4_1() { return cToKeyword_4_1; }
//appliesTo+=ContainmentPath
- public Assignment getAppliesToAssignment_4_1() { return cAppliesToAssignment_4_1; }
+ public Assignment getAppliesToAssignment_4_2() { return cAppliesToAssignment_4_2; }
//ContainmentPath
- public RuleCall getAppliesToContainmentPathParserRuleCall_4_1_0() { return cAppliesToContainmentPathParserRuleCall_4_1_0; }
+ public RuleCall getAppliesToContainmentPathParserRuleCall_4_2_0() { return cAppliesToContainmentPathParserRuleCall_4_2_0; }
//(',' appliesTo+=ContainmentPath)*
- public Group getGroup_4_2() { return cGroup_4_2; }
+ public Group getGroup_4_3() { return cGroup_4_3; }
//','
- public Keyword getCommaKeyword_4_2_0() { return cCommaKeyword_4_2_0; }
+ public Keyword getCommaKeyword_4_3_0() { return cCommaKeyword_4_3_0; }
//appliesTo+=ContainmentPath
- public Assignment getAppliesToAssignment_4_2_1() { return cAppliesToAssignment_4_2_1; }
+ public Assignment getAppliesToAssignment_4_3_1() { return cAppliesToAssignment_4_3_1; }
//ContainmentPath
- public RuleCall getAppliesToContainmentPathParserRuleCall_4_2_1_0() { return cAppliesToContainmentPathParserRuleCall_4_2_1_0; }
+ public RuleCall getAppliesToContainmentPathParserRuleCall_4_3_1_0() { return cAppliesToContainmentPathParserRuleCall_4_3_1_0; }
- //(InBindingKeywords '(' inBinding+=[aadl2::Classifier|QCREF] ')')?
+ //('in' 'binding' '(' inBinding+=[aadl2::Classifier|QCREF] ')')?
public Group getGroup_5() { return cGroup_5; }
- //InBindingKeywords
- public RuleCall getInBindingKeywordsParserRuleCall_5_0() { return cInBindingKeywordsParserRuleCall_5_0; }
+ //'in'
+ public Keyword getInKeyword_5_0() { return cInKeyword_5_0; }
+
+ //'binding'
+ public Keyword getBindingKeyword_5_1() { return cBindingKeyword_5_1; }
//'('
- public Keyword getLeftParenthesisKeyword_5_1() { return cLeftParenthesisKeyword_5_1; }
+ public Keyword getLeftParenthesisKeyword_5_2() { return cLeftParenthesisKeyword_5_2; }
//inBinding+=[aadl2::Classifier|QCREF]
- public Assignment getInBindingAssignment_5_2() { return cInBindingAssignment_5_2; }
+ public Assignment getInBindingAssignment_5_3() { return cInBindingAssignment_5_3; }
//[aadl2::Classifier|QCREF]
- public CrossReference getInBindingClassifierCrossReference_5_2_0() { return cInBindingClassifierCrossReference_5_2_0; }
+ public CrossReference getInBindingClassifierCrossReference_5_3_0() { return cInBindingClassifierCrossReference_5_3_0; }
//QCREF
- public RuleCall getInBindingClassifierQCREFParserRuleCall_5_2_0_1() { return cInBindingClassifierQCREFParserRuleCall_5_2_0_1; }
+ public RuleCall getInBindingClassifierQCREFParserRuleCall_5_3_0_1() { return cInBindingClassifierQCREFParserRuleCall_5_3_0_1; }
//')'
- public Keyword getRightParenthesisKeyword_5_3() { return cRightParenthesisKeyword_5_3; }
+ public Keyword getRightParenthesisKeyword_5_4() { return cRightParenthesisKeyword_5_4; }
//';'
public Keyword getSemicolonKeyword_6() { return cSemicolonKeyword_6; }
@@ -220,22 +228,23 @@ public class PropertyAssociationElements extends AbstractParserRuleElementFinder
private final Assignment cOwnedValueAssignment_3_1_1 = (Assignment)cGroup_3_1.eContents().get(1);
private final RuleCall cOwnedValueOptionalModalPropertyValueParserRuleCall_3_1_1_0 = (RuleCall)cOwnedValueAssignment_3_1_1.eContents().get(0);
private final Group cGroup_4 = (Group)cGroup.eContents().get(4);
- private final RuleCall cInBindingKeywordsParserRuleCall_4_0 = (RuleCall)cGroup_4.eContents().get(0);
- private final Keyword cLeftParenthesisKeyword_4_1 = (Keyword)cGroup_4.eContents().get(1);
- private final Assignment cInBindingAssignment_4_2 = (Assignment)cGroup_4.eContents().get(2);
- private final CrossReference cInBindingClassifierCrossReference_4_2_0 = (CrossReference)cInBindingAssignment_4_2.eContents().get(0);
- private final RuleCall cInBindingClassifierQCREFParserRuleCall_4_2_0_1 = (RuleCall)cInBindingClassifierCrossReference_4_2_0.eContents().get(1);
- private final Keyword cRightParenthesisKeyword_4_3 = (Keyword)cGroup_4.eContents().get(3);
+ private final Keyword cInKeyword_4_0 = (Keyword)cGroup_4.eContents().get(0);
+ private final Keyword cBindingKeyword_4_1 = (Keyword)cGroup_4.eContents().get(1);
+ private final Keyword cLeftParenthesisKeyword_4_2 = (Keyword)cGroup_4.eContents().get(2);
+ private final Assignment cInBindingAssignment_4_3 = (Assignment)cGroup_4.eContents().get(3);
+ private final CrossReference cInBindingClassifierCrossReference_4_3_0 = (CrossReference)cInBindingAssignment_4_3.eContents().get(0);
+ private final RuleCall cInBindingClassifierQCREFParserRuleCall_4_3_0_1 = (RuleCall)cInBindingClassifierCrossReference_4_3_0.eContents().get(1);
+ private final Keyword cRightParenthesisKeyword_4_4 = (Keyword)cGroup_4.eContents().get(4);
private final Keyword cSemicolonKeyword_5 = (Keyword)cGroup.eContents().get(5);
//PropertyAssociation aadl2::PropertyAssociation:
// property=[aadl2::Property|QPREF] ('=>' | append?='+=>') constant?='constant'? (ownedValue+=OptionalModalPropertyValue
- // (',' ownedValue+=OptionalModalPropertyValue)*) (InBindingKeywords '(' inBinding+=[aadl2::Classifier|QCREF] ')')?
+ // (',' ownedValue+=OptionalModalPropertyValue)*) ('in' 'binding' '(' inBinding+=[aadl2::Classifier|QCREF] ')')?
// ';';
@Override public ParserRule getRule() { return rule; }
//property=[aadl2::Property|QPREF] ('=>' | append?='+=>') constant?='constant'? (ownedValue+=OptionalModalPropertyValue
- //(',' ownedValue+=OptionalModalPropertyValue)*) (InBindingKeywords '(' inBinding+=[aadl2::Classifier|QCREF] ')')? ';'
+ //(',' ownedValue+=OptionalModalPropertyValue)*) ('in' 'binding' '(' inBinding+=[aadl2::Classifier|QCREF] ')')? ';'
public Group getGroup() { return cGroup; }
//property=[aadl2::Property|QPREF]
@@ -286,26 +295,29 @@ public class PropertyAssociationElements extends AbstractParserRuleElementFinder
//OptionalModalPropertyValue
public RuleCall getOwnedValueOptionalModalPropertyValueParserRuleCall_3_1_1_0() { return cOwnedValueOptionalModalPropertyValueParserRuleCall_3_1_1_0; }
- //(InBindingKeywords '(' inBinding+=[aadl2::Classifier|QCREF] ')')?
+ //('in' 'binding' '(' inBinding+=[aadl2::Classifier|QCREF] ')')?
public Group getGroup_4() { return cGroup_4; }
- //InBindingKeywords
- public RuleCall getInBindingKeywordsParserRuleCall_4_0() { return cInBindingKeywordsParserRuleCall_4_0; }
+ //'in'
+ public Keyword getInKeyword_4_0() { return cInKeyword_4_0; }
+
+ //'binding'
+ public Keyword getBindingKeyword_4_1() { return cBindingKeyword_4_1; }
//'('
- public Keyword getLeftParenthesisKeyword_4_1() { return cLeftParenthesisKeyword_4_1; }
+ public Keyword getLeftParenthesisKeyword_4_2() { return cLeftParenthesisKeyword_4_2; }
//inBinding+=[aadl2::Classifier|QCREF]
- public Assignment getInBindingAssignment_4_2() { return cInBindingAssignment_4_2; }
+ public Assignment getInBindingAssignment_4_3() { return cInBindingAssignment_4_3; }
//[aadl2::Classifier|QCREF]
- public CrossReference getInBindingClassifierCrossReference_4_2_0() { return cInBindingClassifierCrossReference_4_2_0; }
+ public CrossReference getInBindingClassifierCrossReference_4_3_0() { return cInBindingClassifierCrossReference_4_3_0; }
//QCREF
- public RuleCall getInBindingClassifierQCREFParserRuleCall_4_2_0_1() { return cInBindingClassifierQCREFParserRuleCall_4_2_0_1; }
+ public RuleCall getInBindingClassifierQCREFParserRuleCall_4_3_0_1() { return cInBindingClassifierQCREFParserRuleCall_4_3_0_1; }
//')'
- public Keyword getRightParenthesisKeyword_4_3() { return cRightParenthesisKeyword_4_3; }
+ public Keyword getRightParenthesisKeyword_4_4() { return cRightParenthesisKeyword_4_4; }
//';'
public Keyword getSemicolonKeyword_5() { return cSemicolonKeyword_5; }
@@ -372,28 +384,29 @@ public class ModalPropertyValueElements extends AbstractParserRuleElementFinder
private final Group cGroup = (Group)rule.eContents().get(1);
private final Assignment cOwnedValueAssignment_0 = (Assignment)cGroup.eContents().get(0);
private final RuleCall cOwnedValuePropertyExpressionParserRuleCall_0_0 = (RuleCall)cOwnedValueAssignment_0.eContents().get(0);
- private final RuleCall cInModesKeywordsParserRuleCall_1 = (RuleCall)cGroup.eContents().get(1);
- private final Keyword cLeftParenthesisKeyword_2 = (Keyword)cGroup.eContents().get(2);
- private final Assignment cInModeAssignment_3 = (Assignment)cGroup.eContents().get(3);
- private final CrossReference cInModeModeCrossReference_3_0 = (CrossReference)cInModeAssignment_3.eContents().get(0);
- private final RuleCall cInModeModeIDTerminalRuleCall_3_0_1 = (RuleCall)cInModeModeCrossReference_3_0.eContents().get(1);
- private final Group cGroup_4 = (Group)cGroup.eContents().get(4);
- private final Keyword cCommaKeyword_4_0 = (Keyword)cGroup_4.eContents().get(0);
- private final Assignment cInModeAssignment_4_1 = (Assignment)cGroup_4.eContents().get(1);
- private final CrossReference cInModeModeCrossReference_4_1_0 = (CrossReference)cInModeAssignment_4_1.eContents().get(0);
- private final RuleCall cInModeModeIDTerminalRuleCall_4_1_0_1 = (RuleCall)cInModeModeCrossReference_4_1_0.eContents().get(1);
- private final Keyword cRightParenthesisKeyword_5 = (Keyword)cGroup.eContents().get(5);
+ private final Keyword cInKeyword_1 = (Keyword)cGroup.eContents().get(1);
+ private final Keyword cModesKeyword_2 = (Keyword)cGroup.eContents().get(2);
+ private final Keyword cLeftParenthesisKeyword_3 = (Keyword)cGroup.eContents().get(3);
+ private final Assignment cInModeAssignment_4 = (Assignment)cGroup.eContents().get(4);
+ private final CrossReference cInModeModeCrossReference_4_0 = (CrossReference)cInModeAssignment_4.eContents().get(0);
+ private final RuleCall cInModeModeIDTerminalRuleCall_4_0_1 = (RuleCall)cInModeModeCrossReference_4_0.eContents().get(1);
+ private final Group cGroup_5 = (Group)cGroup.eContents().get(5);
+ private final Keyword cCommaKeyword_5_0 = (Keyword)cGroup_5.eContents().get(0);
+ private final Assignment cInModeAssignment_5_1 = (Assignment)cGroup_5.eContents().get(1);
+ private final CrossReference cInModeModeCrossReference_5_1_0 = (CrossReference)cInModeAssignment_5_1.eContents().get(0);
+ private final RuleCall cInModeModeIDTerminalRuleCall_5_1_0_1 = (RuleCall)cInModeModeCrossReference_5_1_0.eContents().get(1);
+ private final Keyword cRightParenthesisKeyword_6 = (Keyword)cGroup.eContents().get(6);
////AnnexPath returns aadl2::ContainmentPathElement:
//// namedElement=[aadl2::NamedElement|IDANNEXTEXT];
//ModalPropertyValue aadl2::ModalPropertyValue:
// ownedValue=PropertyExpression
- // InModesKeywords '('
+ // 'in' 'modes' '('
// inMode+=[aadl2::Mode] (',' inMode+=[aadl2::Mode])*
// ')';
@Override public ParserRule getRule() { return rule; }
- //ownedValue=PropertyExpression InModesKeywords '(' inMode+=[aadl2::Mode] (',' inMode+=[aadl2::Mode])* ')'
+ //ownedValue=PropertyExpression 'in' 'modes' '(' inMode+=[aadl2::Mode] (',' inMode+=[aadl2::Mode])* ')'
public Group getGroup() { return cGroup; }
//ownedValue=PropertyExpression
@@ -402,38 +415,41 @@ public class ModalPropertyValueElements extends AbstractParserRuleElementFinder
//PropertyExpression
public RuleCall getOwnedValuePropertyExpressionParserRuleCall_0_0() { return cOwnedValuePropertyExpressionParserRuleCall_0_0; }
- //InModesKeywords
- public RuleCall getInModesKeywordsParserRuleCall_1() { return cInModesKeywordsParserRuleCall_1; }
+ //'in'
+ public Keyword getInKeyword_1() { return cInKeyword_1; }
+
+ //'modes'
+ public Keyword getModesKeyword_2() { return cModesKeyword_2; }
//'('
- public Keyword getLeftParenthesisKeyword_2() { return cLeftParenthesisKeyword_2; }
+ public Keyword getLeftParenthesisKeyword_3() { return cLeftParenthesisKeyword_3; }
//inMode+=[aadl2::Mode]
- public Assignment getInModeAssignment_3() { return cInModeAssignment_3; }
+ public Assignment getInModeAssignment_4() { return cInModeAssignment_4; }
//[aadl2::Mode]
- public CrossReference getInModeModeCrossReference_3_0() { return cInModeModeCrossReference_3_0; }
+ public CrossReference getInModeModeCrossReference_4_0() { return cInModeModeCrossReference_4_0; }
//ID
- public RuleCall getInModeModeIDTerminalRuleCall_3_0_1() { return cInModeModeIDTerminalRuleCall_3_0_1; }
+ public RuleCall getInModeModeIDTerminalRuleCall_4_0_1() { return cInModeModeIDTerminalRuleCall_4_0_1; }
//(',' inMode+=[aadl2::Mode])*
- public Group getGroup_4() { return cGroup_4; }
+ public Group getGroup_5() { return cGroup_5; }
//','
- public Keyword getCommaKeyword_4_0() { return cCommaKeyword_4_0; }
+ public Keyword getCommaKeyword_5_0() { return cCommaKeyword_5_0; }
//inMode+=[aadl2::Mode]
- public Assignment getInModeAssignment_4_1() { return cInModeAssignment_4_1; }
+ public Assignment getInModeAssignment_5_1() { return cInModeAssignment_5_1; }
//[aadl2::Mode]
- public CrossReference getInModeModeCrossReference_4_1_0() { return cInModeModeCrossReference_4_1_0; }
+ public CrossReference getInModeModeCrossReference_5_1_0() { return cInModeModeCrossReference_5_1_0; }
//ID
- public RuleCall getInModeModeIDTerminalRuleCall_4_1_0_1() { return cInModeModeIDTerminalRuleCall_4_1_0_1; }
+ public RuleCall getInModeModeIDTerminalRuleCall_5_1_0_1() { return cInModeModeIDTerminalRuleCall_5_1_0_1; }
//')'
- public Keyword getRightParenthesisKeyword_5() { return cRightParenthesisKeyword_5; }
+ public Keyword getRightParenthesisKeyword_6() { return cRightParenthesisKeyword_6; }
}
public class OptionalModalPropertyValueElements extends AbstractParserRuleElementFinder {
private final ParserRule rule = (ParserRule) GrammarUtil.findRuleForName(getGrammar(), "org.osate.xtext.aadl2.properties.Properties.OptionalModalPropertyValue");
@@ -441,25 +457,26 @@ public class OptionalModalPropertyValueElements extends AbstractParserRuleElemen
private final Assignment cOwnedValueAssignment_0 = (Assignment)cGroup.eContents().get(0);
private final RuleCall cOwnedValuePropertyExpressionParserRuleCall_0_0 = (RuleCall)cOwnedValueAssignment_0.eContents().get(0);
private final Group cGroup_1 = (Group)cGroup.eContents().get(1);
- private final RuleCall cInModesKeywordsParserRuleCall_1_0 = (RuleCall)cGroup_1.eContents().get(0);
- private final Keyword cLeftParenthesisKeyword_1_1 = (Keyword)cGroup_1.eContents().get(1);
- private final Assignment cInModeAssignment_1_2 = (Assignment)cGroup_1.eContents().get(2);
- private final CrossReference cInModeModeCrossReference_1_2_0 = (CrossReference)cInModeAssignment_1_2.eContents().get(0);
- private final RuleCall cInModeModeIDTerminalRuleCall_1_2_0_1 = (RuleCall)cInModeModeCrossReference_1_2_0.eContents().get(1);
- private final Group cGroup_1_3 = (Group)cGroup_1.eContents().get(3);
- private final Keyword cCommaKeyword_1_3_0 = (Keyword)cGroup_1_3.eContents().get(0);
- private final Assignment cInModeAssignment_1_3_1 = (Assignment)cGroup_1_3.eContents().get(1);
- private final CrossReference cInModeModeCrossReference_1_3_1_0 = (CrossReference)cInModeAssignment_1_3_1.eContents().get(0);
- private final RuleCall cInModeModeIDTerminalRuleCall_1_3_1_0_1 = (RuleCall)cInModeModeCrossReference_1_3_1_0.eContents().get(1);
- private final Keyword cRightParenthesisKeyword_1_4 = (Keyword)cGroup_1.eContents().get(4);
+ private final Keyword cInKeyword_1_0 = (Keyword)cGroup_1.eContents().get(0);
+ private final Keyword cModesKeyword_1_1 = (Keyword)cGroup_1.eContents().get(1);
+ private final Keyword cLeftParenthesisKeyword_1_2 = (Keyword)cGroup_1.eContents().get(2);
+ private final Assignment cInModeAssignment_1_3 = (Assignment)cGroup_1.eContents().get(3);
+ private final CrossReference cInModeModeCrossReference_1_3_0 = (CrossReference)cInModeAssignment_1_3.eContents().get(0);
+ private final RuleCall cInModeModeIDTerminalRuleCall_1_3_0_1 = (RuleCall)cInModeModeCrossReference_1_3_0.eContents().get(1);
+ private final Group cGroup_1_4 = (Group)cGroup_1.eContents().get(4);
+ private final Keyword cCommaKeyword_1_4_0 = (Keyword)cGroup_1_4.eContents().get(0);
+ private final Assignment cInModeAssignment_1_4_1 = (Assignment)cGroup_1_4.eContents().get(1);
+ private final CrossReference cInModeModeCrossReference_1_4_1_0 = (CrossReference)cInModeAssignment_1_4_1.eContents().get(0);
+ private final RuleCall cInModeModeIDTerminalRuleCall_1_4_1_0_1 = (RuleCall)cInModeModeCrossReference_1_4_1_0.eContents().get(1);
+ private final Keyword cRightParenthesisKeyword_1_5 = (Keyword)cGroup_1.eContents().get(5);
//OptionalModalPropertyValue aadl2::ModalPropertyValue:
- // ownedValue=PropertyExpression (InModesKeywords '('
+ // ownedValue=PropertyExpression ('in' 'modes' '('
// inMode+=[aadl2::Mode] (',' inMode+=[aadl2::Mode])*
// ')')?;
@Override public ParserRule getRule() { return rule; }
- //ownedValue=PropertyExpression (InModesKeywords '(' inMode+=[aadl2::Mode] (',' inMode+=[aadl2::Mode])* ')')?
+ //ownedValue=PropertyExpression ('in' 'modes' '(' inMode+=[aadl2::Mode] (',' inMode+=[aadl2::Mode])* ')')?
public Group getGroup() { return cGroup; }
//ownedValue=PropertyExpression
@@ -468,41 +485,44 @@ public class OptionalModalPropertyValueElements extends AbstractParserRuleElemen
//PropertyExpression
public RuleCall getOwnedValuePropertyExpressionParserRuleCall_0_0() { return cOwnedValuePropertyExpressionParserRuleCall_0_0; }
- //(InModesKeywords '(' inMode+=[aadl2::Mode] (',' inMode+=[aadl2::Mode])* ')')?
+ //('in' 'modes' '(' inMode+=[aadl2::Mode] (',' inMode+=[aadl2::Mode])* ')')?
public Group getGroup_1() { return cGroup_1; }
- //InModesKeywords
- public RuleCall getInModesKeywordsParserRuleCall_1_0() { return cInModesKeywordsParserRuleCall_1_0; }
+ //'in'
+ public Keyword getInKeyword_1_0() { return cInKeyword_1_0; }
+
+ //'modes'
+ public Keyword getModesKeyword_1_1() { return cModesKeyword_1_1; }
//'('
- public Keyword getLeftParenthesisKeyword_1_1() { return cLeftParenthesisKeyword_1_1; }
+ public Keyword getLeftParenthesisKeyword_1_2() { return cLeftParenthesisKeyword_1_2; }
//inMode+=[aadl2::Mode]
- public Assignment getInModeAssignment_1_2() { return cInModeAssignment_1_2; }
+ public Assignment getInModeAssignment_1_3() { return cInModeAssignment_1_3; }
//[aadl2::Mode]
- public CrossReference getInModeModeCrossReference_1_2_0() { return cInModeModeCrossReference_1_2_0; }
+ public CrossReference getInModeModeCrossReference_1_3_0() { return cInModeModeCrossReference_1_3_0; }
//ID
- public RuleCall getInModeModeIDTerminalRuleCall_1_2_0_1() { return cInModeModeIDTerminalRuleCall_1_2_0_1; }
+ public RuleCall getInModeModeIDTerminalRuleCall_1_3_0_1() { return cInModeModeIDTerminalRuleCall_1_3_0_1; }
//(',' inMode+=[aadl2::Mode])*
- public Group getGroup_1_3() { return cGroup_1_3; }
+ public Group getGroup_1_4() { return cGroup_1_4; }
//','
- public Keyword getCommaKeyword_1_3_0() { return cCommaKeyword_1_3_0; }
+ public Keyword getCommaKeyword_1_4_0() { return cCommaKeyword_1_4_0; }
//inMode+=[aadl2::Mode]
- public Assignment getInModeAssignment_1_3_1() { return cInModeAssignment_1_3_1; }
+ public Assignment getInModeAssignment_1_4_1() { return cInModeAssignment_1_4_1; }
//[aadl2::Mode]
- public CrossReference getInModeModeCrossReference_1_3_1_0() { return cInModeModeCrossReference_1_3_1_0; }
+ public CrossReference getInModeModeCrossReference_1_4_1_0() { return cInModeModeCrossReference_1_4_1_0; }
//ID
- public RuleCall getInModeModeIDTerminalRuleCall_1_3_1_0_1() { return cInModeModeIDTerminalRuleCall_1_3_1_0_1; }
+ public RuleCall getInModeModeIDTerminalRuleCall_1_4_1_0_1() { return cInModeModeIDTerminalRuleCall_1_4_1_0_1; }
//')'
- public Keyword getRightParenthesisKeyword_1_4() { return cRightParenthesisKeyword_1_4; }
+ public Keyword getRightParenthesisKeyword_1_5() { return cRightParenthesisKeyword_1_5; }
}
public class PropertyValueElements extends AbstractParserRuleElementFinder {
private final ParserRule rule = (ParserRule) GrammarUtil.findRuleForName(getGrammar(), "org.osate.xtext.aadl2.properties.Properties.PropertyValue");
@@ -1333,63 +1353,6 @@ public class NumAltElements extends AbstractParserRuleElementFinder {
//ConstantValue
public RuleCall getConstantValueParserRuleCall_3() { return cConstantValueParserRuleCall_3; }
}
- public class AppliesToKeywordsElements extends AbstractParserRuleElementFinder {
- private final ParserRule rule = (ParserRule) GrammarUtil.findRuleForName(getGrammar(), "org.osate.xtext.aadl2.properties.Properties.AppliesToKeywords");
- private final Group cGroup = (Group)rule.eContents().get(1);
- private final Keyword cAppliesKeyword_0 = (Keyword)cGroup.eContents().get(0);
- private final Keyword cToKeyword_1 = (Keyword)cGroup.eContents().get(1);
-
- //AppliesToKeywords:
- // 'applies' 'to';
- @Override public ParserRule getRule() { return rule; }
-
- //'applies' 'to'
- public Group getGroup() { return cGroup; }
-
- //'applies'
- public Keyword getAppliesKeyword_0() { return cAppliesKeyword_0; }
-
- //'to'
- public Keyword getToKeyword_1() { return cToKeyword_1; }
- }
- public class InBindingKeywordsElements extends AbstractParserRuleElementFinder {
- private final ParserRule rule = (ParserRule) GrammarUtil.findRuleForName(getGrammar(), "org.osate.xtext.aadl2.properties.Properties.InBindingKeywords");
- private final Group cGroup = (Group)rule.eContents().get(1);
- private final Keyword cInKeyword_0 = (Keyword)cGroup.eContents().get(0);
- private final Keyword cBindingKeyword_1 = (Keyword)cGroup.eContents().get(1);
-
- //InBindingKeywords:
- // 'in' 'binding';
- @Override public ParserRule getRule() { return rule; }
-
- //'in' 'binding'
- public Group getGroup() { return cGroup; }
-
- //'in'
- public Keyword getInKeyword_0() { return cInKeyword_0; }
-
- //'binding'
- public Keyword getBindingKeyword_1() { return cBindingKeyword_1; }
- }
- public class InModesKeywordsElements extends AbstractParserRuleElementFinder {
- private final ParserRule rule = (ParserRule) GrammarUtil.findRuleForName(getGrammar(), "org.osate.xtext.aadl2.properties.Properties.InModesKeywords");
- private final Group cGroup = (Group)rule.eContents().get(1);
- private final Keyword cInKeyword_0 = (Keyword)cGroup.eContents().get(0);
- private final Keyword cModesKeyword_1 = (Keyword)cGroup.eContents().get(1);
-
- //InModesKeywords:
- // 'in' 'modes';
- @Override public ParserRule getRule() { return rule; }
-
- //'in' 'modes'
- public Group getGroup() { return cGroup; }
-
- //'in'
- public Keyword getInKeyword_0() { return cInKeyword_0; }
-
- //'modes'
- public Keyword getModesKeyword_1() { return cModesKeyword_1; }
- }
public class INTVALUEElements extends AbstractParserRuleElementFinder {
private final ParserRule rule = (ParserRule) GrammarUtil.findRuleForName(getGrammar(), "org.osate.xtext.aadl2.properties.Properties.INTVALUE");
private final RuleCall cINTEGER_LITTerminalRuleCall = (RuleCall)rule.eContents().get(1);
@@ -1536,9 +1499,6 @@ public class STARElements extends AbstractParserRuleElementFinder {
private final SignedRealElements pSignedReal;
private final NumericRangeTermElements pNumericRangeTerm;
private final NumAltElements pNumAlt;
- private final AppliesToKeywordsElements pAppliesToKeywords;
- private final InBindingKeywordsElements pInBindingKeywords;
- private final InModesKeywordsElements pInModesKeywords;
private final TerminalRule tSL_COMMENT;
private final INTVALUEElements pINTVALUE;
private final TerminalRule tEXPONENT;
@@ -1593,9 +1553,6 @@ public PropertiesGrammarAccess(GrammarProvider grammarProvider) {
this.pSignedReal = new SignedRealElements();
this.pNumericRangeTerm = new NumericRangeTermElements();
this.pNumAlt = new NumAltElements();
- this.pAppliesToKeywords = new AppliesToKeywordsElements();
- this.pInBindingKeywords = new InBindingKeywordsElements();
- this.pInModesKeywords = new InModesKeywordsElements();
this.tSL_COMMENT = (TerminalRule) GrammarUtil.findRuleForName(getGrammar(), "org.osate.xtext.aadl2.properties.Properties.SL_COMMENT");
this.pINTVALUE = new INTVALUEElements();
this.tEXPONENT = (TerminalRule) GrammarUtil.findRuleForName(getGrammar(), "org.osate.xtext.aadl2.properties.Properties.EXPONENT");
@@ -1651,8 +1608,8 @@ public ParserRule getPModelRule() {
//// Properties
//ContainedPropertyAssociation aadl2::PropertyAssociation:
// property=[aadl2::Property|QPREF] ('=>' | append?='+=>') constant?='constant'? (ownedValue+=OptionalModalPropertyValue
- // (',' ownedValue+=OptionalModalPropertyValue)*) (AppliesToKeywords appliesTo+=ContainmentPath (','
- // appliesTo+=ContainmentPath)*)? (InBindingKeywords '(' inBinding+=[aadl2::Classifier|QCREF] ')')?
+ // (',' ownedValue+=OptionalModalPropertyValue)*) ('applies' 'to' appliesTo+=ContainmentPath (','
+ // appliesTo+=ContainmentPath)*)? ('in' 'binding' '(' inBinding+=[aadl2::Classifier|QCREF] ')')?
// ';';
public ContainedPropertyAssociationElements getContainedPropertyAssociationAccess() {
return pContainedPropertyAssociation;
@@ -1664,7 +1621,7 @@ public ParserRule getContainedPropertyAssociationRule() {
//PropertyAssociation aadl2::PropertyAssociation:
// property=[aadl2::Property|QPREF] ('=>' | append?='+=>') constant?='constant'? (ownedValue+=OptionalModalPropertyValue
- // (',' ownedValue+=OptionalModalPropertyValue)*) (InBindingKeywords '(' inBinding+=[aadl2::Classifier|QCREF] ')')?
+ // (',' ownedValue+=OptionalModalPropertyValue)*) ('in' 'binding' '(' inBinding+=[aadl2::Classifier|QCREF] ')')?
// ';';
public PropertyAssociationElements getPropertyAssociationAccess() {
return pPropertyAssociation;
@@ -1701,7 +1658,7 @@ public ParserRule getContainmentPathRule() {
//// namedElement=[aadl2::NamedElement|IDANNEXTEXT];
//ModalPropertyValue aadl2::ModalPropertyValue:
// ownedValue=PropertyExpression
- // InModesKeywords '('
+ // 'in' 'modes' '('
// inMode+=[aadl2::Mode] (',' inMode+=[aadl2::Mode])*
// ')';
public ModalPropertyValueElements getModalPropertyValueAccess() {
@@ -1713,7 +1670,7 @@ public ParserRule getModalPropertyValueRule() {
}
//OptionalModalPropertyValue aadl2::ModalPropertyValue:
- // ownedValue=PropertyExpression (InModesKeywords '('
+ // ownedValue=PropertyExpression ('in' 'modes' '('
// inMode+=[aadl2::Mode] (',' inMode+=[aadl2::Mode])*
// ')')?;
public OptionalModalPropertyValueElements getOptionalModalPropertyValueAccess() {
@@ -2006,36 +1963,6 @@ public ParserRule getNumAltRule() {
return getNumAltAccess().getRule();
}
- //AppliesToKeywords:
- // 'applies' 'to';
- public AppliesToKeywordsElements getAppliesToKeywordsAccess() {
- return pAppliesToKeywords;
- }
-
- public ParserRule getAppliesToKeywordsRule() {
- return getAppliesToKeywordsAccess().getRule();
- }
-
- //InBindingKeywords:
- // 'in' 'binding';
- public InBindingKeywordsElements getInBindingKeywordsAccess() {
- return pInBindingKeywords;
- }
-
- public ParserRule getInBindingKeywordsRule() {
- return getInBindingKeywordsAccess().getRule();
- }
-
- //InModesKeywords:
- // 'in' 'modes';
- public InModesKeywordsElements getInModesKeywordsAccess() {
- return pInModesKeywords;
- }
-
- public ParserRule getInModesKeywordsRule() {
- return getInModesKeywordsAccess().getRule();
- }
-
//terminal SL_COMMENT:
// '--' !('\n' | '\r')* ('\r'? '\n')?;
public TerminalRule getSL_COMMENTRule() {
diff --git a/core/org.osate.xtext.aadl2.properties/src/org/osate/xtext/aadl2/properties/Properties.xtext b/core/org.osate.xtext.aadl2.properties/src/org/osate/xtext/aadl2/properties/Properties.xtext
index 1faf508e1f3..8b8afb1afec 100644
--- a/core/org.osate.xtext.aadl2.properties/src/org/osate/xtext/aadl2/properties/Properties.xtext
+++ b/core/org.osate.xtext.aadl2.properties/src/org/osate/xtext/aadl2/properties/Properties.xtext
@@ -44,10 +44,10 @@ ContainedPropertyAssociation returns aadl2::PropertyAssociation:
ownedValue+=OptionalModalPropertyValue
( ',' ownedValue+=OptionalModalPropertyValue )*
)
- (AppliesToKeywords appliesTo+=ContainmentPath
+ ('applies' 'to' appliesTo+=ContainmentPath
(',' appliesTo+=ContainmentPath)*
)?
- (InBindingKeywords '(' inBinding+=[aadl2::Classifier|QCREF]')')?
+ ('in' 'binding' '(' inBinding+=[aadl2::Classifier|QCREF]')')?
';';
@@ -58,7 +58,7 @@ PropertyAssociation returns aadl2::PropertyAssociation:
ownedValue+=OptionalModalPropertyValue
( ',' ownedValue+=OptionalModalPropertyValue )*
)
- (InBindingKeywords '(' inBinding+=[aadl2::Classifier|QCREF]')')?
+ ('in' 'binding' '(' inBinding+=[aadl2::Classifier|QCREF]')')?
';'
;
@@ -78,7 +78,7 @@ ContainmentPath returns aadl2::ContainedNamedElement:
ModalPropertyValue returns aadl2::ModalPropertyValue:
ownedValue=PropertyExpression
- InModesKeywords '('
+ 'in' 'modes' '('
inMode+=[aadl2::Mode|ID] (',' inMode+=[aadl2::Mode|ID])*
')'
;
@@ -86,7 +86,7 @@ ModalPropertyValue returns aadl2::ModalPropertyValue:
OptionalModalPropertyValue returns aadl2::ModalPropertyValue:
ownedValue=PropertyExpression
// phf made this optional: need to check separately that only the last one is optional
- ( InModesKeywords '('
+ ( 'in' 'modes' '('
inMode+=[aadl2::Mode|ID] (',' inMode+=[aadl2::Mode|ID])*
')')?
;
@@ -236,18 +236,6 @@ NumAlt returns aadl2::PropertyExpression:
RealTerm|IntegerTerm| SignedConstant | ConstantValue
;
-AppliesToKeywords:
- 'applies' 'to'
-;
-
-InBindingKeywords:
- 'in' 'binding'
-;
-
-InModesKeywords:
- 'in' 'modes'
-;
-
terminal SL_COMMENT:
'--' !('\n' | '\r')* ('\r'? '\n')?;
diff --git a/core/org.osate.xtext.aadl2.properties/src/org/osate/xtext/aadl2/properties/formatting2/PropertiesFormatter.xtend b/core/org.osate.xtext.aadl2.properties/src/org/osate/xtext/aadl2/properties/formatting2/PropertiesFormatter.xtend
index a9e7fa8dd08..c2d1f3eec2b 100644
--- a/core/org.osate.xtext.aadl2.properties/src/org/osate/xtext/aadl2/properties/formatting2/PropertiesFormatter.xtend
+++ b/core/org.osate.xtext.aadl2.properties/src/org/osate/xtext/aadl2/properties/formatting2/PropertiesFormatter.xtend
@@ -72,13 +72,13 @@ class PropertiesFormatter extends AbstractFormatter2 {
modalPropertyValue.ownedValue.format(document)
//OptionalModalPropertyValue
- val leftParenthesis = modalPropertyValue.regionFor.keyword(optionalModalPropertyValueAccess.leftParenthesisKeyword_1_1)
- val rightParenthesis = modalPropertyValue.regionFor.keyword(optionalModalPropertyValueAccess.rightParenthesisKeyword_1_4)
+ val leftParenthesis = modalPropertyValue.regionFor.keyword(optionalModalPropertyValueAccess.leftParenthesisKeyword_1_2)
+ val rightParenthesis = modalPropertyValue.regionFor.keyword(optionalModalPropertyValueAccess.rightParenthesisKeyword_1_5)
if (leftParenthesis !== null && rightParenthesis !== null) {
- modalPropertyValue.regionFor.keyword(inModesKeywordsAccess.inKeyword_0).surround[oneSpace]
+ modalPropertyValue.regionFor.keyword(optionalModalPropertyValueAccess.inKeyword_1_0).surround[oneSpace]
interior(leftParenthesis, rightParenthesis, [indent])
leftParenthesis.prepend[oneSpace].append[noSpace; setNewLines(0, 0, 1); autowrap]
- modalPropertyValue.regionFor.keywords(optionalModalPropertyValueAccess.commaKeyword_1_3_0).forEach[
+ modalPropertyValue.regionFor.keywords(optionalModalPropertyValueAccess.commaKeyword_1_4_0).forEach[
prepend[noSpace].append[oneSpace; setNewLines(0, 0, 1); autowrap]
]
if (rightParenthesis.previousHiddenRegion.multiline) {
diff --git a/core/org.osate.xtext.aadl2.properties/src/org/osate/xtext/aadl2/properties/serializer/PropertiesSyntacticSequencer.java b/core/org.osate.xtext.aadl2.properties/src/org/osate/xtext/aadl2/properties/serializer/PropertiesSyntacticSequencer.java
index 32022cb1f6f..fbfdc2575fd 100644
--- a/core/org.osate.xtext.aadl2.properties/src/org/osate/xtext/aadl2/properties/serializer/PropertiesSyntacticSequencer.java
+++ b/core/org.osate.xtext.aadl2.properties/src/org/osate/xtext/aadl2/properties/serializer/PropertiesSyntacticSequencer.java
@@ -23,48 +23,5 @@
*/
package org.osate.xtext.aadl2.properties.serializer;
-import org.eclipse.emf.ecore.EObject;
-import org.eclipse.xtext.RuleCall;
-import org.eclipse.xtext.nodemodel.INode;
-
public class PropertiesSyntacticSequencer extends AbstractPropertiesSyntacticSequencer {
- /**
- * AppliesToKeywords:
- * 'applies' 'to'
- * ;
- */
- @Override
- protected String getAppliesToKeywordsToken(EObject semanticObject, RuleCall ruleCall, INode node) {
- if (node != null) {
- return getTokenText(node);
- }
- return "applies to";
- }
-
- /**
- * InBindingKeywords:
- * 'in' 'binding'
- * ;
- */
- @Override
- protected String getInBindingKeywordsToken(EObject semanticObject, RuleCall ruleCall, INode node) {
- if (node != null) {
- return getTokenText(node);
- }
- return "in binding";
- }
-
- /**
- * InModesKeywords:
- * 'in' 'modes'
- * ;
- */
- @Override
- protected String getInModesKeywordsToken(EObject semanticObject, RuleCall ruleCall, INode node) {
- if (node != null) {
- return getTokenText(node);
- }
- return "in modes";
- }
-
}
diff --git a/core/org.osate.xtext.aadl2.ui/META-INF/MANIFEST.MF b/core/org.osate.xtext.aadl2.ui/META-INF/MANIFEST.MF
index a32b6acb089..9f41a62685f 100644
--- a/core/org.osate.xtext.aadl2.ui/META-INF/MANIFEST.MF
+++ b/core/org.osate.xtext.aadl2.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Aadl2 Xtext UI
Bundle-Vendor: CMU/SEI
-Bundle-Version: 6.0.1.qualifier
+Bundle-Version: 7.0.0.qualifier
Bundle-SymbolicName: org.osate.xtext.aadl2.ui;singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.ui.editors;bundle-version="[3.7.0,4.0.0)",
@@ -19,16 +19,16 @@ Require-Bundle: org.eclipse.ui.editors;bundle-version="[3.7.0,4.0.0)",
org.eclipse.xtext.common.types.ui;bundle-version="[2.20.0,3.0.0)",
org.eclipse.xtext.ui;bundle-version="[2.20.0,3.0.0)",
org.eclipse.xtext.ui.shared;bundle-version="[2.20.0,3.0.0)",
- org.osate.xtext.aadl2;bundle-version="[6.0.0,7.0.0)";visibility:=reexport,
- org.osate.xtext.aadl2.properties;bundle-version="[3.0.0,4.0.0)";visibility:=reexport,
- org.osate.xtext.aadl2.properties.ui;bundle-version="[4.0.0,5.0.0)";visibility:=reexport,
+ org.osate.xtext.aadl2;bundle-version="[7.0.0,8.0.0)";visibility:=reexport,
+ org.osate.xtext.aadl2.properties;bundle-version="[4.0.0,5.0.0)";visibility:=reexport,
+ org.osate.xtext.aadl2.properties.ui;bundle-version="[5.0.0,6.0.0)";visibility:=reexport,
org.eclipse.emf.transaction;bundle-version="[1.4.0,2.0.0)",
org.osate.annexsupport;bundle-version="[3.1.0,4.0.0)",
org.eclipse.xtext.ui.codetemplates.ui;bundle-version="[2.20.0,3.0.0)",
org.eclipse.ui.navigator;bundle-version="[3.9.0,4.0.0)",
org.eclipse.xtext.xbase.lib;bundle-version="[2.20.0,3.0.0)",
org.eclipse.xtend.lib;bundle-version="[2.20.0,3.0.0)",
- org.osate.pluginsupport;bundle-version="[6.0.0,7.0.0)",
+ org.osate.pluginsupport;bundle-version="[7.0.0,8.0.0)",
org.eclipse.jdt.core;bundle-version="[3.13.0,4.0.0)",
org.yakindu.base.xtext.utils.jface;bundle-version="[3.5.9,4.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/core/org.osate.xtext.aadl2.ui/pom.xml b/core/org.osate.xtext.aadl2.ui/pom.xml
index 84315f8d3b6..b4500c74501 100644
--- a/core/org.osate.xtext.aadl2.ui/pom.xml
+++ b/core/org.osate.xtext.aadl2.ui/pom.xml
@@ -12,7 +12,7 @@
org.osate
org.osate.xtext.aadl2.ui
- 6.0.1-SNAPSHOT
+ 7.0.0-SNAPSHOT
eclipse-plugin
diff --git a/core/org.osate.xtext.aadl2.ui/src-gen/org/osate/xtext/aadl2/ide/contentassist/antlr/Aadl2Parser.java b/core/org.osate.xtext.aadl2.ui/src-gen/org/osate/xtext/aadl2/ide/contentassist/antlr/Aadl2Parser.java
index 89d98d88faf..05ab4106e76 100644
--- a/core/org.osate.xtext.aadl2.ui/src-gen/org/osate/xtext/aadl2/ide/contentassist/antlr/Aadl2Parser.java
+++ b/core/org.osate.xtext.aadl2.ui/src-gen/org/osate/xtext/aadl2/ide/contentassist/antlr/Aadl2Parser.java
@@ -75,14 +75,14 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getProcessTypeAccess().getAlternatives_6_1_1(), "rule__ProcessType__Alternatives_6_1_1");
builder.put(grammarAccess.getProcessTypeAccess().getAlternatives_6_1_1_0(), "rule__ProcessType__Alternatives_6_1_1_0");
builder.put(grammarAccess.getProcessTypeAccess().getAlternatives_7_1(), "rule__ProcessType__Alternatives_7_1");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getAlternatives_3_1(), "rule__ThreadGroupType__Alternatives_3_1");
builder.put(grammarAccess.getThreadGroupTypeAccess().getAlternatives_4_1(), "rule__ThreadGroupType__Alternatives_4_1");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getAlternatives_4_1_1(), "rule__ThreadGroupType__Alternatives_4_1_1");
builder.put(grammarAccess.getThreadGroupTypeAccess().getAlternatives_5_1(), "rule__ThreadGroupType__Alternatives_5_1");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getAlternatives_6(), "rule__ThreadGroupType__Alternatives_6");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getAlternatives_6_1_1(), "rule__ThreadGroupType__Alternatives_6_1_1");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getAlternatives_6_1_1_0(), "rule__ThreadGroupType__Alternatives_6_1_1_0");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getAlternatives_7_1(), "rule__ThreadGroupType__Alternatives_7_1");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getAlternatives_5_1_1(), "rule__ThreadGroupType__Alternatives_5_1_1");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getAlternatives_6_1(), "rule__ThreadGroupType__Alternatives_6_1");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getAlternatives_7(), "rule__ThreadGroupType__Alternatives_7");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getAlternatives_7_1_1(), "rule__ThreadGroupType__Alternatives_7_1_1");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getAlternatives_7_1_1_0(), "rule__ThreadGroupType__Alternatives_7_1_1_0");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getAlternatives_8_1(), "rule__ThreadGroupType__Alternatives_8_1");
builder.put(grammarAccess.getThreadTypeAccess().getAlternatives_3_1(), "rule__ThreadType__Alternatives_3_1");
builder.put(grammarAccess.getThreadTypeAccess().getAlternatives_4_1(), "rule__ThreadType__Alternatives_4_1");
builder.put(grammarAccess.getThreadTypeAccess().getAlternatives_4_1_1(), "rule__ThreadType__Alternatives_4_1_1");
@@ -99,11 +99,11 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getSubprogramTypeAccess().getAlternatives_6_1_1(), "rule__SubprogramType__Alternatives_6_1_1");
builder.put(grammarAccess.getSubprogramTypeAccess().getAlternatives_6_1_1_0(), "rule__SubprogramType__Alternatives_6_1_1_0");
builder.put(grammarAccess.getSubprogramTypeAccess().getAlternatives_7_1(), "rule__SubprogramType__Alternatives_7_1");
- builder.put(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_3_1(), "rule__SubprogramGroupType__Alternatives_3_1");
builder.put(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_4_1(), "rule__SubprogramGroupType__Alternatives_4_1");
- builder.put(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_4_1_1(), "rule__SubprogramGroupType__Alternatives_4_1_1");
builder.put(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_5_1(), "rule__SubprogramGroupType__Alternatives_5_1");
+ builder.put(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_5_1_1(), "rule__SubprogramGroupType__Alternatives_5_1_1");
builder.put(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_6_1(), "rule__SubprogramGroupType__Alternatives_6_1");
+ builder.put(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_7_1(), "rule__SubprogramGroupType__Alternatives_7_1");
builder.put(grammarAccess.getProcessorTypeAccess().getAlternatives_3_1(), "rule__ProcessorType__Alternatives_3_1");
builder.put(grammarAccess.getProcessorTypeAccess().getAlternatives_4_1(), "rule__ProcessorType__Alternatives_4_1");
builder.put(grammarAccess.getProcessorTypeAccess().getAlternatives_4_1_1(), "rule__ProcessorType__Alternatives_4_1_1");
@@ -134,21 +134,21 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getBusTypeAccess().getAlternatives_5_1_1(), "rule__BusType__Alternatives_5_1_1");
builder.put(grammarAccess.getBusTypeAccess().getAlternatives_5_1_1_0(), "rule__BusType__Alternatives_5_1_1_0");
builder.put(grammarAccess.getBusTypeAccess().getAlternatives_6_1(), "rule__BusType__Alternatives_6_1");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getAlternatives_3_1(), "rule__VirtualBusType__Alternatives_3_1");
builder.put(grammarAccess.getVirtualBusTypeAccess().getAlternatives_4_1(), "rule__VirtualBusType__Alternatives_4_1");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getAlternatives_4_1_1(), "rule__VirtualBusType__Alternatives_4_1_1");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getAlternatives_5(), "rule__VirtualBusType__Alternatives_5");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getAlternatives_5_1(), "rule__VirtualBusType__Alternatives_5_1");
builder.put(grammarAccess.getVirtualBusTypeAccess().getAlternatives_5_1_1(), "rule__VirtualBusType__Alternatives_5_1_1");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getAlternatives_5_1_1_0(), "rule__VirtualBusType__Alternatives_5_1_1_0");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getAlternatives_6_1(), "rule__VirtualBusType__Alternatives_6_1");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_3_1(), "rule__VirtualProcessorType__Alternatives_3_1");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getAlternatives_6(), "rule__VirtualBusType__Alternatives_6");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getAlternatives_6_1_1(), "rule__VirtualBusType__Alternatives_6_1_1");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getAlternatives_6_1_1_0(), "rule__VirtualBusType__Alternatives_6_1_1_0");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getAlternatives_7_1(), "rule__VirtualBusType__Alternatives_7_1");
builder.put(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_4_1(), "rule__VirtualProcessorType__Alternatives_4_1");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_4_1_1(), "rule__VirtualProcessorType__Alternatives_4_1_1");
builder.put(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_5_1(), "rule__VirtualProcessorType__Alternatives_5_1");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_6(), "rule__VirtualProcessorType__Alternatives_6");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_6_1_1(), "rule__VirtualProcessorType__Alternatives_6_1_1");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_6_1_1_0(), "rule__VirtualProcessorType__Alternatives_6_1_1_0");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_7_1(), "rule__VirtualProcessorType__Alternatives_7_1");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_5_1_1(), "rule__VirtualProcessorType__Alternatives_5_1_1");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_6_1(), "rule__VirtualProcessorType__Alternatives_6_1");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_7(), "rule__VirtualProcessorType__Alternatives_7");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_7_1_1(), "rule__VirtualProcessorType__Alternatives_7_1_1");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_7_1_1_0(), "rule__VirtualProcessorType__Alternatives_7_1_1_0");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_8_1(), "rule__VirtualProcessorType__Alternatives_8_1");
builder.put(grammarAccess.getDataTypeAccess().getAlternatives_3_1(), "rule__DataType__Alternatives_3_1");
builder.put(grammarAccess.getDataTypeAccess().getAlternatives_4_1(), "rule__DataType__Alternatives_4_1");
builder.put(grammarAccess.getDataTypeAccess().getAlternatives_4_1_1(), "rule__DataType__Alternatives_4_1_1");
@@ -158,160 +158,160 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getDataTypeAccess().getAlternatives_6_1_1_0(), "rule__DataType__Alternatives_6_1_1_0");
builder.put(grammarAccess.getDataTypeAccess().getAlternatives_7_1(), "rule__DataType__Alternatives_7_1");
builder.put(grammarAccess.getComponentImplementationAccess().getAlternatives(), "rule__ComponentImplementation__Alternatives");
- builder.put(grammarAccess.getAbstractImplementationAccess().getAlternatives_6_1(), "rule__AbstractImplementation__Alternatives_6_1");
builder.put(grammarAccess.getAbstractImplementationAccess().getAlternatives_7_1(), "rule__AbstractImplementation__Alternatives_7_1");
- builder.put(grammarAccess.getAbstractImplementationAccess().getAlternatives_7_1_0(), "rule__AbstractImplementation__Alternatives_7_1_0");
builder.put(grammarAccess.getAbstractImplementationAccess().getAlternatives_8_1(), "rule__AbstractImplementation__Alternatives_8_1");
- builder.put(grammarAccess.getAbstractImplementationAccess().getAlternatives_9_1(), "rule__AbstractImplementation__Alternatives_9_1");
- builder.put(grammarAccess.getAbstractImplementationAccess().getAlternatives_10_1(), "rule__AbstractImplementation__Alternatives_10_1");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getAlternatives_8_1_0(), "rule__AbstractImplementation__Alternatives_8_1_0");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getAlternatives_9_2(), "rule__AbstractImplementation__Alternatives_9_2");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getAlternatives_10_2(), "rule__AbstractImplementation__Alternatives_10_2");
builder.put(grammarAccess.getAbstractImplementationAccess().getAlternatives_11_1(), "rule__AbstractImplementation__Alternatives_11_1");
- builder.put(grammarAccess.getAbstractImplementationAccess().getAlternatives_11_1_0(), "rule__AbstractImplementation__Alternatives_11_1_0");
builder.put(grammarAccess.getAbstractImplementationAccess().getAlternatives_12_1(), "rule__AbstractImplementation__Alternatives_12_1");
builder.put(grammarAccess.getAbstractImplementationAccess().getAlternatives_12_1_0(), "rule__AbstractImplementation__Alternatives_12_1_0");
builder.put(grammarAccess.getAbstractImplementationAccess().getAlternatives_13_1(), "rule__AbstractImplementation__Alternatives_13_1");
builder.put(grammarAccess.getAbstractImplementationAccess().getAlternatives_13_1_0(), "rule__AbstractImplementation__Alternatives_13_1_0");
builder.put(grammarAccess.getAbstractImplementationAccess().getAlternatives_14_1(), "rule__AbstractImplementation__Alternatives_14_1");
- builder.put(grammarAccess.getSystemImplementationAccess().getAlternatives_6_1(), "rule__SystemImplementation__Alternatives_6_1");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getAlternatives_14_1_0(), "rule__AbstractImplementation__Alternatives_14_1_0");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getAlternatives_15_1(), "rule__AbstractImplementation__Alternatives_15_1");
builder.put(grammarAccess.getSystemImplementationAccess().getAlternatives_7_1(), "rule__SystemImplementation__Alternatives_7_1");
- builder.put(grammarAccess.getSystemImplementationAccess().getAlternatives_7_1_0(), "rule__SystemImplementation__Alternatives_7_1_0");
builder.put(grammarAccess.getSystemImplementationAccess().getAlternatives_8_1(), "rule__SystemImplementation__Alternatives_8_1");
- builder.put(grammarAccess.getSystemImplementationAccess().getAlternatives_9_1(), "rule__SystemImplementation__Alternatives_9_1");
- builder.put(grammarAccess.getSystemImplementationAccess().getAlternatives_10_1(), "rule__SystemImplementation__Alternatives_10_1");
- builder.put(grammarAccess.getSystemImplementationAccess().getAlternatives_10_1_0(), "rule__SystemImplementation__Alternatives_10_1_0");
+ builder.put(grammarAccess.getSystemImplementationAccess().getAlternatives_8_1_0(), "rule__SystemImplementation__Alternatives_8_1_0");
+ builder.put(grammarAccess.getSystemImplementationAccess().getAlternatives_9_2(), "rule__SystemImplementation__Alternatives_9_2");
+ builder.put(grammarAccess.getSystemImplementationAccess().getAlternatives_10_2(), "rule__SystemImplementation__Alternatives_10_2");
builder.put(grammarAccess.getSystemImplementationAccess().getAlternatives_11_1(), "rule__SystemImplementation__Alternatives_11_1");
builder.put(grammarAccess.getSystemImplementationAccess().getAlternatives_11_1_0(), "rule__SystemImplementation__Alternatives_11_1_0");
builder.put(grammarAccess.getSystemImplementationAccess().getAlternatives_12_1(), "rule__SystemImplementation__Alternatives_12_1");
builder.put(grammarAccess.getSystemImplementationAccess().getAlternatives_12_1_0(), "rule__SystemImplementation__Alternatives_12_1_0");
builder.put(grammarAccess.getSystemImplementationAccess().getAlternatives_13_1(), "rule__SystemImplementation__Alternatives_13_1");
- builder.put(grammarAccess.getProcessImplementationAccess().getAlternatives_6_1(), "rule__ProcessImplementation__Alternatives_6_1");
+ builder.put(grammarAccess.getSystemImplementationAccess().getAlternatives_13_1_0(), "rule__SystemImplementation__Alternatives_13_1_0");
+ builder.put(grammarAccess.getSystemImplementationAccess().getAlternatives_14_1(), "rule__SystemImplementation__Alternatives_14_1");
builder.put(grammarAccess.getProcessImplementationAccess().getAlternatives_7_1(), "rule__ProcessImplementation__Alternatives_7_1");
- builder.put(grammarAccess.getProcessImplementationAccess().getAlternatives_7_1_0(), "rule__ProcessImplementation__Alternatives_7_1_0");
builder.put(grammarAccess.getProcessImplementationAccess().getAlternatives_8_1(), "rule__ProcessImplementation__Alternatives_8_1");
- builder.put(grammarAccess.getProcessImplementationAccess().getAlternatives_9_1(), "rule__ProcessImplementation__Alternatives_9_1");
- builder.put(grammarAccess.getProcessImplementationAccess().getAlternatives_10_1(), "rule__ProcessImplementation__Alternatives_10_1");
- builder.put(grammarAccess.getProcessImplementationAccess().getAlternatives_10_1_0(), "rule__ProcessImplementation__Alternatives_10_1_0");
+ builder.put(grammarAccess.getProcessImplementationAccess().getAlternatives_8_1_0(), "rule__ProcessImplementation__Alternatives_8_1_0");
+ builder.put(grammarAccess.getProcessImplementationAccess().getAlternatives_9_2(), "rule__ProcessImplementation__Alternatives_9_2");
+ builder.put(grammarAccess.getProcessImplementationAccess().getAlternatives_10_2(), "rule__ProcessImplementation__Alternatives_10_2");
builder.put(grammarAccess.getProcessImplementationAccess().getAlternatives_11_1(), "rule__ProcessImplementation__Alternatives_11_1");
builder.put(grammarAccess.getProcessImplementationAccess().getAlternatives_11_1_0(), "rule__ProcessImplementation__Alternatives_11_1_0");
builder.put(grammarAccess.getProcessImplementationAccess().getAlternatives_12_1(), "rule__ProcessImplementation__Alternatives_12_1");
builder.put(grammarAccess.getProcessImplementationAccess().getAlternatives_12_1_0(), "rule__ProcessImplementation__Alternatives_12_1_0");
builder.put(grammarAccess.getProcessImplementationAccess().getAlternatives_13_1(), "rule__ProcessImplementation__Alternatives_13_1");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_6_1(), "rule__ThreadGroupImplementation__Alternatives_6_1");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_7_1(), "rule__ThreadGroupImplementation__Alternatives_7_1");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_7_1_0(), "rule__ThreadGroupImplementation__Alternatives_7_1_0");
+ builder.put(grammarAccess.getProcessImplementationAccess().getAlternatives_13_1_0(), "rule__ProcessImplementation__Alternatives_13_1_0");
+ builder.put(grammarAccess.getProcessImplementationAccess().getAlternatives_14_1(), "rule__ProcessImplementation__Alternatives_14_1");
builder.put(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_8_1(), "rule__ThreadGroupImplementation__Alternatives_8_1");
builder.put(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_9_1(), "rule__ThreadGroupImplementation__Alternatives_9_1");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_10_1(), "rule__ThreadGroupImplementation__Alternatives_10_1");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_10_1_0(), "rule__ThreadGroupImplementation__Alternatives_10_1_0");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_11_1(), "rule__ThreadGroupImplementation__Alternatives_11_1");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_11_1_0(), "rule__ThreadGroupImplementation__Alternatives_11_1_0");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_9_1_0(), "rule__ThreadGroupImplementation__Alternatives_9_1_0");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_10_2(), "rule__ThreadGroupImplementation__Alternatives_10_2");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_11_2(), "rule__ThreadGroupImplementation__Alternatives_11_2");
builder.put(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_12_1(), "rule__ThreadGroupImplementation__Alternatives_12_1");
builder.put(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_12_1_0(), "rule__ThreadGroupImplementation__Alternatives_12_1_0");
builder.put(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_13_1(), "rule__ThreadGroupImplementation__Alternatives_13_1");
- builder.put(grammarAccess.getThreadImplementationAccess().getAlternatives_6_1(), "rule__ThreadImplementation__Alternatives_6_1");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_13_1_0(), "rule__ThreadGroupImplementation__Alternatives_13_1_0");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_14_1(), "rule__ThreadGroupImplementation__Alternatives_14_1");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_14_1_0(), "rule__ThreadGroupImplementation__Alternatives_14_1_0");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_15_1(), "rule__ThreadGroupImplementation__Alternatives_15_1");
builder.put(grammarAccess.getThreadImplementationAccess().getAlternatives_7_1(), "rule__ThreadImplementation__Alternatives_7_1");
- builder.put(grammarAccess.getThreadImplementationAccess().getAlternatives_7_1_0(), "rule__ThreadImplementation__Alternatives_7_1_0");
builder.put(grammarAccess.getThreadImplementationAccess().getAlternatives_8_1(), "rule__ThreadImplementation__Alternatives_8_1");
- builder.put(grammarAccess.getThreadImplementationAccess().getAlternatives_9_1(), "rule__ThreadImplementation__Alternatives_9_1");
- builder.put(grammarAccess.getThreadImplementationAccess().getAlternatives_10_1(), "rule__ThreadImplementation__Alternatives_10_1");
+ builder.put(grammarAccess.getThreadImplementationAccess().getAlternatives_8_1_0(), "rule__ThreadImplementation__Alternatives_8_1_0");
+ builder.put(grammarAccess.getThreadImplementationAccess().getAlternatives_9_2(), "rule__ThreadImplementation__Alternatives_9_2");
+ builder.put(grammarAccess.getThreadImplementationAccess().getAlternatives_10_2(), "rule__ThreadImplementation__Alternatives_10_2");
builder.put(grammarAccess.getThreadImplementationAccess().getAlternatives_11_1(), "rule__ThreadImplementation__Alternatives_11_1");
- builder.put(grammarAccess.getThreadImplementationAccess().getAlternatives_11_1_0(), "rule__ThreadImplementation__Alternatives_11_1_0");
builder.put(grammarAccess.getThreadImplementationAccess().getAlternatives_12_1(), "rule__ThreadImplementation__Alternatives_12_1");
builder.put(grammarAccess.getThreadImplementationAccess().getAlternatives_12_1_0(), "rule__ThreadImplementation__Alternatives_12_1_0");
builder.put(grammarAccess.getThreadImplementationAccess().getAlternatives_13_1(), "rule__ThreadImplementation__Alternatives_13_1");
builder.put(grammarAccess.getThreadImplementationAccess().getAlternatives_13_1_0(), "rule__ThreadImplementation__Alternatives_13_1_0");
builder.put(grammarAccess.getThreadImplementationAccess().getAlternatives_14_1(), "rule__ThreadImplementation__Alternatives_14_1");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getAlternatives_6_1(), "rule__SubprogramImplementation__Alternatives_6_1");
+ builder.put(grammarAccess.getThreadImplementationAccess().getAlternatives_14_1_0(), "rule__ThreadImplementation__Alternatives_14_1_0");
+ builder.put(grammarAccess.getThreadImplementationAccess().getAlternatives_15_1(), "rule__ThreadImplementation__Alternatives_15_1");
builder.put(grammarAccess.getSubprogramImplementationAccess().getAlternatives_7_1(), "rule__SubprogramImplementation__Alternatives_7_1");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getAlternatives_7_1_0(), "rule__SubprogramImplementation__Alternatives_7_1_0");
builder.put(grammarAccess.getSubprogramImplementationAccess().getAlternatives_8_1(), "rule__SubprogramImplementation__Alternatives_8_1");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getAlternatives_9_1(), "rule__SubprogramImplementation__Alternatives_9_1");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getAlternatives_10_1(), "rule__SubprogramImplementation__Alternatives_10_1");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getAlternatives_8_1_0(), "rule__SubprogramImplementation__Alternatives_8_1_0");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getAlternatives_9_2(), "rule__SubprogramImplementation__Alternatives_9_2");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getAlternatives_10_2(), "rule__SubprogramImplementation__Alternatives_10_2");
builder.put(grammarAccess.getSubprogramImplementationAccess().getAlternatives_11_1(), "rule__SubprogramImplementation__Alternatives_11_1");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getAlternatives_11_1_0(), "rule__SubprogramImplementation__Alternatives_11_1_0");
builder.put(grammarAccess.getSubprogramImplementationAccess().getAlternatives_12_1(), "rule__SubprogramImplementation__Alternatives_12_1");
builder.put(grammarAccess.getSubprogramImplementationAccess().getAlternatives_12_1_0(), "rule__SubprogramImplementation__Alternatives_12_1_0");
builder.put(grammarAccess.getSubprogramImplementationAccess().getAlternatives_13_1(), "rule__SubprogramImplementation__Alternatives_13_1");
builder.put(grammarAccess.getSubprogramImplementationAccess().getAlternatives_13_1_0(), "rule__SubprogramImplementation__Alternatives_13_1_0");
builder.put(grammarAccess.getSubprogramImplementationAccess().getAlternatives_14_1(), "rule__SubprogramImplementation__Alternatives_14_1");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_6_1(), "rule__SubprogramGroupImplementation__Alternatives_6_1");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_7_1(), "rule__SubprogramGroupImplementation__Alternatives_7_1");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_7_1_0(), "rule__SubprogramGroupImplementation__Alternatives_7_1_0");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getAlternatives_14_1_0(), "rule__SubprogramImplementation__Alternatives_14_1_0");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getAlternatives_15_1(), "rule__SubprogramImplementation__Alternatives_15_1");
builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_8_1(), "rule__SubprogramGroupImplementation__Alternatives_8_1");
builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_9_1(), "rule__SubprogramGroupImplementation__Alternatives_9_1");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_10_1(), "rule__SubprogramGroupImplementation__Alternatives_10_1");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_10_1_0(), "rule__SubprogramGroupImplementation__Alternatives_10_1_0");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_11_1(), "rule__SubprogramGroupImplementation__Alternatives_11_1");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_11_1_0(), "rule__SubprogramGroupImplementation__Alternatives_11_1_0");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_9_1_0(), "rule__SubprogramGroupImplementation__Alternatives_9_1_0");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_10_2(), "rule__SubprogramGroupImplementation__Alternatives_10_2");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_11_2(), "rule__SubprogramGroupImplementation__Alternatives_11_2");
builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_12_1(), "rule__SubprogramGroupImplementation__Alternatives_12_1");
- builder.put(grammarAccess.getProcessorImplementationAccess().getAlternatives_6_1(), "rule__ProcessorImplementation__Alternatives_6_1");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_12_1_0(), "rule__SubprogramGroupImplementation__Alternatives_12_1_0");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_13_1(), "rule__SubprogramGroupImplementation__Alternatives_13_1");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_13_1_0(), "rule__SubprogramGroupImplementation__Alternatives_13_1_0");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_14_1(), "rule__SubprogramGroupImplementation__Alternatives_14_1");
builder.put(grammarAccess.getProcessorImplementationAccess().getAlternatives_7_1(), "rule__ProcessorImplementation__Alternatives_7_1");
- builder.put(grammarAccess.getProcessorImplementationAccess().getAlternatives_7_1_0(), "rule__ProcessorImplementation__Alternatives_7_1_0");
builder.put(grammarAccess.getProcessorImplementationAccess().getAlternatives_8_1(), "rule__ProcessorImplementation__Alternatives_8_1");
- builder.put(grammarAccess.getProcessorImplementationAccess().getAlternatives_9_1(), "rule__ProcessorImplementation__Alternatives_9_1");
- builder.put(grammarAccess.getProcessorImplementationAccess().getAlternatives_9_1_0(), "rule__ProcessorImplementation__Alternatives_9_1_0");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getAlternatives_8_1_0(), "rule__ProcessorImplementation__Alternatives_8_1_0");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getAlternatives_9_2(), "rule__ProcessorImplementation__Alternatives_9_2");
builder.put(grammarAccess.getProcessorImplementationAccess().getAlternatives_10_1(), "rule__ProcessorImplementation__Alternatives_10_1");
builder.put(grammarAccess.getProcessorImplementationAccess().getAlternatives_10_1_0(), "rule__ProcessorImplementation__Alternatives_10_1_0");
builder.put(grammarAccess.getProcessorImplementationAccess().getAlternatives_11_1(), "rule__ProcessorImplementation__Alternatives_11_1");
builder.put(grammarAccess.getProcessorImplementationAccess().getAlternatives_11_1_0(), "rule__ProcessorImplementation__Alternatives_11_1_0");
builder.put(grammarAccess.getProcessorImplementationAccess().getAlternatives_12_1(), "rule__ProcessorImplementation__Alternatives_12_1");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_6_1(), "rule__VirtualProcessorImplementation__Alternatives_6_1");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_7_1(), "rule__VirtualProcessorImplementation__Alternatives_7_1");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_7_1_0(), "rule__VirtualProcessorImplementation__Alternatives_7_1_0");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getAlternatives_12_1_0(), "rule__ProcessorImplementation__Alternatives_12_1_0");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getAlternatives_13_1(), "rule__ProcessorImplementation__Alternatives_13_1");
builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_8_1(), "rule__VirtualProcessorImplementation__Alternatives_8_1");
builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_9_1(), "rule__VirtualProcessorImplementation__Alternatives_9_1");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_10_1(), "rule__VirtualProcessorImplementation__Alternatives_10_1");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_10_1_0(), "rule__VirtualProcessorImplementation__Alternatives_10_1_0");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_11_1(), "rule__VirtualProcessorImplementation__Alternatives_11_1");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_11_1_0(), "rule__VirtualProcessorImplementation__Alternatives_11_1_0");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_9_1_0(), "rule__VirtualProcessorImplementation__Alternatives_9_1_0");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_10_2(), "rule__VirtualProcessorImplementation__Alternatives_10_2");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_11_2(), "rule__VirtualProcessorImplementation__Alternatives_11_2");
builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_12_1(), "rule__VirtualProcessorImplementation__Alternatives_12_1");
builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_12_1_0(), "rule__VirtualProcessorImplementation__Alternatives_12_1_0");
builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_13_1(), "rule__VirtualProcessorImplementation__Alternatives_13_1");
- builder.put(grammarAccess.getDeviceImplementationAccess().getAlternatives_6_1(), "rule__DeviceImplementation__Alternatives_6_1");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_13_1_0(), "rule__VirtualProcessorImplementation__Alternatives_13_1_0");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_14_1(), "rule__VirtualProcessorImplementation__Alternatives_14_1");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_14_1_0(), "rule__VirtualProcessorImplementation__Alternatives_14_1_0");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_15_1(), "rule__VirtualProcessorImplementation__Alternatives_15_1");
builder.put(grammarAccess.getDeviceImplementationAccess().getAlternatives_7_1(), "rule__DeviceImplementation__Alternatives_7_1");
- builder.put(grammarAccess.getDeviceImplementationAccess().getAlternatives_7_1_0(), "rule__DeviceImplementation__Alternatives_7_1_0");
builder.put(grammarAccess.getDeviceImplementationAccess().getAlternatives_8_1(), "rule__DeviceImplementation__Alternatives_8_1");
- builder.put(grammarAccess.getDeviceImplementationAccess().getAlternatives_9_1(), "rule__DeviceImplementation__Alternatives_9_1");
- builder.put(grammarAccess.getDeviceImplementationAccess().getAlternatives_10_1(), "rule__DeviceImplementation__Alternatives_10_1");
- builder.put(grammarAccess.getDeviceImplementationAccess().getAlternatives_10_1_0(), "rule__DeviceImplementation__Alternatives_10_1_0");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getAlternatives_8_1_0(), "rule__DeviceImplementation__Alternatives_8_1_0");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getAlternatives_9_2(), "rule__DeviceImplementation__Alternatives_9_2");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getAlternatives_10_2(), "rule__DeviceImplementation__Alternatives_10_2");
builder.put(grammarAccess.getDeviceImplementationAccess().getAlternatives_11_1(), "rule__DeviceImplementation__Alternatives_11_1");
builder.put(grammarAccess.getDeviceImplementationAccess().getAlternatives_11_1_0(), "rule__DeviceImplementation__Alternatives_11_1_0");
builder.put(grammarAccess.getDeviceImplementationAccess().getAlternatives_12_1(), "rule__DeviceImplementation__Alternatives_12_1");
builder.put(grammarAccess.getDeviceImplementationAccess().getAlternatives_12_1_0(), "rule__DeviceImplementation__Alternatives_12_1_0");
builder.put(grammarAccess.getDeviceImplementationAccess().getAlternatives_13_1(), "rule__DeviceImplementation__Alternatives_13_1");
- builder.put(grammarAccess.getMemoryImplementationAccess().getAlternatives_6_1(), "rule__MemoryImplementation__Alternatives_6_1");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getAlternatives_13_1_0(), "rule__DeviceImplementation__Alternatives_13_1_0");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getAlternatives_14_1(), "rule__DeviceImplementation__Alternatives_14_1");
builder.put(grammarAccess.getMemoryImplementationAccess().getAlternatives_7_1(), "rule__MemoryImplementation__Alternatives_7_1");
- builder.put(grammarAccess.getMemoryImplementationAccess().getAlternatives_7_1_0(), "rule__MemoryImplementation__Alternatives_7_1_0");
builder.put(grammarAccess.getMemoryImplementationAccess().getAlternatives_8_1(), "rule__MemoryImplementation__Alternatives_8_1");
- builder.put(grammarAccess.getMemoryImplementationAccess().getAlternatives_9_1(), "rule__MemoryImplementation__Alternatives_9_1");
- builder.put(grammarAccess.getMemoryImplementationAccess().getAlternatives_9_1_0(), "rule__MemoryImplementation__Alternatives_9_1_0");
+ builder.put(grammarAccess.getMemoryImplementationAccess().getAlternatives_8_1_0(), "rule__MemoryImplementation__Alternatives_8_1_0");
+ builder.put(grammarAccess.getMemoryImplementationAccess().getAlternatives_9_2(), "rule__MemoryImplementation__Alternatives_9_2");
builder.put(grammarAccess.getMemoryImplementationAccess().getAlternatives_10_1(), "rule__MemoryImplementation__Alternatives_10_1");
builder.put(grammarAccess.getMemoryImplementationAccess().getAlternatives_10_1_0(), "rule__MemoryImplementation__Alternatives_10_1_0");
builder.put(grammarAccess.getMemoryImplementationAccess().getAlternatives_11_1(), "rule__MemoryImplementation__Alternatives_11_1");
- builder.put(grammarAccess.getBusImplementationAccess().getAlternatives_6_1(), "rule__BusImplementation__Alternatives_6_1");
+ builder.put(grammarAccess.getMemoryImplementationAccess().getAlternatives_11_1_0(), "rule__MemoryImplementation__Alternatives_11_1_0");
+ builder.put(grammarAccess.getMemoryImplementationAccess().getAlternatives_12_1(), "rule__MemoryImplementation__Alternatives_12_1");
builder.put(grammarAccess.getBusImplementationAccess().getAlternatives_7_1(), "rule__BusImplementation__Alternatives_7_1");
- builder.put(grammarAccess.getBusImplementationAccess().getAlternatives_7_1_0(), "rule__BusImplementation__Alternatives_7_1_0");
builder.put(grammarAccess.getBusImplementationAccess().getAlternatives_8_1(), "rule__BusImplementation__Alternatives_8_1");
- builder.put(grammarAccess.getBusImplementationAccess().getAlternatives_9_1(), "rule__BusImplementation__Alternatives_9_1");
- builder.put(grammarAccess.getBusImplementationAccess().getAlternatives_9_1_0(), "rule__BusImplementation__Alternatives_9_1_0");
+ builder.put(grammarAccess.getBusImplementationAccess().getAlternatives_8_1_0(), "rule__BusImplementation__Alternatives_8_1_0");
+ builder.put(grammarAccess.getBusImplementationAccess().getAlternatives_9_2(), "rule__BusImplementation__Alternatives_9_2");
builder.put(grammarAccess.getBusImplementationAccess().getAlternatives_10_1(), "rule__BusImplementation__Alternatives_10_1");
- builder.put(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_6_1(), "rule__VirtualBusImplementation__Alternatives_6_1");
- builder.put(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_7_1(), "rule__VirtualBusImplementation__Alternatives_7_1");
- builder.put(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_7_1_0(), "rule__VirtualBusImplementation__Alternatives_7_1_0");
+ builder.put(grammarAccess.getBusImplementationAccess().getAlternatives_10_1_0(), "rule__BusImplementation__Alternatives_10_1_0");
+ builder.put(grammarAccess.getBusImplementationAccess().getAlternatives_11_1(), "rule__BusImplementation__Alternatives_11_1");
builder.put(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_8_1(), "rule__VirtualBusImplementation__Alternatives_8_1");
builder.put(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_9_1(), "rule__VirtualBusImplementation__Alternatives_9_1");
builder.put(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_9_1_0(), "rule__VirtualBusImplementation__Alternatives_9_1_0");
- builder.put(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_10_1(), "rule__VirtualBusImplementation__Alternatives_10_1");
- builder.put(grammarAccess.getDataImplementationAccess().getAlternatives_7_1(), "rule__DataImplementation__Alternatives_7_1");
+ builder.put(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_10_2(), "rule__VirtualBusImplementation__Alternatives_10_2");
+ builder.put(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_11_1(), "rule__VirtualBusImplementation__Alternatives_11_1");
+ builder.put(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_11_1_0(), "rule__VirtualBusImplementation__Alternatives_11_1_0");
+ builder.put(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_12_1(), "rule__VirtualBusImplementation__Alternatives_12_1");
builder.put(grammarAccess.getDataImplementationAccess().getAlternatives_8_1(), "rule__DataImplementation__Alternatives_8_1");
- builder.put(grammarAccess.getDataImplementationAccess().getAlternatives_8_1_0(), "rule__DataImplementation__Alternatives_8_1_0");
builder.put(grammarAccess.getDataImplementationAccess().getAlternatives_9_1(), "rule__DataImplementation__Alternatives_9_1");
- builder.put(grammarAccess.getDataImplementationAccess().getAlternatives_10_1(), "rule__DataImplementation__Alternatives_10_1");
- builder.put(grammarAccess.getDataImplementationAccess().getAlternatives_10_1_0(), "rule__DataImplementation__Alternatives_10_1_0");
+ builder.put(grammarAccess.getDataImplementationAccess().getAlternatives_9_1_0(), "rule__DataImplementation__Alternatives_9_1_0");
+ builder.put(grammarAccess.getDataImplementationAccess().getAlternatives_10_2(), "rule__DataImplementation__Alternatives_10_2");
builder.put(grammarAccess.getDataImplementationAccess().getAlternatives_11_1(), "rule__DataImplementation__Alternatives_11_1");
builder.put(grammarAccess.getDataImplementationAccess().getAlternatives_11_1_0(), "rule__DataImplementation__Alternatives_11_1_0");
builder.put(grammarAccess.getDataImplementationAccess().getAlternatives_12_1(), "rule__DataImplementation__Alternatives_12_1");
builder.put(grammarAccess.getDataImplementationAccess().getAlternatives_12_1_0(), "rule__DataImplementation__Alternatives_12_1_0");
builder.put(grammarAccess.getDataImplementationAccess().getAlternatives_13_1(), "rule__DataImplementation__Alternatives_13_1");
+ builder.put(grammarAccess.getDataImplementationAccess().getAlternatives_13_1_0(), "rule__DataImplementation__Alternatives_13_1_0");
+ builder.put(grammarAccess.getDataImplementationAccess().getAlternatives_14_1(), "rule__DataImplementation__Alternatives_14_1");
builder.put(grammarAccess.getSubprogramCallAccess().getAlternatives_4(), "rule__SubprogramCall__Alternatives_4");
builder.put(grammarAccess.getPrototypeAccess().getAlternatives(), "rule__Prototype__Alternatives");
builder.put(grammarAccess.getComponentPrototypeAccess().getAlternatives(), "rule__ComponentPrototype__Alternatives");
@@ -373,9 +373,9 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getInOutDirectionAccess().getAlternatives(), "rule__InOutDirection__Alternatives");
builder.put(grammarAccess.getAccessDirectionAccess().getAlternatives(), "rule__AccessDirection__Alternatives");
builder.put(grammarAccess.getPortCategoryAccess().getAlternatives(), "rule__PortCategory__Alternatives");
- builder.put(grammarAccess.getFeatureGroupTypeAccess().getAlternatives_3_1(), "rule__FeatureGroupType__Alternatives_3_1");
builder.put(grammarAccess.getFeatureGroupTypeAccess().getAlternatives_4_1(), "rule__FeatureGroupType__Alternatives_4_1");
- builder.put(grammarAccess.getFeatureGroupTypeAccess().getAlternatives_6_1(), "rule__FeatureGroupType__Alternatives_6_1");
+ builder.put(grammarAccess.getFeatureGroupTypeAccess().getAlternatives_5_1(), "rule__FeatureGroupType__Alternatives_5_1");
+ builder.put(grammarAccess.getFeatureGroupTypeAccess().getAlternatives_7_1(), "rule__FeatureGroupType__Alternatives_7_1");
builder.put(grammarAccess.getNestedConnectedElementAccess().getAlternatives(), "rule__NestedConnectedElement__Alternatives");
builder.put(grammarAccess.getAbstractConnectionEndAccess().getAlternatives(), "rule__AbstractConnectionEnd__Alternatives");
builder.put(grammarAccess.getProcessorConnectionEndAccess().getAlternatives(), "rule__ProcessorConnectionEnd__Alternatives");
@@ -385,7 +385,7 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getAccessConnectionAccess().getAlternatives_0(), "rule__AccessConnection__Alternatives_0");
builder.put(grammarAccess.getAccessConnectionAccess().getAlternatives_0_0_5(), "rule__AccessConnection__Alternatives_0_0_5");
builder.put(grammarAccess.getFeatureGroupConnectionAccess().getAlternatives_0(), "rule__FeatureGroupConnection__Alternatives_0");
- builder.put(grammarAccess.getFeatureGroupConnectionAccess().getAlternatives_0_0_4(), "rule__FeatureGroupConnection__Alternatives_0_0_4");
+ builder.put(grammarAccess.getFeatureGroupConnectionAccess().getAlternatives_0_0_5(), "rule__FeatureGroupConnection__Alternatives_0_0_5");
builder.put(grammarAccess.getFeatureConnectionAccess().getAlternatives_0(), "rule__FeatureConnection__Alternatives_0");
builder.put(grammarAccess.getFeatureConnectionAccess().getAlternatives_0_0_4(), "rule__FeatureConnection__Alternatives_0_0_4");
builder.put(grammarAccess.getParameterConnectionAccess().getAlternatives_0(), "rule__ParameterConnection__Alternatives_0");
@@ -401,15 +401,15 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getUnnamedRealTypeAccess().getAlternatives_3(), "rule__UnnamedRealType__Alternatives_3");
builder.put(grammarAccess.getIntegerTypeAccess().getAlternatives_5(), "rule__IntegerType__Alternatives_5");
builder.put(grammarAccess.getUnnamedIntegerTypeAccess().getAlternatives_3(), "rule__UnnamedIntegerType__Alternatives_3");
- builder.put(grammarAccess.getRangeTypeAccess().getAlternatives_4(), "rule__RangeType__Alternatives_4");
- builder.put(grammarAccess.getRangeTypeAccess().getOwnedNumberTypeAlternatives_4_0_0(), "rule__RangeType__OwnedNumberTypeAlternatives_4_0_0");
- builder.put(grammarAccess.getUnnamedRangeTypeAccess().getAlternatives_2(), "rule__UnnamedRangeType__Alternatives_2");
- builder.put(grammarAccess.getUnnamedRangeTypeAccess().getOwnedNumberTypeAlternatives_2_0_0(), "rule__UnnamedRangeType__OwnedNumberTypeAlternatives_2_0_0");
+ builder.put(grammarAccess.getRangeTypeAccess().getAlternatives_5(), "rule__RangeType__Alternatives_5");
+ builder.put(grammarAccess.getRangeTypeAccess().getOwnedNumberTypeAlternatives_5_0_0(), "rule__RangeType__OwnedNumberTypeAlternatives_5_0_0");
+ builder.put(grammarAccess.getUnnamedRangeTypeAccess().getAlternatives_3(), "rule__UnnamedRangeType__Alternatives_3");
+ builder.put(grammarAccess.getUnnamedRangeTypeAccess().getOwnedNumberTypeAlternatives_3_0_0(), "rule__UnnamedRangeType__OwnedNumberTypeAlternatives_3_0_0");
builder.put(grammarAccess.getQMReferenceAccess().getMetaclassNameAlternatives_1_0(), "rule__QMReference__MetaclassNameAlternatives_1_0");
builder.put(grammarAccess.getRecordFieldAccess().getAlternatives_2(), "rule__RecordField__Alternatives_2");
builder.put(grammarAccess.getPropertyDefinitionAccess().getAlternatives_3(), "rule__PropertyDefinition__Alternatives_3");
- builder.put(grammarAccess.getPropertyDefinitionAccess().getAlternatives_7(), "rule__PropertyDefinition__Alternatives_7");
- builder.put(grammarAccess.getListTypeAccess().getAlternatives_1(), "rule__ListType__Alternatives_1");
+ builder.put(grammarAccess.getPropertyDefinitionAccess().getAlternatives_8(), "rule__PropertyDefinition__Alternatives_8");
+ builder.put(grammarAccess.getListTypeAccess().getAlternatives_2(), "rule__ListType__Alternatives_2");
builder.put(grammarAccess.getPropertyOwnerAccess().getAlternatives(), "rule__PropertyOwner__Alternatives");
builder.put(grammarAccess.getPropertyConstantAccess().getAlternatives_3(), "rule__PropertyConstant__Alternatives_3");
builder.put(grammarAccess.getNumberValueAccess().getAlternatives(), "rule__NumberValue__Alternatives");
@@ -496,20 +496,20 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getProcessTypeAccess().getGroup_7(), "rule__ProcessType__Group_7__0");
builder.put(grammarAccess.getProcessTypeAccess().getGroup_7_1_1(), "rule__ProcessType__Group_7_1_1__0");
builder.put(grammarAccess.getThreadGroupTypeAccess().getGroup(), "rule__ThreadGroupType__Group__0");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getGroup_2(), "rule__ThreadGroupType__Group_2__0");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getGroup_2_1(), "rule__ThreadGroupType__Group_2_1__0");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getGroup_2_1_2(), "rule__ThreadGroupType__Group_2_1_2__0");
builder.put(grammarAccess.getThreadGroupTypeAccess().getGroup_3(), "rule__ThreadGroupType__Group_3__0");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getGroup_3_1_0(), "rule__ThreadGroupType__Group_3_1_0__0");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getGroup_3_1(), "rule__ThreadGroupType__Group_3_1__0");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getGroup_3_1_2(), "rule__ThreadGroupType__Group_3_1_2__0");
builder.put(grammarAccess.getThreadGroupTypeAccess().getGroup_4(), "rule__ThreadGroupType__Group_4__0");
builder.put(grammarAccess.getThreadGroupTypeAccess().getGroup_4_1_0(), "rule__ThreadGroupType__Group_4_1_0__0");
builder.put(grammarAccess.getThreadGroupTypeAccess().getGroup_5(), "rule__ThreadGroupType__Group_5__0");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getGroup_5_1_1(), "rule__ThreadGroupType__Group_5_1_1__0");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getGroup_6_0(), "rule__ThreadGroupType__Group_6_0__0");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getGroup_6_1(), "rule__ThreadGroupType__Group_6_1__0");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getGroup_6_1_1_1(), "rule__ThreadGroupType__Group_6_1_1_1__0");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getGroup_7(), "rule__ThreadGroupType__Group_7__0");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getGroup_7_1_1(), "rule__ThreadGroupType__Group_7_1_1__0");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getGroup_5_1_0(), "rule__ThreadGroupType__Group_5_1_0__0");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getGroup_6(), "rule__ThreadGroupType__Group_6__0");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getGroup_6_1_1(), "rule__ThreadGroupType__Group_6_1_1__0");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getGroup_7_0(), "rule__ThreadGroupType__Group_7_0__0");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getGroup_7_1(), "rule__ThreadGroupType__Group_7_1__0");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getGroup_7_1_1_1(), "rule__ThreadGroupType__Group_7_1_1_1__0");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getGroup_8(), "rule__ThreadGroupType__Group_8__0");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getGroup_8_1_1(), "rule__ThreadGroupType__Group_8_1_1__0");
builder.put(grammarAccess.getThreadTypeAccess().getGroup(), "rule__ThreadType__Group__0");
builder.put(grammarAccess.getThreadTypeAccess().getGroup_2(), "rule__ThreadType__Group_2__0");
builder.put(grammarAccess.getThreadTypeAccess().getGroup_2_1(), "rule__ThreadType__Group_2_1__0");
@@ -541,17 +541,17 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getSubprogramTypeAccess().getGroup_7(), "rule__SubprogramType__Group_7__0");
builder.put(grammarAccess.getSubprogramTypeAccess().getGroup_7_1_1(), "rule__SubprogramType__Group_7_1_1__0");
builder.put(grammarAccess.getSubprogramGroupTypeAccess().getGroup(), "rule__SubprogramGroupType__Group__0");
- builder.put(grammarAccess.getSubprogramGroupTypeAccess().getGroup_2(), "rule__SubprogramGroupType__Group_2__0");
- builder.put(grammarAccess.getSubprogramGroupTypeAccess().getGroup_2_1(), "rule__SubprogramGroupType__Group_2_1__0");
- builder.put(grammarAccess.getSubprogramGroupTypeAccess().getGroup_2_1_2(), "rule__SubprogramGroupType__Group_2_1_2__0");
builder.put(grammarAccess.getSubprogramGroupTypeAccess().getGroup_3(), "rule__SubprogramGroupType__Group_3__0");
- builder.put(grammarAccess.getSubprogramGroupTypeAccess().getGroup_3_1_0(), "rule__SubprogramGroupType__Group_3_1_0__0");
+ builder.put(grammarAccess.getSubprogramGroupTypeAccess().getGroup_3_1(), "rule__SubprogramGroupType__Group_3_1__0");
+ builder.put(grammarAccess.getSubprogramGroupTypeAccess().getGroup_3_1_2(), "rule__SubprogramGroupType__Group_3_1_2__0");
builder.put(grammarAccess.getSubprogramGroupTypeAccess().getGroup_4(), "rule__SubprogramGroupType__Group_4__0");
builder.put(grammarAccess.getSubprogramGroupTypeAccess().getGroup_4_1_0(), "rule__SubprogramGroupType__Group_4_1_0__0");
builder.put(grammarAccess.getSubprogramGroupTypeAccess().getGroup_5(), "rule__SubprogramGroupType__Group_5__0");
- builder.put(grammarAccess.getSubprogramGroupTypeAccess().getGroup_5_1_1(), "rule__SubprogramGroupType__Group_5_1_1__0");
+ builder.put(grammarAccess.getSubprogramGroupTypeAccess().getGroup_5_1_0(), "rule__SubprogramGroupType__Group_5_1_0__0");
builder.put(grammarAccess.getSubprogramGroupTypeAccess().getGroup_6(), "rule__SubprogramGroupType__Group_6__0");
builder.put(grammarAccess.getSubprogramGroupTypeAccess().getGroup_6_1_1(), "rule__SubprogramGroupType__Group_6_1_1__0");
+ builder.put(grammarAccess.getSubprogramGroupTypeAccess().getGroup_7(), "rule__SubprogramGroupType__Group_7__0");
+ builder.put(grammarAccess.getSubprogramGroupTypeAccess().getGroup_7_1_1(), "rule__SubprogramGroupType__Group_7_1_1__0");
builder.put(grammarAccess.getProcessorTypeAccess().getGroup(), "rule__ProcessorType__Group__0");
builder.put(grammarAccess.getProcessorTypeAccess().getGroup_2(), "rule__ProcessorType__Group_2__0");
builder.put(grammarAccess.getProcessorTypeAccess().getGroup_2_1(), "rule__ProcessorType__Group_2_1__0");
@@ -609,33 +609,33 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getBusTypeAccess().getGroup_6(), "rule__BusType__Group_6__0");
builder.put(grammarAccess.getBusTypeAccess().getGroup_6_1_1(), "rule__BusType__Group_6_1_1__0");
builder.put(grammarAccess.getVirtualBusTypeAccess().getGroup(), "rule__VirtualBusType__Group__0");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getGroup_2(), "rule__VirtualBusType__Group_2__0");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getGroup_2_1(), "rule__VirtualBusType__Group_2_1__0");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getGroup_2_1_2(), "rule__VirtualBusType__Group_2_1_2__0");
builder.put(grammarAccess.getVirtualBusTypeAccess().getGroup_3(), "rule__VirtualBusType__Group_3__0");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getGroup_3_1_0(), "rule__VirtualBusType__Group_3_1_0__0");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getGroup_3_1(), "rule__VirtualBusType__Group_3_1__0");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getGroup_3_1_2(), "rule__VirtualBusType__Group_3_1_2__0");
builder.put(grammarAccess.getVirtualBusTypeAccess().getGroup_4(), "rule__VirtualBusType__Group_4__0");
builder.put(grammarAccess.getVirtualBusTypeAccess().getGroup_4_1_0(), "rule__VirtualBusType__Group_4_1_0__0");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getGroup_5_0(), "rule__VirtualBusType__Group_5_0__0");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getGroup_5_1(), "rule__VirtualBusType__Group_5_1__0");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getGroup_5_1_1_1(), "rule__VirtualBusType__Group_5_1_1_1__0");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getGroup_6(), "rule__VirtualBusType__Group_6__0");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getGroup_6_1_1(), "rule__VirtualBusType__Group_6_1_1__0");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getGroup_5(), "rule__VirtualBusType__Group_5__0");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getGroup_5_1_0(), "rule__VirtualBusType__Group_5_1_0__0");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getGroup_6_0(), "rule__VirtualBusType__Group_6_0__0");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getGroup_6_1(), "rule__VirtualBusType__Group_6_1__0");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getGroup_6_1_1_1(), "rule__VirtualBusType__Group_6_1_1_1__0");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getGroup_7(), "rule__VirtualBusType__Group_7__0");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getGroup_7_1_1(), "rule__VirtualBusType__Group_7_1_1__0");
builder.put(grammarAccess.getVirtualProcessorTypeAccess().getGroup(), "rule__VirtualProcessorType__Group__0");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getGroup_2(), "rule__VirtualProcessorType__Group_2__0");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getGroup_2_1(), "rule__VirtualProcessorType__Group_2_1__0");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getGroup_2_1_2(), "rule__VirtualProcessorType__Group_2_1_2__0");
builder.put(grammarAccess.getVirtualProcessorTypeAccess().getGroup_3(), "rule__VirtualProcessorType__Group_3__0");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getGroup_3_1_0(), "rule__VirtualProcessorType__Group_3_1_0__0");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getGroup_3_1(), "rule__VirtualProcessorType__Group_3_1__0");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getGroup_3_1_2(), "rule__VirtualProcessorType__Group_3_1_2__0");
builder.put(grammarAccess.getVirtualProcessorTypeAccess().getGroup_4(), "rule__VirtualProcessorType__Group_4__0");
builder.put(grammarAccess.getVirtualProcessorTypeAccess().getGroup_4_1_0(), "rule__VirtualProcessorType__Group_4_1_0__0");
builder.put(grammarAccess.getVirtualProcessorTypeAccess().getGroup_5(), "rule__VirtualProcessorType__Group_5__0");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getGroup_5_1_1(), "rule__VirtualProcessorType__Group_5_1_1__0");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getGroup_6_0(), "rule__VirtualProcessorType__Group_6_0__0");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getGroup_6_1(), "rule__VirtualProcessorType__Group_6_1__0");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getGroup_6_1_1_1(), "rule__VirtualProcessorType__Group_6_1_1_1__0");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getGroup_7(), "rule__VirtualProcessorType__Group_7__0");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getGroup_7_1_1(), "rule__VirtualProcessorType__Group_7_1_1__0");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getGroup_5_1_0(), "rule__VirtualProcessorType__Group_5_1_0__0");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getGroup_6(), "rule__VirtualProcessorType__Group_6__0");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getGroup_6_1_1(), "rule__VirtualProcessorType__Group_6_1_1__0");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getGroup_7_0(), "rule__VirtualProcessorType__Group_7_0__0");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getGroup_7_1(), "rule__VirtualProcessorType__Group_7_1__0");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getGroup_7_1_1_1(), "rule__VirtualProcessorType__Group_7_1_1_1__0");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getGroup_8(), "rule__VirtualProcessorType__Group_8__0");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getGroup_8_1_1(), "rule__VirtualProcessorType__Group_8_1_1__0");
builder.put(grammarAccess.getDataTypeAccess().getGroup(), "rule__DataType__Group__0");
builder.put(grammarAccess.getDataTypeAccess().getGroup_2(), "rule__DataType__Group_2__0");
builder.put(grammarAccess.getDataTypeAccess().getGroup_2_1(), "rule__DataType__Group_2_1__0");
@@ -652,16 +652,14 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getDataTypeAccess().getGroup_7(), "rule__DataType__Group_7__0");
builder.put(grammarAccess.getDataTypeAccess().getGroup_7_1_1(), "rule__DataType__Group_7_1_1__0");
builder.put(grammarAccess.getAbstractImplementationAccess().getGroup(), "rule__AbstractImplementation__Group__0");
- builder.put(grammarAccess.getAbstractImplementationAccess().getGroup_5(), "rule__AbstractImplementation__Group_5__0");
- builder.put(grammarAccess.getAbstractImplementationAccess().getGroup_5_2(), "rule__AbstractImplementation__Group_5_2__0");
builder.put(grammarAccess.getAbstractImplementationAccess().getGroup_6(), "rule__AbstractImplementation__Group_6__0");
- builder.put(grammarAccess.getAbstractImplementationAccess().getGroup_6_1_1(), "rule__AbstractImplementation__Group_6_1_1__0");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getGroup_6_2(), "rule__AbstractImplementation__Group_6_2__0");
builder.put(grammarAccess.getAbstractImplementationAccess().getGroup_7(), "rule__AbstractImplementation__Group_7__0");
builder.put(grammarAccess.getAbstractImplementationAccess().getGroup_7_1_1(), "rule__AbstractImplementation__Group_7_1_1__0");
builder.put(grammarAccess.getAbstractImplementationAccess().getGroup_8(), "rule__AbstractImplementation__Group_8__0");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getGroup_8_1_1(), "rule__AbstractImplementation__Group_8_1_1__0");
builder.put(grammarAccess.getAbstractImplementationAccess().getGroup_9(), "rule__AbstractImplementation__Group_9__0");
builder.put(grammarAccess.getAbstractImplementationAccess().getGroup_10(), "rule__AbstractImplementation__Group_10__0");
- builder.put(grammarAccess.getAbstractImplementationAccess().getGroup_10_1_1(), "rule__AbstractImplementation__Group_10_1_1__0");
builder.put(grammarAccess.getAbstractImplementationAccess().getGroup_11(), "rule__AbstractImplementation__Group_11__0");
builder.put(grammarAccess.getAbstractImplementationAccess().getGroup_11_1_1(), "rule__AbstractImplementation__Group_11_1_1__0");
builder.put(grammarAccess.getAbstractImplementationAccess().getGroup_12(), "rule__AbstractImplementation__Group_12__0");
@@ -670,68 +668,68 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getAbstractImplementationAccess().getGroup_13_1_1(), "rule__AbstractImplementation__Group_13_1_1__0");
builder.put(grammarAccess.getAbstractImplementationAccess().getGroup_14(), "rule__AbstractImplementation__Group_14__0");
builder.put(grammarAccess.getAbstractImplementationAccess().getGroup_14_1_1(), "rule__AbstractImplementation__Group_14_1_1__0");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getGroup_15(), "rule__AbstractImplementation__Group_15__0");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getGroup_15_1_1(), "rule__AbstractImplementation__Group_15_1_1__0");
builder.put(grammarAccess.getSystemImplementationAccess().getGroup(), "rule__SystemImplementation__Group__0");
- builder.put(grammarAccess.getSystemImplementationAccess().getGroup_5(), "rule__SystemImplementation__Group_5__0");
- builder.put(grammarAccess.getSystemImplementationAccess().getGroup_5_2(), "rule__SystemImplementation__Group_5_2__0");
builder.put(grammarAccess.getSystemImplementationAccess().getGroup_6(), "rule__SystemImplementation__Group_6__0");
- builder.put(grammarAccess.getSystemImplementationAccess().getGroup_6_1_1(), "rule__SystemImplementation__Group_6_1_1__0");
+ builder.put(grammarAccess.getSystemImplementationAccess().getGroup_6_2(), "rule__SystemImplementation__Group_6_2__0");
builder.put(grammarAccess.getSystemImplementationAccess().getGroup_7(), "rule__SystemImplementation__Group_7__0");
builder.put(grammarAccess.getSystemImplementationAccess().getGroup_7_1_1(), "rule__SystemImplementation__Group_7_1_1__0");
builder.put(grammarAccess.getSystemImplementationAccess().getGroup_8(), "rule__SystemImplementation__Group_8__0");
+ builder.put(grammarAccess.getSystemImplementationAccess().getGroup_8_1_1(), "rule__SystemImplementation__Group_8_1_1__0");
builder.put(grammarAccess.getSystemImplementationAccess().getGroup_9(), "rule__SystemImplementation__Group_9__0");
builder.put(grammarAccess.getSystemImplementationAccess().getGroup_10(), "rule__SystemImplementation__Group_10__0");
- builder.put(grammarAccess.getSystemImplementationAccess().getGroup_10_1_1(), "rule__SystemImplementation__Group_10_1_1__0");
builder.put(grammarAccess.getSystemImplementationAccess().getGroup_11(), "rule__SystemImplementation__Group_11__0");
builder.put(grammarAccess.getSystemImplementationAccess().getGroup_11_1_1(), "rule__SystemImplementation__Group_11_1_1__0");
builder.put(grammarAccess.getSystemImplementationAccess().getGroup_12(), "rule__SystemImplementation__Group_12__0");
builder.put(grammarAccess.getSystemImplementationAccess().getGroup_12_1_1(), "rule__SystemImplementation__Group_12_1_1__0");
builder.put(grammarAccess.getSystemImplementationAccess().getGroup_13(), "rule__SystemImplementation__Group_13__0");
builder.put(grammarAccess.getSystemImplementationAccess().getGroup_13_1_1(), "rule__SystemImplementation__Group_13_1_1__0");
+ builder.put(grammarAccess.getSystemImplementationAccess().getGroup_14(), "rule__SystemImplementation__Group_14__0");
+ builder.put(grammarAccess.getSystemImplementationAccess().getGroup_14_1_1(), "rule__SystemImplementation__Group_14_1_1__0");
builder.put(grammarAccess.getProcessImplementationAccess().getGroup(), "rule__ProcessImplementation__Group__0");
- builder.put(grammarAccess.getProcessImplementationAccess().getGroup_5(), "rule__ProcessImplementation__Group_5__0");
- builder.put(grammarAccess.getProcessImplementationAccess().getGroup_5_2(), "rule__ProcessImplementation__Group_5_2__0");
builder.put(grammarAccess.getProcessImplementationAccess().getGroup_6(), "rule__ProcessImplementation__Group_6__0");
- builder.put(grammarAccess.getProcessImplementationAccess().getGroup_6_1_1(), "rule__ProcessImplementation__Group_6_1_1__0");
+ builder.put(grammarAccess.getProcessImplementationAccess().getGroup_6_2(), "rule__ProcessImplementation__Group_6_2__0");
builder.put(grammarAccess.getProcessImplementationAccess().getGroup_7(), "rule__ProcessImplementation__Group_7__0");
builder.put(grammarAccess.getProcessImplementationAccess().getGroup_7_1_1(), "rule__ProcessImplementation__Group_7_1_1__0");
builder.put(grammarAccess.getProcessImplementationAccess().getGroup_8(), "rule__ProcessImplementation__Group_8__0");
+ builder.put(grammarAccess.getProcessImplementationAccess().getGroup_8_1_1(), "rule__ProcessImplementation__Group_8_1_1__0");
builder.put(grammarAccess.getProcessImplementationAccess().getGroup_9(), "rule__ProcessImplementation__Group_9__0");
builder.put(grammarAccess.getProcessImplementationAccess().getGroup_10(), "rule__ProcessImplementation__Group_10__0");
- builder.put(grammarAccess.getProcessImplementationAccess().getGroup_10_1_1(), "rule__ProcessImplementation__Group_10_1_1__0");
builder.put(grammarAccess.getProcessImplementationAccess().getGroup_11(), "rule__ProcessImplementation__Group_11__0");
builder.put(grammarAccess.getProcessImplementationAccess().getGroup_11_1_1(), "rule__ProcessImplementation__Group_11_1_1__0");
builder.put(grammarAccess.getProcessImplementationAccess().getGroup_12(), "rule__ProcessImplementation__Group_12__0");
builder.put(grammarAccess.getProcessImplementationAccess().getGroup_12_1_1(), "rule__ProcessImplementation__Group_12_1_1__0");
builder.put(grammarAccess.getProcessImplementationAccess().getGroup_13(), "rule__ProcessImplementation__Group_13__0");
builder.put(grammarAccess.getProcessImplementationAccess().getGroup_13_1_1(), "rule__ProcessImplementation__Group_13_1_1__0");
+ builder.put(grammarAccess.getProcessImplementationAccess().getGroup_14(), "rule__ProcessImplementation__Group_14__0");
+ builder.put(grammarAccess.getProcessImplementationAccess().getGroup_14_1_1(), "rule__ProcessImplementation__Group_14_1_1__0");
builder.put(grammarAccess.getThreadGroupImplementationAccess().getGroup(), "rule__ThreadGroupImplementation__Group__0");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getGroup_5(), "rule__ThreadGroupImplementation__Group_5__0");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getGroup_5_2(), "rule__ThreadGroupImplementation__Group_5_2__0");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getGroup_6(), "rule__ThreadGroupImplementation__Group_6__0");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getGroup_6_1_1(), "rule__ThreadGroupImplementation__Group_6_1_1__0");
builder.put(grammarAccess.getThreadGroupImplementationAccess().getGroup_7(), "rule__ThreadGroupImplementation__Group_7__0");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getGroup_7_1_1(), "rule__ThreadGroupImplementation__Group_7_1_1__0");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getGroup_7_2(), "rule__ThreadGroupImplementation__Group_7_2__0");
builder.put(grammarAccess.getThreadGroupImplementationAccess().getGroup_8(), "rule__ThreadGroupImplementation__Group_8__0");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getGroup_8_1_1(), "rule__ThreadGroupImplementation__Group_8_1_1__0");
builder.put(grammarAccess.getThreadGroupImplementationAccess().getGroup_9(), "rule__ThreadGroupImplementation__Group_9__0");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getGroup_9_1_1(), "rule__ThreadGroupImplementation__Group_9_1_1__0");
builder.put(grammarAccess.getThreadGroupImplementationAccess().getGroup_10(), "rule__ThreadGroupImplementation__Group_10__0");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getGroup_10_1_1(), "rule__ThreadGroupImplementation__Group_10_1_1__0");
builder.put(grammarAccess.getThreadGroupImplementationAccess().getGroup_11(), "rule__ThreadGroupImplementation__Group_11__0");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getGroup_11_1_1(), "rule__ThreadGroupImplementation__Group_11_1_1__0");
builder.put(grammarAccess.getThreadGroupImplementationAccess().getGroup_12(), "rule__ThreadGroupImplementation__Group_12__0");
builder.put(grammarAccess.getThreadGroupImplementationAccess().getGroup_12_1_1(), "rule__ThreadGroupImplementation__Group_12_1_1__0");
builder.put(grammarAccess.getThreadGroupImplementationAccess().getGroup_13(), "rule__ThreadGroupImplementation__Group_13__0");
builder.put(grammarAccess.getThreadGroupImplementationAccess().getGroup_13_1_1(), "rule__ThreadGroupImplementation__Group_13_1_1__0");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getGroup_14(), "rule__ThreadGroupImplementation__Group_14__0");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getGroup_14_1_1(), "rule__ThreadGroupImplementation__Group_14_1_1__0");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getGroup_15(), "rule__ThreadGroupImplementation__Group_15__0");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getGroup_15_1_1(), "rule__ThreadGroupImplementation__Group_15_1_1__0");
builder.put(grammarAccess.getThreadImplementationAccess().getGroup(), "rule__ThreadImplementation__Group__0");
- builder.put(grammarAccess.getThreadImplementationAccess().getGroup_5(), "rule__ThreadImplementation__Group_5__0");
- builder.put(grammarAccess.getThreadImplementationAccess().getGroup_5_2(), "rule__ThreadImplementation__Group_5_2__0");
builder.put(grammarAccess.getThreadImplementationAccess().getGroup_6(), "rule__ThreadImplementation__Group_6__0");
- builder.put(grammarAccess.getThreadImplementationAccess().getGroup_6_1_1(), "rule__ThreadImplementation__Group_6_1_1__0");
+ builder.put(grammarAccess.getThreadImplementationAccess().getGroup_6_2(), "rule__ThreadImplementation__Group_6_2__0");
builder.put(grammarAccess.getThreadImplementationAccess().getGroup_7(), "rule__ThreadImplementation__Group_7__0");
builder.put(grammarAccess.getThreadImplementationAccess().getGroup_7_1_1(), "rule__ThreadImplementation__Group_7_1_1__0");
builder.put(grammarAccess.getThreadImplementationAccess().getGroup_8(), "rule__ThreadImplementation__Group_8__0");
+ builder.put(grammarAccess.getThreadImplementationAccess().getGroup_8_1_1(), "rule__ThreadImplementation__Group_8_1_1__0");
builder.put(grammarAccess.getThreadImplementationAccess().getGroup_9(), "rule__ThreadImplementation__Group_9__0");
builder.put(grammarAccess.getThreadImplementationAccess().getGroup_10(), "rule__ThreadImplementation__Group_10__0");
- builder.put(grammarAccess.getThreadImplementationAccess().getGroup_10_1_1(), "rule__ThreadImplementation__Group_10_1_1__0");
builder.put(grammarAccess.getThreadImplementationAccess().getGroup_11(), "rule__ThreadImplementation__Group_11__0");
builder.put(grammarAccess.getThreadImplementationAccess().getGroup_11_1_1(), "rule__ThreadImplementation__Group_11_1_1__0");
builder.put(grammarAccess.getThreadImplementationAccess().getGroup_12(), "rule__ThreadImplementation__Group_12__0");
@@ -740,17 +738,17 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getThreadImplementationAccess().getGroup_13_1_1(), "rule__ThreadImplementation__Group_13_1_1__0");
builder.put(grammarAccess.getThreadImplementationAccess().getGroup_14(), "rule__ThreadImplementation__Group_14__0");
builder.put(grammarAccess.getThreadImplementationAccess().getGroup_14_1_1(), "rule__ThreadImplementation__Group_14_1_1__0");
+ builder.put(grammarAccess.getThreadImplementationAccess().getGroup_15(), "rule__ThreadImplementation__Group_15__0");
+ builder.put(grammarAccess.getThreadImplementationAccess().getGroup_15_1_1(), "rule__ThreadImplementation__Group_15_1_1__0");
builder.put(grammarAccess.getSubprogramImplementationAccess().getGroup(), "rule__SubprogramImplementation__Group__0");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getGroup_5(), "rule__SubprogramImplementation__Group_5__0");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getGroup_5_2(), "rule__SubprogramImplementation__Group_5_2__0");
builder.put(grammarAccess.getSubprogramImplementationAccess().getGroup_6(), "rule__SubprogramImplementation__Group_6__0");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getGroup_6_1_1(), "rule__SubprogramImplementation__Group_6_1_1__0");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getGroup_6_2(), "rule__SubprogramImplementation__Group_6_2__0");
builder.put(grammarAccess.getSubprogramImplementationAccess().getGroup_7(), "rule__SubprogramImplementation__Group_7__0");
builder.put(grammarAccess.getSubprogramImplementationAccess().getGroup_7_1_1(), "rule__SubprogramImplementation__Group_7_1_1__0");
builder.put(grammarAccess.getSubprogramImplementationAccess().getGroup_8(), "rule__SubprogramImplementation__Group_8__0");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getGroup_8_1_1(), "rule__SubprogramImplementation__Group_8_1_1__0");
builder.put(grammarAccess.getSubprogramImplementationAccess().getGroup_9(), "rule__SubprogramImplementation__Group_9__0");
builder.put(grammarAccess.getSubprogramImplementationAccess().getGroup_10(), "rule__SubprogramImplementation__Group_10__0");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getGroup_10_1_1(), "rule__SubprogramImplementation__Group_10_1_1__0");
builder.put(grammarAccess.getSubprogramImplementationAccess().getGroup_11(), "rule__SubprogramImplementation__Group_11__0");
builder.put(grammarAccess.getSubprogramImplementationAccess().getGroup_11_1_1(), "rule__SubprogramImplementation__Group_11_1_1__0");
builder.put(grammarAccess.getSubprogramImplementationAccess().getGroup_12(), "rule__SubprogramImplementation__Group_12__0");
@@ -759,130 +757,132 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getSubprogramImplementationAccess().getGroup_13_1_1(), "rule__SubprogramImplementation__Group_13_1_1__0");
builder.put(grammarAccess.getSubprogramImplementationAccess().getGroup_14(), "rule__SubprogramImplementation__Group_14__0");
builder.put(grammarAccess.getSubprogramImplementationAccess().getGroup_14_1_1(), "rule__SubprogramImplementation__Group_14_1_1__0");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getGroup_15(), "rule__SubprogramImplementation__Group_15__0");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getGroup_15_1_1(), "rule__SubprogramImplementation__Group_15_1_1__0");
builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getGroup(), "rule__SubprogramGroupImplementation__Group__0");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_5(), "rule__SubprogramGroupImplementation__Group_5__0");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_5_2(), "rule__SubprogramGroupImplementation__Group_5_2__0");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_6(), "rule__SubprogramGroupImplementation__Group_6__0");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_6_1_1(), "rule__SubprogramGroupImplementation__Group_6_1_1__0");
builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_7(), "rule__SubprogramGroupImplementation__Group_7__0");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_7_1_1(), "rule__SubprogramGroupImplementation__Group_7_1_1__0");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_7_2(), "rule__SubprogramGroupImplementation__Group_7_2__0");
builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_8(), "rule__SubprogramGroupImplementation__Group_8__0");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_8_1_1(), "rule__SubprogramGroupImplementation__Group_8_1_1__0");
builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_9(), "rule__SubprogramGroupImplementation__Group_9__0");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_9_1_1(), "rule__SubprogramGroupImplementation__Group_9_1_1__0");
builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_10(), "rule__SubprogramGroupImplementation__Group_10__0");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_10_1_1(), "rule__SubprogramGroupImplementation__Group_10_1_1__0");
builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_11(), "rule__SubprogramGroupImplementation__Group_11__0");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_11_1_1(), "rule__SubprogramGroupImplementation__Group_11_1_1__0");
builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_12(), "rule__SubprogramGroupImplementation__Group_12__0");
builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_12_1_1(), "rule__SubprogramGroupImplementation__Group_12_1_1__0");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_13(), "rule__SubprogramGroupImplementation__Group_13__0");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_13_1_1(), "rule__SubprogramGroupImplementation__Group_13_1_1__0");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_14(), "rule__SubprogramGroupImplementation__Group_14__0");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_14_1_1(), "rule__SubprogramGroupImplementation__Group_14_1_1__0");
builder.put(grammarAccess.getProcessorImplementationAccess().getGroup(), "rule__ProcessorImplementation__Group__0");
- builder.put(grammarAccess.getProcessorImplementationAccess().getGroup_5(), "rule__ProcessorImplementation__Group_5__0");
- builder.put(grammarAccess.getProcessorImplementationAccess().getGroup_5_2(), "rule__ProcessorImplementation__Group_5_2__0");
builder.put(grammarAccess.getProcessorImplementationAccess().getGroup_6(), "rule__ProcessorImplementation__Group_6__0");
- builder.put(grammarAccess.getProcessorImplementationAccess().getGroup_6_1_1(), "rule__ProcessorImplementation__Group_6_1_1__0");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getGroup_6_2(), "rule__ProcessorImplementation__Group_6_2__0");
builder.put(grammarAccess.getProcessorImplementationAccess().getGroup_7(), "rule__ProcessorImplementation__Group_7__0");
builder.put(grammarAccess.getProcessorImplementationAccess().getGroup_7_1_1(), "rule__ProcessorImplementation__Group_7_1_1__0");
builder.put(grammarAccess.getProcessorImplementationAccess().getGroup_8(), "rule__ProcessorImplementation__Group_8__0");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getGroup_8_1_1(), "rule__ProcessorImplementation__Group_8_1_1__0");
builder.put(grammarAccess.getProcessorImplementationAccess().getGroup_9(), "rule__ProcessorImplementation__Group_9__0");
- builder.put(grammarAccess.getProcessorImplementationAccess().getGroup_9_1_1(), "rule__ProcessorImplementation__Group_9_1_1__0");
builder.put(grammarAccess.getProcessorImplementationAccess().getGroup_10(), "rule__ProcessorImplementation__Group_10__0");
builder.put(grammarAccess.getProcessorImplementationAccess().getGroup_10_1_1(), "rule__ProcessorImplementation__Group_10_1_1__0");
builder.put(grammarAccess.getProcessorImplementationAccess().getGroup_11(), "rule__ProcessorImplementation__Group_11__0");
builder.put(grammarAccess.getProcessorImplementationAccess().getGroup_11_1_1(), "rule__ProcessorImplementation__Group_11_1_1__0");
builder.put(grammarAccess.getProcessorImplementationAccess().getGroup_12(), "rule__ProcessorImplementation__Group_12__0");
builder.put(grammarAccess.getProcessorImplementationAccess().getGroup_12_1_1(), "rule__ProcessorImplementation__Group_12_1_1__0");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getGroup_13(), "rule__ProcessorImplementation__Group_13__0");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getGroup_13_1_1(), "rule__ProcessorImplementation__Group_13_1_1__0");
builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getGroup(), "rule__VirtualProcessorImplementation__Group__0");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_5(), "rule__VirtualProcessorImplementation__Group_5__0");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_5_2(), "rule__VirtualProcessorImplementation__Group_5_2__0");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_6(), "rule__VirtualProcessorImplementation__Group_6__0");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_6_1_1(), "rule__VirtualProcessorImplementation__Group_6_1_1__0");
builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_7(), "rule__VirtualProcessorImplementation__Group_7__0");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_7_1_1(), "rule__VirtualProcessorImplementation__Group_7_1_1__0");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_7_2(), "rule__VirtualProcessorImplementation__Group_7_2__0");
builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_8(), "rule__VirtualProcessorImplementation__Group_8__0");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_8_1_1(), "rule__VirtualProcessorImplementation__Group_8_1_1__0");
builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_9(), "rule__VirtualProcessorImplementation__Group_9__0");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_9_1_1(), "rule__VirtualProcessorImplementation__Group_9_1_1__0");
builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_10(), "rule__VirtualProcessorImplementation__Group_10__0");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_10_1_1(), "rule__VirtualProcessorImplementation__Group_10_1_1__0");
builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_11(), "rule__VirtualProcessorImplementation__Group_11__0");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_11_1_1(), "rule__VirtualProcessorImplementation__Group_11_1_1__0");
builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_12(), "rule__VirtualProcessorImplementation__Group_12__0");
builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_12_1_1(), "rule__VirtualProcessorImplementation__Group_12_1_1__0");
builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_13(), "rule__VirtualProcessorImplementation__Group_13__0");
builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_13_1_1(), "rule__VirtualProcessorImplementation__Group_13_1_1__0");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_14(), "rule__VirtualProcessorImplementation__Group_14__0");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_14_1_1(), "rule__VirtualProcessorImplementation__Group_14_1_1__0");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_15(), "rule__VirtualProcessorImplementation__Group_15__0");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_15_1_1(), "rule__VirtualProcessorImplementation__Group_15_1_1__0");
builder.put(grammarAccess.getDeviceImplementationAccess().getGroup(), "rule__DeviceImplementation__Group__0");
- builder.put(grammarAccess.getDeviceImplementationAccess().getGroup_5(), "rule__DeviceImplementation__Group_5__0");
- builder.put(grammarAccess.getDeviceImplementationAccess().getGroup_5_2(), "rule__DeviceImplementation__Group_5_2__0");
builder.put(grammarAccess.getDeviceImplementationAccess().getGroup_6(), "rule__DeviceImplementation__Group_6__0");
- builder.put(grammarAccess.getDeviceImplementationAccess().getGroup_6_1_1(), "rule__DeviceImplementation__Group_6_1_1__0");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getGroup_6_2(), "rule__DeviceImplementation__Group_6_2__0");
builder.put(grammarAccess.getDeviceImplementationAccess().getGroup_7(), "rule__DeviceImplementation__Group_7__0");
builder.put(grammarAccess.getDeviceImplementationAccess().getGroup_7_1_1(), "rule__DeviceImplementation__Group_7_1_1__0");
builder.put(grammarAccess.getDeviceImplementationAccess().getGroup_8(), "rule__DeviceImplementation__Group_8__0");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getGroup_8_1_1(), "rule__DeviceImplementation__Group_8_1_1__0");
builder.put(grammarAccess.getDeviceImplementationAccess().getGroup_9(), "rule__DeviceImplementation__Group_9__0");
builder.put(grammarAccess.getDeviceImplementationAccess().getGroup_10(), "rule__DeviceImplementation__Group_10__0");
- builder.put(grammarAccess.getDeviceImplementationAccess().getGroup_10_1_1(), "rule__DeviceImplementation__Group_10_1_1__0");
builder.put(grammarAccess.getDeviceImplementationAccess().getGroup_11(), "rule__DeviceImplementation__Group_11__0");
builder.put(grammarAccess.getDeviceImplementationAccess().getGroup_11_1_1(), "rule__DeviceImplementation__Group_11_1_1__0");
builder.put(grammarAccess.getDeviceImplementationAccess().getGroup_12(), "rule__DeviceImplementation__Group_12__0");
builder.put(grammarAccess.getDeviceImplementationAccess().getGroup_12_1_1(), "rule__DeviceImplementation__Group_12_1_1__0");
builder.put(grammarAccess.getDeviceImplementationAccess().getGroup_13(), "rule__DeviceImplementation__Group_13__0");
builder.put(grammarAccess.getDeviceImplementationAccess().getGroup_13_1_1(), "rule__DeviceImplementation__Group_13_1_1__0");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getGroup_14(), "rule__DeviceImplementation__Group_14__0");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getGroup_14_1_1(), "rule__DeviceImplementation__Group_14_1_1__0");
builder.put(grammarAccess.getMemoryImplementationAccess().getGroup(), "rule__MemoryImplementation__Group__0");
- builder.put(grammarAccess.getMemoryImplementationAccess().getGroup_5(), "rule__MemoryImplementation__Group_5__0");
- builder.put(grammarAccess.getMemoryImplementationAccess().getGroup_5_2(), "rule__MemoryImplementation__Group_5_2__0");
builder.put(grammarAccess.getMemoryImplementationAccess().getGroup_6(), "rule__MemoryImplementation__Group_6__0");
- builder.put(grammarAccess.getMemoryImplementationAccess().getGroup_6_1_1(), "rule__MemoryImplementation__Group_6_1_1__0");
+ builder.put(grammarAccess.getMemoryImplementationAccess().getGroup_6_2(), "rule__MemoryImplementation__Group_6_2__0");
builder.put(grammarAccess.getMemoryImplementationAccess().getGroup_7(), "rule__MemoryImplementation__Group_7__0");
builder.put(grammarAccess.getMemoryImplementationAccess().getGroup_7_1_1(), "rule__MemoryImplementation__Group_7_1_1__0");
builder.put(grammarAccess.getMemoryImplementationAccess().getGroup_8(), "rule__MemoryImplementation__Group_8__0");
+ builder.put(grammarAccess.getMemoryImplementationAccess().getGroup_8_1_1(), "rule__MemoryImplementation__Group_8_1_1__0");
builder.put(grammarAccess.getMemoryImplementationAccess().getGroup_9(), "rule__MemoryImplementation__Group_9__0");
- builder.put(grammarAccess.getMemoryImplementationAccess().getGroup_9_1_1(), "rule__MemoryImplementation__Group_9_1_1__0");
builder.put(grammarAccess.getMemoryImplementationAccess().getGroup_10(), "rule__MemoryImplementation__Group_10__0");
builder.put(grammarAccess.getMemoryImplementationAccess().getGroup_10_1_1(), "rule__MemoryImplementation__Group_10_1_1__0");
builder.put(grammarAccess.getMemoryImplementationAccess().getGroup_11(), "rule__MemoryImplementation__Group_11__0");
builder.put(grammarAccess.getMemoryImplementationAccess().getGroup_11_1_1(), "rule__MemoryImplementation__Group_11_1_1__0");
+ builder.put(grammarAccess.getMemoryImplementationAccess().getGroup_12(), "rule__MemoryImplementation__Group_12__0");
+ builder.put(grammarAccess.getMemoryImplementationAccess().getGroup_12_1_1(), "rule__MemoryImplementation__Group_12_1_1__0");
builder.put(grammarAccess.getBusImplementationAccess().getGroup(), "rule__BusImplementation__Group__0");
- builder.put(grammarAccess.getBusImplementationAccess().getGroup_5(), "rule__BusImplementation__Group_5__0");
- builder.put(grammarAccess.getBusImplementationAccess().getGroup_5_2(), "rule__BusImplementation__Group_5_2__0");
builder.put(grammarAccess.getBusImplementationAccess().getGroup_6(), "rule__BusImplementation__Group_6__0");
- builder.put(grammarAccess.getBusImplementationAccess().getGroup_6_1_1(), "rule__BusImplementation__Group_6_1_1__0");
+ builder.put(grammarAccess.getBusImplementationAccess().getGroup_6_2(), "rule__BusImplementation__Group_6_2__0");
builder.put(grammarAccess.getBusImplementationAccess().getGroup_7(), "rule__BusImplementation__Group_7__0");
builder.put(grammarAccess.getBusImplementationAccess().getGroup_7_1_1(), "rule__BusImplementation__Group_7_1_1__0");
builder.put(grammarAccess.getBusImplementationAccess().getGroup_8(), "rule__BusImplementation__Group_8__0");
+ builder.put(grammarAccess.getBusImplementationAccess().getGroup_8_1_1(), "rule__BusImplementation__Group_8_1_1__0");
builder.put(grammarAccess.getBusImplementationAccess().getGroup_9(), "rule__BusImplementation__Group_9__0");
- builder.put(grammarAccess.getBusImplementationAccess().getGroup_9_1_1(), "rule__BusImplementation__Group_9_1_1__0");
builder.put(grammarAccess.getBusImplementationAccess().getGroup_10(), "rule__BusImplementation__Group_10__0");
builder.put(grammarAccess.getBusImplementationAccess().getGroup_10_1_1(), "rule__BusImplementation__Group_10_1_1__0");
+ builder.put(grammarAccess.getBusImplementationAccess().getGroup_11(), "rule__BusImplementation__Group_11__0");
+ builder.put(grammarAccess.getBusImplementationAccess().getGroup_11_1_1(), "rule__BusImplementation__Group_11_1_1__0");
builder.put(grammarAccess.getVirtualBusImplementationAccess().getGroup(), "rule__VirtualBusImplementation__Group__0");
- builder.put(grammarAccess.getVirtualBusImplementationAccess().getGroup_5(), "rule__VirtualBusImplementation__Group_5__0");
- builder.put(grammarAccess.getVirtualBusImplementationAccess().getGroup_5_2(), "rule__VirtualBusImplementation__Group_5_2__0");
- builder.put(grammarAccess.getVirtualBusImplementationAccess().getGroup_6(), "rule__VirtualBusImplementation__Group_6__0");
- builder.put(grammarAccess.getVirtualBusImplementationAccess().getGroup_6_1_1(), "rule__VirtualBusImplementation__Group_6_1_1__0");
builder.put(grammarAccess.getVirtualBusImplementationAccess().getGroup_7(), "rule__VirtualBusImplementation__Group_7__0");
- builder.put(grammarAccess.getVirtualBusImplementationAccess().getGroup_7_1_1(), "rule__VirtualBusImplementation__Group_7_1_1__0");
+ builder.put(grammarAccess.getVirtualBusImplementationAccess().getGroup_7_2(), "rule__VirtualBusImplementation__Group_7_2__0");
builder.put(grammarAccess.getVirtualBusImplementationAccess().getGroup_8(), "rule__VirtualBusImplementation__Group_8__0");
+ builder.put(grammarAccess.getVirtualBusImplementationAccess().getGroup_8_1_1(), "rule__VirtualBusImplementation__Group_8_1_1__0");
builder.put(grammarAccess.getVirtualBusImplementationAccess().getGroup_9(), "rule__VirtualBusImplementation__Group_9__0");
builder.put(grammarAccess.getVirtualBusImplementationAccess().getGroup_9_1_1(), "rule__VirtualBusImplementation__Group_9_1_1__0");
builder.put(grammarAccess.getVirtualBusImplementationAccess().getGroup_10(), "rule__VirtualBusImplementation__Group_10__0");
- builder.put(grammarAccess.getVirtualBusImplementationAccess().getGroup_10_1_1(), "rule__VirtualBusImplementation__Group_10_1_1__0");
+ builder.put(grammarAccess.getVirtualBusImplementationAccess().getGroup_11(), "rule__VirtualBusImplementation__Group_11__0");
+ builder.put(grammarAccess.getVirtualBusImplementationAccess().getGroup_11_1_1(), "rule__VirtualBusImplementation__Group_11_1_1__0");
+ builder.put(grammarAccess.getVirtualBusImplementationAccess().getGroup_12(), "rule__VirtualBusImplementation__Group_12__0");
+ builder.put(grammarAccess.getVirtualBusImplementationAccess().getGroup_12_1_1(), "rule__VirtualBusImplementation__Group_12_1_1__0");
builder.put(grammarAccess.getDataImplementationAccess().getGroup(), "rule__DataImplementation__Group__0");
- builder.put(grammarAccess.getDataImplementationAccess().getGroup_6(), "rule__DataImplementation__Group_6__0");
- builder.put(grammarAccess.getDataImplementationAccess().getGroup_6_2(), "rule__DataImplementation__Group_6_2__0");
builder.put(grammarAccess.getDataImplementationAccess().getGroup_7(), "rule__DataImplementation__Group_7__0");
- builder.put(grammarAccess.getDataImplementationAccess().getGroup_7_1_1(), "rule__DataImplementation__Group_7_1_1__0");
+ builder.put(grammarAccess.getDataImplementationAccess().getGroup_7_2(), "rule__DataImplementation__Group_7_2__0");
builder.put(grammarAccess.getDataImplementationAccess().getGroup_8(), "rule__DataImplementation__Group_8__0");
builder.put(grammarAccess.getDataImplementationAccess().getGroup_8_1_1(), "rule__DataImplementation__Group_8_1_1__0");
builder.put(grammarAccess.getDataImplementationAccess().getGroup_9(), "rule__DataImplementation__Group_9__0");
+ builder.put(grammarAccess.getDataImplementationAccess().getGroup_9_1_1(), "rule__DataImplementation__Group_9_1_1__0");
builder.put(grammarAccess.getDataImplementationAccess().getGroup_10(), "rule__DataImplementation__Group_10__0");
- builder.put(grammarAccess.getDataImplementationAccess().getGroup_10_1_1(), "rule__DataImplementation__Group_10_1_1__0");
builder.put(grammarAccess.getDataImplementationAccess().getGroup_11(), "rule__DataImplementation__Group_11__0");
builder.put(grammarAccess.getDataImplementationAccess().getGroup_11_1_1(), "rule__DataImplementation__Group_11_1_1__0");
builder.put(grammarAccess.getDataImplementationAccess().getGroup_12(), "rule__DataImplementation__Group_12__0");
builder.put(grammarAccess.getDataImplementationAccess().getGroup_12_1_1(), "rule__DataImplementation__Group_12_1_1__0");
builder.put(grammarAccess.getDataImplementationAccess().getGroup_13(), "rule__DataImplementation__Group_13__0");
builder.put(grammarAccess.getDataImplementationAccess().getGroup_13_1_1(), "rule__DataImplementation__Group_13_1_1__0");
+ builder.put(grammarAccess.getDataImplementationAccess().getGroup_14(), "rule__DataImplementation__Group_14__0");
+ builder.put(grammarAccess.getDataImplementationAccess().getGroup_14_1_1(), "rule__DataImplementation__Group_14_1_1__0");
builder.put(grammarAccess.getSubprogramCallSequenceAccess().getGroup(), "rule__SubprogramCallSequence__Group__0");
builder.put(grammarAccess.getSubprogramCallSequenceAccess().getGroup_5(), "rule__SubprogramCallSequence__Group_5__0");
builder.put(grammarAccess.getSubprogramCallSequenceAccess().getGroup_6(), "rule__SubprogramCallSequence__Group_6__0");
- builder.put(grammarAccess.getSubprogramCallSequenceAccess().getGroup_6_2(), "rule__SubprogramCallSequence__Group_6_2__0");
- builder.put(grammarAccess.getSubprogramCallSequenceAccess().getGroup_6_2_1(), "rule__SubprogramCallSequence__Group_6_2_1__0");
+ builder.put(grammarAccess.getSubprogramCallSequenceAccess().getGroup_6_3(), "rule__SubprogramCallSequence__Group_6_3__0");
+ builder.put(grammarAccess.getSubprogramCallSequenceAccess().getGroup_6_3_1(), "rule__SubprogramCallSequence__Group_6_3_1__0");
builder.put(grammarAccess.getSubprogramCallAccess().getGroup(), "rule__SubprogramCall__Group__0");
builder.put(grammarAccess.getSubprogramCallAccess().getGroup_4_0(), "rule__SubprogramCall__Group_4_0__0");
builder.put(grammarAccess.getSubprogramCallAccess().getGroup_4_2(), "rule__SubprogramCall__Group_4_2__0");
@@ -930,8 +930,8 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getSubprogramGroupPrototypeAccess().getGroup(), "rule__SubprogramGroupPrototype__Group__0");
builder.put(grammarAccess.getSubprogramGroupPrototypeAccess().getGroup_0_0(), "rule__SubprogramGroupPrototype__Group_0_0__0");
builder.put(grammarAccess.getSubprogramGroupPrototypeAccess().getGroup_0_1(), "rule__SubprogramGroupPrototype__Group_0_1__0");
- builder.put(grammarAccess.getSubprogramGroupPrototypeAccess().getGroup_3(), "rule__SubprogramGroupPrototype__Group_3__0");
builder.put(grammarAccess.getSubprogramGroupPrototypeAccess().getGroup_4(), "rule__SubprogramGroupPrototype__Group_4__0");
+ builder.put(grammarAccess.getSubprogramGroupPrototypeAccess().getGroup_5(), "rule__SubprogramGroupPrototype__Group_5__0");
builder.put(grammarAccess.getSystemPrototypeAccess().getGroup(), "rule__SystemPrototype__Group__0");
builder.put(grammarAccess.getSystemPrototypeAccess().getGroup_0_0(), "rule__SystemPrototype__Group_0_0__0");
builder.put(grammarAccess.getSystemPrototypeAccess().getGroup_0_1(), "rule__SystemPrototype__Group_0_1__0");
@@ -945,22 +945,22 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getThreadGroupPrototypeAccess().getGroup(), "rule__ThreadGroupPrototype__Group__0");
builder.put(grammarAccess.getThreadGroupPrototypeAccess().getGroup_0_0(), "rule__ThreadGroupPrototype__Group_0_0__0");
builder.put(grammarAccess.getThreadGroupPrototypeAccess().getGroup_0_1(), "rule__ThreadGroupPrototype__Group_0_1__0");
- builder.put(grammarAccess.getThreadGroupPrototypeAccess().getGroup_3(), "rule__ThreadGroupPrototype__Group_3__0");
builder.put(grammarAccess.getThreadGroupPrototypeAccess().getGroup_4(), "rule__ThreadGroupPrototype__Group_4__0");
+ builder.put(grammarAccess.getThreadGroupPrototypeAccess().getGroup_5(), "rule__ThreadGroupPrototype__Group_5__0");
builder.put(grammarAccess.getVirtualBusPrototypeAccess().getGroup(), "rule__VirtualBusPrototype__Group__0");
builder.put(grammarAccess.getVirtualBusPrototypeAccess().getGroup_0_0(), "rule__VirtualBusPrototype__Group_0_0__0");
builder.put(grammarAccess.getVirtualBusPrototypeAccess().getGroup_0_1(), "rule__VirtualBusPrototype__Group_0_1__0");
- builder.put(grammarAccess.getVirtualBusPrototypeAccess().getGroup_3(), "rule__VirtualBusPrototype__Group_3__0");
builder.put(grammarAccess.getVirtualBusPrototypeAccess().getGroup_4(), "rule__VirtualBusPrototype__Group_4__0");
+ builder.put(grammarAccess.getVirtualBusPrototypeAccess().getGroup_5(), "rule__VirtualBusPrototype__Group_5__0");
builder.put(grammarAccess.getVirtualProcessorPrototypeAccess().getGroup(), "rule__VirtualProcessorPrototype__Group__0");
builder.put(grammarAccess.getVirtualProcessorPrototypeAccess().getGroup_0_0(), "rule__VirtualProcessorPrototype__Group_0_0__0");
builder.put(grammarAccess.getVirtualProcessorPrototypeAccess().getGroup_0_1(), "rule__VirtualProcessorPrototype__Group_0_1__0");
- builder.put(grammarAccess.getVirtualProcessorPrototypeAccess().getGroup_3(), "rule__VirtualProcessorPrototype__Group_3__0");
builder.put(grammarAccess.getVirtualProcessorPrototypeAccess().getGroup_4(), "rule__VirtualProcessorPrototype__Group_4__0");
+ builder.put(grammarAccess.getVirtualProcessorPrototypeAccess().getGroup_5(), "rule__VirtualProcessorPrototype__Group_5__0");
builder.put(grammarAccess.getFeatureGroupPrototypeAccess().getGroup(), "rule__FeatureGroupPrototype__Group__0");
builder.put(grammarAccess.getFeatureGroupPrototypeAccess().getGroup_0_0(), "rule__FeatureGroupPrototype__Group_0_0__0");
builder.put(grammarAccess.getFeatureGroupPrototypeAccess().getGroup_0_1(), "rule__FeatureGroupPrototype__Group_0_1__0");
- builder.put(grammarAccess.getFeatureGroupPrototypeAccess().getGroup_3(), "rule__FeatureGroupPrototype__Group_3__0");
+ builder.put(grammarAccess.getFeatureGroupPrototypeAccess().getGroup_4(), "rule__FeatureGroupPrototype__Group_4__0");
builder.put(grammarAccess.getFeaturePrototypeAccess().getGroup(), "rule__FeaturePrototype__Group__0");
builder.put(grammarAccess.getFeaturePrototypeAccess().getGroup_0_0(), "rule__FeaturePrototype__Group_0_0__0");
builder.put(grammarAccess.getFeaturePrototypeAccess().getGroup_0_1(), "rule__FeaturePrototype__Group_0_1__0");
@@ -991,8 +991,8 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getAbstractSubcomponentAccess().getGroup_3_1_2(), "rule__AbstractSubcomponent__Group_3_1_2__0");
builder.put(grammarAccess.getAbstractSubcomponentAccess().getGroup_4(), "rule__AbstractSubcomponent__Group_4__0");
builder.put(grammarAccess.getAbstractSubcomponentAccess().getGroup_5(), "rule__AbstractSubcomponent__Group_5__0");
- builder.put(grammarAccess.getAbstractSubcomponentAccess().getGroup_5_2(), "rule__AbstractSubcomponent__Group_5_2__0");
- builder.put(grammarAccess.getAbstractSubcomponentAccess().getGroup_5_2_1(), "rule__AbstractSubcomponent__Group_5_2_1__0");
+ builder.put(grammarAccess.getAbstractSubcomponentAccess().getGroup_5_3(), "rule__AbstractSubcomponent__Group_5_3__0");
+ builder.put(grammarAccess.getAbstractSubcomponentAccess().getGroup_5_3_1(), "rule__AbstractSubcomponent__Group_5_3_1__0");
builder.put(grammarAccess.getSystemSubcomponentAccess().getGroup(), "rule__SystemSubcomponent__Group__0");
builder.put(grammarAccess.getSystemSubcomponentAccess().getGroup_0_0(), "rule__SystemSubcomponent__Group_0_0__0");
builder.put(grammarAccess.getSystemSubcomponentAccess().getGroup_0_1(), "rule__SystemSubcomponent__Group_0_1__0");
@@ -1004,8 +1004,8 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getSystemSubcomponentAccess().getGroup_3_1_2(), "rule__SystemSubcomponent__Group_3_1_2__0");
builder.put(grammarAccess.getSystemSubcomponentAccess().getGroup_4(), "rule__SystemSubcomponent__Group_4__0");
builder.put(grammarAccess.getSystemSubcomponentAccess().getGroup_5(), "rule__SystemSubcomponent__Group_5__0");
- builder.put(grammarAccess.getSystemSubcomponentAccess().getGroup_5_2(), "rule__SystemSubcomponent__Group_5_2__0");
- builder.put(grammarAccess.getSystemSubcomponentAccess().getGroup_5_2_1(), "rule__SystemSubcomponent__Group_5_2_1__0");
+ builder.put(grammarAccess.getSystemSubcomponentAccess().getGroup_5_3(), "rule__SystemSubcomponent__Group_5_3__0");
+ builder.put(grammarAccess.getSystemSubcomponentAccess().getGroup_5_3_1(), "rule__SystemSubcomponent__Group_5_3_1__0");
builder.put(grammarAccess.getProcessSubcomponentAccess().getGroup(), "rule__ProcessSubcomponent__Group__0");
builder.put(grammarAccess.getProcessSubcomponentAccess().getGroup_0_0(), "rule__ProcessSubcomponent__Group_0_0__0");
builder.put(grammarAccess.getProcessSubcomponentAccess().getGroup_0_1(), "rule__ProcessSubcomponent__Group_0_1__0");
@@ -1017,21 +1017,21 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getProcessSubcomponentAccess().getGroup_3_1_2(), "rule__ProcessSubcomponent__Group_3_1_2__0");
builder.put(grammarAccess.getProcessSubcomponentAccess().getGroup_4(), "rule__ProcessSubcomponent__Group_4__0");
builder.put(grammarAccess.getProcessSubcomponentAccess().getGroup_5(), "rule__ProcessSubcomponent__Group_5__0");
- builder.put(grammarAccess.getProcessSubcomponentAccess().getGroup_5_2(), "rule__ProcessSubcomponent__Group_5_2__0");
- builder.put(grammarAccess.getProcessSubcomponentAccess().getGroup_5_2_1(), "rule__ProcessSubcomponent__Group_5_2_1__0");
+ builder.put(grammarAccess.getProcessSubcomponentAccess().getGroup_5_3(), "rule__ProcessSubcomponent__Group_5_3__0");
+ builder.put(grammarAccess.getProcessSubcomponentAccess().getGroup_5_3_1(), "rule__ProcessSubcomponent__Group_5_3_1__0");
builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getGroup(), "rule__ThreadGroupSubcomponent__Group__0");
builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_0_0(), "rule__ThreadGroupSubcomponent__Group_0_0__0");
builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_0_1(), "rule__ThreadGroupSubcomponent__Group_0_1__0");
- builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_2(), "rule__ThreadGroupSubcomponent__Group_2__0");
- builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_2_1(), "rule__ThreadGroupSubcomponent__Group_2_1__0");
- builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_2_1_2(), "rule__ThreadGroupSubcomponent__Group_2_1_2__0");
builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_3(), "rule__ThreadGroupSubcomponent__Group_3__0");
builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_3_1(), "rule__ThreadGroupSubcomponent__Group_3_1__0");
builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_3_1_2(), "rule__ThreadGroupSubcomponent__Group_3_1_2__0");
builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_4(), "rule__ThreadGroupSubcomponent__Group_4__0");
+ builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_4_1(), "rule__ThreadGroupSubcomponent__Group_4_1__0");
+ builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_4_1_2(), "rule__ThreadGroupSubcomponent__Group_4_1_2__0");
builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_5(), "rule__ThreadGroupSubcomponent__Group_5__0");
- builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_5_2(), "rule__ThreadGroupSubcomponent__Group_5_2__0");
- builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_5_2_1(), "rule__ThreadGroupSubcomponent__Group_5_2_1__0");
+ builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_6(), "rule__ThreadGroupSubcomponent__Group_6__0");
+ builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_6_3(), "rule__ThreadGroupSubcomponent__Group_6_3__0");
+ builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_6_3_1(), "rule__ThreadGroupSubcomponent__Group_6_3_1__0");
builder.put(grammarAccess.getThreadSubcomponentAccess().getGroup(), "rule__ThreadSubcomponent__Group__0");
builder.put(grammarAccess.getThreadSubcomponentAccess().getGroup_0_0(), "rule__ThreadSubcomponent__Group_0_0__0");
builder.put(grammarAccess.getThreadSubcomponentAccess().getGroup_0_1(), "rule__ThreadSubcomponent__Group_0_1__0");
@@ -1043,8 +1043,8 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getThreadSubcomponentAccess().getGroup_3_1_2(), "rule__ThreadSubcomponent__Group_3_1_2__0");
builder.put(grammarAccess.getThreadSubcomponentAccess().getGroup_4(), "rule__ThreadSubcomponent__Group_4__0");
builder.put(grammarAccess.getThreadSubcomponentAccess().getGroup_5(), "rule__ThreadSubcomponent__Group_5__0");
- builder.put(grammarAccess.getThreadSubcomponentAccess().getGroup_5_2(), "rule__ThreadSubcomponent__Group_5_2__0");
- builder.put(grammarAccess.getThreadSubcomponentAccess().getGroup_5_2_1(), "rule__ThreadSubcomponent__Group_5_2_1__0");
+ builder.put(grammarAccess.getThreadSubcomponentAccess().getGroup_5_3(), "rule__ThreadSubcomponent__Group_5_3__0");
+ builder.put(grammarAccess.getThreadSubcomponentAccess().getGroup_5_3_1(), "rule__ThreadSubcomponent__Group_5_3_1__0");
builder.put(grammarAccess.getSubprogramSubcomponentAccess().getGroup(), "rule__SubprogramSubcomponent__Group__0");
builder.put(grammarAccess.getSubprogramSubcomponentAccess().getGroup_0_0(), "rule__SubprogramSubcomponent__Group_0_0__0");
builder.put(grammarAccess.getSubprogramSubcomponentAccess().getGroup_0_1(), "rule__SubprogramSubcomponent__Group_0_1__0");
@@ -1056,21 +1056,21 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getSubprogramSubcomponentAccess().getGroup_3_1_2(), "rule__SubprogramSubcomponent__Group_3_1_2__0");
builder.put(grammarAccess.getSubprogramSubcomponentAccess().getGroup_4(), "rule__SubprogramSubcomponent__Group_4__0");
builder.put(grammarAccess.getSubprogramSubcomponentAccess().getGroup_5(), "rule__SubprogramSubcomponent__Group_5__0");
- builder.put(grammarAccess.getSubprogramSubcomponentAccess().getGroup_5_2(), "rule__SubprogramSubcomponent__Group_5_2__0");
- builder.put(grammarAccess.getSubprogramSubcomponentAccess().getGroup_5_2_1(), "rule__SubprogramSubcomponent__Group_5_2_1__0");
+ builder.put(grammarAccess.getSubprogramSubcomponentAccess().getGroup_5_3(), "rule__SubprogramSubcomponent__Group_5_3__0");
+ builder.put(grammarAccess.getSubprogramSubcomponentAccess().getGroup_5_3_1(), "rule__SubprogramSubcomponent__Group_5_3_1__0");
builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup(), "rule__SubprogramGroupSubcomponent__Group__0");
builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_0_0(), "rule__SubprogramGroupSubcomponent__Group_0_0__0");
builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_0_1(), "rule__SubprogramGroupSubcomponent__Group_0_1__0");
- builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_2(), "rule__SubprogramGroupSubcomponent__Group_2__0");
- builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_2_1(), "rule__SubprogramGroupSubcomponent__Group_2_1__0");
- builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_2_1_2(), "rule__SubprogramGroupSubcomponent__Group_2_1_2__0");
builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_3(), "rule__SubprogramGroupSubcomponent__Group_3__0");
builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_3_1(), "rule__SubprogramGroupSubcomponent__Group_3_1__0");
builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_3_1_2(), "rule__SubprogramGroupSubcomponent__Group_3_1_2__0");
builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_4(), "rule__SubprogramGroupSubcomponent__Group_4__0");
+ builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_4_1(), "rule__SubprogramGroupSubcomponent__Group_4_1__0");
+ builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_4_1_2(), "rule__SubprogramGroupSubcomponent__Group_4_1_2__0");
builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_5(), "rule__SubprogramGroupSubcomponent__Group_5__0");
- builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_5_2(), "rule__SubprogramGroupSubcomponent__Group_5_2__0");
- builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_5_2_1(), "rule__SubprogramGroupSubcomponent__Group_5_2_1__0");
+ builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_6(), "rule__SubprogramGroupSubcomponent__Group_6__0");
+ builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_6_3(), "rule__SubprogramGroupSubcomponent__Group_6_3__0");
+ builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_6_3_1(), "rule__SubprogramGroupSubcomponent__Group_6_3_1__0");
builder.put(grammarAccess.getProcessorSubcomponentAccess().getGroup(), "rule__ProcessorSubcomponent__Group__0");
builder.put(grammarAccess.getProcessorSubcomponentAccess().getGroup_0_0(), "rule__ProcessorSubcomponent__Group_0_0__0");
builder.put(grammarAccess.getProcessorSubcomponentAccess().getGroup_0_1(), "rule__ProcessorSubcomponent__Group_0_1__0");
@@ -1082,21 +1082,21 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getProcessorSubcomponentAccess().getGroup_3_1_2(), "rule__ProcessorSubcomponent__Group_3_1_2__0");
builder.put(grammarAccess.getProcessorSubcomponentAccess().getGroup_4(), "rule__ProcessorSubcomponent__Group_4__0");
builder.put(grammarAccess.getProcessorSubcomponentAccess().getGroup_5(), "rule__ProcessorSubcomponent__Group_5__0");
- builder.put(grammarAccess.getProcessorSubcomponentAccess().getGroup_5_2(), "rule__ProcessorSubcomponent__Group_5_2__0");
- builder.put(grammarAccess.getProcessorSubcomponentAccess().getGroup_5_2_1(), "rule__ProcessorSubcomponent__Group_5_2_1__0");
+ builder.put(grammarAccess.getProcessorSubcomponentAccess().getGroup_5_3(), "rule__ProcessorSubcomponent__Group_5_3__0");
+ builder.put(grammarAccess.getProcessorSubcomponentAccess().getGroup_5_3_1(), "rule__ProcessorSubcomponent__Group_5_3_1__0");
builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup(), "rule__VirtualProcessorSubcomponent__Group__0");
builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_0_0(), "rule__VirtualProcessorSubcomponent__Group_0_0__0");
builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_0_1(), "rule__VirtualProcessorSubcomponent__Group_0_1__0");
- builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_2(), "rule__VirtualProcessorSubcomponent__Group_2__0");
- builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_2_1(), "rule__VirtualProcessorSubcomponent__Group_2_1__0");
- builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_2_1_2(), "rule__VirtualProcessorSubcomponent__Group_2_1_2__0");
builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_3(), "rule__VirtualProcessorSubcomponent__Group_3__0");
builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_3_1(), "rule__VirtualProcessorSubcomponent__Group_3_1__0");
builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_3_1_2(), "rule__VirtualProcessorSubcomponent__Group_3_1_2__0");
builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_4(), "rule__VirtualProcessorSubcomponent__Group_4__0");
+ builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_4_1(), "rule__VirtualProcessorSubcomponent__Group_4_1__0");
+ builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_4_1_2(), "rule__VirtualProcessorSubcomponent__Group_4_1_2__0");
builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_5(), "rule__VirtualProcessorSubcomponent__Group_5__0");
- builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_5_2(), "rule__VirtualProcessorSubcomponent__Group_5_2__0");
- builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_5_2_1(), "rule__VirtualProcessorSubcomponent__Group_5_2_1__0");
+ builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_6(), "rule__VirtualProcessorSubcomponent__Group_6__0");
+ builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_6_3(), "rule__VirtualProcessorSubcomponent__Group_6_3__0");
+ builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_6_3_1(), "rule__VirtualProcessorSubcomponent__Group_6_3_1__0");
builder.put(grammarAccess.getDeviceSubcomponentAccess().getGroup(), "rule__DeviceSubcomponent__Group__0");
builder.put(grammarAccess.getDeviceSubcomponentAccess().getGroup_0_0(), "rule__DeviceSubcomponent__Group_0_0__0");
builder.put(grammarAccess.getDeviceSubcomponentAccess().getGroup_0_1(), "rule__DeviceSubcomponent__Group_0_1__0");
@@ -1108,8 +1108,8 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getDeviceSubcomponentAccess().getGroup_3_1_2(), "rule__DeviceSubcomponent__Group_3_1_2__0");
builder.put(grammarAccess.getDeviceSubcomponentAccess().getGroup_4(), "rule__DeviceSubcomponent__Group_4__0");
builder.put(grammarAccess.getDeviceSubcomponentAccess().getGroup_5(), "rule__DeviceSubcomponent__Group_5__0");
- builder.put(grammarAccess.getDeviceSubcomponentAccess().getGroup_5_2(), "rule__DeviceSubcomponent__Group_5_2__0");
- builder.put(grammarAccess.getDeviceSubcomponentAccess().getGroup_5_2_1(), "rule__DeviceSubcomponent__Group_5_2_1__0");
+ builder.put(grammarAccess.getDeviceSubcomponentAccess().getGroup_5_3(), "rule__DeviceSubcomponent__Group_5_3__0");
+ builder.put(grammarAccess.getDeviceSubcomponentAccess().getGroup_5_3_1(), "rule__DeviceSubcomponent__Group_5_3_1__0");
builder.put(grammarAccess.getMemorySubcomponentAccess().getGroup(), "rule__MemorySubcomponent__Group__0");
builder.put(grammarAccess.getMemorySubcomponentAccess().getGroup_0_0(), "rule__MemorySubcomponent__Group_0_0__0");
builder.put(grammarAccess.getMemorySubcomponentAccess().getGroup_0_1(), "rule__MemorySubcomponent__Group_0_1__0");
@@ -1121,8 +1121,8 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getMemorySubcomponentAccess().getGroup_3_1_2(), "rule__MemorySubcomponent__Group_3_1_2__0");
builder.put(grammarAccess.getMemorySubcomponentAccess().getGroup_4(), "rule__MemorySubcomponent__Group_4__0");
builder.put(grammarAccess.getMemorySubcomponentAccess().getGroup_5(), "rule__MemorySubcomponent__Group_5__0");
- builder.put(grammarAccess.getMemorySubcomponentAccess().getGroup_5_2(), "rule__MemorySubcomponent__Group_5_2__0");
- builder.put(grammarAccess.getMemorySubcomponentAccess().getGroup_5_2_1(), "rule__MemorySubcomponent__Group_5_2_1__0");
+ builder.put(grammarAccess.getMemorySubcomponentAccess().getGroup_5_3(), "rule__MemorySubcomponent__Group_5_3__0");
+ builder.put(grammarAccess.getMemorySubcomponentAccess().getGroup_5_3_1(), "rule__MemorySubcomponent__Group_5_3_1__0");
builder.put(grammarAccess.getBusSubcomponentAccess().getGroup(), "rule__BusSubcomponent__Group__0");
builder.put(grammarAccess.getBusSubcomponentAccess().getGroup_0_0(), "rule__BusSubcomponent__Group_0_0__0");
builder.put(grammarAccess.getBusSubcomponentAccess().getGroup_0_1(), "rule__BusSubcomponent__Group_0_1__0");
@@ -1134,21 +1134,21 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getBusSubcomponentAccess().getGroup_3_1_2(), "rule__BusSubcomponent__Group_3_1_2__0");
builder.put(grammarAccess.getBusSubcomponentAccess().getGroup_4(), "rule__BusSubcomponent__Group_4__0");
builder.put(grammarAccess.getBusSubcomponentAccess().getGroup_5(), "rule__BusSubcomponent__Group_5__0");
- builder.put(grammarAccess.getBusSubcomponentAccess().getGroup_5_2(), "rule__BusSubcomponent__Group_5_2__0");
- builder.put(grammarAccess.getBusSubcomponentAccess().getGroup_5_2_1(), "rule__BusSubcomponent__Group_5_2_1__0");
+ builder.put(grammarAccess.getBusSubcomponentAccess().getGroup_5_3(), "rule__BusSubcomponent__Group_5_3__0");
+ builder.put(grammarAccess.getBusSubcomponentAccess().getGroup_5_3_1(), "rule__BusSubcomponent__Group_5_3_1__0");
builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getGroup(), "rule__VirtualBusSubcomponent__Group__0");
builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_0_0(), "rule__VirtualBusSubcomponent__Group_0_0__0");
builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_0_1(), "rule__VirtualBusSubcomponent__Group_0_1__0");
- builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_2(), "rule__VirtualBusSubcomponent__Group_2__0");
- builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_2_1(), "rule__VirtualBusSubcomponent__Group_2_1__0");
- builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_2_1_2(), "rule__VirtualBusSubcomponent__Group_2_1_2__0");
builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_3(), "rule__VirtualBusSubcomponent__Group_3__0");
builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_3_1(), "rule__VirtualBusSubcomponent__Group_3_1__0");
builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_3_1_2(), "rule__VirtualBusSubcomponent__Group_3_1_2__0");
builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_4(), "rule__VirtualBusSubcomponent__Group_4__0");
+ builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_4_1(), "rule__VirtualBusSubcomponent__Group_4_1__0");
+ builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_4_1_2(), "rule__VirtualBusSubcomponent__Group_4_1_2__0");
builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_5(), "rule__VirtualBusSubcomponent__Group_5__0");
- builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_5_2(), "rule__VirtualBusSubcomponent__Group_5_2__0");
- builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_5_2_1(), "rule__VirtualBusSubcomponent__Group_5_2_1__0");
+ builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_6(), "rule__VirtualBusSubcomponent__Group_6__0");
+ builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_6_3(), "rule__VirtualBusSubcomponent__Group_6_3__0");
+ builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_6_3_1(), "rule__VirtualBusSubcomponent__Group_6_3_1__0");
builder.put(grammarAccess.getDataSubcomponentAccess().getGroup(), "rule__DataSubcomponent__Group__0");
builder.put(grammarAccess.getDataSubcomponentAccess().getGroup_0_0(), "rule__DataSubcomponent__Group_0_0__0");
builder.put(grammarAccess.getDataSubcomponentAccess().getGroup_0_1(), "rule__DataSubcomponent__Group_0_1__0");
@@ -1160,8 +1160,8 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getDataSubcomponentAccess().getGroup_3_1_2(), "rule__DataSubcomponent__Group_3_1_2__0");
builder.put(grammarAccess.getDataSubcomponentAccess().getGroup_4(), "rule__DataSubcomponent__Group_4__0");
builder.put(grammarAccess.getDataSubcomponentAccess().getGroup_5(), "rule__DataSubcomponent__Group_5__0");
- builder.put(grammarAccess.getDataSubcomponentAccess().getGroup_5_2(), "rule__DataSubcomponent__Group_5_2__0");
- builder.put(grammarAccess.getDataSubcomponentAccess().getGroup_5_2_1(), "rule__DataSubcomponent__Group_5_2_1__0");
+ builder.put(grammarAccess.getDataSubcomponentAccess().getGroup_5_3(), "rule__DataSubcomponent__Group_5_3__0");
+ builder.put(grammarAccess.getDataSubcomponentAccess().getGroup_5_3_1(), "rule__DataSubcomponent__Group_5_3_1__0");
builder.put(grammarAccess.getArrayDimensionAccess().getGroup(), "rule__ArrayDimension__Group__0");
builder.put(grammarAccess.getComponentImplementationReferenceAccess().getGroup(), "rule__ComponentImplementationReference__Group__0");
builder.put(grammarAccess.getComponentImplementationReferenceAccess().getGroup_2(), "rule__ComponentImplementationReference__Group_2__0");
@@ -1170,22 +1170,23 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getDataPortAccess().getGroup_1_0(), "rule__DataPort__Group_1_0__0");
builder.put(grammarAccess.getDataPortAccess().getGroup_1_1(), "rule__DataPort__Group_1_1__0");
builder.put(grammarAccess.getDataPortAccess().getGroup_2_0(), "rule__DataPort__Group_2_0__0");
- builder.put(grammarAccess.getDataPortAccess().getGroup_6(), "rule__DataPort__Group_6__0");
+ builder.put(grammarAccess.getDataPortAccess().getGroup_7(), "rule__DataPort__Group_7__0");
builder.put(grammarAccess.getEventDataPortAccess().getGroup(), "rule__EventDataPort__Group__0");
builder.put(grammarAccess.getEventDataPortAccess().getGroup_1_0(), "rule__EventDataPort__Group_1_0__0");
builder.put(grammarAccess.getEventDataPortAccess().getGroup_1_1(), "rule__EventDataPort__Group_1_1__0");
builder.put(grammarAccess.getEventDataPortAccess().getGroup_2_0(), "rule__EventDataPort__Group_2_0__0");
- builder.put(grammarAccess.getEventDataPortAccess().getGroup_6(), "rule__EventDataPort__Group_6__0");
+ builder.put(grammarAccess.getEventDataPortAccess().getGroup_8(), "rule__EventDataPort__Group_8__0");
builder.put(grammarAccess.getEventPortAccess().getGroup(), "rule__EventPort__Group__0");
builder.put(grammarAccess.getEventPortAccess().getGroup_1_0(), "rule__EventPort__Group_1_0__0");
builder.put(grammarAccess.getEventPortAccess().getGroup_1_1(), "rule__EventPort__Group_1_1__0");
builder.put(grammarAccess.getEventPortAccess().getGroup_2_0(), "rule__EventPort__Group_2_0__0");
- builder.put(grammarAccess.getEventPortAccess().getGroup_5(), "rule__EventPort__Group_5__0");
+ builder.put(grammarAccess.getEventPortAccess().getGroup_6(), "rule__EventPort__Group_6__0");
builder.put(grammarAccess.getFeatureGroupAccess().getGroup(), "rule__FeatureGroup__Group__0");
builder.put(grammarAccess.getFeatureGroupAccess().getGroup_0_0(), "rule__FeatureGroup__Group_0_0__0");
builder.put(grammarAccess.getFeatureGroupAccess().getGroup_0_1(), "rule__FeatureGroup__Group_0_1__0");
- builder.put(grammarAccess.getFeatureGroupAccess().getGroup_3(), "rule__FeatureGroup__Group_3__0");
- builder.put(grammarAccess.getFeatureGroupAccess().getGroup_5(), "rule__FeatureGroup__Group_5__0");
+ builder.put(grammarAccess.getFeatureGroupAccess().getGroup_4(), "rule__FeatureGroup__Group_4__0");
+ builder.put(grammarAccess.getFeatureGroupAccess().getGroup_4_0(), "rule__FeatureGroup__Group_4_0__0");
+ builder.put(grammarAccess.getFeatureGroupAccess().getGroup_6(), "rule__FeatureGroup__Group_6__0");
builder.put(grammarAccess.getParameterAccess().getGroup(), "rule__Parameter__Group__0");
builder.put(grammarAccess.getParameterAccess().getGroup_0_0(), "rule__Parameter__Group_0_0__0");
builder.put(grammarAccess.getParameterAccess().getGroup_0_1(), "rule__Parameter__Group_0_1__0");
@@ -1194,19 +1195,19 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getSubprogramAccessAccess().getGroup(), "rule__SubprogramAccess__Group__0");
builder.put(grammarAccess.getSubprogramAccessAccess().getGroup_0_0(), "rule__SubprogramAccess__Group_0_0__0");
builder.put(grammarAccess.getSubprogramAccessAccess().getGroup_0_1(), "rule__SubprogramAccess__Group_0_1__0");
- builder.put(grammarAccess.getSubprogramAccessAccess().getGroup_5(), "rule__SubprogramAccess__Group_5__0");
+ builder.put(grammarAccess.getSubprogramAccessAccess().getGroup_6(), "rule__SubprogramAccess__Group_6__0");
builder.put(grammarAccess.getSubprogramGroupAccessAccess().getGroup(), "rule__SubprogramGroupAccess__Group__0");
builder.put(grammarAccess.getSubprogramGroupAccessAccess().getGroup_0_0(), "rule__SubprogramGroupAccess__Group_0_0__0");
builder.put(grammarAccess.getSubprogramGroupAccessAccess().getGroup_0_1(), "rule__SubprogramGroupAccess__Group_0_1__0");
- builder.put(grammarAccess.getSubprogramGroupAccessAccess().getGroup_5(), "rule__SubprogramGroupAccess__Group_5__0");
+ builder.put(grammarAccess.getSubprogramGroupAccessAccess().getGroup_7(), "rule__SubprogramGroupAccess__Group_7__0");
builder.put(grammarAccess.getBusAccessAccess().getGroup(), "rule__BusAccess__Group__0");
builder.put(grammarAccess.getBusAccessAccess().getGroup_0_0(), "rule__BusAccess__Group_0_0__0");
builder.put(grammarAccess.getBusAccessAccess().getGroup_0_1(), "rule__BusAccess__Group_0_1__0");
- builder.put(grammarAccess.getBusAccessAccess().getGroup_6(), "rule__BusAccess__Group_6__0");
+ builder.put(grammarAccess.getBusAccessAccess().getGroup_7(), "rule__BusAccess__Group_7__0");
builder.put(grammarAccess.getDataAccessAccess().getGroup(), "rule__DataAccess__Group__0");
builder.put(grammarAccess.getDataAccessAccess().getGroup_0_0(), "rule__DataAccess__Group_0_0__0");
builder.put(grammarAccess.getDataAccessAccess().getGroup_0_1(), "rule__DataAccess__Group_0_1__0");
- builder.put(grammarAccess.getDataAccessAccess().getGroup_5(), "rule__DataAccess__Group_5__0");
+ builder.put(grammarAccess.getDataAccessAccess().getGroup_6(), "rule__DataAccess__Group_6__0");
builder.put(grammarAccess.getAbstractFeatureAccess().getGroup(), "rule__AbstractFeature__Group__0");
builder.put(grammarAccess.getAbstractFeatureAccess().getGroup_0_0(), "rule__AbstractFeature__Group_0_0__0");
builder.put(grammarAccess.getAbstractFeatureAccess().getGroup_0_1(), "rule__AbstractFeature__Group_0_1__0");
@@ -1216,19 +1217,19 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getPortDirectionAccess().getGroup_2(), "rule__PortDirection__Group_2__0");
builder.put(grammarAccess.getPortCategoryAccess().getGroup_2(), "rule__PortCategory__Group_2__0");
builder.put(grammarAccess.getFeatureGroupTypeAccess().getGroup(), "rule__FeatureGroupType__Group__0");
- builder.put(grammarAccess.getFeatureGroupTypeAccess().getGroup_2(), "rule__FeatureGroupType__Group_2__0");
- builder.put(grammarAccess.getFeatureGroupTypeAccess().getGroup_2_1(), "rule__FeatureGroupType__Group_2_1__0");
- builder.put(grammarAccess.getFeatureGroupTypeAccess().getGroup_2_1_2(), "rule__FeatureGroupType__Group_2_1_2__0");
builder.put(grammarAccess.getFeatureGroupTypeAccess().getGroup_3(), "rule__FeatureGroupType__Group_3__0");
- builder.put(grammarAccess.getFeatureGroupTypeAccess().getGroup_3_1_0(), "rule__FeatureGroupType__Group_3_1_0__0");
+ builder.put(grammarAccess.getFeatureGroupTypeAccess().getGroup_3_1(), "rule__FeatureGroupType__Group_3_1__0");
+ builder.put(grammarAccess.getFeatureGroupTypeAccess().getGroup_3_1_2(), "rule__FeatureGroupType__Group_3_1_2__0");
builder.put(grammarAccess.getFeatureGroupTypeAccess().getGroup_4(), "rule__FeatureGroupType__Group_4__0");
+ builder.put(grammarAccess.getFeatureGroupTypeAccess().getGroup_4_1_0(), "rule__FeatureGroupType__Group_4_1_0__0");
builder.put(grammarAccess.getFeatureGroupTypeAccess().getGroup_5(), "rule__FeatureGroupType__Group_5__0");
builder.put(grammarAccess.getFeatureGroupTypeAccess().getGroup_6(), "rule__FeatureGroupType__Group_6__0");
- builder.put(grammarAccess.getFeatureGroupTypeAccess().getGroup_6_1_1(), "rule__FeatureGroupType__Group_6_1_1__0");
+ builder.put(grammarAccess.getFeatureGroupTypeAccess().getGroup_7(), "rule__FeatureGroupType__Group_7__0");
+ builder.put(grammarAccess.getFeatureGroupTypeAccess().getGroup_7_1_1(), "rule__FeatureGroupType__Group_7_1_1__0");
builder.put(grammarAccess.getEventSourceAccess().getGroup(), "rule__EventSource__Group__0");
builder.put(grammarAccess.getEventSourceAccess().getGroup_3(), "rule__EventSource__Group_3__0");
builder.put(grammarAccess.getEventDataSourceAccess().getGroup(), "rule__EventDataSource__Group__0");
- builder.put(grammarAccess.getEventDataSourceAccess().getGroup_4(), "rule__EventDataSource__Group_4__0");
+ builder.put(grammarAccess.getEventDataSourceAccess().getGroup_5(), "rule__EventDataSource__Group_5__0");
builder.put(grammarAccess.getPortProxyAccess().getGroup(), "rule__PortProxy__Group__0");
builder.put(grammarAccess.getPortProxyAccess().getGroup_4(), "rule__PortProxy__Group_4__0");
builder.put(grammarAccess.getSubprogramProxyAccess().getGroup(), "rule__SubprogramProxy__Group__0");
@@ -1246,79 +1247,79 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getPortConnectionAccess().getGroup_0_1(), "rule__PortConnection__Group_0_1__0");
builder.put(grammarAccess.getPortConnectionAccess().getGroup_1(), "rule__PortConnection__Group_1__0");
builder.put(grammarAccess.getPortConnectionAccess().getGroup_2(), "rule__PortConnection__Group_2__0");
- builder.put(grammarAccess.getPortConnectionAccess().getGroup_2_2(), "rule__PortConnection__Group_2_2__0");
- builder.put(grammarAccess.getPortConnectionAccess().getGroup_2_2_1(), "rule__PortConnection__Group_2_2_1__0");
+ builder.put(grammarAccess.getPortConnectionAccess().getGroup_2_3(), "rule__PortConnection__Group_2_3__0");
+ builder.put(grammarAccess.getPortConnectionAccess().getGroup_2_3_1(), "rule__PortConnection__Group_2_3_1__0");
builder.put(grammarAccess.getAccessConnectionAccess().getGroup(), "rule__AccessConnection__Group__0");
builder.put(grammarAccess.getAccessConnectionAccess().getGroup_0_0(), "rule__AccessConnection__Group_0_0__0");
builder.put(grammarAccess.getAccessConnectionAccess().getGroup_0_1(), "rule__AccessConnection__Group_0_1__0");
builder.put(grammarAccess.getAccessConnectionAccess().getGroup_1(), "rule__AccessConnection__Group_1__0");
builder.put(grammarAccess.getAccessConnectionAccess().getGroup_2(), "rule__AccessConnection__Group_2__0");
- builder.put(grammarAccess.getAccessConnectionAccess().getGroup_2_2(), "rule__AccessConnection__Group_2_2__0");
- builder.put(grammarAccess.getAccessConnectionAccess().getGroup_2_2_1(), "rule__AccessConnection__Group_2_2_1__0");
+ builder.put(grammarAccess.getAccessConnectionAccess().getGroup_2_3(), "rule__AccessConnection__Group_2_3__0");
+ builder.put(grammarAccess.getAccessConnectionAccess().getGroup_2_3_1(), "rule__AccessConnection__Group_2_3_1__0");
builder.put(grammarAccess.getFeatureGroupConnectionAccess().getGroup(), "rule__FeatureGroupConnection__Group__0");
builder.put(grammarAccess.getFeatureGroupConnectionAccess().getGroup_0_0(), "rule__FeatureGroupConnection__Group_0_0__0");
builder.put(grammarAccess.getFeatureGroupConnectionAccess().getGroup_0_1(), "rule__FeatureGroupConnection__Group_0_1__0");
builder.put(grammarAccess.getFeatureGroupConnectionAccess().getGroup_1(), "rule__FeatureGroupConnection__Group_1__0");
builder.put(grammarAccess.getFeatureGroupConnectionAccess().getGroup_2(), "rule__FeatureGroupConnection__Group_2__0");
- builder.put(grammarAccess.getFeatureGroupConnectionAccess().getGroup_2_2(), "rule__FeatureGroupConnection__Group_2_2__0");
- builder.put(grammarAccess.getFeatureGroupConnectionAccess().getGroup_2_2_1(), "rule__FeatureGroupConnection__Group_2_2_1__0");
+ builder.put(grammarAccess.getFeatureGroupConnectionAccess().getGroup_2_3(), "rule__FeatureGroupConnection__Group_2_3__0");
+ builder.put(grammarAccess.getFeatureGroupConnectionAccess().getGroup_2_3_1(), "rule__FeatureGroupConnection__Group_2_3_1__0");
builder.put(grammarAccess.getFeatureConnectionAccess().getGroup(), "rule__FeatureConnection__Group__0");
builder.put(grammarAccess.getFeatureConnectionAccess().getGroup_0_0(), "rule__FeatureConnection__Group_0_0__0");
builder.put(grammarAccess.getFeatureConnectionAccess().getGroup_0_1(), "rule__FeatureConnection__Group_0_1__0");
builder.put(grammarAccess.getFeatureConnectionAccess().getGroup_1(), "rule__FeatureConnection__Group_1__0");
builder.put(grammarAccess.getFeatureConnectionAccess().getGroup_2(), "rule__FeatureConnection__Group_2__0");
- builder.put(grammarAccess.getFeatureConnectionAccess().getGroup_2_2(), "rule__FeatureConnection__Group_2_2__0");
- builder.put(grammarAccess.getFeatureConnectionAccess().getGroup_2_2_1(), "rule__FeatureConnection__Group_2_2_1__0");
+ builder.put(grammarAccess.getFeatureConnectionAccess().getGroup_2_3(), "rule__FeatureConnection__Group_2_3__0");
+ builder.put(grammarAccess.getFeatureConnectionAccess().getGroup_2_3_1(), "rule__FeatureConnection__Group_2_3_1__0");
builder.put(grammarAccess.getParameterConnectionAccess().getGroup(), "rule__ParameterConnection__Group__0");
builder.put(grammarAccess.getParameterConnectionAccess().getGroup_0_0(), "rule__ParameterConnection__Group_0_0__0");
builder.put(grammarAccess.getParameterConnectionAccess().getGroup_0_1(), "rule__ParameterConnection__Group_0_1__0");
builder.put(grammarAccess.getParameterConnectionAccess().getGroup_1(), "rule__ParameterConnection__Group_1__0");
builder.put(grammarAccess.getParameterConnectionAccess().getGroup_2(), "rule__ParameterConnection__Group_2__0");
- builder.put(grammarAccess.getParameterConnectionAccess().getGroup_2_2(), "rule__ParameterConnection__Group_2_2__0");
- builder.put(grammarAccess.getParameterConnectionAccess().getGroup_2_2_1(), "rule__ParameterConnection__Group_2_2_1__0");
+ builder.put(grammarAccess.getParameterConnectionAccess().getGroup_2_3(), "rule__ParameterConnection__Group_2_3__0");
+ builder.put(grammarAccess.getParameterConnectionAccess().getGroup_2_3_1(), "rule__ParameterConnection__Group_2_3_1__0");
builder.put(grammarAccess.getAccessCategoryAccess().getGroup_3(), "rule__AccessCategory__Group_3__0");
builder.put(grammarAccess.getAccessCategoryAccess().getGroup_4(), "rule__AccessCategory__Group_4__0");
builder.put(grammarAccess.getFlowSourceSpecAccess().getGroup(), "rule__FlowSourceSpec__Group__0");
builder.put(grammarAccess.getFlowSourceSpecAccess().getGroup_5(), "rule__FlowSourceSpec__Group_5__0");
builder.put(grammarAccess.getFlowSourceSpecAccess().getGroup_6(), "rule__FlowSourceSpec__Group_6__0");
- builder.put(grammarAccess.getFlowSourceSpecAccess().getGroup_6_3(), "rule__FlowSourceSpec__Group_6_3__0");
+ builder.put(grammarAccess.getFlowSourceSpecAccess().getGroup_6_4(), "rule__FlowSourceSpec__Group_6_4__0");
builder.put(grammarAccess.getFlowSinkSpecAccess().getGroup(), "rule__FlowSinkSpec__Group__0");
builder.put(grammarAccess.getFlowSinkSpecAccess().getGroup_5(), "rule__FlowSinkSpec__Group_5__0");
builder.put(grammarAccess.getFlowSinkSpecAccess().getGroup_6(), "rule__FlowSinkSpec__Group_6__0");
- builder.put(grammarAccess.getFlowSinkSpecAccess().getGroup_6_3(), "rule__FlowSinkSpec__Group_6_3__0");
+ builder.put(grammarAccess.getFlowSinkSpecAccess().getGroup_6_4(), "rule__FlowSinkSpec__Group_6_4__0");
builder.put(grammarAccess.getFlowPathSpecAccess().getGroup(), "rule__FlowPathSpec__Group__0");
builder.put(grammarAccess.getFlowPathSpecAccess().getGroup_7(), "rule__FlowPathSpec__Group_7__0");
builder.put(grammarAccess.getFlowPathSpecAccess().getGroup_8(), "rule__FlowPathSpec__Group_8__0");
- builder.put(grammarAccess.getFlowPathSpecAccess().getGroup_8_3(), "rule__FlowPathSpec__Group_8_3__0");
+ builder.put(grammarAccess.getFlowPathSpecAccess().getGroup_8_4(), "rule__FlowPathSpec__Group_8_4__0");
builder.put(grammarAccess.getFlowEndAccess().getGroup(), "rule__FlowEnd__Group__0");
builder.put(grammarAccess.getFlowEndAccess().getGroup_0(), "rule__FlowEnd__Group_0__0");
builder.put(grammarAccess.getFlowSpecRefinementAccess().getGroup(), "rule__FlowSpecRefinement__Group__0");
- builder.put(grammarAccess.getFlowSpecRefinementAccess().getGroup_5(), "rule__FlowSpecRefinement__Group_5__0");
builder.put(grammarAccess.getFlowSpecRefinementAccess().getGroup_6(), "rule__FlowSpecRefinement__Group_6__0");
- builder.put(grammarAccess.getFlowSpecRefinementAccess().getGroup_6_3(), "rule__FlowSpecRefinement__Group_6_3__0");
+ builder.put(grammarAccess.getFlowSpecRefinementAccess().getGroup_7(), "rule__FlowSpecRefinement__Group_7__0");
+ builder.put(grammarAccess.getFlowSpecRefinementAccess().getGroup_7_4(), "rule__FlowSpecRefinement__Group_7_4__0");
builder.put(grammarAccess.getFlowSourceImplAccess().getGroup(), "rule__FlowSourceImpl__Group__0");
builder.put(grammarAccess.getFlowSourceImplAccess().getGroup_4(), "rule__FlowSourceImpl__Group_4__0");
builder.put(grammarAccess.getFlowSourceImplAccess().getGroup_6(), "rule__FlowSourceImpl__Group_6__0");
builder.put(grammarAccess.getFlowSourceImplAccess().getGroup_7(), "rule__FlowSourceImpl__Group_7__0");
- builder.put(grammarAccess.getFlowSourceImplAccess().getGroup_7_3(), "rule__FlowSourceImpl__Group_7_3__0");
+ builder.put(grammarAccess.getFlowSourceImplAccess().getGroup_7_4(), "rule__FlowSourceImpl__Group_7_4__0");
builder.put(grammarAccess.getFlowSinkImplAccess().getGroup(), "rule__FlowSinkImpl__Group__0");
builder.put(grammarAccess.getFlowSinkImplAccess().getGroup_5(), "rule__FlowSinkImpl__Group_5__0");
builder.put(grammarAccess.getFlowSinkImplAccess().getGroup_6(), "rule__FlowSinkImpl__Group_6__0");
builder.put(grammarAccess.getFlowSinkImplAccess().getGroup_7(), "rule__FlowSinkImpl__Group_7__0");
- builder.put(grammarAccess.getFlowSinkImplAccess().getGroup_7_3(), "rule__FlowSinkImpl__Group_7_3__0");
+ builder.put(grammarAccess.getFlowSinkImplAccess().getGroup_7_4(), "rule__FlowSinkImpl__Group_7_4__0");
builder.put(grammarAccess.getFlowPathImplAccess().getGroup(), "rule__FlowPathImpl__Group__0");
builder.put(grammarAccess.getFlowPathImplAccess().getGroup_5(), "rule__FlowPathImpl__Group_5__0");
builder.put(grammarAccess.getFlowPathImplAccess().getGroup_5_0(), "rule__FlowPathImpl__Group_5_0__0");
builder.put(grammarAccess.getFlowPathImplAccess().getGroup_8(), "rule__FlowPathImpl__Group_8__0");
builder.put(grammarAccess.getFlowPathImplAccess().getGroup_9(), "rule__FlowPathImpl__Group_9__0");
- builder.put(grammarAccess.getFlowPathImplAccess().getGroup_9_3(), "rule__FlowPathImpl__Group_9_3__0");
+ builder.put(grammarAccess.getFlowPathImplAccess().getGroup_9_4(), "rule__FlowPathImpl__Group_9_4__0");
builder.put(grammarAccess.getEndToEndFlowAccess().getGroup(), "rule__EndToEndFlow__Group__0");
builder.put(grammarAccess.getEndToEndFlowAccess().getGroup_0_0(), "rule__EndToEndFlow__Group_0_0__0");
- builder.put(grammarAccess.getEndToEndFlowAccess().getGroup_0_0_4(), "rule__EndToEndFlow__Group_0_0_4__0");
+ builder.put(grammarAccess.getEndToEndFlowAccess().getGroup_0_0_7(), "rule__EndToEndFlow__Group_0_0_7__0");
builder.put(grammarAccess.getEndToEndFlowAccess().getGroup_0_1(), "rule__EndToEndFlow__Group_0_1__0");
builder.put(grammarAccess.getEndToEndFlowAccess().getGroup_1(), "rule__EndToEndFlow__Group_1__0");
builder.put(grammarAccess.getEndToEndFlowAccess().getGroup_2(), "rule__EndToEndFlow__Group_2__0");
- builder.put(grammarAccess.getEndToEndFlowAccess().getGroup_2_3(), "rule__EndToEndFlow__Group_2_3__0");
+ builder.put(grammarAccess.getEndToEndFlowAccess().getGroup_2_4(), "rule__EndToEndFlow__Group_2_4__0");
builder.put(grammarAccess.getSubcomponentFlowAccess().getGroup(), "rule__SubcomponentFlow__Group__0");
builder.put(grammarAccess.getSubcomponentFlowAccess().getGroup_0(), "rule__SubcomponentFlow__Group_0__0");
builder.put(grammarAccess.getETESubcomponentFlowAccess().getGroup(), "rule__ETESubcomponentFlow__Group__0");
@@ -1338,8 +1339,8 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getDefaultAnnexLibraryAccess().getGroup(), "rule__DefaultAnnexLibrary__Group__0");
builder.put(grammarAccess.getDefaultAnnexSubclauseAccess().getGroup(), "rule__DefaultAnnexSubclause__Group__0");
builder.put(grammarAccess.getDefaultAnnexSubclauseAccess().getGroup_3(), "rule__DefaultAnnexSubclause__Group_3__0");
- builder.put(grammarAccess.getDefaultAnnexSubclauseAccess().getGroup_3_2(), "rule__DefaultAnnexSubclause__Group_3_2__0");
- builder.put(grammarAccess.getDefaultAnnexSubclauseAccess().getGroup_3_2_1(), "rule__DefaultAnnexSubclause__Group_3_2_1__0");
+ builder.put(grammarAccess.getDefaultAnnexSubclauseAccess().getGroup_3_3(), "rule__DefaultAnnexSubclause__Group_3_3__0");
+ builder.put(grammarAccess.getDefaultAnnexSubclauseAccess().getGroup_3_3_1(), "rule__DefaultAnnexSubclause__Group_3_3_1__0");
builder.put(grammarAccess.getPropertySetAccess().getGroup(), "rule__PropertySet__Group__0");
builder.put(grammarAccess.getPropertySetAccess().getGroup_4(), "rule__PropertySet__Group_4__0");
builder.put(grammarAccess.getPropertySetAccess().getGroup_4_2(), "rule__PropertySet__Group_4_2__0");
@@ -1386,8 +1387,8 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getRecordFieldAccess().getGroup(), "rule__RecordField__Group__0");
builder.put(grammarAccess.getPropertyDefinitionAccess().getGroup(), "rule__PropertyDefinition__Group__0");
builder.put(grammarAccess.getPropertyDefinitionAccess().getGroup_4(), "rule__PropertyDefinition__Group_4__0");
- builder.put(grammarAccess.getPropertyDefinitionAccess().getGroup_7_0(), "rule__PropertyDefinition__Group_7_0__0");
- builder.put(grammarAccess.getPropertyDefinitionAccess().getGroup_7_0_1(), "rule__PropertyDefinition__Group_7_0_1__0");
+ builder.put(grammarAccess.getPropertyDefinitionAccess().getGroup_8_0(), "rule__PropertyDefinition__Group_8_0__0");
+ builder.put(grammarAccess.getPropertyDefinitionAccess().getGroup_8_0_1(), "rule__PropertyDefinition__Group_8_0_1__0");
builder.put(grammarAccess.getListTypeAccess().getGroup(), "rule__ListType__Group__0");
builder.put(grammarAccess.getPropertyConstantAccess().getGroup(), "rule__PropertyConstant__Group__0");
builder.put(grammarAccess.getIntegerRangeAccess().getGroup(), "rule__IntegerRange__Group__0");
@@ -1398,46 +1399,11 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getFQCREFAccess().getGroup_0(), "rule__FQCREF__Group_0__0");
builder.put(grammarAccess.getFQCREFAccess().getGroup_2(), "rule__FQCREF__Group_2__0");
builder.put(grammarAccess.getFULLINAMEAccess().getGroup(), "rule__FULLINAME__Group__0");
- builder.put(grammarAccess.getAbstractImplementationKeywordsAccess().getGroup(), "rule__AbstractImplementationKeywords__Group__0");
- builder.put(grammarAccess.getBusAccessKeywordsAccess().getGroup(), "rule__BusAccessKeywords__Group__0");
- builder.put(grammarAccess.getBusImplementationKeywordsAccess().getGroup(), "rule__BusImplementationKeywords__Group__0");
- builder.put(grammarAccess.getDataAccessKeywordsAccess().getGroup(), "rule__DataAccessKeywords__Group__0");
- builder.put(grammarAccess.getDataImplementationKeywordsAccess().getGroup(), "rule__DataImplementationKeywords__Group__0");
- builder.put(grammarAccess.getDataPortKeywordsAccess().getGroup(), "rule__DataPortKeywords__Group__0");
- builder.put(grammarAccess.getDeviceImplementationKeywordsAccess().getGroup(), "rule__DeviceImplementationKeywords__Group__0");
- builder.put(grammarAccess.getEndToEndFlowKeywordsAccess().getGroup(), "rule__EndToEndFlowKeywords__Group__0");
- builder.put(grammarAccess.getEventDataKeywordsAccess().getGroup(), "rule__EventDataKeywords__Group__0");
- builder.put(grammarAccess.getEventDataPortKeywordsAccess().getGroup(), "rule__EventDataPortKeywords__Group__0");
- builder.put(grammarAccess.getEventPortKeywordsAccess().getGroup(), "rule__EventPortKeywords__Group__0");
- builder.put(grammarAccess.getFeatureGroupKeywordsAccess().getGroup(), "rule__FeatureGroupKeywords__Group__0");
- builder.put(grammarAccess.getInternalFeaturesKeywordsAccess().getGroup(), "rule__InternalFeaturesKeywords__Group__0");
- builder.put(grammarAccess.getInverseOfKeywordsAccess().getGroup(), "rule__InverseOfKeywords__Group__0");
- builder.put(grammarAccess.getListOfKeywordsAccess().getGroup(), "rule__ListOfKeywords__Group__0");
- builder.put(grammarAccess.getMemoryImplementationKeywordsAccess().getGroup(), "rule__MemoryImplementationKeywords__Group__0");
- builder.put(grammarAccess.getProcessImplementationKeywordsAccess().getGroup(), "rule__ProcessImplementationKeywords__Group__0");
- builder.put(grammarAccess.getProcessorFeaturesKeywordsAccess().getGroup(), "rule__ProcessorFeaturesKeywords__Group__0");
- builder.put(grammarAccess.getProcessorImplementationKeywordsAccess().getGroup(), "rule__ProcessorImplementationKeywords__Group__0");
- builder.put(grammarAccess.getRangeOfKeywordsAccess().getGroup(), "rule__RangeOfKeywords__Group__0");
- builder.put(grammarAccess.getRefinedToKeywordsAccess().getGroup(), "rule__RefinedToKeywords__Group__0");
- builder.put(grammarAccess.getRequiresModesKeywordsAccess().getGroup(), "rule__RequiresModesKeywords__Group__0");
- builder.put(grammarAccess.getSubprogramAccessKeywordsAccess().getGroup(), "rule__SubprogramAccessKeywords__Group__0");
- builder.put(grammarAccess.getSubprogramGroupKeywordsAccess().getGroup(), "rule__SubprogramGroupKeywords__Group__0");
- builder.put(grammarAccess.getSubprogramGroupAccessKeywordsAccess().getGroup(), "rule__SubprogramGroupAccessKeywords__Group__0");
- builder.put(grammarAccess.getSubprogramGroupImplementationKeywordsAccess().getGroup(), "rule__SubprogramGroupImplementationKeywords__Group__0");
- builder.put(grammarAccess.getSubprogramImplementationKeywordsAccess().getGroup(), "rule__SubprogramImplementationKeywords__Group__0");
- builder.put(grammarAccess.getSystemImplementationKeywordsAccess().getGroup(), "rule__SystemImplementationKeywords__Group__0");
- builder.put(grammarAccess.getThreadGroupKeywordsAccess().getGroup(), "rule__ThreadGroupKeywords__Group__0");
- builder.put(grammarAccess.getThreadGroupImplementationKeywordsAccess().getGroup(), "rule__ThreadGroupImplementationKeywords__Group__0");
- builder.put(grammarAccess.getThreadImplementationKeywordsAccess().getGroup(), "rule__ThreadImplementationKeywords__Group__0");
- builder.put(grammarAccess.getVirtualBusKeywordsAccess().getGroup(), "rule__VirtualBusKeywords__Group__0");
- builder.put(grammarAccess.getVirtualBusImplementationKeywordsAccess().getGroup(), "rule__VirtualBusImplementationKeywords__Group__0");
- builder.put(grammarAccess.getVirtualProcessorKeywordsAccess().getGroup(), "rule__VirtualProcessorKeywords__Group__0");
- builder.put(grammarAccess.getVirtualProcessorImplementationKeywordsAccess().getGroup(), "rule__VirtualProcessorImplementationKeywords__Group__0");
builder.put(grammarAccess.getContainedPropertyAssociationAccess().getGroup(), "rule__ContainedPropertyAssociation__Group__0");
builder.put(grammarAccess.getContainedPropertyAssociationAccess().getGroup_3(), "rule__ContainedPropertyAssociation__Group_3__0");
builder.put(grammarAccess.getContainedPropertyAssociationAccess().getGroup_3_1(), "rule__ContainedPropertyAssociation__Group_3_1__0");
builder.put(grammarAccess.getContainedPropertyAssociationAccess().getGroup_4(), "rule__ContainedPropertyAssociation__Group_4__0");
- builder.put(grammarAccess.getContainedPropertyAssociationAccess().getGroup_4_2(), "rule__ContainedPropertyAssociation__Group_4_2__0");
+ builder.put(grammarAccess.getContainedPropertyAssociationAccess().getGroup_4_3(), "rule__ContainedPropertyAssociation__Group_4_3__0");
builder.put(grammarAccess.getContainedPropertyAssociationAccess().getGroup_5(), "rule__ContainedPropertyAssociation__Group_5__0");
builder.put(grammarAccess.getPropertyAssociationAccess().getGroup(), "rule__PropertyAssociation__Group__0");
builder.put(grammarAccess.getPropertyAssociationAccess().getGroup_3(), "rule__PropertyAssociation__Group_3__0");
@@ -1445,10 +1411,10 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getPropertyAssociationAccess().getGroup_4(), "rule__PropertyAssociation__Group_4__0");
builder.put(grammarAccess.getBasicPropertyAssociationAccess().getGroup(), "rule__BasicPropertyAssociation__Group__0");
builder.put(grammarAccess.getModalPropertyValueAccess().getGroup(), "rule__ModalPropertyValue__Group__0");
- builder.put(grammarAccess.getModalPropertyValueAccess().getGroup_4(), "rule__ModalPropertyValue__Group_4__0");
+ builder.put(grammarAccess.getModalPropertyValueAccess().getGroup_5(), "rule__ModalPropertyValue__Group_5__0");
builder.put(grammarAccess.getOptionalModalPropertyValueAccess().getGroup(), "rule__OptionalModalPropertyValue__Group__0");
builder.put(grammarAccess.getOptionalModalPropertyValueAccess().getGroup_1(), "rule__OptionalModalPropertyValue__Group_1__0");
- builder.put(grammarAccess.getOptionalModalPropertyValueAccess().getGroup_1_3(), "rule__OptionalModalPropertyValue__Group_1_3__0");
+ builder.put(grammarAccess.getOptionalModalPropertyValueAccess().getGroup_1_4(), "rule__OptionalModalPropertyValue__Group_1_4__0");
builder.put(grammarAccess.getBooleanLiteralAccess().getGroup(), "rule__BooleanLiteral__Group__0");
builder.put(grammarAccess.getReferenceTermAccess().getGroup(), "rule__ReferenceTerm__Group__0");
builder.put(grammarAccess.getRecordTermAccess().getGroup(), "rule__RecordTerm__Group__0");
@@ -1472,9 +1438,6 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getSignedRealAccess().getGroup(), "rule__SignedReal__Group__0");
builder.put(grammarAccess.getNumericRangeTermAccess().getGroup(), "rule__NumericRangeTerm__Group__0");
builder.put(grammarAccess.getNumericRangeTermAccess().getGroup_3(), "rule__NumericRangeTerm__Group_3__0");
- builder.put(grammarAccess.getAppliesToKeywordsAccess().getGroup(), "rule__AppliesToKeywords__Group__0");
- builder.put(grammarAccess.getInBindingKeywordsAccess().getGroup(), "rule__InBindingKeywords__Group__0");
- builder.put(grammarAccess.getInModesKeywordsAccess().getGroup(), "rule__InModesKeywords__Group__0");
builder.put(grammarAccess.getQCLREFAccess().getGroup(), "rule__QCLREF__Group__0");
builder.put(grammarAccess.getQPREFAccess().getGroup(), "rule__QPREF__Group__0");
builder.put(grammarAccess.getQPREFAccess().getGroup_1(), "rule__QPREF__Group_1__0");
@@ -1506,7 +1469,7 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getRenameAllAccess().getRenamedPackageAssignment_1(), "rule__RenameAll__RenamedPackageAssignment_1");
builder.put(grammarAccess.getRenameAllAccess().getRenameAllAssignment_3(), "rule__RenameAll__RenameAllAssignment_3");
builder.put(grammarAccess.getFGTRenameAccess().getNameAssignment_0(), "rule__FGTRename__NameAssignment_0");
- builder.put(grammarAccess.getFGTRenameAccess().getRenamedFeatureGroupTypeAssignment_3(), "rule__FGTRename__RenamedFeatureGroupTypeAssignment_3");
+ builder.put(grammarAccess.getFGTRenameAccess().getRenamedFeatureGroupTypeAssignment_4(), "rule__FGTRename__RenamedFeatureGroupTypeAssignment_4");
builder.put(grammarAccess.getCTRenameAccess().getNameAssignment_0(), "rule__CTRename__NameAssignment_0");
builder.put(grammarAccess.getCTRenameAccess().getCategoryAssignment_2(), "rule__CTRename__CategoryAssignment_2");
builder.put(grammarAccess.getCTRenameAccess().getRenamedComponentTypeAssignment_3(), "rule__CTRename__RenamedComponentTypeAssignment_3");
@@ -1532,7 +1495,7 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getAbstractTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0(), "rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0");
builder.put(grammarAccess.getAbstractTypeAccess().getNoFlowsAssignment_5_1_1_0(), "rule__AbstractType__NoFlowsAssignment_5_1_1_0");
builder.put(grammarAccess.getAbstractTypeAccess().getDerivedModesAssignment_6_0_0(), "rule__AbstractType__DerivedModesAssignment_6_0_0");
- builder.put(grammarAccess.getAbstractTypeAccess().getOwnedModeAssignment_6_0_1(), "rule__AbstractType__OwnedModeAssignment_6_0_1");
+ builder.put(grammarAccess.getAbstractTypeAccess().getOwnedModeAssignment_6_0_2(), "rule__AbstractType__OwnedModeAssignment_6_0_2");
builder.put(grammarAccess.getAbstractTypeAccess().getOwnedModeAssignment_6_1_1_0_0(), "rule__AbstractType__OwnedModeAssignment_6_1_1_0_0");
builder.put(grammarAccess.getAbstractTypeAccess().getOwnedModeTransitionAssignment_6_1_1_0_1(), "rule__AbstractType__OwnedModeTransitionAssignment_6_1_1_0_1");
builder.put(grammarAccess.getAbstractTypeAccess().getNoModesAssignment_6_1_1_1_0(), "rule__AbstractType__NoModesAssignment_6_1_1_1_0");
@@ -1558,7 +1521,7 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getSystemTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0(), "rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0");
builder.put(grammarAccess.getSystemTypeAccess().getNoFlowsAssignment_5_1_1_0(), "rule__SystemType__NoFlowsAssignment_5_1_1_0");
builder.put(grammarAccess.getSystemTypeAccess().getDerivedModesAssignment_6_0_0(), "rule__SystemType__DerivedModesAssignment_6_0_0");
- builder.put(grammarAccess.getSystemTypeAccess().getOwnedModeAssignment_6_0_1(), "rule__SystemType__OwnedModeAssignment_6_0_1");
+ builder.put(grammarAccess.getSystemTypeAccess().getOwnedModeAssignment_6_0_2(), "rule__SystemType__OwnedModeAssignment_6_0_2");
builder.put(grammarAccess.getSystemTypeAccess().getOwnedModeAssignment_6_1_1_0_0(), "rule__SystemType__OwnedModeAssignment_6_1_1_0_0");
builder.put(grammarAccess.getSystemTypeAccess().getOwnedModeTransitionAssignment_6_1_1_0_1(), "rule__SystemType__OwnedModeTransitionAssignment_6_1_1_0_1");
builder.put(grammarAccess.getSystemTypeAccess().getNoModesAssignment_6_1_1_1_0(), "rule__SystemType__NoModesAssignment_6_1_1_1_0");
@@ -1583,38 +1546,38 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getProcessTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0(), "rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0");
builder.put(grammarAccess.getProcessTypeAccess().getNoFlowsAssignment_5_1_1_0(), "rule__ProcessType__NoFlowsAssignment_5_1_1_0");
builder.put(grammarAccess.getProcessTypeAccess().getDerivedModesAssignment_6_0_0(), "rule__ProcessType__DerivedModesAssignment_6_0_0");
- builder.put(grammarAccess.getProcessTypeAccess().getOwnedModeAssignment_6_0_1(), "rule__ProcessType__OwnedModeAssignment_6_0_1");
+ builder.put(grammarAccess.getProcessTypeAccess().getOwnedModeAssignment_6_0_2(), "rule__ProcessType__OwnedModeAssignment_6_0_2");
builder.put(grammarAccess.getProcessTypeAccess().getOwnedModeAssignment_6_1_1_0_0(), "rule__ProcessType__OwnedModeAssignment_6_1_1_0_0");
builder.put(grammarAccess.getProcessTypeAccess().getOwnedModeTransitionAssignment_6_1_1_0_1(), "rule__ProcessType__OwnedModeTransitionAssignment_6_1_1_0_1");
builder.put(grammarAccess.getProcessTypeAccess().getNoModesAssignment_6_1_1_1_0(), "rule__ProcessType__NoModesAssignment_6_1_1_1_0");
builder.put(grammarAccess.getProcessTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0(), "rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0");
builder.put(grammarAccess.getProcessTypeAccess().getNoPropertiesAssignment_7_1_1_0(), "rule__ProcessType__NoPropertiesAssignment_7_1_1_0");
builder.put(grammarAccess.getProcessTypeAccess().getOwnedAnnexSubclauseAssignment_8(), "rule__ProcessType__OwnedAnnexSubclauseAssignment_8");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getNameAssignment_1(), "rule__ThreadGroupType__NameAssignment_1");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedExtensionAssignment_2_0(), "rule__ThreadGroupType__OwnedExtensionAssignment_2_0");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1(), "rule__ThreadGroupType__OwnedPrototypeBindingAssignment_2_1_1");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeBindingAssignment_2_1_2_1(), "rule__ThreadGroupType__OwnedPrototypeBindingAssignment_2_1_2_1");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getNoPrototypesAssignment_3_1_0_0(), "rule__ThreadGroupType__NoPrototypesAssignment_3_1_0_0");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeAssignment_3_1_1(), "rule__ThreadGroupType__OwnedPrototypeAssignment_3_1_1");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getNoFeaturesAssignment_4_1_0_0(), "rule__ThreadGroupType__NoFeaturesAssignment_4_1_0_0");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedDataPortAssignment_4_1_1_0(), "rule__ThreadGroupType__OwnedDataPortAssignment_4_1_1_0");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedEventPortAssignment_4_1_1_1(), "rule__ThreadGroupType__OwnedEventPortAssignment_4_1_1_1");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedEventDataPortAssignment_4_1_1_2(), "rule__ThreadGroupType__OwnedEventDataPortAssignment_4_1_1_2");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedFeatureGroupAssignment_4_1_1_3(), "rule__ThreadGroupType__OwnedFeatureGroupAssignment_4_1_1_3");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedDataAccessAssignment_4_1_1_4(), "rule__ThreadGroupType__OwnedDataAccessAssignment_4_1_1_4");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedSubprogramAccessAssignment_4_1_1_5(), "rule__ThreadGroupType__OwnedSubprogramAccessAssignment_4_1_1_5");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedSubprogramGroupAccessAssignment_4_1_1_6(), "rule__ThreadGroupType__OwnedSubprogramGroupAccessAssignment_4_1_1_6");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedAbstractFeatureAssignment_4_1_1_7(), "rule__ThreadGroupType__OwnedAbstractFeatureAssignment_4_1_1_7");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0(), "rule__ThreadGroupType__OwnedFlowSpecificationAssignment_5_1_0");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getNoFlowsAssignment_5_1_1_0(), "rule__ThreadGroupType__NoFlowsAssignment_5_1_1_0");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getDerivedModesAssignment_6_0_0(), "rule__ThreadGroupType__DerivedModesAssignment_6_0_0");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedModeAssignment_6_0_1(), "rule__ThreadGroupType__OwnedModeAssignment_6_0_1");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedModeAssignment_6_1_1_0_0(), "rule__ThreadGroupType__OwnedModeAssignment_6_1_1_0_0");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedModeTransitionAssignment_6_1_1_0_1(), "rule__ThreadGroupType__OwnedModeTransitionAssignment_6_1_1_0_1");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getNoModesAssignment_6_1_1_1_0(), "rule__ThreadGroupType__NoModesAssignment_6_1_1_1_0");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0(), "rule__ThreadGroupType__OwnedPropertyAssociationAssignment_7_1_0");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getNoPropertiesAssignment_7_1_1_0(), "rule__ThreadGroupType__NoPropertiesAssignment_7_1_1_0");
- builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedAnnexSubclauseAssignment_8(), "rule__ThreadGroupType__OwnedAnnexSubclauseAssignment_8");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getNameAssignment_2(), "rule__ThreadGroupType__NameAssignment_2");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedExtensionAssignment_3_0(), "rule__ThreadGroupType__OwnedExtensionAssignment_3_0");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeBindingAssignment_3_1_1(), "rule__ThreadGroupType__OwnedPrototypeBindingAssignment_3_1_1");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeBindingAssignment_3_1_2_1(), "rule__ThreadGroupType__OwnedPrototypeBindingAssignment_3_1_2_1");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getNoPrototypesAssignment_4_1_0_0(), "rule__ThreadGroupType__NoPrototypesAssignment_4_1_0_0");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeAssignment_4_1_1(), "rule__ThreadGroupType__OwnedPrototypeAssignment_4_1_1");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getNoFeaturesAssignment_5_1_0_0(), "rule__ThreadGroupType__NoFeaturesAssignment_5_1_0_0");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedDataPortAssignment_5_1_1_0(), "rule__ThreadGroupType__OwnedDataPortAssignment_5_1_1_0");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedEventPortAssignment_5_1_1_1(), "rule__ThreadGroupType__OwnedEventPortAssignment_5_1_1_1");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedEventDataPortAssignment_5_1_1_2(), "rule__ThreadGroupType__OwnedEventDataPortAssignment_5_1_1_2");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedFeatureGroupAssignment_5_1_1_3(), "rule__ThreadGroupType__OwnedFeatureGroupAssignment_5_1_1_3");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedDataAccessAssignment_5_1_1_4(), "rule__ThreadGroupType__OwnedDataAccessAssignment_5_1_1_4");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedSubprogramAccessAssignment_5_1_1_5(), "rule__ThreadGroupType__OwnedSubprogramAccessAssignment_5_1_1_5");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedSubprogramGroupAccessAssignment_5_1_1_6(), "rule__ThreadGroupType__OwnedSubprogramGroupAccessAssignment_5_1_1_6");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedAbstractFeatureAssignment_5_1_1_7(), "rule__ThreadGroupType__OwnedAbstractFeatureAssignment_5_1_1_7");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedFlowSpecificationAssignment_6_1_0(), "rule__ThreadGroupType__OwnedFlowSpecificationAssignment_6_1_0");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getNoFlowsAssignment_6_1_1_0(), "rule__ThreadGroupType__NoFlowsAssignment_6_1_1_0");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getDerivedModesAssignment_7_0_0(), "rule__ThreadGroupType__DerivedModesAssignment_7_0_0");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedModeAssignment_7_0_2(), "rule__ThreadGroupType__OwnedModeAssignment_7_0_2");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedModeAssignment_7_1_1_0_0(), "rule__ThreadGroupType__OwnedModeAssignment_7_1_1_0_0");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedModeTransitionAssignment_7_1_1_0_1(), "rule__ThreadGroupType__OwnedModeTransitionAssignment_7_1_1_0_1");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getNoModesAssignment_7_1_1_1_0(), "rule__ThreadGroupType__NoModesAssignment_7_1_1_1_0");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedPropertyAssociationAssignment_8_1_0(), "rule__ThreadGroupType__OwnedPropertyAssociationAssignment_8_1_0");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getNoPropertiesAssignment_8_1_1_0(), "rule__ThreadGroupType__NoPropertiesAssignment_8_1_1_0");
+ builder.put(grammarAccess.getThreadGroupTypeAccess().getOwnedAnnexSubclauseAssignment_9(), "rule__ThreadGroupType__OwnedAnnexSubclauseAssignment_9");
builder.put(grammarAccess.getThreadTypeAccess().getNameAssignment_1(), "rule__ThreadType__NameAssignment_1");
builder.put(grammarAccess.getThreadTypeAccess().getOwnedExtensionAssignment_2_0(), "rule__ThreadType__OwnedExtensionAssignment_2_0");
builder.put(grammarAccess.getThreadTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1(), "rule__ThreadType__OwnedPrototypeBindingAssignment_2_1_1");
@@ -1633,7 +1596,7 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getThreadTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0(), "rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0");
builder.put(grammarAccess.getThreadTypeAccess().getNoFlowsAssignment_5_1_1_0(), "rule__ThreadType__NoFlowsAssignment_5_1_1_0");
builder.put(grammarAccess.getThreadTypeAccess().getDerivedModesAssignment_6_0_0(), "rule__ThreadType__DerivedModesAssignment_6_0_0");
- builder.put(grammarAccess.getThreadTypeAccess().getOwnedModeAssignment_6_0_1(), "rule__ThreadType__OwnedModeAssignment_6_0_1");
+ builder.put(grammarAccess.getThreadTypeAccess().getOwnedModeAssignment_6_0_2(), "rule__ThreadType__OwnedModeAssignment_6_0_2");
builder.put(grammarAccess.getThreadTypeAccess().getOwnedModeAssignment_6_1_1_0_0(), "rule__ThreadType__OwnedModeAssignment_6_1_1_0_0");
builder.put(grammarAccess.getThreadTypeAccess().getOwnedModeTransitionAssignment_6_1_1_0_1(), "rule__ThreadType__OwnedModeTransitionAssignment_6_1_1_0_1");
builder.put(grammarAccess.getThreadTypeAccess().getNoModesAssignment_6_1_1_1_0(), "rule__ThreadType__NoModesAssignment_6_1_1_1_0");
@@ -1658,29 +1621,29 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getSubprogramTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0(), "rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0");
builder.put(grammarAccess.getSubprogramTypeAccess().getNoFlowsAssignment_5_1_1_0(), "rule__SubprogramType__NoFlowsAssignment_5_1_1_0");
builder.put(grammarAccess.getSubprogramTypeAccess().getDerivedModesAssignment_6_0_0(), "rule__SubprogramType__DerivedModesAssignment_6_0_0");
- builder.put(grammarAccess.getSubprogramTypeAccess().getOwnedModeAssignment_6_0_1(), "rule__SubprogramType__OwnedModeAssignment_6_0_1");
+ builder.put(grammarAccess.getSubprogramTypeAccess().getOwnedModeAssignment_6_0_2(), "rule__SubprogramType__OwnedModeAssignment_6_0_2");
builder.put(grammarAccess.getSubprogramTypeAccess().getOwnedModeAssignment_6_1_1_0_0(), "rule__SubprogramType__OwnedModeAssignment_6_1_1_0_0");
builder.put(grammarAccess.getSubprogramTypeAccess().getOwnedModeTransitionAssignment_6_1_1_0_1(), "rule__SubprogramType__OwnedModeTransitionAssignment_6_1_1_0_1");
builder.put(grammarAccess.getSubprogramTypeAccess().getNoModesAssignment_6_1_1_1_0(), "rule__SubprogramType__NoModesAssignment_6_1_1_1_0");
builder.put(grammarAccess.getSubprogramTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0(), "rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0");
builder.put(grammarAccess.getSubprogramTypeAccess().getNoPropertiesAssignment_7_1_1_0(), "rule__SubprogramType__NoPropertiesAssignment_7_1_1_0");
builder.put(grammarAccess.getSubprogramTypeAccess().getOwnedAnnexSubclauseAssignment_8(), "rule__SubprogramType__OwnedAnnexSubclauseAssignment_8");
- builder.put(grammarAccess.getSubprogramGroupTypeAccess().getNameAssignment_1(), "rule__SubprogramGroupType__NameAssignment_1");
- builder.put(grammarAccess.getSubprogramGroupTypeAccess().getOwnedExtensionAssignment_2_0(), "rule__SubprogramGroupType__OwnedExtensionAssignment_2_0");
- builder.put(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1(), "rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_2_1_1");
- builder.put(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeBindingAssignment_2_1_2_1(), "rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_2_1_2_1");
- builder.put(grammarAccess.getSubprogramGroupTypeAccess().getNoPrototypesAssignment_3_1_0_0(), "rule__SubprogramGroupType__NoPrototypesAssignment_3_1_0_0");
- builder.put(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeAssignment_3_1_1(), "rule__SubprogramGroupType__OwnedPrototypeAssignment_3_1_1");
- builder.put(grammarAccess.getSubprogramGroupTypeAccess().getNoFeaturesAssignment_4_1_0_0(), "rule__SubprogramGroupType__NoFeaturesAssignment_4_1_0_0");
- builder.put(grammarAccess.getSubprogramGroupTypeAccess().getOwnedSubprogramAccessAssignment_4_1_1_0(), "rule__SubprogramGroupType__OwnedSubprogramAccessAssignment_4_1_1_0");
- builder.put(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFeatureGroupAssignment_4_1_1_1(), "rule__SubprogramGroupType__OwnedFeatureGroupAssignment_4_1_1_1");
- builder.put(grammarAccess.getSubprogramGroupTypeAccess().getOwnedSubprogramGroupAccessAssignment_4_1_1_2(), "rule__SubprogramGroupType__OwnedSubprogramGroupAccessAssignment_4_1_1_2");
- builder.put(grammarAccess.getSubprogramGroupTypeAccess().getOwnedAbstractFeatureAssignment_4_1_1_3(), "rule__SubprogramGroupType__OwnedAbstractFeatureAssignment_4_1_1_3");
- builder.put(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0(), "rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_5_1_0");
- builder.put(grammarAccess.getSubprogramGroupTypeAccess().getNoFlowsAssignment_5_1_1_0(), "rule__SubprogramGroupType__NoFlowsAssignment_5_1_1_0");
- builder.put(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPropertyAssociationAssignment_6_1_0(), "rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_6_1_0");
- builder.put(grammarAccess.getSubprogramGroupTypeAccess().getNoPropertiesAssignment_6_1_1_0(), "rule__SubprogramGroupType__NoPropertiesAssignment_6_1_1_0");
- builder.put(grammarAccess.getSubprogramGroupTypeAccess().getOwnedAnnexSubclauseAssignment_7(), "rule__SubprogramGroupType__OwnedAnnexSubclauseAssignment_7");
+ builder.put(grammarAccess.getSubprogramGroupTypeAccess().getNameAssignment_2(), "rule__SubprogramGroupType__NameAssignment_2");
+ builder.put(grammarAccess.getSubprogramGroupTypeAccess().getOwnedExtensionAssignment_3_0(), "rule__SubprogramGroupType__OwnedExtensionAssignment_3_0");
+ builder.put(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeBindingAssignment_3_1_1(), "rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_3_1_1");
+ builder.put(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeBindingAssignment_3_1_2_1(), "rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_3_1_2_1");
+ builder.put(grammarAccess.getSubprogramGroupTypeAccess().getNoPrototypesAssignment_4_1_0_0(), "rule__SubprogramGroupType__NoPrototypesAssignment_4_1_0_0");
+ builder.put(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeAssignment_4_1_1(), "rule__SubprogramGroupType__OwnedPrototypeAssignment_4_1_1");
+ builder.put(grammarAccess.getSubprogramGroupTypeAccess().getNoFeaturesAssignment_5_1_0_0(), "rule__SubprogramGroupType__NoFeaturesAssignment_5_1_0_0");
+ builder.put(grammarAccess.getSubprogramGroupTypeAccess().getOwnedSubprogramAccessAssignment_5_1_1_0(), "rule__SubprogramGroupType__OwnedSubprogramAccessAssignment_5_1_1_0");
+ builder.put(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFeatureGroupAssignment_5_1_1_1(), "rule__SubprogramGroupType__OwnedFeatureGroupAssignment_5_1_1_1");
+ builder.put(grammarAccess.getSubprogramGroupTypeAccess().getOwnedSubprogramGroupAccessAssignment_5_1_1_2(), "rule__SubprogramGroupType__OwnedSubprogramGroupAccessAssignment_5_1_1_2");
+ builder.put(grammarAccess.getSubprogramGroupTypeAccess().getOwnedAbstractFeatureAssignment_5_1_1_3(), "rule__SubprogramGroupType__OwnedAbstractFeatureAssignment_5_1_1_3");
+ builder.put(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFlowSpecificationAssignment_6_1_0(), "rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_6_1_0");
+ builder.put(grammarAccess.getSubprogramGroupTypeAccess().getNoFlowsAssignment_6_1_1_0(), "rule__SubprogramGroupType__NoFlowsAssignment_6_1_1_0");
+ builder.put(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0(), "rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_7_1_0");
+ builder.put(grammarAccess.getSubprogramGroupTypeAccess().getNoPropertiesAssignment_7_1_1_0(), "rule__SubprogramGroupType__NoPropertiesAssignment_7_1_1_0");
+ builder.put(grammarAccess.getSubprogramGroupTypeAccess().getOwnedAnnexSubclauseAssignment_8(), "rule__SubprogramGroupType__OwnedAnnexSubclauseAssignment_8");
builder.put(grammarAccess.getProcessorTypeAccess().getNameAssignment_1(), "rule__ProcessorType__NameAssignment_1");
builder.put(grammarAccess.getProcessorTypeAccess().getOwnedExtensionAssignment_2_0(), "rule__ProcessorType__OwnedExtensionAssignment_2_0");
builder.put(grammarAccess.getProcessorTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1(), "rule__ProcessorType__OwnedPrototypeBindingAssignment_2_1_1");
@@ -1699,7 +1662,7 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getProcessorTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0(), "rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0");
builder.put(grammarAccess.getProcessorTypeAccess().getNoFlowsAssignment_5_1_1_0(), "rule__ProcessorType__NoFlowsAssignment_5_1_1_0");
builder.put(grammarAccess.getProcessorTypeAccess().getDerivedModesAssignment_6_0_0(), "rule__ProcessorType__DerivedModesAssignment_6_0_0");
- builder.put(grammarAccess.getProcessorTypeAccess().getOwnedModeAssignment_6_0_1(), "rule__ProcessorType__OwnedModeAssignment_6_0_1");
+ builder.put(grammarAccess.getProcessorTypeAccess().getOwnedModeAssignment_6_0_2(), "rule__ProcessorType__OwnedModeAssignment_6_0_2");
builder.put(grammarAccess.getProcessorTypeAccess().getOwnedModeAssignment_6_1_1_0_0(), "rule__ProcessorType__OwnedModeAssignment_6_1_1_0_0");
builder.put(grammarAccess.getProcessorTypeAccess().getOwnedModeTransitionAssignment_6_1_1_0_1(), "rule__ProcessorType__OwnedModeTransitionAssignment_6_1_1_0_1");
builder.put(grammarAccess.getProcessorTypeAccess().getNoModesAssignment_6_1_1_1_0(), "rule__ProcessorType__NoModesAssignment_6_1_1_1_0");
@@ -1724,7 +1687,7 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getDeviceTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0(), "rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0");
builder.put(grammarAccess.getDeviceTypeAccess().getNoFlowsAssignment_5_1_1_0(), "rule__DeviceType__NoFlowsAssignment_5_1_1_0");
builder.put(grammarAccess.getDeviceTypeAccess().getDerivedModesAssignment_6_0_0(), "rule__DeviceType__DerivedModesAssignment_6_0_0");
- builder.put(grammarAccess.getDeviceTypeAccess().getOwnedModeAssignment_6_0_1(), "rule__DeviceType__OwnedModeAssignment_6_0_1");
+ builder.put(grammarAccess.getDeviceTypeAccess().getOwnedModeAssignment_6_0_2(), "rule__DeviceType__OwnedModeAssignment_6_0_2");
builder.put(grammarAccess.getDeviceTypeAccess().getOwnedModeAssignment_6_1_1_0_0(), "rule__DeviceType__OwnedModeAssignment_6_1_1_0_0");
builder.put(grammarAccess.getDeviceTypeAccess().getOwnedModeTransitionAssignment_6_1_1_0_1(), "rule__DeviceType__OwnedModeTransitionAssignment_6_1_1_0_1");
builder.put(grammarAccess.getDeviceTypeAccess().getNoModesAssignment_6_1_1_1_0(), "rule__DeviceType__NoModesAssignment_6_1_1_1_0");
@@ -1745,7 +1708,7 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getMemoryTypeAccess().getOwnedEventDataPortAssignment_4_1_1_4(), "rule__MemoryType__OwnedEventDataPortAssignment_4_1_1_4");
builder.put(grammarAccess.getMemoryTypeAccess().getOwnedAbstractFeatureAssignment_4_1_1_5(), "rule__MemoryType__OwnedAbstractFeatureAssignment_4_1_1_5");
builder.put(grammarAccess.getMemoryTypeAccess().getDerivedModesAssignment_5_0_0(), "rule__MemoryType__DerivedModesAssignment_5_0_0");
- builder.put(grammarAccess.getMemoryTypeAccess().getOwnedModeAssignment_5_0_1(), "rule__MemoryType__OwnedModeAssignment_5_0_1");
+ builder.put(grammarAccess.getMemoryTypeAccess().getOwnedModeAssignment_5_0_2(), "rule__MemoryType__OwnedModeAssignment_5_0_2");
builder.put(grammarAccess.getMemoryTypeAccess().getOwnedModeAssignment_5_1_1_0_0(), "rule__MemoryType__OwnedModeAssignment_5_1_1_0_0");
builder.put(grammarAccess.getMemoryTypeAccess().getOwnedModeTransitionAssignment_5_1_1_0_1(), "rule__MemoryType__OwnedModeTransitionAssignment_5_1_1_0_1");
builder.put(grammarAccess.getMemoryTypeAccess().getNoModesAssignment_5_1_1_1_0(), "rule__MemoryType__NoModesAssignment_5_1_1_1_0");
@@ -1766,59 +1729,59 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getBusTypeAccess().getOwnedEventDataPortAssignment_4_1_1_4(), "rule__BusType__OwnedEventDataPortAssignment_4_1_1_4");
builder.put(grammarAccess.getBusTypeAccess().getOwnedAbstractFeatureAssignment_4_1_1_5(), "rule__BusType__OwnedAbstractFeatureAssignment_4_1_1_5");
builder.put(grammarAccess.getBusTypeAccess().getDerivedModesAssignment_5_0_0(), "rule__BusType__DerivedModesAssignment_5_0_0");
- builder.put(grammarAccess.getBusTypeAccess().getOwnedModeAssignment_5_0_1(), "rule__BusType__OwnedModeAssignment_5_0_1");
+ builder.put(grammarAccess.getBusTypeAccess().getOwnedModeAssignment_5_0_2(), "rule__BusType__OwnedModeAssignment_5_0_2");
builder.put(grammarAccess.getBusTypeAccess().getOwnedModeAssignment_5_1_1_0_0(), "rule__BusType__OwnedModeAssignment_5_1_1_0_0");
builder.put(grammarAccess.getBusTypeAccess().getOwnedModeTransitionAssignment_5_1_1_0_1(), "rule__BusType__OwnedModeTransitionAssignment_5_1_1_0_1");
builder.put(grammarAccess.getBusTypeAccess().getNoModesAssignment_5_1_1_1_0(), "rule__BusType__NoModesAssignment_5_1_1_1_0");
builder.put(grammarAccess.getBusTypeAccess().getOwnedPropertyAssociationAssignment_6_1_0(), "rule__BusType__OwnedPropertyAssociationAssignment_6_1_0");
builder.put(grammarAccess.getBusTypeAccess().getNoPropertiesAssignment_6_1_1_0(), "rule__BusType__NoPropertiesAssignment_6_1_1_0");
builder.put(grammarAccess.getBusTypeAccess().getOwnedAnnexSubclauseAssignment_7(), "rule__BusType__OwnedAnnexSubclauseAssignment_7");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getNameAssignment_1(), "rule__VirtualBusType__NameAssignment_1");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getOwnedExtensionAssignment_2_0(), "rule__VirtualBusType__OwnedExtensionAssignment_2_0");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1(), "rule__VirtualBusType__OwnedPrototypeBindingAssignment_2_1_1");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeBindingAssignment_2_1_2_1(), "rule__VirtualBusType__OwnedPrototypeBindingAssignment_2_1_2_1");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getNoPrototypesAssignment_3_1_0_0(), "rule__VirtualBusType__NoPrototypesAssignment_3_1_0_0");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeAssignment_3_1_1(), "rule__VirtualBusType__OwnedPrototypeAssignment_3_1_1");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getNoFeaturesAssignment_4_1_0_0(), "rule__VirtualBusType__NoFeaturesAssignment_4_1_0_0");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getOwnedFeatureGroupAssignment_4_1_1_0(), "rule__VirtualBusType__OwnedFeatureGroupAssignment_4_1_1_0");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getOwnedDataPortAssignment_4_1_1_1(), "rule__VirtualBusType__OwnedDataPortAssignment_4_1_1_1");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getOwnedEventPortAssignment_4_1_1_2(), "rule__VirtualBusType__OwnedEventPortAssignment_4_1_1_2");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getOwnedEventDataPortAssignment_4_1_1_3(), "rule__VirtualBusType__OwnedEventDataPortAssignment_4_1_1_3");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getOwnedAbstractFeatureAssignment_4_1_1_4(), "rule__VirtualBusType__OwnedAbstractFeatureAssignment_4_1_1_4");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getOwnedBusAccessAssignment_4_1_1_5(), "rule__VirtualBusType__OwnedBusAccessAssignment_4_1_1_5");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getDerivedModesAssignment_5_0_0(), "rule__VirtualBusType__DerivedModesAssignment_5_0_0");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getOwnedModeAssignment_5_0_1(), "rule__VirtualBusType__OwnedModeAssignment_5_0_1");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getOwnedModeAssignment_5_1_1_0_0(), "rule__VirtualBusType__OwnedModeAssignment_5_1_1_0_0");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getOwnedModeTransitionAssignment_5_1_1_0_1(), "rule__VirtualBusType__OwnedModeTransitionAssignment_5_1_1_0_1");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getNoModesAssignment_5_1_1_1_0(), "rule__VirtualBusType__NoModesAssignment_5_1_1_1_0");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getOwnedPropertyAssociationAssignment_6_1_0(), "rule__VirtualBusType__OwnedPropertyAssociationAssignment_6_1_0");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getNoPropertiesAssignment_6_1_1_0(), "rule__VirtualBusType__NoPropertiesAssignment_6_1_1_0");
- builder.put(grammarAccess.getVirtualBusTypeAccess().getOwnedAnnexSubclauseAssignment_7(), "rule__VirtualBusType__OwnedAnnexSubclauseAssignment_7");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getNameAssignment_1(), "rule__VirtualProcessorType__NameAssignment_1");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedExtensionAssignment_2_0(), "rule__VirtualProcessorType__OwnedExtensionAssignment_2_0");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1(), "rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_2_1_1");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeBindingAssignment_2_1_2_1(), "rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_2_1_2_1");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getNoPrototypesAssignment_3_1_0_0(), "rule__VirtualProcessorType__NoPrototypesAssignment_3_1_0_0");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeAssignment_3_1_1(), "rule__VirtualProcessorType__OwnedPrototypeAssignment_3_1_1");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getNoFeaturesAssignment_4_1_0_0(), "rule__VirtualProcessorType__NoFeaturesAssignment_4_1_0_0");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedDataPortAssignment_4_1_1_0(), "rule__VirtualProcessorType__OwnedDataPortAssignment_4_1_1_0");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedEventPortAssignment_4_1_1_1(), "rule__VirtualProcessorType__OwnedEventPortAssignment_4_1_1_1");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedEventDataPortAssignment_4_1_1_2(), "rule__VirtualProcessorType__OwnedEventDataPortAssignment_4_1_1_2");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFeatureGroupAssignment_4_1_1_3(), "rule__VirtualProcessorType__OwnedFeatureGroupAssignment_4_1_1_3");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedSubprogramAccessAssignment_4_1_1_4(), "rule__VirtualProcessorType__OwnedSubprogramAccessAssignment_4_1_1_4");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedSubprogramGroupAccessAssignment_4_1_1_5(), "rule__VirtualProcessorType__OwnedSubprogramGroupAccessAssignment_4_1_1_5");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedAbstractFeatureAssignment_4_1_1_6(), "rule__VirtualProcessorType__OwnedAbstractFeatureAssignment_4_1_1_6");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedBusAccessAssignment_4_1_1_7(), "rule__VirtualProcessorType__OwnedBusAccessAssignment_4_1_1_7");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0(), "rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_5_1_0");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getNoFlowsAssignment_5_1_1_0(), "rule__VirtualProcessorType__NoFlowsAssignment_5_1_1_0");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getDerivedModesAssignment_6_0_0(), "rule__VirtualProcessorType__DerivedModesAssignment_6_0_0");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeAssignment_6_0_1(), "rule__VirtualProcessorType__OwnedModeAssignment_6_0_1");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeAssignment_6_1_1_0_0(), "rule__VirtualProcessorType__OwnedModeAssignment_6_1_1_0_0");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeTransitionAssignment_6_1_1_0_1(), "rule__VirtualProcessorType__OwnedModeTransitionAssignment_6_1_1_0_1");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getNoModesAssignment_6_1_1_1_0(), "rule__VirtualProcessorType__NoModesAssignment_6_1_1_1_0");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0(), "rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_7_1_0");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getNoPropertiesAssignment_7_1_1_0(), "rule__VirtualProcessorType__NoPropertiesAssignment_7_1_1_0");
- builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedAnnexSubclauseAssignment_8(), "rule__VirtualProcessorType__OwnedAnnexSubclauseAssignment_8");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getNameAssignment_2(), "rule__VirtualBusType__NameAssignment_2");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getOwnedExtensionAssignment_3_0(), "rule__VirtualBusType__OwnedExtensionAssignment_3_0");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeBindingAssignment_3_1_1(), "rule__VirtualBusType__OwnedPrototypeBindingAssignment_3_1_1");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeBindingAssignment_3_1_2_1(), "rule__VirtualBusType__OwnedPrototypeBindingAssignment_3_1_2_1");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getNoPrototypesAssignment_4_1_0_0(), "rule__VirtualBusType__NoPrototypesAssignment_4_1_0_0");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeAssignment_4_1_1(), "rule__VirtualBusType__OwnedPrototypeAssignment_4_1_1");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getNoFeaturesAssignment_5_1_0_0(), "rule__VirtualBusType__NoFeaturesAssignment_5_1_0_0");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getOwnedFeatureGroupAssignment_5_1_1_0(), "rule__VirtualBusType__OwnedFeatureGroupAssignment_5_1_1_0");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getOwnedDataPortAssignment_5_1_1_1(), "rule__VirtualBusType__OwnedDataPortAssignment_5_1_1_1");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getOwnedEventPortAssignment_5_1_1_2(), "rule__VirtualBusType__OwnedEventPortAssignment_5_1_1_2");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getOwnedEventDataPortAssignment_5_1_1_3(), "rule__VirtualBusType__OwnedEventDataPortAssignment_5_1_1_3");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getOwnedAbstractFeatureAssignment_5_1_1_4(), "rule__VirtualBusType__OwnedAbstractFeatureAssignment_5_1_1_4");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getOwnedBusAccessAssignment_5_1_1_5(), "rule__VirtualBusType__OwnedBusAccessAssignment_5_1_1_5");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getDerivedModesAssignment_6_0_0(), "rule__VirtualBusType__DerivedModesAssignment_6_0_0");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getOwnedModeAssignment_6_0_2(), "rule__VirtualBusType__OwnedModeAssignment_6_0_2");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getOwnedModeAssignment_6_1_1_0_0(), "rule__VirtualBusType__OwnedModeAssignment_6_1_1_0_0");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getOwnedModeTransitionAssignment_6_1_1_0_1(), "rule__VirtualBusType__OwnedModeTransitionAssignment_6_1_1_0_1");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getNoModesAssignment_6_1_1_1_0(), "rule__VirtualBusType__NoModesAssignment_6_1_1_1_0");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0(), "rule__VirtualBusType__OwnedPropertyAssociationAssignment_7_1_0");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getNoPropertiesAssignment_7_1_1_0(), "rule__VirtualBusType__NoPropertiesAssignment_7_1_1_0");
+ builder.put(grammarAccess.getVirtualBusTypeAccess().getOwnedAnnexSubclauseAssignment_8(), "rule__VirtualBusType__OwnedAnnexSubclauseAssignment_8");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getNameAssignment_2(), "rule__VirtualProcessorType__NameAssignment_2");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedExtensionAssignment_3_0(), "rule__VirtualProcessorType__OwnedExtensionAssignment_3_0");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeBindingAssignment_3_1_1(), "rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_3_1_1");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeBindingAssignment_3_1_2_1(), "rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_3_1_2_1");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getNoPrototypesAssignment_4_1_0_0(), "rule__VirtualProcessorType__NoPrototypesAssignment_4_1_0_0");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeAssignment_4_1_1(), "rule__VirtualProcessorType__OwnedPrototypeAssignment_4_1_1");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getNoFeaturesAssignment_5_1_0_0(), "rule__VirtualProcessorType__NoFeaturesAssignment_5_1_0_0");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedDataPortAssignment_5_1_1_0(), "rule__VirtualProcessorType__OwnedDataPortAssignment_5_1_1_0");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedEventPortAssignment_5_1_1_1(), "rule__VirtualProcessorType__OwnedEventPortAssignment_5_1_1_1");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedEventDataPortAssignment_5_1_1_2(), "rule__VirtualProcessorType__OwnedEventDataPortAssignment_5_1_1_2");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFeatureGroupAssignment_5_1_1_3(), "rule__VirtualProcessorType__OwnedFeatureGroupAssignment_5_1_1_3");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedSubprogramAccessAssignment_5_1_1_4(), "rule__VirtualProcessorType__OwnedSubprogramAccessAssignment_5_1_1_4");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedSubprogramGroupAccessAssignment_5_1_1_5(), "rule__VirtualProcessorType__OwnedSubprogramGroupAccessAssignment_5_1_1_5");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedAbstractFeatureAssignment_5_1_1_6(), "rule__VirtualProcessorType__OwnedAbstractFeatureAssignment_5_1_1_6");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedBusAccessAssignment_5_1_1_7(), "rule__VirtualProcessorType__OwnedBusAccessAssignment_5_1_1_7");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFlowSpecificationAssignment_6_1_0(), "rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_6_1_0");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getNoFlowsAssignment_6_1_1_0(), "rule__VirtualProcessorType__NoFlowsAssignment_6_1_1_0");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getDerivedModesAssignment_7_0_0(), "rule__VirtualProcessorType__DerivedModesAssignment_7_0_0");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeAssignment_7_0_2(), "rule__VirtualProcessorType__OwnedModeAssignment_7_0_2");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeAssignment_7_1_1_0_0(), "rule__VirtualProcessorType__OwnedModeAssignment_7_1_1_0_0");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeTransitionAssignment_7_1_1_0_1(), "rule__VirtualProcessorType__OwnedModeTransitionAssignment_7_1_1_0_1");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getNoModesAssignment_7_1_1_1_0(), "rule__VirtualProcessorType__NoModesAssignment_7_1_1_1_0");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPropertyAssociationAssignment_8_1_0(), "rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_8_1_0");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getNoPropertiesAssignment_8_1_1_0(), "rule__VirtualProcessorType__NoPropertiesAssignment_8_1_1_0");
+ builder.put(grammarAccess.getVirtualProcessorTypeAccess().getOwnedAnnexSubclauseAssignment_9(), "rule__VirtualProcessorType__OwnedAnnexSubclauseAssignment_9");
builder.put(grammarAccess.getDataTypeAccess().getNameAssignment_1(), "rule__DataType__NameAssignment_1");
builder.put(grammarAccess.getDataTypeAccess().getOwnedExtensionAssignment_2_0(), "rule__DataType__OwnedExtensionAssignment_2_0");
builder.put(grammarAccess.getDataTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1(), "rule__DataType__OwnedPrototypeBindingAssignment_2_1_1");
@@ -1834,7 +1797,7 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getDataTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0(), "rule__DataType__OwnedFlowSpecificationAssignment_5_1_0");
builder.put(grammarAccess.getDataTypeAccess().getNoFlowsAssignment_5_1_1_0(), "rule__DataType__NoFlowsAssignment_5_1_1_0");
builder.put(grammarAccess.getDataTypeAccess().getDerivedModesAssignment_6_0_0(), "rule__DataType__DerivedModesAssignment_6_0_0");
- builder.put(grammarAccess.getDataTypeAccess().getOwnedModeAssignment_6_0_1(), "rule__DataType__OwnedModeAssignment_6_0_1");
+ builder.put(grammarAccess.getDataTypeAccess().getOwnedModeAssignment_6_0_2(), "rule__DataType__OwnedModeAssignment_6_0_2");
builder.put(grammarAccess.getDataTypeAccess().getOwnedModeAssignment_6_1_1_0_0(), "rule__DataType__OwnedModeAssignment_6_1_1_0_0");
builder.put(grammarAccess.getDataTypeAccess().getOwnedModeTransitionAssignment_6_1_1_0_1(), "rule__DataType__OwnedModeTransitionAssignment_6_1_1_0_1");
builder.put(grammarAccess.getDataTypeAccess().getNoModesAssignment_6_1_1_1_0(), "rule__DataType__NoModesAssignment_6_1_1_1_0");
@@ -1842,420 +1805,420 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getDataTypeAccess().getNoPropertiesAssignment_7_1_1_0(), "rule__DataType__NoPropertiesAssignment_7_1_1_0");
builder.put(grammarAccess.getDataTypeAccess().getOwnedAnnexSubclauseAssignment_8(), "rule__DataType__OwnedAnnexSubclauseAssignment_8");
builder.put(grammarAccess.getRealizationAccess().getImplementedAssignment(), "rule__Realization__ImplementedAssignment");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedRealizationAssignment_1(), "rule__AbstractImplementation__OwnedRealizationAssignment_1");
- builder.put(grammarAccess.getAbstractImplementationAccess().getNameAssignment_3(), "rule__AbstractImplementation__NameAssignment_3");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedExtensionAssignment_4(), "rule__AbstractImplementation__OwnedExtensionAssignment_4");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeBindingAssignment_5_1(), "rule__AbstractImplementation__OwnedPrototypeBindingAssignment_5_1");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1(), "rule__AbstractImplementation__OwnedPrototypeBindingAssignment_5_2_1");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeAssignment_6_1_0(), "rule__AbstractImplementation__OwnedPrototypeAssignment_6_1_0");
- builder.put(grammarAccess.getAbstractImplementationAccess().getNoPrototypesAssignment_6_1_1_0(), "rule__AbstractImplementation__NoPrototypesAssignment_6_1_1_0");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedSystemSubcomponentAssignment_7_1_0_0(), "rule__AbstractImplementation__OwnedSystemSubcomponentAssignment_7_1_0_0");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_1(), "rule__AbstractImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_7_1_0_2(), "rule__AbstractImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedThreadSubcomponentAssignment_7_1_0_3(), "rule__AbstractImplementation__OwnedThreadSubcomponentAssignment_7_1_0_3");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedThreadGroupSubcomponentAssignment_7_1_0_4(), "rule__AbstractImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_4");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedProcessSubcomponentAssignment_7_1_0_5(), "rule__AbstractImplementation__OwnedProcessSubcomponentAssignment_7_1_0_5");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedProcessorSubcomponentAssignment_7_1_0_6(), "rule__AbstractImplementation__OwnedProcessorSubcomponentAssignment_7_1_0_6");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_7_1_0_7(), "rule__AbstractImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_7");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedMemorySubcomponentAssignment_7_1_0_8(), "rule__AbstractImplementation__OwnedMemorySubcomponentAssignment_7_1_0_8");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedDeviceSubcomponentAssignment_7_1_0_9(), "rule__AbstractImplementation__OwnedDeviceSubcomponentAssignment_7_1_0_9");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedBusSubcomponentAssignment_7_1_0_10(), "rule__AbstractImplementation__OwnedBusSubcomponentAssignment_7_1_0_10");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_11(), "rule__AbstractImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_11");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_12(), "rule__AbstractImplementation__OwnedDataSubcomponentAssignment_7_1_0_12");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_13(), "rule__AbstractImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_13");
- builder.put(grammarAccess.getAbstractImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0(), "rule__AbstractImplementation__NoSubcomponentsAssignment_7_1_1_0");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedEventSourceAssignment_8_1_0(), "rule__AbstractImplementation__OwnedEventSourceAssignment_8_1_0");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1(), "rule__AbstractImplementation__OwnedEventDataSourceAssignment_8_1_1");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedPortProxyAssignment_9_1_0(), "rule__AbstractImplementation__OwnedPortProxyAssignment_9_1_0");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1(), "rule__AbstractImplementation__OwnedSubprogramProxyAssignment_9_1_1");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramCallSequenceAssignment_10_1_0(), "rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0");
- builder.put(grammarAccess.getAbstractImplementationAccess().getNoCallsAssignment_10_1_1_0(), "rule__AbstractImplementation__NoCallsAssignment_10_1_1_0");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedPortConnectionAssignment_11_1_0_0(), "rule__AbstractImplementation__OwnedPortConnectionAssignment_11_1_0_0");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_1(), "rule__AbstractImplementation__OwnedAccessConnectionAssignment_11_1_0_1");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_2(), "rule__AbstractImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_3(), "rule__AbstractImplementation__OwnedFeatureConnectionAssignment_11_1_0_3");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedParameterConnectionAssignment_11_1_0_4(), "rule__AbstractImplementation__OwnedParameterConnectionAssignment_11_1_0_4");
- builder.put(grammarAccess.getAbstractImplementationAccess().getNoConnectionsAssignment_11_1_1_0(), "rule__AbstractImplementation__NoConnectionsAssignment_11_1_1_0");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0(), "rule__AbstractImplementation__OwnedFlowImplementationAssignment_12_1_0_0");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1(), "rule__AbstractImplementation__OwnedEndToEndFlowAssignment_12_1_0_1");
- builder.put(grammarAccess.getAbstractImplementationAccess().getNoFlowsAssignment_12_1_1_0(), "rule__AbstractImplementation__NoFlowsAssignment_12_1_1_0");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedModeAssignment_13_1_0_0(), "rule__AbstractImplementation__OwnedModeAssignment_13_1_0_0");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1(), "rule__AbstractImplementation__OwnedModeTransitionAssignment_13_1_0_1");
- builder.put(grammarAccess.getAbstractImplementationAccess().getNoModesAssignment_13_1_1_0(), "rule__AbstractImplementation__NoModesAssignment_13_1_1_0");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0(), "rule__AbstractImplementation__OwnedPropertyAssociationAssignment_14_1_0");
- builder.put(grammarAccess.getAbstractImplementationAccess().getNoPropertiesAssignment_14_1_1_0(), "rule__AbstractImplementation__NoPropertiesAssignment_14_1_1_0");
- builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedAnnexSubclauseAssignment_15(), "rule__AbstractImplementation__OwnedAnnexSubclauseAssignment_15");
- builder.put(grammarAccess.getSystemImplementationAccess().getOwnedRealizationAssignment_1(), "rule__SystemImplementation__OwnedRealizationAssignment_1");
- builder.put(grammarAccess.getSystemImplementationAccess().getNameAssignment_3(), "rule__SystemImplementation__NameAssignment_3");
- builder.put(grammarAccess.getSystemImplementationAccess().getOwnedExtensionAssignment_4(), "rule__SystemImplementation__OwnedExtensionAssignment_4");
- builder.put(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeBindingAssignment_5_1(), "rule__SystemImplementation__OwnedPrototypeBindingAssignment_5_1");
- builder.put(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1(), "rule__SystemImplementation__OwnedPrototypeBindingAssignment_5_2_1");
- builder.put(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeAssignment_6_1_0(), "rule__SystemImplementation__OwnedPrototypeAssignment_6_1_0");
- builder.put(grammarAccess.getSystemImplementationAccess().getNoPrototypesAssignment_6_1_1_0(), "rule__SystemImplementation__NoPrototypesAssignment_6_1_1_0");
- builder.put(grammarAccess.getSystemImplementationAccess().getOwnedSystemSubcomponentAssignment_7_1_0_0(), "rule__SystemImplementation__OwnedSystemSubcomponentAssignment_7_1_0_0");
- builder.put(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_1(), "rule__SystemImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1");
- builder.put(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_7_1_0_2(), "rule__SystemImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2");
- builder.put(grammarAccess.getSystemImplementationAccess().getOwnedProcessSubcomponentAssignment_7_1_0_3(), "rule__SystemImplementation__OwnedProcessSubcomponentAssignment_7_1_0_3");
- builder.put(grammarAccess.getSystemImplementationAccess().getOwnedProcessorSubcomponentAssignment_7_1_0_4(), "rule__SystemImplementation__OwnedProcessorSubcomponentAssignment_7_1_0_4");
- builder.put(grammarAccess.getSystemImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_7_1_0_5(), "rule__SystemImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_5");
- builder.put(grammarAccess.getSystemImplementationAccess().getOwnedMemorySubcomponentAssignment_7_1_0_6(), "rule__SystemImplementation__OwnedMemorySubcomponentAssignment_7_1_0_6");
- builder.put(grammarAccess.getSystemImplementationAccess().getOwnedDeviceSubcomponentAssignment_7_1_0_7(), "rule__SystemImplementation__OwnedDeviceSubcomponentAssignment_7_1_0_7");
- builder.put(grammarAccess.getSystemImplementationAccess().getOwnedBusSubcomponentAssignment_7_1_0_8(), "rule__SystemImplementation__OwnedBusSubcomponentAssignment_7_1_0_8");
- builder.put(grammarAccess.getSystemImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_9(), "rule__SystemImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_9");
- builder.put(grammarAccess.getSystemImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_10(), "rule__SystemImplementation__OwnedDataSubcomponentAssignment_7_1_0_10");
- builder.put(grammarAccess.getSystemImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_11(), "rule__SystemImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_11");
- builder.put(grammarAccess.getSystemImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0(), "rule__SystemImplementation__NoSubcomponentsAssignment_7_1_1_0");
- builder.put(grammarAccess.getSystemImplementationAccess().getOwnedEventSourceAssignment_8_1_0(), "rule__SystemImplementation__OwnedEventSourceAssignment_8_1_0");
- builder.put(grammarAccess.getSystemImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1(), "rule__SystemImplementation__OwnedEventDataSourceAssignment_8_1_1");
- builder.put(grammarAccess.getSystemImplementationAccess().getOwnedPortProxyAssignment_9_1_0(), "rule__SystemImplementation__OwnedPortProxyAssignment_9_1_0");
- builder.put(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1(), "rule__SystemImplementation__OwnedSubprogramProxyAssignment_9_1_1");
- builder.put(grammarAccess.getSystemImplementationAccess().getOwnedPortConnectionAssignment_10_1_0_0(), "rule__SystemImplementation__OwnedPortConnectionAssignment_10_1_0_0");
- builder.put(grammarAccess.getSystemImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_1(), "rule__SystemImplementation__OwnedAccessConnectionAssignment_10_1_0_1");
- builder.put(grammarAccess.getSystemImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_2(), "rule__SystemImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2");
- builder.put(grammarAccess.getSystemImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_3(), "rule__SystemImplementation__OwnedFeatureConnectionAssignment_10_1_0_3");
- builder.put(grammarAccess.getSystemImplementationAccess().getNoConnectionsAssignment_10_1_1_0(), "rule__SystemImplementation__NoConnectionsAssignment_10_1_1_0");
- builder.put(grammarAccess.getSystemImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0(), "rule__SystemImplementation__OwnedFlowImplementationAssignment_11_1_0_0");
- builder.put(grammarAccess.getSystemImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1(), "rule__SystemImplementation__OwnedEndToEndFlowAssignment_11_1_0_1");
- builder.put(grammarAccess.getSystemImplementationAccess().getNoFlowsAssignment_11_1_1_0(), "rule__SystemImplementation__NoFlowsAssignment_11_1_1_0");
- builder.put(grammarAccess.getSystemImplementationAccess().getOwnedModeAssignment_12_1_0_0(), "rule__SystemImplementation__OwnedModeAssignment_12_1_0_0");
- builder.put(grammarAccess.getSystemImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1(), "rule__SystemImplementation__OwnedModeTransitionAssignment_12_1_0_1");
- builder.put(grammarAccess.getSystemImplementationAccess().getNoModesAssignment_12_1_1_0(), "rule__SystemImplementation__NoModesAssignment_12_1_1_0");
- builder.put(grammarAccess.getSystemImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0(), "rule__SystemImplementation__OwnedPropertyAssociationAssignment_13_1_0");
- builder.put(grammarAccess.getSystemImplementationAccess().getNoPropertiesAssignment_13_1_1_0(), "rule__SystemImplementation__NoPropertiesAssignment_13_1_1_0");
- builder.put(grammarAccess.getSystemImplementationAccess().getOwnedAnnexSubclauseAssignment_14(), "rule__SystemImplementation__OwnedAnnexSubclauseAssignment_14");
- builder.put(grammarAccess.getProcessImplementationAccess().getOwnedRealizationAssignment_1(), "rule__ProcessImplementation__OwnedRealizationAssignment_1");
- builder.put(grammarAccess.getProcessImplementationAccess().getNameAssignment_3(), "rule__ProcessImplementation__NameAssignment_3");
- builder.put(grammarAccess.getProcessImplementationAccess().getOwnedExtensionAssignment_4(), "rule__ProcessImplementation__OwnedExtensionAssignment_4");
- builder.put(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeBindingAssignment_5_1(), "rule__ProcessImplementation__OwnedPrototypeBindingAssignment_5_1");
- builder.put(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1(), "rule__ProcessImplementation__OwnedPrototypeBindingAssignment_5_2_1");
- builder.put(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeAssignment_6_1_0(), "rule__ProcessImplementation__OwnedPrototypeAssignment_6_1_0");
- builder.put(grammarAccess.getProcessImplementationAccess().getNoPrototypesAssignment_6_1_1_0(), "rule__ProcessImplementation__NoPrototypesAssignment_6_1_1_0");
- builder.put(grammarAccess.getProcessImplementationAccess().getOwnedThreadGroupSubcomponentAssignment_7_1_0_0(), "rule__ProcessImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_0");
- builder.put(grammarAccess.getProcessImplementationAccess().getOwnedThreadSubcomponentAssignment_7_1_0_1(), "rule__ProcessImplementation__OwnedThreadSubcomponentAssignment_7_1_0_1");
- builder.put(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_2(), "rule__ProcessImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_2");
- builder.put(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_7_1_0_3(), "rule__ProcessImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_3");
- builder.put(grammarAccess.getProcessImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_4(), "rule__ProcessImplementation__OwnedDataSubcomponentAssignment_7_1_0_4");
- builder.put(grammarAccess.getProcessImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_5(), "rule__ProcessImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_5");
- builder.put(grammarAccess.getProcessImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0(), "rule__ProcessImplementation__NoSubcomponentsAssignment_7_1_1_0");
- builder.put(grammarAccess.getProcessImplementationAccess().getOwnedEventSourceAssignment_8_1_0(), "rule__ProcessImplementation__OwnedEventSourceAssignment_8_1_0");
- builder.put(grammarAccess.getProcessImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1(), "rule__ProcessImplementation__OwnedEventDataSourceAssignment_8_1_1");
- builder.put(grammarAccess.getProcessImplementationAccess().getOwnedPortProxyAssignment_9_1_0(), "rule__ProcessImplementation__OwnedPortProxyAssignment_9_1_0");
- builder.put(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1(), "rule__ProcessImplementation__OwnedSubprogramProxyAssignment_9_1_1");
- builder.put(grammarAccess.getProcessImplementationAccess().getOwnedPortConnectionAssignment_10_1_0_0(), "rule__ProcessImplementation__OwnedPortConnectionAssignment_10_1_0_0");
- builder.put(grammarAccess.getProcessImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_1(), "rule__ProcessImplementation__OwnedAccessConnectionAssignment_10_1_0_1");
- builder.put(grammarAccess.getProcessImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_2(), "rule__ProcessImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2");
- builder.put(grammarAccess.getProcessImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_3(), "rule__ProcessImplementation__OwnedFeatureConnectionAssignment_10_1_0_3");
- builder.put(grammarAccess.getProcessImplementationAccess().getNoConnectionsAssignment_10_1_1_0(), "rule__ProcessImplementation__NoConnectionsAssignment_10_1_1_0");
- builder.put(grammarAccess.getProcessImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0(), "rule__ProcessImplementation__OwnedFlowImplementationAssignment_11_1_0_0");
- builder.put(grammarAccess.getProcessImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1(), "rule__ProcessImplementation__OwnedEndToEndFlowAssignment_11_1_0_1");
- builder.put(grammarAccess.getProcessImplementationAccess().getNoFlowsAssignment_11_1_1_0(), "rule__ProcessImplementation__NoFlowsAssignment_11_1_1_0");
- builder.put(grammarAccess.getProcessImplementationAccess().getOwnedModeAssignment_12_1_0_0(), "rule__ProcessImplementation__OwnedModeAssignment_12_1_0_0");
- builder.put(grammarAccess.getProcessImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1(), "rule__ProcessImplementation__OwnedModeTransitionAssignment_12_1_0_1");
- builder.put(grammarAccess.getProcessImplementationAccess().getNoModesAssignment_12_1_1_0(), "rule__ProcessImplementation__NoModesAssignment_12_1_1_0");
- builder.put(grammarAccess.getProcessImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0(), "rule__ProcessImplementation__OwnedPropertyAssociationAssignment_13_1_0");
- builder.put(grammarAccess.getProcessImplementationAccess().getNoPropertiesAssignment_13_1_1_0(), "rule__ProcessImplementation__NoPropertiesAssignment_13_1_1_0");
- builder.put(grammarAccess.getProcessImplementationAccess().getOwnedAnnexSubclauseAssignment_14(), "rule__ProcessImplementation__OwnedAnnexSubclauseAssignment_14");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedRealizationAssignment_1(), "rule__ThreadGroupImplementation__OwnedRealizationAssignment_1");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getNameAssignment_3(), "rule__ThreadGroupImplementation__NameAssignment_3");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedExtensionAssignment_4(), "rule__ThreadGroupImplementation__OwnedExtensionAssignment_4");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeBindingAssignment_5_1(), "rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_5_1");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1(), "rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_5_2_1");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeAssignment_6_1_0(), "rule__ThreadGroupImplementation__OwnedPrototypeAssignment_6_1_0");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getNoPrototypesAssignment_6_1_1_0(), "rule__ThreadGroupImplementation__NoPrototypesAssignment_6_1_1_0");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedThreadGroupSubcomponentAssignment_7_1_0_0(), "rule__ThreadGroupImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_0");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedThreadSubcomponentAssignment_7_1_0_1(), "rule__ThreadGroupImplementation__OwnedThreadSubcomponentAssignment_7_1_0_1");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_2(), "rule__ThreadGroupImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_2");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_7_1_0_3(), "rule__ThreadGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_3");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_4(), "rule__ThreadGroupImplementation__OwnedDataSubcomponentAssignment_7_1_0_4");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_5(), "rule__ThreadGroupImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_5");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0(), "rule__ThreadGroupImplementation__NoSubcomponentsAssignment_7_1_1_0");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedEventSourceAssignment_8_1_0(), "rule__ThreadGroupImplementation__OwnedEventSourceAssignment_8_1_0");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1(), "rule__ThreadGroupImplementation__OwnedEventDataSourceAssignment_8_1_1");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedPortProxyAssignment_9_1_0(), "rule__ThreadGroupImplementation__OwnedPortProxyAssignment_9_1_0");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1(), "rule__ThreadGroupImplementation__OwnedSubprogramProxyAssignment_9_1_1");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedPortConnectionAssignment_10_1_0_0(), "rule__ThreadGroupImplementation__OwnedPortConnectionAssignment_10_1_0_0");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_1(), "rule__ThreadGroupImplementation__OwnedAccessConnectionAssignment_10_1_0_1");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_2(), "rule__ThreadGroupImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_3(), "rule__ThreadGroupImplementation__OwnedFeatureConnectionAssignment_10_1_0_3");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getNoConnectionsAssignment_10_1_1_0(), "rule__ThreadGroupImplementation__NoConnectionsAssignment_10_1_1_0");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0(), "rule__ThreadGroupImplementation__OwnedFlowImplementationAssignment_11_1_0_0");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1(), "rule__ThreadGroupImplementation__OwnedEndToEndFlowAssignment_11_1_0_1");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getNoFlowsAssignment_11_1_1_0(), "rule__ThreadGroupImplementation__NoFlowsAssignment_11_1_1_0");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedModeAssignment_12_1_0_0(), "rule__ThreadGroupImplementation__OwnedModeAssignment_12_1_0_0");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1(), "rule__ThreadGroupImplementation__OwnedModeTransitionAssignment_12_1_0_1");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getNoModesAssignment_12_1_1_0(), "rule__ThreadGroupImplementation__NoModesAssignment_12_1_1_0");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0(), "rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_13_1_0");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getNoPropertiesAssignment_13_1_1_0(), "rule__ThreadGroupImplementation__NoPropertiesAssignment_13_1_1_0");
- builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedAnnexSubclauseAssignment_14(), "rule__ThreadGroupImplementation__OwnedAnnexSubclauseAssignment_14");
- builder.put(grammarAccess.getThreadImplementationAccess().getOwnedRealizationAssignment_1(), "rule__ThreadImplementation__OwnedRealizationAssignment_1");
- builder.put(grammarAccess.getThreadImplementationAccess().getNameAssignment_3(), "rule__ThreadImplementation__NameAssignment_3");
- builder.put(grammarAccess.getThreadImplementationAccess().getOwnedExtensionAssignment_4(), "rule__ThreadImplementation__OwnedExtensionAssignment_4");
- builder.put(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeBindingAssignment_5_1(), "rule__ThreadImplementation__OwnedPrototypeBindingAssignment_5_1");
- builder.put(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1(), "rule__ThreadImplementation__OwnedPrototypeBindingAssignment_5_2_1");
- builder.put(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeAssignment_6_1_0(), "rule__ThreadImplementation__OwnedPrototypeAssignment_6_1_0");
- builder.put(grammarAccess.getThreadImplementationAccess().getNoPrototypesAssignment_6_1_1_0(), "rule__ThreadImplementation__NoPrototypesAssignment_6_1_1_0");
- builder.put(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_0(), "rule__ThreadImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_0");
- builder.put(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_7_1_0_1(), "rule__ThreadImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_1");
- builder.put(grammarAccess.getThreadImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_2(), "rule__ThreadImplementation__OwnedDataSubcomponentAssignment_7_1_0_2");
- builder.put(grammarAccess.getThreadImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_3(), "rule__ThreadImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_3");
- builder.put(grammarAccess.getThreadImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0(), "rule__ThreadImplementation__NoSubcomponentsAssignment_7_1_1_0");
- builder.put(grammarAccess.getThreadImplementationAccess().getOwnedEventSourceAssignment_8_1_0(), "rule__ThreadImplementation__OwnedEventSourceAssignment_8_1_0");
- builder.put(grammarAccess.getThreadImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1(), "rule__ThreadImplementation__OwnedEventDataSourceAssignment_8_1_1");
- builder.put(grammarAccess.getThreadImplementationAccess().getOwnedPortProxyAssignment_9_1_0(), "rule__ThreadImplementation__OwnedPortProxyAssignment_9_1_0");
- builder.put(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1(), "rule__ThreadImplementation__OwnedSubprogramProxyAssignment_9_1_1");
- builder.put(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramCallSequenceAssignment_10_1_0(), "rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0");
- builder.put(grammarAccess.getThreadImplementationAccess().getNoCallsAssignment_10_1_1_0(), "rule__ThreadImplementation__NoCallsAssignment_10_1_1_0");
- builder.put(grammarAccess.getThreadImplementationAccess().getOwnedPortConnectionAssignment_11_1_0_0(), "rule__ThreadImplementation__OwnedPortConnectionAssignment_11_1_0_0");
- builder.put(grammarAccess.getThreadImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_1(), "rule__ThreadImplementation__OwnedAccessConnectionAssignment_11_1_0_1");
- builder.put(grammarAccess.getThreadImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_2(), "rule__ThreadImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2");
- builder.put(grammarAccess.getThreadImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_3(), "rule__ThreadImplementation__OwnedFeatureConnectionAssignment_11_1_0_3");
- builder.put(grammarAccess.getThreadImplementationAccess().getOwnedParameterConnectionAssignment_11_1_0_4(), "rule__ThreadImplementation__OwnedParameterConnectionAssignment_11_1_0_4");
- builder.put(grammarAccess.getThreadImplementationAccess().getNoConnectionsAssignment_11_1_1_0(), "rule__ThreadImplementation__NoConnectionsAssignment_11_1_1_0");
- builder.put(grammarAccess.getThreadImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0(), "rule__ThreadImplementation__OwnedFlowImplementationAssignment_12_1_0_0");
- builder.put(grammarAccess.getThreadImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1(), "rule__ThreadImplementation__OwnedEndToEndFlowAssignment_12_1_0_1");
- builder.put(grammarAccess.getThreadImplementationAccess().getNoFlowsAssignment_12_1_1_0(), "rule__ThreadImplementation__NoFlowsAssignment_12_1_1_0");
- builder.put(grammarAccess.getThreadImplementationAccess().getOwnedModeAssignment_13_1_0_0(), "rule__ThreadImplementation__OwnedModeAssignment_13_1_0_0");
- builder.put(grammarAccess.getThreadImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1(), "rule__ThreadImplementation__OwnedModeTransitionAssignment_13_1_0_1");
- builder.put(grammarAccess.getThreadImplementationAccess().getNoModesAssignment_13_1_1_0(), "rule__ThreadImplementation__NoModesAssignment_13_1_1_0");
- builder.put(grammarAccess.getThreadImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0(), "rule__ThreadImplementation__OwnedPropertyAssociationAssignment_14_1_0");
- builder.put(grammarAccess.getThreadImplementationAccess().getNoPropertiesAssignment_14_1_1_0(), "rule__ThreadImplementation__NoPropertiesAssignment_14_1_1_0");
- builder.put(grammarAccess.getThreadImplementationAccess().getOwnedAnnexSubclauseAssignment_15(), "rule__ThreadImplementation__OwnedAnnexSubclauseAssignment_15");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedRealizationAssignment_1(), "rule__SubprogramImplementation__OwnedRealizationAssignment_1");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getNameAssignment_3(), "rule__SubprogramImplementation__NameAssignment_3");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedExtensionAssignment_4(), "rule__SubprogramImplementation__OwnedExtensionAssignment_4");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeBindingAssignment_5_1(), "rule__SubprogramImplementation__OwnedPrototypeBindingAssignment_5_1");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1(), "rule__SubprogramImplementation__OwnedPrototypeBindingAssignment_5_2_1");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeAssignment_6_1_0(), "rule__SubprogramImplementation__OwnedPrototypeAssignment_6_1_0");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getNoPrototypesAssignment_6_1_1_0(), "rule__SubprogramImplementation__NoPrototypesAssignment_6_1_1_0");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_0(), "rule__SubprogramImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_1(), "rule__SubprogramImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_2(), "rule__SubprogramImplementation__OwnedDataSubcomponentAssignment_7_1_0_2");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0(), "rule__SubprogramImplementation__NoSubcomponentsAssignment_7_1_1_0");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedEventSourceAssignment_8_1_0(), "rule__SubprogramImplementation__OwnedEventSourceAssignment_8_1_0");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1(), "rule__SubprogramImplementation__OwnedEventDataSourceAssignment_8_1_1");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedPortProxyAssignment_9_1_0(), "rule__SubprogramImplementation__OwnedPortProxyAssignment_9_1_0");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1(), "rule__SubprogramImplementation__OwnedSubprogramProxyAssignment_9_1_1");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramCallSequenceAssignment_10_1_0(), "rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getNoCallsAssignment_10_1_1_0(), "rule__SubprogramImplementation__NoCallsAssignment_10_1_1_0");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedPortConnectionAssignment_11_1_0_0(), "rule__SubprogramImplementation__OwnedPortConnectionAssignment_11_1_0_0");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_1(), "rule__SubprogramImplementation__OwnedAccessConnectionAssignment_11_1_0_1");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_2(), "rule__SubprogramImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_3(), "rule__SubprogramImplementation__OwnedFeatureConnectionAssignment_11_1_0_3");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedParameterConnectionAssignment_11_1_0_4(), "rule__SubprogramImplementation__OwnedParameterConnectionAssignment_11_1_0_4");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getNoConnectionsAssignment_11_1_1_0(), "rule__SubprogramImplementation__NoConnectionsAssignment_11_1_1_0");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0(), "rule__SubprogramImplementation__OwnedFlowImplementationAssignment_12_1_0_0");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1(), "rule__SubprogramImplementation__OwnedEndToEndFlowAssignment_12_1_0_1");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getNoFlowsAssignment_12_1_1_0(), "rule__SubprogramImplementation__NoFlowsAssignment_12_1_1_0");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedModeAssignment_13_1_0_0(), "rule__SubprogramImplementation__OwnedModeAssignment_13_1_0_0");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1(), "rule__SubprogramImplementation__OwnedModeTransitionAssignment_13_1_0_1");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getNoModesAssignment_13_1_1_0(), "rule__SubprogramImplementation__NoModesAssignment_13_1_1_0");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0(), "rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_14_1_0");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getNoPropertiesAssignment_14_1_1_0(), "rule__SubprogramImplementation__NoPropertiesAssignment_14_1_1_0");
- builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedAnnexSubclauseAssignment_15(), "rule__SubprogramImplementation__OwnedAnnexSubclauseAssignment_15");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedRealizationAssignment_1(), "rule__SubprogramGroupImplementation__OwnedRealizationAssignment_1");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getNameAssignment_3(), "rule__SubprogramGroupImplementation__NameAssignment_3");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedExtensionAssignment_4(), "rule__SubprogramGroupImplementation__OwnedExtensionAssignment_4");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeBindingAssignment_5_1(), "rule__SubprogramGroupImplementation__OwnedPrototypeBindingAssignment_5_1");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1(), "rule__SubprogramGroupImplementation__OwnedPrototypeBindingAssignment_5_2_1");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeAssignment_6_1_0(), "rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_6_1_0");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getNoPrototypesAssignment_6_1_1_0(), "rule__SubprogramGroupImplementation__NoPrototypesAssignment_6_1_1_0");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_0(), "rule__SubprogramGroupImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_0");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_1(), "rule__SubprogramGroupImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_1");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_7_1_0_2(), "rule__SubprogramGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_3(), "rule__SubprogramGroupImplementation__OwnedDataSubcomponentAssignment_7_1_0_3");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0(), "rule__SubprogramGroupImplementation__NoSubcomponentsAssignment_7_1_1_0");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedEventSourceAssignment_8_1_0(), "rule__SubprogramGroupImplementation__OwnedEventSourceAssignment_8_1_0");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1(), "rule__SubprogramGroupImplementation__OwnedEventDataSourceAssignment_8_1_1");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPortProxyAssignment_9_1_0(), "rule__SubprogramGroupImplementation__OwnedPortProxyAssignment_9_1_0");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1(), "rule__SubprogramGroupImplementation__OwnedSubprogramProxyAssignment_9_1_1");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_0(), "rule__SubprogramGroupImplementation__OwnedAccessConnectionAssignment_10_1_0_0");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_1(), "rule__SubprogramGroupImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_2(), "rule__SubprogramGroupImplementation__OwnedFeatureConnectionAssignment_10_1_0_2");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getNoConnectionsAssignment_10_1_1_0(), "rule__SubprogramGroupImplementation__NoConnectionsAssignment_10_1_1_0");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedModeAssignment_11_1_0_0(), "rule__SubprogramGroupImplementation__OwnedModeAssignment_11_1_0_0");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedModeTransitionAssignment_11_1_0_1(), "rule__SubprogramGroupImplementation__OwnedModeTransitionAssignment_11_1_0_1");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getNoModesAssignment_11_1_1_0(), "rule__SubprogramGroupImplementation__NoModesAssignment_11_1_1_0");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0(), "rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_12_1_0");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getNoPropertiesAssignment_12_1_1_0(), "rule__SubprogramGroupImplementation__NoPropertiesAssignment_12_1_1_0");
- builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAnnexSubclauseAssignment_13(), "rule__SubprogramGroupImplementation__OwnedAnnexSubclauseAssignment_13");
- builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedRealizationAssignment_1(), "rule__ProcessorImplementation__OwnedRealizationAssignment_1");
- builder.put(grammarAccess.getProcessorImplementationAccess().getNameAssignment_3(), "rule__ProcessorImplementation__NameAssignment_3");
- builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedExtensionAssignment_4(), "rule__ProcessorImplementation__OwnedExtensionAssignment_4");
- builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeBindingAssignment_5_1(), "rule__ProcessorImplementation__OwnedPrototypeBindingAssignment_5_1");
- builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1(), "rule__ProcessorImplementation__OwnedPrototypeBindingAssignment_5_2_1");
- builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeAssignment_6_1_0(), "rule__ProcessorImplementation__OwnedPrototypeAssignment_6_1_0");
- builder.put(grammarAccess.getProcessorImplementationAccess().getNoPrototypesAssignment_6_1_1_0(), "rule__ProcessorImplementation__NoPrototypesAssignment_6_1_1_0");
- builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedMemorySubcomponentAssignment_7_1_0_0(), "rule__ProcessorImplementation__OwnedMemorySubcomponentAssignment_7_1_0_0");
- builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_1(), "rule__ProcessorImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_1");
- builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedBusSubcomponentAssignment_7_1_0_2(), "rule__ProcessorImplementation__OwnedBusSubcomponentAssignment_7_1_0_2");
- builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_3(), "rule__ProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_3");
- builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_7_1_0_4(), "rule__ProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_4");
- builder.put(grammarAccess.getProcessorImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0(), "rule__ProcessorImplementation__NoSubcomponentsAssignment_7_1_1_0");
- builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedEventSourceAssignment_8_1_0(), "rule__ProcessorImplementation__OwnedEventSourceAssignment_8_1_0");
- builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1(), "rule__ProcessorImplementation__OwnedEventDataSourceAssignment_8_1_1");
- builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedPortConnectionAssignment_9_1_0_0(), "rule__ProcessorImplementation__OwnedPortConnectionAssignment_9_1_0_0");
- builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedAccessConnectionAssignment_9_1_0_1(), "rule__ProcessorImplementation__OwnedAccessConnectionAssignment_9_1_0_1");
- builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedFeatureGroupConnectionAssignment_9_1_0_2(), "rule__ProcessorImplementation__OwnedFeatureGroupConnectionAssignment_9_1_0_2");
- builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedFeatureConnectionAssignment_9_1_0_3(), "rule__ProcessorImplementation__OwnedFeatureConnectionAssignment_9_1_0_3");
- builder.put(grammarAccess.getProcessorImplementationAccess().getNoConnectionsAssignment_9_1_1_0(), "rule__ProcessorImplementation__NoConnectionsAssignment_9_1_1_0");
- builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedFlowImplementationAssignment_10_1_0_0(), "rule__ProcessorImplementation__OwnedFlowImplementationAssignment_10_1_0_0");
- builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedEndToEndFlowAssignment_10_1_0_1(), "rule__ProcessorImplementation__OwnedEndToEndFlowAssignment_10_1_0_1");
- builder.put(grammarAccess.getProcessorImplementationAccess().getNoFlowsAssignment_10_1_1_0(), "rule__ProcessorImplementation__NoFlowsAssignment_10_1_1_0");
- builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedModeAssignment_11_1_0_0(), "rule__ProcessorImplementation__OwnedModeAssignment_11_1_0_0");
- builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedModeTransitionAssignment_11_1_0_1(), "rule__ProcessorImplementation__OwnedModeTransitionAssignment_11_1_0_1");
- builder.put(grammarAccess.getProcessorImplementationAccess().getNoModesAssignment_11_1_1_0(), "rule__ProcessorImplementation__NoModesAssignment_11_1_1_0");
- builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0(), "rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_12_1_0");
- builder.put(grammarAccess.getProcessorImplementationAccess().getNoPropertiesAssignment_12_1_1_0(), "rule__ProcessorImplementation__NoPropertiesAssignment_12_1_1_0");
- builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedAnnexSubclauseAssignment_13(), "rule__ProcessorImplementation__OwnedAnnexSubclauseAssignment_13");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedRealizationAssignment_1(), "rule__VirtualProcessorImplementation__OwnedRealizationAssignment_1");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getNameAssignment_3(), "rule__VirtualProcessorImplementation__NameAssignment_3");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedExtensionAssignment_4(), "rule__VirtualProcessorImplementation__OwnedExtensionAssignment_4");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeBindingAssignment_5_1(), "rule__VirtualProcessorImplementation__OwnedPrototypeBindingAssignment_5_1");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1(), "rule__VirtualProcessorImplementation__OwnedPrototypeBindingAssignment_5_2_1");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeAssignment_6_1_0(), "rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_6_1_0");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getNoPrototypesAssignment_6_1_1_0(), "rule__VirtualProcessorImplementation__NoPrototypesAssignment_6_1_1_0");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_0(), "rule__VirtualProcessorImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_1(), "rule__VirtualProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_7_1_0_2(), "rule__VirtualProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_2");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0(), "rule__VirtualProcessorImplementation__NoSubcomponentsAssignment_7_1_1_0");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEventSourceAssignment_8_1_0(), "rule__VirtualProcessorImplementation__OwnedEventSourceAssignment_8_1_0");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1(), "rule__VirtualProcessorImplementation__OwnedEventDataSourceAssignment_8_1_1");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPortProxyAssignment_9_1_0(), "rule__VirtualProcessorImplementation__OwnedPortProxyAssignment_9_1_0");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1(), "rule__VirtualProcessorImplementation__OwnedSubprogramProxyAssignment_9_1_1");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPortConnectionAssignment_10_1_0_0(), "rule__VirtualProcessorImplementation__OwnedPortConnectionAssignment_10_1_0_0");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_1(), "rule__VirtualProcessorImplementation__OwnedAccessConnectionAssignment_10_1_0_1");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_2(), "rule__VirtualProcessorImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_3(), "rule__VirtualProcessorImplementation__OwnedFeatureConnectionAssignment_10_1_0_3");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getNoConnectionsAssignment_10_1_1_0(), "rule__VirtualProcessorImplementation__NoConnectionsAssignment_10_1_1_0");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0(), "rule__VirtualProcessorImplementation__OwnedFlowImplementationAssignment_11_1_0_0");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1(), "rule__VirtualProcessorImplementation__OwnedEndToEndFlowAssignment_11_1_0_1");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getNoFlowsAssignment_11_1_1_0(), "rule__VirtualProcessorImplementation__NoFlowsAssignment_11_1_1_0");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedModeAssignment_12_1_0_0(), "rule__VirtualProcessorImplementation__OwnedModeAssignment_12_1_0_0");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1(), "rule__VirtualProcessorImplementation__OwnedModeTransitionAssignment_12_1_0_1");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getNoModesAssignment_12_1_1_0(), "rule__VirtualProcessorImplementation__NoModesAssignment_12_1_1_0");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0(), "rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getNoPropertiesAssignment_13_1_1_0(), "rule__VirtualProcessorImplementation__NoPropertiesAssignment_13_1_1_0");
- builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAnnexSubclauseAssignment_14(), "rule__VirtualProcessorImplementation__OwnedAnnexSubclauseAssignment_14");
- builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedRealizationAssignment_1(), "rule__DeviceImplementation__OwnedRealizationAssignment_1");
- builder.put(grammarAccess.getDeviceImplementationAccess().getNameAssignment_3(), "rule__DeviceImplementation__NameAssignment_3");
- builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedExtensionAssignment_4(), "rule__DeviceImplementation__OwnedExtensionAssignment_4");
- builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeBindingAssignment_5_1(), "rule__DeviceImplementation__OwnedPrototypeBindingAssignment_5_1");
- builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1(), "rule__DeviceImplementation__OwnedPrototypeBindingAssignment_5_2_1");
- builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeAssignment_6_1_0(), "rule__DeviceImplementation__OwnedPrototypeAssignment_6_1_0");
- builder.put(grammarAccess.getDeviceImplementationAccess().getNoPrototypesAssignment_6_1_1_0(), "rule__DeviceImplementation__NoPrototypesAssignment_6_1_1_0");
- builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_0(), "rule__DeviceImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0");
- builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_1(), "rule__DeviceImplementation__OwnedDataSubcomponentAssignment_7_1_0_1");
- builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_2(), "rule__DeviceImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_2");
- builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedBusSubcomponentAssignment_7_1_0_3(), "rule__DeviceImplementation__OwnedBusSubcomponentAssignment_7_1_0_3");
- builder.put(grammarAccess.getDeviceImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0(), "rule__DeviceImplementation__NoSubcomponentsAssignment_7_1_1_0");
- builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedEventSourceAssignment_8_1_0(), "rule__DeviceImplementation__OwnedEventSourceAssignment_8_1_0");
- builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1(), "rule__DeviceImplementation__OwnedEventDataSourceAssignment_8_1_1");
- builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedPortProxyAssignment_9_1_0(), "rule__DeviceImplementation__OwnedPortProxyAssignment_9_1_0");
- builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1(), "rule__DeviceImplementation__OwnedSubprogramProxyAssignment_9_1_1");
- builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedPortConnectionAssignment_10_1_0_0(), "rule__DeviceImplementation__OwnedPortConnectionAssignment_10_1_0_0");
- builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_1(), "rule__DeviceImplementation__OwnedAccessConnectionAssignment_10_1_0_1");
- builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_2(), "rule__DeviceImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2");
- builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_3(), "rule__DeviceImplementation__OwnedFeatureConnectionAssignment_10_1_0_3");
- builder.put(grammarAccess.getDeviceImplementationAccess().getNoConnectionsAssignment_10_1_1_0(), "rule__DeviceImplementation__NoConnectionsAssignment_10_1_1_0");
- builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0(), "rule__DeviceImplementation__OwnedFlowImplementationAssignment_11_1_0_0");
- builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1(), "rule__DeviceImplementation__OwnedEndToEndFlowAssignment_11_1_0_1");
- builder.put(grammarAccess.getDeviceImplementationAccess().getNoFlowsAssignment_11_1_1_0(), "rule__DeviceImplementation__NoFlowsAssignment_11_1_1_0");
- builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedModeAssignment_12_1_0_0(), "rule__DeviceImplementation__OwnedModeAssignment_12_1_0_0");
- builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1(), "rule__DeviceImplementation__OwnedModeTransitionAssignment_12_1_0_1");
- builder.put(grammarAccess.getDeviceImplementationAccess().getNoModesAssignment_12_1_1_0(), "rule__DeviceImplementation__NoModesAssignment_12_1_1_0");
- builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0(), "rule__DeviceImplementation__OwnedPropertyAssociationAssignment_13_1_0");
- builder.put(grammarAccess.getDeviceImplementationAccess().getNoPropertiesAssignment_13_1_1_0(), "rule__DeviceImplementation__NoPropertiesAssignment_13_1_1_0");
- builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedAnnexSubclauseAssignment_14(), "rule__DeviceImplementation__OwnedAnnexSubclauseAssignment_14");
- builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedRealizationAssignment_1(), "rule__MemoryImplementation__OwnedRealizationAssignment_1");
- builder.put(grammarAccess.getMemoryImplementationAccess().getNameAssignment_3(), "rule__MemoryImplementation__NameAssignment_3");
- builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedExtensionAssignment_4(), "rule__MemoryImplementation__OwnedExtensionAssignment_4");
- builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeBindingAssignment_5_1(), "rule__MemoryImplementation__OwnedPrototypeBindingAssignment_5_1");
- builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1(), "rule__MemoryImplementation__OwnedPrototypeBindingAssignment_5_2_1");
- builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeAssignment_6_1_0(), "rule__MemoryImplementation__OwnedPrototypeAssignment_6_1_0");
- builder.put(grammarAccess.getMemoryImplementationAccess().getNoPrototypesAssignment_6_1_1_0(), "rule__MemoryImplementation__NoPrototypesAssignment_6_1_1_0");
- builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_0(), "rule__MemoryImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0");
- builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedMemorySubcomponentAssignment_7_1_0_1(), "rule__MemoryImplementation__OwnedMemorySubcomponentAssignment_7_1_0_1");
- builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedBusSubcomponentAssignment_7_1_0_2(), "rule__MemoryImplementation__OwnedBusSubcomponentAssignment_7_1_0_2");
- builder.put(grammarAccess.getMemoryImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0(), "rule__MemoryImplementation__NoSubcomponentsAssignment_7_1_1_0");
- builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedEventSourceAssignment_8_1_0(), "rule__MemoryImplementation__OwnedEventSourceAssignment_8_1_0");
- builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1(), "rule__MemoryImplementation__OwnedEventDataSourceAssignment_8_1_1");
- builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedAccessConnectionAssignment_9_1_0_0(), "rule__MemoryImplementation__OwnedAccessConnectionAssignment_9_1_0_0");
- builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedFeatureGroupConnectionAssignment_9_1_0_1(), "rule__MemoryImplementation__OwnedFeatureGroupConnectionAssignment_9_1_0_1");
- builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedFeatureConnectionAssignment_9_1_0_2(), "rule__MemoryImplementation__OwnedFeatureConnectionAssignment_9_1_0_2");
- builder.put(grammarAccess.getMemoryImplementationAccess().getNoConnectionsAssignment_9_1_1_0(), "rule__MemoryImplementation__NoConnectionsAssignment_9_1_1_0");
- builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedModeAssignment_10_1_0_0(), "rule__MemoryImplementation__OwnedModeAssignment_10_1_0_0");
- builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedModeTransitionAssignment_10_1_0_1(), "rule__MemoryImplementation__OwnedModeTransitionAssignment_10_1_0_1");
- builder.put(grammarAccess.getMemoryImplementationAccess().getNoModesAssignment_10_1_1_0(), "rule__MemoryImplementation__NoModesAssignment_10_1_1_0");
- builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedPropertyAssociationAssignment_11_1_0(), "rule__MemoryImplementation__OwnedPropertyAssociationAssignment_11_1_0");
- builder.put(grammarAccess.getMemoryImplementationAccess().getNoPropertiesAssignment_11_1_1_0(), "rule__MemoryImplementation__NoPropertiesAssignment_11_1_1_0");
- builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedAnnexSubclauseAssignment_12(), "rule__MemoryImplementation__OwnedAnnexSubclauseAssignment_12");
- builder.put(grammarAccess.getBusImplementationAccess().getOwnedRealizationAssignment_1(), "rule__BusImplementation__OwnedRealizationAssignment_1");
- builder.put(grammarAccess.getBusImplementationAccess().getNameAssignment_3(), "rule__BusImplementation__NameAssignment_3");
- builder.put(grammarAccess.getBusImplementationAccess().getOwnedExtensionAssignment_4(), "rule__BusImplementation__OwnedExtensionAssignment_4");
- builder.put(grammarAccess.getBusImplementationAccess().getOwnedPrototypeBindingAssignment_5_1(), "rule__BusImplementation__OwnedPrototypeBindingAssignment_5_1");
- builder.put(grammarAccess.getBusImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1(), "rule__BusImplementation__OwnedPrototypeBindingAssignment_5_2_1");
- builder.put(grammarAccess.getBusImplementationAccess().getOwnedPrototypeAssignment_6_1_0(), "rule__BusImplementation__OwnedPrototypeAssignment_6_1_0");
- builder.put(grammarAccess.getBusImplementationAccess().getNoPrototypesAssignment_6_1_1_0(), "rule__BusImplementation__NoPrototypesAssignment_6_1_1_0");
- builder.put(grammarAccess.getBusImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_0(), "rule__BusImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0");
- builder.put(grammarAccess.getBusImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_1(), "rule__BusImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1");
- builder.put(grammarAccess.getBusImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0(), "rule__BusImplementation__NoSubcomponentsAssignment_7_1_1_0");
- builder.put(grammarAccess.getBusImplementationAccess().getOwnedEventSourceAssignment_8_1_0(), "rule__BusImplementation__OwnedEventSourceAssignment_8_1_0");
- builder.put(grammarAccess.getBusImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1(), "rule__BusImplementation__OwnedEventDataSourceAssignment_8_1_1");
- builder.put(grammarAccess.getBusImplementationAccess().getOwnedModeAssignment_9_1_0_0(), "rule__BusImplementation__OwnedModeAssignment_9_1_0_0");
- builder.put(grammarAccess.getBusImplementationAccess().getOwnedModeTransitionAssignment_9_1_0_1(), "rule__BusImplementation__OwnedModeTransitionAssignment_9_1_0_1");
- builder.put(grammarAccess.getBusImplementationAccess().getNoModesAssignment_9_1_1_0(), "rule__BusImplementation__NoModesAssignment_9_1_1_0");
- builder.put(grammarAccess.getBusImplementationAccess().getOwnedPropertyAssociationAssignment_10_1_0(), "rule__BusImplementation__OwnedPropertyAssociationAssignment_10_1_0");
- builder.put(grammarAccess.getBusImplementationAccess().getNoPropertiesAssignment_10_1_1_0(), "rule__BusImplementation__NoPropertiesAssignment_10_1_1_0");
- builder.put(grammarAccess.getBusImplementationAccess().getOwnedAnnexSubclauseAssignment_11(), "rule__BusImplementation__OwnedAnnexSubclauseAssignment_11");
- builder.put(grammarAccess.getVirtualBusImplementationAccess().getOwnedRealizationAssignment_1(), "rule__VirtualBusImplementation__OwnedRealizationAssignment_1");
- builder.put(grammarAccess.getVirtualBusImplementationAccess().getNameAssignment_3(), "rule__VirtualBusImplementation__NameAssignment_3");
- builder.put(grammarAccess.getVirtualBusImplementationAccess().getOwnedExtensionAssignment_4(), "rule__VirtualBusImplementation__OwnedExtensionAssignment_4");
- builder.put(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeBindingAssignment_5_1(), "rule__VirtualBusImplementation__OwnedPrototypeBindingAssignment_5_1");
- builder.put(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1(), "rule__VirtualBusImplementation__OwnedPrototypeBindingAssignment_5_2_1");
- builder.put(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeAssignment_6_1_0(), "rule__VirtualBusImplementation__OwnedPrototypeAssignment_6_1_0");
- builder.put(grammarAccess.getVirtualBusImplementationAccess().getNoPrototypesAssignment_6_1_1_0(), "rule__VirtualBusImplementation__NoPrototypesAssignment_6_1_1_0");
- builder.put(grammarAccess.getVirtualBusImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_0(), "rule__VirtualBusImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0");
- builder.put(grammarAccess.getVirtualBusImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_1(), "rule__VirtualBusImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1");
- builder.put(grammarAccess.getVirtualBusImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0(), "rule__VirtualBusImplementation__NoSubcomponentsAssignment_7_1_1_0");
- builder.put(grammarAccess.getVirtualBusImplementationAccess().getOwnedEventSourceAssignment_8_1_0(), "rule__VirtualBusImplementation__OwnedEventSourceAssignment_8_1_0");
- builder.put(grammarAccess.getVirtualBusImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1(), "rule__VirtualBusImplementation__OwnedEventDataSourceAssignment_8_1_1");
- builder.put(grammarAccess.getVirtualBusImplementationAccess().getOwnedModeAssignment_9_1_0_0(), "rule__VirtualBusImplementation__OwnedModeAssignment_9_1_0_0");
- builder.put(grammarAccess.getVirtualBusImplementationAccess().getOwnedModeTransitionAssignment_9_1_0_1(), "rule__VirtualBusImplementation__OwnedModeTransitionAssignment_9_1_0_1");
- builder.put(grammarAccess.getVirtualBusImplementationAccess().getNoModesAssignment_9_1_1_0(), "rule__VirtualBusImplementation__NoModesAssignment_9_1_1_0");
- builder.put(grammarAccess.getVirtualBusImplementationAccess().getOwnedPropertyAssociationAssignment_10_1_0(), "rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_10_1_0");
- builder.put(grammarAccess.getVirtualBusImplementationAccess().getNoPropertiesAssignment_10_1_1_0(), "rule__VirtualBusImplementation__NoPropertiesAssignment_10_1_1_0");
- builder.put(grammarAccess.getVirtualBusImplementationAccess().getOwnedAnnexSubclauseAssignment_11(), "rule__VirtualBusImplementation__OwnedAnnexSubclauseAssignment_11");
- builder.put(grammarAccess.getDataImplementationAccess().getOwnedRealizationAssignment_2(), "rule__DataImplementation__OwnedRealizationAssignment_2");
- builder.put(grammarAccess.getDataImplementationAccess().getNameAssignment_4(), "rule__DataImplementation__NameAssignment_4");
- builder.put(grammarAccess.getDataImplementationAccess().getOwnedExtensionAssignment_5(), "rule__DataImplementation__OwnedExtensionAssignment_5");
- builder.put(grammarAccess.getDataImplementationAccess().getOwnedPrototypeBindingAssignment_6_1(), "rule__DataImplementation__OwnedPrototypeBindingAssignment_6_1");
- builder.put(grammarAccess.getDataImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1(), "rule__DataImplementation__OwnedPrototypeBindingAssignment_6_2_1");
- builder.put(grammarAccess.getDataImplementationAccess().getOwnedPrototypeAssignment_7_1_0(), "rule__DataImplementation__OwnedPrototypeAssignment_7_1_0");
- builder.put(grammarAccess.getDataImplementationAccess().getNoPrototypesAssignment_7_1_1_0(), "rule__DataImplementation__NoPrototypesAssignment_7_1_1_0");
- builder.put(grammarAccess.getDataImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_0(), "rule__DataImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0");
- builder.put(grammarAccess.getDataImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_1(), "rule__DataImplementation__OwnedDataSubcomponentAssignment_8_1_0_1");
- builder.put(grammarAccess.getDataImplementationAccess().getOwnedSubprogramSubcomponentAssignment_8_1_0_2(), "rule__DataImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_2");
- builder.put(grammarAccess.getDataImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0(), "rule__DataImplementation__NoSubcomponentsAssignment_8_1_1_0");
- builder.put(grammarAccess.getDataImplementationAccess().getOwnedEventSourceAssignment_9_1_0(), "rule__DataImplementation__OwnedEventSourceAssignment_9_1_0");
- builder.put(grammarAccess.getDataImplementationAccess().getOwnedEventDataSourceAssignment_9_1_1(), "rule__DataImplementation__OwnedEventDataSourceAssignment_9_1_1");
- builder.put(grammarAccess.getDataImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_0(), "rule__DataImplementation__OwnedAccessConnectionAssignment_10_1_0_0");
- builder.put(grammarAccess.getDataImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_1(), "rule__DataImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1");
- builder.put(grammarAccess.getDataImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_2(), "rule__DataImplementation__OwnedFeatureConnectionAssignment_10_1_0_2");
- builder.put(grammarAccess.getDataImplementationAccess().getNoConnectionsAssignment_10_1_1_0(), "rule__DataImplementation__NoConnectionsAssignment_10_1_1_0");
- builder.put(grammarAccess.getDataImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0(), "rule__DataImplementation__OwnedFlowImplementationAssignment_11_1_0_0");
- builder.put(grammarAccess.getDataImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1(), "rule__DataImplementation__OwnedEndToEndFlowAssignment_11_1_0_1");
- builder.put(grammarAccess.getDataImplementationAccess().getNoFlowsAssignment_11_1_1_0(), "rule__DataImplementation__NoFlowsAssignment_11_1_1_0");
- builder.put(grammarAccess.getDataImplementationAccess().getOwnedModeAssignment_12_1_0_0(), "rule__DataImplementation__OwnedModeAssignment_12_1_0_0");
- builder.put(grammarAccess.getDataImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1(), "rule__DataImplementation__OwnedModeTransitionAssignment_12_1_0_1");
- builder.put(grammarAccess.getDataImplementationAccess().getNoModesAssignment_12_1_1_0(), "rule__DataImplementation__NoModesAssignment_12_1_1_0");
- builder.put(grammarAccess.getDataImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0(), "rule__DataImplementation__OwnedPropertyAssociationAssignment_13_1_0");
- builder.put(grammarAccess.getDataImplementationAccess().getNoPropertiesAssignment_13_1_1_0(), "rule__DataImplementation__NoPropertiesAssignment_13_1_1_0");
- builder.put(grammarAccess.getDataImplementationAccess().getOwnedAnnexSubclauseAssignment_14(), "rule__DataImplementation__OwnedAnnexSubclauseAssignment_14");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedRealizationAssignment_2(), "rule__AbstractImplementation__OwnedRealizationAssignment_2");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getNameAssignment_4(), "rule__AbstractImplementation__NameAssignment_4");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedExtensionAssignment_5(), "rule__AbstractImplementation__OwnedExtensionAssignment_5");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeBindingAssignment_6_1(), "rule__AbstractImplementation__OwnedPrototypeBindingAssignment_6_1");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1(), "rule__AbstractImplementation__OwnedPrototypeBindingAssignment_6_2_1");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeAssignment_7_1_0(), "rule__AbstractImplementation__OwnedPrototypeAssignment_7_1_0");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getNoPrototypesAssignment_7_1_1_0(), "rule__AbstractImplementation__NoPrototypesAssignment_7_1_1_0");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedSystemSubcomponentAssignment_8_1_0_0(), "rule__AbstractImplementation__OwnedSystemSubcomponentAssignment_8_1_0_0");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramSubcomponentAssignment_8_1_0_1(), "rule__AbstractImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_8_1_0_2(), "rule__AbstractImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_2");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedThreadSubcomponentAssignment_8_1_0_3(), "rule__AbstractImplementation__OwnedThreadSubcomponentAssignment_8_1_0_3");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedThreadGroupSubcomponentAssignment_8_1_0_4(), "rule__AbstractImplementation__OwnedThreadGroupSubcomponentAssignment_8_1_0_4");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedProcessSubcomponentAssignment_8_1_0_5(), "rule__AbstractImplementation__OwnedProcessSubcomponentAssignment_8_1_0_5");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedProcessorSubcomponentAssignment_8_1_0_6(), "rule__AbstractImplementation__OwnedProcessorSubcomponentAssignment_8_1_0_6");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_8_1_0_7(), "rule__AbstractImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_7");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedMemorySubcomponentAssignment_8_1_0_8(), "rule__AbstractImplementation__OwnedMemorySubcomponentAssignment_8_1_0_8");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedDeviceSubcomponentAssignment_8_1_0_9(), "rule__AbstractImplementation__OwnedDeviceSubcomponentAssignment_8_1_0_9");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedBusSubcomponentAssignment_8_1_0_10(), "rule__AbstractImplementation__OwnedBusSubcomponentAssignment_8_1_0_10");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_8_1_0_11(), "rule__AbstractImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_11");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_12(), "rule__AbstractImplementation__OwnedDataSubcomponentAssignment_8_1_0_12");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_13(), "rule__AbstractImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_13");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0(), "rule__AbstractImplementation__NoSubcomponentsAssignment_8_1_1_0");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedEventSourceAssignment_9_2_0(), "rule__AbstractImplementation__OwnedEventSourceAssignment_9_2_0");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1(), "rule__AbstractImplementation__OwnedEventDataSourceAssignment_9_2_1");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedPortProxyAssignment_10_2_0(), "rule__AbstractImplementation__OwnedPortProxyAssignment_10_2_0");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramProxyAssignment_10_2_1(), "rule__AbstractImplementation__OwnedSubprogramProxyAssignment_10_2_1");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramCallSequenceAssignment_11_1_0(), "rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getNoCallsAssignment_11_1_1_0(), "rule__AbstractImplementation__NoCallsAssignment_11_1_1_0");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedPortConnectionAssignment_12_1_0_0(), "rule__AbstractImplementation__OwnedPortConnectionAssignment_12_1_0_0");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedAccessConnectionAssignment_12_1_0_1(), "rule__AbstractImplementation__OwnedAccessConnectionAssignment_12_1_0_1");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedFeatureGroupConnectionAssignment_12_1_0_2(), "rule__AbstractImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedFeatureConnectionAssignment_12_1_0_3(), "rule__AbstractImplementation__OwnedFeatureConnectionAssignment_12_1_0_3");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedParameterConnectionAssignment_12_1_0_4(), "rule__AbstractImplementation__OwnedParameterConnectionAssignment_12_1_0_4");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getNoConnectionsAssignment_12_1_1_0(), "rule__AbstractImplementation__NoConnectionsAssignment_12_1_1_0");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedFlowImplementationAssignment_13_1_0_0(), "rule__AbstractImplementation__OwnedFlowImplementationAssignment_13_1_0_0");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedEndToEndFlowAssignment_13_1_0_1(), "rule__AbstractImplementation__OwnedEndToEndFlowAssignment_13_1_0_1");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getNoFlowsAssignment_13_1_1_0(), "rule__AbstractImplementation__NoFlowsAssignment_13_1_1_0");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedModeAssignment_14_1_0_0(), "rule__AbstractImplementation__OwnedModeAssignment_14_1_0_0");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedModeTransitionAssignment_14_1_0_1(), "rule__AbstractImplementation__OwnedModeTransitionAssignment_14_1_0_1");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getNoModesAssignment_14_1_1_0(), "rule__AbstractImplementation__NoModesAssignment_14_1_1_0");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0(), "rule__AbstractImplementation__OwnedPropertyAssociationAssignment_15_1_0");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getNoPropertiesAssignment_15_1_1_0(), "rule__AbstractImplementation__NoPropertiesAssignment_15_1_1_0");
+ builder.put(grammarAccess.getAbstractImplementationAccess().getOwnedAnnexSubclauseAssignment_16(), "rule__AbstractImplementation__OwnedAnnexSubclauseAssignment_16");
+ builder.put(grammarAccess.getSystemImplementationAccess().getOwnedRealizationAssignment_2(), "rule__SystemImplementation__OwnedRealizationAssignment_2");
+ builder.put(grammarAccess.getSystemImplementationAccess().getNameAssignment_4(), "rule__SystemImplementation__NameAssignment_4");
+ builder.put(grammarAccess.getSystemImplementationAccess().getOwnedExtensionAssignment_5(), "rule__SystemImplementation__OwnedExtensionAssignment_5");
+ builder.put(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeBindingAssignment_6_1(), "rule__SystemImplementation__OwnedPrototypeBindingAssignment_6_1");
+ builder.put(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1(), "rule__SystemImplementation__OwnedPrototypeBindingAssignment_6_2_1");
+ builder.put(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeAssignment_7_1_0(), "rule__SystemImplementation__OwnedPrototypeAssignment_7_1_0");
+ builder.put(grammarAccess.getSystemImplementationAccess().getNoPrototypesAssignment_7_1_1_0(), "rule__SystemImplementation__NoPrototypesAssignment_7_1_1_0");
+ builder.put(grammarAccess.getSystemImplementationAccess().getOwnedSystemSubcomponentAssignment_8_1_0_0(), "rule__SystemImplementation__OwnedSystemSubcomponentAssignment_8_1_0_0");
+ builder.put(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramSubcomponentAssignment_8_1_0_1(), "rule__SystemImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1");
+ builder.put(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_8_1_0_2(), "rule__SystemImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_2");
+ builder.put(grammarAccess.getSystemImplementationAccess().getOwnedProcessSubcomponentAssignment_8_1_0_3(), "rule__SystemImplementation__OwnedProcessSubcomponentAssignment_8_1_0_3");
+ builder.put(grammarAccess.getSystemImplementationAccess().getOwnedProcessorSubcomponentAssignment_8_1_0_4(), "rule__SystemImplementation__OwnedProcessorSubcomponentAssignment_8_1_0_4");
+ builder.put(grammarAccess.getSystemImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_8_1_0_5(), "rule__SystemImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_5");
+ builder.put(grammarAccess.getSystemImplementationAccess().getOwnedMemorySubcomponentAssignment_8_1_0_6(), "rule__SystemImplementation__OwnedMemorySubcomponentAssignment_8_1_0_6");
+ builder.put(grammarAccess.getSystemImplementationAccess().getOwnedDeviceSubcomponentAssignment_8_1_0_7(), "rule__SystemImplementation__OwnedDeviceSubcomponentAssignment_8_1_0_7");
+ builder.put(grammarAccess.getSystemImplementationAccess().getOwnedBusSubcomponentAssignment_8_1_0_8(), "rule__SystemImplementation__OwnedBusSubcomponentAssignment_8_1_0_8");
+ builder.put(grammarAccess.getSystemImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_8_1_0_9(), "rule__SystemImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_9");
+ builder.put(grammarAccess.getSystemImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_10(), "rule__SystemImplementation__OwnedDataSubcomponentAssignment_8_1_0_10");
+ builder.put(grammarAccess.getSystemImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_11(), "rule__SystemImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_11");
+ builder.put(grammarAccess.getSystemImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0(), "rule__SystemImplementation__NoSubcomponentsAssignment_8_1_1_0");
+ builder.put(grammarAccess.getSystemImplementationAccess().getOwnedEventSourceAssignment_9_2_0(), "rule__SystemImplementation__OwnedEventSourceAssignment_9_2_0");
+ builder.put(grammarAccess.getSystemImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1(), "rule__SystemImplementation__OwnedEventDataSourceAssignment_9_2_1");
+ builder.put(grammarAccess.getSystemImplementationAccess().getOwnedPortProxyAssignment_10_2_0(), "rule__SystemImplementation__OwnedPortProxyAssignment_10_2_0");
+ builder.put(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramProxyAssignment_10_2_1(), "rule__SystemImplementation__OwnedSubprogramProxyAssignment_10_2_1");
+ builder.put(grammarAccess.getSystemImplementationAccess().getOwnedPortConnectionAssignment_11_1_0_0(), "rule__SystemImplementation__OwnedPortConnectionAssignment_11_1_0_0");
+ builder.put(grammarAccess.getSystemImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_1(), "rule__SystemImplementation__OwnedAccessConnectionAssignment_11_1_0_1");
+ builder.put(grammarAccess.getSystemImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_2(), "rule__SystemImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2");
+ builder.put(grammarAccess.getSystemImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_3(), "rule__SystemImplementation__OwnedFeatureConnectionAssignment_11_1_0_3");
+ builder.put(grammarAccess.getSystemImplementationAccess().getNoConnectionsAssignment_11_1_1_0(), "rule__SystemImplementation__NoConnectionsAssignment_11_1_1_0");
+ builder.put(grammarAccess.getSystemImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0(), "rule__SystemImplementation__OwnedFlowImplementationAssignment_12_1_0_0");
+ builder.put(grammarAccess.getSystemImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1(), "rule__SystemImplementation__OwnedEndToEndFlowAssignment_12_1_0_1");
+ builder.put(grammarAccess.getSystemImplementationAccess().getNoFlowsAssignment_12_1_1_0(), "rule__SystemImplementation__NoFlowsAssignment_12_1_1_0");
+ builder.put(grammarAccess.getSystemImplementationAccess().getOwnedModeAssignment_13_1_0_0(), "rule__SystemImplementation__OwnedModeAssignment_13_1_0_0");
+ builder.put(grammarAccess.getSystemImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1(), "rule__SystemImplementation__OwnedModeTransitionAssignment_13_1_0_1");
+ builder.put(grammarAccess.getSystemImplementationAccess().getNoModesAssignment_13_1_1_0(), "rule__SystemImplementation__NoModesAssignment_13_1_1_0");
+ builder.put(grammarAccess.getSystemImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0(), "rule__SystemImplementation__OwnedPropertyAssociationAssignment_14_1_0");
+ builder.put(grammarAccess.getSystemImplementationAccess().getNoPropertiesAssignment_14_1_1_0(), "rule__SystemImplementation__NoPropertiesAssignment_14_1_1_0");
+ builder.put(grammarAccess.getSystemImplementationAccess().getOwnedAnnexSubclauseAssignment_15(), "rule__SystemImplementation__OwnedAnnexSubclauseAssignment_15");
+ builder.put(grammarAccess.getProcessImplementationAccess().getOwnedRealizationAssignment_2(), "rule__ProcessImplementation__OwnedRealizationAssignment_2");
+ builder.put(grammarAccess.getProcessImplementationAccess().getNameAssignment_4(), "rule__ProcessImplementation__NameAssignment_4");
+ builder.put(grammarAccess.getProcessImplementationAccess().getOwnedExtensionAssignment_5(), "rule__ProcessImplementation__OwnedExtensionAssignment_5");
+ builder.put(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeBindingAssignment_6_1(), "rule__ProcessImplementation__OwnedPrototypeBindingAssignment_6_1");
+ builder.put(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1(), "rule__ProcessImplementation__OwnedPrototypeBindingAssignment_6_2_1");
+ builder.put(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeAssignment_7_1_0(), "rule__ProcessImplementation__OwnedPrototypeAssignment_7_1_0");
+ builder.put(grammarAccess.getProcessImplementationAccess().getNoPrototypesAssignment_7_1_1_0(), "rule__ProcessImplementation__NoPrototypesAssignment_7_1_1_0");
+ builder.put(grammarAccess.getProcessImplementationAccess().getOwnedThreadGroupSubcomponentAssignment_8_1_0_0(), "rule__ProcessImplementation__OwnedThreadGroupSubcomponentAssignment_8_1_0_0");
+ builder.put(grammarAccess.getProcessImplementationAccess().getOwnedThreadSubcomponentAssignment_8_1_0_1(), "rule__ProcessImplementation__OwnedThreadSubcomponentAssignment_8_1_0_1");
+ builder.put(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramSubcomponentAssignment_8_1_0_2(), "rule__ProcessImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_2");
+ builder.put(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_8_1_0_3(), "rule__ProcessImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_3");
+ builder.put(grammarAccess.getProcessImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_4(), "rule__ProcessImplementation__OwnedDataSubcomponentAssignment_8_1_0_4");
+ builder.put(grammarAccess.getProcessImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_5(), "rule__ProcessImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_5");
+ builder.put(grammarAccess.getProcessImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0(), "rule__ProcessImplementation__NoSubcomponentsAssignment_8_1_1_0");
+ builder.put(grammarAccess.getProcessImplementationAccess().getOwnedEventSourceAssignment_9_2_0(), "rule__ProcessImplementation__OwnedEventSourceAssignment_9_2_0");
+ builder.put(grammarAccess.getProcessImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1(), "rule__ProcessImplementation__OwnedEventDataSourceAssignment_9_2_1");
+ builder.put(grammarAccess.getProcessImplementationAccess().getOwnedPortProxyAssignment_10_2_0(), "rule__ProcessImplementation__OwnedPortProxyAssignment_10_2_0");
+ builder.put(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramProxyAssignment_10_2_1(), "rule__ProcessImplementation__OwnedSubprogramProxyAssignment_10_2_1");
+ builder.put(grammarAccess.getProcessImplementationAccess().getOwnedPortConnectionAssignment_11_1_0_0(), "rule__ProcessImplementation__OwnedPortConnectionAssignment_11_1_0_0");
+ builder.put(grammarAccess.getProcessImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_1(), "rule__ProcessImplementation__OwnedAccessConnectionAssignment_11_1_0_1");
+ builder.put(grammarAccess.getProcessImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_2(), "rule__ProcessImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2");
+ builder.put(grammarAccess.getProcessImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_3(), "rule__ProcessImplementation__OwnedFeatureConnectionAssignment_11_1_0_3");
+ builder.put(grammarAccess.getProcessImplementationAccess().getNoConnectionsAssignment_11_1_1_0(), "rule__ProcessImplementation__NoConnectionsAssignment_11_1_1_0");
+ builder.put(grammarAccess.getProcessImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0(), "rule__ProcessImplementation__OwnedFlowImplementationAssignment_12_1_0_0");
+ builder.put(grammarAccess.getProcessImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1(), "rule__ProcessImplementation__OwnedEndToEndFlowAssignment_12_1_0_1");
+ builder.put(grammarAccess.getProcessImplementationAccess().getNoFlowsAssignment_12_1_1_0(), "rule__ProcessImplementation__NoFlowsAssignment_12_1_1_0");
+ builder.put(grammarAccess.getProcessImplementationAccess().getOwnedModeAssignment_13_1_0_0(), "rule__ProcessImplementation__OwnedModeAssignment_13_1_0_0");
+ builder.put(grammarAccess.getProcessImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1(), "rule__ProcessImplementation__OwnedModeTransitionAssignment_13_1_0_1");
+ builder.put(grammarAccess.getProcessImplementationAccess().getNoModesAssignment_13_1_1_0(), "rule__ProcessImplementation__NoModesAssignment_13_1_1_0");
+ builder.put(grammarAccess.getProcessImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0(), "rule__ProcessImplementation__OwnedPropertyAssociationAssignment_14_1_0");
+ builder.put(grammarAccess.getProcessImplementationAccess().getNoPropertiesAssignment_14_1_1_0(), "rule__ProcessImplementation__NoPropertiesAssignment_14_1_1_0");
+ builder.put(grammarAccess.getProcessImplementationAccess().getOwnedAnnexSubclauseAssignment_15(), "rule__ProcessImplementation__OwnedAnnexSubclauseAssignment_15");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedRealizationAssignment_3(), "rule__ThreadGroupImplementation__OwnedRealizationAssignment_3");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getNameAssignment_5(), "rule__ThreadGroupImplementation__NameAssignment_5");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedExtensionAssignment_6(), "rule__ThreadGroupImplementation__OwnedExtensionAssignment_6");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeBindingAssignment_7_1(), "rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_7_1");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeBindingAssignment_7_2_1(), "rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_7_2_1");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeAssignment_8_1_0(), "rule__ThreadGroupImplementation__OwnedPrototypeAssignment_8_1_0");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getNoPrototypesAssignment_8_1_1_0(), "rule__ThreadGroupImplementation__NoPrototypesAssignment_8_1_1_0");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedThreadGroupSubcomponentAssignment_9_1_0_0(), "rule__ThreadGroupImplementation__OwnedThreadGroupSubcomponentAssignment_9_1_0_0");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedThreadSubcomponentAssignment_9_1_0_1(), "rule__ThreadGroupImplementation__OwnedThreadSubcomponentAssignment_9_1_0_1");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramSubcomponentAssignment_9_1_0_2(), "rule__ThreadGroupImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_2");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_9_1_0_3(), "rule__ThreadGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_9_1_0_3");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedDataSubcomponentAssignment_9_1_0_4(), "rule__ThreadGroupImplementation__OwnedDataSubcomponentAssignment_9_1_0_4");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedAbstractSubcomponentAssignment_9_1_0_5(), "rule__ThreadGroupImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_5");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getNoSubcomponentsAssignment_9_1_1_0(), "rule__ThreadGroupImplementation__NoSubcomponentsAssignment_9_1_1_0");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedEventSourceAssignment_10_2_0(), "rule__ThreadGroupImplementation__OwnedEventSourceAssignment_10_2_0");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedEventDataSourceAssignment_10_2_1(), "rule__ThreadGroupImplementation__OwnedEventDataSourceAssignment_10_2_1");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedPortProxyAssignment_11_2_0(), "rule__ThreadGroupImplementation__OwnedPortProxyAssignment_11_2_0");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramProxyAssignment_11_2_1(), "rule__ThreadGroupImplementation__OwnedSubprogramProxyAssignment_11_2_1");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedPortConnectionAssignment_12_1_0_0(), "rule__ThreadGroupImplementation__OwnedPortConnectionAssignment_12_1_0_0");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedAccessConnectionAssignment_12_1_0_1(), "rule__ThreadGroupImplementation__OwnedAccessConnectionAssignment_12_1_0_1");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedFeatureGroupConnectionAssignment_12_1_0_2(), "rule__ThreadGroupImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedFeatureConnectionAssignment_12_1_0_3(), "rule__ThreadGroupImplementation__OwnedFeatureConnectionAssignment_12_1_0_3");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getNoConnectionsAssignment_12_1_1_0(), "rule__ThreadGroupImplementation__NoConnectionsAssignment_12_1_1_0");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedFlowImplementationAssignment_13_1_0_0(), "rule__ThreadGroupImplementation__OwnedFlowImplementationAssignment_13_1_0_0");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedEndToEndFlowAssignment_13_1_0_1(), "rule__ThreadGroupImplementation__OwnedEndToEndFlowAssignment_13_1_0_1");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getNoFlowsAssignment_13_1_1_0(), "rule__ThreadGroupImplementation__NoFlowsAssignment_13_1_1_0");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedModeAssignment_14_1_0_0(), "rule__ThreadGroupImplementation__OwnedModeAssignment_14_1_0_0");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedModeTransitionAssignment_14_1_0_1(), "rule__ThreadGroupImplementation__OwnedModeTransitionAssignment_14_1_0_1");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getNoModesAssignment_14_1_1_0(), "rule__ThreadGroupImplementation__NoModesAssignment_14_1_1_0");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0(), "rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_15_1_0");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getNoPropertiesAssignment_15_1_1_0(), "rule__ThreadGroupImplementation__NoPropertiesAssignment_15_1_1_0");
+ builder.put(grammarAccess.getThreadGroupImplementationAccess().getOwnedAnnexSubclauseAssignment_16(), "rule__ThreadGroupImplementation__OwnedAnnexSubclauseAssignment_16");
+ builder.put(grammarAccess.getThreadImplementationAccess().getOwnedRealizationAssignment_2(), "rule__ThreadImplementation__OwnedRealizationAssignment_2");
+ builder.put(grammarAccess.getThreadImplementationAccess().getNameAssignment_4(), "rule__ThreadImplementation__NameAssignment_4");
+ builder.put(grammarAccess.getThreadImplementationAccess().getOwnedExtensionAssignment_5(), "rule__ThreadImplementation__OwnedExtensionAssignment_5");
+ builder.put(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeBindingAssignment_6_1(), "rule__ThreadImplementation__OwnedPrototypeBindingAssignment_6_1");
+ builder.put(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1(), "rule__ThreadImplementation__OwnedPrototypeBindingAssignment_6_2_1");
+ builder.put(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeAssignment_7_1_0(), "rule__ThreadImplementation__OwnedPrototypeAssignment_7_1_0");
+ builder.put(grammarAccess.getThreadImplementationAccess().getNoPrototypesAssignment_7_1_1_0(), "rule__ThreadImplementation__NoPrototypesAssignment_7_1_1_0");
+ builder.put(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramSubcomponentAssignment_8_1_0_0(), "rule__ThreadImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_0");
+ builder.put(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_8_1_0_1(), "rule__ThreadImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_1");
+ builder.put(grammarAccess.getThreadImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_2(), "rule__ThreadImplementation__OwnedDataSubcomponentAssignment_8_1_0_2");
+ builder.put(grammarAccess.getThreadImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_3(), "rule__ThreadImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_3");
+ builder.put(grammarAccess.getThreadImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0(), "rule__ThreadImplementation__NoSubcomponentsAssignment_8_1_1_0");
+ builder.put(grammarAccess.getThreadImplementationAccess().getOwnedEventSourceAssignment_9_2_0(), "rule__ThreadImplementation__OwnedEventSourceAssignment_9_2_0");
+ builder.put(grammarAccess.getThreadImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1(), "rule__ThreadImplementation__OwnedEventDataSourceAssignment_9_2_1");
+ builder.put(grammarAccess.getThreadImplementationAccess().getOwnedPortProxyAssignment_10_2_0(), "rule__ThreadImplementation__OwnedPortProxyAssignment_10_2_0");
+ builder.put(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramProxyAssignment_10_2_1(), "rule__ThreadImplementation__OwnedSubprogramProxyAssignment_10_2_1");
+ builder.put(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramCallSequenceAssignment_11_1_0(), "rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0");
+ builder.put(grammarAccess.getThreadImplementationAccess().getNoCallsAssignment_11_1_1_0(), "rule__ThreadImplementation__NoCallsAssignment_11_1_1_0");
+ builder.put(grammarAccess.getThreadImplementationAccess().getOwnedPortConnectionAssignment_12_1_0_0(), "rule__ThreadImplementation__OwnedPortConnectionAssignment_12_1_0_0");
+ builder.put(grammarAccess.getThreadImplementationAccess().getOwnedAccessConnectionAssignment_12_1_0_1(), "rule__ThreadImplementation__OwnedAccessConnectionAssignment_12_1_0_1");
+ builder.put(grammarAccess.getThreadImplementationAccess().getOwnedFeatureGroupConnectionAssignment_12_1_0_2(), "rule__ThreadImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2");
+ builder.put(grammarAccess.getThreadImplementationAccess().getOwnedFeatureConnectionAssignment_12_1_0_3(), "rule__ThreadImplementation__OwnedFeatureConnectionAssignment_12_1_0_3");
+ builder.put(grammarAccess.getThreadImplementationAccess().getOwnedParameterConnectionAssignment_12_1_0_4(), "rule__ThreadImplementation__OwnedParameterConnectionAssignment_12_1_0_4");
+ builder.put(grammarAccess.getThreadImplementationAccess().getNoConnectionsAssignment_12_1_1_0(), "rule__ThreadImplementation__NoConnectionsAssignment_12_1_1_0");
+ builder.put(grammarAccess.getThreadImplementationAccess().getOwnedFlowImplementationAssignment_13_1_0_0(), "rule__ThreadImplementation__OwnedFlowImplementationAssignment_13_1_0_0");
+ builder.put(grammarAccess.getThreadImplementationAccess().getOwnedEndToEndFlowAssignment_13_1_0_1(), "rule__ThreadImplementation__OwnedEndToEndFlowAssignment_13_1_0_1");
+ builder.put(grammarAccess.getThreadImplementationAccess().getNoFlowsAssignment_13_1_1_0(), "rule__ThreadImplementation__NoFlowsAssignment_13_1_1_0");
+ builder.put(grammarAccess.getThreadImplementationAccess().getOwnedModeAssignment_14_1_0_0(), "rule__ThreadImplementation__OwnedModeAssignment_14_1_0_0");
+ builder.put(grammarAccess.getThreadImplementationAccess().getOwnedModeTransitionAssignment_14_1_0_1(), "rule__ThreadImplementation__OwnedModeTransitionAssignment_14_1_0_1");
+ builder.put(grammarAccess.getThreadImplementationAccess().getNoModesAssignment_14_1_1_0(), "rule__ThreadImplementation__NoModesAssignment_14_1_1_0");
+ builder.put(grammarAccess.getThreadImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0(), "rule__ThreadImplementation__OwnedPropertyAssociationAssignment_15_1_0");
+ builder.put(grammarAccess.getThreadImplementationAccess().getNoPropertiesAssignment_15_1_1_0(), "rule__ThreadImplementation__NoPropertiesAssignment_15_1_1_0");
+ builder.put(grammarAccess.getThreadImplementationAccess().getOwnedAnnexSubclauseAssignment_16(), "rule__ThreadImplementation__OwnedAnnexSubclauseAssignment_16");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedRealizationAssignment_2(), "rule__SubprogramImplementation__OwnedRealizationAssignment_2");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getNameAssignment_4(), "rule__SubprogramImplementation__NameAssignment_4");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedExtensionAssignment_5(), "rule__SubprogramImplementation__OwnedExtensionAssignment_5");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeBindingAssignment_6_1(), "rule__SubprogramImplementation__OwnedPrototypeBindingAssignment_6_1");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1(), "rule__SubprogramImplementation__OwnedPrototypeBindingAssignment_6_2_1");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeAssignment_7_1_0(), "rule__SubprogramImplementation__OwnedPrototypeAssignment_7_1_0");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getNoPrototypesAssignment_7_1_1_0(), "rule__SubprogramImplementation__NoPrototypesAssignment_7_1_1_0");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_0(), "rule__SubprogramImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramSubcomponentAssignment_8_1_0_1(), "rule__SubprogramImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_2(), "rule__SubprogramImplementation__OwnedDataSubcomponentAssignment_8_1_0_2");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0(), "rule__SubprogramImplementation__NoSubcomponentsAssignment_8_1_1_0");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedEventSourceAssignment_9_2_0(), "rule__SubprogramImplementation__OwnedEventSourceAssignment_9_2_0");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1(), "rule__SubprogramImplementation__OwnedEventDataSourceAssignment_9_2_1");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedPortProxyAssignment_10_2_0(), "rule__SubprogramImplementation__OwnedPortProxyAssignment_10_2_0");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramProxyAssignment_10_2_1(), "rule__SubprogramImplementation__OwnedSubprogramProxyAssignment_10_2_1");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramCallSequenceAssignment_11_1_0(), "rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getNoCallsAssignment_11_1_1_0(), "rule__SubprogramImplementation__NoCallsAssignment_11_1_1_0");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedPortConnectionAssignment_12_1_0_0(), "rule__SubprogramImplementation__OwnedPortConnectionAssignment_12_1_0_0");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedAccessConnectionAssignment_12_1_0_1(), "rule__SubprogramImplementation__OwnedAccessConnectionAssignment_12_1_0_1");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedFeatureGroupConnectionAssignment_12_1_0_2(), "rule__SubprogramImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedFeatureConnectionAssignment_12_1_0_3(), "rule__SubprogramImplementation__OwnedFeatureConnectionAssignment_12_1_0_3");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedParameterConnectionAssignment_12_1_0_4(), "rule__SubprogramImplementation__OwnedParameterConnectionAssignment_12_1_0_4");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getNoConnectionsAssignment_12_1_1_0(), "rule__SubprogramImplementation__NoConnectionsAssignment_12_1_1_0");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedFlowImplementationAssignment_13_1_0_0(), "rule__SubprogramImplementation__OwnedFlowImplementationAssignment_13_1_0_0");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedEndToEndFlowAssignment_13_1_0_1(), "rule__SubprogramImplementation__OwnedEndToEndFlowAssignment_13_1_0_1");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getNoFlowsAssignment_13_1_1_0(), "rule__SubprogramImplementation__NoFlowsAssignment_13_1_1_0");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedModeAssignment_14_1_0_0(), "rule__SubprogramImplementation__OwnedModeAssignment_14_1_0_0");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedModeTransitionAssignment_14_1_0_1(), "rule__SubprogramImplementation__OwnedModeTransitionAssignment_14_1_0_1");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getNoModesAssignment_14_1_1_0(), "rule__SubprogramImplementation__NoModesAssignment_14_1_1_0");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0(), "rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_15_1_0");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getNoPropertiesAssignment_15_1_1_0(), "rule__SubprogramImplementation__NoPropertiesAssignment_15_1_1_0");
+ builder.put(grammarAccess.getSubprogramImplementationAccess().getOwnedAnnexSubclauseAssignment_16(), "rule__SubprogramImplementation__OwnedAnnexSubclauseAssignment_16");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedRealizationAssignment_3(), "rule__SubprogramGroupImplementation__OwnedRealizationAssignment_3");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getNameAssignment_5(), "rule__SubprogramGroupImplementation__NameAssignment_5");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedExtensionAssignment_6(), "rule__SubprogramGroupImplementation__OwnedExtensionAssignment_6");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeBindingAssignment_7_1(), "rule__SubprogramGroupImplementation__OwnedPrototypeBindingAssignment_7_1");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeBindingAssignment_7_2_1(), "rule__SubprogramGroupImplementation__OwnedPrototypeBindingAssignment_7_2_1");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeAssignment_8_1_0(), "rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_8_1_0");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getNoPrototypesAssignment_8_1_1_0(), "rule__SubprogramGroupImplementation__NoPrototypesAssignment_8_1_1_0");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramSubcomponentAssignment_9_1_0_0(), "rule__SubprogramGroupImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_0");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAbstractSubcomponentAssignment_9_1_0_1(), "rule__SubprogramGroupImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_1");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_9_1_0_2(), "rule__SubprogramGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_9_1_0_2");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedDataSubcomponentAssignment_9_1_0_3(), "rule__SubprogramGroupImplementation__OwnedDataSubcomponentAssignment_9_1_0_3");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getNoSubcomponentsAssignment_9_1_1_0(), "rule__SubprogramGroupImplementation__NoSubcomponentsAssignment_9_1_1_0");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedEventSourceAssignment_10_2_0(), "rule__SubprogramGroupImplementation__OwnedEventSourceAssignment_10_2_0");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedEventDataSourceAssignment_10_2_1(), "rule__SubprogramGroupImplementation__OwnedEventDataSourceAssignment_10_2_1");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPortProxyAssignment_11_2_0(), "rule__SubprogramGroupImplementation__OwnedPortProxyAssignment_11_2_0");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramProxyAssignment_11_2_1(), "rule__SubprogramGroupImplementation__OwnedSubprogramProxyAssignment_11_2_1");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAccessConnectionAssignment_12_1_0_0(), "rule__SubprogramGroupImplementation__OwnedAccessConnectionAssignment_12_1_0_0");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedFeatureGroupConnectionAssignment_12_1_0_1(), "rule__SubprogramGroupImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_1");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedFeatureConnectionAssignment_12_1_0_2(), "rule__SubprogramGroupImplementation__OwnedFeatureConnectionAssignment_12_1_0_2");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getNoConnectionsAssignment_12_1_1_0(), "rule__SubprogramGroupImplementation__NoConnectionsAssignment_12_1_1_0");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedModeAssignment_13_1_0_0(), "rule__SubprogramGroupImplementation__OwnedModeAssignment_13_1_0_0");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1(), "rule__SubprogramGroupImplementation__OwnedModeTransitionAssignment_13_1_0_1");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getNoModesAssignment_13_1_1_0(), "rule__SubprogramGroupImplementation__NoModesAssignment_13_1_1_0");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0(), "rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_14_1_0");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getNoPropertiesAssignment_14_1_1_0(), "rule__SubprogramGroupImplementation__NoPropertiesAssignment_14_1_1_0");
+ builder.put(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAnnexSubclauseAssignment_15(), "rule__SubprogramGroupImplementation__OwnedAnnexSubclauseAssignment_15");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedRealizationAssignment_2(), "rule__ProcessorImplementation__OwnedRealizationAssignment_2");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getNameAssignment_4(), "rule__ProcessorImplementation__NameAssignment_4");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedExtensionAssignment_5(), "rule__ProcessorImplementation__OwnedExtensionAssignment_5");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeBindingAssignment_6_1(), "rule__ProcessorImplementation__OwnedPrototypeBindingAssignment_6_1");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1(), "rule__ProcessorImplementation__OwnedPrototypeBindingAssignment_6_2_1");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeAssignment_7_1_0(), "rule__ProcessorImplementation__OwnedPrototypeAssignment_7_1_0");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getNoPrototypesAssignment_7_1_1_0(), "rule__ProcessorImplementation__NoPrototypesAssignment_7_1_1_0");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedMemorySubcomponentAssignment_8_1_0_0(), "rule__ProcessorImplementation__OwnedMemorySubcomponentAssignment_8_1_0_0");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_1(), "rule__ProcessorImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_1");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedBusSubcomponentAssignment_8_1_0_2(), "rule__ProcessorImplementation__OwnedBusSubcomponentAssignment_8_1_0_2");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_8_1_0_3(), "rule__ProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_3");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_8_1_0_4(), "rule__ProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_4");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0(), "rule__ProcessorImplementation__NoSubcomponentsAssignment_8_1_1_0");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedEventSourceAssignment_9_2_0(), "rule__ProcessorImplementation__OwnedEventSourceAssignment_9_2_0");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1(), "rule__ProcessorImplementation__OwnedEventDataSourceAssignment_9_2_1");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedPortConnectionAssignment_10_1_0_0(), "rule__ProcessorImplementation__OwnedPortConnectionAssignment_10_1_0_0");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_1(), "rule__ProcessorImplementation__OwnedAccessConnectionAssignment_10_1_0_1");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_2(), "rule__ProcessorImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_3(), "rule__ProcessorImplementation__OwnedFeatureConnectionAssignment_10_1_0_3");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getNoConnectionsAssignment_10_1_1_0(), "rule__ProcessorImplementation__NoConnectionsAssignment_10_1_1_0");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0(), "rule__ProcessorImplementation__OwnedFlowImplementationAssignment_11_1_0_0");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1(), "rule__ProcessorImplementation__OwnedEndToEndFlowAssignment_11_1_0_1");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getNoFlowsAssignment_11_1_1_0(), "rule__ProcessorImplementation__NoFlowsAssignment_11_1_1_0");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedModeAssignment_12_1_0_0(), "rule__ProcessorImplementation__OwnedModeAssignment_12_1_0_0");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1(), "rule__ProcessorImplementation__OwnedModeTransitionAssignment_12_1_0_1");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getNoModesAssignment_12_1_1_0(), "rule__ProcessorImplementation__NoModesAssignment_12_1_1_0");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0(), "rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getNoPropertiesAssignment_13_1_1_0(), "rule__ProcessorImplementation__NoPropertiesAssignment_13_1_1_0");
+ builder.put(grammarAccess.getProcessorImplementationAccess().getOwnedAnnexSubclauseAssignment_14(), "rule__ProcessorImplementation__OwnedAnnexSubclauseAssignment_14");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedRealizationAssignment_3(), "rule__VirtualProcessorImplementation__OwnedRealizationAssignment_3");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getNameAssignment_5(), "rule__VirtualProcessorImplementation__NameAssignment_5");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedExtensionAssignment_6(), "rule__VirtualProcessorImplementation__OwnedExtensionAssignment_6");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeBindingAssignment_7_1(), "rule__VirtualProcessorImplementation__OwnedPrototypeBindingAssignment_7_1");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeBindingAssignment_7_2_1(), "rule__VirtualProcessorImplementation__OwnedPrototypeBindingAssignment_7_2_1");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeAssignment_8_1_0(), "rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_8_1_0");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getNoPrototypesAssignment_8_1_1_0(), "rule__VirtualProcessorImplementation__NoPrototypesAssignment_8_1_1_0");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAbstractSubcomponentAssignment_9_1_0_0(), "rule__VirtualProcessorImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_9_1_0_1(), "rule__VirtualProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_9_1_0_1");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_9_1_0_2(), "rule__VirtualProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_9_1_0_2");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getNoSubcomponentsAssignment_9_1_1_0(), "rule__VirtualProcessorImplementation__NoSubcomponentsAssignment_9_1_1_0");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEventSourceAssignment_10_2_0(), "rule__VirtualProcessorImplementation__OwnedEventSourceAssignment_10_2_0");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEventDataSourceAssignment_10_2_1(), "rule__VirtualProcessorImplementation__OwnedEventDataSourceAssignment_10_2_1");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPortProxyAssignment_11_2_0(), "rule__VirtualProcessorImplementation__OwnedPortProxyAssignment_11_2_0");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedSubprogramProxyAssignment_11_2_1(), "rule__VirtualProcessorImplementation__OwnedSubprogramProxyAssignment_11_2_1");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPortConnectionAssignment_12_1_0_0(), "rule__VirtualProcessorImplementation__OwnedPortConnectionAssignment_12_1_0_0");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAccessConnectionAssignment_12_1_0_1(), "rule__VirtualProcessorImplementation__OwnedAccessConnectionAssignment_12_1_0_1");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFeatureGroupConnectionAssignment_12_1_0_2(), "rule__VirtualProcessorImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFeatureConnectionAssignment_12_1_0_3(), "rule__VirtualProcessorImplementation__OwnedFeatureConnectionAssignment_12_1_0_3");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getNoConnectionsAssignment_12_1_1_0(), "rule__VirtualProcessorImplementation__NoConnectionsAssignment_12_1_1_0");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFlowImplementationAssignment_13_1_0_0(), "rule__VirtualProcessorImplementation__OwnedFlowImplementationAssignment_13_1_0_0");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEndToEndFlowAssignment_13_1_0_1(), "rule__VirtualProcessorImplementation__OwnedEndToEndFlowAssignment_13_1_0_1");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getNoFlowsAssignment_13_1_1_0(), "rule__VirtualProcessorImplementation__NoFlowsAssignment_13_1_1_0");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedModeAssignment_14_1_0_0(), "rule__VirtualProcessorImplementation__OwnedModeAssignment_14_1_0_0");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedModeTransitionAssignment_14_1_0_1(), "rule__VirtualProcessorImplementation__OwnedModeTransitionAssignment_14_1_0_1");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getNoModesAssignment_14_1_1_0(), "rule__VirtualProcessorImplementation__NoModesAssignment_14_1_1_0");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0(), "rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_15_1_0");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getNoPropertiesAssignment_15_1_1_0(), "rule__VirtualProcessorImplementation__NoPropertiesAssignment_15_1_1_0");
+ builder.put(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAnnexSubclauseAssignment_16(), "rule__VirtualProcessorImplementation__OwnedAnnexSubclauseAssignment_16");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedRealizationAssignment_2(), "rule__DeviceImplementation__OwnedRealizationAssignment_2");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getNameAssignment_4(), "rule__DeviceImplementation__NameAssignment_4");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedExtensionAssignment_5(), "rule__DeviceImplementation__OwnedExtensionAssignment_5");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeBindingAssignment_6_1(), "rule__DeviceImplementation__OwnedPrototypeBindingAssignment_6_1");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1(), "rule__DeviceImplementation__OwnedPrototypeBindingAssignment_6_2_1");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeAssignment_7_1_0(), "rule__DeviceImplementation__OwnedPrototypeAssignment_7_1_0");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getNoPrototypesAssignment_7_1_1_0(), "rule__DeviceImplementation__NoPrototypesAssignment_7_1_1_0");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_0(), "rule__DeviceImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_1(), "rule__DeviceImplementation__OwnedDataSubcomponentAssignment_8_1_0_1");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_8_1_0_2(), "rule__DeviceImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_2");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedBusSubcomponentAssignment_8_1_0_3(), "rule__DeviceImplementation__OwnedBusSubcomponentAssignment_8_1_0_3");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0(), "rule__DeviceImplementation__NoSubcomponentsAssignment_8_1_1_0");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedEventSourceAssignment_9_2_0(), "rule__DeviceImplementation__OwnedEventSourceAssignment_9_2_0");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1(), "rule__DeviceImplementation__OwnedEventDataSourceAssignment_9_2_1");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedPortProxyAssignment_10_2_0(), "rule__DeviceImplementation__OwnedPortProxyAssignment_10_2_0");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedSubprogramProxyAssignment_10_2_1(), "rule__DeviceImplementation__OwnedSubprogramProxyAssignment_10_2_1");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedPortConnectionAssignment_11_1_0_0(), "rule__DeviceImplementation__OwnedPortConnectionAssignment_11_1_0_0");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_1(), "rule__DeviceImplementation__OwnedAccessConnectionAssignment_11_1_0_1");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_2(), "rule__DeviceImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_3(), "rule__DeviceImplementation__OwnedFeatureConnectionAssignment_11_1_0_3");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getNoConnectionsAssignment_11_1_1_0(), "rule__DeviceImplementation__NoConnectionsAssignment_11_1_1_0");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0(), "rule__DeviceImplementation__OwnedFlowImplementationAssignment_12_1_0_0");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1(), "rule__DeviceImplementation__OwnedEndToEndFlowAssignment_12_1_0_1");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getNoFlowsAssignment_12_1_1_0(), "rule__DeviceImplementation__NoFlowsAssignment_12_1_1_0");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedModeAssignment_13_1_0_0(), "rule__DeviceImplementation__OwnedModeAssignment_13_1_0_0");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1(), "rule__DeviceImplementation__OwnedModeTransitionAssignment_13_1_0_1");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getNoModesAssignment_13_1_1_0(), "rule__DeviceImplementation__NoModesAssignment_13_1_1_0");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0(), "rule__DeviceImplementation__OwnedPropertyAssociationAssignment_14_1_0");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getNoPropertiesAssignment_14_1_1_0(), "rule__DeviceImplementation__NoPropertiesAssignment_14_1_1_0");
+ builder.put(grammarAccess.getDeviceImplementationAccess().getOwnedAnnexSubclauseAssignment_15(), "rule__DeviceImplementation__OwnedAnnexSubclauseAssignment_15");
+ builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedRealizationAssignment_2(), "rule__MemoryImplementation__OwnedRealizationAssignment_2");
+ builder.put(grammarAccess.getMemoryImplementationAccess().getNameAssignment_4(), "rule__MemoryImplementation__NameAssignment_4");
+ builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedExtensionAssignment_5(), "rule__MemoryImplementation__OwnedExtensionAssignment_5");
+ builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeBindingAssignment_6_1(), "rule__MemoryImplementation__OwnedPrototypeBindingAssignment_6_1");
+ builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1(), "rule__MemoryImplementation__OwnedPrototypeBindingAssignment_6_2_1");
+ builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeAssignment_7_1_0(), "rule__MemoryImplementation__OwnedPrototypeAssignment_7_1_0");
+ builder.put(grammarAccess.getMemoryImplementationAccess().getNoPrototypesAssignment_7_1_1_0(), "rule__MemoryImplementation__NoPrototypesAssignment_7_1_1_0");
+ builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_0(), "rule__MemoryImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0");
+ builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedMemorySubcomponentAssignment_8_1_0_1(), "rule__MemoryImplementation__OwnedMemorySubcomponentAssignment_8_1_0_1");
+ builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedBusSubcomponentAssignment_8_1_0_2(), "rule__MemoryImplementation__OwnedBusSubcomponentAssignment_8_1_0_2");
+ builder.put(grammarAccess.getMemoryImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0(), "rule__MemoryImplementation__NoSubcomponentsAssignment_8_1_1_0");
+ builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedEventSourceAssignment_9_2_0(), "rule__MemoryImplementation__OwnedEventSourceAssignment_9_2_0");
+ builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1(), "rule__MemoryImplementation__OwnedEventDataSourceAssignment_9_2_1");
+ builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_0(), "rule__MemoryImplementation__OwnedAccessConnectionAssignment_10_1_0_0");
+ builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_1(), "rule__MemoryImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1");
+ builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_2(), "rule__MemoryImplementation__OwnedFeatureConnectionAssignment_10_1_0_2");
+ builder.put(grammarAccess.getMemoryImplementationAccess().getNoConnectionsAssignment_10_1_1_0(), "rule__MemoryImplementation__NoConnectionsAssignment_10_1_1_0");
+ builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedModeAssignment_11_1_0_0(), "rule__MemoryImplementation__OwnedModeAssignment_11_1_0_0");
+ builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedModeTransitionAssignment_11_1_0_1(), "rule__MemoryImplementation__OwnedModeTransitionAssignment_11_1_0_1");
+ builder.put(grammarAccess.getMemoryImplementationAccess().getNoModesAssignment_11_1_1_0(), "rule__MemoryImplementation__NoModesAssignment_11_1_1_0");
+ builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0(), "rule__MemoryImplementation__OwnedPropertyAssociationAssignment_12_1_0");
+ builder.put(grammarAccess.getMemoryImplementationAccess().getNoPropertiesAssignment_12_1_1_0(), "rule__MemoryImplementation__NoPropertiesAssignment_12_1_1_0");
+ builder.put(grammarAccess.getMemoryImplementationAccess().getOwnedAnnexSubclauseAssignment_13(), "rule__MemoryImplementation__OwnedAnnexSubclauseAssignment_13");
+ builder.put(grammarAccess.getBusImplementationAccess().getOwnedRealizationAssignment_2(), "rule__BusImplementation__OwnedRealizationAssignment_2");
+ builder.put(grammarAccess.getBusImplementationAccess().getNameAssignment_4(), "rule__BusImplementation__NameAssignment_4");
+ builder.put(grammarAccess.getBusImplementationAccess().getOwnedExtensionAssignment_5(), "rule__BusImplementation__OwnedExtensionAssignment_5");
+ builder.put(grammarAccess.getBusImplementationAccess().getOwnedPrototypeBindingAssignment_6_1(), "rule__BusImplementation__OwnedPrototypeBindingAssignment_6_1");
+ builder.put(grammarAccess.getBusImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1(), "rule__BusImplementation__OwnedPrototypeBindingAssignment_6_2_1");
+ builder.put(grammarAccess.getBusImplementationAccess().getOwnedPrototypeAssignment_7_1_0(), "rule__BusImplementation__OwnedPrototypeAssignment_7_1_0");
+ builder.put(grammarAccess.getBusImplementationAccess().getNoPrototypesAssignment_7_1_1_0(), "rule__BusImplementation__NoPrototypesAssignment_7_1_1_0");
+ builder.put(grammarAccess.getBusImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_0(), "rule__BusImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0");
+ builder.put(grammarAccess.getBusImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_8_1_0_1(), "rule__BusImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_1");
+ builder.put(grammarAccess.getBusImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0(), "rule__BusImplementation__NoSubcomponentsAssignment_8_1_1_0");
+ builder.put(grammarAccess.getBusImplementationAccess().getOwnedEventSourceAssignment_9_2_0(), "rule__BusImplementation__OwnedEventSourceAssignment_9_2_0");
+ builder.put(grammarAccess.getBusImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1(), "rule__BusImplementation__OwnedEventDataSourceAssignment_9_2_1");
+ builder.put(grammarAccess.getBusImplementationAccess().getOwnedModeAssignment_10_1_0_0(), "rule__BusImplementation__OwnedModeAssignment_10_1_0_0");
+ builder.put(grammarAccess.getBusImplementationAccess().getOwnedModeTransitionAssignment_10_1_0_1(), "rule__BusImplementation__OwnedModeTransitionAssignment_10_1_0_1");
+ builder.put(grammarAccess.getBusImplementationAccess().getNoModesAssignment_10_1_1_0(), "rule__BusImplementation__NoModesAssignment_10_1_1_0");
+ builder.put(grammarAccess.getBusImplementationAccess().getOwnedPropertyAssociationAssignment_11_1_0(), "rule__BusImplementation__OwnedPropertyAssociationAssignment_11_1_0");
+ builder.put(grammarAccess.getBusImplementationAccess().getNoPropertiesAssignment_11_1_1_0(), "rule__BusImplementation__NoPropertiesAssignment_11_1_1_0");
+ builder.put(grammarAccess.getBusImplementationAccess().getOwnedAnnexSubclauseAssignment_12(), "rule__BusImplementation__OwnedAnnexSubclauseAssignment_12");
+ builder.put(grammarAccess.getVirtualBusImplementationAccess().getOwnedRealizationAssignment_3(), "rule__VirtualBusImplementation__OwnedRealizationAssignment_3");
+ builder.put(grammarAccess.getVirtualBusImplementationAccess().getNameAssignment_5(), "rule__VirtualBusImplementation__NameAssignment_5");
+ builder.put(grammarAccess.getVirtualBusImplementationAccess().getOwnedExtensionAssignment_6(), "rule__VirtualBusImplementation__OwnedExtensionAssignment_6");
+ builder.put(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeBindingAssignment_7_1(), "rule__VirtualBusImplementation__OwnedPrototypeBindingAssignment_7_1");
+ builder.put(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeBindingAssignment_7_2_1(), "rule__VirtualBusImplementation__OwnedPrototypeBindingAssignment_7_2_1");
+ builder.put(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeAssignment_8_1_0(), "rule__VirtualBusImplementation__OwnedPrototypeAssignment_8_1_0");
+ builder.put(grammarAccess.getVirtualBusImplementationAccess().getNoPrototypesAssignment_8_1_1_0(), "rule__VirtualBusImplementation__NoPrototypesAssignment_8_1_1_0");
+ builder.put(grammarAccess.getVirtualBusImplementationAccess().getOwnedAbstractSubcomponentAssignment_9_1_0_0(), "rule__VirtualBusImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0");
+ builder.put(grammarAccess.getVirtualBusImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_9_1_0_1(), "rule__VirtualBusImplementation__OwnedVirtualBusSubcomponentAssignment_9_1_0_1");
+ builder.put(grammarAccess.getVirtualBusImplementationAccess().getNoSubcomponentsAssignment_9_1_1_0(), "rule__VirtualBusImplementation__NoSubcomponentsAssignment_9_1_1_0");
+ builder.put(grammarAccess.getVirtualBusImplementationAccess().getOwnedEventSourceAssignment_10_2_0(), "rule__VirtualBusImplementation__OwnedEventSourceAssignment_10_2_0");
+ builder.put(grammarAccess.getVirtualBusImplementationAccess().getOwnedEventDataSourceAssignment_10_2_1(), "rule__VirtualBusImplementation__OwnedEventDataSourceAssignment_10_2_1");
+ builder.put(grammarAccess.getVirtualBusImplementationAccess().getOwnedModeAssignment_11_1_0_0(), "rule__VirtualBusImplementation__OwnedModeAssignment_11_1_0_0");
+ builder.put(grammarAccess.getVirtualBusImplementationAccess().getOwnedModeTransitionAssignment_11_1_0_1(), "rule__VirtualBusImplementation__OwnedModeTransitionAssignment_11_1_0_1");
+ builder.put(grammarAccess.getVirtualBusImplementationAccess().getNoModesAssignment_11_1_1_0(), "rule__VirtualBusImplementation__NoModesAssignment_11_1_1_0");
+ builder.put(grammarAccess.getVirtualBusImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0(), "rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_12_1_0");
+ builder.put(grammarAccess.getVirtualBusImplementationAccess().getNoPropertiesAssignment_12_1_1_0(), "rule__VirtualBusImplementation__NoPropertiesAssignment_12_1_1_0");
+ builder.put(grammarAccess.getVirtualBusImplementationAccess().getOwnedAnnexSubclauseAssignment_13(), "rule__VirtualBusImplementation__OwnedAnnexSubclauseAssignment_13");
+ builder.put(grammarAccess.getDataImplementationAccess().getOwnedRealizationAssignment_3(), "rule__DataImplementation__OwnedRealizationAssignment_3");
+ builder.put(grammarAccess.getDataImplementationAccess().getNameAssignment_5(), "rule__DataImplementation__NameAssignment_5");
+ builder.put(grammarAccess.getDataImplementationAccess().getOwnedExtensionAssignment_6(), "rule__DataImplementation__OwnedExtensionAssignment_6");
+ builder.put(grammarAccess.getDataImplementationAccess().getOwnedPrototypeBindingAssignment_7_1(), "rule__DataImplementation__OwnedPrototypeBindingAssignment_7_1");
+ builder.put(grammarAccess.getDataImplementationAccess().getOwnedPrototypeBindingAssignment_7_2_1(), "rule__DataImplementation__OwnedPrototypeBindingAssignment_7_2_1");
+ builder.put(grammarAccess.getDataImplementationAccess().getOwnedPrototypeAssignment_8_1_0(), "rule__DataImplementation__OwnedPrototypeAssignment_8_1_0");
+ builder.put(grammarAccess.getDataImplementationAccess().getNoPrototypesAssignment_8_1_1_0(), "rule__DataImplementation__NoPrototypesAssignment_8_1_1_0");
+ builder.put(grammarAccess.getDataImplementationAccess().getOwnedAbstractSubcomponentAssignment_9_1_0_0(), "rule__DataImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0");
+ builder.put(grammarAccess.getDataImplementationAccess().getOwnedDataSubcomponentAssignment_9_1_0_1(), "rule__DataImplementation__OwnedDataSubcomponentAssignment_9_1_0_1");
+ builder.put(grammarAccess.getDataImplementationAccess().getOwnedSubprogramSubcomponentAssignment_9_1_0_2(), "rule__DataImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_2");
+ builder.put(grammarAccess.getDataImplementationAccess().getNoSubcomponentsAssignment_9_1_1_0(), "rule__DataImplementation__NoSubcomponentsAssignment_9_1_1_0");
+ builder.put(grammarAccess.getDataImplementationAccess().getOwnedEventSourceAssignment_10_2_0(), "rule__DataImplementation__OwnedEventSourceAssignment_10_2_0");
+ builder.put(grammarAccess.getDataImplementationAccess().getOwnedEventDataSourceAssignment_10_2_1(), "rule__DataImplementation__OwnedEventDataSourceAssignment_10_2_1");
+ builder.put(grammarAccess.getDataImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_0(), "rule__DataImplementation__OwnedAccessConnectionAssignment_11_1_0_0");
+ builder.put(grammarAccess.getDataImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_1(), "rule__DataImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_1");
+ builder.put(grammarAccess.getDataImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_2(), "rule__DataImplementation__OwnedFeatureConnectionAssignment_11_1_0_2");
+ builder.put(grammarAccess.getDataImplementationAccess().getNoConnectionsAssignment_11_1_1_0(), "rule__DataImplementation__NoConnectionsAssignment_11_1_1_0");
+ builder.put(grammarAccess.getDataImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0(), "rule__DataImplementation__OwnedFlowImplementationAssignment_12_1_0_0");
+ builder.put(grammarAccess.getDataImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1(), "rule__DataImplementation__OwnedEndToEndFlowAssignment_12_1_0_1");
+ builder.put(grammarAccess.getDataImplementationAccess().getNoFlowsAssignment_12_1_1_0(), "rule__DataImplementation__NoFlowsAssignment_12_1_1_0");
+ builder.put(grammarAccess.getDataImplementationAccess().getOwnedModeAssignment_13_1_0_0(), "rule__DataImplementation__OwnedModeAssignment_13_1_0_0");
+ builder.put(grammarAccess.getDataImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1(), "rule__DataImplementation__OwnedModeTransitionAssignment_13_1_0_1");
+ builder.put(grammarAccess.getDataImplementationAccess().getNoModesAssignment_13_1_1_0(), "rule__DataImplementation__NoModesAssignment_13_1_1_0");
+ builder.put(grammarAccess.getDataImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0(), "rule__DataImplementation__OwnedPropertyAssociationAssignment_14_1_0");
+ builder.put(grammarAccess.getDataImplementationAccess().getNoPropertiesAssignment_14_1_1_0(), "rule__DataImplementation__NoPropertiesAssignment_14_1_1_0");
+ builder.put(grammarAccess.getDataImplementationAccess().getOwnedAnnexSubclauseAssignment_15(), "rule__DataImplementation__OwnedAnnexSubclauseAssignment_15");
builder.put(grammarAccess.getSubprogramCallSequenceAccess().getNameAssignment_0(), "rule__SubprogramCallSequence__NameAssignment_0");
builder.put(grammarAccess.getSubprogramCallSequenceAccess().getOwnedSubprogramCallAssignment_3(), "rule__SubprogramCallSequence__OwnedSubprogramCallAssignment_3");
builder.put(grammarAccess.getSubprogramCallSequenceAccess().getOwnedPropertyAssociationAssignment_5_1(), "rule__SubprogramCallSequence__OwnedPropertyAssociationAssignment_5_1");
- builder.put(grammarAccess.getSubprogramCallSequenceAccess().getInModeAssignment_6_2_0(), "rule__SubprogramCallSequence__InModeAssignment_6_2_0");
- builder.put(grammarAccess.getSubprogramCallSequenceAccess().getInModeAssignment_6_2_1_1(), "rule__SubprogramCallSequence__InModeAssignment_6_2_1_1");
+ builder.put(grammarAccess.getSubprogramCallSequenceAccess().getInModeAssignment_6_3_0(), "rule__SubprogramCallSequence__InModeAssignment_6_3_0");
+ builder.put(grammarAccess.getSubprogramCallSequenceAccess().getInModeAssignment_6_3_1_1(), "rule__SubprogramCallSequence__InModeAssignment_6_3_1_1");
builder.put(grammarAccess.getSubprogramCallAccess().getNameAssignment_1(), "rule__SubprogramCall__NameAssignment_1");
builder.put(grammarAccess.getSubprogramCallAccess().getContextAssignment_4_0_0(), "rule__SubprogramCall__ContextAssignment_4_0_0");
builder.put(grammarAccess.getSubprogramCallAccess().getCalledSubprogramAssignment_4_0_2(), "rule__SubprogramCall__CalledSubprogramAssignment_4_0_2");
@@ -2304,9 +2267,9 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getSubprogramPrototypeAccess().getOwnedPropertyAssociationAssignment_4_1(), "rule__SubprogramPrototype__OwnedPropertyAssociationAssignment_4_1");
builder.put(grammarAccess.getSubprogramGroupPrototypeAccess().getNameAssignment_0_0_0(), "rule__SubprogramGroupPrototype__NameAssignment_0_0_0");
builder.put(grammarAccess.getSubprogramGroupPrototypeAccess().getRefinedAssignment_0_1_0(), "rule__SubprogramGroupPrototype__RefinedAssignment_0_1_0");
- builder.put(grammarAccess.getSubprogramGroupPrototypeAccess().getConstrainingClassifierAssignment_2(), "rule__SubprogramGroupPrototype__ConstrainingClassifierAssignment_2");
- builder.put(grammarAccess.getSubprogramGroupPrototypeAccess().getArrayAssignment_3_0(), "rule__SubprogramGroupPrototype__ArrayAssignment_3_0");
- builder.put(grammarAccess.getSubprogramGroupPrototypeAccess().getOwnedPropertyAssociationAssignment_4_1(), "rule__SubprogramGroupPrototype__OwnedPropertyAssociationAssignment_4_1");
+ builder.put(grammarAccess.getSubprogramGroupPrototypeAccess().getConstrainingClassifierAssignment_3(), "rule__SubprogramGroupPrototype__ConstrainingClassifierAssignment_3");
+ builder.put(grammarAccess.getSubprogramGroupPrototypeAccess().getArrayAssignment_4_0(), "rule__SubprogramGroupPrototype__ArrayAssignment_4_0");
+ builder.put(grammarAccess.getSubprogramGroupPrototypeAccess().getOwnedPropertyAssociationAssignment_5_1(), "rule__SubprogramGroupPrototype__OwnedPropertyAssociationAssignment_5_1");
builder.put(grammarAccess.getSystemPrototypeAccess().getNameAssignment_0_0_0(), "rule__SystemPrototype__NameAssignment_0_0_0");
builder.put(grammarAccess.getSystemPrototypeAccess().getRefinedAssignment_0_1_0(), "rule__SystemPrototype__RefinedAssignment_0_1_0");
builder.put(grammarAccess.getSystemPrototypeAccess().getConstrainingClassifierAssignment_2(), "rule__SystemPrototype__ConstrainingClassifierAssignment_2");
@@ -2319,23 +2282,23 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getThreadPrototypeAccess().getOwnedPropertyAssociationAssignment_4_1(), "rule__ThreadPrototype__OwnedPropertyAssociationAssignment_4_1");
builder.put(grammarAccess.getThreadGroupPrototypeAccess().getNameAssignment_0_0_0(), "rule__ThreadGroupPrototype__NameAssignment_0_0_0");
builder.put(grammarAccess.getThreadGroupPrototypeAccess().getRefinedAssignment_0_1_0(), "rule__ThreadGroupPrototype__RefinedAssignment_0_1_0");
- builder.put(grammarAccess.getThreadGroupPrototypeAccess().getConstrainingClassifierAssignment_2(), "rule__ThreadGroupPrototype__ConstrainingClassifierAssignment_2");
- builder.put(grammarAccess.getThreadGroupPrototypeAccess().getArrayAssignment_3_0(), "rule__ThreadGroupPrototype__ArrayAssignment_3_0");
- builder.put(grammarAccess.getThreadGroupPrototypeAccess().getOwnedPropertyAssociationAssignment_4_1(), "rule__ThreadGroupPrototype__OwnedPropertyAssociationAssignment_4_1");
+ builder.put(grammarAccess.getThreadGroupPrototypeAccess().getConstrainingClassifierAssignment_3(), "rule__ThreadGroupPrototype__ConstrainingClassifierAssignment_3");
+ builder.put(grammarAccess.getThreadGroupPrototypeAccess().getArrayAssignment_4_0(), "rule__ThreadGroupPrototype__ArrayAssignment_4_0");
+ builder.put(grammarAccess.getThreadGroupPrototypeAccess().getOwnedPropertyAssociationAssignment_5_1(), "rule__ThreadGroupPrototype__OwnedPropertyAssociationAssignment_5_1");
builder.put(grammarAccess.getVirtualBusPrototypeAccess().getNameAssignment_0_0_0(), "rule__VirtualBusPrototype__NameAssignment_0_0_0");
builder.put(grammarAccess.getVirtualBusPrototypeAccess().getRefinedAssignment_0_1_0(), "rule__VirtualBusPrototype__RefinedAssignment_0_1_0");
- builder.put(grammarAccess.getVirtualBusPrototypeAccess().getConstrainingClassifierAssignment_2(), "rule__VirtualBusPrototype__ConstrainingClassifierAssignment_2");
- builder.put(grammarAccess.getVirtualBusPrototypeAccess().getArrayAssignment_3_0(), "rule__VirtualBusPrototype__ArrayAssignment_3_0");
- builder.put(grammarAccess.getVirtualBusPrototypeAccess().getOwnedPropertyAssociationAssignment_4_1(), "rule__VirtualBusPrototype__OwnedPropertyAssociationAssignment_4_1");
+ builder.put(grammarAccess.getVirtualBusPrototypeAccess().getConstrainingClassifierAssignment_3(), "rule__VirtualBusPrototype__ConstrainingClassifierAssignment_3");
+ builder.put(grammarAccess.getVirtualBusPrototypeAccess().getArrayAssignment_4_0(), "rule__VirtualBusPrototype__ArrayAssignment_4_0");
+ builder.put(grammarAccess.getVirtualBusPrototypeAccess().getOwnedPropertyAssociationAssignment_5_1(), "rule__VirtualBusPrototype__OwnedPropertyAssociationAssignment_5_1");
builder.put(grammarAccess.getVirtualProcessorPrototypeAccess().getNameAssignment_0_0_0(), "rule__VirtualProcessorPrototype__NameAssignment_0_0_0");
builder.put(grammarAccess.getVirtualProcessorPrototypeAccess().getRefinedAssignment_0_1_0(), "rule__VirtualProcessorPrototype__RefinedAssignment_0_1_0");
- builder.put(grammarAccess.getVirtualProcessorPrototypeAccess().getConstrainingClassifierAssignment_2(), "rule__VirtualProcessorPrototype__ConstrainingClassifierAssignment_2");
- builder.put(grammarAccess.getVirtualProcessorPrototypeAccess().getArrayAssignment_3_0(), "rule__VirtualProcessorPrototype__ArrayAssignment_3_0");
- builder.put(grammarAccess.getVirtualProcessorPrototypeAccess().getOwnedPropertyAssociationAssignment_4_1(), "rule__VirtualProcessorPrototype__OwnedPropertyAssociationAssignment_4_1");
+ builder.put(grammarAccess.getVirtualProcessorPrototypeAccess().getConstrainingClassifierAssignment_3(), "rule__VirtualProcessorPrototype__ConstrainingClassifierAssignment_3");
+ builder.put(grammarAccess.getVirtualProcessorPrototypeAccess().getArrayAssignment_4_0(), "rule__VirtualProcessorPrototype__ArrayAssignment_4_0");
+ builder.put(grammarAccess.getVirtualProcessorPrototypeAccess().getOwnedPropertyAssociationAssignment_5_1(), "rule__VirtualProcessorPrototype__OwnedPropertyAssociationAssignment_5_1");
builder.put(grammarAccess.getFeatureGroupPrototypeAccess().getNameAssignment_0_0_0(), "rule__FeatureGroupPrototype__NameAssignment_0_0_0");
builder.put(grammarAccess.getFeatureGroupPrototypeAccess().getRefinedAssignment_0_1_0(), "rule__FeatureGroupPrototype__RefinedAssignment_0_1_0");
- builder.put(grammarAccess.getFeatureGroupPrototypeAccess().getConstrainingFeatureGroupTypeAssignment_2(), "rule__FeatureGroupPrototype__ConstrainingFeatureGroupTypeAssignment_2");
- builder.put(grammarAccess.getFeatureGroupPrototypeAccess().getOwnedPropertyAssociationAssignment_3_1(), "rule__FeatureGroupPrototype__OwnedPropertyAssociationAssignment_3_1");
+ builder.put(grammarAccess.getFeatureGroupPrototypeAccess().getConstrainingFeatureGroupTypeAssignment_3(), "rule__FeatureGroupPrototype__ConstrainingFeatureGroupTypeAssignment_3");
+ builder.put(grammarAccess.getFeatureGroupPrototypeAccess().getOwnedPropertyAssociationAssignment_4_1(), "rule__FeatureGroupPrototype__OwnedPropertyAssociationAssignment_4_1");
builder.put(grammarAccess.getFeaturePrototypeAccess().getNameAssignment_0_0_0(), "rule__FeaturePrototype__NameAssignment_0_0_0");
builder.put(grammarAccess.getFeaturePrototypeAccess().getRefinedAssignment_0_1_0(), "rule__FeaturePrototype__RefinedAssignment_0_1_0");
builder.put(grammarAccess.getFeaturePrototypeAccess().getInAssignment_1_0(), "rule__FeaturePrototype__InAssignment_1_0");
@@ -2343,7 +2306,7 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getFeaturePrototypeAccess().getConstrainingClassifierAssignment_3(), "rule__FeaturePrototype__ConstrainingClassifierAssignment_3");
builder.put(grammarAccess.getFeaturePrototypeAccess().getOwnedPropertyAssociationAssignment_4_1(), "rule__FeaturePrototype__OwnedPropertyAssociationAssignment_4_1");
builder.put(grammarAccess.getFeatureGroupPrototypeBindingAccess().getFormalAssignment_0(), "rule__FeatureGroupPrototypeBinding__FormalAssignment_0");
- builder.put(grammarAccess.getFeatureGroupPrototypeBindingAccess().getActualAssignment_3(), "rule__FeatureGroupPrototypeBinding__ActualAssignment_3");
+ builder.put(grammarAccess.getFeatureGroupPrototypeBindingAccess().getActualAssignment_4(), "rule__FeatureGroupPrototypeBinding__ActualAssignment_4");
builder.put(grammarAccess.getFeatureGroupPrototypeActualAccess().getFeatureTypeAssignment_0(), "rule__FeatureGroupPrototypeActual__FeatureTypeAssignment_0");
builder.put(grammarAccess.getFeatureGroupPrototypeActualAccess().getBindingAssignment_1_1(), "rule__FeatureGroupPrototypeActual__BindingAssignment_1_1");
builder.put(grammarAccess.getFeatureGroupPrototypeActualAccess().getBindingAssignment_1_2_1(), "rule__FeatureGroupPrototypeActual__BindingAssignment_1_2_1");
@@ -2377,8 +2340,8 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getAbstractSubcomponentAccess().getImplementationReferenceAssignment_3_1_1(), "rule__AbstractSubcomponent__ImplementationReferenceAssignment_3_1_1");
builder.put(grammarAccess.getAbstractSubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1(), "rule__AbstractSubcomponent__ImplementationReferenceAssignment_3_1_2_1");
builder.put(grammarAccess.getAbstractSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1(), "rule__AbstractSubcomponent__OwnedPropertyAssociationAssignment_4_1");
- builder.put(grammarAccess.getAbstractSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0(), "rule__AbstractSubcomponent__OwnedModeBindingAssignment_5_2_0");
- builder.put(grammarAccess.getAbstractSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1(), "rule__AbstractSubcomponent__OwnedModeBindingAssignment_5_2_1_1");
+ builder.put(grammarAccess.getAbstractSubcomponentAccess().getOwnedModeBindingAssignment_5_3_0(), "rule__AbstractSubcomponent__OwnedModeBindingAssignment_5_3_0");
+ builder.put(grammarAccess.getAbstractSubcomponentAccess().getOwnedModeBindingAssignment_5_3_1_1(), "rule__AbstractSubcomponent__OwnedModeBindingAssignment_5_3_1_1");
builder.put(grammarAccess.getSystemSubcomponentAccess().getNameAssignment_0_0_0(), "rule__SystemSubcomponent__NameAssignment_0_0_0");
builder.put(grammarAccess.getSystemSubcomponentAccess().getRefinedAssignment_0_1_0(), "rule__SystemSubcomponent__RefinedAssignment_0_1_0");
builder.put(grammarAccess.getSystemSubcomponentAccess().getSystemSubcomponentTypeAssignment_2_0(), "rule__SystemSubcomponent__SystemSubcomponentTypeAssignment_2_0");
@@ -2388,8 +2351,8 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getSystemSubcomponentAccess().getImplementationReferenceAssignment_3_1_1(), "rule__SystemSubcomponent__ImplementationReferenceAssignment_3_1_1");
builder.put(grammarAccess.getSystemSubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1(), "rule__SystemSubcomponent__ImplementationReferenceAssignment_3_1_2_1");
builder.put(grammarAccess.getSystemSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1(), "rule__SystemSubcomponent__OwnedPropertyAssociationAssignment_4_1");
- builder.put(grammarAccess.getSystemSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0(), "rule__SystemSubcomponent__OwnedModeBindingAssignment_5_2_0");
- builder.put(grammarAccess.getSystemSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1(), "rule__SystemSubcomponent__OwnedModeBindingAssignment_5_2_1_1");
+ builder.put(grammarAccess.getSystemSubcomponentAccess().getOwnedModeBindingAssignment_5_3_0(), "rule__SystemSubcomponent__OwnedModeBindingAssignment_5_3_0");
+ builder.put(grammarAccess.getSystemSubcomponentAccess().getOwnedModeBindingAssignment_5_3_1_1(), "rule__SystemSubcomponent__OwnedModeBindingAssignment_5_3_1_1");
builder.put(grammarAccess.getProcessSubcomponentAccess().getNameAssignment_0_0_0(), "rule__ProcessSubcomponent__NameAssignment_0_0_0");
builder.put(grammarAccess.getProcessSubcomponentAccess().getRefinedAssignment_0_1_0(), "rule__ProcessSubcomponent__RefinedAssignment_0_1_0");
builder.put(grammarAccess.getProcessSubcomponentAccess().getProcessSubcomponentTypeAssignment_2_0(), "rule__ProcessSubcomponent__ProcessSubcomponentTypeAssignment_2_0");
@@ -2399,19 +2362,19 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getProcessSubcomponentAccess().getImplementationReferenceAssignment_3_1_1(), "rule__ProcessSubcomponent__ImplementationReferenceAssignment_3_1_1");
builder.put(grammarAccess.getProcessSubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1(), "rule__ProcessSubcomponent__ImplementationReferenceAssignment_3_1_2_1");
builder.put(grammarAccess.getProcessSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1(), "rule__ProcessSubcomponent__OwnedPropertyAssociationAssignment_4_1");
- builder.put(grammarAccess.getProcessSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0(), "rule__ProcessSubcomponent__OwnedModeBindingAssignment_5_2_0");
- builder.put(grammarAccess.getProcessSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1(), "rule__ProcessSubcomponent__OwnedModeBindingAssignment_5_2_1_1");
+ builder.put(grammarAccess.getProcessSubcomponentAccess().getOwnedModeBindingAssignment_5_3_0(), "rule__ProcessSubcomponent__OwnedModeBindingAssignment_5_3_0");
+ builder.put(grammarAccess.getProcessSubcomponentAccess().getOwnedModeBindingAssignment_5_3_1_1(), "rule__ProcessSubcomponent__OwnedModeBindingAssignment_5_3_1_1");
builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getNameAssignment_0_0_0(), "rule__ThreadGroupSubcomponent__NameAssignment_0_0_0");
builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getRefinedAssignment_0_1_0(), "rule__ThreadGroupSubcomponent__RefinedAssignment_0_1_0");
- builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getThreadGroupSubcomponentTypeAssignment_2_0(), "rule__ThreadGroupSubcomponent__ThreadGroupSubcomponentTypeAssignment_2_0");
- builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_1(), "rule__ThreadGroupSubcomponent__OwnedPrototypeBindingAssignment_2_1_1");
- builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_2_1(), "rule__ThreadGroupSubcomponent__OwnedPrototypeBindingAssignment_2_1_2_1");
- builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getArrayDimensionAssignment_3_0(), "rule__ThreadGroupSubcomponent__ArrayDimensionAssignment_3_0");
- builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getImplementationReferenceAssignment_3_1_1(), "rule__ThreadGroupSubcomponent__ImplementationReferenceAssignment_3_1_1");
- builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1(), "rule__ThreadGroupSubcomponent__ImplementationReferenceAssignment_3_1_2_1");
- builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1(), "rule__ThreadGroupSubcomponent__OwnedPropertyAssociationAssignment_4_1");
- builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0(), "rule__ThreadGroupSubcomponent__OwnedModeBindingAssignment_5_2_0");
- builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1(), "rule__ThreadGroupSubcomponent__OwnedModeBindingAssignment_5_2_1_1");
+ builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getThreadGroupSubcomponentTypeAssignment_3_0(), "rule__ThreadGroupSubcomponent__ThreadGroupSubcomponentTypeAssignment_3_0");
+ builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPrototypeBindingAssignment_3_1_1(), "rule__ThreadGroupSubcomponent__OwnedPrototypeBindingAssignment_3_1_1");
+ builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPrototypeBindingAssignment_3_1_2_1(), "rule__ThreadGroupSubcomponent__OwnedPrototypeBindingAssignment_3_1_2_1");
+ builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getArrayDimensionAssignment_4_0(), "rule__ThreadGroupSubcomponent__ArrayDimensionAssignment_4_0");
+ builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getImplementationReferenceAssignment_4_1_1(), "rule__ThreadGroupSubcomponent__ImplementationReferenceAssignment_4_1_1");
+ builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getImplementationReferenceAssignment_4_1_2_1(), "rule__ThreadGroupSubcomponent__ImplementationReferenceAssignment_4_1_2_1");
+ builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPropertyAssociationAssignment_5_1(), "rule__ThreadGroupSubcomponent__OwnedPropertyAssociationAssignment_5_1");
+ builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedModeBindingAssignment_6_3_0(), "rule__ThreadGroupSubcomponent__OwnedModeBindingAssignment_6_3_0");
+ builder.put(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedModeBindingAssignment_6_3_1_1(), "rule__ThreadGroupSubcomponent__OwnedModeBindingAssignment_6_3_1_1");
builder.put(grammarAccess.getThreadSubcomponentAccess().getNameAssignment_0_0_0(), "rule__ThreadSubcomponent__NameAssignment_0_0_0");
builder.put(grammarAccess.getThreadSubcomponentAccess().getRefinedAssignment_0_1_0(), "rule__ThreadSubcomponent__RefinedAssignment_0_1_0");
builder.put(grammarAccess.getThreadSubcomponentAccess().getThreadSubcomponentTypeAssignment_2_0(), "rule__ThreadSubcomponent__ThreadSubcomponentTypeAssignment_2_0");
@@ -2421,8 +2384,8 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getThreadSubcomponentAccess().getImplementationReferenceAssignment_3_1_1(), "rule__ThreadSubcomponent__ImplementationReferenceAssignment_3_1_1");
builder.put(grammarAccess.getThreadSubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1(), "rule__ThreadSubcomponent__ImplementationReferenceAssignment_3_1_2_1");
builder.put(grammarAccess.getThreadSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1(), "rule__ThreadSubcomponent__OwnedPropertyAssociationAssignment_4_1");
- builder.put(grammarAccess.getThreadSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0(), "rule__ThreadSubcomponent__OwnedModeBindingAssignment_5_2_0");
- builder.put(grammarAccess.getThreadSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1(), "rule__ThreadSubcomponent__OwnedModeBindingAssignment_5_2_1_1");
+ builder.put(grammarAccess.getThreadSubcomponentAccess().getOwnedModeBindingAssignment_5_3_0(), "rule__ThreadSubcomponent__OwnedModeBindingAssignment_5_3_0");
+ builder.put(grammarAccess.getThreadSubcomponentAccess().getOwnedModeBindingAssignment_5_3_1_1(), "rule__ThreadSubcomponent__OwnedModeBindingAssignment_5_3_1_1");
builder.put(grammarAccess.getSubprogramSubcomponentAccess().getNameAssignment_0_0_0(), "rule__SubprogramSubcomponent__NameAssignment_0_0_0");
builder.put(grammarAccess.getSubprogramSubcomponentAccess().getRefinedAssignment_0_1_0(), "rule__SubprogramSubcomponent__RefinedAssignment_0_1_0");
builder.put(grammarAccess.getSubprogramSubcomponentAccess().getSubprogramSubcomponentTypeAssignment_2_0(), "rule__SubprogramSubcomponent__SubprogramSubcomponentTypeAssignment_2_0");
@@ -2432,19 +2395,19 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getSubprogramSubcomponentAccess().getImplementationReferenceAssignment_3_1_1(), "rule__SubprogramSubcomponent__ImplementationReferenceAssignment_3_1_1");
builder.put(grammarAccess.getSubprogramSubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1(), "rule__SubprogramSubcomponent__ImplementationReferenceAssignment_3_1_2_1");
builder.put(grammarAccess.getSubprogramSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1(), "rule__SubprogramSubcomponent__OwnedPropertyAssociationAssignment_4_1");
- builder.put(grammarAccess.getSubprogramSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0(), "rule__SubprogramSubcomponent__OwnedModeBindingAssignment_5_2_0");
- builder.put(grammarAccess.getSubprogramSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1(), "rule__SubprogramSubcomponent__OwnedModeBindingAssignment_5_2_1_1");
+ builder.put(grammarAccess.getSubprogramSubcomponentAccess().getOwnedModeBindingAssignment_5_3_0(), "rule__SubprogramSubcomponent__OwnedModeBindingAssignment_5_3_0");
+ builder.put(grammarAccess.getSubprogramSubcomponentAccess().getOwnedModeBindingAssignment_5_3_1_1(), "rule__SubprogramSubcomponent__OwnedModeBindingAssignment_5_3_1_1");
builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getNameAssignment_0_0_0(), "rule__SubprogramGroupSubcomponent__NameAssignment_0_0_0");
builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getRefinedAssignment_0_1_0(), "rule__SubprogramGroupSubcomponent__RefinedAssignment_0_1_0");
- builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getSubprogramGroupSubcomponentTypeAssignment_2_0(), "rule__SubprogramGroupSubcomponent__SubprogramGroupSubcomponentTypeAssignment_2_0");
- builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_1(), "rule__SubprogramGroupSubcomponent__OwnedPrototypeBindingAssignment_2_1_1");
- builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_2_1(), "rule__SubprogramGroupSubcomponent__OwnedPrototypeBindingAssignment_2_1_2_1");
- builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getArrayDimensionAssignment_3_0(), "rule__SubprogramGroupSubcomponent__ArrayDimensionAssignment_3_0");
- builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getImplementationReferenceAssignment_3_1_1(), "rule__SubprogramGroupSubcomponent__ImplementationReferenceAssignment_3_1_1");
- builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1(), "rule__SubprogramGroupSubcomponent__ImplementationReferenceAssignment_3_1_2_1");
- builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1(), "rule__SubprogramGroupSubcomponent__OwnedPropertyAssociationAssignment_4_1");
- builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0(), "rule__SubprogramGroupSubcomponent__OwnedModeBindingAssignment_5_2_0");
- builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1(), "rule__SubprogramGroupSubcomponent__OwnedModeBindingAssignment_5_2_1_1");
+ builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getSubprogramGroupSubcomponentTypeAssignment_3_0(), "rule__SubprogramGroupSubcomponent__SubprogramGroupSubcomponentTypeAssignment_3_0");
+ builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPrototypeBindingAssignment_3_1_1(), "rule__SubprogramGroupSubcomponent__OwnedPrototypeBindingAssignment_3_1_1");
+ builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPrototypeBindingAssignment_3_1_2_1(), "rule__SubprogramGroupSubcomponent__OwnedPrototypeBindingAssignment_3_1_2_1");
+ builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getArrayDimensionAssignment_4_0(), "rule__SubprogramGroupSubcomponent__ArrayDimensionAssignment_4_0");
+ builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getImplementationReferenceAssignment_4_1_1(), "rule__SubprogramGroupSubcomponent__ImplementationReferenceAssignment_4_1_1");
+ builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getImplementationReferenceAssignment_4_1_2_1(), "rule__SubprogramGroupSubcomponent__ImplementationReferenceAssignment_4_1_2_1");
+ builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPropertyAssociationAssignment_5_1(), "rule__SubprogramGroupSubcomponent__OwnedPropertyAssociationAssignment_5_1");
+ builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedModeBindingAssignment_6_3_0(), "rule__SubprogramGroupSubcomponent__OwnedModeBindingAssignment_6_3_0");
+ builder.put(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedModeBindingAssignment_6_3_1_1(), "rule__SubprogramGroupSubcomponent__OwnedModeBindingAssignment_6_3_1_1");
builder.put(grammarAccess.getProcessorSubcomponentAccess().getNameAssignment_0_0_0(), "rule__ProcessorSubcomponent__NameAssignment_0_0_0");
builder.put(grammarAccess.getProcessorSubcomponentAccess().getRefinedAssignment_0_1_0(), "rule__ProcessorSubcomponent__RefinedAssignment_0_1_0");
builder.put(grammarAccess.getProcessorSubcomponentAccess().getProcessorSubcomponentTypeAssignment_2_0(), "rule__ProcessorSubcomponent__ProcessorSubcomponentTypeAssignment_2_0");
@@ -2454,19 +2417,19 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getProcessorSubcomponentAccess().getImplementationReferenceAssignment_3_1_1(), "rule__ProcessorSubcomponent__ImplementationReferenceAssignment_3_1_1");
builder.put(grammarAccess.getProcessorSubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1(), "rule__ProcessorSubcomponent__ImplementationReferenceAssignment_3_1_2_1");
builder.put(grammarAccess.getProcessorSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1(), "rule__ProcessorSubcomponent__OwnedPropertyAssociationAssignment_4_1");
- builder.put(grammarAccess.getProcessorSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0(), "rule__ProcessorSubcomponent__OwnedModeBindingAssignment_5_2_0");
- builder.put(grammarAccess.getProcessorSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1(), "rule__ProcessorSubcomponent__OwnedModeBindingAssignment_5_2_1_1");
+ builder.put(grammarAccess.getProcessorSubcomponentAccess().getOwnedModeBindingAssignment_5_3_0(), "rule__ProcessorSubcomponent__OwnedModeBindingAssignment_5_3_0");
+ builder.put(grammarAccess.getProcessorSubcomponentAccess().getOwnedModeBindingAssignment_5_3_1_1(), "rule__ProcessorSubcomponent__OwnedModeBindingAssignment_5_3_1_1");
builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getNameAssignment_0_0_0(), "rule__VirtualProcessorSubcomponent__NameAssignment_0_0_0");
builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getRefinedAssignment_0_1_0(), "rule__VirtualProcessorSubcomponent__RefinedAssignment_0_1_0");
- builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getVirtualProcessorSubcomponentTypeAssignment_2_0(), "rule__VirtualProcessorSubcomponent__VirtualProcessorSubcomponentTypeAssignment_2_0");
- builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_1(), "rule__VirtualProcessorSubcomponent__OwnedPrototypeBindingAssignment_2_1_1");
- builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_2_1(), "rule__VirtualProcessorSubcomponent__OwnedPrototypeBindingAssignment_2_1_2_1");
- builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getArrayDimensionAssignment_3_0(), "rule__VirtualProcessorSubcomponent__ArrayDimensionAssignment_3_0");
- builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getImplementationReferenceAssignment_3_1_1(), "rule__VirtualProcessorSubcomponent__ImplementationReferenceAssignment_3_1_1");
- builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1(), "rule__VirtualProcessorSubcomponent__ImplementationReferenceAssignment_3_1_2_1");
- builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1(), "rule__VirtualProcessorSubcomponent__OwnedPropertyAssociationAssignment_4_1");
- builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0(), "rule__VirtualProcessorSubcomponent__OwnedModeBindingAssignment_5_2_0");
- builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1(), "rule__VirtualProcessorSubcomponent__OwnedModeBindingAssignment_5_2_1_1");
+ builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getVirtualProcessorSubcomponentTypeAssignment_3_0(), "rule__VirtualProcessorSubcomponent__VirtualProcessorSubcomponentTypeAssignment_3_0");
+ builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPrototypeBindingAssignment_3_1_1(), "rule__VirtualProcessorSubcomponent__OwnedPrototypeBindingAssignment_3_1_1");
+ builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPrototypeBindingAssignment_3_1_2_1(), "rule__VirtualProcessorSubcomponent__OwnedPrototypeBindingAssignment_3_1_2_1");
+ builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getArrayDimensionAssignment_4_0(), "rule__VirtualProcessorSubcomponent__ArrayDimensionAssignment_4_0");
+ builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getImplementationReferenceAssignment_4_1_1(), "rule__VirtualProcessorSubcomponent__ImplementationReferenceAssignment_4_1_1");
+ builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getImplementationReferenceAssignment_4_1_2_1(), "rule__VirtualProcessorSubcomponent__ImplementationReferenceAssignment_4_1_2_1");
+ builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPropertyAssociationAssignment_5_1(), "rule__VirtualProcessorSubcomponent__OwnedPropertyAssociationAssignment_5_1");
+ builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedModeBindingAssignment_6_3_0(), "rule__VirtualProcessorSubcomponent__OwnedModeBindingAssignment_6_3_0");
+ builder.put(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedModeBindingAssignment_6_3_1_1(), "rule__VirtualProcessorSubcomponent__OwnedModeBindingAssignment_6_3_1_1");
builder.put(grammarAccess.getDeviceSubcomponentAccess().getNameAssignment_0_0_0(), "rule__DeviceSubcomponent__NameAssignment_0_0_0");
builder.put(grammarAccess.getDeviceSubcomponentAccess().getRefinedAssignment_0_1_0(), "rule__DeviceSubcomponent__RefinedAssignment_0_1_0");
builder.put(grammarAccess.getDeviceSubcomponentAccess().getDeviceSubcomponentTypeAssignment_2_0(), "rule__DeviceSubcomponent__DeviceSubcomponentTypeAssignment_2_0");
@@ -2476,8 +2439,8 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getDeviceSubcomponentAccess().getImplementationReferenceAssignment_3_1_1(), "rule__DeviceSubcomponent__ImplementationReferenceAssignment_3_1_1");
builder.put(grammarAccess.getDeviceSubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1(), "rule__DeviceSubcomponent__ImplementationReferenceAssignment_3_1_2_1");
builder.put(grammarAccess.getDeviceSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1(), "rule__DeviceSubcomponent__OwnedPropertyAssociationAssignment_4_1");
- builder.put(grammarAccess.getDeviceSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0(), "rule__DeviceSubcomponent__OwnedModeBindingAssignment_5_2_0");
- builder.put(grammarAccess.getDeviceSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1(), "rule__DeviceSubcomponent__OwnedModeBindingAssignment_5_2_1_1");
+ builder.put(grammarAccess.getDeviceSubcomponentAccess().getOwnedModeBindingAssignment_5_3_0(), "rule__DeviceSubcomponent__OwnedModeBindingAssignment_5_3_0");
+ builder.put(grammarAccess.getDeviceSubcomponentAccess().getOwnedModeBindingAssignment_5_3_1_1(), "rule__DeviceSubcomponent__OwnedModeBindingAssignment_5_3_1_1");
builder.put(grammarAccess.getMemorySubcomponentAccess().getNameAssignment_0_0_0(), "rule__MemorySubcomponent__NameAssignment_0_0_0");
builder.put(grammarAccess.getMemorySubcomponentAccess().getRefinedAssignment_0_1_0(), "rule__MemorySubcomponent__RefinedAssignment_0_1_0");
builder.put(grammarAccess.getMemorySubcomponentAccess().getMemorySubcomponentTypeAssignment_2_0(), "rule__MemorySubcomponent__MemorySubcomponentTypeAssignment_2_0");
@@ -2487,8 +2450,8 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getMemorySubcomponentAccess().getImplementationReferenceAssignment_3_1_1(), "rule__MemorySubcomponent__ImplementationReferenceAssignment_3_1_1");
builder.put(grammarAccess.getMemorySubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1(), "rule__MemorySubcomponent__ImplementationReferenceAssignment_3_1_2_1");
builder.put(grammarAccess.getMemorySubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1(), "rule__MemorySubcomponent__OwnedPropertyAssociationAssignment_4_1");
- builder.put(grammarAccess.getMemorySubcomponentAccess().getOwnedModeBindingAssignment_5_2_0(), "rule__MemorySubcomponent__OwnedModeBindingAssignment_5_2_0");
- builder.put(grammarAccess.getMemorySubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1(), "rule__MemorySubcomponent__OwnedModeBindingAssignment_5_2_1_1");
+ builder.put(grammarAccess.getMemorySubcomponentAccess().getOwnedModeBindingAssignment_5_3_0(), "rule__MemorySubcomponent__OwnedModeBindingAssignment_5_3_0");
+ builder.put(grammarAccess.getMemorySubcomponentAccess().getOwnedModeBindingAssignment_5_3_1_1(), "rule__MemorySubcomponent__OwnedModeBindingAssignment_5_3_1_1");
builder.put(grammarAccess.getBusSubcomponentAccess().getNameAssignment_0_0_0(), "rule__BusSubcomponent__NameAssignment_0_0_0");
builder.put(grammarAccess.getBusSubcomponentAccess().getRefinedAssignment_0_1_0(), "rule__BusSubcomponent__RefinedAssignment_0_1_0");
builder.put(grammarAccess.getBusSubcomponentAccess().getBusSubcomponentTypeAssignment_2_0(), "rule__BusSubcomponent__BusSubcomponentTypeAssignment_2_0");
@@ -2498,19 +2461,19 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getBusSubcomponentAccess().getImplementationReferenceAssignment_3_1_1(), "rule__BusSubcomponent__ImplementationReferenceAssignment_3_1_1");
builder.put(grammarAccess.getBusSubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1(), "rule__BusSubcomponent__ImplementationReferenceAssignment_3_1_2_1");
builder.put(grammarAccess.getBusSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1(), "rule__BusSubcomponent__OwnedPropertyAssociationAssignment_4_1");
- builder.put(grammarAccess.getBusSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0(), "rule__BusSubcomponent__OwnedModeBindingAssignment_5_2_0");
- builder.put(grammarAccess.getBusSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1(), "rule__BusSubcomponent__OwnedModeBindingAssignment_5_2_1_1");
+ builder.put(grammarAccess.getBusSubcomponentAccess().getOwnedModeBindingAssignment_5_3_0(), "rule__BusSubcomponent__OwnedModeBindingAssignment_5_3_0");
+ builder.put(grammarAccess.getBusSubcomponentAccess().getOwnedModeBindingAssignment_5_3_1_1(), "rule__BusSubcomponent__OwnedModeBindingAssignment_5_3_1_1");
builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getNameAssignment_0_0_0(), "rule__VirtualBusSubcomponent__NameAssignment_0_0_0");
builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getRefinedAssignment_0_1_0(), "rule__VirtualBusSubcomponent__RefinedAssignment_0_1_0");
- builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getVirtualBusSubcomponentTypeAssignment_2_0(), "rule__VirtualBusSubcomponent__VirtualBusSubcomponentTypeAssignment_2_0");
- builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_1(), "rule__VirtualBusSubcomponent__OwnedPrototypeBindingAssignment_2_1_1");
- builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_2_1(), "rule__VirtualBusSubcomponent__OwnedPrototypeBindingAssignment_2_1_2_1");
- builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getArrayDimensionAssignment_3_0(), "rule__VirtualBusSubcomponent__ArrayDimensionAssignment_3_0");
- builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getImplementationReferenceAssignment_3_1_1(), "rule__VirtualBusSubcomponent__ImplementationReferenceAssignment_3_1_1");
- builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1(), "rule__VirtualBusSubcomponent__ImplementationReferenceAssignment_3_1_2_1");
- builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1(), "rule__VirtualBusSubcomponent__OwnedPropertyAssociationAssignment_4_1");
- builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0(), "rule__VirtualBusSubcomponent__OwnedModeBindingAssignment_5_2_0");
- builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1(), "rule__VirtualBusSubcomponent__OwnedModeBindingAssignment_5_2_1_1");
+ builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getVirtualBusSubcomponentTypeAssignment_3_0(), "rule__VirtualBusSubcomponent__VirtualBusSubcomponentTypeAssignment_3_0");
+ builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPrototypeBindingAssignment_3_1_1(), "rule__VirtualBusSubcomponent__OwnedPrototypeBindingAssignment_3_1_1");
+ builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPrototypeBindingAssignment_3_1_2_1(), "rule__VirtualBusSubcomponent__OwnedPrototypeBindingAssignment_3_1_2_1");
+ builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getArrayDimensionAssignment_4_0(), "rule__VirtualBusSubcomponent__ArrayDimensionAssignment_4_0");
+ builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getImplementationReferenceAssignment_4_1_1(), "rule__VirtualBusSubcomponent__ImplementationReferenceAssignment_4_1_1");
+ builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getImplementationReferenceAssignment_4_1_2_1(), "rule__VirtualBusSubcomponent__ImplementationReferenceAssignment_4_1_2_1");
+ builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPropertyAssociationAssignment_5_1(), "rule__VirtualBusSubcomponent__OwnedPropertyAssociationAssignment_5_1");
+ builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedModeBindingAssignment_6_3_0(), "rule__VirtualBusSubcomponent__OwnedModeBindingAssignment_6_3_0");
+ builder.put(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedModeBindingAssignment_6_3_1_1(), "rule__VirtualBusSubcomponent__OwnedModeBindingAssignment_6_3_1_1");
builder.put(grammarAccess.getDataSubcomponentAccess().getNameAssignment_0_0_0(), "rule__DataSubcomponent__NameAssignment_0_0_0");
builder.put(grammarAccess.getDataSubcomponentAccess().getRefinedAssignment_0_1_0(), "rule__DataSubcomponent__RefinedAssignment_0_1_0");
builder.put(grammarAccess.getDataSubcomponentAccess().getDataSubcomponentTypeAssignment_2_0(), "rule__DataSubcomponent__DataSubcomponentTypeAssignment_2_0");
@@ -2520,8 +2483,8 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getDataSubcomponentAccess().getImplementationReferenceAssignment_3_1_1(), "rule__DataSubcomponent__ImplementationReferenceAssignment_3_1_1");
builder.put(grammarAccess.getDataSubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1(), "rule__DataSubcomponent__ImplementationReferenceAssignment_3_1_2_1");
builder.put(grammarAccess.getDataSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1(), "rule__DataSubcomponent__OwnedPropertyAssociationAssignment_4_1");
- builder.put(grammarAccess.getDataSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0(), "rule__DataSubcomponent__OwnedModeBindingAssignment_5_2_0");
- builder.put(grammarAccess.getDataSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1(), "rule__DataSubcomponent__OwnedModeBindingAssignment_5_2_1_1");
+ builder.put(grammarAccess.getDataSubcomponentAccess().getOwnedModeBindingAssignment_5_3_0(), "rule__DataSubcomponent__OwnedModeBindingAssignment_5_3_0");
+ builder.put(grammarAccess.getDataSubcomponentAccess().getOwnedModeBindingAssignment_5_3_1_1(), "rule__DataSubcomponent__OwnedModeBindingAssignment_5_3_1_1");
builder.put(grammarAccess.getArrayDimensionAccess().getSizeAssignment_2(), "rule__ArrayDimension__SizeAssignment_2");
builder.put(grammarAccess.getArraySizeAccess().getSizeAssignment_0(), "rule__ArraySize__SizeAssignment_0");
builder.put(grammarAccess.getArraySizeAccess().getSizePropertyAssignment_1(), "rule__ArraySize__SizePropertyAssignment_1");
@@ -2533,37 +2496,32 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getDataPortAccess().getInAssignment_2_0_0(), "rule__DataPort__InAssignment_2_0_0");
builder.put(grammarAccess.getDataPortAccess().getOutAssignment_2_0_1(), "rule__DataPort__OutAssignment_2_0_1");
builder.put(grammarAccess.getDataPortAccess().getOutAssignment_2_1(), "rule__DataPort__OutAssignment_2_1");
- builder.put(grammarAccess.getDataPortAccess().getDataFeatureClassifierAssignment_4(), "rule__DataPort__DataFeatureClassifierAssignment_4");
- builder.put(grammarAccess.getDataPortAccess().getArrayDimensionAssignment_5(), "rule__DataPort__ArrayDimensionAssignment_5");
- builder.put(grammarAccess.getDataPortAccess().getOwnedPropertyAssociationAssignment_6_1(), "rule__DataPort__OwnedPropertyAssociationAssignment_6_1");
+ builder.put(grammarAccess.getDataPortAccess().getDataFeatureClassifierAssignment_5(), "rule__DataPort__DataFeatureClassifierAssignment_5");
+ builder.put(grammarAccess.getDataPortAccess().getArrayDimensionAssignment_6(), "rule__DataPort__ArrayDimensionAssignment_6");
+ builder.put(grammarAccess.getDataPortAccess().getOwnedPropertyAssociationAssignment_7_1(), "rule__DataPort__OwnedPropertyAssociationAssignment_7_1");
builder.put(grammarAccess.getEventDataPortAccess().getNameAssignment_1_0_0(), "rule__EventDataPort__NameAssignment_1_0_0");
builder.put(grammarAccess.getEventDataPortAccess().getRefinedAssignment_1_1_0(), "rule__EventDataPort__RefinedAssignment_1_1_0");
builder.put(grammarAccess.getEventDataPortAccess().getInAssignment_2_0_0(), "rule__EventDataPort__InAssignment_2_0_0");
- }
- }
-
- private static final class Init1 {
- private static void doInit(ImmutableMap.Builder builder, Aadl2GrammarAccess grammarAccess) {
builder.put(grammarAccess.getEventDataPortAccess().getOutAssignment_2_0_1(), "rule__EventDataPort__OutAssignment_2_0_1");
builder.put(grammarAccess.getEventDataPortAccess().getOutAssignment_2_1(), "rule__EventDataPort__OutAssignment_2_1");
- builder.put(grammarAccess.getEventDataPortAccess().getDataFeatureClassifierAssignment_4(), "rule__EventDataPort__DataFeatureClassifierAssignment_4");
- builder.put(grammarAccess.getEventDataPortAccess().getArrayDimensionAssignment_5(), "rule__EventDataPort__ArrayDimensionAssignment_5");
- builder.put(grammarAccess.getEventDataPortAccess().getOwnedPropertyAssociationAssignment_6_1(), "rule__EventDataPort__OwnedPropertyAssociationAssignment_6_1");
+ builder.put(grammarAccess.getEventDataPortAccess().getDataFeatureClassifierAssignment_6(), "rule__EventDataPort__DataFeatureClassifierAssignment_6");
+ builder.put(grammarAccess.getEventDataPortAccess().getArrayDimensionAssignment_7(), "rule__EventDataPort__ArrayDimensionAssignment_7");
+ builder.put(grammarAccess.getEventDataPortAccess().getOwnedPropertyAssociationAssignment_8_1(), "rule__EventDataPort__OwnedPropertyAssociationAssignment_8_1");
builder.put(grammarAccess.getEventPortAccess().getNameAssignment_1_0_0(), "rule__EventPort__NameAssignment_1_0_0");
builder.put(grammarAccess.getEventPortAccess().getRefinedAssignment_1_1_0(), "rule__EventPort__RefinedAssignment_1_1_0");
builder.put(grammarAccess.getEventPortAccess().getInAssignment_2_0_0(), "rule__EventPort__InAssignment_2_0_0");
builder.put(grammarAccess.getEventPortAccess().getOutAssignment_2_0_1(), "rule__EventPort__OutAssignment_2_0_1");
builder.put(grammarAccess.getEventPortAccess().getOutAssignment_2_1(), "rule__EventPort__OutAssignment_2_1");
- builder.put(grammarAccess.getEventPortAccess().getArrayDimensionAssignment_4(), "rule__EventPort__ArrayDimensionAssignment_4");
- builder.put(grammarAccess.getEventPortAccess().getOwnedPropertyAssociationAssignment_5_1(), "rule__EventPort__OwnedPropertyAssociationAssignment_5_1");
+ builder.put(grammarAccess.getEventPortAccess().getArrayDimensionAssignment_5(), "rule__EventPort__ArrayDimensionAssignment_5");
+ builder.put(grammarAccess.getEventPortAccess().getOwnedPropertyAssociationAssignment_6_1(), "rule__EventPort__OwnedPropertyAssociationAssignment_6_1");
builder.put(grammarAccess.getFeatureGroupAccess().getNameAssignment_0_0_0(), "rule__FeatureGroup__NameAssignment_0_0_0");
builder.put(grammarAccess.getFeatureGroupAccess().getRefinedAssignment_0_1_0(), "rule__FeatureGroup__RefinedAssignment_0_1_0");
builder.put(grammarAccess.getFeatureGroupAccess().getInAssignment_1_0(), "rule__FeatureGroup__InAssignment_1_0");
builder.put(grammarAccess.getFeatureGroupAccess().getOutAssignment_1_1(), "rule__FeatureGroup__OutAssignment_1_1");
- builder.put(grammarAccess.getFeatureGroupAccess().getInverseAssignment_3_0(), "rule__FeatureGroup__InverseAssignment_3_0");
- builder.put(grammarAccess.getFeatureGroupAccess().getFeatureTypeAssignment_3_1(), "rule__FeatureGroup__FeatureTypeAssignment_3_1");
- builder.put(grammarAccess.getFeatureGroupAccess().getArrayDimensionAssignment_4(), "rule__FeatureGroup__ArrayDimensionAssignment_4");
- builder.put(grammarAccess.getFeatureGroupAccess().getOwnedPropertyAssociationAssignment_5_1(), "rule__FeatureGroup__OwnedPropertyAssociationAssignment_5_1");
+ builder.put(grammarAccess.getFeatureGroupAccess().getInverseAssignment_4_0_0(), "rule__FeatureGroup__InverseAssignment_4_0_0");
+ builder.put(grammarAccess.getFeatureGroupAccess().getFeatureTypeAssignment_4_1(), "rule__FeatureGroup__FeatureTypeAssignment_4_1");
+ builder.put(grammarAccess.getFeatureGroupAccess().getArrayDimensionAssignment_5(), "rule__FeatureGroup__ArrayDimensionAssignment_5");
+ builder.put(grammarAccess.getFeatureGroupAccess().getOwnedPropertyAssociationAssignment_6_1(), "rule__FeatureGroup__OwnedPropertyAssociationAssignment_6_1");
builder.put(grammarAccess.getParameterAccess().getNameAssignment_0_0_0(), "rule__Parameter__NameAssignment_0_0_0");
builder.put(grammarAccess.getParameterAccess().getRefinedAssignment_0_1_0(), "rule__Parameter__RefinedAssignment_0_1_0");
builder.put(grammarAccess.getParameterAccess().getInAssignment_1_0_0(), "rule__Parameter__InAssignment_1_0_0");
@@ -2575,28 +2533,33 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getSubprogramAccessAccess().getNameAssignment_0_0_0(), "rule__SubprogramAccess__NameAssignment_0_0_0");
builder.put(grammarAccess.getSubprogramAccessAccess().getRefinedAssignment_0_1_0(), "rule__SubprogramAccess__RefinedAssignment_0_1_0");
builder.put(grammarAccess.getSubprogramAccessAccess().getKindAssignment_1(), "rule__SubprogramAccess__KindAssignment_1");
- builder.put(grammarAccess.getSubprogramAccessAccess().getSubprogramFeatureClassifierAssignment_3(), "rule__SubprogramAccess__SubprogramFeatureClassifierAssignment_3");
- builder.put(grammarAccess.getSubprogramAccessAccess().getArrayDimensionAssignment_4(), "rule__SubprogramAccess__ArrayDimensionAssignment_4");
- builder.put(grammarAccess.getSubprogramAccessAccess().getOwnedPropertyAssociationAssignment_5_1(), "rule__SubprogramAccess__OwnedPropertyAssociationAssignment_5_1");
+ builder.put(grammarAccess.getSubprogramAccessAccess().getSubprogramFeatureClassifierAssignment_4(), "rule__SubprogramAccess__SubprogramFeatureClassifierAssignment_4");
+ builder.put(grammarAccess.getSubprogramAccessAccess().getArrayDimensionAssignment_5(), "rule__SubprogramAccess__ArrayDimensionAssignment_5");
+ builder.put(grammarAccess.getSubprogramAccessAccess().getOwnedPropertyAssociationAssignment_6_1(), "rule__SubprogramAccess__OwnedPropertyAssociationAssignment_6_1");
builder.put(grammarAccess.getSubprogramGroupAccessAccess().getNameAssignment_0_0_0(), "rule__SubprogramGroupAccess__NameAssignment_0_0_0");
builder.put(grammarAccess.getSubprogramGroupAccessAccess().getRefinedAssignment_0_1_0(), "rule__SubprogramGroupAccess__RefinedAssignment_0_1_0");
builder.put(grammarAccess.getSubprogramGroupAccessAccess().getKindAssignment_1(), "rule__SubprogramGroupAccess__KindAssignment_1");
- builder.put(grammarAccess.getSubprogramGroupAccessAccess().getSubprogramGroupFeatureClassifierAssignment_3(), "rule__SubprogramGroupAccess__SubprogramGroupFeatureClassifierAssignment_3");
- builder.put(grammarAccess.getSubprogramGroupAccessAccess().getArrayDimensionAssignment_4(), "rule__SubprogramGroupAccess__ArrayDimensionAssignment_4");
- builder.put(grammarAccess.getSubprogramGroupAccessAccess().getOwnedPropertyAssociationAssignment_5_1(), "rule__SubprogramGroupAccess__OwnedPropertyAssociationAssignment_5_1");
+ }
+ }
+
+ private static final class Init1 {
+ private static void doInit(ImmutableMap.Builder builder, Aadl2GrammarAccess grammarAccess) {
+ builder.put(grammarAccess.getSubprogramGroupAccessAccess().getSubprogramGroupFeatureClassifierAssignment_5(), "rule__SubprogramGroupAccess__SubprogramGroupFeatureClassifierAssignment_5");
+ builder.put(grammarAccess.getSubprogramGroupAccessAccess().getArrayDimensionAssignment_6(), "rule__SubprogramGroupAccess__ArrayDimensionAssignment_6");
+ builder.put(grammarAccess.getSubprogramGroupAccessAccess().getOwnedPropertyAssociationAssignment_7_1(), "rule__SubprogramGroupAccess__OwnedPropertyAssociationAssignment_7_1");
builder.put(grammarAccess.getBusAccessAccess().getNameAssignment_0_0_0(), "rule__BusAccess__NameAssignment_0_0_0");
builder.put(grammarAccess.getBusAccessAccess().getRefinedAssignment_0_1_0(), "rule__BusAccess__RefinedAssignment_0_1_0");
builder.put(grammarAccess.getBusAccessAccess().getKindAssignment_1(), "rule__BusAccess__KindAssignment_1");
builder.put(grammarAccess.getBusAccessAccess().getVirtualAssignment_2(), "rule__BusAccess__VirtualAssignment_2");
- builder.put(grammarAccess.getBusAccessAccess().getBusFeatureClassifierAssignment_4(), "rule__BusAccess__BusFeatureClassifierAssignment_4");
- builder.put(grammarAccess.getBusAccessAccess().getArrayDimensionAssignment_5(), "rule__BusAccess__ArrayDimensionAssignment_5");
- builder.put(grammarAccess.getBusAccessAccess().getOwnedPropertyAssociationAssignment_6_1(), "rule__BusAccess__OwnedPropertyAssociationAssignment_6_1");
+ builder.put(grammarAccess.getBusAccessAccess().getBusFeatureClassifierAssignment_5(), "rule__BusAccess__BusFeatureClassifierAssignment_5");
+ builder.put(grammarAccess.getBusAccessAccess().getArrayDimensionAssignment_6(), "rule__BusAccess__ArrayDimensionAssignment_6");
+ builder.put(grammarAccess.getBusAccessAccess().getOwnedPropertyAssociationAssignment_7_1(), "rule__BusAccess__OwnedPropertyAssociationAssignment_7_1");
builder.put(grammarAccess.getDataAccessAccess().getNameAssignment_0_0_0(), "rule__DataAccess__NameAssignment_0_0_0");
builder.put(grammarAccess.getDataAccessAccess().getRefinedAssignment_0_1_0(), "rule__DataAccess__RefinedAssignment_0_1_0");
builder.put(grammarAccess.getDataAccessAccess().getKindAssignment_1(), "rule__DataAccess__KindAssignment_1");
- builder.put(grammarAccess.getDataAccessAccess().getDataFeatureClassifierAssignment_3(), "rule__DataAccess__DataFeatureClassifierAssignment_3");
- builder.put(grammarAccess.getDataAccessAccess().getArrayDimensionAssignment_4(), "rule__DataAccess__ArrayDimensionAssignment_4");
- builder.put(grammarAccess.getDataAccessAccess().getOwnedPropertyAssociationAssignment_5_1(), "rule__DataAccess__OwnedPropertyAssociationAssignment_5_1");
+ builder.put(grammarAccess.getDataAccessAccess().getDataFeatureClassifierAssignment_4(), "rule__DataAccess__DataFeatureClassifierAssignment_4");
+ builder.put(grammarAccess.getDataAccessAccess().getArrayDimensionAssignment_5(), "rule__DataAccess__ArrayDimensionAssignment_5");
+ builder.put(grammarAccess.getDataAccessAccess().getOwnedPropertyAssociationAssignment_6_1(), "rule__DataAccess__OwnedPropertyAssociationAssignment_6_1");
builder.put(grammarAccess.getAbstractFeatureAccess().getNameAssignment_0_0_0(), "rule__AbstractFeature__NameAssignment_0_0_0");
builder.put(grammarAccess.getAbstractFeatureAccess().getRefinedAssignment_0_1_0(), "rule__AbstractFeature__RefinedAssignment_0_1_0");
builder.put(grammarAccess.getAbstractFeatureAccess().getInAssignment_1_0(), "rule__AbstractFeature__InAssignment_1_0");
@@ -2605,31 +2568,31 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getAbstractFeatureAccess().getAbstractFeatureClassifierAssignment_2_1_1(), "rule__AbstractFeature__AbstractFeatureClassifierAssignment_2_1_1");
builder.put(grammarAccess.getAbstractFeatureAccess().getArrayDimensionAssignment_3(), "rule__AbstractFeature__ArrayDimensionAssignment_3");
builder.put(grammarAccess.getAbstractFeatureAccess().getOwnedPropertyAssociationAssignment_4_1(), "rule__AbstractFeature__OwnedPropertyAssociationAssignment_4_1");
- builder.put(grammarAccess.getFeatureGroupTypeAccess().getNameAssignment_1(), "rule__FeatureGroupType__NameAssignment_1");
- builder.put(grammarAccess.getFeatureGroupTypeAccess().getOwnedExtensionAssignment_2_0(), "rule__FeatureGroupType__OwnedExtensionAssignment_2_0");
- builder.put(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1(), "rule__FeatureGroupType__OwnedPrototypeBindingAssignment_2_1_1");
- builder.put(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeBindingAssignment_2_1_2_1(), "rule__FeatureGroupType__OwnedPrototypeBindingAssignment_2_1_2_1");
- builder.put(grammarAccess.getFeatureGroupTypeAccess().getNoPrototypesAssignment_3_1_0_0(), "rule__FeatureGroupType__NoPrototypesAssignment_3_1_0_0");
- builder.put(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeAssignment_3_1_1(), "rule__FeatureGroupType__OwnedPrototypeAssignment_3_1_1");
- builder.put(grammarAccess.getFeatureGroupTypeAccess().getOwnedDataPortAssignment_4_1_0(), "rule__FeatureGroupType__OwnedDataPortAssignment_4_1_0");
- builder.put(grammarAccess.getFeatureGroupTypeAccess().getOwnedEventPortAssignment_4_1_1(), "rule__FeatureGroupType__OwnedEventPortAssignment_4_1_1");
- builder.put(grammarAccess.getFeatureGroupTypeAccess().getOwnedEventDataPortAssignment_4_1_2(), "rule__FeatureGroupType__OwnedEventDataPortAssignment_4_1_2");
- builder.put(grammarAccess.getFeatureGroupTypeAccess().getOwnedFeatureGroupAssignment_4_1_3(), "rule__FeatureGroupType__OwnedFeatureGroupAssignment_4_1_3");
- builder.put(grammarAccess.getFeatureGroupTypeAccess().getOwnedDataAccessAssignment_4_1_4(), "rule__FeatureGroupType__OwnedDataAccessAssignment_4_1_4");
- builder.put(grammarAccess.getFeatureGroupTypeAccess().getOwnedBusAccessAssignment_4_1_5(), "rule__FeatureGroupType__OwnedBusAccessAssignment_4_1_5");
- builder.put(grammarAccess.getFeatureGroupTypeAccess().getOwnedSubprogramAccessAssignment_4_1_6(), "rule__FeatureGroupType__OwnedSubprogramAccessAssignment_4_1_6");
- builder.put(grammarAccess.getFeatureGroupTypeAccess().getOwnedSubprogramGroupAccessAssignment_4_1_7(), "rule__FeatureGroupType__OwnedSubprogramGroupAccessAssignment_4_1_7");
- builder.put(grammarAccess.getFeatureGroupTypeAccess().getOwnedAbstractFeatureAssignment_4_1_8(), "rule__FeatureGroupType__OwnedAbstractFeatureAssignment_4_1_8");
- builder.put(grammarAccess.getFeatureGroupTypeAccess().getOwnedParameterAssignment_4_1_9(), "rule__FeatureGroupType__OwnedParameterAssignment_4_1_9");
- builder.put(grammarAccess.getFeatureGroupTypeAccess().getInverseAssignment_5_1(), "rule__FeatureGroupType__InverseAssignment_5_1");
- builder.put(grammarAccess.getFeatureGroupTypeAccess().getOwnedPropertyAssociationAssignment_6_1_0(), "rule__FeatureGroupType__OwnedPropertyAssociationAssignment_6_1_0");
- builder.put(grammarAccess.getFeatureGroupTypeAccess().getNoPropertiesAssignment_6_1_1_0(), "rule__FeatureGroupType__NoPropertiesAssignment_6_1_1_0");
- builder.put(grammarAccess.getFeatureGroupTypeAccess().getOwnedAnnexSubclauseAssignment_7(), "rule__FeatureGroupType__OwnedAnnexSubclauseAssignment_7");
+ builder.put(grammarAccess.getFeatureGroupTypeAccess().getNameAssignment_2(), "rule__FeatureGroupType__NameAssignment_2");
+ builder.put(grammarAccess.getFeatureGroupTypeAccess().getOwnedExtensionAssignment_3_0(), "rule__FeatureGroupType__OwnedExtensionAssignment_3_0");
+ builder.put(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeBindingAssignment_3_1_1(), "rule__FeatureGroupType__OwnedPrototypeBindingAssignment_3_1_1");
+ builder.put(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeBindingAssignment_3_1_2_1(), "rule__FeatureGroupType__OwnedPrototypeBindingAssignment_3_1_2_1");
+ builder.put(grammarAccess.getFeatureGroupTypeAccess().getNoPrototypesAssignment_4_1_0_0(), "rule__FeatureGroupType__NoPrototypesAssignment_4_1_0_0");
+ builder.put(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeAssignment_4_1_1(), "rule__FeatureGroupType__OwnedPrototypeAssignment_4_1_1");
+ builder.put(grammarAccess.getFeatureGroupTypeAccess().getOwnedDataPortAssignment_5_1_0(), "rule__FeatureGroupType__OwnedDataPortAssignment_5_1_0");
+ builder.put(grammarAccess.getFeatureGroupTypeAccess().getOwnedEventPortAssignment_5_1_1(), "rule__FeatureGroupType__OwnedEventPortAssignment_5_1_1");
+ builder.put(grammarAccess.getFeatureGroupTypeAccess().getOwnedEventDataPortAssignment_5_1_2(), "rule__FeatureGroupType__OwnedEventDataPortAssignment_5_1_2");
+ builder.put(grammarAccess.getFeatureGroupTypeAccess().getOwnedFeatureGroupAssignment_5_1_3(), "rule__FeatureGroupType__OwnedFeatureGroupAssignment_5_1_3");
+ builder.put(grammarAccess.getFeatureGroupTypeAccess().getOwnedDataAccessAssignment_5_1_4(), "rule__FeatureGroupType__OwnedDataAccessAssignment_5_1_4");
+ builder.put(grammarAccess.getFeatureGroupTypeAccess().getOwnedBusAccessAssignment_5_1_5(), "rule__FeatureGroupType__OwnedBusAccessAssignment_5_1_5");
+ builder.put(grammarAccess.getFeatureGroupTypeAccess().getOwnedSubprogramAccessAssignment_5_1_6(), "rule__FeatureGroupType__OwnedSubprogramAccessAssignment_5_1_6");
+ builder.put(grammarAccess.getFeatureGroupTypeAccess().getOwnedSubprogramGroupAccessAssignment_5_1_7(), "rule__FeatureGroupType__OwnedSubprogramGroupAccessAssignment_5_1_7");
+ builder.put(grammarAccess.getFeatureGroupTypeAccess().getOwnedAbstractFeatureAssignment_5_1_8(), "rule__FeatureGroupType__OwnedAbstractFeatureAssignment_5_1_8");
+ builder.put(grammarAccess.getFeatureGroupTypeAccess().getOwnedParameterAssignment_5_1_9(), "rule__FeatureGroupType__OwnedParameterAssignment_5_1_9");
+ builder.put(grammarAccess.getFeatureGroupTypeAccess().getInverseAssignment_6_2(), "rule__FeatureGroupType__InverseAssignment_6_2");
+ builder.put(grammarAccess.getFeatureGroupTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0(), "rule__FeatureGroupType__OwnedPropertyAssociationAssignment_7_1_0");
+ builder.put(grammarAccess.getFeatureGroupTypeAccess().getNoPropertiesAssignment_7_1_1_0(), "rule__FeatureGroupType__NoPropertiesAssignment_7_1_1_0");
+ builder.put(grammarAccess.getFeatureGroupTypeAccess().getOwnedAnnexSubclauseAssignment_8(), "rule__FeatureGroupType__OwnedAnnexSubclauseAssignment_8");
builder.put(grammarAccess.getEventSourceAccess().getNameAssignment_0(), "rule__EventSource__NameAssignment_0");
builder.put(grammarAccess.getEventSourceAccess().getOwnedPropertyAssociationAssignment_3_1(), "rule__EventSource__OwnedPropertyAssociationAssignment_3_1");
builder.put(grammarAccess.getEventDataSourceAccess().getNameAssignment_0(), "rule__EventDataSource__NameAssignment_0");
- builder.put(grammarAccess.getEventDataSourceAccess().getDataClassifierAssignment_3(), "rule__EventDataSource__DataClassifierAssignment_3");
- builder.put(grammarAccess.getEventDataSourceAccess().getOwnedPropertyAssociationAssignment_4_1(), "rule__EventDataSource__OwnedPropertyAssociationAssignment_4_1");
+ builder.put(grammarAccess.getEventDataSourceAccess().getDataClassifierAssignment_4(), "rule__EventDataSource__DataClassifierAssignment_4");
+ builder.put(grammarAccess.getEventDataSourceAccess().getOwnedPropertyAssociationAssignment_5_1(), "rule__EventDataSource__OwnedPropertyAssociationAssignment_5_1");
builder.put(grammarAccess.getPortProxyAccess().getNameAssignment_0(), "rule__PortProxy__NameAssignment_0");
builder.put(grammarAccess.getPortProxyAccess().getDataClassifierAssignment_3(), "rule__PortProxy__DataClassifierAssignment_3");
builder.put(grammarAccess.getPortProxyAccess().getOwnedPropertyAssociationAssignment_4_1(), "rule__PortProxy__OwnedPropertyAssociationAssignment_4_1");
@@ -2652,83 +2615,83 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getPortConnectionAccess().getDestinationAssignment_0_0_5(), "rule__PortConnection__DestinationAssignment_0_0_5");
builder.put(grammarAccess.getPortConnectionAccess().getRefinedAssignment_0_1_0(), "rule__PortConnection__RefinedAssignment_0_1_0");
builder.put(grammarAccess.getPortConnectionAccess().getOwnedPropertyAssociationAssignment_1_1(), "rule__PortConnection__OwnedPropertyAssociationAssignment_1_1");
- builder.put(grammarAccess.getPortConnectionAccess().getInModeOrTransitionAssignment_2_2_0(), "rule__PortConnection__InModeOrTransitionAssignment_2_2_0");
- builder.put(grammarAccess.getPortConnectionAccess().getInModeOrTransitionAssignment_2_2_1_1(), "rule__PortConnection__InModeOrTransitionAssignment_2_2_1_1");
+ builder.put(grammarAccess.getPortConnectionAccess().getInModeOrTransitionAssignment_2_3_0(), "rule__PortConnection__InModeOrTransitionAssignment_2_3_0");
+ builder.put(grammarAccess.getPortConnectionAccess().getInModeOrTransitionAssignment_2_3_1_1(), "rule__PortConnection__InModeOrTransitionAssignment_2_3_1_1");
builder.put(grammarAccess.getAccessConnectionAccess().getNameAssignment_0_0_0(), "rule__AccessConnection__NameAssignment_0_0_0");
builder.put(grammarAccess.getAccessConnectionAccess().getAccessCategoryAssignment_0_0_2(), "rule__AccessConnection__AccessCategoryAssignment_0_0_2");
builder.put(grammarAccess.getAccessConnectionAccess().getSourceAssignment_0_0_4(), "rule__AccessConnection__SourceAssignment_0_0_4");
builder.put(grammarAccess.getAccessConnectionAccess().getBidirectionalAssignment_0_0_5_1(), "rule__AccessConnection__BidirectionalAssignment_0_0_5_1");
builder.put(grammarAccess.getAccessConnectionAccess().getDestinationAssignment_0_0_6(), "rule__AccessConnection__DestinationAssignment_0_0_6");
builder.put(grammarAccess.getAccessConnectionAccess().getRefinedAssignment_0_1_0(), "rule__AccessConnection__RefinedAssignment_0_1_0");
- builder.put(grammarAccess.getAccessConnectionAccess().getAccessCategoryAssignment_0_1_3(), "rule__AccessConnection__AccessCategoryAssignment_0_1_3");
+ builder.put(grammarAccess.getAccessConnectionAccess().getAccessCategoryAssignment_0_1_4(), "rule__AccessConnection__AccessCategoryAssignment_0_1_4");
builder.put(grammarAccess.getAccessConnectionAccess().getOwnedPropertyAssociationAssignment_1_1(), "rule__AccessConnection__OwnedPropertyAssociationAssignment_1_1");
- builder.put(grammarAccess.getAccessConnectionAccess().getInModeOrTransitionAssignment_2_2_0(), "rule__AccessConnection__InModeOrTransitionAssignment_2_2_0");
- builder.put(grammarAccess.getAccessConnectionAccess().getInModeOrTransitionAssignment_2_2_1_1(), "rule__AccessConnection__InModeOrTransitionAssignment_2_2_1_1");
+ builder.put(grammarAccess.getAccessConnectionAccess().getInModeOrTransitionAssignment_2_3_0(), "rule__AccessConnection__InModeOrTransitionAssignment_2_3_0");
+ builder.put(grammarAccess.getAccessConnectionAccess().getInModeOrTransitionAssignment_2_3_1_1(), "rule__AccessConnection__InModeOrTransitionAssignment_2_3_1_1");
builder.put(grammarAccess.getFeatureGroupConnectionAccess().getNameAssignment_0_0_0(), "rule__FeatureGroupConnection__NameAssignment_0_0_0");
- builder.put(grammarAccess.getFeatureGroupConnectionAccess().getSourceAssignment_0_0_3(), "rule__FeatureGroupConnection__SourceAssignment_0_0_3");
- builder.put(grammarAccess.getFeatureGroupConnectionAccess().getBidirectionalAssignment_0_0_4_1(), "rule__FeatureGroupConnection__BidirectionalAssignment_0_0_4_1");
- builder.put(grammarAccess.getFeatureGroupConnectionAccess().getDestinationAssignment_0_0_5(), "rule__FeatureGroupConnection__DestinationAssignment_0_0_5");
+ builder.put(grammarAccess.getFeatureGroupConnectionAccess().getSourceAssignment_0_0_4(), "rule__FeatureGroupConnection__SourceAssignment_0_0_4");
+ builder.put(grammarAccess.getFeatureGroupConnectionAccess().getBidirectionalAssignment_0_0_5_1(), "rule__FeatureGroupConnection__BidirectionalAssignment_0_0_5_1");
+ builder.put(grammarAccess.getFeatureGroupConnectionAccess().getDestinationAssignment_0_0_6(), "rule__FeatureGroupConnection__DestinationAssignment_0_0_6");
builder.put(grammarAccess.getFeatureGroupConnectionAccess().getRefinedAssignment_0_1_0(), "rule__FeatureGroupConnection__RefinedAssignment_0_1_0");
builder.put(grammarAccess.getFeatureGroupConnectionAccess().getOwnedPropertyAssociationAssignment_1_1(), "rule__FeatureGroupConnection__OwnedPropertyAssociationAssignment_1_1");
- builder.put(grammarAccess.getFeatureGroupConnectionAccess().getInModeOrTransitionAssignment_2_2_0(), "rule__FeatureGroupConnection__InModeOrTransitionAssignment_2_2_0");
- builder.put(grammarAccess.getFeatureGroupConnectionAccess().getInModeOrTransitionAssignment_2_2_1_1(), "rule__FeatureGroupConnection__InModeOrTransitionAssignment_2_2_1_1");
+ builder.put(grammarAccess.getFeatureGroupConnectionAccess().getInModeOrTransitionAssignment_2_3_0(), "rule__FeatureGroupConnection__InModeOrTransitionAssignment_2_3_0");
+ builder.put(grammarAccess.getFeatureGroupConnectionAccess().getInModeOrTransitionAssignment_2_3_1_1(), "rule__FeatureGroupConnection__InModeOrTransitionAssignment_2_3_1_1");
builder.put(grammarAccess.getFeatureConnectionAccess().getNameAssignment_0_0_0(), "rule__FeatureConnection__NameAssignment_0_0_0");
builder.put(grammarAccess.getFeatureConnectionAccess().getSourceAssignment_0_0_3(), "rule__FeatureConnection__SourceAssignment_0_0_3");
builder.put(grammarAccess.getFeatureConnectionAccess().getBidirectionalAssignment_0_0_4_1(), "rule__FeatureConnection__BidirectionalAssignment_0_0_4_1");
builder.put(grammarAccess.getFeatureConnectionAccess().getDestinationAssignment_0_0_5(), "rule__FeatureConnection__DestinationAssignment_0_0_5");
builder.put(grammarAccess.getFeatureConnectionAccess().getRefinedAssignment_0_1_0(), "rule__FeatureConnection__RefinedAssignment_0_1_0");
builder.put(grammarAccess.getFeatureConnectionAccess().getOwnedPropertyAssociationAssignment_1_1(), "rule__FeatureConnection__OwnedPropertyAssociationAssignment_1_1");
- builder.put(grammarAccess.getFeatureConnectionAccess().getInModeOrTransitionAssignment_2_2_0(), "rule__FeatureConnection__InModeOrTransitionAssignment_2_2_0");
- builder.put(grammarAccess.getFeatureConnectionAccess().getInModeOrTransitionAssignment_2_2_1_1(), "rule__FeatureConnection__InModeOrTransitionAssignment_2_2_1_1");
+ builder.put(grammarAccess.getFeatureConnectionAccess().getInModeOrTransitionAssignment_2_3_0(), "rule__FeatureConnection__InModeOrTransitionAssignment_2_3_0");
+ builder.put(grammarAccess.getFeatureConnectionAccess().getInModeOrTransitionAssignment_2_3_1_1(), "rule__FeatureConnection__InModeOrTransitionAssignment_2_3_1_1");
builder.put(grammarAccess.getParameterConnectionAccess().getNameAssignment_0_0_0(), "rule__ParameterConnection__NameAssignment_0_0_0");
builder.put(grammarAccess.getParameterConnectionAccess().getSourceAssignment_0_0_3(), "rule__ParameterConnection__SourceAssignment_0_0_3");
builder.put(grammarAccess.getParameterConnectionAccess().getDestinationAssignment_0_0_5(), "rule__ParameterConnection__DestinationAssignment_0_0_5");
builder.put(grammarAccess.getParameterConnectionAccess().getRefinedAssignment_0_1_0(), "rule__ParameterConnection__RefinedAssignment_0_1_0");
builder.put(grammarAccess.getParameterConnectionAccess().getOwnedPropertyAssociationAssignment_1_1(), "rule__ParameterConnection__OwnedPropertyAssociationAssignment_1_1");
- builder.put(grammarAccess.getParameterConnectionAccess().getInModeOrTransitionAssignment_2_2_0(), "rule__ParameterConnection__InModeOrTransitionAssignment_2_2_0");
- builder.put(grammarAccess.getParameterConnectionAccess().getInModeOrTransitionAssignment_2_2_1_1(), "rule__ParameterConnection__InModeOrTransitionAssignment_2_2_1_1");
+ builder.put(grammarAccess.getParameterConnectionAccess().getInModeOrTransitionAssignment_2_3_0(), "rule__ParameterConnection__InModeOrTransitionAssignment_2_3_0");
+ builder.put(grammarAccess.getParameterConnectionAccess().getInModeOrTransitionAssignment_2_3_1_1(), "rule__ParameterConnection__InModeOrTransitionAssignment_2_3_1_1");
builder.put(grammarAccess.getFlowSourceSpecAccess().getNameAssignment_0(), "rule__FlowSourceSpec__NameAssignment_0");
builder.put(grammarAccess.getFlowSourceSpecAccess().getKindAssignment_3(), "rule__FlowSourceSpec__KindAssignment_3");
builder.put(grammarAccess.getFlowSourceSpecAccess().getOutEndAssignment_4(), "rule__FlowSourceSpec__OutEndAssignment_4");
builder.put(grammarAccess.getFlowSourceSpecAccess().getOwnedPropertyAssociationAssignment_5_1(), "rule__FlowSourceSpec__OwnedPropertyAssociationAssignment_5_1");
- builder.put(grammarAccess.getFlowSourceSpecAccess().getInModeOrTransitionAssignment_6_2(), "rule__FlowSourceSpec__InModeOrTransitionAssignment_6_2");
- builder.put(grammarAccess.getFlowSourceSpecAccess().getInModeOrTransitionAssignment_6_3_1(), "rule__FlowSourceSpec__InModeOrTransitionAssignment_6_3_1");
+ builder.put(grammarAccess.getFlowSourceSpecAccess().getInModeOrTransitionAssignment_6_3(), "rule__FlowSourceSpec__InModeOrTransitionAssignment_6_3");
+ builder.put(grammarAccess.getFlowSourceSpecAccess().getInModeOrTransitionAssignment_6_4_1(), "rule__FlowSourceSpec__InModeOrTransitionAssignment_6_4_1");
builder.put(grammarAccess.getFlowSinkSpecAccess().getNameAssignment_0(), "rule__FlowSinkSpec__NameAssignment_0");
builder.put(grammarAccess.getFlowSinkSpecAccess().getKindAssignment_3(), "rule__FlowSinkSpec__KindAssignment_3");
builder.put(grammarAccess.getFlowSinkSpecAccess().getInEndAssignment_4(), "rule__FlowSinkSpec__InEndAssignment_4");
builder.put(grammarAccess.getFlowSinkSpecAccess().getOwnedPropertyAssociationAssignment_5_1(), "rule__FlowSinkSpec__OwnedPropertyAssociationAssignment_5_1");
- builder.put(grammarAccess.getFlowSinkSpecAccess().getInModeOrTransitionAssignment_6_2(), "rule__FlowSinkSpec__InModeOrTransitionAssignment_6_2");
- builder.put(grammarAccess.getFlowSinkSpecAccess().getInModeOrTransitionAssignment_6_3_1(), "rule__FlowSinkSpec__InModeOrTransitionAssignment_6_3_1");
+ builder.put(grammarAccess.getFlowSinkSpecAccess().getInModeOrTransitionAssignment_6_3(), "rule__FlowSinkSpec__InModeOrTransitionAssignment_6_3");
+ builder.put(grammarAccess.getFlowSinkSpecAccess().getInModeOrTransitionAssignment_6_4_1(), "rule__FlowSinkSpec__InModeOrTransitionAssignment_6_4_1");
builder.put(grammarAccess.getFlowPathSpecAccess().getNameAssignment_0(), "rule__FlowPathSpec__NameAssignment_0");
builder.put(grammarAccess.getFlowPathSpecAccess().getKindAssignment_3(), "rule__FlowPathSpec__KindAssignment_3");
builder.put(grammarAccess.getFlowPathSpecAccess().getInEndAssignment_4(), "rule__FlowPathSpec__InEndAssignment_4");
builder.put(grammarAccess.getFlowPathSpecAccess().getOutEndAssignment_6(), "rule__FlowPathSpec__OutEndAssignment_6");
builder.put(grammarAccess.getFlowPathSpecAccess().getOwnedPropertyAssociationAssignment_7_1(), "rule__FlowPathSpec__OwnedPropertyAssociationAssignment_7_1");
- builder.put(grammarAccess.getFlowPathSpecAccess().getInModeOrTransitionAssignment_8_2(), "rule__FlowPathSpec__InModeOrTransitionAssignment_8_2");
- builder.put(grammarAccess.getFlowPathSpecAccess().getInModeOrTransitionAssignment_8_3_1(), "rule__FlowPathSpec__InModeOrTransitionAssignment_8_3_1");
+ builder.put(grammarAccess.getFlowPathSpecAccess().getInModeOrTransitionAssignment_8_3(), "rule__FlowPathSpec__InModeOrTransitionAssignment_8_3");
+ builder.put(grammarAccess.getFlowPathSpecAccess().getInModeOrTransitionAssignment_8_4_1(), "rule__FlowPathSpec__InModeOrTransitionAssignment_8_4_1");
builder.put(grammarAccess.getFlowEndAccess().getContextAssignment_0_0(), "rule__FlowEnd__ContextAssignment_0_0");
builder.put(grammarAccess.getFlowEndAccess().getFeatureAssignment_1(), "rule__FlowEnd__FeatureAssignment_1");
builder.put(grammarAccess.getFlowSpecRefinementAccess().getRefinedAssignment_0(), "rule__FlowSpecRefinement__RefinedAssignment_0");
- builder.put(grammarAccess.getFlowSpecRefinementAccess().getKindAssignment_4(), "rule__FlowSpecRefinement__KindAssignment_4");
- builder.put(grammarAccess.getFlowSpecRefinementAccess().getOwnedPropertyAssociationAssignment_5_1(), "rule__FlowSpecRefinement__OwnedPropertyAssociationAssignment_5_1");
- builder.put(grammarAccess.getFlowSpecRefinementAccess().getInModeOrTransitionAssignment_6_2(), "rule__FlowSpecRefinement__InModeOrTransitionAssignment_6_2");
- builder.put(grammarAccess.getFlowSpecRefinementAccess().getInModeOrTransitionAssignment_6_3_1(), "rule__FlowSpecRefinement__InModeOrTransitionAssignment_6_3_1");
+ builder.put(grammarAccess.getFlowSpecRefinementAccess().getKindAssignment_5(), "rule__FlowSpecRefinement__KindAssignment_5");
+ builder.put(grammarAccess.getFlowSpecRefinementAccess().getOwnedPropertyAssociationAssignment_6_1(), "rule__FlowSpecRefinement__OwnedPropertyAssociationAssignment_6_1");
+ builder.put(grammarAccess.getFlowSpecRefinementAccess().getInModeOrTransitionAssignment_7_3(), "rule__FlowSpecRefinement__InModeOrTransitionAssignment_7_3");
+ builder.put(grammarAccess.getFlowSpecRefinementAccess().getInModeOrTransitionAssignment_7_4_1(), "rule__FlowSpecRefinement__InModeOrTransitionAssignment_7_4_1");
builder.put(grammarAccess.getFlowSourceImplAccess().getSpecificationAssignment_0(), "rule__FlowSourceImpl__SpecificationAssignment_0");
builder.put(grammarAccess.getFlowSourceImplAccess().getKindAssignment_3(), "rule__FlowSourceImpl__KindAssignment_3");
builder.put(grammarAccess.getFlowSourceImplAccess().getOwnedFlowSegmentAssignment_4_0(), "rule__FlowSourceImpl__OwnedFlowSegmentAssignment_4_0");
builder.put(grammarAccess.getFlowSourceImplAccess().getOwnedFlowSegmentAssignment_4_2(), "rule__FlowSourceImpl__OwnedFlowSegmentAssignment_4_2");
builder.put(grammarAccess.getFlowSourceImplAccess().getOutEndAssignment_5(), "rule__FlowSourceImpl__OutEndAssignment_5");
builder.put(grammarAccess.getFlowSourceImplAccess().getOwnedPropertyAssociationAssignment_6_1(), "rule__FlowSourceImpl__OwnedPropertyAssociationAssignment_6_1");
- builder.put(grammarAccess.getFlowSourceImplAccess().getInModeOrTransitionAssignment_7_2(), "rule__FlowSourceImpl__InModeOrTransitionAssignment_7_2");
- builder.put(grammarAccess.getFlowSourceImplAccess().getInModeOrTransitionAssignment_7_3_1(), "rule__FlowSourceImpl__InModeOrTransitionAssignment_7_3_1");
+ builder.put(grammarAccess.getFlowSourceImplAccess().getInModeOrTransitionAssignment_7_3(), "rule__FlowSourceImpl__InModeOrTransitionAssignment_7_3");
+ builder.put(grammarAccess.getFlowSourceImplAccess().getInModeOrTransitionAssignment_7_4_1(), "rule__FlowSourceImpl__InModeOrTransitionAssignment_7_4_1");
builder.put(grammarAccess.getFlowSinkImplAccess().getSpecificationAssignment_0(), "rule__FlowSinkImpl__SpecificationAssignment_0");
builder.put(grammarAccess.getFlowSinkImplAccess().getKindAssignment_3(), "rule__FlowSinkImpl__KindAssignment_3");
builder.put(grammarAccess.getFlowSinkImplAccess().getInEndAssignment_4(), "rule__FlowSinkImpl__InEndAssignment_4");
builder.put(grammarAccess.getFlowSinkImplAccess().getOwnedFlowSegmentAssignment_5_1(), "rule__FlowSinkImpl__OwnedFlowSegmentAssignment_5_1");
builder.put(grammarAccess.getFlowSinkImplAccess().getOwnedFlowSegmentAssignment_5_3(), "rule__FlowSinkImpl__OwnedFlowSegmentAssignment_5_3");
builder.put(grammarAccess.getFlowSinkImplAccess().getOwnedPropertyAssociationAssignment_6_1(), "rule__FlowSinkImpl__OwnedPropertyAssociationAssignment_6_1");
- builder.put(grammarAccess.getFlowSinkImplAccess().getInModeOrTransitionAssignment_7_2(), "rule__FlowSinkImpl__InModeOrTransitionAssignment_7_2");
- builder.put(grammarAccess.getFlowSinkImplAccess().getInModeOrTransitionAssignment_7_3_1(), "rule__FlowSinkImpl__InModeOrTransitionAssignment_7_3_1");
+ builder.put(grammarAccess.getFlowSinkImplAccess().getInModeOrTransitionAssignment_7_3(), "rule__FlowSinkImpl__InModeOrTransitionAssignment_7_3");
+ builder.put(grammarAccess.getFlowSinkImplAccess().getInModeOrTransitionAssignment_7_4_1(), "rule__FlowSinkImpl__InModeOrTransitionAssignment_7_4_1");
builder.put(grammarAccess.getFlowPathImplAccess().getSpecificationAssignment_0(), "rule__FlowPathImpl__SpecificationAssignment_0");
builder.put(grammarAccess.getFlowPathImplAccess().getKindAssignment_3(), "rule__FlowPathImpl__KindAssignment_3");
builder.put(grammarAccess.getFlowPathImplAccess().getInEndAssignment_4(), "rule__FlowPathImpl__InEndAssignment_4");
@@ -2737,16 +2700,16 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getFlowPathImplAccess().getOwnedFlowSegmentAssignment_5_2(), "rule__FlowPathImpl__OwnedFlowSegmentAssignment_5_2");
builder.put(grammarAccess.getFlowPathImplAccess().getOutEndAssignment_7(), "rule__FlowPathImpl__OutEndAssignment_7");
builder.put(grammarAccess.getFlowPathImplAccess().getOwnedPropertyAssociationAssignment_8_1(), "rule__FlowPathImpl__OwnedPropertyAssociationAssignment_8_1");
- builder.put(grammarAccess.getFlowPathImplAccess().getInModeOrTransitionAssignment_9_2(), "rule__FlowPathImpl__InModeOrTransitionAssignment_9_2");
- builder.put(grammarAccess.getFlowPathImplAccess().getInModeOrTransitionAssignment_9_3_1(), "rule__FlowPathImpl__InModeOrTransitionAssignment_9_3_1");
+ builder.put(grammarAccess.getFlowPathImplAccess().getInModeOrTransitionAssignment_9_3(), "rule__FlowPathImpl__InModeOrTransitionAssignment_9_3");
+ builder.put(grammarAccess.getFlowPathImplAccess().getInModeOrTransitionAssignment_9_4_1(), "rule__FlowPathImpl__InModeOrTransitionAssignment_9_4_1");
builder.put(grammarAccess.getEndToEndFlowAccess().getNameAssignment_0_0_0(), "rule__EndToEndFlow__NameAssignment_0_0_0");
- builder.put(grammarAccess.getEndToEndFlowAccess().getOwnedEndToEndFlowSegmentAssignment_0_0_3(), "rule__EndToEndFlow__OwnedEndToEndFlowSegmentAssignment_0_0_3");
- builder.put(grammarAccess.getEndToEndFlowAccess().getOwnedEndToEndFlowSegmentAssignment_0_0_4_1(), "rule__EndToEndFlow__OwnedEndToEndFlowSegmentAssignment_0_0_4_1");
- builder.put(grammarAccess.getEndToEndFlowAccess().getOwnedEndToEndFlowSegmentAssignment_0_0_4_3(), "rule__EndToEndFlow__OwnedEndToEndFlowSegmentAssignment_0_0_4_3");
+ builder.put(grammarAccess.getEndToEndFlowAccess().getOwnedEndToEndFlowSegmentAssignment_0_0_6(), "rule__EndToEndFlow__OwnedEndToEndFlowSegmentAssignment_0_0_6");
+ builder.put(grammarAccess.getEndToEndFlowAccess().getOwnedEndToEndFlowSegmentAssignment_0_0_7_1(), "rule__EndToEndFlow__OwnedEndToEndFlowSegmentAssignment_0_0_7_1");
+ builder.put(grammarAccess.getEndToEndFlowAccess().getOwnedEndToEndFlowSegmentAssignment_0_0_7_3(), "rule__EndToEndFlow__OwnedEndToEndFlowSegmentAssignment_0_0_7_3");
builder.put(grammarAccess.getEndToEndFlowAccess().getRefinedAssignment_0_1_0(), "rule__EndToEndFlow__RefinedAssignment_0_1_0");
builder.put(grammarAccess.getEndToEndFlowAccess().getOwnedPropertyAssociationAssignment_1_1(), "rule__EndToEndFlow__OwnedPropertyAssociationAssignment_1_1");
- builder.put(grammarAccess.getEndToEndFlowAccess().getInModeOrTransitionAssignment_2_2(), "rule__EndToEndFlow__InModeOrTransitionAssignment_2_2");
- builder.put(grammarAccess.getEndToEndFlowAccess().getInModeOrTransitionAssignment_2_3_1(), "rule__EndToEndFlow__InModeOrTransitionAssignment_2_3_1");
+ builder.put(grammarAccess.getEndToEndFlowAccess().getInModeOrTransitionAssignment_2_3(), "rule__EndToEndFlow__InModeOrTransitionAssignment_2_3");
+ builder.put(grammarAccess.getEndToEndFlowAccess().getInModeOrTransitionAssignment_2_4_1(), "rule__EndToEndFlow__InModeOrTransitionAssignment_2_4_1");
builder.put(grammarAccess.getSubcomponentFlowAccess().getContextAssignment_0_0(), "rule__SubcomponentFlow__ContextAssignment_0_0");
builder.put(grammarAccess.getSubcomponentFlowAccess().getFlowElementAssignment_1(), "rule__SubcomponentFlow__FlowElementAssignment_1");
builder.put(grammarAccess.getConnectionFlowAccess().getFlowElementAssignment(), "rule__ConnectionFlow__FlowElementAssignment");
@@ -2772,8 +2735,8 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getDefaultAnnexLibraryAccess().getSourceTextAssignment_2(), "rule__DefaultAnnexLibrary__SourceTextAssignment_2");
builder.put(grammarAccess.getDefaultAnnexSubclauseAccess().getNameAssignment_1(), "rule__DefaultAnnexSubclause__NameAssignment_1");
builder.put(grammarAccess.getDefaultAnnexSubclauseAccess().getSourceTextAssignment_2(), "rule__DefaultAnnexSubclause__SourceTextAssignment_2");
- builder.put(grammarAccess.getDefaultAnnexSubclauseAccess().getInModeAssignment_3_2_0(), "rule__DefaultAnnexSubclause__InModeAssignment_3_2_0");
- builder.put(grammarAccess.getDefaultAnnexSubclauseAccess().getInModeAssignment_3_2_1_1(), "rule__DefaultAnnexSubclause__InModeAssignment_3_2_1_1");
+ builder.put(grammarAccess.getDefaultAnnexSubclauseAccess().getInModeAssignment_3_3_0(), "rule__DefaultAnnexSubclause__InModeAssignment_3_3_0");
+ builder.put(grammarAccess.getDefaultAnnexSubclauseAccess().getInModeAssignment_3_3_1_1(), "rule__DefaultAnnexSubclause__InModeAssignment_3_3_1_1");
builder.put(grammarAccess.getPropertySetAccess().getNameAssignment_2(), "rule__PropertySet__NameAssignment_2");
builder.put(grammarAccess.getPropertySetAccess().getImportedUnitAssignment_4_1(), "rule__PropertySet__ImportedUnitAssignment_4_1");
builder.put(grammarAccess.getPropertySetAccess().getImportedUnitAssignment_4_2_1(), "rule__PropertySet__ImportedUnitAssignment_4_2_1");
@@ -2813,10 +2776,10 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getUnnamedIntegerTypeAccess().getOwnedUnitsTypeAssignment_3_0(), "rule__UnnamedIntegerType__OwnedUnitsTypeAssignment_3_0");
builder.put(grammarAccess.getUnnamedIntegerTypeAccess().getReferencedUnitsTypeAssignment_3_1_1(), "rule__UnnamedIntegerType__ReferencedUnitsTypeAssignment_3_1_1");
builder.put(grammarAccess.getRangeTypeAccess().getNameAssignment_0(), "rule__RangeType__NameAssignment_0");
- builder.put(grammarAccess.getRangeTypeAccess().getOwnedNumberTypeAssignment_4_0(), "rule__RangeType__OwnedNumberTypeAssignment_4_0");
- builder.put(grammarAccess.getRangeTypeAccess().getReferencedNumberTypeAssignment_4_1(), "rule__RangeType__ReferencedNumberTypeAssignment_4_1");
- builder.put(grammarAccess.getUnnamedRangeTypeAccess().getOwnedNumberTypeAssignment_2_0(), "rule__UnnamedRangeType__OwnedNumberTypeAssignment_2_0");
- builder.put(grammarAccess.getUnnamedRangeTypeAccess().getReferencedNumberTypeAssignment_2_1(), "rule__UnnamedRangeType__ReferencedNumberTypeAssignment_2_1");
+ builder.put(grammarAccess.getRangeTypeAccess().getOwnedNumberTypeAssignment_5_0(), "rule__RangeType__OwnedNumberTypeAssignment_5_0");
+ builder.put(grammarAccess.getRangeTypeAccess().getReferencedNumberTypeAssignment_5_1(), "rule__RangeType__ReferencedNumberTypeAssignment_5_1");
+ builder.put(grammarAccess.getUnnamedRangeTypeAccess().getOwnedNumberTypeAssignment_3_0(), "rule__UnnamedRangeType__OwnedNumberTypeAssignment_3_0");
+ builder.put(grammarAccess.getUnnamedRangeTypeAccess().getReferencedNumberTypeAssignment_3_1(), "rule__UnnamedRangeType__ReferencedNumberTypeAssignment_3_1");
builder.put(grammarAccess.getClassifierTypeAccess().getNameAssignment_0(), "rule__ClassifierType__NameAssignment_0");
builder.put(grammarAccess.getClassifierTypeAccess().getClassifierReferenceAssignment_4_1(), "rule__ClassifierType__ClassifierReferenceAssignment_4_1");
builder.put(grammarAccess.getClassifierTypeAccess().getClassifierReferenceAssignment_4_2_1(), "rule__ClassifierType__ClassifierReferenceAssignment_4_2_1");
@@ -2841,12 +2804,12 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getPropertyDefinitionAccess().getReferencedPropertyTypeAssignment_3_0(), "rule__PropertyDefinition__ReferencedPropertyTypeAssignment_3_0");
builder.put(grammarAccess.getPropertyDefinitionAccess().getOwnedPropertyTypeAssignment_3_1(), "rule__PropertyDefinition__OwnedPropertyTypeAssignment_3_1");
builder.put(grammarAccess.getPropertyDefinitionAccess().getDefaultValueAssignment_4_1(), "rule__PropertyDefinition__DefaultValueAssignment_4_1");
- builder.put(grammarAccess.getPropertyDefinitionAccess().getAppliesToAssignment_7_0_0(), "rule__PropertyDefinition__AppliesToAssignment_7_0_0");
- builder.put(grammarAccess.getPropertyDefinitionAccess().getAppliesToAssignment_7_0_1_1(), "rule__PropertyDefinition__AppliesToAssignment_7_0_1_1");
- builder.put(grammarAccess.getPropertyDefinitionAccess().getAppliesToAssignment_7_1(), "rule__PropertyDefinition__AppliesToAssignment_7_1");
+ builder.put(grammarAccess.getPropertyDefinitionAccess().getAppliesToAssignment_8_0_0(), "rule__PropertyDefinition__AppliesToAssignment_8_0_0");
+ builder.put(grammarAccess.getPropertyDefinitionAccess().getAppliesToAssignment_8_0_1_1(), "rule__PropertyDefinition__AppliesToAssignment_8_0_1_1");
+ builder.put(grammarAccess.getPropertyDefinitionAccess().getAppliesToAssignment_8_1(), "rule__PropertyDefinition__AppliesToAssignment_8_1");
builder.put(grammarAccess.getAllReferenceAccess().getMetaclassNameAssignment(), "rule__AllReference__MetaclassNameAssignment");
- builder.put(grammarAccess.getListTypeAccess().getReferencedElementTypeAssignment_1_0(), "rule__ListType__ReferencedElementTypeAssignment_1_0");
- builder.put(grammarAccess.getListTypeAccess().getOwnedElementTypeAssignment_1_1(), "rule__ListType__OwnedElementTypeAssignment_1_1");
+ builder.put(grammarAccess.getListTypeAccess().getReferencedElementTypeAssignment_2_0(), "rule__ListType__ReferencedElementTypeAssignment_2_0");
+ builder.put(grammarAccess.getListTypeAccess().getOwnedElementTypeAssignment_2_1(), "rule__ListType__OwnedElementTypeAssignment_2_1");
builder.put(grammarAccess.getPropertyConstantAccess().getNameAssignment_0(), "rule__PropertyConstant__NameAssignment_0");
builder.put(grammarAccess.getPropertyConstantAccess().getReferencedPropertyTypeAssignment_3_0(), "rule__PropertyConstant__ReferencedPropertyTypeAssignment_3_0");
builder.put(grammarAccess.getPropertyConstantAccess().getOwnedPropertyTypeAssignment_3_1(), "rule__PropertyConstant__OwnedPropertyTypeAssignment_3_1");
@@ -2862,24 +2825,24 @@ private static void doInit(ImmutableMap.Builder builder
builder.put(grammarAccess.getContainedPropertyAssociationAccess().getConstantAssignment_2(), "rule__ContainedPropertyAssociation__ConstantAssignment_2");
builder.put(grammarAccess.getContainedPropertyAssociationAccess().getOwnedValueAssignment_3_0(), "rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0");
builder.put(grammarAccess.getContainedPropertyAssociationAccess().getOwnedValueAssignment_3_1_1(), "rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1");
- builder.put(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_1(), "rule__ContainedPropertyAssociation__AppliesToAssignment_4_1");
- builder.put(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_2_1(), "rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1");
- builder.put(grammarAccess.getContainedPropertyAssociationAccess().getInBindingAssignment_5_2(), "rule__ContainedPropertyAssociation__InBindingAssignment_5_2");
+ builder.put(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_2(), "rule__ContainedPropertyAssociation__AppliesToAssignment_4_2");
+ builder.put(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_3_1(), "rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1");
+ builder.put(grammarAccess.getContainedPropertyAssociationAccess().getInBindingAssignment_5_3(), "rule__ContainedPropertyAssociation__InBindingAssignment_5_3");
builder.put(grammarAccess.getPropertyAssociationAccess().getPropertyAssignment_0(), "rule__PropertyAssociation__PropertyAssignment_0");
builder.put(grammarAccess.getPropertyAssociationAccess().getAppendAssignment_1_1(), "rule__PropertyAssociation__AppendAssignment_1_1");
builder.put(grammarAccess.getPropertyAssociationAccess().getConstantAssignment_2(), "rule__PropertyAssociation__ConstantAssignment_2");
builder.put(grammarAccess.getPropertyAssociationAccess().getOwnedValueAssignment_3_0(), "rule__PropertyAssociation__OwnedValueAssignment_3_0");
builder.put(grammarAccess.getPropertyAssociationAccess().getOwnedValueAssignment_3_1_1(), "rule__PropertyAssociation__OwnedValueAssignment_3_1_1");
- builder.put(grammarAccess.getPropertyAssociationAccess().getInBindingAssignment_4_2(), "rule__PropertyAssociation__InBindingAssignment_4_2");
+ builder.put(grammarAccess.getPropertyAssociationAccess().getInBindingAssignment_4_3(), "rule__PropertyAssociation__InBindingAssignment_4_3");
builder.put(grammarAccess.getBasicPropertyAssociationAccess().getPropertyAssignment_0(), "rule__BasicPropertyAssociation__PropertyAssignment_0");
builder.put(grammarAccess.getBasicPropertyAssociationAccess().getOwnedValueAssignment_2(), "rule__BasicPropertyAssociation__OwnedValueAssignment_2");
builder.put(grammarAccess.getContainmentPathAccess().getPathAssignment(), "rule__ContainmentPath__PathAssignment");
builder.put(grammarAccess.getModalPropertyValueAccess().getOwnedValueAssignment_0(), "rule__ModalPropertyValue__OwnedValueAssignment_0");
- builder.put(grammarAccess.getModalPropertyValueAccess().getInModeAssignment_3(), "rule__ModalPropertyValue__InModeAssignment_3");
- builder.put(grammarAccess.getModalPropertyValueAccess().getInModeAssignment_4_1(), "rule__ModalPropertyValue__InModeAssignment_4_1");
+ builder.put(grammarAccess.getModalPropertyValueAccess().getInModeAssignment_4(), "rule__ModalPropertyValue__InModeAssignment_4");
+ builder.put(grammarAccess.getModalPropertyValueAccess().getInModeAssignment_5_1(), "rule__ModalPropertyValue__InModeAssignment_5_1");
builder.put(grammarAccess.getOptionalModalPropertyValueAccess().getOwnedValueAssignment_0(), "rule__OptionalModalPropertyValue__OwnedValueAssignment_0");
- builder.put(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_2(), "rule__OptionalModalPropertyValue__InModeAssignment_1_2");
- builder.put(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_3_1(), "rule__OptionalModalPropertyValue__InModeAssignment_1_3_1");
+ builder.put(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_3(), "rule__OptionalModalPropertyValue__InModeAssignment_1_3");
+ builder.put(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_4_1(), "rule__OptionalModalPropertyValue__InModeAssignment_1_4_1");
builder.put(grammarAccess.getPropertyValueAccess().getOwnedValueAssignment(), "rule__PropertyValue__OwnedValueAssignment");
builder.put(grammarAccess.getLiteralorReferenceTermAccess().getNamedValueAssignment(), "rule__LiteralorReferenceTerm__NamedValueAssignment");
builder.put(grammarAccess.getBooleanLiteralAccess().getValueAssignment_1_0(), "rule__BooleanLiteral__ValueAssignment_1_0");
diff --git a/core/org.osate.xtext.aadl2.ui/src-gen/org/osate/xtext/aadl2/ide/contentassist/antlr/internal/InternalAadl2Parser.g b/core/org.osate.xtext.aadl2.ui/src-gen/org/osate/xtext/aadl2/ide/contentassist/antlr/internal/InternalAadl2Parser.g
index 792982c452c..ede8c013535 100644
--- a/core/org.osate.xtext.aadl2.ui/src-gen/org/osate/xtext/aadl2/ide/contentassist/antlr/internal/InternalAadl2Parser.g
+++ b/core/org.osate.xtext.aadl2.ui/src-gen/org/osate/xtext/aadl2/ide/contentassist/antlr/internal/InternalAadl2Parser.g
@@ -4993,881 +4993,6 @@ finally {
restoreStackSize(stackSize);
}
-// Entry rule entryRuleAbstractImplementationKeywords
-entryRuleAbstractImplementationKeywords
-:
-{ before(grammarAccess.getAbstractImplementationKeywordsRule()); }
- ruleAbstractImplementationKeywords
-{ after(grammarAccess.getAbstractImplementationKeywordsRule()); }
- EOF
-;
-
-// Rule AbstractImplementationKeywords
-ruleAbstractImplementationKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getAbstractImplementationKeywordsAccess().getGroup()); }
- (rule__AbstractImplementationKeywords__Group__0)
- { after(grammarAccess.getAbstractImplementationKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleBusAccessKeywords
-entryRuleBusAccessKeywords
-:
-{ before(grammarAccess.getBusAccessKeywordsRule()); }
- ruleBusAccessKeywords
-{ after(grammarAccess.getBusAccessKeywordsRule()); }
- EOF
-;
-
-// Rule BusAccessKeywords
-ruleBusAccessKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getBusAccessKeywordsAccess().getGroup()); }
- (rule__BusAccessKeywords__Group__0)
- { after(grammarAccess.getBusAccessKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleBusImplementationKeywords
-entryRuleBusImplementationKeywords
-:
-{ before(grammarAccess.getBusImplementationKeywordsRule()); }
- ruleBusImplementationKeywords
-{ after(grammarAccess.getBusImplementationKeywordsRule()); }
- EOF
-;
-
-// Rule BusImplementationKeywords
-ruleBusImplementationKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getBusImplementationKeywordsAccess().getGroup()); }
- (rule__BusImplementationKeywords__Group__0)
- { after(grammarAccess.getBusImplementationKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleDataAccessKeywords
-entryRuleDataAccessKeywords
-:
-{ before(grammarAccess.getDataAccessKeywordsRule()); }
- ruleDataAccessKeywords
-{ after(grammarAccess.getDataAccessKeywordsRule()); }
- EOF
-;
-
-// Rule DataAccessKeywords
-ruleDataAccessKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getDataAccessKeywordsAccess().getGroup()); }
- (rule__DataAccessKeywords__Group__0)
- { after(grammarAccess.getDataAccessKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleDataImplementationKeywords
-entryRuleDataImplementationKeywords
-:
-{ before(grammarAccess.getDataImplementationKeywordsRule()); }
- ruleDataImplementationKeywords
-{ after(grammarAccess.getDataImplementationKeywordsRule()); }
- EOF
-;
-
-// Rule DataImplementationKeywords
-ruleDataImplementationKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getDataImplementationKeywordsAccess().getGroup()); }
- (rule__DataImplementationKeywords__Group__0)
- { after(grammarAccess.getDataImplementationKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleDataPortKeywords
-entryRuleDataPortKeywords
-:
-{ before(grammarAccess.getDataPortKeywordsRule()); }
- ruleDataPortKeywords
-{ after(grammarAccess.getDataPortKeywordsRule()); }
- EOF
-;
-
-// Rule DataPortKeywords
-ruleDataPortKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getDataPortKeywordsAccess().getGroup()); }
- (rule__DataPortKeywords__Group__0)
- { after(grammarAccess.getDataPortKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleDeviceImplementationKeywords
-entryRuleDeviceImplementationKeywords
-:
-{ before(grammarAccess.getDeviceImplementationKeywordsRule()); }
- ruleDeviceImplementationKeywords
-{ after(grammarAccess.getDeviceImplementationKeywordsRule()); }
- EOF
-;
-
-// Rule DeviceImplementationKeywords
-ruleDeviceImplementationKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getDeviceImplementationKeywordsAccess().getGroup()); }
- (rule__DeviceImplementationKeywords__Group__0)
- { after(grammarAccess.getDeviceImplementationKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleEndToEndFlowKeywords
-entryRuleEndToEndFlowKeywords
-:
-{ before(grammarAccess.getEndToEndFlowKeywordsRule()); }
- ruleEndToEndFlowKeywords
-{ after(grammarAccess.getEndToEndFlowKeywordsRule()); }
- EOF
-;
-
-// Rule EndToEndFlowKeywords
-ruleEndToEndFlowKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getEndToEndFlowKeywordsAccess().getGroup()); }
- (rule__EndToEndFlowKeywords__Group__0)
- { after(grammarAccess.getEndToEndFlowKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleEventDataKeywords
-entryRuleEventDataKeywords
-:
-{ before(grammarAccess.getEventDataKeywordsRule()); }
- ruleEventDataKeywords
-{ after(grammarAccess.getEventDataKeywordsRule()); }
- EOF
-;
-
-// Rule EventDataKeywords
-ruleEventDataKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getEventDataKeywordsAccess().getGroup()); }
- (rule__EventDataKeywords__Group__0)
- { after(grammarAccess.getEventDataKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleEventDataPortKeywords
-entryRuleEventDataPortKeywords
-:
-{ before(grammarAccess.getEventDataPortKeywordsRule()); }
- ruleEventDataPortKeywords
-{ after(grammarAccess.getEventDataPortKeywordsRule()); }
- EOF
-;
-
-// Rule EventDataPortKeywords
-ruleEventDataPortKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getEventDataPortKeywordsAccess().getGroup()); }
- (rule__EventDataPortKeywords__Group__0)
- { after(grammarAccess.getEventDataPortKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleEventPortKeywords
-entryRuleEventPortKeywords
-:
-{ before(grammarAccess.getEventPortKeywordsRule()); }
- ruleEventPortKeywords
-{ after(grammarAccess.getEventPortKeywordsRule()); }
- EOF
-;
-
-// Rule EventPortKeywords
-ruleEventPortKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getEventPortKeywordsAccess().getGroup()); }
- (rule__EventPortKeywords__Group__0)
- { after(grammarAccess.getEventPortKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleFeatureGroupKeywords
-entryRuleFeatureGroupKeywords
-:
-{ before(grammarAccess.getFeatureGroupKeywordsRule()); }
- ruleFeatureGroupKeywords
-{ after(grammarAccess.getFeatureGroupKeywordsRule()); }
- EOF
-;
-
-// Rule FeatureGroupKeywords
-ruleFeatureGroupKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getFeatureGroupKeywordsAccess().getGroup()); }
- (rule__FeatureGroupKeywords__Group__0)
- { after(grammarAccess.getFeatureGroupKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleInternalFeaturesKeywords
-entryRuleInternalFeaturesKeywords
-:
-{ before(grammarAccess.getInternalFeaturesKeywordsRule()); }
- ruleInternalFeaturesKeywords
-{ after(grammarAccess.getInternalFeaturesKeywordsRule()); }
- EOF
-;
-
-// Rule InternalFeaturesKeywords
-ruleInternalFeaturesKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getInternalFeaturesKeywordsAccess().getGroup()); }
- (rule__InternalFeaturesKeywords__Group__0)
- { after(grammarAccess.getInternalFeaturesKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleInverseOfKeywords
-entryRuleInverseOfKeywords
-:
-{ before(grammarAccess.getInverseOfKeywordsRule()); }
- ruleInverseOfKeywords
-{ after(grammarAccess.getInverseOfKeywordsRule()); }
- EOF
-;
-
-// Rule InverseOfKeywords
-ruleInverseOfKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getInverseOfKeywordsAccess().getGroup()); }
- (rule__InverseOfKeywords__Group__0)
- { after(grammarAccess.getInverseOfKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleListOfKeywords
-entryRuleListOfKeywords
-:
-{ before(grammarAccess.getListOfKeywordsRule()); }
- ruleListOfKeywords
-{ after(grammarAccess.getListOfKeywordsRule()); }
- EOF
-;
-
-// Rule ListOfKeywords
-ruleListOfKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getListOfKeywordsAccess().getGroup()); }
- (rule__ListOfKeywords__Group__0)
- { after(grammarAccess.getListOfKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleMemoryImplementationKeywords
-entryRuleMemoryImplementationKeywords
-:
-{ before(grammarAccess.getMemoryImplementationKeywordsRule()); }
- ruleMemoryImplementationKeywords
-{ after(grammarAccess.getMemoryImplementationKeywordsRule()); }
- EOF
-;
-
-// Rule MemoryImplementationKeywords
-ruleMemoryImplementationKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getMemoryImplementationKeywordsAccess().getGroup()); }
- (rule__MemoryImplementationKeywords__Group__0)
- { after(grammarAccess.getMemoryImplementationKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleProcessImplementationKeywords
-entryRuleProcessImplementationKeywords
-:
-{ before(grammarAccess.getProcessImplementationKeywordsRule()); }
- ruleProcessImplementationKeywords
-{ after(grammarAccess.getProcessImplementationKeywordsRule()); }
- EOF
-;
-
-// Rule ProcessImplementationKeywords
-ruleProcessImplementationKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getProcessImplementationKeywordsAccess().getGroup()); }
- (rule__ProcessImplementationKeywords__Group__0)
- { after(grammarAccess.getProcessImplementationKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleProcessorFeaturesKeywords
-entryRuleProcessorFeaturesKeywords
-:
-{ before(grammarAccess.getProcessorFeaturesKeywordsRule()); }
- ruleProcessorFeaturesKeywords
-{ after(grammarAccess.getProcessorFeaturesKeywordsRule()); }
- EOF
-;
-
-// Rule ProcessorFeaturesKeywords
-ruleProcessorFeaturesKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getProcessorFeaturesKeywordsAccess().getGroup()); }
- (rule__ProcessorFeaturesKeywords__Group__0)
- { after(grammarAccess.getProcessorFeaturesKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleProcessorImplementationKeywords
-entryRuleProcessorImplementationKeywords
-:
-{ before(grammarAccess.getProcessorImplementationKeywordsRule()); }
- ruleProcessorImplementationKeywords
-{ after(grammarAccess.getProcessorImplementationKeywordsRule()); }
- EOF
-;
-
-// Rule ProcessorImplementationKeywords
-ruleProcessorImplementationKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getProcessorImplementationKeywordsAccess().getGroup()); }
- (rule__ProcessorImplementationKeywords__Group__0)
- { after(grammarAccess.getProcessorImplementationKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleRangeOfKeywords
-entryRuleRangeOfKeywords
-:
-{ before(grammarAccess.getRangeOfKeywordsRule()); }
- ruleRangeOfKeywords
-{ after(grammarAccess.getRangeOfKeywordsRule()); }
- EOF
-;
-
-// Rule RangeOfKeywords
-ruleRangeOfKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getRangeOfKeywordsAccess().getGroup()); }
- (rule__RangeOfKeywords__Group__0)
- { after(grammarAccess.getRangeOfKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleRefinedToKeywords
-entryRuleRefinedToKeywords
-:
-{ before(grammarAccess.getRefinedToKeywordsRule()); }
- ruleRefinedToKeywords
-{ after(grammarAccess.getRefinedToKeywordsRule()); }
- EOF
-;
-
-// Rule RefinedToKeywords
-ruleRefinedToKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getRefinedToKeywordsAccess().getGroup()); }
- (rule__RefinedToKeywords__Group__0)
- { after(grammarAccess.getRefinedToKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleRequiresModesKeywords
-entryRuleRequiresModesKeywords
-:
-{ before(grammarAccess.getRequiresModesKeywordsRule()); }
- ruleRequiresModesKeywords
-{ after(grammarAccess.getRequiresModesKeywordsRule()); }
- EOF
-;
-
-// Rule RequiresModesKeywords
-ruleRequiresModesKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getRequiresModesKeywordsAccess().getGroup()); }
- (rule__RequiresModesKeywords__Group__0)
- { after(grammarAccess.getRequiresModesKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleSubprogramAccessKeywords
-entryRuleSubprogramAccessKeywords
-:
-{ before(grammarAccess.getSubprogramAccessKeywordsRule()); }
- ruleSubprogramAccessKeywords
-{ after(grammarAccess.getSubprogramAccessKeywordsRule()); }
- EOF
-;
-
-// Rule SubprogramAccessKeywords
-ruleSubprogramAccessKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getSubprogramAccessKeywordsAccess().getGroup()); }
- (rule__SubprogramAccessKeywords__Group__0)
- { after(grammarAccess.getSubprogramAccessKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleSubprogramGroupKeywords
-entryRuleSubprogramGroupKeywords
-:
-{ before(grammarAccess.getSubprogramGroupKeywordsRule()); }
- ruleSubprogramGroupKeywords
-{ after(grammarAccess.getSubprogramGroupKeywordsRule()); }
- EOF
-;
-
-// Rule SubprogramGroupKeywords
-ruleSubprogramGroupKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getSubprogramGroupKeywordsAccess().getGroup()); }
- (rule__SubprogramGroupKeywords__Group__0)
- { after(grammarAccess.getSubprogramGroupKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleSubprogramGroupAccessKeywords
-entryRuleSubprogramGroupAccessKeywords
-:
-{ before(grammarAccess.getSubprogramGroupAccessKeywordsRule()); }
- ruleSubprogramGroupAccessKeywords
-{ after(grammarAccess.getSubprogramGroupAccessKeywordsRule()); }
- EOF
-;
-
-// Rule SubprogramGroupAccessKeywords
-ruleSubprogramGroupAccessKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getSubprogramGroupAccessKeywordsAccess().getGroup()); }
- (rule__SubprogramGroupAccessKeywords__Group__0)
- { after(grammarAccess.getSubprogramGroupAccessKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleSubprogramGroupImplementationKeywords
-entryRuleSubprogramGroupImplementationKeywords
-:
-{ before(grammarAccess.getSubprogramGroupImplementationKeywordsRule()); }
- ruleSubprogramGroupImplementationKeywords
-{ after(grammarAccess.getSubprogramGroupImplementationKeywordsRule()); }
- EOF
-;
-
-// Rule SubprogramGroupImplementationKeywords
-ruleSubprogramGroupImplementationKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getSubprogramGroupImplementationKeywordsAccess().getGroup()); }
- (rule__SubprogramGroupImplementationKeywords__Group__0)
- { after(grammarAccess.getSubprogramGroupImplementationKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleSubprogramImplementationKeywords
-entryRuleSubprogramImplementationKeywords
-:
-{ before(grammarAccess.getSubprogramImplementationKeywordsRule()); }
- ruleSubprogramImplementationKeywords
-{ after(grammarAccess.getSubprogramImplementationKeywordsRule()); }
- EOF
-;
-
-// Rule SubprogramImplementationKeywords
-ruleSubprogramImplementationKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getSubprogramImplementationKeywordsAccess().getGroup()); }
- (rule__SubprogramImplementationKeywords__Group__0)
- { after(grammarAccess.getSubprogramImplementationKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleSystemImplementationKeywords
-entryRuleSystemImplementationKeywords
-:
-{ before(grammarAccess.getSystemImplementationKeywordsRule()); }
- ruleSystemImplementationKeywords
-{ after(grammarAccess.getSystemImplementationKeywordsRule()); }
- EOF
-;
-
-// Rule SystemImplementationKeywords
-ruleSystemImplementationKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getSystemImplementationKeywordsAccess().getGroup()); }
- (rule__SystemImplementationKeywords__Group__0)
- { after(grammarAccess.getSystemImplementationKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleThreadGroupKeywords
-entryRuleThreadGroupKeywords
-:
-{ before(grammarAccess.getThreadGroupKeywordsRule()); }
- ruleThreadGroupKeywords
-{ after(grammarAccess.getThreadGroupKeywordsRule()); }
- EOF
-;
-
-// Rule ThreadGroupKeywords
-ruleThreadGroupKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getThreadGroupKeywordsAccess().getGroup()); }
- (rule__ThreadGroupKeywords__Group__0)
- { after(grammarAccess.getThreadGroupKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleThreadGroupImplementationKeywords
-entryRuleThreadGroupImplementationKeywords
-:
-{ before(grammarAccess.getThreadGroupImplementationKeywordsRule()); }
- ruleThreadGroupImplementationKeywords
-{ after(grammarAccess.getThreadGroupImplementationKeywordsRule()); }
- EOF
-;
-
-// Rule ThreadGroupImplementationKeywords
-ruleThreadGroupImplementationKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getThreadGroupImplementationKeywordsAccess().getGroup()); }
- (rule__ThreadGroupImplementationKeywords__Group__0)
- { after(grammarAccess.getThreadGroupImplementationKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleThreadImplementationKeywords
-entryRuleThreadImplementationKeywords
-:
-{ before(grammarAccess.getThreadImplementationKeywordsRule()); }
- ruleThreadImplementationKeywords
-{ after(grammarAccess.getThreadImplementationKeywordsRule()); }
- EOF
-;
-
-// Rule ThreadImplementationKeywords
-ruleThreadImplementationKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getThreadImplementationKeywordsAccess().getGroup()); }
- (rule__ThreadImplementationKeywords__Group__0)
- { after(grammarAccess.getThreadImplementationKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleVirtualBusKeywords
-entryRuleVirtualBusKeywords
-:
-{ before(grammarAccess.getVirtualBusKeywordsRule()); }
- ruleVirtualBusKeywords
-{ after(grammarAccess.getVirtualBusKeywordsRule()); }
- EOF
-;
-
-// Rule VirtualBusKeywords
-ruleVirtualBusKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getVirtualBusKeywordsAccess().getGroup()); }
- (rule__VirtualBusKeywords__Group__0)
- { after(grammarAccess.getVirtualBusKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleVirtualBusImplementationKeywords
-entryRuleVirtualBusImplementationKeywords
-:
-{ before(grammarAccess.getVirtualBusImplementationKeywordsRule()); }
- ruleVirtualBusImplementationKeywords
-{ after(grammarAccess.getVirtualBusImplementationKeywordsRule()); }
- EOF
-;
-
-// Rule VirtualBusImplementationKeywords
-ruleVirtualBusImplementationKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getVirtualBusImplementationKeywordsAccess().getGroup()); }
- (rule__VirtualBusImplementationKeywords__Group__0)
- { after(grammarAccess.getVirtualBusImplementationKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleVirtualProcessorKeywords
-entryRuleVirtualProcessorKeywords
-:
-{ before(grammarAccess.getVirtualProcessorKeywordsRule()); }
- ruleVirtualProcessorKeywords
-{ after(grammarAccess.getVirtualProcessorKeywordsRule()); }
- EOF
-;
-
-// Rule VirtualProcessorKeywords
-ruleVirtualProcessorKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getVirtualProcessorKeywordsAccess().getGroup()); }
- (rule__VirtualProcessorKeywords__Group__0)
- { after(grammarAccess.getVirtualProcessorKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleVirtualProcessorImplementationKeywords
-entryRuleVirtualProcessorImplementationKeywords
-:
-{ before(grammarAccess.getVirtualProcessorImplementationKeywordsRule()); }
- ruleVirtualProcessorImplementationKeywords
-{ after(grammarAccess.getVirtualProcessorImplementationKeywordsRule()); }
- EOF
-;
-
-// Rule VirtualProcessorImplementationKeywords
-ruleVirtualProcessorImplementationKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getVirtualProcessorImplementationKeywordsAccess().getGroup()); }
- (rule__VirtualProcessorImplementationKeywords__Group__0)
- { after(grammarAccess.getVirtualProcessorImplementationKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
// Entry rule entryRuleContainedPropertyAssociation
entryRuleContainedPropertyAssociation
:
@@ -6568,81 +5693,6 @@ finally {
restoreStackSize(stackSize);
}
-// Entry rule entryRuleAppliesToKeywords
-entryRuleAppliesToKeywords
-:
-{ before(grammarAccess.getAppliesToKeywordsRule()); }
- ruleAppliesToKeywords
-{ after(grammarAccess.getAppliesToKeywordsRule()); }
- EOF
-;
-
-// Rule AppliesToKeywords
-ruleAppliesToKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getAppliesToKeywordsAccess().getGroup()); }
- (rule__AppliesToKeywords__Group__0)
- { after(grammarAccess.getAppliesToKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleInBindingKeywords
-entryRuleInBindingKeywords
-:
-{ before(grammarAccess.getInBindingKeywordsRule()); }
- ruleInBindingKeywords
-{ after(grammarAccess.getInBindingKeywordsRule()); }
- EOF
-;
-
-// Rule InBindingKeywords
-ruleInBindingKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getInBindingKeywordsAccess().getGroup()); }
- (rule__InBindingKeywords__Group__0)
- { after(grammarAccess.getInBindingKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-// Entry rule entryRuleInModesKeywords
-entryRuleInModesKeywords
-:
-{ before(grammarAccess.getInModesKeywordsRule()); }
- ruleInModesKeywords
-{ after(grammarAccess.getInModesKeywordsRule()); }
- EOF
-;
-
-// Rule InModesKeywords
-ruleInModesKeywords
- @init {
- int stackSize = keepStackSize();
- }
- :
- (
- { before(grammarAccess.getInModesKeywordsAccess().getGroup()); }
- (rule__InModesKeywords__Group__0)
- { after(grammarAccess.getInModesKeywordsAccess().getGroup()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
// Entry rule entryRuleINTVALUE
entryRuleINTVALUE
:
@@ -7921,27 +6971,27 @@ finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Alternatives_3_1
+rule__ThreadGroupType__Alternatives_4_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getGroup_3_1_0()); }
- (rule__ThreadGroupType__Group_3_1_0__0)
- { after(grammarAccess.getThreadGroupTypeAccess().getGroup_3_1_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getGroup_4_1_0()); }
+ (rule__ThreadGroupType__Group_4_1_0__0)
+ { after(grammarAccess.getThreadGroupTypeAccess().getGroup_4_1_0()); }
)
|
(
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeAssignment_3_1_1()); }
- (rule__ThreadGroupType__OwnedPrototypeAssignment_3_1_1)
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeAssignment_3_1_1()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeAssignment_4_1_1()); }
+ (rule__ThreadGroupType__OwnedPrototypeAssignment_4_1_1)
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeAssignment_4_1_1()); }
)
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeAssignment_3_1_1()); }
- (rule__ThreadGroupType__OwnedPrototypeAssignment_3_1_1)*
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeAssignment_3_1_1()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeAssignment_4_1_1()); }
+ (rule__ThreadGroupType__OwnedPrototypeAssignment_4_1_1)*
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeAssignment_4_1_1()); }
)
)
;
@@ -7949,27 +6999,27 @@ finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Alternatives_4_1
+rule__ThreadGroupType__Alternatives_5_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getGroup_4_1_0()); }
- (rule__ThreadGroupType__Group_4_1_0__0)
- { after(grammarAccess.getThreadGroupTypeAccess().getGroup_4_1_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getGroup_5_1_0()); }
+ (rule__ThreadGroupType__Group_5_1_0__0)
+ { after(grammarAccess.getThreadGroupTypeAccess().getGroup_5_1_0()); }
)
|
(
(
- { before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_4_1_1()); }
- (rule__ThreadGroupType__Alternatives_4_1_1)
- { after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_4_1_1()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_5_1_1()); }
+ (rule__ThreadGroupType__Alternatives_5_1_1)
+ { after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_5_1_1()); }
)
(
- { before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_4_1_1()); }
- (rule__ThreadGroupType__Alternatives_4_1_1)*
- { after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_4_1_1()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_5_1_1()); }
+ (rule__ThreadGroupType__Alternatives_5_1_1)*
+ { after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_5_1_1()); }
)
)
;
@@ -7977,183 +7027,183 @@ finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Alternatives_4_1_1
+rule__ThreadGroupType__Alternatives_5_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedDataPortAssignment_4_1_1_0()); }
- (rule__ThreadGroupType__OwnedDataPortAssignment_4_1_1_0)
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedDataPortAssignment_4_1_1_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedDataPortAssignment_5_1_1_0()); }
+ (rule__ThreadGroupType__OwnedDataPortAssignment_5_1_1_0)
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedDataPortAssignment_5_1_1_0()); }
)
|
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedEventPortAssignment_4_1_1_1()); }
- (rule__ThreadGroupType__OwnedEventPortAssignment_4_1_1_1)
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedEventPortAssignment_4_1_1_1()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedEventPortAssignment_5_1_1_1()); }
+ (rule__ThreadGroupType__OwnedEventPortAssignment_5_1_1_1)
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedEventPortAssignment_5_1_1_1()); }
)
|
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedEventDataPortAssignment_4_1_1_2()); }
- (rule__ThreadGroupType__OwnedEventDataPortAssignment_4_1_1_2)
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedEventDataPortAssignment_4_1_1_2()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedEventDataPortAssignment_5_1_1_2()); }
+ (rule__ThreadGroupType__OwnedEventDataPortAssignment_5_1_1_2)
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedEventDataPortAssignment_5_1_1_2()); }
)
|
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedFeatureGroupAssignment_4_1_1_3()); }
- (rule__ThreadGroupType__OwnedFeatureGroupAssignment_4_1_1_3)
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedFeatureGroupAssignment_4_1_1_3()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedFeatureGroupAssignment_5_1_1_3()); }
+ (rule__ThreadGroupType__OwnedFeatureGroupAssignment_5_1_1_3)
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedFeatureGroupAssignment_5_1_1_3()); }
)
|
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedDataAccessAssignment_4_1_1_4()); }
- (rule__ThreadGroupType__OwnedDataAccessAssignment_4_1_1_4)
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedDataAccessAssignment_4_1_1_4()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedDataAccessAssignment_5_1_1_4()); }
+ (rule__ThreadGroupType__OwnedDataAccessAssignment_5_1_1_4)
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedDataAccessAssignment_5_1_1_4()); }
)
|
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedSubprogramAccessAssignment_4_1_1_5()); }
- (rule__ThreadGroupType__OwnedSubprogramAccessAssignment_4_1_1_5)
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedSubprogramAccessAssignment_4_1_1_5()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedSubprogramAccessAssignment_5_1_1_5()); }
+ (rule__ThreadGroupType__OwnedSubprogramAccessAssignment_5_1_1_5)
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedSubprogramAccessAssignment_5_1_1_5()); }
)
|
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedSubprogramGroupAccessAssignment_4_1_1_6()); }
- (rule__ThreadGroupType__OwnedSubprogramGroupAccessAssignment_4_1_1_6)
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedSubprogramGroupAccessAssignment_4_1_1_6()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedSubprogramGroupAccessAssignment_5_1_1_6()); }
+ (rule__ThreadGroupType__OwnedSubprogramGroupAccessAssignment_5_1_1_6)
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedSubprogramGroupAccessAssignment_5_1_1_6()); }
)
|
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedAbstractFeatureAssignment_4_1_1_7()); }
- (rule__ThreadGroupType__OwnedAbstractFeatureAssignment_4_1_1_7)
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedAbstractFeatureAssignment_4_1_1_7()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedAbstractFeatureAssignment_5_1_1_7()); }
+ (rule__ThreadGroupType__OwnedAbstractFeatureAssignment_5_1_1_7)
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedAbstractFeatureAssignment_5_1_1_7()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Alternatives_5_1
+rule__ThreadGroupType__Alternatives_6_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0()); }
- (rule__ThreadGroupType__OwnedFlowSpecificationAssignment_5_1_0)
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedFlowSpecificationAssignment_6_1_0()); }
+ (rule__ThreadGroupType__OwnedFlowSpecificationAssignment_6_1_0)
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedFlowSpecificationAssignment_6_1_0()); }
)
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0()); }
- (rule__ThreadGroupType__OwnedFlowSpecificationAssignment_5_1_0)*
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedFlowSpecificationAssignment_6_1_0()); }
+ (rule__ThreadGroupType__OwnedFlowSpecificationAssignment_6_1_0)*
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedFlowSpecificationAssignment_6_1_0()); }
)
)
|
(
- { before(grammarAccess.getThreadGroupTypeAccess().getGroup_5_1_1()); }
- (rule__ThreadGroupType__Group_5_1_1__0)
- { after(grammarAccess.getThreadGroupTypeAccess().getGroup_5_1_1()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getGroup_6_1_1()); }
+ (rule__ThreadGroupType__Group_6_1_1__0)
+ { after(grammarAccess.getThreadGroupTypeAccess().getGroup_6_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Alternatives_6
+rule__ThreadGroupType__Alternatives_7
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getGroup_6_0()); }
- (rule__ThreadGroupType__Group_6_0__0)
- { after(grammarAccess.getThreadGroupTypeAccess().getGroup_6_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getGroup_7_0()); }
+ (rule__ThreadGroupType__Group_7_0__0)
+ { after(grammarAccess.getThreadGroupTypeAccess().getGroup_7_0()); }
)
|
(
- { before(grammarAccess.getThreadGroupTypeAccess().getGroup_6_1()); }
- (rule__ThreadGroupType__Group_6_1__0)
- { after(grammarAccess.getThreadGroupTypeAccess().getGroup_6_1()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getGroup_7_1()); }
+ (rule__ThreadGroupType__Group_7_1__0)
+ { after(grammarAccess.getThreadGroupTypeAccess().getGroup_7_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Alternatives_6_1_1
+rule__ThreadGroupType__Alternatives_7_1_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_6_1_1_0()); }
- (rule__ThreadGroupType__Alternatives_6_1_1_0)
- { after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_6_1_1_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_7_1_1_0()); }
+ (rule__ThreadGroupType__Alternatives_7_1_1_0)
+ { after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_7_1_1_0()); }
)
(
- { before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_6_1_1_0()); }
- (rule__ThreadGroupType__Alternatives_6_1_1_0)*
- { after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_6_1_1_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_7_1_1_0()); }
+ (rule__ThreadGroupType__Alternatives_7_1_1_0)*
+ { after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_7_1_1_0()); }
)
)
|
(
- { before(grammarAccess.getThreadGroupTypeAccess().getGroup_6_1_1_1()); }
- (rule__ThreadGroupType__Group_6_1_1_1__0)
- { after(grammarAccess.getThreadGroupTypeAccess().getGroup_6_1_1_1()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getGroup_7_1_1_1()); }
+ (rule__ThreadGroupType__Group_7_1_1_1__0)
+ { after(grammarAccess.getThreadGroupTypeAccess().getGroup_7_1_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Alternatives_6_1_1_0
+rule__ThreadGroupType__Alternatives_7_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedModeAssignment_6_1_1_0_0()); }
- (rule__ThreadGroupType__OwnedModeAssignment_6_1_1_0_0)
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedModeAssignment_6_1_1_0_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedModeAssignment_7_1_1_0_0()); }
+ (rule__ThreadGroupType__OwnedModeAssignment_7_1_1_0_0)
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedModeAssignment_7_1_1_0_0()); }
)
|
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedModeTransitionAssignment_6_1_1_0_1()); }
- (rule__ThreadGroupType__OwnedModeTransitionAssignment_6_1_1_0_1)
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedModeTransitionAssignment_6_1_1_0_1()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedModeTransitionAssignment_7_1_1_0_1()); }
+ (rule__ThreadGroupType__OwnedModeTransitionAssignment_7_1_1_0_1)
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedModeTransitionAssignment_7_1_1_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Alternatives_7_1
+rule__ThreadGroupType__Alternatives_8_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0()); }
- (rule__ThreadGroupType__OwnedPropertyAssociationAssignment_7_1_0)
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedPropertyAssociationAssignment_8_1_0()); }
+ (rule__ThreadGroupType__OwnedPropertyAssociationAssignment_8_1_0)
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedPropertyAssociationAssignment_8_1_0()); }
)
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0()); }
- (rule__ThreadGroupType__OwnedPropertyAssociationAssignment_7_1_0)*
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedPropertyAssociationAssignment_8_1_0()); }
+ (rule__ThreadGroupType__OwnedPropertyAssociationAssignment_8_1_0)*
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedPropertyAssociationAssignment_8_1_0()); }
)
)
|
(
- { before(grammarAccess.getThreadGroupTypeAccess().getGroup_7_1_1()); }
- (rule__ThreadGroupType__Group_7_1_1__0)
- { after(grammarAccess.getThreadGroupTypeAccess().getGroup_7_1_1()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getGroup_8_1_1()); }
+ (rule__ThreadGroupType__Group_8_1_1__0)
+ { after(grammarAccess.getThreadGroupTypeAccess().getGroup_8_1_1()); }
)
;
finally {
@@ -8638,27 +7688,27 @@ finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupType__Alternatives_3_1
+rule__SubprogramGroupType__Alternatives_4_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getGroup_3_1_0()); }
- (rule__SubprogramGroupType__Group_3_1_0__0)
- { after(grammarAccess.getSubprogramGroupTypeAccess().getGroup_3_1_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getGroup_4_1_0()); }
+ (rule__SubprogramGroupType__Group_4_1_0__0)
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getGroup_4_1_0()); }
)
|
(
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeAssignment_3_1_1()); }
- (rule__SubprogramGroupType__OwnedPrototypeAssignment_3_1_1)
- { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeAssignment_3_1_1()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeAssignment_4_1_1()); }
+ (rule__SubprogramGroupType__OwnedPrototypeAssignment_4_1_1)
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeAssignment_4_1_1()); }
)
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeAssignment_3_1_1()); }
- (rule__SubprogramGroupType__OwnedPrototypeAssignment_3_1_1)*
- { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeAssignment_3_1_1()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeAssignment_4_1_1()); }
+ (rule__SubprogramGroupType__OwnedPrototypeAssignment_4_1_1)*
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeAssignment_4_1_1()); }
)
)
;
@@ -8666,27 +7716,27 @@ finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupType__Alternatives_4_1
+rule__SubprogramGroupType__Alternatives_5_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getGroup_4_1_0()); }
- (rule__SubprogramGroupType__Group_4_1_0__0)
- { after(grammarAccess.getSubprogramGroupTypeAccess().getGroup_4_1_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getGroup_5_1_0()); }
+ (rule__SubprogramGroupType__Group_5_1_0__0)
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getGroup_5_1_0()); }
)
|
(
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_4_1_1()); }
- (rule__SubprogramGroupType__Alternatives_4_1_1)
- { after(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_4_1_1()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_5_1_1()); }
+ (rule__SubprogramGroupType__Alternatives_5_1_1)
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_5_1_1()); }
)
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_4_1_1()); }
- (rule__SubprogramGroupType__Alternatives_4_1_1)*
- { after(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_4_1_1()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_5_1_1()); }
+ (rule__SubprogramGroupType__Alternatives_5_1_1)*
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_5_1_1()); }
)
)
;
@@ -8694,89 +7744,89 @@ finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupType__Alternatives_4_1_1
+rule__SubprogramGroupType__Alternatives_5_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedSubprogramAccessAssignment_4_1_1_0()); }
- (rule__SubprogramGroupType__OwnedSubprogramAccessAssignment_4_1_1_0)
- { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedSubprogramAccessAssignment_4_1_1_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedSubprogramAccessAssignment_5_1_1_0()); }
+ (rule__SubprogramGroupType__OwnedSubprogramAccessAssignment_5_1_1_0)
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedSubprogramAccessAssignment_5_1_1_0()); }
)
|
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFeatureGroupAssignment_4_1_1_1()); }
- (rule__SubprogramGroupType__OwnedFeatureGroupAssignment_4_1_1_1)
- { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFeatureGroupAssignment_4_1_1_1()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFeatureGroupAssignment_5_1_1_1()); }
+ (rule__SubprogramGroupType__OwnedFeatureGroupAssignment_5_1_1_1)
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFeatureGroupAssignment_5_1_1_1()); }
)
|
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedSubprogramGroupAccessAssignment_4_1_1_2()); }
- (rule__SubprogramGroupType__OwnedSubprogramGroupAccessAssignment_4_1_1_2)
- { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedSubprogramGroupAccessAssignment_4_1_1_2()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedSubprogramGroupAccessAssignment_5_1_1_2()); }
+ (rule__SubprogramGroupType__OwnedSubprogramGroupAccessAssignment_5_1_1_2)
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedSubprogramGroupAccessAssignment_5_1_1_2()); }
)
|
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedAbstractFeatureAssignment_4_1_1_3()); }
- (rule__SubprogramGroupType__OwnedAbstractFeatureAssignment_4_1_1_3)
- { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedAbstractFeatureAssignment_4_1_1_3()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedAbstractFeatureAssignment_5_1_1_3()); }
+ (rule__SubprogramGroupType__OwnedAbstractFeatureAssignment_5_1_1_3)
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedAbstractFeatureAssignment_5_1_1_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupType__Alternatives_5_1
+rule__SubprogramGroupType__Alternatives_6_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0()); }
- (rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_5_1_0)
- { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFlowSpecificationAssignment_6_1_0()); }
+ (rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_6_1_0)
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFlowSpecificationAssignment_6_1_0()); }
)
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0()); }
- (rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_5_1_0)*
- { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFlowSpecificationAssignment_6_1_0()); }
+ (rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_6_1_0)*
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFlowSpecificationAssignment_6_1_0()); }
)
)
|
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getGroup_5_1_1()); }
- (rule__SubprogramGroupType__Group_5_1_1__0)
- { after(grammarAccess.getSubprogramGroupTypeAccess().getGroup_5_1_1()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getGroup_6_1_1()); }
+ (rule__SubprogramGroupType__Group_6_1_1__0)
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getGroup_6_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupType__Alternatives_6_1
+rule__SubprogramGroupType__Alternatives_7_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPropertyAssociationAssignment_6_1_0()); }
- (rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_6_1_0)
- { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPropertyAssociationAssignment_6_1_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0()); }
+ (rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_7_1_0)
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0()); }
)
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPropertyAssociationAssignment_6_1_0()); }
- (rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_6_1_0)*
- { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPropertyAssociationAssignment_6_1_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0()); }
+ (rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_7_1_0)*
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0()); }
)
)
|
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getGroup_6_1_1()); }
- (rule__SubprogramGroupType__Group_6_1_1__0)
- { after(grammarAccess.getSubprogramGroupTypeAccess().getGroup_6_1_1()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getGroup_7_1_1()); }
+ (rule__SubprogramGroupType__Group_7_1_1__0)
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getGroup_7_1_1()); }
)
;
finally {
@@ -9659,27 +8709,27 @@ finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Alternatives_3_1
+rule__VirtualBusType__Alternatives_4_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getGroup_3_1_0()); }
- (rule__VirtualBusType__Group_3_1_0__0)
- { after(grammarAccess.getVirtualBusTypeAccess().getGroup_3_1_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getGroup_4_1_0()); }
+ (rule__VirtualBusType__Group_4_1_0__0)
+ { after(grammarAccess.getVirtualBusTypeAccess().getGroup_4_1_0()); }
)
|
(
(
- { before(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeAssignment_3_1_1()); }
- (rule__VirtualBusType__OwnedPrototypeAssignment_3_1_1)
- { after(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeAssignment_3_1_1()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeAssignment_4_1_1()); }
+ (rule__VirtualBusType__OwnedPrototypeAssignment_4_1_1)
+ { after(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeAssignment_4_1_1()); }
)
(
- { before(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeAssignment_3_1_1()); }
- (rule__VirtualBusType__OwnedPrototypeAssignment_3_1_1)*
- { after(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeAssignment_3_1_1()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeAssignment_4_1_1()); }
+ (rule__VirtualBusType__OwnedPrototypeAssignment_4_1_1)*
+ { after(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeAssignment_4_1_1()); }
)
)
;
@@ -9687,27 +8737,27 @@ finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Alternatives_4_1
+rule__VirtualBusType__Alternatives_5_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getGroup_4_1_0()); }
- (rule__VirtualBusType__Group_4_1_0__0)
- { after(grammarAccess.getVirtualBusTypeAccess().getGroup_4_1_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getGroup_5_1_0()); }
+ (rule__VirtualBusType__Group_5_1_0__0)
+ { after(grammarAccess.getVirtualBusTypeAccess().getGroup_5_1_0()); }
)
|
(
(
- { before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_4_1_1()); }
- (rule__VirtualBusType__Alternatives_4_1_1)
- { after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_4_1_1()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_5_1_1()); }
+ (rule__VirtualBusType__Alternatives_5_1_1)
+ { after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_5_1_1()); }
)
(
- { before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_4_1_1()); }
- (rule__VirtualBusType__Alternatives_4_1_1)*
- { after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_4_1_1()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_5_1_1()); }
+ (rule__VirtualBusType__Alternatives_5_1_1)*
+ { after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_5_1_1()); }
)
)
;
@@ -9715,170 +8765,170 @@ finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Alternatives_4_1_1
+rule__VirtualBusType__Alternatives_5_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getOwnedFeatureGroupAssignment_4_1_1_0()); }
- (rule__VirtualBusType__OwnedFeatureGroupAssignment_4_1_1_0)
- { after(grammarAccess.getVirtualBusTypeAccess().getOwnedFeatureGroupAssignment_4_1_1_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getOwnedFeatureGroupAssignment_5_1_1_0()); }
+ (rule__VirtualBusType__OwnedFeatureGroupAssignment_5_1_1_0)
+ { after(grammarAccess.getVirtualBusTypeAccess().getOwnedFeatureGroupAssignment_5_1_1_0()); }
)
|
(
- { before(grammarAccess.getVirtualBusTypeAccess().getOwnedDataPortAssignment_4_1_1_1()); }
- (rule__VirtualBusType__OwnedDataPortAssignment_4_1_1_1)
- { after(grammarAccess.getVirtualBusTypeAccess().getOwnedDataPortAssignment_4_1_1_1()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getOwnedDataPortAssignment_5_1_1_1()); }
+ (rule__VirtualBusType__OwnedDataPortAssignment_5_1_1_1)
+ { after(grammarAccess.getVirtualBusTypeAccess().getOwnedDataPortAssignment_5_1_1_1()); }
)
|
(
- { before(grammarAccess.getVirtualBusTypeAccess().getOwnedEventPortAssignment_4_1_1_2()); }
- (rule__VirtualBusType__OwnedEventPortAssignment_4_1_1_2)
- { after(grammarAccess.getVirtualBusTypeAccess().getOwnedEventPortAssignment_4_1_1_2()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getOwnedEventPortAssignment_5_1_1_2()); }
+ (rule__VirtualBusType__OwnedEventPortAssignment_5_1_1_2)
+ { after(grammarAccess.getVirtualBusTypeAccess().getOwnedEventPortAssignment_5_1_1_2()); }
)
|
(
- { before(grammarAccess.getVirtualBusTypeAccess().getOwnedEventDataPortAssignment_4_1_1_3()); }
- (rule__VirtualBusType__OwnedEventDataPortAssignment_4_1_1_3)
- { after(grammarAccess.getVirtualBusTypeAccess().getOwnedEventDataPortAssignment_4_1_1_3()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getOwnedEventDataPortAssignment_5_1_1_3()); }
+ (rule__VirtualBusType__OwnedEventDataPortAssignment_5_1_1_3)
+ { after(grammarAccess.getVirtualBusTypeAccess().getOwnedEventDataPortAssignment_5_1_1_3()); }
)
|
(
- { before(grammarAccess.getVirtualBusTypeAccess().getOwnedAbstractFeatureAssignment_4_1_1_4()); }
- (rule__VirtualBusType__OwnedAbstractFeatureAssignment_4_1_1_4)
- { after(grammarAccess.getVirtualBusTypeAccess().getOwnedAbstractFeatureAssignment_4_1_1_4()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getOwnedAbstractFeatureAssignment_5_1_1_4()); }
+ (rule__VirtualBusType__OwnedAbstractFeatureAssignment_5_1_1_4)
+ { after(grammarAccess.getVirtualBusTypeAccess().getOwnedAbstractFeatureAssignment_5_1_1_4()); }
)
|
(
- { before(grammarAccess.getVirtualBusTypeAccess().getOwnedBusAccessAssignment_4_1_1_5()); }
- (rule__VirtualBusType__OwnedBusAccessAssignment_4_1_1_5)
- { after(grammarAccess.getVirtualBusTypeAccess().getOwnedBusAccessAssignment_4_1_1_5()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getOwnedBusAccessAssignment_5_1_1_5()); }
+ (rule__VirtualBusType__OwnedBusAccessAssignment_5_1_1_5)
+ { after(grammarAccess.getVirtualBusTypeAccess().getOwnedBusAccessAssignment_5_1_1_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Alternatives_5
+rule__VirtualBusType__Alternatives_6
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getGroup_5_0()); }
- (rule__VirtualBusType__Group_5_0__0)
- { after(grammarAccess.getVirtualBusTypeAccess().getGroup_5_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getGroup_6_0()); }
+ (rule__VirtualBusType__Group_6_0__0)
+ { after(grammarAccess.getVirtualBusTypeAccess().getGroup_6_0()); }
)
|
(
- { before(grammarAccess.getVirtualBusTypeAccess().getGroup_5_1()); }
- (rule__VirtualBusType__Group_5_1__0)
- { after(grammarAccess.getVirtualBusTypeAccess().getGroup_5_1()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getGroup_6_1()); }
+ (rule__VirtualBusType__Group_6_1__0)
+ { after(grammarAccess.getVirtualBusTypeAccess().getGroup_6_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Alternatives_5_1_1
+rule__VirtualBusType__Alternatives_6_1_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_5_1_1_0()); }
- (rule__VirtualBusType__Alternatives_5_1_1_0)
- { after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_5_1_1_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_6_1_1_0()); }
+ (rule__VirtualBusType__Alternatives_6_1_1_0)
+ { after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_6_1_1_0()); }
)
(
- { before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_5_1_1_0()); }
- (rule__VirtualBusType__Alternatives_5_1_1_0)*
- { after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_5_1_1_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_6_1_1_0()); }
+ (rule__VirtualBusType__Alternatives_6_1_1_0)*
+ { after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_6_1_1_0()); }
)
)
|
(
- { before(grammarAccess.getVirtualBusTypeAccess().getGroup_5_1_1_1()); }
- (rule__VirtualBusType__Group_5_1_1_1__0)
- { after(grammarAccess.getVirtualBusTypeAccess().getGroup_5_1_1_1()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getGroup_6_1_1_1()); }
+ (rule__VirtualBusType__Group_6_1_1_1__0)
+ { after(grammarAccess.getVirtualBusTypeAccess().getGroup_6_1_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Alternatives_5_1_1_0
+rule__VirtualBusType__Alternatives_6_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getOwnedModeAssignment_5_1_1_0_0()); }
- (rule__VirtualBusType__OwnedModeAssignment_5_1_1_0_0)
- { after(grammarAccess.getVirtualBusTypeAccess().getOwnedModeAssignment_5_1_1_0_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getOwnedModeAssignment_6_1_1_0_0()); }
+ (rule__VirtualBusType__OwnedModeAssignment_6_1_1_0_0)
+ { after(grammarAccess.getVirtualBusTypeAccess().getOwnedModeAssignment_6_1_1_0_0()); }
)
|
(
- { before(grammarAccess.getVirtualBusTypeAccess().getOwnedModeTransitionAssignment_5_1_1_0_1()); }
- (rule__VirtualBusType__OwnedModeTransitionAssignment_5_1_1_0_1)
- { after(grammarAccess.getVirtualBusTypeAccess().getOwnedModeTransitionAssignment_5_1_1_0_1()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getOwnedModeTransitionAssignment_6_1_1_0_1()); }
+ (rule__VirtualBusType__OwnedModeTransitionAssignment_6_1_1_0_1)
+ { after(grammarAccess.getVirtualBusTypeAccess().getOwnedModeTransitionAssignment_6_1_1_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Alternatives_6_1
+rule__VirtualBusType__Alternatives_7_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getVirtualBusTypeAccess().getOwnedPropertyAssociationAssignment_6_1_0()); }
- (rule__VirtualBusType__OwnedPropertyAssociationAssignment_6_1_0)
- { after(grammarAccess.getVirtualBusTypeAccess().getOwnedPropertyAssociationAssignment_6_1_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0()); }
+ (rule__VirtualBusType__OwnedPropertyAssociationAssignment_7_1_0)
+ { after(grammarAccess.getVirtualBusTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0()); }
)
(
- { before(grammarAccess.getVirtualBusTypeAccess().getOwnedPropertyAssociationAssignment_6_1_0()); }
- (rule__VirtualBusType__OwnedPropertyAssociationAssignment_6_1_0)*
- { after(grammarAccess.getVirtualBusTypeAccess().getOwnedPropertyAssociationAssignment_6_1_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0()); }
+ (rule__VirtualBusType__OwnedPropertyAssociationAssignment_7_1_0)*
+ { after(grammarAccess.getVirtualBusTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0()); }
)
)
|
(
- { before(grammarAccess.getVirtualBusTypeAccess().getGroup_6_1_1()); }
- (rule__VirtualBusType__Group_6_1_1__0)
- { after(grammarAccess.getVirtualBusTypeAccess().getGroup_6_1_1()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getGroup_7_1_1()); }
+ (rule__VirtualBusType__Group_7_1_1__0)
+ { after(grammarAccess.getVirtualBusTypeAccess().getGroup_7_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Alternatives_3_1
+rule__VirtualProcessorType__Alternatives_4_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_3_1_0()); }
- (rule__VirtualProcessorType__Group_3_1_0__0)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_3_1_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_4_1_0()); }
+ (rule__VirtualProcessorType__Group_4_1_0__0)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_4_1_0()); }
)
|
(
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeAssignment_3_1_1()); }
- (rule__VirtualProcessorType__OwnedPrototypeAssignment_3_1_1)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeAssignment_3_1_1()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeAssignment_4_1_1()); }
+ (rule__VirtualProcessorType__OwnedPrototypeAssignment_4_1_1)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeAssignment_4_1_1()); }
)
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeAssignment_3_1_1()); }
- (rule__VirtualProcessorType__OwnedPrototypeAssignment_3_1_1)*
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeAssignment_3_1_1()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeAssignment_4_1_1()); }
+ (rule__VirtualProcessorType__OwnedPrototypeAssignment_4_1_1)*
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeAssignment_4_1_1()); }
)
)
;
@@ -9886,27 +8936,27 @@ finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Alternatives_4_1
+rule__VirtualProcessorType__Alternatives_5_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_4_1_0()); }
- (rule__VirtualProcessorType__Group_4_1_0__0)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_4_1_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_5_1_0()); }
+ (rule__VirtualProcessorType__Group_5_1_0__0)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_5_1_0()); }
)
|
(
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_4_1_1()); }
- (rule__VirtualProcessorType__Alternatives_4_1_1)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_4_1_1()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_5_1_1()); }
+ (rule__VirtualProcessorType__Alternatives_5_1_1)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_5_1_1()); }
)
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_4_1_1()); }
- (rule__VirtualProcessorType__Alternatives_4_1_1)*
- { after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_4_1_1()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_5_1_1()); }
+ (rule__VirtualProcessorType__Alternatives_5_1_1)*
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_5_1_1()); }
)
)
;
@@ -9914,183 +8964,183 @@ finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Alternatives_4_1_1
+rule__VirtualProcessorType__Alternatives_5_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedDataPortAssignment_4_1_1_0()); }
- (rule__VirtualProcessorType__OwnedDataPortAssignment_4_1_1_0)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedDataPortAssignment_4_1_1_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedDataPortAssignment_5_1_1_0()); }
+ (rule__VirtualProcessorType__OwnedDataPortAssignment_5_1_1_0)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedDataPortAssignment_5_1_1_0()); }
)
|
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedEventPortAssignment_4_1_1_1()); }
- (rule__VirtualProcessorType__OwnedEventPortAssignment_4_1_1_1)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedEventPortAssignment_4_1_1_1()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedEventPortAssignment_5_1_1_1()); }
+ (rule__VirtualProcessorType__OwnedEventPortAssignment_5_1_1_1)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedEventPortAssignment_5_1_1_1()); }
)
|
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedEventDataPortAssignment_4_1_1_2()); }
- (rule__VirtualProcessorType__OwnedEventDataPortAssignment_4_1_1_2)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedEventDataPortAssignment_4_1_1_2()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedEventDataPortAssignment_5_1_1_2()); }
+ (rule__VirtualProcessorType__OwnedEventDataPortAssignment_5_1_1_2)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedEventDataPortAssignment_5_1_1_2()); }
)
|
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFeatureGroupAssignment_4_1_1_3()); }
- (rule__VirtualProcessorType__OwnedFeatureGroupAssignment_4_1_1_3)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFeatureGroupAssignment_4_1_1_3()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFeatureGroupAssignment_5_1_1_3()); }
+ (rule__VirtualProcessorType__OwnedFeatureGroupAssignment_5_1_1_3)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFeatureGroupAssignment_5_1_1_3()); }
)
|
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedSubprogramAccessAssignment_4_1_1_4()); }
- (rule__VirtualProcessorType__OwnedSubprogramAccessAssignment_4_1_1_4)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedSubprogramAccessAssignment_4_1_1_4()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedSubprogramAccessAssignment_5_1_1_4()); }
+ (rule__VirtualProcessorType__OwnedSubprogramAccessAssignment_5_1_1_4)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedSubprogramAccessAssignment_5_1_1_4()); }
)
|
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedSubprogramGroupAccessAssignment_4_1_1_5()); }
- (rule__VirtualProcessorType__OwnedSubprogramGroupAccessAssignment_4_1_1_5)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedSubprogramGroupAccessAssignment_4_1_1_5()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedSubprogramGroupAccessAssignment_5_1_1_5()); }
+ (rule__VirtualProcessorType__OwnedSubprogramGroupAccessAssignment_5_1_1_5)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedSubprogramGroupAccessAssignment_5_1_1_5()); }
)
|
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedAbstractFeatureAssignment_4_1_1_6()); }
- (rule__VirtualProcessorType__OwnedAbstractFeatureAssignment_4_1_1_6)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedAbstractFeatureAssignment_4_1_1_6()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedAbstractFeatureAssignment_5_1_1_6()); }
+ (rule__VirtualProcessorType__OwnedAbstractFeatureAssignment_5_1_1_6)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedAbstractFeatureAssignment_5_1_1_6()); }
)
|
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedBusAccessAssignment_4_1_1_7()); }
- (rule__VirtualProcessorType__OwnedBusAccessAssignment_4_1_1_7)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedBusAccessAssignment_4_1_1_7()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedBusAccessAssignment_5_1_1_7()); }
+ (rule__VirtualProcessorType__OwnedBusAccessAssignment_5_1_1_7)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedBusAccessAssignment_5_1_1_7()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Alternatives_5_1
+rule__VirtualProcessorType__Alternatives_6_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0()); }
- (rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_5_1_0)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFlowSpecificationAssignment_6_1_0()); }
+ (rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_6_1_0)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFlowSpecificationAssignment_6_1_0()); }
)
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0()); }
- (rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_5_1_0)*
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFlowSpecificationAssignment_6_1_0()); }
+ (rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_6_1_0)*
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFlowSpecificationAssignment_6_1_0()); }
)
)
|
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_5_1_1()); }
- (rule__VirtualProcessorType__Group_5_1_1__0)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_5_1_1()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_6_1_1()); }
+ (rule__VirtualProcessorType__Group_6_1_1__0)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_6_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Alternatives_6
+rule__VirtualProcessorType__Alternatives_7
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_6_0()); }
- (rule__VirtualProcessorType__Group_6_0__0)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_6_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_7_0()); }
+ (rule__VirtualProcessorType__Group_7_0__0)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_7_0()); }
)
|
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_6_1()); }
- (rule__VirtualProcessorType__Group_6_1__0)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_6_1()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_7_1()); }
+ (rule__VirtualProcessorType__Group_7_1__0)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_7_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Alternatives_6_1_1
+rule__VirtualProcessorType__Alternatives_7_1_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_6_1_1_0()); }
- (rule__VirtualProcessorType__Alternatives_6_1_1_0)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_6_1_1_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_7_1_1_0()); }
+ (rule__VirtualProcessorType__Alternatives_7_1_1_0)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_7_1_1_0()); }
)
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_6_1_1_0()); }
- (rule__VirtualProcessorType__Alternatives_6_1_1_0)*
- { after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_6_1_1_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_7_1_1_0()); }
+ (rule__VirtualProcessorType__Alternatives_7_1_1_0)*
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_7_1_1_0()); }
)
)
|
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_6_1_1_1()); }
- (rule__VirtualProcessorType__Group_6_1_1_1__0)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_6_1_1_1()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_7_1_1_1()); }
+ (rule__VirtualProcessorType__Group_7_1_1_1__0)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_7_1_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Alternatives_6_1_1_0
+rule__VirtualProcessorType__Alternatives_7_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeAssignment_6_1_1_0_0()); }
- (rule__VirtualProcessorType__OwnedModeAssignment_6_1_1_0_0)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeAssignment_6_1_1_0_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeAssignment_7_1_1_0_0()); }
+ (rule__VirtualProcessorType__OwnedModeAssignment_7_1_1_0_0)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeAssignment_7_1_1_0_0()); }
)
|
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeTransitionAssignment_6_1_1_0_1()); }
- (rule__VirtualProcessorType__OwnedModeTransitionAssignment_6_1_1_0_1)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeTransitionAssignment_6_1_1_0_1()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeTransitionAssignment_7_1_1_0_1()); }
+ (rule__VirtualProcessorType__OwnedModeTransitionAssignment_7_1_1_0_1)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeTransitionAssignment_7_1_1_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Alternatives_7_1
+rule__VirtualProcessorType__Alternatives_8_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0()); }
- (rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_7_1_0)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPropertyAssociationAssignment_8_1_0()); }
+ (rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_8_1_0)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPropertyAssociationAssignment_8_1_0()); }
)
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0()); }
- (rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_7_1_0)*
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPropertyAssociationAssignment_8_1_0()); }
+ (rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_8_1_0)*
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPropertyAssociationAssignment_8_1_0()); }
)
)
|
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_7_1_1()); }
- (rule__VirtualProcessorType__Group_7_1_1__0)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_7_1_1()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_8_1_1()); }
+ (rule__VirtualProcessorType__Group_8_1_1__0)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_8_1_1()); }
)
;
finally {
@@ -10411,652 +9461,591 @@ finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__Alternatives_6_1
+rule__AbstractImplementation__Alternatives_7_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- (rule__AbstractImplementation__OwnedPrototypeAssignment_6_1_0)
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
+ (rule__AbstractImplementation__OwnedPrototypeAssignment_7_1_0)
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
)
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- (rule__AbstractImplementation__OwnedPrototypeAssignment_6_1_0)*
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
+ (rule__AbstractImplementation__OwnedPrototypeAssignment_7_1_0)*
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
)
)
|
(
- { before(grammarAccess.getAbstractImplementationAccess().getGroup_6_1_1()); }
- (rule__AbstractImplementation__Group_6_1_1__0)
- { after(grammarAccess.getAbstractImplementationAccess().getGroup_6_1_1()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getGroup_7_1_1()); }
+ (rule__AbstractImplementation__Group_7_1_1__0)
+ { after(grammarAccess.getAbstractImplementationAccess().getGroup_7_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__Alternatives_7_1
+rule__AbstractImplementation__Alternatives_8_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getAbstractImplementationAccess().getAlternatives_7_1_0()); }
- (rule__AbstractImplementation__Alternatives_7_1_0)
- { after(grammarAccess.getAbstractImplementationAccess().getAlternatives_7_1_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getAlternatives_8_1_0()); }
+ (rule__AbstractImplementation__Alternatives_8_1_0)
+ { after(grammarAccess.getAbstractImplementationAccess().getAlternatives_8_1_0()); }
)
(
- { before(grammarAccess.getAbstractImplementationAccess().getAlternatives_7_1_0()); }
- (rule__AbstractImplementation__Alternatives_7_1_0)*
- { after(grammarAccess.getAbstractImplementationAccess().getAlternatives_7_1_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getAlternatives_8_1_0()); }
+ (rule__AbstractImplementation__Alternatives_8_1_0)*
+ { after(grammarAccess.getAbstractImplementationAccess().getAlternatives_8_1_0()); }
)
)
|
(
- { before(grammarAccess.getAbstractImplementationAccess().getGroup_7_1_1()); }
- (rule__AbstractImplementation__Group_7_1_1__0)
- { after(grammarAccess.getAbstractImplementationAccess().getGroup_7_1_1()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getGroup_8_1_1()); }
+ (rule__AbstractImplementation__Group_8_1_1__0)
+ { after(grammarAccess.getAbstractImplementationAccess().getGroup_8_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__Alternatives_7_1_0
+rule__AbstractImplementation__Alternatives_8_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedSystemSubcomponentAssignment_7_1_0_0()); }
- (rule__AbstractImplementation__OwnedSystemSubcomponentAssignment_7_1_0_0)
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedSystemSubcomponentAssignment_7_1_0_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedSystemSubcomponentAssignment_8_1_0_0()); }
+ (rule__AbstractImplementation__OwnedSystemSubcomponentAssignment_8_1_0_0)
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedSystemSubcomponentAssignment_8_1_0_0()); }
)
|
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_1()); }
- (rule__AbstractImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1)
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_1()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramSubcomponentAssignment_8_1_0_1()); }
+ (rule__AbstractImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1)
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramSubcomponentAssignment_8_1_0_1()); }
)
|
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_7_1_0_2()); }
- (rule__AbstractImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2)
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_7_1_0_2()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_8_1_0_2()); }
+ (rule__AbstractImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_2)
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_8_1_0_2()); }
)
|
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedThreadSubcomponentAssignment_7_1_0_3()); }
- (rule__AbstractImplementation__OwnedThreadSubcomponentAssignment_7_1_0_3)
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedThreadSubcomponentAssignment_7_1_0_3()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedThreadSubcomponentAssignment_8_1_0_3()); }
+ (rule__AbstractImplementation__OwnedThreadSubcomponentAssignment_8_1_0_3)
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedThreadSubcomponentAssignment_8_1_0_3()); }
)
|
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedThreadGroupSubcomponentAssignment_7_1_0_4()); }
- (rule__AbstractImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_4)
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedThreadGroupSubcomponentAssignment_7_1_0_4()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedThreadGroupSubcomponentAssignment_8_1_0_4()); }
+ (rule__AbstractImplementation__OwnedThreadGroupSubcomponentAssignment_8_1_0_4)
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedThreadGroupSubcomponentAssignment_8_1_0_4()); }
)
|
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedProcessSubcomponentAssignment_7_1_0_5()); }
- (rule__AbstractImplementation__OwnedProcessSubcomponentAssignment_7_1_0_5)
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedProcessSubcomponentAssignment_7_1_0_5()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedProcessSubcomponentAssignment_8_1_0_5()); }
+ (rule__AbstractImplementation__OwnedProcessSubcomponentAssignment_8_1_0_5)
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedProcessSubcomponentAssignment_8_1_0_5()); }
)
|
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedProcessorSubcomponentAssignment_7_1_0_6()); }
- (rule__AbstractImplementation__OwnedProcessorSubcomponentAssignment_7_1_0_6)
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedProcessorSubcomponentAssignment_7_1_0_6()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedProcessorSubcomponentAssignment_8_1_0_6()); }
+ (rule__AbstractImplementation__OwnedProcessorSubcomponentAssignment_8_1_0_6)
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedProcessorSubcomponentAssignment_8_1_0_6()); }
)
|
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_7_1_0_7()); }
- (rule__AbstractImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_7)
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_7_1_0_7()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_8_1_0_7()); }
+ (rule__AbstractImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_7)
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_8_1_0_7()); }
)
|
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedMemorySubcomponentAssignment_7_1_0_8()); }
- (rule__AbstractImplementation__OwnedMemorySubcomponentAssignment_7_1_0_8)
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedMemorySubcomponentAssignment_7_1_0_8()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedMemorySubcomponentAssignment_8_1_0_8()); }
+ (rule__AbstractImplementation__OwnedMemorySubcomponentAssignment_8_1_0_8)
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedMemorySubcomponentAssignment_8_1_0_8()); }
)
|
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedDeviceSubcomponentAssignment_7_1_0_9()); }
- (rule__AbstractImplementation__OwnedDeviceSubcomponentAssignment_7_1_0_9)
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedDeviceSubcomponentAssignment_7_1_0_9()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedDeviceSubcomponentAssignment_8_1_0_9()); }
+ (rule__AbstractImplementation__OwnedDeviceSubcomponentAssignment_8_1_0_9)
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedDeviceSubcomponentAssignment_8_1_0_9()); }
)
|
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedBusSubcomponentAssignment_7_1_0_10()); }
- (rule__AbstractImplementation__OwnedBusSubcomponentAssignment_7_1_0_10)
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedBusSubcomponentAssignment_7_1_0_10()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedBusSubcomponentAssignment_8_1_0_10()); }
+ (rule__AbstractImplementation__OwnedBusSubcomponentAssignment_8_1_0_10)
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedBusSubcomponentAssignment_8_1_0_10()); }
)
|
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_11()); }
- (rule__AbstractImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_11)
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_11()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_8_1_0_11()); }
+ (rule__AbstractImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_11)
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_8_1_0_11()); }
)
|
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_12()); }
- (rule__AbstractImplementation__OwnedDataSubcomponentAssignment_7_1_0_12)
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_12()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_12()); }
+ (rule__AbstractImplementation__OwnedDataSubcomponentAssignment_8_1_0_12)
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_12()); }
)
|
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_13()); }
- (rule__AbstractImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_13)
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_13()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_13()); }
+ (rule__AbstractImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_13)
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_13()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__Alternatives_8_1
+rule__AbstractImplementation__Alternatives_9_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedEventSourceAssignment_8_1_0()); }
- (rule__AbstractImplementation__OwnedEventSourceAssignment_8_1_0)
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedEventSourceAssignment_8_1_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedEventSourceAssignment_9_2_0()); }
+ (rule__AbstractImplementation__OwnedEventSourceAssignment_9_2_0)
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedEventSourceAssignment_9_2_0()); }
)
|
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1()); }
- (rule__AbstractImplementation__OwnedEventDataSourceAssignment_8_1_1)
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1()); }
+ (rule__AbstractImplementation__OwnedEventDataSourceAssignment_9_2_1)
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__Alternatives_9_1
+rule__AbstractImplementation__Alternatives_10_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedPortProxyAssignment_9_1_0()); }
- (rule__AbstractImplementation__OwnedPortProxyAssignment_9_1_0)
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedPortProxyAssignment_9_1_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedPortProxyAssignment_10_2_0()); }
+ (rule__AbstractImplementation__OwnedPortProxyAssignment_10_2_0)
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedPortProxyAssignment_10_2_0()); }
)
|
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1()); }
- (rule__AbstractImplementation__OwnedSubprogramProxyAssignment_9_1_1)
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramProxyAssignment_10_2_1()); }
+ (rule__AbstractImplementation__OwnedSubprogramProxyAssignment_10_2_1)
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramProxyAssignment_10_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__Alternatives_10_1
+rule__AbstractImplementation__Alternatives_11_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramCallSequenceAssignment_10_1_0()); }
- (rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0)
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramCallSequenceAssignment_10_1_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramCallSequenceAssignment_11_1_0()); }
+ (rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0)
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramCallSequenceAssignment_11_1_0()); }
)
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramCallSequenceAssignment_10_1_0()); }
- (rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0)*
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramCallSequenceAssignment_10_1_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramCallSequenceAssignment_11_1_0()); }
+ (rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0)*
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramCallSequenceAssignment_11_1_0()); }
)
)
|
(
- { before(grammarAccess.getAbstractImplementationAccess().getGroup_10_1_1()); }
- (rule__AbstractImplementation__Group_10_1_1__0)
- { after(grammarAccess.getAbstractImplementationAccess().getGroup_10_1_1()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getGroup_11_1_1()); }
+ (rule__AbstractImplementation__Group_11_1_1__0)
+ { after(grammarAccess.getAbstractImplementationAccess().getGroup_11_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__Alternatives_11_1
+rule__AbstractImplementation__Alternatives_12_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getAbstractImplementationAccess().getAlternatives_11_1_0()); }
- (rule__AbstractImplementation__Alternatives_11_1_0)
- { after(grammarAccess.getAbstractImplementationAccess().getAlternatives_11_1_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getAlternatives_12_1_0()); }
+ (rule__AbstractImplementation__Alternatives_12_1_0)
+ { after(grammarAccess.getAbstractImplementationAccess().getAlternatives_12_1_0()); }
)
(
- { before(grammarAccess.getAbstractImplementationAccess().getAlternatives_11_1_0()); }
- (rule__AbstractImplementation__Alternatives_11_1_0)*
- { after(grammarAccess.getAbstractImplementationAccess().getAlternatives_11_1_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getAlternatives_12_1_0()); }
+ (rule__AbstractImplementation__Alternatives_12_1_0)*
+ { after(grammarAccess.getAbstractImplementationAccess().getAlternatives_12_1_0()); }
)
)
|
(
- { before(grammarAccess.getAbstractImplementationAccess().getGroup_11_1_1()); }
- (rule__AbstractImplementation__Group_11_1_1__0)
- { after(grammarAccess.getAbstractImplementationAccess().getGroup_11_1_1()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getGroup_12_1_1()); }
+ (rule__AbstractImplementation__Group_12_1_1__0)
+ { after(grammarAccess.getAbstractImplementationAccess().getGroup_12_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__Alternatives_11_1_0
+rule__AbstractImplementation__Alternatives_12_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedPortConnectionAssignment_11_1_0_0()); }
- (rule__AbstractImplementation__OwnedPortConnectionAssignment_11_1_0_0)
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedPortConnectionAssignment_11_1_0_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedPortConnectionAssignment_12_1_0_0()); }
+ (rule__AbstractImplementation__OwnedPortConnectionAssignment_12_1_0_0)
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedPortConnectionAssignment_12_1_0_0()); }
)
|
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_1()); }
- (rule__AbstractImplementation__OwnedAccessConnectionAssignment_11_1_0_1)
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_1()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedAccessConnectionAssignment_12_1_0_1()); }
+ (rule__AbstractImplementation__OwnedAccessConnectionAssignment_12_1_0_1)
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedAccessConnectionAssignment_12_1_0_1()); }
)
|
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_2()); }
- (rule__AbstractImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2)
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_2()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedFeatureGroupConnectionAssignment_12_1_0_2()); }
+ (rule__AbstractImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2)
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedFeatureGroupConnectionAssignment_12_1_0_2()); }
)
|
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_3()); }
- (rule__AbstractImplementation__OwnedFeatureConnectionAssignment_11_1_0_3)
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_3()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedFeatureConnectionAssignment_12_1_0_3()); }
+ (rule__AbstractImplementation__OwnedFeatureConnectionAssignment_12_1_0_3)
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedFeatureConnectionAssignment_12_1_0_3()); }
)
|
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedParameterConnectionAssignment_11_1_0_4()); }
- (rule__AbstractImplementation__OwnedParameterConnectionAssignment_11_1_0_4)
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedParameterConnectionAssignment_11_1_0_4()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedParameterConnectionAssignment_12_1_0_4()); }
+ (rule__AbstractImplementation__OwnedParameterConnectionAssignment_12_1_0_4)
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedParameterConnectionAssignment_12_1_0_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__Alternatives_12_1
+rule__AbstractImplementation__Alternatives_13_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getAbstractImplementationAccess().getAlternatives_12_1_0()); }
- (rule__AbstractImplementation__Alternatives_12_1_0)
- { after(grammarAccess.getAbstractImplementationAccess().getAlternatives_12_1_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getAlternatives_13_1_0()); }
+ (rule__AbstractImplementation__Alternatives_13_1_0)
+ { after(grammarAccess.getAbstractImplementationAccess().getAlternatives_13_1_0()); }
)
(
- { before(grammarAccess.getAbstractImplementationAccess().getAlternatives_12_1_0()); }
- (rule__AbstractImplementation__Alternatives_12_1_0)*
- { after(grammarAccess.getAbstractImplementationAccess().getAlternatives_12_1_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getAlternatives_13_1_0()); }
+ (rule__AbstractImplementation__Alternatives_13_1_0)*
+ { after(grammarAccess.getAbstractImplementationAccess().getAlternatives_13_1_0()); }
)
)
|
(
- { before(grammarAccess.getAbstractImplementationAccess().getGroup_12_1_1()); }
- (rule__AbstractImplementation__Group_12_1_1__0)
- { after(grammarAccess.getAbstractImplementationAccess().getGroup_12_1_1()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getGroup_13_1_1()); }
+ (rule__AbstractImplementation__Group_13_1_1__0)
+ { after(grammarAccess.getAbstractImplementationAccess().getGroup_13_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__Alternatives_12_1_0
+rule__AbstractImplementation__Alternatives_13_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0()); }
- (rule__AbstractImplementation__OwnedFlowImplementationAssignment_12_1_0_0)
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedFlowImplementationAssignment_13_1_0_0()); }
+ (rule__AbstractImplementation__OwnedFlowImplementationAssignment_13_1_0_0)
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedFlowImplementationAssignment_13_1_0_0()); }
)
|
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1()); }
- (rule__AbstractImplementation__OwnedEndToEndFlowAssignment_12_1_0_1)
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedEndToEndFlowAssignment_13_1_0_1()); }
+ (rule__AbstractImplementation__OwnedEndToEndFlowAssignment_13_1_0_1)
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedEndToEndFlowAssignment_13_1_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__Alternatives_13_1
+rule__AbstractImplementation__Alternatives_14_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getAbstractImplementationAccess().getAlternatives_13_1_0()); }
- (rule__AbstractImplementation__Alternatives_13_1_0)
- { after(grammarAccess.getAbstractImplementationAccess().getAlternatives_13_1_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getAlternatives_14_1_0()); }
+ (rule__AbstractImplementation__Alternatives_14_1_0)
+ { after(grammarAccess.getAbstractImplementationAccess().getAlternatives_14_1_0()); }
)
(
- { before(grammarAccess.getAbstractImplementationAccess().getAlternatives_13_1_0()); }
- (rule__AbstractImplementation__Alternatives_13_1_0)*
- { after(grammarAccess.getAbstractImplementationAccess().getAlternatives_13_1_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getAlternatives_14_1_0()); }
+ (rule__AbstractImplementation__Alternatives_14_1_0)*
+ { after(grammarAccess.getAbstractImplementationAccess().getAlternatives_14_1_0()); }
)
)
|
(
- { before(grammarAccess.getAbstractImplementationAccess().getGroup_13_1_1()); }
- (rule__AbstractImplementation__Group_13_1_1__0)
- { after(grammarAccess.getAbstractImplementationAccess().getGroup_13_1_1()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getGroup_14_1_1()); }
+ (rule__AbstractImplementation__Group_14_1_1__0)
+ { after(grammarAccess.getAbstractImplementationAccess().getGroup_14_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__Alternatives_13_1_0
+rule__AbstractImplementation__Alternatives_14_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedModeAssignment_13_1_0_0()); }
- (rule__AbstractImplementation__OwnedModeAssignment_13_1_0_0)
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedModeAssignment_13_1_0_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedModeAssignment_14_1_0_0()); }
+ (rule__AbstractImplementation__OwnedModeAssignment_14_1_0_0)
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedModeAssignment_14_1_0_0()); }
)
|
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1()); }
- (rule__AbstractImplementation__OwnedModeTransitionAssignment_13_1_0_1)
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedModeTransitionAssignment_14_1_0_1()); }
+ (rule__AbstractImplementation__OwnedModeTransitionAssignment_14_1_0_1)
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedModeTransitionAssignment_14_1_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__Alternatives_14_1
+rule__AbstractImplementation__Alternatives_15_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0()); }
- (rule__AbstractImplementation__OwnedPropertyAssociationAssignment_14_1_0)
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0()); }
+ (rule__AbstractImplementation__OwnedPropertyAssociationAssignment_15_1_0)
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0()); }
)
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0()); }
- (rule__AbstractImplementation__OwnedPropertyAssociationAssignment_14_1_0)*
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0()); }
+ (rule__AbstractImplementation__OwnedPropertyAssociationAssignment_15_1_0)*
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0()); }
)
)
|
(
- { before(grammarAccess.getAbstractImplementationAccess().getGroup_14_1_1()); }
- (rule__AbstractImplementation__Group_14_1_1__0)
- { after(grammarAccess.getAbstractImplementationAccess().getGroup_14_1_1()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getGroup_15_1_1()); }
+ (rule__AbstractImplementation__Group_15_1_1__0)
+ { after(grammarAccess.getAbstractImplementationAccess().getGroup_15_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__Alternatives_6_1
+rule__SystemImplementation__Alternatives_7_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- (rule__SystemImplementation__OwnedPrototypeAssignment_6_1_0)
- { after(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
+ (rule__SystemImplementation__OwnedPrototypeAssignment_7_1_0)
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
)
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- (rule__SystemImplementation__OwnedPrototypeAssignment_6_1_0)*
- { after(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
+ (rule__SystemImplementation__OwnedPrototypeAssignment_7_1_0)*
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
)
)
|
(
- { before(grammarAccess.getSystemImplementationAccess().getGroup_6_1_1()); }
- (rule__SystemImplementation__Group_6_1_1__0)
- { after(grammarAccess.getSystemImplementationAccess().getGroup_6_1_1()); }
+ { before(grammarAccess.getSystemImplementationAccess().getGroup_7_1_1()); }
+ (rule__SystemImplementation__Group_7_1_1__0)
+ { after(grammarAccess.getSystemImplementationAccess().getGroup_7_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__Alternatives_7_1
+rule__SystemImplementation__Alternatives_8_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getSystemImplementationAccess().getAlternatives_7_1_0()); }
- (rule__SystemImplementation__Alternatives_7_1_0)
- { after(grammarAccess.getSystemImplementationAccess().getAlternatives_7_1_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getAlternatives_8_1_0()); }
+ (rule__SystemImplementation__Alternatives_8_1_0)
+ { after(grammarAccess.getSystemImplementationAccess().getAlternatives_8_1_0()); }
)
(
- { before(grammarAccess.getSystemImplementationAccess().getAlternatives_7_1_0()); }
- (rule__SystemImplementation__Alternatives_7_1_0)*
- { after(grammarAccess.getSystemImplementationAccess().getAlternatives_7_1_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getAlternatives_8_1_0()); }
+ (rule__SystemImplementation__Alternatives_8_1_0)*
+ { after(grammarAccess.getSystemImplementationAccess().getAlternatives_8_1_0()); }
)
)
|
(
- { before(grammarAccess.getSystemImplementationAccess().getGroup_7_1_1()); }
- (rule__SystemImplementation__Group_7_1_1__0)
- { after(grammarAccess.getSystemImplementationAccess().getGroup_7_1_1()); }
+ { before(grammarAccess.getSystemImplementationAccess().getGroup_8_1_1()); }
+ (rule__SystemImplementation__Group_8_1_1__0)
+ { after(grammarAccess.getSystemImplementationAccess().getGroup_8_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__Alternatives_7_1_0
+rule__SystemImplementation__Alternatives_8_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedSystemSubcomponentAssignment_7_1_0_0()); }
- (rule__SystemImplementation__OwnedSystemSubcomponentAssignment_7_1_0_0)
- { after(grammarAccess.getSystemImplementationAccess().getOwnedSystemSubcomponentAssignment_7_1_0_0()); }
- )
- |
- (
- { before(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_1()); }
- (rule__SystemImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1)
- { after(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_1()); }
- )
- |
- (
- { before(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_7_1_0_2()); }
- (rule__SystemImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2)
- { after(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_7_1_0_2()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedSystemSubcomponentAssignment_8_1_0_0()); }
+ (rule__SystemImplementation__OwnedSystemSubcomponentAssignment_8_1_0_0)
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedSystemSubcomponentAssignment_8_1_0_0()); }
)
|
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedProcessSubcomponentAssignment_7_1_0_3()); }
- (rule__SystemImplementation__OwnedProcessSubcomponentAssignment_7_1_0_3)
- { after(grammarAccess.getSystemImplementationAccess().getOwnedProcessSubcomponentAssignment_7_1_0_3()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramSubcomponentAssignment_8_1_0_1()); }
+ (rule__SystemImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1)
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramSubcomponentAssignment_8_1_0_1()); }
)
|
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedProcessorSubcomponentAssignment_7_1_0_4()); }
- (rule__SystemImplementation__OwnedProcessorSubcomponentAssignment_7_1_0_4)
- { after(grammarAccess.getSystemImplementationAccess().getOwnedProcessorSubcomponentAssignment_7_1_0_4()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_8_1_0_2()); }
+ (rule__SystemImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_2)
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_8_1_0_2()); }
)
|
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_7_1_0_5()); }
- (rule__SystemImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_5)
- { after(grammarAccess.getSystemImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_7_1_0_5()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedProcessSubcomponentAssignment_8_1_0_3()); }
+ (rule__SystemImplementation__OwnedProcessSubcomponentAssignment_8_1_0_3)
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedProcessSubcomponentAssignment_8_1_0_3()); }
)
|
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedMemorySubcomponentAssignment_7_1_0_6()); }
- (rule__SystemImplementation__OwnedMemorySubcomponentAssignment_7_1_0_6)
- { after(grammarAccess.getSystemImplementationAccess().getOwnedMemorySubcomponentAssignment_7_1_0_6()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedProcessorSubcomponentAssignment_8_1_0_4()); }
+ (rule__SystemImplementation__OwnedProcessorSubcomponentAssignment_8_1_0_4)
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedProcessorSubcomponentAssignment_8_1_0_4()); }
)
|
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedDeviceSubcomponentAssignment_7_1_0_7()); }
- (rule__SystemImplementation__OwnedDeviceSubcomponentAssignment_7_1_0_7)
- { after(grammarAccess.getSystemImplementationAccess().getOwnedDeviceSubcomponentAssignment_7_1_0_7()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_8_1_0_5()); }
+ (rule__SystemImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_5)
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_8_1_0_5()); }
)
|
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedBusSubcomponentAssignment_7_1_0_8()); }
- (rule__SystemImplementation__OwnedBusSubcomponentAssignment_7_1_0_8)
- { after(grammarAccess.getSystemImplementationAccess().getOwnedBusSubcomponentAssignment_7_1_0_8()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedMemorySubcomponentAssignment_8_1_0_6()); }
+ (rule__SystemImplementation__OwnedMemorySubcomponentAssignment_8_1_0_6)
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedMemorySubcomponentAssignment_8_1_0_6()); }
)
|
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_9()); }
- (rule__SystemImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_9)
- { after(grammarAccess.getSystemImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_9()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedDeviceSubcomponentAssignment_8_1_0_7()); }
+ (rule__SystemImplementation__OwnedDeviceSubcomponentAssignment_8_1_0_7)
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedDeviceSubcomponentAssignment_8_1_0_7()); }
)
|
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_10()); }
- (rule__SystemImplementation__OwnedDataSubcomponentAssignment_7_1_0_10)
- { after(grammarAccess.getSystemImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_10()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedBusSubcomponentAssignment_8_1_0_8()); }
+ (rule__SystemImplementation__OwnedBusSubcomponentAssignment_8_1_0_8)
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedBusSubcomponentAssignment_8_1_0_8()); }
)
|
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_11()); }
- (rule__SystemImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_11)
- { after(grammarAccess.getSystemImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_11()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SystemImplementation__Alternatives_8_1
- @init {
- int stackSize = keepStackSize();
- }
-:
- (
- { before(grammarAccess.getSystemImplementationAccess().getOwnedEventSourceAssignment_8_1_0()); }
- (rule__SystemImplementation__OwnedEventSourceAssignment_8_1_0)
- { after(grammarAccess.getSystemImplementationAccess().getOwnedEventSourceAssignment_8_1_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_8_1_0_9()); }
+ (rule__SystemImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_9)
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_8_1_0_9()); }
)
|
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1()); }
- (rule__SystemImplementation__OwnedEventDataSourceAssignment_8_1_1)
- { after(grammarAccess.getSystemImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SystemImplementation__Alternatives_9_1
- @init {
- int stackSize = keepStackSize();
- }
-:
- (
- { before(grammarAccess.getSystemImplementationAccess().getOwnedPortProxyAssignment_9_1_0()); }
- (rule__SystemImplementation__OwnedPortProxyAssignment_9_1_0)
- { after(grammarAccess.getSystemImplementationAccess().getOwnedPortProxyAssignment_9_1_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_10()); }
+ (rule__SystemImplementation__OwnedDataSubcomponentAssignment_8_1_0_10)
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_10()); }
)
|
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1()); }
- (rule__SystemImplementation__OwnedSubprogramProxyAssignment_9_1_1)
- { after(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_11()); }
+ (rule__SystemImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_11)
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_11()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__Alternatives_10_1
+rule__SystemImplementation__Alternatives_9_2
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getSystemImplementationAccess().getAlternatives_10_1_0()); }
- (rule__SystemImplementation__Alternatives_10_1_0)
- { after(grammarAccess.getSystemImplementationAccess().getAlternatives_10_1_0()); }
- )
- (
- { before(grammarAccess.getSystemImplementationAccess().getAlternatives_10_1_0()); }
- (rule__SystemImplementation__Alternatives_10_1_0)*
- { after(grammarAccess.getSystemImplementationAccess().getAlternatives_10_1_0()); }
- )
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedEventSourceAssignment_9_2_0()); }
+ (rule__SystemImplementation__OwnedEventSourceAssignment_9_2_0)
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedEventSourceAssignment_9_2_0()); }
)
|
(
- { before(grammarAccess.getSystemImplementationAccess().getGroup_10_1_1()); }
- (rule__SystemImplementation__Group_10_1_1__0)
- { after(grammarAccess.getSystemImplementationAccess().getGroup_10_1_1()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1()); }
+ (rule__SystemImplementation__OwnedEventDataSourceAssignment_9_2_1)
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__Alternatives_10_1_0
+rule__SystemImplementation__Alternatives_10_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedPortConnectionAssignment_10_1_0_0()); }
- (rule__SystemImplementation__OwnedPortConnectionAssignment_10_1_0_0)
- { after(grammarAccess.getSystemImplementationAccess().getOwnedPortConnectionAssignment_10_1_0_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedPortProxyAssignment_10_2_0()); }
+ (rule__SystemImplementation__OwnedPortProxyAssignment_10_2_0)
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedPortProxyAssignment_10_2_0()); }
)
|
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_1()); }
- (rule__SystemImplementation__OwnedAccessConnectionAssignment_10_1_0_1)
- { after(grammarAccess.getSystemImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_1()); }
- )
- |
- (
- { before(grammarAccess.getSystemImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_2()); }
- (rule__SystemImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2)
- { after(grammarAccess.getSystemImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_2()); }
- )
- |
- (
- { before(grammarAccess.getSystemImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_3()); }
- (rule__SystemImplementation__OwnedFeatureConnectionAssignment_10_1_0_3)
- { after(grammarAccess.getSystemImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_3()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramProxyAssignment_10_2_1()); }
+ (rule__SystemImplementation__OwnedSubprogramProxyAssignment_10_2_1)
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramProxyAssignment_10_2_1()); }
)
;
finally {
@@ -11097,15 +10086,27 @@ rule__SystemImplementation__Alternatives_11_1_0
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0()); }
- (rule__SystemImplementation__OwnedFlowImplementationAssignment_11_1_0_0)
- { after(grammarAccess.getSystemImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedPortConnectionAssignment_11_1_0_0()); }
+ (rule__SystemImplementation__OwnedPortConnectionAssignment_11_1_0_0)
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedPortConnectionAssignment_11_1_0_0()); }
+ )
+ |
+ (
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_1()); }
+ (rule__SystemImplementation__OwnedAccessConnectionAssignment_11_1_0_1)
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_1()); }
)
|
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1()); }
- (rule__SystemImplementation__OwnedEndToEndFlowAssignment_11_1_0_1)
- { after(grammarAccess.getSystemImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_2()); }
+ (rule__SystemImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2)
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_2()); }
+ )
+ |
+ (
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_3()); }
+ (rule__SystemImplementation__OwnedFeatureConnectionAssignment_11_1_0_3)
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_3()); }
)
;
finally {
@@ -11146,15 +10147,15 @@ rule__SystemImplementation__Alternatives_12_1_0
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedModeAssignment_12_1_0_0()); }
- (rule__SystemImplementation__OwnedModeAssignment_12_1_0_0)
- { after(grammarAccess.getSystemImplementationAccess().getOwnedModeAssignment_12_1_0_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0()); }
+ (rule__SystemImplementation__OwnedFlowImplementationAssignment_12_1_0_0)
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0()); }
)
|
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1()); }
- (rule__SystemImplementation__OwnedModeTransitionAssignment_12_1_0_1)
- { after(grammarAccess.getSystemImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1()); }
+ (rule__SystemImplementation__OwnedEndToEndFlowAssignment_12_1_0_1)
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1()); }
)
;
finally {
@@ -11168,14 +10169,14 @@ rule__SystemImplementation__Alternatives_13_1
:
(
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0()); }
- (rule__SystemImplementation__OwnedPropertyAssociationAssignment_13_1_0)
- { after(grammarAccess.getSystemImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getAlternatives_13_1_0()); }
+ (rule__SystemImplementation__Alternatives_13_1_0)
+ { after(grammarAccess.getSystemImplementationAccess().getAlternatives_13_1_0()); }
)
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0()); }
- (rule__SystemImplementation__OwnedPropertyAssociationAssignment_13_1_0)*
- { after(grammarAccess.getSystemImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getAlternatives_13_1_0()); }
+ (rule__SystemImplementation__Alternatives_13_1_0)*
+ { after(grammarAccess.getSystemImplementationAccess().getAlternatives_13_1_0()); }
)
)
|
@@ -11189,101 +10190,77 @@ finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__Alternatives_6_1
+rule__SystemImplementation__Alternatives_13_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- (rule__ProcessImplementation__OwnedPrototypeAssignment_6_1_0)
- { after(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- )
- (
- { before(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- (rule__ProcessImplementation__OwnedPrototypeAssignment_6_1_0)*
- { after(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- )
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedModeAssignment_13_1_0_0()); }
+ (rule__SystemImplementation__OwnedModeAssignment_13_1_0_0)
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedModeAssignment_13_1_0_0()); }
)
|
(
- { before(grammarAccess.getProcessImplementationAccess().getGroup_6_1_1()); }
- (rule__ProcessImplementation__Group_6_1_1__0)
- { after(grammarAccess.getProcessImplementationAccess().getGroup_6_1_1()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1()); }
+ (rule__SystemImplementation__OwnedModeTransitionAssignment_13_1_0_1)
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__Alternatives_7_1
+rule__SystemImplementation__Alternatives_14_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getProcessImplementationAccess().getAlternatives_7_1_0()); }
- (rule__ProcessImplementation__Alternatives_7_1_0)
- { after(grammarAccess.getProcessImplementationAccess().getAlternatives_7_1_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0()); }
+ (rule__SystemImplementation__OwnedPropertyAssociationAssignment_14_1_0)
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0()); }
)
(
- { before(grammarAccess.getProcessImplementationAccess().getAlternatives_7_1_0()); }
- (rule__ProcessImplementation__Alternatives_7_1_0)*
- { after(grammarAccess.getProcessImplementationAccess().getAlternatives_7_1_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0()); }
+ (rule__SystemImplementation__OwnedPropertyAssociationAssignment_14_1_0)*
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0()); }
)
)
|
(
- { before(grammarAccess.getProcessImplementationAccess().getGroup_7_1_1()); }
- (rule__ProcessImplementation__Group_7_1_1__0)
- { after(grammarAccess.getProcessImplementationAccess().getGroup_7_1_1()); }
+ { before(grammarAccess.getSystemImplementationAccess().getGroup_14_1_1()); }
+ (rule__SystemImplementation__Group_14_1_1__0)
+ { after(grammarAccess.getSystemImplementationAccess().getGroup_14_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__Alternatives_7_1_0
+rule__ProcessImplementation__Alternatives_7_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedThreadGroupSubcomponentAssignment_7_1_0_0()); }
- (rule__ProcessImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_0)
- { after(grammarAccess.getProcessImplementationAccess().getOwnedThreadGroupSubcomponentAssignment_7_1_0_0()); }
- )
- |
- (
- { before(grammarAccess.getProcessImplementationAccess().getOwnedThreadSubcomponentAssignment_7_1_0_1()); }
- (rule__ProcessImplementation__OwnedThreadSubcomponentAssignment_7_1_0_1)
- { after(grammarAccess.getProcessImplementationAccess().getOwnedThreadSubcomponentAssignment_7_1_0_1()); }
- )
- |
- (
- { before(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_2()); }
- (rule__ProcessImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_2)
- { after(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_2()); }
- )
- |
- (
- { before(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_7_1_0_3()); }
- (rule__ProcessImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_3)
- { after(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_7_1_0_3()); }
- )
- |
- (
- { before(grammarAccess.getProcessImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_4()); }
- (rule__ProcessImplementation__OwnedDataSubcomponentAssignment_7_1_0_4)
- { after(grammarAccess.getProcessImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_4()); }
+ (
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
+ (rule__ProcessImplementation__OwnedPrototypeAssignment_7_1_0)
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
+ )
+ (
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
+ (rule__ProcessImplementation__OwnedPrototypeAssignment_7_1_0)*
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
+ )
)
|
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_5()); }
- (rule__ProcessImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_5)
- { after(grammarAccess.getProcessImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_5()); }
+ { before(grammarAccess.getProcessImplementationAccess().getGroup_7_1_1()); }
+ (rule__ProcessImplementation__Group_7_1_1__0)
+ { after(grammarAccess.getProcessImplementationAccess().getGroup_7_1_1()); }
)
;
finally {
@@ -11296,97 +10273,109 @@ rule__ProcessImplementation__Alternatives_8_1
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedEventSourceAssignment_8_1_0()); }
- (rule__ProcessImplementation__OwnedEventSourceAssignment_8_1_0)
- { after(grammarAccess.getProcessImplementationAccess().getOwnedEventSourceAssignment_8_1_0()); }
+ (
+ { before(grammarAccess.getProcessImplementationAccess().getAlternatives_8_1_0()); }
+ (rule__ProcessImplementation__Alternatives_8_1_0)
+ { after(grammarAccess.getProcessImplementationAccess().getAlternatives_8_1_0()); }
+ )
+ (
+ { before(grammarAccess.getProcessImplementationAccess().getAlternatives_8_1_0()); }
+ (rule__ProcessImplementation__Alternatives_8_1_0)*
+ { after(grammarAccess.getProcessImplementationAccess().getAlternatives_8_1_0()); }
+ )
)
|
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1()); }
- (rule__ProcessImplementation__OwnedEventDataSourceAssignment_8_1_1)
- { after(grammarAccess.getProcessImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1()); }
+ { before(grammarAccess.getProcessImplementationAccess().getGroup_8_1_1()); }
+ (rule__ProcessImplementation__Group_8_1_1__0)
+ { after(grammarAccess.getProcessImplementationAccess().getGroup_8_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__Alternatives_9_1
+rule__ProcessImplementation__Alternatives_8_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedPortProxyAssignment_9_1_0()); }
- (rule__ProcessImplementation__OwnedPortProxyAssignment_9_1_0)
- { after(grammarAccess.getProcessImplementationAccess().getOwnedPortProxyAssignment_9_1_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedThreadGroupSubcomponentAssignment_8_1_0_0()); }
+ (rule__ProcessImplementation__OwnedThreadGroupSubcomponentAssignment_8_1_0_0)
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedThreadGroupSubcomponentAssignment_8_1_0_0()); }
+ )
+ |
+ (
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedThreadSubcomponentAssignment_8_1_0_1()); }
+ (rule__ProcessImplementation__OwnedThreadSubcomponentAssignment_8_1_0_1)
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedThreadSubcomponentAssignment_8_1_0_1()); }
)
|
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1()); }
- (rule__ProcessImplementation__OwnedSubprogramProxyAssignment_9_1_1)
- { after(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramSubcomponentAssignment_8_1_0_2()); }
+ (rule__ProcessImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_2)
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramSubcomponentAssignment_8_1_0_2()); }
+ )
+ |
+ (
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_8_1_0_3()); }
+ (rule__ProcessImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_3)
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_8_1_0_3()); }
+ )
+ |
+ (
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_4()); }
+ (rule__ProcessImplementation__OwnedDataSubcomponentAssignment_8_1_0_4)
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_4()); }
+ )
+ |
+ (
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_5()); }
+ (rule__ProcessImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_5)
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__Alternatives_10_1
+rule__ProcessImplementation__Alternatives_9_2
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getProcessImplementationAccess().getAlternatives_10_1_0()); }
- (rule__ProcessImplementation__Alternatives_10_1_0)
- { after(grammarAccess.getProcessImplementationAccess().getAlternatives_10_1_0()); }
- )
- (
- { before(grammarAccess.getProcessImplementationAccess().getAlternatives_10_1_0()); }
- (rule__ProcessImplementation__Alternatives_10_1_0)*
- { after(grammarAccess.getProcessImplementationAccess().getAlternatives_10_1_0()); }
- )
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedEventSourceAssignment_9_2_0()); }
+ (rule__ProcessImplementation__OwnedEventSourceAssignment_9_2_0)
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedEventSourceAssignment_9_2_0()); }
)
|
(
- { before(grammarAccess.getProcessImplementationAccess().getGroup_10_1_1()); }
- (rule__ProcessImplementation__Group_10_1_1__0)
- { after(grammarAccess.getProcessImplementationAccess().getGroup_10_1_1()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1()); }
+ (rule__ProcessImplementation__OwnedEventDataSourceAssignment_9_2_1)
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__Alternatives_10_1_0
+rule__ProcessImplementation__Alternatives_10_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedPortConnectionAssignment_10_1_0_0()); }
- (rule__ProcessImplementation__OwnedPortConnectionAssignment_10_1_0_0)
- { after(grammarAccess.getProcessImplementationAccess().getOwnedPortConnectionAssignment_10_1_0_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedPortProxyAssignment_10_2_0()); }
+ (rule__ProcessImplementation__OwnedPortProxyAssignment_10_2_0)
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedPortProxyAssignment_10_2_0()); }
)
|
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_1()); }
- (rule__ProcessImplementation__OwnedAccessConnectionAssignment_10_1_0_1)
- { after(grammarAccess.getProcessImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_1()); }
- )
- |
- (
- { before(grammarAccess.getProcessImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_2()); }
- (rule__ProcessImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2)
- { after(grammarAccess.getProcessImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_2()); }
- )
- |
- (
- { before(grammarAccess.getProcessImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_3()); }
- (rule__ProcessImplementation__OwnedFeatureConnectionAssignment_10_1_0_3)
- { after(grammarAccess.getProcessImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_3()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramProxyAssignment_10_2_1()); }
+ (rule__ProcessImplementation__OwnedSubprogramProxyAssignment_10_2_1)
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramProxyAssignment_10_2_1()); }
)
;
finally {
@@ -11427,15 +10416,27 @@ rule__ProcessImplementation__Alternatives_11_1_0
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0()); }
- (rule__ProcessImplementation__OwnedFlowImplementationAssignment_11_1_0_0)
- { after(grammarAccess.getProcessImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedPortConnectionAssignment_11_1_0_0()); }
+ (rule__ProcessImplementation__OwnedPortConnectionAssignment_11_1_0_0)
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedPortConnectionAssignment_11_1_0_0()); }
+ )
+ |
+ (
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_1()); }
+ (rule__ProcessImplementation__OwnedAccessConnectionAssignment_11_1_0_1)
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_1()); }
+ )
+ |
+ (
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_2()); }
+ (rule__ProcessImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2)
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_2()); }
)
|
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1()); }
- (rule__ProcessImplementation__OwnedEndToEndFlowAssignment_11_1_0_1)
- { after(grammarAccess.getProcessImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_3()); }
+ (rule__ProcessImplementation__OwnedFeatureConnectionAssignment_11_1_0_3)
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_3()); }
)
;
finally {
@@ -11476,15 +10477,15 @@ rule__ProcessImplementation__Alternatives_12_1_0
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedModeAssignment_12_1_0_0()); }
- (rule__ProcessImplementation__OwnedModeAssignment_12_1_0_0)
- { after(grammarAccess.getProcessImplementationAccess().getOwnedModeAssignment_12_1_0_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0()); }
+ (rule__ProcessImplementation__OwnedFlowImplementationAssignment_12_1_0_0)
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0()); }
)
|
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1()); }
- (rule__ProcessImplementation__OwnedModeTransitionAssignment_12_1_0_1)
- { after(grammarAccess.getProcessImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1()); }
+ (rule__ProcessImplementation__OwnedEndToEndFlowAssignment_12_1_0_1)
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1()); }
)
;
finally {
@@ -11498,14 +10499,14 @@ rule__ProcessImplementation__Alternatives_13_1
:
(
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0()); }
- (rule__ProcessImplementation__OwnedPropertyAssociationAssignment_13_1_0)
- { after(grammarAccess.getProcessImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getAlternatives_13_1_0()); }
+ (rule__ProcessImplementation__Alternatives_13_1_0)
+ { after(grammarAccess.getProcessImplementationAccess().getAlternatives_13_1_0()); }
)
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0()); }
- (rule__ProcessImplementation__OwnedPropertyAssociationAssignment_13_1_0)*
- { after(grammarAccess.getProcessImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getAlternatives_13_1_0()); }
+ (rule__ProcessImplementation__Alternatives_13_1_0)*
+ { after(grammarAccess.getProcessImplementationAccess().getAlternatives_13_1_0()); }
)
)
|
@@ -11519,489 +10520,510 @@ finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Alternatives_6_1
+rule__ProcessImplementation__Alternatives_13_1_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ (
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedModeAssignment_13_1_0_0()); }
+ (rule__ProcessImplementation__OwnedModeAssignment_13_1_0_0)
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedModeAssignment_13_1_0_0()); }
+ )
+ |
+ (
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1()); }
+ (rule__ProcessImplementation__OwnedModeTransitionAssignment_13_1_0_1)
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1()); }
+ )
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessImplementation__Alternatives_14_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- (rule__ThreadGroupImplementation__OwnedPrototypeAssignment_6_1_0)
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0()); }
+ (rule__ProcessImplementation__OwnedPropertyAssociationAssignment_14_1_0)
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0()); }
)
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- (rule__ThreadGroupImplementation__OwnedPrototypeAssignment_6_1_0)*
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0()); }
+ (rule__ProcessImplementation__OwnedPropertyAssociationAssignment_14_1_0)*
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0()); }
)
)
|
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getGroup_6_1_1()); }
- (rule__ThreadGroupImplementation__Group_6_1_1__0)
- { after(grammarAccess.getThreadGroupImplementationAccess().getGroup_6_1_1()); }
+ { before(grammarAccess.getProcessImplementationAccess().getGroup_14_1_1()); }
+ (rule__ProcessImplementation__Group_14_1_1__0)
+ { after(grammarAccess.getProcessImplementationAccess().getGroup_14_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Alternatives_7_1
+rule__ThreadGroupImplementation__Alternatives_8_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_7_1_0()); }
- (rule__ThreadGroupImplementation__Alternatives_7_1_0)
- { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_7_1_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeAssignment_8_1_0()); }
+ (rule__ThreadGroupImplementation__OwnedPrototypeAssignment_8_1_0)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeAssignment_8_1_0()); }
)
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_7_1_0()); }
- (rule__ThreadGroupImplementation__Alternatives_7_1_0)*
- { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_7_1_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeAssignment_8_1_0()); }
+ (rule__ThreadGroupImplementation__OwnedPrototypeAssignment_8_1_0)*
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeAssignment_8_1_0()); }
)
)
|
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getGroup_7_1_1()); }
- (rule__ThreadGroupImplementation__Group_7_1_1__0)
- { after(grammarAccess.getThreadGroupImplementationAccess().getGroup_7_1_1()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getGroup_8_1_1()); }
+ (rule__ThreadGroupImplementation__Group_8_1_1__0)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getGroup_8_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Alternatives_7_1_0
+rule__ThreadGroupImplementation__Alternatives_9_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedThreadGroupSubcomponentAssignment_7_1_0_0()); }
- (rule__ThreadGroupImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_0)
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedThreadGroupSubcomponentAssignment_7_1_0_0()); }
+ (
+ { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_9_1_0()); }
+ (rule__ThreadGroupImplementation__Alternatives_9_1_0)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_9_1_0()); }
+ )
+ (
+ { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_9_1_0()); }
+ (rule__ThreadGroupImplementation__Alternatives_9_1_0)*
+ { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_9_1_0()); }
+ )
)
|
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedThreadSubcomponentAssignment_7_1_0_1()); }
- (rule__ThreadGroupImplementation__OwnedThreadSubcomponentAssignment_7_1_0_1)
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedThreadSubcomponentAssignment_7_1_0_1()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getGroup_9_1_1()); }
+ (rule__ThreadGroupImplementation__Group_9_1_1__0)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getGroup_9_1_1()); }
+ )
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadGroupImplementation__Alternatives_9_1_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ (
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedThreadGroupSubcomponentAssignment_9_1_0_0()); }
+ (rule__ThreadGroupImplementation__OwnedThreadGroupSubcomponentAssignment_9_1_0_0)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedThreadGroupSubcomponentAssignment_9_1_0_0()); }
)
|
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_2()); }
- (rule__ThreadGroupImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_2)
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_2()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedThreadSubcomponentAssignment_9_1_0_1()); }
+ (rule__ThreadGroupImplementation__OwnedThreadSubcomponentAssignment_9_1_0_1)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedThreadSubcomponentAssignment_9_1_0_1()); }
)
|
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_7_1_0_3()); }
- (rule__ThreadGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_3)
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_7_1_0_3()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramSubcomponentAssignment_9_1_0_2()); }
+ (rule__ThreadGroupImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_2)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramSubcomponentAssignment_9_1_0_2()); }
)
|
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_4()); }
- (rule__ThreadGroupImplementation__OwnedDataSubcomponentAssignment_7_1_0_4)
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_4()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_9_1_0_3()); }
+ (rule__ThreadGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_9_1_0_3)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_9_1_0_3()); }
)
|
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_5()); }
- (rule__ThreadGroupImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_5)
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_5()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedDataSubcomponentAssignment_9_1_0_4()); }
+ (rule__ThreadGroupImplementation__OwnedDataSubcomponentAssignment_9_1_0_4)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedDataSubcomponentAssignment_9_1_0_4()); }
+ )
+ |
+ (
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedAbstractSubcomponentAssignment_9_1_0_5()); }
+ (rule__ThreadGroupImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_5)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedAbstractSubcomponentAssignment_9_1_0_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Alternatives_8_1
+rule__ThreadGroupImplementation__Alternatives_10_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedEventSourceAssignment_8_1_0()); }
- (rule__ThreadGroupImplementation__OwnedEventSourceAssignment_8_1_0)
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedEventSourceAssignment_8_1_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedEventSourceAssignment_10_2_0()); }
+ (rule__ThreadGroupImplementation__OwnedEventSourceAssignment_10_2_0)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedEventSourceAssignment_10_2_0()); }
)
|
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1()); }
- (rule__ThreadGroupImplementation__OwnedEventDataSourceAssignment_8_1_1)
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedEventDataSourceAssignment_10_2_1()); }
+ (rule__ThreadGroupImplementation__OwnedEventDataSourceAssignment_10_2_1)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedEventDataSourceAssignment_10_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Alternatives_9_1
+rule__ThreadGroupImplementation__Alternatives_11_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPortProxyAssignment_9_1_0()); }
- (rule__ThreadGroupImplementation__OwnedPortProxyAssignment_9_1_0)
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPortProxyAssignment_9_1_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPortProxyAssignment_11_2_0()); }
+ (rule__ThreadGroupImplementation__OwnedPortProxyAssignment_11_2_0)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPortProxyAssignment_11_2_0()); }
)
|
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1()); }
- (rule__ThreadGroupImplementation__OwnedSubprogramProxyAssignment_9_1_1)
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramProxyAssignment_11_2_1()); }
+ (rule__ThreadGroupImplementation__OwnedSubprogramProxyAssignment_11_2_1)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramProxyAssignment_11_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Alternatives_10_1
+rule__ThreadGroupImplementation__Alternatives_12_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_10_1_0()); }
- (rule__ThreadGroupImplementation__Alternatives_10_1_0)
- { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_10_1_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_12_1_0()); }
+ (rule__ThreadGroupImplementation__Alternatives_12_1_0)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_12_1_0()); }
)
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_10_1_0()); }
- (rule__ThreadGroupImplementation__Alternatives_10_1_0)*
- { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_10_1_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_12_1_0()); }
+ (rule__ThreadGroupImplementation__Alternatives_12_1_0)*
+ { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_12_1_0()); }
)
)
|
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getGroup_10_1_1()); }
- (rule__ThreadGroupImplementation__Group_10_1_1__0)
- { after(grammarAccess.getThreadGroupImplementationAccess().getGroup_10_1_1()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getGroup_12_1_1()); }
+ (rule__ThreadGroupImplementation__Group_12_1_1__0)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getGroup_12_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Alternatives_10_1_0
+rule__ThreadGroupImplementation__Alternatives_12_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPortConnectionAssignment_10_1_0_0()); }
- (rule__ThreadGroupImplementation__OwnedPortConnectionAssignment_10_1_0_0)
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPortConnectionAssignment_10_1_0_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPortConnectionAssignment_12_1_0_0()); }
+ (rule__ThreadGroupImplementation__OwnedPortConnectionAssignment_12_1_0_0)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPortConnectionAssignment_12_1_0_0()); }
)
|
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_1()); }
- (rule__ThreadGroupImplementation__OwnedAccessConnectionAssignment_10_1_0_1)
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_1()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedAccessConnectionAssignment_12_1_0_1()); }
+ (rule__ThreadGroupImplementation__OwnedAccessConnectionAssignment_12_1_0_1)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedAccessConnectionAssignment_12_1_0_1()); }
)
|
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_2()); }
- (rule__ThreadGroupImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2)
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_2()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedFeatureGroupConnectionAssignment_12_1_0_2()); }
+ (rule__ThreadGroupImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedFeatureGroupConnectionAssignment_12_1_0_2()); }
)
|
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_3()); }
- (rule__ThreadGroupImplementation__OwnedFeatureConnectionAssignment_10_1_0_3)
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_3()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedFeatureConnectionAssignment_12_1_0_3()); }
+ (rule__ThreadGroupImplementation__OwnedFeatureConnectionAssignment_12_1_0_3)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedFeatureConnectionAssignment_12_1_0_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Alternatives_11_1
+rule__ThreadGroupImplementation__Alternatives_13_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_11_1_0()); }
- (rule__ThreadGroupImplementation__Alternatives_11_1_0)
- { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_11_1_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_13_1_0()); }
+ (rule__ThreadGroupImplementation__Alternatives_13_1_0)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_13_1_0()); }
)
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_11_1_0()); }
- (rule__ThreadGroupImplementation__Alternatives_11_1_0)*
- { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_11_1_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_13_1_0()); }
+ (rule__ThreadGroupImplementation__Alternatives_13_1_0)*
+ { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_13_1_0()); }
)
)
|
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getGroup_11_1_1()); }
- (rule__ThreadGroupImplementation__Group_11_1_1__0)
- { after(grammarAccess.getThreadGroupImplementationAccess().getGroup_11_1_1()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getGroup_13_1_1()); }
+ (rule__ThreadGroupImplementation__Group_13_1_1__0)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getGroup_13_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Alternatives_11_1_0
+rule__ThreadGroupImplementation__Alternatives_13_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0()); }
- (rule__ThreadGroupImplementation__OwnedFlowImplementationAssignment_11_1_0_0)
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedFlowImplementationAssignment_13_1_0_0()); }
+ (rule__ThreadGroupImplementation__OwnedFlowImplementationAssignment_13_1_0_0)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedFlowImplementationAssignment_13_1_0_0()); }
)
|
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1()); }
- (rule__ThreadGroupImplementation__OwnedEndToEndFlowAssignment_11_1_0_1)
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedEndToEndFlowAssignment_13_1_0_1()); }
+ (rule__ThreadGroupImplementation__OwnedEndToEndFlowAssignment_13_1_0_1)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedEndToEndFlowAssignment_13_1_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Alternatives_12_1
+rule__ThreadGroupImplementation__Alternatives_14_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_12_1_0()); }
- (rule__ThreadGroupImplementation__Alternatives_12_1_0)
- { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_12_1_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_14_1_0()); }
+ (rule__ThreadGroupImplementation__Alternatives_14_1_0)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_14_1_0()); }
)
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_12_1_0()); }
- (rule__ThreadGroupImplementation__Alternatives_12_1_0)*
- { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_12_1_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_14_1_0()); }
+ (rule__ThreadGroupImplementation__Alternatives_14_1_0)*
+ { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_14_1_0()); }
)
)
|
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getGroup_12_1_1()); }
- (rule__ThreadGroupImplementation__Group_12_1_1__0)
- { after(grammarAccess.getThreadGroupImplementationAccess().getGroup_12_1_1()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getGroup_14_1_1()); }
+ (rule__ThreadGroupImplementation__Group_14_1_1__0)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getGroup_14_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Alternatives_12_1_0
+rule__ThreadGroupImplementation__Alternatives_14_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedModeAssignment_12_1_0_0()); }
- (rule__ThreadGroupImplementation__OwnedModeAssignment_12_1_0_0)
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedModeAssignment_12_1_0_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedModeAssignment_14_1_0_0()); }
+ (rule__ThreadGroupImplementation__OwnedModeAssignment_14_1_0_0)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedModeAssignment_14_1_0_0()); }
)
|
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1()); }
- (rule__ThreadGroupImplementation__OwnedModeTransitionAssignment_12_1_0_1)
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedModeTransitionAssignment_14_1_0_1()); }
+ (rule__ThreadGroupImplementation__OwnedModeTransitionAssignment_14_1_0_1)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedModeTransitionAssignment_14_1_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Alternatives_13_1
+rule__ThreadGroupImplementation__Alternatives_15_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0()); }
- (rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_13_1_0)
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0()); }
+ (rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_15_1_0)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0()); }
)
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0()); }
- (rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_13_1_0)*
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0()); }
+ (rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_15_1_0)*
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0()); }
)
)
|
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getGroup_13_1_1()); }
- (rule__ThreadGroupImplementation__Group_13_1_1__0)
- { after(grammarAccess.getThreadGroupImplementationAccess().getGroup_13_1_1()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getGroup_15_1_1()); }
+ (rule__ThreadGroupImplementation__Group_15_1_1__0)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getGroup_15_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Alternatives_6_1
+rule__ThreadImplementation__Alternatives_7_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- (rule__ThreadImplementation__OwnedPrototypeAssignment_6_1_0)
- { after(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
+ (rule__ThreadImplementation__OwnedPrototypeAssignment_7_1_0)
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
)
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- (rule__ThreadImplementation__OwnedPrototypeAssignment_6_1_0)*
- { after(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
+ (rule__ThreadImplementation__OwnedPrototypeAssignment_7_1_0)*
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
)
)
|
(
- { before(grammarAccess.getThreadImplementationAccess().getGroup_6_1_1()); }
- (rule__ThreadImplementation__Group_6_1_1__0)
- { after(grammarAccess.getThreadImplementationAccess().getGroup_6_1_1()); }
+ { before(grammarAccess.getThreadImplementationAccess().getGroup_7_1_1()); }
+ (rule__ThreadImplementation__Group_7_1_1__0)
+ { after(grammarAccess.getThreadImplementationAccess().getGroup_7_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Alternatives_7_1
+rule__ThreadImplementation__Alternatives_8_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getThreadImplementationAccess().getAlternatives_7_1_0()); }
- (rule__ThreadImplementation__Alternatives_7_1_0)
- { after(grammarAccess.getThreadImplementationAccess().getAlternatives_7_1_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getAlternatives_8_1_0()); }
+ (rule__ThreadImplementation__Alternatives_8_1_0)
+ { after(grammarAccess.getThreadImplementationAccess().getAlternatives_8_1_0()); }
)
(
- { before(grammarAccess.getThreadImplementationAccess().getAlternatives_7_1_0()); }
- (rule__ThreadImplementation__Alternatives_7_1_0)*
- { after(grammarAccess.getThreadImplementationAccess().getAlternatives_7_1_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getAlternatives_8_1_0()); }
+ (rule__ThreadImplementation__Alternatives_8_1_0)*
+ { after(grammarAccess.getThreadImplementationAccess().getAlternatives_8_1_0()); }
)
)
|
(
- { before(grammarAccess.getThreadImplementationAccess().getGroup_7_1_1()); }
- (rule__ThreadImplementation__Group_7_1_1__0)
- { after(grammarAccess.getThreadImplementationAccess().getGroup_7_1_1()); }
+ { before(grammarAccess.getThreadImplementationAccess().getGroup_8_1_1()); }
+ (rule__ThreadImplementation__Group_8_1_1__0)
+ { after(grammarAccess.getThreadImplementationAccess().getGroup_8_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Alternatives_7_1_0
+rule__ThreadImplementation__Alternatives_8_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_0()); }
- (rule__ThreadImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_0)
- { after(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_0()); }
- )
- |
- (
- { before(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_7_1_0_1()); }
- (rule__ThreadImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_1)
- { after(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_7_1_0_1()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramSubcomponentAssignment_8_1_0_0()); }
+ (rule__ThreadImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_0)
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramSubcomponentAssignment_8_1_0_0()); }
)
|
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_2()); }
- (rule__ThreadImplementation__OwnedDataSubcomponentAssignment_7_1_0_2)
- { after(grammarAccess.getThreadImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_2()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_8_1_0_1()); }
+ (rule__ThreadImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_1)
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_8_1_0_1()); }
)
|
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_3()); }
- (rule__ThreadImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_3)
- { after(grammarAccess.getThreadImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_3()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ThreadImplementation__Alternatives_8_1
- @init {
- int stackSize = keepStackSize();
- }
-:
- (
- { before(grammarAccess.getThreadImplementationAccess().getOwnedEventSourceAssignment_8_1_0()); }
- (rule__ThreadImplementation__OwnedEventSourceAssignment_8_1_0)
- { after(grammarAccess.getThreadImplementationAccess().getOwnedEventSourceAssignment_8_1_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_2()); }
+ (rule__ThreadImplementation__OwnedDataSubcomponentAssignment_8_1_0_2)
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_2()); }
)
|
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1()); }
- (rule__ThreadImplementation__OwnedEventDataSourceAssignment_8_1_1)
- { after(grammarAccess.getThreadImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_3()); }
+ (rule__ThreadImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_3)
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Alternatives_9_1
+rule__ThreadImplementation__Alternatives_9_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedPortProxyAssignment_9_1_0()); }
- (rule__ThreadImplementation__OwnedPortProxyAssignment_9_1_0)
- { after(grammarAccess.getThreadImplementationAccess().getOwnedPortProxyAssignment_9_1_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedEventSourceAssignment_9_2_0()); }
+ (rule__ThreadImplementation__OwnedEventSourceAssignment_9_2_0)
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedEventSourceAssignment_9_2_0()); }
)
|
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1()); }
- (rule__ThreadImplementation__OwnedSubprogramProxyAssignment_9_1_1)
- { after(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1()); }
+ (rule__ThreadImplementation__OwnedEventDataSourceAssignment_9_2_1)
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Alternatives_10_1
+rule__ThreadImplementation__Alternatives_10_2
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramCallSequenceAssignment_10_1_0()); }
- (rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0)
- { after(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramCallSequenceAssignment_10_1_0()); }
- )
- (
- { before(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramCallSequenceAssignment_10_1_0()); }
- (rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0)*
- { after(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramCallSequenceAssignment_10_1_0()); }
- )
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedPortProxyAssignment_10_2_0()); }
+ (rule__ThreadImplementation__OwnedPortProxyAssignment_10_2_0)
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedPortProxyAssignment_10_2_0()); }
)
|
(
- { before(grammarAccess.getThreadImplementationAccess().getGroup_10_1_1()); }
- (rule__ThreadImplementation__Group_10_1_1__0)
- { after(grammarAccess.getThreadImplementationAccess().getGroup_10_1_1()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramProxyAssignment_10_2_1()); }
+ (rule__ThreadImplementation__OwnedSubprogramProxyAssignment_10_2_1)
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramProxyAssignment_10_2_1()); }
)
;
finally {
@@ -12015,14 +11037,14 @@ rule__ThreadImplementation__Alternatives_11_1
:
(
(
- { before(grammarAccess.getThreadImplementationAccess().getAlternatives_11_1_0()); }
- (rule__ThreadImplementation__Alternatives_11_1_0)
- { after(grammarAccess.getThreadImplementationAccess().getAlternatives_11_1_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramCallSequenceAssignment_11_1_0()); }
+ (rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0)
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramCallSequenceAssignment_11_1_0()); }
)
(
- { before(grammarAccess.getThreadImplementationAccess().getAlternatives_11_1_0()); }
- (rule__ThreadImplementation__Alternatives_11_1_0)*
- { after(grammarAccess.getThreadImplementationAccess().getAlternatives_11_1_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramCallSequenceAssignment_11_1_0()); }
+ (rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0)*
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramCallSequenceAssignment_11_1_0()); }
)
)
|
@@ -12036,45 +11058,6 @@ finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Alternatives_11_1_0
- @init {
- int stackSize = keepStackSize();
- }
-:
- (
- { before(grammarAccess.getThreadImplementationAccess().getOwnedPortConnectionAssignment_11_1_0_0()); }
- (rule__ThreadImplementation__OwnedPortConnectionAssignment_11_1_0_0)
- { after(grammarAccess.getThreadImplementationAccess().getOwnedPortConnectionAssignment_11_1_0_0()); }
- )
- |
- (
- { before(grammarAccess.getThreadImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_1()); }
- (rule__ThreadImplementation__OwnedAccessConnectionAssignment_11_1_0_1)
- { after(grammarAccess.getThreadImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_1()); }
- )
- |
- (
- { before(grammarAccess.getThreadImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_2()); }
- (rule__ThreadImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2)
- { after(grammarAccess.getThreadImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_2()); }
- )
- |
- (
- { before(grammarAccess.getThreadImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_3()); }
- (rule__ThreadImplementation__OwnedFeatureConnectionAssignment_11_1_0_3)
- { after(grammarAccess.getThreadImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_3()); }
- )
- |
- (
- { before(grammarAccess.getThreadImplementationAccess().getOwnedParameterConnectionAssignment_11_1_0_4()); }
- (rule__ThreadImplementation__OwnedParameterConnectionAssignment_11_1_0_4)
- { after(grammarAccess.getThreadImplementationAccess().getOwnedParameterConnectionAssignment_11_1_0_4()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
rule__ThreadImplementation__Alternatives_12_1
@init {
int stackSize = keepStackSize();
@@ -12109,15 +11092,33 @@ rule__ThreadImplementation__Alternatives_12_1_0
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0()); }
- (rule__ThreadImplementation__OwnedFlowImplementationAssignment_12_1_0_0)
- { after(grammarAccess.getThreadImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedPortConnectionAssignment_12_1_0_0()); }
+ (rule__ThreadImplementation__OwnedPortConnectionAssignment_12_1_0_0)
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedPortConnectionAssignment_12_1_0_0()); }
+ )
+ |
+ (
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedAccessConnectionAssignment_12_1_0_1()); }
+ (rule__ThreadImplementation__OwnedAccessConnectionAssignment_12_1_0_1)
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedAccessConnectionAssignment_12_1_0_1()); }
)
|
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1()); }
- (rule__ThreadImplementation__OwnedEndToEndFlowAssignment_12_1_0_1)
- { after(grammarAccess.getThreadImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedFeatureGroupConnectionAssignment_12_1_0_2()); }
+ (rule__ThreadImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2)
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedFeatureGroupConnectionAssignment_12_1_0_2()); }
+ )
+ |
+ (
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedFeatureConnectionAssignment_12_1_0_3()); }
+ (rule__ThreadImplementation__OwnedFeatureConnectionAssignment_12_1_0_3)
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedFeatureConnectionAssignment_12_1_0_3()); }
+ )
+ |
+ (
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedParameterConnectionAssignment_12_1_0_4()); }
+ (rule__ThreadImplementation__OwnedParameterConnectionAssignment_12_1_0_4)
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedParameterConnectionAssignment_12_1_0_4()); }
)
;
finally {
@@ -12158,15 +11159,15 @@ rule__ThreadImplementation__Alternatives_13_1_0
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedModeAssignment_13_1_0_0()); }
- (rule__ThreadImplementation__OwnedModeAssignment_13_1_0_0)
- { after(grammarAccess.getThreadImplementationAccess().getOwnedModeAssignment_13_1_0_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedFlowImplementationAssignment_13_1_0_0()); }
+ (rule__ThreadImplementation__OwnedFlowImplementationAssignment_13_1_0_0)
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedFlowImplementationAssignment_13_1_0_0()); }
)
|
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1()); }
- (rule__ThreadImplementation__OwnedModeTransitionAssignment_13_1_0_1)
- { after(grammarAccess.getThreadImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedEndToEndFlowAssignment_13_1_0_1()); }
+ (rule__ThreadImplementation__OwnedEndToEndFlowAssignment_13_1_0_1)
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedEndToEndFlowAssignment_13_1_0_1()); }
)
;
finally {
@@ -12180,14 +11181,14 @@ rule__ThreadImplementation__Alternatives_14_1
:
(
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0()); }
- (rule__ThreadImplementation__OwnedPropertyAssociationAssignment_14_1_0)
- { after(grammarAccess.getThreadImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getAlternatives_14_1_0()); }
+ (rule__ThreadImplementation__Alternatives_14_1_0)
+ { after(grammarAccess.getThreadImplementationAccess().getAlternatives_14_1_0()); }
)
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0()); }
- (rule__ThreadImplementation__OwnedPropertyAssociationAssignment_14_1_0)*
- { after(grammarAccess.getThreadImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getAlternatives_14_1_0()); }
+ (rule__ThreadImplementation__Alternatives_14_1_0)*
+ { after(grammarAccess.getThreadImplementationAccess().getAlternatives_14_1_0()); }
)
)
|
@@ -12201,28 +11202,49 @@ finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Alternatives_6_1
+rule__ThreadImplementation__Alternatives_14_1_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ (
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedModeAssignment_14_1_0_0()); }
+ (rule__ThreadImplementation__OwnedModeAssignment_14_1_0_0)
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedModeAssignment_14_1_0_0()); }
+ )
+ |
+ (
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedModeTransitionAssignment_14_1_0_1()); }
+ (rule__ThreadImplementation__OwnedModeTransitionAssignment_14_1_0_1)
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedModeTransitionAssignment_14_1_0_1()); }
+ )
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadImplementation__Alternatives_15_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- (rule__SubprogramImplementation__OwnedPrototypeAssignment_6_1_0)
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0()); }
+ (rule__ThreadImplementation__OwnedPropertyAssociationAssignment_15_1_0)
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0()); }
)
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- (rule__SubprogramImplementation__OwnedPrototypeAssignment_6_1_0)*
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0()); }
+ (rule__ThreadImplementation__OwnedPropertyAssociationAssignment_15_1_0)*
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0()); }
)
)
|
(
- { before(grammarAccess.getSubprogramImplementationAccess().getGroup_6_1_1()); }
- (rule__SubprogramImplementation__Group_6_1_1__0)
- { after(grammarAccess.getSubprogramImplementationAccess().getGroup_6_1_1()); }
+ { before(grammarAccess.getThreadImplementationAccess().getGroup_15_1_1()); }
+ (rule__ThreadImplementation__Group_15_1_1__0)
+ { after(grammarAccess.getThreadImplementationAccess().getGroup_15_1_1()); }
)
;
finally {
@@ -12236,14 +11258,14 @@ rule__SubprogramImplementation__Alternatives_7_1
:
(
(
- { before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_7_1_0()); }
- (rule__SubprogramImplementation__Alternatives_7_1_0)
- { after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_7_1_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
+ (rule__SubprogramImplementation__OwnedPrototypeAssignment_7_1_0)
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
)
(
- { before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_7_1_0()); }
- (rule__SubprogramImplementation__Alternatives_7_1_0)*
- { after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_7_1_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
+ (rule__SubprogramImplementation__OwnedPrototypeAssignment_7_1_0)*
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
)
)
|
@@ -12257,97 +11279,97 @@ finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Alternatives_7_1_0
+rule__SubprogramImplementation__Alternatives_8_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_0()); }
- (rule__SubprogramImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0)
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_0()); }
- )
- |
- (
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_1()); }
- (rule__SubprogramImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1)
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_1()); }
+ (
+ { before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_8_1_0()); }
+ (rule__SubprogramImplementation__Alternatives_8_1_0)
+ { after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_8_1_0()); }
+ )
+ (
+ { before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_8_1_0()); }
+ (rule__SubprogramImplementation__Alternatives_8_1_0)*
+ { after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_8_1_0()); }
+ )
)
|
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_2()); }
- (rule__SubprogramImplementation__OwnedDataSubcomponentAssignment_7_1_0_2)
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_2()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getGroup_8_1_1()); }
+ (rule__SubprogramImplementation__Group_8_1_1__0)
+ { after(grammarAccess.getSubprogramImplementationAccess().getGroup_8_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Alternatives_8_1
+rule__SubprogramImplementation__Alternatives_8_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedEventSourceAssignment_8_1_0()); }
- (rule__SubprogramImplementation__OwnedEventSourceAssignment_8_1_0)
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedEventSourceAssignment_8_1_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_0()); }
+ (rule__SubprogramImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0)
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_0()); }
+ )
+ |
+ (
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramSubcomponentAssignment_8_1_0_1()); }
+ (rule__SubprogramImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1)
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramSubcomponentAssignment_8_1_0_1()); }
)
|
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1()); }
- (rule__SubprogramImplementation__OwnedEventDataSourceAssignment_8_1_1)
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_2()); }
+ (rule__SubprogramImplementation__OwnedDataSubcomponentAssignment_8_1_0_2)
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Alternatives_9_1
+rule__SubprogramImplementation__Alternatives_9_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedPortProxyAssignment_9_1_0()); }
- (rule__SubprogramImplementation__OwnedPortProxyAssignment_9_1_0)
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedPortProxyAssignment_9_1_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedEventSourceAssignment_9_2_0()); }
+ (rule__SubprogramImplementation__OwnedEventSourceAssignment_9_2_0)
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedEventSourceAssignment_9_2_0()); }
)
|
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1()); }
- (rule__SubprogramImplementation__OwnedSubprogramProxyAssignment_9_1_1)
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1()); }
+ (rule__SubprogramImplementation__OwnedEventDataSourceAssignment_9_2_1)
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Alternatives_10_1
+rule__SubprogramImplementation__Alternatives_10_2
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramCallSequenceAssignment_10_1_0()); }
- (rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0)
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramCallSequenceAssignment_10_1_0()); }
- )
- (
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramCallSequenceAssignment_10_1_0()); }
- (rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0)*
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramCallSequenceAssignment_10_1_0()); }
- )
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedPortProxyAssignment_10_2_0()); }
+ (rule__SubprogramImplementation__OwnedPortProxyAssignment_10_2_0)
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedPortProxyAssignment_10_2_0()); }
)
|
(
- { before(grammarAccess.getSubprogramImplementationAccess().getGroup_10_1_1()); }
- (rule__SubprogramImplementation__Group_10_1_1__0)
- { after(grammarAccess.getSubprogramImplementationAccess().getGroup_10_1_1()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramProxyAssignment_10_2_1()); }
+ (rule__SubprogramImplementation__OwnedSubprogramProxyAssignment_10_2_1)
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramProxyAssignment_10_2_1()); }
)
;
finally {
@@ -12361,14 +11383,14 @@ rule__SubprogramImplementation__Alternatives_11_1
:
(
(
- { before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_11_1_0()); }
- (rule__SubprogramImplementation__Alternatives_11_1_0)
- { after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_11_1_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramCallSequenceAssignment_11_1_0()); }
+ (rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0)
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramCallSequenceAssignment_11_1_0()); }
)
(
- { before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_11_1_0()); }
- (rule__SubprogramImplementation__Alternatives_11_1_0)*
- { after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_11_1_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramCallSequenceAssignment_11_1_0()); }
+ (rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0)*
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramCallSequenceAssignment_11_1_0()); }
)
)
|
@@ -12382,45 +11404,6 @@ finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Alternatives_11_1_0
- @init {
- int stackSize = keepStackSize();
- }
-:
- (
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedPortConnectionAssignment_11_1_0_0()); }
- (rule__SubprogramImplementation__OwnedPortConnectionAssignment_11_1_0_0)
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedPortConnectionAssignment_11_1_0_0()); }
- )
- |
- (
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_1()); }
- (rule__SubprogramImplementation__OwnedAccessConnectionAssignment_11_1_0_1)
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_1()); }
- )
- |
- (
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_2()); }
- (rule__SubprogramImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2)
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_2()); }
- )
- |
- (
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_3()); }
- (rule__SubprogramImplementation__OwnedFeatureConnectionAssignment_11_1_0_3)
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_3()); }
- )
- |
- (
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedParameterConnectionAssignment_11_1_0_4()); }
- (rule__SubprogramImplementation__OwnedParameterConnectionAssignment_11_1_0_4)
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedParameterConnectionAssignment_11_1_0_4()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
rule__SubprogramImplementation__Alternatives_12_1
@init {
int stackSize = keepStackSize();
@@ -12455,15 +11438,33 @@ rule__SubprogramImplementation__Alternatives_12_1_0
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0()); }
- (rule__SubprogramImplementation__OwnedFlowImplementationAssignment_12_1_0_0)
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedPortConnectionAssignment_12_1_0_0()); }
+ (rule__SubprogramImplementation__OwnedPortConnectionAssignment_12_1_0_0)
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedPortConnectionAssignment_12_1_0_0()); }
+ )
+ |
+ (
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedAccessConnectionAssignment_12_1_0_1()); }
+ (rule__SubprogramImplementation__OwnedAccessConnectionAssignment_12_1_0_1)
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedAccessConnectionAssignment_12_1_0_1()); }
+ )
+ |
+ (
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedFeatureGroupConnectionAssignment_12_1_0_2()); }
+ (rule__SubprogramImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2)
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedFeatureGroupConnectionAssignment_12_1_0_2()); }
+ )
+ |
+ (
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedFeatureConnectionAssignment_12_1_0_3()); }
+ (rule__SubprogramImplementation__OwnedFeatureConnectionAssignment_12_1_0_3)
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedFeatureConnectionAssignment_12_1_0_3()); }
)
|
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1()); }
- (rule__SubprogramImplementation__OwnedEndToEndFlowAssignment_12_1_0_1)
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedParameterConnectionAssignment_12_1_0_4()); }
+ (rule__SubprogramImplementation__OwnedParameterConnectionAssignment_12_1_0_4)
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedParameterConnectionAssignment_12_1_0_4()); }
)
;
finally {
@@ -12504,15 +11505,15 @@ rule__SubprogramImplementation__Alternatives_13_1_0
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedModeAssignment_13_1_0_0()); }
- (rule__SubprogramImplementation__OwnedModeAssignment_13_1_0_0)
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedModeAssignment_13_1_0_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedFlowImplementationAssignment_13_1_0_0()); }
+ (rule__SubprogramImplementation__OwnedFlowImplementationAssignment_13_1_0_0)
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedFlowImplementationAssignment_13_1_0_0()); }
)
|
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1()); }
- (rule__SubprogramImplementation__OwnedModeTransitionAssignment_13_1_0_1)
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedEndToEndFlowAssignment_13_1_0_1()); }
+ (rule__SubprogramImplementation__OwnedEndToEndFlowAssignment_13_1_0_1)
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedEndToEndFlowAssignment_13_1_0_1()); }
)
;
finally {
@@ -12526,14 +11527,14 @@ rule__SubprogramImplementation__Alternatives_14_1
:
(
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0()); }
- (rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_14_1_0)
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_14_1_0()); }
+ (rule__SubprogramImplementation__Alternatives_14_1_0)
+ { after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_14_1_0()); }
)
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0()); }
- (rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_14_1_0)*
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_14_1_0()); }
+ (rule__SubprogramImplementation__Alternatives_14_1_0)*
+ { after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_14_1_0()); }
)
)
|
@@ -12547,358 +11548,340 @@ finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Alternatives_6_1
+rule__SubprogramImplementation__Alternatives_14_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- (rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_6_1_0)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- )
- (
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- (rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_6_1_0)*
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- )
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedModeAssignment_14_1_0_0()); }
+ (rule__SubprogramImplementation__OwnedModeAssignment_14_1_0_0)
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedModeAssignment_14_1_0_0()); }
)
|
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_6_1_1()); }
- (rule__SubprogramGroupImplementation__Group_6_1_1__0)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_6_1_1()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedModeTransitionAssignment_14_1_0_1()); }
+ (rule__SubprogramImplementation__OwnedModeTransitionAssignment_14_1_0_1)
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedModeTransitionAssignment_14_1_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Alternatives_7_1
+rule__SubprogramImplementation__Alternatives_15_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_7_1_0()); }
- (rule__SubprogramGroupImplementation__Alternatives_7_1_0)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_7_1_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0()); }
+ (rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_15_1_0)
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0()); }
)
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_7_1_0()); }
- (rule__SubprogramGroupImplementation__Alternatives_7_1_0)*
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_7_1_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0()); }
+ (rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_15_1_0)*
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0()); }
)
)
|
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_7_1_1()); }
- (rule__SubprogramGroupImplementation__Group_7_1_1__0)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_7_1_1()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getGroup_15_1_1()); }
+ (rule__SubprogramImplementation__Group_15_1_1__0)
+ { after(grammarAccess.getSubprogramImplementationAccess().getGroup_15_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Alternatives_7_1_0
+rule__SubprogramGroupImplementation__Alternatives_8_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_0()); }
- (rule__SubprogramGroupImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_0)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_0()); }
- )
- |
- (
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_1()); }
- (rule__SubprogramGroupImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_1)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_1()); }
- )
- |
- (
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_7_1_0_2()); }
- (rule__SubprogramGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_7_1_0_2()); }
+ (
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeAssignment_8_1_0()); }
+ (rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_8_1_0)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeAssignment_8_1_0()); }
+ )
+ (
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeAssignment_8_1_0()); }
+ (rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_8_1_0)*
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeAssignment_8_1_0()); }
+ )
)
|
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_3()); }
- (rule__SubprogramGroupImplementation__OwnedDataSubcomponentAssignment_7_1_0_3)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_3()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_8_1_1()); }
+ (rule__SubprogramGroupImplementation__Group_8_1_1__0)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_8_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Alternatives_8_1
+rule__SubprogramGroupImplementation__Alternatives_9_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedEventSourceAssignment_8_1_0()); }
- (rule__SubprogramGroupImplementation__OwnedEventSourceAssignment_8_1_0)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedEventSourceAssignment_8_1_0()); }
+ (
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_9_1_0()); }
+ (rule__SubprogramGroupImplementation__Alternatives_9_1_0)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_9_1_0()); }
+ )
+ (
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_9_1_0()); }
+ (rule__SubprogramGroupImplementation__Alternatives_9_1_0)*
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_9_1_0()); }
+ )
)
|
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1()); }
- (rule__SubprogramGroupImplementation__OwnedEventDataSourceAssignment_8_1_1)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_9_1_1()); }
+ (rule__SubprogramGroupImplementation__Group_9_1_1__0)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_9_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Alternatives_9_1
+rule__SubprogramGroupImplementation__Alternatives_9_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPortProxyAssignment_9_1_0()); }
- (rule__SubprogramGroupImplementation__OwnedPortProxyAssignment_9_1_0)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPortProxyAssignment_9_1_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramSubcomponentAssignment_9_1_0_0()); }
+ (rule__SubprogramGroupImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_0)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramSubcomponentAssignment_9_1_0_0()); }
)
|
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1()); }
- (rule__SubprogramGroupImplementation__OwnedSubprogramProxyAssignment_9_1_1)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAbstractSubcomponentAssignment_9_1_0_1()); }
+ (rule__SubprogramGroupImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_1)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAbstractSubcomponentAssignment_9_1_0_1()); }
+ )
+ |
+ (
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_9_1_0_2()); }
+ (rule__SubprogramGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_9_1_0_2)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_9_1_0_2()); }
+ )
+ |
+ (
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedDataSubcomponentAssignment_9_1_0_3()); }
+ (rule__SubprogramGroupImplementation__OwnedDataSubcomponentAssignment_9_1_0_3)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedDataSubcomponentAssignment_9_1_0_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Alternatives_10_1
+rule__SubprogramGroupImplementation__Alternatives_10_2
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_10_1_0()); }
- (rule__SubprogramGroupImplementation__Alternatives_10_1_0)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_10_1_0()); }
- )
- (
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_10_1_0()); }
- (rule__SubprogramGroupImplementation__Alternatives_10_1_0)*
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_10_1_0()); }
- )
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedEventSourceAssignment_10_2_0()); }
+ (rule__SubprogramGroupImplementation__OwnedEventSourceAssignment_10_2_0)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedEventSourceAssignment_10_2_0()); }
)
|
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_10_1_1()); }
- (rule__SubprogramGroupImplementation__Group_10_1_1__0)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_10_1_1()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedEventDataSourceAssignment_10_2_1()); }
+ (rule__SubprogramGroupImplementation__OwnedEventDataSourceAssignment_10_2_1)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedEventDataSourceAssignment_10_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Alternatives_10_1_0
+rule__SubprogramGroupImplementation__Alternatives_11_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_0()); }
- (rule__SubprogramGroupImplementation__OwnedAccessConnectionAssignment_10_1_0_0)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_0()); }
- )
- |
- (
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_1()); }
- (rule__SubprogramGroupImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_1()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPortProxyAssignment_11_2_0()); }
+ (rule__SubprogramGroupImplementation__OwnedPortProxyAssignment_11_2_0)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPortProxyAssignment_11_2_0()); }
)
|
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_2()); }
- (rule__SubprogramGroupImplementation__OwnedFeatureConnectionAssignment_10_1_0_2)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_2()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramProxyAssignment_11_2_1()); }
+ (rule__SubprogramGroupImplementation__OwnedSubprogramProxyAssignment_11_2_1)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramProxyAssignment_11_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Alternatives_11_1
+rule__SubprogramGroupImplementation__Alternatives_12_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_11_1_0()); }
- (rule__SubprogramGroupImplementation__Alternatives_11_1_0)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_11_1_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_12_1_0()); }
+ (rule__SubprogramGroupImplementation__Alternatives_12_1_0)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_12_1_0()); }
)
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_11_1_0()); }
- (rule__SubprogramGroupImplementation__Alternatives_11_1_0)*
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_11_1_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_12_1_0()); }
+ (rule__SubprogramGroupImplementation__Alternatives_12_1_0)*
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_12_1_0()); }
)
)
|
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_11_1_1()); }
- (rule__SubprogramGroupImplementation__Group_11_1_1__0)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_11_1_1()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_12_1_1()); }
+ (rule__SubprogramGroupImplementation__Group_12_1_1__0)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_12_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Alternatives_11_1_0
+rule__SubprogramGroupImplementation__Alternatives_12_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedModeAssignment_11_1_0_0()); }
- (rule__SubprogramGroupImplementation__OwnedModeAssignment_11_1_0_0)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedModeAssignment_11_1_0_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAccessConnectionAssignment_12_1_0_0()); }
+ (rule__SubprogramGroupImplementation__OwnedAccessConnectionAssignment_12_1_0_0)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAccessConnectionAssignment_12_1_0_0()); }
)
|
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedModeTransitionAssignment_11_1_0_1()); }
- (rule__SubprogramGroupImplementation__OwnedModeTransitionAssignment_11_1_0_1)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedModeTransitionAssignment_11_1_0_1()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedFeatureGroupConnectionAssignment_12_1_0_1()); }
+ (rule__SubprogramGroupImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_1)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedFeatureGroupConnectionAssignment_12_1_0_1()); }
+ )
+ |
+ (
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedFeatureConnectionAssignment_12_1_0_2()); }
+ (rule__SubprogramGroupImplementation__OwnedFeatureConnectionAssignment_12_1_0_2)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedFeatureConnectionAssignment_12_1_0_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Alternatives_12_1
+rule__SubprogramGroupImplementation__Alternatives_13_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0()); }
- (rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_12_1_0)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_13_1_0()); }
+ (rule__SubprogramGroupImplementation__Alternatives_13_1_0)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_13_1_0()); }
)
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0()); }
- (rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_12_1_0)*
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_13_1_0()); }
+ (rule__SubprogramGroupImplementation__Alternatives_13_1_0)*
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_13_1_0()); }
)
)
|
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_12_1_1()); }
- (rule__SubprogramGroupImplementation__Group_12_1_1__0)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_12_1_1()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_13_1_1()); }
+ (rule__SubprogramGroupImplementation__Group_13_1_1__0)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_13_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Alternatives_6_1
+rule__SubprogramGroupImplementation__Alternatives_13_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- (rule__ProcessorImplementation__OwnedPrototypeAssignment_6_1_0)
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- )
- (
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- (rule__ProcessorImplementation__OwnedPrototypeAssignment_6_1_0)*
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- )
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedModeAssignment_13_1_0_0()); }
+ (rule__SubprogramGroupImplementation__OwnedModeAssignment_13_1_0_0)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedModeAssignment_13_1_0_0()); }
)
|
(
- { before(grammarAccess.getProcessorImplementationAccess().getGroup_6_1_1()); }
- (rule__ProcessorImplementation__Group_6_1_1__0)
- { after(grammarAccess.getProcessorImplementationAccess().getGroup_6_1_1()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1()); }
+ (rule__SubprogramGroupImplementation__OwnedModeTransitionAssignment_13_1_0_1)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Alternatives_7_1
+rule__SubprogramGroupImplementation__Alternatives_14_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getProcessorImplementationAccess().getAlternatives_7_1_0()); }
- (rule__ProcessorImplementation__Alternatives_7_1_0)
- { after(grammarAccess.getProcessorImplementationAccess().getAlternatives_7_1_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0()); }
+ (rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_14_1_0)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0()); }
)
(
- { before(grammarAccess.getProcessorImplementationAccess().getAlternatives_7_1_0()); }
- (rule__ProcessorImplementation__Alternatives_7_1_0)*
- { after(grammarAccess.getProcessorImplementationAccess().getAlternatives_7_1_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0()); }
+ (rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_14_1_0)*
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0()); }
)
)
|
(
- { before(grammarAccess.getProcessorImplementationAccess().getGroup_7_1_1()); }
- (rule__ProcessorImplementation__Group_7_1_1__0)
- { after(grammarAccess.getProcessorImplementationAccess().getGroup_7_1_1()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_14_1_1()); }
+ (rule__SubprogramGroupImplementation__Group_14_1_1__0)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_14_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Alternatives_7_1_0
+rule__ProcessorImplementation__Alternatives_7_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedMemorySubcomponentAssignment_7_1_0_0()); }
- (rule__ProcessorImplementation__OwnedMemorySubcomponentAssignment_7_1_0_0)
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedMemorySubcomponentAssignment_7_1_0_0()); }
- )
- |
- (
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_1()); }
- (rule__ProcessorImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_1)
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_1()); }
- )
- |
- (
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedBusSubcomponentAssignment_7_1_0_2()); }
- (rule__ProcessorImplementation__OwnedBusSubcomponentAssignment_7_1_0_2)
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedBusSubcomponentAssignment_7_1_0_2()); }
- )
- |
- (
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_3()); }
- (rule__ProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_3)
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_3()); }
+ (
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
+ (rule__ProcessorImplementation__OwnedPrototypeAssignment_7_1_0)
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
+ )
+ (
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
+ (rule__ProcessorImplementation__OwnedPrototypeAssignment_7_1_0)*
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
+ )
)
|
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_7_1_0_4()); }
- (rule__ProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_4)
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_7_1_0_4()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getGroup_7_1_1()); }
+ (rule__ProcessorImplementation__Group_7_1_1__0)
+ { after(grammarAccess.getProcessorImplementationAccess().getGroup_7_1_1()); }
)
;
finally {
@@ -12909,78 +11892,84 @@ rule__ProcessorImplementation__Alternatives_8_1
@init {
int stackSize = keepStackSize();
}
-:
- (
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedEventSourceAssignment_8_1_0()); }
- (rule__ProcessorImplementation__OwnedEventSourceAssignment_8_1_0)
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedEventSourceAssignment_8_1_0()); }
- )
- |
- (
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1()); }
- (rule__ProcessorImplementation__OwnedEventDataSourceAssignment_8_1_1)
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ProcessorImplementation__Alternatives_9_1
- @init {
- int stackSize = keepStackSize();
- }
:
(
(
- { before(grammarAccess.getProcessorImplementationAccess().getAlternatives_9_1_0()); }
- (rule__ProcessorImplementation__Alternatives_9_1_0)
- { after(grammarAccess.getProcessorImplementationAccess().getAlternatives_9_1_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getAlternatives_8_1_0()); }
+ (rule__ProcessorImplementation__Alternatives_8_1_0)
+ { after(grammarAccess.getProcessorImplementationAccess().getAlternatives_8_1_0()); }
)
(
- { before(grammarAccess.getProcessorImplementationAccess().getAlternatives_9_1_0()); }
- (rule__ProcessorImplementation__Alternatives_9_1_0)*
- { after(grammarAccess.getProcessorImplementationAccess().getAlternatives_9_1_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getAlternatives_8_1_0()); }
+ (rule__ProcessorImplementation__Alternatives_8_1_0)*
+ { after(grammarAccess.getProcessorImplementationAccess().getAlternatives_8_1_0()); }
)
)
|
(
- { before(grammarAccess.getProcessorImplementationAccess().getGroup_9_1_1()); }
- (rule__ProcessorImplementation__Group_9_1_1__0)
- { after(grammarAccess.getProcessorImplementationAccess().getGroup_9_1_1()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getGroup_8_1_1()); }
+ (rule__ProcessorImplementation__Group_8_1_1__0)
+ { after(grammarAccess.getProcessorImplementationAccess().getGroup_8_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Alternatives_9_1_0
+rule__ProcessorImplementation__Alternatives_8_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedPortConnectionAssignment_9_1_0_0()); }
- (rule__ProcessorImplementation__OwnedPortConnectionAssignment_9_1_0_0)
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedPortConnectionAssignment_9_1_0_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedMemorySubcomponentAssignment_8_1_0_0()); }
+ (rule__ProcessorImplementation__OwnedMemorySubcomponentAssignment_8_1_0_0)
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedMemorySubcomponentAssignment_8_1_0_0()); }
)
|
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedAccessConnectionAssignment_9_1_0_1()); }
- (rule__ProcessorImplementation__OwnedAccessConnectionAssignment_9_1_0_1)
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedAccessConnectionAssignment_9_1_0_1()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_1()); }
+ (rule__ProcessorImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_1)
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_1()); }
)
|
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedFeatureGroupConnectionAssignment_9_1_0_2()); }
- (rule__ProcessorImplementation__OwnedFeatureGroupConnectionAssignment_9_1_0_2)
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedFeatureGroupConnectionAssignment_9_1_0_2()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedBusSubcomponentAssignment_8_1_0_2()); }
+ (rule__ProcessorImplementation__OwnedBusSubcomponentAssignment_8_1_0_2)
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedBusSubcomponentAssignment_8_1_0_2()); }
)
|
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedFeatureConnectionAssignment_9_1_0_3()); }
- (rule__ProcessorImplementation__OwnedFeatureConnectionAssignment_9_1_0_3)
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedFeatureConnectionAssignment_9_1_0_3()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_8_1_0_3()); }
+ (rule__ProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_3)
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_8_1_0_3()); }
+ )
+ |
+ (
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_8_1_0_4()); }
+ (rule__ProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_4)
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_8_1_0_4()); }
+ )
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessorImplementation__Alternatives_9_2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ (
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedEventSourceAssignment_9_2_0()); }
+ (rule__ProcessorImplementation__OwnedEventSourceAssignment_9_2_0)
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedEventSourceAssignment_9_2_0()); }
+ )
+ |
+ (
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1()); }
+ (rule__ProcessorImplementation__OwnedEventDataSourceAssignment_9_2_1)
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1()); }
)
;
finally {
@@ -13021,15 +12010,27 @@ rule__ProcessorImplementation__Alternatives_10_1_0
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedFlowImplementationAssignment_10_1_0_0()); }
- (rule__ProcessorImplementation__OwnedFlowImplementationAssignment_10_1_0_0)
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedFlowImplementationAssignment_10_1_0_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedPortConnectionAssignment_10_1_0_0()); }
+ (rule__ProcessorImplementation__OwnedPortConnectionAssignment_10_1_0_0)
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedPortConnectionAssignment_10_1_0_0()); }
)
|
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedEndToEndFlowAssignment_10_1_0_1()); }
- (rule__ProcessorImplementation__OwnedEndToEndFlowAssignment_10_1_0_1)
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedEndToEndFlowAssignment_10_1_0_1()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_1()); }
+ (rule__ProcessorImplementation__OwnedAccessConnectionAssignment_10_1_0_1)
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_1()); }
+ )
+ |
+ (
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_2()); }
+ (rule__ProcessorImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2)
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_2()); }
+ )
+ |
+ (
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_3()); }
+ (rule__ProcessorImplementation__OwnedFeatureConnectionAssignment_10_1_0_3)
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_3()); }
)
;
finally {
@@ -13070,15 +12071,15 @@ rule__ProcessorImplementation__Alternatives_11_1_0
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedModeAssignment_11_1_0_0()); }
- (rule__ProcessorImplementation__OwnedModeAssignment_11_1_0_0)
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedModeAssignment_11_1_0_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0()); }
+ (rule__ProcessorImplementation__OwnedFlowImplementationAssignment_11_1_0_0)
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0()); }
)
|
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedModeTransitionAssignment_11_1_0_1()); }
- (rule__ProcessorImplementation__OwnedModeTransitionAssignment_11_1_0_1)
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedModeTransitionAssignment_11_1_0_1()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1()); }
+ (rule__ProcessorImplementation__OwnedEndToEndFlowAssignment_11_1_0_1)
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1()); }
)
;
finally {
@@ -13092,14 +12093,14 @@ rule__ProcessorImplementation__Alternatives_12_1
:
(
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0()); }
- (rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_12_1_0)
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getAlternatives_12_1_0()); }
+ (rule__ProcessorImplementation__Alternatives_12_1_0)
+ { after(grammarAccess.getProcessorImplementationAccess().getAlternatives_12_1_0()); }
)
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0()); }
- (rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_12_1_0)*
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getAlternatives_12_1_0()); }
+ (rule__ProcessorImplementation__Alternatives_12_1_0)*
+ { after(grammarAccess.getProcessorImplementationAccess().getAlternatives_12_1_0()); }
)
)
|
@@ -13113,83 +12114,49 @@ finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Alternatives_6_1
+rule__ProcessorImplementation__Alternatives_12_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- (rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_6_1_0)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- )
- (
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- (rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_6_1_0)*
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- )
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedModeAssignment_12_1_0_0()); }
+ (rule__ProcessorImplementation__OwnedModeAssignment_12_1_0_0)
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedModeAssignment_12_1_0_0()); }
)
|
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_6_1_1()); }
- (rule__VirtualProcessorImplementation__Group_6_1_1__0)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_6_1_1()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1()); }
+ (rule__ProcessorImplementation__OwnedModeTransitionAssignment_12_1_0_1)
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Alternatives_7_1
+rule__ProcessorImplementation__Alternatives_13_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_7_1_0()); }
- (rule__VirtualProcessorImplementation__Alternatives_7_1_0)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_7_1_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0()); }
+ (rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0)
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0()); }
)
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_7_1_0()); }
- (rule__VirtualProcessorImplementation__Alternatives_7_1_0)*
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_7_1_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0()); }
+ (rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0)*
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0()); }
)
)
|
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_7_1_1()); }
- (rule__VirtualProcessorImplementation__Group_7_1_1__0)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_7_1_1()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorImplementation__Alternatives_7_1_0
- @init {
- int stackSize = keepStackSize();
- }
-:
- (
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_0()); }
- (rule__VirtualProcessorImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_0()); }
- )
- |
- (
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_1()); }
- (rule__VirtualProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_1()); }
- )
- |
- (
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_7_1_0_2()); }
- (rule__VirtualProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_2)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_7_1_0_2()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getGroup_13_1_1()); }
+ (rule__ProcessorImplementation__Group_13_1_1__0)
+ { after(grammarAccess.getProcessorImplementationAccess().getGroup_13_1_1()); }
)
;
finally {
@@ -13202,15 +12169,22 @@ rule__VirtualProcessorImplementation__Alternatives_8_1
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEventSourceAssignment_8_1_0()); }
- (rule__VirtualProcessorImplementation__OwnedEventSourceAssignment_8_1_0)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEventSourceAssignment_8_1_0()); }
+ (
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeAssignment_8_1_0()); }
+ (rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_8_1_0)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeAssignment_8_1_0()); }
+ )
+ (
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeAssignment_8_1_0()); }
+ (rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_8_1_0)*
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeAssignment_8_1_0()); }
+ )
)
|
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1()); }
- (rule__VirtualProcessorImplementation__OwnedEventDataSourceAssignment_8_1_1)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_8_1_1()); }
+ (rule__VirtualProcessorImplementation__Group_8_1_1__0)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_8_1_1()); }
)
;
finally {
@@ -13221,127 +12195,93 @@ rule__VirtualProcessorImplementation__Alternatives_9_1
@init {
int stackSize = keepStackSize();
}
-:
- (
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPortProxyAssignment_9_1_0()); }
- (rule__VirtualProcessorImplementation__OwnedPortProxyAssignment_9_1_0)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPortProxyAssignment_9_1_0()); }
- )
- |
- (
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1()); }
- (rule__VirtualProcessorImplementation__OwnedSubprogramProxyAssignment_9_1_1)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorImplementation__Alternatives_10_1
- @init {
- int stackSize = keepStackSize();
- }
:
(
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_10_1_0()); }
- (rule__VirtualProcessorImplementation__Alternatives_10_1_0)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_10_1_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_9_1_0()); }
+ (rule__VirtualProcessorImplementation__Alternatives_9_1_0)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_9_1_0()); }
)
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_10_1_0()); }
- (rule__VirtualProcessorImplementation__Alternatives_10_1_0)*
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_10_1_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_9_1_0()); }
+ (rule__VirtualProcessorImplementation__Alternatives_9_1_0)*
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_9_1_0()); }
)
)
|
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_10_1_1()); }
- (rule__VirtualProcessorImplementation__Group_10_1_1__0)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_10_1_1()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_9_1_1()); }
+ (rule__VirtualProcessorImplementation__Group_9_1_1__0)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_9_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Alternatives_10_1_0
+rule__VirtualProcessorImplementation__Alternatives_9_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPortConnectionAssignment_10_1_0_0()); }
- (rule__VirtualProcessorImplementation__OwnedPortConnectionAssignment_10_1_0_0)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPortConnectionAssignment_10_1_0_0()); }
- )
- |
- (
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_1()); }
- (rule__VirtualProcessorImplementation__OwnedAccessConnectionAssignment_10_1_0_1)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_1()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAbstractSubcomponentAssignment_9_1_0_0()); }
+ (rule__VirtualProcessorImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAbstractSubcomponentAssignment_9_1_0_0()); }
)
|
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_2()); }
- (rule__VirtualProcessorImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_2()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_9_1_0_1()); }
+ (rule__VirtualProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_9_1_0_1)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_9_1_0_1()); }
)
|
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_3()); }
- (rule__VirtualProcessorImplementation__OwnedFeatureConnectionAssignment_10_1_0_3)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_3()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_9_1_0_2()); }
+ (rule__VirtualProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_9_1_0_2)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_9_1_0_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Alternatives_11_1
+rule__VirtualProcessorImplementation__Alternatives_10_2
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_11_1_0()); }
- (rule__VirtualProcessorImplementation__Alternatives_11_1_0)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_11_1_0()); }
- )
- (
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_11_1_0()); }
- (rule__VirtualProcessorImplementation__Alternatives_11_1_0)*
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_11_1_0()); }
- )
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEventSourceAssignment_10_2_0()); }
+ (rule__VirtualProcessorImplementation__OwnedEventSourceAssignment_10_2_0)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEventSourceAssignment_10_2_0()); }
)
|
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_11_1_1()); }
- (rule__VirtualProcessorImplementation__Group_11_1_1__0)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_11_1_1()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEventDataSourceAssignment_10_2_1()); }
+ (rule__VirtualProcessorImplementation__OwnedEventDataSourceAssignment_10_2_1)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEventDataSourceAssignment_10_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Alternatives_11_1_0
+rule__VirtualProcessorImplementation__Alternatives_11_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0()); }
- (rule__VirtualProcessorImplementation__OwnedFlowImplementationAssignment_11_1_0_0)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPortProxyAssignment_11_2_0()); }
+ (rule__VirtualProcessorImplementation__OwnedPortProxyAssignment_11_2_0)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPortProxyAssignment_11_2_0()); }
)
|
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1()); }
- (rule__VirtualProcessorImplementation__OwnedEndToEndFlowAssignment_11_1_0_1)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedSubprogramProxyAssignment_11_2_1()); }
+ (rule__VirtualProcessorImplementation__OwnedSubprogramProxyAssignment_11_2_1)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedSubprogramProxyAssignment_11_2_1()); }
)
;
finally {
@@ -13382,15 +12322,27 @@ rule__VirtualProcessorImplementation__Alternatives_12_1_0
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedModeAssignment_12_1_0_0()); }
- (rule__VirtualProcessorImplementation__OwnedModeAssignment_12_1_0_0)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedModeAssignment_12_1_0_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPortConnectionAssignment_12_1_0_0()); }
+ (rule__VirtualProcessorImplementation__OwnedPortConnectionAssignment_12_1_0_0)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPortConnectionAssignment_12_1_0_0()); }
+ )
+ |
+ (
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAccessConnectionAssignment_12_1_0_1()); }
+ (rule__VirtualProcessorImplementation__OwnedAccessConnectionAssignment_12_1_0_1)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAccessConnectionAssignment_12_1_0_1()); }
)
|
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1()); }
- (rule__VirtualProcessorImplementation__OwnedModeTransitionAssignment_12_1_0_1)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFeatureGroupConnectionAssignment_12_1_0_2()); }
+ (rule__VirtualProcessorImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFeatureGroupConnectionAssignment_12_1_0_2()); }
+ )
+ |
+ (
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFeatureConnectionAssignment_12_1_0_3()); }
+ (rule__VirtualProcessorImplementation__OwnedFeatureConnectionAssignment_12_1_0_3)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFeatureConnectionAssignment_12_1_0_3()); }
)
;
finally {
@@ -13404,14 +12356,14 @@ rule__VirtualProcessorImplementation__Alternatives_13_1
:
(
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0()); }
- (rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_13_1_0()); }
+ (rule__VirtualProcessorImplementation__Alternatives_13_1_0)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_13_1_0()); }
)
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0()); }
- (rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0)*
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_13_1_0()); }
+ (rule__VirtualProcessorImplementation__Alternatives_13_1_0)*
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_13_1_0()); }
)
)
|
@@ -13425,192 +12377,229 @@ finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__Alternatives_6_1
+rule__VirtualProcessorImplementation__Alternatives_13_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- (rule__DeviceImplementation__OwnedPrototypeAssignment_6_1_0)
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- )
- (
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- (rule__DeviceImplementation__OwnedPrototypeAssignment_6_1_0)*
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- )
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFlowImplementationAssignment_13_1_0_0()); }
+ (rule__VirtualProcessorImplementation__OwnedFlowImplementationAssignment_13_1_0_0)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFlowImplementationAssignment_13_1_0_0()); }
)
|
(
- { before(grammarAccess.getDeviceImplementationAccess().getGroup_6_1_1()); }
- (rule__DeviceImplementation__Group_6_1_1__0)
- { after(grammarAccess.getDeviceImplementationAccess().getGroup_6_1_1()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEndToEndFlowAssignment_13_1_0_1()); }
+ (rule__VirtualProcessorImplementation__OwnedEndToEndFlowAssignment_13_1_0_1)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEndToEndFlowAssignment_13_1_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__Alternatives_7_1
+rule__VirtualProcessorImplementation__Alternatives_14_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getDeviceImplementationAccess().getAlternatives_7_1_0()); }
- (rule__DeviceImplementation__Alternatives_7_1_0)
- { after(grammarAccess.getDeviceImplementationAccess().getAlternatives_7_1_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_14_1_0()); }
+ (rule__VirtualProcessorImplementation__Alternatives_14_1_0)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_14_1_0()); }
)
(
- { before(grammarAccess.getDeviceImplementationAccess().getAlternatives_7_1_0()); }
- (rule__DeviceImplementation__Alternatives_7_1_0)*
- { after(grammarAccess.getDeviceImplementationAccess().getAlternatives_7_1_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_14_1_0()); }
+ (rule__VirtualProcessorImplementation__Alternatives_14_1_0)*
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_14_1_0()); }
)
)
|
(
- { before(grammarAccess.getDeviceImplementationAccess().getGroup_7_1_1()); }
- (rule__DeviceImplementation__Group_7_1_1__0)
- { after(grammarAccess.getDeviceImplementationAccess().getGroup_7_1_1()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_14_1_1()); }
+ (rule__VirtualProcessorImplementation__Group_14_1_1__0)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_14_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__Alternatives_7_1_0
+rule__VirtualProcessorImplementation__Alternatives_14_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_0()); }
- (rule__DeviceImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0)
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedModeAssignment_14_1_0_0()); }
+ (rule__VirtualProcessorImplementation__OwnedModeAssignment_14_1_0_0)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedModeAssignment_14_1_0_0()); }
)
|
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_1()); }
- (rule__DeviceImplementation__OwnedDataSubcomponentAssignment_7_1_0_1)
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_1()); }
- )
- |
- (
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_2()); }
- (rule__DeviceImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_2)
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_2()); }
- )
- |
- (
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedBusSubcomponentAssignment_7_1_0_3()); }
- (rule__DeviceImplementation__OwnedBusSubcomponentAssignment_7_1_0_3)
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedBusSubcomponentAssignment_7_1_0_3()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedModeTransitionAssignment_14_1_0_1()); }
+ (rule__VirtualProcessorImplementation__OwnedModeTransitionAssignment_14_1_0_1)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedModeTransitionAssignment_14_1_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__Alternatives_8_1
+rule__VirtualProcessorImplementation__Alternatives_15_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedEventSourceAssignment_8_1_0()); }
- (rule__DeviceImplementation__OwnedEventSourceAssignment_8_1_0)
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedEventSourceAssignment_8_1_0()); }
+ (
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0()); }
+ (rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_15_1_0)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0()); }
+ )
+ (
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0()); }
+ (rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_15_1_0)*
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0()); }
+ )
)
|
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1()); }
- (rule__DeviceImplementation__OwnedEventDataSourceAssignment_8_1_1)
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_15_1_1()); }
+ (rule__VirtualProcessorImplementation__Group_15_1_1__0)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_15_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__Alternatives_9_1
+rule__DeviceImplementation__Alternatives_7_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedPortProxyAssignment_9_1_0()); }
- (rule__DeviceImplementation__OwnedPortProxyAssignment_9_1_0)
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedPortProxyAssignment_9_1_0()); }
+ (
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
+ (rule__DeviceImplementation__OwnedPrototypeAssignment_7_1_0)
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
+ )
+ (
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
+ (rule__DeviceImplementation__OwnedPrototypeAssignment_7_1_0)*
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
+ )
)
|
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1()); }
- (rule__DeviceImplementation__OwnedSubprogramProxyAssignment_9_1_1)
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getGroup_7_1_1()); }
+ (rule__DeviceImplementation__Group_7_1_1__0)
+ { after(grammarAccess.getDeviceImplementationAccess().getGroup_7_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__Alternatives_10_1
+rule__DeviceImplementation__Alternatives_8_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getDeviceImplementationAccess().getAlternatives_10_1_0()); }
- (rule__DeviceImplementation__Alternatives_10_1_0)
- { after(grammarAccess.getDeviceImplementationAccess().getAlternatives_10_1_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getAlternatives_8_1_0()); }
+ (rule__DeviceImplementation__Alternatives_8_1_0)
+ { after(grammarAccess.getDeviceImplementationAccess().getAlternatives_8_1_0()); }
)
(
- { before(grammarAccess.getDeviceImplementationAccess().getAlternatives_10_1_0()); }
- (rule__DeviceImplementation__Alternatives_10_1_0)*
- { after(grammarAccess.getDeviceImplementationAccess().getAlternatives_10_1_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getAlternatives_8_1_0()); }
+ (rule__DeviceImplementation__Alternatives_8_1_0)*
+ { after(grammarAccess.getDeviceImplementationAccess().getAlternatives_8_1_0()); }
)
)
|
(
- { before(grammarAccess.getDeviceImplementationAccess().getGroup_10_1_1()); }
- (rule__DeviceImplementation__Group_10_1_1__0)
- { after(grammarAccess.getDeviceImplementationAccess().getGroup_10_1_1()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getGroup_8_1_1()); }
+ (rule__DeviceImplementation__Group_8_1_1__0)
+ { after(grammarAccess.getDeviceImplementationAccess().getGroup_8_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__Alternatives_10_1_0
+rule__DeviceImplementation__Alternatives_8_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedPortConnectionAssignment_10_1_0_0()); }
- (rule__DeviceImplementation__OwnedPortConnectionAssignment_10_1_0_0)
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedPortConnectionAssignment_10_1_0_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_0()); }
+ (rule__DeviceImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0)
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_0()); }
)
|
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_1()); }
- (rule__DeviceImplementation__OwnedAccessConnectionAssignment_10_1_0_1)
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_1()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_1()); }
+ (rule__DeviceImplementation__OwnedDataSubcomponentAssignment_8_1_0_1)
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_1()); }
)
|
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_2()); }
- (rule__DeviceImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2)
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_2()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_8_1_0_2()); }
+ (rule__DeviceImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_2)
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_8_1_0_2()); }
+ )
+ |
+ (
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedBusSubcomponentAssignment_8_1_0_3()); }
+ (rule__DeviceImplementation__OwnedBusSubcomponentAssignment_8_1_0_3)
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedBusSubcomponentAssignment_8_1_0_3()); }
+ )
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__DeviceImplementation__Alternatives_9_2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ (
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedEventSourceAssignment_9_2_0()); }
+ (rule__DeviceImplementation__OwnedEventSourceAssignment_9_2_0)
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedEventSourceAssignment_9_2_0()); }
)
|
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_3()); }
- (rule__DeviceImplementation__OwnedFeatureConnectionAssignment_10_1_0_3)
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_3()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1()); }
+ (rule__DeviceImplementation__OwnedEventDataSourceAssignment_9_2_1)
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1()); }
+ )
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__DeviceImplementation__Alternatives_10_2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ (
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedPortProxyAssignment_10_2_0()); }
+ (rule__DeviceImplementation__OwnedPortProxyAssignment_10_2_0)
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedPortProxyAssignment_10_2_0()); }
+ )
+ |
+ (
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedSubprogramProxyAssignment_10_2_1()); }
+ (rule__DeviceImplementation__OwnedSubprogramProxyAssignment_10_2_1)
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedSubprogramProxyAssignment_10_2_1()); }
)
;
finally {
@@ -13651,15 +12640,27 @@ rule__DeviceImplementation__Alternatives_11_1_0
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0()); }
- (rule__DeviceImplementation__OwnedFlowImplementationAssignment_11_1_0_0)
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedPortConnectionAssignment_11_1_0_0()); }
+ (rule__DeviceImplementation__OwnedPortConnectionAssignment_11_1_0_0)
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedPortConnectionAssignment_11_1_0_0()); }
)
|
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1()); }
- (rule__DeviceImplementation__OwnedEndToEndFlowAssignment_11_1_0_1)
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_1()); }
+ (rule__DeviceImplementation__OwnedAccessConnectionAssignment_11_1_0_1)
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_1()); }
+ )
+ |
+ (
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_2()); }
+ (rule__DeviceImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2)
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_2()); }
+ )
+ |
+ (
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_3()); }
+ (rule__DeviceImplementation__OwnedFeatureConnectionAssignment_11_1_0_3)
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_3()); }
)
;
finally {
@@ -13700,15 +12701,15 @@ rule__DeviceImplementation__Alternatives_12_1_0
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedModeAssignment_12_1_0_0()); }
- (rule__DeviceImplementation__OwnedModeAssignment_12_1_0_0)
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedModeAssignment_12_1_0_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0()); }
+ (rule__DeviceImplementation__OwnedFlowImplementationAssignment_12_1_0_0)
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0()); }
)
|
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1()); }
- (rule__DeviceImplementation__OwnedModeTransitionAssignment_12_1_0_1)
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1()); }
+ (rule__DeviceImplementation__OwnedEndToEndFlowAssignment_12_1_0_1)
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1()); }
)
;
finally {
@@ -13722,14 +12723,14 @@ rule__DeviceImplementation__Alternatives_13_1
:
(
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0()); }
- (rule__DeviceImplementation__OwnedPropertyAssociationAssignment_13_1_0)
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getAlternatives_13_1_0()); }
+ (rule__DeviceImplementation__Alternatives_13_1_0)
+ { after(grammarAccess.getDeviceImplementationAccess().getAlternatives_13_1_0()); }
)
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0()); }
- (rule__DeviceImplementation__OwnedPropertyAssociationAssignment_13_1_0)*
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getAlternatives_13_1_0()); }
+ (rule__DeviceImplementation__Alternatives_13_1_0)*
+ { after(grammarAccess.getDeviceImplementationAccess().getAlternatives_13_1_0()); }
)
)
|
@@ -13743,83 +12744,77 @@ finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__Alternatives_6_1
+rule__DeviceImplementation__Alternatives_13_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- (rule__MemoryImplementation__OwnedPrototypeAssignment_6_1_0)
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- )
- (
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- (rule__MemoryImplementation__OwnedPrototypeAssignment_6_1_0)*
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- )
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedModeAssignment_13_1_0_0()); }
+ (rule__DeviceImplementation__OwnedModeAssignment_13_1_0_0)
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedModeAssignment_13_1_0_0()); }
)
|
(
- { before(grammarAccess.getMemoryImplementationAccess().getGroup_6_1_1()); }
- (rule__MemoryImplementation__Group_6_1_1__0)
- { after(grammarAccess.getMemoryImplementationAccess().getGroup_6_1_1()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1()); }
+ (rule__DeviceImplementation__OwnedModeTransitionAssignment_13_1_0_1)
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__Alternatives_7_1
+rule__DeviceImplementation__Alternatives_14_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getMemoryImplementationAccess().getAlternatives_7_1_0()); }
- (rule__MemoryImplementation__Alternatives_7_1_0)
- { after(grammarAccess.getMemoryImplementationAccess().getAlternatives_7_1_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0()); }
+ (rule__DeviceImplementation__OwnedPropertyAssociationAssignment_14_1_0)
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0()); }
)
(
- { before(grammarAccess.getMemoryImplementationAccess().getAlternatives_7_1_0()); }
- (rule__MemoryImplementation__Alternatives_7_1_0)*
- { after(grammarAccess.getMemoryImplementationAccess().getAlternatives_7_1_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0()); }
+ (rule__DeviceImplementation__OwnedPropertyAssociationAssignment_14_1_0)*
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0()); }
)
)
|
(
- { before(grammarAccess.getMemoryImplementationAccess().getGroup_7_1_1()); }
- (rule__MemoryImplementation__Group_7_1_1__0)
- { after(grammarAccess.getMemoryImplementationAccess().getGroup_7_1_1()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getGroup_14_1_1()); }
+ (rule__DeviceImplementation__Group_14_1_1__0)
+ { after(grammarAccess.getDeviceImplementationAccess().getGroup_14_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__Alternatives_7_1_0
+rule__MemoryImplementation__Alternatives_7_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_0()); }
- (rule__MemoryImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0)
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_0()); }
- )
- |
- (
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedMemorySubcomponentAssignment_7_1_0_1()); }
- (rule__MemoryImplementation__OwnedMemorySubcomponentAssignment_7_1_0_1)
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedMemorySubcomponentAssignment_7_1_0_1()); }
+ (
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
+ (rule__MemoryImplementation__OwnedPrototypeAssignment_7_1_0)
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
+ )
+ (
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
+ (rule__MemoryImplementation__OwnedPrototypeAssignment_7_1_0)*
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
+ )
)
|
(
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedBusSubcomponentAssignment_7_1_0_2()); }
- (rule__MemoryImplementation__OwnedBusSubcomponentAssignment_7_1_0_2)
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedBusSubcomponentAssignment_7_1_0_2()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getGroup_7_1_1()); }
+ (rule__MemoryImplementation__Group_7_1_1__0)
+ { after(grammarAccess.getMemoryImplementationAccess().getGroup_7_1_1()); }
)
;
finally {
@@ -13832,70 +12827,70 @@ rule__MemoryImplementation__Alternatives_8_1
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedEventSourceAssignment_8_1_0()); }
- (rule__MemoryImplementation__OwnedEventSourceAssignment_8_1_0)
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedEventSourceAssignment_8_1_0()); }
+ (
+ { before(grammarAccess.getMemoryImplementationAccess().getAlternatives_8_1_0()); }
+ (rule__MemoryImplementation__Alternatives_8_1_0)
+ { after(grammarAccess.getMemoryImplementationAccess().getAlternatives_8_1_0()); }
+ )
+ (
+ { before(grammarAccess.getMemoryImplementationAccess().getAlternatives_8_1_0()); }
+ (rule__MemoryImplementation__Alternatives_8_1_0)*
+ { after(grammarAccess.getMemoryImplementationAccess().getAlternatives_8_1_0()); }
+ )
)
|
(
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1()); }
- (rule__MemoryImplementation__OwnedEventDataSourceAssignment_8_1_1)
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getGroup_8_1_1()); }
+ (rule__MemoryImplementation__Group_8_1_1__0)
+ { after(grammarAccess.getMemoryImplementationAccess().getGroup_8_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__Alternatives_9_1
+rule__MemoryImplementation__Alternatives_8_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getMemoryImplementationAccess().getAlternatives_9_1_0()); }
- (rule__MemoryImplementation__Alternatives_9_1_0)
- { after(grammarAccess.getMemoryImplementationAccess().getAlternatives_9_1_0()); }
- )
- (
- { before(grammarAccess.getMemoryImplementationAccess().getAlternatives_9_1_0()); }
- (rule__MemoryImplementation__Alternatives_9_1_0)*
- { after(grammarAccess.getMemoryImplementationAccess().getAlternatives_9_1_0()); }
- )
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_0()); }
+ (rule__MemoryImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0)
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_0()); }
+ )
+ |
+ (
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedMemorySubcomponentAssignment_8_1_0_1()); }
+ (rule__MemoryImplementation__OwnedMemorySubcomponentAssignment_8_1_0_1)
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedMemorySubcomponentAssignment_8_1_0_1()); }
)
|
(
- { before(grammarAccess.getMemoryImplementationAccess().getGroup_9_1_1()); }
- (rule__MemoryImplementation__Group_9_1_1__0)
- { after(grammarAccess.getMemoryImplementationAccess().getGroup_9_1_1()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedBusSubcomponentAssignment_8_1_0_2()); }
+ (rule__MemoryImplementation__OwnedBusSubcomponentAssignment_8_1_0_2)
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedBusSubcomponentAssignment_8_1_0_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__Alternatives_9_1_0
+rule__MemoryImplementation__Alternatives_9_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedAccessConnectionAssignment_9_1_0_0()); }
- (rule__MemoryImplementation__OwnedAccessConnectionAssignment_9_1_0_0)
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedAccessConnectionAssignment_9_1_0_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedEventSourceAssignment_9_2_0()); }
+ (rule__MemoryImplementation__OwnedEventSourceAssignment_9_2_0)
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedEventSourceAssignment_9_2_0()); }
)
|
(
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedFeatureGroupConnectionAssignment_9_1_0_1()); }
- (rule__MemoryImplementation__OwnedFeatureGroupConnectionAssignment_9_1_0_1)
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedFeatureGroupConnectionAssignment_9_1_0_1()); }
- )
- |
- (
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedFeatureConnectionAssignment_9_1_0_2()); }
- (rule__MemoryImplementation__OwnedFeatureConnectionAssignment_9_1_0_2)
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedFeatureConnectionAssignment_9_1_0_2()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1()); }
+ (rule__MemoryImplementation__OwnedEventDataSourceAssignment_9_2_1)
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1()); }
)
;
finally {
@@ -13936,15 +12931,21 @@ rule__MemoryImplementation__Alternatives_10_1_0
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedModeAssignment_10_1_0_0()); }
- (rule__MemoryImplementation__OwnedModeAssignment_10_1_0_0)
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedModeAssignment_10_1_0_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_0()); }
+ (rule__MemoryImplementation__OwnedAccessConnectionAssignment_10_1_0_0)
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_0()); }
)
|
(
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedModeTransitionAssignment_10_1_0_1()); }
- (rule__MemoryImplementation__OwnedModeTransitionAssignment_10_1_0_1)
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedModeTransitionAssignment_10_1_0_1()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_1()); }
+ (rule__MemoryImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1)
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_1()); }
+ )
+ |
+ (
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_2()); }
+ (rule__MemoryImplementation__OwnedFeatureConnectionAssignment_10_1_0_2)
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_2()); }
)
;
finally {
@@ -13958,14 +12959,14 @@ rule__MemoryImplementation__Alternatives_11_1
:
(
(
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedPropertyAssociationAssignment_11_1_0()); }
- (rule__MemoryImplementation__OwnedPropertyAssociationAssignment_11_1_0)
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedPropertyAssociationAssignment_11_1_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getAlternatives_11_1_0()); }
+ (rule__MemoryImplementation__Alternatives_11_1_0)
+ { after(grammarAccess.getMemoryImplementationAccess().getAlternatives_11_1_0()); }
)
(
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedPropertyAssociationAssignment_11_1_0()); }
- (rule__MemoryImplementation__OwnedPropertyAssociationAssignment_11_1_0)*
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedPropertyAssociationAssignment_11_1_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getAlternatives_11_1_0()); }
+ (rule__MemoryImplementation__Alternatives_11_1_0)*
+ { after(grammarAccess.getMemoryImplementationAccess().getAlternatives_11_1_0()); }
)
)
|
@@ -13979,77 +12980,77 @@ finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__Alternatives_6_1
+rule__MemoryImplementation__Alternatives_11_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getBusImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- (rule__BusImplementation__OwnedPrototypeAssignment_6_1_0)
- { after(grammarAccess.getBusImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- )
- (
- { before(grammarAccess.getBusImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- (rule__BusImplementation__OwnedPrototypeAssignment_6_1_0)*
- { after(grammarAccess.getBusImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- )
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedModeAssignment_11_1_0_0()); }
+ (rule__MemoryImplementation__OwnedModeAssignment_11_1_0_0)
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedModeAssignment_11_1_0_0()); }
)
|
(
- { before(grammarAccess.getBusImplementationAccess().getGroup_6_1_1()); }
- (rule__BusImplementation__Group_6_1_1__0)
- { after(grammarAccess.getBusImplementationAccess().getGroup_6_1_1()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedModeTransitionAssignment_11_1_0_1()); }
+ (rule__MemoryImplementation__OwnedModeTransitionAssignment_11_1_0_1)
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedModeTransitionAssignment_11_1_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__Alternatives_7_1
+rule__MemoryImplementation__Alternatives_12_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getBusImplementationAccess().getAlternatives_7_1_0()); }
- (rule__BusImplementation__Alternatives_7_1_0)
- { after(grammarAccess.getBusImplementationAccess().getAlternatives_7_1_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0()); }
+ (rule__MemoryImplementation__OwnedPropertyAssociationAssignment_12_1_0)
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0()); }
)
(
- { before(grammarAccess.getBusImplementationAccess().getAlternatives_7_1_0()); }
- (rule__BusImplementation__Alternatives_7_1_0)*
- { after(grammarAccess.getBusImplementationAccess().getAlternatives_7_1_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0()); }
+ (rule__MemoryImplementation__OwnedPropertyAssociationAssignment_12_1_0)*
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0()); }
)
)
|
(
- { before(grammarAccess.getBusImplementationAccess().getGroup_7_1_1()); }
- (rule__BusImplementation__Group_7_1_1__0)
- { after(grammarAccess.getBusImplementationAccess().getGroup_7_1_1()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getGroup_12_1_1()); }
+ (rule__MemoryImplementation__Group_12_1_1__0)
+ { after(grammarAccess.getMemoryImplementationAccess().getGroup_12_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__Alternatives_7_1_0
+rule__BusImplementation__Alternatives_7_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_0()); }
- (rule__BusImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0)
- { after(grammarAccess.getBusImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_0()); }
+ (
+ { before(grammarAccess.getBusImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
+ (rule__BusImplementation__OwnedPrototypeAssignment_7_1_0)
+ { after(grammarAccess.getBusImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
+ )
+ (
+ { before(grammarAccess.getBusImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
+ (rule__BusImplementation__OwnedPrototypeAssignment_7_1_0)*
+ { after(grammarAccess.getBusImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
+ )
)
|
(
- { before(grammarAccess.getBusImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_1()); }
- (rule__BusImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1)
- { after(grammarAccess.getBusImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_1()); }
+ { before(grammarAccess.getBusImplementationAccess().getGroup_7_1_1()); }
+ (rule__BusImplementation__Group_7_1_1__0)
+ { after(grammarAccess.getBusImplementationAccess().getGroup_7_1_1()); }
)
;
finally {
@@ -14062,64 +13063,64 @@ rule__BusImplementation__Alternatives_8_1
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getOwnedEventSourceAssignment_8_1_0()); }
- (rule__BusImplementation__OwnedEventSourceAssignment_8_1_0)
- { after(grammarAccess.getBusImplementationAccess().getOwnedEventSourceAssignment_8_1_0()); }
+ (
+ { before(grammarAccess.getBusImplementationAccess().getAlternatives_8_1_0()); }
+ (rule__BusImplementation__Alternatives_8_1_0)
+ { after(grammarAccess.getBusImplementationAccess().getAlternatives_8_1_0()); }
+ )
+ (
+ { before(grammarAccess.getBusImplementationAccess().getAlternatives_8_1_0()); }
+ (rule__BusImplementation__Alternatives_8_1_0)*
+ { after(grammarAccess.getBusImplementationAccess().getAlternatives_8_1_0()); }
+ )
)
|
(
- { before(grammarAccess.getBusImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1()); }
- (rule__BusImplementation__OwnedEventDataSourceAssignment_8_1_1)
- { after(grammarAccess.getBusImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1()); }
+ { before(grammarAccess.getBusImplementationAccess().getGroup_8_1_1()); }
+ (rule__BusImplementation__Group_8_1_1__0)
+ { after(grammarAccess.getBusImplementationAccess().getGroup_8_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__Alternatives_9_1
+rule__BusImplementation__Alternatives_8_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getBusImplementationAccess().getAlternatives_9_1_0()); }
- (rule__BusImplementation__Alternatives_9_1_0)
- { after(grammarAccess.getBusImplementationAccess().getAlternatives_9_1_0()); }
- )
- (
- { before(grammarAccess.getBusImplementationAccess().getAlternatives_9_1_0()); }
- (rule__BusImplementation__Alternatives_9_1_0)*
- { after(grammarAccess.getBusImplementationAccess().getAlternatives_9_1_0()); }
- )
+ { before(grammarAccess.getBusImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_0()); }
+ (rule__BusImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0)
+ { after(grammarAccess.getBusImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_0()); }
)
|
(
- { before(grammarAccess.getBusImplementationAccess().getGroup_9_1_1()); }
- (rule__BusImplementation__Group_9_1_1__0)
- { after(grammarAccess.getBusImplementationAccess().getGroup_9_1_1()); }
+ { before(grammarAccess.getBusImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_8_1_0_1()); }
+ (rule__BusImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_1)
+ { after(grammarAccess.getBusImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_8_1_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__Alternatives_9_1_0
+rule__BusImplementation__Alternatives_9_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getOwnedModeAssignment_9_1_0_0()); }
- (rule__BusImplementation__OwnedModeAssignment_9_1_0_0)
- { after(grammarAccess.getBusImplementationAccess().getOwnedModeAssignment_9_1_0_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getOwnedEventSourceAssignment_9_2_0()); }
+ (rule__BusImplementation__OwnedEventSourceAssignment_9_2_0)
+ { after(grammarAccess.getBusImplementationAccess().getOwnedEventSourceAssignment_9_2_0()); }
)
|
(
- { before(grammarAccess.getBusImplementationAccess().getOwnedModeTransitionAssignment_9_1_0_1()); }
- (rule__BusImplementation__OwnedModeTransitionAssignment_9_1_0_1)
- { after(grammarAccess.getBusImplementationAccess().getOwnedModeTransitionAssignment_9_1_0_1()); }
+ { before(grammarAccess.getBusImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1()); }
+ (rule__BusImplementation__OwnedEventDataSourceAssignment_9_2_1)
+ { after(grammarAccess.getBusImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1()); }
)
;
finally {
@@ -14133,14 +13134,14 @@ rule__BusImplementation__Alternatives_10_1
:
(
(
- { before(grammarAccess.getBusImplementationAccess().getOwnedPropertyAssociationAssignment_10_1_0()); }
- (rule__BusImplementation__OwnedPropertyAssociationAssignment_10_1_0)
- { after(grammarAccess.getBusImplementationAccess().getOwnedPropertyAssociationAssignment_10_1_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getAlternatives_10_1_0()); }
+ (rule__BusImplementation__Alternatives_10_1_0)
+ { after(grammarAccess.getBusImplementationAccess().getAlternatives_10_1_0()); }
)
(
- { before(grammarAccess.getBusImplementationAccess().getOwnedPropertyAssociationAssignment_10_1_0()); }
- (rule__BusImplementation__OwnedPropertyAssociationAssignment_10_1_0)*
- { after(grammarAccess.getBusImplementationAccess().getOwnedPropertyAssociationAssignment_10_1_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getAlternatives_10_1_0()); }
+ (rule__BusImplementation__Alternatives_10_1_0)*
+ { after(grammarAccess.getBusImplementationAccess().getAlternatives_10_1_0()); }
)
)
|
@@ -14154,77 +13155,49 @@ finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Alternatives_6_1
+rule__BusImplementation__Alternatives_10_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- (rule__VirtualBusImplementation__OwnedPrototypeAssignment_6_1_0)
- { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- )
- (
- { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- (rule__VirtualBusImplementation__OwnedPrototypeAssignment_6_1_0)*
- { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeAssignment_6_1_0()); }
- )
+ { before(grammarAccess.getBusImplementationAccess().getOwnedModeAssignment_10_1_0_0()); }
+ (rule__BusImplementation__OwnedModeAssignment_10_1_0_0)
+ { after(grammarAccess.getBusImplementationAccess().getOwnedModeAssignment_10_1_0_0()); }
)
|
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getGroup_6_1_1()); }
- (rule__VirtualBusImplementation__Group_6_1_1__0)
- { after(grammarAccess.getVirtualBusImplementationAccess().getGroup_6_1_1()); }
+ { before(grammarAccess.getBusImplementationAccess().getOwnedModeTransitionAssignment_10_1_0_1()); }
+ (rule__BusImplementation__OwnedModeTransitionAssignment_10_1_0_1)
+ { after(grammarAccess.getBusImplementationAccess().getOwnedModeTransitionAssignment_10_1_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Alternatives_7_1
+rule__BusImplementation__Alternatives_11_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_7_1_0()); }
- (rule__VirtualBusImplementation__Alternatives_7_1_0)
- { after(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_7_1_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getOwnedPropertyAssociationAssignment_11_1_0()); }
+ (rule__BusImplementation__OwnedPropertyAssociationAssignment_11_1_0)
+ { after(grammarAccess.getBusImplementationAccess().getOwnedPropertyAssociationAssignment_11_1_0()); }
)
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_7_1_0()); }
- (rule__VirtualBusImplementation__Alternatives_7_1_0)*
- { after(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_7_1_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getOwnedPropertyAssociationAssignment_11_1_0()); }
+ (rule__BusImplementation__OwnedPropertyAssociationAssignment_11_1_0)*
+ { after(grammarAccess.getBusImplementationAccess().getOwnedPropertyAssociationAssignment_11_1_0()); }
)
)
|
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getGroup_7_1_1()); }
- (rule__VirtualBusImplementation__Group_7_1_1__0)
- { after(grammarAccess.getVirtualBusImplementationAccess().getGroup_7_1_1()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualBusImplementation__Alternatives_7_1_0
- @init {
- int stackSize = keepStackSize();
- }
-:
- (
- { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_0()); }
- (rule__VirtualBusImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0)
- { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_0()); }
- )
- |
- (
- { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_1()); }
- (rule__VirtualBusImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1)
- { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_1()); }
+ { before(grammarAccess.getBusImplementationAccess().getGroup_11_1_1()); }
+ (rule__BusImplementation__Group_11_1_1__0)
+ { after(grammarAccess.getBusImplementationAccess().getGroup_11_1_1()); }
)
;
finally {
@@ -14237,15 +13210,22 @@ rule__VirtualBusImplementation__Alternatives_8_1
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedEventSourceAssignment_8_1_0()); }
- (rule__VirtualBusImplementation__OwnedEventSourceAssignment_8_1_0)
- { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedEventSourceAssignment_8_1_0()); }
+ (
+ { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeAssignment_8_1_0()); }
+ (rule__VirtualBusImplementation__OwnedPrototypeAssignment_8_1_0)
+ { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeAssignment_8_1_0()); }
+ )
+ (
+ { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeAssignment_8_1_0()); }
+ (rule__VirtualBusImplementation__OwnedPrototypeAssignment_8_1_0)*
+ { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeAssignment_8_1_0()); }
+ )
)
|
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1()); }
- (rule__VirtualBusImplementation__OwnedEventDataSourceAssignment_8_1_1)
- { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getGroup_8_1_1()); }
+ (rule__VirtualBusImplementation__Group_8_1_1__0)
+ { after(grammarAccess.getVirtualBusImplementationAccess().getGroup_8_1_1()); }
)
;
finally {
@@ -14286,202 +13266,217 @@ rule__VirtualBusImplementation__Alternatives_9_1_0
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedModeAssignment_9_1_0_0()); }
- (rule__VirtualBusImplementation__OwnedModeAssignment_9_1_0_0)
- { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedModeAssignment_9_1_0_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedAbstractSubcomponentAssignment_9_1_0_0()); }
+ (rule__VirtualBusImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0)
+ { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedAbstractSubcomponentAssignment_9_1_0_0()); }
)
|
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedModeTransitionAssignment_9_1_0_1()); }
- (rule__VirtualBusImplementation__OwnedModeTransitionAssignment_9_1_0_1)
- { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedModeTransitionAssignment_9_1_0_1()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_9_1_0_1()); }
+ (rule__VirtualBusImplementation__OwnedVirtualBusSubcomponentAssignment_9_1_0_1)
+ { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_9_1_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Alternatives_10_1
+rule__VirtualBusImplementation__Alternatives_10_2
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedPropertyAssociationAssignment_10_1_0()); }
- (rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_10_1_0)
- { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedPropertyAssociationAssignment_10_1_0()); }
- )
- (
- { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedPropertyAssociationAssignment_10_1_0()); }
- (rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_10_1_0)*
- { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedPropertyAssociationAssignment_10_1_0()); }
- )
+ { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedEventSourceAssignment_10_2_0()); }
+ (rule__VirtualBusImplementation__OwnedEventSourceAssignment_10_2_0)
+ { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedEventSourceAssignment_10_2_0()); }
)
|
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getGroup_10_1_1()); }
- (rule__VirtualBusImplementation__Group_10_1_1__0)
- { after(grammarAccess.getVirtualBusImplementationAccess().getGroup_10_1_1()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedEventDataSourceAssignment_10_2_1()); }
+ (rule__VirtualBusImplementation__OwnedEventDataSourceAssignment_10_2_1)
+ { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedEventDataSourceAssignment_10_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Alternatives_7_1
+rule__VirtualBusImplementation__Alternatives_11_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
- (rule__DataImplementation__OwnedPrototypeAssignment_7_1_0)
- { after(grammarAccess.getDataImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_11_1_0()); }
+ (rule__VirtualBusImplementation__Alternatives_11_1_0)
+ { after(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_11_1_0()); }
)
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
- (rule__DataImplementation__OwnedPrototypeAssignment_7_1_0)*
- { after(grammarAccess.getDataImplementationAccess().getOwnedPrototypeAssignment_7_1_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_11_1_0()); }
+ (rule__VirtualBusImplementation__Alternatives_11_1_0)*
+ { after(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_11_1_0()); }
)
)
|
(
- { before(grammarAccess.getDataImplementationAccess().getGroup_7_1_1()); }
- (rule__DataImplementation__Group_7_1_1__0)
- { after(grammarAccess.getDataImplementationAccess().getGroup_7_1_1()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getGroup_11_1_1()); }
+ (rule__VirtualBusImplementation__Group_11_1_1__0)
+ { after(grammarAccess.getVirtualBusImplementationAccess().getGroup_11_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Alternatives_8_1
+rule__VirtualBusImplementation__Alternatives_11_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getDataImplementationAccess().getAlternatives_8_1_0()); }
- (rule__DataImplementation__Alternatives_8_1_0)
- { after(grammarAccess.getDataImplementationAccess().getAlternatives_8_1_0()); }
- )
- (
- { before(grammarAccess.getDataImplementationAccess().getAlternatives_8_1_0()); }
- (rule__DataImplementation__Alternatives_8_1_0)*
- { after(grammarAccess.getDataImplementationAccess().getAlternatives_8_1_0()); }
- )
+ { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedModeAssignment_11_1_0_0()); }
+ (rule__VirtualBusImplementation__OwnedModeAssignment_11_1_0_0)
+ { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedModeAssignment_11_1_0_0()); }
)
|
(
- { before(grammarAccess.getDataImplementationAccess().getGroup_8_1_1()); }
- (rule__DataImplementation__Group_8_1_1__0)
- { after(grammarAccess.getDataImplementationAccess().getGroup_8_1_1()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedModeTransitionAssignment_11_1_0_1()); }
+ (rule__VirtualBusImplementation__OwnedModeTransitionAssignment_11_1_0_1)
+ { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedModeTransitionAssignment_11_1_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Alternatives_8_1_0
+rule__VirtualBusImplementation__Alternatives_12_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_0()); }
- (rule__DataImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0)
- { after(grammarAccess.getDataImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_0()); }
- )
- |
- (
- { before(grammarAccess.getDataImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_1()); }
- (rule__DataImplementation__OwnedDataSubcomponentAssignment_8_1_0_1)
- { after(grammarAccess.getDataImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_1()); }
+ (
+ { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0()); }
+ (rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_12_1_0)
+ { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0()); }
+ )
+ (
+ { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0()); }
+ (rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_12_1_0)*
+ { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0()); }
+ )
)
|
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedSubprogramSubcomponentAssignment_8_1_0_2()); }
- (rule__DataImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_2)
- { after(grammarAccess.getDataImplementationAccess().getOwnedSubprogramSubcomponentAssignment_8_1_0_2()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getGroup_12_1_1()); }
+ (rule__VirtualBusImplementation__Group_12_1_1__0)
+ { after(grammarAccess.getVirtualBusImplementationAccess().getGroup_12_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Alternatives_9_1
+rule__DataImplementation__Alternatives_8_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedEventSourceAssignment_9_1_0()); }
- (rule__DataImplementation__OwnedEventSourceAssignment_9_1_0)
- { after(grammarAccess.getDataImplementationAccess().getOwnedEventSourceAssignment_9_1_0()); }
+ (
+ { before(grammarAccess.getDataImplementationAccess().getOwnedPrototypeAssignment_8_1_0()); }
+ (rule__DataImplementation__OwnedPrototypeAssignment_8_1_0)
+ { after(grammarAccess.getDataImplementationAccess().getOwnedPrototypeAssignment_8_1_0()); }
+ )
+ (
+ { before(grammarAccess.getDataImplementationAccess().getOwnedPrototypeAssignment_8_1_0()); }
+ (rule__DataImplementation__OwnedPrototypeAssignment_8_1_0)*
+ { after(grammarAccess.getDataImplementationAccess().getOwnedPrototypeAssignment_8_1_0()); }
+ )
)
|
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedEventDataSourceAssignment_9_1_1()); }
- (rule__DataImplementation__OwnedEventDataSourceAssignment_9_1_1)
- { after(grammarAccess.getDataImplementationAccess().getOwnedEventDataSourceAssignment_9_1_1()); }
+ { before(grammarAccess.getDataImplementationAccess().getGroup_8_1_1()); }
+ (rule__DataImplementation__Group_8_1_1__0)
+ { after(grammarAccess.getDataImplementationAccess().getGroup_8_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Alternatives_10_1
+rule__DataImplementation__Alternatives_9_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getDataImplementationAccess().getAlternatives_10_1_0()); }
- (rule__DataImplementation__Alternatives_10_1_0)
- { after(grammarAccess.getDataImplementationAccess().getAlternatives_10_1_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getAlternatives_9_1_0()); }
+ (rule__DataImplementation__Alternatives_9_1_0)
+ { after(grammarAccess.getDataImplementationAccess().getAlternatives_9_1_0()); }
)
(
- { before(grammarAccess.getDataImplementationAccess().getAlternatives_10_1_0()); }
- (rule__DataImplementation__Alternatives_10_1_0)*
- { after(grammarAccess.getDataImplementationAccess().getAlternatives_10_1_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getAlternatives_9_1_0()); }
+ (rule__DataImplementation__Alternatives_9_1_0)*
+ { after(grammarAccess.getDataImplementationAccess().getAlternatives_9_1_0()); }
)
)
|
(
- { before(grammarAccess.getDataImplementationAccess().getGroup_10_1_1()); }
- (rule__DataImplementation__Group_10_1_1__0)
- { after(grammarAccess.getDataImplementationAccess().getGroup_10_1_1()); }
+ { before(grammarAccess.getDataImplementationAccess().getGroup_9_1_1()); }
+ (rule__DataImplementation__Group_9_1_1__0)
+ { after(grammarAccess.getDataImplementationAccess().getGroup_9_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Alternatives_10_1_0
+rule__DataImplementation__Alternatives_9_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_0()); }
- (rule__DataImplementation__OwnedAccessConnectionAssignment_10_1_0_0)
- { after(grammarAccess.getDataImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getOwnedAbstractSubcomponentAssignment_9_1_0_0()); }
+ (rule__DataImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0)
+ { after(grammarAccess.getDataImplementationAccess().getOwnedAbstractSubcomponentAssignment_9_1_0_0()); }
)
|
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_1()); }
- (rule__DataImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1)
- { after(grammarAccess.getDataImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_1()); }
+ { before(grammarAccess.getDataImplementationAccess().getOwnedDataSubcomponentAssignment_9_1_0_1()); }
+ (rule__DataImplementation__OwnedDataSubcomponentAssignment_9_1_0_1)
+ { after(grammarAccess.getDataImplementationAccess().getOwnedDataSubcomponentAssignment_9_1_0_1()); }
)
|
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_2()); }
- (rule__DataImplementation__OwnedFeatureConnectionAssignment_10_1_0_2)
- { after(grammarAccess.getDataImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_2()); }
+ { before(grammarAccess.getDataImplementationAccess().getOwnedSubprogramSubcomponentAssignment_9_1_0_2()); }
+ (rule__DataImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_2)
+ { after(grammarAccess.getDataImplementationAccess().getOwnedSubprogramSubcomponentAssignment_9_1_0_2()); }
+ )
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__DataImplementation__Alternatives_10_2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ (
+ { before(grammarAccess.getDataImplementationAccess().getOwnedEventSourceAssignment_10_2_0()); }
+ (rule__DataImplementation__OwnedEventSourceAssignment_10_2_0)
+ { after(grammarAccess.getDataImplementationAccess().getOwnedEventSourceAssignment_10_2_0()); }
+ )
+ |
+ (
+ { before(grammarAccess.getDataImplementationAccess().getOwnedEventDataSourceAssignment_10_2_1()); }
+ (rule__DataImplementation__OwnedEventDataSourceAssignment_10_2_1)
+ { after(grammarAccess.getDataImplementationAccess().getOwnedEventDataSourceAssignment_10_2_1()); }
)
;
finally {
@@ -14522,15 +13517,21 @@ rule__DataImplementation__Alternatives_11_1_0
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0()); }
- (rule__DataImplementation__OwnedFlowImplementationAssignment_11_1_0_0)
- { after(grammarAccess.getDataImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_0()); }
+ (rule__DataImplementation__OwnedAccessConnectionAssignment_11_1_0_0)
+ { after(grammarAccess.getDataImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_0()); }
+ )
+ |
+ (
+ { before(grammarAccess.getDataImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_1()); }
+ (rule__DataImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_1)
+ { after(grammarAccess.getDataImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_1()); }
)
|
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1()); }
- (rule__DataImplementation__OwnedEndToEndFlowAssignment_11_1_0_1)
- { after(grammarAccess.getDataImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1()); }
+ { before(grammarAccess.getDataImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_2()); }
+ (rule__DataImplementation__OwnedFeatureConnectionAssignment_11_1_0_2)
+ { after(grammarAccess.getDataImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_2()); }
)
;
finally {
@@ -14571,15 +13572,15 @@ rule__DataImplementation__Alternatives_12_1_0
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedModeAssignment_12_1_0_0()); }
- (rule__DataImplementation__OwnedModeAssignment_12_1_0_0)
- { after(grammarAccess.getDataImplementationAccess().getOwnedModeAssignment_12_1_0_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0()); }
+ (rule__DataImplementation__OwnedFlowImplementationAssignment_12_1_0_0)
+ { after(grammarAccess.getDataImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0()); }
)
|
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1()); }
- (rule__DataImplementation__OwnedModeTransitionAssignment_12_1_0_1)
- { after(grammarAccess.getDataImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1()); }
+ { before(grammarAccess.getDataImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1()); }
+ (rule__DataImplementation__OwnedEndToEndFlowAssignment_12_1_0_1)
+ { after(grammarAccess.getDataImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1()); }
)
;
finally {
@@ -14593,14 +13594,14 @@ rule__DataImplementation__Alternatives_13_1
:
(
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0()); }
- (rule__DataImplementation__OwnedPropertyAssociationAssignment_13_1_0)
- { after(grammarAccess.getDataImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getAlternatives_13_1_0()); }
+ (rule__DataImplementation__Alternatives_13_1_0)
+ { after(grammarAccess.getDataImplementationAccess().getAlternatives_13_1_0()); }
)
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0()); }
- (rule__DataImplementation__OwnedPropertyAssociationAssignment_13_1_0)*
- { after(grammarAccess.getDataImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getAlternatives_13_1_0()); }
+ (rule__DataImplementation__Alternatives_13_1_0)*
+ { after(grammarAccess.getDataImplementationAccess().getAlternatives_13_1_0()); }
)
)
|
@@ -14614,6 +13615,55 @@ finally {
restoreStackSize(stackSize);
}
+rule__DataImplementation__Alternatives_13_1_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ (
+ { before(grammarAccess.getDataImplementationAccess().getOwnedModeAssignment_13_1_0_0()); }
+ (rule__DataImplementation__OwnedModeAssignment_13_1_0_0)
+ { after(grammarAccess.getDataImplementationAccess().getOwnedModeAssignment_13_1_0_0()); }
+ )
+ |
+ (
+ { before(grammarAccess.getDataImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1()); }
+ (rule__DataImplementation__OwnedModeTransitionAssignment_13_1_0_1)
+ { after(grammarAccess.getDataImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1()); }
+ )
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__DataImplementation__Alternatives_14_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ (
+ (
+ { before(grammarAccess.getDataImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0()); }
+ (rule__DataImplementation__OwnedPropertyAssociationAssignment_14_1_0)
+ { after(grammarAccess.getDataImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0()); }
+ )
+ (
+ { before(grammarAccess.getDataImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0()); }
+ (rule__DataImplementation__OwnedPropertyAssociationAssignment_14_1_0)*
+ { after(grammarAccess.getDataImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0()); }
+ )
+ )
+ |
+ (
+ { before(grammarAccess.getDataImplementationAccess().getGroup_14_1_1()); }
+ (rule__DataImplementation__Group_14_1_1__0)
+ { after(grammarAccess.getDataImplementationAccess().getGroup_14_1_1()); }
+ )
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
rule__SubprogramCall__Alternatives_4
@init {
int stackSize = keepStackSize();
@@ -15961,27 +15011,27 @@ finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Alternatives_3_1
+rule__FeatureGroupType__Alternatives_4_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getGroup_3_1_0()); }
- (rule__FeatureGroupType__Group_3_1_0__0)
- { after(grammarAccess.getFeatureGroupTypeAccess().getGroup_3_1_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getGroup_4_1_0()); }
+ (rule__FeatureGroupType__Group_4_1_0__0)
+ { after(grammarAccess.getFeatureGroupTypeAccess().getGroup_4_1_0()); }
)
|
(
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeAssignment_3_1_1()); }
- (rule__FeatureGroupType__OwnedPrototypeAssignment_3_1_1)
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeAssignment_3_1_1()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeAssignment_4_1_1()); }
+ (rule__FeatureGroupType__OwnedPrototypeAssignment_4_1_1)
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeAssignment_4_1_1()); }
)
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeAssignment_3_1_1()); }
- (rule__FeatureGroupType__OwnedPrototypeAssignment_3_1_1)*
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeAssignment_3_1_1()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeAssignment_4_1_1()); }
+ (rule__FeatureGroupType__OwnedPrototypeAssignment_4_1_1)*
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeAssignment_4_1_1()); }
)
)
;
@@ -15989,97 +15039,97 @@ finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Alternatives_4_1
+rule__FeatureGroupType__Alternatives_5_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedDataPortAssignment_4_1_0()); }
- (rule__FeatureGroupType__OwnedDataPortAssignment_4_1_0)
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedDataPortAssignment_4_1_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedDataPortAssignment_5_1_0()); }
+ (rule__FeatureGroupType__OwnedDataPortAssignment_5_1_0)
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedDataPortAssignment_5_1_0()); }
)
|
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedEventPortAssignment_4_1_1()); }
- (rule__FeatureGroupType__OwnedEventPortAssignment_4_1_1)
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedEventPortAssignment_4_1_1()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedEventPortAssignment_5_1_1()); }
+ (rule__FeatureGroupType__OwnedEventPortAssignment_5_1_1)
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedEventPortAssignment_5_1_1()); }
)
|
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedEventDataPortAssignment_4_1_2()); }
- (rule__FeatureGroupType__OwnedEventDataPortAssignment_4_1_2)
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedEventDataPortAssignment_4_1_2()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedEventDataPortAssignment_5_1_2()); }
+ (rule__FeatureGroupType__OwnedEventDataPortAssignment_5_1_2)
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedEventDataPortAssignment_5_1_2()); }
)
|
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedFeatureGroupAssignment_4_1_3()); }
- (rule__FeatureGroupType__OwnedFeatureGroupAssignment_4_1_3)
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedFeatureGroupAssignment_4_1_3()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedFeatureGroupAssignment_5_1_3()); }
+ (rule__FeatureGroupType__OwnedFeatureGroupAssignment_5_1_3)
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedFeatureGroupAssignment_5_1_3()); }
)
|
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedDataAccessAssignment_4_1_4()); }
- (rule__FeatureGroupType__OwnedDataAccessAssignment_4_1_4)
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedDataAccessAssignment_4_1_4()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedDataAccessAssignment_5_1_4()); }
+ (rule__FeatureGroupType__OwnedDataAccessAssignment_5_1_4)
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedDataAccessAssignment_5_1_4()); }
)
|
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedBusAccessAssignment_4_1_5()); }
- (rule__FeatureGroupType__OwnedBusAccessAssignment_4_1_5)
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedBusAccessAssignment_4_1_5()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedBusAccessAssignment_5_1_5()); }
+ (rule__FeatureGroupType__OwnedBusAccessAssignment_5_1_5)
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedBusAccessAssignment_5_1_5()); }
)
|
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedSubprogramAccessAssignment_4_1_6()); }
- (rule__FeatureGroupType__OwnedSubprogramAccessAssignment_4_1_6)
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedSubprogramAccessAssignment_4_1_6()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedSubprogramAccessAssignment_5_1_6()); }
+ (rule__FeatureGroupType__OwnedSubprogramAccessAssignment_5_1_6)
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedSubprogramAccessAssignment_5_1_6()); }
)
|
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedSubprogramGroupAccessAssignment_4_1_7()); }
- (rule__FeatureGroupType__OwnedSubprogramGroupAccessAssignment_4_1_7)
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedSubprogramGroupAccessAssignment_4_1_7()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedSubprogramGroupAccessAssignment_5_1_7()); }
+ (rule__FeatureGroupType__OwnedSubprogramGroupAccessAssignment_5_1_7)
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedSubprogramGroupAccessAssignment_5_1_7()); }
)
|
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedAbstractFeatureAssignment_4_1_8()); }
- (rule__FeatureGroupType__OwnedAbstractFeatureAssignment_4_1_8)
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedAbstractFeatureAssignment_4_1_8()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedAbstractFeatureAssignment_5_1_8()); }
+ (rule__FeatureGroupType__OwnedAbstractFeatureAssignment_5_1_8)
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedAbstractFeatureAssignment_5_1_8()); }
)
|
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedParameterAssignment_4_1_9()); }
- (rule__FeatureGroupType__OwnedParameterAssignment_4_1_9)
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedParameterAssignment_4_1_9()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedParameterAssignment_5_1_9()); }
+ (rule__FeatureGroupType__OwnedParameterAssignment_5_1_9)
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedParameterAssignment_5_1_9()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Alternatives_6_1
+rule__FeatureGroupType__Alternatives_7_1
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedPropertyAssociationAssignment_6_1_0()); }
- (rule__FeatureGroupType__OwnedPropertyAssociationAssignment_6_1_0)
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedPropertyAssociationAssignment_6_1_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0()); }
+ (rule__FeatureGroupType__OwnedPropertyAssociationAssignment_7_1_0)
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0()); }
)
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedPropertyAssociationAssignment_6_1_0()); }
- (rule__FeatureGroupType__OwnedPropertyAssociationAssignment_6_1_0)*
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedPropertyAssociationAssignment_6_1_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0()); }
+ (rule__FeatureGroupType__OwnedPropertyAssociationAssignment_7_1_0)*
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0()); }
)
)
|
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getGroup_6_1_1()); }
- (rule__FeatureGroupType__Group_6_1_1__0)
- { after(grammarAccess.getFeatureGroupTypeAccess().getGroup_6_1_1()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getGroup_7_1_1()); }
+ (rule__FeatureGroupType__Group_7_1_1__0)
+ { after(grammarAccess.getFeatureGroupTypeAccess().getGroup_7_1_1()); }
)
;
finally {
@@ -16260,21 +15310,21 @@ finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Alternatives_0_0_4
+rule__FeatureGroupConnection__Alternatives_0_0_5
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getHyphenMinusGreaterThanSignKeyword_0_0_4_0()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getHyphenMinusGreaterThanSignKeyword_0_0_5_0()); }
HyphenMinusGreaterThanSign
- { after(grammarAccess.getFeatureGroupConnectionAccess().getHyphenMinusGreaterThanSignKeyword_0_0_4_0()); }
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getHyphenMinusGreaterThanSignKeyword_0_0_5_0()); }
)
|
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getBidirectionalAssignment_0_0_4_1()); }
- (rule__FeatureGroupConnection__BidirectionalAssignment_0_0_4_1)
- { after(grammarAccess.getFeatureGroupConnectionAccess().getBidirectionalAssignment_0_0_4_1()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getBidirectionalAssignment_0_0_5_1()); }
+ (rule__FeatureGroupConnection__BidirectionalAssignment_0_0_5_1)
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getBidirectionalAssignment_0_0_5_1()); }
)
;
finally {
@@ -16746,84 +15796,84 @@ finally {
restoreStackSize(stackSize);
}
-rule__RangeType__Alternatives_4
+rule__RangeType__Alternatives_5
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRangeTypeAccess().getOwnedNumberTypeAssignment_4_0()); }
- (rule__RangeType__OwnedNumberTypeAssignment_4_0)
- { after(grammarAccess.getRangeTypeAccess().getOwnedNumberTypeAssignment_4_0()); }
+ { before(grammarAccess.getRangeTypeAccess().getOwnedNumberTypeAssignment_5_0()); }
+ (rule__RangeType__OwnedNumberTypeAssignment_5_0)
+ { after(grammarAccess.getRangeTypeAccess().getOwnedNumberTypeAssignment_5_0()); }
)
|
(
- { before(grammarAccess.getRangeTypeAccess().getReferencedNumberTypeAssignment_4_1()); }
- (rule__RangeType__ReferencedNumberTypeAssignment_4_1)
- { after(grammarAccess.getRangeTypeAccess().getReferencedNumberTypeAssignment_4_1()); }
+ { before(grammarAccess.getRangeTypeAccess().getReferencedNumberTypeAssignment_5_1()); }
+ (rule__RangeType__ReferencedNumberTypeAssignment_5_1)
+ { after(grammarAccess.getRangeTypeAccess().getReferencedNumberTypeAssignment_5_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__RangeType__OwnedNumberTypeAlternatives_4_0_0
+rule__RangeType__OwnedNumberTypeAlternatives_5_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRangeTypeAccess().getOwnedNumberTypeUnnamedIntegerTypeParserRuleCall_4_0_0_0()); }
+ { before(grammarAccess.getRangeTypeAccess().getOwnedNumberTypeUnnamedIntegerTypeParserRuleCall_5_0_0_0()); }
ruleUnnamedIntegerType
- { after(grammarAccess.getRangeTypeAccess().getOwnedNumberTypeUnnamedIntegerTypeParserRuleCall_4_0_0_0()); }
+ { after(grammarAccess.getRangeTypeAccess().getOwnedNumberTypeUnnamedIntegerTypeParserRuleCall_5_0_0_0()); }
)
|
(
- { before(grammarAccess.getRangeTypeAccess().getOwnedNumberTypeUnnamedRealTypeParserRuleCall_4_0_0_1()); }
+ { before(grammarAccess.getRangeTypeAccess().getOwnedNumberTypeUnnamedRealTypeParserRuleCall_5_0_0_1()); }
ruleUnnamedRealType
- { after(grammarAccess.getRangeTypeAccess().getOwnedNumberTypeUnnamedRealTypeParserRuleCall_4_0_0_1()); }
+ { after(grammarAccess.getRangeTypeAccess().getOwnedNumberTypeUnnamedRealTypeParserRuleCall_5_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedRangeType__Alternatives_2
+rule__UnnamedRangeType__Alternatives_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedRangeTypeAccess().getOwnedNumberTypeAssignment_2_0()); }
- (rule__UnnamedRangeType__OwnedNumberTypeAssignment_2_0)
- { after(grammarAccess.getUnnamedRangeTypeAccess().getOwnedNumberTypeAssignment_2_0()); }
+ { before(grammarAccess.getUnnamedRangeTypeAccess().getOwnedNumberTypeAssignment_3_0()); }
+ (rule__UnnamedRangeType__OwnedNumberTypeAssignment_3_0)
+ { after(grammarAccess.getUnnamedRangeTypeAccess().getOwnedNumberTypeAssignment_3_0()); }
)
|
(
- { before(grammarAccess.getUnnamedRangeTypeAccess().getReferencedNumberTypeAssignment_2_1()); }
- (rule__UnnamedRangeType__ReferencedNumberTypeAssignment_2_1)
- { after(grammarAccess.getUnnamedRangeTypeAccess().getReferencedNumberTypeAssignment_2_1()); }
+ { before(grammarAccess.getUnnamedRangeTypeAccess().getReferencedNumberTypeAssignment_3_1()); }
+ (rule__UnnamedRangeType__ReferencedNumberTypeAssignment_3_1)
+ { after(grammarAccess.getUnnamedRangeTypeAccess().getReferencedNumberTypeAssignment_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedRangeType__OwnedNumberTypeAlternatives_2_0_0
+rule__UnnamedRangeType__OwnedNumberTypeAlternatives_3_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedRangeTypeAccess().getOwnedNumberTypeUnnamedIntegerTypeParserRuleCall_2_0_0_0()); }
+ { before(grammarAccess.getUnnamedRangeTypeAccess().getOwnedNumberTypeUnnamedIntegerTypeParserRuleCall_3_0_0_0()); }
ruleUnnamedIntegerType
- { after(grammarAccess.getUnnamedRangeTypeAccess().getOwnedNumberTypeUnnamedIntegerTypeParserRuleCall_2_0_0_0()); }
+ { after(grammarAccess.getUnnamedRangeTypeAccess().getOwnedNumberTypeUnnamedIntegerTypeParserRuleCall_3_0_0_0()); }
)
|
(
- { before(grammarAccess.getUnnamedRangeTypeAccess().getOwnedNumberTypeUnnamedRealTypeParserRuleCall_2_0_0_1()); }
+ { before(grammarAccess.getUnnamedRangeTypeAccess().getOwnedNumberTypeUnnamedRealTypeParserRuleCall_3_0_0_1()); }
ruleUnnamedRealType
- { after(grammarAccess.getUnnamedRangeTypeAccess().getOwnedNumberTypeUnnamedRealTypeParserRuleCall_2_0_0_1()); }
+ { after(grammarAccess.getUnnamedRangeTypeAccess().getOwnedNumberTypeUnnamedRealTypeParserRuleCall_3_0_0_1()); }
)
;
finally {
@@ -16893,42 +15943,42 @@ finally {
restoreStackSize(stackSize);
}
-rule__PropertyDefinition__Alternatives_7
+rule__PropertyDefinition__Alternatives_8
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertyDefinitionAccess().getGroup_7_0()); }
- (rule__PropertyDefinition__Group_7_0__0)
- { after(grammarAccess.getPropertyDefinitionAccess().getGroup_7_0()); }
+ { before(grammarAccess.getPropertyDefinitionAccess().getGroup_8_0()); }
+ (rule__PropertyDefinition__Group_8_0__0)
+ { after(grammarAccess.getPropertyDefinitionAccess().getGroup_8_0()); }
)
|
(
- { before(grammarAccess.getPropertyDefinitionAccess().getAppliesToAssignment_7_1()); }
- (rule__PropertyDefinition__AppliesToAssignment_7_1)
- { after(grammarAccess.getPropertyDefinitionAccess().getAppliesToAssignment_7_1()); }
+ { before(grammarAccess.getPropertyDefinitionAccess().getAppliesToAssignment_8_1()); }
+ (rule__PropertyDefinition__AppliesToAssignment_8_1)
+ { after(grammarAccess.getPropertyDefinitionAccess().getAppliesToAssignment_8_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ListType__Alternatives_1
+rule__ListType__Alternatives_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getListTypeAccess().getReferencedElementTypeAssignment_1_0()); }
- (rule__ListType__ReferencedElementTypeAssignment_1_0)
- { after(grammarAccess.getListTypeAccess().getReferencedElementTypeAssignment_1_0()); }
+ { before(grammarAccess.getListTypeAccess().getReferencedElementTypeAssignment_2_0()); }
+ (rule__ListType__ReferencedElementTypeAssignment_2_0)
+ { after(grammarAccess.getListTypeAccess().getReferencedElementTypeAssignment_2_0()); }
)
|
(
- { before(grammarAccess.getListTypeAccess().getOwnedElementTypeAssignment_1_1()); }
- (rule__ListType__OwnedElementTypeAssignment_1_1)
- { after(grammarAccess.getListTypeAccess().getOwnedElementTypeAssignment_1_1()); }
+ { before(grammarAccess.getListTypeAccess().getOwnedElementTypeAssignment_2_1()); }
+ (rule__ListType__OwnedElementTypeAssignment_2_1)
+ { after(grammarAccess.getListTypeAccess().getOwnedElementTypeAssignment_2_1()); }
)
;
finally {
@@ -19125,9 +18175,9 @@ rule__FGTRename__Group__2__Impl
}
:
(
- { before(grammarAccess.getFGTRenameAccess().getFeatureGroupKeywordsParserRuleCall_2()); }
- ruleFeatureGroupKeywords
- { after(grammarAccess.getFGTRenameAccess().getFeatureGroupKeywordsParserRuleCall_2()); }
+ { before(grammarAccess.getFGTRenameAccess().getFeatureKeyword_2()); }
+ Feature
+ { after(grammarAccess.getFGTRenameAccess().getFeatureKeyword_2()); }
)
;
finally {
@@ -19152,9 +18202,9 @@ rule__FGTRename__Group__3__Impl
}
:
(
- { before(grammarAccess.getFGTRenameAccess().getRenamedFeatureGroupTypeAssignment_3()); }
- (rule__FGTRename__RenamedFeatureGroupTypeAssignment_3)
- { after(grammarAccess.getFGTRenameAccess().getRenamedFeatureGroupTypeAssignment_3()); }
+ { before(grammarAccess.getFGTRenameAccess().getGroupKeyword_3()); }
+ Group
+ { after(grammarAccess.getFGTRenameAccess().getGroupKeyword_3()); }
)
;
finally {
@@ -19167,6 +18217,7 @@ rule__FGTRename__Group__4
}
:
rule__FGTRename__Group__4__Impl
+ rule__FGTRename__Group__5
;
finally {
restoreStackSize(stackSize);
@@ -19178,9 +18229,35 @@ rule__FGTRename__Group__4__Impl
}
:
(
- { before(grammarAccess.getFGTRenameAccess().getSemicolonKeyword_4()); }
+ { before(grammarAccess.getFGTRenameAccess().getRenamedFeatureGroupTypeAssignment_4()); }
+ (rule__FGTRename__RenamedFeatureGroupTypeAssignment_4)
+ { after(grammarAccess.getFGTRenameAccess().getRenamedFeatureGroupTypeAssignment_4()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__FGTRename__Group__5
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__FGTRename__Group__5__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__FGTRename__Group__5__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getFGTRenameAccess().getSemicolonKeyword_5()); }
Semicolon
- { after(grammarAccess.getFGTRenameAccess().getSemicolonKeyword_4()); }
+ { after(grammarAccess.getFGTRenameAccess().getSemicolonKeyword_5()); }
)
;
finally {
@@ -20598,6 +19675,7 @@ rule__AbstractType__Group_6_0__1
}
:
rule__AbstractType__Group_6_0__1__Impl
+ rule__AbstractType__Group_6_0__2
;
finally {
restoreStackSize(stackSize);
@@ -20608,16 +19686,42 @@ rule__AbstractType__Group_6_0__1__Impl
int stackSize = keepStackSize();
}
:
+(
+ { before(grammarAccess.getAbstractTypeAccess().getModesKeyword_6_0_1()); }
+ Modes
+ { after(grammarAccess.getAbstractTypeAccess().getModesKeyword_6_0_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__AbstractType__Group_6_0__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__AbstractType__Group_6_0__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__AbstractType__Group_6_0__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
(
(
- { before(grammarAccess.getAbstractTypeAccess().getOwnedModeAssignment_6_0_1()); }
- (rule__AbstractType__OwnedModeAssignment_6_0_1)
- { after(grammarAccess.getAbstractTypeAccess().getOwnedModeAssignment_6_0_1()); }
+ { before(grammarAccess.getAbstractTypeAccess().getOwnedModeAssignment_6_0_2()); }
+ (rule__AbstractType__OwnedModeAssignment_6_0_2)
+ { after(grammarAccess.getAbstractTypeAccess().getOwnedModeAssignment_6_0_2()); }
)
(
- { before(grammarAccess.getAbstractTypeAccess().getOwnedModeAssignment_6_0_1()); }
- (rule__AbstractType__OwnedModeAssignment_6_0_1)*
- { after(grammarAccess.getAbstractTypeAccess().getOwnedModeAssignment_6_0_1()); }
+ { before(grammarAccess.getAbstractTypeAccess().getOwnedModeAssignment_6_0_2()); }
+ (rule__AbstractType__OwnedModeAssignment_6_0_2)*
+ { after(grammarAccess.getAbstractTypeAccess().getOwnedModeAssignment_6_0_2()); }
)
)
;
@@ -21739,6 +20843,7 @@ rule__SystemType__Group_6_0__1
}
:
rule__SystemType__Group_6_0__1__Impl
+ rule__SystemType__Group_6_0__2
;
finally {
restoreStackSize(stackSize);
@@ -21749,16 +20854,42 @@ rule__SystemType__Group_6_0__1__Impl
int stackSize = keepStackSize();
}
:
+(
+ { before(grammarAccess.getSystemTypeAccess().getModesKeyword_6_0_1()); }
+ Modes
+ { after(grammarAccess.getSystemTypeAccess().getModesKeyword_6_0_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SystemType__Group_6_0__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SystemType__Group_6_0__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SystemType__Group_6_0__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
(
(
- { before(grammarAccess.getSystemTypeAccess().getOwnedModeAssignment_6_0_1()); }
- (rule__SystemType__OwnedModeAssignment_6_0_1)
- { after(grammarAccess.getSystemTypeAccess().getOwnedModeAssignment_6_0_1()); }
+ { before(grammarAccess.getSystemTypeAccess().getOwnedModeAssignment_6_0_2()); }
+ (rule__SystemType__OwnedModeAssignment_6_0_2)
+ { after(grammarAccess.getSystemTypeAccess().getOwnedModeAssignment_6_0_2()); }
)
(
- { before(grammarAccess.getSystemTypeAccess().getOwnedModeAssignment_6_0_1()); }
- (rule__SystemType__OwnedModeAssignment_6_0_1)*
- { after(grammarAccess.getSystemTypeAccess().getOwnedModeAssignment_6_0_1()); }
+ { before(grammarAccess.getSystemTypeAccess().getOwnedModeAssignment_6_0_2()); }
+ (rule__SystemType__OwnedModeAssignment_6_0_2)*
+ { after(grammarAccess.getSystemTypeAccess().getOwnedModeAssignment_6_0_2()); }
)
)
;
@@ -22880,6 +22011,7 @@ rule__ProcessType__Group_6_0__1
}
:
rule__ProcessType__Group_6_0__1__Impl
+ rule__ProcessType__Group_6_0__2
;
finally {
restoreStackSize(stackSize);
@@ -22890,16 +22022,42 @@ rule__ProcessType__Group_6_0__1__Impl
int stackSize = keepStackSize();
}
:
+(
+ { before(grammarAccess.getProcessTypeAccess().getModesKeyword_6_0_1()); }
+ Modes
+ { after(grammarAccess.getProcessTypeAccess().getModesKeyword_6_0_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessType__Group_6_0__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ProcessType__Group_6_0__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessType__Group_6_0__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
(
(
- { before(grammarAccess.getProcessTypeAccess().getOwnedModeAssignment_6_0_1()); }
- (rule__ProcessType__OwnedModeAssignment_6_0_1)
- { after(grammarAccess.getProcessTypeAccess().getOwnedModeAssignment_6_0_1()); }
+ { before(grammarAccess.getProcessTypeAccess().getOwnedModeAssignment_6_0_2()); }
+ (rule__ProcessType__OwnedModeAssignment_6_0_2)
+ { after(grammarAccess.getProcessTypeAccess().getOwnedModeAssignment_6_0_2()); }
)
(
- { before(grammarAccess.getProcessTypeAccess().getOwnedModeAssignment_6_0_1()); }
- (rule__ProcessType__OwnedModeAssignment_6_0_1)*
- { after(grammarAccess.getProcessTypeAccess().getOwnedModeAssignment_6_0_1()); }
+ { before(grammarAccess.getProcessTypeAccess().getOwnedModeAssignment_6_0_2()); }
+ (rule__ProcessType__OwnedModeAssignment_6_0_2)*
+ { after(grammarAccess.getProcessTypeAccess().getOwnedModeAssignment_6_0_2()); }
)
)
;
@@ -23142,9 +22300,9 @@ rule__ThreadGroupType__Group__0__Impl
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getThreadGroupKeywordsParserRuleCall_0()); }
- ruleThreadGroupKeywords
- { after(grammarAccess.getThreadGroupTypeAccess().getThreadGroupKeywordsParserRuleCall_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getThreadKeyword_0()); }
+ Thread
+ { after(grammarAccess.getThreadGroupTypeAccess().getThreadKeyword_0()); }
)
;
finally {
@@ -23169,9 +22327,9 @@ rule__ThreadGroupType__Group__1__Impl
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getNameAssignment_1()); }
- (rule__ThreadGroupType__NameAssignment_1)
- { after(grammarAccess.getThreadGroupTypeAccess().getNameAssignment_1()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getGroupKeyword_1()); }
+ Group
+ { after(grammarAccess.getThreadGroupTypeAccess().getGroupKeyword_1()); }
)
;
finally {
@@ -23196,9 +22354,9 @@ rule__ThreadGroupType__Group__2__Impl
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getGroup_2()); }
- (rule__ThreadGroupType__Group_2__0)?
- { after(grammarAccess.getThreadGroupTypeAccess().getGroup_2()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getNameAssignment_2()); }
+ (rule__ThreadGroupType__NameAssignment_2)
+ { after(grammarAccess.getThreadGroupTypeAccess().getNameAssignment_2()); }
)
;
finally {
@@ -23304,9 +22462,9 @@ rule__ThreadGroupType__Group__6__Impl
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_6()); }
- (rule__ThreadGroupType__Alternatives_6)?
- { after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_6()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getGroup_6()); }
+ (rule__ThreadGroupType__Group_6__0)?
+ { after(grammarAccess.getThreadGroupTypeAccess().getGroup_6()); }
)
;
finally {
@@ -23331,9 +22489,9 @@ rule__ThreadGroupType__Group__7__Impl
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getGroup_7()); }
- (rule__ThreadGroupType__Group_7__0)?
- { after(grammarAccess.getThreadGroupTypeAccess().getGroup_7()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_7()); }
+ (rule__ThreadGroupType__Alternatives_7)?
+ { after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_7()); }
)
;
finally {
@@ -23358,9 +22516,9 @@ rule__ThreadGroupType__Group__8__Impl
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedAnnexSubclauseAssignment_8()); }
- (rule__ThreadGroupType__OwnedAnnexSubclauseAssignment_8)*
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedAnnexSubclauseAssignment_8()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getGroup_8()); }
+ (rule__ThreadGroupType__Group_8__0)?
+ { after(grammarAccess.getThreadGroupTypeAccess().getGroup_8()); }
)
;
finally {
@@ -23385,9 +22543,9 @@ rule__ThreadGroupType__Group__9__Impl
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getEndKeyword_9()); }
- End
- { after(grammarAccess.getThreadGroupTypeAccess().getEndKeyword_9()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedAnnexSubclauseAssignment_9()); }
+ (rule__ThreadGroupType__OwnedAnnexSubclauseAssignment_9)*
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedAnnexSubclauseAssignment_9()); }
)
;
finally {
@@ -23412,9 +22570,9 @@ rule__ThreadGroupType__Group__10__Impl
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getIDTerminalRuleCall_10()); }
- RULE_ID
- { after(grammarAccess.getThreadGroupTypeAccess().getIDTerminalRuleCall_10()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getEndKeyword_10()); }
+ End
+ { after(grammarAccess.getThreadGroupTypeAccess().getEndKeyword_10()); }
)
;
finally {
@@ -23427,6 +22585,7 @@ rule__ThreadGroupType__Group__11
}
:
rule__ThreadGroupType__Group__11__Impl
+ rule__ThreadGroupType__Group__12
;
finally {
restoreStackSize(stackSize);
@@ -23438,9 +22597,35 @@ rule__ThreadGroupType__Group__11__Impl
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_11()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getIDTerminalRuleCall_11()); }
+ RULE_ID
+ { after(grammarAccess.getThreadGroupTypeAccess().getIDTerminalRuleCall_11()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadGroupType__Group__12
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ThreadGroupType__Group__12__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadGroupType__Group__12__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_12()); }
Semicolon
- { after(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_11()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_12()); }
)
;
finally {
@@ -23448,53 +22633,53 @@ finally {
}
-rule__ThreadGroupType__Group_2__0
+rule__ThreadGroupType__Group_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupType__Group_2__0__Impl
- rule__ThreadGroupType__Group_2__1
+ rule__ThreadGroupType__Group_3__0__Impl
+ rule__ThreadGroupType__Group_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_2__0__Impl
+rule__ThreadGroupType__Group_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedExtensionAssignment_2_0()); }
- (rule__ThreadGroupType__OwnedExtensionAssignment_2_0)
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedExtensionAssignment_2_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedExtensionAssignment_3_0()); }
+ (rule__ThreadGroupType__OwnedExtensionAssignment_3_0)
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedExtensionAssignment_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_2__1
+rule__ThreadGroupType__Group_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupType__Group_2__1__Impl
+ rule__ThreadGroupType__Group_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_2__1__Impl
+rule__ThreadGroupType__Group_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getGroup_2_1()); }
- (rule__ThreadGroupType__Group_2_1__0)?
- { after(grammarAccess.getThreadGroupTypeAccess().getGroup_2_1()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getGroup_3_1()); }
+ (rule__ThreadGroupType__Group_3_1__0)?
+ { after(grammarAccess.getThreadGroupTypeAccess().getGroup_3_1()); }
)
;
finally {
@@ -23502,107 +22687,107 @@ finally {
}
-rule__ThreadGroupType__Group_2_1__0
+rule__ThreadGroupType__Group_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupType__Group_2_1__0__Impl
- rule__ThreadGroupType__Group_2_1__1
+ rule__ThreadGroupType__Group_3_1__0__Impl
+ rule__ThreadGroupType__Group_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_2_1__0__Impl
+rule__ThreadGroupType__Group_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getLeftParenthesisKeyword_2_1_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getLeftParenthesisKeyword_3_1_0()); }
LeftParenthesis
- { after(grammarAccess.getThreadGroupTypeAccess().getLeftParenthesisKeyword_2_1_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getLeftParenthesisKeyword_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_2_1__1
+rule__ThreadGroupType__Group_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupType__Group_2_1__1__Impl
- rule__ThreadGroupType__Group_2_1__2
+ rule__ThreadGroupType__Group_3_1__1__Impl
+ rule__ThreadGroupType__Group_3_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_2_1__1__Impl
+rule__ThreadGroupType__Group_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
- (rule__ThreadGroupType__OwnedPrototypeBindingAssignment_2_1_1)
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeBindingAssignment_3_1_1()); }
+ (rule__ThreadGroupType__OwnedPrototypeBindingAssignment_3_1_1)
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeBindingAssignment_3_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_2_1__2
+rule__ThreadGroupType__Group_3_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupType__Group_2_1__2__Impl
- rule__ThreadGroupType__Group_2_1__3
+ rule__ThreadGroupType__Group_3_1__2__Impl
+ rule__ThreadGroupType__Group_3_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_2_1__2__Impl
+rule__ThreadGroupType__Group_3_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getGroup_2_1_2()); }
- (rule__ThreadGroupType__Group_2_1_2__0)*
- { after(grammarAccess.getThreadGroupTypeAccess().getGroup_2_1_2()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getGroup_3_1_2()); }
+ (rule__ThreadGroupType__Group_3_1_2__0)*
+ { after(grammarAccess.getThreadGroupTypeAccess().getGroup_3_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_2_1__3
+rule__ThreadGroupType__Group_3_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupType__Group_2_1__3__Impl
+ rule__ThreadGroupType__Group_3_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_2_1__3__Impl
+rule__ThreadGroupType__Group_3_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getRightParenthesisKeyword_2_1_3()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getRightParenthesisKeyword_3_1_3()); }
RightParenthesis
- { after(grammarAccess.getThreadGroupTypeAccess().getRightParenthesisKeyword_2_1_3()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getRightParenthesisKeyword_3_1_3()); }
)
;
finally {
@@ -23610,53 +22795,53 @@ finally {
}
-rule__ThreadGroupType__Group_2_1_2__0
+rule__ThreadGroupType__Group_3_1_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupType__Group_2_1_2__0__Impl
- rule__ThreadGroupType__Group_2_1_2__1
+ rule__ThreadGroupType__Group_3_1_2__0__Impl
+ rule__ThreadGroupType__Group_3_1_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_2_1_2__0__Impl
+rule__ThreadGroupType__Group_3_1_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getCommaKeyword_2_1_2_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getCommaKeyword_3_1_2_0()); }
Comma
- { after(grammarAccess.getThreadGroupTypeAccess().getCommaKeyword_2_1_2_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getCommaKeyword_3_1_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_2_1_2__1
+rule__ThreadGroupType__Group_3_1_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupType__Group_2_1_2__1__Impl
+ rule__ThreadGroupType__Group_3_1_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_2_1_2__1__Impl
+rule__ThreadGroupType__Group_3_1_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
- (rule__ThreadGroupType__OwnedPrototypeBindingAssignment_2_1_2_1)
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeBindingAssignment_3_1_2_1()); }
+ (rule__ThreadGroupType__OwnedPrototypeBindingAssignment_3_1_2_1)
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeBindingAssignment_3_1_2_1()); }
)
;
finally {
@@ -23664,53 +22849,53 @@ finally {
}
-rule__ThreadGroupType__Group_3__0
+rule__ThreadGroupType__Group_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupType__Group_3__0__Impl
- rule__ThreadGroupType__Group_3__1
+ rule__ThreadGroupType__Group_4__0__Impl
+ rule__ThreadGroupType__Group_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_3__0__Impl
+rule__ThreadGroupType__Group_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getPrototypesKeyword_3_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getPrototypesKeyword_4_0()); }
Prototypes
- { after(grammarAccess.getThreadGroupTypeAccess().getPrototypesKeyword_3_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getPrototypesKeyword_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_3__1
+rule__ThreadGroupType__Group_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupType__Group_3__1__Impl
+ rule__ThreadGroupType__Group_4__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_3__1__Impl
+rule__ThreadGroupType__Group_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_3_1()); }
- (rule__ThreadGroupType__Alternatives_3_1)
- { after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_3_1()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_4_1()); }
+ (rule__ThreadGroupType__Alternatives_4_1)
+ { after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_4_1()); }
)
;
finally {
@@ -23718,53 +22903,53 @@ finally {
}
-rule__ThreadGroupType__Group_3_1_0__0
+rule__ThreadGroupType__Group_4_1_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupType__Group_3_1_0__0__Impl
- rule__ThreadGroupType__Group_3_1_0__1
+ rule__ThreadGroupType__Group_4_1_0__0__Impl
+ rule__ThreadGroupType__Group_4_1_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_3_1_0__0__Impl
+rule__ThreadGroupType__Group_4_1_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getNoPrototypesAssignment_3_1_0_0()); }
- (rule__ThreadGroupType__NoPrototypesAssignment_3_1_0_0)
- { after(grammarAccess.getThreadGroupTypeAccess().getNoPrototypesAssignment_3_1_0_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getNoPrototypesAssignment_4_1_0_0()); }
+ (rule__ThreadGroupType__NoPrototypesAssignment_4_1_0_0)
+ { after(grammarAccess.getThreadGroupTypeAccess().getNoPrototypesAssignment_4_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_3_1_0__1
+rule__ThreadGroupType__Group_4_1_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupType__Group_3_1_0__1__Impl
+ rule__ThreadGroupType__Group_4_1_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_3_1_0__1__Impl
+rule__ThreadGroupType__Group_4_1_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_3_1_0_1()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_4_1_0_1()); }
Semicolon
- { after(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_3_1_0_1()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_4_1_0_1()); }
)
;
finally {
@@ -23772,53 +22957,53 @@ finally {
}
-rule__ThreadGroupType__Group_4__0
+rule__ThreadGroupType__Group_5__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupType__Group_4__0__Impl
- rule__ThreadGroupType__Group_4__1
+ rule__ThreadGroupType__Group_5__0__Impl
+ rule__ThreadGroupType__Group_5__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_4__0__Impl
+rule__ThreadGroupType__Group_5__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getFeaturesKeyword_4_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getFeaturesKeyword_5_0()); }
Features
- { after(grammarAccess.getThreadGroupTypeAccess().getFeaturesKeyword_4_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getFeaturesKeyword_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_4__1
+rule__ThreadGroupType__Group_5__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupType__Group_4__1__Impl
+ rule__ThreadGroupType__Group_5__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_4__1__Impl
+rule__ThreadGroupType__Group_5__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_4_1()); }
- (rule__ThreadGroupType__Alternatives_4_1)
- { after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_4_1()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_5_1()); }
+ (rule__ThreadGroupType__Alternatives_5_1)
+ { after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_5_1()); }
)
;
finally {
@@ -23826,53 +23011,53 @@ finally {
}
-rule__ThreadGroupType__Group_4_1_0__0
+rule__ThreadGroupType__Group_5_1_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupType__Group_4_1_0__0__Impl
- rule__ThreadGroupType__Group_4_1_0__1
+ rule__ThreadGroupType__Group_5_1_0__0__Impl
+ rule__ThreadGroupType__Group_5_1_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_4_1_0__0__Impl
+rule__ThreadGroupType__Group_5_1_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getNoFeaturesAssignment_4_1_0_0()); }
- (rule__ThreadGroupType__NoFeaturesAssignment_4_1_0_0)
- { after(grammarAccess.getThreadGroupTypeAccess().getNoFeaturesAssignment_4_1_0_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getNoFeaturesAssignment_5_1_0_0()); }
+ (rule__ThreadGroupType__NoFeaturesAssignment_5_1_0_0)
+ { after(grammarAccess.getThreadGroupTypeAccess().getNoFeaturesAssignment_5_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_4_1_0__1
+rule__ThreadGroupType__Group_5_1_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupType__Group_4_1_0__1__Impl
+ rule__ThreadGroupType__Group_5_1_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_4_1_0__1__Impl
+rule__ThreadGroupType__Group_5_1_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_4_1_0_1()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_5_1_0_1()); }
Semicolon
- { after(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_4_1_0_1()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_5_1_0_1()); }
)
;
finally {
@@ -23880,53 +23065,53 @@ finally {
}
-rule__ThreadGroupType__Group_5__0
+rule__ThreadGroupType__Group_6__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupType__Group_5__0__Impl
- rule__ThreadGroupType__Group_5__1
+ rule__ThreadGroupType__Group_6__0__Impl
+ rule__ThreadGroupType__Group_6__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_5__0__Impl
+rule__ThreadGroupType__Group_6__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getFlowsKeyword_5_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getFlowsKeyword_6_0()); }
Flows
- { after(grammarAccess.getThreadGroupTypeAccess().getFlowsKeyword_5_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getFlowsKeyword_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_5__1
+rule__ThreadGroupType__Group_6__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupType__Group_5__1__Impl
+ rule__ThreadGroupType__Group_6__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_5__1__Impl
+rule__ThreadGroupType__Group_6__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_5_1()); }
- (rule__ThreadGroupType__Alternatives_5_1)
- { after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_5_1()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_6_1()); }
+ (rule__ThreadGroupType__Alternatives_6_1)
+ { after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_6_1()); }
)
;
finally {
@@ -23934,53 +23119,53 @@ finally {
}
-rule__ThreadGroupType__Group_5_1_1__0
+rule__ThreadGroupType__Group_6_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupType__Group_5_1_1__0__Impl
- rule__ThreadGroupType__Group_5_1_1__1
+ rule__ThreadGroupType__Group_6_1_1__0__Impl
+ rule__ThreadGroupType__Group_6_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_5_1_1__0__Impl
+rule__ThreadGroupType__Group_6_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getNoFlowsAssignment_5_1_1_0()); }
- (rule__ThreadGroupType__NoFlowsAssignment_5_1_1_0)
- { after(grammarAccess.getThreadGroupTypeAccess().getNoFlowsAssignment_5_1_1_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getNoFlowsAssignment_6_1_1_0()); }
+ (rule__ThreadGroupType__NoFlowsAssignment_6_1_1_0)
+ { after(grammarAccess.getThreadGroupTypeAccess().getNoFlowsAssignment_6_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_5_1_1__1
+rule__ThreadGroupType__Group_6_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupType__Group_5_1_1__1__Impl
+ rule__ThreadGroupType__Group_6_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_5_1_1__1__Impl
+rule__ThreadGroupType__Group_6_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_5_1_1_1()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_6_1_1_1()); }
Semicolon
- { after(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_5_1_1_1()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_6_1_1_1()); }
)
;
finally {
@@ -23988,59 +23173,86 @@ finally {
}
-rule__ThreadGroupType__Group_6_0__0
+rule__ThreadGroupType__Group_7_0__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ThreadGroupType__Group_7_0__0__Impl
+ rule__ThreadGroupType__Group_7_0__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadGroupType__Group_7_0__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getThreadGroupTypeAccess().getDerivedModesAssignment_7_0_0()); }
+ (rule__ThreadGroupType__DerivedModesAssignment_7_0_0)
+ { after(grammarAccess.getThreadGroupTypeAccess().getDerivedModesAssignment_7_0_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadGroupType__Group_7_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupType__Group_6_0__0__Impl
- rule__ThreadGroupType__Group_6_0__1
+ rule__ThreadGroupType__Group_7_0__1__Impl
+ rule__ThreadGroupType__Group_7_0__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_6_0__0__Impl
+rule__ThreadGroupType__Group_7_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getDerivedModesAssignment_6_0_0()); }
- (rule__ThreadGroupType__DerivedModesAssignment_6_0_0)
- { after(grammarAccess.getThreadGroupTypeAccess().getDerivedModesAssignment_6_0_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getModesKeyword_7_0_1()); }
+ Modes
+ { after(grammarAccess.getThreadGroupTypeAccess().getModesKeyword_7_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_6_0__1
+rule__ThreadGroupType__Group_7_0__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupType__Group_6_0__1__Impl
+ rule__ThreadGroupType__Group_7_0__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_6_0__1__Impl
+rule__ThreadGroupType__Group_7_0__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedModeAssignment_6_0_1()); }
- (rule__ThreadGroupType__OwnedModeAssignment_6_0_1)
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedModeAssignment_6_0_1()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedModeAssignment_7_0_2()); }
+ (rule__ThreadGroupType__OwnedModeAssignment_7_0_2)
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedModeAssignment_7_0_2()); }
)
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedModeAssignment_6_0_1()); }
- (rule__ThreadGroupType__OwnedModeAssignment_6_0_1)*
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedModeAssignment_6_0_1()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedModeAssignment_7_0_2()); }
+ (rule__ThreadGroupType__OwnedModeAssignment_7_0_2)*
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedModeAssignment_7_0_2()); }
)
)
;
@@ -24049,53 +23261,53 @@ finally {
}
-rule__ThreadGroupType__Group_6_1__0
+rule__ThreadGroupType__Group_7_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupType__Group_6_1__0__Impl
- rule__ThreadGroupType__Group_6_1__1
+ rule__ThreadGroupType__Group_7_1__0__Impl
+ rule__ThreadGroupType__Group_7_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_6_1__0__Impl
+rule__ThreadGroupType__Group_7_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getModesKeyword_6_1_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getModesKeyword_7_1_0()); }
Modes
- { after(grammarAccess.getThreadGroupTypeAccess().getModesKeyword_6_1_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getModesKeyword_7_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_6_1__1
+rule__ThreadGroupType__Group_7_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupType__Group_6_1__1__Impl
+ rule__ThreadGroupType__Group_7_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_6_1__1__Impl
+rule__ThreadGroupType__Group_7_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_6_1_1()); }
- (rule__ThreadGroupType__Alternatives_6_1_1)
- { after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_6_1_1()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_7_1_1()); }
+ (rule__ThreadGroupType__Alternatives_7_1_1)
+ { after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_7_1_1()); }
)
;
finally {
@@ -24103,53 +23315,53 @@ finally {
}
-rule__ThreadGroupType__Group_6_1_1_1__0
+rule__ThreadGroupType__Group_7_1_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupType__Group_6_1_1_1__0__Impl
- rule__ThreadGroupType__Group_6_1_1_1__1
+ rule__ThreadGroupType__Group_7_1_1_1__0__Impl
+ rule__ThreadGroupType__Group_7_1_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_6_1_1_1__0__Impl
+rule__ThreadGroupType__Group_7_1_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getNoModesAssignment_6_1_1_1_0()); }
- (rule__ThreadGroupType__NoModesAssignment_6_1_1_1_0)
- { after(grammarAccess.getThreadGroupTypeAccess().getNoModesAssignment_6_1_1_1_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getNoModesAssignment_7_1_1_1_0()); }
+ (rule__ThreadGroupType__NoModesAssignment_7_1_1_1_0)
+ { after(grammarAccess.getThreadGroupTypeAccess().getNoModesAssignment_7_1_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_6_1_1_1__1
+rule__ThreadGroupType__Group_7_1_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupType__Group_6_1_1_1__1__Impl
+ rule__ThreadGroupType__Group_7_1_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_6_1_1_1__1__Impl
+rule__ThreadGroupType__Group_7_1_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_6_1_1_1_1()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_7_1_1_1_1()); }
Semicolon
- { after(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_6_1_1_1_1()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_7_1_1_1_1()); }
)
;
finally {
@@ -24157,53 +23369,53 @@ finally {
}
-rule__ThreadGroupType__Group_7__0
+rule__ThreadGroupType__Group_8__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupType__Group_7__0__Impl
- rule__ThreadGroupType__Group_7__1
+ rule__ThreadGroupType__Group_8__0__Impl
+ rule__ThreadGroupType__Group_8__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_7__0__Impl
+rule__ThreadGroupType__Group_8__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getPropertiesKeyword_7_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getPropertiesKeyword_8_0()); }
Properties
- { after(grammarAccess.getThreadGroupTypeAccess().getPropertiesKeyword_7_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getPropertiesKeyword_8_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_7__1
+rule__ThreadGroupType__Group_8__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupType__Group_7__1__Impl
+ rule__ThreadGroupType__Group_8__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_7__1__Impl
+rule__ThreadGroupType__Group_8__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_7_1()); }
- (rule__ThreadGroupType__Alternatives_7_1)
- { after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_7_1()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_8_1()); }
+ (rule__ThreadGroupType__Alternatives_8_1)
+ { after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_8_1()); }
)
;
finally {
@@ -24211,53 +23423,53 @@ finally {
}
-rule__ThreadGroupType__Group_7_1_1__0
+rule__ThreadGroupType__Group_8_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupType__Group_7_1_1__0__Impl
- rule__ThreadGroupType__Group_7_1_1__1
+ rule__ThreadGroupType__Group_8_1_1__0__Impl
+ rule__ThreadGroupType__Group_8_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_7_1_1__0__Impl
+rule__ThreadGroupType__Group_8_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getNoPropertiesAssignment_7_1_1_0()); }
- (rule__ThreadGroupType__NoPropertiesAssignment_7_1_1_0)
- { after(grammarAccess.getThreadGroupTypeAccess().getNoPropertiesAssignment_7_1_1_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getNoPropertiesAssignment_8_1_1_0()); }
+ (rule__ThreadGroupType__NoPropertiesAssignment_8_1_1_0)
+ { after(grammarAccess.getThreadGroupTypeAccess().getNoPropertiesAssignment_8_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_7_1_1__1
+rule__ThreadGroupType__Group_8_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupType__Group_7_1_1__1__Impl
+ rule__ThreadGroupType__Group_8_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__Group_7_1_1__1__Impl
+rule__ThreadGroupType__Group_8_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_7_1_1_1()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_8_1_1_1()); }
Semicolon
- { after(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_7_1_1_1()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_8_1_1_1()); }
)
;
finally {
@@ -25162,6 +24374,7 @@ rule__ThreadType__Group_6_0__1
}
:
rule__ThreadType__Group_6_0__1__Impl
+ rule__ThreadType__Group_6_0__2
;
finally {
restoreStackSize(stackSize);
@@ -25172,16 +24385,42 @@ rule__ThreadType__Group_6_0__1__Impl
int stackSize = keepStackSize();
}
:
+(
+ { before(grammarAccess.getThreadTypeAccess().getModesKeyword_6_0_1()); }
+ Modes
+ { after(grammarAccess.getThreadTypeAccess().getModesKeyword_6_0_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadType__Group_6_0__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ThreadType__Group_6_0__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadType__Group_6_0__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
(
(
- { before(grammarAccess.getThreadTypeAccess().getOwnedModeAssignment_6_0_1()); }
- (rule__ThreadType__OwnedModeAssignment_6_0_1)
- { after(grammarAccess.getThreadTypeAccess().getOwnedModeAssignment_6_0_1()); }
+ { before(grammarAccess.getThreadTypeAccess().getOwnedModeAssignment_6_0_2()); }
+ (rule__ThreadType__OwnedModeAssignment_6_0_2)
+ { after(grammarAccess.getThreadTypeAccess().getOwnedModeAssignment_6_0_2()); }
)
(
- { before(grammarAccess.getThreadTypeAccess().getOwnedModeAssignment_6_0_1()); }
- (rule__ThreadType__OwnedModeAssignment_6_0_1)*
- { after(grammarAccess.getThreadTypeAccess().getOwnedModeAssignment_6_0_1()); }
+ { before(grammarAccess.getThreadTypeAccess().getOwnedModeAssignment_6_0_2()); }
+ (rule__ThreadType__OwnedModeAssignment_6_0_2)*
+ { after(grammarAccess.getThreadTypeAccess().getOwnedModeAssignment_6_0_2()); }
)
)
;
@@ -26303,6 +25542,7 @@ rule__SubprogramType__Group_6_0__1
}
:
rule__SubprogramType__Group_6_0__1__Impl
+ rule__SubprogramType__Group_6_0__2
;
finally {
restoreStackSize(stackSize);
@@ -26313,16 +25553,42 @@ rule__SubprogramType__Group_6_0__1__Impl
int stackSize = keepStackSize();
}
:
+(
+ { before(grammarAccess.getSubprogramTypeAccess().getModesKeyword_6_0_1()); }
+ Modes
+ { after(grammarAccess.getSubprogramTypeAccess().getModesKeyword_6_0_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramType__Group_6_0__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SubprogramType__Group_6_0__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramType__Group_6_0__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
(
(
- { before(grammarAccess.getSubprogramTypeAccess().getOwnedModeAssignment_6_0_1()); }
- (rule__SubprogramType__OwnedModeAssignment_6_0_1)
- { after(grammarAccess.getSubprogramTypeAccess().getOwnedModeAssignment_6_0_1()); }
+ { before(grammarAccess.getSubprogramTypeAccess().getOwnedModeAssignment_6_0_2()); }
+ (rule__SubprogramType__OwnedModeAssignment_6_0_2)
+ { after(grammarAccess.getSubprogramTypeAccess().getOwnedModeAssignment_6_0_2()); }
)
(
- { before(grammarAccess.getSubprogramTypeAccess().getOwnedModeAssignment_6_0_1()); }
- (rule__SubprogramType__OwnedModeAssignment_6_0_1)*
- { after(grammarAccess.getSubprogramTypeAccess().getOwnedModeAssignment_6_0_1()); }
+ { before(grammarAccess.getSubprogramTypeAccess().getOwnedModeAssignment_6_0_2()); }
+ (rule__SubprogramType__OwnedModeAssignment_6_0_2)*
+ { after(grammarAccess.getSubprogramTypeAccess().getOwnedModeAssignment_6_0_2()); }
)
)
;
@@ -26565,9 +25831,9 @@ rule__SubprogramGroupType__Group__0__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getSubprogramGroupKeywordsParserRuleCall_0()); }
- ruleSubprogramGroupKeywords
- { after(grammarAccess.getSubprogramGroupTypeAccess().getSubprogramGroupKeywordsParserRuleCall_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getSubprogramKeyword_0()); }
+ Subprogram
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getSubprogramKeyword_0()); }
)
;
finally {
@@ -26592,9 +25858,9 @@ rule__SubprogramGroupType__Group__1__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getNameAssignment_1()); }
- (rule__SubprogramGroupType__NameAssignment_1)
- { after(grammarAccess.getSubprogramGroupTypeAccess().getNameAssignment_1()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getGroupKeyword_1()); }
+ Group
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getGroupKeyword_1()); }
)
;
finally {
@@ -26619,9 +25885,9 @@ rule__SubprogramGroupType__Group__2__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getGroup_2()); }
- (rule__SubprogramGroupType__Group_2__0)?
- { after(grammarAccess.getSubprogramGroupTypeAccess().getGroup_2()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getNameAssignment_2()); }
+ (rule__SubprogramGroupType__NameAssignment_2)
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getNameAssignment_2()); }
)
;
finally {
@@ -26754,9 +26020,9 @@ rule__SubprogramGroupType__Group__7__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedAnnexSubclauseAssignment_7()); }
- (rule__SubprogramGroupType__OwnedAnnexSubclauseAssignment_7)*
- { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedAnnexSubclauseAssignment_7()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getGroup_7()); }
+ (rule__SubprogramGroupType__Group_7__0)?
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getGroup_7()); }
)
;
finally {
@@ -26781,9 +26047,9 @@ rule__SubprogramGroupType__Group__8__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getEndKeyword_8()); }
- End
- { after(grammarAccess.getSubprogramGroupTypeAccess().getEndKeyword_8()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedAnnexSubclauseAssignment_8()); }
+ (rule__SubprogramGroupType__OwnedAnnexSubclauseAssignment_8)*
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedAnnexSubclauseAssignment_8()); }
)
;
finally {
@@ -26808,9 +26074,9 @@ rule__SubprogramGroupType__Group__9__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getIDTerminalRuleCall_9()); }
- RULE_ID
- { after(grammarAccess.getSubprogramGroupTypeAccess().getIDTerminalRuleCall_9()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getEndKeyword_9()); }
+ End
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getEndKeyword_9()); }
)
;
finally {
@@ -26823,6 +26089,7 @@ rule__SubprogramGroupType__Group__10
}
:
rule__SubprogramGroupType__Group__10__Impl
+ rule__SubprogramGroupType__Group__11
;
finally {
restoreStackSize(stackSize);
@@ -26834,333 +26101,251 @@ rule__SubprogramGroupType__Group__10__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getSemicolonKeyword_10()); }
- Semicolon
- { after(grammarAccess.getSubprogramGroupTypeAccess().getSemicolonKeyword_10()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__SubprogramGroupType__Group_2__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__SubprogramGroupType__Group_2__0__Impl
- rule__SubprogramGroupType__Group_2__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SubprogramGroupType__Group_2__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedExtensionAssignment_2_0()); }
- (rule__SubprogramGroupType__OwnedExtensionAssignment_2_0)
- { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedExtensionAssignment_2_0()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SubprogramGroupType__Group_2__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__SubprogramGroupType__Group_2__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SubprogramGroupType__Group_2__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getGroup_2_1()); }
- (rule__SubprogramGroupType__Group_2_1__0)?
- { after(grammarAccess.getSubprogramGroupTypeAccess().getGroup_2_1()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__SubprogramGroupType__Group_2_1__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__SubprogramGroupType__Group_2_1__0__Impl
- rule__SubprogramGroupType__Group_2_1__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SubprogramGroupType__Group_2_1__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getLeftParenthesisKeyword_2_1_0()); }
- LeftParenthesis
- { after(grammarAccess.getSubprogramGroupTypeAccess().getLeftParenthesisKeyword_2_1_0()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SubprogramGroupType__Group_2_1__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__SubprogramGroupType__Group_2_1__1__Impl
- rule__SubprogramGroupType__Group_2_1__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SubprogramGroupType__Group_2_1__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
- (rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_2_1_1)
- { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SubprogramGroupType__Group_2_1__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__SubprogramGroupType__Group_2_1__2__Impl
- rule__SubprogramGroupType__Group_2_1__3
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SubprogramGroupType__Group_2_1__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getGroup_2_1_2()); }
- (rule__SubprogramGroupType__Group_2_1_2__0)*
- { after(grammarAccess.getSubprogramGroupTypeAccess().getGroup_2_1_2()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SubprogramGroupType__Group_2_1__3
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__SubprogramGroupType__Group_2_1__3__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SubprogramGroupType__Group_2_1__3__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getRightParenthesisKeyword_2_1_3()); }
- RightParenthesis
- { after(grammarAccess.getSubprogramGroupTypeAccess().getRightParenthesisKeyword_2_1_3()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__SubprogramGroupType__Group_2_1_2__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__SubprogramGroupType__Group_2_1_2__0__Impl
- rule__SubprogramGroupType__Group_2_1_2__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SubprogramGroupType__Group_2_1_2__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getCommaKeyword_2_1_2_0()); }
- Comma
- { after(grammarAccess.getSubprogramGroupTypeAccess().getCommaKeyword_2_1_2_0()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SubprogramGroupType__Group_2_1_2__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__SubprogramGroupType__Group_2_1_2__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SubprogramGroupType__Group_2_1_2__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
- (rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_2_1_2_1)
- { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__SubprogramGroupType__Group_3__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__SubprogramGroupType__Group_3__0__Impl
- rule__SubprogramGroupType__Group_3__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SubprogramGroupType__Group_3__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getPrototypesKeyword_3_0()); }
- Prototypes
- { after(grammarAccess.getSubprogramGroupTypeAccess().getPrototypesKeyword_3_0()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SubprogramGroupType__Group_3__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__SubprogramGroupType__Group_3__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SubprogramGroupType__Group_3__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_3_1()); }
- (rule__SubprogramGroupType__Alternatives_3_1)
- { after(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_3_1()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__SubprogramGroupType__Group_3_1_0__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__SubprogramGroupType__Group_3_1_0__0__Impl
- rule__SubprogramGroupType__Group_3_1_0__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SubprogramGroupType__Group_3_1_0__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getNoPrototypesAssignment_3_1_0_0()); }
- (rule__SubprogramGroupType__NoPrototypesAssignment_3_1_0_0)
- { after(grammarAccess.getSubprogramGroupTypeAccess().getNoPrototypesAssignment_3_1_0_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getIDTerminalRuleCall_10()); }
+ RULE_ID
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getIDTerminalRuleCall_10()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupType__Group_3_1_0__1
+rule__SubprogramGroupType__Group__11
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupType__Group_3_1_0__1__Impl
+ rule__SubprogramGroupType__Group__11__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupType__Group_3_1_0__1__Impl
+rule__SubprogramGroupType__Group__11__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getSemicolonKeyword_3_1_0_1()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getSemicolonKeyword_11()); }
Semicolon
- { after(grammarAccess.getSubprogramGroupTypeAccess().getSemicolonKeyword_3_1_0_1()); }
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getSemicolonKeyword_11()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__SubprogramGroupType__Group_3__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SubprogramGroupType__Group_3__0__Impl
+ rule__SubprogramGroupType__Group_3__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramGroupType__Group_3__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedExtensionAssignment_3_0()); }
+ (rule__SubprogramGroupType__OwnedExtensionAssignment_3_0)
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedExtensionAssignment_3_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramGroupType__Group_3__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SubprogramGroupType__Group_3__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramGroupType__Group_3__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getGroup_3_1()); }
+ (rule__SubprogramGroupType__Group_3_1__0)?
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getGroup_3_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__SubprogramGroupType__Group_3_1__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SubprogramGroupType__Group_3_1__0__Impl
+ rule__SubprogramGroupType__Group_3_1__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramGroupType__Group_3_1__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getLeftParenthesisKeyword_3_1_0()); }
+ LeftParenthesis
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getLeftParenthesisKeyword_3_1_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramGroupType__Group_3_1__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SubprogramGroupType__Group_3_1__1__Impl
+ rule__SubprogramGroupType__Group_3_1__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramGroupType__Group_3_1__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeBindingAssignment_3_1_1()); }
+ (rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_3_1_1)
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeBindingAssignment_3_1_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramGroupType__Group_3_1__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SubprogramGroupType__Group_3_1__2__Impl
+ rule__SubprogramGroupType__Group_3_1__3
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramGroupType__Group_3_1__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getGroup_3_1_2()); }
+ (rule__SubprogramGroupType__Group_3_1_2__0)*
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getGroup_3_1_2()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramGroupType__Group_3_1__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SubprogramGroupType__Group_3_1__3__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramGroupType__Group_3_1__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getRightParenthesisKeyword_3_1_3()); }
+ RightParenthesis
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getRightParenthesisKeyword_3_1_3()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__SubprogramGroupType__Group_3_1_2__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SubprogramGroupType__Group_3_1_2__0__Impl
+ rule__SubprogramGroupType__Group_3_1_2__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramGroupType__Group_3_1_2__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getCommaKeyword_3_1_2_0()); }
+ Comma
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getCommaKeyword_3_1_2_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramGroupType__Group_3_1_2__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SubprogramGroupType__Group_3_1_2__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramGroupType__Group_3_1_2__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeBindingAssignment_3_1_2_1()); }
+ (rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_3_1_2_1)
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeBindingAssignment_3_1_2_1()); }
)
;
finally {
@@ -27186,9 +26371,9 @@ rule__SubprogramGroupType__Group_4__0__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getFeaturesKeyword_4_0()); }
- Features
- { after(grammarAccess.getSubprogramGroupTypeAccess().getFeaturesKeyword_4_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getPrototypesKeyword_4_0()); }
+ Prototypes
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getPrototypesKeyword_4_0()); }
)
;
finally {
@@ -27240,9 +26425,9 @@ rule__SubprogramGroupType__Group_4_1_0__0__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getNoFeaturesAssignment_4_1_0_0()); }
- (rule__SubprogramGroupType__NoFeaturesAssignment_4_1_0_0)
- { after(grammarAccess.getSubprogramGroupTypeAccess().getNoFeaturesAssignment_4_1_0_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getNoPrototypesAssignment_4_1_0_0()); }
+ (rule__SubprogramGroupType__NoPrototypesAssignment_4_1_0_0)
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getNoPrototypesAssignment_4_1_0_0()); }
)
;
finally {
@@ -27294,9 +26479,9 @@ rule__SubprogramGroupType__Group_5__0__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getFlowsKeyword_5_0()); }
- Flows
- { after(grammarAccess.getSubprogramGroupTypeAccess().getFlowsKeyword_5_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getFeaturesKeyword_5_0()); }
+ Features
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getFeaturesKeyword_5_0()); }
)
;
finally {
@@ -27330,53 +26515,53 @@ finally {
}
-rule__SubprogramGroupType__Group_5_1_1__0
+rule__SubprogramGroupType__Group_5_1_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupType__Group_5_1_1__0__Impl
- rule__SubprogramGroupType__Group_5_1_1__1
+ rule__SubprogramGroupType__Group_5_1_0__0__Impl
+ rule__SubprogramGroupType__Group_5_1_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupType__Group_5_1_1__0__Impl
+rule__SubprogramGroupType__Group_5_1_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getNoFlowsAssignment_5_1_1_0()); }
- (rule__SubprogramGroupType__NoFlowsAssignment_5_1_1_0)
- { after(grammarAccess.getSubprogramGroupTypeAccess().getNoFlowsAssignment_5_1_1_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getNoFeaturesAssignment_5_1_0_0()); }
+ (rule__SubprogramGroupType__NoFeaturesAssignment_5_1_0_0)
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getNoFeaturesAssignment_5_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupType__Group_5_1_1__1
+rule__SubprogramGroupType__Group_5_1_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupType__Group_5_1_1__1__Impl
+ rule__SubprogramGroupType__Group_5_1_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupType__Group_5_1_1__1__Impl
+rule__SubprogramGroupType__Group_5_1_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getSemicolonKeyword_5_1_1_1()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getSemicolonKeyword_5_1_0_1()); }
Semicolon
- { after(grammarAccess.getSubprogramGroupTypeAccess().getSemicolonKeyword_5_1_1_1()); }
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getSemicolonKeyword_5_1_0_1()); }
)
;
finally {
@@ -27402,9 +26587,9 @@ rule__SubprogramGroupType__Group_6__0__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getPropertiesKeyword_6_0()); }
- Properties
- { after(grammarAccess.getSubprogramGroupTypeAccess().getPropertiesKeyword_6_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getFlowsKeyword_6_0()); }
+ Flows
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getFlowsKeyword_6_0()); }
)
;
finally {
@@ -27456,9 +26641,9 @@ rule__SubprogramGroupType__Group_6_1_1__0__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getNoPropertiesAssignment_6_1_1_0()); }
- (rule__SubprogramGroupType__NoPropertiesAssignment_6_1_1_0)
- { after(grammarAccess.getSubprogramGroupTypeAccess().getNoPropertiesAssignment_6_1_1_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getNoFlowsAssignment_6_1_1_0()); }
+ (rule__SubprogramGroupType__NoFlowsAssignment_6_1_1_0)
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getNoFlowsAssignment_6_1_1_0()); }
)
;
finally {
@@ -27492,6 +26677,114 @@ finally {
}
+rule__SubprogramGroupType__Group_7__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SubprogramGroupType__Group_7__0__Impl
+ rule__SubprogramGroupType__Group_7__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramGroupType__Group_7__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getPropertiesKeyword_7_0()); }
+ Properties
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getPropertiesKeyword_7_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramGroupType__Group_7__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SubprogramGroupType__Group_7__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramGroupType__Group_7__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_7_1()); }
+ (rule__SubprogramGroupType__Alternatives_7_1)
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_7_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__SubprogramGroupType__Group_7_1_1__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SubprogramGroupType__Group_7_1_1__0__Impl
+ rule__SubprogramGroupType__Group_7_1_1__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramGroupType__Group_7_1_1__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getNoPropertiesAssignment_7_1_1_0()); }
+ (rule__SubprogramGroupType__NoPropertiesAssignment_7_1_1_0)
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getNoPropertiesAssignment_7_1_1_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramGroupType__Group_7_1_1__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SubprogramGroupType__Group_7_1_1__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramGroupType__Group_7_1_1__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getSemicolonKeyword_7_1_1_1()); }
+ Semicolon
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getSemicolonKeyword_7_1_1_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
rule__ProcessorType__Group__0
@init {
int stackSize = keepStackSize();
@@ -28389,6 +27682,7 @@ rule__ProcessorType__Group_6_0__1
}
:
rule__ProcessorType__Group_6_0__1__Impl
+ rule__ProcessorType__Group_6_0__2
;
finally {
restoreStackSize(stackSize);
@@ -28399,16 +27693,42 @@ rule__ProcessorType__Group_6_0__1__Impl
int stackSize = keepStackSize();
}
:
+(
+ { before(grammarAccess.getProcessorTypeAccess().getModesKeyword_6_0_1()); }
+ Modes
+ { after(grammarAccess.getProcessorTypeAccess().getModesKeyword_6_0_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessorType__Group_6_0__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ProcessorType__Group_6_0__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessorType__Group_6_0__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
(
(
- { before(grammarAccess.getProcessorTypeAccess().getOwnedModeAssignment_6_0_1()); }
- (rule__ProcessorType__OwnedModeAssignment_6_0_1)
- { after(grammarAccess.getProcessorTypeAccess().getOwnedModeAssignment_6_0_1()); }
+ { before(grammarAccess.getProcessorTypeAccess().getOwnedModeAssignment_6_0_2()); }
+ (rule__ProcessorType__OwnedModeAssignment_6_0_2)
+ { after(grammarAccess.getProcessorTypeAccess().getOwnedModeAssignment_6_0_2()); }
)
(
- { before(grammarAccess.getProcessorTypeAccess().getOwnedModeAssignment_6_0_1()); }
- (rule__ProcessorType__OwnedModeAssignment_6_0_1)*
- { after(grammarAccess.getProcessorTypeAccess().getOwnedModeAssignment_6_0_1()); }
+ { before(grammarAccess.getProcessorTypeAccess().getOwnedModeAssignment_6_0_2()); }
+ (rule__ProcessorType__OwnedModeAssignment_6_0_2)*
+ { after(grammarAccess.getProcessorTypeAccess().getOwnedModeAssignment_6_0_2()); }
)
)
;
@@ -29530,6 +28850,7 @@ rule__DeviceType__Group_6_0__1
}
:
rule__DeviceType__Group_6_0__1__Impl
+ rule__DeviceType__Group_6_0__2
;
finally {
restoreStackSize(stackSize);
@@ -29540,16 +28861,42 @@ rule__DeviceType__Group_6_0__1__Impl
int stackSize = keepStackSize();
}
:
+(
+ { before(grammarAccess.getDeviceTypeAccess().getModesKeyword_6_0_1()); }
+ Modes
+ { after(grammarAccess.getDeviceTypeAccess().getModesKeyword_6_0_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__DeviceType__Group_6_0__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__DeviceType__Group_6_0__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__DeviceType__Group_6_0__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
(
(
- { before(grammarAccess.getDeviceTypeAccess().getOwnedModeAssignment_6_0_1()); }
- (rule__DeviceType__OwnedModeAssignment_6_0_1)
- { after(grammarAccess.getDeviceTypeAccess().getOwnedModeAssignment_6_0_1()); }
+ { before(grammarAccess.getDeviceTypeAccess().getOwnedModeAssignment_6_0_2()); }
+ (rule__DeviceType__OwnedModeAssignment_6_0_2)
+ { after(grammarAccess.getDeviceTypeAccess().getOwnedModeAssignment_6_0_2()); }
)
(
- { before(grammarAccess.getDeviceTypeAccess().getOwnedModeAssignment_6_0_1()); }
- (rule__DeviceType__OwnedModeAssignment_6_0_1)*
- { after(grammarAccess.getDeviceTypeAccess().getOwnedModeAssignment_6_0_1()); }
+ { before(grammarAccess.getDeviceTypeAccess().getOwnedModeAssignment_6_0_2()); }
+ (rule__DeviceType__OwnedModeAssignment_6_0_2)*
+ { after(grammarAccess.getDeviceTypeAccess().getOwnedModeAssignment_6_0_2()); }
)
)
;
@@ -30536,6 +29883,7 @@ rule__MemoryType__Group_5_0__1
}
:
rule__MemoryType__Group_5_0__1__Impl
+ rule__MemoryType__Group_5_0__2
;
finally {
restoreStackSize(stackSize);
@@ -30546,16 +29894,42 @@ rule__MemoryType__Group_5_0__1__Impl
int stackSize = keepStackSize();
}
:
+(
+ { before(grammarAccess.getMemoryTypeAccess().getModesKeyword_5_0_1()); }
+ Modes
+ { after(grammarAccess.getMemoryTypeAccess().getModesKeyword_5_0_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__MemoryType__Group_5_0__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__MemoryType__Group_5_0__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__MemoryType__Group_5_0__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
(
(
- { before(grammarAccess.getMemoryTypeAccess().getOwnedModeAssignment_5_0_1()); }
- (rule__MemoryType__OwnedModeAssignment_5_0_1)
- { after(grammarAccess.getMemoryTypeAccess().getOwnedModeAssignment_5_0_1()); }
+ { before(grammarAccess.getMemoryTypeAccess().getOwnedModeAssignment_5_0_2()); }
+ (rule__MemoryType__OwnedModeAssignment_5_0_2)
+ { after(grammarAccess.getMemoryTypeAccess().getOwnedModeAssignment_5_0_2()); }
)
(
- { before(grammarAccess.getMemoryTypeAccess().getOwnedModeAssignment_5_0_1()); }
- (rule__MemoryType__OwnedModeAssignment_5_0_1)*
- { after(grammarAccess.getMemoryTypeAccess().getOwnedModeAssignment_5_0_1()); }
+ { before(grammarAccess.getMemoryTypeAccess().getOwnedModeAssignment_5_0_2()); }
+ (rule__MemoryType__OwnedModeAssignment_5_0_2)*
+ { after(grammarAccess.getMemoryTypeAccess().getOwnedModeAssignment_5_0_2()); }
)
)
;
@@ -31542,6 +30916,7 @@ rule__BusType__Group_5_0__1
}
:
rule__BusType__Group_5_0__1__Impl
+ rule__BusType__Group_5_0__2
;
finally {
restoreStackSize(stackSize);
@@ -31552,16 +30927,42 @@ rule__BusType__Group_5_0__1__Impl
int stackSize = keepStackSize();
}
:
+(
+ { before(grammarAccess.getBusTypeAccess().getModesKeyword_5_0_1()); }
+ Modes
+ { after(grammarAccess.getBusTypeAccess().getModesKeyword_5_0_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__BusType__Group_5_0__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__BusType__Group_5_0__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__BusType__Group_5_0__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
(
(
- { before(grammarAccess.getBusTypeAccess().getOwnedModeAssignment_5_0_1()); }
- (rule__BusType__OwnedModeAssignment_5_0_1)
- { after(grammarAccess.getBusTypeAccess().getOwnedModeAssignment_5_0_1()); }
+ { before(grammarAccess.getBusTypeAccess().getOwnedModeAssignment_5_0_2()); }
+ (rule__BusType__OwnedModeAssignment_5_0_2)
+ { after(grammarAccess.getBusTypeAccess().getOwnedModeAssignment_5_0_2()); }
)
(
- { before(grammarAccess.getBusTypeAccess().getOwnedModeAssignment_5_0_1()); }
- (rule__BusType__OwnedModeAssignment_5_0_1)*
- { after(grammarAccess.getBusTypeAccess().getOwnedModeAssignment_5_0_1()); }
+ { before(grammarAccess.getBusTypeAccess().getOwnedModeAssignment_5_0_2()); }
+ (rule__BusType__OwnedModeAssignment_5_0_2)*
+ { after(grammarAccess.getBusTypeAccess().getOwnedModeAssignment_5_0_2()); }
)
)
;
@@ -31804,9 +31205,9 @@ rule__VirtualBusType__Group__0__Impl
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getVirtualBusKeywordsParserRuleCall_0()); }
- ruleVirtualBusKeywords
- { after(grammarAccess.getVirtualBusTypeAccess().getVirtualBusKeywordsParserRuleCall_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getVirtualKeyword_0()); }
+ Virtual
+ { after(grammarAccess.getVirtualBusTypeAccess().getVirtualKeyword_0()); }
)
;
finally {
@@ -31831,9 +31232,9 @@ rule__VirtualBusType__Group__1__Impl
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getNameAssignment_1()); }
- (rule__VirtualBusType__NameAssignment_1)
- { after(grammarAccess.getVirtualBusTypeAccess().getNameAssignment_1()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getBusKeyword_1()); }
+ Bus
+ { after(grammarAccess.getVirtualBusTypeAccess().getBusKeyword_1()); }
)
;
finally {
@@ -31858,9 +31259,9 @@ rule__VirtualBusType__Group__2__Impl
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getGroup_2()); }
- (rule__VirtualBusType__Group_2__0)?
- { after(grammarAccess.getVirtualBusTypeAccess().getGroup_2()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getNameAssignment_2()); }
+ (rule__VirtualBusType__NameAssignment_2)
+ { after(grammarAccess.getVirtualBusTypeAccess().getNameAssignment_2()); }
)
;
finally {
@@ -31939,9 +31340,9 @@ rule__VirtualBusType__Group__5__Impl
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_5()); }
- (rule__VirtualBusType__Alternatives_5)?
- { after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_5()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getGroup_5()); }
+ (rule__VirtualBusType__Group_5__0)?
+ { after(grammarAccess.getVirtualBusTypeAccess().getGroup_5()); }
)
;
finally {
@@ -31966,9 +31367,9 @@ rule__VirtualBusType__Group__6__Impl
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getGroup_6()); }
- (rule__VirtualBusType__Group_6__0)?
- { after(grammarAccess.getVirtualBusTypeAccess().getGroup_6()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_6()); }
+ (rule__VirtualBusType__Alternatives_6)?
+ { after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_6()); }
)
;
finally {
@@ -31993,9 +31394,9 @@ rule__VirtualBusType__Group__7__Impl
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getOwnedAnnexSubclauseAssignment_7()); }
- (rule__VirtualBusType__OwnedAnnexSubclauseAssignment_7)*
- { after(grammarAccess.getVirtualBusTypeAccess().getOwnedAnnexSubclauseAssignment_7()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getGroup_7()); }
+ (rule__VirtualBusType__Group_7__0)?
+ { after(grammarAccess.getVirtualBusTypeAccess().getGroup_7()); }
)
;
finally {
@@ -32020,9 +31421,9 @@ rule__VirtualBusType__Group__8__Impl
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getEndKeyword_8()); }
- End
- { after(grammarAccess.getVirtualBusTypeAccess().getEndKeyword_8()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getOwnedAnnexSubclauseAssignment_8()); }
+ (rule__VirtualBusType__OwnedAnnexSubclauseAssignment_8)*
+ { after(grammarAccess.getVirtualBusTypeAccess().getOwnedAnnexSubclauseAssignment_8()); }
)
;
finally {
@@ -32047,9 +31448,9 @@ rule__VirtualBusType__Group__9__Impl
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getIDTerminalRuleCall_9()); }
- RULE_ID
- { after(grammarAccess.getVirtualBusTypeAccess().getIDTerminalRuleCall_9()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getEndKeyword_9()); }
+ End
+ { after(grammarAccess.getVirtualBusTypeAccess().getEndKeyword_9()); }
)
;
finally {
@@ -32062,6 +31463,7 @@ rule__VirtualBusType__Group__10
}
:
rule__VirtualBusType__Group__10__Impl
+ rule__VirtualBusType__Group__11
;
finally {
restoreStackSize(stackSize);
@@ -32073,9 +31475,35 @@ rule__VirtualBusType__Group__10__Impl
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_10()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getIDTerminalRuleCall_10()); }
+ RULE_ID
+ { after(grammarAccess.getVirtualBusTypeAccess().getIDTerminalRuleCall_10()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusType__Group__11
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualBusType__Group__11__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusType__Group__11__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_11()); }
Semicolon
- { after(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_10()); }
+ { after(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_11()); }
)
;
finally {
@@ -32083,53 +31511,53 @@ finally {
}
-rule__VirtualBusType__Group_2__0
+rule__VirtualBusType__Group_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusType__Group_2__0__Impl
- rule__VirtualBusType__Group_2__1
+ rule__VirtualBusType__Group_3__0__Impl
+ rule__VirtualBusType__Group_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_2__0__Impl
+rule__VirtualBusType__Group_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getOwnedExtensionAssignment_2_0()); }
- (rule__VirtualBusType__OwnedExtensionAssignment_2_0)
- { after(grammarAccess.getVirtualBusTypeAccess().getOwnedExtensionAssignment_2_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getOwnedExtensionAssignment_3_0()); }
+ (rule__VirtualBusType__OwnedExtensionAssignment_3_0)
+ { after(grammarAccess.getVirtualBusTypeAccess().getOwnedExtensionAssignment_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_2__1
+rule__VirtualBusType__Group_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusType__Group_2__1__Impl
+ rule__VirtualBusType__Group_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_2__1__Impl
+rule__VirtualBusType__Group_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getGroup_2_1()); }
- (rule__VirtualBusType__Group_2_1__0)?
- { after(grammarAccess.getVirtualBusTypeAccess().getGroup_2_1()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getGroup_3_1()); }
+ (rule__VirtualBusType__Group_3_1__0)?
+ { after(grammarAccess.getVirtualBusTypeAccess().getGroup_3_1()); }
)
;
finally {
@@ -32137,107 +31565,107 @@ finally {
}
-rule__VirtualBusType__Group_2_1__0
+rule__VirtualBusType__Group_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusType__Group_2_1__0__Impl
- rule__VirtualBusType__Group_2_1__1
+ rule__VirtualBusType__Group_3_1__0__Impl
+ rule__VirtualBusType__Group_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_2_1__0__Impl
+rule__VirtualBusType__Group_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getLeftParenthesisKeyword_2_1_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getLeftParenthesisKeyword_3_1_0()); }
LeftParenthesis
- { after(grammarAccess.getVirtualBusTypeAccess().getLeftParenthesisKeyword_2_1_0()); }
+ { after(grammarAccess.getVirtualBusTypeAccess().getLeftParenthesisKeyword_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_2_1__1
+rule__VirtualBusType__Group_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusType__Group_2_1__1__Impl
- rule__VirtualBusType__Group_2_1__2
+ rule__VirtualBusType__Group_3_1__1__Impl
+ rule__VirtualBusType__Group_3_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_2_1__1__Impl
+rule__VirtualBusType__Group_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
- (rule__VirtualBusType__OwnedPrototypeBindingAssignment_2_1_1)
- { after(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeBindingAssignment_3_1_1()); }
+ (rule__VirtualBusType__OwnedPrototypeBindingAssignment_3_1_1)
+ { after(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeBindingAssignment_3_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_2_1__2
+rule__VirtualBusType__Group_3_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusType__Group_2_1__2__Impl
- rule__VirtualBusType__Group_2_1__3
+ rule__VirtualBusType__Group_3_1__2__Impl
+ rule__VirtualBusType__Group_3_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_2_1__2__Impl
+rule__VirtualBusType__Group_3_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getGroup_2_1_2()); }
- (rule__VirtualBusType__Group_2_1_2__0)*
- { after(grammarAccess.getVirtualBusTypeAccess().getGroup_2_1_2()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getGroup_3_1_2()); }
+ (rule__VirtualBusType__Group_3_1_2__0)*
+ { after(grammarAccess.getVirtualBusTypeAccess().getGroup_3_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_2_1__3
+rule__VirtualBusType__Group_3_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusType__Group_2_1__3__Impl
+ rule__VirtualBusType__Group_3_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_2_1__3__Impl
+rule__VirtualBusType__Group_3_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getRightParenthesisKeyword_2_1_3()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getRightParenthesisKeyword_3_1_3()); }
RightParenthesis
- { after(grammarAccess.getVirtualBusTypeAccess().getRightParenthesisKeyword_2_1_3()); }
+ { after(grammarAccess.getVirtualBusTypeAccess().getRightParenthesisKeyword_3_1_3()); }
)
;
finally {
@@ -32245,53 +31673,53 @@ finally {
}
-rule__VirtualBusType__Group_2_1_2__0
+rule__VirtualBusType__Group_3_1_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusType__Group_2_1_2__0__Impl
- rule__VirtualBusType__Group_2_1_2__1
+ rule__VirtualBusType__Group_3_1_2__0__Impl
+ rule__VirtualBusType__Group_3_1_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_2_1_2__0__Impl
+rule__VirtualBusType__Group_3_1_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getCommaKeyword_2_1_2_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getCommaKeyword_3_1_2_0()); }
Comma
- { after(grammarAccess.getVirtualBusTypeAccess().getCommaKeyword_2_1_2_0()); }
+ { after(grammarAccess.getVirtualBusTypeAccess().getCommaKeyword_3_1_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_2_1_2__1
+rule__VirtualBusType__Group_3_1_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusType__Group_2_1_2__1__Impl
+ rule__VirtualBusType__Group_3_1_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_2_1_2__1__Impl
+rule__VirtualBusType__Group_3_1_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
- (rule__VirtualBusType__OwnedPrototypeBindingAssignment_2_1_2_1)
- { after(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeBindingAssignment_3_1_2_1()); }
+ (rule__VirtualBusType__OwnedPrototypeBindingAssignment_3_1_2_1)
+ { after(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeBindingAssignment_3_1_2_1()); }
)
;
finally {
@@ -32299,53 +31727,53 @@ finally {
}
-rule__VirtualBusType__Group_3__0
+rule__VirtualBusType__Group_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusType__Group_3__0__Impl
- rule__VirtualBusType__Group_3__1
+ rule__VirtualBusType__Group_4__0__Impl
+ rule__VirtualBusType__Group_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_3__0__Impl
+rule__VirtualBusType__Group_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getPrototypesKeyword_3_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getPrototypesKeyword_4_0()); }
Prototypes
- { after(grammarAccess.getVirtualBusTypeAccess().getPrototypesKeyword_3_0()); }
+ { after(grammarAccess.getVirtualBusTypeAccess().getPrototypesKeyword_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_3__1
+rule__VirtualBusType__Group_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusType__Group_3__1__Impl
+ rule__VirtualBusType__Group_4__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_3__1__Impl
+rule__VirtualBusType__Group_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_3_1()); }
- (rule__VirtualBusType__Alternatives_3_1)
- { after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_3_1()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_4_1()); }
+ (rule__VirtualBusType__Alternatives_4_1)
+ { after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_4_1()); }
)
;
finally {
@@ -32353,53 +31781,53 @@ finally {
}
-rule__VirtualBusType__Group_3_1_0__0
+rule__VirtualBusType__Group_4_1_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusType__Group_3_1_0__0__Impl
- rule__VirtualBusType__Group_3_1_0__1
+ rule__VirtualBusType__Group_4_1_0__0__Impl
+ rule__VirtualBusType__Group_4_1_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_3_1_0__0__Impl
+rule__VirtualBusType__Group_4_1_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getNoPrototypesAssignment_3_1_0_0()); }
- (rule__VirtualBusType__NoPrototypesAssignment_3_1_0_0)
- { after(grammarAccess.getVirtualBusTypeAccess().getNoPrototypesAssignment_3_1_0_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getNoPrototypesAssignment_4_1_0_0()); }
+ (rule__VirtualBusType__NoPrototypesAssignment_4_1_0_0)
+ { after(grammarAccess.getVirtualBusTypeAccess().getNoPrototypesAssignment_4_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_3_1_0__1
+rule__VirtualBusType__Group_4_1_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusType__Group_3_1_0__1__Impl
+ rule__VirtualBusType__Group_4_1_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_3_1_0__1__Impl
+rule__VirtualBusType__Group_4_1_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_3_1_0_1()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_4_1_0_1()); }
Semicolon
- { after(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_3_1_0_1()); }
+ { after(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_4_1_0_1()); }
)
;
finally {
@@ -32407,53 +31835,53 @@ finally {
}
-rule__VirtualBusType__Group_4__0
+rule__VirtualBusType__Group_5__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusType__Group_4__0__Impl
- rule__VirtualBusType__Group_4__1
+ rule__VirtualBusType__Group_5__0__Impl
+ rule__VirtualBusType__Group_5__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_4__0__Impl
+rule__VirtualBusType__Group_5__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getFeaturesKeyword_4_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getFeaturesKeyword_5_0()); }
Features
- { after(grammarAccess.getVirtualBusTypeAccess().getFeaturesKeyword_4_0()); }
+ { after(grammarAccess.getVirtualBusTypeAccess().getFeaturesKeyword_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_4__1
+rule__VirtualBusType__Group_5__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusType__Group_4__1__Impl
+ rule__VirtualBusType__Group_5__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_4__1__Impl
+rule__VirtualBusType__Group_5__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_4_1()); }
- (rule__VirtualBusType__Alternatives_4_1)
- { after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_4_1()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_5_1()); }
+ (rule__VirtualBusType__Alternatives_5_1)
+ { after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_5_1()); }
)
;
finally {
@@ -32461,53 +31889,53 @@ finally {
}
-rule__VirtualBusType__Group_4_1_0__0
+rule__VirtualBusType__Group_5_1_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusType__Group_4_1_0__0__Impl
- rule__VirtualBusType__Group_4_1_0__1
+ rule__VirtualBusType__Group_5_1_0__0__Impl
+ rule__VirtualBusType__Group_5_1_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_4_1_0__0__Impl
+rule__VirtualBusType__Group_5_1_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getNoFeaturesAssignment_4_1_0_0()); }
- (rule__VirtualBusType__NoFeaturesAssignment_4_1_0_0)
- { after(grammarAccess.getVirtualBusTypeAccess().getNoFeaturesAssignment_4_1_0_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getNoFeaturesAssignment_5_1_0_0()); }
+ (rule__VirtualBusType__NoFeaturesAssignment_5_1_0_0)
+ { after(grammarAccess.getVirtualBusTypeAccess().getNoFeaturesAssignment_5_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_4_1_0__1
+rule__VirtualBusType__Group_5_1_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusType__Group_4_1_0__1__Impl
+ rule__VirtualBusType__Group_5_1_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_4_1_0__1__Impl
+rule__VirtualBusType__Group_5_1_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_4_1_0_1()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_5_1_0_1()); }
Semicolon
- { after(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_4_1_0_1()); }
+ { after(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_5_1_0_1()); }
)
;
finally {
@@ -32515,59 +31943,86 @@ finally {
}
-rule__VirtualBusType__Group_5_0__0
+rule__VirtualBusType__Group_6_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusType__Group_5_0__0__Impl
- rule__VirtualBusType__Group_5_0__1
+ rule__VirtualBusType__Group_6_0__0__Impl
+ rule__VirtualBusType__Group_6_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_5_0__0__Impl
+rule__VirtualBusType__Group_6_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getDerivedModesAssignment_5_0_0()); }
- (rule__VirtualBusType__DerivedModesAssignment_5_0_0)
- { after(grammarAccess.getVirtualBusTypeAccess().getDerivedModesAssignment_5_0_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getDerivedModesAssignment_6_0_0()); }
+ (rule__VirtualBusType__DerivedModesAssignment_6_0_0)
+ { after(grammarAccess.getVirtualBusTypeAccess().getDerivedModesAssignment_6_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_5_0__1
+rule__VirtualBusType__Group_6_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusType__Group_5_0__1__Impl
+ rule__VirtualBusType__Group_6_0__1__Impl
+ rule__VirtualBusType__Group_6_0__2
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_5_0__1__Impl
+rule__VirtualBusType__Group_6_0__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getVirtualBusTypeAccess().getModesKeyword_6_0_1()); }
+ Modes
+ { after(grammarAccess.getVirtualBusTypeAccess().getModesKeyword_6_0_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusType__Group_6_0__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualBusType__Group_6_0__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusType__Group_6_0__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getVirtualBusTypeAccess().getOwnedModeAssignment_5_0_1()); }
- (rule__VirtualBusType__OwnedModeAssignment_5_0_1)
- { after(grammarAccess.getVirtualBusTypeAccess().getOwnedModeAssignment_5_0_1()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getOwnedModeAssignment_6_0_2()); }
+ (rule__VirtualBusType__OwnedModeAssignment_6_0_2)
+ { after(grammarAccess.getVirtualBusTypeAccess().getOwnedModeAssignment_6_0_2()); }
)
(
- { before(grammarAccess.getVirtualBusTypeAccess().getOwnedModeAssignment_5_0_1()); }
- (rule__VirtualBusType__OwnedModeAssignment_5_0_1)*
- { after(grammarAccess.getVirtualBusTypeAccess().getOwnedModeAssignment_5_0_1()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getOwnedModeAssignment_6_0_2()); }
+ (rule__VirtualBusType__OwnedModeAssignment_6_0_2)*
+ { after(grammarAccess.getVirtualBusTypeAccess().getOwnedModeAssignment_6_0_2()); }
)
)
;
@@ -32576,53 +32031,53 @@ finally {
}
-rule__VirtualBusType__Group_5_1__0
+rule__VirtualBusType__Group_6_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusType__Group_5_1__0__Impl
- rule__VirtualBusType__Group_5_1__1
+ rule__VirtualBusType__Group_6_1__0__Impl
+ rule__VirtualBusType__Group_6_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_5_1__0__Impl
+rule__VirtualBusType__Group_6_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getModesKeyword_5_1_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getModesKeyword_6_1_0()); }
Modes
- { after(grammarAccess.getVirtualBusTypeAccess().getModesKeyword_5_1_0()); }
+ { after(grammarAccess.getVirtualBusTypeAccess().getModesKeyword_6_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_5_1__1
+rule__VirtualBusType__Group_6_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusType__Group_5_1__1__Impl
+ rule__VirtualBusType__Group_6_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_5_1__1__Impl
+rule__VirtualBusType__Group_6_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_5_1_1()); }
- (rule__VirtualBusType__Alternatives_5_1_1)
- { after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_5_1_1()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_6_1_1()); }
+ (rule__VirtualBusType__Alternatives_6_1_1)
+ { after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_6_1_1()); }
)
;
finally {
@@ -32630,53 +32085,53 @@ finally {
}
-rule__VirtualBusType__Group_5_1_1_1__0
+rule__VirtualBusType__Group_6_1_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusType__Group_5_1_1_1__0__Impl
- rule__VirtualBusType__Group_5_1_1_1__1
+ rule__VirtualBusType__Group_6_1_1_1__0__Impl
+ rule__VirtualBusType__Group_6_1_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_5_1_1_1__0__Impl
+rule__VirtualBusType__Group_6_1_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getNoModesAssignment_5_1_1_1_0()); }
- (rule__VirtualBusType__NoModesAssignment_5_1_1_1_0)
- { after(grammarAccess.getVirtualBusTypeAccess().getNoModesAssignment_5_1_1_1_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getNoModesAssignment_6_1_1_1_0()); }
+ (rule__VirtualBusType__NoModesAssignment_6_1_1_1_0)
+ { after(grammarAccess.getVirtualBusTypeAccess().getNoModesAssignment_6_1_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_5_1_1_1__1
+rule__VirtualBusType__Group_6_1_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusType__Group_5_1_1_1__1__Impl
+ rule__VirtualBusType__Group_6_1_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_5_1_1_1__1__Impl
+rule__VirtualBusType__Group_6_1_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_5_1_1_1_1()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_6_1_1_1_1()); }
Semicolon
- { after(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_5_1_1_1_1()); }
+ { after(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_6_1_1_1_1()); }
)
;
finally {
@@ -32684,53 +32139,53 @@ finally {
}
-rule__VirtualBusType__Group_6__0
+rule__VirtualBusType__Group_7__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusType__Group_6__0__Impl
- rule__VirtualBusType__Group_6__1
+ rule__VirtualBusType__Group_7__0__Impl
+ rule__VirtualBusType__Group_7__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_6__0__Impl
+rule__VirtualBusType__Group_7__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getPropertiesKeyword_6_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getPropertiesKeyword_7_0()); }
Properties
- { after(grammarAccess.getVirtualBusTypeAccess().getPropertiesKeyword_6_0()); }
+ { after(grammarAccess.getVirtualBusTypeAccess().getPropertiesKeyword_7_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_6__1
+rule__VirtualBusType__Group_7__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusType__Group_6__1__Impl
+ rule__VirtualBusType__Group_7__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_6__1__Impl
+rule__VirtualBusType__Group_7__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_6_1()); }
- (rule__VirtualBusType__Alternatives_6_1)
- { after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_6_1()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_7_1()); }
+ (rule__VirtualBusType__Alternatives_7_1)
+ { after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_7_1()); }
)
;
finally {
@@ -32738,53 +32193,53 @@ finally {
}
-rule__VirtualBusType__Group_6_1_1__0
+rule__VirtualBusType__Group_7_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusType__Group_6_1_1__0__Impl
- rule__VirtualBusType__Group_6_1_1__1
+ rule__VirtualBusType__Group_7_1_1__0__Impl
+ rule__VirtualBusType__Group_7_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_6_1_1__0__Impl
+rule__VirtualBusType__Group_7_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getNoPropertiesAssignment_6_1_1_0()); }
- (rule__VirtualBusType__NoPropertiesAssignment_6_1_1_0)
- { after(grammarAccess.getVirtualBusTypeAccess().getNoPropertiesAssignment_6_1_1_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getNoPropertiesAssignment_7_1_1_0()); }
+ (rule__VirtualBusType__NoPropertiesAssignment_7_1_1_0)
+ { after(grammarAccess.getVirtualBusTypeAccess().getNoPropertiesAssignment_7_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_6_1_1__1
+rule__VirtualBusType__Group_7_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusType__Group_6_1_1__1__Impl
+ rule__VirtualBusType__Group_7_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__Group_6_1_1__1__Impl
+rule__VirtualBusType__Group_7_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_6_1_1_1()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_7_1_1_1()); }
Semicolon
- { after(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_6_1_1_1()); }
+ { after(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_7_1_1_1()); }
)
;
finally {
@@ -32810,9 +32265,9 @@ rule__VirtualProcessorType__Group__0__Impl
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getVirtualProcessorKeywordsParserRuleCall_0()); }
- ruleVirtualProcessorKeywords
- { after(grammarAccess.getVirtualProcessorTypeAccess().getVirtualProcessorKeywordsParserRuleCall_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getVirtualKeyword_0()); }
+ Virtual
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getVirtualKeyword_0()); }
)
;
finally {
@@ -32837,9 +32292,9 @@ rule__VirtualProcessorType__Group__1__Impl
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getNameAssignment_1()); }
- (rule__VirtualProcessorType__NameAssignment_1)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getNameAssignment_1()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getProcessorKeyword_1()); }
+ Processor
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getProcessorKeyword_1()); }
)
;
finally {
@@ -32864,9 +32319,9 @@ rule__VirtualProcessorType__Group__2__Impl
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_2()); }
- (rule__VirtualProcessorType__Group_2__0)?
- { after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_2()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getNameAssignment_2()); }
+ (rule__VirtualProcessorType__NameAssignment_2)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getNameAssignment_2()); }
)
;
finally {
@@ -32972,9 +32427,9 @@ rule__VirtualProcessorType__Group__6__Impl
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_6()); }
- (rule__VirtualProcessorType__Alternatives_6)?
- { after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_6()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_6()); }
+ (rule__VirtualProcessorType__Group_6__0)?
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_6()); }
)
;
finally {
@@ -32999,9 +32454,9 @@ rule__VirtualProcessorType__Group__7__Impl
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_7()); }
- (rule__VirtualProcessorType__Group_7__0)?
- { after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_7()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_7()); }
+ (rule__VirtualProcessorType__Alternatives_7)?
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_7()); }
)
;
finally {
@@ -33026,9 +32481,9 @@ rule__VirtualProcessorType__Group__8__Impl
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedAnnexSubclauseAssignment_8()); }
- (rule__VirtualProcessorType__OwnedAnnexSubclauseAssignment_8)*
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedAnnexSubclauseAssignment_8()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_8()); }
+ (rule__VirtualProcessorType__Group_8__0)?
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_8()); }
)
;
finally {
@@ -33053,9 +32508,9 @@ rule__VirtualProcessorType__Group__9__Impl
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getEndKeyword_9()); }
- End
- { after(grammarAccess.getVirtualProcessorTypeAccess().getEndKeyword_9()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedAnnexSubclauseAssignment_9()); }
+ (rule__VirtualProcessorType__OwnedAnnexSubclauseAssignment_9)*
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedAnnexSubclauseAssignment_9()); }
)
;
finally {
@@ -33080,9 +32535,9 @@ rule__VirtualProcessorType__Group__10__Impl
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getIDTerminalRuleCall_10()); }
- RULE_ID
- { after(grammarAccess.getVirtualProcessorTypeAccess().getIDTerminalRuleCall_10()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getEndKeyword_10()); }
+ End
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getEndKeyword_10()); }
)
;
finally {
@@ -33095,6 +32550,7 @@ rule__VirtualProcessorType__Group__11
}
:
rule__VirtualProcessorType__Group__11__Impl
+ rule__VirtualProcessorType__Group__12
;
finally {
restoreStackSize(stackSize);
@@ -33106,63 +32562,197 @@ rule__VirtualProcessorType__Group__11__Impl
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_11()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getIDTerminalRuleCall_11()); }
+ RULE_ID
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getIDTerminalRuleCall_11()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualProcessorType__Group__12
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualProcessorType__Group__12__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualProcessorType__Group__12__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_12()); }
Semicolon
- { after(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_11()); }
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_12()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__VirtualProcessorType__Group_3__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualProcessorType__Group_3__0__Impl
+ rule__VirtualProcessorType__Group_3__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualProcessorType__Group_3__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedExtensionAssignment_3_0()); }
+ (rule__VirtualProcessorType__OwnedExtensionAssignment_3_0)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedExtensionAssignment_3_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualProcessorType__Group_3__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualProcessorType__Group_3__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualProcessorType__Group_3__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_3_1()); }
+ (rule__VirtualProcessorType__Group_3_1__0)?
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_3_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__VirtualProcessorType__Group_3_1__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualProcessorType__Group_3_1__0__Impl
+ rule__VirtualProcessorType__Group_3_1__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualProcessorType__Group_3_1__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getLeftParenthesisKeyword_3_1_0()); }
+ LeftParenthesis
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getLeftParenthesisKeyword_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
+rule__VirtualProcessorType__Group_3_1__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualProcessorType__Group_3_1__1__Impl
+ rule__VirtualProcessorType__Group_3_1__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualProcessorType__Group_3_1__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeBindingAssignment_3_1_1()); }
+ (rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_3_1_1)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeBindingAssignment_3_1_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
-rule__VirtualProcessorType__Group_2__0
+rule__VirtualProcessorType__Group_3_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorType__Group_2__0__Impl
- rule__VirtualProcessorType__Group_2__1
+ rule__VirtualProcessorType__Group_3_1__2__Impl
+ rule__VirtualProcessorType__Group_3_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_2__0__Impl
+rule__VirtualProcessorType__Group_3_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedExtensionAssignment_2_0()); }
- (rule__VirtualProcessorType__OwnedExtensionAssignment_2_0)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedExtensionAssignment_2_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_3_1_2()); }
+ (rule__VirtualProcessorType__Group_3_1_2__0)*
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_3_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_2__1
+rule__VirtualProcessorType__Group_3_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorType__Group_2__1__Impl
+ rule__VirtualProcessorType__Group_3_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_2__1__Impl
+rule__VirtualProcessorType__Group_3_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_2_1()); }
- (rule__VirtualProcessorType__Group_2_1__0)?
- { after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_2_1()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getRightParenthesisKeyword_3_1_3()); }
+ RightParenthesis
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getRightParenthesisKeyword_3_1_3()); }
)
;
finally {
@@ -33170,107 +32760,107 @@ finally {
}
-rule__VirtualProcessorType__Group_2_1__0
+rule__VirtualProcessorType__Group_3_1_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorType__Group_2_1__0__Impl
- rule__VirtualProcessorType__Group_2_1__1
+ rule__VirtualProcessorType__Group_3_1_2__0__Impl
+ rule__VirtualProcessorType__Group_3_1_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_2_1__0__Impl
+rule__VirtualProcessorType__Group_3_1_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getLeftParenthesisKeyword_2_1_0()); }
- LeftParenthesis
- { after(grammarAccess.getVirtualProcessorTypeAccess().getLeftParenthesisKeyword_2_1_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getCommaKeyword_3_1_2_0()); }
+ Comma
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getCommaKeyword_3_1_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_2_1__1
+rule__VirtualProcessorType__Group_3_1_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorType__Group_2_1__1__Impl
- rule__VirtualProcessorType__Group_2_1__2
+ rule__VirtualProcessorType__Group_3_1_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_2_1__1__Impl
+rule__VirtualProcessorType__Group_3_1_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
- (rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_2_1_1)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeBindingAssignment_3_1_2_1()); }
+ (rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_3_1_2_1)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeBindingAssignment_3_1_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_2_1__2
+
+rule__VirtualProcessorType__Group_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorType__Group_2_1__2__Impl
- rule__VirtualProcessorType__Group_2_1__3
+ rule__VirtualProcessorType__Group_4__0__Impl
+ rule__VirtualProcessorType__Group_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_2_1__2__Impl
+rule__VirtualProcessorType__Group_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_2_1_2()); }
- (rule__VirtualProcessorType__Group_2_1_2__0)*
- { after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_2_1_2()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getPrototypesKeyword_4_0()); }
+ Prototypes
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getPrototypesKeyword_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_2_1__3
+rule__VirtualProcessorType__Group_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorType__Group_2_1__3__Impl
+ rule__VirtualProcessorType__Group_4__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_2_1__3__Impl
+rule__VirtualProcessorType__Group_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getRightParenthesisKeyword_2_1_3()); }
- RightParenthesis
- { after(grammarAccess.getVirtualProcessorTypeAccess().getRightParenthesisKeyword_2_1_3()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_4_1()); }
+ (rule__VirtualProcessorType__Alternatives_4_1)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_4_1()); }
)
;
finally {
@@ -33278,53 +32868,53 @@ finally {
}
-rule__VirtualProcessorType__Group_2_1_2__0
+rule__VirtualProcessorType__Group_4_1_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorType__Group_2_1_2__0__Impl
- rule__VirtualProcessorType__Group_2_1_2__1
+ rule__VirtualProcessorType__Group_4_1_0__0__Impl
+ rule__VirtualProcessorType__Group_4_1_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_2_1_2__0__Impl
+rule__VirtualProcessorType__Group_4_1_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getCommaKeyword_2_1_2_0()); }
- Comma
- { after(grammarAccess.getVirtualProcessorTypeAccess().getCommaKeyword_2_1_2_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getNoPrototypesAssignment_4_1_0_0()); }
+ (rule__VirtualProcessorType__NoPrototypesAssignment_4_1_0_0)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getNoPrototypesAssignment_4_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_2_1_2__1
+rule__VirtualProcessorType__Group_4_1_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorType__Group_2_1_2__1__Impl
+ rule__VirtualProcessorType__Group_4_1_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_2_1_2__1__Impl
+rule__VirtualProcessorType__Group_4_1_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
- (rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_2_1_2_1)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_4_1_0_1()); }
+ Semicolon
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_4_1_0_1()); }
)
;
finally {
@@ -33332,53 +32922,53 @@ finally {
}
-rule__VirtualProcessorType__Group_3__0
+rule__VirtualProcessorType__Group_5__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorType__Group_3__0__Impl
- rule__VirtualProcessorType__Group_3__1
+ rule__VirtualProcessorType__Group_5__0__Impl
+ rule__VirtualProcessorType__Group_5__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_3__0__Impl
+rule__VirtualProcessorType__Group_5__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getPrototypesKeyword_3_0()); }
- Prototypes
- { after(grammarAccess.getVirtualProcessorTypeAccess().getPrototypesKeyword_3_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getFeaturesKeyword_5_0()); }
+ Features
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getFeaturesKeyword_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_3__1
+rule__VirtualProcessorType__Group_5__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorType__Group_3__1__Impl
+ rule__VirtualProcessorType__Group_5__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_3__1__Impl
+rule__VirtualProcessorType__Group_5__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_3_1()); }
- (rule__VirtualProcessorType__Alternatives_3_1)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_3_1()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_5_1()); }
+ (rule__VirtualProcessorType__Alternatives_5_1)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_5_1()); }
)
;
finally {
@@ -33386,53 +32976,53 @@ finally {
}
-rule__VirtualProcessorType__Group_3_1_0__0
+rule__VirtualProcessorType__Group_5_1_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorType__Group_3_1_0__0__Impl
- rule__VirtualProcessorType__Group_3_1_0__1
+ rule__VirtualProcessorType__Group_5_1_0__0__Impl
+ rule__VirtualProcessorType__Group_5_1_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_3_1_0__0__Impl
+rule__VirtualProcessorType__Group_5_1_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getNoPrototypesAssignment_3_1_0_0()); }
- (rule__VirtualProcessorType__NoPrototypesAssignment_3_1_0_0)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getNoPrototypesAssignment_3_1_0_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getNoFeaturesAssignment_5_1_0_0()); }
+ (rule__VirtualProcessorType__NoFeaturesAssignment_5_1_0_0)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getNoFeaturesAssignment_5_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_3_1_0__1
+rule__VirtualProcessorType__Group_5_1_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorType__Group_3_1_0__1__Impl
+ rule__VirtualProcessorType__Group_5_1_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_3_1_0__1__Impl
+rule__VirtualProcessorType__Group_5_1_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_3_1_0_1()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_5_1_0_1()); }
Semicolon
- { after(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_3_1_0_1()); }
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_5_1_0_1()); }
)
;
finally {
@@ -33440,53 +33030,53 @@ finally {
}
-rule__VirtualProcessorType__Group_4__0
+rule__VirtualProcessorType__Group_6__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorType__Group_4__0__Impl
- rule__VirtualProcessorType__Group_4__1
+ rule__VirtualProcessorType__Group_6__0__Impl
+ rule__VirtualProcessorType__Group_6__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_4__0__Impl
+rule__VirtualProcessorType__Group_6__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getFeaturesKeyword_4_0()); }
- Features
- { after(grammarAccess.getVirtualProcessorTypeAccess().getFeaturesKeyword_4_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getFlowsKeyword_6_0()); }
+ Flows
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getFlowsKeyword_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_4__1
+rule__VirtualProcessorType__Group_6__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorType__Group_4__1__Impl
+ rule__VirtualProcessorType__Group_6__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_4__1__Impl
+rule__VirtualProcessorType__Group_6__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_4_1()); }
- (rule__VirtualProcessorType__Alternatives_4_1)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_4_1()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_6_1()); }
+ (rule__VirtualProcessorType__Alternatives_6_1)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_6_1()); }
)
;
finally {
@@ -33494,107 +33084,53 @@ finally {
}
-rule__VirtualProcessorType__Group_4_1_0__0
+rule__VirtualProcessorType__Group_6_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorType__Group_4_1_0__0__Impl
- rule__VirtualProcessorType__Group_4_1_0__1
+ rule__VirtualProcessorType__Group_6_1_1__0__Impl
+ rule__VirtualProcessorType__Group_6_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_4_1_0__0__Impl
+rule__VirtualProcessorType__Group_6_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getNoFeaturesAssignment_4_1_0_0()); }
- (rule__VirtualProcessorType__NoFeaturesAssignment_4_1_0_0)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getNoFeaturesAssignment_4_1_0_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getNoFlowsAssignment_6_1_1_0()); }
+ (rule__VirtualProcessorType__NoFlowsAssignment_6_1_1_0)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getNoFlowsAssignment_6_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_4_1_0__1
+rule__VirtualProcessorType__Group_6_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorType__Group_4_1_0__1__Impl
+ rule__VirtualProcessorType__Group_6_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_4_1_0__1__Impl
+rule__VirtualProcessorType__Group_6_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_4_1_0_1()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_6_1_1_1()); }
Semicolon
- { after(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_4_1_0_1()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__VirtualProcessorType__Group_5__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__VirtualProcessorType__Group_5__0__Impl
- rule__VirtualProcessorType__Group_5__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorType__Group_5__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getFlowsKeyword_5_0()); }
- Flows
- { after(grammarAccess.getVirtualProcessorTypeAccess().getFlowsKeyword_5_0()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorType__Group_5__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__VirtualProcessorType__Group_5__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorType__Group_5__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_5_1()); }
- (rule__VirtualProcessorType__Alternatives_5_1)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_5_1()); }
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_6_1_1_1()); }
)
;
finally {
@@ -33602,113 +33138,86 @@ finally {
}
-rule__VirtualProcessorType__Group_5_1_1__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__VirtualProcessorType__Group_5_1_1__0__Impl
- rule__VirtualProcessorType__Group_5_1_1__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorType__Group_5_1_1__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getNoFlowsAssignment_5_1_1_0()); }
- (rule__VirtualProcessorType__NoFlowsAssignment_5_1_1_0)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getNoFlowsAssignment_5_1_1_0()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorType__Group_5_1_1__1
+rule__VirtualProcessorType__Group_7_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorType__Group_5_1_1__1__Impl
+ rule__VirtualProcessorType__Group_7_0__0__Impl
+ rule__VirtualProcessorType__Group_7_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_5_1_1__1__Impl
+rule__VirtualProcessorType__Group_7_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_5_1_1_1()); }
- Semicolon
- { after(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_5_1_1_1()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getDerivedModesAssignment_7_0_0()); }
+ (rule__VirtualProcessorType__DerivedModesAssignment_7_0_0)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getDerivedModesAssignment_7_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__VirtualProcessorType__Group_6_0__0
+rule__VirtualProcessorType__Group_7_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorType__Group_6_0__0__Impl
- rule__VirtualProcessorType__Group_6_0__1
+ rule__VirtualProcessorType__Group_7_0__1__Impl
+ rule__VirtualProcessorType__Group_7_0__2
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_6_0__0__Impl
+rule__VirtualProcessorType__Group_7_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getDerivedModesAssignment_6_0_0()); }
- (rule__VirtualProcessorType__DerivedModesAssignment_6_0_0)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getDerivedModesAssignment_6_0_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getModesKeyword_7_0_1()); }
+ Modes
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getModesKeyword_7_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_6_0__1
+rule__VirtualProcessorType__Group_7_0__2
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorType__Group_6_0__1__Impl
+ rule__VirtualProcessorType__Group_7_0__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_6_0__1__Impl
+rule__VirtualProcessorType__Group_7_0__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeAssignment_6_0_1()); }
- (rule__VirtualProcessorType__OwnedModeAssignment_6_0_1)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeAssignment_6_0_1()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeAssignment_7_0_2()); }
+ (rule__VirtualProcessorType__OwnedModeAssignment_7_0_2)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeAssignment_7_0_2()); }
)
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeAssignment_6_0_1()); }
- (rule__VirtualProcessorType__OwnedModeAssignment_6_0_1)*
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeAssignment_6_0_1()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeAssignment_7_0_2()); }
+ (rule__VirtualProcessorType__OwnedModeAssignment_7_0_2)*
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeAssignment_7_0_2()); }
)
)
;
@@ -33717,53 +33226,53 @@ finally {
}
-rule__VirtualProcessorType__Group_6_1__0
+rule__VirtualProcessorType__Group_7_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorType__Group_6_1__0__Impl
- rule__VirtualProcessorType__Group_6_1__1
+ rule__VirtualProcessorType__Group_7_1__0__Impl
+ rule__VirtualProcessorType__Group_7_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_6_1__0__Impl
+rule__VirtualProcessorType__Group_7_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getModesKeyword_6_1_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getModesKeyword_7_1_0()); }
Modes
- { after(grammarAccess.getVirtualProcessorTypeAccess().getModesKeyword_6_1_0()); }
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getModesKeyword_7_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_6_1__1
+rule__VirtualProcessorType__Group_7_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorType__Group_6_1__1__Impl
+ rule__VirtualProcessorType__Group_7_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_6_1__1__Impl
+rule__VirtualProcessorType__Group_7_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_6_1_1()); }
- (rule__VirtualProcessorType__Alternatives_6_1_1)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_6_1_1()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_7_1_1()); }
+ (rule__VirtualProcessorType__Alternatives_7_1_1)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_7_1_1()); }
)
;
finally {
@@ -33771,53 +33280,53 @@ finally {
}
-rule__VirtualProcessorType__Group_6_1_1_1__0
+rule__VirtualProcessorType__Group_7_1_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorType__Group_6_1_1_1__0__Impl
- rule__VirtualProcessorType__Group_6_1_1_1__1
+ rule__VirtualProcessorType__Group_7_1_1_1__0__Impl
+ rule__VirtualProcessorType__Group_7_1_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_6_1_1_1__0__Impl
+rule__VirtualProcessorType__Group_7_1_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getNoModesAssignment_6_1_1_1_0()); }
- (rule__VirtualProcessorType__NoModesAssignment_6_1_1_1_0)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getNoModesAssignment_6_1_1_1_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getNoModesAssignment_7_1_1_1_0()); }
+ (rule__VirtualProcessorType__NoModesAssignment_7_1_1_1_0)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getNoModesAssignment_7_1_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_6_1_1_1__1
+rule__VirtualProcessorType__Group_7_1_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorType__Group_6_1_1_1__1__Impl
+ rule__VirtualProcessorType__Group_7_1_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_6_1_1_1__1__Impl
+rule__VirtualProcessorType__Group_7_1_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_6_1_1_1_1()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_7_1_1_1_1()); }
Semicolon
- { after(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_6_1_1_1_1()); }
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_7_1_1_1_1()); }
)
;
finally {
@@ -33825,53 +33334,53 @@ finally {
}
-rule__VirtualProcessorType__Group_7__0
+rule__VirtualProcessorType__Group_8__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorType__Group_7__0__Impl
- rule__VirtualProcessorType__Group_7__1
+ rule__VirtualProcessorType__Group_8__0__Impl
+ rule__VirtualProcessorType__Group_8__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_7__0__Impl
+rule__VirtualProcessorType__Group_8__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getPropertiesKeyword_7_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getPropertiesKeyword_8_0()); }
Properties
- { after(grammarAccess.getVirtualProcessorTypeAccess().getPropertiesKeyword_7_0()); }
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getPropertiesKeyword_8_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_7__1
+rule__VirtualProcessorType__Group_8__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorType__Group_7__1__Impl
+ rule__VirtualProcessorType__Group_8__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_7__1__Impl
+rule__VirtualProcessorType__Group_8__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_7_1()); }
- (rule__VirtualProcessorType__Alternatives_7_1)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_7_1()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_8_1()); }
+ (rule__VirtualProcessorType__Alternatives_8_1)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_8_1()); }
)
;
finally {
@@ -33879,53 +33388,53 @@ finally {
}
-rule__VirtualProcessorType__Group_7_1_1__0
+rule__VirtualProcessorType__Group_8_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorType__Group_7_1_1__0__Impl
- rule__VirtualProcessorType__Group_7_1_1__1
+ rule__VirtualProcessorType__Group_8_1_1__0__Impl
+ rule__VirtualProcessorType__Group_8_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_7_1_1__0__Impl
+rule__VirtualProcessorType__Group_8_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getNoPropertiesAssignment_7_1_1_0()); }
- (rule__VirtualProcessorType__NoPropertiesAssignment_7_1_1_0)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getNoPropertiesAssignment_7_1_1_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getNoPropertiesAssignment_8_1_1_0()); }
+ (rule__VirtualProcessorType__NoPropertiesAssignment_8_1_1_0)
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getNoPropertiesAssignment_8_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_7_1_1__1
+rule__VirtualProcessorType__Group_8_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorType__Group_7_1_1__1__Impl
+ rule__VirtualProcessorType__Group_8_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__Group_7_1_1__1__Impl
+rule__VirtualProcessorType__Group_8_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_7_1_1_1()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_8_1_1_1()); }
Semicolon
- { after(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_7_1_1_1()); }
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_8_1_1_1()); }
)
;
finally {
@@ -34830,6 +34339,7 @@ rule__DataType__Group_6_0__1
}
:
rule__DataType__Group_6_0__1__Impl
+ rule__DataType__Group_6_0__2
;
finally {
restoreStackSize(stackSize);
@@ -34840,16 +34350,42 @@ rule__DataType__Group_6_0__1__Impl
int stackSize = keepStackSize();
}
:
+(
+ { before(grammarAccess.getDataTypeAccess().getModesKeyword_6_0_1()); }
+ Modes
+ { after(grammarAccess.getDataTypeAccess().getModesKeyword_6_0_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__DataType__Group_6_0__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__DataType__Group_6_0__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__DataType__Group_6_0__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
(
(
- { before(grammarAccess.getDataTypeAccess().getOwnedModeAssignment_6_0_1()); }
- (rule__DataType__OwnedModeAssignment_6_0_1)
- { after(grammarAccess.getDataTypeAccess().getOwnedModeAssignment_6_0_1()); }
+ { before(grammarAccess.getDataTypeAccess().getOwnedModeAssignment_6_0_2()); }
+ (rule__DataType__OwnedModeAssignment_6_0_2)
+ { after(grammarAccess.getDataTypeAccess().getOwnedModeAssignment_6_0_2()); }
)
(
- { before(grammarAccess.getDataTypeAccess().getOwnedModeAssignment_6_0_1()); }
- (rule__DataType__OwnedModeAssignment_6_0_1)*
- { after(grammarAccess.getDataTypeAccess().getOwnedModeAssignment_6_0_1()); }
+ { before(grammarAccess.getDataTypeAccess().getOwnedModeAssignment_6_0_2()); }
+ (rule__DataType__OwnedModeAssignment_6_0_2)*
+ { after(grammarAccess.getDataTypeAccess().getOwnedModeAssignment_6_0_2()); }
)
)
;
@@ -35092,9 +34628,9 @@ rule__AbstractImplementation__Group__0__Impl
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getAbstractImplementationKeywordsParserRuleCall_0()); }
- ruleAbstractImplementationKeywords
- { after(grammarAccess.getAbstractImplementationAccess().getAbstractImplementationKeywordsParserRuleCall_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getAbstractKeyword_0()); }
+ Abstract
+ { after(grammarAccess.getAbstractImplementationAccess().getAbstractKeyword_0()); }
)
;
finally {
@@ -35119,9 +34655,9 @@ rule__AbstractImplementation__Group__1__Impl
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedRealizationAssignment_1()); }
- (rule__AbstractImplementation__OwnedRealizationAssignment_1)
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedRealizationAssignment_1()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getImplementationKeyword_1()); }
+ Implementation
+ { after(grammarAccess.getAbstractImplementationAccess().getImplementationKeyword_1()); }
)
;
finally {
@@ -35146,9 +34682,9 @@ rule__AbstractImplementation__Group__2__Impl
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getFullStopKeyword_2()); }
- FullStop
- { after(grammarAccess.getAbstractImplementationAccess().getFullStopKeyword_2()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedRealizationAssignment_2()); }
+ (rule__AbstractImplementation__OwnedRealizationAssignment_2)
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedRealizationAssignment_2()); }
)
;
finally {
@@ -35173,9 +34709,9 @@ rule__AbstractImplementation__Group__3__Impl
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getNameAssignment_3()); }
- (rule__AbstractImplementation__NameAssignment_3)
- { after(grammarAccess.getAbstractImplementationAccess().getNameAssignment_3()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getFullStopKeyword_3()); }
+ FullStop
+ { after(grammarAccess.getAbstractImplementationAccess().getFullStopKeyword_3()); }
)
;
finally {
@@ -35200,9 +34736,9 @@ rule__AbstractImplementation__Group__4__Impl
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedExtensionAssignment_4()); }
- (rule__AbstractImplementation__OwnedExtensionAssignment_4)?
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedExtensionAssignment_4()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getNameAssignment_4()); }
+ (rule__AbstractImplementation__NameAssignment_4)
+ { after(grammarAccess.getAbstractImplementationAccess().getNameAssignment_4()); }
)
;
finally {
@@ -35227,9 +34763,9 @@ rule__AbstractImplementation__Group__5__Impl
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getGroup_5()); }
- (rule__AbstractImplementation__Group_5__0)?
- { after(grammarAccess.getAbstractImplementationAccess().getGroup_5()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedExtensionAssignment_5()); }
+ (rule__AbstractImplementation__OwnedExtensionAssignment_5)?
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedExtensionAssignment_5()); }
)
;
finally {
@@ -35497,9 +35033,9 @@ rule__AbstractImplementation__Group__15__Impl
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedAnnexSubclauseAssignment_15()); }
- (rule__AbstractImplementation__OwnedAnnexSubclauseAssignment_15)*
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedAnnexSubclauseAssignment_15()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getGroup_15()); }
+ (rule__AbstractImplementation__Group_15__0)?
+ { after(grammarAccess.getAbstractImplementationAccess().getGroup_15()); }
)
;
finally {
@@ -35524,9 +35060,9 @@ rule__AbstractImplementation__Group__16__Impl
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getEndKeyword_16()); }
- End
- { after(grammarAccess.getAbstractImplementationAccess().getEndKeyword_16()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedAnnexSubclauseAssignment_16()); }
+ (rule__AbstractImplementation__OwnedAnnexSubclauseAssignment_16)*
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedAnnexSubclauseAssignment_16()); }
)
;
finally {
@@ -35551,9 +35087,9 @@ rule__AbstractImplementation__Group__17__Impl
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getFULLINAMEParserRuleCall_17()); }
- ruleFULLINAME
- { after(grammarAccess.getAbstractImplementationAccess().getFULLINAMEParserRuleCall_17()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getEndKeyword_17()); }
+ End
+ { after(grammarAccess.getAbstractImplementationAccess().getEndKeyword_17()); }
)
;
finally {
@@ -35566,6 +35102,7 @@ rule__AbstractImplementation__Group__18
}
:
rule__AbstractImplementation__Group__18__Impl
+ rule__AbstractImplementation__Group__19
;
finally {
restoreStackSize(stackSize);
@@ -35577,117 +35114,35 @@ rule__AbstractImplementation__Group__18__Impl
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_18()); }
- Semicolon
- { after(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_18()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__AbstractImplementation__Group_5__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__AbstractImplementation__Group_5__0__Impl
- rule__AbstractImplementation__Group_5__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__AbstractImplementation__Group_5__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getAbstractImplementationAccess().getLeftParenthesisKeyword_5_0()); }
- LeftParenthesis
- { after(grammarAccess.getAbstractImplementationAccess().getLeftParenthesisKeyword_5_0()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__AbstractImplementation__Group_5__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__AbstractImplementation__Group_5__1__Impl
- rule__AbstractImplementation__Group_5__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__AbstractImplementation__Group_5__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeBindingAssignment_5_1()); }
- (rule__AbstractImplementation__OwnedPrototypeBindingAssignment_5_1)
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeBindingAssignment_5_1()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__AbstractImplementation__Group_5__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__AbstractImplementation__Group_5__2__Impl
- rule__AbstractImplementation__Group_5__3
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__AbstractImplementation__Group_5__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getAbstractImplementationAccess().getGroup_5_2()); }
- (rule__AbstractImplementation__Group_5_2__0)*
- { after(grammarAccess.getAbstractImplementationAccess().getGroup_5_2()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getFULLINAMEParserRuleCall_18()); }
+ ruleFULLINAME
+ { after(grammarAccess.getAbstractImplementationAccess().getFULLINAMEParserRuleCall_18()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__Group_5__3
+rule__AbstractImplementation__Group__19
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractImplementation__Group_5__3__Impl
+ rule__AbstractImplementation__Group__19__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__Group_5__3__Impl
+rule__AbstractImplementation__Group__19__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getRightParenthesisKeyword_5_3()); }
- RightParenthesis
- { after(grammarAccess.getAbstractImplementationAccess().getRightParenthesisKeyword_5_3()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_19()); }
+ Semicolon
+ { after(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_19()); }
)
;
finally {
@@ -35695,107 +35150,107 @@ finally {
}
-rule__AbstractImplementation__Group_5_2__0
+rule__AbstractImplementation__Group_6__0
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractImplementation__Group_5_2__0__Impl
- rule__AbstractImplementation__Group_5_2__1
+ rule__AbstractImplementation__Group_6__0__Impl
+ rule__AbstractImplementation__Group_6__1
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__Group_5_2__0__Impl
+rule__AbstractImplementation__Group_6__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getCommaKeyword_5_2_0()); }
- Comma
- { after(grammarAccess.getAbstractImplementationAccess().getCommaKeyword_5_2_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getLeftParenthesisKeyword_6_0()); }
+ LeftParenthesis
+ { after(grammarAccess.getAbstractImplementationAccess().getLeftParenthesisKeyword_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__Group_5_2__1
+rule__AbstractImplementation__Group_6__1
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractImplementation__Group_5_2__1__Impl
+ rule__AbstractImplementation__Group_6__1__Impl
+ rule__AbstractImplementation__Group_6__2
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__Group_5_2__1__Impl
+rule__AbstractImplementation__Group_6__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1()); }
- (rule__AbstractImplementation__OwnedPrototypeBindingAssignment_5_2_1)
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeBindingAssignment_6_1()); }
+ (rule__AbstractImplementation__OwnedPrototypeBindingAssignment_6_1)
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeBindingAssignment_6_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__AbstractImplementation__Group_6__0
+rule__AbstractImplementation__Group_6__2
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractImplementation__Group_6__0__Impl
- rule__AbstractImplementation__Group_6__1
+ rule__AbstractImplementation__Group_6__2__Impl
+ rule__AbstractImplementation__Group_6__3
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__Group_6__0__Impl
+rule__AbstractImplementation__Group_6__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getPrototypesKeyword_6_0()); }
- Prototypes
- { after(grammarAccess.getAbstractImplementationAccess().getPrototypesKeyword_6_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getGroup_6_2()); }
+ (rule__AbstractImplementation__Group_6_2__0)*
+ { after(grammarAccess.getAbstractImplementationAccess().getGroup_6_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__Group_6__1
+rule__AbstractImplementation__Group_6__3
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractImplementation__Group_6__1__Impl
+ rule__AbstractImplementation__Group_6__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__Group_6__1__Impl
+rule__AbstractImplementation__Group_6__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getAlternatives_6_1()); }
- (rule__AbstractImplementation__Alternatives_6_1)
- { after(grammarAccess.getAbstractImplementationAccess().getAlternatives_6_1()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getRightParenthesisKeyword_6_3()); }
+ RightParenthesis
+ { after(grammarAccess.getAbstractImplementationAccess().getRightParenthesisKeyword_6_3()); }
)
;
finally {
@@ -35803,53 +35258,53 @@ finally {
}
-rule__AbstractImplementation__Group_6_1_1__0
+rule__AbstractImplementation__Group_6_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractImplementation__Group_6_1_1__0__Impl
- rule__AbstractImplementation__Group_6_1_1__1
+ rule__AbstractImplementation__Group_6_2__0__Impl
+ rule__AbstractImplementation__Group_6_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__Group_6_1_1__0__Impl
+rule__AbstractImplementation__Group_6_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getNoPrototypesAssignment_6_1_1_0()); }
- (rule__AbstractImplementation__NoPrototypesAssignment_6_1_1_0)
- { after(grammarAccess.getAbstractImplementationAccess().getNoPrototypesAssignment_6_1_1_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getCommaKeyword_6_2_0()); }
+ Comma
+ { after(grammarAccess.getAbstractImplementationAccess().getCommaKeyword_6_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__Group_6_1_1__1
+rule__AbstractImplementation__Group_6_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractImplementation__Group_6_1_1__1__Impl
+ rule__AbstractImplementation__Group_6_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__Group_6_1_1__1__Impl
+rule__AbstractImplementation__Group_6_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_6_1_1_1()); }
- Semicolon
- { after(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_6_1_1_1()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1()); }
+ (rule__AbstractImplementation__OwnedPrototypeBindingAssignment_6_2_1)
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1()); }
)
;
finally {
@@ -35875,9 +35330,9 @@ rule__AbstractImplementation__Group_7__0__Impl
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getSubcomponentsKeyword_7_0()); }
- Subcomponents
- { after(grammarAccess.getAbstractImplementationAccess().getSubcomponentsKeyword_7_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getPrototypesKeyword_7_0()); }
+ Prototypes
+ { after(grammarAccess.getAbstractImplementationAccess().getPrototypesKeyword_7_0()); }
)
;
finally {
@@ -35929,9 +35384,9 @@ rule__AbstractImplementation__Group_7_1_1__0__Impl
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0()); }
- (rule__AbstractImplementation__NoSubcomponentsAssignment_7_1_1_0)
- { after(grammarAccess.getAbstractImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getNoPrototypesAssignment_7_1_1_0()); }
+ (rule__AbstractImplementation__NoPrototypesAssignment_7_1_1_0)
+ { after(grammarAccess.getAbstractImplementationAccess().getNoPrototypesAssignment_7_1_1_0()); }
)
;
finally {
@@ -35983,9 +35438,9 @@ rule__AbstractImplementation__Group_8__0__Impl
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0()); }
- ruleInternalFeaturesKeywords
- { after(grammarAccess.getAbstractImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getSubcomponentsKeyword_8_0()); }
+ Subcomponents
+ { after(grammarAccess.getAbstractImplementationAccess().getSubcomponentsKeyword_8_0()); }
)
;
finally {
@@ -36009,16 +35464,63 @@ rule__AbstractImplementation__Group_8__1__Impl
}
:
(
- (
- { before(grammarAccess.getAbstractImplementationAccess().getAlternatives_8_1()); }
- (rule__AbstractImplementation__Alternatives_8_1)
- { after(grammarAccess.getAbstractImplementationAccess().getAlternatives_8_1()); }
- )
- (
- { before(grammarAccess.getAbstractImplementationAccess().getAlternatives_8_1()); }
- (rule__AbstractImplementation__Alternatives_8_1)*
- { after(grammarAccess.getAbstractImplementationAccess().getAlternatives_8_1()); }
- )
+ { before(grammarAccess.getAbstractImplementationAccess().getAlternatives_8_1()); }
+ (rule__AbstractImplementation__Alternatives_8_1)
+ { after(grammarAccess.getAbstractImplementationAccess().getAlternatives_8_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__AbstractImplementation__Group_8_1_1__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__AbstractImplementation__Group_8_1_1__0__Impl
+ rule__AbstractImplementation__Group_8_1_1__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__AbstractImplementation__Group_8_1_1__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getAbstractImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0()); }
+ (rule__AbstractImplementation__NoSubcomponentsAssignment_8_1_1_0)
+ { after(grammarAccess.getAbstractImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__AbstractImplementation__Group_8_1_1__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__AbstractImplementation__Group_8_1_1__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__AbstractImplementation__Group_8_1_1__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_8_1_1_1()); }
+ Semicolon
+ { after(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_8_1_1_1()); }
)
;
finally {
@@ -36044,9 +35546,9 @@ rule__AbstractImplementation__Group_9__0__Impl
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getProcessorFeaturesKeywordsParserRuleCall_9_0()); }
- ruleProcessorFeaturesKeywords
- { after(grammarAccess.getAbstractImplementationAccess().getProcessorFeaturesKeywordsParserRuleCall_9_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getInternalKeyword_9_0()); }
+ Internal
+ { after(grammarAccess.getAbstractImplementationAccess().getInternalKeyword_9_0()); }
)
;
finally {
@@ -36059,6 +35561,7 @@ rule__AbstractImplementation__Group_9__1
}
:
rule__AbstractImplementation__Group_9__1__Impl
+ rule__AbstractImplementation__Group_9__2
;
finally {
restoreStackSize(stackSize);
@@ -36070,124 +35573,130 @@ rule__AbstractImplementation__Group_9__1__Impl
}
:
(
- (
- { before(grammarAccess.getAbstractImplementationAccess().getAlternatives_9_1()); }
- (rule__AbstractImplementation__Alternatives_9_1)
- { after(grammarAccess.getAbstractImplementationAccess().getAlternatives_9_1()); }
- )
- (
- { before(grammarAccess.getAbstractImplementationAccess().getAlternatives_9_1()); }
- (rule__AbstractImplementation__Alternatives_9_1)*
- { after(grammarAccess.getAbstractImplementationAccess().getAlternatives_9_1()); }
- )
+ { before(grammarAccess.getAbstractImplementationAccess().getFeaturesKeyword_9_1()); }
+ Features
+ { after(grammarAccess.getAbstractImplementationAccess().getFeaturesKeyword_9_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__AbstractImplementation__Group_10__0
+rule__AbstractImplementation__Group_9__2
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractImplementation__Group_10__0__Impl
- rule__AbstractImplementation__Group_10__1
+ rule__AbstractImplementation__Group_9__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__Group_10__0__Impl
+rule__AbstractImplementation__Group_9__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getCallsKeyword_10_0()); }
- Calls
- { after(grammarAccess.getAbstractImplementationAccess().getCallsKeyword_10_0()); }
+ (
+ { before(grammarAccess.getAbstractImplementationAccess().getAlternatives_9_2()); }
+ (rule__AbstractImplementation__Alternatives_9_2)
+ { after(grammarAccess.getAbstractImplementationAccess().getAlternatives_9_2()); }
+ )
+ (
+ { before(grammarAccess.getAbstractImplementationAccess().getAlternatives_9_2()); }
+ (rule__AbstractImplementation__Alternatives_9_2)*
+ { after(grammarAccess.getAbstractImplementationAccess().getAlternatives_9_2()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__Group_10__1
+
+rule__AbstractImplementation__Group_10__0
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractImplementation__Group_10__1__Impl
+ rule__AbstractImplementation__Group_10__0__Impl
+ rule__AbstractImplementation__Group_10__1
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__Group_10__1__Impl
+rule__AbstractImplementation__Group_10__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getAlternatives_10_1()); }
- (rule__AbstractImplementation__Alternatives_10_1)
- { after(grammarAccess.getAbstractImplementationAccess().getAlternatives_10_1()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getProcessorKeyword_10_0()); }
+ Processor
+ { after(grammarAccess.getAbstractImplementationAccess().getProcessorKeyword_10_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__AbstractImplementation__Group_10_1_1__0
+rule__AbstractImplementation__Group_10__1
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractImplementation__Group_10_1_1__0__Impl
- rule__AbstractImplementation__Group_10_1_1__1
+ rule__AbstractImplementation__Group_10__1__Impl
+ rule__AbstractImplementation__Group_10__2
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__Group_10_1_1__0__Impl
+rule__AbstractImplementation__Group_10__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getNoCallsAssignment_10_1_1_0()); }
- (rule__AbstractImplementation__NoCallsAssignment_10_1_1_0)
- { after(grammarAccess.getAbstractImplementationAccess().getNoCallsAssignment_10_1_1_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getFeaturesKeyword_10_1()); }
+ Features
+ { after(grammarAccess.getAbstractImplementationAccess().getFeaturesKeyword_10_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__Group_10_1_1__1
+rule__AbstractImplementation__Group_10__2
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractImplementation__Group_10_1_1__1__Impl
+ rule__AbstractImplementation__Group_10__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__Group_10_1_1__1__Impl
+rule__AbstractImplementation__Group_10__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_10_1_1_1()); }
- Semicolon
- { after(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_10_1_1_1()); }
+ (
+ { before(grammarAccess.getAbstractImplementationAccess().getAlternatives_10_2()); }
+ (rule__AbstractImplementation__Alternatives_10_2)
+ { after(grammarAccess.getAbstractImplementationAccess().getAlternatives_10_2()); }
+ )
+ (
+ { before(grammarAccess.getAbstractImplementationAccess().getAlternatives_10_2()); }
+ (rule__AbstractImplementation__Alternatives_10_2)*
+ { after(grammarAccess.getAbstractImplementationAccess().getAlternatives_10_2()); }
+ )
)
;
finally {
@@ -36213,9 +35722,9 @@ rule__AbstractImplementation__Group_11__0__Impl
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getConnectionsKeyword_11_0()); }
- Connections
- { after(grammarAccess.getAbstractImplementationAccess().getConnectionsKeyword_11_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getCallsKeyword_11_0()); }
+ Calls
+ { after(grammarAccess.getAbstractImplementationAccess().getCallsKeyword_11_0()); }
)
;
finally {
@@ -36267,9 +35776,9 @@ rule__AbstractImplementation__Group_11_1_1__0__Impl
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getNoConnectionsAssignment_11_1_1_0()); }
- (rule__AbstractImplementation__NoConnectionsAssignment_11_1_1_0)
- { after(grammarAccess.getAbstractImplementationAccess().getNoConnectionsAssignment_11_1_1_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getNoCallsAssignment_11_1_1_0()); }
+ (rule__AbstractImplementation__NoCallsAssignment_11_1_1_0)
+ { after(grammarAccess.getAbstractImplementationAccess().getNoCallsAssignment_11_1_1_0()); }
)
;
finally {
@@ -36321,9 +35830,9 @@ rule__AbstractImplementation__Group_12__0__Impl
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getFlowsKeyword_12_0()); }
- Flows
- { after(grammarAccess.getAbstractImplementationAccess().getFlowsKeyword_12_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getConnectionsKeyword_12_0()); }
+ Connections
+ { after(grammarAccess.getAbstractImplementationAccess().getConnectionsKeyword_12_0()); }
)
;
finally {
@@ -36375,9 +35884,9 @@ rule__AbstractImplementation__Group_12_1_1__0__Impl
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getNoFlowsAssignment_12_1_1_0()); }
- (rule__AbstractImplementation__NoFlowsAssignment_12_1_1_0)
- { after(grammarAccess.getAbstractImplementationAccess().getNoFlowsAssignment_12_1_1_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getNoConnectionsAssignment_12_1_1_0()); }
+ (rule__AbstractImplementation__NoConnectionsAssignment_12_1_1_0)
+ { after(grammarAccess.getAbstractImplementationAccess().getNoConnectionsAssignment_12_1_1_0()); }
)
;
finally {
@@ -36429,9 +35938,9 @@ rule__AbstractImplementation__Group_13__0__Impl
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getModesKeyword_13_0()); }
- Modes
- { after(grammarAccess.getAbstractImplementationAccess().getModesKeyword_13_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getFlowsKeyword_13_0()); }
+ Flows
+ { after(grammarAccess.getAbstractImplementationAccess().getFlowsKeyword_13_0()); }
)
;
finally {
@@ -36483,9 +35992,9 @@ rule__AbstractImplementation__Group_13_1_1__0__Impl
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getNoModesAssignment_13_1_1_0()); }
- (rule__AbstractImplementation__NoModesAssignment_13_1_1_0)
- { after(grammarAccess.getAbstractImplementationAccess().getNoModesAssignment_13_1_1_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getNoFlowsAssignment_13_1_1_0()); }
+ (rule__AbstractImplementation__NoFlowsAssignment_13_1_1_0)
+ { after(grammarAccess.getAbstractImplementationAccess().getNoFlowsAssignment_13_1_1_0()); }
)
;
finally {
@@ -36537,9 +36046,9 @@ rule__AbstractImplementation__Group_14__0__Impl
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getPropertiesKeyword_14_0()); }
- Properties
- { after(grammarAccess.getAbstractImplementationAccess().getPropertiesKeyword_14_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getModesKeyword_14_0()); }
+ Modes
+ { after(grammarAccess.getAbstractImplementationAccess().getModesKeyword_14_0()); }
)
;
finally {
@@ -36591,9 +36100,9 @@ rule__AbstractImplementation__Group_14_1_1__0__Impl
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getNoPropertiesAssignment_14_1_1_0()); }
- (rule__AbstractImplementation__NoPropertiesAssignment_14_1_1_0)
- { after(grammarAccess.getAbstractImplementationAccess().getNoPropertiesAssignment_14_1_1_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getNoModesAssignment_14_1_1_0()); }
+ (rule__AbstractImplementation__NoModesAssignment_14_1_1_0)
+ { after(grammarAccess.getAbstractImplementationAccess().getNoModesAssignment_14_1_1_0()); }
)
;
finally {
@@ -36627,6 +36136,114 @@ finally {
}
+rule__AbstractImplementation__Group_15__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__AbstractImplementation__Group_15__0__Impl
+ rule__AbstractImplementation__Group_15__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__AbstractImplementation__Group_15__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getAbstractImplementationAccess().getPropertiesKeyword_15_0()); }
+ Properties
+ { after(grammarAccess.getAbstractImplementationAccess().getPropertiesKeyword_15_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__AbstractImplementation__Group_15__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__AbstractImplementation__Group_15__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__AbstractImplementation__Group_15__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getAbstractImplementationAccess().getAlternatives_15_1()); }
+ (rule__AbstractImplementation__Alternatives_15_1)
+ { after(grammarAccess.getAbstractImplementationAccess().getAlternatives_15_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__AbstractImplementation__Group_15_1_1__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__AbstractImplementation__Group_15_1_1__0__Impl
+ rule__AbstractImplementation__Group_15_1_1__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__AbstractImplementation__Group_15_1_1__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getAbstractImplementationAccess().getNoPropertiesAssignment_15_1_1_0()); }
+ (rule__AbstractImplementation__NoPropertiesAssignment_15_1_1_0)
+ { after(grammarAccess.getAbstractImplementationAccess().getNoPropertiesAssignment_15_1_1_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__AbstractImplementation__Group_15_1_1__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__AbstractImplementation__Group_15_1_1__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__AbstractImplementation__Group_15_1_1__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_15_1_1_1()); }
+ Semicolon
+ { after(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_15_1_1_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
rule__SystemImplementation__Group__0
@init {
int stackSize = keepStackSize();
@@ -36645,9 +36262,9 @@ rule__SystemImplementation__Group__0__Impl
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getSystemImplementationKeywordsParserRuleCall_0()); }
- ruleSystemImplementationKeywords
- { after(grammarAccess.getSystemImplementationAccess().getSystemImplementationKeywordsParserRuleCall_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getSystemKeyword_0()); }
+ KW_System
+ { after(grammarAccess.getSystemImplementationAccess().getSystemKeyword_0()); }
)
;
finally {
@@ -36672,9 +36289,9 @@ rule__SystemImplementation__Group__1__Impl
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedRealizationAssignment_1()); }
- (rule__SystemImplementation__OwnedRealizationAssignment_1)
- { after(grammarAccess.getSystemImplementationAccess().getOwnedRealizationAssignment_1()); }
+ { before(grammarAccess.getSystemImplementationAccess().getImplementationKeyword_1()); }
+ Implementation
+ { after(grammarAccess.getSystemImplementationAccess().getImplementationKeyword_1()); }
)
;
finally {
@@ -36699,9 +36316,9 @@ rule__SystemImplementation__Group__2__Impl
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getFullStopKeyword_2()); }
- FullStop
- { after(grammarAccess.getSystemImplementationAccess().getFullStopKeyword_2()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedRealizationAssignment_2()); }
+ (rule__SystemImplementation__OwnedRealizationAssignment_2)
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedRealizationAssignment_2()); }
)
;
finally {
@@ -36726,9 +36343,9 @@ rule__SystemImplementation__Group__3__Impl
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getNameAssignment_3()); }
- (rule__SystemImplementation__NameAssignment_3)
- { after(grammarAccess.getSystemImplementationAccess().getNameAssignment_3()); }
+ { before(grammarAccess.getSystemImplementationAccess().getFullStopKeyword_3()); }
+ FullStop
+ { after(grammarAccess.getSystemImplementationAccess().getFullStopKeyword_3()); }
)
;
finally {
@@ -36753,9 +36370,9 @@ rule__SystemImplementation__Group__4__Impl
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedExtensionAssignment_4()); }
- (rule__SystemImplementation__OwnedExtensionAssignment_4)?
- { after(grammarAccess.getSystemImplementationAccess().getOwnedExtensionAssignment_4()); }
+ { before(grammarAccess.getSystemImplementationAccess().getNameAssignment_4()); }
+ (rule__SystemImplementation__NameAssignment_4)
+ { after(grammarAccess.getSystemImplementationAccess().getNameAssignment_4()); }
)
;
finally {
@@ -36780,9 +36397,9 @@ rule__SystemImplementation__Group__5__Impl
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getGroup_5()); }
- (rule__SystemImplementation__Group_5__0)?
- { after(grammarAccess.getSystemImplementationAccess().getGroup_5()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedExtensionAssignment_5()); }
+ (rule__SystemImplementation__OwnedExtensionAssignment_5)?
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedExtensionAssignment_5()); }
)
;
finally {
@@ -37023,9 +36640,9 @@ rule__SystemImplementation__Group__14__Impl
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedAnnexSubclauseAssignment_14()); }
- (rule__SystemImplementation__OwnedAnnexSubclauseAssignment_14)*
- { after(grammarAccess.getSystemImplementationAccess().getOwnedAnnexSubclauseAssignment_14()); }
+ { before(grammarAccess.getSystemImplementationAccess().getGroup_14()); }
+ (rule__SystemImplementation__Group_14__0)?
+ { after(grammarAccess.getSystemImplementationAccess().getGroup_14()); }
)
;
finally {
@@ -37050,9 +36667,9 @@ rule__SystemImplementation__Group__15__Impl
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getEndKeyword_15()); }
- End
- { after(grammarAccess.getSystemImplementationAccess().getEndKeyword_15()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedAnnexSubclauseAssignment_15()); }
+ (rule__SystemImplementation__OwnedAnnexSubclauseAssignment_15)*
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedAnnexSubclauseAssignment_15()); }
)
;
finally {
@@ -37077,9 +36694,9 @@ rule__SystemImplementation__Group__16__Impl
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getFULLINAMEParserRuleCall_16()); }
- ruleFULLINAME
- { after(grammarAccess.getSystemImplementationAccess().getFULLINAMEParserRuleCall_16()); }
+ { before(grammarAccess.getSystemImplementationAccess().getEndKeyword_16()); }
+ End
+ { after(grammarAccess.getSystemImplementationAccess().getEndKeyword_16()); }
)
;
finally {
@@ -37092,6 +36709,7 @@ rule__SystemImplementation__Group__17
}
:
rule__SystemImplementation__Group__17__Impl
+ rule__SystemImplementation__Group__18
;
finally {
restoreStackSize(stackSize);
@@ -37103,117 +36721,35 @@ rule__SystemImplementation__Group__17__Impl
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_17()); }
- Semicolon
- { after(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_17()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__SystemImplementation__Group_5__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__SystemImplementation__Group_5__0__Impl
- rule__SystemImplementation__Group_5__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SystemImplementation__Group_5__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getSystemImplementationAccess().getLeftParenthesisKeyword_5_0()); }
- LeftParenthesis
- { after(grammarAccess.getSystemImplementationAccess().getLeftParenthesisKeyword_5_0()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SystemImplementation__Group_5__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__SystemImplementation__Group_5__1__Impl
- rule__SystemImplementation__Group_5__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SystemImplementation__Group_5__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeBindingAssignment_5_1()); }
- (rule__SystemImplementation__OwnedPrototypeBindingAssignment_5_1)
- { after(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeBindingAssignment_5_1()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SystemImplementation__Group_5__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__SystemImplementation__Group_5__2__Impl
- rule__SystemImplementation__Group_5__3
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SystemImplementation__Group_5__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getSystemImplementationAccess().getGroup_5_2()); }
- (rule__SystemImplementation__Group_5_2__0)*
- { after(grammarAccess.getSystemImplementationAccess().getGroup_5_2()); }
+ { before(grammarAccess.getSystemImplementationAccess().getFULLINAMEParserRuleCall_17()); }
+ ruleFULLINAME
+ { after(grammarAccess.getSystemImplementationAccess().getFULLINAMEParserRuleCall_17()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__Group_5__3
+rule__SystemImplementation__Group__18
@init {
int stackSize = keepStackSize();
}
:
- rule__SystemImplementation__Group_5__3__Impl
+ rule__SystemImplementation__Group__18__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__Group_5__3__Impl
+rule__SystemImplementation__Group__18__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getRightParenthesisKeyword_5_3()); }
- RightParenthesis
- { after(grammarAccess.getSystemImplementationAccess().getRightParenthesisKeyword_5_3()); }
+ { before(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_18()); }
+ Semicolon
+ { after(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_18()); }
)
;
finally {
@@ -37221,107 +36757,107 @@ finally {
}
-rule__SystemImplementation__Group_5_2__0
+rule__SystemImplementation__Group_6__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SystemImplementation__Group_5_2__0__Impl
- rule__SystemImplementation__Group_5_2__1
+ rule__SystemImplementation__Group_6__0__Impl
+ rule__SystemImplementation__Group_6__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__Group_5_2__0__Impl
+rule__SystemImplementation__Group_6__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getCommaKeyword_5_2_0()); }
- Comma
- { after(grammarAccess.getSystemImplementationAccess().getCommaKeyword_5_2_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getLeftParenthesisKeyword_6_0()); }
+ LeftParenthesis
+ { after(grammarAccess.getSystemImplementationAccess().getLeftParenthesisKeyword_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__Group_5_2__1
+rule__SystemImplementation__Group_6__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SystemImplementation__Group_5_2__1__Impl
+ rule__SystemImplementation__Group_6__1__Impl
+ rule__SystemImplementation__Group_6__2
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__Group_5_2__1__Impl
+rule__SystemImplementation__Group_6__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1()); }
- (rule__SystemImplementation__OwnedPrototypeBindingAssignment_5_2_1)
- { after(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeBindingAssignment_6_1()); }
+ (rule__SystemImplementation__OwnedPrototypeBindingAssignment_6_1)
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeBindingAssignment_6_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__SystemImplementation__Group_6__0
+rule__SystemImplementation__Group_6__2
@init {
int stackSize = keepStackSize();
}
:
- rule__SystemImplementation__Group_6__0__Impl
- rule__SystemImplementation__Group_6__1
+ rule__SystemImplementation__Group_6__2__Impl
+ rule__SystemImplementation__Group_6__3
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__Group_6__0__Impl
+rule__SystemImplementation__Group_6__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getPrototypesKeyword_6_0()); }
- Prototypes
- { after(grammarAccess.getSystemImplementationAccess().getPrototypesKeyword_6_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getGroup_6_2()); }
+ (rule__SystemImplementation__Group_6_2__0)*
+ { after(grammarAccess.getSystemImplementationAccess().getGroup_6_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__Group_6__1
+rule__SystemImplementation__Group_6__3
@init {
int stackSize = keepStackSize();
}
:
- rule__SystemImplementation__Group_6__1__Impl
+ rule__SystemImplementation__Group_6__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__Group_6__1__Impl
+rule__SystemImplementation__Group_6__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getAlternatives_6_1()); }
- (rule__SystemImplementation__Alternatives_6_1)
- { after(grammarAccess.getSystemImplementationAccess().getAlternatives_6_1()); }
+ { before(grammarAccess.getSystemImplementationAccess().getRightParenthesisKeyword_6_3()); }
+ RightParenthesis
+ { after(grammarAccess.getSystemImplementationAccess().getRightParenthesisKeyword_6_3()); }
)
;
finally {
@@ -37329,53 +36865,53 @@ finally {
}
-rule__SystemImplementation__Group_6_1_1__0
+rule__SystemImplementation__Group_6_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SystemImplementation__Group_6_1_1__0__Impl
- rule__SystemImplementation__Group_6_1_1__1
+ rule__SystemImplementation__Group_6_2__0__Impl
+ rule__SystemImplementation__Group_6_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__Group_6_1_1__0__Impl
+rule__SystemImplementation__Group_6_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getNoPrototypesAssignment_6_1_1_0()); }
- (rule__SystemImplementation__NoPrototypesAssignment_6_1_1_0)
- { after(grammarAccess.getSystemImplementationAccess().getNoPrototypesAssignment_6_1_1_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getCommaKeyword_6_2_0()); }
+ Comma
+ { after(grammarAccess.getSystemImplementationAccess().getCommaKeyword_6_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__Group_6_1_1__1
+rule__SystemImplementation__Group_6_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SystemImplementation__Group_6_1_1__1__Impl
+ rule__SystemImplementation__Group_6_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__Group_6_1_1__1__Impl
+rule__SystemImplementation__Group_6_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_6_1_1_1()); }
- Semicolon
- { after(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_6_1_1_1()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1()); }
+ (rule__SystemImplementation__OwnedPrototypeBindingAssignment_6_2_1)
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1()); }
)
;
finally {
@@ -37401,9 +36937,9 @@ rule__SystemImplementation__Group_7__0__Impl
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getSubcomponentsKeyword_7_0()); }
- Subcomponents
- { after(grammarAccess.getSystemImplementationAccess().getSubcomponentsKeyword_7_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getPrototypesKeyword_7_0()); }
+ Prototypes
+ { after(grammarAccess.getSystemImplementationAccess().getPrototypesKeyword_7_0()); }
)
;
finally {
@@ -37455,9 +36991,9 @@ rule__SystemImplementation__Group_7_1_1__0__Impl
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0()); }
- (rule__SystemImplementation__NoSubcomponentsAssignment_7_1_1_0)
- { after(grammarAccess.getSystemImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getNoPrototypesAssignment_7_1_1_0()); }
+ (rule__SystemImplementation__NoPrototypesAssignment_7_1_1_0)
+ { after(grammarAccess.getSystemImplementationAccess().getNoPrototypesAssignment_7_1_1_0()); }
)
;
finally {
@@ -37509,9 +37045,9 @@ rule__SystemImplementation__Group_8__0__Impl
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0()); }
- ruleInternalFeaturesKeywords
- { after(grammarAccess.getSystemImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getSubcomponentsKeyword_8_0()); }
+ Subcomponents
+ { after(grammarAccess.getSystemImplementationAccess().getSubcomponentsKeyword_8_0()); }
)
;
finally {
@@ -37535,16 +37071,63 @@ rule__SystemImplementation__Group_8__1__Impl
}
:
(
- (
- { before(grammarAccess.getSystemImplementationAccess().getAlternatives_8_1()); }
- (rule__SystemImplementation__Alternatives_8_1)
- { after(grammarAccess.getSystemImplementationAccess().getAlternatives_8_1()); }
- )
- (
- { before(grammarAccess.getSystemImplementationAccess().getAlternatives_8_1()); }
- (rule__SystemImplementation__Alternatives_8_1)*
- { after(grammarAccess.getSystemImplementationAccess().getAlternatives_8_1()); }
- )
+ { before(grammarAccess.getSystemImplementationAccess().getAlternatives_8_1()); }
+ (rule__SystemImplementation__Alternatives_8_1)
+ { after(grammarAccess.getSystemImplementationAccess().getAlternatives_8_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__SystemImplementation__Group_8_1_1__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SystemImplementation__Group_8_1_1__0__Impl
+ rule__SystemImplementation__Group_8_1_1__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SystemImplementation__Group_8_1_1__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getSystemImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0()); }
+ (rule__SystemImplementation__NoSubcomponentsAssignment_8_1_1_0)
+ { after(grammarAccess.getSystemImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SystemImplementation__Group_8_1_1__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SystemImplementation__Group_8_1_1__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SystemImplementation__Group_8_1_1__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_8_1_1_1()); }
+ Semicolon
+ { after(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_8_1_1_1()); }
)
;
finally {
@@ -37570,9 +37153,9 @@ rule__SystemImplementation__Group_9__0__Impl
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getProcessorFeaturesKeywordsParserRuleCall_9_0()); }
- ruleProcessorFeaturesKeywords
- { after(grammarAccess.getSystemImplementationAccess().getProcessorFeaturesKeywordsParserRuleCall_9_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getInternalKeyword_9_0()); }
+ Internal
+ { after(grammarAccess.getSystemImplementationAccess().getInternalKeyword_9_0()); }
)
;
finally {
@@ -37585,6 +37168,7 @@ rule__SystemImplementation__Group_9__1
}
:
rule__SystemImplementation__Group_9__1__Impl
+ rule__SystemImplementation__Group_9__2
;
finally {
restoreStackSize(stackSize);
@@ -37596,124 +37180,130 @@ rule__SystemImplementation__Group_9__1__Impl
}
:
(
- (
- { before(grammarAccess.getSystemImplementationAccess().getAlternatives_9_1()); }
- (rule__SystemImplementation__Alternatives_9_1)
- { after(grammarAccess.getSystemImplementationAccess().getAlternatives_9_1()); }
- )
- (
- { before(grammarAccess.getSystemImplementationAccess().getAlternatives_9_1()); }
- (rule__SystemImplementation__Alternatives_9_1)*
- { after(grammarAccess.getSystemImplementationAccess().getAlternatives_9_1()); }
- )
+ { before(grammarAccess.getSystemImplementationAccess().getFeaturesKeyword_9_1()); }
+ Features
+ { after(grammarAccess.getSystemImplementationAccess().getFeaturesKeyword_9_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__SystemImplementation__Group_10__0
+rule__SystemImplementation__Group_9__2
@init {
int stackSize = keepStackSize();
}
:
- rule__SystemImplementation__Group_10__0__Impl
- rule__SystemImplementation__Group_10__1
+ rule__SystemImplementation__Group_9__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__Group_10__0__Impl
+rule__SystemImplementation__Group_9__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getConnectionsKeyword_10_0()); }
- Connections
- { after(grammarAccess.getSystemImplementationAccess().getConnectionsKeyword_10_0()); }
+ (
+ { before(grammarAccess.getSystemImplementationAccess().getAlternatives_9_2()); }
+ (rule__SystemImplementation__Alternatives_9_2)
+ { after(grammarAccess.getSystemImplementationAccess().getAlternatives_9_2()); }
+ )
+ (
+ { before(grammarAccess.getSystemImplementationAccess().getAlternatives_9_2()); }
+ (rule__SystemImplementation__Alternatives_9_2)*
+ { after(grammarAccess.getSystemImplementationAccess().getAlternatives_9_2()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__Group_10__1
+
+rule__SystemImplementation__Group_10__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SystemImplementation__Group_10__1__Impl
+ rule__SystemImplementation__Group_10__0__Impl
+ rule__SystemImplementation__Group_10__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__Group_10__1__Impl
+rule__SystemImplementation__Group_10__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getAlternatives_10_1()); }
- (rule__SystemImplementation__Alternatives_10_1)
- { after(grammarAccess.getSystemImplementationAccess().getAlternatives_10_1()); }
+ { before(grammarAccess.getSystemImplementationAccess().getProcessorKeyword_10_0()); }
+ Processor
+ { after(grammarAccess.getSystemImplementationAccess().getProcessorKeyword_10_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__SystemImplementation__Group_10_1_1__0
+rule__SystemImplementation__Group_10__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SystemImplementation__Group_10_1_1__0__Impl
- rule__SystemImplementation__Group_10_1_1__1
+ rule__SystemImplementation__Group_10__1__Impl
+ rule__SystemImplementation__Group_10__2
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__Group_10_1_1__0__Impl
+rule__SystemImplementation__Group_10__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getNoConnectionsAssignment_10_1_1_0()); }
- (rule__SystemImplementation__NoConnectionsAssignment_10_1_1_0)
- { after(grammarAccess.getSystemImplementationAccess().getNoConnectionsAssignment_10_1_1_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getFeaturesKeyword_10_1()); }
+ Features
+ { after(grammarAccess.getSystemImplementationAccess().getFeaturesKeyword_10_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__Group_10_1_1__1
+rule__SystemImplementation__Group_10__2
@init {
int stackSize = keepStackSize();
}
:
- rule__SystemImplementation__Group_10_1_1__1__Impl
+ rule__SystemImplementation__Group_10__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__Group_10_1_1__1__Impl
+rule__SystemImplementation__Group_10__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_10_1_1_1()); }
- Semicolon
- { after(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_10_1_1_1()); }
+ (
+ { before(grammarAccess.getSystemImplementationAccess().getAlternatives_10_2()); }
+ (rule__SystemImplementation__Alternatives_10_2)
+ { after(grammarAccess.getSystemImplementationAccess().getAlternatives_10_2()); }
+ )
+ (
+ { before(grammarAccess.getSystemImplementationAccess().getAlternatives_10_2()); }
+ (rule__SystemImplementation__Alternatives_10_2)*
+ { after(grammarAccess.getSystemImplementationAccess().getAlternatives_10_2()); }
+ )
)
;
finally {
@@ -37739,9 +37329,9 @@ rule__SystemImplementation__Group_11__0__Impl
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getFlowsKeyword_11_0()); }
- Flows
- { after(grammarAccess.getSystemImplementationAccess().getFlowsKeyword_11_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getConnectionsKeyword_11_0()); }
+ Connections
+ { after(grammarAccess.getSystemImplementationAccess().getConnectionsKeyword_11_0()); }
)
;
finally {
@@ -37793,9 +37383,9 @@ rule__SystemImplementation__Group_11_1_1__0__Impl
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getNoFlowsAssignment_11_1_1_0()); }
- (rule__SystemImplementation__NoFlowsAssignment_11_1_1_0)
- { after(grammarAccess.getSystemImplementationAccess().getNoFlowsAssignment_11_1_1_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getNoConnectionsAssignment_11_1_1_0()); }
+ (rule__SystemImplementation__NoConnectionsAssignment_11_1_1_0)
+ { after(grammarAccess.getSystemImplementationAccess().getNoConnectionsAssignment_11_1_1_0()); }
)
;
finally {
@@ -37847,9 +37437,9 @@ rule__SystemImplementation__Group_12__0__Impl
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getModesKeyword_12_0()); }
- Modes
- { after(grammarAccess.getSystemImplementationAccess().getModesKeyword_12_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getFlowsKeyword_12_0()); }
+ Flows
+ { after(grammarAccess.getSystemImplementationAccess().getFlowsKeyword_12_0()); }
)
;
finally {
@@ -37901,9 +37491,9 @@ rule__SystemImplementation__Group_12_1_1__0__Impl
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getNoModesAssignment_12_1_1_0()); }
- (rule__SystemImplementation__NoModesAssignment_12_1_1_0)
- { after(grammarAccess.getSystemImplementationAccess().getNoModesAssignment_12_1_1_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getNoFlowsAssignment_12_1_1_0()); }
+ (rule__SystemImplementation__NoFlowsAssignment_12_1_1_0)
+ { after(grammarAccess.getSystemImplementationAccess().getNoFlowsAssignment_12_1_1_0()); }
)
;
finally {
@@ -37955,9 +37545,9 @@ rule__SystemImplementation__Group_13__0__Impl
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getPropertiesKeyword_13_0()); }
- Properties
- { after(grammarAccess.getSystemImplementationAccess().getPropertiesKeyword_13_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getModesKeyword_13_0()); }
+ Modes
+ { after(grammarAccess.getSystemImplementationAccess().getModesKeyword_13_0()); }
)
;
finally {
@@ -38009,9 +37599,9 @@ rule__SystemImplementation__Group_13_1_1__0__Impl
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getNoPropertiesAssignment_13_1_1_0()); }
- (rule__SystemImplementation__NoPropertiesAssignment_13_1_1_0)
- { after(grammarAccess.getSystemImplementationAccess().getNoPropertiesAssignment_13_1_1_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getNoModesAssignment_13_1_1_0()); }
+ (rule__SystemImplementation__NoModesAssignment_13_1_1_0)
+ { after(grammarAccess.getSystemImplementationAccess().getNoModesAssignment_13_1_1_0()); }
)
;
finally {
@@ -38045,6 +37635,114 @@ finally {
}
+rule__SystemImplementation__Group_14__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SystemImplementation__Group_14__0__Impl
+ rule__SystemImplementation__Group_14__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SystemImplementation__Group_14__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getSystemImplementationAccess().getPropertiesKeyword_14_0()); }
+ Properties
+ { after(grammarAccess.getSystemImplementationAccess().getPropertiesKeyword_14_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SystemImplementation__Group_14__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SystemImplementation__Group_14__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SystemImplementation__Group_14__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getSystemImplementationAccess().getAlternatives_14_1()); }
+ (rule__SystemImplementation__Alternatives_14_1)
+ { after(grammarAccess.getSystemImplementationAccess().getAlternatives_14_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__SystemImplementation__Group_14_1_1__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SystemImplementation__Group_14_1_1__0__Impl
+ rule__SystemImplementation__Group_14_1_1__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SystemImplementation__Group_14_1_1__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getSystemImplementationAccess().getNoPropertiesAssignment_14_1_1_0()); }
+ (rule__SystemImplementation__NoPropertiesAssignment_14_1_1_0)
+ { after(grammarAccess.getSystemImplementationAccess().getNoPropertiesAssignment_14_1_1_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SystemImplementation__Group_14_1_1__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SystemImplementation__Group_14_1_1__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SystemImplementation__Group_14_1_1__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_14_1_1_1()); }
+ Semicolon
+ { after(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_14_1_1_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
rule__ProcessImplementation__Group__0
@init {
int stackSize = keepStackSize();
@@ -38063,9 +37761,9 @@ rule__ProcessImplementation__Group__0__Impl
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getProcessImplementationKeywordsParserRuleCall_0()); }
- ruleProcessImplementationKeywords
- { after(grammarAccess.getProcessImplementationAccess().getProcessImplementationKeywordsParserRuleCall_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getProcessKeyword_0()); }
+ Process
+ { after(grammarAccess.getProcessImplementationAccess().getProcessKeyword_0()); }
)
;
finally {
@@ -38090,9 +37788,9 @@ rule__ProcessImplementation__Group__1__Impl
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedRealizationAssignment_1()); }
- (rule__ProcessImplementation__OwnedRealizationAssignment_1)
- { after(grammarAccess.getProcessImplementationAccess().getOwnedRealizationAssignment_1()); }
+ { before(grammarAccess.getProcessImplementationAccess().getImplementationKeyword_1()); }
+ Implementation
+ { after(grammarAccess.getProcessImplementationAccess().getImplementationKeyword_1()); }
)
;
finally {
@@ -38117,9 +37815,9 @@ rule__ProcessImplementation__Group__2__Impl
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getFullStopKeyword_2()); }
- FullStop
- { after(grammarAccess.getProcessImplementationAccess().getFullStopKeyword_2()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedRealizationAssignment_2()); }
+ (rule__ProcessImplementation__OwnedRealizationAssignment_2)
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedRealizationAssignment_2()); }
)
;
finally {
@@ -38144,9 +37842,9 @@ rule__ProcessImplementation__Group__3__Impl
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getNameAssignment_3()); }
- (rule__ProcessImplementation__NameAssignment_3)
- { after(grammarAccess.getProcessImplementationAccess().getNameAssignment_3()); }
+ { before(grammarAccess.getProcessImplementationAccess().getFullStopKeyword_3()); }
+ FullStop
+ { after(grammarAccess.getProcessImplementationAccess().getFullStopKeyword_3()); }
)
;
finally {
@@ -38171,9 +37869,9 @@ rule__ProcessImplementation__Group__4__Impl
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedExtensionAssignment_4()); }
- (rule__ProcessImplementation__OwnedExtensionAssignment_4)?
- { after(grammarAccess.getProcessImplementationAccess().getOwnedExtensionAssignment_4()); }
+ { before(grammarAccess.getProcessImplementationAccess().getNameAssignment_4()); }
+ (rule__ProcessImplementation__NameAssignment_4)
+ { after(grammarAccess.getProcessImplementationAccess().getNameAssignment_4()); }
)
;
finally {
@@ -38198,9 +37896,9 @@ rule__ProcessImplementation__Group__5__Impl
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getGroup_5()); }
- (rule__ProcessImplementation__Group_5__0)?
- { after(grammarAccess.getProcessImplementationAccess().getGroup_5()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedExtensionAssignment_5()); }
+ (rule__ProcessImplementation__OwnedExtensionAssignment_5)?
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedExtensionAssignment_5()); }
)
;
finally {
@@ -38441,9 +38139,9 @@ rule__ProcessImplementation__Group__14__Impl
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedAnnexSubclauseAssignment_14()); }
- (rule__ProcessImplementation__OwnedAnnexSubclauseAssignment_14)*
- { after(grammarAccess.getProcessImplementationAccess().getOwnedAnnexSubclauseAssignment_14()); }
+ { before(grammarAccess.getProcessImplementationAccess().getGroup_14()); }
+ (rule__ProcessImplementation__Group_14__0)?
+ { after(grammarAccess.getProcessImplementationAccess().getGroup_14()); }
)
;
finally {
@@ -38468,9 +38166,9 @@ rule__ProcessImplementation__Group__15__Impl
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getEndKeyword_15()); }
- End
- { after(grammarAccess.getProcessImplementationAccess().getEndKeyword_15()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedAnnexSubclauseAssignment_15()); }
+ (rule__ProcessImplementation__OwnedAnnexSubclauseAssignment_15)*
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedAnnexSubclauseAssignment_15()); }
)
;
finally {
@@ -38495,9 +38193,9 @@ rule__ProcessImplementation__Group__16__Impl
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getFULLINAMEParserRuleCall_16()); }
- ruleFULLINAME
- { after(grammarAccess.getProcessImplementationAccess().getFULLINAMEParserRuleCall_16()); }
+ { before(grammarAccess.getProcessImplementationAccess().getEndKeyword_16()); }
+ End
+ { after(grammarAccess.getProcessImplementationAccess().getEndKeyword_16()); }
)
;
finally {
@@ -38510,6 +38208,7 @@ rule__ProcessImplementation__Group__17
}
:
rule__ProcessImplementation__Group__17__Impl
+ rule__ProcessImplementation__Group__18
;
finally {
restoreStackSize(stackSize);
@@ -38521,117 +38220,35 @@ rule__ProcessImplementation__Group__17__Impl
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_17()); }
- Semicolon
- { after(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_17()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__ProcessImplementation__Group_5__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__ProcessImplementation__Group_5__0__Impl
- rule__ProcessImplementation__Group_5__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ProcessImplementation__Group_5__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getProcessImplementationAccess().getLeftParenthesisKeyword_5_0()); }
- LeftParenthesis
- { after(grammarAccess.getProcessImplementationAccess().getLeftParenthesisKeyword_5_0()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ProcessImplementation__Group_5__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__ProcessImplementation__Group_5__1__Impl
- rule__ProcessImplementation__Group_5__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ProcessImplementation__Group_5__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeBindingAssignment_5_1()); }
- (rule__ProcessImplementation__OwnedPrototypeBindingAssignment_5_1)
- { after(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeBindingAssignment_5_1()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ProcessImplementation__Group_5__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__ProcessImplementation__Group_5__2__Impl
- rule__ProcessImplementation__Group_5__3
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ProcessImplementation__Group_5__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getProcessImplementationAccess().getGroup_5_2()); }
- (rule__ProcessImplementation__Group_5_2__0)*
- { after(grammarAccess.getProcessImplementationAccess().getGroup_5_2()); }
+ { before(grammarAccess.getProcessImplementationAccess().getFULLINAMEParserRuleCall_17()); }
+ ruleFULLINAME
+ { after(grammarAccess.getProcessImplementationAccess().getFULLINAMEParserRuleCall_17()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__Group_5__3
+rule__ProcessImplementation__Group__18
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessImplementation__Group_5__3__Impl
+ rule__ProcessImplementation__Group__18__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__Group_5__3__Impl
+rule__ProcessImplementation__Group__18__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getRightParenthesisKeyword_5_3()); }
- RightParenthesis
- { after(grammarAccess.getProcessImplementationAccess().getRightParenthesisKeyword_5_3()); }
+ { before(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_18()); }
+ Semicolon
+ { after(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_18()); }
)
;
finally {
@@ -38639,107 +38256,107 @@ finally {
}
-rule__ProcessImplementation__Group_5_2__0
+rule__ProcessImplementation__Group_6__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessImplementation__Group_5_2__0__Impl
- rule__ProcessImplementation__Group_5_2__1
+ rule__ProcessImplementation__Group_6__0__Impl
+ rule__ProcessImplementation__Group_6__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__Group_5_2__0__Impl
+rule__ProcessImplementation__Group_6__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getCommaKeyword_5_2_0()); }
- Comma
- { after(grammarAccess.getProcessImplementationAccess().getCommaKeyword_5_2_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getLeftParenthesisKeyword_6_0()); }
+ LeftParenthesis
+ { after(grammarAccess.getProcessImplementationAccess().getLeftParenthesisKeyword_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__Group_5_2__1
+rule__ProcessImplementation__Group_6__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessImplementation__Group_5_2__1__Impl
+ rule__ProcessImplementation__Group_6__1__Impl
+ rule__ProcessImplementation__Group_6__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__Group_5_2__1__Impl
+rule__ProcessImplementation__Group_6__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1()); }
- (rule__ProcessImplementation__OwnedPrototypeBindingAssignment_5_2_1)
- { after(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeBindingAssignment_6_1()); }
+ (rule__ProcessImplementation__OwnedPrototypeBindingAssignment_6_1)
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeBindingAssignment_6_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ProcessImplementation__Group_6__0
+rule__ProcessImplementation__Group_6__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessImplementation__Group_6__0__Impl
- rule__ProcessImplementation__Group_6__1
+ rule__ProcessImplementation__Group_6__2__Impl
+ rule__ProcessImplementation__Group_6__3
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__Group_6__0__Impl
+rule__ProcessImplementation__Group_6__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getPrototypesKeyword_6_0()); }
- Prototypes
- { after(grammarAccess.getProcessImplementationAccess().getPrototypesKeyword_6_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getGroup_6_2()); }
+ (rule__ProcessImplementation__Group_6_2__0)*
+ { after(grammarAccess.getProcessImplementationAccess().getGroup_6_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__Group_6__1
+rule__ProcessImplementation__Group_6__3
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessImplementation__Group_6__1__Impl
+ rule__ProcessImplementation__Group_6__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__Group_6__1__Impl
+rule__ProcessImplementation__Group_6__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getAlternatives_6_1()); }
- (rule__ProcessImplementation__Alternatives_6_1)
- { after(grammarAccess.getProcessImplementationAccess().getAlternatives_6_1()); }
+ { before(grammarAccess.getProcessImplementationAccess().getRightParenthesisKeyword_6_3()); }
+ RightParenthesis
+ { after(grammarAccess.getProcessImplementationAccess().getRightParenthesisKeyword_6_3()); }
)
;
finally {
@@ -38747,53 +38364,53 @@ finally {
}
-rule__ProcessImplementation__Group_6_1_1__0
+rule__ProcessImplementation__Group_6_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessImplementation__Group_6_1_1__0__Impl
- rule__ProcessImplementation__Group_6_1_1__1
+ rule__ProcessImplementation__Group_6_2__0__Impl
+ rule__ProcessImplementation__Group_6_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__Group_6_1_1__0__Impl
+rule__ProcessImplementation__Group_6_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getNoPrototypesAssignment_6_1_1_0()); }
- (rule__ProcessImplementation__NoPrototypesAssignment_6_1_1_0)
- { after(grammarAccess.getProcessImplementationAccess().getNoPrototypesAssignment_6_1_1_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getCommaKeyword_6_2_0()); }
+ Comma
+ { after(grammarAccess.getProcessImplementationAccess().getCommaKeyword_6_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__Group_6_1_1__1
+rule__ProcessImplementation__Group_6_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessImplementation__Group_6_1_1__1__Impl
+ rule__ProcessImplementation__Group_6_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__Group_6_1_1__1__Impl
+rule__ProcessImplementation__Group_6_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_6_1_1_1()); }
- Semicolon
- { after(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_6_1_1_1()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1()); }
+ (rule__ProcessImplementation__OwnedPrototypeBindingAssignment_6_2_1)
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1()); }
)
;
finally {
@@ -38819,9 +38436,9 @@ rule__ProcessImplementation__Group_7__0__Impl
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getSubcomponentsKeyword_7_0()); }
- Subcomponents
- { after(grammarAccess.getProcessImplementationAccess().getSubcomponentsKeyword_7_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getPrototypesKeyword_7_0()); }
+ Prototypes
+ { after(grammarAccess.getProcessImplementationAccess().getPrototypesKeyword_7_0()); }
)
;
finally {
@@ -38873,9 +38490,9 @@ rule__ProcessImplementation__Group_7_1_1__0__Impl
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0()); }
- (rule__ProcessImplementation__NoSubcomponentsAssignment_7_1_1_0)
- { after(grammarAccess.getProcessImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getNoPrototypesAssignment_7_1_1_0()); }
+ (rule__ProcessImplementation__NoPrototypesAssignment_7_1_1_0)
+ { after(grammarAccess.getProcessImplementationAccess().getNoPrototypesAssignment_7_1_1_0()); }
)
;
finally {
@@ -38927,9 +38544,9 @@ rule__ProcessImplementation__Group_8__0__Impl
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0()); }
- ruleInternalFeaturesKeywords
- { after(grammarAccess.getProcessImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getSubcomponentsKeyword_8_0()); }
+ Subcomponents
+ { after(grammarAccess.getProcessImplementationAccess().getSubcomponentsKeyword_8_0()); }
)
;
finally {
@@ -38953,16 +38570,63 @@ rule__ProcessImplementation__Group_8__1__Impl
}
:
(
- (
- { before(grammarAccess.getProcessImplementationAccess().getAlternatives_8_1()); }
- (rule__ProcessImplementation__Alternatives_8_1)
- { after(grammarAccess.getProcessImplementationAccess().getAlternatives_8_1()); }
- )
- (
- { before(grammarAccess.getProcessImplementationAccess().getAlternatives_8_1()); }
- (rule__ProcessImplementation__Alternatives_8_1)*
- { after(grammarAccess.getProcessImplementationAccess().getAlternatives_8_1()); }
- )
+ { before(grammarAccess.getProcessImplementationAccess().getAlternatives_8_1()); }
+ (rule__ProcessImplementation__Alternatives_8_1)
+ { after(grammarAccess.getProcessImplementationAccess().getAlternatives_8_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__ProcessImplementation__Group_8_1_1__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ProcessImplementation__Group_8_1_1__0__Impl
+ rule__ProcessImplementation__Group_8_1_1__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessImplementation__Group_8_1_1__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getProcessImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0()); }
+ (rule__ProcessImplementation__NoSubcomponentsAssignment_8_1_1_0)
+ { after(grammarAccess.getProcessImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessImplementation__Group_8_1_1__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ProcessImplementation__Group_8_1_1__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessImplementation__Group_8_1_1__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_8_1_1_1()); }
+ Semicolon
+ { after(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_8_1_1_1()); }
)
;
finally {
@@ -38988,9 +38652,9 @@ rule__ProcessImplementation__Group_9__0__Impl
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getProcessorFeaturesKeywordsParserRuleCall_9_0()); }
- ruleProcessorFeaturesKeywords
- { after(grammarAccess.getProcessImplementationAccess().getProcessorFeaturesKeywordsParserRuleCall_9_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getInternalKeyword_9_0()); }
+ Internal
+ { after(grammarAccess.getProcessImplementationAccess().getInternalKeyword_9_0()); }
)
;
finally {
@@ -39003,6 +38667,7 @@ rule__ProcessImplementation__Group_9__1
}
:
rule__ProcessImplementation__Group_9__1__Impl
+ rule__ProcessImplementation__Group_9__2
;
finally {
restoreStackSize(stackSize);
@@ -39014,124 +38679,130 @@ rule__ProcessImplementation__Group_9__1__Impl
}
:
(
- (
- { before(grammarAccess.getProcessImplementationAccess().getAlternatives_9_1()); }
- (rule__ProcessImplementation__Alternatives_9_1)
- { after(grammarAccess.getProcessImplementationAccess().getAlternatives_9_1()); }
- )
- (
- { before(grammarAccess.getProcessImplementationAccess().getAlternatives_9_1()); }
- (rule__ProcessImplementation__Alternatives_9_1)*
- { after(grammarAccess.getProcessImplementationAccess().getAlternatives_9_1()); }
- )
+ { before(grammarAccess.getProcessImplementationAccess().getFeaturesKeyword_9_1()); }
+ Features
+ { after(grammarAccess.getProcessImplementationAccess().getFeaturesKeyword_9_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ProcessImplementation__Group_10__0
+rule__ProcessImplementation__Group_9__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessImplementation__Group_10__0__Impl
- rule__ProcessImplementation__Group_10__1
+ rule__ProcessImplementation__Group_9__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__Group_10__0__Impl
+rule__ProcessImplementation__Group_9__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getConnectionsKeyword_10_0()); }
- Connections
- { after(grammarAccess.getProcessImplementationAccess().getConnectionsKeyword_10_0()); }
+ (
+ { before(grammarAccess.getProcessImplementationAccess().getAlternatives_9_2()); }
+ (rule__ProcessImplementation__Alternatives_9_2)
+ { after(grammarAccess.getProcessImplementationAccess().getAlternatives_9_2()); }
+ )
+ (
+ { before(grammarAccess.getProcessImplementationAccess().getAlternatives_9_2()); }
+ (rule__ProcessImplementation__Alternatives_9_2)*
+ { after(grammarAccess.getProcessImplementationAccess().getAlternatives_9_2()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__Group_10__1
+
+rule__ProcessImplementation__Group_10__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessImplementation__Group_10__1__Impl
+ rule__ProcessImplementation__Group_10__0__Impl
+ rule__ProcessImplementation__Group_10__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__Group_10__1__Impl
+rule__ProcessImplementation__Group_10__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getAlternatives_10_1()); }
- (rule__ProcessImplementation__Alternatives_10_1)
- { after(grammarAccess.getProcessImplementationAccess().getAlternatives_10_1()); }
+ { before(grammarAccess.getProcessImplementationAccess().getProcessorKeyword_10_0()); }
+ Processor
+ { after(grammarAccess.getProcessImplementationAccess().getProcessorKeyword_10_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ProcessImplementation__Group_10_1_1__0
+rule__ProcessImplementation__Group_10__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessImplementation__Group_10_1_1__0__Impl
- rule__ProcessImplementation__Group_10_1_1__1
+ rule__ProcessImplementation__Group_10__1__Impl
+ rule__ProcessImplementation__Group_10__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__Group_10_1_1__0__Impl
+rule__ProcessImplementation__Group_10__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getNoConnectionsAssignment_10_1_1_0()); }
- (rule__ProcessImplementation__NoConnectionsAssignment_10_1_1_0)
- { after(grammarAccess.getProcessImplementationAccess().getNoConnectionsAssignment_10_1_1_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getFeaturesKeyword_10_1()); }
+ Features
+ { after(grammarAccess.getProcessImplementationAccess().getFeaturesKeyword_10_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__Group_10_1_1__1
+rule__ProcessImplementation__Group_10__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessImplementation__Group_10_1_1__1__Impl
+ rule__ProcessImplementation__Group_10__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__Group_10_1_1__1__Impl
+rule__ProcessImplementation__Group_10__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_10_1_1_1()); }
- Semicolon
- { after(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_10_1_1_1()); }
+ (
+ { before(grammarAccess.getProcessImplementationAccess().getAlternatives_10_2()); }
+ (rule__ProcessImplementation__Alternatives_10_2)
+ { after(grammarAccess.getProcessImplementationAccess().getAlternatives_10_2()); }
+ )
+ (
+ { before(grammarAccess.getProcessImplementationAccess().getAlternatives_10_2()); }
+ (rule__ProcessImplementation__Alternatives_10_2)*
+ { after(grammarAccess.getProcessImplementationAccess().getAlternatives_10_2()); }
+ )
)
;
finally {
@@ -39157,9 +38828,9 @@ rule__ProcessImplementation__Group_11__0__Impl
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getFlowsKeyword_11_0()); }
- Flows
- { after(grammarAccess.getProcessImplementationAccess().getFlowsKeyword_11_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getConnectionsKeyword_11_0()); }
+ Connections
+ { after(grammarAccess.getProcessImplementationAccess().getConnectionsKeyword_11_0()); }
)
;
finally {
@@ -39211,9 +38882,9 @@ rule__ProcessImplementation__Group_11_1_1__0__Impl
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getNoFlowsAssignment_11_1_1_0()); }
- (rule__ProcessImplementation__NoFlowsAssignment_11_1_1_0)
- { after(grammarAccess.getProcessImplementationAccess().getNoFlowsAssignment_11_1_1_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getNoConnectionsAssignment_11_1_1_0()); }
+ (rule__ProcessImplementation__NoConnectionsAssignment_11_1_1_0)
+ { after(grammarAccess.getProcessImplementationAccess().getNoConnectionsAssignment_11_1_1_0()); }
)
;
finally {
@@ -39265,9 +38936,9 @@ rule__ProcessImplementation__Group_12__0__Impl
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getModesKeyword_12_0()); }
- Modes
- { after(grammarAccess.getProcessImplementationAccess().getModesKeyword_12_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getFlowsKeyword_12_0()); }
+ Flows
+ { after(grammarAccess.getProcessImplementationAccess().getFlowsKeyword_12_0()); }
)
;
finally {
@@ -39319,9 +38990,9 @@ rule__ProcessImplementation__Group_12_1_1__0__Impl
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getNoModesAssignment_12_1_1_0()); }
- (rule__ProcessImplementation__NoModesAssignment_12_1_1_0)
- { after(grammarAccess.getProcessImplementationAccess().getNoModesAssignment_12_1_1_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getNoFlowsAssignment_12_1_1_0()); }
+ (rule__ProcessImplementation__NoFlowsAssignment_12_1_1_0)
+ { after(grammarAccess.getProcessImplementationAccess().getNoFlowsAssignment_12_1_1_0()); }
)
;
finally {
@@ -39373,9 +39044,9 @@ rule__ProcessImplementation__Group_13__0__Impl
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getPropertiesKeyword_13_0()); }
- Properties
- { after(grammarAccess.getProcessImplementationAccess().getPropertiesKeyword_13_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getModesKeyword_13_0()); }
+ Modes
+ { after(grammarAccess.getProcessImplementationAccess().getModesKeyword_13_0()); }
)
;
finally {
@@ -39427,9 +39098,9 @@ rule__ProcessImplementation__Group_13_1_1__0__Impl
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getNoPropertiesAssignment_13_1_1_0()); }
- (rule__ProcessImplementation__NoPropertiesAssignment_13_1_1_0)
- { after(grammarAccess.getProcessImplementationAccess().getNoPropertiesAssignment_13_1_1_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getNoModesAssignment_13_1_1_0()); }
+ (rule__ProcessImplementation__NoModesAssignment_13_1_1_0)
+ { after(grammarAccess.getProcessImplementationAccess().getNoModesAssignment_13_1_1_0()); }
)
;
finally {
@@ -39463,6 +39134,114 @@ finally {
}
+rule__ProcessImplementation__Group_14__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ProcessImplementation__Group_14__0__Impl
+ rule__ProcessImplementation__Group_14__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessImplementation__Group_14__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getProcessImplementationAccess().getPropertiesKeyword_14_0()); }
+ Properties
+ { after(grammarAccess.getProcessImplementationAccess().getPropertiesKeyword_14_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessImplementation__Group_14__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ProcessImplementation__Group_14__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessImplementation__Group_14__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getProcessImplementationAccess().getAlternatives_14_1()); }
+ (rule__ProcessImplementation__Alternatives_14_1)
+ { after(grammarAccess.getProcessImplementationAccess().getAlternatives_14_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__ProcessImplementation__Group_14_1_1__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ProcessImplementation__Group_14_1_1__0__Impl
+ rule__ProcessImplementation__Group_14_1_1__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessImplementation__Group_14_1_1__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getProcessImplementationAccess().getNoPropertiesAssignment_14_1_1_0()); }
+ (rule__ProcessImplementation__NoPropertiesAssignment_14_1_1_0)
+ { after(grammarAccess.getProcessImplementationAccess().getNoPropertiesAssignment_14_1_1_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessImplementation__Group_14_1_1__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ProcessImplementation__Group_14_1_1__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessImplementation__Group_14_1_1__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_14_1_1_1()); }
+ Semicolon
+ { after(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_14_1_1_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
rule__ThreadGroupImplementation__Group__0
@init {
int stackSize = keepStackSize();
@@ -39481,9 +39260,9 @@ rule__ThreadGroupImplementation__Group__0__Impl
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getThreadGroupImplementationKeywordsParserRuleCall_0()); }
- ruleThreadGroupImplementationKeywords
- { after(grammarAccess.getThreadGroupImplementationAccess().getThreadGroupImplementationKeywordsParserRuleCall_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getThreadKeyword_0()); }
+ Thread
+ { after(grammarAccess.getThreadGroupImplementationAccess().getThreadKeyword_0()); }
)
;
finally {
@@ -39508,9 +39287,9 @@ rule__ThreadGroupImplementation__Group__1__Impl
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedRealizationAssignment_1()); }
- (rule__ThreadGroupImplementation__OwnedRealizationAssignment_1)
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedRealizationAssignment_1()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getGroupKeyword_1()); }
+ Group
+ { after(grammarAccess.getThreadGroupImplementationAccess().getGroupKeyword_1()); }
)
;
finally {
@@ -39535,9 +39314,9 @@ rule__ThreadGroupImplementation__Group__2__Impl
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getFullStopKeyword_2()); }
- FullStop
- { after(grammarAccess.getThreadGroupImplementationAccess().getFullStopKeyword_2()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getImplementationKeyword_2()); }
+ Implementation
+ { after(grammarAccess.getThreadGroupImplementationAccess().getImplementationKeyword_2()); }
)
;
finally {
@@ -39562,9 +39341,9 @@ rule__ThreadGroupImplementation__Group__3__Impl
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getNameAssignment_3()); }
- (rule__ThreadGroupImplementation__NameAssignment_3)
- { after(grammarAccess.getThreadGroupImplementationAccess().getNameAssignment_3()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedRealizationAssignment_3()); }
+ (rule__ThreadGroupImplementation__OwnedRealizationAssignment_3)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedRealizationAssignment_3()); }
)
;
finally {
@@ -39589,9 +39368,9 @@ rule__ThreadGroupImplementation__Group__4__Impl
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedExtensionAssignment_4()); }
- (rule__ThreadGroupImplementation__OwnedExtensionAssignment_4)?
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedExtensionAssignment_4()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getFullStopKeyword_4()); }
+ FullStop
+ { after(grammarAccess.getThreadGroupImplementationAccess().getFullStopKeyword_4()); }
)
;
finally {
@@ -39616,9 +39395,9 @@ rule__ThreadGroupImplementation__Group__5__Impl
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getGroup_5()); }
- (rule__ThreadGroupImplementation__Group_5__0)?
- { after(grammarAccess.getThreadGroupImplementationAccess().getGroup_5()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getNameAssignment_5()); }
+ (rule__ThreadGroupImplementation__NameAssignment_5)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getNameAssignment_5()); }
)
;
finally {
@@ -39643,9 +39422,9 @@ rule__ThreadGroupImplementation__Group__6__Impl
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getGroup_6()); }
- (rule__ThreadGroupImplementation__Group_6__0)?
- { after(grammarAccess.getThreadGroupImplementationAccess().getGroup_6()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedExtensionAssignment_6()); }
+ (rule__ThreadGroupImplementation__OwnedExtensionAssignment_6)?
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedExtensionAssignment_6()); }
)
;
finally {
@@ -39859,9 +39638,9 @@ rule__ThreadGroupImplementation__Group__14__Impl
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedAnnexSubclauseAssignment_14()); }
- (rule__ThreadGroupImplementation__OwnedAnnexSubclauseAssignment_14)*
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedAnnexSubclauseAssignment_14()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getGroup_14()); }
+ (rule__ThreadGroupImplementation__Group_14__0)?
+ { after(grammarAccess.getThreadGroupImplementationAccess().getGroup_14()); }
)
;
finally {
@@ -39886,9 +39665,9 @@ rule__ThreadGroupImplementation__Group__15__Impl
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getEndKeyword_15()); }
- End
- { after(grammarAccess.getThreadGroupImplementationAccess().getEndKeyword_15()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getGroup_15()); }
+ (rule__ThreadGroupImplementation__Group_15__0)?
+ { after(grammarAccess.getThreadGroupImplementationAccess().getGroup_15()); }
)
;
finally {
@@ -39913,9 +39692,9 @@ rule__ThreadGroupImplementation__Group__16__Impl
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getFULLINAMEParserRuleCall_16()); }
- ruleFULLINAME
- { after(grammarAccess.getThreadGroupImplementationAccess().getFULLINAMEParserRuleCall_16()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedAnnexSubclauseAssignment_16()); }
+ (rule__ThreadGroupImplementation__OwnedAnnexSubclauseAssignment_16)*
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedAnnexSubclauseAssignment_16()); }
)
;
finally {
@@ -39928,6 +39707,7 @@ rule__ThreadGroupImplementation__Group__17
}
:
rule__ThreadGroupImplementation__Group__17__Impl
+ rule__ThreadGroupImplementation__Group__18
;
finally {
restoreStackSize(stackSize);
@@ -39939,9 +39719,62 @@ rule__ThreadGroupImplementation__Group__17__Impl
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_17()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getEndKeyword_17()); }
+ End
+ { after(grammarAccess.getThreadGroupImplementationAccess().getEndKeyword_17()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadGroupImplementation__Group__18
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ThreadGroupImplementation__Group__18__Impl
+ rule__ThreadGroupImplementation__Group__19
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadGroupImplementation__Group__18__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getThreadGroupImplementationAccess().getFULLINAMEParserRuleCall_18()); }
+ ruleFULLINAME
+ { after(grammarAccess.getThreadGroupImplementationAccess().getFULLINAMEParserRuleCall_18()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadGroupImplementation__Group__19
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ThreadGroupImplementation__Group__19__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadGroupImplementation__Group__19__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_19()); }
Semicolon
- { after(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_17()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_19()); }
)
;
finally {
@@ -39949,107 +39782,107 @@ finally {
}
-rule__ThreadGroupImplementation__Group_5__0
+rule__ThreadGroupImplementation__Group_7__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_5__0__Impl
- rule__ThreadGroupImplementation__Group_5__1
+ rule__ThreadGroupImplementation__Group_7__0__Impl
+ rule__ThreadGroupImplementation__Group_7__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_5__0__Impl
+rule__ThreadGroupImplementation__Group_7__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getLeftParenthesisKeyword_5_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getLeftParenthesisKeyword_7_0()); }
LeftParenthesis
- { after(grammarAccess.getThreadGroupImplementationAccess().getLeftParenthesisKeyword_5_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getLeftParenthesisKeyword_7_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_5__1
+rule__ThreadGroupImplementation__Group_7__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_5__1__Impl
- rule__ThreadGroupImplementation__Group_5__2
+ rule__ThreadGroupImplementation__Group_7__1__Impl
+ rule__ThreadGroupImplementation__Group_7__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_5__1__Impl
+rule__ThreadGroupImplementation__Group_7__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeBindingAssignment_5_1()); }
- (rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_5_1)
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeBindingAssignment_5_1()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeBindingAssignment_7_1()); }
+ (rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_7_1)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeBindingAssignment_7_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_5__2
+rule__ThreadGroupImplementation__Group_7__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_5__2__Impl
- rule__ThreadGroupImplementation__Group_5__3
+ rule__ThreadGroupImplementation__Group_7__2__Impl
+ rule__ThreadGroupImplementation__Group_7__3
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_5__2__Impl
+rule__ThreadGroupImplementation__Group_7__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getGroup_5_2()); }
- (rule__ThreadGroupImplementation__Group_5_2__0)*
- { after(grammarAccess.getThreadGroupImplementationAccess().getGroup_5_2()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getGroup_7_2()); }
+ (rule__ThreadGroupImplementation__Group_7_2__0)*
+ { after(grammarAccess.getThreadGroupImplementationAccess().getGroup_7_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_5__3
+rule__ThreadGroupImplementation__Group_7__3
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_5__3__Impl
+ rule__ThreadGroupImplementation__Group_7__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_5__3__Impl
+rule__ThreadGroupImplementation__Group_7__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getRightParenthesisKeyword_5_3()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getRightParenthesisKeyword_7_3()); }
RightParenthesis
- { after(grammarAccess.getThreadGroupImplementationAccess().getRightParenthesisKeyword_5_3()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getRightParenthesisKeyword_7_3()); }
)
;
finally {
@@ -40057,53 +39890,107 @@ finally {
}
-rule__ThreadGroupImplementation__Group_5_2__0
+rule__ThreadGroupImplementation__Group_7_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_5_2__0__Impl
- rule__ThreadGroupImplementation__Group_5_2__1
+ rule__ThreadGroupImplementation__Group_7_2__0__Impl
+ rule__ThreadGroupImplementation__Group_7_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_5_2__0__Impl
+rule__ThreadGroupImplementation__Group_7_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getCommaKeyword_5_2_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getCommaKeyword_7_2_0()); }
Comma
- { after(grammarAccess.getThreadGroupImplementationAccess().getCommaKeyword_5_2_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getCommaKeyword_7_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_5_2__1
+rule__ThreadGroupImplementation__Group_7_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_5_2__1__Impl
+ rule__ThreadGroupImplementation__Group_7_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_5_2__1__Impl
+rule__ThreadGroupImplementation__Group_7_2__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeBindingAssignment_7_2_1()); }
+ (rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_7_2_1)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeBindingAssignment_7_2_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__ThreadGroupImplementation__Group_8__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ThreadGroupImplementation__Group_8__0__Impl
+ rule__ThreadGroupImplementation__Group_8__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadGroupImplementation__Group_8__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getThreadGroupImplementationAccess().getPrototypesKeyword_8_0()); }
+ Prototypes
+ { after(grammarAccess.getThreadGroupImplementationAccess().getPrototypesKeyword_8_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadGroupImplementation__Group_8__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ThreadGroupImplementation__Group_8__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadGroupImplementation__Group_8__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1()); }
- (rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_5_2_1)
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_8_1()); }
+ (rule__ThreadGroupImplementation__Alternatives_8_1)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_8_1()); }
)
;
finally {
@@ -40111,53 +39998,53 @@ finally {
}
-rule__ThreadGroupImplementation__Group_6__0
+rule__ThreadGroupImplementation__Group_8_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_6__0__Impl
- rule__ThreadGroupImplementation__Group_6__1
+ rule__ThreadGroupImplementation__Group_8_1_1__0__Impl
+ rule__ThreadGroupImplementation__Group_8_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_6__0__Impl
+rule__ThreadGroupImplementation__Group_8_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getPrototypesKeyword_6_0()); }
- Prototypes
- { after(grammarAccess.getThreadGroupImplementationAccess().getPrototypesKeyword_6_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getNoPrototypesAssignment_8_1_1_0()); }
+ (rule__ThreadGroupImplementation__NoPrototypesAssignment_8_1_1_0)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getNoPrototypesAssignment_8_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_6__1
+rule__ThreadGroupImplementation__Group_8_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_6__1__Impl
+ rule__ThreadGroupImplementation__Group_8_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_6__1__Impl
+rule__ThreadGroupImplementation__Group_8_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_6_1()); }
- (rule__ThreadGroupImplementation__Alternatives_6_1)
- { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_6_1()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_8_1_1_1()); }
+ Semicolon
+ { after(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_8_1_1_1()); }
)
;
finally {
@@ -40165,53 +40052,53 @@ finally {
}
-rule__ThreadGroupImplementation__Group_6_1_1__0
+rule__ThreadGroupImplementation__Group_9__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_6_1_1__0__Impl
- rule__ThreadGroupImplementation__Group_6_1_1__1
+ rule__ThreadGroupImplementation__Group_9__0__Impl
+ rule__ThreadGroupImplementation__Group_9__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_6_1_1__0__Impl
+rule__ThreadGroupImplementation__Group_9__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getNoPrototypesAssignment_6_1_1_0()); }
- (rule__ThreadGroupImplementation__NoPrototypesAssignment_6_1_1_0)
- { after(grammarAccess.getThreadGroupImplementationAccess().getNoPrototypesAssignment_6_1_1_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getSubcomponentsKeyword_9_0()); }
+ Subcomponents
+ { after(grammarAccess.getThreadGroupImplementationAccess().getSubcomponentsKeyword_9_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_6_1_1__1
+rule__ThreadGroupImplementation__Group_9__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_6_1_1__1__Impl
+ rule__ThreadGroupImplementation__Group_9__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_6_1_1__1__Impl
+rule__ThreadGroupImplementation__Group_9__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_6_1_1_1()); }
- Semicolon
- { after(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_6_1_1_1()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_9_1()); }
+ (rule__ThreadGroupImplementation__Alternatives_9_1)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_9_1()); }
)
;
finally {
@@ -40219,53 +40106,53 @@ finally {
}
-rule__ThreadGroupImplementation__Group_7__0
+rule__ThreadGroupImplementation__Group_9_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_7__0__Impl
- rule__ThreadGroupImplementation__Group_7__1
+ rule__ThreadGroupImplementation__Group_9_1_1__0__Impl
+ rule__ThreadGroupImplementation__Group_9_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_7__0__Impl
+rule__ThreadGroupImplementation__Group_9_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getSubcomponentsKeyword_7_0()); }
- Subcomponents
- { after(grammarAccess.getThreadGroupImplementationAccess().getSubcomponentsKeyword_7_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getNoSubcomponentsAssignment_9_1_1_0()); }
+ (rule__ThreadGroupImplementation__NoSubcomponentsAssignment_9_1_1_0)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getNoSubcomponentsAssignment_9_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_7__1
+rule__ThreadGroupImplementation__Group_9_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_7__1__Impl
+ rule__ThreadGroupImplementation__Group_9_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_7__1__Impl
+rule__ThreadGroupImplementation__Group_9_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_7_1()); }
- (rule__ThreadGroupImplementation__Alternatives_7_1)
- { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_7_1()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_9_1_1_1()); }
+ Semicolon
+ { after(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_9_1_1_1()); }
)
;
finally {
@@ -40273,174 +40160,174 @@ finally {
}
-rule__ThreadGroupImplementation__Group_7_1_1__0
+rule__ThreadGroupImplementation__Group_10__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_7_1_1__0__Impl
- rule__ThreadGroupImplementation__Group_7_1_1__1
+ rule__ThreadGroupImplementation__Group_10__0__Impl
+ rule__ThreadGroupImplementation__Group_10__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_7_1_1__0__Impl
+rule__ThreadGroupImplementation__Group_10__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0()); }
- (rule__ThreadGroupImplementation__NoSubcomponentsAssignment_7_1_1_0)
- { after(grammarAccess.getThreadGroupImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getInternalKeyword_10_0()); }
+ Internal
+ { after(grammarAccess.getThreadGroupImplementationAccess().getInternalKeyword_10_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_7_1_1__1
+rule__ThreadGroupImplementation__Group_10__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_7_1_1__1__Impl
+ rule__ThreadGroupImplementation__Group_10__1__Impl
+ rule__ThreadGroupImplementation__Group_10__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_7_1_1__1__Impl
+rule__ThreadGroupImplementation__Group_10__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_7_1_1_1()); }
- Semicolon
- { after(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_7_1_1_1()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getFeaturesKeyword_10_1()); }
+ Features
+ { after(grammarAccess.getThreadGroupImplementationAccess().getFeaturesKeyword_10_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ThreadGroupImplementation__Group_8__0
+rule__ThreadGroupImplementation__Group_10__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_8__0__Impl
- rule__ThreadGroupImplementation__Group_8__1
+ rule__ThreadGroupImplementation__Group_10__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_8__0__Impl
+rule__ThreadGroupImplementation__Group_10__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0()); }
- ruleInternalFeaturesKeywords
- { after(grammarAccess.getThreadGroupImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0()); }
+ (
+ { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_10_2()); }
+ (rule__ThreadGroupImplementation__Alternatives_10_2)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_10_2()); }
+ )
+ (
+ { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_10_2()); }
+ (rule__ThreadGroupImplementation__Alternatives_10_2)*
+ { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_10_2()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_8__1
+
+rule__ThreadGroupImplementation__Group_11__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_8__1__Impl
+ rule__ThreadGroupImplementation__Group_11__0__Impl
+ rule__ThreadGroupImplementation__Group_11__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_8__1__Impl
+rule__ThreadGroupImplementation__Group_11__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_8_1()); }
- (rule__ThreadGroupImplementation__Alternatives_8_1)
- { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_8_1()); }
- )
- (
- { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_8_1()); }
- (rule__ThreadGroupImplementation__Alternatives_8_1)*
- { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_8_1()); }
- )
+ { before(grammarAccess.getThreadGroupImplementationAccess().getProcessorKeyword_11_0()); }
+ Processor
+ { after(grammarAccess.getThreadGroupImplementationAccess().getProcessorKeyword_11_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ThreadGroupImplementation__Group_9__0
+rule__ThreadGroupImplementation__Group_11__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_9__0__Impl
- rule__ThreadGroupImplementation__Group_9__1
+ rule__ThreadGroupImplementation__Group_11__1__Impl
+ rule__ThreadGroupImplementation__Group_11__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_9__0__Impl
+rule__ThreadGroupImplementation__Group_11__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getProcessorFeaturesKeywordsParserRuleCall_9_0()); }
- ruleProcessorFeaturesKeywords
- { after(grammarAccess.getThreadGroupImplementationAccess().getProcessorFeaturesKeywordsParserRuleCall_9_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getFeaturesKeyword_11_1()); }
+ Features
+ { after(grammarAccess.getThreadGroupImplementationAccess().getFeaturesKeyword_11_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_9__1
+rule__ThreadGroupImplementation__Group_11__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_9__1__Impl
+ rule__ThreadGroupImplementation__Group_11__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_9__1__Impl
+rule__ThreadGroupImplementation__Group_11__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_9_1()); }
- (rule__ThreadGroupImplementation__Alternatives_9_1)
- { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_9_1()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_11_2()); }
+ (rule__ThreadGroupImplementation__Alternatives_11_2)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_11_2()); }
)
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_9_1()); }
- (rule__ThreadGroupImplementation__Alternatives_9_1)*
- { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_9_1()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_11_2()); }
+ (rule__ThreadGroupImplementation__Alternatives_11_2)*
+ { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_11_2()); }
)
)
;
@@ -40449,53 +40336,53 @@ finally {
}
-rule__ThreadGroupImplementation__Group_10__0
+rule__ThreadGroupImplementation__Group_12__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_10__0__Impl
- rule__ThreadGroupImplementation__Group_10__1
+ rule__ThreadGroupImplementation__Group_12__0__Impl
+ rule__ThreadGroupImplementation__Group_12__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_10__0__Impl
+rule__ThreadGroupImplementation__Group_12__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getConnectionsKeyword_10_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getConnectionsKeyword_12_0()); }
Connections
- { after(grammarAccess.getThreadGroupImplementationAccess().getConnectionsKeyword_10_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getConnectionsKeyword_12_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_10__1
+rule__ThreadGroupImplementation__Group_12__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_10__1__Impl
+ rule__ThreadGroupImplementation__Group_12__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_10__1__Impl
+rule__ThreadGroupImplementation__Group_12__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_10_1()); }
- (rule__ThreadGroupImplementation__Alternatives_10_1)
- { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_10_1()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_12_1()); }
+ (rule__ThreadGroupImplementation__Alternatives_12_1)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_12_1()); }
)
;
finally {
@@ -40503,53 +40390,53 @@ finally {
}
-rule__ThreadGroupImplementation__Group_10_1_1__0
+rule__ThreadGroupImplementation__Group_12_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_10_1_1__0__Impl
- rule__ThreadGroupImplementation__Group_10_1_1__1
+ rule__ThreadGroupImplementation__Group_12_1_1__0__Impl
+ rule__ThreadGroupImplementation__Group_12_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_10_1_1__0__Impl
+rule__ThreadGroupImplementation__Group_12_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getNoConnectionsAssignment_10_1_1_0()); }
- (rule__ThreadGroupImplementation__NoConnectionsAssignment_10_1_1_0)
- { after(grammarAccess.getThreadGroupImplementationAccess().getNoConnectionsAssignment_10_1_1_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getNoConnectionsAssignment_12_1_1_0()); }
+ (rule__ThreadGroupImplementation__NoConnectionsAssignment_12_1_1_0)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getNoConnectionsAssignment_12_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_10_1_1__1
+rule__ThreadGroupImplementation__Group_12_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_10_1_1__1__Impl
+ rule__ThreadGroupImplementation__Group_12_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_10_1_1__1__Impl
+rule__ThreadGroupImplementation__Group_12_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_10_1_1_1()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_12_1_1_1()); }
Semicolon
- { after(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_10_1_1_1()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_12_1_1_1()); }
)
;
finally {
@@ -40557,53 +40444,53 @@ finally {
}
-rule__ThreadGroupImplementation__Group_11__0
+rule__ThreadGroupImplementation__Group_13__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_11__0__Impl
- rule__ThreadGroupImplementation__Group_11__1
+ rule__ThreadGroupImplementation__Group_13__0__Impl
+ rule__ThreadGroupImplementation__Group_13__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_11__0__Impl
+rule__ThreadGroupImplementation__Group_13__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getFlowsKeyword_11_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getFlowsKeyword_13_0()); }
Flows
- { after(grammarAccess.getThreadGroupImplementationAccess().getFlowsKeyword_11_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getFlowsKeyword_13_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_11__1
+rule__ThreadGroupImplementation__Group_13__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_11__1__Impl
+ rule__ThreadGroupImplementation__Group_13__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_11__1__Impl
+rule__ThreadGroupImplementation__Group_13__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_11_1()); }
- (rule__ThreadGroupImplementation__Alternatives_11_1)
- { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_11_1()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_13_1()); }
+ (rule__ThreadGroupImplementation__Alternatives_13_1)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_13_1()); }
)
;
finally {
@@ -40611,53 +40498,53 @@ finally {
}
-rule__ThreadGroupImplementation__Group_11_1_1__0
+rule__ThreadGroupImplementation__Group_13_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_11_1_1__0__Impl
- rule__ThreadGroupImplementation__Group_11_1_1__1
+ rule__ThreadGroupImplementation__Group_13_1_1__0__Impl
+ rule__ThreadGroupImplementation__Group_13_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_11_1_1__0__Impl
+rule__ThreadGroupImplementation__Group_13_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getNoFlowsAssignment_11_1_1_0()); }
- (rule__ThreadGroupImplementation__NoFlowsAssignment_11_1_1_0)
- { after(grammarAccess.getThreadGroupImplementationAccess().getNoFlowsAssignment_11_1_1_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getNoFlowsAssignment_13_1_1_0()); }
+ (rule__ThreadGroupImplementation__NoFlowsAssignment_13_1_1_0)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getNoFlowsAssignment_13_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_11_1_1__1
+rule__ThreadGroupImplementation__Group_13_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_11_1_1__1__Impl
+ rule__ThreadGroupImplementation__Group_13_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_11_1_1__1__Impl
+rule__ThreadGroupImplementation__Group_13_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_11_1_1_1()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_13_1_1_1()); }
Semicolon
- { after(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_11_1_1_1()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_13_1_1_1()); }
)
;
finally {
@@ -40665,53 +40552,53 @@ finally {
}
-rule__ThreadGroupImplementation__Group_12__0
+rule__ThreadGroupImplementation__Group_14__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_12__0__Impl
- rule__ThreadGroupImplementation__Group_12__1
+ rule__ThreadGroupImplementation__Group_14__0__Impl
+ rule__ThreadGroupImplementation__Group_14__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_12__0__Impl
+rule__ThreadGroupImplementation__Group_14__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getModesKeyword_12_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getModesKeyword_14_0()); }
Modes
- { after(grammarAccess.getThreadGroupImplementationAccess().getModesKeyword_12_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getModesKeyword_14_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_12__1
+rule__ThreadGroupImplementation__Group_14__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_12__1__Impl
+ rule__ThreadGroupImplementation__Group_14__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_12__1__Impl
+rule__ThreadGroupImplementation__Group_14__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_12_1()); }
- (rule__ThreadGroupImplementation__Alternatives_12_1)
- { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_12_1()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_14_1()); }
+ (rule__ThreadGroupImplementation__Alternatives_14_1)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_14_1()); }
)
;
finally {
@@ -40719,53 +40606,53 @@ finally {
}
-rule__ThreadGroupImplementation__Group_12_1_1__0
+rule__ThreadGroupImplementation__Group_14_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_12_1_1__0__Impl
- rule__ThreadGroupImplementation__Group_12_1_1__1
+ rule__ThreadGroupImplementation__Group_14_1_1__0__Impl
+ rule__ThreadGroupImplementation__Group_14_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_12_1_1__0__Impl
+rule__ThreadGroupImplementation__Group_14_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getNoModesAssignment_12_1_1_0()); }
- (rule__ThreadGroupImplementation__NoModesAssignment_12_1_1_0)
- { after(grammarAccess.getThreadGroupImplementationAccess().getNoModesAssignment_12_1_1_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getNoModesAssignment_14_1_1_0()); }
+ (rule__ThreadGroupImplementation__NoModesAssignment_14_1_1_0)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getNoModesAssignment_14_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_12_1_1__1
+rule__ThreadGroupImplementation__Group_14_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_12_1_1__1__Impl
+ rule__ThreadGroupImplementation__Group_14_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_12_1_1__1__Impl
+rule__ThreadGroupImplementation__Group_14_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_12_1_1_1()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_14_1_1_1()); }
Semicolon
- { after(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_12_1_1_1()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_14_1_1_1()); }
)
;
finally {
@@ -40773,53 +40660,53 @@ finally {
}
-rule__ThreadGroupImplementation__Group_13__0
+rule__ThreadGroupImplementation__Group_15__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_13__0__Impl
- rule__ThreadGroupImplementation__Group_13__1
+ rule__ThreadGroupImplementation__Group_15__0__Impl
+ rule__ThreadGroupImplementation__Group_15__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_13__0__Impl
+rule__ThreadGroupImplementation__Group_15__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getPropertiesKeyword_13_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getPropertiesKeyword_15_0()); }
Properties
- { after(grammarAccess.getThreadGroupImplementationAccess().getPropertiesKeyword_13_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getPropertiesKeyword_15_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_13__1
+rule__ThreadGroupImplementation__Group_15__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_13__1__Impl
+ rule__ThreadGroupImplementation__Group_15__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_13__1__Impl
+rule__ThreadGroupImplementation__Group_15__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_13_1()); }
- (rule__ThreadGroupImplementation__Alternatives_13_1)
- { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_13_1()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_15_1()); }
+ (rule__ThreadGroupImplementation__Alternatives_15_1)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_15_1()); }
)
;
finally {
@@ -40827,53 +40714,53 @@ finally {
}
-rule__ThreadGroupImplementation__Group_13_1_1__0
+rule__ThreadGroupImplementation__Group_15_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_13_1_1__0__Impl
- rule__ThreadGroupImplementation__Group_13_1_1__1
+ rule__ThreadGroupImplementation__Group_15_1_1__0__Impl
+ rule__ThreadGroupImplementation__Group_15_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_13_1_1__0__Impl
+rule__ThreadGroupImplementation__Group_15_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getNoPropertiesAssignment_13_1_1_0()); }
- (rule__ThreadGroupImplementation__NoPropertiesAssignment_13_1_1_0)
- { after(grammarAccess.getThreadGroupImplementationAccess().getNoPropertiesAssignment_13_1_1_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getNoPropertiesAssignment_15_1_1_0()); }
+ (rule__ThreadGroupImplementation__NoPropertiesAssignment_15_1_1_0)
+ { after(grammarAccess.getThreadGroupImplementationAccess().getNoPropertiesAssignment_15_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_13_1_1__1
+rule__ThreadGroupImplementation__Group_15_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementation__Group_13_1_1__1__Impl
+ rule__ThreadGroupImplementation__Group_15_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__Group_13_1_1__1__Impl
+rule__ThreadGroupImplementation__Group_15_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_13_1_1_1()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_15_1_1_1()); }
Semicolon
- { after(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_13_1_1_1()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_15_1_1_1()); }
)
;
finally {
@@ -40899,9 +40786,9 @@ rule__ThreadImplementation__Group__0__Impl
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getThreadImplementationKeywordsParserRuleCall_0()); }
- ruleThreadImplementationKeywords
- { after(grammarAccess.getThreadImplementationAccess().getThreadImplementationKeywordsParserRuleCall_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getThreadKeyword_0()); }
+ Thread
+ { after(grammarAccess.getThreadImplementationAccess().getThreadKeyword_0()); }
)
;
finally {
@@ -40926,9 +40813,9 @@ rule__ThreadImplementation__Group__1__Impl
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedRealizationAssignment_1()); }
- (rule__ThreadImplementation__OwnedRealizationAssignment_1)
- { after(grammarAccess.getThreadImplementationAccess().getOwnedRealizationAssignment_1()); }
+ { before(grammarAccess.getThreadImplementationAccess().getImplementationKeyword_1()); }
+ Implementation
+ { after(grammarAccess.getThreadImplementationAccess().getImplementationKeyword_1()); }
)
;
finally {
@@ -40953,9 +40840,9 @@ rule__ThreadImplementation__Group__2__Impl
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getFullStopKeyword_2()); }
- FullStop
- { after(grammarAccess.getThreadImplementationAccess().getFullStopKeyword_2()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedRealizationAssignment_2()); }
+ (rule__ThreadImplementation__OwnedRealizationAssignment_2)
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedRealizationAssignment_2()); }
)
;
finally {
@@ -40980,9 +40867,9 @@ rule__ThreadImplementation__Group__3__Impl
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getNameAssignment_3()); }
- (rule__ThreadImplementation__NameAssignment_3)
- { after(grammarAccess.getThreadImplementationAccess().getNameAssignment_3()); }
+ { before(grammarAccess.getThreadImplementationAccess().getFullStopKeyword_3()); }
+ FullStop
+ { after(grammarAccess.getThreadImplementationAccess().getFullStopKeyword_3()); }
)
;
finally {
@@ -41007,9 +40894,9 @@ rule__ThreadImplementation__Group__4__Impl
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedExtensionAssignment_4()); }
- (rule__ThreadImplementation__OwnedExtensionAssignment_4)?
- { after(grammarAccess.getThreadImplementationAccess().getOwnedExtensionAssignment_4()); }
+ { before(grammarAccess.getThreadImplementationAccess().getNameAssignment_4()); }
+ (rule__ThreadImplementation__NameAssignment_4)
+ { after(grammarAccess.getThreadImplementationAccess().getNameAssignment_4()); }
)
;
finally {
@@ -41034,9 +40921,9 @@ rule__ThreadImplementation__Group__5__Impl
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getGroup_5()); }
- (rule__ThreadImplementation__Group_5__0)?
- { after(grammarAccess.getThreadImplementationAccess().getGroup_5()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedExtensionAssignment_5()); }
+ (rule__ThreadImplementation__OwnedExtensionAssignment_5)?
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedExtensionAssignment_5()); }
)
;
finally {
@@ -41304,9 +41191,9 @@ rule__ThreadImplementation__Group__15__Impl
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedAnnexSubclauseAssignment_15()); }
- (rule__ThreadImplementation__OwnedAnnexSubclauseAssignment_15)*
- { after(grammarAccess.getThreadImplementationAccess().getOwnedAnnexSubclauseAssignment_15()); }
+ { before(grammarAccess.getThreadImplementationAccess().getGroup_15()); }
+ (rule__ThreadImplementation__Group_15__0)?
+ { after(grammarAccess.getThreadImplementationAccess().getGroup_15()); }
)
;
finally {
@@ -41331,9 +41218,9 @@ rule__ThreadImplementation__Group__16__Impl
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getEndKeyword_16()); }
- End
- { after(grammarAccess.getThreadImplementationAccess().getEndKeyword_16()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedAnnexSubclauseAssignment_16()); }
+ (rule__ThreadImplementation__OwnedAnnexSubclauseAssignment_16)*
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedAnnexSubclauseAssignment_16()); }
)
;
finally {
@@ -41358,9 +41245,9 @@ rule__ThreadImplementation__Group__17__Impl
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getFULLINAMEParserRuleCall_17()); }
- ruleFULLINAME
- { after(grammarAccess.getThreadImplementationAccess().getFULLINAMEParserRuleCall_17()); }
+ { before(grammarAccess.getThreadImplementationAccess().getEndKeyword_17()); }
+ End
+ { after(grammarAccess.getThreadImplementationAccess().getEndKeyword_17()); }
)
;
finally {
@@ -41373,6 +41260,7 @@ rule__ThreadImplementation__Group__18
}
:
rule__ThreadImplementation__Group__18__Impl
+ rule__ThreadImplementation__Group__19
;
finally {
restoreStackSize(stackSize);
@@ -41384,508 +41272,500 @@ rule__ThreadImplementation__Group__18__Impl
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_18()); }
- Semicolon
- { after(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_18()); }
+ { before(grammarAccess.getThreadImplementationAccess().getFULLINAMEParserRuleCall_18()); }
+ ruleFULLINAME
+ { after(grammarAccess.getThreadImplementationAccess().getFULLINAMEParserRuleCall_18()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ThreadImplementation__Group_5__0
+rule__ThreadImplementation__Group__19
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadImplementation__Group_5__0__Impl
- rule__ThreadImplementation__Group_5__1
+ rule__ThreadImplementation__Group__19__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Group_5__0__Impl
+rule__ThreadImplementation__Group__19__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getLeftParenthesisKeyword_5_0()); }
- LeftParenthesis
- { after(grammarAccess.getThreadImplementationAccess().getLeftParenthesisKeyword_5_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_19()); }
+ Semicolon
+ { after(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_19()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Group_5__1
+
+rule__ThreadImplementation__Group_6__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadImplementation__Group_5__1__Impl
- rule__ThreadImplementation__Group_5__2
+ rule__ThreadImplementation__Group_6__0__Impl
+ rule__ThreadImplementation__Group_6__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Group_5__1__Impl
+rule__ThreadImplementation__Group_6__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeBindingAssignment_5_1()); }
- (rule__ThreadImplementation__OwnedPrototypeBindingAssignment_5_1)
- { after(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeBindingAssignment_5_1()); }
+ { before(grammarAccess.getThreadImplementationAccess().getLeftParenthesisKeyword_6_0()); }
+ LeftParenthesis
+ { after(grammarAccess.getThreadImplementationAccess().getLeftParenthesisKeyword_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Group_5__2
+rule__ThreadImplementation__Group_6__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadImplementation__Group_5__2__Impl
- rule__ThreadImplementation__Group_5__3
+ rule__ThreadImplementation__Group_6__1__Impl
+ rule__ThreadImplementation__Group_6__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Group_5__2__Impl
+rule__ThreadImplementation__Group_6__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getGroup_5_2()); }
- (rule__ThreadImplementation__Group_5_2__0)*
- { after(grammarAccess.getThreadImplementationAccess().getGroup_5_2()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeBindingAssignment_6_1()); }
+ (rule__ThreadImplementation__OwnedPrototypeBindingAssignment_6_1)
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeBindingAssignment_6_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Group_5__3
+rule__ThreadImplementation__Group_6__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadImplementation__Group_5__3__Impl
+ rule__ThreadImplementation__Group_6__2__Impl
+ rule__ThreadImplementation__Group_6__3
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Group_5__3__Impl
+rule__ThreadImplementation__Group_6__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getRightParenthesisKeyword_5_3()); }
- RightParenthesis
- { after(grammarAccess.getThreadImplementationAccess().getRightParenthesisKeyword_5_3()); }
+ { before(grammarAccess.getThreadImplementationAccess().getGroup_6_2()); }
+ (rule__ThreadImplementation__Group_6_2__0)*
+ { after(grammarAccess.getThreadImplementationAccess().getGroup_6_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ThreadImplementation__Group_5_2__0
+rule__ThreadImplementation__Group_6__3
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadImplementation__Group_5_2__0__Impl
- rule__ThreadImplementation__Group_5_2__1
+ rule__ThreadImplementation__Group_6__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Group_5_2__0__Impl
+rule__ThreadImplementation__Group_6__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getCommaKeyword_5_2_0()); }
- Comma
- { after(grammarAccess.getThreadImplementationAccess().getCommaKeyword_5_2_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getRightParenthesisKeyword_6_3()); }
+ RightParenthesis
+ { after(grammarAccess.getThreadImplementationAccess().getRightParenthesisKeyword_6_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Group_5_2__1
+
+rule__ThreadImplementation__Group_6_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadImplementation__Group_5_2__1__Impl
+ rule__ThreadImplementation__Group_6_2__0__Impl
+ rule__ThreadImplementation__Group_6_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Group_5_2__1__Impl
+rule__ThreadImplementation__Group_6_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1()); }
- (rule__ThreadImplementation__OwnedPrototypeBindingAssignment_5_2_1)
- { after(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1()); }
+ { before(grammarAccess.getThreadImplementationAccess().getCommaKeyword_6_2_0()); }
+ Comma
+ { after(grammarAccess.getThreadImplementationAccess().getCommaKeyword_6_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ThreadImplementation__Group_6__0
+rule__ThreadImplementation__Group_6_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadImplementation__Group_6__0__Impl
- rule__ThreadImplementation__Group_6__1
+ rule__ThreadImplementation__Group_6_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Group_6__0__Impl
+rule__ThreadImplementation__Group_6_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getPrototypesKeyword_6_0()); }
- Prototypes
- { after(grammarAccess.getThreadImplementationAccess().getPrototypesKeyword_6_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1()); }
+ (rule__ThreadImplementation__OwnedPrototypeBindingAssignment_6_2_1)
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Group_6__1
+
+rule__ThreadImplementation__Group_7__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadImplementation__Group_6__1__Impl
+ rule__ThreadImplementation__Group_7__0__Impl
+ rule__ThreadImplementation__Group_7__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Group_6__1__Impl
+rule__ThreadImplementation__Group_7__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getAlternatives_6_1()); }
- (rule__ThreadImplementation__Alternatives_6_1)
- { after(grammarAccess.getThreadImplementationAccess().getAlternatives_6_1()); }
+ { before(grammarAccess.getThreadImplementationAccess().getPrototypesKeyword_7_0()); }
+ Prototypes
+ { after(grammarAccess.getThreadImplementationAccess().getPrototypesKeyword_7_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ThreadImplementation__Group_6_1_1__0
+rule__ThreadImplementation__Group_7__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadImplementation__Group_6_1_1__0__Impl
- rule__ThreadImplementation__Group_6_1_1__1
+ rule__ThreadImplementation__Group_7__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Group_6_1_1__0__Impl
+rule__ThreadImplementation__Group_7__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getNoPrototypesAssignment_6_1_1_0()); }
- (rule__ThreadImplementation__NoPrototypesAssignment_6_1_1_0)
- { after(grammarAccess.getThreadImplementationAccess().getNoPrototypesAssignment_6_1_1_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getAlternatives_7_1()); }
+ (rule__ThreadImplementation__Alternatives_7_1)
+ { after(grammarAccess.getThreadImplementationAccess().getAlternatives_7_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Group_6_1_1__1
+
+rule__ThreadImplementation__Group_7_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadImplementation__Group_6_1_1__1__Impl
+ rule__ThreadImplementation__Group_7_1_1__0__Impl
+ rule__ThreadImplementation__Group_7_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Group_6_1_1__1__Impl
+rule__ThreadImplementation__Group_7_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_6_1_1_1()); }
- Semicolon
- { after(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_6_1_1_1()); }
+ { before(grammarAccess.getThreadImplementationAccess().getNoPrototypesAssignment_7_1_1_0()); }
+ (rule__ThreadImplementation__NoPrototypesAssignment_7_1_1_0)
+ { after(grammarAccess.getThreadImplementationAccess().getNoPrototypesAssignment_7_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ThreadImplementation__Group_7__0
+rule__ThreadImplementation__Group_7_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadImplementation__Group_7__0__Impl
- rule__ThreadImplementation__Group_7__1
+ rule__ThreadImplementation__Group_7_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Group_7__0__Impl
+rule__ThreadImplementation__Group_7_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getSubcomponentsKeyword_7_0()); }
- Subcomponents
- { after(grammarAccess.getThreadImplementationAccess().getSubcomponentsKeyword_7_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_7_1_1_1()); }
+ Semicolon
+ { after(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_7_1_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Group_7__1
+
+rule__ThreadImplementation__Group_8__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadImplementation__Group_7__1__Impl
+ rule__ThreadImplementation__Group_8__0__Impl
+ rule__ThreadImplementation__Group_8__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Group_7__1__Impl
+rule__ThreadImplementation__Group_8__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getAlternatives_7_1()); }
- (rule__ThreadImplementation__Alternatives_7_1)
- { after(grammarAccess.getThreadImplementationAccess().getAlternatives_7_1()); }
+ { before(grammarAccess.getThreadImplementationAccess().getSubcomponentsKeyword_8_0()); }
+ Subcomponents
+ { after(grammarAccess.getThreadImplementationAccess().getSubcomponentsKeyword_8_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ThreadImplementation__Group_7_1_1__0
+rule__ThreadImplementation__Group_8__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadImplementation__Group_7_1_1__0__Impl
- rule__ThreadImplementation__Group_7_1_1__1
+ rule__ThreadImplementation__Group_8__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Group_7_1_1__0__Impl
+rule__ThreadImplementation__Group_8__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0()); }
- (rule__ThreadImplementation__NoSubcomponentsAssignment_7_1_1_0)
- { after(grammarAccess.getThreadImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getAlternatives_8_1()); }
+ (rule__ThreadImplementation__Alternatives_8_1)
+ { after(grammarAccess.getThreadImplementationAccess().getAlternatives_8_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Group_7_1_1__1
+
+rule__ThreadImplementation__Group_8_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadImplementation__Group_7_1_1__1__Impl
+ rule__ThreadImplementation__Group_8_1_1__0__Impl
+ rule__ThreadImplementation__Group_8_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Group_7_1_1__1__Impl
+rule__ThreadImplementation__Group_8_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_7_1_1_1()); }
- Semicolon
- { after(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_7_1_1_1()); }
+ { before(grammarAccess.getThreadImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0()); }
+ (rule__ThreadImplementation__NoSubcomponentsAssignment_8_1_1_0)
+ { after(grammarAccess.getThreadImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ThreadImplementation__Group_8__0
+rule__ThreadImplementation__Group_8_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadImplementation__Group_8__0__Impl
- rule__ThreadImplementation__Group_8__1
+ rule__ThreadImplementation__Group_8_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Group_8__0__Impl
+rule__ThreadImplementation__Group_8_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0()); }
- ruleInternalFeaturesKeywords
- { after(grammarAccess.getThreadImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_8_1_1_1()); }
+ Semicolon
+ { after(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_8_1_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Group_8__1
+
+rule__ThreadImplementation__Group_9__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadImplementation__Group_8__1__Impl
+ rule__ThreadImplementation__Group_9__0__Impl
+ rule__ThreadImplementation__Group_9__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Group_8__1__Impl
+rule__ThreadImplementation__Group_9__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getThreadImplementationAccess().getAlternatives_8_1()); }
- (rule__ThreadImplementation__Alternatives_8_1)
- { after(grammarAccess.getThreadImplementationAccess().getAlternatives_8_1()); }
- )
- (
- { before(grammarAccess.getThreadImplementationAccess().getAlternatives_8_1()); }
- (rule__ThreadImplementation__Alternatives_8_1)*
- { after(grammarAccess.getThreadImplementationAccess().getAlternatives_8_1()); }
- )
+ { before(grammarAccess.getThreadImplementationAccess().getInternalKeyword_9_0()); }
+ Internal
+ { after(grammarAccess.getThreadImplementationAccess().getInternalKeyword_9_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ThreadImplementation__Group_9__0
+rule__ThreadImplementation__Group_9__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadImplementation__Group_9__0__Impl
- rule__ThreadImplementation__Group_9__1
+ rule__ThreadImplementation__Group_9__1__Impl
+ rule__ThreadImplementation__Group_9__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Group_9__0__Impl
+rule__ThreadImplementation__Group_9__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getProcessorFeaturesKeywordsParserRuleCall_9_0()); }
- ruleProcessorFeaturesKeywords
- { after(grammarAccess.getThreadImplementationAccess().getProcessorFeaturesKeywordsParserRuleCall_9_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getFeaturesKeyword_9_1()); }
+ Features
+ { after(grammarAccess.getThreadImplementationAccess().getFeaturesKeyword_9_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Group_9__1
+rule__ThreadImplementation__Group_9__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadImplementation__Group_9__1__Impl
+ rule__ThreadImplementation__Group_9__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Group_9__1__Impl
+rule__ThreadImplementation__Group_9__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getThreadImplementationAccess().getAlternatives_9_1()); }
- (rule__ThreadImplementation__Alternatives_9_1)
- { after(grammarAccess.getThreadImplementationAccess().getAlternatives_9_1()); }
+ { before(grammarAccess.getThreadImplementationAccess().getAlternatives_9_2()); }
+ (rule__ThreadImplementation__Alternatives_9_2)
+ { after(grammarAccess.getThreadImplementationAccess().getAlternatives_9_2()); }
)
(
- { before(grammarAccess.getThreadImplementationAccess().getAlternatives_9_1()); }
- (rule__ThreadImplementation__Alternatives_9_1)*
- { after(grammarAccess.getThreadImplementationAccess().getAlternatives_9_1()); }
+ { before(grammarAccess.getThreadImplementationAccess().getAlternatives_9_2()); }
+ (rule__ThreadImplementation__Alternatives_9_2)*
+ { after(grammarAccess.getThreadImplementationAccess().getAlternatives_9_2()); }
)
)
;
@@ -41912,9 +41792,9 @@ rule__ThreadImplementation__Group_10__0__Impl
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getCallsKeyword_10_0()); }
- Calls
- { after(grammarAccess.getThreadImplementationAccess().getCallsKeyword_10_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getProcessorKeyword_10_0()); }
+ Processor
+ { after(grammarAccess.getThreadImplementationAccess().getProcessorKeyword_10_0()); }
)
;
finally {
@@ -41927,6 +41807,7 @@ rule__ThreadImplementation__Group_10__1
}
:
rule__ThreadImplementation__Group_10__1__Impl
+ rule__ThreadImplementation__Group_10__2
;
finally {
restoreStackSize(stackSize);
@@ -41938,63 +41819,42 @@ rule__ThreadImplementation__Group_10__1__Impl
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getAlternatives_10_1()); }
- (rule__ThreadImplementation__Alternatives_10_1)
- { after(grammarAccess.getThreadImplementationAccess().getAlternatives_10_1()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__ThreadImplementation__Group_10_1_1__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__ThreadImplementation__Group_10_1_1__0__Impl
- rule__ThreadImplementation__Group_10_1_1__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ThreadImplementation__Group_10_1_1__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getThreadImplementationAccess().getNoCallsAssignment_10_1_1_0()); }
- (rule__ThreadImplementation__NoCallsAssignment_10_1_1_0)
- { after(grammarAccess.getThreadImplementationAccess().getNoCallsAssignment_10_1_1_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getFeaturesKeyword_10_1()); }
+ Features
+ { after(grammarAccess.getThreadImplementationAccess().getFeaturesKeyword_10_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Group_10_1_1__1
+rule__ThreadImplementation__Group_10__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadImplementation__Group_10_1_1__1__Impl
+ rule__ThreadImplementation__Group_10__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__Group_10_1_1__1__Impl
+rule__ThreadImplementation__Group_10__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_10_1_1_1()); }
- Semicolon
- { after(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_10_1_1_1()); }
+ (
+ { before(grammarAccess.getThreadImplementationAccess().getAlternatives_10_2()); }
+ (rule__ThreadImplementation__Alternatives_10_2)
+ { after(grammarAccess.getThreadImplementationAccess().getAlternatives_10_2()); }
+ )
+ (
+ { before(grammarAccess.getThreadImplementationAccess().getAlternatives_10_2()); }
+ (rule__ThreadImplementation__Alternatives_10_2)*
+ { after(grammarAccess.getThreadImplementationAccess().getAlternatives_10_2()); }
+ )
)
;
finally {
@@ -42020,9 +41880,9 @@ rule__ThreadImplementation__Group_11__0__Impl
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getConnectionsKeyword_11_0()); }
- Connections
- { after(grammarAccess.getThreadImplementationAccess().getConnectionsKeyword_11_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getCallsKeyword_11_0()); }
+ Calls
+ { after(grammarAccess.getThreadImplementationAccess().getCallsKeyword_11_0()); }
)
;
finally {
@@ -42074,9 +41934,9 @@ rule__ThreadImplementation__Group_11_1_1__0__Impl
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getNoConnectionsAssignment_11_1_1_0()); }
- (rule__ThreadImplementation__NoConnectionsAssignment_11_1_1_0)
- { after(grammarAccess.getThreadImplementationAccess().getNoConnectionsAssignment_11_1_1_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getNoCallsAssignment_11_1_1_0()); }
+ (rule__ThreadImplementation__NoCallsAssignment_11_1_1_0)
+ { after(grammarAccess.getThreadImplementationAccess().getNoCallsAssignment_11_1_1_0()); }
)
;
finally {
@@ -42128,9 +41988,9 @@ rule__ThreadImplementation__Group_12__0__Impl
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getFlowsKeyword_12_0()); }
- Flows
- { after(grammarAccess.getThreadImplementationAccess().getFlowsKeyword_12_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getConnectionsKeyword_12_0()); }
+ Connections
+ { after(grammarAccess.getThreadImplementationAccess().getConnectionsKeyword_12_0()); }
)
;
finally {
@@ -42182,9 +42042,9 @@ rule__ThreadImplementation__Group_12_1_1__0__Impl
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getNoFlowsAssignment_12_1_1_0()); }
- (rule__ThreadImplementation__NoFlowsAssignment_12_1_1_0)
- { after(grammarAccess.getThreadImplementationAccess().getNoFlowsAssignment_12_1_1_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getNoConnectionsAssignment_12_1_1_0()); }
+ (rule__ThreadImplementation__NoConnectionsAssignment_12_1_1_0)
+ { after(grammarAccess.getThreadImplementationAccess().getNoConnectionsAssignment_12_1_1_0()); }
)
;
finally {
@@ -42236,9 +42096,9 @@ rule__ThreadImplementation__Group_13__0__Impl
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getModesKeyword_13_0()); }
- Modes
- { after(grammarAccess.getThreadImplementationAccess().getModesKeyword_13_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getFlowsKeyword_13_0()); }
+ Flows
+ { after(grammarAccess.getThreadImplementationAccess().getFlowsKeyword_13_0()); }
)
;
finally {
@@ -42290,9 +42150,9 @@ rule__ThreadImplementation__Group_13_1_1__0__Impl
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getNoModesAssignment_13_1_1_0()); }
- (rule__ThreadImplementation__NoModesAssignment_13_1_1_0)
- { after(grammarAccess.getThreadImplementationAccess().getNoModesAssignment_13_1_1_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getNoFlowsAssignment_13_1_1_0()); }
+ (rule__ThreadImplementation__NoFlowsAssignment_13_1_1_0)
+ { after(grammarAccess.getThreadImplementationAccess().getNoFlowsAssignment_13_1_1_0()); }
)
;
finally {
@@ -42344,9 +42204,9 @@ rule__ThreadImplementation__Group_14__0__Impl
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getPropertiesKeyword_14_0()); }
- Properties
- { after(grammarAccess.getThreadImplementationAccess().getPropertiesKeyword_14_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getModesKeyword_14_0()); }
+ Modes
+ { after(grammarAccess.getThreadImplementationAccess().getModesKeyword_14_0()); }
)
;
finally {
@@ -42398,9 +42258,9 @@ rule__ThreadImplementation__Group_14_1_1__0__Impl
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getNoPropertiesAssignment_14_1_1_0()); }
- (rule__ThreadImplementation__NoPropertiesAssignment_14_1_1_0)
- { after(grammarAccess.getThreadImplementationAccess().getNoPropertiesAssignment_14_1_1_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getNoModesAssignment_14_1_1_0()); }
+ (rule__ThreadImplementation__NoModesAssignment_14_1_1_0)
+ { after(grammarAccess.getThreadImplementationAccess().getNoModesAssignment_14_1_1_0()); }
)
;
finally {
@@ -42434,6 +42294,114 @@ finally {
}
+rule__ThreadImplementation__Group_15__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ThreadImplementation__Group_15__0__Impl
+ rule__ThreadImplementation__Group_15__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadImplementation__Group_15__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getThreadImplementationAccess().getPropertiesKeyword_15_0()); }
+ Properties
+ { after(grammarAccess.getThreadImplementationAccess().getPropertiesKeyword_15_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadImplementation__Group_15__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ThreadImplementation__Group_15__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadImplementation__Group_15__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getThreadImplementationAccess().getAlternatives_15_1()); }
+ (rule__ThreadImplementation__Alternatives_15_1)
+ { after(grammarAccess.getThreadImplementationAccess().getAlternatives_15_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__ThreadImplementation__Group_15_1_1__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ThreadImplementation__Group_15_1_1__0__Impl
+ rule__ThreadImplementation__Group_15_1_1__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadImplementation__Group_15_1_1__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getThreadImplementationAccess().getNoPropertiesAssignment_15_1_1_0()); }
+ (rule__ThreadImplementation__NoPropertiesAssignment_15_1_1_0)
+ { after(grammarAccess.getThreadImplementationAccess().getNoPropertiesAssignment_15_1_1_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadImplementation__Group_15_1_1__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ThreadImplementation__Group_15_1_1__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadImplementation__Group_15_1_1__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_15_1_1_1()); }
+ Semicolon
+ { after(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_15_1_1_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
rule__SubprogramImplementation__Group__0
@init {
int stackSize = keepStackSize();
@@ -42452,9 +42420,9 @@ rule__SubprogramImplementation__Group__0__Impl
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getSubprogramImplementationKeywordsParserRuleCall_0()); }
- ruleSubprogramImplementationKeywords
- { after(grammarAccess.getSubprogramImplementationAccess().getSubprogramImplementationKeywordsParserRuleCall_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getSubprogramKeyword_0()); }
+ Subprogram
+ { after(grammarAccess.getSubprogramImplementationAccess().getSubprogramKeyword_0()); }
)
;
finally {
@@ -42479,9 +42447,9 @@ rule__SubprogramImplementation__Group__1__Impl
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedRealizationAssignment_1()); }
- (rule__SubprogramImplementation__OwnedRealizationAssignment_1)
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedRealizationAssignment_1()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getImplementationKeyword_1()); }
+ Implementation
+ { after(grammarAccess.getSubprogramImplementationAccess().getImplementationKeyword_1()); }
)
;
finally {
@@ -42506,9 +42474,9 @@ rule__SubprogramImplementation__Group__2__Impl
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getFullStopKeyword_2()); }
- FullStop
- { after(grammarAccess.getSubprogramImplementationAccess().getFullStopKeyword_2()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedRealizationAssignment_2()); }
+ (rule__SubprogramImplementation__OwnedRealizationAssignment_2)
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedRealizationAssignment_2()); }
)
;
finally {
@@ -42533,9 +42501,9 @@ rule__SubprogramImplementation__Group__3__Impl
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getNameAssignment_3()); }
- (rule__SubprogramImplementation__NameAssignment_3)
- { after(grammarAccess.getSubprogramImplementationAccess().getNameAssignment_3()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getFullStopKeyword_3()); }
+ FullStop
+ { after(grammarAccess.getSubprogramImplementationAccess().getFullStopKeyword_3()); }
)
;
finally {
@@ -42560,9 +42528,9 @@ rule__SubprogramImplementation__Group__4__Impl
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedExtensionAssignment_4()); }
- (rule__SubprogramImplementation__OwnedExtensionAssignment_4)?
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedExtensionAssignment_4()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getNameAssignment_4()); }
+ (rule__SubprogramImplementation__NameAssignment_4)
+ { after(grammarAccess.getSubprogramImplementationAccess().getNameAssignment_4()); }
)
;
finally {
@@ -42587,9 +42555,9 @@ rule__SubprogramImplementation__Group__5__Impl
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getGroup_5()); }
- (rule__SubprogramImplementation__Group_5__0)?
- { after(grammarAccess.getSubprogramImplementationAccess().getGroup_5()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedExtensionAssignment_5()); }
+ (rule__SubprogramImplementation__OwnedExtensionAssignment_5)?
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedExtensionAssignment_5()); }
)
;
finally {
@@ -42857,9 +42825,9 @@ rule__SubprogramImplementation__Group__15__Impl
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedAnnexSubclauseAssignment_15()); }
- (rule__SubprogramImplementation__OwnedAnnexSubclauseAssignment_15)*
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedAnnexSubclauseAssignment_15()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getGroup_15()); }
+ (rule__SubprogramImplementation__Group_15__0)?
+ { after(grammarAccess.getSubprogramImplementationAccess().getGroup_15()); }
)
;
finally {
@@ -42884,9 +42852,9 @@ rule__SubprogramImplementation__Group__16__Impl
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getEndKeyword_16()); }
- End
- { after(grammarAccess.getSubprogramImplementationAccess().getEndKeyword_16()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedAnnexSubclauseAssignment_16()); }
+ (rule__SubprogramImplementation__OwnedAnnexSubclauseAssignment_16)*
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedAnnexSubclauseAssignment_16()); }
)
;
finally {
@@ -42911,9 +42879,9 @@ rule__SubprogramImplementation__Group__17__Impl
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getFULLINAMEParserRuleCall_17()); }
- ruleFULLINAME
- { after(grammarAccess.getSubprogramImplementationAccess().getFULLINAMEParserRuleCall_17()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getEndKeyword_17()); }
+ End
+ { after(grammarAccess.getSubprogramImplementationAccess().getEndKeyword_17()); }
)
;
finally {
@@ -42926,6 +42894,7 @@ rule__SubprogramImplementation__Group__18
}
:
rule__SubprogramImplementation__Group__18__Impl
+ rule__SubprogramImplementation__Group__19
;
finally {
restoreStackSize(stackSize);
@@ -42937,171 +42906,143 @@ rule__SubprogramImplementation__Group__18__Impl
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getSemicolonKeyword_18()); }
- Semicolon
- { after(grammarAccess.getSubprogramImplementationAccess().getSemicolonKeyword_18()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getFULLINAMEParserRuleCall_18()); }
+ ruleFULLINAME
+ { after(grammarAccess.getSubprogramImplementationAccess().getFULLINAMEParserRuleCall_18()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__SubprogramImplementation__Group_5__0
+rule__SubprogramImplementation__Group__19
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramImplementation__Group_5__0__Impl
- rule__SubprogramImplementation__Group_5__1
+ rule__SubprogramImplementation__Group__19__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Group_5__0__Impl
+rule__SubprogramImplementation__Group__19__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getLeftParenthesisKeyword_5_0()); }
- LeftParenthesis
- { after(grammarAccess.getSubprogramImplementationAccess().getLeftParenthesisKeyword_5_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getSemicolonKeyword_19()); }
+ Semicolon
+ { after(grammarAccess.getSubprogramImplementationAccess().getSemicolonKeyword_19()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Group_5__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__SubprogramImplementation__Group_5__1__Impl
- rule__SubprogramImplementation__Group_5__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SubprogramImplementation__Group_5__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeBindingAssignment_5_1()); }
- (rule__SubprogramImplementation__OwnedPrototypeBindingAssignment_5_1)
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeBindingAssignment_5_1()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-rule__SubprogramImplementation__Group_5__2
+rule__SubprogramImplementation__Group_6__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramImplementation__Group_5__2__Impl
- rule__SubprogramImplementation__Group_5__3
+ rule__SubprogramImplementation__Group_6__0__Impl
+ rule__SubprogramImplementation__Group_6__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Group_5__2__Impl
+rule__SubprogramImplementation__Group_6__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getGroup_5_2()); }
- (rule__SubprogramImplementation__Group_5_2__0)*
- { after(grammarAccess.getSubprogramImplementationAccess().getGroup_5_2()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getLeftParenthesisKeyword_6_0()); }
+ LeftParenthesis
+ { after(grammarAccess.getSubprogramImplementationAccess().getLeftParenthesisKeyword_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Group_5__3
+rule__SubprogramImplementation__Group_6__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramImplementation__Group_5__3__Impl
+ rule__SubprogramImplementation__Group_6__1__Impl
+ rule__SubprogramImplementation__Group_6__2
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Group_5__3__Impl
+rule__SubprogramImplementation__Group_6__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getRightParenthesisKeyword_5_3()); }
- RightParenthesis
- { after(grammarAccess.getSubprogramImplementationAccess().getRightParenthesisKeyword_5_3()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeBindingAssignment_6_1()); }
+ (rule__SubprogramImplementation__OwnedPrototypeBindingAssignment_6_1)
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeBindingAssignment_6_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__SubprogramImplementation__Group_5_2__0
+rule__SubprogramImplementation__Group_6__2
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramImplementation__Group_5_2__0__Impl
- rule__SubprogramImplementation__Group_5_2__1
+ rule__SubprogramImplementation__Group_6__2__Impl
+ rule__SubprogramImplementation__Group_6__3
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Group_5_2__0__Impl
+rule__SubprogramImplementation__Group_6__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getCommaKeyword_5_2_0()); }
- Comma
- { after(grammarAccess.getSubprogramImplementationAccess().getCommaKeyword_5_2_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getGroup_6_2()); }
+ (rule__SubprogramImplementation__Group_6_2__0)*
+ { after(grammarAccess.getSubprogramImplementationAccess().getGroup_6_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Group_5_2__1
+rule__SubprogramImplementation__Group_6__3
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramImplementation__Group_5_2__1__Impl
+ rule__SubprogramImplementation__Group_6__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Group_5_2__1__Impl
+rule__SubprogramImplementation__Group_6__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1()); }
- (rule__SubprogramImplementation__OwnedPrototypeBindingAssignment_5_2_1)
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getRightParenthesisKeyword_6_3()); }
+ RightParenthesis
+ { after(grammarAccess.getSubprogramImplementationAccess().getRightParenthesisKeyword_6_3()); }
)
;
finally {
@@ -43109,53 +43050,53 @@ finally {
}
-rule__SubprogramImplementation__Group_6__0
+rule__SubprogramImplementation__Group_6_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramImplementation__Group_6__0__Impl
- rule__SubprogramImplementation__Group_6__1
+ rule__SubprogramImplementation__Group_6_2__0__Impl
+ rule__SubprogramImplementation__Group_6_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Group_6__0__Impl
+rule__SubprogramImplementation__Group_6_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getPrototypesKeyword_6_0()); }
- Prototypes
- { after(grammarAccess.getSubprogramImplementationAccess().getPrototypesKeyword_6_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getCommaKeyword_6_2_0()); }
+ Comma
+ { after(grammarAccess.getSubprogramImplementationAccess().getCommaKeyword_6_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Group_6__1
+rule__SubprogramImplementation__Group_6_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramImplementation__Group_6__1__Impl
+ rule__SubprogramImplementation__Group_6_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Group_6__1__Impl
+rule__SubprogramImplementation__Group_6_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_6_1()); }
- (rule__SubprogramImplementation__Alternatives_6_1)
- { after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_6_1()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1()); }
+ (rule__SubprogramImplementation__OwnedPrototypeBindingAssignment_6_2_1)
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1()); }
)
;
finally {
@@ -43163,53 +43104,53 @@ finally {
}
-rule__SubprogramImplementation__Group_6_1_1__0
+rule__SubprogramImplementation__Group_7__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramImplementation__Group_6_1_1__0__Impl
- rule__SubprogramImplementation__Group_6_1_1__1
+ rule__SubprogramImplementation__Group_7__0__Impl
+ rule__SubprogramImplementation__Group_7__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Group_6_1_1__0__Impl
+rule__SubprogramImplementation__Group_7__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getNoPrototypesAssignment_6_1_1_0()); }
- (rule__SubprogramImplementation__NoPrototypesAssignment_6_1_1_0)
- { after(grammarAccess.getSubprogramImplementationAccess().getNoPrototypesAssignment_6_1_1_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getPrototypesKeyword_7_0()); }
+ Prototypes
+ { after(grammarAccess.getSubprogramImplementationAccess().getPrototypesKeyword_7_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Group_6_1_1__1
+rule__SubprogramImplementation__Group_7__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramImplementation__Group_6_1_1__1__Impl
+ rule__SubprogramImplementation__Group_7__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Group_6_1_1__1__Impl
+rule__SubprogramImplementation__Group_7__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getSemicolonKeyword_6_1_1_1()); }
- Semicolon
- { after(grammarAccess.getSubprogramImplementationAccess().getSemicolonKeyword_6_1_1_1()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_7_1()); }
+ (rule__SubprogramImplementation__Alternatives_7_1)
+ { after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_7_1()); }
)
;
finally {
@@ -43217,53 +43158,53 @@ finally {
}
-rule__SubprogramImplementation__Group_7__0
+rule__SubprogramImplementation__Group_7_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramImplementation__Group_7__0__Impl
- rule__SubprogramImplementation__Group_7__1
+ rule__SubprogramImplementation__Group_7_1_1__0__Impl
+ rule__SubprogramImplementation__Group_7_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Group_7__0__Impl
+rule__SubprogramImplementation__Group_7_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getSubcomponentsKeyword_7_0()); }
- Subcomponents
- { after(grammarAccess.getSubprogramImplementationAccess().getSubcomponentsKeyword_7_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getNoPrototypesAssignment_7_1_1_0()); }
+ (rule__SubprogramImplementation__NoPrototypesAssignment_7_1_1_0)
+ { after(grammarAccess.getSubprogramImplementationAccess().getNoPrototypesAssignment_7_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Group_7__1
+rule__SubprogramImplementation__Group_7_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramImplementation__Group_7__1__Impl
+ rule__SubprogramImplementation__Group_7_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Group_7__1__Impl
+rule__SubprogramImplementation__Group_7_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_7_1()); }
- (rule__SubprogramImplementation__Alternatives_7_1)
- { after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_7_1()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getSemicolonKeyword_7_1_1_1()); }
+ Semicolon
+ { after(grammarAccess.getSubprogramImplementationAccess().getSemicolonKeyword_7_1_1_1()); }
)
;
finally {
@@ -43271,53 +43212,53 @@ finally {
}
-rule__SubprogramImplementation__Group_7_1_1__0
+rule__SubprogramImplementation__Group_8__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramImplementation__Group_7_1_1__0__Impl
- rule__SubprogramImplementation__Group_7_1_1__1
+ rule__SubprogramImplementation__Group_8__0__Impl
+ rule__SubprogramImplementation__Group_8__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Group_7_1_1__0__Impl
+rule__SubprogramImplementation__Group_8__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0()); }
- (rule__SubprogramImplementation__NoSubcomponentsAssignment_7_1_1_0)
- { after(grammarAccess.getSubprogramImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getSubcomponentsKeyword_8_0()); }
+ Subcomponents
+ { after(grammarAccess.getSubprogramImplementationAccess().getSubcomponentsKeyword_8_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Group_7_1_1__1
+rule__SubprogramImplementation__Group_8__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramImplementation__Group_7_1_1__1__Impl
+ rule__SubprogramImplementation__Group_8__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Group_7_1_1__1__Impl
+rule__SubprogramImplementation__Group_8__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getSemicolonKeyword_7_1_1_1()); }
- Semicolon
- { after(grammarAccess.getSubprogramImplementationAccess().getSemicolonKeyword_7_1_1_1()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_8_1()); }
+ (rule__SubprogramImplementation__Alternatives_8_1)
+ { after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_8_1()); }
)
;
finally {
@@ -43325,60 +43266,53 @@ finally {
}
-rule__SubprogramImplementation__Group_8__0
+rule__SubprogramImplementation__Group_8_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramImplementation__Group_8__0__Impl
- rule__SubprogramImplementation__Group_8__1
+ rule__SubprogramImplementation__Group_8_1_1__0__Impl
+ rule__SubprogramImplementation__Group_8_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Group_8__0__Impl
+rule__SubprogramImplementation__Group_8_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0()); }
- ruleInternalFeaturesKeywords
- { after(grammarAccess.getSubprogramImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0()); }
+ (rule__SubprogramImplementation__NoSubcomponentsAssignment_8_1_1_0)
+ { after(grammarAccess.getSubprogramImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Group_8__1
+rule__SubprogramImplementation__Group_8_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramImplementation__Group_8__1__Impl
+ rule__SubprogramImplementation__Group_8_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Group_8__1__Impl
+rule__SubprogramImplementation__Group_8_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_8_1()); }
- (rule__SubprogramImplementation__Alternatives_8_1)
- { after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_8_1()); }
- )
- (
- { before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_8_1()); }
- (rule__SubprogramImplementation__Alternatives_8_1)*
- { after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_8_1()); }
- )
+ { before(grammarAccess.getSubprogramImplementationAccess().getSemicolonKeyword_8_1_1_1()); }
+ Semicolon
+ { after(grammarAccess.getSubprogramImplementationAccess().getSemicolonKeyword_8_1_1_1()); }
)
;
finally {
@@ -43404,9 +43338,9 @@ rule__SubprogramImplementation__Group_9__0__Impl
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getProcessorFeaturesKeywordsParserRuleCall_9_0()); }
- ruleProcessorFeaturesKeywords
- { after(grammarAccess.getSubprogramImplementationAccess().getProcessorFeaturesKeywordsParserRuleCall_9_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getInternalKeyword_9_0()); }
+ Internal
+ { after(grammarAccess.getSubprogramImplementationAccess().getInternalKeyword_9_0()); }
)
;
finally {
@@ -43419,6 +43353,7 @@ rule__SubprogramImplementation__Group_9__1
}
:
rule__SubprogramImplementation__Group_9__1__Impl
+ rule__SubprogramImplementation__Group_9__2
;
finally {
restoreStackSize(stackSize);
@@ -43430,124 +43365,130 @@ rule__SubprogramImplementation__Group_9__1__Impl
}
:
(
- (
- { before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_9_1()); }
- (rule__SubprogramImplementation__Alternatives_9_1)
- { after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_9_1()); }
- )
- (
- { before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_9_1()); }
- (rule__SubprogramImplementation__Alternatives_9_1)*
- { after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_9_1()); }
- )
+ { before(grammarAccess.getSubprogramImplementationAccess().getFeaturesKeyword_9_1()); }
+ Features
+ { after(grammarAccess.getSubprogramImplementationAccess().getFeaturesKeyword_9_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__SubprogramImplementation__Group_10__0
+rule__SubprogramImplementation__Group_9__2
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramImplementation__Group_10__0__Impl
- rule__SubprogramImplementation__Group_10__1
+ rule__SubprogramImplementation__Group_9__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Group_10__0__Impl
+rule__SubprogramImplementation__Group_9__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getCallsKeyword_10_0()); }
- Calls
- { after(grammarAccess.getSubprogramImplementationAccess().getCallsKeyword_10_0()); }
+ (
+ { before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_9_2()); }
+ (rule__SubprogramImplementation__Alternatives_9_2)
+ { after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_9_2()); }
+ )
+ (
+ { before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_9_2()); }
+ (rule__SubprogramImplementation__Alternatives_9_2)*
+ { after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_9_2()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Group_10__1
+
+rule__SubprogramImplementation__Group_10__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramImplementation__Group_10__1__Impl
+ rule__SubprogramImplementation__Group_10__0__Impl
+ rule__SubprogramImplementation__Group_10__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Group_10__1__Impl
+rule__SubprogramImplementation__Group_10__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_10_1()); }
- (rule__SubprogramImplementation__Alternatives_10_1)
- { after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_10_1()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getProcessorKeyword_10_0()); }
+ Processor
+ { after(grammarAccess.getSubprogramImplementationAccess().getProcessorKeyword_10_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__SubprogramImplementation__Group_10_1_1__0
+rule__SubprogramImplementation__Group_10__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramImplementation__Group_10_1_1__0__Impl
- rule__SubprogramImplementation__Group_10_1_1__1
+ rule__SubprogramImplementation__Group_10__1__Impl
+ rule__SubprogramImplementation__Group_10__2
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Group_10_1_1__0__Impl
+rule__SubprogramImplementation__Group_10__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getNoCallsAssignment_10_1_1_0()); }
- (rule__SubprogramImplementation__NoCallsAssignment_10_1_1_0)
- { after(grammarAccess.getSubprogramImplementationAccess().getNoCallsAssignment_10_1_1_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getFeaturesKeyword_10_1()); }
+ Features
+ { after(grammarAccess.getSubprogramImplementationAccess().getFeaturesKeyword_10_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Group_10_1_1__1
+rule__SubprogramImplementation__Group_10__2
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramImplementation__Group_10_1_1__1__Impl
+ rule__SubprogramImplementation__Group_10__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__Group_10_1_1__1__Impl
+rule__SubprogramImplementation__Group_10__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getSemicolonKeyword_10_1_1_1()); }
- Semicolon
- { after(grammarAccess.getSubprogramImplementationAccess().getSemicolonKeyword_10_1_1_1()); }
+ (
+ { before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_10_2()); }
+ (rule__SubprogramImplementation__Alternatives_10_2)
+ { after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_10_2()); }
+ )
+ (
+ { before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_10_2()); }
+ (rule__SubprogramImplementation__Alternatives_10_2)*
+ { after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_10_2()); }
+ )
)
;
finally {
@@ -43573,9 +43514,9 @@ rule__SubprogramImplementation__Group_11__0__Impl
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getConnectionsKeyword_11_0()); }
- Connections
- { after(grammarAccess.getSubprogramImplementationAccess().getConnectionsKeyword_11_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getCallsKeyword_11_0()); }
+ Calls
+ { after(grammarAccess.getSubprogramImplementationAccess().getCallsKeyword_11_0()); }
)
;
finally {
@@ -43627,9 +43568,9 @@ rule__SubprogramImplementation__Group_11_1_1__0__Impl
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getNoConnectionsAssignment_11_1_1_0()); }
- (rule__SubprogramImplementation__NoConnectionsAssignment_11_1_1_0)
- { after(grammarAccess.getSubprogramImplementationAccess().getNoConnectionsAssignment_11_1_1_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getNoCallsAssignment_11_1_1_0()); }
+ (rule__SubprogramImplementation__NoCallsAssignment_11_1_1_0)
+ { after(grammarAccess.getSubprogramImplementationAccess().getNoCallsAssignment_11_1_1_0()); }
)
;
finally {
@@ -43681,9 +43622,9 @@ rule__SubprogramImplementation__Group_12__0__Impl
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getFlowsKeyword_12_0()); }
- Flows
- { after(grammarAccess.getSubprogramImplementationAccess().getFlowsKeyword_12_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getConnectionsKeyword_12_0()); }
+ Connections
+ { after(grammarAccess.getSubprogramImplementationAccess().getConnectionsKeyword_12_0()); }
)
;
finally {
@@ -43735,9 +43676,9 @@ rule__SubprogramImplementation__Group_12_1_1__0__Impl
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getNoFlowsAssignment_12_1_1_0()); }
- (rule__SubprogramImplementation__NoFlowsAssignment_12_1_1_0)
- { after(grammarAccess.getSubprogramImplementationAccess().getNoFlowsAssignment_12_1_1_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getNoConnectionsAssignment_12_1_1_0()); }
+ (rule__SubprogramImplementation__NoConnectionsAssignment_12_1_1_0)
+ { after(grammarAccess.getSubprogramImplementationAccess().getNoConnectionsAssignment_12_1_1_0()); }
)
;
finally {
@@ -43789,9 +43730,9 @@ rule__SubprogramImplementation__Group_13__0__Impl
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getModesKeyword_13_0()); }
- Modes
- { after(grammarAccess.getSubprogramImplementationAccess().getModesKeyword_13_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getFlowsKeyword_13_0()); }
+ Flows
+ { after(grammarAccess.getSubprogramImplementationAccess().getFlowsKeyword_13_0()); }
)
;
finally {
@@ -43843,9 +43784,9 @@ rule__SubprogramImplementation__Group_13_1_1__0__Impl
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getNoModesAssignment_13_1_1_0()); }
- (rule__SubprogramImplementation__NoModesAssignment_13_1_1_0)
- { after(grammarAccess.getSubprogramImplementationAccess().getNoModesAssignment_13_1_1_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getNoFlowsAssignment_13_1_1_0()); }
+ (rule__SubprogramImplementation__NoFlowsAssignment_13_1_1_0)
+ { after(grammarAccess.getSubprogramImplementationAccess().getNoFlowsAssignment_13_1_1_0()); }
)
;
finally {
@@ -43897,9 +43838,9 @@ rule__SubprogramImplementation__Group_14__0__Impl
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getPropertiesKeyword_14_0()); }
- Properties
- { after(grammarAccess.getSubprogramImplementationAccess().getPropertiesKeyword_14_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getModesKeyword_14_0()); }
+ Modes
+ { after(grammarAccess.getSubprogramImplementationAccess().getModesKeyword_14_0()); }
)
;
finally {
@@ -43951,9 +43892,9 @@ rule__SubprogramImplementation__Group_14_1_1__0__Impl
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getNoPropertiesAssignment_14_1_1_0()); }
- (rule__SubprogramImplementation__NoPropertiesAssignment_14_1_1_0)
- { after(grammarAccess.getSubprogramImplementationAccess().getNoPropertiesAssignment_14_1_1_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getNoModesAssignment_14_1_1_0()); }
+ (rule__SubprogramImplementation__NoModesAssignment_14_1_1_0)
+ { after(grammarAccess.getSubprogramImplementationAccess().getNoModesAssignment_14_1_1_0()); }
)
;
finally {
@@ -43987,6 +43928,114 @@ finally {
}
+rule__SubprogramImplementation__Group_15__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SubprogramImplementation__Group_15__0__Impl
+ rule__SubprogramImplementation__Group_15__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramImplementation__Group_15__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getSubprogramImplementationAccess().getPropertiesKeyword_15_0()); }
+ Properties
+ { after(grammarAccess.getSubprogramImplementationAccess().getPropertiesKeyword_15_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramImplementation__Group_15__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SubprogramImplementation__Group_15__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramImplementation__Group_15__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_15_1()); }
+ (rule__SubprogramImplementation__Alternatives_15_1)
+ { after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_15_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__SubprogramImplementation__Group_15_1_1__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SubprogramImplementation__Group_15_1_1__0__Impl
+ rule__SubprogramImplementation__Group_15_1_1__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramImplementation__Group_15_1_1__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getSubprogramImplementationAccess().getNoPropertiesAssignment_15_1_1_0()); }
+ (rule__SubprogramImplementation__NoPropertiesAssignment_15_1_1_0)
+ { after(grammarAccess.getSubprogramImplementationAccess().getNoPropertiesAssignment_15_1_1_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramImplementation__Group_15_1_1__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SubprogramImplementation__Group_15_1_1__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramImplementation__Group_15_1_1__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getSubprogramImplementationAccess().getSemicolonKeyword_15_1_1_1()); }
+ Semicolon
+ { after(grammarAccess.getSubprogramImplementationAccess().getSemicolonKeyword_15_1_1_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
rule__SubprogramGroupImplementation__Group__0
@init {
int stackSize = keepStackSize();
@@ -44005,9 +44054,9 @@ rule__SubprogramGroupImplementation__Group__0__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getSubprogramGroupImplementationKeywordsParserRuleCall_0()); }
- ruleSubprogramGroupImplementationKeywords
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getSubprogramGroupImplementationKeywordsParserRuleCall_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getSubprogramKeyword_0()); }
+ Subprogram
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getSubprogramKeyword_0()); }
)
;
finally {
@@ -44032,9 +44081,9 @@ rule__SubprogramGroupImplementation__Group__1__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedRealizationAssignment_1()); }
- (rule__SubprogramGroupImplementation__OwnedRealizationAssignment_1)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedRealizationAssignment_1()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getGroupKeyword_1()); }
+ Group
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getGroupKeyword_1()); }
)
;
finally {
@@ -44059,9 +44108,9 @@ rule__SubprogramGroupImplementation__Group__2__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getFullStopKeyword_2()); }
- FullStop
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getFullStopKeyword_2()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getImplementationKeyword_2()); }
+ Implementation
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getImplementationKeyword_2()); }
)
;
finally {
@@ -44086,9 +44135,9 @@ rule__SubprogramGroupImplementation__Group__3__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getNameAssignment_3()); }
- (rule__SubprogramGroupImplementation__NameAssignment_3)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getNameAssignment_3()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedRealizationAssignment_3()); }
+ (rule__SubprogramGroupImplementation__OwnedRealizationAssignment_3)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedRealizationAssignment_3()); }
)
;
finally {
@@ -44113,9 +44162,9 @@ rule__SubprogramGroupImplementation__Group__4__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedExtensionAssignment_4()); }
- (rule__SubprogramGroupImplementation__OwnedExtensionAssignment_4)?
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedExtensionAssignment_4()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getFullStopKeyword_4()); }
+ FullStop
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getFullStopKeyword_4()); }
)
;
finally {
@@ -44140,9 +44189,9 @@ rule__SubprogramGroupImplementation__Group__5__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_5()); }
- (rule__SubprogramGroupImplementation__Group_5__0)?
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_5()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getNameAssignment_5()); }
+ (rule__SubprogramGroupImplementation__NameAssignment_5)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getNameAssignment_5()); }
)
;
finally {
@@ -44167,9 +44216,9 @@ rule__SubprogramGroupImplementation__Group__6__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_6()); }
- (rule__SubprogramGroupImplementation__Group_6__0)?
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_6()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedExtensionAssignment_6()); }
+ (rule__SubprogramGroupImplementation__OwnedExtensionAssignment_6)?
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedExtensionAssignment_6()); }
)
;
finally {
@@ -44356,9 +44405,9 @@ rule__SubprogramGroupImplementation__Group__13__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAnnexSubclauseAssignment_13()); }
- (rule__SubprogramGroupImplementation__OwnedAnnexSubclauseAssignment_13)*
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAnnexSubclauseAssignment_13()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_13()); }
+ (rule__SubprogramGroupImplementation__Group_13__0)?
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_13()); }
)
;
finally {
@@ -44383,9 +44432,9 @@ rule__SubprogramGroupImplementation__Group__14__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getEndKeyword_14()); }
- End
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getEndKeyword_14()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_14()); }
+ (rule__SubprogramGroupImplementation__Group_14__0)?
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_14()); }
)
;
finally {
@@ -44410,9 +44459,9 @@ rule__SubprogramGroupImplementation__Group__15__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getFULLINAMEParserRuleCall_15()); }
- ruleFULLINAME
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getFULLINAMEParserRuleCall_15()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAnnexSubclauseAssignment_15()); }
+ (rule__SubprogramGroupImplementation__OwnedAnnexSubclauseAssignment_15)*
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAnnexSubclauseAssignment_15()); }
)
;
finally {
@@ -44425,6 +44474,7 @@ rule__SubprogramGroupImplementation__Group__16
}
:
rule__SubprogramGroupImplementation__Group__16__Impl
+ rule__SubprogramGroupImplementation__Group__17
;
finally {
restoreStackSize(stackSize);
@@ -44436,117 +44486,62 @@ rule__SubprogramGroupImplementation__Group__16__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getSemicolonKeyword_16()); }
- Semicolon
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getSemicolonKeyword_16()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__SubprogramGroupImplementation__Group_5__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__SubprogramGroupImplementation__Group_5__0__Impl
- rule__SubprogramGroupImplementation__Group_5__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SubprogramGroupImplementation__Group_5__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getLeftParenthesisKeyword_5_0()); }
- LeftParenthesis
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getLeftParenthesisKeyword_5_0()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SubprogramGroupImplementation__Group_5__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__SubprogramGroupImplementation__Group_5__1__Impl
- rule__SubprogramGroupImplementation__Group_5__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SubprogramGroupImplementation__Group_5__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeBindingAssignment_5_1()); }
- (rule__SubprogramGroupImplementation__OwnedPrototypeBindingAssignment_5_1)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeBindingAssignment_5_1()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getEndKeyword_16()); }
+ End
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getEndKeyword_16()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Group_5__2
+rule__SubprogramGroupImplementation__Group__17
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupImplementation__Group_5__2__Impl
- rule__SubprogramGroupImplementation__Group_5__3
+ rule__SubprogramGroupImplementation__Group__17__Impl
+ rule__SubprogramGroupImplementation__Group__18
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Group_5__2__Impl
+rule__SubprogramGroupImplementation__Group__17__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_5_2()); }
- (rule__SubprogramGroupImplementation__Group_5_2__0)*
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_5_2()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getFULLINAMEParserRuleCall_17()); }
+ ruleFULLINAME
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getFULLINAMEParserRuleCall_17()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Group_5__3
+rule__SubprogramGroupImplementation__Group__18
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupImplementation__Group_5__3__Impl
+ rule__SubprogramGroupImplementation__Group__18__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Group_5__3__Impl
+rule__SubprogramGroupImplementation__Group__18__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getRightParenthesisKeyword_5_3()); }
- RightParenthesis
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getRightParenthesisKeyword_5_3()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getSemicolonKeyword_18()); }
+ Semicolon
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getSemicolonKeyword_18()); }
)
;
finally {
@@ -44554,107 +44549,107 @@ finally {
}
-rule__SubprogramGroupImplementation__Group_5_2__0
+rule__SubprogramGroupImplementation__Group_7__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupImplementation__Group_5_2__0__Impl
- rule__SubprogramGroupImplementation__Group_5_2__1
+ rule__SubprogramGroupImplementation__Group_7__0__Impl
+ rule__SubprogramGroupImplementation__Group_7__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Group_5_2__0__Impl
+rule__SubprogramGroupImplementation__Group_7__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getCommaKeyword_5_2_0()); }
- Comma
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getCommaKeyword_5_2_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getLeftParenthesisKeyword_7_0()); }
+ LeftParenthesis
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getLeftParenthesisKeyword_7_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Group_5_2__1
+rule__SubprogramGroupImplementation__Group_7__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupImplementation__Group_5_2__1__Impl
+ rule__SubprogramGroupImplementation__Group_7__1__Impl
+ rule__SubprogramGroupImplementation__Group_7__2
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Group_5_2__1__Impl
+rule__SubprogramGroupImplementation__Group_7__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1()); }
- (rule__SubprogramGroupImplementation__OwnedPrototypeBindingAssignment_5_2_1)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeBindingAssignment_7_1()); }
+ (rule__SubprogramGroupImplementation__OwnedPrototypeBindingAssignment_7_1)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeBindingAssignment_7_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__SubprogramGroupImplementation__Group_6__0
+rule__SubprogramGroupImplementation__Group_7__2
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupImplementation__Group_6__0__Impl
- rule__SubprogramGroupImplementation__Group_6__1
+ rule__SubprogramGroupImplementation__Group_7__2__Impl
+ rule__SubprogramGroupImplementation__Group_7__3
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Group_6__0__Impl
+rule__SubprogramGroupImplementation__Group_7__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getPrototypesKeyword_6_0()); }
- Prototypes
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getPrototypesKeyword_6_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_7_2()); }
+ (rule__SubprogramGroupImplementation__Group_7_2__0)*
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_7_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Group_6__1
+rule__SubprogramGroupImplementation__Group_7__3
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupImplementation__Group_6__1__Impl
+ rule__SubprogramGroupImplementation__Group_7__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Group_6__1__Impl
+rule__SubprogramGroupImplementation__Group_7__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_6_1()); }
- (rule__SubprogramGroupImplementation__Alternatives_6_1)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_6_1()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getRightParenthesisKeyword_7_3()); }
+ RightParenthesis
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getRightParenthesisKeyword_7_3()); }
)
;
finally {
@@ -44662,53 +44657,53 @@ finally {
}
-rule__SubprogramGroupImplementation__Group_6_1_1__0
+rule__SubprogramGroupImplementation__Group_7_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupImplementation__Group_6_1_1__0__Impl
- rule__SubprogramGroupImplementation__Group_6_1_1__1
+ rule__SubprogramGroupImplementation__Group_7_2__0__Impl
+ rule__SubprogramGroupImplementation__Group_7_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Group_6_1_1__0__Impl
+rule__SubprogramGroupImplementation__Group_7_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getNoPrototypesAssignment_6_1_1_0()); }
- (rule__SubprogramGroupImplementation__NoPrototypesAssignment_6_1_1_0)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getNoPrototypesAssignment_6_1_1_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getCommaKeyword_7_2_0()); }
+ Comma
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getCommaKeyword_7_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Group_6_1_1__1
+rule__SubprogramGroupImplementation__Group_7_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupImplementation__Group_6_1_1__1__Impl
+ rule__SubprogramGroupImplementation__Group_7_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Group_6_1_1__1__Impl
+rule__SubprogramGroupImplementation__Group_7_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getSemicolonKeyword_6_1_1_1()); }
- Semicolon
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getSemicolonKeyword_6_1_1_1()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeBindingAssignment_7_2_1()); }
+ (rule__SubprogramGroupImplementation__OwnedPrototypeBindingAssignment_7_2_1)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeBindingAssignment_7_2_1()); }
)
;
finally {
@@ -44716,53 +44711,53 @@ finally {
}
-rule__SubprogramGroupImplementation__Group_7__0
+rule__SubprogramGroupImplementation__Group_8__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupImplementation__Group_7__0__Impl
- rule__SubprogramGroupImplementation__Group_7__1
+ rule__SubprogramGroupImplementation__Group_8__0__Impl
+ rule__SubprogramGroupImplementation__Group_8__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Group_7__0__Impl
+rule__SubprogramGroupImplementation__Group_8__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getSubcomponentsKeyword_7_0()); }
- Subcomponents
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getSubcomponentsKeyword_7_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getPrototypesKeyword_8_0()); }
+ Prototypes
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getPrototypesKeyword_8_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Group_7__1
+rule__SubprogramGroupImplementation__Group_8__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupImplementation__Group_7__1__Impl
+ rule__SubprogramGroupImplementation__Group_8__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Group_7__1__Impl
+rule__SubprogramGroupImplementation__Group_8__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_7_1()); }
- (rule__SubprogramGroupImplementation__Alternatives_7_1)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_7_1()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_8_1()); }
+ (rule__SubprogramGroupImplementation__Alternatives_8_1)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_8_1()); }
)
;
finally {
@@ -44770,53 +44765,53 @@ finally {
}
-rule__SubprogramGroupImplementation__Group_7_1_1__0
+rule__SubprogramGroupImplementation__Group_8_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupImplementation__Group_7_1_1__0__Impl
- rule__SubprogramGroupImplementation__Group_7_1_1__1
+ rule__SubprogramGroupImplementation__Group_8_1_1__0__Impl
+ rule__SubprogramGroupImplementation__Group_8_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Group_7_1_1__0__Impl
+rule__SubprogramGroupImplementation__Group_8_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0()); }
- (rule__SubprogramGroupImplementation__NoSubcomponentsAssignment_7_1_1_0)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getNoPrototypesAssignment_8_1_1_0()); }
+ (rule__SubprogramGroupImplementation__NoPrototypesAssignment_8_1_1_0)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getNoPrototypesAssignment_8_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Group_7_1_1__1
+rule__SubprogramGroupImplementation__Group_8_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupImplementation__Group_7_1_1__1__Impl
+ rule__SubprogramGroupImplementation__Group_8_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Group_7_1_1__1__Impl
+rule__SubprogramGroupImplementation__Group_8_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getSemicolonKeyword_7_1_1_1()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getSemicolonKeyword_8_1_1_1()); }
Semicolon
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getSemicolonKeyword_7_1_1_1()); }
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getSemicolonKeyword_8_1_1_1()); }
)
;
finally {
@@ -44824,60 +44819,53 @@ finally {
}
-rule__SubprogramGroupImplementation__Group_8__0
+rule__SubprogramGroupImplementation__Group_9__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupImplementation__Group_8__0__Impl
- rule__SubprogramGroupImplementation__Group_8__1
+ rule__SubprogramGroupImplementation__Group_9__0__Impl
+ rule__SubprogramGroupImplementation__Group_9__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Group_8__0__Impl
+rule__SubprogramGroupImplementation__Group_9__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0()); }
- ruleInternalFeaturesKeywords
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getSubcomponentsKeyword_9_0()); }
+ Subcomponents
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getSubcomponentsKeyword_9_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Group_8__1
+rule__SubprogramGroupImplementation__Group_9__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupImplementation__Group_8__1__Impl
+ rule__SubprogramGroupImplementation__Group_9__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Group_8__1__Impl
+rule__SubprogramGroupImplementation__Group_9__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_8_1()); }
- (rule__SubprogramGroupImplementation__Alternatives_8_1)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_8_1()); }
- )
- (
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_8_1()); }
- (rule__SubprogramGroupImplementation__Alternatives_8_1)*
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_8_1()); }
- )
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_9_1()); }
+ (rule__SubprogramGroupImplementation__Alternatives_9_1)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_9_1()); }
)
;
finally {
@@ -44885,60 +44873,53 @@ finally {
}
-rule__SubprogramGroupImplementation__Group_9__0
+rule__SubprogramGroupImplementation__Group_9_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupImplementation__Group_9__0__Impl
- rule__SubprogramGroupImplementation__Group_9__1
+ rule__SubprogramGroupImplementation__Group_9_1_1__0__Impl
+ rule__SubprogramGroupImplementation__Group_9_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Group_9__0__Impl
+rule__SubprogramGroupImplementation__Group_9_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getProcessorFeaturesKeywordsParserRuleCall_9_0()); }
- ruleProcessorFeaturesKeywords
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getProcessorFeaturesKeywordsParserRuleCall_9_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getNoSubcomponentsAssignment_9_1_1_0()); }
+ (rule__SubprogramGroupImplementation__NoSubcomponentsAssignment_9_1_1_0)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getNoSubcomponentsAssignment_9_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Group_9__1
+rule__SubprogramGroupImplementation__Group_9_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupImplementation__Group_9__1__Impl
+ rule__SubprogramGroupImplementation__Group_9_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Group_9__1__Impl
+rule__SubprogramGroupImplementation__Group_9_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_9_1()); }
- (rule__SubprogramGroupImplementation__Alternatives_9_1)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_9_1()); }
- )
- (
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_9_1()); }
- (rule__SubprogramGroupImplementation__Alternatives_9_1)*
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_9_1()); }
- )
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getSemicolonKeyword_9_1_1_1()); }
+ Semicolon
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getSemicolonKeyword_9_1_1_1()); }
)
;
finally {
@@ -44964,9 +44945,9 @@ rule__SubprogramGroupImplementation__Group_10__0__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getConnectionsKeyword_10_0()); }
- Connections
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getConnectionsKeyword_10_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getInternalKeyword_10_0()); }
+ Internal
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getInternalKeyword_10_0()); }
)
;
finally {
@@ -44979,6 +44960,7 @@ rule__SubprogramGroupImplementation__Group_10__1
}
:
rule__SubprogramGroupImplementation__Group_10__1__Impl
+ rule__SubprogramGroupImplementation__Group_10__2
;
finally {
restoreStackSize(stackSize);
@@ -44990,63 +44972,42 @@ rule__SubprogramGroupImplementation__Group_10__1__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_10_1()); }
- (rule__SubprogramGroupImplementation__Alternatives_10_1)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_10_1()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__SubprogramGroupImplementation__Group_10_1_1__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__SubprogramGroupImplementation__Group_10_1_1__0__Impl
- rule__SubprogramGroupImplementation__Group_10_1_1__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SubprogramGroupImplementation__Group_10_1_1__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getNoConnectionsAssignment_10_1_1_0()); }
- (rule__SubprogramGroupImplementation__NoConnectionsAssignment_10_1_1_0)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getNoConnectionsAssignment_10_1_1_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getFeaturesKeyword_10_1()); }
+ Features
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getFeaturesKeyword_10_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Group_10_1_1__1
+rule__SubprogramGroupImplementation__Group_10__2
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupImplementation__Group_10_1_1__1__Impl
+ rule__SubprogramGroupImplementation__Group_10__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Group_10_1_1__1__Impl
+rule__SubprogramGroupImplementation__Group_10__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getSemicolonKeyword_10_1_1_1()); }
- Semicolon
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getSemicolonKeyword_10_1_1_1()); }
+ (
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_10_2()); }
+ (rule__SubprogramGroupImplementation__Alternatives_10_2)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_10_2()); }
+ )
+ (
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_10_2()); }
+ (rule__SubprogramGroupImplementation__Alternatives_10_2)*
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_10_2()); }
+ )
)
;
finally {
@@ -45072,9 +45033,9 @@ rule__SubprogramGroupImplementation__Group_11__0__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getModesKeyword_11_0()); }
- Modes
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getModesKeyword_11_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getProcessorKeyword_11_0()); }
+ Processor
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getProcessorKeyword_11_0()); }
)
;
finally {
@@ -45087,6 +45048,7 @@ rule__SubprogramGroupImplementation__Group_11__1
}
:
rule__SubprogramGroupImplementation__Group_11__1__Impl
+ rule__SubprogramGroupImplementation__Group_11__2
;
finally {
restoreStackSize(stackSize);
@@ -45098,63 +45060,42 @@ rule__SubprogramGroupImplementation__Group_11__1__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_11_1()); }
- (rule__SubprogramGroupImplementation__Alternatives_11_1)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_11_1()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__SubprogramGroupImplementation__Group_11_1_1__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__SubprogramGroupImplementation__Group_11_1_1__0__Impl
- rule__SubprogramGroupImplementation__Group_11_1_1__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__SubprogramGroupImplementation__Group_11_1_1__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getNoModesAssignment_11_1_1_0()); }
- (rule__SubprogramGroupImplementation__NoModesAssignment_11_1_1_0)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getNoModesAssignment_11_1_1_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getFeaturesKeyword_11_1()); }
+ Features
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getFeaturesKeyword_11_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Group_11_1_1__1
+rule__SubprogramGroupImplementation__Group_11__2
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupImplementation__Group_11_1_1__1__Impl
+ rule__SubprogramGroupImplementation__Group_11__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__Group_11_1_1__1__Impl
+rule__SubprogramGroupImplementation__Group_11__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getSemicolonKeyword_11_1_1_1()); }
- Semicolon
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getSemicolonKeyword_11_1_1_1()); }
+ (
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_11_2()); }
+ (rule__SubprogramGroupImplementation__Alternatives_11_2)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_11_2()); }
+ )
+ (
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_11_2()); }
+ (rule__SubprogramGroupImplementation__Alternatives_11_2)*
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_11_2()); }
+ )
)
;
finally {
@@ -45180,9 +45121,9 @@ rule__SubprogramGroupImplementation__Group_12__0__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getPropertiesKeyword_12_0()); }
- Properties
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getPropertiesKeyword_12_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getConnectionsKeyword_12_0()); }
+ Connections
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getConnectionsKeyword_12_0()); }
)
;
finally {
@@ -45234,9 +45175,9 @@ rule__SubprogramGroupImplementation__Group_12_1_1__0__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getNoPropertiesAssignment_12_1_1_0()); }
- (rule__SubprogramGroupImplementation__NoPropertiesAssignment_12_1_1_0)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getNoPropertiesAssignment_12_1_1_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getNoConnectionsAssignment_12_1_1_0()); }
+ (rule__SubprogramGroupImplementation__NoConnectionsAssignment_12_1_1_0)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getNoConnectionsAssignment_12_1_1_0()); }
)
;
finally {
@@ -45270,620 +45211,701 @@ finally {
}
-rule__ProcessorImplementation__Group__0
+rule__SubprogramGroupImplementation__Group_13__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorImplementation__Group__0__Impl
- rule__ProcessorImplementation__Group__1
+ rule__SubprogramGroupImplementation__Group_13__0__Impl
+ rule__SubprogramGroupImplementation__Group_13__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group__0__Impl
+rule__SubprogramGroupImplementation__Group_13__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getProcessorImplementationKeywordsParserRuleCall_0()); }
- ruleProcessorImplementationKeywords
- { after(grammarAccess.getProcessorImplementationAccess().getProcessorImplementationKeywordsParserRuleCall_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getModesKeyword_13_0()); }
+ Modes
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getModesKeyword_13_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group__1
+rule__SubprogramGroupImplementation__Group_13__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorImplementation__Group__1__Impl
- rule__ProcessorImplementation__Group__2
+ rule__SubprogramGroupImplementation__Group_13__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group__1__Impl
+rule__SubprogramGroupImplementation__Group_13__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedRealizationAssignment_1()); }
- (rule__ProcessorImplementation__OwnedRealizationAssignment_1)
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedRealizationAssignment_1()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_13_1()); }
+ (rule__SubprogramGroupImplementation__Alternatives_13_1)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_13_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group__2
+
+rule__SubprogramGroupImplementation__Group_13_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorImplementation__Group__2__Impl
- rule__ProcessorImplementation__Group__3
+ rule__SubprogramGroupImplementation__Group_13_1_1__0__Impl
+ rule__SubprogramGroupImplementation__Group_13_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group__2__Impl
+rule__SubprogramGroupImplementation__Group_13_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getFullStopKeyword_2()); }
- FullStop
- { after(grammarAccess.getProcessorImplementationAccess().getFullStopKeyword_2()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getNoModesAssignment_13_1_1_0()); }
+ (rule__SubprogramGroupImplementation__NoModesAssignment_13_1_1_0)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getNoModesAssignment_13_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group__3
+rule__SubprogramGroupImplementation__Group_13_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorImplementation__Group__3__Impl
- rule__ProcessorImplementation__Group__4
+ rule__SubprogramGroupImplementation__Group_13_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group__3__Impl
+rule__SubprogramGroupImplementation__Group_13_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getNameAssignment_3()); }
- (rule__ProcessorImplementation__NameAssignment_3)
- { after(grammarAccess.getProcessorImplementationAccess().getNameAssignment_3()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getSemicolonKeyword_13_1_1_1()); }
+ Semicolon
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getSemicolonKeyword_13_1_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group__4
+
+rule__SubprogramGroupImplementation__Group_14__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorImplementation__Group__4__Impl
- rule__ProcessorImplementation__Group__5
+ rule__SubprogramGroupImplementation__Group_14__0__Impl
+ rule__SubprogramGroupImplementation__Group_14__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group__4__Impl
+rule__SubprogramGroupImplementation__Group_14__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedExtensionAssignment_4()); }
- (rule__ProcessorImplementation__OwnedExtensionAssignment_4)?
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedExtensionAssignment_4()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getPropertiesKeyword_14_0()); }
+ Properties
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getPropertiesKeyword_14_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group__5
+rule__SubprogramGroupImplementation__Group_14__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorImplementation__Group__5__Impl
- rule__ProcessorImplementation__Group__6
+ rule__SubprogramGroupImplementation__Group_14__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group__5__Impl
+rule__SubprogramGroupImplementation__Group_14__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getGroup_5()); }
- (rule__ProcessorImplementation__Group_5__0)?
- { after(grammarAccess.getProcessorImplementationAccess().getGroup_5()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_14_1()); }
+ (rule__SubprogramGroupImplementation__Alternatives_14_1)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_14_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group__6
+
+rule__SubprogramGroupImplementation__Group_14_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorImplementation__Group__6__Impl
- rule__ProcessorImplementation__Group__7
+ rule__SubprogramGroupImplementation__Group_14_1_1__0__Impl
+ rule__SubprogramGroupImplementation__Group_14_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group__6__Impl
+rule__SubprogramGroupImplementation__Group_14_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getGroup_6()); }
- (rule__ProcessorImplementation__Group_6__0)?
- { after(grammarAccess.getProcessorImplementationAccess().getGroup_6()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getNoPropertiesAssignment_14_1_1_0()); }
+ (rule__SubprogramGroupImplementation__NoPropertiesAssignment_14_1_1_0)
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getNoPropertiesAssignment_14_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group__7
+rule__SubprogramGroupImplementation__Group_14_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorImplementation__Group__7__Impl
- rule__ProcessorImplementation__Group__8
+ rule__SubprogramGroupImplementation__Group_14_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group__7__Impl
+rule__SubprogramGroupImplementation__Group_14_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getGroup_7()); }
- (rule__ProcessorImplementation__Group_7__0)?
- { after(grammarAccess.getProcessorImplementationAccess().getGroup_7()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getSemicolonKeyword_14_1_1_1()); }
+ Semicolon
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getSemicolonKeyword_14_1_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group__8
+
+rule__ProcessorImplementation__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorImplementation__Group__8__Impl
- rule__ProcessorImplementation__Group__9
+ rule__ProcessorImplementation__Group__0__Impl
+ rule__ProcessorImplementation__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group__8__Impl
+rule__ProcessorImplementation__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getGroup_8()); }
- (rule__ProcessorImplementation__Group_8__0)?
- { after(grammarAccess.getProcessorImplementationAccess().getGroup_8()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getProcessorKeyword_0()); }
+ Processor
+ { after(grammarAccess.getProcessorImplementationAccess().getProcessorKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group__9
+rule__ProcessorImplementation__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorImplementation__Group__9__Impl
- rule__ProcessorImplementation__Group__10
+ rule__ProcessorImplementation__Group__1__Impl
+ rule__ProcessorImplementation__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group__9__Impl
+rule__ProcessorImplementation__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getGroup_9()); }
- (rule__ProcessorImplementation__Group_9__0)?
- { after(grammarAccess.getProcessorImplementationAccess().getGroup_9()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getImplementationKeyword_1()); }
+ Implementation
+ { after(grammarAccess.getProcessorImplementationAccess().getImplementationKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group__10
+rule__ProcessorImplementation__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorImplementation__Group__10__Impl
- rule__ProcessorImplementation__Group__11
+ rule__ProcessorImplementation__Group__2__Impl
+ rule__ProcessorImplementation__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group__10__Impl
+rule__ProcessorImplementation__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getGroup_10()); }
- (rule__ProcessorImplementation__Group_10__0)?
- { after(grammarAccess.getProcessorImplementationAccess().getGroup_10()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedRealizationAssignment_2()); }
+ (rule__ProcessorImplementation__OwnedRealizationAssignment_2)
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedRealizationAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group__11
+rule__ProcessorImplementation__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorImplementation__Group__11__Impl
- rule__ProcessorImplementation__Group__12
+ rule__ProcessorImplementation__Group__3__Impl
+ rule__ProcessorImplementation__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group__11__Impl
+rule__ProcessorImplementation__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getGroup_11()); }
- (rule__ProcessorImplementation__Group_11__0)?
- { after(grammarAccess.getProcessorImplementationAccess().getGroup_11()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getFullStopKeyword_3()); }
+ FullStop
+ { after(grammarAccess.getProcessorImplementationAccess().getFullStopKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group__12
+rule__ProcessorImplementation__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorImplementation__Group__12__Impl
- rule__ProcessorImplementation__Group__13
+ rule__ProcessorImplementation__Group__4__Impl
+ rule__ProcessorImplementation__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group__12__Impl
+rule__ProcessorImplementation__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getGroup_12()); }
- (rule__ProcessorImplementation__Group_12__0)?
- { after(grammarAccess.getProcessorImplementationAccess().getGroup_12()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getNameAssignment_4()); }
+ (rule__ProcessorImplementation__NameAssignment_4)
+ { after(grammarAccess.getProcessorImplementationAccess().getNameAssignment_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group__13
+rule__ProcessorImplementation__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorImplementation__Group__13__Impl
- rule__ProcessorImplementation__Group__14
+ rule__ProcessorImplementation__Group__5__Impl
+ rule__ProcessorImplementation__Group__6
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group__13__Impl
+rule__ProcessorImplementation__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedAnnexSubclauseAssignment_13()); }
- (rule__ProcessorImplementation__OwnedAnnexSubclauseAssignment_13)*
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedAnnexSubclauseAssignment_13()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedExtensionAssignment_5()); }
+ (rule__ProcessorImplementation__OwnedExtensionAssignment_5)?
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedExtensionAssignment_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group__14
+rule__ProcessorImplementation__Group__6
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorImplementation__Group__14__Impl
- rule__ProcessorImplementation__Group__15
+ rule__ProcessorImplementation__Group__6__Impl
+ rule__ProcessorImplementation__Group__7
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group__14__Impl
+rule__ProcessorImplementation__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getEndKeyword_14()); }
- End
- { after(grammarAccess.getProcessorImplementationAccess().getEndKeyword_14()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getGroup_6()); }
+ (rule__ProcessorImplementation__Group_6__0)?
+ { after(grammarAccess.getProcessorImplementationAccess().getGroup_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group__15
+rule__ProcessorImplementation__Group__7
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorImplementation__Group__15__Impl
- rule__ProcessorImplementation__Group__16
+ rule__ProcessorImplementation__Group__7__Impl
+ rule__ProcessorImplementation__Group__8
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group__15__Impl
+rule__ProcessorImplementation__Group__7__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getFULLINAMEParserRuleCall_15()); }
- ruleFULLINAME
- { after(grammarAccess.getProcessorImplementationAccess().getFULLINAMEParserRuleCall_15()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getGroup_7()); }
+ (rule__ProcessorImplementation__Group_7__0)?
+ { after(grammarAccess.getProcessorImplementationAccess().getGroup_7()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group__16
+rule__ProcessorImplementation__Group__8
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorImplementation__Group__16__Impl
+ rule__ProcessorImplementation__Group__8__Impl
+ rule__ProcessorImplementation__Group__9
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group__16__Impl
+rule__ProcessorImplementation__Group__8__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getSemicolonKeyword_16()); }
- Semicolon
- { after(grammarAccess.getProcessorImplementationAccess().getSemicolonKeyword_16()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getGroup_8()); }
+ (rule__ProcessorImplementation__Group_8__0)?
+ { after(grammarAccess.getProcessorImplementationAccess().getGroup_8()); }
)
;
finally {
restoreStackSize(stackSize);
}
+rule__ProcessorImplementation__Group__9
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ProcessorImplementation__Group__9__Impl
+ rule__ProcessorImplementation__Group__10
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessorImplementation__Group__9__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getProcessorImplementationAccess().getGroup_9()); }
+ (rule__ProcessorImplementation__Group_9__0)?
+ { after(grammarAccess.getProcessorImplementationAccess().getGroup_9()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
-rule__ProcessorImplementation__Group_5__0
+rule__ProcessorImplementation__Group__10
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorImplementation__Group_5__0__Impl
- rule__ProcessorImplementation__Group_5__1
+ rule__ProcessorImplementation__Group__10__Impl
+ rule__ProcessorImplementation__Group__11
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group_5__0__Impl
+rule__ProcessorImplementation__Group__10__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getLeftParenthesisKeyword_5_0()); }
- LeftParenthesis
- { after(grammarAccess.getProcessorImplementationAccess().getLeftParenthesisKeyword_5_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getGroup_10()); }
+ (rule__ProcessorImplementation__Group_10__0)?
+ { after(grammarAccess.getProcessorImplementationAccess().getGroup_10()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessorImplementation__Group__11
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ProcessorImplementation__Group__11__Impl
+ rule__ProcessorImplementation__Group__12
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessorImplementation__Group__11__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getProcessorImplementationAccess().getGroup_11()); }
+ (rule__ProcessorImplementation__Group_11__0)?
+ { after(grammarAccess.getProcessorImplementationAccess().getGroup_11()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group_5__1
+rule__ProcessorImplementation__Group__12
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorImplementation__Group_5__1__Impl
- rule__ProcessorImplementation__Group_5__2
+ rule__ProcessorImplementation__Group__12__Impl
+ rule__ProcessorImplementation__Group__13
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group_5__1__Impl
+rule__ProcessorImplementation__Group__12__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeBindingAssignment_5_1()); }
- (rule__ProcessorImplementation__OwnedPrototypeBindingAssignment_5_1)
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeBindingAssignment_5_1()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getGroup_12()); }
+ (rule__ProcessorImplementation__Group_12__0)?
+ { after(grammarAccess.getProcessorImplementationAccess().getGroup_12()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group_5__2
+rule__ProcessorImplementation__Group__13
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorImplementation__Group_5__2__Impl
- rule__ProcessorImplementation__Group_5__3
+ rule__ProcessorImplementation__Group__13__Impl
+ rule__ProcessorImplementation__Group__14
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group_5__2__Impl
+rule__ProcessorImplementation__Group__13__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getGroup_5_2()); }
- (rule__ProcessorImplementation__Group_5_2__0)*
- { after(grammarAccess.getProcessorImplementationAccess().getGroup_5_2()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getGroup_13()); }
+ (rule__ProcessorImplementation__Group_13__0)?
+ { after(grammarAccess.getProcessorImplementationAccess().getGroup_13()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group_5__3
+rule__ProcessorImplementation__Group__14
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorImplementation__Group_5__3__Impl
+ rule__ProcessorImplementation__Group__14__Impl
+ rule__ProcessorImplementation__Group__15
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group_5__3__Impl
+rule__ProcessorImplementation__Group__14__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getRightParenthesisKeyword_5_3()); }
- RightParenthesis
- { after(grammarAccess.getProcessorImplementationAccess().getRightParenthesisKeyword_5_3()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedAnnexSubclauseAssignment_14()); }
+ (rule__ProcessorImplementation__OwnedAnnexSubclauseAssignment_14)*
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedAnnexSubclauseAssignment_14()); }
)
;
finally {
restoreStackSize(stackSize);
}
+rule__ProcessorImplementation__Group__15
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ProcessorImplementation__Group__15__Impl
+ rule__ProcessorImplementation__Group__16
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessorImplementation__Group__15__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getProcessorImplementationAccess().getEndKeyword_15()); }
+ End
+ { after(grammarAccess.getProcessorImplementationAccess().getEndKeyword_15()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
-rule__ProcessorImplementation__Group_5_2__0
+rule__ProcessorImplementation__Group__16
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorImplementation__Group_5_2__0__Impl
- rule__ProcessorImplementation__Group_5_2__1
+ rule__ProcessorImplementation__Group__16__Impl
+ rule__ProcessorImplementation__Group__17
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group_5_2__0__Impl
+rule__ProcessorImplementation__Group__16__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getCommaKeyword_5_2_0()); }
- Comma
- { after(grammarAccess.getProcessorImplementationAccess().getCommaKeyword_5_2_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getFULLINAMEParserRuleCall_16()); }
+ ruleFULLINAME
+ { after(grammarAccess.getProcessorImplementationAccess().getFULLINAMEParserRuleCall_16()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group_5_2__1
+rule__ProcessorImplementation__Group__17
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorImplementation__Group_5_2__1__Impl
+ rule__ProcessorImplementation__Group__17__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group_5_2__1__Impl
+rule__ProcessorImplementation__Group__17__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1()); }
- (rule__ProcessorImplementation__OwnedPrototypeBindingAssignment_5_2_1)
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getSemicolonKeyword_17()); }
+ Semicolon
+ { after(grammarAccess.getProcessorImplementationAccess().getSemicolonKeyword_17()); }
)
;
finally {
@@ -45909,9 +45931,9 @@ rule__ProcessorImplementation__Group_6__0__Impl
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getPrototypesKeyword_6_0()); }
- Prototypes
- { after(grammarAccess.getProcessorImplementationAccess().getPrototypesKeyword_6_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getLeftParenthesisKeyword_6_0()); }
+ LeftParenthesis
+ { after(grammarAccess.getProcessorImplementationAccess().getLeftParenthesisKeyword_6_0()); }
)
;
finally {
@@ -45924,6 +45946,7 @@ rule__ProcessorImplementation__Group_6__1
}
:
rule__ProcessorImplementation__Group_6__1__Impl
+ rule__ProcessorImplementation__Group_6__2
;
finally {
restoreStackSize(stackSize);
@@ -45935,63 +45958,116 @@ rule__ProcessorImplementation__Group_6__1__Impl
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getAlternatives_6_1()); }
- (rule__ProcessorImplementation__Alternatives_6_1)
- { after(grammarAccess.getProcessorImplementationAccess().getAlternatives_6_1()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeBindingAssignment_6_1()); }
+ (rule__ProcessorImplementation__OwnedPrototypeBindingAssignment_6_1)
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeBindingAssignment_6_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
+rule__ProcessorImplementation__Group_6__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ProcessorImplementation__Group_6__2__Impl
+ rule__ProcessorImplementation__Group_6__3
+;
+finally {
+ restoreStackSize(stackSize);
+}
-rule__ProcessorImplementation__Group_6_1_1__0
+rule__ProcessorImplementation__Group_6__2__Impl
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorImplementation__Group_6_1_1__0__Impl
- rule__ProcessorImplementation__Group_6_1_1__1
+(
+ { before(grammarAccess.getProcessorImplementationAccess().getGroup_6_2()); }
+ (rule__ProcessorImplementation__Group_6_2__0)*
+ { after(grammarAccess.getProcessorImplementationAccess().getGroup_6_2()); }
+)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group_6_1_1__0__Impl
+rule__ProcessorImplementation__Group_6__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ProcessorImplementation__Group_6__3__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessorImplementation__Group_6__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getNoPrototypesAssignment_6_1_1_0()); }
- (rule__ProcessorImplementation__NoPrototypesAssignment_6_1_1_0)
- { after(grammarAccess.getProcessorImplementationAccess().getNoPrototypesAssignment_6_1_1_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getRightParenthesisKeyword_6_3()); }
+ RightParenthesis
+ { after(grammarAccess.getProcessorImplementationAccess().getRightParenthesisKeyword_6_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group_6_1_1__1
+
+rule__ProcessorImplementation__Group_6_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorImplementation__Group_6_1_1__1__Impl
+ rule__ProcessorImplementation__Group_6_2__0__Impl
+ rule__ProcessorImplementation__Group_6_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group_6_1_1__1__Impl
+rule__ProcessorImplementation__Group_6_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getSemicolonKeyword_6_1_1_1()); }
- Semicolon
- { after(grammarAccess.getProcessorImplementationAccess().getSemicolonKeyword_6_1_1_1()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getCommaKeyword_6_2_0()); }
+ Comma
+ { after(grammarAccess.getProcessorImplementationAccess().getCommaKeyword_6_2_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessorImplementation__Group_6_2__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ProcessorImplementation__Group_6_2__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessorImplementation__Group_6_2__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1()); }
+ (rule__ProcessorImplementation__OwnedPrototypeBindingAssignment_6_2_1)
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1()); }
)
;
finally {
@@ -46017,9 +46093,9 @@ rule__ProcessorImplementation__Group_7__0__Impl
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getSubcomponentsKeyword_7_0()); }
- Subcomponents
- { after(grammarAccess.getProcessorImplementationAccess().getSubcomponentsKeyword_7_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getPrototypesKeyword_7_0()); }
+ Prototypes
+ { after(grammarAccess.getProcessorImplementationAccess().getPrototypesKeyword_7_0()); }
)
;
finally {
@@ -46071,9 +46147,9 @@ rule__ProcessorImplementation__Group_7_1_1__0__Impl
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0()); }
- (rule__ProcessorImplementation__NoSubcomponentsAssignment_7_1_1_0)
- { after(grammarAccess.getProcessorImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getNoPrototypesAssignment_7_1_1_0()); }
+ (rule__ProcessorImplementation__NoPrototypesAssignment_7_1_1_0)
+ { after(grammarAccess.getProcessorImplementationAccess().getNoPrototypesAssignment_7_1_1_0()); }
)
;
finally {
@@ -46125,9 +46201,9 @@ rule__ProcessorImplementation__Group_8__0__Impl
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0()); }
- ruleInternalFeaturesKeywords
- { after(grammarAccess.getProcessorImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getSubcomponentsKeyword_8_0()); }
+ Subcomponents
+ { after(grammarAccess.getProcessorImplementationAccess().getSubcomponentsKeyword_8_0()); }
)
;
finally {
@@ -46151,16 +46227,9 @@ rule__ProcessorImplementation__Group_8__1__Impl
}
:
(
- (
- { before(grammarAccess.getProcessorImplementationAccess().getAlternatives_8_1()); }
- (rule__ProcessorImplementation__Alternatives_8_1)
- { after(grammarAccess.getProcessorImplementationAccess().getAlternatives_8_1()); }
- )
- (
- { before(grammarAccess.getProcessorImplementationAccess().getAlternatives_8_1()); }
- (rule__ProcessorImplementation__Alternatives_8_1)*
- { after(grammarAccess.getProcessorImplementationAccess().getAlternatives_8_1()); }
- )
+ { before(grammarAccess.getProcessorImplementationAccess().getAlternatives_8_1()); }
+ (rule__ProcessorImplementation__Alternatives_8_1)
+ { after(grammarAccess.getProcessorImplementationAccess().getAlternatives_8_1()); }
)
;
finally {
@@ -46168,53 +46237,53 @@ finally {
}
-rule__ProcessorImplementation__Group_9__0
+rule__ProcessorImplementation__Group_8_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorImplementation__Group_9__0__Impl
- rule__ProcessorImplementation__Group_9__1
+ rule__ProcessorImplementation__Group_8_1_1__0__Impl
+ rule__ProcessorImplementation__Group_8_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group_9__0__Impl
+rule__ProcessorImplementation__Group_8_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getConnectionsKeyword_9_0()); }
- Connections
- { after(grammarAccess.getProcessorImplementationAccess().getConnectionsKeyword_9_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0()); }
+ (rule__ProcessorImplementation__NoSubcomponentsAssignment_8_1_1_0)
+ { after(grammarAccess.getProcessorImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group_9__1
+rule__ProcessorImplementation__Group_8_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorImplementation__Group_9__1__Impl
+ rule__ProcessorImplementation__Group_8_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group_9__1__Impl
+rule__ProcessorImplementation__Group_8_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getAlternatives_9_1()); }
- (rule__ProcessorImplementation__Alternatives_9_1)
- { after(grammarAccess.getProcessorImplementationAccess().getAlternatives_9_1()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getSemicolonKeyword_8_1_1_1()); }
+ Semicolon
+ { after(grammarAccess.getProcessorImplementationAccess().getSemicolonKeyword_8_1_1_1()); }
)
;
finally {
@@ -46222,53 +46291,87 @@ finally {
}
-rule__ProcessorImplementation__Group_9_1_1__0
+rule__ProcessorImplementation__Group_9__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorImplementation__Group_9_1_1__0__Impl
- rule__ProcessorImplementation__Group_9_1_1__1
+ rule__ProcessorImplementation__Group_9__0__Impl
+ rule__ProcessorImplementation__Group_9__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group_9_1_1__0__Impl
+rule__ProcessorImplementation__Group_9__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getNoConnectionsAssignment_9_1_1_0()); }
- (rule__ProcessorImplementation__NoConnectionsAssignment_9_1_1_0)
- { after(grammarAccess.getProcessorImplementationAccess().getNoConnectionsAssignment_9_1_1_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getInternalKeyword_9_0()); }
+ Internal
+ { after(grammarAccess.getProcessorImplementationAccess().getInternalKeyword_9_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group_9_1_1__1
+rule__ProcessorImplementation__Group_9__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorImplementation__Group_9_1_1__1__Impl
+ rule__ProcessorImplementation__Group_9__1__Impl
+ rule__ProcessorImplementation__Group_9__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__Group_9_1_1__1__Impl
+rule__ProcessorImplementation__Group_9__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getSemicolonKeyword_9_1_1_1()); }
- Semicolon
- { after(grammarAccess.getProcessorImplementationAccess().getSemicolonKeyword_9_1_1_1()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getFeaturesKeyword_9_1()); }
+ Features
+ { after(grammarAccess.getProcessorImplementationAccess().getFeaturesKeyword_9_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessorImplementation__Group_9__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ProcessorImplementation__Group_9__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessorImplementation__Group_9__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ (
+ { before(grammarAccess.getProcessorImplementationAccess().getAlternatives_9_2()); }
+ (rule__ProcessorImplementation__Alternatives_9_2)
+ { after(grammarAccess.getProcessorImplementationAccess().getAlternatives_9_2()); }
+ )
+ (
+ { before(grammarAccess.getProcessorImplementationAccess().getAlternatives_9_2()); }
+ (rule__ProcessorImplementation__Alternatives_9_2)*
+ { after(grammarAccess.getProcessorImplementationAccess().getAlternatives_9_2()); }
+ )
)
;
finally {
@@ -46294,9 +46397,9 @@ rule__ProcessorImplementation__Group_10__0__Impl
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getFlowsKeyword_10_0()); }
- Flows
- { after(grammarAccess.getProcessorImplementationAccess().getFlowsKeyword_10_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getConnectionsKeyword_10_0()); }
+ Connections
+ { after(grammarAccess.getProcessorImplementationAccess().getConnectionsKeyword_10_0()); }
)
;
finally {
@@ -46348,9 +46451,9 @@ rule__ProcessorImplementation__Group_10_1_1__0__Impl
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getNoFlowsAssignment_10_1_1_0()); }
- (rule__ProcessorImplementation__NoFlowsAssignment_10_1_1_0)
- { after(grammarAccess.getProcessorImplementationAccess().getNoFlowsAssignment_10_1_1_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getNoConnectionsAssignment_10_1_1_0()); }
+ (rule__ProcessorImplementation__NoConnectionsAssignment_10_1_1_0)
+ { after(grammarAccess.getProcessorImplementationAccess().getNoConnectionsAssignment_10_1_1_0()); }
)
;
finally {
@@ -46402,9 +46505,9 @@ rule__ProcessorImplementation__Group_11__0__Impl
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getModesKeyword_11_0()); }
- Modes
- { after(grammarAccess.getProcessorImplementationAccess().getModesKeyword_11_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getFlowsKeyword_11_0()); }
+ Flows
+ { after(grammarAccess.getProcessorImplementationAccess().getFlowsKeyword_11_0()); }
)
;
finally {
@@ -46456,9 +46559,9 @@ rule__ProcessorImplementation__Group_11_1_1__0__Impl
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getNoModesAssignment_11_1_1_0()); }
- (rule__ProcessorImplementation__NoModesAssignment_11_1_1_0)
- { after(grammarAccess.getProcessorImplementationAccess().getNoModesAssignment_11_1_1_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getNoFlowsAssignment_11_1_1_0()); }
+ (rule__ProcessorImplementation__NoFlowsAssignment_11_1_1_0)
+ { after(grammarAccess.getProcessorImplementationAccess().getNoFlowsAssignment_11_1_1_0()); }
)
;
finally {
@@ -46510,9 +46613,9 @@ rule__ProcessorImplementation__Group_12__0__Impl
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getPropertiesKeyword_12_0()); }
- Properties
- { after(grammarAccess.getProcessorImplementationAccess().getPropertiesKeyword_12_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getModesKeyword_12_0()); }
+ Modes
+ { after(grammarAccess.getProcessorImplementationAccess().getModesKeyword_12_0()); }
)
;
finally {
@@ -46564,9 +46667,9 @@ rule__ProcessorImplementation__Group_12_1_1__0__Impl
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getNoPropertiesAssignment_12_1_1_0()); }
- (rule__ProcessorImplementation__NoPropertiesAssignment_12_1_1_0)
- { after(grammarAccess.getProcessorImplementationAccess().getNoPropertiesAssignment_12_1_1_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getNoModesAssignment_12_1_1_0()); }
+ (rule__ProcessorImplementation__NoModesAssignment_12_1_1_0)
+ { after(grammarAccess.getProcessorImplementationAccess().getNoModesAssignment_12_1_1_0()); }
)
;
finally {
@@ -46600,6 +46703,114 @@ finally {
}
+rule__ProcessorImplementation__Group_13__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ProcessorImplementation__Group_13__0__Impl
+ rule__ProcessorImplementation__Group_13__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessorImplementation__Group_13__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getProcessorImplementationAccess().getPropertiesKeyword_13_0()); }
+ Properties
+ { after(grammarAccess.getProcessorImplementationAccess().getPropertiesKeyword_13_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessorImplementation__Group_13__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ProcessorImplementation__Group_13__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessorImplementation__Group_13__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getProcessorImplementationAccess().getAlternatives_13_1()); }
+ (rule__ProcessorImplementation__Alternatives_13_1)
+ { after(grammarAccess.getProcessorImplementationAccess().getAlternatives_13_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__ProcessorImplementation__Group_13_1_1__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ProcessorImplementation__Group_13_1_1__0__Impl
+ rule__ProcessorImplementation__Group_13_1_1__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessorImplementation__Group_13_1_1__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getProcessorImplementationAccess().getNoPropertiesAssignment_13_1_1_0()); }
+ (rule__ProcessorImplementation__NoPropertiesAssignment_13_1_1_0)
+ { after(grammarAccess.getProcessorImplementationAccess().getNoPropertiesAssignment_13_1_1_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessorImplementation__Group_13_1_1__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ProcessorImplementation__Group_13_1_1__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessorImplementation__Group_13_1_1__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getProcessorImplementationAccess().getSemicolonKeyword_13_1_1_1()); }
+ Semicolon
+ { after(grammarAccess.getProcessorImplementationAccess().getSemicolonKeyword_13_1_1_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
rule__VirtualProcessorImplementation__Group__0
@init {
int stackSize = keepStackSize();
@@ -46618,9 +46829,9 @@ rule__VirtualProcessorImplementation__Group__0__Impl
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getVirtualProcessorImplementationKeywordsParserRuleCall_0()); }
- ruleVirtualProcessorImplementationKeywords
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getVirtualProcessorImplementationKeywordsParserRuleCall_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getVirtualKeyword_0()); }
+ Virtual
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getVirtualKeyword_0()); }
)
;
finally {
@@ -46645,9 +46856,9 @@ rule__VirtualProcessorImplementation__Group__1__Impl
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedRealizationAssignment_1()); }
- (rule__VirtualProcessorImplementation__OwnedRealizationAssignment_1)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedRealizationAssignment_1()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getProcessorKeyword_1()); }
+ Processor
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getProcessorKeyword_1()); }
)
;
finally {
@@ -46672,9 +46883,9 @@ rule__VirtualProcessorImplementation__Group__2__Impl
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getFullStopKeyword_2()); }
- FullStop
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getFullStopKeyword_2()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getImplementationKeyword_2()); }
+ Implementation
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getImplementationKeyword_2()); }
)
;
finally {
@@ -46699,9 +46910,9 @@ rule__VirtualProcessorImplementation__Group__3__Impl
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getNameAssignment_3()); }
- (rule__VirtualProcessorImplementation__NameAssignment_3)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getNameAssignment_3()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedRealizationAssignment_3()); }
+ (rule__VirtualProcessorImplementation__OwnedRealizationAssignment_3)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedRealizationAssignment_3()); }
)
;
finally {
@@ -46726,9 +46937,9 @@ rule__VirtualProcessorImplementation__Group__4__Impl
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedExtensionAssignment_4()); }
- (rule__VirtualProcessorImplementation__OwnedExtensionAssignment_4)?
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedExtensionAssignment_4()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getFullStopKeyword_4()); }
+ FullStop
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getFullStopKeyword_4()); }
)
;
finally {
@@ -46753,9 +46964,9 @@ rule__VirtualProcessorImplementation__Group__5__Impl
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_5()); }
- (rule__VirtualProcessorImplementation__Group_5__0)?
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_5()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getNameAssignment_5()); }
+ (rule__VirtualProcessorImplementation__NameAssignment_5)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getNameAssignment_5()); }
)
;
finally {
@@ -46780,9 +46991,9 @@ rule__VirtualProcessorImplementation__Group__6__Impl
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_6()); }
- (rule__VirtualProcessorImplementation__Group_6__0)?
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_6()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedExtensionAssignment_6()); }
+ (rule__VirtualProcessorImplementation__OwnedExtensionAssignment_6)?
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedExtensionAssignment_6()); }
)
;
finally {
@@ -46996,9 +47207,9 @@ rule__VirtualProcessorImplementation__Group__14__Impl
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAnnexSubclauseAssignment_14()); }
- (rule__VirtualProcessorImplementation__OwnedAnnexSubclauseAssignment_14)*
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAnnexSubclauseAssignment_14()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_14()); }
+ (rule__VirtualProcessorImplementation__Group_14__0)?
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_14()); }
)
;
finally {
@@ -47023,9 +47234,9 @@ rule__VirtualProcessorImplementation__Group__15__Impl
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getEndKeyword_15()); }
- End
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getEndKeyword_15()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_15()); }
+ (rule__VirtualProcessorImplementation__Group_15__0)?
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_15()); }
)
;
finally {
@@ -47050,9 +47261,9 @@ rule__VirtualProcessorImplementation__Group__16__Impl
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getFULLINAMEParserRuleCall_16()); }
- ruleFULLINAME
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getFULLINAMEParserRuleCall_16()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAnnexSubclauseAssignment_16()); }
+ (rule__VirtualProcessorImplementation__OwnedAnnexSubclauseAssignment_16)*
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAnnexSubclauseAssignment_16()); }
)
;
finally {
@@ -47065,6 +47276,7 @@ rule__VirtualProcessorImplementation__Group__17
}
:
rule__VirtualProcessorImplementation__Group__17__Impl
+ rule__VirtualProcessorImplementation__Group__18
;
finally {
restoreStackSize(stackSize);
@@ -47076,9 +47288,62 @@ rule__VirtualProcessorImplementation__Group__17__Impl
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getSemicolonKeyword_17()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getEndKeyword_17()); }
+ End
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getEndKeyword_17()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualProcessorImplementation__Group__18
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualProcessorImplementation__Group__18__Impl
+ rule__VirtualProcessorImplementation__Group__19
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualProcessorImplementation__Group__18__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getFULLINAMEParserRuleCall_18()); }
+ ruleFULLINAME
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getFULLINAMEParserRuleCall_18()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualProcessorImplementation__Group__19
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualProcessorImplementation__Group__19__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualProcessorImplementation__Group__19__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getSemicolonKeyword_19()); }
Semicolon
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getSemicolonKeyword_17()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getSemicolonKeyword_19()); }
)
;
finally {
@@ -47086,107 +47351,107 @@ finally {
}
-rule__VirtualProcessorImplementation__Group_5__0
+rule__VirtualProcessorImplementation__Group_7__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_5__0__Impl
- rule__VirtualProcessorImplementation__Group_5__1
+ rule__VirtualProcessorImplementation__Group_7__0__Impl
+ rule__VirtualProcessorImplementation__Group_7__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_5__0__Impl
+rule__VirtualProcessorImplementation__Group_7__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getLeftParenthesisKeyword_5_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getLeftParenthesisKeyword_7_0()); }
LeftParenthesis
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getLeftParenthesisKeyword_5_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getLeftParenthesisKeyword_7_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_5__1
+rule__VirtualProcessorImplementation__Group_7__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_5__1__Impl
- rule__VirtualProcessorImplementation__Group_5__2
+ rule__VirtualProcessorImplementation__Group_7__1__Impl
+ rule__VirtualProcessorImplementation__Group_7__2
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_5__1__Impl
+rule__VirtualProcessorImplementation__Group_7__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeBindingAssignment_5_1()); }
- (rule__VirtualProcessorImplementation__OwnedPrototypeBindingAssignment_5_1)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeBindingAssignment_5_1()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeBindingAssignment_7_1()); }
+ (rule__VirtualProcessorImplementation__OwnedPrototypeBindingAssignment_7_1)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeBindingAssignment_7_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_5__2
+rule__VirtualProcessorImplementation__Group_7__2
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_5__2__Impl
- rule__VirtualProcessorImplementation__Group_5__3
+ rule__VirtualProcessorImplementation__Group_7__2__Impl
+ rule__VirtualProcessorImplementation__Group_7__3
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_5__2__Impl
+rule__VirtualProcessorImplementation__Group_7__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_5_2()); }
- (rule__VirtualProcessorImplementation__Group_5_2__0)*
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_5_2()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_7_2()); }
+ (rule__VirtualProcessorImplementation__Group_7_2__0)*
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_7_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_5__3
+rule__VirtualProcessorImplementation__Group_7__3
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_5__3__Impl
+ rule__VirtualProcessorImplementation__Group_7__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_5__3__Impl
+rule__VirtualProcessorImplementation__Group_7__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getRightParenthesisKeyword_5_3()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getRightParenthesisKeyword_7_3()); }
RightParenthesis
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getRightParenthesisKeyword_5_3()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getRightParenthesisKeyword_7_3()); }
)
;
finally {
@@ -47194,53 +47459,53 @@ finally {
}
-rule__VirtualProcessorImplementation__Group_5_2__0
+rule__VirtualProcessorImplementation__Group_7_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_5_2__0__Impl
- rule__VirtualProcessorImplementation__Group_5_2__1
+ rule__VirtualProcessorImplementation__Group_7_2__0__Impl
+ rule__VirtualProcessorImplementation__Group_7_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_5_2__0__Impl
+rule__VirtualProcessorImplementation__Group_7_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getCommaKeyword_5_2_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getCommaKeyword_7_2_0()); }
Comma
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getCommaKeyword_5_2_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getCommaKeyword_7_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_5_2__1
+rule__VirtualProcessorImplementation__Group_7_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_5_2__1__Impl
+ rule__VirtualProcessorImplementation__Group_7_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_5_2__1__Impl
+rule__VirtualProcessorImplementation__Group_7_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1()); }
- (rule__VirtualProcessorImplementation__OwnedPrototypeBindingAssignment_5_2_1)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeBindingAssignment_7_2_1()); }
+ (rule__VirtualProcessorImplementation__OwnedPrototypeBindingAssignment_7_2_1)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeBindingAssignment_7_2_1()); }
)
;
finally {
@@ -47248,53 +47513,53 @@ finally {
}
-rule__VirtualProcessorImplementation__Group_6__0
+rule__VirtualProcessorImplementation__Group_8__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_6__0__Impl
- rule__VirtualProcessorImplementation__Group_6__1
+ rule__VirtualProcessorImplementation__Group_8__0__Impl
+ rule__VirtualProcessorImplementation__Group_8__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_6__0__Impl
+rule__VirtualProcessorImplementation__Group_8__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getPrototypesKeyword_6_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getPrototypesKeyword_8_0()); }
Prototypes
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getPrototypesKeyword_6_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getPrototypesKeyword_8_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_6__1
+rule__VirtualProcessorImplementation__Group_8__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_6__1__Impl
+ rule__VirtualProcessorImplementation__Group_8__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_6__1__Impl
+rule__VirtualProcessorImplementation__Group_8__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_6_1()); }
- (rule__VirtualProcessorImplementation__Alternatives_6_1)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_6_1()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_8_1()); }
+ (rule__VirtualProcessorImplementation__Alternatives_8_1)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_8_1()); }
)
;
finally {
@@ -47302,53 +47567,53 @@ finally {
}
-rule__VirtualProcessorImplementation__Group_6_1_1__0
+rule__VirtualProcessorImplementation__Group_8_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_6_1_1__0__Impl
- rule__VirtualProcessorImplementation__Group_6_1_1__1
+ rule__VirtualProcessorImplementation__Group_8_1_1__0__Impl
+ rule__VirtualProcessorImplementation__Group_8_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_6_1_1__0__Impl
+rule__VirtualProcessorImplementation__Group_8_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoPrototypesAssignment_6_1_1_0()); }
- (rule__VirtualProcessorImplementation__NoPrototypesAssignment_6_1_1_0)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoPrototypesAssignment_6_1_1_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoPrototypesAssignment_8_1_1_0()); }
+ (rule__VirtualProcessorImplementation__NoPrototypesAssignment_8_1_1_0)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoPrototypesAssignment_8_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_6_1_1__1
+rule__VirtualProcessorImplementation__Group_8_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_6_1_1__1__Impl
+ rule__VirtualProcessorImplementation__Group_8_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_6_1_1__1__Impl
+rule__VirtualProcessorImplementation__Group_8_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getSemicolonKeyword_6_1_1_1()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getSemicolonKeyword_8_1_1_1()); }
Semicolon
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getSemicolonKeyword_6_1_1_1()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getSemicolonKeyword_8_1_1_1()); }
)
;
finally {
@@ -47356,53 +47621,53 @@ finally {
}
-rule__VirtualProcessorImplementation__Group_7__0
+rule__VirtualProcessorImplementation__Group_9__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_7__0__Impl
- rule__VirtualProcessorImplementation__Group_7__1
+ rule__VirtualProcessorImplementation__Group_9__0__Impl
+ rule__VirtualProcessorImplementation__Group_9__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_7__0__Impl
+rule__VirtualProcessorImplementation__Group_9__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getSubcomponentsKeyword_7_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getSubcomponentsKeyword_9_0()); }
Subcomponents
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getSubcomponentsKeyword_7_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getSubcomponentsKeyword_9_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_7__1
+rule__VirtualProcessorImplementation__Group_9__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_7__1__Impl
+ rule__VirtualProcessorImplementation__Group_9__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_7__1__Impl
+rule__VirtualProcessorImplementation__Group_9__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_7_1()); }
- (rule__VirtualProcessorImplementation__Alternatives_7_1)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_7_1()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_9_1()); }
+ (rule__VirtualProcessorImplementation__Alternatives_9_1)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_9_1()); }
)
;
finally {
@@ -47410,53 +47675,53 @@ finally {
}
-rule__VirtualProcessorImplementation__Group_7_1_1__0
+rule__VirtualProcessorImplementation__Group_9_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_7_1_1__0__Impl
- rule__VirtualProcessorImplementation__Group_7_1_1__1
+ rule__VirtualProcessorImplementation__Group_9_1_1__0__Impl
+ rule__VirtualProcessorImplementation__Group_9_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_7_1_1__0__Impl
+rule__VirtualProcessorImplementation__Group_9_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0()); }
- (rule__VirtualProcessorImplementation__NoSubcomponentsAssignment_7_1_1_0)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoSubcomponentsAssignment_9_1_1_0()); }
+ (rule__VirtualProcessorImplementation__NoSubcomponentsAssignment_9_1_1_0)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoSubcomponentsAssignment_9_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_7_1_1__1
+rule__VirtualProcessorImplementation__Group_9_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_7_1_1__1__Impl
+ rule__VirtualProcessorImplementation__Group_9_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_7_1_1__1__Impl
+rule__VirtualProcessorImplementation__Group_9_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getSemicolonKeyword_7_1_1_1()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getSemicolonKeyword_9_1_1_1()); }
Semicolon
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getSemicolonKeyword_7_1_1_1()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getSemicolonKeyword_9_1_1_1()); }
)
;
finally {
@@ -47464,59 +47729,86 @@ finally {
}
-rule__VirtualProcessorImplementation__Group_8__0
+rule__VirtualProcessorImplementation__Group_10__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_8__0__Impl
- rule__VirtualProcessorImplementation__Group_8__1
+ rule__VirtualProcessorImplementation__Group_10__0__Impl
+ rule__VirtualProcessorImplementation__Group_10__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_8__0__Impl
+rule__VirtualProcessorImplementation__Group_10__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0()); }
- ruleInternalFeaturesKeywords
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getInternalKeyword_10_0()); }
+ Internal
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getInternalKeyword_10_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_8__1
+rule__VirtualProcessorImplementation__Group_10__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_8__1__Impl
+ rule__VirtualProcessorImplementation__Group_10__1__Impl
+ rule__VirtualProcessorImplementation__Group_10__2
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_8__1__Impl
+rule__VirtualProcessorImplementation__Group_10__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getFeaturesKeyword_10_1()); }
+ Features
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getFeaturesKeyword_10_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualProcessorImplementation__Group_10__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualProcessorImplementation__Group_10__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualProcessorImplementation__Group_10__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_8_1()); }
- (rule__VirtualProcessorImplementation__Alternatives_8_1)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_8_1()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_10_2()); }
+ (rule__VirtualProcessorImplementation__Alternatives_10_2)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_10_2()); }
)
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_8_1()); }
- (rule__VirtualProcessorImplementation__Alternatives_8_1)*
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_8_1()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_10_2()); }
+ (rule__VirtualProcessorImplementation__Alternatives_10_2)*
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_10_2()); }
)
)
;
@@ -47525,59 +47817,86 @@ finally {
}
-rule__VirtualProcessorImplementation__Group_9__0
+rule__VirtualProcessorImplementation__Group_11__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_9__0__Impl
- rule__VirtualProcessorImplementation__Group_9__1
+ rule__VirtualProcessorImplementation__Group_11__0__Impl
+ rule__VirtualProcessorImplementation__Group_11__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_9__0__Impl
+rule__VirtualProcessorImplementation__Group_11__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getProcessorFeaturesKeywordsParserRuleCall_9_0()); }
- ruleProcessorFeaturesKeywords
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getProcessorFeaturesKeywordsParserRuleCall_9_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getProcessorKeyword_11_0()); }
+ Processor
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getProcessorKeyword_11_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_9__1
+rule__VirtualProcessorImplementation__Group_11__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_9__1__Impl
+ rule__VirtualProcessorImplementation__Group_11__1__Impl
+ rule__VirtualProcessorImplementation__Group_11__2
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_9__1__Impl
+rule__VirtualProcessorImplementation__Group_11__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getFeaturesKeyword_11_1()); }
+ Features
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getFeaturesKeyword_11_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualProcessorImplementation__Group_11__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualProcessorImplementation__Group_11__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualProcessorImplementation__Group_11__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_9_1()); }
- (rule__VirtualProcessorImplementation__Alternatives_9_1)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_9_1()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_11_2()); }
+ (rule__VirtualProcessorImplementation__Alternatives_11_2)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_11_2()); }
)
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_9_1()); }
- (rule__VirtualProcessorImplementation__Alternatives_9_1)*
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_9_1()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_11_2()); }
+ (rule__VirtualProcessorImplementation__Alternatives_11_2)*
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_11_2()); }
)
)
;
@@ -47586,53 +47905,53 @@ finally {
}
-rule__VirtualProcessorImplementation__Group_10__0
+rule__VirtualProcessorImplementation__Group_12__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_10__0__Impl
- rule__VirtualProcessorImplementation__Group_10__1
+ rule__VirtualProcessorImplementation__Group_12__0__Impl
+ rule__VirtualProcessorImplementation__Group_12__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_10__0__Impl
+rule__VirtualProcessorImplementation__Group_12__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getConnectionsKeyword_10_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getConnectionsKeyword_12_0()); }
Connections
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getConnectionsKeyword_10_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getConnectionsKeyword_12_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_10__1
+rule__VirtualProcessorImplementation__Group_12__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_10__1__Impl
+ rule__VirtualProcessorImplementation__Group_12__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_10__1__Impl
+rule__VirtualProcessorImplementation__Group_12__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_10_1()); }
- (rule__VirtualProcessorImplementation__Alternatives_10_1)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_10_1()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_12_1()); }
+ (rule__VirtualProcessorImplementation__Alternatives_12_1)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_12_1()); }
)
;
finally {
@@ -47640,53 +47959,53 @@ finally {
}
-rule__VirtualProcessorImplementation__Group_10_1_1__0
+rule__VirtualProcessorImplementation__Group_12_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_10_1_1__0__Impl
- rule__VirtualProcessorImplementation__Group_10_1_1__1
+ rule__VirtualProcessorImplementation__Group_12_1_1__0__Impl
+ rule__VirtualProcessorImplementation__Group_12_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_10_1_1__0__Impl
+rule__VirtualProcessorImplementation__Group_12_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoConnectionsAssignment_10_1_1_0()); }
- (rule__VirtualProcessorImplementation__NoConnectionsAssignment_10_1_1_0)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoConnectionsAssignment_10_1_1_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoConnectionsAssignment_12_1_1_0()); }
+ (rule__VirtualProcessorImplementation__NoConnectionsAssignment_12_1_1_0)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoConnectionsAssignment_12_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_10_1_1__1
+rule__VirtualProcessorImplementation__Group_12_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_10_1_1__1__Impl
+ rule__VirtualProcessorImplementation__Group_12_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_10_1_1__1__Impl
+rule__VirtualProcessorImplementation__Group_12_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getSemicolonKeyword_10_1_1_1()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getSemicolonKeyword_12_1_1_1()); }
Semicolon
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getSemicolonKeyword_10_1_1_1()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getSemicolonKeyword_12_1_1_1()); }
)
;
finally {
@@ -47694,53 +48013,53 @@ finally {
}
-rule__VirtualProcessorImplementation__Group_11__0
+rule__VirtualProcessorImplementation__Group_13__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_11__0__Impl
- rule__VirtualProcessorImplementation__Group_11__1
+ rule__VirtualProcessorImplementation__Group_13__0__Impl
+ rule__VirtualProcessorImplementation__Group_13__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_11__0__Impl
+rule__VirtualProcessorImplementation__Group_13__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getFlowsKeyword_11_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getFlowsKeyword_13_0()); }
Flows
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getFlowsKeyword_11_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getFlowsKeyword_13_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_11__1
+rule__VirtualProcessorImplementation__Group_13__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_11__1__Impl
+ rule__VirtualProcessorImplementation__Group_13__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_11__1__Impl
+rule__VirtualProcessorImplementation__Group_13__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_11_1()); }
- (rule__VirtualProcessorImplementation__Alternatives_11_1)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_11_1()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_13_1()); }
+ (rule__VirtualProcessorImplementation__Alternatives_13_1)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_13_1()); }
)
;
finally {
@@ -47748,53 +48067,53 @@ finally {
}
-rule__VirtualProcessorImplementation__Group_11_1_1__0
+rule__VirtualProcessorImplementation__Group_13_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_11_1_1__0__Impl
- rule__VirtualProcessorImplementation__Group_11_1_1__1
+ rule__VirtualProcessorImplementation__Group_13_1_1__0__Impl
+ rule__VirtualProcessorImplementation__Group_13_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_11_1_1__0__Impl
+rule__VirtualProcessorImplementation__Group_13_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoFlowsAssignment_11_1_1_0()); }
- (rule__VirtualProcessorImplementation__NoFlowsAssignment_11_1_1_0)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoFlowsAssignment_11_1_1_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoFlowsAssignment_13_1_1_0()); }
+ (rule__VirtualProcessorImplementation__NoFlowsAssignment_13_1_1_0)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoFlowsAssignment_13_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_11_1_1__1
+rule__VirtualProcessorImplementation__Group_13_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_11_1_1__1__Impl
+ rule__VirtualProcessorImplementation__Group_13_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_11_1_1__1__Impl
+rule__VirtualProcessorImplementation__Group_13_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getSemicolonKeyword_11_1_1_1()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getSemicolonKeyword_13_1_1_1()); }
Semicolon
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getSemicolonKeyword_11_1_1_1()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getSemicolonKeyword_13_1_1_1()); }
)
;
finally {
@@ -47802,53 +48121,53 @@ finally {
}
-rule__VirtualProcessorImplementation__Group_12__0
+rule__VirtualProcessorImplementation__Group_14__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_12__0__Impl
- rule__VirtualProcessorImplementation__Group_12__1
+ rule__VirtualProcessorImplementation__Group_14__0__Impl
+ rule__VirtualProcessorImplementation__Group_14__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_12__0__Impl
+rule__VirtualProcessorImplementation__Group_14__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getModesKeyword_12_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getModesKeyword_14_0()); }
Modes
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getModesKeyword_12_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getModesKeyword_14_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_12__1
+rule__VirtualProcessorImplementation__Group_14__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_12__1__Impl
+ rule__VirtualProcessorImplementation__Group_14__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_12__1__Impl
+rule__VirtualProcessorImplementation__Group_14__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_12_1()); }
- (rule__VirtualProcessorImplementation__Alternatives_12_1)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_12_1()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_14_1()); }
+ (rule__VirtualProcessorImplementation__Alternatives_14_1)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_14_1()); }
)
;
finally {
@@ -47856,53 +48175,53 @@ finally {
}
-rule__VirtualProcessorImplementation__Group_12_1_1__0
+rule__VirtualProcessorImplementation__Group_14_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_12_1_1__0__Impl
- rule__VirtualProcessorImplementation__Group_12_1_1__1
+ rule__VirtualProcessorImplementation__Group_14_1_1__0__Impl
+ rule__VirtualProcessorImplementation__Group_14_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_12_1_1__0__Impl
+rule__VirtualProcessorImplementation__Group_14_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoModesAssignment_12_1_1_0()); }
- (rule__VirtualProcessorImplementation__NoModesAssignment_12_1_1_0)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoModesAssignment_12_1_1_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoModesAssignment_14_1_1_0()); }
+ (rule__VirtualProcessorImplementation__NoModesAssignment_14_1_1_0)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoModesAssignment_14_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_12_1_1__1
+rule__VirtualProcessorImplementation__Group_14_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_12_1_1__1__Impl
+ rule__VirtualProcessorImplementation__Group_14_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_12_1_1__1__Impl
+rule__VirtualProcessorImplementation__Group_14_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getSemicolonKeyword_12_1_1_1()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getSemicolonKeyword_14_1_1_1()); }
Semicolon
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getSemicolonKeyword_12_1_1_1()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getSemicolonKeyword_14_1_1_1()); }
)
;
finally {
@@ -47910,53 +48229,53 @@ finally {
}
-rule__VirtualProcessorImplementation__Group_13__0
+rule__VirtualProcessorImplementation__Group_15__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_13__0__Impl
- rule__VirtualProcessorImplementation__Group_13__1
+ rule__VirtualProcessorImplementation__Group_15__0__Impl
+ rule__VirtualProcessorImplementation__Group_15__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_13__0__Impl
+rule__VirtualProcessorImplementation__Group_15__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getPropertiesKeyword_13_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getPropertiesKeyword_15_0()); }
Properties
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getPropertiesKeyword_13_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getPropertiesKeyword_15_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_13__1
+rule__VirtualProcessorImplementation__Group_15__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_13__1__Impl
+ rule__VirtualProcessorImplementation__Group_15__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_13__1__Impl
+rule__VirtualProcessorImplementation__Group_15__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_13_1()); }
- (rule__VirtualProcessorImplementation__Alternatives_13_1)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_13_1()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_15_1()); }
+ (rule__VirtualProcessorImplementation__Alternatives_15_1)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_15_1()); }
)
;
finally {
@@ -47964,53 +48283,53 @@ finally {
}
-rule__VirtualProcessorImplementation__Group_13_1_1__0
+rule__VirtualProcessorImplementation__Group_15_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_13_1_1__0__Impl
- rule__VirtualProcessorImplementation__Group_13_1_1__1
+ rule__VirtualProcessorImplementation__Group_15_1_1__0__Impl
+ rule__VirtualProcessorImplementation__Group_15_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_13_1_1__0__Impl
+rule__VirtualProcessorImplementation__Group_15_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoPropertiesAssignment_13_1_1_0()); }
- (rule__VirtualProcessorImplementation__NoPropertiesAssignment_13_1_1_0)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoPropertiesAssignment_13_1_1_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoPropertiesAssignment_15_1_1_0()); }
+ (rule__VirtualProcessorImplementation__NoPropertiesAssignment_15_1_1_0)
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoPropertiesAssignment_15_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_13_1_1__1
+rule__VirtualProcessorImplementation__Group_15_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementation__Group_13_1_1__1__Impl
+ rule__VirtualProcessorImplementation__Group_15_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__Group_13_1_1__1__Impl
+rule__VirtualProcessorImplementation__Group_15_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getSemicolonKeyword_13_1_1_1()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getSemicolonKeyword_15_1_1_1()); }
Semicolon
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getSemicolonKeyword_13_1_1_1()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getSemicolonKeyword_15_1_1_1()); }
)
;
finally {
@@ -48036,9 +48355,9 @@ rule__DeviceImplementation__Group__0__Impl
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getDeviceImplementationKeywordsParserRuleCall_0()); }
- ruleDeviceImplementationKeywords
- { after(grammarAccess.getDeviceImplementationAccess().getDeviceImplementationKeywordsParserRuleCall_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getDeviceKeyword_0()); }
+ Device
+ { after(grammarAccess.getDeviceImplementationAccess().getDeviceKeyword_0()); }
)
;
finally {
@@ -48063,9 +48382,9 @@ rule__DeviceImplementation__Group__1__Impl
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedRealizationAssignment_1()); }
- (rule__DeviceImplementation__OwnedRealizationAssignment_1)
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedRealizationAssignment_1()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getImplementationKeyword_1()); }
+ Implementation
+ { after(grammarAccess.getDeviceImplementationAccess().getImplementationKeyword_1()); }
)
;
finally {
@@ -48090,9 +48409,9 @@ rule__DeviceImplementation__Group__2__Impl
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getFullStopKeyword_2()); }
- FullStop
- { after(grammarAccess.getDeviceImplementationAccess().getFullStopKeyword_2()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedRealizationAssignment_2()); }
+ (rule__DeviceImplementation__OwnedRealizationAssignment_2)
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedRealizationAssignment_2()); }
)
;
finally {
@@ -48117,9 +48436,9 @@ rule__DeviceImplementation__Group__3__Impl
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getNameAssignment_3()); }
- (rule__DeviceImplementation__NameAssignment_3)
- { after(grammarAccess.getDeviceImplementationAccess().getNameAssignment_3()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getFullStopKeyword_3()); }
+ FullStop
+ { after(grammarAccess.getDeviceImplementationAccess().getFullStopKeyword_3()); }
)
;
finally {
@@ -48144,9 +48463,9 @@ rule__DeviceImplementation__Group__4__Impl
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedExtensionAssignment_4()); }
- (rule__DeviceImplementation__OwnedExtensionAssignment_4)?
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedExtensionAssignment_4()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getNameAssignment_4()); }
+ (rule__DeviceImplementation__NameAssignment_4)
+ { after(grammarAccess.getDeviceImplementationAccess().getNameAssignment_4()); }
)
;
finally {
@@ -48171,9 +48490,9 @@ rule__DeviceImplementation__Group__5__Impl
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getGroup_5()); }
- (rule__DeviceImplementation__Group_5__0)?
- { after(grammarAccess.getDeviceImplementationAccess().getGroup_5()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedExtensionAssignment_5()); }
+ (rule__DeviceImplementation__OwnedExtensionAssignment_5)?
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedExtensionAssignment_5()); }
)
;
finally {
@@ -48414,9 +48733,9 @@ rule__DeviceImplementation__Group__14__Impl
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedAnnexSubclauseAssignment_14()); }
- (rule__DeviceImplementation__OwnedAnnexSubclauseAssignment_14)*
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedAnnexSubclauseAssignment_14()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getGroup_14()); }
+ (rule__DeviceImplementation__Group_14__0)?
+ { after(grammarAccess.getDeviceImplementationAccess().getGroup_14()); }
)
;
finally {
@@ -48441,9 +48760,9 @@ rule__DeviceImplementation__Group__15__Impl
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getEndKeyword_15()); }
- End
- { after(grammarAccess.getDeviceImplementationAccess().getEndKeyword_15()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedAnnexSubclauseAssignment_15()); }
+ (rule__DeviceImplementation__OwnedAnnexSubclauseAssignment_15)*
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedAnnexSubclauseAssignment_15()); }
)
;
finally {
@@ -48468,9 +48787,9 @@ rule__DeviceImplementation__Group__16__Impl
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getFULLINAMEParserRuleCall_16()); }
- ruleFULLINAME
- { after(grammarAccess.getDeviceImplementationAccess().getFULLINAMEParserRuleCall_16()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getEndKeyword_16()); }
+ End
+ { after(grammarAccess.getDeviceImplementationAccess().getEndKeyword_16()); }
)
;
finally {
@@ -48483,6 +48802,7 @@ rule__DeviceImplementation__Group__17
}
:
rule__DeviceImplementation__Group__17__Impl
+ rule__DeviceImplementation__Group__18
;
finally {
restoreStackSize(stackSize);
@@ -48494,117 +48814,35 @@ rule__DeviceImplementation__Group__17__Impl
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getSemicolonKeyword_17()); }
- Semicolon
- { after(grammarAccess.getDeviceImplementationAccess().getSemicolonKeyword_17()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__DeviceImplementation__Group_5__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__DeviceImplementation__Group_5__0__Impl
- rule__DeviceImplementation__Group_5__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__DeviceImplementation__Group_5__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getDeviceImplementationAccess().getLeftParenthesisKeyword_5_0()); }
- LeftParenthesis
- { after(grammarAccess.getDeviceImplementationAccess().getLeftParenthesisKeyword_5_0()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__DeviceImplementation__Group_5__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__DeviceImplementation__Group_5__1__Impl
- rule__DeviceImplementation__Group_5__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__DeviceImplementation__Group_5__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeBindingAssignment_5_1()); }
- (rule__DeviceImplementation__OwnedPrototypeBindingAssignment_5_1)
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeBindingAssignment_5_1()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__DeviceImplementation__Group_5__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__DeviceImplementation__Group_5__2__Impl
- rule__DeviceImplementation__Group_5__3
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__DeviceImplementation__Group_5__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getDeviceImplementationAccess().getGroup_5_2()); }
- (rule__DeviceImplementation__Group_5_2__0)*
- { after(grammarAccess.getDeviceImplementationAccess().getGroup_5_2()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getFULLINAMEParserRuleCall_17()); }
+ ruleFULLINAME
+ { after(grammarAccess.getDeviceImplementationAccess().getFULLINAMEParserRuleCall_17()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__Group_5__3
+rule__DeviceImplementation__Group__18
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceImplementation__Group_5__3__Impl
+ rule__DeviceImplementation__Group__18__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__Group_5__3__Impl
+rule__DeviceImplementation__Group__18__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getRightParenthesisKeyword_5_3()); }
- RightParenthesis
- { after(grammarAccess.getDeviceImplementationAccess().getRightParenthesisKeyword_5_3()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getSemicolonKeyword_18()); }
+ Semicolon
+ { after(grammarAccess.getDeviceImplementationAccess().getSemicolonKeyword_18()); }
)
;
finally {
@@ -48612,107 +48850,107 @@ finally {
}
-rule__DeviceImplementation__Group_5_2__0
+rule__DeviceImplementation__Group_6__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceImplementation__Group_5_2__0__Impl
- rule__DeviceImplementation__Group_5_2__1
+ rule__DeviceImplementation__Group_6__0__Impl
+ rule__DeviceImplementation__Group_6__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__Group_5_2__0__Impl
+rule__DeviceImplementation__Group_6__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getCommaKeyword_5_2_0()); }
- Comma
- { after(grammarAccess.getDeviceImplementationAccess().getCommaKeyword_5_2_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getLeftParenthesisKeyword_6_0()); }
+ LeftParenthesis
+ { after(grammarAccess.getDeviceImplementationAccess().getLeftParenthesisKeyword_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__Group_5_2__1
+rule__DeviceImplementation__Group_6__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceImplementation__Group_5_2__1__Impl
+ rule__DeviceImplementation__Group_6__1__Impl
+ rule__DeviceImplementation__Group_6__2
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__Group_5_2__1__Impl
+rule__DeviceImplementation__Group_6__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1()); }
- (rule__DeviceImplementation__OwnedPrototypeBindingAssignment_5_2_1)
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeBindingAssignment_6_1()); }
+ (rule__DeviceImplementation__OwnedPrototypeBindingAssignment_6_1)
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeBindingAssignment_6_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DeviceImplementation__Group_6__0
+rule__DeviceImplementation__Group_6__2
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceImplementation__Group_6__0__Impl
- rule__DeviceImplementation__Group_6__1
+ rule__DeviceImplementation__Group_6__2__Impl
+ rule__DeviceImplementation__Group_6__3
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__Group_6__0__Impl
+rule__DeviceImplementation__Group_6__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getPrototypesKeyword_6_0()); }
- Prototypes
- { after(grammarAccess.getDeviceImplementationAccess().getPrototypesKeyword_6_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getGroup_6_2()); }
+ (rule__DeviceImplementation__Group_6_2__0)*
+ { after(grammarAccess.getDeviceImplementationAccess().getGroup_6_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__Group_6__1
+rule__DeviceImplementation__Group_6__3
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceImplementation__Group_6__1__Impl
+ rule__DeviceImplementation__Group_6__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__Group_6__1__Impl
+rule__DeviceImplementation__Group_6__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getAlternatives_6_1()); }
- (rule__DeviceImplementation__Alternatives_6_1)
- { after(grammarAccess.getDeviceImplementationAccess().getAlternatives_6_1()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getRightParenthesisKeyword_6_3()); }
+ RightParenthesis
+ { after(grammarAccess.getDeviceImplementationAccess().getRightParenthesisKeyword_6_3()); }
)
;
finally {
@@ -48720,53 +48958,53 @@ finally {
}
-rule__DeviceImplementation__Group_6_1_1__0
+rule__DeviceImplementation__Group_6_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceImplementation__Group_6_1_1__0__Impl
- rule__DeviceImplementation__Group_6_1_1__1
+ rule__DeviceImplementation__Group_6_2__0__Impl
+ rule__DeviceImplementation__Group_6_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__Group_6_1_1__0__Impl
+rule__DeviceImplementation__Group_6_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getNoPrototypesAssignment_6_1_1_0()); }
- (rule__DeviceImplementation__NoPrototypesAssignment_6_1_1_0)
- { after(grammarAccess.getDeviceImplementationAccess().getNoPrototypesAssignment_6_1_1_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getCommaKeyword_6_2_0()); }
+ Comma
+ { after(grammarAccess.getDeviceImplementationAccess().getCommaKeyword_6_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__Group_6_1_1__1
+rule__DeviceImplementation__Group_6_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceImplementation__Group_6_1_1__1__Impl
+ rule__DeviceImplementation__Group_6_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__Group_6_1_1__1__Impl
+rule__DeviceImplementation__Group_6_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getSemicolonKeyword_6_1_1_1()); }
- Semicolon
- { after(grammarAccess.getDeviceImplementationAccess().getSemicolonKeyword_6_1_1_1()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1()); }
+ (rule__DeviceImplementation__OwnedPrototypeBindingAssignment_6_2_1)
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1()); }
)
;
finally {
@@ -48792,9 +49030,9 @@ rule__DeviceImplementation__Group_7__0__Impl
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getSubcomponentsKeyword_7_0()); }
- Subcomponents
- { after(grammarAccess.getDeviceImplementationAccess().getSubcomponentsKeyword_7_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getPrototypesKeyword_7_0()); }
+ Prototypes
+ { after(grammarAccess.getDeviceImplementationAccess().getPrototypesKeyword_7_0()); }
)
;
finally {
@@ -48846,9 +49084,9 @@ rule__DeviceImplementation__Group_7_1_1__0__Impl
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0()); }
- (rule__DeviceImplementation__NoSubcomponentsAssignment_7_1_1_0)
- { after(grammarAccess.getDeviceImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getNoPrototypesAssignment_7_1_1_0()); }
+ (rule__DeviceImplementation__NoPrototypesAssignment_7_1_1_0)
+ { after(grammarAccess.getDeviceImplementationAccess().getNoPrototypesAssignment_7_1_1_0()); }
)
;
finally {
@@ -48900,9 +49138,9 @@ rule__DeviceImplementation__Group_8__0__Impl
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0()); }
- ruleInternalFeaturesKeywords
- { after(grammarAccess.getDeviceImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getSubcomponentsKeyword_8_0()); }
+ Subcomponents
+ { after(grammarAccess.getDeviceImplementationAccess().getSubcomponentsKeyword_8_0()); }
)
;
finally {
@@ -48926,16 +49164,63 @@ rule__DeviceImplementation__Group_8__1__Impl
}
:
(
- (
- { before(grammarAccess.getDeviceImplementationAccess().getAlternatives_8_1()); }
- (rule__DeviceImplementation__Alternatives_8_1)
- { after(grammarAccess.getDeviceImplementationAccess().getAlternatives_8_1()); }
- )
- (
- { before(grammarAccess.getDeviceImplementationAccess().getAlternatives_8_1()); }
- (rule__DeviceImplementation__Alternatives_8_1)*
- { after(grammarAccess.getDeviceImplementationAccess().getAlternatives_8_1()); }
- )
+ { before(grammarAccess.getDeviceImplementationAccess().getAlternatives_8_1()); }
+ (rule__DeviceImplementation__Alternatives_8_1)
+ { after(grammarAccess.getDeviceImplementationAccess().getAlternatives_8_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__DeviceImplementation__Group_8_1_1__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__DeviceImplementation__Group_8_1_1__0__Impl
+ rule__DeviceImplementation__Group_8_1_1__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__DeviceImplementation__Group_8_1_1__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getDeviceImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0()); }
+ (rule__DeviceImplementation__NoSubcomponentsAssignment_8_1_1_0)
+ { after(grammarAccess.getDeviceImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__DeviceImplementation__Group_8_1_1__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__DeviceImplementation__Group_8_1_1__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__DeviceImplementation__Group_8_1_1__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getDeviceImplementationAccess().getSemicolonKeyword_8_1_1_1()); }
+ Semicolon
+ { after(grammarAccess.getDeviceImplementationAccess().getSemicolonKeyword_8_1_1_1()); }
)
;
finally {
@@ -48961,9 +49246,9 @@ rule__DeviceImplementation__Group_9__0__Impl
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getProcessorFeaturesKeywordsParserRuleCall_9_0()); }
- ruleProcessorFeaturesKeywords
- { after(grammarAccess.getDeviceImplementationAccess().getProcessorFeaturesKeywordsParserRuleCall_9_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getInternalKeyword_9_0()); }
+ Internal
+ { after(grammarAccess.getDeviceImplementationAccess().getInternalKeyword_9_0()); }
)
;
finally {
@@ -48976,6 +49261,7 @@ rule__DeviceImplementation__Group_9__1
}
:
rule__DeviceImplementation__Group_9__1__Impl
+ rule__DeviceImplementation__Group_9__2
;
finally {
restoreStackSize(stackSize);
@@ -48987,124 +49273,130 @@ rule__DeviceImplementation__Group_9__1__Impl
}
:
(
- (
- { before(grammarAccess.getDeviceImplementationAccess().getAlternatives_9_1()); }
- (rule__DeviceImplementation__Alternatives_9_1)
- { after(grammarAccess.getDeviceImplementationAccess().getAlternatives_9_1()); }
- )
- (
- { before(grammarAccess.getDeviceImplementationAccess().getAlternatives_9_1()); }
- (rule__DeviceImplementation__Alternatives_9_1)*
- { after(grammarAccess.getDeviceImplementationAccess().getAlternatives_9_1()); }
- )
+ { before(grammarAccess.getDeviceImplementationAccess().getFeaturesKeyword_9_1()); }
+ Features
+ { after(grammarAccess.getDeviceImplementationAccess().getFeaturesKeyword_9_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DeviceImplementation__Group_10__0
+rule__DeviceImplementation__Group_9__2
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceImplementation__Group_10__0__Impl
- rule__DeviceImplementation__Group_10__1
+ rule__DeviceImplementation__Group_9__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__Group_10__0__Impl
+rule__DeviceImplementation__Group_9__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getConnectionsKeyword_10_0()); }
- Connections
- { after(grammarAccess.getDeviceImplementationAccess().getConnectionsKeyword_10_0()); }
+ (
+ { before(grammarAccess.getDeviceImplementationAccess().getAlternatives_9_2()); }
+ (rule__DeviceImplementation__Alternatives_9_2)
+ { after(grammarAccess.getDeviceImplementationAccess().getAlternatives_9_2()); }
+ )
+ (
+ { before(grammarAccess.getDeviceImplementationAccess().getAlternatives_9_2()); }
+ (rule__DeviceImplementation__Alternatives_9_2)*
+ { after(grammarAccess.getDeviceImplementationAccess().getAlternatives_9_2()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__Group_10__1
+
+rule__DeviceImplementation__Group_10__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceImplementation__Group_10__1__Impl
+ rule__DeviceImplementation__Group_10__0__Impl
+ rule__DeviceImplementation__Group_10__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__Group_10__1__Impl
+rule__DeviceImplementation__Group_10__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getAlternatives_10_1()); }
- (rule__DeviceImplementation__Alternatives_10_1)
- { after(grammarAccess.getDeviceImplementationAccess().getAlternatives_10_1()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getProcessorKeyword_10_0()); }
+ Processor
+ { after(grammarAccess.getDeviceImplementationAccess().getProcessorKeyword_10_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DeviceImplementation__Group_10_1_1__0
+rule__DeviceImplementation__Group_10__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceImplementation__Group_10_1_1__0__Impl
- rule__DeviceImplementation__Group_10_1_1__1
+ rule__DeviceImplementation__Group_10__1__Impl
+ rule__DeviceImplementation__Group_10__2
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__Group_10_1_1__0__Impl
+rule__DeviceImplementation__Group_10__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getNoConnectionsAssignment_10_1_1_0()); }
- (rule__DeviceImplementation__NoConnectionsAssignment_10_1_1_0)
- { after(grammarAccess.getDeviceImplementationAccess().getNoConnectionsAssignment_10_1_1_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getFeaturesKeyword_10_1()); }
+ Features
+ { after(grammarAccess.getDeviceImplementationAccess().getFeaturesKeyword_10_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__Group_10_1_1__1
+rule__DeviceImplementation__Group_10__2
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceImplementation__Group_10_1_1__1__Impl
+ rule__DeviceImplementation__Group_10__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__Group_10_1_1__1__Impl
+rule__DeviceImplementation__Group_10__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getSemicolonKeyword_10_1_1_1()); }
- Semicolon
- { after(grammarAccess.getDeviceImplementationAccess().getSemicolonKeyword_10_1_1_1()); }
+ (
+ { before(grammarAccess.getDeviceImplementationAccess().getAlternatives_10_2()); }
+ (rule__DeviceImplementation__Alternatives_10_2)
+ { after(grammarAccess.getDeviceImplementationAccess().getAlternatives_10_2()); }
+ )
+ (
+ { before(grammarAccess.getDeviceImplementationAccess().getAlternatives_10_2()); }
+ (rule__DeviceImplementation__Alternatives_10_2)*
+ { after(grammarAccess.getDeviceImplementationAccess().getAlternatives_10_2()); }
+ )
)
;
finally {
@@ -49130,9 +49422,9 @@ rule__DeviceImplementation__Group_11__0__Impl
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getFlowsKeyword_11_0()); }
- Flows
- { after(grammarAccess.getDeviceImplementationAccess().getFlowsKeyword_11_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getConnectionsKeyword_11_0()); }
+ Connections
+ { after(grammarAccess.getDeviceImplementationAccess().getConnectionsKeyword_11_0()); }
)
;
finally {
@@ -49184,9 +49476,9 @@ rule__DeviceImplementation__Group_11_1_1__0__Impl
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getNoFlowsAssignment_11_1_1_0()); }
- (rule__DeviceImplementation__NoFlowsAssignment_11_1_1_0)
- { after(grammarAccess.getDeviceImplementationAccess().getNoFlowsAssignment_11_1_1_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getNoConnectionsAssignment_11_1_1_0()); }
+ (rule__DeviceImplementation__NoConnectionsAssignment_11_1_1_0)
+ { after(grammarAccess.getDeviceImplementationAccess().getNoConnectionsAssignment_11_1_1_0()); }
)
;
finally {
@@ -49238,9 +49530,9 @@ rule__DeviceImplementation__Group_12__0__Impl
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getModesKeyword_12_0()); }
- Modes
- { after(grammarAccess.getDeviceImplementationAccess().getModesKeyword_12_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getFlowsKeyword_12_0()); }
+ Flows
+ { after(grammarAccess.getDeviceImplementationAccess().getFlowsKeyword_12_0()); }
)
;
finally {
@@ -49292,9 +49584,9 @@ rule__DeviceImplementation__Group_12_1_1__0__Impl
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getNoModesAssignment_12_1_1_0()); }
- (rule__DeviceImplementation__NoModesAssignment_12_1_1_0)
- { after(grammarAccess.getDeviceImplementationAccess().getNoModesAssignment_12_1_1_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getNoFlowsAssignment_12_1_1_0()); }
+ (rule__DeviceImplementation__NoFlowsAssignment_12_1_1_0)
+ { after(grammarAccess.getDeviceImplementationAccess().getNoFlowsAssignment_12_1_1_0()); }
)
;
finally {
@@ -49346,9 +49638,9 @@ rule__DeviceImplementation__Group_13__0__Impl
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getPropertiesKeyword_13_0()); }
- Properties
- { after(grammarAccess.getDeviceImplementationAccess().getPropertiesKeyword_13_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getModesKeyword_13_0()); }
+ Modes
+ { after(grammarAccess.getDeviceImplementationAccess().getModesKeyword_13_0()); }
)
;
finally {
@@ -49400,9 +49692,9 @@ rule__DeviceImplementation__Group_13_1_1__0__Impl
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getNoPropertiesAssignment_13_1_1_0()); }
- (rule__DeviceImplementation__NoPropertiesAssignment_13_1_1_0)
- { after(grammarAccess.getDeviceImplementationAccess().getNoPropertiesAssignment_13_1_1_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getNoModesAssignment_13_1_1_0()); }
+ (rule__DeviceImplementation__NoModesAssignment_13_1_1_0)
+ { after(grammarAccess.getDeviceImplementationAccess().getNoModesAssignment_13_1_1_0()); }
)
;
finally {
@@ -49436,6 +49728,114 @@ finally {
}
+rule__DeviceImplementation__Group_14__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__DeviceImplementation__Group_14__0__Impl
+ rule__DeviceImplementation__Group_14__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__DeviceImplementation__Group_14__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getDeviceImplementationAccess().getPropertiesKeyword_14_0()); }
+ Properties
+ { after(grammarAccess.getDeviceImplementationAccess().getPropertiesKeyword_14_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__DeviceImplementation__Group_14__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__DeviceImplementation__Group_14__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__DeviceImplementation__Group_14__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getDeviceImplementationAccess().getAlternatives_14_1()); }
+ (rule__DeviceImplementation__Alternatives_14_1)
+ { after(grammarAccess.getDeviceImplementationAccess().getAlternatives_14_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__DeviceImplementation__Group_14_1_1__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__DeviceImplementation__Group_14_1_1__0__Impl
+ rule__DeviceImplementation__Group_14_1_1__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__DeviceImplementation__Group_14_1_1__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getDeviceImplementationAccess().getNoPropertiesAssignment_14_1_1_0()); }
+ (rule__DeviceImplementation__NoPropertiesAssignment_14_1_1_0)
+ { after(grammarAccess.getDeviceImplementationAccess().getNoPropertiesAssignment_14_1_1_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__DeviceImplementation__Group_14_1_1__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__DeviceImplementation__Group_14_1_1__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__DeviceImplementation__Group_14_1_1__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getDeviceImplementationAccess().getSemicolonKeyword_14_1_1_1()); }
+ Semicolon
+ { after(grammarAccess.getDeviceImplementationAccess().getSemicolonKeyword_14_1_1_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
rule__MemoryImplementation__Group__0
@init {
int stackSize = keepStackSize();
@@ -49454,9 +49854,9 @@ rule__MemoryImplementation__Group__0__Impl
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getMemoryImplementationKeywordsParserRuleCall_0()); }
- ruleMemoryImplementationKeywords
- { after(grammarAccess.getMemoryImplementationAccess().getMemoryImplementationKeywordsParserRuleCall_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getMemoryKeyword_0()); }
+ Memory
+ { after(grammarAccess.getMemoryImplementationAccess().getMemoryKeyword_0()); }
)
;
finally {
@@ -49481,9 +49881,9 @@ rule__MemoryImplementation__Group__1__Impl
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedRealizationAssignment_1()); }
- (rule__MemoryImplementation__OwnedRealizationAssignment_1)
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedRealizationAssignment_1()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getImplementationKeyword_1()); }
+ Implementation
+ { after(grammarAccess.getMemoryImplementationAccess().getImplementationKeyword_1()); }
)
;
finally {
@@ -49508,9 +49908,9 @@ rule__MemoryImplementation__Group__2__Impl
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getFullStopKeyword_2()); }
- FullStop
- { after(grammarAccess.getMemoryImplementationAccess().getFullStopKeyword_2()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedRealizationAssignment_2()); }
+ (rule__MemoryImplementation__OwnedRealizationAssignment_2)
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedRealizationAssignment_2()); }
)
;
finally {
@@ -49535,9 +49935,9 @@ rule__MemoryImplementation__Group__3__Impl
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getNameAssignment_3()); }
- (rule__MemoryImplementation__NameAssignment_3)
- { after(grammarAccess.getMemoryImplementationAccess().getNameAssignment_3()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getFullStopKeyword_3()); }
+ FullStop
+ { after(grammarAccess.getMemoryImplementationAccess().getFullStopKeyword_3()); }
)
;
finally {
@@ -49562,9 +49962,9 @@ rule__MemoryImplementation__Group__4__Impl
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedExtensionAssignment_4()); }
- (rule__MemoryImplementation__OwnedExtensionAssignment_4)?
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedExtensionAssignment_4()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getNameAssignment_4()); }
+ (rule__MemoryImplementation__NameAssignment_4)
+ { after(grammarAccess.getMemoryImplementationAccess().getNameAssignment_4()); }
)
;
finally {
@@ -49589,9 +49989,9 @@ rule__MemoryImplementation__Group__5__Impl
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getGroup_5()); }
- (rule__MemoryImplementation__Group_5__0)?
- { after(grammarAccess.getMemoryImplementationAccess().getGroup_5()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedExtensionAssignment_5()); }
+ (rule__MemoryImplementation__OwnedExtensionAssignment_5)?
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedExtensionAssignment_5()); }
)
;
finally {
@@ -49778,9 +50178,9 @@ rule__MemoryImplementation__Group__12__Impl
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedAnnexSubclauseAssignment_12()); }
- (rule__MemoryImplementation__OwnedAnnexSubclauseAssignment_12)*
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedAnnexSubclauseAssignment_12()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getGroup_12()); }
+ (rule__MemoryImplementation__Group_12__0)?
+ { after(grammarAccess.getMemoryImplementationAccess().getGroup_12()); }
)
;
finally {
@@ -49805,9 +50205,9 @@ rule__MemoryImplementation__Group__13__Impl
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getEndKeyword_13()); }
- End
- { after(grammarAccess.getMemoryImplementationAccess().getEndKeyword_13()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedAnnexSubclauseAssignment_13()); }
+ (rule__MemoryImplementation__OwnedAnnexSubclauseAssignment_13)*
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedAnnexSubclauseAssignment_13()); }
)
;
finally {
@@ -49832,9 +50232,9 @@ rule__MemoryImplementation__Group__14__Impl
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getFULLINAMEParserRuleCall_14()); }
- ruleFULLINAME
- { after(grammarAccess.getMemoryImplementationAccess().getFULLINAMEParserRuleCall_14()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getEndKeyword_14()); }
+ End
+ { after(grammarAccess.getMemoryImplementationAccess().getEndKeyword_14()); }
)
;
finally {
@@ -49847,6 +50247,7 @@ rule__MemoryImplementation__Group__15
}
:
rule__MemoryImplementation__Group__15__Impl
+ rule__MemoryImplementation__Group__16
;
finally {
restoreStackSize(stackSize);
@@ -49858,171 +50259,143 @@ rule__MemoryImplementation__Group__15__Impl
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getSemicolonKeyword_15()); }
- Semicolon
- { after(grammarAccess.getMemoryImplementationAccess().getSemicolonKeyword_15()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getFULLINAMEParserRuleCall_15()); }
+ ruleFULLINAME
+ { after(grammarAccess.getMemoryImplementationAccess().getFULLINAMEParserRuleCall_15()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__MemoryImplementation__Group_5__0
+rule__MemoryImplementation__Group__16
@init {
int stackSize = keepStackSize();
}
:
- rule__MemoryImplementation__Group_5__0__Impl
- rule__MemoryImplementation__Group_5__1
+ rule__MemoryImplementation__Group__16__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__Group_5__0__Impl
+rule__MemoryImplementation__Group__16__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getLeftParenthesisKeyword_5_0()); }
- LeftParenthesis
- { after(grammarAccess.getMemoryImplementationAccess().getLeftParenthesisKeyword_5_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getSemicolonKeyword_16()); }
+ Semicolon
+ { after(grammarAccess.getMemoryImplementationAccess().getSemicolonKeyword_16()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__Group_5__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__MemoryImplementation__Group_5__1__Impl
- rule__MemoryImplementation__Group_5__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__MemoryImplementation__Group_5__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeBindingAssignment_5_1()); }
- (rule__MemoryImplementation__OwnedPrototypeBindingAssignment_5_1)
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeBindingAssignment_5_1()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-rule__MemoryImplementation__Group_5__2
+rule__MemoryImplementation__Group_6__0
@init {
int stackSize = keepStackSize();
}
:
- rule__MemoryImplementation__Group_5__2__Impl
- rule__MemoryImplementation__Group_5__3
+ rule__MemoryImplementation__Group_6__0__Impl
+ rule__MemoryImplementation__Group_6__1
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__Group_5__2__Impl
+rule__MemoryImplementation__Group_6__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getGroup_5_2()); }
- (rule__MemoryImplementation__Group_5_2__0)*
- { after(grammarAccess.getMemoryImplementationAccess().getGroup_5_2()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getLeftParenthesisKeyword_6_0()); }
+ LeftParenthesis
+ { after(grammarAccess.getMemoryImplementationAccess().getLeftParenthesisKeyword_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__Group_5__3
+rule__MemoryImplementation__Group_6__1
@init {
int stackSize = keepStackSize();
}
:
- rule__MemoryImplementation__Group_5__3__Impl
+ rule__MemoryImplementation__Group_6__1__Impl
+ rule__MemoryImplementation__Group_6__2
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__Group_5__3__Impl
+rule__MemoryImplementation__Group_6__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getRightParenthesisKeyword_5_3()); }
- RightParenthesis
- { after(grammarAccess.getMemoryImplementationAccess().getRightParenthesisKeyword_5_3()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeBindingAssignment_6_1()); }
+ (rule__MemoryImplementation__OwnedPrototypeBindingAssignment_6_1)
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeBindingAssignment_6_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__MemoryImplementation__Group_5_2__0
+rule__MemoryImplementation__Group_6__2
@init {
int stackSize = keepStackSize();
}
:
- rule__MemoryImplementation__Group_5_2__0__Impl
- rule__MemoryImplementation__Group_5_2__1
+ rule__MemoryImplementation__Group_6__2__Impl
+ rule__MemoryImplementation__Group_6__3
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__Group_5_2__0__Impl
+rule__MemoryImplementation__Group_6__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getCommaKeyword_5_2_0()); }
- Comma
- { after(grammarAccess.getMemoryImplementationAccess().getCommaKeyword_5_2_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getGroup_6_2()); }
+ (rule__MemoryImplementation__Group_6_2__0)*
+ { after(grammarAccess.getMemoryImplementationAccess().getGroup_6_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__Group_5_2__1
+rule__MemoryImplementation__Group_6__3
@init {
int stackSize = keepStackSize();
}
:
- rule__MemoryImplementation__Group_5_2__1__Impl
+ rule__MemoryImplementation__Group_6__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__Group_5_2__1__Impl
+rule__MemoryImplementation__Group_6__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1()); }
- (rule__MemoryImplementation__OwnedPrototypeBindingAssignment_5_2_1)
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getRightParenthesisKeyword_6_3()); }
+ RightParenthesis
+ { after(grammarAccess.getMemoryImplementationAccess().getRightParenthesisKeyword_6_3()); }
)
;
finally {
@@ -50030,53 +50403,53 @@ finally {
}
-rule__MemoryImplementation__Group_6__0
+rule__MemoryImplementation__Group_6_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__MemoryImplementation__Group_6__0__Impl
- rule__MemoryImplementation__Group_6__1
+ rule__MemoryImplementation__Group_6_2__0__Impl
+ rule__MemoryImplementation__Group_6_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__Group_6__0__Impl
+rule__MemoryImplementation__Group_6_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getPrototypesKeyword_6_0()); }
- Prototypes
- { after(grammarAccess.getMemoryImplementationAccess().getPrototypesKeyword_6_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getCommaKeyword_6_2_0()); }
+ Comma
+ { after(grammarAccess.getMemoryImplementationAccess().getCommaKeyword_6_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__Group_6__1
+rule__MemoryImplementation__Group_6_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__MemoryImplementation__Group_6__1__Impl
+ rule__MemoryImplementation__Group_6_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__Group_6__1__Impl
+rule__MemoryImplementation__Group_6_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getAlternatives_6_1()); }
- (rule__MemoryImplementation__Alternatives_6_1)
- { after(grammarAccess.getMemoryImplementationAccess().getAlternatives_6_1()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1()); }
+ (rule__MemoryImplementation__OwnedPrototypeBindingAssignment_6_2_1)
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1()); }
)
;
finally {
@@ -50084,53 +50457,53 @@ finally {
}
-rule__MemoryImplementation__Group_6_1_1__0
+rule__MemoryImplementation__Group_7__0
@init {
int stackSize = keepStackSize();
}
:
- rule__MemoryImplementation__Group_6_1_1__0__Impl
- rule__MemoryImplementation__Group_6_1_1__1
+ rule__MemoryImplementation__Group_7__0__Impl
+ rule__MemoryImplementation__Group_7__1
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__Group_6_1_1__0__Impl
+rule__MemoryImplementation__Group_7__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getNoPrototypesAssignment_6_1_1_0()); }
- (rule__MemoryImplementation__NoPrototypesAssignment_6_1_1_0)
- { after(grammarAccess.getMemoryImplementationAccess().getNoPrototypesAssignment_6_1_1_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getPrototypesKeyword_7_0()); }
+ Prototypes
+ { after(grammarAccess.getMemoryImplementationAccess().getPrototypesKeyword_7_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__Group_6_1_1__1
+rule__MemoryImplementation__Group_7__1
@init {
int stackSize = keepStackSize();
}
:
- rule__MemoryImplementation__Group_6_1_1__1__Impl
+ rule__MemoryImplementation__Group_7__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__Group_6_1_1__1__Impl
+rule__MemoryImplementation__Group_7__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getSemicolonKeyword_6_1_1_1()); }
- Semicolon
- { after(grammarAccess.getMemoryImplementationAccess().getSemicolonKeyword_6_1_1_1()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getAlternatives_7_1()); }
+ (rule__MemoryImplementation__Alternatives_7_1)
+ { after(grammarAccess.getMemoryImplementationAccess().getAlternatives_7_1()); }
)
;
finally {
@@ -50138,53 +50511,53 @@ finally {
}
-rule__MemoryImplementation__Group_7__0
+rule__MemoryImplementation__Group_7_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__MemoryImplementation__Group_7__0__Impl
- rule__MemoryImplementation__Group_7__1
+ rule__MemoryImplementation__Group_7_1_1__0__Impl
+ rule__MemoryImplementation__Group_7_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__Group_7__0__Impl
+rule__MemoryImplementation__Group_7_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getSubcomponentsKeyword_7_0()); }
- Subcomponents
- { after(grammarAccess.getMemoryImplementationAccess().getSubcomponentsKeyword_7_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getNoPrototypesAssignment_7_1_1_0()); }
+ (rule__MemoryImplementation__NoPrototypesAssignment_7_1_1_0)
+ { after(grammarAccess.getMemoryImplementationAccess().getNoPrototypesAssignment_7_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__Group_7__1
+rule__MemoryImplementation__Group_7_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__MemoryImplementation__Group_7__1__Impl
+ rule__MemoryImplementation__Group_7_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__Group_7__1__Impl
+rule__MemoryImplementation__Group_7_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getAlternatives_7_1()); }
- (rule__MemoryImplementation__Alternatives_7_1)
- { after(grammarAccess.getMemoryImplementationAccess().getAlternatives_7_1()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getSemicolonKeyword_7_1_1_1()); }
+ Semicolon
+ { after(grammarAccess.getMemoryImplementationAccess().getSemicolonKeyword_7_1_1_1()); }
)
;
finally {
@@ -50192,53 +50565,53 @@ finally {
}
-rule__MemoryImplementation__Group_7_1_1__0
+rule__MemoryImplementation__Group_8__0
@init {
int stackSize = keepStackSize();
}
:
- rule__MemoryImplementation__Group_7_1_1__0__Impl
- rule__MemoryImplementation__Group_7_1_1__1
+ rule__MemoryImplementation__Group_8__0__Impl
+ rule__MemoryImplementation__Group_8__1
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__Group_7_1_1__0__Impl
+rule__MemoryImplementation__Group_8__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0()); }
- (rule__MemoryImplementation__NoSubcomponentsAssignment_7_1_1_0)
- { after(grammarAccess.getMemoryImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getSubcomponentsKeyword_8_0()); }
+ Subcomponents
+ { after(grammarAccess.getMemoryImplementationAccess().getSubcomponentsKeyword_8_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__Group_7_1_1__1
+rule__MemoryImplementation__Group_8__1
@init {
int stackSize = keepStackSize();
}
:
- rule__MemoryImplementation__Group_7_1_1__1__Impl
+ rule__MemoryImplementation__Group_8__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__Group_7_1_1__1__Impl
+rule__MemoryImplementation__Group_8__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getSemicolonKeyword_7_1_1_1()); }
- Semicolon
- { after(grammarAccess.getMemoryImplementationAccess().getSemicolonKeyword_7_1_1_1()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getAlternatives_8_1()); }
+ (rule__MemoryImplementation__Alternatives_8_1)
+ { after(grammarAccess.getMemoryImplementationAccess().getAlternatives_8_1()); }
)
;
finally {
@@ -50246,60 +50619,53 @@ finally {
}
-rule__MemoryImplementation__Group_8__0
+rule__MemoryImplementation__Group_8_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__MemoryImplementation__Group_8__0__Impl
- rule__MemoryImplementation__Group_8__1
+ rule__MemoryImplementation__Group_8_1_1__0__Impl
+ rule__MemoryImplementation__Group_8_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__Group_8__0__Impl
+rule__MemoryImplementation__Group_8_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0()); }
- ruleInternalFeaturesKeywords
- { after(grammarAccess.getMemoryImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0()); }
+ (rule__MemoryImplementation__NoSubcomponentsAssignment_8_1_1_0)
+ { after(grammarAccess.getMemoryImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__Group_8__1
+rule__MemoryImplementation__Group_8_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__MemoryImplementation__Group_8__1__Impl
+ rule__MemoryImplementation__Group_8_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__Group_8__1__Impl
+rule__MemoryImplementation__Group_8_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getMemoryImplementationAccess().getAlternatives_8_1()); }
- (rule__MemoryImplementation__Alternatives_8_1)
- { after(grammarAccess.getMemoryImplementationAccess().getAlternatives_8_1()); }
- )
- (
- { before(grammarAccess.getMemoryImplementationAccess().getAlternatives_8_1()); }
- (rule__MemoryImplementation__Alternatives_8_1)*
- { after(grammarAccess.getMemoryImplementationAccess().getAlternatives_8_1()); }
- )
+ { before(grammarAccess.getMemoryImplementationAccess().getSemicolonKeyword_8_1_1_1()); }
+ Semicolon
+ { after(grammarAccess.getMemoryImplementationAccess().getSemicolonKeyword_8_1_1_1()); }
)
;
finally {
@@ -50325,9 +50691,9 @@ rule__MemoryImplementation__Group_9__0__Impl
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getConnectionsKeyword_9_0()); }
- Connections
- { after(grammarAccess.getMemoryImplementationAccess().getConnectionsKeyword_9_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getInternalKeyword_9_0()); }
+ Internal
+ { after(grammarAccess.getMemoryImplementationAccess().getInternalKeyword_9_0()); }
)
;
finally {
@@ -50340,6 +50706,7 @@ rule__MemoryImplementation__Group_9__1
}
:
rule__MemoryImplementation__Group_9__1__Impl
+ rule__MemoryImplementation__Group_9__2
;
finally {
restoreStackSize(stackSize);
@@ -50351,63 +50718,42 @@ rule__MemoryImplementation__Group_9__1__Impl
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getAlternatives_9_1()); }
- (rule__MemoryImplementation__Alternatives_9_1)
- { after(grammarAccess.getMemoryImplementationAccess().getAlternatives_9_1()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__MemoryImplementation__Group_9_1_1__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__MemoryImplementation__Group_9_1_1__0__Impl
- rule__MemoryImplementation__Group_9_1_1__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__MemoryImplementation__Group_9_1_1__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getMemoryImplementationAccess().getNoConnectionsAssignment_9_1_1_0()); }
- (rule__MemoryImplementation__NoConnectionsAssignment_9_1_1_0)
- { after(grammarAccess.getMemoryImplementationAccess().getNoConnectionsAssignment_9_1_1_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getFeaturesKeyword_9_1()); }
+ Features
+ { after(grammarAccess.getMemoryImplementationAccess().getFeaturesKeyword_9_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__Group_9_1_1__1
+rule__MemoryImplementation__Group_9__2
@init {
int stackSize = keepStackSize();
}
:
- rule__MemoryImplementation__Group_9_1_1__1__Impl
+ rule__MemoryImplementation__Group_9__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__Group_9_1_1__1__Impl
+rule__MemoryImplementation__Group_9__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getSemicolonKeyword_9_1_1_1()); }
- Semicolon
- { after(grammarAccess.getMemoryImplementationAccess().getSemicolonKeyword_9_1_1_1()); }
+ (
+ { before(grammarAccess.getMemoryImplementationAccess().getAlternatives_9_2()); }
+ (rule__MemoryImplementation__Alternatives_9_2)
+ { after(grammarAccess.getMemoryImplementationAccess().getAlternatives_9_2()); }
+ )
+ (
+ { before(grammarAccess.getMemoryImplementationAccess().getAlternatives_9_2()); }
+ (rule__MemoryImplementation__Alternatives_9_2)*
+ { after(grammarAccess.getMemoryImplementationAccess().getAlternatives_9_2()); }
+ )
)
;
finally {
@@ -50433,9 +50779,9 @@ rule__MemoryImplementation__Group_10__0__Impl
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getModesKeyword_10_0()); }
- Modes
- { after(grammarAccess.getMemoryImplementationAccess().getModesKeyword_10_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getConnectionsKeyword_10_0()); }
+ Connections
+ { after(grammarAccess.getMemoryImplementationAccess().getConnectionsKeyword_10_0()); }
)
;
finally {
@@ -50487,9 +50833,9 @@ rule__MemoryImplementation__Group_10_1_1__0__Impl
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getNoModesAssignment_10_1_1_0()); }
- (rule__MemoryImplementation__NoModesAssignment_10_1_1_0)
- { after(grammarAccess.getMemoryImplementationAccess().getNoModesAssignment_10_1_1_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getNoConnectionsAssignment_10_1_1_0()); }
+ (rule__MemoryImplementation__NoConnectionsAssignment_10_1_1_0)
+ { after(grammarAccess.getMemoryImplementationAccess().getNoConnectionsAssignment_10_1_1_0()); }
)
;
finally {
@@ -50541,9 +50887,9 @@ rule__MemoryImplementation__Group_11__0__Impl
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getPropertiesKeyword_11_0()); }
- Properties
- { after(grammarAccess.getMemoryImplementationAccess().getPropertiesKeyword_11_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getModesKeyword_11_0()); }
+ Modes
+ { after(grammarAccess.getMemoryImplementationAccess().getModesKeyword_11_0()); }
)
;
finally {
@@ -50595,9 +50941,9 @@ rule__MemoryImplementation__Group_11_1_1__0__Impl
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getNoPropertiesAssignment_11_1_1_0()); }
- (rule__MemoryImplementation__NoPropertiesAssignment_11_1_1_0)
- { after(grammarAccess.getMemoryImplementationAccess().getNoPropertiesAssignment_11_1_1_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getNoModesAssignment_11_1_1_0()); }
+ (rule__MemoryImplementation__NoModesAssignment_11_1_1_0)
+ { after(grammarAccess.getMemoryImplementationAccess().getNoModesAssignment_11_1_1_0()); }
)
;
finally {
@@ -50631,6 +50977,114 @@ finally {
}
+rule__MemoryImplementation__Group_12__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__MemoryImplementation__Group_12__0__Impl
+ rule__MemoryImplementation__Group_12__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__MemoryImplementation__Group_12__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getMemoryImplementationAccess().getPropertiesKeyword_12_0()); }
+ Properties
+ { after(grammarAccess.getMemoryImplementationAccess().getPropertiesKeyword_12_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__MemoryImplementation__Group_12__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__MemoryImplementation__Group_12__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__MemoryImplementation__Group_12__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getMemoryImplementationAccess().getAlternatives_12_1()); }
+ (rule__MemoryImplementation__Alternatives_12_1)
+ { after(grammarAccess.getMemoryImplementationAccess().getAlternatives_12_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__MemoryImplementation__Group_12_1_1__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__MemoryImplementation__Group_12_1_1__0__Impl
+ rule__MemoryImplementation__Group_12_1_1__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__MemoryImplementation__Group_12_1_1__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getMemoryImplementationAccess().getNoPropertiesAssignment_12_1_1_0()); }
+ (rule__MemoryImplementation__NoPropertiesAssignment_12_1_1_0)
+ { after(grammarAccess.getMemoryImplementationAccess().getNoPropertiesAssignment_12_1_1_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__MemoryImplementation__Group_12_1_1__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__MemoryImplementation__Group_12_1_1__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__MemoryImplementation__Group_12_1_1__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getMemoryImplementationAccess().getSemicolonKeyword_12_1_1_1()); }
+ Semicolon
+ { after(grammarAccess.getMemoryImplementationAccess().getSemicolonKeyword_12_1_1_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
rule__BusImplementation__Group__0
@init {
int stackSize = keepStackSize();
@@ -50649,9 +51103,9 @@ rule__BusImplementation__Group__0__Impl
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getBusImplementationKeywordsParserRuleCall_0()); }
- ruleBusImplementationKeywords
- { after(grammarAccess.getBusImplementationAccess().getBusImplementationKeywordsParserRuleCall_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getBusKeyword_0()); }
+ Bus
+ { after(grammarAccess.getBusImplementationAccess().getBusKeyword_0()); }
)
;
finally {
@@ -50676,9 +51130,9 @@ rule__BusImplementation__Group__1__Impl
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getOwnedRealizationAssignment_1()); }
- (rule__BusImplementation__OwnedRealizationAssignment_1)
- { after(grammarAccess.getBusImplementationAccess().getOwnedRealizationAssignment_1()); }
+ { before(grammarAccess.getBusImplementationAccess().getImplementationKeyword_1()); }
+ Implementation
+ { after(grammarAccess.getBusImplementationAccess().getImplementationKeyword_1()); }
)
;
finally {
@@ -50703,9 +51157,9 @@ rule__BusImplementation__Group__2__Impl
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getFullStopKeyword_2()); }
- FullStop
- { after(grammarAccess.getBusImplementationAccess().getFullStopKeyword_2()); }
+ { before(grammarAccess.getBusImplementationAccess().getOwnedRealizationAssignment_2()); }
+ (rule__BusImplementation__OwnedRealizationAssignment_2)
+ { after(grammarAccess.getBusImplementationAccess().getOwnedRealizationAssignment_2()); }
)
;
finally {
@@ -50730,9 +51184,9 @@ rule__BusImplementation__Group__3__Impl
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getNameAssignment_3()); }
- (rule__BusImplementation__NameAssignment_3)
- { after(grammarAccess.getBusImplementationAccess().getNameAssignment_3()); }
+ { before(grammarAccess.getBusImplementationAccess().getFullStopKeyword_3()); }
+ FullStop
+ { after(grammarAccess.getBusImplementationAccess().getFullStopKeyword_3()); }
)
;
finally {
@@ -50757,9 +51211,9 @@ rule__BusImplementation__Group__4__Impl
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getOwnedExtensionAssignment_4()); }
- (rule__BusImplementation__OwnedExtensionAssignment_4)?
- { after(grammarAccess.getBusImplementationAccess().getOwnedExtensionAssignment_4()); }
+ { before(grammarAccess.getBusImplementationAccess().getNameAssignment_4()); }
+ (rule__BusImplementation__NameAssignment_4)
+ { after(grammarAccess.getBusImplementationAccess().getNameAssignment_4()); }
)
;
finally {
@@ -50784,9 +51238,9 @@ rule__BusImplementation__Group__5__Impl
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getGroup_5()); }
- (rule__BusImplementation__Group_5__0)?
- { after(grammarAccess.getBusImplementationAccess().getGroup_5()); }
+ { before(grammarAccess.getBusImplementationAccess().getOwnedExtensionAssignment_5()); }
+ (rule__BusImplementation__OwnedExtensionAssignment_5)?
+ { after(grammarAccess.getBusImplementationAccess().getOwnedExtensionAssignment_5()); }
)
;
finally {
@@ -50946,9 +51400,9 @@ rule__BusImplementation__Group__11__Impl
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getOwnedAnnexSubclauseAssignment_11()); }
- (rule__BusImplementation__OwnedAnnexSubclauseAssignment_11)*
- { after(grammarAccess.getBusImplementationAccess().getOwnedAnnexSubclauseAssignment_11()); }
+ { before(grammarAccess.getBusImplementationAccess().getGroup_11()); }
+ (rule__BusImplementation__Group_11__0)?
+ { after(grammarAccess.getBusImplementationAccess().getGroup_11()); }
)
;
finally {
@@ -50973,9 +51427,9 @@ rule__BusImplementation__Group__12__Impl
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getEndKeyword_12()); }
- End
- { after(grammarAccess.getBusImplementationAccess().getEndKeyword_12()); }
+ { before(grammarAccess.getBusImplementationAccess().getOwnedAnnexSubclauseAssignment_12()); }
+ (rule__BusImplementation__OwnedAnnexSubclauseAssignment_12)*
+ { after(grammarAccess.getBusImplementationAccess().getOwnedAnnexSubclauseAssignment_12()); }
)
;
finally {
@@ -51000,9 +51454,9 @@ rule__BusImplementation__Group__13__Impl
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getFULLINAMEParserRuleCall_13()); }
- ruleFULLINAME
- { after(grammarAccess.getBusImplementationAccess().getFULLINAMEParserRuleCall_13()); }
+ { before(grammarAccess.getBusImplementationAccess().getEndKeyword_13()); }
+ End
+ { after(grammarAccess.getBusImplementationAccess().getEndKeyword_13()); }
)
;
finally {
@@ -51015,6 +51469,7 @@ rule__BusImplementation__Group__14
}
:
rule__BusImplementation__Group__14__Impl
+ rule__BusImplementation__Group__15
;
finally {
restoreStackSize(stackSize);
@@ -51026,225 +51481,143 @@ rule__BusImplementation__Group__14__Impl
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getSemicolonKeyword_14()); }
- Semicolon
- { after(grammarAccess.getBusImplementationAccess().getSemicolonKeyword_14()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__BusImplementation__Group_5__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__BusImplementation__Group_5__0__Impl
- rule__BusImplementation__Group_5__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__BusImplementation__Group_5__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getBusImplementationAccess().getLeftParenthesisKeyword_5_0()); }
- LeftParenthesis
- { after(grammarAccess.getBusImplementationAccess().getLeftParenthesisKeyword_5_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getFULLINAMEParserRuleCall_14()); }
+ ruleFULLINAME
+ { after(grammarAccess.getBusImplementationAccess().getFULLINAMEParserRuleCall_14()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__Group_5__1
+rule__BusImplementation__Group__15
@init {
int stackSize = keepStackSize();
}
:
- rule__BusImplementation__Group_5__1__Impl
- rule__BusImplementation__Group_5__2
+ rule__BusImplementation__Group__15__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__Group_5__1__Impl
+rule__BusImplementation__Group__15__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getOwnedPrototypeBindingAssignment_5_1()); }
- (rule__BusImplementation__OwnedPrototypeBindingAssignment_5_1)
- { after(grammarAccess.getBusImplementationAccess().getOwnedPrototypeBindingAssignment_5_1()); }
+ { before(grammarAccess.getBusImplementationAccess().getSemicolonKeyword_15()); }
+ Semicolon
+ { after(grammarAccess.getBusImplementationAccess().getSemicolonKeyword_15()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__Group_5__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__BusImplementation__Group_5__2__Impl
- rule__BusImplementation__Group_5__3
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__BusImplementation__Group_5__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getBusImplementationAccess().getGroup_5_2()); }
- (rule__BusImplementation__Group_5_2__0)*
- { after(grammarAccess.getBusImplementationAccess().getGroup_5_2()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-rule__BusImplementation__Group_5__3
+rule__BusImplementation__Group_6__0
@init {
int stackSize = keepStackSize();
}
:
- rule__BusImplementation__Group_5__3__Impl
+ rule__BusImplementation__Group_6__0__Impl
+ rule__BusImplementation__Group_6__1
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__Group_5__3__Impl
+rule__BusImplementation__Group_6__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getRightParenthesisKeyword_5_3()); }
- RightParenthesis
- { after(grammarAccess.getBusImplementationAccess().getRightParenthesisKeyword_5_3()); }
+ { before(grammarAccess.getBusImplementationAccess().getLeftParenthesisKeyword_6_0()); }
+ LeftParenthesis
+ { after(grammarAccess.getBusImplementationAccess().getLeftParenthesisKeyword_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__BusImplementation__Group_5_2__0
+rule__BusImplementation__Group_6__1
@init {
int stackSize = keepStackSize();
}
:
- rule__BusImplementation__Group_5_2__0__Impl
- rule__BusImplementation__Group_5_2__1
+ rule__BusImplementation__Group_6__1__Impl
+ rule__BusImplementation__Group_6__2
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__Group_5_2__0__Impl
+rule__BusImplementation__Group_6__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getCommaKeyword_5_2_0()); }
- Comma
- { after(grammarAccess.getBusImplementationAccess().getCommaKeyword_5_2_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getOwnedPrototypeBindingAssignment_6_1()); }
+ (rule__BusImplementation__OwnedPrototypeBindingAssignment_6_1)
+ { after(grammarAccess.getBusImplementationAccess().getOwnedPrototypeBindingAssignment_6_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__Group_5_2__1
+rule__BusImplementation__Group_6__2
@init {
int stackSize = keepStackSize();
}
:
- rule__BusImplementation__Group_5_2__1__Impl
+ rule__BusImplementation__Group_6__2__Impl
+ rule__BusImplementation__Group_6__3
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__Group_5_2__1__Impl
+rule__BusImplementation__Group_6__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1()); }
- (rule__BusImplementation__OwnedPrototypeBindingAssignment_5_2_1)
- { after(grammarAccess.getBusImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1()); }
+ { before(grammarAccess.getBusImplementationAccess().getGroup_6_2()); }
+ (rule__BusImplementation__Group_6_2__0)*
+ { after(grammarAccess.getBusImplementationAccess().getGroup_6_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__BusImplementation__Group_6__0
+rule__BusImplementation__Group_6__3
@init {
int stackSize = keepStackSize();
}
:
- rule__BusImplementation__Group_6__0__Impl
- rule__BusImplementation__Group_6__1
+ rule__BusImplementation__Group_6__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__Group_6__0__Impl
+rule__BusImplementation__Group_6__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getPrototypesKeyword_6_0()); }
- Prototypes
- { after(grammarAccess.getBusImplementationAccess().getPrototypesKeyword_6_0()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__BusImplementation__Group_6__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__BusImplementation__Group_6__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__BusImplementation__Group_6__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getBusImplementationAccess().getAlternatives_6_1()); }
- (rule__BusImplementation__Alternatives_6_1)
- { after(grammarAccess.getBusImplementationAccess().getAlternatives_6_1()); }
+ { before(grammarAccess.getBusImplementationAccess().getRightParenthesisKeyword_6_3()); }
+ RightParenthesis
+ { after(grammarAccess.getBusImplementationAccess().getRightParenthesisKeyword_6_3()); }
)
;
finally {
@@ -51252,53 +51625,53 @@ finally {
}
-rule__BusImplementation__Group_6_1_1__0
+rule__BusImplementation__Group_6_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__BusImplementation__Group_6_1_1__0__Impl
- rule__BusImplementation__Group_6_1_1__1
+ rule__BusImplementation__Group_6_2__0__Impl
+ rule__BusImplementation__Group_6_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__Group_6_1_1__0__Impl
+rule__BusImplementation__Group_6_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getNoPrototypesAssignment_6_1_1_0()); }
- (rule__BusImplementation__NoPrototypesAssignment_6_1_1_0)
- { after(grammarAccess.getBusImplementationAccess().getNoPrototypesAssignment_6_1_1_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getCommaKeyword_6_2_0()); }
+ Comma
+ { after(grammarAccess.getBusImplementationAccess().getCommaKeyword_6_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__Group_6_1_1__1
+rule__BusImplementation__Group_6_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__BusImplementation__Group_6_1_1__1__Impl
+ rule__BusImplementation__Group_6_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__Group_6_1_1__1__Impl
+rule__BusImplementation__Group_6_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getSemicolonKeyword_6_1_1_1()); }
- Semicolon
- { after(grammarAccess.getBusImplementationAccess().getSemicolonKeyword_6_1_1_1()); }
+ { before(grammarAccess.getBusImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1()); }
+ (rule__BusImplementation__OwnedPrototypeBindingAssignment_6_2_1)
+ { after(grammarAccess.getBusImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1()); }
)
;
finally {
@@ -51324,9 +51697,9 @@ rule__BusImplementation__Group_7__0__Impl
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getSubcomponentsKeyword_7_0()); }
- Subcomponents
- { after(grammarAccess.getBusImplementationAccess().getSubcomponentsKeyword_7_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getPrototypesKeyword_7_0()); }
+ Prototypes
+ { after(grammarAccess.getBusImplementationAccess().getPrototypesKeyword_7_0()); }
)
;
finally {
@@ -51378,9 +51751,9 @@ rule__BusImplementation__Group_7_1_1__0__Impl
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0()); }
- (rule__BusImplementation__NoSubcomponentsAssignment_7_1_1_0)
- { after(grammarAccess.getBusImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getNoPrototypesAssignment_7_1_1_0()); }
+ (rule__BusImplementation__NoPrototypesAssignment_7_1_1_0)
+ { after(grammarAccess.getBusImplementationAccess().getNoPrototypesAssignment_7_1_1_0()); }
)
;
finally {
@@ -51432,9 +51805,9 @@ rule__BusImplementation__Group_8__0__Impl
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0()); }
- ruleInternalFeaturesKeywords
- { after(grammarAccess.getBusImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getSubcomponentsKeyword_8_0()); }
+ Subcomponents
+ { after(grammarAccess.getBusImplementationAccess().getSubcomponentsKeyword_8_0()); }
)
;
finally {
@@ -51458,70 +51831,9 @@ rule__BusImplementation__Group_8__1__Impl
}
:
(
- (
- { before(grammarAccess.getBusImplementationAccess().getAlternatives_8_1()); }
- (rule__BusImplementation__Alternatives_8_1)
- { after(grammarAccess.getBusImplementationAccess().getAlternatives_8_1()); }
- )
- (
- { before(grammarAccess.getBusImplementationAccess().getAlternatives_8_1()); }
- (rule__BusImplementation__Alternatives_8_1)*
- { after(grammarAccess.getBusImplementationAccess().getAlternatives_8_1()); }
- )
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__BusImplementation__Group_9__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__BusImplementation__Group_9__0__Impl
- rule__BusImplementation__Group_9__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__BusImplementation__Group_9__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getBusImplementationAccess().getModesKeyword_9_0()); }
- Modes
- { after(grammarAccess.getBusImplementationAccess().getModesKeyword_9_0()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__BusImplementation__Group_9__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__BusImplementation__Group_9__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__BusImplementation__Group_9__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getBusImplementationAccess().getAlternatives_9_1()); }
- (rule__BusImplementation__Alternatives_9_1)
- { after(grammarAccess.getBusImplementationAccess().getAlternatives_9_1()); }
+ { before(grammarAccess.getBusImplementationAccess().getAlternatives_8_1()); }
+ (rule__BusImplementation__Alternatives_8_1)
+ { after(grammarAccess.getBusImplementationAccess().getAlternatives_8_1()); }
)
;
finally {
@@ -51529,53 +51841,53 @@ finally {
}
-rule__BusImplementation__Group_9_1_1__0
+rule__BusImplementation__Group_8_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__BusImplementation__Group_9_1_1__0__Impl
- rule__BusImplementation__Group_9_1_1__1
+ rule__BusImplementation__Group_8_1_1__0__Impl
+ rule__BusImplementation__Group_8_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__Group_9_1_1__0__Impl
+rule__BusImplementation__Group_8_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getNoModesAssignment_9_1_1_0()); }
- (rule__BusImplementation__NoModesAssignment_9_1_1_0)
- { after(grammarAccess.getBusImplementationAccess().getNoModesAssignment_9_1_1_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0()); }
+ (rule__BusImplementation__NoSubcomponentsAssignment_8_1_1_0)
+ { after(grammarAccess.getBusImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__Group_9_1_1__1
+rule__BusImplementation__Group_8_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__BusImplementation__Group_9_1_1__1__Impl
+ rule__BusImplementation__Group_8_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__Group_9_1_1__1__Impl
+rule__BusImplementation__Group_8_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getSemicolonKeyword_9_1_1_1()); }
+ { before(grammarAccess.getBusImplementationAccess().getSemicolonKeyword_8_1_1_1()); }
Semicolon
- { after(grammarAccess.getBusImplementationAccess().getSemicolonKeyword_9_1_1_1()); }
+ { after(grammarAccess.getBusImplementationAccess().getSemicolonKeyword_8_1_1_1()); }
)
;
finally {
@@ -51583,107 +51895,141 @@ finally {
}
-rule__BusImplementation__Group_10__0
+rule__BusImplementation__Group_9__0
@init {
int stackSize = keepStackSize();
}
:
- rule__BusImplementation__Group_10__0__Impl
- rule__BusImplementation__Group_10__1
+ rule__BusImplementation__Group_9__0__Impl
+ rule__BusImplementation__Group_9__1
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__Group_10__0__Impl
+rule__BusImplementation__Group_9__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getPropertiesKeyword_10_0()); }
- Properties
- { after(grammarAccess.getBusImplementationAccess().getPropertiesKeyword_10_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getInternalKeyword_9_0()); }
+ Internal
+ { after(grammarAccess.getBusImplementationAccess().getInternalKeyword_9_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__Group_10__1
+rule__BusImplementation__Group_9__1
@init {
int stackSize = keepStackSize();
}
:
- rule__BusImplementation__Group_10__1__Impl
+ rule__BusImplementation__Group_9__1__Impl
+ rule__BusImplementation__Group_9__2
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__Group_10__1__Impl
+rule__BusImplementation__Group_9__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getAlternatives_10_1()); }
- (rule__BusImplementation__Alternatives_10_1)
- { after(grammarAccess.getBusImplementationAccess().getAlternatives_10_1()); }
+ { before(grammarAccess.getBusImplementationAccess().getFeaturesKeyword_9_1()); }
+ Features
+ { after(grammarAccess.getBusImplementationAccess().getFeaturesKeyword_9_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
+rule__BusImplementation__Group_9__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__BusImplementation__Group_9__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
-rule__BusImplementation__Group_10_1_1__0
+rule__BusImplementation__Group_9__2__Impl
@init {
int stackSize = keepStackSize();
}
:
- rule__BusImplementation__Group_10_1_1__0__Impl
- rule__BusImplementation__Group_10_1_1__1
+(
+ (
+ { before(grammarAccess.getBusImplementationAccess().getAlternatives_9_2()); }
+ (rule__BusImplementation__Alternatives_9_2)
+ { after(grammarAccess.getBusImplementationAccess().getAlternatives_9_2()); }
+ )
+ (
+ { before(grammarAccess.getBusImplementationAccess().getAlternatives_9_2()); }
+ (rule__BusImplementation__Alternatives_9_2)*
+ { after(grammarAccess.getBusImplementationAccess().getAlternatives_9_2()); }
+ )
+)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__Group_10_1_1__0__Impl
+
+rule__BusImplementation__Group_10__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__BusImplementation__Group_10__0__Impl
+ rule__BusImplementation__Group_10__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__BusImplementation__Group_10__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getNoPropertiesAssignment_10_1_1_0()); }
- (rule__BusImplementation__NoPropertiesAssignment_10_1_1_0)
- { after(grammarAccess.getBusImplementationAccess().getNoPropertiesAssignment_10_1_1_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getModesKeyword_10_0()); }
+ Modes
+ { after(grammarAccess.getBusImplementationAccess().getModesKeyword_10_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__Group_10_1_1__1
+rule__BusImplementation__Group_10__1
@init {
int stackSize = keepStackSize();
}
:
- rule__BusImplementation__Group_10_1_1__1__Impl
+ rule__BusImplementation__Group_10__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__Group_10_1_1__1__Impl
+rule__BusImplementation__Group_10__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getSemicolonKeyword_10_1_1_1()); }
- Semicolon
- { after(grammarAccess.getBusImplementationAccess().getSemicolonKeyword_10_1_1_1()); }
+ { before(grammarAccess.getBusImplementationAccess().getAlternatives_10_1()); }
+ (rule__BusImplementation__Alternatives_10_1)
+ { after(grammarAccess.getBusImplementationAccess().getAlternatives_10_1()); }
)
;
finally {
@@ -51691,620 +52037,620 @@ finally {
}
-rule__VirtualBusImplementation__Group__0
+rule__BusImplementation__Group_10_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementation__Group__0__Impl
- rule__VirtualBusImplementation__Group__1
+ rule__BusImplementation__Group_10_1_1__0__Impl
+ rule__BusImplementation__Group_10_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group__0__Impl
+rule__BusImplementation__Group_10_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getVirtualBusImplementationKeywordsParserRuleCall_0()); }
- ruleVirtualBusImplementationKeywords
- { after(grammarAccess.getVirtualBusImplementationAccess().getVirtualBusImplementationKeywordsParserRuleCall_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getNoModesAssignment_10_1_1_0()); }
+ (rule__BusImplementation__NoModesAssignment_10_1_1_0)
+ { after(grammarAccess.getBusImplementationAccess().getNoModesAssignment_10_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group__1
+rule__BusImplementation__Group_10_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementation__Group__1__Impl
- rule__VirtualBusImplementation__Group__2
+ rule__BusImplementation__Group_10_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group__1__Impl
+rule__BusImplementation__Group_10_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedRealizationAssignment_1()); }
- (rule__VirtualBusImplementation__OwnedRealizationAssignment_1)
- { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedRealizationAssignment_1()); }
+ { before(grammarAccess.getBusImplementationAccess().getSemicolonKeyword_10_1_1_1()); }
+ Semicolon
+ { after(grammarAccess.getBusImplementationAccess().getSemicolonKeyword_10_1_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group__2
+
+rule__BusImplementation__Group_11__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementation__Group__2__Impl
- rule__VirtualBusImplementation__Group__3
+ rule__BusImplementation__Group_11__0__Impl
+ rule__BusImplementation__Group_11__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group__2__Impl
+rule__BusImplementation__Group_11__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getFullStopKeyword_2()); }
- FullStop
- { after(grammarAccess.getVirtualBusImplementationAccess().getFullStopKeyword_2()); }
+ { before(grammarAccess.getBusImplementationAccess().getPropertiesKeyword_11_0()); }
+ Properties
+ { after(grammarAccess.getBusImplementationAccess().getPropertiesKeyword_11_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group__3
+rule__BusImplementation__Group_11__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementation__Group__3__Impl
- rule__VirtualBusImplementation__Group__4
+ rule__BusImplementation__Group_11__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group__3__Impl
+rule__BusImplementation__Group_11__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getNameAssignment_3()); }
- (rule__VirtualBusImplementation__NameAssignment_3)
- { after(grammarAccess.getVirtualBusImplementationAccess().getNameAssignment_3()); }
+ { before(grammarAccess.getBusImplementationAccess().getAlternatives_11_1()); }
+ (rule__BusImplementation__Alternatives_11_1)
+ { after(grammarAccess.getBusImplementationAccess().getAlternatives_11_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group__4
+
+rule__BusImplementation__Group_11_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementation__Group__4__Impl
- rule__VirtualBusImplementation__Group__5
+ rule__BusImplementation__Group_11_1_1__0__Impl
+ rule__BusImplementation__Group_11_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group__4__Impl
+rule__BusImplementation__Group_11_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedExtensionAssignment_4()); }
- (rule__VirtualBusImplementation__OwnedExtensionAssignment_4)?
- { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedExtensionAssignment_4()); }
+ { before(grammarAccess.getBusImplementationAccess().getNoPropertiesAssignment_11_1_1_0()); }
+ (rule__BusImplementation__NoPropertiesAssignment_11_1_1_0)
+ { after(grammarAccess.getBusImplementationAccess().getNoPropertiesAssignment_11_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group__5
+rule__BusImplementation__Group_11_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementation__Group__5__Impl
- rule__VirtualBusImplementation__Group__6
+ rule__BusImplementation__Group_11_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group__5__Impl
+rule__BusImplementation__Group_11_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getGroup_5()); }
- (rule__VirtualBusImplementation__Group_5__0)?
- { after(grammarAccess.getVirtualBusImplementationAccess().getGroup_5()); }
+ { before(grammarAccess.getBusImplementationAccess().getSemicolonKeyword_11_1_1_1()); }
+ Semicolon
+ { after(grammarAccess.getBusImplementationAccess().getSemicolonKeyword_11_1_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group__6
+
+rule__VirtualBusImplementation__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementation__Group__6__Impl
- rule__VirtualBusImplementation__Group__7
+ rule__VirtualBusImplementation__Group__0__Impl
+ rule__VirtualBusImplementation__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group__6__Impl
+rule__VirtualBusImplementation__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getGroup_6()); }
- (rule__VirtualBusImplementation__Group_6__0)?
- { after(grammarAccess.getVirtualBusImplementationAccess().getGroup_6()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getVirtualKeyword_0()); }
+ Virtual
+ { after(grammarAccess.getVirtualBusImplementationAccess().getVirtualKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group__7
+rule__VirtualBusImplementation__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementation__Group__7__Impl
- rule__VirtualBusImplementation__Group__8
+ rule__VirtualBusImplementation__Group__1__Impl
+ rule__VirtualBusImplementation__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group__7__Impl
+rule__VirtualBusImplementation__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getGroup_7()); }
- (rule__VirtualBusImplementation__Group_7__0)?
- { after(grammarAccess.getVirtualBusImplementationAccess().getGroup_7()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getBusKeyword_1()); }
+ Bus
+ { after(grammarAccess.getVirtualBusImplementationAccess().getBusKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group__8
+rule__VirtualBusImplementation__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementation__Group__8__Impl
- rule__VirtualBusImplementation__Group__9
+ rule__VirtualBusImplementation__Group__2__Impl
+ rule__VirtualBusImplementation__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group__8__Impl
+rule__VirtualBusImplementation__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getGroup_8()); }
- (rule__VirtualBusImplementation__Group_8__0)?
- { after(grammarAccess.getVirtualBusImplementationAccess().getGroup_8()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getImplementationKeyword_2()); }
+ Implementation
+ { after(grammarAccess.getVirtualBusImplementationAccess().getImplementationKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group__9
+rule__VirtualBusImplementation__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementation__Group__9__Impl
- rule__VirtualBusImplementation__Group__10
+ rule__VirtualBusImplementation__Group__3__Impl
+ rule__VirtualBusImplementation__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group__9__Impl
+rule__VirtualBusImplementation__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getGroup_9()); }
- (rule__VirtualBusImplementation__Group_9__0)?
- { after(grammarAccess.getVirtualBusImplementationAccess().getGroup_9()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedRealizationAssignment_3()); }
+ (rule__VirtualBusImplementation__OwnedRealizationAssignment_3)
+ { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedRealizationAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group__10
+rule__VirtualBusImplementation__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementation__Group__10__Impl
- rule__VirtualBusImplementation__Group__11
+ rule__VirtualBusImplementation__Group__4__Impl
+ rule__VirtualBusImplementation__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group__10__Impl
+rule__VirtualBusImplementation__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getGroup_10()); }
- (rule__VirtualBusImplementation__Group_10__0)?
- { after(grammarAccess.getVirtualBusImplementationAccess().getGroup_10()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getFullStopKeyword_4()); }
+ FullStop
+ { after(grammarAccess.getVirtualBusImplementationAccess().getFullStopKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group__11
+rule__VirtualBusImplementation__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementation__Group__11__Impl
- rule__VirtualBusImplementation__Group__12
+ rule__VirtualBusImplementation__Group__5__Impl
+ rule__VirtualBusImplementation__Group__6
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group__11__Impl
+rule__VirtualBusImplementation__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedAnnexSubclauseAssignment_11()); }
- (rule__VirtualBusImplementation__OwnedAnnexSubclauseAssignment_11)*
- { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedAnnexSubclauseAssignment_11()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getNameAssignment_5()); }
+ (rule__VirtualBusImplementation__NameAssignment_5)
+ { after(grammarAccess.getVirtualBusImplementationAccess().getNameAssignment_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group__12
+rule__VirtualBusImplementation__Group__6
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementation__Group__12__Impl
- rule__VirtualBusImplementation__Group__13
+ rule__VirtualBusImplementation__Group__6__Impl
+ rule__VirtualBusImplementation__Group__7
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group__12__Impl
+rule__VirtualBusImplementation__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getEndKeyword_12()); }
- End
- { after(grammarAccess.getVirtualBusImplementationAccess().getEndKeyword_12()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedExtensionAssignment_6()); }
+ (rule__VirtualBusImplementation__OwnedExtensionAssignment_6)?
+ { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedExtensionAssignment_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group__13
+rule__VirtualBusImplementation__Group__7
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementation__Group__13__Impl
- rule__VirtualBusImplementation__Group__14
+ rule__VirtualBusImplementation__Group__7__Impl
+ rule__VirtualBusImplementation__Group__8
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group__13__Impl
+rule__VirtualBusImplementation__Group__7__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getFULLINAMEParserRuleCall_13()); }
- ruleFULLINAME
- { after(grammarAccess.getVirtualBusImplementationAccess().getFULLINAMEParserRuleCall_13()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getGroup_7()); }
+ (rule__VirtualBusImplementation__Group_7__0)?
+ { after(grammarAccess.getVirtualBusImplementationAccess().getGroup_7()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group__14
+rule__VirtualBusImplementation__Group__8
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementation__Group__14__Impl
+ rule__VirtualBusImplementation__Group__8__Impl
+ rule__VirtualBusImplementation__Group__9
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group__14__Impl
+rule__VirtualBusImplementation__Group__8__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getSemicolonKeyword_14()); }
- Semicolon
- { after(grammarAccess.getVirtualBusImplementationAccess().getSemicolonKeyword_14()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getGroup_8()); }
+ (rule__VirtualBusImplementation__Group_8__0)?
+ { after(grammarAccess.getVirtualBusImplementationAccess().getGroup_8()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__VirtualBusImplementation__Group_5__0
+rule__VirtualBusImplementation__Group__9
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementation__Group_5__0__Impl
- rule__VirtualBusImplementation__Group_5__1
+ rule__VirtualBusImplementation__Group__9__Impl
+ rule__VirtualBusImplementation__Group__10
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group_5__0__Impl
+rule__VirtualBusImplementation__Group__9__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getLeftParenthesisKeyword_5_0()); }
- LeftParenthesis
- { after(grammarAccess.getVirtualBusImplementationAccess().getLeftParenthesisKeyword_5_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getGroup_9()); }
+ (rule__VirtualBusImplementation__Group_9__0)?
+ { after(grammarAccess.getVirtualBusImplementationAccess().getGroup_9()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group_5__1
+rule__VirtualBusImplementation__Group__10
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementation__Group_5__1__Impl
- rule__VirtualBusImplementation__Group_5__2
+ rule__VirtualBusImplementation__Group__10__Impl
+ rule__VirtualBusImplementation__Group__11
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group_5__1__Impl
+rule__VirtualBusImplementation__Group__10__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeBindingAssignment_5_1()); }
- (rule__VirtualBusImplementation__OwnedPrototypeBindingAssignment_5_1)
- { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeBindingAssignment_5_1()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getGroup_10()); }
+ (rule__VirtualBusImplementation__Group_10__0)?
+ { after(grammarAccess.getVirtualBusImplementationAccess().getGroup_10()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group_5__2
+rule__VirtualBusImplementation__Group__11
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementation__Group_5__2__Impl
- rule__VirtualBusImplementation__Group_5__3
+ rule__VirtualBusImplementation__Group__11__Impl
+ rule__VirtualBusImplementation__Group__12
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group_5__2__Impl
+rule__VirtualBusImplementation__Group__11__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getGroup_5_2()); }
- (rule__VirtualBusImplementation__Group_5_2__0)*
- { after(grammarAccess.getVirtualBusImplementationAccess().getGroup_5_2()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getGroup_11()); }
+ (rule__VirtualBusImplementation__Group_11__0)?
+ { after(grammarAccess.getVirtualBusImplementationAccess().getGroup_11()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group_5__3
+rule__VirtualBusImplementation__Group__12
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementation__Group_5__3__Impl
+ rule__VirtualBusImplementation__Group__12__Impl
+ rule__VirtualBusImplementation__Group__13
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group_5__3__Impl
+rule__VirtualBusImplementation__Group__12__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getRightParenthesisKeyword_5_3()); }
- RightParenthesis
- { after(grammarAccess.getVirtualBusImplementationAccess().getRightParenthesisKeyword_5_3()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getGroup_12()); }
+ (rule__VirtualBusImplementation__Group_12__0)?
+ { after(grammarAccess.getVirtualBusImplementationAccess().getGroup_12()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__VirtualBusImplementation__Group_5_2__0
+rule__VirtualBusImplementation__Group__13
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementation__Group_5_2__0__Impl
- rule__VirtualBusImplementation__Group_5_2__1
+ rule__VirtualBusImplementation__Group__13__Impl
+ rule__VirtualBusImplementation__Group__14
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group_5_2__0__Impl
+rule__VirtualBusImplementation__Group__13__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getCommaKeyword_5_2_0()); }
- Comma
- { after(grammarAccess.getVirtualBusImplementationAccess().getCommaKeyword_5_2_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedAnnexSubclauseAssignment_13()); }
+ (rule__VirtualBusImplementation__OwnedAnnexSubclauseAssignment_13)*
+ { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedAnnexSubclauseAssignment_13()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group_5_2__1
+rule__VirtualBusImplementation__Group__14
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementation__Group_5_2__1__Impl
+ rule__VirtualBusImplementation__Group__14__Impl
+ rule__VirtualBusImplementation__Group__15
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group_5_2__1__Impl
+rule__VirtualBusImplementation__Group__14__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1()); }
- (rule__VirtualBusImplementation__OwnedPrototypeBindingAssignment_5_2_1)
- { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getEndKeyword_14()); }
+ End
+ { after(grammarAccess.getVirtualBusImplementationAccess().getEndKeyword_14()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__VirtualBusImplementation__Group_6__0
+rule__VirtualBusImplementation__Group__15
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementation__Group_6__0__Impl
- rule__VirtualBusImplementation__Group_6__1
+ rule__VirtualBusImplementation__Group__15__Impl
+ rule__VirtualBusImplementation__Group__16
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group_6__0__Impl
+rule__VirtualBusImplementation__Group__15__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getPrototypesKeyword_6_0()); }
- Prototypes
- { after(grammarAccess.getVirtualBusImplementationAccess().getPrototypesKeyword_6_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getFULLINAMEParserRuleCall_15()); }
+ ruleFULLINAME
+ { after(grammarAccess.getVirtualBusImplementationAccess().getFULLINAMEParserRuleCall_15()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group_6__1
+rule__VirtualBusImplementation__Group__16
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementation__Group_6__1__Impl
+ rule__VirtualBusImplementation__Group__16__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group_6__1__Impl
+rule__VirtualBusImplementation__Group__16__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_6_1()); }
- (rule__VirtualBusImplementation__Alternatives_6_1)
- { after(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_6_1()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getSemicolonKeyword_16()); }
+ Semicolon
+ { after(grammarAccess.getVirtualBusImplementationAccess().getSemicolonKeyword_16()); }
)
;
finally {
@@ -52312,107 +52658,107 @@ finally {
}
-rule__VirtualBusImplementation__Group_6_1_1__0
+rule__VirtualBusImplementation__Group_7__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementation__Group_6_1_1__0__Impl
- rule__VirtualBusImplementation__Group_6_1_1__1
+ rule__VirtualBusImplementation__Group_7__0__Impl
+ rule__VirtualBusImplementation__Group_7__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group_6_1_1__0__Impl
+rule__VirtualBusImplementation__Group_7__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getNoPrototypesAssignment_6_1_1_0()); }
- (rule__VirtualBusImplementation__NoPrototypesAssignment_6_1_1_0)
- { after(grammarAccess.getVirtualBusImplementationAccess().getNoPrototypesAssignment_6_1_1_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getLeftParenthesisKeyword_7_0()); }
+ LeftParenthesis
+ { after(grammarAccess.getVirtualBusImplementationAccess().getLeftParenthesisKeyword_7_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group_6_1_1__1
+rule__VirtualBusImplementation__Group_7__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementation__Group_6_1_1__1__Impl
+ rule__VirtualBusImplementation__Group_7__1__Impl
+ rule__VirtualBusImplementation__Group_7__2
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group_6_1_1__1__Impl
+rule__VirtualBusImplementation__Group_7__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getSemicolonKeyword_6_1_1_1()); }
- Semicolon
- { after(grammarAccess.getVirtualBusImplementationAccess().getSemicolonKeyword_6_1_1_1()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeBindingAssignment_7_1()); }
+ (rule__VirtualBusImplementation__OwnedPrototypeBindingAssignment_7_1)
+ { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeBindingAssignment_7_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__VirtualBusImplementation__Group_7__0
+rule__VirtualBusImplementation__Group_7__2
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementation__Group_7__0__Impl
- rule__VirtualBusImplementation__Group_7__1
+ rule__VirtualBusImplementation__Group_7__2__Impl
+ rule__VirtualBusImplementation__Group_7__3
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group_7__0__Impl
+rule__VirtualBusImplementation__Group_7__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getSubcomponentsKeyword_7_0()); }
- Subcomponents
- { after(grammarAccess.getVirtualBusImplementationAccess().getSubcomponentsKeyword_7_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getGroup_7_2()); }
+ (rule__VirtualBusImplementation__Group_7_2__0)*
+ { after(grammarAccess.getVirtualBusImplementationAccess().getGroup_7_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group_7__1
+rule__VirtualBusImplementation__Group_7__3
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementation__Group_7__1__Impl
+ rule__VirtualBusImplementation__Group_7__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group_7__1__Impl
+rule__VirtualBusImplementation__Group_7__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_7_1()); }
- (rule__VirtualBusImplementation__Alternatives_7_1)
- { after(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_7_1()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getRightParenthesisKeyword_7_3()); }
+ RightParenthesis
+ { after(grammarAccess.getVirtualBusImplementationAccess().getRightParenthesisKeyword_7_3()); }
)
;
finally {
@@ -52420,53 +52766,53 @@ finally {
}
-rule__VirtualBusImplementation__Group_7_1_1__0
+rule__VirtualBusImplementation__Group_7_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementation__Group_7_1_1__0__Impl
- rule__VirtualBusImplementation__Group_7_1_1__1
+ rule__VirtualBusImplementation__Group_7_2__0__Impl
+ rule__VirtualBusImplementation__Group_7_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group_7_1_1__0__Impl
+rule__VirtualBusImplementation__Group_7_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0()); }
- (rule__VirtualBusImplementation__NoSubcomponentsAssignment_7_1_1_0)
- { after(grammarAccess.getVirtualBusImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getCommaKeyword_7_2_0()); }
+ Comma
+ { after(grammarAccess.getVirtualBusImplementationAccess().getCommaKeyword_7_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group_7_1_1__1
+rule__VirtualBusImplementation__Group_7_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementation__Group_7_1_1__1__Impl
+ rule__VirtualBusImplementation__Group_7_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group_7_1_1__1__Impl
+rule__VirtualBusImplementation__Group_7_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getSemicolonKeyword_7_1_1_1()); }
- Semicolon
- { after(grammarAccess.getVirtualBusImplementationAccess().getSemicolonKeyword_7_1_1_1()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeBindingAssignment_7_2_1()); }
+ (rule__VirtualBusImplementation__OwnedPrototypeBindingAssignment_7_2_1)
+ { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeBindingAssignment_7_2_1()); }
)
;
finally {
@@ -52492,9 +52838,9 @@ rule__VirtualBusImplementation__Group_8__0__Impl
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0()); }
- ruleInternalFeaturesKeywords
- { after(grammarAccess.getVirtualBusImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getPrototypesKeyword_8_0()); }
+ Prototypes
+ { after(grammarAccess.getVirtualBusImplementationAccess().getPrototypesKeyword_8_0()); }
)
;
finally {
@@ -52518,16 +52864,63 @@ rule__VirtualBusImplementation__Group_8__1__Impl
}
:
(
- (
- { before(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_8_1()); }
- (rule__VirtualBusImplementation__Alternatives_8_1)
- { after(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_8_1()); }
- )
- (
- { before(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_8_1()); }
- (rule__VirtualBusImplementation__Alternatives_8_1)*
- { after(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_8_1()); }
- )
+ { before(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_8_1()); }
+ (rule__VirtualBusImplementation__Alternatives_8_1)
+ { after(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_8_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__VirtualBusImplementation__Group_8_1_1__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualBusImplementation__Group_8_1_1__0__Impl
+ rule__VirtualBusImplementation__Group_8_1_1__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusImplementation__Group_8_1_1__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getVirtualBusImplementationAccess().getNoPrototypesAssignment_8_1_1_0()); }
+ (rule__VirtualBusImplementation__NoPrototypesAssignment_8_1_1_0)
+ { after(grammarAccess.getVirtualBusImplementationAccess().getNoPrototypesAssignment_8_1_1_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusImplementation__Group_8_1_1__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualBusImplementation__Group_8_1_1__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusImplementation__Group_8_1_1__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getVirtualBusImplementationAccess().getSemicolonKeyword_8_1_1_1()); }
+ Semicolon
+ { after(grammarAccess.getVirtualBusImplementationAccess().getSemicolonKeyword_8_1_1_1()); }
)
;
finally {
@@ -52553,9 +52946,9 @@ rule__VirtualBusImplementation__Group_9__0__Impl
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getModesKeyword_9_0()); }
- Modes
- { after(grammarAccess.getVirtualBusImplementationAccess().getModesKeyword_9_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getSubcomponentsKeyword_9_0()); }
+ Subcomponents
+ { after(grammarAccess.getVirtualBusImplementationAccess().getSubcomponentsKeyword_9_0()); }
)
;
finally {
@@ -52607,9 +53000,9 @@ rule__VirtualBusImplementation__Group_9_1_1__0__Impl
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getNoModesAssignment_9_1_1_0()); }
- (rule__VirtualBusImplementation__NoModesAssignment_9_1_1_0)
- { after(grammarAccess.getVirtualBusImplementationAccess().getNoModesAssignment_9_1_1_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getNoSubcomponentsAssignment_9_1_1_0()); }
+ (rule__VirtualBusImplementation__NoSubcomponentsAssignment_9_1_1_0)
+ { after(grammarAccess.getVirtualBusImplementationAccess().getNoSubcomponentsAssignment_9_1_1_0()); }
)
;
finally {
@@ -52661,9 +53054,9 @@ rule__VirtualBusImplementation__Group_10__0__Impl
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getPropertiesKeyword_10_0()); }
- Properties
- { after(grammarAccess.getVirtualBusImplementationAccess().getPropertiesKeyword_10_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getInternalKeyword_10_0()); }
+ Internal
+ { after(grammarAccess.getVirtualBusImplementationAccess().getInternalKeyword_10_0()); }
)
;
finally {
@@ -52676,6 +53069,7 @@ rule__VirtualBusImplementation__Group_10__1
}
:
rule__VirtualBusImplementation__Group_10__1__Impl
+ rule__VirtualBusImplementation__Group_10__2
;
finally {
restoreStackSize(stackSize);
@@ -52687,63 +53081,258 @@ rule__VirtualBusImplementation__Group_10__1__Impl
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_10_1()); }
- (rule__VirtualBusImplementation__Alternatives_10_1)
- { after(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_10_1()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getFeaturesKeyword_10_1()); }
+ Features
+ { after(grammarAccess.getVirtualBusImplementationAccess().getFeaturesKeyword_10_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
+rule__VirtualBusImplementation__Group_10__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualBusImplementation__Group_10__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
-rule__VirtualBusImplementation__Group_10_1_1__0
+rule__VirtualBusImplementation__Group_10__2__Impl
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementation__Group_10_1_1__0__Impl
- rule__VirtualBusImplementation__Group_10_1_1__1
+(
+ (
+ { before(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_10_2()); }
+ (rule__VirtualBusImplementation__Alternatives_10_2)
+ { after(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_10_2()); }
+ )
+ (
+ { before(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_10_2()); }
+ (rule__VirtualBusImplementation__Alternatives_10_2)*
+ { after(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_10_2()); }
+ )
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__VirtualBusImplementation__Group_11__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualBusImplementation__Group_11__0__Impl
+ rule__VirtualBusImplementation__Group_11__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusImplementation__Group_11__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getVirtualBusImplementationAccess().getModesKeyword_11_0()); }
+ Modes
+ { after(grammarAccess.getVirtualBusImplementationAccess().getModesKeyword_11_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusImplementation__Group_11__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualBusImplementation__Group_11__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group_10_1_1__0__Impl
+rule__VirtualBusImplementation__Group_11__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getNoPropertiesAssignment_10_1_1_0()); }
- (rule__VirtualBusImplementation__NoPropertiesAssignment_10_1_1_0)
- { after(grammarAccess.getVirtualBusImplementationAccess().getNoPropertiesAssignment_10_1_1_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_11_1()); }
+ (rule__VirtualBusImplementation__Alternatives_11_1)
+ { after(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_11_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group_10_1_1__1
+
+rule__VirtualBusImplementation__Group_11_1_1__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualBusImplementation__Group_11_1_1__0__Impl
+ rule__VirtualBusImplementation__Group_11_1_1__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusImplementation__Group_11_1_1__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getVirtualBusImplementationAccess().getNoModesAssignment_11_1_1_0()); }
+ (rule__VirtualBusImplementation__NoModesAssignment_11_1_1_0)
+ { after(grammarAccess.getVirtualBusImplementationAccess().getNoModesAssignment_11_1_1_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusImplementation__Group_11_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementation__Group_10_1_1__1__Impl
+ rule__VirtualBusImplementation__Group_11_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__Group_10_1_1__1__Impl
+rule__VirtualBusImplementation__Group_11_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getSemicolonKeyword_10_1_1_1()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getSemicolonKeyword_11_1_1_1()); }
Semicolon
- { after(grammarAccess.getVirtualBusImplementationAccess().getSemicolonKeyword_10_1_1_1()); }
+ { after(grammarAccess.getVirtualBusImplementationAccess().getSemicolonKeyword_11_1_1_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__VirtualBusImplementation__Group_12__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualBusImplementation__Group_12__0__Impl
+ rule__VirtualBusImplementation__Group_12__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusImplementation__Group_12__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getVirtualBusImplementationAccess().getPropertiesKeyword_12_0()); }
+ Properties
+ { after(grammarAccess.getVirtualBusImplementationAccess().getPropertiesKeyword_12_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusImplementation__Group_12__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualBusImplementation__Group_12__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusImplementation__Group_12__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_12_1()); }
+ (rule__VirtualBusImplementation__Alternatives_12_1)
+ { after(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_12_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__VirtualBusImplementation__Group_12_1_1__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualBusImplementation__Group_12_1_1__0__Impl
+ rule__VirtualBusImplementation__Group_12_1_1__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusImplementation__Group_12_1_1__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getVirtualBusImplementationAccess().getNoPropertiesAssignment_12_1_1_0()); }
+ (rule__VirtualBusImplementation__NoPropertiesAssignment_12_1_1_0)
+ { after(grammarAccess.getVirtualBusImplementationAccess().getNoPropertiesAssignment_12_1_1_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusImplementation__Group_12_1_1__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualBusImplementation__Group_12_1_1__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusImplementation__Group_12_1_1__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getVirtualBusImplementationAccess().getSemicolonKeyword_12_1_1_1()); }
+ Semicolon
+ { after(grammarAccess.getVirtualBusImplementationAccess().getSemicolonKeyword_12_1_1_1()); }
)
;
finally {
@@ -52796,9 +53385,9 @@ rule__DataImplementation__Group__1__Impl
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getDataImplementationKeywordsParserRuleCall_1()); }
- ruleDataImplementationKeywords
- { after(grammarAccess.getDataImplementationAccess().getDataImplementationKeywordsParserRuleCall_1()); }
+ { before(grammarAccess.getDataImplementationAccess().getDataKeyword_1()); }
+ Data
+ { after(grammarAccess.getDataImplementationAccess().getDataKeyword_1()); }
)
;
finally {
@@ -52823,9 +53412,9 @@ rule__DataImplementation__Group__2__Impl
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedRealizationAssignment_2()); }
- (rule__DataImplementation__OwnedRealizationAssignment_2)
- { after(grammarAccess.getDataImplementationAccess().getOwnedRealizationAssignment_2()); }
+ { before(grammarAccess.getDataImplementationAccess().getImplementationKeyword_2()); }
+ Implementation
+ { after(grammarAccess.getDataImplementationAccess().getImplementationKeyword_2()); }
)
;
finally {
@@ -52850,9 +53439,9 @@ rule__DataImplementation__Group__3__Impl
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getFullStopKeyword_3()); }
- FullStop
- { after(grammarAccess.getDataImplementationAccess().getFullStopKeyword_3()); }
+ { before(grammarAccess.getDataImplementationAccess().getOwnedRealizationAssignment_3()); }
+ (rule__DataImplementation__OwnedRealizationAssignment_3)
+ { after(grammarAccess.getDataImplementationAccess().getOwnedRealizationAssignment_3()); }
)
;
finally {
@@ -52877,9 +53466,9 @@ rule__DataImplementation__Group__4__Impl
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getNameAssignment_4()); }
- (rule__DataImplementation__NameAssignment_4)
- { after(grammarAccess.getDataImplementationAccess().getNameAssignment_4()); }
+ { before(grammarAccess.getDataImplementationAccess().getFullStopKeyword_4()); }
+ FullStop
+ { after(grammarAccess.getDataImplementationAccess().getFullStopKeyword_4()); }
)
;
finally {
@@ -52904,9 +53493,9 @@ rule__DataImplementation__Group__5__Impl
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedExtensionAssignment_5()); }
- (rule__DataImplementation__OwnedExtensionAssignment_5)?
- { after(grammarAccess.getDataImplementationAccess().getOwnedExtensionAssignment_5()); }
+ { before(grammarAccess.getDataImplementationAccess().getNameAssignment_5()); }
+ (rule__DataImplementation__NameAssignment_5)
+ { after(grammarAccess.getDataImplementationAccess().getNameAssignment_5()); }
)
;
finally {
@@ -52931,9 +53520,9 @@ rule__DataImplementation__Group__6__Impl
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getGroup_6()); }
- (rule__DataImplementation__Group_6__0)?
- { after(grammarAccess.getDataImplementationAccess().getGroup_6()); }
+ { before(grammarAccess.getDataImplementationAccess().getOwnedExtensionAssignment_6()); }
+ (rule__DataImplementation__OwnedExtensionAssignment_6)?
+ { after(grammarAccess.getDataImplementationAccess().getOwnedExtensionAssignment_6()); }
)
;
finally {
@@ -53147,9 +53736,9 @@ rule__DataImplementation__Group__14__Impl
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedAnnexSubclauseAssignment_14()); }
- (rule__DataImplementation__OwnedAnnexSubclauseAssignment_14)*
- { after(grammarAccess.getDataImplementationAccess().getOwnedAnnexSubclauseAssignment_14()); }
+ { before(grammarAccess.getDataImplementationAccess().getGroup_14()); }
+ (rule__DataImplementation__Group_14__0)?
+ { after(grammarAccess.getDataImplementationAccess().getGroup_14()); }
)
;
finally {
@@ -53174,9 +53763,9 @@ rule__DataImplementation__Group__15__Impl
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getEndKeyword_15()); }
- End
- { after(grammarAccess.getDataImplementationAccess().getEndKeyword_15()); }
+ { before(grammarAccess.getDataImplementationAccess().getOwnedAnnexSubclauseAssignment_15()); }
+ (rule__DataImplementation__OwnedAnnexSubclauseAssignment_15)*
+ { after(grammarAccess.getDataImplementationAccess().getOwnedAnnexSubclauseAssignment_15()); }
)
;
finally {
@@ -53201,9 +53790,9 @@ rule__DataImplementation__Group__16__Impl
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getFULLINAMEParserRuleCall_16()); }
- ruleFULLINAME
- { after(grammarAccess.getDataImplementationAccess().getFULLINAMEParserRuleCall_16()); }
+ { before(grammarAccess.getDataImplementationAccess().getEndKeyword_16()); }
+ End
+ { after(grammarAccess.getDataImplementationAccess().getEndKeyword_16()); }
)
;
finally {
@@ -53216,6 +53805,7 @@ rule__DataImplementation__Group__17
}
:
rule__DataImplementation__Group__17__Impl
+ rule__DataImplementation__Group__18
;
finally {
restoreStackSize(stackSize);
@@ -53227,9 +53817,35 @@ rule__DataImplementation__Group__17__Impl
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getSemicolonKeyword_17()); }
+ { before(grammarAccess.getDataImplementationAccess().getFULLINAMEParserRuleCall_17()); }
+ ruleFULLINAME
+ { after(grammarAccess.getDataImplementationAccess().getFULLINAMEParserRuleCall_17()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__DataImplementation__Group__18
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__DataImplementation__Group__18__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__DataImplementation__Group__18__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getDataImplementationAccess().getSemicolonKeyword_18()); }
Semicolon
- { after(grammarAccess.getDataImplementationAccess().getSemicolonKeyword_17()); }
+ { after(grammarAccess.getDataImplementationAccess().getSemicolonKeyword_18()); }
)
;
finally {
@@ -53237,437 +53853,464 @@ finally {
}
-rule__DataImplementation__Group_6__0
+rule__DataImplementation__Group_7__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementation__Group_6__0__Impl
- rule__DataImplementation__Group_6__1
+ rule__DataImplementation__Group_7__0__Impl
+ rule__DataImplementation__Group_7__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_6__0__Impl
+rule__DataImplementation__Group_7__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getLeftParenthesisKeyword_6_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getLeftParenthesisKeyword_7_0()); }
LeftParenthesis
- { after(grammarAccess.getDataImplementationAccess().getLeftParenthesisKeyword_6_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getLeftParenthesisKeyword_7_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__DataImplementation__Group_7__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__DataImplementation__Group_7__1__Impl
+ rule__DataImplementation__Group_7__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__DataImplementation__Group_7__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getDataImplementationAccess().getOwnedPrototypeBindingAssignment_7_1()); }
+ (rule__DataImplementation__OwnedPrototypeBindingAssignment_7_1)
+ { after(grammarAccess.getDataImplementationAccess().getOwnedPrototypeBindingAssignment_7_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_6__1
+rule__DataImplementation__Group_7__2
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementation__Group_6__1__Impl
- rule__DataImplementation__Group_6__2
+ rule__DataImplementation__Group_7__2__Impl
+ rule__DataImplementation__Group_7__3
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_6__1__Impl
+rule__DataImplementation__Group_7__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedPrototypeBindingAssignment_6_1()); }
- (rule__DataImplementation__OwnedPrototypeBindingAssignment_6_1)
- { after(grammarAccess.getDataImplementationAccess().getOwnedPrototypeBindingAssignment_6_1()); }
+ { before(grammarAccess.getDataImplementationAccess().getGroup_7_2()); }
+ (rule__DataImplementation__Group_7_2__0)*
+ { after(grammarAccess.getDataImplementationAccess().getGroup_7_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_6__2
+rule__DataImplementation__Group_7__3
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementation__Group_6__2__Impl
- rule__DataImplementation__Group_6__3
+ rule__DataImplementation__Group_7__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_6__2__Impl
+rule__DataImplementation__Group_7__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getGroup_6_2()); }
- (rule__DataImplementation__Group_6_2__0)*
- { after(grammarAccess.getDataImplementationAccess().getGroup_6_2()); }
+ { before(grammarAccess.getDataImplementationAccess().getRightParenthesisKeyword_7_3()); }
+ RightParenthesis
+ { after(grammarAccess.getDataImplementationAccess().getRightParenthesisKeyword_7_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_6__3
+
+rule__DataImplementation__Group_7_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementation__Group_6__3__Impl
+ rule__DataImplementation__Group_7_2__0__Impl
+ rule__DataImplementation__Group_7_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_6__3__Impl
+rule__DataImplementation__Group_7_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getRightParenthesisKeyword_6_3()); }
- RightParenthesis
- { after(grammarAccess.getDataImplementationAccess().getRightParenthesisKeyword_6_3()); }
+ { before(grammarAccess.getDataImplementationAccess().getCommaKeyword_7_2_0()); }
+ Comma
+ { after(grammarAccess.getDataImplementationAccess().getCommaKeyword_7_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DataImplementation__Group_6_2__0
+rule__DataImplementation__Group_7_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementation__Group_6_2__0__Impl
- rule__DataImplementation__Group_6_2__1
+ rule__DataImplementation__Group_7_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_6_2__0__Impl
+rule__DataImplementation__Group_7_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getCommaKeyword_6_2_0()); }
- Comma
- { after(grammarAccess.getDataImplementationAccess().getCommaKeyword_6_2_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getOwnedPrototypeBindingAssignment_7_2_1()); }
+ (rule__DataImplementation__OwnedPrototypeBindingAssignment_7_2_1)
+ { after(grammarAccess.getDataImplementationAccess().getOwnedPrototypeBindingAssignment_7_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_6_2__1
+
+rule__DataImplementation__Group_8__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementation__Group_6_2__1__Impl
+ rule__DataImplementation__Group_8__0__Impl
+ rule__DataImplementation__Group_8__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_6_2__1__Impl
+rule__DataImplementation__Group_8__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1()); }
- (rule__DataImplementation__OwnedPrototypeBindingAssignment_6_2_1)
- { after(grammarAccess.getDataImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1()); }
+ { before(grammarAccess.getDataImplementationAccess().getPrototypesKeyword_8_0()); }
+ Prototypes
+ { after(grammarAccess.getDataImplementationAccess().getPrototypesKeyword_8_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DataImplementation__Group_7__0
+rule__DataImplementation__Group_8__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementation__Group_7__0__Impl
- rule__DataImplementation__Group_7__1
+ rule__DataImplementation__Group_8__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_7__0__Impl
+rule__DataImplementation__Group_8__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getPrototypesKeyword_7_0()); }
- Prototypes
- { after(grammarAccess.getDataImplementationAccess().getPrototypesKeyword_7_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getAlternatives_8_1()); }
+ (rule__DataImplementation__Alternatives_8_1)
+ { after(grammarAccess.getDataImplementationAccess().getAlternatives_8_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_7__1
+
+rule__DataImplementation__Group_8_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementation__Group_7__1__Impl
+ rule__DataImplementation__Group_8_1_1__0__Impl
+ rule__DataImplementation__Group_8_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_7__1__Impl
+rule__DataImplementation__Group_8_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getAlternatives_7_1()); }
- (rule__DataImplementation__Alternatives_7_1)
- { after(grammarAccess.getDataImplementationAccess().getAlternatives_7_1()); }
+ { before(grammarAccess.getDataImplementationAccess().getNoPrototypesAssignment_8_1_1_0()); }
+ (rule__DataImplementation__NoPrototypesAssignment_8_1_1_0)
+ { after(grammarAccess.getDataImplementationAccess().getNoPrototypesAssignment_8_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DataImplementation__Group_7_1_1__0
+rule__DataImplementation__Group_8_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementation__Group_7_1_1__0__Impl
- rule__DataImplementation__Group_7_1_1__1
+ rule__DataImplementation__Group_8_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_7_1_1__0__Impl
+rule__DataImplementation__Group_8_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getNoPrototypesAssignment_7_1_1_0()); }
- (rule__DataImplementation__NoPrototypesAssignment_7_1_1_0)
- { after(grammarAccess.getDataImplementationAccess().getNoPrototypesAssignment_7_1_1_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getSemicolonKeyword_8_1_1_1()); }
+ Semicolon
+ { after(grammarAccess.getDataImplementationAccess().getSemicolonKeyword_8_1_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_7_1_1__1
+
+rule__DataImplementation__Group_9__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementation__Group_7_1_1__1__Impl
+ rule__DataImplementation__Group_9__0__Impl
+ rule__DataImplementation__Group_9__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_7_1_1__1__Impl
+rule__DataImplementation__Group_9__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getSemicolonKeyword_7_1_1_1()); }
- Semicolon
- { after(grammarAccess.getDataImplementationAccess().getSemicolonKeyword_7_1_1_1()); }
+ { before(grammarAccess.getDataImplementationAccess().getSubcomponentsKeyword_9_0()); }
+ Subcomponents
+ { after(grammarAccess.getDataImplementationAccess().getSubcomponentsKeyword_9_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DataImplementation__Group_8__0
+rule__DataImplementation__Group_9__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementation__Group_8__0__Impl
- rule__DataImplementation__Group_8__1
+ rule__DataImplementation__Group_9__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_8__0__Impl
+rule__DataImplementation__Group_9__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getSubcomponentsKeyword_8_0()); }
- Subcomponents
- { after(grammarAccess.getDataImplementationAccess().getSubcomponentsKeyword_8_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getAlternatives_9_1()); }
+ (rule__DataImplementation__Alternatives_9_1)
+ { after(grammarAccess.getDataImplementationAccess().getAlternatives_9_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_8__1
+
+rule__DataImplementation__Group_9_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementation__Group_8__1__Impl
+ rule__DataImplementation__Group_9_1_1__0__Impl
+ rule__DataImplementation__Group_9_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_8__1__Impl
+rule__DataImplementation__Group_9_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getAlternatives_8_1()); }
- (rule__DataImplementation__Alternatives_8_1)
- { after(grammarAccess.getDataImplementationAccess().getAlternatives_8_1()); }
+ { before(grammarAccess.getDataImplementationAccess().getNoSubcomponentsAssignment_9_1_1_0()); }
+ (rule__DataImplementation__NoSubcomponentsAssignment_9_1_1_0)
+ { after(grammarAccess.getDataImplementationAccess().getNoSubcomponentsAssignment_9_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DataImplementation__Group_8_1_1__0
+rule__DataImplementation__Group_9_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementation__Group_8_1_1__0__Impl
- rule__DataImplementation__Group_8_1_1__1
+ rule__DataImplementation__Group_9_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_8_1_1__0__Impl
+rule__DataImplementation__Group_9_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0()); }
- (rule__DataImplementation__NoSubcomponentsAssignment_8_1_1_0)
- { after(grammarAccess.getDataImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getSemicolonKeyword_9_1_1_1()); }
+ Semicolon
+ { after(grammarAccess.getDataImplementationAccess().getSemicolonKeyword_9_1_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_8_1_1__1
+
+rule__DataImplementation__Group_10__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementation__Group_8_1_1__1__Impl
+ rule__DataImplementation__Group_10__0__Impl
+ rule__DataImplementation__Group_10__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_8_1_1__1__Impl
+rule__DataImplementation__Group_10__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getSemicolonKeyword_8_1_1_1()); }
- Semicolon
- { after(grammarAccess.getDataImplementationAccess().getSemicolonKeyword_8_1_1_1()); }
+ { before(grammarAccess.getDataImplementationAccess().getInternalKeyword_10_0()); }
+ Internal
+ { after(grammarAccess.getDataImplementationAccess().getInternalKeyword_10_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DataImplementation__Group_9__0
+rule__DataImplementation__Group_10__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementation__Group_9__0__Impl
- rule__DataImplementation__Group_9__1
+ rule__DataImplementation__Group_10__1__Impl
+ rule__DataImplementation__Group_10__2
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_9__0__Impl
+rule__DataImplementation__Group_10__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_9_0()); }
- ruleInternalFeaturesKeywords
- { after(grammarAccess.getDataImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_9_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getFeaturesKeyword_10_1()); }
+ Features
+ { after(grammarAccess.getDataImplementationAccess().getFeaturesKeyword_10_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_9__1
+rule__DataImplementation__Group_10__2
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementation__Group_9__1__Impl
+ rule__DataImplementation__Group_10__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_9__1__Impl
+rule__DataImplementation__Group_10__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getDataImplementationAccess().getAlternatives_9_1()); }
- (rule__DataImplementation__Alternatives_9_1)
- { after(grammarAccess.getDataImplementationAccess().getAlternatives_9_1()); }
+ { before(grammarAccess.getDataImplementationAccess().getAlternatives_10_2()); }
+ (rule__DataImplementation__Alternatives_10_2)
+ { after(grammarAccess.getDataImplementationAccess().getAlternatives_10_2()); }
)
(
- { before(grammarAccess.getDataImplementationAccess().getAlternatives_9_1()); }
- (rule__DataImplementation__Alternatives_9_1)*
- { after(grammarAccess.getDataImplementationAccess().getAlternatives_9_1()); }
+ { before(grammarAccess.getDataImplementationAccess().getAlternatives_10_2()); }
+ (rule__DataImplementation__Alternatives_10_2)*
+ { after(grammarAccess.getDataImplementationAccess().getAlternatives_10_2()); }
)
)
;
@@ -53676,53 +54319,53 @@ finally {
}
-rule__DataImplementation__Group_10__0
+rule__DataImplementation__Group_11__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementation__Group_10__0__Impl
- rule__DataImplementation__Group_10__1
+ rule__DataImplementation__Group_11__0__Impl
+ rule__DataImplementation__Group_11__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_10__0__Impl
+rule__DataImplementation__Group_11__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getConnectionsKeyword_10_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getConnectionsKeyword_11_0()); }
Connections
- { after(grammarAccess.getDataImplementationAccess().getConnectionsKeyword_10_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getConnectionsKeyword_11_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_10__1
+rule__DataImplementation__Group_11__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementation__Group_10__1__Impl
+ rule__DataImplementation__Group_11__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_10__1__Impl
+rule__DataImplementation__Group_11__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getAlternatives_10_1()); }
- (rule__DataImplementation__Alternatives_10_1)
- { after(grammarAccess.getDataImplementationAccess().getAlternatives_10_1()); }
+ { before(grammarAccess.getDataImplementationAccess().getAlternatives_11_1()); }
+ (rule__DataImplementation__Alternatives_11_1)
+ { after(grammarAccess.getDataImplementationAccess().getAlternatives_11_1()); }
)
;
finally {
@@ -53730,53 +54373,53 @@ finally {
}
-rule__DataImplementation__Group_10_1_1__0
+rule__DataImplementation__Group_11_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementation__Group_10_1_1__0__Impl
- rule__DataImplementation__Group_10_1_1__1
+ rule__DataImplementation__Group_11_1_1__0__Impl
+ rule__DataImplementation__Group_11_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_10_1_1__0__Impl
+rule__DataImplementation__Group_11_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getNoConnectionsAssignment_10_1_1_0()); }
- (rule__DataImplementation__NoConnectionsAssignment_10_1_1_0)
- { after(grammarAccess.getDataImplementationAccess().getNoConnectionsAssignment_10_1_1_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getNoConnectionsAssignment_11_1_1_0()); }
+ (rule__DataImplementation__NoConnectionsAssignment_11_1_1_0)
+ { after(grammarAccess.getDataImplementationAccess().getNoConnectionsAssignment_11_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_10_1_1__1
+rule__DataImplementation__Group_11_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementation__Group_10_1_1__1__Impl
+ rule__DataImplementation__Group_11_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_10_1_1__1__Impl
+rule__DataImplementation__Group_11_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getSemicolonKeyword_10_1_1_1()); }
+ { before(grammarAccess.getDataImplementationAccess().getSemicolonKeyword_11_1_1_1()); }
Semicolon
- { after(grammarAccess.getDataImplementationAccess().getSemicolonKeyword_10_1_1_1()); }
+ { after(grammarAccess.getDataImplementationAccess().getSemicolonKeyword_11_1_1_1()); }
)
;
finally {
@@ -53784,53 +54427,53 @@ finally {
}
-rule__DataImplementation__Group_11__0
+rule__DataImplementation__Group_12__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementation__Group_11__0__Impl
- rule__DataImplementation__Group_11__1
+ rule__DataImplementation__Group_12__0__Impl
+ rule__DataImplementation__Group_12__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_11__0__Impl
+rule__DataImplementation__Group_12__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getFlowsKeyword_11_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getFlowsKeyword_12_0()); }
Flows
- { after(grammarAccess.getDataImplementationAccess().getFlowsKeyword_11_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getFlowsKeyword_12_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_11__1
+rule__DataImplementation__Group_12__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementation__Group_11__1__Impl
+ rule__DataImplementation__Group_12__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_11__1__Impl
+rule__DataImplementation__Group_12__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getAlternatives_11_1()); }
- (rule__DataImplementation__Alternatives_11_1)
- { after(grammarAccess.getDataImplementationAccess().getAlternatives_11_1()); }
+ { before(grammarAccess.getDataImplementationAccess().getAlternatives_12_1()); }
+ (rule__DataImplementation__Alternatives_12_1)
+ { after(grammarAccess.getDataImplementationAccess().getAlternatives_12_1()); }
)
;
finally {
@@ -53838,53 +54481,53 @@ finally {
}
-rule__DataImplementation__Group_11_1_1__0
+rule__DataImplementation__Group_12_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementation__Group_11_1_1__0__Impl
- rule__DataImplementation__Group_11_1_1__1
+ rule__DataImplementation__Group_12_1_1__0__Impl
+ rule__DataImplementation__Group_12_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_11_1_1__0__Impl
+rule__DataImplementation__Group_12_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getNoFlowsAssignment_11_1_1_0()); }
- (rule__DataImplementation__NoFlowsAssignment_11_1_1_0)
- { after(grammarAccess.getDataImplementationAccess().getNoFlowsAssignment_11_1_1_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getNoFlowsAssignment_12_1_1_0()); }
+ (rule__DataImplementation__NoFlowsAssignment_12_1_1_0)
+ { after(grammarAccess.getDataImplementationAccess().getNoFlowsAssignment_12_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_11_1_1__1
+rule__DataImplementation__Group_12_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementation__Group_11_1_1__1__Impl
+ rule__DataImplementation__Group_12_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_11_1_1__1__Impl
+rule__DataImplementation__Group_12_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getSemicolonKeyword_11_1_1_1()); }
+ { before(grammarAccess.getDataImplementationAccess().getSemicolonKeyword_12_1_1_1()); }
Semicolon
- { after(grammarAccess.getDataImplementationAccess().getSemicolonKeyword_11_1_1_1()); }
+ { after(grammarAccess.getDataImplementationAccess().getSemicolonKeyword_12_1_1_1()); }
)
;
finally {
@@ -53892,53 +54535,53 @@ finally {
}
-rule__DataImplementation__Group_12__0
+rule__DataImplementation__Group_13__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementation__Group_12__0__Impl
- rule__DataImplementation__Group_12__1
+ rule__DataImplementation__Group_13__0__Impl
+ rule__DataImplementation__Group_13__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_12__0__Impl
+rule__DataImplementation__Group_13__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getModesKeyword_12_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getModesKeyword_13_0()); }
Modes
- { after(grammarAccess.getDataImplementationAccess().getModesKeyword_12_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getModesKeyword_13_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_12__1
+rule__DataImplementation__Group_13__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementation__Group_12__1__Impl
+ rule__DataImplementation__Group_13__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_12__1__Impl
+rule__DataImplementation__Group_13__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getAlternatives_12_1()); }
- (rule__DataImplementation__Alternatives_12_1)
- { after(grammarAccess.getDataImplementationAccess().getAlternatives_12_1()); }
+ { before(grammarAccess.getDataImplementationAccess().getAlternatives_13_1()); }
+ (rule__DataImplementation__Alternatives_13_1)
+ { after(grammarAccess.getDataImplementationAccess().getAlternatives_13_1()); }
)
;
finally {
@@ -53946,53 +54589,53 @@ finally {
}
-rule__DataImplementation__Group_12_1_1__0
+rule__DataImplementation__Group_13_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementation__Group_12_1_1__0__Impl
- rule__DataImplementation__Group_12_1_1__1
+ rule__DataImplementation__Group_13_1_1__0__Impl
+ rule__DataImplementation__Group_13_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_12_1_1__0__Impl
+rule__DataImplementation__Group_13_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getNoModesAssignment_12_1_1_0()); }
- (rule__DataImplementation__NoModesAssignment_12_1_1_0)
- { after(grammarAccess.getDataImplementationAccess().getNoModesAssignment_12_1_1_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getNoModesAssignment_13_1_1_0()); }
+ (rule__DataImplementation__NoModesAssignment_13_1_1_0)
+ { after(grammarAccess.getDataImplementationAccess().getNoModesAssignment_13_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_12_1_1__1
+rule__DataImplementation__Group_13_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementation__Group_12_1_1__1__Impl
+ rule__DataImplementation__Group_13_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_12_1_1__1__Impl
+rule__DataImplementation__Group_13_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getSemicolonKeyword_12_1_1_1()); }
+ { before(grammarAccess.getDataImplementationAccess().getSemicolonKeyword_13_1_1_1()); }
Semicolon
- { after(grammarAccess.getDataImplementationAccess().getSemicolonKeyword_12_1_1_1()); }
+ { after(grammarAccess.getDataImplementationAccess().getSemicolonKeyword_13_1_1_1()); }
)
;
finally {
@@ -54000,53 +54643,53 @@ finally {
}
-rule__DataImplementation__Group_13__0
+rule__DataImplementation__Group_14__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementation__Group_13__0__Impl
- rule__DataImplementation__Group_13__1
+ rule__DataImplementation__Group_14__0__Impl
+ rule__DataImplementation__Group_14__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_13__0__Impl
+rule__DataImplementation__Group_14__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getPropertiesKeyword_13_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getPropertiesKeyword_14_0()); }
Properties
- { after(grammarAccess.getDataImplementationAccess().getPropertiesKeyword_13_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getPropertiesKeyword_14_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_13__1
+rule__DataImplementation__Group_14__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementation__Group_13__1__Impl
+ rule__DataImplementation__Group_14__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_13__1__Impl
+rule__DataImplementation__Group_14__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getAlternatives_13_1()); }
- (rule__DataImplementation__Alternatives_13_1)
- { after(grammarAccess.getDataImplementationAccess().getAlternatives_13_1()); }
+ { before(grammarAccess.getDataImplementationAccess().getAlternatives_14_1()); }
+ (rule__DataImplementation__Alternatives_14_1)
+ { after(grammarAccess.getDataImplementationAccess().getAlternatives_14_1()); }
)
;
finally {
@@ -54054,53 +54697,53 @@ finally {
}
-rule__DataImplementation__Group_13_1_1__0
+rule__DataImplementation__Group_14_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementation__Group_13_1_1__0__Impl
- rule__DataImplementation__Group_13_1_1__1
+ rule__DataImplementation__Group_14_1_1__0__Impl
+ rule__DataImplementation__Group_14_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_13_1_1__0__Impl
+rule__DataImplementation__Group_14_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getNoPropertiesAssignment_13_1_1_0()); }
- (rule__DataImplementation__NoPropertiesAssignment_13_1_1_0)
- { after(grammarAccess.getDataImplementationAccess().getNoPropertiesAssignment_13_1_1_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getNoPropertiesAssignment_14_1_1_0()); }
+ (rule__DataImplementation__NoPropertiesAssignment_14_1_1_0)
+ { after(grammarAccess.getDataImplementationAccess().getNoPropertiesAssignment_14_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_13_1_1__1
+rule__DataImplementation__Group_14_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementation__Group_13_1_1__1__Impl
+ rule__DataImplementation__Group_14_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__Group_13_1_1__1__Impl
+rule__DataImplementation__Group_14_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getSemicolonKeyword_13_1_1_1()); }
+ { before(grammarAccess.getDataImplementationAccess().getSemicolonKeyword_14_1_1_1()); }
Semicolon
- { after(grammarAccess.getDataImplementationAccess().getSemicolonKeyword_13_1_1_1()); }
+ { after(grammarAccess.getDataImplementationAccess().getSemicolonKeyword_14_1_1_1()); }
)
;
finally {
@@ -54437,9 +55080,9 @@ rule__SubprogramCallSequence__Group_6__0__Impl
}
:
(
- { before(grammarAccess.getSubprogramCallSequenceAccess().getInModesKeywordsParserRuleCall_6_0()); }
- ruleInModesKeywords
- { after(grammarAccess.getSubprogramCallSequenceAccess().getInModesKeywordsParserRuleCall_6_0()); }
+ { before(grammarAccess.getSubprogramCallSequenceAccess().getInKeyword_6_0()); }
+ In
+ { after(grammarAccess.getSubprogramCallSequenceAccess().getInKeyword_6_0()); }
)
;
finally {
@@ -54464,9 +55107,9 @@ rule__SubprogramCallSequence__Group_6__1__Impl
}
:
(
- { before(grammarAccess.getSubprogramCallSequenceAccess().getLeftParenthesisKeyword_6_1()); }
- LeftParenthesis
- { after(grammarAccess.getSubprogramCallSequenceAccess().getLeftParenthesisKeyword_6_1()); }
+ { before(grammarAccess.getSubprogramCallSequenceAccess().getModesKeyword_6_1()); }
+ Modes
+ { after(grammarAccess.getSubprogramCallSequenceAccess().getModesKeyword_6_1()); }
)
;
finally {
@@ -54491,9 +55134,9 @@ rule__SubprogramCallSequence__Group_6__2__Impl
}
:
(
- { before(grammarAccess.getSubprogramCallSequenceAccess().getGroup_6_2()); }
- (rule__SubprogramCallSequence__Group_6_2__0)
- { after(grammarAccess.getSubprogramCallSequenceAccess().getGroup_6_2()); }
+ { before(grammarAccess.getSubprogramCallSequenceAccess().getLeftParenthesisKeyword_6_2()); }
+ LeftParenthesis
+ { after(grammarAccess.getSubprogramCallSequenceAccess().getLeftParenthesisKeyword_6_2()); }
)
;
finally {
@@ -54506,6 +55149,7 @@ rule__SubprogramCallSequence__Group_6__3
}
:
rule__SubprogramCallSequence__Group_6__3__Impl
+ rule__SubprogramCallSequence__Group_6__4
;
finally {
restoreStackSize(stackSize);
@@ -54517,9 +55161,35 @@ rule__SubprogramCallSequence__Group_6__3__Impl
}
:
(
- { before(grammarAccess.getSubprogramCallSequenceAccess().getRightParenthesisKeyword_6_3()); }
+ { before(grammarAccess.getSubprogramCallSequenceAccess().getGroup_6_3()); }
+ (rule__SubprogramCallSequence__Group_6_3__0)
+ { after(grammarAccess.getSubprogramCallSequenceAccess().getGroup_6_3()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramCallSequence__Group_6__4
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SubprogramCallSequence__Group_6__4__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramCallSequence__Group_6__4__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getSubprogramCallSequenceAccess().getRightParenthesisKeyword_6_4()); }
RightParenthesis
- { after(grammarAccess.getSubprogramCallSequenceAccess().getRightParenthesisKeyword_6_3()); }
+ { after(grammarAccess.getSubprogramCallSequenceAccess().getRightParenthesisKeyword_6_4()); }
)
;
finally {
@@ -54527,53 +55197,53 @@ finally {
}
-rule__SubprogramCallSequence__Group_6_2__0
+rule__SubprogramCallSequence__Group_6_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramCallSequence__Group_6_2__0__Impl
- rule__SubprogramCallSequence__Group_6_2__1
+ rule__SubprogramCallSequence__Group_6_3__0__Impl
+ rule__SubprogramCallSequence__Group_6_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramCallSequence__Group_6_2__0__Impl
+rule__SubprogramCallSequence__Group_6_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramCallSequenceAccess().getInModeAssignment_6_2_0()); }
- (rule__SubprogramCallSequence__InModeAssignment_6_2_0)
- { after(grammarAccess.getSubprogramCallSequenceAccess().getInModeAssignment_6_2_0()); }
+ { before(grammarAccess.getSubprogramCallSequenceAccess().getInModeAssignment_6_3_0()); }
+ (rule__SubprogramCallSequence__InModeAssignment_6_3_0)
+ { after(grammarAccess.getSubprogramCallSequenceAccess().getInModeAssignment_6_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramCallSequence__Group_6_2__1
+rule__SubprogramCallSequence__Group_6_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramCallSequence__Group_6_2__1__Impl
+ rule__SubprogramCallSequence__Group_6_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramCallSequence__Group_6_2__1__Impl
+rule__SubprogramCallSequence__Group_6_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramCallSequenceAccess().getGroup_6_2_1()); }
- (rule__SubprogramCallSequence__Group_6_2_1__0)*
- { after(grammarAccess.getSubprogramCallSequenceAccess().getGroup_6_2_1()); }
+ { before(grammarAccess.getSubprogramCallSequenceAccess().getGroup_6_3_1()); }
+ (rule__SubprogramCallSequence__Group_6_3_1__0)*
+ { after(grammarAccess.getSubprogramCallSequenceAccess().getGroup_6_3_1()); }
)
;
finally {
@@ -54581,53 +55251,53 @@ finally {
}
-rule__SubprogramCallSequence__Group_6_2_1__0
+rule__SubprogramCallSequence__Group_6_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramCallSequence__Group_6_2_1__0__Impl
- rule__SubprogramCallSequence__Group_6_2_1__1
+ rule__SubprogramCallSequence__Group_6_3_1__0__Impl
+ rule__SubprogramCallSequence__Group_6_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramCallSequence__Group_6_2_1__0__Impl
+rule__SubprogramCallSequence__Group_6_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramCallSequenceAccess().getCommaKeyword_6_2_1_0()); }
+ { before(grammarAccess.getSubprogramCallSequenceAccess().getCommaKeyword_6_3_1_0()); }
Comma
- { after(grammarAccess.getSubprogramCallSequenceAccess().getCommaKeyword_6_2_1_0()); }
+ { after(grammarAccess.getSubprogramCallSequenceAccess().getCommaKeyword_6_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramCallSequence__Group_6_2_1__1
+rule__SubprogramCallSequence__Group_6_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramCallSequence__Group_6_2_1__1__Impl
+ rule__SubprogramCallSequence__Group_6_3_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramCallSequence__Group_6_2_1__1__Impl
+rule__SubprogramCallSequence__Group_6_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramCallSequenceAccess().getInModeAssignment_6_2_1_1()); }
- (rule__SubprogramCallSequence__InModeAssignment_6_2_1_1)
- { after(grammarAccess.getSubprogramCallSequenceAccess().getInModeAssignment_6_2_1_1()); }
+ { before(grammarAccess.getSubprogramCallSequenceAccess().getInModeAssignment_6_3_1_1()); }
+ (rule__SubprogramCallSequence__InModeAssignment_6_3_1_1)
+ { after(grammarAccess.getSubprogramCallSequenceAccess().getInModeAssignment_6_3_1_1()); }
)
;
finally {
@@ -55350,6 +56020,7 @@ rule__AbstractPrototype__Group_0_1__2
}
:
rule__AbstractPrototype__Group_0_1__2__Impl
+ rule__AbstractPrototype__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
@@ -55361,9 +56032,35 @@ rule__AbstractPrototype__Group_0_1__2__Impl
}
:
(
- { before(grammarAccess.getAbstractPrototypeAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getAbstractPrototypeAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getAbstractPrototypeAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getAbstractPrototypeAccess().getRefinedKeyword_0_1_2()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__AbstractPrototype__Group_0_1__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__AbstractPrototype__Group_0_1__3__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__AbstractPrototype__Group_0_1__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getAbstractPrototypeAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getAbstractPrototypeAccess().getToKeyword_0_1_3()); }
)
;
finally {
@@ -55789,6 +56486,7 @@ rule__BusPrototype__Group_0_1__2
}
:
rule__BusPrototype__Group_0_1__2__Impl
+ rule__BusPrototype__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
@@ -55800,9 +56498,35 @@ rule__BusPrototype__Group_0_1__2__Impl
}
:
(
- { before(grammarAccess.getBusPrototypeAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getBusPrototypeAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getBusPrototypeAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getBusPrototypeAccess().getRefinedKeyword_0_1_2()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__BusPrototype__Group_0_1__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__BusPrototype__Group_0_1__3__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__BusPrototype__Group_0_1__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getBusPrototypeAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getBusPrototypeAccess().getToKeyword_0_1_3()); }
)
;
finally {
@@ -56228,6 +56952,7 @@ rule__DataPrototype__Group_0_1__2
}
:
rule__DataPrototype__Group_0_1__2__Impl
+ rule__DataPrototype__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
@@ -56239,9 +56964,35 @@ rule__DataPrototype__Group_0_1__2__Impl
}
:
(
- { before(grammarAccess.getDataPrototypeAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getDataPrototypeAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getDataPrototypeAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getDataPrototypeAccess().getRefinedKeyword_0_1_2()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__DataPrototype__Group_0_1__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__DataPrototype__Group_0_1__3__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__DataPrototype__Group_0_1__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getDataPrototypeAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getDataPrototypeAccess().getToKeyword_0_1_3()); }
)
;
finally {
@@ -56667,6 +57418,7 @@ rule__DevicePrototype__Group_0_1__2
}
:
rule__DevicePrototype__Group_0_1__2__Impl
+ rule__DevicePrototype__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
@@ -56678,9 +57430,35 @@ rule__DevicePrototype__Group_0_1__2__Impl
}
:
(
- { before(grammarAccess.getDevicePrototypeAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getDevicePrototypeAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getDevicePrototypeAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getDevicePrototypeAccess().getRefinedKeyword_0_1_2()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__DevicePrototype__Group_0_1__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__DevicePrototype__Group_0_1__3__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__DevicePrototype__Group_0_1__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getDevicePrototypeAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getDevicePrototypeAccess().getToKeyword_0_1_3()); }
)
;
finally {
@@ -57106,6 +57884,7 @@ rule__MemoryPrototype__Group_0_1__2
}
:
rule__MemoryPrototype__Group_0_1__2__Impl
+ rule__MemoryPrototype__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
@@ -57117,9 +57896,35 @@ rule__MemoryPrototype__Group_0_1__2__Impl
}
:
(
- { before(grammarAccess.getMemoryPrototypeAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getMemoryPrototypeAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getMemoryPrototypeAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getMemoryPrototypeAccess().getRefinedKeyword_0_1_2()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__MemoryPrototype__Group_0_1__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__MemoryPrototype__Group_0_1__3__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__MemoryPrototype__Group_0_1__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getMemoryPrototypeAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getMemoryPrototypeAccess().getToKeyword_0_1_3()); }
)
;
finally {
@@ -57545,6 +58350,7 @@ rule__ProcessPrototype__Group_0_1__2
}
:
rule__ProcessPrototype__Group_0_1__2__Impl
+ rule__ProcessPrototype__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
@@ -57556,9 +58362,35 @@ rule__ProcessPrototype__Group_0_1__2__Impl
}
:
(
- { before(grammarAccess.getProcessPrototypeAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getProcessPrototypeAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getProcessPrototypeAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getProcessPrototypeAccess().getRefinedKeyword_0_1_2()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessPrototype__Group_0_1__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ProcessPrototype__Group_0_1__3__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessPrototype__Group_0_1__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getProcessPrototypeAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getProcessPrototypeAccess().getToKeyword_0_1_3()); }
)
;
finally {
@@ -57984,6 +58816,7 @@ rule__ProcessorPrototype__Group_0_1__2
}
:
rule__ProcessorPrototype__Group_0_1__2__Impl
+ rule__ProcessorPrototype__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
@@ -57995,9 +58828,35 @@ rule__ProcessorPrototype__Group_0_1__2__Impl
}
:
(
- { before(grammarAccess.getProcessorPrototypeAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getProcessorPrototypeAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getProcessorPrototypeAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getProcessorPrototypeAccess().getRefinedKeyword_0_1_2()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessorPrototype__Group_0_1__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ProcessorPrototype__Group_0_1__3__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessorPrototype__Group_0_1__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getProcessorPrototypeAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getProcessorPrototypeAccess().getToKeyword_0_1_3()); }
)
;
finally {
@@ -58423,6 +59282,7 @@ rule__SubprogramPrototype__Group_0_1__2
}
:
rule__SubprogramPrototype__Group_0_1__2__Impl
+ rule__SubprogramPrototype__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
@@ -58434,9 +59294,35 @@ rule__SubprogramPrototype__Group_0_1__2__Impl
}
:
(
- { before(grammarAccess.getSubprogramPrototypeAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getSubprogramPrototypeAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getSubprogramPrototypeAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getSubprogramPrototypeAccess().getRefinedKeyword_0_1_2()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramPrototype__Group_0_1__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SubprogramPrototype__Group_0_1__3__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramPrototype__Group_0_1__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getSubprogramPrototypeAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getSubprogramPrototypeAccess().getToKeyword_0_1_3()); }
)
;
finally {
@@ -58631,9 +59517,9 @@ rule__SubprogramGroupPrototype__Group__1__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupPrototypeAccess().getSubprogramGroupKeywordsParserRuleCall_1()); }
- ruleSubprogramGroupKeywords
- { after(grammarAccess.getSubprogramGroupPrototypeAccess().getSubprogramGroupKeywordsParserRuleCall_1()); }
+ { before(grammarAccess.getSubprogramGroupPrototypeAccess().getSubprogramKeyword_1()); }
+ Subprogram
+ { after(grammarAccess.getSubprogramGroupPrototypeAccess().getSubprogramKeyword_1()); }
)
;
finally {
@@ -58658,9 +59544,9 @@ rule__SubprogramGroupPrototype__Group__2__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupPrototypeAccess().getConstrainingClassifierAssignment_2()); }
- (rule__SubprogramGroupPrototype__ConstrainingClassifierAssignment_2)?
- { after(grammarAccess.getSubprogramGroupPrototypeAccess().getConstrainingClassifierAssignment_2()); }
+ { before(grammarAccess.getSubprogramGroupPrototypeAccess().getGroupKeyword_2()); }
+ Group
+ { after(grammarAccess.getSubprogramGroupPrototypeAccess().getGroupKeyword_2()); }
)
;
finally {
@@ -58685,9 +59571,9 @@ rule__SubprogramGroupPrototype__Group__3__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupPrototypeAccess().getGroup_3()); }
- (rule__SubprogramGroupPrototype__Group_3__0)?
- { after(grammarAccess.getSubprogramGroupPrototypeAccess().getGroup_3()); }
+ { before(grammarAccess.getSubprogramGroupPrototypeAccess().getConstrainingClassifierAssignment_3()); }
+ (rule__SubprogramGroupPrototype__ConstrainingClassifierAssignment_3)?
+ { after(grammarAccess.getSubprogramGroupPrototypeAccess().getConstrainingClassifierAssignment_3()); }
)
;
finally {
@@ -58727,6 +59613,7 @@ rule__SubprogramGroupPrototype__Group__5
}
:
rule__SubprogramGroupPrototype__Group__5__Impl
+ rule__SubprogramGroupPrototype__Group__6
;
finally {
restoreStackSize(stackSize);
@@ -58738,9 +59625,35 @@ rule__SubprogramGroupPrototype__Group__5__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupPrototypeAccess().getSemicolonKeyword_5()); }
+ { before(grammarAccess.getSubprogramGroupPrototypeAccess().getGroup_5()); }
+ (rule__SubprogramGroupPrototype__Group_5__0)?
+ { after(grammarAccess.getSubprogramGroupPrototypeAccess().getGroup_5()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramGroupPrototype__Group__6
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SubprogramGroupPrototype__Group__6__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramGroupPrototype__Group__6__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getSubprogramGroupPrototypeAccess().getSemicolonKeyword_6()); }
Semicolon
- { after(grammarAccess.getSubprogramGroupPrototypeAccess().getSemicolonKeyword_5()); }
+ { after(grammarAccess.getSubprogramGroupPrototypeAccess().getSemicolonKeyword_6()); }
)
;
finally {
@@ -58862,6 +59775,7 @@ rule__SubprogramGroupPrototype__Group_0_1__2
}
:
rule__SubprogramGroupPrototype__Group_0_1__2__Impl
+ rule__SubprogramGroupPrototype__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
@@ -58873,63 +59787,89 @@ rule__SubprogramGroupPrototype__Group_0_1__2__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupPrototypeAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getSubprogramGroupPrototypeAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getSubprogramGroupPrototypeAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getSubprogramGroupPrototypeAccess().getRefinedKeyword_0_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
+rule__SubprogramGroupPrototype__Group_0_1__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SubprogramGroupPrototype__Group_0_1__3__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
-rule__SubprogramGroupPrototype__Group_3__0
+rule__SubprogramGroupPrototype__Group_0_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupPrototype__Group_3__0__Impl
- rule__SubprogramGroupPrototype__Group_3__1
+(
+ { before(grammarAccess.getSubprogramGroupPrototypeAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getSubprogramGroupPrototypeAccess().getToKeyword_0_1_3()); }
+)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupPrototype__Group_3__0__Impl
+
+rule__SubprogramGroupPrototype__Group_4__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SubprogramGroupPrototype__Group_4__0__Impl
+ rule__SubprogramGroupPrototype__Group_4__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramGroupPrototype__Group_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupPrototypeAccess().getArrayAssignment_3_0()); }
- (rule__SubprogramGroupPrototype__ArrayAssignment_3_0)
- { after(grammarAccess.getSubprogramGroupPrototypeAccess().getArrayAssignment_3_0()); }
+ { before(grammarAccess.getSubprogramGroupPrototypeAccess().getArrayAssignment_4_0()); }
+ (rule__SubprogramGroupPrototype__ArrayAssignment_4_0)
+ { after(grammarAccess.getSubprogramGroupPrototypeAccess().getArrayAssignment_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupPrototype__Group_3__1
+rule__SubprogramGroupPrototype__Group_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupPrototype__Group_3__1__Impl
+ rule__SubprogramGroupPrototype__Group_4__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupPrototype__Group_3__1__Impl
+rule__SubprogramGroupPrototype__Group_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupPrototypeAccess().getRightSquareBracketKeyword_3_1()); }
+ { before(grammarAccess.getSubprogramGroupPrototypeAccess().getRightSquareBracketKeyword_4_1()); }
RightSquareBracket
- { after(grammarAccess.getSubprogramGroupPrototypeAccess().getRightSquareBracketKeyword_3_1()); }
+ { after(grammarAccess.getSubprogramGroupPrototypeAccess().getRightSquareBracketKeyword_4_1()); }
)
;
finally {
@@ -58937,60 +59877,60 @@ finally {
}
-rule__SubprogramGroupPrototype__Group_4__0
+rule__SubprogramGroupPrototype__Group_5__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupPrototype__Group_4__0__Impl
- rule__SubprogramGroupPrototype__Group_4__1
+ rule__SubprogramGroupPrototype__Group_5__0__Impl
+ rule__SubprogramGroupPrototype__Group_5__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupPrototype__Group_4__0__Impl
+rule__SubprogramGroupPrototype__Group_5__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupPrototypeAccess().getLeftCurlyBracketKeyword_4_0()); }
+ { before(grammarAccess.getSubprogramGroupPrototypeAccess().getLeftCurlyBracketKeyword_5_0()); }
LeftCurlyBracket
- { after(grammarAccess.getSubprogramGroupPrototypeAccess().getLeftCurlyBracketKeyword_4_0()); }
+ { after(grammarAccess.getSubprogramGroupPrototypeAccess().getLeftCurlyBracketKeyword_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupPrototype__Group_4__1
+rule__SubprogramGroupPrototype__Group_5__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupPrototype__Group_4__1__Impl
- rule__SubprogramGroupPrototype__Group_4__2
+ rule__SubprogramGroupPrototype__Group_5__1__Impl
+ rule__SubprogramGroupPrototype__Group_5__2
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupPrototype__Group_4__1__Impl
+rule__SubprogramGroupPrototype__Group_5__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getSubprogramGroupPrototypeAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__SubprogramGroupPrototype__OwnedPropertyAssociationAssignment_4_1)
- { after(grammarAccess.getSubprogramGroupPrototypeAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ { before(grammarAccess.getSubprogramGroupPrototypeAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ (rule__SubprogramGroupPrototype__OwnedPropertyAssociationAssignment_5_1)
+ { after(grammarAccess.getSubprogramGroupPrototypeAccess().getOwnedPropertyAssociationAssignment_5_1()); }
)
(
- { before(grammarAccess.getSubprogramGroupPrototypeAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__SubprogramGroupPrototype__OwnedPropertyAssociationAssignment_4_1)*
- { after(grammarAccess.getSubprogramGroupPrototypeAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ { before(grammarAccess.getSubprogramGroupPrototypeAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ (rule__SubprogramGroupPrototype__OwnedPropertyAssociationAssignment_5_1)*
+ { after(grammarAccess.getSubprogramGroupPrototypeAccess().getOwnedPropertyAssociationAssignment_5_1()); }
)
)
;
@@ -58998,26 +59938,26 @@ finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupPrototype__Group_4__2
+rule__SubprogramGroupPrototype__Group_5__2
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupPrototype__Group_4__2__Impl
+ rule__SubprogramGroupPrototype__Group_5__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupPrototype__Group_4__2__Impl
+rule__SubprogramGroupPrototype__Group_5__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupPrototypeAccess().getRightCurlyBracketKeyword_4_2()); }
+ { before(grammarAccess.getSubprogramGroupPrototypeAccess().getRightCurlyBracketKeyword_5_2()); }
RightCurlyBracket
- { after(grammarAccess.getSubprogramGroupPrototypeAccess().getRightCurlyBracketKeyword_4_2()); }
+ { after(grammarAccess.getSubprogramGroupPrototypeAccess().getRightCurlyBracketKeyword_5_2()); }
)
;
finally {
@@ -59301,6 +60241,7 @@ rule__SystemPrototype__Group_0_1__2
}
:
rule__SystemPrototype__Group_0_1__2__Impl
+ rule__SystemPrototype__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
@@ -59312,9 +60253,35 @@ rule__SystemPrototype__Group_0_1__2__Impl
}
:
(
- { before(grammarAccess.getSystemPrototypeAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getSystemPrototypeAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getSystemPrototypeAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getSystemPrototypeAccess().getRefinedKeyword_0_1_2()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SystemPrototype__Group_0_1__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SystemPrototype__Group_0_1__3__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SystemPrototype__Group_0_1__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getSystemPrototypeAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getSystemPrototypeAccess().getToKeyword_0_1_3()); }
)
;
finally {
@@ -59740,6 +60707,7 @@ rule__ThreadPrototype__Group_0_1__2
}
:
rule__ThreadPrototype__Group_0_1__2__Impl
+ rule__ThreadPrototype__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
@@ -59751,9 +60719,35 @@ rule__ThreadPrototype__Group_0_1__2__Impl
}
:
(
- { before(grammarAccess.getThreadPrototypeAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getThreadPrototypeAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getThreadPrototypeAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getThreadPrototypeAccess().getRefinedKeyword_0_1_2()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadPrototype__Group_0_1__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ThreadPrototype__Group_0_1__3__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadPrototype__Group_0_1__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getThreadPrototypeAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getThreadPrototypeAccess().getToKeyword_0_1_3()); }
)
;
finally {
@@ -59948,9 +60942,9 @@ rule__ThreadGroupPrototype__Group__1__Impl
}
:
(
- { before(grammarAccess.getThreadGroupPrototypeAccess().getThreadGroupKeywordsParserRuleCall_1()); }
- ruleThreadGroupKeywords
- { after(grammarAccess.getThreadGroupPrototypeAccess().getThreadGroupKeywordsParserRuleCall_1()); }
+ { before(grammarAccess.getThreadGroupPrototypeAccess().getThreadKeyword_1()); }
+ Thread
+ { after(grammarAccess.getThreadGroupPrototypeAccess().getThreadKeyword_1()); }
)
;
finally {
@@ -59975,9 +60969,9 @@ rule__ThreadGroupPrototype__Group__2__Impl
}
:
(
- { before(grammarAccess.getThreadGroupPrototypeAccess().getConstrainingClassifierAssignment_2()); }
- (rule__ThreadGroupPrototype__ConstrainingClassifierAssignment_2)?
- { after(grammarAccess.getThreadGroupPrototypeAccess().getConstrainingClassifierAssignment_2()); }
+ { before(grammarAccess.getThreadGroupPrototypeAccess().getGroupKeyword_2()); }
+ Group
+ { after(grammarAccess.getThreadGroupPrototypeAccess().getGroupKeyword_2()); }
)
;
finally {
@@ -60002,9 +60996,9 @@ rule__ThreadGroupPrototype__Group__3__Impl
}
:
(
- { before(grammarAccess.getThreadGroupPrototypeAccess().getGroup_3()); }
- (rule__ThreadGroupPrototype__Group_3__0)?
- { after(grammarAccess.getThreadGroupPrototypeAccess().getGroup_3()); }
+ { before(grammarAccess.getThreadGroupPrototypeAccess().getConstrainingClassifierAssignment_3()); }
+ (rule__ThreadGroupPrototype__ConstrainingClassifierAssignment_3)?
+ { after(grammarAccess.getThreadGroupPrototypeAccess().getConstrainingClassifierAssignment_3()); }
)
;
finally {
@@ -60044,6 +61038,7 @@ rule__ThreadGroupPrototype__Group__5
}
:
rule__ThreadGroupPrototype__Group__5__Impl
+ rule__ThreadGroupPrototype__Group__6
;
finally {
restoreStackSize(stackSize);
@@ -60055,9 +61050,35 @@ rule__ThreadGroupPrototype__Group__5__Impl
}
:
(
- { before(grammarAccess.getThreadGroupPrototypeAccess().getSemicolonKeyword_5()); }
+ { before(grammarAccess.getThreadGroupPrototypeAccess().getGroup_5()); }
+ (rule__ThreadGroupPrototype__Group_5__0)?
+ { after(grammarAccess.getThreadGroupPrototypeAccess().getGroup_5()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadGroupPrototype__Group__6
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ThreadGroupPrototype__Group__6__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadGroupPrototype__Group__6__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getThreadGroupPrototypeAccess().getSemicolonKeyword_6()); }
Semicolon
- { after(grammarAccess.getThreadGroupPrototypeAccess().getSemicolonKeyword_5()); }
+ { after(grammarAccess.getThreadGroupPrototypeAccess().getSemicolonKeyword_6()); }
)
;
finally {
@@ -60179,6 +61200,7 @@ rule__ThreadGroupPrototype__Group_0_1__2
}
:
rule__ThreadGroupPrototype__Group_0_1__2__Impl
+ rule__ThreadGroupPrototype__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
@@ -60190,9 +61212,35 @@ rule__ThreadGroupPrototype__Group_0_1__2__Impl
}
:
(
- { before(grammarAccess.getThreadGroupPrototypeAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getThreadGroupPrototypeAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getThreadGroupPrototypeAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getThreadGroupPrototypeAccess().getRefinedKeyword_0_1_2()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadGroupPrototype__Group_0_1__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ThreadGroupPrototype__Group_0_1__3__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadGroupPrototype__Group_0_1__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getThreadGroupPrototypeAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getThreadGroupPrototypeAccess().getToKeyword_0_1_3()); }
)
;
finally {
@@ -60200,53 +61248,53 @@ finally {
}
-rule__ThreadGroupPrototype__Group_3__0
+rule__ThreadGroupPrototype__Group_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupPrototype__Group_3__0__Impl
- rule__ThreadGroupPrototype__Group_3__1
+ rule__ThreadGroupPrototype__Group_4__0__Impl
+ rule__ThreadGroupPrototype__Group_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupPrototype__Group_3__0__Impl
+rule__ThreadGroupPrototype__Group_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupPrototypeAccess().getArrayAssignment_3_0()); }
- (rule__ThreadGroupPrototype__ArrayAssignment_3_0)
- { after(grammarAccess.getThreadGroupPrototypeAccess().getArrayAssignment_3_0()); }
+ { before(grammarAccess.getThreadGroupPrototypeAccess().getArrayAssignment_4_0()); }
+ (rule__ThreadGroupPrototype__ArrayAssignment_4_0)
+ { after(grammarAccess.getThreadGroupPrototypeAccess().getArrayAssignment_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupPrototype__Group_3__1
+rule__ThreadGroupPrototype__Group_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupPrototype__Group_3__1__Impl
+ rule__ThreadGroupPrototype__Group_4__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupPrototype__Group_3__1__Impl
+rule__ThreadGroupPrototype__Group_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupPrototypeAccess().getRightSquareBracketKeyword_3_1()); }
+ { before(grammarAccess.getThreadGroupPrototypeAccess().getRightSquareBracketKeyword_4_1()); }
RightSquareBracket
- { after(grammarAccess.getThreadGroupPrototypeAccess().getRightSquareBracketKeyword_3_1()); }
+ { after(grammarAccess.getThreadGroupPrototypeAccess().getRightSquareBracketKeyword_4_1()); }
)
;
finally {
@@ -60254,60 +61302,60 @@ finally {
}
-rule__ThreadGroupPrototype__Group_4__0
+rule__ThreadGroupPrototype__Group_5__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupPrototype__Group_4__0__Impl
- rule__ThreadGroupPrototype__Group_4__1
+ rule__ThreadGroupPrototype__Group_5__0__Impl
+ rule__ThreadGroupPrototype__Group_5__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupPrototype__Group_4__0__Impl
+rule__ThreadGroupPrototype__Group_5__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupPrototypeAccess().getLeftCurlyBracketKeyword_4_0()); }
+ { before(grammarAccess.getThreadGroupPrototypeAccess().getLeftCurlyBracketKeyword_5_0()); }
LeftCurlyBracket
- { after(grammarAccess.getThreadGroupPrototypeAccess().getLeftCurlyBracketKeyword_4_0()); }
+ { after(grammarAccess.getThreadGroupPrototypeAccess().getLeftCurlyBracketKeyword_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupPrototype__Group_4__1
+rule__ThreadGroupPrototype__Group_5__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupPrototype__Group_4__1__Impl
- rule__ThreadGroupPrototype__Group_4__2
+ rule__ThreadGroupPrototype__Group_5__1__Impl
+ rule__ThreadGroupPrototype__Group_5__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupPrototype__Group_4__1__Impl
+rule__ThreadGroupPrototype__Group_5__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getThreadGroupPrototypeAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__ThreadGroupPrototype__OwnedPropertyAssociationAssignment_4_1)
- { after(grammarAccess.getThreadGroupPrototypeAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ { before(grammarAccess.getThreadGroupPrototypeAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ (rule__ThreadGroupPrototype__OwnedPropertyAssociationAssignment_5_1)
+ { after(grammarAccess.getThreadGroupPrototypeAccess().getOwnedPropertyAssociationAssignment_5_1()); }
)
(
- { before(grammarAccess.getThreadGroupPrototypeAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__ThreadGroupPrototype__OwnedPropertyAssociationAssignment_4_1)*
- { after(grammarAccess.getThreadGroupPrototypeAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ { before(grammarAccess.getThreadGroupPrototypeAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ (rule__ThreadGroupPrototype__OwnedPropertyAssociationAssignment_5_1)*
+ { after(grammarAccess.getThreadGroupPrototypeAccess().getOwnedPropertyAssociationAssignment_5_1()); }
)
)
;
@@ -60315,26 +61363,26 @@ finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupPrototype__Group_4__2
+rule__ThreadGroupPrototype__Group_5__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupPrototype__Group_4__2__Impl
+ rule__ThreadGroupPrototype__Group_5__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupPrototype__Group_4__2__Impl
+rule__ThreadGroupPrototype__Group_5__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupPrototypeAccess().getRightCurlyBracketKeyword_4_2()); }
+ { before(grammarAccess.getThreadGroupPrototypeAccess().getRightCurlyBracketKeyword_5_2()); }
RightCurlyBracket
- { after(grammarAccess.getThreadGroupPrototypeAccess().getRightCurlyBracketKeyword_4_2()); }
+ { after(grammarAccess.getThreadGroupPrototypeAccess().getRightCurlyBracketKeyword_5_2()); }
)
;
finally {
@@ -60387,9 +61435,9 @@ rule__VirtualBusPrototype__Group__1__Impl
}
:
(
- { before(grammarAccess.getVirtualBusPrototypeAccess().getVirtualBusKeywordsParserRuleCall_1()); }
- ruleVirtualBusKeywords
- { after(grammarAccess.getVirtualBusPrototypeAccess().getVirtualBusKeywordsParserRuleCall_1()); }
+ { before(grammarAccess.getVirtualBusPrototypeAccess().getVirtualKeyword_1()); }
+ Virtual
+ { after(grammarAccess.getVirtualBusPrototypeAccess().getVirtualKeyword_1()); }
)
;
finally {
@@ -60414,9 +61462,9 @@ rule__VirtualBusPrototype__Group__2__Impl
}
:
(
- { before(grammarAccess.getVirtualBusPrototypeAccess().getConstrainingClassifierAssignment_2()); }
- (rule__VirtualBusPrototype__ConstrainingClassifierAssignment_2)?
- { after(grammarAccess.getVirtualBusPrototypeAccess().getConstrainingClassifierAssignment_2()); }
+ { before(grammarAccess.getVirtualBusPrototypeAccess().getBusKeyword_2()); }
+ Bus
+ { after(grammarAccess.getVirtualBusPrototypeAccess().getBusKeyword_2()); }
)
;
finally {
@@ -60441,9 +61489,9 @@ rule__VirtualBusPrototype__Group__3__Impl
}
:
(
- { before(grammarAccess.getVirtualBusPrototypeAccess().getGroup_3()); }
- (rule__VirtualBusPrototype__Group_3__0)?
- { after(grammarAccess.getVirtualBusPrototypeAccess().getGroup_3()); }
+ { before(grammarAccess.getVirtualBusPrototypeAccess().getConstrainingClassifierAssignment_3()); }
+ (rule__VirtualBusPrototype__ConstrainingClassifierAssignment_3)?
+ { after(grammarAccess.getVirtualBusPrototypeAccess().getConstrainingClassifierAssignment_3()); }
)
;
finally {
@@ -60483,6 +61531,7 @@ rule__VirtualBusPrototype__Group__5
}
:
rule__VirtualBusPrototype__Group__5__Impl
+ rule__VirtualBusPrototype__Group__6
;
finally {
restoreStackSize(stackSize);
@@ -60494,9 +61543,35 @@ rule__VirtualBusPrototype__Group__5__Impl
}
:
(
- { before(grammarAccess.getVirtualBusPrototypeAccess().getSemicolonKeyword_5()); }
+ { before(grammarAccess.getVirtualBusPrototypeAccess().getGroup_5()); }
+ (rule__VirtualBusPrototype__Group_5__0)?
+ { after(grammarAccess.getVirtualBusPrototypeAccess().getGroup_5()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusPrototype__Group__6
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualBusPrototype__Group__6__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusPrototype__Group__6__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getVirtualBusPrototypeAccess().getSemicolonKeyword_6()); }
Semicolon
- { after(grammarAccess.getVirtualBusPrototypeAccess().getSemicolonKeyword_5()); }
+ { after(grammarAccess.getVirtualBusPrototypeAccess().getSemicolonKeyword_6()); }
)
;
finally {
@@ -60618,6 +61693,7 @@ rule__VirtualBusPrototype__Group_0_1__2
}
:
rule__VirtualBusPrototype__Group_0_1__2__Impl
+ rule__VirtualBusPrototype__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
@@ -60629,63 +61705,89 @@ rule__VirtualBusPrototype__Group_0_1__2__Impl
}
:
(
- { before(grammarAccess.getVirtualBusPrototypeAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getVirtualBusPrototypeAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getVirtualBusPrototypeAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getVirtualBusPrototypeAccess().getRefinedKeyword_0_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
+rule__VirtualBusPrototype__Group_0_1__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualBusPrototype__Group_0_1__3__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
-rule__VirtualBusPrototype__Group_3__0
+rule__VirtualBusPrototype__Group_0_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusPrototype__Group_3__0__Impl
- rule__VirtualBusPrototype__Group_3__1
+(
+ { before(grammarAccess.getVirtualBusPrototypeAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getVirtualBusPrototypeAccess().getToKeyword_0_1_3()); }
+)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusPrototype__Group_3__0__Impl
+
+rule__VirtualBusPrototype__Group_4__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualBusPrototype__Group_4__0__Impl
+ rule__VirtualBusPrototype__Group_4__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusPrototype__Group_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusPrototypeAccess().getArrayAssignment_3_0()); }
- (rule__VirtualBusPrototype__ArrayAssignment_3_0)
- { after(grammarAccess.getVirtualBusPrototypeAccess().getArrayAssignment_3_0()); }
+ { before(grammarAccess.getVirtualBusPrototypeAccess().getArrayAssignment_4_0()); }
+ (rule__VirtualBusPrototype__ArrayAssignment_4_0)
+ { after(grammarAccess.getVirtualBusPrototypeAccess().getArrayAssignment_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusPrototype__Group_3__1
+rule__VirtualBusPrototype__Group_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusPrototype__Group_3__1__Impl
+ rule__VirtualBusPrototype__Group_4__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusPrototype__Group_3__1__Impl
+rule__VirtualBusPrototype__Group_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusPrototypeAccess().getRightSquareBracketKeyword_3_1()); }
+ { before(grammarAccess.getVirtualBusPrototypeAccess().getRightSquareBracketKeyword_4_1()); }
RightSquareBracket
- { after(grammarAccess.getVirtualBusPrototypeAccess().getRightSquareBracketKeyword_3_1()); }
+ { after(grammarAccess.getVirtualBusPrototypeAccess().getRightSquareBracketKeyword_4_1()); }
)
;
finally {
@@ -60693,60 +61795,60 @@ finally {
}
-rule__VirtualBusPrototype__Group_4__0
+rule__VirtualBusPrototype__Group_5__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusPrototype__Group_4__0__Impl
- rule__VirtualBusPrototype__Group_4__1
+ rule__VirtualBusPrototype__Group_5__0__Impl
+ rule__VirtualBusPrototype__Group_5__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusPrototype__Group_4__0__Impl
+rule__VirtualBusPrototype__Group_5__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusPrototypeAccess().getLeftCurlyBracketKeyword_4_0()); }
+ { before(grammarAccess.getVirtualBusPrototypeAccess().getLeftCurlyBracketKeyword_5_0()); }
LeftCurlyBracket
- { after(grammarAccess.getVirtualBusPrototypeAccess().getLeftCurlyBracketKeyword_4_0()); }
+ { after(grammarAccess.getVirtualBusPrototypeAccess().getLeftCurlyBracketKeyword_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusPrototype__Group_4__1
+rule__VirtualBusPrototype__Group_5__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusPrototype__Group_4__1__Impl
- rule__VirtualBusPrototype__Group_4__2
+ rule__VirtualBusPrototype__Group_5__1__Impl
+ rule__VirtualBusPrototype__Group_5__2
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusPrototype__Group_4__1__Impl
+rule__VirtualBusPrototype__Group_5__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getVirtualBusPrototypeAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__VirtualBusPrototype__OwnedPropertyAssociationAssignment_4_1)
- { after(grammarAccess.getVirtualBusPrototypeAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ { before(grammarAccess.getVirtualBusPrototypeAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ (rule__VirtualBusPrototype__OwnedPropertyAssociationAssignment_5_1)
+ { after(grammarAccess.getVirtualBusPrototypeAccess().getOwnedPropertyAssociationAssignment_5_1()); }
)
(
- { before(grammarAccess.getVirtualBusPrototypeAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__VirtualBusPrototype__OwnedPropertyAssociationAssignment_4_1)*
- { after(grammarAccess.getVirtualBusPrototypeAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ { before(grammarAccess.getVirtualBusPrototypeAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ (rule__VirtualBusPrototype__OwnedPropertyAssociationAssignment_5_1)*
+ { after(grammarAccess.getVirtualBusPrototypeAccess().getOwnedPropertyAssociationAssignment_5_1()); }
)
)
;
@@ -60754,26 +61856,26 @@ finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusPrototype__Group_4__2
+rule__VirtualBusPrototype__Group_5__2
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusPrototype__Group_4__2__Impl
+ rule__VirtualBusPrototype__Group_5__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusPrototype__Group_4__2__Impl
+rule__VirtualBusPrototype__Group_5__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusPrototypeAccess().getRightCurlyBracketKeyword_4_2()); }
+ { before(grammarAccess.getVirtualBusPrototypeAccess().getRightCurlyBracketKeyword_5_2()); }
RightCurlyBracket
- { after(grammarAccess.getVirtualBusPrototypeAccess().getRightCurlyBracketKeyword_4_2()); }
+ { after(grammarAccess.getVirtualBusPrototypeAccess().getRightCurlyBracketKeyword_5_2()); }
)
;
finally {
@@ -60826,9 +61928,9 @@ rule__VirtualProcessorPrototype__Group__1__Impl
}
:
(
- { before(grammarAccess.getVirtualProcessorPrototypeAccess().getVirtualProcessorKeywordsParserRuleCall_1()); }
- ruleVirtualProcessorKeywords
- { after(grammarAccess.getVirtualProcessorPrototypeAccess().getVirtualProcessorKeywordsParserRuleCall_1()); }
+ { before(grammarAccess.getVirtualProcessorPrototypeAccess().getVirtualKeyword_1()); }
+ Virtual
+ { after(grammarAccess.getVirtualProcessorPrototypeAccess().getVirtualKeyword_1()); }
)
;
finally {
@@ -60853,9 +61955,9 @@ rule__VirtualProcessorPrototype__Group__2__Impl
}
:
(
- { before(grammarAccess.getVirtualProcessorPrototypeAccess().getConstrainingClassifierAssignment_2()); }
- (rule__VirtualProcessorPrototype__ConstrainingClassifierAssignment_2)?
- { after(grammarAccess.getVirtualProcessorPrototypeAccess().getConstrainingClassifierAssignment_2()); }
+ { before(grammarAccess.getVirtualProcessorPrototypeAccess().getProcessorKeyword_2()); }
+ Processor
+ { after(grammarAccess.getVirtualProcessorPrototypeAccess().getProcessorKeyword_2()); }
)
;
finally {
@@ -60880,9 +61982,9 @@ rule__VirtualProcessorPrototype__Group__3__Impl
}
:
(
- { before(grammarAccess.getVirtualProcessorPrototypeAccess().getGroup_3()); }
- (rule__VirtualProcessorPrototype__Group_3__0)?
- { after(grammarAccess.getVirtualProcessorPrototypeAccess().getGroup_3()); }
+ { before(grammarAccess.getVirtualProcessorPrototypeAccess().getConstrainingClassifierAssignment_3()); }
+ (rule__VirtualProcessorPrototype__ConstrainingClassifierAssignment_3)?
+ { after(grammarAccess.getVirtualProcessorPrototypeAccess().getConstrainingClassifierAssignment_3()); }
)
;
finally {
@@ -60922,6 +62024,7 @@ rule__VirtualProcessorPrototype__Group__5
}
:
rule__VirtualProcessorPrototype__Group__5__Impl
+ rule__VirtualProcessorPrototype__Group__6
;
finally {
restoreStackSize(stackSize);
@@ -60933,9 +62036,35 @@ rule__VirtualProcessorPrototype__Group__5__Impl
}
:
(
- { before(grammarAccess.getVirtualProcessorPrototypeAccess().getSemicolonKeyword_5()); }
+ { before(grammarAccess.getVirtualProcessorPrototypeAccess().getGroup_5()); }
+ (rule__VirtualProcessorPrototype__Group_5__0)?
+ { after(grammarAccess.getVirtualProcessorPrototypeAccess().getGroup_5()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualProcessorPrototype__Group__6
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualProcessorPrototype__Group__6__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualProcessorPrototype__Group__6__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getVirtualProcessorPrototypeAccess().getSemicolonKeyword_6()); }
Semicolon
- { after(grammarAccess.getVirtualProcessorPrototypeAccess().getSemicolonKeyword_5()); }
+ { after(grammarAccess.getVirtualProcessorPrototypeAccess().getSemicolonKeyword_6()); }
)
;
finally {
@@ -61057,6 +62186,7 @@ rule__VirtualProcessorPrototype__Group_0_1__2
}
:
rule__VirtualProcessorPrototype__Group_0_1__2__Impl
+ rule__VirtualProcessorPrototype__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
@@ -61068,63 +62198,89 @@ rule__VirtualProcessorPrototype__Group_0_1__2__Impl
}
:
(
- { before(grammarAccess.getVirtualProcessorPrototypeAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getVirtualProcessorPrototypeAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getVirtualProcessorPrototypeAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getVirtualProcessorPrototypeAccess().getRefinedKeyword_0_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
+rule__VirtualProcessorPrototype__Group_0_1__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualProcessorPrototype__Group_0_1__3__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
-rule__VirtualProcessorPrototype__Group_3__0
+rule__VirtualProcessorPrototype__Group_0_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorPrototype__Group_3__0__Impl
- rule__VirtualProcessorPrototype__Group_3__1
+(
+ { before(grammarAccess.getVirtualProcessorPrototypeAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getVirtualProcessorPrototypeAccess().getToKeyword_0_1_3()); }
+)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorPrototype__Group_3__0__Impl
+
+rule__VirtualProcessorPrototype__Group_4__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualProcessorPrototype__Group_4__0__Impl
+ rule__VirtualProcessorPrototype__Group_4__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualProcessorPrototype__Group_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorPrototypeAccess().getArrayAssignment_3_0()); }
- (rule__VirtualProcessorPrototype__ArrayAssignment_3_0)
- { after(grammarAccess.getVirtualProcessorPrototypeAccess().getArrayAssignment_3_0()); }
+ { before(grammarAccess.getVirtualProcessorPrototypeAccess().getArrayAssignment_4_0()); }
+ (rule__VirtualProcessorPrototype__ArrayAssignment_4_0)
+ { after(grammarAccess.getVirtualProcessorPrototypeAccess().getArrayAssignment_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorPrototype__Group_3__1
+rule__VirtualProcessorPrototype__Group_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorPrototype__Group_3__1__Impl
+ rule__VirtualProcessorPrototype__Group_4__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorPrototype__Group_3__1__Impl
+rule__VirtualProcessorPrototype__Group_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorPrototypeAccess().getRightSquareBracketKeyword_3_1()); }
+ { before(grammarAccess.getVirtualProcessorPrototypeAccess().getRightSquareBracketKeyword_4_1()); }
RightSquareBracket
- { after(grammarAccess.getVirtualProcessorPrototypeAccess().getRightSquareBracketKeyword_3_1()); }
+ { after(grammarAccess.getVirtualProcessorPrototypeAccess().getRightSquareBracketKeyword_4_1()); }
)
;
finally {
@@ -61132,60 +62288,60 @@ finally {
}
-rule__VirtualProcessorPrototype__Group_4__0
+rule__VirtualProcessorPrototype__Group_5__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorPrototype__Group_4__0__Impl
- rule__VirtualProcessorPrototype__Group_4__1
+ rule__VirtualProcessorPrototype__Group_5__0__Impl
+ rule__VirtualProcessorPrototype__Group_5__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorPrototype__Group_4__0__Impl
+rule__VirtualProcessorPrototype__Group_5__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorPrototypeAccess().getLeftCurlyBracketKeyword_4_0()); }
+ { before(grammarAccess.getVirtualProcessorPrototypeAccess().getLeftCurlyBracketKeyword_5_0()); }
LeftCurlyBracket
- { after(grammarAccess.getVirtualProcessorPrototypeAccess().getLeftCurlyBracketKeyword_4_0()); }
+ { after(grammarAccess.getVirtualProcessorPrototypeAccess().getLeftCurlyBracketKeyword_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorPrototype__Group_4__1
+rule__VirtualProcessorPrototype__Group_5__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorPrototype__Group_4__1__Impl
- rule__VirtualProcessorPrototype__Group_4__2
+ rule__VirtualProcessorPrototype__Group_5__1__Impl
+ rule__VirtualProcessorPrototype__Group_5__2
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorPrototype__Group_4__1__Impl
+rule__VirtualProcessorPrototype__Group_5__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getVirtualProcessorPrototypeAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__VirtualProcessorPrototype__OwnedPropertyAssociationAssignment_4_1)
- { after(grammarAccess.getVirtualProcessorPrototypeAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ { before(grammarAccess.getVirtualProcessorPrototypeAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ (rule__VirtualProcessorPrototype__OwnedPropertyAssociationAssignment_5_1)
+ { after(grammarAccess.getVirtualProcessorPrototypeAccess().getOwnedPropertyAssociationAssignment_5_1()); }
)
(
- { before(grammarAccess.getVirtualProcessorPrototypeAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__VirtualProcessorPrototype__OwnedPropertyAssociationAssignment_4_1)*
- { after(grammarAccess.getVirtualProcessorPrototypeAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ { before(grammarAccess.getVirtualProcessorPrototypeAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ (rule__VirtualProcessorPrototype__OwnedPropertyAssociationAssignment_5_1)*
+ { after(grammarAccess.getVirtualProcessorPrototypeAccess().getOwnedPropertyAssociationAssignment_5_1()); }
)
)
;
@@ -61193,26 +62349,26 @@ finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorPrototype__Group_4__2
+rule__VirtualProcessorPrototype__Group_5__2
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorPrototype__Group_4__2__Impl
+ rule__VirtualProcessorPrototype__Group_5__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorPrototype__Group_4__2__Impl
+rule__VirtualProcessorPrototype__Group_5__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorPrototypeAccess().getRightCurlyBracketKeyword_4_2()); }
+ { before(grammarAccess.getVirtualProcessorPrototypeAccess().getRightCurlyBracketKeyword_5_2()); }
RightCurlyBracket
- { after(grammarAccess.getVirtualProcessorPrototypeAccess().getRightCurlyBracketKeyword_4_2()); }
+ { after(grammarAccess.getVirtualProcessorPrototypeAccess().getRightCurlyBracketKeyword_5_2()); }
)
;
finally {
@@ -61265,9 +62421,9 @@ rule__FeatureGroupPrototype__Group__1__Impl
}
:
(
- { before(grammarAccess.getFeatureGroupPrototypeAccess().getFeatureGroupKeywordsParserRuleCall_1()); }
- ruleFeatureGroupKeywords
- { after(grammarAccess.getFeatureGroupPrototypeAccess().getFeatureGroupKeywordsParserRuleCall_1()); }
+ { before(grammarAccess.getFeatureGroupPrototypeAccess().getFeatureKeyword_1()); }
+ Feature
+ { after(grammarAccess.getFeatureGroupPrototypeAccess().getFeatureKeyword_1()); }
)
;
finally {
@@ -61292,9 +62448,9 @@ rule__FeatureGroupPrototype__Group__2__Impl
}
:
(
- { before(grammarAccess.getFeatureGroupPrototypeAccess().getConstrainingFeatureGroupTypeAssignment_2()); }
- (rule__FeatureGroupPrototype__ConstrainingFeatureGroupTypeAssignment_2)?
- { after(grammarAccess.getFeatureGroupPrototypeAccess().getConstrainingFeatureGroupTypeAssignment_2()); }
+ { before(grammarAccess.getFeatureGroupPrototypeAccess().getGroupKeyword_2()); }
+ Group
+ { after(grammarAccess.getFeatureGroupPrototypeAccess().getGroupKeyword_2()); }
)
;
finally {
@@ -61319,9 +62475,9 @@ rule__FeatureGroupPrototype__Group__3__Impl
}
:
(
- { before(grammarAccess.getFeatureGroupPrototypeAccess().getGroup_3()); }
- (rule__FeatureGroupPrototype__Group_3__0)?
- { after(grammarAccess.getFeatureGroupPrototypeAccess().getGroup_3()); }
+ { before(grammarAccess.getFeatureGroupPrototypeAccess().getConstrainingFeatureGroupTypeAssignment_3()); }
+ (rule__FeatureGroupPrototype__ConstrainingFeatureGroupTypeAssignment_3)?
+ { after(grammarAccess.getFeatureGroupPrototypeAccess().getConstrainingFeatureGroupTypeAssignment_3()); }
)
;
finally {
@@ -61334,6 +62490,7 @@ rule__FeatureGroupPrototype__Group__4
}
:
rule__FeatureGroupPrototype__Group__4__Impl
+ rule__FeatureGroupPrototype__Group__5
;
finally {
restoreStackSize(stackSize);
@@ -61345,9 +62502,35 @@ rule__FeatureGroupPrototype__Group__4__Impl
}
:
(
- { before(grammarAccess.getFeatureGroupPrototypeAccess().getSemicolonKeyword_4()); }
+ { before(grammarAccess.getFeatureGroupPrototypeAccess().getGroup_4()); }
+ (rule__FeatureGroupPrototype__Group_4__0)?
+ { after(grammarAccess.getFeatureGroupPrototypeAccess().getGroup_4()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__FeatureGroupPrototype__Group__5
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__FeatureGroupPrototype__Group__5__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__FeatureGroupPrototype__Group__5__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getFeatureGroupPrototypeAccess().getSemicolonKeyword_5()); }
Semicolon
- { after(grammarAccess.getFeatureGroupPrototypeAccess().getSemicolonKeyword_4()); }
+ { after(grammarAccess.getFeatureGroupPrototypeAccess().getSemicolonKeyword_5()); }
)
;
finally {
@@ -61469,6 +62652,7 @@ rule__FeatureGroupPrototype__Group_0_1__2
}
:
rule__FeatureGroupPrototype__Group_0_1__2__Impl
+ rule__FeatureGroupPrototype__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
@@ -61480,9 +62664,35 @@ rule__FeatureGroupPrototype__Group_0_1__2__Impl
}
:
(
- { before(grammarAccess.getFeatureGroupPrototypeAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getFeatureGroupPrototypeAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getFeatureGroupPrototypeAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getFeatureGroupPrototypeAccess().getRefinedKeyword_0_1_2()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__FeatureGroupPrototype__Group_0_1__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__FeatureGroupPrototype__Group_0_1__3__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__FeatureGroupPrototype__Group_0_1__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getFeatureGroupPrototypeAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getFeatureGroupPrototypeAccess().getToKeyword_0_1_3()); }
)
;
finally {
@@ -61490,60 +62700,60 @@ finally {
}
-rule__FeatureGroupPrototype__Group_3__0
+rule__FeatureGroupPrototype__Group_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupPrototype__Group_3__0__Impl
- rule__FeatureGroupPrototype__Group_3__1
+ rule__FeatureGroupPrototype__Group_4__0__Impl
+ rule__FeatureGroupPrototype__Group_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupPrototype__Group_3__0__Impl
+rule__FeatureGroupPrototype__Group_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupPrototypeAccess().getLeftCurlyBracketKeyword_3_0()); }
+ { before(grammarAccess.getFeatureGroupPrototypeAccess().getLeftCurlyBracketKeyword_4_0()); }
LeftCurlyBracket
- { after(grammarAccess.getFeatureGroupPrototypeAccess().getLeftCurlyBracketKeyword_3_0()); }
+ { after(grammarAccess.getFeatureGroupPrototypeAccess().getLeftCurlyBracketKeyword_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupPrototype__Group_3__1
+rule__FeatureGroupPrototype__Group_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupPrototype__Group_3__1__Impl
- rule__FeatureGroupPrototype__Group_3__2
+ rule__FeatureGroupPrototype__Group_4__1__Impl
+ rule__FeatureGroupPrototype__Group_4__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupPrototype__Group_3__1__Impl
+rule__FeatureGroupPrototype__Group_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getFeatureGroupPrototypeAccess().getOwnedPropertyAssociationAssignment_3_1()); }
- (rule__FeatureGroupPrototype__OwnedPropertyAssociationAssignment_3_1)
- { after(grammarAccess.getFeatureGroupPrototypeAccess().getOwnedPropertyAssociationAssignment_3_1()); }
+ { before(grammarAccess.getFeatureGroupPrototypeAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ (rule__FeatureGroupPrototype__OwnedPropertyAssociationAssignment_4_1)
+ { after(grammarAccess.getFeatureGroupPrototypeAccess().getOwnedPropertyAssociationAssignment_4_1()); }
)
(
- { before(grammarAccess.getFeatureGroupPrototypeAccess().getOwnedPropertyAssociationAssignment_3_1()); }
- (rule__FeatureGroupPrototype__OwnedPropertyAssociationAssignment_3_1)*
- { after(grammarAccess.getFeatureGroupPrototypeAccess().getOwnedPropertyAssociationAssignment_3_1()); }
+ { before(grammarAccess.getFeatureGroupPrototypeAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ (rule__FeatureGroupPrototype__OwnedPropertyAssociationAssignment_4_1)*
+ { after(grammarAccess.getFeatureGroupPrototypeAccess().getOwnedPropertyAssociationAssignment_4_1()); }
)
)
;
@@ -61551,26 +62761,26 @@ finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupPrototype__Group_3__2
+rule__FeatureGroupPrototype__Group_4__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupPrototype__Group_3__2__Impl
+ rule__FeatureGroupPrototype__Group_4__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupPrototype__Group_3__2__Impl
+rule__FeatureGroupPrototype__Group_4__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupPrototypeAccess().getRightCurlyBracketKeyword_3_2()); }
+ { before(grammarAccess.getFeatureGroupPrototypeAccess().getRightCurlyBracketKeyword_4_2()); }
RightCurlyBracket
- { after(grammarAccess.getFeatureGroupPrototypeAccess().getRightCurlyBracketKeyword_3_2()); }
+ { after(grammarAccess.getFeatureGroupPrototypeAccess().getRightCurlyBracketKeyword_4_2()); }
)
;
finally {
@@ -61854,6 +63064,7 @@ rule__FeaturePrototype__Group_0_1__2
}
:
rule__FeaturePrototype__Group_0_1__2__Impl
+ rule__FeaturePrototype__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
@@ -61865,9 +63076,35 @@ rule__FeaturePrototype__Group_0_1__2__Impl
}
:
(
- { before(grammarAccess.getFeaturePrototypeAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getFeaturePrototypeAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getFeaturePrototypeAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getFeaturePrototypeAccess().getRefinedKeyword_0_1_2()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__FeaturePrototype__Group_0_1__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__FeaturePrototype__Group_0_1__3__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__FeaturePrototype__Group_0_1__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getFeaturePrototypeAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getFeaturePrototypeAccess().getToKeyword_0_1_3()); }
)
;
finally {
@@ -62035,9 +63272,9 @@ rule__FeatureGroupPrototypeBinding__Group__2__Impl
}
:
(
- { before(grammarAccess.getFeatureGroupPrototypeBindingAccess().getFeatureGroupKeywordsParserRuleCall_2()); }
- ruleFeatureGroupKeywords
- { after(grammarAccess.getFeatureGroupPrototypeBindingAccess().getFeatureGroupKeywordsParserRuleCall_2()); }
+ { before(grammarAccess.getFeatureGroupPrototypeBindingAccess().getFeatureKeyword_2()); }
+ Feature
+ { after(grammarAccess.getFeatureGroupPrototypeBindingAccess().getFeatureKeyword_2()); }
)
;
finally {
@@ -62050,6 +63287,7 @@ rule__FeatureGroupPrototypeBinding__Group__3
}
:
rule__FeatureGroupPrototypeBinding__Group__3__Impl
+ rule__FeatureGroupPrototypeBinding__Group__4
;
finally {
restoreStackSize(stackSize);
@@ -62061,9 +63299,35 @@ rule__FeatureGroupPrototypeBinding__Group__3__Impl
}
:
(
- { before(grammarAccess.getFeatureGroupPrototypeBindingAccess().getActualAssignment_3()); }
- (rule__FeatureGroupPrototypeBinding__ActualAssignment_3)
- { after(grammarAccess.getFeatureGroupPrototypeBindingAccess().getActualAssignment_3()); }
+ { before(grammarAccess.getFeatureGroupPrototypeBindingAccess().getGroupKeyword_3()); }
+ Group
+ { after(grammarAccess.getFeatureGroupPrototypeBindingAccess().getGroupKeyword_3()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__FeatureGroupPrototypeBinding__Group__4
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__FeatureGroupPrototypeBinding__Group__4__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__FeatureGroupPrototypeBinding__Group__4__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getFeatureGroupPrototypeBindingAccess().getActualAssignment_4()); }
+ (rule__FeatureGroupPrototypeBinding__ActualAssignment_4)
+ { after(grammarAccess.getFeatureGroupPrototypeBindingAccess().getActualAssignment_4()); }
)
;
finally {
@@ -63508,6 +64772,7 @@ rule__AbstractSubcomponent__Group_0_1__2
}
:
rule__AbstractSubcomponent__Group_0_1__2__Impl
+ rule__AbstractSubcomponent__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
@@ -63519,9 +64784,35 @@ rule__AbstractSubcomponent__Group_0_1__2__Impl
}
:
(
- { before(grammarAccess.getAbstractSubcomponentAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getAbstractSubcomponentAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getAbstractSubcomponentAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getAbstractSubcomponentAccess().getRefinedKeyword_0_1_2()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__AbstractSubcomponent__Group_0_1__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__AbstractSubcomponent__Group_0_1__3__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__AbstractSubcomponent__Group_0_1__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getAbstractSubcomponentAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getAbstractSubcomponentAccess().getToKeyword_0_1_3()); }
)
;
finally {
@@ -64074,9 +65365,9 @@ rule__AbstractSubcomponent__Group_5__0__Impl
}
:
(
- { before(grammarAccess.getAbstractSubcomponentAccess().getInModesKeywordsParserRuleCall_5_0()); }
- ruleInModesKeywords
- { after(grammarAccess.getAbstractSubcomponentAccess().getInModesKeywordsParserRuleCall_5_0()); }
+ { before(grammarAccess.getAbstractSubcomponentAccess().getInKeyword_5_0()); }
+ In
+ { after(grammarAccess.getAbstractSubcomponentAccess().getInKeyword_5_0()); }
)
;
finally {
@@ -64101,9 +65392,9 @@ rule__AbstractSubcomponent__Group_5__1__Impl
}
:
(
- { before(grammarAccess.getAbstractSubcomponentAccess().getLeftParenthesisKeyword_5_1()); }
- LeftParenthesis
- { after(grammarAccess.getAbstractSubcomponentAccess().getLeftParenthesisKeyword_5_1()); }
+ { before(grammarAccess.getAbstractSubcomponentAccess().getModesKeyword_5_1()); }
+ Modes
+ { after(grammarAccess.getAbstractSubcomponentAccess().getModesKeyword_5_1()); }
)
;
finally {
@@ -64128,9 +65419,9 @@ rule__AbstractSubcomponent__Group_5__2__Impl
}
:
(
- { before(grammarAccess.getAbstractSubcomponentAccess().getGroup_5_2()); }
- (rule__AbstractSubcomponent__Group_5_2__0)
- { after(grammarAccess.getAbstractSubcomponentAccess().getGroup_5_2()); }
+ { before(grammarAccess.getAbstractSubcomponentAccess().getLeftParenthesisKeyword_5_2()); }
+ LeftParenthesis
+ { after(grammarAccess.getAbstractSubcomponentAccess().getLeftParenthesisKeyword_5_2()); }
)
;
finally {
@@ -64143,6 +65434,7 @@ rule__AbstractSubcomponent__Group_5__3
}
:
rule__AbstractSubcomponent__Group_5__3__Impl
+ rule__AbstractSubcomponent__Group_5__4
;
finally {
restoreStackSize(stackSize);
@@ -64154,9 +65446,35 @@ rule__AbstractSubcomponent__Group_5__3__Impl
}
:
(
- { before(grammarAccess.getAbstractSubcomponentAccess().getRightParenthesisKeyword_5_3()); }
+ { before(grammarAccess.getAbstractSubcomponentAccess().getGroup_5_3()); }
+ (rule__AbstractSubcomponent__Group_5_3__0)
+ { after(grammarAccess.getAbstractSubcomponentAccess().getGroup_5_3()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__AbstractSubcomponent__Group_5__4
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__AbstractSubcomponent__Group_5__4__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__AbstractSubcomponent__Group_5__4__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getAbstractSubcomponentAccess().getRightParenthesisKeyword_5_4()); }
RightParenthesis
- { after(grammarAccess.getAbstractSubcomponentAccess().getRightParenthesisKeyword_5_3()); }
+ { after(grammarAccess.getAbstractSubcomponentAccess().getRightParenthesisKeyword_5_4()); }
)
;
finally {
@@ -64164,53 +65482,53 @@ finally {
}
-rule__AbstractSubcomponent__Group_5_2__0
+rule__AbstractSubcomponent__Group_5_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractSubcomponent__Group_5_2__0__Impl
- rule__AbstractSubcomponent__Group_5_2__1
+ rule__AbstractSubcomponent__Group_5_3__0__Impl
+ rule__AbstractSubcomponent__Group_5_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractSubcomponent__Group_5_2__0__Impl
+rule__AbstractSubcomponent__Group_5_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0()); }
- (rule__AbstractSubcomponent__OwnedModeBindingAssignment_5_2_0)
- { after(grammarAccess.getAbstractSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0()); }
+ { before(grammarAccess.getAbstractSubcomponentAccess().getOwnedModeBindingAssignment_5_3_0()); }
+ (rule__AbstractSubcomponent__OwnedModeBindingAssignment_5_3_0)
+ { after(grammarAccess.getAbstractSubcomponentAccess().getOwnedModeBindingAssignment_5_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractSubcomponent__Group_5_2__1
+rule__AbstractSubcomponent__Group_5_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractSubcomponent__Group_5_2__1__Impl
+ rule__AbstractSubcomponent__Group_5_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractSubcomponent__Group_5_2__1__Impl
+rule__AbstractSubcomponent__Group_5_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractSubcomponentAccess().getGroup_5_2_1()); }
- (rule__AbstractSubcomponent__Group_5_2_1__0)*
- { after(grammarAccess.getAbstractSubcomponentAccess().getGroup_5_2_1()); }
+ { before(grammarAccess.getAbstractSubcomponentAccess().getGroup_5_3_1()); }
+ (rule__AbstractSubcomponent__Group_5_3_1__0)*
+ { after(grammarAccess.getAbstractSubcomponentAccess().getGroup_5_3_1()); }
)
;
finally {
@@ -64218,53 +65536,53 @@ finally {
}
-rule__AbstractSubcomponent__Group_5_2_1__0
+rule__AbstractSubcomponent__Group_5_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractSubcomponent__Group_5_2_1__0__Impl
- rule__AbstractSubcomponent__Group_5_2_1__1
+ rule__AbstractSubcomponent__Group_5_3_1__0__Impl
+ rule__AbstractSubcomponent__Group_5_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractSubcomponent__Group_5_2_1__0__Impl
+rule__AbstractSubcomponent__Group_5_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractSubcomponentAccess().getCommaKeyword_5_2_1_0()); }
+ { before(grammarAccess.getAbstractSubcomponentAccess().getCommaKeyword_5_3_1_0()); }
Comma
- { after(grammarAccess.getAbstractSubcomponentAccess().getCommaKeyword_5_2_1_0()); }
+ { after(grammarAccess.getAbstractSubcomponentAccess().getCommaKeyword_5_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractSubcomponent__Group_5_2_1__1
+rule__AbstractSubcomponent__Group_5_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractSubcomponent__Group_5_2_1__1__Impl
+ rule__AbstractSubcomponent__Group_5_3_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractSubcomponent__Group_5_2_1__1__Impl
+rule__AbstractSubcomponent__Group_5_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1()); }
- (rule__AbstractSubcomponent__OwnedModeBindingAssignment_5_2_1_1)
- { after(grammarAccess.getAbstractSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1()); }
+ { before(grammarAccess.getAbstractSubcomponentAccess().getOwnedModeBindingAssignment_5_3_1_1()); }
+ (rule__AbstractSubcomponent__OwnedModeBindingAssignment_5_3_1_1)
+ { after(grammarAccess.getAbstractSubcomponentAccess().getOwnedModeBindingAssignment_5_3_1_1()); }
)
;
finally {
@@ -64575,6 +65893,7 @@ rule__SystemSubcomponent__Group_0_1__2
}
:
rule__SystemSubcomponent__Group_0_1__2__Impl
+ rule__SystemSubcomponent__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
@@ -64586,9 +65905,35 @@ rule__SystemSubcomponent__Group_0_1__2__Impl
}
:
(
- { before(grammarAccess.getSystemSubcomponentAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getSystemSubcomponentAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getSystemSubcomponentAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getSystemSubcomponentAccess().getRefinedKeyword_0_1_2()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SystemSubcomponent__Group_0_1__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SystemSubcomponent__Group_0_1__3__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SystemSubcomponent__Group_0_1__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getSystemSubcomponentAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getSystemSubcomponentAccess().getToKeyword_0_1_3()); }
)
;
finally {
@@ -65141,9 +66486,9 @@ rule__SystemSubcomponent__Group_5__0__Impl
}
:
(
- { before(grammarAccess.getSystemSubcomponentAccess().getInModesKeywordsParserRuleCall_5_0()); }
- ruleInModesKeywords
- { after(grammarAccess.getSystemSubcomponentAccess().getInModesKeywordsParserRuleCall_5_0()); }
+ { before(grammarAccess.getSystemSubcomponentAccess().getInKeyword_5_0()); }
+ In
+ { after(grammarAccess.getSystemSubcomponentAccess().getInKeyword_5_0()); }
)
;
finally {
@@ -65168,9 +66513,9 @@ rule__SystemSubcomponent__Group_5__1__Impl
}
:
(
- { before(grammarAccess.getSystemSubcomponentAccess().getLeftParenthesisKeyword_5_1()); }
- LeftParenthesis
- { after(grammarAccess.getSystemSubcomponentAccess().getLeftParenthesisKeyword_5_1()); }
+ { before(grammarAccess.getSystemSubcomponentAccess().getModesKeyword_5_1()); }
+ Modes
+ { after(grammarAccess.getSystemSubcomponentAccess().getModesKeyword_5_1()); }
)
;
finally {
@@ -65195,9 +66540,9 @@ rule__SystemSubcomponent__Group_5__2__Impl
}
:
(
- { before(grammarAccess.getSystemSubcomponentAccess().getGroup_5_2()); }
- (rule__SystemSubcomponent__Group_5_2__0)
- { after(grammarAccess.getSystemSubcomponentAccess().getGroup_5_2()); }
+ { before(grammarAccess.getSystemSubcomponentAccess().getLeftParenthesisKeyword_5_2()); }
+ LeftParenthesis
+ { after(grammarAccess.getSystemSubcomponentAccess().getLeftParenthesisKeyword_5_2()); }
)
;
finally {
@@ -65210,6 +66555,7 @@ rule__SystemSubcomponent__Group_5__3
}
:
rule__SystemSubcomponent__Group_5__3__Impl
+ rule__SystemSubcomponent__Group_5__4
;
finally {
restoreStackSize(stackSize);
@@ -65221,9 +66567,35 @@ rule__SystemSubcomponent__Group_5__3__Impl
}
:
(
- { before(grammarAccess.getSystemSubcomponentAccess().getRightParenthesisKeyword_5_3()); }
+ { before(grammarAccess.getSystemSubcomponentAccess().getGroup_5_3()); }
+ (rule__SystemSubcomponent__Group_5_3__0)
+ { after(grammarAccess.getSystemSubcomponentAccess().getGroup_5_3()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SystemSubcomponent__Group_5__4
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SystemSubcomponent__Group_5__4__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SystemSubcomponent__Group_5__4__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getSystemSubcomponentAccess().getRightParenthesisKeyword_5_4()); }
RightParenthesis
- { after(grammarAccess.getSystemSubcomponentAccess().getRightParenthesisKeyword_5_3()); }
+ { after(grammarAccess.getSystemSubcomponentAccess().getRightParenthesisKeyword_5_4()); }
)
;
finally {
@@ -65231,53 +66603,53 @@ finally {
}
-rule__SystemSubcomponent__Group_5_2__0
+rule__SystemSubcomponent__Group_5_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SystemSubcomponent__Group_5_2__0__Impl
- rule__SystemSubcomponent__Group_5_2__1
+ rule__SystemSubcomponent__Group_5_3__0__Impl
+ rule__SystemSubcomponent__Group_5_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemSubcomponent__Group_5_2__0__Impl
+rule__SystemSubcomponent__Group_5_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0()); }
- (rule__SystemSubcomponent__OwnedModeBindingAssignment_5_2_0)
- { after(grammarAccess.getSystemSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0()); }
+ { before(grammarAccess.getSystemSubcomponentAccess().getOwnedModeBindingAssignment_5_3_0()); }
+ (rule__SystemSubcomponent__OwnedModeBindingAssignment_5_3_0)
+ { after(grammarAccess.getSystemSubcomponentAccess().getOwnedModeBindingAssignment_5_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemSubcomponent__Group_5_2__1
+rule__SystemSubcomponent__Group_5_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SystemSubcomponent__Group_5_2__1__Impl
+ rule__SystemSubcomponent__Group_5_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemSubcomponent__Group_5_2__1__Impl
+rule__SystemSubcomponent__Group_5_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemSubcomponentAccess().getGroup_5_2_1()); }
- (rule__SystemSubcomponent__Group_5_2_1__0)*
- { after(grammarAccess.getSystemSubcomponentAccess().getGroup_5_2_1()); }
+ { before(grammarAccess.getSystemSubcomponentAccess().getGroup_5_3_1()); }
+ (rule__SystemSubcomponent__Group_5_3_1__0)*
+ { after(grammarAccess.getSystemSubcomponentAccess().getGroup_5_3_1()); }
)
;
finally {
@@ -65285,53 +66657,53 @@ finally {
}
-rule__SystemSubcomponent__Group_5_2_1__0
+rule__SystemSubcomponent__Group_5_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SystemSubcomponent__Group_5_2_1__0__Impl
- rule__SystemSubcomponent__Group_5_2_1__1
+ rule__SystemSubcomponent__Group_5_3_1__0__Impl
+ rule__SystemSubcomponent__Group_5_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemSubcomponent__Group_5_2_1__0__Impl
+rule__SystemSubcomponent__Group_5_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemSubcomponentAccess().getCommaKeyword_5_2_1_0()); }
+ { before(grammarAccess.getSystemSubcomponentAccess().getCommaKeyword_5_3_1_0()); }
Comma
- { after(grammarAccess.getSystemSubcomponentAccess().getCommaKeyword_5_2_1_0()); }
+ { after(grammarAccess.getSystemSubcomponentAccess().getCommaKeyword_5_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemSubcomponent__Group_5_2_1__1
+rule__SystemSubcomponent__Group_5_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SystemSubcomponent__Group_5_2_1__1__Impl
+ rule__SystemSubcomponent__Group_5_3_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemSubcomponent__Group_5_2_1__1__Impl
+rule__SystemSubcomponent__Group_5_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1()); }
- (rule__SystemSubcomponent__OwnedModeBindingAssignment_5_2_1_1)
- { after(grammarAccess.getSystemSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1()); }
+ { before(grammarAccess.getSystemSubcomponentAccess().getOwnedModeBindingAssignment_5_3_1_1()); }
+ (rule__SystemSubcomponent__OwnedModeBindingAssignment_5_3_1_1)
+ { after(grammarAccess.getSystemSubcomponentAccess().getOwnedModeBindingAssignment_5_3_1_1()); }
)
;
finally {
@@ -65642,6 +67014,7 @@ rule__ProcessSubcomponent__Group_0_1__2
}
:
rule__ProcessSubcomponent__Group_0_1__2__Impl
+ rule__ProcessSubcomponent__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
@@ -65653,9 +67026,35 @@ rule__ProcessSubcomponent__Group_0_1__2__Impl
}
:
(
- { before(grammarAccess.getProcessSubcomponentAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getProcessSubcomponentAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getProcessSubcomponentAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getProcessSubcomponentAccess().getRefinedKeyword_0_1_2()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessSubcomponent__Group_0_1__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ProcessSubcomponent__Group_0_1__3__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessSubcomponent__Group_0_1__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getProcessSubcomponentAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getProcessSubcomponentAccess().getToKeyword_0_1_3()); }
)
;
finally {
@@ -66208,9 +67607,9 @@ rule__ProcessSubcomponent__Group_5__0__Impl
}
:
(
- { before(grammarAccess.getProcessSubcomponentAccess().getInModesKeywordsParserRuleCall_5_0()); }
- ruleInModesKeywords
- { after(grammarAccess.getProcessSubcomponentAccess().getInModesKeywordsParserRuleCall_5_0()); }
+ { before(grammarAccess.getProcessSubcomponentAccess().getInKeyword_5_0()); }
+ In
+ { after(grammarAccess.getProcessSubcomponentAccess().getInKeyword_5_0()); }
)
;
finally {
@@ -66235,9 +67634,9 @@ rule__ProcessSubcomponent__Group_5__1__Impl
}
:
(
- { before(grammarAccess.getProcessSubcomponentAccess().getLeftParenthesisKeyword_5_1()); }
- LeftParenthesis
- { after(grammarAccess.getProcessSubcomponentAccess().getLeftParenthesisKeyword_5_1()); }
+ { before(grammarAccess.getProcessSubcomponentAccess().getModesKeyword_5_1()); }
+ Modes
+ { after(grammarAccess.getProcessSubcomponentAccess().getModesKeyword_5_1()); }
)
;
finally {
@@ -66262,9 +67661,9 @@ rule__ProcessSubcomponent__Group_5__2__Impl
}
:
(
- { before(grammarAccess.getProcessSubcomponentAccess().getGroup_5_2()); }
- (rule__ProcessSubcomponent__Group_5_2__0)
- { after(grammarAccess.getProcessSubcomponentAccess().getGroup_5_2()); }
+ { before(grammarAccess.getProcessSubcomponentAccess().getLeftParenthesisKeyword_5_2()); }
+ LeftParenthesis
+ { after(grammarAccess.getProcessSubcomponentAccess().getLeftParenthesisKeyword_5_2()); }
)
;
finally {
@@ -66277,6 +67676,7 @@ rule__ProcessSubcomponent__Group_5__3
}
:
rule__ProcessSubcomponent__Group_5__3__Impl
+ rule__ProcessSubcomponent__Group_5__4
;
finally {
restoreStackSize(stackSize);
@@ -66288,9 +67688,35 @@ rule__ProcessSubcomponent__Group_5__3__Impl
}
:
(
- { before(grammarAccess.getProcessSubcomponentAccess().getRightParenthesisKeyword_5_3()); }
+ { before(grammarAccess.getProcessSubcomponentAccess().getGroup_5_3()); }
+ (rule__ProcessSubcomponent__Group_5_3__0)
+ { after(grammarAccess.getProcessSubcomponentAccess().getGroup_5_3()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessSubcomponent__Group_5__4
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ProcessSubcomponent__Group_5__4__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessSubcomponent__Group_5__4__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getProcessSubcomponentAccess().getRightParenthesisKeyword_5_4()); }
RightParenthesis
- { after(grammarAccess.getProcessSubcomponentAccess().getRightParenthesisKeyword_5_3()); }
+ { after(grammarAccess.getProcessSubcomponentAccess().getRightParenthesisKeyword_5_4()); }
)
;
finally {
@@ -66298,53 +67724,53 @@ finally {
}
-rule__ProcessSubcomponent__Group_5_2__0
+rule__ProcessSubcomponent__Group_5_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessSubcomponent__Group_5_2__0__Impl
- rule__ProcessSubcomponent__Group_5_2__1
+ rule__ProcessSubcomponent__Group_5_3__0__Impl
+ rule__ProcessSubcomponent__Group_5_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessSubcomponent__Group_5_2__0__Impl
+rule__ProcessSubcomponent__Group_5_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0()); }
- (rule__ProcessSubcomponent__OwnedModeBindingAssignment_5_2_0)
- { after(grammarAccess.getProcessSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0()); }
+ { before(grammarAccess.getProcessSubcomponentAccess().getOwnedModeBindingAssignment_5_3_0()); }
+ (rule__ProcessSubcomponent__OwnedModeBindingAssignment_5_3_0)
+ { after(grammarAccess.getProcessSubcomponentAccess().getOwnedModeBindingAssignment_5_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessSubcomponent__Group_5_2__1
+rule__ProcessSubcomponent__Group_5_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessSubcomponent__Group_5_2__1__Impl
+ rule__ProcessSubcomponent__Group_5_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessSubcomponent__Group_5_2__1__Impl
+rule__ProcessSubcomponent__Group_5_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessSubcomponentAccess().getGroup_5_2_1()); }
- (rule__ProcessSubcomponent__Group_5_2_1__0)*
- { after(grammarAccess.getProcessSubcomponentAccess().getGroup_5_2_1()); }
+ { before(grammarAccess.getProcessSubcomponentAccess().getGroup_5_3_1()); }
+ (rule__ProcessSubcomponent__Group_5_3_1__0)*
+ { after(grammarAccess.getProcessSubcomponentAccess().getGroup_5_3_1()); }
)
;
finally {
@@ -66352,53 +67778,53 @@ finally {
}
-rule__ProcessSubcomponent__Group_5_2_1__0
+rule__ProcessSubcomponent__Group_5_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessSubcomponent__Group_5_2_1__0__Impl
- rule__ProcessSubcomponent__Group_5_2_1__1
+ rule__ProcessSubcomponent__Group_5_3_1__0__Impl
+ rule__ProcessSubcomponent__Group_5_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessSubcomponent__Group_5_2_1__0__Impl
+rule__ProcessSubcomponent__Group_5_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessSubcomponentAccess().getCommaKeyword_5_2_1_0()); }
+ { before(grammarAccess.getProcessSubcomponentAccess().getCommaKeyword_5_3_1_0()); }
Comma
- { after(grammarAccess.getProcessSubcomponentAccess().getCommaKeyword_5_2_1_0()); }
+ { after(grammarAccess.getProcessSubcomponentAccess().getCommaKeyword_5_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessSubcomponent__Group_5_2_1__1
+rule__ProcessSubcomponent__Group_5_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessSubcomponent__Group_5_2_1__1__Impl
+ rule__ProcessSubcomponent__Group_5_3_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessSubcomponent__Group_5_2_1__1__Impl
+rule__ProcessSubcomponent__Group_5_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1()); }
- (rule__ProcessSubcomponent__OwnedModeBindingAssignment_5_2_1_1)
- { after(grammarAccess.getProcessSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1()); }
+ { before(grammarAccess.getProcessSubcomponentAccess().getOwnedModeBindingAssignment_5_3_1_1()); }
+ (rule__ProcessSubcomponent__OwnedModeBindingAssignment_5_3_1_1)
+ { after(grammarAccess.getProcessSubcomponentAccess().getOwnedModeBindingAssignment_5_3_1_1()); }
)
;
finally {
@@ -66451,9 +67877,9 @@ rule__ThreadGroupSubcomponent__Group__1__Impl
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getThreadGroupKeywordsParserRuleCall_1()); }
- ruleThreadGroupKeywords
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getThreadGroupKeywordsParserRuleCall_1()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getThreadKeyword_1()); }
+ Thread
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getThreadKeyword_1()); }
)
;
finally {
@@ -66478,9 +67904,9 @@ rule__ThreadGroupSubcomponent__Group__2__Impl
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_2()); }
- (rule__ThreadGroupSubcomponent__Group_2__0)?
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_2()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getGroupKeyword_2()); }
+ Group
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getGroupKeyword_2()); }
)
;
finally {
@@ -66574,6 +68000,7 @@ rule__ThreadGroupSubcomponent__Group__6
}
:
rule__ThreadGroupSubcomponent__Group__6__Impl
+ rule__ThreadGroupSubcomponent__Group__7
;
finally {
restoreStackSize(stackSize);
@@ -66585,9 +68012,35 @@ rule__ThreadGroupSubcomponent__Group__6__Impl
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getSemicolonKeyword_6()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_6()); }
+ (rule__ThreadGroupSubcomponent__Group_6__0)?
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_6()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadGroupSubcomponent__Group__7
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ThreadGroupSubcomponent__Group__7__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadGroupSubcomponent__Group__7__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getSemicolonKeyword_7()); }
Semicolon
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getSemicolonKeyword_6()); }
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getSemicolonKeyword_7()); }
)
;
finally {
@@ -66709,6 +68162,7 @@ rule__ThreadGroupSubcomponent__Group_0_1__2
}
:
rule__ThreadGroupSubcomponent__Group_0_1__2__Impl
+ rule__ThreadGroupSubcomponent__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
@@ -66720,9 +68174,35 @@ rule__ThreadGroupSubcomponent__Group_0_1__2__Impl
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getRefinedKeyword_0_1_2()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadGroupSubcomponent__Group_0_1__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ThreadGroupSubcomponent__Group_0_1__3__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadGroupSubcomponent__Group_0_1__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getToKeyword_0_1_3()); }
)
;
finally {
@@ -66730,53 +68210,53 @@ finally {
}
-rule__ThreadGroupSubcomponent__Group_2__0
+rule__ThreadGroupSubcomponent__Group_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupSubcomponent__Group_2__0__Impl
- rule__ThreadGroupSubcomponent__Group_2__1
+ rule__ThreadGroupSubcomponent__Group_3__0__Impl
+ rule__ThreadGroupSubcomponent__Group_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_2__0__Impl
+rule__ThreadGroupSubcomponent__Group_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getThreadGroupSubcomponentTypeAssignment_2_0()); }
- (rule__ThreadGroupSubcomponent__ThreadGroupSubcomponentTypeAssignment_2_0)
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getThreadGroupSubcomponentTypeAssignment_2_0()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getThreadGroupSubcomponentTypeAssignment_3_0()); }
+ (rule__ThreadGroupSubcomponent__ThreadGroupSubcomponentTypeAssignment_3_0)
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getThreadGroupSubcomponentTypeAssignment_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_2__1
+rule__ThreadGroupSubcomponent__Group_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupSubcomponent__Group_2__1__Impl
+ rule__ThreadGroupSubcomponent__Group_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_2__1__Impl
+rule__ThreadGroupSubcomponent__Group_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_2_1()); }
- (rule__ThreadGroupSubcomponent__Group_2_1__0)?
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_2_1()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_3_1()); }
+ (rule__ThreadGroupSubcomponent__Group_3_1__0)?
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_3_1()); }
)
;
finally {
@@ -66784,107 +68264,107 @@ finally {
}
-rule__ThreadGroupSubcomponent__Group_2_1__0
+rule__ThreadGroupSubcomponent__Group_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupSubcomponent__Group_2_1__0__Impl
- rule__ThreadGroupSubcomponent__Group_2_1__1
+ rule__ThreadGroupSubcomponent__Group_3_1__0__Impl
+ rule__ThreadGroupSubcomponent__Group_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_2_1__0__Impl
+rule__ThreadGroupSubcomponent__Group_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getLeftParenthesisKeyword_2_1_0()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getLeftParenthesisKeyword_3_1_0()); }
LeftParenthesis
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getLeftParenthesisKeyword_2_1_0()); }
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getLeftParenthesisKeyword_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_2_1__1
+rule__ThreadGroupSubcomponent__Group_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupSubcomponent__Group_2_1__1__Impl
- rule__ThreadGroupSubcomponent__Group_2_1__2
+ rule__ThreadGroupSubcomponent__Group_3_1__1__Impl
+ rule__ThreadGroupSubcomponent__Group_3_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_2_1__1__Impl
+rule__ThreadGroupSubcomponent__Group_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
- (rule__ThreadGroupSubcomponent__OwnedPrototypeBindingAssignment_2_1_1)
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPrototypeBindingAssignment_3_1_1()); }
+ (rule__ThreadGroupSubcomponent__OwnedPrototypeBindingAssignment_3_1_1)
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPrototypeBindingAssignment_3_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_2_1__2
+rule__ThreadGroupSubcomponent__Group_3_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupSubcomponent__Group_2_1__2__Impl
- rule__ThreadGroupSubcomponent__Group_2_1__3
+ rule__ThreadGroupSubcomponent__Group_3_1__2__Impl
+ rule__ThreadGroupSubcomponent__Group_3_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_2_1__2__Impl
+rule__ThreadGroupSubcomponent__Group_3_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_2_1_2()); }
- (rule__ThreadGroupSubcomponent__Group_2_1_2__0)*
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_2_1_2()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_3_1_2()); }
+ (rule__ThreadGroupSubcomponent__Group_3_1_2__0)*
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_3_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_2_1__3
+rule__ThreadGroupSubcomponent__Group_3_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupSubcomponent__Group_2_1__3__Impl
+ rule__ThreadGroupSubcomponent__Group_3_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_2_1__3__Impl
+rule__ThreadGroupSubcomponent__Group_3_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getRightParenthesisKeyword_2_1_3()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getRightParenthesisKeyword_3_1_3()); }
RightParenthesis
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getRightParenthesisKeyword_2_1_3()); }
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getRightParenthesisKeyword_3_1_3()); }
)
;
finally {
@@ -66892,53 +68372,53 @@ finally {
}
-rule__ThreadGroupSubcomponent__Group_2_1_2__0
+rule__ThreadGroupSubcomponent__Group_3_1_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupSubcomponent__Group_2_1_2__0__Impl
- rule__ThreadGroupSubcomponent__Group_2_1_2__1
+ rule__ThreadGroupSubcomponent__Group_3_1_2__0__Impl
+ rule__ThreadGroupSubcomponent__Group_3_1_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_2_1_2__0__Impl
+rule__ThreadGroupSubcomponent__Group_3_1_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getCommaKeyword_2_1_2_0()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getCommaKeyword_3_1_2_0()); }
Comma
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getCommaKeyword_2_1_2_0()); }
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getCommaKeyword_3_1_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_2_1_2__1
+rule__ThreadGroupSubcomponent__Group_3_1_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupSubcomponent__Group_2_1_2__1__Impl
+ rule__ThreadGroupSubcomponent__Group_3_1_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_2_1_2__1__Impl
+rule__ThreadGroupSubcomponent__Group_3_1_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
- (rule__ThreadGroupSubcomponent__OwnedPrototypeBindingAssignment_2_1_2_1)
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPrototypeBindingAssignment_3_1_2_1()); }
+ (rule__ThreadGroupSubcomponent__OwnedPrototypeBindingAssignment_3_1_2_1)
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPrototypeBindingAssignment_3_1_2_1()); }
)
;
finally {
@@ -66946,33 +68426,33 @@ finally {
}
-rule__ThreadGroupSubcomponent__Group_3__0
+rule__ThreadGroupSubcomponent__Group_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupSubcomponent__Group_3__0__Impl
- rule__ThreadGroupSubcomponent__Group_3__1
+ rule__ThreadGroupSubcomponent__Group_4__0__Impl
+ rule__ThreadGroupSubcomponent__Group_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_3__0__Impl
+rule__ThreadGroupSubcomponent__Group_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
- (rule__ThreadGroupSubcomponent__ArrayDimensionAssignment_3_0)
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getArrayDimensionAssignment_4_0()); }
+ (rule__ThreadGroupSubcomponent__ArrayDimensionAssignment_4_0)
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getArrayDimensionAssignment_4_0()); }
)
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
- (rule__ThreadGroupSubcomponent__ArrayDimensionAssignment_3_0)*
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getArrayDimensionAssignment_4_0()); }
+ (rule__ThreadGroupSubcomponent__ArrayDimensionAssignment_4_0)*
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getArrayDimensionAssignment_4_0()); }
)
)
;
@@ -66980,26 +68460,26 @@ finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_3__1
+rule__ThreadGroupSubcomponent__Group_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupSubcomponent__Group_3__1__Impl
+ rule__ThreadGroupSubcomponent__Group_4__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_3__1__Impl
+rule__ThreadGroupSubcomponent__Group_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_3_1()); }
- (rule__ThreadGroupSubcomponent__Group_3_1__0)?
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_3_1()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_4_1()); }
+ (rule__ThreadGroupSubcomponent__Group_4_1__0)?
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_4_1()); }
)
;
finally {
@@ -67007,107 +68487,107 @@ finally {
}
-rule__ThreadGroupSubcomponent__Group_3_1__0
+rule__ThreadGroupSubcomponent__Group_4_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupSubcomponent__Group_3_1__0__Impl
- rule__ThreadGroupSubcomponent__Group_3_1__1
+ rule__ThreadGroupSubcomponent__Group_4_1__0__Impl
+ rule__ThreadGroupSubcomponent__Group_4_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_3_1__0__Impl
+rule__ThreadGroupSubcomponent__Group_4_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getLeftParenthesisKeyword_3_1_0()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getLeftParenthesisKeyword_4_1_0()); }
LeftParenthesis
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getLeftParenthesisKeyword_3_1_0()); }
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getLeftParenthesisKeyword_4_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_3_1__1
+rule__ThreadGroupSubcomponent__Group_4_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupSubcomponent__Group_3_1__1__Impl
- rule__ThreadGroupSubcomponent__Group_3_1__2
+ rule__ThreadGroupSubcomponent__Group_4_1__1__Impl
+ rule__ThreadGroupSubcomponent__Group_4_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_3_1__1__Impl
+rule__ThreadGroupSubcomponent__Group_4_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getImplementationReferenceAssignment_3_1_1()); }
- (rule__ThreadGroupSubcomponent__ImplementationReferenceAssignment_3_1_1)
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getImplementationReferenceAssignment_3_1_1()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getImplementationReferenceAssignment_4_1_1()); }
+ (rule__ThreadGroupSubcomponent__ImplementationReferenceAssignment_4_1_1)
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getImplementationReferenceAssignment_4_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_3_1__2
+rule__ThreadGroupSubcomponent__Group_4_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupSubcomponent__Group_3_1__2__Impl
- rule__ThreadGroupSubcomponent__Group_3_1__3
+ rule__ThreadGroupSubcomponent__Group_4_1__2__Impl
+ rule__ThreadGroupSubcomponent__Group_4_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_3_1__2__Impl
+rule__ThreadGroupSubcomponent__Group_4_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_3_1_2()); }
- (rule__ThreadGroupSubcomponent__Group_3_1_2__0)*
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_3_1_2()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_4_1_2()); }
+ (rule__ThreadGroupSubcomponent__Group_4_1_2__0)*
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_4_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_3_1__3
+rule__ThreadGroupSubcomponent__Group_4_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupSubcomponent__Group_3_1__3__Impl
+ rule__ThreadGroupSubcomponent__Group_4_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_3_1__3__Impl
+rule__ThreadGroupSubcomponent__Group_4_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getRightParenthesisKeyword_3_1_3()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getRightParenthesisKeyword_4_1_3()); }
RightParenthesis
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getRightParenthesisKeyword_3_1_3()); }
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getRightParenthesisKeyword_4_1_3()); }
)
;
finally {
@@ -67115,53 +68595,53 @@ finally {
}
-rule__ThreadGroupSubcomponent__Group_3_1_2__0
+rule__ThreadGroupSubcomponent__Group_4_1_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupSubcomponent__Group_3_1_2__0__Impl
- rule__ThreadGroupSubcomponent__Group_3_1_2__1
+ rule__ThreadGroupSubcomponent__Group_4_1_2__0__Impl
+ rule__ThreadGroupSubcomponent__Group_4_1_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_3_1_2__0__Impl
+rule__ThreadGroupSubcomponent__Group_4_1_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getCommaKeyword_3_1_2_0()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getCommaKeyword_4_1_2_0()); }
Comma
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getCommaKeyword_3_1_2_0()); }
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getCommaKeyword_4_1_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_3_1_2__1
+rule__ThreadGroupSubcomponent__Group_4_1_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupSubcomponent__Group_3_1_2__1__Impl
+ rule__ThreadGroupSubcomponent__Group_4_1_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_3_1_2__1__Impl
+rule__ThreadGroupSubcomponent__Group_4_1_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1()); }
- (rule__ThreadGroupSubcomponent__ImplementationReferenceAssignment_3_1_2_1)
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getImplementationReferenceAssignment_4_1_2_1()); }
+ (rule__ThreadGroupSubcomponent__ImplementationReferenceAssignment_4_1_2_1)
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getImplementationReferenceAssignment_4_1_2_1()); }
)
;
finally {
@@ -67169,60 +68649,60 @@ finally {
}
-rule__ThreadGroupSubcomponent__Group_4__0
+rule__ThreadGroupSubcomponent__Group_5__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupSubcomponent__Group_4__0__Impl
- rule__ThreadGroupSubcomponent__Group_4__1
+ rule__ThreadGroupSubcomponent__Group_5__0__Impl
+ rule__ThreadGroupSubcomponent__Group_5__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_4__0__Impl
+rule__ThreadGroupSubcomponent__Group_5__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getLeftCurlyBracketKeyword_4_0()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getLeftCurlyBracketKeyword_5_0()); }
LeftCurlyBracket
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getLeftCurlyBracketKeyword_4_0()); }
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getLeftCurlyBracketKeyword_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_4__1
+rule__ThreadGroupSubcomponent__Group_5__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupSubcomponent__Group_4__1__Impl
- rule__ThreadGroupSubcomponent__Group_4__2
+ rule__ThreadGroupSubcomponent__Group_5__1__Impl
+ rule__ThreadGroupSubcomponent__Group_5__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_4__1__Impl
+rule__ThreadGroupSubcomponent__Group_5__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__ThreadGroupSubcomponent__OwnedPropertyAssociationAssignment_4_1)
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ (rule__ThreadGroupSubcomponent__OwnedPropertyAssociationAssignment_5_1)
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPropertyAssociationAssignment_5_1()); }
)
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__ThreadGroupSubcomponent__OwnedPropertyAssociationAssignment_4_1)*
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ (rule__ThreadGroupSubcomponent__OwnedPropertyAssociationAssignment_5_1)*
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPropertyAssociationAssignment_5_1()); }
)
)
;
@@ -67230,26 +68710,26 @@ finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_4__2
+rule__ThreadGroupSubcomponent__Group_5__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupSubcomponent__Group_4__2__Impl
+ rule__ThreadGroupSubcomponent__Group_5__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_4__2__Impl
+rule__ThreadGroupSubcomponent__Group_5__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getRightCurlyBracketKeyword_4_2()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getRightCurlyBracketKeyword_5_2()); }
RightCurlyBracket
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getRightCurlyBracketKeyword_4_2()); }
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getRightCurlyBracketKeyword_5_2()); }
)
;
finally {
@@ -67257,107 +68737,134 @@ finally {
}
-rule__ThreadGroupSubcomponent__Group_5__0
+rule__ThreadGroupSubcomponent__Group_6__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupSubcomponent__Group_5__0__Impl
- rule__ThreadGroupSubcomponent__Group_5__1
+ rule__ThreadGroupSubcomponent__Group_6__0__Impl
+ rule__ThreadGroupSubcomponent__Group_6__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_5__0__Impl
+rule__ThreadGroupSubcomponent__Group_6__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getInModesKeywordsParserRuleCall_5_0()); }
- ruleInModesKeywords
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getInModesKeywordsParserRuleCall_5_0()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getInKeyword_6_0()); }
+ In
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getInKeyword_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_5__1
+rule__ThreadGroupSubcomponent__Group_6__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupSubcomponent__Group_5__1__Impl
- rule__ThreadGroupSubcomponent__Group_5__2
+ rule__ThreadGroupSubcomponent__Group_6__1__Impl
+ rule__ThreadGroupSubcomponent__Group_6__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_5__1__Impl
+rule__ThreadGroupSubcomponent__Group_6__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getModesKeyword_6_1()); }
+ Modes
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getModesKeyword_6_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadGroupSubcomponent__Group_6__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ThreadGroupSubcomponent__Group_6__2__Impl
+ rule__ThreadGroupSubcomponent__Group_6__3
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadGroupSubcomponent__Group_6__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getLeftParenthesisKeyword_5_1()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getLeftParenthesisKeyword_6_2()); }
LeftParenthesis
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getLeftParenthesisKeyword_5_1()); }
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getLeftParenthesisKeyword_6_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_5__2
+rule__ThreadGroupSubcomponent__Group_6__3
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupSubcomponent__Group_5__2__Impl
- rule__ThreadGroupSubcomponent__Group_5__3
+ rule__ThreadGroupSubcomponent__Group_6__3__Impl
+ rule__ThreadGroupSubcomponent__Group_6__4
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_5__2__Impl
+rule__ThreadGroupSubcomponent__Group_6__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_5_2()); }
- (rule__ThreadGroupSubcomponent__Group_5_2__0)
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_5_2()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_6_3()); }
+ (rule__ThreadGroupSubcomponent__Group_6_3__0)
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_6_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_5__3
+rule__ThreadGroupSubcomponent__Group_6__4
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupSubcomponent__Group_5__3__Impl
+ rule__ThreadGroupSubcomponent__Group_6__4__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_5__3__Impl
+rule__ThreadGroupSubcomponent__Group_6__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getRightParenthesisKeyword_5_3()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getRightParenthesisKeyword_6_4()); }
RightParenthesis
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getRightParenthesisKeyword_5_3()); }
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getRightParenthesisKeyword_6_4()); }
)
;
finally {
@@ -67365,53 +68872,53 @@ finally {
}
-rule__ThreadGroupSubcomponent__Group_5_2__0
+rule__ThreadGroupSubcomponent__Group_6_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupSubcomponent__Group_5_2__0__Impl
- rule__ThreadGroupSubcomponent__Group_5_2__1
+ rule__ThreadGroupSubcomponent__Group_6_3__0__Impl
+ rule__ThreadGroupSubcomponent__Group_6_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_5_2__0__Impl
+rule__ThreadGroupSubcomponent__Group_6_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0()); }
- (rule__ThreadGroupSubcomponent__OwnedModeBindingAssignment_5_2_0)
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedModeBindingAssignment_6_3_0()); }
+ (rule__ThreadGroupSubcomponent__OwnedModeBindingAssignment_6_3_0)
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedModeBindingAssignment_6_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_5_2__1
+rule__ThreadGroupSubcomponent__Group_6_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupSubcomponent__Group_5_2__1__Impl
+ rule__ThreadGroupSubcomponent__Group_6_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_5_2__1__Impl
+rule__ThreadGroupSubcomponent__Group_6_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_5_2_1()); }
- (rule__ThreadGroupSubcomponent__Group_5_2_1__0)*
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_5_2_1()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_6_3_1()); }
+ (rule__ThreadGroupSubcomponent__Group_6_3_1__0)*
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_6_3_1()); }
)
;
finally {
@@ -67419,53 +68926,53 @@ finally {
}
-rule__ThreadGroupSubcomponent__Group_5_2_1__0
+rule__ThreadGroupSubcomponent__Group_6_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupSubcomponent__Group_5_2_1__0__Impl
- rule__ThreadGroupSubcomponent__Group_5_2_1__1
+ rule__ThreadGroupSubcomponent__Group_6_3_1__0__Impl
+ rule__ThreadGroupSubcomponent__Group_6_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_5_2_1__0__Impl
+rule__ThreadGroupSubcomponent__Group_6_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getCommaKeyword_5_2_1_0()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getCommaKeyword_6_3_1_0()); }
Comma
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getCommaKeyword_5_2_1_0()); }
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getCommaKeyword_6_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_5_2_1__1
+rule__ThreadGroupSubcomponent__Group_6_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupSubcomponent__Group_5_2_1__1__Impl
+ rule__ThreadGroupSubcomponent__Group_6_3_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__Group_5_2_1__1__Impl
+rule__ThreadGroupSubcomponent__Group_6_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1()); }
- (rule__ThreadGroupSubcomponent__OwnedModeBindingAssignment_5_2_1_1)
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedModeBindingAssignment_6_3_1_1()); }
+ (rule__ThreadGroupSubcomponent__OwnedModeBindingAssignment_6_3_1_1)
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedModeBindingAssignment_6_3_1_1()); }
)
;
finally {
@@ -67776,6 +69283,7 @@ rule__ThreadSubcomponent__Group_0_1__2
}
:
rule__ThreadSubcomponent__Group_0_1__2__Impl
+ rule__ThreadSubcomponent__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
@@ -67787,9 +69295,35 @@ rule__ThreadSubcomponent__Group_0_1__2__Impl
}
:
(
- { before(grammarAccess.getThreadSubcomponentAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getThreadSubcomponentAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getThreadSubcomponentAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getThreadSubcomponentAccess().getRefinedKeyword_0_1_2()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadSubcomponent__Group_0_1__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ThreadSubcomponent__Group_0_1__3__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadSubcomponent__Group_0_1__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getThreadSubcomponentAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getThreadSubcomponentAccess().getToKeyword_0_1_3()); }
)
;
finally {
@@ -68342,9 +69876,9 @@ rule__ThreadSubcomponent__Group_5__0__Impl
}
:
(
- { before(grammarAccess.getThreadSubcomponentAccess().getInModesKeywordsParserRuleCall_5_0()); }
- ruleInModesKeywords
- { after(grammarAccess.getThreadSubcomponentAccess().getInModesKeywordsParserRuleCall_5_0()); }
+ { before(grammarAccess.getThreadSubcomponentAccess().getInKeyword_5_0()); }
+ In
+ { after(grammarAccess.getThreadSubcomponentAccess().getInKeyword_5_0()); }
)
;
finally {
@@ -68369,9 +69903,9 @@ rule__ThreadSubcomponent__Group_5__1__Impl
}
:
(
- { before(grammarAccess.getThreadSubcomponentAccess().getLeftParenthesisKeyword_5_1()); }
- LeftParenthesis
- { after(grammarAccess.getThreadSubcomponentAccess().getLeftParenthesisKeyword_5_1()); }
+ { before(grammarAccess.getThreadSubcomponentAccess().getModesKeyword_5_1()); }
+ Modes
+ { after(grammarAccess.getThreadSubcomponentAccess().getModesKeyword_5_1()); }
)
;
finally {
@@ -68396,9 +69930,9 @@ rule__ThreadSubcomponent__Group_5__2__Impl
}
:
(
- { before(grammarAccess.getThreadSubcomponentAccess().getGroup_5_2()); }
- (rule__ThreadSubcomponent__Group_5_2__0)
- { after(grammarAccess.getThreadSubcomponentAccess().getGroup_5_2()); }
+ { before(grammarAccess.getThreadSubcomponentAccess().getLeftParenthesisKeyword_5_2()); }
+ LeftParenthesis
+ { after(grammarAccess.getThreadSubcomponentAccess().getLeftParenthesisKeyword_5_2()); }
)
;
finally {
@@ -68411,6 +69945,7 @@ rule__ThreadSubcomponent__Group_5__3
}
:
rule__ThreadSubcomponent__Group_5__3__Impl
+ rule__ThreadSubcomponent__Group_5__4
;
finally {
restoreStackSize(stackSize);
@@ -68422,9 +69957,35 @@ rule__ThreadSubcomponent__Group_5__3__Impl
}
:
(
- { before(grammarAccess.getThreadSubcomponentAccess().getRightParenthesisKeyword_5_3()); }
+ { before(grammarAccess.getThreadSubcomponentAccess().getGroup_5_3()); }
+ (rule__ThreadSubcomponent__Group_5_3__0)
+ { after(grammarAccess.getThreadSubcomponentAccess().getGroup_5_3()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadSubcomponent__Group_5__4
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ThreadSubcomponent__Group_5__4__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ThreadSubcomponent__Group_5__4__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getThreadSubcomponentAccess().getRightParenthesisKeyword_5_4()); }
RightParenthesis
- { after(grammarAccess.getThreadSubcomponentAccess().getRightParenthesisKeyword_5_3()); }
+ { after(grammarAccess.getThreadSubcomponentAccess().getRightParenthesisKeyword_5_4()); }
)
;
finally {
@@ -68432,53 +69993,53 @@ finally {
}
-rule__ThreadSubcomponent__Group_5_2__0
+rule__ThreadSubcomponent__Group_5_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadSubcomponent__Group_5_2__0__Impl
- rule__ThreadSubcomponent__Group_5_2__1
+ rule__ThreadSubcomponent__Group_5_3__0__Impl
+ rule__ThreadSubcomponent__Group_5_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadSubcomponent__Group_5_2__0__Impl
+rule__ThreadSubcomponent__Group_5_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0()); }
- (rule__ThreadSubcomponent__OwnedModeBindingAssignment_5_2_0)
- { after(grammarAccess.getThreadSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0()); }
+ { before(grammarAccess.getThreadSubcomponentAccess().getOwnedModeBindingAssignment_5_3_0()); }
+ (rule__ThreadSubcomponent__OwnedModeBindingAssignment_5_3_0)
+ { after(grammarAccess.getThreadSubcomponentAccess().getOwnedModeBindingAssignment_5_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadSubcomponent__Group_5_2__1
+rule__ThreadSubcomponent__Group_5_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadSubcomponent__Group_5_2__1__Impl
+ rule__ThreadSubcomponent__Group_5_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadSubcomponent__Group_5_2__1__Impl
+rule__ThreadSubcomponent__Group_5_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadSubcomponentAccess().getGroup_5_2_1()); }
- (rule__ThreadSubcomponent__Group_5_2_1__0)*
- { after(grammarAccess.getThreadSubcomponentAccess().getGroup_5_2_1()); }
+ { before(grammarAccess.getThreadSubcomponentAccess().getGroup_5_3_1()); }
+ (rule__ThreadSubcomponent__Group_5_3_1__0)*
+ { after(grammarAccess.getThreadSubcomponentAccess().getGroup_5_3_1()); }
)
;
finally {
@@ -68486,53 +70047,53 @@ finally {
}
-rule__ThreadSubcomponent__Group_5_2_1__0
+rule__ThreadSubcomponent__Group_5_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadSubcomponent__Group_5_2_1__0__Impl
- rule__ThreadSubcomponent__Group_5_2_1__1
+ rule__ThreadSubcomponent__Group_5_3_1__0__Impl
+ rule__ThreadSubcomponent__Group_5_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadSubcomponent__Group_5_2_1__0__Impl
+rule__ThreadSubcomponent__Group_5_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadSubcomponentAccess().getCommaKeyword_5_2_1_0()); }
+ { before(grammarAccess.getThreadSubcomponentAccess().getCommaKeyword_5_3_1_0()); }
Comma
- { after(grammarAccess.getThreadSubcomponentAccess().getCommaKeyword_5_2_1_0()); }
+ { after(grammarAccess.getThreadSubcomponentAccess().getCommaKeyword_5_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadSubcomponent__Group_5_2_1__1
+rule__ThreadSubcomponent__Group_5_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadSubcomponent__Group_5_2_1__1__Impl
+ rule__ThreadSubcomponent__Group_5_3_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadSubcomponent__Group_5_2_1__1__Impl
+rule__ThreadSubcomponent__Group_5_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1()); }
- (rule__ThreadSubcomponent__OwnedModeBindingAssignment_5_2_1_1)
- { after(grammarAccess.getThreadSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1()); }
+ { before(grammarAccess.getThreadSubcomponentAccess().getOwnedModeBindingAssignment_5_3_1_1()); }
+ (rule__ThreadSubcomponent__OwnedModeBindingAssignment_5_3_1_1)
+ { after(grammarAccess.getThreadSubcomponentAccess().getOwnedModeBindingAssignment_5_3_1_1()); }
)
;
finally {
@@ -68843,6 +70404,7 @@ rule__SubprogramSubcomponent__Group_0_1__2
}
:
rule__SubprogramSubcomponent__Group_0_1__2__Impl
+ rule__SubprogramSubcomponent__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
@@ -68854,9 +70416,35 @@ rule__SubprogramSubcomponent__Group_0_1__2__Impl
}
:
(
- { before(grammarAccess.getSubprogramSubcomponentAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getSubprogramSubcomponentAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getSubprogramSubcomponentAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getSubprogramSubcomponentAccess().getRefinedKeyword_0_1_2()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramSubcomponent__Group_0_1__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SubprogramSubcomponent__Group_0_1__3__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramSubcomponent__Group_0_1__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getSubprogramSubcomponentAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getSubprogramSubcomponentAccess().getToKeyword_0_1_3()); }
)
;
finally {
@@ -69409,9 +70997,9 @@ rule__SubprogramSubcomponent__Group_5__0__Impl
}
:
(
- { before(grammarAccess.getSubprogramSubcomponentAccess().getInModesKeywordsParserRuleCall_5_0()); }
- ruleInModesKeywords
- { after(grammarAccess.getSubprogramSubcomponentAccess().getInModesKeywordsParserRuleCall_5_0()); }
+ { before(grammarAccess.getSubprogramSubcomponentAccess().getInKeyword_5_0()); }
+ In
+ { after(grammarAccess.getSubprogramSubcomponentAccess().getInKeyword_5_0()); }
)
;
finally {
@@ -69436,9 +71024,9 @@ rule__SubprogramSubcomponent__Group_5__1__Impl
}
:
(
- { before(grammarAccess.getSubprogramSubcomponentAccess().getLeftParenthesisKeyword_5_1()); }
- LeftParenthesis
- { after(grammarAccess.getSubprogramSubcomponentAccess().getLeftParenthesisKeyword_5_1()); }
+ { before(grammarAccess.getSubprogramSubcomponentAccess().getModesKeyword_5_1()); }
+ Modes
+ { after(grammarAccess.getSubprogramSubcomponentAccess().getModesKeyword_5_1()); }
)
;
finally {
@@ -69463,9 +71051,9 @@ rule__SubprogramSubcomponent__Group_5__2__Impl
}
:
(
- { before(grammarAccess.getSubprogramSubcomponentAccess().getGroup_5_2()); }
- (rule__SubprogramSubcomponent__Group_5_2__0)
- { after(grammarAccess.getSubprogramSubcomponentAccess().getGroup_5_2()); }
+ { before(grammarAccess.getSubprogramSubcomponentAccess().getLeftParenthesisKeyword_5_2()); }
+ LeftParenthesis
+ { after(grammarAccess.getSubprogramSubcomponentAccess().getLeftParenthesisKeyword_5_2()); }
)
;
finally {
@@ -69478,6 +71066,7 @@ rule__SubprogramSubcomponent__Group_5__3
}
:
rule__SubprogramSubcomponent__Group_5__3__Impl
+ rule__SubprogramSubcomponent__Group_5__4
;
finally {
restoreStackSize(stackSize);
@@ -69489,9 +71078,35 @@ rule__SubprogramSubcomponent__Group_5__3__Impl
}
:
(
- { before(grammarAccess.getSubprogramSubcomponentAccess().getRightParenthesisKeyword_5_3()); }
+ { before(grammarAccess.getSubprogramSubcomponentAccess().getGroup_5_3()); }
+ (rule__SubprogramSubcomponent__Group_5_3__0)
+ { after(grammarAccess.getSubprogramSubcomponentAccess().getGroup_5_3()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramSubcomponent__Group_5__4
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SubprogramSubcomponent__Group_5__4__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramSubcomponent__Group_5__4__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getSubprogramSubcomponentAccess().getRightParenthesisKeyword_5_4()); }
RightParenthesis
- { after(grammarAccess.getSubprogramSubcomponentAccess().getRightParenthesisKeyword_5_3()); }
+ { after(grammarAccess.getSubprogramSubcomponentAccess().getRightParenthesisKeyword_5_4()); }
)
;
finally {
@@ -69499,53 +71114,53 @@ finally {
}
-rule__SubprogramSubcomponent__Group_5_2__0
+rule__SubprogramSubcomponent__Group_5_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramSubcomponent__Group_5_2__0__Impl
- rule__SubprogramSubcomponent__Group_5_2__1
+ rule__SubprogramSubcomponent__Group_5_3__0__Impl
+ rule__SubprogramSubcomponent__Group_5_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramSubcomponent__Group_5_2__0__Impl
+rule__SubprogramSubcomponent__Group_5_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0()); }
- (rule__SubprogramSubcomponent__OwnedModeBindingAssignment_5_2_0)
- { after(grammarAccess.getSubprogramSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0()); }
+ { before(grammarAccess.getSubprogramSubcomponentAccess().getOwnedModeBindingAssignment_5_3_0()); }
+ (rule__SubprogramSubcomponent__OwnedModeBindingAssignment_5_3_0)
+ { after(grammarAccess.getSubprogramSubcomponentAccess().getOwnedModeBindingAssignment_5_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramSubcomponent__Group_5_2__1
+rule__SubprogramSubcomponent__Group_5_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramSubcomponent__Group_5_2__1__Impl
+ rule__SubprogramSubcomponent__Group_5_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramSubcomponent__Group_5_2__1__Impl
+rule__SubprogramSubcomponent__Group_5_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramSubcomponentAccess().getGroup_5_2_1()); }
- (rule__SubprogramSubcomponent__Group_5_2_1__0)*
- { after(grammarAccess.getSubprogramSubcomponentAccess().getGroup_5_2_1()); }
+ { before(grammarAccess.getSubprogramSubcomponentAccess().getGroup_5_3_1()); }
+ (rule__SubprogramSubcomponent__Group_5_3_1__0)*
+ { after(grammarAccess.getSubprogramSubcomponentAccess().getGroup_5_3_1()); }
)
;
finally {
@@ -69553,53 +71168,53 @@ finally {
}
-rule__SubprogramSubcomponent__Group_5_2_1__0
+rule__SubprogramSubcomponent__Group_5_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramSubcomponent__Group_5_2_1__0__Impl
- rule__SubprogramSubcomponent__Group_5_2_1__1
+ rule__SubprogramSubcomponent__Group_5_3_1__0__Impl
+ rule__SubprogramSubcomponent__Group_5_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramSubcomponent__Group_5_2_1__0__Impl
+rule__SubprogramSubcomponent__Group_5_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramSubcomponentAccess().getCommaKeyword_5_2_1_0()); }
+ { before(grammarAccess.getSubprogramSubcomponentAccess().getCommaKeyword_5_3_1_0()); }
Comma
- { after(grammarAccess.getSubprogramSubcomponentAccess().getCommaKeyword_5_2_1_0()); }
+ { after(grammarAccess.getSubprogramSubcomponentAccess().getCommaKeyword_5_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramSubcomponent__Group_5_2_1__1
+rule__SubprogramSubcomponent__Group_5_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramSubcomponent__Group_5_2_1__1__Impl
+ rule__SubprogramSubcomponent__Group_5_3_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramSubcomponent__Group_5_2_1__1__Impl
+rule__SubprogramSubcomponent__Group_5_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1()); }
- (rule__SubprogramSubcomponent__OwnedModeBindingAssignment_5_2_1_1)
- { after(grammarAccess.getSubprogramSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1()); }
+ { before(grammarAccess.getSubprogramSubcomponentAccess().getOwnedModeBindingAssignment_5_3_1_1()); }
+ (rule__SubprogramSubcomponent__OwnedModeBindingAssignment_5_3_1_1)
+ { after(grammarAccess.getSubprogramSubcomponentAccess().getOwnedModeBindingAssignment_5_3_1_1()); }
)
;
finally {
@@ -69652,9 +71267,9 @@ rule__SubprogramGroupSubcomponent__Group__1__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getSubprogramGroupKeywordsParserRuleCall_1()); }
- ruleSubprogramGroupKeywords
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getSubprogramGroupKeywordsParserRuleCall_1()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getSubprogramKeyword_1()); }
+ Subprogram
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getSubprogramKeyword_1()); }
)
;
finally {
@@ -69679,9 +71294,9 @@ rule__SubprogramGroupSubcomponent__Group__2__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_2()); }
- (rule__SubprogramGroupSubcomponent__Group_2__0)?
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_2()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroupKeyword_2()); }
+ Group
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroupKeyword_2()); }
)
;
finally {
@@ -69775,6 +71390,7 @@ rule__SubprogramGroupSubcomponent__Group__6
}
:
rule__SubprogramGroupSubcomponent__Group__6__Impl
+ rule__SubprogramGroupSubcomponent__Group__7
;
finally {
restoreStackSize(stackSize);
@@ -69786,9 +71402,35 @@ rule__SubprogramGroupSubcomponent__Group__6__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getSemicolonKeyword_6()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_6()); }
+ (rule__SubprogramGroupSubcomponent__Group_6__0)?
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_6()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramGroupSubcomponent__Group__7
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SubprogramGroupSubcomponent__Group__7__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramGroupSubcomponent__Group__7__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getSemicolonKeyword_7()); }
Semicolon
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getSemicolonKeyword_6()); }
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getSemicolonKeyword_7()); }
)
;
finally {
@@ -69910,6 +71552,7 @@ rule__SubprogramGroupSubcomponent__Group_0_1__2
}
:
rule__SubprogramGroupSubcomponent__Group_0_1__2__Impl
+ rule__SubprogramGroupSubcomponent__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
@@ -69921,9 +71564,35 @@ rule__SubprogramGroupSubcomponent__Group_0_1__2__Impl
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getRefinedKeyword_0_1_2()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramGroupSubcomponent__Group_0_1__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SubprogramGroupSubcomponent__Group_0_1__3__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramGroupSubcomponent__Group_0_1__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getToKeyword_0_1_3()); }
)
;
finally {
@@ -69931,53 +71600,53 @@ finally {
}
-rule__SubprogramGroupSubcomponent__Group_2__0
+rule__SubprogramGroupSubcomponent__Group_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupSubcomponent__Group_2__0__Impl
- rule__SubprogramGroupSubcomponent__Group_2__1
+ rule__SubprogramGroupSubcomponent__Group_3__0__Impl
+ rule__SubprogramGroupSubcomponent__Group_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_2__0__Impl
+rule__SubprogramGroupSubcomponent__Group_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getSubprogramGroupSubcomponentTypeAssignment_2_0()); }
- (rule__SubprogramGroupSubcomponent__SubprogramGroupSubcomponentTypeAssignment_2_0)
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getSubprogramGroupSubcomponentTypeAssignment_2_0()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getSubprogramGroupSubcomponentTypeAssignment_3_0()); }
+ (rule__SubprogramGroupSubcomponent__SubprogramGroupSubcomponentTypeAssignment_3_0)
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getSubprogramGroupSubcomponentTypeAssignment_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_2__1
+rule__SubprogramGroupSubcomponent__Group_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupSubcomponent__Group_2__1__Impl
+ rule__SubprogramGroupSubcomponent__Group_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_2__1__Impl
+rule__SubprogramGroupSubcomponent__Group_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_2_1()); }
- (rule__SubprogramGroupSubcomponent__Group_2_1__0)?
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_2_1()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_3_1()); }
+ (rule__SubprogramGroupSubcomponent__Group_3_1__0)?
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_3_1()); }
)
;
finally {
@@ -69985,107 +71654,107 @@ finally {
}
-rule__SubprogramGroupSubcomponent__Group_2_1__0
+rule__SubprogramGroupSubcomponent__Group_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupSubcomponent__Group_2_1__0__Impl
- rule__SubprogramGroupSubcomponent__Group_2_1__1
+ rule__SubprogramGroupSubcomponent__Group_3_1__0__Impl
+ rule__SubprogramGroupSubcomponent__Group_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_2_1__0__Impl
+rule__SubprogramGroupSubcomponent__Group_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getLeftParenthesisKeyword_2_1_0()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getLeftParenthesisKeyword_3_1_0()); }
LeftParenthesis
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getLeftParenthesisKeyword_2_1_0()); }
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getLeftParenthesisKeyword_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_2_1__1
+rule__SubprogramGroupSubcomponent__Group_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupSubcomponent__Group_2_1__1__Impl
- rule__SubprogramGroupSubcomponent__Group_2_1__2
+ rule__SubprogramGroupSubcomponent__Group_3_1__1__Impl
+ rule__SubprogramGroupSubcomponent__Group_3_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_2_1__1__Impl
+rule__SubprogramGroupSubcomponent__Group_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
- (rule__SubprogramGroupSubcomponent__OwnedPrototypeBindingAssignment_2_1_1)
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPrototypeBindingAssignment_3_1_1()); }
+ (rule__SubprogramGroupSubcomponent__OwnedPrototypeBindingAssignment_3_1_1)
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPrototypeBindingAssignment_3_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_2_1__2
+rule__SubprogramGroupSubcomponent__Group_3_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupSubcomponent__Group_2_1__2__Impl
- rule__SubprogramGroupSubcomponent__Group_2_1__3
+ rule__SubprogramGroupSubcomponent__Group_3_1__2__Impl
+ rule__SubprogramGroupSubcomponent__Group_3_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_2_1__2__Impl
+rule__SubprogramGroupSubcomponent__Group_3_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_2_1_2()); }
- (rule__SubprogramGroupSubcomponent__Group_2_1_2__0)*
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_2_1_2()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_3_1_2()); }
+ (rule__SubprogramGroupSubcomponent__Group_3_1_2__0)*
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_3_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_2_1__3
+rule__SubprogramGroupSubcomponent__Group_3_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupSubcomponent__Group_2_1__3__Impl
+ rule__SubprogramGroupSubcomponent__Group_3_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_2_1__3__Impl
+rule__SubprogramGroupSubcomponent__Group_3_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getRightParenthesisKeyword_2_1_3()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getRightParenthesisKeyword_3_1_3()); }
RightParenthesis
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getRightParenthesisKeyword_2_1_3()); }
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getRightParenthesisKeyword_3_1_3()); }
)
;
finally {
@@ -70093,53 +71762,53 @@ finally {
}
-rule__SubprogramGroupSubcomponent__Group_2_1_2__0
+rule__SubprogramGroupSubcomponent__Group_3_1_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupSubcomponent__Group_2_1_2__0__Impl
- rule__SubprogramGroupSubcomponent__Group_2_1_2__1
+ rule__SubprogramGroupSubcomponent__Group_3_1_2__0__Impl
+ rule__SubprogramGroupSubcomponent__Group_3_1_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_2_1_2__0__Impl
+rule__SubprogramGroupSubcomponent__Group_3_1_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getCommaKeyword_2_1_2_0()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getCommaKeyword_3_1_2_0()); }
Comma
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getCommaKeyword_2_1_2_0()); }
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getCommaKeyword_3_1_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_2_1_2__1
+rule__SubprogramGroupSubcomponent__Group_3_1_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupSubcomponent__Group_2_1_2__1__Impl
+ rule__SubprogramGroupSubcomponent__Group_3_1_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_2_1_2__1__Impl
+rule__SubprogramGroupSubcomponent__Group_3_1_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
- (rule__SubprogramGroupSubcomponent__OwnedPrototypeBindingAssignment_2_1_2_1)
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPrototypeBindingAssignment_3_1_2_1()); }
+ (rule__SubprogramGroupSubcomponent__OwnedPrototypeBindingAssignment_3_1_2_1)
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPrototypeBindingAssignment_3_1_2_1()); }
)
;
finally {
@@ -70147,33 +71816,33 @@ finally {
}
-rule__SubprogramGroupSubcomponent__Group_3__0
+rule__SubprogramGroupSubcomponent__Group_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupSubcomponent__Group_3__0__Impl
- rule__SubprogramGroupSubcomponent__Group_3__1
+ rule__SubprogramGroupSubcomponent__Group_4__0__Impl
+ rule__SubprogramGroupSubcomponent__Group_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_3__0__Impl
+rule__SubprogramGroupSubcomponent__Group_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
- (rule__SubprogramGroupSubcomponent__ArrayDimensionAssignment_3_0)
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getArrayDimensionAssignment_4_0()); }
+ (rule__SubprogramGroupSubcomponent__ArrayDimensionAssignment_4_0)
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getArrayDimensionAssignment_4_0()); }
)
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
- (rule__SubprogramGroupSubcomponent__ArrayDimensionAssignment_3_0)*
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getArrayDimensionAssignment_4_0()); }
+ (rule__SubprogramGroupSubcomponent__ArrayDimensionAssignment_4_0)*
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getArrayDimensionAssignment_4_0()); }
)
)
;
@@ -70181,26 +71850,26 @@ finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_3__1
+rule__SubprogramGroupSubcomponent__Group_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupSubcomponent__Group_3__1__Impl
+ rule__SubprogramGroupSubcomponent__Group_4__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_3__1__Impl
+rule__SubprogramGroupSubcomponent__Group_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_3_1()); }
- (rule__SubprogramGroupSubcomponent__Group_3_1__0)?
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_3_1()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_4_1()); }
+ (rule__SubprogramGroupSubcomponent__Group_4_1__0)?
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_4_1()); }
)
;
finally {
@@ -70208,107 +71877,107 @@ finally {
}
-rule__SubprogramGroupSubcomponent__Group_3_1__0
+rule__SubprogramGroupSubcomponent__Group_4_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupSubcomponent__Group_3_1__0__Impl
- rule__SubprogramGroupSubcomponent__Group_3_1__1
+ rule__SubprogramGroupSubcomponent__Group_4_1__0__Impl
+ rule__SubprogramGroupSubcomponent__Group_4_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_3_1__0__Impl
+rule__SubprogramGroupSubcomponent__Group_4_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getLeftParenthesisKeyword_3_1_0()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getLeftParenthesisKeyword_4_1_0()); }
LeftParenthesis
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getLeftParenthesisKeyword_3_1_0()); }
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getLeftParenthesisKeyword_4_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_3_1__1
+rule__SubprogramGroupSubcomponent__Group_4_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupSubcomponent__Group_3_1__1__Impl
- rule__SubprogramGroupSubcomponent__Group_3_1__2
+ rule__SubprogramGroupSubcomponent__Group_4_1__1__Impl
+ rule__SubprogramGroupSubcomponent__Group_4_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_3_1__1__Impl
+rule__SubprogramGroupSubcomponent__Group_4_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getImplementationReferenceAssignment_3_1_1()); }
- (rule__SubprogramGroupSubcomponent__ImplementationReferenceAssignment_3_1_1)
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getImplementationReferenceAssignment_3_1_1()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getImplementationReferenceAssignment_4_1_1()); }
+ (rule__SubprogramGroupSubcomponent__ImplementationReferenceAssignment_4_1_1)
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getImplementationReferenceAssignment_4_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_3_1__2
+rule__SubprogramGroupSubcomponent__Group_4_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupSubcomponent__Group_3_1__2__Impl
- rule__SubprogramGroupSubcomponent__Group_3_1__3
+ rule__SubprogramGroupSubcomponent__Group_4_1__2__Impl
+ rule__SubprogramGroupSubcomponent__Group_4_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_3_1__2__Impl
+rule__SubprogramGroupSubcomponent__Group_4_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_3_1_2()); }
- (rule__SubprogramGroupSubcomponent__Group_3_1_2__0)*
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_3_1_2()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_4_1_2()); }
+ (rule__SubprogramGroupSubcomponent__Group_4_1_2__0)*
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_4_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_3_1__3
+rule__SubprogramGroupSubcomponent__Group_4_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupSubcomponent__Group_3_1__3__Impl
+ rule__SubprogramGroupSubcomponent__Group_4_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_3_1__3__Impl
+rule__SubprogramGroupSubcomponent__Group_4_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getRightParenthesisKeyword_3_1_3()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getRightParenthesisKeyword_4_1_3()); }
RightParenthesis
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getRightParenthesisKeyword_3_1_3()); }
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getRightParenthesisKeyword_4_1_3()); }
)
;
finally {
@@ -70316,53 +71985,53 @@ finally {
}
-rule__SubprogramGroupSubcomponent__Group_3_1_2__0
+rule__SubprogramGroupSubcomponent__Group_4_1_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupSubcomponent__Group_3_1_2__0__Impl
- rule__SubprogramGroupSubcomponent__Group_3_1_2__1
+ rule__SubprogramGroupSubcomponent__Group_4_1_2__0__Impl
+ rule__SubprogramGroupSubcomponent__Group_4_1_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_3_1_2__0__Impl
+rule__SubprogramGroupSubcomponent__Group_4_1_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getCommaKeyword_3_1_2_0()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getCommaKeyword_4_1_2_0()); }
Comma
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getCommaKeyword_3_1_2_0()); }
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getCommaKeyword_4_1_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_3_1_2__1
+rule__SubprogramGroupSubcomponent__Group_4_1_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupSubcomponent__Group_3_1_2__1__Impl
+ rule__SubprogramGroupSubcomponent__Group_4_1_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_3_1_2__1__Impl
+rule__SubprogramGroupSubcomponent__Group_4_1_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1()); }
- (rule__SubprogramGroupSubcomponent__ImplementationReferenceAssignment_3_1_2_1)
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getImplementationReferenceAssignment_4_1_2_1()); }
+ (rule__SubprogramGroupSubcomponent__ImplementationReferenceAssignment_4_1_2_1)
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getImplementationReferenceAssignment_4_1_2_1()); }
)
;
finally {
@@ -70370,60 +72039,60 @@ finally {
}
-rule__SubprogramGroupSubcomponent__Group_4__0
+rule__SubprogramGroupSubcomponent__Group_5__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupSubcomponent__Group_4__0__Impl
- rule__SubprogramGroupSubcomponent__Group_4__1
+ rule__SubprogramGroupSubcomponent__Group_5__0__Impl
+ rule__SubprogramGroupSubcomponent__Group_5__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_4__0__Impl
+rule__SubprogramGroupSubcomponent__Group_5__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getLeftCurlyBracketKeyword_4_0()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getLeftCurlyBracketKeyword_5_0()); }
LeftCurlyBracket
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getLeftCurlyBracketKeyword_4_0()); }
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getLeftCurlyBracketKeyword_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_4__1
+rule__SubprogramGroupSubcomponent__Group_5__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupSubcomponent__Group_4__1__Impl
- rule__SubprogramGroupSubcomponent__Group_4__2
+ rule__SubprogramGroupSubcomponent__Group_5__1__Impl
+ rule__SubprogramGroupSubcomponent__Group_5__2
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_4__1__Impl
+rule__SubprogramGroupSubcomponent__Group_5__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__SubprogramGroupSubcomponent__OwnedPropertyAssociationAssignment_4_1)
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ (rule__SubprogramGroupSubcomponent__OwnedPropertyAssociationAssignment_5_1)
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPropertyAssociationAssignment_5_1()); }
)
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__SubprogramGroupSubcomponent__OwnedPropertyAssociationAssignment_4_1)*
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ (rule__SubprogramGroupSubcomponent__OwnedPropertyAssociationAssignment_5_1)*
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPropertyAssociationAssignment_5_1()); }
)
)
;
@@ -70431,26 +72100,26 @@ finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_4__2
+rule__SubprogramGroupSubcomponent__Group_5__2
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupSubcomponent__Group_4__2__Impl
+ rule__SubprogramGroupSubcomponent__Group_5__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_4__2__Impl
+rule__SubprogramGroupSubcomponent__Group_5__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getRightCurlyBracketKeyword_4_2()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getRightCurlyBracketKeyword_5_2()); }
RightCurlyBracket
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getRightCurlyBracketKeyword_4_2()); }
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getRightCurlyBracketKeyword_5_2()); }
)
;
finally {
@@ -70458,107 +72127,134 @@ finally {
}
-rule__SubprogramGroupSubcomponent__Group_5__0
+rule__SubprogramGroupSubcomponent__Group_6__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupSubcomponent__Group_5__0__Impl
- rule__SubprogramGroupSubcomponent__Group_5__1
+ rule__SubprogramGroupSubcomponent__Group_6__0__Impl
+ rule__SubprogramGroupSubcomponent__Group_6__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_5__0__Impl
+rule__SubprogramGroupSubcomponent__Group_6__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getInModesKeywordsParserRuleCall_5_0()); }
- ruleInModesKeywords
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getInModesKeywordsParserRuleCall_5_0()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getInKeyword_6_0()); }
+ In
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getInKeyword_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_5__1
+rule__SubprogramGroupSubcomponent__Group_6__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupSubcomponent__Group_5__1__Impl
- rule__SubprogramGroupSubcomponent__Group_5__2
+ rule__SubprogramGroupSubcomponent__Group_6__1__Impl
+ rule__SubprogramGroupSubcomponent__Group_6__2
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_5__1__Impl
+rule__SubprogramGroupSubcomponent__Group_6__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getModesKeyword_6_1()); }
+ Modes
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getModesKeyword_6_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramGroupSubcomponent__Group_6__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__SubprogramGroupSubcomponent__Group_6__2__Impl
+ rule__SubprogramGroupSubcomponent__Group_6__3
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__SubprogramGroupSubcomponent__Group_6__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getLeftParenthesisKeyword_5_1()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getLeftParenthesisKeyword_6_2()); }
LeftParenthesis
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getLeftParenthesisKeyword_5_1()); }
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getLeftParenthesisKeyword_6_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_5__2
+rule__SubprogramGroupSubcomponent__Group_6__3
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupSubcomponent__Group_5__2__Impl
- rule__SubprogramGroupSubcomponent__Group_5__3
+ rule__SubprogramGroupSubcomponent__Group_6__3__Impl
+ rule__SubprogramGroupSubcomponent__Group_6__4
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_5__2__Impl
+rule__SubprogramGroupSubcomponent__Group_6__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_5_2()); }
- (rule__SubprogramGroupSubcomponent__Group_5_2__0)
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_5_2()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_6_3()); }
+ (rule__SubprogramGroupSubcomponent__Group_6_3__0)
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_6_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_5__3
+rule__SubprogramGroupSubcomponent__Group_6__4
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupSubcomponent__Group_5__3__Impl
+ rule__SubprogramGroupSubcomponent__Group_6__4__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_5__3__Impl
+rule__SubprogramGroupSubcomponent__Group_6__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getRightParenthesisKeyword_5_3()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getRightParenthesisKeyword_6_4()); }
RightParenthesis
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getRightParenthesisKeyword_5_3()); }
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getRightParenthesisKeyword_6_4()); }
)
;
finally {
@@ -70566,53 +72262,53 @@ finally {
}
-rule__SubprogramGroupSubcomponent__Group_5_2__0
+rule__SubprogramGroupSubcomponent__Group_6_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupSubcomponent__Group_5_2__0__Impl
- rule__SubprogramGroupSubcomponent__Group_5_2__1
+ rule__SubprogramGroupSubcomponent__Group_6_3__0__Impl
+ rule__SubprogramGroupSubcomponent__Group_6_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_5_2__0__Impl
+rule__SubprogramGroupSubcomponent__Group_6_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0()); }
- (rule__SubprogramGroupSubcomponent__OwnedModeBindingAssignment_5_2_0)
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedModeBindingAssignment_6_3_0()); }
+ (rule__SubprogramGroupSubcomponent__OwnedModeBindingAssignment_6_3_0)
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedModeBindingAssignment_6_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_5_2__1
+rule__SubprogramGroupSubcomponent__Group_6_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupSubcomponent__Group_5_2__1__Impl
+ rule__SubprogramGroupSubcomponent__Group_6_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_5_2__1__Impl
+rule__SubprogramGroupSubcomponent__Group_6_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_5_2_1()); }
- (rule__SubprogramGroupSubcomponent__Group_5_2_1__0)*
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_5_2_1()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_6_3_1()); }
+ (rule__SubprogramGroupSubcomponent__Group_6_3_1__0)*
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_6_3_1()); }
)
;
finally {
@@ -70620,53 +72316,53 @@ finally {
}
-rule__SubprogramGroupSubcomponent__Group_5_2_1__0
+rule__SubprogramGroupSubcomponent__Group_6_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupSubcomponent__Group_5_2_1__0__Impl
- rule__SubprogramGroupSubcomponent__Group_5_2_1__1
+ rule__SubprogramGroupSubcomponent__Group_6_3_1__0__Impl
+ rule__SubprogramGroupSubcomponent__Group_6_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_5_2_1__0__Impl
+rule__SubprogramGroupSubcomponent__Group_6_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getCommaKeyword_5_2_1_0()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getCommaKeyword_6_3_1_0()); }
Comma
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getCommaKeyword_5_2_1_0()); }
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getCommaKeyword_6_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_5_2_1__1
+rule__SubprogramGroupSubcomponent__Group_6_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupSubcomponent__Group_5_2_1__1__Impl
+ rule__SubprogramGroupSubcomponent__Group_6_3_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__Group_5_2_1__1__Impl
+rule__SubprogramGroupSubcomponent__Group_6_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1()); }
- (rule__SubprogramGroupSubcomponent__OwnedModeBindingAssignment_5_2_1_1)
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedModeBindingAssignment_6_3_1_1()); }
+ (rule__SubprogramGroupSubcomponent__OwnedModeBindingAssignment_6_3_1_1)
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedModeBindingAssignment_6_3_1_1()); }
)
;
finally {
@@ -70977,6 +72673,7 @@ rule__ProcessorSubcomponent__Group_0_1__2
}
:
rule__ProcessorSubcomponent__Group_0_1__2__Impl
+ rule__ProcessorSubcomponent__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
@@ -70988,9 +72685,35 @@ rule__ProcessorSubcomponent__Group_0_1__2__Impl
}
:
(
- { before(grammarAccess.getProcessorSubcomponentAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getProcessorSubcomponentAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getProcessorSubcomponentAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getProcessorSubcomponentAccess().getRefinedKeyword_0_1_2()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessorSubcomponent__Group_0_1__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ProcessorSubcomponent__Group_0_1__3__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ProcessorSubcomponent__Group_0_1__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getProcessorSubcomponentAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getProcessorSubcomponentAccess().getToKeyword_0_1_3()); }
)
;
finally {
@@ -71543,9 +73266,9 @@ rule__ProcessorSubcomponent__Group_5__0__Impl
}
:
(
- { before(grammarAccess.getProcessorSubcomponentAccess().getInModesKeywordsParserRuleCall_5_0()); }
- ruleInModesKeywords
- { after(grammarAccess.getProcessorSubcomponentAccess().getInModesKeywordsParserRuleCall_5_0()); }
+ { before(grammarAccess.getProcessorSubcomponentAccess().getInKeyword_5_0()); }
+ In
+ { after(grammarAccess.getProcessorSubcomponentAccess().getInKeyword_5_0()); }
)
;
finally {
@@ -71570,9 +73293,9 @@ rule__ProcessorSubcomponent__Group_5__1__Impl
}
:
(
- { before(grammarAccess.getProcessorSubcomponentAccess().getLeftParenthesisKeyword_5_1()); }
- LeftParenthesis
- { after(grammarAccess.getProcessorSubcomponentAccess().getLeftParenthesisKeyword_5_1()); }
+ { before(grammarAccess.getProcessorSubcomponentAccess().getModesKeyword_5_1()); }
+ Modes
+ { after(grammarAccess.getProcessorSubcomponentAccess().getModesKeyword_5_1()); }
)
;
finally {
@@ -71597,9 +73320,9 @@ rule__ProcessorSubcomponent__Group_5__2__Impl
}
:
(
- { before(grammarAccess.getProcessorSubcomponentAccess().getGroup_5_2()); }
- (rule__ProcessorSubcomponent__Group_5_2__0)
- { after(grammarAccess.getProcessorSubcomponentAccess().getGroup_5_2()); }
+ { before(grammarAccess.getProcessorSubcomponentAccess().getLeftParenthesisKeyword_5_2()); }
+ LeftParenthesis
+ { after(grammarAccess.getProcessorSubcomponentAccess().getLeftParenthesisKeyword_5_2()); }
)
;
finally {
@@ -71612,6 +73335,7 @@ rule__ProcessorSubcomponent__Group_5__3
}
:
rule__ProcessorSubcomponent__Group_5__3__Impl
+ rule__ProcessorSubcomponent__Group_5__4
;
finally {
restoreStackSize(stackSize);
@@ -71623,495 +73347,35 @@ rule__ProcessorSubcomponent__Group_5__3__Impl
}
:
(
- { before(grammarAccess.getProcessorSubcomponentAccess().getRightParenthesisKeyword_5_3()); }
- RightParenthesis
- { after(grammarAccess.getProcessorSubcomponentAccess().getRightParenthesisKeyword_5_3()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__ProcessorSubcomponent__Group_5_2__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__ProcessorSubcomponent__Group_5_2__0__Impl
- rule__ProcessorSubcomponent__Group_5_2__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ProcessorSubcomponent__Group_5_2__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getProcessorSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0()); }
- (rule__ProcessorSubcomponent__OwnedModeBindingAssignment_5_2_0)
- { after(grammarAccess.getProcessorSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ProcessorSubcomponent__Group_5_2__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__ProcessorSubcomponent__Group_5_2__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ProcessorSubcomponent__Group_5_2__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getProcessorSubcomponentAccess().getGroup_5_2_1()); }
- (rule__ProcessorSubcomponent__Group_5_2_1__0)*
- { after(grammarAccess.getProcessorSubcomponentAccess().getGroup_5_2_1()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__ProcessorSubcomponent__Group_5_2_1__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__ProcessorSubcomponent__Group_5_2_1__0__Impl
- rule__ProcessorSubcomponent__Group_5_2_1__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ProcessorSubcomponent__Group_5_2_1__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getProcessorSubcomponentAccess().getCommaKeyword_5_2_1_0()); }
- Comma
- { after(grammarAccess.getProcessorSubcomponentAccess().getCommaKeyword_5_2_1_0()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ProcessorSubcomponent__Group_5_2_1__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__ProcessorSubcomponent__Group_5_2_1__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__ProcessorSubcomponent__Group_5_2_1__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getProcessorSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1()); }
- (rule__ProcessorSubcomponent__OwnedModeBindingAssignment_5_2_1_1)
- { after(grammarAccess.getProcessorSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__VirtualProcessorSubcomponent__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__VirtualProcessorSubcomponent__Group__0__Impl
- rule__VirtualProcessorSubcomponent__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorSubcomponent__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getAlternatives_0()); }
- (rule__VirtualProcessorSubcomponent__Alternatives_0)
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getAlternatives_0()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorSubcomponent__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__VirtualProcessorSubcomponent__Group__1__Impl
- rule__VirtualProcessorSubcomponent__Group__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorSubcomponent__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getVirtualProcessorKeywordsParserRuleCall_1()); }
- ruleVirtualProcessorKeywords
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getVirtualProcessorKeywordsParserRuleCall_1()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorSubcomponent__Group__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__VirtualProcessorSubcomponent__Group__2__Impl
- rule__VirtualProcessorSubcomponent__Group__3
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorSubcomponent__Group__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_2()); }
- (rule__VirtualProcessorSubcomponent__Group_2__0)?
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_2()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorSubcomponent__Group__3
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__VirtualProcessorSubcomponent__Group__3__Impl
- rule__VirtualProcessorSubcomponent__Group__4
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorSubcomponent__Group__3__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_3()); }
- (rule__VirtualProcessorSubcomponent__Group_3__0)?
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_3()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorSubcomponent__Group__4
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__VirtualProcessorSubcomponent__Group__4__Impl
- rule__VirtualProcessorSubcomponent__Group__5
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorSubcomponent__Group__4__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_4()); }
- (rule__VirtualProcessorSubcomponent__Group_4__0)?
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_4()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorSubcomponent__Group__5
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__VirtualProcessorSubcomponent__Group__5__Impl
- rule__VirtualProcessorSubcomponent__Group__6
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorSubcomponent__Group__5__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_5()); }
- (rule__VirtualProcessorSubcomponent__Group_5__0)?
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_5()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorSubcomponent__Group__6
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__VirtualProcessorSubcomponent__Group__6__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorSubcomponent__Group__6__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getSemicolonKeyword_6()); }
- Semicolon
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getSemicolonKeyword_6()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__VirtualProcessorSubcomponent__Group_0_0__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__VirtualProcessorSubcomponent__Group_0_0__0__Impl
- rule__VirtualProcessorSubcomponent__Group_0_0__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorSubcomponent__Group_0_0__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getNameAssignment_0_0_0()); }
- (rule__VirtualProcessorSubcomponent__NameAssignment_0_0_0)
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getNameAssignment_0_0_0()); }
+ { before(grammarAccess.getProcessorSubcomponentAccess().getGroup_5_3()); }
+ (rule__ProcessorSubcomponent__Group_5_3__0)
+ { after(grammarAccess.getProcessorSubcomponentAccess().getGroup_5_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_0_0__1
+rule__ProcessorSubcomponent__Group_5__4
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorSubcomponent__Group_0_0__1__Impl
+ rule__ProcessorSubcomponent__Group_5__4__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_0_0__1__Impl
+rule__ProcessorSubcomponent__Group_5__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getColonKeyword_0_0_1()); }
- Colon
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getColonKeyword_0_0_1()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__VirtualProcessorSubcomponent__Group_0_1__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__VirtualProcessorSubcomponent__Group_0_1__0__Impl
- rule__VirtualProcessorSubcomponent__Group_0_1__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorSubcomponent__Group_0_1__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getRefinedAssignment_0_1_0()); }
- (rule__VirtualProcessorSubcomponent__RefinedAssignment_0_1_0)
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getRefinedAssignment_0_1_0()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorSubcomponent__Group_0_1__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__VirtualProcessorSubcomponent__Group_0_1__1__Impl
- rule__VirtualProcessorSubcomponent__Group_0_1__2
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorSubcomponent__Group_0_1__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getColonKeyword_0_1_1()); }
- Colon
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getColonKeyword_0_1_1()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorSubcomponent__Group_0_1__2
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__VirtualProcessorSubcomponent__Group_0_1__2__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorSubcomponent__Group_0_1__2__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__VirtualProcessorSubcomponent__Group_2__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__VirtualProcessorSubcomponent__Group_2__0__Impl
- rule__VirtualProcessorSubcomponent__Group_2__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorSubcomponent__Group_2__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getVirtualProcessorSubcomponentTypeAssignment_2_0()); }
- (rule__VirtualProcessorSubcomponent__VirtualProcessorSubcomponentTypeAssignment_2_0)
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getVirtualProcessorSubcomponentTypeAssignment_2_0()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorSubcomponent__Group_2__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__VirtualProcessorSubcomponent__Group_2__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorSubcomponent__Group_2__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_2_1()); }
- (rule__VirtualProcessorSubcomponent__Group_2_1__0)?
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_2_1()); }
+ { before(grammarAccess.getProcessorSubcomponentAccess().getRightParenthesisKeyword_5_4()); }
+ RightParenthesis
+ { after(grammarAccess.getProcessorSubcomponentAccess().getRightParenthesisKeyword_5_4()); }
)
;
finally {
@@ -72119,107 +73383,107 @@ finally {
}
-rule__VirtualProcessorSubcomponent__Group_2_1__0
+rule__ProcessorSubcomponent__Group_5_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorSubcomponent__Group_2_1__0__Impl
- rule__VirtualProcessorSubcomponent__Group_2_1__1
+ rule__ProcessorSubcomponent__Group_5_3__0__Impl
+ rule__ProcessorSubcomponent__Group_5_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_2_1__0__Impl
+rule__ProcessorSubcomponent__Group_5_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getLeftParenthesisKeyword_2_1_0()); }
- LeftParenthesis
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getLeftParenthesisKeyword_2_1_0()); }
+ { before(grammarAccess.getProcessorSubcomponentAccess().getOwnedModeBindingAssignment_5_3_0()); }
+ (rule__ProcessorSubcomponent__OwnedModeBindingAssignment_5_3_0)
+ { after(grammarAccess.getProcessorSubcomponentAccess().getOwnedModeBindingAssignment_5_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_2_1__1
+rule__ProcessorSubcomponent__Group_5_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorSubcomponent__Group_2_1__1__Impl
- rule__VirtualProcessorSubcomponent__Group_2_1__2
+ rule__ProcessorSubcomponent__Group_5_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_2_1__1__Impl
+rule__ProcessorSubcomponent__Group_5_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
- (rule__VirtualProcessorSubcomponent__OwnedPrototypeBindingAssignment_2_1_1)
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
+ { before(grammarAccess.getProcessorSubcomponentAccess().getGroup_5_3_1()); }
+ (rule__ProcessorSubcomponent__Group_5_3_1__0)*
+ { after(grammarAccess.getProcessorSubcomponentAccess().getGroup_5_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_2_1__2
+
+rule__ProcessorSubcomponent__Group_5_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorSubcomponent__Group_2_1__2__Impl
- rule__VirtualProcessorSubcomponent__Group_2_1__3
+ rule__ProcessorSubcomponent__Group_5_3_1__0__Impl
+ rule__ProcessorSubcomponent__Group_5_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_2_1__2__Impl
+rule__ProcessorSubcomponent__Group_5_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_2_1_2()); }
- (rule__VirtualProcessorSubcomponent__Group_2_1_2__0)*
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_2_1_2()); }
+ { before(grammarAccess.getProcessorSubcomponentAccess().getCommaKeyword_5_3_1_0()); }
+ Comma
+ { after(grammarAccess.getProcessorSubcomponentAccess().getCommaKeyword_5_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_2_1__3
+rule__ProcessorSubcomponent__Group_5_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorSubcomponent__Group_2_1__3__Impl
+ rule__ProcessorSubcomponent__Group_5_3_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_2_1__3__Impl
+rule__ProcessorSubcomponent__Group_5_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getRightParenthesisKeyword_2_1_3()); }
- RightParenthesis
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getRightParenthesisKeyword_2_1_3()); }
+ { before(grammarAccess.getProcessorSubcomponentAccess().getOwnedModeBindingAssignment_5_3_1_1()); }
+ (rule__ProcessorSubcomponent__OwnedModeBindingAssignment_5_3_1_1)
+ { after(grammarAccess.getProcessorSubcomponentAccess().getOwnedModeBindingAssignment_5_3_1_1()); }
)
;
finally {
@@ -72227,222 +73491,215 @@ finally {
}
-rule__VirtualProcessorSubcomponent__Group_2_1_2__0
+rule__VirtualProcessorSubcomponent__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorSubcomponent__Group_2_1_2__0__Impl
- rule__VirtualProcessorSubcomponent__Group_2_1_2__1
+ rule__VirtualProcessorSubcomponent__Group__0__Impl
+ rule__VirtualProcessorSubcomponent__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_2_1_2__0__Impl
+rule__VirtualProcessorSubcomponent__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getCommaKeyword_2_1_2_0()); }
- Comma
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getCommaKeyword_2_1_2_0()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getAlternatives_0()); }
+ (rule__VirtualProcessorSubcomponent__Alternatives_0)
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getAlternatives_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_2_1_2__1
+rule__VirtualProcessorSubcomponent__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorSubcomponent__Group_2_1_2__1__Impl
+ rule__VirtualProcessorSubcomponent__Group__1__Impl
+ rule__VirtualProcessorSubcomponent__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_2_1_2__1__Impl
+rule__VirtualProcessorSubcomponent__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
- (rule__VirtualProcessorSubcomponent__OwnedPrototypeBindingAssignment_2_1_2_1)
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getVirtualKeyword_1()); }
+ Virtual
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getVirtualKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__VirtualProcessorSubcomponent__Group_3__0
+rule__VirtualProcessorSubcomponent__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorSubcomponent__Group_3__0__Impl
- rule__VirtualProcessorSubcomponent__Group_3__1
+ rule__VirtualProcessorSubcomponent__Group__2__Impl
+ rule__VirtualProcessorSubcomponent__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_3__0__Impl
+rule__VirtualProcessorSubcomponent__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
- (rule__VirtualProcessorSubcomponent__ArrayDimensionAssignment_3_0)
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
- )
- (
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
- (rule__VirtualProcessorSubcomponent__ArrayDimensionAssignment_3_0)*
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
- )
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getProcessorKeyword_2()); }
+ Processor
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getProcessorKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_3__1
+rule__VirtualProcessorSubcomponent__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorSubcomponent__Group_3__1__Impl
+ rule__VirtualProcessorSubcomponent__Group__3__Impl
+ rule__VirtualProcessorSubcomponent__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_3__1__Impl
+rule__VirtualProcessorSubcomponent__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_3_1()); }
- (rule__VirtualProcessorSubcomponent__Group_3_1__0)?
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_3_1()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_3()); }
+ (rule__VirtualProcessorSubcomponent__Group_3__0)?
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__VirtualProcessorSubcomponent__Group_3_1__0
+rule__VirtualProcessorSubcomponent__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorSubcomponent__Group_3_1__0__Impl
- rule__VirtualProcessorSubcomponent__Group_3_1__1
+ rule__VirtualProcessorSubcomponent__Group__4__Impl
+ rule__VirtualProcessorSubcomponent__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_3_1__0__Impl
+rule__VirtualProcessorSubcomponent__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getLeftParenthesisKeyword_3_1_0()); }
- LeftParenthesis
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getLeftParenthesisKeyword_3_1_0()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_4()); }
+ (rule__VirtualProcessorSubcomponent__Group_4__0)?
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_3_1__1
+rule__VirtualProcessorSubcomponent__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorSubcomponent__Group_3_1__1__Impl
- rule__VirtualProcessorSubcomponent__Group_3_1__2
+ rule__VirtualProcessorSubcomponent__Group__5__Impl
+ rule__VirtualProcessorSubcomponent__Group__6
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_3_1__1__Impl
+rule__VirtualProcessorSubcomponent__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getImplementationReferenceAssignment_3_1_1()); }
- (rule__VirtualProcessorSubcomponent__ImplementationReferenceAssignment_3_1_1)
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getImplementationReferenceAssignment_3_1_1()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_5()); }
+ (rule__VirtualProcessorSubcomponent__Group_5__0)?
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_3_1__2
+rule__VirtualProcessorSubcomponent__Group__6
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorSubcomponent__Group_3_1__2__Impl
- rule__VirtualProcessorSubcomponent__Group_3_1__3
+ rule__VirtualProcessorSubcomponent__Group__6__Impl
+ rule__VirtualProcessorSubcomponent__Group__7
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_3_1__2__Impl
+rule__VirtualProcessorSubcomponent__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_3_1_2()); }
- (rule__VirtualProcessorSubcomponent__Group_3_1_2__0)*
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_3_1_2()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_6()); }
+ (rule__VirtualProcessorSubcomponent__Group_6__0)?
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_3_1__3
+rule__VirtualProcessorSubcomponent__Group__7
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorSubcomponent__Group_3_1__3__Impl
+ rule__VirtualProcessorSubcomponent__Group__7__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_3_1__3__Impl
+rule__VirtualProcessorSubcomponent__Group__7__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getRightParenthesisKeyword_3_1_3()); }
- RightParenthesis
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getRightParenthesisKeyword_3_1_3()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getSemicolonKeyword_7()); }
+ Semicolon
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getSemicolonKeyword_7()); }
)
;
finally {
@@ -72450,53 +73707,53 @@ finally {
}
-rule__VirtualProcessorSubcomponent__Group_3_1_2__0
+rule__VirtualProcessorSubcomponent__Group_0_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorSubcomponent__Group_3_1_2__0__Impl
- rule__VirtualProcessorSubcomponent__Group_3_1_2__1
+ rule__VirtualProcessorSubcomponent__Group_0_0__0__Impl
+ rule__VirtualProcessorSubcomponent__Group_0_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_3_1_2__0__Impl
+rule__VirtualProcessorSubcomponent__Group_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getCommaKeyword_3_1_2_0()); }
- Comma
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getCommaKeyword_3_1_2_0()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getNameAssignment_0_0_0()); }
+ (rule__VirtualProcessorSubcomponent__NameAssignment_0_0_0)
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getNameAssignment_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_3_1_2__1
+rule__VirtualProcessorSubcomponent__Group_0_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorSubcomponent__Group_3_1_2__1__Impl
+ rule__VirtualProcessorSubcomponent__Group_0_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_3_1_2__1__Impl
+rule__VirtualProcessorSubcomponent__Group_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1()); }
- (rule__VirtualProcessorSubcomponent__ImplementationReferenceAssignment_3_1_2_1)
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getColonKeyword_0_0_1()); }
+ Colon
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getColonKeyword_0_0_1()); }
)
;
finally {
@@ -72504,492 +73761,492 @@ finally {
}
-rule__VirtualProcessorSubcomponent__Group_4__0
+rule__VirtualProcessorSubcomponent__Group_0_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorSubcomponent__Group_4__0__Impl
- rule__VirtualProcessorSubcomponent__Group_4__1
+ rule__VirtualProcessorSubcomponent__Group_0_1__0__Impl
+ rule__VirtualProcessorSubcomponent__Group_0_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_4__0__Impl
+rule__VirtualProcessorSubcomponent__Group_0_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getLeftCurlyBracketKeyword_4_0()); }
- LeftCurlyBracket
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getLeftCurlyBracketKeyword_4_0()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getRefinedAssignment_0_1_0()); }
+ (rule__VirtualProcessorSubcomponent__RefinedAssignment_0_1_0)
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getRefinedAssignment_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_4__1
+rule__VirtualProcessorSubcomponent__Group_0_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorSubcomponent__Group_4__1__Impl
- rule__VirtualProcessorSubcomponent__Group_4__2
+ rule__VirtualProcessorSubcomponent__Group_0_1__1__Impl
+ rule__VirtualProcessorSubcomponent__Group_0_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_4__1__Impl
+rule__VirtualProcessorSubcomponent__Group_0_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__VirtualProcessorSubcomponent__OwnedPropertyAssociationAssignment_4_1)
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- )
- (
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__VirtualProcessorSubcomponent__OwnedPropertyAssociationAssignment_4_1)*
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- )
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getColonKeyword_0_1_1()); }
+ Colon
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getColonKeyword_0_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_4__2
+rule__VirtualProcessorSubcomponent__Group_0_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorSubcomponent__Group_4__2__Impl
+ rule__VirtualProcessorSubcomponent__Group_0_1__2__Impl
+ rule__VirtualProcessorSubcomponent__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_4__2__Impl
+rule__VirtualProcessorSubcomponent__Group_0_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getRightCurlyBracketKeyword_4_2()); }
- RightCurlyBracket
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getRightCurlyBracketKeyword_4_2()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getRefinedKeyword_0_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__VirtualProcessorSubcomponent__Group_5__0
+rule__VirtualProcessorSubcomponent__Group_0_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorSubcomponent__Group_5__0__Impl
- rule__VirtualProcessorSubcomponent__Group_5__1
+ rule__VirtualProcessorSubcomponent__Group_0_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_5__0__Impl
+rule__VirtualProcessorSubcomponent__Group_0_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getInModesKeywordsParserRuleCall_5_0()); }
- ruleInModesKeywords
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getInModesKeywordsParserRuleCall_5_0()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getToKeyword_0_1_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_5__1
+
+rule__VirtualProcessorSubcomponent__Group_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorSubcomponent__Group_5__1__Impl
- rule__VirtualProcessorSubcomponent__Group_5__2
+ rule__VirtualProcessorSubcomponent__Group_3__0__Impl
+ rule__VirtualProcessorSubcomponent__Group_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_5__1__Impl
+rule__VirtualProcessorSubcomponent__Group_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getLeftParenthesisKeyword_5_1()); }
- LeftParenthesis
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getLeftParenthesisKeyword_5_1()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getVirtualProcessorSubcomponentTypeAssignment_3_0()); }
+ (rule__VirtualProcessorSubcomponent__VirtualProcessorSubcomponentTypeAssignment_3_0)
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getVirtualProcessorSubcomponentTypeAssignment_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_5__2
+rule__VirtualProcessorSubcomponent__Group_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorSubcomponent__Group_5__2__Impl
- rule__VirtualProcessorSubcomponent__Group_5__3
+ rule__VirtualProcessorSubcomponent__Group_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_5__2__Impl
+rule__VirtualProcessorSubcomponent__Group_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_5_2()); }
- (rule__VirtualProcessorSubcomponent__Group_5_2__0)
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_5_2()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_3_1()); }
+ (rule__VirtualProcessorSubcomponent__Group_3_1__0)?
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_5__3
+
+rule__VirtualProcessorSubcomponent__Group_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorSubcomponent__Group_5__3__Impl
+ rule__VirtualProcessorSubcomponent__Group_3_1__0__Impl
+ rule__VirtualProcessorSubcomponent__Group_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_5__3__Impl
+rule__VirtualProcessorSubcomponent__Group_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getRightParenthesisKeyword_5_3()); }
- RightParenthesis
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getRightParenthesisKeyword_5_3()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getLeftParenthesisKeyword_3_1_0()); }
+ LeftParenthesis
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getLeftParenthesisKeyword_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__VirtualProcessorSubcomponent__Group_5_2__0
+rule__VirtualProcessorSubcomponent__Group_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorSubcomponent__Group_5_2__0__Impl
- rule__VirtualProcessorSubcomponent__Group_5_2__1
+ rule__VirtualProcessorSubcomponent__Group_3_1__1__Impl
+ rule__VirtualProcessorSubcomponent__Group_3_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_5_2__0__Impl
+rule__VirtualProcessorSubcomponent__Group_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0()); }
- (rule__VirtualProcessorSubcomponent__OwnedModeBindingAssignment_5_2_0)
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPrototypeBindingAssignment_3_1_1()); }
+ (rule__VirtualProcessorSubcomponent__OwnedPrototypeBindingAssignment_3_1_1)
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPrototypeBindingAssignment_3_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_5_2__1
+rule__VirtualProcessorSubcomponent__Group_3_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorSubcomponent__Group_5_2__1__Impl
+ rule__VirtualProcessorSubcomponent__Group_3_1__2__Impl
+ rule__VirtualProcessorSubcomponent__Group_3_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_5_2__1__Impl
+rule__VirtualProcessorSubcomponent__Group_3_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_5_2_1()); }
- (rule__VirtualProcessorSubcomponent__Group_5_2_1__0)*
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_5_2_1()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_3_1_2()); }
+ (rule__VirtualProcessorSubcomponent__Group_3_1_2__0)*
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_3_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__VirtualProcessorSubcomponent__Group_5_2_1__0
+rule__VirtualProcessorSubcomponent__Group_3_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorSubcomponent__Group_5_2_1__0__Impl
- rule__VirtualProcessorSubcomponent__Group_5_2_1__1
+ rule__VirtualProcessorSubcomponent__Group_3_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_5_2_1__0__Impl
+rule__VirtualProcessorSubcomponent__Group_3_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getCommaKeyword_5_2_1_0()); }
- Comma
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getCommaKeyword_5_2_1_0()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getRightParenthesisKeyword_3_1_3()); }
+ RightParenthesis
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getRightParenthesisKeyword_3_1_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_5_2_1__1
+
+rule__VirtualProcessorSubcomponent__Group_3_1_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorSubcomponent__Group_5_2_1__1__Impl
+ rule__VirtualProcessorSubcomponent__Group_3_1_2__0__Impl
+ rule__VirtualProcessorSubcomponent__Group_3_1_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__Group_5_2_1__1__Impl
+rule__VirtualProcessorSubcomponent__Group_3_1_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1()); }
- (rule__VirtualProcessorSubcomponent__OwnedModeBindingAssignment_5_2_1_1)
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getCommaKeyword_3_1_2_0()); }
+ Comma
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getCommaKeyword_3_1_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DeviceSubcomponent__Group__0
+rule__VirtualProcessorSubcomponent__Group_3_1_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group__0__Impl
- rule__DeviceSubcomponent__Group__1
+ rule__VirtualProcessorSubcomponent__Group_3_1_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group__0__Impl
+rule__VirtualProcessorSubcomponent__Group_3_1_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getAlternatives_0()); }
- (rule__DeviceSubcomponent__Alternatives_0)
- { after(grammarAccess.getDeviceSubcomponentAccess().getAlternatives_0()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPrototypeBindingAssignment_3_1_2_1()); }
+ (rule__VirtualProcessorSubcomponent__OwnedPrototypeBindingAssignment_3_1_2_1)
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPrototypeBindingAssignment_3_1_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group__1
+
+rule__VirtualProcessorSubcomponent__Group_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group__1__Impl
- rule__DeviceSubcomponent__Group__2
+ rule__VirtualProcessorSubcomponent__Group_4__0__Impl
+ rule__VirtualProcessorSubcomponent__Group_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group__1__Impl
+rule__VirtualProcessorSubcomponent__Group_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getDeviceKeyword_1()); }
- Device
- { after(grammarAccess.getDeviceSubcomponentAccess().getDeviceKeyword_1()); }
+ (
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getArrayDimensionAssignment_4_0()); }
+ (rule__VirtualProcessorSubcomponent__ArrayDimensionAssignment_4_0)
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getArrayDimensionAssignment_4_0()); }
+ )
+ (
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getArrayDimensionAssignment_4_0()); }
+ (rule__VirtualProcessorSubcomponent__ArrayDimensionAssignment_4_0)*
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getArrayDimensionAssignment_4_0()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group__2
+rule__VirtualProcessorSubcomponent__Group_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group__2__Impl
- rule__DeviceSubcomponent__Group__3
+ rule__VirtualProcessorSubcomponent__Group_4__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group__2__Impl
+rule__VirtualProcessorSubcomponent__Group_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getGroup_2()); }
- (rule__DeviceSubcomponent__Group_2__0)?
- { after(grammarAccess.getDeviceSubcomponentAccess().getGroup_2()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_4_1()); }
+ (rule__VirtualProcessorSubcomponent__Group_4_1__0)?
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_4_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group__3
+
+rule__VirtualProcessorSubcomponent__Group_4_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group__3__Impl
- rule__DeviceSubcomponent__Group__4
+ rule__VirtualProcessorSubcomponent__Group_4_1__0__Impl
+ rule__VirtualProcessorSubcomponent__Group_4_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group__3__Impl
+rule__VirtualProcessorSubcomponent__Group_4_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getGroup_3()); }
- (rule__DeviceSubcomponent__Group_3__0)?
- { after(grammarAccess.getDeviceSubcomponentAccess().getGroup_3()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getLeftParenthesisKeyword_4_1_0()); }
+ LeftParenthesis
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getLeftParenthesisKeyword_4_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group__4
+rule__VirtualProcessorSubcomponent__Group_4_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group__4__Impl
- rule__DeviceSubcomponent__Group__5
+ rule__VirtualProcessorSubcomponent__Group_4_1__1__Impl
+ rule__VirtualProcessorSubcomponent__Group_4_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group__4__Impl
+rule__VirtualProcessorSubcomponent__Group_4_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getGroup_4()); }
- (rule__DeviceSubcomponent__Group_4__0)?
- { after(grammarAccess.getDeviceSubcomponentAccess().getGroup_4()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getImplementationReferenceAssignment_4_1_1()); }
+ (rule__VirtualProcessorSubcomponent__ImplementationReferenceAssignment_4_1_1)
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getImplementationReferenceAssignment_4_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group__5
+rule__VirtualProcessorSubcomponent__Group_4_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group__5__Impl
- rule__DeviceSubcomponent__Group__6
+ rule__VirtualProcessorSubcomponent__Group_4_1__2__Impl
+ rule__VirtualProcessorSubcomponent__Group_4_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group__5__Impl
+rule__VirtualProcessorSubcomponent__Group_4_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getGroup_5()); }
- (rule__DeviceSubcomponent__Group_5__0)?
- { after(grammarAccess.getDeviceSubcomponentAccess().getGroup_5()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_4_1_2()); }
+ (rule__VirtualProcessorSubcomponent__Group_4_1_2__0)*
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_4_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group__6
+rule__VirtualProcessorSubcomponent__Group_4_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group__6__Impl
+ rule__VirtualProcessorSubcomponent__Group_4_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group__6__Impl
+rule__VirtualProcessorSubcomponent__Group_4_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getSemicolonKeyword_6()); }
- Semicolon
- { after(grammarAccess.getDeviceSubcomponentAccess().getSemicolonKeyword_6()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getRightParenthesisKeyword_4_1_3()); }
+ RightParenthesis
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getRightParenthesisKeyword_4_1_3()); }
)
;
finally {
@@ -72997,53 +74254,53 @@ finally {
}
-rule__DeviceSubcomponent__Group_0_0__0
+rule__VirtualProcessorSubcomponent__Group_4_1_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group_0_0__0__Impl
- rule__DeviceSubcomponent__Group_0_0__1
+ rule__VirtualProcessorSubcomponent__Group_4_1_2__0__Impl
+ rule__VirtualProcessorSubcomponent__Group_4_1_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_0_0__0__Impl
+rule__VirtualProcessorSubcomponent__Group_4_1_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getNameAssignment_0_0_0()); }
- (rule__DeviceSubcomponent__NameAssignment_0_0_0)
- { after(grammarAccess.getDeviceSubcomponentAccess().getNameAssignment_0_0_0()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getCommaKeyword_4_1_2_0()); }
+ Comma
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getCommaKeyword_4_1_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_0_0__1
+rule__VirtualProcessorSubcomponent__Group_4_1_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group_0_0__1__Impl
+ rule__VirtualProcessorSubcomponent__Group_4_1_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_0_0__1__Impl
+rule__VirtualProcessorSubcomponent__Group_4_1_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getColonKeyword_0_0_1()); }
- Colon
- { after(grammarAccess.getDeviceSubcomponentAccess().getColonKeyword_0_0_1()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getImplementationReferenceAssignment_4_1_2_1()); }
+ (rule__VirtualProcessorSubcomponent__ImplementationReferenceAssignment_4_1_2_1)
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getImplementationReferenceAssignment_4_1_2_1()); }
)
;
finally {
@@ -73051,80 +74308,87 @@ finally {
}
-rule__DeviceSubcomponent__Group_0_1__0
+rule__VirtualProcessorSubcomponent__Group_5__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group_0_1__0__Impl
- rule__DeviceSubcomponent__Group_0_1__1
+ rule__VirtualProcessorSubcomponent__Group_5__0__Impl
+ rule__VirtualProcessorSubcomponent__Group_5__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_0_1__0__Impl
+rule__VirtualProcessorSubcomponent__Group_5__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getRefinedAssignment_0_1_0()); }
- (rule__DeviceSubcomponent__RefinedAssignment_0_1_0)
- { after(grammarAccess.getDeviceSubcomponentAccess().getRefinedAssignment_0_1_0()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getLeftCurlyBracketKeyword_5_0()); }
+ LeftCurlyBracket
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getLeftCurlyBracketKeyword_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_0_1__1
+rule__VirtualProcessorSubcomponent__Group_5__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group_0_1__1__Impl
- rule__DeviceSubcomponent__Group_0_1__2
+ rule__VirtualProcessorSubcomponent__Group_5__1__Impl
+ rule__VirtualProcessorSubcomponent__Group_5__2
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_0_1__1__Impl
+rule__VirtualProcessorSubcomponent__Group_5__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getColonKeyword_0_1_1()); }
- Colon
- { after(grammarAccess.getDeviceSubcomponentAccess().getColonKeyword_0_1_1()); }
+ (
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ (rule__VirtualProcessorSubcomponent__OwnedPropertyAssociationAssignment_5_1)
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ )
+ (
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ (rule__VirtualProcessorSubcomponent__OwnedPropertyAssociationAssignment_5_1)*
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_0_1__2
+rule__VirtualProcessorSubcomponent__Group_5__2
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group_0_1__2__Impl
+ rule__VirtualProcessorSubcomponent__Group_5__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_0_1__2__Impl
+rule__VirtualProcessorSubcomponent__Group_5__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getDeviceSubcomponentAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getRightCurlyBracketKeyword_5_2()); }
+ RightCurlyBracket
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getRightCurlyBracketKeyword_5_2()); }
)
;
finally {
@@ -73132,438 +74396,431 @@ finally {
}
-rule__DeviceSubcomponent__Group_2__0
+rule__VirtualProcessorSubcomponent__Group_6__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group_2__0__Impl
- rule__DeviceSubcomponent__Group_2__1
+ rule__VirtualProcessorSubcomponent__Group_6__0__Impl
+ rule__VirtualProcessorSubcomponent__Group_6__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_2__0__Impl
+rule__VirtualProcessorSubcomponent__Group_6__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getDeviceSubcomponentTypeAssignment_2_0()); }
- (rule__DeviceSubcomponent__DeviceSubcomponentTypeAssignment_2_0)
- { after(grammarAccess.getDeviceSubcomponentAccess().getDeviceSubcomponentTypeAssignment_2_0()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getInKeyword_6_0()); }
+ In
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getInKeyword_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_2__1
+rule__VirtualProcessorSubcomponent__Group_6__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group_2__1__Impl
+ rule__VirtualProcessorSubcomponent__Group_6__1__Impl
+ rule__VirtualProcessorSubcomponent__Group_6__2
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_2__1__Impl
+rule__VirtualProcessorSubcomponent__Group_6__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getGroup_2_1()); }
- (rule__DeviceSubcomponent__Group_2_1__0)?
- { after(grammarAccess.getDeviceSubcomponentAccess().getGroup_2_1()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getModesKeyword_6_1()); }
+ Modes
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getModesKeyword_6_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DeviceSubcomponent__Group_2_1__0
+rule__VirtualProcessorSubcomponent__Group_6__2
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group_2_1__0__Impl
- rule__DeviceSubcomponent__Group_2_1__1
+ rule__VirtualProcessorSubcomponent__Group_6__2__Impl
+ rule__VirtualProcessorSubcomponent__Group_6__3
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_2_1__0__Impl
+rule__VirtualProcessorSubcomponent__Group_6__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getLeftParenthesisKeyword_2_1_0()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getLeftParenthesisKeyword_6_2()); }
LeftParenthesis
- { after(grammarAccess.getDeviceSubcomponentAccess().getLeftParenthesisKeyword_2_1_0()); }
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getLeftParenthesisKeyword_6_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_2_1__1
+rule__VirtualProcessorSubcomponent__Group_6__3
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group_2_1__1__Impl
- rule__DeviceSubcomponent__Group_2_1__2
+ rule__VirtualProcessorSubcomponent__Group_6__3__Impl
+ rule__VirtualProcessorSubcomponent__Group_6__4
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_2_1__1__Impl
+rule__VirtualProcessorSubcomponent__Group_6__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
- (rule__DeviceSubcomponent__OwnedPrototypeBindingAssignment_2_1_1)
- { after(grammarAccess.getDeviceSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_6_3()); }
+ (rule__VirtualProcessorSubcomponent__Group_6_3__0)
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_6_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_2_1__2
+rule__VirtualProcessorSubcomponent__Group_6__4
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group_2_1__2__Impl
- rule__DeviceSubcomponent__Group_2_1__3
+ rule__VirtualProcessorSubcomponent__Group_6__4__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_2_1__2__Impl
+rule__VirtualProcessorSubcomponent__Group_6__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getGroup_2_1_2()); }
- (rule__DeviceSubcomponent__Group_2_1_2__0)*
- { after(grammarAccess.getDeviceSubcomponentAccess().getGroup_2_1_2()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getRightParenthesisKeyword_6_4()); }
+ RightParenthesis
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getRightParenthesisKeyword_6_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_2_1__3
+
+rule__VirtualProcessorSubcomponent__Group_6_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group_2_1__3__Impl
+ rule__VirtualProcessorSubcomponent__Group_6_3__0__Impl
+ rule__VirtualProcessorSubcomponent__Group_6_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_2_1__3__Impl
+rule__VirtualProcessorSubcomponent__Group_6_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getRightParenthesisKeyword_2_1_3()); }
- RightParenthesis
- { after(grammarAccess.getDeviceSubcomponentAccess().getRightParenthesisKeyword_2_1_3()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedModeBindingAssignment_6_3_0()); }
+ (rule__VirtualProcessorSubcomponent__OwnedModeBindingAssignment_6_3_0)
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedModeBindingAssignment_6_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DeviceSubcomponent__Group_2_1_2__0
+rule__VirtualProcessorSubcomponent__Group_6_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group_2_1_2__0__Impl
- rule__DeviceSubcomponent__Group_2_1_2__1
+ rule__VirtualProcessorSubcomponent__Group_6_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_2_1_2__0__Impl
+rule__VirtualProcessorSubcomponent__Group_6_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getCommaKeyword_2_1_2_0()); }
- Comma
- { after(grammarAccess.getDeviceSubcomponentAccess().getCommaKeyword_2_1_2_0()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_6_3_1()); }
+ (rule__VirtualProcessorSubcomponent__Group_6_3_1__0)*
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_6_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_2_1_2__1
+
+rule__VirtualProcessorSubcomponent__Group_6_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group_2_1_2__1__Impl
+ rule__VirtualProcessorSubcomponent__Group_6_3_1__0__Impl
+ rule__VirtualProcessorSubcomponent__Group_6_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_2_1_2__1__Impl
+rule__VirtualProcessorSubcomponent__Group_6_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
- (rule__DeviceSubcomponent__OwnedPrototypeBindingAssignment_2_1_2_1)
- { after(grammarAccess.getDeviceSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getCommaKeyword_6_3_1_0()); }
+ Comma
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getCommaKeyword_6_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DeviceSubcomponent__Group_3__0
+rule__VirtualProcessorSubcomponent__Group_6_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group_3__0__Impl
- rule__DeviceSubcomponent__Group_3__1
+ rule__VirtualProcessorSubcomponent__Group_6_3_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_3__0__Impl
+rule__VirtualProcessorSubcomponent__Group_6_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getDeviceSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
- (rule__DeviceSubcomponent__ArrayDimensionAssignment_3_0)
- { after(grammarAccess.getDeviceSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
- )
- (
- { before(grammarAccess.getDeviceSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
- (rule__DeviceSubcomponent__ArrayDimensionAssignment_3_0)*
- { after(grammarAccess.getDeviceSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
- )
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedModeBindingAssignment_6_3_1_1()); }
+ (rule__VirtualProcessorSubcomponent__OwnedModeBindingAssignment_6_3_1_1)
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedModeBindingAssignment_6_3_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_3__1
+
+rule__DeviceSubcomponent__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group_3__1__Impl
+ rule__DeviceSubcomponent__Group__0__Impl
+ rule__DeviceSubcomponent__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_3__1__Impl
+rule__DeviceSubcomponent__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getGroup_3_1()); }
- (rule__DeviceSubcomponent__Group_3_1__0)?
- { after(grammarAccess.getDeviceSubcomponentAccess().getGroup_3_1()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getAlternatives_0()); }
+ (rule__DeviceSubcomponent__Alternatives_0)
+ { after(grammarAccess.getDeviceSubcomponentAccess().getAlternatives_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DeviceSubcomponent__Group_3_1__0
+rule__DeviceSubcomponent__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group_3_1__0__Impl
- rule__DeviceSubcomponent__Group_3_1__1
+ rule__DeviceSubcomponent__Group__1__Impl
+ rule__DeviceSubcomponent__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_3_1__0__Impl
+rule__DeviceSubcomponent__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getLeftParenthesisKeyword_3_1_0()); }
- LeftParenthesis
- { after(grammarAccess.getDeviceSubcomponentAccess().getLeftParenthesisKeyword_3_1_0()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getDeviceKeyword_1()); }
+ Device
+ { after(grammarAccess.getDeviceSubcomponentAccess().getDeviceKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_3_1__1
+rule__DeviceSubcomponent__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group_3_1__1__Impl
- rule__DeviceSubcomponent__Group_3_1__2
+ rule__DeviceSubcomponent__Group__2__Impl
+ rule__DeviceSubcomponent__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_3_1__1__Impl
+rule__DeviceSubcomponent__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getImplementationReferenceAssignment_3_1_1()); }
- (rule__DeviceSubcomponent__ImplementationReferenceAssignment_3_1_1)
- { after(grammarAccess.getDeviceSubcomponentAccess().getImplementationReferenceAssignment_3_1_1()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getGroup_2()); }
+ (rule__DeviceSubcomponent__Group_2__0)?
+ { after(grammarAccess.getDeviceSubcomponentAccess().getGroup_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_3_1__2
+rule__DeviceSubcomponent__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group_3_1__2__Impl
- rule__DeviceSubcomponent__Group_3_1__3
+ rule__DeviceSubcomponent__Group__3__Impl
+ rule__DeviceSubcomponent__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_3_1__2__Impl
+rule__DeviceSubcomponent__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getGroup_3_1_2()); }
- (rule__DeviceSubcomponent__Group_3_1_2__0)*
- { after(grammarAccess.getDeviceSubcomponentAccess().getGroup_3_1_2()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getGroup_3()); }
+ (rule__DeviceSubcomponent__Group_3__0)?
+ { after(grammarAccess.getDeviceSubcomponentAccess().getGroup_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_3_1__3
+rule__DeviceSubcomponent__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group_3_1__3__Impl
+ rule__DeviceSubcomponent__Group__4__Impl
+ rule__DeviceSubcomponent__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_3_1__3__Impl
+rule__DeviceSubcomponent__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getRightParenthesisKeyword_3_1_3()); }
- RightParenthesis
- { after(grammarAccess.getDeviceSubcomponentAccess().getRightParenthesisKeyword_3_1_3()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getGroup_4()); }
+ (rule__DeviceSubcomponent__Group_4__0)?
+ { after(grammarAccess.getDeviceSubcomponentAccess().getGroup_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DeviceSubcomponent__Group_3_1_2__0
+rule__DeviceSubcomponent__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group_3_1_2__0__Impl
- rule__DeviceSubcomponent__Group_3_1_2__1
+ rule__DeviceSubcomponent__Group__5__Impl
+ rule__DeviceSubcomponent__Group__6
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_3_1_2__0__Impl
+rule__DeviceSubcomponent__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getCommaKeyword_3_1_2_0()); }
- Comma
- { after(grammarAccess.getDeviceSubcomponentAccess().getCommaKeyword_3_1_2_0()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getGroup_5()); }
+ (rule__DeviceSubcomponent__Group_5__0)?
+ { after(grammarAccess.getDeviceSubcomponentAccess().getGroup_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_3_1_2__1
+rule__DeviceSubcomponent__Group__6
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group_3_1_2__1__Impl
+ rule__DeviceSubcomponent__Group__6__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_3_1_2__1__Impl
+rule__DeviceSubcomponent__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1()); }
- (rule__DeviceSubcomponent__ImplementationReferenceAssignment_3_1_2_1)
- { after(grammarAccess.getDeviceSubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getSemicolonKeyword_6()); }
+ Semicolon
+ { after(grammarAccess.getDeviceSubcomponentAccess().getSemicolonKeyword_6()); }
)
;
finally {
@@ -73571,546 +74828,546 @@ finally {
}
-rule__DeviceSubcomponent__Group_4__0
+rule__DeviceSubcomponent__Group_0_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group_4__0__Impl
- rule__DeviceSubcomponent__Group_4__1
+ rule__DeviceSubcomponent__Group_0_0__0__Impl
+ rule__DeviceSubcomponent__Group_0_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_4__0__Impl
+rule__DeviceSubcomponent__Group_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getLeftCurlyBracketKeyword_4_0()); }
- LeftCurlyBracket
- { after(grammarAccess.getDeviceSubcomponentAccess().getLeftCurlyBracketKeyword_4_0()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getNameAssignment_0_0_0()); }
+ (rule__DeviceSubcomponent__NameAssignment_0_0_0)
+ { after(grammarAccess.getDeviceSubcomponentAccess().getNameAssignment_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_4__1
+rule__DeviceSubcomponent__Group_0_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group_4__1__Impl
- rule__DeviceSubcomponent__Group_4__2
+ rule__DeviceSubcomponent__Group_0_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_4__1__Impl
+rule__DeviceSubcomponent__Group_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getDeviceSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__DeviceSubcomponent__OwnedPropertyAssociationAssignment_4_1)
- { after(grammarAccess.getDeviceSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- )
- (
- { before(grammarAccess.getDeviceSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__DeviceSubcomponent__OwnedPropertyAssociationAssignment_4_1)*
- { after(grammarAccess.getDeviceSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- )
+ { before(grammarAccess.getDeviceSubcomponentAccess().getColonKeyword_0_0_1()); }
+ Colon
+ { after(grammarAccess.getDeviceSubcomponentAccess().getColonKeyword_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_4__2
+
+rule__DeviceSubcomponent__Group_0_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group_4__2__Impl
+ rule__DeviceSubcomponent__Group_0_1__0__Impl
+ rule__DeviceSubcomponent__Group_0_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_4__2__Impl
+rule__DeviceSubcomponent__Group_0_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getRightCurlyBracketKeyword_4_2()); }
- RightCurlyBracket
- { after(grammarAccess.getDeviceSubcomponentAccess().getRightCurlyBracketKeyword_4_2()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getRefinedAssignment_0_1_0()); }
+ (rule__DeviceSubcomponent__RefinedAssignment_0_1_0)
+ { after(grammarAccess.getDeviceSubcomponentAccess().getRefinedAssignment_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DeviceSubcomponent__Group_5__0
+rule__DeviceSubcomponent__Group_0_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group_5__0__Impl
- rule__DeviceSubcomponent__Group_5__1
+ rule__DeviceSubcomponent__Group_0_1__1__Impl
+ rule__DeviceSubcomponent__Group_0_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_5__0__Impl
+rule__DeviceSubcomponent__Group_0_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getInModesKeywordsParserRuleCall_5_0()); }
- ruleInModesKeywords
- { after(grammarAccess.getDeviceSubcomponentAccess().getInModesKeywordsParserRuleCall_5_0()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getColonKeyword_0_1_1()); }
+ Colon
+ { after(grammarAccess.getDeviceSubcomponentAccess().getColonKeyword_0_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_5__1
+rule__DeviceSubcomponent__Group_0_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group_5__1__Impl
- rule__DeviceSubcomponent__Group_5__2
+ rule__DeviceSubcomponent__Group_0_1__2__Impl
+ rule__DeviceSubcomponent__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_5__1__Impl
+rule__DeviceSubcomponent__Group_0_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getLeftParenthesisKeyword_5_1()); }
- LeftParenthesis
- { after(grammarAccess.getDeviceSubcomponentAccess().getLeftParenthesisKeyword_5_1()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getDeviceSubcomponentAccess().getRefinedKeyword_0_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_5__2
+rule__DeviceSubcomponent__Group_0_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group_5__2__Impl
- rule__DeviceSubcomponent__Group_5__3
+ rule__DeviceSubcomponent__Group_0_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_5__2__Impl
+rule__DeviceSubcomponent__Group_0_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getGroup_5_2()); }
- (rule__DeviceSubcomponent__Group_5_2__0)
- { after(grammarAccess.getDeviceSubcomponentAccess().getGroup_5_2()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getDeviceSubcomponentAccess().getToKeyword_0_1_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_5__3
+
+rule__DeviceSubcomponent__Group_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group_5__3__Impl
+ rule__DeviceSubcomponent__Group_2__0__Impl
+ rule__DeviceSubcomponent__Group_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_5__3__Impl
+rule__DeviceSubcomponent__Group_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getRightParenthesisKeyword_5_3()); }
- RightParenthesis
- { after(grammarAccess.getDeviceSubcomponentAccess().getRightParenthesisKeyword_5_3()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getDeviceSubcomponentTypeAssignment_2_0()); }
+ (rule__DeviceSubcomponent__DeviceSubcomponentTypeAssignment_2_0)
+ { after(grammarAccess.getDeviceSubcomponentAccess().getDeviceSubcomponentTypeAssignment_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DeviceSubcomponent__Group_5_2__0
+rule__DeviceSubcomponent__Group_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group_5_2__0__Impl
- rule__DeviceSubcomponent__Group_5_2__1
+ rule__DeviceSubcomponent__Group_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_5_2__0__Impl
+rule__DeviceSubcomponent__Group_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0()); }
- (rule__DeviceSubcomponent__OwnedModeBindingAssignment_5_2_0)
- { after(grammarAccess.getDeviceSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getGroup_2_1()); }
+ (rule__DeviceSubcomponent__Group_2_1__0)?
+ { after(grammarAccess.getDeviceSubcomponentAccess().getGroup_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_5_2__1
+
+rule__DeviceSubcomponent__Group_2_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group_5_2__1__Impl
+ rule__DeviceSubcomponent__Group_2_1__0__Impl
+ rule__DeviceSubcomponent__Group_2_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_5_2__1__Impl
+rule__DeviceSubcomponent__Group_2_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getGroup_5_2_1()); }
- (rule__DeviceSubcomponent__Group_5_2_1__0)*
- { after(grammarAccess.getDeviceSubcomponentAccess().getGroup_5_2_1()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getLeftParenthesisKeyword_2_1_0()); }
+ LeftParenthesis
+ { after(grammarAccess.getDeviceSubcomponentAccess().getLeftParenthesisKeyword_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DeviceSubcomponent__Group_5_2_1__0
+rule__DeviceSubcomponent__Group_2_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group_5_2_1__0__Impl
- rule__DeviceSubcomponent__Group_5_2_1__1
+ rule__DeviceSubcomponent__Group_2_1__1__Impl
+ rule__DeviceSubcomponent__Group_2_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_5_2_1__0__Impl
+rule__DeviceSubcomponent__Group_2_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getCommaKeyword_5_2_1_0()); }
- Comma
- { after(grammarAccess.getDeviceSubcomponentAccess().getCommaKeyword_5_2_1_0()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
+ (rule__DeviceSubcomponent__OwnedPrototypeBindingAssignment_2_1_1)
+ { after(grammarAccess.getDeviceSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_5_2_1__1
+rule__DeviceSubcomponent__Group_2_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceSubcomponent__Group_5_2_1__1__Impl
+ rule__DeviceSubcomponent__Group_2_1__2__Impl
+ rule__DeviceSubcomponent__Group_2_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__Group_5_2_1__1__Impl
+rule__DeviceSubcomponent__Group_2_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1()); }
- (rule__DeviceSubcomponent__OwnedModeBindingAssignment_5_2_1_1)
- { after(grammarAccess.getDeviceSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getGroup_2_1_2()); }
+ (rule__DeviceSubcomponent__Group_2_1_2__0)*
+ { after(grammarAccess.getDeviceSubcomponentAccess().getGroup_2_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__MemorySubcomponent__Group__0
+rule__DeviceSubcomponent__Group_2_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group__0__Impl
- rule__MemorySubcomponent__Group__1
+ rule__DeviceSubcomponent__Group_2_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group__0__Impl
+rule__DeviceSubcomponent__Group_2_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getAlternatives_0()); }
- (rule__MemorySubcomponent__Alternatives_0)
- { after(grammarAccess.getMemorySubcomponentAccess().getAlternatives_0()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getRightParenthesisKeyword_2_1_3()); }
+ RightParenthesis
+ { after(grammarAccess.getDeviceSubcomponentAccess().getRightParenthesisKeyword_2_1_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group__1
+
+rule__DeviceSubcomponent__Group_2_1_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group__1__Impl
- rule__MemorySubcomponent__Group__2
+ rule__DeviceSubcomponent__Group_2_1_2__0__Impl
+ rule__DeviceSubcomponent__Group_2_1_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group__1__Impl
+rule__DeviceSubcomponent__Group_2_1_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getMemoryKeyword_1()); }
- Memory
- { after(grammarAccess.getMemorySubcomponentAccess().getMemoryKeyword_1()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getCommaKeyword_2_1_2_0()); }
+ Comma
+ { after(grammarAccess.getDeviceSubcomponentAccess().getCommaKeyword_2_1_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group__2
+rule__DeviceSubcomponent__Group_2_1_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group__2__Impl
- rule__MemorySubcomponent__Group__3
+ rule__DeviceSubcomponent__Group_2_1_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group__2__Impl
+rule__DeviceSubcomponent__Group_2_1_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getGroup_2()); }
- (rule__MemorySubcomponent__Group_2__0)?
- { after(grammarAccess.getMemorySubcomponentAccess().getGroup_2()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
+ (rule__DeviceSubcomponent__OwnedPrototypeBindingAssignment_2_1_2_1)
+ { after(grammarAccess.getDeviceSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group__3
+
+rule__DeviceSubcomponent__Group_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group__3__Impl
- rule__MemorySubcomponent__Group__4
+ rule__DeviceSubcomponent__Group_3__0__Impl
+ rule__DeviceSubcomponent__Group_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group__3__Impl
+rule__DeviceSubcomponent__Group_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getGroup_3()); }
- (rule__MemorySubcomponent__Group_3__0)?
- { after(grammarAccess.getMemorySubcomponentAccess().getGroup_3()); }
+ (
+ { before(grammarAccess.getDeviceSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
+ (rule__DeviceSubcomponent__ArrayDimensionAssignment_3_0)
+ { after(grammarAccess.getDeviceSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
+ )
+ (
+ { before(grammarAccess.getDeviceSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
+ (rule__DeviceSubcomponent__ArrayDimensionAssignment_3_0)*
+ { after(grammarAccess.getDeviceSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group__4
+rule__DeviceSubcomponent__Group_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group__4__Impl
- rule__MemorySubcomponent__Group__5
+ rule__DeviceSubcomponent__Group_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group__4__Impl
+rule__DeviceSubcomponent__Group_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getGroup_4()); }
- (rule__MemorySubcomponent__Group_4__0)?
- { after(grammarAccess.getMemorySubcomponentAccess().getGroup_4()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getGroup_3_1()); }
+ (rule__DeviceSubcomponent__Group_3_1__0)?
+ { after(grammarAccess.getDeviceSubcomponentAccess().getGroup_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group__5
+
+rule__DeviceSubcomponent__Group_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group__5__Impl
- rule__MemorySubcomponent__Group__6
+ rule__DeviceSubcomponent__Group_3_1__0__Impl
+ rule__DeviceSubcomponent__Group_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group__5__Impl
+rule__DeviceSubcomponent__Group_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getGroup_5()); }
- (rule__MemorySubcomponent__Group_5__0)?
- { after(grammarAccess.getMemorySubcomponentAccess().getGroup_5()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getLeftParenthesisKeyword_3_1_0()); }
+ LeftParenthesis
+ { after(grammarAccess.getDeviceSubcomponentAccess().getLeftParenthesisKeyword_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group__6
+rule__DeviceSubcomponent__Group_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group__6__Impl
+ rule__DeviceSubcomponent__Group_3_1__1__Impl
+ rule__DeviceSubcomponent__Group_3_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group__6__Impl
+rule__DeviceSubcomponent__Group_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getSemicolonKeyword_6()); }
- Semicolon
- { after(grammarAccess.getMemorySubcomponentAccess().getSemicolonKeyword_6()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getImplementationReferenceAssignment_3_1_1()); }
+ (rule__DeviceSubcomponent__ImplementationReferenceAssignment_3_1_1)
+ { after(grammarAccess.getDeviceSubcomponentAccess().getImplementationReferenceAssignment_3_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__MemorySubcomponent__Group_0_0__0
+rule__DeviceSubcomponent__Group_3_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group_0_0__0__Impl
- rule__MemorySubcomponent__Group_0_0__1
+ rule__DeviceSubcomponent__Group_3_1__2__Impl
+ rule__DeviceSubcomponent__Group_3_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_0_0__0__Impl
+rule__DeviceSubcomponent__Group_3_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getNameAssignment_0_0_0()); }
- (rule__MemorySubcomponent__NameAssignment_0_0_0)
- { after(grammarAccess.getMemorySubcomponentAccess().getNameAssignment_0_0_0()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getGroup_3_1_2()); }
+ (rule__DeviceSubcomponent__Group_3_1_2__0)*
+ { after(grammarAccess.getDeviceSubcomponentAccess().getGroup_3_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_0_0__1
+rule__DeviceSubcomponent__Group_3_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group_0_0__1__Impl
+ rule__DeviceSubcomponent__Group_3_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_0_0__1__Impl
+rule__DeviceSubcomponent__Group_3_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getColonKeyword_0_0_1()); }
- Colon
- { after(grammarAccess.getMemorySubcomponentAccess().getColonKeyword_0_0_1()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getRightParenthesisKeyword_3_1_3()); }
+ RightParenthesis
+ { after(grammarAccess.getDeviceSubcomponentAccess().getRightParenthesisKeyword_3_1_3()); }
)
;
finally {
@@ -74118,134 +75375,141 @@ finally {
}
-rule__MemorySubcomponent__Group_0_1__0
+rule__DeviceSubcomponent__Group_3_1_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group_0_1__0__Impl
- rule__MemorySubcomponent__Group_0_1__1
+ rule__DeviceSubcomponent__Group_3_1_2__0__Impl
+ rule__DeviceSubcomponent__Group_3_1_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_0_1__0__Impl
+rule__DeviceSubcomponent__Group_3_1_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getRefinedAssignment_0_1_0()); }
- (rule__MemorySubcomponent__RefinedAssignment_0_1_0)
- { after(grammarAccess.getMemorySubcomponentAccess().getRefinedAssignment_0_1_0()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getCommaKeyword_3_1_2_0()); }
+ Comma
+ { after(grammarAccess.getDeviceSubcomponentAccess().getCommaKeyword_3_1_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_0_1__1
+rule__DeviceSubcomponent__Group_3_1_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group_0_1__1__Impl
- rule__MemorySubcomponent__Group_0_1__2
+ rule__DeviceSubcomponent__Group_3_1_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_0_1__1__Impl
+rule__DeviceSubcomponent__Group_3_1_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getColonKeyword_0_1_1()); }
- Colon
- { after(grammarAccess.getMemorySubcomponentAccess().getColonKeyword_0_1_1()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1()); }
+ (rule__DeviceSubcomponent__ImplementationReferenceAssignment_3_1_2_1)
+ { after(grammarAccess.getDeviceSubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_0_1__2
+
+rule__DeviceSubcomponent__Group_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group_0_1__2__Impl
+ rule__DeviceSubcomponent__Group_4__0__Impl
+ rule__DeviceSubcomponent__Group_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_0_1__2__Impl
+rule__DeviceSubcomponent__Group_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getMemorySubcomponentAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getLeftCurlyBracketKeyword_4_0()); }
+ LeftCurlyBracket
+ { after(grammarAccess.getDeviceSubcomponentAccess().getLeftCurlyBracketKeyword_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__MemorySubcomponent__Group_2__0
+rule__DeviceSubcomponent__Group_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group_2__0__Impl
- rule__MemorySubcomponent__Group_2__1
+ rule__DeviceSubcomponent__Group_4__1__Impl
+ rule__DeviceSubcomponent__Group_4__2
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_2__0__Impl
+rule__DeviceSubcomponent__Group_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getMemorySubcomponentTypeAssignment_2_0()); }
- (rule__MemorySubcomponent__MemorySubcomponentTypeAssignment_2_0)
- { after(grammarAccess.getMemorySubcomponentAccess().getMemorySubcomponentTypeAssignment_2_0()); }
+ (
+ { before(grammarAccess.getDeviceSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ (rule__DeviceSubcomponent__OwnedPropertyAssociationAssignment_4_1)
+ { after(grammarAccess.getDeviceSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ )
+ (
+ { before(grammarAccess.getDeviceSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ (rule__DeviceSubcomponent__OwnedPropertyAssociationAssignment_4_1)*
+ { after(grammarAccess.getDeviceSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_2__1
+rule__DeviceSubcomponent__Group_4__2
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group_2__1__Impl
+ rule__DeviceSubcomponent__Group_4__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_2__1__Impl
+rule__DeviceSubcomponent__Group_4__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getGroup_2_1()); }
- (rule__MemorySubcomponent__Group_2_1__0)?
- { after(grammarAccess.getMemorySubcomponentAccess().getGroup_2_1()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getRightCurlyBracketKeyword_4_2()); }
+ RightCurlyBracket
+ { after(grammarAccess.getDeviceSubcomponentAccess().getRightCurlyBracketKeyword_4_2()); }
)
;
finally {
@@ -74253,877 +75517,870 @@ finally {
}
-rule__MemorySubcomponent__Group_2_1__0
+rule__DeviceSubcomponent__Group_5__0
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group_2_1__0__Impl
- rule__MemorySubcomponent__Group_2_1__1
+ rule__DeviceSubcomponent__Group_5__0__Impl
+ rule__DeviceSubcomponent__Group_5__1
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_2_1__0__Impl
+rule__DeviceSubcomponent__Group_5__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getLeftParenthesisKeyword_2_1_0()); }
- LeftParenthesis
- { after(grammarAccess.getMemorySubcomponentAccess().getLeftParenthesisKeyword_2_1_0()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getInKeyword_5_0()); }
+ In
+ { after(grammarAccess.getDeviceSubcomponentAccess().getInKeyword_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_2_1__1
+rule__DeviceSubcomponent__Group_5__1
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group_2_1__1__Impl
- rule__MemorySubcomponent__Group_2_1__2
+ rule__DeviceSubcomponent__Group_5__1__Impl
+ rule__DeviceSubcomponent__Group_5__2
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_2_1__1__Impl
+rule__DeviceSubcomponent__Group_5__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
- (rule__MemorySubcomponent__OwnedPrototypeBindingAssignment_2_1_1)
- { after(grammarAccess.getMemorySubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getModesKeyword_5_1()); }
+ Modes
+ { after(grammarAccess.getDeviceSubcomponentAccess().getModesKeyword_5_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_2_1__2
+rule__DeviceSubcomponent__Group_5__2
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group_2_1__2__Impl
- rule__MemorySubcomponent__Group_2_1__3
+ rule__DeviceSubcomponent__Group_5__2__Impl
+ rule__DeviceSubcomponent__Group_5__3
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_2_1__2__Impl
+rule__DeviceSubcomponent__Group_5__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getGroup_2_1_2()); }
- (rule__MemorySubcomponent__Group_2_1_2__0)*
- { after(grammarAccess.getMemorySubcomponentAccess().getGroup_2_1_2()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getLeftParenthesisKeyword_5_2()); }
+ LeftParenthesis
+ { after(grammarAccess.getDeviceSubcomponentAccess().getLeftParenthesisKeyword_5_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_2_1__3
+rule__DeviceSubcomponent__Group_5__3
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group_2_1__3__Impl
+ rule__DeviceSubcomponent__Group_5__3__Impl
+ rule__DeviceSubcomponent__Group_5__4
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_2_1__3__Impl
+rule__DeviceSubcomponent__Group_5__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getRightParenthesisKeyword_2_1_3()); }
- RightParenthesis
- { after(grammarAccess.getMemorySubcomponentAccess().getRightParenthesisKeyword_2_1_3()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getGroup_5_3()); }
+ (rule__DeviceSubcomponent__Group_5_3__0)
+ { after(grammarAccess.getDeviceSubcomponentAccess().getGroup_5_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__MemorySubcomponent__Group_2_1_2__0
+rule__DeviceSubcomponent__Group_5__4
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group_2_1_2__0__Impl
- rule__MemorySubcomponent__Group_2_1_2__1
+ rule__DeviceSubcomponent__Group_5__4__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_2_1_2__0__Impl
+rule__DeviceSubcomponent__Group_5__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getCommaKeyword_2_1_2_0()); }
- Comma
- { after(grammarAccess.getMemorySubcomponentAccess().getCommaKeyword_2_1_2_0()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getRightParenthesisKeyword_5_4()); }
+ RightParenthesis
+ { after(grammarAccess.getDeviceSubcomponentAccess().getRightParenthesisKeyword_5_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_2_1_2__1
+
+rule__DeviceSubcomponent__Group_5_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group_2_1_2__1__Impl
+ rule__DeviceSubcomponent__Group_5_3__0__Impl
+ rule__DeviceSubcomponent__Group_5_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_2_1_2__1__Impl
+rule__DeviceSubcomponent__Group_5_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
- (rule__MemorySubcomponent__OwnedPrototypeBindingAssignment_2_1_2_1)
- { after(grammarAccess.getMemorySubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getOwnedModeBindingAssignment_5_3_0()); }
+ (rule__DeviceSubcomponent__OwnedModeBindingAssignment_5_3_0)
+ { after(grammarAccess.getDeviceSubcomponentAccess().getOwnedModeBindingAssignment_5_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__MemorySubcomponent__Group_3__0
+rule__DeviceSubcomponent__Group_5_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group_3__0__Impl
- rule__MemorySubcomponent__Group_3__1
+ rule__DeviceSubcomponent__Group_5_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_3__0__Impl
+rule__DeviceSubcomponent__Group_5_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getMemorySubcomponentAccess().getArrayDimensionAssignment_3_0()); }
- (rule__MemorySubcomponent__ArrayDimensionAssignment_3_0)
- { after(grammarAccess.getMemorySubcomponentAccess().getArrayDimensionAssignment_3_0()); }
- )
- (
- { before(grammarAccess.getMemorySubcomponentAccess().getArrayDimensionAssignment_3_0()); }
- (rule__MemorySubcomponent__ArrayDimensionAssignment_3_0)*
- { after(grammarAccess.getMemorySubcomponentAccess().getArrayDimensionAssignment_3_0()); }
- )
+ { before(grammarAccess.getDeviceSubcomponentAccess().getGroup_5_3_1()); }
+ (rule__DeviceSubcomponent__Group_5_3_1__0)*
+ { after(grammarAccess.getDeviceSubcomponentAccess().getGroup_5_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_3__1
+
+rule__DeviceSubcomponent__Group_5_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group_3__1__Impl
+ rule__DeviceSubcomponent__Group_5_3_1__0__Impl
+ rule__DeviceSubcomponent__Group_5_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_3__1__Impl
+rule__DeviceSubcomponent__Group_5_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getGroup_3_1()); }
- (rule__MemorySubcomponent__Group_3_1__0)?
- { after(grammarAccess.getMemorySubcomponentAccess().getGroup_3_1()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getCommaKeyword_5_3_1_0()); }
+ Comma
+ { after(grammarAccess.getDeviceSubcomponentAccess().getCommaKeyword_5_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__MemorySubcomponent__Group_3_1__0
+rule__DeviceSubcomponent__Group_5_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group_3_1__0__Impl
- rule__MemorySubcomponent__Group_3_1__1
+ rule__DeviceSubcomponent__Group_5_3_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_3_1__0__Impl
+rule__DeviceSubcomponent__Group_5_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getLeftParenthesisKeyword_3_1_0()); }
- LeftParenthesis
- { after(grammarAccess.getMemorySubcomponentAccess().getLeftParenthesisKeyword_3_1_0()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getOwnedModeBindingAssignment_5_3_1_1()); }
+ (rule__DeviceSubcomponent__OwnedModeBindingAssignment_5_3_1_1)
+ { after(grammarAccess.getDeviceSubcomponentAccess().getOwnedModeBindingAssignment_5_3_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_3_1__1
+
+rule__MemorySubcomponent__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group_3_1__1__Impl
- rule__MemorySubcomponent__Group_3_1__2
+ rule__MemorySubcomponent__Group__0__Impl
+ rule__MemorySubcomponent__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_3_1__1__Impl
+rule__MemorySubcomponent__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getImplementationReferenceAssignment_3_1_1()); }
- (rule__MemorySubcomponent__ImplementationReferenceAssignment_3_1_1)
- { after(grammarAccess.getMemorySubcomponentAccess().getImplementationReferenceAssignment_3_1_1()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getAlternatives_0()); }
+ (rule__MemorySubcomponent__Alternatives_0)
+ { after(grammarAccess.getMemorySubcomponentAccess().getAlternatives_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_3_1__2
+rule__MemorySubcomponent__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group_3_1__2__Impl
- rule__MemorySubcomponent__Group_3_1__3
+ rule__MemorySubcomponent__Group__1__Impl
+ rule__MemorySubcomponent__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_3_1__2__Impl
+rule__MemorySubcomponent__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getGroup_3_1_2()); }
- (rule__MemorySubcomponent__Group_3_1_2__0)*
- { after(grammarAccess.getMemorySubcomponentAccess().getGroup_3_1_2()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getMemoryKeyword_1()); }
+ Memory
+ { after(grammarAccess.getMemorySubcomponentAccess().getMemoryKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_3_1__3
+rule__MemorySubcomponent__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group_3_1__3__Impl
+ rule__MemorySubcomponent__Group__2__Impl
+ rule__MemorySubcomponent__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_3_1__3__Impl
+rule__MemorySubcomponent__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getRightParenthesisKeyword_3_1_3()); }
- RightParenthesis
- { after(grammarAccess.getMemorySubcomponentAccess().getRightParenthesisKeyword_3_1_3()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getGroup_2()); }
+ (rule__MemorySubcomponent__Group_2__0)?
+ { after(grammarAccess.getMemorySubcomponentAccess().getGroup_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__MemorySubcomponent__Group_3_1_2__0
+rule__MemorySubcomponent__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group_3_1_2__0__Impl
- rule__MemorySubcomponent__Group_3_1_2__1
+ rule__MemorySubcomponent__Group__3__Impl
+ rule__MemorySubcomponent__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_3_1_2__0__Impl
+rule__MemorySubcomponent__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getCommaKeyword_3_1_2_0()); }
- Comma
- { after(grammarAccess.getMemorySubcomponentAccess().getCommaKeyword_3_1_2_0()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getGroup_3()); }
+ (rule__MemorySubcomponent__Group_3__0)?
+ { after(grammarAccess.getMemorySubcomponentAccess().getGroup_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_3_1_2__1
+rule__MemorySubcomponent__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group_3_1_2__1__Impl
+ rule__MemorySubcomponent__Group__4__Impl
+ rule__MemorySubcomponent__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_3_1_2__1__Impl
+rule__MemorySubcomponent__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1()); }
- (rule__MemorySubcomponent__ImplementationReferenceAssignment_3_1_2_1)
- { after(grammarAccess.getMemorySubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getGroup_4()); }
+ (rule__MemorySubcomponent__Group_4__0)?
+ { after(grammarAccess.getMemorySubcomponentAccess().getGroup_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__MemorySubcomponent__Group_4__0
+rule__MemorySubcomponent__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group_4__0__Impl
- rule__MemorySubcomponent__Group_4__1
+ rule__MemorySubcomponent__Group__5__Impl
+ rule__MemorySubcomponent__Group__6
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_4__0__Impl
+rule__MemorySubcomponent__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getLeftCurlyBracketKeyword_4_0()); }
- LeftCurlyBracket
- { after(grammarAccess.getMemorySubcomponentAccess().getLeftCurlyBracketKeyword_4_0()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getGroup_5()); }
+ (rule__MemorySubcomponent__Group_5__0)?
+ { after(grammarAccess.getMemorySubcomponentAccess().getGroup_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_4__1
+rule__MemorySubcomponent__Group__6
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group_4__1__Impl
- rule__MemorySubcomponent__Group_4__2
+ rule__MemorySubcomponent__Group__6__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_4__1__Impl
+rule__MemorySubcomponent__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getMemorySubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__MemorySubcomponent__OwnedPropertyAssociationAssignment_4_1)
- { after(grammarAccess.getMemorySubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- )
- (
- { before(grammarAccess.getMemorySubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__MemorySubcomponent__OwnedPropertyAssociationAssignment_4_1)*
- { after(grammarAccess.getMemorySubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- )
+ { before(grammarAccess.getMemorySubcomponentAccess().getSemicolonKeyword_6()); }
+ Semicolon
+ { after(grammarAccess.getMemorySubcomponentAccess().getSemicolonKeyword_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_4__2
+
+rule__MemorySubcomponent__Group_0_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group_4__2__Impl
+ rule__MemorySubcomponent__Group_0_0__0__Impl
+ rule__MemorySubcomponent__Group_0_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_4__2__Impl
+rule__MemorySubcomponent__Group_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getRightCurlyBracketKeyword_4_2()); }
- RightCurlyBracket
- { after(grammarAccess.getMemorySubcomponentAccess().getRightCurlyBracketKeyword_4_2()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getNameAssignment_0_0_0()); }
+ (rule__MemorySubcomponent__NameAssignment_0_0_0)
+ { after(grammarAccess.getMemorySubcomponentAccess().getNameAssignment_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__MemorySubcomponent__Group_5__0
+rule__MemorySubcomponent__Group_0_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group_5__0__Impl
- rule__MemorySubcomponent__Group_5__1
+ rule__MemorySubcomponent__Group_0_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_5__0__Impl
+rule__MemorySubcomponent__Group_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getInModesKeywordsParserRuleCall_5_0()); }
- ruleInModesKeywords
- { after(grammarAccess.getMemorySubcomponentAccess().getInModesKeywordsParserRuleCall_5_0()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getColonKeyword_0_0_1()); }
+ Colon
+ { after(grammarAccess.getMemorySubcomponentAccess().getColonKeyword_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_5__1
+
+rule__MemorySubcomponent__Group_0_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group_5__1__Impl
- rule__MemorySubcomponent__Group_5__2
+ rule__MemorySubcomponent__Group_0_1__0__Impl
+ rule__MemorySubcomponent__Group_0_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_5__1__Impl
+rule__MemorySubcomponent__Group_0_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getLeftParenthesisKeyword_5_1()); }
- LeftParenthesis
- { after(grammarAccess.getMemorySubcomponentAccess().getLeftParenthesisKeyword_5_1()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getRefinedAssignment_0_1_0()); }
+ (rule__MemorySubcomponent__RefinedAssignment_0_1_0)
+ { after(grammarAccess.getMemorySubcomponentAccess().getRefinedAssignment_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_5__2
+rule__MemorySubcomponent__Group_0_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group_5__2__Impl
- rule__MemorySubcomponent__Group_5__3
+ rule__MemorySubcomponent__Group_0_1__1__Impl
+ rule__MemorySubcomponent__Group_0_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_5__2__Impl
+rule__MemorySubcomponent__Group_0_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getGroup_5_2()); }
- (rule__MemorySubcomponent__Group_5_2__0)
- { after(grammarAccess.getMemorySubcomponentAccess().getGroup_5_2()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getColonKeyword_0_1_1()); }
+ Colon
+ { after(grammarAccess.getMemorySubcomponentAccess().getColonKeyword_0_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_5__3
+rule__MemorySubcomponent__Group_0_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group_5__3__Impl
+ rule__MemorySubcomponent__Group_0_1__2__Impl
+ rule__MemorySubcomponent__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_5__3__Impl
+rule__MemorySubcomponent__Group_0_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getRightParenthesisKeyword_5_3()); }
- RightParenthesis
- { after(grammarAccess.getMemorySubcomponentAccess().getRightParenthesisKeyword_5_3()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getMemorySubcomponentAccess().getRefinedKeyword_0_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__MemorySubcomponent__Group_5_2__0
+rule__MemorySubcomponent__Group_0_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group_5_2__0__Impl
- rule__MemorySubcomponent__Group_5_2__1
+ rule__MemorySubcomponent__Group_0_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_5_2__0__Impl
+rule__MemorySubcomponent__Group_0_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getOwnedModeBindingAssignment_5_2_0()); }
- (rule__MemorySubcomponent__OwnedModeBindingAssignment_5_2_0)
- { after(grammarAccess.getMemorySubcomponentAccess().getOwnedModeBindingAssignment_5_2_0()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getMemorySubcomponentAccess().getToKeyword_0_1_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_5_2__1
+
+rule__MemorySubcomponent__Group_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group_5_2__1__Impl
+ rule__MemorySubcomponent__Group_2__0__Impl
+ rule__MemorySubcomponent__Group_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_5_2__1__Impl
+rule__MemorySubcomponent__Group_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getGroup_5_2_1()); }
- (rule__MemorySubcomponent__Group_5_2_1__0)*
- { after(grammarAccess.getMemorySubcomponentAccess().getGroup_5_2_1()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getMemorySubcomponentTypeAssignment_2_0()); }
+ (rule__MemorySubcomponent__MemorySubcomponentTypeAssignment_2_0)
+ { after(grammarAccess.getMemorySubcomponentAccess().getMemorySubcomponentTypeAssignment_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__MemorySubcomponent__Group_5_2_1__0
+rule__MemorySubcomponent__Group_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group_5_2_1__0__Impl
- rule__MemorySubcomponent__Group_5_2_1__1
+ rule__MemorySubcomponent__Group_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_5_2_1__0__Impl
+rule__MemorySubcomponent__Group_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getCommaKeyword_5_2_1_0()); }
- Comma
- { after(grammarAccess.getMemorySubcomponentAccess().getCommaKeyword_5_2_1_0()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getGroup_2_1()); }
+ (rule__MemorySubcomponent__Group_2_1__0)?
+ { after(grammarAccess.getMemorySubcomponentAccess().getGroup_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_5_2_1__1
+
+rule__MemorySubcomponent__Group_2_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__MemorySubcomponent__Group_5_2_1__1__Impl
+ rule__MemorySubcomponent__Group_2_1__0__Impl
+ rule__MemorySubcomponent__Group_2_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__Group_5_2_1__1__Impl
+rule__MemorySubcomponent__Group_2_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1()); }
- (rule__MemorySubcomponent__OwnedModeBindingAssignment_5_2_1_1)
- { after(grammarAccess.getMemorySubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getLeftParenthesisKeyword_2_1_0()); }
+ LeftParenthesis
+ { after(grammarAccess.getMemorySubcomponentAccess().getLeftParenthesisKeyword_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__BusSubcomponent__Group__0
+rule__MemorySubcomponent__Group_2_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group__0__Impl
- rule__BusSubcomponent__Group__1
+ rule__MemorySubcomponent__Group_2_1__1__Impl
+ rule__MemorySubcomponent__Group_2_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group__0__Impl
+rule__MemorySubcomponent__Group_2_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getAlternatives_0()); }
- (rule__BusSubcomponent__Alternatives_0)
- { after(grammarAccess.getBusSubcomponentAccess().getAlternatives_0()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
+ (rule__MemorySubcomponent__OwnedPrototypeBindingAssignment_2_1_1)
+ { after(grammarAccess.getMemorySubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group__1
+rule__MemorySubcomponent__Group_2_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group__1__Impl
- rule__BusSubcomponent__Group__2
+ rule__MemorySubcomponent__Group_2_1__2__Impl
+ rule__MemorySubcomponent__Group_2_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group__1__Impl
+rule__MemorySubcomponent__Group_2_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getBusKeyword_1()); }
- Bus
- { after(grammarAccess.getBusSubcomponentAccess().getBusKeyword_1()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getGroup_2_1_2()); }
+ (rule__MemorySubcomponent__Group_2_1_2__0)*
+ { after(grammarAccess.getMemorySubcomponentAccess().getGroup_2_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group__2
+rule__MemorySubcomponent__Group_2_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group__2__Impl
- rule__BusSubcomponent__Group__3
+ rule__MemorySubcomponent__Group_2_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group__2__Impl
+rule__MemorySubcomponent__Group_2_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getGroup_2()); }
- (rule__BusSubcomponent__Group_2__0)?
- { after(grammarAccess.getBusSubcomponentAccess().getGroup_2()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getRightParenthesisKeyword_2_1_3()); }
+ RightParenthesis
+ { after(grammarAccess.getMemorySubcomponentAccess().getRightParenthesisKeyword_2_1_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group__3
+
+rule__MemorySubcomponent__Group_2_1_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group__3__Impl
- rule__BusSubcomponent__Group__4
+ rule__MemorySubcomponent__Group_2_1_2__0__Impl
+ rule__MemorySubcomponent__Group_2_1_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group__3__Impl
+rule__MemorySubcomponent__Group_2_1_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getGroup_3()); }
- (rule__BusSubcomponent__Group_3__0)?
- { after(grammarAccess.getBusSubcomponentAccess().getGroup_3()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getCommaKeyword_2_1_2_0()); }
+ Comma
+ { after(grammarAccess.getMemorySubcomponentAccess().getCommaKeyword_2_1_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group__4
+rule__MemorySubcomponent__Group_2_1_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group__4__Impl
- rule__BusSubcomponent__Group__5
+ rule__MemorySubcomponent__Group_2_1_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group__4__Impl
+rule__MemorySubcomponent__Group_2_1_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getGroup_4()); }
- (rule__BusSubcomponent__Group_4__0)?
- { after(grammarAccess.getBusSubcomponentAccess().getGroup_4()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
+ (rule__MemorySubcomponent__OwnedPrototypeBindingAssignment_2_1_2_1)
+ { after(grammarAccess.getMemorySubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group__5
+
+rule__MemorySubcomponent__Group_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group__5__Impl
- rule__BusSubcomponent__Group__6
+ rule__MemorySubcomponent__Group_3__0__Impl
+ rule__MemorySubcomponent__Group_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group__5__Impl
+rule__MemorySubcomponent__Group_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getGroup_5()); }
- (rule__BusSubcomponent__Group_5__0)?
- { after(grammarAccess.getBusSubcomponentAccess().getGroup_5()); }
+ (
+ { before(grammarAccess.getMemorySubcomponentAccess().getArrayDimensionAssignment_3_0()); }
+ (rule__MemorySubcomponent__ArrayDimensionAssignment_3_0)
+ { after(grammarAccess.getMemorySubcomponentAccess().getArrayDimensionAssignment_3_0()); }
+ )
+ (
+ { before(grammarAccess.getMemorySubcomponentAccess().getArrayDimensionAssignment_3_0()); }
+ (rule__MemorySubcomponent__ArrayDimensionAssignment_3_0)*
+ { after(grammarAccess.getMemorySubcomponentAccess().getArrayDimensionAssignment_3_0()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group__6
+rule__MemorySubcomponent__Group_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group__6__Impl
+ rule__MemorySubcomponent__Group_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group__6__Impl
+rule__MemorySubcomponent__Group_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getSemicolonKeyword_6()); }
- Semicolon
- { after(grammarAccess.getBusSubcomponentAccess().getSemicolonKeyword_6()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getGroup_3_1()); }
+ (rule__MemorySubcomponent__Group_3_1__0)?
+ { after(grammarAccess.getMemorySubcomponentAccess().getGroup_3_1()); }
)
;
finally {
@@ -75131,1066 +76388,1059 @@ finally {
}
-rule__BusSubcomponent__Group_0_0__0
+rule__MemorySubcomponent__Group_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group_0_0__0__Impl
- rule__BusSubcomponent__Group_0_0__1
+ rule__MemorySubcomponent__Group_3_1__0__Impl
+ rule__MemorySubcomponent__Group_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_0_0__0__Impl
+rule__MemorySubcomponent__Group_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getNameAssignment_0_0_0()); }
- (rule__BusSubcomponent__NameAssignment_0_0_0)
- { after(grammarAccess.getBusSubcomponentAccess().getNameAssignment_0_0_0()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getLeftParenthesisKeyword_3_1_0()); }
+ LeftParenthesis
+ { after(grammarAccess.getMemorySubcomponentAccess().getLeftParenthesisKeyword_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_0_0__1
+rule__MemorySubcomponent__Group_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group_0_0__1__Impl
+ rule__MemorySubcomponent__Group_3_1__1__Impl
+ rule__MemorySubcomponent__Group_3_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_0_0__1__Impl
+rule__MemorySubcomponent__Group_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getColonKeyword_0_0_1()); }
- Colon
- { after(grammarAccess.getBusSubcomponentAccess().getColonKeyword_0_0_1()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getImplementationReferenceAssignment_3_1_1()); }
+ (rule__MemorySubcomponent__ImplementationReferenceAssignment_3_1_1)
+ { after(grammarAccess.getMemorySubcomponentAccess().getImplementationReferenceAssignment_3_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__BusSubcomponent__Group_0_1__0
+rule__MemorySubcomponent__Group_3_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group_0_1__0__Impl
- rule__BusSubcomponent__Group_0_1__1
+ rule__MemorySubcomponent__Group_3_1__2__Impl
+ rule__MemorySubcomponent__Group_3_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_0_1__0__Impl
+rule__MemorySubcomponent__Group_3_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getRefinedAssignment_0_1_0()); }
- (rule__BusSubcomponent__RefinedAssignment_0_1_0)
- { after(grammarAccess.getBusSubcomponentAccess().getRefinedAssignment_0_1_0()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getGroup_3_1_2()); }
+ (rule__MemorySubcomponent__Group_3_1_2__0)*
+ { after(grammarAccess.getMemorySubcomponentAccess().getGroup_3_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_0_1__1
+rule__MemorySubcomponent__Group_3_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group_0_1__1__Impl
- rule__BusSubcomponent__Group_0_1__2
+ rule__MemorySubcomponent__Group_3_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_0_1__1__Impl
+rule__MemorySubcomponent__Group_3_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getColonKeyword_0_1_1()); }
- Colon
- { after(grammarAccess.getBusSubcomponentAccess().getColonKeyword_0_1_1()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getRightParenthesisKeyword_3_1_3()); }
+ RightParenthesis
+ { after(grammarAccess.getMemorySubcomponentAccess().getRightParenthesisKeyword_3_1_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_0_1__2
+
+rule__MemorySubcomponent__Group_3_1_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group_0_1__2__Impl
+ rule__MemorySubcomponent__Group_3_1_2__0__Impl
+ rule__MemorySubcomponent__Group_3_1_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_0_1__2__Impl
+rule__MemorySubcomponent__Group_3_1_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getBusSubcomponentAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getCommaKeyword_3_1_2_0()); }
+ Comma
+ { after(grammarAccess.getMemorySubcomponentAccess().getCommaKeyword_3_1_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__BusSubcomponent__Group_2__0
+rule__MemorySubcomponent__Group_3_1_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group_2__0__Impl
- rule__BusSubcomponent__Group_2__1
+ rule__MemorySubcomponent__Group_3_1_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_2__0__Impl
+rule__MemorySubcomponent__Group_3_1_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getBusSubcomponentTypeAssignment_2_0()); }
- (rule__BusSubcomponent__BusSubcomponentTypeAssignment_2_0)
- { after(grammarAccess.getBusSubcomponentAccess().getBusSubcomponentTypeAssignment_2_0()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1()); }
+ (rule__MemorySubcomponent__ImplementationReferenceAssignment_3_1_2_1)
+ { after(grammarAccess.getMemorySubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_2__1
+
+rule__MemorySubcomponent__Group_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group_2__1__Impl
+ rule__MemorySubcomponent__Group_4__0__Impl
+ rule__MemorySubcomponent__Group_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_2__1__Impl
+rule__MemorySubcomponent__Group_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getGroup_2_1()); }
- (rule__BusSubcomponent__Group_2_1__0)?
- { after(grammarAccess.getBusSubcomponentAccess().getGroup_2_1()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getLeftCurlyBracketKeyword_4_0()); }
+ LeftCurlyBracket
+ { after(grammarAccess.getMemorySubcomponentAccess().getLeftCurlyBracketKeyword_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__BusSubcomponent__Group_2_1__0
+rule__MemorySubcomponent__Group_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group_2_1__0__Impl
- rule__BusSubcomponent__Group_2_1__1
+ rule__MemorySubcomponent__Group_4__1__Impl
+ rule__MemorySubcomponent__Group_4__2
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_2_1__0__Impl
+rule__MemorySubcomponent__Group_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getLeftParenthesisKeyword_2_1_0()); }
- LeftParenthesis
- { after(grammarAccess.getBusSubcomponentAccess().getLeftParenthesisKeyword_2_1_0()); }
+ (
+ { before(grammarAccess.getMemorySubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ (rule__MemorySubcomponent__OwnedPropertyAssociationAssignment_4_1)
+ { after(grammarAccess.getMemorySubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ )
+ (
+ { before(grammarAccess.getMemorySubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ (rule__MemorySubcomponent__OwnedPropertyAssociationAssignment_4_1)*
+ { after(grammarAccess.getMemorySubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_2_1__1
+rule__MemorySubcomponent__Group_4__2
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group_2_1__1__Impl
- rule__BusSubcomponent__Group_2_1__2
+ rule__MemorySubcomponent__Group_4__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_2_1__1__Impl
+rule__MemorySubcomponent__Group_4__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
- (rule__BusSubcomponent__OwnedPrototypeBindingAssignment_2_1_1)
- { after(grammarAccess.getBusSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getRightCurlyBracketKeyword_4_2()); }
+ RightCurlyBracket
+ { after(grammarAccess.getMemorySubcomponentAccess().getRightCurlyBracketKeyword_4_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_2_1__2
+
+rule__MemorySubcomponent__Group_5__0
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group_2_1__2__Impl
- rule__BusSubcomponent__Group_2_1__3
+ rule__MemorySubcomponent__Group_5__0__Impl
+ rule__MemorySubcomponent__Group_5__1
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_2_1__2__Impl
+rule__MemorySubcomponent__Group_5__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getGroup_2_1_2()); }
- (rule__BusSubcomponent__Group_2_1_2__0)*
- { after(grammarAccess.getBusSubcomponentAccess().getGroup_2_1_2()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getInKeyword_5_0()); }
+ In
+ { after(grammarAccess.getMemorySubcomponentAccess().getInKeyword_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_2_1__3
+rule__MemorySubcomponent__Group_5__1
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group_2_1__3__Impl
+ rule__MemorySubcomponent__Group_5__1__Impl
+ rule__MemorySubcomponent__Group_5__2
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_2_1__3__Impl
+rule__MemorySubcomponent__Group_5__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getRightParenthesisKeyword_2_1_3()); }
- RightParenthesis
- { after(grammarAccess.getBusSubcomponentAccess().getRightParenthesisKeyword_2_1_3()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getModesKeyword_5_1()); }
+ Modes
+ { after(grammarAccess.getMemorySubcomponentAccess().getModesKeyword_5_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__BusSubcomponent__Group_2_1_2__0
+rule__MemorySubcomponent__Group_5__2
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group_2_1_2__0__Impl
- rule__BusSubcomponent__Group_2_1_2__1
+ rule__MemorySubcomponent__Group_5__2__Impl
+ rule__MemorySubcomponent__Group_5__3
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_2_1_2__0__Impl
+rule__MemorySubcomponent__Group_5__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getCommaKeyword_2_1_2_0()); }
- Comma
- { after(grammarAccess.getBusSubcomponentAccess().getCommaKeyword_2_1_2_0()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getLeftParenthesisKeyword_5_2()); }
+ LeftParenthesis
+ { after(grammarAccess.getMemorySubcomponentAccess().getLeftParenthesisKeyword_5_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_2_1_2__1
+rule__MemorySubcomponent__Group_5__3
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group_2_1_2__1__Impl
+ rule__MemorySubcomponent__Group_5__3__Impl
+ rule__MemorySubcomponent__Group_5__4
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_2_1_2__1__Impl
+rule__MemorySubcomponent__Group_5__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
- (rule__BusSubcomponent__OwnedPrototypeBindingAssignment_2_1_2_1)
- { after(grammarAccess.getBusSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getGroup_5_3()); }
+ (rule__MemorySubcomponent__Group_5_3__0)
+ { after(grammarAccess.getMemorySubcomponentAccess().getGroup_5_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__BusSubcomponent__Group_3__0
+rule__MemorySubcomponent__Group_5__4
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group_3__0__Impl
- rule__BusSubcomponent__Group_3__1
+ rule__MemorySubcomponent__Group_5__4__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_3__0__Impl
+rule__MemorySubcomponent__Group_5__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getBusSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
- (rule__BusSubcomponent__ArrayDimensionAssignment_3_0)
- { after(grammarAccess.getBusSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
- )
- (
- { before(grammarAccess.getBusSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
- (rule__BusSubcomponent__ArrayDimensionAssignment_3_0)*
- { after(grammarAccess.getBusSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
- )
+ { before(grammarAccess.getMemorySubcomponentAccess().getRightParenthesisKeyword_5_4()); }
+ RightParenthesis
+ { after(grammarAccess.getMemorySubcomponentAccess().getRightParenthesisKeyword_5_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_3__1
+
+rule__MemorySubcomponent__Group_5_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group_3__1__Impl
+ rule__MemorySubcomponent__Group_5_3__0__Impl
+ rule__MemorySubcomponent__Group_5_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_3__1__Impl
+rule__MemorySubcomponent__Group_5_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getGroup_3_1()); }
- (rule__BusSubcomponent__Group_3_1__0)?
- { after(grammarAccess.getBusSubcomponentAccess().getGroup_3_1()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getOwnedModeBindingAssignment_5_3_0()); }
+ (rule__MemorySubcomponent__OwnedModeBindingAssignment_5_3_0)
+ { after(grammarAccess.getMemorySubcomponentAccess().getOwnedModeBindingAssignment_5_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__BusSubcomponent__Group_3_1__0
+rule__MemorySubcomponent__Group_5_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group_3_1__0__Impl
- rule__BusSubcomponent__Group_3_1__1
+ rule__MemorySubcomponent__Group_5_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_3_1__0__Impl
+rule__MemorySubcomponent__Group_5_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getLeftParenthesisKeyword_3_1_0()); }
- LeftParenthesis
- { after(grammarAccess.getBusSubcomponentAccess().getLeftParenthesisKeyword_3_1_0()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getGroup_5_3_1()); }
+ (rule__MemorySubcomponent__Group_5_3_1__0)*
+ { after(grammarAccess.getMemorySubcomponentAccess().getGroup_5_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_3_1__1
+
+rule__MemorySubcomponent__Group_5_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group_3_1__1__Impl
- rule__BusSubcomponent__Group_3_1__2
+ rule__MemorySubcomponent__Group_5_3_1__0__Impl
+ rule__MemorySubcomponent__Group_5_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_3_1__1__Impl
+rule__MemorySubcomponent__Group_5_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getImplementationReferenceAssignment_3_1_1()); }
- (rule__BusSubcomponent__ImplementationReferenceAssignment_3_1_1)
- { after(grammarAccess.getBusSubcomponentAccess().getImplementationReferenceAssignment_3_1_1()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getCommaKeyword_5_3_1_0()); }
+ Comma
+ { after(grammarAccess.getMemorySubcomponentAccess().getCommaKeyword_5_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_3_1__2
+rule__MemorySubcomponent__Group_5_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group_3_1__2__Impl
- rule__BusSubcomponent__Group_3_1__3
+ rule__MemorySubcomponent__Group_5_3_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_3_1__2__Impl
+rule__MemorySubcomponent__Group_5_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getGroup_3_1_2()); }
- (rule__BusSubcomponent__Group_3_1_2__0)*
- { after(grammarAccess.getBusSubcomponentAccess().getGroup_3_1_2()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getOwnedModeBindingAssignment_5_3_1_1()); }
+ (rule__MemorySubcomponent__OwnedModeBindingAssignment_5_3_1_1)
+ { after(grammarAccess.getMemorySubcomponentAccess().getOwnedModeBindingAssignment_5_3_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_3_1__3
+
+rule__BusSubcomponent__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group_3_1__3__Impl
+ rule__BusSubcomponent__Group__0__Impl
+ rule__BusSubcomponent__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_3_1__3__Impl
+rule__BusSubcomponent__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getRightParenthesisKeyword_3_1_3()); }
- RightParenthesis
- { after(grammarAccess.getBusSubcomponentAccess().getRightParenthesisKeyword_3_1_3()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getAlternatives_0()); }
+ (rule__BusSubcomponent__Alternatives_0)
+ { after(grammarAccess.getBusSubcomponentAccess().getAlternatives_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__BusSubcomponent__Group_3_1_2__0
+rule__BusSubcomponent__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group_3_1_2__0__Impl
- rule__BusSubcomponent__Group_3_1_2__1
+ rule__BusSubcomponent__Group__1__Impl
+ rule__BusSubcomponent__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_3_1_2__0__Impl
+rule__BusSubcomponent__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getCommaKeyword_3_1_2_0()); }
- Comma
- { after(grammarAccess.getBusSubcomponentAccess().getCommaKeyword_3_1_2_0()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getBusKeyword_1()); }
+ Bus
+ { after(grammarAccess.getBusSubcomponentAccess().getBusKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_3_1_2__1
+rule__BusSubcomponent__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group_3_1_2__1__Impl
+ rule__BusSubcomponent__Group__2__Impl
+ rule__BusSubcomponent__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_3_1_2__1__Impl
+rule__BusSubcomponent__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1()); }
- (rule__BusSubcomponent__ImplementationReferenceAssignment_3_1_2_1)
- { after(grammarAccess.getBusSubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getGroup_2()); }
+ (rule__BusSubcomponent__Group_2__0)?
+ { after(grammarAccess.getBusSubcomponentAccess().getGroup_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__BusSubcomponent__Group_4__0
+rule__BusSubcomponent__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group_4__0__Impl
- rule__BusSubcomponent__Group_4__1
+ rule__BusSubcomponent__Group__3__Impl
+ rule__BusSubcomponent__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_4__0__Impl
+rule__BusSubcomponent__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getLeftCurlyBracketKeyword_4_0()); }
- LeftCurlyBracket
- { after(grammarAccess.getBusSubcomponentAccess().getLeftCurlyBracketKeyword_4_0()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getGroup_3()); }
+ (rule__BusSubcomponent__Group_3__0)?
+ { after(grammarAccess.getBusSubcomponentAccess().getGroup_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_4__1
+rule__BusSubcomponent__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group_4__1__Impl
- rule__BusSubcomponent__Group_4__2
+ rule__BusSubcomponent__Group__4__Impl
+ rule__BusSubcomponent__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_4__1__Impl
+rule__BusSubcomponent__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getBusSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__BusSubcomponent__OwnedPropertyAssociationAssignment_4_1)
- { after(grammarAccess.getBusSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- )
- (
- { before(grammarAccess.getBusSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__BusSubcomponent__OwnedPropertyAssociationAssignment_4_1)*
- { after(grammarAccess.getBusSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- )
+ { before(grammarAccess.getBusSubcomponentAccess().getGroup_4()); }
+ (rule__BusSubcomponent__Group_4__0)?
+ { after(grammarAccess.getBusSubcomponentAccess().getGroup_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_4__2
+rule__BusSubcomponent__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group_4__2__Impl
+ rule__BusSubcomponent__Group__5__Impl
+ rule__BusSubcomponent__Group__6
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_4__2__Impl
+rule__BusSubcomponent__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getRightCurlyBracketKeyword_4_2()); }
- RightCurlyBracket
- { after(grammarAccess.getBusSubcomponentAccess().getRightCurlyBracketKeyword_4_2()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getGroup_5()); }
+ (rule__BusSubcomponent__Group_5__0)?
+ { after(grammarAccess.getBusSubcomponentAccess().getGroup_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__BusSubcomponent__Group_5__0
+rule__BusSubcomponent__Group__6
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group_5__0__Impl
- rule__BusSubcomponent__Group_5__1
+ rule__BusSubcomponent__Group__6__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_5__0__Impl
+rule__BusSubcomponent__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getInModesKeywordsParserRuleCall_5_0()); }
- ruleInModesKeywords
- { after(grammarAccess.getBusSubcomponentAccess().getInModesKeywordsParserRuleCall_5_0()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getSemicolonKeyword_6()); }
+ Semicolon
+ { after(grammarAccess.getBusSubcomponentAccess().getSemicolonKeyword_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_5__1
+
+rule__BusSubcomponent__Group_0_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group_5__1__Impl
- rule__BusSubcomponent__Group_5__2
+ rule__BusSubcomponent__Group_0_0__0__Impl
+ rule__BusSubcomponent__Group_0_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_5__1__Impl
+rule__BusSubcomponent__Group_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getLeftParenthesisKeyword_5_1()); }
- LeftParenthesis
- { after(grammarAccess.getBusSubcomponentAccess().getLeftParenthesisKeyword_5_1()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getNameAssignment_0_0_0()); }
+ (rule__BusSubcomponent__NameAssignment_0_0_0)
+ { after(grammarAccess.getBusSubcomponentAccess().getNameAssignment_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_5__2
+rule__BusSubcomponent__Group_0_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group_5__2__Impl
- rule__BusSubcomponent__Group_5__3
+ rule__BusSubcomponent__Group_0_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_5__2__Impl
+rule__BusSubcomponent__Group_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getGroup_5_2()); }
- (rule__BusSubcomponent__Group_5_2__0)
- { after(grammarAccess.getBusSubcomponentAccess().getGroup_5_2()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getColonKeyword_0_0_1()); }
+ Colon
+ { after(grammarAccess.getBusSubcomponentAccess().getColonKeyword_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_5__3
+
+rule__BusSubcomponent__Group_0_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group_5__3__Impl
+ rule__BusSubcomponent__Group_0_1__0__Impl
+ rule__BusSubcomponent__Group_0_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_5__3__Impl
+rule__BusSubcomponent__Group_0_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getRightParenthesisKeyword_5_3()); }
- RightParenthesis
- { after(grammarAccess.getBusSubcomponentAccess().getRightParenthesisKeyword_5_3()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getRefinedAssignment_0_1_0()); }
+ (rule__BusSubcomponent__RefinedAssignment_0_1_0)
+ { after(grammarAccess.getBusSubcomponentAccess().getRefinedAssignment_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__BusSubcomponent__Group_5_2__0
+rule__BusSubcomponent__Group_0_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group_5_2__0__Impl
- rule__BusSubcomponent__Group_5_2__1
+ rule__BusSubcomponent__Group_0_1__1__Impl
+ rule__BusSubcomponent__Group_0_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_5_2__0__Impl
+rule__BusSubcomponent__Group_0_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0()); }
- (rule__BusSubcomponent__OwnedModeBindingAssignment_5_2_0)
- { after(grammarAccess.getBusSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getColonKeyword_0_1_1()); }
+ Colon
+ { after(grammarAccess.getBusSubcomponentAccess().getColonKeyword_0_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_5_2__1
+rule__BusSubcomponent__Group_0_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group_5_2__1__Impl
+ rule__BusSubcomponent__Group_0_1__2__Impl
+ rule__BusSubcomponent__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_5_2__1__Impl
+rule__BusSubcomponent__Group_0_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getGroup_5_2_1()); }
- (rule__BusSubcomponent__Group_5_2_1__0)*
- { after(grammarAccess.getBusSubcomponentAccess().getGroup_5_2_1()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getBusSubcomponentAccess().getRefinedKeyword_0_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__BusSubcomponent__Group_5_2_1__0
+rule__BusSubcomponent__Group_0_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group_5_2_1__0__Impl
- rule__BusSubcomponent__Group_5_2_1__1
+ rule__BusSubcomponent__Group_0_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_5_2_1__0__Impl
+rule__BusSubcomponent__Group_0_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getCommaKeyword_5_2_1_0()); }
- Comma
- { after(grammarAccess.getBusSubcomponentAccess().getCommaKeyword_5_2_1_0()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getBusSubcomponentAccess().getToKeyword_0_1_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_5_2_1__1
+
+rule__BusSubcomponent__Group_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__BusSubcomponent__Group_5_2_1__1__Impl
+ rule__BusSubcomponent__Group_2__0__Impl
+ rule__BusSubcomponent__Group_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__Group_5_2_1__1__Impl
+rule__BusSubcomponent__Group_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1()); }
- (rule__BusSubcomponent__OwnedModeBindingAssignment_5_2_1_1)
- { after(grammarAccess.getBusSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getBusSubcomponentTypeAssignment_2_0()); }
+ (rule__BusSubcomponent__BusSubcomponentTypeAssignment_2_0)
+ { after(grammarAccess.getBusSubcomponentAccess().getBusSubcomponentTypeAssignment_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__VirtualBusSubcomponent__Group__0
+rule__BusSubcomponent__Group_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group__0__Impl
- rule__VirtualBusSubcomponent__Group__1
+ rule__BusSubcomponent__Group_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group__0__Impl
+rule__BusSubcomponent__Group_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getAlternatives_0()); }
- (rule__VirtualBusSubcomponent__Alternatives_0)
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getAlternatives_0()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getGroup_2_1()); }
+ (rule__BusSubcomponent__Group_2_1__0)?
+ { after(grammarAccess.getBusSubcomponentAccess().getGroup_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group__1
+
+rule__BusSubcomponent__Group_2_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group__1__Impl
- rule__VirtualBusSubcomponent__Group__2
+ rule__BusSubcomponent__Group_2_1__0__Impl
+ rule__BusSubcomponent__Group_2_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group__1__Impl
+rule__BusSubcomponent__Group_2_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getVirtualBusKeywordsParserRuleCall_1()); }
- ruleVirtualBusKeywords
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getVirtualBusKeywordsParserRuleCall_1()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getLeftParenthesisKeyword_2_1_0()); }
+ LeftParenthesis
+ { after(grammarAccess.getBusSubcomponentAccess().getLeftParenthesisKeyword_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group__2
+rule__BusSubcomponent__Group_2_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group__2__Impl
- rule__VirtualBusSubcomponent__Group__3
+ rule__BusSubcomponent__Group_2_1__1__Impl
+ rule__BusSubcomponent__Group_2_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group__2__Impl
+rule__BusSubcomponent__Group_2_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_2()); }
- (rule__VirtualBusSubcomponent__Group_2__0)?
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_2()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
+ (rule__BusSubcomponent__OwnedPrototypeBindingAssignment_2_1_1)
+ { after(grammarAccess.getBusSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group__3
+rule__BusSubcomponent__Group_2_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group__3__Impl
- rule__VirtualBusSubcomponent__Group__4
+ rule__BusSubcomponent__Group_2_1__2__Impl
+ rule__BusSubcomponent__Group_2_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group__3__Impl
+rule__BusSubcomponent__Group_2_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_3()); }
- (rule__VirtualBusSubcomponent__Group_3__0)?
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_3()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getGroup_2_1_2()); }
+ (rule__BusSubcomponent__Group_2_1_2__0)*
+ { after(grammarAccess.getBusSubcomponentAccess().getGroup_2_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group__4
+rule__BusSubcomponent__Group_2_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group__4__Impl
- rule__VirtualBusSubcomponent__Group__5
+ rule__BusSubcomponent__Group_2_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group__4__Impl
+rule__BusSubcomponent__Group_2_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_4()); }
- (rule__VirtualBusSubcomponent__Group_4__0)?
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_4()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getRightParenthesisKeyword_2_1_3()); }
+ RightParenthesis
+ { after(grammarAccess.getBusSubcomponentAccess().getRightParenthesisKeyword_2_1_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group__5
+
+rule__BusSubcomponent__Group_2_1_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group__5__Impl
- rule__VirtualBusSubcomponent__Group__6
+ rule__BusSubcomponent__Group_2_1_2__0__Impl
+ rule__BusSubcomponent__Group_2_1_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group__5__Impl
+rule__BusSubcomponent__Group_2_1_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_5()); }
- (rule__VirtualBusSubcomponent__Group_5__0)?
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_5()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getCommaKeyword_2_1_2_0()); }
+ Comma
+ { after(grammarAccess.getBusSubcomponentAccess().getCommaKeyword_2_1_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group__6
+rule__BusSubcomponent__Group_2_1_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group__6__Impl
+ rule__BusSubcomponent__Group_2_1_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group__6__Impl
+rule__BusSubcomponent__Group_2_1_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getSemicolonKeyword_6()); }
- Semicolon
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getSemicolonKeyword_6()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
+ (rule__BusSubcomponent__OwnedPrototypeBindingAssignment_2_1_2_1)
+ { after(grammarAccess.getBusSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
)
;
finally {
@@ -76198,53 +77448,60 @@ finally {
}
-rule__VirtualBusSubcomponent__Group_0_0__0
+rule__BusSubcomponent__Group_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group_0_0__0__Impl
- rule__VirtualBusSubcomponent__Group_0_0__1
+ rule__BusSubcomponent__Group_3__0__Impl
+ rule__BusSubcomponent__Group_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_0_0__0__Impl
+rule__BusSubcomponent__Group_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getNameAssignment_0_0_0()); }
- (rule__VirtualBusSubcomponent__NameAssignment_0_0_0)
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getNameAssignment_0_0_0()); }
+ (
+ { before(grammarAccess.getBusSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
+ (rule__BusSubcomponent__ArrayDimensionAssignment_3_0)
+ { after(grammarAccess.getBusSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
+ )
+ (
+ { before(grammarAccess.getBusSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
+ (rule__BusSubcomponent__ArrayDimensionAssignment_3_0)*
+ { after(grammarAccess.getBusSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_0_0__1
+rule__BusSubcomponent__Group_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group_0_0__1__Impl
+ rule__BusSubcomponent__Group_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_0_0__1__Impl
+rule__BusSubcomponent__Group_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getColonKeyword_0_0_1()); }
- Colon
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getColonKeyword_0_0_1()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getGroup_3_1()); }
+ (rule__BusSubcomponent__Group_3_1__0)?
+ { after(grammarAccess.getBusSubcomponentAccess().getGroup_3_1()); }
)
;
finally {
@@ -76252,242 +77509,249 @@ finally {
}
-rule__VirtualBusSubcomponent__Group_0_1__0
+rule__BusSubcomponent__Group_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group_0_1__0__Impl
- rule__VirtualBusSubcomponent__Group_0_1__1
+ rule__BusSubcomponent__Group_3_1__0__Impl
+ rule__BusSubcomponent__Group_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_0_1__0__Impl
+rule__BusSubcomponent__Group_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getRefinedAssignment_0_1_0()); }
- (rule__VirtualBusSubcomponent__RefinedAssignment_0_1_0)
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getRefinedAssignment_0_1_0()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getLeftParenthesisKeyword_3_1_0()); }
+ LeftParenthesis
+ { after(grammarAccess.getBusSubcomponentAccess().getLeftParenthesisKeyword_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_0_1__1
+rule__BusSubcomponent__Group_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group_0_1__1__Impl
- rule__VirtualBusSubcomponent__Group_0_1__2
+ rule__BusSubcomponent__Group_3_1__1__Impl
+ rule__BusSubcomponent__Group_3_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_0_1__1__Impl
+rule__BusSubcomponent__Group_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getColonKeyword_0_1_1()); }
- Colon
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getColonKeyword_0_1_1()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getImplementationReferenceAssignment_3_1_1()); }
+ (rule__BusSubcomponent__ImplementationReferenceAssignment_3_1_1)
+ { after(grammarAccess.getBusSubcomponentAccess().getImplementationReferenceAssignment_3_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_0_1__2
+rule__BusSubcomponent__Group_3_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group_0_1__2__Impl
+ rule__BusSubcomponent__Group_3_1__2__Impl
+ rule__BusSubcomponent__Group_3_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_0_1__2__Impl
+rule__BusSubcomponent__Group_3_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getGroup_3_1_2()); }
+ (rule__BusSubcomponent__Group_3_1_2__0)*
+ { after(grammarAccess.getBusSubcomponentAccess().getGroup_3_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__VirtualBusSubcomponent__Group_2__0
+rule__BusSubcomponent__Group_3_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group_2__0__Impl
- rule__VirtualBusSubcomponent__Group_2__1
+ rule__BusSubcomponent__Group_3_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_2__0__Impl
+rule__BusSubcomponent__Group_3_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getVirtualBusSubcomponentTypeAssignment_2_0()); }
- (rule__VirtualBusSubcomponent__VirtualBusSubcomponentTypeAssignment_2_0)
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getVirtualBusSubcomponentTypeAssignment_2_0()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getRightParenthesisKeyword_3_1_3()); }
+ RightParenthesis
+ { after(grammarAccess.getBusSubcomponentAccess().getRightParenthesisKeyword_3_1_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_2__1
+
+rule__BusSubcomponent__Group_3_1_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group_2__1__Impl
+ rule__BusSubcomponent__Group_3_1_2__0__Impl
+ rule__BusSubcomponent__Group_3_1_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_2__1__Impl
+rule__BusSubcomponent__Group_3_1_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_2_1()); }
- (rule__VirtualBusSubcomponent__Group_2_1__0)?
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_2_1()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getCommaKeyword_3_1_2_0()); }
+ Comma
+ { after(grammarAccess.getBusSubcomponentAccess().getCommaKeyword_3_1_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__VirtualBusSubcomponent__Group_2_1__0
+rule__BusSubcomponent__Group_3_1_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group_2_1__0__Impl
- rule__VirtualBusSubcomponent__Group_2_1__1
+ rule__BusSubcomponent__Group_3_1_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_2_1__0__Impl
+rule__BusSubcomponent__Group_3_1_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getLeftParenthesisKeyword_2_1_0()); }
- LeftParenthesis
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getLeftParenthesisKeyword_2_1_0()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1()); }
+ (rule__BusSubcomponent__ImplementationReferenceAssignment_3_1_2_1)
+ { after(grammarAccess.getBusSubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_2_1__1
+
+rule__BusSubcomponent__Group_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group_2_1__1__Impl
- rule__VirtualBusSubcomponent__Group_2_1__2
+ rule__BusSubcomponent__Group_4__0__Impl
+ rule__BusSubcomponent__Group_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_2_1__1__Impl
+rule__BusSubcomponent__Group_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
- (rule__VirtualBusSubcomponent__OwnedPrototypeBindingAssignment_2_1_1)
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getLeftCurlyBracketKeyword_4_0()); }
+ LeftCurlyBracket
+ { after(grammarAccess.getBusSubcomponentAccess().getLeftCurlyBracketKeyword_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_2_1__2
+rule__BusSubcomponent__Group_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group_2_1__2__Impl
- rule__VirtualBusSubcomponent__Group_2_1__3
+ rule__BusSubcomponent__Group_4__1__Impl
+ rule__BusSubcomponent__Group_4__2
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_2_1__2__Impl
+rule__BusSubcomponent__Group_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_2_1_2()); }
- (rule__VirtualBusSubcomponent__Group_2_1_2__0)*
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_2_1_2()); }
+ (
+ { before(grammarAccess.getBusSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ (rule__BusSubcomponent__OwnedPropertyAssociationAssignment_4_1)
+ { after(grammarAccess.getBusSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ )
+ (
+ { before(grammarAccess.getBusSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ (rule__BusSubcomponent__OwnedPropertyAssociationAssignment_4_1)*
+ { after(grammarAccess.getBusSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_2_1__3
+rule__BusSubcomponent__Group_4__2
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group_2_1__3__Impl
+ rule__BusSubcomponent__Group_4__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_2_1__3__Impl
+rule__BusSubcomponent__Group_4__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getRightParenthesisKeyword_2_1_3()); }
- RightParenthesis
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getRightParenthesisKeyword_2_1_3()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getRightCurlyBracketKeyword_4_2()); }
+ RightCurlyBracket
+ { after(grammarAccess.getBusSubcomponentAccess().getRightCurlyBracketKeyword_4_2()); }
)
;
finally {
@@ -76495,472 +77759,458 @@ finally {
}
-rule__VirtualBusSubcomponent__Group_2_1_2__0
+rule__BusSubcomponent__Group_5__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group_2_1_2__0__Impl
- rule__VirtualBusSubcomponent__Group_2_1_2__1
+ rule__BusSubcomponent__Group_5__0__Impl
+ rule__BusSubcomponent__Group_5__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_2_1_2__0__Impl
+rule__BusSubcomponent__Group_5__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getCommaKeyword_2_1_2_0()); }
- Comma
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getCommaKeyword_2_1_2_0()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getInKeyword_5_0()); }
+ In
+ { after(grammarAccess.getBusSubcomponentAccess().getInKeyword_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_2_1_2__1
+rule__BusSubcomponent__Group_5__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group_2_1_2__1__Impl
+ rule__BusSubcomponent__Group_5__1__Impl
+ rule__BusSubcomponent__Group_5__2
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_2_1_2__1__Impl
+rule__BusSubcomponent__Group_5__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
- (rule__VirtualBusSubcomponent__OwnedPrototypeBindingAssignment_2_1_2_1)
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getModesKeyword_5_1()); }
+ Modes
+ { after(grammarAccess.getBusSubcomponentAccess().getModesKeyword_5_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__VirtualBusSubcomponent__Group_3__0
+rule__BusSubcomponent__Group_5__2
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group_3__0__Impl
- rule__VirtualBusSubcomponent__Group_3__1
+ rule__BusSubcomponent__Group_5__2__Impl
+ rule__BusSubcomponent__Group_5__3
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_3__0__Impl
+rule__BusSubcomponent__Group_5__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
- (rule__VirtualBusSubcomponent__ArrayDimensionAssignment_3_0)
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
- )
- (
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
- (rule__VirtualBusSubcomponent__ArrayDimensionAssignment_3_0)*
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
- )
+ { before(grammarAccess.getBusSubcomponentAccess().getLeftParenthesisKeyword_5_2()); }
+ LeftParenthesis
+ { after(grammarAccess.getBusSubcomponentAccess().getLeftParenthesisKeyword_5_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_3__1
+rule__BusSubcomponent__Group_5__3
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group_3__1__Impl
+ rule__BusSubcomponent__Group_5__3__Impl
+ rule__BusSubcomponent__Group_5__4
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_3__1__Impl
+rule__BusSubcomponent__Group_5__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_3_1()); }
- (rule__VirtualBusSubcomponent__Group_3_1__0)?
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_3_1()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getGroup_5_3()); }
+ (rule__BusSubcomponent__Group_5_3__0)
+ { after(grammarAccess.getBusSubcomponentAccess().getGroup_5_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__VirtualBusSubcomponent__Group_3_1__0
+rule__BusSubcomponent__Group_5__4
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group_3_1__0__Impl
- rule__VirtualBusSubcomponent__Group_3_1__1
+ rule__BusSubcomponent__Group_5__4__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_3_1__0__Impl
+rule__BusSubcomponent__Group_5__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getLeftParenthesisKeyword_3_1_0()); }
- LeftParenthesis
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getLeftParenthesisKeyword_3_1_0()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getRightParenthesisKeyword_5_4()); }
+ RightParenthesis
+ { after(grammarAccess.getBusSubcomponentAccess().getRightParenthesisKeyword_5_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_3_1__1
+
+rule__BusSubcomponent__Group_5_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group_3_1__1__Impl
- rule__VirtualBusSubcomponent__Group_3_1__2
+ rule__BusSubcomponent__Group_5_3__0__Impl
+ rule__BusSubcomponent__Group_5_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_3_1__1__Impl
+rule__BusSubcomponent__Group_5_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getImplementationReferenceAssignment_3_1_1()); }
- (rule__VirtualBusSubcomponent__ImplementationReferenceAssignment_3_1_1)
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getImplementationReferenceAssignment_3_1_1()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getOwnedModeBindingAssignment_5_3_0()); }
+ (rule__BusSubcomponent__OwnedModeBindingAssignment_5_3_0)
+ { after(grammarAccess.getBusSubcomponentAccess().getOwnedModeBindingAssignment_5_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_3_1__2
+rule__BusSubcomponent__Group_5_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group_3_1__2__Impl
- rule__VirtualBusSubcomponent__Group_3_1__3
+ rule__BusSubcomponent__Group_5_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_3_1__2__Impl
+rule__BusSubcomponent__Group_5_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_3_1_2()); }
- (rule__VirtualBusSubcomponent__Group_3_1_2__0)*
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_3_1_2()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getGroup_5_3_1()); }
+ (rule__BusSubcomponent__Group_5_3_1__0)*
+ { after(grammarAccess.getBusSubcomponentAccess().getGroup_5_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_3_1__3
+
+rule__BusSubcomponent__Group_5_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group_3_1__3__Impl
+ rule__BusSubcomponent__Group_5_3_1__0__Impl
+ rule__BusSubcomponent__Group_5_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_3_1__3__Impl
+rule__BusSubcomponent__Group_5_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getRightParenthesisKeyword_3_1_3()); }
- RightParenthesis
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getRightParenthesisKeyword_3_1_3()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getCommaKeyword_5_3_1_0()); }
+ Comma
+ { after(grammarAccess.getBusSubcomponentAccess().getCommaKeyword_5_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__VirtualBusSubcomponent__Group_3_1_2__0
+rule__BusSubcomponent__Group_5_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group_3_1_2__0__Impl
- rule__VirtualBusSubcomponent__Group_3_1_2__1
+ rule__BusSubcomponent__Group_5_3_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_3_1_2__0__Impl
+rule__BusSubcomponent__Group_5_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getCommaKeyword_3_1_2_0()); }
- Comma
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getCommaKeyword_3_1_2_0()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getOwnedModeBindingAssignment_5_3_1_1()); }
+ (rule__BusSubcomponent__OwnedModeBindingAssignment_5_3_1_1)
+ { after(grammarAccess.getBusSubcomponentAccess().getOwnedModeBindingAssignment_5_3_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_3_1_2__1
+
+rule__VirtualBusSubcomponent__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group_3_1_2__1__Impl
+ rule__VirtualBusSubcomponent__Group__0__Impl
+ rule__VirtualBusSubcomponent__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_3_1_2__1__Impl
+rule__VirtualBusSubcomponent__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1()); }
- (rule__VirtualBusSubcomponent__ImplementationReferenceAssignment_3_1_2_1)
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getAlternatives_0()); }
+ (rule__VirtualBusSubcomponent__Alternatives_0)
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getAlternatives_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__VirtualBusSubcomponent__Group_4__0
+rule__VirtualBusSubcomponent__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group_4__0__Impl
- rule__VirtualBusSubcomponent__Group_4__1
+ rule__VirtualBusSubcomponent__Group__1__Impl
+ rule__VirtualBusSubcomponent__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_4__0__Impl
+rule__VirtualBusSubcomponent__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getLeftCurlyBracketKeyword_4_0()); }
- LeftCurlyBracket
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getLeftCurlyBracketKeyword_4_0()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getVirtualKeyword_1()); }
+ Virtual
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getVirtualKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_4__1
+rule__VirtualBusSubcomponent__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group_4__1__Impl
- rule__VirtualBusSubcomponent__Group_4__2
+ rule__VirtualBusSubcomponent__Group__2__Impl
+ rule__VirtualBusSubcomponent__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_4__1__Impl
+rule__VirtualBusSubcomponent__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__VirtualBusSubcomponent__OwnedPropertyAssociationAssignment_4_1)
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- )
- (
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__VirtualBusSubcomponent__OwnedPropertyAssociationAssignment_4_1)*
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- )
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getBusKeyword_2()); }
+ Bus
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getBusKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_4__2
+rule__VirtualBusSubcomponent__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group_4__2__Impl
+ rule__VirtualBusSubcomponent__Group__3__Impl
+ rule__VirtualBusSubcomponent__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_4__2__Impl
+rule__VirtualBusSubcomponent__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getRightCurlyBracketKeyword_4_2()); }
- RightCurlyBracket
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getRightCurlyBracketKeyword_4_2()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_3()); }
+ (rule__VirtualBusSubcomponent__Group_3__0)?
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__VirtualBusSubcomponent__Group_5__0
+rule__VirtualBusSubcomponent__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group_5__0__Impl
- rule__VirtualBusSubcomponent__Group_5__1
+ rule__VirtualBusSubcomponent__Group__4__Impl
+ rule__VirtualBusSubcomponent__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_5__0__Impl
+rule__VirtualBusSubcomponent__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getInModesKeywordsParserRuleCall_5_0()); }
- ruleInModesKeywords
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getInModesKeywordsParserRuleCall_5_0()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_4()); }
+ (rule__VirtualBusSubcomponent__Group_4__0)?
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_5__1
+rule__VirtualBusSubcomponent__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group_5__1__Impl
- rule__VirtualBusSubcomponent__Group_5__2
+ rule__VirtualBusSubcomponent__Group__5__Impl
+ rule__VirtualBusSubcomponent__Group__6
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_5__1__Impl
+rule__VirtualBusSubcomponent__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getLeftParenthesisKeyword_5_1()); }
- LeftParenthesis
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getLeftParenthesisKeyword_5_1()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_5()); }
+ (rule__VirtualBusSubcomponent__Group_5__0)?
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_5__2
+rule__VirtualBusSubcomponent__Group__6
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group_5__2__Impl
- rule__VirtualBusSubcomponent__Group_5__3
+ rule__VirtualBusSubcomponent__Group__6__Impl
+ rule__VirtualBusSubcomponent__Group__7
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_5__2__Impl
+rule__VirtualBusSubcomponent__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_5_2()); }
- (rule__VirtualBusSubcomponent__Group_5_2__0)
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_5_2()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_6()); }
+ (rule__VirtualBusSubcomponent__Group_6__0)?
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_5__3
+rule__VirtualBusSubcomponent__Group__7
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group_5__3__Impl
+ rule__VirtualBusSubcomponent__Group__7__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_5__3__Impl
+rule__VirtualBusSubcomponent__Group__7__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getRightParenthesisKeyword_5_3()); }
- RightParenthesis
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getRightParenthesisKeyword_5_3()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getSemicolonKeyword_7()); }
+ Semicolon
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getSemicolonKeyword_7()); }
)
;
finally {
@@ -76968,53 +78218,53 @@ finally {
}
-rule__VirtualBusSubcomponent__Group_5_2__0
+rule__VirtualBusSubcomponent__Group_0_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group_5_2__0__Impl
- rule__VirtualBusSubcomponent__Group_5_2__1
+ rule__VirtualBusSubcomponent__Group_0_0__0__Impl
+ rule__VirtualBusSubcomponent__Group_0_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_5_2__0__Impl
+rule__VirtualBusSubcomponent__Group_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0()); }
- (rule__VirtualBusSubcomponent__OwnedModeBindingAssignment_5_2_0)
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getNameAssignment_0_0_0()); }
+ (rule__VirtualBusSubcomponent__NameAssignment_0_0_0)
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getNameAssignment_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_5_2__1
+rule__VirtualBusSubcomponent__Group_0_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group_5_2__1__Impl
+ rule__VirtualBusSubcomponent__Group_0_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_5_2__1__Impl
+rule__VirtualBusSubcomponent__Group_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_5_2_1()); }
- (rule__VirtualBusSubcomponent__Group_5_2_1__0)*
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_5_2_1()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getColonKeyword_0_0_1()); }
+ Colon
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getColonKeyword_0_0_1()); }
)
;
finally {
@@ -77022,242 +78272,269 @@ finally {
}
-rule__VirtualBusSubcomponent__Group_5_2_1__0
+rule__VirtualBusSubcomponent__Group_0_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group_5_2_1__0__Impl
- rule__VirtualBusSubcomponent__Group_5_2_1__1
+ rule__VirtualBusSubcomponent__Group_0_1__0__Impl
+ rule__VirtualBusSubcomponent__Group_0_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_5_2_1__0__Impl
+rule__VirtualBusSubcomponent__Group_0_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getCommaKeyword_5_2_1_0()); }
- Comma
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getCommaKeyword_5_2_1_0()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getRefinedAssignment_0_1_0()); }
+ (rule__VirtualBusSubcomponent__RefinedAssignment_0_1_0)
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getRefinedAssignment_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_5_2_1__1
+rule__VirtualBusSubcomponent__Group_0_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusSubcomponent__Group_5_2_1__1__Impl
+ rule__VirtualBusSubcomponent__Group_0_1__1__Impl
+ rule__VirtualBusSubcomponent__Group_0_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__Group_5_2_1__1__Impl
+rule__VirtualBusSubcomponent__Group_0_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1()); }
- (rule__VirtualBusSubcomponent__OwnedModeBindingAssignment_5_2_1_1)
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getColonKeyword_0_1_1()); }
+ Colon
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getColonKeyword_0_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
+rule__VirtualBusSubcomponent__Group_0_1__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualBusSubcomponent__Group_0_1__2__Impl
+ rule__VirtualBusSubcomponent__Group_0_1__3
+;
+finally {
+ restoreStackSize(stackSize);
+}
-rule__DataSubcomponent__Group__0
+rule__VirtualBusSubcomponent__Group_0_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group__0__Impl
- rule__DataSubcomponent__Group__1
+(
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getRefinedKeyword_0_1_2()); }
+)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group__0__Impl
+rule__VirtualBusSubcomponent__Group_0_1__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualBusSubcomponent__Group_0_1__3__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusSubcomponent__Group_0_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getAlternatives_0()); }
- (rule__DataSubcomponent__Alternatives_0)
- { after(grammarAccess.getDataSubcomponentAccess().getAlternatives_0()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getToKeyword_0_1_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group__1
+
+rule__VirtualBusSubcomponent__Group_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group__1__Impl
- rule__DataSubcomponent__Group__2
+ rule__VirtualBusSubcomponent__Group_3__0__Impl
+ rule__VirtualBusSubcomponent__Group_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group__1__Impl
+rule__VirtualBusSubcomponent__Group_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getDataKeyword_1()); }
- Data
- { after(grammarAccess.getDataSubcomponentAccess().getDataKeyword_1()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getVirtualBusSubcomponentTypeAssignment_3_0()); }
+ (rule__VirtualBusSubcomponent__VirtualBusSubcomponentTypeAssignment_3_0)
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getVirtualBusSubcomponentTypeAssignment_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group__2
+rule__VirtualBusSubcomponent__Group_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group__2__Impl
- rule__DataSubcomponent__Group__3
+ rule__VirtualBusSubcomponent__Group_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group__2__Impl
+rule__VirtualBusSubcomponent__Group_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getGroup_2()); }
- (rule__DataSubcomponent__Group_2__0)?
- { after(grammarAccess.getDataSubcomponentAccess().getGroup_2()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_3_1()); }
+ (rule__VirtualBusSubcomponent__Group_3_1__0)?
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group__3
+
+rule__VirtualBusSubcomponent__Group_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group__3__Impl
- rule__DataSubcomponent__Group__4
+ rule__VirtualBusSubcomponent__Group_3_1__0__Impl
+ rule__VirtualBusSubcomponent__Group_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group__3__Impl
+rule__VirtualBusSubcomponent__Group_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getGroup_3()); }
- (rule__DataSubcomponent__Group_3__0)?
- { after(grammarAccess.getDataSubcomponentAccess().getGroup_3()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getLeftParenthesisKeyword_3_1_0()); }
+ LeftParenthesis
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getLeftParenthesisKeyword_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group__4
+rule__VirtualBusSubcomponent__Group_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group__4__Impl
- rule__DataSubcomponent__Group__5
+ rule__VirtualBusSubcomponent__Group_3_1__1__Impl
+ rule__VirtualBusSubcomponent__Group_3_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group__4__Impl
+rule__VirtualBusSubcomponent__Group_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getGroup_4()); }
- (rule__DataSubcomponent__Group_4__0)?
- { after(grammarAccess.getDataSubcomponentAccess().getGroup_4()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPrototypeBindingAssignment_3_1_1()); }
+ (rule__VirtualBusSubcomponent__OwnedPrototypeBindingAssignment_3_1_1)
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPrototypeBindingAssignment_3_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group__5
+rule__VirtualBusSubcomponent__Group_3_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group__5__Impl
- rule__DataSubcomponent__Group__6
+ rule__VirtualBusSubcomponent__Group_3_1__2__Impl
+ rule__VirtualBusSubcomponent__Group_3_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group__5__Impl
+rule__VirtualBusSubcomponent__Group_3_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getGroup_5()); }
- (rule__DataSubcomponent__Group_5__0)?
- { after(grammarAccess.getDataSubcomponentAccess().getGroup_5()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_3_1_2()); }
+ (rule__VirtualBusSubcomponent__Group_3_1_2__0)*
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_3_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group__6
+rule__VirtualBusSubcomponent__Group_3_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group__6__Impl
+ rule__VirtualBusSubcomponent__Group_3_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group__6__Impl
+rule__VirtualBusSubcomponent__Group_3_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getSemicolonKeyword_6()); }
- Semicolon
- { after(grammarAccess.getDataSubcomponentAccess().getSemicolonKeyword_6()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getRightParenthesisKeyword_3_1_3()); }
+ RightParenthesis
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getRightParenthesisKeyword_3_1_3()); }
)
;
finally {
@@ -77265,53 +78542,53 @@ finally {
}
-rule__DataSubcomponent__Group_0_0__0
+rule__VirtualBusSubcomponent__Group_3_1_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group_0_0__0__Impl
- rule__DataSubcomponent__Group_0_0__1
+ rule__VirtualBusSubcomponent__Group_3_1_2__0__Impl
+ rule__VirtualBusSubcomponent__Group_3_1_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_0_0__0__Impl
+rule__VirtualBusSubcomponent__Group_3_1_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getNameAssignment_0_0_0()); }
- (rule__DataSubcomponent__NameAssignment_0_0_0)
- { after(grammarAccess.getDataSubcomponentAccess().getNameAssignment_0_0_0()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getCommaKeyword_3_1_2_0()); }
+ Comma
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getCommaKeyword_3_1_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_0_0__1
+rule__VirtualBusSubcomponent__Group_3_1_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group_0_0__1__Impl
+ rule__VirtualBusSubcomponent__Group_3_1_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_0_0__1__Impl
+rule__VirtualBusSubcomponent__Group_3_1_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getColonKeyword_0_0_1()); }
- Colon
- { after(grammarAccess.getDataSubcomponentAccess().getColonKeyword_0_0_1()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPrototypeBindingAssignment_3_1_2_1()); }
+ (rule__VirtualBusSubcomponent__OwnedPrototypeBindingAssignment_3_1_2_1)
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPrototypeBindingAssignment_3_1_2_1()); }
)
;
finally {
@@ -77319,134 +78596,168 @@ finally {
}
-rule__DataSubcomponent__Group_0_1__0
+rule__VirtualBusSubcomponent__Group_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group_0_1__0__Impl
- rule__DataSubcomponent__Group_0_1__1
+ rule__VirtualBusSubcomponent__Group_4__0__Impl
+ rule__VirtualBusSubcomponent__Group_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_0_1__0__Impl
+rule__VirtualBusSubcomponent__Group_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getRefinedAssignment_0_1_0()); }
- (rule__DataSubcomponent__RefinedAssignment_0_1_0)
- { after(grammarAccess.getDataSubcomponentAccess().getRefinedAssignment_0_1_0()); }
+ (
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getArrayDimensionAssignment_4_0()); }
+ (rule__VirtualBusSubcomponent__ArrayDimensionAssignment_4_0)
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getArrayDimensionAssignment_4_0()); }
+ )
+ (
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getArrayDimensionAssignment_4_0()); }
+ (rule__VirtualBusSubcomponent__ArrayDimensionAssignment_4_0)*
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getArrayDimensionAssignment_4_0()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_0_1__1
+rule__VirtualBusSubcomponent__Group_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group_0_1__1__Impl
- rule__DataSubcomponent__Group_0_1__2
+ rule__VirtualBusSubcomponent__Group_4__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_0_1__1__Impl
+rule__VirtualBusSubcomponent__Group_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getColonKeyword_0_1_1()); }
- Colon
- { after(grammarAccess.getDataSubcomponentAccess().getColonKeyword_0_1_1()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_4_1()); }
+ (rule__VirtualBusSubcomponent__Group_4_1__0)?
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_4_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_0_1__2
+
+rule__VirtualBusSubcomponent__Group_4_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group_0_1__2__Impl
+ rule__VirtualBusSubcomponent__Group_4_1__0__Impl
+ rule__VirtualBusSubcomponent__Group_4_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_0_1__2__Impl
+rule__VirtualBusSubcomponent__Group_4_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getDataSubcomponentAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getLeftParenthesisKeyword_4_1_0()); }
+ LeftParenthesis
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getLeftParenthesisKeyword_4_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
+rule__VirtualBusSubcomponent__Group_4_1__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualBusSubcomponent__Group_4_1__1__Impl
+ rule__VirtualBusSubcomponent__Group_4_1__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
-rule__DataSubcomponent__Group_2__0
+rule__VirtualBusSubcomponent__Group_4_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group_2__0__Impl
- rule__DataSubcomponent__Group_2__1
+(
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getImplementationReferenceAssignment_4_1_1()); }
+ (rule__VirtualBusSubcomponent__ImplementationReferenceAssignment_4_1_1)
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getImplementationReferenceAssignment_4_1_1()); }
+)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_2__0__Impl
+rule__VirtualBusSubcomponent__Group_4_1__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualBusSubcomponent__Group_4_1__2__Impl
+ rule__VirtualBusSubcomponent__Group_4_1__3
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusSubcomponent__Group_4_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getDataSubcomponentTypeAssignment_2_0()); }
- (rule__DataSubcomponent__DataSubcomponentTypeAssignment_2_0)
- { after(grammarAccess.getDataSubcomponentAccess().getDataSubcomponentTypeAssignment_2_0()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_4_1_2()); }
+ (rule__VirtualBusSubcomponent__Group_4_1_2__0)*
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_4_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_2__1
+rule__VirtualBusSubcomponent__Group_4_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group_2__1__Impl
+ rule__VirtualBusSubcomponent__Group_4_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_2__1__Impl
+rule__VirtualBusSubcomponent__Group_4_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getGroup_2_1()); }
- (rule__DataSubcomponent__Group_2_1__0)?
- { after(grammarAccess.getDataSubcomponentAccess().getGroup_2_1()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getRightParenthesisKeyword_4_1_3()); }
+ RightParenthesis
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getRightParenthesisKeyword_4_1_3()); }
)
;
finally {
@@ -77454,222 +78765,276 @@ finally {
}
-rule__DataSubcomponent__Group_2_1__0
+rule__VirtualBusSubcomponent__Group_4_1_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group_2_1__0__Impl
- rule__DataSubcomponent__Group_2_1__1
+ rule__VirtualBusSubcomponent__Group_4_1_2__0__Impl
+ rule__VirtualBusSubcomponent__Group_4_1_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_2_1__0__Impl
+rule__VirtualBusSubcomponent__Group_4_1_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getLeftParenthesisKeyword_2_1_0()); }
- LeftParenthesis
- { after(grammarAccess.getDataSubcomponentAccess().getLeftParenthesisKeyword_2_1_0()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getCommaKeyword_4_1_2_0()); }
+ Comma
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getCommaKeyword_4_1_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_2_1__1
+rule__VirtualBusSubcomponent__Group_4_1_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group_2_1__1__Impl
- rule__DataSubcomponent__Group_2_1__2
+ rule__VirtualBusSubcomponent__Group_4_1_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_2_1__1__Impl
+rule__VirtualBusSubcomponent__Group_4_1_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
- (rule__DataSubcomponent__OwnedPrototypeBindingAssignment_2_1_1)
- { after(grammarAccess.getDataSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getImplementationReferenceAssignment_4_1_2_1()); }
+ (rule__VirtualBusSubcomponent__ImplementationReferenceAssignment_4_1_2_1)
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getImplementationReferenceAssignment_4_1_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_2_1__2
+
+rule__VirtualBusSubcomponent__Group_5__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group_2_1__2__Impl
- rule__DataSubcomponent__Group_2_1__3
+ rule__VirtualBusSubcomponent__Group_5__0__Impl
+ rule__VirtualBusSubcomponent__Group_5__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_2_1__2__Impl
+rule__VirtualBusSubcomponent__Group_5__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getGroup_2_1_2()); }
- (rule__DataSubcomponent__Group_2_1_2__0)*
- { after(grammarAccess.getDataSubcomponentAccess().getGroup_2_1_2()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getLeftCurlyBracketKeyword_5_0()); }
+ LeftCurlyBracket
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getLeftCurlyBracketKeyword_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_2_1__3
+rule__VirtualBusSubcomponent__Group_5__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group_2_1__3__Impl
+ rule__VirtualBusSubcomponent__Group_5__1__Impl
+ rule__VirtualBusSubcomponent__Group_5__2
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_2_1__3__Impl
+rule__VirtualBusSubcomponent__Group_5__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getRightParenthesisKeyword_2_1_3()); }
- RightParenthesis
- { after(grammarAccess.getDataSubcomponentAccess().getRightParenthesisKeyword_2_1_3()); }
+ (
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ (rule__VirtualBusSubcomponent__OwnedPropertyAssociationAssignment_5_1)
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ )
+ (
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ (rule__VirtualBusSubcomponent__OwnedPropertyAssociationAssignment_5_1)*
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
+rule__VirtualBusSubcomponent__Group_5__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualBusSubcomponent__Group_5__2__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
-rule__DataSubcomponent__Group_2_1_2__0
+rule__VirtualBusSubcomponent__Group_5__2__Impl
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group_2_1_2__0__Impl
- rule__DataSubcomponent__Group_2_1_2__1
+(
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getRightCurlyBracketKeyword_5_2()); }
+ RightCurlyBracket
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getRightCurlyBracketKeyword_5_2()); }
+)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_2_1_2__0__Impl
+
+rule__VirtualBusSubcomponent__Group_6__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualBusSubcomponent__Group_6__0__Impl
+ rule__VirtualBusSubcomponent__Group_6__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusSubcomponent__Group_6__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getCommaKeyword_2_1_2_0()); }
- Comma
- { after(grammarAccess.getDataSubcomponentAccess().getCommaKeyword_2_1_2_0()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getInKeyword_6_0()); }
+ In
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getInKeyword_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_2_1_2__1
+rule__VirtualBusSubcomponent__Group_6__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group_2_1_2__1__Impl
+ rule__VirtualBusSubcomponent__Group_6__1__Impl
+ rule__VirtualBusSubcomponent__Group_6__2
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_2_1_2__1__Impl
+rule__VirtualBusSubcomponent__Group_6__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
- (rule__DataSubcomponent__OwnedPrototypeBindingAssignment_2_1_2_1)
- { after(grammarAccess.getDataSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getModesKeyword_6_1()); }
+ Modes
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getModesKeyword_6_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
+rule__VirtualBusSubcomponent__Group_6__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualBusSubcomponent__Group_6__2__Impl
+ rule__VirtualBusSubcomponent__Group_6__3
+;
+finally {
+ restoreStackSize(stackSize);
+}
-rule__DataSubcomponent__Group_3__0
+rule__VirtualBusSubcomponent__Group_6__2__Impl
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group_3__0__Impl
- rule__DataSubcomponent__Group_3__1
+(
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getLeftParenthesisKeyword_6_2()); }
+ LeftParenthesis
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getLeftParenthesisKeyword_6_2()); }
+)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_3__0__Impl
+rule__VirtualBusSubcomponent__Group_6__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__VirtualBusSubcomponent__Group_6__3__Impl
+ rule__VirtualBusSubcomponent__Group_6__4
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusSubcomponent__Group_6__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getDataSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
- (rule__DataSubcomponent__ArrayDimensionAssignment_3_0)
- { after(grammarAccess.getDataSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
- )
- (
- { before(grammarAccess.getDataSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
- (rule__DataSubcomponent__ArrayDimensionAssignment_3_0)*
- { after(grammarAccess.getDataSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
- )
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_6_3()); }
+ (rule__VirtualBusSubcomponent__Group_6_3__0)
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_6_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_3__1
+rule__VirtualBusSubcomponent__Group_6__4
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group_3__1__Impl
+ rule__VirtualBusSubcomponent__Group_6__4__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_3__1__Impl
+rule__VirtualBusSubcomponent__Group_6__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getGroup_3_1()); }
- (rule__DataSubcomponent__Group_3_1__0)?
- { after(grammarAccess.getDataSubcomponentAccess().getGroup_3_1()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getRightParenthesisKeyword_6_4()); }
+ RightParenthesis
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getRightParenthesisKeyword_6_4()); }
)
;
finally {
@@ -77677,654 +79042,674 @@ finally {
}
-rule__DataSubcomponent__Group_3_1__0
+rule__VirtualBusSubcomponent__Group_6_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group_3_1__0__Impl
- rule__DataSubcomponent__Group_3_1__1
+ rule__VirtualBusSubcomponent__Group_6_3__0__Impl
+ rule__VirtualBusSubcomponent__Group_6_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_3_1__0__Impl
+rule__VirtualBusSubcomponent__Group_6_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getLeftParenthesisKeyword_3_1_0()); }
- LeftParenthesis
- { after(grammarAccess.getDataSubcomponentAccess().getLeftParenthesisKeyword_3_1_0()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedModeBindingAssignment_6_3_0()); }
+ (rule__VirtualBusSubcomponent__OwnedModeBindingAssignment_6_3_0)
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedModeBindingAssignment_6_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_3_1__1
+rule__VirtualBusSubcomponent__Group_6_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group_3_1__1__Impl
- rule__DataSubcomponent__Group_3_1__2
+ rule__VirtualBusSubcomponent__Group_6_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_3_1__1__Impl
+rule__VirtualBusSubcomponent__Group_6_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getImplementationReferenceAssignment_3_1_1()); }
- (rule__DataSubcomponent__ImplementationReferenceAssignment_3_1_1)
- { after(grammarAccess.getDataSubcomponentAccess().getImplementationReferenceAssignment_3_1_1()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_6_3_1()); }
+ (rule__VirtualBusSubcomponent__Group_6_3_1__0)*
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_6_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_3_1__2
+
+rule__VirtualBusSubcomponent__Group_6_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group_3_1__2__Impl
- rule__DataSubcomponent__Group_3_1__3
+ rule__VirtualBusSubcomponent__Group_6_3_1__0__Impl
+ rule__VirtualBusSubcomponent__Group_6_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_3_1__2__Impl
+rule__VirtualBusSubcomponent__Group_6_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getGroup_3_1_2()); }
- (rule__DataSubcomponent__Group_3_1_2__0)*
- { after(grammarAccess.getDataSubcomponentAccess().getGroup_3_1_2()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getCommaKeyword_6_3_1_0()); }
+ Comma
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getCommaKeyword_6_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_3_1__3
+rule__VirtualBusSubcomponent__Group_6_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group_3_1__3__Impl
+ rule__VirtualBusSubcomponent__Group_6_3_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_3_1__3__Impl
+rule__VirtualBusSubcomponent__Group_6_3_1__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedModeBindingAssignment_6_3_1_1()); }
+ (rule__VirtualBusSubcomponent__OwnedModeBindingAssignment_6_3_1_1)
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedModeBindingAssignment_6_3_1_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__DataSubcomponent__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__DataSubcomponent__Group__0__Impl
+ rule__DataSubcomponent__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__DataSubcomponent__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getRightParenthesisKeyword_3_1_3()); }
- RightParenthesis
- { after(grammarAccess.getDataSubcomponentAccess().getRightParenthesisKeyword_3_1_3()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getAlternatives_0()); }
+ (rule__DataSubcomponent__Alternatives_0)
+ { after(grammarAccess.getDataSubcomponentAccess().getAlternatives_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DataSubcomponent__Group_3_1_2__0
+rule__DataSubcomponent__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group_3_1_2__0__Impl
- rule__DataSubcomponent__Group_3_1_2__1
+ rule__DataSubcomponent__Group__1__Impl
+ rule__DataSubcomponent__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_3_1_2__0__Impl
+rule__DataSubcomponent__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getCommaKeyword_3_1_2_0()); }
- Comma
- { after(grammarAccess.getDataSubcomponentAccess().getCommaKeyword_3_1_2_0()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getDataKeyword_1()); }
+ Data
+ { after(grammarAccess.getDataSubcomponentAccess().getDataKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_3_1_2__1
+rule__DataSubcomponent__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group_3_1_2__1__Impl
+ rule__DataSubcomponent__Group__2__Impl
+ rule__DataSubcomponent__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_3_1_2__1__Impl
+rule__DataSubcomponent__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1()); }
- (rule__DataSubcomponent__ImplementationReferenceAssignment_3_1_2_1)
- { after(grammarAccess.getDataSubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getGroup_2()); }
+ (rule__DataSubcomponent__Group_2__0)?
+ { after(grammarAccess.getDataSubcomponentAccess().getGroup_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DataSubcomponent__Group_4__0
+rule__DataSubcomponent__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group_4__0__Impl
- rule__DataSubcomponent__Group_4__1
+ rule__DataSubcomponent__Group__3__Impl
+ rule__DataSubcomponent__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_4__0__Impl
+rule__DataSubcomponent__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getLeftCurlyBracketKeyword_4_0()); }
- LeftCurlyBracket
- { after(grammarAccess.getDataSubcomponentAccess().getLeftCurlyBracketKeyword_4_0()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getGroup_3()); }
+ (rule__DataSubcomponent__Group_3__0)?
+ { after(grammarAccess.getDataSubcomponentAccess().getGroup_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_4__1
+rule__DataSubcomponent__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group_4__1__Impl
- rule__DataSubcomponent__Group_4__2
+ rule__DataSubcomponent__Group__4__Impl
+ rule__DataSubcomponent__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_4__1__Impl
+rule__DataSubcomponent__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getDataSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__DataSubcomponent__OwnedPropertyAssociationAssignment_4_1)
- { after(grammarAccess.getDataSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- )
- (
- { before(grammarAccess.getDataSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__DataSubcomponent__OwnedPropertyAssociationAssignment_4_1)*
- { after(grammarAccess.getDataSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- )
+ { before(grammarAccess.getDataSubcomponentAccess().getGroup_4()); }
+ (rule__DataSubcomponent__Group_4__0)?
+ { after(grammarAccess.getDataSubcomponentAccess().getGroup_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_4__2
+rule__DataSubcomponent__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group_4__2__Impl
+ rule__DataSubcomponent__Group__5__Impl
+ rule__DataSubcomponent__Group__6
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_4__2__Impl
+rule__DataSubcomponent__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getRightCurlyBracketKeyword_4_2()); }
- RightCurlyBracket
- { after(grammarAccess.getDataSubcomponentAccess().getRightCurlyBracketKeyword_4_2()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getGroup_5()); }
+ (rule__DataSubcomponent__Group_5__0)?
+ { after(grammarAccess.getDataSubcomponentAccess().getGroup_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DataSubcomponent__Group_5__0
+rule__DataSubcomponent__Group__6
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group_5__0__Impl
- rule__DataSubcomponent__Group_5__1
+ rule__DataSubcomponent__Group__6__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_5__0__Impl
+rule__DataSubcomponent__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getInModesKeywordsParserRuleCall_5_0()); }
- ruleInModesKeywords
- { after(grammarAccess.getDataSubcomponentAccess().getInModesKeywordsParserRuleCall_5_0()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getSemicolonKeyword_6()); }
+ Semicolon
+ { after(grammarAccess.getDataSubcomponentAccess().getSemicolonKeyword_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_5__1
+
+rule__DataSubcomponent__Group_0_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group_5__1__Impl
- rule__DataSubcomponent__Group_5__2
+ rule__DataSubcomponent__Group_0_0__0__Impl
+ rule__DataSubcomponent__Group_0_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_5__1__Impl
+rule__DataSubcomponent__Group_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getLeftParenthesisKeyword_5_1()); }
- LeftParenthesis
- { after(grammarAccess.getDataSubcomponentAccess().getLeftParenthesisKeyword_5_1()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getNameAssignment_0_0_0()); }
+ (rule__DataSubcomponent__NameAssignment_0_0_0)
+ { after(grammarAccess.getDataSubcomponentAccess().getNameAssignment_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_5__2
+rule__DataSubcomponent__Group_0_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group_5__2__Impl
- rule__DataSubcomponent__Group_5__3
+ rule__DataSubcomponent__Group_0_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_5__2__Impl
+rule__DataSubcomponent__Group_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getGroup_5_2()); }
- (rule__DataSubcomponent__Group_5_2__0)
- { after(grammarAccess.getDataSubcomponentAccess().getGroup_5_2()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getColonKeyword_0_0_1()); }
+ Colon
+ { after(grammarAccess.getDataSubcomponentAccess().getColonKeyword_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_5__3
+
+rule__DataSubcomponent__Group_0_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group_5__3__Impl
+ rule__DataSubcomponent__Group_0_1__0__Impl
+ rule__DataSubcomponent__Group_0_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_5__3__Impl
+rule__DataSubcomponent__Group_0_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getRightParenthesisKeyword_5_3()); }
- RightParenthesis
- { after(grammarAccess.getDataSubcomponentAccess().getRightParenthesisKeyword_5_3()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getRefinedAssignment_0_1_0()); }
+ (rule__DataSubcomponent__RefinedAssignment_0_1_0)
+ { after(grammarAccess.getDataSubcomponentAccess().getRefinedAssignment_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DataSubcomponent__Group_5_2__0
+rule__DataSubcomponent__Group_0_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group_5_2__0__Impl
- rule__DataSubcomponent__Group_5_2__1
+ rule__DataSubcomponent__Group_0_1__1__Impl
+ rule__DataSubcomponent__Group_0_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_5_2__0__Impl
+rule__DataSubcomponent__Group_0_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0()); }
- (rule__DataSubcomponent__OwnedModeBindingAssignment_5_2_0)
- { after(grammarAccess.getDataSubcomponentAccess().getOwnedModeBindingAssignment_5_2_0()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getColonKeyword_0_1_1()); }
+ Colon
+ { after(grammarAccess.getDataSubcomponentAccess().getColonKeyword_0_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_5_2__1
+rule__DataSubcomponent__Group_0_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group_5_2__1__Impl
+ rule__DataSubcomponent__Group_0_1__2__Impl
+ rule__DataSubcomponent__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_5_2__1__Impl
+rule__DataSubcomponent__Group_0_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getGroup_5_2_1()); }
- (rule__DataSubcomponent__Group_5_2_1__0)*
- { after(grammarAccess.getDataSubcomponentAccess().getGroup_5_2_1()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getDataSubcomponentAccess().getRefinedKeyword_0_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DataSubcomponent__Group_5_2_1__0
+rule__DataSubcomponent__Group_0_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group_5_2_1__0__Impl
- rule__DataSubcomponent__Group_5_2_1__1
+ rule__DataSubcomponent__Group_0_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_5_2_1__0__Impl
+rule__DataSubcomponent__Group_0_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getCommaKeyword_5_2_1_0()); }
- Comma
- { after(grammarAccess.getDataSubcomponentAccess().getCommaKeyword_5_2_1_0()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getDataSubcomponentAccess().getToKeyword_0_1_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_5_2_1__1
+
+rule__DataSubcomponent__Group_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataSubcomponent__Group_5_2_1__1__Impl
+ rule__DataSubcomponent__Group_2__0__Impl
+ rule__DataSubcomponent__Group_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__Group_5_2_1__1__Impl
+rule__DataSubcomponent__Group_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1()); }
- (rule__DataSubcomponent__OwnedModeBindingAssignment_5_2_1_1)
- { after(grammarAccess.getDataSubcomponentAccess().getOwnedModeBindingAssignment_5_2_1_1()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getDataSubcomponentTypeAssignment_2_0()); }
+ (rule__DataSubcomponent__DataSubcomponentTypeAssignment_2_0)
+ { after(grammarAccess.getDataSubcomponentAccess().getDataSubcomponentTypeAssignment_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ArrayDimension__Group__0
+rule__DataSubcomponent__Group_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ArrayDimension__Group__0__Impl
- rule__ArrayDimension__Group__1
+ rule__DataSubcomponent__Group_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ArrayDimension__Group__0__Impl
+rule__DataSubcomponent__Group_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getArrayDimensionAccess().getArrayDimensionAction_0()); }
- ()
- { after(grammarAccess.getArrayDimensionAccess().getArrayDimensionAction_0()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getGroup_2_1()); }
+ (rule__DataSubcomponent__Group_2_1__0)?
+ { after(grammarAccess.getDataSubcomponentAccess().getGroup_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ArrayDimension__Group__1
+
+rule__DataSubcomponent__Group_2_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ArrayDimension__Group__1__Impl
- rule__ArrayDimension__Group__2
+ rule__DataSubcomponent__Group_2_1__0__Impl
+ rule__DataSubcomponent__Group_2_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ArrayDimension__Group__1__Impl
+rule__DataSubcomponent__Group_2_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getArrayDimensionAccess().getLeftSquareBracketKeyword_1()); }
- LeftSquareBracket
- { after(grammarAccess.getArrayDimensionAccess().getLeftSquareBracketKeyword_1()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getLeftParenthesisKeyword_2_1_0()); }
+ LeftParenthesis
+ { after(grammarAccess.getDataSubcomponentAccess().getLeftParenthesisKeyword_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ArrayDimension__Group__2
+rule__DataSubcomponent__Group_2_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ArrayDimension__Group__2__Impl
- rule__ArrayDimension__Group__3
+ rule__DataSubcomponent__Group_2_1__1__Impl
+ rule__DataSubcomponent__Group_2_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ArrayDimension__Group__2__Impl
+rule__DataSubcomponent__Group_2_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getArrayDimensionAccess().getSizeAssignment_2()); }
- (rule__ArrayDimension__SizeAssignment_2)?
- { after(grammarAccess.getArrayDimensionAccess().getSizeAssignment_2()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
+ (rule__DataSubcomponent__OwnedPrototypeBindingAssignment_2_1_1)
+ { after(grammarAccess.getDataSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ArrayDimension__Group__3
+rule__DataSubcomponent__Group_2_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ArrayDimension__Group__3__Impl
+ rule__DataSubcomponent__Group_2_1__2__Impl
+ rule__DataSubcomponent__Group_2_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__ArrayDimension__Group__3__Impl
+rule__DataSubcomponent__Group_2_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getArrayDimensionAccess().getRightSquareBracketKeyword_3()); }
- RightSquareBracket
- { after(grammarAccess.getArrayDimensionAccess().getRightSquareBracketKeyword_3()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getGroup_2_1_2()); }
+ (rule__DataSubcomponent__Group_2_1_2__0)*
+ { after(grammarAccess.getDataSubcomponentAccess().getGroup_2_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ComponentImplementationReference__Group__0
+rule__DataSubcomponent__Group_2_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__ComponentImplementationReference__Group__0__Impl
- rule__ComponentImplementationReference__Group__1
+ rule__DataSubcomponent__Group_2_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ComponentImplementationReference__Group__0__Impl
+rule__DataSubcomponent__Group_2_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getComponentImplementationReferenceAccess().getComponentImplementationReferenceAction_0()); }
- ()
- { after(grammarAccess.getComponentImplementationReferenceAccess().getComponentImplementationReferenceAction_0()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getRightParenthesisKeyword_2_1_3()); }
+ RightParenthesis
+ { after(grammarAccess.getDataSubcomponentAccess().getRightParenthesisKeyword_2_1_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ComponentImplementationReference__Group__1
+
+rule__DataSubcomponent__Group_2_1_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ComponentImplementationReference__Group__1__Impl
- rule__ComponentImplementationReference__Group__2
+ rule__DataSubcomponent__Group_2_1_2__0__Impl
+ rule__DataSubcomponent__Group_2_1_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ComponentImplementationReference__Group__1__Impl
+rule__DataSubcomponent__Group_2_1_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getComponentImplementationReferenceAccess().getImplementationAssignment_1()); }
- (rule__ComponentImplementationReference__ImplementationAssignment_1)
- { after(grammarAccess.getComponentImplementationReferenceAccess().getImplementationAssignment_1()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getCommaKeyword_2_1_2_0()); }
+ Comma
+ { after(grammarAccess.getDataSubcomponentAccess().getCommaKeyword_2_1_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ComponentImplementationReference__Group__2
+rule__DataSubcomponent__Group_2_1_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ComponentImplementationReference__Group__2__Impl
+ rule__DataSubcomponent__Group_2_1_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ComponentImplementationReference__Group__2__Impl
+rule__DataSubcomponent__Group_2_1_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getComponentImplementationReferenceAccess().getGroup_2()); }
- (rule__ComponentImplementationReference__Group_2__0)?
- { after(grammarAccess.getComponentImplementationReferenceAccess().getGroup_2()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
+ (rule__DataSubcomponent__OwnedPrototypeBindingAssignment_2_1_2_1)
+ { after(grammarAccess.getDataSubcomponentAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
)
;
finally {
@@ -78332,161 +79717,168 @@ finally {
}
-rule__ComponentImplementationReference__Group_2__0
+rule__DataSubcomponent__Group_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ComponentImplementationReference__Group_2__0__Impl
- rule__ComponentImplementationReference__Group_2__1
+ rule__DataSubcomponent__Group_3__0__Impl
+ rule__DataSubcomponent__Group_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ComponentImplementationReference__Group_2__0__Impl
+rule__DataSubcomponent__Group_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getComponentImplementationReferenceAccess().getLeftParenthesisKeyword_2_0()); }
- LeftParenthesis
- { after(grammarAccess.getComponentImplementationReferenceAccess().getLeftParenthesisKeyword_2_0()); }
+ (
+ { before(grammarAccess.getDataSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
+ (rule__DataSubcomponent__ArrayDimensionAssignment_3_0)
+ { after(grammarAccess.getDataSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
+ )
+ (
+ { before(grammarAccess.getDataSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
+ (rule__DataSubcomponent__ArrayDimensionAssignment_3_0)*
+ { after(grammarAccess.getDataSubcomponentAccess().getArrayDimensionAssignment_3_0()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ComponentImplementationReference__Group_2__1
+rule__DataSubcomponent__Group_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ComponentImplementationReference__Group_2__1__Impl
- rule__ComponentImplementationReference__Group_2__2
+ rule__DataSubcomponent__Group_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ComponentImplementationReference__Group_2__1__Impl
+rule__DataSubcomponent__Group_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getComponentImplementationReferenceAccess().getOwnedPrototypeBindingAssignment_2_1()); }
- (rule__ComponentImplementationReference__OwnedPrototypeBindingAssignment_2_1)
- { after(grammarAccess.getComponentImplementationReferenceAccess().getOwnedPrototypeBindingAssignment_2_1()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getGroup_3_1()); }
+ (rule__DataSubcomponent__Group_3_1__0)?
+ { after(grammarAccess.getDataSubcomponentAccess().getGroup_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ComponentImplementationReference__Group_2__2
+
+rule__DataSubcomponent__Group_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ComponentImplementationReference__Group_2__2__Impl
- rule__ComponentImplementationReference__Group_2__3
+ rule__DataSubcomponent__Group_3_1__0__Impl
+ rule__DataSubcomponent__Group_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ComponentImplementationReference__Group_2__2__Impl
+rule__DataSubcomponent__Group_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getComponentImplementationReferenceAccess().getGroup_2_2()); }
- (rule__ComponentImplementationReference__Group_2_2__0)*
- { after(grammarAccess.getComponentImplementationReferenceAccess().getGroup_2_2()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getLeftParenthesisKeyword_3_1_0()); }
+ LeftParenthesis
+ { after(grammarAccess.getDataSubcomponentAccess().getLeftParenthesisKeyword_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ComponentImplementationReference__Group_2__3
+rule__DataSubcomponent__Group_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ComponentImplementationReference__Group_2__3__Impl
+ rule__DataSubcomponent__Group_3_1__1__Impl
+ rule__DataSubcomponent__Group_3_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ComponentImplementationReference__Group_2__3__Impl
+rule__DataSubcomponent__Group_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getComponentImplementationReferenceAccess().getRightParenthesisKeyword_2_3()); }
- RightParenthesis
- { after(grammarAccess.getComponentImplementationReferenceAccess().getRightParenthesisKeyword_2_3()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getImplementationReferenceAssignment_3_1_1()); }
+ (rule__DataSubcomponent__ImplementationReferenceAssignment_3_1_1)
+ { after(grammarAccess.getDataSubcomponentAccess().getImplementationReferenceAssignment_3_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ComponentImplementationReference__Group_2_2__0
+rule__DataSubcomponent__Group_3_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ComponentImplementationReference__Group_2_2__0__Impl
- rule__ComponentImplementationReference__Group_2_2__1
+ rule__DataSubcomponent__Group_3_1__2__Impl
+ rule__DataSubcomponent__Group_3_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__ComponentImplementationReference__Group_2_2__0__Impl
+rule__DataSubcomponent__Group_3_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getComponentImplementationReferenceAccess().getCommaKeyword_2_2_0()); }
- Comma
- { after(grammarAccess.getComponentImplementationReferenceAccess().getCommaKeyword_2_2_0()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getGroup_3_1_2()); }
+ (rule__DataSubcomponent__Group_3_1_2__0)*
+ { after(grammarAccess.getDataSubcomponentAccess().getGroup_3_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ComponentImplementationReference__Group_2_2__1
+rule__DataSubcomponent__Group_3_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__ComponentImplementationReference__Group_2_2__1__Impl
+ rule__DataSubcomponent__Group_3_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ComponentImplementationReference__Group_2_2__1__Impl
+rule__DataSubcomponent__Group_3_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getComponentImplementationReferenceAccess().getOwnedPrototypeBindingAssignment_2_2_1()); }
- (rule__ComponentImplementationReference__OwnedPrototypeBindingAssignment_2_2_1)
- { after(grammarAccess.getComponentImplementationReferenceAccess().getOwnedPrototypeBindingAssignment_2_2_1()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getRightParenthesisKeyword_3_1_3()); }
+ RightParenthesis
+ { after(grammarAccess.getDataSubcomponentAccess().getRightParenthesisKeyword_3_1_3()); }
)
;
finally {
@@ -78494,269 +79886,276 @@ finally {
}
-rule__DataPort__Group__0
+rule__DataSubcomponent__Group_3_1_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataPort__Group__0__Impl
- rule__DataPort__Group__1
+ rule__DataSubcomponent__Group_3_1_2__0__Impl
+ rule__DataSubcomponent__Group_3_1_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPort__Group__0__Impl
+rule__DataSubcomponent__Group_3_1_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataPortAccess().getDataPortAction_0()); }
- ()
- { after(grammarAccess.getDataPortAccess().getDataPortAction_0()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getCommaKeyword_3_1_2_0()); }
+ Comma
+ { after(grammarAccess.getDataSubcomponentAccess().getCommaKeyword_3_1_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPort__Group__1
+rule__DataSubcomponent__Group_3_1_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataPort__Group__1__Impl
- rule__DataPort__Group__2
+ rule__DataSubcomponent__Group_3_1_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPort__Group__1__Impl
+rule__DataSubcomponent__Group_3_1_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataPortAccess().getAlternatives_1()); }
- (rule__DataPort__Alternatives_1)
- { after(grammarAccess.getDataPortAccess().getAlternatives_1()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1()); }
+ (rule__DataSubcomponent__ImplementationReferenceAssignment_3_1_2_1)
+ { after(grammarAccess.getDataSubcomponentAccess().getImplementationReferenceAssignment_3_1_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPort__Group__2
+
+rule__DataSubcomponent__Group_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataPort__Group__2__Impl
- rule__DataPort__Group__3
+ rule__DataSubcomponent__Group_4__0__Impl
+ rule__DataSubcomponent__Group_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPort__Group__2__Impl
+rule__DataSubcomponent__Group_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataPortAccess().getAlternatives_2()); }
- (rule__DataPort__Alternatives_2)
- { after(grammarAccess.getDataPortAccess().getAlternatives_2()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getLeftCurlyBracketKeyword_4_0()); }
+ LeftCurlyBracket
+ { after(grammarAccess.getDataSubcomponentAccess().getLeftCurlyBracketKeyword_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPort__Group__3
+rule__DataSubcomponent__Group_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataPort__Group__3__Impl
- rule__DataPort__Group__4
+ rule__DataSubcomponent__Group_4__1__Impl
+ rule__DataSubcomponent__Group_4__2
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPort__Group__3__Impl
+rule__DataSubcomponent__Group_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataPortAccess().getDataPortKeywordsParserRuleCall_3()); }
- ruleDataPortKeywords
- { after(grammarAccess.getDataPortAccess().getDataPortKeywordsParserRuleCall_3()); }
+ (
+ { before(grammarAccess.getDataSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ (rule__DataSubcomponent__OwnedPropertyAssociationAssignment_4_1)
+ { after(grammarAccess.getDataSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ )
+ (
+ { before(grammarAccess.getDataSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ (rule__DataSubcomponent__OwnedPropertyAssociationAssignment_4_1)*
+ { after(grammarAccess.getDataSubcomponentAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPort__Group__4
+rule__DataSubcomponent__Group_4__2
@init {
int stackSize = keepStackSize();
}
:
- rule__DataPort__Group__4__Impl
- rule__DataPort__Group__5
+ rule__DataSubcomponent__Group_4__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPort__Group__4__Impl
+rule__DataSubcomponent__Group_4__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataPortAccess().getDataFeatureClassifierAssignment_4()); }
- (rule__DataPort__DataFeatureClassifierAssignment_4)?
- { after(grammarAccess.getDataPortAccess().getDataFeatureClassifierAssignment_4()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getRightCurlyBracketKeyword_4_2()); }
+ RightCurlyBracket
+ { after(grammarAccess.getDataSubcomponentAccess().getRightCurlyBracketKeyword_4_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPort__Group__5
+
+rule__DataSubcomponent__Group_5__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataPort__Group__5__Impl
- rule__DataPort__Group__6
+ rule__DataSubcomponent__Group_5__0__Impl
+ rule__DataSubcomponent__Group_5__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPort__Group__5__Impl
+rule__DataSubcomponent__Group_5__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataPortAccess().getArrayDimensionAssignment_5()); }
- (rule__DataPort__ArrayDimensionAssignment_5)?
- { after(grammarAccess.getDataPortAccess().getArrayDimensionAssignment_5()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getInKeyword_5_0()); }
+ In
+ { after(grammarAccess.getDataSubcomponentAccess().getInKeyword_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPort__Group__6
+rule__DataSubcomponent__Group_5__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataPort__Group__6__Impl
- rule__DataPort__Group__7
+ rule__DataSubcomponent__Group_5__1__Impl
+ rule__DataSubcomponent__Group_5__2
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPort__Group__6__Impl
+rule__DataSubcomponent__Group_5__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataPortAccess().getGroup_6()); }
- (rule__DataPort__Group_6__0)?
- { after(grammarAccess.getDataPortAccess().getGroup_6()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getModesKeyword_5_1()); }
+ Modes
+ { after(grammarAccess.getDataSubcomponentAccess().getModesKeyword_5_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPort__Group__7
+rule__DataSubcomponent__Group_5__2
@init {
int stackSize = keepStackSize();
}
:
- rule__DataPort__Group__7__Impl
+ rule__DataSubcomponent__Group_5__2__Impl
+ rule__DataSubcomponent__Group_5__3
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPort__Group__7__Impl
+rule__DataSubcomponent__Group_5__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataPortAccess().getSemicolonKeyword_7()); }
- Semicolon
- { after(grammarAccess.getDataPortAccess().getSemicolonKeyword_7()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getLeftParenthesisKeyword_5_2()); }
+ LeftParenthesis
+ { after(grammarAccess.getDataSubcomponentAccess().getLeftParenthesisKeyword_5_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DataPort__Group_1_0__0
+rule__DataSubcomponent__Group_5__3
@init {
int stackSize = keepStackSize();
}
:
- rule__DataPort__Group_1_0__0__Impl
- rule__DataPort__Group_1_0__1
+ rule__DataSubcomponent__Group_5__3__Impl
+ rule__DataSubcomponent__Group_5__4
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPort__Group_1_0__0__Impl
+rule__DataSubcomponent__Group_5__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataPortAccess().getNameAssignment_1_0_0()); }
- (rule__DataPort__NameAssignment_1_0_0)
- { after(grammarAccess.getDataPortAccess().getNameAssignment_1_0_0()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getGroup_5_3()); }
+ (rule__DataSubcomponent__Group_5_3__0)
+ { after(grammarAccess.getDataSubcomponentAccess().getGroup_5_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPort__Group_1_0__1
+rule__DataSubcomponent__Group_5__4
@init {
int stackSize = keepStackSize();
}
:
- rule__DataPort__Group_1_0__1__Impl
+ rule__DataSubcomponent__Group_5__4__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPort__Group_1_0__1__Impl
+rule__DataSubcomponent__Group_5__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataPortAccess().getColonKeyword_1_0_1()); }
- Colon
- { after(grammarAccess.getDataPortAccess().getColonKeyword_1_0_1()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getRightParenthesisKeyword_5_4()); }
+ RightParenthesis
+ { after(grammarAccess.getDataSubcomponentAccess().getRightParenthesisKeyword_5_4()); }
)
;
finally {
@@ -78764,222 +80163,215 @@ finally {
}
-rule__DataPort__Group_1_1__0
+rule__DataSubcomponent__Group_5_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataPort__Group_1_1__0__Impl
- rule__DataPort__Group_1_1__1
+ rule__DataSubcomponent__Group_5_3__0__Impl
+ rule__DataSubcomponent__Group_5_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPort__Group_1_1__0__Impl
+rule__DataSubcomponent__Group_5_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataPortAccess().getRefinedAssignment_1_1_0()); }
- (rule__DataPort__RefinedAssignment_1_1_0)
- { after(grammarAccess.getDataPortAccess().getRefinedAssignment_1_1_0()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getOwnedModeBindingAssignment_5_3_0()); }
+ (rule__DataSubcomponent__OwnedModeBindingAssignment_5_3_0)
+ { after(grammarAccess.getDataSubcomponentAccess().getOwnedModeBindingAssignment_5_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPort__Group_1_1__1
+rule__DataSubcomponent__Group_5_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataPort__Group_1_1__1__Impl
- rule__DataPort__Group_1_1__2
+ rule__DataSubcomponent__Group_5_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPort__Group_1_1__1__Impl
+rule__DataSubcomponent__Group_5_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataPortAccess().getColonKeyword_1_1_1()); }
- Colon
- { after(grammarAccess.getDataPortAccess().getColonKeyword_1_1_1()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getGroup_5_3_1()); }
+ (rule__DataSubcomponent__Group_5_3_1__0)*
+ { after(grammarAccess.getDataSubcomponentAccess().getGroup_5_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPort__Group_1_1__2
+
+rule__DataSubcomponent__Group_5_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataPort__Group_1_1__2__Impl
+ rule__DataSubcomponent__Group_5_3_1__0__Impl
+ rule__DataSubcomponent__Group_5_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPort__Group_1_1__2__Impl
+rule__DataSubcomponent__Group_5_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataPortAccess().getRefinedToKeywordsParserRuleCall_1_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getDataPortAccess().getRefinedToKeywordsParserRuleCall_1_1_2()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getCommaKeyword_5_3_1_0()); }
+ Comma
+ { after(grammarAccess.getDataSubcomponentAccess().getCommaKeyword_5_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DataPort__Group_2_0__0
+rule__DataSubcomponent__Group_5_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataPort__Group_2_0__0__Impl
- rule__DataPort__Group_2_0__1
+ rule__DataSubcomponent__Group_5_3_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPort__Group_2_0__0__Impl
+rule__DataSubcomponent__Group_5_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataPortAccess().getInAssignment_2_0_0()); }
- (rule__DataPort__InAssignment_2_0_0)
- { after(grammarAccess.getDataPortAccess().getInAssignment_2_0_0()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getOwnedModeBindingAssignment_5_3_1_1()); }
+ (rule__DataSubcomponent__OwnedModeBindingAssignment_5_3_1_1)
+ { after(grammarAccess.getDataSubcomponentAccess().getOwnedModeBindingAssignment_5_3_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPort__Group_2_0__1
+
+rule__ArrayDimension__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataPort__Group_2_0__1__Impl
+ rule__ArrayDimension__Group__0__Impl
+ rule__ArrayDimension__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPort__Group_2_0__1__Impl
+rule__ArrayDimension__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataPortAccess().getOutAssignment_2_0_1()); }
- (rule__DataPort__OutAssignment_2_0_1)?
- { after(grammarAccess.getDataPortAccess().getOutAssignment_2_0_1()); }
+ { before(grammarAccess.getArrayDimensionAccess().getArrayDimensionAction_0()); }
+ ()
+ { after(grammarAccess.getArrayDimensionAccess().getArrayDimensionAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DataPort__Group_6__0
+rule__ArrayDimension__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataPort__Group_6__0__Impl
- rule__DataPort__Group_6__1
+ rule__ArrayDimension__Group__1__Impl
+ rule__ArrayDimension__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPort__Group_6__0__Impl
+rule__ArrayDimension__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataPortAccess().getLeftCurlyBracketKeyword_6_0()); }
- LeftCurlyBracket
- { after(grammarAccess.getDataPortAccess().getLeftCurlyBracketKeyword_6_0()); }
+ { before(grammarAccess.getArrayDimensionAccess().getLeftSquareBracketKeyword_1()); }
+ LeftSquareBracket
+ { after(grammarAccess.getArrayDimensionAccess().getLeftSquareBracketKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPort__Group_6__1
+rule__ArrayDimension__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__DataPort__Group_6__1__Impl
- rule__DataPort__Group_6__2
+ rule__ArrayDimension__Group__2__Impl
+ rule__ArrayDimension__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPort__Group_6__1__Impl
+rule__ArrayDimension__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getDataPortAccess().getOwnedPropertyAssociationAssignment_6_1()); }
- (rule__DataPort__OwnedPropertyAssociationAssignment_6_1)
- { after(grammarAccess.getDataPortAccess().getOwnedPropertyAssociationAssignment_6_1()); }
- )
- (
- { before(grammarAccess.getDataPortAccess().getOwnedPropertyAssociationAssignment_6_1()); }
- (rule__DataPort__OwnedPropertyAssociationAssignment_6_1)*
- { after(grammarAccess.getDataPortAccess().getOwnedPropertyAssociationAssignment_6_1()); }
- )
+ { before(grammarAccess.getArrayDimensionAccess().getSizeAssignment_2()); }
+ (rule__ArrayDimension__SizeAssignment_2)?
+ { after(grammarAccess.getArrayDimensionAccess().getSizeAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPort__Group_6__2
+rule__ArrayDimension__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__DataPort__Group_6__2__Impl
+ rule__ArrayDimension__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPort__Group_6__2__Impl
+rule__ArrayDimension__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataPortAccess().getRightCurlyBracketKeyword_6_2()); }
- RightCurlyBracket
- { after(grammarAccess.getDataPortAccess().getRightCurlyBracketKeyword_6_2()); }
+ { before(grammarAccess.getArrayDimensionAccess().getRightSquareBracketKeyword_3()); }
+ RightSquareBracket
+ { after(grammarAccess.getArrayDimensionAccess().getRightSquareBracketKeyword_3()); }
)
;
finally {
@@ -78987,492 +80379,485 @@ finally {
}
-rule__EventDataPort__Group__0
+rule__ComponentImplementationReference__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__EventDataPort__Group__0__Impl
- rule__EventDataPort__Group__1
+ rule__ComponentImplementationReference__Group__0__Impl
+ rule__ComponentImplementationReference__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__Group__0__Impl
+rule__ComponentImplementationReference__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataPortAccess().getEventDataPortAction_0()); }
+ { before(grammarAccess.getComponentImplementationReferenceAccess().getComponentImplementationReferenceAction_0()); }
()
- { after(grammarAccess.getEventDataPortAccess().getEventDataPortAction_0()); }
+ { after(grammarAccess.getComponentImplementationReferenceAccess().getComponentImplementationReferenceAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__Group__1
+rule__ComponentImplementationReference__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__EventDataPort__Group__1__Impl
- rule__EventDataPort__Group__2
+ rule__ComponentImplementationReference__Group__1__Impl
+ rule__ComponentImplementationReference__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__Group__1__Impl
+rule__ComponentImplementationReference__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataPortAccess().getAlternatives_1()); }
- (rule__EventDataPort__Alternatives_1)
- { after(grammarAccess.getEventDataPortAccess().getAlternatives_1()); }
+ { before(grammarAccess.getComponentImplementationReferenceAccess().getImplementationAssignment_1()); }
+ (rule__ComponentImplementationReference__ImplementationAssignment_1)
+ { after(grammarAccess.getComponentImplementationReferenceAccess().getImplementationAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__Group__2
+rule__ComponentImplementationReference__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__EventDataPort__Group__2__Impl
- rule__EventDataPort__Group__3
+ rule__ComponentImplementationReference__Group__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__Group__2__Impl
+rule__ComponentImplementationReference__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataPortAccess().getAlternatives_2()); }
- (rule__EventDataPort__Alternatives_2)
- { after(grammarAccess.getEventDataPortAccess().getAlternatives_2()); }
+ { before(grammarAccess.getComponentImplementationReferenceAccess().getGroup_2()); }
+ (rule__ComponentImplementationReference__Group_2__0)?
+ { after(grammarAccess.getComponentImplementationReferenceAccess().getGroup_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__Group__3
+
+rule__ComponentImplementationReference__Group_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__EventDataPort__Group__3__Impl
- rule__EventDataPort__Group__4
+ rule__ComponentImplementationReference__Group_2__0__Impl
+ rule__ComponentImplementationReference__Group_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__Group__3__Impl
+rule__ComponentImplementationReference__Group_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataPortAccess().getEventDataPortKeywordsParserRuleCall_3()); }
- ruleEventDataPortKeywords
- { after(grammarAccess.getEventDataPortAccess().getEventDataPortKeywordsParserRuleCall_3()); }
+ { before(grammarAccess.getComponentImplementationReferenceAccess().getLeftParenthesisKeyword_2_0()); }
+ LeftParenthesis
+ { after(grammarAccess.getComponentImplementationReferenceAccess().getLeftParenthesisKeyword_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__Group__4
+rule__ComponentImplementationReference__Group_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__EventDataPort__Group__4__Impl
- rule__EventDataPort__Group__5
+ rule__ComponentImplementationReference__Group_2__1__Impl
+ rule__ComponentImplementationReference__Group_2__2
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__Group__4__Impl
+rule__ComponentImplementationReference__Group_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataPortAccess().getDataFeatureClassifierAssignment_4()); }
- (rule__EventDataPort__DataFeatureClassifierAssignment_4)?
- { after(grammarAccess.getEventDataPortAccess().getDataFeatureClassifierAssignment_4()); }
+ { before(grammarAccess.getComponentImplementationReferenceAccess().getOwnedPrototypeBindingAssignment_2_1()); }
+ (rule__ComponentImplementationReference__OwnedPrototypeBindingAssignment_2_1)
+ { after(grammarAccess.getComponentImplementationReferenceAccess().getOwnedPrototypeBindingAssignment_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__Group__5
+rule__ComponentImplementationReference__Group_2__2
@init {
int stackSize = keepStackSize();
}
:
- rule__EventDataPort__Group__5__Impl
- rule__EventDataPort__Group__6
+ rule__ComponentImplementationReference__Group_2__2__Impl
+ rule__ComponentImplementationReference__Group_2__3
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__Group__5__Impl
+rule__ComponentImplementationReference__Group_2__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataPortAccess().getArrayDimensionAssignment_5()); }
- (rule__EventDataPort__ArrayDimensionAssignment_5)?
- { after(grammarAccess.getEventDataPortAccess().getArrayDimensionAssignment_5()); }
+ { before(grammarAccess.getComponentImplementationReferenceAccess().getGroup_2_2()); }
+ (rule__ComponentImplementationReference__Group_2_2__0)*
+ { after(grammarAccess.getComponentImplementationReferenceAccess().getGroup_2_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__Group__6
+rule__ComponentImplementationReference__Group_2__3
@init {
int stackSize = keepStackSize();
}
:
- rule__EventDataPort__Group__6__Impl
- rule__EventDataPort__Group__7
+ rule__ComponentImplementationReference__Group_2__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__Group__6__Impl
+rule__ComponentImplementationReference__Group_2__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataPortAccess().getGroup_6()); }
- (rule__EventDataPort__Group_6__0)?
- { after(grammarAccess.getEventDataPortAccess().getGroup_6()); }
+ { before(grammarAccess.getComponentImplementationReferenceAccess().getRightParenthesisKeyword_2_3()); }
+ RightParenthesis
+ { after(grammarAccess.getComponentImplementationReferenceAccess().getRightParenthesisKeyword_2_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__Group__7
+
+rule__ComponentImplementationReference__Group_2_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__EventDataPort__Group__7__Impl
+ rule__ComponentImplementationReference__Group_2_2__0__Impl
+ rule__ComponentImplementationReference__Group_2_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__Group__7__Impl
+rule__ComponentImplementationReference__Group_2_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataPortAccess().getSemicolonKeyword_7()); }
- Semicolon
- { after(grammarAccess.getEventDataPortAccess().getSemicolonKeyword_7()); }
+ { before(grammarAccess.getComponentImplementationReferenceAccess().getCommaKeyword_2_2_0()); }
+ Comma
+ { after(grammarAccess.getComponentImplementationReferenceAccess().getCommaKeyword_2_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__EventDataPort__Group_1_0__0
+rule__ComponentImplementationReference__Group_2_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__EventDataPort__Group_1_0__0__Impl
- rule__EventDataPort__Group_1_0__1
+ rule__ComponentImplementationReference__Group_2_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__Group_1_0__0__Impl
+rule__ComponentImplementationReference__Group_2_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataPortAccess().getNameAssignment_1_0_0()); }
- (rule__EventDataPort__NameAssignment_1_0_0)
- { after(grammarAccess.getEventDataPortAccess().getNameAssignment_1_0_0()); }
+ { before(grammarAccess.getComponentImplementationReferenceAccess().getOwnedPrototypeBindingAssignment_2_2_1()); }
+ (rule__ComponentImplementationReference__OwnedPrototypeBindingAssignment_2_2_1)
+ { after(grammarAccess.getComponentImplementationReferenceAccess().getOwnedPrototypeBindingAssignment_2_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__Group_1_0__1
+
+rule__DataPort__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__EventDataPort__Group_1_0__1__Impl
+ rule__DataPort__Group__0__Impl
+ rule__DataPort__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__Group_1_0__1__Impl
+rule__DataPort__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataPortAccess().getColonKeyword_1_0_1()); }
- Colon
- { after(grammarAccess.getEventDataPortAccess().getColonKeyword_1_0_1()); }
+ { before(grammarAccess.getDataPortAccess().getDataPortAction_0()); }
+ ()
+ { after(grammarAccess.getDataPortAccess().getDataPortAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__EventDataPort__Group_1_1__0
+rule__DataPort__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__EventDataPort__Group_1_1__0__Impl
- rule__EventDataPort__Group_1_1__1
+ rule__DataPort__Group__1__Impl
+ rule__DataPort__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__Group_1_1__0__Impl
+rule__DataPort__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataPortAccess().getRefinedAssignment_1_1_0()); }
- (rule__EventDataPort__RefinedAssignment_1_1_0)
- { after(grammarAccess.getEventDataPortAccess().getRefinedAssignment_1_1_0()); }
+ { before(grammarAccess.getDataPortAccess().getAlternatives_1()); }
+ (rule__DataPort__Alternatives_1)
+ { after(grammarAccess.getDataPortAccess().getAlternatives_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__Group_1_1__1
+rule__DataPort__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__EventDataPort__Group_1_1__1__Impl
- rule__EventDataPort__Group_1_1__2
+ rule__DataPort__Group__2__Impl
+ rule__DataPort__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__Group_1_1__1__Impl
+rule__DataPort__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataPortAccess().getColonKeyword_1_1_1()); }
- Colon
- { after(grammarAccess.getEventDataPortAccess().getColonKeyword_1_1_1()); }
+ { before(grammarAccess.getDataPortAccess().getAlternatives_2()); }
+ (rule__DataPort__Alternatives_2)
+ { after(grammarAccess.getDataPortAccess().getAlternatives_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__Group_1_1__2
+rule__DataPort__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__EventDataPort__Group_1_1__2__Impl
+ rule__DataPort__Group__3__Impl
+ rule__DataPort__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__Group_1_1__2__Impl
+rule__DataPort__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataPortAccess().getRefinedToKeywordsParserRuleCall_1_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getEventDataPortAccess().getRefinedToKeywordsParserRuleCall_1_1_2()); }
+ { before(grammarAccess.getDataPortAccess().getDataKeyword_3()); }
+ Data
+ { after(grammarAccess.getDataPortAccess().getDataKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__EventDataPort__Group_2_0__0
+rule__DataPort__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__EventDataPort__Group_2_0__0__Impl
- rule__EventDataPort__Group_2_0__1
+ rule__DataPort__Group__4__Impl
+ rule__DataPort__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__Group_2_0__0__Impl
+rule__DataPort__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataPortAccess().getInAssignment_2_0_0()); }
- (rule__EventDataPort__InAssignment_2_0_0)
- { after(grammarAccess.getEventDataPortAccess().getInAssignment_2_0_0()); }
+ { before(grammarAccess.getDataPortAccess().getPortKeyword_4()); }
+ Port
+ { after(grammarAccess.getDataPortAccess().getPortKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__Group_2_0__1
+rule__DataPort__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__EventDataPort__Group_2_0__1__Impl
+ rule__DataPort__Group__5__Impl
+ rule__DataPort__Group__6
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__Group_2_0__1__Impl
+rule__DataPort__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataPortAccess().getOutAssignment_2_0_1()); }
- (rule__EventDataPort__OutAssignment_2_0_1)?
- { after(grammarAccess.getEventDataPortAccess().getOutAssignment_2_0_1()); }
+ { before(grammarAccess.getDataPortAccess().getDataFeatureClassifierAssignment_5()); }
+ (rule__DataPort__DataFeatureClassifierAssignment_5)?
+ { after(grammarAccess.getDataPortAccess().getDataFeatureClassifierAssignment_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__EventDataPort__Group_6__0
+rule__DataPort__Group__6
@init {
int stackSize = keepStackSize();
}
:
- rule__EventDataPort__Group_6__0__Impl
- rule__EventDataPort__Group_6__1
+ rule__DataPort__Group__6__Impl
+ rule__DataPort__Group__7
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__Group_6__0__Impl
+rule__DataPort__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataPortAccess().getLeftCurlyBracketKeyword_6_0()); }
- LeftCurlyBracket
- { after(grammarAccess.getEventDataPortAccess().getLeftCurlyBracketKeyword_6_0()); }
+ { before(grammarAccess.getDataPortAccess().getArrayDimensionAssignment_6()); }
+ (rule__DataPort__ArrayDimensionAssignment_6)?
+ { after(grammarAccess.getDataPortAccess().getArrayDimensionAssignment_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__Group_6__1
+rule__DataPort__Group__7
@init {
int stackSize = keepStackSize();
}
:
- rule__EventDataPort__Group_6__1__Impl
- rule__EventDataPort__Group_6__2
+ rule__DataPort__Group__7__Impl
+ rule__DataPort__Group__8
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__Group_6__1__Impl
+rule__DataPort__Group__7__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getEventDataPortAccess().getOwnedPropertyAssociationAssignment_6_1()); }
- (rule__EventDataPort__OwnedPropertyAssociationAssignment_6_1)
- { after(grammarAccess.getEventDataPortAccess().getOwnedPropertyAssociationAssignment_6_1()); }
- )
- (
- { before(grammarAccess.getEventDataPortAccess().getOwnedPropertyAssociationAssignment_6_1()); }
- (rule__EventDataPort__OwnedPropertyAssociationAssignment_6_1)*
- { after(grammarAccess.getEventDataPortAccess().getOwnedPropertyAssociationAssignment_6_1()); }
- )
+ { before(grammarAccess.getDataPortAccess().getGroup_7()); }
+ (rule__DataPort__Group_7__0)?
+ { after(grammarAccess.getDataPortAccess().getGroup_7()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__Group_6__2
+rule__DataPort__Group__8
@init {
int stackSize = keepStackSize();
}
:
- rule__EventDataPort__Group_6__2__Impl
+ rule__DataPort__Group__8__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__Group_6__2__Impl
+rule__DataPort__Group__8__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataPortAccess().getRightCurlyBracketKeyword_6_2()); }
- RightCurlyBracket
- { after(grammarAccess.getEventDataPortAccess().getRightCurlyBracketKeyword_6_2()); }
+ { before(grammarAccess.getDataPortAccess().getSemicolonKeyword_8()); }
+ Semicolon
+ { after(grammarAccess.getDataPortAccess().getSemicolonKeyword_8()); }
)
;
finally {
@@ -79480,789 +80865,789 @@ finally {
}
-rule__EventPort__Group__0
+rule__DataPort__Group_1_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__EventPort__Group__0__Impl
- rule__EventPort__Group__1
+ rule__DataPort__Group_1_0__0__Impl
+ rule__DataPort__Group_1_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__EventPort__Group__0__Impl
+rule__DataPort__Group_1_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventPortAccess().getEventPortAction_0()); }
- ()
- { after(grammarAccess.getEventPortAccess().getEventPortAction_0()); }
+ { before(grammarAccess.getDataPortAccess().getNameAssignment_1_0_0()); }
+ (rule__DataPort__NameAssignment_1_0_0)
+ { after(grammarAccess.getDataPortAccess().getNameAssignment_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventPort__Group__1
+rule__DataPort__Group_1_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__EventPort__Group__1__Impl
- rule__EventPort__Group__2
+ rule__DataPort__Group_1_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__EventPort__Group__1__Impl
+rule__DataPort__Group_1_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventPortAccess().getAlternatives_1()); }
- (rule__EventPort__Alternatives_1)
- { after(grammarAccess.getEventPortAccess().getAlternatives_1()); }
+ { before(grammarAccess.getDataPortAccess().getColonKeyword_1_0_1()); }
+ Colon
+ { after(grammarAccess.getDataPortAccess().getColonKeyword_1_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventPort__Group__2
+
+rule__DataPort__Group_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__EventPort__Group__2__Impl
- rule__EventPort__Group__3
+ rule__DataPort__Group_1_1__0__Impl
+ rule__DataPort__Group_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__EventPort__Group__2__Impl
+rule__DataPort__Group_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventPortAccess().getAlternatives_2()); }
- (rule__EventPort__Alternatives_2)
- { after(grammarAccess.getEventPortAccess().getAlternatives_2()); }
+ { before(grammarAccess.getDataPortAccess().getRefinedAssignment_1_1_0()); }
+ (rule__DataPort__RefinedAssignment_1_1_0)
+ { after(grammarAccess.getDataPortAccess().getRefinedAssignment_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventPort__Group__3
+rule__DataPort__Group_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__EventPort__Group__3__Impl
- rule__EventPort__Group__4
+ rule__DataPort__Group_1_1__1__Impl
+ rule__DataPort__Group_1_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__EventPort__Group__3__Impl
+rule__DataPort__Group_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventPortAccess().getEventPortKeywordsParserRuleCall_3()); }
- ruleEventPortKeywords
- { after(grammarAccess.getEventPortAccess().getEventPortKeywordsParserRuleCall_3()); }
+ { before(grammarAccess.getDataPortAccess().getColonKeyword_1_1_1()); }
+ Colon
+ { after(grammarAccess.getDataPortAccess().getColonKeyword_1_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventPort__Group__4
+rule__DataPort__Group_1_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__EventPort__Group__4__Impl
- rule__EventPort__Group__5
+ rule__DataPort__Group_1_1__2__Impl
+ rule__DataPort__Group_1_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__EventPort__Group__4__Impl
+rule__DataPort__Group_1_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventPortAccess().getArrayDimensionAssignment_4()); }
- (rule__EventPort__ArrayDimensionAssignment_4)?
- { after(grammarAccess.getEventPortAccess().getArrayDimensionAssignment_4()); }
+ { before(grammarAccess.getDataPortAccess().getRefinedKeyword_1_1_2()); }
+ Refined
+ { after(grammarAccess.getDataPortAccess().getRefinedKeyword_1_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventPort__Group__5
+rule__DataPort__Group_1_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__EventPort__Group__5__Impl
- rule__EventPort__Group__6
+ rule__DataPort__Group_1_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__EventPort__Group__5__Impl
+rule__DataPort__Group_1_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventPortAccess().getGroup_5()); }
- (rule__EventPort__Group_5__0)?
- { after(grammarAccess.getEventPortAccess().getGroup_5()); }
+ { before(grammarAccess.getDataPortAccess().getToKeyword_1_1_3()); }
+ To
+ { after(grammarAccess.getDataPortAccess().getToKeyword_1_1_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventPort__Group__6
+
+rule__DataPort__Group_2_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__EventPort__Group__6__Impl
+ rule__DataPort__Group_2_0__0__Impl
+ rule__DataPort__Group_2_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__EventPort__Group__6__Impl
+rule__DataPort__Group_2_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventPortAccess().getSemicolonKeyword_6()); }
- Semicolon
- { after(grammarAccess.getEventPortAccess().getSemicolonKeyword_6()); }
+ { before(grammarAccess.getDataPortAccess().getInAssignment_2_0_0()); }
+ (rule__DataPort__InAssignment_2_0_0)
+ { after(grammarAccess.getDataPortAccess().getInAssignment_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__EventPort__Group_1_0__0
+rule__DataPort__Group_2_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__EventPort__Group_1_0__0__Impl
- rule__EventPort__Group_1_0__1
+ rule__DataPort__Group_2_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__EventPort__Group_1_0__0__Impl
+rule__DataPort__Group_2_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventPortAccess().getNameAssignment_1_0_0()); }
- (rule__EventPort__NameAssignment_1_0_0)
- { after(grammarAccess.getEventPortAccess().getNameAssignment_1_0_0()); }
+ { before(grammarAccess.getDataPortAccess().getOutAssignment_2_0_1()); }
+ (rule__DataPort__OutAssignment_2_0_1)?
+ { after(grammarAccess.getDataPortAccess().getOutAssignment_2_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventPort__Group_1_0__1
+
+rule__DataPort__Group_7__0
@init {
int stackSize = keepStackSize();
}
:
- rule__EventPort__Group_1_0__1__Impl
+ rule__DataPort__Group_7__0__Impl
+ rule__DataPort__Group_7__1
;
finally {
restoreStackSize(stackSize);
}
-rule__EventPort__Group_1_0__1__Impl
+rule__DataPort__Group_7__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventPortAccess().getColonKeyword_1_0_1()); }
- Colon
- { after(grammarAccess.getEventPortAccess().getColonKeyword_1_0_1()); }
+ { before(grammarAccess.getDataPortAccess().getLeftCurlyBracketKeyword_7_0()); }
+ LeftCurlyBracket
+ { after(grammarAccess.getDataPortAccess().getLeftCurlyBracketKeyword_7_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__EventPort__Group_1_1__0
+rule__DataPort__Group_7__1
@init {
int stackSize = keepStackSize();
}
:
- rule__EventPort__Group_1_1__0__Impl
- rule__EventPort__Group_1_1__1
+ rule__DataPort__Group_7__1__Impl
+ rule__DataPort__Group_7__2
;
finally {
restoreStackSize(stackSize);
}
-rule__EventPort__Group_1_1__0__Impl
+rule__DataPort__Group_7__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventPortAccess().getRefinedAssignment_1_1_0()); }
- (rule__EventPort__RefinedAssignment_1_1_0)
- { after(grammarAccess.getEventPortAccess().getRefinedAssignment_1_1_0()); }
+ (
+ { before(grammarAccess.getDataPortAccess().getOwnedPropertyAssociationAssignment_7_1()); }
+ (rule__DataPort__OwnedPropertyAssociationAssignment_7_1)
+ { after(grammarAccess.getDataPortAccess().getOwnedPropertyAssociationAssignment_7_1()); }
+ )
+ (
+ { before(grammarAccess.getDataPortAccess().getOwnedPropertyAssociationAssignment_7_1()); }
+ (rule__DataPort__OwnedPropertyAssociationAssignment_7_1)*
+ { after(grammarAccess.getDataPortAccess().getOwnedPropertyAssociationAssignment_7_1()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventPort__Group_1_1__1
+rule__DataPort__Group_7__2
@init {
int stackSize = keepStackSize();
}
:
- rule__EventPort__Group_1_1__1__Impl
- rule__EventPort__Group_1_1__2
+ rule__DataPort__Group_7__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__EventPort__Group_1_1__1__Impl
+rule__DataPort__Group_7__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventPortAccess().getColonKeyword_1_1_1()); }
- Colon
- { after(grammarAccess.getEventPortAccess().getColonKeyword_1_1_1()); }
+ { before(grammarAccess.getDataPortAccess().getRightCurlyBracketKeyword_7_2()); }
+ RightCurlyBracket
+ { after(grammarAccess.getDataPortAccess().getRightCurlyBracketKeyword_7_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventPort__Group_1_1__2
+
+rule__EventDataPort__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__EventPort__Group_1_1__2__Impl
+ rule__EventDataPort__Group__0__Impl
+ rule__EventDataPort__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__EventPort__Group_1_1__2__Impl
+rule__EventDataPort__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventPortAccess().getRefinedToKeywordsParserRuleCall_1_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getEventPortAccess().getRefinedToKeywordsParserRuleCall_1_1_2()); }
+ { before(grammarAccess.getEventDataPortAccess().getEventDataPortAction_0()); }
+ ()
+ { after(grammarAccess.getEventDataPortAccess().getEventDataPortAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__EventPort__Group_2_0__0
+rule__EventDataPort__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__EventPort__Group_2_0__0__Impl
- rule__EventPort__Group_2_0__1
+ rule__EventDataPort__Group__1__Impl
+ rule__EventDataPort__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__EventPort__Group_2_0__0__Impl
+rule__EventDataPort__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventPortAccess().getInAssignment_2_0_0()); }
- (rule__EventPort__InAssignment_2_0_0)
- { after(grammarAccess.getEventPortAccess().getInAssignment_2_0_0()); }
+ { before(grammarAccess.getEventDataPortAccess().getAlternatives_1()); }
+ (rule__EventDataPort__Alternatives_1)
+ { after(grammarAccess.getEventDataPortAccess().getAlternatives_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventPort__Group_2_0__1
+rule__EventDataPort__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__EventPort__Group_2_0__1__Impl
+ rule__EventDataPort__Group__2__Impl
+ rule__EventDataPort__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__EventPort__Group_2_0__1__Impl
+rule__EventDataPort__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventPortAccess().getOutAssignment_2_0_1()); }
- (rule__EventPort__OutAssignment_2_0_1)?
- { after(grammarAccess.getEventPortAccess().getOutAssignment_2_0_1()); }
+ { before(grammarAccess.getEventDataPortAccess().getAlternatives_2()); }
+ (rule__EventDataPort__Alternatives_2)
+ { after(grammarAccess.getEventDataPortAccess().getAlternatives_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__EventPort__Group_5__0
+rule__EventDataPort__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__EventPort__Group_5__0__Impl
- rule__EventPort__Group_5__1
+ rule__EventDataPort__Group__3__Impl
+ rule__EventDataPort__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__EventPort__Group_5__0__Impl
+rule__EventDataPort__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventPortAccess().getLeftCurlyBracketKeyword_5_0()); }
- LeftCurlyBracket
- { after(grammarAccess.getEventPortAccess().getLeftCurlyBracketKeyword_5_0()); }
+ { before(grammarAccess.getEventDataPortAccess().getEventKeyword_3()); }
+ Event
+ { after(grammarAccess.getEventDataPortAccess().getEventKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventPort__Group_5__1
+rule__EventDataPort__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__EventPort__Group_5__1__Impl
- rule__EventPort__Group_5__2
+ rule__EventDataPort__Group__4__Impl
+ rule__EventDataPort__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__EventPort__Group_5__1__Impl
+rule__EventDataPort__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getEventPortAccess().getOwnedPropertyAssociationAssignment_5_1()); }
- (rule__EventPort__OwnedPropertyAssociationAssignment_5_1)
- { after(grammarAccess.getEventPortAccess().getOwnedPropertyAssociationAssignment_5_1()); }
- )
- (
- { before(grammarAccess.getEventPortAccess().getOwnedPropertyAssociationAssignment_5_1()); }
- (rule__EventPort__OwnedPropertyAssociationAssignment_5_1)*
- { after(grammarAccess.getEventPortAccess().getOwnedPropertyAssociationAssignment_5_1()); }
- )
+ { before(grammarAccess.getEventDataPortAccess().getDataKeyword_4()); }
+ Data
+ { after(grammarAccess.getEventDataPortAccess().getDataKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventPort__Group_5__2
+rule__EventDataPort__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__EventPort__Group_5__2__Impl
+ rule__EventDataPort__Group__5__Impl
+ rule__EventDataPort__Group__6
;
finally {
restoreStackSize(stackSize);
}
-rule__EventPort__Group_5__2__Impl
+rule__EventDataPort__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventPortAccess().getRightCurlyBracketKeyword_5_2()); }
- RightCurlyBracket
- { after(grammarAccess.getEventPortAccess().getRightCurlyBracketKeyword_5_2()); }
+ { before(grammarAccess.getEventDataPortAccess().getPortKeyword_5()); }
+ Port
+ { after(grammarAccess.getEventDataPortAccess().getPortKeyword_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FeatureGroup__Group__0
+rule__EventDataPort__Group__6
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroup__Group__0__Impl
- rule__FeatureGroup__Group__1
+ rule__EventDataPort__Group__6__Impl
+ rule__EventDataPort__Group__7
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroup__Group__0__Impl
+rule__EventDataPort__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupAccess().getAlternatives_0()); }
- (rule__FeatureGroup__Alternatives_0)
- { after(grammarAccess.getFeatureGroupAccess().getAlternatives_0()); }
+ { before(grammarAccess.getEventDataPortAccess().getDataFeatureClassifierAssignment_6()); }
+ (rule__EventDataPort__DataFeatureClassifierAssignment_6)?
+ { after(grammarAccess.getEventDataPortAccess().getDataFeatureClassifierAssignment_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroup__Group__1
+rule__EventDataPort__Group__7
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroup__Group__1__Impl
- rule__FeatureGroup__Group__2
+ rule__EventDataPort__Group__7__Impl
+ rule__EventDataPort__Group__8
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroup__Group__1__Impl
+rule__EventDataPort__Group__7__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupAccess().getAlternatives_1()); }
- (rule__FeatureGroup__Alternatives_1)?
- { after(grammarAccess.getFeatureGroupAccess().getAlternatives_1()); }
+ { before(grammarAccess.getEventDataPortAccess().getArrayDimensionAssignment_7()); }
+ (rule__EventDataPort__ArrayDimensionAssignment_7)?
+ { after(grammarAccess.getEventDataPortAccess().getArrayDimensionAssignment_7()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroup__Group__2
+rule__EventDataPort__Group__8
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroup__Group__2__Impl
- rule__FeatureGroup__Group__3
+ rule__EventDataPort__Group__8__Impl
+ rule__EventDataPort__Group__9
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroup__Group__2__Impl
+rule__EventDataPort__Group__8__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupAccess().getFeatureGroupKeywordsParserRuleCall_2()); }
- ruleFeatureGroupKeywords
- { after(grammarAccess.getFeatureGroupAccess().getFeatureGroupKeywordsParserRuleCall_2()); }
+ { before(grammarAccess.getEventDataPortAccess().getGroup_8()); }
+ (rule__EventDataPort__Group_8__0)?
+ { after(grammarAccess.getEventDataPortAccess().getGroup_8()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroup__Group__3
+rule__EventDataPort__Group__9
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroup__Group__3__Impl
- rule__FeatureGroup__Group__4
+ rule__EventDataPort__Group__9__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroup__Group__3__Impl
+rule__EventDataPort__Group__9__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupAccess().getGroup_3()); }
- (rule__FeatureGroup__Group_3__0)?
- { after(grammarAccess.getFeatureGroupAccess().getGroup_3()); }
+ { before(grammarAccess.getEventDataPortAccess().getSemicolonKeyword_9()); }
+ Semicolon
+ { after(grammarAccess.getEventDataPortAccess().getSemicolonKeyword_9()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroup__Group__4
+
+rule__EventDataPort__Group_1_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroup__Group__4__Impl
- rule__FeatureGroup__Group__5
+ rule__EventDataPort__Group_1_0__0__Impl
+ rule__EventDataPort__Group_1_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroup__Group__4__Impl
+rule__EventDataPort__Group_1_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupAccess().getArrayDimensionAssignment_4()); }
- (rule__FeatureGroup__ArrayDimensionAssignment_4)?
- { after(grammarAccess.getFeatureGroupAccess().getArrayDimensionAssignment_4()); }
+ { before(grammarAccess.getEventDataPortAccess().getNameAssignment_1_0_0()); }
+ (rule__EventDataPort__NameAssignment_1_0_0)
+ { after(grammarAccess.getEventDataPortAccess().getNameAssignment_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroup__Group__5
+rule__EventDataPort__Group_1_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroup__Group__5__Impl
- rule__FeatureGroup__Group__6
+ rule__EventDataPort__Group_1_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroup__Group__5__Impl
+rule__EventDataPort__Group_1_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupAccess().getGroup_5()); }
- (rule__FeatureGroup__Group_5__0)?
- { after(grammarAccess.getFeatureGroupAccess().getGroup_5()); }
+ { before(grammarAccess.getEventDataPortAccess().getColonKeyword_1_0_1()); }
+ Colon
+ { after(grammarAccess.getEventDataPortAccess().getColonKeyword_1_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroup__Group__6
+
+rule__EventDataPort__Group_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroup__Group__6__Impl
+ rule__EventDataPort__Group_1_1__0__Impl
+ rule__EventDataPort__Group_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroup__Group__6__Impl
+rule__EventDataPort__Group_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupAccess().getSemicolonKeyword_6()); }
- Semicolon
- { after(grammarAccess.getFeatureGroupAccess().getSemicolonKeyword_6()); }
+ { before(grammarAccess.getEventDataPortAccess().getRefinedAssignment_1_1_0()); }
+ (rule__EventDataPort__RefinedAssignment_1_1_0)
+ { after(grammarAccess.getEventDataPortAccess().getRefinedAssignment_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FeatureGroup__Group_0_0__0
+rule__EventDataPort__Group_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroup__Group_0_0__0__Impl
- rule__FeatureGroup__Group_0_0__1
+ rule__EventDataPort__Group_1_1__1__Impl
+ rule__EventDataPort__Group_1_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroup__Group_0_0__0__Impl
+rule__EventDataPort__Group_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupAccess().getNameAssignment_0_0_0()); }
- (rule__FeatureGroup__NameAssignment_0_0_0)
- { after(grammarAccess.getFeatureGroupAccess().getNameAssignment_0_0_0()); }
+ { before(grammarAccess.getEventDataPortAccess().getColonKeyword_1_1_1()); }
+ Colon
+ { after(grammarAccess.getEventDataPortAccess().getColonKeyword_1_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroup__Group_0_0__1
+rule__EventDataPort__Group_1_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroup__Group_0_0__1__Impl
+ rule__EventDataPort__Group_1_1__2__Impl
+ rule__EventDataPort__Group_1_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroup__Group_0_0__1__Impl
+rule__EventDataPort__Group_1_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupAccess().getColonKeyword_0_0_1()); }
- Colon
- { after(grammarAccess.getFeatureGroupAccess().getColonKeyword_0_0_1()); }
+ { before(grammarAccess.getEventDataPortAccess().getRefinedKeyword_1_1_2()); }
+ Refined
+ { after(grammarAccess.getEventDataPortAccess().getRefinedKeyword_1_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FeatureGroup__Group_0_1__0
+rule__EventDataPort__Group_1_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroup__Group_0_1__0__Impl
- rule__FeatureGroup__Group_0_1__1
+ rule__EventDataPort__Group_1_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroup__Group_0_1__0__Impl
+rule__EventDataPort__Group_1_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupAccess().getRefinedAssignment_0_1_0()); }
- (rule__FeatureGroup__RefinedAssignment_0_1_0)
- { after(grammarAccess.getFeatureGroupAccess().getRefinedAssignment_0_1_0()); }
+ { before(grammarAccess.getEventDataPortAccess().getToKeyword_1_1_3()); }
+ To
+ { after(grammarAccess.getEventDataPortAccess().getToKeyword_1_1_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroup__Group_0_1__1
+
+rule__EventDataPort__Group_2_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroup__Group_0_1__1__Impl
- rule__FeatureGroup__Group_0_1__2
+ rule__EventDataPort__Group_2_0__0__Impl
+ rule__EventDataPort__Group_2_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroup__Group_0_1__1__Impl
+rule__EventDataPort__Group_2_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupAccess().getColonKeyword_0_1_1()); }
- Colon
- { after(grammarAccess.getFeatureGroupAccess().getColonKeyword_0_1_1()); }
+ { before(grammarAccess.getEventDataPortAccess().getInAssignment_2_0_0()); }
+ (rule__EventDataPort__InAssignment_2_0_0)
+ { after(grammarAccess.getEventDataPortAccess().getInAssignment_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroup__Group_0_1__2
+rule__EventDataPort__Group_2_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroup__Group_0_1__2__Impl
+ rule__EventDataPort__Group_2_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroup__Group_0_1__2__Impl
+rule__EventDataPort__Group_2_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getFeatureGroupAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getEventDataPortAccess().getOutAssignment_2_0_1()); }
+ (rule__EventDataPort__OutAssignment_2_0_1)?
+ { after(grammarAccess.getEventDataPortAccess().getOutAssignment_2_0_1()); }
)
;
finally {
@@ -80270,465 +81655,465 @@ finally {
}
-rule__FeatureGroup__Group_3__0
+rule__EventDataPort__Group_8__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroup__Group_3__0__Impl
- rule__FeatureGroup__Group_3__1
+ rule__EventDataPort__Group_8__0__Impl
+ rule__EventDataPort__Group_8__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroup__Group_3__0__Impl
+rule__EventDataPort__Group_8__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupAccess().getInverseAssignment_3_0()); }
- (rule__FeatureGroup__InverseAssignment_3_0)?
- { after(grammarAccess.getFeatureGroupAccess().getInverseAssignment_3_0()); }
+ { before(grammarAccess.getEventDataPortAccess().getLeftCurlyBracketKeyword_8_0()); }
+ LeftCurlyBracket
+ { after(grammarAccess.getEventDataPortAccess().getLeftCurlyBracketKeyword_8_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroup__Group_3__1
+rule__EventDataPort__Group_8__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroup__Group_3__1__Impl
+ rule__EventDataPort__Group_8__1__Impl
+ rule__EventDataPort__Group_8__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroup__Group_3__1__Impl
+rule__EventDataPort__Group_8__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupAccess().getFeatureTypeAssignment_3_1()); }
- (rule__FeatureGroup__FeatureTypeAssignment_3_1)
- { after(grammarAccess.getFeatureGroupAccess().getFeatureTypeAssignment_3_1()); }
+ (
+ { before(grammarAccess.getEventDataPortAccess().getOwnedPropertyAssociationAssignment_8_1()); }
+ (rule__EventDataPort__OwnedPropertyAssociationAssignment_8_1)
+ { after(grammarAccess.getEventDataPortAccess().getOwnedPropertyAssociationAssignment_8_1()); }
+ )
+ (
+ { before(grammarAccess.getEventDataPortAccess().getOwnedPropertyAssociationAssignment_8_1()); }
+ (rule__EventDataPort__OwnedPropertyAssociationAssignment_8_1)*
+ { after(grammarAccess.getEventDataPortAccess().getOwnedPropertyAssociationAssignment_8_1()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FeatureGroup__Group_5__0
+rule__EventDataPort__Group_8__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroup__Group_5__0__Impl
- rule__FeatureGroup__Group_5__1
+ rule__EventDataPort__Group_8__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroup__Group_5__0__Impl
+rule__EventDataPort__Group_8__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupAccess().getLeftCurlyBracketKeyword_5_0()); }
- LeftCurlyBracket
- { after(grammarAccess.getFeatureGroupAccess().getLeftCurlyBracketKeyword_5_0()); }
+ { before(grammarAccess.getEventDataPortAccess().getRightCurlyBracketKeyword_8_2()); }
+ RightCurlyBracket
+ { after(grammarAccess.getEventDataPortAccess().getRightCurlyBracketKeyword_8_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroup__Group_5__1
+
+rule__EventPort__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroup__Group_5__1__Impl
- rule__FeatureGroup__Group_5__2
+ rule__EventPort__Group__0__Impl
+ rule__EventPort__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroup__Group_5__1__Impl
+rule__EventPort__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getFeatureGroupAccess().getOwnedPropertyAssociationAssignment_5_1()); }
- (rule__FeatureGroup__OwnedPropertyAssociationAssignment_5_1)
- { after(grammarAccess.getFeatureGroupAccess().getOwnedPropertyAssociationAssignment_5_1()); }
- )
- (
- { before(grammarAccess.getFeatureGroupAccess().getOwnedPropertyAssociationAssignment_5_1()); }
- (rule__FeatureGroup__OwnedPropertyAssociationAssignment_5_1)*
- { after(grammarAccess.getFeatureGroupAccess().getOwnedPropertyAssociationAssignment_5_1()); }
- )
+ { before(grammarAccess.getEventPortAccess().getEventPortAction_0()); }
+ ()
+ { after(grammarAccess.getEventPortAccess().getEventPortAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroup__Group_5__2
+rule__EventPort__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroup__Group_5__2__Impl
+ rule__EventPort__Group__1__Impl
+ rule__EventPort__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroup__Group_5__2__Impl
+rule__EventPort__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupAccess().getRightCurlyBracketKeyword_5_2()); }
- RightCurlyBracket
- { after(grammarAccess.getFeatureGroupAccess().getRightCurlyBracketKeyword_5_2()); }
+ { before(grammarAccess.getEventPortAccess().getAlternatives_1()); }
+ (rule__EventPort__Alternatives_1)
+ { after(grammarAccess.getEventPortAccess().getAlternatives_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__Parameter__Group__0
+rule__EventPort__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__Parameter__Group__0__Impl
- rule__Parameter__Group__1
+ rule__EventPort__Group__2__Impl
+ rule__EventPort__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__Parameter__Group__0__Impl
+rule__EventPort__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterAccess().getAlternatives_0()); }
- (rule__Parameter__Alternatives_0)
- { after(grammarAccess.getParameterAccess().getAlternatives_0()); }
+ { before(grammarAccess.getEventPortAccess().getAlternatives_2()); }
+ (rule__EventPort__Alternatives_2)
+ { after(grammarAccess.getEventPortAccess().getAlternatives_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__Parameter__Group__1
+rule__EventPort__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__Parameter__Group__1__Impl
- rule__Parameter__Group__2
+ rule__EventPort__Group__3__Impl
+ rule__EventPort__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__Parameter__Group__1__Impl
+rule__EventPort__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterAccess().getAlternatives_1()); }
- (rule__Parameter__Alternatives_1)
- { after(grammarAccess.getParameterAccess().getAlternatives_1()); }
+ { before(grammarAccess.getEventPortAccess().getEventKeyword_3()); }
+ Event
+ { after(grammarAccess.getEventPortAccess().getEventKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__Parameter__Group__2
+rule__EventPort__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__Parameter__Group__2__Impl
- rule__Parameter__Group__3
+ rule__EventPort__Group__4__Impl
+ rule__EventPort__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__Parameter__Group__2__Impl
+rule__EventPort__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterAccess().getParameterKeyword_2()); }
- Parameter
- { after(grammarAccess.getParameterAccess().getParameterKeyword_2()); }
+ { before(grammarAccess.getEventPortAccess().getPortKeyword_4()); }
+ Port
+ { after(grammarAccess.getEventPortAccess().getPortKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__Parameter__Group__3
+rule__EventPort__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__Parameter__Group__3__Impl
- rule__Parameter__Group__4
+ rule__EventPort__Group__5__Impl
+ rule__EventPort__Group__6
;
finally {
restoreStackSize(stackSize);
}
-rule__Parameter__Group__3__Impl
+rule__EventPort__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterAccess().getDataFeatureClassifierAssignment_3()); }
- (rule__Parameter__DataFeatureClassifierAssignment_3)?
- { after(grammarAccess.getParameterAccess().getDataFeatureClassifierAssignment_3()); }
+ { before(grammarAccess.getEventPortAccess().getArrayDimensionAssignment_5()); }
+ (rule__EventPort__ArrayDimensionAssignment_5)?
+ { after(grammarAccess.getEventPortAccess().getArrayDimensionAssignment_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__Parameter__Group__4
+rule__EventPort__Group__6
@init {
int stackSize = keepStackSize();
}
:
- rule__Parameter__Group__4__Impl
- rule__Parameter__Group__5
+ rule__EventPort__Group__6__Impl
+ rule__EventPort__Group__7
;
finally {
restoreStackSize(stackSize);
}
-rule__Parameter__Group__4__Impl
+rule__EventPort__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterAccess().getArrayDimensionAssignment_4()); }
- (rule__Parameter__ArrayDimensionAssignment_4)?
- { after(grammarAccess.getParameterAccess().getArrayDimensionAssignment_4()); }
+ { before(grammarAccess.getEventPortAccess().getGroup_6()); }
+ (rule__EventPort__Group_6__0)?
+ { after(grammarAccess.getEventPortAccess().getGroup_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__Parameter__Group__5
+rule__EventPort__Group__7
@init {
int stackSize = keepStackSize();
}
:
- rule__Parameter__Group__5__Impl
- rule__Parameter__Group__6
+ rule__EventPort__Group__7__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__Parameter__Group__5__Impl
+rule__EventPort__Group__7__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterAccess().getGroup_5()); }
- (rule__Parameter__Group_5__0)?
- { after(grammarAccess.getParameterAccess().getGroup_5()); }
+ { before(grammarAccess.getEventPortAccess().getSemicolonKeyword_7()); }
+ Semicolon
+ { after(grammarAccess.getEventPortAccess().getSemicolonKeyword_7()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__Parameter__Group__6
+
+rule__EventPort__Group_1_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__Parameter__Group__6__Impl
+ rule__EventPort__Group_1_0__0__Impl
+ rule__EventPort__Group_1_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__Parameter__Group__6__Impl
+rule__EventPort__Group_1_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterAccess().getSemicolonKeyword_6()); }
- Semicolon
- { after(grammarAccess.getParameterAccess().getSemicolonKeyword_6()); }
+ { before(grammarAccess.getEventPortAccess().getNameAssignment_1_0_0()); }
+ (rule__EventPort__NameAssignment_1_0_0)
+ { after(grammarAccess.getEventPortAccess().getNameAssignment_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__Parameter__Group_0_0__0
+rule__EventPort__Group_1_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__Parameter__Group_0_0__0__Impl
- rule__Parameter__Group_0_0__1
+ rule__EventPort__Group_1_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__Parameter__Group_0_0__0__Impl
+rule__EventPort__Group_1_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterAccess().getNameAssignment_0_0_0()); }
- (rule__Parameter__NameAssignment_0_0_0)
- { after(grammarAccess.getParameterAccess().getNameAssignment_0_0_0()); }
+ { before(grammarAccess.getEventPortAccess().getColonKeyword_1_0_1()); }
+ Colon
+ { after(grammarAccess.getEventPortAccess().getColonKeyword_1_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__Parameter__Group_0_0__1
+
+rule__EventPort__Group_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__Parameter__Group_0_0__1__Impl
+ rule__EventPort__Group_1_1__0__Impl
+ rule__EventPort__Group_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__Parameter__Group_0_0__1__Impl
+rule__EventPort__Group_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterAccess().getColonKeyword_0_0_1()); }
- Colon
- { after(grammarAccess.getParameterAccess().getColonKeyword_0_0_1()); }
+ { before(grammarAccess.getEventPortAccess().getRefinedAssignment_1_1_0()); }
+ (rule__EventPort__RefinedAssignment_1_1_0)
+ { after(grammarAccess.getEventPortAccess().getRefinedAssignment_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__Parameter__Group_0_1__0
+rule__EventPort__Group_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__Parameter__Group_0_1__0__Impl
- rule__Parameter__Group_0_1__1
+ rule__EventPort__Group_1_1__1__Impl
+ rule__EventPort__Group_1_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__Parameter__Group_0_1__0__Impl
+rule__EventPort__Group_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterAccess().getRefinedAssignment_0_1_0()); }
- (rule__Parameter__RefinedAssignment_0_1_0)
- { after(grammarAccess.getParameterAccess().getRefinedAssignment_0_1_0()); }
+ { before(grammarAccess.getEventPortAccess().getColonKeyword_1_1_1()); }
+ Colon
+ { after(grammarAccess.getEventPortAccess().getColonKeyword_1_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__Parameter__Group_0_1__1
+rule__EventPort__Group_1_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__Parameter__Group_0_1__1__Impl
- rule__Parameter__Group_0_1__2
+ rule__EventPort__Group_1_1__2__Impl
+ rule__EventPort__Group_1_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__Parameter__Group_0_1__1__Impl
+rule__EventPort__Group_1_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterAccess().getColonKeyword_0_1_1()); }
- Colon
- { after(grammarAccess.getParameterAccess().getColonKeyword_0_1_1()); }
+ { before(grammarAccess.getEventPortAccess().getRefinedKeyword_1_1_2()); }
+ Refined
+ { after(grammarAccess.getEventPortAccess().getRefinedKeyword_1_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__Parameter__Group_0_1__2
+rule__EventPort__Group_1_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__Parameter__Group_0_1__2__Impl
+ rule__EventPort__Group_1_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__Parameter__Group_0_1__2__Impl
+rule__EventPort__Group_1_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getParameterAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getEventPortAccess().getToKeyword_1_1_3()); }
+ To
+ { after(grammarAccess.getEventPortAccess().getToKeyword_1_1_3()); }
)
;
finally {
@@ -80736,53 +82121,53 @@ finally {
}
-rule__Parameter__Group_1_0__0
+rule__EventPort__Group_2_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__Parameter__Group_1_0__0__Impl
- rule__Parameter__Group_1_0__1
+ rule__EventPort__Group_2_0__0__Impl
+ rule__EventPort__Group_2_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__Parameter__Group_1_0__0__Impl
+rule__EventPort__Group_2_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterAccess().getInAssignment_1_0_0()); }
- (rule__Parameter__InAssignment_1_0_0)
- { after(grammarAccess.getParameterAccess().getInAssignment_1_0_0()); }
+ { before(grammarAccess.getEventPortAccess().getInAssignment_2_0_0()); }
+ (rule__EventPort__InAssignment_2_0_0)
+ { after(grammarAccess.getEventPortAccess().getInAssignment_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__Parameter__Group_1_0__1
+rule__EventPort__Group_2_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__Parameter__Group_1_0__1__Impl
+ rule__EventPort__Group_2_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__Parameter__Group_1_0__1__Impl
+rule__EventPort__Group_2_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterAccess().getOutAssignment_1_0_1()); }
- (rule__Parameter__OutAssignment_1_0_1)?
- { after(grammarAccess.getParameterAccess().getOutAssignment_1_0_1()); }
+ { before(grammarAccess.getEventPortAccess().getOutAssignment_2_0_1()); }
+ (rule__EventPort__OutAssignment_2_0_1)?
+ { after(grammarAccess.getEventPortAccess().getOutAssignment_2_0_1()); }
)
;
finally {
@@ -80790,60 +82175,60 @@ finally {
}
-rule__Parameter__Group_5__0
+rule__EventPort__Group_6__0
@init {
int stackSize = keepStackSize();
}
:
- rule__Parameter__Group_5__0__Impl
- rule__Parameter__Group_5__1
+ rule__EventPort__Group_6__0__Impl
+ rule__EventPort__Group_6__1
;
finally {
restoreStackSize(stackSize);
}
-rule__Parameter__Group_5__0__Impl
+rule__EventPort__Group_6__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterAccess().getLeftCurlyBracketKeyword_5_0()); }
+ { before(grammarAccess.getEventPortAccess().getLeftCurlyBracketKeyword_6_0()); }
LeftCurlyBracket
- { after(grammarAccess.getParameterAccess().getLeftCurlyBracketKeyword_5_0()); }
+ { after(grammarAccess.getEventPortAccess().getLeftCurlyBracketKeyword_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__Parameter__Group_5__1
+rule__EventPort__Group_6__1
@init {
int stackSize = keepStackSize();
}
:
- rule__Parameter__Group_5__1__Impl
- rule__Parameter__Group_5__2
+ rule__EventPort__Group_6__1__Impl
+ rule__EventPort__Group_6__2
;
finally {
restoreStackSize(stackSize);
}
-rule__Parameter__Group_5__1__Impl
+rule__EventPort__Group_6__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getParameterAccess().getOwnedPropertyAssociationAssignment_5_1()); }
- (rule__Parameter__OwnedPropertyAssociationAssignment_5_1)
- { after(grammarAccess.getParameterAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ { before(grammarAccess.getEventPortAccess().getOwnedPropertyAssociationAssignment_6_1()); }
+ (rule__EventPort__OwnedPropertyAssociationAssignment_6_1)
+ { after(grammarAccess.getEventPortAccess().getOwnedPropertyAssociationAssignment_6_1()); }
)
(
- { before(grammarAccess.getParameterAccess().getOwnedPropertyAssociationAssignment_5_1()); }
- (rule__Parameter__OwnedPropertyAssociationAssignment_5_1)*
- { after(grammarAccess.getParameterAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ { before(grammarAccess.getEventPortAccess().getOwnedPropertyAssociationAssignment_6_1()); }
+ (rule__EventPort__OwnedPropertyAssociationAssignment_6_1)*
+ { after(grammarAccess.getEventPortAccess().getOwnedPropertyAssociationAssignment_6_1()); }
)
)
;
@@ -80851,26 +82236,26 @@ finally {
restoreStackSize(stackSize);
}
-rule__Parameter__Group_5__2
+rule__EventPort__Group_6__2
@init {
int stackSize = keepStackSize();
}
:
- rule__Parameter__Group_5__2__Impl
+ rule__EventPort__Group_6__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__Parameter__Group_5__2__Impl
+rule__EventPort__Group_6__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterAccess().getRightCurlyBracketKeyword_5_2()); }
+ { before(grammarAccess.getEventPortAccess().getRightCurlyBracketKeyword_6_2()); }
RightCurlyBracket
- { after(grammarAccess.getParameterAccess().getRightCurlyBracketKeyword_5_2()); }
+ { after(grammarAccess.getEventPortAccess().getRightCurlyBracketKeyword_6_2()); }
)
;
finally {
@@ -80878,188 +82263,215 @@ finally {
}
-rule__SubprogramAccess__Group__0
+rule__FeatureGroup__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramAccess__Group__0__Impl
- rule__SubprogramAccess__Group__1
+ rule__FeatureGroup__Group__0__Impl
+ rule__FeatureGroup__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramAccess__Group__0__Impl
+rule__FeatureGroup__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramAccessAccess().getAlternatives_0()); }
- (rule__SubprogramAccess__Alternatives_0)
- { after(grammarAccess.getSubprogramAccessAccess().getAlternatives_0()); }
+ { before(grammarAccess.getFeatureGroupAccess().getAlternatives_0()); }
+ (rule__FeatureGroup__Alternatives_0)
+ { after(grammarAccess.getFeatureGroupAccess().getAlternatives_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramAccess__Group__1
+rule__FeatureGroup__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramAccess__Group__1__Impl
- rule__SubprogramAccess__Group__2
+ rule__FeatureGroup__Group__1__Impl
+ rule__FeatureGroup__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramAccess__Group__1__Impl
+rule__FeatureGroup__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramAccessAccess().getKindAssignment_1()); }
- (rule__SubprogramAccess__KindAssignment_1)
- { after(grammarAccess.getSubprogramAccessAccess().getKindAssignment_1()); }
+ { before(grammarAccess.getFeatureGroupAccess().getAlternatives_1()); }
+ (rule__FeatureGroup__Alternatives_1)?
+ { after(grammarAccess.getFeatureGroupAccess().getAlternatives_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramAccess__Group__2
+rule__FeatureGroup__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramAccess__Group__2__Impl
- rule__SubprogramAccess__Group__3
+ rule__FeatureGroup__Group__2__Impl
+ rule__FeatureGroup__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramAccess__Group__2__Impl
+rule__FeatureGroup__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramAccessAccess().getSubprogramAccessKeywordsParserRuleCall_2()); }
- ruleSubprogramAccessKeywords
- { after(grammarAccess.getSubprogramAccessAccess().getSubprogramAccessKeywordsParserRuleCall_2()); }
+ { before(grammarAccess.getFeatureGroupAccess().getFeatureKeyword_2()); }
+ Feature
+ { after(grammarAccess.getFeatureGroupAccess().getFeatureKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramAccess__Group__3
+rule__FeatureGroup__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramAccess__Group__3__Impl
- rule__SubprogramAccess__Group__4
+ rule__FeatureGroup__Group__3__Impl
+ rule__FeatureGroup__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramAccess__Group__3__Impl
+rule__FeatureGroup__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramAccessAccess().getSubprogramFeatureClassifierAssignment_3()); }
- (rule__SubprogramAccess__SubprogramFeatureClassifierAssignment_3)?
- { after(grammarAccess.getSubprogramAccessAccess().getSubprogramFeatureClassifierAssignment_3()); }
+ { before(grammarAccess.getFeatureGroupAccess().getGroupKeyword_3()); }
+ Group
+ { after(grammarAccess.getFeatureGroupAccess().getGroupKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramAccess__Group__4
+rule__FeatureGroup__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramAccess__Group__4__Impl
- rule__SubprogramAccess__Group__5
+ rule__FeatureGroup__Group__4__Impl
+ rule__FeatureGroup__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramAccess__Group__4__Impl
+rule__FeatureGroup__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramAccessAccess().getArrayDimensionAssignment_4()); }
- (rule__SubprogramAccess__ArrayDimensionAssignment_4)?
- { after(grammarAccess.getSubprogramAccessAccess().getArrayDimensionAssignment_4()); }
+ { before(grammarAccess.getFeatureGroupAccess().getGroup_4()); }
+ (rule__FeatureGroup__Group_4__0)?
+ { after(grammarAccess.getFeatureGroupAccess().getGroup_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramAccess__Group__5
+rule__FeatureGroup__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramAccess__Group__5__Impl
- rule__SubprogramAccess__Group__6
+ rule__FeatureGroup__Group__5__Impl
+ rule__FeatureGroup__Group__6
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramAccess__Group__5__Impl
+rule__FeatureGroup__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramAccessAccess().getGroup_5()); }
- (rule__SubprogramAccess__Group_5__0)?
- { after(grammarAccess.getSubprogramAccessAccess().getGroup_5()); }
+ { before(grammarAccess.getFeatureGroupAccess().getArrayDimensionAssignment_5()); }
+ (rule__FeatureGroup__ArrayDimensionAssignment_5)?
+ { after(grammarAccess.getFeatureGroupAccess().getArrayDimensionAssignment_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramAccess__Group__6
+rule__FeatureGroup__Group__6
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramAccess__Group__6__Impl
+ rule__FeatureGroup__Group__6__Impl
+ rule__FeatureGroup__Group__7
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramAccess__Group__6__Impl
+rule__FeatureGroup__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramAccessAccess().getSemicolonKeyword_6()); }
+ { before(grammarAccess.getFeatureGroupAccess().getGroup_6()); }
+ (rule__FeatureGroup__Group_6__0)?
+ { after(grammarAccess.getFeatureGroupAccess().getGroup_6()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__FeatureGroup__Group__7
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__FeatureGroup__Group__7__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__FeatureGroup__Group__7__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getFeatureGroupAccess().getSemicolonKeyword_7()); }
Semicolon
- { after(grammarAccess.getSubprogramAccessAccess().getSemicolonKeyword_6()); }
+ { after(grammarAccess.getFeatureGroupAccess().getSemicolonKeyword_7()); }
)
;
finally {
@@ -81067,53 +82479,53 @@ finally {
}
-rule__SubprogramAccess__Group_0_0__0
+rule__FeatureGroup__Group_0_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramAccess__Group_0_0__0__Impl
- rule__SubprogramAccess__Group_0_0__1
+ rule__FeatureGroup__Group_0_0__0__Impl
+ rule__FeatureGroup__Group_0_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramAccess__Group_0_0__0__Impl
+rule__FeatureGroup__Group_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramAccessAccess().getNameAssignment_0_0_0()); }
- (rule__SubprogramAccess__NameAssignment_0_0_0)
- { after(grammarAccess.getSubprogramAccessAccess().getNameAssignment_0_0_0()); }
+ { before(grammarAccess.getFeatureGroupAccess().getNameAssignment_0_0_0()); }
+ (rule__FeatureGroup__NameAssignment_0_0_0)
+ { after(grammarAccess.getFeatureGroupAccess().getNameAssignment_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramAccess__Group_0_0__1
+rule__FeatureGroup__Group_0_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramAccess__Group_0_0__1__Impl
+ rule__FeatureGroup__Group_0_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramAccess__Group_0_0__1__Impl
+rule__FeatureGroup__Group_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramAccessAccess().getColonKeyword_0_0_1()); }
+ { before(grammarAccess.getFeatureGroupAccess().getColonKeyword_0_0_1()); }
Colon
- { after(grammarAccess.getSubprogramAccessAccess().getColonKeyword_0_0_1()); }
+ { after(grammarAccess.getFeatureGroupAccess().getColonKeyword_0_0_1()); }
)
;
finally {
@@ -81121,80 +82533,161 @@ finally {
}
-rule__SubprogramAccess__Group_0_1__0
+rule__FeatureGroup__Group_0_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramAccess__Group_0_1__0__Impl
- rule__SubprogramAccess__Group_0_1__1
+ rule__FeatureGroup__Group_0_1__0__Impl
+ rule__FeatureGroup__Group_0_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramAccess__Group_0_1__0__Impl
+rule__FeatureGroup__Group_0_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramAccessAccess().getRefinedAssignment_0_1_0()); }
- (rule__SubprogramAccess__RefinedAssignment_0_1_0)
- { after(grammarAccess.getSubprogramAccessAccess().getRefinedAssignment_0_1_0()); }
+ { before(grammarAccess.getFeatureGroupAccess().getRefinedAssignment_0_1_0()); }
+ (rule__FeatureGroup__RefinedAssignment_0_1_0)
+ { after(grammarAccess.getFeatureGroupAccess().getRefinedAssignment_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramAccess__Group_0_1__1
+rule__FeatureGroup__Group_0_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramAccess__Group_0_1__1__Impl
- rule__SubprogramAccess__Group_0_1__2
+ rule__FeatureGroup__Group_0_1__1__Impl
+ rule__FeatureGroup__Group_0_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramAccess__Group_0_1__1__Impl
+rule__FeatureGroup__Group_0_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramAccessAccess().getColonKeyword_0_1_1()); }
+ { before(grammarAccess.getFeatureGroupAccess().getColonKeyword_0_1_1()); }
Colon
- { after(grammarAccess.getSubprogramAccessAccess().getColonKeyword_0_1_1()); }
+ { after(grammarAccess.getFeatureGroupAccess().getColonKeyword_0_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramAccess__Group_0_1__2
+rule__FeatureGroup__Group_0_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramAccess__Group_0_1__2__Impl
+ rule__FeatureGroup__Group_0_1__2__Impl
+ rule__FeatureGroup__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramAccess__Group_0_1__2__Impl
+rule__FeatureGroup__Group_0_1__2__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getFeatureGroupAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getFeatureGroupAccess().getRefinedKeyword_0_1_2()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__FeatureGroup__Group_0_1__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__FeatureGroup__Group_0_1__3__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__FeatureGroup__Group_0_1__3__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getFeatureGroupAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getFeatureGroupAccess().getToKeyword_0_1_3()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__FeatureGroup__Group_4__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__FeatureGroup__Group_4__0__Impl
+ rule__FeatureGroup__Group_4__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__FeatureGroup__Group_4__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getFeatureGroupAccess().getGroup_4_0()); }
+ (rule__FeatureGroup__Group_4_0__0)?
+ { after(grammarAccess.getFeatureGroupAccess().getGroup_4_0()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__FeatureGroup__Group_4__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__FeatureGroup__Group_4__1__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__FeatureGroup__Group_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramAccessAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getSubprogramAccessAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getFeatureGroupAccess().getFeatureTypeAssignment_4_1()); }
+ (rule__FeatureGroup__FeatureTypeAssignment_4_1)
+ { after(grammarAccess.getFeatureGroupAccess().getFeatureTypeAssignment_4_1()); }
)
;
finally {
@@ -81202,330 +82695,330 @@ finally {
}
-rule__SubprogramAccess__Group_5__0
+rule__FeatureGroup__Group_4_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramAccess__Group_5__0__Impl
- rule__SubprogramAccess__Group_5__1
+ rule__FeatureGroup__Group_4_0__0__Impl
+ rule__FeatureGroup__Group_4_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramAccess__Group_5__0__Impl
+rule__FeatureGroup__Group_4_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramAccessAccess().getLeftCurlyBracketKeyword_5_0()); }
- LeftCurlyBracket
- { after(grammarAccess.getSubprogramAccessAccess().getLeftCurlyBracketKeyword_5_0()); }
+ { before(grammarAccess.getFeatureGroupAccess().getInverseAssignment_4_0_0()); }
+ (rule__FeatureGroup__InverseAssignment_4_0_0)
+ { after(grammarAccess.getFeatureGroupAccess().getInverseAssignment_4_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramAccess__Group_5__1
+rule__FeatureGroup__Group_4_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramAccess__Group_5__1__Impl
- rule__SubprogramAccess__Group_5__2
+ rule__FeatureGroup__Group_4_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramAccess__Group_5__1__Impl
+rule__FeatureGroup__Group_4_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getSubprogramAccessAccess().getOwnedPropertyAssociationAssignment_5_1()); }
- (rule__SubprogramAccess__OwnedPropertyAssociationAssignment_5_1)
- { after(grammarAccess.getSubprogramAccessAccess().getOwnedPropertyAssociationAssignment_5_1()); }
- )
- (
- { before(grammarAccess.getSubprogramAccessAccess().getOwnedPropertyAssociationAssignment_5_1()); }
- (rule__SubprogramAccess__OwnedPropertyAssociationAssignment_5_1)*
- { after(grammarAccess.getSubprogramAccessAccess().getOwnedPropertyAssociationAssignment_5_1()); }
- )
+ { before(grammarAccess.getFeatureGroupAccess().getOfKeyword_4_0_1()); }
+ Of
+ { after(grammarAccess.getFeatureGroupAccess().getOfKeyword_4_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramAccess__Group_5__2
+
+rule__FeatureGroup__Group_6__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramAccess__Group_5__2__Impl
+ rule__FeatureGroup__Group_6__0__Impl
+ rule__FeatureGroup__Group_6__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramAccess__Group_5__2__Impl
+rule__FeatureGroup__Group_6__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramAccessAccess().getRightCurlyBracketKeyword_5_2()); }
- RightCurlyBracket
- { after(grammarAccess.getSubprogramAccessAccess().getRightCurlyBracketKeyword_5_2()); }
+ { before(grammarAccess.getFeatureGroupAccess().getLeftCurlyBracketKeyword_6_0()); }
+ LeftCurlyBracket
+ { after(grammarAccess.getFeatureGroupAccess().getLeftCurlyBracketKeyword_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__SubprogramGroupAccess__Group__0
+rule__FeatureGroup__Group_6__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupAccess__Group__0__Impl
- rule__SubprogramGroupAccess__Group__1
+ rule__FeatureGroup__Group_6__1__Impl
+ rule__FeatureGroup__Group_6__2
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccess__Group__0__Impl
+rule__FeatureGroup__Group_6__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupAccessAccess().getAlternatives_0()); }
- (rule__SubprogramGroupAccess__Alternatives_0)
- { after(grammarAccess.getSubprogramGroupAccessAccess().getAlternatives_0()); }
+ (
+ { before(grammarAccess.getFeatureGroupAccess().getOwnedPropertyAssociationAssignment_6_1()); }
+ (rule__FeatureGroup__OwnedPropertyAssociationAssignment_6_1)
+ { after(grammarAccess.getFeatureGroupAccess().getOwnedPropertyAssociationAssignment_6_1()); }
+ )
+ (
+ { before(grammarAccess.getFeatureGroupAccess().getOwnedPropertyAssociationAssignment_6_1()); }
+ (rule__FeatureGroup__OwnedPropertyAssociationAssignment_6_1)*
+ { after(grammarAccess.getFeatureGroupAccess().getOwnedPropertyAssociationAssignment_6_1()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccess__Group__1
+rule__FeatureGroup__Group_6__2
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupAccess__Group__1__Impl
- rule__SubprogramGroupAccess__Group__2
+ rule__FeatureGroup__Group_6__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccess__Group__1__Impl
+rule__FeatureGroup__Group_6__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupAccessAccess().getKindAssignment_1()); }
- (rule__SubprogramGroupAccess__KindAssignment_1)
- { after(grammarAccess.getSubprogramGroupAccessAccess().getKindAssignment_1()); }
+ { before(grammarAccess.getFeatureGroupAccess().getRightCurlyBracketKeyword_6_2()); }
+ RightCurlyBracket
+ { after(grammarAccess.getFeatureGroupAccess().getRightCurlyBracketKeyword_6_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccess__Group__2
+
+rule__Parameter__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupAccess__Group__2__Impl
- rule__SubprogramGroupAccess__Group__3
+ rule__Parameter__Group__0__Impl
+ rule__Parameter__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccess__Group__2__Impl
+rule__Parameter__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupAccessAccess().getSubprogramGroupAccessKeywordsParserRuleCall_2()); }
- ruleSubprogramGroupAccessKeywords
- { after(grammarAccess.getSubprogramGroupAccessAccess().getSubprogramGroupAccessKeywordsParserRuleCall_2()); }
+ { before(grammarAccess.getParameterAccess().getAlternatives_0()); }
+ (rule__Parameter__Alternatives_0)
+ { after(grammarAccess.getParameterAccess().getAlternatives_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccess__Group__3
+rule__Parameter__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupAccess__Group__3__Impl
- rule__SubprogramGroupAccess__Group__4
+ rule__Parameter__Group__1__Impl
+ rule__Parameter__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccess__Group__3__Impl
+rule__Parameter__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupAccessAccess().getSubprogramGroupFeatureClassifierAssignment_3()); }
- (rule__SubprogramGroupAccess__SubprogramGroupFeatureClassifierAssignment_3)?
- { after(grammarAccess.getSubprogramGroupAccessAccess().getSubprogramGroupFeatureClassifierAssignment_3()); }
+ { before(grammarAccess.getParameterAccess().getAlternatives_1()); }
+ (rule__Parameter__Alternatives_1)
+ { after(grammarAccess.getParameterAccess().getAlternatives_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccess__Group__4
+rule__Parameter__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupAccess__Group__4__Impl
- rule__SubprogramGroupAccess__Group__5
+ rule__Parameter__Group__2__Impl
+ rule__Parameter__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccess__Group__4__Impl
+rule__Parameter__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupAccessAccess().getArrayDimensionAssignment_4()); }
- (rule__SubprogramGroupAccess__ArrayDimensionAssignment_4)?
- { after(grammarAccess.getSubprogramGroupAccessAccess().getArrayDimensionAssignment_4()); }
+ { before(grammarAccess.getParameterAccess().getParameterKeyword_2()); }
+ Parameter
+ { after(grammarAccess.getParameterAccess().getParameterKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccess__Group__5
+rule__Parameter__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupAccess__Group__5__Impl
- rule__SubprogramGroupAccess__Group__6
+ rule__Parameter__Group__3__Impl
+ rule__Parameter__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccess__Group__5__Impl
+rule__Parameter__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupAccessAccess().getGroup_5()); }
- (rule__SubprogramGroupAccess__Group_5__0)?
- { after(grammarAccess.getSubprogramGroupAccessAccess().getGroup_5()); }
+ { before(grammarAccess.getParameterAccess().getDataFeatureClassifierAssignment_3()); }
+ (rule__Parameter__DataFeatureClassifierAssignment_3)?
+ { after(grammarAccess.getParameterAccess().getDataFeatureClassifierAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccess__Group__6
+rule__Parameter__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupAccess__Group__6__Impl
+ rule__Parameter__Group__4__Impl
+ rule__Parameter__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccess__Group__6__Impl
+rule__Parameter__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupAccessAccess().getSemicolonKeyword_6()); }
- Semicolon
- { after(grammarAccess.getSubprogramGroupAccessAccess().getSemicolonKeyword_6()); }
+ { before(grammarAccess.getParameterAccess().getArrayDimensionAssignment_4()); }
+ (rule__Parameter__ArrayDimensionAssignment_4)?
+ { after(grammarAccess.getParameterAccess().getArrayDimensionAssignment_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__SubprogramGroupAccess__Group_0_0__0
+rule__Parameter__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupAccess__Group_0_0__0__Impl
- rule__SubprogramGroupAccess__Group_0_0__1
+ rule__Parameter__Group__5__Impl
+ rule__Parameter__Group__6
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccess__Group_0_0__0__Impl
+rule__Parameter__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupAccessAccess().getNameAssignment_0_0_0()); }
- (rule__SubprogramGroupAccess__NameAssignment_0_0_0)
- { after(grammarAccess.getSubprogramGroupAccessAccess().getNameAssignment_0_0_0()); }
+ { before(grammarAccess.getParameterAccess().getGroup_5()); }
+ (rule__Parameter__Group_5__0)?
+ { after(grammarAccess.getParameterAccess().getGroup_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccess__Group_0_0__1
+rule__Parameter__Group__6
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupAccess__Group_0_0__1__Impl
+ rule__Parameter__Group__6__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccess__Group_0_0__1__Impl
+rule__Parameter__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupAccessAccess().getColonKeyword_0_0_1()); }
- Colon
- { after(grammarAccess.getSubprogramGroupAccessAccess().getColonKeyword_0_0_1()); }
+ { before(grammarAccess.getParameterAccess().getSemicolonKeyword_6()); }
+ Semicolon
+ { after(grammarAccess.getParameterAccess().getSemicolonKeyword_6()); }
)
;
finally {
@@ -81533,168 +83026,161 @@ finally {
}
-rule__SubprogramGroupAccess__Group_0_1__0
+rule__Parameter__Group_0_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupAccess__Group_0_1__0__Impl
- rule__SubprogramGroupAccess__Group_0_1__1
+ rule__Parameter__Group_0_0__0__Impl
+ rule__Parameter__Group_0_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccess__Group_0_1__0__Impl
+rule__Parameter__Group_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupAccessAccess().getRefinedAssignment_0_1_0()); }
- (rule__SubprogramGroupAccess__RefinedAssignment_0_1_0)
- { after(grammarAccess.getSubprogramGroupAccessAccess().getRefinedAssignment_0_1_0()); }
+ { before(grammarAccess.getParameterAccess().getNameAssignment_0_0_0()); }
+ (rule__Parameter__NameAssignment_0_0_0)
+ { after(grammarAccess.getParameterAccess().getNameAssignment_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccess__Group_0_1__1
+rule__Parameter__Group_0_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupAccess__Group_0_1__1__Impl
- rule__SubprogramGroupAccess__Group_0_1__2
+ rule__Parameter__Group_0_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccess__Group_0_1__1__Impl
+rule__Parameter__Group_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupAccessAccess().getColonKeyword_0_1_1()); }
+ { before(grammarAccess.getParameterAccess().getColonKeyword_0_0_1()); }
Colon
- { after(grammarAccess.getSubprogramGroupAccessAccess().getColonKeyword_0_1_1()); }
+ { after(grammarAccess.getParameterAccess().getColonKeyword_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccess__Group_0_1__2
+
+rule__Parameter__Group_0_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupAccess__Group_0_1__2__Impl
+ rule__Parameter__Group_0_1__0__Impl
+ rule__Parameter__Group_0_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccess__Group_0_1__2__Impl
+rule__Parameter__Group_0_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupAccessAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getSubprogramGroupAccessAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getParameterAccess().getRefinedAssignment_0_1_0()); }
+ (rule__Parameter__RefinedAssignment_0_1_0)
+ { after(grammarAccess.getParameterAccess().getRefinedAssignment_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__SubprogramGroupAccess__Group_5__0
+rule__Parameter__Group_0_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupAccess__Group_5__0__Impl
- rule__SubprogramGroupAccess__Group_5__1
+ rule__Parameter__Group_0_1__1__Impl
+ rule__Parameter__Group_0_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccess__Group_5__0__Impl
+rule__Parameter__Group_0_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupAccessAccess().getLeftCurlyBracketKeyword_5_0()); }
- LeftCurlyBracket
- { after(grammarAccess.getSubprogramGroupAccessAccess().getLeftCurlyBracketKeyword_5_0()); }
+ { before(grammarAccess.getParameterAccess().getColonKeyword_0_1_1()); }
+ Colon
+ { after(grammarAccess.getParameterAccess().getColonKeyword_0_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccess__Group_5__1
+rule__Parameter__Group_0_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupAccess__Group_5__1__Impl
- rule__SubprogramGroupAccess__Group_5__2
+ rule__Parameter__Group_0_1__2__Impl
+ rule__Parameter__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccess__Group_5__1__Impl
+rule__Parameter__Group_0_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getSubprogramGroupAccessAccess().getOwnedPropertyAssociationAssignment_5_1()); }
- (rule__SubprogramGroupAccess__OwnedPropertyAssociationAssignment_5_1)
- { after(grammarAccess.getSubprogramGroupAccessAccess().getOwnedPropertyAssociationAssignment_5_1()); }
- )
- (
- { before(grammarAccess.getSubprogramGroupAccessAccess().getOwnedPropertyAssociationAssignment_5_1()); }
- (rule__SubprogramGroupAccess__OwnedPropertyAssociationAssignment_5_1)*
- { after(grammarAccess.getSubprogramGroupAccessAccess().getOwnedPropertyAssociationAssignment_5_1()); }
- )
+ { before(grammarAccess.getParameterAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getParameterAccess().getRefinedKeyword_0_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccess__Group_5__2
+rule__Parameter__Group_0_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupAccess__Group_5__2__Impl
+ rule__Parameter__Group_0_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccess__Group_5__2__Impl
+rule__Parameter__Group_0_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupAccessAccess().getRightCurlyBracketKeyword_5_2()); }
- RightCurlyBracket
- { after(grammarAccess.getSubprogramGroupAccessAccess().getRightCurlyBracketKeyword_5_2()); }
+ { before(grammarAccess.getParameterAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getParameterAccess().getToKeyword_0_1_3()); }
)
;
finally {
@@ -81702,350 +83188,357 @@ finally {
}
-rule__BusAccess__Group__0
+rule__Parameter__Group_1_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__BusAccess__Group__0__Impl
- rule__BusAccess__Group__1
+ rule__Parameter__Group_1_0__0__Impl
+ rule__Parameter__Group_1_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__BusAccess__Group__0__Impl
+rule__Parameter__Group_1_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusAccessAccess().getAlternatives_0()); }
- (rule__BusAccess__Alternatives_0)
- { after(grammarAccess.getBusAccessAccess().getAlternatives_0()); }
+ { before(grammarAccess.getParameterAccess().getInAssignment_1_0_0()); }
+ (rule__Parameter__InAssignment_1_0_0)
+ { after(grammarAccess.getParameterAccess().getInAssignment_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusAccess__Group__1
+rule__Parameter__Group_1_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__BusAccess__Group__1__Impl
- rule__BusAccess__Group__2
+ rule__Parameter__Group_1_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__BusAccess__Group__1__Impl
+rule__Parameter__Group_1_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusAccessAccess().getKindAssignment_1()); }
- (rule__BusAccess__KindAssignment_1)
- { after(grammarAccess.getBusAccessAccess().getKindAssignment_1()); }
+ { before(grammarAccess.getParameterAccess().getOutAssignment_1_0_1()); }
+ (rule__Parameter__OutAssignment_1_0_1)?
+ { after(grammarAccess.getParameterAccess().getOutAssignment_1_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusAccess__Group__2
+
+rule__Parameter__Group_5__0
@init {
int stackSize = keepStackSize();
}
:
- rule__BusAccess__Group__2__Impl
- rule__BusAccess__Group__3
+ rule__Parameter__Group_5__0__Impl
+ rule__Parameter__Group_5__1
;
finally {
restoreStackSize(stackSize);
}
-rule__BusAccess__Group__2__Impl
+rule__Parameter__Group_5__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusAccessAccess().getVirtualAssignment_2()); }
- (rule__BusAccess__VirtualAssignment_2)?
- { after(grammarAccess.getBusAccessAccess().getVirtualAssignment_2()); }
+ { before(grammarAccess.getParameterAccess().getLeftCurlyBracketKeyword_5_0()); }
+ LeftCurlyBracket
+ { after(grammarAccess.getParameterAccess().getLeftCurlyBracketKeyword_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusAccess__Group__3
+rule__Parameter__Group_5__1
@init {
int stackSize = keepStackSize();
}
:
- rule__BusAccess__Group__3__Impl
- rule__BusAccess__Group__4
+ rule__Parameter__Group_5__1__Impl
+ rule__Parameter__Group_5__2
;
finally {
restoreStackSize(stackSize);
}
-rule__BusAccess__Group__3__Impl
+rule__Parameter__Group_5__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusAccessAccess().getBusAccessKeywordsParserRuleCall_3()); }
- ruleBusAccessKeywords
- { after(grammarAccess.getBusAccessAccess().getBusAccessKeywordsParserRuleCall_3()); }
+ (
+ { before(grammarAccess.getParameterAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ (rule__Parameter__OwnedPropertyAssociationAssignment_5_1)
+ { after(grammarAccess.getParameterAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ )
+ (
+ { before(grammarAccess.getParameterAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ (rule__Parameter__OwnedPropertyAssociationAssignment_5_1)*
+ { after(grammarAccess.getParameterAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusAccess__Group__4
+rule__Parameter__Group_5__2
@init {
int stackSize = keepStackSize();
}
:
- rule__BusAccess__Group__4__Impl
- rule__BusAccess__Group__5
+ rule__Parameter__Group_5__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__BusAccess__Group__4__Impl
+rule__Parameter__Group_5__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusAccessAccess().getBusFeatureClassifierAssignment_4()); }
- (rule__BusAccess__BusFeatureClassifierAssignment_4)?
- { after(grammarAccess.getBusAccessAccess().getBusFeatureClassifierAssignment_4()); }
+ { before(grammarAccess.getParameterAccess().getRightCurlyBracketKeyword_5_2()); }
+ RightCurlyBracket
+ { after(grammarAccess.getParameterAccess().getRightCurlyBracketKeyword_5_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusAccess__Group__5
+
+rule__SubprogramAccess__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__BusAccess__Group__5__Impl
- rule__BusAccess__Group__6
+ rule__SubprogramAccess__Group__0__Impl
+ rule__SubprogramAccess__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__BusAccess__Group__5__Impl
+rule__SubprogramAccess__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusAccessAccess().getArrayDimensionAssignment_5()); }
- (rule__BusAccess__ArrayDimensionAssignment_5)?
- { after(grammarAccess.getBusAccessAccess().getArrayDimensionAssignment_5()); }
+ { before(grammarAccess.getSubprogramAccessAccess().getAlternatives_0()); }
+ (rule__SubprogramAccess__Alternatives_0)
+ { after(grammarAccess.getSubprogramAccessAccess().getAlternatives_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusAccess__Group__6
+rule__SubprogramAccess__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__BusAccess__Group__6__Impl
- rule__BusAccess__Group__7
+ rule__SubprogramAccess__Group__1__Impl
+ rule__SubprogramAccess__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__BusAccess__Group__6__Impl
+rule__SubprogramAccess__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusAccessAccess().getGroup_6()); }
- (rule__BusAccess__Group_6__0)?
- { after(grammarAccess.getBusAccessAccess().getGroup_6()); }
+ { before(grammarAccess.getSubprogramAccessAccess().getKindAssignment_1()); }
+ (rule__SubprogramAccess__KindAssignment_1)
+ { after(grammarAccess.getSubprogramAccessAccess().getKindAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusAccess__Group__7
+rule__SubprogramAccess__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__BusAccess__Group__7__Impl
+ rule__SubprogramAccess__Group__2__Impl
+ rule__SubprogramAccess__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__BusAccess__Group__7__Impl
+rule__SubprogramAccess__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusAccessAccess().getSemicolonKeyword_7()); }
- Semicolon
- { after(grammarAccess.getBusAccessAccess().getSemicolonKeyword_7()); }
+ { before(grammarAccess.getSubprogramAccessAccess().getSubprogramKeyword_2()); }
+ Subprogram
+ { after(grammarAccess.getSubprogramAccessAccess().getSubprogramKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__BusAccess__Group_0_0__0
+rule__SubprogramAccess__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__BusAccess__Group_0_0__0__Impl
- rule__BusAccess__Group_0_0__1
+ rule__SubprogramAccess__Group__3__Impl
+ rule__SubprogramAccess__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__BusAccess__Group_0_0__0__Impl
+rule__SubprogramAccess__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusAccessAccess().getNameAssignment_0_0_0()); }
- (rule__BusAccess__NameAssignment_0_0_0)
- { after(grammarAccess.getBusAccessAccess().getNameAssignment_0_0_0()); }
+ { before(grammarAccess.getSubprogramAccessAccess().getAccessKeyword_3()); }
+ Access
+ { after(grammarAccess.getSubprogramAccessAccess().getAccessKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusAccess__Group_0_0__1
+rule__SubprogramAccess__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__BusAccess__Group_0_0__1__Impl
+ rule__SubprogramAccess__Group__4__Impl
+ rule__SubprogramAccess__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__BusAccess__Group_0_0__1__Impl
+rule__SubprogramAccess__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusAccessAccess().getColonKeyword_0_0_1()); }
- Colon
- { after(grammarAccess.getBusAccessAccess().getColonKeyword_0_0_1()); }
+ { before(grammarAccess.getSubprogramAccessAccess().getSubprogramFeatureClassifierAssignment_4()); }
+ (rule__SubprogramAccess__SubprogramFeatureClassifierAssignment_4)?
+ { after(grammarAccess.getSubprogramAccessAccess().getSubprogramFeatureClassifierAssignment_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__BusAccess__Group_0_1__0
+rule__SubprogramAccess__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__BusAccess__Group_0_1__0__Impl
- rule__BusAccess__Group_0_1__1
+ rule__SubprogramAccess__Group__5__Impl
+ rule__SubprogramAccess__Group__6
;
finally {
restoreStackSize(stackSize);
}
-rule__BusAccess__Group_0_1__0__Impl
+rule__SubprogramAccess__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusAccessAccess().getRefinedAssignment_0_1_0()); }
- (rule__BusAccess__RefinedAssignment_0_1_0)
- { after(grammarAccess.getBusAccessAccess().getRefinedAssignment_0_1_0()); }
+ { before(grammarAccess.getSubprogramAccessAccess().getArrayDimensionAssignment_5()); }
+ (rule__SubprogramAccess__ArrayDimensionAssignment_5)?
+ { after(grammarAccess.getSubprogramAccessAccess().getArrayDimensionAssignment_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusAccess__Group_0_1__1
+rule__SubprogramAccess__Group__6
@init {
int stackSize = keepStackSize();
}
:
- rule__BusAccess__Group_0_1__1__Impl
- rule__BusAccess__Group_0_1__2
+ rule__SubprogramAccess__Group__6__Impl
+ rule__SubprogramAccess__Group__7
;
finally {
restoreStackSize(stackSize);
}
-rule__BusAccess__Group_0_1__1__Impl
+rule__SubprogramAccess__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusAccessAccess().getColonKeyword_0_1_1()); }
- Colon
- { after(grammarAccess.getBusAccessAccess().getColonKeyword_0_1_1()); }
+ { before(grammarAccess.getSubprogramAccessAccess().getGroup_6()); }
+ (rule__SubprogramAccess__Group_6__0)?
+ { after(grammarAccess.getSubprogramAccessAccess().getGroup_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusAccess__Group_0_1__2
+rule__SubprogramAccess__Group__7
@init {
int stackSize = keepStackSize();
}
:
- rule__BusAccess__Group_0_1__2__Impl
+ rule__SubprogramAccess__Group__7__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__BusAccess__Group_0_1__2__Impl
+rule__SubprogramAccess__Group__7__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusAccessAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getBusAccessAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getSubprogramAccessAccess().getSemicolonKeyword_7()); }
+ Semicolon
+ { after(grammarAccess.getSubprogramAccessAccess().getSemicolonKeyword_7()); }
)
;
finally {
@@ -82053,499 +83546,492 @@ finally {
}
-rule__BusAccess__Group_6__0
+rule__SubprogramAccess__Group_0_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__BusAccess__Group_6__0__Impl
- rule__BusAccess__Group_6__1
+ rule__SubprogramAccess__Group_0_0__0__Impl
+ rule__SubprogramAccess__Group_0_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__BusAccess__Group_6__0__Impl
+rule__SubprogramAccess__Group_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusAccessAccess().getLeftCurlyBracketKeyword_6_0()); }
- LeftCurlyBracket
- { after(grammarAccess.getBusAccessAccess().getLeftCurlyBracketKeyword_6_0()); }
+ { before(grammarAccess.getSubprogramAccessAccess().getNameAssignment_0_0_0()); }
+ (rule__SubprogramAccess__NameAssignment_0_0_0)
+ { after(grammarAccess.getSubprogramAccessAccess().getNameAssignment_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusAccess__Group_6__1
+rule__SubprogramAccess__Group_0_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__BusAccess__Group_6__1__Impl
- rule__BusAccess__Group_6__2
+ rule__SubprogramAccess__Group_0_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__BusAccess__Group_6__1__Impl
+rule__SubprogramAccess__Group_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getBusAccessAccess().getOwnedPropertyAssociationAssignment_6_1()); }
- (rule__BusAccess__OwnedPropertyAssociationAssignment_6_1)
- { after(grammarAccess.getBusAccessAccess().getOwnedPropertyAssociationAssignment_6_1()); }
- )
- (
- { before(grammarAccess.getBusAccessAccess().getOwnedPropertyAssociationAssignment_6_1()); }
- (rule__BusAccess__OwnedPropertyAssociationAssignment_6_1)*
- { after(grammarAccess.getBusAccessAccess().getOwnedPropertyAssociationAssignment_6_1()); }
- )
+ { before(grammarAccess.getSubprogramAccessAccess().getColonKeyword_0_0_1()); }
+ Colon
+ { after(grammarAccess.getSubprogramAccessAccess().getColonKeyword_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusAccess__Group_6__2
+
+rule__SubprogramAccess__Group_0_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__BusAccess__Group_6__2__Impl
+ rule__SubprogramAccess__Group_0_1__0__Impl
+ rule__SubprogramAccess__Group_0_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__BusAccess__Group_6__2__Impl
+rule__SubprogramAccess__Group_0_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusAccessAccess().getRightCurlyBracketKeyword_6_2()); }
- RightCurlyBracket
- { after(grammarAccess.getBusAccessAccess().getRightCurlyBracketKeyword_6_2()); }
+ { before(grammarAccess.getSubprogramAccessAccess().getRefinedAssignment_0_1_0()); }
+ (rule__SubprogramAccess__RefinedAssignment_0_1_0)
+ { after(grammarAccess.getSubprogramAccessAccess().getRefinedAssignment_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DataAccess__Group__0
+rule__SubprogramAccess__Group_0_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataAccess__Group__0__Impl
- rule__DataAccess__Group__1
+ rule__SubprogramAccess__Group_0_1__1__Impl
+ rule__SubprogramAccess__Group_0_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__DataAccess__Group__0__Impl
+rule__SubprogramAccess__Group_0_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataAccessAccess().getAlternatives_0()); }
- (rule__DataAccess__Alternatives_0)
- { after(grammarAccess.getDataAccessAccess().getAlternatives_0()); }
+ { before(grammarAccess.getSubprogramAccessAccess().getColonKeyword_0_1_1()); }
+ Colon
+ { after(grammarAccess.getSubprogramAccessAccess().getColonKeyword_0_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataAccess__Group__1
+rule__SubprogramAccess__Group_0_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__DataAccess__Group__1__Impl
- rule__DataAccess__Group__2
+ rule__SubprogramAccess__Group_0_1__2__Impl
+ rule__SubprogramAccess__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__DataAccess__Group__1__Impl
+rule__SubprogramAccess__Group_0_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataAccessAccess().getKindAssignment_1()); }
- (rule__DataAccess__KindAssignment_1)
- { after(grammarAccess.getDataAccessAccess().getKindAssignment_1()); }
+ { before(grammarAccess.getSubprogramAccessAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getSubprogramAccessAccess().getRefinedKeyword_0_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataAccess__Group__2
+rule__SubprogramAccess__Group_0_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__DataAccess__Group__2__Impl
- rule__DataAccess__Group__3
+ rule__SubprogramAccess__Group_0_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataAccess__Group__2__Impl
+rule__SubprogramAccess__Group_0_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataAccessAccess().getDataAccessKeywordsParserRuleCall_2()); }
- ruleDataAccessKeywords
- { after(grammarAccess.getDataAccessAccess().getDataAccessKeywordsParserRuleCall_2()); }
+ { before(grammarAccess.getSubprogramAccessAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getSubprogramAccessAccess().getToKeyword_0_1_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataAccess__Group__3
+
+rule__SubprogramAccess__Group_6__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataAccess__Group__3__Impl
- rule__DataAccess__Group__4
+ rule__SubprogramAccess__Group_6__0__Impl
+ rule__SubprogramAccess__Group_6__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataAccess__Group__3__Impl
+rule__SubprogramAccess__Group_6__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataAccessAccess().getDataFeatureClassifierAssignment_3()); }
- (rule__DataAccess__DataFeatureClassifierAssignment_3)?
- { after(grammarAccess.getDataAccessAccess().getDataFeatureClassifierAssignment_3()); }
+ { before(grammarAccess.getSubprogramAccessAccess().getLeftCurlyBracketKeyword_6_0()); }
+ LeftCurlyBracket
+ { after(grammarAccess.getSubprogramAccessAccess().getLeftCurlyBracketKeyword_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataAccess__Group__4
+rule__SubprogramAccess__Group_6__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataAccess__Group__4__Impl
- rule__DataAccess__Group__5
+ rule__SubprogramAccess__Group_6__1__Impl
+ rule__SubprogramAccess__Group_6__2
;
finally {
restoreStackSize(stackSize);
}
-rule__DataAccess__Group__4__Impl
+rule__SubprogramAccess__Group_6__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataAccessAccess().getArrayDimensionAssignment_4()); }
- (rule__DataAccess__ArrayDimensionAssignment_4)?
- { after(grammarAccess.getDataAccessAccess().getArrayDimensionAssignment_4()); }
+ (
+ { before(grammarAccess.getSubprogramAccessAccess().getOwnedPropertyAssociationAssignment_6_1()); }
+ (rule__SubprogramAccess__OwnedPropertyAssociationAssignment_6_1)
+ { after(grammarAccess.getSubprogramAccessAccess().getOwnedPropertyAssociationAssignment_6_1()); }
+ )
+ (
+ { before(grammarAccess.getSubprogramAccessAccess().getOwnedPropertyAssociationAssignment_6_1()); }
+ (rule__SubprogramAccess__OwnedPropertyAssociationAssignment_6_1)*
+ { after(grammarAccess.getSubprogramAccessAccess().getOwnedPropertyAssociationAssignment_6_1()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataAccess__Group__5
+rule__SubprogramAccess__Group_6__2
@init {
int stackSize = keepStackSize();
}
:
- rule__DataAccess__Group__5__Impl
- rule__DataAccess__Group__6
+ rule__SubprogramAccess__Group_6__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataAccess__Group__5__Impl
+rule__SubprogramAccess__Group_6__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataAccessAccess().getGroup_5()); }
- (rule__DataAccess__Group_5__0)?
- { after(grammarAccess.getDataAccessAccess().getGroup_5()); }
+ { before(grammarAccess.getSubprogramAccessAccess().getRightCurlyBracketKeyword_6_2()); }
+ RightCurlyBracket
+ { after(grammarAccess.getSubprogramAccessAccess().getRightCurlyBracketKeyword_6_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataAccess__Group__6
+
+rule__SubprogramGroupAccess__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataAccess__Group__6__Impl
+ rule__SubprogramGroupAccess__Group__0__Impl
+ rule__SubprogramGroupAccess__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataAccess__Group__6__Impl
+rule__SubprogramGroupAccess__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataAccessAccess().getSemicolonKeyword_6()); }
- Semicolon
- { after(grammarAccess.getDataAccessAccess().getSemicolonKeyword_6()); }
+ { before(grammarAccess.getSubprogramGroupAccessAccess().getAlternatives_0()); }
+ (rule__SubprogramGroupAccess__Alternatives_0)
+ { after(grammarAccess.getSubprogramGroupAccessAccess().getAlternatives_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DataAccess__Group_0_0__0
+rule__SubprogramGroupAccess__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataAccess__Group_0_0__0__Impl
- rule__DataAccess__Group_0_0__1
+ rule__SubprogramGroupAccess__Group__1__Impl
+ rule__SubprogramGroupAccess__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__DataAccess__Group_0_0__0__Impl
+rule__SubprogramGroupAccess__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataAccessAccess().getNameAssignment_0_0_0()); }
- (rule__DataAccess__NameAssignment_0_0_0)
- { after(grammarAccess.getDataAccessAccess().getNameAssignment_0_0_0()); }
+ { before(grammarAccess.getSubprogramGroupAccessAccess().getKindAssignment_1()); }
+ (rule__SubprogramGroupAccess__KindAssignment_1)
+ { after(grammarAccess.getSubprogramGroupAccessAccess().getKindAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataAccess__Group_0_0__1
+rule__SubprogramGroupAccess__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__DataAccess__Group_0_0__1__Impl
+ rule__SubprogramGroupAccess__Group__2__Impl
+ rule__SubprogramGroupAccess__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__DataAccess__Group_0_0__1__Impl
+rule__SubprogramGroupAccess__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataAccessAccess().getColonKeyword_0_0_1()); }
- Colon
- { after(grammarAccess.getDataAccessAccess().getColonKeyword_0_0_1()); }
+ { before(grammarAccess.getSubprogramGroupAccessAccess().getSubprogramKeyword_2()); }
+ Subprogram
+ { after(grammarAccess.getSubprogramGroupAccessAccess().getSubprogramKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DataAccess__Group_0_1__0
+rule__SubprogramGroupAccess__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__DataAccess__Group_0_1__0__Impl
- rule__DataAccess__Group_0_1__1
+ rule__SubprogramGroupAccess__Group__3__Impl
+ rule__SubprogramGroupAccess__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__DataAccess__Group_0_1__0__Impl
+rule__SubprogramGroupAccess__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataAccessAccess().getRefinedAssignment_0_1_0()); }
- (rule__DataAccess__RefinedAssignment_0_1_0)
- { after(grammarAccess.getDataAccessAccess().getRefinedAssignment_0_1_0()); }
+ { before(grammarAccess.getSubprogramGroupAccessAccess().getGroupKeyword_3()); }
+ Group
+ { after(grammarAccess.getSubprogramGroupAccessAccess().getGroupKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataAccess__Group_0_1__1
+rule__SubprogramGroupAccess__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__DataAccess__Group_0_1__1__Impl
- rule__DataAccess__Group_0_1__2
+ rule__SubprogramGroupAccess__Group__4__Impl
+ rule__SubprogramGroupAccess__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__DataAccess__Group_0_1__1__Impl
+rule__SubprogramGroupAccess__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataAccessAccess().getColonKeyword_0_1_1()); }
- Colon
- { after(grammarAccess.getDataAccessAccess().getColonKeyword_0_1_1()); }
+ { before(grammarAccess.getSubprogramGroupAccessAccess().getAccessKeyword_4()); }
+ Access
+ { after(grammarAccess.getSubprogramGroupAccessAccess().getAccessKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataAccess__Group_0_1__2
+rule__SubprogramGroupAccess__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__DataAccess__Group_0_1__2__Impl
+ rule__SubprogramGroupAccess__Group__5__Impl
+ rule__SubprogramGroupAccess__Group__6
;
finally {
restoreStackSize(stackSize);
}
-rule__DataAccess__Group_0_1__2__Impl
+rule__SubprogramGroupAccess__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataAccessAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getDataAccessAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getSubprogramGroupAccessAccess().getSubprogramGroupFeatureClassifierAssignment_5()); }
+ (rule__SubprogramGroupAccess__SubprogramGroupFeatureClassifierAssignment_5)?
+ { after(grammarAccess.getSubprogramGroupAccessAccess().getSubprogramGroupFeatureClassifierAssignment_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DataAccess__Group_5__0
+rule__SubprogramGroupAccess__Group__6
@init {
int stackSize = keepStackSize();
}
:
- rule__DataAccess__Group_5__0__Impl
- rule__DataAccess__Group_5__1
+ rule__SubprogramGroupAccess__Group__6__Impl
+ rule__SubprogramGroupAccess__Group__7
;
finally {
restoreStackSize(stackSize);
}
-rule__DataAccess__Group_5__0__Impl
+rule__SubprogramGroupAccess__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataAccessAccess().getLeftCurlyBracketKeyword_5_0()); }
- LeftCurlyBracket
- { after(grammarAccess.getDataAccessAccess().getLeftCurlyBracketKeyword_5_0()); }
+ { before(grammarAccess.getSubprogramGroupAccessAccess().getArrayDimensionAssignment_6()); }
+ (rule__SubprogramGroupAccess__ArrayDimensionAssignment_6)?
+ { after(grammarAccess.getSubprogramGroupAccessAccess().getArrayDimensionAssignment_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataAccess__Group_5__1
+rule__SubprogramGroupAccess__Group__7
@init {
int stackSize = keepStackSize();
}
:
- rule__DataAccess__Group_5__1__Impl
- rule__DataAccess__Group_5__2
+ rule__SubprogramGroupAccess__Group__7__Impl
+ rule__SubprogramGroupAccess__Group__8
;
finally {
restoreStackSize(stackSize);
}
-rule__DataAccess__Group_5__1__Impl
+rule__SubprogramGroupAccess__Group__7__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getDataAccessAccess().getOwnedPropertyAssociationAssignment_5_1()); }
- (rule__DataAccess__OwnedPropertyAssociationAssignment_5_1)
- { after(grammarAccess.getDataAccessAccess().getOwnedPropertyAssociationAssignment_5_1()); }
- )
- (
- { before(grammarAccess.getDataAccessAccess().getOwnedPropertyAssociationAssignment_5_1()); }
- (rule__DataAccess__OwnedPropertyAssociationAssignment_5_1)*
- { after(grammarAccess.getDataAccessAccess().getOwnedPropertyAssociationAssignment_5_1()); }
- )
+ { before(grammarAccess.getSubprogramGroupAccessAccess().getGroup_7()); }
+ (rule__SubprogramGroupAccess__Group_7__0)?
+ { after(grammarAccess.getSubprogramGroupAccessAccess().getGroup_7()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataAccess__Group_5__2
+rule__SubprogramGroupAccess__Group__8
@init {
int stackSize = keepStackSize();
}
:
- rule__DataAccess__Group_5__2__Impl
+ rule__SubprogramGroupAccess__Group__8__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataAccess__Group_5__2__Impl
+rule__SubprogramGroupAccess__Group__8__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataAccessAccess().getRightCurlyBracketKeyword_5_2()); }
- RightCurlyBracket
- { after(grammarAccess.getDataAccessAccess().getRightCurlyBracketKeyword_5_2()); }
+ { before(grammarAccess.getSubprogramGroupAccessAccess().getSemicolonKeyword_8()); }
+ Semicolon
+ { after(grammarAccess.getSubprogramGroupAccessAccess().getSemicolonKeyword_8()); }
)
;
finally {
@@ -82553,161 +84039,161 @@ finally {
}
-rule__AbstractFeature__Group__0
+rule__SubprogramGroupAccess__Group_0_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractFeature__Group__0__Impl
- rule__AbstractFeature__Group__1
+ rule__SubprogramGroupAccess__Group_0_0__0__Impl
+ rule__SubprogramGroupAccess__Group_0_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractFeature__Group__0__Impl
+rule__SubprogramGroupAccess__Group_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractFeatureAccess().getAlternatives_0()); }
- (rule__AbstractFeature__Alternatives_0)
- { after(grammarAccess.getAbstractFeatureAccess().getAlternatives_0()); }
+ { before(grammarAccess.getSubprogramGroupAccessAccess().getNameAssignment_0_0_0()); }
+ (rule__SubprogramGroupAccess__NameAssignment_0_0_0)
+ { after(grammarAccess.getSubprogramGroupAccessAccess().getNameAssignment_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractFeature__Group__1
+rule__SubprogramGroupAccess__Group_0_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractFeature__Group__1__Impl
- rule__AbstractFeature__Group__2
+ rule__SubprogramGroupAccess__Group_0_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractFeature__Group__1__Impl
+rule__SubprogramGroupAccess__Group_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractFeatureAccess().getAlternatives_1()); }
- (rule__AbstractFeature__Alternatives_1)?
- { after(grammarAccess.getAbstractFeatureAccess().getAlternatives_1()); }
+ { before(grammarAccess.getSubprogramGroupAccessAccess().getColonKeyword_0_0_1()); }
+ Colon
+ { after(grammarAccess.getSubprogramGroupAccessAccess().getColonKeyword_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractFeature__Group__2
+
+rule__SubprogramGroupAccess__Group_0_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractFeature__Group__2__Impl
- rule__AbstractFeature__Group__3
+ rule__SubprogramGroupAccess__Group_0_1__0__Impl
+ rule__SubprogramGroupAccess__Group_0_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractFeature__Group__2__Impl
+rule__SubprogramGroupAccess__Group_0_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractFeatureAccess().getAlternatives_2()); }
- (rule__AbstractFeature__Alternatives_2)
- { after(grammarAccess.getAbstractFeatureAccess().getAlternatives_2()); }
+ { before(grammarAccess.getSubprogramGroupAccessAccess().getRefinedAssignment_0_1_0()); }
+ (rule__SubprogramGroupAccess__RefinedAssignment_0_1_0)
+ { after(grammarAccess.getSubprogramGroupAccessAccess().getRefinedAssignment_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractFeature__Group__3
+rule__SubprogramGroupAccess__Group_0_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractFeature__Group__3__Impl
- rule__AbstractFeature__Group__4
+ rule__SubprogramGroupAccess__Group_0_1__1__Impl
+ rule__SubprogramGroupAccess__Group_0_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractFeature__Group__3__Impl
+rule__SubprogramGroupAccess__Group_0_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractFeatureAccess().getArrayDimensionAssignment_3()); }
- (rule__AbstractFeature__ArrayDimensionAssignment_3)?
- { after(grammarAccess.getAbstractFeatureAccess().getArrayDimensionAssignment_3()); }
+ { before(grammarAccess.getSubprogramGroupAccessAccess().getColonKeyword_0_1_1()); }
+ Colon
+ { after(grammarAccess.getSubprogramGroupAccessAccess().getColonKeyword_0_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractFeature__Group__4
+rule__SubprogramGroupAccess__Group_0_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractFeature__Group__4__Impl
- rule__AbstractFeature__Group__5
+ rule__SubprogramGroupAccess__Group_0_1__2__Impl
+ rule__SubprogramGroupAccess__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractFeature__Group__4__Impl
+rule__SubprogramGroupAccess__Group_0_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractFeatureAccess().getGroup_4()); }
- (rule__AbstractFeature__Group_4__0)?
- { after(grammarAccess.getAbstractFeatureAccess().getGroup_4()); }
+ { before(grammarAccess.getSubprogramGroupAccessAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getSubprogramGroupAccessAccess().getRefinedKeyword_0_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractFeature__Group__5
+rule__SubprogramGroupAccess__Group_0_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractFeature__Group__5__Impl
+ rule__SubprogramGroupAccess__Group_0_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractFeature__Group__5__Impl
+rule__SubprogramGroupAccess__Group_0_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractFeatureAccess().getSemicolonKeyword_5()); }
- Semicolon
- { after(grammarAccess.getAbstractFeatureAccess().getSemicolonKeyword_5()); }
+ { before(grammarAccess.getSubprogramGroupAccessAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getSubprogramGroupAccessAccess().getToKeyword_0_1_3()); }
)
;
finally {
@@ -82715,330 +84201,330 @@ finally {
}
-rule__AbstractFeature__Group_0_0__0
+rule__SubprogramGroupAccess__Group_7__0
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractFeature__Group_0_0__0__Impl
- rule__AbstractFeature__Group_0_0__1
+ rule__SubprogramGroupAccess__Group_7__0__Impl
+ rule__SubprogramGroupAccess__Group_7__1
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractFeature__Group_0_0__0__Impl
+rule__SubprogramGroupAccess__Group_7__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractFeatureAccess().getNameAssignment_0_0_0()); }
- (rule__AbstractFeature__NameAssignment_0_0_0)
- { after(grammarAccess.getAbstractFeatureAccess().getNameAssignment_0_0_0()); }
+ { before(grammarAccess.getSubprogramGroupAccessAccess().getLeftCurlyBracketKeyword_7_0()); }
+ LeftCurlyBracket
+ { after(grammarAccess.getSubprogramGroupAccessAccess().getLeftCurlyBracketKeyword_7_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractFeature__Group_0_0__1
+rule__SubprogramGroupAccess__Group_7__1
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractFeature__Group_0_0__1__Impl
+ rule__SubprogramGroupAccess__Group_7__1__Impl
+ rule__SubprogramGroupAccess__Group_7__2
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractFeature__Group_0_0__1__Impl
+rule__SubprogramGroupAccess__Group_7__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractFeatureAccess().getColonKeyword_0_0_1()); }
- Colon
- { after(grammarAccess.getAbstractFeatureAccess().getColonKeyword_0_0_1()); }
+ (
+ { before(grammarAccess.getSubprogramGroupAccessAccess().getOwnedPropertyAssociationAssignment_7_1()); }
+ (rule__SubprogramGroupAccess__OwnedPropertyAssociationAssignment_7_1)
+ { after(grammarAccess.getSubprogramGroupAccessAccess().getOwnedPropertyAssociationAssignment_7_1()); }
+ )
+ (
+ { before(grammarAccess.getSubprogramGroupAccessAccess().getOwnedPropertyAssociationAssignment_7_1()); }
+ (rule__SubprogramGroupAccess__OwnedPropertyAssociationAssignment_7_1)*
+ { after(grammarAccess.getSubprogramGroupAccessAccess().getOwnedPropertyAssociationAssignment_7_1()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__AbstractFeature__Group_0_1__0
+rule__SubprogramGroupAccess__Group_7__2
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractFeature__Group_0_1__0__Impl
- rule__AbstractFeature__Group_0_1__1
+ rule__SubprogramGroupAccess__Group_7__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractFeature__Group_0_1__0__Impl
+rule__SubprogramGroupAccess__Group_7__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractFeatureAccess().getRefinedAssignment_0_1_0()); }
- (rule__AbstractFeature__RefinedAssignment_0_1_0)
- { after(grammarAccess.getAbstractFeatureAccess().getRefinedAssignment_0_1_0()); }
+ { before(grammarAccess.getSubprogramGroupAccessAccess().getRightCurlyBracketKeyword_7_2()); }
+ RightCurlyBracket
+ { after(grammarAccess.getSubprogramGroupAccessAccess().getRightCurlyBracketKeyword_7_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractFeature__Group_0_1__1
+
+rule__BusAccess__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractFeature__Group_0_1__1__Impl
- rule__AbstractFeature__Group_0_1__2
+ rule__BusAccess__Group__0__Impl
+ rule__BusAccess__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractFeature__Group_0_1__1__Impl
+rule__BusAccess__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractFeatureAccess().getColonKeyword_0_1_1()); }
- Colon
- { after(grammarAccess.getAbstractFeatureAccess().getColonKeyword_0_1_1()); }
+ { before(grammarAccess.getBusAccessAccess().getAlternatives_0()); }
+ (rule__BusAccess__Alternatives_0)
+ { after(grammarAccess.getBusAccessAccess().getAlternatives_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractFeature__Group_0_1__2
+rule__BusAccess__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractFeature__Group_0_1__2__Impl
+ rule__BusAccess__Group__1__Impl
+ rule__BusAccess__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractFeature__Group_0_1__2__Impl
+rule__BusAccess__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractFeatureAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getAbstractFeatureAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getBusAccessAccess().getKindAssignment_1()); }
+ (rule__BusAccess__KindAssignment_1)
+ { after(grammarAccess.getBusAccessAccess().getKindAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__AbstractFeature__Group_2_0__0
+rule__BusAccess__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractFeature__Group_2_0__0__Impl
- rule__AbstractFeature__Group_2_0__1
+ rule__BusAccess__Group__2__Impl
+ rule__BusAccess__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractFeature__Group_2_0__0__Impl
+rule__BusAccess__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractFeatureAccess().getPrototypeKeyword_2_0_0()); }
- Prototype
- { after(grammarAccess.getAbstractFeatureAccess().getPrototypeKeyword_2_0_0()); }
+ { before(grammarAccess.getBusAccessAccess().getVirtualAssignment_2()); }
+ (rule__BusAccess__VirtualAssignment_2)?
+ { after(grammarAccess.getBusAccessAccess().getVirtualAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractFeature__Group_2_0__1
+rule__BusAccess__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractFeature__Group_2_0__1__Impl
+ rule__BusAccess__Group__3__Impl
+ rule__BusAccess__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractFeature__Group_2_0__1__Impl
+rule__BusAccess__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractFeatureAccess().getFeaturePrototypeAssignment_2_0_1()); }
- (rule__AbstractFeature__FeaturePrototypeAssignment_2_0_1)
- { after(grammarAccess.getAbstractFeatureAccess().getFeaturePrototypeAssignment_2_0_1()); }
+ { before(grammarAccess.getBusAccessAccess().getBusKeyword_3()); }
+ Bus
+ { after(grammarAccess.getBusAccessAccess().getBusKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__AbstractFeature__Group_2_1__0
+rule__BusAccess__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractFeature__Group_2_1__0__Impl
- rule__AbstractFeature__Group_2_1__1
+ rule__BusAccess__Group__4__Impl
+ rule__BusAccess__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractFeature__Group_2_1__0__Impl
+rule__BusAccess__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractFeatureAccess().getFeatureKeyword_2_1_0()); }
- Feature
- { after(grammarAccess.getAbstractFeatureAccess().getFeatureKeyword_2_1_0()); }
+ { before(grammarAccess.getBusAccessAccess().getAccessKeyword_4()); }
+ Access
+ { after(grammarAccess.getBusAccessAccess().getAccessKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractFeature__Group_2_1__1
+rule__BusAccess__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractFeature__Group_2_1__1__Impl
+ rule__BusAccess__Group__5__Impl
+ rule__BusAccess__Group__6
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractFeature__Group_2_1__1__Impl
+rule__BusAccess__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractFeatureAccess().getAbstractFeatureClassifierAssignment_2_1_1()); }
- (rule__AbstractFeature__AbstractFeatureClassifierAssignment_2_1_1)
- { after(grammarAccess.getAbstractFeatureAccess().getAbstractFeatureClassifierAssignment_2_1_1()); }
+ { before(grammarAccess.getBusAccessAccess().getBusFeatureClassifierAssignment_5()); }
+ (rule__BusAccess__BusFeatureClassifierAssignment_5)?
+ { after(grammarAccess.getBusAccessAccess().getBusFeatureClassifierAssignment_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__AbstractFeature__Group_4__0
+rule__BusAccess__Group__6
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractFeature__Group_4__0__Impl
- rule__AbstractFeature__Group_4__1
+ rule__BusAccess__Group__6__Impl
+ rule__BusAccess__Group__7
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractFeature__Group_4__0__Impl
+rule__BusAccess__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractFeatureAccess().getLeftCurlyBracketKeyword_4_0()); }
- LeftCurlyBracket
- { after(grammarAccess.getAbstractFeatureAccess().getLeftCurlyBracketKeyword_4_0()); }
+ { before(grammarAccess.getBusAccessAccess().getArrayDimensionAssignment_6()); }
+ (rule__BusAccess__ArrayDimensionAssignment_6)?
+ { after(grammarAccess.getBusAccessAccess().getArrayDimensionAssignment_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractFeature__Group_4__1
+rule__BusAccess__Group__7
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractFeature__Group_4__1__Impl
- rule__AbstractFeature__Group_4__2
+ rule__BusAccess__Group__7__Impl
+ rule__BusAccess__Group__8
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractFeature__Group_4__1__Impl
+rule__BusAccess__Group__7__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getAbstractFeatureAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__AbstractFeature__OwnedPropertyAssociationAssignment_4_1)
- { after(grammarAccess.getAbstractFeatureAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- )
- (
- { before(grammarAccess.getAbstractFeatureAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__AbstractFeature__OwnedPropertyAssociationAssignment_4_1)*
- { after(grammarAccess.getAbstractFeatureAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- )
+ { before(grammarAccess.getBusAccessAccess().getGroup_7()); }
+ (rule__BusAccess__Group_7__0)?
+ { after(grammarAccess.getBusAccessAccess().getGroup_7()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractFeature__Group_4__2
+rule__BusAccess__Group__8
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractFeature__Group_4__2__Impl
+ rule__BusAccess__Group__8__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractFeature__Group_4__2__Impl
+rule__BusAccess__Group__8__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractFeatureAccess().getRightCurlyBracketKeyword_4_2()); }
- RightCurlyBracket
- { after(grammarAccess.getAbstractFeatureAccess().getRightCurlyBracketKeyword_4_2()); }
+ { before(grammarAccess.getBusAccessAccess().getSemicolonKeyword_8()); }
+ Semicolon
+ { after(grammarAccess.getBusAccessAccess().getSemicolonKeyword_8()); }
)
;
finally {
@@ -83046,53 +84532,53 @@ finally {
}
-rule__PortCategory__Group_2__0
+rule__BusAccess__Group_0_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__PortCategory__Group_2__0__Impl
- rule__PortCategory__Group_2__1
+ rule__BusAccess__Group_0_0__0__Impl
+ rule__BusAccess__Group_0_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__PortCategory__Group_2__0__Impl
+rule__BusAccess__Group_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortCategoryAccess().getEventKeyword_2_0()); }
- Event
- { after(grammarAccess.getPortCategoryAccess().getEventKeyword_2_0()); }
+ { before(grammarAccess.getBusAccessAccess().getNameAssignment_0_0_0()); }
+ (rule__BusAccess__NameAssignment_0_0_0)
+ { after(grammarAccess.getBusAccessAccess().getNameAssignment_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PortCategory__Group_2__1
+rule__BusAccess__Group_0_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__PortCategory__Group_2__1__Impl
+ rule__BusAccess__Group_0_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__PortCategory__Group_2__1__Impl
+rule__BusAccess__Group_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortCategoryAccess().getDataKeyword_2_1()); }
- Data
- { after(grammarAccess.getPortCategoryAccess().getDataKeyword_2_1()); }
+ { before(grammarAccess.getBusAccessAccess().getColonKeyword_0_0_1()); }
+ Colon
+ { after(grammarAccess.getBusAccessAccess().getColonKeyword_0_0_1()); }
)
;
finally {
@@ -83100,458 +84586,465 @@ finally {
}
-rule__FeatureGroupType__Group__0
+rule__BusAccess__Group_0_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupType__Group__0__Impl
- rule__FeatureGroupType__Group__1
+ rule__BusAccess__Group_0_1__0__Impl
+ rule__BusAccess__Group_0_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group__0__Impl
+rule__BusAccess__Group_0_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getFeatureGroupKeywordsParserRuleCall_0()); }
- ruleFeatureGroupKeywords
- { after(grammarAccess.getFeatureGroupTypeAccess().getFeatureGroupKeywordsParserRuleCall_0()); }
+ { before(grammarAccess.getBusAccessAccess().getRefinedAssignment_0_1_0()); }
+ (rule__BusAccess__RefinedAssignment_0_1_0)
+ { after(grammarAccess.getBusAccessAccess().getRefinedAssignment_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group__1
+rule__BusAccess__Group_0_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupType__Group__1__Impl
- rule__FeatureGroupType__Group__2
+ rule__BusAccess__Group_0_1__1__Impl
+ rule__BusAccess__Group_0_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group__1__Impl
+rule__BusAccess__Group_0_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getNameAssignment_1()); }
- (rule__FeatureGroupType__NameAssignment_1)
- { after(grammarAccess.getFeatureGroupTypeAccess().getNameAssignment_1()); }
+ { before(grammarAccess.getBusAccessAccess().getColonKeyword_0_1_1()); }
+ Colon
+ { after(grammarAccess.getBusAccessAccess().getColonKeyword_0_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group__2
+rule__BusAccess__Group_0_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupType__Group__2__Impl
- rule__FeatureGroupType__Group__3
+ rule__BusAccess__Group_0_1__2__Impl
+ rule__BusAccess__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group__2__Impl
+rule__BusAccess__Group_0_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getGroup_2()); }
- (rule__FeatureGroupType__Group_2__0)?
- { after(grammarAccess.getFeatureGroupTypeAccess().getGroup_2()); }
+ { before(grammarAccess.getBusAccessAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getBusAccessAccess().getRefinedKeyword_0_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group__3
+rule__BusAccess__Group_0_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupType__Group__3__Impl
- rule__FeatureGroupType__Group__4
+ rule__BusAccess__Group_0_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group__3__Impl
+rule__BusAccess__Group_0_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getGroup_3()); }
- (rule__FeatureGroupType__Group_3__0)?
- { after(grammarAccess.getFeatureGroupTypeAccess().getGroup_3()); }
+ { before(grammarAccess.getBusAccessAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getBusAccessAccess().getToKeyword_0_1_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group__4
+
+rule__BusAccess__Group_7__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupType__Group__4__Impl
- rule__FeatureGroupType__Group__5
+ rule__BusAccess__Group_7__0__Impl
+ rule__BusAccess__Group_7__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group__4__Impl
+rule__BusAccess__Group_7__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getGroup_4()); }
- (rule__FeatureGroupType__Group_4__0)?
- { after(grammarAccess.getFeatureGroupTypeAccess().getGroup_4()); }
+ { before(grammarAccess.getBusAccessAccess().getLeftCurlyBracketKeyword_7_0()); }
+ LeftCurlyBracket
+ { after(grammarAccess.getBusAccessAccess().getLeftCurlyBracketKeyword_7_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group__5
+rule__BusAccess__Group_7__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupType__Group__5__Impl
- rule__FeatureGroupType__Group__6
+ rule__BusAccess__Group_7__1__Impl
+ rule__BusAccess__Group_7__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group__5__Impl
+rule__BusAccess__Group_7__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getGroup_5()); }
- (rule__FeatureGroupType__Group_5__0)?
- { after(grammarAccess.getFeatureGroupTypeAccess().getGroup_5()); }
+ (
+ { before(grammarAccess.getBusAccessAccess().getOwnedPropertyAssociationAssignment_7_1()); }
+ (rule__BusAccess__OwnedPropertyAssociationAssignment_7_1)
+ { after(grammarAccess.getBusAccessAccess().getOwnedPropertyAssociationAssignment_7_1()); }
+ )
+ (
+ { before(grammarAccess.getBusAccessAccess().getOwnedPropertyAssociationAssignment_7_1()); }
+ (rule__BusAccess__OwnedPropertyAssociationAssignment_7_1)*
+ { after(grammarAccess.getBusAccessAccess().getOwnedPropertyAssociationAssignment_7_1()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group__6
+rule__BusAccess__Group_7__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupType__Group__6__Impl
- rule__FeatureGroupType__Group__7
+ rule__BusAccess__Group_7__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group__6__Impl
+rule__BusAccess__Group_7__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getGroup_6()); }
- (rule__FeatureGroupType__Group_6__0)?
- { after(grammarAccess.getFeatureGroupTypeAccess().getGroup_6()); }
+ { before(grammarAccess.getBusAccessAccess().getRightCurlyBracketKeyword_7_2()); }
+ RightCurlyBracket
+ { after(grammarAccess.getBusAccessAccess().getRightCurlyBracketKeyword_7_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group__7
+
+rule__DataAccess__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupType__Group__7__Impl
- rule__FeatureGroupType__Group__8
+ rule__DataAccess__Group__0__Impl
+ rule__DataAccess__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group__7__Impl
+rule__DataAccess__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedAnnexSubclauseAssignment_7()); }
- (rule__FeatureGroupType__OwnedAnnexSubclauseAssignment_7)*
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedAnnexSubclauseAssignment_7()); }
+ { before(grammarAccess.getDataAccessAccess().getAlternatives_0()); }
+ (rule__DataAccess__Alternatives_0)
+ { after(grammarAccess.getDataAccessAccess().getAlternatives_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group__8
+rule__DataAccess__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupType__Group__8__Impl
- rule__FeatureGroupType__Group__9
+ rule__DataAccess__Group__1__Impl
+ rule__DataAccess__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group__8__Impl
+rule__DataAccess__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getEndKeyword_8()); }
- End
- { after(grammarAccess.getFeatureGroupTypeAccess().getEndKeyword_8()); }
+ { before(grammarAccess.getDataAccessAccess().getKindAssignment_1()); }
+ (rule__DataAccess__KindAssignment_1)
+ { after(grammarAccess.getDataAccessAccess().getKindAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group__9
+rule__DataAccess__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupType__Group__9__Impl
- rule__FeatureGroupType__Group__10
+ rule__DataAccess__Group__2__Impl
+ rule__DataAccess__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group__9__Impl
+rule__DataAccess__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getIDTerminalRuleCall_9()); }
- RULE_ID
- { after(grammarAccess.getFeatureGroupTypeAccess().getIDTerminalRuleCall_9()); }
+ { before(grammarAccess.getDataAccessAccess().getDataKeyword_2()); }
+ Data
+ { after(grammarAccess.getDataAccessAccess().getDataKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group__10
+rule__DataAccess__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupType__Group__10__Impl
+ rule__DataAccess__Group__3__Impl
+ rule__DataAccess__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group__10__Impl
+rule__DataAccess__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getSemicolonKeyword_10()); }
- Semicolon
- { after(grammarAccess.getFeatureGroupTypeAccess().getSemicolonKeyword_10()); }
+ { before(grammarAccess.getDataAccessAccess().getAccessKeyword_3()); }
+ Access
+ { after(grammarAccess.getDataAccessAccess().getAccessKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FeatureGroupType__Group_2__0
+rule__DataAccess__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupType__Group_2__0__Impl
- rule__FeatureGroupType__Group_2__1
+ rule__DataAccess__Group__4__Impl
+ rule__DataAccess__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group_2__0__Impl
+rule__DataAccess__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedExtensionAssignment_2_0()); }
- (rule__FeatureGroupType__OwnedExtensionAssignment_2_0)
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedExtensionAssignment_2_0()); }
+ { before(grammarAccess.getDataAccessAccess().getDataFeatureClassifierAssignment_4()); }
+ (rule__DataAccess__DataFeatureClassifierAssignment_4)?
+ { after(grammarAccess.getDataAccessAccess().getDataFeatureClassifierAssignment_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group_2__1
+rule__DataAccess__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupType__Group_2__1__Impl
+ rule__DataAccess__Group__5__Impl
+ rule__DataAccess__Group__6
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group_2__1__Impl
+rule__DataAccess__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getGroup_2_1()); }
- (rule__FeatureGroupType__Group_2_1__0)?
- { after(grammarAccess.getFeatureGroupTypeAccess().getGroup_2_1()); }
+ { before(grammarAccess.getDataAccessAccess().getArrayDimensionAssignment_5()); }
+ (rule__DataAccess__ArrayDimensionAssignment_5)?
+ { after(grammarAccess.getDataAccessAccess().getArrayDimensionAssignment_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FeatureGroupType__Group_2_1__0
+rule__DataAccess__Group__6
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupType__Group_2_1__0__Impl
- rule__FeatureGroupType__Group_2_1__1
+ rule__DataAccess__Group__6__Impl
+ rule__DataAccess__Group__7
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group_2_1__0__Impl
+rule__DataAccess__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getLeftParenthesisKeyword_2_1_0()); }
- LeftParenthesis
- { after(grammarAccess.getFeatureGroupTypeAccess().getLeftParenthesisKeyword_2_1_0()); }
+ { before(grammarAccess.getDataAccessAccess().getGroup_6()); }
+ (rule__DataAccess__Group_6__0)?
+ { after(grammarAccess.getDataAccessAccess().getGroup_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group_2_1__1
+rule__DataAccess__Group__7
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupType__Group_2_1__1__Impl
- rule__FeatureGroupType__Group_2_1__2
+ rule__DataAccess__Group__7__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group_2_1__1__Impl
+rule__DataAccess__Group__7__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
- (rule__FeatureGroupType__OwnedPrototypeBindingAssignment_2_1_1)
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1()); }
+ { before(grammarAccess.getDataAccessAccess().getSemicolonKeyword_7()); }
+ Semicolon
+ { after(grammarAccess.getDataAccessAccess().getSemicolonKeyword_7()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group_2_1__2
+
+rule__DataAccess__Group_0_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupType__Group_2_1__2__Impl
- rule__FeatureGroupType__Group_2_1__3
+ rule__DataAccess__Group_0_0__0__Impl
+ rule__DataAccess__Group_0_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group_2_1__2__Impl
+rule__DataAccess__Group_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getGroup_2_1_2()); }
- (rule__FeatureGroupType__Group_2_1_2__0)*
- { after(grammarAccess.getFeatureGroupTypeAccess().getGroup_2_1_2()); }
+ { before(grammarAccess.getDataAccessAccess().getNameAssignment_0_0_0()); }
+ (rule__DataAccess__NameAssignment_0_0_0)
+ { after(grammarAccess.getDataAccessAccess().getNameAssignment_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group_2_1__3
+rule__DataAccess__Group_0_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupType__Group_2_1__3__Impl
+ rule__DataAccess__Group_0_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group_2_1__3__Impl
+rule__DataAccess__Group_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getRightParenthesisKeyword_2_1_3()); }
- RightParenthesis
- { after(grammarAccess.getFeatureGroupTypeAccess().getRightParenthesisKeyword_2_1_3()); }
+ { before(grammarAccess.getDataAccessAccess().getColonKeyword_0_0_1()); }
+ Colon
+ { after(grammarAccess.getDataAccessAccess().getColonKeyword_0_0_1()); }
)
;
finally {
@@ -83559,107 +85052,107 @@ finally {
}
-rule__FeatureGroupType__Group_2_1_2__0
+rule__DataAccess__Group_0_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupType__Group_2_1_2__0__Impl
- rule__FeatureGroupType__Group_2_1_2__1
+ rule__DataAccess__Group_0_1__0__Impl
+ rule__DataAccess__Group_0_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group_2_1_2__0__Impl
+rule__DataAccess__Group_0_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getCommaKeyword_2_1_2_0()); }
- Comma
- { after(grammarAccess.getFeatureGroupTypeAccess().getCommaKeyword_2_1_2_0()); }
+ { before(grammarAccess.getDataAccessAccess().getRefinedAssignment_0_1_0()); }
+ (rule__DataAccess__RefinedAssignment_0_1_0)
+ { after(grammarAccess.getDataAccessAccess().getRefinedAssignment_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group_2_1_2__1
+rule__DataAccess__Group_0_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupType__Group_2_1_2__1__Impl
+ rule__DataAccess__Group_0_1__1__Impl
+ rule__DataAccess__Group_0_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group_2_1_2__1__Impl
+rule__DataAccess__Group_0_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
- (rule__FeatureGroupType__OwnedPrototypeBindingAssignment_2_1_2_1)
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeBindingAssignment_2_1_2_1()); }
+ { before(grammarAccess.getDataAccessAccess().getColonKeyword_0_1_1()); }
+ Colon
+ { after(grammarAccess.getDataAccessAccess().getColonKeyword_0_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FeatureGroupType__Group_3__0
+rule__DataAccess__Group_0_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupType__Group_3__0__Impl
- rule__FeatureGroupType__Group_3__1
+ rule__DataAccess__Group_0_1__2__Impl
+ rule__DataAccess__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group_3__0__Impl
+rule__DataAccess__Group_0_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getPrototypesKeyword_3_0()); }
- Prototypes
- { after(grammarAccess.getFeatureGroupTypeAccess().getPrototypesKeyword_3_0()); }
+ { before(grammarAccess.getDataAccessAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getDataAccessAccess().getRefinedKeyword_0_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group_3__1
+rule__DataAccess__Group_0_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupType__Group_3__1__Impl
+ rule__DataAccess__Group_0_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group_3__1__Impl
+rule__DataAccess__Group_0_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getAlternatives_3_1()); }
- (rule__FeatureGroupType__Alternatives_3_1)
- { after(grammarAccess.getFeatureGroupTypeAccess().getAlternatives_3_1()); }
+ { before(grammarAccess.getDataAccessAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getDataAccessAccess().getToKeyword_0_1_3()); }
)
;
finally {
@@ -83667,411 +85160,411 @@ finally {
}
-rule__FeatureGroupType__Group_3_1_0__0
+rule__DataAccess__Group_6__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupType__Group_3_1_0__0__Impl
- rule__FeatureGroupType__Group_3_1_0__1
+ rule__DataAccess__Group_6__0__Impl
+ rule__DataAccess__Group_6__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group_3_1_0__0__Impl
+rule__DataAccess__Group_6__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getNoPrototypesAssignment_3_1_0_0()); }
- (rule__FeatureGroupType__NoPrototypesAssignment_3_1_0_0)
- { after(grammarAccess.getFeatureGroupTypeAccess().getNoPrototypesAssignment_3_1_0_0()); }
+ { before(grammarAccess.getDataAccessAccess().getLeftCurlyBracketKeyword_6_0()); }
+ LeftCurlyBracket
+ { after(grammarAccess.getDataAccessAccess().getLeftCurlyBracketKeyword_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group_3_1_0__1
+rule__DataAccess__Group_6__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupType__Group_3_1_0__1__Impl
+ rule__DataAccess__Group_6__1__Impl
+ rule__DataAccess__Group_6__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group_3_1_0__1__Impl
+rule__DataAccess__Group_6__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getSemicolonKeyword_3_1_0_1()); }
- Semicolon
- { after(grammarAccess.getFeatureGroupTypeAccess().getSemicolonKeyword_3_1_0_1()); }
+ (
+ { before(grammarAccess.getDataAccessAccess().getOwnedPropertyAssociationAssignment_6_1()); }
+ (rule__DataAccess__OwnedPropertyAssociationAssignment_6_1)
+ { after(grammarAccess.getDataAccessAccess().getOwnedPropertyAssociationAssignment_6_1()); }
+ )
+ (
+ { before(grammarAccess.getDataAccessAccess().getOwnedPropertyAssociationAssignment_6_1()); }
+ (rule__DataAccess__OwnedPropertyAssociationAssignment_6_1)*
+ { after(grammarAccess.getDataAccessAccess().getOwnedPropertyAssociationAssignment_6_1()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FeatureGroupType__Group_4__0
+rule__DataAccess__Group_6__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupType__Group_4__0__Impl
- rule__FeatureGroupType__Group_4__1
+ rule__DataAccess__Group_6__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group_4__0__Impl
+rule__DataAccess__Group_6__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getFeaturesKeyword_4_0()); }
- Features
- { after(grammarAccess.getFeatureGroupTypeAccess().getFeaturesKeyword_4_0()); }
+ { before(grammarAccess.getDataAccessAccess().getRightCurlyBracketKeyword_6_2()); }
+ RightCurlyBracket
+ { after(grammarAccess.getDataAccessAccess().getRightCurlyBracketKeyword_6_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group_4__1
+
+rule__AbstractFeature__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupType__Group_4__1__Impl
+ rule__AbstractFeature__Group__0__Impl
+ rule__AbstractFeature__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group_4__1__Impl
+rule__AbstractFeature__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getFeatureGroupTypeAccess().getAlternatives_4_1()); }
- (rule__FeatureGroupType__Alternatives_4_1)
- { after(grammarAccess.getFeatureGroupTypeAccess().getAlternatives_4_1()); }
- )
- (
- { before(grammarAccess.getFeatureGroupTypeAccess().getAlternatives_4_1()); }
- (rule__FeatureGroupType__Alternatives_4_1)*
- { after(grammarAccess.getFeatureGroupTypeAccess().getAlternatives_4_1()); }
- )
+ { before(grammarAccess.getAbstractFeatureAccess().getAlternatives_0()); }
+ (rule__AbstractFeature__Alternatives_0)
+ { after(grammarAccess.getAbstractFeatureAccess().getAlternatives_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FeatureGroupType__Group_5__0
+rule__AbstractFeature__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupType__Group_5__0__Impl
- rule__FeatureGroupType__Group_5__1
+ rule__AbstractFeature__Group__1__Impl
+ rule__AbstractFeature__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group_5__0__Impl
+rule__AbstractFeature__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getInverseOfKeywordsParserRuleCall_5_0()); }
- ruleInverseOfKeywords
- { after(grammarAccess.getFeatureGroupTypeAccess().getInverseOfKeywordsParserRuleCall_5_0()); }
+ { before(grammarAccess.getAbstractFeatureAccess().getAlternatives_1()); }
+ (rule__AbstractFeature__Alternatives_1)?
+ { after(grammarAccess.getAbstractFeatureAccess().getAlternatives_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group_5__1
+rule__AbstractFeature__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupType__Group_5__1__Impl
+ rule__AbstractFeature__Group__2__Impl
+ rule__AbstractFeature__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group_5__1__Impl
+rule__AbstractFeature__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getInverseAssignment_5_1()); }
- (rule__FeatureGroupType__InverseAssignment_5_1)
- { after(grammarAccess.getFeatureGroupTypeAccess().getInverseAssignment_5_1()); }
+ { before(grammarAccess.getAbstractFeatureAccess().getAlternatives_2()); }
+ (rule__AbstractFeature__Alternatives_2)
+ { after(grammarAccess.getAbstractFeatureAccess().getAlternatives_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FeatureGroupType__Group_6__0
+rule__AbstractFeature__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupType__Group_6__0__Impl
- rule__FeatureGroupType__Group_6__1
+ rule__AbstractFeature__Group__3__Impl
+ rule__AbstractFeature__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group_6__0__Impl
+rule__AbstractFeature__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getPropertiesKeyword_6_0()); }
- Properties
- { after(grammarAccess.getFeatureGroupTypeAccess().getPropertiesKeyword_6_0()); }
+ { before(grammarAccess.getAbstractFeatureAccess().getArrayDimensionAssignment_3()); }
+ (rule__AbstractFeature__ArrayDimensionAssignment_3)?
+ { after(grammarAccess.getAbstractFeatureAccess().getArrayDimensionAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group_6__1
+rule__AbstractFeature__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupType__Group_6__1__Impl
+ rule__AbstractFeature__Group__4__Impl
+ rule__AbstractFeature__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group_6__1__Impl
+rule__AbstractFeature__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getAlternatives_6_1()); }
- (rule__FeatureGroupType__Alternatives_6_1)
- { after(grammarAccess.getFeatureGroupTypeAccess().getAlternatives_6_1()); }
+ { before(grammarAccess.getAbstractFeatureAccess().getGroup_4()); }
+ (rule__AbstractFeature__Group_4__0)?
+ { after(grammarAccess.getAbstractFeatureAccess().getGroup_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FeatureGroupType__Group_6_1_1__0
+rule__AbstractFeature__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupType__Group_6_1_1__0__Impl
- rule__FeatureGroupType__Group_6_1_1__1
+ rule__AbstractFeature__Group__5__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group_6_1_1__0__Impl
+rule__AbstractFeature__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getNoPropertiesAssignment_6_1_1_0()); }
- (rule__FeatureGroupType__NoPropertiesAssignment_6_1_1_0)
- { after(grammarAccess.getFeatureGroupTypeAccess().getNoPropertiesAssignment_6_1_1_0()); }
+ { before(grammarAccess.getAbstractFeatureAccess().getSemicolonKeyword_5()); }
+ Semicolon
+ { after(grammarAccess.getAbstractFeatureAccess().getSemicolonKeyword_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group_6_1_1__1
+
+rule__AbstractFeature__Group_0_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupType__Group_6_1_1__1__Impl
+ rule__AbstractFeature__Group_0_0__0__Impl
+ rule__AbstractFeature__Group_0_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__Group_6_1_1__1__Impl
+rule__AbstractFeature__Group_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getSemicolonKeyword_6_1_1_1()); }
- Semicolon
- { after(grammarAccess.getFeatureGroupTypeAccess().getSemicolonKeyword_6_1_1_1()); }
+ { before(grammarAccess.getAbstractFeatureAccess().getNameAssignment_0_0_0()); }
+ (rule__AbstractFeature__NameAssignment_0_0_0)
+ { after(grammarAccess.getAbstractFeatureAccess().getNameAssignment_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__EventSource__Group__0
+rule__AbstractFeature__Group_0_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__EventSource__Group__0__Impl
- rule__EventSource__Group__1
+ rule__AbstractFeature__Group_0_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__EventSource__Group__0__Impl
+rule__AbstractFeature__Group_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventSourceAccess().getNameAssignment_0()); }
- (rule__EventSource__NameAssignment_0)
- { after(grammarAccess.getEventSourceAccess().getNameAssignment_0()); }
+ { before(grammarAccess.getAbstractFeatureAccess().getColonKeyword_0_0_1()); }
+ Colon
+ { after(grammarAccess.getAbstractFeatureAccess().getColonKeyword_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventSource__Group__1
+
+rule__AbstractFeature__Group_0_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__EventSource__Group__1__Impl
- rule__EventSource__Group__2
+ rule__AbstractFeature__Group_0_1__0__Impl
+ rule__AbstractFeature__Group_0_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__EventSource__Group__1__Impl
+rule__AbstractFeature__Group_0_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventSourceAccess().getColonKeyword_1()); }
- Colon
- { after(grammarAccess.getEventSourceAccess().getColonKeyword_1()); }
+ { before(grammarAccess.getAbstractFeatureAccess().getRefinedAssignment_0_1_0()); }
+ (rule__AbstractFeature__RefinedAssignment_0_1_0)
+ { after(grammarAccess.getAbstractFeatureAccess().getRefinedAssignment_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventSource__Group__2
+rule__AbstractFeature__Group_0_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__EventSource__Group__2__Impl
- rule__EventSource__Group__3
+ rule__AbstractFeature__Group_0_1__1__Impl
+ rule__AbstractFeature__Group_0_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__EventSource__Group__2__Impl
+rule__AbstractFeature__Group_0_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventSourceAccess().getEventKeyword_2()); }
- Event
- { after(grammarAccess.getEventSourceAccess().getEventKeyword_2()); }
+ { before(grammarAccess.getAbstractFeatureAccess().getColonKeyword_0_1_1()); }
+ Colon
+ { after(grammarAccess.getAbstractFeatureAccess().getColonKeyword_0_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventSource__Group__3
+rule__AbstractFeature__Group_0_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__EventSource__Group__3__Impl
- rule__EventSource__Group__4
+ rule__AbstractFeature__Group_0_1__2__Impl
+ rule__AbstractFeature__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__EventSource__Group__3__Impl
+rule__AbstractFeature__Group_0_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventSourceAccess().getGroup_3()); }
- (rule__EventSource__Group_3__0)?
- { after(grammarAccess.getEventSourceAccess().getGroup_3()); }
+ { before(grammarAccess.getAbstractFeatureAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getAbstractFeatureAccess().getRefinedKeyword_0_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventSource__Group__4
+rule__AbstractFeature__Group_0_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__EventSource__Group__4__Impl
+ rule__AbstractFeature__Group_0_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__EventSource__Group__4__Impl
+rule__AbstractFeature__Group_0_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventSourceAccess().getSemicolonKeyword_4()); }
- Semicolon
- { after(grammarAccess.getEventSourceAccess().getSemicolonKeyword_4()); }
+ { before(grammarAccess.getAbstractFeatureAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getAbstractFeatureAccess().getToKeyword_0_1_3()); }
)
;
finally {
@@ -84079,249 +85572,249 @@ finally {
}
-rule__EventSource__Group_3__0
+rule__AbstractFeature__Group_2_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__EventSource__Group_3__0__Impl
- rule__EventSource__Group_3__1
+ rule__AbstractFeature__Group_2_0__0__Impl
+ rule__AbstractFeature__Group_2_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__EventSource__Group_3__0__Impl
+rule__AbstractFeature__Group_2_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventSourceAccess().getLeftCurlyBracketKeyword_3_0()); }
- LeftCurlyBracket
- { after(grammarAccess.getEventSourceAccess().getLeftCurlyBracketKeyword_3_0()); }
+ { before(grammarAccess.getAbstractFeatureAccess().getPrototypeKeyword_2_0_0()); }
+ Prototype
+ { after(grammarAccess.getAbstractFeatureAccess().getPrototypeKeyword_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventSource__Group_3__1
+rule__AbstractFeature__Group_2_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__EventSource__Group_3__1__Impl
- rule__EventSource__Group_3__2
+ rule__AbstractFeature__Group_2_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__EventSource__Group_3__1__Impl
+rule__AbstractFeature__Group_2_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getEventSourceAccess().getOwnedPropertyAssociationAssignment_3_1()); }
- (rule__EventSource__OwnedPropertyAssociationAssignment_3_1)
- { after(grammarAccess.getEventSourceAccess().getOwnedPropertyAssociationAssignment_3_1()); }
- )
- (
- { before(grammarAccess.getEventSourceAccess().getOwnedPropertyAssociationAssignment_3_1()); }
- (rule__EventSource__OwnedPropertyAssociationAssignment_3_1)*
- { after(grammarAccess.getEventSourceAccess().getOwnedPropertyAssociationAssignment_3_1()); }
- )
+ { before(grammarAccess.getAbstractFeatureAccess().getFeaturePrototypeAssignment_2_0_1()); }
+ (rule__AbstractFeature__FeaturePrototypeAssignment_2_0_1)
+ { after(grammarAccess.getAbstractFeatureAccess().getFeaturePrototypeAssignment_2_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventSource__Group_3__2
+
+rule__AbstractFeature__Group_2_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__EventSource__Group_3__2__Impl
+ rule__AbstractFeature__Group_2_1__0__Impl
+ rule__AbstractFeature__Group_2_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__EventSource__Group_3__2__Impl
+rule__AbstractFeature__Group_2_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventSourceAccess().getRightCurlyBracketKeyword_3_2()); }
- RightCurlyBracket
- { after(grammarAccess.getEventSourceAccess().getRightCurlyBracketKeyword_3_2()); }
+ { before(grammarAccess.getAbstractFeatureAccess().getFeatureKeyword_2_1_0()); }
+ Feature
+ { after(grammarAccess.getAbstractFeatureAccess().getFeatureKeyword_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__EventDataSource__Group__0
+rule__AbstractFeature__Group_2_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__EventDataSource__Group__0__Impl
- rule__EventDataSource__Group__1
+ rule__AbstractFeature__Group_2_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataSource__Group__0__Impl
+rule__AbstractFeature__Group_2_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataSourceAccess().getNameAssignment_0()); }
- (rule__EventDataSource__NameAssignment_0)
- { after(grammarAccess.getEventDataSourceAccess().getNameAssignment_0()); }
+ { before(grammarAccess.getAbstractFeatureAccess().getAbstractFeatureClassifierAssignment_2_1_1()); }
+ (rule__AbstractFeature__AbstractFeatureClassifierAssignment_2_1_1)
+ { after(grammarAccess.getAbstractFeatureAccess().getAbstractFeatureClassifierAssignment_2_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataSource__Group__1
+
+rule__AbstractFeature__Group_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__EventDataSource__Group__1__Impl
- rule__EventDataSource__Group__2
+ rule__AbstractFeature__Group_4__0__Impl
+ rule__AbstractFeature__Group_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataSource__Group__1__Impl
+rule__AbstractFeature__Group_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataSourceAccess().getColonKeyword_1()); }
- Colon
- { after(grammarAccess.getEventDataSourceAccess().getColonKeyword_1()); }
+ { before(grammarAccess.getAbstractFeatureAccess().getLeftCurlyBracketKeyword_4_0()); }
+ LeftCurlyBracket
+ { after(grammarAccess.getAbstractFeatureAccess().getLeftCurlyBracketKeyword_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataSource__Group__2
+rule__AbstractFeature__Group_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__EventDataSource__Group__2__Impl
- rule__EventDataSource__Group__3
+ rule__AbstractFeature__Group_4__1__Impl
+ rule__AbstractFeature__Group_4__2
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataSource__Group__2__Impl
+rule__AbstractFeature__Group_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataSourceAccess().getEventDataKeywordsParserRuleCall_2()); }
- ruleEventDataKeywords
- { after(grammarAccess.getEventDataSourceAccess().getEventDataKeywordsParserRuleCall_2()); }
+ (
+ { before(grammarAccess.getAbstractFeatureAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ (rule__AbstractFeature__OwnedPropertyAssociationAssignment_4_1)
+ { after(grammarAccess.getAbstractFeatureAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ )
+ (
+ { before(grammarAccess.getAbstractFeatureAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ (rule__AbstractFeature__OwnedPropertyAssociationAssignment_4_1)*
+ { after(grammarAccess.getAbstractFeatureAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataSource__Group__3
+rule__AbstractFeature__Group_4__2
@init {
int stackSize = keepStackSize();
}
:
- rule__EventDataSource__Group__3__Impl
- rule__EventDataSource__Group__4
+ rule__AbstractFeature__Group_4__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataSource__Group__3__Impl
+rule__AbstractFeature__Group_4__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataSourceAccess().getDataClassifierAssignment_3()); }
- (rule__EventDataSource__DataClassifierAssignment_3)?
- { after(grammarAccess.getEventDataSourceAccess().getDataClassifierAssignment_3()); }
+ { before(grammarAccess.getAbstractFeatureAccess().getRightCurlyBracketKeyword_4_2()); }
+ RightCurlyBracket
+ { after(grammarAccess.getAbstractFeatureAccess().getRightCurlyBracketKeyword_4_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataSource__Group__4
+
+rule__PortCategory__Group_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__EventDataSource__Group__4__Impl
- rule__EventDataSource__Group__5
+ rule__PortCategory__Group_2__0__Impl
+ rule__PortCategory__Group_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataSource__Group__4__Impl
+rule__PortCategory__Group_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataSourceAccess().getGroup_4()); }
- (rule__EventDataSource__Group_4__0)?
- { after(grammarAccess.getEventDataSourceAccess().getGroup_4()); }
+ { before(grammarAccess.getPortCategoryAccess().getEventKeyword_2_0()); }
+ Event
+ { after(grammarAccess.getPortCategoryAccess().getEventKeyword_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataSource__Group__5
+rule__PortCategory__Group_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__EventDataSource__Group__5__Impl
+ rule__PortCategory__Group_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataSource__Group__5__Impl
+rule__PortCategory__Group_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataSourceAccess().getSemicolonKeyword_5()); }
- Semicolon
- { after(grammarAccess.getEventDataSourceAccess().getSemicolonKeyword_5()); }
+ { before(grammarAccess.getPortCategoryAccess().getDataKeyword_2_1()); }
+ Data
+ { after(grammarAccess.getPortCategoryAccess().getDataKeyword_2_1()); }
)
;
finally {
@@ -84329,337 +85822,323 @@ finally {
}
-rule__EventDataSource__Group_4__0
+rule__FeatureGroupType__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__EventDataSource__Group_4__0__Impl
- rule__EventDataSource__Group_4__1
+ rule__FeatureGroupType__Group__0__Impl
+ rule__FeatureGroupType__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataSource__Group_4__0__Impl
+rule__FeatureGroupType__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataSourceAccess().getLeftCurlyBracketKeyword_4_0()); }
- LeftCurlyBracket
- { after(grammarAccess.getEventDataSourceAccess().getLeftCurlyBracketKeyword_4_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getFeatureKeyword_0()); }
+ Feature
+ { after(grammarAccess.getFeatureGroupTypeAccess().getFeatureKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataSource__Group_4__1
+rule__FeatureGroupType__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__EventDataSource__Group_4__1__Impl
- rule__EventDataSource__Group_4__2
+ rule__FeatureGroupType__Group__1__Impl
+ rule__FeatureGroupType__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataSource__Group_4__1__Impl
+rule__FeatureGroupType__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getEventDataSourceAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__EventDataSource__OwnedPropertyAssociationAssignment_4_1)
- { after(grammarAccess.getEventDataSourceAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- )
- (
- { before(grammarAccess.getEventDataSourceAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__EventDataSource__OwnedPropertyAssociationAssignment_4_1)*
- { after(grammarAccess.getEventDataSourceAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- )
+ { before(grammarAccess.getFeatureGroupTypeAccess().getGroupKeyword_1()); }
+ Group
+ { after(grammarAccess.getFeatureGroupTypeAccess().getGroupKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataSource__Group_4__2
+rule__FeatureGroupType__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__EventDataSource__Group_4__2__Impl
+ rule__FeatureGroupType__Group__2__Impl
+ rule__FeatureGroupType__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataSource__Group_4__2__Impl
+rule__FeatureGroupType__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataSourceAccess().getRightCurlyBracketKeyword_4_2()); }
- RightCurlyBracket
- { after(grammarAccess.getEventDataSourceAccess().getRightCurlyBracketKeyword_4_2()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getNameAssignment_2()); }
+ (rule__FeatureGroupType__NameAssignment_2)
+ { after(grammarAccess.getFeatureGroupTypeAccess().getNameAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__PortProxy__Group__0
+rule__FeatureGroupType__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__PortProxy__Group__0__Impl
- rule__PortProxy__Group__1
+ rule__FeatureGroupType__Group__3__Impl
+ rule__FeatureGroupType__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__PortProxy__Group__0__Impl
+rule__FeatureGroupType__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortProxyAccess().getNameAssignment_0()); }
- (rule__PortProxy__NameAssignment_0)
- { after(grammarAccess.getPortProxyAccess().getNameAssignment_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getGroup_3()); }
+ (rule__FeatureGroupType__Group_3__0)?
+ { after(grammarAccess.getFeatureGroupTypeAccess().getGroup_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PortProxy__Group__1
+rule__FeatureGroupType__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__PortProxy__Group__1__Impl
- rule__PortProxy__Group__2
+ rule__FeatureGroupType__Group__4__Impl
+ rule__FeatureGroupType__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__PortProxy__Group__1__Impl
+rule__FeatureGroupType__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortProxyAccess().getColonKeyword_1()); }
- Colon
- { after(grammarAccess.getPortProxyAccess().getColonKeyword_1()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getGroup_4()); }
+ (rule__FeatureGroupType__Group_4__0)?
+ { after(grammarAccess.getFeatureGroupTypeAccess().getGroup_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PortProxy__Group__2
+rule__FeatureGroupType__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__PortProxy__Group__2__Impl
- rule__PortProxy__Group__3
+ rule__FeatureGroupType__Group__5__Impl
+ rule__FeatureGroupType__Group__6
;
finally {
restoreStackSize(stackSize);
}
-rule__PortProxy__Group__2__Impl
+rule__FeatureGroupType__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortProxyAccess().getPortKeyword_2()); }
- Port
- { after(grammarAccess.getPortProxyAccess().getPortKeyword_2()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getGroup_5()); }
+ (rule__FeatureGroupType__Group_5__0)?
+ { after(grammarAccess.getFeatureGroupTypeAccess().getGroup_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PortProxy__Group__3
+rule__FeatureGroupType__Group__6
@init {
int stackSize = keepStackSize();
}
:
- rule__PortProxy__Group__3__Impl
- rule__PortProxy__Group__4
+ rule__FeatureGroupType__Group__6__Impl
+ rule__FeatureGroupType__Group__7
;
finally {
restoreStackSize(stackSize);
}
-rule__PortProxy__Group__3__Impl
+rule__FeatureGroupType__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortProxyAccess().getDataClassifierAssignment_3()); }
- (rule__PortProxy__DataClassifierAssignment_3)?
- { after(grammarAccess.getPortProxyAccess().getDataClassifierAssignment_3()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getGroup_6()); }
+ (rule__FeatureGroupType__Group_6__0)?
+ { after(grammarAccess.getFeatureGroupTypeAccess().getGroup_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PortProxy__Group__4
+rule__FeatureGroupType__Group__7
@init {
int stackSize = keepStackSize();
}
:
- rule__PortProxy__Group__4__Impl
- rule__PortProxy__Group__5
+ rule__FeatureGroupType__Group__7__Impl
+ rule__FeatureGroupType__Group__8
;
finally {
restoreStackSize(stackSize);
}
-rule__PortProxy__Group__4__Impl
+rule__FeatureGroupType__Group__7__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortProxyAccess().getGroup_4()); }
- (rule__PortProxy__Group_4__0)?
- { after(grammarAccess.getPortProxyAccess().getGroup_4()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getGroup_7()); }
+ (rule__FeatureGroupType__Group_7__0)?
+ { after(grammarAccess.getFeatureGroupTypeAccess().getGroup_7()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PortProxy__Group__5
+rule__FeatureGroupType__Group__8
@init {
int stackSize = keepStackSize();
}
:
- rule__PortProxy__Group__5__Impl
+ rule__FeatureGroupType__Group__8__Impl
+ rule__FeatureGroupType__Group__9
;
finally {
restoreStackSize(stackSize);
}
-rule__PortProxy__Group__5__Impl
+rule__FeatureGroupType__Group__8__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortProxyAccess().getSemicolonKeyword_5()); }
- Semicolon
- { after(grammarAccess.getPortProxyAccess().getSemicolonKeyword_5()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedAnnexSubclauseAssignment_8()); }
+ (rule__FeatureGroupType__OwnedAnnexSubclauseAssignment_8)*
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedAnnexSubclauseAssignment_8()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__PortProxy__Group_4__0
+rule__FeatureGroupType__Group__9
@init {
int stackSize = keepStackSize();
}
:
- rule__PortProxy__Group_4__0__Impl
- rule__PortProxy__Group_4__1
+ rule__FeatureGroupType__Group__9__Impl
+ rule__FeatureGroupType__Group__10
;
finally {
restoreStackSize(stackSize);
}
-rule__PortProxy__Group_4__0__Impl
+rule__FeatureGroupType__Group__9__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortProxyAccess().getLeftCurlyBracketKeyword_4_0()); }
- LeftCurlyBracket
- { after(grammarAccess.getPortProxyAccess().getLeftCurlyBracketKeyword_4_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getEndKeyword_9()); }
+ End
+ { after(grammarAccess.getFeatureGroupTypeAccess().getEndKeyword_9()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PortProxy__Group_4__1
+rule__FeatureGroupType__Group__10
@init {
int stackSize = keepStackSize();
}
:
- rule__PortProxy__Group_4__1__Impl
- rule__PortProxy__Group_4__2
+ rule__FeatureGroupType__Group__10__Impl
+ rule__FeatureGroupType__Group__11
;
finally {
restoreStackSize(stackSize);
}
-rule__PortProxy__Group_4__1__Impl
+rule__FeatureGroupType__Group__10__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getPortProxyAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__PortProxy__OwnedPropertyAssociationAssignment_4_1)
- { after(grammarAccess.getPortProxyAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- )
- (
- { before(grammarAccess.getPortProxyAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__PortProxy__OwnedPropertyAssociationAssignment_4_1)*
- { after(grammarAccess.getPortProxyAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- )
+ { before(grammarAccess.getFeatureGroupTypeAccess().getIDTerminalRuleCall_10()); }
+ RULE_ID
+ { after(grammarAccess.getFeatureGroupTypeAccess().getIDTerminalRuleCall_10()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PortProxy__Group_4__2
+rule__FeatureGroupType__Group__11
@init {
int stackSize = keepStackSize();
}
:
- rule__PortProxy__Group_4__2__Impl
+ rule__FeatureGroupType__Group__11__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__PortProxy__Group_4__2__Impl
+rule__FeatureGroupType__Group__11__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortProxyAccess().getRightCurlyBracketKeyword_4_2()); }
- RightCurlyBracket
- { after(grammarAccess.getPortProxyAccess().getRightCurlyBracketKeyword_4_2()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getSemicolonKeyword_11()); }
+ Semicolon
+ { after(grammarAccess.getFeatureGroupTypeAccess().getSemicolonKeyword_11()); }
)
;
finally {
@@ -84667,161 +86146,161 @@ finally {
}
-rule__SubprogramProxy__Group__0
+rule__FeatureGroupType__Group_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramProxy__Group__0__Impl
- rule__SubprogramProxy__Group__1
+ rule__FeatureGroupType__Group_3__0__Impl
+ rule__FeatureGroupType__Group_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramProxy__Group__0__Impl
+rule__FeatureGroupType__Group_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramProxyAccess().getNameAssignment_0()); }
- (rule__SubprogramProxy__NameAssignment_0)
- { after(grammarAccess.getSubprogramProxyAccess().getNameAssignment_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedExtensionAssignment_3_0()); }
+ (rule__FeatureGroupType__OwnedExtensionAssignment_3_0)
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedExtensionAssignment_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramProxy__Group__1
+rule__FeatureGroupType__Group_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramProxy__Group__1__Impl
- rule__SubprogramProxy__Group__2
+ rule__FeatureGroupType__Group_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramProxy__Group__1__Impl
+rule__FeatureGroupType__Group_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramProxyAccess().getColonKeyword_1()); }
- Colon
- { after(grammarAccess.getSubprogramProxyAccess().getColonKeyword_1()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getGroup_3_1()); }
+ (rule__FeatureGroupType__Group_3_1__0)?
+ { after(grammarAccess.getFeatureGroupTypeAccess().getGroup_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramProxy__Group__2
+
+rule__FeatureGroupType__Group_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramProxy__Group__2__Impl
- rule__SubprogramProxy__Group__3
+ rule__FeatureGroupType__Group_3_1__0__Impl
+ rule__FeatureGroupType__Group_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramProxy__Group__2__Impl
+rule__FeatureGroupType__Group_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramProxyAccess().getSubprogramKeyword_2()); }
- Subprogram
- { after(grammarAccess.getSubprogramProxyAccess().getSubprogramKeyword_2()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getLeftParenthesisKeyword_3_1_0()); }
+ LeftParenthesis
+ { after(grammarAccess.getFeatureGroupTypeAccess().getLeftParenthesisKeyword_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramProxy__Group__3
+rule__FeatureGroupType__Group_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramProxy__Group__3__Impl
- rule__SubprogramProxy__Group__4
+ rule__FeatureGroupType__Group_3_1__1__Impl
+ rule__FeatureGroupType__Group_3_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramProxy__Group__3__Impl
+rule__FeatureGroupType__Group_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramProxyAccess().getSubprogramClassifierAssignment_3()); }
- (rule__SubprogramProxy__SubprogramClassifierAssignment_3)?
- { after(grammarAccess.getSubprogramProxyAccess().getSubprogramClassifierAssignment_3()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeBindingAssignment_3_1_1()); }
+ (rule__FeatureGroupType__OwnedPrototypeBindingAssignment_3_1_1)
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeBindingAssignment_3_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramProxy__Group__4
+rule__FeatureGroupType__Group_3_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramProxy__Group__4__Impl
- rule__SubprogramProxy__Group__5
+ rule__FeatureGroupType__Group_3_1__2__Impl
+ rule__FeatureGroupType__Group_3_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramProxy__Group__4__Impl
+rule__FeatureGroupType__Group_3_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramProxyAccess().getGroup_4()); }
- (rule__SubprogramProxy__Group_4__0)?
- { after(grammarAccess.getSubprogramProxyAccess().getGroup_4()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getGroup_3_1_2()); }
+ (rule__FeatureGroupType__Group_3_1_2__0)*
+ { after(grammarAccess.getFeatureGroupTypeAccess().getGroup_3_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramProxy__Group__5
+rule__FeatureGroupType__Group_3_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramProxy__Group__5__Impl
+ rule__FeatureGroupType__Group_3_1__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramProxy__Group__5__Impl
+rule__FeatureGroupType__Group_3_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramProxyAccess().getSemicolonKeyword_5()); }
- Semicolon
- { after(grammarAccess.getSubprogramProxyAccess().getSemicolonKeyword_5()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getRightParenthesisKeyword_3_1_3()); }
+ RightParenthesis
+ { after(grammarAccess.getFeatureGroupTypeAccess().getRightParenthesisKeyword_3_1_3()); }
)
;
finally {
@@ -84829,222 +86308,222 @@ finally {
}
-rule__SubprogramProxy__Group_4__0
+rule__FeatureGroupType__Group_3_1_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramProxy__Group_4__0__Impl
- rule__SubprogramProxy__Group_4__1
+ rule__FeatureGroupType__Group_3_1_2__0__Impl
+ rule__FeatureGroupType__Group_3_1_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramProxy__Group_4__0__Impl
+rule__FeatureGroupType__Group_3_1_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramProxyAccess().getLeftCurlyBracketKeyword_4_0()); }
- LeftCurlyBracket
- { after(grammarAccess.getSubprogramProxyAccess().getLeftCurlyBracketKeyword_4_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getCommaKeyword_3_1_2_0()); }
+ Comma
+ { after(grammarAccess.getFeatureGroupTypeAccess().getCommaKeyword_3_1_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramProxy__Group_4__1
+rule__FeatureGroupType__Group_3_1_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramProxy__Group_4__1__Impl
- rule__SubprogramProxy__Group_4__2
+ rule__FeatureGroupType__Group_3_1_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramProxy__Group_4__1__Impl
+rule__FeatureGroupType__Group_3_1_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getSubprogramProxyAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__SubprogramProxy__OwnedPropertyAssociationAssignment_4_1)
- { after(grammarAccess.getSubprogramProxyAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- )
- (
- { before(grammarAccess.getSubprogramProxyAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__SubprogramProxy__OwnedPropertyAssociationAssignment_4_1)*
- { after(grammarAccess.getSubprogramProxyAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- )
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeBindingAssignment_3_1_2_1()); }
+ (rule__FeatureGroupType__OwnedPrototypeBindingAssignment_3_1_2_1)
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeBindingAssignment_3_1_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramProxy__Group_4__2
+
+rule__FeatureGroupType__Group_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramProxy__Group_4__2__Impl
+ rule__FeatureGroupType__Group_4__0__Impl
+ rule__FeatureGroupType__Group_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramProxy__Group_4__2__Impl
+rule__FeatureGroupType__Group_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramProxyAccess().getRightCurlyBracketKeyword_4_2()); }
- RightCurlyBracket
- { after(grammarAccess.getSubprogramProxyAccess().getRightCurlyBracketKeyword_4_2()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getPrototypesKeyword_4_0()); }
+ Prototypes
+ { after(grammarAccess.getFeatureGroupTypeAccess().getPrototypesKeyword_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__NestedConnectedElement__Group_1__0
+rule__FeatureGroupType__Group_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__NestedConnectedElement__Group_1__0__Impl
- rule__NestedConnectedElement__Group_1__1
+ rule__FeatureGroupType__Group_4__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__NestedConnectedElement__Group_1__0__Impl
+rule__FeatureGroupType__Group_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getNestedConnectedElementAccess().getContextAssignment_1_0()); }
- (rule__NestedConnectedElement__ContextAssignment_1_0)
- { after(grammarAccess.getNestedConnectedElementAccess().getContextAssignment_1_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getAlternatives_4_1()); }
+ (rule__FeatureGroupType__Alternatives_4_1)
+ { after(grammarAccess.getFeatureGroupTypeAccess().getAlternatives_4_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__NestedConnectedElement__Group_1__1
+
+rule__FeatureGroupType__Group_4_1_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__NestedConnectedElement__Group_1__1__Impl
- rule__NestedConnectedElement__Group_1__2
+ rule__FeatureGroupType__Group_4_1_0__0__Impl
+ rule__FeatureGroupType__Group_4_1_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__NestedConnectedElement__Group_1__1__Impl
+rule__FeatureGroupType__Group_4_1_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getNestedConnectedElementAccess().getFullStopKeyword_1_1()); }
- FullStop
- { after(grammarAccess.getNestedConnectedElementAccess().getFullStopKeyword_1_1()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getNoPrototypesAssignment_4_1_0_0()); }
+ (rule__FeatureGroupType__NoPrototypesAssignment_4_1_0_0)
+ { after(grammarAccess.getFeatureGroupTypeAccess().getNoPrototypesAssignment_4_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__NestedConnectedElement__Group_1__2
+rule__FeatureGroupType__Group_4_1_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__NestedConnectedElement__Group_1__2__Impl
- rule__NestedConnectedElement__Group_1__3
+ rule__FeatureGroupType__Group_4_1_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__NestedConnectedElement__Group_1__2__Impl
+rule__FeatureGroupType__Group_4_1_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getNestedConnectedElementAccess().getConnectionEndAssignment_1_2()); }
- (rule__NestedConnectedElement__ConnectionEndAssignment_1_2)
- { after(grammarAccess.getNestedConnectedElementAccess().getConnectionEndAssignment_1_2()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getSemicolonKeyword_4_1_0_1()); }
+ Semicolon
+ { after(grammarAccess.getFeatureGroupTypeAccess().getSemicolonKeyword_4_1_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__NestedConnectedElement__Group_1__3
+
+rule__FeatureGroupType__Group_5__0
@init {
int stackSize = keepStackSize();
}
:
- rule__NestedConnectedElement__Group_1__3__Impl
- rule__NestedConnectedElement__Group_1__4
+ rule__FeatureGroupType__Group_5__0__Impl
+ rule__FeatureGroupType__Group_5__1
;
finally {
restoreStackSize(stackSize);
}
-rule__NestedConnectedElement__Group_1__3__Impl
+rule__FeatureGroupType__Group_5__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getNestedConnectedElementAccess().getFullStopKeyword_1_3()); }
- FullStop
- { after(grammarAccess.getNestedConnectedElementAccess().getFullStopKeyword_1_3()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getFeaturesKeyword_5_0()); }
+ Features
+ { after(grammarAccess.getFeatureGroupTypeAccess().getFeaturesKeyword_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__NestedConnectedElement__Group_1__4
+rule__FeatureGroupType__Group_5__1
@init {
int stackSize = keepStackSize();
}
:
- rule__NestedConnectedElement__Group_1__4__Impl
+ rule__FeatureGroupType__Group_5__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__NestedConnectedElement__Group_1__4__Impl
+rule__FeatureGroupType__Group_5__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getNestedConnectedElementAccess().getNextAssignment_1_4()); }
- (rule__NestedConnectedElement__NextAssignment_1_4)
- { after(grammarAccess.getNestedConnectedElementAccess().getNextAssignment_1_4()); }
+ (
+ { before(grammarAccess.getFeatureGroupTypeAccess().getAlternatives_5_1()); }
+ (rule__FeatureGroupType__Alternatives_5_1)
+ { after(grammarAccess.getFeatureGroupTypeAccess().getAlternatives_5_1()); }
+ )
+ (
+ { before(grammarAccess.getFeatureGroupTypeAccess().getAlternatives_5_1()); }
+ (rule__FeatureGroupType__Alternatives_5_1)*
+ { after(grammarAccess.getFeatureGroupTypeAccess().getAlternatives_5_1()); }
+ )
)
;
finally {
@@ -85052,836 +86531,850 @@ finally {
}
-rule__ConnectedElementChain__Group__0
+rule__FeatureGroupType__Group_6__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ConnectedElementChain__Group__0__Impl
- rule__ConnectedElementChain__Group__1
+ rule__FeatureGroupType__Group_6__0__Impl
+ rule__FeatureGroupType__Group_6__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ConnectedElementChain__Group__0__Impl
+rule__FeatureGroupType__Group_6__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getConnectedElementChainAccess().getConnectionEndAssignment_0()); }
- (rule__ConnectedElementChain__ConnectionEndAssignment_0)
- { after(grammarAccess.getConnectedElementChainAccess().getConnectionEndAssignment_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getInverseKeyword_6_0()); }
+ Inverse
+ { after(grammarAccess.getFeatureGroupTypeAccess().getInverseKeyword_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ConnectedElementChain__Group__1
+rule__FeatureGroupType__Group_6__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ConnectedElementChain__Group__1__Impl
+ rule__FeatureGroupType__Group_6__1__Impl
+ rule__FeatureGroupType__Group_6__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ConnectedElementChain__Group__1__Impl
+rule__FeatureGroupType__Group_6__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getConnectedElementChainAccess().getGroup_1()); }
- (rule__ConnectedElementChain__Group_1__0)?
- { after(grammarAccess.getConnectedElementChainAccess().getGroup_1()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOfKeyword_6_1()); }
+ Of
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOfKeyword_6_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ConnectedElementChain__Group_1__0
+rule__FeatureGroupType__Group_6__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ConnectedElementChain__Group_1__0__Impl
- rule__ConnectedElementChain__Group_1__1
+ rule__FeatureGroupType__Group_6__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ConnectedElementChain__Group_1__0__Impl
+rule__FeatureGroupType__Group_6__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getConnectedElementChainAccess().getFullStopKeyword_1_0()); }
- FullStop
- { after(grammarAccess.getConnectedElementChainAccess().getFullStopKeyword_1_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getInverseAssignment_6_2()); }
+ (rule__FeatureGroupType__InverseAssignment_6_2)
+ { after(grammarAccess.getFeatureGroupTypeAccess().getInverseAssignment_6_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ConnectedElementChain__Group_1__1
+
+rule__FeatureGroupType__Group_7__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ConnectedElementChain__Group_1__1__Impl
+ rule__FeatureGroupType__Group_7__0__Impl
+ rule__FeatureGroupType__Group_7__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ConnectedElementChain__Group_1__1__Impl
+rule__FeatureGroupType__Group_7__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getConnectedElementChainAccess().getNextAssignment_1_1()); }
- (rule__ConnectedElementChain__NextAssignment_1_1)
- { after(grammarAccess.getConnectedElementChainAccess().getNextAssignment_1_1()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getPropertiesKeyword_7_0()); }
+ Properties
+ { after(grammarAccess.getFeatureGroupTypeAccess().getPropertiesKeyword_7_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ConnectedElement__Group__0
+rule__FeatureGroupType__Group_7__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ConnectedElement__Group__0__Impl
- rule__ConnectedElement__Group__1
+ rule__FeatureGroupType__Group_7__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ConnectedElement__Group__0__Impl
+rule__FeatureGroupType__Group_7__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getConnectedElementAccess().getGroup_0()); }
- (rule__ConnectedElement__Group_0__0)?
- { after(grammarAccess.getConnectedElementAccess().getGroup_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getAlternatives_7_1()); }
+ (rule__FeatureGroupType__Alternatives_7_1)
+ { after(grammarAccess.getFeatureGroupTypeAccess().getAlternatives_7_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ConnectedElement__Group__1
+
+rule__FeatureGroupType__Group_7_1_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ConnectedElement__Group__1__Impl
+ rule__FeatureGroupType__Group_7_1_1__0__Impl
+ rule__FeatureGroupType__Group_7_1_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ConnectedElement__Group__1__Impl
+rule__FeatureGroupType__Group_7_1_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getConnectedElementAccess().getConnectionEndAssignment_1()); }
- (rule__ConnectedElement__ConnectionEndAssignment_1)
- { after(grammarAccess.getConnectedElementAccess().getConnectionEndAssignment_1()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getNoPropertiesAssignment_7_1_1_0()); }
+ (rule__FeatureGroupType__NoPropertiesAssignment_7_1_1_0)
+ { after(grammarAccess.getFeatureGroupTypeAccess().getNoPropertiesAssignment_7_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ConnectedElement__Group_0__0
+rule__FeatureGroupType__Group_7_1_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ConnectedElement__Group_0__0__Impl
- rule__ConnectedElement__Group_0__1
+ rule__FeatureGroupType__Group_7_1_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ConnectedElement__Group_0__0__Impl
+rule__FeatureGroupType__Group_7_1_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getConnectedElementAccess().getContextAssignment_0_0()); }
- (rule__ConnectedElement__ContextAssignment_0_0)
- { after(grammarAccess.getConnectedElementAccess().getContextAssignment_0_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getSemicolonKeyword_7_1_1_1()); }
+ Semicolon
+ { after(grammarAccess.getFeatureGroupTypeAccess().getSemicolonKeyword_7_1_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ConnectedElement__Group_0__1
+
+rule__EventSource__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ConnectedElement__Group_0__1__Impl
+ rule__EventSource__Group__0__Impl
+ rule__EventSource__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ConnectedElement__Group_0__1__Impl
+rule__EventSource__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getConnectedElementAccess().getFullStopKeyword_0_1()); }
- FullStop
- { after(grammarAccess.getConnectedElementAccess().getFullStopKeyword_0_1()); }
+ { before(grammarAccess.getEventSourceAccess().getNameAssignment_0()); }
+ (rule__EventSource__NameAssignment_0)
+ { after(grammarAccess.getEventSourceAccess().getNameAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ProcessorPort__Group__0
+rule__EventSource__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorPort__Group__0__Impl
- rule__ProcessorPort__Group__1
+ rule__EventSource__Group__1__Impl
+ rule__EventSource__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorPort__Group__0__Impl
+rule__EventSource__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorPortAccess().getProcessorKeyword_0()); }
- Processor
- { after(grammarAccess.getProcessorPortAccess().getProcessorKeyword_0()); }
+ { before(grammarAccess.getEventSourceAccess().getColonKeyword_1()); }
+ Colon
+ { after(grammarAccess.getEventSourceAccess().getColonKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorPort__Group__1
+rule__EventSource__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorPort__Group__1__Impl
- rule__ProcessorPort__Group__2
+ rule__EventSource__Group__2__Impl
+ rule__EventSource__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorPort__Group__1__Impl
+rule__EventSource__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorPortAccess().getFullStopKeyword_1()); }
- FullStop
- { after(grammarAccess.getProcessorPortAccess().getFullStopKeyword_1()); }
+ { before(grammarAccess.getEventSourceAccess().getEventKeyword_2()); }
+ Event
+ { after(grammarAccess.getEventSourceAccess().getEventKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorPort__Group__2
+rule__EventSource__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorPort__Group__2__Impl
+ rule__EventSource__Group__3__Impl
+ rule__EventSource__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorPort__Group__2__Impl
+rule__EventSource__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorPortAccess().getConnectionEndAssignment_2()); }
- (rule__ProcessorPort__ConnectionEndAssignment_2)
- { after(grammarAccess.getProcessorPortAccess().getConnectionEndAssignment_2()); }
+ { before(grammarAccess.getEventSourceAccess().getGroup_3()); }
+ (rule__EventSource__Group_3__0)?
+ { after(grammarAccess.getEventSourceAccess().getGroup_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ProcessorSubprogram__Group__0
+rule__EventSource__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorSubprogram__Group__0__Impl
- rule__ProcessorSubprogram__Group__1
+ rule__EventSource__Group__4__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorSubprogram__Group__0__Impl
+rule__EventSource__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorSubprogramAccess().getProcessorKeyword_0()); }
- Processor
- { after(grammarAccess.getProcessorSubprogramAccess().getProcessorKeyword_0()); }
+ { before(grammarAccess.getEventSourceAccess().getSemicolonKeyword_4()); }
+ Semicolon
+ { after(grammarAccess.getEventSourceAccess().getSemicolonKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorSubprogram__Group__1
+
+rule__EventSource__Group_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorSubprogram__Group__1__Impl
- rule__ProcessorSubprogram__Group__2
+ rule__EventSource__Group_3__0__Impl
+ rule__EventSource__Group_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorSubprogram__Group__1__Impl
+rule__EventSource__Group_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorSubprogramAccess().getFullStopKeyword_1()); }
- FullStop
- { after(grammarAccess.getProcessorSubprogramAccess().getFullStopKeyword_1()); }
+ { before(grammarAccess.getEventSourceAccess().getLeftCurlyBracketKeyword_3_0()); }
+ LeftCurlyBracket
+ { after(grammarAccess.getEventSourceAccess().getLeftCurlyBracketKeyword_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorSubprogram__Group__2
+rule__EventSource__Group_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorSubprogram__Group__2__Impl
+ rule__EventSource__Group_3__1__Impl
+ rule__EventSource__Group_3__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorSubprogram__Group__2__Impl
+rule__EventSource__Group_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorSubprogramAccess().getConnectionEndAssignment_2()); }
- (rule__ProcessorSubprogram__ConnectionEndAssignment_2)
- { after(grammarAccess.getProcessorSubprogramAccess().getConnectionEndAssignment_2()); }
+ (
+ { before(grammarAccess.getEventSourceAccess().getOwnedPropertyAssociationAssignment_3_1()); }
+ (rule__EventSource__OwnedPropertyAssociationAssignment_3_1)
+ { after(grammarAccess.getEventSourceAccess().getOwnedPropertyAssociationAssignment_3_1()); }
+ )
+ (
+ { before(grammarAccess.getEventSourceAccess().getOwnedPropertyAssociationAssignment_3_1()); }
+ (rule__EventSource__OwnedPropertyAssociationAssignment_3_1)*
+ { after(grammarAccess.getEventSourceAccess().getOwnedPropertyAssociationAssignment_3_1()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__InternalEvent__Group__0
+rule__EventSource__Group_3__2
@init {
int stackSize = keepStackSize();
}
:
- rule__InternalEvent__Group__0__Impl
- rule__InternalEvent__Group__1
+ rule__EventSource__Group_3__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__InternalEvent__Group__0__Impl
+rule__EventSource__Group_3__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getInternalEventAccess().getSelfKeyword_0()); }
- Self
- { after(grammarAccess.getInternalEventAccess().getSelfKeyword_0()); }
+ { before(grammarAccess.getEventSourceAccess().getRightCurlyBracketKeyword_3_2()); }
+ RightCurlyBracket
+ { after(grammarAccess.getEventSourceAccess().getRightCurlyBracketKeyword_3_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__InternalEvent__Group__1
+
+rule__EventDataSource__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__InternalEvent__Group__1__Impl
- rule__InternalEvent__Group__2
+ rule__EventDataSource__Group__0__Impl
+ rule__EventDataSource__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__InternalEvent__Group__1__Impl
+rule__EventDataSource__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getInternalEventAccess().getFullStopKeyword_1()); }
- FullStop
- { after(grammarAccess.getInternalEventAccess().getFullStopKeyword_1()); }
+ { before(grammarAccess.getEventDataSourceAccess().getNameAssignment_0()); }
+ (rule__EventDataSource__NameAssignment_0)
+ { after(grammarAccess.getEventDataSourceAccess().getNameAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__InternalEvent__Group__2
+rule__EventDataSource__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__InternalEvent__Group__2__Impl
+ rule__EventDataSource__Group__1__Impl
+ rule__EventDataSource__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__InternalEvent__Group__2__Impl
+rule__EventDataSource__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getInternalEventAccess().getConnectionEndAssignment_2()); }
- (rule__InternalEvent__ConnectionEndAssignment_2)
- { after(grammarAccess.getInternalEventAccess().getConnectionEndAssignment_2()); }
+ { before(grammarAccess.getEventDataSourceAccess().getColonKeyword_1()); }
+ Colon
+ { after(grammarAccess.getEventDataSourceAccess().getColonKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__PortConnection__Group__0
+rule__EventDataSource__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__PortConnection__Group__0__Impl
- rule__PortConnection__Group__1
+ rule__EventDataSource__Group__2__Impl
+ rule__EventDataSource__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group__0__Impl
+rule__EventDataSource__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortConnectionAccess().getAlternatives_0()); }
- (rule__PortConnection__Alternatives_0)
- { after(grammarAccess.getPortConnectionAccess().getAlternatives_0()); }
+ { before(grammarAccess.getEventDataSourceAccess().getEventKeyword_2()); }
+ Event
+ { after(grammarAccess.getEventDataSourceAccess().getEventKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group__1
+rule__EventDataSource__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__PortConnection__Group__1__Impl
- rule__PortConnection__Group__2
+ rule__EventDataSource__Group__3__Impl
+ rule__EventDataSource__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group__1__Impl
+rule__EventDataSource__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortConnectionAccess().getGroup_1()); }
- (rule__PortConnection__Group_1__0)?
- { after(grammarAccess.getPortConnectionAccess().getGroup_1()); }
+ { before(grammarAccess.getEventDataSourceAccess().getDataKeyword_3()); }
+ Data
+ { after(grammarAccess.getEventDataSourceAccess().getDataKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group__2
+rule__EventDataSource__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__PortConnection__Group__2__Impl
- rule__PortConnection__Group__3
+ rule__EventDataSource__Group__4__Impl
+ rule__EventDataSource__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group__2__Impl
+rule__EventDataSource__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortConnectionAccess().getGroup_2()); }
- (rule__PortConnection__Group_2__0)?
- { after(grammarAccess.getPortConnectionAccess().getGroup_2()); }
+ { before(grammarAccess.getEventDataSourceAccess().getDataClassifierAssignment_4()); }
+ (rule__EventDataSource__DataClassifierAssignment_4)?
+ { after(grammarAccess.getEventDataSourceAccess().getDataClassifierAssignment_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group__3
+rule__EventDataSource__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__PortConnection__Group__3__Impl
+ rule__EventDataSource__Group__5__Impl
+ rule__EventDataSource__Group__6
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group__3__Impl
+rule__EventDataSource__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortConnectionAccess().getSemicolonKeyword_3()); }
- Semicolon
- { after(grammarAccess.getPortConnectionAccess().getSemicolonKeyword_3()); }
+ { before(grammarAccess.getEventDataSourceAccess().getGroup_5()); }
+ (rule__EventDataSource__Group_5__0)?
+ { after(grammarAccess.getEventDataSourceAccess().getGroup_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__PortConnection__Group_0_0__0
+rule__EventDataSource__Group__6
@init {
int stackSize = keepStackSize();
}
:
- rule__PortConnection__Group_0_0__0__Impl
- rule__PortConnection__Group_0_0__1
+ rule__EventDataSource__Group__6__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_0_0__0__Impl
+rule__EventDataSource__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortConnectionAccess().getNameAssignment_0_0_0()); }
- (rule__PortConnection__NameAssignment_0_0_0)
- { after(grammarAccess.getPortConnectionAccess().getNameAssignment_0_0_0()); }
+ { before(grammarAccess.getEventDataSourceAccess().getSemicolonKeyword_6()); }
+ Semicolon
+ { after(grammarAccess.getEventDataSourceAccess().getSemicolonKeyword_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_0_0__1
+
+rule__EventDataSource__Group_5__0
@init {
int stackSize = keepStackSize();
}
:
- rule__PortConnection__Group_0_0__1__Impl
- rule__PortConnection__Group_0_0__2
+ rule__EventDataSource__Group_5__0__Impl
+ rule__EventDataSource__Group_5__1
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_0_0__1__Impl
+rule__EventDataSource__Group_5__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortConnectionAccess().getColonKeyword_0_0_1()); }
- Colon
- { after(grammarAccess.getPortConnectionAccess().getColonKeyword_0_0_1()); }
+ { before(grammarAccess.getEventDataSourceAccess().getLeftCurlyBracketKeyword_5_0()); }
+ LeftCurlyBracket
+ { after(grammarAccess.getEventDataSourceAccess().getLeftCurlyBracketKeyword_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_0_0__2
+rule__EventDataSource__Group_5__1
@init {
int stackSize = keepStackSize();
}
:
- rule__PortConnection__Group_0_0__2__Impl
- rule__PortConnection__Group_0_0__3
+ rule__EventDataSource__Group_5__1__Impl
+ rule__EventDataSource__Group_5__2
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_0_0__2__Impl
+rule__EventDataSource__Group_5__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortConnectionAccess().getPortKeyword_0_0_2()); }
- Port
- { after(grammarAccess.getPortConnectionAccess().getPortKeyword_0_0_2()); }
+ (
+ { before(grammarAccess.getEventDataSourceAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ (rule__EventDataSource__OwnedPropertyAssociationAssignment_5_1)
+ { after(grammarAccess.getEventDataSourceAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ )
+ (
+ { before(grammarAccess.getEventDataSourceAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ (rule__EventDataSource__OwnedPropertyAssociationAssignment_5_1)*
+ { after(grammarAccess.getEventDataSourceAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_0_0__3
+rule__EventDataSource__Group_5__2
@init {
int stackSize = keepStackSize();
}
:
- rule__PortConnection__Group_0_0__3__Impl
- rule__PortConnection__Group_0_0__4
+ rule__EventDataSource__Group_5__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_0_0__3__Impl
+rule__EventDataSource__Group_5__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortConnectionAccess().getSourceAssignment_0_0_3()); }
- (rule__PortConnection__SourceAssignment_0_0_3)
- { after(grammarAccess.getPortConnectionAccess().getSourceAssignment_0_0_3()); }
+ { before(grammarAccess.getEventDataSourceAccess().getRightCurlyBracketKeyword_5_2()); }
+ RightCurlyBracket
+ { after(grammarAccess.getEventDataSourceAccess().getRightCurlyBracketKeyword_5_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_0_0__4
+
+rule__PortProxy__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__PortConnection__Group_0_0__4__Impl
- rule__PortConnection__Group_0_0__5
+ rule__PortProxy__Group__0__Impl
+ rule__PortProxy__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_0_0__4__Impl
+rule__PortProxy__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortConnectionAccess().getAlternatives_0_0_4()); }
- (rule__PortConnection__Alternatives_0_0_4)
- { after(grammarAccess.getPortConnectionAccess().getAlternatives_0_0_4()); }
+ { before(grammarAccess.getPortProxyAccess().getNameAssignment_0()); }
+ (rule__PortProxy__NameAssignment_0)
+ { after(grammarAccess.getPortProxyAccess().getNameAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_0_0__5
+rule__PortProxy__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__PortConnection__Group_0_0__5__Impl
+ rule__PortProxy__Group__1__Impl
+ rule__PortProxy__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_0_0__5__Impl
+rule__PortProxy__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortConnectionAccess().getDestinationAssignment_0_0_5()); }
- (rule__PortConnection__DestinationAssignment_0_0_5)
- { after(grammarAccess.getPortConnectionAccess().getDestinationAssignment_0_0_5()); }
+ { before(grammarAccess.getPortProxyAccess().getColonKeyword_1()); }
+ Colon
+ { after(grammarAccess.getPortProxyAccess().getColonKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__PortConnection__Group_0_1__0
+rule__PortProxy__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__PortConnection__Group_0_1__0__Impl
- rule__PortConnection__Group_0_1__1
+ rule__PortProxy__Group__2__Impl
+ rule__PortProxy__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_0_1__0__Impl
+rule__PortProxy__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortConnectionAccess().getRefinedAssignment_0_1_0()); }
- (rule__PortConnection__RefinedAssignment_0_1_0)
- { after(grammarAccess.getPortConnectionAccess().getRefinedAssignment_0_1_0()); }
+ { before(grammarAccess.getPortProxyAccess().getPortKeyword_2()); }
+ Port
+ { after(grammarAccess.getPortProxyAccess().getPortKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_0_1__1
+rule__PortProxy__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__PortConnection__Group_0_1__1__Impl
- rule__PortConnection__Group_0_1__2
+ rule__PortProxy__Group__3__Impl
+ rule__PortProxy__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_0_1__1__Impl
+rule__PortProxy__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortConnectionAccess().getColonKeyword_0_1_1()); }
- Colon
- { after(grammarAccess.getPortConnectionAccess().getColonKeyword_0_1_1()); }
+ { before(grammarAccess.getPortProxyAccess().getDataClassifierAssignment_3()); }
+ (rule__PortProxy__DataClassifierAssignment_3)?
+ { after(grammarAccess.getPortProxyAccess().getDataClassifierAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_0_1__2
+rule__PortProxy__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__PortConnection__Group_0_1__2__Impl
- rule__PortConnection__Group_0_1__3
+ rule__PortProxy__Group__4__Impl
+ rule__PortProxy__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_0_1__2__Impl
+rule__PortProxy__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortConnectionAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getPortConnectionAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getPortProxyAccess().getGroup_4()); }
+ (rule__PortProxy__Group_4__0)?
+ { after(grammarAccess.getPortProxyAccess().getGroup_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_0_1__3
+rule__PortProxy__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__PortConnection__Group_0_1__3__Impl
+ rule__PortProxy__Group__5__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_0_1__3__Impl
+rule__PortProxy__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortConnectionAccess().getPortKeyword_0_1_3()); }
- Port
- { after(grammarAccess.getPortConnectionAccess().getPortKeyword_0_1_3()); }
+ { before(grammarAccess.getPortProxyAccess().getSemicolonKeyword_5()); }
+ Semicolon
+ { after(grammarAccess.getPortProxyAccess().getSemicolonKeyword_5()); }
)
;
finally {
@@ -85889,60 +87382,60 @@ finally {
}
-rule__PortConnection__Group_1__0
+rule__PortProxy__Group_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__PortConnection__Group_1__0__Impl
- rule__PortConnection__Group_1__1
+ rule__PortProxy__Group_4__0__Impl
+ rule__PortProxy__Group_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_1__0__Impl
+rule__PortProxy__Group_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortConnectionAccess().getLeftCurlyBracketKeyword_1_0()); }
+ { before(grammarAccess.getPortProxyAccess().getLeftCurlyBracketKeyword_4_0()); }
LeftCurlyBracket
- { after(grammarAccess.getPortConnectionAccess().getLeftCurlyBracketKeyword_1_0()); }
+ { after(grammarAccess.getPortProxyAccess().getLeftCurlyBracketKeyword_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_1__1
+rule__PortProxy__Group_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__PortConnection__Group_1__1__Impl
- rule__PortConnection__Group_1__2
+ rule__PortProxy__Group_4__1__Impl
+ rule__PortProxy__Group_4__2
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_1__1__Impl
+rule__PortProxy__Group_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getPortConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
- (rule__PortConnection__OwnedPropertyAssociationAssignment_1_1)
- { after(grammarAccess.getPortConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
+ { before(grammarAccess.getPortProxyAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ (rule__PortProxy__OwnedPropertyAssociationAssignment_4_1)
+ { after(grammarAccess.getPortProxyAccess().getOwnedPropertyAssociationAssignment_4_1()); }
)
(
- { before(grammarAccess.getPortConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
- (rule__PortConnection__OwnedPropertyAssociationAssignment_1_1)*
- { after(grammarAccess.getPortConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
+ { before(grammarAccess.getPortProxyAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ (rule__PortProxy__OwnedPropertyAssociationAssignment_4_1)*
+ { after(grammarAccess.getPortProxyAccess().getOwnedPropertyAssociationAssignment_4_1()); }
)
)
;
@@ -85950,26 +87443,26 @@ finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_1__2
+rule__PortProxy__Group_4__2
@init {
int stackSize = keepStackSize();
}
:
- rule__PortConnection__Group_1__2__Impl
+ rule__PortProxy__Group_4__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_1__2__Impl
+rule__PortProxy__Group_4__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortConnectionAccess().getRightCurlyBracketKeyword_1_2()); }
+ { before(grammarAccess.getPortProxyAccess().getRightCurlyBracketKeyword_4_2()); }
RightCurlyBracket
- { after(grammarAccess.getPortConnectionAccess().getRightCurlyBracketKeyword_1_2()); }
+ { after(grammarAccess.getPortProxyAccess().getRightCurlyBracketKeyword_4_2()); }
)
;
finally {
@@ -85977,161 +87470,161 @@ finally {
}
-rule__PortConnection__Group_2__0
+rule__SubprogramProxy__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__PortConnection__Group_2__0__Impl
- rule__PortConnection__Group_2__1
+ rule__SubprogramProxy__Group__0__Impl
+ rule__SubprogramProxy__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_2__0__Impl
+rule__SubprogramProxy__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortConnectionAccess().getInModesKeywordsParserRuleCall_2_0()); }
- ruleInModesKeywords
- { after(grammarAccess.getPortConnectionAccess().getInModesKeywordsParserRuleCall_2_0()); }
+ { before(grammarAccess.getSubprogramProxyAccess().getNameAssignment_0()); }
+ (rule__SubprogramProxy__NameAssignment_0)
+ { after(grammarAccess.getSubprogramProxyAccess().getNameAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_2__1
+rule__SubprogramProxy__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__PortConnection__Group_2__1__Impl
- rule__PortConnection__Group_2__2
+ rule__SubprogramProxy__Group__1__Impl
+ rule__SubprogramProxy__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_2__1__Impl
+rule__SubprogramProxy__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortConnectionAccess().getLeftParenthesisKeyword_2_1()); }
- LeftParenthesis
- { after(grammarAccess.getPortConnectionAccess().getLeftParenthesisKeyword_2_1()); }
+ { before(grammarAccess.getSubprogramProxyAccess().getColonKeyword_1()); }
+ Colon
+ { after(grammarAccess.getSubprogramProxyAccess().getColonKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_2__2
+rule__SubprogramProxy__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__PortConnection__Group_2__2__Impl
- rule__PortConnection__Group_2__3
+ rule__SubprogramProxy__Group__2__Impl
+ rule__SubprogramProxy__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_2__2__Impl
+rule__SubprogramProxy__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortConnectionAccess().getGroup_2_2()); }
- (rule__PortConnection__Group_2_2__0)
- { after(grammarAccess.getPortConnectionAccess().getGroup_2_2()); }
+ { before(grammarAccess.getSubprogramProxyAccess().getSubprogramKeyword_2()); }
+ Subprogram
+ { after(grammarAccess.getSubprogramProxyAccess().getSubprogramKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_2__3
+rule__SubprogramProxy__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__PortConnection__Group_2__3__Impl
+ rule__SubprogramProxy__Group__3__Impl
+ rule__SubprogramProxy__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_2__3__Impl
+rule__SubprogramProxy__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortConnectionAccess().getRightParenthesisKeyword_2_3()); }
- RightParenthesis
- { after(grammarAccess.getPortConnectionAccess().getRightParenthesisKeyword_2_3()); }
+ { before(grammarAccess.getSubprogramProxyAccess().getSubprogramClassifierAssignment_3()); }
+ (rule__SubprogramProxy__SubprogramClassifierAssignment_3)?
+ { after(grammarAccess.getSubprogramProxyAccess().getSubprogramClassifierAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__PortConnection__Group_2_2__0
+rule__SubprogramProxy__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__PortConnection__Group_2_2__0__Impl
- rule__PortConnection__Group_2_2__1
+ rule__SubprogramProxy__Group__4__Impl
+ rule__SubprogramProxy__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_2_2__0__Impl
+rule__SubprogramProxy__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortConnectionAccess().getInModeOrTransitionAssignment_2_2_0()); }
- (rule__PortConnection__InModeOrTransitionAssignment_2_2_0)
- { after(grammarAccess.getPortConnectionAccess().getInModeOrTransitionAssignment_2_2_0()); }
+ { before(grammarAccess.getSubprogramProxyAccess().getGroup_4()); }
+ (rule__SubprogramProxy__Group_4__0)?
+ { after(grammarAccess.getSubprogramProxyAccess().getGroup_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_2_2__1
+rule__SubprogramProxy__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__PortConnection__Group_2_2__1__Impl
+ rule__SubprogramProxy__Group__5__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_2_2__1__Impl
+rule__SubprogramProxy__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortConnectionAccess().getGroup_2_2_1()); }
- (rule__PortConnection__Group_2_2_1__0)*
- { after(grammarAccess.getPortConnectionAccess().getGroup_2_2_1()); }
+ { before(grammarAccess.getSubprogramProxyAccess().getSemicolonKeyword_5()); }
+ Semicolon
+ { after(grammarAccess.getSubprogramProxyAccess().getSemicolonKeyword_5()); }
)
;
finally {
@@ -86139,681 +87632,681 @@ finally {
}
-rule__PortConnection__Group_2_2_1__0
+rule__SubprogramProxy__Group_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__PortConnection__Group_2_2_1__0__Impl
- rule__PortConnection__Group_2_2_1__1
+ rule__SubprogramProxy__Group_4__0__Impl
+ rule__SubprogramProxy__Group_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_2_2_1__0__Impl
+rule__SubprogramProxy__Group_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortConnectionAccess().getCommaKeyword_2_2_1_0()); }
- Comma
- { after(grammarAccess.getPortConnectionAccess().getCommaKeyword_2_2_1_0()); }
+ { before(grammarAccess.getSubprogramProxyAccess().getLeftCurlyBracketKeyword_4_0()); }
+ LeftCurlyBracket
+ { after(grammarAccess.getSubprogramProxyAccess().getLeftCurlyBracketKeyword_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_2_2_1__1
+rule__SubprogramProxy__Group_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__PortConnection__Group_2_2_1__1__Impl
+ rule__SubprogramProxy__Group_4__1__Impl
+ rule__SubprogramProxy__Group_4__2
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__Group_2_2_1__1__Impl
+rule__SubprogramProxy__Group_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortConnectionAccess().getInModeOrTransitionAssignment_2_2_1_1()); }
- (rule__PortConnection__InModeOrTransitionAssignment_2_2_1_1)
- { after(grammarAccess.getPortConnectionAccess().getInModeOrTransitionAssignment_2_2_1_1()); }
+ (
+ { before(grammarAccess.getSubprogramProxyAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ (rule__SubprogramProxy__OwnedPropertyAssociationAssignment_4_1)
+ { after(grammarAccess.getSubprogramProxyAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ )
+ (
+ { before(grammarAccess.getSubprogramProxyAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ (rule__SubprogramProxy__OwnedPropertyAssociationAssignment_4_1)*
+ { after(grammarAccess.getSubprogramProxyAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__AccessConnection__Group__0
+rule__SubprogramProxy__Group_4__2
@init {
int stackSize = keepStackSize();
}
:
- rule__AccessConnection__Group__0__Impl
- rule__AccessConnection__Group__1
+ rule__SubprogramProxy__Group_4__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group__0__Impl
+rule__SubprogramProxy__Group_4__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAccessConnectionAccess().getAlternatives_0()); }
- (rule__AccessConnection__Alternatives_0)
- { after(grammarAccess.getAccessConnectionAccess().getAlternatives_0()); }
+ { before(grammarAccess.getSubprogramProxyAccess().getRightCurlyBracketKeyword_4_2()); }
+ RightCurlyBracket
+ { after(grammarAccess.getSubprogramProxyAccess().getRightCurlyBracketKeyword_4_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group__1
+
+rule__NestedConnectedElement__Group_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__AccessConnection__Group__1__Impl
- rule__AccessConnection__Group__2
+ rule__NestedConnectedElement__Group_1__0__Impl
+ rule__NestedConnectedElement__Group_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group__1__Impl
+rule__NestedConnectedElement__Group_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAccessConnectionAccess().getGroup_1()); }
- (rule__AccessConnection__Group_1__0)?
- { after(grammarAccess.getAccessConnectionAccess().getGroup_1()); }
+ { before(grammarAccess.getNestedConnectedElementAccess().getContextAssignment_1_0()); }
+ (rule__NestedConnectedElement__ContextAssignment_1_0)
+ { after(grammarAccess.getNestedConnectedElementAccess().getContextAssignment_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group__2
+rule__NestedConnectedElement__Group_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__AccessConnection__Group__2__Impl
- rule__AccessConnection__Group__3
+ rule__NestedConnectedElement__Group_1__1__Impl
+ rule__NestedConnectedElement__Group_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group__2__Impl
+rule__NestedConnectedElement__Group_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAccessConnectionAccess().getGroup_2()); }
- (rule__AccessConnection__Group_2__0)?
- { after(grammarAccess.getAccessConnectionAccess().getGroup_2()); }
+ { before(grammarAccess.getNestedConnectedElementAccess().getFullStopKeyword_1_1()); }
+ FullStop
+ { after(grammarAccess.getNestedConnectedElementAccess().getFullStopKeyword_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group__3
+rule__NestedConnectedElement__Group_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__AccessConnection__Group__3__Impl
+ rule__NestedConnectedElement__Group_1__2__Impl
+ rule__NestedConnectedElement__Group_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group__3__Impl
+rule__NestedConnectedElement__Group_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAccessConnectionAccess().getSemicolonKeyword_3()); }
- Semicolon
- { after(grammarAccess.getAccessConnectionAccess().getSemicolonKeyword_3()); }
+ { before(grammarAccess.getNestedConnectedElementAccess().getConnectionEndAssignment_1_2()); }
+ (rule__NestedConnectedElement__ConnectionEndAssignment_1_2)
+ { after(grammarAccess.getNestedConnectedElementAccess().getConnectionEndAssignment_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__AccessConnection__Group_0_0__0
+rule__NestedConnectedElement__Group_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__AccessConnection__Group_0_0__0__Impl
- rule__AccessConnection__Group_0_0__1
+ rule__NestedConnectedElement__Group_1__3__Impl
+ rule__NestedConnectedElement__Group_1__4
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_0_0__0__Impl
+rule__NestedConnectedElement__Group_1__3__Impl
@init {
int stackSize = keepStackSize();
}
-:
-(
- { before(grammarAccess.getAccessConnectionAccess().getNameAssignment_0_0_0()); }
- (rule__AccessConnection__NameAssignment_0_0_0)
- { after(grammarAccess.getAccessConnectionAccess().getNameAssignment_0_0_0()); }
+:
+(
+ { before(grammarAccess.getNestedConnectedElementAccess().getFullStopKeyword_1_3()); }
+ FullStop
+ { after(grammarAccess.getNestedConnectedElementAccess().getFullStopKeyword_1_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_0_0__1
+rule__NestedConnectedElement__Group_1__4
@init {
int stackSize = keepStackSize();
}
:
- rule__AccessConnection__Group_0_0__1__Impl
- rule__AccessConnection__Group_0_0__2
+ rule__NestedConnectedElement__Group_1__4__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_0_0__1__Impl
+rule__NestedConnectedElement__Group_1__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAccessConnectionAccess().getColonKeyword_0_0_1()); }
- Colon
- { after(grammarAccess.getAccessConnectionAccess().getColonKeyword_0_0_1()); }
+ { before(grammarAccess.getNestedConnectedElementAccess().getNextAssignment_1_4()); }
+ (rule__NestedConnectedElement__NextAssignment_1_4)
+ { after(grammarAccess.getNestedConnectedElementAccess().getNextAssignment_1_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_0_0__2
+
+rule__ConnectedElementChain__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__AccessConnection__Group_0_0__2__Impl
- rule__AccessConnection__Group_0_0__3
+ rule__ConnectedElementChain__Group__0__Impl
+ rule__ConnectedElementChain__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_0_0__2__Impl
+rule__ConnectedElementChain__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAccessConnectionAccess().getAccessCategoryAssignment_0_0_2()); }
- (rule__AccessConnection__AccessCategoryAssignment_0_0_2)
- { after(grammarAccess.getAccessConnectionAccess().getAccessCategoryAssignment_0_0_2()); }
+ { before(grammarAccess.getConnectedElementChainAccess().getConnectionEndAssignment_0()); }
+ (rule__ConnectedElementChain__ConnectionEndAssignment_0)
+ { after(grammarAccess.getConnectedElementChainAccess().getConnectionEndAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_0_0__3
+rule__ConnectedElementChain__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__AccessConnection__Group_0_0__3__Impl
- rule__AccessConnection__Group_0_0__4
+ rule__ConnectedElementChain__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_0_0__3__Impl
+rule__ConnectedElementChain__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAccessConnectionAccess().getAccessKeyword_0_0_3()); }
- Access
- { after(grammarAccess.getAccessConnectionAccess().getAccessKeyword_0_0_3()); }
+ { before(grammarAccess.getConnectedElementChainAccess().getGroup_1()); }
+ (rule__ConnectedElementChain__Group_1__0)?
+ { after(grammarAccess.getConnectedElementChainAccess().getGroup_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_0_0__4
+
+rule__ConnectedElementChain__Group_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__AccessConnection__Group_0_0__4__Impl
- rule__AccessConnection__Group_0_0__5
+ rule__ConnectedElementChain__Group_1__0__Impl
+ rule__ConnectedElementChain__Group_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_0_0__4__Impl
+rule__ConnectedElementChain__Group_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAccessConnectionAccess().getSourceAssignment_0_0_4()); }
- (rule__AccessConnection__SourceAssignment_0_0_4)
- { after(grammarAccess.getAccessConnectionAccess().getSourceAssignment_0_0_4()); }
+ { before(grammarAccess.getConnectedElementChainAccess().getFullStopKeyword_1_0()); }
+ FullStop
+ { after(grammarAccess.getConnectedElementChainAccess().getFullStopKeyword_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_0_0__5
+rule__ConnectedElementChain__Group_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__AccessConnection__Group_0_0__5__Impl
- rule__AccessConnection__Group_0_0__6
+ rule__ConnectedElementChain__Group_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_0_0__5__Impl
+rule__ConnectedElementChain__Group_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAccessConnectionAccess().getAlternatives_0_0_5()); }
- (rule__AccessConnection__Alternatives_0_0_5)
- { after(grammarAccess.getAccessConnectionAccess().getAlternatives_0_0_5()); }
+ { before(grammarAccess.getConnectedElementChainAccess().getNextAssignment_1_1()); }
+ (rule__ConnectedElementChain__NextAssignment_1_1)
+ { after(grammarAccess.getConnectedElementChainAccess().getNextAssignment_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_0_0__6
+
+rule__ConnectedElement__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__AccessConnection__Group_0_0__6__Impl
+ rule__ConnectedElement__Group__0__Impl
+ rule__ConnectedElement__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_0_0__6__Impl
+rule__ConnectedElement__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAccessConnectionAccess().getDestinationAssignment_0_0_6()); }
- (rule__AccessConnection__DestinationAssignment_0_0_6)
- { after(grammarAccess.getAccessConnectionAccess().getDestinationAssignment_0_0_6()); }
+ { before(grammarAccess.getConnectedElementAccess().getGroup_0()); }
+ (rule__ConnectedElement__Group_0__0)?
+ { after(grammarAccess.getConnectedElementAccess().getGroup_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__AccessConnection__Group_0_1__0
+rule__ConnectedElement__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__AccessConnection__Group_0_1__0__Impl
- rule__AccessConnection__Group_0_1__1
+ rule__ConnectedElement__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_0_1__0__Impl
+rule__ConnectedElement__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAccessConnectionAccess().getRefinedAssignment_0_1_0()); }
- (rule__AccessConnection__RefinedAssignment_0_1_0)
- { after(grammarAccess.getAccessConnectionAccess().getRefinedAssignment_0_1_0()); }
+ { before(grammarAccess.getConnectedElementAccess().getConnectionEndAssignment_1()); }
+ (rule__ConnectedElement__ConnectionEndAssignment_1)
+ { after(grammarAccess.getConnectedElementAccess().getConnectionEndAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_0_1__1
+
+rule__ConnectedElement__Group_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__AccessConnection__Group_0_1__1__Impl
- rule__AccessConnection__Group_0_1__2
+ rule__ConnectedElement__Group_0__0__Impl
+ rule__ConnectedElement__Group_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_0_1__1__Impl
+rule__ConnectedElement__Group_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAccessConnectionAccess().getColonKeyword_0_1_1()); }
- Colon
- { after(grammarAccess.getAccessConnectionAccess().getColonKeyword_0_1_1()); }
+ { before(grammarAccess.getConnectedElementAccess().getContextAssignment_0_0()); }
+ (rule__ConnectedElement__ContextAssignment_0_0)
+ { after(grammarAccess.getConnectedElementAccess().getContextAssignment_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_0_1__2
+rule__ConnectedElement__Group_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__AccessConnection__Group_0_1__2__Impl
- rule__AccessConnection__Group_0_1__3
+ rule__ConnectedElement__Group_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_0_1__2__Impl
+rule__ConnectedElement__Group_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAccessConnectionAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getAccessConnectionAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getConnectedElementAccess().getFullStopKeyword_0_1()); }
+ FullStop
+ { after(grammarAccess.getConnectedElementAccess().getFullStopKeyword_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_0_1__3
+
+rule__ProcessorPort__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__AccessConnection__Group_0_1__3__Impl
- rule__AccessConnection__Group_0_1__4
+ rule__ProcessorPort__Group__0__Impl
+ rule__ProcessorPort__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_0_1__3__Impl
+rule__ProcessorPort__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAccessConnectionAccess().getAccessCategoryAssignment_0_1_3()); }
- (rule__AccessConnection__AccessCategoryAssignment_0_1_3)
- { after(grammarAccess.getAccessConnectionAccess().getAccessCategoryAssignment_0_1_3()); }
+ { before(grammarAccess.getProcessorPortAccess().getProcessorKeyword_0()); }
+ Processor
+ { after(grammarAccess.getProcessorPortAccess().getProcessorKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_0_1__4
+rule__ProcessorPort__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__AccessConnection__Group_0_1__4__Impl
+ rule__ProcessorPort__Group__1__Impl
+ rule__ProcessorPort__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_0_1__4__Impl
+rule__ProcessorPort__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAccessConnectionAccess().getAccessKeyword_0_1_4()); }
- Access
- { after(grammarAccess.getAccessConnectionAccess().getAccessKeyword_0_1_4()); }
+ { before(grammarAccess.getProcessorPortAccess().getFullStopKeyword_1()); }
+ FullStop
+ { after(grammarAccess.getProcessorPortAccess().getFullStopKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__AccessConnection__Group_1__0
+rule__ProcessorPort__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__AccessConnection__Group_1__0__Impl
- rule__AccessConnection__Group_1__1
+ rule__ProcessorPort__Group__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_1__0__Impl
+rule__ProcessorPort__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAccessConnectionAccess().getLeftCurlyBracketKeyword_1_0()); }
- LeftCurlyBracket
- { after(grammarAccess.getAccessConnectionAccess().getLeftCurlyBracketKeyword_1_0()); }
+ { before(grammarAccess.getProcessorPortAccess().getConnectionEndAssignment_2()); }
+ (rule__ProcessorPort__ConnectionEndAssignment_2)
+ { after(grammarAccess.getProcessorPortAccess().getConnectionEndAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_1__1
+
+rule__ProcessorSubprogram__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__AccessConnection__Group_1__1__Impl
- rule__AccessConnection__Group_1__2
+ rule__ProcessorSubprogram__Group__0__Impl
+ rule__ProcessorSubprogram__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_1__1__Impl
+rule__ProcessorSubprogram__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getAccessConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
- (rule__AccessConnection__OwnedPropertyAssociationAssignment_1_1)
- { after(grammarAccess.getAccessConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
- )
- (
- { before(grammarAccess.getAccessConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
- (rule__AccessConnection__OwnedPropertyAssociationAssignment_1_1)*
- { after(grammarAccess.getAccessConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
- )
+ { before(grammarAccess.getProcessorSubprogramAccess().getProcessorKeyword_0()); }
+ Processor
+ { after(grammarAccess.getProcessorSubprogramAccess().getProcessorKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_1__2
+rule__ProcessorSubprogram__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__AccessConnection__Group_1__2__Impl
+ rule__ProcessorSubprogram__Group__1__Impl
+ rule__ProcessorSubprogram__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_1__2__Impl
+rule__ProcessorSubprogram__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAccessConnectionAccess().getRightCurlyBracketKeyword_1_2()); }
- RightCurlyBracket
- { after(grammarAccess.getAccessConnectionAccess().getRightCurlyBracketKeyword_1_2()); }
+ { before(grammarAccess.getProcessorSubprogramAccess().getFullStopKeyword_1()); }
+ FullStop
+ { after(grammarAccess.getProcessorSubprogramAccess().getFullStopKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__AccessConnection__Group_2__0
+rule__ProcessorSubprogram__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__AccessConnection__Group_2__0__Impl
- rule__AccessConnection__Group_2__1
+ rule__ProcessorSubprogram__Group__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_2__0__Impl
+rule__ProcessorSubprogram__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAccessConnectionAccess().getInModesKeywordsParserRuleCall_2_0()); }
- ruleInModesKeywords
- { after(grammarAccess.getAccessConnectionAccess().getInModesKeywordsParserRuleCall_2_0()); }
+ { before(grammarAccess.getProcessorSubprogramAccess().getConnectionEndAssignment_2()); }
+ (rule__ProcessorSubprogram__ConnectionEndAssignment_2)
+ { after(grammarAccess.getProcessorSubprogramAccess().getConnectionEndAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_2__1
+
+rule__InternalEvent__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__AccessConnection__Group_2__1__Impl
- rule__AccessConnection__Group_2__2
+ rule__InternalEvent__Group__0__Impl
+ rule__InternalEvent__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_2__1__Impl
+rule__InternalEvent__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAccessConnectionAccess().getLeftParenthesisKeyword_2_1()); }
- LeftParenthesis
- { after(grammarAccess.getAccessConnectionAccess().getLeftParenthesisKeyword_2_1()); }
+ { before(grammarAccess.getInternalEventAccess().getSelfKeyword_0()); }
+ Self
+ { after(grammarAccess.getInternalEventAccess().getSelfKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_2__2
+rule__InternalEvent__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__AccessConnection__Group_2__2__Impl
- rule__AccessConnection__Group_2__3
+ rule__InternalEvent__Group__1__Impl
+ rule__InternalEvent__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_2__2__Impl
+rule__InternalEvent__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAccessConnectionAccess().getGroup_2_2()); }
- (rule__AccessConnection__Group_2_2__0)
- { after(grammarAccess.getAccessConnectionAccess().getGroup_2_2()); }
+ { before(grammarAccess.getInternalEventAccess().getFullStopKeyword_1()); }
+ FullStop
+ { after(grammarAccess.getInternalEventAccess().getFullStopKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_2__3
+rule__InternalEvent__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__AccessConnection__Group_2__3__Impl
+ rule__InternalEvent__Group__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_2__3__Impl
+rule__InternalEvent__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAccessConnectionAccess().getRightParenthesisKeyword_2_3()); }
- RightParenthesis
- { after(grammarAccess.getAccessConnectionAccess().getRightParenthesisKeyword_2_3()); }
+ { before(grammarAccess.getInternalEventAccess().getConnectionEndAssignment_2()); }
+ (rule__InternalEvent__ConnectionEndAssignment_2)
+ { after(grammarAccess.getInternalEventAccess().getConnectionEndAssignment_2()); }
)
;
finally {
@@ -86821,107 +88314,107 @@ finally {
}
-rule__AccessConnection__Group_2_2__0
+rule__PortConnection__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__AccessConnection__Group_2_2__0__Impl
- rule__AccessConnection__Group_2_2__1
+ rule__PortConnection__Group__0__Impl
+ rule__PortConnection__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_2_2__0__Impl
+rule__PortConnection__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAccessConnectionAccess().getInModeOrTransitionAssignment_2_2_0()); }
- (rule__AccessConnection__InModeOrTransitionAssignment_2_2_0)
- { after(grammarAccess.getAccessConnectionAccess().getInModeOrTransitionAssignment_2_2_0()); }
+ { before(grammarAccess.getPortConnectionAccess().getAlternatives_0()); }
+ (rule__PortConnection__Alternatives_0)
+ { after(grammarAccess.getPortConnectionAccess().getAlternatives_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_2_2__1
+rule__PortConnection__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__AccessConnection__Group_2_2__1__Impl
+ rule__PortConnection__Group__1__Impl
+ rule__PortConnection__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_2_2__1__Impl
+rule__PortConnection__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAccessConnectionAccess().getGroup_2_2_1()); }
- (rule__AccessConnection__Group_2_2_1__0)*
- { after(grammarAccess.getAccessConnectionAccess().getGroup_2_2_1()); }
+ { before(grammarAccess.getPortConnectionAccess().getGroup_1()); }
+ (rule__PortConnection__Group_1__0)?
+ { after(grammarAccess.getPortConnectionAccess().getGroup_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__AccessConnection__Group_2_2_1__0
+rule__PortConnection__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__AccessConnection__Group_2_2_1__0__Impl
- rule__AccessConnection__Group_2_2_1__1
+ rule__PortConnection__Group__2__Impl
+ rule__PortConnection__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_2_2_1__0__Impl
+rule__PortConnection__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAccessConnectionAccess().getCommaKeyword_2_2_1_0()); }
- Comma
- { after(grammarAccess.getAccessConnectionAccess().getCommaKeyword_2_2_1_0()); }
+ { before(grammarAccess.getPortConnectionAccess().getGroup_2()); }
+ (rule__PortConnection__Group_2__0)?
+ { after(grammarAccess.getPortConnectionAccess().getGroup_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_2_2_1__1
+rule__PortConnection__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__AccessConnection__Group_2_2_1__1__Impl
+ rule__PortConnection__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__Group_2_2_1__1__Impl
+rule__PortConnection__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAccessConnectionAccess().getInModeOrTransitionAssignment_2_2_1_1()); }
- (rule__AccessConnection__InModeOrTransitionAssignment_2_2_1_1)
- { after(grammarAccess.getAccessConnectionAccess().getInModeOrTransitionAssignment_2_2_1_1()); }
+ { before(grammarAccess.getPortConnectionAccess().getSemicolonKeyword_3()); }
+ Semicolon
+ { after(grammarAccess.getPortConnectionAccess().getSemicolonKeyword_3()); }
)
;
finally {
@@ -86929,377 +88422,384 @@ finally {
}
-rule__FeatureGroupConnection__Group__0
+rule__PortConnection__Group_0_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupConnection__Group__0__Impl
- rule__FeatureGroupConnection__Group__1
+ rule__PortConnection__Group_0_0__0__Impl
+ rule__PortConnection__Group_0_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group__0__Impl
+rule__PortConnection__Group_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getAlternatives_0()); }
- (rule__FeatureGroupConnection__Alternatives_0)
- { after(grammarAccess.getFeatureGroupConnectionAccess().getAlternatives_0()); }
+ { before(grammarAccess.getPortConnectionAccess().getNameAssignment_0_0_0()); }
+ (rule__PortConnection__NameAssignment_0_0_0)
+ { after(grammarAccess.getPortConnectionAccess().getNameAssignment_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group__1
+rule__PortConnection__Group_0_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupConnection__Group__1__Impl
- rule__FeatureGroupConnection__Group__2
+ rule__PortConnection__Group_0_0__1__Impl
+ rule__PortConnection__Group_0_0__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group__1__Impl
+rule__PortConnection__Group_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getGroup_1()); }
- (rule__FeatureGroupConnection__Group_1__0)?
- { after(grammarAccess.getFeatureGroupConnectionAccess().getGroup_1()); }
+ { before(grammarAccess.getPortConnectionAccess().getColonKeyword_0_0_1()); }
+ Colon
+ { after(grammarAccess.getPortConnectionAccess().getColonKeyword_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group__2
+rule__PortConnection__Group_0_0__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupConnection__Group__2__Impl
- rule__FeatureGroupConnection__Group__3
+ rule__PortConnection__Group_0_0__2__Impl
+ rule__PortConnection__Group_0_0__3
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group__2__Impl
+rule__PortConnection__Group_0_0__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getGroup_2()); }
- (rule__FeatureGroupConnection__Group_2__0)?
- { after(grammarAccess.getFeatureGroupConnectionAccess().getGroup_2()); }
+ { before(grammarAccess.getPortConnectionAccess().getPortKeyword_0_0_2()); }
+ Port
+ { after(grammarAccess.getPortConnectionAccess().getPortKeyword_0_0_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group__3
+rule__PortConnection__Group_0_0__3
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupConnection__Group__3__Impl
+ rule__PortConnection__Group_0_0__3__Impl
+ rule__PortConnection__Group_0_0__4
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group__3__Impl
+rule__PortConnection__Group_0_0__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getSemicolonKeyword_3()); }
- Semicolon
- { after(grammarAccess.getFeatureGroupConnectionAccess().getSemicolonKeyword_3()); }
+ { before(grammarAccess.getPortConnectionAccess().getSourceAssignment_0_0_3()); }
+ (rule__PortConnection__SourceAssignment_0_0_3)
+ { after(grammarAccess.getPortConnectionAccess().getSourceAssignment_0_0_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FeatureGroupConnection__Group_0_0__0
+rule__PortConnection__Group_0_0__4
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupConnection__Group_0_0__0__Impl
- rule__FeatureGroupConnection__Group_0_0__1
+ rule__PortConnection__Group_0_0__4__Impl
+ rule__PortConnection__Group_0_0__5
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_0_0__0__Impl
+rule__PortConnection__Group_0_0__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getNameAssignment_0_0_0()); }
- (rule__FeatureGroupConnection__NameAssignment_0_0_0)
- { after(grammarAccess.getFeatureGroupConnectionAccess().getNameAssignment_0_0_0()); }
+ { before(grammarAccess.getPortConnectionAccess().getAlternatives_0_0_4()); }
+ (rule__PortConnection__Alternatives_0_0_4)
+ { after(grammarAccess.getPortConnectionAccess().getAlternatives_0_0_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_0_0__1
+rule__PortConnection__Group_0_0__5
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupConnection__Group_0_0__1__Impl
- rule__FeatureGroupConnection__Group_0_0__2
+ rule__PortConnection__Group_0_0__5__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_0_0__1__Impl
+rule__PortConnection__Group_0_0__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getColonKeyword_0_0_1()); }
- Colon
- { after(grammarAccess.getFeatureGroupConnectionAccess().getColonKeyword_0_0_1()); }
+ { before(grammarAccess.getPortConnectionAccess().getDestinationAssignment_0_0_5()); }
+ (rule__PortConnection__DestinationAssignment_0_0_5)
+ { after(grammarAccess.getPortConnectionAccess().getDestinationAssignment_0_0_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_0_0__2
+
+rule__PortConnection__Group_0_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupConnection__Group_0_0__2__Impl
- rule__FeatureGroupConnection__Group_0_0__3
+ rule__PortConnection__Group_0_1__0__Impl
+ rule__PortConnection__Group_0_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_0_0__2__Impl
+rule__PortConnection__Group_0_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getFeatureGroupKeywordsParserRuleCall_0_0_2()); }
- ruleFeatureGroupKeywords
- { after(grammarAccess.getFeatureGroupConnectionAccess().getFeatureGroupKeywordsParserRuleCall_0_0_2()); }
+ { before(grammarAccess.getPortConnectionAccess().getRefinedAssignment_0_1_0()); }
+ (rule__PortConnection__RefinedAssignment_0_1_0)
+ { after(grammarAccess.getPortConnectionAccess().getRefinedAssignment_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_0_0__3
+rule__PortConnection__Group_0_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupConnection__Group_0_0__3__Impl
- rule__FeatureGroupConnection__Group_0_0__4
+ rule__PortConnection__Group_0_1__1__Impl
+ rule__PortConnection__Group_0_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_0_0__3__Impl
+rule__PortConnection__Group_0_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getSourceAssignment_0_0_3()); }
- (rule__FeatureGroupConnection__SourceAssignment_0_0_3)
- { after(grammarAccess.getFeatureGroupConnectionAccess().getSourceAssignment_0_0_3()); }
+ { before(grammarAccess.getPortConnectionAccess().getColonKeyword_0_1_1()); }
+ Colon
+ { after(grammarAccess.getPortConnectionAccess().getColonKeyword_0_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_0_0__4
+rule__PortConnection__Group_0_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupConnection__Group_0_0__4__Impl
- rule__FeatureGroupConnection__Group_0_0__5
+ rule__PortConnection__Group_0_1__2__Impl
+ rule__PortConnection__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_0_0__4__Impl
+rule__PortConnection__Group_0_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getAlternatives_0_0_4()); }
- (rule__FeatureGroupConnection__Alternatives_0_0_4)
- { after(grammarAccess.getFeatureGroupConnectionAccess().getAlternatives_0_0_4()); }
+ { before(grammarAccess.getPortConnectionAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getPortConnectionAccess().getRefinedKeyword_0_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_0_0__5
+rule__PortConnection__Group_0_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupConnection__Group_0_0__5__Impl
+ rule__PortConnection__Group_0_1__3__Impl
+ rule__PortConnection__Group_0_1__4
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_0_0__5__Impl
+rule__PortConnection__Group_0_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getDestinationAssignment_0_0_5()); }
- (rule__FeatureGroupConnection__DestinationAssignment_0_0_5)
- { after(grammarAccess.getFeatureGroupConnectionAccess().getDestinationAssignment_0_0_5()); }
+ { before(grammarAccess.getPortConnectionAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getPortConnectionAccess().getToKeyword_0_1_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FeatureGroupConnection__Group_0_1__0
+rule__PortConnection__Group_0_1__4
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupConnection__Group_0_1__0__Impl
- rule__FeatureGroupConnection__Group_0_1__1
+ rule__PortConnection__Group_0_1__4__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_0_1__0__Impl
+rule__PortConnection__Group_0_1__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getRefinedAssignment_0_1_0()); }
- (rule__FeatureGroupConnection__RefinedAssignment_0_1_0)
- { after(grammarAccess.getFeatureGroupConnectionAccess().getRefinedAssignment_0_1_0()); }
+ { before(grammarAccess.getPortConnectionAccess().getPortKeyword_0_1_4()); }
+ Port
+ { after(grammarAccess.getPortConnectionAccess().getPortKeyword_0_1_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_0_1__1
+
+rule__PortConnection__Group_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupConnection__Group_0_1__1__Impl
- rule__FeatureGroupConnection__Group_0_1__2
+ rule__PortConnection__Group_1__0__Impl
+ rule__PortConnection__Group_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_0_1__1__Impl
+rule__PortConnection__Group_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getColonKeyword_0_1_1()); }
- Colon
- { after(grammarAccess.getFeatureGroupConnectionAccess().getColonKeyword_0_1_1()); }
+ { before(grammarAccess.getPortConnectionAccess().getLeftCurlyBracketKeyword_1_0()); }
+ LeftCurlyBracket
+ { after(grammarAccess.getPortConnectionAccess().getLeftCurlyBracketKeyword_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_0_1__2
+rule__PortConnection__Group_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupConnection__Group_0_1__2__Impl
- rule__FeatureGroupConnection__Group_0_1__3
+ rule__PortConnection__Group_1__1__Impl
+ rule__PortConnection__Group_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_0_1__2__Impl
+rule__PortConnection__Group_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getFeatureGroupConnectionAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ (
+ { before(grammarAccess.getPortConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
+ (rule__PortConnection__OwnedPropertyAssociationAssignment_1_1)
+ { after(grammarAccess.getPortConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
+ )
+ (
+ { before(grammarAccess.getPortConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
+ (rule__PortConnection__OwnedPropertyAssociationAssignment_1_1)*
+ { after(grammarAccess.getPortConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_0_1__3
+rule__PortConnection__Group_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupConnection__Group_0_1__3__Impl
+ rule__PortConnection__Group_1__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_0_1__3__Impl
+rule__PortConnection__Group_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getFeatureGroupKeywordsParserRuleCall_0_1_3()); }
- ruleFeatureGroupKeywords
- { after(grammarAccess.getFeatureGroupConnectionAccess().getFeatureGroupKeywordsParserRuleCall_0_1_3()); }
+ { before(grammarAccess.getPortConnectionAccess().getRightCurlyBracketKeyword_1_2()); }
+ RightCurlyBracket
+ { after(grammarAccess.getPortConnectionAccess().getRightCurlyBracketKeyword_1_2()); }
)
;
finally {
@@ -87307,195 +88807,188 @@ finally {
}
-rule__FeatureGroupConnection__Group_1__0
+rule__PortConnection__Group_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupConnection__Group_1__0__Impl
- rule__FeatureGroupConnection__Group_1__1
+ rule__PortConnection__Group_2__0__Impl
+ rule__PortConnection__Group_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_1__0__Impl
+rule__PortConnection__Group_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getLeftCurlyBracketKeyword_1_0()); }
- LeftCurlyBracket
- { after(grammarAccess.getFeatureGroupConnectionAccess().getLeftCurlyBracketKeyword_1_0()); }
+ { before(grammarAccess.getPortConnectionAccess().getInKeyword_2_0()); }
+ In
+ { after(grammarAccess.getPortConnectionAccess().getInKeyword_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_1__1
+rule__PortConnection__Group_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupConnection__Group_1__1__Impl
- rule__FeatureGroupConnection__Group_1__2
+ rule__PortConnection__Group_2__1__Impl
+ rule__PortConnection__Group_2__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_1__1__Impl
+rule__PortConnection__Group_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getFeatureGroupConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
- (rule__FeatureGroupConnection__OwnedPropertyAssociationAssignment_1_1)
- { after(grammarAccess.getFeatureGroupConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
- )
- (
- { before(grammarAccess.getFeatureGroupConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
- (rule__FeatureGroupConnection__OwnedPropertyAssociationAssignment_1_1)*
- { after(grammarAccess.getFeatureGroupConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
- )
+ { before(grammarAccess.getPortConnectionAccess().getModesKeyword_2_1()); }
+ Modes
+ { after(grammarAccess.getPortConnectionAccess().getModesKeyword_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_1__2
+rule__PortConnection__Group_2__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupConnection__Group_1__2__Impl
+ rule__PortConnection__Group_2__2__Impl
+ rule__PortConnection__Group_2__3
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_1__2__Impl
+rule__PortConnection__Group_2__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getRightCurlyBracketKeyword_1_2()); }
- RightCurlyBracket
- { after(grammarAccess.getFeatureGroupConnectionAccess().getRightCurlyBracketKeyword_1_2()); }
+ { before(grammarAccess.getPortConnectionAccess().getLeftParenthesisKeyword_2_2()); }
+ LeftParenthesis
+ { after(grammarAccess.getPortConnectionAccess().getLeftParenthesisKeyword_2_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FeatureGroupConnection__Group_2__0
+rule__PortConnection__Group_2__3
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupConnection__Group_2__0__Impl
- rule__FeatureGroupConnection__Group_2__1
+ rule__PortConnection__Group_2__3__Impl
+ rule__PortConnection__Group_2__4
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_2__0__Impl
+rule__PortConnection__Group_2__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getInModesKeywordsParserRuleCall_2_0()); }
- ruleInModesKeywords
- { after(grammarAccess.getFeatureGroupConnectionAccess().getInModesKeywordsParserRuleCall_2_0()); }
+ { before(grammarAccess.getPortConnectionAccess().getGroup_2_3()); }
+ (rule__PortConnection__Group_2_3__0)
+ { after(grammarAccess.getPortConnectionAccess().getGroup_2_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_2__1
+rule__PortConnection__Group_2__4
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupConnection__Group_2__1__Impl
- rule__FeatureGroupConnection__Group_2__2
+ rule__PortConnection__Group_2__4__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_2__1__Impl
+rule__PortConnection__Group_2__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getLeftParenthesisKeyword_2_1()); }
- LeftParenthesis
- { after(grammarAccess.getFeatureGroupConnectionAccess().getLeftParenthesisKeyword_2_1()); }
+ { before(grammarAccess.getPortConnectionAccess().getRightParenthesisKeyword_2_4()); }
+ RightParenthesis
+ { after(grammarAccess.getPortConnectionAccess().getRightParenthesisKeyword_2_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_2__2
+
+rule__PortConnection__Group_2_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupConnection__Group_2__2__Impl
- rule__FeatureGroupConnection__Group_2__3
+ rule__PortConnection__Group_2_3__0__Impl
+ rule__PortConnection__Group_2_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_2__2__Impl
+rule__PortConnection__Group_2_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getGroup_2_2()); }
- (rule__FeatureGroupConnection__Group_2_2__0)
- { after(grammarAccess.getFeatureGroupConnectionAccess().getGroup_2_2()); }
+ { before(grammarAccess.getPortConnectionAccess().getInModeOrTransitionAssignment_2_3_0()); }
+ (rule__PortConnection__InModeOrTransitionAssignment_2_3_0)
+ { after(grammarAccess.getPortConnectionAccess().getInModeOrTransitionAssignment_2_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_2__3
+rule__PortConnection__Group_2_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupConnection__Group_2__3__Impl
+ rule__PortConnection__Group_2_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_2__3__Impl
+rule__PortConnection__Group_2_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getRightParenthesisKeyword_2_3()); }
- RightParenthesis
- { after(grammarAccess.getFeatureGroupConnectionAccess().getRightParenthesisKeyword_2_3()); }
+ { before(grammarAccess.getPortConnectionAccess().getGroup_2_3_1()); }
+ (rule__PortConnection__Group_2_3_1__0)*
+ { after(grammarAccess.getPortConnectionAccess().getGroup_2_3_1()); }
)
;
finally {
@@ -87503,53 +88996,53 @@ finally {
}
-rule__FeatureGroupConnection__Group_2_2__0
+rule__PortConnection__Group_2_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupConnection__Group_2_2__0__Impl
- rule__FeatureGroupConnection__Group_2_2__1
+ rule__PortConnection__Group_2_3_1__0__Impl
+ rule__PortConnection__Group_2_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_2_2__0__Impl
+rule__PortConnection__Group_2_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getInModeOrTransitionAssignment_2_2_0()); }
- (rule__FeatureGroupConnection__InModeOrTransitionAssignment_2_2_0)
- { after(grammarAccess.getFeatureGroupConnectionAccess().getInModeOrTransitionAssignment_2_2_0()); }
+ { before(grammarAccess.getPortConnectionAccess().getCommaKeyword_2_3_1_0()); }
+ Comma
+ { after(grammarAccess.getPortConnectionAccess().getCommaKeyword_2_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_2_2__1
+rule__PortConnection__Group_2_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupConnection__Group_2_2__1__Impl
+ rule__PortConnection__Group_2_3_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_2_2__1__Impl
+rule__PortConnection__Group_2_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getGroup_2_2_1()); }
- (rule__FeatureGroupConnection__Group_2_2_1__0)*
- { after(grammarAccess.getFeatureGroupConnectionAccess().getGroup_2_2_1()); }
+ { before(grammarAccess.getPortConnectionAccess().getInModeOrTransitionAssignment_2_3_1_1()); }
+ (rule__PortConnection__InModeOrTransitionAssignment_2_3_1_1)
+ { after(grammarAccess.getPortConnectionAccess().getInModeOrTransitionAssignment_2_3_1_1()); }
)
;
finally {
@@ -87557,681 +89050,681 @@ finally {
}
-rule__FeatureGroupConnection__Group_2_2_1__0
+rule__AccessConnection__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupConnection__Group_2_2_1__0__Impl
- rule__FeatureGroupConnection__Group_2_2_1__1
+ rule__AccessConnection__Group__0__Impl
+ rule__AccessConnection__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_2_2_1__0__Impl
+rule__AccessConnection__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getCommaKeyword_2_2_1_0()); }
- Comma
- { after(grammarAccess.getFeatureGroupConnectionAccess().getCommaKeyword_2_2_1_0()); }
+ { before(grammarAccess.getAccessConnectionAccess().getAlternatives_0()); }
+ (rule__AccessConnection__Alternatives_0)
+ { after(grammarAccess.getAccessConnectionAccess().getAlternatives_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_2_2_1__1
+rule__AccessConnection__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupConnection__Group_2_2_1__1__Impl
+ rule__AccessConnection__Group__1__Impl
+ rule__AccessConnection__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__Group_2_2_1__1__Impl
+rule__AccessConnection__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getInModeOrTransitionAssignment_2_2_1_1()); }
- (rule__FeatureGroupConnection__InModeOrTransitionAssignment_2_2_1_1)
- { after(grammarAccess.getFeatureGroupConnectionAccess().getInModeOrTransitionAssignment_2_2_1_1()); }
+ { before(grammarAccess.getAccessConnectionAccess().getGroup_1()); }
+ (rule__AccessConnection__Group_1__0)?
+ { after(grammarAccess.getAccessConnectionAccess().getGroup_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FeatureConnection__Group__0
+rule__AccessConnection__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureConnection__Group__0__Impl
- rule__FeatureConnection__Group__1
+ rule__AccessConnection__Group__2__Impl
+ rule__AccessConnection__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group__0__Impl
+rule__AccessConnection__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureConnectionAccess().getAlternatives_0()); }
- (rule__FeatureConnection__Alternatives_0)
- { after(grammarAccess.getFeatureConnectionAccess().getAlternatives_0()); }
+ { before(grammarAccess.getAccessConnectionAccess().getGroup_2()); }
+ (rule__AccessConnection__Group_2__0)?
+ { after(grammarAccess.getAccessConnectionAccess().getGroup_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group__1
+rule__AccessConnection__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureConnection__Group__1__Impl
- rule__FeatureConnection__Group__2
+ rule__AccessConnection__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group__1__Impl
+rule__AccessConnection__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureConnectionAccess().getGroup_1()); }
- (rule__FeatureConnection__Group_1__0)?
- { after(grammarAccess.getFeatureConnectionAccess().getGroup_1()); }
+ { before(grammarAccess.getAccessConnectionAccess().getSemicolonKeyword_3()); }
+ Semicolon
+ { after(grammarAccess.getAccessConnectionAccess().getSemicolonKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group__2
+
+rule__AccessConnection__Group_0_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureConnection__Group__2__Impl
- rule__FeatureConnection__Group__3
+ rule__AccessConnection__Group_0_0__0__Impl
+ rule__AccessConnection__Group_0_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group__2__Impl
+rule__AccessConnection__Group_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureConnectionAccess().getGroup_2()); }
- (rule__FeatureConnection__Group_2__0)?
- { after(grammarAccess.getFeatureConnectionAccess().getGroup_2()); }
+ { before(grammarAccess.getAccessConnectionAccess().getNameAssignment_0_0_0()); }
+ (rule__AccessConnection__NameAssignment_0_0_0)
+ { after(grammarAccess.getAccessConnectionAccess().getNameAssignment_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group__3
+rule__AccessConnection__Group_0_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureConnection__Group__3__Impl
+ rule__AccessConnection__Group_0_0__1__Impl
+ rule__AccessConnection__Group_0_0__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group__3__Impl
+rule__AccessConnection__Group_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureConnectionAccess().getSemicolonKeyword_3()); }
- Semicolon
- { after(grammarAccess.getFeatureConnectionAccess().getSemicolonKeyword_3()); }
+ { before(grammarAccess.getAccessConnectionAccess().getColonKeyword_0_0_1()); }
+ Colon
+ { after(grammarAccess.getAccessConnectionAccess().getColonKeyword_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FeatureConnection__Group_0_0__0
+rule__AccessConnection__Group_0_0__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureConnection__Group_0_0__0__Impl
- rule__FeatureConnection__Group_0_0__1
+ rule__AccessConnection__Group_0_0__2__Impl
+ rule__AccessConnection__Group_0_0__3
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_0_0__0__Impl
+rule__AccessConnection__Group_0_0__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureConnectionAccess().getNameAssignment_0_0_0()); }
- (rule__FeatureConnection__NameAssignment_0_0_0)
- { after(grammarAccess.getFeatureConnectionAccess().getNameAssignment_0_0_0()); }
+ { before(grammarAccess.getAccessConnectionAccess().getAccessCategoryAssignment_0_0_2()); }
+ (rule__AccessConnection__AccessCategoryAssignment_0_0_2)
+ { after(grammarAccess.getAccessConnectionAccess().getAccessCategoryAssignment_0_0_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_0_0__1
+rule__AccessConnection__Group_0_0__3
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureConnection__Group_0_0__1__Impl
- rule__FeatureConnection__Group_0_0__2
+ rule__AccessConnection__Group_0_0__3__Impl
+ rule__AccessConnection__Group_0_0__4
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_0_0__1__Impl
+rule__AccessConnection__Group_0_0__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureConnectionAccess().getColonKeyword_0_0_1()); }
- Colon
- { after(grammarAccess.getFeatureConnectionAccess().getColonKeyword_0_0_1()); }
+ { before(grammarAccess.getAccessConnectionAccess().getAccessKeyword_0_0_3()); }
+ Access
+ { after(grammarAccess.getAccessConnectionAccess().getAccessKeyword_0_0_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_0_0__2
+rule__AccessConnection__Group_0_0__4
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureConnection__Group_0_0__2__Impl
- rule__FeatureConnection__Group_0_0__3
+ rule__AccessConnection__Group_0_0__4__Impl
+ rule__AccessConnection__Group_0_0__5
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_0_0__2__Impl
+rule__AccessConnection__Group_0_0__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureConnectionAccess().getFeatureKeyword_0_0_2()); }
- Feature
- { after(grammarAccess.getFeatureConnectionAccess().getFeatureKeyword_0_0_2()); }
+ { before(grammarAccess.getAccessConnectionAccess().getSourceAssignment_0_0_4()); }
+ (rule__AccessConnection__SourceAssignment_0_0_4)
+ { after(grammarAccess.getAccessConnectionAccess().getSourceAssignment_0_0_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_0_0__3
+rule__AccessConnection__Group_0_0__5
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureConnection__Group_0_0__3__Impl
- rule__FeatureConnection__Group_0_0__4
+ rule__AccessConnection__Group_0_0__5__Impl
+ rule__AccessConnection__Group_0_0__6
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_0_0__3__Impl
+rule__AccessConnection__Group_0_0__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureConnectionAccess().getSourceAssignment_0_0_3()); }
- (rule__FeatureConnection__SourceAssignment_0_0_3)
- { after(grammarAccess.getFeatureConnectionAccess().getSourceAssignment_0_0_3()); }
+ { before(grammarAccess.getAccessConnectionAccess().getAlternatives_0_0_5()); }
+ (rule__AccessConnection__Alternatives_0_0_5)
+ { after(grammarAccess.getAccessConnectionAccess().getAlternatives_0_0_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_0_0__4
+rule__AccessConnection__Group_0_0__6
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureConnection__Group_0_0__4__Impl
- rule__FeatureConnection__Group_0_0__5
+ rule__AccessConnection__Group_0_0__6__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_0_0__4__Impl
+rule__AccessConnection__Group_0_0__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureConnectionAccess().getAlternatives_0_0_4()); }
- (rule__FeatureConnection__Alternatives_0_0_4)
- { after(grammarAccess.getFeatureConnectionAccess().getAlternatives_0_0_4()); }
+ { before(grammarAccess.getAccessConnectionAccess().getDestinationAssignment_0_0_6()); }
+ (rule__AccessConnection__DestinationAssignment_0_0_6)
+ { after(grammarAccess.getAccessConnectionAccess().getDestinationAssignment_0_0_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_0_0__5
+
+rule__AccessConnection__Group_0_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureConnection__Group_0_0__5__Impl
+ rule__AccessConnection__Group_0_1__0__Impl
+ rule__AccessConnection__Group_0_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_0_0__5__Impl
+rule__AccessConnection__Group_0_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureConnectionAccess().getDestinationAssignment_0_0_5()); }
- (rule__FeatureConnection__DestinationAssignment_0_0_5)
- { after(grammarAccess.getFeatureConnectionAccess().getDestinationAssignment_0_0_5()); }
+ { before(grammarAccess.getAccessConnectionAccess().getRefinedAssignment_0_1_0()); }
+ (rule__AccessConnection__RefinedAssignment_0_1_0)
+ { after(grammarAccess.getAccessConnectionAccess().getRefinedAssignment_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FeatureConnection__Group_0_1__0
+rule__AccessConnection__Group_0_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureConnection__Group_0_1__0__Impl
- rule__FeatureConnection__Group_0_1__1
+ rule__AccessConnection__Group_0_1__1__Impl
+ rule__AccessConnection__Group_0_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_0_1__0__Impl
+rule__AccessConnection__Group_0_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureConnectionAccess().getRefinedAssignment_0_1_0()); }
- (rule__FeatureConnection__RefinedAssignment_0_1_0)
- { after(grammarAccess.getFeatureConnectionAccess().getRefinedAssignment_0_1_0()); }
+ { before(grammarAccess.getAccessConnectionAccess().getColonKeyword_0_1_1()); }
+ Colon
+ { after(grammarAccess.getAccessConnectionAccess().getColonKeyword_0_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_0_1__1
+rule__AccessConnection__Group_0_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureConnection__Group_0_1__1__Impl
- rule__FeatureConnection__Group_0_1__2
+ rule__AccessConnection__Group_0_1__2__Impl
+ rule__AccessConnection__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_0_1__1__Impl
+rule__AccessConnection__Group_0_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureConnectionAccess().getColonKeyword_0_1_1()); }
- Colon
- { after(grammarAccess.getFeatureConnectionAccess().getColonKeyword_0_1_1()); }
+ { before(grammarAccess.getAccessConnectionAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getAccessConnectionAccess().getRefinedKeyword_0_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_0_1__2
+rule__AccessConnection__Group_0_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureConnection__Group_0_1__2__Impl
- rule__FeatureConnection__Group_0_1__3
+ rule__AccessConnection__Group_0_1__3__Impl
+ rule__AccessConnection__Group_0_1__4
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_0_1__2__Impl
+rule__AccessConnection__Group_0_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureConnectionAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getFeatureConnectionAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getAccessConnectionAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getAccessConnectionAccess().getToKeyword_0_1_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_0_1__3
+rule__AccessConnection__Group_0_1__4
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureConnection__Group_0_1__3__Impl
+ rule__AccessConnection__Group_0_1__4__Impl
+ rule__AccessConnection__Group_0_1__5
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_0_1__3__Impl
+rule__AccessConnection__Group_0_1__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureConnectionAccess().getFeatureKeyword_0_1_3()); }
- Feature
- { after(grammarAccess.getFeatureConnectionAccess().getFeatureKeyword_0_1_3()); }
+ { before(grammarAccess.getAccessConnectionAccess().getAccessCategoryAssignment_0_1_4()); }
+ (rule__AccessConnection__AccessCategoryAssignment_0_1_4)
+ { after(grammarAccess.getAccessConnectionAccess().getAccessCategoryAssignment_0_1_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FeatureConnection__Group_1__0
+rule__AccessConnection__Group_0_1__5
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureConnection__Group_1__0__Impl
- rule__FeatureConnection__Group_1__1
+ rule__AccessConnection__Group_0_1__5__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_1__0__Impl
+rule__AccessConnection__Group_0_1__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureConnectionAccess().getLeftCurlyBracketKeyword_1_0()); }
- LeftCurlyBracket
- { after(grammarAccess.getFeatureConnectionAccess().getLeftCurlyBracketKeyword_1_0()); }
+ { before(grammarAccess.getAccessConnectionAccess().getAccessKeyword_0_1_5()); }
+ Access
+ { after(grammarAccess.getAccessConnectionAccess().getAccessKeyword_0_1_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_1__1
+
+rule__AccessConnection__Group_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureConnection__Group_1__1__Impl
- rule__FeatureConnection__Group_1__2
+ rule__AccessConnection__Group_1__0__Impl
+ rule__AccessConnection__Group_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_1__1__Impl
+rule__AccessConnection__Group_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getFeatureConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
- (rule__FeatureConnection__OwnedPropertyAssociationAssignment_1_1)
- { after(grammarAccess.getFeatureConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
- )
- (
- { before(grammarAccess.getFeatureConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
- (rule__FeatureConnection__OwnedPropertyAssociationAssignment_1_1)*
- { after(grammarAccess.getFeatureConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
- )
+ { before(grammarAccess.getAccessConnectionAccess().getLeftCurlyBracketKeyword_1_0()); }
+ LeftCurlyBracket
+ { after(grammarAccess.getAccessConnectionAccess().getLeftCurlyBracketKeyword_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_1__2
+rule__AccessConnection__Group_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureConnection__Group_1__2__Impl
+ rule__AccessConnection__Group_1__1__Impl
+ rule__AccessConnection__Group_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_1__2__Impl
+rule__AccessConnection__Group_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureConnectionAccess().getRightCurlyBracketKeyword_1_2()); }
- RightCurlyBracket
- { after(grammarAccess.getFeatureConnectionAccess().getRightCurlyBracketKeyword_1_2()); }
+ (
+ { before(grammarAccess.getAccessConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
+ (rule__AccessConnection__OwnedPropertyAssociationAssignment_1_1)
+ { after(grammarAccess.getAccessConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
+ )
+ (
+ { before(grammarAccess.getAccessConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
+ (rule__AccessConnection__OwnedPropertyAssociationAssignment_1_1)*
+ { after(grammarAccess.getAccessConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FeatureConnection__Group_2__0
+rule__AccessConnection__Group_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureConnection__Group_2__0__Impl
- rule__FeatureConnection__Group_2__1
+ rule__AccessConnection__Group_1__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_2__0__Impl
+rule__AccessConnection__Group_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureConnectionAccess().getInModesKeywordsParserRuleCall_2_0()); }
- ruleInModesKeywords
- { after(grammarAccess.getFeatureConnectionAccess().getInModesKeywordsParserRuleCall_2_0()); }
+ { before(grammarAccess.getAccessConnectionAccess().getRightCurlyBracketKeyword_1_2()); }
+ RightCurlyBracket
+ { after(grammarAccess.getAccessConnectionAccess().getRightCurlyBracketKeyword_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_2__1
+
+rule__AccessConnection__Group_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureConnection__Group_2__1__Impl
- rule__FeatureConnection__Group_2__2
+ rule__AccessConnection__Group_2__0__Impl
+ rule__AccessConnection__Group_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_2__1__Impl
+rule__AccessConnection__Group_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureConnectionAccess().getLeftParenthesisKeyword_2_1()); }
- LeftParenthesis
- { after(grammarAccess.getFeatureConnectionAccess().getLeftParenthesisKeyword_2_1()); }
+ { before(grammarAccess.getAccessConnectionAccess().getInKeyword_2_0()); }
+ In
+ { after(grammarAccess.getAccessConnectionAccess().getInKeyword_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_2__2
+rule__AccessConnection__Group_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureConnection__Group_2__2__Impl
- rule__FeatureConnection__Group_2__3
+ rule__AccessConnection__Group_2__1__Impl
+ rule__AccessConnection__Group_2__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_2__2__Impl
+rule__AccessConnection__Group_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureConnectionAccess().getGroup_2_2()); }
- (rule__FeatureConnection__Group_2_2__0)
- { after(grammarAccess.getFeatureConnectionAccess().getGroup_2_2()); }
+ { before(grammarAccess.getAccessConnectionAccess().getModesKeyword_2_1()); }
+ Modes
+ { after(grammarAccess.getAccessConnectionAccess().getModesKeyword_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_2__3
+rule__AccessConnection__Group_2__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureConnection__Group_2__3__Impl
+ rule__AccessConnection__Group_2__2__Impl
+ rule__AccessConnection__Group_2__3
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_2__3__Impl
+rule__AccessConnection__Group_2__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureConnectionAccess().getRightParenthesisKeyword_2_3()); }
- RightParenthesis
- { after(grammarAccess.getFeatureConnectionAccess().getRightParenthesisKeyword_2_3()); }
+ { before(grammarAccess.getAccessConnectionAccess().getLeftParenthesisKeyword_2_2()); }
+ LeftParenthesis
+ { after(grammarAccess.getAccessConnectionAccess().getLeftParenthesisKeyword_2_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FeatureConnection__Group_2_2__0
+rule__AccessConnection__Group_2__3
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureConnection__Group_2_2__0__Impl
- rule__FeatureConnection__Group_2_2__1
+ rule__AccessConnection__Group_2__3__Impl
+ rule__AccessConnection__Group_2__4
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_2_2__0__Impl
+rule__AccessConnection__Group_2__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureConnectionAccess().getInModeOrTransitionAssignment_2_2_0()); }
- (rule__FeatureConnection__InModeOrTransitionAssignment_2_2_0)
- { after(grammarAccess.getFeatureConnectionAccess().getInModeOrTransitionAssignment_2_2_0()); }
+ { before(grammarAccess.getAccessConnectionAccess().getGroup_2_3()); }
+ (rule__AccessConnection__Group_2_3__0)
+ { after(grammarAccess.getAccessConnectionAccess().getGroup_2_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_2_2__1
+rule__AccessConnection__Group_2__4
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureConnection__Group_2_2__1__Impl
+ rule__AccessConnection__Group_2__4__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_2_2__1__Impl
+rule__AccessConnection__Group_2__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureConnectionAccess().getGroup_2_2_1()); }
- (rule__FeatureConnection__Group_2_2_1__0)*
- { after(grammarAccess.getFeatureConnectionAccess().getGroup_2_2_1()); }
+ { before(grammarAccess.getAccessConnectionAccess().getRightParenthesisKeyword_2_4()); }
+ RightParenthesis
+ { after(grammarAccess.getAccessConnectionAccess().getRightParenthesisKeyword_2_4()); }
)
;
finally {
@@ -88239,53 +89732,53 @@ finally {
}
-rule__FeatureConnection__Group_2_2_1__0
+rule__AccessConnection__Group_2_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureConnection__Group_2_2_1__0__Impl
- rule__FeatureConnection__Group_2_2_1__1
+ rule__AccessConnection__Group_2_3__0__Impl
+ rule__AccessConnection__Group_2_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_2_2_1__0__Impl
+rule__AccessConnection__Group_2_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureConnectionAccess().getCommaKeyword_2_2_1_0()); }
- Comma
- { after(grammarAccess.getFeatureConnectionAccess().getCommaKeyword_2_2_1_0()); }
+ { before(grammarAccess.getAccessConnectionAccess().getInModeOrTransitionAssignment_2_3_0()); }
+ (rule__AccessConnection__InModeOrTransitionAssignment_2_3_0)
+ { after(grammarAccess.getAccessConnectionAccess().getInModeOrTransitionAssignment_2_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_2_2_1__1
+rule__AccessConnection__Group_2_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureConnection__Group_2_2_1__1__Impl
+ rule__AccessConnection__Group_2_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__Group_2_2_1__1__Impl
+rule__AccessConnection__Group_2_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureConnectionAccess().getInModeOrTransitionAssignment_2_2_1_1()); }
- (rule__FeatureConnection__InModeOrTransitionAssignment_2_2_1_1)
- { after(grammarAccess.getFeatureConnectionAccess().getInModeOrTransitionAssignment_2_2_1_1()); }
+ { before(grammarAccess.getAccessConnectionAccess().getGroup_2_3_1()); }
+ (rule__AccessConnection__Group_2_3_1__0)*
+ { after(grammarAccess.getAccessConnectionAccess().getGroup_2_3_1()); }
)
;
finally {
@@ -88293,735 +89786,735 @@ finally {
}
-rule__ParameterConnection__Group__0
+rule__AccessConnection__Group_2_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ParameterConnection__Group__0__Impl
- rule__ParameterConnection__Group__1
+ rule__AccessConnection__Group_2_3_1__0__Impl
+ rule__AccessConnection__Group_2_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group__0__Impl
+rule__AccessConnection__Group_2_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterConnectionAccess().getAlternatives_0()); }
- (rule__ParameterConnection__Alternatives_0)
- { after(grammarAccess.getParameterConnectionAccess().getAlternatives_0()); }
+ { before(grammarAccess.getAccessConnectionAccess().getCommaKeyword_2_3_1_0()); }
+ Comma
+ { after(grammarAccess.getAccessConnectionAccess().getCommaKeyword_2_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group__1
+rule__AccessConnection__Group_2_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ParameterConnection__Group__1__Impl
- rule__ParameterConnection__Group__2
+ rule__AccessConnection__Group_2_3_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group__1__Impl
+rule__AccessConnection__Group_2_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterConnectionAccess().getGroup_1()); }
- (rule__ParameterConnection__Group_1__0)?
- { after(grammarAccess.getParameterConnectionAccess().getGroup_1()); }
+ { before(grammarAccess.getAccessConnectionAccess().getInModeOrTransitionAssignment_2_3_1_1()); }
+ (rule__AccessConnection__InModeOrTransitionAssignment_2_3_1_1)
+ { after(grammarAccess.getAccessConnectionAccess().getInModeOrTransitionAssignment_2_3_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group__2
+
+rule__FeatureGroupConnection__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ParameterConnection__Group__2__Impl
- rule__ParameterConnection__Group__3
+ rule__FeatureGroupConnection__Group__0__Impl
+ rule__FeatureGroupConnection__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group__2__Impl
+rule__FeatureGroupConnection__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterConnectionAccess().getGroup_2()); }
- (rule__ParameterConnection__Group_2__0)?
- { after(grammarAccess.getParameterConnectionAccess().getGroup_2()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getAlternatives_0()); }
+ (rule__FeatureGroupConnection__Alternatives_0)
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getAlternatives_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group__3
+rule__FeatureGroupConnection__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ParameterConnection__Group__3__Impl
+ rule__FeatureGroupConnection__Group__1__Impl
+ rule__FeatureGroupConnection__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group__3__Impl
+rule__FeatureGroupConnection__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterConnectionAccess().getSemicolonKeyword_3()); }
- Semicolon
- { after(grammarAccess.getParameterConnectionAccess().getSemicolonKeyword_3()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getGroup_1()); }
+ (rule__FeatureGroupConnection__Group_1__0)?
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getGroup_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ParameterConnection__Group_0_0__0
+rule__FeatureGroupConnection__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ParameterConnection__Group_0_0__0__Impl
- rule__ParameterConnection__Group_0_0__1
+ rule__FeatureGroupConnection__Group__2__Impl
+ rule__FeatureGroupConnection__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_0_0__0__Impl
+rule__FeatureGroupConnection__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterConnectionAccess().getNameAssignment_0_0_0()); }
- (rule__ParameterConnection__NameAssignment_0_0_0)
- { after(grammarAccess.getParameterConnectionAccess().getNameAssignment_0_0_0()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getGroup_2()); }
+ (rule__FeatureGroupConnection__Group_2__0)?
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getGroup_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_0_0__1
+rule__FeatureGroupConnection__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__ParameterConnection__Group_0_0__1__Impl
- rule__ParameterConnection__Group_0_0__2
+ rule__FeatureGroupConnection__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_0_0__1__Impl
+rule__FeatureGroupConnection__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterConnectionAccess().getColonKeyword_0_0_1()); }
- Colon
- { after(grammarAccess.getParameterConnectionAccess().getColonKeyword_0_0_1()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getSemicolonKeyword_3()); }
+ Semicolon
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getSemicolonKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_0_0__2
+
+rule__FeatureGroupConnection__Group_0_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ParameterConnection__Group_0_0__2__Impl
- rule__ParameterConnection__Group_0_0__3
+ rule__FeatureGroupConnection__Group_0_0__0__Impl
+ rule__FeatureGroupConnection__Group_0_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_0_0__2__Impl
+rule__FeatureGroupConnection__Group_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterConnectionAccess().getParameterKeyword_0_0_2()); }
- Parameter
- { after(grammarAccess.getParameterConnectionAccess().getParameterKeyword_0_0_2()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getNameAssignment_0_0_0()); }
+ (rule__FeatureGroupConnection__NameAssignment_0_0_0)
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getNameAssignment_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_0_0__3
+rule__FeatureGroupConnection__Group_0_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ParameterConnection__Group_0_0__3__Impl
- rule__ParameterConnection__Group_0_0__4
+ rule__FeatureGroupConnection__Group_0_0__1__Impl
+ rule__FeatureGroupConnection__Group_0_0__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_0_0__3__Impl
+rule__FeatureGroupConnection__Group_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterConnectionAccess().getSourceAssignment_0_0_3()); }
- (rule__ParameterConnection__SourceAssignment_0_0_3)
- { after(grammarAccess.getParameterConnectionAccess().getSourceAssignment_0_0_3()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getColonKeyword_0_0_1()); }
+ Colon
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getColonKeyword_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_0_0__4
+rule__FeatureGroupConnection__Group_0_0__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ParameterConnection__Group_0_0__4__Impl
- rule__ParameterConnection__Group_0_0__5
+ rule__FeatureGroupConnection__Group_0_0__2__Impl
+ rule__FeatureGroupConnection__Group_0_0__3
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_0_0__4__Impl
+rule__FeatureGroupConnection__Group_0_0__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterConnectionAccess().getHyphenMinusGreaterThanSignKeyword_0_0_4()); }
- HyphenMinusGreaterThanSign
- { after(grammarAccess.getParameterConnectionAccess().getHyphenMinusGreaterThanSignKeyword_0_0_4()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getFeatureKeyword_0_0_2()); }
+ Feature
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getFeatureKeyword_0_0_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_0_0__5
+rule__FeatureGroupConnection__Group_0_0__3
@init {
int stackSize = keepStackSize();
}
:
- rule__ParameterConnection__Group_0_0__5__Impl
+ rule__FeatureGroupConnection__Group_0_0__3__Impl
+ rule__FeatureGroupConnection__Group_0_0__4
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_0_0__5__Impl
+rule__FeatureGroupConnection__Group_0_0__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterConnectionAccess().getDestinationAssignment_0_0_5()); }
- (rule__ParameterConnection__DestinationAssignment_0_0_5)
- { after(grammarAccess.getParameterConnectionAccess().getDestinationAssignment_0_0_5()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getGroupKeyword_0_0_3()); }
+ Group
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getGroupKeyword_0_0_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ParameterConnection__Group_0_1__0
+rule__FeatureGroupConnection__Group_0_0__4
@init {
int stackSize = keepStackSize();
}
:
- rule__ParameterConnection__Group_0_1__0__Impl
- rule__ParameterConnection__Group_0_1__1
+ rule__FeatureGroupConnection__Group_0_0__4__Impl
+ rule__FeatureGroupConnection__Group_0_0__5
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_0_1__0__Impl
+rule__FeatureGroupConnection__Group_0_0__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterConnectionAccess().getRefinedAssignment_0_1_0()); }
- (rule__ParameterConnection__RefinedAssignment_0_1_0)
- { after(grammarAccess.getParameterConnectionAccess().getRefinedAssignment_0_1_0()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getSourceAssignment_0_0_4()); }
+ (rule__FeatureGroupConnection__SourceAssignment_0_0_4)
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getSourceAssignment_0_0_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_0_1__1
+rule__FeatureGroupConnection__Group_0_0__5
@init {
int stackSize = keepStackSize();
}
:
- rule__ParameterConnection__Group_0_1__1__Impl
- rule__ParameterConnection__Group_0_1__2
+ rule__FeatureGroupConnection__Group_0_0__5__Impl
+ rule__FeatureGroupConnection__Group_0_0__6
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_0_1__1__Impl
+rule__FeatureGroupConnection__Group_0_0__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterConnectionAccess().getColonKeyword_0_1_1()); }
- Colon
- { after(grammarAccess.getParameterConnectionAccess().getColonKeyword_0_1_1()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getAlternatives_0_0_5()); }
+ (rule__FeatureGroupConnection__Alternatives_0_0_5)
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getAlternatives_0_0_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_0_1__2
+rule__FeatureGroupConnection__Group_0_0__6
@init {
int stackSize = keepStackSize();
}
:
- rule__ParameterConnection__Group_0_1__2__Impl
- rule__ParameterConnection__Group_0_1__3
+ rule__FeatureGroupConnection__Group_0_0__6__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_0_1__2__Impl
+rule__FeatureGroupConnection__Group_0_0__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterConnectionAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getParameterConnectionAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getDestinationAssignment_0_0_6()); }
+ (rule__FeatureGroupConnection__DestinationAssignment_0_0_6)
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getDestinationAssignment_0_0_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_0_1__3
+
+rule__FeatureGroupConnection__Group_0_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ParameterConnection__Group_0_1__3__Impl
+ rule__FeatureGroupConnection__Group_0_1__0__Impl
+ rule__FeatureGroupConnection__Group_0_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_0_1__3__Impl
+rule__FeatureGroupConnection__Group_0_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterConnectionAccess().getParameterKeyword_0_1_3()); }
- Parameter
- { after(grammarAccess.getParameterConnectionAccess().getParameterKeyword_0_1_3()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getRefinedAssignment_0_1_0()); }
+ (rule__FeatureGroupConnection__RefinedAssignment_0_1_0)
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getRefinedAssignment_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ParameterConnection__Group_1__0
+rule__FeatureGroupConnection__Group_0_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ParameterConnection__Group_1__0__Impl
- rule__ParameterConnection__Group_1__1
+ rule__FeatureGroupConnection__Group_0_1__1__Impl
+ rule__FeatureGroupConnection__Group_0_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_1__0__Impl
+rule__FeatureGroupConnection__Group_0_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterConnectionAccess().getLeftCurlyBracketKeyword_1_0()); }
- LeftCurlyBracket
- { after(grammarAccess.getParameterConnectionAccess().getLeftCurlyBracketKeyword_1_0()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getColonKeyword_0_1_1()); }
+ Colon
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getColonKeyword_0_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_1__1
+rule__FeatureGroupConnection__Group_0_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ParameterConnection__Group_1__1__Impl
- rule__ParameterConnection__Group_1__2
+ rule__FeatureGroupConnection__Group_0_1__2__Impl
+ rule__FeatureGroupConnection__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_1__1__Impl
+rule__FeatureGroupConnection__Group_0_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getParameterConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
- (rule__ParameterConnection__OwnedPropertyAssociationAssignment_1_1)
- { after(grammarAccess.getParameterConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
- )
- (
- { before(grammarAccess.getParameterConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
- (rule__ParameterConnection__OwnedPropertyAssociationAssignment_1_1)*
- { after(grammarAccess.getParameterConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
- )
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getRefinedKeyword_0_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_1__2
+rule__FeatureGroupConnection__Group_0_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__ParameterConnection__Group_1__2__Impl
+ rule__FeatureGroupConnection__Group_0_1__3__Impl
+ rule__FeatureGroupConnection__Group_0_1__4
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_1__2__Impl
+rule__FeatureGroupConnection__Group_0_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterConnectionAccess().getRightCurlyBracketKeyword_1_2()); }
- RightCurlyBracket
- { after(grammarAccess.getParameterConnectionAccess().getRightCurlyBracketKeyword_1_2()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getToKeyword_0_1_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ParameterConnection__Group_2__0
+rule__FeatureGroupConnection__Group_0_1__4
@init {
int stackSize = keepStackSize();
}
:
- rule__ParameterConnection__Group_2__0__Impl
- rule__ParameterConnection__Group_2__1
+ rule__FeatureGroupConnection__Group_0_1__4__Impl
+ rule__FeatureGroupConnection__Group_0_1__5
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_2__0__Impl
+rule__FeatureGroupConnection__Group_0_1__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterConnectionAccess().getInModesKeywordsParserRuleCall_2_0()); }
- ruleInModesKeywords
- { after(grammarAccess.getParameterConnectionAccess().getInModesKeywordsParserRuleCall_2_0()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getFeatureKeyword_0_1_4()); }
+ Feature
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getFeatureKeyword_0_1_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_2__1
+rule__FeatureGroupConnection__Group_0_1__5
@init {
int stackSize = keepStackSize();
}
:
- rule__ParameterConnection__Group_2__1__Impl
- rule__ParameterConnection__Group_2__2
+ rule__FeatureGroupConnection__Group_0_1__5__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_2__1__Impl
+rule__FeatureGroupConnection__Group_0_1__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterConnectionAccess().getLeftParenthesisKeyword_2_1()); }
- LeftParenthesis
- { after(grammarAccess.getParameterConnectionAccess().getLeftParenthesisKeyword_2_1()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getGroupKeyword_0_1_5()); }
+ Group
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getGroupKeyword_0_1_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_2__2
+
+rule__FeatureGroupConnection__Group_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ParameterConnection__Group_2__2__Impl
- rule__ParameterConnection__Group_2__3
+ rule__FeatureGroupConnection__Group_1__0__Impl
+ rule__FeatureGroupConnection__Group_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_2__2__Impl
+rule__FeatureGroupConnection__Group_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterConnectionAccess().getGroup_2_2()); }
- (rule__ParameterConnection__Group_2_2__0)
- { after(grammarAccess.getParameterConnectionAccess().getGroup_2_2()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getLeftCurlyBracketKeyword_1_0()); }
+ LeftCurlyBracket
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getLeftCurlyBracketKeyword_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_2__3
+rule__FeatureGroupConnection__Group_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ParameterConnection__Group_2__3__Impl
+ rule__FeatureGroupConnection__Group_1__1__Impl
+ rule__FeatureGroupConnection__Group_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_2__3__Impl
+rule__FeatureGroupConnection__Group_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterConnectionAccess().getRightParenthesisKeyword_2_3()); }
- RightParenthesis
- { after(grammarAccess.getParameterConnectionAccess().getRightParenthesisKeyword_2_3()); }
+ (
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
+ (rule__FeatureGroupConnection__OwnedPropertyAssociationAssignment_1_1)
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
+ )
+ (
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
+ (rule__FeatureGroupConnection__OwnedPropertyAssociationAssignment_1_1)*
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ParameterConnection__Group_2_2__0
+rule__FeatureGroupConnection__Group_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ParameterConnection__Group_2_2__0__Impl
- rule__ParameterConnection__Group_2_2__1
+ rule__FeatureGroupConnection__Group_1__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_2_2__0__Impl
+rule__FeatureGroupConnection__Group_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterConnectionAccess().getInModeOrTransitionAssignment_2_2_0()); }
- (rule__ParameterConnection__InModeOrTransitionAssignment_2_2_0)
- { after(grammarAccess.getParameterConnectionAccess().getInModeOrTransitionAssignment_2_2_0()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getRightCurlyBracketKeyword_1_2()); }
+ RightCurlyBracket
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getRightCurlyBracketKeyword_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_2_2__1
+
+rule__FeatureGroupConnection__Group_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ParameterConnection__Group_2_2__1__Impl
+ rule__FeatureGroupConnection__Group_2__0__Impl
+ rule__FeatureGroupConnection__Group_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_2_2__1__Impl
+rule__FeatureGroupConnection__Group_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterConnectionAccess().getGroup_2_2_1()); }
- (rule__ParameterConnection__Group_2_2_1__0)*
- { after(grammarAccess.getParameterConnectionAccess().getGroup_2_2_1()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getInKeyword_2_0()); }
+ In
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getInKeyword_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ParameterConnection__Group_2_2_1__0
+rule__FeatureGroupConnection__Group_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ParameterConnection__Group_2_2_1__0__Impl
- rule__ParameterConnection__Group_2_2_1__1
+ rule__FeatureGroupConnection__Group_2__1__Impl
+ rule__FeatureGroupConnection__Group_2__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_2_2_1__0__Impl
+rule__FeatureGroupConnection__Group_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterConnectionAccess().getCommaKeyword_2_2_1_0()); }
- Comma
- { after(grammarAccess.getParameterConnectionAccess().getCommaKeyword_2_2_1_0()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getModesKeyword_2_1()); }
+ Modes
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getModesKeyword_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_2_2_1__1
+rule__FeatureGroupConnection__Group_2__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ParameterConnection__Group_2_2_1__1__Impl
+ rule__FeatureGroupConnection__Group_2__2__Impl
+ rule__FeatureGroupConnection__Group_2__3
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__Group_2_2_1__1__Impl
+rule__FeatureGroupConnection__Group_2__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterConnectionAccess().getInModeOrTransitionAssignment_2_2_1_1()); }
- (rule__ParameterConnection__InModeOrTransitionAssignment_2_2_1_1)
- { after(grammarAccess.getParameterConnectionAccess().getInModeOrTransitionAssignment_2_2_1_1()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getLeftParenthesisKeyword_2_2()); }
+ LeftParenthesis
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getLeftParenthesisKeyword_2_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__AccessCategory__Group_3__0
+rule__FeatureGroupConnection__Group_2__3
@init {
int stackSize = keepStackSize();
}
:
- rule__AccessCategory__Group_3__0__Impl
- rule__AccessCategory__Group_3__1
+ rule__FeatureGroupConnection__Group_2__3__Impl
+ rule__FeatureGroupConnection__Group_2__4
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessCategory__Group_3__0__Impl
+rule__FeatureGroupConnection__Group_2__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAccessCategoryAccess().getSubprogramKeyword_3_0()); }
- Subprogram
- { after(grammarAccess.getAccessCategoryAccess().getSubprogramKeyword_3_0()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getGroup_2_3()); }
+ (rule__FeatureGroupConnection__Group_2_3__0)
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getGroup_2_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessCategory__Group_3__1
+rule__FeatureGroupConnection__Group_2__4
@init {
int stackSize = keepStackSize();
}
:
- rule__AccessCategory__Group_3__1__Impl
+ rule__FeatureGroupConnection__Group_2__4__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessCategory__Group_3__1__Impl
+rule__FeatureGroupConnection__Group_2__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAccessCategoryAccess().getGroupKeyword_3_1()); }
- Group
- { after(grammarAccess.getAccessCategoryAccess().getGroupKeyword_3_1()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getRightParenthesisKeyword_2_4()); }
+ RightParenthesis
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getRightParenthesisKeyword_2_4()); }
)
;
finally {
@@ -89029,53 +90522,53 @@ finally {
}
-rule__AccessCategory__Group_4__0
+rule__FeatureGroupConnection__Group_2_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__AccessCategory__Group_4__0__Impl
- rule__AccessCategory__Group_4__1
+ rule__FeatureGroupConnection__Group_2_3__0__Impl
+ rule__FeatureGroupConnection__Group_2_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessCategory__Group_4__0__Impl
+rule__FeatureGroupConnection__Group_2_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAccessCategoryAccess().getVirtualKeyword_4_0()); }
- Virtual
- { after(grammarAccess.getAccessCategoryAccess().getVirtualKeyword_4_0()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getInModeOrTransitionAssignment_2_3_0()); }
+ (rule__FeatureGroupConnection__InModeOrTransitionAssignment_2_3_0)
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getInModeOrTransitionAssignment_2_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessCategory__Group_4__1
+rule__FeatureGroupConnection__Group_2_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__AccessCategory__Group_4__1__Impl
+ rule__FeatureGroupConnection__Group_2_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessCategory__Group_4__1__Impl
+rule__FeatureGroupConnection__Group_2_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAccessCategoryAccess().getBusKeyword_4_1()); }
- Bus
- { after(grammarAccess.getAccessCategoryAccess().getBusKeyword_4_1()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getGroup_2_3_1()); }
+ (rule__FeatureGroupConnection__Group_2_3_1__0)*
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getGroup_2_3_1()); }
)
;
finally {
@@ -89083,796 +90576,789 @@ finally {
}
-rule__FlowSourceSpec__Group__0
+rule__FeatureGroupConnection__Group_2_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceSpec__Group__0__Impl
- rule__FlowSourceSpec__Group__1
+ rule__FeatureGroupConnection__Group_2_3_1__0__Impl
+ rule__FeatureGroupConnection__Group_2_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__Group__0__Impl
+rule__FeatureGroupConnection__Group_2_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceSpecAccess().getNameAssignment_0()); }
- (rule__FlowSourceSpec__NameAssignment_0)
- { after(grammarAccess.getFlowSourceSpecAccess().getNameAssignment_0()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getCommaKeyword_2_3_1_0()); }
+ Comma
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getCommaKeyword_2_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__Group__1
+rule__FeatureGroupConnection__Group_2_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceSpec__Group__1__Impl
- rule__FlowSourceSpec__Group__2
+ rule__FeatureGroupConnection__Group_2_3_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__Group__1__Impl
+rule__FeatureGroupConnection__Group_2_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceSpecAccess().getColonKeyword_1()); }
- Colon
- { after(grammarAccess.getFlowSourceSpecAccess().getColonKeyword_1()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getInModeOrTransitionAssignment_2_3_1_1()); }
+ (rule__FeatureGroupConnection__InModeOrTransitionAssignment_2_3_1_1)
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getInModeOrTransitionAssignment_2_3_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__Group__2
+
+rule__FeatureConnection__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceSpec__Group__2__Impl
- rule__FlowSourceSpec__Group__3
+ rule__FeatureConnection__Group__0__Impl
+ rule__FeatureConnection__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__Group__2__Impl
+rule__FeatureConnection__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceSpecAccess().getFlowKeyword_2()); }
- Flow
- { after(grammarAccess.getFlowSourceSpecAccess().getFlowKeyword_2()); }
+ { before(grammarAccess.getFeatureConnectionAccess().getAlternatives_0()); }
+ (rule__FeatureConnection__Alternatives_0)
+ { after(grammarAccess.getFeatureConnectionAccess().getAlternatives_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__Group__3
+rule__FeatureConnection__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceSpec__Group__3__Impl
- rule__FlowSourceSpec__Group__4
+ rule__FeatureConnection__Group__1__Impl
+ rule__FeatureConnection__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__Group__3__Impl
+rule__FeatureConnection__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceSpecAccess().getKindAssignment_3()); }
- (rule__FlowSourceSpec__KindAssignment_3)
- { after(grammarAccess.getFlowSourceSpecAccess().getKindAssignment_3()); }
+ { before(grammarAccess.getFeatureConnectionAccess().getGroup_1()); }
+ (rule__FeatureConnection__Group_1__0)?
+ { after(grammarAccess.getFeatureConnectionAccess().getGroup_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__Group__4
+rule__FeatureConnection__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceSpec__Group__4__Impl
- rule__FlowSourceSpec__Group__5
+ rule__FeatureConnection__Group__2__Impl
+ rule__FeatureConnection__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__Group__4__Impl
+rule__FeatureConnection__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceSpecAccess().getOutEndAssignment_4()); }
- (rule__FlowSourceSpec__OutEndAssignment_4)
- { after(grammarAccess.getFlowSourceSpecAccess().getOutEndAssignment_4()); }
+ { before(grammarAccess.getFeatureConnectionAccess().getGroup_2()); }
+ (rule__FeatureConnection__Group_2__0)?
+ { after(grammarAccess.getFeatureConnectionAccess().getGroup_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__Group__5
+rule__FeatureConnection__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceSpec__Group__5__Impl
- rule__FlowSourceSpec__Group__6
+ rule__FeatureConnection__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__Group__5__Impl
+rule__FeatureConnection__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceSpecAccess().getGroup_5()); }
- (rule__FlowSourceSpec__Group_5__0)?
- { after(grammarAccess.getFlowSourceSpecAccess().getGroup_5()); }
+ { before(grammarAccess.getFeatureConnectionAccess().getSemicolonKeyword_3()); }
+ Semicolon
+ { after(grammarAccess.getFeatureConnectionAccess().getSemicolonKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__Group__6
+
+rule__FeatureConnection__Group_0_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceSpec__Group__6__Impl
- rule__FlowSourceSpec__Group__7
+ rule__FeatureConnection__Group_0_0__0__Impl
+ rule__FeatureConnection__Group_0_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__Group__6__Impl
+rule__FeatureConnection__Group_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceSpecAccess().getGroup_6()); }
- (rule__FlowSourceSpec__Group_6__0)?
- { after(grammarAccess.getFlowSourceSpecAccess().getGroup_6()); }
+ { before(grammarAccess.getFeatureConnectionAccess().getNameAssignment_0_0_0()); }
+ (rule__FeatureConnection__NameAssignment_0_0_0)
+ { after(grammarAccess.getFeatureConnectionAccess().getNameAssignment_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__Group__7
+rule__FeatureConnection__Group_0_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceSpec__Group__7__Impl
+ rule__FeatureConnection__Group_0_0__1__Impl
+ rule__FeatureConnection__Group_0_0__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__Group__7__Impl
+rule__FeatureConnection__Group_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceSpecAccess().getSemicolonKeyword_7()); }
- Semicolon
- { after(grammarAccess.getFlowSourceSpecAccess().getSemicolonKeyword_7()); }
+ { before(grammarAccess.getFeatureConnectionAccess().getColonKeyword_0_0_1()); }
+ Colon
+ { after(grammarAccess.getFeatureConnectionAccess().getColonKeyword_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FlowSourceSpec__Group_5__0
+rule__FeatureConnection__Group_0_0__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceSpec__Group_5__0__Impl
- rule__FlowSourceSpec__Group_5__1
+ rule__FeatureConnection__Group_0_0__2__Impl
+ rule__FeatureConnection__Group_0_0__3
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__Group_5__0__Impl
+rule__FeatureConnection__Group_0_0__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceSpecAccess().getLeftCurlyBracketKeyword_5_0()); }
- LeftCurlyBracket
- { after(grammarAccess.getFlowSourceSpecAccess().getLeftCurlyBracketKeyword_5_0()); }
+ { before(grammarAccess.getFeatureConnectionAccess().getFeatureKeyword_0_0_2()); }
+ Feature
+ { after(grammarAccess.getFeatureConnectionAccess().getFeatureKeyword_0_0_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__Group_5__1
+rule__FeatureConnection__Group_0_0__3
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceSpec__Group_5__1__Impl
- rule__FlowSourceSpec__Group_5__2
+ rule__FeatureConnection__Group_0_0__3__Impl
+ rule__FeatureConnection__Group_0_0__4
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__Group_5__1__Impl
+rule__FeatureConnection__Group_0_0__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getFlowSourceSpecAccess().getOwnedPropertyAssociationAssignment_5_1()); }
- (rule__FlowSourceSpec__OwnedPropertyAssociationAssignment_5_1)
- { after(grammarAccess.getFlowSourceSpecAccess().getOwnedPropertyAssociationAssignment_5_1()); }
- )
- (
- { before(grammarAccess.getFlowSourceSpecAccess().getOwnedPropertyAssociationAssignment_5_1()); }
- (rule__FlowSourceSpec__OwnedPropertyAssociationAssignment_5_1)*
- { after(grammarAccess.getFlowSourceSpecAccess().getOwnedPropertyAssociationAssignment_5_1()); }
- )
+ { before(grammarAccess.getFeatureConnectionAccess().getSourceAssignment_0_0_3()); }
+ (rule__FeatureConnection__SourceAssignment_0_0_3)
+ { after(grammarAccess.getFeatureConnectionAccess().getSourceAssignment_0_0_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__Group_5__2
+rule__FeatureConnection__Group_0_0__4
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceSpec__Group_5__2__Impl
+ rule__FeatureConnection__Group_0_0__4__Impl
+ rule__FeatureConnection__Group_0_0__5
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__Group_5__2__Impl
+rule__FeatureConnection__Group_0_0__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceSpecAccess().getRightCurlyBracketKeyword_5_2()); }
- RightCurlyBracket
- { after(grammarAccess.getFlowSourceSpecAccess().getRightCurlyBracketKeyword_5_2()); }
+ { before(grammarAccess.getFeatureConnectionAccess().getAlternatives_0_0_4()); }
+ (rule__FeatureConnection__Alternatives_0_0_4)
+ { after(grammarAccess.getFeatureConnectionAccess().getAlternatives_0_0_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FlowSourceSpec__Group_6__0
+rule__FeatureConnection__Group_0_0__5
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceSpec__Group_6__0__Impl
- rule__FlowSourceSpec__Group_6__1
+ rule__FeatureConnection__Group_0_0__5__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__Group_6__0__Impl
+rule__FeatureConnection__Group_0_0__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceSpecAccess().getInModesKeywordsParserRuleCall_6_0()); }
- ruleInModesKeywords
- { after(grammarAccess.getFlowSourceSpecAccess().getInModesKeywordsParserRuleCall_6_0()); }
+ { before(grammarAccess.getFeatureConnectionAccess().getDestinationAssignment_0_0_5()); }
+ (rule__FeatureConnection__DestinationAssignment_0_0_5)
+ { after(grammarAccess.getFeatureConnectionAccess().getDestinationAssignment_0_0_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__Group_6__1
+
+rule__FeatureConnection__Group_0_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceSpec__Group_6__1__Impl
- rule__FlowSourceSpec__Group_6__2
+ rule__FeatureConnection__Group_0_1__0__Impl
+ rule__FeatureConnection__Group_0_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__Group_6__1__Impl
+rule__FeatureConnection__Group_0_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceSpecAccess().getLeftParenthesisKeyword_6_1()); }
- LeftParenthesis
- { after(grammarAccess.getFlowSourceSpecAccess().getLeftParenthesisKeyword_6_1()); }
+ { before(grammarAccess.getFeatureConnectionAccess().getRefinedAssignment_0_1_0()); }
+ (rule__FeatureConnection__RefinedAssignment_0_1_0)
+ { after(grammarAccess.getFeatureConnectionAccess().getRefinedAssignment_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__Group_6__2
+rule__FeatureConnection__Group_0_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceSpec__Group_6__2__Impl
- rule__FlowSourceSpec__Group_6__3
+ rule__FeatureConnection__Group_0_1__1__Impl
+ rule__FeatureConnection__Group_0_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__Group_6__2__Impl
+rule__FeatureConnection__Group_0_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceSpecAccess().getInModeOrTransitionAssignment_6_2()); }
- (rule__FlowSourceSpec__InModeOrTransitionAssignment_6_2)
- { after(grammarAccess.getFlowSourceSpecAccess().getInModeOrTransitionAssignment_6_2()); }
+ { before(grammarAccess.getFeatureConnectionAccess().getColonKeyword_0_1_1()); }
+ Colon
+ { after(grammarAccess.getFeatureConnectionAccess().getColonKeyword_0_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__Group_6__3
+rule__FeatureConnection__Group_0_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceSpec__Group_6__3__Impl
- rule__FlowSourceSpec__Group_6__4
+ rule__FeatureConnection__Group_0_1__2__Impl
+ rule__FeatureConnection__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__Group_6__3__Impl
+rule__FeatureConnection__Group_0_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceSpecAccess().getGroup_6_3()); }
- (rule__FlowSourceSpec__Group_6_3__0)*
- { after(grammarAccess.getFlowSourceSpecAccess().getGroup_6_3()); }
+ { before(grammarAccess.getFeatureConnectionAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getFeatureConnectionAccess().getRefinedKeyword_0_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__Group_6__4
+rule__FeatureConnection__Group_0_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceSpec__Group_6__4__Impl
+ rule__FeatureConnection__Group_0_1__3__Impl
+ rule__FeatureConnection__Group_0_1__4
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__Group_6__4__Impl
+rule__FeatureConnection__Group_0_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceSpecAccess().getRightParenthesisKeyword_6_4()); }
- RightParenthesis
- { after(grammarAccess.getFlowSourceSpecAccess().getRightParenthesisKeyword_6_4()); }
+ { before(grammarAccess.getFeatureConnectionAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getFeatureConnectionAccess().getToKeyword_0_1_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FlowSourceSpec__Group_6_3__0
+rule__FeatureConnection__Group_0_1__4
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceSpec__Group_6_3__0__Impl
- rule__FlowSourceSpec__Group_6_3__1
+ rule__FeatureConnection__Group_0_1__4__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__Group_6_3__0__Impl
+rule__FeatureConnection__Group_0_1__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceSpecAccess().getCommaKeyword_6_3_0()); }
- Comma
- { after(grammarAccess.getFlowSourceSpecAccess().getCommaKeyword_6_3_0()); }
+ { before(grammarAccess.getFeatureConnectionAccess().getFeatureKeyword_0_1_4()); }
+ Feature
+ { after(grammarAccess.getFeatureConnectionAccess().getFeatureKeyword_0_1_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__Group_6_3__1
+
+rule__FeatureConnection__Group_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceSpec__Group_6_3__1__Impl
+ rule__FeatureConnection__Group_1__0__Impl
+ rule__FeatureConnection__Group_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__Group_6_3__1__Impl
+rule__FeatureConnection__Group_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceSpecAccess().getInModeOrTransitionAssignment_6_3_1()); }
- (rule__FlowSourceSpec__InModeOrTransitionAssignment_6_3_1)
- { after(grammarAccess.getFlowSourceSpecAccess().getInModeOrTransitionAssignment_6_3_1()); }
+ { before(grammarAccess.getFeatureConnectionAccess().getLeftCurlyBracketKeyword_1_0()); }
+ LeftCurlyBracket
+ { after(grammarAccess.getFeatureConnectionAccess().getLeftCurlyBracketKeyword_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FlowSinkSpec__Group__0
+rule__FeatureConnection__Group_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkSpec__Group__0__Impl
- rule__FlowSinkSpec__Group__1
+ rule__FeatureConnection__Group_1__1__Impl
+ rule__FeatureConnection__Group_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__Group__0__Impl
+rule__FeatureConnection__Group_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkSpecAccess().getNameAssignment_0()); }
- (rule__FlowSinkSpec__NameAssignment_0)
- { after(grammarAccess.getFlowSinkSpecAccess().getNameAssignment_0()); }
+ (
+ { before(grammarAccess.getFeatureConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
+ (rule__FeatureConnection__OwnedPropertyAssociationAssignment_1_1)
+ { after(grammarAccess.getFeatureConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
+ )
+ (
+ { before(grammarAccess.getFeatureConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
+ (rule__FeatureConnection__OwnedPropertyAssociationAssignment_1_1)*
+ { after(grammarAccess.getFeatureConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__Group__1
+rule__FeatureConnection__Group_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkSpec__Group__1__Impl
- rule__FlowSinkSpec__Group__2
+ rule__FeatureConnection__Group_1__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__Group__1__Impl
+rule__FeatureConnection__Group_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkSpecAccess().getColonKeyword_1()); }
- Colon
- { after(grammarAccess.getFlowSinkSpecAccess().getColonKeyword_1()); }
+ { before(grammarAccess.getFeatureConnectionAccess().getRightCurlyBracketKeyword_1_2()); }
+ RightCurlyBracket
+ { after(grammarAccess.getFeatureConnectionAccess().getRightCurlyBracketKeyword_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__Group__2
+
+rule__FeatureConnection__Group_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkSpec__Group__2__Impl
- rule__FlowSinkSpec__Group__3
+ rule__FeatureConnection__Group_2__0__Impl
+ rule__FeatureConnection__Group_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__Group__2__Impl
+rule__FeatureConnection__Group_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkSpecAccess().getFlowKeyword_2()); }
- Flow
- { after(grammarAccess.getFlowSinkSpecAccess().getFlowKeyword_2()); }
+ { before(grammarAccess.getFeatureConnectionAccess().getInKeyword_2_0()); }
+ In
+ { after(grammarAccess.getFeatureConnectionAccess().getInKeyword_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__Group__3
+rule__FeatureConnection__Group_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkSpec__Group__3__Impl
- rule__FlowSinkSpec__Group__4
+ rule__FeatureConnection__Group_2__1__Impl
+ rule__FeatureConnection__Group_2__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__Group__3__Impl
+rule__FeatureConnection__Group_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkSpecAccess().getKindAssignment_3()); }
- (rule__FlowSinkSpec__KindAssignment_3)
- { after(grammarAccess.getFlowSinkSpecAccess().getKindAssignment_3()); }
+ { before(grammarAccess.getFeatureConnectionAccess().getModesKeyword_2_1()); }
+ Modes
+ { after(grammarAccess.getFeatureConnectionAccess().getModesKeyword_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__Group__4
+rule__FeatureConnection__Group_2__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkSpec__Group__4__Impl
- rule__FlowSinkSpec__Group__5
+ rule__FeatureConnection__Group_2__2__Impl
+ rule__FeatureConnection__Group_2__3
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__Group__4__Impl
+rule__FeatureConnection__Group_2__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkSpecAccess().getInEndAssignment_4()); }
- (rule__FlowSinkSpec__InEndAssignment_4)
- { after(grammarAccess.getFlowSinkSpecAccess().getInEndAssignment_4()); }
+ { before(grammarAccess.getFeatureConnectionAccess().getLeftParenthesisKeyword_2_2()); }
+ LeftParenthesis
+ { after(grammarAccess.getFeatureConnectionAccess().getLeftParenthesisKeyword_2_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__Group__5
+rule__FeatureConnection__Group_2__3
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkSpec__Group__5__Impl
- rule__FlowSinkSpec__Group__6
+ rule__FeatureConnection__Group_2__3__Impl
+ rule__FeatureConnection__Group_2__4
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__Group__5__Impl
+rule__FeatureConnection__Group_2__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkSpecAccess().getGroup_5()); }
- (rule__FlowSinkSpec__Group_5__0)?
- { after(grammarAccess.getFlowSinkSpecAccess().getGroup_5()); }
+ { before(grammarAccess.getFeatureConnectionAccess().getGroup_2_3()); }
+ (rule__FeatureConnection__Group_2_3__0)
+ { after(grammarAccess.getFeatureConnectionAccess().getGroup_2_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__Group__6
+rule__FeatureConnection__Group_2__4
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkSpec__Group__6__Impl
- rule__FlowSinkSpec__Group__7
+ rule__FeatureConnection__Group_2__4__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__Group__6__Impl
+rule__FeatureConnection__Group_2__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkSpecAccess().getGroup_6()); }
- (rule__FlowSinkSpec__Group_6__0)?
- { after(grammarAccess.getFlowSinkSpecAccess().getGroup_6()); }
+ { before(grammarAccess.getFeatureConnectionAccess().getRightParenthesisKeyword_2_4()); }
+ RightParenthesis
+ { after(grammarAccess.getFeatureConnectionAccess().getRightParenthesisKeyword_2_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__Group__7
+
+rule__FeatureConnection__Group_2_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkSpec__Group__7__Impl
+ rule__FeatureConnection__Group_2_3__0__Impl
+ rule__FeatureConnection__Group_2_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__Group__7__Impl
+rule__FeatureConnection__Group_2_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkSpecAccess().getSemicolonKeyword_7()); }
- Semicolon
- { after(grammarAccess.getFlowSinkSpecAccess().getSemicolonKeyword_7()); }
+ { before(grammarAccess.getFeatureConnectionAccess().getInModeOrTransitionAssignment_2_3_0()); }
+ (rule__FeatureConnection__InModeOrTransitionAssignment_2_3_0)
+ { after(grammarAccess.getFeatureConnectionAccess().getInModeOrTransitionAssignment_2_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FlowSinkSpec__Group_5__0
+rule__FeatureConnection__Group_2_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkSpec__Group_5__0__Impl
- rule__FlowSinkSpec__Group_5__1
+ rule__FeatureConnection__Group_2_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__Group_5__0__Impl
+rule__FeatureConnection__Group_2_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkSpecAccess().getLeftCurlyBracketKeyword_5_0()); }
- LeftCurlyBracket
- { after(grammarAccess.getFlowSinkSpecAccess().getLeftCurlyBracketKeyword_5_0()); }
+ { before(grammarAccess.getFeatureConnectionAccess().getGroup_2_3_1()); }
+ (rule__FeatureConnection__Group_2_3_1__0)*
+ { after(grammarAccess.getFeatureConnectionAccess().getGroup_2_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__Group_5__1
+
+rule__FeatureConnection__Group_2_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkSpec__Group_5__1__Impl
- rule__FlowSinkSpec__Group_5__2
+ rule__FeatureConnection__Group_2_3_1__0__Impl
+ rule__FeatureConnection__Group_2_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__Group_5__1__Impl
+rule__FeatureConnection__Group_2_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getFlowSinkSpecAccess().getOwnedPropertyAssociationAssignment_5_1()); }
- (rule__FlowSinkSpec__OwnedPropertyAssociationAssignment_5_1)
- { after(grammarAccess.getFlowSinkSpecAccess().getOwnedPropertyAssociationAssignment_5_1()); }
- )
- (
- { before(grammarAccess.getFlowSinkSpecAccess().getOwnedPropertyAssociationAssignment_5_1()); }
- (rule__FlowSinkSpec__OwnedPropertyAssociationAssignment_5_1)*
- { after(grammarAccess.getFlowSinkSpecAccess().getOwnedPropertyAssociationAssignment_5_1()); }
- )
+ { before(grammarAccess.getFeatureConnectionAccess().getCommaKeyword_2_3_1_0()); }
+ Comma
+ { after(grammarAccess.getFeatureConnectionAccess().getCommaKeyword_2_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__Group_5__2
+rule__FeatureConnection__Group_2_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkSpec__Group_5__2__Impl
+ rule__FeatureConnection__Group_2_3_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__Group_5__2__Impl
+rule__FeatureConnection__Group_2_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkSpecAccess().getRightCurlyBracketKeyword_5_2()); }
- RightCurlyBracket
- { after(grammarAccess.getFlowSinkSpecAccess().getRightCurlyBracketKeyword_5_2()); }
+ { before(grammarAccess.getFeatureConnectionAccess().getInModeOrTransitionAssignment_2_3_1_1()); }
+ (rule__FeatureConnection__InModeOrTransitionAssignment_2_3_1_1)
+ { after(grammarAccess.getFeatureConnectionAccess().getInModeOrTransitionAssignment_2_3_1_1()); }
)
;
finally {
@@ -89880,681 +91366,681 @@ finally {
}
-rule__FlowSinkSpec__Group_6__0
+rule__ParameterConnection__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkSpec__Group_6__0__Impl
- rule__FlowSinkSpec__Group_6__1
+ rule__ParameterConnection__Group__0__Impl
+ rule__ParameterConnection__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__Group_6__0__Impl
+rule__ParameterConnection__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkSpecAccess().getInModesKeywordsParserRuleCall_6_0()); }
- ruleInModesKeywords
- { after(grammarAccess.getFlowSinkSpecAccess().getInModesKeywordsParserRuleCall_6_0()); }
+ { before(grammarAccess.getParameterConnectionAccess().getAlternatives_0()); }
+ (rule__ParameterConnection__Alternatives_0)
+ { after(grammarAccess.getParameterConnectionAccess().getAlternatives_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__Group_6__1
+rule__ParameterConnection__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkSpec__Group_6__1__Impl
- rule__FlowSinkSpec__Group_6__2
+ rule__ParameterConnection__Group__1__Impl
+ rule__ParameterConnection__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__Group_6__1__Impl
+rule__ParameterConnection__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkSpecAccess().getLeftParenthesisKeyword_6_1()); }
- LeftParenthesis
- { after(grammarAccess.getFlowSinkSpecAccess().getLeftParenthesisKeyword_6_1()); }
+ { before(grammarAccess.getParameterConnectionAccess().getGroup_1()); }
+ (rule__ParameterConnection__Group_1__0)?
+ { after(grammarAccess.getParameterConnectionAccess().getGroup_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__Group_6__2
+rule__ParameterConnection__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkSpec__Group_6__2__Impl
- rule__FlowSinkSpec__Group_6__3
+ rule__ParameterConnection__Group__2__Impl
+ rule__ParameterConnection__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__Group_6__2__Impl
+rule__ParameterConnection__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkSpecAccess().getInModeOrTransitionAssignment_6_2()); }
- (rule__FlowSinkSpec__InModeOrTransitionAssignment_6_2)
- { after(grammarAccess.getFlowSinkSpecAccess().getInModeOrTransitionAssignment_6_2()); }
+ { before(grammarAccess.getParameterConnectionAccess().getGroup_2()); }
+ (rule__ParameterConnection__Group_2__0)?
+ { after(grammarAccess.getParameterConnectionAccess().getGroup_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__Group_6__3
+rule__ParameterConnection__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkSpec__Group_6__3__Impl
- rule__FlowSinkSpec__Group_6__4
+ rule__ParameterConnection__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__Group_6__3__Impl
+rule__ParameterConnection__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkSpecAccess().getGroup_6_3()); }
- (rule__FlowSinkSpec__Group_6_3__0)*
- { after(grammarAccess.getFlowSinkSpecAccess().getGroup_6_3()); }
+ { before(grammarAccess.getParameterConnectionAccess().getSemicolonKeyword_3()); }
+ Semicolon
+ { after(grammarAccess.getParameterConnectionAccess().getSemicolonKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__Group_6__4
+
+rule__ParameterConnection__Group_0_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkSpec__Group_6__4__Impl
+ rule__ParameterConnection__Group_0_0__0__Impl
+ rule__ParameterConnection__Group_0_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__Group_6__4__Impl
+rule__ParameterConnection__Group_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkSpecAccess().getRightParenthesisKeyword_6_4()); }
- RightParenthesis
- { after(grammarAccess.getFlowSinkSpecAccess().getRightParenthesisKeyword_6_4()); }
+ { before(grammarAccess.getParameterConnectionAccess().getNameAssignment_0_0_0()); }
+ (rule__ParameterConnection__NameAssignment_0_0_0)
+ { after(grammarAccess.getParameterConnectionAccess().getNameAssignment_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FlowSinkSpec__Group_6_3__0
+rule__ParameterConnection__Group_0_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkSpec__Group_6_3__0__Impl
- rule__FlowSinkSpec__Group_6_3__1
+ rule__ParameterConnection__Group_0_0__1__Impl
+ rule__ParameterConnection__Group_0_0__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__Group_6_3__0__Impl
+rule__ParameterConnection__Group_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkSpecAccess().getCommaKeyword_6_3_0()); }
- Comma
- { after(grammarAccess.getFlowSinkSpecAccess().getCommaKeyword_6_3_0()); }
+ { before(grammarAccess.getParameterConnectionAccess().getColonKeyword_0_0_1()); }
+ Colon
+ { after(grammarAccess.getParameterConnectionAccess().getColonKeyword_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__Group_6_3__1
+rule__ParameterConnection__Group_0_0__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkSpec__Group_6_3__1__Impl
+ rule__ParameterConnection__Group_0_0__2__Impl
+ rule__ParameterConnection__Group_0_0__3
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__Group_6_3__1__Impl
+rule__ParameterConnection__Group_0_0__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkSpecAccess().getInModeOrTransitionAssignment_6_3_1()); }
- (rule__FlowSinkSpec__InModeOrTransitionAssignment_6_3_1)
- { after(grammarAccess.getFlowSinkSpecAccess().getInModeOrTransitionAssignment_6_3_1()); }
+ { before(grammarAccess.getParameterConnectionAccess().getParameterKeyword_0_0_2()); }
+ Parameter
+ { after(grammarAccess.getParameterConnectionAccess().getParameterKeyword_0_0_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FlowPathSpec__Group__0
+rule__ParameterConnection__Group_0_0__3
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathSpec__Group__0__Impl
- rule__FlowPathSpec__Group__1
+ rule__ParameterConnection__Group_0_0__3__Impl
+ rule__ParameterConnection__Group_0_0__4
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group__0__Impl
+rule__ParameterConnection__Group_0_0__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathSpecAccess().getNameAssignment_0()); }
- (rule__FlowPathSpec__NameAssignment_0)
- { after(grammarAccess.getFlowPathSpecAccess().getNameAssignment_0()); }
+ { before(grammarAccess.getParameterConnectionAccess().getSourceAssignment_0_0_3()); }
+ (rule__ParameterConnection__SourceAssignment_0_0_3)
+ { after(grammarAccess.getParameterConnectionAccess().getSourceAssignment_0_0_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group__1
+rule__ParameterConnection__Group_0_0__4
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathSpec__Group__1__Impl
- rule__FlowPathSpec__Group__2
+ rule__ParameterConnection__Group_0_0__4__Impl
+ rule__ParameterConnection__Group_0_0__5
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group__1__Impl
+rule__ParameterConnection__Group_0_0__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathSpecAccess().getColonKeyword_1()); }
- Colon
- { after(grammarAccess.getFlowPathSpecAccess().getColonKeyword_1()); }
+ { before(grammarAccess.getParameterConnectionAccess().getHyphenMinusGreaterThanSignKeyword_0_0_4()); }
+ HyphenMinusGreaterThanSign
+ { after(grammarAccess.getParameterConnectionAccess().getHyphenMinusGreaterThanSignKeyword_0_0_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group__2
+rule__ParameterConnection__Group_0_0__5
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathSpec__Group__2__Impl
- rule__FlowPathSpec__Group__3
+ rule__ParameterConnection__Group_0_0__5__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group__2__Impl
+rule__ParameterConnection__Group_0_0__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathSpecAccess().getFlowKeyword_2()); }
- Flow
- { after(grammarAccess.getFlowPathSpecAccess().getFlowKeyword_2()); }
+ { before(grammarAccess.getParameterConnectionAccess().getDestinationAssignment_0_0_5()); }
+ (rule__ParameterConnection__DestinationAssignment_0_0_5)
+ { after(grammarAccess.getParameterConnectionAccess().getDestinationAssignment_0_0_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group__3
+
+rule__ParameterConnection__Group_0_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathSpec__Group__3__Impl
- rule__FlowPathSpec__Group__4
+ rule__ParameterConnection__Group_0_1__0__Impl
+ rule__ParameterConnection__Group_0_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group__3__Impl
+rule__ParameterConnection__Group_0_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathSpecAccess().getKindAssignment_3()); }
- (rule__FlowPathSpec__KindAssignment_3)
- { after(grammarAccess.getFlowPathSpecAccess().getKindAssignment_3()); }
+ { before(grammarAccess.getParameterConnectionAccess().getRefinedAssignment_0_1_0()); }
+ (rule__ParameterConnection__RefinedAssignment_0_1_0)
+ { after(grammarAccess.getParameterConnectionAccess().getRefinedAssignment_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group__4
+rule__ParameterConnection__Group_0_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathSpec__Group__4__Impl
- rule__FlowPathSpec__Group__5
+ rule__ParameterConnection__Group_0_1__1__Impl
+ rule__ParameterConnection__Group_0_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group__4__Impl
+rule__ParameterConnection__Group_0_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathSpecAccess().getInEndAssignment_4()); }
- (rule__FlowPathSpec__InEndAssignment_4)
- { after(grammarAccess.getFlowPathSpecAccess().getInEndAssignment_4()); }
+ { before(grammarAccess.getParameterConnectionAccess().getColonKeyword_0_1_1()); }
+ Colon
+ { after(grammarAccess.getParameterConnectionAccess().getColonKeyword_0_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group__5
+rule__ParameterConnection__Group_0_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathSpec__Group__5__Impl
- rule__FlowPathSpec__Group__6
+ rule__ParameterConnection__Group_0_1__2__Impl
+ rule__ParameterConnection__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group__5__Impl
+rule__ParameterConnection__Group_0_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathSpecAccess().getHyphenMinusGreaterThanSignKeyword_5()); }
- HyphenMinusGreaterThanSign
- { after(grammarAccess.getFlowPathSpecAccess().getHyphenMinusGreaterThanSignKeyword_5()); }
+ { before(grammarAccess.getParameterConnectionAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getParameterConnectionAccess().getRefinedKeyword_0_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group__6
+rule__ParameterConnection__Group_0_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathSpec__Group__6__Impl
- rule__FlowPathSpec__Group__7
+ rule__ParameterConnection__Group_0_1__3__Impl
+ rule__ParameterConnection__Group_0_1__4
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group__6__Impl
+rule__ParameterConnection__Group_0_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathSpecAccess().getOutEndAssignment_6()); }
- (rule__FlowPathSpec__OutEndAssignment_6)
- { after(grammarAccess.getFlowPathSpecAccess().getOutEndAssignment_6()); }
+ { before(grammarAccess.getParameterConnectionAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getParameterConnectionAccess().getToKeyword_0_1_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group__7
+rule__ParameterConnection__Group_0_1__4
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathSpec__Group__7__Impl
- rule__FlowPathSpec__Group__8
+ rule__ParameterConnection__Group_0_1__4__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group__7__Impl
+rule__ParameterConnection__Group_0_1__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathSpecAccess().getGroup_7()); }
- (rule__FlowPathSpec__Group_7__0)?
- { after(grammarAccess.getFlowPathSpecAccess().getGroup_7()); }
+ { before(grammarAccess.getParameterConnectionAccess().getParameterKeyword_0_1_4()); }
+ Parameter
+ { after(grammarAccess.getParameterConnectionAccess().getParameterKeyword_0_1_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group__8
+
+rule__ParameterConnection__Group_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathSpec__Group__8__Impl
- rule__FlowPathSpec__Group__9
+ rule__ParameterConnection__Group_1__0__Impl
+ rule__ParameterConnection__Group_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group__8__Impl
+rule__ParameterConnection__Group_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathSpecAccess().getGroup_8()); }
- (rule__FlowPathSpec__Group_8__0)?
- { after(grammarAccess.getFlowPathSpecAccess().getGroup_8()); }
+ { before(grammarAccess.getParameterConnectionAccess().getLeftCurlyBracketKeyword_1_0()); }
+ LeftCurlyBracket
+ { after(grammarAccess.getParameterConnectionAccess().getLeftCurlyBracketKeyword_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group__9
+rule__ParameterConnection__Group_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathSpec__Group__9__Impl
+ rule__ParameterConnection__Group_1__1__Impl
+ rule__ParameterConnection__Group_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group__9__Impl
+rule__ParameterConnection__Group_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathSpecAccess().getSemicolonKeyword_9()); }
- Semicolon
- { after(grammarAccess.getFlowPathSpecAccess().getSemicolonKeyword_9()); }
+ (
+ { before(grammarAccess.getParameterConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
+ (rule__ParameterConnection__OwnedPropertyAssociationAssignment_1_1)
+ { after(grammarAccess.getParameterConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
+ )
+ (
+ { before(grammarAccess.getParameterConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
+ (rule__ParameterConnection__OwnedPropertyAssociationAssignment_1_1)*
+ { after(grammarAccess.getParameterConnectionAccess().getOwnedPropertyAssociationAssignment_1_1()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FlowPathSpec__Group_7__0
+rule__ParameterConnection__Group_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathSpec__Group_7__0__Impl
- rule__FlowPathSpec__Group_7__1
+ rule__ParameterConnection__Group_1__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group_7__0__Impl
+rule__ParameterConnection__Group_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathSpecAccess().getLeftCurlyBracketKeyword_7_0()); }
- LeftCurlyBracket
- { after(grammarAccess.getFlowPathSpecAccess().getLeftCurlyBracketKeyword_7_0()); }
+ { before(grammarAccess.getParameterConnectionAccess().getRightCurlyBracketKeyword_1_2()); }
+ RightCurlyBracket
+ { after(grammarAccess.getParameterConnectionAccess().getRightCurlyBracketKeyword_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group_7__1
+
+rule__ParameterConnection__Group_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathSpec__Group_7__1__Impl
- rule__FlowPathSpec__Group_7__2
+ rule__ParameterConnection__Group_2__0__Impl
+ rule__ParameterConnection__Group_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group_7__1__Impl
+rule__ParameterConnection__Group_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getFlowPathSpecAccess().getOwnedPropertyAssociationAssignment_7_1()); }
- (rule__FlowPathSpec__OwnedPropertyAssociationAssignment_7_1)
- { after(grammarAccess.getFlowPathSpecAccess().getOwnedPropertyAssociationAssignment_7_1()); }
- )
- (
- { before(grammarAccess.getFlowPathSpecAccess().getOwnedPropertyAssociationAssignment_7_1()); }
- (rule__FlowPathSpec__OwnedPropertyAssociationAssignment_7_1)*
- { after(grammarAccess.getFlowPathSpecAccess().getOwnedPropertyAssociationAssignment_7_1()); }
- )
+ { before(grammarAccess.getParameterConnectionAccess().getInKeyword_2_0()); }
+ In
+ { after(grammarAccess.getParameterConnectionAccess().getInKeyword_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group_7__2
+rule__ParameterConnection__Group_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathSpec__Group_7__2__Impl
+ rule__ParameterConnection__Group_2__1__Impl
+ rule__ParameterConnection__Group_2__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group_7__2__Impl
+rule__ParameterConnection__Group_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathSpecAccess().getRightCurlyBracketKeyword_7_2()); }
- RightCurlyBracket
- { after(grammarAccess.getFlowPathSpecAccess().getRightCurlyBracketKeyword_7_2()); }
+ { before(grammarAccess.getParameterConnectionAccess().getModesKeyword_2_1()); }
+ Modes
+ { after(grammarAccess.getParameterConnectionAccess().getModesKeyword_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FlowPathSpec__Group_8__0
+rule__ParameterConnection__Group_2__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathSpec__Group_8__0__Impl
- rule__FlowPathSpec__Group_8__1
+ rule__ParameterConnection__Group_2__2__Impl
+ rule__ParameterConnection__Group_2__3
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group_8__0__Impl
+rule__ParameterConnection__Group_2__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathSpecAccess().getInModesKeywordsParserRuleCall_8_0()); }
- ruleInModesKeywords
- { after(grammarAccess.getFlowPathSpecAccess().getInModesKeywordsParserRuleCall_8_0()); }
+ { before(grammarAccess.getParameterConnectionAccess().getLeftParenthesisKeyword_2_2()); }
+ LeftParenthesis
+ { after(grammarAccess.getParameterConnectionAccess().getLeftParenthesisKeyword_2_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group_8__1
+rule__ParameterConnection__Group_2__3
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathSpec__Group_8__1__Impl
- rule__FlowPathSpec__Group_8__2
+ rule__ParameterConnection__Group_2__3__Impl
+ rule__ParameterConnection__Group_2__4
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group_8__1__Impl
+rule__ParameterConnection__Group_2__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathSpecAccess().getLeftParenthesisKeyword_8_1()); }
- LeftParenthesis
- { after(grammarAccess.getFlowPathSpecAccess().getLeftParenthesisKeyword_8_1()); }
+ { before(grammarAccess.getParameterConnectionAccess().getGroup_2_3()); }
+ (rule__ParameterConnection__Group_2_3__0)
+ { after(grammarAccess.getParameterConnectionAccess().getGroup_2_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group_8__2
+rule__ParameterConnection__Group_2__4
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathSpec__Group_8__2__Impl
- rule__FlowPathSpec__Group_8__3
+ rule__ParameterConnection__Group_2__4__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group_8__2__Impl
+rule__ParameterConnection__Group_2__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathSpecAccess().getInModeOrTransitionAssignment_8_2()); }
- (rule__FlowPathSpec__InModeOrTransitionAssignment_8_2)
- { after(grammarAccess.getFlowPathSpecAccess().getInModeOrTransitionAssignment_8_2()); }
+ { before(grammarAccess.getParameterConnectionAccess().getRightParenthesisKeyword_2_4()); }
+ RightParenthesis
+ { after(grammarAccess.getParameterConnectionAccess().getRightParenthesisKeyword_2_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group_8__3
+
+rule__ParameterConnection__Group_2_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathSpec__Group_8__3__Impl
- rule__FlowPathSpec__Group_8__4
+ rule__ParameterConnection__Group_2_3__0__Impl
+ rule__ParameterConnection__Group_2_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group_8__3__Impl
+rule__ParameterConnection__Group_2_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathSpecAccess().getGroup_8_3()); }
- (rule__FlowPathSpec__Group_8_3__0)*
- { after(grammarAccess.getFlowPathSpecAccess().getGroup_8_3()); }
+ { before(grammarAccess.getParameterConnectionAccess().getInModeOrTransitionAssignment_2_3_0()); }
+ (rule__ParameterConnection__InModeOrTransitionAssignment_2_3_0)
+ { after(grammarAccess.getParameterConnectionAccess().getInModeOrTransitionAssignment_2_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group_8__4
+rule__ParameterConnection__Group_2_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathSpec__Group_8__4__Impl
+ rule__ParameterConnection__Group_2_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group_8__4__Impl
+rule__ParameterConnection__Group_2_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathSpecAccess().getRightParenthesisKeyword_8_4()); }
- RightParenthesis
- { after(grammarAccess.getFlowPathSpecAccess().getRightParenthesisKeyword_8_4()); }
+ { before(grammarAccess.getParameterConnectionAccess().getGroup_2_3_1()); }
+ (rule__ParameterConnection__Group_2_3_1__0)*
+ { after(grammarAccess.getParameterConnectionAccess().getGroup_2_3_1()); }
)
;
finally {
@@ -90562,53 +92048,53 @@ finally {
}
-rule__FlowPathSpec__Group_8_3__0
+rule__ParameterConnection__Group_2_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathSpec__Group_8_3__0__Impl
- rule__FlowPathSpec__Group_8_3__1
+ rule__ParameterConnection__Group_2_3_1__0__Impl
+ rule__ParameterConnection__Group_2_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group_8_3__0__Impl
+rule__ParameterConnection__Group_2_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathSpecAccess().getCommaKeyword_8_3_0()); }
+ { before(grammarAccess.getParameterConnectionAccess().getCommaKeyword_2_3_1_0()); }
Comma
- { after(grammarAccess.getFlowPathSpecAccess().getCommaKeyword_8_3_0()); }
+ { after(grammarAccess.getParameterConnectionAccess().getCommaKeyword_2_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group_8_3__1
+rule__ParameterConnection__Group_2_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathSpec__Group_8_3__1__Impl
+ rule__ParameterConnection__Group_2_3_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__Group_8_3__1__Impl
+rule__ParameterConnection__Group_2_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathSpecAccess().getInModeOrTransitionAssignment_8_3_1()); }
- (rule__FlowPathSpec__InModeOrTransitionAssignment_8_3_1)
- { after(grammarAccess.getFlowPathSpecAccess().getInModeOrTransitionAssignment_8_3_1()); }
+ { before(grammarAccess.getParameterConnectionAccess().getInModeOrTransitionAssignment_2_3_1_1()); }
+ (rule__ParameterConnection__InModeOrTransitionAssignment_2_3_1_1)
+ { after(grammarAccess.getParameterConnectionAccess().getInModeOrTransitionAssignment_2_3_1_1()); }
)
;
finally {
@@ -90616,53 +92102,53 @@ finally {
}
-rule__FlowEnd__Group__0
+rule__AccessCategory__Group_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowEnd__Group__0__Impl
- rule__FlowEnd__Group__1
+ rule__AccessCategory__Group_3__0__Impl
+ rule__AccessCategory__Group_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowEnd__Group__0__Impl
+rule__AccessCategory__Group_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowEndAccess().getGroup_0()); }
- (rule__FlowEnd__Group_0__0)?
- { after(grammarAccess.getFlowEndAccess().getGroup_0()); }
+ { before(grammarAccess.getAccessCategoryAccess().getSubprogramKeyword_3_0()); }
+ Subprogram
+ { after(grammarAccess.getAccessCategoryAccess().getSubprogramKeyword_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowEnd__Group__1
+rule__AccessCategory__Group_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowEnd__Group__1__Impl
+ rule__AccessCategory__Group_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowEnd__Group__1__Impl
+rule__AccessCategory__Group_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowEndAccess().getFeatureAssignment_1()); }
- (rule__FlowEnd__FeatureAssignment_1)
- { after(grammarAccess.getFlowEndAccess().getFeatureAssignment_1()); }
+ { before(grammarAccess.getAccessCategoryAccess().getGroupKeyword_3_1()); }
+ Group
+ { after(grammarAccess.getAccessCategoryAccess().getGroupKeyword_3_1()); }
)
;
finally {
@@ -90670,53 +92156,53 @@ finally {
}
-rule__FlowEnd__Group_0__0
+rule__AccessCategory__Group_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowEnd__Group_0__0__Impl
- rule__FlowEnd__Group_0__1
+ rule__AccessCategory__Group_4__0__Impl
+ rule__AccessCategory__Group_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowEnd__Group_0__0__Impl
+rule__AccessCategory__Group_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowEndAccess().getContextAssignment_0_0()); }
- (rule__FlowEnd__ContextAssignment_0_0)
- { after(grammarAccess.getFlowEndAccess().getContextAssignment_0_0()); }
+ { before(grammarAccess.getAccessCategoryAccess().getVirtualKeyword_4_0()); }
+ Virtual
+ { after(grammarAccess.getAccessCategoryAccess().getVirtualKeyword_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowEnd__Group_0__1
+rule__AccessCategory__Group_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowEnd__Group_0__1__Impl
+ rule__AccessCategory__Group_4__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowEnd__Group_0__1__Impl
+rule__AccessCategory__Group_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowEndAccess().getFullStopKeyword_0_1()); }
- FullStop
- { after(grammarAccess.getFlowEndAccess().getFullStopKeyword_0_1()); }
+ { before(grammarAccess.getAccessCategoryAccess().getBusKeyword_4_1()); }
+ Bus
+ { after(grammarAccess.getAccessCategoryAccess().getBusKeyword_4_1()); }
)
;
finally {
@@ -90724,215 +92210,215 @@ finally {
}
-rule__FlowSpecRefinement__Group__0
+rule__FlowSourceSpec__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSpecRefinement__Group__0__Impl
- rule__FlowSpecRefinement__Group__1
+ rule__FlowSourceSpec__Group__0__Impl
+ rule__FlowSourceSpec__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__Group__0__Impl
+rule__FlowSourceSpec__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSpecRefinementAccess().getRefinedAssignment_0()); }
- (rule__FlowSpecRefinement__RefinedAssignment_0)
- { after(grammarAccess.getFlowSpecRefinementAccess().getRefinedAssignment_0()); }
+ { before(grammarAccess.getFlowSourceSpecAccess().getNameAssignment_0()); }
+ (rule__FlowSourceSpec__NameAssignment_0)
+ { after(grammarAccess.getFlowSourceSpecAccess().getNameAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__Group__1
+rule__FlowSourceSpec__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSpecRefinement__Group__1__Impl
- rule__FlowSpecRefinement__Group__2
+ rule__FlowSourceSpec__Group__1__Impl
+ rule__FlowSourceSpec__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__Group__1__Impl
+rule__FlowSourceSpec__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSpecRefinementAccess().getColonKeyword_1()); }
+ { before(grammarAccess.getFlowSourceSpecAccess().getColonKeyword_1()); }
Colon
- { after(grammarAccess.getFlowSpecRefinementAccess().getColonKeyword_1()); }
+ { after(grammarAccess.getFlowSourceSpecAccess().getColonKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__Group__2
+rule__FlowSourceSpec__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSpecRefinement__Group__2__Impl
- rule__FlowSpecRefinement__Group__3
+ rule__FlowSourceSpec__Group__2__Impl
+ rule__FlowSourceSpec__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__Group__2__Impl
+rule__FlowSourceSpec__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSpecRefinementAccess().getRefinedToKeywordsParserRuleCall_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getFlowSpecRefinementAccess().getRefinedToKeywordsParserRuleCall_2()); }
+ { before(grammarAccess.getFlowSourceSpecAccess().getFlowKeyword_2()); }
+ Flow
+ { after(grammarAccess.getFlowSourceSpecAccess().getFlowKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__Group__3
+rule__FlowSourceSpec__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSpecRefinement__Group__3__Impl
- rule__FlowSpecRefinement__Group__4
+ rule__FlowSourceSpec__Group__3__Impl
+ rule__FlowSourceSpec__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__Group__3__Impl
+rule__FlowSourceSpec__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSpecRefinementAccess().getFlowKeyword_3()); }
- Flow
- { after(grammarAccess.getFlowSpecRefinementAccess().getFlowKeyword_3()); }
+ { before(grammarAccess.getFlowSourceSpecAccess().getKindAssignment_3()); }
+ (rule__FlowSourceSpec__KindAssignment_3)
+ { after(grammarAccess.getFlowSourceSpecAccess().getKindAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__Group__4
+rule__FlowSourceSpec__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSpecRefinement__Group__4__Impl
- rule__FlowSpecRefinement__Group__5
+ rule__FlowSourceSpec__Group__4__Impl
+ rule__FlowSourceSpec__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__Group__4__Impl
+rule__FlowSourceSpec__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSpecRefinementAccess().getKindAssignment_4()); }
- (rule__FlowSpecRefinement__KindAssignment_4)
- { after(grammarAccess.getFlowSpecRefinementAccess().getKindAssignment_4()); }
+ { before(grammarAccess.getFlowSourceSpecAccess().getOutEndAssignment_4()); }
+ (rule__FlowSourceSpec__OutEndAssignment_4)
+ { after(grammarAccess.getFlowSourceSpecAccess().getOutEndAssignment_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__Group__5
+rule__FlowSourceSpec__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSpecRefinement__Group__5__Impl
- rule__FlowSpecRefinement__Group__6
+ rule__FlowSourceSpec__Group__5__Impl
+ rule__FlowSourceSpec__Group__6
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__Group__5__Impl
+rule__FlowSourceSpec__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSpecRefinementAccess().getGroup_5()); }
- (rule__FlowSpecRefinement__Group_5__0)?
- { after(grammarAccess.getFlowSpecRefinementAccess().getGroup_5()); }
+ { before(grammarAccess.getFlowSourceSpecAccess().getGroup_5()); }
+ (rule__FlowSourceSpec__Group_5__0)?
+ { after(grammarAccess.getFlowSourceSpecAccess().getGroup_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__Group__6
+rule__FlowSourceSpec__Group__6
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSpecRefinement__Group__6__Impl
- rule__FlowSpecRefinement__Group__7
+ rule__FlowSourceSpec__Group__6__Impl
+ rule__FlowSourceSpec__Group__7
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__Group__6__Impl
+rule__FlowSourceSpec__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSpecRefinementAccess().getGroup_6()); }
- (rule__FlowSpecRefinement__Group_6__0)?
- { after(grammarAccess.getFlowSpecRefinementAccess().getGroup_6()); }
+ { before(grammarAccess.getFlowSourceSpecAccess().getGroup_6()); }
+ (rule__FlowSourceSpec__Group_6__0)?
+ { after(grammarAccess.getFlowSourceSpecAccess().getGroup_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__Group__7
+rule__FlowSourceSpec__Group__7
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSpecRefinement__Group__7__Impl
+ rule__FlowSourceSpec__Group__7__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__Group__7__Impl
+rule__FlowSourceSpec__Group__7__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSpecRefinementAccess().getSemicolonKeyword_7()); }
+ { before(grammarAccess.getFlowSourceSpecAccess().getSemicolonKeyword_7()); }
Semicolon
- { after(grammarAccess.getFlowSpecRefinementAccess().getSemicolonKeyword_7()); }
+ { after(grammarAccess.getFlowSourceSpecAccess().getSemicolonKeyword_7()); }
)
;
finally {
@@ -90940,60 +92426,60 @@ finally {
}
-rule__FlowSpecRefinement__Group_5__0
+rule__FlowSourceSpec__Group_5__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSpecRefinement__Group_5__0__Impl
- rule__FlowSpecRefinement__Group_5__1
+ rule__FlowSourceSpec__Group_5__0__Impl
+ rule__FlowSourceSpec__Group_5__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__Group_5__0__Impl
+rule__FlowSourceSpec__Group_5__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSpecRefinementAccess().getLeftCurlyBracketKeyword_5_0()); }
+ { before(grammarAccess.getFlowSourceSpecAccess().getLeftCurlyBracketKeyword_5_0()); }
LeftCurlyBracket
- { after(grammarAccess.getFlowSpecRefinementAccess().getLeftCurlyBracketKeyword_5_0()); }
+ { after(grammarAccess.getFlowSourceSpecAccess().getLeftCurlyBracketKeyword_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__Group_5__1
+rule__FlowSourceSpec__Group_5__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSpecRefinement__Group_5__1__Impl
- rule__FlowSpecRefinement__Group_5__2
+ rule__FlowSourceSpec__Group_5__1__Impl
+ rule__FlowSourceSpec__Group_5__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__Group_5__1__Impl
+rule__FlowSourceSpec__Group_5__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
(
- { before(grammarAccess.getFlowSpecRefinementAccess().getOwnedPropertyAssociationAssignment_5_1()); }
- (rule__FlowSpecRefinement__OwnedPropertyAssociationAssignment_5_1)
- { after(grammarAccess.getFlowSpecRefinementAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ { before(grammarAccess.getFlowSourceSpecAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ (rule__FlowSourceSpec__OwnedPropertyAssociationAssignment_5_1)
+ { after(grammarAccess.getFlowSourceSpecAccess().getOwnedPropertyAssociationAssignment_5_1()); }
)
(
- { before(grammarAccess.getFlowSpecRefinementAccess().getOwnedPropertyAssociationAssignment_5_1()); }
- (rule__FlowSpecRefinement__OwnedPropertyAssociationAssignment_5_1)*
- { after(grammarAccess.getFlowSpecRefinementAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ { before(grammarAccess.getFlowSourceSpecAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ (rule__FlowSourceSpec__OwnedPropertyAssociationAssignment_5_1)*
+ { after(grammarAccess.getFlowSourceSpecAccess().getOwnedPropertyAssociationAssignment_5_1()); }
)
)
;
@@ -91001,26 +92487,26 @@ finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__Group_5__2
+rule__FlowSourceSpec__Group_5__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSpecRefinement__Group_5__2__Impl
+ rule__FlowSourceSpec__Group_5__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__Group_5__2__Impl
+rule__FlowSourceSpec__Group_5__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSpecRefinementAccess().getRightCurlyBracketKeyword_5_2()); }
+ { before(grammarAccess.getFlowSourceSpecAccess().getRightCurlyBracketKeyword_5_2()); }
RightCurlyBracket
- { after(grammarAccess.getFlowSpecRefinementAccess().getRightCurlyBracketKeyword_5_2()); }
+ { after(grammarAccess.getFlowSourceSpecAccess().getRightCurlyBracketKeyword_5_2()); }
)
;
finally {
@@ -91028,134 +92514,161 @@ finally {
}
-rule__FlowSpecRefinement__Group_6__0
+rule__FlowSourceSpec__Group_6__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSpecRefinement__Group_6__0__Impl
- rule__FlowSpecRefinement__Group_6__1
+ rule__FlowSourceSpec__Group_6__0__Impl
+ rule__FlowSourceSpec__Group_6__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__Group_6__0__Impl
+rule__FlowSourceSpec__Group_6__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSpecRefinementAccess().getInModesKeywordsParserRuleCall_6_0()); }
- ruleInModesKeywords
- { after(grammarAccess.getFlowSpecRefinementAccess().getInModesKeywordsParserRuleCall_6_0()); }
+ { before(grammarAccess.getFlowSourceSpecAccess().getInKeyword_6_0()); }
+ In
+ { after(grammarAccess.getFlowSourceSpecAccess().getInKeyword_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__Group_6__1
+rule__FlowSourceSpec__Group_6__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSpecRefinement__Group_6__1__Impl
- rule__FlowSpecRefinement__Group_6__2
+ rule__FlowSourceSpec__Group_6__1__Impl
+ rule__FlowSourceSpec__Group_6__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__Group_6__1__Impl
+rule__FlowSourceSpec__Group_6__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getFlowSourceSpecAccess().getModesKeyword_6_1()); }
+ Modes
+ { after(grammarAccess.getFlowSourceSpecAccess().getModesKeyword_6_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__FlowSourceSpec__Group_6__2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__FlowSourceSpec__Group_6__2__Impl
+ rule__FlowSourceSpec__Group_6__3
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__FlowSourceSpec__Group_6__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSpecRefinementAccess().getLeftParenthesisKeyword_6_1()); }
+ { before(grammarAccess.getFlowSourceSpecAccess().getLeftParenthesisKeyword_6_2()); }
LeftParenthesis
- { after(grammarAccess.getFlowSpecRefinementAccess().getLeftParenthesisKeyword_6_1()); }
+ { after(grammarAccess.getFlowSourceSpecAccess().getLeftParenthesisKeyword_6_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__Group_6__2
+rule__FlowSourceSpec__Group_6__3
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSpecRefinement__Group_6__2__Impl
- rule__FlowSpecRefinement__Group_6__3
+ rule__FlowSourceSpec__Group_6__3__Impl
+ rule__FlowSourceSpec__Group_6__4
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__Group_6__2__Impl
+rule__FlowSourceSpec__Group_6__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSpecRefinementAccess().getInModeOrTransitionAssignment_6_2()); }
- (rule__FlowSpecRefinement__InModeOrTransitionAssignment_6_2)
- { after(grammarAccess.getFlowSpecRefinementAccess().getInModeOrTransitionAssignment_6_2()); }
+ { before(grammarAccess.getFlowSourceSpecAccess().getInModeOrTransitionAssignment_6_3()); }
+ (rule__FlowSourceSpec__InModeOrTransitionAssignment_6_3)
+ { after(grammarAccess.getFlowSourceSpecAccess().getInModeOrTransitionAssignment_6_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__Group_6__3
+rule__FlowSourceSpec__Group_6__4
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSpecRefinement__Group_6__3__Impl
- rule__FlowSpecRefinement__Group_6__4
+ rule__FlowSourceSpec__Group_6__4__Impl
+ rule__FlowSourceSpec__Group_6__5
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__Group_6__3__Impl
+rule__FlowSourceSpec__Group_6__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSpecRefinementAccess().getGroup_6_3()); }
- (rule__FlowSpecRefinement__Group_6_3__0)*
- { after(grammarAccess.getFlowSpecRefinementAccess().getGroup_6_3()); }
+ { before(grammarAccess.getFlowSourceSpecAccess().getGroup_6_4()); }
+ (rule__FlowSourceSpec__Group_6_4__0)*
+ { after(grammarAccess.getFlowSourceSpecAccess().getGroup_6_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__Group_6__4
+rule__FlowSourceSpec__Group_6__5
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSpecRefinement__Group_6__4__Impl
+ rule__FlowSourceSpec__Group_6__5__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__Group_6__4__Impl
+rule__FlowSourceSpec__Group_6__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSpecRefinementAccess().getRightParenthesisKeyword_6_4()); }
+ { before(grammarAccess.getFlowSourceSpecAccess().getRightParenthesisKeyword_6_5()); }
RightParenthesis
- { after(grammarAccess.getFlowSpecRefinementAccess().getRightParenthesisKeyword_6_4()); }
+ { after(grammarAccess.getFlowSourceSpecAccess().getRightParenthesisKeyword_6_5()); }
)
;
finally {
@@ -91163,53 +92676,53 @@ finally {
}
-rule__FlowSpecRefinement__Group_6_3__0
+rule__FlowSourceSpec__Group_6_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSpecRefinement__Group_6_3__0__Impl
- rule__FlowSpecRefinement__Group_6_3__1
+ rule__FlowSourceSpec__Group_6_4__0__Impl
+ rule__FlowSourceSpec__Group_6_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__Group_6_3__0__Impl
+rule__FlowSourceSpec__Group_6_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSpecRefinementAccess().getCommaKeyword_6_3_0()); }
+ { before(grammarAccess.getFlowSourceSpecAccess().getCommaKeyword_6_4_0()); }
Comma
- { after(grammarAccess.getFlowSpecRefinementAccess().getCommaKeyword_6_3_0()); }
+ { after(grammarAccess.getFlowSourceSpecAccess().getCommaKeyword_6_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__Group_6_3__1
+rule__FlowSourceSpec__Group_6_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSpecRefinement__Group_6_3__1__Impl
+ rule__FlowSourceSpec__Group_6_4__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__Group_6_3__1__Impl
+rule__FlowSourceSpec__Group_6_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSpecRefinementAccess().getInModeOrTransitionAssignment_6_3_1()); }
- (rule__FlowSpecRefinement__InModeOrTransitionAssignment_6_3_1)
- { after(grammarAccess.getFlowSpecRefinementAccess().getInModeOrTransitionAssignment_6_3_1()); }
+ { before(grammarAccess.getFlowSourceSpecAccess().getInModeOrTransitionAssignment_6_4_1()); }
+ (rule__FlowSourceSpec__InModeOrTransitionAssignment_6_4_1)
+ { after(grammarAccess.getFlowSourceSpecAccess().getInModeOrTransitionAssignment_6_4_1()); }
)
;
finally {
@@ -91217,870 +92730,877 @@ finally {
}
-rule__FlowSourceImpl__Group__0
+rule__FlowSinkSpec__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceImpl__Group__0__Impl
- rule__FlowSourceImpl__Group__1
+ rule__FlowSinkSpec__Group__0__Impl
+ rule__FlowSinkSpec__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group__0__Impl
+rule__FlowSinkSpec__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceImplAccess().getSpecificationAssignment_0()); }
- (rule__FlowSourceImpl__SpecificationAssignment_0)
- { after(grammarAccess.getFlowSourceImplAccess().getSpecificationAssignment_0()); }
+ { before(grammarAccess.getFlowSinkSpecAccess().getNameAssignment_0()); }
+ (rule__FlowSinkSpec__NameAssignment_0)
+ { after(grammarAccess.getFlowSinkSpecAccess().getNameAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group__1
+rule__FlowSinkSpec__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceImpl__Group__1__Impl
- rule__FlowSourceImpl__Group__2
+ rule__FlowSinkSpec__Group__1__Impl
+ rule__FlowSinkSpec__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group__1__Impl
+rule__FlowSinkSpec__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceImplAccess().getColonKeyword_1()); }
+ { before(grammarAccess.getFlowSinkSpecAccess().getColonKeyword_1()); }
Colon
- { after(grammarAccess.getFlowSourceImplAccess().getColonKeyword_1()); }
+ { after(grammarAccess.getFlowSinkSpecAccess().getColonKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group__2
+rule__FlowSinkSpec__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceImpl__Group__2__Impl
- rule__FlowSourceImpl__Group__3
+ rule__FlowSinkSpec__Group__2__Impl
+ rule__FlowSinkSpec__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group__2__Impl
+rule__FlowSinkSpec__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceImplAccess().getFlowKeyword_2()); }
+ { before(grammarAccess.getFlowSinkSpecAccess().getFlowKeyword_2()); }
Flow
- { after(grammarAccess.getFlowSourceImplAccess().getFlowKeyword_2()); }
+ { after(grammarAccess.getFlowSinkSpecAccess().getFlowKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group__3
+rule__FlowSinkSpec__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceImpl__Group__3__Impl
- rule__FlowSourceImpl__Group__4
+ rule__FlowSinkSpec__Group__3__Impl
+ rule__FlowSinkSpec__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group__3__Impl
+rule__FlowSinkSpec__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceImplAccess().getKindAssignment_3()); }
- (rule__FlowSourceImpl__KindAssignment_3)
- { after(grammarAccess.getFlowSourceImplAccess().getKindAssignment_3()); }
+ { before(grammarAccess.getFlowSinkSpecAccess().getKindAssignment_3()); }
+ (rule__FlowSinkSpec__KindAssignment_3)
+ { after(grammarAccess.getFlowSinkSpecAccess().getKindAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group__4
+rule__FlowSinkSpec__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceImpl__Group__4__Impl
- rule__FlowSourceImpl__Group__5
+ rule__FlowSinkSpec__Group__4__Impl
+ rule__FlowSinkSpec__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group__4__Impl
+rule__FlowSinkSpec__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceImplAccess().getGroup_4()); }
- (rule__FlowSourceImpl__Group_4__0)*
- { after(grammarAccess.getFlowSourceImplAccess().getGroup_4()); }
+ { before(grammarAccess.getFlowSinkSpecAccess().getInEndAssignment_4()); }
+ (rule__FlowSinkSpec__InEndAssignment_4)
+ { after(grammarAccess.getFlowSinkSpecAccess().getInEndAssignment_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group__5
+rule__FlowSinkSpec__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceImpl__Group__5__Impl
- rule__FlowSourceImpl__Group__6
+ rule__FlowSinkSpec__Group__5__Impl
+ rule__FlowSinkSpec__Group__6
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group__5__Impl
+rule__FlowSinkSpec__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceImplAccess().getOutEndAssignment_5()); }
- (rule__FlowSourceImpl__OutEndAssignment_5)
- { after(grammarAccess.getFlowSourceImplAccess().getOutEndAssignment_5()); }
+ { before(grammarAccess.getFlowSinkSpecAccess().getGroup_5()); }
+ (rule__FlowSinkSpec__Group_5__0)?
+ { after(grammarAccess.getFlowSinkSpecAccess().getGroup_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group__6
+rule__FlowSinkSpec__Group__6
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceImpl__Group__6__Impl
- rule__FlowSourceImpl__Group__7
+ rule__FlowSinkSpec__Group__6__Impl
+ rule__FlowSinkSpec__Group__7
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group__6__Impl
+rule__FlowSinkSpec__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceImplAccess().getGroup_6()); }
- (rule__FlowSourceImpl__Group_6__0)?
- { after(grammarAccess.getFlowSourceImplAccess().getGroup_6()); }
+ { before(grammarAccess.getFlowSinkSpecAccess().getGroup_6()); }
+ (rule__FlowSinkSpec__Group_6__0)?
+ { after(grammarAccess.getFlowSinkSpecAccess().getGroup_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group__7
+rule__FlowSinkSpec__Group__7
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceImpl__Group__7__Impl
- rule__FlowSourceImpl__Group__8
+ rule__FlowSinkSpec__Group__7__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group__7__Impl
+rule__FlowSinkSpec__Group__7__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceImplAccess().getGroup_7()); }
- (rule__FlowSourceImpl__Group_7__0)?
- { after(grammarAccess.getFlowSourceImplAccess().getGroup_7()); }
+ { before(grammarAccess.getFlowSinkSpecAccess().getSemicolonKeyword_7()); }
+ Semicolon
+ { after(grammarAccess.getFlowSinkSpecAccess().getSemicolonKeyword_7()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group__8
+
+rule__FlowSinkSpec__Group_5__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceImpl__Group__8__Impl
+ rule__FlowSinkSpec__Group_5__0__Impl
+ rule__FlowSinkSpec__Group_5__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group__8__Impl
+rule__FlowSinkSpec__Group_5__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceImplAccess().getSemicolonKeyword_8()); }
- Semicolon
- { after(grammarAccess.getFlowSourceImplAccess().getSemicolonKeyword_8()); }
+ { before(grammarAccess.getFlowSinkSpecAccess().getLeftCurlyBracketKeyword_5_0()); }
+ LeftCurlyBracket
+ { after(grammarAccess.getFlowSinkSpecAccess().getLeftCurlyBracketKeyword_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FlowSourceImpl__Group_4__0
+rule__FlowSinkSpec__Group_5__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceImpl__Group_4__0__Impl
- rule__FlowSourceImpl__Group_4__1
+ rule__FlowSinkSpec__Group_5__1__Impl
+ rule__FlowSinkSpec__Group_5__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group_4__0__Impl
+rule__FlowSinkSpec__Group_5__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceImplAccess().getOwnedFlowSegmentAssignment_4_0()); }
- (rule__FlowSourceImpl__OwnedFlowSegmentAssignment_4_0)
- { after(grammarAccess.getFlowSourceImplAccess().getOwnedFlowSegmentAssignment_4_0()); }
+ (
+ { before(grammarAccess.getFlowSinkSpecAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ (rule__FlowSinkSpec__OwnedPropertyAssociationAssignment_5_1)
+ { after(grammarAccess.getFlowSinkSpecAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ )
+ (
+ { before(grammarAccess.getFlowSinkSpecAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ (rule__FlowSinkSpec__OwnedPropertyAssociationAssignment_5_1)*
+ { after(grammarAccess.getFlowSinkSpecAccess().getOwnedPropertyAssociationAssignment_5_1()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group_4__1
+rule__FlowSinkSpec__Group_5__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceImpl__Group_4__1__Impl
- rule__FlowSourceImpl__Group_4__2
+ rule__FlowSinkSpec__Group_5__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group_4__1__Impl
+rule__FlowSinkSpec__Group_5__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceImplAccess().getHyphenMinusGreaterThanSignKeyword_4_1()); }
- HyphenMinusGreaterThanSign
- { after(grammarAccess.getFlowSourceImplAccess().getHyphenMinusGreaterThanSignKeyword_4_1()); }
+ { before(grammarAccess.getFlowSinkSpecAccess().getRightCurlyBracketKeyword_5_2()); }
+ RightCurlyBracket
+ { after(grammarAccess.getFlowSinkSpecAccess().getRightCurlyBracketKeyword_5_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group_4__2
+
+rule__FlowSinkSpec__Group_6__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceImpl__Group_4__2__Impl
- rule__FlowSourceImpl__Group_4__3
+ rule__FlowSinkSpec__Group_6__0__Impl
+ rule__FlowSinkSpec__Group_6__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group_4__2__Impl
+rule__FlowSinkSpec__Group_6__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceImplAccess().getOwnedFlowSegmentAssignment_4_2()); }
- (rule__FlowSourceImpl__OwnedFlowSegmentAssignment_4_2)
- { after(grammarAccess.getFlowSourceImplAccess().getOwnedFlowSegmentAssignment_4_2()); }
+ { before(grammarAccess.getFlowSinkSpecAccess().getInKeyword_6_0()); }
+ In
+ { after(grammarAccess.getFlowSinkSpecAccess().getInKeyword_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group_4__3
+rule__FlowSinkSpec__Group_6__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceImpl__Group_4__3__Impl
+ rule__FlowSinkSpec__Group_6__1__Impl
+ rule__FlowSinkSpec__Group_6__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group_4__3__Impl
+rule__FlowSinkSpec__Group_6__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceImplAccess().getHyphenMinusGreaterThanSignKeyword_4_3()); }
- HyphenMinusGreaterThanSign
- { after(grammarAccess.getFlowSourceImplAccess().getHyphenMinusGreaterThanSignKeyword_4_3()); }
+ { before(grammarAccess.getFlowSinkSpecAccess().getModesKeyword_6_1()); }
+ Modes
+ { after(grammarAccess.getFlowSinkSpecAccess().getModesKeyword_6_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FlowSourceImpl__Group_6__0
+rule__FlowSinkSpec__Group_6__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceImpl__Group_6__0__Impl
- rule__FlowSourceImpl__Group_6__1
+ rule__FlowSinkSpec__Group_6__2__Impl
+ rule__FlowSinkSpec__Group_6__3
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group_6__0__Impl
+rule__FlowSinkSpec__Group_6__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceImplAccess().getLeftCurlyBracketKeyword_6_0()); }
- LeftCurlyBracket
- { after(grammarAccess.getFlowSourceImplAccess().getLeftCurlyBracketKeyword_6_0()); }
+ { before(grammarAccess.getFlowSinkSpecAccess().getLeftParenthesisKeyword_6_2()); }
+ LeftParenthesis
+ { after(grammarAccess.getFlowSinkSpecAccess().getLeftParenthesisKeyword_6_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group_6__1
+rule__FlowSinkSpec__Group_6__3
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceImpl__Group_6__1__Impl
- rule__FlowSourceImpl__Group_6__2
+ rule__FlowSinkSpec__Group_6__3__Impl
+ rule__FlowSinkSpec__Group_6__4
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group_6__1__Impl
+rule__FlowSinkSpec__Group_6__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getFlowSourceImplAccess().getOwnedPropertyAssociationAssignment_6_1()); }
- (rule__FlowSourceImpl__OwnedPropertyAssociationAssignment_6_1)
- { after(grammarAccess.getFlowSourceImplAccess().getOwnedPropertyAssociationAssignment_6_1()); }
- )
- (
- { before(grammarAccess.getFlowSourceImplAccess().getOwnedPropertyAssociationAssignment_6_1()); }
- (rule__FlowSourceImpl__OwnedPropertyAssociationAssignment_6_1)*
- { after(grammarAccess.getFlowSourceImplAccess().getOwnedPropertyAssociationAssignment_6_1()); }
- )
+ { before(grammarAccess.getFlowSinkSpecAccess().getInModeOrTransitionAssignment_6_3()); }
+ (rule__FlowSinkSpec__InModeOrTransitionAssignment_6_3)
+ { after(grammarAccess.getFlowSinkSpecAccess().getInModeOrTransitionAssignment_6_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group_6__2
+rule__FlowSinkSpec__Group_6__4
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceImpl__Group_6__2__Impl
+ rule__FlowSinkSpec__Group_6__4__Impl
+ rule__FlowSinkSpec__Group_6__5
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group_6__2__Impl
+rule__FlowSinkSpec__Group_6__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceImplAccess().getRightCurlyBracketKeyword_6_2()); }
- RightCurlyBracket
- { after(grammarAccess.getFlowSourceImplAccess().getRightCurlyBracketKeyword_6_2()); }
+ { before(grammarAccess.getFlowSinkSpecAccess().getGroup_6_4()); }
+ (rule__FlowSinkSpec__Group_6_4__0)*
+ { after(grammarAccess.getFlowSinkSpecAccess().getGroup_6_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FlowSourceImpl__Group_7__0
+rule__FlowSinkSpec__Group_6__5
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceImpl__Group_7__0__Impl
- rule__FlowSourceImpl__Group_7__1
+ rule__FlowSinkSpec__Group_6__5__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group_7__0__Impl
+rule__FlowSinkSpec__Group_6__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceImplAccess().getInModesKeywordsParserRuleCall_7_0()); }
- ruleInModesKeywords
- { after(grammarAccess.getFlowSourceImplAccess().getInModesKeywordsParserRuleCall_7_0()); }
+ { before(grammarAccess.getFlowSinkSpecAccess().getRightParenthesisKeyword_6_5()); }
+ RightParenthesis
+ { after(grammarAccess.getFlowSinkSpecAccess().getRightParenthesisKeyword_6_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group_7__1
+
+rule__FlowSinkSpec__Group_6_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceImpl__Group_7__1__Impl
- rule__FlowSourceImpl__Group_7__2
+ rule__FlowSinkSpec__Group_6_4__0__Impl
+ rule__FlowSinkSpec__Group_6_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group_7__1__Impl
+rule__FlowSinkSpec__Group_6_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceImplAccess().getLeftParenthesisKeyword_7_1()); }
- LeftParenthesis
- { after(grammarAccess.getFlowSourceImplAccess().getLeftParenthesisKeyword_7_1()); }
+ { before(grammarAccess.getFlowSinkSpecAccess().getCommaKeyword_6_4_0()); }
+ Comma
+ { after(grammarAccess.getFlowSinkSpecAccess().getCommaKeyword_6_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group_7__2
+rule__FlowSinkSpec__Group_6_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceImpl__Group_7__2__Impl
- rule__FlowSourceImpl__Group_7__3
+ rule__FlowSinkSpec__Group_6_4__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group_7__2__Impl
+rule__FlowSinkSpec__Group_6_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceImplAccess().getInModeOrTransitionAssignment_7_2()); }
- (rule__FlowSourceImpl__InModeOrTransitionAssignment_7_2)
- { after(grammarAccess.getFlowSourceImplAccess().getInModeOrTransitionAssignment_7_2()); }
+ { before(grammarAccess.getFlowSinkSpecAccess().getInModeOrTransitionAssignment_6_4_1()); }
+ (rule__FlowSinkSpec__InModeOrTransitionAssignment_6_4_1)
+ { after(grammarAccess.getFlowSinkSpecAccess().getInModeOrTransitionAssignment_6_4_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group_7__3
+
+rule__FlowPathSpec__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceImpl__Group_7__3__Impl
- rule__FlowSourceImpl__Group_7__4
+ rule__FlowPathSpec__Group__0__Impl
+ rule__FlowPathSpec__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group_7__3__Impl
+rule__FlowPathSpec__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceImplAccess().getGroup_7_3()); }
- (rule__FlowSourceImpl__Group_7_3__0)*
- { after(grammarAccess.getFlowSourceImplAccess().getGroup_7_3()); }
+ { before(grammarAccess.getFlowPathSpecAccess().getNameAssignment_0()); }
+ (rule__FlowPathSpec__NameAssignment_0)
+ { after(grammarAccess.getFlowPathSpecAccess().getNameAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group_7__4
+rule__FlowPathSpec__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceImpl__Group_7__4__Impl
+ rule__FlowPathSpec__Group__1__Impl
+ rule__FlowPathSpec__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group_7__4__Impl
+rule__FlowPathSpec__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceImplAccess().getRightParenthesisKeyword_7_4()); }
- RightParenthesis
- { after(grammarAccess.getFlowSourceImplAccess().getRightParenthesisKeyword_7_4()); }
+ { before(grammarAccess.getFlowPathSpecAccess().getColonKeyword_1()); }
+ Colon
+ { after(grammarAccess.getFlowPathSpecAccess().getColonKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FlowSourceImpl__Group_7_3__0
+rule__FlowPathSpec__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceImpl__Group_7_3__0__Impl
- rule__FlowSourceImpl__Group_7_3__1
+ rule__FlowPathSpec__Group__2__Impl
+ rule__FlowPathSpec__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group_7_3__0__Impl
+rule__FlowPathSpec__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceImplAccess().getCommaKeyword_7_3_0()); }
- Comma
- { after(grammarAccess.getFlowSourceImplAccess().getCommaKeyword_7_3_0()); }
+ { before(grammarAccess.getFlowPathSpecAccess().getFlowKeyword_2()); }
+ Flow
+ { after(grammarAccess.getFlowPathSpecAccess().getFlowKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group_7_3__1
+rule__FlowPathSpec__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSourceImpl__Group_7_3__1__Impl
+ rule__FlowPathSpec__Group__3__Impl
+ rule__FlowPathSpec__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__Group_7_3__1__Impl
+rule__FlowPathSpec__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceImplAccess().getInModeOrTransitionAssignment_7_3_1()); }
- (rule__FlowSourceImpl__InModeOrTransitionAssignment_7_3_1)
- { after(grammarAccess.getFlowSourceImplAccess().getInModeOrTransitionAssignment_7_3_1()); }
+ { before(grammarAccess.getFlowPathSpecAccess().getKindAssignment_3()); }
+ (rule__FlowPathSpec__KindAssignment_3)
+ { after(grammarAccess.getFlowPathSpecAccess().getKindAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FlowSinkImpl__Group__0
+rule__FlowPathSpec__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkImpl__Group__0__Impl
- rule__FlowSinkImpl__Group__1
+ rule__FlowPathSpec__Group__4__Impl
+ rule__FlowPathSpec__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group__0__Impl
+rule__FlowPathSpec__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkImplAccess().getSpecificationAssignment_0()); }
- (rule__FlowSinkImpl__SpecificationAssignment_0)
- { after(grammarAccess.getFlowSinkImplAccess().getSpecificationAssignment_0()); }
+ { before(grammarAccess.getFlowPathSpecAccess().getInEndAssignment_4()); }
+ (rule__FlowPathSpec__InEndAssignment_4)
+ { after(grammarAccess.getFlowPathSpecAccess().getInEndAssignment_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group__1
+rule__FlowPathSpec__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkImpl__Group__1__Impl
- rule__FlowSinkImpl__Group__2
+ rule__FlowPathSpec__Group__5__Impl
+ rule__FlowPathSpec__Group__6
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group__1__Impl
+rule__FlowPathSpec__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkImplAccess().getColonKeyword_1()); }
- Colon
- { after(grammarAccess.getFlowSinkImplAccess().getColonKeyword_1()); }
+ { before(grammarAccess.getFlowPathSpecAccess().getHyphenMinusGreaterThanSignKeyword_5()); }
+ HyphenMinusGreaterThanSign
+ { after(grammarAccess.getFlowPathSpecAccess().getHyphenMinusGreaterThanSignKeyword_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group__2
+rule__FlowPathSpec__Group__6
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkImpl__Group__2__Impl
- rule__FlowSinkImpl__Group__3
+ rule__FlowPathSpec__Group__6__Impl
+ rule__FlowPathSpec__Group__7
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group__2__Impl
+rule__FlowPathSpec__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkImplAccess().getFlowKeyword_2()); }
- Flow
- { after(grammarAccess.getFlowSinkImplAccess().getFlowKeyword_2()); }
+ { before(grammarAccess.getFlowPathSpecAccess().getOutEndAssignment_6()); }
+ (rule__FlowPathSpec__OutEndAssignment_6)
+ { after(grammarAccess.getFlowPathSpecAccess().getOutEndAssignment_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group__3
+rule__FlowPathSpec__Group__7
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkImpl__Group__3__Impl
- rule__FlowSinkImpl__Group__4
+ rule__FlowPathSpec__Group__7__Impl
+ rule__FlowPathSpec__Group__8
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group__3__Impl
+rule__FlowPathSpec__Group__7__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkImplAccess().getKindAssignment_3()); }
- (rule__FlowSinkImpl__KindAssignment_3)
- { after(grammarAccess.getFlowSinkImplAccess().getKindAssignment_3()); }
+ { before(grammarAccess.getFlowPathSpecAccess().getGroup_7()); }
+ (rule__FlowPathSpec__Group_7__0)?
+ { after(grammarAccess.getFlowPathSpecAccess().getGroup_7()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group__4
+rule__FlowPathSpec__Group__8
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkImpl__Group__4__Impl
- rule__FlowSinkImpl__Group__5
+ rule__FlowPathSpec__Group__8__Impl
+ rule__FlowPathSpec__Group__9
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group__4__Impl
+rule__FlowPathSpec__Group__8__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkImplAccess().getInEndAssignment_4()); }
- (rule__FlowSinkImpl__InEndAssignment_4)
- { after(grammarAccess.getFlowSinkImplAccess().getInEndAssignment_4()); }
+ { before(grammarAccess.getFlowPathSpecAccess().getGroup_8()); }
+ (rule__FlowPathSpec__Group_8__0)?
+ { after(grammarAccess.getFlowPathSpecAccess().getGroup_8()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group__5
+rule__FlowPathSpec__Group__9
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkImpl__Group__5__Impl
- rule__FlowSinkImpl__Group__6
+ rule__FlowPathSpec__Group__9__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group__5__Impl
+rule__FlowPathSpec__Group__9__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkImplAccess().getGroup_5()); }
- (rule__FlowSinkImpl__Group_5__0)*
- { after(grammarAccess.getFlowSinkImplAccess().getGroup_5()); }
+ { before(grammarAccess.getFlowPathSpecAccess().getSemicolonKeyword_9()); }
+ Semicolon
+ { after(grammarAccess.getFlowPathSpecAccess().getSemicolonKeyword_9()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group__6
+
+rule__FlowPathSpec__Group_7__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkImpl__Group__6__Impl
- rule__FlowSinkImpl__Group__7
+ rule__FlowPathSpec__Group_7__0__Impl
+ rule__FlowPathSpec__Group_7__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group__6__Impl
+rule__FlowPathSpec__Group_7__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkImplAccess().getGroup_6()); }
- (rule__FlowSinkImpl__Group_6__0)?
- { after(grammarAccess.getFlowSinkImplAccess().getGroup_6()); }
+ { before(grammarAccess.getFlowPathSpecAccess().getLeftCurlyBracketKeyword_7_0()); }
+ LeftCurlyBracket
+ { after(grammarAccess.getFlowPathSpecAccess().getLeftCurlyBracketKeyword_7_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group__7
+rule__FlowPathSpec__Group_7__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkImpl__Group__7__Impl
- rule__FlowSinkImpl__Group__8
+ rule__FlowPathSpec__Group_7__1__Impl
+ rule__FlowPathSpec__Group_7__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group__7__Impl
+rule__FlowPathSpec__Group_7__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkImplAccess().getGroup_7()); }
- (rule__FlowSinkImpl__Group_7__0)?
- { after(grammarAccess.getFlowSinkImplAccess().getGroup_7()); }
+ (
+ { before(grammarAccess.getFlowPathSpecAccess().getOwnedPropertyAssociationAssignment_7_1()); }
+ (rule__FlowPathSpec__OwnedPropertyAssociationAssignment_7_1)
+ { after(grammarAccess.getFlowPathSpecAccess().getOwnedPropertyAssociationAssignment_7_1()); }
+ )
+ (
+ { before(grammarAccess.getFlowPathSpecAccess().getOwnedPropertyAssociationAssignment_7_1()); }
+ (rule__FlowPathSpec__OwnedPropertyAssociationAssignment_7_1)*
+ { after(grammarAccess.getFlowPathSpecAccess().getOwnedPropertyAssociationAssignment_7_1()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group__8
+rule__FlowPathSpec__Group_7__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkImpl__Group__8__Impl
+ rule__FlowPathSpec__Group_7__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group__8__Impl
+rule__FlowPathSpec__Group_7__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkImplAccess().getSemicolonKeyword_8()); }
- Semicolon
- { after(grammarAccess.getFlowSinkImplAccess().getSemicolonKeyword_8()); }
+ { before(grammarAccess.getFlowPathSpecAccess().getRightCurlyBracketKeyword_7_2()); }
+ RightCurlyBracket
+ { after(grammarAccess.getFlowPathSpecAccess().getRightCurlyBracketKeyword_7_2()); }
)
;
finally {
@@ -92088,330 +93608,323 @@ finally {
}
-rule__FlowSinkImpl__Group_5__0
+rule__FlowPathSpec__Group_8__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkImpl__Group_5__0__Impl
- rule__FlowSinkImpl__Group_5__1
+ rule__FlowPathSpec__Group_8__0__Impl
+ rule__FlowPathSpec__Group_8__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group_5__0__Impl
+rule__FlowPathSpec__Group_8__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkImplAccess().getHyphenMinusGreaterThanSignKeyword_5_0()); }
- HyphenMinusGreaterThanSign
- { after(grammarAccess.getFlowSinkImplAccess().getHyphenMinusGreaterThanSignKeyword_5_0()); }
+ { before(grammarAccess.getFlowPathSpecAccess().getInKeyword_8_0()); }
+ In
+ { after(grammarAccess.getFlowPathSpecAccess().getInKeyword_8_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group_5__1
+rule__FlowPathSpec__Group_8__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkImpl__Group_5__1__Impl
- rule__FlowSinkImpl__Group_5__2
+ rule__FlowPathSpec__Group_8__1__Impl
+ rule__FlowPathSpec__Group_8__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group_5__1__Impl
+rule__FlowPathSpec__Group_8__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkImplAccess().getOwnedFlowSegmentAssignment_5_1()); }
- (rule__FlowSinkImpl__OwnedFlowSegmentAssignment_5_1)
- { after(grammarAccess.getFlowSinkImplAccess().getOwnedFlowSegmentAssignment_5_1()); }
+ { before(grammarAccess.getFlowPathSpecAccess().getModesKeyword_8_1()); }
+ Modes
+ { after(grammarAccess.getFlowPathSpecAccess().getModesKeyword_8_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group_5__2
+rule__FlowPathSpec__Group_8__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkImpl__Group_5__2__Impl
- rule__FlowSinkImpl__Group_5__3
+ rule__FlowPathSpec__Group_8__2__Impl
+ rule__FlowPathSpec__Group_8__3
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group_5__2__Impl
+rule__FlowPathSpec__Group_8__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkImplAccess().getHyphenMinusGreaterThanSignKeyword_5_2()); }
- HyphenMinusGreaterThanSign
- { after(grammarAccess.getFlowSinkImplAccess().getHyphenMinusGreaterThanSignKeyword_5_2()); }
+ { before(grammarAccess.getFlowPathSpecAccess().getLeftParenthesisKeyword_8_2()); }
+ LeftParenthesis
+ { after(grammarAccess.getFlowPathSpecAccess().getLeftParenthesisKeyword_8_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group_5__3
+rule__FlowPathSpec__Group_8__3
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkImpl__Group_5__3__Impl
+ rule__FlowPathSpec__Group_8__3__Impl
+ rule__FlowPathSpec__Group_8__4
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group_5__3__Impl
+rule__FlowPathSpec__Group_8__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkImplAccess().getOwnedFlowSegmentAssignment_5_3()); }
- (rule__FlowSinkImpl__OwnedFlowSegmentAssignment_5_3)
- { after(grammarAccess.getFlowSinkImplAccess().getOwnedFlowSegmentAssignment_5_3()); }
+ { before(grammarAccess.getFlowPathSpecAccess().getInModeOrTransitionAssignment_8_3()); }
+ (rule__FlowPathSpec__InModeOrTransitionAssignment_8_3)
+ { after(grammarAccess.getFlowPathSpecAccess().getInModeOrTransitionAssignment_8_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FlowSinkImpl__Group_6__0
+rule__FlowPathSpec__Group_8__4
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkImpl__Group_6__0__Impl
- rule__FlowSinkImpl__Group_6__1
+ rule__FlowPathSpec__Group_8__4__Impl
+ rule__FlowPathSpec__Group_8__5
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group_6__0__Impl
+rule__FlowPathSpec__Group_8__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkImplAccess().getLeftCurlyBracketKeyword_6_0()); }
- LeftCurlyBracket
- { after(grammarAccess.getFlowSinkImplAccess().getLeftCurlyBracketKeyword_6_0()); }
+ { before(grammarAccess.getFlowPathSpecAccess().getGroup_8_4()); }
+ (rule__FlowPathSpec__Group_8_4__0)*
+ { after(grammarAccess.getFlowPathSpecAccess().getGroup_8_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group_6__1
+rule__FlowPathSpec__Group_8__5
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkImpl__Group_6__1__Impl
- rule__FlowSinkImpl__Group_6__2
+ rule__FlowPathSpec__Group_8__5__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group_6__1__Impl
+rule__FlowPathSpec__Group_8__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getFlowSinkImplAccess().getOwnedPropertyAssociationAssignment_6_1()); }
- (rule__FlowSinkImpl__OwnedPropertyAssociationAssignment_6_1)
- { after(grammarAccess.getFlowSinkImplAccess().getOwnedPropertyAssociationAssignment_6_1()); }
- )
- (
- { before(grammarAccess.getFlowSinkImplAccess().getOwnedPropertyAssociationAssignment_6_1()); }
- (rule__FlowSinkImpl__OwnedPropertyAssociationAssignment_6_1)*
- { after(grammarAccess.getFlowSinkImplAccess().getOwnedPropertyAssociationAssignment_6_1()); }
- )
+ { before(grammarAccess.getFlowPathSpecAccess().getRightParenthesisKeyword_8_5()); }
+ RightParenthesis
+ { after(grammarAccess.getFlowPathSpecAccess().getRightParenthesisKeyword_8_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group_6__2
+
+rule__FlowPathSpec__Group_8_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkImpl__Group_6__2__Impl
+ rule__FlowPathSpec__Group_8_4__0__Impl
+ rule__FlowPathSpec__Group_8_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group_6__2__Impl
+rule__FlowPathSpec__Group_8_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkImplAccess().getRightCurlyBracketKeyword_6_2()); }
- RightCurlyBracket
- { after(grammarAccess.getFlowSinkImplAccess().getRightCurlyBracketKeyword_6_2()); }
+ { before(grammarAccess.getFlowPathSpecAccess().getCommaKeyword_8_4_0()); }
+ Comma
+ { after(grammarAccess.getFlowPathSpecAccess().getCommaKeyword_8_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FlowSinkImpl__Group_7__0
+rule__FlowPathSpec__Group_8_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkImpl__Group_7__0__Impl
- rule__FlowSinkImpl__Group_7__1
+ rule__FlowPathSpec__Group_8_4__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group_7__0__Impl
+rule__FlowPathSpec__Group_8_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkImplAccess().getInModesKeywordsParserRuleCall_7_0()); }
- ruleInModesKeywords
- { after(grammarAccess.getFlowSinkImplAccess().getInModesKeywordsParserRuleCall_7_0()); }
+ { before(grammarAccess.getFlowPathSpecAccess().getInModeOrTransitionAssignment_8_4_1()); }
+ (rule__FlowPathSpec__InModeOrTransitionAssignment_8_4_1)
+ { after(grammarAccess.getFlowPathSpecAccess().getInModeOrTransitionAssignment_8_4_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group_7__1
+
+rule__FlowEnd__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkImpl__Group_7__1__Impl
- rule__FlowSinkImpl__Group_7__2
+ rule__FlowEnd__Group__0__Impl
+ rule__FlowEnd__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group_7__1__Impl
+rule__FlowEnd__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkImplAccess().getLeftParenthesisKeyword_7_1()); }
- LeftParenthesis
- { after(grammarAccess.getFlowSinkImplAccess().getLeftParenthesisKeyword_7_1()); }
+ { before(grammarAccess.getFlowEndAccess().getGroup_0()); }
+ (rule__FlowEnd__Group_0__0)?
+ { after(grammarAccess.getFlowEndAccess().getGroup_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group_7__2
+rule__FlowEnd__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkImpl__Group_7__2__Impl
- rule__FlowSinkImpl__Group_7__3
+ rule__FlowEnd__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group_7__2__Impl
+rule__FlowEnd__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkImplAccess().getInModeOrTransitionAssignment_7_2()); }
- (rule__FlowSinkImpl__InModeOrTransitionAssignment_7_2)
- { after(grammarAccess.getFlowSinkImplAccess().getInModeOrTransitionAssignment_7_2()); }
+ { before(grammarAccess.getFlowEndAccess().getFeatureAssignment_1()); }
+ (rule__FlowEnd__FeatureAssignment_1)
+ { after(grammarAccess.getFlowEndAccess().getFeatureAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group_7__3
+
+rule__FlowEnd__Group_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkImpl__Group_7__3__Impl
- rule__FlowSinkImpl__Group_7__4
+ rule__FlowEnd__Group_0__0__Impl
+ rule__FlowEnd__Group_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group_7__3__Impl
+rule__FlowEnd__Group_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkImplAccess().getGroup_7_3()); }
- (rule__FlowSinkImpl__Group_7_3__0)*
- { after(grammarAccess.getFlowSinkImplAccess().getGroup_7_3()); }
+ { before(grammarAccess.getFlowEndAccess().getContextAssignment_0_0()); }
+ (rule__FlowEnd__ContextAssignment_0_0)
+ { after(grammarAccess.getFlowEndAccess().getContextAssignment_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group_7__4
+rule__FlowEnd__Group_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkImpl__Group_7__4__Impl
+ rule__FlowEnd__Group_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group_7__4__Impl
+rule__FlowEnd__Group_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkImplAccess().getRightParenthesisKeyword_7_4()); }
- RightParenthesis
- { after(grammarAccess.getFlowSinkImplAccess().getRightParenthesisKeyword_7_4()); }
+ { before(grammarAccess.getFlowEndAccess().getFullStopKeyword_0_1()); }
+ FullStop
+ { after(grammarAccess.getFlowEndAccess().getFullStopKeyword_0_1()); }
)
;
finally {
@@ -92419,539 +93932,546 @@ finally {
}
-rule__FlowSinkImpl__Group_7_3__0
+rule__FlowSpecRefinement__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkImpl__Group_7_3__0__Impl
- rule__FlowSinkImpl__Group_7_3__1
+ rule__FlowSpecRefinement__Group__0__Impl
+ rule__FlowSpecRefinement__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group_7_3__0__Impl
+rule__FlowSpecRefinement__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkImplAccess().getCommaKeyword_7_3_0()); }
- Comma
- { after(grammarAccess.getFlowSinkImplAccess().getCommaKeyword_7_3_0()); }
+ { before(grammarAccess.getFlowSpecRefinementAccess().getRefinedAssignment_0()); }
+ (rule__FlowSpecRefinement__RefinedAssignment_0)
+ { after(grammarAccess.getFlowSpecRefinementAccess().getRefinedAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group_7_3__1
+rule__FlowSpecRefinement__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowSinkImpl__Group_7_3__1__Impl
+ rule__FlowSpecRefinement__Group__1__Impl
+ rule__FlowSpecRefinement__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__Group_7_3__1__Impl
+rule__FlowSpecRefinement__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkImplAccess().getInModeOrTransitionAssignment_7_3_1()); }
- (rule__FlowSinkImpl__InModeOrTransitionAssignment_7_3_1)
- { after(grammarAccess.getFlowSinkImplAccess().getInModeOrTransitionAssignment_7_3_1()); }
+ { before(grammarAccess.getFlowSpecRefinementAccess().getColonKeyword_1()); }
+ Colon
+ { after(grammarAccess.getFlowSpecRefinementAccess().getColonKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FlowPathImpl__Group__0
+rule__FlowSpecRefinement__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathImpl__Group__0__Impl
- rule__FlowPathImpl__Group__1
+ rule__FlowSpecRefinement__Group__2__Impl
+ rule__FlowSpecRefinement__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group__0__Impl
+rule__FlowSpecRefinement__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathImplAccess().getSpecificationAssignment_0()); }
- (rule__FlowPathImpl__SpecificationAssignment_0)
- { after(grammarAccess.getFlowPathImplAccess().getSpecificationAssignment_0()); }
+ { before(grammarAccess.getFlowSpecRefinementAccess().getRefinedKeyword_2()); }
+ Refined
+ { after(grammarAccess.getFlowSpecRefinementAccess().getRefinedKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group__1
+rule__FlowSpecRefinement__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathImpl__Group__1__Impl
- rule__FlowPathImpl__Group__2
+ rule__FlowSpecRefinement__Group__3__Impl
+ rule__FlowSpecRefinement__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group__1__Impl
+rule__FlowSpecRefinement__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathImplAccess().getColonKeyword_1()); }
- Colon
- { after(grammarAccess.getFlowPathImplAccess().getColonKeyword_1()); }
+ { before(grammarAccess.getFlowSpecRefinementAccess().getToKeyword_3()); }
+ To
+ { after(grammarAccess.getFlowSpecRefinementAccess().getToKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group__2
+rule__FlowSpecRefinement__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathImpl__Group__2__Impl
- rule__FlowPathImpl__Group__3
+ rule__FlowSpecRefinement__Group__4__Impl
+ rule__FlowSpecRefinement__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group__2__Impl
+rule__FlowSpecRefinement__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathImplAccess().getFlowKeyword_2()); }
+ { before(grammarAccess.getFlowSpecRefinementAccess().getFlowKeyword_4()); }
Flow
- { after(grammarAccess.getFlowPathImplAccess().getFlowKeyword_2()); }
+ { after(grammarAccess.getFlowSpecRefinementAccess().getFlowKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group__3
+rule__FlowSpecRefinement__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathImpl__Group__3__Impl
- rule__FlowPathImpl__Group__4
+ rule__FlowSpecRefinement__Group__5__Impl
+ rule__FlowSpecRefinement__Group__6
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group__3__Impl
+rule__FlowSpecRefinement__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathImplAccess().getKindAssignment_3()); }
- (rule__FlowPathImpl__KindAssignment_3)
- { after(grammarAccess.getFlowPathImplAccess().getKindAssignment_3()); }
+ { before(grammarAccess.getFlowSpecRefinementAccess().getKindAssignment_5()); }
+ (rule__FlowSpecRefinement__KindAssignment_5)
+ { after(grammarAccess.getFlowSpecRefinementAccess().getKindAssignment_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group__4
+rule__FlowSpecRefinement__Group__6
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathImpl__Group__4__Impl
- rule__FlowPathImpl__Group__5
+ rule__FlowSpecRefinement__Group__6__Impl
+ rule__FlowSpecRefinement__Group__7
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group__4__Impl
+rule__FlowSpecRefinement__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathImplAccess().getInEndAssignment_4()); }
- (rule__FlowPathImpl__InEndAssignment_4)
- { after(grammarAccess.getFlowPathImplAccess().getInEndAssignment_4()); }
+ { before(grammarAccess.getFlowSpecRefinementAccess().getGroup_6()); }
+ (rule__FlowSpecRefinement__Group_6__0)?
+ { after(grammarAccess.getFlowSpecRefinementAccess().getGroup_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group__5
+rule__FlowSpecRefinement__Group__7
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathImpl__Group__5__Impl
- rule__FlowPathImpl__Group__6
+ rule__FlowSpecRefinement__Group__7__Impl
+ rule__FlowSpecRefinement__Group__8
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group__5__Impl
+rule__FlowSpecRefinement__Group__7__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathImplAccess().getGroup_5()); }
- (rule__FlowPathImpl__Group_5__0)?
- { after(grammarAccess.getFlowPathImplAccess().getGroup_5()); }
+ { before(grammarAccess.getFlowSpecRefinementAccess().getGroup_7()); }
+ (rule__FlowSpecRefinement__Group_7__0)?
+ { after(grammarAccess.getFlowSpecRefinementAccess().getGroup_7()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group__6
+rule__FlowSpecRefinement__Group__8
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathImpl__Group__6__Impl
- rule__FlowPathImpl__Group__7
+ rule__FlowSpecRefinement__Group__8__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group__6__Impl
+rule__FlowSpecRefinement__Group__8__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathImplAccess().getHyphenMinusGreaterThanSignKeyword_6()); }
- HyphenMinusGreaterThanSign
- { after(grammarAccess.getFlowPathImplAccess().getHyphenMinusGreaterThanSignKeyword_6()); }
+ { before(grammarAccess.getFlowSpecRefinementAccess().getSemicolonKeyword_8()); }
+ Semicolon
+ { after(grammarAccess.getFlowSpecRefinementAccess().getSemicolonKeyword_8()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group__7
+
+rule__FlowSpecRefinement__Group_6__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathImpl__Group__7__Impl
- rule__FlowPathImpl__Group__8
+ rule__FlowSpecRefinement__Group_6__0__Impl
+ rule__FlowSpecRefinement__Group_6__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group__7__Impl
+rule__FlowSpecRefinement__Group_6__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathImplAccess().getOutEndAssignment_7()); }
- (rule__FlowPathImpl__OutEndAssignment_7)
- { after(grammarAccess.getFlowPathImplAccess().getOutEndAssignment_7()); }
+ { before(grammarAccess.getFlowSpecRefinementAccess().getLeftCurlyBracketKeyword_6_0()); }
+ LeftCurlyBracket
+ { after(grammarAccess.getFlowSpecRefinementAccess().getLeftCurlyBracketKeyword_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group__8
+rule__FlowSpecRefinement__Group_6__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathImpl__Group__8__Impl
- rule__FlowPathImpl__Group__9
+ rule__FlowSpecRefinement__Group_6__1__Impl
+ rule__FlowSpecRefinement__Group_6__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group__8__Impl
+rule__FlowSpecRefinement__Group_6__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathImplAccess().getGroup_8()); }
- (rule__FlowPathImpl__Group_8__0)?
- { after(grammarAccess.getFlowPathImplAccess().getGroup_8()); }
+ (
+ { before(grammarAccess.getFlowSpecRefinementAccess().getOwnedPropertyAssociationAssignment_6_1()); }
+ (rule__FlowSpecRefinement__OwnedPropertyAssociationAssignment_6_1)
+ { after(grammarAccess.getFlowSpecRefinementAccess().getOwnedPropertyAssociationAssignment_6_1()); }
+ )
+ (
+ { before(grammarAccess.getFlowSpecRefinementAccess().getOwnedPropertyAssociationAssignment_6_1()); }
+ (rule__FlowSpecRefinement__OwnedPropertyAssociationAssignment_6_1)*
+ { after(grammarAccess.getFlowSpecRefinementAccess().getOwnedPropertyAssociationAssignment_6_1()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group__9
+rule__FlowSpecRefinement__Group_6__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathImpl__Group__9__Impl
- rule__FlowPathImpl__Group__10
+ rule__FlowSpecRefinement__Group_6__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group__9__Impl
+rule__FlowSpecRefinement__Group_6__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathImplAccess().getGroup_9()); }
- (rule__FlowPathImpl__Group_9__0)?
- { after(grammarAccess.getFlowPathImplAccess().getGroup_9()); }
+ { before(grammarAccess.getFlowSpecRefinementAccess().getRightCurlyBracketKeyword_6_2()); }
+ RightCurlyBracket
+ { after(grammarAccess.getFlowSpecRefinementAccess().getRightCurlyBracketKeyword_6_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group__10
+
+rule__FlowSpecRefinement__Group_7__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathImpl__Group__10__Impl
+ rule__FlowSpecRefinement__Group_7__0__Impl
+ rule__FlowSpecRefinement__Group_7__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group__10__Impl
+rule__FlowSpecRefinement__Group_7__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathImplAccess().getSemicolonKeyword_10()); }
- Semicolon
- { after(grammarAccess.getFlowPathImplAccess().getSemicolonKeyword_10()); }
+ { before(grammarAccess.getFlowSpecRefinementAccess().getInKeyword_7_0()); }
+ In
+ { after(grammarAccess.getFlowSpecRefinementAccess().getInKeyword_7_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FlowPathImpl__Group_5__0
+rule__FlowSpecRefinement__Group_7__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathImpl__Group_5__0__Impl
- rule__FlowPathImpl__Group_5__1
+ rule__FlowSpecRefinement__Group_7__1__Impl
+ rule__FlowSpecRefinement__Group_7__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group_5__0__Impl
+rule__FlowSpecRefinement__Group_7__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathImplAccess().getGroup_5_0()); }
- (rule__FlowPathImpl__Group_5_0__0)*
- { after(grammarAccess.getFlowPathImplAccess().getGroup_5_0()); }
+ { before(grammarAccess.getFlowSpecRefinementAccess().getModesKeyword_7_1()); }
+ Modes
+ { after(grammarAccess.getFlowSpecRefinementAccess().getModesKeyword_7_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group_5__1
+rule__FlowSpecRefinement__Group_7__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathImpl__Group_5__1__Impl
- rule__FlowPathImpl__Group_5__2
+ rule__FlowSpecRefinement__Group_7__2__Impl
+ rule__FlowSpecRefinement__Group_7__3
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group_5__1__Impl
+rule__FlowSpecRefinement__Group_7__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathImplAccess().getHyphenMinusGreaterThanSignKeyword_5_1()); }
- HyphenMinusGreaterThanSign
- { after(grammarAccess.getFlowPathImplAccess().getHyphenMinusGreaterThanSignKeyword_5_1()); }
+ { before(grammarAccess.getFlowSpecRefinementAccess().getLeftParenthesisKeyword_7_2()); }
+ LeftParenthesis
+ { after(grammarAccess.getFlowSpecRefinementAccess().getLeftParenthesisKeyword_7_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group_5__2
+rule__FlowSpecRefinement__Group_7__3
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathImpl__Group_5__2__Impl
+ rule__FlowSpecRefinement__Group_7__3__Impl
+ rule__FlowSpecRefinement__Group_7__4
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group_5__2__Impl
+rule__FlowSpecRefinement__Group_7__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathImplAccess().getOwnedFlowSegmentAssignment_5_2()); }
- (rule__FlowPathImpl__OwnedFlowSegmentAssignment_5_2)
- { after(grammarAccess.getFlowPathImplAccess().getOwnedFlowSegmentAssignment_5_2()); }
+ { before(grammarAccess.getFlowSpecRefinementAccess().getInModeOrTransitionAssignment_7_3()); }
+ (rule__FlowSpecRefinement__InModeOrTransitionAssignment_7_3)
+ { after(grammarAccess.getFlowSpecRefinementAccess().getInModeOrTransitionAssignment_7_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FlowPathImpl__Group_5_0__0
+rule__FlowSpecRefinement__Group_7__4
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathImpl__Group_5_0__0__Impl
- rule__FlowPathImpl__Group_5_0__1
+ rule__FlowSpecRefinement__Group_7__4__Impl
+ rule__FlowSpecRefinement__Group_7__5
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group_5_0__0__Impl
+rule__FlowSpecRefinement__Group_7__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathImplAccess().getHyphenMinusGreaterThanSignKeyword_5_0_0()); }
- HyphenMinusGreaterThanSign
- { after(grammarAccess.getFlowPathImplAccess().getHyphenMinusGreaterThanSignKeyword_5_0_0()); }
+ { before(grammarAccess.getFlowSpecRefinementAccess().getGroup_7_4()); }
+ (rule__FlowSpecRefinement__Group_7_4__0)*
+ { after(grammarAccess.getFlowSpecRefinementAccess().getGroup_7_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group_5_0__1
+rule__FlowSpecRefinement__Group_7__5
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathImpl__Group_5_0__1__Impl
- rule__FlowPathImpl__Group_5_0__2
+ rule__FlowSpecRefinement__Group_7__5__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group_5_0__1__Impl
+rule__FlowSpecRefinement__Group_7__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathImplAccess().getOwnedFlowSegmentAssignment_5_0_1()); }
- (rule__FlowPathImpl__OwnedFlowSegmentAssignment_5_0_1)
- { after(grammarAccess.getFlowPathImplAccess().getOwnedFlowSegmentAssignment_5_0_1()); }
+ { before(grammarAccess.getFlowSpecRefinementAccess().getRightParenthesisKeyword_7_5()); }
+ RightParenthesis
+ { after(grammarAccess.getFlowSpecRefinementAccess().getRightParenthesisKeyword_7_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group_5_0__2
+
+rule__FlowSpecRefinement__Group_7_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathImpl__Group_5_0__2__Impl
- rule__FlowPathImpl__Group_5_0__3
+ rule__FlowSpecRefinement__Group_7_4__0__Impl
+ rule__FlowSpecRefinement__Group_7_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group_5_0__2__Impl
+rule__FlowSpecRefinement__Group_7_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathImplAccess().getHyphenMinusGreaterThanSignKeyword_5_0_2()); }
- HyphenMinusGreaterThanSign
- { after(grammarAccess.getFlowPathImplAccess().getHyphenMinusGreaterThanSignKeyword_5_0_2()); }
+ { before(grammarAccess.getFlowSpecRefinementAccess().getCommaKeyword_7_4_0()); }
+ Comma
+ { after(grammarAccess.getFlowSpecRefinementAccess().getCommaKeyword_7_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group_5_0__3
+rule__FlowSpecRefinement__Group_7_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathImpl__Group_5_0__3__Impl
+ rule__FlowSpecRefinement__Group_7_4__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group_5_0__3__Impl
+rule__FlowSpecRefinement__Group_7_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathImplAccess().getOwnedFlowSegmentAssignment_5_0_3()); }
- (rule__FlowPathImpl__OwnedFlowSegmentAssignment_5_0_3)
- { after(grammarAccess.getFlowPathImplAccess().getOwnedFlowSegmentAssignment_5_0_3()); }
+ { before(grammarAccess.getFlowSpecRefinementAccess().getInModeOrTransitionAssignment_7_4_1()); }
+ (rule__FlowSpecRefinement__InModeOrTransitionAssignment_7_4_1)
+ { after(grammarAccess.getFlowSpecRefinementAccess().getInModeOrTransitionAssignment_7_4_1()); }
)
;
finally {
@@ -92959,1019 +94479,1005 @@ finally {
}
-rule__FlowPathImpl__Group_8__0
+rule__FlowSourceImpl__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathImpl__Group_8__0__Impl
- rule__FlowPathImpl__Group_8__1
+ rule__FlowSourceImpl__Group__0__Impl
+ rule__FlowSourceImpl__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group_8__0__Impl
+rule__FlowSourceImpl__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathImplAccess().getLeftCurlyBracketKeyword_8_0()); }
- LeftCurlyBracket
- { after(grammarAccess.getFlowPathImplAccess().getLeftCurlyBracketKeyword_8_0()); }
+ { before(grammarAccess.getFlowSourceImplAccess().getSpecificationAssignment_0()); }
+ (rule__FlowSourceImpl__SpecificationAssignment_0)
+ { after(grammarAccess.getFlowSourceImplAccess().getSpecificationAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group_8__1
+rule__FlowSourceImpl__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathImpl__Group_8__1__Impl
- rule__FlowPathImpl__Group_8__2
+ rule__FlowSourceImpl__Group__1__Impl
+ rule__FlowSourceImpl__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group_8__1__Impl
+rule__FlowSourceImpl__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getFlowPathImplAccess().getOwnedPropertyAssociationAssignment_8_1()); }
- (rule__FlowPathImpl__OwnedPropertyAssociationAssignment_8_1)
- { after(grammarAccess.getFlowPathImplAccess().getOwnedPropertyAssociationAssignment_8_1()); }
- )
- (
- { before(grammarAccess.getFlowPathImplAccess().getOwnedPropertyAssociationAssignment_8_1()); }
- (rule__FlowPathImpl__OwnedPropertyAssociationAssignment_8_1)*
- { after(grammarAccess.getFlowPathImplAccess().getOwnedPropertyAssociationAssignment_8_1()); }
- )
+ { before(grammarAccess.getFlowSourceImplAccess().getColonKeyword_1()); }
+ Colon
+ { after(grammarAccess.getFlowSourceImplAccess().getColonKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group_8__2
+rule__FlowSourceImpl__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathImpl__Group_8__2__Impl
+ rule__FlowSourceImpl__Group__2__Impl
+ rule__FlowSourceImpl__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group_8__2__Impl
+rule__FlowSourceImpl__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathImplAccess().getRightCurlyBracketKeyword_8_2()); }
- RightCurlyBracket
- { after(grammarAccess.getFlowPathImplAccess().getRightCurlyBracketKeyword_8_2()); }
+ { before(grammarAccess.getFlowSourceImplAccess().getFlowKeyword_2()); }
+ Flow
+ { after(grammarAccess.getFlowSourceImplAccess().getFlowKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FlowPathImpl__Group_9__0
+rule__FlowSourceImpl__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathImpl__Group_9__0__Impl
- rule__FlowPathImpl__Group_9__1
+ rule__FlowSourceImpl__Group__3__Impl
+ rule__FlowSourceImpl__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group_9__0__Impl
+rule__FlowSourceImpl__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathImplAccess().getInModesKeywordsParserRuleCall_9_0()); }
- ruleInModesKeywords
- { after(grammarAccess.getFlowPathImplAccess().getInModesKeywordsParserRuleCall_9_0()); }
+ { before(grammarAccess.getFlowSourceImplAccess().getKindAssignment_3()); }
+ (rule__FlowSourceImpl__KindAssignment_3)
+ { after(grammarAccess.getFlowSourceImplAccess().getKindAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group_9__1
+rule__FlowSourceImpl__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathImpl__Group_9__1__Impl
- rule__FlowPathImpl__Group_9__2
+ rule__FlowSourceImpl__Group__4__Impl
+ rule__FlowSourceImpl__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group_9__1__Impl
+rule__FlowSourceImpl__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathImplAccess().getLeftParenthesisKeyword_9_1()); }
- LeftParenthesis
- { after(grammarAccess.getFlowPathImplAccess().getLeftParenthesisKeyword_9_1()); }
+ { before(grammarAccess.getFlowSourceImplAccess().getGroup_4()); }
+ (rule__FlowSourceImpl__Group_4__0)*
+ { after(grammarAccess.getFlowSourceImplAccess().getGroup_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group_9__2
+rule__FlowSourceImpl__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathImpl__Group_9__2__Impl
- rule__FlowPathImpl__Group_9__3
+ rule__FlowSourceImpl__Group__5__Impl
+ rule__FlowSourceImpl__Group__6
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group_9__2__Impl
+rule__FlowSourceImpl__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathImplAccess().getInModeOrTransitionAssignment_9_2()); }
- (rule__FlowPathImpl__InModeOrTransitionAssignment_9_2)
- { after(grammarAccess.getFlowPathImplAccess().getInModeOrTransitionAssignment_9_2()); }
+ { before(grammarAccess.getFlowSourceImplAccess().getOutEndAssignment_5()); }
+ (rule__FlowSourceImpl__OutEndAssignment_5)
+ { after(grammarAccess.getFlowSourceImplAccess().getOutEndAssignment_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group_9__3
+rule__FlowSourceImpl__Group__6
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathImpl__Group_9__3__Impl
- rule__FlowPathImpl__Group_9__4
+ rule__FlowSourceImpl__Group__6__Impl
+ rule__FlowSourceImpl__Group__7
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group_9__3__Impl
+rule__FlowSourceImpl__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathImplAccess().getGroup_9_3()); }
- (rule__FlowPathImpl__Group_9_3__0)*
- { after(grammarAccess.getFlowPathImplAccess().getGroup_9_3()); }
+ { before(grammarAccess.getFlowSourceImplAccess().getGroup_6()); }
+ (rule__FlowSourceImpl__Group_6__0)?
+ { after(grammarAccess.getFlowSourceImplAccess().getGroup_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group_9__4
+rule__FlowSourceImpl__Group__7
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathImpl__Group_9__4__Impl
+ rule__FlowSourceImpl__Group__7__Impl
+ rule__FlowSourceImpl__Group__8
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group_9__4__Impl
+rule__FlowSourceImpl__Group__7__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathImplAccess().getRightParenthesisKeyword_9_4()); }
- RightParenthesis
- { after(grammarAccess.getFlowPathImplAccess().getRightParenthesisKeyword_9_4()); }
+ { before(grammarAccess.getFlowSourceImplAccess().getGroup_7()); }
+ (rule__FlowSourceImpl__Group_7__0)?
+ { after(grammarAccess.getFlowSourceImplAccess().getGroup_7()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FlowPathImpl__Group_9_3__0
+rule__FlowSourceImpl__Group__8
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathImpl__Group_9_3__0__Impl
- rule__FlowPathImpl__Group_9_3__1
+ rule__FlowSourceImpl__Group__8__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group_9_3__0__Impl
+rule__FlowSourceImpl__Group__8__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathImplAccess().getCommaKeyword_9_3_0()); }
- Comma
- { after(grammarAccess.getFlowPathImplAccess().getCommaKeyword_9_3_0()); }
+ { before(grammarAccess.getFlowSourceImplAccess().getSemicolonKeyword_8()); }
+ Semicolon
+ { after(grammarAccess.getFlowSourceImplAccess().getSemicolonKeyword_8()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group_9_3__1
+
+rule__FlowSourceImpl__Group_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FlowPathImpl__Group_9_3__1__Impl
+ rule__FlowSourceImpl__Group_4__0__Impl
+ rule__FlowSourceImpl__Group_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__Group_9_3__1__Impl
+rule__FlowSourceImpl__Group_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathImplAccess().getInModeOrTransitionAssignment_9_3_1()); }
- (rule__FlowPathImpl__InModeOrTransitionAssignment_9_3_1)
- { after(grammarAccess.getFlowPathImplAccess().getInModeOrTransitionAssignment_9_3_1()); }
+ { before(grammarAccess.getFlowSourceImplAccess().getOwnedFlowSegmentAssignment_4_0()); }
+ (rule__FlowSourceImpl__OwnedFlowSegmentAssignment_4_0)
+ { after(grammarAccess.getFlowSourceImplAccess().getOwnedFlowSegmentAssignment_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__EndToEndFlow__Group__0
+rule__FlowSourceImpl__Group_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__EndToEndFlow__Group__0__Impl
- rule__EndToEndFlow__Group__1
+ rule__FlowSourceImpl__Group_4__1__Impl
+ rule__FlowSourceImpl__Group_4__2
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group__0__Impl
+rule__FlowSourceImpl__Group_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowAccess().getAlternatives_0()); }
- (rule__EndToEndFlow__Alternatives_0)
- { after(grammarAccess.getEndToEndFlowAccess().getAlternatives_0()); }
+ { before(grammarAccess.getFlowSourceImplAccess().getHyphenMinusGreaterThanSignKeyword_4_1()); }
+ HyphenMinusGreaterThanSign
+ { after(grammarAccess.getFlowSourceImplAccess().getHyphenMinusGreaterThanSignKeyword_4_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group__1
+rule__FlowSourceImpl__Group_4__2
@init {
int stackSize = keepStackSize();
}
:
- rule__EndToEndFlow__Group__1__Impl
- rule__EndToEndFlow__Group__2
+ rule__FlowSourceImpl__Group_4__2__Impl
+ rule__FlowSourceImpl__Group_4__3
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group__1__Impl
+rule__FlowSourceImpl__Group_4__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowAccess().getGroup_1()); }
- (rule__EndToEndFlow__Group_1__0)?
- { after(grammarAccess.getEndToEndFlowAccess().getGroup_1()); }
+ { before(grammarAccess.getFlowSourceImplAccess().getOwnedFlowSegmentAssignment_4_2()); }
+ (rule__FlowSourceImpl__OwnedFlowSegmentAssignment_4_2)
+ { after(grammarAccess.getFlowSourceImplAccess().getOwnedFlowSegmentAssignment_4_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group__2
+rule__FlowSourceImpl__Group_4__3
@init {
int stackSize = keepStackSize();
}
:
- rule__EndToEndFlow__Group__2__Impl
- rule__EndToEndFlow__Group__3
+ rule__FlowSourceImpl__Group_4__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group__2__Impl
+rule__FlowSourceImpl__Group_4__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowAccess().getGroup_2()); }
- (rule__EndToEndFlow__Group_2__0)?
- { after(grammarAccess.getEndToEndFlowAccess().getGroup_2()); }
+ { before(grammarAccess.getFlowSourceImplAccess().getHyphenMinusGreaterThanSignKeyword_4_3()); }
+ HyphenMinusGreaterThanSign
+ { after(grammarAccess.getFlowSourceImplAccess().getHyphenMinusGreaterThanSignKeyword_4_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group__3
+
+rule__FlowSourceImpl__Group_6__0
@init {
int stackSize = keepStackSize();
}
:
- rule__EndToEndFlow__Group__3__Impl
+ rule__FlowSourceImpl__Group_6__0__Impl
+ rule__FlowSourceImpl__Group_6__1
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group__3__Impl
+rule__FlowSourceImpl__Group_6__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowAccess().getSemicolonKeyword_3()); }
- Semicolon
- { after(grammarAccess.getEndToEndFlowAccess().getSemicolonKeyword_3()); }
+ { before(grammarAccess.getFlowSourceImplAccess().getLeftCurlyBracketKeyword_6_0()); }
+ LeftCurlyBracket
+ { after(grammarAccess.getFlowSourceImplAccess().getLeftCurlyBracketKeyword_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__EndToEndFlow__Group_0_0__0
+rule__FlowSourceImpl__Group_6__1
@init {
int stackSize = keepStackSize();
}
:
- rule__EndToEndFlow__Group_0_0__0__Impl
- rule__EndToEndFlow__Group_0_0__1
+ rule__FlowSourceImpl__Group_6__1__Impl
+ rule__FlowSourceImpl__Group_6__2
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_0_0__0__Impl
+rule__FlowSourceImpl__Group_6__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowAccess().getNameAssignment_0_0_0()); }
- (rule__EndToEndFlow__NameAssignment_0_0_0)
- { after(grammarAccess.getEndToEndFlowAccess().getNameAssignment_0_0_0()); }
+ (
+ { before(grammarAccess.getFlowSourceImplAccess().getOwnedPropertyAssociationAssignment_6_1()); }
+ (rule__FlowSourceImpl__OwnedPropertyAssociationAssignment_6_1)
+ { after(grammarAccess.getFlowSourceImplAccess().getOwnedPropertyAssociationAssignment_6_1()); }
+ )
+ (
+ { before(grammarAccess.getFlowSourceImplAccess().getOwnedPropertyAssociationAssignment_6_1()); }
+ (rule__FlowSourceImpl__OwnedPropertyAssociationAssignment_6_1)*
+ { after(grammarAccess.getFlowSourceImplAccess().getOwnedPropertyAssociationAssignment_6_1()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_0_0__1
+rule__FlowSourceImpl__Group_6__2
@init {
int stackSize = keepStackSize();
}
:
- rule__EndToEndFlow__Group_0_0__1__Impl
- rule__EndToEndFlow__Group_0_0__2
+ rule__FlowSourceImpl__Group_6__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_0_0__1__Impl
+rule__FlowSourceImpl__Group_6__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowAccess().getColonKeyword_0_0_1()); }
- Colon
- { after(grammarAccess.getEndToEndFlowAccess().getColonKeyword_0_0_1()); }
+ { before(grammarAccess.getFlowSourceImplAccess().getRightCurlyBracketKeyword_6_2()); }
+ RightCurlyBracket
+ { after(grammarAccess.getFlowSourceImplAccess().getRightCurlyBracketKeyword_6_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_0_0__2
+
+rule__FlowSourceImpl__Group_7__0
@init {
int stackSize = keepStackSize();
}
:
- rule__EndToEndFlow__Group_0_0__2__Impl
- rule__EndToEndFlow__Group_0_0__3
+ rule__FlowSourceImpl__Group_7__0__Impl
+ rule__FlowSourceImpl__Group_7__1
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_0_0__2__Impl
+rule__FlowSourceImpl__Group_7__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowAccess().getEndToEndFlowKeywordsParserRuleCall_0_0_2()); }
- ruleEndToEndFlowKeywords
- { after(grammarAccess.getEndToEndFlowAccess().getEndToEndFlowKeywordsParserRuleCall_0_0_2()); }
+ { before(grammarAccess.getFlowSourceImplAccess().getInKeyword_7_0()); }
+ In
+ { after(grammarAccess.getFlowSourceImplAccess().getInKeyword_7_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_0_0__3
+rule__FlowSourceImpl__Group_7__1
@init {
int stackSize = keepStackSize();
}
:
- rule__EndToEndFlow__Group_0_0__3__Impl
- rule__EndToEndFlow__Group_0_0__4
+ rule__FlowSourceImpl__Group_7__1__Impl
+ rule__FlowSourceImpl__Group_7__2
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_0_0__3__Impl
+rule__FlowSourceImpl__Group_7__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowAccess().getOwnedEndToEndFlowSegmentAssignment_0_0_3()); }
- (rule__EndToEndFlow__OwnedEndToEndFlowSegmentAssignment_0_0_3)
- { after(grammarAccess.getEndToEndFlowAccess().getOwnedEndToEndFlowSegmentAssignment_0_0_3()); }
+ { before(grammarAccess.getFlowSourceImplAccess().getModesKeyword_7_1()); }
+ Modes
+ { after(grammarAccess.getFlowSourceImplAccess().getModesKeyword_7_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_0_0__4
+rule__FlowSourceImpl__Group_7__2
@init {
int stackSize = keepStackSize();
}
:
- rule__EndToEndFlow__Group_0_0__4__Impl
+ rule__FlowSourceImpl__Group_7__2__Impl
+ rule__FlowSourceImpl__Group_7__3
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_0_0__4__Impl
+rule__FlowSourceImpl__Group_7__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getEndToEndFlowAccess().getGroup_0_0_4()); }
- (rule__EndToEndFlow__Group_0_0_4__0)
- { after(grammarAccess.getEndToEndFlowAccess().getGroup_0_0_4()); }
- )
- (
- { before(grammarAccess.getEndToEndFlowAccess().getGroup_0_0_4()); }
- (rule__EndToEndFlow__Group_0_0_4__0)*
- { after(grammarAccess.getEndToEndFlowAccess().getGroup_0_0_4()); }
- )
+ { before(grammarAccess.getFlowSourceImplAccess().getLeftParenthesisKeyword_7_2()); }
+ LeftParenthesis
+ { after(grammarAccess.getFlowSourceImplAccess().getLeftParenthesisKeyword_7_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__EndToEndFlow__Group_0_0_4__0
+rule__FlowSourceImpl__Group_7__3
@init {
int stackSize = keepStackSize();
}
:
- rule__EndToEndFlow__Group_0_0_4__0__Impl
- rule__EndToEndFlow__Group_0_0_4__1
+ rule__FlowSourceImpl__Group_7__3__Impl
+ rule__FlowSourceImpl__Group_7__4
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_0_0_4__0__Impl
+rule__FlowSourceImpl__Group_7__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowAccess().getHyphenMinusGreaterThanSignKeyword_0_0_4_0()); }
- HyphenMinusGreaterThanSign
- { after(grammarAccess.getEndToEndFlowAccess().getHyphenMinusGreaterThanSignKeyword_0_0_4_0()); }
+ { before(grammarAccess.getFlowSourceImplAccess().getInModeOrTransitionAssignment_7_3()); }
+ (rule__FlowSourceImpl__InModeOrTransitionAssignment_7_3)
+ { after(grammarAccess.getFlowSourceImplAccess().getInModeOrTransitionAssignment_7_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_0_0_4__1
+rule__FlowSourceImpl__Group_7__4
@init {
int stackSize = keepStackSize();
}
:
- rule__EndToEndFlow__Group_0_0_4__1__Impl
- rule__EndToEndFlow__Group_0_0_4__2
+ rule__FlowSourceImpl__Group_7__4__Impl
+ rule__FlowSourceImpl__Group_7__5
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_0_0_4__1__Impl
+rule__FlowSourceImpl__Group_7__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowAccess().getOwnedEndToEndFlowSegmentAssignment_0_0_4_1()); }
- (rule__EndToEndFlow__OwnedEndToEndFlowSegmentAssignment_0_0_4_1)
- { after(grammarAccess.getEndToEndFlowAccess().getOwnedEndToEndFlowSegmentAssignment_0_0_4_1()); }
+ { before(grammarAccess.getFlowSourceImplAccess().getGroup_7_4()); }
+ (rule__FlowSourceImpl__Group_7_4__0)*
+ { after(grammarAccess.getFlowSourceImplAccess().getGroup_7_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_0_0_4__2
+rule__FlowSourceImpl__Group_7__5
@init {
int stackSize = keepStackSize();
}
:
- rule__EndToEndFlow__Group_0_0_4__2__Impl
- rule__EndToEndFlow__Group_0_0_4__3
+ rule__FlowSourceImpl__Group_7__5__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_0_0_4__2__Impl
+rule__FlowSourceImpl__Group_7__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowAccess().getHyphenMinusGreaterThanSignKeyword_0_0_4_2()); }
- HyphenMinusGreaterThanSign
- { after(grammarAccess.getEndToEndFlowAccess().getHyphenMinusGreaterThanSignKeyword_0_0_4_2()); }
+ { before(grammarAccess.getFlowSourceImplAccess().getRightParenthesisKeyword_7_5()); }
+ RightParenthesis
+ { after(grammarAccess.getFlowSourceImplAccess().getRightParenthesisKeyword_7_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_0_0_4__3
+
+rule__FlowSourceImpl__Group_7_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__EndToEndFlow__Group_0_0_4__3__Impl
+ rule__FlowSourceImpl__Group_7_4__0__Impl
+ rule__FlowSourceImpl__Group_7_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_0_0_4__3__Impl
+rule__FlowSourceImpl__Group_7_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowAccess().getOwnedEndToEndFlowSegmentAssignment_0_0_4_3()); }
- (rule__EndToEndFlow__OwnedEndToEndFlowSegmentAssignment_0_0_4_3)
- { after(grammarAccess.getEndToEndFlowAccess().getOwnedEndToEndFlowSegmentAssignment_0_0_4_3()); }
+ { before(grammarAccess.getFlowSourceImplAccess().getCommaKeyword_7_4_0()); }
+ Comma
+ { after(grammarAccess.getFlowSourceImplAccess().getCommaKeyword_7_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__EndToEndFlow__Group_0_1__0
+rule__FlowSourceImpl__Group_7_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__EndToEndFlow__Group_0_1__0__Impl
- rule__EndToEndFlow__Group_0_1__1
+ rule__FlowSourceImpl__Group_7_4__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_0_1__0__Impl
+rule__FlowSourceImpl__Group_7_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowAccess().getRefinedAssignment_0_1_0()); }
- (rule__EndToEndFlow__RefinedAssignment_0_1_0)
- { after(grammarAccess.getEndToEndFlowAccess().getRefinedAssignment_0_1_0()); }
+ { before(grammarAccess.getFlowSourceImplAccess().getInModeOrTransitionAssignment_7_4_1()); }
+ (rule__FlowSourceImpl__InModeOrTransitionAssignment_7_4_1)
+ { after(grammarAccess.getFlowSourceImplAccess().getInModeOrTransitionAssignment_7_4_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_0_1__1
+
+rule__FlowSinkImpl__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__EndToEndFlow__Group_0_1__1__Impl
- rule__EndToEndFlow__Group_0_1__2
+ rule__FlowSinkImpl__Group__0__Impl
+ rule__FlowSinkImpl__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_0_1__1__Impl
+rule__FlowSinkImpl__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowAccess().getColonKeyword_0_1_1()); }
- Colon
- { after(grammarAccess.getEndToEndFlowAccess().getColonKeyword_0_1_1()); }
+ { before(grammarAccess.getFlowSinkImplAccess().getSpecificationAssignment_0()); }
+ (rule__FlowSinkImpl__SpecificationAssignment_0)
+ { after(grammarAccess.getFlowSinkImplAccess().getSpecificationAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_0_1__2
+rule__FlowSinkImpl__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__EndToEndFlow__Group_0_1__2__Impl
- rule__EndToEndFlow__Group_0_1__3
+ rule__FlowSinkImpl__Group__1__Impl
+ rule__FlowSinkImpl__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_0_1__2__Impl
+rule__FlowSinkImpl__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
- ruleRefinedToKeywords
- { after(grammarAccess.getEndToEndFlowAccess().getRefinedToKeywordsParserRuleCall_0_1_2()); }
+ { before(grammarAccess.getFlowSinkImplAccess().getColonKeyword_1()); }
+ Colon
+ { after(grammarAccess.getFlowSinkImplAccess().getColonKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_0_1__3
+rule__FlowSinkImpl__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__EndToEndFlow__Group_0_1__3__Impl
+ rule__FlowSinkImpl__Group__2__Impl
+ rule__FlowSinkImpl__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_0_1__3__Impl
+rule__FlowSinkImpl__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowAccess().getEndToEndFlowKeywordsParserRuleCall_0_1_3()); }
- ruleEndToEndFlowKeywords
- { after(grammarAccess.getEndToEndFlowAccess().getEndToEndFlowKeywordsParserRuleCall_0_1_3()); }
+ { before(grammarAccess.getFlowSinkImplAccess().getFlowKeyword_2()); }
+ Flow
+ { after(grammarAccess.getFlowSinkImplAccess().getFlowKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__EndToEndFlow__Group_1__0
+rule__FlowSinkImpl__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__EndToEndFlow__Group_1__0__Impl
- rule__EndToEndFlow__Group_1__1
+ rule__FlowSinkImpl__Group__3__Impl
+ rule__FlowSinkImpl__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_1__0__Impl
+rule__FlowSinkImpl__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowAccess().getLeftCurlyBracketKeyword_1_0()); }
- LeftCurlyBracket
- { after(grammarAccess.getEndToEndFlowAccess().getLeftCurlyBracketKeyword_1_0()); }
+ { before(grammarAccess.getFlowSinkImplAccess().getKindAssignment_3()); }
+ (rule__FlowSinkImpl__KindAssignment_3)
+ { after(grammarAccess.getFlowSinkImplAccess().getKindAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_1__1
+rule__FlowSinkImpl__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__EndToEndFlow__Group_1__1__Impl
- rule__EndToEndFlow__Group_1__2
+ rule__FlowSinkImpl__Group__4__Impl
+ rule__FlowSinkImpl__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_1__1__Impl
+rule__FlowSinkImpl__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getEndToEndFlowAccess().getOwnedPropertyAssociationAssignment_1_1()); }
- (rule__EndToEndFlow__OwnedPropertyAssociationAssignment_1_1)
- { after(grammarAccess.getEndToEndFlowAccess().getOwnedPropertyAssociationAssignment_1_1()); }
- )
- (
- { before(grammarAccess.getEndToEndFlowAccess().getOwnedPropertyAssociationAssignment_1_1()); }
- (rule__EndToEndFlow__OwnedPropertyAssociationAssignment_1_1)*
- { after(grammarAccess.getEndToEndFlowAccess().getOwnedPropertyAssociationAssignment_1_1()); }
- )
+ { before(grammarAccess.getFlowSinkImplAccess().getInEndAssignment_4()); }
+ (rule__FlowSinkImpl__InEndAssignment_4)
+ { after(grammarAccess.getFlowSinkImplAccess().getInEndAssignment_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_1__2
+rule__FlowSinkImpl__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__EndToEndFlow__Group_1__2__Impl
+ rule__FlowSinkImpl__Group__5__Impl
+ rule__FlowSinkImpl__Group__6
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_1__2__Impl
+rule__FlowSinkImpl__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowAccess().getRightCurlyBracketKeyword_1_2()); }
- RightCurlyBracket
- { after(grammarAccess.getEndToEndFlowAccess().getRightCurlyBracketKeyword_1_2()); }
+ { before(grammarAccess.getFlowSinkImplAccess().getGroup_5()); }
+ (rule__FlowSinkImpl__Group_5__0)*
+ { after(grammarAccess.getFlowSinkImplAccess().getGroup_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__EndToEndFlow__Group_2__0
+rule__FlowSinkImpl__Group__6
@init {
int stackSize = keepStackSize();
}
:
- rule__EndToEndFlow__Group_2__0__Impl
- rule__EndToEndFlow__Group_2__1
+ rule__FlowSinkImpl__Group__6__Impl
+ rule__FlowSinkImpl__Group__7
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_2__0__Impl
+rule__FlowSinkImpl__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowAccess().getInModesKeywordsParserRuleCall_2_0()); }
- ruleInModesKeywords
- { after(grammarAccess.getEndToEndFlowAccess().getInModesKeywordsParserRuleCall_2_0()); }
+ { before(grammarAccess.getFlowSinkImplAccess().getGroup_6()); }
+ (rule__FlowSinkImpl__Group_6__0)?
+ { after(grammarAccess.getFlowSinkImplAccess().getGroup_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_2__1
+rule__FlowSinkImpl__Group__7
@init {
int stackSize = keepStackSize();
}
:
- rule__EndToEndFlow__Group_2__1__Impl
- rule__EndToEndFlow__Group_2__2
+ rule__FlowSinkImpl__Group__7__Impl
+ rule__FlowSinkImpl__Group__8
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_2__1__Impl
+rule__FlowSinkImpl__Group__7__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowAccess().getLeftParenthesisKeyword_2_1()); }
- LeftParenthesis
- { after(grammarAccess.getEndToEndFlowAccess().getLeftParenthesisKeyword_2_1()); }
+ { before(grammarAccess.getFlowSinkImplAccess().getGroup_7()); }
+ (rule__FlowSinkImpl__Group_7__0)?
+ { after(grammarAccess.getFlowSinkImplAccess().getGroup_7()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_2__2
+rule__FlowSinkImpl__Group__8
@init {
int stackSize = keepStackSize();
}
:
- rule__EndToEndFlow__Group_2__2__Impl
- rule__EndToEndFlow__Group_2__3
+ rule__FlowSinkImpl__Group__8__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_2__2__Impl
+rule__FlowSinkImpl__Group__8__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowAccess().getInModeOrTransitionAssignment_2_2()); }
- (rule__EndToEndFlow__InModeOrTransitionAssignment_2_2)
- { after(grammarAccess.getEndToEndFlowAccess().getInModeOrTransitionAssignment_2_2()); }
+ { before(grammarAccess.getFlowSinkImplAccess().getSemicolonKeyword_8()); }
+ Semicolon
+ { after(grammarAccess.getFlowSinkImplAccess().getSemicolonKeyword_8()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_2__3
+
+rule__FlowSinkImpl__Group_5__0
@init {
int stackSize = keepStackSize();
}
:
- rule__EndToEndFlow__Group_2__3__Impl
- rule__EndToEndFlow__Group_2__4
+ rule__FlowSinkImpl__Group_5__0__Impl
+ rule__FlowSinkImpl__Group_5__1
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_2__3__Impl
+rule__FlowSinkImpl__Group_5__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowAccess().getGroup_2_3()); }
- (rule__EndToEndFlow__Group_2_3__0)*
- { after(grammarAccess.getEndToEndFlowAccess().getGroup_2_3()); }
+ { before(grammarAccess.getFlowSinkImplAccess().getHyphenMinusGreaterThanSignKeyword_5_0()); }
+ HyphenMinusGreaterThanSign
+ { after(grammarAccess.getFlowSinkImplAccess().getHyphenMinusGreaterThanSignKeyword_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_2__4
+rule__FlowSinkImpl__Group_5__1
@init {
int stackSize = keepStackSize();
}
:
- rule__EndToEndFlow__Group_2__4__Impl
+ rule__FlowSinkImpl__Group_5__1__Impl
+ rule__FlowSinkImpl__Group_5__2
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_2__4__Impl
+rule__FlowSinkImpl__Group_5__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowAccess().getRightParenthesisKeyword_2_4()); }
- RightParenthesis
- { after(grammarAccess.getEndToEndFlowAccess().getRightParenthesisKeyword_2_4()); }
+ { before(grammarAccess.getFlowSinkImplAccess().getOwnedFlowSegmentAssignment_5_1()); }
+ (rule__FlowSinkImpl__OwnedFlowSegmentAssignment_5_1)
+ { after(grammarAccess.getFlowSinkImplAccess().getOwnedFlowSegmentAssignment_5_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__EndToEndFlow__Group_2_3__0
+rule__FlowSinkImpl__Group_5__2
@init {
int stackSize = keepStackSize();
}
:
- rule__EndToEndFlow__Group_2_3__0__Impl
- rule__EndToEndFlow__Group_2_3__1
+ rule__FlowSinkImpl__Group_5__2__Impl
+ rule__FlowSinkImpl__Group_5__3
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_2_3__0__Impl
+rule__FlowSinkImpl__Group_5__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowAccess().getCommaKeyword_2_3_0()); }
- Comma
- { after(grammarAccess.getEndToEndFlowAccess().getCommaKeyword_2_3_0()); }
+ { before(grammarAccess.getFlowSinkImplAccess().getHyphenMinusGreaterThanSignKeyword_5_2()); }
+ HyphenMinusGreaterThanSign
+ { after(grammarAccess.getFlowSinkImplAccess().getHyphenMinusGreaterThanSignKeyword_5_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_2_3__1
+rule__FlowSinkImpl__Group_5__3
@init {
int stackSize = keepStackSize();
}
:
- rule__EndToEndFlow__Group_2_3__1__Impl
+ rule__FlowSinkImpl__Group_5__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__Group_2_3__1__Impl
+rule__FlowSinkImpl__Group_5__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowAccess().getInModeOrTransitionAssignment_2_3_1()); }
- (rule__EndToEndFlow__InModeOrTransitionAssignment_2_3_1)
- { after(grammarAccess.getEndToEndFlowAccess().getInModeOrTransitionAssignment_2_3_1()); }
+ { before(grammarAccess.getFlowSinkImplAccess().getOwnedFlowSegmentAssignment_5_3()); }
+ (rule__FlowSinkImpl__OwnedFlowSegmentAssignment_5_3)
+ { after(grammarAccess.getFlowSinkImplAccess().getOwnedFlowSegmentAssignment_5_3()); }
)
;
finally {
@@ -93979,1093 +95485,1093 @@ finally {
}
-rule__SubcomponentFlow__Group__0
+rule__FlowSinkImpl__Group_6__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubcomponentFlow__Group__0__Impl
- rule__SubcomponentFlow__Group__1
+ rule__FlowSinkImpl__Group_6__0__Impl
+ rule__FlowSinkImpl__Group_6__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubcomponentFlow__Group__0__Impl
+rule__FlowSinkImpl__Group_6__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubcomponentFlowAccess().getGroup_0()); }
- (rule__SubcomponentFlow__Group_0__0)?
- { after(grammarAccess.getSubcomponentFlowAccess().getGroup_0()); }
+ { before(grammarAccess.getFlowSinkImplAccess().getLeftCurlyBracketKeyword_6_0()); }
+ LeftCurlyBracket
+ { after(grammarAccess.getFlowSinkImplAccess().getLeftCurlyBracketKeyword_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubcomponentFlow__Group__1
+rule__FlowSinkImpl__Group_6__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubcomponentFlow__Group__1__Impl
+ rule__FlowSinkImpl__Group_6__1__Impl
+ rule__FlowSinkImpl__Group_6__2
;
finally {
restoreStackSize(stackSize);
}
-rule__SubcomponentFlow__Group__1__Impl
+rule__FlowSinkImpl__Group_6__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubcomponentFlowAccess().getFlowElementAssignment_1()); }
- (rule__SubcomponentFlow__FlowElementAssignment_1)
- { after(grammarAccess.getSubcomponentFlowAccess().getFlowElementAssignment_1()); }
+ (
+ { before(grammarAccess.getFlowSinkImplAccess().getOwnedPropertyAssociationAssignment_6_1()); }
+ (rule__FlowSinkImpl__OwnedPropertyAssociationAssignment_6_1)
+ { after(grammarAccess.getFlowSinkImplAccess().getOwnedPropertyAssociationAssignment_6_1()); }
+ )
+ (
+ { before(grammarAccess.getFlowSinkImplAccess().getOwnedPropertyAssociationAssignment_6_1()); }
+ (rule__FlowSinkImpl__OwnedPropertyAssociationAssignment_6_1)*
+ { after(grammarAccess.getFlowSinkImplAccess().getOwnedPropertyAssociationAssignment_6_1()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__SubcomponentFlow__Group_0__0
+rule__FlowSinkImpl__Group_6__2
@init {
int stackSize = keepStackSize();
}
:
- rule__SubcomponentFlow__Group_0__0__Impl
- rule__SubcomponentFlow__Group_0__1
+ rule__FlowSinkImpl__Group_6__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubcomponentFlow__Group_0__0__Impl
+rule__FlowSinkImpl__Group_6__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubcomponentFlowAccess().getContextAssignment_0_0()); }
- (rule__SubcomponentFlow__ContextAssignment_0_0)
- { after(grammarAccess.getSubcomponentFlowAccess().getContextAssignment_0_0()); }
+ { before(grammarAccess.getFlowSinkImplAccess().getRightCurlyBracketKeyword_6_2()); }
+ RightCurlyBracket
+ { after(grammarAccess.getFlowSinkImplAccess().getRightCurlyBracketKeyword_6_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubcomponentFlow__Group_0__1
+
+rule__FlowSinkImpl__Group_7__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubcomponentFlow__Group_0__1__Impl
+ rule__FlowSinkImpl__Group_7__0__Impl
+ rule__FlowSinkImpl__Group_7__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubcomponentFlow__Group_0__1__Impl
+rule__FlowSinkImpl__Group_7__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubcomponentFlowAccess().getFullStopKeyword_0_1()); }
- FullStop
- { after(grammarAccess.getSubcomponentFlowAccess().getFullStopKeyword_0_1()); }
+ { before(grammarAccess.getFlowSinkImplAccess().getInKeyword_7_0()); }
+ In
+ { after(grammarAccess.getFlowSinkImplAccess().getInKeyword_7_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ETESubcomponentFlow__Group__0
+rule__FlowSinkImpl__Group_7__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ETESubcomponentFlow__Group__0__Impl
- rule__ETESubcomponentFlow__Group__1
+ rule__FlowSinkImpl__Group_7__1__Impl
+ rule__FlowSinkImpl__Group_7__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ETESubcomponentFlow__Group__0__Impl
+rule__FlowSinkImpl__Group_7__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getETESubcomponentFlowAccess().getGroup_0()); }
- (rule__ETESubcomponentFlow__Group_0__0)?
- { after(grammarAccess.getETESubcomponentFlowAccess().getGroup_0()); }
+ { before(grammarAccess.getFlowSinkImplAccess().getModesKeyword_7_1()); }
+ Modes
+ { after(grammarAccess.getFlowSinkImplAccess().getModesKeyword_7_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ETESubcomponentFlow__Group__1
+rule__FlowSinkImpl__Group_7__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ETESubcomponentFlow__Group__1__Impl
+ rule__FlowSinkImpl__Group_7__2__Impl
+ rule__FlowSinkImpl__Group_7__3
;
finally {
restoreStackSize(stackSize);
}
-rule__ETESubcomponentFlow__Group__1__Impl
+rule__FlowSinkImpl__Group_7__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getETESubcomponentFlowAccess().getFlowElementAssignment_1()); }
- (rule__ETESubcomponentFlow__FlowElementAssignment_1)
- { after(grammarAccess.getETESubcomponentFlowAccess().getFlowElementAssignment_1()); }
+ { before(grammarAccess.getFlowSinkImplAccess().getLeftParenthesisKeyword_7_2()); }
+ LeftParenthesis
+ { after(grammarAccess.getFlowSinkImplAccess().getLeftParenthesisKeyword_7_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ETESubcomponentFlow__Group_0__0
+rule__FlowSinkImpl__Group_7__3
@init {
int stackSize = keepStackSize();
}
:
- rule__ETESubcomponentFlow__Group_0__0__Impl
- rule__ETESubcomponentFlow__Group_0__1
+ rule__FlowSinkImpl__Group_7__3__Impl
+ rule__FlowSinkImpl__Group_7__4
;
finally {
restoreStackSize(stackSize);
}
-rule__ETESubcomponentFlow__Group_0__0__Impl
+rule__FlowSinkImpl__Group_7__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getETESubcomponentFlowAccess().getContextAssignment_0_0()); }
- (rule__ETESubcomponentFlow__ContextAssignment_0_0)
- { after(grammarAccess.getETESubcomponentFlowAccess().getContextAssignment_0_0()); }
+ { before(grammarAccess.getFlowSinkImplAccess().getInModeOrTransitionAssignment_7_3()); }
+ (rule__FlowSinkImpl__InModeOrTransitionAssignment_7_3)
+ { after(grammarAccess.getFlowSinkImplAccess().getInModeOrTransitionAssignment_7_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ETESubcomponentFlow__Group_0__1
+rule__FlowSinkImpl__Group_7__4
@init {
int stackSize = keepStackSize();
}
:
- rule__ETESubcomponentFlow__Group_0__1__Impl
+ rule__FlowSinkImpl__Group_7__4__Impl
+ rule__FlowSinkImpl__Group_7__5
;
finally {
restoreStackSize(stackSize);
}
-rule__ETESubcomponentFlow__Group_0__1__Impl
+rule__FlowSinkImpl__Group_7__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getETESubcomponentFlowAccess().getFullStopKeyword_0_1()); }
- FullStop
- { after(grammarAccess.getETESubcomponentFlowAccess().getFullStopKeyword_0_1()); }
+ { before(grammarAccess.getFlowSinkImplAccess().getGroup_7_4()); }
+ (rule__FlowSinkImpl__Group_7_4__0)*
+ { after(grammarAccess.getFlowSinkImplAccess().getGroup_7_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__Mode__Group__0
+rule__FlowSinkImpl__Group_7__5
@init {
int stackSize = keepStackSize();
}
:
- rule__Mode__Group__0__Impl
- rule__Mode__Group__1
+ rule__FlowSinkImpl__Group_7__5__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__Mode__Group__0__Impl
+rule__FlowSinkImpl__Group_7__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getModeAccess().getNameAssignment_0()); }
- (rule__Mode__NameAssignment_0)
- { after(grammarAccess.getModeAccess().getNameAssignment_0()); }
+ { before(grammarAccess.getFlowSinkImplAccess().getRightParenthesisKeyword_7_5()); }
+ RightParenthesis
+ { after(grammarAccess.getFlowSinkImplAccess().getRightParenthesisKeyword_7_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__Mode__Group__1
+
+rule__FlowSinkImpl__Group_7_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__Mode__Group__1__Impl
- rule__Mode__Group__2
+ rule__FlowSinkImpl__Group_7_4__0__Impl
+ rule__FlowSinkImpl__Group_7_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__Mode__Group__1__Impl
+rule__FlowSinkImpl__Group_7_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getModeAccess().getColonKeyword_1()); }
- Colon
- { after(grammarAccess.getModeAccess().getColonKeyword_1()); }
+ { before(grammarAccess.getFlowSinkImplAccess().getCommaKeyword_7_4_0()); }
+ Comma
+ { after(grammarAccess.getFlowSinkImplAccess().getCommaKeyword_7_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__Mode__Group__2
+rule__FlowSinkImpl__Group_7_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__Mode__Group__2__Impl
- rule__Mode__Group__3
+ rule__FlowSinkImpl__Group_7_4__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__Mode__Group__2__Impl
+rule__FlowSinkImpl__Group_7_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getModeAccess().getInitialAssignment_2()); }
- (rule__Mode__InitialAssignment_2)?
- { after(grammarAccess.getModeAccess().getInitialAssignment_2()); }
+ { before(grammarAccess.getFlowSinkImplAccess().getInModeOrTransitionAssignment_7_4_1()); }
+ (rule__FlowSinkImpl__InModeOrTransitionAssignment_7_4_1)
+ { after(grammarAccess.getFlowSinkImplAccess().getInModeOrTransitionAssignment_7_4_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__Mode__Group__3
+
+rule__FlowPathImpl__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__Mode__Group__3__Impl
- rule__Mode__Group__4
+ rule__FlowPathImpl__Group__0__Impl
+ rule__FlowPathImpl__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__Mode__Group__3__Impl
+rule__FlowPathImpl__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getModeAccess().getModeKeyword_3()); }
- Mode
- { after(grammarAccess.getModeAccess().getModeKeyword_3()); }
+ { before(grammarAccess.getFlowPathImplAccess().getSpecificationAssignment_0()); }
+ (rule__FlowPathImpl__SpecificationAssignment_0)
+ { after(grammarAccess.getFlowPathImplAccess().getSpecificationAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__Mode__Group__4
+rule__FlowPathImpl__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__Mode__Group__4__Impl
- rule__Mode__Group__5
+ rule__FlowPathImpl__Group__1__Impl
+ rule__FlowPathImpl__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__Mode__Group__4__Impl
+rule__FlowPathImpl__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getModeAccess().getGroup_4()); }
- (rule__Mode__Group_4__0)?
- { after(grammarAccess.getModeAccess().getGroup_4()); }
+ { before(grammarAccess.getFlowPathImplAccess().getColonKeyword_1()); }
+ Colon
+ { after(grammarAccess.getFlowPathImplAccess().getColonKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__Mode__Group__5
+rule__FlowPathImpl__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__Mode__Group__5__Impl
+ rule__FlowPathImpl__Group__2__Impl
+ rule__FlowPathImpl__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__Mode__Group__5__Impl
+rule__FlowPathImpl__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getModeAccess().getSemicolonKeyword_5()); }
- Semicolon
- { after(grammarAccess.getModeAccess().getSemicolonKeyword_5()); }
+ { before(grammarAccess.getFlowPathImplAccess().getFlowKeyword_2()); }
+ Flow
+ { after(grammarAccess.getFlowPathImplAccess().getFlowKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__Mode__Group_4__0
+rule__FlowPathImpl__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__Mode__Group_4__0__Impl
- rule__Mode__Group_4__1
+ rule__FlowPathImpl__Group__3__Impl
+ rule__FlowPathImpl__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__Mode__Group_4__0__Impl
+rule__FlowPathImpl__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getModeAccess().getLeftCurlyBracketKeyword_4_0()); }
- LeftCurlyBracket
- { after(grammarAccess.getModeAccess().getLeftCurlyBracketKeyword_4_0()); }
+ { before(grammarAccess.getFlowPathImplAccess().getKindAssignment_3()); }
+ (rule__FlowPathImpl__KindAssignment_3)
+ { after(grammarAccess.getFlowPathImplAccess().getKindAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__Mode__Group_4__1
+rule__FlowPathImpl__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__Mode__Group_4__1__Impl
- rule__Mode__Group_4__2
+ rule__FlowPathImpl__Group__4__Impl
+ rule__FlowPathImpl__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__Mode__Group_4__1__Impl
+rule__FlowPathImpl__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getModeAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__Mode__OwnedPropertyAssociationAssignment_4_1)
- { after(grammarAccess.getModeAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- )
- (
- { before(grammarAccess.getModeAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- (rule__Mode__OwnedPropertyAssociationAssignment_4_1)*
- { after(grammarAccess.getModeAccess().getOwnedPropertyAssociationAssignment_4_1()); }
- )
+ { before(grammarAccess.getFlowPathImplAccess().getInEndAssignment_4()); }
+ (rule__FlowPathImpl__InEndAssignment_4)
+ { after(grammarAccess.getFlowPathImplAccess().getInEndAssignment_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__Mode__Group_4__2
+rule__FlowPathImpl__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__Mode__Group_4__2__Impl
+ rule__FlowPathImpl__Group__5__Impl
+ rule__FlowPathImpl__Group__6
;
finally {
restoreStackSize(stackSize);
}
-rule__Mode__Group_4__2__Impl
+rule__FlowPathImpl__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getModeAccess().getRightCurlyBracketKeyword_4_2()); }
- RightCurlyBracket
- { after(grammarAccess.getModeAccess().getRightCurlyBracketKeyword_4_2()); }
+ { before(grammarAccess.getFlowPathImplAccess().getGroup_5()); }
+ (rule__FlowPathImpl__Group_5__0)?
+ { after(grammarAccess.getFlowPathImplAccess().getGroup_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ModeTransition__Group__0
+rule__FlowPathImpl__Group__6
@init {
int stackSize = keepStackSize();
}
:
- rule__ModeTransition__Group__0__Impl
- rule__ModeTransition__Group__1
+ rule__FlowPathImpl__Group__6__Impl
+ rule__FlowPathImpl__Group__7
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeTransition__Group__0__Impl
+rule__FlowPathImpl__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getModeTransitionAccess().getGroup_0()); }
- (rule__ModeTransition__Group_0__0)?
- { after(grammarAccess.getModeTransitionAccess().getGroup_0()); }
+ { before(grammarAccess.getFlowPathImplAccess().getHyphenMinusGreaterThanSignKeyword_6()); }
+ HyphenMinusGreaterThanSign
+ { after(grammarAccess.getFlowPathImplAccess().getHyphenMinusGreaterThanSignKeyword_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeTransition__Group__1
+rule__FlowPathImpl__Group__7
@init {
int stackSize = keepStackSize();
}
:
- rule__ModeTransition__Group__1__Impl
- rule__ModeTransition__Group__2
+ rule__FlowPathImpl__Group__7__Impl
+ rule__FlowPathImpl__Group__8
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeTransition__Group__1__Impl
+rule__FlowPathImpl__Group__7__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getModeTransitionAccess().getSourceAssignment_1()); }
- (rule__ModeTransition__SourceAssignment_1)
- { after(grammarAccess.getModeTransitionAccess().getSourceAssignment_1()); }
+ { before(grammarAccess.getFlowPathImplAccess().getOutEndAssignment_7()); }
+ (rule__FlowPathImpl__OutEndAssignment_7)
+ { after(grammarAccess.getFlowPathImplAccess().getOutEndAssignment_7()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeTransition__Group__2
+rule__FlowPathImpl__Group__8
@init {
int stackSize = keepStackSize();
}
:
- rule__ModeTransition__Group__2__Impl
- rule__ModeTransition__Group__3
+ rule__FlowPathImpl__Group__8__Impl
+ rule__FlowPathImpl__Group__9
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeTransition__Group__2__Impl
+rule__FlowPathImpl__Group__8__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getModeTransitionAccess().getHyphenMinusLeftSquareBracketKeyword_2()); }
- HyphenMinusLeftSquareBracket
- { after(grammarAccess.getModeTransitionAccess().getHyphenMinusLeftSquareBracketKeyword_2()); }
+ { before(grammarAccess.getFlowPathImplAccess().getGroup_8()); }
+ (rule__FlowPathImpl__Group_8__0)?
+ { after(grammarAccess.getFlowPathImplAccess().getGroup_8()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeTransition__Group__3
+rule__FlowPathImpl__Group__9
@init {
int stackSize = keepStackSize();
}
:
- rule__ModeTransition__Group__3__Impl
- rule__ModeTransition__Group__4
+ rule__FlowPathImpl__Group__9__Impl
+ rule__FlowPathImpl__Group__10
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeTransition__Group__3__Impl
+rule__FlowPathImpl__Group__9__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getModeTransitionAccess().getOwnedTriggerAssignment_3()); }
- (rule__ModeTransition__OwnedTriggerAssignment_3)
- { after(grammarAccess.getModeTransitionAccess().getOwnedTriggerAssignment_3()); }
+ { before(grammarAccess.getFlowPathImplAccess().getGroup_9()); }
+ (rule__FlowPathImpl__Group_9__0)?
+ { after(grammarAccess.getFlowPathImplAccess().getGroup_9()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeTransition__Group__4
+rule__FlowPathImpl__Group__10
@init {
int stackSize = keepStackSize();
}
:
- rule__ModeTransition__Group__4__Impl
- rule__ModeTransition__Group__5
+ rule__FlowPathImpl__Group__10__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeTransition__Group__4__Impl
+rule__FlowPathImpl__Group__10__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getModeTransitionAccess().getGroup_4()); }
- (rule__ModeTransition__Group_4__0)*
- { after(grammarAccess.getModeTransitionAccess().getGroup_4()); }
+ { before(grammarAccess.getFlowPathImplAccess().getSemicolonKeyword_10()); }
+ Semicolon
+ { after(grammarAccess.getFlowPathImplAccess().getSemicolonKeyword_10()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeTransition__Group__5
+
+rule__FlowPathImpl__Group_5__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ModeTransition__Group__5__Impl
- rule__ModeTransition__Group__6
+ rule__FlowPathImpl__Group_5__0__Impl
+ rule__FlowPathImpl__Group_5__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeTransition__Group__5__Impl
+rule__FlowPathImpl__Group_5__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getModeTransitionAccess().getRightSquareBracketHyphenMinusGreaterThanSignKeyword_5()); }
- RightSquareBracketHyphenMinusGreaterThanSign
- { after(grammarAccess.getModeTransitionAccess().getRightSquareBracketHyphenMinusGreaterThanSignKeyword_5()); }
+ { before(grammarAccess.getFlowPathImplAccess().getGroup_5_0()); }
+ (rule__FlowPathImpl__Group_5_0__0)*
+ { after(grammarAccess.getFlowPathImplAccess().getGroup_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeTransition__Group__6
+rule__FlowPathImpl__Group_5__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ModeTransition__Group__6__Impl
- rule__ModeTransition__Group__7
+ rule__FlowPathImpl__Group_5__1__Impl
+ rule__FlowPathImpl__Group_5__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeTransition__Group__6__Impl
+rule__FlowPathImpl__Group_5__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getModeTransitionAccess().getDestinationAssignment_6()); }
- (rule__ModeTransition__DestinationAssignment_6)
- { after(grammarAccess.getModeTransitionAccess().getDestinationAssignment_6()); }
+ { before(grammarAccess.getFlowPathImplAccess().getHyphenMinusGreaterThanSignKeyword_5_1()); }
+ HyphenMinusGreaterThanSign
+ { after(grammarAccess.getFlowPathImplAccess().getHyphenMinusGreaterThanSignKeyword_5_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeTransition__Group__7
+rule__FlowPathImpl__Group_5__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ModeTransition__Group__7__Impl
- rule__ModeTransition__Group__8
+ rule__FlowPathImpl__Group_5__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeTransition__Group__7__Impl
+rule__FlowPathImpl__Group_5__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getModeTransitionAccess().getGroup_7()); }
- (rule__ModeTransition__Group_7__0)?
- { after(grammarAccess.getModeTransitionAccess().getGroup_7()); }
+ { before(grammarAccess.getFlowPathImplAccess().getOwnedFlowSegmentAssignment_5_2()); }
+ (rule__FlowPathImpl__OwnedFlowSegmentAssignment_5_2)
+ { after(grammarAccess.getFlowPathImplAccess().getOwnedFlowSegmentAssignment_5_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeTransition__Group__8
+
+rule__FlowPathImpl__Group_5_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ModeTransition__Group__8__Impl
+ rule__FlowPathImpl__Group_5_0__0__Impl
+ rule__FlowPathImpl__Group_5_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeTransition__Group__8__Impl
+rule__FlowPathImpl__Group_5_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getModeTransitionAccess().getSemicolonKeyword_8()); }
- Semicolon
- { after(grammarAccess.getModeTransitionAccess().getSemicolonKeyword_8()); }
+ { before(grammarAccess.getFlowPathImplAccess().getHyphenMinusGreaterThanSignKeyword_5_0_0()); }
+ HyphenMinusGreaterThanSign
+ { after(grammarAccess.getFlowPathImplAccess().getHyphenMinusGreaterThanSignKeyword_5_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ModeTransition__Group_0__0
+rule__FlowPathImpl__Group_5_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ModeTransition__Group_0__0__Impl
- rule__ModeTransition__Group_0__1
+ rule__FlowPathImpl__Group_5_0__1__Impl
+ rule__FlowPathImpl__Group_5_0__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeTransition__Group_0__0__Impl
+rule__FlowPathImpl__Group_5_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getModeTransitionAccess().getNameAssignment_0_0()); }
- (rule__ModeTransition__NameAssignment_0_0)
- { after(grammarAccess.getModeTransitionAccess().getNameAssignment_0_0()); }
+ { before(grammarAccess.getFlowPathImplAccess().getOwnedFlowSegmentAssignment_5_0_1()); }
+ (rule__FlowPathImpl__OwnedFlowSegmentAssignment_5_0_1)
+ { after(grammarAccess.getFlowPathImplAccess().getOwnedFlowSegmentAssignment_5_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeTransition__Group_0__1
+rule__FlowPathImpl__Group_5_0__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ModeTransition__Group_0__1__Impl
+ rule__FlowPathImpl__Group_5_0__2__Impl
+ rule__FlowPathImpl__Group_5_0__3
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeTransition__Group_0__1__Impl
+rule__FlowPathImpl__Group_5_0__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getModeTransitionAccess().getColonKeyword_0_1()); }
- Colon
- { after(grammarAccess.getModeTransitionAccess().getColonKeyword_0_1()); }
+ { before(grammarAccess.getFlowPathImplAccess().getHyphenMinusGreaterThanSignKeyword_5_0_2()); }
+ HyphenMinusGreaterThanSign
+ { after(grammarAccess.getFlowPathImplAccess().getHyphenMinusGreaterThanSignKeyword_5_0_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ModeTransition__Group_4__0
+rule__FlowPathImpl__Group_5_0__3
@init {
int stackSize = keepStackSize();
}
:
- rule__ModeTransition__Group_4__0__Impl
- rule__ModeTransition__Group_4__1
+ rule__FlowPathImpl__Group_5_0__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeTransition__Group_4__0__Impl
+rule__FlowPathImpl__Group_5_0__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getModeTransitionAccess().getCommaKeyword_4_0()); }
- Comma
- { after(grammarAccess.getModeTransitionAccess().getCommaKeyword_4_0()); }
+ { before(grammarAccess.getFlowPathImplAccess().getOwnedFlowSegmentAssignment_5_0_3()); }
+ (rule__FlowPathImpl__OwnedFlowSegmentAssignment_5_0_3)
+ { after(grammarAccess.getFlowPathImplAccess().getOwnedFlowSegmentAssignment_5_0_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeTransition__Group_4__1
+
+rule__FlowPathImpl__Group_8__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ModeTransition__Group_4__1__Impl
+ rule__FlowPathImpl__Group_8__0__Impl
+ rule__FlowPathImpl__Group_8__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeTransition__Group_4__1__Impl
+rule__FlowPathImpl__Group_8__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getModeTransitionAccess().getOwnedTriggerAssignment_4_1()); }
- (rule__ModeTransition__OwnedTriggerAssignment_4_1)
- { after(grammarAccess.getModeTransitionAccess().getOwnedTriggerAssignment_4_1()); }
+ { before(grammarAccess.getFlowPathImplAccess().getLeftCurlyBracketKeyword_8_0()); }
+ LeftCurlyBracket
+ { after(grammarAccess.getFlowPathImplAccess().getLeftCurlyBracketKeyword_8_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ModeTransition__Group_7__0
+rule__FlowPathImpl__Group_8__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ModeTransition__Group_7__0__Impl
- rule__ModeTransition__Group_7__1
+ rule__FlowPathImpl__Group_8__1__Impl
+ rule__FlowPathImpl__Group_8__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeTransition__Group_7__0__Impl
+rule__FlowPathImpl__Group_8__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getModeTransitionAccess().getLeftCurlyBracketKeyword_7_0()); }
- LeftCurlyBracket
- { after(grammarAccess.getModeTransitionAccess().getLeftCurlyBracketKeyword_7_0()); }
+ (
+ { before(grammarAccess.getFlowPathImplAccess().getOwnedPropertyAssociationAssignment_8_1()); }
+ (rule__FlowPathImpl__OwnedPropertyAssociationAssignment_8_1)
+ { after(grammarAccess.getFlowPathImplAccess().getOwnedPropertyAssociationAssignment_8_1()); }
+ )
+ (
+ { before(grammarAccess.getFlowPathImplAccess().getOwnedPropertyAssociationAssignment_8_1()); }
+ (rule__FlowPathImpl__OwnedPropertyAssociationAssignment_8_1)*
+ { after(grammarAccess.getFlowPathImplAccess().getOwnedPropertyAssociationAssignment_8_1()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeTransition__Group_7__1
+rule__FlowPathImpl__Group_8__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ModeTransition__Group_7__1__Impl
- rule__ModeTransition__Group_7__2
+ rule__FlowPathImpl__Group_8__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeTransition__Group_7__1__Impl
+rule__FlowPathImpl__Group_8__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getModeTransitionAccess().getOwnedPropertyAssociationAssignment_7_1()); }
- (rule__ModeTransition__OwnedPropertyAssociationAssignment_7_1)
- { after(grammarAccess.getModeTransitionAccess().getOwnedPropertyAssociationAssignment_7_1()); }
- )
- (
- { before(grammarAccess.getModeTransitionAccess().getOwnedPropertyAssociationAssignment_7_1()); }
- (rule__ModeTransition__OwnedPropertyAssociationAssignment_7_1)*
- { after(grammarAccess.getModeTransitionAccess().getOwnedPropertyAssociationAssignment_7_1()); }
- )
+ { before(grammarAccess.getFlowPathImplAccess().getRightCurlyBracketKeyword_8_2()); }
+ RightCurlyBracket
+ { after(grammarAccess.getFlowPathImplAccess().getRightCurlyBracketKeyword_8_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeTransition__Group_7__2
+
+rule__FlowPathImpl__Group_9__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ModeTransition__Group_7__2__Impl
+ rule__FlowPathImpl__Group_9__0__Impl
+ rule__FlowPathImpl__Group_9__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeTransition__Group_7__2__Impl
+rule__FlowPathImpl__Group_9__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getModeTransitionAccess().getRightCurlyBracketKeyword_7_2()); }
- RightCurlyBracket
- { after(grammarAccess.getModeTransitionAccess().getRightCurlyBracketKeyword_7_2()); }
+ { before(grammarAccess.getFlowPathImplAccess().getInKeyword_9_0()); }
+ In
+ { after(grammarAccess.getFlowPathImplAccess().getInKeyword_9_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__Trigger__Group_0__0
+rule__FlowPathImpl__Group_9__1
@init {
int stackSize = keepStackSize();
}
:
- rule__Trigger__Group_0__0__Impl
- rule__Trigger__Group_0__1
+ rule__FlowPathImpl__Group_9__1__Impl
+ rule__FlowPathImpl__Group_9__2
;
finally {
restoreStackSize(stackSize);
}
-rule__Trigger__Group_0__0__Impl
+rule__FlowPathImpl__Group_9__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getTriggerAccess().getGroup_0_0()); }
- (rule__Trigger__Group_0_0__0)?
- { after(grammarAccess.getTriggerAccess().getGroup_0_0()); }
+ { before(grammarAccess.getFlowPathImplAccess().getModesKeyword_9_1()); }
+ Modes
+ { after(grammarAccess.getFlowPathImplAccess().getModesKeyword_9_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__Trigger__Group_0__1
+rule__FlowPathImpl__Group_9__2
@init {
int stackSize = keepStackSize();
}
:
- rule__Trigger__Group_0__1__Impl
+ rule__FlowPathImpl__Group_9__2__Impl
+ rule__FlowPathImpl__Group_9__3
;
finally {
restoreStackSize(stackSize);
}
-rule__Trigger__Group_0__1__Impl
+rule__FlowPathImpl__Group_9__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getTriggerAccess().getTriggerPortAssignment_0_1()); }
- (rule__Trigger__TriggerPortAssignment_0_1)
- { after(grammarAccess.getTriggerAccess().getTriggerPortAssignment_0_1()); }
+ { before(grammarAccess.getFlowPathImplAccess().getLeftParenthesisKeyword_9_2()); }
+ LeftParenthesis
+ { after(grammarAccess.getFlowPathImplAccess().getLeftParenthesisKeyword_9_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__Trigger__Group_0_0__0
+rule__FlowPathImpl__Group_9__3
@init {
int stackSize = keepStackSize();
}
:
- rule__Trigger__Group_0_0__0__Impl
- rule__Trigger__Group_0_0__1
+ rule__FlowPathImpl__Group_9__3__Impl
+ rule__FlowPathImpl__Group_9__4
;
finally {
restoreStackSize(stackSize);
}
-rule__Trigger__Group_0_0__0__Impl
+rule__FlowPathImpl__Group_9__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getTriggerAccess().getContextAssignment_0_0_0()); }
- (rule__Trigger__ContextAssignment_0_0_0)
- { after(grammarAccess.getTriggerAccess().getContextAssignment_0_0_0()); }
+ { before(grammarAccess.getFlowPathImplAccess().getInModeOrTransitionAssignment_9_3()); }
+ (rule__FlowPathImpl__InModeOrTransitionAssignment_9_3)
+ { after(grammarAccess.getFlowPathImplAccess().getInModeOrTransitionAssignment_9_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__Trigger__Group_0_0__1
+rule__FlowPathImpl__Group_9__4
@init {
int stackSize = keepStackSize();
}
:
- rule__Trigger__Group_0_0__1__Impl
+ rule__FlowPathImpl__Group_9__4__Impl
+ rule__FlowPathImpl__Group_9__5
;
finally {
restoreStackSize(stackSize);
}
-rule__Trigger__Group_0_0__1__Impl
+rule__FlowPathImpl__Group_9__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getTriggerAccess().getFullStopKeyword_0_0_1()); }
- FullStop
- { after(grammarAccess.getTriggerAccess().getFullStopKeyword_0_0_1()); }
+ { before(grammarAccess.getFlowPathImplAccess().getGroup_9_4()); }
+ (rule__FlowPathImpl__Group_9_4__0)*
+ { after(grammarAccess.getFlowPathImplAccess().getGroup_9_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__Trigger__Group_1__0
+rule__FlowPathImpl__Group_9__5
@init {
int stackSize = keepStackSize();
}
:
- rule__Trigger__Group_1__0__Impl
- rule__Trigger__Group_1__1
+ rule__FlowPathImpl__Group_9__5__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__Trigger__Group_1__0__Impl
+rule__FlowPathImpl__Group_9__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getTriggerAccess().getSelfKeyword_1_0()); }
- Self
- { after(grammarAccess.getTriggerAccess().getSelfKeyword_1_0()); }
+ { before(grammarAccess.getFlowPathImplAccess().getRightParenthesisKeyword_9_5()); }
+ RightParenthesis
+ { after(grammarAccess.getFlowPathImplAccess().getRightParenthesisKeyword_9_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__Trigger__Group_1__1
+
+rule__FlowPathImpl__Group_9_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__Trigger__Group_1__1__Impl
- rule__Trigger__Group_1__2
+ rule__FlowPathImpl__Group_9_4__0__Impl
+ rule__FlowPathImpl__Group_9_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__Trigger__Group_1__1__Impl
+rule__FlowPathImpl__Group_9_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getTriggerAccess().getFullStopKeyword_1_1()); }
- FullStop
- { after(grammarAccess.getTriggerAccess().getFullStopKeyword_1_1()); }
+ { before(grammarAccess.getFlowPathImplAccess().getCommaKeyword_9_4_0()); }
+ Comma
+ { after(grammarAccess.getFlowPathImplAccess().getCommaKeyword_9_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__Trigger__Group_1__2
+rule__FlowPathImpl__Group_9_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__Trigger__Group_1__2__Impl
+ rule__FlowPathImpl__Group_9_4__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__Trigger__Group_1__2__Impl
+rule__FlowPathImpl__Group_9_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getTriggerAccess().getTriggerPortAssignment_1_2()); }
- (rule__Trigger__TriggerPortAssignment_1_2)
- { after(grammarAccess.getTriggerAccess().getTriggerPortAssignment_1_2()); }
+ { before(grammarAccess.getFlowPathImplAccess().getInModeOrTransitionAssignment_9_4_1()); }
+ (rule__FlowPathImpl__InModeOrTransitionAssignment_9_4_1)
+ { after(grammarAccess.getFlowPathImplAccess().getInModeOrTransitionAssignment_9_4_1()); }
)
;
finally {
@@ -95073,431 +96579,438 @@ finally {
}
-rule__Trigger__Group_2__0
+rule__EndToEndFlow__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__Trigger__Group_2__0__Impl
- rule__Trigger__Group_2__1
+ rule__EndToEndFlow__Group__0__Impl
+ rule__EndToEndFlow__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__Trigger__Group_2__0__Impl
+rule__EndToEndFlow__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getTriggerAccess().getProcessorKeyword_2_0()); }
- Processor
- { after(grammarAccess.getTriggerAccess().getProcessorKeyword_2_0()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getAlternatives_0()); }
+ (rule__EndToEndFlow__Alternatives_0)
+ { after(grammarAccess.getEndToEndFlowAccess().getAlternatives_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__Trigger__Group_2__1
+rule__EndToEndFlow__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__Trigger__Group_2__1__Impl
- rule__Trigger__Group_2__2
+ rule__EndToEndFlow__Group__1__Impl
+ rule__EndToEndFlow__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__Trigger__Group_2__1__Impl
+rule__EndToEndFlow__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getTriggerAccess().getFullStopKeyword_2_1()); }
- FullStop
- { after(grammarAccess.getTriggerAccess().getFullStopKeyword_2_1()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getGroup_1()); }
+ (rule__EndToEndFlow__Group_1__0)?
+ { after(grammarAccess.getEndToEndFlowAccess().getGroup_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__Trigger__Group_2__2
+rule__EndToEndFlow__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__Trigger__Group_2__2__Impl
+ rule__EndToEndFlow__Group__2__Impl
+ rule__EndToEndFlow__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__Trigger__Group_2__2__Impl
+rule__EndToEndFlow__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getTriggerAccess().getTriggerPortAssignment_2_2()); }
- (rule__Trigger__TriggerPortAssignment_2_2)
- { after(grammarAccess.getTriggerAccess().getTriggerPortAssignment_2_2()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getGroup_2()); }
+ (rule__EndToEndFlow__Group_2__0)?
+ { after(grammarAccess.getEndToEndFlowAccess().getGroup_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ModeRef__Group__0
+rule__EndToEndFlow__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__ModeRef__Group__0__Impl
- rule__ModeRef__Group__1
+ rule__EndToEndFlow__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeRef__Group__0__Impl
+rule__EndToEndFlow__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getModeRefAccess().getParentModeAssignment_0()); }
- (rule__ModeRef__ParentModeAssignment_0)
- { after(grammarAccess.getModeRefAccess().getParentModeAssignment_0()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getSemicolonKeyword_3()); }
+ Semicolon
+ { after(grammarAccess.getEndToEndFlowAccess().getSemicolonKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeRef__Group__1
+
+rule__EndToEndFlow__Group_0_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ModeRef__Group__1__Impl
+ rule__EndToEndFlow__Group_0_0__0__Impl
+ rule__EndToEndFlow__Group_0_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeRef__Group__1__Impl
+rule__EndToEndFlow__Group_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getModeRefAccess().getGroup_1()); }
- (rule__ModeRef__Group_1__0)?
- { after(grammarAccess.getModeRefAccess().getGroup_1()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getNameAssignment_0_0_0()); }
+ (rule__EndToEndFlow__NameAssignment_0_0_0)
+ { after(grammarAccess.getEndToEndFlowAccess().getNameAssignment_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ModeRef__Group_1__0
+rule__EndToEndFlow__Group_0_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ModeRef__Group_1__0__Impl
- rule__ModeRef__Group_1__1
+ rule__EndToEndFlow__Group_0_0__1__Impl
+ rule__EndToEndFlow__Group_0_0__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeRef__Group_1__0__Impl
+rule__EndToEndFlow__Group_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getModeRefAccess().getEqualsSignGreaterThanSignKeyword_1_0()); }
- EqualsSignGreaterThanSign
- { after(grammarAccess.getModeRefAccess().getEqualsSignGreaterThanSignKeyword_1_0()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getColonKeyword_0_0_1()); }
+ Colon
+ { after(grammarAccess.getEndToEndFlowAccess().getColonKeyword_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeRef__Group_1__1
+rule__EndToEndFlow__Group_0_0__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ModeRef__Group_1__1__Impl
+ rule__EndToEndFlow__Group_0_0__2__Impl
+ rule__EndToEndFlow__Group_0_0__3
;
finally {
restoreStackSize(stackSize);
}
-rule__ModeRef__Group_1__1__Impl
+rule__EndToEndFlow__Group_0_0__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getModeRefAccess().getDerivedModeAssignment_1_1()); }
- (rule__ModeRef__DerivedModeAssignment_1_1)
- { after(grammarAccess.getModeRefAccess().getDerivedModeAssignment_1_1()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getEndKeyword_0_0_2()); }
+ End
+ { after(grammarAccess.getEndToEndFlowAccess().getEndKeyword_0_0_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DefaultAnnexLibrary__Group__0
+rule__EndToEndFlow__Group_0_0__3
@init {
int stackSize = keepStackSize();
}
:
- rule__DefaultAnnexLibrary__Group__0__Impl
- rule__DefaultAnnexLibrary__Group__1
+ rule__EndToEndFlow__Group_0_0__3__Impl
+ rule__EndToEndFlow__Group_0_0__4
;
finally {
restoreStackSize(stackSize);
}
-rule__DefaultAnnexLibrary__Group__0__Impl
+rule__EndToEndFlow__Group_0_0__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDefaultAnnexLibraryAccess().getAnnexKeyword_0()); }
- Annex
- { after(grammarAccess.getDefaultAnnexLibraryAccess().getAnnexKeyword_0()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getToKeyword_0_0_3()); }
+ To
+ { after(grammarAccess.getEndToEndFlowAccess().getToKeyword_0_0_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DefaultAnnexLibrary__Group__1
+rule__EndToEndFlow__Group_0_0__4
@init {
int stackSize = keepStackSize();
}
:
- rule__DefaultAnnexLibrary__Group__1__Impl
- rule__DefaultAnnexLibrary__Group__2
+ rule__EndToEndFlow__Group_0_0__4__Impl
+ rule__EndToEndFlow__Group_0_0__5
;
finally {
restoreStackSize(stackSize);
}
-rule__DefaultAnnexLibrary__Group__1__Impl
+rule__EndToEndFlow__Group_0_0__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDefaultAnnexLibraryAccess().getNameAssignment_1()); }
- (rule__DefaultAnnexLibrary__NameAssignment_1)
- { after(grammarAccess.getDefaultAnnexLibraryAccess().getNameAssignment_1()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getEndKeyword_0_0_4()); }
+ End
+ { after(grammarAccess.getEndToEndFlowAccess().getEndKeyword_0_0_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DefaultAnnexLibrary__Group__2
+rule__EndToEndFlow__Group_0_0__5
@init {
int stackSize = keepStackSize();
}
:
- rule__DefaultAnnexLibrary__Group__2__Impl
- rule__DefaultAnnexLibrary__Group__3
+ rule__EndToEndFlow__Group_0_0__5__Impl
+ rule__EndToEndFlow__Group_0_0__6
;
finally {
restoreStackSize(stackSize);
}
-rule__DefaultAnnexLibrary__Group__2__Impl
+rule__EndToEndFlow__Group_0_0__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDefaultAnnexLibraryAccess().getSourceTextAssignment_2()); }
- (rule__DefaultAnnexLibrary__SourceTextAssignment_2)
- { after(grammarAccess.getDefaultAnnexLibraryAccess().getSourceTextAssignment_2()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getFlowKeyword_0_0_5()); }
+ Flow
+ { after(grammarAccess.getEndToEndFlowAccess().getFlowKeyword_0_0_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DefaultAnnexLibrary__Group__3
+rule__EndToEndFlow__Group_0_0__6
@init {
int stackSize = keepStackSize();
}
:
- rule__DefaultAnnexLibrary__Group__3__Impl
+ rule__EndToEndFlow__Group_0_0__6__Impl
+ rule__EndToEndFlow__Group_0_0__7
;
finally {
restoreStackSize(stackSize);
}
-rule__DefaultAnnexLibrary__Group__3__Impl
+rule__EndToEndFlow__Group_0_0__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDefaultAnnexLibraryAccess().getSemicolonKeyword_3()); }
- Semicolon
- { after(grammarAccess.getDefaultAnnexLibraryAccess().getSemicolonKeyword_3()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getOwnedEndToEndFlowSegmentAssignment_0_0_6()); }
+ (rule__EndToEndFlow__OwnedEndToEndFlowSegmentAssignment_0_0_6)
+ { after(grammarAccess.getEndToEndFlowAccess().getOwnedEndToEndFlowSegmentAssignment_0_0_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DefaultAnnexSubclause__Group__0
+rule__EndToEndFlow__Group_0_0__7
@init {
int stackSize = keepStackSize();
}
:
- rule__DefaultAnnexSubclause__Group__0__Impl
- rule__DefaultAnnexSubclause__Group__1
+ rule__EndToEndFlow__Group_0_0__7__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DefaultAnnexSubclause__Group__0__Impl
+rule__EndToEndFlow__Group_0_0__7__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDefaultAnnexSubclauseAccess().getAnnexKeyword_0()); }
- Annex
- { after(grammarAccess.getDefaultAnnexSubclauseAccess().getAnnexKeyword_0()); }
+ (
+ { before(grammarAccess.getEndToEndFlowAccess().getGroup_0_0_7()); }
+ (rule__EndToEndFlow__Group_0_0_7__0)
+ { after(grammarAccess.getEndToEndFlowAccess().getGroup_0_0_7()); }
+ )
+ (
+ { before(grammarAccess.getEndToEndFlowAccess().getGroup_0_0_7()); }
+ (rule__EndToEndFlow__Group_0_0_7__0)*
+ { after(grammarAccess.getEndToEndFlowAccess().getGroup_0_0_7()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DefaultAnnexSubclause__Group__1
+
+rule__EndToEndFlow__Group_0_0_7__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DefaultAnnexSubclause__Group__1__Impl
- rule__DefaultAnnexSubclause__Group__2
+ rule__EndToEndFlow__Group_0_0_7__0__Impl
+ rule__EndToEndFlow__Group_0_0_7__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DefaultAnnexSubclause__Group__1__Impl
+rule__EndToEndFlow__Group_0_0_7__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDefaultAnnexSubclauseAccess().getNameAssignment_1()); }
- (rule__DefaultAnnexSubclause__NameAssignment_1)
- { after(grammarAccess.getDefaultAnnexSubclauseAccess().getNameAssignment_1()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getHyphenMinusGreaterThanSignKeyword_0_0_7_0()); }
+ HyphenMinusGreaterThanSign
+ { after(grammarAccess.getEndToEndFlowAccess().getHyphenMinusGreaterThanSignKeyword_0_0_7_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DefaultAnnexSubclause__Group__2
+rule__EndToEndFlow__Group_0_0_7__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DefaultAnnexSubclause__Group__2__Impl
- rule__DefaultAnnexSubclause__Group__3
+ rule__EndToEndFlow__Group_0_0_7__1__Impl
+ rule__EndToEndFlow__Group_0_0_7__2
;
finally {
restoreStackSize(stackSize);
}
-rule__DefaultAnnexSubclause__Group__2__Impl
+rule__EndToEndFlow__Group_0_0_7__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDefaultAnnexSubclauseAccess().getSourceTextAssignment_2()); }
- (rule__DefaultAnnexSubclause__SourceTextAssignment_2)
- { after(grammarAccess.getDefaultAnnexSubclauseAccess().getSourceTextAssignment_2()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getOwnedEndToEndFlowSegmentAssignment_0_0_7_1()); }
+ (rule__EndToEndFlow__OwnedEndToEndFlowSegmentAssignment_0_0_7_1)
+ { after(grammarAccess.getEndToEndFlowAccess().getOwnedEndToEndFlowSegmentAssignment_0_0_7_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DefaultAnnexSubclause__Group__3
+rule__EndToEndFlow__Group_0_0_7__2
@init {
int stackSize = keepStackSize();
}
:
- rule__DefaultAnnexSubclause__Group__3__Impl
- rule__DefaultAnnexSubclause__Group__4
+ rule__EndToEndFlow__Group_0_0_7__2__Impl
+ rule__EndToEndFlow__Group_0_0_7__3
;
finally {
restoreStackSize(stackSize);
}
-rule__DefaultAnnexSubclause__Group__3__Impl
+rule__EndToEndFlow__Group_0_0_7__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDefaultAnnexSubclauseAccess().getGroup_3()); }
- (rule__DefaultAnnexSubclause__Group_3__0)?
- { after(grammarAccess.getDefaultAnnexSubclauseAccess().getGroup_3()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getHyphenMinusGreaterThanSignKeyword_0_0_7_2()); }
+ HyphenMinusGreaterThanSign
+ { after(grammarAccess.getEndToEndFlowAccess().getHyphenMinusGreaterThanSignKeyword_0_0_7_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DefaultAnnexSubclause__Group__4
+rule__EndToEndFlow__Group_0_0_7__3
@init {
int stackSize = keepStackSize();
}
:
- rule__DefaultAnnexSubclause__Group__4__Impl
+ rule__EndToEndFlow__Group_0_0_7__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DefaultAnnexSubclause__Group__4__Impl
+rule__EndToEndFlow__Group_0_0_7__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDefaultAnnexSubclauseAccess().getSemicolonKeyword_4()); }
- Semicolon
- { after(grammarAccess.getDefaultAnnexSubclauseAccess().getSemicolonKeyword_4()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getOwnedEndToEndFlowSegmentAssignment_0_0_7_3()); }
+ (rule__EndToEndFlow__OwnedEndToEndFlowSegmentAssignment_0_0_7_3)
+ { after(grammarAccess.getEndToEndFlowAccess().getOwnedEndToEndFlowSegmentAssignment_0_0_7_3()); }
)
;
finally {
@@ -95505,215 +97018,215 @@ finally {
}
-rule__DefaultAnnexSubclause__Group_3__0
+rule__EndToEndFlow__Group_0_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DefaultAnnexSubclause__Group_3__0__Impl
- rule__DefaultAnnexSubclause__Group_3__1
+ rule__EndToEndFlow__Group_0_1__0__Impl
+ rule__EndToEndFlow__Group_0_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DefaultAnnexSubclause__Group_3__0__Impl
+rule__EndToEndFlow__Group_0_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDefaultAnnexSubclauseAccess().getInModesKeywordsParserRuleCall_3_0()); }
- ruleInModesKeywords
- { after(grammarAccess.getDefaultAnnexSubclauseAccess().getInModesKeywordsParserRuleCall_3_0()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getRefinedAssignment_0_1_0()); }
+ (rule__EndToEndFlow__RefinedAssignment_0_1_0)
+ { after(grammarAccess.getEndToEndFlowAccess().getRefinedAssignment_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DefaultAnnexSubclause__Group_3__1
+rule__EndToEndFlow__Group_0_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DefaultAnnexSubclause__Group_3__1__Impl
- rule__DefaultAnnexSubclause__Group_3__2
+ rule__EndToEndFlow__Group_0_1__1__Impl
+ rule__EndToEndFlow__Group_0_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__DefaultAnnexSubclause__Group_3__1__Impl
+rule__EndToEndFlow__Group_0_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDefaultAnnexSubclauseAccess().getLeftParenthesisKeyword_3_1()); }
- LeftParenthesis
- { after(grammarAccess.getDefaultAnnexSubclauseAccess().getLeftParenthesisKeyword_3_1()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getColonKeyword_0_1_1()); }
+ Colon
+ { after(grammarAccess.getEndToEndFlowAccess().getColonKeyword_0_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DefaultAnnexSubclause__Group_3__2
+rule__EndToEndFlow__Group_0_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__DefaultAnnexSubclause__Group_3__2__Impl
- rule__DefaultAnnexSubclause__Group_3__3
+ rule__EndToEndFlow__Group_0_1__2__Impl
+ rule__EndToEndFlow__Group_0_1__3
;
finally {
restoreStackSize(stackSize);
}
-rule__DefaultAnnexSubclause__Group_3__2__Impl
+rule__EndToEndFlow__Group_0_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDefaultAnnexSubclauseAccess().getGroup_3_2()); }
- (rule__DefaultAnnexSubclause__Group_3_2__0)
- { after(grammarAccess.getDefaultAnnexSubclauseAccess().getGroup_3_2()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getRefinedKeyword_0_1_2()); }
+ Refined
+ { after(grammarAccess.getEndToEndFlowAccess().getRefinedKeyword_0_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DefaultAnnexSubclause__Group_3__3
+rule__EndToEndFlow__Group_0_1__3
@init {
int stackSize = keepStackSize();
}
:
- rule__DefaultAnnexSubclause__Group_3__3__Impl
+ rule__EndToEndFlow__Group_0_1__3__Impl
+ rule__EndToEndFlow__Group_0_1__4
;
finally {
restoreStackSize(stackSize);
}
-rule__DefaultAnnexSubclause__Group_3__3__Impl
+rule__EndToEndFlow__Group_0_1__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDefaultAnnexSubclauseAccess().getRightParenthesisKeyword_3_3()); }
- RightParenthesis
- { after(grammarAccess.getDefaultAnnexSubclauseAccess().getRightParenthesisKeyword_3_3()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getToKeyword_0_1_3()); }
+ To
+ { after(grammarAccess.getEndToEndFlowAccess().getToKeyword_0_1_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DefaultAnnexSubclause__Group_3_2__0
+rule__EndToEndFlow__Group_0_1__4
@init {
int stackSize = keepStackSize();
}
:
- rule__DefaultAnnexSubclause__Group_3_2__0__Impl
- rule__DefaultAnnexSubclause__Group_3_2__1
+ rule__EndToEndFlow__Group_0_1__4__Impl
+ rule__EndToEndFlow__Group_0_1__5
;
finally {
restoreStackSize(stackSize);
}
-rule__DefaultAnnexSubclause__Group_3_2__0__Impl
+rule__EndToEndFlow__Group_0_1__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDefaultAnnexSubclauseAccess().getInModeAssignment_3_2_0()); }
- (rule__DefaultAnnexSubclause__InModeAssignment_3_2_0)
- { after(grammarAccess.getDefaultAnnexSubclauseAccess().getInModeAssignment_3_2_0()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getEndKeyword_0_1_4()); }
+ End
+ { after(grammarAccess.getEndToEndFlowAccess().getEndKeyword_0_1_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DefaultAnnexSubclause__Group_3_2__1
+rule__EndToEndFlow__Group_0_1__5
@init {
int stackSize = keepStackSize();
}
:
- rule__DefaultAnnexSubclause__Group_3_2__1__Impl
+ rule__EndToEndFlow__Group_0_1__5__Impl
+ rule__EndToEndFlow__Group_0_1__6
;
finally {
restoreStackSize(stackSize);
}
-rule__DefaultAnnexSubclause__Group_3_2__1__Impl
+rule__EndToEndFlow__Group_0_1__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDefaultAnnexSubclauseAccess().getGroup_3_2_1()); }
- (rule__DefaultAnnexSubclause__Group_3_2_1__0)*
- { after(grammarAccess.getDefaultAnnexSubclauseAccess().getGroup_3_2_1()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getToKeyword_0_1_5()); }
+ To
+ { after(grammarAccess.getEndToEndFlowAccess().getToKeyword_0_1_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DefaultAnnexSubclause__Group_3_2_1__0
+rule__EndToEndFlow__Group_0_1__6
@init {
int stackSize = keepStackSize();
}
:
- rule__DefaultAnnexSubclause__Group_3_2_1__0__Impl
- rule__DefaultAnnexSubclause__Group_3_2_1__1
+ rule__EndToEndFlow__Group_0_1__6__Impl
+ rule__EndToEndFlow__Group_0_1__7
;
finally {
restoreStackSize(stackSize);
}
-rule__DefaultAnnexSubclause__Group_3_2_1__0__Impl
+rule__EndToEndFlow__Group_0_1__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDefaultAnnexSubclauseAccess().getCommaKeyword_3_2_1_0()); }
- Comma
- { after(grammarAccess.getDefaultAnnexSubclauseAccess().getCommaKeyword_3_2_1_0()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getEndKeyword_0_1_6()); }
+ End
+ { after(grammarAccess.getEndToEndFlowAccess().getEndKeyword_0_1_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DefaultAnnexSubclause__Group_3_2_1__1
+rule__EndToEndFlow__Group_0_1__7
@init {
int stackSize = keepStackSize();
}
:
- rule__DefaultAnnexSubclause__Group_3_2_1__1__Impl
+ rule__EndToEndFlow__Group_0_1__7__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DefaultAnnexSubclause__Group_3_2_1__1__Impl
+rule__EndToEndFlow__Group_0_1__7__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDefaultAnnexSubclauseAccess().getInModeAssignment_3_2_1_1()); }
- (rule__DefaultAnnexSubclause__InModeAssignment_3_2_1_1)
- { after(grammarAccess.getDefaultAnnexSubclauseAccess().getInModeAssignment_3_2_1_1()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getFlowKeyword_0_1_7()); }
+ Flow
+ { after(grammarAccess.getEndToEndFlowAccess().getFlowKeyword_0_1_7()); }
)
;
finally {
@@ -95721,755 +97234,769 @@ finally {
}
-rule__PropertySet__Group__0
+rule__EndToEndFlow__Group_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertySet__Group__0__Impl
- rule__PropertySet__Group__1
+ rule__EndToEndFlow__Group_1__0__Impl
+ rule__EndToEndFlow__Group_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertySet__Group__0__Impl
+rule__EndToEndFlow__Group_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertySetAccess().getPropertyKeyword_0()); }
- Property
- { after(grammarAccess.getPropertySetAccess().getPropertyKeyword_0()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getLeftCurlyBracketKeyword_1_0()); }
+ LeftCurlyBracket
+ { after(grammarAccess.getEndToEndFlowAccess().getLeftCurlyBracketKeyword_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertySet__Group__1
+rule__EndToEndFlow__Group_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertySet__Group__1__Impl
- rule__PropertySet__Group__2
+ rule__EndToEndFlow__Group_1__1__Impl
+ rule__EndToEndFlow__Group_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertySet__Group__1__Impl
+rule__EndToEndFlow__Group_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertySetAccess().getSetKeyword_1()); }
- Set
- { after(grammarAccess.getPropertySetAccess().getSetKeyword_1()); }
+ (
+ { before(grammarAccess.getEndToEndFlowAccess().getOwnedPropertyAssociationAssignment_1_1()); }
+ (rule__EndToEndFlow__OwnedPropertyAssociationAssignment_1_1)
+ { after(grammarAccess.getEndToEndFlowAccess().getOwnedPropertyAssociationAssignment_1_1()); }
+ )
+ (
+ { before(grammarAccess.getEndToEndFlowAccess().getOwnedPropertyAssociationAssignment_1_1()); }
+ (rule__EndToEndFlow__OwnedPropertyAssociationAssignment_1_1)*
+ { after(grammarAccess.getEndToEndFlowAccess().getOwnedPropertyAssociationAssignment_1_1()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertySet__Group__2
+rule__EndToEndFlow__Group_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertySet__Group__2__Impl
- rule__PropertySet__Group__3
+ rule__EndToEndFlow__Group_1__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertySet__Group__2__Impl
+rule__EndToEndFlow__Group_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertySetAccess().getNameAssignment_2()); }
- (rule__PropertySet__NameAssignment_2)
- { after(grammarAccess.getPropertySetAccess().getNameAssignment_2()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getRightCurlyBracketKeyword_1_2()); }
+ RightCurlyBracket
+ { after(grammarAccess.getEndToEndFlowAccess().getRightCurlyBracketKeyword_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertySet__Group__3
+
+rule__EndToEndFlow__Group_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertySet__Group__3__Impl
- rule__PropertySet__Group__4
+ rule__EndToEndFlow__Group_2__0__Impl
+ rule__EndToEndFlow__Group_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertySet__Group__3__Impl
+rule__EndToEndFlow__Group_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertySetAccess().getIsKeyword_3()); }
- Is
- { after(grammarAccess.getPropertySetAccess().getIsKeyword_3()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getInKeyword_2_0()); }
+ In
+ { after(grammarAccess.getEndToEndFlowAccess().getInKeyword_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertySet__Group__4
+rule__EndToEndFlow__Group_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertySet__Group__4__Impl
- rule__PropertySet__Group__5
+ rule__EndToEndFlow__Group_2__1__Impl
+ rule__EndToEndFlow__Group_2__2
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertySet__Group__4__Impl
+rule__EndToEndFlow__Group_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertySetAccess().getGroup_4()); }
- (rule__PropertySet__Group_4__0)*
- { after(grammarAccess.getPropertySetAccess().getGroup_4()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getModesKeyword_2_1()); }
+ Modes
+ { after(grammarAccess.getEndToEndFlowAccess().getModesKeyword_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertySet__Group__5
+rule__EndToEndFlow__Group_2__2
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertySet__Group__5__Impl
- rule__PropertySet__Group__6
+ rule__EndToEndFlow__Group_2__2__Impl
+ rule__EndToEndFlow__Group_2__3
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertySet__Group__5__Impl
+rule__EndToEndFlow__Group_2__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertySetAccess().getAlternatives_5()); }
- (rule__PropertySet__Alternatives_5)*
- { after(grammarAccess.getPropertySetAccess().getAlternatives_5()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getLeftParenthesisKeyword_2_2()); }
+ LeftParenthesis
+ { after(grammarAccess.getEndToEndFlowAccess().getLeftParenthesisKeyword_2_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertySet__Group__6
+rule__EndToEndFlow__Group_2__3
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertySet__Group__6__Impl
- rule__PropertySet__Group__7
+ rule__EndToEndFlow__Group_2__3__Impl
+ rule__EndToEndFlow__Group_2__4
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertySet__Group__6__Impl
+rule__EndToEndFlow__Group_2__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertySetAccess().getOwnedAnnexSubclauseAssignment_6()); }
- (rule__PropertySet__OwnedAnnexSubclauseAssignment_6)*
- { after(grammarAccess.getPropertySetAccess().getOwnedAnnexSubclauseAssignment_6()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getInModeOrTransitionAssignment_2_3()); }
+ (rule__EndToEndFlow__InModeOrTransitionAssignment_2_3)
+ { after(grammarAccess.getEndToEndFlowAccess().getInModeOrTransitionAssignment_2_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertySet__Group__7
+rule__EndToEndFlow__Group_2__4
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertySet__Group__7__Impl
- rule__PropertySet__Group__8
+ rule__EndToEndFlow__Group_2__4__Impl
+ rule__EndToEndFlow__Group_2__5
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertySet__Group__7__Impl
+rule__EndToEndFlow__Group_2__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertySetAccess().getEndKeyword_7()); }
- End
- { after(grammarAccess.getPropertySetAccess().getEndKeyword_7()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getGroup_2_4()); }
+ (rule__EndToEndFlow__Group_2_4__0)*
+ { after(grammarAccess.getEndToEndFlowAccess().getGroup_2_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertySet__Group__8
+rule__EndToEndFlow__Group_2__5
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertySet__Group__8__Impl
- rule__PropertySet__Group__9
+ rule__EndToEndFlow__Group_2__5__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertySet__Group__8__Impl
+rule__EndToEndFlow__Group_2__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertySetAccess().getIDTerminalRuleCall_8()); }
- RULE_ID
- { after(grammarAccess.getPropertySetAccess().getIDTerminalRuleCall_8()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getRightParenthesisKeyword_2_5()); }
+ RightParenthesis
+ { after(grammarAccess.getEndToEndFlowAccess().getRightParenthesisKeyword_2_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertySet__Group__9
+
+rule__EndToEndFlow__Group_2_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertySet__Group__9__Impl
+ rule__EndToEndFlow__Group_2_4__0__Impl
+ rule__EndToEndFlow__Group_2_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertySet__Group__9__Impl
+rule__EndToEndFlow__Group_2_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertySetAccess().getSemicolonKeyword_9()); }
- Semicolon
- { after(grammarAccess.getPropertySetAccess().getSemicolonKeyword_9()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getCommaKeyword_2_4_0()); }
+ Comma
+ { after(grammarAccess.getEndToEndFlowAccess().getCommaKeyword_2_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__PropertySet__Group_4__0
+rule__EndToEndFlow__Group_2_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertySet__Group_4__0__Impl
- rule__PropertySet__Group_4__1
+ rule__EndToEndFlow__Group_2_4__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertySet__Group_4__0__Impl
+rule__EndToEndFlow__Group_2_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertySetAccess().getWithKeyword_4_0()); }
- With
- { after(grammarAccess.getPropertySetAccess().getWithKeyword_4_0()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getInModeOrTransitionAssignment_2_4_1()); }
+ (rule__EndToEndFlow__InModeOrTransitionAssignment_2_4_1)
+ { after(grammarAccess.getEndToEndFlowAccess().getInModeOrTransitionAssignment_2_4_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertySet__Group_4__1
+
+rule__SubcomponentFlow__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertySet__Group_4__1__Impl
- rule__PropertySet__Group_4__2
+ rule__SubcomponentFlow__Group__0__Impl
+ rule__SubcomponentFlow__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertySet__Group_4__1__Impl
+rule__SubcomponentFlow__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertySetAccess().getImportedUnitAssignment_4_1()); }
- (rule__PropertySet__ImportedUnitAssignment_4_1)
- { after(grammarAccess.getPropertySetAccess().getImportedUnitAssignment_4_1()); }
+ { before(grammarAccess.getSubcomponentFlowAccess().getGroup_0()); }
+ (rule__SubcomponentFlow__Group_0__0)?
+ { after(grammarAccess.getSubcomponentFlowAccess().getGroup_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertySet__Group_4__2
+rule__SubcomponentFlow__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertySet__Group_4__2__Impl
- rule__PropertySet__Group_4__3
+ rule__SubcomponentFlow__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertySet__Group_4__2__Impl
+rule__SubcomponentFlow__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertySetAccess().getGroup_4_2()); }
- (rule__PropertySet__Group_4_2__0)*
- { after(grammarAccess.getPropertySetAccess().getGroup_4_2()); }
+ { before(grammarAccess.getSubcomponentFlowAccess().getFlowElementAssignment_1()); }
+ (rule__SubcomponentFlow__FlowElementAssignment_1)
+ { after(grammarAccess.getSubcomponentFlowAccess().getFlowElementAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertySet__Group_4__3
+
+rule__SubcomponentFlow__Group_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertySet__Group_4__3__Impl
+ rule__SubcomponentFlow__Group_0__0__Impl
+ rule__SubcomponentFlow__Group_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertySet__Group_4__3__Impl
+rule__SubcomponentFlow__Group_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertySetAccess().getSemicolonKeyword_4_3()); }
- Semicolon
- { after(grammarAccess.getPropertySetAccess().getSemicolonKeyword_4_3()); }
+ { before(grammarAccess.getSubcomponentFlowAccess().getContextAssignment_0_0()); }
+ (rule__SubcomponentFlow__ContextAssignment_0_0)
+ { after(grammarAccess.getSubcomponentFlowAccess().getContextAssignment_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__PropertySet__Group_4_2__0
+rule__SubcomponentFlow__Group_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertySet__Group_4_2__0__Impl
- rule__PropertySet__Group_4_2__1
+ rule__SubcomponentFlow__Group_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertySet__Group_4_2__0__Impl
+rule__SubcomponentFlow__Group_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertySetAccess().getCommaKeyword_4_2_0()); }
- Comma
- { after(grammarAccess.getPropertySetAccess().getCommaKeyword_4_2_0()); }
+ { before(grammarAccess.getSubcomponentFlowAccess().getFullStopKeyword_0_1()); }
+ FullStop
+ { after(grammarAccess.getSubcomponentFlowAccess().getFullStopKeyword_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertySet__Group_4_2__1
+
+rule__ETESubcomponentFlow__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertySet__Group_4_2__1__Impl
+ rule__ETESubcomponentFlow__Group__0__Impl
+ rule__ETESubcomponentFlow__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertySet__Group_4_2__1__Impl
+rule__ETESubcomponentFlow__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertySetAccess().getImportedUnitAssignment_4_2_1()); }
- (rule__PropertySet__ImportedUnitAssignment_4_2_1)
- { after(grammarAccess.getPropertySetAccess().getImportedUnitAssignment_4_2_1()); }
+ { before(grammarAccess.getETESubcomponentFlowAccess().getGroup_0()); }
+ (rule__ETESubcomponentFlow__Group_0__0)?
+ { after(grammarAccess.getETESubcomponentFlowAccess().getGroup_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__PropertyType__Group__0
+rule__ETESubcomponentFlow__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertyType__Group__0__Impl
- rule__PropertyType__Group__1
+ rule__ETESubcomponentFlow__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyType__Group__0__Impl
+rule__ETESubcomponentFlow__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertyTypeAccess().getAlternatives_0()); }
- (rule__PropertyType__Alternatives_0)
- { after(grammarAccess.getPropertyTypeAccess().getAlternatives_0()); }
+ { before(grammarAccess.getETESubcomponentFlowAccess().getFlowElementAssignment_1()); }
+ (rule__ETESubcomponentFlow__FlowElementAssignment_1)
+ { after(grammarAccess.getETESubcomponentFlowAccess().getFlowElementAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyType__Group__1
+
+rule__ETESubcomponentFlow__Group_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertyType__Group__1__Impl
+ rule__ETESubcomponentFlow__Group_0__0__Impl
+ rule__ETESubcomponentFlow__Group_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyType__Group__1__Impl
+rule__ETESubcomponentFlow__Group_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertyTypeAccess().getSemicolonKeyword_1()); }
- Semicolon
- { after(grammarAccess.getPropertyTypeAccess().getSemicolonKeyword_1()); }
+ { before(grammarAccess.getETESubcomponentFlowAccess().getContextAssignment_0_0()); }
+ (rule__ETESubcomponentFlow__ContextAssignment_0_0)
+ { after(grammarAccess.getETESubcomponentFlowAccess().getContextAssignment_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__BooleanType__Group__0
+rule__ETESubcomponentFlow__Group_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__BooleanType__Group__0__Impl
- rule__BooleanType__Group__1
+ rule__ETESubcomponentFlow__Group_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__BooleanType__Group__0__Impl
+rule__ETESubcomponentFlow__Group_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBooleanTypeAccess().getNameAssignment_0()); }
- (rule__BooleanType__NameAssignment_0)
- { after(grammarAccess.getBooleanTypeAccess().getNameAssignment_0()); }
+ { before(grammarAccess.getETESubcomponentFlowAccess().getFullStopKeyword_0_1()); }
+ FullStop
+ { after(grammarAccess.getETESubcomponentFlowAccess().getFullStopKeyword_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BooleanType__Group__1
+
+rule__Mode__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__BooleanType__Group__1__Impl
- rule__BooleanType__Group__2
+ rule__Mode__Group__0__Impl
+ rule__Mode__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__BooleanType__Group__1__Impl
+rule__Mode__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBooleanTypeAccess().getColonKeyword_1()); }
- Colon
- { after(grammarAccess.getBooleanTypeAccess().getColonKeyword_1()); }
+ { before(grammarAccess.getModeAccess().getNameAssignment_0()); }
+ (rule__Mode__NameAssignment_0)
+ { after(grammarAccess.getModeAccess().getNameAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BooleanType__Group__2
+rule__Mode__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__BooleanType__Group__2__Impl
- rule__BooleanType__Group__3
+ rule__Mode__Group__1__Impl
+ rule__Mode__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__BooleanType__Group__2__Impl
+rule__Mode__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBooleanTypeAccess().getTypeKeyword_2()); }
- Type
- { after(grammarAccess.getBooleanTypeAccess().getTypeKeyword_2()); }
+ { before(grammarAccess.getModeAccess().getColonKeyword_1()); }
+ Colon
+ { after(grammarAccess.getModeAccess().getColonKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BooleanType__Group__3
+rule__Mode__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__BooleanType__Group__3__Impl
+ rule__Mode__Group__2__Impl
+ rule__Mode__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__BooleanType__Group__3__Impl
+rule__Mode__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBooleanTypeAccess().getAadlbooleanKeyword_3()); }
- Aadlboolean
- { after(grammarAccess.getBooleanTypeAccess().getAadlbooleanKeyword_3()); }
+ { before(grammarAccess.getModeAccess().getInitialAssignment_2()); }
+ (rule__Mode__InitialAssignment_2)?
+ { after(grammarAccess.getModeAccess().getInitialAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__UnnamedBooleanType__Group__0
+rule__Mode__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedBooleanType__Group__0__Impl
- rule__UnnamedBooleanType__Group__1
+ rule__Mode__Group__3__Impl
+ rule__Mode__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedBooleanType__Group__0__Impl
+rule__Mode__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedBooleanTypeAccess().getAadlBooleanAction_0()); }
- ()
- { after(grammarAccess.getUnnamedBooleanTypeAccess().getAadlBooleanAction_0()); }
+ { before(grammarAccess.getModeAccess().getModeKeyword_3()); }
+ Mode
+ { after(grammarAccess.getModeAccess().getModeKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedBooleanType__Group__1
+rule__Mode__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedBooleanType__Group__1__Impl
+ rule__Mode__Group__4__Impl
+ rule__Mode__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedBooleanType__Group__1__Impl
+rule__Mode__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedBooleanTypeAccess().getAadlbooleanKeyword_1()); }
- Aadlboolean
- { after(grammarAccess.getUnnamedBooleanTypeAccess().getAadlbooleanKeyword_1()); }
+ { before(grammarAccess.getModeAccess().getGroup_4()); }
+ (rule__Mode__Group_4__0)?
+ { after(grammarAccess.getModeAccess().getGroup_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__StringType__Group__0
+rule__Mode__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__StringType__Group__0__Impl
- rule__StringType__Group__1
+ rule__Mode__Group__5__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__StringType__Group__0__Impl
+rule__Mode__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getStringTypeAccess().getNameAssignment_0()); }
- (rule__StringType__NameAssignment_0)
- { after(grammarAccess.getStringTypeAccess().getNameAssignment_0()); }
+ { before(grammarAccess.getModeAccess().getSemicolonKeyword_5()); }
+ Semicolon
+ { after(grammarAccess.getModeAccess().getSemicolonKeyword_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__StringType__Group__1
+
+rule__Mode__Group_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__StringType__Group__1__Impl
- rule__StringType__Group__2
+ rule__Mode__Group_4__0__Impl
+ rule__Mode__Group_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__StringType__Group__1__Impl
+rule__Mode__Group_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getStringTypeAccess().getColonKeyword_1()); }
- Colon
- { after(grammarAccess.getStringTypeAccess().getColonKeyword_1()); }
+ { before(grammarAccess.getModeAccess().getLeftCurlyBracketKeyword_4_0()); }
+ LeftCurlyBracket
+ { after(grammarAccess.getModeAccess().getLeftCurlyBracketKeyword_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__StringType__Group__2
+rule__Mode__Group_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__StringType__Group__2__Impl
- rule__StringType__Group__3
+ rule__Mode__Group_4__1__Impl
+ rule__Mode__Group_4__2
;
finally {
restoreStackSize(stackSize);
}
-rule__StringType__Group__2__Impl
+rule__Mode__Group_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getStringTypeAccess().getTypeKeyword_2()); }
- Type
- { after(grammarAccess.getStringTypeAccess().getTypeKeyword_2()); }
+ (
+ { before(grammarAccess.getModeAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ (rule__Mode__OwnedPropertyAssociationAssignment_4_1)
+ { after(grammarAccess.getModeAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ )
+ (
+ { before(grammarAccess.getModeAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ (rule__Mode__OwnedPropertyAssociationAssignment_4_1)*
+ { after(grammarAccess.getModeAccess().getOwnedPropertyAssociationAssignment_4_1()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__StringType__Group__3
+rule__Mode__Group_4__2
@init {
int stackSize = keepStackSize();
}
:
- rule__StringType__Group__3__Impl
+ rule__Mode__Group_4__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__StringType__Group__3__Impl
+rule__Mode__Group_4__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getStringTypeAccess().getAadlstringKeyword_3()); }
- Aadlstring
- { after(grammarAccess.getStringTypeAccess().getAadlstringKeyword_3()); }
+ { before(grammarAccess.getModeAccess().getRightCurlyBracketKeyword_4_2()); }
+ RightCurlyBracket
+ { after(grammarAccess.getModeAccess().getRightCurlyBracketKeyword_4_2()); }
)
;
finally {
@@ -96477,917 +98004,924 @@ finally {
}
-rule__UnnamedStringType__Group__0
+rule__ModeTransition__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedStringType__Group__0__Impl
- rule__UnnamedStringType__Group__1
+ rule__ModeTransition__Group__0__Impl
+ rule__ModeTransition__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedStringType__Group__0__Impl
+rule__ModeTransition__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedStringTypeAccess().getAadlStringAction_0()); }
- ()
- { after(grammarAccess.getUnnamedStringTypeAccess().getAadlStringAction_0()); }
+ { before(grammarAccess.getModeTransitionAccess().getGroup_0()); }
+ (rule__ModeTransition__Group_0__0)?
+ { after(grammarAccess.getModeTransitionAccess().getGroup_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedStringType__Group__1
+rule__ModeTransition__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedStringType__Group__1__Impl
+ rule__ModeTransition__Group__1__Impl
+ rule__ModeTransition__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedStringType__Group__1__Impl
+rule__ModeTransition__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedStringTypeAccess().getAadlstringKeyword_1()); }
- Aadlstring
- { after(grammarAccess.getUnnamedStringTypeAccess().getAadlstringKeyword_1()); }
+ { before(grammarAccess.getModeTransitionAccess().getSourceAssignment_1()); }
+ (rule__ModeTransition__SourceAssignment_1)
+ { after(grammarAccess.getModeTransitionAccess().getSourceAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__EnumerationType__Group__0
+rule__ModeTransition__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__EnumerationType__Group__0__Impl
- rule__EnumerationType__Group__1
+ rule__ModeTransition__Group__2__Impl
+ rule__ModeTransition__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__EnumerationType__Group__0__Impl
+rule__ModeTransition__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEnumerationTypeAccess().getNameAssignment_0()); }
- (rule__EnumerationType__NameAssignment_0)
- { after(grammarAccess.getEnumerationTypeAccess().getNameAssignment_0()); }
+ { before(grammarAccess.getModeTransitionAccess().getHyphenMinusLeftSquareBracketKeyword_2()); }
+ HyphenMinusLeftSquareBracket
+ { after(grammarAccess.getModeTransitionAccess().getHyphenMinusLeftSquareBracketKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EnumerationType__Group__1
+rule__ModeTransition__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__EnumerationType__Group__1__Impl
- rule__EnumerationType__Group__2
+ rule__ModeTransition__Group__3__Impl
+ rule__ModeTransition__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__EnumerationType__Group__1__Impl
+rule__ModeTransition__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEnumerationTypeAccess().getColonKeyword_1()); }
- Colon
- { after(grammarAccess.getEnumerationTypeAccess().getColonKeyword_1()); }
+ { before(grammarAccess.getModeTransitionAccess().getOwnedTriggerAssignment_3()); }
+ (rule__ModeTransition__OwnedTriggerAssignment_3)
+ { after(grammarAccess.getModeTransitionAccess().getOwnedTriggerAssignment_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EnumerationType__Group__2
+rule__ModeTransition__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__EnumerationType__Group__2__Impl
- rule__EnumerationType__Group__3
+ rule__ModeTransition__Group__4__Impl
+ rule__ModeTransition__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__EnumerationType__Group__2__Impl
+rule__ModeTransition__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEnumerationTypeAccess().getTypeKeyword_2()); }
- Type
- { after(grammarAccess.getEnumerationTypeAccess().getTypeKeyword_2()); }
+ { before(grammarAccess.getModeTransitionAccess().getGroup_4()); }
+ (rule__ModeTransition__Group_4__0)*
+ { after(grammarAccess.getModeTransitionAccess().getGroup_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EnumerationType__Group__3
+rule__ModeTransition__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__EnumerationType__Group__3__Impl
- rule__EnumerationType__Group__4
+ rule__ModeTransition__Group__5__Impl
+ rule__ModeTransition__Group__6
;
finally {
restoreStackSize(stackSize);
}
-rule__EnumerationType__Group__3__Impl
+rule__ModeTransition__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEnumerationTypeAccess().getEnumerationKeyword_3()); }
- Enumeration
- { after(grammarAccess.getEnumerationTypeAccess().getEnumerationKeyword_3()); }
+ { before(grammarAccess.getModeTransitionAccess().getRightSquareBracketHyphenMinusGreaterThanSignKeyword_5()); }
+ RightSquareBracketHyphenMinusGreaterThanSign
+ { after(grammarAccess.getModeTransitionAccess().getRightSquareBracketHyphenMinusGreaterThanSignKeyword_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EnumerationType__Group__4
+rule__ModeTransition__Group__6
@init {
int stackSize = keepStackSize();
}
:
- rule__EnumerationType__Group__4__Impl
- rule__EnumerationType__Group__5
+ rule__ModeTransition__Group__6__Impl
+ rule__ModeTransition__Group__7
;
finally {
restoreStackSize(stackSize);
}
-rule__EnumerationType__Group__4__Impl
+rule__ModeTransition__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEnumerationTypeAccess().getLeftParenthesisKeyword_4()); }
- LeftParenthesis
- { after(grammarAccess.getEnumerationTypeAccess().getLeftParenthesisKeyword_4()); }
+ { before(grammarAccess.getModeTransitionAccess().getDestinationAssignment_6()); }
+ (rule__ModeTransition__DestinationAssignment_6)
+ { after(grammarAccess.getModeTransitionAccess().getDestinationAssignment_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EnumerationType__Group__5
+rule__ModeTransition__Group__7
@init {
int stackSize = keepStackSize();
}
:
- rule__EnumerationType__Group__5__Impl
- rule__EnumerationType__Group__6
+ rule__ModeTransition__Group__7__Impl
+ rule__ModeTransition__Group__8
;
finally {
restoreStackSize(stackSize);
}
-rule__EnumerationType__Group__5__Impl
+rule__ModeTransition__Group__7__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEnumerationTypeAccess().getOwnedLiteralAssignment_5()); }
- (rule__EnumerationType__OwnedLiteralAssignment_5)
- { after(grammarAccess.getEnumerationTypeAccess().getOwnedLiteralAssignment_5()); }
+ { before(grammarAccess.getModeTransitionAccess().getGroup_7()); }
+ (rule__ModeTransition__Group_7__0)?
+ { after(grammarAccess.getModeTransitionAccess().getGroup_7()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EnumerationType__Group__6
+rule__ModeTransition__Group__8
@init {
int stackSize = keepStackSize();
}
:
- rule__EnumerationType__Group__6__Impl
- rule__EnumerationType__Group__7
+ rule__ModeTransition__Group__8__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__EnumerationType__Group__6__Impl
+rule__ModeTransition__Group__8__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEnumerationTypeAccess().getGroup_6()); }
- (rule__EnumerationType__Group_6__0)*
- { after(grammarAccess.getEnumerationTypeAccess().getGroup_6()); }
+ { before(grammarAccess.getModeTransitionAccess().getSemicolonKeyword_8()); }
+ Semicolon
+ { after(grammarAccess.getModeTransitionAccess().getSemicolonKeyword_8()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EnumerationType__Group__7
+
+rule__ModeTransition__Group_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__EnumerationType__Group__7__Impl
+ rule__ModeTransition__Group_0__0__Impl
+ rule__ModeTransition__Group_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__EnumerationType__Group__7__Impl
+rule__ModeTransition__Group_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEnumerationTypeAccess().getRightParenthesisKeyword_7()); }
- RightParenthesis
- { after(grammarAccess.getEnumerationTypeAccess().getRightParenthesisKeyword_7()); }
+ { before(grammarAccess.getModeTransitionAccess().getNameAssignment_0_0()); }
+ (rule__ModeTransition__NameAssignment_0_0)
+ { after(grammarAccess.getModeTransitionAccess().getNameAssignment_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__EnumerationType__Group_6__0
+rule__ModeTransition__Group_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__EnumerationType__Group_6__0__Impl
- rule__EnumerationType__Group_6__1
+ rule__ModeTransition__Group_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__EnumerationType__Group_6__0__Impl
+rule__ModeTransition__Group_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEnumerationTypeAccess().getCommaKeyword_6_0()); }
- Comma
- { after(grammarAccess.getEnumerationTypeAccess().getCommaKeyword_6_0()); }
+ { before(grammarAccess.getModeTransitionAccess().getColonKeyword_0_1()); }
+ Colon
+ { after(grammarAccess.getModeTransitionAccess().getColonKeyword_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EnumerationType__Group_6__1
+
+rule__ModeTransition__Group_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__EnumerationType__Group_6__1__Impl
+ rule__ModeTransition__Group_4__0__Impl
+ rule__ModeTransition__Group_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__EnumerationType__Group_6__1__Impl
+rule__ModeTransition__Group_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEnumerationTypeAccess().getOwnedLiteralAssignment_6_1()); }
- (rule__EnumerationType__OwnedLiteralAssignment_6_1)
- { after(grammarAccess.getEnumerationTypeAccess().getOwnedLiteralAssignment_6_1()); }
+ { before(grammarAccess.getModeTransitionAccess().getCommaKeyword_4_0()); }
+ Comma
+ { after(grammarAccess.getModeTransitionAccess().getCommaKeyword_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__UnnamedEnumerationType__Group__0
+rule__ModeTransition__Group_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedEnumerationType__Group__0__Impl
- rule__UnnamedEnumerationType__Group__1
+ rule__ModeTransition__Group_4__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedEnumerationType__Group__0__Impl
+rule__ModeTransition__Group_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedEnumerationTypeAccess().getEnumerationKeyword_0()); }
- Enumeration
- { after(grammarAccess.getUnnamedEnumerationTypeAccess().getEnumerationKeyword_0()); }
+ { before(grammarAccess.getModeTransitionAccess().getOwnedTriggerAssignment_4_1()); }
+ (rule__ModeTransition__OwnedTriggerAssignment_4_1)
+ { after(grammarAccess.getModeTransitionAccess().getOwnedTriggerAssignment_4_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedEnumerationType__Group__1
+
+rule__ModeTransition__Group_7__0
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedEnumerationType__Group__1__Impl
- rule__UnnamedEnumerationType__Group__2
+ rule__ModeTransition__Group_7__0__Impl
+ rule__ModeTransition__Group_7__1
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedEnumerationType__Group__1__Impl
+rule__ModeTransition__Group_7__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedEnumerationTypeAccess().getLeftParenthesisKeyword_1()); }
- LeftParenthesis
- { after(grammarAccess.getUnnamedEnumerationTypeAccess().getLeftParenthesisKeyword_1()); }
+ { before(grammarAccess.getModeTransitionAccess().getLeftCurlyBracketKeyword_7_0()); }
+ LeftCurlyBracket
+ { after(grammarAccess.getModeTransitionAccess().getLeftCurlyBracketKeyword_7_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedEnumerationType__Group__2
+rule__ModeTransition__Group_7__1
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedEnumerationType__Group__2__Impl
- rule__UnnamedEnumerationType__Group__3
+ rule__ModeTransition__Group_7__1__Impl
+ rule__ModeTransition__Group_7__2
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedEnumerationType__Group__2__Impl
+rule__ModeTransition__Group_7__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedEnumerationTypeAccess().getOwnedLiteralAssignment_2()); }
- (rule__UnnamedEnumerationType__OwnedLiteralAssignment_2)
- { after(grammarAccess.getUnnamedEnumerationTypeAccess().getOwnedLiteralAssignment_2()); }
+ (
+ { before(grammarAccess.getModeTransitionAccess().getOwnedPropertyAssociationAssignment_7_1()); }
+ (rule__ModeTransition__OwnedPropertyAssociationAssignment_7_1)
+ { after(grammarAccess.getModeTransitionAccess().getOwnedPropertyAssociationAssignment_7_1()); }
+ )
+ (
+ { before(grammarAccess.getModeTransitionAccess().getOwnedPropertyAssociationAssignment_7_1()); }
+ (rule__ModeTransition__OwnedPropertyAssociationAssignment_7_1)*
+ { after(grammarAccess.getModeTransitionAccess().getOwnedPropertyAssociationAssignment_7_1()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedEnumerationType__Group__3
+rule__ModeTransition__Group_7__2
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedEnumerationType__Group__3__Impl
- rule__UnnamedEnumerationType__Group__4
+ rule__ModeTransition__Group_7__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedEnumerationType__Group__3__Impl
+rule__ModeTransition__Group_7__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedEnumerationTypeAccess().getGroup_3()); }
- (rule__UnnamedEnumerationType__Group_3__0)*
- { after(grammarAccess.getUnnamedEnumerationTypeAccess().getGroup_3()); }
+ { before(grammarAccess.getModeTransitionAccess().getRightCurlyBracketKeyword_7_2()); }
+ RightCurlyBracket
+ { after(grammarAccess.getModeTransitionAccess().getRightCurlyBracketKeyword_7_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedEnumerationType__Group__4
+
+rule__Trigger__Group_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedEnumerationType__Group__4__Impl
+ rule__Trigger__Group_0__0__Impl
+ rule__Trigger__Group_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedEnumerationType__Group__4__Impl
+rule__Trigger__Group_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedEnumerationTypeAccess().getRightParenthesisKeyword_4()); }
- RightParenthesis
- { after(grammarAccess.getUnnamedEnumerationTypeAccess().getRightParenthesisKeyword_4()); }
+ { before(grammarAccess.getTriggerAccess().getGroup_0_0()); }
+ (rule__Trigger__Group_0_0__0)?
+ { after(grammarAccess.getTriggerAccess().getGroup_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__UnnamedEnumerationType__Group_3__0
+rule__Trigger__Group_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedEnumerationType__Group_3__0__Impl
- rule__UnnamedEnumerationType__Group_3__1
+ rule__Trigger__Group_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedEnumerationType__Group_3__0__Impl
+rule__Trigger__Group_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedEnumerationTypeAccess().getCommaKeyword_3_0()); }
- Comma
- { after(grammarAccess.getUnnamedEnumerationTypeAccess().getCommaKeyword_3_0()); }
+ { before(grammarAccess.getTriggerAccess().getTriggerPortAssignment_0_1()); }
+ (rule__Trigger__TriggerPortAssignment_0_1)
+ { after(grammarAccess.getTriggerAccess().getTriggerPortAssignment_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedEnumerationType__Group_3__1
+
+rule__Trigger__Group_0_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedEnumerationType__Group_3__1__Impl
+ rule__Trigger__Group_0_0__0__Impl
+ rule__Trigger__Group_0_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedEnumerationType__Group_3__1__Impl
+rule__Trigger__Group_0_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedEnumerationTypeAccess().getOwnedLiteralAssignment_3_1()); }
- (rule__UnnamedEnumerationType__OwnedLiteralAssignment_3_1)
- { after(grammarAccess.getUnnamedEnumerationTypeAccess().getOwnedLiteralAssignment_3_1()); }
+ { before(grammarAccess.getTriggerAccess().getContextAssignment_0_0_0()); }
+ (rule__Trigger__ContextAssignment_0_0_0)
+ { after(grammarAccess.getTriggerAccess().getContextAssignment_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__UnitsType__Group__0
+rule__Trigger__Group_0_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__UnitsType__Group__0__Impl
- rule__UnitsType__Group__1
+ rule__Trigger__Group_0_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__UnitsType__Group__0__Impl
+rule__Trigger__Group_0_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnitsTypeAccess().getNameAssignment_0()); }
- (rule__UnitsType__NameAssignment_0)
- { after(grammarAccess.getUnitsTypeAccess().getNameAssignment_0()); }
+ { before(grammarAccess.getTriggerAccess().getFullStopKeyword_0_0_1()); }
+ FullStop
+ { after(grammarAccess.getTriggerAccess().getFullStopKeyword_0_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnitsType__Group__1
+
+rule__Trigger__Group_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__UnitsType__Group__1__Impl
- rule__UnitsType__Group__2
+ rule__Trigger__Group_1__0__Impl
+ rule__Trigger__Group_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__UnitsType__Group__1__Impl
+rule__Trigger__Group_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnitsTypeAccess().getColonKeyword_1()); }
- Colon
- { after(grammarAccess.getUnitsTypeAccess().getColonKeyword_1()); }
+ { before(grammarAccess.getTriggerAccess().getSelfKeyword_1_0()); }
+ Self
+ { after(grammarAccess.getTriggerAccess().getSelfKeyword_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnitsType__Group__2
+rule__Trigger__Group_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__UnitsType__Group__2__Impl
- rule__UnitsType__Group__3
+ rule__Trigger__Group_1__1__Impl
+ rule__Trigger__Group_1__2
;
finally {
restoreStackSize(stackSize);
}
-rule__UnitsType__Group__2__Impl
+rule__Trigger__Group_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
-(
- { before(grammarAccess.getUnitsTypeAccess().getTypeKeyword_2()); }
- Type
- { after(grammarAccess.getUnitsTypeAccess().getTypeKeyword_2()); }
+(
+ { before(grammarAccess.getTriggerAccess().getFullStopKeyword_1_1()); }
+ FullStop
+ { after(grammarAccess.getTriggerAccess().getFullStopKeyword_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnitsType__Group__3
+rule__Trigger__Group_1__2
@init {
int stackSize = keepStackSize();
}
:
- rule__UnitsType__Group__3__Impl
- rule__UnitsType__Group__4
+ rule__Trigger__Group_1__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__UnitsType__Group__3__Impl
+rule__Trigger__Group_1__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnitsTypeAccess().getUnitsKeyword_3()); }
- Units
- { after(grammarAccess.getUnitsTypeAccess().getUnitsKeyword_3()); }
+ { before(grammarAccess.getTriggerAccess().getTriggerPortAssignment_1_2()); }
+ (rule__Trigger__TriggerPortAssignment_1_2)
+ { after(grammarAccess.getTriggerAccess().getTriggerPortAssignment_1_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnitsType__Group__4
+
+rule__Trigger__Group_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__UnitsType__Group__4__Impl
- rule__UnitsType__Group__5
+ rule__Trigger__Group_2__0__Impl
+ rule__Trigger__Group_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__UnitsType__Group__4__Impl
+rule__Trigger__Group_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnitsTypeAccess().getLeftParenthesisKeyword_4()); }
- LeftParenthesis
- { after(grammarAccess.getUnitsTypeAccess().getLeftParenthesisKeyword_4()); }
+ { before(grammarAccess.getTriggerAccess().getProcessorKeyword_2_0()); }
+ Processor
+ { after(grammarAccess.getTriggerAccess().getProcessorKeyword_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnitsType__Group__5
+rule__Trigger__Group_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__UnitsType__Group__5__Impl
- rule__UnitsType__Group__6
+ rule__Trigger__Group_2__1__Impl
+ rule__Trigger__Group_2__2
;
finally {
restoreStackSize(stackSize);
}
-rule__UnitsType__Group__5__Impl
+rule__Trigger__Group_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnitsTypeAccess().getOwnedLiteralAssignment_5()); }
- (rule__UnitsType__OwnedLiteralAssignment_5)
- { after(grammarAccess.getUnitsTypeAccess().getOwnedLiteralAssignment_5()); }
+ { before(grammarAccess.getTriggerAccess().getFullStopKeyword_2_1()); }
+ FullStop
+ { after(grammarAccess.getTriggerAccess().getFullStopKeyword_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnitsType__Group__6
+rule__Trigger__Group_2__2
@init {
int stackSize = keepStackSize();
}
:
- rule__UnitsType__Group__6__Impl
- rule__UnitsType__Group__7
+ rule__Trigger__Group_2__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__UnitsType__Group__6__Impl
+rule__Trigger__Group_2__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnitsTypeAccess().getGroup_6()); }
- (rule__UnitsType__Group_6__0)*
- { after(grammarAccess.getUnitsTypeAccess().getGroup_6()); }
+ { before(grammarAccess.getTriggerAccess().getTriggerPortAssignment_2_2()); }
+ (rule__Trigger__TriggerPortAssignment_2_2)
+ { after(grammarAccess.getTriggerAccess().getTriggerPortAssignment_2_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnitsType__Group__7
+
+rule__ModeRef__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__UnitsType__Group__7__Impl
+ rule__ModeRef__Group__0__Impl
+ rule__ModeRef__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__UnitsType__Group__7__Impl
+rule__ModeRef__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnitsTypeAccess().getRightParenthesisKeyword_7()); }
- RightParenthesis
- { after(grammarAccess.getUnitsTypeAccess().getRightParenthesisKeyword_7()); }
+ { before(grammarAccess.getModeRefAccess().getParentModeAssignment_0()); }
+ (rule__ModeRef__ParentModeAssignment_0)
+ { after(grammarAccess.getModeRefAccess().getParentModeAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__UnitsType__Group_6__0
+rule__ModeRef__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__UnitsType__Group_6__0__Impl
- rule__UnitsType__Group_6__1
+ rule__ModeRef__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__UnitsType__Group_6__0__Impl
+rule__ModeRef__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnitsTypeAccess().getCommaKeyword_6_0()); }
- Comma
- { after(grammarAccess.getUnitsTypeAccess().getCommaKeyword_6_0()); }
+ { before(grammarAccess.getModeRefAccess().getGroup_1()); }
+ (rule__ModeRef__Group_1__0)?
+ { after(grammarAccess.getModeRefAccess().getGroup_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnitsType__Group_6__1
+
+rule__ModeRef__Group_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__UnitsType__Group_6__1__Impl
+ rule__ModeRef__Group_1__0__Impl
+ rule__ModeRef__Group_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__UnitsType__Group_6__1__Impl
+rule__ModeRef__Group_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnitsTypeAccess().getOwnedLiteralAssignment_6_1()); }
- (rule__UnitsType__OwnedLiteralAssignment_6_1)
- { after(grammarAccess.getUnitsTypeAccess().getOwnedLiteralAssignment_6_1()); }
+ { before(grammarAccess.getModeRefAccess().getEqualsSignGreaterThanSignKeyword_1_0()); }
+ EqualsSignGreaterThanSign
+ { after(grammarAccess.getModeRefAccess().getEqualsSignGreaterThanSignKeyword_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__UnnamedUnitsType__Group__0
+rule__ModeRef__Group_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedUnitsType__Group__0__Impl
- rule__UnnamedUnitsType__Group__1
+ rule__ModeRef__Group_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedUnitsType__Group__0__Impl
+rule__ModeRef__Group_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedUnitsTypeAccess().getUnitsKeyword_0()); }
- Units
- { after(grammarAccess.getUnnamedUnitsTypeAccess().getUnitsKeyword_0()); }
+ { before(grammarAccess.getModeRefAccess().getDerivedModeAssignment_1_1()); }
+ (rule__ModeRef__DerivedModeAssignment_1_1)
+ { after(grammarAccess.getModeRefAccess().getDerivedModeAssignment_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedUnitsType__Group__1
+
+rule__DefaultAnnexLibrary__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedUnitsType__Group__1__Impl
- rule__UnnamedUnitsType__Group__2
+ rule__DefaultAnnexLibrary__Group__0__Impl
+ rule__DefaultAnnexLibrary__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedUnitsType__Group__1__Impl
+rule__DefaultAnnexLibrary__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedUnitsTypeAccess().getLeftParenthesisKeyword_1()); }
- LeftParenthesis
- { after(grammarAccess.getUnnamedUnitsTypeAccess().getLeftParenthesisKeyword_1()); }
+ { before(grammarAccess.getDefaultAnnexLibraryAccess().getAnnexKeyword_0()); }
+ Annex
+ { after(grammarAccess.getDefaultAnnexLibraryAccess().getAnnexKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedUnitsType__Group__2
+rule__DefaultAnnexLibrary__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedUnitsType__Group__2__Impl
- rule__UnnamedUnitsType__Group__3
+ rule__DefaultAnnexLibrary__Group__1__Impl
+ rule__DefaultAnnexLibrary__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedUnitsType__Group__2__Impl
+rule__DefaultAnnexLibrary__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedUnitsTypeAccess().getOwnedLiteralAssignment_2()); }
- (rule__UnnamedUnitsType__OwnedLiteralAssignment_2)
- { after(grammarAccess.getUnnamedUnitsTypeAccess().getOwnedLiteralAssignment_2()); }
+ { before(grammarAccess.getDefaultAnnexLibraryAccess().getNameAssignment_1()); }
+ (rule__DefaultAnnexLibrary__NameAssignment_1)
+ { after(grammarAccess.getDefaultAnnexLibraryAccess().getNameAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedUnitsType__Group__3
+rule__DefaultAnnexLibrary__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedUnitsType__Group__3__Impl
- rule__UnnamedUnitsType__Group__4
+ rule__DefaultAnnexLibrary__Group__2__Impl
+ rule__DefaultAnnexLibrary__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedUnitsType__Group__3__Impl
+rule__DefaultAnnexLibrary__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedUnitsTypeAccess().getGroup_3()); }
- (rule__UnnamedUnitsType__Group_3__0)*
- { after(grammarAccess.getUnnamedUnitsTypeAccess().getGroup_3()); }
+ { before(grammarAccess.getDefaultAnnexLibraryAccess().getSourceTextAssignment_2()); }
+ (rule__DefaultAnnexLibrary__SourceTextAssignment_2)
+ { after(grammarAccess.getDefaultAnnexLibraryAccess().getSourceTextAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedUnitsType__Group__4
+rule__DefaultAnnexLibrary__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedUnitsType__Group__4__Impl
+ rule__DefaultAnnexLibrary__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedUnitsType__Group__4__Impl
+rule__DefaultAnnexLibrary__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedUnitsTypeAccess().getRightParenthesisKeyword_4()); }
- RightParenthesis
- { after(grammarAccess.getUnnamedUnitsTypeAccess().getRightParenthesisKeyword_4()); }
+ { before(grammarAccess.getDefaultAnnexLibraryAccess().getSemicolonKeyword_3()); }
+ Semicolon
+ { after(grammarAccess.getDefaultAnnexLibraryAccess().getSemicolonKeyword_3()); }
)
;
finally {
@@ -97395,1403 +98929,1403 @@ finally {
}
-rule__UnnamedUnitsType__Group_3__0
+rule__DefaultAnnexSubclause__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedUnitsType__Group_3__0__Impl
- rule__UnnamedUnitsType__Group_3__1
+ rule__DefaultAnnexSubclause__Group__0__Impl
+ rule__DefaultAnnexSubclause__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedUnitsType__Group_3__0__Impl
+rule__DefaultAnnexSubclause__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedUnitsTypeAccess().getCommaKeyword_3_0()); }
- Comma
- { after(grammarAccess.getUnnamedUnitsTypeAccess().getCommaKeyword_3_0()); }
+ { before(grammarAccess.getDefaultAnnexSubclauseAccess().getAnnexKeyword_0()); }
+ Annex
+ { after(grammarAccess.getDefaultAnnexSubclauseAccess().getAnnexKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedUnitsType__Group_3__1
+rule__DefaultAnnexSubclause__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedUnitsType__Group_3__1__Impl
+ rule__DefaultAnnexSubclause__Group__1__Impl
+ rule__DefaultAnnexSubclause__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedUnitsType__Group_3__1__Impl
+rule__DefaultAnnexSubclause__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedUnitsTypeAccess().getOwnedLiteralAssignment_3_1()); }
- (rule__UnnamedUnitsType__OwnedLiteralAssignment_3_1)
- { after(grammarAccess.getUnnamedUnitsTypeAccess().getOwnedLiteralAssignment_3_1()); }
+ { before(grammarAccess.getDefaultAnnexSubclauseAccess().getNameAssignment_1()); }
+ (rule__DefaultAnnexSubclause__NameAssignment_1)
+ { after(grammarAccess.getDefaultAnnexSubclauseAccess().getNameAssignment_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__UnitLiteralConversion__Group__0
+rule__DefaultAnnexSubclause__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__UnitLiteralConversion__Group__0__Impl
- rule__UnitLiteralConversion__Group__1
+ rule__DefaultAnnexSubclause__Group__2__Impl
+ rule__DefaultAnnexSubclause__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__UnitLiteralConversion__Group__0__Impl
+rule__DefaultAnnexSubclause__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnitLiteralConversionAccess().getNameAssignment_0()); }
- (rule__UnitLiteralConversion__NameAssignment_0)
- { after(grammarAccess.getUnitLiteralConversionAccess().getNameAssignment_0()); }
+ { before(grammarAccess.getDefaultAnnexSubclauseAccess().getSourceTextAssignment_2()); }
+ (rule__DefaultAnnexSubclause__SourceTextAssignment_2)
+ { after(grammarAccess.getDefaultAnnexSubclauseAccess().getSourceTextAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnitLiteralConversion__Group__1
+rule__DefaultAnnexSubclause__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__UnitLiteralConversion__Group__1__Impl
- rule__UnitLiteralConversion__Group__2
+ rule__DefaultAnnexSubclause__Group__3__Impl
+ rule__DefaultAnnexSubclause__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__UnitLiteralConversion__Group__1__Impl
+rule__DefaultAnnexSubclause__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnitLiteralConversionAccess().getEqualsSignGreaterThanSignKeyword_1()); }
- EqualsSignGreaterThanSign
- { after(grammarAccess.getUnitLiteralConversionAccess().getEqualsSignGreaterThanSignKeyword_1()); }
+ { before(grammarAccess.getDefaultAnnexSubclauseAccess().getGroup_3()); }
+ (rule__DefaultAnnexSubclause__Group_3__0)?
+ { after(grammarAccess.getDefaultAnnexSubclauseAccess().getGroup_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnitLiteralConversion__Group__2
+rule__DefaultAnnexSubclause__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__UnitLiteralConversion__Group__2__Impl
- rule__UnitLiteralConversion__Group__3
+ rule__DefaultAnnexSubclause__Group__4__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__UnitLiteralConversion__Group__2__Impl
+rule__DefaultAnnexSubclause__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnitLiteralConversionAccess().getBaseUnitAssignment_2()); }
- (rule__UnitLiteralConversion__BaseUnitAssignment_2)
- { after(grammarAccess.getUnitLiteralConversionAccess().getBaseUnitAssignment_2()); }
+ { before(grammarAccess.getDefaultAnnexSubclauseAccess().getSemicolonKeyword_4()); }
+ Semicolon
+ { after(grammarAccess.getDefaultAnnexSubclauseAccess().getSemicolonKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnitLiteralConversion__Group__3
+
+rule__DefaultAnnexSubclause__Group_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__UnitLiteralConversion__Group__3__Impl
- rule__UnitLiteralConversion__Group__4
+ rule__DefaultAnnexSubclause__Group_3__0__Impl
+ rule__DefaultAnnexSubclause__Group_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__UnitLiteralConversion__Group__3__Impl
+rule__DefaultAnnexSubclause__Group_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnitLiteralConversionAccess().getSTARParserRuleCall_3()); }
- ruleSTAR
- { after(grammarAccess.getUnitLiteralConversionAccess().getSTARParserRuleCall_3()); }
+ { before(grammarAccess.getDefaultAnnexSubclauseAccess().getInKeyword_3_0()); }
+ In
+ { after(grammarAccess.getDefaultAnnexSubclauseAccess().getInKeyword_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnitLiteralConversion__Group__4
+rule__DefaultAnnexSubclause__Group_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__UnitLiteralConversion__Group__4__Impl
+ rule__DefaultAnnexSubclause__Group_3__1__Impl
+ rule__DefaultAnnexSubclause__Group_3__2
;
finally {
restoreStackSize(stackSize);
}
-rule__UnitLiteralConversion__Group__4__Impl
+rule__DefaultAnnexSubclause__Group_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnitLiteralConversionAccess().getFactorAssignment_4()); }
- (rule__UnitLiteralConversion__FactorAssignment_4)
- { after(grammarAccess.getUnitLiteralConversionAccess().getFactorAssignment_4()); }
+ { before(grammarAccess.getDefaultAnnexSubclauseAccess().getModesKeyword_3_1()); }
+ Modes
+ { after(grammarAccess.getDefaultAnnexSubclauseAccess().getModesKeyword_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__RealType__Group__0
+rule__DefaultAnnexSubclause__Group_3__2
@init {
int stackSize = keepStackSize();
}
:
- rule__RealType__Group__0__Impl
- rule__RealType__Group__1
+ rule__DefaultAnnexSubclause__Group_3__2__Impl
+ rule__DefaultAnnexSubclause__Group_3__3
;
finally {
restoreStackSize(stackSize);
}
-rule__RealType__Group__0__Impl
+rule__DefaultAnnexSubclause__Group_3__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRealTypeAccess().getNameAssignment_0()); }
- (rule__RealType__NameAssignment_0)
- { after(grammarAccess.getRealTypeAccess().getNameAssignment_0()); }
+ { before(grammarAccess.getDefaultAnnexSubclauseAccess().getLeftParenthesisKeyword_3_2()); }
+ LeftParenthesis
+ { after(grammarAccess.getDefaultAnnexSubclauseAccess().getLeftParenthesisKeyword_3_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__RealType__Group__1
+rule__DefaultAnnexSubclause__Group_3__3
@init {
int stackSize = keepStackSize();
}
:
- rule__RealType__Group__1__Impl
- rule__RealType__Group__2
+ rule__DefaultAnnexSubclause__Group_3__3__Impl
+ rule__DefaultAnnexSubclause__Group_3__4
;
finally {
restoreStackSize(stackSize);
}
-rule__RealType__Group__1__Impl
+rule__DefaultAnnexSubclause__Group_3__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRealTypeAccess().getColonKeyword_1()); }
- Colon
- { after(grammarAccess.getRealTypeAccess().getColonKeyword_1()); }
+ { before(grammarAccess.getDefaultAnnexSubclauseAccess().getGroup_3_3()); }
+ (rule__DefaultAnnexSubclause__Group_3_3__0)
+ { after(grammarAccess.getDefaultAnnexSubclauseAccess().getGroup_3_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__RealType__Group__2
+rule__DefaultAnnexSubclause__Group_3__4
@init {
int stackSize = keepStackSize();
}
:
- rule__RealType__Group__2__Impl
- rule__RealType__Group__3
+ rule__DefaultAnnexSubclause__Group_3__4__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__RealType__Group__2__Impl
+rule__DefaultAnnexSubclause__Group_3__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRealTypeAccess().getTypeKeyword_2()); }
- Type
- { after(grammarAccess.getRealTypeAccess().getTypeKeyword_2()); }
+ { before(grammarAccess.getDefaultAnnexSubclauseAccess().getRightParenthesisKeyword_3_4()); }
+ RightParenthesis
+ { after(grammarAccess.getDefaultAnnexSubclauseAccess().getRightParenthesisKeyword_3_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__RealType__Group__3
+
+rule__DefaultAnnexSubclause__Group_3_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__RealType__Group__3__Impl
- rule__RealType__Group__4
+ rule__DefaultAnnexSubclause__Group_3_3__0__Impl
+ rule__DefaultAnnexSubclause__Group_3_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__RealType__Group__3__Impl
+rule__DefaultAnnexSubclause__Group_3_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRealTypeAccess().getAadlrealKeyword_3()); }
- Aadlreal
- { after(grammarAccess.getRealTypeAccess().getAadlrealKeyword_3()); }
+ { before(grammarAccess.getDefaultAnnexSubclauseAccess().getInModeAssignment_3_3_0()); }
+ (rule__DefaultAnnexSubclause__InModeAssignment_3_3_0)
+ { after(grammarAccess.getDefaultAnnexSubclauseAccess().getInModeAssignment_3_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__RealType__Group__4
+rule__DefaultAnnexSubclause__Group_3_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__RealType__Group__4__Impl
- rule__RealType__Group__5
+ rule__DefaultAnnexSubclause__Group_3_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__RealType__Group__4__Impl
+rule__DefaultAnnexSubclause__Group_3_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRealTypeAccess().getRangeAssignment_4()); }
- (rule__RealType__RangeAssignment_4)?
- { after(grammarAccess.getRealTypeAccess().getRangeAssignment_4()); }
+ { before(grammarAccess.getDefaultAnnexSubclauseAccess().getGroup_3_3_1()); }
+ (rule__DefaultAnnexSubclause__Group_3_3_1__0)*
+ { after(grammarAccess.getDefaultAnnexSubclauseAccess().getGroup_3_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__RealType__Group__5
+
+rule__DefaultAnnexSubclause__Group_3_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__RealType__Group__5__Impl
+ rule__DefaultAnnexSubclause__Group_3_3_1__0__Impl
+ rule__DefaultAnnexSubclause__Group_3_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__RealType__Group__5__Impl
+rule__DefaultAnnexSubclause__Group_3_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRealTypeAccess().getAlternatives_5()); }
- (rule__RealType__Alternatives_5)?
- { after(grammarAccess.getRealTypeAccess().getAlternatives_5()); }
+ { before(grammarAccess.getDefaultAnnexSubclauseAccess().getCommaKeyword_3_3_1_0()); }
+ Comma
+ { after(grammarAccess.getDefaultAnnexSubclauseAccess().getCommaKeyword_3_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__RealType__Group_5_1__0
+rule__DefaultAnnexSubclause__Group_3_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__RealType__Group_5_1__0__Impl
- rule__RealType__Group_5_1__1
+ rule__DefaultAnnexSubclause__Group_3_3_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__RealType__Group_5_1__0__Impl
+rule__DefaultAnnexSubclause__Group_3_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRealTypeAccess().getUnitsKeyword_5_1_0()); }
- Units
- { after(grammarAccess.getRealTypeAccess().getUnitsKeyword_5_1_0()); }
+ { before(grammarAccess.getDefaultAnnexSubclauseAccess().getInModeAssignment_3_3_1_1()); }
+ (rule__DefaultAnnexSubclause__InModeAssignment_3_3_1_1)
+ { after(grammarAccess.getDefaultAnnexSubclauseAccess().getInModeAssignment_3_3_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__RealType__Group_5_1__1
+
+rule__PropertySet__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__RealType__Group_5_1__1__Impl
+ rule__PropertySet__Group__0__Impl
+ rule__PropertySet__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__RealType__Group_5_1__1__Impl
+rule__PropertySet__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRealTypeAccess().getReferencedUnitsTypeAssignment_5_1_1()); }
- (rule__RealType__ReferencedUnitsTypeAssignment_5_1_1)
- { after(grammarAccess.getRealTypeAccess().getReferencedUnitsTypeAssignment_5_1_1()); }
+ { before(grammarAccess.getPropertySetAccess().getPropertyKeyword_0()); }
+ Property
+ { after(grammarAccess.getPropertySetAccess().getPropertyKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__UnnamedRealType__Group__0
+rule__PropertySet__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedRealType__Group__0__Impl
- rule__UnnamedRealType__Group__1
+ rule__PropertySet__Group__1__Impl
+ rule__PropertySet__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedRealType__Group__0__Impl
+rule__PropertySet__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedRealTypeAccess().getAadlRealAction_0()); }
- ()
- { after(grammarAccess.getUnnamedRealTypeAccess().getAadlRealAction_0()); }
+ { before(grammarAccess.getPropertySetAccess().getSetKeyword_1()); }
+ Set
+ { after(grammarAccess.getPropertySetAccess().getSetKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedRealType__Group__1
+rule__PropertySet__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedRealType__Group__1__Impl
- rule__UnnamedRealType__Group__2
+ rule__PropertySet__Group__2__Impl
+ rule__PropertySet__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedRealType__Group__1__Impl
+rule__PropertySet__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedRealTypeAccess().getAadlrealKeyword_1()); }
- Aadlreal
- { after(grammarAccess.getUnnamedRealTypeAccess().getAadlrealKeyword_1()); }
+ { before(grammarAccess.getPropertySetAccess().getNameAssignment_2()); }
+ (rule__PropertySet__NameAssignment_2)
+ { after(grammarAccess.getPropertySetAccess().getNameAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedRealType__Group__2
+rule__PropertySet__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedRealType__Group__2__Impl
- rule__UnnamedRealType__Group__3
+ rule__PropertySet__Group__3__Impl
+ rule__PropertySet__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedRealType__Group__2__Impl
+rule__PropertySet__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedRealTypeAccess().getRangeAssignment_2()); }
- (rule__UnnamedRealType__RangeAssignment_2)?
- { after(grammarAccess.getUnnamedRealTypeAccess().getRangeAssignment_2()); }
+ { before(grammarAccess.getPropertySetAccess().getIsKeyword_3()); }
+ Is
+ { after(grammarAccess.getPropertySetAccess().getIsKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedRealType__Group__3
+rule__PropertySet__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedRealType__Group__3__Impl
+ rule__PropertySet__Group__4__Impl
+ rule__PropertySet__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedRealType__Group__3__Impl
+rule__PropertySet__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedRealTypeAccess().getAlternatives_3()); }
- (rule__UnnamedRealType__Alternatives_3)?
- { after(grammarAccess.getUnnamedRealTypeAccess().getAlternatives_3()); }
+ { before(grammarAccess.getPropertySetAccess().getGroup_4()); }
+ (rule__PropertySet__Group_4__0)*
+ { after(grammarAccess.getPropertySetAccess().getGroup_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__UnnamedRealType__Group_3_1__0
+rule__PropertySet__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedRealType__Group_3_1__0__Impl
- rule__UnnamedRealType__Group_3_1__1
+ rule__PropertySet__Group__5__Impl
+ rule__PropertySet__Group__6
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedRealType__Group_3_1__0__Impl
+rule__PropertySet__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedRealTypeAccess().getUnitsKeyword_3_1_0()); }
- Units
- { after(grammarAccess.getUnnamedRealTypeAccess().getUnitsKeyword_3_1_0()); }
+ { before(grammarAccess.getPropertySetAccess().getAlternatives_5()); }
+ (rule__PropertySet__Alternatives_5)*
+ { after(grammarAccess.getPropertySetAccess().getAlternatives_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedRealType__Group_3_1__1
+rule__PropertySet__Group__6
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedRealType__Group_3_1__1__Impl
+ rule__PropertySet__Group__6__Impl
+ rule__PropertySet__Group__7
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedRealType__Group_3_1__1__Impl
+rule__PropertySet__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedRealTypeAccess().getReferencedUnitsTypeAssignment_3_1_1()); }
- (rule__UnnamedRealType__ReferencedUnitsTypeAssignment_3_1_1)
- { after(grammarAccess.getUnnamedRealTypeAccess().getReferencedUnitsTypeAssignment_3_1_1()); }
+ { before(grammarAccess.getPropertySetAccess().getOwnedAnnexSubclauseAssignment_6()); }
+ (rule__PropertySet__OwnedAnnexSubclauseAssignment_6)*
+ { after(grammarAccess.getPropertySetAccess().getOwnedAnnexSubclauseAssignment_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__IntegerType__Group__0
+rule__PropertySet__Group__7
@init {
int stackSize = keepStackSize();
}
:
- rule__IntegerType__Group__0__Impl
- rule__IntegerType__Group__1
+ rule__PropertySet__Group__7__Impl
+ rule__PropertySet__Group__8
;
finally {
restoreStackSize(stackSize);
}
-rule__IntegerType__Group__0__Impl
+rule__PropertySet__Group__7__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getIntegerTypeAccess().getNameAssignment_0()); }
- (rule__IntegerType__NameAssignment_0)
- { after(grammarAccess.getIntegerTypeAccess().getNameAssignment_0()); }
+ { before(grammarAccess.getPropertySetAccess().getEndKeyword_7()); }
+ End
+ { after(grammarAccess.getPropertySetAccess().getEndKeyword_7()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__IntegerType__Group__1
+rule__PropertySet__Group__8
@init {
int stackSize = keepStackSize();
}
:
- rule__IntegerType__Group__1__Impl
- rule__IntegerType__Group__2
+ rule__PropertySet__Group__8__Impl
+ rule__PropertySet__Group__9
;
finally {
restoreStackSize(stackSize);
}
-rule__IntegerType__Group__1__Impl
+rule__PropertySet__Group__8__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getIntegerTypeAccess().getColonKeyword_1()); }
- Colon
- { after(grammarAccess.getIntegerTypeAccess().getColonKeyword_1()); }
+ { before(grammarAccess.getPropertySetAccess().getIDTerminalRuleCall_8()); }
+ RULE_ID
+ { after(grammarAccess.getPropertySetAccess().getIDTerminalRuleCall_8()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__IntegerType__Group__2
+rule__PropertySet__Group__9
@init {
int stackSize = keepStackSize();
}
:
- rule__IntegerType__Group__2__Impl
- rule__IntegerType__Group__3
+ rule__PropertySet__Group__9__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__IntegerType__Group__2__Impl
+rule__PropertySet__Group__9__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getIntegerTypeAccess().getTypeKeyword_2()); }
- Type
- { after(grammarAccess.getIntegerTypeAccess().getTypeKeyword_2()); }
+ { before(grammarAccess.getPropertySetAccess().getSemicolonKeyword_9()); }
+ Semicolon
+ { after(grammarAccess.getPropertySetAccess().getSemicolonKeyword_9()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__IntegerType__Group__3
+
+rule__PropertySet__Group_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__IntegerType__Group__3__Impl
- rule__IntegerType__Group__4
+ rule__PropertySet__Group_4__0__Impl
+ rule__PropertySet__Group_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__IntegerType__Group__3__Impl
+rule__PropertySet__Group_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getIntegerTypeAccess().getAadlintegerKeyword_3()); }
- Aadlinteger
- { after(grammarAccess.getIntegerTypeAccess().getAadlintegerKeyword_3()); }
+ { before(grammarAccess.getPropertySetAccess().getWithKeyword_4_0()); }
+ With
+ { after(grammarAccess.getPropertySetAccess().getWithKeyword_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__IntegerType__Group__4
+rule__PropertySet__Group_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__IntegerType__Group__4__Impl
- rule__IntegerType__Group__5
+ rule__PropertySet__Group_4__1__Impl
+ rule__PropertySet__Group_4__2
;
finally {
restoreStackSize(stackSize);
}
-rule__IntegerType__Group__4__Impl
+rule__PropertySet__Group_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getIntegerTypeAccess().getRangeAssignment_4()); }
- (rule__IntegerType__RangeAssignment_4)?
- { after(grammarAccess.getIntegerTypeAccess().getRangeAssignment_4()); }
+ { before(grammarAccess.getPropertySetAccess().getImportedUnitAssignment_4_1()); }
+ (rule__PropertySet__ImportedUnitAssignment_4_1)
+ { after(grammarAccess.getPropertySetAccess().getImportedUnitAssignment_4_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__IntegerType__Group__5
+rule__PropertySet__Group_4__2
@init {
int stackSize = keepStackSize();
}
:
- rule__IntegerType__Group__5__Impl
+ rule__PropertySet__Group_4__2__Impl
+ rule__PropertySet__Group_4__3
;
finally {
restoreStackSize(stackSize);
}
-rule__IntegerType__Group__5__Impl
+rule__PropertySet__Group_4__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getIntegerTypeAccess().getAlternatives_5()); }
- (rule__IntegerType__Alternatives_5)?
- { after(grammarAccess.getIntegerTypeAccess().getAlternatives_5()); }
+ { before(grammarAccess.getPropertySetAccess().getGroup_4_2()); }
+ (rule__PropertySet__Group_4_2__0)*
+ { after(grammarAccess.getPropertySetAccess().getGroup_4_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__IntegerType__Group_5_1__0
+rule__PropertySet__Group_4__3
@init {
int stackSize = keepStackSize();
}
:
- rule__IntegerType__Group_5_1__0__Impl
- rule__IntegerType__Group_5_1__1
+ rule__PropertySet__Group_4__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__IntegerType__Group_5_1__0__Impl
+rule__PropertySet__Group_4__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getIntegerTypeAccess().getUnitsKeyword_5_1_0()); }
- Units
- { after(grammarAccess.getIntegerTypeAccess().getUnitsKeyword_5_1_0()); }
+ { before(grammarAccess.getPropertySetAccess().getSemicolonKeyword_4_3()); }
+ Semicolon
+ { after(grammarAccess.getPropertySetAccess().getSemicolonKeyword_4_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__IntegerType__Group_5_1__1
+
+rule__PropertySet__Group_4_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__IntegerType__Group_5_1__1__Impl
+ rule__PropertySet__Group_4_2__0__Impl
+ rule__PropertySet__Group_4_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__IntegerType__Group_5_1__1__Impl
+rule__PropertySet__Group_4_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getIntegerTypeAccess().getReferencedUnitsTypeAssignment_5_1_1()); }
- (rule__IntegerType__ReferencedUnitsTypeAssignment_5_1_1)
- { after(grammarAccess.getIntegerTypeAccess().getReferencedUnitsTypeAssignment_5_1_1()); }
+ { before(grammarAccess.getPropertySetAccess().getCommaKeyword_4_2_0()); }
+ Comma
+ { after(grammarAccess.getPropertySetAccess().getCommaKeyword_4_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__UnnamedIntegerType__Group__0
+rule__PropertySet__Group_4_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedIntegerType__Group__0__Impl
- rule__UnnamedIntegerType__Group__1
+ rule__PropertySet__Group_4_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedIntegerType__Group__0__Impl
+rule__PropertySet__Group_4_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedIntegerTypeAccess().getAadlIntegerAction_0()); }
- ()
- { after(grammarAccess.getUnnamedIntegerTypeAccess().getAadlIntegerAction_0()); }
+ { before(grammarAccess.getPropertySetAccess().getImportedUnitAssignment_4_2_1()); }
+ (rule__PropertySet__ImportedUnitAssignment_4_2_1)
+ { after(grammarAccess.getPropertySetAccess().getImportedUnitAssignment_4_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedIntegerType__Group__1
+
+rule__PropertyType__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedIntegerType__Group__1__Impl
- rule__UnnamedIntegerType__Group__2
+ rule__PropertyType__Group__0__Impl
+ rule__PropertyType__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedIntegerType__Group__1__Impl
+rule__PropertyType__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedIntegerTypeAccess().getAadlintegerKeyword_1()); }
- Aadlinteger
- { after(grammarAccess.getUnnamedIntegerTypeAccess().getAadlintegerKeyword_1()); }
+ { before(grammarAccess.getPropertyTypeAccess().getAlternatives_0()); }
+ (rule__PropertyType__Alternatives_0)
+ { after(grammarAccess.getPropertyTypeAccess().getAlternatives_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedIntegerType__Group__2
+rule__PropertyType__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedIntegerType__Group__2__Impl
- rule__UnnamedIntegerType__Group__3
+ rule__PropertyType__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedIntegerType__Group__2__Impl
+rule__PropertyType__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedIntegerTypeAccess().getRangeAssignment_2()); }
- (rule__UnnamedIntegerType__RangeAssignment_2)?
- { after(grammarAccess.getUnnamedIntegerTypeAccess().getRangeAssignment_2()); }
+ { before(grammarAccess.getPropertyTypeAccess().getSemicolonKeyword_1()); }
+ Semicolon
+ { after(grammarAccess.getPropertyTypeAccess().getSemicolonKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedIntegerType__Group__3
+
+rule__BooleanType__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedIntegerType__Group__3__Impl
+ rule__BooleanType__Group__0__Impl
+ rule__BooleanType__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedIntegerType__Group__3__Impl
+rule__BooleanType__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedIntegerTypeAccess().getAlternatives_3()); }
- (rule__UnnamedIntegerType__Alternatives_3)?
- { after(grammarAccess.getUnnamedIntegerTypeAccess().getAlternatives_3()); }
+ { before(grammarAccess.getBooleanTypeAccess().getNameAssignment_0()); }
+ (rule__BooleanType__NameAssignment_0)
+ { after(grammarAccess.getBooleanTypeAccess().getNameAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__UnnamedIntegerType__Group_3_1__0
+rule__BooleanType__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedIntegerType__Group_3_1__0__Impl
- rule__UnnamedIntegerType__Group_3_1__1
+ rule__BooleanType__Group__1__Impl
+ rule__BooleanType__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedIntegerType__Group_3_1__0__Impl
+rule__BooleanType__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedIntegerTypeAccess().getUnitsKeyword_3_1_0()); }
- Units
- { after(grammarAccess.getUnnamedIntegerTypeAccess().getUnitsKeyword_3_1_0()); }
+ { before(grammarAccess.getBooleanTypeAccess().getColonKeyword_1()); }
+ Colon
+ { after(grammarAccess.getBooleanTypeAccess().getColonKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedIntegerType__Group_3_1__1
+rule__BooleanType__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedIntegerType__Group_3_1__1__Impl
+ rule__BooleanType__Group__2__Impl
+ rule__BooleanType__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedIntegerType__Group_3_1__1__Impl
+rule__BooleanType__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedIntegerTypeAccess().getReferencedUnitsTypeAssignment_3_1_1()); }
- (rule__UnnamedIntegerType__ReferencedUnitsTypeAssignment_3_1_1)
- { after(grammarAccess.getUnnamedIntegerTypeAccess().getReferencedUnitsTypeAssignment_3_1_1()); }
+ { before(grammarAccess.getBooleanTypeAccess().getTypeKeyword_2()); }
+ Type
+ { after(grammarAccess.getBooleanTypeAccess().getTypeKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__RangeType__Group__0
+rule__BooleanType__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__RangeType__Group__0__Impl
- rule__RangeType__Group__1
+ rule__BooleanType__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__RangeType__Group__0__Impl
+rule__BooleanType__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRangeTypeAccess().getNameAssignment_0()); }
- (rule__RangeType__NameAssignment_0)
- { after(grammarAccess.getRangeTypeAccess().getNameAssignment_0()); }
+ { before(grammarAccess.getBooleanTypeAccess().getAadlbooleanKeyword_3()); }
+ Aadlboolean
+ { after(grammarAccess.getBooleanTypeAccess().getAadlbooleanKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__RangeType__Group__1
+
+rule__UnnamedBooleanType__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__RangeType__Group__1__Impl
- rule__RangeType__Group__2
+ rule__UnnamedBooleanType__Group__0__Impl
+ rule__UnnamedBooleanType__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__RangeType__Group__1__Impl
+rule__UnnamedBooleanType__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRangeTypeAccess().getColonKeyword_1()); }
- Colon
- { after(grammarAccess.getRangeTypeAccess().getColonKeyword_1()); }
+ { before(grammarAccess.getUnnamedBooleanTypeAccess().getAadlBooleanAction_0()); }
+ ()
+ { after(grammarAccess.getUnnamedBooleanTypeAccess().getAadlBooleanAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__RangeType__Group__2
+rule__UnnamedBooleanType__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__RangeType__Group__2__Impl
- rule__RangeType__Group__3
+ rule__UnnamedBooleanType__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__RangeType__Group__2__Impl
+rule__UnnamedBooleanType__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRangeTypeAccess().getTypeKeyword_2()); }
- Type
- { after(grammarAccess.getRangeTypeAccess().getTypeKeyword_2()); }
+ { before(grammarAccess.getUnnamedBooleanTypeAccess().getAadlbooleanKeyword_1()); }
+ Aadlboolean
+ { after(grammarAccess.getUnnamedBooleanTypeAccess().getAadlbooleanKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__RangeType__Group__3
+
+rule__StringType__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__RangeType__Group__3__Impl
- rule__RangeType__Group__4
+ rule__StringType__Group__0__Impl
+ rule__StringType__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__RangeType__Group__3__Impl
+rule__StringType__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRangeTypeAccess().getRangeOfKeywordsParserRuleCall_3()); }
- ruleRangeOfKeywords
- { after(grammarAccess.getRangeTypeAccess().getRangeOfKeywordsParserRuleCall_3()); }
+ { before(grammarAccess.getStringTypeAccess().getNameAssignment_0()); }
+ (rule__StringType__NameAssignment_0)
+ { after(grammarAccess.getStringTypeAccess().getNameAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__RangeType__Group__4
+rule__StringType__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__RangeType__Group__4__Impl
+ rule__StringType__Group__1__Impl
+ rule__StringType__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__RangeType__Group__4__Impl
+rule__StringType__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRangeTypeAccess().getAlternatives_4()); }
- (rule__RangeType__Alternatives_4)
- { after(grammarAccess.getRangeTypeAccess().getAlternatives_4()); }
+ { before(grammarAccess.getStringTypeAccess().getColonKeyword_1()); }
+ Colon
+ { after(grammarAccess.getStringTypeAccess().getColonKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__UnnamedRangeType__Group__0
+rule__StringType__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedRangeType__Group__0__Impl
- rule__UnnamedRangeType__Group__1
+ rule__StringType__Group__2__Impl
+ rule__StringType__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedRangeType__Group__0__Impl
+rule__StringType__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedRangeTypeAccess().getRangeTypeAction_0()); }
- ()
- { after(grammarAccess.getUnnamedRangeTypeAccess().getRangeTypeAction_0()); }
+ { before(grammarAccess.getStringTypeAccess().getTypeKeyword_2()); }
+ Type
+ { after(grammarAccess.getStringTypeAccess().getTypeKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedRangeType__Group__1
+rule__StringType__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedRangeType__Group__1__Impl
- rule__UnnamedRangeType__Group__2
+ rule__StringType__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedRangeType__Group__1__Impl
+rule__StringType__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedRangeTypeAccess().getRangeOfKeywordsParserRuleCall_1()); }
- ruleRangeOfKeywords
- { after(grammarAccess.getUnnamedRangeTypeAccess().getRangeOfKeywordsParserRuleCall_1()); }
+ { before(grammarAccess.getStringTypeAccess().getAadlstringKeyword_3()); }
+ Aadlstring
+ { after(grammarAccess.getStringTypeAccess().getAadlstringKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedRangeType__Group__2
+
+rule__UnnamedStringType__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedRangeType__Group__2__Impl
+ rule__UnnamedStringType__Group__0__Impl
+ rule__UnnamedStringType__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedRangeType__Group__2__Impl
+rule__UnnamedStringType__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedRangeTypeAccess().getAlternatives_2()); }
- (rule__UnnamedRangeType__Alternatives_2)
- { after(grammarAccess.getUnnamedRangeTypeAccess().getAlternatives_2()); }
+ { before(grammarAccess.getUnnamedStringTypeAccess().getAadlStringAction_0()); }
+ ()
+ { after(grammarAccess.getUnnamedStringTypeAccess().getAadlStringAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ClassifierType__Group__0
+rule__UnnamedStringType__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ClassifierType__Group__0__Impl
- rule__ClassifierType__Group__1
+ rule__UnnamedStringType__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ClassifierType__Group__0__Impl
+rule__UnnamedStringType__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getClassifierTypeAccess().getNameAssignment_0()); }
- (rule__ClassifierType__NameAssignment_0)
- { after(grammarAccess.getClassifierTypeAccess().getNameAssignment_0()); }
+ { before(grammarAccess.getUnnamedStringTypeAccess().getAadlstringKeyword_1()); }
+ Aadlstring
+ { after(grammarAccess.getUnnamedStringTypeAccess().getAadlstringKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ClassifierType__Group__1
+
+rule__EnumerationType__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ClassifierType__Group__1__Impl
- rule__ClassifierType__Group__2
+ rule__EnumerationType__Group__0__Impl
+ rule__EnumerationType__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ClassifierType__Group__1__Impl
+rule__EnumerationType__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getClassifierTypeAccess().getColonKeyword_1()); }
- Colon
- { after(grammarAccess.getClassifierTypeAccess().getColonKeyword_1()); }
+ { before(grammarAccess.getEnumerationTypeAccess().getNameAssignment_0()); }
+ (rule__EnumerationType__NameAssignment_0)
+ { after(grammarAccess.getEnumerationTypeAccess().getNameAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ClassifierType__Group__2
+rule__EnumerationType__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ClassifierType__Group__2__Impl
- rule__ClassifierType__Group__3
+ rule__EnumerationType__Group__1__Impl
+ rule__EnumerationType__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ClassifierType__Group__2__Impl
+rule__EnumerationType__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getClassifierTypeAccess().getTypeKeyword_2()); }
- Type
- { after(grammarAccess.getClassifierTypeAccess().getTypeKeyword_2()); }
+ { before(grammarAccess.getEnumerationTypeAccess().getColonKeyword_1()); }
+ Colon
+ { after(grammarAccess.getEnumerationTypeAccess().getColonKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ClassifierType__Group__3
+rule__EnumerationType__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ClassifierType__Group__3__Impl
- rule__ClassifierType__Group__4
+ rule__EnumerationType__Group__2__Impl
+ rule__EnumerationType__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__ClassifierType__Group__3__Impl
+rule__EnumerationType__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getClassifierTypeAccess().getClassifierKeyword_3()); }
- Classifier
- { after(grammarAccess.getClassifierTypeAccess().getClassifierKeyword_3()); }
+ { before(grammarAccess.getEnumerationTypeAccess().getTypeKeyword_2()); }
+ Type
+ { after(grammarAccess.getEnumerationTypeAccess().getTypeKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ClassifierType__Group__4
+rule__EnumerationType__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__ClassifierType__Group__4__Impl
+ rule__EnumerationType__Group__3__Impl
+ rule__EnumerationType__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__ClassifierType__Group__4__Impl
+rule__EnumerationType__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getClassifierTypeAccess().getGroup_4()); }
- (rule__ClassifierType__Group_4__0)?
- { after(grammarAccess.getClassifierTypeAccess().getGroup_4()); }
+ { before(grammarAccess.getEnumerationTypeAccess().getEnumerationKeyword_3()); }
+ Enumeration
+ { after(grammarAccess.getEnumerationTypeAccess().getEnumerationKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ClassifierType__Group_4__0
+rule__EnumerationType__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__ClassifierType__Group_4__0__Impl
- rule__ClassifierType__Group_4__1
+ rule__EnumerationType__Group__4__Impl
+ rule__EnumerationType__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__ClassifierType__Group_4__0__Impl
+rule__EnumerationType__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getClassifierTypeAccess().getLeftParenthesisKeyword_4_0()); }
+ { before(grammarAccess.getEnumerationTypeAccess().getLeftParenthesisKeyword_4()); }
LeftParenthesis
- { after(grammarAccess.getClassifierTypeAccess().getLeftParenthesisKeyword_4_0()); }
+ { after(grammarAccess.getEnumerationTypeAccess().getLeftParenthesisKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ClassifierType__Group_4__1
+rule__EnumerationType__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__ClassifierType__Group_4__1__Impl
- rule__ClassifierType__Group_4__2
+ rule__EnumerationType__Group__5__Impl
+ rule__EnumerationType__Group__6
;
finally {
restoreStackSize(stackSize);
}
-rule__ClassifierType__Group_4__1__Impl
+rule__EnumerationType__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getClassifierTypeAccess().getClassifierReferenceAssignment_4_1()); }
- (rule__ClassifierType__ClassifierReferenceAssignment_4_1)
- { after(grammarAccess.getClassifierTypeAccess().getClassifierReferenceAssignment_4_1()); }
+ { before(grammarAccess.getEnumerationTypeAccess().getOwnedLiteralAssignment_5()); }
+ (rule__EnumerationType__OwnedLiteralAssignment_5)
+ { after(grammarAccess.getEnumerationTypeAccess().getOwnedLiteralAssignment_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ClassifierType__Group_4__2
+rule__EnumerationType__Group__6
@init {
int stackSize = keepStackSize();
}
:
- rule__ClassifierType__Group_4__2__Impl
- rule__ClassifierType__Group_4__3
+ rule__EnumerationType__Group__6__Impl
+ rule__EnumerationType__Group__7
;
finally {
restoreStackSize(stackSize);
}
-rule__ClassifierType__Group_4__2__Impl
+rule__EnumerationType__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getClassifierTypeAccess().getGroup_4_2()); }
- (rule__ClassifierType__Group_4_2__0)*
- { after(grammarAccess.getClassifierTypeAccess().getGroup_4_2()); }
+ { before(grammarAccess.getEnumerationTypeAccess().getGroup_6()); }
+ (rule__EnumerationType__Group_6__0)*
+ { after(grammarAccess.getEnumerationTypeAccess().getGroup_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ClassifierType__Group_4__3
+rule__EnumerationType__Group__7
@init {
int stackSize = keepStackSize();
}
:
- rule__ClassifierType__Group_4__3__Impl
+ rule__EnumerationType__Group__7__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ClassifierType__Group_4__3__Impl
+rule__EnumerationType__Group__7__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getClassifierTypeAccess().getRightParenthesisKeyword_4_3()); }
+ { before(grammarAccess.getEnumerationTypeAccess().getRightParenthesisKeyword_7()); }
RightParenthesis
- { after(grammarAccess.getClassifierTypeAccess().getRightParenthesisKeyword_4_3()); }
+ { after(grammarAccess.getEnumerationTypeAccess().getRightParenthesisKeyword_7()); }
)
;
finally {
@@ -98799,53 +100333,53 @@ finally {
}
-rule__ClassifierType__Group_4_2__0
+rule__EnumerationType__Group_6__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ClassifierType__Group_4_2__0__Impl
- rule__ClassifierType__Group_4_2__1
+ rule__EnumerationType__Group_6__0__Impl
+ rule__EnumerationType__Group_6__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ClassifierType__Group_4_2__0__Impl
+rule__EnumerationType__Group_6__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getClassifierTypeAccess().getCommaKeyword_4_2_0()); }
+ { before(grammarAccess.getEnumerationTypeAccess().getCommaKeyword_6_0()); }
Comma
- { after(grammarAccess.getClassifierTypeAccess().getCommaKeyword_4_2_0()); }
+ { after(grammarAccess.getEnumerationTypeAccess().getCommaKeyword_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ClassifierType__Group_4_2__1
+rule__EnumerationType__Group_6__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ClassifierType__Group_4_2__1__Impl
+ rule__EnumerationType__Group_6__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ClassifierType__Group_4_2__1__Impl
+rule__EnumerationType__Group_6__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getClassifierTypeAccess().getClassifierReferenceAssignment_4_2_1()); }
- (rule__ClassifierType__ClassifierReferenceAssignment_4_2_1)
- { after(grammarAccess.getClassifierTypeAccess().getClassifierReferenceAssignment_4_2_1()); }
+ { before(grammarAccess.getEnumerationTypeAccess().getOwnedLiteralAssignment_6_1()); }
+ (rule__EnumerationType__OwnedLiteralAssignment_6_1)
+ { after(grammarAccess.getEnumerationTypeAccess().getOwnedLiteralAssignment_6_1()); }
)
;
finally {
@@ -98853,188 +100387,188 @@ finally {
}
-rule__UnnamedClassifierType__Group__0
+rule__UnnamedEnumerationType__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedClassifierType__Group__0__Impl
- rule__UnnamedClassifierType__Group__1
+ rule__UnnamedEnumerationType__Group__0__Impl
+ rule__UnnamedEnumerationType__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedClassifierType__Group__0__Impl
+rule__UnnamedEnumerationType__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedClassifierTypeAccess().getClassifierTypeAction_0()); }
- ()
- { after(grammarAccess.getUnnamedClassifierTypeAccess().getClassifierTypeAction_0()); }
+ { before(grammarAccess.getUnnamedEnumerationTypeAccess().getEnumerationKeyword_0()); }
+ Enumeration
+ { after(grammarAccess.getUnnamedEnumerationTypeAccess().getEnumerationKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedClassifierType__Group__1
+rule__UnnamedEnumerationType__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedClassifierType__Group__1__Impl
- rule__UnnamedClassifierType__Group__2
+ rule__UnnamedEnumerationType__Group__1__Impl
+ rule__UnnamedEnumerationType__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedClassifierType__Group__1__Impl
+rule__UnnamedEnumerationType__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedClassifierTypeAccess().getClassifierKeyword_1()); }
- Classifier
- { after(grammarAccess.getUnnamedClassifierTypeAccess().getClassifierKeyword_1()); }
+ { before(grammarAccess.getUnnamedEnumerationTypeAccess().getLeftParenthesisKeyword_1()); }
+ LeftParenthesis
+ { after(grammarAccess.getUnnamedEnumerationTypeAccess().getLeftParenthesisKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedClassifierType__Group__2
+rule__UnnamedEnumerationType__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedClassifierType__Group__2__Impl
+ rule__UnnamedEnumerationType__Group__2__Impl
+ rule__UnnamedEnumerationType__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedClassifierType__Group__2__Impl
+rule__UnnamedEnumerationType__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedClassifierTypeAccess().getGroup_2()); }
- (rule__UnnamedClassifierType__Group_2__0)?
- { after(grammarAccess.getUnnamedClassifierTypeAccess().getGroup_2()); }
+ { before(grammarAccess.getUnnamedEnumerationTypeAccess().getOwnedLiteralAssignment_2()); }
+ (rule__UnnamedEnumerationType__OwnedLiteralAssignment_2)
+ { after(grammarAccess.getUnnamedEnumerationTypeAccess().getOwnedLiteralAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__UnnamedClassifierType__Group_2__0
+rule__UnnamedEnumerationType__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedClassifierType__Group_2__0__Impl
- rule__UnnamedClassifierType__Group_2__1
+ rule__UnnamedEnumerationType__Group__3__Impl
+ rule__UnnamedEnumerationType__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedClassifierType__Group_2__0__Impl
+rule__UnnamedEnumerationType__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedClassifierTypeAccess().getLeftParenthesisKeyword_2_0()); }
- LeftParenthesis
- { after(grammarAccess.getUnnamedClassifierTypeAccess().getLeftParenthesisKeyword_2_0()); }
+ { before(grammarAccess.getUnnamedEnumerationTypeAccess().getGroup_3()); }
+ (rule__UnnamedEnumerationType__Group_3__0)*
+ { after(grammarAccess.getUnnamedEnumerationTypeAccess().getGroup_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedClassifierType__Group_2__1
+rule__UnnamedEnumerationType__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedClassifierType__Group_2__1__Impl
- rule__UnnamedClassifierType__Group_2__2
+ rule__UnnamedEnumerationType__Group__4__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedClassifierType__Group_2__1__Impl
+rule__UnnamedEnumerationType__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedClassifierTypeAccess().getClassifierReferenceAssignment_2_1()); }
- (rule__UnnamedClassifierType__ClassifierReferenceAssignment_2_1)
- { after(grammarAccess.getUnnamedClassifierTypeAccess().getClassifierReferenceAssignment_2_1()); }
+ { before(grammarAccess.getUnnamedEnumerationTypeAccess().getRightParenthesisKeyword_4()); }
+ RightParenthesis
+ { after(grammarAccess.getUnnamedEnumerationTypeAccess().getRightParenthesisKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedClassifierType__Group_2__2
+
+rule__UnnamedEnumerationType__Group_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedClassifierType__Group_2__2__Impl
- rule__UnnamedClassifierType__Group_2__3
+ rule__UnnamedEnumerationType__Group_3__0__Impl
+ rule__UnnamedEnumerationType__Group_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedClassifierType__Group_2__2__Impl
+rule__UnnamedEnumerationType__Group_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedClassifierTypeAccess().getGroup_2_2()); }
- (rule__UnnamedClassifierType__Group_2_2__0)*
- { after(grammarAccess.getUnnamedClassifierTypeAccess().getGroup_2_2()); }
+ { before(grammarAccess.getUnnamedEnumerationTypeAccess().getCommaKeyword_3_0()); }
+ Comma
+ { after(grammarAccess.getUnnamedEnumerationTypeAccess().getCommaKeyword_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedClassifierType__Group_2__3
+rule__UnnamedEnumerationType__Group_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedClassifierType__Group_2__3__Impl
+ rule__UnnamedEnumerationType__Group_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedClassifierType__Group_2__3__Impl
+rule__UnnamedEnumerationType__Group_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedClassifierTypeAccess().getRightParenthesisKeyword_2_3()); }
- RightParenthesis
- { after(grammarAccess.getUnnamedClassifierTypeAccess().getRightParenthesisKeyword_2_3()); }
+ { before(grammarAccess.getUnnamedEnumerationTypeAccess().getOwnedLiteralAssignment_3_1()); }
+ (rule__UnnamedEnumerationType__OwnedLiteralAssignment_3_1)
+ { after(grammarAccess.getUnnamedEnumerationTypeAccess().getOwnedLiteralAssignment_3_1()); }
)
;
finally {
@@ -99042,985 +100576,971 @@ finally {
}
-rule__UnnamedClassifierType__Group_2_2__0
+rule__UnitsType__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedClassifierType__Group_2_2__0__Impl
- rule__UnnamedClassifierType__Group_2_2__1
+ rule__UnitsType__Group__0__Impl
+ rule__UnitsType__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedClassifierType__Group_2_2__0__Impl
+rule__UnitsType__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedClassifierTypeAccess().getCommaKeyword_2_2_0()); }
- Comma
- { after(grammarAccess.getUnnamedClassifierTypeAccess().getCommaKeyword_2_2_0()); }
+ { before(grammarAccess.getUnitsTypeAccess().getNameAssignment_0()); }
+ (rule__UnitsType__NameAssignment_0)
+ { after(grammarAccess.getUnitsTypeAccess().getNameAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedClassifierType__Group_2_2__1
+rule__UnitsType__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedClassifierType__Group_2_2__1__Impl
+ rule__UnitsType__Group__1__Impl
+ rule__UnitsType__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedClassifierType__Group_2_2__1__Impl
+rule__UnitsType__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedClassifierTypeAccess().getClassifierReferenceAssignment_2_2_1()); }
- (rule__UnnamedClassifierType__ClassifierReferenceAssignment_2_2_1)
- { after(grammarAccess.getUnnamedClassifierTypeAccess().getClassifierReferenceAssignment_2_2_1()); }
+ { before(grammarAccess.getUnitsTypeAccess().getColonKeyword_1()); }
+ Colon
+ { after(grammarAccess.getUnitsTypeAccess().getColonKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__QMReference__Group__0
+rule__UnitsType__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__QMReference__Group__0__Impl
- rule__QMReference__Group__1
+ rule__UnitsType__Group__2__Impl
+ rule__UnitsType__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__QMReference__Group__0__Impl
+rule__UnitsType__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getQMReferenceAccess().getGroup_0()); }
- (rule__QMReference__Group_0__0)?
- { after(grammarAccess.getQMReferenceAccess().getGroup_0()); }
+ { before(grammarAccess.getUnitsTypeAccess().getTypeKeyword_2()); }
+ Type
+ { after(grammarAccess.getUnitsTypeAccess().getTypeKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__QMReference__Group__1
+rule__UnitsType__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__QMReference__Group__1__Impl
+ rule__UnitsType__Group__3__Impl
+ rule__UnitsType__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__QMReference__Group__1__Impl
+rule__UnitsType__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getQMReferenceAccess().getMetaclassNameAssignment_1()); }
- (rule__QMReference__MetaclassNameAssignment_1)
- { after(grammarAccess.getQMReferenceAccess().getMetaclassNameAssignment_1()); }
- )
- (
- { before(grammarAccess.getQMReferenceAccess().getMetaclassNameAssignment_1()); }
- (rule__QMReference__MetaclassNameAssignment_1)*
- { after(grammarAccess.getQMReferenceAccess().getMetaclassNameAssignment_1()); }
- )
+ { before(grammarAccess.getUnitsTypeAccess().getUnitsKeyword_3()); }
+ Units
+ { after(grammarAccess.getUnitsTypeAccess().getUnitsKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__QMReference__Group_0__0
+rule__UnitsType__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__QMReference__Group_0__0__Impl
- rule__QMReference__Group_0__1
+ rule__UnitsType__Group__4__Impl
+ rule__UnitsType__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__QMReference__Group_0__0__Impl
+rule__UnitsType__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getQMReferenceAccess().getLeftCurlyBracketKeyword_0_0()); }
- LeftCurlyBracket
- { after(grammarAccess.getQMReferenceAccess().getLeftCurlyBracketKeyword_0_0()); }
+ { before(grammarAccess.getUnitsTypeAccess().getLeftParenthesisKeyword_4()); }
+ LeftParenthesis
+ { after(grammarAccess.getUnitsTypeAccess().getLeftParenthesisKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__QMReference__Group_0__1
+rule__UnitsType__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__QMReference__Group_0__1__Impl
- rule__QMReference__Group_0__2
+ rule__UnitsType__Group__5__Impl
+ rule__UnitsType__Group__6
;
finally {
restoreStackSize(stackSize);
}
-rule__QMReference__Group_0__1__Impl
+rule__UnitsType__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getQMReferenceAccess().getAnnexNameAssignment_0_1()); }
- (rule__QMReference__AnnexNameAssignment_0_1)
- { after(grammarAccess.getQMReferenceAccess().getAnnexNameAssignment_0_1()); }
+ { before(grammarAccess.getUnitsTypeAccess().getOwnedLiteralAssignment_5()); }
+ (rule__UnitsType__OwnedLiteralAssignment_5)
+ { after(grammarAccess.getUnitsTypeAccess().getOwnedLiteralAssignment_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__QMReference__Group_0__2
+rule__UnitsType__Group__6
@init {
int stackSize = keepStackSize();
}
:
- rule__QMReference__Group_0__2__Impl
- rule__QMReference__Group_0__3
+ rule__UnitsType__Group__6__Impl
+ rule__UnitsType__Group__7
;
finally {
restoreStackSize(stackSize);
}
-rule__QMReference__Group_0__2__Impl
+rule__UnitsType__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getQMReferenceAccess().getRightCurlyBracketKeyword_0_2()); }
- RightCurlyBracket
- { after(grammarAccess.getQMReferenceAccess().getRightCurlyBracketKeyword_0_2()); }
+ { before(grammarAccess.getUnitsTypeAccess().getGroup_6()); }
+ (rule__UnitsType__Group_6__0)*
+ { after(grammarAccess.getUnitsTypeAccess().getGroup_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__QMReference__Group_0__3
+rule__UnitsType__Group__7
@init {
int stackSize = keepStackSize();
}
:
- rule__QMReference__Group_0__3__Impl
- rule__QMReference__Group_0__4
+ rule__UnitsType__Group__7__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__QMReference__Group_0__3__Impl
+rule__UnitsType__Group__7__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getQMReferenceAccess().getSTARParserRuleCall_0_3()); }
- ruleSTAR
- { after(grammarAccess.getQMReferenceAccess().getSTARParserRuleCall_0_3()); }
+ { before(grammarAccess.getUnitsTypeAccess().getRightParenthesisKeyword_7()); }
+ RightParenthesis
+ { after(grammarAccess.getUnitsTypeAccess().getRightParenthesisKeyword_7()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__QMReference__Group_0__4
+
+rule__UnitsType__Group_6__0
@init {
int stackSize = keepStackSize();
}
:
- rule__QMReference__Group_0__4__Impl
+ rule__UnitsType__Group_6__0__Impl
+ rule__UnitsType__Group_6__1
;
finally {
restoreStackSize(stackSize);
}
-rule__QMReference__Group_0__4__Impl
+rule__UnitsType__Group_6__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getQMReferenceAccess().getSTARParserRuleCall_0_4()); }
- ruleSTAR
- { after(grammarAccess.getQMReferenceAccess().getSTARParserRuleCall_0_4()); }
+ { before(grammarAccess.getUnitsTypeAccess().getCommaKeyword_6_0()); }
+ Comma
+ { after(grammarAccess.getUnitsTypeAccess().getCommaKeyword_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ReferenceType__Group__0
+rule__UnitsType__Group_6__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ReferenceType__Group__0__Impl
- rule__ReferenceType__Group__1
+ rule__UnitsType__Group_6__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ReferenceType__Group__0__Impl
+rule__UnitsType__Group_6__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getReferenceTypeAccess().getNameAssignment_0()); }
- (rule__ReferenceType__NameAssignment_0)
- { after(grammarAccess.getReferenceTypeAccess().getNameAssignment_0()); }
+ { before(grammarAccess.getUnitsTypeAccess().getOwnedLiteralAssignment_6_1()); }
+ (rule__UnitsType__OwnedLiteralAssignment_6_1)
+ { after(grammarAccess.getUnitsTypeAccess().getOwnedLiteralAssignment_6_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ReferenceType__Group__1
+
+rule__UnnamedUnitsType__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ReferenceType__Group__1__Impl
- rule__ReferenceType__Group__2
+ rule__UnnamedUnitsType__Group__0__Impl
+ rule__UnnamedUnitsType__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ReferenceType__Group__1__Impl
+rule__UnnamedUnitsType__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getReferenceTypeAccess().getColonKeyword_1()); }
- Colon
- { after(grammarAccess.getReferenceTypeAccess().getColonKeyword_1()); }
+ { before(grammarAccess.getUnnamedUnitsTypeAccess().getUnitsKeyword_0()); }
+ Units
+ { after(grammarAccess.getUnnamedUnitsTypeAccess().getUnitsKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ReferenceType__Group__2
+rule__UnnamedUnitsType__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ReferenceType__Group__2__Impl
- rule__ReferenceType__Group__3
+ rule__UnnamedUnitsType__Group__1__Impl
+ rule__UnnamedUnitsType__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ReferenceType__Group__2__Impl
+rule__UnnamedUnitsType__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getReferenceTypeAccess().getTypeKeyword_2()); }
- Type
- { after(grammarAccess.getReferenceTypeAccess().getTypeKeyword_2()); }
+ { before(grammarAccess.getUnnamedUnitsTypeAccess().getLeftParenthesisKeyword_1()); }
+ LeftParenthesis
+ { after(grammarAccess.getUnnamedUnitsTypeAccess().getLeftParenthesisKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ReferenceType__Group__3
+rule__UnnamedUnitsType__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ReferenceType__Group__3__Impl
- rule__ReferenceType__Group__4
+ rule__UnnamedUnitsType__Group__2__Impl
+ rule__UnnamedUnitsType__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__ReferenceType__Group__3__Impl
+rule__UnnamedUnitsType__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getReferenceTypeAccess().getReferenceKeyword_3()); }
- Reference
- { after(grammarAccess.getReferenceTypeAccess().getReferenceKeyword_3()); }
+ { before(grammarAccess.getUnnamedUnitsTypeAccess().getOwnedLiteralAssignment_2()); }
+ (rule__UnnamedUnitsType__OwnedLiteralAssignment_2)
+ { after(grammarAccess.getUnnamedUnitsTypeAccess().getOwnedLiteralAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ReferenceType__Group__4
+rule__UnnamedUnitsType__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__ReferenceType__Group__4__Impl
+ rule__UnnamedUnitsType__Group__3__Impl
+ rule__UnnamedUnitsType__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__ReferenceType__Group__4__Impl
+rule__UnnamedUnitsType__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getReferenceTypeAccess().getGroup_4()); }
- (rule__ReferenceType__Group_4__0)?
- { after(grammarAccess.getReferenceTypeAccess().getGroup_4()); }
+ { before(grammarAccess.getUnnamedUnitsTypeAccess().getGroup_3()); }
+ (rule__UnnamedUnitsType__Group_3__0)*
+ { after(grammarAccess.getUnnamedUnitsTypeAccess().getGroup_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ReferenceType__Group_4__0
+rule__UnnamedUnitsType__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__ReferenceType__Group_4__0__Impl
- rule__ReferenceType__Group_4__1
+ rule__UnnamedUnitsType__Group__4__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ReferenceType__Group_4__0__Impl
+rule__UnnamedUnitsType__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getReferenceTypeAccess().getLeftParenthesisKeyword_4_0()); }
- LeftParenthesis
- { after(grammarAccess.getReferenceTypeAccess().getLeftParenthesisKeyword_4_0()); }
+ { before(grammarAccess.getUnnamedUnitsTypeAccess().getRightParenthesisKeyword_4()); }
+ RightParenthesis
+ { after(grammarAccess.getUnnamedUnitsTypeAccess().getRightParenthesisKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ReferenceType__Group_4__1
+
+rule__UnnamedUnitsType__Group_3__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ReferenceType__Group_4__1__Impl
- rule__ReferenceType__Group_4__2
+ rule__UnnamedUnitsType__Group_3__0__Impl
+ rule__UnnamedUnitsType__Group_3__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ReferenceType__Group_4__1__Impl
+rule__UnnamedUnitsType__Group_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getReferenceTypeAccess().getNamedElementReferenceAssignment_4_1()); }
- (rule__ReferenceType__NamedElementReferenceAssignment_4_1)
- { after(grammarAccess.getReferenceTypeAccess().getNamedElementReferenceAssignment_4_1()); }
+ { before(grammarAccess.getUnnamedUnitsTypeAccess().getCommaKeyword_3_0()); }
+ Comma
+ { after(grammarAccess.getUnnamedUnitsTypeAccess().getCommaKeyword_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ReferenceType__Group_4__2
+rule__UnnamedUnitsType__Group_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ReferenceType__Group_4__2__Impl
- rule__ReferenceType__Group_4__3
+ rule__UnnamedUnitsType__Group_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ReferenceType__Group_4__2__Impl
+rule__UnnamedUnitsType__Group_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getReferenceTypeAccess().getGroup_4_2()); }
- (rule__ReferenceType__Group_4_2__0)*
- { after(grammarAccess.getReferenceTypeAccess().getGroup_4_2()); }
+ { before(grammarAccess.getUnnamedUnitsTypeAccess().getOwnedLiteralAssignment_3_1()); }
+ (rule__UnnamedUnitsType__OwnedLiteralAssignment_3_1)
+ { after(grammarAccess.getUnnamedUnitsTypeAccess().getOwnedLiteralAssignment_3_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ReferenceType__Group_4__3
+
+rule__UnitLiteralConversion__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ReferenceType__Group_4__3__Impl
+ rule__UnitLiteralConversion__Group__0__Impl
+ rule__UnitLiteralConversion__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ReferenceType__Group_4__3__Impl
+rule__UnitLiteralConversion__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getReferenceTypeAccess().getRightParenthesisKeyword_4_3()); }
- RightParenthesis
- { after(grammarAccess.getReferenceTypeAccess().getRightParenthesisKeyword_4_3()); }
+ { before(grammarAccess.getUnitLiteralConversionAccess().getNameAssignment_0()); }
+ (rule__UnitLiteralConversion__NameAssignment_0)
+ { after(grammarAccess.getUnitLiteralConversionAccess().getNameAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ReferenceType__Group_4_2__0
+rule__UnitLiteralConversion__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ReferenceType__Group_4_2__0__Impl
- rule__ReferenceType__Group_4_2__1
+ rule__UnitLiteralConversion__Group__1__Impl
+ rule__UnitLiteralConversion__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ReferenceType__Group_4_2__0__Impl
+rule__UnitLiteralConversion__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getReferenceTypeAccess().getCommaKeyword_4_2_0()); }
- Comma
- { after(grammarAccess.getReferenceTypeAccess().getCommaKeyword_4_2_0()); }
+ { before(grammarAccess.getUnitLiteralConversionAccess().getEqualsSignGreaterThanSignKeyword_1()); }
+ EqualsSignGreaterThanSign
+ { after(grammarAccess.getUnitLiteralConversionAccess().getEqualsSignGreaterThanSignKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ReferenceType__Group_4_2__1
+rule__UnitLiteralConversion__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ReferenceType__Group_4_2__1__Impl
+ rule__UnitLiteralConversion__Group__2__Impl
+ rule__UnitLiteralConversion__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__ReferenceType__Group_4_2__1__Impl
+rule__UnitLiteralConversion__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getReferenceTypeAccess().getNamedElementReferenceAssignment_4_2_1()); }
- (rule__ReferenceType__NamedElementReferenceAssignment_4_2_1)
- { after(grammarAccess.getReferenceTypeAccess().getNamedElementReferenceAssignment_4_2_1()); }
+ { before(grammarAccess.getUnitLiteralConversionAccess().getBaseUnitAssignment_2()); }
+ (rule__UnitLiteralConversion__BaseUnitAssignment_2)
+ { after(grammarAccess.getUnitLiteralConversionAccess().getBaseUnitAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__UnnamedReferenceType__Group__0
+rule__UnitLiteralConversion__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedReferenceType__Group__0__Impl
- rule__UnnamedReferenceType__Group__1
+ rule__UnitLiteralConversion__Group__3__Impl
+ rule__UnitLiteralConversion__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedReferenceType__Group__0__Impl
+rule__UnitLiteralConversion__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedReferenceTypeAccess().getReferenceKeyword_0()); }
- Reference
- { after(grammarAccess.getUnnamedReferenceTypeAccess().getReferenceKeyword_0()); }
+ { before(grammarAccess.getUnitLiteralConversionAccess().getSTARParserRuleCall_3()); }
+ ruleSTAR
+ { after(grammarAccess.getUnitLiteralConversionAccess().getSTARParserRuleCall_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedReferenceType__Group__1
+rule__UnitLiteralConversion__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedReferenceType__Group__1__Impl
- rule__UnnamedReferenceType__Group__2
+ rule__UnitLiteralConversion__Group__4__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedReferenceType__Group__1__Impl
+rule__UnitLiteralConversion__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedReferenceTypeAccess().getReferenceTypeAction_1()); }
- ()
- { after(grammarAccess.getUnnamedReferenceTypeAccess().getReferenceTypeAction_1()); }
+ { before(grammarAccess.getUnitLiteralConversionAccess().getFactorAssignment_4()); }
+ (rule__UnitLiteralConversion__FactorAssignment_4)
+ { after(grammarAccess.getUnitLiteralConversionAccess().getFactorAssignment_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedReferenceType__Group__2
+
+rule__RealType__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedReferenceType__Group__2__Impl
+ rule__RealType__Group__0__Impl
+ rule__RealType__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedReferenceType__Group__2__Impl
+rule__RealType__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedReferenceTypeAccess().getGroup_2()); }
- (rule__UnnamedReferenceType__Group_2__0)?
- { after(grammarAccess.getUnnamedReferenceTypeAccess().getGroup_2()); }
+ { before(grammarAccess.getRealTypeAccess().getNameAssignment_0()); }
+ (rule__RealType__NameAssignment_0)
+ { after(grammarAccess.getRealTypeAccess().getNameAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__UnnamedReferenceType__Group_2__0
+rule__RealType__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedReferenceType__Group_2__0__Impl
- rule__UnnamedReferenceType__Group_2__1
+ rule__RealType__Group__1__Impl
+ rule__RealType__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedReferenceType__Group_2__0__Impl
+rule__RealType__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedReferenceTypeAccess().getLeftParenthesisKeyword_2_0()); }
- LeftParenthesis
- { after(grammarAccess.getUnnamedReferenceTypeAccess().getLeftParenthesisKeyword_2_0()); }
+ { before(grammarAccess.getRealTypeAccess().getColonKeyword_1()); }
+ Colon
+ { after(grammarAccess.getRealTypeAccess().getColonKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedReferenceType__Group_2__1
+rule__RealType__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedReferenceType__Group_2__1__Impl
- rule__UnnamedReferenceType__Group_2__2
+ rule__RealType__Group__2__Impl
+ rule__RealType__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedReferenceType__Group_2__1__Impl
+rule__RealType__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedReferenceTypeAccess().getNamedElementReferenceAssignment_2_1()); }
- (rule__UnnamedReferenceType__NamedElementReferenceAssignment_2_1)
- { after(grammarAccess.getUnnamedReferenceTypeAccess().getNamedElementReferenceAssignment_2_1()); }
+ { before(grammarAccess.getRealTypeAccess().getTypeKeyword_2()); }
+ Type
+ { after(grammarAccess.getRealTypeAccess().getTypeKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedReferenceType__Group_2__2
+rule__RealType__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedReferenceType__Group_2__2__Impl
- rule__UnnamedReferenceType__Group_2__3
+ rule__RealType__Group__3__Impl
+ rule__RealType__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedReferenceType__Group_2__2__Impl
+rule__RealType__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedReferenceTypeAccess().getGroup_2_2()); }
- (rule__UnnamedReferenceType__Group_2_2__0)*
- { after(grammarAccess.getUnnamedReferenceTypeAccess().getGroup_2_2()); }
+ { before(grammarAccess.getRealTypeAccess().getAadlrealKeyword_3()); }
+ Aadlreal
+ { after(grammarAccess.getRealTypeAccess().getAadlrealKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedReferenceType__Group_2__3
+rule__RealType__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedReferenceType__Group_2__3__Impl
+ rule__RealType__Group__4__Impl
+ rule__RealType__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedReferenceType__Group_2__3__Impl
+rule__RealType__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedReferenceTypeAccess().getRightParenthesisKeyword_2_3()); }
- RightParenthesis
- { after(grammarAccess.getUnnamedReferenceTypeAccess().getRightParenthesisKeyword_2_3()); }
+ { before(grammarAccess.getRealTypeAccess().getRangeAssignment_4()); }
+ (rule__RealType__RangeAssignment_4)?
+ { after(grammarAccess.getRealTypeAccess().getRangeAssignment_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__UnnamedReferenceType__Group_2_2__0
+rule__RealType__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedReferenceType__Group_2_2__0__Impl
- rule__UnnamedReferenceType__Group_2_2__1
+ rule__RealType__Group__5__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedReferenceType__Group_2_2__0__Impl
+rule__RealType__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedReferenceTypeAccess().getCommaKeyword_2_2_0()); }
- Comma
- { after(grammarAccess.getUnnamedReferenceTypeAccess().getCommaKeyword_2_2_0()); }
+ { before(grammarAccess.getRealTypeAccess().getAlternatives_5()); }
+ (rule__RealType__Alternatives_5)?
+ { after(grammarAccess.getRealTypeAccess().getAlternatives_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedReferenceType__Group_2_2__1
+
+rule__RealType__Group_5_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedReferenceType__Group_2_2__1__Impl
+ rule__RealType__Group_5_1__0__Impl
+ rule__RealType__Group_5_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedReferenceType__Group_2_2__1__Impl
+rule__RealType__Group_5_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedReferenceTypeAccess().getNamedElementReferenceAssignment_2_2_1()); }
- (rule__UnnamedReferenceType__NamedElementReferenceAssignment_2_2_1)
- { after(grammarAccess.getUnnamedReferenceTypeAccess().getNamedElementReferenceAssignment_2_2_1()); }
+ { before(grammarAccess.getRealTypeAccess().getUnitsKeyword_5_1_0()); }
+ Units
+ { after(grammarAccess.getRealTypeAccess().getUnitsKeyword_5_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__RecordType__Group__0
+rule__RealType__Group_5_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__RecordType__Group__0__Impl
- rule__RecordType__Group__1
+ rule__RealType__Group_5_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__RecordType__Group__0__Impl
+rule__RealType__Group_5_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRecordTypeAccess().getNameAssignment_0()); }
- (rule__RecordType__NameAssignment_0)
- { after(grammarAccess.getRecordTypeAccess().getNameAssignment_0()); }
+ { before(grammarAccess.getRealTypeAccess().getReferencedUnitsTypeAssignment_5_1_1()); }
+ (rule__RealType__ReferencedUnitsTypeAssignment_5_1_1)
+ { after(grammarAccess.getRealTypeAccess().getReferencedUnitsTypeAssignment_5_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__RecordType__Group__1
+
+rule__UnnamedRealType__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__RecordType__Group__1__Impl
- rule__RecordType__Group__2
+ rule__UnnamedRealType__Group__0__Impl
+ rule__UnnamedRealType__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__RecordType__Group__1__Impl
+rule__UnnamedRealType__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRecordTypeAccess().getColonKeyword_1()); }
- Colon
- { after(grammarAccess.getRecordTypeAccess().getColonKeyword_1()); }
+ { before(grammarAccess.getUnnamedRealTypeAccess().getAadlRealAction_0()); }
+ ()
+ { after(grammarAccess.getUnnamedRealTypeAccess().getAadlRealAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__RecordType__Group__2
+rule__UnnamedRealType__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__RecordType__Group__2__Impl
- rule__RecordType__Group__3
+ rule__UnnamedRealType__Group__1__Impl
+ rule__UnnamedRealType__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__RecordType__Group__2__Impl
+rule__UnnamedRealType__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRecordTypeAccess().getTypeKeyword_2()); }
- Type
- { after(grammarAccess.getRecordTypeAccess().getTypeKeyword_2()); }
+ { before(grammarAccess.getUnnamedRealTypeAccess().getAadlrealKeyword_1()); }
+ Aadlreal
+ { after(grammarAccess.getUnnamedRealTypeAccess().getAadlrealKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__RecordType__Group__3
+rule__UnnamedRealType__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__RecordType__Group__3__Impl
- rule__RecordType__Group__4
+ rule__UnnamedRealType__Group__2__Impl
+ rule__UnnamedRealType__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__RecordType__Group__3__Impl
+rule__UnnamedRealType__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRecordTypeAccess().getRecordKeyword_3()); }
- Record
- { after(grammarAccess.getRecordTypeAccess().getRecordKeyword_3()); }
+ { before(grammarAccess.getUnnamedRealTypeAccess().getRangeAssignment_2()); }
+ (rule__UnnamedRealType__RangeAssignment_2)?
+ { after(grammarAccess.getUnnamedRealTypeAccess().getRangeAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__RecordType__Group__4
+rule__UnnamedRealType__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__RecordType__Group__4__Impl
- rule__RecordType__Group__5
+ rule__UnnamedRealType__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__RecordType__Group__4__Impl
+rule__UnnamedRealType__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRecordTypeAccess().getLeftParenthesisKeyword_4()); }
- LeftParenthesis
- { after(grammarAccess.getRecordTypeAccess().getLeftParenthesisKeyword_4()); }
+ { before(grammarAccess.getUnnamedRealTypeAccess().getAlternatives_3()); }
+ (rule__UnnamedRealType__Alternatives_3)?
+ { after(grammarAccess.getUnnamedRealTypeAccess().getAlternatives_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__RecordType__Group__5
+
+rule__UnnamedRealType__Group_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__RecordType__Group__5__Impl
- rule__RecordType__Group__6
+ rule__UnnamedRealType__Group_3_1__0__Impl
+ rule__UnnamedRealType__Group_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__RecordType__Group__5__Impl
+rule__UnnamedRealType__Group_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getRecordTypeAccess().getOwnedFieldAssignment_5()); }
- (rule__RecordType__OwnedFieldAssignment_5)
- { after(grammarAccess.getRecordTypeAccess().getOwnedFieldAssignment_5()); }
- )
- (
- { before(grammarAccess.getRecordTypeAccess().getOwnedFieldAssignment_5()); }
- (rule__RecordType__OwnedFieldAssignment_5)*
- { after(grammarAccess.getRecordTypeAccess().getOwnedFieldAssignment_5()); }
- )
+ { before(grammarAccess.getUnnamedRealTypeAccess().getUnitsKeyword_3_1_0()); }
+ Units
+ { after(grammarAccess.getUnnamedRealTypeAccess().getUnitsKeyword_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__RecordType__Group__6
+rule__UnnamedRealType__Group_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__RecordType__Group__6__Impl
+ rule__UnnamedRealType__Group_3_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__RecordType__Group__6__Impl
+rule__UnnamedRealType__Group_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRecordTypeAccess().getRightParenthesisKeyword_6()); }
- RightParenthesis
- { after(grammarAccess.getRecordTypeAccess().getRightParenthesisKeyword_6()); }
+ { before(grammarAccess.getUnnamedRealTypeAccess().getReferencedUnitsTypeAssignment_3_1_1()); }
+ (rule__UnnamedRealType__ReferencedUnitsTypeAssignment_3_1_1)
+ { after(grammarAccess.getUnnamedRealTypeAccess().getReferencedUnitsTypeAssignment_3_1_1()); }
)
;
finally {
@@ -100028,222 +101548,215 @@ finally {
}
-rule__UnnamedRecordType__Group__0
+rule__IntegerType__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedRecordType__Group__0__Impl
- rule__UnnamedRecordType__Group__1
+ rule__IntegerType__Group__0__Impl
+ rule__IntegerType__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedRecordType__Group__0__Impl
+rule__IntegerType__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedRecordTypeAccess().getRecordKeyword_0()); }
- Record
- { after(grammarAccess.getUnnamedRecordTypeAccess().getRecordKeyword_0()); }
+ { before(grammarAccess.getIntegerTypeAccess().getNameAssignment_0()); }
+ (rule__IntegerType__NameAssignment_0)
+ { after(grammarAccess.getIntegerTypeAccess().getNameAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedRecordType__Group__1
+rule__IntegerType__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedRecordType__Group__1__Impl
- rule__UnnamedRecordType__Group__2
+ rule__IntegerType__Group__1__Impl
+ rule__IntegerType__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedRecordType__Group__1__Impl
+rule__IntegerType__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedRecordTypeAccess().getLeftParenthesisKeyword_1()); }
- LeftParenthesis
- { after(grammarAccess.getUnnamedRecordTypeAccess().getLeftParenthesisKeyword_1()); }
+ { before(grammarAccess.getIntegerTypeAccess().getColonKeyword_1()); }
+ Colon
+ { after(grammarAccess.getIntegerTypeAccess().getColonKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedRecordType__Group__2
+rule__IntegerType__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedRecordType__Group__2__Impl
- rule__UnnamedRecordType__Group__3
+ rule__IntegerType__Group__2__Impl
+ rule__IntegerType__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedRecordType__Group__2__Impl
+rule__IntegerType__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getUnnamedRecordTypeAccess().getOwnedFieldAssignment_2()); }
- (rule__UnnamedRecordType__OwnedFieldAssignment_2)
- { after(grammarAccess.getUnnamedRecordTypeAccess().getOwnedFieldAssignment_2()); }
- )
- (
- { before(grammarAccess.getUnnamedRecordTypeAccess().getOwnedFieldAssignment_2()); }
- (rule__UnnamedRecordType__OwnedFieldAssignment_2)*
- { after(grammarAccess.getUnnamedRecordTypeAccess().getOwnedFieldAssignment_2()); }
- )
+ { before(grammarAccess.getIntegerTypeAccess().getTypeKeyword_2()); }
+ Type
+ { after(grammarAccess.getIntegerTypeAccess().getTypeKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedRecordType__Group__3
+rule__IntegerType__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__UnnamedRecordType__Group__3__Impl
+ rule__IntegerType__Group__3__Impl
+ rule__IntegerType__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedRecordType__Group__3__Impl
+rule__IntegerType__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedRecordTypeAccess().getRightParenthesisKeyword_3()); }
- RightParenthesis
- { after(grammarAccess.getUnnamedRecordTypeAccess().getRightParenthesisKeyword_3()); }
+ { before(grammarAccess.getIntegerTypeAccess().getAadlintegerKeyword_3()); }
+ Aadlinteger
+ { after(grammarAccess.getIntegerTypeAccess().getAadlintegerKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__RecordField__Group__0
+rule__IntegerType__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__RecordField__Group__0__Impl
- rule__RecordField__Group__1
+ rule__IntegerType__Group__4__Impl
+ rule__IntegerType__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__RecordField__Group__0__Impl
+rule__IntegerType__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRecordFieldAccess().getNameAssignment_0()); }
- (rule__RecordField__NameAssignment_0)
- { after(grammarAccess.getRecordFieldAccess().getNameAssignment_0()); }
+ { before(grammarAccess.getIntegerTypeAccess().getRangeAssignment_4()); }
+ (rule__IntegerType__RangeAssignment_4)?
+ { after(grammarAccess.getIntegerTypeAccess().getRangeAssignment_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__RecordField__Group__1
+rule__IntegerType__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__RecordField__Group__1__Impl
- rule__RecordField__Group__2
+ rule__IntegerType__Group__5__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__RecordField__Group__1__Impl
+rule__IntegerType__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRecordFieldAccess().getColonKeyword_1()); }
- Colon
- { after(grammarAccess.getRecordFieldAccess().getColonKeyword_1()); }
+ { before(grammarAccess.getIntegerTypeAccess().getAlternatives_5()); }
+ (rule__IntegerType__Alternatives_5)?
+ { after(grammarAccess.getIntegerTypeAccess().getAlternatives_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__RecordField__Group__2
+
+rule__IntegerType__Group_5_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__RecordField__Group__2__Impl
- rule__RecordField__Group__3
+ rule__IntegerType__Group_5_1__0__Impl
+ rule__IntegerType__Group_5_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__RecordField__Group__2__Impl
+rule__IntegerType__Group_5_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRecordFieldAccess().getAlternatives_2()); }
- (rule__RecordField__Alternatives_2)
- { after(grammarAccess.getRecordFieldAccess().getAlternatives_2()); }
+ { before(grammarAccess.getIntegerTypeAccess().getUnitsKeyword_5_1_0()); }
+ Units
+ { after(grammarAccess.getIntegerTypeAccess().getUnitsKeyword_5_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__RecordField__Group__3
+rule__IntegerType__Group_5_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__RecordField__Group__3__Impl
+ rule__IntegerType__Group_5_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__RecordField__Group__3__Impl
+rule__IntegerType__Group_5_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRecordFieldAccess().getSemicolonKeyword_3()); }
- Semicolon
- { after(grammarAccess.getRecordFieldAccess().getSemicolonKeyword_3()); }
+ { before(grammarAccess.getIntegerTypeAccess().getReferencedUnitsTypeAssignment_5_1_1()); }
+ (rule__IntegerType__ReferencedUnitsTypeAssignment_5_1_1)
+ { after(grammarAccess.getIntegerTypeAccess().getReferencedUnitsTypeAssignment_5_1_1()); }
)
;
finally {
@@ -100251,323 +101764,323 @@ finally {
}
-rule__PropertyDefinition__Group__0
+rule__UnnamedIntegerType__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertyDefinition__Group__0__Impl
- rule__PropertyDefinition__Group__1
+ rule__UnnamedIntegerType__Group__0__Impl
+ rule__UnnamedIntegerType__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyDefinition__Group__0__Impl
+rule__UnnamedIntegerType__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertyDefinitionAccess().getNameAssignment_0()); }
- (rule__PropertyDefinition__NameAssignment_0)
- { after(grammarAccess.getPropertyDefinitionAccess().getNameAssignment_0()); }
+ { before(grammarAccess.getUnnamedIntegerTypeAccess().getAadlIntegerAction_0()); }
+ ()
+ { after(grammarAccess.getUnnamedIntegerTypeAccess().getAadlIntegerAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyDefinition__Group__1
+rule__UnnamedIntegerType__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertyDefinition__Group__1__Impl
- rule__PropertyDefinition__Group__2
+ rule__UnnamedIntegerType__Group__1__Impl
+ rule__UnnamedIntegerType__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyDefinition__Group__1__Impl
+rule__UnnamedIntegerType__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertyDefinitionAccess().getColonKeyword_1()); }
- Colon
- { after(grammarAccess.getPropertyDefinitionAccess().getColonKeyword_1()); }
+ { before(grammarAccess.getUnnamedIntegerTypeAccess().getAadlintegerKeyword_1()); }
+ Aadlinteger
+ { after(grammarAccess.getUnnamedIntegerTypeAccess().getAadlintegerKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyDefinition__Group__2
+rule__UnnamedIntegerType__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertyDefinition__Group__2__Impl
- rule__PropertyDefinition__Group__3
+ rule__UnnamedIntegerType__Group__2__Impl
+ rule__UnnamedIntegerType__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyDefinition__Group__2__Impl
+rule__UnnamedIntegerType__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertyDefinitionAccess().getInheritAssignment_2()); }
- (rule__PropertyDefinition__InheritAssignment_2)?
- { after(grammarAccess.getPropertyDefinitionAccess().getInheritAssignment_2()); }
+ { before(grammarAccess.getUnnamedIntegerTypeAccess().getRangeAssignment_2()); }
+ (rule__UnnamedIntegerType__RangeAssignment_2)?
+ { after(grammarAccess.getUnnamedIntegerTypeAccess().getRangeAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyDefinition__Group__3
+rule__UnnamedIntegerType__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertyDefinition__Group__3__Impl
- rule__PropertyDefinition__Group__4
+ rule__UnnamedIntegerType__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyDefinition__Group__3__Impl
+rule__UnnamedIntegerType__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertyDefinitionAccess().getAlternatives_3()); }
- (rule__PropertyDefinition__Alternatives_3)
- { after(grammarAccess.getPropertyDefinitionAccess().getAlternatives_3()); }
+ { before(grammarAccess.getUnnamedIntegerTypeAccess().getAlternatives_3()); }
+ (rule__UnnamedIntegerType__Alternatives_3)?
+ { after(grammarAccess.getUnnamedIntegerTypeAccess().getAlternatives_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyDefinition__Group__4
+
+rule__UnnamedIntegerType__Group_3_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertyDefinition__Group__4__Impl
- rule__PropertyDefinition__Group__5
+ rule__UnnamedIntegerType__Group_3_1__0__Impl
+ rule__UnnamedIntegerType__Group_3_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyDefinition__Group__4__Impl
+rule__UnnamedIntegerType__Group_3_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertyDefinitionAccess().getGroup_4()); }
- (rule__PropertyDefinition__Group_4__0)?
- { after(grammarAccess.getPropertyDefinitionAccess().getGroup_4()); }
+ { before(grammarAccess.getUnnamedIntegerTypeAccess().getUnitsKeyword_3_1_0()); }
+ Units
+ { after(grammarAccess.getUnnamedIntegerTypeAccess().getUnitsKeyword_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyDefinition__Group__5
+rule__UnnamedIntegerType__Group_3_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertyDefinition__Group__5__Impl
- rule__PropertyDefinition__Group__6
+ rule__UnnamedIntegerType__Group_3_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyDefinition__Group__5__Impl
+rule__UnnamedIntegerType__Group_3_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertyDefinitionAccess().getAppliesToKeywordsParserRuleCall_5()); }
- ruleAppliesToKeywords
- { after(grammarAccess.getPropertyDefinitionAccess().getAppliesToKeywordsParserRuleCall_5()); }
+ { before(grammarAccess.getUnnamedIntegerTypeAccess().getReferencedUnitsTypeAssignment_3_1_1()); }
+ (rule__UnnamedIntegerType__ReferencedUnitsTypeAssignment_3_1_1)
+ { after(grammarAccess.getUnnamedIntegerTypeAccess().getReferencedUnitsTypeAssignment_3_1_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyDefinition__Group__6
+
+rule__RangeType__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertyDefinition__Group__6__Impl
- rule__PropertyDefinition__Group__7
+ rule__RangeType__Group__0__Impl
+ rule__RangeType__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyDefinition__Group__6__Impl
+rule__RangeType__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertyDefinitionAccess().getLeftParenthesisKeyword_6()); }
- LeftParenthesis
- { after(grammarAccess.getPropertyDefinitionAccess().getLeftParenthesisKeyword_6()); }
+ { before(grammarAccess.getRangeTypeAccess().getNameAssignment_0()); }
+ (rule__RangeType__NameAssignment_0)
+ { after(grammarAccess.getRangeTypeAccess().getNameAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyDefinition__Group__7
+rule__RangeType__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertyDefinition__Group__7__Impl
- rule__PropertyDefinition__Group__8
+ rule__RangeType__Group__1__Impl
+ rule__RangeType__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyDefinition__Group__7__Impl
+rule__RangeType__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertyDefinitionAccess().getAlternatives_7()); }
- (rule__PropertyDefinition__Alternatives_7)
- { after(grammarAccess.getPropertyDefinitionAccess().getAlternatives_7()); }
+ { before(grammarAccess.getRangeTypeAccess().getColonKeyword_1()); }
+ Colon
+ { after(grammarAccess.getRangeTypeAccess().getColonKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyDefinition__Group__8
+rule__RangeType__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertyDefinition__Group__8__Impl
- rule__PropertyDefinition__Group__9
+ rule__RangeType__Group__2__Impl
+ rule__RangeType__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyDefinition__Group__8__Impl
+rule__RangeType__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertyDefinitionAccess().getRightParenthesisKeyword_8()); }
- RightParenthesis
- { after(grammarAccess.getPropertyDefinitionAccess().getRightParenthesisKeyword_8()); }
+ { before(grammarAccess.getRangeTypeAccess().getTypeKeyword_2()); }
+ Type
+ { after(grammarAccess.getRangeTypeAccess().getTypeKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyDefinition__Group__9
+rule__RangeType__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertyDefinition__Group__9__Impl
+ rule__RangeType__Group__3__Impl
+ rule__RangeType__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyDefinition__Group__9__Impl
+rule__RangeType__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertyDefinitionAccess().getSemicolonKeyword_9()); }
- Semicolon
- { after(grammarAccess.getPropertyDefinitionAccess().getSemicolonKeyword_9()); }
+ { before(grammarAccess.getRangeTypeAccess().getRangeKeyword_3()); }
+ Range
+ { after(grammarAccess.getRangeTypeAccess().getRangeKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__PropertyDefinition__Group_4__0
+rule__RangeType__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertyDefinition__Group_4__0__Impl
- rule__PropertyDefinition__Group_4__1
+ rule__RangeType__Group__4__Impl
+ rule__RangeType__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyDefinition__Group_4__0__Impl
+rule__RangeType__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertyDefinitionAccess().getEqualsSignGreaterThanSignKeyword_4_0()); }
- EqualsSignGreaterThanSign
- { after(grammarAccess.getPropertyDefinitionAccess().getEqualsSignGreaterThanSignKeyword_4_0()); }
+ { before(grammarAccess.getRangeTypeAccess().getOfKeyword_4()); }
+ Of
+ { after(grammarAccess.getRangeTypeAccess().getOfKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyDefinition__Group_4__1
+rule__RangeType__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertyDefinition__Group_4__1__Impl
+ rule__RangeType__Group__5__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyDefinition__Group_4__1__Impl
+rule__RangeType__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertyDefinitionAccess().getDefaultValueAssignment_4_1()); }
- (rule__PropertyDefinition__DefaultValueAssignment_4_1)
- { after(grammarAccess.getPropertyDefinitionAccess().getDefaultValueAssignment_4_1()); }
+ { before(grammarAccess.getRangeTypeAccess().getAlternatives_5()); }
+ (rule__RangeType__Alternatives_5)
+ { after(grammarAccess.getRangeTypeAccess().getAlternatives_5()); }
)
;
finally {
@@ -100575,107 +102088,107 @@ finally {
}
-rule__PropertyDefinition__Group_7_0__0
+rule__UnnamedRangeType__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertyDefinition__Group_7_0__0__Impl
- rule__PropertyDefinition__Group_7_0__1
+ rule__UnnamedRangeType__Group__0__Impl
+ rule__UnnamedRangeType__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyDefinition__Group_7_0__0__Impl
+rule__UnnamedRangeType__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertyDefinitionAccess().getAppliesToAssignment_7_0_0()); }
- (rule__PropertyDefinition__AppliesToAssignment_7_0_0)
- { after(grammarAccess.getPropertyDefinitionAccess().getAppliesToAssignment_7_0_0()); }
+ { before(grammarAccess.getUnnamedRangeTypeAccess().getRangeTypeAction_0()); }
+ ()
+ { after(grammarAccess.getUnnamedRangeTypeAccess().getRangeTypeAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyDefinition__Group_7_0__1
+rule__UnnamedRangeType__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertyDefinition__Group_7_0__1__Impl
+ rule__UnnamedRangeType__Group__1__Impl
+ rule__UnnamedRangeType__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyDefinition__Group_7_0__1__Impl
+rule__UnnamedRangeType__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertyDefinitionAccess().getGroup_7_0_1()); }
- (rule__PropertyDefinition__Group_7_0_1__0)*
- { after(grammarAccess.getPropertyDefinitionAccess().getGroup_7_0_1()); }
+ { before(grammarAccess.getUnnamedRangeTypeAccess().getRangeKeyword_1()); }
+ Range
+ { after(grammarAccess.getUnnamedRangeTypeAccess().getRangeKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__PropertyDefinition__Group_7_0_1__0
+rule__UnnamedRangeType__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertyDefinition__Group_7_0_1__0__Impl
- rule__PropertyDefinition__Group_7_0_1__1
+ rule__UnnamedRangeType__Group__2__Impl
+ rule__UnnamedRangeType__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyDefinition__Group_7_0_1__0__Impl
+rule__UnnamedRangeType__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertyDefinitionAccess().getCommaKeyword_7_0_1_0()); }
- Comma
- { after(grammarAccess.getPropertyDefinitionAccess().getCommaKeyword_7_0_1_0()); }
+ { before(grammarAccess.getUnnamedRangeTypeAccess().getOfKeyword_2()); }
+ Of
+ { after(grammarAccess.getUnnamedRangeTypeAccess().getOfKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyDefinition__Group_7_0_1__1
+rule__UnnamedRangeType__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertyDefinition__Group_7_0_1__1__Impl
+ rule__UnnamedRangeType__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyDefinition__Group_7_0_1__1__Impl
+rule__UnnamedRangeType__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertyDefinitionAccess().getAppliesToAssignment_7_0_1_1()); }
- (rule__PropertyDefinition__AppliesToAssignment_7_0_1_1)
- { after(grammarAccess.getPropertyDefinitionAccess().getAppliesToAssignment_7_0_1_1()); }
+ { before(grammarAccess.getUnnamedRangeTypeAccess().getAlternatives_3()); }
+ (rule__UnnamedRangeType__Alternatives_3)
+ { after(grammarAccess.getUnnamedRangeTypeAccess().getAlternatives_3()); }
)
;
finally {
@@ -100683,242 +102196,242 @@ finally {
}
-rule__ListType__Group__0
+rule__ClassifierType__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ListType__Group__0__Impl
- rule__ListType__Group__1
+ rule__ClassifierType__Group__0__Impl
+ rule__ClassifierType__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ListType__Group__0__Impl
+rule__ClassifierType__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getListTypeAccess().getListOfKeywordsParserRuleCall_0()); }
- ruleListOfKeywords
- { after(grammarAccess.getListTypeAccess().getListOfKeywordsParserRuleCall_0()); }
+ { before(grammarAccess.getClassifierTypeAccess().getNameAssignment_0()); }
+ (rule__ClassifierType__NameAssignment_0)
+ { after(grammarAccess.getClassifierTypeAccess().getNameAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ListType__Group__1
+rule__ClassifierType__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ListType__Group__1__Impl
+ rule__ClassifierType__Group__1__Impl
+ rule__ClassifierType__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__ListType__Group__1__Impl
+rule__ClassifierType__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getListTypeAccess().getAlternatives_1()); }
- (rule__ListType__Alternatives_1)
- { after(grammarAccess.getListTypeAccess().getAlternatives_1()); }
+ { before(grammarAccess.getClassifierTypeAccess().getColonKeyword_1()); }
+ Colon
+ { after(grammarAccess.getClassifierTypeAccess().getColonKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__PropertyConstant__Group__0
+rule__ClassifierType__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertyConstant__Group__0__Impl
- rule__PropertyConstant__Group__1
+ rule__ClassifierType__Group__2__Impl
+ rule__ClassifierType__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyConstant__Group__0__Impl
+rule__ClassifierType__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertyConstantAccess().getNameAssignment_0()); }
- (rule__PropertyConstant__NameAssignment_0)
- { after(grammarAccess.getPropertyConstantAccess().getNameAssignment_0()); }
+ { before(grammarAccess.getClassifierTypeAccess().getTypeKeyword_2()); }
+ Type
+ { after(grammarAccess.getClassifierTypeAccess().getTypeKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyConstant__Group__1
+rule__ClassifierType__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertyConstant__Group__1__Impl
- rule__PropertyConstant__Group__2
+ rule__ClassifierType__Group__3__Impl
+ rule__ClassifierType__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyConstant__Group__1__Impl
+rule__ClassifierType__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertyConstantAccess().getColonKeyword_1()); }
- Colon
- { after(grammarAccess.getPropertyConstantAccess().getColonKeyword_1()); }
+ { before(grammarAccess.getClassifierTypeAccess().getClassifierKeyword_3()); }
+ Classifier
+ { after(grammarAccess.getClassifierTypeAccess().getClassifierKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyConstant__Group__2
+rule__ClassifierType__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertyConstant__Group__2__Impl
- rule__PropertyConstant__Group__3
+ rule__ClassifierType__Group__4__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyConstant__Group__2__Impl
+rule__ClassifierType__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertyConstantAccess().getConstantKeyword_2()); }
- Constant
- { after(grammarAccess.getPropertyConstantAccess().getConstantKeyword_2()); }
+ { before(grammarAccess.getClassifierTypeAccess().getGroup_4()); }
+ (rule__ClassifierType__Group_4__0)?
+ { after(grammarAccess.getClassifierTypeAccess().getGroup_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyConstant__Group__3
+
+rule__ClassifierType__Group_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertyConstant__Group__3__Impl
- rule__PropertyConstant__Group__4
+ rule__ClassifierType__Group_4__0__Impl
+ rule__ClassifierType__Group_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyConstant__Group__3__Impl
+rule__ClassifierType__Group_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertyConstantAccess().getAlternatives_3()); }
- (rule__PropertyConstant__Alternatives_3)
- { after(grammarAccess.getPropertyConstantAccess().getAlternatives_3()); }
+ { before(grammarAccess.getClassifierTypeAccess().getLeftParenthesisKeyword_4_0()); }
+ LeftParenthesis
+ { after(grammarAccess.getClassifierTypeAccess().getLeftParenthesisKeyword_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyConstant__Group__4
+rule__ClassifierType__Group_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertyConstant__Group__4__Impl
- rule__PropertyConstant__Group__5
+ rule__ClassifierType__Group_4__1__Impl
+ rule__ClassifierType__Group_4__2
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyConstant__Group__4__Impl
+rule__ClassifierType__Group_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertyConstantAccess().getEqualsSignGreaterThanSignKeyword_4()); }
- EqualsSignGreaterThanSign
- { after(grammarAccess.getPropertyConstantAccess().getEqualsSignGreaterThanSignKeyword_4()); }
+ { before(grammarAccess.getClassifierTypeAccess().getClassifierReferenceAssignment_4_1()); }
+ (rule__ClassifierType__ClassifierReferenceAssignment_4_1)
+ { after(grammarAccess.getClassifierTypeAccess().getClassifierReferenceAssignment_4_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyConstant__Group__5
+rule__ClassifierType__Group_4__2
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertyConstant__Group__5__Impl
- rule__PropertyConstant__Group__6
+ rule__ClassifierType__Group_4__2__Impl
+ rule__ClassifierType__Group_4__3
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyConstant__Group__5__Impl
+rule__ClassifierType__Group_4__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertyConstantAccess().getConstantValueAssignment_5()); }
- (rule__PropertyConstant__ConstantValueAssignment_5)
- { after(grammarAccess.getPropertyConstantAccess().getConstantValueAssignment_5()); }
+ { before(grammarAccess.getClassifierTypeAccess().getGroup_4_2()); }
+ (rule__ClassifierType__Group_4_2__0)*
+ { after(grammarAccess.getClassifierTypeAccess().getGroup_4_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyConstant__Group__6
+rule__ClassifierType__Group_4__3
@init {
int stackSize = keepStackSize();
}
:
- rule__PropertyConstant__Group__6__Impl
+ rule__ClassifierType__Group_4__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyConstant__Group__6__Impl
+rule__ClassifierType__Group_4__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertyConstantAccess().getSemicolonKeyword_6()); }
- Semicolon
- { after(grammarAccess.getPropertyConstantAccess().getSemicolonKeyword_6()); }
+ { before(grammarAccess.getClassifierTypeAccess().getRightParenthesisKeyword_4_3()); }
+ RightParenthesis
+ { after(grammarAccess.getClassifierTypeAccess().getRightParenthesisKeyword_4_3()); }
)
;
finally {
@@ -100926,465 +102439,492 @@ finally {
}
-rule__IntegerRange__Group__0
+rule__ClassifierType__Group_4_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__IntegerRange__Group__0__Impl
- rule__IntegerRange__Group__1
+ rule__ClassifierType__Group_4_2__0__Impl
+ rule__ClassifierType__Group_4_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__IntegerRange__Group__0__Impl
+rule__ClassifierType__Group_4_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getIntegerRangeAccess().getLowerBoundAssignment_0()); }
- (rule__IntegerRange__LowerBoundAssignment_0)
- { after(grammarAccess.getIntegerRangeAccess().getLowerBoundAssignment_0()); }
+ { before(grammarAccess.getClassifierTypeAccess().getCommaKeyword_4_2_0()); }
+ Comma
+ { after(grammarAccess.getClassifierTypeAccess().getCommaKeyword_4_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__IntegerRange__Group__1
+rule__ClassifierType__Group_4_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__IntegerRange__Group__1__Impl
- rule__IntegerRange__Group__2
+ rule__ClassifierType__Group_4_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__IntegerRange__Group__1__Impl
+rule__ClassifierType__Group_4_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getIntegerRangeAccess().getFullStopFullStopKeyword_1()); }
- FullStopFullStop
- { after(grammarAccess.getIntegerRangeAccess().getFullStopFullStopKeyword_1()); }
+ { before(grammarAccess.getClassifierTypeAccess().getClassifierReferenceAssignment_4_2_1()); }
+ (rule__ClassifierType__ClassifierReferenceAssignment_4_2_1)
+ { after(grammarAccess.getClassifierTypeAccess().getClassifierReferenceAssignment_4_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__IntegerRange__Group__2
+
+rule__UnnamedClassifierType__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__IntegerRange__Group__2__Impl
+ rule__UnnamedClassifierType__Group__0__Impl
+ rule__UnnamedClassifierType__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__IntegerRange__Group__2__Impl
+rule__UnnamedClassifierType__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getIntegerRangeAccess().getUpperBoundAssignment_2()); }
- (rule__IntegerRange__UpperBoundAssignment_2)
- { after(grammarAccess.getIntegerRangeAccess().getUpperBoundAssignment_2()); }
+ { before(grammarAccess.getUnnamedClassifierTypeAccess().getClassifierTypeAction_0()); }
+ ()
+ { after(grammarAccess.getUnnamedClassifierTypeAccess().getClassifierTypeAction_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__RealRange__Group__0
+rule__UnnamedClassifierType__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__RealRange__Group__0__Impl
- rule__RealRange__Group__1
+ rule__UnnamedClassifierType__Group__1__Impl
+ rule__UnnamedClassifierType__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__RealRange__Group__0__Impl
+rule__UnnamedClassifierType__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRealRangeAccess().getLowerBoundAssignment_0()); }
- (rule__RealRange__LowerBoundAssignment_0)
- { after(grammarAccess.getRealRangeAccess().getLowerBoundAssignment_0()); }
+ { before(grammarAccess.getUnnamedClassifierTypeAccess().getClassifierKeyword_1()); }
+ Classifier
+ { after(grammarAccess.getUnnamedClassifierTypeAccess().getClassifierKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__RealRange__Group__1
+rule__UnnamedClassifierType__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__RealRange__Group__1__Impl
- rule__RealRange__Group__2
+ rule__UnnamedClassifierType__Group__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__RealRange__Group__1__Impl
+rule__UnnamedClassifierType__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRealRangeAccess().getFullStopFullStopKeyword_1()); }
- FullStopFullStop
- { after(grammarAccess.getRealRangeAccess().getFullStopFullStopKeyword_1()); }
+ { before(grammarAccess.getUnnamedClassifierTypeAccess().getGroup_2()); }
+ (rule__UnnamedClassifierType__Group_2__0)?
+ { after(grammarAccess.getUnnamedClassifierTypeAccess().getGroup_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__RealRange__Group__2
+
+rule__UnnamedClassifierType__Group_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__RealRange__Group__2__Impl
+ rule__UnnamedClassifierType__Group_2__0__Impl
+ rule__UnnamedClassifierType__Group_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__RealRange__Group__2__Impl
+rule__UnnamedClassifierType__Group_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRealRangeAccess().getUpperBoundAssignment_2()); }
- (rule__RealRange__UpperBoundAssignment_2)
- { after(grammarAccess.getRealRangeAccess().getUpperBoundAssignment_2()); }
+ { before(grammarAccess.getUnnamedClassifierTypeAccess().getLeftParenthesisKeyword_2_0()); }
+ LeftParenthesis
+ { after(grammarAccess.getUnnamedClassifierTypeAccess().getLeftParenthesisKeyword_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__PNAME__Group__0
+rule__UnnamedClassifierType__Group_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__PNAME__Group__0__Impl
- rule__PNAME__Group__1
+ rule__UnnamedClassifierType__Group_2__1__Impl
+ rule__UnnamedClassifierType__Group_2__2
;
finally {
restoreStackSize(stackSize);
}
-rule__PNAME__Group__0__Impl
+rule__UnnamedClassifierType__Group_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPNAMEAccess().getIDTerminalRuleCall_0()); }
- RULE_ID
- { after(grammarAccess.getPNAMEAccess().getIDTerminalRuleCall_0()); }
+ { before(grammarAccess.getUnnamedClassifierTypeAccess().getClassifierReferenceAssignment_2_1()); }
+ (rule__UnnamedClassifierType__ClassifierReferenceAssignment_2_1)
+ { after(grammarAccess.getUnnamedClassifierTypeAccess().getClassifierReferenceAssignment_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PNAME__Group__1
+rule__UnnamedClassifierType__Group_2__2
@init {
int stackSize = keepStackSize();
}
:
- rule__PNAME__Group__1__Impl
+ rule__UnnamedClassifierType__Group_2__2__Impl
+ rule__UnnamedClassifierType__Group_2__3
;
finally {
restoreStackSize(stackSize);
}
-rule__PNAME__Group__1__Impl
+rule__UnnamedClassifierType__Group_2__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPNAMEAccess().getGroup_1()); }
- (rule__PNAME__Group_1__0)*
- { after(grammarAccess.getPNAMEAccess().getGroup_1()); }
+ { before(grammarAccess.getUnnamedClassifierTypeAccess().getGroup_2_2()); }
+ (rule__UnnamedClassifierType__Group_2_2__0)*
+ { after(grammarAccess.getUnnamedClassifierTypeAccess().getGroup_2_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__PNAME__Group_1__0
+rule__UnnamedClassifierType__Group_2__3
@init {
int stackSize = keepStackSize();
}
:
- rule__PNAME__Group_1__0__Impl
- rule__PNAME__Group_1__1
+ rule__UnnamedClassifierType__Group_2__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__PNAME__Group_1__0__Impl
+rule__UnnamedClassifierType__Group_2__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPNAMEAccess().getColonColonKeyword_1_0()); }
- ColonColon
- { after(grammarAccess.getPNAMEAccess().getColonColonKeyword_1_0()); }
+ { before(grammarAccess.getUnnamedClassifierTypeAccess().getRightParenthesisKeyword_2_3()); }
+ RightParenthesis
+ { after(grammarAccess.getUnnamedClassifierTypeAccess().getRightParenthesisKeyword_2_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PNAME__Group_1__1
+
+rule__UnnamedClassifierType__Group_2_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__PNAME__Group_1__1__Impl
+ rule__UnnamedClassifierType__Group_2_2__0__Impl
+ rule__UnnamedClassifierType__Group_2_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__PNAME__Group_1__1__Impl
+rule__UnnamedClassifierType__Group_2_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPNAMEAccess().getIDTerminalRuleCall_1_1()); }
- RULE_ID
- { after(grammarAccess.getPNAMEAccess().getIDTerminalRuleCall_1_1()); }
+ { before(grammarAccess.getUnnamedClassifierTypeAccess().getCommaKeyword_2_2_0()); }
+ Comma
+ { after(grammarAccess.getUnnamedClassifierTypeAccess().getCommaKeyword_2_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FQCREF__Group__0
+rule__UnnamedClassifierType__Group_2_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FQCREF__Group__0__Impl
- rule__FQCREF__Group__1
+ rule__UnnamedClassifierType__Group_2_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FQCREF__Group__0__Impl
+rule__UnnamedClassifierType__Group_2_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- (
- { before(grammarAccess.getFQCREFAccess().getGroup_0()); }
- (rule__FQCREF__Group_0__0)
- { after(grammarAccess.getFQCREFAccess().getGroup_0()); }
- )
- (
- { before(grammarAccess.getFQCREFAccess().getGroup_0()); }
- (rule__FQCREF__Group_0__0)*
- { after(grammarAccess.getFQCREFAccess().getGroup_0()); }
- )
+ { before(grammarAccess.getUnnamedClassifierTypeAccess().getClassifierReferenceAssignment_2_2_1()); }
+ (rule__UnnamedClassifierType__ClassifierReferenceAssignment_2_2_1)
+ { after(grammarAccess.getUnnamedClassifierTypeAccess().getClassifierReferenceAssignment_2_2_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+
+rule__QMReference__Group__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__QMReference__Group__0__Impl
+ rule__QMReference__Group__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__QMReference__Group__0__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getQMReferenceAccess().getGroup_0()); }
+ (rule__QMReference__Group_0__0)?
+ { after(grammarAccess.getQMReferenceAccess().getGroup_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FQCREF__Group__1
+rule__QMReference__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FQCREF__Group__1__Impl
- rule__FQCREF__Group__2
+ rule__QMReference__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FQCREF__Group__1__Impl
+rule__QMReference__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFQCREFAccess().getIDTerminalRuleCall_1()); }
- RULE_ID
- { after(grammarAccess.getFQCREFAccess().getIDTerminalRuleCall_1()); }
+ (
+ { before(grammarAccess.getQMReferenceAccess().getMetaclassNameAssignment_1()); }
+ (rule__QMReference__MetaclassNameAssignment_1)
+ { after(grammarAccess.getQMReferenceAccess().getMetaclassNameAssignment_1()); }
+ )
+ (
+ { before(grammarAccess.getQMReferenceAccess().getMetaclassNameAssignment_1()); }
+ (rule__QMReference__MetaclassNameAssignment_1)*
+ { after(grammarAccess.getQMReferenceAccess().getMetaclassNameAssignment_1()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FQCREF__Group__2
+
+rule__QMReference__Group_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FQCREF__Group__2__Impl
+ rule__QMReference__Group_0__0__Impl
+ rule__QMReference__Group_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FQCREF__Group__2__Impl
+rule__QMReference__Group_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFQCREFAccess().getGroup_2()); }
- (rule__FQCREF__Group_2__0)?
- { after(grammarAccess.getFQCREFAccess().getGroup_2()); }
+ { before(grammarAccess.getQMReferenceAccess().getLeftCurlyBracketKeyword_0_0()); }
+ LeftCurlyBracket
+ { after(grammarAccess.getQMReferenceAccess().getLeftCurlyBracketKeyword_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FQCREF__Group_0__0
+rule__QMReference__Group_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FQCREF__Group_0__0__Impl
- rule__FQCREF__Group_0__1
+ rule__QMReference__Group_0__1__Impl
+ rule__QMReference__Group_0__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FQCREF__Group_0__0__Impl
+rule__QMReference__Group_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFQCREFAccess().getIDTerminalRuleCall_0_0()); }
- RULE_ID
- { after(grammarAccess.getFQCREFAccess().getIDTerminalRuleCall_0_0()); }
+ { before(grammarAccess.getQMReferenceAccess().getAnnexNameAssignment_0_1()); }
+ (rule__QMReference__AnnexNameAssignment_0_1)
+ { after(grammarAccess.getQMReferenceAccess().getAnnexNameAssignment_0_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FQCREF__Group_0__1
+rule__QMReference__Group_0__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FQCREF__Group_0__1__Impl
+ rule__QMReference__Group_0__2__Impl
+ rule__QMReference__Group_0__3
;
finally {
restoreStackSize(stackSize);
}
-rule__FQCREF__Group_0__1__Impl
+rule__QMReference__Group_0__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFQCREFAccess().getColonColonKeyword_0_1()); }
- ColonColon
- { after(grammarAccess.getFQCREFAccess().getColonColonKeyword_0_1()); }
+ { before(grammarAccess.getQMReferenceAccess().getRightCurlyBracketKeyword_0_2()); }
+ RightCurlyBracket
+ { after(grammarAccess.getQMReferenceAccess().getRightCurlyBracketKeyword_0_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FQCREF__Group_2__0
+rule__QMReference__Group_0__3
@init {
int stackSize = keepStackSize();
}
:
- rule__FQCREF__Group_2__0__Impl
- rule__FQCREF__Group_2__1
+ rule__QMReference__Group_0__3__Impl
+ rule__QMReference__Group_0__4
;
finally {
restoreStackSize(stackSize);
}
-rule__FQCREF__Group_2__0__Impl
+rule__QMReference__Group_0__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFQCREFAccess().getFullStopKeyword_2_0()); }
- FullStop
- { after(grammarAccess.getFQCREFAccess().getFullStopKeyword_2_0()); }
+ { before(grammarAccess.getQMReferenceAccess().getSTARParserRuleCall_0_3()); }
+ ruleSTAR
+ { after(grammarAccess.getQMReferenceAccess().getSTARParserRuleCall_0_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FQCREF__Group_2__1
+rule__QMReference__Group_0__4
@init {
int stackSize = keepStackSize();
}
:
- rule__FQCREF__Group_2__1__Impl
+ rule__QMReference__Group_0__4__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__FQCREF__Group_2__1__Impl
+rule__QMReference__Group_0__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFQCREFAccess().getIDTerminalRuleCall_2_1()); }
- RULE_ID
- { after(grammarAccess.getFQCREFAccess().getIDTerminalRuleCall_2_1()); }
+ { before(grammarAccess.getQMReferenceAccess().getSTARParserRuleCall_0_4()); }
+ ruleSTAR
+ { after(grammarAccess.getQMReferenceAccess().getSTARParserRuleCall_0_4()); }
)
;
finally {
@@ -101392,134 +102932,134 @@ finally {
}
-rule__FULLINAME__Group__0
+rule__ReferenceType__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__FULLINAME__Group__0__Impl
- rule__FULLINAME__Group__1
+ rule__ReferenceType__Group__0__Impl
+ rule__ReferenceType__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__FULLINAME__Group__0__Impl
+rule__ReferenceType__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFULLINAMEAccess().getIDTerminalRuleCall_0()); }
- RULE_ID
- { after(grammarAccess.getFULLINAMEAccess().getIDTerminalRuleCall_0()); }
+ { before(grammarAccess.getReferenceTypeAccess().getNameAssignment_0()); }
+ (rule__ReferenceType__NameAssignment_0)
+ { after(grammarAccess.getReferenceTypeAccess().getNameAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FULLINAME__Group__1
+rule__ReferenceType__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FULLINAME__Group__1__Impl
- rule__FULLINAME__Group__2
+ rule__ReferenceType__Group__1__Impl
+ rule__ReferenceType__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FULLINAME__Group__1__Impl
+rule__ReferenceType__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFULLINAMEAccess().getFullStopKeyword_1()); }
- FullStop
- { after(grammarAccess.getFULLINAMEAccess().getFullStopKeyword_1()); }
+ { before(grammarAccess.getReferenceTypeAccess().getColonKeyword_1()); }
+ Colon
+ { after(grammarAccess.getReferenceTypeAccess().getColonKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FULLINAME__Group__2
+rule__ReferenceType__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FULLINAME__Group__2__Impl
+ rule__ReferenceType__Group__2__Impl
+ rule__ReferenceType__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__FULLINAME__Group__2__Impl
+rule__ReferenceType__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFULLINAMEAccess().getIDTerminalRuleCall_2()); }
- RULE_ID
- { after(grammarAccess.getFULLINAMEAccess().getIDTerminalRuleCall_2()); }
+ { before(grammarAccess.getReferenceTypeAccess().getTypeKeyword_2()); }
+ Type
+ { after(grammarAccess.getReferenceTypeAccess().getTypeKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__AbstractImplementationKeywords__Group__0
+rule__ReferenceType__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractImplementationKeywords__Group__0__Impl
- rule__AbstractImplementationKeywords__Group__1
+ rule__ReferenceType__Group__3__Impl
+ rule__ReferenceType__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementationKeywords__Group__0__Impl
+rule__ReferenceType__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationKeywordsAccess().getAbstractKeyword_0()); }
- Abstract
- { after(grammarAccess.getAbstractImplementationKeywordsAccess().getAbstractKeyword_0()); }
+ { before(grammarAccess.getReferenceTypeAccess().getReferenceKeyword_3()); }
+ Reference
+ { after(grammarAccess.getReferenceTypeAccess().getReferenceKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementationKeywords__Group__1
+rule__ReferenceType__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__AbstractImplementationKeywords__Group__1__Impl
+ rule__ReferenceType__Group__4__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementationKeywords__Group__1__Impl
+rule__ReferenceType__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationKeywordsAccess().getImplementationKeyword_1()); }
- Implementation
- { after(grammarAccess.getAbstractImplementationKeywordsAccess().getImplementationKeyword_1()); }
+ { before(grammarAccess.getReferenceTypeAccess().getGroup_4()); }
+ (rule__ReferenceType__Group_4__0)?
+ { after(grammarAccess.getReferenceTypeAccess().getGroup_4()); }
)
;
finally {
@@ -101527,107 +103067,107 @@ finally {
}
-rule__BusAccessKeywords__Group__0
+rule__ReferenceType__Group_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__BusAccessKeywords__Group__0__Impl
- rule__BusAccessKeywords__Group__1
+ rule__ReferenceType__Group_4__0__Impl
+ rule__ReferenceType__Group_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__BusAccessKeywords__Group__0__Impl
+rule__ReferenceType__Group_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusAccessKeywordsAccess().getBusKeyword_0()); }
- Bus
- { after(grammarAccess.getBusAccessKeywordsAccess().getBusKeyword_0()); }
+ { before(grammarAccess.getReferenceTypeAccess().getLeftParenthesisKeyword_4_0()); }
+ LeftParenthesis
+ { after(grammarAccess.getReferenceTypeAccess().getLeftParenthesisKeyword_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusAccessKeywords__Group__1
+rule__ReferenceType__Group_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__BusAccessKeywords__Group__1__Impl
+ rule__ReferenceType__Group_4__1__Impl
+ rule__ReferenceType__Group_4__2
;
finally {
restoreStackSize(stackSize);
}
-rule__BusAccessKeywords__Group__1__Impl
+rule__ReferenceType__Group_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusAccessKeywordsAccess().getAccessKeyword_1()); }
- Access
- { after(grammarAccess.getBusAccessKeywordsAccess().getAccessKeyword_1()); }
+ { before(grammarAccess.getReferenceTypeAccess().getNamedElementReferenceAssignment_4_1()); }
+ (rule__ReferenceType__NamedElementReferenceAssignment_4_1)
+ { after(grammarAccess.getReferenceTypeAccess().getNamedElementReferenceAssignment_4_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__BusImplementationKeywords__Group__0
+rule__ReferenceType__Group_4__2
@init {
int stackSize = keepStackSize();
}
:
- rule__BusImplementationKeywords__Group__0__Impl
- rule__BusImplementationKeywords__Group__1
+ rule__ReferenceType__Group_4__2__Impl
+ rule__ReferenceType__Group_4__3
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementationKeywords__Group__0__Impl
+rule__ReferenceType__Group_4__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationKeywordsAccess().getBusKeyword_0()); }
- Bus
- { after(grammarAccess.getBusImplementationKeywordsAccess().getBusKeyword_0()); }
+ { before(grammarAccess.getReferenceTypeAccess().getGroup_4_2()); }
+ (rule__ReferenceType__Group_4_2__0)*
+ { after(grammarAccess.getReferenceTypeAccess().getGroup_4_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementationKeywords__Group__1
+rule__ReferenceType__Group_4__3
@init {
int stackSize = keepStackSize();
}
:
- rule__BusImplementationKeywords__Group__1__Impl
+ rule__ReferenceType__Group_4__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementationKeywords__Group__1__Impl
+rule__ReferenceType__Group_4__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationKeywordsAccess().getImplementationKeyword_1()); }
- Implementation
- { after(grammarAccess.getBusImplementationKeywordsAccess().getImplementationKeyword_1()); }
+ { before(grammarAccess.getReferenceTypeAccess().getRightParenthesisKeyword_4_3()); }
+ RightParenthesis
+ { after(grammarAccess.getReferenceTypeAccess().getRightParenthesisKeyword_4_3()); }
)
;
finally {
@@ -101635,53 +103175,53 @@ finally {
}
-rule__DataAccessKeywords__Group__0
+rule__ReferenceType__Group_4_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataAccessKeywords__Group__0__Impl
- rule__DataAccessKeywords__Group__1
+ rule__ReferenceType__Group_4_2__0__Impl
+ rule__ReferenceType__Group_4_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataAccessKeywords__Group__0__Impl
+rule__ReferenceType__Group_4_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataAccessKeywordsAccess().getDataKeyword_0()); }
- Data
- { after(grammarAccess.getDataAccessKeywordsAccess().getDataKeyword_0()); }
+ { before(grammarAccess.getReferenceTypeAccess().getCommaKeyword_4_2_0()); }
+ Comma
+ { after(grammarAccess.getReferenceTypeAccess().getCommaKeyword_4_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataAccessKeywords__Group__1
+rule__ReferenceType__Group_4_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataAccessKeywords__Group__1__Impl
+ rule__ReferenceType__Group_4_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataAccessKeywords__Group__1__Impl
+rule__ReferenceType__Group_4_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataAccessKeywordsAccess().getAccessKeyword_1()); }
- Access
- { after(grammarAccess.getDataAccessKeywordsAccess().getAccessKeyword_1()); }
+ { before(grammarAccess.getReferenceTypeAccess().getNamedElementReferenceAssignment_4_2_1()); }
+ (rule__ReferenceType__NamedElementReferenceAssignment_4_2_1)
+ { after(grammarAccess.getReferenceTypeAccess().getNamedElementReferenceAssignment_4_2_1()); }
)
;
finally {
@@ -101689,944 +103229,958 @@ finally {
}
-rule__DataImplementationKeywords__Group__0
+rule__UnnamedReferenceType__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementationKeywords__Group__0__Impl
- rule__DataImplementationKeywords__Group__1
+ rule__UnnamedReferenceType__Group__0__Impl
+ rule__UnnamedReferenceType__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementationKeywords__Group__0__Impl
+rule__UnnamedReferenceType__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationKeywordsAccess().getDataKeyword_0()); }
- Data
- { after(grammarAccess.getDataImplementationKeywordsAccess().getDataKeyword_0()); }
+ { before(grammarAccess.getUnnamedReferenceTypeAccess().getReferenceKeyword_0()); }
+ Reference
+ { after(grammarAccess.getUnnamedReferenceTypeAccess().getReferenceKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementationKeywords__Group__1
+rule__UnnamedReferenceType__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DataImplementationKeywords__Group__1__Impl
+ rule__UnnamedReferenceType__Group__1__Impl
+ rule__UnnamedReferenceType__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementationKeywords__Group__1__Impl
+rule__UnnamedReferenceType__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationKeywordsAccess().getImplementationKeyword_1()); }
- Implementation
- { after(grammarAccess.getDataImplementationKeywordsAccess().getImplementationKeyword_1()); }
+ { before(grammarAccess.getUnnamedReferenceTypeAccess().getReferenceTypeAction_1()); }
+ ()
+ { after(grammarAccess.getUnnamedReferenceTypeAccess().getReferenceTypeAction_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DataPortKeywords__Group__0
+rule__UnnamedReferenceType__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__DataPortKeywords__Group__0__Impl
- rule__DataPortKeywords__Group__1
+ rule__UnnamedReferenceType__Group__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPortKeywords__Group__0__Impl
+rule__UnnamedReferenceType__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataPortKeywordsAccess().getDataKeyword_0()); }
- Data
- { after(grammarAccess.getDataPortKeywordsAccess().getDataKeyword_0()); }
+ { before(grammarAccess.getUnnamedReferenceTypeAccess().getGroup_2()); }
+ (rule__UnnamedReferenceType__Group_2__0)?
+ { after(grammarAccess.getUnnamedReferenceTypeAccess().getGroup_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPortKeywords__Group__1
+
+rule__UnnamedReferenceType__Group_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__DataPortKeywords__Group__1__Impl
+ rule__UnnamedReferenceType__Group_2__0__Impl
+ rule__UnnamedReferenceType__Group_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPortKeywords__Group__1__Impl
+rule__UnnamedReferenceType__Group_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataPortKeywordsAccess().getPortKeyword_1()); }
- Port
- { after(grammarAccess.getDataPortKeywordsAccess().getPortKeyword_1()); }
+ { before(grammarAccess.getUnnamedReferenceTypeAccess().getLeftParenthesisKeyword_2_0()); }
+ LeftParenthesis
+ { after(grammarAccess.getUnnamedReferenceTypeAccess().getLeftParenthesisKeyword_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__DeviceImplementationKeywords__Group__0
+rule__UnnamedReferenceType__Group_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceImplementationKeywords__Group__0__Impl
- rule__DeviceImplementationKeywords__Group__1
+ rule__UnnamedReferenceType__Group_2__1__Impl
+ rule__UnnamedReferenceType__Group_2__2
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementationKeywords__Group__0__Impl
+rule__UnnamedReferenceType__Group_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationKeywordsAccess().getDeviceKeyword_0()); }
- Device
- { after(grammarAccess.getDeviceImplementationKeywordsAccess().getDeviceKeyword_0()); }
+ { before(grammarAccess.getUnnamedReferenceTypeAccess().getNamedElementReferenceAssignment_2_1()); }
+ (rule__UnnamedReferenceType__NamedElementReferenceAssignment_2_1)
+ { after(grammarAccess.getUnnamedReferenceTypeAccess().getNamedElementReferenceAssignment_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementationKeywords__Group__1
+rule__UnnamedReferenceType__Group_2__2
@init {
int stackSize = keepStackSize();
}
:
- rule__DeviceImplementationKeywords__Group__1__Impl
+ rule__UnnamedReferenceType__Group_2__2__Impl
+ rule__UnnamedReferenceType__Group_2__3
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementationKeywords__Group__1__Impl
+rule__UnnamedReferenceType__Group_2__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationKeywordsAccess().getImplementationKeyword_1()); }
- Implementation
- { after(grammarAccess.getDeviceImplementationKeywordsAccess().getImplementationKeyword_1()); }
+ { before(grammarAccess.getUnnamedReferenceTypeAccess().getGroup_2_2()); }
+ (rule__UnnamedReferenceType__Group_2_2__0)*
+ { after(grammarAccess.getUnnamedReferenceTypeAccess().getGroup_2_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__EndToEndFlowKeywords__Group__0
+rule__UnnamedReferenceType__Group_2__3
@init {
int stackSize = keepStackSize();
}
:
- rule__EndToEndFlowKeywords__Group__0__Impl
- rule__EndToEndFlowKeywords__Group__1
+ rule__UnnamedReferenceType__Group_2__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlowKeywords__Group__0__Impl
+rule__UnnamedReferenceType__Group_2__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowKeywordsAccess().getEndKeyword_0()); }
- End
- { after(grammarAccess.getEndToEndFlowKeywordsAccess().getEndKeyword_0()); }
+ { before(grammarAccess.getUnnamedReferenceTypeAccess().getRightParenthesisKeyword_2_3()); }
+ RightParenthesis
+ { after(grammarAccess.getUnnamedReferenceTypeAccess().getRightParenthesisKeyword_2_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlowKeywords__Group__1
+
+rule__UnnamedReferenceType__Group_2_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__EndToEndFlowKeywords__Group__1__Impl
- rule__EndToEndFlowKeywords__Group__2
+ rule__UnnamedReferenceType__Group_2_2__0__Impl
+ rule__UnnamedReferenceType__Group_2_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlowKeywords__Group__1__Impl
+rule__UnnamedReferenceType__Group_2_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowKeywordsAccess().getToKeyword_1()); }
- To
- { after(grammarAccess.getEndToEndFlowKeywordsAccess().getToKeyword_1()); }
+ { before(grammarAccess.getUnnamedReferenceTypeAccess().getCommaKeyword_2_2_0()); }
+ Comma
+ { after(grammarAccess.getUnnamedReferenceTypeAccess().getCommaKeyword_2_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlowKeywords__Group__2
+rule__UnnamedReferenceType__Group_2_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__EndToEndFlowKeywords__Group__2__Impl
- rule__EndToEndFlowKeywords__Group__3
+ rule__UnnamedReferenceType__Group_2_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlowKeywords__Group__2__Impl
+rule__UnnamedReferenceType__Group_2_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowKeywordsAccess().getEndKeyword_2()); }
- End
- { after(grammarAccess.getEndToEndFlowKeywordsAccess().getEndKeyword_2()); }
+ { before(grammarAccess.getUnnamedReferenceTypeAccess().getNamedElementReferenceAssignment_2_2_1()); }
+ (rule__UnnamedReferenceType__NamedElementReferenceAssignment_2_2_1)
+ { after(grammarAccess.getUnnamedReferenceTypeAccess().getNamedElementReferenceAssignment_2_2_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlowKeywords__Group__3
+
+rule__RecordType__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__EndToEndFlowKeywords__Group__3__Impl
+ rule__RecordType__Group__0__Impl
+ rule__RecordType__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlowKeywords__Group__3__Impl
+rule__RecordType__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowKeywordsAccess().getFlowKeyword_3()); }
- Flow
- { after(grammarAccess.getEndToEndFlowKeywordsAccess().getFlowKeyword_3()); }
+ { before(grammarAccess.getRecordTypeAccess().getNameAssignment_0()); }
+ (rule__RecordType__NameAssignment_0)
+ { after(grammarAccess.getRecordTypeAccess().getNameAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__EventDataKeywords__Group__0
+rule__RecordType__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__EventDataKeywords__Group__0__Impl
- rule__EventDataKeywords__Group__1
+ rule__RecordType__Group__1__Impl
+ rule__RecordType__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataKeywords__Group__0__Impl
+rule__RecordType__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataKeywordsAccess().getEventKeyword_0()); }
- Event
- { after(grammarAccess.getEventDataKeywordsAccess().getEventKeyword_0()); }
+ { before(grammarAccess.getRecordTypeAccess().getColonKeyword_1()); }
+ Colon
+ { after(grammarAccess.getRecordTypeAccess().getColonKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataKeywords__Group__1
+rule__RecordType__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__EventDataKeywords__Group__1__Impl
+ rule__RecordType__Group__2__Impl
+ rule__RecordType__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataKeywords__Group__1__Impl
+rule__RecordType__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataKeywordsAccess().getDataKeyword_1()); }
- Data
- { after(grammarAccess.getEventDataKeywordsAccess().getDataKeyword_1()); }
+ { before(grammarAccess.getRecordTypeAccess().getTypeKeyword_2()); }
+ Type
+ { after(grammarAccess.getRecordTypeAccess().getTypeKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__EventDataPortKeywords__Group__0
+rule__RecordType__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__EventDataPortKeywords__Group__0__Impl
- rule__EventDataPortKeywords__Group__1
+ rule__RecordType__Group__3__Impl
+ rule__RecordType__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPortKeywords__Group__0__Impl
+rule__RecordType__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataPortKeywordsAccess().getEventKeyword_0()); }
- Event
- { after(grammarAccess.getEventDataPortKeywordsAccess().getEventKeyword_0()); }
+ { before(grammarAccess.getRecordTypeAccess().getRecordKeyword_3()); }
+ Record
+ { after(grammarAccess.getRecordTypeAccess().getRecordKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPortKeywords__Group__1
+rule__RecordType__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__EventDataPortKeywords__Group__1__Impl
- rule__EventDataPortKeywords__Group__2
+ rule__RecordType__Group__4__Impl
+ rule__RecordType__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPortKeywords__Group__1__Impl
+rule__RecordType__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataPortKeywordsAccess().getDataKeyword_1()); }
- Data
- { after(grammarAccess.getEventDataPortKeywordsAccess().getDataKeyword_1()); }
+ { before(grammarAccess.getRecordTypeAccess().getLeftParenthesisKeyword_4()); }
+ LeftParenthesis
+ { after(grammarAccess.getRecordTypeAccess().getLeftParenthesisKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPortKeywords__Group__2
+rule__RecordType__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__EventDataPortKeywords__Group__2__Impl
+ rule__RecordType__Group__5__Impl
+ rule__RecordType__Group__6
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPortKeywords__Group__2__Impl
+rule__RecordType__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataPortKeywordsAccess().getPortKeyword_2()); }
- Port
- { after(grammarAccess.getEventDataPortKeywordsAccess().getPortKeyword_2()); }
+ (
+ { before(grammarAccess.getRecordTypeAccess().getOwnedFieldAssignment_5()); }
+ (rule__RecordType__OwnedFieldAssignment_5)
+ { after(grammarAccess.getRecordTypeAccess().getOwnedFieldAssignment_5()); }
+ )
+ (
+ { before(grammarAccess.getRecordTypeAccess().getOwnedFieldAssignment_5()); }
+ (rule__RecordType__OwnedFieldAssignment_5)*
+ { after(grammarAccess.getRecordTypeAccess().getOwnedFieldAssignment_5()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__EventPortKeywords__Group__0
+rule__RecordType__Group__6
@init {
int stackSize = keepStackSize();
}
:
- rule__EventPortKeywords__Group__0__Impl
- rule__EventPortKeywords__Group__1
+ rule__RecordType__Group__6__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__EventPortKeywords__Group__0__Impl
+rule__RecordType__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventPortKeywordsAccess().getEventKeyword_0()); }
- Event
- { after(grammarAccess.getEventPortKeywordsAccess().getEventKeyword_0()); }
+ { before(grammarAccess.getRecordTypeAccess().getRightParenthesisKeyword_6()); }
+ RightParenthesis
+ { after(grammarAccess.getRecordTypeAccess().getRightParenthesisKeyword_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventPortKeywords__Group__1
+
+rule__UnnamedRecordType__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__EventPortKeywords__Group__1__Impl
+ rule__UnnamedRecordType__Group__0__Impl
+ rule__UnnamedRecordType__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__EventPortKeywords__Group__1__Impl
+rule__UnnamedRecordType__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventPortKeywordsAccess().getPortKeyword_1()); }
- Port
- { after(grammarAccess.getEventPortKeywordsAccess().getPortKeyword_1()); }
+ { before(grammarAccess.getUnnamedRecordTypeAccess().getRecordKeyword_0()); }
+ Record
+ { after(grammarAccess.getUnnamedRecordTypeAccess().getRecordKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__FeatureGroupKeywords__Group__0
+rule__UnnamedRecordType__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupKeywords__Group__0__Impl
- rule__FeatureGroupKeywords__Group__1
+ rule__UnnamedRecordType__Group__1__Impl
+ rule__UnnamedRecordType__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupKeywords__Group__0__Impl
+rule__UnnamedRecordType__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupKeywordsAccess().getFeatureKeyword_0()); }
- Feature
- { after(grammarAccess.getFeatureGroupKeywordsAccess().getFeatureKeyword_0()); }
+ { before(grammarAccess.getUnnamedRecordTypeAccess().getLeftParenthesisKeyword_1()); }
+ LeftParenthesis
+ { after(grammarAccess.getUnnamedRecordTypeAccess().getLeftParenthesisKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupKeywords__Group__1
+rule__UnnamedRecordType__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__FeatureGroupKeywords__Group__1__Impl
+ rule__UnnamedRecordType__Group__2__Impl
+ rule__UnnamedRecordType__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupKeywords__Group__1__Impl
+rule__UnnamedRecordType__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupKeywordsAccess().getGroupKeyword_1()); }
- Group
- { after(grammarAccess.getFeatureGroupKeywordsAccess().getGroupKeyword_1()); }
+ (
+ { before(grammarAccess.getUnnamedRecordTypeAccess().getOwnedFieldAssignment_2()); }
+ (rule__UnnamedRecordType__OwnedFieldAssignment_2)
+ { after(grammarAccess.getUnnamedRecordTypeAccess().getOwnedFieldAssignment_2()); }
+ )
+ (
+ { before(grammarAccess.getUnnamedRecordTypeAccess().getOwnedFieldAssignment_2()); }
+ (rule__UnnamedRecordType__OwnedFieldAssignment_2)*
+ { after(grammarAccess.getUnnamedRecordTypeAccess().getOwnedFieldAssignment_2()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__InternalFeaturesKeywords__Group__0
+rule__UnnamedRecordType__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__InternalFeaturesKeywords__Group__0__Impl
- rule__InternalFeaturesKeywords__Group__1
+ rule__UnnamedRecordType__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__InternalFeaturesKeywords__Group__0__Impl
+rule__UnnamedRecordType__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getInternalFeaturesKeywordsAccess().getInternalKeyword_0()); }
- Internal
- { after(grammarAccess.getInternalFeaturesKeywordsAccess().getInternalKeyword_0()); }
+ { before(grammarAccess.getUnnamedRecordTypeAccess().getRightParenthesisKeyword_3()); }
+ RightParenthesis
+ { after(grammarAccess.getUnnamedRecordTypeAccess().getRightParenthesisKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__InternalFeaturesKeywords__Group__1
+
+rule__RecordField__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__InternalFeaturesKeywords__Group__1__Impl
+ rule__RecordField__Group__0__Impl
+ rule__RecordField__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__InternalFeaturesKeywords__Group__1__Impl
+rule__RecordField__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getInternalFeaturesKeywordsAccess().getFeaturesKeyword_1()); }
- Features
- { after(grammarAccess.getInternalFeaturesKeywordsAccess().getFeaturesKeyword_1()); }
+ { before(grammarAccess.getRecordFieldAccess().getNameAssignment_0()); }
+ (rule__RecordField__NameAssignment_0)
+ { after(grammarAccess.getRecordFieldAccess().getNameAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__InverseOfKeywords__Group__0
+rule__RecordField__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__InverseOfKeywords__Group__0__Impl
- rule__InverseOfKeywords__Group__1
+ rule__RecordField__Group__1__Impl
+ rule__RecordField__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__InverseOfKeywords__Group__0__Impl
+rule__RecordField__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getInverseOfKeywordsAccess().getInverseKeyword_0()); }
- Inverse
- { after(grammarAccess.getInverseOfKeywordsAccess().getInverseKeyword_0()); }
+ { before(grammarAccess.getRecordFieldAccess().getColonKeyword_1()); }
+ Colon
+ { after(grammarAccess.getRecordFieldAccess().getColonKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__InverseOfKeywords__Group__1
+rule__RecordField__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__InverseOfKeywords__Group__1__Impl
+ rule__RecordField__Group__2__Impl
+ rule__RecordField__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__InverseOfKeywords__Group__1__Impl
+rule__RecordField__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getInverseOfKeywordsAccess().getOfKeyword_1()); }
- Of
- { after(grammarAccess.getInverseOfKeywordsAccess().getOfKeyword_1()); }
+ { before(grammarAccess.getRecordFieldAccess().getAlternatives_2()); }
+ (rule__RecordField__Alternatives_2)
+ { after(grammarAccess.getRecordFieldAccess().getAlternatives_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ListOfKeywords__Group__0
+rule__RecordField__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__ListOfKeywords__Group__0__Impl
- rule__ListOfKeywords__Group__1
+ rule__RecordField__Group__3__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ListOfKeywords__Group__0__Impl
+rule__RecordField__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getListOfKeywordsAccess().getListKeyword_0()); }
- List
- { after(grammarAccess.getListOfKeywordsAccess().getListKeyword_0()); }
+ { before(grammarAccess.getRecordFieldAccess().getSemicolonKeyword_3()); }
+ Semicolon
+ { after(grammarAccess.getRecordFieldAccess().getSemicolonKeyword_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ListOfKeywords__Group__1
+
+rule__PropertyDefinition__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ListOfKeywords__Group__1__Impl
+ rule__PropertyDefinition__Group__0__Impl
+ rule__PropertyDefinition__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ListOfKeywords__Group__1__Impl
+rule__PropertyDefinition__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getListOfKeywordsAccess().getOfKeyword_1()); }
- Of
- { after(grammarAccess.getListOfKeywordsAccess().getOfKeyword_1()); }
+ { before(grammarAccess.getPropertyDefinitionAccess().getNameAssignment_0()); }
+ (rule__PropertyDefinition__NameAssignment_0)
+ { after(grammarAccess.getPropertyDefinitionAccess().getNameAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__MemoryImplementationKeywords__Group__0
+rule__PropertyDefinition__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__MemoryImplementationKeywords__Group__0__Impl
- rule__MemoryImplementationKeywords__Group__1
+ rule__PropertyDefinition__Group__1__Impl
+ rule__PropertyDefinition__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementationKeywords__Group__0__Impl
+rule__PropertyDefinition__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationKeywordsAccess().getMemoryKeyword_0()); }
- Memory
- { after(grammarAccess.getMemoryImplementationKeywordsAccess().getMemoryKeyword_0()); }
+ { before(grammarAccess.getPropertyDefinitionAccess().getColonKeyword_1()); }
+ Colon
+ { after(grammarAccess.getPropertyDefinitionAccess().getColonKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementationKeywords__Group__1
+rule__PropertyDefinition__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__MemoryImplementationKeywords__Group__1__Impl
+ rule__PropertyDefinition__Group__2__Impl
+ rule__PropertyDefinition__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementationKeywords__Group__1__Impl
+rule__PropertyDefinition__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationKeywordsAccess().getImplementationKeyword_1()); }
- Implementation
- { after(grammarAccess.getMemoryImplementationKeywordsAccess().getImplementationKeyword_1()); }
+ { before(grammarAccess.getPropertyDefinitionAccess().getInheritAssignment_2()); }
+ (rule__PropertyDefinition__InheritAssignment_2)?
+ { after(grammarAccess.getPropertyDefinitionAccess().getInheritAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ProcessImplementationKeywords__Group__0
+rule__PropertyDefinition__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessImplementationKeywords__Group__0__Impl
- rule__ProcessImplementationKeywords__Group__1
+ rule__PropertyDefinition__Group__3__Impl
+ rule__PropertyDefinition__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementationKeywords__Group__0__Impl
+rule__PropertyDefinition__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationKeywordsAccess().getProcessKeyword_0()); }
- Process
- { after(grammarAccess.getProcessImplementationKeywordsAccess().getProcessKeyword_0()); }
+ { before(grammarAccess.getPropertyDefinitionAccess().getAlternatives_3()); }
+ (rule__PropertyDefinition__Alternatives_3)
+ { after(grammarAccess.getPropertyDefinitionAccess().getAlternatives_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementationKeywords__Group__1
+rule__PropertyDefinition__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessImplementationKeywords__Group__1__Impl
+ rule__PropertyDefinition__Group__4__Impl
+ rule__PropertyDefinition__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementationKeywords__Group__1__Impl
+rule__PropertyDefinition__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationKeywordsAccess().getImplementationKeyword_1()); }
- Implementation
- { after(grammarAccess.getProcessImplementationKeywordsAccess().getImplementationKeyword_1()); }
+ { before(grammarAccess.getPropertyDefinitionAccess().getGroup_4()); }
+ (rule__PropertyDefinition__Group_4__0)?
+ { after(grammarAccess.getPropertyDefinitionAccess().getGroup_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ProcessorFeaturesKeywords__Group__0
+rule__PropertyDefinition__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorFeaturesKeywords__Group__0__Impl
- rule__ProcessorFeaturesKeywords__Group__1
+ rule__PropertyDefinition__Group__5__Impl
+ rule__PropertyDefinition__Group__6
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorFeaturesKeywords__Group__0__Impl
+rule__PropertyDefinition__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorFeaturesKeywordsAccess().getProcessorKeyword_0()); }
- Processor
- { after(grammarAccess.getProcessorFeaturesKeywordsAccess().getProcessorKeyword_0()); }
+ { before(grammarAccess.getPropertyDefinitionAccess().getAppliesKeyword_5()); }
+ Applies
+ { after(grammarAccess.getPropertyDefinitionAccess().getAppliesKeyword_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorFeaturesKeywords__Group__1
+rule__PropertyDefinition__Group__6
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorFeaturesKeywords__Group__1__Impl
+ rule__PropertyDefinition__Group__6__Impl
+ rule__PropertyDefinition__Group__7
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorFeaturesKeywords__Group__1__Impl
+rule__PropertyDefinition__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorFeaturesKeywordsAccess().getFeaturesKeyword_1()); }
- Features
- { after(grammarAccess.getProcessorFeaturesKeywordsAccess().getFeaturesKeyword_1()); }
+ { before(grammarAccess.getPropertyDefinitionAccess().getToKeyword_6()); }
+ To
+ { after(grammarAccess.getPropertyDefinitionAccess().getToKeyword_6()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ProcessorImplementationKeywords__Group__0
+rule__PropertyDefinition__Group__7
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorImplementationKeywords__Group__0__Impl
- rule__ProcessorImplementationKeywords__Group__1
+ rule__PropertyDefinition__Group__7__Impl
+ rule__PropertyDefinition__Group__8
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementationKeywords__Group__0__Impl
+rule__PropertyDefinition__Group__7__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationKeywordsAccess().getProcessorKeyword_0()); }
- Processor
- { after(grammarAccess.getProcessorImplementationKeywordsAccess().getProcessorKeyword_0()); }
+ { before(grammarAccess.getPropertyDefinitionAccess().getLeftParenthesisKeyword_7()); }
+ LeftParenthesis
+ { after(grammarAccess.getPropertyDefinitionAccess().getLeftParenthesisKeyword_7()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementationKeywords__Group__1
+rule__PropertyDefinition__Group__8
@init {
int stackSize = keepStackSize();
}
:
- rule__ProcessorImplementationKeywords__Group__1__Impl
+ rule__PropertyDefinition__Group__8__Impl
+ rule__PropertyDefinition__Group__9
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementationKeywords__Group__1__Impl
+rule__PropertyDefinition__Group__8__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationKeywordsAccess().getImplementationKeyword_1()); }
- Implementation
- { after(grammarAccess.getProcessorImplementationKeywordsAccess().getImplementationKeyword_1()); }
+ { before(grammarAccess.getPropertyDefinitionAccess().getAlternatives_8()); }
+ (rule__PropertyDefinition__Alternatives_8)
+ { after(grammarAccess.getPropertyDefinitionAccess().getAlternatives_8()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__RangeOfKeywords__Group__0
+rule__PropertyDefinition__Group__9
@init {
int stackSize = keepStackSize();
}
:
- rule__RangeOfKeywords__Group__0__Impl
- rule__RangeOfKeywords__Group__1
+ rule__PropertyDefinition__Group__9__Impl
+ rule__PropertyDefinition__Group__10
;
finally {
restoreStackSize(stackSize);
}
-rule__RangeOfKeywords__Group__0__Impl
+rule__PropertyDefinition__Group__9__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRangeOfKeywordsAccess().getRangeKeyword_0()); }
- Range
- { after(grammarAccess.getRangeOfKeywordsAccess().getRangeKeyword_0()); }
+ { before(grammarAccess.getPropertyDefinitionAccess().getRightParenthesisKeyword_9()); }
+ RightParenthesis
+ { after(grammarAccess.getPropertyDefinitionAccess().getRightParenthesisKeyword_9()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__RangeOfKeywords__Group__1
+rule__PropertyDefinition__Group__10
@init {
int stackSize = keepStackSize();
}
:
- rule__RangeOfKeywords__Group__1__Impl
+ rule__PropertyDefinition__Group__10__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__RangeOfKeywords__Group__1__Impl
+rule__PropertyDefinition__Group__10__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRangeOfKeywordsAccess().getOfKeyword_1()); }
- Of
- { after(grammarAccess.getRangeOfKeywordsAccess().getOfKeyword_1()); }
+ { before(grammarAccess.getPropertyDefinitionAccess().getSemicolonKeyword_10()); }
+ Semicolon
+ { after(grammarAccess.getPropertyDefinitionAccess().getSemicolonKeyword_10()); }
)
;
finally {
@@ -102634,53 +104188,53 @@ finally {
}
-rule__RefinedToKeywords__Group__0
+rule__PropertyDefinition__Group_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__RefinedToKeywords__Group__0__Impl
- rule__RefinedToKeywords__Group__1
+ rule__PropertyDefinition__Group_4__0__Impl
+ rule__PropertyDefinition__Group_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__RefinedToKeywords__Group__0__Impl
+rule__PropertyDefinition__Group_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRefinedToKeywordsAccess().getRefinedKeyword_0()); }
- Refined
- { after(grammarAccess.getRefinedToKeywordsAccess().getRefinedKeyword_0()); }
+ { before(grammarAccess.getPropertyDefinitionAccess().getEqualsSignGreaterThanSignKeyword_4_0()); }
+ EqualsSignGreaterThanSign
+ { after(grammarAccess.getPropertyDefinitionAccess().getEqualsSignGreaterThanSignKeyword_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__RefinedToKeywords__Group__1
+rule__PropertyDefinition__Group_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__RefinedToKeywords__Group__1__Impl
+ rule__PropertyDefinition__Group_4__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__RefinedToKeywords__Group__1__Impl
+rule__PropertyDefinition__Group_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRefinedToKeywordsAccess().getToKeyword_1()); }
- To
- { after(grammarAccess.getRefinedToKeywordsAccess().getToKeyword_1()); }
+ { before(grammarAccess.getPropertyDefinitionAccess().getDefaultValueAssignment_4_1()); }
+ (rule__PropertyDefinition__DefaultValueAssignment_4_1)
+ { after(grammarAccess.getPropertyDefinitionAccess().getDefaultValueAssignment_4_1()); }
)
;
finally {
@@ -102688,53 +104242,53 @@ finally {
}
-rule__RequiresModesKeywords__Group__0
+rule__PropertyDefinition__Group_8_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__RequiresModesKeywords__Group__0__Impl
- rule__RequiresModesKeywords__Group__1
+ rule__PropertyDefinition__Group_8_0__0__Impl
+ rule__PropertyDefinition__Group_8_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__RequiresModesKeywords__Group__0__Impl
+rule__PropertyDefinition__Group_8_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRequiresModesKeywordsAccess().getRequiresKeyword_0()); }
- Requires
- { after(grammarAccess.getRequiresModesKeywordsAccess().getRequiresKeyword_0()); }
+ { before(grammarAccess.getPropertyDefinitionAccess().getAppliesToAssignment_8_0_0()); }
+ (rule__PropertyDefinition__AppliesToAssignment_8_0_0)
+ { after(grammarAccess.getPropertyDefinitionAccess().getAppliesToAssignment_8_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__RequiresModesKeywords__Group__1
+rule__PropertyDefinition__Group_8_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__RequiresModesKeywords__Group__1__Impl
+ rule__PropertyDefinition__Group_8_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__RequiresModesKeywords__Group__1__Impl
+rule__PropertyDefinition__Group_8_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRequiresModesKeywordsAccess().getModesKeyword_1()); }
- Modes
- { after(grammarAccess.getRequiresModesKeywordsAccess().getModesKeyword_1()); }
+ { before(grammarAccess.getPropertyDefinitionAccess().getGroup_8_0_1()); }
+ (rule__PropertyDefinition__Group_8_0_1__0)*
+ { after(grammarAccess.getPropertyDefinitionAccess().getGroup_8_0_1()); }
)
;
finally {
@@ -102742,53 +104296,53 @@ finally {
}
-rule__SubprogramAccessKeywords__Group__0
+rule__PropertyDefinition__Group_8_0_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramAccessKeywords__Group__0__Impl
- rule__SubprogramAccessKeywords__Group__1
+ rule__PropertyDefinition__Group_8_0_1__0__Impl
+ rule__PropertyDefinition__Group_8_0_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramAccessKeywords__Group__0__Impl
+rule__PropertyDefinition__Group_8_0_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramAccessKeywordsAccess().getSubprogramKeyword_0()); }
- Subprogram
- { after(grammarAccess.getSubprogramAccessKeywordsAccess().getSubprogramKeyword_0()); }
+ { before(grammarAccess.getPropertyDefinitionAccess().getCommaKeyword_8_0_1_0()); }
+ Comma
+ { after(grammarAccess.getPropertyDefinitionAccess().getCommaKeyword_8_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramAccessKeywords__Group__1
+rule__PropertyDefinition__Group_8_0_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramAccessKeywords__Group__1__Impl
+ rule__PropertyDefinition__Group_8_0_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramAccessKeywords__Group__1__Impl
+rule__PropertyDefinition__Group_8_0_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramAccessKeywordsAccess().getAccessKeyword_1()); }
- Access
- { after(grammarAccess.getSubprogramAccessKeywordsAccess().getAccessKeyword_1()); }
+ { before(grammarAccess.getPropertyDefinitionAccess().getAppliesToAssignment_8_0_1_1()); }
+ (rule__PropertyDefinition__AppliesToAssignment_8_0_1_1)
+ { after(grammarAccess.getPropertyDefinitionAccess().getAppliesToAssignment_8_0_1_1()); }
)
;
finally {
@@ -102796,269 +104350,269 @@ finally {
}
-rule__SubprogramGroupKeywords__Group__0
+rule__ListType__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupKeywords__Group__0__Impl
- rule__SubprogramGroupKeywords__Group__1
+ rule__ListType__Group__0__Impl
+ rule__ListType__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupKeywords__Group__0__Impl
+rule__ListType__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupKeywordsAccess().getSubprogramKeyword_0()); }
- Subprogram
- { after(grammarAccess.getSubprogramGroupKeywordsAccess().getSubprogramKeyword_0()); }
+ { before(grammarAccess.getListTypeAccess().getListKeyword_0()); }
+ List
+ { after(grammarAccess.getListTypeAccess().getListKeyword_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupKeywords__Group__1
+rule__ListType__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupKeywords__Group__1__Impl
+ rule__ListType__Group__1__Impl
+ rule__ListType__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupKeywords__Group__1__Impl
+rule__ListType__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupKeywordsAccess().getGroupKeyword_1()); }
- Group
- { after(grammarAccess.getSubprogramGroupKeywordsAccess().getGroupKeyword_1()); }
+ { before(grammarAccess.getListTypeAccess().getOfKeyword_1()); }
+ Of
+ { after(grammarAccess.getListTypeAccess().getOfKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__SubprogramGroupAccessKeywords__Group__0
+rule__ListType__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupAccessKeywords__Group__0__Impl
- rule__SubprogramGroupAccessKeywords__Group__1
+ rule__ListType__Group__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccessKeywords__Group__0__Impl
+rule__ListType__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupAccessKeywordsAccess().getSubprogramKeyword_0()); }
- Subprogram
- { after(grammarAccess.getSubprogramGroupAccessKeywordsAccess().getSubprogramKeyword_0()); }
+ { before(grammarAccess.getListTypeAccess().getAlternatives_2()); }
+ (rule__ListType__Alternatives_2)
+ { after(grammarAccess.getListTypeAccess().getAlternatives_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccessKeywords__Group__1
+
+rule__PropertyConstant__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupAccessKeywords__Group__1__Impl
- rule__SubprogramGroupAccessKeywords__Group__2
+ rule__PropertyConstant__Group__0__Impl
+ rule__PropertyConstant__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccessKeywords__Group__1__Impl
+rule__PropertyConstant__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupAccessKeywordsAccess().getGroupKeyword_1()); }
- Group
- { after(grammarAccess.getSubprogramGroupAccessKeywordsAccess().getGroupKeyword_1()); }
+ { before(grammarAccess.getPropertyConstantAccess().getNameAssignment_0()); }
+ (rule__PropertyConstant__NameAssignment_0)
+ { after(grammarAccess.getPropertyConstantAccess().getNameAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccessKeywords__Group__2
+rule__PropertyConstant__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupAccessKeywords__Group__2__Impl
+ rule__PropertyConstant__Group__1__Impl
+ rule__PropertyConstant__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccessKeywords__Group__2__Impl
+rule__PropertyConstant__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupAccessKeywordsAccess().getAccessKeyword_2()); }
- Access
- { after(grammarAccess.getSubprogramGroupAccessKeywordsAccess().getAccessKeyword_2()); }
+ { before(grammarAccess.getPropertyConstantAccess().getColonKeyword_1()); }
+ Colon
+ { after(grammarAccess.getPropertyConstantAccess().getColonKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__SubprogramGroupImplementationKeywords__Group__0
+rule__PropertyConstant__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupImplementationKeywords__Group__0__Impl
- rule__SubprogramGroupImplementationKeywords__Group__1
+ rule__PropertyConstant__Group__2__Impl
+ rule__PropertyConstant__Group__3
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementationKeywords__Group__0__Impl
+rule__PropertyConstant__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationKeywordsAccess().getSubprogramKeyword_0()); }
- Subprogram
- { after(grammarAccess.getSubprogramGroupImplementationKeywordsAccess().getSubprogramKeyword_0()); }
+ { before(grammarAccess.getPropertyConstantAccess().getConstantKeyword_2()); }
+ Constant
+ { after(grammarAccess.getPropertyConstantAccess().getConstantKeyword_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementationKeywords__Group__1
+rule__PropertyConstant__Group__3
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupImplementationKeywords__Group__1__Impl
- rule__SubprogramGroupImplementationKeywords__Group__2
+ rule__PropertyConstant__Group__3__Impl
+ rule__PropertyConstant__Group__4
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementationKeywords__Group__1__Impl
+rule__PropertyConstant__Group__3__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationKeywordsAccess().getGroupKeyword_1()); }
- Group
- { after(grammarAccess.getSubprogramGroupImplementationKeywordsAccess().getGroupKeyword_1()); }
+ { before(grammarAccess.getPropertyConstantAccess().getAlternatives_3()); }
+ (rule__PropertyConstant__Alternatives_3)
+ { after(grammarAccess.getPropertyConstantAccess().getAlternatives_3()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementationKeywords__Group__2
+rule__PropertyConstant__Group__4
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramGroupImplementationKeywords__Group__2__Impl
+ rule__PropertyConstant__Group__4__Impl
+ rule__PropertyConstant__Group__5
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementationKeywords__Group__2__Impl
+rule__PropertyConstant__Group__4__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationKeywordsAccess().getImplementationKeyword_2()); }
- Implementation
- { after(grammarAccess.getSubprogramGroupImplementationKeywordsAccess().getImplementationKeyword_2()); }
+ { before(grammarAccess.getPropertyConstantAccess().getEqualsSignGreaterThanSignKeyword_4()); }
+ EqualsSignGreaterThanSign
+ { after(grammarAccess.getPropertyConstantAccess().getEqualsSignGreaterThanSignKeyword_4()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__SubprogramImplementationKeywords__Group__0
+rule__PropertyConstant__Group__5
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramImplementationKeywords__Group__0__Impl
- rule__SubprogramImplementationKeywords__Group__1
+ rule__PropertyConstant__Group__5__Impl
+ rule__PropertyConstant__Group__6
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementationKeywords__Group__0__Impl
+rule__PropertyConstant__Group__5__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationKeywordsAccess().getSubprogramKeyword_0()); }
- Subprogram
- { after(grammarAccess.getSubprogramImplementationKeywordsAccess().getSubprogramKeyword_0()); }
+ { before(grammarAccess.getPropertyConstantAccess().getConstantValueAssignment_5()); }
+ (rule__PropertyConstant__ConstantValueAssignment_5)
+ { after(grammarAccess.getPropertyConstantAccess().getConstantValueAssignment_5()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementationKeywords__Group__1
+rule__PropertyConstant__Group__6
@init {
int stackSize = keepStackSize();
}
:
- rule__SubprogramImplementationKeywords__Group__1__Impl
+ rule__PropertyConstant__Group__6__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementationKeywords__Group__1__Impl
+rule__PropertyConstant__Group__6__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationKeywordsAccess().getImplementationKeyword_1()); }
- Implementation
- { after(grammarAccess.getSubprogramImplementationKeywordsAccess().getImplementationKeyword_1()); }
+ { before(grammarAccess.getPropertyConstantAccess().getSemicolonKeyword_6()); }
+ Semicolon
+ { after(grammarAccess.getPropertyConstantAccess().getSemicolonKeyword_6()); }
)
;
finally {
@@ -103066,188 +104620,215 @@ finally {
}
-rule__SystemImplementationKeywords__Group__0
+rule__IntegerRange__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__SystemImplementationKeywords__Group__0__Impl
- rule__SystemImplementationKeywords__Group__1
+ rule__IntegerRange__Group__0__Impl
+ rule__IntegerRange__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementationKeywords__Group__0__Impl
+rule__IntegerRange__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationKeywordsAccess().getSystemKeyword_0()); }
- KW_System
- { after(grammarAccess.getSystemImplementationKeywordsAccess().getSystemKeyword_0()); }
+ { before(grammarAccess.getIntegerRangeAccess().getLowerBoundAssignment_0()); }
+ (rule__IntegerRange__LowerBoundAssignment_0)
+ { after(grammarAccess.getIntegerRangeAccess().getLowerBoundAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementationKeywords__Group__1
+rule__IntegerRange__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__SystemImplementationKeywords__Group__1__Impl
+ rule__IntegerRange__Group__1__Impl
+ rule__IntegerRange__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementationKeywords__Group__1__Impl
+rule__IntegerRange__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationKeywordsAccess().getImplementationKeyword_1()); }
- Implementation
- { after(grammarAccess.getSystemImplementationKeywordsAccess().getImplementationKeyword_1()); }
+ { before(grammarAccess.getIntegerRangeAccess().getFullStopFullStopKeyword_1()); }
+ FullStopFullStop
+ { after(grammarAccess.getIntegerRangeAccess().getFullStopFullStopKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__ThreadGroupKeywords__Group__0
+rule__IntegerRange__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupKeywords__Group__0__Impl
- rule__ThreadGroupKeywords__Group__1
+ rule__IntegerRange__Group__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupKeywords__Group__0__Impl
+rule__IntegerRange__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupKeywordsAccess().getThreadKeyword_0()); }
- Thread
- { after(grammarAccess.getThreadGroupKeywordsAccess().getThreadKeyword_0()); }
+ { before(grammarAccess.getIntegerRangeAccess().getUpperBoundAssignment_2()); }
+ (rule__IntegerRange__UpperBoundAssignment_2)
+ { after(grammarAccess.getIntegerRangeAccess().getUpperBoundAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupKeywords__Group__1
+
+rule__RealRange__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupKeywords__Group__1__Impl
+ rule__RealRange__Group__0__Impl
+ rule__RealRange__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupKeywords__Group__1__Impl
+rule__RealRange__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupKeywordsAccess().getGroupKeyword_1()); }
- Group
- { after(grammarAccess.getThreadGroupKeywordsAccess().getGroupKeyword_1()); }
+ { before(grammarAccess.getRealRangeAccess().getLowerBoundAssignment_0()); }
+ (rule__RealRange__LowerBoundAssignment_0)
+ { after(grammarAccess.getRealRangeAccess().getLowerBoundAssignment_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
+rule__RealRange__Group__1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__RealRange__Group__1__Impl
+ rule__RealRange__Group__2
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__RealRange__Group__1__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getRealRangeAccess().getFullStopFullStopKeyword_1()); }
+ FullStopFullStop
+ { after(grammarAccess.getRealRangeAccess().getFullStopFullStopKeyword_1()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
-rule__ThreadGroupImplementationKeywords__Group__0
+rule__RealRange__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementationKeywords__Group__0__Impl
- rule__ThreadGroupImplementationKeywords__Group__1
+ rule__RealRange__Group__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementationKeywords__Group__0__Impl
+rule__RealRange__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationKeywordsAccess().getThreadKeyword_0()); }
- Thread
- { after(grammarAccess.getThreadGroupImplementationKeywordsAccess().getThreadKeyword_0()); }
+ { before(grammarAccess.getRealRangeAccess().getUpperBoundAssignment_2()); }
+ (rule__RealRange__UpperBoundAssignment_2)
+ { after(grammarAccess.getRealRangeAccess().getUpperBoundAssignment_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementationKeywords__Group__1
+
+rule__PNAME__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementationKeywords__Group__1__Impl
- rule__ThreadGroupImplementationKeywords__Group__2
+ rule__PNAME__Group__0__Impl
+ rule__PNAME__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementationKeywords__Group__1__Impl
+rule__PNAME__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationKeywordsAccess().getGroupKeyword_1()); }
- Group
- { after(grammarAccess.getThreadGroupImplementationKeywordsAccess().getGroupKeyword_1()); }
+ { before(grammarAccess.getPNAMEAccess().getIDTerminalRuleCall_0()); }
+ RULE_ID
+ { after(grammarAccess.getPNAMEAccess().getIDTerminalRuleCall_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementationKeywords__Group__2
+rule__PNAME__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadGroupImplementationKeywords__Group__2__Impl
+ rule__PNAME__Group__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementationKeywords__Group__2__Impl
+rule__PNAME__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationKeywordsAccess().getImplementationKeyword_2()); }
- Implementation
- { after(grammarAccess.getThreadGroupImplementationKeywordsAccess().getImplementationKeyword_2()); }
+ { before(grammarAccess.getPNAMEAccess().getGroup_1()); }
+ (rule__PNAME__Group_1__0)*
+ { after(grammarAccess.getPNAMEAccess().getGroup_1()); }
)
;
finally {
@@ -103255,53 +104836,53 @@ finally {
}
-rule__ThreadImplementationKeywords__Group__0
+rule__PNAME__Group_1__0
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadImplementationKeywords__Group__0__Impl
- rule__ThreadImplementationKeywords__Group__1
+ rule__PNAME__Group_1__0__Impl
+ rule__PNAME__Group_1__1
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementationKeywords__Group__0__Impl
+rule__PNAME__Group_1__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationKeywordsAccess().getThreadKeyword_0()); }
- Thread
- { after(grammarAccess.getThreadImplementationKeywordsAccess().getThreadKeyword_0()); }
+ { before(grammarAccess.getPNAMEAccess().getColonColonKeyword_1_0()); }
+ ColonColon
+ { after(grammarAccess.getPNAMEAccess().getColonColonKeyword_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementationKeywords__Group__1
+rule__PNAME__Group_1__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ThreadImplementationKeywords__Group__1__Impl
+ rule__PNAME__Group_1__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementationKeywords__Group__1__Impl
+rule__PNAME__Group_1__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationKeywordsAccess().getImplementationKeyword_1()); }
- Implementation
- { after(grammarAccess.getThreadImplementationKeywordsAccess().getImplementationKeyword_1()); }
+ { before(grammarAccess.getPNAMEAccess().getIDTerminalRuleCall_1_1()); }
+ RULE_ID
+ { after(grammarAccess.getPNAMEAccess().getIDTerminalRuleCall_1_1()); }
)
;
finally {
@@ -103309,134 +104890,141 @@ finally {
}
-rule__VirtualBusKeywords__Group__0
+rule__FQCREF__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusKeywords__Group__0__Impl
- rule__VirtualBusKeywords__Group__1
+ rule__FQCREF__Group__0__Impl
+ rule__FQCREF__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusKeywords__Group__0__Impl
+rule__FQCREF__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusKeywordsAccess().getVirtualKeyword_0()); }
- Virtual
- { after(grammarAccess.getVirtualBusKeywordsAccess().getVirtualKeyword_0()); }
+ (
+ { before(grammarAccess.getFQCREFAccess().getGroup_0()); }
+ (rule__FQCREF__Group_0__0)
+ { after(grammarAccess.getFQCREFAccess().getGroup_0()); }
+ )
+ (
+ { before(grammarAccess.getFQCREFAccess().getGroup_0()); }
+ (rule__FQCREF__Group_0__0)*
+ { after(grammarAccess.getFQCREFAccess().getGroup_0()); }
+ )
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusKeywords__Group__1
+rule__FQCREF__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusKeywords__Group__1__Impl
+ rule__FQCREF__Group__1__Impl
+ rule__FQCREF__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusKeywords__Group__1__Impl
+rule__FQCREF__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusKeywordsAccess().getBusKeyword_1()); }
- Bus
- { after(grammarAccess.getVirtualBusKeywordsAccess().getBusKeyword_1()); }
+ { before(grammarAccess.getFQCREFAccess().getIDTerminalRuleCall_1()); }
+ RULE_ID
+ { after(grammarAccess.getFQCREFAccess().getIDTerminalRuleCall_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-
-rule__VirtualBusImplementationKeywords__Group__0
+rule__FQCREF__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementationKeywords__Group__0__Impl
- rule__VirtualBusImplementationKeywords__Group__1
+ rule__FQCREF__Group__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementationKeywords__Group__0__Impl
+rule__FQCREF__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationKeywordsAccess().getVirtualKeyword_0()); }
- Virtual
- { after(grammarAccess.getVirtualBusImplementationKeywordsAccess().getVirtualKeyword_0()); }
+ { before(grammarAccess.getFQCREFAccess().getGroup_2()); }
+ (rule__FQCREF__Group_2__0)?
+ { after(grammarAccess.getFQCREFAccess().getGroup_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementationKeywords__Group__1
+
+rule__FQCREF__Group_0__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementationKeywords__Group__1__Impl
- rule__VirtualBusImplementationKeywords__Group__2
+ rule__FQCREF__Group_0__0__Impl
+ rule__FQCREF__Group_0__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementationKeywords__Group__1__Impl
+rule__FQCREF__Group_0__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationKeywordsAccess().getBusKeyword_1()); }
- Bus
- { after(grammarAccess.getVirtualBusImplementationKeywordsAccess().getBusKeyword_1()); }
+ { before(grammarAccess.getFQCREFAccess().getIDTerminalRuleCall_0_0()); }
+ RULE_ID
+ { after(grammarAccess.getFQCREFAccess().getIDTerminalRuleCall_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementationKeywords__Group__2
+rule__FQCREF__Group_0__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualBusImplementationKeywords__Group__2__Impl
+ rule__FQCREF__Group_0__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementationKeywords__Group__2__Impl
+rule__FQCREF__Group_0__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationKeywordsAccess().getImplementationKeyword_2()); }
- Implementation
- { after(grammarAccess.getVirtualBusImplementationKeywordsAccess().getImplementationKeyword_2()); }
+ { before(grammarAccess.getFQCREFAccess().getColonColonKeyword_0_1()); }
+ ColonColon
+ { after(grammarAccess.getFQCREFAccess().getColonColonKeyword_0_1()); }
)
;
finally {
@@ -103444,53 +105032,53 @@ finally {
}
-rule__VirtualProcessorKeywords__Group__0
+rule__FQCREF__Group_2__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorKeywords__Group__0__Impl
- rule__VirtualProcessorKeywords__Group__1
+ rule__FQCREF__Group_2__0__Impl
+ rule__FQCREF__Group_2__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorKeywords__Group__0__Impl
+rule__FQCREF__Group_2__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorKeywordsAccess().getVirtualKeyword_0()); }
- Virtual
- { after(grammarAccess.getVirtualProcessorKeywordsAccess().getVirtualKeyword_0()); }
+ { before(grammarAccess.getFQCREFAccess().getFullStopKeyword_2_0()); }
+ FullStop
+ { after(grammarAccess.getFQCREFAccess().getFullStopKeyword_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorKeywords__Group__1
+rule__FQCREF__Group_2__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorKeywords__Group__1__Impl
+ rule__FQCREF__Group_2__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorKeywords__Group__1__Impl
+rule__FQCREF__Group_2__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorKeywordsAccess().getProcessorKeyword_1()); }
- Processor
- { after(grammarAccess.getVirtualProcessorKeywordsAccess().getProcessorKeyword_1()); }
+ { before(grammarAccess.getFQCREFAccess().getIDTerminalRuleCall_2_1()); }
+ RULE_ID
+ { after(grammarAccess.getFQCREFAccess().getIDTerminalRuleCall_2_1()); }
)
;
finally {
@@ -103498,80 +105086,80 @@ finally {
}
-rule__VirtualProcessorImplementationKeywords__Group__0
+rule__FULLINAME__Group__0
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementationKeywords__Group__0__Impl
- rule__VirtualProcessorImplementationKeywords__Group__1
+ rule__FULLINAME__Group__0__Impl
+ rule__FULLINAME__Group__1
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementationKeywords__Group__0__Impl
+rule__FULLINAME__Group__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationKeywordsAccess().getVirtualKeyword_0()); }
- Virtual
- { after(grammarAccess.getVirtualProcessorImplementationKeywordsAccess().getVirtualKeyword_0()); }
+ { before(grammarAccess.getFULLINAMEAccess().getIDTerminalRuleCall_0()); }
+ RULE_ID
+ { after(grammarAccess.getFULLINAMEAccess().getIDTerminalRuleCall_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementationKeywords__Group__1
+rule__FULLINAME__Group__1
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementationKeywords__Group__1__Impl
- rule__VirtualProcessorImplementationKeywords__Group__2
+ rule__FULLINAME__Group__1__Impl
+ rule__FULLINAME__Group__2
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementationKeywords__Group__1__Impl
+rule__FULLINAME__Group__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationKeywordsAccess().getProcessorKeyword_1()); }
- Processor
- { after(grammarAccess.getVirtualProcessorImplementationKeywordsAccess().getProcessorKeyword_1()); }
+ { before(grammarAccess.getFULLINAMEAccess().getFullStopKeyword_1()); }
+ FullStop
+ { after(grammarAccess.getFULLINAMEAccess().getFullStopKeyword_1()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementationKeywords__Group__2
+rule__FULLINAME__Group__2
@init {
int stackSize = keepStackSize();
}
:
- rule__VirtualProcessorImplementationKeywords__Group__2__Impl
+ rule__FULLINAME__Group__2__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementationKeywords__Group__2__Impl
+rule__FULLINAME__Group__2__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationKeywordsAccess().getImplementationKeyword_2()); }
- Implementation
- { after(grammarAccess.getVirtualProcessorImplementationKeywordsAccess().getImplementationKeyword_2()); }
+ { before(grammarAccess.getFULLINAMEAccess().getIDTerminalRuleCall_2()); }
+ RULE_ID
+ { after(grammarAccess.getFULLINAMEAccess().getIDTerminalRuleCall_2()); }
)
;
finally {
@@ -103894,9 +105482,9 @@ rule__ContainedPropertyAssociation__Group_4__0__Impl
}
:
(
- { before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToKeywordsParserRuleCall_4_0()); }
- ruleAppliesToKeywords
- { after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToKeywordsParserRuleCall_4_0()); }
+ { before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesKeyword_4_0()); }
+ Applies
+ { after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesKeyword_4_0()); }
)
;
finally {
@@ -103921,9 +105509,9 @@ rule__ContainedPropertyAssociation__Group_4__1__Impl
}
:
(
- { before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_1()); }
- (rule__ContainedPropertyAssociation__AppliesToAssignment_4_1)
- { after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_1()); }
+ { before(grammarAccess.getContainedPropertyAssociationAccess().getToKeyword_4_1()); }
+ To
+ { after(grammarAccess.getContainedPropertyAssociationAccess().getToKeyword_4_1()); }
)
;
finally {
@@ -103936,6 +105524,7 @@ rule__ContainedPropertyAssociation__Group_4__2
}
:
rule__ContainedPropertyAssociation__Group_4__2__Impl
+ rule__ContainedPropertyAssociation__Group_4__3
;
finally {
restoreStackSize(stackSize);
@@ -103947,63 +105536,89 @@ rule__ContainedPropertyAssociation__Group_4__2__Impl
}
:
(
- { before(grammarAccess.getContainedPropertyAssociationAccess().getGroup_4_2()); }
- (rule__ContainedPropertyAssociation__Group_4_2__0)*
- { after(grammarAccess.getContainedPropertyAssociationAccess().getGroup_4_2()); }
+ { before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_2()); }
+ (rule__ContainedPropertyAssociation__AppliesToAssignment_4_2)
+ { after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_2()); }
)
;
finally {
restoreStackSize(stackSize);
}
+rule__ContainedPropertyAssociation__Group_4__3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ContainedPropertyAssociation__Group_4__3__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
-rule__ContainedPropertyAssociation__Group_4_2__0
+rule__ContainedPropertyAssociation__Group_4__3__Impl
@init {
int stackSize = keepStackSize();
}
:
- rule__ContainedPropertyAssociation__Group_4_2__0__Impl
- rule__ContainedPropertyAssociation__Group_4_2__1
+(
+ { before(grammarAccess.getContainedPropertyAssociationAccess().getGroup_4_3()); }
+ (rule__ContainedPropertyAssociation__Group_4_3__0)*
+ { after(grammarAccess.getContainedPropertyAssociationAccess().getGroup_4_3()); }
+)
;
finally {
restoreStackSize(stackSize);
}
-rule__ContainedPropertyAssociation__Group_4_2__0__Impl
+
+rule__ContainedPropertyAssociation__Group_4_3__0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ContainedPropertyAssociation__Group_4_3__0__Impl
+ rule__ContainedPropertyAssociation__Group_4_3__1
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ContainedPropertyAssociation__Group_4_3__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getContainedPropertyAssociationAccess().getCommaKeyword_4_2_0()); }
+ { before(grammarAccess.getContainedPropertyAssociationAccess().getCommaKeyword_4_3_0()); }
Comma
- { after(grammarAccess.getContainedPropertyAssociationAccess().getCommaKeyword_4_2_0()); }
+ { after(grammarAccess.getContainedPropertyAssociationAccess().getCommaKeyword_4_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ContainedPropertyAssociation__Group_4_2__1
+rule__ContainedPropertyAssociation__Group_4_3__1
@init {
int stackSize = keepStackSize();
}
:
- rule__ContainedPropertyAssociation__Group_4_2__1__Impl
+ rule__ContainedPropertyAssociation__Group_4_3__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__ContainedPropertyAssociation__Group_4_2__1__Impl
+rule__ContainedPropertyAssociation__Group_4_3__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_2_1()); }
- (rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1)
- { after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_2_1()); }
+ { before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_3_1()); }
+ (rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1)
+ { after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToAssignment_4_3_1()); }
)
;
finally {
@@ -104029,9 +105644,9 @@ rule__ContainedPropertyAssociation__Group_5__0__Impl
}
:
(
- { before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingKeywordsParserRuleCall_5_0()); }
- ruleInBindingKeywords
- { after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingKeywordsParserRuleCall_5_0()); }
+ { before(grammarAccess.getContainedPropertyAssociationAccess().getInKeyword_5_0()); }
+ In
+ { after(grammarAccess.getContainedPropertyAssociationAccess().getInKeyword_5_0()); }
)
;
finally {
@@ -104056,9 +105671,9 @@ rule__ContainedPropertyAssociation__Group_5__1__Impl
}
:
(
- { before(grammarAccess.getContainedPropertyAssociationAccess().getLeftParenthesisKeyword_5_1()); }
- LeftParenthesis
- { after(grammarAccess.getContainedPropertyAssociationAccess().getLeftParenthesisKeyword_5_1()); }
+ { before(grammarAccess.getContainedPropertyAssociationAccess().getBindingKeyword_5_1()); }
+ Binding
+ { after(grammarAccess.getContainedPropertyAssociationAccess().getBindingKeyword_5_1()); }
)
;
finally {
@@ -104083,9 +105698,9 @@ rule__ContainedPropertyAssociation__Group_5__2__Impl
}
:
(
- { before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingAssignment_5_2()); }
- (rule__ContainedPropertyAssociation__InBindingAssignment_5_2)
- { after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingAssignment_5_2()); }
+ { before(grammarAccess.getContainedPropertyAssociationAccess().getLeftParenthesisKeyword_5_2()); }
+ LeftParenthesis
+ { after(grammarAccess.getContainedPropertyAssociationAccess().getLeftParenthesisKeyword_5_2()); }
)
;
finally {
@@ -104098,6 +105713,7 @@ rule__ContainedPropertyAssociation__Group_5__3
}
:
rule__ContainedPropertyAssociation__Group_5__3__Impl
+ rule__ContainedPropertyAssociation__Group_5__4
;
finally {
restoreStackSize(stackSize);
@@ -104109,9 +105725,35 @@ rule__ContainedPropertyAssociation__Group_5__3__Impl
}
:
(
- { before(grammarAccess.getContainedPropertyAssociationAccess().getRightParenthesisKeyword_5_3()); }
+ { before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingAssignment_5_3()); }
+ (rule__ContainedPropertyAssociation__InBindingAssignment_5_3)
+ { after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingAssignment_5_3()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ContainedPropertyAssociation__Group_5__4
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__ContainedPropertyAssociation__Group_5__4__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__ContainedPropertyAssociation__Group_5__4__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getContainedPropertyAssociationAccess().getRightParenthesisKeyword_5_4()); }
RightParenthesis
- { after(grammarAccess.getContainedPropertyAssociationAccess().getRightParenthesisKeyword_5_3()); }
+ { after(grammarAccess.getContainedPropertyAssociationAccess().getRightParenthesisKeyword_5_4()); }
)
;
finally {
@@ -104407,9 +106049,9 @@ rule__PropertyAssociation__Group_4__0__Impl
}
:
(
- { before(grammarAccess.getPropertyAssociationAccess().getInBindingKeywordsParserRuleCall_4_0()); }
- ruleInBindingKeywords
- { after(grammarAccess.getPropertyAssociationAccess().getInBindingKeywordsParserRuleCall_4_0()); }
+ { before(grammarAccess.getPropertyAssociationAccess().getInKeyword_4_0()); }
+ In
+ { after(grammarAccess.getPropertyAssociationAccess().getInKeyword_4_0()); }
)
;
finally {
@@ -104434,9 +106076,9 @@ rule__PropertyAssociation__Group_4__1__Impl
}
:
(
- { before(grammarAccess.getPropertyAssociationAccess().getLeftParenthesisKeyword_4_1()); }
- LeftParenthesis
- { after(grammarAccess.getPropertyAssociationAccess().getLeftParenthesisKeyword_4_1()); }
+ { before(grammarAccess.getPropertyAssociationAccess().getBindingKeyword_4_1()); }
+ Binding
+ { after(grammarAccess.getPropertyAssociationAccess().getBindingKeyword_4_1()); }
)
;
finally {
@@ -104461,9 +106103,9 @@ rule__PropertyAssociation__Group_4__2__Impl
}
:
(
- { before(grammarAccess.getPropertyAssociationAccess().getInBindingAssignment_4_2()); }
- (rule__PropertyAssociation__InBindingAssignment_4_2)
- { after(grammarAccess.getPropertyAssociationAccess().getInBindingAssignment_4_2()); }
+ { before(grammarAccess.getPropertyAssociationAccess().getLeftParenthesisKeyword_4_2()); }
+ LeftParenthesis
+ { after(grammarAccess.getPropertyAssociationAccess().getLeftParenthesisKeyword_4_2()); }
)
;
finally {
@@ -104476,6 +106118,7 @@ rule__PropertyAssociation__Group_4__3
}
:
rule__PropertyAssociation__Group_4__3__Impl
+ rule__PropertyAssociation__Group_4__4
;
finally {
restoreStackSize(stackSize);
@@ -104487,9 +106130,35 @@ rule__PropertyAssociation__Group_4__3__Impl
}
:
(
- { before(grammarAccess.getPropertyAssociationAccess().getRightParenthesisKeyword_4_3()); }
+ { before(grammarAccess.getPropertyAssociationAccess().getInBindingAssignment_4_3()); }
+ (rule__PropertyAssociation__InBindingAssignment_4_3)
+ { after(grammarAccess.getPropertyAssociationAccess().getInBindingAssignment_4_3()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__PropertyAssociation__Group_4__4
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__PropertyAssociation__Group_4__4__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__PropertyAssociation__Group_4__4__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getPropertyAssociationAccess().getRightParenthesisKeyword_4_4()); }
RightParenthesis
- { after(grammarAccess.getPropertyAssociationAccess().getRightParenthesisKeyword_4_3()); }
+ { after(grammarAccess.getPropertyAssociationAccess().getRightParenthesisKeyword_4_4()); }
)
;
finally {
@@ -104677,9 +106346,9 @@ rule__OptionalModalPropertyValue__Group_1__0__Impl
}
:
(
- { before(grammarAccess.getOptionalModalPropertyValueAccess().getInModesKeywordsParserRuleCall_1_0()); }
- ruleInModesKeywords
- { after(grammarAccess.getOptionalModalPropertyValueAccess().getInModesKeywordsParserRuleCall_1_0()); }
+ { before(grammarAccess.getOptionalModalPropertyValueAccess().getInKeyword_1_0()); }
+ In
+ { after(grammarAccess.getOptionalModalPropertyValueAccess().getInKeyword_1_0()); }
)
;
finally {
@@ -104704,9 +106373,9 @@ rule__OptionalModalPropertyValue__Group_1__1__Impl
}
:
(
- { before(grammarAccess.getOptionalModalPropertyValueAccess().getLeftParenthesisKeyword_1_1()); }
- LeftParenthesis
- { after(grammarAccess.getOptionalModalPropertyValueAccess().getLeftParenthesisKeyword_1_1()); }
+ { before(grammarAccess.getOptionalModalPropertyValueAccess().getModesKeyword_1_1()); }
+ Modes
+ { after(grammarAccess.getOptionalModalPropertyValueAccess().getModesKeyword_1_1()); }
)
;
finally {
@@ -104731,9 +106400,9 @@ rule__OptionalModalPropertyValue__Group_1__2__Impl
}
:
(
- { before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_2()); }
- (rule__OptionalModalPropertyValue__InModeAssignment_1_2)
- { after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_2()); }
+ { before(grammarAccess.getOptionalModalPropertyValueAccess().getLeftParenthesisKeyword_1_2()); }
+ LeftParenthesis
+ { after(grammarAccess.getOptionalModalPropertyValueAccess().getLeftParenthesisKeyword_1_2()); }
)
;
finally {
@@ -104758,9 +106427,9 @@ rule__OptionalModalPropertyValue__Group_1__3__Impl
}
:
(
- { before(grammarAccess.getOptionalModalPropertyValueAccess().getGroup_1_3()); }
- (rule__OptionalModalPropertyValue__Group_1_3__0)*
- { after(grammarAccess.getOptionalModalPropertyValueAccess().getGroup_1_3()); }
+ { before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_3()); }
+ (rule__OptionalModalPropertyValue__InModeAssignment_1_3)
+ { after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_3()); }
)
;
finally {
@@ -104773,6 +106442,7 @@ rule__OptionalModalPropertyValue__Group_1__4
}
:
rule__OptionalModalPropertyValue__Group_1__4__Impl
+ rule__OptionalModalPropertyValue__Group_1__5
;
finally {
restoreStackSize(stackSize);
@@ -104784,9 +106454,35 @@ rule__OptionalModalPropertyValue__Group_1__4__Impl
}
:
(
- { before(grammarAccess.getOptionalModalPropertyValueAccess().getRightParenthesisKeyword_1_4()); }
+ { before(grammarAccess.getOptionalModalPropertyValueAccess().getGroup_1_4()); }
+ (rule__OptionalModalPropertyValue__Group_1_4__0)*
+ { after(grammarAccess.getOptionalModalPropertyValueAccess().getGroup_1_4()); }
+)
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__OptionalModalPropertyValue__Group_1__5
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ rule__OptionalModalPropertyValue__Group_1__5__Impl
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__OptionalModalPropertyValue__Group_1__5__Impl
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+(
+ { before(grammarAccess.getOptionalModalPropertyValueAccess().getRightParenthesisKeyword_1_5()); }
RightParenthesis
- { after(grammarAccess.getOptionalModalPropertyValueAccess().getRightParenthesisKeyword_1_4()); }
+ { after(grammarAccess.getOptionalModalPropertyValueAccess().getRightParenthesisKeyword_1_5()); }
)
;
finally {
@@ -104794,53 +106490,53 @@ finally {
}
-rule__OptionalModalPropertyValue__Group_1_3__0
+rule__OptionalModalPropertyValue__Group_1_4__0
@init {
int stackSize = keepStackSize();
}
:
- rule__OptionalModalPropertyValue__Group_1_3__0__Impl
- rule__OptionalModalPropertyValue__Group_1_3__1
+ rule__OptionalModalPropertyValue__Group_1_4__0__Impl
+ rule__OptionalModalPropertyValue__Group_1_4__1
;
finally {
restoreStackSize(stackSize);
}
-rule__OptionalModalPropertyValue__Group_1_3__0__Impl
+rule__OptionalModalPropertyValue__Group_1_4__0__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getOptionalModalPropertyValueAccess().getCommaKeyword_1_3_0()); }
+ { before(grammarAccess.getOptionalModalPropertyValueAccess().getCommaKeyword_1_4_0()); }
Comma
- { after(grammarAccess.getOptionalModalPropertyValueAccess().getCommaKeyword_1_3_0()); }
+ { after(grammarAccess.getOptionalModalPropertyValueAccess().getCommaKeyword_1_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__OptionalModalPropertyValue__Group_1_3__1
+rule__OptionalModalPropertyValue__Group_1_4__1
@init {
int stackSize = keepStackSize();
}
:
- rule__OptionalModalPropertyValue__Group_1_3__1__Impl
+ rule__OptionalModalPropertyValue__Group_1_4__1__Impl
;
finally {
restoreStackSize(stackSize);
}
-rule__OptionalModalPropertyValue__Group_1_3__1__Impl
+rule__OptionalModalPropertyValue__Group_1_4__1__Impl
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_3_1()); }
- (rule__OptionalModalPropertyValue__InModeAssignment_1_3_1)
- { after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_3_1()); }
+ { before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_4_1()); }
+ (rule__OptionalModalPropertyValue__InModeAssignment_1_4_1)
+ { after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeAssignment_1_4_1()); }
)
;
finally {
@@ -106421,168 +108117,6 @@ finally {
}
-rule__AppliesToKeywords__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__AppliesToKeywords__Group__0__Impl
- rule__AppliesToKeywords__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__AppliesToKeywords__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getAppliesToKeywordsAccess().getAppliesKeyword_0()); }
- Applies
- { after(grammarAccess.getAppliesToKeywordsAccess().getAppliesKeyword_0()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__AppliesToKeywords__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__AppliesToKeywords__Group__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__AppliesToKeywords__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getAppliesToKeywordsAccess().getToKeyword_1()); }
- To
- { after(grammarAccess.getAppliesToKeywordsAccess().getToKeyword_1()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__InBindingKeywords__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__InBindingKeywords__Group__0__Impl
- rule__InBindingKeywords__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__InBindingKeywords__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getInBindingKeywordsAccess().getInKeyword_0()); }
- In
- { after(grammarAccess.getInBindingKeywordsAccess().getInKeyword_0()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__InBindingKeywords__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__InBindingKeywords__Group__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__InBindingKeywords__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getInBindingKeywordsAccess().getBindingKeyword_1()); }
- Binding
- { after(grammarAccess.getInBindingKeywordsAccess().getBindingKeyword_1()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
-rule__InModesKeywords__Group__0
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__InModesKeywords__Group__0__Impl
- rule__InModesKeywords__Group__1
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__InModesKeywords__Group__0__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getInModesKeywordsAccess().getInKeyword_0()); }
- In
- { after(grammarAccess.getInModesKeywordsAccess().getInKeyword_0()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__InModesKeywords__Group__1
- @init {
- int stackSize = keepStackSize();
- }
-:
- rule__InModesKeywords__Group__1__Impl
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__InModesKeywords__Group__1__Impl
- @init {
- int stackSize = keepStackSize();
- }
-:
-(
- { before(grammarAccess.getInModesKeywordsAccess().getModesKeyword_1()); }
- Modes
- { after(grammarAccess.getInModesKeywordsAccess().getModesKeyword_1()); }
-)
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-
rule__QPREF__Group__0
@init {
int stackSize = keepStackSize();
@@ -107287,19 +108821,19 @@ finally {
restoreStackSize(stackSize);
}
-rule__FGTRename__RenamedFeatureGroupTypeAssignment_3
+rule__FGTRename__RenamedFeatureGroupTypeAssignment_4
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFGTRenameAccess().getRenamedFeatureGroupTypeFeatureGroupTypeCrossReference_3_0()); }
+ { before(grammarAccess.getFGTRenameAccess().getRenamedFeatureGroupTypeFeatureGroupTypeCrossReference_4_0()); }
(
- { before(grammarAccess.getFGTRenameAccess().getRenamedFeatureGroupTypeFeatureGroupTypeQCREFParserRuleCall_3_0_1()); }
+ { before(grammarAccess.getFGTRenameAccess().getRenamedFeatureGroupTypeFeatureGroupTypeQCREFParserRuleCall_4_0_1()); }
ruleQCREF
- { after(grammarAccess.getFGTRenameAccess().getRenamedFeatureGroupTypeFeatureGroupTypeQCREFParserRuleCall_3_0_1()); }
+ { after(grammarAccess.getFGTRenameAccess().getRenamedFeatureGroupTypeFeatureGroupTypeQCREFParserRuleCall_4_0_1()); }
)
- { after(grammarAccess.getFGTRenameAccess().getRenamedFeatureGroupTypeFeatureGroupTypeCrossReference_3_0()); }
+ { after(grammarAccess.getFGTRenameAccess().getRenamedFeatureGroupTypeFeatureGroupTypeCrossReference_4_0()); }
)
;
finally {
@@ -107700,24 +109234,28 @@ rule__AbstractType__DerivedModesAssignment_6_0_0
}
:
(
- { before(grammarAccess.getAbstractTypeAccess().getDerivedModesRequiresModesKeywordsParserRuleCall_6_0_0_0()); }
- ruleRequiresModesKeywords
- { after(grammarAccess.getAbstractTypeAccess().getDerivedModesRequiresModesKeywordsParserRuleCall_6_0_0_0()); }
+ { before(grammarAccess.getAbstractTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
+ (
+ { before(grammarAccess.getAbstractTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
+ Requires
+ { after(grammarAccess.getAbstractTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
+ )
+ { after(grammarAccess.getAbstractTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractType__OwnedModeAssignment_6_0_1
+rule__AbstractType__OwnedModeAssignment_6_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractTypeAccess().getOwnedModeModeParserRuleCall_6_0_1_0()); }
+ { before(grammarAccess.getAbstractTypeAccess().getOwnedModeModeParserRuleCall_6_0_2_0()); }
ruleMode
- { after(grammarAccess.getAbstractTypeAccess().getOwnedModeModeParserRuleCall_6_0_1_0()); }
+ { after(grammarAccess.getAbstractTypeAccess().getOwnedModeModeParserRuleCall_6_0_2_0()); }
)
;
finally {
@@ -108110,24 +109648,28 @@ rule__SystemType__DerivedModesAssignment_6_0_0
}
:
(
- { before(grammarAccess.getSystemTypeAccess().getDerivedModesRequiresModesKeywordsParserRuleCall_6_0_0_0()); }
- ruleRequiresModesKeywords
- { after(grammarAccess.getSystemTypeAccess().getDerivedModesRequiresModesKeywordsParserRuleCall_6_0_0_0()); }
+ { before(grammarAccess.getSystemTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
+ (
+ { before(grammarAccess.getSystemTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
+ Requires
+ { after(grammarAccess.getSystemTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
+ )
+ { after(grammarAccess.getSystemTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemType__OwnedModeAssignment_6_0_1
+rule__SystemType__OwnedModeAssignment_6_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemTypeAccess().getOwnedModeModeParserRuleCall_6_0_1_0()); }
+ { before(grammarAccess.getSystemTypeAccess().getOwnedModeModeParserRuleCall_6_0_2_0()); }
ruleMode
- { after(grammarAccess.getSystemTypeAccess().getOwnedModeModeParserRuleCall_6_0_1_0()); }
+ { after(grammarAccess.getSystemTypeAccess().getOwnedModeModeParserRuleCall_6_0_2_0()); }
)
;
finally {
@@ -108505,24 +110047,28 @@ rule__ProcessType__DerivedModesAssignment_6_0_0
}
:
(
- { before(grammarAccess.getProcessTypeAccess().getDerivedModesRequiresModesKeywordsParserRuleCall_6_0_0_0()); }
- ruleRequiresModesKeywords
- { after(grammarAccess.getProcessTypeAccess().getDerivedModesRequiresModesKeywordsParserRuleCall_6_0_0_0()); }
+ { before(grammarAccess.getProcessTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
+ (
+ { before(grammarAccess.getProcessTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
+ Requires
+ { after(grammarAccess.getProcessTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
+ )
+ { after(grammarAccess.getProcessTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessType__OwnedModeAssignment_6_0_1
+rule__ProcessType__OwnedModeAssignment_6_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessTypeAccess().getOwnedModeModeParserRuleCall_6_0_1_0()); }
+ { before(grammarAccess.getProcessTypeAccess().getOwnedModeModeParserRuleCall_6_0_2_0()); }
ruleMode
- { after(grammarAccess.getProcessTypeAccess().getOwnedModeModeParserRuleCall_6_0_1_0()); }
+ { after(grammarAccess.getProcessTypeAccess().getOwnedModeModeParserRuleCall_6_0_2_0()); }
)
;
finally {
@@ -108627,395 +110173,399 @@ finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__NameAssignment_1
+rule__ThreadGroupType__NameAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getNameIDTerminalRuleCall_1_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getNameIDTerminalRuleCall_2_0()); }
RULE_ID
- { after(grammarAccess.getThreadGroupTypeAccess().getNameIDTerminalRuleCall_1_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getNameIDTerminalRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__OwnedExtensionAssignment_2_0
+rule__ThreadGroupType__OwnedExtensionAssignment_3_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedExtensionTypeExtensionParserRuleCall_2_0_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedExtensionTypeExtensionParserRuleCall_3_0_0()); }
ruleTypeExtension
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedExtensionTypeExtensionParserRuleCall_2_0_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedExtensionTypeExtensionParserRuleCall_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__OwnedPrototypeBindingAssignment_2_1_1
+rule__ThreadGroupType__OwnedPrototypeBindingAssignment_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_1_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_1_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__OwnedPrototypeBindingAssignment_2_1_2_1
+rule__ThreadGroupType__OwnedPrototypeBindingAssignment_3_1_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_2_1_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_2_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_2_1_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__NoPrototypesAssignment_3_1_0_0
+rule__ThreadGroupType__NoPrototypesAssignment_4_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getNoPrototypesNoneKeyword_3_1_0_0_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getNoPrototypesNoneKeyword_4_1_0_0_0()); }
(
- { before(grammarAccess.getThreadGroupTypeAccess().getNoPrototypesNoneKeyword_3_1_0_0_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getNoPrototypesNoneKeyword_4_1_0_0_0()); }
None
- { after(grammarAccess.getThreadGroupTypeAccess().getNoPrototypesNoneKeyword_3_1_0_0_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getNoPrototypesNoneKeyword_4_1_0_0_0()); }
)
- { after(grammarAccess.getThreadGroupTypeAccess().getNoPrototypesNoneKeyword_3_1_0_0_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getNoPrototypesNoneKeyword_4_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__OwnedPrototypeAssignment_3_1_1
+rule__ThreadGroupType__OwnedPrototypeAssignment_4_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypePrototypeParserRuleCall_3_1_1_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypePrototypeParserRuleCall_4_1_1_0()); }
rulePrototype
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypePrototypeParserRuleCall_3_1_1_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypePrototypeParserRuleCall_4_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__NoFeaturesAssignment_4_1_0_0
+rule__ThreadGroupType__NoFeaturesAssignment_5_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getNoFeaturesNoneKeyword_4_1_0_0_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getNoFeaturesNoneKeyword_5_1_0_0_0()); }
(
- { before(grammarAccess.getThreadGroupTypeAccess().getNoFeaturesNoneKeyword_4_1_0_0_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getNoFeaturesNoneKeyword_5_1_0_0_0()); }
None
- { after(grammarAccess.getThreadGroupTypeAccess().getNoFeaturesNoneKeyword_4_1_0_0_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getNoFeaturesNoneKeyword_5_1_0_0_0()); }
)
- { after(grammarAccess.getThreadGroupTypeAccess().getNoFeaturesNoneKeyword_4_1_0_0_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getNoFeaturesNoneKeyword_5_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__OwnedDataPortAssignment_4_1_1_0
+rule__ThreadGroupType__OwnedDataPortAssignment_5_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedDataPortDataPortParserRuleCall_4_1_1_0_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedDataPortDataPortParserRuleCall_5_1_1_0_0()); }
ruleDataPort
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedDataPortDataPortParserRuleCall_4_1_1_0_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedDataPortDataPortParserRuleCall_5_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__OwnedEventPortAssignment_4_1_1_1
+rule__ThreadGroupType__OwnedEventPortAssignment_5_1_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedEventPortEventPortParserRuleCall_4_1_1_1_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedEventPortEventPortParserRuleCall_5_1_1_1_0()); }
ruleEventPort
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedEventPortEventPortParserRuleCall_4_1_1_1_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedEventPortEventPortParserRuleCall_5_1_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__OwnedEventDataPortAssignment_4_1_1_2
+rule__ThreadGroupType__OwnedEventDataPortAssignment_5_1_1_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedEventDataPortEventDataPortParserRuleCall_4_1_1_2_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedEventDataPortEventDataPortParserRuleCall_5_1_1_2_0()); }
ruleEventDataPort
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedEventDataPortEventDataPortParserRuleCall_4_1_1_2_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedEventDataPortEventDataPortParserRuleCall_5_1_1_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__OwnedFeatureGroupAssignment_4_1_1_3
+rule__ThreadGroupType__OwnedFeatureGroupAssignment_5_1_1_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedFeatureGroupFeatureGroupParserRuleCall_4_1_1_3_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedFeatureGroupFeatureGroupParserRuleCall_5_1_1_3_0()); }
ruleFeatureGroup
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedFeatureGroupFeatureGroupParserRuleCall_4_1_1_3_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedFeatureGroupFeatureGroupParserRuleCall_5_1_1_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__OwnedDataAccessAssignment_4_1_1_4
+rule__ThreadGroupType__OwnedDataAccessAssignment_5_1_1_4
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedDataAccessDataAccessParserRuleCall_4_1_1_4_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedDataAccessDataAccessParserRuleCall_5_1_1_4_0()); }
ruleDataAccess
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedDataAccessDataAccessParserRuleCall_4_1_1_4_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedDataAccessDataAccessParserRuleCall_5_1_1_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__OwnedSubprogramAccessAssignment_4_1_1_5
+rule__ThreadGroupType__OwnedSubprogramAccessAssignment_5_1_1_5
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedSubprogramAccessSubprogramAccessParserRuleCall_4_1_1_5_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedSubprogramAccessSubprogramAccessParserRuleCall_5_1_1_5_0()); }
ruleSubprogramAccess
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedSubprogramAccessSubprogramAccessParserRuleCall_4_1_1_5_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedSubprogramAccessSubprogramAccessParserRuleCall_5_1_1_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__OwnedSubprogramGroupAccessAssignment_4_1_1_6
+rule__ThreadGroupType__OwnedSubprogramGroupAccessAssignment_5_1_1_6
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedSubprogramGroupAccessSubprogramGroupAccessParserRuleCall_4_1_1_6_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedSubprogramGroupAccessSubprogramGroupAccessParserRuleCall_5_1_1_6_0()); }
ruleSubprogramGroupAccess
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedSubprogramGroupAccessSubprogramGroupAccessParserRuleCall_4_1_1_6_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedSubprogramGroupAccessSubprogramGroupAccessParserRuleCall_5_1_1_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__OwnedAbstractFeatureAssignment_4_1_1_7
+rule__ThreadGroupType__OwnedAbstractFeatureAssignment_5_1_1_7
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedAbstractFeatureAbstractFeatureParserRuleCall_4_1_1_7_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedAbstractFeatureAbstractFeatureParserRuleCall_5_1_1_7_0()); }
ruleAbstractFeature
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedAbstractFeatureAbstractFeatureParserRuleCall_4_1_1_7_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedAbstractFeatureAbstractFeatureParserRuleCall_5_1_1_7_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__OwnedFlowSpecificationAssignment_5_1_0
+rule__ThreadGroupType__OwnedFlowSpecificationAssignment_6_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedFlowSpecificationFlowSpecificationParserRuleCall_5_1_0_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedFlowSpecificationFlowSpecificationParserRuleCall_6_1_0_0()); }
ruleFlowSpecification
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedFlowSpecificationFlowSpecificationParserRuleCall_5_1_0_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedFlowSpecificationFlowSpecificationParserRuleCall_6_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__NoFlowsAssignment_5_1_1_0
+rule__ThreadGroupType__NoFlowsAssignment_6_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getNoFlowsNoneKeyword_5_1_1_0_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getNoFlowsNoneKeyword_6_1_1_0_0()); }
(
- { before(grammarAccess.getThreadGroupTypeAccess().getNoFlowsNoneKeyword_5_1_1_0_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getNoFlowsNoneKeyword_6_1_1_0_0()); }
None
- { after(grammarAccess.getThreadGroupTypeAccess().getNoFlowsNoneKeyword_5_1_1_0_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getNoFlowsNoneKeyword_6_1_1_0_0()); }
)
- { after(grammarAccess.getThreadGroupTypeAccess().getNoFlowsNoneKeyword_5_1_1_0_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getNoFlowsNoneKeyword_6_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__DerivedModesAssignment_6_0_0
+rule__ThreadGroupType__DerivedModesAssignment_7_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getDerivedModesRequiresModesKeywordsParserRuleCall_6_0_0_0()); }
- ruleRequiresModesKeywords
- { after(grammarAccess.getThreadGroupTypeAccess().getDerivedModesRequiresModesKeywordsParserRuleCall_6_0_0_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getDerivedModesRequiresKeyword_7_0_0_0()); }
+ (
+ { before(grammarAccess.getThreadGroupTypeAccess().getDerivedModesRequiresKeyword_7_0_0_0()); }
+ Requires
+ { after(grammarAccess.getThreadGroupTypeAccess().getDerivedModesRequiresKeyword_7_0_0_0()); }
+ )
+ { after(grammarAccess.getThreadGroupTypeAccess().getDerivedModesRequiresKeyword_7_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__OwnedModeAssignment_6_0_1
+rule__ThreadGroupType__OwnedModeAssignment_7_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedModeModeParserRuleCall_6_0_1_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedModeModeParserRuleCall_7_0_2_0()); }
ruleMode
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedModeModeParserRuleCall_6_0_1_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedModeModeParserRuleCall_7_0_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__OwnedModeAssignment_6_1_1_0_0
+rule__ThreadGroupType__OwnedModeAssignment_7_1_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedModeModeParserRuleCall_6_1_1_0_0_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedModeModeParserRuleCall_7_1_1_0_0_0()); }
ruleMode
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedModeModeParserRuleCall_6_1_1_0_0_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedModeModeParserRuleCall_7_1_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__OwnedModeTransitionAssignment_6_1_1_0_1
+rule__ThreadGroupType__OwnedModeTransitionAssignment_7_1_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedModeTransitionModeTransitionParserRuleCall_6_1_1_0_1_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedModeTransitionModeTransitionParserRuleCall_7_1_1_0_1_0()); }
ruleModeTransition
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedModeTransitionModeTransitionParserRuleCall_6_1_1_0_1_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedModeTransitionModeTransitionParserRuleCall_7_1_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__NoModesAssignment_6_1_1_1_0
+rule__ThreadGroupType__NoModesAssignment_7_1_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getNoModesNoneKeyword_6_1_1_1_0_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getNoModesNoneKeyword_7_1_1_1_0_0()); }
(
- { before(grammarAccess.getThreadGroupTypeAccess().getNoModesNoneKeyword_6_1_1_1_0_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getNoModesNoneKeyword_7_1_1_1_0_0()); }
None
- { after(grammarAccess.getThreadGroupTypeAccess().getNoModesNoneKeyword_6_1_1_1_0_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getNoModesNoneKeyword_7_1_1_1_0_0()); }
)
- { after(grammarAccess.getThreadGroupTypeAccess().getNoModesNoneKeyword_6_1_1_1_0_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getNoModesNoneKeyword_7_1_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__OwnedPropertyAssociationAssignment_7_1_0
+rule__ThreadGroupType__OwnedPropertyAssociationAssignment_8_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_7_1_0_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_8_1_0_0()); }
ruleContainedPropertyAssociation
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_7_1_0_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_8_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__NoPropertiesAssignment_7_1_1_0
+rule__ThreadGroupType__NoPropertiesAssignment_8_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getNoPropertiesNoneKeyword_7_1_1_0_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getNoPropertiesNoneKeyword_8_1_1_0_0()); }
(
- { before(grammarAccess.getThreadGroupTypeAccess().getNoPropertiesNoneKeyword_7_1_1_0_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getNoPropertiesNoneKeyword_8_1_1_0_0()); }
None
- { after(grammarAccess.getThreadGroupTypeAccess().getNoPropertiesNoneKeyword_7_1_1_0_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getNoPropertiesNoneKeyword_8_1_1_0_0()); }
)
- { after(grammarAccess.getThreadGroupTypeAccess().getNoPropertiesNoneKeyword_7_1_1_0_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getNoPropertiesNoneKeyword_8_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupType__OwnedAnnexSubclauseAssignment_8
+rule__ThreadGroupType__OwnedAnnexSubclauseAssignment_9
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupTypeAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_8_0()); }
+ { before(grammarAccess.getThreadGroupTypeAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_9_0()); }
ruleAnnexSubclause
- { after(grammarAccess.getThreadGroupTypeAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_8_0()); }
+ { after(grammarAccess.getThreadGroupTypeAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_9_0()); }
)
;
finally {
@@ -109295,24 +110845,28 @@ rule__ThreadType__DerivedModesAssignment_6_0_0
}
:
(
- { before(grammarAccess.getThreadTypeAccess().getDerivedModesRequiresModesKeywordsParserRuleCall_6_0_0_0()); }
- ruleRequiresModesKeywords
- { after(grammarAccess.getThreadTypeAccess().getDerivedModesRequiresModesKeywordsParserRuleCall_6_0_0_0()); }
+ { before(grammarAccess.getThreadTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
+ (
+ { before(grammarAccess.getThreadTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
+ Requires
+ { after(grammarAccess.getThreadTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
+ )
+ { after(grammarAccess.getThreadTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadType__OwnedModeAssignment_6_0_1
+rule__ThreadType__OwnedModeAssignment_6_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadTypeAccess().getOwnedModeModeParserRuleCall_6_0_1_0()); }
+ { before(grammarAccess.getThreadTypeAccess().getOwnedModeModeParserRuleCall_6_0_2_0()); }
ruleMode
- { after(grammarAccess.getThreadTypeAccess().getOwnedModeModeParserRuleCall_6_0_1_0()); }
+ { after(grammarAccess.getThreadTypeAccess().getOwnedModeModeParserRuleCall_6_0_2_0()); }
)
;
finally {
@@ -109690,24 +111244,28 @@ rule__SubprogramType__DerivedModesAssignment_6_0_0
}
:
(
- { before(grammarAccess.getSubprogramTypeAccess().getDerivedModesRequiresModesKeywordsParserRuleCall_6_0_0_0()); }
- ruleRequiresModesKeywords
- { after(grammarAccess.getSubprogramTypeAccess().getDerivedModesRequiresModesKeywordsParserRuleCall_6_0_0_0()); }
+ { before(grammarAccess.getSubprogramTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
+ (
+ { before(grammarAccess.getSubprogramTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
+ Requires
+ { after(grammarAccess.getSubprogramTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
+ )
+ { after(grammarAccess.getSubprogramTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramType__OwnedModeAssignment_6_0_1
+rule__SubprogramType__OwnedModeAssignment_6_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramTypeAccess().getOwnedModeModeParserRuleCall_6_0_1_0()); }
+ { before(grammarAccess.getSubprogramTypeAccess().getOwnedModeModeParserRuleCall_6_0_2_0()); }
ruleMode
- { after(grammarAccess.getSubprogramTypeAccess().getOwnedModeModeParserRuleCall_6_0_1_0()); }
+ { after(grammarAccess.getSubprogramTypeAccess().getOwnedModeModeParserRuleCall_6_0_2_0()); }
)
;
finally {
@@ -109812,256 +111370,256 @@ finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupType__NameAssignment_1
+rule__SubprogramGroupType__NameAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getNameIDTerminalRuleCall_1_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getNameIDTerminalRuleCall_2_0()); }
RULE_ID
- { after(grammarAccess.getSubprogramGroupTypeAccess().getNameIDTerminalRuleCall_1_0()); }
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getNameIDTerminalRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupType__OwnedExtensionAssignment_2_0
+rule__SubprogramGroupType__OwnedExtensionAssignment_3_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedExtensionTypeExtensionParserRuleCall_2_0_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedExtensionTypeExtensionParserRuleCall_3_0_0()); }
ruleTypeExtension
- { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedExtensionTypeExtensionParserRuleCall_2_0_0()); }
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedExtensionTypeExtensionParserRuleCall_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_2_1_1
+rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_1_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_1_0()); }
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_2_1_2_1
+rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_3_1_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_2_1_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_2_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_2_1_0()); }
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupType__NoPrototypesAssignment_3_1_0_0
+rule__SubprogramGroupType__NoPrototypesAssignment_4_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getNoPrototypesNoneKeyword_3_1_0_0_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getNoPrototypesNoneKeyword_4_1_0_0_0()); }
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getNoPrototypesNoneKeyword_3_1_0_0_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getNoPrototypesNoneKeyword_4_1_0_0_0()); }
None
- { after(grammarAccess.getSubprogramGroupTypeAccess().getNoPrototypesNoneKeyword_3_1_0_0_0()); }
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getNoPrototypesNoneKeyword_4_1_0_0_0()); }
)
- { after(grammarAccess.getSubprogramGroupTypeAccess().getNoPrototypesNoneKeyword_3_1_0_0_0()); }
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getNoPrototypesNoneKeyword_4_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupType__OwnedPrototypeAssignment_3_1_1
+rule__SubprogramGroupType__OwnedPrototypeAssignment_4_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypePrototypeParserRuleCall_3_1_1_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypePrototypeParserRuleCall_4_1_1_0()); }
rulePrototype
- { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypePrototypeParserRuleCall_3_1_1_0()); }
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypePrototypeParserRuleCall_4_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupType__NoFeaturesAssignment_4_1_0_0
+rule__SubprogramGroupType__NoFeaturesAssignment_5_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getNoFeaturesNoneKeyword_4_1_0_0_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getNoFeaturesNoneKeyword_5_1_0_0_0()); }
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getNoFeaturesNoneKeyword_4_1_0_0_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getNoFeaturesNoneKeyword_5_1_0_0_0()); }
None
- { after(grammarAccess.getSubprogramGroupTypeAccess().getNoFeaturesNoneKeyword_4_1_0_0_0()); }
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getNoFeaturesNoneKeyword_5_1_0_0_0()); }
)
- { after(grammarAccess.getSubprogramGroupTypeAccess().getNoFeaturesNoneKeyword_4_1_0_0_0()); }
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getNoFeaturesNoneKeyword_5_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupType__OwnedSubprogramAccessAssignment_4_1_1_0
+rule__SubprogramGroupType__OwnedSubprogramAccessAssignment_5_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedSubprogramAccessSubprogramAccessParserRuleCall_4_1_1_0_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedSubprogramAccessSubprogramAccessParserRuleCall_5_1_1_0_0()); }
ruleSubprogramAccess
- { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedSubprogramAccessSubprogramAccessParserRuleCall_4_1_1_0_0()); }
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedSubprogramAccessSubprogramAccessParserRuleCall_5_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupType__OwnedFeatureGroupAssignment_4_1_1_1
+rule__SubprogramGroupType__OwnedFeatureGroupAssignment_5_1_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFeatureGroupFeatureGroupParserRuleCall_4_1_1_1_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFeatureGroupFeatureGroupParserRuleCall_5_1_1_1_0()); }
ruleFeatureGroup
- { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFeatureGroupFeatureGroupParserRuleCall_4_1_1_1_0()); }
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFeatureGroupFeatureGroupParserRuleCall_5_1_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupType__OwnedSubprogramGroupAccessAssignment_4_1_1_2
+rule__SubprogramGroupType__OwnedSubprogramGroupAccessAssignment_5_1_1_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedSubprogramGroupAccessSubprogramGroupAccessParserRuleCall_4_1_1_2_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedSubprogramGroupAccessSubprogramGroupAccessParserRuleCall_5_1_1_2_0()); }
ruleSubprogramGroupAccess
- { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedSubprogramGroupAccessSubprogramGroupAccessParserRuleCall_4_1_1_2_0()); }
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedSubprogramGroupAccessSubprogramGroupAccessParserRuleCall_5_1_1_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupType__OwnedAbstractFeatureAssignment_4_1_1_3
+rule__SubprogramGroupType__OwnedAbstractFeatureAssignment_5_1_1_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedAbstractFeatureAbstractFeatureParserRuleCall_4_1_1_3_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedAbstractFeatureAbstractFeatureParserRuleCall_5_1_1_3_0()); }
ruleAbstractFeature
- { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedAbstractFeatureAbstractFeatureParserRuleCall_4_1_1_3_0()); }
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedAbstractFeatureAbstractFeatureParserRuleCall_5_1_1_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_5_1_0
+rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_6_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFlowSpecificationFlowSpecificationParserRuleCall_5_1_0_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFlowSpecificationFlowSpecificationParserRuleCall_6_1_0_0()); }
ruleFlowSpecification
- { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFlowSpecificationFlowSpecificationParserRuleCall_5_1_0_0()); }
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFlowSpecificationFlowSpecificationParserRuleCall_6_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupType__NoFlowsAssignment_5_1_1_0
+rule__SubprogramGroupType__NoFlowsAssignment_6_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getNoFlowsNoneKeyword_5_1_1_0_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getNoFlowsNoneKeyword_6_1_1_0_0()); }
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getNoFlowsNoneKeyword_5_1_1_0_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getNoFlowsNoneKeyword_6_1_1_0_0()); }
None
- { after(grammarAccess.getSubprogramGroupTypeAccess().getNoFlowsNoneKeyword_5_1_1_0_0()); }
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getNoFlowsNoneKeyword_6_1_1_0_0()); }
)
- { after(grammarAccess.getSubprogramGroupTypeAccess().getNoFlowsNoneKeyword_5_1_1_0_0()); }
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getNoFlowsNoneKeyword_6_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_6_1_0
+rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_7_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_6_1_0_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_7_1_0_0()); }
ruleContainedPropertyAssociation
- { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_6_1_0_0()); }
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_7_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupType__NoPropertiesAssignment_6_1_1_0
+rule__SubprogramGroupType__NoPropertiesAssignment_7_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getNoPropertiesNoneKeyword_6_1_1_0_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getNoPropertiesNoneKeyword_7_1_1_0_0()); }
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getNoPropertiesNoneKeyword_6_1_1_0_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getNoPropertiesNoneKeyword_7_1_1_0_0()); }
None
- { after(grammarAccess.getSubprogramGroupTypeAccess().getNoPropertiesNoneKeyword_6_1_1_0_0()); }
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getNoPropertiesNoneKeyword_7_1_1_0_0()); }
)
- { after(grammarAccess.getSubprogramGroupTypeAccess().getNoPropertiesNoneKeyword_6_1_1_0_0()); }
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getNoPropertiesNoneKeyword_7_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupType__OwnedAnnexSubclauseAssignment_7
+rule__SubprogramGroupType__OwnedAnnexSubclauseAssignment_8
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_7_0()); }
+ { before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_8_0()); }
ruleAnnexSubclause
- { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_7_0()); }
+ { after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_8_0()); }
)
;
finally {
@@ -110341,24 +111899,28 @@ rule__ProcessorType__DerivedModesAssignment_6_0_0
}
:
(
- { before(grammarAccess.getProcessorTypeAccess().getDerivedModesRequiresModesKeywordsParserRuleCall_6_0_0_0()); }
- ruleRequiresModesKeywords
- { after(grammarAccess.getProcessorTypeAccess().getDerivedModesRequiresModesKeywordsParserRuleCall_6_0_0_0()); }
+ { before(grammarAccess.getProcessorTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
+ (
+ { before(grammarAccess.getProcessorTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
+ Requires
+ { after(grammarAccess.getProcessorTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
+ )
+ { after(grammarAccess.getProcessorTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorType__OwnedModeAssignment_6_0_1
+rule__ProcessorType__OwnedModeAssignment_6_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorTypeAccess().getOwnedModeModeParserRuleCall_6_0_1_0()); }
+ { before(grammarAccess.getProcessorTypeAccess().getOwnedModeModeParserRuleCall_6_0_2_0()); }
ruleMode
- { after(grammarAccess.getProcessorTypeAccess().getOwnedModeModeParserRuleCall_6_0_1_0()); }
+ { after(grammarAccess.getProcessorTypeAccess().getOwnedModeModeParserRuleCall_6_0_2_0()); }
)
;
finally {
@@ -110736,24 +112298,28 @@ rule__DeviceType__DerivedModesAssignment_6_0_0
}
:
(
- { before(grammarAccess.getDeviceTypeAccess().getDerivedModesRequiresModesKeywordsParserRuleCall_6_0_0_0()); }
- ruleRequiresModesKeywords
- { after(grammarAccess.getDeviceTypeAccess().getDerivedModesRequiresModesKeywordsParserRuleCall_6_0_0_0()); }
+ { before(grammarAccess.getDeviceTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
+ (
+ { before(grammarAccess.getDeviceTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
+ Requires
+ { after(grammarAccess.getDeviceTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
+ )
+ { after(grammarAccess.getDeviceTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceType__OwnedModeAssignment_6_0_1
+rule__DeviceType__OwnedModeAssignment_6_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceTypeAccess().getOwnedModeModeParserRuleCall_6_0_1_0()); }
+ { before(grammarAccess.getDeviceTypeAccess().getOwnedModeModeParserRuleCall_6_0_2_0()); }
ruleMode
- { after(grammarAccess.getDeviceTypeAccess().getOwnedModeModeParserRuleCall_6_0_1_0()); }
+ { after(grammarAccess.getDeviceTypeAccess().getOwnedModeModeParserRuleCall_6_0_2_0()); }
)
;
finally {
@@ -111067,24 +112633,28 @@ rule__MemoryType__DerivedModesAssignment_5_0_0
}
:
(
- { before(grammarAccess.getMemoryTypeAccess().getDerivedModesRequiresModesKeywordsParserRuleCall_5_0_0_0()); }
- ruleRequiresModesKeywords
- { after(grammarAccess.getMemoryTypeAccess().getDerivedModesRequiresModesKeywordsParserRuleCall_5_0_0_0()); }
+ { before(grammarAccess.getMemoryTypeAccess().getDerivedModesRequiresKeyword_5_0_0_0()); }
+ (
+ { before(grammarAccess.getMemoryTypeAccess().getDerivedModesRequiresKeyword_5_0_0_0()); }
+ Requires
+ { after(grammarAccess.getMemoryTypeAccess().getDerivedModesRequiresKeyword_5_0_0_0()); }
+ )
+ { after(grammarAccess.getMemoryTypeAccess().getDerivedModesRequiresKeyword_5_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryType__OwnedModeAssignment_5_0_1
+rule__MemoryType__OwnedModeAssignment_5_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryTypeAccess().getOwnedModeModeParserRuleCall_5_0_1_0()); }
+ { before(grammarAccess.getMemoryTypeAccess().getOwnedModeModeParserRuleCall_5_0_2_0()); }
ruleMode
- { after(grammarAccess.getMemoryTypeAccess().getOwnedModeModeParserRuleCall_5_0_1_0()); }
+ { after(grammarAccess.getMemoryTypeAccess().getOwnedModeModeParserRuleCall_5_0_2_0()); }
)
;
finally {
@@ -111398,24 +112968,28 @@ rule__BusType__DerivedModesAssignment_5_0_0
}
:
(
- { before(grammarAccess.getBusTypeAccess().getDerivedModesRequiresModesKeywordsParserRuleCall_5_0_0_0()); }
- ruleRequiresModesKeywords
- { after(grammarAccess.getBusTypeAccess().getDerivedModesRequiresModesKeywordsParserRuleCall_5_0_0_0()); }
+ { before(grammarAccess.getBusTypeAccess().getDerivedModesRequiresKeyword_5_0_0_0()); }
+ (
+ { before(grammarAccess.getBusTypeAccess().getDerivedModesRequiresKeyword_5_0_0_0()); }
+ Requires
+ { after(grammarAccess.getBusTypeAccess().getDerivedModesRequiresKeyword_5_0_0_0()); }
+ )
+ { after(grammarAccess.getBusTypeAccess().getDerivedModesRequiresKeyword_5_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusType__OwnedModeAssignment_5_0_1
+rule__BusType__OwnedModeAssignment_5_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusTypeAccess().getOwnedModeModeParserRuleCall_5_0_1_0()); }
+ { before(grammarAccess.getBusTypeAccess().getOwnedModeModeParserRuleCall_5_0_2_0()); }
ruleMode
- { after(grammarAccess.getBusTypeAccess().getOwnedModeModeParserRuleCall_5_0_1_0()); }
+ { after(grammarAccess.getBusTypeAccess().getOwnedModeModeParserRuleCall_5_0_2_0()); }
)
;
finally {
@@ -111520,726 +113094,734 @@ finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__NameAssignment_1
+rule__VirtualBusType__NameAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getNameIDTerminalRuleCall_1_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getNameIDTerminalRuleCall_2_0()); }
RULE_ID
- { after(grammarAccess.getVirtualBusTypeAccess().getNameIDTerminalRuleCall_1_0()); }
+ { after(grammarAccess.getVirtualBusTypeAccess().getNameIDTerminalRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__OwnedExtensionAssignment_2_0
+rule__VirtualBusType__OwnedExtensionAssignment_3_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getOwnedExtensionTypeExtensionParserRuleCall_2_0_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getOwnedExtensionTypeExtensionParserRuleCall_3_0_0()); }
ruleTypeExtension
- { after(grammarAccess.getVirtualBusTypeAccess().getOwnedExtensionTypeExtensionParserRuleCall_2_0_0()); }
+ { after(grammarAccess.getVirtualBusTypeAccess().getOwnedExtensionTypeExtensionParserRuleCall_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__OwnedPrototypeBindingAssignment_2_1_1
+rule__VirtualBusType__OwnedPrototypeBindingAssignment_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_1_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_1_0()); }
+ { after(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__OwnedPrototypeBindingAssignment_2_1_2_1
+rule__VirtualBusType__OwnedPrototypeBindingAssignment_3_1_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_2_1_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_2_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_2_1_0()); }
+ { after(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__NoPrototypesAssignment_3_1_0_0
+rule__VirtualBusType__NoPrototypesAssignment_4_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getNoPrototypesNoneKeyword_3_1_0_0_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getNoPrototypesNoneKeyword_4_1_0_0_0()); }
(
- { before(grammarAccess.getVirtualBusTypeAccess().getNoPrototypesNoneKeyword_3_1_0_0_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getNoPrototypesNoneKeyword_4_1_0_0_0()); }
None
- { after(grammarAccess.getVirtualBusTypeAccess().getNoPrototypesNoneKeyword_3_1_0_0_0()); }
+ { after(grammarAccess.getVirtualBusTypeAccess().getNoPrototypesNoneKeyword_4_1_0_0_0()); }
)
- { after(grammarAccess.getVirtualBusTypeAccess().getNoPrototypesNoneKeyword_3_1_0_0_0()); }
+ { after(grammarAccess.getVirtualBusTypeAccess().getNoPrototypesNoneKeyword_4_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__OwnedPrototypeAssignment_3_1_1
+rule__VirtualBusType__OwnedPrototypeAssignment_4_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypePrototypeParserRuleCall_3_1_1_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypePrototypeParserRuleCall_4_1_1_0()); }
rulePrototype
- { after(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypePrototypeParserRuleCall_3_1_1_0()); }
+ { after(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypePrototypeParserRuleCall_4_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__NoFeaturesAssignment_4_1_0_0
+rule__VirtualBusType__NoFeaturesAssignment_5_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getNoFeaturesNoneKeyword_4_1_0_0_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getNoFeaturesNoneKeyword_5_1_0_0_0()); }
(
- { before(grammarAccess.getVirtualBusTypeAccess().getNoFeaturesNoneKeyword_4_1_0_0_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getNoFeaturesNoneKeyword_5_1_0_0_0()); }
None
- { after(grammarAccess.getVirtualBusTypeAccess().getNoFeaturesNoneKeyword_4_1_0_0_0()); }
+ { after(grammarAccess.getVirtualBusTypeAccess().getNoFeaturesNoneKeyword_5_1_0_0_0()); }
)
- { after(grammarAccess.getVirtualBusTypeAccess().getNoFeaturesNoneKeyword_4_1_0_0_0()); }
+ { after(grammarAccess.getVirtualBusTypeAccess().getNoFeaturesNoneKeyword_5_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__OwnedFeatureGroupAssignment_4_1_1_0
+rule__VirtualBusType__OwnedFeatureGroupAssignment_5_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getOwnedFeatureGroupFeatureGroupParserRuleCall_4_1_1_0_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getOwnedFeatureGroupFeatureGroupParserRuleCall_5_1_1_0_0()); }
ruleFeatureGroup
- { after(grammarAccess.getVirtualBusTypeAccess().getOwnedFeatureGroupFeatureGroupParserRuleCall_4_1_1_0_0()); }
+ { after(grammarAccess.getVirtualBusTypeAccess().getOwnedFeatureGroupFeatureGroupParserRuleCall_5_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__OwnedDataPortAssignment_4_1_1_1
+rule__VirtualBusType__OwnedDataPortAssignment_5_1_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getOwnedDataPortDataPortParserRuleCall_4_1_1_1_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getOwnedDataPortDataPortParserRuleCall_5_1_1_1_0()); }
ruleDataPort
- { after(grammarAccess.getVirtualBusTypeAccess().getOwnedDataPortDataPortParserRuleCall_4_1_1_1_0()); }
+ { after(grammarAccess.getVirtualBusTypeAccess().getOwnedDataPortDataPortParserRuleCall_5_1_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__OwnedEventPortAssignment_4_1_1_2
+rule__VirtualBusType__OwnedEventPortAssignment_5_1_1_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getOwnedEventPortEventPortParserRuleCall_4_1_1_2_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getOwnedEventPortEventPortParserRuleCall_5_1_1_2_0()); }
ruleEventPort
- { after(grammarAccess.getVirtualBusTypeAccess().getOwnedEventPortEventPortParserRuleCall_4_1_1_2_0()); }
+ { after(grammarAccess.getVirtualBusTypeAccess().getOwnedEventPortEventPortParserRuleCall_5_1_1_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__OwnedEventDataPortAssignment_4_1_1_3
+rule__VirtualBusType__OwnedEventDataPortAssignment_5_1_1_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getOwnedEventDataPortEventDataPortParserRuleCall_4_1_1_3_0()); }
+ { before(grammarAccess.getVirtualBusTypeAccess().getOwnedEventDataPortEventDataPortParserRuleCall_5_1_1_3_0()); }
ruleEventDataPort
- { after(grammarAccess.getVirtualBusTypeAccess().getOwnedEventDataPortEventDataPortParserRuleCall_4_1_1_3_0()); }
+ { after(grammarAccess.getVirtualBusTypeAccess().getOwnedEventDataPortEventDataPortParserRuleCall_5_1_1_3_0()); }
+ )
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusType__OwnedAbstractFeatureAssignment_5_1_1_4
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ (
+ { before(grammarAccess.getVirtualBusTypeAccess().getOwnedAbstractFeatureAbstractFeatureParserRuleCall_5_1_1_4_0()); }
+ ruleAbstractFeature
+ { after(grammarAccess.getVirtualBusTypeAccess().getOwnedAbstractFeatureAbstractFeatureParserRuleCall_5_1_1_4_0()); }
+ )
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusType__OwnedBusAccessAssignment_5_1_1_5
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ (
+ { before(grammarAccess.getVirtualBusTypeAccess().getOwnedBusAccessBusAccessParserRuleCall_5_1_1_5_0()); }
+ ruleBusAccess
+ { after(grammarAccess.getVirtualBusTypeAccess().getOwnedBusAccessBusAccessParserRuleCall_5_1_1_5_0()); }
+ )
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusType__DerivedModesAssignment_6_0_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ (
+ { before(grammarAccess.getVirtualBusTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
+ (
+ { before(grammarAccess.getVirtualBusTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
+ Requires
+ { after(grammarAccess.getVirtualBusTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
+ )
+ { after(grammarAccess.getVirtualBusTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
+ )
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusType__OwnedModeAssignment_6_0_2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ (
+ { before(grammarAccess.getVirtualBusTypeAccess().getOwnedModeModeParserRuleCall_6_0_2_0()); }
+ ruleMode
+ { after(grammarAccess.getVirtualBusTypeAccess().getOwnedModeModeParserRuleCall_6_0_2_0()); }
+ )
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusType__OwnedModeAssignment_6_1_1_0_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ (
+ { before(grammarAccess.getVirtualBusTypeAccess().getOwnedModeModeParserRuleCall_6_1_1_0_0_0()); }
+ ruleMode
+ { after(grammarAccess.getVirtualBusTypeAccess().getOwnedModeModeParserRuleCall_6_1_1_0_0_0()); }
+ )
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusType__OwnedModeTransitionAssignment_6_1_1_0_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ (
+ { before(grammarAccess.getVirtualBusTypeAccess().getOwnedModeTransitionModeTransitionParserRuleCall_6_1_1_0_1_0()); }
+ ruleModeTransition
+ { after(grammarAccess.getVirtualBusTypeAccess().getOwnedModeTransitionModeTransitionParserRuleCall_6_1_1_0_1_0()); }
+ )
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusType__NoModesAssignment_6_1_1_1_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ (
+ { before(grammarAccess.getVirtualBusTypeAccess().getNoModesNoneKeyword_6_1_1_1_0_0()); }
+ (
+ { before(grammarAccess.getVirtualBusTypeAccess().getNoModesNoneKeyword_6_1_1_1_0_0()); }
+ None
+ { after(grammarAccess.getVirtualBusTypeAccess().getNoModesNoneKeyword_6_1_1_1_0_0()); }
+ )
+ { after(grammarAccess.getVirtualBusTypeAccess().getNoModesNoneKeyword_6_1_1_1_0_0()); }
+ )
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusType__OwnedPropertyAssociationAssignment_7_1_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ (
+ { before(grammarAccess.getVirtualBusTypeAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_7_1_0_0()); }
+ ruleContainedPropertyAssociation
+ { after(grammarAccess.getVirtualBusTypeAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_7_1_0_0()); }
+ )
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusType__NoPropertiesAssignment_7_1_1_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ (
+ { before(grammarAccess.getVirtualBusTypeAccess().getNoPropertiesNoneKeyword_7_1_1_0_0()); }
+ (
+ { before(grammarAccess.getVirtualBusTypeAccess().getNoPropertiesNoneKeyword_7_1_1_0_0()); }
+ None
+ { after(grammarAccess.getVirtualBusTypeAccess().getNoPropertiesNoneKeyword_7_1_1_0_0()); }
+ )
+ { after(grammarAccess.getVirtualBusTypeAccess().getNoPropertiesNoneKeyword_7_1_1_0_0()); }
+ )
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualBusType__OwnedAnnexSubclauseAssignment_8
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ (
+ { before(grammarAccess.getVirtualBusTypeAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_8_0()); }
+ ruleAnnexSubclause
+ { after(grammarAccess.getVirtualBusTypeAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_8_0()); }
+ )
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualProcessorType__NameAssignment_2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ (
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getNameIDTerminalRuleCall_2_0()); }
+ RULE_ID
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getNameIDTerminalRuleCall_2_0()); }
+ )
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualProcessorType__OwnedExtensionAssignment_3_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ (
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedExtensionTypeExtensionParserRuleCall_3_0_0()); }
+ ruleTypeExtension
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedExtensionTypeExtensionParserRuleCall_3_0_0()); }
+ )
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_3_1_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ (
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_1_0()); }
+ rulePrototypeBinding
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_1_0()); }
+ )
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_3_1_2_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ (
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_2_1_0()); }
+ rulePrototypeBinding
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_2_1_0()); }
+ )
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualProcessorType__NoPrototypesAssignment_4_1_0_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ (
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getNoPrototypesNoneKeyword_4_1_0_0_0()); }
+ (
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getNoPrototypesNoneKeyword_4_1_0_0_0()); }
+ None
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getNoPrototypesNoneKeyword_4_1_0_0_0()); }
+ )
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getNoPrototypesNoneKeyword_4_1_0_0_0()); }
+ )
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualProcessorType__OwnedPrototypeAssignment_4_1_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ (
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypePrototypeParserRuleCall_4_1_1_0()); }
+ rulePrototype
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypePrototypeParserRuleCall_4_1_1_0()); }
+ )
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualProcessorType__NoFeaturesAssignment_5_1_0_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ (
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getNoFeaturesNoneKeyword_5_1_0_0_0()); }
+ (
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getNoFeaturesNoneKeyword_5_1_0_0_0()); }
+ None
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getNoFeaturesNoneKeyword_5_1_0_0_0()); }
+ )
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getNoFeaturesNoneKeyword_5_1_0_0_0()); }
+ )
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualProcessorType__OwnedDataPortAssignment_5_1_1_0
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ (
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedDataPortDataPortParserRuleCall_5_1_1_0_0()); }
+ ruleDataPort
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedDataPortDataPortParserRuleCall_5_1_1_0_0()); }
+ )
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualProcessorType__OwnedEventPortAssignment_5_1_1_1
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ (
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedEventPortEventPortParserRuleCall_5_1_1_1_0()); }
+ ruleEventPort
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedEventPortEventPortParserRuleCall_5_1_1_1_0()); }
+ )
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualProcessorType__OwnedEventDataPortAssignment_5_1_1_2
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ (
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedEventDataPortEventDataPortParserRuleCall_5_1_1_2_0()); }
+ ruleEventDataPort
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedEventDataPortEventDataPortParserRuleCall_5_1_1_2_0()); }
+ )
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualProcessorType__OwnedFeatureGroupAssignment_5_1_1_3
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ (
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFeatureGroupFeatureGroupParserRuleCall_5_1_1_3_0()); }
+ ruleFeatureGroup
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFeatureGroupFeatureGroupParserRuleCall_5_1_1_3_0()); }
+ )
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualProcessorType__OwnedSubprogramAccessAssignment_5_1_1_4
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ (
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedSubprogramAccessSubprogramAccessParserRuleCall_5_1_1_4_0()); }
+ ruleSubprogramAccess
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedSubprogramAccessSubprogramAccessParserRuleCall_5_1_1_4_0()); }
+ )
+;
+finally {
+ restoreStackSize(stackSize);
+}
+
+rule__VirtualProcessorType__OwnedSubprogramGroupAccessAssignment_5_1_1_5
+ @init {
+ int stackSize = keepStackSize();
+ }
+:
+ (
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedSubprogramGroupAccessSubprogramGroupAccessParserRuleCall_5_1_1_5_0()); }
+ ruleSubprogramGroupAccess
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedSubprogramGroupAccessSubprogramGroupAccessParserRuleCall_5_1_1_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__OwnedAbstractFeatureAssignment_4_1_1_4
+rule__VirtualProcessorType__OwnedAbstractFeatureAssignment_5_1_1_6
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getOwnedAbstractFeatureAbstractFeatureParserRuleCall_4_1_1_4_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedAbstractFeatureAbstractFeatureParserRuleCall_5_1_1_6_0()); }
ruleAbstractFeature
- { after(grammarAccess.getVirtualBusTypeAccess().getOwnedAbstractFeatureAbstractFeatureParserRuleCall_4_1_1_4_0()); }
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedAbstractFeatureAbstractFeatureParserRuleCall_5_1_1_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__OwnedBusAccessAssignment_4_1_1_5
+rule__VirtualProcessorType__OwnedBusAccessAssignment_5_1_1_7
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getOwnedBusAccessBusAccessParserRuleCall_4_1_1_5_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedBusAccessBusAccessParserRuleCall_5_1_1_7_0()); }
ruleBusAccess
- { after(grammarAccess.getVirtualBusTypeAccess().getOwnedBusAccessBusAccessParserRuleCall_4_1_1_5_0()); }
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedBusAccessBusAccessParserRuleCall_5_1_1_7_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusType__DerivedModesAssignment_5_0_0
+rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_6_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusTypeAccess().getDerivedModesRequiresModesKeywordsParserRuleCall_5_0_0_0()); }
- ruleRequiresModesKeywords
- { after(grammarAccess.getVirtualBusTypeAccess().getDerivedModesRequiresModesKeywordsParserRuleCall_5_0_0_0()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualBusType__OwnedModeAssignment_5_0_1
- @init {
- int stackSize = keepStackSize();
- }
-:
- (
- { before(grammarAccess.getVirtualBusTypeAccess().getOwnedModeModeParserRuleCall_5_0_1_0()); }
- ruleMode
- { after(grammarAccess.getVirtualBusTypeAccess().getOwnedModeModeParserRuleCall_5_0_1_0()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualBusType__OwnedModeAssignment_5_1_1_0_0
- @init {
- int stackSize = keepStackSize();
- }
-:
- (
- { before(grammarAccess.getVirtualBusTypeAccess().getOwnedModeModeParserRuleCall_5_1_1_0_0_0()); }
- ruleMode
- { after(grammarAccess.getVirtualBusTypeAccess().getOwnedModeModeParserRuleCall_5_1_1_0_0_0()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualBusType__OwnedModeTransitionAssignment_5_1_1_0_1
- @init {
- int stackSize = keepStackSize();
- }
-:
- (
- { before(grammarAccess.getVirtualBusTypeAccess().getOwnedModeTransitionModeTransitionParserRuleCall_5_1_1_0_1_0()); }
- ruleModeTransition
- { after(grammarAccess.getVirtualBusTypeAccess().getOwnedModeTransitionModeTransitionParserRuleCall_5_1_1_0_1_0()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualBusType__NoModesAssignment_5_1_1_1_0
- @init {
- int stackSize = keepStackSize();
- }
-:
- (
- { before(grammarAccess.getVirtualBusTypeAccess().getNoModesNoneKeyword_5_1_1_1_0_0()); }
- (
- { before(grammarAccess.getVirtualBusTypeAccess().getNoModesNoneKeyword_5_1_1_1_0_0()); }
- None
- { after(grammarAccess.getVirtualBusTypeAccess().getNoModesNoneKeyword_5_1_1_1_0_0()); }
- )
- { after(grammarAccess.getVirtualBusTypeAccess().getNoModesNoneKeyword_5_1_1_1_0_0()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualBusType__OwnedPropertyAssociationAssignment_6_1_0
- @init {
- int stackSize = keepStackSize();
- }
-:
- (
- { before(grammarAccess.getVirtualBusTypeAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_6_1_0_0()); }
- ruleContainedPropertyAssociation
- { after(grammarAccess.getVirtualBusTypeAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_6_1_0_0()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualBusType__NoPropertiesAssignment_6_1_1_0
- @init {
- int stackSize = keepStackSize();
- }
-:
- (
- { before(grammarAccess.getVirtualBusTypeAccess().getNoPropertiesNoneKeyword_6_1_1_0_0()); }
- (
- { before(grammarAccess.getVirtualBusTypeAccess().getNoPropertiesNoneKeyword_6_1_1_0_0()); }
- None
- { after(grammarAccess.getVirtualBusTypeAccess().getNoPropertiesNoneKeyword_6_1_1_0_0()); }
- )
- { after(grammarAccess.getVirtualBusTypeAccess().getNoPropertiesNoneKeyword_6_1_1_0_0()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualBusType__OwnedAnnexSubclauseAssignment_7
- @init {
- int stackSize = keepStackSize();
- }
-:
- (
- { before(grammarAccess.getVirtualBusTypeAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_7_0()); }
- ruleAnnexSubclause
- { after(grammarAccess.getVirtualBusTypeAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_7_0()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorType__NameAssignment_1
- @init {
- int stackSize = keepStackSize();
- }
-:
- (
- { before(grammarAccess.getVirtualProcessorTypeAccess().getNameIDTerminalRuleCall_1_0()); }
- RULE_ID
- { after(grammarAccess.getVirtualProcessorTypeAccess().getNameIDTerminalRuleCall_1_0()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorType__OwnedExtensionAssignment_2_0
- @init {
- int stackSize = keepStackSize();
- }
-:
- (
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedExtensionTypeExtensionParserRuleCall_2_0_0()); }
- ruleTypeExtension
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedExtensionTypeExtensionParserRuleCall_2_0_0()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_2_1_1
- @init {
- int stackSize = keepStackSize();
- }
-:
- (
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_1_0()); }
- rulePrototypeBinding
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_1_0()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_2_1_2_1
- @init {
- int stackSize = keepStackSize();
- }
-:
- (
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_2_1_0()); }
- rulePrototypeBinding
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_2_1_0()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorType__NoPrototypesAssignment_3_1_0_0
- @init {
- int stackSize = keepStackSize();
- }
-:
- (
- { before(grammarAccess.getVirtualProcessorTypeAccess().getNoPrototypesNoneKeyword_3_1_0_0_0()); }
- (
- { before(grammarAccess.getVirtualProcessorTypeAccess().getNoPrototypesNoneKeyword_3_1_0_0_0()); }
- None
- { after(grammarAccess.getVirtualProcessorTypeAccess().getNoPrototypesNoneKeyword_3_1_0_0_0()); }
- )
- { after(grammarAccess.getVirtualProcessorTypeAccess().getNoPrototypesNoneKeyword_3_1_0_0_0()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorType__OwnedPrototypeAssignment_3_1_1
- @init {
- int stackSize = keepStackSize();
- }
-:
- (
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypePrototypeParserRuleCall_3_1_1_0()); }
- rulePrototype
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypePrototypeParserRuleCall_3_1_1_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFlowSpecificationFlowSpecificationParserRuleCall_6_1_0_0()); }
+ ruleFlowSpecification
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFlowSpecificationFlowSpecificationParserRuleCall_6_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__NoFeaturesAssignment_4_1_0_0
+rule__VirtualProcessorType__NoFlowsAssignment_6_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getNoFeaturesNoneKeyword_4_1_0_0_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getNoFlowsNoneKeyword_6_1_1_0_0()); }
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getNoFeaturesNoneKeyword_4_1_0_0_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getNoFlowsNoneKeyword_6_1_1_0_0()); }
None
- { after(grammarAccess.getVirtualProcessorTypeAccess().getNoFeaturesNoneKeyword_4_1_0_0_0()); }
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getNoFlowsNoneKeyword_6_1_1_0_0()); }
)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getNoFeaturesNoneKeyword_4_1_0_0_0()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorType__OwnedDataPortAssignment_4_1_1_0
- @init {
- int stackSize = keepStackSize();
- }
-:
- (
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedDataPortDataPortParserRuleCall_4_1_1_0_0()); }
- ruleDataPort
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedDataPortDataPortParserRuleCall_4_1_1_0_0()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorType__OwnedEventPortAssignment_4_1_1_1
- @init {
- int stackSize = keepStackSize();
- }
-:
- (
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedEventPortEventPortParserRuleCall_4_1_1_1_0()); }
- ruleEventPort
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedEventPortEventPortParserRuleCall_4_1_1_1_0()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorType__OwnedEventDataPortAssignment_4_1_1_2
- @init {
- int stackSize = keepStackSize();
- }
-:
- (
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedEventDataPortEventDataPortParserRuleCall_4_1_1_2_0()); }
- ruleEventDataPort
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedEventDataPortEventDataPortParserRuleCall_4_1_1_2_0()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorType__OwnedFeatureGroupAssignment_4_1_1_3
- @init {
- int stackSize = keepStackSize();
- }
-:
- (
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFeatureGroupFeatureGroupParserRuleCall_4_1_1_3_0()); }
- ruleFeatureGroup
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFeatureGroupFeatureGroupParserRuleCall_4_1_1_3_0()); }
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getNoFlowsNoneKeyword_6_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__OwnedSubprogramAccessAssignment_4_1_1_4
+rule__VirtualProcessorType__DerivedModesAssignment_7_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedSubprogramAccessSubprogramAccessParserRuleCall_4_1_1_4_0()); }
- ruleSubprogramAccess
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedSubprogramAccessSubprogramAccessParserRuleCall_4_1_1_4_0()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorType__OwnedSubprogramGroupAccessAssignment_4_1_1_5
- @init {
- int stackSize = keepStackSize();
- }
-:
- (
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedSubprogramGroupAccessSubprogramGroupAccessParserRuleCall_4_1_1_5_0()); }
- ruleSubprogramGroupAccess
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedSubprogramGroupAccessSubprogramGroupAccessParserRuleCall_4_1_1_5_0()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorType__OwnedAbstractFeatureAssignment_4_1_1_6
- @init {
- int stackSize = keepStackSize();
- }
-:
- (
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedAbstractFeatureAbstractFeatureParserRuleCall_4_1_1_6_0()); }
- ruleAbstractFeature
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedAbstractFeatureAbstractFeatureParserRuleCall_4_1_1_6_0()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorType__OwnedBusAccessAssignment_4_1_1_7
- @init {
- int stackSize = keepStackSize();
- }
-:
- (
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedBusAccessBusAccessParserRuleCall_4_1_1_7_0()); }
- ruleBusAccess
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedBusAccessBusAccessParserRuleCall_4_1_1_7_0()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_5_1_0
- @init {
- int stackSize = keepStackSize();
- }
-:
- (
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFlowSpecificationFlowSpecificationParserRuleCall_5_1_0_0()); }
- ruleFlowSpecification
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFlowSpecificationFlowSpecificationParserRuleCall_5_1_0_0()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorType__NoFlowsAssignment_5_1_1_0
- @init {
- int stackSize = keepStackSize();
- }
-:
- (
- { before(grammarAccess.getVirtualProcessorTypeAccess().getNoFlowsNoneKeyword_5_1_1_0_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getDerivedModesRequiresKeyword_7_0_0_0()); }
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getNoFlowsNoneKeyword_5_1_1_0_0()); }
- None
- { after(grammarAccess.getVirtualProcessorTypeAccess().getNoFlowsNoneKeyword_5_1_1_0_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getDerivedModesRequiresKeyword_7_0_0_0()); }
+ Requires
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getDerivedModesRequiresKeyword_7_0_0_0()); }
)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getNoFlowsNoneKeyword_5_1_1_0_0()); }
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getDerivedModesRequiresKeyword_7_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__DerivedModesAssignment_6_0_0
+rule__VirtualProcessorType__OwnedModeAssignment_7_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getDerivedModesRequiresModesKeywordsParserRuleCall_6_0_0_0()); }
- ruleRequiresModesKeywords
- { after(grammarAccess.getVirtualProcessorTypeAccess().getDerivedModesRequiresModesKeywordsParserRuleCall_6_0_0_0()); }
- )
-;
-finally {
- restoreStackSize(stackSize);
-}
-
-rule__VirtualProcessorType__OwnedModeAssignment_6_0_1
- @init {
- int stackSize = keepStackSize();
- }
-:
- (
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeModeParserRuleCall_6_0_1_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeModeParserRuleCall_7_0_2_0()); }
ruleMode
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeModeParserRuleCall_6_0_1_0()); }
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeModeParserRuleCall_7_0_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__OwnedModeAssignment_6_1_1_0_0
+rule__VirtualProcessorType__OwnedModeAssignment_7_1_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeModeParserRuleCall_6_1_1_0_0_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeModeParserRuleCall_7_1_1_0_0_0()); }
ruleMode
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeModeParserRuleCall_6_1_1_0_0_0()); }
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeModeParserRuleCall_7_1_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__OwnedModeTransitionAssignment_6_1_1_0_1
+rule__VirtualProcessorType__OwnedModeTransitionAssignment_7_1_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeTransitionModeTransitionParserRuleCall_6_1_1_0_1_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeTransitionModeTransitionParserRuleCall_7_1_1_0_1_0()); }
ruleModeTransition
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeTransitionModeTransitionParserRuleCall_6_1_1_0_1_0()); }
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeTransitionModeTransitionParserRuleCall_7_1_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__NoModesAssignment_6_1_1_1_0
+rule__VirtualProcessorType__NoModesAssignment_7_1_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getNoModesNoneKeyword_6_1_1_1_0_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getNoModesNoneKeyword_7_1_1_1_0_0()); }
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getNoModesNoneKeyword_6_1_1_1_0_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getNoModesNoneKeyword_7_1_1_1_0_0()); }
None
- { after(grammarAccess.getVirtualProcessorTypeAccess().getNoModesNoneKeyword_6_1_1_1_0_0()); }
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getNoModesNoneKeyword_7_1_1_1_0_0()); }
)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getNoModesNoneKeyword_6_1_1_1_0_0()); }
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getNoModesNoneKeyword_7_1_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_7_1_0
+rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_8_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_7_1_0_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_8_1_0_0()); }
ruleContainedPropertyAssociation
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_7_1_0_0()); }
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_8_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__NoPropertiesAssignment_7_1_1_0
+rule__VirtualProcessorType__NoPropertiesAssignment_8_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getNoPropertiesNoneKeyword_7_1_1_0_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getNoPropertiesNoneKeyword_8_1_1_0_0()); }
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getNoPropertiesNoneKeyword_7_1_1_0_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getNoPropertiesNoneKeyword_8_1_1_0_0()); }
None
- { after(grammarAccess.getVirtualProcessorTypeAccess().getNoPropertiesNoneKeyword_7_1_1_0_0()); }
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getNoPropertiesNoneKeyword_8_1_1_0_0()); }
)
- { after(grammarAccess.getVirtualProcessorTypeAccess().getNoPropertiesNoneKeyword_7_1_1_0_0()); }
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getNoPropertiesNoneKeyword_8_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorType__OwnedAnnexSubclauseAssignment_8
+rule__VirtualProcessorType__OwnedAnnexSubclauseAssignment_9
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_8_0()); }
+ { before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_9_0()); }
ruleAnnexSubclause
- { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_8_0()); }
+ { after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_9_0()); }
)
;
finally {
@@ -112474,24 +114056,28 @@ rule__DataType__DerivedModesAssignment_6_0_0
}
:
(
- { before(grammarAccess.getDataTypeAccess().getDerivedModesRequiresModesKeywordsParserRuleCall_6_0_0_0()); }
- ruleRequiresModesKeywords
- { after(grammarAccess.getDataTypeAccess().getDerivedModesRequiresModesKeywordsParserRuleCall_6_0_0_0()); }
+ { before(grammarAccess.getDataTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
+ (
+ { before(grammarAccess.getDataTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
+ Requires
+ { after(grammarAccess.getDataTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
+ )
+ { after(grammarAccess.getDataTypeAccess().getDerivedModesRequiresKeyword_6_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataType__OwnedModeAssignment_6_0_1
+rule__DataType__OwnedModeAssignment_6_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataTypeAccess().getOwnedModeModeParserRuleCall_6_0_1_0()); }
+ { before(grammarAccess.getDataTypeAccess().getOwnedModeModeParserRuleCall_6_0_2_0()); }
ruleMode
- { after(grammarAccess.getDataTypeAccess().getOwnedModeModeParserRuleCall_6_0_1_0()); }
+ { after(grammarAccess.getDataTypeAccess().getOwnedModeModeParserRuleCall_6_0_2_0()); }
)
;
finally {
@@ -112615,6459 +114201,6459 @@ finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedRealizationAssignment_1
+rule__AbstractImplementation__OwnedRealizationAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedRealizationRealizationParserRuleCall_1_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedRealizationRealizationParserRuleCall_2_0()); }
ruleRealization
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedRealizationRealizationParserRuleCall_1_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedRealizationRealizationParserRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__NameAssignment_3
+rule__AbstractImplementation__NameAssignment_4
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getNameINAMEParserRuleCall_3_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getNameINAMEParserRuleCall_4_0()); }
ruleINAME
- { after(grammarAccess.getAbstractImplementationAccess().getNameINAMEParserRuleCall_3_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getNameINAMEParserRuleCall_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedExtensionAssignment_4
+rule__AbstractImplementation__OwnedExtensionAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_4_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_5_0()); }
ruleImplementationExtension
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_4_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedPrototypeBindingAssignment_5_1
+rule__AbstractImplementation__OwnedPrototypeBindingAssignment_6_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_1_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_1_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedPrototypeBindingAssignment_5_2_1
+rule__AbstractImplementation__OwnedPrototypeBindingAssignment_6_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_2_1_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_2_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_2_1_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedPrototypeAssignment_6_1_0
+rule__AbstractImplementation__OwnedPrototypeAssignment_7_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_6_1_0_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_7_1_0_0()); }
rulePrototype
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_6_1_0_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_7_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__NoPrototypesAssignment_6_1_1_0
+rule__AbstractImplementation__NoPrototypesAssignment_7_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
(
- { before(grammarAccess.getAbstractImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
None
- { after(grammarAccess.getAbstractImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
)
- { after(grammarAccess.getAbstractImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedSystemSubcomponentAssignment_7_1_0_0
+rule__AbstractImplementation__OwnedSystemSubcomponentAssignment_8_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedSystemSubcomponentSystemSubcomponentParserRuleCall_7_1_0_0_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedSystemSubcomponentSystemSubcomponentParserRuleCall_8_1_0_0_0()); }
ruleSystemSubcomponent
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedSystemSubcomponentSystemSubcomponentParserRuleCall_7_1_0_0_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedSystemSubcomponentSystemSubcomponentParserRuleCall_8_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1
+rule__AbstractImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramSubcomponentSubprogramSubcomponentParserRuleCall_7_1_0_1_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramSubcomponentSubprogramSubcomponentParserRuleCall_8_1_0_1_0()); }
ruleSubprogramSubcomponent
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramSubcomponentSubprogramSubcomponentParserRuleCall_7_1_0_1_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramSubcomponentSubprogramSubcomponentParserRuleCall_8_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2
+rule__AbstractImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramGroupSubcomponentSubprogramGroupSubcomponentParserRuleCall_7_1_0_2_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramGroupSubcomponentSubprogramGroupSubcomponentParserRuleCall_8_1_0_2_0()); }
ruleSubprogramGroupSubcomponent
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramGroupSubcomponentSubprogramGroupSubcomponentParserRuleCall_7_1_0_2_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramGroupSubcomponentSubprogramGroupSubcomponentParserRuleCall_8_1_0_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedThreadSubcomponentAssignment_7_1_0_3
+rule__AbstractImplementation__OwnedThreadSubcomponentAssignment_8_1_0_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedThreadSubcomponentThreadSubcomponentParserRuleCall_7_1_0_3_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedThreadSubcomponentThreadSubcomponentParserRuleCall_8_1_0_3_0()); }
ruleThreadSubcomponent
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedThreadSubcomponentThreadSubcomponentParserRuleCall_7_1_0_3_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedThreadSubcomponentThreadSubcomponentParserRuleCall_8_1_0_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_4
+rule__AbstractImplementation__OwnedThreadGroupSubcomponentAssignment_8_1_0_4
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedThreadGroupSubcomponentThreadGroupSubcomponentParserRuleCall_7_1_0_4_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedThreadGroupSubcomponentThreadGroupSubcomponentParserRuleCall_8_1_0_4_0()); }
ruleThreadGroupSubcomponent
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedThreadGroupSubcomponentThreadGroupSubcomponentParserRuleCall_7_1_0_4_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedThreadGroupSubcomponentThreadGroupSubcomponentParserRuleCall_8_1_0_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedProcessSubcomponentAssignment_7_1_0_5
+rule__AbstractImplementation__OwnedProcessSubcomponentAssignment_8_1_0_5
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedProcessSubcomponentProcessSubcomponentParserRuleCall_7_1_0_5_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedProcessSubcomponentProcessSubcomponentParserRuleCall_8_1_0_5_0()); }
ruleProcessSubcomponent
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedProcessSubcomponentProcessSubcomponentParserRuleCall_7_1_0_5_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedProcessSubcomponentProcessSubcomponentParserRuleCall_8_1_0_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedProcessorSubcomponentAssignment_7_1_0_6
+rule__AbstractImplementation__OwnedProcessorSubcomponentAssignment_8_1_0_6
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedProcessorSubcomponentProcessorSubcomponentParserRuleCall_7_1_0_6_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedProcessorSubcomponentProcessorSubcomponentParserRuleCall_8_1_0_6_0()); }
ruleProcessorSubcomponent
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedProcessorSubcomponentProcessorSubcomponentParserRuleCall_7_1_0_6_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedProcessorSubcomponentProcessorSubcomponentParserRuleCall_8_1_0_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_7
+rule__AbstractImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_7
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedVirtualProcessorSubcomponentVirtualProcessorSubcomponentParserRuleCall_7_1_0_7_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedVirtualProcessorSubcomponentVirtualProcessorSubcomponentParserRuleCall_8_1_0_7_0()); }
ruleVirtualProcessorSubcomponent
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedVirtualProcessorSubcomponentVirtualProcessorSubcomponentParserRuleCall_7_1_0_7_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedVirtualProcessorSubcomponentVirtualProcessorSubcomponentParserRuleCall_8_1_0_7_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedMemorySubcomponentAssignment_7_1_0_8
+rule__AbstractImplementation__OwnedMemorySubcomponentAssignment_8_1_0_8
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedMemorySubcomponentMemorySubcomponentParserRuleCall_7_1_0_8_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedMemorySubcomponentMemorySubcomponentParserRuleCall_8_1_0_8_0()); }
ruleMemorySubcomponent
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedMemorySubcomponentMemorySubcomponentParserRuleCall_7_1_0_8_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedMemorySubcomponentMemorySubcomponentParserRuleCall_8_1_0_8_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedDeviceSubcomponentAssignment_7_1_0_9
+rule__AbstractImplementation__OwnedDeviceSubcomponentAssignment_8_1_0_9
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedDeviceSubcomponentDeviceSubcomponentParserRuleCall_7_1_0_9_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedDeviceSubcomponentDeviceSubcomponentParserRuleCall_8_1_0_9_0()); }
ruleDeviceSubcomponent
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedDeviceSubcomponentDeviceSubcomponentParserRuleCall_7_1_0_9_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedDeviceSubcomponentDeviceSubcomponentParserRuleCall_8_1_0_9_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedBusSubcomponentAssignment_7_1_0_10
+rule__AbstractImplementation__OwnedBusSubcomponentAssignment_8_1_0_10
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedBusSubcomponentBusSubcomponentParserRuleCall_7_1_0_10_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedBusSubcomponentBusSubcomponentParserRuleCall_8_1_0_10_0()); }
ruleBusSubcomponent
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedBusSubcomponentBusSubcomponentParserRuleCall_7_1_0_10_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedBusSubcomponentBusSubcomponentParserRuleCall_8_1_0_10_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_11
+rule__AbstractImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_11
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedVirtualBusSubcomponentVirtualBusSubcomponentParserRuleCall_7_1_0_11_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedVirtualBusSubcomponentVirtualBusSubcomponentParserRuleCall_8_1_0_11_0()); }
ruleVirtualBusSubcomponent
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedVirtualBusSubcomponentVirtualBusSubcomponentParserRuleCall_7_1_0_11_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedVirtualBusSubcomponentVirtualBusSubcomponentParserRuleCall_8_1_0_11_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedDataSubcomponentAssignment_7_1_0_12
+rule__AbstractImplementation__OwnedDataSubcomponentAssignment_8_1_0_12
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_7_1_0_12_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_8_1_0_12_0()); }
ruleDataSubcomponent
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_7_1_0_12_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_8_1_0_12_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_13
+rule__AbstractImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_13
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_7_1_0_13_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_8_1_0_13_0()); }
ruleAbstractSubcomponent
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_7_1_0_13_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_8_1_0_13_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__NoSubcomponentsAssignment_7_1_1_0
+rule__AbstractImplementation__NoSubcomponentsAssignment_8_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
(
- { before(grammarAccess.getAbstractImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
None
- { after(grammarAccess.getAbstractImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
)
- { after(grammarAccess.getAbstractImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedEventSourceAssignment_8_1_0
+rule__AbstractImplementation__OwnedEventSourceAssignment_9_2_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_8_1_0_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_9_2_0_0()); }
ruleEventSource
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_8_1_0_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_9_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedEventDataSourceAssignment_8_1_1
+rule__AbstractImplementation__OwnedEventDataSourceAssignment_9_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_8_1_1_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_9_2_1_0()); }
ruleEventDataSource
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_8_1_1_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_9_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedPortProxyAssignment_9_1_0
+rule__AbstractImplementation__OwnedPortProxyAssignment_10_2_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_9_1_0_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_10_2_0_0()); }
rulePortProxy
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_9_1_0_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_10_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedSubprogramProxyAssignment_9_1_1
+rule__AbstractImplementation__OwnedSubprogramProxyAssignment_10_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_9_1_1_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_10_2_1_0()); }
ruleSubprogramProxy
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_9_1_1_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_10_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0
+rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramCallSequenceSubprogramCallSequenceParserRuleCall_10_1_0_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramCallSequenceSubprogramCallSequenceParserRuleCall_11_1_0_0()); }
ruleSubprogramCallSequence
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramCallSequenceSubprogramCallSequenceParserRuleCall_10_1_0_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramCallSequenceSubprogramCallSequenceParserRuleCall_11_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__NoCallsAssignment_10_1_1_0
+rule__AbstractImplementation__NoCallsAssignment_11_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getNoCallsNoneKeyword_10_1_1_0_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getNoCallsNoneKeyword_11_1_1_0_0()); }
(
- { before(grammarAccess.getAbstractImplementationAccess().getNoCallsNoneKeyword_10_1_1_0_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getNoCallsNoneKeyword_11_1_1_0_0()); }
None
- { after(grammarAccess.getAbstractImplementationAccess().getNoCallsNoneKeyword_10_1_1_0_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getNoCallsNoneKeyword_11_1_1_0_0()); }
)
- { after(grammarAccess.getAbstractImplementationAccess().getNoCallsNoneKeyword_10_1_1_0_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getNoCallsNoneKeyword_11_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedPortConnectionAssignment_11_1_0_0
+rule__AbstractImplementation__OwnedPortConnectionAssignment_12_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_11_1_0_0_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_12_1_0_0_0()); }
rulePortConnection
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_11_1_0_0_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_12_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedAccessConnectionAssignment_11_1_0_1
+rule__AbstractImplementation__OwnedAccessConnectionAssignment_12_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_11_1_0_1_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_12_1_0_1_0()); }
ruleAccessConnection
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_11_1_0_1_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_12_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2
+rule__AbstractImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_11_1_0_2_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_12_1_0_2_0()); }
ruleFeatureGroupConnection
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_11_1_0_2_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_12_1_0_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedFeatureConnectionAssignment_11_1_0_3
+rule__AbstractImplementation__OwnedFeatureConnectionAssignment_12_1_0_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_11_1_0_3_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_12_1_0_3_0()); }
ruleFeatureConnection
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_11_1_0_3_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_12_1_0_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedParameterConnectionAssignment_11_1_0_4
+rule__AbstractImplementation__OwnedParameterConnectionAssignment_12_1_0_4
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedParameterConnectionParameterConnectionParserRuleCall_11_1_0_4_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedParameterConnectionParameterConnectionParserRuleCall_12_1_0_4_0()); }
ruleParameterConnection
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedParameterConnectionParameterConnectionParserRuleCall_11_1_0_4_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedParameterConnectionParameterConnectionParserRuleCall_12_1_0_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__NoConnectionsAssignment_11_1_1_0
+rule__AbstractImplementation__NoConnectionsAssignment_12_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getNoConnectionsNoneKeyword_11_1_1_0_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getNoConnectionsNoneKeyword_12_1_1_0_0()); }
(
- { before(grammarAccess.getAbstractImplementationAccess().getNoConnectionsNoneKeyword_11_1_1_0_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getNoConnectionsNoneKeyword_12_1_1_0_0()); }
None
- { after(grammarAccess.getAbstractImplementationAccess().getNoConnectionsNoneKeyword_11_1_1_0_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getNoConnectionsNoneKeyword_12_1_1_0_0()); }
)
- { after(grammarAccess.getAbstractImplementationAccess().getNoConnectionsNoneKeyword_11_1_1_0_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getNoConnectionsNoneKeyword_12_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedFlowImplementationAssignment_12_1_0_0
+rule__AbstractImplementation__OwnedFlowImplementationAssignment_13_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_12_1_0_0_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_13_1_0_0_0()); }
ruleFlowImplementation
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_12_1_0_0_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_13_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedEndToEndFlowAssignment_12_1_0_1
+rule__AbstractImplementation__OwnedEndToEndFlowAssignment_13_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_12_1_0_1_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_13_1_0_1_0()); }
ruleEndToEndFlow
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_12_1_0_1_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_13_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__NoFlowsAssignment_12_1_1_0
+rule__AbstractImplementation__NoFlowsAssignment_13_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getNoFlowsNoneKeyword_12_1_1_0_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getNoFlowsNoneKeyword_13_1_1_0_0()); }
(
- { before(grammarAccess.getAbstractImplementationAccess().getNoFlowsNoneKeyword_12_1_1_0_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getNoFlowsNoneKeyword_13_1_1_0_0()); }
None
- { after(grammarAccess.getAbstractImplementationAccess().getNoFlowsNoneKeyword_12_1_1_0_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getNoFlowsNoneKeyword_13_1_1_0_0()); }
)
- { after(grammarAccess.getAbstractImplementationAccess().getNoFlowsNoneKeyword_12_1_1_0_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getNoFlowsNoneKeyword_13_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedModeAssignment_13_1_0_0
+rule__AbstractImplementation__OwnedModeAssignment_14_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedModeModeParserRuleCall_13_1_0_0_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedModeModeParserRuleCall_14_1_0_0_0()); }
ruleMode
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedModeModeParserRuleCall_13_1_0_0_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedModeModeParserRuleCall_14_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedModeTransitionAssignment_13_1_0_1
+rule__AbstractImplementation__OwnedModeTransitionAssignment_14_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_13_1_0_1_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_14_1_0_1_0()); }
ruleModeTransition
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_13_1_0_1_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_14_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__NoModesAssignment_13_1_1_0
+rule__AbstractImplementation__NoModesAssignment_14_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getNoModesNoneKeyword_13_1_1_0_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getNoModesNoneKeyword_14_1_1_0_0()); }
(
- { before(grammarAccess.getAbstractImplementationAccess().getNoModesNoneKeyword_13_1_1_0_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getNoModesNoneKeyword_14_1_1_0_0()); }
None
- { after(grammarAccess.getAbstractImplementationAccess().getNoModesNoneKeyword_13_1_1_0_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getNoModesNoneKeyword_14_1_1_0_0()); }
)
- { after(grammarAccess.getAbstractImplementationAccess().getNoModesNoneKeyword_13_1_1_0_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getNoModesNoneKeyword_14_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedPropertyAssociationAssignment_14_1_0
+rule__AbstractImplementation__OwnedPropertyAssociationAssignment_15_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_14_1_0_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_15_1_0_0()); }
ruleContainedPropertyAssociation
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_14_1_0_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_15_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__NoPropertiesAssignment_14_1_1_0
+rule__AbstractImplementation__NoPropertiesAssignment_15_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getNoPropertiesNoneKeyword_14_1_1_0_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getNoPropertiesNoneKeyword_15_1_1_0_0()); }
(
- { before(grammarAccess.getAbstractImplementationAccess().getNoPropertiesNoneKeyword_14_1_1_0_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getNoPropertiesNoneKeyword_15_1_1_0_0()); }
None
- { after(grammarAccess.getAbstractImplementationAccess().getNoPropertiesNoneKeyword_14_1_1_0_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getNoPropertiesNoneKeyword_15_1_1_0_0()); }
)
- { after(grammarAccess.getAbstractImplementationAccess().getNoPropertiesNoneKeyword_14_1_1_0_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getNoPropertiesNoneKeyword_15_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractImplementation__OwnedAnnexSubclauseAssignment_15
+rule__AbstractImplementation__OwnedAnnexSubclauseAssignment_16
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_15_0()); }
+ { before(grammarAccess.getAbstractImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_16_0()); }
ruleAnnexSubclause
- { after(grammarAccess.getAbstractImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_15_0()); }
+ { after(grammarAccess.getAbstractImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_16_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__OwnedRealizationAssignment_1
+rule__SystemImplementation__OwnedRealizationAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedRealizationRealizationParserRuleCall_1_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedRealizationRealizationParserRuleCall_2_0()); }
ruleRealization
- { after(grammarAccess.getSystemImplementationAccess().getOwnedRealizationRealizationParserRuleCall_1_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedRealizationRealizationParserRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__NameAssignment_3
+rule__SystemImplementation__NameAssignment_4
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getNameINAMEParserRuleCall_3_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getNameINAMEParserRuleCall_4_0()); }
ruleINAME
- { after(grammarAccess.getSystemImplementationAccess().getNameINAMEParserRuleCall_3_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getNameINAMEParserRuleCall_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__OwnedExtensionAssignment_4
+rule__SystemImplementation__OwnedExtensionAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_4_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_5_0()); }
ruleImplementationExtension
- { after(grammarAccess.getSystemImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_4_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__OwnedPrototypeBindingAssignment_5_1
+rule__SystemImplementation__OwnedPrototypeBindingAssignment_6_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_1_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_1_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__OwnedPrototypeBindingAssignment_5_2_1
+rule__SystemImplementation__OwnedPrototypeBindingAssignment_6_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_2_1_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_2_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_2_1_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__OwnedPrototypeAssignment_6_1_0
+rule__SystemImplementation__OwnedPrototypeAssignment_7_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_6_1_0_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_7_1_0_0()); }
rulePrototype
- { after(grammarAccess.getSystemImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_6_1_0_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_7_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__NoPrototypesAssignment_6_1_1_0
+rule__SystemImplementation__NoPrototypesAssignment_7_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
(
- { before(grammarAccess.getSystemImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
None
- { after(grammarAccess.getSystemImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
)
- { after(grammarAccess.getSystemImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__OwnedSystemSubcomponentAssignment_7_1_0_0
+rule__SystemImplementation__OwnedSystemSubcomponentAssignment_8_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedSystemSubcomponentSystemSubcomponentParserRuleCall_7_1_0_0_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedSystemSubcomponentSystemSubcomponentParserRuleCall_8_1_0_0_0()); }
ruleSystemSubcomponent
- { after(grammarAccess.getSystemImplementationAccess().getOwnedSystemSubcomponentSystemSubcomponentParserRuleCall_7_1_0_0_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedSystemSubcomponentSystemSubcomponentParserRuleCall_8_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1
+rule__SystemImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramSubcomponentSubprogramSubcomponentParserRuleCall_7_1_0_1_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramSubcomponentSubprogramSubcomponentParserRuleCall_8_1_0_1_0()); }
ruleSubprogramSubcomponent
- { after(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramSubcomponentSubprogramSubcomponentParserRuleCall_7_1_0_1_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramSubcomponentSubprogramSubcomponentParserRuleCall_8_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2
+rule__SystemImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramGroupSubcomponentSubprogramGroupSubcomponentParserRuleCall_7_1_0_2_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramGroupSubcomponentSubprogramGroupSubcomponentParserRuleCall_8_1_0_2_0()); }
ruleSubprogramGroupSubcomponent
- { after(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramGroupSubcomponentSubprogramGroupSubcomponentParserRuleCall_7_1_0_2_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramGroupSubcomponentSubprogramGroupSubcomponentParserRuleCall_8_1_0_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__OwnedProcessSubcomponentAssignment_7_1_0_3
+rule__SystemImplementation__OwnedProcessSubcomponentAssignment_8_1_0_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedProcessSubcomponentProcessSubcomponentParserRuleCall_7_1_0_3_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedProcessSubcomponentProcessSubcomponentParserRuleCall_8_1_0_3_0()); }
ruleProcessSubcomponent
- { after(grammarAccess.getSystemImplementationAccess().getOwnedProcessSubcomponentProcessSubcomponentParserRuleCall_7_1_0_3_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedProcessSubcomponentProcessSubcomponentParserRuleCall_8_1_0_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__OwnedProcessorSubcomponentAssignment_7_1_0_4
+rule__SystemImplementation__OwnedProcessorSubcomponentAssignment_8_1_0_4
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedProcessorSubcomponentProcessorSubcomponentParserRuleCall_7_1_0_4_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedProcessorSubcomponentProcessorSubcomponentParserRuleCall_8_1_0_4_0()); }
ruleProcessorSubcomponent
- { after(grammarAccess.getSystemImplementationAccess().getOwnedProcessorSubcomponentProcessorSubcomponentParserRuleCall_7_1_0_4_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedProcessorSubcomponentProcessorSubcomponentParserRuleCall_8_1_0_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_5
+rule__SystemImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_5
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedVirtualProcessorSubcomponentVirtualProcessorSubcomponentParserRuleCall_7_1_0_5_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedVirtualProcessorSubcomponentVirtualProcessorSubcomponentParserRuleCall_8_1_0_5_0()); }
ruleVirtualProcessorSubcomponent
- { after(grammarAccess.getSystemImplementationAccess().getOwnedVirtualProcessorSubcomponentVirtualProcessorSubcomponentParserRuleCall_7_1_0_5_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedVirtualProcessorSubcomponentVirtualProcessorSubcomponentParserRuleCall_8_1_0_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__OwnedMemorySubcomponentAssignment_7_1_0_6
+rule__SystemImplementation__OwnedMemorySubcomponentAssignment_8_1_0_6
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedMemorySubcomponentMemorySubcomponentParserRuleCall_7_1_0_6_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedMemorySubcomponentMemorySubcomponentParserRuleCall_8_1_0_6_0()); }
ruleMemorySubcomponent
- { after(grammarAccess.getSystemImplementationAccess().getOwnedMemorySubcomponentMemorySubcomponentParserRuleCall_7_1_0_6_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedMemorySubcomponentMemorySubcomponentParserRuleCall_8_1_0_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__OwnedDeviceSubcomponentAssignment_7_1_0_7
+rule__SystemImplementation__OwnedDeviceSubcomponentAssignment_8_1_0_7
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedDeviceSubcomponentDeviceSubcomponentParserRuleCall_7_1_0_7_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedDeviceSubcomponentDeviceSubcomponentParserRuleCall_8_1_0_7_0()); }
ruleDeviceSubcomponent
- { after(grammarAccess.getSystemImplementationAccess().getOwnedDeviceSubcomponentDeviceSubcomponentParserRuleCall_7_1_0_7_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedDeviceSubcomponentDeviceSubcomponentParserRuleCall_8_1_0_7_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__OwnedBusSubcomponentAssignment_7_1_0_8
+rule__SystemImplementation__OwnedBusSubcomponentAssignment_8_1_0_8
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedBusSubcomponentBusSubcomponentParserRuleCall_7_1_0_8_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedBusSubcomponentBusSubcomponentParserRuleCall_8_1_0_8_0()); }
ruleBusSubcomponent
- { after(grammarAccess.getSystemImplementationAccess().getOwnedBusSubcomponentBusSubcomponentParserRuleCall_7_1_0_8_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedBusSubcomponentBusSubcomponentParserRuleCall_8_1_0_8_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_9
+rule__SystemImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_9
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedVirtualBusSubcomponentVirtualBusSubcomponentParserRuleCall_7_1_0_9_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedVirtualBusSubcomponentVirtualBusSubcomponentParserRuleCall_8_1_0_9_0()); }
ruleVirtualBusSubcomponent
- { after(grammarAccess.getSystemImplementationAccess().getOwnedVirtualBusSubcomponentVirtualBusSubcomponentParserRuleCall_7_1_0_9_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedVirtualBusSubcomponentVirtualBusSubcomponentParserRuleCall_8_1_0_9_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__OwnedDataSubcomponentAssignment_7_1_0_10
+rule__SystemImplementation__OwnedDataSubcomponentAssignment_8_1_0_10
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_7_1_0_10_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_8_1_0_10_0()); }
ruleDataSubcomponent
- { after(grammarAccess.getSystemImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_7_1_0_10_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_8_1_0_10_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_11
+rule__SystemImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_11
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_7_1_0_11_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_8_1_0_11_0()); }
ruleAbstractSubcomponent
- { after(grammarAccess.getSystemImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_7_1_0_11_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_8_1_0_11_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__NoSubcomponentsAssignment_7_1_1_0
+rule__SystemImplementation__NoSubcomponentsAssignment_8_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
(
- { before(grammarAccess.getSystemImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
None
- { after(grammarAccess.getSystemImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
)
- { after(grammarAccess.getSystemImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__OwnedEventSourceAssignment_8_1_0
+rule__SystemImplementation__OwnedEventSourceAssignment_9_2_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_8_1_0_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_9_2_0_0()); }
ruleEventSource
- { after(grammarAccess.getSystemImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_8_1_0_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_9_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__OwnedEventDataSourceAssignment_8_1_1
+rule__SystemImplementation__OwnedEventDataSourceAssignment_9_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_8_1_1_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_9_2_1_0()); }
ruleEventDataSource
- { after(grammarAccess.getSystemImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_8_1_1_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_9_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__OwnedPortProxyAssignment_9_1_0
+rule__SystemImplementation__OwnedPortProxyAssignment_10_2_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_9_1_0_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_10_2_0_0()); }
rulePortProxy
- { after(grammarAccess.getSystemImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_9_1_0_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_10_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__OwnedSubprogramProxyAssignment_9_1_1
+rule__SystemImplementation__OwnedSubprogramProxyAssignment_10_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_9_1_1_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_10_2_1_0()); }
ruleSubprogramProxy
- { after(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_9_1_1_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_10_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__OwnedPortConnectionAssignment_10_1_0_0
+rule__SystemImplementation__OwnedPortConnectionAssignment_11_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_10_1_0_0_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_11_1_0_0_0()); }
rulePortConnection
- { after(grammarAccess.getSystemImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_10_1_0_0_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_11_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__OwnedAccessConnectionAssignment_10_1_0_1
+rule__SystemImplementation__OwnedAccessConnectionAssignment_11_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_10_1_0_1_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_11_1_0_1_0()); }
ruleAccessConnection
- { after(grammarAccess.getSystemImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_10_1_0_1_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_11_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2
+rule__SystemImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_10_1_0_2_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_11_1_0_2_0()); }
ruleFeatureGroupConnection
- { after(grammarAccess.getSystemImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_10_1_0_2_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_11_1_0_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__OwnedFeatureConnectionAssignment_10_1_0_3
+rule__SystemImplementation__OwnedFeatureConnectionAssignment_11_1_0_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_10_1_0_3_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_11_1_0_3_0()); }
ruleFeatureConnection
- { after(grammarAccess.getSystemImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_10_1_0_3_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_11_1_0_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__NoConnectionsAssignment_10_1_1_0
+rule__SystemImplementation__NoConnectionsAssignment_11_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getNoConnectionsNoneKeyword_11_1_1_0_0()); }
(
- { before(grammarAccess.getSystemImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getNoConnectionsNoneKeyword_11_1_1_0_0()); }
None
- { after(grammarAccess.getSystemImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getNoConnectionsNoneKeyword_11_1_1_0_0()); }
)
- { after(grammarAccess.getSystemImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getNoConnectionsNoneKeyword_11_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__OwnedFlowImplementationAssignment_11_1_0_0
+rule__SystemImplementation__OwnedFlowImplementationAssignment_12_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_11_1_0_0_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_12_1_0_0_0()); }
ruleFlowImplementation
- { after(grammarAccess.getSystemImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_11_1_0_0_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_12_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__OwnedEndToEndFlowAssignment_11_1_0_1
+rule__SystemImplementation__OwnedEndToEndFlowAssignment_12_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_11_1_0_1_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_12_1_0_1_0()); }
ruleEndToEndFlow
- { after(grammarAccess.getSystemImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_11_1_0_1_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_12_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__NoFlowsAssignment_11_1_1_0
+rule__SystemImplementation__NoFlowsAssignment_12_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getNoFlowsNoneKeyword_11_1_1_0_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getNoFlowsNoneKeyword_12_1_1_0_0()); }
(
- { before(grammarAccess.getSystemImplementationAccess().getNoFlowsNoneKeyword_11_1_1_0_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getNoFlowsNoneKeyword_12_1_1_0_0()); }
None
- { after(grammarAccess.getSystemImplementationAccess().getNoFlowsNoneKeyword_11_1_1_0_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getNoFlowsNoneKeyword_12_1_1_0_0()); }
)
- { after(grammarAccess.getSystemImplementationAccess().getNoFlowsNoneKeyword_11_1_1_0_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getNoFlowsNoneKeyword_12_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__OwnedModeAssignment_12_1_0_0
+rule__SystemImplementation__OwnedModeAssignment_13_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedModeModeParserRuleCall_12_1_0_0_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedModeModeParserRuleCall_13_1_0_0_0()); }
ruleMode
- { after(grammarAccess.getSystemImplementationAccess().getOwnedModeModeParserRuleCall_12_1_0_0_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedModeModeParserRuleCall_13_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__OwnedModeTransitionAssignment_12_1_0_1
+rule__SystemImplementation__OwnedModeTransitionAssignment_13_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_12_1_0_1_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_13_1_0_1_0()); }
ruleModeTransition
- { after(grammarAccess.getSystemImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_12_1_0_1_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_13_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__NoModesAssignment_12_1_1_0
+rule__SystemImplementation__NoModesAssignment_13_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getNoModesNoneKeyword_12_1_1_0_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getNoModesNoneKeyword_13_1_1_0_0()); }
(
- { before(grammarAccess.getSystemImplementationAccess().getNoModesNoneKeyword_12_1_1_0_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getNoModesNoneKeyword_13_1_1_0_0()); }
None
- { after(grammarAccess.getSystemImplementationAccess().getNoModesNoneKeyword_12_1_1_0_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getNoModesNoneKeyword_13_1_1_0_0()); }
)
- { after(grammarAccess.getSystemImplementationAccess().getNoModesNoneKeyword_12_1_1_0_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getNoModesNoneKeyword_13_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__OwnedPropertyAssociationAssignment_13_1_0
+rule__SystemImplementation__OwnedPropertyAssociationAssignment_14_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_13_1_0_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_14_1_0_0()); }
ruleContainedPropertyAssociation
- { after(grammarAccess.getSystemImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_13_1_0_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_14_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__NoPropertiesAssignment_13_1_1_0
+rule__SystemImplementation__NoPropertiesAssignment_14_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getNoPropertiesNoneKeyword_13_1_1_0_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getNoPropertiesNoneKeyword_14_1_1_0_0()); }
(
- { before(grammarAccess.getSystemImplementationAccess().getNoPropertiesNoneKeyword_13_1_1_0_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getNoPropertiesNoneKeyword_14_1_1_0_0()); }
None
- { after(grammarAccess.getSystemImplementationAccess().getNoPropertiesNoneKeyword_13_1_1_0_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getNoPropertiesNoneKeyword_14_1_1_0_0()); }
)
- { after(grammarAccess.getSystemImplementationAccess().getNoPropertiesNoneKeyword_13_1_1_0_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getNoPropertiesNoneKeyword_14_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemImplementation__OwnedAnnexSubclauseAssignment_14
+rule__SystemImplementation__OwnedAnnexSubclauseAssignment_15
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_14_0()); }
+ { before(grammarAccess.getSystemImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_15_0()); }
ruleAnnexSubclause
- { after(grammarAccess.getSystemImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_14_0()); }
+ { after(grammarAccess.getSystemImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_15_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__OwnedRealizationAssignment_1
+rule__ProcessImplementation__OwnedRealizationAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedRealizationRealizationParserRuleCall_1_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedRealizationRealizationParserRuleCall_2_0()); }
ruleRealization
- { after(grammarAccess.getProcessImplementationAccess().getOwnedRealizationRealizationParserRuleCall_1_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedRealizationRealizationParserRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__NameAssignment_3
+rule__ProcessImplementation__NameAssignment_4
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getNameINAMEParserRuleCall_3_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getNameINAMEParserRuleCall_4_0()); }
ruleINAME
- { after(grammarAccess.getProcessImplementationAccess().getNameINAMEParserRuleCall_3_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getNameINAMEParserRuleCall_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__OwnedExtensionAssignment_4
+rule__ProcessImplementation__OwnedExtensionAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_4_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_5_0()); }
ruleImplementationExtension
- { after(grammarAccess.getProcessImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_4_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__OwnedPrototypeBindingAssignment_5_1
+rule__ProcessImplementation__OwnedPrototypeBindingAssignment_6_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_1_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_1_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__OwnedPrototypeBindingAssignment_5_2_1
+rule__ProcessImplementation__OwnedPrototypeBindingAssignment_6_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_2_1_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_2_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_2_1_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__OwnedPrototypeAssignment_6_1_0
+rule__ProcessImplementation__OwnedPrototypeAssignment_7_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_6_1_0_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_7_1_0_0()); }
rulePrototype
- { after(grammarAccess.getProcessImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_6_1_0_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_7_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__NoPrototypesAssignment_6_1_1_0
+rule__ProcessImplementation__NoPrototypesAssignment_7_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
(
- { before(grammarAccess.getProcessImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
None
- { after(grammarAccess.getProcessImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
)
- { after(grammarAccess.getProcessImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_0
+rule__ProcessImplementation__OwnedThreadGroupSubcomponentAssignment_8_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedThreadGroupSubcomponentThreadGroupSubcomponentParserRuleCall_7_1_0_0_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedThreadGroupSubcomponentThreadGroupSubcomponentParserRuleCall_8_1_0_0_0()); }
ruleThreadGroupSubcomponent
- { after(grammarAccess.getProcessImplementationAccess().getOwnedThreadGroupSubcomponentThreadGroupSubcomponentParserRuleCall_7_1_0_0_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedThreadGroupSubcomponentThreadGroupSubcomponentParserRuleCall_8_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__OwnedThreadSubcomponentAssignment_7_1_0_1
+rule__ProcessImplementation__OwnedThreadSubcomponentAssignment_8_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedThreadSubcomponentThreadSubcomponentParserRuleCall_7_1_0_1_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedThreadSubcomponentThreadSubcomponentParserRuleCall_8_1_0_1_0()); }
ruleThreadSubcomponent
- { after(grammarAccess.getProcessImplementationAccess().getOwnedThreadSubcomponentThreadSubcomponentParserRuleCall_7_1_0_1_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedThreadSubcomponentThreadSubcomponentParserRuleCall_8_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_2
+rule__ProcessImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramSubcomponentSubprogramSubcomponentParserRuleCall_7_1_0_2_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramSubcomponentSubprogramSubcomponentParserRuleCall_8_1_0_2_0()); }
ruleSubprogramSubcomponent
- { after(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramSubcomponentSubprogramSubcomponentParserRuleCall_7_1_0_2_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramSubcomponentSubprogramSubcomponentParserRuleCall_8_1_0_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_3
+rule__ProcessImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramGroupSubcomponentSubprogramGroupSubcomponentParserRuleCall_7_1_0_3_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramGroupSubcomponentSubprogramGroupSubcomponentParserRuleCall_8_1_0_3_0()); }
ruleSubprogramGroupSubcomponent
- { after(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramGroupSubcomponentSubprogramGroupSubcomponentParserRuleCall_7_1_0_3_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramGroupSubcomponentSubprogramGroupSubcomponentParserRuleCall_8_1_0_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__OwnedDataSubcomponentAssignment_7_1_0_4
+rule__ProcessImplementation__OwnedDataSubcomponentAssignment_8_1_0_4
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_7_1_0_4_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_8_1_0_4_0()); }
ruleDataSubcomponent
- { after(grammarAccess.getProcessImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_7_1_0_4_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_8_1_0_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_5
+rule__ProcessImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_5
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_7_1_0_5_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_8_1_0_5_0()); }
ruleAbstractSubcomponent
- { after(grammarAccess.getProcessImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_7_1_0_5_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_8_1_0_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__NoSubcomponentsAssignment_7_1_1_0
+rule__ProcessImplementation__NoSubcomponentsAssignment_8_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
(
- { before(grammarAccess.getProcessImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
None
- { after(grammarAccess.getProcessImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
)
- { after(grammarAccess.getProcessImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__OwnedEventSourceAssignment_8_1_0
+rule__ProcessImplementation__OwnedEventSourceAssignment_9_2_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_8_1_0_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_9_2_0_0()); }
ruleEventSource
- { after(grammarAccess.getProcessImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_8_1_0_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_9_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__OwnedEventDataSourceAssignment_8_1_1
+rule__ProcessImplementation__OwnedEventDataSourceAssignment_9_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_8_1_1_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_9_2_1_0()); }
ruleEventDataSource
- { after(grammarAccess.getProcessImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_8_1_1_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_9_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__OwnedPortProxyAssignment_9_1_0
+rule__ProcessImplementation__OwnedPortProxyAssignment_10_2_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_9_1_0_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_10_2_0_0()); }
rulePortProxy
- { after(grammarAccess.getProcessImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_9_1_0_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_10_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__OwnedSubprogramProxyAssignment_9_1_1
+rule__ProcessImplementation__OwnedSubprogramProxyAssignment_10_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_9_1_1_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_10_2_1_0()); }
ruleSubprogramProxy
- { after(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_9_1_1_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_10_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__OwnedPortConnectionAssignment_10_1_0_0
+rule__ProcessImplementation__OwnedPortConnectionAssignment_11_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_10_1_0_0_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_11_1_0_0_0()); }
rulePortConnection
- { after(grammarAccess.getProcessImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_10_1_0_0_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_11_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__OwnedAccessConnectionAssignment_10_1_0_1
+rule__ProcessImplementation__OwnedAccessConnectionAssignment_11_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_10_1_0_1_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_11_1_0_1_0()); }
ruleAccessConnection
- { after(grammarAccess.getProcessImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_10_1_0_1_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_11_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2
+rule__ProcessImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_10_1_0_2_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_11_1_0_2_0()); }
ruleFeatureGroupConnection
- { after(grammarAccess.getProcessImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_10_1_0_2_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_11_1_0_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__OwnedFeatureConnectionAssignment_10_1_0_3
+rule__ProcessImplementation__OwnedFeatureConnectionAssignment_11_1_0_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_10_1_0_3_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_11_1_0_3_0()); }
ruleFeatureConnection
- { after(grammarAccess.getProcessImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_10_1_0_3_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_11_1_0_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__NoConnectionsAssignment_10_1_1_0
+rule__ProcessImplementation__NoConnectionsAssignment_11_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getNoConnectionsNoneKeyword_11_1_1_0_0()); }
(
- { before(grammarAccess.getProcessImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getNoConnectionsNoneKeyword_11_1_1_0_0()); }
None
- { after(grammarAccess.getProcessImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getNoConnectionsNoneKeyword_11_1_1_0_0()); }
)
- { after(grammarAccess.getProcessImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getNoConnectionsNoneKeyword_11_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__OwnedFlowImplementationAssignment_11_1_0_0
+rule__ProcessImplementation__OwnedFlowImplementationAssignment_12_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_11_1_0_0_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_12_1_0_0_0()); }
ruleFlowImplementation
- { after(grammarAccess.getProcessImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_11_1_0_0_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_12_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__OwnedEndToEndFlowAssignment_11_1_0_1
+rule__ProcessImplementation__OwnedEndToEndFlowAssignment_12_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_11_1_0_1_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_12_1_0_1_0()); }
ruleEndToEndFlow
- { after(grammarAccess.getProcessImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_11_1_0_1_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_12_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__NoFlowsAssignment_11_1_1_0
+rule__ProcessImplementation__NoFlowsAssignment_12_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getNoFlowsNoneKeyword_11_1_1_0_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getNoFlowsNoneKeyword_12_1_1_0_0()); }
(
- { before(grammarAccess.getProcessImplementationAccess().getNoFlowsNoneKeyword_11_1_1_0_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getNoFlowsNoneKeyword_12_1_1_0_0()); }
None
- { after(grammarAccess.getProcessImplementationAccess().getNoFlowsNoneKeyword_11_1_1_0_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getNoFlowsNoneKeyword_12_1_1_0_0()); }
)
- { after(grammarAccess.getProcessImplementationAccess().getNoFlowsNoneKeyword_11_1_1_0_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getNoFlowsNoneKeyword_12_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__OwnedModeAssignment_12_1_0_0
+rule__ProcessImplementation__OwnedModeAssignment_13_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedModeModeParserRuleCall_12_1_0_0_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedModeModeParserRuleCall_13_1_0_0_0()); }
ruleMode
- { after(grammarAccess.getProcessImplementationAccess().getOwnedModeModeParserRuleCall_12_1_0_0_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedModeModeParserRuleCall_13_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__OwnedModeTransitionAssignment_12_1_0_1
+rule__ProcessImplementation__OwnedModeTransitionAssignment_13_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_12_1_0_1_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_13_1_0_1_0()); }
ruleModeTransition
- { after(grammarAccess.getProcessImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_12_1_0_1_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_13_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__NoModesAssignment_12_1_1_0
+rule__ProcessImplementation__NoModesAssignment_13_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getNoModesNoneKeyword_12_1_1_0_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getNoModesNoneKeyword_13_1_1_0_0()); }
(
- { before(grammarAccess.getProcessImplementationAccess().getNoModesNoneKeyword_12_1_1_0_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getNoModesNoneKeyword_13_1_1_0_0()); }
None
- { after(grammarAccess.getProcessImplementationAccess().getNoModesNoneKeyword_12_1_1_0_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getNoModesNoneKeyword_13_1_1_0_0()); }
)
- { after(grammarAccess.getProcessImplementationAccess().getNoModesNoneKeyword_12_1_1_0_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getNoModesNoneKeyword_13_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__OwnedPropertyAssociationAssignment_13_1_0
+rule__ProcessImplementation__OwnedPropertyAssociationAssignment_14_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_13_1_0_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_14_1_0_0()); }
ruleContainedPropertyAssociation
- { after(grammarAccess.getProcessImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_13_1_0_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_14_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__NoPropertiesAssignment_13_1_1_0
+rule__ProcessImplementation__NoPropertiesAssignment_14_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getNoPropertiesNoneKeyword_13_1_1_0_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getNoPropertiesNoneKeyword_14_1_1_0_0()); }
(
- { before(grammarAccess.getProcessImplementationAccess().getNoPropertiesNoneKeyword_13_1_1_0_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getNoPropertiesNoneKeyword_14_1_1_0_0()); }
None
- { after(grammarAccess.getProcessImplementationAccess().getNoPropertiesNoneKeyword_13_1_1_0_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getNoPropertiesNoneKeyword_14_1_1_0_0()); }
)
- { after(grammarAccess.getProcessImplementationAccess().getNoPropertiesNoneKeyword_13_1_1_0_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getNoPropertiesNoneKeyword_14_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessImplementation__OwnedAnnexSubclauseAssignment_14
+rule__ProcessImplementation__OwnedAnnexSubclauseAssignment_15
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_14_0()); }
+ { before(grammarAccess.getProcessImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_15_0()); }
ruleAnnexSubclause
- { after(grammarAccess.getProcessImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_14_0()); }
+ { after(grammarAccess.getProcessImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_15_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__OwnedRealizationAssignment_1
+rule__ThreadGroupImplementation__OwnedRealizationAssignment_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedRealizationRealizationParserRuleCall_1_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedRealizationRealizationParserRuleCall_3_0()); }
ruleRealization
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedRealizationRealizationParserRuleCall_1_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedRealizationRealizationParserRuleCall_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__NameAssignment_3
+rule__ThreadGroupImplementation__NameAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getNameINAMEParserRuleCall_3_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getNameINAMEParserRuleCall_5_0()); }
ruleINAME
- { after(grammarAccess.getThreadGroupImplementationAccess().getNameINAMEParserRuleCall_3_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getNameINAMEParserRuleCall_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__OwnedExtensionAssignment_4
+rule__ThreadGroupImplementation__OwnedExtensionAssignment_6
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_4_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_6_0()); }
ruleImplementationExtension
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_4_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_5_1
+rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_7_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_1_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_7_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_1_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_7_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_5_2_1
+rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_7_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_2_1_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_7_2_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_2_1_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_7_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__OwnedPrototypeAssignment_6_1_0
+rule__ThreadGroupImplementation__OwnedPrototypeAssignment_8_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_6_1_0_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_8_1_0_0()); }
rulePrototype
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_6_1_0_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_8_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__NoPrototypesAssignment_6_1_1_0
+rule__ThreadGroupImplementation__NoPrototypesAssignment_8_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getNoPrototypesNoneKeyword_8_1_1_0_0()); }
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getNoPrototypesNoneKeyword_8_1_1_0_0()); }
None
- { after(grammarAccess.getThreadGroupImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getNoPrototypesNoneKeyword_8_1_1_0_0()); }
)
- { after(grammarAccess.getThreadGroupImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getNoPrototypesNoneKeyword_8_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_0
+rule__ThreadGroupImplementation__OwnedThreadGroupSubcomponentAssignment_9_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedThreadGroupSubcomponentThreadGroupSubcomponentParserRuleCall_7_1_0_0_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedThreadGroupSubcomponentThreadGroupSubcomponentParserRuleCall_9_1_0_0_0()); }
ruleThreadGroupSubcomponent
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedThreadGroupSubcomponentThreadGroupSubcomponentParserRuleCall_7_1_0_0_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedThreadGroupSubcomponentThreadGroupSubcomponentParserRuleCall_9_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__OwnedThreadSubcomponentAssignment_7_1_0_1
+rule__ThreadGroupImplementation__OwnedThreadSubcomponentAssignment_9_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedThreadSubcomponentThreadSubcomponentParserRuleCall_7_1_0_1_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedThreadSubcomponentThreadSubcomponentParserRuleCall_9_1_0_1_0()); }
ruleThreadSubcomponent
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedThreadSubcomponentThreadSubcomponentParserRuleCall_7_1_0_1_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedThreadSubcomponentThreadSubcomponentParserRuleCall_9_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_2
+rule__ThreadGroupImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramSubcomponentSubprogramSubcomponentParserRuleCall_7_1_0_2_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramSubcomponentSubprogramSubcomponentParserRuleCall_9_1_0_2_0()); }
ruleSubprogramSubcomponent
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramSubcomponentSubprogramSubcomponentParserRuleCall_7_1_0_2_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramSubcomponentSubprogramSubcomponentParserRuleCall_9_1_0_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_3
+rule__ThreadGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_9_1_0_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramGroupSubcomponentSubprogramGroupSubcomponentParserRuleCall_7_1_0_3_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramGroupSubcomponentSubprogramGroupSubcomponentParserRuleCall_9_1_0_3_0()); }
ruleSubprogramGroupSubcomponent
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramGroupSubcomponentSubprogramGroupSubcomponentParserRuleCall_7_1_0_3_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramGroupSubcomponentSubprogramGroupSubcomponentParserRuleCall_9_1_0_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__OwnedDataSubcomponentAssignment_7_1_0_4
+rule__ThreadGroupImplementation__OwnedDataSubcomponentAssignment_9_1_0_4
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_7_1_0_4_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_9_1_0_4_0()); }
ruleDataSubcomponent
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_7_1_0_4_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_9_1_0_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_5
+rule__ThreadGroupImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_5
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_7_1_0_5_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_9_1_0_5_0()); }
ruleAbstractSubcomponent
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_7_1_0_5_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_9_1_0_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__NoSubcomponentsAssignment_7_1_1_0
+rule__ThreadGroupImplementation__NoSubcomponentsAssignment_9_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getNoSubcomponentsNoneKeyword_9_1_1_0_0()); }
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getNoSubcomponentsNoneKeyword_9_1_1_0_0()); }
None
- { after(grammarAccess.getThreadGroupImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getNoSubcomponentsNoneKeyword_9_1_1_0_0()); }
)
- { after(grammarAccess.getThreadGroupImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getNoSubcomponentsNoneKeyword_9_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__OwnedEventSourceAssignment_8_1_0
+rule__ThreadGroupImplementation__OwnedEventSourceAssignment_10_2_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_8_1_0_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_10_2_0_0()); }
ruleEventSource
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_8_1_0_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_10_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__OwnedEventDataSourceAssignment_8_1_1
+rule__ThreadGroupImplementation__OwnedEventDataSourceAssignment_10_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_8_1_1_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_10_2_1_0()); }
ruleEventDataSource
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_8_1_1_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_10_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__OwnedPortProxyAssignment_9_1_0
+rule__ThreadGroupImplementation__OwnedPortProxyAssignment_11_2_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_9_1_0_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_11_2_0_0()); }
rulePortProxy
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_9_1_0_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_11_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__OwnedSubprogramProxyAssignment_9_1_1
+rule__ThreadGroupImplementation__OwnedSubprogramProxyAssignment_11_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_9_1_1_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_11_2_1_0()); }
ruleSubprogramProxy
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_9_1_1_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_11_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__OwnedPortConnectionAssignment_10_1_0_0
+rule__ThreadGroupImplementation__OwnedPortConnectionAssignment_12_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_10_1_0_0_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_12_1_0_0_0()); }
rulePortConnection
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_10_1_0_0_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_12_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__OwnedAccessConnectionAssignment_10_1_0_1
+rule__ThreadGroupImplementation__OwnedAccessConnectionAssignment_12_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_10_1_0_1_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_12_1_0_1_0()); }
ruleAccessConnection
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_10_1_0_1_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_12_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2
+rule__ThreadGroupImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_10_1_0_2_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_12_1_0_2_0()); }
ruleFeatureGroupConnection
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_10_1_0_2_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_12_1_0_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__OwnedFeatureConnectionAssignment_10_1_0_3
+rule__ThreadGroupImplementation__OwnedFeatureConnectionAssignment_12_1_0_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_10_1_0_3_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_12_1_0_3_0()); }
ruleFeatureConnection
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_10_1_0_3_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_12_1_0_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__NoConnectionsAssignment_10_1_1_0
+rule__ThreadGroupImplementation__NoConnectionsAssignment_12_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getNoConnectionsNoneKeyword_12_1_1_0_0()); }
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getNoConnectionsNoneKeyword_12_1_1_0_0()); }
None
- { after(grammarAccess.getThreadGroupImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getNoConnectionsNoneKeyword_12_1_1_0_0()); }
)
- { after(grammarAccess.getThreadGroupImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getNoConnectionsNoneKeyword_12_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__OwnedFlowImplementationAssignment_11_1_0_0
+rule__ThreadGroupImplementation__OwnedFlowImplementationAssignment_13_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_11_1_0_0_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_13_1_0_0_0()); }
ruleFlowImplementation
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_11_1_0_0_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_13_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__OwnedEndToEndFlowAssignment_11_1_0_1
+rule__ThreadGroupImplementation__OwnedEndToEndFlowAssignment_13_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_11_1_0_1_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_13_1_0_1_0()); }
ruleEndToEndFlow
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_11_1_0_1_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_13_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__NoFlowsAssignment_11_1_1_0
+rule__ThreadGroupImplementation__NoFlowsAssignment_13_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getNoFlowsNoneKeyword_11_1_1_0_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getNoFlowsNoneKeyword_13_1_1_0_0()); }
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getNoFlowsNoneKeyword_11_1_1_0_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getNoFlowsNoneKeyword_13_1_1_0_0()); }
None
- { after(grammarAccess.getThreadGroupImplementationAccess().getNoFlowsNoneKeyword_11_1_1_0_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getNoFlowsNoneKeyword_13_1_1_0_0()); }
)
- { after(grammarAccess.getThreadGroupImplementationAccess().getNoFlowsNoneKeyword_11_1_1_0_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getNoFlowsNoneKeyword_13_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__OwnedModeAssignment_12_1_0_0
+rule__ThreadGroupImplementation__OwnedModeAssignment_14_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedModeModeParserRuleCall_12_1_0_0_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedModeModeParserRuleCall_14_1_0_0_0()); }
ruleMode
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedModeModeParserRuleCall_12_1_0_0_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedModeModeParserRuleCall_14_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__OwnedModeTransitionAssignment_12_1_0_1
+rule__ThreadGroupImplementation__OwnedModeTransitionAssignment_14_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_12_1_0_1_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_14_1_0_1_0()); }
ruleModeTransition
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_12_1_0_1_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_14_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__NoModesAssignment_12_1_1_0
+rule__ThreadGroupImplementation__NoModesAssignment_14_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getNoModesNoneKeyword_12_1_1_0_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getNoModesNoneKeyword_14_1_1_0_0()); }
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getNoModesNoneKeyword_12_1_1_0_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getNoModesNoneKeyword_14_1_1_0_0()); }
None
- { after(grammarAccess.getThreadGroupImplementationAccess().getNoModesNoneKeyword_12_1_1_0_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getNoModesNoneKeyword_14_1_1_0_0()); }
)
- { after(grammarAccess.getThreadGroupImplementationAccess().getNoModesNoneKeyword_12_1_1_0_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getNoModesNoneKeyword_14_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_13_1_0
+rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_15_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_13_1_0_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_15_1_0_0()); }
ruleContainedPropertyAssociation
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_13_1_0_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_15_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__NoPropertiesAssignment_13_1_1_0
+rule__ThreadGroupImplementation__NoPropertiesAssignment_15_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getNoPropertiesNoneKeyword_13_1_1_0_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getNoPropertiesNoneKeyword_15_1_1_0_0()); }
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getNoPropertiesNoneKeyword_13_1_1_0_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getNoPropertiesNoneKeyword_15_1_1_0_0()); }
None
- { after(grammarAccess.getThreadGroupImplementationAccess().getNoPropertiesNoneKeyword_13_1_1_0_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getNoPropertiesNoneKeyword_15_1_1_0_0()); }
)
- { after(grammarAccess.getThreadGroupImplementationAccess().getNoPropertiesNoneKeyword_13_1_1_0_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getNoPropertiesNoneKeyword_15_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupImplementation__OwnedAnnexSubclauseAssignment_14
+rule__ThreadGroupImplementation__OwnedAnnexSubclauseAssignment_16
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_14_0()); }
+ { before(grammarAccess.getThreadGroupImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_16_0()); }
ruleAnnexSubclause
- { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_14_0()); }
+ { after(grammarAccess.getThreadGroupImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_16_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__OwnedRealizationAssignment_1
+rule__ThreadImplementation__OwnedRealizationAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedRealizationRealizationParserRuleCall_1_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedRealizationRealizationParserRuleCall_2_0()); }
ruleRealization
- { after(grammarAccess.getThreadImplementationAccess().getOwnedRealizationRealizationParserRuleCall_1_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedRealizationRealizationParserRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__NameAssignment_3
+rule__ThreadImplementation__NameAssignment_4
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getNameINAMEParserRuleCall_3_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getNameINAMEParserRuleCall_4_0()); }
ruleINAME
- { after(grammarAccess.getThreadImplementationAccess().getNameINAMEParserRuleCall_3_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getNameINAMEParserRuleCall_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__OwnedExtensionAssignment_4
+rule__ThreadImplementation__OwnedExtensionAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_4_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_5_0()); }
ruleImplementationExtension
- { after(grammarAccess.getThreadImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_4_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__OwnedPrototypeBindingAssignment_5_1
+rule__ThreadImplementation__OwnedPrototypeBindingAssignment_6_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_1_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_1_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__OwnedPrototypeBindingAssignment_5_2_1
+rule__ThreadImplementation__OwnedPrototypeBindingAssignment_6_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_2_1_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_2_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_2_1_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__OwnedPrototypeAssignment_6_1_0
+rule__ThreadImplementation__OwnedPrototypeAssignment_7_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_6_1_0_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_7_1_0_0()); }
rulePrototype
- { after(grammarAccess.getThreadImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_6_1_0_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_7_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__NoPrototypesAssignment_6_1_1_0
+rule__ThreadImplementation__NoPrototypesAssignment_7_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
(
- { before(grammarAccess.getThreadImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
None
- { after(grammarAccess.getThreadImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
)
- { after(grammarAccess.getThreadImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_0
+rule__ThreadImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramSubcomponentSubprogramSubcomponentParserRuleCall_7_1_0_0_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramSubcomponentSubprogramSubcomponentParserRuleCall_8_1_0_0_0()); }
ruleSubprogramSubcomponent
- { after(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramSubcomponentSubprogramSubcomponentParserRuleCall_7_1_0_0_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramSubcomponentSubprogramSubcomponentParserRuleCall_8_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_1
+rule__ThreadImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramGroupSubcomponentSubprogramGroupSubcomponentParserRuleCall_7_1_0_1_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramGroupSubcomponentSubprogramGroupSubcomponentParserRuleCall_8_1_0_1_0()); }
ruleSubprogramGroupSubcomponent
- { after(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramGroupSubcomponentSubprogramGroupSubcomponentParserRuleCall_7_1_0_1_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramGroupSubcomponentSubprogramGroupSubcomponentParserRuleCall_8_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__OwnedDataSubcomponentAssignment_7_1_0_2
+rule__ThreadImplementation__OwnedDataSubcomponentAssignment_8_1_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_7_1_0_2_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_8_1_0_2_0()); }
ruleDataSubcomponent
- { after(grammarAccess.getThreadImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_7_1_0_2_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_8_1_0_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_3
+rule__ThreadImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_7_1_0_3_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_8_1_0_3_0()); }
ruleAbstractSubcomponent
- { after(grammarAccess.getThreadImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_7_1_0_3_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_8_1_0_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__NoSubcomponentsAssignment_7_1_1_0
+rule__ThreadImplementation__NoSubcomponentsAssignment_8_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
(
- { before(grammarAccess.getThreadImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
None
- { after(grammarAccess.getThreadImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
)
- { after(grammarAccess.getThreadImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__OwnedEventSourceAssignment_8_1_0
+rule__ThreadImplementation__OwnedEventSourceAssignment_9_2_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_8_1_0_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_9_2_0_0()); }
ruleEventSource
- { after(grammarAccess.getThreadImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_8_1_0_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_9_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__OwnedEventDataSourceAssignment_8_1_1
+rule__ThreadImplementation__OwnedEventDataSourceAssignment_9_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_8_1_1_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_9_2_1_0()); }
ruleEventDataSource
- { after(grammarAccess.getThreadImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_8_1_1_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_9_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__OwnedPortProxyAssignment_9_1_0
+rule__ThreadImplementation__OwnedPortProxyAssignment_10_2_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_9_1_0_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_10_2_0_0()); }
rulePortProxy
- { after(grammarAccess.getThreadImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_9_1_0_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_10_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__OwnedSubprogramProxyAssignment_9_1_1
+rule__ThreadImplementation__OwnedSubprogramProxyAssignment_10_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_9_1_1_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_10_2_1_0()); }
ruleSubprogramProxy
- { after(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_9_1_1_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_10_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0
+rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramCallSequenceSubprogramCallSequenceParserRuleCall_10_1_0_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramCallSequenceSubprogramCallSequenceParserRuleCall_11_1_0_0()); }
ruleSubprogramCallSequence
- { after(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramCallSequenceSubprogramCallSequenceParserRuleCall_10_1_0_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramCallSequenceSubprogramCallSequenceParserRuleCall_11_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__NoCallsAssignment_10_1_1_0
+rule__ThreadImplementation__NoCallsAssignment_11_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getNoCallsNoneKeyword_10_1_1_0_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getNoCallsNoneKeyword_11_1_1_0_0()); }
(
- { before(grammarAccess.getThreadImplementationAccess().getNoCallsNoneKeyword_10_1_1_0_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getNoCallsNoneKeyword_11_1_1_0_0()); }
None
- { after(grammarAccess.getThreadImplementationAccess().getNoCallsNoneKeyword_10_1_1_0_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getNoCallsNoneKeyword_11_1_1_0_0()); }
)
- { after(grammarAccess.getThreadImplementationAccess().getNoCallsNoneKeyword_10_1_1_0_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getNoCallsNoneKeyword_11_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__OwnedPortConnectionAssignment_11_1_0_0
+rule__ThreadImplementation__OwnedPortConnectionAssignment_12_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_11_1_0_0_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_12_1_0_0_0()); }
rulePortConnection
- { after(grammarAccess.getThreadImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_11_1_0_0_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_12_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__OwnedAccessConnectionAssignment_11_1_0_1
+rule__ThreadImplementation__OwnedAccessConnectionAssignment_12_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_11_1_0_1_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_12_1_0_1_0()); }
ruleAccessConnection
- { after(grammarAccess.getThreadImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_11_1_0_1_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_12_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2
+rule__ThreadImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_11_1_0_2_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_12_1_0_2_0()); }
ruleFeatureGroupConnection
- { after(grammarAccess.getThreadImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_11_1_0_2_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_12_1_0_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__OwnedFeatureConnectionAssignment_11_1_0_3
+rule__ThreadImplementation__OwnedFeatureConnectionAssignment_12_1_0_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_11_1_0_3_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_12_1_0_3_0()); }
ruleFeatureConnection
- { after(grammarAccess.getThreadImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_11_1_0_3_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_12_1_0_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__OwnedParameterConnectionAssignment_11_1_0_4
+rule__ThreadImplementation__OwnedParameterConnectionAssignment_12_1_0_4
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedParameterConnectionParameterConnectionParserRuleCall_11_1_0_4_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedParameterConnectionParameterConnectionParserRuleCall_12_1_0_4_0()); }
ruleParameterConnection
- { after(grammarAccess.getThreadImplementationAccess().getOwnedParameterConnectionParameterConnectionParserRuleCall_11_1_0_4_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedParameterConnectionParameterConnectionParserRuleCall_12_1_0_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__NoConnectionsAssignment_11_1_1_0
+rule__ThreadImplementation__NoConnectionsAssignment_12_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getNoConnectionsNoneKeyword_11_1_1_0_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getNoConnectionsNoneKeyword_12_1_1_0_0()); }
(
- { before(grammarAccess.getThreadImplementationAccess().getNoConnectionsNoneKeyword_11_1_1_0_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getNoConnectionsNoneKeyword_12_1_1_0_0()); }
None
- { after(grammarAccess.getThreadImplementationAccess().getNoConnectionsNoneKeyword_11_1_1_0_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getNoConnectionsNoneKeyword_12_1_1_0_0()); }
)
- { after(grammarAccess.getThreadImplementationAccess().getNoConnectionsNoneKeyword_11_1_1_0_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getNoConnectionsNoneKeyword_12_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__OwnedFlowImplementationAssignment_12_1_0_0
+rule__ThreadImplementation__OwnedFlowImplementationAssignment_13_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_12_1_0_0_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_13_1_0_0_0()); }
ruleFlowImplementation
- { after(grammarAccess.getThreadImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_12_1_0_0_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_13_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__OwnedEndToEndFlowAssignment_12_1_0_1
+rule__ThreadImplementation__OwnedEndToEndFlowAssignment_13_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_12_1_0_1_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_13_1_0_1_0()); }
ruleEndToEndFlow
- { after(grammarAccess.getThreadImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_12_1_0_1_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_13_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__NoFlowsAssignment_12_1_1_0
+rule__ThreadImplementation__NoFlowsAssignment_13_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getNoFlowsNoneKeyword_12_1_1_0_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getNoFlowsNoneKeyword_13_1_1_0_0()); }
(
- { before(grammarAccess.getThreadImplementationAccess().getNoFlowsNoneKeyword_12_1_1_0_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getNoFlowsNoneKeyword_13_1_1_0_0()); }
None
- { after(grammarAccess.getThreadImplementationAccess().getNoFlowsNoneKeyword_12_1_1_0_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getNoFlowsNoneKeyword_13_1_1_0_0()); }
)
- { after(grammarAccess.getThreadImplementationAccess().getNoFlowsNoneKeyword_12_1_1_0_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getNoFlowsNoneKeyword_13_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__OwnedModeAssignment_13_1_0_0
+rule__ThreadImplementation__OwnedModeAssignment_14_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedModeModeParserRuleCall_13_1_0_0_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedModeModeParserRuleCall_14_1_0_0_0()); }
ruleMode
- { after(grammarAccess.getThreadImplementationAccess().getOwnedModeModeParserRuleCall_13_1_0_0_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedModeModeParserRuleCall_14_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__OwnedModeTransitionAssignment_13_1_0_1
+rule__ThreadImplementation__OwnedModeTransitionAssignment_14_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_13_1_0_1_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_14_1_0_1_0()); }
ruleModeTransition
- { after(grammarAccess.getThreadImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_13_1_0_1_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_14_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__NoModesAssignment_13_1_1_0
+rule__ThreadImplementation__NoModesAssignment_14_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getNoModesNoneKeyword_13_1_1_0_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getNoModesNoneKeyword_14_1_1_0_0()); }
(
- { before(grammarAccess.getThreadImplementationAccess().getNoModesNoneKeyword_13_1_1_0_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getNoModesNoneKeyword_14_1_1_0_0()); }
None
- { after(grammarAccess.getThreadImplementationAccess().getNoModesNoneKeyword_13_1_1_0_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getNoModesNoneKeyword_14_1_1_0_0()); }
)
- { after(grammarAccess.getThreadImplementationAccess().getNoModesNoneKeyword_13_1_1_0_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getNoModesNoneKeyword_14_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__OwnedPropertyAssociationAssignment_14_1_0
+rule__ThreadImplementation__OwnedPropertyAssociationAssignment_15_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_14_1_0_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_15_1_0_0()); }
ruleContainedPropertyAssociation
- { after(grammarAccess.getThreadImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_14_1_0_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_15_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__NoPropertiesAssignment_14_1_1_0
+rule__ThreadImplementation__NoPropertiesAssignment_15_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getNoPropertiesNoneKeyword_14_1_1_0_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getNoPropertiesNoneKeyword_15_1_1_0_0()); }
(
- { before(grammarAccess.getThreadImplementationAccess().getNoPropertiesNoneKeyword_14_1_1_0_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getNoPropertiesNoneKeyword_15_1_1_0_0()); }
None
- { after(grammarAccess.getThreadImplementationAccess().getNoPropertiesNoneKeyword_14_1_1_0_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getNoPropertiesNoneKeyword_15_1_1_0_0()); }
)
- { after(grammarAccess.getThreadImplementationAccess().getNoPropertiesNoneKeyword_14_1_1_0_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getNoPropertiesNoneKeyword_15_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadImplementation__OwnedAnnexSubclauseAssignment_15
+rule__ThreadImplementation__OwnedAnnexSubclauseAssignment_16
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_15_0()); }
+ { before(grammarAccess.getThreadImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_16_0()); }
ruleAnnexSubclause
- { after(grammarAccess.getThreadImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_15_0()); }
+ { after(grammarAccess.getThreadImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_16_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__OwnedRealizationAssignment_1
+rule__SubprogramImplementation__OwnedRealizationAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedRealizationRealizationParserRuleCall_1_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedRealizationRealizationParserRuleCall_2_0()); }
ruleRealization
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedRealizationRealizationParserRuleCall_1_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedRealizationRealizationParserRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__NameAssignment_3
+rule__SubprogramImplementation__NameAssignment_4
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getNameINAMEParserRuleCall_3_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getNameINAMEParserRuleCall_4_0()); }
ruleINAME
- { after(grammarAccess.getSubprogramImplementationAccess().getNameINAMEParserRuleCall_3_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getNameINAMEParserRuleCall_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__OwnedExtensionAssignment_4
+rule__SubprogramImplementation__OwnedExtensionAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_4_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_5_0()); }
ruleImplementationExtension
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_4_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__OwnedPrototypeBindingAssignment_5_1
+rule__SubprogramImplementation__OwnedPrototypeBindingAssignment_6_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_1_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_1_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__OwnedPrototypeBindingAssignment_5_2_1
+rule__SubprogramImplementation__OwnedPrototypeBindingAssignment_6_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_2_1_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_2_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_2_1_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__OwnedPrototypeAssignment_6_1_0
+rule__SubprogramImplementation__OwnedPrototypeAssignment_7_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_6_1_0_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_7_1_0_0()); }
rulePrototype
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_6_1_0_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_7_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__NoPrototypesAssignment_6_1_1_0
+rule__SubprogramImplementation__NoPrototypesAssignment_7_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
(
- { before(grammarAccess.getSubprogramImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
None
- { after(grammarAccess.getSubprogramImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
)
- { after(grammarAccess.getSubprogramImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0
+rule__SubprogramImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_7_1_0_0_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_8_1_0_0_0()); }
ruleAbstractSubcomponent
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_7_1_0_0_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_8_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1
+rule__SubprogramImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramSubcomponentSubprogramSubcomponentParserRuleCall_7_1_0_1_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramSubcomponentSubprogramSubcomponentParserRuleCall_8_1_0_1_0()); }
ruleSubprogramSubcomponent
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramSubcomponentSubprogramSubcomponentParserRuleCall_7_1_0_1_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramSubcomponentSubprogramSubcomponentParserRuleCall_8_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__OwnedDataSubcomponentAssignment_7_1_0_2
+rule__SubprogramImplementation__OwnedDataSubcomponentAssignment_8_1_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_7_1_0_2_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_8_1_0_2_0()); }
ruleDataSubcomponent
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_7_1_0_2_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_8_1_0_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__NoSubcomponentsAssignment_7_1_1_0
+rule__SubprogramImplementation__NoSubcomponentsAssignment_8_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
(
- { before(grammarAccess.getSubprogramImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
None
- { after(grammarAccess.getSubprogramImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
)
- { after(grammarAccess.getSubprogramImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__OwnedEventSourceAssignment_8_1_0
+rule__SubprogramImplementation__OwnedEventSourceAssignment_9_2_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_8_1_0_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_9_2_0_0()); }
ruleEventSource
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_8_1_0_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_9_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__OwnedEventDataSourceAssignment_8_1_1
+rule__SubprogramImplementation__OwnedEventDataSourceAssignment_9_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_8_1_1_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_9_2_1_0()); }
ruleEventDataSource
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_8_1_1_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_9_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__OwnedPortProxyAssignment_9_1_0
+rule__SubprogramImplementation__OwnedPortProxyAssignment_10_2_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_9_1_0_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_10_2_0_0()); }
rulePortProxy
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_9_1_0_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_10_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__OwnedSubprogramProxyAssignment_9_1_1
+rule__SubprogramImplementation__OwnedSubprogramProxyAssignment_10_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_9_1_1_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_10_2_1_0()); }
ruleSubprogramProxy
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_9_1_1_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_10_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0
+rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramCallSequenceSubprogramCallSequenceParserRuleCall_10_1_0_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramCallSequenceSubprogramCallSequenceParserRuleCall_11_1_0_0()); }
ruleSubprogramCallSequence
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramCallSequenceSubprogramCallSequenceParserRuleCall_10_1_0_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramCallSequenceSubprogramCallSequenceParserRuleCall_11_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__NoCallsAssignment_10_1_1_0
+rule__SubprogramImplementation__NoCallsAssignment_11_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getNoCallsNoneKeyword_10_1_1_0_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getNoCallsNoneKeyword_11_1_1_0_0()); }
(
- { before(grammarAccess.getSubprogramImplementationAccess().getNoCallsNoneKeyword_10_1_1_0_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getNoCallsNoneKeyword_11_1_1_0_0()); }
None
- { after(grammarAccess.getSubprogramImplementationAccess().getNoCallsNoneKeyword_10_1_1_0_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getNoCallsNoneKeyword_11_1_1_0_0()); }
)
- { after(grammarAccess.getSubprogramImplementationAccess().getNoCallsNoneKeyword_10_1_1_0_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getNoCallsNoneKeyword_11_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__OwnedPortConnectionAssignment_11_1_0_0
+rule__SubprogramImplementation__OwnedPortConnectionAssignment_12_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_11_1_0_0_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_12_1_0_0_0()); }
rulePortConnection
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_11_1_0_0_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_12_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__OwnedAccessConnectionAssignment_11_1_0_1
+rule__SubprogramImplementation__OwnedAccessConnectionAssignment_12_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_11_1_0_1_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_12_1_0_1_0()); }
ruleAccessConnection
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_11_1_0_1_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_12_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2
+rule__SubprogramImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_11_1_0_2_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_12_1_0_2_0()); }
ruleFeatureGroupConnection
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_11_1_0_2_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_12_1_0_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__OwnedFeatureConnectionAssignment_11_1_0_3
+rule__SubprogramImplementation__OwnedFeatureConnectionAssignment_12_1_0_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_11_1_0_3_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_12_1_0_3_0()); }
ruleFeatureConnection
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_11_1_0_3_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_12_1_0_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__OwnedParameterConnectionAssignment_11_1_0_4
+rule__SubprogramImplementation__OwnedParameterConnectionAssignment_12_1_0_4
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedParameterConnectionParameterConnectionParserRuleCall_11_1_0_4_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedParameterConnectionParameterConnectionParserRuleCall_12_1_0_4_0()); }
ruleParameterConnection
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedParameterConnectionParameterConnectionParserRuleCall_11_1_0_4_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedParameterConnectionParameterConnectionParserRuleCall_12_1_0_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__NoConnectionsAssignment_11_1_1_0
+rule__SubprogramImplementation__NoConnectionsAssignment_12_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getNoConnectionsNoneKeyword_11_1_1_0_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getNoConnectionsNoneKeyword_12_1_1_0_0()); }
(
- { before(grammarAccess.getSubprogramImplementationAccess().getNoConnectionsNoneKeyword_11_1_1_0_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getNoConnectionsNoneKeyword_12_1_1_0_0()); }
None
- { after(grammarAccess.getSubprogramImplementationAccess().getNoConnectionsNoneKeyword_11_1_1_0_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getNoConnectionsNoneKeyword_12_1_1_0_0()); }
)
- { after(grammarAccess.getSubprogramImplementationAccess().getNoConnectionsNoneKeyword_11_1_1_0_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getNoConnectionsNoneKeyword_12_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__OwnedFlowImplementationAssignment_12_1_0_0
+rule__SubprogramImplementation__OwnedFlowImplementationAssignment_13_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_12_1_0_0_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_13_1_0_0_0()); }
ruleFlowImplementation
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_12_1_0_0_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_13_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__OwnedEndToEndFlowAssignment_12_1_0_1
+rule__SubprogramImplementation__OwnedEndToEndFlowAssignment_13_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_12_1_0_1_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_13_1_0_1_0()); }
ruleEndToEndFlow
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_12_1_0_1_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_13_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__NoFlowsAssignment_12_1_1_0
+rule__SubprogramImplementation__NoFlowsAssignment_13_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getNoFlowsNoneKeyword_12_1_1_0_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getNoFlowsNoneKeyword_13_1_1_0_0()); }
(
- { before(grammarAccess.getSubprogramImplementationAccess().getNoFlowsNoneKeyword_12_1_1_0_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getNoFlowsNoneKeyword_13_1_1_0_0()); }
None
- { after(grammarAccess.getSubprogramImplementationAccess().getNoFlowsNoneKeyword_12_1_1_0_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getNoFlowsNoneKeyword_13_1_1_0_0()); }
)
- { after(grammarAccess.getSubprogramImplementationAccess().getNoFlowsNoneKeyword_12_1_1_0_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getNoFlowsNoneKeyword_13_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__OwnedModeAssignment_13_1_0_0
+rule__SubprogramImplementation__OwnedModeAssignment_14_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedModeModeParserRuleCall_13_1_0_0_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedModeModeParserRuleCall_14_1_0_0_0()); }
ruleMode
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedModeModeParserRuleCall_13_1_0_0_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedModeModeParserRuleCall_14_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__OwnedModeTransitionAssignment_13_1_0_1
+rule__SubprogramImplementation__OwnedModeTransitionAssignment_14_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_13_1_0_1_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_14_1_0_1_0()); }
ruleModeTransition
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_13_1_0_1_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_14_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__NoModesAssignment_13_1_1_0
+rule__SubprogramImplementation__NoModesAssignment_14_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getNoModesNoneKeyword_13_1_1_0_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getNoModesNoneKeyword_14_1_1_0_0()); }
(
- { before(grammarAccess.getSubprogramImplementationAccess().getNoModesNoneKeyword_13_1_1_0_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getNoModesNoneKeyword_14_1_1_0_0()); }
None
- { after(grammarAccess.getSubprogramImplementationAccess().getNoModesNoneKeyword_13_1_1_0_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getNoModesNoneKeyword_14_1_1_0_0()); }
)
- { after(grammarAccess.getSubprogramImplementationAccess().getNoModesNoneKeyword_13_1_1_0_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getNoModesNoneKeyword_14_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_14_1_0
+rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_15_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_14_1_0_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_15_1_0_0()); }
ruleContainedPropertyAssociation
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_14_1_0_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_15_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__NoPropertiesAssignment_14_1_1_0
+rule__SubprogramImplementation__NoPropertiesAssignment_15_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getNoPropertiesNoneKeyword_14_1_1_0_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getNoPropertiesNoneKeyword_15_1_1_0_0()); }
(
- { before(grammarAccess.getSubprogramImplementationAccess().getNoPropertiesNoneKeyword_14_1_1_0_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getNoPropertiesNoneKeyword_15_1_1_0_0()); }
None
- { after(grammarAccess.getSubprogramImplementationAccess().getNoPropertiesNoneKeyword_14_1_1_0_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getNoPropertiesNoneKeyword_15_1_1_0_0()); }
)
- { after(grammarAccess.getSubprogramImplementationAccess().getNoPropertiesNoneKeyword_14_1_1_0_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getNoPropertiesNoneKeyword_15_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramImplementation__OwnedAnnexSubclauseAssignment_15
+rule__SubprogramImplementation__OwnedAnnexSubclauseAssignment_16
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_15_0()); }
+ { before(grammarAccess.getSubprogramImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_16_0()); }
ruleAnnexSubclause
- { after(grammarAccess.getSubprogramImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_15_0()); }
+ { after(grammarAccess.getSubprogramImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_16_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__OwnedRealizationAssignment_1
+rule__SubprogramGroupImplementation__OwnedRealizationAssignment_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedRealizationRealizationParserRuleCall_1_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedRealizationRealizationParserRuleCall_3_0()); }
ruleRealization
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedRealizationRealizationParserRuleCall_1_0()); }
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedRealizationRealizationParserRuleCall_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__NameAssignment_3
+rule__SubprogramGroupImplementation__NameAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getNameINAMEParserRuleCall_3_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getNameINAMEParserRuleCall_5_0()); }
ruleINAME
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getNameINAMEParserRuleCall_3_0()); }
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getNameINAMEParserRuleCall_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__OwnedExtensionAssignment_4
+rule__SubprogramGroupImplementation__OwnedExtensionAssignment_6
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_4_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_6_0()); }
ruleImplementationExtension
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_4_0()); }
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__OwnedPrototypeBindingAssignment_5_1
+rule__SubprogramGroupImplementation__OwnedPrototypeBindingAssignment_7_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_1_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_7_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_1_0()); }
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_7_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__OwnedPrototypeBindingAssignment_5_2_1
+rule__SubprogramGroupImplementation__OwnedPrototypeBindingAssignment_7_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_2_1_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_7_2_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_2_1_0()); }
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_7_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_6_1_0
+rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_8_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_6_1_0_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_8_1_0_0()); }
rulePrototype
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_6_1_0_0()); }
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_8_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__NoPrototypesAssignment_6_1_1_0
+rule__SubprogramGroupImplementation__NoPrototypesAssignment_8_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getNoPrototypesNoneKeyword_8_1_1_0_0()); }
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getNoPrototypesNoneKeyword_8_1_1_0_0()); }
None
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getNoPrototypesNoneKeyword_8_1_1_0_0()); }
)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getNoPrototypesNoneKeyword_8_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_0
+rule__SubprogramGroupImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramSubcomponentSubprogramSubcomponentParserRuleCall_7_1_0_0_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramSubcomponentSubprogramSubcomponentParserRuleCall_9_1_0_0_0()); }
ruleSubprogramSubcomponent
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramSubcomponentSubprogramSubcomponentParserRuleCall_7_1_0_0_0()); }
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramSubcomponentSubprogramSubcomponentParserRuleCall_9_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_1
+rule__SubprogramGroupImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_7_1_0_1_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_9_1_0_1_0()); }
ruleAbstractSubcomponent
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_7_1_0_1_0()); }
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_9_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2
+rule__SubprogramGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_9_1_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramGroupSubcomponentSubprogramGroupSubcomponentParserRuleCall_7_1_0_2_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramGroupSubcomponentSubprogramGroupSubcomponentParserRuleCall_9_1_0_2_0()); }
ruleSubprogramGroupSubcomponent
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramGroupSubcomponentSubprogramGroupSubcomponentParserRuleCall_7_1_0_2_0()); }
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramGroupSubcomponentSubprogramGroupSubcomponentParserRuleCall_9_1_0_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__OwnedDataSubcomponentAssignment_7_1_0_3
+rule__SubprogramGroupImplementation__OwnedDataSubcomponentAssignment_9_1_0_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_7_1_0_3_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_9_1_0_3_0()); }
ruleDataSubcomponent
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_7_1_0_3_0()); }
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_9_1_0_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__NoSubcomponentsAssignment_7_1_1_0
+rule__SubprogramGroupImplementation__NoSubcomponentsAssignment_9_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getNoSubcomponentsNoneKeyword_9_1_1_0_0()); }
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getNoSubcomponentsNoneKeyword_9_1_1_0_0()); }
None
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getNoSubcomponentsNoneKeyword_9_1_1_0_0()); }
)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getNoSubcomponentsNoneKeyword_9_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__OwnedEventSourceAssignment_8_1_0
+rule__SubprogramGroupImplementation__OwnedEventSourceAssignment_10_2_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_8_1_0_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_10_2_0_0()); }
ruleEventSource
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_8_1_0_0()); }
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_10_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__OwnedEventDataSourceAssignment_8_1_1
+rule__SubprogramGroupImplementation__OwnedEventDataSourceAssignment_10_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_8_1_1_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_10_2_1_0()); }
ruleEventDataSource
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_8_1_1_0()); }
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_10_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__OwnedPortProxyAssignment_9_1_0
+rule__SubprogramGroupImplementation__OwnedPortProxyAssignment_11_2_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_9_1_0_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_11_2_0_0()); }
rulePortProxy
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_9_1_0_0()); }
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_11_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__OwnedSubprogramProxyAssignment_9_1_1
+rule__SubprogramGroupImplementation__OwnedSubprogramProxyAssignment_11_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_9_1_1_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_11_2_1_0()); }
ruleSubprogramProxy
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_9_1_1_0()); }
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_11_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__OwnedAccessConnectionAssignment_10_1_0_0
+rule__SubprogramGroupImplementation__OwnedAccessConnectionAssignment_12_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_10_1_0_0_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_12_1_0_0_0()); }
ruleAccessConnection
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_10_1_0_0_0()); }
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_12_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1
+rule__SubprogramGroupImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_10_1_0_1_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_12_1_0_1_0()); }
ruleFeatureGroupConnection
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_10_1_0_1_0()); }
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_12_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__OwnedFeatureConnectionAssignment_10_1_0_2
+rule__SubprogramGroupImplementation__OwnedFeatureConnectionAssignment_12_1_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_10_1_0_2_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_12_1_0_2_0()); }
ruleFeatureConnection
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_10_1_0_2_0()); }
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_12_1_0_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__NoConnectionsAssignment_10_1_1_0
+rule__SubprogramGroupImplementation__NoConnectionsAssignment_12_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getNoConnectionsNoneKeyword_12_1_1_0_0()); }
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getNoConnectionsNoneKeyword_12_1_1_0_0()); }
None
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getNoConnectionsNoneKeyword_12_1_1_0_0()); }
)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getNoConnectionsNoneKeyword_12_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__OwnedModeAssignment_11_1_0_0
+rule__SubprogramGroupImplementation__OwnedModeAssignment_13_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedModeModeParserRuleCall_11_1_0_0_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedModeModeParserRuleCall_13_1_0_0_0()); }
ruleMode
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedModeModeParserRuleCall_11_1_0_0_0()); }
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedModeModeParserRuleCall_13_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__OwnedModeTransitionAssignment_11_1_0_1
+rule__SubprogramGroupImplementation__OwnedModeTransitionAssignment_13_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_11_1_0_1_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_13_1_0_1_0()); }
ruleModeTransition
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_11_1_0_1_0()); }
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_13_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__NoModesAssignment_11_1_1_0
+rule__SubprogramGroupImplementation__NoModesAssignment_13_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getNoModesNoneKeyword_11_1_1_0_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getNoModesNoneKeyword_13_1_1_0_0()); }
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getNoModesNoneKeyword_11_1_1_0_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getNoModesNoneKeyword_13_1_1_0_0()); }
None
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getNoModesNoneKeyword_11_1_1_0_0()); }
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getNoModesNoneKeyword_13_1_1_0_0()); }
)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getNoModesNoneKeyword_11_1_1_0_0()); }
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getNoModesNoneKeyword_13_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_12_1_0
+rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_14_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_12_1_0_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_14_1_0_0()); }
ruleContainedPropertyAssociation
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_12_1_0_0()); }
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_14_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__NoPropertiesAssignment_12_1_1_0
+rule__SubprogramGroupImplementation__NoPropertiesAssignment_14_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getNoPropertiesNoneKeyword_12_1_1_0_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getNoPropertiesNoneKeyword_14_1_1_0_0()); }
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getNoPropertiesNoneKeyword_12_1_1_0_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getNoPropertiesNoneKeyword_14_1_1_0_0()); }
None
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getNoPropertiesNoneKeyword_12_1_1_0_0()); }
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getNoPropertiesNoneKeyword_14_1_1_0_0()); }
)
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getNoPropertiesNoneKeyword_12_1_1_0_0()); }
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getNoPropertiesNoneKeyword_14_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupImplementation__OwnedAnnexSubclauseAssignment_13
+rule__SubprogramGroupImplementation__OwnedAnnexSubclauseAssignment_15
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_13_0()); }
+ { before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_15_0()); }
ruleAnnexSubclause
- { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_13_0()); }
+ { after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_15_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__OwnedRealizationAssignment_1
+rule__ProcessorImplementation__OwnedRealizationAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedRealizationRealizationParserRuleCall_1_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedRealizationRealizationParserRuleCall_2_0()); }
ruleRealization
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedRealizationRealizationParserRuleCall_1_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedRealizationRealizationParserRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__NameAssignment_3
+rule__ProcessorImplementation__NameAssignment_4
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getNameINAMEParserRuleCall_3_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getNameINAMEParserRuleCall_4_0()); }
ruleINAME
- { after(grammarAccess.getProcessorImplementationAccess().getNameINAMEParserRuleCall_3_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getNameINAMEParserRuleCall_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__OwnedExtensionAssignment_4
+rule__ProcessorImplementation__OwnedExtensionAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_4_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_5_0()); }
ruleImplementationExtension
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_4_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__OwnedPrototypeBindingAssignment_5_1
+rule__ProcessorImplementation__OwnedPrototypeBindingAssignment_6_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_1_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_1_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__OwnedPrototypeBindingAssignment_5_2_1
+rule__ProcessorImplementation__OwnedPrototypeBindingAssignment_6_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_2_1_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_2_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_2_1_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__OwnedPrototypeAssignment_6_1_0
+rule__ProcessorImplementation__OwnedPrototypeAssignment_7_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_6_1_0_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_7_1_0_0()); }
rulePrototype
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_6_1_0_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_7_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__NoPrototypesAssignment_6_1_1_0
+rule__ProcessorImplementation__NoPrototypesAssignment_7_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
(
- { before(grammarAccess.getProcessorImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
None
- { after(grammarAccess.getProcessorImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
)
- { after(grammarAccess.getProcessorImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__OwnedMemorySubcomponentAssignment_7_1_0_0
+rule__ProcessorImplementation__OwnedMemorySubcomponentAssignment_8_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedMemorySubcomponentMemorySubcomponentParserRuleCall_7_1_0_0_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedMemorySubcomponentMemorySubcomponentParserRuleCall_8_1_0_0_0()); }
ruleMemorySubcomponent
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedMemorySubcomponentMemorySubcomponentParserRuleCall_7_1_0_0_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedMemorySubcomponentMemorySubcomponentParserRuleCall_8_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_1
+rule__ProcessorImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_7_1_0_1_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_8_1_0_1_0()); }
ruleAbstractSubcomponent
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_7_1_0_1_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_8_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__OwnedBusSubcomponentAssignment_7_1_0_2
+rule__ProcessorImplementation__OwnedBusSubcomponentAssignment_8_1_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedBusSubcomponentBusSubcomponentParserRuleCall_7_1_0_2_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedBusSubcomponentBusSubcomponentParserRuleCall_8_1_0_2_0()); }
ruleBusSubcomponent
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedBusSubcomponentBusSubcomponentParserRuleCall_7_1_0_2_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedBusSubcomponentBusSubcomponentParserRuleCall_8_1_0_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_3
+rule__ProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedVirtualBusSubcomponentVirtualBusSubcomponentParserRuleCall_7_1_0_3_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedVirtualBusSubcomponentVirtualBusSubcomponentParserRuleCall_8_1_0_3_0()); }
ruleVirtualBusSubcomponent
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedVirtualBusSubcomponentVirtualBusSubcomponentParserRuleCall_7_1_0_3_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedVirtualBusSubcomponentVirtualBusSubcomponentParserRuleCall_8_1_0_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_4
+rule__ProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_4
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedVirtualProcessorSubcomponentVirtualProcessorSubcomponentParserRuleCall_7_1_0_4_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedVirtualProcessorSubcomponentVirtualProcessorSubcomponentParserRuleCall_8_1_0_4_0()); }
ruleVirtualProcessorSubcomponent
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedVirtualProcessorSubcomponentVirtualProcessorSubcomponentParserRuleCall_7_1_0_4_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedVirtualProcessorSubcomponentVirtualProcessorSubcomponentParserRuleCall_8_1_0_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__NoSubcomponentsAssignment_7_1_1_0
+rule__ProcessorImplementation__NoSubcomponentsAssignment_8_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
(
- { before(grammarAccess.getProcessorImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
None
- { after(grammarAccess.getProcessorImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
)
- { after(grammarAccess.getProcessorImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__OwnedEventSourceAssignment_8_1_0
+rule__ProcessorImplementation__OwnedEventSourceAssignment_9_2_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_8_1_0_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_9_2_0_0()); }
ruleEventSource
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_8_1_0_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_9_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__OwnedEventDataSourceAssignment_8_1_1
+rule__ProcessorImplementation__OwnedEventDataSourceAssignment_9_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_8_1_1_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_9_2_1_0()); }
ruleEventDataSource
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_8_1_1_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_9_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__OwnedPortConnectionAssignment_9_1_0_0
+rule__ProcessorImplementation__OwnedPortConnectionAssignment_10_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_9_1_0_0_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_10_1_0_0_0()); }
rulePortConnection
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_9_1_0_0_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_10_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__OwnedAccessConnectionAssignment_9_1_0_1
+rule__ProcessorImplementation__OwnedAccessConnectionAssignment_10_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_9_1_0_1_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_10_1_0_1_0()); }
ruleAccessConnection
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_9_1_0_1_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_10_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__OwnedFeatureGroupConnectionAssignment_9_1_0_2
+rule__ProcessorImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_9_1_0_2_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_10_1_0_2_0()); }
ruleFeatureGroupConnection
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_9_1_0_2_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_10_1_0_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__OwnedFeatureConnectionAssignment_9_1_0_3
+rule__ProcessorImplementation__OwnedFeatureConnectionAssignment_10_1_0_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_9_1_0_3_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_10_1_0_3_0()); }
ruleFeatureConnection
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_9_1_0_3_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_10_1_0_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__NoConnectionsAssignment_9_1_1_0
+rule__ProcessorImplementation__NoConnectionsAssignment_10_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getNoConnectionsNoneKeyword_9_1_1_0_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
(
- { before(grammarAccess.getProcessorImplementationAccess().getNoConnectionsNoneKeyword_9_1_1_0_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
None
- { after(grammarAccess.getProcessorImplementationAccess().getNoConnectionsNoneKeyword_9_1_1_0_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
)
- { after(grammarAccess.getProcessorImplementationAccess().getNoConnectionsNoneKeyword_9_1_1_0_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__OwnedFlowImplementationAssignment_10_1_0_0
+rule__ProcessorImplementation__OwnedFlowImplementationAssignment_11_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_10_1_0_0_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_11_1_0_0_0()); }
ruleFlowImplementation
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_10_1_0_0_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_11_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__OwnedEndToEndFlowAssignment_10_1_0_1
+rule__ProcessorImplementation__OwnedEndToEndFlowAssignment_11_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_10_1_0_1_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_11_1_0_1_0()); }
ruleEndToEndFlow
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_10_1_0_1_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_11_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__NoFlowsAssignment_10_1_1_0
+rule__ProcessorImplementation__NoFlowsAssignment_11_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getNoFlowsNoneKeyword_10_1_1_0_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getNoFlowsNoneKeyword_11_1_1_0_0()); }
(
- { before(grammarAccess.getProcessorImplementationAccess().getNoFlowsNoneKeyword_10_1_1_0_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getNoFlowsNoneKeyword_11_1_1_0_0()); }
None
- { after(grammarAccess.getProcessorImplementationAccess().getNoFlowsNoneKeyword_10_1_1_0_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getNoFlowsNoneKeyword_11_1_1_0_0()); }
)
- { after(grammarAccess.getProcessorImplementationAccess().getNoFlowsNoneKeyword_10_1_1_0_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getNoFlowsNoneKeyword_11_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__OwnedModeAssignment_11_1_0_0
+rule__ProcessorImplementation__OwnedModeAssignment_12_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedModeModeParserRuleCall_11_1_0_0_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedModeModeParserRuleCall_12_1_0_0_0()); }
ruleMode
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedModeModeParserRuleCall_11_1_0_0_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedModeModeParserRuleCall_12_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__OwnedModeTransitionAssignment_11_1_0_1
+rule__ProcessorImplementation__OwnedModeTransitionAssignment_12_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_11_1_0_1_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_12_1_0_1_0()); }
ruleModeTransition
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_11_1_0_1_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_12_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__NoModesAssignment_11_1_1_0
+rule__ProcessorImplementation__NoModesAssignment_12_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getNoModesNoneKeyword_11_1_1_0_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getNoModesNoneKeyword_12_1_1_0_0()); }
(
- { before(grammarAccess.getProcessorImplementationAccess().getNoModesNoneKeyword_11_1_1_0_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getNoModesNoneKeyword_12_1_1_0_0()); }
None
- { after(grammarAccess.getProcessorImplementationAccess().getNoModesNoneKeyword_11_1_1_0_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getNoModesNoneKeyword_12_1_1_0_0()); }
)
- { after(grammarAccess.getProcessorImplementationAccess().getNoModesNoneKeyword_11_1_1_0_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getNoModesNoneKeyword_12_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_12_1_0
+rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_12_1_0_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_13_1_0_0()); }
ruleContainedPropertyAssociation
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_12_1_0_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_13_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__NoPropertiesAssignment_12_1_1_0
+rule__ProcessorImplementation__NoPropertiesAssignment_13_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getNoPropertiesNoneKeyword_12_1_1_0_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getNoPropertiesNoneKeyword_13_1_1_0_0()); }
(
- { before(grammarAccess.getProcessorImplementationAccess().getNoPropertiesNoneKeyword_12_1_1_0_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getNoPropertiesNoneKeyword_13_1_1_0_0()); }
None
- { after(grammarAccess.getProcessorImplementationAccess().getNoPropertiesNoneKeyword_12_1_1_0_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getNoPropertiesNoneKeyword_13_1_1_0_0()); }
)
- { after(grammarAccess.getProcessorImplementationAccess().getNoPropertiesNoneKeyword_12_1_1_0_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getNoPropertiesNoneKeyword_13_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorImplementation__OwnedAnnexSubclauseAssignment_13
+rule__ProcessorImplementation__OwnedAnnexSubclauseAssignment_14
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_13_0()); }
+ { before(grammarAccess.getProcessorImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_14_0()); }
ruleAnnexSubclause
- { after(grammarAccess.getProcessorImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_13_0()); }
+ { after(grammarAccess.getProcessorImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_14_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__OwnedRealizationAssignment_1
+rule__VirtualProcessorImplementation__OwnedRealizationAssignment_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedRealizationRealizationParserRuleCall_1_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedRealizationRealizationParserRuleCall_3_0()); }
ruleRealization
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedRealizationRealizationParserRuleCall_1_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedRealizationRealizationParserRuleCall_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__NameAssignment_3
+rule__VirtualProcessorImplementation__NameAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getNameINAMEParserRuleCall_3_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getNameINAMEParserRuleCall_5_0()); }
ruleINAME
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getNameINAMEParserRuleCall_3_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getNameINAMEParserRuleCall_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__OwnedExtensionAssignment_4
+rule__VirtualProcessorImplementation__OwnedExtensionAssignment_6
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_4_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_6_0()); }
ruleImplementationExtension
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_4_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__OwnedPrototypeBindingAssignment_5_1
+rule__VirtualProcessorImplementation__OwnedPrototypeBindingAssignment_7_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_1_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_7_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_1_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_7_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__OwnedPrototypeBindingAssignment_5_2_1
+rule__VirtualProcessorImplementation__OwnedPrototypeBindingAssignment_7_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_2_1_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_7_2_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_2_1_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_7_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_6_1_0
+rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_8_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_6_1_0_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_8_1_0_0()); }
rulePrototype
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_6_1_0_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_8_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__NoPrototypesAssignment_6_1_1_0
+rule__VirtualProcessorImplementation__NoPrototypesAssignment_8_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoPrototypesNoneKeyword_8_1_1_0_0()); }
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoPrototypesNoneKeyword_8_1_1_0_0()); }
None
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoPrototypesNoneKeyword_8_1_1_0_0()); }
)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoPrototypesNoneKeyword_8_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0
+rule__VirtualProcessorImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_7_1_0_0_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_9_1_0_0_0()); }
ruleAbstractSubcomponent
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_7_1_0_0_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_9_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1
+rule__VirtualProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_9_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedVirtualBusSubcomponentVirtualBusSubcomponentParserRuleCall_7_1_0_1_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedVirtualBusSubcomponentVirtualBusSubcomponentParserRuleCall_9_1_0_1_0()); }
ruleVirtualBusSubcomponent
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedVirtualBusSubcomponentVirtualBusSubcomponentParserRuleCall_7_1_0_1_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedVirtualBusSubcomponentVirtualBusSubcomponentParserRuleCall_9_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_2
+rule__VirtualProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_9_1_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedVirtualProcessorSubcomponentVirtualProcessorSubcomponentParserRuleCall_7_1_0_2_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedVirtualProcessorSubcomponentVirtualProcessorSubcomponentParserRuleCall_9_1_0_2_0()); }
ruleVirtualProcessorSubcomponent
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedVirtualProcessorSubcomponentVirtualProcessorSubcomponentParserRuleCall_7_1_0_2_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedVirtualProcessorSubcomponentVirtualProcessorSubcomponentParserRuleCall_9_1_0_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__NoSubcomponentsAssignment_7_1_1_0
+rule__VirtualProcessorImplementation__NoSubcomponentsAssignment_9_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoSubcomponentsNoneKeyword_9_1_1_0_0()); }
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoSubcomponentsNoneKeyword_9_1_1_0_0()); }
None
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoSubcomponentsNoneKeyword_9_1_1_0_0()); }
)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoSubcomponentsNoneKeyword_9_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__OwnedEventSourceAssignment_8_1_0
+rule__VirtualProcessorImplementation__OwnedEventSourceAssignment_10_2_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_8_1_0_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_10_2_0_0()); }
ruleEventSource
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_8_1_0_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_10_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__OwnedEventDataSourceAssignment_8_1_1
+rule__VirtualProcessorImplementation__OwnedEventDataSourceAssignment_10_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_8_1_1_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_10_2_1_0()); }
ruleEventDataSource
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_8_1_1_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_10_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__OwnedPortProxyAssignment_9_1_0
+rule__VirtualProcessorImplementation__OwnedPortProxyAssignment_11_2_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_9_1_0_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_11_2_0_0()); }
rulePortProxy
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_9_1_0_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_11_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__OwnedSubprogramProxyAssignment_9_1_1
+rule__VirtualProcessorImplementation__OwnedSubprogramProxyAssignment_11_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_9_1_1_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_11_2_1_0()); }
ruleSubprogramProxy
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_9_1_1_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_11_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__OwnedPortConnectionAssignment_10_1_0_0
+rule__VirtualProcessorImplementation__OwnedPortConnectionAssignment_12_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_10_1_0_0_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_12_1_0_0_0()); }
rulePortConnection
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_10_1_0_0_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_12_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__OwnedAccessConnectionAssignment_10_1_0_1
+rule__VirtualProcessorImplementation__OwnedAccessConnectionAssignment_12_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_10_1_0_1_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_12_1_0_1_0()); }
ruleAccessConnection
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_10_1_0_1_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_12_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2
+rule__VirtualProcessorImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_10_1_0_2_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_12_1_0_2_0()); }
ruleFeatureGroupConnection
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_10_1_0_2_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_12_1_0_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__OwnedFeatureConnectionAssignment_10_1_0_3
+rule__VirtualProcessorImplementation__OwnedFeatureConnectionAssignment_12_1_0_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_10_1_0_3_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_12_1_0_3_0()); }
ruleFeatureConnection
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_10_1_0_3_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_12_1_0_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__NoConnectionsAssignment_10_1_1_0
+rule__VirtualProcessorImplementation__NoConnectionsAssignment_12_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoConnectionsNoneKeyword_12_1_1_0_0()); }
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoConnectionsNoneKeyword_12_1_1_0_0()); }
None
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoConnectionsNoneKeyword_12_1_1_0_0()); }
)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoConnectionsNoneKeyword_12_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__OwnedFlowImplementationAssignment_11_1_0_0
+rule__VirtualProcessorImplementation__OwnedFlowImplementationAssignment_13_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_11_1_0_0_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_13_1_0_0_0()); }
ruleFlowImplementation
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_11_1_0_0_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_13_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__OwnedEndToEndFlowAssignment_11_1_0_1
+rule__VirtualProcessorImplementation__OwnedEndToEndFlowAssignment_13_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_11_1_0_1_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_13_1_0_1_0()); }
ruleEndToEndFlow
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_11_1_0_1_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_13_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__NoFlowsAssignment_11_1_1_0
+rule__VirtualProcessorImplementation__NoFlowsAssignment_13_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoFlowsNoneKeyword_11_1_1_0_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoFlowsNoneKeyword_13_1_1_0_0()); }
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoFlowsNoneKeyword_11_1_1_0_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoFlowsNoneKeyword_13_1_1_0_0()); }
None
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoFlowsNoneKeyword_11_1_1_0_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoFlowsNoneKeyword_13_1_1_0_0()); }
)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoFlowsNoneKeyword_11_1_1_0_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoFlowsNoneKeyword_13_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__OwnedModeAssignment_12_1_0_0
+rule__VirtualProcessorImplementation__OwnedModeAssignment_14_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedModeModeParserRuleCall_12_1_0_0_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedModeModeParserRuleCall_14_1_0_0_0()); }
ruleMode
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedModeModeParserRuleCall_12_1_0_0_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedModeModeParserRuleCall_14_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__OwnedModeTransitionAssignment_12_1_0_1
+rule__VirtualProcessorImplementation__OwnedModeTransitionAssignment_14_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_12_1_0_1_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_14_1_0_1_0()); }
ruleModeTransition
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_12_1_0_1_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_14_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__NoModesAssignment_12_1_1_0
+rule__VirtualProcessorImplementation__NoModesAssignment_14_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoModesNoneKeyword_12_1_1_0_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoModesNoneKeyword_14_1_1_0_0()); }
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoModesNoneKeyword_12_1_1_0_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoModesNoneKeyword_14_1_1_0_0()); }
None
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoModesNoneKeyword_12_1_1_0_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoModesNoneKeyword_14_1_1_0_0()); }
)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoModesNoneKeyword_12_1_1_0_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoModesNoneKeyword_14_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0
+rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_15_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_13_1_0_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_15_1_0_0()); }
ruleContainedPropertyAssociation
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_13_1_0_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_15_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__NoPropertiesAssignment_13_1_1_0
+rule__VirtualProcessorImplementation__NoPropertiesAssignment_15_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoPropertiesNoneKeyword_13_1_1_0_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoPropertiesNoneKeyword_15_1_1_0_0()); }
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoPropertiesNoneKeyword_13_1_1_0_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getNoPropertiesNoneKeyword_15_1_1_0_0()); }
None
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoPropertiesNoneKeyword_13_1_1_0_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoPropertiesNoneKeyword_15_1_1_0_0()); }
)
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoPropertiesNoneKeyword_13_1_1_0_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getNoPropertiesNoneKeyword_15_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorImplementation__OwnedAnnexSubclauseAssignment_14
+rule__VirtualProcessorImplementation__OwnedAnnexSubclauseAssignment_16
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_14_0()); }
+ { before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_16_0()); }
ruleAnnexSubclause
- { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_14_0()); }
+ { after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_16_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__OwnedRealizationAssignment_1
+rule__DeviceImplementation__OwnedRealizationAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedRealizationRealizationParserRuleCall_1_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedRealizationRealizationParserRuleCall_2_0()); }
ruleRealization
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedRealizationRealizationParserRuleCall_1_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedRealizationRealizationParserRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__NameAssignment_3
+rule__DeviceImplementation__NameAssignment_4
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getNameINAMEParserRuleCall_3_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getNameINAMEParserRuleCall_4_0()); }
ruleINAME
- { after(grammarAccess.getDeviceImplementationAccess().getNameINAMEParserRuleCall_3_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getNameINAMEParserRuleCall_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__OwnedExtensionAssignment_4
+rule__DeviceImplementation__OwnedExtensionAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_4_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_5_0()); }
ruleImplementationExtension
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_4_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__OwnedPrototypeBindingAssignment_5_1
+rule__DeviceImplementation__OwnedPrototypeBindingAssignment_6_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_1_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_1_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__OwnedPrototypeBindingAssignment_5_2_1
+rule__DeviceImplementation__OwnedPrototypeBindingAssignment_6_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_2_1_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_2_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_2_1_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__OwnedPrototypeAssignment_6_1_0
+rule__DeviceImplementation__OwnedPrototypeAssignment_7_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_6_1_0_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_7_1_0_0()); }
rulePrototype
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_6_1_0_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_7_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__NoPrototypesAssignment_6_1_1_0
+rule__DeviceImplementation__NoPrototypesAssignment_7_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
(
- { before(grammarAccess.getDeviceImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
None
- { after(grammarAccess.getDeviceImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
)
- { after(grammarAccess.getDeviceImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0
+rule__DeviceImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_7_1_0_0_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_8_1_0_0_0()); }
ruleAbstractSubcomponent
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_7_1_0_0_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_8_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__OwnedDataSubcomponentAssignment_7_1_0_1
+rule__DeviceImplementation__OwnedDataSubcomponentAssignment_8_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_7_1_0_1_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_8_1_0_1_0()); }
ruleDataSubcomponent
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_7_1_0_1_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_8_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_2
+rule__DeviceImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedVirtualBusSubcomponentVirtualBusSubcomponentParserRuleCall_7_1_0_2_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedVirtualBusSubcomponentVirtualBusSubcomponentParserRuleCall_8_1_0_2_0()); }
ruleVirtualBusSubcomponent
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedVirtualBusSubcomponentVirtualBusSubcomponentParserRuleCall_7_1_0_2_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedVirtualBusSubcomponentVirtualBusSubcomponentParserRuleCall_8_1_0_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__OwnedBusSubcomponentAssignment_7_1_0_3
+rule__DeviceImplementation__OwnedBusSubcomponentAssignment_8_1_0_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedBusSubcomponentBusSubcomponentParserRuleCall_7_1_0_3_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedBusSubcomponentBusSubcomponentParserRuleCall_8_1_0_3_0()); }
ruleBusSubcomponent
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedBusSubcomponentBusSubcomponentParserRuleCall_7_1_0_3_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedBusSubcomponentBusSubcomponentParserRuleCall_8_1_0_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__NoSubcomponentsAssignment_7_1_1_0
+rule__DeviceImplementation__NoSubcomponentsAssignment_8_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
(
- { before(grammarAccess.getDeviceImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
None
- { after(grammarAccess.getDeviceImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
)
- { after(grammarAccess.getDeviceImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__OwnedEventSourceAssignment_8_1_0
+rule__DeviceImplementation__OwnedEventSourceAssignment_9_2_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_8_1_0_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_9_2_0_0()); }
ruleEventSource
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_8_1_0_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_9_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__OwnedEventDataSourceAssignment_8_1_1
+rule__DeviceImplementation__OwnedEventDataSourceAssignment_9_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_8_1_1_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_9_2_1_0()); }
ruleEventDataSource
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_8_1_1_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_9_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__OwnedPortProxyAssignment_9_1_0
+rule__DeviceImplementation__OwnedPortProxyAssignment_10_2_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_9_1_0_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_10_2_0_0()); }
rulePortProxy
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_9_1_0_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedPortProxyPortProxyParserRuleCall_10_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__OwnedSubprogramProxyAssignment_9_1_1
+rule__DeviceImplementation__OwnedSubprogramProxyAssignment_10_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_9_1_1_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_10_2_1_0()); }
ruleSubprogramProxy
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_9_1_1_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedSubprogramProxySubprogramProxyParserRuleCall_10_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__OwnedPortConnectionAssignment_10_1_0_0
+rule__DeviceImplementation__OwnedPortConnectionAssignment_11_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_10_1_0_0_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_11_1_0_0_0()); }
rulePortConnection
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_10_1_0_0_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedPortConnectionPortConnectionParserRuleCall_11_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__OwnedAccessConnectionAssignment_10_1_0_1
+rule__DeviceImplementation__OwnedAccessConnectionAssignment_11_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_10_1_0_1_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_11_1_0_1_0()); }
ruleAccessConnection
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_10_1_0_1_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_11_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2
+rule__DeviceImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_10_1_0_2_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_11_1_0_2_0()); }
ruleFeatureGroupConnection
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_10_1_0_2_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_11_1_0_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__OwnedFeatureConnectionAssignment_10_1_0_3
+rule__DeviceImplementation__OwnedFeatureConnectionAssignment_11_1_0_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_10_1_0_3_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_11_1_0_3_0()); }
ruleFeatureConnection
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_10_1_0_3_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_11_1_0_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__NoConnectionsAssignment_10_1_1_0
+rule__DeviceImplementation__NoConnectionsAssignment_11_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getNoConnectionsNoneKeyword_11_1_1_0_0()); }
(
- { before(grammarAccess.getDeviceImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getNoConnectionsNoneKeyword_11_1_1_0_0()); }
None
- { after(grammarAccess.getDeviceImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getNoConnectionsNoneKeyword_11_1_1_0_0()); }
)
- { after(grammarAccess.getDeviceImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getNoConnectionsNoneKeyword_11_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__OwnedFlowImplementationAssignment_11_1_0_0
+rule__DeviceImplementation__OwnedFlowImplementationAssignment_12_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_11_1_0_0_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_12_1_0_0_0()); }
ruleFlowImplementation
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_11_1_0_0_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_12_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__OwnedEndToEndFlowAssignment_11_1_0_1
+rule__DeviceImplementation__OwnedEndToEndFlowAssignment_12_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_11_1_0_1_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_12_1_0_1_0()); }
ruleEndToEndFlow
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_11_1_0_1_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_12_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__NoFlowsAssignment_11_1_1_0
+rule__DeviceImplementation__NoFlowsAssignment_12_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getNoFlowsNoneKeyword_11_1_1_0_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getNoFlowsNoneKeyword_12_1_1_0_0()); }
(
- { before(grammarAccess.getDeviceImplementationAccess().getNoFlowsNoneKeyword_11_1_1_0_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getNoFlowsNoneKeyword_12_1_1_0_0()); }
None
- { after(grammarAccess.getDeviceImplementationAccess().getNoFlowsNoneKeyword_11_1_1_0_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getNoFlowsNoneKeyword_12_1_1_0_0()); }
)
- { after(grammarAccess.getDeviceImplementationAccess().getNoFlowsNoneKeyword_11_1_1_0_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getNoFlowsNoneKeyword_12_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__OwnedModeAssignment_12_1_0_0
+rule__DeviceImplementation__OwnedModeAssignment_13_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedModeModeParserRuleCall_12_1_0_0_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedModeModeParserRuleCall_13_1_0_0_0()); }
ruleMode
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedModeModeParserRuleCall_12_1_0_0_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedModeModeParserRuleCall_13_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__OwnedModeTransitionAssignment_12_1_0_1
+rule__DeviceImplementation__OwnedModeTransitionAssignment_13_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_12_1_0_1_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_13_1_0_1_0()); }
ruleModeTransition
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_12_1_0_1_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_13_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__NoModesAssignment_12_1_1_0
+rule__DeviceImplementation__NoModesAssignment_13_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getNoModesNoneKeyword_12_1_1_0_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getNoModesNoneKeyword_13_1_1_0_0()); }
(
- { before(grammarAccess.getDeviceImplementationAccess().getNoModesNoneKeyword_12_1_1_0_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getNoModesNoneKeyword_13_1_1_0_0()); }
None
- { after(grammarAccess.getDeviceImplementationAccess().getNoModesNoneKeyword_12_1_1_0_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getNoModesNoneKeyword_13_1_1_0_0()); }
)
- { after(grammarAccess.getDeviceImplementationAccess().getNoModesNoneKeyword_12_1_1_0_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getNoModesNoneKeyword_13_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__OwnedPropertyAssociationAssignment_13_1_0
+rule__DeviceImplementation__OwnedPropertyAssociationAssignment_14_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_13_1_0_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_14_1_0_0()); }
ruleContainedPropertyAssociation
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_13_1_0_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_14_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__NoPropertiesAssignment_13_1_1_0
+rule__DeviceImplementation__NoPropertiesAssignment_14_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getNoPropertiesNoneKeyword_13_1_1_0_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getNoPropertiesNoneKeyword_14_1_1_0_0()); }
(
- { before(grammarAccess.getDeviceImplementationAccess().getNoPropertiesNoneKeyword_13_1_1_0_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getNoPropertiesNoneKeyword_14_1_1_0_0()); }
None
- { after(grammarAccess.getDeviceImplementationAccess().getNoPropertiesNoneKeyword_13_1_1_0_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getNoPropertiesNoneKeyword_14_1_1_0_0()); }
)
- { after(grammarAccess.getDeviceImplementationAccess().getNoPropertiesNoneKeyword_13_1_1_0_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getNoPropertiesNoneKeyword_14_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceImplementation__OwnedAnnexSubclauseAssignment_14
+rule__DeviceImplementation__OwnedAnnexSubclauseAssignment_15
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_14_0()); }
+ { before(grammarAccess.getDeviceImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_15_0()); }
ruleAnnexSubclause
- { after(grammarAccess.getDeviceImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_14_0()); }
+ { after(grammarAccess.getDeviceImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_15_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__OwnedRealizationAssignment_1
+rule__MemoryImplementation__OwnedRealizationAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedRealizationRealizationParserRuleCall_1_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedRealizationRealizationParserRuleCall_2_0()); }
ruleRealization
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedRealizationRealizationParserRuleCall_1_0()); }
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedRealizationRealizationParserRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__NameAssignment_3
+rule__MemoryImplementation__NameAssignment_4
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getNameINAMEParserRuleCall_3_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getNameINAMEParserRuleCall_4_0()); }
ruleINAME
- { after(grammarAccess.getMemoryImplementationAccess().getNameINAMEParserRuleCall_3_0()); }
+ { after(grammarAccess.getMemoryImplementationAccess().getNameINAMEParserRuleCall_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__OwnedExtensionAssignment_4
+rule__MemoryImplementation__OwnedExtensionAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_4_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_5_0()); }
ruleImplementationExtension
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_4_0()); }
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__OwnedPrototypeBindingAssignment_5_1
+rule__MemoryImplementation__OwnedPrototypeBindingAssignment_6_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_1_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_1_0()); }
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__OwnedPrototypeBindingAssignment_5_2_1
+rule__MemoryImplementation__OwnedPrototypeBindingAssignment_6_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_2_1_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_2_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_2_1_0()); }
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__OwnedPrototypeAssignment_6_1_0
+rule__MemoryImplementation__OwnedPrototypeAssignment_7_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_6_1_0_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_7_1_0_0()); }
rulePrototype
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_6_1_0_0()); }
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_7_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__NoPrototypesAssignment_6_1_1_0
+rule__MemoryImplementation__NoPrototypesAssignment_7_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
(
- { before(grammarAccess.getMemoryImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
None
- { after(grammarAccess.getMemoryImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { after(grammarAccess.getMemoryImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
)
- { after(grammarAccess.getMemoryImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { after(grammarAccess.getMemoryImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0
+rule__MemoryImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_7_1_0_0_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_8_1_0_0_0()); }
ruleAbstractSubcomponent
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_7_1_0_0_0()); }
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_8_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__OwnedMemorySubcomponentAssignment_7_1_0_1
+rule__MemoryImplementation__OwnedMemorySubcomponentAssignment_8_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedMemorySubcomponentMemorySubcomponentParserRuleCall_7_1_0_1_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedMemorySubcomponentMemorySubcomponentParserRuleCall_8_1_0_1_0()); }
ruleMemorySubcomponent
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedMemorySubcomponentMemorySubcomponentParserRuleCall_7_1_0_1_0()); }
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedMemorySubcomponentMemorySubcomponentParserRuleCall_8_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__OwnedBusSubcomponentAssignment_7_1_0_2
+rule__MemoryImplementation__OwnedBusSubcomponentAssignment_8_1_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedBusSubcomponentBusSubcomponentParserRuleCall_7_1_0_2_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedBusSubcomponentBusSubcomponentParserRuleCall_8_1_0_2_0()); }
ruleBusSubcomponent
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedBusSubcomponentBusSubcomponentParserRuleCall_7_1_0_2_0()); }
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedBusSubcomponentBusSubcomponentParserRuleCall_8_1_0_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__NoSubcomponentsAssignment_7_1_1_0
+rule__MemoryImplementation__NoSubcomponentsAssignment_8_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
(
- { before(grammarAccess.getMemoryImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
None
- { after(grammarAccess.getMemoryImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { after(grammarAccess.getMemoryImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
)
- { after(grammarAccess.getMemoryImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { after(grammarAccess.getMemoryImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__OwnedEventSourceAssignment_8_1_0
+rule__MemoryImplementation__OwnedEventSourceAssignment_9_2_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_8_1_0_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_9_2_0_0()); }
ruleEventSource
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_8_1_0_0()); }
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_9_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__OwnedEventDataSourceAssignment_8_1_1
+rule__MemoryImplementation__OwnedEventDataSourceAssignment_9_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_8_1_1_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_9_2_1_0()); }
ruleEventDataSource
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_8_1_1_0()); }
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_9_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__OwnedAccessConnectionAssignment_9_1_0_0
+rule__MemoryImplementation__OwnedAccessConnectionAssignment_10_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_9_1_0_0_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_10_1_0_0_0()); }
ruleAccessConnection
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_9_1_0_0_0()); }
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_10_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__OwnedFeatureGroupConnectionAssignment_9_1_0_1
+rule__MemoryImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_9_1_0_1_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_10_1_0_1_0()); }
ruleFeatureGroupConnection
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_9_1_0_1_0()); }
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_10_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__OwnedFeatureConnectionAssignment_9_1_0_2
+rule__MemoryImplementation__OwnedFeatureConnectionAssignment_10_1_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_9_1_0_2_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_10_1_0_2_0()); }
ruleFeatureConnection
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_9_1_0_2_0()); }
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_10_1_0_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__NoConnectionsAssignment_9_1_1_0
+rule__MemoryImplementation__NoConnectionsAssignment_10_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getNoConnectionsNoneKeyword_9_1_1_0_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
(
- { before(grammarAccess.getMemoryImplementationAccess().getNoConnectionsNoneKeyword_9_1_1_0_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
None
- { after(grammarAccess.getMemoryImplementationAccess().getNoConnectionsNoneKeyword_9_1_1_0_0()); }
+ { after(grammarAccess.getMemoryImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
)
- { after(grammarAccess.getMemoryImplementationAccess().getNoConnectionsNoneKeyword_9_1_1_0_0()); }
+ { after(grammarAccess.getMemoryImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__OwnedModeAssignment_10_1_0_0
+rule__MemoryImplementation__OwnedModeAssignment_11_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedModeModeParserRuleCall_10_1_0_0_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedModeModeParserRuleCall_11_1_0_0_0()); }
ruleMode
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedModeModeParserRuleCall_10_1_0_0_0()); }
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedModeModeParserRuleCall_11_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__OwnedModeTransitionAssignment_10_1_0_1
+rule__MemoryImplementation__OwnedModeTransitionAssignment_11_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_10_1_0_1_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_11_1_0_1_0()); }
ruleModeTransition
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_10_1_0_1_0()); }
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_11_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__NoModesAssignment_10_1_1_0
+rule__MemoryImplementation__NoModesAssignment_11_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getNoModesNoneKeyword_10_1_1_0_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getNoModesNoneKeyword_11_1_1_0_0()); }
(
- { before(grammarAccess.getMemoryImplementationAccess().getNoModesNoneKeyword_10_1_1_0_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getNoModesNoneKeyword_11_1_1_0_0()); }
None
- { after(grammarAccess.getMemoryImplementationAccess().getNoModesNoneKeyword_10_1_1_0_0()); }
+ { after(grammarAccess.getMemoryImplementationAccess().getNoModesNoneKeyword_11_1_1_0_0()); }
)
- { after(grammarAccess.getMemoryImplementationAccess().getNoModesNoneKeyword_10_1_1_0_0()); }
+ { after(grammarAccess.getMemoryImplementationAccess().getNoModesNoneKeyword_11_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__OwnedPropertyAssociationAssignment_11_1_0
+rule__MemoryImplementation__OwnedPropertyAssociationAssignment_12_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_11_1_0_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_12_1_0_0()); }
ruleContainedPropertyAssociation
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_11_1_0_0()); }
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_12_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__NoPropertiesAssignment_11_1_1_0
+rule__MemoryImplementation__NoPropertiesAssignment_12_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getNoPropertiesNoneKeyword_11_1_1_0_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getNoPropertiesNoneKeyword_12_1_1_0_0()); }
(
- { before(grammarAccess.getMemoryImplementationAccess().getNoPropertiesNoneKeyword_11_1_1_0_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getNoPropertiesNoneKeyword_12_1_1_0_0()); }
None
- { after(grammarAccess.getMemoryImplementationAccess().getNoPropertiesNoneKeyword_11_1_1_0_0()); }
+ { after(grammarAccess.getMemoryImplementationAccess().getNoPropertiesNoneKeyword_12_1_1_0_0()); }
)
- { after(grammarAccess.getMemoryImplementationAccess().getNoPropertiesNoneKeyword_11_1_1_0_0()); }
+ { after(grammarAccess.getMemoryImplementationAccess().getNoPropertiesNoneKeyword_12_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemoryImplementation__OwnedAnnexSubclauseAssignment_12
+rule__MemoryImplementation__OwnedAnnexSubclauseAssignment_13
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemoryImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_12_0()); }
+ { before(grammarAccess.getMemoryImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_13_0()); }
ruleAnnexSubclause
- { after(grammarAccess.getMemoryImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_12_0()); }
+ { after(grammarAccess.getMemoryImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_13_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__OwnedRealizationAssignment_1
+rule__BusImplementation__OwnedRealizationAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getOwnedRealizationRealizationParserRuleCall_1_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getOwnedRealizationRealizationParserRuleCall_2_0()); }
ruleRealization
- { after(grammarAccess.getBusImplementationAccess().getOwnedRealizationRealizationParserRuleCall_1_0()); }
+ { after(grammarAccess.getBusImplementationAccess().getOwnedRealizationRealizationParserRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__NameAssignment_3
+rule__BusImplementation__NameAssignment_4
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getNameINAMEParserRuleCall_3_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getNameINAMEParserRuleCall_4_0()); }
ruleINAME
- { after(grammarAccess.getBusImplementationAccess().getNameINAMEParserRuleCall_3_0()); }
+ { after(grammarAccess.getBusImplementationAccess().getNameINAMEParserRuleCall_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__OwnedExtensionAssignment_4
+rule__BusImplementation__OwnedExtensionAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_4_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_5_0()); }
ruleImplementationExtension
- { after(grammarAccess.getBusImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_4_0()); }
+ { after(grammarAccess.getBusImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__OwnedPrototypeBindingAssignment_5_1
+rule__BusImplementation__OwnedPrototypeBindingAssignment_6_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_1_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getBusImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_1_0()); }
+ { after(grammarAccess.getBusImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__OwnedPrototypeBindingAssignment_5_2_1
+rule__BusImplementation__OwnedPrototypeBindingAssignment_6_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_2_1_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_2_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getBusImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_2_1_0()); }
+ { after(grammarAccess.getBusImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__OwnedPrototypeAssignment_6_1_0
+rule__BusImplementation__OwnedPrototypeAssignment_7_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_6_1_0_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_7_1_0_0()); }
rulePrototype
- { after(grammarAccess.getBusImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_6_1_0_0()); }
+ { after(grammarAccess.getBusImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_7_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__NoPrototypesAssignment_6_1_1_0
+rule__BusImplementation__NoPrototypesAssignment_7_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
(
- { before(grammarAccess.getBusImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
None
- { after(grammarAccess.getBusImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { after(grammarAccess.getBusImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
)
- { after(grammarAccess.getBusImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { after(grammarAccess.getBusImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0
+rule__BusImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_7_1_0_0_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_8_1_0_0_0()); }
ruleAbstractSubcomponent
- { after(grammarAccess.getBusImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_7_1_0_0_0()); }
+ { after(grammarAccess.getBusImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_8_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1
+rule__BusImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getOwnedVirtualBusSubcomponentVirtualBusSubcomponentParserRuleCall_7_1_0_1_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getOwnedVirtualBusSubcomponentVirtualBusSubcomponentParserRuleCall_8_1_0_1_0()); }
ruleVirtualBusSubcomponent
- { after(grammarAccess.getBusImplementationAccess().getOwnedVirtualBusSubcomponentVirtualBusSubcomponentParserRuleCall_7_1_0_1_0()); }
+ { after(grammarAccess.getBusImplementationAccess().getOwnedVirtualBusSubcomponentVirtualBusSubcomponentParserRuleCall_8_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__NoSubcomponentsAssignment_7_1_1_0
+rule__BusImplementation__NoSubcomponentsAssignment_8_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
(
- { before(grammarAccess.getBusImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
None
- { after(grammarAccess.getBusImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { after(grammarAccess.getBusImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
)
- { after(grammarAccess.getBusImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { after(grammarAccess.getBusImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__OwnedEventSourceAssignment_8_1_0
+rule__BusImplementation__OwnedEventSourceAssignment_9_2_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_8_1_0_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_9_2_0_0()); }
ruleEventSource
- { after(grammarAccess.getBusImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_8_1_0_0()); }
+ { after(grammarAccess.getBusImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_9_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__OwnedEventDataSourceAssignment_8_1_1
+rule__BusImplementation__OwnedEventDataSourceAssignment_9_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_8_1_1_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_9_2_1_0()); }
ruleEventDataSource
- { after(grammarAccess.getBusImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_8_1_1_0()); }
+ { after(grammarAccess.getBusImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_9_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__OwnedModeAssignment_9_1_0_0
+rule__BusImplementation__OwnedModeAssignment_10_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getOwnedModeModeParserRuleCall_9_1_0_0_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getOwnedModeModeParserRuleCall_10_1_0_0_0()); }
ruleMode
- { after(grammarAccess.getBusImplementationAccess().getOwnedModeModeParserRuleCall_9_1_0_0_0()); }
+ { after(grammarAccess.getBusImplementationAccess().getOwnedModeModeParserRuleCall_10_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__OwnedModeTransitionAssignment_9_1_0_1
+rule__BusImplementation__OwnedModeTransitionAssignment_10_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_9_1_0_1_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_10_1_0_1_0()); }
ruleModeTransition
- { after(grammarAccess.getBusImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_9_1_0_1_0()); }
+ { after(grammarAccess.getBusImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_10_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__NoModesAssignment_9_1_1_0
+rule__BusImplementation__NoModesAssignment_10_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getNoModesNoneKeyword_9_1_1_0_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getNoModesNoneKeyword_10_1_1_0_0()); }
(
- { before(grammarAccess.getBusImplementationAccess().getNoModesNoneKeyword_9_1_1_0_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getNoModesNoneKeyword_10_1_1_0_0()); }
None
- { after(grammarAccess.getBusImplementationAccess().getNoModesNoneKeyword_9_1_1_0_0()); }
+ { after(grammarAccess.getBusImplementationAccess().getNoModesNoneKeyword_10_1_1_0_0()); }
)
- { after(grammarAccess.getBusImplementationAccess().getNoModesNoneKeyword_9_1_1_0_0()); }
+ { after(grammarAccess.getBusImplementationAccess().getNoModesNoneKeyword_10_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__OwnedPropertyAssociationAssignment_10_1_0
+rule__BusImplementation__OwnedPropertyAssociationAssignment_11_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_10_1_0_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_11_1_0_0()); }
ruleContainedPropertyAssociation
- { after(grammarAccess.getBusImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_10_1_0_0()); }
+ { after(grammarAccess.getBusImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_11_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__NoPropertiesAssignment_10_1_1_0
+rule__BusImplementation__NoPropertiesAssignment_11_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getNoPropertiesNoneKeyword_10_1_1_0_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getNoPropertiesNoneKeyword_11_1_1_0_0()); }
(
- { before(grammarAccess.getBusImplementationAccess().getNoPropertiesNoneKeyword_10_1_1_0_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getNoPropertiesNoneKeyword_11_1_1_0_0()); }
None
- { after(grammarAccess.getBusImplementationAccess().getNoPropertiesNoneKeyword_10_1_1_0_0()); }
+ { after(grammarAccess.getBusImplementationAccess().getNoPropertiesNoneKeyword_11_1_1_0_0()); }
)
- { after(grammarAccess.getBusImplementationAccess().getNoPropertiesNoneKeyword_10_1_1_0_0()); }
+ { after(grammarAccess.getBusImplementationAccess().getNoPropertiesNoneKeyword_11_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusImplementation__OwnedAnnexSubclauseAssignment_11
+rule__BusImplementation__OwnedAnnexSubclauseAssignment_12
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_11_0()); }
+ { before(grammarAccess.getBusImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_12_0()); }
ruleAnnexSubclause
- { after(grammarAccess.getBusImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_11_0()); }
+ { after(grammarAccess.getBusImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_12_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__OwnedRealizationAssignment_1
+rule__VirtualBusImplementation__OwnedRealizationAssignment_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedRealizationRealizationParserRuleCall_1_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedRealizationRealizationParserRuleCall_3_0()); }
ruleRealization
- { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedRealizationRealizationParserRuleCall_1_0()); }
+ { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedRealizationRealizationParserRuleCall_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__NameAssignment_3
+rule__VirtualBusImplementation__NameAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getNameINAMEParserRuleCall_3_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getNameINAMEParserRuleCall_5_0()); }
ruleINAME
- { after(grammarAccess.getVirtualBusImplementationAccess().getNameINAMEParserRuleCall_3_0()); }
+ { after(grammarAccess.getVirtualBusImplementationAccess().getNameINAMEParserRuleCall_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__OwnedExtensionAssignment_4
+rule__VirtualBusImplementation__OwnedExtensionAssignment_6
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_4_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_6_0()); }
ruleImplementationExtension
- { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_4_0()); }
+ { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__OwnedPrototypeBindingAssignment_5_1
+rule__VirtualBusImplementation__OwnedPrototypeBindingAssignment_7_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_1_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_7_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_1_0()); }
+ { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_7_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__OwnedPrototypeBindingAssignment_5_2_1
+rule__VirtualBusImplementation__OwnedPrototypeBindingAssignment_7_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_2_1_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_7_2_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_5_2_1_0()); }
+ { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_7_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__OwnedPrototypeAssignment_6_1_0
+rule__VirtualBusImplementation__OwnedPrototypeAssignment_8_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_6_1_0_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_8_1_0_0()); }
rulePrototype
- { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_6_1_0_0()); }
+ { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_8_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__NoPrototypesAssignment_6_1_1_0
+rule__VirtualBusImplementation__NoPrototypesAssignment_8_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getNoPrototypesNoneKeyword_8_1_1_0_0()); }
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getNoPrototypesNoneKeyword_8_1_1_0_0()); }
None
- { after(grammarAccess.getVirtualBusImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { after(grammarAccess.getVirtualBusImplementationAccess().getNoPrototypesNoneKeyword_8_1_1_0_0()); }
)
- { after(grammarAccess.getVirtualBusImplementationAccess().getNoPrototypesNoneKeyword_6_1_1_0_0()); }
+ { after(grammarAccess.getVirtualBusImplementationAccess().getNoPrototypesNoneKeyword_8_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0
+rule__VirtualBusImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_7_1_0_0_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_9_1_0_0_0()); }
ruleAbstractSubcomponent
- { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_7_1_0_0_0()); }
+ { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_9_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1
+rule__VirtualBusImplementation__OwnedVirtualBusSubcomponentAssignment_9_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedVirtualBusSubcomponentVirtualBusSubcomponentParserRuleCall_7_1_0_1_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedVirtualBusSubcomponentVirtualBusSubcomponentParserRuleCall_9_1_0_1_0()); }
ruleVirtualBusSubcomponent
- { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedVirtualBusSubcomponentVirtualBusSubcomponentParserRuleCall_7_1_0_1_0()); }
+ { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedVirtualBusSubcomponentVirtualBusSubcomponentParserRuleCall_9_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__NoSubcomponentsAssignment_7_1_1_0
+rule__VirtualBusImplementation__NoSubcomponentsAssignment_9_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getNoSubcomponentsNoneKeyword_9_1_1_0_0()); }
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getNoSubcomponentsNoneKeyword_9_1_1_0_0()); }
None
- { after(grammarAccess.getVirtualBusImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { after(grammarAccess.getVirtualBusImplementationAccess().getNoSubcomponentsNoneKeyword_9_1_1_0_0()); }
)
- { after(grammarAccess.getVirtualBusImplementationAccess().getNoSubcomponentsNoneKeyword_7_1_1_0_0()); }
+ { after(grammarAccess.getVirtualBusImplementationAccess().getNoSubcomponentsNoneKeyword_9_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__OwnedEventSourceAssignment_8_1_0
+rule__VirtualBusImplementation__OwnedEventSourceAssignment_10_2_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_8_1_0_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_10_2_0_0()); }
ruleEventSource
- { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_8_1_0_0()); }
+ { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_10_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__OwnedEventDataSourceAssignment_8_1_1
+rule__VirtualBusImplementation__OwnedEventDataSourceAssignment_10_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_8_1_1_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_10_2_1_0()); }
ruleEventDataSource
- { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_8_1_1_0()); }
+ { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_10_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__OwnedModeAssignment_9_1_0_0
+rule__VirtualBusImplementation__OwnedModeAssignment_11_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedModeModeParserRuleCall_9_1_0_0_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedModeModeParserRuleCall_11_1_0_0_0()); }
ruleMode
- { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedModeModeParserRuleCall_9_1_0_0_0()); }
+ { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedModeModeParserRuleCall_11_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__OwnedModeTransitionAssignment_9_1_0_1
+rule__VirtualBusImplementation__OwnedModeTransitionAssignment_11_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_9_1_0_1_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_11_1_0_1_0()); }
ruleModeTransition
- { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_9_1_0_1_0()); }
+ { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_11_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__NoModesAssignment_9_1_1_0
+rule__VirtualBusImplementation__NoModesAssignment_11_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getNoModesNoneKeyword_9_1_1_0_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getNoModesNoneKeyword_11_1_1_0_0()); }
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getNoModesNoneKeyword_9_1_1_0_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getNoModesNoneKeyword_11_1_1_0_0()); }
None
- { after(grammarAccess.getVirtualBusImplementationAccess().getNoModesNoneKeyword_9_1_1_0_0()); }
+ { after(grammarAccess.getVirtualBusImplementationAccess().getNoModesNoneKeyword_11_1_1_0_0()); }
)
- { after(grammarAccess.getVirtualBusImplementationAccess().getNoModesNoneKeyword_9_1_1_0_0()); }
+ { after(grammarAccess.getVirtualBusImplementationAccess().getNoModesNoneKeyword_11_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_10_1_0
+rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_12_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_10_1_0_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_12_1_0_0()); }
ruleContainedPropertyAssociation
- { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_10_1_0_0()); }
+ { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_12_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__NoPropertiesAssignment_10_1_1_0
+rule__VirtualBusImplementation__NoPropertiesAssignment_12_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getNoPropertiesNoneKeyword_10_1_1_0_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getNoPropertiesNoneKeyword_12_1_1_0_0()); }
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getNoPropertiesNoneKeyword_10_1_1_0_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getNoPropertiesNoneKeyword_12_1_1_0_0()); }
None
- { after(grammarAccess.getVirtualBusImplementationAccess().getNoPropertiesNoneKeyword_10_1_1_0_0()); }
+ { after(grammarAccess.getVirtualBusImplementationAccess().getNoPropertiesNoneKeyword_12_1_1_0_0()); }
)
- { after(grammarAccess.getVirtualBusImplementationAccess().getNoPropertiesNoneKeyword_10_1_1_0_0()); }
+ { after(grammarAccess.getVirtualBusImplementationAccess().getNoPropertiesNoneKeyword_12_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusImplementation__OwnedAnnexSubclauseAssignment_11
+rule__VirtualBusImplementation__OwnedAnnexSubclauseAssignment_13
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_11_0()); }
+ { before(grammarAccess.getVirtualBusImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_13_0()); }
ruleAnnexSubclause
- { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_11_0()); }
+ { after(grammarAccess.getVirtualBusImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_13_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__OwnedRealizationAssignment_2
+rule__DataImplementation__OwnedRealizationAssignment_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedRealizationRealizationParserRuleCall_2_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getOwnedRealizationRealizationParserRuleCall_3_0()); }
ruleRealization
- { after(grammarAccess.getDataImplementationAccess().getOwnedRealizationRealizationParserRuleCall_2_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getOwnedRealizationRealizationParserRuleCall_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__NameAssignment_4
+rule__DataImplementation__NameAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getNameINAMEParserRuleCall_4_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getNameINAMEParserRuleCall_5_0()); }
ruleINAME
- { after(grammarAccess.getDataImplementationAccess().getNameINAMEParserRuleCall_4_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getNameINAMEParserRuleCall_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__OwnedExtensionAssignment_5
+rule__DataImplementation__OwnedExtensionAssignment_6
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_5_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_6_0()); }
ruleImplementationExtension
- { after(grammarAccess.getDataImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_5_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getOwnedExtensionImplementationExtensionParserRuleCall_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__OwnedPrototypeBindingAssignment_6_1
+rule__DataImplementation__OwnedPrototypeBindingAssignment_7_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_1_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_7_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getDataImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_1_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_7_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__OwnedPrototypeBindingAssignment_6_2_1
+rule__DataImplementation__OwnedPrototypeBindingAssignment_7_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_2_1_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_7_2_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getDataImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_6_2_1_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_7_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__OwnedPrototypeAssignment_7_1_0
+rule__DataImplementation__OwnedPrototypeAssignment_8_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_7_1_0_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_8_1_0_0()); }
rulePrototype
- { after(grammarAccess.getDataImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_7_1_0_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getOwnedPrototypePrototypeParserRuleCall_8_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__NoPrototypesAssignment_7_1_1_0
+rule__DataImplementation__NoPrototypesAssignment_8_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getNoPrototypesNoneKeyword_8_1_1_0_0()); }
(
- { before(grammarAccess.getDataImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getNoPrototypesNoneKeyword_8_1_1_0_0()); }
None
- { after(grammarAccess.getDataImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getNoPrototypesNoneKeyword_8_1_1_0_0()); }
)
- { after(grammarAccess.getDataImplementationAccess().getNoPrototypesNoneKeyword_7_1_1_0_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getNoPrototypesNoneKeyword_8_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0
+rule__DataImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_8_1_0_0_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_9_1_0_0_0()); }
ruleAbstractSubcomponent
- { after(grammarAccess.getDataImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_8_1_0_0_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getOwnedAbstractSubcomponentAbstractSubcomponentParserRuleCall_9_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__OwnedDataSubcomponentAssignment_8_1_0_1
+rule__DataImplementation__OwnedDataSubcomponentAssignment_9_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_8_1_0_1_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_9_1_0_1_0()); }
ruleDataSubcomponent
- { after(grammarAccess.getDataImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_8_1_0_1_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getOwnedDataSubcomponentDataSubcomponentParserRuleCall_9_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_2
+rule__DataImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedSubprogramSubcomponentSubprogramSubcomponentParserRuleCall_8_1_0_2_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getOwnedSubprogramSubcomponentSubprogramSubcomponentParserRuleCall_9_1_0_2_0()); }
ruleSubprogramSubcomponent
- { after(grammarAccess.getDataImplementationAccess().getOwnedSubprogramSubcomponentSubprogramSubcomponentParserRuleCall_8_1_0_2_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getOwnedSubprogramSubcomponentSubprogramSubcomponentParserRuleCall_9_1_0_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__NoSubcomponentsAssignment_8_1_1_0
+rule__DataImplementation__NoSubcomponentsAssignment_9_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getNoSubcomponentsNoneKeyword_9_1_1_0_0()); }
(
- { before(grammarAccess.getDataImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getNoSubcomponentsNoneKeyword_9_1_1_0_0()); }
None
- { after(grammarAccess.getDataImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getNoSubcomponentsNoneKeyword_9_1_1_0_0()); }
)
- { after(grammarAccess.getDataImplementationAccess().getNoSubcomponentsNoneKeyword_8_1_1_0_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getNoSubcomponentsNoneKeyword_9_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__OwnedEventSourceAssignment_9_1_0
+rule__DataImplementation__OwnedEventSourceAssignment_10_2_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_9_1_0_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_10_2_0_0()); }
ruleEventSource
- { after(grammarAccess.getDataImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_9_1_0_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getOwnedEventSourceEventSourceParserRuleCall_10_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__OwnedEventDataSourceAssignment_9_1_1
+rule__DataImplementation__OwnedEventDataSourceAssignment_10_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_9_1_1_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_10_2_1_0()); }
ruleEventDataSource
- { after(grammarAccess.getDataImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_9_1_1_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getOwnedEventDataSourceEventDataSourceParserRuleCall_10_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__OwnedAccessConnectionAssignment_10_1_0_0
+rule__DataImplementation__OwnedAccessConnectionAssignment_11_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_10_1_0_0_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_11_1_0_0_0()); }
ruleAccessConnection
- { after(grammarAccess.getDataImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_10_1_0_0_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getOwnedAccessConnectionAccessConnectionParserRuleCall_11_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1
+rule__DataImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_10_1_0_1_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_11_1_0_1_0()); }
ruleFeatureGroupConnection
- { after(grammarAccess.getDataImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_10_1_0_1_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getOwnedFeatureGroupConnectionFeatureGroupConnectionParserRuleCall_11_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__OwnedFeatureConnectionAssignment_10_1_0_2
+rule__DataImplementation__OwnedFeatureConnectionAssignment_11_1_0_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_10_1_0_2_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_11_1_0_2_0()); }
ruleFeatureConnection
- { after(grammarAccess.getDataImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_10_1_0_2_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getOwnedFeatureConnectionFeatureConnectionParserRuleCall_11_1_0_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__NoConnectionsAssignment_10_1_1_0
+rule__DataImplementation__NoConnectionsAssignment_11_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getNoConnectionsNoneKeyword_11_1_1_0_0()); }
(
- { before(grammarAccess.getDataImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getNoConnectionsNoneKeyword_11_1_1_0_0()); }
None
- { after(grammarAccess.getDataImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getNoConnectionsNoneKeyword_11_1_1_0_0()); }
)
- { after(grammarAccess.getDataImplementationAccess().getNoConnectionsNoneKeyword_10_1_1_0_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getNoConnectionsNoneKeyword_11_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__OwnedFlowImplementationAssignment_11_1_0_0
+rule__DataImplementation__OwnedFlowImplementationAssignment_12_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_11_1_0_0_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_12_1_0_0_0()); }
ruleFlowImplementation
- { after(grammarAccess.getDataImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_11_1_0_0_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getOwnedFlowImplementationFlowImplementationParserRuleCall_12_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__OwnedEndToEndFlowAssignment_11_1_0_1
+rule__DataImplementation__OwnedEndToEndFlowAssignment_12_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_11_1_0_1_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_12_1_0_1_0()); }
ruleEndToEndFlow
- { after(grammarAccess.getDataImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_11_1_0_1_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getOwnedEndToEndFlowEndToEndFlowParserRuleCall_12_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__NoFlowsAssignment_11_1_1_0
+rule__DataImplementation__NoFlowsAssignment_12_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getNoFlowsNoneKeyword_11_1_1_0_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getNoFlowsNoneKeyword_12_1_1_0_0()); }
(
- { before(grammarAccess.getDataImplementationAccess().getNoFlowsNoneKeyword_11_1_1_0_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getNoFlowsNoneKeyword_12_1_1_0_0()); }
None
- { after(grammarAccess.getDataImplementationAccess().getNoFlowsNoneKeyword_11_1_1_0_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getNoFlowsNoneKeyword_12_1_1_0_0()); }
)
- { after(grammarAccess.getDataImplementationAccess().getNoFlowsNoneKeyword_11_1_1_0_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getNoFlowsNoneKeyword_12_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__OwnedModeAssignment_12_1_0_0
+rule__DataImplementation__OwnedModeAssignment_13_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedModeModeParserRuleCall_12_1_0_0_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getOwnedModeModeParserRuleCall_13_1_0_0_0()); }
ruleMode
- { after(grammarAccess.getDataImplementationAccess().getOwnedModeModeParserRuleCall_12_1_0_0_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getOwnedModeModeParserRuleCall_13_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__OwnedModeTransitionAssignment_12_1_0_1
+rule__DataImplementation__OwnedModeTransitionAssignment_13_1_0_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_12_1_0_1_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_13_1_0_1_0()); }
ruleModeTransition
- { after(grammarAccess.getDataImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_12_1_0_1_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getOwnedModeTransitionModeTransitionParserRuleCall_13_1_0_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__NoModesAssignment_12_1_1_0
+rule__DataImplementation__NoModesAssignment_13_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getNoModesNoneKeyword_12_1_1_0_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getNoModesNoneKeyword_13_1_1_0_0()); }
(
- { before(grammarAccess.getDataImplementationAccess().getNoModesNoneKeyword_12_1_1_0_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getNoModesNoneKeyword_13_1_1_0_0()); }
None
- { after(grammarAccess.getDataImplementationAccess().getNoModesNoneKeyword_12_1_1_0_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getNoModesNoneKeyword_13_1_1_0_0()); }
)
- { after(grammarAccess.getDataImplementationAccess().getNoModesNoneKeyword_12_1_1_0_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getNoModesNoneKeyword_13_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__OwnedPropertyAssociationAssignment_13_1_0
+rule__DataImplementation__OwnedPropertyAssociationAssignment_14_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_13_1_0_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_14_1_0_0()); }
ruleContainedPropertyAssociation
- { after(grammarAccess.getDataImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_13_1_0_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_14_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__NoPropertiesAssignment_13_1_1_0
+rule__DataImplementation__NoPropertiesAssignment_14_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getNoPropertiesNoneKeyword_13_1_1_0_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getNoPropertiesNoneKeyword_14_1_1_0_0()); }
(
- { before(grammarAccess.getDataImplementationAccess().getNoPropertiesNoneKeyword_13_1_1_0_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getNoPropertiesNoneKeyword_14_1_1_0_0()); }
None
- { after(grammarAccess.getDataImplementationAccess().getNoPropertiesNoneKeyword_13_1_1_0_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getNoPropertiesNoneKeyword_14_1_1_0_0()); }
)
- { after(grammarAccess.getDataImplementationAccess().getNoPropertiesNoneKeyword_13_1_1_0_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getNoPropertiesNoneKeyword_14_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataImplementation__OwnedAnnexSubclauseAssignment_14
+rule__DataImplementation__OwnedAnnexSubclauseAssignment_15
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_14_0()); }
+ { before(grammarAccess.getDataImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_15_0()); }
ruleAnnexSubclause
- { after(grammarAccess.getDataImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_14_0()); }
+ { after(grammarAccess.getDataImplementationAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_15_0()); }
)
;
finally {
@@ -119119,38 +120705,38 @@ finally {
restoreStackSize(stackSize);
}
-rule__SubprogramCallSequence__InModeAssignment_6_2_0
+rule__SubprogramCallSequence__InModeAssignment_6_3_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramCallSequenceAccess().getInModeModeCrossReference_6_2_0_0()); }
+ { before(grammarAccess.getSubprogramCallSequenceAccess().getInModeModeCrossReference_6_3_0_0()); }
(
- { before(grammarAccess.getSubprogramCallSequenceAccess().getInModeModeIDTerminalRuleCall_6_2_0_0_1()); }
+ { before(grammarAccess.getSubprogramCallSequenceAccess().getInModeModeIDTerminalRuleCall_6_3_0_0_1()); }
RULE_ID
- { after(grammarAccess.getSubprogramCallSequenceAccess().getInModeModeIDTerminalRuleCall_6_2_0_0_1()); }
+ { after(grammarAccess.getSubprogramCallSequenceAccess().getInModeModeIDTerminalRuleCall_6_3_0_0_1()); }
)
- { after(grammarAccess.getSubprogramCallSequenceAccess().getInModeModeCrossReference_6_2_0_0()); }
+ { after(grammarAccess.getSubprogramCallSequenceAccess().getInModeModeCrossReference_6_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramCallSequence__InModeAssignment_6_2_1_1
+rule__SubprogramCallSequence__InModeAssignment_6_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramCallSequenceAccess().getInModeModeCrossReference_6_2_1_1_0()); }
+ { before(grammarAccess.getSubprogramCallSequenceAccess().getInModeModeCrossReference_6_3_1_1_0()); }
(
- { before(grammarAccess.getSubprogramCallSequenceAccess().getInModeModeIDTerminalRuleCall_6_2_1_1_0_1()); }
+ { before(grammarAccess.getSubprogramCallSequenceAccess().getInModeModeIDTerminalRuleCall_6_3_1_1_0_1()); }
RULE_ID
- { after(grammarAccess.getSubprogramCallSequenceAccess().getInModeModeIDTerminalRuleCall_6_2_1_1_0_1()); }
+ { after(grammarAccess.getSubprogramCallSequenceAccess().getInModeModeIDTerminalRuleCall_6_3_1_1_0_1()); }
)
- { after(grammarAccess.getSubprogramCallSequenceAccess().getInModeModeCrossReference_6_2_1_1_0()); }
+ { after(grammarAccess.getSubprogramCallSequenceAccess().getInModeModeCrossReference_6_3_1_1_0()); }
)
;
finally {
@@ -119993,53 +121579,53 @@ finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupPrototype__ConstrainingClassifierAssignment_2
+rule__SubprogramGroupPrototype__ConstrainingClassifierAssignment_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupPrototypeAccess().getConstrainingClassifierComponentClassifierCrossReference_2_0()); }
+ { before(grammarAccess.getSubprogramGroupPrototypeAccess().getConstrainingClassifierComponentClassifierCrossReference_3_0()); }
(
- { before(grammarAccess.getSubprogramGroupPrototypeAccess().getConstrainingClassifierComponentClassifierQCREFParserRuleCall_2_0_1()); }
+ { before(grammarAccess.getSubprogramGroupPrototypeAccess().getConstrainingClassifierComponentClassifierQCREFParserRuleCall_3_0_1()); }
ruleQCREF
- { after(grammarAccess.getSubprogramGroupPrototypeAccess().getConstrainingClassifierComponentClassifierQCREFParserRuleCall_2_0_1()); }
+ { after(grammarAccess.getSubprogramGroupPrototypeAccess().getConstrainingClassifierComponentClassifierQCREFParserRuleCall_3_0_1()); }
)
- { after(grammarAccess.getSubprogramGroupPrototypeAccess().getConstrainingClassifierComponentClassifierCrossReference_2_0()); }
+ { after(grammarAccess.getSubprogramGroupPrototypeAccess().getConstrainingClassifierComponentClassifierCrossReference_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupPrototype__ArrayAssignment_3_0
+rule__SubprogramGroupPrototype__ArrayAssignment_4_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupPrototypeAccess().getArrayLeftSquareBracketKeyword_3_0_0()); }
+ { before(grammarAccess.getSubprogramGroupPrototypeAccess().getArrayLeftSquareBracketKeyword_4_0_0()); }
(
- { before(grammarAccess.getSubprogramGroupPrototypeAccess().getArrayLeftSquareBracketKeyword_3_0_0()); }
+ { before(grammarAccess.getSubprogramGroupPrototypeAccess().getArrayLeftSquareBracketKeyword_4_0_0()); }
LeftSquareBracket
- { after(grammarAccess.getSubprogramGroupPrototypeAccess().getArrayLeftSquareBracketKeyword_3_0_0()); }
+ { after(grammarAccess.getSubprogramGroupPrototypeAccess().getArrayLeftSquareBracketKeyword_4_0_0()); }
)
- { after(grammarAccess.getSubprogramGroupPrototypeAccess().getArrayLeftSquareBracketKeyword_3_0_0()); }
+ { after(grammarAccess.getSubprogramGroupPrototypeAccess().getArrayLeftSquareBracketKeyword_4_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupPrototype__OwnedPropertyAssociationAssignment_4_1
+rule__SubprogramGroupPrototype__OwnedPropertyAssociationAssignment_5_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupPrototypeAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_4_1_0()); }
+ { before(grammarAccess.getSubprogramGroupPrototypeAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_5_1_0()); }
rulePropertyAssociation
- { after(grammarAccess.getSubprogramGroupPrototypeAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_4_1_0()); }
+ { after(grammarAccess.getSubprogramGroupPrototypeAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_5_1_0()); }
)
;
finally {
@@ -120254,53 +121840,53 @@ finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupPrototype__ConstrainingClassifierAssignment_2
+rule__ThreadGroupPrototype__ConstrainingClassifierAssignment_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupPrototypeAccess().getConstrainingClassifierComponentClassifierCrossReference_2_0()); }
+ { before(grammarAccess.getThreadGroupPrototypeAccess().getConstrainingClassifierComponentClassifierCrossReference_3_0()); }
(
- { before(grammarAccess.getThreadGroupPrototypeAccess().getConstrainingClassifierComponentClassifierQCREFParserRuleCall_2_0_1()); }
+ { before(grammarAccess.getThreadGroupPrototypeAccess().getConstrainingClassifierComponentClassifierQCREFParserRuleCall_3_0_1()); }
ruleQCREF
- { after(grammarAccess.getThreadGroupPrototypeAccess().getConstrainingClassifierComponentClassifierQCREFParserRuleCall_2_0_1()); }
+ { after(grammarAccess.getThreadGroupPrototypeAccess().getConstrainingClassifierComponentClassifierQCREFParserRuleCall_3_0_1()); }
)
- { after(grammarAccess.getThreadGroupPrototypeAccess().getConstrainingClassifierComponentClassifierCrossReference_2_0()); }
+ { after(grammarAccess.getThreadGroupPrototypeAccess().getConstrainingClassifierComponentClassifierCrossReference_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupPrototype__ArrayAssignment_3_0
+rule__ThreadGroupPrototype__ArrayAssignment_4_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupPrototypeAccess().getArrayLeftSquareBracketKeyword_3_0_0()); }
+ { before(grammarAccess.getThreadGroupPrototypeAccess().getArrayLeftSquareBracketKeyword_4_0_0()); }
(
- { before(grammarAccess.getThreadGroupPrototypeAccess().getArrayLeftSquareBracketKeyword_3_0_0()); }
+ { before(grammarAccess.getThreadGroupPrototypeAccess().getArrayLeftSquareBracketKeyword_4_0_0()); }
LeftSquareBracket
- { after(grammarAccess.getThreadGroupPrototypeAccess().getArrayLeftSquareBracketKeyword_3_0_0()); }
+ { after(grammarAccess.getThreadGroupPrototypeAccess().getArrayLeftSquareBracketKeyword_4_0_0()); }
)
- { after(grammarAccess.getThreadGroupPrototypeAccess().getArrayLeftSquareBracketKeyword_3_0_0()); }
+ { after(grammarAccess.getThreadGroupPrototypeAccess().getArrayLeftSquareBracketKeyword_4_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupPrototype__OwnedPropertyAssociationAssignment_4_1
+rule__ThreadGroupPrototype__OwnedPropertyAssociationAssignment_5_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupPrototypeAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_4_1_0()); }
+ { before(grammarAccess.getThreadGroupPrototypeAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_5_1_0()); }
rulePropertyAssociation
- { after(grammarAccess.getThreadGroupPrototypeAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_4_1_0()); }
+ { after(grammarAccess.getThreadGroupPrototypeAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_5_1_0()); }
)
;
finally {
@@ -120341,53 +121927,53 @@ finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusPrototype__ConstrainingClassifierAssignment_2
+rule__VirtualBusPrototype__ConstrainingClassifierAssignment_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusPrototypeAccess().getConstrainingClassifierComponentClassifierCrossReference_2_0()); }
+ { before(grammarAccess.getVirtualBusPrototypeAccess().getConstrainingClassifierComponentClassifierCrossReference_3_0()); }
(
- { before(grammarAccess.getVirtualBusPrototypeAccess().getConstrainingClassifierComponentClassifierQCREFParserRuleCall_2_0_1()); }
+ { before(grammarAccess.getVirtualBusPrototypeAccess().getConstrainingClassifierComponentClassifierQCREFParserRuleCall_3_0_1()); }
ruleQCREF
- { after(grammarAccess.getVirtualBusPrototypeAccess().getConstrainingClassifierComponentClassifierQCREFParserRuleCall_2_0_1()); }
+ { after(grammarAccess.getVirtualBusPrototypeAccess().getConstrainingClassifierComponentClassifierQCREFParserRuleCall_3_0_1()); }
)
- { after(grammarAccess.getVirtualBusPrototypeAccess().getConstrainingClassifierComponentClassifierCrossReference_2_0()); }
+ { after(grammarAccess.getVirtualBusPrototypeAccess().getConstrainingClassifierComponentClassifierCrossReference_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusPrototype__ArrayAssignment_3_0
+rule__VirtualBusPrototype__ArrayAssignment_4_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusPrototypeAccess().getArrayLeftSquareBracketKeyword_3_0_0()); }
+ { before(grammarAccess.getVirtualBusPrototypeAccess().getArrayLeftSquareBracketKeyword_4_0_0()); }
(
- { before(grammarAccess.getVirtualBusPrototypeAccess().getArrayLeftSquareBracketKeyword_3_0_0()); }
+ { before(grammarAccess.getVirtualBusPrototypeAccess().getArrayLeftSquareBracketKeyword_4_0_0()); }
LeftSquareBracket
- { after(grammarAccess.getVirtualBusPrototypeAccess().getArrayLeftSquareBracketKeyword_3_0_0()); }
+ { after(grammarAccess.getVirtualBusPrototypeAccess().getArrayLeftSquareBracketKeyword_4_0_0()); }
)
- { after(grammarAccess.getVirtualBusPrototypeAccess().getArrayLeftSquareBracketKeyword_3_0_0()); }
+ { after(grammarAccess.getVirtualBusPrototypeAccess().getArrayLeftSquareBracketKeyword_4_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusPrototype__OwnedPropertyAssociationAssignment_4_1
+rule__VirtualBusPrototype__OwnedPropertyAssociationAssignment_5_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusPrototypeAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_4_1_0()); }
+ { before(grammarAccess.getVirtualBusPrototypeAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_5_1_0()); }
rulePropertyAssociation
- { after(grammarAccess.getVirtualBusPrototypeAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_4_1_0()); }
+ { after(grammarAccess.getVirtualBusPrototypeAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_5_1_0()); }
)
;
finally {
@@ -120428,53 +122014,53 @@ finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorPrototype__ConstrainingClassifierAssignment_2
+rule__VirtualProcessorPrototype__ConstrainingClassifierAssignment_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorPrototypeAccess().getConstrainingClassifierComponentClassifierCrossReference_2_0()); }
+ { before(grammarAccess.getVirtualProcessorPrototypeAccess().getConstrainingClassifierComponentClassifierCrossReference_3_0()); }
(
- { before(grammarAccess.getVirtualProcessorPrototypeAccess().getConstrainingClassifierComponentClassifierQCREFParserRuleCall_2_0_1()); }
+ { before(grammarAccess.getVirtualProcessorPrototypeAccess().getConstrainingClassifierComponentClassifierQCREFParserRuleCall_3_0_1()); }
ruleQCREF
- { after(grammarAccess.getVirtualProcessorPrototypeAccess().getConstrainingClassifierComponentClassifierQCREFParserRuleCall_2_0_1()); }
+ { after(grammarAccess.getVirtualProcessorPrototypeAccess().getConstrainingClassifierComponentClassifierQCREFParserRuleCall_3_0_1()); }
)
- { after(grammarAccess.getVirtualProcessorPrototypeAccess().getConstrainingClassifierComponentClassifierCrossReference_2_0()); }
+ { after(grammarAccess.getVirtualProcessorPrototypeAccess().getConstrainingClassifierComponentClassifierCrossReference_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorPrototype__ArrayAssignment_3_0
+rule__VirtualProcessorPrototype__ArrayAssignment_4_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorPrototypeAccess().getArrayLeftSquareBracketKeyword_3_0_0()); }
+ { before(grammarAccess.getVirtualProcessorPrototypeAccess().getArrayLeftSquareBracketKeyword_4_0_0()); }
(
- { before(grammarAccess.getVirtualProcessorPrototypeAccess().getArrayLeftSquareBracketKeyword_3_0_0()); }
+ { before(grammarAccess.getVirtualProcessorPrototypeAccess().getArrayLeftSquareBracketKeyword_4_0_0()); }
LeftSquareBracket
- { after(grammarAccess.getVirtualProcessorPrototypeAccess().getArrayLeftSquareBracketKeyword_3_0_0()); }
+ { after(grammarAccess.getVirtualProcessorPrototypeAccess().getArrayLeftSquareBracketKeyword_4_0_0()); }
)
- { after(grammarAccess.getVirtualProcessorPrototypeAccess().getArrayLeftSquareBracketKeyword_3_0_0()); }
+ { after(grammarAccess.getVirtualProcessorPrototypeAccess().getArrayLeftSquareBracketKeyword_4_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorPrototype__OwnedPropertyAssociationAssignment_4_1
+rule__VirtualProcessorPrototype__OwnedPropertyAssociationAssignment_5_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorPrototypeAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_4_1_0()); }
+ { before(grammarAccess.getVirtualProcessorPrototypeAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_5_1_0()); }
rulePropertyAssociation
- { after(grammarAccess.getVirtualProcessorPrototypeAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_4_1_0()); }
+ { after(grammarAccess.getVirtualProcessorPrototypeAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_5_1_0()); }
)
;
finally {
@@ -120515,34 +122101,34 @@ finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupPrototype__ConstrainingFeatureGroupTypeAssignment_2
+rule__FeatureGroupPrototype__ConstrainingFeatureGroupTypeAssignment_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupPrototypeAccess().getConstrainingFeatureGroupTypeFeatureGroupTypeCrossReference_2_0()); }
+ { before(grammarAccess.getFeatureGroupPrototypeAccess().getConstrainingFeatureGroupTypeFeatureGroupTypeCrossReference_3_0()); }
(
- { before(grammarAccess.getFeatureGroupPrototypeAccess().getConstrainingFeatureGroupTypeFeatureGroupTypeQCREFParserRuleCall_2_0_1()); }
+ { before(grammarAccess.getFeatureGroupPrototypeAccess().getConstrainingFeatureGroupTypeFeatureGroupTypeQCREFParserRuleCall_3_0_1()); }
ruleQCREF
- { after(grammarAccess.getFeatureGroupPrototypeAccess().getConstrainingFeatureGroupTypeFeatureGroupTypeQCREFParserRuleCall_2_0_1()); }
+ { after(grammarAccess.getFeatureGroupPrototypeAccess().getConstrainingFeatureGroupTypeFeatureGroupTypeQCREFParserRuleCall_3_0_1()); }
)
- { after(grammarAccess.getFeatureGroupPrototypeAccess().getConstrainingFeatureGroupTypeFeatureGroupTypeCrossReference_2_0()); }
+ { after(grammarAccess.getFeatureGroupPrototypeAccess().getConstrainingFeatureGroupTypeFeatureGroupTypeCrossReference_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupPrototype__OwnedPropertyAssociationAssignment_3_1
+rule__FeatureGroupPrototype__OwnedPropertyAssociationAssignment_4_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupPrototypeAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_3_1_0()); }
+ { before(grammarAccess.getFeatureGroupPrototypeAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_4_1_0()); }
rulePropertyAssociation
- { after(grammarAccess.getFeatureGroupPrototypeAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_3_1_0()); }
+ { after(grammarAccess.getFeatureGroupPrototypeAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_4_1_0()); }
)
;
finally {
@@ -120674,15 +122260,15 @@ finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupPrototypeBinding__ActualAssignment_3
+rule__FeatureGroupPrototypeBinding__ActualAssignment_4
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupPrototypeBindingAccess().getActualFeatureGroupPrototypeActualParserRuleCall_3_0()); }
+ { before(grammarAccess.getFeatureGroupPrototypeBindingAccess().getActualFeatureGroupPrototypeActualParserRuleCall_4_0()); }
ruleFeatureGroupPrototypeActual
- { after(grammarAccess.getFeatureGroupPrototypeBindingAccess().getActualFeatureGroupPrototypeActualParserRuleCall_3_0()); }
+ { after(grammarAccess.getFeatureGroupPrototypeBindingAccess().getActualFeatureGroupPrototypeActualParserRuleCall_4_0()); }
)
;
finally {
@@ -121240,30 +122826,30 @@ finally {
restoreStackSize(stackSize);
}
-rule__AbstractSubcomponent__OwnedModeBindingAssignment_5_2_0
+rule__AbstractSubcomponent__OwnedModeBindingAssignment_5_3_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_0_0()); }
+ { before(grammarAccess.getAbstractSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_0_0()); }
ruleModeRef
- { after(grammarAccess.getAbstractSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_0_0()); }
+ { after(grammarAccess.getAbstractSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AbstractSubcomponent__OwnedModeBindingAssignment_5_2_1_1
+rule__AbstractSubcomponent__OwnedModeBindingAssignment_5_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAbstractSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_1_1_0()); }
+ { before(grammarAccess.getAbstractSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_1_1_0()); }
ruleModeRef
- { after(grammarAccess.getAbstractSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_1_1_0()); }
+ { after(grammarAccess.getAbstractSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_1_1_0()); }
)
;
finally {
@@ -121413,30 +122999,30 @@ finally {
restoreStackSize(stackSize);
}
-rule__SystemSubcomponent__OwnedModeBindingAssignment_5_2_0
+rule__SystemSubcomponent__OwnedModeBindingAssignment_5_3_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_0_0()); }
+ { before(grammarAccess.getSystemSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_0_0()); }
ruleModeRef
- { after(grammarAccess.getSystemSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_0_0()); }
+ { after(grammarAccess.getSystemSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SystemSubcomponent__OwnedModeBindingAssignment_5_2_1_1
+rule__SystemSubcomponent__OwnedModeBindingAssignment_5_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSystemSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_1_1_0()); }
+ { before(grammarAccess.getSystemSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_1_1_0()); }
ruleModeRef
- { after(grammarAccess.getSystemSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_1_1_0()); }
+ { after(grammarAccess.getSystemSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_1_1_0()); }
)
;
finally {
@@ -121586,30 +123172,30 @@ finally {
restoreStackSize(stackSize);
}
-rule__ProcessSubcomponent__OwnedModeBindingAssignment_5_2_0
+rule__ProcessSubcomponent__OwnedModeBindingAssignment_5_3_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_0_0()); }
+ { before(grammarAccess.getProcessSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_0_0()); }
ruleModeRef
- { after(grammarAccess.getProcessSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_0_0()); }
+ { after(grammarAccess.getProcessSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessSubcomponent__OwnedModeBindingAssignment_5_2_1_1
+rule__ProcessSubcomponent__OwnedModeBindingAssignment_5_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_1_1_0()); }
+ { before(grammarAccess.getProcessSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_1_1_0()); }
ruleModeRef
- { after(grammarAccess.getProcessSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_1_1_0()); }
+ { after(grammarAccess.getProcessSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_1_1_0()); }
)
;
finally {
@@ -121650,139 +123236,139 @@ finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__ThreadGroupSubcomponentTypeAssignment_2_0
+rule__ThreadGroupSubcomponent__ThreadGroupSubcomponentTypeAssignment_3_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getThreadGroupSubcomponentTypeThreadGroupSubcomponentTypeCrossReference_2_0_0()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getThreadGroupSubcomponentTypeThreadGroupSubcomponentTypeCrossReference_3_0_0()); }
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getThreadGroupSubcomponentTypeThreadGroupSubcomponentTypeQCREFParserRuleCall_2_0_0_1()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getThreadGroupSubcomponentTypeThreadGroupSubcomponentTypeQCREFParserRuleCall_3_0_0_1()); }
ruleQCREF
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getThreadGroupSubcomponentTypeThreadGroupSubcomponentTypeQCREFParserRuleCall_2_0_0_1()); }
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getThreadGroupSubcomponentTypeThreadGroupSubcomponentTypeQCREFParserRuleCall_3_0_0_1()); }
)
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getThreadGroupSubcomponentTypeThreadGroupSubcomponentTypeCrossReference_2_0_0()); }
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getThreadGroupSubcomponentTypeThreadGroupSubcomponentTypeCrossReference_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__OwnedPrototypeBindingAssignment_2_1_1
+rule__ThreadGroupSubcomponent__OwnedPrototypeBindingAssignment_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_1_0()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_1_0()); }
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__OwnedPrototypeBindingAssignment_2_1_2_1
+rule__ThreadGroupSubcomponent__OwnedPrototypeBindingAssignment_3_1_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_2_1_0()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_2_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_2_1_0()); }
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__ArrayDimensionAssignment_3_0
+rule__ThreadGroupSubcomponent__ArrayDimensionAssignment_4_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getArrayDimensionArrayDimensionParserRuleCall_3_0_0()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getArrayDimensionArrayDimensionParserRuleCall_4_0_0()); }
ruleArrayDimension
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getArrayDimensionArrayDimensionParserRuleCall_3_0_0()); }
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getArrayDimensionArrayDimensionParserRuleCall_4_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__ImplementationReferenceAssignment_3_1_1
+rule__ThreadGroupSubcomponent__ImplementationReferenceAssignment_4_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getImplementationReferenceComponentImplementationReferenceParserRuleCall_3_1_1_0()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getImplementationReferenceComponentImplementationReferenceParserRuleCall_4_1_1_0()); }
ruleComponentImplementationReference
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getImplementationReferenceComponentImplementationReferenceParserRuleCall_3_1_1_0()); }
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getImplementationReferenceComponentImplementationReferenceParserRuleCall_4_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__ImplementationReferenceAssignment_3_1_2_1
+rule__ThreadGroupSubcomponent__ImplementationReferenceAssignment_4_1_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getImplementationReferenceComponentImplementationReferenceParserRuleCall_3_1_2_1_0()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getImplementationReferenceComponentImplementationReferenceParserRuleCall_4_1_2_1_0()); }
ruleComponentImplementationReference
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getImplementationReferenceComponentImplementationReferenceParserRuleCall_3_1_2_1_0()); }
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getImplementationReferenceComponentImplementationReferenceParserRuleCall_4_1_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__OwnedPropertyAssociationAssignment_4_1
+rule__ThreadGroupSubcomponent__OwnedPropertyAssociationAssignment_5_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_4_1_0()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_5_1_0()); }
ruleContainedPropertyAssociation
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_4_1_0()); }
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_5_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__OwnedModeBindingAssignment_5_2_0
+rule__ThreadGroupSubcomponent__OwnedModeBindingAssignment_6_3_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_0_0()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_6_3_0_0()); }
ruleModeRef
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_0_0()); }
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_6_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadGroupSubcomponent__OwnedModeBindingAssignment_5_2_1_1
+rule__ThreadGroupSubcomponent__OwnedModeBindingAssignment_6_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_1_1_0()); }
+ { before(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_6_3_1_1_0()); }
ruleModeRef
- { after(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_1_1_0()); }
+ { after(grammarAccess.getThreadGroupSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_6_3_1_1_0()); }
)
;
finally {
@@ -121932,30 +123518,30 @@ finally {
restoreStackSize(stackSize);
}
-rule__ThreadSubcomponent__OwnedModeBindingAssignment_5_2_0
+rule__ThreadSubcomponent__OwnedModeBindingAssignment_5_3_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_0_0()); }
+ { before(grammarAccess.getThreadSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_0_0()); }
ruleModeRef
- { after(grammarAccess.getThreadSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_0_0()); }
+ { after(grammarAccess.getThreadSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ThreadSubcomponent__OwnedModeBindingAssignment_5_2_1_1
+rule__ThreadSubcomponent__OwnedModeBindingAssignment_5_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getThreadSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_1_1_0()); }
+ { before(grammarAccess.getThreadSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_1_1_0()); }
ruleModeRef
- { after(grammarAccess.getThreadSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_1_1_0()); }
+ { after(grammarAccess.getThreadSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_1_1_0()); }
)
;
finally {
@@ -122105,30 +123691,30 @@ finally {
restoreStackSize(stackSize);
}
-rule__SubprogramSubcomponent__OwnedModeBindingAssignment_5_2_0
+rule__SubprogramSubcomponent__OwnedModeBindingAssignment_5_3_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_0_0()); }
+ { before(grammarAccess.getSubprogramSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_0_0()); }
ruleModeRef
- { after(grammarAccess.getSubprogramSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_0_0()); }
+ { after(grammarAccess.getSubprogramSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramSubcomponent__OwnedModeBindingAssignment_5_2_1_1
+rule__SubprogramSubcomponent__OwnedModeBindingAssignment_5_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_1_1_0()); }
+ { before(grammarAccess.getSubprogramSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_1_1_0()); }
ruleModeRef
- { after(grammarAccess.getSubprogramSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_1_1_0()); }
+ { after(grammarAccess.getSubprogramSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_1_1_0()); }
)
;
finally {
@@ -122169,139 +123755,139 @@ finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__SubprogramGroupSubcomponentTypeAssignment_2_0
+rule__SubprogramGroupSubcomponent__SubprogramGroupSubcomponentTypeAssignment_3_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getSubprogramGroupSubcomponentTypeSubprogramGroupSubcomponentTypeCrossReference_2_0_0()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getSubprogramGroupSubcomponentTypeSubprogramGroupSubcomponentTypeCrossReference_3_0_0()); }
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getSubprogramGroupSubcomponentTypeSubprogramGroupSubcomponentTypeQCREFParserRuleCall_2_0_0_1()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getSubprogramGroupSubcomponentTypeSubprogramGroupSubcomponentTypeQCREFParserRuleCall_3_0_0_1()); }
ruleQCREF
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getSubprogramGroupSubcomponentTypeSubprogramGroupSubcomponentTypeQCREFParserRuleCall_2_0_0_1()); }
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getSubprogramGroupSubcomponentTypeSubprogramGroupSubcomponentTypeQCREFParserRuleCall_3_0_0_1()); }
)
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getSubprogramGroupSubcomponentTypeSubprogramGroupSubcomponentTypeCrossReference_2_0_0()); }
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getSubprogramGroupSubcomponentTypeSubprogramGroupSubcomponentTypeCrossReference_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__OwnedPrototypeBindingAssignment_2_1_1
+rule__SubprogramGroupSubcomponent__OwnedPrototypeBindingAssignment_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_1_0()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_1_0()); }
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__OwnedPrototypeBindingAssignment_2_1_2_1
+rule__SubprogramGroupSubcomponent__OwnedPrototypeBindingAssignment_3_1_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_2_1_0()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_2_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_2_1_0()); }
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__ArrayDimensionAssignment_3_0
+rule__SubprogramGroupSubcomponent__ArrayDimensionAssignment_4_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getArrayDimensionArrayDimensionParserRuleCall_3_0_0()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getArrayDimensionArrayDimensionParserRuleCall_4_0_0()); }
ruleArrayDimension
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getArrayDimensionArrayDimensionParserRuleCall_3_0_0()); }
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getArrayDimensionArrayDimensionParserRuleCall_4_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__ImplementationReferenceAssignment_3_1_1
+rule__SubprogramGroupSubcomponent__ImplementationReferenceAssignment_4_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getImplementationReferenceComponentImplementationReferenceParserRuleCall_3_1_1_0()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getImplementationReferenceComponentImplementationReferenceParserRuleCall_4_1_1_0()); }
ruleComponentImplementationReference
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getImplementationReferenceComponentImplementationReferenceParserRuleCall_3_1_1_0()); }
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getImplementationReferenceComponentImplementationReferenceParserRuleCall_4_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__ImplementationReferenceAssignment_3_1_2_1
+rule__SubprogramGroupSubcomponent__ImplementationReferenceAssignment_4_1_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getImplementationReferenceComponentImplementationReferenceParserRuleCall_3_1_2_1_0()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getImplementationReferenceComponentImplementationReferenceParserRuleCall_4_1_2_1_0()); }
ruleComponentImplementationReference
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getImplementationReferenceComponentImplementationReferenceParserRuleCall_3_1_2_1_0()); }
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getImplementationReferenceComponentImplementationReferenceParserRuleCall_4_1_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__OwnedPropertyAssociationAssignment_4_1
+rule__SubprogramGroupSubcomponent__OwnedPropertyAssociationAssignment_5_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_4_1_0()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_5_1_0()); }
ruleContainedPropertyAssociation
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_4_1_0()); }
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_5_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__OwnedModeBindingAssignment_5_2_0
+rule__SubprogramGroupSubcomponent__OwnedModeBindingAssignment_6_3_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_0_0()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_6_3_0_0()); }
ruleModeRef
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_0_0()); }
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_6_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupSubcomponent__OwnedModeBindingAssignment_5_2_1_1
+rule__SubprogramGroupSubcomponent__OwnedModeBindingAssignment_6_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_1_1_0()); }
+ { before(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_6_3_1_1_0()); }
ruleModeRef
- { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_1_1_0()); }
+ { after(grammarAccess.getSubprogramGroupSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_6_3_1_1_0()); }
)
;
finally {
@@ -122451,30 +124037,30 @@ finally {
restoreStackSize(stackSize);
}
-rule__ProcessorSubcomponent__OwnedModeBindingAssignment_5_2_0
+rule__ProcessorSubcomponent__OwnedModeBindingAssignment_5_3_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_0_0()); }
+ { before(grammarAccess.getProcessorSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_0_0()); }
ruleModeRef
- { after(grammarAccess.getProcessorSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_0_0()); }
+ { after(grammarAccess.getProcessorSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ProcessorSubcomponent__OwnedModeBindingAssignment_5_2_1_1
+rule__ProcessorSubcomponent__OwnedModeBindingAssignment_5_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getProcessorSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_1_1_0()); }
+ { before(grammarAccess.getProcessorSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_1_1_0()); }
ruleModeRef
- { after(grammarAccess.getProcessorSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_1_1_0()); }
+ { after(grammarAccess.getProcessorSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_1_1_0()); }
)
;
finally {
@@ -122515,139 +124101,139 @@ finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__VirtualProcessorSubcomponentTypeAssignment_2_0
+rule__VirtualProcessorSubcomponent__VirtualProcessorSubcomponentTypeAssignment_3_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getVirtualProcessorSubcomponentTypeVirtualProcessorSubcomponentTypeCrossReference_2_0_0()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getVirtualProcessorSubcomponentTypeVirtualProcessorSubcomponentTypeCrossReference_3_0_0()); }
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getVirtualProcessorSubcomponentTypeVirtualProcessorSubcomponentTypeQCREFParserRuleCall_2_0_0_1()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getVirtualProcessorSubcomponentTypeVirtualProcessorSubcomponentTypeQCREFParserRuleCall_3_0_0_1()); }
ruleQCREF
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getVirtualProcessorSubcomponentTypeVirtualProcessorSubcomponentTypeQCREFParserRuleCall_2_0_0_1()); }
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getVirtualProcessorSubcomponentTypeVirtualProcessorSubcomponentTypeQCREFParserRuleCall_3_0_0_1()); }
)
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getVirtualProcessorSubcomponentTypeVirtualProcessorSubcomponentTypeCrossReference_2_0_0()); }
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getVirtualProcessorSubcomponentTypeVirtualProcessorSubcomponentTypeCrossReference_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__OwnedPrototypeBindingAssignment_2_1_1
+rule__VirtualProcessorSubcomponent__OwnedPrototypeBindingAssignment_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_1_0()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_1_0()); }
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__OwnedPrototypeBindingAssignment_2_1_2_1
+rule__VirtualProcessorSubcomponent__OwnedPrototypeBindingAssignment_3_1_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_2_1_0()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_2_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_2_1_0()); }
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__ArrayDimensionAssignment_3_0
+rule__VirtualProcessorSubcomponent__ArrayDimensionAssignment_4_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getArrayDimensionArrayDimensionParserRuleCall_3_0_0()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getArrayDimensionArrayDimensionParserRuleCall_4_0_0()); }
ruleArrayDimension
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getArrayDimensionArrayDimensionParserRuleCall_3_0_0()); }
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getArrayDimensionArrayDimensionParserRuleCall_4_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__ImplementationReferenceAssignment_3_1_1
+rule__VirtualProcessorSubcomponent__ImplementationReferenceAssignment_4_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getImplementationReferenceComponentImplementationReferenceParserRuleCall_3_1_1_0()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getImplementationReferenceComponentImplementationReferenceParserRuleCall_4_1_1_0()); }
ruleComponentImplementationReference
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getImplementationReferenceComponentImplementationReferenceParserRuleCall_3_1_1_0()); }
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getImplementationReferenceComponentImplementationReferenceParserRuleCall_4_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__ImplementationReferenceAssignment_3_1_2_1
+rule__VirtualProcessorSubcomponent__ImplementationReferenceAssignment_4_1_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getImplementationReferenceComponentImplementationReferenceParserRuleCall_3_1_2_1_0()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getImplementationReferenceComponentImplementationReferenceParserRuleCall_4_1_2_1_0()); }
ruleComponentImplementationReference
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getImplementationReferenceComponentImplementationReferenceParserRuleCall_3_1_2_1_0()); }
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getImplementationReferenceComponentImplementationReferenceParserRuleCall_4_1_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__OwnedPropertyAssociationAssignment_4_1
+rule__VirtualProcessorSubcomponent__OwnedPropertyAssociationAssignment_5_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_4_1_0()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_5_1_0()); }
ruleContainedPropertyAssociation
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_4_1_0()); }
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_5_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__OwnedModeBindingAssignment_5_2_0
+rule__VirtualProcessorSubcomponent__OwnedModeBindingAssignment_6_3_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_0_0()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_6_3_0_0()); }
ruleModeRef
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_0_0()); }
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_6_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualProcessorSubcomponent__OwnedModeBindingAssignment_5_2_1_1
+rule__VirtualProcessorSubcomponent__OwnedModeBindingAssignment_6_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_1_1_0()); }
+ { before(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_6_3_1_1_0()); }
ruleModeRef
- { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_1_1_0()); }
+ { after(grammarAccess.getVirtualProcessorSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_6_3_1_1_0()); }
)
;
finally {
@@ -122797,30 +124383,30 @@ finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__OwnedModeBindingAssignment_5_2_0
+rule__DeviceSubcomponent__OwnedModeBindingAssignment_5_3_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_0_0()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_0_0()); }
ruleModeRef
- { after(grammarAccess.getDeviceSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_0_0()); }
+ { after(grammarAccess.getDeviceSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DeviceSubcomponent__OwnedModeBindingAssignment_5_2_1_1
+rule__DeviceSubcomponent__OwnedModeBindingAssignment_5_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDeviceSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_1_1_0()); }
+ { before(grammarAccess.getDeviceSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_1_1_0()); }
ruleModeRef
- { after(grammarAccess.getDeviceSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_1_1_0()); }
+ { after(grammarAccess.getDeviceSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_1_1_0()); }
)
;
finally {
@@ -122970,30 +124556,30 @@ finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__OwnedModeBindingAssignment_5_2_0
+rule__MemorySubcomponent__OwnedModeBindingAssignment_5_3_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_0_0()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_0_0()); }
ruleModeRef
- { after(grammarAccess.getMemorySubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_0_0()); }
+ { after(grammarAccess.getMemorySubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__MemorySubcomponent__OwnedModeBindingAssignment_5_2_1_1
+rule__MemorySubcomponent__OwnedModeBindingAssignment_5_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getMemorySubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_1_1_0()); }
+ { before(grammarAccess.getMemorySubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_1_1_0()); }
ruleModeRef
- { after(grammarAccess.getMemorySubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_1_1_0()); }
+ { after(grammarAccess.getMemorySubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_1_1_0()); }
)
;
finally {
@@ -123143,30 +124729,30 @@ finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__OwnedModeBindingAssignment_5_2_0
+rule__BusSubcomponent__OwnedModeBindingAssignment_5_3_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_0_0()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_0_0()); }
ruleModeRef
- { after(grammarAccess.getBusSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_0_0()); }
+ { after(grammarAccess.getBusSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusSubcomponent__OwnedModeBindingAssignment_5_2_1_1
+rule__BusSubcomponent__OwnedModeBindingAssignment_5_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_1_1_0()); }
+ { before(grammarAccess.getBusSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_1_1_0()); }
ruleModeRef
- { after(grammarAccess.getBusSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_1_1_0()); }
+ { after(grammarAccess.getBusSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_1_1_0()); }
)
;
finally {
@@ -123207,139 +124793,139 @@ finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__VirtualBusSubcomponentTypeAssignment_2_0
+rule__VirtualBusSubcomponent__VirtualBusSubcomponentTypeAssignment_3_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getVirtualBusSubcomponentTypeVirtualBusClassifierCrossReference_2_0_0()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getVirtualBusSubcomponentTypeVirtualBusClassifierCrossReference_3_0_0()); }
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getVirtualBusSubcomponentTypeVirtualBusClassifierQCREFParserRuleCall_2_0_0_1()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getVirtualBusSubcomponentTypeVirtualBusClassifierQCREFParserRuleCall_3_0_0_1()); }
ruleQCREF
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getVirtualBusSubcomponentTypeVirtualBusClassifierQCREFParserRuleCall_2_0_0_1()); }
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getVirtualBusSubcomponentTypeVirtualBusClassifierQCREFParserRuleCall_3_0_0_1()); }
)
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getVirtualBusSubcomponentTypeVirtualBusClassifierCrossReference_2_0_0()); }
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getVirtualBusSubcomponentTypeVirtualBusClassifierCrossReference_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__OwnedPrototypeBindingAssignment_2_1_1
+rule__VirtualBusSubcomponent__OwnedPrototypeBindingAssignment_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_1_0()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_1_0()); }
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__OwnedPrototypeBindingAssignment_2_1_2_1
+rule__VirtualBusSubcomponent__OwnedPrototypeBindingAssignment_3_1_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_2_1_0()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_2_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_2_1_0()); }
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__ArrayDimensionAssignment_3_0
+rule__VirtualBusSubcomponent__ArrayDimensionAssignment_4_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getArrayDimensionArrayDimensionParserRuleCall_3_0_0()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getArrayDimensionArrayDimensionParserRuleCall_4_0_0()); }
ruleArrayDimension
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getArrayDimensionArrayDimensionParserRuleCall_3_0_0()); }
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getArrayDimensionArrayDimensionParserRuleCall_4_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__ImplementationReferenceAssignment_3_1_1
+rule__VirtualBusSubcomponent__ImplementationReferenceAssignment_4_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getImplementationReferenceComponentImplementationReferenceParserRuleCall_3_1_1_0()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getImplementationReferenceComponentImplementationReferenceParserRuleCall_4_1_1_0()); }
ruleComponentImplementationReference
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getImplementationReferenceComponentImplementationReferenceParserRuleCall_3_1_1_0()); }
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getImplementationReferenceComponentImplementationReferenceParserRuleCall_4_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__ImplementationReferenceAssignment_3_1_2_1
+rule__VirtualBusSubcomponent__ImplementationReferenceAssignment_4_1_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getImplementationReferenceComponentImplementationReferenceParserRuleCall_3_1_2_1_0()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getImplementationReferenceComponentImplementationReferenceParserRuleCall_4_1_2_1_0()); }
ruleComponentImplementationReference
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getImplementationReferenceComponentImplementationReferenceParserRuleCall_3_1_2_1_0()); }
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getImplementationReferenceComponentImplementationReferenceParserRuleCall_4_1_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__OwnedPropertyAssociationAssignment_4_1
+rule__VirtualBusSubcomponent__OwnedPropertyAssociationAssignment_5_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_4_1_0()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_5_1_0()); }
ruleContainedPropertyAssociation
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_4_1_0()); }
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_5_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__OwnedModeBindingAssignment_5_2_0
+rule__VirtualBusSubcomponent__OwnedModeBindingAssignment_6_3_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_0_0()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_6_3_0_0()); }
ruleModeRef
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_0_0()); }
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_6_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__VirtualBusSubcomponent__OwnedModeBindingAssignment_5_2_1_1
+rule__VirtualBusSubcomponent__OwnedModeBindingAssignment_6_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_1_1_0()); }
+ { before(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_6_3_1_1_0()); }
ruleModeRef
- { after(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_1_1_0()); }
+ { after(grammarAccess.getVirtualBusSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_6_3_1_1_0()); }
)
;
finally {
@@ -123489,30 +125075,30 @@ finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__OwnedModeBindingAssignment_5_2_0
+rule__DataSubcomponent__OwnedModeBindingAssignment_5_3_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_0_0()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_0_0()); }
ruleModeRef
- { after(grammarAccess.getDataSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_0_0()); }
+ { after(grammarAccess.getDataSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataSubcomponent__OwnedModeBindingAssignment_5_2_1_1
+rule__DataSubcomponent__OwnedModeBindingAssignment_5_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_1_1_0()); }
+ { before(grammarAccess.getDataSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_1_1_0()); }
ruleModeRef
- { after(grammarAccess.getDataSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_2_1_1_0()); }
+ { after(grammarAccess.getDataSubcomponentAccess().getOwnedModeBindingModeRefParserRuleCall_5_3_1_1_0()); }
)
;
finally {
@@ -123708,49 +125294,49 @@ finally {
restoreStackSize(stackSize);
}
-rule__DataPort__DataFeatureClassifierAssignment_4
+rule__DataPort__DataFeatureClassifierAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataPortAccess().getDataFeatureClassifierDataSubcomponentTypeCrossReference_4_0()); }
+ { before(grammarAccess.getDataPortAccess().getDataFeatureClassifierDataSubcomponentTypeCrossReference_5_0()); }
(
- { before(grammarAccess.getDataPortAccess().getDataFeatureClassifierDataSubcomponentTypeQCREFParserRuleCall_4_0_1()); }
+ { before(grammarAccess.getDataPortAccess().getDataFeatureClassifierDataSubcomponentTypeQCREFParserRuleCall_5_0_1()); }
ruleQCREF
- { after(grammarAccess.getDataPortAccess().getDataFeatureClassifierDataSubcomponentTypeQCREFParserRuleCall_4_0_1()); }
+ { after(grammarAccess.getDataPortAccess().getDataFeatureClassifierDataSubcomponentTypeQCREFParserRuleCall_5_0_1()); }
)
- { after(grammarAccess.getDataPortAccess().getDataFeatureClassifierDataSubcomponentTypeCrossReference_4_0()); }
+ { after(grammarAccess.getDataPortAccess().getDataFeatureClassifierDataSubcomponentTypeCrossReference_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPort__ArrayDimensionAssignment_5
+rule__DataPort__ArrayDimensionAssignment_6
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataPortAccess().getArrayDimensionArrayDimensionParserRuleCall_5_0()); }
+ { before(grammarAccess.getDataPortAccess().getArrayDimensionArrayDimensionParserRuleCall_6_0()); }
ruleArrayDimension
- { after(grammarAccess.getDataPortAccess().getArrayDimensionArrayDimensionParserRuleCall_5_0()); }
+ { after(grammarAccess.getDataPortAccess().getArrayDimensionArrayDimensionParserRuleCall_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataPort__OwnedPropertyAssociationAssignment_6_1
+rule__DataPort__OwnedPropertyAssociationAssignment_7_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataPortAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_6_1_0()); }
+ { before(grammarAccess.getDataPortAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_7_1_0()); }
rulePropertyAssociation
- { after(grammarAccess.getDataPortAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_6_1_0()); }
+ { after(grammarAccess.getDataPortAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_7_1_0()); }
)
;
finally {
@@ -123848,49 +125434,49 @@ finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__DataFeatureClassifierAssignment_4
+rule__EventDataPort__DataFeatureClassifierAssignment_6
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataPortAccess().getDataFeatureClassifierDataSubcomponentTypeCrossReference_4_0()); }
+ { before(grammarAccess.getEventDataPortAccess().getDataFeatureClassifierDataSubcomponentTypeCrossReference_6_0()); }
(
- { before(grammarAccess.getEventDataPortAccess().getDataFeatureClassifierDataSubcomponentTypeQCREFParserRuleCall_4_0_1()); }
+ { before(grammarAccess.getEventDataPortAccess().getDataFeatureClassifierDataSubcomponentTypeQCREFParserRuleCall_6_0_1()); }
ruleQCREF
- { after(grammarAccess.getEventDataPortAccess().getDataFeatureClassifierDataSubcomponentTypeQCREFParserRuleCall_4_0_1()); }
+ { after(grammarAccess.getEventDataPortAccess().getDataFeatureClassifierDataSubcomponentTypeQCREFParserRuleCall_6_0_1()); }
)
- { after(grammarAccess.getEventDataPortAccess().getDataFeatureClassifierDataSubcomponentTypeCrossReference_4_0()); }
+ { after(grammarAccess.getEventDataPortAccess().getDataFeatureClassifierDataSubcomponentTypeCrossReference_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__ArrayDimensionAssignment_5
+rule__EventDataPort__ArrayDimensionAssignment_7
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataPortAccess().getArrayDimensionArrayDimensionParserRuleCall_5_0()); }
+ { before(grammarAccess.getEventDataPortAccess().getArrayDimensionArrayDimensionParserRuleCall_7_0()); }
ruleArrayDimension
- { after(grammarAccess.getEventDataPortAccess().getArrayDimensionArrayDimensionParserRuleCall_5_0()); }
+ { after(grammarAccess.getEventDataPortAccess().getArrayDimensionArrayDimensionParserRuleCall_7_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataPort__OwnedPropertyAssociationAssignment_6_1
+rule__EventDataPort__OwnedPropertyAssociationAssignment_8_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataPortAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_6_1_0()); }
+ { before(grammarAccess.getEventDataPortAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_8_1_0()); }
rulePropertyAssociation
- { after(grammarAccess.getEventDataPortAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_6_1_0()); }
+ { after(grammarAccess.getEventDataPortAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_8_1_0()); }
)
;
finally {
@@ -123988,30 +125574,30 @@ finally {
restoreStackSize(stackSize);
}
-rule__EventPort__ArrayDimensionAssignment_4
+rule__EventPort__ArrayDimensionAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventPortAccess().getArrayDimensionArrayDimensionParserRuleCall_4_0()); }
+ { before(grammarAccess.getEventPortAccess().getArrayDimensionArrayDimensionParserRuleCall_5_0()); }
ruleArrayDimension
- { after(grammarAccess.getEventPortAccess().getArrayDimensionArrayDimensionParserRuleCall_4_0()); }
+ { after(grammarAccess.getEventPortAccess().getArrayDimensionArrayDimensionParserRuleCall_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventPort__OwnedPropertyAssociationAssignment_5_1
+rule__EventPort__OwnedPropertyAssociationAssignment_6_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventPortAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_5_1_0()); }
+ { before(grammarAccess.getEventPortAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_6_1_0()); }
rulePropertyAssociation
- { after(grammarAccess.getEventPortAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_5_1_0()); }
+ { after(grammarAccess.getEventPortAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_6_1_0()); }
)
;
finally {
@@ -124090,64 +125676,68 @@ finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroup__InverseAssignment_3_0
+rule__FeatureGroup__InverseAssignment_4_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupAccess().getInverseInverseOfKeywordsParserRuleCall_3_0_0()); }
- ruleInverseOfKeywords
- { after(grammarAccess.getFeatureGroupAccess().getInverseInverseOfKeywordsParserRuleCall_3_0_0()); }
+ { before(grammarAccess.getFeatureGroupAccess().getInverseInverseKeyword_4_0_0_0()); }
+ (
+ { before(grammarAccess.getFeatureGroupAccess().getInverseInverseKeyword_4_0_0_0()); }
+ Inverse
+ { after(grammarAccess.getFeatureGroupAccess().getInverseInverseKeyword_4_0_0_0()); }
+ )
+ { after(grammarAccess.getFeatureGroupAccess().getInverseInverseKeyword_4_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroup__FeatureTypeAssignment_3_1
+rule__FeatureGroup__FeatureTypeAssignment_4_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupAccess().getFeatureTypeFeatureTypeCrossReference_3_1_0()); }
+ { before(grammarAccess.getFeatureGroupAccess().getFeatureTypeFeatureTypeCrossReference_4_1_0()); }
(
- { before(grammarAccess.getFeatureGroupAccess().getFeatureTypeFeatureTypeQCREFParserRuleCall_3_1_0_1()); }
+ { before(grammarAccess.getFeatureGroupAccess().getFeatureTypeFeatureTypeQCREFParserRuleCall_4_1_0_1()); }
ruleQCREF
- { after(grammarAccess.getFeatureGroupAccess().getFeatureTypeFeatureTypeQCREFParserRuleCall_3_1_0_1()); }
+ { after(grammarAccess.getFeatureGroupAccess().getFeatureTypeFeatureTypeQCREFParserRuleCall_4_1_0_1()); }
)
- { after(grammarAccess.getFeatureGroupAccess().getFeatureTypeFeatureTypeCrossReference_3_1_0()); }
+ { after(grammarAccess.getFeatureGroupAccess().getFeatureTypeFeatureTypeCrossReference_4_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroup__ArrayDimensionAssignment_4
+rule__FeatureGroup__ArrayDimensionAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupAccess().getArrayDimensionArrayDimensionParserRuleCall_4_0()); }
+ { before(grammarAccess.getFeatureGroupAccess().getArrayDimensionArrayDimensionParserRuleCall_5_0()); }
ruleArrayDimension
- { after(grammarAccess.getFeatureGroupAccess().getArrayDimensionArrayDimensionParserRuleCall_4_0()); }
+ { after(grammarAccess.getFeatureGroupAccess().getArrayDimensionArrayDimensionParserRuleCall_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroup__OwnedPropertyAssociationAssignment_5_1
+rule__FeatureGroup__OwnedPropertyAssociationAssignment_6_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_5_1_0()); }
+ { before(grammarAccess.getFeatureGroupAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_6_1_0()); }
ruleContainedPropertyAssociation
- { after(grammarAccess.getFeatureGroupAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_5_1_0()); }
+ { after(grammarAccess.getFeatureGroupAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_6_1_0()); }
)
;
finally {
@@ -124343,49 +125933,49 @@ finally {
restoreStackSize(stackSize);
}
-rule__SubprogramAccess__SubprogramFeatureClassifierAssignment_3
+rule__SubprogramAccess__SubprogramFeatureClassifierAssignment_4
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramAccessAccess().getSubprogramFeatureClassifierSubprogramSubcomponentTypeCrossReference_3_0()); }
+ { before(grammarAccess.getSubprogramAccessAccess().getSubprogramFeatureClassifierSubprogramSubcomponentTypeCrossReference_4_0()); }
(
- { before(grammarAccess.getSubprogramAccessAccess().getSubprogramFeatureClassifierSubprogramSubcomponentTypeQCREFParserRuleCall_3_0_1()); }
+ { before(grammarAccess.getSubprogramAccessAccess().getSubprogramFeatureClassifierSubprogramSubcomponentTypeQCREFParserRuleCall_4_0_1()); }
ruleQCREF
- { after(grammarAccess.getSubprogramAccessAccess().getSubprogramFeatureClassifierSubprogramSubcomponentTypeQCREFParserRuleCall_3_0_1()); }
+ { after(grammarAccess.getSubprogramAccessAccess().getSubprogramFeatureClassifierSubprogramSubcomponentTypeQCREFParserRuleCall_4_0_1()); }
)
- { after(grammarAccess.getSubprogramAccessAccess().getSubprogramFeatureClassifierSubprogramSubcomponentTypeCrossReference_3_0()); }
+ { after(grammarAccess.getSubprogramAccessAccess().getSubprogramFeatureClassifierSubprogramSubcomponentTypeCrossReference_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramAccess__ArrayDimensionAssignment_4
+rule__SubprogramAccess__ArrayDimensionAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramAccessAccess().getArrayDimensionArrayDimensionParserRuleCall_4_0()); }
+ { before(grammarAccess.getSubprogramAccessAccess().getArrayDimensionArrayDimensionParserRuleCall_5_0()); }
ruleArrayDimension
- { after(grammarAccess.getSubprogramAccessAccess().getArrayDimensionArrayDimensionParserRuleCall_4_0()); }
+ { after(grammarAccess.getSubprogramAccessAccess().getArrayDimensionArrayDimensionParserRuleCall_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramAccess__OwnedPropertyAssociationAssignment_5_1
+rule__SubprogramAccess__OwnedPropertyAssociationAssignment_6_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramAccessAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_5_1_0()); }
+ { before(grammarAccess.getSubprogramAccessAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_6_1_0()); }
rulePropertyAssociation
- { after(grammarAccess.getSubprogramAccessAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_5_1_0()); }
+ { after(grammarAccess.getSubprogramAccessAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_6_1_0()); }
)
;
finally {
@@ -124441,49 +126031,49 @@ finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccess__SubprogramGroupFeatureClassifierAssignment_3
+rule__SubprogramGroupAccess__SubprogramGroupFeatureClassifierAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupAccessAccess().getSubprogramGroupFeatureClassifierSubprogramGroupSubcomponentTypeCrossReference_3_0()); }
+ { before(grammarAccess.getSubprogramGroupAccessAccess().getSubprogramGroupFeatureClassifierSubprogramGroupSubcomponentTypeCrossReference_5_0()); }
(
- { before(grammarAccess.getSubprogramGroupAccessAccess().getSubprogramGroupFeatureClassifierSubprogramGroupSubcomponentTypeQCREFParserRuleCall_3_0_1()); }
+ { before(grammarAccess.getSubprogramGroupAccessAccess().getSubprogramGroupFeatureClassifierSubprogramGroupSubcomponentTypeQCREFParserRuleCall_5_0_1()); }
ruleQCREF
- { after(grammarAccess.getSubprogramGroupAccessAccess().getSubprogramGroupFeatureClassifierSubprogramGroupSubcomponentTypeQCREFParserRuleCall_3_0_1()); }
+ { after(grammarAccess.getSubprogramGroupAccessAccess().getSubprogramGroupFeatureClassifierSubprogramGroupSubcomponentTypeQCREFParserRuleCall_5_0_1()); }
)
- { after(grammarAccess.getSubprogramGroupAccessAccess().getSubprogramGroupFeatureClassifierSubprogramGroupSubcomponentTypeCrossReference_3_0()); }
+ { after(grammarAccess.getSubprogramGroupAccessAccess().getSubprogramGroupFeatureClassifierSubprogramGroupSubcomponentTypeCrossReference_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccess__ArrayDimensionAssignment_4
+rule__SubprogramGroupAccess__ArrayDimensionAssignment_6
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupAccessAccess().getArrayDimensionArrayDimensionParserRuleCall_4_0()); }
+ { before(grammarAccess.getSubprogramGroupAccessAccess().getArrayDimensionArrayDimensionParserRuleCall_6_0()); }
ruleArrayDimension
- { after(grammarAccess.getSubprogramGroupAccessAccess().getArrayDimensionArrayDimensionParserRuleCall_4_0()); }
+ { after(grammarAccess.getSubprogramGroupAccessAccess().getArrayDimensionArrayDimensionParserRuleCall_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__SubprogramGroupAccess__OwnedPropertyAssociationAssignment_5_1
+rule__SubprogramGroupAccess__OwnedPropertyAssociationAssignment_7_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getSubprogramGroupAccessAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_5_1_0()); }
+ { before(grammarAccess.getSubprogramGroupAccessAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_7_1_0()); }
rulePropertyAssociation
- { after(grammarAccess.getSubprogramGroupAccessAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_5_1_0()); }
+ { after(grammarAccess.getSubprogramGroupAccessAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_7_1_0()); }
)
;
finally {
@@ -124558,49 +126148,49 @@ finally {
restoreStackSize(stackSize);
}
-rule__BusAccess__BusFeatureClassifierAssignment_4
+rule__BusAccess__BusFeatureClassifierAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusAccessAccess().getBusFeatureClassifierBusSubcomponentTypeCrossReference_4_0()); }
+ { before(grammarAccess.getBusAccessAccess().getBusFeatureClassifierBusSubcomponentTypeCrossReference_5_0()); }
(
- { before(grammarAccess.getBusAccessAccess().getBusFeatureClassifierBusSubcomponentTypeQCREFParserRuleCall_4_0_1()); }
+ { before(grammarAccess.getBusAccessAccess().getBusFeatureClassifierBusSubcomponentTypeQCREFParserRuleCall_5_0_1()); }
ruleQCREF
- { after(grammarAccess.getBusAccessAccess().getBusFeatureClassifierBusSubcomponentTypeQCREFParserRuleCall_4_0_1()); }
+ { after(grammarAccess.getBusAccessAccess().getBusFeatureClassifierBusSubcomponentTypeQCREFParserRuleCall_5_0_1()); }
)
- { after(grammarAccess.getBusAccessAccess().getBusFeatureClassifierBusSubcomponentTypeCrossReference_4_0()); }
+ { after(grammarAccess.getBusAccessAccess().getBusFeatureClassifierBusSubcomponentTypeCrossReference_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusAccess__ArrayDimensionAssignment_5
+rule__BusAccess__ArrayDimensionAssignment_6
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusAccessAccess().getArrayDimensionArrayDimensionParserRuleCall_5_0()); }
+ { before(grammarAccess.getBusAccessAccess().getArrayDimensionArrayDimensionParserRuleCall_6_0()); }
ruleArrayDimension
- { after(grammarAccess.getBusAccessAccess().getArrayDimensionArrayDimensionParserRuleCall_5_0()); }
+ { after(grammarAccess.getBusAccessAccess().getArrayDimensionArrayDimensionParserRuleCall_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__BusAccess__OwnedPropertyAssociationAssignment_6_1
+rule__BusAccess__OwnedPropertyAssociationAssignment_7_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getBusAccessAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_6_1_0()); }
+ { before(grammarAccess.getBusAccessAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_7_1_0()); }
rulePropertyAssociation
- { after(grammarAccess.getBusAccessAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_6_1_0()); }
+ { after(grammarAccess.getBusAccessAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_7_1_0()); }
)
;
finally {
@@ -124656,49 +126246,49 @@ finally {
restoreStackSize(stackSize);
}
-rule__DataAccess__DataFeatureClassifierAssignment_3
+rule__DataAccess__DataFeatureClassifierAssignment_4
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataAccessAccess().getDataFeatureClassifierDataSubcomponentTypeCrossReference_3_0()); }
+ { before(grammarAccess.getDataAccessAccess().getDataFeatureClassifierDataSubcomponentTypeCrossReference_4_0()); }
(
- { before(grammarAccess.getDataAccessAccess().getDataFeatureClassifierDataSubcomponentTypeQCREFParserRuleCall_3_0_1()); }
+ { before(grammarAccess.getDataAccessAccess().getDataFeatureClassifierDataSubcomponentTypeQCREFParserRuleCall_4_0_1()); }
ruleQCREF
- { after(grammarAccess.getDataAccessAccess().getDataFeatureClassifierDataSubcomponentTypeQCREFParserRuleCall_3_0_1()); }
+ { after(grammarAccess.getDataAccessAccess().getDataFeatureClassifierDataSubcomponentTypeQCREFParserRuleCall_4_0_1()); }
)
- { after(grammarAccess.getDataAccessAccess().getDataFeatureClassifierDataSubcomponentTypeCrossReference_3_0()); }
+ { after(grammarAccess.getDataAccessAccess().getDataFeatureClassifierDataSubcomponentTypeCrossReference_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataAccess__ArrayDimensionAssignment_4
+rule__DataAccess__ArrayDimensionAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataAccessAccess().getArrayDimensionArrayDimensionParserRuleCall_4_0()); }
+ { before(grammarAccess.getDataAccessAccess().getArrayDimensionArrayDimensionParserRuleCall_5_0()); }
ruleArrayDimension
- { after(grammarAccess.getDataAccessAccess().getArrayDimensionArrayDimensionParserRuleCall_4_0()); }
+ { after(grammarAccess.getDataAccessAccess().getArrayDimensionArrayDimensionParserRuleCall_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DataAccess__OwnedPropertyAssociationAssignment_5_1
+rule__DataAccess__OwnedPropertyAssociationAssignment_6_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDataAccessAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_5_1_0()); }
+ { before(grammarAccess.getDataAccessAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_6_1_0()); }
rulePropertyAssociation
- { after(grammarAccess.getDataAccessAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_5_1_0()); }
+ { after(grammarAccess.getDataAccessAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_6_1_0()); }
)
;
finally {
@@ -124845,312 +126435,312 @@ finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__NameAssignment_1
+rule__FeatureGroupType__NameAssignment_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getNameIDTerminalRuleCall_1_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getNameIDTerminalRuleCall_2_0()); }
RULE_ID
- { after(grammarAccess.getFeatureGroupTypeAccess().getNameIDTerminalRuleCall_1_0()); }
+ { after(grammarAccess.getFeatureGroupTypeAccess().getNameIDTerminalRuleCall_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__OwnedExtensionAssignment_2_0
+rule__FeatureGroupType__OwnedExtensionAssignment_3_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedExtensionGroupExtensionParserRuleCall_2_0_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedExtensionGroupExtensionParserRuleCall_3_0_0()); }
ruleGroupExtension
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedExtensionGroupExtensionParserRuleCall_2_0_0()); }
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedExtensionGroupExtensionParserRuleCall_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__OwnedPrototypeBindingAssignment_2_1_1
+rule__FeatureGroupType__OwnedPrototypeBindingAssignment_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_1_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_1_0()); }
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__OwnedPrototypeBindingAssignment_2_1_2_1
+rule__FeatureGroupType__OwnedPrototypeBindingAssignment_3_1_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_2_1_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_2_1_0()); }
rulePrototypeBinding
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_2_1_2_1_0()); }
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeBindingPrototypeBindingParserRuleCall_3_1_2_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__NoPrototypesAssignment_3_1_0_0
+rule__FeatureGroupType__NoPrototypesAssignment_4_1_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getNoPrototypesNoneKeyword_3_1_0_0_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getNoPrototypesNoneKeyword_4_1_0_0_0()); }
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getNoPrototypesNoneKeyword_3_1_0_0_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getNoPrototypesNoneKeyword_4_1_0_0_0()); }
None
- { after(grammarAccess.getFeatureGroupTypeAccess().getNoPrototypesNoneKeyword_3_1_0_0_0()); }
+ { after(grammarAccess.getFeatureGroupTypeAccess().getNoPrototypesNoneKeyword_4_1_0_0_0()); }
)
- { after(grammarAccess.getFeatureGroupTypeAccess().getNoPrototypesNoneKeyword_3_1_0_0_0()); }
+ { after(grammarAccess.getFeatureGroupTypeAccess().getNoPrototypesNoneKeyword_4_1_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__OwnedPrototypeAssignment_3_1_1
+rule__FeatureGroupType__OwnedPrototypeAssignment_4_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypePrototypeParserRuleCall_3_1_1_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypePrototypeParserRuleCall_4_1_1_0()); }
rulePrototype
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypePrototypeParserRuleCall_3_1_1_0()); }
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypePrototypeParserRuleCall_4_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__OwnedDataPortAssignment_4_1_0
+rule__FeatureGroupType__OwnedDataPortAssignment_5_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedDataPortDataPortParserRuleCall_4_1_0_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedDataPortDataPortParserRuleCall_5_1_0_0()); }
ruleDataPort
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedDataPortDataPortParserRuleCall_4_1_0_0()); }
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedDataPortDataPortParserRuleCall_5_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__OwnedEventPortAssignment_4_1_1
+rule__FeatureGroupType__OwnedEventPortAssignment_5_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedEventPortEventPortParserRuleCall_4_1_1_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedEventPortEventPortParserRuleCall_5_1_1_0()); }
ruleEventPort
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedEventPortEventPortParserRuleCall_4_1_1_0()); }
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedEventPortEventPortParserRuleCall_5_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__OwnedEventDataPortAssignment_4_1_2
+rule__FeatureGroupType__OwnedEventDataPortAssignment_5_1_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedEventDataPortEventDataPortParserRuleCall_4_1_2_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedEventDataPortEventDataPortParserRuleCall_5_1_2_0()); }
ruleEventDataPort
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedEventDataPortEventDataPortParserRuleCall_4_1_2_0()); }
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedEventDataPortEventDataPortParserRuleCall_5_1_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__OwnedFeatureGroupAssignment_4_1_3
+rule__FeatureGroupType__OwnedFeatureGroupAssignment_5_1_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedFeatureGroupFeatureGroupParserRuleCall_4_1_3_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedFeatureGroupFeatureGroupParserRuleCall_5_1_3_0()); }
ruleFeatureGroup
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedFeatureGroupFeatureGroupParserRuleCall_4_1_3_0()); }
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedFeatureGroupFeatureGroupParserRuleCall_5_1_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__OwnedDataAccessAssignment_4_1_4
+rule__FeatureGroupType__OwnedDataAccessAssignment_5_1_4
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedDataAccessDataAccessParserRuleCall_4_1_4_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedDataAccessDataAccessParserRuleCall_5_1_4_0()); }
ruleDataAccess
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedDataAccessDataAccessParserRuleCall_4_1_4_0()); }
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedDataAccessDataAccessParserRuleCall_5_1_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__OwnedBusAccessAssignment_4_1_5
+rule__FeatureGroupType__OwnedBusAccessAssignment_5_1_5
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedBusAccessBusAccessParserRuleCall_4_1_5_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedBusAccessBusAccessParserRuleCall_5_1_5_0()); }
ruleBusAccess
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedBusAccessBusAccessParserRuleCall_4_1_5_0()); }
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedBusAccessBusAccessParserRuleCall_5_1_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__OwnedSubprogramAccessAssignment_4_1_6
+rule__FeatureGroupType__OwnedSubprogramAccessAssignment_5_1_6
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedSubprogramAccessSubprogramAccessParserRuleCall_4_1_6_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedSubprogramAccessSubprogramAccessParserRuleCall_5_1_6_0()); }
ruleSubprogramAccess
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedSubprogramAccessSubprogramAccessParserRuleCall_4_1_6_0()); }
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedSubprogramAccessSubprogramAccessParserRuleCall_5_1_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__OwnedSubprogramGroupAccessAssignment_4_1_7
+rule__FeatureGroupType__OwnedSubprogramGroupAccessAssignment_5_1_7
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedSubprogramGroupAccessSubprogramGroupAccessParserRuleCall_4_1_7_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedSubprogramGroupAccessSubprogramGroupAccessParserRuleCall_5_1_7_0()); }
ruleSubprogramGroupAccess
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedSubprogramGroupAccessSubprogramGroupAccessParserRuleCall_4_1_7_0()); }
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedSubprogramGroupAccessSubprogramGroupAccessParserRuleCall_5_1_7_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__OwnedAbstractFeatureAssignment_4_1_8
+rule__FeatureGroupType__OwnedAbstractFeatureAssignment_5_1_8
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedAbstractFeatureAbstractFeatureParserRuleCall_4_1_8_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedAbstractFeatureAbstractFeatureParserRuleCall_5_1_8_0()); }
ruleAbstractFeature
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedAbstractFeatureAbstractFeatureParserRuleCall_4_1_8_0()); }
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedAbstractFeatureAbstractFeatureParserRuleCall_5_1_8_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__OwnedParameterAssignment_4_1_9
+rule__FeatureGroupType__OwnedParameterAssignment_5_1_9
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedParameterParameterParserRuleCall_4_1_9_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedParameterParameterParserRuleCall_5_1_9_0()); }
ruleParameter
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedParameterParameterParserRuleCall_4_1_9_0()); }
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedParameterParameterParserRuleCall_5_1_9_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__InverseAssignment_5_1
+rule__FeatureGroupType__InverseAssignment_6_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getInverseFeatureGroupTypeCrossReference_5_1_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getInverseFeatureGroupTypeCrossReference_6_2_0()); }
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getInverseFeatureGroupTypeQCREFParserRuleCall_5_1_0_1()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getInverseFeatureGroupTypeQCREFParserRuleCall_6_2_0_1()); }
ruleQCREF
- { after(grammarAccess.getFeatureGroupTypeAccess().getInverseFeatureGroupTypeQCREFParserRuleCall_5_1_0_1()); }
+ { after(grammarAccess.getFeatureGroupTypeAccess().getInverseFeatureGroupTypeQCREFParserRuleCall_6_2_0_1()); }
)
- { after(grammarAccess.getFeatureGroupTypeAccess().getInverseFeatureGroupTypeCrossReference_5_1_0()); }
+ { after(grammarAccess.getFeatureGroupTypeAccess().getInverseFeatureGroupTypeCrossReference_6_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__OwnedPropertyAssociationAssignment_6_1_0
+rule__FeatureGroupType__OwnedPropertyAssociationAssignment_7_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_6_1_0_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_7_1_0_0()); }
ruleContainedPropertyAssociation
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_6_1_0_0()); }
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedPropertyAssociationContainedPropertyAssociationParserRuleCall_7_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__NoPropertiesAssignment_6_1_1_0
+rule__FeatureGroupType__NoPropertiesAssignment_7_1_1_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getNoPropertiesNoneKeyword_6_1_1_0_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getNoPropertiesNoneKeyword_7_1_1_0_0()); }
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getNoPropertiesNoneKeyword_6_1_1_0_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getNoPropertiesNoneKeyword_7_1_1_0_0()); }
None
- { after(grammarAccess.getFeatureGroupTypeAccess().getNoPropertiesNoneKeyword_6_1_1_0_0()); }
+ { after(grammarAccess.getFeatureGroupTypeAccess().getNoPropertiesNoneKeyword_7_1_1_0_0()); }
)
- { after(grammarAccess.getFeatureGroupTypeAccess().getNoPropertiesNoneKeyword_6_1_1_0_0()); }
+ { after(grammarAccess.getFeatureGroupTypeAccess().getNoPropertiesNoneKeyword_7_1_1_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupType__OwnedAnnexSubclauseAssignment_7
+rule__FeatureGroupType__OwnedAnnexSubclauseAssignment_8
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_7_0()); }
+ { before(grammarAccess.getFeatureGroupTypeAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_8_0()); }
ruleAnnexSubclause
- { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_7_0()); }
+ { after(grammarAccess.getFeatureGroupTypeAccess().getOwnedAnnexSubclauseAnnexSubclauseParserRuleCall_8_0()); }
)
;
finally {
@@ -125202,34 +126792,34 @@ finally {
restoreStackSize(stackSize);
}
-rule__EventDataSource__DataClassifierAssignment_3
+rule__EventDataSource__DataClassifierAssignment_4
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataSourceAccess().getDataClassifierDataClassifierCrossReference_3_0()); }
+ { before(grammarAccess.getEventDataSourceAccess().getDataClassifierDataClassifierCrossReference_4_0()); }
(
- { before(grammarAccess.getEventDataSourceAccess().getDataClassifierDataClassifierQCREFParserRuleCall_3_0_1()); }
+ { before(grammarAccess.getEventDataSourceAccess().getDataClassifierDataClassifierQCREFParserRuleCall_4_0_1()); }
ruleQCREF
- { after(grammarAccess.getEventDataSourceAccess().getDataClassifierDataClassifierQCREFParserRuleCall_3_0_1()); }
+ { after(grammarAccess.getEventDataSourceAccess().getDataClassifierDataClassifierQCREFParserRuleCall_4_0_1()); }
)
- { after(grammarAccess.getEventDataSourceAccess().getDataClassifierDataClassifierCrossReference_3_0()); }
+ { after(grammarAccess.getEventDataSourceAccess().getDataClassifierDataClassifierCrossReference_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EventDataSource__OwnedPropertyAssociationAssignment_4_1
+rule__EventDataSource__OwnedPropertyAssociationAssignment_5_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEventDataSourceAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_4_1_0()); }
+ { before(grammarAccess.getEventDataSourceAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_5_1_0()); }
rulePropertyAssociation
- { after(grammarAccess.getEventDataSourceAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_4_1_0()); }
+ { after(grammarAccess.getEventDataSourceAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_5_1_0()); }
)
;
finally {
@@ -125614,38 +127204,38 @@ finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__InModeOrTransitionAssignment_2_2_0
+rule__PortConnection__InModeOrTransitionAssignment_2_3_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_2_0_0()); }
+ { before(grammarAccess.getPortConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_3_0_0()); }
(
- { before(grammarAccess.getPortConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_2_0_0_1()); }
+ { before(grammarAccess.getPortConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_3_0_0_1()); }
RULE_ID
- { after(grammarAccess.getPortConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_2_0_0_1()); }
+ { after(grammarAccess.getPortConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_3_0_0_1()); }
)
- { after(grammarAccess.getPortConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_2_0_0()); }
+ { after(grammarAccess.getPortConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PortConnection__InModeOrTransitionAssignment_2_2_1_1
+rule__PortConnection__InModeOrTransitionAssignment_2_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPortConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_2_1_1_0()); }
+ { before(grammarAccess.getPortConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_3_1_1_0()); }
(
- { before(grammarAccess.getPortConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_2_1_1_0_1()); }
+ { before(grammarAccess.getPortConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_3_1_1_0_1()); }
RULE_ID
- { after(grammarAccess.getPortConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_2_1_1_0_1()); }
+ { after(grammarAccess.getPortConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_3_1_1_0_1()); }
)
- { after(grammarAccess.getPortConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_2_1_1_0()); }
+ { after(grammarAccess.getPortConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_3_1_1_0()); }
)
;
finally {
@@ -125750,15 +127340,15 @@ finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__AccessCategoryAssignment_0_1_3
+rule__AccessConnection__AccessCategoryAssignment_0_1_4
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAccessConnectionAccess().getAccessCategoryAccessCategoryParserRuleCall_0_1_3_0()); }
+ { before(grammarAccess.getAccessConnectionAccess().getAccessCategoryAccessCategoryParserRuleCall_0_1_4_0()); }
ruleAccessCategory
- { after(grammarAccess.getAccessConnectionAccess().getAccessCategoryAccessCategoryParserRuleCall_0_1_3_0()); }
+ { after(grammarAccess.getAccessConnectionAccess().getAccessCategoryAccessCategoryParserRuleCall_0_1_4_0()); }
)
;
finally {
@@ -125780,38 +127370,38 @@ finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__InModeOrTransitionAssignment_2_2_0
+rule__AccessConnection__InModeOrTransitionAssignment_2_3_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAccessConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_2_0_0()); }
+ { before(grammarAccess.getAccessConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_3_0_0()); }
(
- { before(grammarAccess.getAccessConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_2_0_0_1()); }
+ { before(grammarAccess.getAccessConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_3_0_0_1()); }
RULE_ID
- { after(grammarAccess.getAccessConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_2_0_0_1()); }
+ { after(grammarAccess.getAccessConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_3_0_0_1()); }
)
- { after(grammarAccess.getAccessConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_2_0_0()); }
+ { after(grammarAccess.getAccessConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__AccessConnection__InModeOrTransitionAssignment_2_2_1_1
+rule__AccessConnection__InModeOrTransitionAssignment_2_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getAccessConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_2_1_1_0()); }
+ { before(grammarAccess.getAccessConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_3_1_1_0()); }
(
- { before(grammarAccess.getAccessConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_2_1_1_0_1()); }
+ { before(grammarAccess.getAccessConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_3_1_1_0_1()); }
RULE_ID
- { after(grammarAccess.getAccessConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_2_1_1_0_1()); }
+ { after(grammarAccess.getAccessConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_3_1_1_0_1()); }
)
- { after(grammarAccess.getAccessConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_2_1_1_0()); }
+ { after(grammarAccess.getAccessConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_3_1_1_0()); }
)
;
finally {
@@ -125833,49 +127423,49 @@ finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__SourceAssignment_0_0_3
+rule__FeatureGroupConnection__SourceAssignment_0_0_4
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getSourceNestedConnectedElementParserRuleCall_0_0_3_0()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getSourceNestedConnectedElementParserRuleCall_0_0_4_0()); }
ruleNestedConnectedElement
- { after(grammarAccess.getFeatureGroupConnectionAccess().getSourceNestedConnectedElementParserRuleCall_0_0_3_0()); }
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getSourceNestedConnectedElementParserRuleCall_0_0_4_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__BidirectionalAssignment_0_0_4_1
+rule__FeatureGroupConnection__BidirectionalAssignment_0_0_5_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getBidirectionalLessThanSignHyphenMinusGreaterThanSignKeyword_0_0_4_1_0()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getBidirectionalLessThanSignHyphenMinusGreaterThanSignKeyword_0_0_5_1_0()); }
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getBidirectionalLessThanSignHyphenMinusGreaterThanSignKeyword_0_0_4_1_0()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getBidirectionalLessThanSignHyphenMinusGreaterThanSignKeyword_0_0_5_1_0()); }
LessThanSignHyphenMinusGreaterThanSign
- { after(grammarAccess.getFeatureGroupConnectionAccess().getBidirectionalLessThanSignHyphenMinusGreaterThanSignKeyword_0_0_4_1_0()); }
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getBidirectionalLessThanSignHyphenMinusGreaterThanSignKeyword_0_0_5_1_0()); }
)
- { after(grammarAccess.getFeatureGroupConnectionAccess().getBidirectionalLessThanSignHyphenMinusGreaterThanSignKeyword_0_0_4_1_0()); }
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getBidirectionalLessThanSignHyphenMinusGreaterThanSignKeyword_0_0_5_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__DestinationAssignment_0_0_5
+rule__FeatureGroupConnection__DestinationAssignment_0_0_6
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getDestinationNestedConnectedElementParserRuleCall_0_0_5_0()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getDestinationNestedConnectedElementParserRuleCall_0_0_6_0()); }
ruleNestedConnectedElement
- { after(grammarAccess.getFeatureGroupConnectionAccess().getDestinationNestedConnectedElementParserRuleCall_0_0_5_0()); }
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getDestinationNestedConnectedElementParserRuleCall_0_0_6_0()); }
)
;
finally {
@@ -125916,38 +127506,38 @@ finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__InModeOrTransitionAssignment_2_2_0
+rule__FeatureGroupConnection__InModeOrTransitionAssignment_2_3_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_2_0_0()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_3_0_0()); }
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_2_0_0_1()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_3_0_0_1()); }
RULE_ID
- { after(grammarAccess.getFeatureGroupConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_2_0_0_1()); }
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_3_0_0_1()); }
)
- { after(grammarAccess.getFeatureGroupConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_2_0_0()); }
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureGroupConnection__InModeOrTransitionAssignment_2_2_1_1
+rule__FeatureGroupConnection__InModeOrTransitionAssignment_2_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_2_1_1_0()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_3_1_1_0()); }
(
- { before(grammarAccess.getFeatureGroupConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_2_1_1_0_1()); }
+ { before(grammarAccess.getFeatureGroupConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_3_1_1_0_1()); }
RULE_ID
- { after(grammarAccess.getFeatureGroupConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_2_1_1_0_1()); }
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_3_1_1_0_1()); }
)
- { after(grammarAccess.getFeatureGroupConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_2_1_1_0()); }
+ { after(grammarAccess.getFeatureGroupConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_3_1_1_0()); }
)
;
finally {
@@ -126052,38 +127642,38 @@ finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__InModeOrTransitionAssignment_2_2_0
+rule__FeatureConnection__InModeOrTransitionAssignment_2_3_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_2_0_0()); }
+ { before(grammarAccess.getFeatureConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_3_0_0()); }
(
- { before(grammarAccess.getFeatureConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_2_0_0_1()); }
+ { before(grammarAccess.getFeatureConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_3_0_0_1()); }
RULE_ID
- { after(grammarAccess.getFeatureConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_2_0_0_1()); }
+ { after(grammarAccess.getFeatureConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_3_0_0_1()); }
)
- { after(grammarAccess.getFeatureConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_2_0_0()); }
+ { after(grammarAccess.getFeatureConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FeatureConnection__InModeOrTransitionAssignment_2_2_1_1
+rule__FeatureConnection__InModeOrTransitionAssignment_2_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFeatureConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_2_1_1_0()); }
+ { before(grammarAccess.getFeatureConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_3_1_1_0()); }
(
- { before(grammarAccess.getFeatureConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_2_1_1_0_1()); }
+ { before(grammarAccess.getFeatureConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_3_1_1_0_1()); }
RULE_ID
- { after(grammarAccess.getFeatureConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_2_1_1_0_1()); }
+ { after(grammarAccess.getFeatureConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_3_1_1_0_1()); }
)
- { after(grammarAccess.getFeatureConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_2_1_1_0()); }
+ { after(grammarAccess.getFeatureConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_3_1_1_0()); }
)
;
finally {
@@ -126169,38 +127759,38 @@ finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__InModeOrTransitionAssignment_2_2_0
+rule__ParameterConnection__InModeOrTransitionAssignment_2_3_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_2_0_0()); }
+ { before(grammarAccess.getParameterConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_3_0_0()); }
(
- { before(grammarAccess.getParameterConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_2_0_0_1()); }
+ { before(grammarAccess.getParameterConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_3_0_0_1()); }
RULE_ID
- { after(grammarAccess.getParameterConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_2_0_0_1()); }
+ { after(grammarAccess.getParameterConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_3_0_0_1()); }
)
- { after(grammarAccess.getParameterConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_2_0_0()); }
+ { after(grammarAccess.getParameterConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ParameterConnection__InModeOrTransitionAssignment_2_2_1_1
+rule__ParameterConnection__InModeOrTransitionAssignment_2_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getParameterConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_2_1_1_0()); }
+ { before(grammarAccess.getParameterConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_3_1_1_0()); }
(
- { before(grammarAccess.getParameterConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_2_1_1_0_1()); }
+ { before(grammarAccess.getParameterConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_3_1_1_0_1()); }
RULE_ID
- { after(grammarAccess.getParameterConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_2_1_1_0_1()); }
+ { after(grammarAccess.getParameterConnectionAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_3_1_1_0_1()); }
)
- { after(grammarAccess.getParameterConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_2_1_1_0()); }
+ { after(grammarAccess.getParameterConnectionAccess().getInModeOrTransitionModeFeatureCrossReference_2_3_1_1_0()); }
)
;
finally {
@@ -126267,38 +127857,38 @@ finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__InModeOrTransitionAssignment_6_2
+rule__FlowSourceSpec__InModeOrTransitionAssignment_6_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceSpecAccess().getInModeOrTransitionModeFeatureCrossReference_6_2_0()); }
+ { before(grammarAccess.getFlowSourceSpecAccess().getInModeOrTransitionModeFeatureCrossReference_6_3_0()); }
(
- { before(grammarAccess.getFlowSourceSpecAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_6_2_0_1()); }
+ { before(grammarAccess.getFlowSourceSpecAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_6_3_0_1()); }
RULE_ID
- { after(grammarAccess.getFlowSourceSpecAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_6_2_0_1()); }
+ { after(grammarAccess.getFlowSourceSpecAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_6_3_0_1()); }
)
- { after(grammarAccess.getFlowSourceSpecAccess().getInModeOrTransitionModeFeatureCrossReference_6_2_0()); }
+ { after(grammarAccess.getFlowSourceSpecAccess().getInModeOrTransitionModeFeatureCrossReference_6_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceSpec__InModeOrTransitionAssignment_6_3_1
+rule__FlowSourceSpec__InModeOrTransitionAssignment_6_4_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceSpecAccess().getInModeOrTransitionModeFeatureCrossReference_6_3_1_0()); }
+ { before(grammarAccess.getFlowSourceSpecAccess().getInModeOrTransitionModeFeatureCrossReference_6_4_1_0()); }
(
- { before(grammarAccess.getFlowSourceSpecAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_6_3_1_0_1()); }
+ { before(grammarAccess.getFlowSourceSpecAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_6_4_1_0_1()); }
RULE_ID
- { after(grammarAccess.getFlowSourceSpecAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_6_3_1_0_1()); }
+ { after(grammarAccess.getFlowSourceSpecAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_6_4_1_0_1()); }
)
- { after(grammarAccess.getFlowSourceSpecAccess().getInModeOrTransitionModeFeatureCrossReference_6_3_1_0()); }
+ { after(grammarAccess.getFlowSourceSpecAccess().getInModeOrTransitionModeFeatureCrossReference_6_4_1_0()); }
)
;
finally {
@@ -126365,38 +127955,38 @@ finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__InModeOrTransitionAssignment_6_2
+rule__FlowSinkSpec__InModeOrTransitionAssignment_6_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkSpecAccess().getInModeOrTransitionModeFeatureCrossReference_6_2_0()); }
+ { before(grammarAccess.getFlowSinkSpecAccess().getInModeOrTransitionModeFeatureCrossReference_6_3_0()); }
(
- { before(grammarAccess.getFlowSinkSpecAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_6_2_0_1()); }
+ { before(grammarAccess.getFlowSinkSpecAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_6_3_0_1()); }
RULE_ID
- { after(grammarAccess.getFlowSinkSpecAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_6_2_0_1()); }
+ { after(grammarAccess.getFlowSinkSpecAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_6_3_0_1()); }
)
- { after(grammarAccess.getFlowSinkSpecAccess().getInModeOrTransitionModeFeatureCrossReference_6_2_0()); }
+ { after(grammarAccess.getFlowSinkSpecAccess().getInModeOrTransitionModeFeatureCrossReference_6_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkSpec__InModeOrTransitionAssignment_6_3_1
+rule__FlowSinkSpec__InModeOrTransitionAssignment_6_4_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkSpecAccess().getInModeOrTransitionModeFeatureCrossReference_6_3_1_0()); }
+ { before(grammarAccess.getFlowSinkSpecAccess().getInModeOrTransitionModeFeatureCrossReference_6_4_1_0()); }
(
- { before(grammarAccess.getFlowSinkSpecAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_6_3_1_0_1()); }
+ { before(grammarAccess.getFlowSinkSpecAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_6_4_1_0_1()); }
RULE_ID
- { after(grammarAccess.getFlowSinkSpecAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_6_3_1_0_1()); }
+ { after(grammarAccess.getFlowSinkSpecAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_6_4_1_0_1()); }
)
- { after(grammarAccess.getFlowSinkSpecAccess().getInModeOrTransitionModeFeatureCrossReference_6_3_1_0()); }
+ { after(grammarAccess.getFlowSinkSpecAccess().getInModeOrTransitionModeFeatureCrossReference_6_4_1_0()); }
)
;
finally {
@@ -126478,38 +128068,38 @@ finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__InModeOrTransitionAssignment_8_2
+rule__FlowPathSpec__InModeOrTransitionAssignment_8_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathSpecAccess().getInModeOrTransitionModeFeatureCrossReference_8_2_0()); }
+ { before(grammarAccess.getFlowPathSpecAccess().getInModeOrTransitionModeFeatureCrossReference_8_3_0()); }
(
- { before(grammarAccess.getFlowPathSpecAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_8_2_0_1()); }
+ { before(grammarAccess.getFlowPathSpecAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_8_3_0_1()); }
RULE_ID
- { after(grammarAccess.getFlowPathSpecAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_8_2_0_1()); }
+ { after(grammarAccess.getFlowPathSpecAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_8_3_0_1()); }
)
- { after(grammarAccess.getFlowPathSpecAccess().getInModeOrTransitionModeFeatureCrossReference_8_2_0()); }
+ { after(grammarAccess.getFlowPathSpecAccess().getInModeOrTransitionModeFeatureCrossReference_8_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathSpec__InModeOrTransitionAssignment_8_3_1
+rule__FlowPathSpec__InModeOrTransitionAssignment_8_4_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathSpecAccess().getInModeOrTransitionModeFeatureCrossReference_8_3_1_0()); }
+ { before(grammarAccess.getFlowPathSpecAccess().getInModeOrTransitionModeFeatureCrossReference_8_4_1_0()); }
(
- { before(grammarAccess.getFlowPathSpecAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_8_3_1_0_1()); }
+ { before(grammarAccess.getFlowPathSpecAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_8_4_1_0_1()); }
RULE_ID
- { after(grammarAccess.getFlowPathSpecAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_8_3_1_0_1()); }
+ { after(grammarAccess.getFlowPathSpecAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_8_4_1_0_1()); }
)
- { after(grammarAccess.getFlowPathSpecAccess().getInModeOrTransitionModeFeatureCrossReference_8_3_1_0()); }
+ { after(grammarAccess.getFlowPathSpecAccess().getInModeOrTransitionModeFeatureCrossReference_8_4_1_0()); }
)
;
finally {
@@ -126573,68 +128163,68 @@ finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__KindAssignment_4
+rule__FlowSpecRefinement__KindAssignment_5
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSpecRefinementAccess().getKindFlowKindEnumRuleCall_4_0()); }
+ { before(grammarAccess.getFlowSpecRefinementAccess().getKindFlowKindEnumRuleCall_5_0()); }
ruleFlowKind
- { after(grammarAccess.getFlowSpecRefinementAccess().getKindFlowKindEnumRuleCall_4_0()); }
+ { after(grammarAccess.getFlowSpecRefinementAccess().getKindFlowKindEnumRuleCall_5_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__OwnedPropertyAssociationAssignment_5_1
+rule__FlowSpecRefinement__OwnedPropertyAssociationAssignment_6_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSpecRefinementAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_5_1_0()); }
+ { before(grammarAccess.getFlowSpecRefinementAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_6_1_0()); }
rulePropertyAssociation
- { after(grammarAccess.getFlowSpecRefinementAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_5_1_0()); }
+ { after(grammarAccess.getFlowSpecRefinementAccess().getOwnedPropertyAssociationPropertyAssociationParserRuleCall_6_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__InModeOrTransitionAssignment_6_2
+rule__FlowSpecRefinement__InModeOrTransitionAssignment_7_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSpecRefinementAccess().getInModeOrTransitionModeFeatureCrossReference_6_2_0()); }
+ { before(grammarAccess.getFlowSpecRefinementAccess().getInModeOrTransitionModeFeatureCrossReference_7_3_0()); }
(
- { before(grammarAccess.getFlowSpecRefinementAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_6_2_0_1()); }
+ { before(grammarAccess.getFlowSpecRefinementAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_7_3_0_1()); }
RULE_ID
- { after(grammarAccess.getFlowSpecRefinementAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_6_2_0_1()); }
+ { after(grammarAccess.getFlowSpecRefinementAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_7_3_0_1()); }
)
- { after(grammarAccess.getFlowSpecRefinementAccess().getInModeOrTransitionModeFeatureCrossReference_6_2_0()); }
+ { after(grammarAccess.getFlowSpecRefinementAccess().getInModeOrTransitionModeFeatureCrossReference_7_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSpecRefinement__InModeOrTransitionAssignment_6_3_1
+rule__FlowSpecRefinement__InModeOrTransitionAssignment_7_4_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSpecRefinementAccess().getInModeOrTransitionModeFeatureCrossReference_6_3_1_0()); }
+ { before(grammarAccess.getFlowSpecRefinementAccess().getInModeOrTransitionModeFeatureCrossReference_7_4_1_0()); }
(
- { before(grammarAccess.getFlowSpecRefinementAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_6_3_1_0_1()); }
+ { before(grammarAccess.getFlowSpecRefinementAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_7_4_1_0_1()); }
RULE_ID
- { after(grammarAccess.getFlowSpecRefinementAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_6_3_1_0_1()); }
+ { after(grammarAccess.getFlowSpecRefinementAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_7_4_1_0_1()); }
)
- { after(grammarAccess.getFlowSpecRefinementAccess().getInModeOrTransitionModeFeatureCrossReference_6_3_1_0()); }
+ { after(grammarAccess.getFlowSpecRefinementAccess().getInModeOrTransitionModeFeatureCrossReference_7_4_1_0()); }
)
;
finally {
@@ -126735,38 +128325,38 @@ finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__InModeOrTransitionAssignment_7_2
+rule__FlowSourceImpl__InModeOrTransitionAssignment_7_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceImplAccess().getInModeOrTransitionModeFeatureCrossReference_7_2_0()); }
+ { before(grammarAccess.getFlowSourceImplAccess().getInModeOrTransitionModeFeatureCrossReference_7_3_0()); }
(
- { before(grammarAccess.getFlowSourceImplAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_7_2_0_1()); }
+ { before(grammarAccess.getFlowSourceImplAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_7_3_0_1()); }
RULE_ID
- { after(grammarAccess.getFlowSourceImplAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_7_2_0_1()); }
+ { after(grammarAccess.getFlowSourceImplAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_7_3_0_1()); }
)
- { after(grammarAccess.getFlowSourceImplAccess().getInModeOrTransitionModeFeatureCrossReference_7_2_0()); }
+ { after(grammarAccess.getFlowSourceImplAccess().getInModeOrTransitionModeFeatureCrossReference_7_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSourceImpl__InModeOrTransitionAssignment_7_3_1
+rule__FlowSourceImpl__InModeOrTransitionAssignment_7_4_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSourceImplAccess().getInModeOrTransitionModeFeatureCrossReference_7_3_1_0()); }
+ { before(grammarAccess.getFlowSourceImplAccess().getInModeOrTransitionModeFeatureCrossReference_7_4_1_0()); }
(
- { before(grammarAccess.getFlowSourceImplAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_7_3_1_0_1()); }
+ { before(grammarAccess.getFlowSourceImplAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_7_4_1_0_1()); }
RULE_ID
- { after(grammarAccess.getFlowSourceImplAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_7_3_1_0_1()); }
+ { after(grammarAccess.getFlowSourceImplAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_7_4_1_0_1()); }
)
- { after(grammarAccess.getFlowSourceImplAccess().getInModeOrTransitionModeFeatureCrossReference_7_3_1_0()); }
+ { after(grammarAccess.getFlowSourceImplAccess().getInModeOrTransitionModeFeatureCrossReference_7_4_1_0()); }
)
;
finally {
@@ -126867,38 +128457,38 @@ finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__InModeOrTransitionAssignment_7_2
+rule__FlowSinkImpl__InModeOrTransitionAssignment_7_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkImplAccess().getInModeOrTransitionModeFeatureCrossReference_7_2_0()); }
+ { before(grammarAccess.getFlowSinkImplAccess().getInModeOrTransitionModeFeatureCrossReference_7_3_0()); }
(
- { before(grammarAccess.getFlowSinkImplAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_7_2_0_1()); }
+ { before(grammarAccess.getFlowSinkImplAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_7_3_0_1()); }
RULE_ID
- { after(grammarAccess.getFlowSinkImplAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_7_2_0_1()); }
+ { after(grammarAccess.getFlowSinkImplAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_7_3_0_1()); }
)
- { after(grammarAccess.getFlowSinkImplAccess().getInModeOrTransitionModeFeatureCrossReference_7_2_0()); }
+ { after(grammarAccess.getFlowSinkImplAccess().getInModeOrTransitionModeFeatureCrossReference_7_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowSinkImpl__InModeOrTransitionAssignment_7_3_1
+rule__FlowSinkImpl__InModeOrTransitionAssignment_7_4_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowSinkImplAccess().getInModeOrTransitionModeFeatureCrossReference_7_3_1_0()); }
+ { before(grammarAccess.getFlowSinkImplAccess().getInModeOrTransitionModeFeatureCrossReference_7_4_1_0()); }
(
- { before(grammarAccess.getFlowSinkImplAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_7_3_1_0_1()); }
+ { before(grammarAccess.getFlowSinkImplAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_7_4_1_0_1()); }
RULE_ID
- { after(grammarAccess.getFlowSinkImplAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_7_3_1_0_1()); }
+ { after(grammarAccess.getFlowSinkImplAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_7_4_1_0_1()); }
)
- { after(grammarAccess.getFlowSinkImplAccess().getInModeOrTransitionModeFeatureCrossReference_7_3_1_0()); }
+ { after(grammarAccess.getFlowSinkImplAccess().getInModeOrTransitionModeFeatureCrossReference_7_4_1_0()); }
)
;
finally {
@@ -127029,38 +128619,38 @@ finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__InModeOrTransitionAssignment_9_2
+rule__FlowPathImpl__InModeOrTransitionAssignment_9_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathImplAccess().getInModeOrTransitionModeFeatureCrossReference_9_2_0()); }
+ { before(grammarAccess.getFlowPathImplAccess().getInModeOrTransitionModeFeatureCrossReference_9_3_0()); }
(
- { before(grammarAccess.getFlowPathImplAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_9_2_0_1()); }
+ { before(grammarAccess.getFlowPathImplAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_9_3_0_1()); }
RULE_ID
- { after(grammarAccess.getFlowPathImplAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_9_2_0_1()); }
+ { after(grammarAccess.getFlowPathImplAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_9_3_0_1()); }
)
- { after(grammarAccess.getFlowPathImplAccess().getInModeOrTransitionModeFeatureCrossReference_9_2_0()); }
+ { after(grammarAccess.getFlowPathImplAccess().getInModeOrTransitionModeFeatureCrossReference_9_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__FlowPathImpl__InModeOrTransitionAssignment_9_3_1
+rule__FlowPathImpl__InModeOrTransitionAssignment_9_4_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getFlowPathImplAccess().getInModeOrTransitionModeFeatureCrossReference_9_3_1_0()); }
+ { before(grammarAccess.getFlowPathImplAccess().getInModeOrTransitionModeFeatureCrossReference_9_4_1_0()); }
(
- { before(grammarAccess.getFlowPathImplAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_9_3_1_0_1()); }
+ { before(grammarAccess.getFlowPathImplAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_9_4_1_0_1()); }
RULE_ID
- { after(grammarAccess.getFlowPathImplAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_9_3_1_0_1()); }
+ { after(grammarAccess.getFlowPathImplAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_9_4_1_0_1()); }
)
- { after(grammarAccess.getFlowPathImplAccess().getInModeOrTransitionModeFeatureCrossReference_9_3_1_0()); }
+ { after(grammarAccess.getFlowPathImplAccess().getInModeOrTransitionModeFeatureCrossReference_9_4_1_0()); }
)
;
finally {
@@ -127082,45 +128672,45 @@ finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__OwnedEndToEndFlowSegmentAssignment_0_0_3
+rule__EndToEndFlow__OwnedEndToEndFlowSegmentAssignment_0_0_6
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowAccess().getOwnedEndToEndFlowSegmentETESubcomponentFlowParserRuleCall_0_0_3_0()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getOwnedEndToEndFlowSegmentETESubcomponentFlowParserRuleCall_0_0_6_0()); }
ruleETESubcomponentFlow
- { after(grammarAccess.getEndToEndFlowAccess().getOwnedEndToEndFlowSegmentETESubcomponentFlowParserRuleCall_0_0_3_0()); }
+ { after(grammarAccess.getEndToEndFlowAccess().getOwnedEndToEndFlowSegmentETESubcomponentFlowParserRuleCall_0_0_6_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__OwnedEndToEndFlowSegmentAssignment_0_0_4_1
+rule__EndToEndFlow__OwnedEndToEndFlowSegmentAssignment_0_0_7_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowAccess().getOwnedEndToEndFlowSegmentETEConnectionFlowParserRuleCall_0_0_4_1_0()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getOwnedEndToEndFlowSegmentETEConnectionFlowParserRuleCall_0_0_7_1_0()); }
ruleETEConnectionFlow
- { after(grammarAccess.getEndToEndFlowAccess().getOwnedEndToEndFlowSegmentETEConnectionFlowParserRuleCall_0_0_4_1_0()); }
+ { after(grammarAccess.getEndToEndFlowAccess().getOwnedEndToEndFlowSegmentETEConnectionFlowParserRuleCall_0_0_7_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__OwnedEndToEndFlowSegmentAssignment_0_0_4_3
+rule__EndToEndFlow__OwnedEndToEndFlowSegmentAssignment_0_0_7_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowAccess().getOwnedEndToEndFlowSegmentETESubcomponentFlowParserRuleCall_0_0_4_3_0()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getOwnedEndToEndFlowSegmentETESubcomponentFlowParserRuleCall_0_0_7_3_0()); }
ruleETESubcomponentFlow
- { after(grammarAccess.getEndToEndFlowAccess().getOwnedEndToEndFlowSegmentETESubcomponentFlowParserRuleCall_0_0_4_3_0()); }
+ { after(grammarAccess.getEndToEndFlowAccess().getOwnedEndToEndFlowSegmentETESubcomponentFlowParserRuleCall_0_0_7_3_0()); }
)
;
finally {
@@ -127161,38 +128751,38 @@ finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__InModeOrTransitionAssignment_2_2
+rule__EndToEndFlow__InModeOrTransitionAssignment_2_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowAccess().getInModeOrTransitionModeFeatureCrossReference_2_2_0()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getInModeOrTransitionModeFeatureCrossReference_2_3_0()); }
(
- { before(grammarAccess.getEndToEndFlowAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_2_0_1()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_3_0_1()); }
RULE_ID
- { after(grammarAccess.getEndToEndFlowAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_2_0_1()); }
+ { after(grammarAccess.getEndToEndFlowAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_3_0_1()); }
)
- { after(grammarAccess.getEndToEndFlowAccess().getInModeOrTransitionModeFeatureCrossReference_2_2_0()); }
+ { after(grammarAccess.getEndToEndFlowAccess().getInModeOrTransitionModeFeatureCrossReference_2_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__EndToEndFlow__InModeOrTransitionAssignment_2_3_1
+rule__EndToEndFlow__InModeOrTransitionAssignment_2_4_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getEndToEndFlowAccess().getInModeOrTransitionModeFeatureCrossReference_2_3_1_0()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getInModeOrTransitionModeFeatureCrossReference_2_4_1_0()); }
(
- { before(grammarAccess.getEndToEndFlowAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_3_1_0_1()); }
+ { before(grammarAccess.getEndToEndFlowAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_4_1_0_1()); }
RULE_ID
- { after(grammarAccess.getEndToEndFlowAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_3_1_0_1()); }
+ { after(grammarAccess.getEndToEndFlowAccess().getInModeOrTransitionModeFeatureIDTerminalRuleCall_2_4_1_0_1()); }
)
- { after(grammarAccess.getEndToEndFlowAccess().getInModeOrTransitionModeFeatureCrossReference_2_3_1_0()); }
+ { after(grammarAccess.getEndToEndFlowAccess().getInModeOrTransitionModeFeatureCrossReference_2_4_1_0()); }
)
;
finally {
@@ -127634,38 +129224,38 @@ finally {
restoreStackSize(stackSize);
}
-rule__DefaultAnnexSubclause__InModeAssignment_3_2_0
+rule__DefaultAnnexSubclause__InModeAssignment_3_3_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDefaultAnnexSubclauseAccess().getInModeModeCrossReference_3_2_0_0()); }
+ { before(grammarAccess.getDefaultAnnexSubclauseAccess().getInModeModeCrossReference_3_3_0_0()); }
(
- { before(grammarAccess.getDefaultAnnexSubclauseAccess().getInModeModeIDTerminalRuleCall_3_2_0_0_1()); }
+ { before(grammarAccess.getDefaultAnnexSubclauseAccess().getInModeModeIDTerminalRuleCall_3_3_0_0_1()); }
RULE_ID
- { after(grammarAccess.getDefaultAnnexSubclauseAccess().getInModeModeIDTerminalRuleCall_3_2_0_0_1()); }
+ { after(grammarAccess.getDefaultAnnexSubclauseAccess().getInModeModeIDTerminalRuleCall_3_3_0_0_1()); }
)
- { after(grammarAccess.getDefaultAnnexSubclauseAccess().getInModeModeCrossReference_3_2_0_0()); }
+ { after(grammarAccess.getDefaultAnnexSubclauseAccess().getInModeModeCrossReference_3_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__DefaultAnnexSubclause__InModeAssignment_3_2_1_1
+rule__DefaultAnnexSubclause__InModeAssignment_3_3_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getDefaultAnnexSubclauseAccess().getInModeModeCrossReference_3_2_1_1_0()); }
+ { before(grammarAccess.getDefaultAnnexSubclauseAccess().getInModeModeCrossReference_3_3_1_1_0()); }
(
- { before(grammarAccess.getDefaultAnnexSubclauseAccess().getInModeModeIDTerminalRuleCall_3_2_1_1_0_1()); }
+ { before(grammarAccess.getDefaultAnnexSubclauseAccess().getInModeModeIDTerminalRuleCall_3_3_1_1_0_1()); }
RULE_ID
- { after(grammarAccess.getDefaultAnnexSubclauseAccess().getInModeModeIDTerminalRuleCall_3_2_1_1_0_1()); }
+ { after(grammarAccess.getDefaultAnnexSubclauseAccess().getInModeModeIDTerminalRuleCall_3_3_1_1_0_1()); }
)
- { after(grammarAccess.getDefaultAnnexSubclauseAccess().getInModeModeCrossReference_3_2_1_1_0()); }
+ { after(grammarAccess.getDefaultAnnexSubclauseAccess().getInModeModeCrossReference_3_3_1_1_0()); }
)
;
finally {
@@ -128285,68 +129875,68 @@ finally {
restoreStackSize(stackSize);
}
-rule__RangeType__OwnedNumberTypeAssignment_4_0
+rule__RangeType__OwnedNumberTypeAssignment_5_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRangeTypeAccess().getOwnedNumberTypeAlternatives_4_0_0()); }
- (rule__RangeType__OwnedNumberTypeAlternatives_4_0_0)
- { after(grammarAccess.getRangeTypeAccess().getOwnedNumberTypeAlternatives_4_0_0()); }
+ { before(grammarAccess.getRangeTypeAccess().getOwnedNumberTypeAlternatives_5_0_0()); }
+ (rule__RangeType__OwnedNumberTypeAlternatives_5_0_0)
+ { after(grammarAccess.getRangeTypeAccess().getOwnedNumberTypeAlternatives_5_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__RangeType__ReferencedNumberTypeAssignment_4_1
+rule__RangeType__ReferencedNumberTypeAssignment_5_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getRangeTypeAccess().getReferencedNumberTypeNumberTypeCrossReference_4_1_0()); }
+ { before(grammarAccess.getRangeTypeAccess().getReferencedNumberTypeNumberTypeCrossReference_5_1_0()); }
(
- { before(grammarAccess.getRangeTypeAccess().getReferencedNumberTypeNumberTypeQPREFParserRuleCall_4_1_0_1()); }
+ { before(grammarAccess.getRangeTypeAccess().getReferencedNumberTypeNumberTypeQPREFParserRuleCall_5_1_0_1()); }
ruleQPREF
- { after(grammarAccess.getRangeTypeAccess().getReferencedNumberTypeNumberTypeQPREFParserRuleCall_4_1_0_1()); }
+ { after(grammarAccess.getRangeTypeAccess().getReferencedNumberTypeNumberTypeQPREFParserRuleCall_5_1_0_1()); }
)
- { after(grammarAccess.getRangeTypeAccess().getReferencedNumberTypeNumberTypeCrossReference_4_1_0()); }
+ { after(grammarAccess.getRangeTypeAccess().getReferencedNumberTypeNumberTypeCrossReference_5_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedRangeType__OwnedNumberTypeAssignment_2_0
+rule__UnnamedRangeType__OwnedNumberTypeAssignment_3_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedRangeTypeAccess().getOwnedNumberTypeAlternatives_2_0_0()); }
- (rule__UnnamedRangeType__OwnedNumberTypeAlternatives_2_0_0)
- { after(grammarAccess.getUnnamedRangeTypeAccess().getOwnedNumberTypeAlternatives_2_0_0()); }
+ { before(grammarAccess.getUnnamedRangeTypeAccess().getOwnedNumberTypeAlternatives_3_0_0()); }
+ (rule__UnnamedRangeType__OwnedNumberTypeAlternatives_3_0_0)
+ { after(grammarAccess.getUnnamedRangeTypeAccess().getOwnedNumberTypeAlternatives_3_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__UnnamedRangeType__ReferencedNumberTypeAssignment_2_1
+rule__UnnamedRangeType__ReferencedNumberTypeAssignment_3_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getUnnamedRangeTypeAccess().getReferencedNumberTypeNumberTypeCrossReference_2_1_0()); }
+ { before(grammarAccess.getUnnamedRangeTypeAccess().getReferencedNumberTypeNumberTypeCrossReference_3_1_0()); }
(
- { before(grammarAccess.getUnnamedRangeTypeAccess().getReferencedNumberTypeNumberTypeQPREFParserRuleCall_2_1_0_1()); }
+ { before(grammarAccess.getUnnamedRangeTypeAccess().getReferencedNumberTypeNumberTypeQPREFParserRuleCall_3_1_0_1()); }
ruleQPREF
- { after(grammarAccess.getUnnamedRangeTypeAccess().getReferencedNumberTypeNumberTypeQPREFParserRuleCall_2_1_0_1()); }
+ { after(grammarAccess.getUnnamedRangeTypeAccess().getReferencedNumberTypeNumberTypeQPREFParserRuleCall_3_1_0_1()); }
)
- { after(grammarAccess.getUnnamedRangeTypeAccess().getReferencedNumberTypeNumberTypeCrossReference_2_1_0()); }
+ { after(grammarAccess.getUnnamedRangeTypeAccess().getReferencedNumberTypeNumberTypeCrossReference_3_1_0()); }
)
;
finally {
@@ -128729,45 +130319,45 @@ finally {
restoreStackSize(stackSize);
}
-rule__PropertyDefinition__AppliesToAssignment_7_0_0
+rule__PropertyDefinition__AppliesToAssignment_8_0_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertyDefinitionAccess().getAppliesToPropertyOwnerParserRuleCall_7_0_0_0()); }
+ { before(grammarAccess.getPropertyDefinitionAccess().getAppliesToPropertyOwnerParserRuleCall_8_0_0_0()); }
rulePropertyOwner
- { after(grammarAccess.getPropertyDefinitionAccess().getAppliesToPropertyOwnerParserRuleCall_7_0_0_0()); }
+ { after(grammarAccess.getPropertyDefinitionAccess().getAppliesToPropertyOwnerParserRuleCall_8_0_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyDefinition__AppliesToAssignment_7_0_1_1
+rule__PropertyDefinition__AppliesToAssignment_8_0_1_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertyDefinitionAccess().getAppliesToPropertyOwnerParserRuleCall_7_0_1_1_0()); }
+ { before(grammarAccess.getPropertyDefinitionAccess().getAppliesToPropertyOwnerParserRuleCall_8_0_1_1_0()); }
rulePropertyOwner
- { after(grammarAccess.getPropertyDefinitionAccess().getAppliesToPropertyOwnerParserRuleCall_7_0_1_1_0()); }
+ { after(grammarAccess.getPropertyDefinitionAccess().getAppliesToPropertyOwnerParserRuleCall_8_0_1_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__PropertyDefinition__AppliesToAssignment_7_1
+rule__PropertyDefinition__AppliesToAssignment_8_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertyDefinitionAccess().getAppliesToAllReferenceParserRuleCall_7_1_0()); }
+ { before(grammarAccess.getPropertyDefinitionAccess().getAppliesToAllReferenceParserRuleCall_8_1_0()); }
ruleAllReference
- { after(grammarAccess.getPropertyDefinitionAccess().getAppliesToAllReferenceParserRuleCall_7_1_0()); }
+ { after(grammarAccess.getPropertyDefinitionAccess().getAppliesToAllReferenceParserRuleCall_8_1_0()); }
)
;
finally {
@@ -128793,34 +130383,34 @@ finally {
restoreStackSize(stackSize);
}
-rule__ListType__ReferencedElementTypeAssignment_1_0
+rule__ListType__ReferencedElementTypeAssignment_2_0
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getListTypeAccess().getReferencedElementTypePropertyTypeCrossReference_1_0_0()); }
+ { before(grammarAccess.getListTypeAccess().getReferencedElementTypePropertyTypeCrossReference_2_0_0()); }
(
- { before(grammarAccess.getListTypeAccess().getReferencedElementTypePropertyTypeQPREFParserRuleCall_1_0_0_1()); }
+ { before(grammarAccess.getListTypeAccess().getReferencedElementTypePropertyTypeQPREFParserRuleCall_2_0_0_1()); }
ruleQPREF
- { after(grammarAccess.getListTypeAccess().getReferencedElementTypePropertyTypeQPREFParserRuleCall_1_0_0_1()); }
+ { after(grammarAccess.getListTypeAccess().getReferencedElementTypePropertyTypeQPREFParserRuleCall_2_0_0_1()); }
)
- { after(grammarAccess.getListTypeAccess().getReferencedElementTypePropertyTypeCrossReference_1_0_0()); }
+ { after(grammarAccess.getListTypeAccess().getReferencedElementTypePropertyTypeCrossReference_2_0_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ListType__OwnedElementTypeAssignment_1_1
+rule__ListType__OwnedElementTypeAssignment_2_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getListTypeAccess().getOwnedElementTypeUnnamedPropertyTypeParserRuleCall_1_1_0()); }
+ { before(grammarAccess.getListTypeAccess().getOwnedElementTypeUnnamedPropertyTypeParserRuleCall_2_1_0()); }
ruleUnnamedPropertyType
- { after(grammarAccess.getListTypeAccess().getOwnedElementTypeUnnamedPropertyTypeParserRuleCall_1_1_0()); }
+ { after(grammarAccess.getListTypeAccess().getOwnedElementTypeUnnamedPropertyTypeParserRuleCall_2_1_0()); }
)
;
finally {
@@ -129068,49 +130658,49 @@ finally {
restoreStackSize(stackSize);
}
-rule__ContainedPropertyAssociation__AppliesToAssignment_4_1
+rule__ContainedPropertyAssociation__AppliesToAssignment_4_2
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_1_0()); }
+ { before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_2_0()); }
ruleContainmentPath
- { after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_1_0()); }
+ { after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_2_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1
+rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_2_1_0()); }
+ { before(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_3_1_0()); }
ruleContainmentPath
- { after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_2_1_0()); }
+ { after(grammarAccess.getContainedPropertyAssociationAccess().getAppliesToContainmentPathParserRuleCall_4_3_1_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__ContainedPropertyAssociation__InBindingAssignment_5_2
+rule__ContainedPropertyAssociation__InBindingAssignment_5_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierCrossReference_5_2_0()); }
+ { before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierCrossReference_5_3_0()); }
(
- { before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierQCREFParserRuleCall_5_2_0_1()); }
+ { before(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierQCREFParserRuleCall_5_3_0_1()); }
ruleQCREF
- { after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierQCREFParserRuleCall_5_2_0_1()); }
+ { after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierQCREFParserRuleCall_5_3_0_1()); }
)
- { after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierCrossReference_5_2_0()); }
+ { after(grammarAccess.getContainedPropertyAssociationAccess().getInBindingClassifierCrossReference_5_3_0()); }
)
;
finally {
@@ -129204,19 +130794,19 @@ finally {
restoreStackSize(stackSize);
}
-rule__PropertyAssociation__InBindingAssignment_4_2
+rule__PropertyAssociation__InBindingAssignment_4_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getPropertyAssociationAccess().getInBindingClassifierCrossReference_4_2_0()); }
+ { before(grammarAccess.getPropertyAssociationAccess().getInBindingClassifierCrossReference_4_3_0()); }
(
- { before(grammarAccess.getPropertyAssociationAccess().getInBindingClassifierQCREFParserRuleCall_4_2_0_1()); }
+ { before(grammarAccess.getPropertyAssociationAccess().getInBindingClassifierQCREFParserRuleCall_4_3_0_1()); }
ruleQCREF
- { after(grammarAccess.getPropertyAssociationAccess().getInBindingClassifierQCREFParserRuleCall_4_2_0_1()); }
+ { after(grammarAccess.getPropertyAssociationAccess().getInBindingClassifierQCREFParserRuleCall_4_3_0_1()); }
)
- { after(grammarAccess.getPropertyAssociationAccess().getInBindingClassifierCrossReference_4_2_0()); }
+ { after(grammarAccess.getPropertyAssociationAccess().getInBindingClassifierCrossReference_4_3_0()); }
)
;
finally {
@@ -129287,38 +130877,38 @@ finally {
restoreStackSize(stackSize);
}
-rule__OptionalModalPropertyValue__InModeAssignment_1_2
+rule__OptionalModalPropertyValue__InModeAssignment_1_3
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_2_0()); }
+ { before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_3_0()); }
(
- { before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeIDTerminalRuleCall_1_2_0_1()); }
+ { before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeIDTerminalRuleCall_1_3_0_1()); }
RULE_ID
- { after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeIDTerminalRuleCall_1_2_0_1()); }
+ { after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeIDTerminalRuleCall_1_3_0_1()); }
)
- { after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_2_0()); }
+ { after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_3_0()); }
)
;
finally {
restoreStackSize(stackSize);
}
-rule__OptionalModalPropertyValue__InModeAssignment_1_3_1
+rule__OptionalModalPropertyValue__InModeAssignment_1_4_1
@init {
int stackSize = keepStackSize();
}
:
(
- { before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_3_1_0()); }
+ { before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_4_1_0()); }
(
- { before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeIDTerminalRuleCall_1_3_1_0_1()); }
+ { before(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeIDTerminalRuleCall_1_4_1_0_1()); }
RULE_ID
- { after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeIDTerminalRuleCall_1_3_1_0_1()); }
+ { after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeIDTerminalRuleCall_1_4_1_0_1()); }
)
- { after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_3_1_0()); }
+ { after(grammarAccess.getOptionalModalPropertyValueAccess().getInModeModeCrossReference_1_4_1_0()); }
)
;
finally {
diff --git a/core/org.osate.xtext.aadl2.ui/src-gen/org/osate/xtext/aadl2/ide/contentassist/antlr/internal/InternalAadl2Parser.java b/core/org.osate.xtext.aadl2.ui/src-gen/org/osate/xtext/aadl2/ide/contentassist/antlr/internal/InternalAadl2Parser.java
index 63577fa2381..8ea43068368 100644
--- a/core/org.osate.xtext.aadl2.ui/src-gen/org/osate/xtext/aadl2/ide/contentassist/antlr/internal/InternalAadl2Parser.java
+++ b/core/org.osate.xtext.aadl2.ui/src-gen/org/osate/xtext/aadl2/ide/contentassist/antlr/internal/InternalAadl2Parser.java
@@ -432,76 +432,6 @@ interface InternalAadl2ParserSignatures {
void ruleFULLINAME() throws RecognitionException;
void entryRuleREFINEDNAME() throws RecognitionException;
void ruleREFINEDNAME() throws RecognitionException;
- void entryRuleAbstractImplementationKeywords() throws RecognitionException;
- void ruleAbstractImplementationKeywords() throws RecognitionException;
- void entryRuleBusAccessKeywords() throws RecognitionException;
- void ruleBusAccessKeywords() throws RecognitionException;
- void entryRuleBusImplementationKeywords() throws RecognitionException;
- void ruleBusImplementationKeywords() throws RecognitionException;
- void entryRuleDataAccessKeywords() throws RecognitionException;
- void ruleDataAccessKeywords() throws RecognitionException;
- void entryRuleDataImplementationKeywords() throws RecognitionException;
- void ruleDataImplementationKeywords() throws RecognitionException;
- void entryRuleDataPortKeywords() throws RecognitionException;
- void ruleDataPortKeywords() throws RecognitionException;
- void entryRuleDeviceImplementationKeywords() throws RecognitionException;
- void ruleDeviceImplementationKeywords() throws RecognitionException;
- void entryRuleEndToEndFlowKeywords() throws RecognitionException;
- void ruleEndToEndFlowKeywords() throws RecognitionException;
- void entryRuleEventDataKeywords() throws RecognitionException;
- void ruleEventDataKeywords() throws RecognitionException;
- void entryRuleEventDataPortKeywords() throws RecognitionException;
- void ruleEventDataPortKeywords() throws RecognitionException;
- void entryRuleEventPortKeywords() throws RecognitionException;
- void ruleEventPortKeywords() throws RecognitionException;
- void entryRuleFeatureGroupKeywords() throws RecognitionException;
- void ruleFeatureGroupKeywords() throws RecognitionException;
- void entryRuleInternalFeaturesKeywords() throws RecognitionException;
- void ruleInternalFeaturesKeywords() throws RecognitionException;
- void entryRuleInverseOfKeywords() throws RecognitionException;
- void ruleInverseOfKeywords() throws RecognitionException;
- void entryRuleListOfKeywords() throws RecognitionException;
- void ruleListOfKeywords() throws RecognitionException;
- void entryRuleMemoryImplementationKeywords() throws RecognitionException;
- void ruleMemoryImplementationKeywords() throws RecognitionException;
- void entryRuleProcessImplementationKeywords() throws RecognitionException;
- void ruleProcessImplementationKeywords() throws RecognitionException;
- void entryRuleProcessorFeaturesKeywords() throws RecognitionException;
- void ruleProcessorFeaturesKeywords() throws RecognitionException;
- void entryRuleProcessorImplementationKeywords() throws RecognitionException;
- void ruleProcessorImplementationKeywords() throws RecognitionException;
- void entryRuleRangeOfKeywords() throws RecognitionException;
- void ruleRangeOfKeywords() throws RecognitionException;
- void entryRuleRefinedToKeywords() throws RecognitionException;
- void ruleRefinedToKeywords() throws RecognitionException;
- void entryRuleRequiresModesKeywords() throws RecognitionException;
- void ruleRequiresModesKeywords() throws RecognitionException;
- void entryRuleSubprogramAccessKeywords() throws RecognitionException;
- void ruleSubprogramAccessKeywords() throws RecognitionException;
- void entryRuleSubprogramGroupKeywords() throws RecognitionException;
- void ruleSubprogramGroupKeywords() throws RecognitionException;
- void entryRuleSubprogramGroupAccessKeywords() throws RecognitionException;
- void ruleSubprogramGroupAccessKeywords() throws RecognitionException;
- void entryRuleSubprogramGroupImplementationKeywords() throws RecognitionException;
- void ruleSubprogramGroupImplementationKeywords() throws RecognitionException;
- void entryRuleSubprogramImplementationKeywords() throws RecognitionException;
- void ruleSubprogramImplementationKeywords() throws RecognitionException;
- void entryRuleSystemImplementationKeywords() throws RecognitionException;
- void ruleSystemImplementationKeywords() throws RecognitionException;
- void entryRuleThreadGroupKeywords() throws RecognitionException;
- void ruleThreadGroupKeywords() throws RecognitionException;
- void entryRuleThreadGroupImplementationKeywords() throws RecognitionException;
- void ruleThreadGroupImplementationKeywords() throws RecognitionException;
- void entryRuleThreadImplementationKeywords() throws RecognitionException;
- void ruleThreadImplementationKeywords() throws RecognitionException;
- void entryRuleVirtualBusKeywords() throws RecognitionException;
- void ruleVirtualBusKeywords() throws RecognitionException;
- void entryRuleVirtualBusImplementationKeywords() throws RecognitionException;
- void ruleVirtualBusImplementationKeywords() throws RecognitionException;
- void entryRuleVirtualProcessorKeywords() throws RecognitionException;
- void ruleVirtualProcessorKeywords() throws RecognitionException;
- void entryRuleVirtualProcessorImplementationKeywords() throws RecognitionException;
- void ruleVirtualProcessorImplementationKeywords() throws RecognitionException;
void entryRuleContainedPropertyAssociation() throws RecognitionException;
void ruleContainedPropertyAssociation() throws RecognitionException;
void entryRulePropertyAssociation() throws RecognitionException;
@@ -558,12 +488,6 @@ interface InternalAadl2ParserSignatures {
void ruleNumericRangeTerm() throws RecognitionException;
void entryRuleNumAlt() throws RecognitionException;
void ruleNumAlt() throws RecognitionException;
- void entryRuleAppliesToKeywords() throws RecognitionException;
- void ruleAppliesToKeywords() throws RecognitionException;
- void entryRuleInBindingKeywords() throws RecognitionException;
- void ruleInBindingKeywords() throws RecognitionException;
- void entryRuleInModesKeywords() throws RecognitionException;
- void ruleInModesKeywords() throws RecognitionException;
void entryRuleINTVALUE() throws RecognitionException;
void ruleINTVALUE() throws RecognitionException;
void entryRuleQPREF() throws RecognitionException;
@@ -609,14 +533,14 @@ interface InternalAadl2ParserSignatures {
void rule__ProcessType__Alternatives_6_1_1() throws RecognitionException;
void rule__ProcessType__Alternatives_6_1_1_0() throws RecognitionException;
void rule__ProcessType__Alternatives_7_1() throws RecognitionException;
- void rule__ThreadGroupType__Alternatives_3_1() throws RecognitionException;
void rule__ThreadGroupType__Alternatives_4_1() throws RecognitionException;
- void rule__ThreadGroupType__Alternatives_4_1_1() throws RecognitionException;
void rule__ThreadGroupType__Alternatives_5_1() throws RecognitionException;
- void rule__ThreadGroupType__Alternatives_6() throws RecognitionException;
- void rule__ThreadGroupType__Alternatives_6_1_1() throws RecognitionException;
- void rule__ThreadGroupType__Alternatives_6_1_1_0() throws RecognitionException;
- void rule__ThreadGroupType__Alternatives_7_1() throws RecognitionException;
+ void rule__ThreadGroupType__Alternatives_5_1_1() throws RecognitionException;
+ void rule__ThreadGroupType__Alternatives_6_1() throws RecognitionException;
+ void rule__ThreadGroupType__Alternatives_7() throws RecognitionException;
+ void rule__ThreadGroupType__Alternatives_7_1_1() throws RecognitionException;
+ void rule__ThreadGroupType__Alternatives_7_1_1_0() throws RecognitionException;
+ void rule__ThreadGroupType__Alternatives_8_1() throws RecognitionException;
void rule__ThreadType__Alternatives_3_1() throws RecognitionException;
void rule__ThreadType__Alternatives_4_1() throws RecognitionException;
void rule__ThreadType__Alternatives_4_1_1() throws RecognitionException;
@@ -633,11 +557,11 @@ interface InternalAadl2ParserSignatures {
void rule__SubprogramType__Alternatives_6_1_1() throws RecognitionException;
void rule__SubprogramType__Alternatives_6_1_1_0() throws RecognitionException;
void rule__SubprogramType__Alternatives_7_1() throws RecognitionException;
- void rule__SubprogramGroupType__Alternatives_3_1() throws RecognitionException;
void rule__SubprogramGroupType__Alternatives_4_1() throws RecognitionException;
- void rule__SubprogramGroupType__Alternatives_4_1_1() throws RecognitionException;
void rule__SubprogramGroupType__Alternatives_5_1() throws RecognitionException;
+ void rule__SubprogramGroupType__Alternatives_5_1_1() throws RecognitionException;
void rule__SubprogramGroupType__Alternatives_6_1() throws RecognitionException;
+ void rule__SubprogramGroupType__Alternatives_7_1() throws RecognitionException;
void rule__ProcessorType__Alternatives_3_1() throws RecognitionException;
void rule__ProcessorType__Alternatives_4_1() throws RecognitionException;
void rule__ProcessorType__Alternatives_4_1_1() throws RecognitionException;
@@ -668,21 +592,21 @@ interface InternalAadl2ParserSignatures {
void rule__BusType__Alternatives_5_1_1() throws RecognitionException;
void rule__BusType__Alternatives_5_1_1_0() throws RecognitionException;
void rule__BusType__Alternatives_6_1() throws RecognitionException;
- void rule__VirtualBusType__Alternatives_3_1() throws RecognitionException;
void rule__VirtualBusType__Alternatives_4_1() throws RecognitionException;
- void rule__VirtualBusType__Alternatives_4_1_1() throws RecognitionException;
- void rule__VirtualBusType__Alternatives_5() throws RecognitionException;
+ void rule__VirtualBusType__Alternatives_5_1() throws RecognitionException;
void rule__VirtualBusType__Alternatives_5_1_1() throws RecognitionException;
- void rule__VirtualBusType__Alternatives_5_1_1_0() throws RecognitionException;
- void rule__VirtualBusType__Alternatives_6_1() throws RecognitionException;
- void rule__VirtualProcessorType__Alternatives_3_1() throws RecognitionException;
+ void rule__VirtualBusType__Alternatives_6() throws RecognitionException;
+ void rule__VirtualBusType__Alternatives_6_1_1() throws RecognitionException;
+ void rule__VirtualBusType__Alternatives_6_1_1_0() throws RecognitionException;
+ void rule__VirtualBusType__Alternatives_7_1() throws RecognitionException;
void rule__VirtualProcessorType__Alternatives_4_1() throws RecognitionException;
- void rule__VirtualProcessorType__Alternatives_4_1_1() throws RecognitionException;
void rule__VirtualProcessorType__Alternatives_5_1() throws RecognitionException;
- void rule__VirtualProcessorType__Alternatives_6() throws RecognitionException;
- void rule__VirtualProcessorType__Alternatives_6_1_1() throws RecognitionException;
- void rule__VirtualProcessorType__Alternatives_6_1_1_0() throws RecognitionException;
- void rule__VirtualProcessorType__Alternatives_7_1() throws RecognitionException;
+ void rule__VirtualProcessorType__Alternatives_5_1_1() throws RecognitionException;
+ void rule__VirtualProcessorType__Alternatives_6_1() throws RecognitionException;
+ void rule__VirtualProcessorType__Alternatives_7() throws RecognitionException;
+ void rule__VirtualProcessorType__Alternatives_7_1_1() throws RecognitionException;
+ void rule__VirtualProcessorType__Alternatives_7_1_1_0() throws RecognitionException;
+ void rule__VirtualProcessorType__Alternatives_8_1() throws RecognitionException;
void rule__DataType__Alternatives_3_1() throws RecognitionException;
void rule__DataType__Alternatives_4_1() throws RecognitionException;
void rule__DataType__Alternatives_4_1_1() throws RecognitionException;
@@ -692,160 +616,160 @@ interface InternalAadl2ParserSignatures {
void rule__DataType__Alternatives_6_1_1_0() throws RecognitionException;
void rule__DataType__Alternatives_7_1() throws RecognitionException;
void rule__ComponentImplementation__Alternatives() throws RecognitionException;
- void rule__AbstractImplementation__Alternatives_6_1() throws RecognitionException;
void rule__AbstractImplementation__Alternatives_7_1() throws RecognitionException;
- void rule__AbstractImplementation__Alternatives_7_1_0() throws RecognitionException;
void rule__AbstractImplementation__Alternatives_8_1() throws RecognitionException;
- void rule__AbstractImplementation__Alternatives_9_1() throws RecognitionException;
- void rule__AbstractImplementation__Alternatives_10_1() throws RecognitionException;
+ void rule__AbstractImplementation__Alternatives_8_1_0() throws RecognitionException;
+ void rule__AbstractImplementation__Alternatives_9_2() throws RecognitionException;
+ void rule__AbstractImplementation__Alternatives_10_2() throws RecognitionException;
void rule__AbstractImplementation__Alternatives_11_1() throws RecognitionException;
- void rule__AbstractImplementation__Alternatives_11_1_0() throws RecognitionException;
void rule__AbstractImplementation__Alternatives_12_1() throws RecognitionException;
void rule__AbstractImplementation__Alternatives_12_1_0() throws RecognitionException;
void rule__AbstractImplementation__Alternatives_13_1() throws RecognitionException;
void rule__AbstractImplementation__Alternatives_13_1_0() throws RecognitionException;
void rule__AbstractImplementation__Alternatives_14_1() throws RecognitionException;
- void rule__SystemImplementation__Alternatives_6_1() throws RecognitionException;
+ void rule__AbstractImplementation__Alternatives_14_1_0() throws RecognitionException;
+ void rule__AbstractImplementation__Alternatives_15_1() throws RecognitionException;
void rule__SystemImplementation__Alternatives_7_1() throws RecognitionException;
- void rule__SystemImplementation__Alternatives_7_1_0() throws RecognitionException;
void rule__SystemImplementation__Alternatives_8_1() throws RecognitionException;
- void rule__SystemImplementation__Alternatives_9_1() throws RecognitionException;
- void rule__SystemImplementation__Alternatives_10_1() throws RecognitionException;
- void rule__SystemImplementation__Alternatives_10_1_0() throws RecognitionException;
+ void rule__SystemImplementation__Alternatives_8_1_0() throws RecognitionException;
+ void rule__SystemImplementation__Alternatives_9_2() throws RecognitionException;
+ void rule__SystemImplementation__Alternatives_10_2() throws RecognitionException;
void rule__SystemImplementation__Alternatives_11_1() throws RecognitionException;
void rule__SystemImplementation__Alternatives_11_1_0() throws RecognitionException;
void rule__SystemImplementation__Alternatives_12_1() throws RecognitionException;
void rule__SystemImplementation__Alternatives_12_1_0() throws RecognitionException;
void rule__SystemImplementation__Alternatives_13_1() throws RecognitionException;
- void rule__ProcessImplementation__Alternatives_6_1() throws RecognitionException;
+ void rule__SystemImplementation__Alternatives_13_1_0() throws RecognitionException;
+ void rule__SystemImplementation__Alternatives_14_1() throws RecognitionException;
void rule__ProcessImplementation__Alternatives_7_1() throws RecognitionException;
- void rule__ProcessImplementation__Alternatives_7_1_0() throws RecognitionException;
void rule__ProcessImplementation__Alternatives_8_1() throws RecognitionException;
- void rule__ProcessImplementation__Alternatives_9_1() throws RecognitionException;
- void rule__ProcessImplementation__Alternatives_10_1() throws RecognitionException;
- void rule__ProcessImplementation__Alternatives_10_1_0() throws RecognitionException;
+ void rule__ProcessImplementation__Alternatives_8_1_0() throws RecognitionException;
+ void rule__ProcessImplementation__Alternatives_9_2() throws RecognitionException;
+ void rule__ProcessImplementation__Alternatives_10_2() throws RecognitionException;
void rule__ProcessImplementation__Alternatives_11_1() throws RecognitionException;
void rule__ProcessImplementation__Alternatives_11_1_0() throws RecognitionException;
void rule__ProcessImplementation__Alternatives_12_1() throws RecognitionException;
void rule__ProcessImplementation__Alternatives_12_1_0() throws RecognitionException;
void rule__ProcessImplementation__Alternatives_13_1() throws RecognitionException;
- void rule__ThreadGroupImplementation__Alternatives_6_1() throws RecognitionException;
- void rule__ThreadGroupImplementation__Alternatives_7_1() throws RecognitionException;
- void rule__ThreadGroupImplementation__Alternatives_7_1_0() throws RecognitionException;
+ void rule__ProcessImplementation__Alternatives_13_1_0() throws RecognitionException;
+ void rule__ProcessImplementation__Alternatives_14_1() throws RecognitionException;
void rule__ThreadGroupImplementation__Alternatives_8_1() throws RecognitionException;
void rule__ThreadGroupImplementation__Alternatives_9_1() throws RecognitionException;
- void rule__ThreadGroupImplementation__Alternatives_10_1() throws RecognitionException;
- void rule__ThreadGroupImplementation__Alternatives_10_1_0() throws RecognitionException;
- void rule__ThreadGroupImplementation__Alternatives_11_1() throws RecognitionException;
- void rule__ThreadGroupImplementation__Alternatives_11_1_0() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Alternatives_9_1_0() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Alternatives_10_2() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Alternatives_11_2() throws RecognitionException;
void rule__ThreadGroupImplementation__Alternatives_12_1() throws RecognitionException;
void rule__ThreadGroupImplementation__Alternatives_12_1_0() throws RecognitionException;
void rule__ThreadGroupImplementation__Alternatives_13_1() throws RecognitionException;
- void rule__ThreadImplementation__Alternatives_6_1() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Alternatives_13_1_0() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Alternatives_14_1() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Alternatives_14_1_0() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Alternatives_15_1() throws RecognitionException;
void rule__ThreadImplementation__Alternatives_7_1() throws RecognitionException;
- void rule__ThreadImplementation__Alternatives_7_1_0() throws RecognitionException;
void rule__ThreadImplementation__Alternatives_8_1() throws RecognitionException;
- void rule__ThreadImplementation__Alternatives_9_1() throws RecognitionException;
- void rule__ThreadImplementation__Alternatives_10_1() throws RecognitionException;
+ void rule__ThreadImplementation__Alternatives_8_1_0() throws RecognitionException;
+ void rule__ThreadImplementation__Alternatives_9_2() throws RecognitionException;
+ void rule__ThreadImplementation__Alternatives_10_2() throws RecognitionException;
void rule__ThreadImplementation__Alternatives_11_1() throws RecognitionException;
- void rule__ThreadImplementation__Alternatives_11_1_0() throws RecognitionException;
void rule__ThreadImplementation__Alternatives_12_1() throws RecognitionException;
void rule__ThreadImplementation__Alternatives_12_1_0() throws RecognitionException;
void rule__ThreadImplementation__Alternatives_13_1() throws RecognitionException;
void rule__ThreadImplementation__Alternatives_13_1_0() throws RecognitionException;
void rule__ThreadImplementation__Alternatives_14_1() throws RecognitionException;
- void rule__SubprogramImplementation__Alternatives_6_1() throws RecognitionException;
+ void rule__ThreadImplementation__Alternatives_14_1_0() throws RecognitionException;
+ void rule__ThreadImplementation__Alternatives_15_1() throws RecognitionException;
void rule__SubprogramImplementation__Alternatives_7_1() throws RecognitionException;
- void rule__SubprogramImplementation__Alternatives_7_1_0() throws RecognitionException;
void rule__SubprogramImplementation__Alternatives_8_1() throws RecognitionException;
- void rule__SubprogramImplementation__Alternatives_9_1() throws RecognitionException;
- void rule__SubprogramImplementation__Alternatives_10_1() throws RecognitionException;
+ void rule__SubprogramImplementation__Alternatives_8_1_0() throws RecognitionException;
+ void rule__SubprogramImplementation__Alternatives_9_2() throws RecognitionException;
+ void rule__SubprogramImplementation__Alternatives_10_2() throws RecognitionException;
void rule__SubprogramImplementation__Alternatives_11_1() throws RecognitionException;
- void rule__SubprogramImplementation__Alternatives_11_1_0() throws RecognitionException;
void rule__SubprogramImplementation__Alternatives_12_1() throws RecognitionException;
void rule__SubprogramImplementation__Alternatives_12_1_0() throws RecognitionException;
void rule__SubprogramImplementation__Alternatives_13_1() throws RecognitionException;
void rule__SubprogramImplementation__Alternatives_13_1_0() throws RecognitionException;
void rule__SubprogramImplementation__Alternatives_14_1() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Alternatives_6_1() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Alternatives_7_1() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Alternatives_7_1_0() throws RecognitionException;
+ void rule__SubprogramImplementation__Alternatives_14_1_0() throws RecognitionException;
+ void rule__SubprogramImplementation__Alternatives_15_1() throws RecognitionException;
void rule__SubprogramGroupImplementation__Alternatives_8_1() throws RecognitionException;
void rule__SubprogramGroupImplementation__Alternatives_9_1() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Alternatives_10_1() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Alternatives_10_1_0() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Alternatives_11_1() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Alternatives_11_1_0() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Alternatives_9_1_0() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Alternatives_10_2() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Alternatives_11_2() throws RecognitionException;
void rule__SubprogramGroupImplementation__Alternatives_12_1() throws RecognitionException;
- void rule__ProcessorImplementation__Alternatives_6_1() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Alternatives_12_1_0() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Alternatives_13_1() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Alternatives_13_1_0() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Alternatives_14_1() throws RecognitionException;
void rule__ProcessorImplementation__Alternatives_7_1() throws RecognitionException;
- void rule__ProcessorImplementation__Alternatives_7_1_0() throws RecognitionException;
void rule__ProcessorImplementation__Alternatives_8_1() throws RecognitionException;
- void rule__ProcessorImplementation__Alternatives_9_1() throws RecognitionException;
- void rule__ProcessorImplementation__Alternatives_9_1_0() throws RecognitionException;
+ void rule__ProcessorImplementation__Alternatives_8_1_0() throws RecognitionException;
+ void rule__ProcessorImplementation__Alternatives_9_2() throws RecognitionException;
void rule__ProcessorImplementation__Alternatives_10_1() throws RecognitionException;
void rule__ProcessorImplementation__Alternatives_10_1_0() throws RecognitionException;
void rule__ProcessorImplementation__Alternatives_11_1() throws RecognitionException;
void rule__ProcessorImplementation__Alternatives_11_1_0() throws RecognitionException;
void rule__ProcessorImplementation__Alternatives_12_1() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Alternatives_6_1() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Alternatives_7_1() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Alternatives_7_1_0() throws RecognitionException;
+ void rule__ProcessorImplementation__Alternatives_12_1_0() throws RecognitionException;
+ void rule__ProcessorImplementation__Alternatives_13_1() throws RecognitionException;
void rule__VirtualProcessorImplementation__Alternatives_8_1() throws RecognitionException;
void rule__VirtualProcessorImplementation__Alternatives_9_1() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Alternatives_10_1() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Alternatives_10_1_0() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Alternatives_11_1() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Alternatives_11_1_0() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Alternatives_9_1_0() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Alternatives_10_2() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Alternatives_11_2() throws RecognitionException;
void rule__VirtualProcessorImplementation__Alternatives_12_1() throws RecognitionException;
void rule__VirtualProcessorImplementation__Alternatives_12_1_0() throws RecognitionException;
void rule__VirtualProcessorImplementation__Alternatives_13_1() throws RecognitionException;
- void rule__DeviceImplementation__Alternatives_6_1() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Alternatives_13_1_0() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Alternatives_14_1() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Alternatives_14_1_0() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Alternatives_15_1() throws RecognitionException;
void rule__DeviceImplementation__Alternatives_7_1() throws RecognitionException;
- void rule__DeviceImplementation__Alternatives_7_1_0() throws RecognitionException;
void rule__DeviceImplementation__Alternatives_8_1() throws RecognitionException;
- void rule__DeviceImplementation__Alternatives_9_1() throws RecognitionException;
- void rule__DeviceImplementation__Alternatives_10_1() throws RecognitionException;
- void rule__DeviceImplementation__Alternatives_10_1_0() throws RecognitionException;
+ void rule__DeviceImplementation__Alternatives_8_1_0() throws RecognitionException;
+ void rule__DeviceImplementation__Alternatives_9_2() throws RecognitionException;
+ void rule__DeviceImplementation__Alternatives_10_2() throws RecognitionException;
void rule__DeviceImplementation__Alternatives_11_1() throws RecognitionException;
void rule__DeviceImplementation__Alternatives_11_1_0() throws RecognitionException;
void rule__DeviceImplementation__Alternatives_12_1() throws RecognitionException;
void rule__DeviceImplementation__Alternatives_12_1_0() throws RecognitionException;
void rule__DeviceImplementation__Alternatives_13_1() throws RecognitionException;
- void rule__MemoryImplementation__Alternatives_6_1() throws RecognitionException;
+ void rule__DeviceImplementation__Alternatives_13_1_0() throws RecognitionException;
+ void rule__DeviceImplementation__Alternatives_14_1() throws RecognitionException;
void rule__MemoryImplementation__Alternatives_7_1() throws RecognitionException;
- void rule__MemoryImplementation__Alternatives_7_1_0() throws RecognitionException;
void rule__MemoryImplementation__Alternatives_8_1() throws RecognitionException;
- void rule__MemoryImplementation__Alternatives_9_1() throws RecognitionException;
- void rule__MemoryImplementation__Alternatives_9_1_0() throws RecognitionException;
+ void rule__MemoryImplementation__Alternatives_8_1_0() throws RecognitionException;
+ void rule__MemoryImplementation__Alternatives_9_2() throws RecognitionException;
void rule__MemoryImplementation__Alternatives_10_1() throws RecognitionException;
void rule__MemoryImplementation__Alternatives_10_1_0() throws RecognitionException;
void rule__MemoryImplementation__Alternatives_11_1() throws RecognitionException;
- void rule__BusImplementation__Alternatives_6_1() throws RecognitionException;
+ void rule__MemoryImplementation__Alternatives_11_1_0() throws RecognitionException;
+ void rule__MemoryImplementation__Alternatives_12_1() throws RecognitionException;
void rule__BusImplementation__Alternatives_7_1() throws RecognitionException;
- void rule__BusImplementation__Alternatives_7_1_0() throws RecognitionException;
void rule__BusImplementation__Alternatives_8_1() throws RecognitionException;
- void rule__BusImplementation__Alternatives_9_1() throws RecognitionException;
- void rule__BusImplementation__Alternatives_9_1_0() throws RecognitionException;
+ void rule__BusImplementation__Alternatives_8_1_0() throws RecognitionException;
+ void rule__BusImplementation__Alternatives_9_2() throws RecognitionException;
void rule__BusImplementation__Alternatives_10_1() throws RecognitionException;
- void rule__VirtualBusImplementation__Alternatives_6_1() throws RecognitionException;
- void rule__VirtualBusImplementation__Alternatives_7_1() throws RecognitionException;
- void rule__VirtualBusImplementation__Alternatives_7_1_0() throws RecognitionException;
+ void rule__BusImplementation__Alternatives_10_1_0() throws RecognitionException;
+ void rule__BusImplementation__Alternatives_11_1() throws RecognitionException;
void rule__VirtualBusImplementation__Alternatives_8_1() throws RecognitionException;
void rule__VirtualBusImplementation__Alternatives_9_1() throws RecognitionException;
void rule__VirtualBusImplementation__Alternatives_9_1_0() throws RecognitionException;
- void rule__VirtualBusImplementation__Alternatives_10_1() throws RecognitionException;
- void rule__DataImplementation__Alternatives_7_1() throws RecognitionException;
+ void rule__VirtualBusImplementation__Alternatives_10_2() throws RecognitionException;
+ void rule__VirtualBusImplementation__Alternatives_11_1() throws RecognitionException;
+ void rule__VirtualBusImplementation__Alternatives_11_1_0() throws RecognitionException;
+ void rule__VirtualBusImplementation__Alternatives_12_1() throws RecognitionException;
void rule__DataImplementation__Alternatives_8_1() throws RecognitionException;
- void rule__DataImplementation__Alternatives_8_1_0() throws RecognitionException;
void rule__DataImplementation__Alternatives_9_1() throws RecognitionException;
- void rule__DataImplementation__Alternatives_10_1() throws RecognitionException;
- void rule__DataImplementation__Alternatives_10_1_0() throws RecognitionException;
+ void rule__DataImplementation__Alternatives_9_1_0() throws RecognitionException;
+ void rule__DataImplementation__Alternatives_10_2() throws RecognitionException;
void rule__DataImplementation__Alternatives_11_1() throws RecognitionException;
void rule__DataImplementation__Alternatives_11_1_0() throws RecognitionException;
void rule__DataImplementation__Alternatives_12_1() throws RecognitionException;
void rule__DataImplementation__Alternatives_12_1_0() throws RecognitionException;
void rule__DataImplementation__Alternatives_13_1() throws RecognitionException;
+ void rule__DataImplementation__Alternatives_13_1_0() throws RecognitionException;
+ void rule__DataImplementation__Alternatives_14_1() throws RecognitionException;
void rule__SubprogramCall__Alternatives_4() throws RecognitionException;
void rule__Prototype__Alternatives() throws RecognitionException;
void rule__ComponentPrototype__Alternatives() throws RecognitionException;
@@ -905,9 +829,9 @@ interface InternalAadl2ParserSignatures {
void rule__AbstractFeature__Alternatives_2() throws RecognitionException;
void rule__AccessDirection__Alternatives() throws RecognitionException;
void rule__PortCategory__Alternatives() throws RecognitionException;
- void rule__FeatureGroupType__Alternatives_3_1() throws RecognitionException;
void rule__FeatureGroupType__Alternatives_4_1() throws RecognitionException;
- void rule__FeatureGroupType__Alternatives_6_1() throws RecognitionException;
+ void rule__FeatureGroupType__Alternatives_5_1() throws RecognitionException;
+ void rule__FeatureGroupType__Alternatives_7_1() throws RecognitionException;
void rule__NestedConnectedElement__Alternatives() throws RecognitionException;
void rule__AbstractConnectionEnd__Alternatives() throws RecognitionException;
void rule__AccessConnectionEnd__Alternatives() throws RecognitionException;
@@ -916,7 +840,7 @@ interface InternalAadl2ParserSignatures {
void rule__AccessConnection__Alternatives_0() throws RecognitionException;
void rule__AccessConnection__Alternatives_0_0_5() throws RecognitionException;
void rule__FeatureGroupConnection__Alternatives_0() throws RecognitionException;
- void rule__FeatureGroupConnection__Alternatives_0_0_4() throws RecognitionException;
+ void rule__FeatureGroupConnection__Alternatives_0_0_5() throws RecognitionException;
void rule__FeatureConnection__Alternatives_0() throws RecognitionException;
void rule__FeatureConnection__Alternatives_0_0_4() throws RecognitionException;
void rule__ParameterConnection__Alternatives_0() throws RecognitionException;
@@ -932,15 +856,15 @@ interface InternalAadl2ParserSignatures {
void rule__UnnamedRealType__Alternatives_3() throws RecognitionException;
void rule__IntegerType__Alternatives_5() throws RecognitionException;
void rule__UnnamedIntegerType__Alternatives_3() throws RecognitionException;
- void rule__RangeType__Alternatives_4() throws RecognitionException;
- void rule__RangeType__OwnedNumberTypeAlternatives_4_0_0() throws RecognitionException;
- void rule__UnnamedRangeType__Alternatives_2() throws RecognitionException;
- void rule__UnnamedRangeType__OwnedNumberTypeAlternatives_2_0_0() throws RecognitionException;
+ void rule__RangeType__Alternatives_5() throws RecognitionException;
+ void rule__RangeType__OwnedNumberTypeAlternatives_5_0_0() throws RecognitionException;
+ void rule__UnnamedRangeType__Alternatives_3() throws RecognitionException;
+ void rule__UnnamedRangeType__OwnedNumberTypeAlternatives_3_0_0() throws RecognitionException;
void rule__QMReference__MetaclassNameAlternatives_1_0() throws RecognitionException;
void rule__RecordField__Alternatives_2() throws RecognitionException;
void rule__PropertyDefinition__Alternatives_3() throws RecognitionException;
- void rule__PropertyDefinition__Alternatives_7() throws RecognitionException;
- void rule__ListType__Alternatives_1() throws RecognitionException;
+ void rule__PropertyDefinition__Alternatives_8() throws RecognitionException;
+ void rule__ListType__Alternatives_2() throws RecognitionException;
void rule__PropertyOwner__Alternatives() throws RecognitionException;
void rule__PropertyConstant__Alternatives_3() throws RecognitionException;
void rule__NumberValue__Alternatives() throws RecognitionException;
@@ -1061,6 +985,8 @@ interface InternalAadl2ParserSignatures {
void rule__FGTRename__Group__3__Impl() throws RecognitionException;
void rule__FGTRename__Group__4() throws RecognitionException;
void rule__FGTRename__Group__4__Impl() throws RecognitionException;
+ void rule__FGTRename__Group__5() throws RecognitionException;
+ void rule__FGTRename__Group__5__Impl() throws RecognitionException;
void rule__CTRename__Group__0() throws RecognitionException;
void rule__CTRename__Group__0__Impl() throws RecognitionException;
void rule__CTRename__Group__1() throws RecognitionException;
@@ -1167,6 +1093,8 @@ interface InternalAadl2ParserSignatures {
void rule__AbstractType__Group_6_0__0__Impl() throws RecognitionException;
void rule__AbstractType__Group_6_0__1() throws RecognitionException;
void rule__AbstractType__Group_6_0__1__Impl() throws RecognitionException;
+ void rule__AbstractType__Group_6_0__2() throws RecognitionException;
+ void rule__AbstractType__Group_6_0__2__Impl() throws RecognitionException;
void rule__AbstractType__Group_6_1__0() throws RecognitionException;
void rule__AbstractType__Group_6_1__0__Impl() throws RecognitionException;
void rule__AbstractType__Group_6_1__1() throws RecognitionException;
@@ -1251,6 +1179,8 @@ interface InternalAadl2ParserSignatures {
void rule__SystemType__Group_6_0__0__Impl() throws RecognitionException;
void rule__SystemType__Group_6_0__1() throws RecognitionException;
void rule__SystemType__Group_6_0__1__Impl() throws RecognitionException;
+ void rule__SystemType__Group_6_0__2() throws RecognitionException;
+ void rule__SystemType__Group_6_0__2__Impl() throws RecognitionException;
void rule__SystemType__Group_6_1__0() throws RecognitionException;
void rule__SystemType__Group_6_1__0__Impl() throws RecognitionException;
void rule__SystemType__Group_6_1__1() throws RecognitionException;
@@ -1335,6 +1265,8 @@ interface InternalAadl2ParserSignatures {
void rule__ProcessType__Group_6_0__0__Impl() throws RecognitionException;
void rule__ProcessType__Group_6_0__1() throws RecognitionException;
void rule__ProcessType__Group_6_0__1__Impl() throws RecognitionException;
+ void rule__ProcessType__Group_6_0__2() throws RecognitionException;
+ void rule__ProcessType__Group_6_0__2__Impl() throws RecognitionException;
void rule__ProcessType__Group_6_1__0() throws RecognitionException;
void rule__ProcessType__Group_6_1__0__Impl() throws RecognitionException;
void rule__ProcessType__Group_6_1__1() throws RecognitionException;
@@ -1375,30 +1307,24 @@ interface InternalAadl2ParserSignatures {
void rule__ThreadGroupType__Group__10__Impl() throws RecognitionException;
void rule__ThreadGroupType__Group__11() throws RecognitionException;
void rule__ThreadGroupType__Group__11__Impl() throws RecognitionException;
- void rule__ThreadGroupType__Group_2__0() throws RecognitionException;
- void rule__ThreadGroupType__Group_2__0__Impl() throws RecognitionException;
- void rule__ThreadGroupType__Group_2__1() throws RecognitionException;
- void rule__ThreadGroupType__Group_2__1__Impl() throws RecognitionException;
- void rule__ThreadGroupType__Group_2_1__0() throws RecognitionException;
- void rule__ThreadGroupType__Group_2_1__0__Impl() throws RecognitionException;
- void rule__ThreadGroupType__Group_2_1__1() throws RecognitionException;
- void rule__ThreadGroupType__Group_2_1__1__Impl() throws RecognitionException;
- void rule__ThreadGroupType__Group_2_1__2() throws RecognitionException;
- void rule__ThreadGroupType__Group_2_1__2__Impl() throws RecognitionException;
- void rule__ThreadGroupType__Group_2_1__3() throws RecognitionException;
- void rule__ThreadGroupType__Group_2_1__3__Impl() throws RecognitionException;
- void rule__ThreadGroupType__Group_2_1_2__0() throws RecognitionException;
- void rule__ThreadGroupType__Group_2_1_2__0__Impl() throws RecognitionException;
- void rule__ThreadGroupType__Group_2_1_2__1() throws RecognitionException;
- void rule__ThreadGroupType__Group_2_1_2__1__Impl() throws RecognitionException;
+ void rule__ThreadGroupType__Group__12() throws RecognitionException;
+ void rule__ThreadGroupType__Group__12__Impl() throws RecognitionException;
void rule__ThreadGroupType__Group_3__0() throws RecognitionException;
void rule__ThreadGroupType__Group_3__0__Impl() throws RecognitionException;
void rule__ThreadGroupType__Group_3__1() throws RecognitionException;
void rule__ThreadGroupType__Group_3__1__Impl() throws RecognitionException;
- void rule__ThreadGroupType__Group_3_1_0__0() throws RecognitionException;
- void rule__ThreadGroupType__Group_3_1_0__0__Impl() throws RecognitionException;
- void rule__ThreadGroupType__Group_3_1_0__1() throws RecognitionException;
- void rule__ThreadGroupType__Group_3_1_0__1__Impl() throws RecognitionException;
+ void rule__ThreadGroupType__Group_3_1__0() throws RecognitionException;
+ void rule__ThreadGroupType__Group_3_1__0__Impl() throws RecognitionException;
+ void rule__ThreadGroupType__Group_3_1__1() throws RecognitionException;
+ void rule__ThreadGroupType__Group_3_1__1__Impl() throws RecognitionException;
+ void rule__ThreadGroupType__Group_3_1__2() throws RecognitionException;
+ void rule__ThreadGroupType__Group_3_1__2__Impl() throws RecognitionException;
+ void rule__ThreadGroupType__Group_3_1__3() throws RecognitionException;
+ void rule__ThreadGroupType__Group_3_1__3__Impl() throws RecognitionException;
+ void rule__ThreadGroupType__Group_3_1_2__0() throws RecognitionException;
+ void rule__ThreadGroupType__Group_3_1_2__0__Impl() throws RecognitionException;
+ void rule__ThreadGroupType__Group_3_1_2__1() throws RecognitionException;
+ void rule__ThreadGroupType__Group_3_1_2__1__Impl() throws RecognitionException;
void rule__ThreadGroupType__Group_4__0() throws RecognitionException;
void rule__ThreadGroupType__Group_4__0__Impl() throws RecognitionException;
void rule__ThreadGroupType__Group_4__1() throws RecognitionException;
@@ -1411,30 +1337,40 @@ interface InternalAadl2ParserSignatures {
void rule__ThreadGroupType__Group_5__0__Impl() throws RecognitionException;
void rule__ThreadGroupType__Group_5__1() throws RecognitionException;
void rule__ThreadGroupType__Group_5__1__Impl() throws RecognitionException;
- void rule__ThreadGroupType__Group_5_1_1__0() throws RecognitionException;
- void rule__ThreadGroupType__Group_5_1_1__0__Impl() throws RecognitionException;
- void rule__ThreadGroupType__Group_5_1_1__1() throws RecognitionException;
- void rule__ThreadGroupType__Group_5_1_1__1__Impl() throws RecognitionException;
- void rule__ThreadGroupType__Group_6_0__0() throws RecognitionException;
- void rule__ThreadGroupType__Group_6_0__0__Impl() throws RecognitionException;
- void rule__ThreadGroupType__Group_6_0__1() throws RecognitionException;
- void rule__ThreadGroupType__Group_6_0__1__Impl() throws RecognitionException;
- void rule__ThreadGroupType__Group_6_1__0() throws RecognitionException;
- void rule__ThreadGroupType__Group_6_1__0__Impl() throws RecognitionException;
- void rule__ThreadGroupType__Group_6_1__1() throws RecognitionException;
- void rule__ThreadGroupType__Group_6_1__1__Impl() throws RecognitionException;
- void rule__ThreadGroupType__Group_6_1_1_1__0() throws RecognitionException;
- void rule__ThreadGroupType__Group_6_1_1_1__0__Impl() throws RecognitionException;
- void rule__ThreadGroupType__Group_6_1_1_1__1() throws RecognitionException;
- void rule__ThreadGroupType__Group_6_1_1_1__1__Impl() throws RecognitionException;
- void rule__ThreadGroupType__Group_7__0() throws RecognitionException;
- void rule__ThreadGroupType__Group_7__0__Impl() throws RecognitionException;
- void rule__ThreadGroupType__Group_7__1() throws RecognitionException;
- void rule__ThreadGroupType__Group_7__1__Impl() throws RecognitionException;
- void rule__ThreadGroupType__Group_7_1_1__0() throws RecognitionException;
- void rule__ThreadGroupType__Group_7_1_1__0__Impl() throws RecognitionException;
- void rule__ThreadGroupType__Group_7_1_1__1() throws RecognitionException;
- void rule__ThreadGroupType__Group_7_1_1__1__Impl() throws RecognitionException;
+ void rule__ThreadGroupType__Group_5_1_0__0() throws RecognitionException;
+ void rule__ThreadGroupType__Group_5_1_0__0__Impl() throws RecognitionException;
+ void rule__ThreadGroupType__Group_5_1_0__1() throws RecognitionException;
+ void rule__ThreadGroupType__Group_5_1_0__1__Impl() throws RecognitionException;
+ void rule__ThreadGroupType__Group_6__0() throws RecognitionException;
+ void rule__ThreadGroupType__Group_6__0__Impl() throws RecognitionException;
+ void rule__ThreadGroupType__Group_6__1() throws RecognitionException;
+ void rule__ThreadGroupType__Group_6__1__Impl() throws RecognitionException;
+ void rule__ThreadGroupType__Group_6_1_1__0() throws RecognitionException;
+ void rule__ThreadGroupType__Group_6_1_1__0__Impl() throws RecognitionException;
+ void rule__ThreadGroupType__Group_6_1_1__1() throws RecognitionException;
+ void rule__ThreadGroupType__Group_6_1_1__1__Impl() throws RecognitionException;
+ void rule__ThreadGroupType__Group_7_0__0() throws RecognitionException;
+ void rule__ThreadGroupType__Group_7_0__0__Impl() throws RecognitionException;
+ void rule__ThreadGroupType__Group_7_0__1() throws RecognitionException;
+ void rule__ThreadGroupType__Group_7_0__1__Impl() throws RecognitionException;
+ void rule__ThreadGroupType__Group_7_0__2() throws RecognitionException;
+ void rule__ThreadGroupType__Group_7_0__2__Impl() throws RecognitionException;
+ void rule__ThreadGroupType__Group_7_1__0() throws RecognitionException;
+ void rule__ThreadGroupType__Group_7_1__0__Impl() throws RecognitionException;
+ void rule__ThreadGroupType__Group_7_1__1() throws RecognitionException;
+ void rule__ThreadGroupType__Group_7_1__1__Impl() throws RecognitionException;
+ void rule__ThreadGroupType__Group_7_1_1_1__0() throws RecognitionException;
+ void rule__ThreadGroupType__Group_7_1_1_1__0__Impl() throws RecognitionException;
+ void rule__ThreadGroupType__Group_7_1_1_1__1() throws RecognitionException;
+ void rule__ThreadGroupType__Group_7_1_1_1__1__Impl() throws RecognitionException;
+ void rule__ThreadGroupType__Group_8__0() throws RecognitionException;
+ void rule__ThreadGroupType__Group_8__0__Impl() throws RecognitionException;
+ void rule__ThreadGroupType__Group_8__1() throws RecognitionException;
+ void rule__ThreadGroupType__Group_8__1__Impl() throws RecognitionException;
+ void rule__ThreadGroupType__Group_8_1_1__0() throws RecognitionException;
+ void rule__ThreadGroupType__Group_8_1_1__0__Impl() throws RecognitionException;
+ void rule__ThreadGroupType__Group_8_1_1__1() throws RecognitionException;
+ void rule__ThreadGroupType__Group_8_1_1__1__Impl() throws RecognitionException;
void rule__ThreadType__Group__0() throws RecognitionException;
void rule__ThreadType__Group__0__Impl() throws RecognitionException;
void rule__ThreadType__Group__1() throws RecognitionException;
@@ -1503,6 +1439,8 @@ interface InternalAadl2ParserSignatures {
void rule__ThreadType__Group_6_0__0__Impl() throws RecognitionException;
void rule__ThreadType__Group_6_0__1() throws RecognitionException;
void rule__ThreadType__Group_6_0__1__Impl() throws RecognitionException;
+ void rule__ThreadType__Group_6_0__2() throws RecognitionException;
+ void rule__ThreadType__Group_6_0__2__Impl() throws RecognitionException;
void rule__ThreadType__Group_6_1__0() throws RecognitionException;
void rule__ThreadType__Group_6_1__0__Impl() throws RecognitionException;
void rule__ThreadType__Group_6_1__1() throws RecognitionException;
@@ -1587,6 +1525,8 @@ interface InternalAadl2ParserSignatures {
void rule__SubprogramType__Group_6_0__0__Impl() throws RecognitionException;
void rule__SubprogramType__Group_6_0__1() throws RecognitionException;
void rule__SubprogramType__Group_6_0__1__Impl() throws RecognitionException;
+ void rule__SubprogramType__Group_6_0__2() throws RecognitionException;
+ void rule__SubprogramType__Group_6_0__2__Impl() throws RecognitionException;
void rule__SubprogramType__Group_6_1__0() throws RecognitionException;
void rule__SubprogramType__Group_6_1__0__Impl() throws RecognitionException;
void rule__SubprogramType__Group_6_1__1() throws RecognitionException;
@@ -1625,30 +1565,24 @@ interface InternalAadl2ParserSignatures {
void rule__SubprogramGroupType__Group__9__Impl() throws RecognitionException;
void rule__SubprogramGroupType__Group__10() throws RecognitionException;
void rule__SubprogramGroupType__Group__10__Impl() throws RecognitionException;
- void rule__SubprogramGroupType__Group_2__0() throws RecognitionException;
- void rule__SubprogramGroupType__Group_2__0__Impl() throws RecognitionException;
- void rule__SubprogramGroupType__Group_2__1() throws RecognitionException;
- void rule__SubprogramGroupType__Group_2__1__Impl() throws RecognitionException;
- void rule__SubprogramGroupType__Group_2_1__0() throws RecognitionException;
- void rule__SubprogramGroupType__Group_2_1__0__Impl() throws RecognitionException;
- void rule__SubprogramGroupType__Group_2_1__1() throws RecognitionException;
- void rule__SubprogramGroupType__Group_2_1__1__Impl() throws RecognitionException;
- void rule__SubprogramGroupType__Group_2_1__2() throws RecognitionException;
- void rule__SubprogramGroupType__Group_2_1__2__Impl() throws RecognitionException;
- void rule__SubprogramGroupType__Group_2_1__3() throws RecognitionException;
- void rule__SubprogramGroupType__Group_2_1__3__Impl() throws RecognitionException;
- void rule__SubprogramGroupType__Group_2_1_2__0() throws RecognitionException;
- void rule__SubprogramGroupType__Group_2_1_2__0__Impl() throws RecognitionException;
- void rule__SubprogramGroupType__Group_2_1_2__1() throws RecognitionException;
- void rule__SubprogramGroupType__Group_2_1_2__1__Impl() throws RecognitionException;
+ void rule__SubprogramGroupType__Group__11() throws RecognitionException;
+ void rule__SubprogramGroupType__Group__11__Impl() throws RecognitionException;
void rule__SubprogramGroupType__Group_3__0() throws RecognitionException;
void rule__SubprogramGroupType__Group_3__0__Impl() throws RecognitionException;
void rule__SubprogramGroupType__Group_3__1() throws RecognitionException;
void rule__SubprogramGroupType__Group_3__1__Impl() throws RecognitionException;
- void rule__SubprogramGroupType__Group_3_1_0__0() throws RecognitionException;
- void rule__SubprogramGroupType__Group_3_1_0__0__Impl() throws RecognitionException;
- void rule__SubprogramGroupType__Group_3_1_0__1() throws RecognitionException;
- void rule__SubprogramGroupType__Group_3_1_0__1__Impl() throws RecognitionException;
+ void rule__SubprogramGroupType__Group_3_1__0() throws RecognitionException;
+ void rule__SubprogramGroupType__Group_3_1__0__Impl() throws RecognitionException;
+ void rule__SubprogramGroupType__Group_3_1__1() throws RecognitionException;
+ void rule__SubprogramGroupType__Group_3_1__1__Impl() throws RecognitionException;
+ void rule__SubprogramGroupType__Group_3_1__2() throws RecognitionException;
+ void rule__SubprogramGroupType__Group_3_1__2__Impl() throws RecognitionException;
+ void rule__SubprogramGroupType__Group_3_1__3() throws RecognitionException;
+ void rule__SubprogramGroupType__Group_3_1__3__Impl() throws RecognitionException;
+ void rule__SubprogramGroupType__Group_3_1_2__0() throws RecognitionException;
+ void rule__SubprogramGroupType__Group_3_1_2__0__Impl() throws RecognitionException;
+ void rule__SubprogramGroupType__Group_3_1_2__1() throws RecognitionException;
+ void rule__SubprogramGroupType__Group_3_1_2__1__Impl() throws RecognitionException;
void rule__SubprogramGroupType__Group_4__0() throws RecognitionException;
void rule__SubprogramGroupType__Group_4__0__Impl() throws RecognitionException;
void rule__SubprogramGroupType__Group_4__1() throws RecognitionException;
@@ -1661,10 +1595,10 @@ interface InternalAadl2ParserSignatures {
void rule__SubprogramGroupType__Group_5__0__Impl() throws RecognitionException;
void rule__SubprogramGroupType__Group_5__1() throws RecognitionException;
void rule__SubprogramGroupType__Group_5__1__Impl() throws RecognitionException;
- void rule__SubprogramGroupType__Group_5_1_1__0() throws RecognitionException;
- void rule__SubprogramGroupType__Group_5_1_1__0__Impl() throws RecognitionException;
- void rule__SubprogramGroupType__Group_5_1_1__1() throws RecognitionException;
- void rule__SubprogramGroupType__Group_5_1_1__1__Impl() throws RecognitionException;
+ void rule__SubprogramGroupType__Group_5_1_0__0() throws RecognitionException;
+ void rule__SubprogramGroupType__Group_5_1_0__0__Impl() throws RecognitionException;
+ void rule__SubprogramGroupType__Group_5_1_0__1() throws RecognitionException;
+ void rule__SubprogramGroupType__Group_5_1_0__1__Impl() throws RecognitionException;
void rule__SubprogramGroupType__Group_6__0() throws RecognitionException;
void rule__SubprogramGroupType__Group_6__0__Impl() throws RecognitionException;
void rule__SubprogramGroupType__Group_6__1() throws RecognitionException;
@@ -1673,6 +1607,14 @@ interface InternalAadl2ParserSignatures {
void rule__SubprogramGroupType__Group_6_1_1__0__Impl() throws RecognitionException;
void rule__SubprogramGroupType__Group_6_1_1__1() throws RecognitionException;
void rule__SubprogramGroupType__Group_6_1_1__1__Impl() throws RecognitionException;
+ void rule__SubprogramGroupType__Group_7__0() throws RecognitionException;
+ void rule__SubprogramGroupType__Group_7__0__Impl() throws RecognitionException;
+ void rule__SubprogramGroupType__Group_7__1() throws RecognitionException;
+ void rule__SubprogramGroupType__Group_7__1__Impl() throws RecognitionException;
+ void rule__SubprogramGroupType__Group_7_1_1__0() throws RecognitionException;
+ void rule__SubprogramGroupType__Group_7_1_1__0__Impl() throws RecognitionException;
+ void rule__SubprogramGroupType__Group_7_1_1__1() throws RecognitionException;
+ void rule__SubprogramGroupType__Group_7_1_1__1__Impl() throws RecognitionException;
void rule__ProcessorType__Group__0() throws RecognitionException;
void rule__ProcessorType__Group__0__Impl() throws RecognitionException;
void rule__ProcessorType__Group__1() throws RecognitionException;
@@ -1741,6 +1683,8 @@ interface InternalAadl2ParserSignatures {
void rule__ProcessorType__Group_6_0__0__Impl() throws RecognitionException;
void rule__ProcessorType__Group_6_0__1() throws RecognitionException;
void rule__ProcessorType__Group_6_0__1__Impl() throws RecognitionException;
+ void rule__ProcessorType__Group_6_0__2() throws RecognitionException;
+ void rule__ProcessorType__Group_6_0__2__Impl() throws RecognitionException;
void rule__ProcessorType__Group_6_1__0() throws RecognitionException;
void rule__ProcessorType__Group_6_1__0__Impl() throws RecognitionException;
void rule__ProcessorType__Group_6_1__1() throws RecognitionException;
@@ -1825,6 +1769,8 @@ interface InternalAadl2ParserSignatures {
void rule__DeviceType__Group_6_0__0__Impl() throws RecognitionException;
void rule__DeviceType__Group_6_0__1() throws RecognitionException;
void rule__DeviceType__Group_6_0__1__Impl() throws RecognitionException;
+ void rule__DeviceType__Group_6_0__2() throws RecognitionException;
+ void rule__DeviceType__Group_6_0__2__Impl() throws RecognitionException;
void rule__DeviceType__Group_6_1__0() throws RecognitionException;
void rule__DeviceType__Group_6_1__0__Impl() throws RecognitionException;
void rule__DeviceType__Group_6_1__1() throws RecognitionException;
@@ -1899,6 +1845,8 @@ interface InternalAadl2ParserSignatures {
void rule__MemoryType__Group_5_0__0__Impl() throws RecognitionException;
void rule__MemoryType__Group_5_0__1() throws RecognitionException;
void rule__MemoryType__Group_5_0__1__Impl() throws RecognitionException;
+ void rule__MemoryType__Group_5_0__2() throws RecognitionException;
+ void rule__MemoryType__Group_5_0__2__Impl() throws RecognitionException;
void rule__MemoryType__Group_5_1__0() throws RecognitionException;
void rule__MemoryType__Group_5_1__0__Impl() throws RecognitionException;
void rule__MemoryType__Group_5_1__1() throws RecognitionException;
@@ -1973,6 +1921,8 @@ interface InternalAadl2ParserSignatures {
void rule__BusType__Group_5_0__0__Impl() throws RecognitionException;
void rule__BusType__Group_5_0__1() throws RecognitionException;
void rule__BusType__Group_5_0__1__Impl() throws RecognitionException;
+ void rule__BusType__Group_5_0__2() throws RecognitionException;
+ void rule__BusType__Group_5_0__2__Impl() throws RecognitionException;
void rule__BusType__Group_5_1__0() throws RecognitionException;
void rule__BusType__Group_5_1__0__Impl() throws RecognitionException;
void rule__BusType__Group_5_1__1() throws RecognitionException;
@@ -2011,30 +1961,24 @@ interface InternalAadl2ParserSignatures {
void rule__VirtualBusType__Group__9__Impl() throws RecognitionException;
void rule__VirtualBusType__Group__10() throws RecognitionException;
void rule__VirtualBusType__Group__10__Impl() throws RecognitionException;
- void rule__VirtualBusType__Group_2__0() throws RecognitionException;
- void rule__VirtualBusType__Group_2__0__Impl() throws RecognitionException;
- void rule__VirtualBusType__Group_2__1() throws RecognitionException;
- void rule__VirtualBusType__Group_2__1__Impl() throws RecognitionException;
- void rule__VirtualBusType__Group_2_1__0() throws RecognitionException;
- void rule__VirtualBusType__Group_2_1__0__Impl() throws RecognitionException;
- void rule__VirtualBusType__Group_2_1__1() throws RecognitionException;
- void rule__VirtualBusType__Group_2_1__1__Impl() throws RecognitionException;
- void rule__VirtualBusType__Group_2_1__2() throws RecognitionException;
- void rule__VirtualBusType__Group_2_1__2__Impl() throws RecognitionException;
- void rule__VirtualBusType__Group_2_1__3() throws RecognitionException;
- void rule__VirtualBusType__Group_2_1__3__Impl() throws RecognitionException;
- void rule__VirtualBusType__Group_2_1_2__0() throws RecognitionException;
- void rule__VirtualBusType__Group_2_1_2__0__Impl() throws RecognitionException;
- void rule__VirtualBusType__Group_2_1_2__1() throws RecognitionException;
- void rule__VirtualBusType__Group_2_1_2__1__Impl() throws RecognitionException;
+ void rule__VirtualBusType__Group__11() throws RecognitionException;
+ void rule__VirtualBusType__Group__11__Impl() throws RecognitionException;
void rule__VirtualBusType__Group_3__0() throws RecognitionException;
void rule__VirtualBusType__Group_3__0__Impl() throws RecognitionException;
void rule__VirtualBusType__Group_3__1() throws RecognitionException;
void rule__VirtualBusType__Group_3__1__Impl() throws RecognitionException;
- void rule__VirtualBusType__Group_3_1_0__0() throws RecognitionException;
- void rule__VirtualBusType__Group_3_1_0__0__Impl() throws RecognitionException;
- void rule__VirtualBusType__Group_3_1_0__1() throws RecognitionException;
- void rule__VirtualBusType__Group_3_1_0__1__Impl() throws RecognitionException;
+ void rule__VirtualBusType__Group_3_1__0() throws RecognitionException;
+ void rule__VirtualBusType__Group_3_1__0__Impl() throws RecognitionException;
+ void rule__VirtualBusType__Group_3_1__1() throws RecognitionException;
+ void rule__VirtualBusType__Group_3_1__1__Impl() throws RecognitionException;
+ void rule__VirtualBusType__Group_3_1__2() throws RecognitionException;
+ void rule__VirtualBusType__Group_3_1__2__Impl() throws RecognitionException;
+ void rule__VirtualBusType__Group_3_1__3() throws RecognitionException;
+ void rule__VirtualBusType__Group_3_1__3__Impl() throws RecognitionException;
+ void rule__VirtualBusType__Group_3_1_2__0() throws RecognitionException;
+ void rule__VirtualBusType__Group_3_1_2__0__Impl() throws RecognitionException;
+ void rule__VirtualBusType__Group_3_1_2__1() throws RecognitionException;
+ void rule__VirtualBusType__Group_3_1_2__1__Impl() throws RecognitionException;
void rule__VirtualBusType__Group_4__0() throws RecognitionException;
void rule__VirtualBusType__Group_4__0__Impl() throws RecognitionException;
void rule__VirtualBusType__Group_4__1() throws RecognitionException;
@@ -2043,26 +1987,36 @@ interface InternalAadl2ParserSignatures {
void rule__VirtualBusType__Group_4_1_0__0__Impl() throws RecognitionException;
void rule__VirtualBusType__Group_4_1_0__1() throws RecognitionException;
void rule__VirtualBusType__Group_4_1_0__1__Impl() throws RecognitionException;
- void rule__VirtualBusType__Group_5_0__0() throws RecognitionException;
- void rule__VirtualBusType__Group_5_0__0__Impl() throws RecognitionException;
- void rule__VirtualBusType__Group_5_0__1() throws RecognitionException;
- void rule__VirtualBusType__Group_5_0__1__Impl() throws RecognitionException;
- void rule__VirtualBusType__Group_5_1__0() throws RecognitionException;
- void rule__VirtualBusType__Group_5_1__0__Impl() throws RecognitionException;
- void rule__VirtualBusType__Group_5_1__1() throws RecognitionException;
- void rule__VirtualBusType__Group_5_1__1__Impl() throws RecognitionException;
- void rule__VirtualBusType__Group_5_1_1_1__0() throws RecognitionException;
- void rule__VirtualBusType__Group_5_1_1_1__0__Impl() throws RecognitionException;
- void rule__VirtualBusType__Group_5_1_1_1__1() throws RecognitionException;
- void rule__VirtualBusType__Group_5_1_1_1__1__Impl() throws RecognitionException;
- void rule__VirtualBusType__Group_6__0() throws RecognitionException;
- void rule__VirtualBusType__Group_6__0__Impl() throws RecognitionException;
- void rule__VirtualBusType__Group_6__1() throws RecognitionException;
- void rule__VirtualBusType__Group_6__1__Impl() throws RecognitionException;
- void rule__VirtualBusType__Group_6_1_1__0() throws RecognitionException;
- void rule__VirtualBusType__Group_6_1_1__0__Impl() throws RecognitionException;
- void rule__VirtualBusType__Group_6_1_1__1() throws RecognitionException;
- void rule__VirtualBusType__Group_6_1_1__1__Impl() throws RecognitionException;
+ void rule__VirtualBusType__Group_5__0() throws RecognitionException;
+ void rule__VirtualBusType__Group_5__0__Impl() throws RecognitionException;
+ void rule__VirtualBusType__Group_5__1() throws RecognitionException;
+ void rule__VirtualBusType__Group_5__1__Impl() throws RecognitionException;
+ void rule__VirtualBusType__Group_5_1_0__0() throws RecognitionException;
+ void rule__VirtualBusType__Group_5_1_0__0__Impl() throws RecognitionException;
+ void rule__VirtualBusType__Group_5_1_0__1() throws RecognitionException;
+ void rule__VirtualBusType__Group_5_1_0__1__Impl() throws RecognitionException;
+ void rule__VirtualBusType__Group_6_0__0() throws RecognitionException;
+ void rule__VirtualBusType__Group_6_0__0__Impl() throws RecognitionException;
+ void rule__VirtualBusType__Group_6_0__1() throws RecognitionException;
+ void rule__VirtualBusType__Group_6_0__1__Impl() throws RecognitionException;
+ void rule__VirtualBusType__Group_6_0__2() throws RecognitionException;
+ void rule__VirtualBusType__Group_6_0__2__Impl() throws RecognitionException;
+ void rule__VirtualBusType__Group_6_1__0() throws RecognitionException;
+ void rule__VirtualBusType__Group_6_1__0__Impl() throws RecognitionException;
+ void rule__VirtualBusType__Group_6_1__1() throws RecognitionException;
+ void rule__VirtualBusType__Group_6_1__1__Impl() throws RecognitionException;
+ void rule__VirtualBusType__Group_6_1_1_1__0() throws RecognitionException;
+ void rule__VirtualBusType__Group_6_1_1_1__0__Impl() throws RecognitionException;
+ void rule__VirtualBusType__Group_6_1_1_1__1() throws RecognitionException;
+ void rule__VirtualBusType__Group_6_1_1_1__1__Impl() throws RecognitionException;
+ void rule__VirtualBusType__Group_7__0() throws RecognitionException;
+ void rule__VirtualBusType__Group_7__0__Impl() throws RecognitionException;
+ void rule__VirtualBusType__Group_7__1() throws RecognitionException;
+ void rule__VirtualBusType__Group_7__1__Impl() throws RecognitionException;
+ void rule__VirtualBusType__Group_7_1_1__0() throws RecognitionException;
+ void rule__VirtualBusType__Group_7_1_1__0__Impl() throws RecognitionException;
+ void rule__VirtualBusType__Group_7_1_1__1() throws RecognitionException;
+ void rule__VirtualBusType__Group_7_1_1__1__Impl() throws RecognitionException;
void rule__VirtualProcessorType__Group__0() throws RecognitionException;
void rule__VirtualProcessorType__Group__0__Impl() throws RecognitionException;
void rule__VirtualProcessorType__Group__1() throws RecognitionException;
@@ -2087,30 +2041,24 @@ interface InternalAadl2ParserSignatures {
void rule__VirtualProcessorType__Group__10__Impl() throws RecognitionException;
void rule__VirtualProcessorType__Group__11() throws RecognitionException;
void rule__VirtualProcessorType__Group__11__Impl() throws RecognitionException;
- void rule__VirtualProcessorType__Group_2__0() throws RecognitionException;
- void rule__VirtualProcessorType__Group_2__0__Impl() throws RecognitionException;
- void rule__VirtualProcessorType__Group_2__1() throws RecognitionException;
- void rule__VirtualProcessorType__Group_2__1__Impl() throws RecognitionException;
- void rule__VirtualProcessorType__Group_2_1__0() throws RecognitionException;
- void rule__VirtualProcessorType__Group_2_1__0__Impl() throws RecognitionException;
- void rule__VirtualProcessorType__Group_2_1__1() throws RecognitionException;
- void rule__VirtualProcessorType__Group_2_1__1__Impl() throws RecognitionException;
- void rule__VirtualProcessorType__Group_2_1__2() throws RecognitionException;
- void rule__VirtualProcessorType__Group_2_1__2__Impl() throws RecognitionException;
- void rule__VirtualProcessorType__Group_2_1__3() throws RecognitionException;
- void rule__VirtualProcessorType__Group_2_1__3__Impl() throws RecognitionException;
- void rule__VirtualProcessorType__Group_2_1_2__0() throws RecognitionException;
- void rule__VirtualProcessorType__Group_2_1_2__0__Impl() throws RecognitionException;
- void rule__VirtualProcessorType__Group_2_1_2__1() throws RecognitionException;
- void rule__VirtualProcessorType__Group_2_1_2__1__Impl() throws RecognitionException;
+ void rule__VirtualProcessorType__Group__12() throws RecognitionException;
+ void rule__VirtualProcessorType__Group__12__Impl() throws RecognitionException;
void rule__VirtualProcessorType__Group_3__0() throws RecognitionException;
void rule__VirtualProcessorType__Group_3__0__Impl() throws RecognitionException;
void rule__VirtualProcessorType__Group_3__1() throws RecognitionException;
void rule__VirtualProcessorType__Group_3__1__Impl() throws RecognitionException;
- void rule__VirtualProcessorType__Group_3_1_0__0() throws RecognitionException;
- void rule__VirtualProcessorType__Group_3_1_0__0__Impl() throws RecognitionException;
- void rule__VirtualProcessorType__Group_3_1_0__1() throws RecognitionException;
- void rule__VirtualProcessorType__Group_3_1_0__1__Impl() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_3_1__0() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_3_1__0__Impl() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_3_1__1() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_3_1__1__Impl() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_3_1__2() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_3_1__2__Impl() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_3_1__3() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_3_1__3__Impl() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_3_1_2__0() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_3_1_2__0__Impl() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_3_1_2__1() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_3_1_2__1__Impl() throws RecognitionException;
void rule__VirtualProcessorType__Group_4__0() throws RecognitionException;
void rule__VirtualProcessorType__Group_4__0__Impl() throws RecognitionException;
void rule__VirtualProcessorType__Group_4__1() throws RecognitionException;
@@ -2123,30 +2071,40 @@ interface InternalAadl2ParserSignatures {
void rule__VirtualProcessorType__Group_5__0__Impl() throws RecognitionException;
void rule__VirtualProcessorType__Group_5__1() throws RecognitionException;
void rule__VirtualProcessorType__Group_5__1__Impl() throws RecognitionException;
- void rule__VirtualProcessorType__Group_5_1_1__0() throws RecognitionException;
- void rule__VirtualProcessorType__Group_5_1_1__0__Impl() throws RecognitionException;
- void rule__VirtualProcessorType__Group_5_1_1__1() throws RecognitionException;
- void rule__VirtualProcessorType__Group_5_1_1__1__Impl() throws RecognitionException;
- void rule__VirtualProcessorType__Group_6_0__0() throws RecognitionException;
- void rule__VirtualProcessorType__Group_6_0__0__Impl() throws RecognitionException;
- void rule__VirtualProcessorType__Group_6_0__1() throws RecognitionException;
- void rule__VirtualProcessorType__Group_6_0__1__Impl() throws RecognitionException;
- void rule__VirtualProcessorType__Group_6_1__0() throws RecognitionException;
- void rule__VirtualProcessorType__Group_6_1__0__Impl() throws RecognitionException;
- void rule__VirtualProcessorType__Group_6_1__1() throws RecognitionException;
- void rule__VirtualProcessorType__Group_6_1__1__Impl() throws RecognitionException;
- void rule__VirtualProcessorType__Group_6_1_1_1__0() throws RecognitionException;
- void rule__VirtualProcessorType__Group_6_1_1_1__0__Impl() throws RecognitionException;
- void rule__VirtualProcessorType__Group_6_1_1_1__1() throws RecognitionException;
- void rule__VirtualProcessorType__Group_6_1_1_1__1__Impl() throws RecognitionException;
- void rule__VirtualProcessorType__Group_7__0() throws RecognitionException;
- void rule__VirtualProcessorType__Group_7__0__Impl() throws RecognitionException;
- void rule__VirtualProcessorType__Group_7__1() throws RecognitionException;
- void rule__VirtualProcessorType__Group_7__1__Impl() throws RecognitionException;
- void rule__VirtualProcessorType__Group_7_1_1__0() throws RecognitionException;
- void rule__VirtualProcessorType__Group_7_1_1__0__Impl() throws RecognitionException;
- void rule__VirtualProcessorType__Group_7_1_1__1() throws RecognitionException;
- void rule__VirtualProcessorType__Group_7_1_1__1__Impl() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_5_1_0__0() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_5_1_0__0__Impl() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_5_1_0__1() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_5_1_0__1__Impl() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_6__0() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_6__0__Impl() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_6__1() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_6__1__Impl() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_6_1_1__0() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_6_1_1__0__Impl() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_6_1_1__1() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_6_1_1__1__Impl() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_7_0__0() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_7_0__0__Impl() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_7_0__1() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_7_0__1__Impl() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_7_0__2() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_7_0__2__Impl() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_7_1__0() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_7_1__0__Impl() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_7_1__1() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_7_1__1__Impl() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_7_1_1_1__0() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_7_1_1_1__0__Impl() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_7_1_1_1__1() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_7_1_1_1__1__Impl() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_8__0() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_8__0__Impl() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_8__1() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_8__1__Impl() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_8_1_1__0() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_8_1_1__0__Impl() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_8_1_1__1() throws RecognitionException;
+ void rule__VirtualProcessorType__Group_8_1_1__1__Impl() throws RecognitionException;
void rule__DataType__Group__0() throws RecognitionException;
void rule__DataType__Group__0__Impl() throws RecognitionException;
void rule__DataType__Group__1() throws RecognitionException;
@@ -2215,6 +2173,8 @@ interface InternalAadl2ParserSignatures {
void rule__DataType__Group_6_0__0__Impl() throws RecognitionException;
void rule__DataType__Group_6_0__1() throws RecognitionException;
void rule__DataType__Group_6_0__1__Impl() throws RecognitionException;
+ void rule__DataType__Group_6_0__2() throws RecognitionException;
+ void rule__DataType__Group_6_0__2__Impl() throws RecognitionException;
void rule__DataType__Group_6_1__0() throws RecognitionException;
void rule__DataType__Group_6_1__0__Impl() throws RecognitionException;
void rule__DataType__Group_6_1__1() throws RecognitionException;
@@ -2269,26 +2229,20 @@ interface InternalAadl2ParserSignatures {
void rule__AbstractImplementation__Group__17__Impl() throws RecognitionException;
void rule__AbstractImplementation__Group__18() throws RecognitionException;
void rule__AbstractImplementation__Group__18__Impl() throws RecognitionException;
- void rule__AbstractImplementation__Group_5__0() throws RecognitionException;
- void rule__AbstractImplementation__Group_5__0__Impl() throws RecognitionException;
- void rule__AbstractImplementation__Group_5__1() throws RecognitionException;
- void rule__AbstractImplementation__Group_5__1__Impl() throws RecognitionException;
- void rule__AbstractImplementation__Group_5__2() throws RecognitionException;
- void rule__AbstractImplementation__Group_5__2__Impl() throws RecognitionException;
- void rule__AbstractImplementation__Group_5__3() throws RecognitionException;
- void rule__AbstractImplementation__Group_5__3__Impl() throws RecognitionException;
- void rule__AbstractImplementation__Group_5_2__0() throws RecognitionException;
- void rule__AbstractImplementation__Group_5_2__0__Impl() throws RecognitionException;
- void rule__AbstractImplementation__Group_5_2__1() throws RecognitionException;
- void rule__AbstractImplementation__Group_5_2__1__Impl() throws RecognitionException;
+ void rule__AbstractImplementation__Group__19() throws RecognitionException;
+ void rule__AbstractImplementation__Group__19__Impl() throws RecognitionException;
void rule__AbstractImplementation__Group_6__0() throws RecognitionException;
void rule__AbstractImplementation__Group_6__0__Impl() throws RecognitionException;
void rule__AbstractImplementation__Group_6__1() throws RecognitionException;
void rule__AbstractImplementation__Group_6__1__Impl() throws RecognitionException;
- void rule__AbstractImplementation__Group_6_1_1__0() throws RecognitionException;
- void rule__AbstractImplementation__Group_6_1_1__0__Impl() throws RecognitionException;
- void rule__AbstractImplementation__Group_6_1_1__1() throws RecognitionException;
- void rule__AbstractImplementation__Group_6_1_1__1__Impl() throws RecognitionException;
+ void rule__AbstractImplementation__Group_6__2() throws RecognitionException;
+ void rule__AbstractImplementation__Group_6__2__Impl() throws RecognitionException;
+ void rule__AbstractImplementation__Group_6__3() throws RecognitionException;
+ void rule__AbstractImplementation__Group_6__3__Impl() throws RecognitionException;
+ void rule__AbstractImplementation__Group_6_2__0() throws RecognitionException;
+ void rule__AbstractImplementation__Group_6_2__0__Impl() throws RecognitionException;
+ void rule__AbstractImplementation__Group_6_2__1() throws RecognitionException;
+ void rule__AbstractImplementation__Group_6_2__1__Impl() throws RecognitionException;
void rule__AbstractImplementation__Group_7__0() throws RecognitionException;
void rule__AbstractImplementation__Group_7__0__Impl() throws RecognitionException;
void rule__AbstractImplementation__Group_7__1() throws RecognitionException;
@@ -2301,18 +2255,22 @@ interface InternalAadl2ParserSignatures {
void rule__AbstractImplementation__Group_8__0__Impl() throws RecognitionException;
void rule__AbstractImplementation__Group_8__1() throws RecognitionException;
void rule__AbstractImplementation__Group_8__1__Impl() throws RecognitionException;
+ void rule__AbstractImplementation__Group_8_1_1__0() throws RecognitionException;
+ void rule__AbstractImplementation__Group_8_1_1__0__Impl() throws RecognitionException;
+ void rule__AbstractImplementation__Group_8_1_1__1() throws RecognitionException;
+ void rule__AbstractImplementation__Group_8_1_1__1__Impl() throws RecognitionException;
void rule__AbstractImplementation__Group_9__0() throws RecognitionException;
void rule__AbstractImplementation__Group_9__0__Impl() throws RecognitionException;
void rule__AbstractImplementation__Group_9__1() throws RecognitionException;
void rule__AbstractImplementation__Group_9__1__Impl() throws RecognitionException;
+ void rule__AbstractImplementation__Group_9__2() throws RecognitionException;
+ void rule__AbstractImplementation__Group_9__2__Impl() throws RecognitionException;
void rule__AbstractImplementation__Group_10__0() throws RecognitionException;
void rule__AbstractImplementation__Group_10__0__Impl() throws RecognitionException;
void rule__AbstractImplementation__Group_10__1() throws RecognitionException;
void rule__AbstractImplementation__Group_10__1__Impl() throws RecognitionException;
- void rule__AbstractImplementation__Group_10_1_1__0() throws RecognitionException;
- void rule__AbstractImplementation__Group_10_1_1__0__Impl() throws RecognitionException;
- void rule__AbstractImplementation__Group_10_1_1__1() throws RecognitionException;
- void rule__AbstractImplementation__Group_10_1_1__1__Impl() throws RecognitionException;
+ void rule__AbstractImplementation__Group_10__2() throws RecognitionException;
+ void rule__AbstractImplementation__Group_10__2__Impl() throws RecognitionException;
void rule__AbstractImplementation__Group_11__0() throws RecognitionException;
void rule__AbstractImplementation__Group_11__0__Impl() throws RecognitionException;
void rule__AbstractImplementation__Group_11__1() throws RecognitionException;
@@ -2345,6 +2303,14 @@ interface InternalAadl2ParserSignatures {
void rule__AbstractImplementation__Group_14_1_1__0__Impl() throws RecognitionException;
void rule__AbstractImplementation__Group_14_1_1__1() throws RecognitionException;
void rule__AbstractImplementation__Group_14_1_1__1__Impl() throws RecognitionException;
+ void rule__AbstractImplementation__Group_15__0() throws RecognitionException;
+ void rule__AbstractImplementation__Group_15__0__Impl() throws RecognitionException;
+ void rule__AbstractImplementation__Group_15__1() throws RecognitionException;
+ void rule__AbstractImplementation__Group_15__1__Impl() throws RecognitionException;
+ void rule__AbstractImplementation__Group_15_1_1__0() throws RecognitionException;
+ void rule__AbstractImplementation__Group_15_1_1__0__Impl() throws RecognitionException;
+ void rule__AbstractImplementation__Group_15_1_1__1() throws RecognitionException;
+ void rule__AbstractImplementation__Group_15_1_1__1__Impl() throws RecognitionException;
void rule__SystemImplementation__Group__0() throws RecognitionException;
void rule__SystemImplementation__Group__0__Impl() throws RecognitionException;
void rule__SystemImplementation__Group__1() throws RecognitionException;
@@ -2381,26 +2347,20 @@ interface InternalAadl2ParserSignatures {
void rule__SystemImplementation__Group__16__Impl() throws RecognitionException;
void rule__SystemImplementation__Group__17() throws RecognitionException;
void rule__SystemImplementation__Group__17__Impl() throws RecognitionException;
- void rule__SystemImplementation__Group_5__0() throws RecognitionException;
- void rule__SystemImplementation__Group_5__0__Impl() throws RecognitionException;
- void rule__SystemImplementation__Group_5__1() throws RecognitionException;
- void rule__SystemImplementation__Group_5__1__Impl() throws RecognitionException;
- void rule__SystemImplementation__Group_5__2() throws RecognitionException;
- void rule__SystemImplementation__Group_5__2__Impl() throws RecognitionException;
- void rule__SystemImplementation__Group_5__3() throws RecognitionException;
- void rule__SystemImplementation__Group_5__3__Impl() throws RecognitionException;
- void rule__SystemImplementation__Group_5_2__0() throws RecognitionException;
- void rule__SystemImplementation__Group_5_2__0__Impl() throws RecognitionException;
- void rule__SystemImplementation__Group_5_2__1() throws RecognitionException;
- void rule__SystemImplementation__Group_5_2__1__Impl() throws RecognitionException;
+ void rule__SystemImplementation__Group__18() throws RecognitionException;
+ void rule__SystemImplementation__Group__18__Impl() throws RecognitionException;
void rule__SystemImplementation__Group_6__0() throws RecognitionException;
void rule__SystemImplementation__Group_6__0__Impl() throws RecognitionException;
void rule__SystemImplementation__Group_6__1() throws RecognitionException;
void rule__SystemImplementation__Group_6__1__Impl() throws RecognitionException;
- void rule__SystemImplementation__Group_6_1_1__0() throws RecognitionException;
- void rule__SystemImplementation__Group_6_1_1__0__Impl() throws RecognitionException;
- void rule__SystemImplementation__Group_6_1_1__1() throws RecognitionException;
- void rule__SystemImplementation__Group_6_1_1__1__Impl() throws RecognitionException;
+ void rule__SystemImplementation__Group_6__2() throws RecognitionException;
+ void rule__SystemImplementation__Group_6__2__Impl() throws RecognitionException;
+ void rule__SystemImplementation__Group_6__3() throws RecognitionException;
+ void rule__SystemImplementation__Group_6__3__Impl() throws RecognitionException;
+ void rule__SystemImplementation__Group_6_2__0() throws RecognitionException;
+ void rule__SystemImplementation__Group_6_2__0__Impl() throws RecognitionException;
+ void rule__SystemImplementation__Group_6_2__1() throws RecognitionException;
+ void rule__SystemImplementation__Group_6_2__1__Impl() throws RecognitionException;
void rule__SystemImplementation__Group_7__0() throws RecognitionException;
void rule__SystemImplementation__Group_7__0__Impl() throws RecognitionException;
void rule__SystemImplementation__Group_7__1() throws RecognitionException;
@@ -2413,18 +2373,22 @@ interface InternalAadl2ParserSignatures {
void rule__SystemImplementation__Group_8__0__Impl() throws RecognitionException;
void rule__SystemImplementation__Group_8__1() throws RecognitionException;
void rule__SystemImplementation__Group_8__1__Impl() throws RecognitionException;
+ void rule__SystemImplementation__Group_8_1_1__0() throws RecognitionException;
+ void rule__SystemImplementation__Group_8_1_1__0__Impl() throws RecognitionException;
+ void rule__SystemImplementation__Group_8_1_1__1() throws RecognitionException;
+ void rule__SystemImplementation__Group_8_1_1__1__Impl() throws RecognitionException;
void rule__SystemImplementation__Group_9__0() throws RecognitionException;
void rule__SystemImplementation__Group_9__0__Impl() throws RecognitionException;
void rule__SystemImplementation__Group_9__1() throws RecognitionException;
void rule__SystemImplementation__Group_9__1__Impl() throws RecognitionException;
+ void rule__SystemImplementation__Group_9__2() throws RecognitionException;
+ void rule__SystemImplementation__Group_9__2__Impl() throws RecognitionException;
void rule__SystemImplementation__Group_10__0() throws RecognitionException;
void rule__SystemImplementation__Group_10__0__Impl() throws RecognitionException;
void rule__SystemImplementation__Group_10__1() throws RecognitionException;
void rule__SystemImplementation__Group_10__1__Impl() throws RecognitionException;
- void rule__SystemImplementation__Group_10_1_1__0() throws RecognitionException;
- void rule__SystemImplementation__Group_10_1_1__0__Impl() throws RecognitionException;
- void rule__SystemImplementation__Group_10_1_1__1() throws RecognitionException;
- void rule__SystemImplementation__Group_10_1_1__1__Impl() throws RecognitionException;
+ void rule__SystemImplementation__Group_10__2() throws RecognitionException;
+ void rule__SystemImplementation__Group_10__2__Impl() throws RecognitionException;
void rule__SystemImplementation__Group_11__0() throws RecognitionException;
void rule__SystemImplementation__Group_11__0__Impl() throws RecognitionException;
void rule__SystemImplementation__Group_11__1() throws RecognitionException;
@@ -2449,6 +2413,14 @@ interface InternalAadl2ParserSignatures {
void rule__SystemImplementation__Group_13_1_1__0__Impl() throws RecognitionException;
void rule__SystemImplementation__Group_13_1_1__1() throws RecognitionException;
void rule__SystemImplementation__Group_13_1_1__1__Impl() throws RecognitionException;
+ void rule__SystemImplementation__Group_14__0() throws RecognitionException;
+ void rule__SystemImplementation__Group_14__0__Impl() throws RecognitionException;
+ void rule__SystemImplementation__Group_14__1() throws RecognitionException;
+ void rule__SystemImplementation__Group_14__1__Impl() throws RecognitionException;
+ void rule__SystemImplementation__Group_14_1_1__0() throws RecognitionException;
+ void rule__SystemImplementation__Group_14_1_1__0__Impl() throws RecognitionException;
+ void rule__SystemImplementation__Group_14_1_1__1() throws RecognitionException;
+ void rule__SystemImplementation__Group_14_1_1__1__Impl() throws RecognitionException;
void rule__ProcessImplementation__Group__0() throws RecognitionException;
void rule__ProcessImplementation__Group__0__Impl() throws RecognitionException;
void rule__ProcessImplementation__Group__1() throws RecognitionException;
@@ -2485,26 +2457,20 @@ interface InternalAadl2ParserSignatures {
void rule__ProcessImplementation__Group__16__Impl() throws RecognitionException;
void rule__ProcessImplementation__Group__17() throws RecognitionException;
void rule__ProcessImplementation__Group__17__Impl() throws RecognitionException;
- void rule__ProcessImplementation__Group_5__0() throws RecognitionException;
- void rule__ProcessImplementation__Group_5__0__Impl() throws RecognitionException;
- void rule__ProcessImplementation__Group_5__1() throws RecognitionException;
- void rule__ProcessImplementation__Group_5__1__Impl() throws RecognitionException;
- void rule__ProcessImplementation__Group_5__2() throws RecognitionException;
- void rule__ProcessImplementation__Group_5__2__Impl() throws RecognitionException;
- void rule__ProcessImplementation__Group_5__3() throws RecognitionException;
- void rule__ProcessImplementation__Group_5__3__Impl() throws RecognitionException;
- void rule__ProcessImplementation__Group_5_2__0() throws RecognitionException;
- void rule__ProcessImplementation__Group_5_2__0__Impl() throws RecognitionException;
- void rule__ProcessImplementation__Group_5_2__1() throws RecognitionException;
- void rule__ProcessImplementation__Group_5_2__1__Impl() throws RecognitionException;
+ void rule__ProcessImplementation__Group__18() throws RecognitionException;
+ void rule__ProcessImplementation__Group__18__Impl() throws RecognitionException;
void rule__ProcessImplementation__Group_6__0() throws RecognitionException;
void rule__ProcessImplementation__Group_6__0__Impl() throws RecognitionException;
void rule__ProcessImplementation__Group_6__1() throws RecognitionException;
void rule__ProcessImplementation__Group_6__1__Impl() throws RecognitionException;
- void rule__ProcessImplementation__Group_6_1_1__0() throws RecognitionException;
- void rule__ProcessImplementation__Group_6_1_1__0__Impl() throws RecognitionException;
- void rule__ProcessImplementation__Group_6_1_1__1() throws RecognitionException;
- void rule__ProcessImplementation__Group_6_1_1__1__Impl() throws RecognitionException;
+ void rule__ProcessImplementation__Group_6__2() throws RecognitionException;
+ void rule__ProcessImplementation__Group_6__2__Impl() throws RecognitionException;
+ void rule__ProcessImplementation__Group_6__3() throws RecognitionException;
+ void rule__ProcessImplementation__Group_6__3__Impl() throws RecognitionException;
+ void rule__ProcessImplementation__Group_6_2__0() throws RecognitionException;
+ void rule__ProcessImplementation__Group_6_2__0__Impl() throws RecognitionException;
+ void rule__ProcessImplementation__Group_6_2__1() throws RecognitionException;
+ void rule__ProcessImplementation__Group_6_2__1__Impl() throws RecognitionException;
void rule__ProcessImplementation__Group_7__0() throws RecognitionException;
void rule__ProcessImplementation__Group_7__0__Impl() throws RecognitionException;
void rule__ProcessImplementation__Group_7__1() throws RecognitionException;
@@ -2517,18 +2483,22 @@ interface InternalAadl2ParserSignatures {
void rule__ProcessImplementation__Group_8__0__Impl() throws RecognitionException;
void rule__ProcessImplementation__Group_8__1() throws RecognitionException;
void rule__ProcessImplementation__Group_8__1__Impl() throws RecognitionException;
+ void rule__ProcessImplementation__Group_8_1_1__0() throws RecognitionException;
+ void rule__ProcessImplementation__Group_8_1_1__0__Impl() throws RecognitionException;
+ void rule__ProcessImplementation__Group_8_1_1__1() throws RecognitionException;
+ void rule__ProcessImplementation__Group_8_1_1__1__Impl() throws RecognitionException;
void rule__ProcessImplementation__Group_9__0() throws RecognitionException;
void rule__ProcessImplementation__Group_9__0__Impl() throws RecognitionException;
void rule__ProcessImplementation__Group_9__1() throws RecognitionException;
void rule__ProcessImplementation__Group_9__1__Impl() throws RecognitionException;
+ void rule__ProcessImplementation__Group_9__2() throws RecognitionException;
+ void rule__ProcessImplementation__Group_9__2__Impl() throws RecognitionException;
void rule__ProcessImplementation__Group_10__0() throws RecognitionException;
void rule__ProcessImplementation__Group_10__0__Impl() throws RecognitionException;
void rule__ProcessImplementation__Group_10__1() throws RecognitionException;
void rule__ProcessImplementation__Group_10__1__Impl() throws RecognitionException;
- void rule__ProcessImplementation__Group_10_1_1__0() throws RecognitionException;
- void rule__ProcessImplementation__Group_10_1_1__0__Impl() throws RecognitionException;
- void rule__ProcessImplementation__Group_10_1_1__1() throws RecognitionException;
- void rule__ProcessImplementation__Group_10_1_1__1__Impl() throws RecognitionException;
+ void rule__ProcessImplementation__Group_10__2() throws RecognitionException;
+ void rule__ProcessImplementation__Group_10__2__Impl() throws RecognitionException;
void rule__ProcessImplementation__Group_11__0() throws RecognitionException;
void rule__ProcessImplementation__Group_11__0__Impl() throws RecognitionException;
void rule__ProcessImplementation__Group_11__1() throws RecognitionException;
@@ -2553,6 +2523,14 @@ interface InternalAadl2ParserSignatures {
void rule__ProcessImplementation__Group_13_1_1__0__Impl() throws RecognitionException;
void rule__ProcessImplementation__Group_13_1_1__1() throws RecognitionException;
void rule__ProcessImplementation__Group_13_1_1__1__Impl() throws RecognitionException;
+ void rule__ProcessImplementation__Group_14__0() throws RecognitionException;
+ void rule__ProcessImplementation__Group_14__0__Impl() throws RecognitionException;
+ void rule__ProcessImplementation__Group_14__1() throws RecognitionException;
+ void rule__ProcessImplementation__Group_14__1__Impl() throws RecognitionException;
+ void rule__ProcessImplementation__Group_14_1_1__0() throws RecognitionException;
+ void rule__ProcessImplementation__Group_14_1_1__0__Impl() throws RecognitionException;
+ void rule__ProcessImplementation__Group_14_1_1__1() throws RecognitionException;
+ void rule__ProcessImplementation__Group_14_1_1__1__Impl() throws RecognitionException;
void rule__ThreadGroupImplementation__Group__0() throws RecognitionException;
void rule__ThreadGroupImplementation__Group__0__Impl() throws RecognitionException;
void rule__ThreadGroupImplementation__Group__1() throws RecognitionException;
@@ -2589,58 +2567,50 @@ interface InternalAadl2ParserSignatures {
void rule__ThreadGroupImplementation__Group__16__Impl() throws RecognitionException;
void rule__ThreadGroupImplementation__Group__17() throws RecognitionException;
void rule__ThreadGroupImplementation__Group__17__Impl() throws RecognitionException;
- void rule__ThreadGroupImplementation__Group_5__0() throws RecognitionException;
- void rule__ThreadGroupImplementation__Group_5__0__Impl() throws RecognitionException;
- void rule__ThreadGroupImplementation__Group_5__1() throws RecognitionException;
- void rule__ThreadGroupImplementation__Group_5__1__Impl() throws RecognitionException;
- void rule__ThreadGroupImplementation__Group_5__2() throws RecognitionException;
- void rule__ThreadGroupImplementation__Group_5__2__Impl() throws RecognitionException;
- void rule__ThreadGroupImplementation__Group_5__3() throws RecognitionException;
- void rule__ThreadGroupImplementation__Group_5__3__Impl() throws RecognitionException;
- void rule__ThreadGroupImplementation__Group_5_2__0() throws RecognitionException;
- void rule__ThreadGroupImplementation__Group_5_2__0__Impl() throws RecognitionException;
- void rule__ThreadGroupImplementation__Group_5_2__1() throws RecognitionException;
- void rule__ThreadGroupImplementation__Group_5_2__1__Impl() throws RecognitionException;
- void rule__ThreadGroupImplementation__Group_6__0() throws RecognitionException;
- void rule__ThreadGroupImplementation__Group_6__0__Impl() throws RecognitionException;
- void rule__ThreadGroupImplementation__Group_6__1() throws RecognitionException;
- void rule__ThreadGroupImplementation__Group_6__1__Impl() throws RecognitionException;
- void rule__ThreadGroupImplementation__Group_6_1_1__0() throws RecognitionException;
- void rule__ThreadGroupImplementation__Group_6_1_1__0__Impl() throws RecognitionException;
- void rule__ThreadGroupImplementation__Group_6_1_1__1() throws RecognitionException;
- void rule__ThreadGroupImplementation__Group_6_1_1__1__Impl() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group__18() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group__18__Impl() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group__19() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group__19__Impl() throws RecognitionException;
void rule__ThreadGroupImplementation__Group_7__0() throws RecognitionException;
void rule__ThreadGroupImplementation__Group_7__0__Impl() throws RecognitionException;
void rule__ThreadGroupImplementation__Group_7__1() throws RecognitionException;
void rule__ThreadGroupImplementation__Group_7__1__Impl() throws RecognitionException;
- void rule__ThreadGroupImplementation__Group_7_1_1__0() throws RecognitionException;
- void rule__ThreadGroupImplementation__Group_7_1_1__0__Impl() throws RecognitionException;
- void rule__ThreadGroupImplementation__Group_7_1_1__1() throws RecognitionException;
- void rule__ThreadGroupImplementation__Group_7_1_1__1__Impl() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_7__2() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_7__2__Impl() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_7__3() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_7__3__Impl() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_7_2__0() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_7_2__0__Impl() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_7_2__1() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_7_2__1__Impl() throws RecognitionException;
void rule__ThreadGroupImplementation__Group_8__0() throws RecognitionException;
void rule__ThreadGroupImplementation__Group_8__0__Impl() throws RecognitionException;
void rule__ThreadGroupImplementation__Group_8__1() throws RecognitionException;
void rule__ThreadGroupImplementation__Group_8__1__Impl() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_8_1_1__0() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_8_1_1__0__Impl() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_8_1_1__1() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_8_1_1__1__Impl() throws RecognitionException;
void rule__ThreadGroupImplementation__Group_9__0() throws RecognitionException;
void rule__ThreadGroupImplementation__Group_9__0__Impl() throws RecognitionException;
void rule__ThreadGroupImplementation__Group_9__1() throws RecognitionException;
void rule__ThreadGroupImplementation__Group_9__1__Impl() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_9_1_1__0() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_9_1_1__0__Impl() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_9_1_1__1() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_9_1_1__1__Impl() throws RecognitionException;
void rule__ThreadGroupImplementation__Group_10__0() throws RecognitionException;
void rule__ThreadGroupImplementation__Group_10__0__Impl() throws RecognitionException;
void rule__ThreadGroupImplementation__Group_10__1() throws RecognitionException;
void rule__ThreadGroupImplementation__Group_10__1__Impl() throws RecognitionException;
- void rule__ThreadGroupImplementation__Group_10_1_1__0() throws RecognitionException;
- void rule__ThreadGroupImplementation__Group_10_1_1__0__Impl() throws RecognitionException;
- void rule__ThreadGroupImplementation__Group_10_1_1__1() throws RecognitionException;
- void rule__ThreadGroupImplementation__Group_10_1_1__1__Impl() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_10__2() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_10__2__Impl() throws RecognitionException;
void rule__ThreadGroupImplementation__Group_11__0() throws RecognitionException;
void rule__ThreadGroupImplementation__Group_11__0__Impl() throws RecognitionException;
void rule__ThreadGroupImplementation__Group_11__1() throws RecognitionException;
void rule__ThreadGroupImplementation__Group_11__1__Impl() throws RecognitionException;
- void rule__ThreadGroupImplementation__Group_11_1_1__0() throws RecognitionException;
- void rule__ThreadGroupImplementation__Group_11_1_1__0__Impl() throws RecognitionException;
- void rule__ThreadGroupImplementation__Group_11_1_1__1() throws RecognitionException;
- void rule__ThreadGroupImplementation__Group_11_1_1__1__Impl() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_11__2() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_11__2__Impl() throws RecognitionException;
void rule__ThreadGroupImplementation__Group_12__0() throws RecognitionException;
void rule__ThreadGroupImplementation__Group_12__0__Impl() throws RecognitionException;
void rule__ThreadGroupImplementation__Group_12__1() throws RecognitionException;
@@ -2657,6 +2627,22 @@ interface InternalAadl2ParserSignatures {
void rule__ThreadGroupImplementation__Group_13_1_1__0__Impl() throws RecognitionException;
void rule__ThreadGroupImplementation__Group_13_1_1__1() throws RecognitionException;
void rule__ThreadGroupImplementation__Group_13_1_1__1__Impl() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_14__0() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_14__0__Impl() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_14__1() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_14__1__Impl() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_14_1_1__0() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_14_1_1__0__Impl() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_14_1_1__1() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_14_1_1__1__Impl() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_15__0() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_15__0__Impl() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_15__1() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_15__1__Impl() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_15_1_1__0() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_15_1_1__0__Impl() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_15_1_1__1() throws RecognitionException;
+ void rule__ThreadGroupImplementation__Group_15_1_1__1__Impl() throws RecognitionException;
void rule__ThreadImplementation__Group__0() throws RecognitionException;
void rule__ThreadImplementation__Group__0__Impl() throws RecognitionException;
void rule__ThreadImplementation__Group__1() throws RecognitionException;
@@ -2695,26 +2681,20 @@ interface InternalAadl2ParserSignatures {
void rule__ThreadImplementation__Group__17__Impl() throws RecognitionException;
void rule__ThreadImplementation__Group__18() throws RecognitionException;
void rule__ThreadImplementation__Group__18__Impl() throws RecognitionException;
- void rule__ThreadImplementation__Group_5__0() throws RecognitionException;
- void rule__ThreadImplementation__Group_5__0__Impl() throws RecognitionException;
- void rule__ThreadImplementation__Group_5__1() throws RecognitionException;
- void rule__ThreadImplementation__Group_5__1__Impl() throws RecognitionException;
- void rule__ThreadImplementation__Group_5__2() throws RecognitionException;
- void rule__ThreadImplementation__Group_5__2__Impl() throws RecognitionException;
- void rule__ThreadImplementation__Group_5__3() throws RecognitionException;
- void rule__ThreadImplementation__Group_5__3__Impl() throws RecognitionException;
- void rule__ThreadImplementation__Group_5_2__0() throws RecognitionException;
- void rule__ThreadImplementation__Group_5_2__0__Impl() throws RecognitionException;
- void rule__ThreadImplementation__Group_5_2__1() throws RecognitionException;
- void rule__ThreadImplementation__Group_5_2__1__Impl() throws RecognitionException;
+ void rule__ThreadImplementation__Group__19() throws RecognitionException;
+ void rule__ThreadImplementation__Group__19__Impl() throws RecognitionException;
void rule__ThreadImplementation__Group_6__0() throws RecognitionException;
void rule__ThreadImplementation__Group_6__0__Impl() throws RecognitionException;
void rule__ThreadImplementation__Group_6__1() throws RecognitionException;
void rule__ThreadImplementation__Group_6__1__Impl() throws RecognitionException;
- void rule__ThreadImplementation__Group_6_1_1__0() throws RecognitionException;
- void rule__ThreadImplementation__Group_6_1_1__0__Impl() throws RecognitionException;
- void rule__ThreadImplementation__Group_6_1_1__1() throws RecognitionException;
- void rule__ThreadImplementation__Group_6_1_1__1__Impl() throws RecognitionException;
+ void rule__ThreadImplementation__Group_6__2() throws RecognitionException;
+ void rule__ThreadImplementation__Group_6__2__Impl() throws RecognitionException;
+ void rule__ThreadImplementation__Group_6__3() throws RecognitionException;
+ void rule__ThreadImplementation__Group_6__3__Impl() throws RecognitionException;
+ void rule__ThreadImplementation__Group_6_2__0() throws RecognitionException;
+ void rule__ThreadImplementation__Group_6_2__0__Impl() throws RecognitionException;
+ void rule__ThreadImplementation__Group_6_2__1() throws RecognitionException;
+ void rule__ThreadImplementation__Group_6_2__1__Impl() throws RecognitionException;
void rule__ThreadImplementation__Group_7__0() throws RecognitionException;
void rule__ThreadImplementation__Group_7__0__Impl() throws RecognitionException;
void rule__ThreadImplementation__Group_7__1() throws RecognitionException;
@@ -2727,18 +2707,22 @@ interface InternalAadl2ParserSignatures {
void rule__ThreadImplementation__Group_8__0__Impl() throws RecognitionException;
void rule__ThreadImplementation__Group_8__1() throws RecognitionException;
void rule__ThreadImplementation__Group_8__1__Impl() throws RecognitionException;
+ void rule__ThreadImplementation__Group_8_1_1__0() throws RecognitionException;
+ void rule__ThreadImplementation__Group_8_1_1__0__Impl() throws RecognitionException;
+ void rule__ThreadImplementation__Group_8_1_1__1() throws RecognitionException;
+ void rule__ThreadImplementation__Group_8_1_1__1__Impl() throws RecognitionException;
void rule__ThreadImplementation__Group_9__0() throws RecognitionException;
void rule__ThreadImplementation__Group_9__0__Impl() throws RecognitionException;
void rule__ThreadImplementation__Group_9__1() throws RecognitionException;
void rule__ThreadImplementation__Group_9__1__Impl() throws RecognitionException;
+ void rule__ThreadImplementation__Group_9__2() throws RecognitionException;
+ void rule__ThreadImplementation__Group_9__2__Impl() throws RecognitionException;
void rule__ThreadImplementation__Group_10__0() throws RecognitionException;
void rule__ThreadImplementation__Group_10__0__Impl() throws RecognitionException;
void rule__ThreadImplementation__Group_10__1() throws RecognitionException;
void rule__ThreadImplementation__Group_10__1__Impl() throws RecognitionException;
- void rule__ThreadImplementation__Group_10_1_1__0() throws RecognitionException;
- void rule__ThreadImplementation__Group_10_1_1__0__Impl() throws RecognitionException;
- void rule__ThreadImplementation__Group_10_1_1__1() throws RecognitionException;
- void rule__ThreadImplementation__Group_10_1_1__1__Impl() throws RecognitionException;
+ void rule__ThreadImplementation__Group_10__2() throws RecognitionException;
+ void rule__ThreadImplementation__Group_10__2__Impl() throws RecognitionException;
void rule__ThreadImplementation__Group_11__0() throws RecognitionException;
void rule__ThreadImplementation__Group_11__0__Impl() throws RecognitionException;
void rule__ThreadImplementation__Group_11__1() throws RecognitionException;
@@ -2771,6 +2755,14 @@ interface InternalAadl2ParserSignatures {
void rule__ThreadImplementation__Group_14_1_1__0__Impl() throws RecognitionException;
void rule__ThreadImplementation__Group_14_1_1__1() throws RecognitionException;
void rule__ThreadImplementation__Group_14_1_1__1__Impl() throws RecognitionException;
+ void rule__ThreadImplementation__Group_15__0() throws RecognitionException;
+ void rule__ThreadImplementation__Group_15__0__Impl() throws RecognitionException;
+ void rule__ThreadImplementation__Group_15__1() throws RecognitionException;
+ void rule__ThreadImplementation__Group_15__1__Impl() throws RecognitionException;
+ void rule__ThreadImplementation__Group_15_1_1__0() throws RecognitionException;
+ void rule__ThreadImplementation__Group_15_1_1__0__Impl() throws RecognitionException;
+ void rule__ThreadImplementation__Group_15_1_1__1() throws RecognitionException;
+ void rule__ThreadImplementation__Group_15_1_1__1__Impl() throws RecognitionException;
void rule__SubprogramImplementation__Group__0() throws RecognitionException;
void rule__SubprogramImplementation__Group__0__Impl() throws RecognitionException;
void rule__SubprogramImplementation__Group__1() throws RecognitionException;
@@ -2809,26 +2801,20 @@ interface InternalAadl2ParserSignatures {
void rule__SubprogramImplementation__Group__17__Impl() throws RecognitionException;
void rule__SubprogramImplementation__Group__18() throws RecognitionException;
void rule__SubprogramImplementation__Group__18__Impl() throws RecognitionException;
- void rule__SubprogramImplementation__Group_5__0() throws RecognitionException;
- void rule__SubprogramImplementation__Group_5__0__Impl() throws RecognitionException;
- void rule__SubprogramImplementation__Group_5__1() throws RecognitionException;
- void rule__SubprogramImplementation__Group_5__1__Impl() throws RecognitionException;
- void rule__SubprogramImplementation__Group_5__2() throws RecognitionException;
- void rule__SubprogramImplementation__Group_5__2__Impl() throws RecognitionException;
- void rule__SubprogramImplementation__Group_5__3() throws RecognitionException;
- void rule__SubprogramImplementation__Group_5__3__Impl() throws RecognitionException;
- void rule__SubprogramImplementation__Group_5_2__0() throws RecognitionException;
- void rule__SubprogramImplementation__Group_5_2__0__Impl() throws RecognitionException;
- void rule__SubprogramImplementation__Group_5_2__1() throws RecognitionException;
- void rule__SubprogramImplementation__Group_5_2__1__Impl() throws RecognitionException;
+ void rule__SubprogramImplementation__Group__19() throws RecognitionException;
+ void rule__SubprogramImplementation__Group__19__Impl() throws RecognitionException;
void rule__SubprogramImplementation__Group_6__0() throws RecognitionException;
void rule__SubprogramImplementation__Group_6__0__Impl() throws RecognitionException;
void rule__SubprogramImplementation__Group_6__1() throws RecognitionException;
void rule__SubprogramImplementation__Group_6__1__Impl() throws RecognitionException;
- void rule__SubprogramImplementation__Group_6_1_1__0() throws RecognitionException;
- void rule__SubprogramImplementation__Group_6_1_1__0__Impl() throws RecognitionException;
- void rule__SubprogramImplementation__Group_6_1_1__1() throws RecognitionException;
- void rule__SubprogramImplementation__Group_6_1_1__1__Impl() throws RecognitionException;
+ void rule__SubprogramImplementation__Group_6__2() throws RecognitionException;
+ void rule__SubprogramImplementation__Group_6__2__Impl() throws RecognitionException;
+ void rule__SubprogramImplementation__Group_6__3() throws RecognitionException;
+ void rule__SubprogramImplementation__Group_6__3__Impl() throws RecognitionException;
+ void rule__SubprogramImplementation__Group_6_2__0() throws RecognitionException;
+ void rule__SubprogramImplementation__Group_6_2__0__Impl() throws RecognitionException;
+ void rule__SubprogramImplementation__Group_6_2__1() throws RecognitionException;
+ void rule__SubprogramImplementation__Group_6_2__1__Impl() throws RecognitionException;
void rule__SubprogramImplementation__Group_7__0() throws RecognitionException;
void rule__SubprogramImplementation__Group_7__0__Impl() throws RecognitionException;
void rule__SubprogramImplementation__Group_7__1() throws RecognitionException;
@@ -2841,18 +2827,22 @@ interface InternalAadl2ParserSignatures {
void rule__SubprogramImplementation__Group_8__0__Impl() throws RecognitionException;
void rule__SubprogramImplementation__Group_8__1() throws RecognitionException;
void rule__SubprogramImplementation__Group_8__1__Impl() throws RecognitionException;
+ void rule__SubprogramImplementation__Group_8_1_1__0() throws RecognitionException;
+ void rule__SubprogramImplementation__Group_8_1_1__0__Impl() throws RecognitionException;
+ void rule__SubprogramImplementation__Group_8_1_1__1() throws RecognitionException;
+ void rule__SubprogramImplementation__Group_8_1_1__1__Impl() throws RecognitionException;
void rule__SubprogramImplementation__Group_9__0() throws RecognitionException;
void rule__SubprogramImplementation__Group_9__0__Impl() throws RecognitionException;
void rule__SubprogramImplementation__Group_9__1() throws RecognitionException;
void rule__SubprogramImplementation__Group_9__1__Impl() throws RecognitionException;
+ void rule__SubprogramImplementation__Group_9__2() throws RecognitionException;
+ void rule__SubprogramImplementation__Group_9__2__Impl() throws RecognitionException;
void rule__SubprogramImplementation__Group_10__0() throws RecognitionException;
void rule__SubprogramImplementation__Group_10__0__Impl() throws RecognitionException;
void rule__SubprogramImplementation__Group_10__1() throws RecognitionException;
void rule__SubprogramImplementation__Group_10__1__Impl() throws RecognitionException;
- void rule__SubprogramImplementation__Group_10_1_1__0() throws RecognitionException;
- void rule__SubprogramImplementation__Group_10_1_1__0__Impl() throws RecognitionException;
- void rule__SubprogramImplementation__Group_10_1_1__1() throws RecognitionException;
- void rule__SubprogramImplementation__Group_10_1_1__1__Impl() throws RecognitionException;
+ void rule__SubprogramImplementation__Group_10__2() throws RecognitionException;
+ void rule__SubprogramImplementation__Group_10__2__Impl() throws RecognitionException;
void rule__SubprogramImplementation__Group_11__0() throws RecognitionException;
void rule__SubprogramImplementation__Group_11__0__Impl() throws RecognitionException;
void rule__SubprogramImplementation__Group_11__1() throws RecognitionException;
@@ -2885,6 +2875,14 @@ interface InternalAadl2ParserSignatures {
void rule__SubprogramImplementation__Group_14_1_1__0__Impl() throws RecognitionException;
void rule__SubprogramImplementation__Group_14_1_1__1() throws RecognitionException;
void rule__SubprogramImplementation__Group_14_1_1__1__Impl() throws RecognitionException;
+ void rule__SubprogramImplementation__Group_15__0() throws RecognitionException;
+ void rule__SubprogramImplementation__Group_15__0__Impl() throws RecognitionException;
+ void rule__SubprogramImplementation__Group_15__1() throws RecognitionException;
+ void rule__SubprogramImplementation__Group_15__1__Impl() throws RecognitionException;
+ void rule__SubprogramImplementation__Group_15_1_1__0() throws RecognitionException;
+ void rule__SubprogramImplementation__Group_15_1_1__0__Impl() throws RecognitionException;
+ void rule__SubprogramImplementation__Group_15_1_1__1() throws RecognitionException;
+ void rule__SubprogramImplementation__Group_15_1_1__1__Impl() throws RecognitionException;
void rule__SubprogramGroupImplementation__Group__0() throws RecognitionException;
void rule__SubprogramGroupImplementation__Group__0__Impl() throws RecognitionException;
void rule__SubprogramGroupImplementation__Group__1() throws RecognitionException;
@@ -2919,58 +2917,50 @@ interface InternalAadl2ParserSignatures {
void rule__SubprogramGroupImplementation__Group__15__Impl() throws RecognitionException;
void rule__SubprogramGroupImplementation__Group__16() throws RecognitionException;
void rule__SubprogramGroupImplementation__Group__16__Impl() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Group_5__0() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Group_5__0__Impl() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Group_5__1() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Group_5__1__Impl() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Group_5__2() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Group_5__2__Impl() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Group_5__3() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Group_5__3__Impl() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Group_5_2__0() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Group_5_2__0__Impl() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Group_5_2__1() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Group_5_2__1__Impl() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Group_6__0() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Group_6__0__Impl() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Group_6__1() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Group_6__1__Impl() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Group_6_1_1__0() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Group_6_1_1__0__Impl() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Group_6_1_1__1() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Group_6_1_1__1__Impl() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group__17() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group__17__Impl() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group__18() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group__18__Impl() throws RecognitionException;
void rule__SubprogramGroupImplementation__Group_7__0() throws RecognitionException;
void rule__SubprogramGroupImplementation__Group_7__0__Impl() throws RecognitionException;
void rule__SubprogramGroupImplementation__Group_7__1() throws RecognitionException;
void rule__SubprogramGroupImplementation__Group_7__1__Impl() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Group_7_1_1__0() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Group_7_1_1__0__Impl() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Group_7_1_1__1() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Group_7_1_1__1__Impl() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_7__2() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_7__2__Impl() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_7__3() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_7__3__Impl() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_7_2__0() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_7_2__0__Impl() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_7_2__1() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_7_2__1__Impl() throws RecognitionException;
void rule__SubprogramGroupImplementation__Group_8__0() throws RecognitionException;
void rule__SubprogramGroupImplementation__Group_8__0__Impl() throws RecognitionException;
void rule__SubprogramGroupImplementation__Group_8__1() throws RecognitionException;
void rule__SubprogramGroupImplementation__Group_8__1__Impl() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_8_1_1__0() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_8_1_1__0__Impl() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_8_1_1__1() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_8_1_1__1__Impl() throws RecognitionException;
void rule__SubprogramGroupImplementation__Group_9__0() throws RecognitionException;
void rule__SubprogramGroupImplementation__Group_9__0__Impl() throws RecognitionException;
void rule__SubprogramGroupImplementation__Group_9__1() throws RecognitionException;
void rule__SubprogramGroupImplementation__Group_9__1__Impl() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_9_1_1__0() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_9_1_1__0__Impl() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_9_1_1__1() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_9_1_1__1__Impl() throws RecognitionException;
void rule__SubprogramGroupImplementation__Group_10__0() throws RecognitionException;
void rule__SubprogramGroupImplementation__Group_10__0__Impl() throws RecognitionException;
void rule__SubprogramGroupImplementation__Group_10__1() throws RecognitionException;
void rule__SubprogramGroupImplementation__Group_10__1__Impl() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Group_10_1_1__0() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Group_10_1_1__0__Impl() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Group_10_1_1__1() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Group_10_1_1__1__Impl() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_10__2() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_10__2__Impl() throws RecognitionException;
void rule__SubprogramGroupImplementation__Group_11__0() throws RecognitionException;
void rule__SubprogramGroupImplementation__Group_11__0__Impl() throws RecognitionException;
void rule__SubprogramGroupImplementation__Group_11__1() throws RecognitionException;
void rule__SubprogramGroupImplementation__Group_11__1__Impl() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Group_11_1_1__0() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Group_11_1_1__0__Impl() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Group_11_1_1__1() throws RecognitionException;
- void rule__SubprogramGroupImplementation__Group_11_1_1__1__Impl() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_11__2() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_11__2__Impl() throws RecognitionException;
void rule__SubprogramGroupImplementation__Group_12__0() throws RecognitionException;
void rule__SubprogramGroupImplementation__Group_12__0__Impl() throws RecognitionException;
void rule__SubprogramGroupImplementation__Group_12__1() throws RecognitionException;
@@ -2979,6 +2969,22 @@ interface InternalAadl2ParserSignatures {
void rule__SubprogramGroupImplementation__Group_12_1_1__0__Impl() throws RecognitionException;
void rule__SubprogramGroupImplementation__Group_12_1_1__1() throws RecognitionException;
void rule__SubprogramGroupImplementation__Group_12_1_1__1__Impl() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_13__0() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_13__0__Impl() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_13__1() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_13__1__Impl() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_13_1_1__0() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_13_1_1__0__Impl() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_13_1_1__1() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_13_1_1__1__Impl() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_14__0() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_14__0__Impl() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_14__1() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_14__1__Impl() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_14_1_1__0() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_14_1_1__0__Impl() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_14_1_1__1() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__Group_14_1_1__1__Impl() throws RecognitionException;
void rule__ProcessorImplementation__Group__0() throws RecognitionException;
void rule__ProcessorImplementation__Group__0__Impl() throws RecognitionException;
void rule__ProcessorImplementation__Group__1() throws RecognitionException;
@@ -3013,26 +3019,20 @@ interface InternalAadl2ParserSignatures {
void rule__ProcessorImplementation__Group__15__Impl() throws RecognitionException;
void rule__ProcessorImplementation__Group__16() throws RecognitionException;
void rule__ProcessorImplementation__Group__16__Impl() throws RecognitionException;
- void rule__ProcessorImplementation__Group_5__0() throws RecognitionException;
- void rule__ProcessorImplementation__Group_5__0__Impl() throws RecognitionException;
- void rule__ProcessorImplementation__Group_5__1() throws RecognitionException;
- void rule__ProcessorImplementation__Group_5__1__Impl() throws RecognitionException;
- void rule__ProcessorImplementation__Group_5__2() throws RecognitionException;
- void rule__ProcessorImplementation__Group_5__2__Impl() throws RecognitionException;
- void rule__ProcessorImplementation__Group_5__3() throws RecognitionException;
- void rule__ProcessorImplementation__Group_5__3__Impl() throws RecognitionException;
- void rule__ProcessorImplementation__Group_5_2__0() throws RecognitionException;
- void rule__ProcessorImplementation__Group_5_2__0__Impl() throws RecognitionException;
- void rule__ProcessorImplementation__Group_5_2__1() throws RecognitionException;
- void rule__ProcessorImplementation__Group_5_2__1__Impl() throws RecognitionException;
+ void rule__ProcessorImplementation__Group__17() throws RecognitionException;
+ void rule__ProcessorImplementation__Group__17__Impl() throws RecognitionException;
void rule__ProcessorImplementation__Group_6__0() throws RecognitionException;
void rule__ProcessorImplementation__Group_6__0__Impl() throws RecognitionException;
void rule__ProcessorImplementation__Group_6__1() throws RecognitionException;
void rule__ProcessorImplementation__Group_6__1__Impl() throws RecognitionException;
- void rule__ProcessorImplementation__Group_6_1_1__0() throws RecognitionException;
- void rule__ProcessorImplementation__Group_6_1_1__0__Impl() throws RecognitionException;
- void rule__ProcessorImplementation__Group_6_1_1__1() throws RecognitionException;
- void rule__ProcessorImplementation__Group_6_1_1__1__Impl() throws RecognitionException;
+ void rule__ProcessorImplementation__Group_6__2() throws RecognitionException;
+ void rule__ProcessorImplementation__Group_6__2__Impl() throws RecognitionException;
+ void rule__ProcessorImplementation__Group_6__3() throws RecognitionException;
+ void rule__ProcessorImplementation__Group_6__3__Impl() throws RecognitionException;
+ void rule__ProcessorImplementation__Group_6_2__0() throws RecognitionException;
+ void rule__ProcessorImplementation__Group_6_2__0__Impl() throws RecognitionException;
+ void rule__ProcessorImplementation__Group_6_2__1() throws RecognitionException;
+ void rule__ProcessorImplementation__Group_6_2__1__Impl() throws RecognitionException;
void rule__ProcessorImplementation__Group_7__0() throws RecognitionException;
void rule__ProcessorImplementation__Group_7__0__Impl() throws RecognitionException;
void rule__ProcessorImplementation__Group_7__1() throws RecognitionException;
@@ -3045,14 +3045,16 @@ interface InternalAadl2ParserSignatures {
void rule__ProcessorImplementation__Group_8__0__Impl() throws RecognitionException;
void rule__ProcessorImplementation__Group_8__1() throws RecognitionException;
void rule__ProcessorImplementation__Group_8__1__Impl() throws RecognitionException;
+ void rule__ProcessorImplementation__Group_8_1_1__0() throws RecognitionException;
+ void rule__ProcessorImplementation__Group_8_1_1__0__Impl() throws RecognitionException;
+ void rule__ProcessorImplementation__Group_8_1_1__1() throws RecognitionException;
+ void rule__ProcessorImplementation__Group_8_1_1__1__Impl() throws RecognitionException;
void rule__ProcessorImplementation__Group_9__0() throws RecognitionException;
void rule__ProcessorImplementation__Group_9__0__Impl() throws RecognitionException;
void rule__ProcessorImplementation__Group_9__1() throws RecognitionException;
void rule__ProcessorImplementation__Group_9__1__Impl() throws RecognitionException;
- void rule__ProcessorImplementation__Group_9_1_1__0() throws RecognitionException;
- void rule__ProcessorImplementation__Group_9_1_1__0__Impl() throws RecognitionException;
- void rule__ProcessorImplementation__Group_9_1_1__1() throws RecognitionException;
- void rule__ProcessorImplementation__Group_9_1_1__1__Impl() throws RecognitionException;
+ void rule__ProcessorImplementation__Group_9__2() throws RecognitionException;
+ void rule__ProcessorImplementation__Group_9__2__Impl() throws RecognitionException;
void rule__ProcessorImplementation__Group_10__0() throws RecognitionException;
void rule__ProcessorImplementation__Group_10__0__Impl() throws RecognitionException;
void rule__ProcessorImplementation__Group_10__1() throws RecognitionException;
@@ -3077,6 +3079,14 @@ interface InternalAadl2ParserSignatures {
void rule__ProcessorImplementation__Group_12_1_1__0__Impl() throws RecognitionException;
void rule__ProcessorImplementation__Group_12_1_1__1() throws RecognitionException;
void rule__ProcessorImplementation__Group_12_1_1__1__Impl() throws RecognitionException;
+ void rule__ProcessorImplementation__Group_13__0() throws RecognitionException;
+ void rule__ProcessorImplementation__Group_13__0__Impl() throws RecognitionException;
+ void rule__ProcessorImplementation__Group_13__1() throws RecognitionException;
+ void rule__ProcessorImplementation__Group_13__1__Impl() throws RecognitionException;
+ void rule__ProcessorImplementation__Group_13_1_1__0() throws RecognitionException;
+ void rule__ProcessorImplementation__Group_13_1_1__0__Impl() throws RecognitionException;
+ void rule__ProcessorImplementation__Group_13_1_1__1() throws RecognitionException;
+ void rule__ProcessorImplementation__Group_13_1_1__1__Impl() throws RecognitionException;
void rule__VirtualProcessorImplementation__Group__0() throws RecognitionException;
void rule__VirtualProcessorImplementation__Group__0__Impl() throws RecognitionException;
void rule__VirtualProcessorImplementation__Group__1() throws RecognitionException;
@@ -3113,58 +3123,50 @@ interface InternalAadl2ParserSignatures {
void rule__VirtualProcessorImplementation__Group__16__Impl() throws RecognitionException;
void rule__VirtualProcessorImplementation__Group__17() throws RecognitionException;
void rule__VirtualProcessorImplementation__Group__17__Impl() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Group_5__0() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Group_5__0__Impl() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Group_5__1() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Group_5__1__Impl() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Group_5__2() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Group_5__2__Impl() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Group_5__3() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Group_5__3__Impl() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Group_5_2__0() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Group_5_2__0__Impl() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Group_5_2__1() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Group_5_2__1__Impl() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Group_6__0() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Group_6__0__Impl() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Group_6__1() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Group_6__1__Impl() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Group_6_1_1__0() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Group_6_1_1__0__Impl() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Group_6_1_1__1() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Group_6_1_1__1__Impl() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group__18() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group__18__Impl() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group__19() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group__19__Impl() throws RecognitionException;
void rule__VirtualProcessorImplementation__Group_7__0() throws RecognitionException;
void rule__VirtualProcessorImplementation__Group_7__0__Impl() throws RecognitionException;
void rule__VirtualProcessorImplementation__Group_7__1() throws RecognitionException;
void rule__VirtualProcessorImplementation__Group_7__1__Impl() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Group_7_1_1__0() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Group_7_1_1__0__Impl() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Group_7_1_1__1() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Group_7_1_1__1__Impl() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_7__2() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_7__2__Impl() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_7__3() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_7__3__Impl() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_7_2__0() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_7_2__0__Impl() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_7_2__1() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_7_2__1__Impl() throws RecognitionException;
void rule__VirtualProcessorImplementation__Group_8__0() throws RecognitionException;
void rule__VirtualProcessorImplementation__Group_8__0__Impl() throws RecognitionException;
void rule__VirtualProcessorImplementation__Group_8__1() throws RecognitionException;
void rule__VirtualProcessorImplementation__Group_8__1__Impl() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_8_1_1__0() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_8_1_1__0__Impl() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_8_1_1__1() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_8_1_1__1__Impl() throws RecognitionException;
void rule__VirtualProcessorImplementation__Group_9__0() throws RecognitionException;
void rule__VirtualProcessorImplementation__Group_9__0__Impl() throws RecognitionException;
void rule__VirtualProcessorImplementation__Group_9__1() throws RecognitionException;
void rule__VirtualProcessorImplementation__Group_9__1__Impl() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_9_1_1__0() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_9_1_1__0__Impl() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_9_1_1__1() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_9_1_1__1__Impl() throws RecognitionException;
void rule__VirtualProcessorImplementation__Group_10__0() throws RecognitionException;
void rule__VirtualProcessorImplementation__Group_10__0__Impl() throws RecognitionException;
void rule__VirtualProcessorImplementation__Group_10__1() throws RecognitionException;
void rule__VirtualProcessorImplementation__Group_10__1__Impl() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Group_10_1_1__0() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Group_10_1_1__0__Impl() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Group_10_1_1__1() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Group_10_1_1__1__Impl() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_10__2() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_10__2__Impl() throws RecognitionException;
void rule__VirtualProcessorImplementation__Group_11__0() throws RecognitionException;
void rule__VirtualProcessorImplementation__Group_11__0__Impl() throws RecognitionException;
void rule__VirtualProcessorImplementation__Group_11__1() throws RecognitionException;
void rule__VirtualProcessorImplementation__Group_11__1__Impl() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Group_11_1_1__0() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Group_11_1_1__0__Impl() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Group_11_1_1__1() throws RecognitionException;
- void rule__VirtualProcessorImplementation__Group_11_1_1__1__Impl() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_11__2() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_11__2__Impl() throws RecognitionException;
void rule__VirtualProcessorImplementation__Group_12__0() throws RecognitionException;
void rule__VirtualProcessorImplementation__Group_12__0__Impl() throws RecognitionException;
void rule__VirtualProcessorImplementation__Group_12__1() throws RecognitionException;
@@ -3181,6 +3183,22 @@ interface InternalAadl2ParserSignatures {
void rule__VirtualProcessorImplementation__Group_13_1_1__0__Impl() throws RecognitionException;
void rule__VirtualProcessorImplementation__Group_13_1_1__1() throws RecognitionException;
void rule__VirtualProcessorImplementation__Group_13_1_1__1__Impl() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_14__0() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_14__0__Impl() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_14__1() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_14__1__Impl() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_14_1_1__0() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_14_1_1__0__Impl() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_14_1_1__1() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_14_1_1__1__Impl() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_15__0() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_15__0__Impl() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_15__1() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_15__1__Impl() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_15_1_1__0() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_15_1_1__0__Impl() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_15_1_1__1() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__Group_15_1_1__1__Impl() throws RecognitionException;
void rule__DeviceImplementation__Group__0() throws RecognitionException;
void rule__DeviceImplementation__Group__0__Impl() throws RecognitionException;
void rule__DeviceImplementation__Group__1() throws RecognitionException;
@@ -3217,26 +3235,20 @@ interface InternalAadl2ParserSignatures {
void rule__DeviceImplementation__Group__16__Impl() throws RecognitionException;
void rule__DeviceImplementation__Group__17() throws RecognitionException;
void rule__DeviceImplementation__Group__17__Impl() throws RecognitionException;
- void rule__DeviceImplementation__Group_5__0() throws RecognitionException;
- void rule__DeviceImplementation__Group_5__0__Impl() throws RecognitionException;
- void rule__DeviceImplementation__Group_5__1() throws RecognitionException;
- void rule__DeviceImplementation__Group_5__1__Impl() throws RecognitionException;
- void rule__DeviceImplementation__Group_5__2() throws RecognitionException;
- void rule__DeviceImplementation__Group_5__2__Impl() throws RecognitionException;
- void rule__DeviceImplementation__Group_5__3() throws RecognitionException;
- void rule__DeviceImplementation__Group_5__3__Impl() throws RecognitionException;
- void rule__DeviceImplementation__Group_5_2__0() throws RecognitionException;
- void rule__DeviceImplementation__Group_5_2__0__Impl() throws RecognitionException;
- void rule__DeviceImplementation__Group_5_2__1() throws RecognitionException;
- void rule__DeviceImplementation__Group_5_2__1__Impl() throws RecognitionException;
+ void rule__DeviceImplementation__Group__18() throws RecognitionException;
+ void rule__DeviceImplementation__Group__18__Impl() throws RecognitionException;
void rule__DeviceImplementation__Group_6__0() throws RecognitionException;
void rule__DeviceImplementation__Group_6__0__Impl() throws RecognitionException;
void rule__DeviceImplementation__Group_6__1() throws RecognitionException;
void rule__DeviceImplementation__Group_6__1__Impl() throws RecognitionException;
- void rule__DeviceImplementation__Group_6_1_1__0() throws RecognitionException;
- void rule__DeviceImplementation__Group_6_1_1__0__Impl() throws RecognitionException;
- void rule__DeviceImplementation__Group_6_1_1__1() throws RecognitionException;
- void rule__DeviceImplementation__Group_6_1_1__1__Impl() throws RecognitionException;
+ void rule__DeviceImplementation__Group_6__2() throws RecognitionException;
+ void rule__DeviceImplementation__Group_6__2__Impl() throws RecognitionException;
+ void rule__DeviceImplementation__Group_6__3() throws RecognitionException;
+ void rule__DeviceImplementation__Group_6__3__Impl() throws RecognitionException;
+ void rule__DeviceImplementation__Group_6_2__0() throws RecognitionException;
+ void rule__DeviceImplementation__Group_6_2__0__Impl() throws RecognitionException;
+ void rule__DeviceImplementation__Group_6_2__1() throws RecognitionException;
+ void rule__DeviceImplementation__Group_6_2__1__Impl() throws RecognitionException;
void rule__DeviceImplementation__Group_7__0() throws RecognitionException;
void rule__DeviceImplementation__Group_7__0__Impl() throws RecognitionException;
void rule__DeviceImplementation__Group_7__1() throws RecognitionException;
@@ -3249,18 +3261,22 @@ interface InternalAadl2ParserSignatures {
void rule__DeviceImplementation__Group_8__0__Impl() throws RecognitionException;
void rule__DeviceImplementation__Group_8__1() throws RecognitionException;
void rule__DeviceImplementation__Group_8__1__Impl() throws RecognitionException;
+ void rule__DeviceImplementation__Group_8_1_1__0() throws RecognitionException;
+ void rule__DeviceImplementation__Group_8_1_1__0__Impl() throws RecognitionException;
+ void rule__DeviceImplementation__Group_8_1_1__1() throws RecognitionException;
+ void rule__DeviceImplementation__Group_8_1_1__1__Impl() throws RecognitionException;
void rule__DeviceImplementation__Group_9__0() throws RecognitionException;
void rule__DeviceImplementation__Group_9__0__Impl() throws RecognitionException;
void rule__DeviceImplementation__Group_9__1() throws RecognitionException;
void rule__DeviceImplementation__Group_9__1__Impl() throws RecognitionException;
+ void rule__DeviceImplementation__Group_9__2() throws RecognitionException;
+ void rule__DeviceImplementation__Group_9__2__Impl() throws RecognitionException;
void rule__DeviceImplementation__Group_10__0() throws RecognitionException;
void rule__DeviceImplementation__Group_10__0__Impl() throws RecognitionException;
void rule__DeviceImplementation__Group_10__1() throws RecognitionException;
void rule__DeviceImplementation__Group_10__1__Impl() throws RecognitionException;
- void rule__DeviceImplementation__Group_10_1_1__0() throws RecognitionException;
- void rule__DeviceImplementation__Group_10_1_1__0__Impl() throws RecognitionException;
- void rule__DeviceImplementation__Group_10_1_1__1() throws RecognitionException;
- void rule__DeviceImplementation__Group_10_1_1__1__Impl() throws RecognitionException;
+ void rule__DeviceImplementation__Group_10__2() throws RecognitionException;
+ void rule__DeviceImplementation__Group_10__2__Impl() throws RecognitionException;
void rule__DeviceImplementation__Group_11__0() throws RecognitionException;
void rule__DeviceImplementation__Group_11__0__Impl() throws RecognitionException;
void rule__DeviceImplementation__Group_11__1() throws RecognitionException;
@@ -3285,6 +3301,14 @@ interface InternalAadl2ParserSignatures {
void rule__DeviceImplementation__Group_13_1_1__0__Impl() throws RecognitionException;
void rule__DeviceImplementation__Group_13_1_1__1() throws RecognitionException;
void rule__DeviceImplementation__Group_13_1_1__1__Impl() throws RecognitionException;
+ void rule__DeviceImplementation__Group_14__0() throws RecognitionException;
+ void rule__DeviceImplementation__Group_14__0__Impl() throws RecognitionException;
+ void rule__DeviceImplementation__Group_14__1() throws RecognitionException;
+ void rule__DeviceImplementation__Group_14__1__Impl() throws RecognitionException;
+ void rule__DeviceImplementation__Group_14_1_1__0() throws RecognitionException;
+ void rule__DeviceImplementation__Group_14_1_1__0__Impl() throws RecognitionException;
+ void rule__DeviceImplementation__Group_14_1_1__1() throws RecognitionException;
+ void rule__DeviceImplementation__Group_14_1_1__1__Impl() throws RecognitionException;
void rule__MemoryImplementation__Group__0() throws RecognitionException;
void rule__MemoryImplementation__Group__0__Impl() throws RecognitionException;
void rule__MemoryImplementation__Group__1() throws RecognitionException;
@@ -3317,26 +3341,20 @@ interface InternalAadl2ParserSignatures {
void rule__MemoryImplementation__Group__14__Impl() throws RecognitionException;
void rule__MemoryImplementation__Group__15() throws RecognitionException;
void rule__MemoryImplementation__Group__15__Impl() throws RecognitionException;
- void rule__MemoryImplementation__Group_5__0() throws RecognitionException;
- void rule__MemoryImplementation__Group_5__0__Impl() throws RecognitionException;
- void rule__MemoryImplementation__Group_5__1() throws RecognitionException;
- void rule__MemoryImplementation__Group_5__1__Impl() throws RecognitionException;
- void rule__MemoryImplementation__Group_5__2() throws RecognitionException;
- void rule__MemoryImplementation__Group_5__2__Impl() throws RecognitionException;
- void rule__MemoryImplementation__Group_5__3() throws RecognitionException;
- void rule__MemoryImplementation__Group_5__3__Impl() throws RecognitionException;
- void rule__MemoryImplementation__Group_5_2__0() throws RecognitionException;
- void rule__MemoryImplementation__Group_5_2__0__Impl() throws RecognitionException;
- void rule__MemoryImplementation__Group_5_2__1() throws RecognitionException;
- void rule__MemoryImplementation__Group_5_2__1__Impl() throws RecognitionException;
+ void rule__MemoryImplementation__Group__16() throws RecognitionException;
+ void rule__MemoryImplementation__Group__16__Impl() throws RecognitionException;
void rule__MemoryImplementation__Group_6__0() throws RecognitionException;
void rule__MemoryImplementation__Group_6__0__Impl() throws RecognitionException;
void rule__MemoryImplementation__Group_6__1() throws RecognitionException;
void rule__MemoryImplementation__Group_6__1__Impl() throws RecognitionException;
- void rule__MemoryImplementation__Group_6_1_1__0() throws RecognitionException;
- void rule__MemoryImplementation__Group_6_1_1__0__Impl() throws RecognitionException;
- void rule__MemoryImplementation__Group_6_1_1__1() throws RecognitionException;
- void rule__MemoryImplementation__Group_6_1_1__1__Impl() throws RecognitionException;
+ void rule__MemoryImplementation__Group_6__2() throws RecognitionException;
+ void rule__MemoryImplementation__Group_6__2__Impl() throws RecognitionException;
+ void rule__MemoryImplementation__Group_6__3() throws RecognitionException;
+ void rule__MemoryImplementation__Group_6__3__Impl() throws RecognitionException;
+ void rule__MemoryImplementation__Group_6_2__0() throws RecognitionException;
+ void rule__MemoryImplementation__Group_6_2__0__Impl() throws RecognitionException;
+ void rule__MemoryImplementation__Group_6_2__1() throws RecognitionException;
+ void rule__MemoryImplementation__Group_6_2__1__Impl() throws RecognitionException;
void rule__MemoryImplementation__Group_7__0() throws RecognitionException;
void rule__MemoryImplementation__Group_7__0__Impl() throws RecognitionException;
void rule__MemoryImplementation__Group_7__1() throws RecognitionException;
@@ -3349,14 +3367,16 @@ interface InternalAadl2ParserSignatures {
void rule__MemoryImplementation__Group_8__0__Impl() throws RecognitionException;
void rule__MemoryImplementation__Group_8__1() throws RecognitionException;
void rule__MemoryImplementation__Group_8__1__Impl() throws RecognitionException;
+ void rule__MemoryImplementation__Group_8_1_1__0() throws RecognitionException;
+ void rule__MemoryImplementation__Group_8_1_1__0__Impl() throws RecognitionException;
+ void rule__MemoryImplementation__Group_8_1_1__1() throws RecognitionException;
+ void rule__MemoryImplementation__Group_8_1_1__1__Impl() throws RecognitionException;
void rule__MemoryImplementation__Group_9__0() throws RecognitionException;
void rule__MemoryImplementation__Group_9__0__Impl() throws RecognitionException;
void rule__MemoryImplementation__Group_9__1() throws RecognitionException;
void rule__MemoryImplementation__Group_9__1__Impl() throws RecognitionException;
- void rule__MemoryImplementation__Group_9_1_1__0() throws RecognitionException;
- void rule__MemoryImplementation__Group_9_1_1__0__Impl() throws RecognitionException;
- void rule__MemoryImplementation__Group_9_1_1__1() throws RecognitionException;
- void rule__MemoryImplementation__Group_9_1_1__1__Impl() throws RecognitionException;
+ void rule__MemoryImplementation__Group_9__2() throws RecognitionException;
+ void rule__MemoryImplementation__Group_9__2__Impl() throws RecognitionException;
void rule__MemoryImplementation__Group_10__0() throws RecognitionException;
void rule__MemoryImplementation__Group_10__0__Impl() throws RecognitionException;
void rule__MemoryImplementation__Group_10__1() throws RecognitionException;
@@ -3373,6 +3393,14 @@ interface InternalAadl2ParserSignatures {
void rule__MemoryImplementation__Group_11_1_1__0__Impl() throws RecognitionException;
void rule__MemoryImplementation__Group_11_1_1__1() throws RecognitionException;
void rule__MemoryImplementation__Group_11_1_1__1__Impl() throws RecognitionException;
+ void rule__MemoryImplementation__Group_12__0() throws RecognitionException;
+ void rule__MemoryImplementation__Group_12__0__Impl() throws RecognitionException;
+ void rule__MemoryImplementation__Group_12__1() throws RecognitionException;
+ void rule__MemoryImplementation__Group_12__1__Impl() throws RecognitionException;
+ void rule__MemoryImplementation__Group_12_1_1__0() throws RecognitionException;
+ void rule__MemoryImplementation__Group_12_1_1__0__Impl() throws RecognitionException;
+ void rule__MemoryImplementation__Group_12_1_1__1() throws RecognitionException;
+ void rule__MemoryImplementation__Group_12_1_1__1__Impl() throws RecognitionException;
void rule__BusImplementation__Group__0() throws RecognitionException;
void rule__BusImplementation__Group__0__Impl() throws RecognitionException;
void rule__BusImplementation__Group__1() throws RecognitionException;
@@ -3403,26 +3431,20 @@ interface InternalAadl2ParserSignatures {
void rule__BusImplementation__Group__13__Impl() throws RecognitionException;
void rule__BusImplementation__Group__14() throws RecognitionException;
void rule__BusImplementation__Group__14__Impl() throws RecognitionException;
- void rule__BusImplementation__Group_5__0() throws RecognitionException;
- void rule__BusImplementation__Group_5__0__Impl() throws RecognitionException;
- void rule__BusImplementation__Group_5__1() throws RecognitionException;
- void rule__BusImplementation__Group_5__1__Impl() throws RecognitionException;
- void rule__BusImplementation__Group_5__2() throws RecognitionException;
- void rule__BusImplementation__Group_5__2__Impl() throws RecognitionException;
- void rule__BusImplementation__Group_5__3() throws RecognitionException;
- void rule__BusImplementation__Group_5__3__Impl() throws RecognitionException;
- void rule__BusImplementation__Group_5_2__0() throws RecognitionException;
- void rule__BusImplementation__Group_5_2__0__Impl() throws RecognitionException;
- void rule__BusImplementation__Group_5_2__1() throws RecognitionException;
- void rule__BusImplementation__Group_5_2__1__Impl() throws RecognitionException;
+ void rule__BusImplementation__Group__15() throws RecognitionException;
+ void rule__BusImplementation__Group__15__Impl() throws RecognitionException;
void rule__BusImplementation__Group_6__0() throws RecognitionException;
void rule__BusImplementation__Group_6__0__Impl() throws RecognitionException;
void rule__BusImplementation__Group_6__1() throws RecognitionException;
void rule__BusImplementation__Group_6__1__Impl() throws RecognitionException;
- void rule__BusImplementation__Group_6_1_1__0() throws RecognitionException;
- void rule__BusImplementation__Group_6_1_1__0__Impl() throws RecognitionException;
- void rule__BusImplementation__Group_6_1_1__1() throws RecognitionException;
- void rule__BusImplementation__Group_6_1_1__1__Impl() throws RecognitionException;
+ void rule__BusImplementation__Group_6__2() throws RecognitionException;
+ void rule__BusImplementation__Group_6__2__Impl() throws RecognitionException;
+ void rule__BusImplementation__Group_6__3() throws RecognitionException;
+ void rule__BusImplementation__Group_6__3__Impl() throws RecognitionException;
+ void rule__BusImplementation__Group_6_2__0() throws RecognitionException;
+ void rule__BusImplementation__Group_6_2__0__Impl() throws RecognitionException;
+ void rule__BusImplementation__Group_6_2__1() throws RecognitionException;
+ void rule__BusImplementation__Group_6_2__1__Impl() throws RecognitionException;
void rule__BusImplementation__Group_7__0() throws RecognitionException;
void rule__BusImplementation__Group_7__0__Impl() throws RecognitionException;
void rule__BusImplementation__Group_7__1() throws RecognitionException;
@@ -3435,14 +3457,16 @@ interface InternalAadl2ParserSignatures {
void rule__BusImplementation__Group_8__0__Impl() throws RecognitionException;
void rule__BusImplementation__Group_8__1() throws RecognitionException;
void rule__BusImplementation__Group_8__1__Impl() throws RecognitionException;
+ void rule__BusImplementation__Group_8_1_1__0() throws RecognitionException;
+ void rule__BusImplementation__Group_8_1_1__0__Impl() throws RecognitionException;
+ void rule__BusImplementation__Group_8_1_1__1() throws RecognitionException;
+ void rule__BusImplementation__Group_8_1_1__1__Impl() throws RecognitionException;
void rule__BusImplementation__Group_9__0() throws RecognitionException;
void rule__BusImplementation__Group_9__0__Impl() throws RecognitionException;
void rule__BusImplementation__Group_9__1() throws RecognitionException;
void rule__BusImplementation__Group_9__1__Impl() throws RecognitionException;
- void rule__BusImplementation__Group_9_1_1__0() throws RecognitionException;
- void rule__BusImplementation__Group_9_1_1__0__Impl() throws RecognitionException;
- void rule__BusImplementation__Group_9_1_1__1() throws RecognitionException;
- void rule__BusImplementation__Group_9_1_1__1__Impl() throws RecognitionException;
+ void rule__BusImplementation__Group_9__2() throws RecognitionException;
+ void rule__BusImplementation__Group_9__2__Impl() throws RecognitionException;
void rule__BusImplementation__Group_10__0() throws RecognitionException;
void rule__BusImplementation__Group_10__0__Impl() throws RecognitionException;
void rule__BusImplementation__Group_10__1() throws RecognitionException;
@@ -3451,6 +3475,14 @@ interface InternalAadl2ParserSignatures {
void rule__BusImplementation__Group_10_1_1__0__Impl() throws RecognitionException;
void rule__BusImplementation__Group_10_1_1__1() throws RecognitionException;
void rule__BusImplementation__Group_10_1_1__1__Impl() throws RecognitionException;
+ void rule__BusImplementation__Group_11__0() throws RecognitionException;
+ void rule__BusImplementation__Group_11__0__Impl() throws RecognitionException;
+ void rule__BusImplementation__Group_11__1() throws RecognitionException;
+ void rule__BusImplementation__Group_11__1__Impl() throws RecognitionException;
+ void rule__BusImplementation__Group_11_1_1__0() throws RecognitionException;
+ void rule__BusImplementation__Group_11_1_1__0__Impl() throws RecognitionException;
+ void rule__BusImplementation__Group_11_1_1__1() throws RecognitionException;
+ void rule__BusImplementation__Group_11_1_1__1__Impl() throws RecognitionException;
void rule__VirtualBusImplementation__Group__0() throws RecognitionException;
void rule__VirtualBusImplementation__Group__0__Impl() throws RecognitionException;
void rule__VirtualBusImplementation__Group__1() throws RecognitionException;
@@ -3481,38 +3513,30 @@ interface InternalAadl2ParserSignatures {
void rule__VirtualBusImplementation__Group__13__Impl() throws RecognitionException;
void rule__VirtualBusImplementation__Group__14() throws RecognitionException;
void rule__VirtualBusImplementation__Group__14__Impl() throws RecognitionException;
- void rule__VirtualBusImplementation__Group_5__0() throws RecognitionException;
- void rule__VirtualBusImplementation__Group_5__0__Impl() throws RecognitionException;
- void rule__VirtualBusImplementation__Group_5__1() throws RecognitionException;
- void rule__VirtualBusImplementation__Group_5__1__Impl() throws RecognitionException;
- void rule__VirtualBusImplementation__Group_5__2() throws RecognitionException;
- void rule__VirtualBusImplementation__Group_5__2__Impl() throws RecognitionException;
- void rule__VirtualBusImplementation__Group_5__3() throws RecognitionException;
- void rule__VirtualBusImplementation__Group_5__3__Impl() throws RecognitionException;
- void rule__VirtualBusImplementation__Group_5_2__0() throws RecognitionException;
- void rule__VirtualBusImplementation__Group_5_2__0__Impl() throws RecognitionException;
- void rule__VirtualBusImplementation__Group_5_2__1() throws RecognitionException;
- void rule__VirtualBusImplementation__Group_5_2__1__Impl() throws RecognitionException;
- void rule__VirtualBusImplementation__Group_6__0() throws RecognitionException;
- void rule__VirtualBusImplementation__Group_6__0__Impl() throws RecognitionException;
- void rule__VirtualBusImplementation__Group_6__1() throws RecognitionException;
- void rule__VirtualBusImplementation__Group_6__1__Impl() throws RecognitionException;
- void rule__VirtualBusImplementation__Group_6_1_1__0() throws RecognitionException;
- void rule__VirtualBusImplementation__Group_6_1_1__0__Impl() throws RecognitionException;
- void rule__VirtualBusImplementation__Group_6_1_1__1() throws RecognitionException;
- void rule__VirtualBusImplementation__Group_6_1_1__1__Impl() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group__15() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group__15__Impl() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group__16() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group__16__Impl() throws RecognitionException;
void rule__VirtualBusImplementation__Group_7__0() throws RecognitionException;
void rule__VirtualBusImplementation__Group_7__0__Impl() throws RecognitionException;
void rule__VirtualBusImplementation__Group_7__1() throws RecognitionException;
void rule__VirtualBusImplementation__Group_7__1__Impl() throws RecognitionException;
- void rule__VirtualBusImplementation__Group_7_1_1__0() throws RecognitionException;
- void rule__VirtualBusImplementation__Group_7_1_1__0__Impl() throws RecognitionException;
- void rule__VirtualBusImplementation__Group_7_1_1__1() throws RecognitionException;
- void rule__VirtualBusImplementation__Group_7_1_1__1__Impl() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group_7__2() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group_7__2__Impl() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group_7__3() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group_7__3__Impl() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group_7_2__0() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group_7_2__0__Impl() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group_7_2__1() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group_7_2__1__Impl() throws RecognitionException;
void rule__VirtualBusImplementation__Group_8__0() throws RecognitionException;
void rule__VirtualBusImplementation__Group_8__0__Impl() throws RecognitionException;
void rule__VirtualBusImplementation__Group_8__1() throws RecognitionException;
void rule__VirtualBusImplementation__Group_8__1__Impl() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group_8_1_1__0() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group_8_1_1__0__Impl() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group_8_1_1__1() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group_8_1_1__1__Impl() throws RecognitionException;
void rule__VirtualBusImplementation__Group_9__0() throws RecognitionException;
void rule__VirtualBusImplementation__Group_9__0__Impl() throws RecognitionException;
void rule__VirtualBusImplementation__Group_9__1() throws RecognitionException;
@@ -3525,10 +3549,24 @@ interface InternalAadl2ParserSignatures {
void rule__VirtualBusImplementation__Group_10__0__Impl() throws RecognitionException;
void rule__VirtualBusImplementation__Group_10__1() throws RecognitionException;
void rule__VirtualBusImplementation__Group_10__1__Impl() throws RecognitionException;
- void rule__VirtualBusImplementation__Group_10_1_1__0() throws RecognitionException;
- void rule__VirtualBusImplementation__Group_10_1_1__0__Impl() throws RecognitionException;
- void rule__VirtualBusImplementation__Group_10_1_1__1() throws RecognitionException;
- void rule__VirtualBusImplementation__Group_10_1_1__1__Impl() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group_10__2() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group_10__2__Impl() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group_11__0() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group_11__0__Impl() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group_11__1() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group_11__1__Impl() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group_11_1_1__0() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group_11_1_1__0__Impl() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group_11_1_1__1() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group_11_1_1__1__Impl() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group_12__0() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group_12__0__Impl() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group_12__1() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group_12__1__Impl() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group_12_1_1__0() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group_12_1_1__0__Impl() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group_12_1_1__1() throws RecognitionException;
+ void rule__VirtualBusImplementation__Group_12_1_1__1__Impl() throws RecognitionException;
void rule__DataImplementation__Group__0() throws RecognitionException;
void rule__DataImplementation__Group__0__Impl() throws RecognitionException;
void rule__DataImplementation__Group__1() throws RecognitionException;
@@ -3565,26 +3603,20 @@ interface InternalAadl2ParserSignatures {
void rule__DataImplementation__Group__16__Impl() throws RecognitionException;
void rule__DataImplementation__Group__17() throws RecognitionException;
void rule__DataImplementation__Group__17__Impl() throws RecognitionException;
- void rule__DataImplementation__Group_6__0() throws RecognitionException;
- void rule__DataImplementation__Group_6__0__Impl() throws RecognitionException;
- void rule__DataImplementation__Group_6__1() throws RecognitionException;
- void rule__DataImplementation__Group_6__1__Impl() throws RecognitionException;
- void rule__DataImplementation__Group_6__2() throws RecognitionException;
- void rule__DataImplementation__Group_6__2__Impl() throws RecognitionException;
- void rule__DataImplementation__Group_6__3() throws RecognitionException;
- void rule__DataImplementation__Group_6__3__Impl() throws RecognitionException;
- void rule__DataImplementation__Group_6_2__0() throws RecognitionException;
- void rule__DataImplementation__Group_6_2__0__Impl() throws RecognitionException;
- void rule__DataImplementation__Group_6_2__1() throws RecognitionException;
- void rule__DataImplementation__Group_6_2__1__Impl() throws RecognitionException;
+ void rule__DataImplementation__Group__18() throws RecognitionException;
+ void rule__DataImplementation__Group__18__Impl() throws RecognitionException;
void rule__DataImplementation__Group_7__0() throws RecognitionException;
void rule__DataImplementation__Group_7__0__Impl() throws RecognitionException;
void rule__DataImplementation__Group_7__1() throws RecognitionException;
void rule__DataImplementation__Group_7__1__Impl() throws RecognitionException;
- void rule__DataImplementation__Group_7_1_1__0() throws RecognitionException;
- void rule__DataImplementation__Group_7_1_1__0__Impl() throws RecognitionException;
- void rule__DataImplementation__Group_7_1_1__1() throws RecognitionException;
- void rule__DataImplementation__Group_7_1_1__1__Impl() throws RecognitionException;
+ void rule__DataImplementation__Group_7__2() throws RecognitionException;
+ void rule__DataImplementation__Group_7__2__Impl() throws RecognitionException;
+ void rule__DataImplementation__Group_7__3() throws RecognitionException;
+ void rule__DataImplementation__Group_7__3__Impl() throws RecognitionException;
+ void rule__DataImplementation__Group_7_2__0() throws RecognitionException;
+ void rule__DataImplementation__Group_7_2__0__Impl() throws RecognitionException;
+ void rule__DataImplementation__Group_7_2__1() throws RecognitionException;
+ void rule__DataImplementation__Group_7_2__1__Impl() throws RecognitionException;
void rule__DataImplementation__Group_8__0() throws RecognitionException;
void rule__DataImplementation__Group_8__0__Impl() throws RecognitionException;
void rule__DataImplementation__Group_8__1() throws RecognitionException;
@@ -3597,14 +3629,16 @@ interface InternalAadl2ParserSignatures {
void rule__DataImplementation__Group_9__0__Impl() throws RecognitionException;
void rule__DataImplementation__Group_9__1() throws RecognitionException;
void rule__DataImplementation__Group_9__1__Impl() throws RecognitionException;
+ void rule__DataImplementation__Group_9_1_1__0() throws RecognitionException;
+ void rule__DataImplementation__Group_9_1_1__0__Impl() throws RecognitionException;
+ void rule__DataImplementation__Group_9_1_1__1() throws RecognitionException;
+ void rule__DataImplementation__Group_9_1_1__1__Impl() throws RecognitionException;
void rule__DataImplementation__Group_10__0() throws RecognitionException;
void rule__DataImplementation__Group_10__0__Impl() throws RecognitionException;
void rule__DataImplementation__Group_10__1() throws RecognitionException;
void rule__DataImplementation__Group_10__1__Impl() throws RecognitionException;
- void rule__DataImplementation__Group_10_1_1__0() throws RecognitionException;
- void rule__DataImplementation__Group_10_1_1__0__Impl() throws RecognitionException;
- void rule__DataImplementation__Group_10_1_1__1() throws RecognitionException;
- void rule__DataImplementation__Group_10_1_1__1__Impl() throws RecognitionException;
+ void rule__DataImplementation__Group_10__2() throws RecognitionException;
+ void rule__DataImplementation__Group_10__2__Impl() throws RecognitionException;
void rule__DataImplementation__Group_11__0() throws RecognitionException;
void rule__DataImplementation__Group_11__0__Impl() throws RecognitionException;
void rule__DataImplementation__Group_11__1() throws RecognitionException;
@@ -3629,6 +3663,14 @@ interface InternalAadl2ParserSignatures {
void rule__DataImplementation__Group_13_1_1__0__Impl() throws RecognitionException;
void rule__DataImplementation__Group_13_1_1__1() throws RecognitionException;
void rule__DataImplementation__Group_13_1_1__1__Impl() throws RecognitionException;
+ void rule__DataImplementation__Group_14__0() throws RecognitionException;
+ void rule__DataImplementation__Group_14__0__Impl() throws RecognitionException;
+ void rule__DataImplementation__Group_14__1() throws RecognitionException;
+ void rule__DataImplementation__Group_14__1__Impl() throws RecognitionException;
+ void rule__DataImplementation__Group_14_1_1__0() throws RecognitionException;
+ void rule__DataImplementation__Group_14_1_1__0__Impl() throws RecognitionException;
+ void rule__DataImplementation__Group_14_1_1__1() throws RecognitionException;
+ void rule__DataImplementation__Group_14_1_1__1__Impl() throws RecognitionException;
void rule__SubprogramCallSequence__Group__0() throws RecognitionException;
void rule__SubprogramCallSequence__Group__0__Impl() throws RecognitionException;
void rule__SubprogramCallSequence__Group__1() throws RecognitionException;
@@ -3659,14 +3701,16 @@ interface InternalAadl2ParserSignatures {
void rule__SubprogramCallSequence__Group_6__2__Impl() throws RecognitionException;
void rule__SubprogramCallSequence__Group_6__3() throws RecognitionException;
void rule__SubprogramCallSequence__Group_6__3__Impl() throws RecognitionException;
- void rule__SubprogramCallSequence__Group_6_2__0() throws RecognitionException;
- void rule__SubprogramCallSequence__Group_6_2__0__Impl() throws RecognitionException;
- void rule__SubprogramCallSequence__Group_6_2__1() throws RecognitionException;
- void rule__SubprogramCallSequence__Group_6_2__1__Impl() throws RecognitionException;
- void rule__SubprogramCallSequence__Group_6_2_1__0() throws RecognitionException;
- void rule__SubprogramCallSequence__Group_6_2_1__0__Impl() throws RecognitionException;
- void rule__SubprogramCallSequence__Group_6_2_1__1() throws RecognitionException;
- void rule__SubprogramCallSequence__Group_6_2_1__1__Impl() throws RecognitionException;
+ void rule__SubprogramCallSequence__Group_6__4() throws RecognitionException;
+ void rule__SubprogramCallSequence__Group_6__4__Impl() throws RecognitionException;
+ void rule__SubprogramCallSequence__Group_6_3__0() throws RecognitionException;
+ void rule__SubprogramCallSequence__Group_6_3__0__Impl() throws RecognitionException;
+ void rule__SubprogramCallSequence__Group_6_3__1() throws RecognitionException;
+ void rule__SubprogramCallSequence__Group_6_3__1__Impl() throws RecognitionException;
+ void rule__SubprogramCallSequence__Group_6_3_1__0() throws RecognitionException;
+ void rule__SubprogramCallSequence__Group_6_3_1__0__Impl() throws RecognitionException;
+ void rule__SubprogramCallSequence__Group_6_3_1__1() throws RecognitionException;
+ void rule__SubprogramCallSequence__Group_6_3_1__1__Impl() throws RecognitionException;
void rule__SubprogramCall__Group__0() throws RecognitionException;
void rule__SubprogramCall__Group__0__Impl() throws RecognitionException;
void rule__SubprogramCall__Group__1() throws RecognitionException;
@@ -3721,6 +3765,8 @@ interface InternalAadl2ParserSignatures {
void rule__AbstractPrototype__Group_0_1__1__Impl() throws RecognitionException;
void rule__AbstractPrototype__Group_0_1__2() throws RecognitionException;
void rule__AbstractPrototype__Group_0_1__2__Impl() throws RecognitionException;
+ void rule__AbstractPrototype__Group_0_1__3() throws RecognitionException;
+ void rule__AbstractPrototype__Group_0_1__3__Impl() throws RecognitionException;
void rule__AbstractPrototype__Group_3__0() throws RecognitionException;
void rule__AbstractPrototype__Group_3__0__Impl() throws RecognitionException;
void rule__AbstractPrototype__Group_3__1() throws RecognitionException;
@@ -3753,6 +3799,8 @@ interface InternalAadl2ParserSignatures {
void rule__BusPrototype__Group_0_1__1__Impl() throws RecognitionException;
void rule__BusPrototype__Group_0_1__2() throws RecognitionException;
void rule__BusPrototype__Group_0_1__2__Impl() throws RecognitionException;
+ void rule__BusPrototype__Group_0_1__3() throws RecognitionException;
+ void rule__BusPrototype__Group_0_1__3__Impl() throws RecognitionException;
void rule__BusPrototype__Group_3__0() throws RecognitionException;
void rule__BusPrototype__Group_3__0__Impl() throws RecognitionException;
void rule__BusPrototype__Group_3__1() throws RecognitionException;
@@ -3785,6 +3833,8 @@ interface InternalAadl2ParserSignatures {
void rule__DataPrototype__Group_0_1__1__Impl() throws RecognitionException;
void rule__DataPrototype__Group_0_1__2() throws RecognitionException;
void rule__DataPrototype__Group_0_1__2__Impl() throws RecognitionException;
+ void rule__DataPrototype__Group_0_1__3() throws RecognitionException;
+ void rule__DataPrototype__Group_0_1__3__Impl() throws RecognitionException;
void rule__DataPrototype__Group_3__0() throws RecognitionException;
void rule__DataPrototype__Group_3__0__Impl() throws RecognitionException;
void rule__DataPrototype__Group_3__1() throws RecognitionException;
@@ -3817,6 +3867,8 @@ interface InternalAadl2ParserSignatures {
void rule__DevicePrototype__Group_0_1__1__Impl() throws RecognitionException;
void rule__DevicePrototype__Group_0_1__2() throws RecognitionException;
void rule__DevicePrototype__Group_0_1__2__Impl() throws RecognitionException;
+ void rule__DevicePrototype__Group_0_1__3() throws RecognitionException;
+ void rule__DevicePrototype__Group_0_1__3__Impl() throws RecognitionException;
void rule__DevicePrototype__Group_3__0() throws RecognitionException;
void rule__DevicePrototype__Group_3__0__Impl() throws RecognitionException;
void rule__DevicePrototype__Group_3__1() throws RecognitionException;
@@ -3849,6 +3901,8 @@ interface InternalAadl2ParserSignatures {
void rule__MemoryPrototype__Group_0_1__1__Impl() throws RecognitionException;
void rule__MemoryPrototype__Group_0_1__2() throws RecognitionException;
void rule__MemoryPrototype__Group_0_1__2__Impl() throws RecognitionException;
+ void rule__MemoryPrototype__Group_0_1__3() throws RecognitionException;
+ void rule__MemoryPrototype__Group_0_1__3__Impl() throws RecognitionException;
void rule__MemoryPrototype__Group_3__0() throws RecognitionException;
void rule__MemoryPrototype__Group_3__0__Impl() throws RecognitionException;
void rule__MemoryPrototype__Group_3__1() throws RecognitionException;
@@ -3881,6 +3935,8 @@ interface InternalAadl2ParserSignatures {
void rule__ProcessPrototype__Group_0_1__1__Impl() throws RecognitionException;
void rule__ProcessPrototype__Group_0_1__2() throws RecognitionException;
void rule__ProcessPrototype__Group_0_1__2__Impl() throws RecognitionException;
+ void rule__ProcessPrototype__Group_0_1__3() throws RecognitionException;
+ void rule__ProcessPrototype__Group_0_1__3__Impl() throws RecognitionException;
void rule__ProcessPrototype__Group_3__0() throws RecognitionException;
void rule__ProcessPrototype__Group_3__0__Impl() throws RecognitionException;
void rule__ProcessPrototype__Group_3__1() throws RecognitionException;
@@ -3913,6 +3969,8 @@ interface InternalAadl2ParserSignatures {
void rule__ProcessorPrototype__Group_0_1__1__Impl() throws RecognitionException;
void rule__ProcessorPrototype__Group_0_1__2() throws RecognitionException;
void rule__ProcessorPrototype__Group_0_1__2__Impl() throws RecognitionException;
+ void rule__ProcessorPrototype__Group_0_1__3() throws RecognitionException;
+ void rule__ProcessorPrototype__Group_0_1__3__Impl() throws RecognitionException;
void rule__ProcessorPrototype__Group_3__0() throws RecognitionException;
void rule__ProcessorPrototype__Group_3__0__Impl() throws RecognitionException;
void rule__ProcessorPrototype__Group_3__1() throws RecognitionException;
@@ -3945,6 +4003,8 @@ interface InternalAadl2ParserSignatures {
void rule__SubprogramPrototype__Group_0_1__1__Impl() throws RecognitionException;
void rule__SubprogramPrototype__Group_0_1__2() throws RecognitionException;
void rule__SubprogramPrototype__Group_0_1__2__Impl() throws RecognitionException;
+ void rule__SubprogramPrototype__Group_0_1__3() throws RecognitionException;
+ void rule__SubprogramPrototype__Group_0_1__3__Impl() throws RecognitionException;
void rule__SubprogramPrototype__Group_3__0() throws RecognitionException;
void rule__SubprogramPrototype__Group_3__0__Impl() throws RecognitionException;
void rule__SubprogramPrototype__Group_3__1() throws RecognitionException;
@@ -3967,6 +4027,8 @@ interface InternalAadl2ParserSignatures {
void rule__SubprogramGroupPrototype__Group__4__Impl() throws RecognitionException;
void rule__SubprogramGroupPrototype__Group__5() throws RecognitionException;
void rule__SubprogramGroupPrototype__Group__5__Impl() throws RecognitionException;
+ void rule__SubprogramGroupPrototype__Group__6() throws RecognitionException;
+ void rule__SubprogramGroupPrototype__Group__6__Impl() throws RecognitionException;
void rule__SubprogramGroupPrototype__Group_0_0__0() throws RecognitionException;
void rule__SubprogramGroupPrototype__Group_0_0__0__Impl() throws RecognitionException;
void rule__SubprogramGroupPrototype__Group_0_0__1() throws RecognitionException;
@@ -3977,16 +4039,18 @@ interface InternalAadl2ParserSignatures {
void rule__SubprogramGroupPrototype__Group_0_1__1__Impl() throws RecognitionException;
void rule__SubprogramGroupPrototype__Group_0_1__2() throws RecognitionException;
void rule__SubprogramGroupPrototype__Group_0_1__2__Impl() throws RecognitionException;
- void rule__SubprogramGroupPrototype__Group_3__0() throws RecognitionException;
- void rule__SubprogramGroupPrototype__Group_3__0__Impl() throws RecognitionException;
- void rule__SubprogramGroupPrototype__Group_3__1() throws RecognitionException;
- void rule__SubprogramGroupPrototype__Group_3__1__Impl() throws RecognitionException;
+ void rule__SubprogramGroupPrototype__Group_0_1__3() throws RecognitionException;
+ void rule__SubprogramGroupPrototype__Group_0_1__3__Impl() throws RecognitionException;
void rule__SubprogramGroupPrototype__Group_4__0() throws RecognitionException;
void rule__SubprogramGroupPrototype__Group_4__0__Impl() throws RecognitionException;
void rule__SubprogramGroupPrototype__Group_4__1() throws RecognitionException;
void rule__SubprogramGroupPrototype__Group_4__1__Impl() throws RecognitionException;
- void rule__SubprogramGroupPrototype__Group_4__2() throws RecognitionException;
- void rule__SubprogramGroupPrototype__Group_4__2__Impl() throws RecognitionException;
+ void rule__SubprogramGroupPrototype__Group_5__0() throws RecognitionException;
+ void rule__SubprogramGroupPrototype__Group_5__0__Impl() throws RecognitionException;
+ void rule__SubprogramGroupPrototype__Group_5__1() throws RecognitionException;
+ void rule__SubprogramGroupPrototype__Group_5__1__Impl() throws RecognitionException;
+ void rule__SubprogramGroupPrototype__Group_5__2() throws RecognitionException;
+ void rule__SubprogramGroupPrototype__Group_5__2__Impl() throws RecognitionException;
void rule__SystemPrototype__Group__0() throws RecognitionException;
void rule__SystemPrototype__Group__0__Impl() throws RecognitionException;
void rule__SystemPrototype__Group__1() throws RecognitionException;
@@ -4009,6 +4073,8 @@ interface InternalAadl2ParserSignatures {
void rule__SystemPrototype__Group_0_1__1__Impl() throws RecognitionException;
void rule__SystemPrototype__Group_0_1__2() throws RecognitionException;
void rule__SystemPrototype__Group_0_1__2__Impl() throws RecognitionException;
+ void rule__SystemPrototype__Group_0_1__3() throws RecognitionException;
+ void rule__SystemPrototype__Group_0_1__3__Impl() throws RecognitionException;
void rule__SystemPrototype__Group_3__0() throws RecognitionException;
void rule__SystemPrototype__Group_3__0__Impl() throws RecognitionException;
void rule__SystemPrototype__Group_3__1() throws RecognitionException;
@@ -4041,6 +4107,8 @@ interface InternalAadl2ParserSignatures {
void rule__ThreadPrototype__Group_0_1__1__Impl() throws RecognitionException;
void rule__ThreadPrototype__Group_0_1__2() throws RecognitionException;
void rule__ThreadPrototype__Group_0_1__2__Impl() throws RecognitionException;
+ void rule__ThreadPrototype__Group_0_1__3() throws RecognitionException;
+ void rule__ThreadPrototype__Group_0_1__3__Impl() throws RecognitionException;
void rule__ThreadPrototype__Group_3__0() throws RecognitionException;
void rule__ThreadPrototype__Group_3__0__Impl() throws RecognitionException;
void rule__ThreadPrototype__Group_3__1() throws RecognitionException;
@@ -4063,6 +4131,8 @@ interface InternalAadl2ParserSignatures {
void rule__ThreadGroupPrototype__Group__4__Impl() throws RecognitionException;
void rule__ThreadGroupPrototype__Group__5() throws RecognitionException;
void rule__ThreadGroupPrototype__Group__5__Impl() throws RecognitionException;
+ void rule__ThreadGroupPrototype__Group__6() throws RecognitionException;
+ void rule__ThreadGroupPrototype__Group__6__Impl() throws RecognitionException;
void rule__ThreadGroupPrototype__Group_0_0__0() throws RecognitionException;
void rule__ThreadGroupPrototype__Group_0_0__0__Impl() throws RecognitionException;
void rule__ThreadGroupPrototype__Group_0_0__1() throws RecognitionException;
@@ -4073,16 +4143,18 @@ interface InternalAadl2ParserSignatures {
void rule__ThreadGroupPrototype__Group_0_1__1__Impl() throws RecognitionException;
void rule__ThreadGroupPrototype__Group_0_1__2() throws RecognitionException;
void rule__ThreadGroupPrototype__Group_0_1__2__Impl() throws RecognitionException;
- void rule__ThreadGroupPrototype__Group_3__0() throws RecognitionException;
- void rule__ThreadGroupPrototype__Group_3__0__Impl() throws RecognitionException;
- void rule__ThreadGroupPrototype__Group_3__1() throws RecognitionException;
- void rule__ThreadGroupPrototype__Group_3__1__Impl() throws RecognitionException;
+ void rule__ThreadGroupPrototype__Group_0_1__3() throws RecognitionException;
+ void rule__ThreadGroupPrototype__Group_0_1__3__Impl() throws RecognitionException;
void rule__ThreadGroupPrototype__Group_4__0() throws RecognitionException;
void rule__ThreadGroupPrototype__Group_4__0__Impl() throws RecognitionException;
void rule__ThreadGroupPrototype__Group_4__1() throws RecognitionException;
void rule__ThreadGroupPrototype__Group_4__1__Impl() throws RecognitionException;
- void rule__ThreadGroupPrototype__Group_4__2() throws RecognitionException;
- void rule__ThreadGroupPrototype__Group_4__2__Impl() throws RecognitionException;
+ void rule__ThreadGroupPrototype__Group_5__0() throws RecognitionException;
+ void rule__ThreadGroupPrototype__Group_5__0__Impl() throws RecognitionException;
+ void rule__ThreadGroupPrototype__Group_5__1() throws RecognitionException;
+ void rule__ThreadGroupPrototype__Group_5__1__Impl() throws RecognitionException;
+ void rule__ThreadGroupPrototype__Group_5__2() throws RecognitionException;
+ void rule__ThreadGroupPrototype__Group_5__2__Impl() throws RecognitionException;
void rule__VirtualBusPrototype__Group__0() throws RecognitionException;
void rule__VirtualBusPrototype__Group__0__Impl() throws RecognitionException;
void rule__VirtualBusPrototype__Group__1() throws RecognitionException;
@@ -4095,6 +4167,8 @@ interface InternalAadl2ParserSignatures {
void rule__VirtualBusPrototype__Group__4__Impl() throws RecognitionException;
void rule__VirtualBusPrototype__Group__5() throws RecognitionException;
void rule__VirtualBusPrototype__Group__5__Impl() throws RecognitionException;
+ void rule__VirtualBusPrototype__Group__6() throws RecognitionException;
+ void rule__VirtualBusPrototype__Group__6__Impl() throws RecognitionException;
void rule__VirtualBusPrototype__Group_0_0__0() throws RecognitionException;
void rule__VirtualBusPrototype__Group_0_0__0__Impl() throws RecognitionException;
void rule__VirtualBusPrototype__Group_0_0__1() throws RecognitionException;
@@ -4105,16 +4179,18 @@ interface InternalAadl2ParserSignatures {
void rule__VirtualBusPrototype__Group_0_1__1__Impl() throws RecognitionException;
void rule__VirtualBusPrototype__Group_0_1__2() throws RecognitionException;
void rule__VirtualBusPrototype__Group_0_1__2__Impl() throws RecognitionException;
- void rule__VirtualBusPrototype__Group_3__0() throws RecognitionException;
- void rule__VirtualBusPrototype__Group_3__0__Impl() throws RecognitionException;
- void rule__VirtualBusPrototype__Group_3__1() throws RecognitionException;
- void rule__VirtualBusPrototype__Group_3__1__Impl() throws RecognitionException;
+ void rule__VirtualBusPrototype__Group_0_1__3() throws RecognitionException;
+ void rule__VirtualBusPrototype__Group_0_1__3__Impl() throws RecognitionException;
void rule__VirtualBusPrototype__Group_4__0() throws RecognitionException;
void rule__VirtualBusPrototype__Group_4__0__Impl() throws RecognitionException;
void rule__VirtualBusPrototype__Group_4__1() throws RecognitionException;
void rule__VirtualBusPrototype__Group_4__1__Impl() throws RecognitionException;
- void rule__VirtualBusPrototype__Group_4__2() throws RecognitionException;
- void rule__VirtualBusPrototype__Group_4__2__Impl() throws RecognitionException;
+ void rule__VirtualBusPrototype__Group_5__0() throws RecognitionException;
+ void rule__VirtualBusPrototype__Group_5__0__Impl() throws RecognitionException;
+ void rule__VirtualBusPrototype__Group_5__1() throws RecognitionException;
+ void rule__VirtualBusPrototype__Group_5__1__Impl() throws RecognitionException;
+ void rule__VirtualBusPrototype__Group_5__2() throws RecognitionException;
+ void rule__VirtualBusPrototype__Group_5__2__Impl() throws RecognitionException;
void rule__VirtualProcessorPrototype__Group__0() throws RecognitionException;
void rule__VirtualProcessorPrototype__Group__0__Impl() throws RecognitionException;
void rule__VirtualProcessorPrototype__Group__1() throws RecognitionException;
@@ -4127,6 +4203,8 @@ interface InternalAadl2ParserSignatures {
void rule__VirtualProcessorPrototype__Group__4__Impl() throws RecognitionException;
void rule__VirtualProcessorPrototype__Group__5() throws RecognitionException;
void rule__VirtualProcessorPrototype__Group__5__Impl() throws RecognitionException;
+ void rule__VirtualProcessorPrototype__Group__6() throws RecognitionException;
+ void rule__VirtualProcessorPrototype__Group__6__Impl() throws RecognitionException;
void rule__VirtualProcessorPrototype__Group_0_0__0() throws RecognitionException;
void rule__VirtualProcessorPrototype__Group_0_0__0__Impl() throws RecognitionException;
void rule__VirtualProcessorPrototype__Group_0_0__1() throws RecognitionException;
@@ -4137,16 +4215,18 @@ interface InternalAadl2ParserSignatures {
void rule__VirtualProcessorPrototype__Group_0_1__1__Impl() throws RecognitionException;
void rule__VirtualProcessorPrototype__Group_0_1__2() throws RecognitionException;
void rule__VirtualProcessorPrototype__Group_0_1__2__Impl() throws RecognitionException;
- void rule__VirtualProcessorPrototype__Group_3__0() throws RecognitionException;
- void rule__VirtualProcessorPrototype__Group_3__0__Impl() throws RecognitionException;
- void rule__VirtualProcessorPrototype__Group_3__1() throws RecognitionException;
- void rule__VirtualProcessorPrototype__Group_3__1__Impl() throws RecognitionException;
+ void rule__VirtualProcessorPrototype__Group_0_1__3() throws RecognitionException;
+ void rule__VirtualProcessorPrototype__Group_0_1__3__Impl() throws RecognitionException;
void rule__VirtualProcessorPrototype__Group_4__0() throws RecognitionException;
void rule__VirtualProcessorPrototype__Group_4__0__Impl() throws RecognitionException;
void rule__VirtualProcessorPrototype__Group_4__1() throws RecognitionException;
void rule__VirtualProcessorPrototype__Group_4__1__Impl() throws RecognitionException;
- void rule__VirtualProcessorPrototype__Group_4__2() throws RecognitionException;
- void rule__VirtualProcessorPrototype__Group_4__2__Impl() throws RecognitionException;
+ void rule__VirtualProcessorPrototype__Group_5__0() throws RecognitionException;
+ void rule__VirtualProcessorPrototype__Group_5__0__Impl() throws RecognitionException;
+ void rule__VirtualProcessorPrototype__Group_5__1() throws RecognitionException;
+ void rule__VirtualProcessorPrototype__Group_5__1__Impl() throws RecognitionException;
+ void rule__VirtualProcessorPrototype__Group_5__2() throws RecognitionException;
+ void rule__VirtualProcessorPrototype__Group_5__2__Impl() throws RecognitionException;
void rule__FeatureGroupPrototype__Group__0() throws RecognitionException;
void rule__FeatureGroupPrototype__Group__0__Impl() throws RecognitionException;
void rule__FeatureGroupPrototype__Group__1() throws RecognitionException;
@@ -4157,6 +4237,8 @@ interface InternalAadl2ParserSignatures {
void rule__FeatureGroupPrototype__Group__3__Impl() throws RecognitionException;
void rule__FeatureGroupPrototype__Group__4() throws RecognitionException;
void rule__FeatureGroupPrototype__Group__4__Impl() throws RecognitionException;
+ void rule__FeatureGroupPrototype__Group__5() throws RecognitionException;
+ void rule__FeatureGroupPrototype__Group__5__Impl() throws RecognitionException;
void rule__FeatureGroupPrototype__Group_0_0__0() throws RecognitionException;
void rule__FeatureGroupPrototype__Group_0_0__0__Impl() throws RecognitionException;
void rule__FeatureGroupPrototype__Group_0_0__1() throws RecognitionException;
@@ -4167,12 +4249,14 @@ interface InternalAadl2ParserSignatures {
void rule__FeatureGroupPrototype__Group_0_1__1__Impl() throws RecognitionException;
void rule__FeatureGroupPrototype__Group_0_1__2() throws RecognitionException;
void rule__FeatureGroupPrototype__Group_0_1__2__Impl() throws RecognitionException;
- void rule__FeatureGroupPrototype__Group_3__0() throws RecognitionException;
- void rule__FeatureGroupPrototype__Group_3__0__Impl() throws RecognitionException;
- void rule__FeatureGroupPrototype__Group_3__1() throws RecognitionException;
- void rule__FeatureGroupPrototype__Group_3__1__Impl() throws RecognitionException;
- void rule__FeatureGroupPrototype__Group_3__2() throws RecognitionException;
- void rule__FeatureGroupPrototype__Group_3__2__Impl() throws RecognitionException;
+ void rule__FeatureGroupPrototype__Group_0_1__3() throws RecognitionException;
+ void rule__FeatureGroupPrototype__Group_0_1__3__Impl() throws RecognitionException;
+ void rule__FeatureGroupPrototype__Group_4__0() throws RecognitionException;
+ void rule__FeatureGroupPrototype__Group_4__0__Impl() throws RecognitionException;
+ void rule__FeatureGroupPrototype__Group_4__1() throws RecognitionException;
+ void rule__FeatureGroupPrototype__Group_4__1__Impl() throws RecognitionException;
+ void rule__FeatureGroupPrototype__Group_4__2() throws RecognitionException;
+ void rule__FeatureGroupPrototype__Group_4__2__Impl() throws RecognitionException;
void rule__FeaturePrototype__Group__0() throws RecognitionException;
void rule__FeaturePrototype__Group__0__Impl() throws RecognitionException;
void rule__FeaturePrototype__Group__1() throws RecognitionException;
@@ -4195,6 +4279,8 @@ interface InternalAadl2ParserSignatures {
void rule__FeaturePrototype__Group_0_1__1__Impl() throws RecognitionException;
void rule__FeaturePrototype__Group_0_1__2() throws RecognitionException;
void rule__FeaturePrototype__Group_0_1__2__Impl() throws RecognitionException;
+ void rule__FeaturePrototype__Group_0_1__3() throws RecognitionException;
+ void rule__FeaturePrototype__Group_0_1__3__Impl() throws RecognitionException;
void rule__FeaturePrototype__Group_4__0() throws RecognitionException;
void rule__FeaturePrototype__Group_4__0__Impl() throws RecognitionException;
void rule__FeaturePrototype__Group_4__1() throws RecognitionException;
@@ -4209,6 +4295,8 @@ interface InternalAadl2ParserSignatures {
void rule__FeatureGroupPrototypeBinding__Group__2__Impl() throws RecognitionException;
void rule__FeatureGroupPrototypeBinding__Group__3() throws RecognitionException;
void rule__FeatureGroupPrototypeBinding__Group__3__Impl() throws RecognitionException;
+ void rule__FeatureGroupPrototypeBinding__Group__4() throws RecognitionException;
+ void rule__FeatureGroupPrototypeBinding__Group__4__Impl() throws RecognitionException;
void rule__FeatureGroupPrototypeActual__Group__0() throws RecognitionException;
void rule__FeatureGroupPrototypeActual__Group__0__Impl() throws RecognitionException;
void rule__FeatureGroupPrototypeActual__Group__1() throws RecognitionException;
@@ -4317,6 +4405,8 @@ interface InternalAadl2ParserSignatures {
void rule__AbstractSubcomponent__Group_0_1__1__Impl() throws RecognitionException;
void rule__AbstractSubcomponent__Group_0_1__2() throws RecognitionException;
void rule__AbstractSubcomponent__Group_0_1__2__Impl() throws RecognitionException;
+ void rule__AbstractSubcomponent__Group_0_1__3() throws RecognitionException;
+ void rule__AbstractSubcomponent__Group_0_1__3__Impl() throws RecognitionException;
void rule__AbstractSubcomponent__Group_2__0() throws RecognitionException;
void rule__AbstractSubcomponent__Group_2__0__Impl() throws RecognitionException;
void rule__AbstractSubcomponent__Group_2__1() throws RecognitionException;
@@ -4363,14 +4453,16 @@ interface InternalAadl2ParserSignatures {
void rule__AbstractSubcomponent__Group_5__2__Impl() throws RecognitionException;
void rule__AbstractSubcomponent__Group_5__3() throws RecognitionException;
void rule__AbstractSubcomponent__Group_5__3__Impl() throws RecognitionException;
- void rule__AbstractSubcomponent__Group_5_2__0() throws RecognitionException;
- void rule__AbstractSubcomponent__Group_5_2__0__Impl() throws RecognitionException;
- void rule__AbstractSubcomponent__Group_5_2__1() throws RecognitionException;
- void rule__AbstractSubcomponent__Group_5_2__1__Impl() throws RecognitionException;
- void rule__AbstractSubcomponent__Group_5_2_1__0() throws RecognitionException;
- void rule__AbstractSubcomponent__Group_5_2_1__0__Impl() throws RecognitionException;
- void rule__AbstractSubcomponent__Group_5_2_1__1() throws RecognitionException;
- void rule__AbstractSubcomponent__Group_5_2_1__1__Impl() throws RecognitionException;
+ void rule__AbstractSubcomponent__Group_5__4() throws RecognitionException;
+ void rule__AbstractSubcomponent__Group_5__4__Impl() throws RecognitionException;
+ void rule__AbstractSubcomponent__Group_5_3__0() throws RecognitionException;
+ void rule__AbstractSubcomponent__Group_5_3__0__Impl() throws RecognitionException;
+ void rule__AbstractSubcomponent__Group_5_3__1() throws RecognitionException;
+ void rule__AbstractSubcomponent__Group_5_3__1__Impl() throws RecognitionException;
+ void rule__AbstractSubcomponent__Group_5_3_1__0() throws RecognitionException;
+ void rule__AbstractSubcomponent__Group_5_3_1__0__Impl() throws RecognitionException;
+ void rule__AbstractSubcomponent__Group_5_3_1__1() throws RecognitionException;
+ void rule__AbstractSubcomponent__Group_5_3_1__1__Impl() throws RecognitionException;
void rule__SystemSubcomponent__Group__0() throws RecognitionException;
void rule__SystemSubcomponent__Group__0__Impl() throws RecognitionException;
void rule__SystemSubcomponent__Group__1() throws RecognitionException;
@@ -4395,6 +4487,8 @@ interface InternalAadl2ParserSignatures {
void rule__SystemSubcomponent__Group_0_1__1__Impl() throws RecognitionException;
void rule__SystemSubcomponent__Group_0_1__2() throws RecognitionException;
void rule__SystemSubcomponent__Group_0_1__2__Impl() throws RecognitionException;
+ void rule__SystemSubcomponent__Group_0_1__3() throws RecognitionException;
+ void rule__SystemSubcomponent__Group_0_1__3__Impl() throws RecognitionException;
void rule__SystemSubcomponent__Group_2__0() throws RecognitionException;
void rule__SystemSubcomponent__Group_2__0__Impl() throws RecognitionException;
void rule__SystemSubcomponent__Group_2__1() throws RecognitionException;
@@ -4441,14 +4535,16 @@ interface InternalAadl2ParserSignatures {
void rule__SystemSubcomponent__Group_5__2__Impl() throws RecognitionException;
void rule__SystemSubcomponent__Group_5__3() throws RecognitionException;
void rule__SystemSubcomponent__Group_5__3__Impl() throws RecognitionException;
- void rule__SystemSubcomponent__Group_5_2__0() throws RecognitionException;
- void rule__SystemSubcomponent__Group_5_2__0__Impl() throws RecognitionException;
- void rule__SystemSubcomponent__Group_5_2__1() throws RecognitionException;
- void rule__SystemSubcomponent__Group_5_2__1__Impl() throws RecognitionException;
- void rule__SystemSubcomponent__Group_5_2_1__0() throws RecognitionException;
- void rule__SystemSubcomponent__Group_5_2_1__0__Impl() throws RecognitionException;
- void rule__SystemSubcomponent__Group_5_2_1__1() throws RecognitionException;
- void rule__SystemSubcomponent__Group_5_2_1__1__Impl() throws RecognitionException;
+ void rule__SystemSubcomponent__Group_5__4() throws RecognitionException;
+ void rule__SystemSubcomponent__Group_5__4__Impl() throws RecognitionException;
+ void rule__SystemSubcomponent__Group_5_3__0() throws RecognitionException;
+ void rule__SystemSubcomponent__Group_5_3__0__Impl() throws RecognitionException;
+ void rule__SystemSubcomponent__Group_5_3__1() throws RecognitionException;
+ void rule__SystemSubcomponent__Group_5_3__1__Impl() throws RecognitionException;
+ void rule__SystemSubcomponent__Group_5_3_1__0() throws RecognitionException;
+ void rule__SystemSubcomponent__Group_5_3_1__0__Impl() throws RecognitionException;
+ void rule__SystemSubcomponent__Group_5_3_1__1() throws RecognitionException;
+ void rule__SystemSubcomponent__Group_5_3_1__1__Impl() throws RecognitionException;
void rule__ProcessSubcomponent__Group__0() throws RecognitionException;
void rule__ProcessSubcomponent__Group__0__Impl() throws RecognitionException;
void rule__ProcessSubcomponent__Group__1() throws RecognitionException;
@@ -4473,6 +4569,8 @@ interface InternalAadl2ParserSignatures {
void rule__ProcessSubcomponent__Group_0_1__1__Impl() throws RecognitionException;
void rule__ProcessSubcomponent__Group_0_1__2() throws RecognitionException;
void rule__ProcessSubcomponent__Group_0_1__2__Impl() throws RecognitionException;
+ void rule__ProcessSubcomponent__Group_0_1__3() throws RecognitionException;
+ void rule__ProcessSubcomponent__Group_0_1__3__Impl() throws RecognitionException;
void rule__ProcessSubcomponent__Group_2__0() throws RecognitionException;
void rule__ProcessSubcomponent__Group_2__0__Impl() throws RecognitionException;
void rule__ProcessSubcomponent__Group_2__1() throws RecognitionException;
@@ -4519,14 +4617,16 @@ interface InternalAadl2ParserSignatures {
void rule__ProcessSubcomponent__Group_5__2__Impl() throws RecognitionException;
void rule__ProcessSubcomponent__Group_5__3() throws RecognitionException;
void rule__ProcessSubcomponent__Group_5__3__Impl() throws RecognitionException;
- void rule__ProcessSubcomponent__Group_5_2__0() throws RecognitionException;
- void rule__ProcessSubcomponent__Group_5_2__0__Impl() throws RecognitionException;
- void rule__ProcessSubcomponent__Group_5_2__1() throws RecognitionException;
- void rule__ProcessSubcomponent__Group_5_2__1__Impl() throws RecognitionException;
- void rule__ProcessSubcomponent__Group_5_2_1__0() throws RecognitionException;
- void rule__ProcessSubcomponent__Group_5_2_1__0__Impl() throws RecognitionException;
- void rule__ProcessSubcomponent__Group_5_2_1__1() throws RecognitionException;
- void rule__ProcessSubcomponent__Group_5_2_1__1__Impl() throws RecognitionException;
+ void rule__ProcessSubcomponent__Group_5__4() throws RecognitionException;
+ void rule__ProcessSubcomponent__Group_5__4__Impl() throws RecognitionException;
+ void rule__ProcessSubcomponent__Group_5_3__0() throws RecognitionException;
+ void rule__ProcessSubcomponent__Group_5_3__0__Impl() throws RecognitionException;
+ void rule__ProcessSubcomponent__Group_5_3__1() throws RecognitionException;
+ void rule__ProcessSubcomponent__Group_5_3__1__Impl() throws RecognitionException;
+ void rule__ProcessSubcomponent__Group_5_3_1__0() throws RecognitionException;
+ void rule__ProcessSubcomponent__Group_5_3_1__0__Impl() throws RecognitionException;
+ void rule__ProcessSubcomponent__Group_5_3_1__1() throws RecognitionException;
+ void rule__ProcessSubcomponent__Group_5_3_1__1__Impl() throws RecognitionException;
void rule__ThreadGroupSubcomponent__Group__0() throws RecognitionException;
void rule__ThreadGroupSubcomponent__Group__0__Impl() throws RecognitionException;
void rule__ThreadGroupSubcomponent__Group__1() throws RecognitionException;
@@ -4541,6 +4641,8 @@ interface InternalAadl2ParserSignatures {
void rule__ThreadGroupSubcomponent__Group__5__Impl() throws RecognitionException;
void rule__ThreadGroupSubcomponent__Group__6() throws RecognitionException;
void rule__ThreadGroupSubcomponent__Group__6__Impl() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group__7() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group__7__Impl() throws RecognitionException;
void rule__ThreadGroupSubcomponent__Group_0_0__0() throws RecognitionException;
void rule__ThreadGroupSubcomponent__Group_0_0__0__Impl() throws RecognitionException;
void rule__ThreadGroupSubcomponent__Group_0_0__1() throws RecognitionException;
@@ -4551,22 +4653,8 @@ interface InternalAadl2ParserSignatures {
void rule__ThreadGroupSubcomponent__Group_0_1__1__Impl() throws RecognitionException;
void rule__ThreadGroupSubcomponent__Group_0_1__2() throws RecognitionException;
void rule__ThreadGroupSubcomponent__Group_0_1__2__Impl() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__Group_2__0() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__Group_2__0__Impl() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__Group_2__1() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__Group_2__1__Impl() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__Group_2_1__0() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__Group_2_1__0__Impl() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__Group_2_1__1() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__Group_2_1__1__Impl() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__Group_2_1__2() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__Group_2_1__2__Impl() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__Group_2_1__3() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__Group_2_1__3__Impl() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__Group_2_1_2__0() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__Group_2_1_2__0__Impl() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__Group_2_1_2__1() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__Group_2_1_2__1__Impl() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group_0_1__3() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group_0_1__3__Impl() throws RecognitionException;
void rule__ThreadGroupSubcomponent__Group_3__0() throws RecognitionException;
void rule__ThreadGroupSubcomponent__Group_3__0__Impl() throws RecognitionException;
void rule__ThreadGroupSubcomponent__Group_3__1() throws RecognitionException;
@@ -4587,24 +4675,42 @@ interface InternalAadl2ParserSignatures {
void rule__ThreadGroupSubcomponent__Group_4__0__Impl() throws RecognitionException;
void rule__ThreadGroupSubcomponent__Group_4__1() throws RecognitionException;
void rule__ThreadGroupSubcomponent__Group_4__1__Impl() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__Group_4__2() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__Group_4__2__Impl() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group_4_1__0() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group_4_1__0__Impl() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group_4_1__1() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group_4_1__1__Impl() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group_4_1__2() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group_4_1__2__Impl() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group_4_1__3() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group_4_1__3__Impl() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group_4_1_2__0() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group_4_1_2__0__Impl() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group_4_1_2__1() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group_4_1_2__1__Impl() throws RecognitionException;
void rule__ThreadGroupSubcomponent__Group_5__0() throws RecognitionException;
void rule__ThreadGroupSubcomponent__Group_5__0__Impl() throws RecognitionException;
void rule__ThreadGroupSubcomponent__Group_5__1() throws RecognitionException;
void rule__ThreadGroupSubcomponent__Group_5__1__Impl() throws RecognitionException;
void rule__ThreadGroupSubcomponent__Group_5__2() throws RecognitionException;
void rule__ThreadGroupSubcomponent__Group_5__2__Impl() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__Group_5__3() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__Group_5__3__Impl() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__Group_5_2__0() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__Group_5_2__0__Impl() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__Group_5_2__1() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__Group_5_2__1__Impl() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__Group_5_2_1__0() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__Group_5_2_1__0__Impl() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__Group_5_2_1__1() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__Group_5_2_1__1__Impl() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group_6__0() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group_6__0__Impl() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group_6__1() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group_6__1__Impl() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group_6__2() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group_6__2__Impl() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group_6__3() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group_6__3__Impl() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group_6__4() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group_6__4__Impl() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group_6_3__0() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group_6_3__0__Impl() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group_6_3__1() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group_6_3__1__Impl() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group_6_3_1__0() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group_6_3_1__0__Impl() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group_6_3_1__1() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__Group_6_3_1__1__Impl() throws RecognitionException;
void rule__ThreadSubcomponent__Group__0() throws RecognitionException;
void rule__ThreadSubcomponent__Group__0__Impl() throws RecognitionException;
void rule__ThreadSubcomponent__Group__1() throws RecognitionException;
@@ -4629,6 +4735,8 @@ interface InternalAadl2ParserSignatures {
void rule__ThreadSubcomponent__Group_0_1__1__Impl() throws RecognitionException;
void rule__ThreadSubcomponent__Group_0_1__2() throws RecognitionException;
void rule__ThreadSubcomponent__Group_0_1__2__Impl() throws RecognitionException;
+ void rule__ThreadSubcomponent__Group_0_1__3() throws RecognitionException;
+ void rule__ThreadSubcomponent__Group_0_1__3__Impl() throws RecognitionException;
void rule__ThreadSubcomponent__Group_2__0() throws RecognitionException;
void rule__ThreadSubcomponent__Group_2__0__Impl() throws RecognitionException;
void rule__ThreadSubcomponent__Group_2__1() throws RecognitionException;
@@ -4675,14 +4783,16 @@ interface InternalAadl2ParserSignatures {
void rule__ThreadSubcomponent__Group_5__2__Impl() throws RecognitionException;
void rule__ThreadSubcomponent__Group_5__3() throws RecognitionException;
void rule__ThreadSubcomponent__Group_5__3__Impl() throws RecognitionException;
- void rule__ThreadSubcomponent__Group_5_2__0() throws RecognitionException;
- void rule__ThreadSubcomponent__Group_5_2__0__Impl() throws RecognitionException;
- void rule__ThreadSubcomponent__Group_5_2__1() throws RecognitionException;
- void rule__ThreadSubcomponent__Group_5_2__1__Impl() throws RecognitionException;
- void rule__ThreadSubcomponent__Group_5_2_1__0() throws RecognitionException;
- void rule__ThreadSubcomponent__Group_5_2_1__0__Impl() throws RecognitionException;
- void rule__ThreadSubcomponent__Group_5_2_1__1() throws RecognitionException;
- void rule__ThreadSubcomponent__Group_5_2_1__1__Impl() throws RecognitionException;
+ void rule__ThreadSubcomponent__Group_5__4() throws RecognitionException;
+ void rule__ThreadSubcomponent__Group_5__4__Impl() throws RecognitionException;
+ void rule__ThreadSubcomponent__Group_5_3__0() throws RecognitionException;
+ void rule__ThreadSubcomponent__Group_5_3__0__Impl() throws RecognitionException;
+ void rule__ThreadSubcomponent__Group_5_3__1() throws RecognitionException;
+ void rule__ThreadSubcomponent__Group_5_3__1__Impl() throws RecognitionException;
+ void rule__ThreadSubcomponent__Group_5_3_1__0() throws RecognitionException;
+ void rule__ThreadSubcomponent__Group_5_3_1__0__Impl() throws RecognitionException;
+ void rule__ThreadSubcomponent__Group_5_3_1__1() throws RecognitionException;
+ void rule__ThreadSubcomponent__Group_5_3_1__1__Impl() throws RecognitionException;
void rule__SubprogramSubcomponent__Group__0() throws RecognitionException;
void rule__SubprogramSubcomponent__Group__0__Impl() throws RecognitionException;
void rule__SubprogramSubcomponent__Group__1() throws RecognitionException;
@@ -4707,6 +4817,8 @@ interface InternalAadl2ParserSignatures {
void rule__SubprogramSubcomponent__Group_0_1__1__Impl() throws RecognitionException;
void rule__SubprogramSubcomponent__Group_0_1__2() throws RecognitionException;
void rule__SubprogramSubcomponent__Group_0_1__2__Impl() throws RecognitionException;
+ void rule__SubprogramSubcomponent__Group_0_1__3() throws RecognitionException;
+ void rule__SubprogramSubcomponent__Group_0_1__3__Impl() throws RecognitionException;
void rule__SubprogramSubcomponent__Group_2__0() throws RecognitionException;
void rule__SubprogramSubcomponent__Group_2__0__Impl() throws RecognitionException;
void rule__SubprogramSubcomponent__Group_2__1() throws RecognitionException;
@@ -4753,14 +4865,16 @@ interface InternalAadl2ParserSignatures {
void rule__SubprogramSubcomponent__Group_5__2__Impl() throws RecognitionException;
void rule__SubprogramSubcomponent__Group_5__3() throws RecognitionException;
void rule__SubprogramSubcomponent__Group_5__3__Impl() throws RecognitionException;
- void rule__SubprogramSubcomponent__Group_5_2__0() throws RecognitionException;
- void rule__SubprogramSubcomponent__Group_5_2__0__Impl() throws RecognitionException;
- void rule__SubprogramSubcomponent__Group_5_2__1() throws RecognitionException;
- void rule__SubprogramSubcomponent__Group_5_2__1__Impl() throws RecognitionException;
- void rule__SubprogramSubcomponent__Group_5_2_1__0() throws RecognitionException;
- void rule__SubprogramSubcomponent__Group_5_2_1__0__Impl() throws RecognitionException;
- void rule__SubprogramSubcomponent__Group_5_2_1__1() throws RecognitionException;
- void rule__SubprogramSubcomponent__Group_5_2_1__1__Impl() throws RecognitionException;
+ void rule__SubprogramSubcomponent__Group_5__4() throws RecognitionException;
+ void rule__SubprogramSubcomponent__Group_5__4__Impl() throws RecognitionException;
+ void rule__SubprogramSubcomponent__Group_5_3__0() throws RecognitionException;
+ void rule__SubprogramSubcomponent__Group_5_3__0__Impl() throws RecognitionException;
+ void rule__SubprogramSubcomponent__Group_5_3__1() throws RecognitionException;
+ void rule__SubprogramSubcomponent__Group_5_3__1__Impl() throws RecognitionException;
+ void rule__SubprogramSubcomponent__Group_5_3_1__0() throws RecognitionException;
+ void rule__SubprogramSubcomponent__Group_5_3_1__0__Impl() throws RecognitionException;
+ void rule__SubprogramSubcomponent__Group_5_3_1__1() throws RecognitionException;
+ void rule__SubprogramSubcomponent__Group_5_3_1__1__Impl() throws RecognitionException;
void rule__SubprogramGroupSubcomponent__Group__0() throws RecognitionException;
void rule__SubprogramGroupSubcomponent__Group__0__Impl() throws RecognitionException;
void rule__SubprogramGroupSubcomponent__Group__1() throws RecognitionException;
@@ -4775,6 +4889,8 @@ interface InternalAadl2ParserSignatures {
void rule__SubprogramGroupSubcomponent__Group__5__Impl() throws RecognitionException;
void rule__SubprogramGroupSubcomponent__Group__6() throws RecognitionException;
void rule__SubprogramGroupSubcomponent__Group__6__Impl() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group__7() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group__7__Impl() throws RecognitionException;
void rule__SubprogramGroupSubcomponent__Group_0_0__0() throws RecognitionException;
void rule__SubprogramGroupSubcomponent__Group_0_0__0__Impl() throws RecognitionException;
void rule__SubprogramGroupSubcomponent__Group_0_0__1() throws RecognitionException;
@@ -4785,22 +4901,8 @@ interface InternalAadl2ParserSignatures {
void rule__SubprogramGroupSubcomponent__Group_0_1__1__Impl() throws RecognitionException;
void rule__SubprogramGroupSubcomponent__Group_0_1__2() throws RecognitionException;
void rule__SubprogramGroupSubcomponent__Group_0_1__2__Impl() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__Group_2__0() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__Group_2__0__Impl() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__Group_2__1() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__Group_2__1__Impl() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__Group_2_1__0() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__Group_2_1__0__Impl() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__Group_2_1__1() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__Group_2_1__1__Impl() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__Group_2_1__2() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__Group_2_1__2__Impl() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__Group_2_1__3() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__Group_2_1__3__Impl() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__Group_2_1_2__0() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__Group_2_1_2__0__Impl() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__Group_2_1_2__1() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__Group_2_1_2__1__Impl() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group_0_1__3() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group_0_1__3__Impl() throws RecognitionException;
void rule__SubprogramGroupSubcomponent__Group_3__0() throws RecognitionException;
void rule__SubprogramGroupSubcomponent__Group_3__0__Impl() throws RecognitionException;
void rule__SubprogramGroupSubcomponent__Group_3__1() throws RecognitionException;
@@ -4821,24 +4923,42 @@ interface InternalAadl2ParserSignatures {
void rule__SubprogramGroupSubcomponent__Group_4__0__Impl() throws RecognitionException;
void rule__SubprogramGroupSubcomponent__Group_4__1() throws RecognitionException;
void rule__SubprogramGroupSubcomponent__Group_4__1__Impl() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__Group_4__2() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__Group_4__2__Impl() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group_4_1__0() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group_4_1__0__Impl() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group_4_1__1() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group_4_1__1__Impl() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group_4_1__2() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group_4_1__2__Impl() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group_4_1__3() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group_4_1__3__Impl() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group_4_1_2__0() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group_4_1_2__0__Impl() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group_4_1_2__1() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group_4_1_2__1__Impl() throws RecognitionException;
void rule__SubprogramGroupSubcomponent__Group_5__0() throws RecognitionException;
void rule__SubprogramGroupSubcomponent__Group_5__0__Impl() throws RecognitionException;
void rule__SubprogramGroupSubcomponent__Group_5__1() throws RecognitionException;
void rule__SubprogramGroupSubcomponent__Group_5__1__Impl() throws RecognitionException;
void rule__SubprogramGroupSubcomponent__Group_5__2() throws RecognitionException;
void rule__SubprogramGroupSubcomponent__Group_5__2__Impl() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__Group_5__3() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__Group_5__3__Impl() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__Group_5_2__0() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__Group_5_2__0__Impl() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__Group_5_2__1() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__Group_5_2__1__Impl() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__Group_5_2_1__0() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__Group_5_2_1__0__Impl() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__Group_5_2_1__1() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__Group_5_2_1__1__Impl() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group_6__0() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group_6__0__Impl() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group_6__1() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group_6__1__Impl() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group_6__2() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group_6__2__Impl() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group_6__3() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group_6__3__Impl() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group_6__4() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group_6__4__Impl() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group_6_3__0() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group_6_3__0__Impl() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group_6_3__1() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group_6_3__1__Impl() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group_6_3_1__0() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group_6_3_1__0__Impl() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group_6_3_1__1() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__Group_6_3_1__1__Impl() throws RecognitionException;
void rule__ProcessorSubcomponent__Group__0() throws RecognitionException;
void rule__ProcessorSubcomponent__Group__0__Impl() throws RecognitionException;
void rule__ProcessorSubcomponent__Group__1() throws RecognitionException;
@@ -4863,6 +4983,8 @@ interface InternalAadl2ParserSignatures {
void rule__ProcessorSubcomponent__Group_0_1__1__Impl() throws RecognitionException;
void rule__ProcessorSubcomponent__Group_0_1__2() throws RecognitionException;
void rule__ProcessorSubcomponent__Group_0_1__2__Impl() throws RecognitionException;
+ void rule__ProcessorSubcomponent__Group_0_1__3() throws RecognitionException;
+ void rule__ProcessorSubcomponent__Group_0_1__3__Impl() throws RecognitionException;
void rule__ProcessorSubcomponent__Group_2__0() throws RecognitionException;
void rule__ProcessorSubcomponent__Group_2__0__Impl() throws RecognitionException;
void rule__ProcessorSubcomponent__Group_2__1() throws RecognitionException;
@@ -4909,14 +5031,16 @@ interface InternalAadl2ParserSignatures {
void rule__ProcessorSubcomponent__Group_5__2__Impl() throws RecognitionException;
void rule__ProcessorSubcomponent__Group_5__3() throws RecognitionException;
void rule__ProcessorSubcomponent__Group_5__3__Impl() throws RecognitionException;
- void rule__ProcessorSubcomponent__Group_5_2__0() throws RecognitionException;
- void rule__ProcessorSubcomponent__Group_5_2__0__Impl() throws RecognitionException;
- void rule__ProcessorSubcomponent__Group_5_2__1() throws RecognitionException;
- void rule__ProcessorSubcomponent__Group_5_2__1__Impl() throws RecognitionException;
- void rule__ProcessorSubcomponent__Group_5_2_1__0() throws RecognitionException;
- void rule__ProcessorSubcomponent__Group_5_2_1__0__Impl() throws RecognitionException;
- void rule__ProcessorSubcomponent__Group_5_2_1__1() throws RecognitionException;
- void rule__ProcessorSubcomponent__Group_5_2_1__1__Impl() throws RecognitionException;
+ void rule__ProcessorSubcomponent__Group_5__4() throws RecognitionException;
+ void rule__ProcessorSubcomponent__Group_5__4__Impl() throws RecognitionException;
+ void rule__ProcessorSubcomponent__Group_5_3__0() throws RecognitionException;
+ void rule__ProcessorSubcomponent__Group_5_3__0__Impl() throws RecognitionException;
+ void rule__ProcessorSubcomponent__Group_5_3__1() throws RecognitionException;
+ void rule__ProcessorSubcomponent__Group_5_3__1__Impl() throws RecognitionException;
+ void rule__ProcessorSubcomponent__Group_5_3_1__0() throws RecognitionException;
+ void rule__ProcessorSubcomponent__Group_5_3_1__0__Impl() throws RecognitionException;
+ void rule__ProcessorSubcomponent__Group_5_3_1__1() throws RecognitionException;
+ void rule__ProcessorSubcomponent__Group_5_3_1__1__Impl() throws RecognitionException;
void rule__VirtualProcessorSubcomponent__Group__0() throws RecognitionException;
void rule__VirtualProcessorSubcomponent__Group__0__Impl() throws RecognitionException;
void rule__VirtualProcessorSubcomponent__Group__1() throws RecognitionException;
@@ -4931,6 +5055,8 @@ interface InternalAadl2ParserSignatures {
void rule__VirtualProcessorSubcomponent__Group__5__Impl() throws RecognitionException;
void rule__VirtualProcessorSubcomponent__Group__6() throws RecognitionException;
void rule__VirtualProcessorSubcomponent__Group__6__Impl() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group__7() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group__7__Impl() throws RecognitionException;
void rule__VirtualProcessorSubcomponent__Group_0_0__0() throws RecognitionException;
void rule__VirtualProcessorSubcomponent__Group_0_0__0__Impl() throws RecognitionException;
void rule__VirtualProcessorSubcomponent__Group_0_0__1() throws RecognitionException;
@@ -4941,22 +5067,8 @@ interface InternalAadl2ParserSignatures {
void rule__VirtualProcessorSubcomponent__Group_0_1__1__Impl() throws RecognitionException;
void rule__VirtualProcessorSubcomponent__Group_0_1__2() throws RecognitionException;
void rule__VirtualProcessorSubcomponent__Group_0_1__2__Impl() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__Group_2__0() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__Group_2__0__Impl() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__Group_2__1() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__Group_2__1__Impl() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__Group_2_1__0() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__Group_2_1__0__Impl() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__Group_2_1__1() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__Group_2_1__1__Impl() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__Group_2_1__2() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__Group_2_1__2__Impl() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__Group_2_1__3() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__Group_2_1__3__Impl() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__Group_2_1_2__0() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__Group_2_1_2__0__Impl() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__Group_2_1_2__1() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__Group_2_1_2__1__Impl() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group_0_1__3() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group_0_1__3__Impl() throws RecognitionException;
void rule__VirtualProcessorSubcomponent__Group_3__0() throws RecognitionException;
void rule__VirtualProcessorSubcomponent__Group_3__0__Impl() throws RecognitionException;
void rule__VirtualProcessorSubcomponent__Group_3__1() throws RecognitionException;
@@ -4977,24 +5089,42 @@ interface InternalAadl2ParserSignatures {
void rule__VirtualProcessorSubcomponent__Group_4__0__Impl() throws RecognitionException;
void rule__VirtualProcessorSubcomponent__Group_4__1() throws RecognitionException;
void rule__VirtualProcessorSubcomponent__Group_4__1__Impl() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__Group_4__2() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__Group_4__2__Impl() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group_4_1__0() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group_4_1__0__Impl() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group_4_1__1() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group_4_1__1__Impl() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group_4_1__2() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group_4_1__2__Impl() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group_4_1__3() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group_4_1__3__Impl() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group_4_1_2__0() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group_4_1_2__0__Impl() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group_4_1_2__1() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group_4_1_2__1__Impl() throws RecognitionException;
void rule__VirtualProcessorSubcomponent__Group_5__0() throws RecognitionException;
void rule__VirtualProcessorSubcomponent__Group_5__0__Impl() throws RecognitionException;
void rule__VirtualProcessorSubcomponent__Group_5__1() throws RecognitionException;
void rule__VirtualProcessorSubcomponent__Group_5__1__Impl() throws RecognitionException;
void rule__VirtualProcessorSubcomponent__Group_5__2() throws RecognitionException;
void rule__VirtualProcessorSubcomponent__Group_5__2__Impl() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__Group_5__3() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__Group_5__3__Impl() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__Group_5_2__0() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__Group_5_2__0__Impl() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__Group_5_2__1() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__Group_5_2__1__Impl() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__Group_5_2_1__0() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__Group_5_2_1__0__Impl() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__Group_5_2_1__1() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__Group_5_2_1__1__Impl() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group_6__0() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group_6__0__Impl() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group_6__1() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group_6__1__Impl() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group_6__2() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group_6__2__Impl() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group_6__3() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group_6__3__Impl() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group_6__4() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group_6__4__Impl() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group_6_3__0() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group_6_3__0__Impl() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group_6_3__1() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group_6_3__1__Impl() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group_6_3_1__0() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group_6_3_1__0__Impl() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group_6_3_1__1() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__Group_6_3_1__1__Impl() throws RecognitionException;
void rule__DeviceSubcomponent__Group__0() throws RecognitionException;
void rule__DeviceSubcomponent__Group__0__Impl() throws RecognitionException;
void rule__DeviceSubcomponent__Group__1() throws RecognitionException;
@@ -5019,6 +5149,8 @@ interface InternalAadl2ParserSignatures {
void rule__DeviceSubcomponent__Group_0_1__1__Impl() throws RecognitionException;
void rule__DeviceSubcomponent__Group_0_1__2() throws RecognitionException;
void rule__DeviceSubcomponent__Group_0_1__2__Impl() throws RecognitionException;
+ void rule__DeviceSubcomponent__Group_0_1__3() throws RecognitionException;
+ void rule__DeviceSubcomponent__Group_0_1__3__Impl() throws RecognitionException;
void rule__DeviceSubcomponent__Group_2__0() throws RecognitionException;
void rule__DeviceSubcomponent__Group_2__0__Impl() throws RecognitionException;
void rule__DeviceSubcomponent__Group_2__1() throws RecognitionException;
@@ -5065,14 +5197,16 @@ interface InternalAadl2ParserSignatures {
void rule__DeviceSubcomponent__Group_5__2__Impl() throws RecognitionException;
void rule__DeviceSubcomponent__Group_5__3() throws RecognitionException;
void rule__DeviceSubcomponent__Group_5__3__Impl() throws RecognitionException;
- void rule__DeviceSubcomponent__Group_5_2__0() throws RecognitionException;
- void rule__DeviceSubcomponent__Group_5_2__0__Impl() throws RecognitionException;
- void rule__DeviceSubcomponent__Group_5_2__1() throws RecognitionException;
- void rule__DeviceSubcomponent__Group_5_2__1__Impl() throws RecognitionException;
- void rule__DeviceSubcomponent__Group_5_2_1__0() throws RecognitionException;
- void rule__DeviceSubcomponent__Group_5_2_1__0__Impl() throws RecognitionException;
- void rule__DeviceSubcomponent__Group_5_2_1__1() throws RecognitionException;
- void rule__DeviceSubcomponent__Group_5_2_1__1__Impl() throws RecognitionException;
+ void rule__DeviceSubcomponent__Group_5__4() throws RecognitionException;
+ void rule__DeviceSubcomponent__Group_5__4__Impl() throws RecognitionException;
+ void rule__DeviceSubcomponent__Group_5_3__0() throws RecognitionException;
+ void rule__DeviceSubcomponent__Group_5_3__0__Impl() throws RecognitionException;
+ void rule__DeviceSubcomponent__Group_5_3__1() throws RecognitionException;
+ void rule__DeviceSubcomponent__Group_5_3__1__Impl() throws RecognitionException;
+ void rule__DeviceSubcomponent__Group_5_3_1__0() throws RecognitionException;
+ void rule__DeviceSubcomponent__Group_5_3_1__0__Impl() throws RecognitionException;
+ void rule__DeviceSubcomponent__Group_5_3_1__1() throws RecognitionException;
+ void rule__DeviceSubcomponent__Group_5_3_1__1__Impl() throws RecognitionException;
void rule__MemorySubcomponent__Group__0() throws RecognitionException;
void rule__MemorySubcomponent__Group__0__Impl() throws RecognitionException;
void rule__MemorySubcomponent__Group__1() throws RecognitionException;
@@ -5097,6 +5231,8 @@ interface InternalAadl2ParserSignatures {
void rule__MemorySubcomponent__Group_0_1__1__Impl() throws RecognitionException;
void rule__MemorySubcomponent__Group_0_1__2() throws RecognitionException;
void rule__MemorySubcomponent__Group_0_1__2__Impl() throws RecognitionException;
+ void rule__MemorySubcomponent__Group_0_1__3() throws RecognitionException;
+ void rule__MemorySubcomponent__Group_0_1__3__Impl() throws RecognitionException;
void rule__MemorySubcomponent__Group_2__0() throws RecognitionException;
void rule__MemorySubcomponent__Group_2__0__Impl() throws RecognitionException;
void rule__MemorySubcomponent__Group_2__1() throws RecognitionException;
@@ -5143,14 +5279,16 @@ interface InternalAadl2ParserSignatures {
void rule__MemorySubcomponent__Group_5__2__Impl() throws RecognitionException;
void rule__MemorySubcomponent__Group_5__3() throws RecognitionException;
void rule__MemorySubcomponent__Group_5__3__Impl() throws RecognitionException;
- void rule__MemorySubcomponent__Group_5_2__0() throws RecognitionException;
- void rule__MemorySubcomponent__Group_5_2__0__Impl() throws RecognitionException;
- void rule__MemorySubcomponent__Group_5_2__1() throws RecognitionException;
- void rule__MemorySubcomponent__Group_5_2__1__Impl() throws RecognitionException;
- void rule__MemorySubcomponent__Group_5_2_1__0() throws RecognitionException;
- void rule__MemorySubcomponent__Group_5_2_1__0__Impl() throws RecognitionException;
- void rule__MemorySubcomponent__Group_5_2_1__1() throws RecognitionException;
- void rule__MemorySubcomponent__Group_5_2_1__1__Impl() throws RecognitionException;
+ void rule__MemorySubcomponent__Group_5__4() throws RecognitionException;
+ void rule__MemorySubcomponent__Group_5__4__Impl() throws RecognitionException;
+ void rule__MemorySubcomponent__Group_5_3__0() throws RecognitionException;
+ void rule__MemorySubcomponent__Group_5_3__0__Impl() throws RecognitionException;
+ void rule__MemorySubcomponent__Group_5_3__1() throws RecognitionException;
+ void rule__MemorySubcomponent__Group_5_3__1__Impl() throws RecognitionException;
+ void rule__MemorySubcomponent__Group_5_3_1__0() throws RecognitionException;
+ void rule__MemorySubcomponent__Group_5_3_1__0__Impl() throws RecognitionException;
+ void rule__MemorySubcomponent__Group_5_3_1__1() throws RecognitionException;
+ void rule__MemorySubcomponent__Group_5_3_1__1__Impl() throws RecognitionException;
void rule__BusSubcomponent__Group__0() throws RecognitionException;
void rule__BusSubcomponent__Group__0__Impl() throws RecognitionException;
void rule__BusSubcomponent__Group__1() throws RecognitionException;
@@ -5175,6 +5313,8 @@ interface InternalAadl2ParserSignatures {
void rule__BusSubcomponent__Group_0_1__1__Impl() throws RecognitionException;
void rule__BusSubcomponent__Group_0_1__2() throws RecognitionException;
void rule__BusSubcomponent__Group_0_1__2__Impl() throws RecognitionException;
+ void rule__BusSubcomponent__Group_0_1__3() throws RecognitionException;
+ void rule__BusSubcomponent__Group_0_1__3__Impl() throws RecognitionException;
void rule__BusSubcomponent__Group_2__0() throws RecognitionException;
void rule__BusSubcomponent__Group_2__0__Impl() throws RecognitionException;
void rule__BusSubcomponent__Group_2__1() throws RecognitionException;
@@ -5221,14 +5361,16 @@ interface InternalAadl2ParserSignatures {
void rule__BusSubcomponent__Group_5__2__Impl() throws RecognitionException;
void rule__BusSubcomponent__Group_5__3() throws RecognitionException;
void rule__BusSubcomponent__Group_5__3__Impl() throws RecognitionException;
- void rule__BusSubcomponent__Group_5_2__0() throws RecognitionException;
- void rule__BusSubcomponent__Group_5_2__0__Impl() throws RecognitionException;
- void rule__BusSubcomponent__Group_5_2__1() throws RecognitionException;
- void rule__BusSubcomponent__Group_5_2__1__Impl() throws RecognitionException;
- void rule__BusSubcomponent__Group_5_2_1__0() throws RecognitionException;
- void rule__BusSubcomponent__Group_5_2_1__0__Impl() throws RecognitionException;
- void rule__BusSubcomponent__Group_5_2_1__1() throws RecognitionException;
- void rule__BusSubcomponent__Group_5_2_1__1__Impl() throws RecognitionException;
+ void rule__BusSubcomponent__Group_5__4() throws RecognitionException;
+ void rule__BusSubcomponent__Group_5__4__Impl() throws RecognitionException;
+ void rule__BusSubcomponent__Group_5_3__0() throws RecognitionException;
+ void rule__BusSubcomponent__Group_5_3__0__Impl() throws RecognitionException;
+ void rule__BusSubcomponent__Group_5_3__1() throws RecognitionException;
+ void rule__BusSubcomponent__Group_5_3__1__Impl() throws RecognitionException;
+ void rule__BusSubcomponent__Group_5_3_1__0() throws RecognitionException;
+ void rule__BusSubcomponent__Group_5_3_1__0__Impl() throws RecognitionException;
+ void rule__BusSubcomponent__Group_5_3_1__1() throws RecognitionException;
+ void rule__BusSubcomponent__Group_5_3_1__1__Impl() throws RecognitionException;
void rule__VirtualBusSubcomponent__Group__0() throws RecognitionException;
void rule__VirtualBusSubcomponent__Group__0__Impl() throws RecognitionException;
void rule__VirtualBusSubcomponent__Group__1() throws RecognitionException;
@@ -5243,6 +5385,8 @@ interface InternalAadl2ParserSignatures {
void rule__VirtualBusSubcomponent__Group__5__Impl() throws RecognitionException;
void rule__VirtualBusSubcomponent__Group__6() throws RecognitionException;
void rule__VirtualBusSubcomponent__Group__6__Impl() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group__7() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group__7__Impl() throws RecognitionException;
void rule__VirtualBusSubcomponent__Group_0_0__0() throws RecognitionException;
void rule__VirtualBusSubcomponent__Group_0_0__0__Impl() throws RecognitionException;
void rule__VirtualBusSubcomponent__Group_0_0__1() throws RecognitionException;
@@ -5253,22 +5397,8 @@ interface InternalAadl2ParserSignatures {
void rule__VirtualBusSubcomponent__Group_0_1__1__Impl() throws RecognitionException;
void rule__VirtualBusSubcomponent__Group_0_1__2() throws RecognitionException;
void rule__VirtualBusSubcomponent__Group_0_1__2__Impl() throws RecognitionException;
- void rule__VirtualBusSubcomponent__Group_2__0() throws RecognitionException;
- void rule__VirtualBusSubcomponent__Group_2__0__Impl() throws RecognitionException;
- void rule__VirtualBusSubcomponent__Group_2__1() throws RecognitionException;
- void rule__VirtualBusSubcomponent__Group_2__1__Impl() throws RecognitionException;
- void rule__VirtualBusSubcomponent__Group_2_1__0() throws RecognitionException;
- void rule__VirtualBusSubcomponent__Group_2_1__0__Impl() throws RecognitionException;
- void rule__VirtualBusSubcomponent__Group_2_1__1() throws RecognitionException;
- void rule__VirtualBusSubcomponent__Group_2_1__1__Impl() throws RecognitionException;
- void rule__VirtualBusSubcomponent__Group_2_1__2() throws RecognitionException;
- void rule__VirtualBusSubcomponent__Group_2_1__2__Impl() throws RecognitionException;
- void rule__VirtualBusSubcomponent__Group_2_1__3() throws RecognitionException;
- void rule__VirtualBusSubcomponent__Group_2_1__3__Impl() throws RecognitionException;
- void rule__VirtualBusSubcomponent__Group_2_1_2__0() throws RecognitionException;
- void rule__VirtualBusSubcomponent__Group_2_1_2__0__Impl() throws RecognitionException;
- void rule__VirtualBusSubcomponent__Group_2_1_2__1() throws RecognitionException;
- void rule__VirtualBusSubcomponent__Group_2_1_2__1__Impl() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group_0_1__3() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group_0_1__3__Impl() throws RecognitionException;
void rule__VirtualBusSubcomponent__Group_3__0() throws RecognitionException;
void rule__VirtualBusSubcomponent__Group_3__0__Impl() throws RecognitionException;
void rule__VirtualBusSubcomponent__Group_3__1() throws RecognitionException;
@@ -5289,24 +5419,42 @@ interface InternalAadl2ParserSignatures {
void rule__VirtualBusSubcomponent__Group_4__0__Impl() throws RecognitionException;
void rule__VirtualBusSubcomponent__Group_4__1() throws RecognitionException;
void rule__VirtualBusSubcomponent__Group_4__1__Impl() throws RecognitionException;
- void rule__VirtualBusSubcomponent__Group_4__2() throws RecognitionException;
- void rule__VirtualBusSubcomponent__Group_4__2__Impl() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group_4_1__0() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group_4_1__0__Impl() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group_4_1__1() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group_4_1__1__Impl() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group_4_1__2() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group_4_1__2__Impl() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group_4_1__3() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group_4_1__3__Impl() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group_4_1_2__0() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group_4_1_2__0__Impl() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group_4_1_2__1() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group_4_1_2__1__Impl() throws RecognitionException;
void rule__VirtualBusSubcomponent__Group_5__0() throws RecognitionException;
void rule__VirtualBusSubcomponent__Group_5__0__Impl() throws RecognitionException;
void rule__VirtualBusSubcomponent__Group_5__1() throws RecognitionException;
void rule__VirtualBusSubcomponent__Group_5__1__Impl() throws RecognitionException;
void rule__VirtualBusSubcomponent__Group_5__2() throws RecognitionException;
void rule__VirtualBusSubcomponent__Group_5__2__Impl() throws RecognitionException;
- void rule__VirtualBusSubcomponent__Group_5__3() throws RecognitionException;
- void rule__VirtualBusSubcomponent__Group_5__3__Impl() throws RecognitionException;
- void rule__VirtualBusSubcomponent__Group_5_2__0() throws RecognitionException;
- void rule__VirtualBusSubcomponent__Group_5_2__0__Impl() throws RecognitionException;
- void rule__VirtualBusSubcomponent__Group_5_2__1() throws RecognitionException;
- void rule__VirtualBusSubcomponent__Group_5_2__1__Impl() throws RecognitionException;
- void rule__VirtualBusSubcomponent__Group_5_2_1__0() throws RecognitionException;
- void rule__VirtualBusSubcomponent__Group_5_2_1__0__Impl() throws RecognitionException;
- void rule__VirtualBusSubcomponent__Group_5_2_1__1() throws RecognitionException;
- void rule__VirtualBusSubcomponent__Group_5_2_1__1__Impl() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group_6__0() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group_6__0__Impl() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group_6__1() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group_6__1__Impl() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group_6__2() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group_6__2__Impl() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group_6__3() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group_6__3__Impl() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group_6__4() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group_6__4__Impl() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group_6_3__0() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group_6_3__0__Impl() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group_6_3__1() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group_6_3__1__Impl() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group_6_3_1__0() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group_6_3_1__0__Impl() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group_6_3_1__1() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__Group_6_3_1__1__Impl() throws RecognitionException;
void rule__DataSubcomponent__Group__0() throws RecognitionException;
void rule__DataSubcomponent__Group__0__Impl() throws RecognitionException;
void rule__DataSubcomponent__Group__1() throws RecognitionException;
@@ -5331,6 +5479,8 @@ interface InternalAadl2ParserSignatures {
void rule__DataSubcomponent__Group_0_1__1__Impl() throws RecognitionException;
void rule__DataSubcomponent__Group_0_1__2() throws RecognitionException;
void rule__DataSubcomponent__Group_0_1__2__Impl() throws RecognitionException;
+ void rule__DataSubcomponent__Group_0_1__3() throws RecognitionException;
+ void rule__DataSubcomponent__Group_0_1__3__Impl() throws RecognitionException;
void rule__DataSubcomponent__Group_2__0() throws RecognitionException;
void rule__DataSubcomponent__Group_2__0__Impl() throws RecognitionException;
void rule__DataSubcomponent__Group_2__1() throws RecognitionException;
@@ -5377,14 +5527,16 @@ interface InternalAadl2ParserSignatures {
void rule__DataSubcomponent__Group_5__2__Impl() throws RecognitionException;
void rule__DataSubcomponent__Group_5__3() throws RecognitionException;
void rule__DataSubcomponent__Group_5__3__Impl() throws RecognitionException;
- void rule__DataSubcomponent__Group_5_2__0() throws RecognitionException;
- void rule__DataSubcomponent__Group_5_2__0__Impl() throws RecognitionException;
- void rule__DataSubcomponent__Group_5_2__1() throws RecognitionException;
- void rule__DataSubcomponent__Group_5_2__1__Impl() throws RecognitionException;
- void rule__DataSubcomponent__Group_5_2_1__0() throws RecognitionException;
- void rule__DataSubcomponent__Group_5_2_1__0__Impl() throws RecognitionException;
- void rule__DataSubcomponent__Group_5_2_1__1() throws RecognitionException;
- void rule__DataSubcomponent__Group_5_2_1__1__Impl() throws RecognitionException;
+ void rule__DataSubcomponent__Group_5__4() throws RecognitionException;
+ void rule__DataSubcomponent__Group_5__4__Impl() throws RecognitionException;
+ void rule__DataSubcomponent__Group_5_3__0() throws RecognitionException;
+ void rule__DataSubcomponent__Group_5_3__0__Impl() throws RecognitionException;
+ void rule__DataSubcomponent__Group_5_3__1() throws RecognitionException;
+ void rule__DataSubcomponent__Group_5_3__1__Impl() throws RecognitionException;
+ void rule__DataSubcomponent__Group_5_3_1__0() throws RecognitionException;
+ void rule__DataSubcomponent__Group_5_3_1__0__Impl() throws RecognitionException;
+ void rule__DataSubcomponent__Group_5_3_1__1() throws RecognitionException;
+ void rule__DataSubcomponent__Group_5_3_1__1__Impl() throws RecognitionException;
void rule__ArrayDimension__Group__0() throws RecognitionException;
void rule__ArrayDimension__Group__0__Impl() throws RecognitionException;
void rule__ArrayDimension__Group__1() throws RecognitionException;
@@ -5427,6 +5579,8 @@ interface InternalAadl2ParserSignatures {
void rule__DataPort__Group__6__Impl() throws RecognitionException;
void rule__DataPort__Group__7() throws RecognitionException;
void rule__DataPort__Group__7__Impl() throws RecognitionException;
+ void rule__DataPort__Group__8() throws RecognitionException;
+ void rule__DataPort__Group__8__Impl() throws RecognitionException;
void rule__DataPort__Group_1_0__0() throws RecognitionException;
void rule__DataPort__Group_1_0__0__Impl() throws RecognitionException;
void rule__DataPort__Group_1_0__1() throws RecognitionException;
@@ -5437,16 +5591,18 @@ interface InternalAadl2ParserSignatures {
void rule__DataPort__Group_1_1__1__Impl() throws RecognitionException;
void rule__DataPort__Group_1_1__2() throws RecognitionException;
void rule__DataPort__Group_1_1__2__Impl() throws RecognitionException;
+ void rule__DataPort__Group_1_1__3() throws RecognitionException;
+ void rule__DataPort__Group_1_1__3__Impl() throws RecognitionException;
void rule__DataPort__Group_2_0__0() throws RecognitionException;
void rule__DataPort__Group_2_0__0__Impl() throws RecognitionException;
void rule__DataPort__Group_2_0__1() throws RecognitionException;
void rule__DataPort__Group_2_0__1__Impl() throws RecognitionException;
- void rule__DataPort__Group_6__0() throws RecognitionException;
- void rule__DataPort__Group_6__0__Impl() throws RecognitionException;
- void rule__DataPort__Group_6__1() throws RecognitionException;
- void rule__DataPort__Group_6__1__Impl() throws RecognitionException;
- void rule__DataPort__Group_6__2() throws RecognitionException;
- void rule__DataPort__Group_6__2__Impl() throws RecognitionException;
+ void rule__DataPort__Group_7__0() throws RecognitionException;
+ void rule__DataPort__Group_7__0__Impl() throws RecognitionException;
+ void rule__DataPort__Group_7__1() throws RecognitionException;
+ void rule__DataPort__Group_7__1__Impl() throws RecognitionException;
+ void rule__DataPort__Group_7__2() throws RecognitionException;
+ void rule__DataPort__Group_7__2__Impl() throws RecognitionException;
void rule__EventDataPort__Group__0() throws RecognitionException;
void rule__EventDataPort__Group__0__Impl() throws RecognitionException;
void rule__EventDataPort__Group__1() throws RecognitionException;
@@ -5463,6 +5619,10 @@ interface InternalAadl2ParserSignatures {
void rule__EventDataPort__Group__6__Impl() throws RecognitionException;
void rule__EventDataPort__Group__7() throws RecognitionException;
void rule__EventDataPort__Group__7__Impl() throws RecognitionException;
+ void rule__EventDataPort__Group__8() throws RecognitionException;
+ void rule__EventDataPort__Group__8__Impl() throws RecognitionException;
+ void rule__EventDataPort__Group__9() throws RecognitionException;
+ void rule__EventDataPort__Group__9__Impl() throws RecognitionException;
void rule__EventDataPort__Group_1_0__0() throws RecognitionException;
void rule__EventDataPort__Group_1_0__0__Impl() throws RecognitionException;
void rule__EventDataPort__Group_1_0__1() throws RecognitionException;
@@ -5473,16 +5633,18 @@ interface InternalAadl2ParserSignatures {
void rule__EventDataPort__Group_1_1__1__Impl() throws RecognitionException;
void rule__EventDataPort__Group_1_1__2() throws RecognitionException;
void rule__EventDataPort__Group_1_1__2__Impl() throws RecognitionException;
+ void rule__EventDataPort__Group_1_1__3() throws RecognitionException;
+ void rule__EventDataPort__Group_1_1__3__Impl() throws RecognitionException;
void rule__EventDataPort__Group_2_0__0() throws RecognitionException;
void rule__EventDataPort__Group_2_0__0__Impl() throws RecognitionException;
void rule__EventDataPort__Group_2_0__1() throws RecognitionException;
void rule__EventDataPort__Group_2_0__1__Impl() throws RecognitionException;
- void rule__EventDataPort__Group_6__0() throws RecognitionException;
- void rule__EventDataPort__Group_6__0__Impl() throws RecognitionException;
- void rule__EventDataPort__Group_6__1() throws RecognitionException;
- void rule__EventDataPort__Group_6__1__Impl() throws RecognitionException;
- void rule__EventDataPort__Group_6__2() throws RecognitionException;
- void rule__EventDataPort__Group_6__2__Impl() throws RecognitionException;
+ void rule__EventDataPort__Group_8__0() throws RecognitionException;
+ void rule__EventDataPort__Group_8__0__Impl() throws RecognitionException;
+ void rule__EventDataPort__Group_8__1() throws RecognitionException;
+ void rule__EventDataPort__Group_8__1__Impl() throws RecognitionException;
+ void rule__EventDataPort__Group_8__2() throws RecognitionException;
+ void rule__EventDataPort__Group_8__2__Impl() throws RecognitionException;
void rule__EventPort__Group__0() throws RecognitionException;
void rule__EventPort__Group__0__Impl() throws RecognitionException;
void rule__EventPort__Group__1() throws RecognitionException;
@@ -5497,6 +5659,8 @@ interface InternalAadl2ParserSignatures {
void rule__EventPort__Group__5__Impl() throws RecognitionException;
void rule__EventPort__Group__6() throws RecognitionException;
void rule__EventPort__Group__6__Impl() throws RecognitionException;
+ void rule__EventPort__Group__7() throws RecognitionException;
+ void rule__EventPort__Group__7__Impl() throws RecognitionException;
void rule__EventPort__Group_1_0__0() throws RecognitionException;
void rule__EventPort__Group_1_0__0__Impl() throws RecognitionException;
void rule__EventPort__Group_1_0__1() throws RecognitionException;
@@ -5507,16 +5671,18 @@ interface InternalAadl2ParserSignatures {
void rule__EventPort__Group_1_1__1__Impl() throws RecognitionException;
void rule__EventPort__Group_1_1__2() throws RecognitionException;
void rule__EventPort__Group_1_1__2__Impl() throws RecognitionException;
+ void rule__EventPort__Group_1_1__3() throws RecognitionException;
+ void rule__EventPort__Group_1_1__3__Impl() throws RecognitionException;
void rule__EventPort__Group_2_0__0() throws RecognitionException;
void rule__EventPort__Group_2_0__0__Impl() throws RecognitionException;
void rule__EventPort__Group_2_0__1() throws RecognitionException;
void rule__EventPort__Group_2_0__1__Impl() throws RecognitionException;
- void rule__EventPort__Group_5__0() throws RecognitionException;
- void rule__EventPort__Group_5__0__Impl() throws RecognitionException;
- void rule__EventPort__Group_5__1() throws RecognitionException;
- void rule__EventPort__Group_5__1__Impl() throws RecognitionException;
- void rule__EventPort__Group_5__2() throws RecognitionException;
- void rule__EventPort__Group_5__2__Impl() throws RecognitionException;
+ void rule__EventPort__Group_6__0() throws RecognitionException;
+ void rule__EventPort__Group_6__0__Impl() throws RecognitionException;
+ void rule__EventPort__Group_6__1() throws RecognitionException;
+ void rule__EventPort__Group_6__1__Impl() throws RecognitionException;
+ void rule__EventPort__Group_6__2() throws RecognitionException;
+ void rule__EventPort__Group_6__2__Impl() throws RecognitionException;
void rule__FeatureGroup__Group__0() throws RecognitionException;
void rule__FeatureGroup__Group__0__Impl() throws RecognitionException;
void rule__FeatureGroup__Group__1() throws RecognitionException;
@@ -5531,6 +5697,8 @@ interface InternalAadl2ParserSignatures {
void rule__FeatureGroup__Group__5__Impl() throws RecognitionException;
void rule__FeatureGroup__Group__6() throws RecognitionException;
void rule__FeatureGroup__Group__6__Impl() throws RecognitionException;
+ void rule__FeatureGroup__Group__7() throws RecognitionException;
+ void rule__FeatureGroup__Group__7__Impl() throws RecognitionException;
void rule__FeatureGroup__Group_0_0__0() throws RecognitionException;
void rule__FeatureGroup__Group_0_0__0__Impl() throws RecognitionException;
void rule__FeatureGroup__Group_0_0__1() throws RecognitionException;
@@ -5541,16 +5709,22 @@ interface InternalAadl2ParserSignatures {
void rule__FeatureGroup__Group_0_1__1__Impl() throws RecognitionException;
void rule__FeatureGroup__Group_0_1__2() throws RecognitionException;
void rule__FeatureGroup__Group_0_1__2__Impl() throws RecognitionException;
- void rule__FeatureGroup__Group_3__0() throws RecognitionException;
- void rule__FeatureGroup__Group_3__0__Impl() throws RecognitionException;
- void rule__FeatureGroup__Group_3__1() throws RecognitionException;
- void rule__FeatureGroup__Group_3__1__Impl() throws RecognitionException;
- void rule__FeatureGroup__Group_5__0() throws RecognitionException;
- void rule__FeatureGroup__Group_5__0__Impl() throws RecognitionException;
- void rule__FeatureGroup__Group_5__1() throws RecognitionException;
- void rule__FeatureGroup__Group_5__1__Impl() throws RecognitionException;
- void rule__FeatureGroup__Group_5__2() throws RecognitionException;
- void rule__FeatureGroup__Group_5__2__Impl() throws RecognitionException;
+ void rule__FeatureGroup__Group_0_1__3() throws RecognitionException;
+ void rule__FeatureGroup__Group_0_1__3__Impl() throws RecognitionException;
+ void rule__FeatureGroup__Group_4__0() throws RecognitionException;
+ void rule__FeatureGroup__Group_4__0__Impl() throws RecognitionException;
+ void rule__FeatureGroup__Group_4__1() throws RecognitionException;
+ void rule__FeatureGroup__Group_4__1__Impl() throws RecognitionException;
+ void rule__FeatureGroup__Group_4_0__0() throws RecognitionException;
+ void rule__FeatureGroup__Group_4_0__0__Impl() throws RecognitionException;
+ void rule__FeatureGroup__Group_4_0__1() throws RecognitionException;
+ void rule__FeatureGroup__Group_4_0__1__Impl() throws RecognitionException;
+ void rule__FeatureGroup__Group_6__0() throws RecognitionException;
+ void rule__FeatureGroup__Group_6__0__Impl() throws RecognitionException;
+ void rule__FeatureGroup__Group_6__1() throws RecognitionException;
+ void rule__FeatureGroup__Group_6__1__Impl() throws RecognitionException;
+ void rule__FeatureGroup__Group_6__2() throws RecognitionException;
+ void rule__FeatureGroup__Group_6__2__Impl() throws RecognitionException;
void rule__Parameter__Group__0() throws RecognitionException;
void rule__Parameter__Group__0__Impl() throws RecognitionException;
void rule__Parameter__Group__1() throws RecognitionException;
@@ -5575,6 +5749,8 @@ interface InternalAadl2ParserSignatures {
void rule__Parameter__Group_0_1__1__Impl() throws RecognitionException;
void rule__Parameter__Group_0_1__2() throws RecognitionException;
void rule__Parameter__Group_0_1__2__Impl() throws RecognitionException;
+ void rule__Parameter__Group_0_1__3() throws RecognitionException;
+ void rule__Parameter__Group_0_1__3__Impl() throws RecognitionException;
void rule__Parameter__Group_1_0__0() throws RecognitionException;
void rule__Parameter__Group_1_0__0__Impl() throws RecognitionException;
void rule__Parameter__Group_1_0__1() throws RecognitionException;
@@ -5599,6 +5775,8 @@ interface InternalAadl2ParserSignatures {
void rule__SubprogramAccess__Group__5__Impl() throws RecognitionException;
void rule__SubprogramAccess__Group__6() throws RecognitionException;
void rule__SubprogramAccess__Group__6__Impl() throws RecognitionException;
+ void rule__SubprogramAccess__Group__7() throws RecognitionException;
+ void rule__SubprogramAccess__Group__7__Impl() throws RecognitionException;
void rule__SubprogramAccess__Group_0_0__0() throws RecognitionException;
void rule__SubprogramAccess__Group_0_0__0__Impl() throws RecognitionException;
void rule__SubprogramAccess__Group_0_0__1() throws RecognitionException;
@@ -5609,12 +5787,14 @@ interface InternalAadl2ParserSignatures {
void rule__SubprogramAccess__Group_0_1__1__Impl() throws RecognitionException;
void rule__SubprogramAccess__Group_0_1__2() throws RecognitionException;
void rule__SubprogramAccess__Group_0_1__2__Impl() throws RecognitionException;
- void rule__SubprogramAccess__Group_5__0() throws RecognitionException;
- void rule__SubprogramAccess__Group_5__0__Impl() throws RecognitionException;
- void rule__SubprogramAccess__Group_5__1() throws RecognitionException;
- void rule__SubprogramAccess__Group_5__1__Impl() throws RecognitionException;
- void rule__SubprogramAccess__Group_5__2() throws RecognitionException;
- void rule__SubprogramAccess__Group_5__2__Impl() throws RecognitionException;
+ void rule__SubprogramAccess__Group_0_1__3() throws RecognitionException;
+ void rule__SubprogramAccess__Group_0_1__3__Impl() throws RecognitionException;
+ void rule__SubprogramAccess__Group_6__0() throws RecognitionException;
+ void rule__SubprogramAccess__Group_6__0__Impl() throws RecognitionException;
+ void rule__SubprogramAccess__Group_6__1() throws RecognitionException;
+ void rule__SubprogramAccess__Group_6__1__Impl() throws RecognitionException;
+ void rule__SubprogramAccess__Group_6__2() throws RecognitionException;
+ void rule__SubprogramAccess__Group_6__2__Impl() throws RecognitionException;
void rule__SubprogramGroupAccess__Group__0() throws RecognitionException;
void rule__SubprogramGroupAccess__Group__0__Impl() throws RecognitionException;
void rule__SubprogramGroupAccess__Group__1() throws RecognitionException;
@@ -5629,6 +5809,10 @@ interface InternalAadl2ParserSignatures {
void rule__SubprogramGroupAccess__Group__5__Impl() throws RecognitionException;
void rule__SubprogramGroupAccess__Group__6() throws RecognitionException;
void rule__SubprogramGroupAccess__Group__6__Impl() throws RecognitionException;
+ void rule__SubprogramGroupAccess__Group__7() throws RecognitionException;
+ void rule__SubprogramGroupAccess__Group__7__Impl() throws RecognitionException;
+ void rule__SubprogramGroupAccess__Group__8() throws RecognitionException;
+ void rule__SubprogramGroupAccess__Group__8__Impl() throws RecognitionException;
void rule__SubprogramGroupAccess__Group_0_0__0() throws RecognitionException;
void rule__SubprogramGroupAccess__Group_0_0__0__Impl() throws RecognitionException;
void rule__SubprogramGroupAccess__Group_0_0__1() throws RecognitionException;
@@ -5639,12 +5823,14 @@ interface InternalAadl2ParserSignatures {
void rule__SubprogramGroupAccess__Group_0_1__1__Impl() throws RecognitionException;
void rule__SubprogramGroupAccess__Group_0_1__2() throws RecognitionException;
void rule__SubprogramGroupAccess__Group_0_1__2__Impl() throws RecognitionException;
- void rule__SubprogramGroupAccess__Group_5__0() throws RecognitionException;
- void rule__SubprogramGroupAccess__Group_5__0__Impl() throws RecognitionException;
- void rule__SubprogramGroupAccess__Group_5__1() throws RecognitionException;
- void rule__SubprogramGroupAccess__Group_5__1__Impl() throws RecognitionException;
- void rule__SubprogramGroupAccess__Group_5__2() throws RecognitionException;
- void rule__SubprogramGroupAccess__Group_5__2__Impl() throws RecognitionException;
+ void rule__SubprogramGroupAccess__Group_0_1__3() throws RecognitionException;
+ void rule__SubprogramGroupAccess__Group_0_1__3__Impl() throws RecognitionException;
+ void rule__SubprogramGroupAccess__Group_7__0() throws RecognitionException;
+ void rule__SubprogramGroupAccess__Group_7__0__Impl() throws RecognitionException;
+ void rule__SubprogramGroupAccess__Group_7__1() throws RecognitionException;
+ void rule__SubprogramGroupAccess__Group_7__1__Impl() throws RecognitionException;
+ void rule__SubprogramGroupAccess__Group_7__2() throws RecognitionException;
+ void rule__SubprogramGroupAccess__Group_7__2__Impl() throws RecognitionException;
void rule__BusAccess__Group__0() throws RecognitionException;
void rule__BusAccess__Group__0__Impl() throws RecognitionException;
void rule__BusAccess__Group__1() throws RecognitionException;
@@ -5661,6 +5847,8 @@ interface InternalAadl2ParserSignatures {
void rule__BusAccess__Group__6__Impl() throws RecognitionException;
void rule__BusAccess__Group__7() throws RecognitionException;
void rule__BusAccess__Group__7__Impl() throws RecognitionException;
+ void rule__BusAccess__Group__8() throws RecognitionException;
+ void rule__BusAccess__Group__8__Impl() throws RecognitionException;
void rule__BusAccess__Group_0_0__0() throws RecognitionException;
void rule__BusAccess__Group_0_0__0__Impl() throws RecognitionException;
void rule__BusAccess__Group_0_0__1() throws RecognitionException;
@@ -5671,12 +5859,14 @@ interface InternalAadl2ParserSignatures {
void rule__BusAccess__Group_0_1__1__Impl() throws RecognitionException;
void rule__BusAccess__Group_0_1__2() throws RecognitionException;
void rule__BusAccess__Group_0_1__2__Impl() throws RecognitionException;
- void rule__BusAccess__Group_6__0() throws RecognitionException;
- void rule__BusAccess__Group_6__0__Impl() throws RecognitionException;
- void rule__BusAccess__Group_6__1() throws RecognitionException;
- void rule__BusAccess__Group_6__1__Impl() throws RecognitionException;
- void rule__BusAccess__Group_6__2() throws RecognitionException;
- void rule__BusAccess__Group_6__2__Impl() throws RecognitionException;
+ void rule__BusAccess__Group_0_1__3() throws RecognitionException;
+ void rule__BusAccess__Group_0_1__3__Impl() throws RecognitionException;
+ void rule__BusAccess__Group_7__0() throws RecognitionException;
+ void rule__BusAccess__Group_7__0__Impl() throws RecognitionException;
+ void rule__BusAccess__Group_7__1() throws RecognitionException;
+ void rule__BusAccess__Group_7__1__Impl() throws RecognitionException;
+ void rule__BusAccess__Group_7__2() throws RecognitionException;
+ void rule__BusAccess__Group_7__2__Impl() throws RecognitionException;
void rule__DataAccess__Group__0() throws RecognitionException;
void rule__DataAccess__Group__0__Impl() throws RecognitionException;
void rule__DataAccess__Group__1() throws RecognitionException;
@@ -5691,6 +5881,8 @@ interface InternalAadl2ParserSignatures {
void rule__DataAccess__Group__5__Impl() throws RecognitionException;
void rule__DataAccess__Group__6() throws RecognitionException;
void rule__DataAccess__Group__6__Impl() throws RecognitionException;
+ void rule__DataAccess__Group__7() throws RecognitionException;
+ void rule__DataAccess__Group__7__Impl() throws RecognitionException;
void rule__DataAccess__Group_0_0__0() throws RecognitionException;
void rule__DataAccess__Group_0_0__0__Impl() throws RecognitionException;
void rule__DataAccess__Group_0_0__1() throws RecognitionException;
@@ -5701,12 +5893,14 @@ interface InternalAadl2ParserSignatures {
void rule__DataAccess__Group_0_1__1__Impl() throws RecognitionException;
void rule__DataAccess__Group_0_1__2() throws RecognitionException;
void rule__DataAccess__Group_0_1__2__Impl() throws RecognitionException;
- void rule__DataAccess__Group_5__0() throws RecognitionException;
- void rule__DataAccess__Group_5__0__Impl() throws RecognitionException;
- void rule__DataAccess__Group_5__1() throws RecognitionException;
- void rule__DataAccess__Group_5__1__Impl() throws RecognitionException;
- void rule__DataAccess__Group_5__2() throws RecognitionException;
- void rule__DataAccess__Group_5__2__Impl() throws RecognitionException;
+ void rule__DataAccess__Group_0_1__3() throws RecognitionException;
+ void rule__DataAccess__Group_0_1__3__Impl() throws RecognitionException;
+ void rule__DataAccess__Group_6__0() throws RecognitionException;
+ void rule__DataAccess__Group_6__0__Impl() throws RecognitionException;
+ void rule__DataAccess__Group_6__1() throws RecognitionException;
+ void rule__DataAccess__Group_6__1__Impl() throws RecognitionException;
+ void rule__DataAccess__Group_6__2() throws RecognitionException;
+ void rule__DataAccess__Group_6__2__Impl() throws RecognitionException;
void rule__AbstractFeature__Group__0() throws RecognitionException;
void rule__AbstractFeature__Group__0__Impl() throws RecognitionException;
void rule__AbstractFeature__Group__1() throws RecognitionException;
@@ -5729,6 +5923,8 @@ interface InternalAadl2ParserSignatures {
void rule__AbstractFeature__Group_0_1__1__Impl() throws RecognitionException;
void rule__AbstractFeature__Group_0_1__2() throws RecognitionException;
void rule__AbstractFeature__Group_0_1__2__Impl() throws RecognitionException;
+ void rule__AbstractFeature__Group_0_1__3() throws RecognitionException;
+ void rule__AbstractFeature__Group_0_1__3__Impl() throws RecognitionException;
void rule__AbstractFeature__Group_2_0__0() throws RecognitionException;
void rule__AbstractFeature__Group_2_0__0__Impl() throws RecognitionException;
void rule__AbstractFeature__Group_2_0__1() throws RecognitionException;
@@ -5769,34 +5965,32 @@ interface InternalAadl2ParserSignatures {
void rule__FeatureGroupType__Group__9__Impl() throws RecognitionException;
void rule__FeatureGroupType__Group__10() throws RecognitionException;
void rule__FeatureGroupType__Group__10__Impl() throws RecognitionException;
- void rule__FeatureGroupType__Group_2__0() throws RecognitionException;
- void rule__FeatureGroupType__Group_2__0__Impl() throws RecognitionException;
- void rule__FeatureGroupType__Group_2__1() throws RecognitionException;
- void rule__FeatureGroupType__Group_2__1__Impl() throws RecognitionException;
- void rule__FeatureGroupType__Group_2_1__0() throws RecognitionException;
- void rule__FeatureGroupType__Group_2_1__0__Impl() throws RecognitionException;
- void rule__FeatureGroupType__Group_2_1__1() throws RecognitionException;
- void rule__FeatureGroupType__Group_2_1__1__Impl() throws RecognitionException;
- void rule__FeatureGroupType__Group_2_1__2() throws RecognitionException;
- void rule__FeatureGroupType__Group_2_1__2__Impl() throws RecognitionException;
- void rule__FeatureGroupType__Group_2_1__3() throws RecognitionException;
- void rule__FeatureGroupType__Group_2_1__3__Impl() throws RecognitionException;
- void rule__FeatureGroupType__Group_2_1_2__0() throws RecognitionException;
- void rule__FeatureGroupType__Group_2_1_2__0__Impl() throws RecognitionException;
- void rule__FeatureGroupType__Group_2_1_2__1() throws RecognitionException;
- void rule__FeatureGroupType__Group_2_1_2__1__Impl() throws RecognitionException;
+ void rule__FeatureGroupType__Group__11() throws RecognitionException;
+ void rule__FeatureGroupType__Group__11__Impl() throws RecognitionException;
void rule__FeatureGroupType__Group_3__0() throws RecognitionException;
void rule__FeatureGroupType__Group_3__0__Impl() throws RecognitionException;
void rule__FeatureGroupType__Group_3__1() throws RecognitionException;
void rule__FeatureGroupType__Group_3__1__Impl() throws RecognitionException;
- void rule__FeatureGroupType__Group_3_1_0__0() throws RecognitionException;
- void rule__FeatureGroupType__Group_3_1_0__0__Impl() throws RecognitionException;
- void rule__FeatureGroupType__Group_3_1_0__1() throws RecognitionException;
- void rule__FeatureGroupType__Group_3_1_0__1__Impl() throws RecognitionException;
+ void rule__FeatureGroupType__Group_3_1__0() throws RecognitionException;
+ void rule__FeatureGroupType__Group_3_1__0__Impl() throws RecognitionException;
+ void rule__FeatureGroupType__Group_3_1__1() throws RecognitionException;
+ void rule__FeatureGroupType__Group_3_1__1__Impl() throws RecognitionException;
+ void rule__FeatureGroupType__Group_3_1__2() throws RecognitionException;
+ void rule__FeatureGroupType__Group_3_1__2__Impl() throws RecognitionException;
+ void rule__FeatureGroupType__Group_3_1__3() throws RecognitionException;
+ void rule__FeatureGroupType__Group_3_1__3__Impl() throws RecognitionException;
+ void rule__FeatureGroupType__Group_3_1_2__0() throws RecognitionException;
+ void rule__FeatureGroupType__Group_3_1_2__0__Impl() throws RecognitionException;
+ void rule__FeatureGroupType__Group_3_1_2__1() throws RecognitionException;
+ void rule__FeatureGroupType__Group_3_1_2__1__Impl() throws RecognitionException;
void rule__FeatureGroupType__Group_4__0() throws RecognitionException;
void rule__FeatureGroupType__Group_4__0__Impl() throws RecognitionException;
void rule__FeatureGroupType__Group_4__1() throws RecognitionException;
void rule__FeatureGroupType__Group_4__1__Impl() throws RecognitionException;
+ void rule__FeatureGroupType__Group_4_1_0__0() throws RecognitionException;
+ void rule__FeatureGroupType__Group_4_1_0__0__Impl() throws RecognitionException;
+ void rule__FeatureGroupType__Group_4_1_0__1() throws RecognitionException;
+ void rule__FeatureGroupType__Group_4_1_0__1__Impl() throws RecognitionException;
void rule__FeatureGroupType__Group_5__0() throws RecognitionException;
void rule__FeatureGroupType__Group_5__0__Impl() throws RecognitionException;
void rule__FeatureGroupType__Group_5__1() throws RecognitionException;
@@ -5805,10 +5999,16 @@ interface InternalAadl2ParserSignatures {
void rule__FeatureGroupType__Group_6__0__Impl() throws RecognitionException;
void rule__FeatureGroupType__Group_6__1() throws RecognitionException;
void rule__FeatureGroupType__Group_6__1__Impl() throws RecognitionException;
- void rule__FeatureGroupType__Group_6_1_1__0() throws RecognitionException;
- void rule__FeatureGroupType__Group_6_1_1__0__Impl() throws RecognitionException;
- void rule__FeatureGroupType__Group_6_1_1__1() throws RecognitionException;
- void rule__FeatureGroupType__Group_6_1_1__1__Impl() throws RecognitionException;
+ void rule__FeatureGroupType__Group_6__2() throws RecognitionException;
+ void rule__FeatureGroupType__Group_6__2__Impl() throws RecognitionException;
+ void rule__FeatureGroupType__Group_7__0() throws RecognitionException;
+ void rule__FeatureGroupType__Group_7__0__Impl() throws RecognitionException;
+ void rule__FeatureGroupType__Group_7__1() throws RecognitionException;
+ void rule__FeatureGroupType__Group_7__1__Impl() throws RecognitionException;
+ void rule__FeatureGroupType__Group_7_1_1__0() throws RecognitionException;
+ void rule__FeatureGroupType__Group_7_1_1__0__Impl() throws RecognitionException;
+ void rule__FeatureGroupType__Group_7_1_1__1() throws RecognitionException;
+ void rule__FeatureGroupType__Group_7_1_1__1__Impl() throws RecognitionException;
void rule__EventSource__Group__0() throws RecognitionException;
void rule__EventSource__Group__0__Impl() throws RecognitionException;
void rule__EventSource__Group__1() throws RecognitionException;
@@ -5837,12 +6037,14 @@ interface InternalAadl2ParserSignatures {
void rule__EventDataSource__Group__4__Impl() throws RecognitionException;
void rule__EventDataSource__Group__5() throws RecognitionException;
void rule__EventDataSource__Group__5__Impl() throws RecognitionException;
- void rule__EventDataSource__Group_4__0() throws RecognitionException;
- void rule__EventDataSource__Group_4__0__Impl() throws RecognitionException;
- void rule__EventDataSource__Group_4__1() throws RecognitionException;
- void rule__EventDataSource__Group_4__1__Impl() throws RecognitionException;
- void rule__EventDataSource__Group_4__2() throws RecognitionException;
- void rule__EventDataSource__Group_4__2__Impl() throws RecognitionException;
+ void rule__EventDataSource__Group__6() throws RecognitionException;
+ void rule__EventDataSource__Group__6__Impl() throws RecognitionException;
+ void rule__EventDataSource__Group_5__0() throws RecognitionException;
+ void rule__EventDataSource__Group_5__0__Impl() throws RecognitionException;
+ void rule__EventDataSource__Group_5__1() throws RecognitionException;
+ void rule__EventDataSource__Group_5__1__Impl() throws RecognitionException;
+ void rule__EventDataSource__Group_5__2() throws RecognitionException;
+ void rule__EventDataSource__Group_5__2__Impl() throws RecognitionException;
void rule__PortProxy__Group__0() throws RecognitionException;
void rule__PortProxy__Group__0__Impl() throws RecognitionException;
void rule__PortProxy__Group__1() throws RecognitionException;
@@ -5951,6 +6153,8 @@ interface InternalAadl2ParserSignatures {
void rule__PortConnection__Group_0_1__2__Impl() throws RecognitionException;
void rule__PortConnection__Group_0_1__3() throws RecognitionException;
void rule__PortConnection__Group_0_1__3__Impl() throws RecognitionException;
+ void rule__PortConnection__Group_0_1__4() throws RecognitionException;
+ void rule__PortConnection__Group_0_1__4__Impl() throws RecognitionException;
void rule__PortConnection__Group_1__0() throws RecognitionException;
void rule__PortConnection__Group_1__0__Impl() throws RecognitionException;
void rule__PortConnection__Group_1__1() throws RecognitionException;
@@ -5965,14 +6169,16 @@ interface InternalAadl2ParserSignatures {
void rule__PortConnection__Group_2__2__Impl() throws RecognitionException;
void rule__PortConnection__Group_2__3() throws RecognitionException;
void rule__PortConnection__Group_2__3__Impl() throws RecognitionException;
- void rule__PortConnection__Group_2_2__0() throws RecognitionException;
- void rule__PortConnection__Group_2_2__0__Impl() throws RecognitionException;
- void rule__PortConnection__Group_2_2__1() throws RecognitionException;
- void rule__PortConnection__Group_2_2__1__Impl() throws RecognitionException;
- void rule__PortConnection__Group_2_2_1__0() throws RecognitionException;
- void rule__PortConnection__Group_2_2_1__0__Impl() throws RecognitionException;
- void rule__PortConnection__Group_2_2_1__1() throws RecognitionException;
- void rule__PortConnection__Group_2_2_1__1__Impl() throws RecognitionException;
+ void rule__PortConnection__Group_2__4() throws RecognitionException;
+ void rule__PortConnection__Group_2__4__Impl() throws RecognitionException;
+ void rule__PortConnection__Group_2_3__0() throws RecognitionException;
+ void rule__PortConnection__Group_2_3__0__Impl() throws RecognitionException;
+ void rule__PortConnection__Group_2_3__1() throws RecognitionException;
+ void rule__PortConnection__Group_2_3__1__Impl() throws RecognitionException;
+ void rule__PortConnection__Group_2_3_1__0() throws RecognitionException;
+ void rule__PortConnection__Group_2_3_1__0__Impl() throws RecognitionException;
+ void rule__PortConnection__Group_2_3_1__1() throws RecognitionException;
+ void rule__PortConnection__Group_2_3_1__1__Impl() throws RecognitionException;
void rule__AccessConnection__Group__0() throws RecognitionException;
void rule__AccessConnection__Group__0__Impl() throws RecognitionException;
void rule__AccessConnection__Group__1() throws RecognitionException;
@@ -6005,6 +6211,8 @@ interface InternalAadl2ParserSignatures {
void rule__AccessConnection__Group_0_1__3__Impl() throws RecognitionException;
void rule__AccessConnection__Group_0_1__4() throws RecognitionException;
void rule__AccessConnection__Group_0_1__4__Impl() throws RecognitionException;
+ void rule__AccessConnection__Group_0_1__5() throws RecognitionException;
+ void rule__AccessConnection__Group_0_1__5__Impl() throws RecognitionException;
void rule__AccessConnection__Group_1__0() throws RecognitionException;
void rule__AccessConnection__Group_1__0__Impl() throws RecognitionException;
void rule__AccessConnection__Group_1__1() throws RecognitionException;
@@ -6019,14 +6227,16 @@ interface InternalAadl2ParserSignatures {
void rule__AccessConnection__Group_2__2__Impl() throws RecognitionException;
void rule__AccessConnection__Group_2__3() throws RecognitionException;
void rule__AccessConnection__Group_2__3__Impl() throws RecognitionException;
- void rule__AccessConnection__Group_2_2__0() throws RecognitionException;
- void rule__AccessConnection__Group_2_2__0__Impl() throws RecognitionException;
- void rule__AccessConnection__Group_2_2__1() throws RecognitionException;
- void rule__AccessConnection__Group_2_2__1__Impl() throws RecognitionException;
- void rule__AccessConnection__Group_2_2_1__0() throws RecognitionException;
- void rule__AccessConnection__Group_2_2_1__0__Impl() throws RecognitionException;
- void rule__AccessConnection__Group_2_2_1__1() throws RecognitionException;
- void rule__AccessConnection__Group_2_2_1__1__Impl() throws RecognitionException;
+ void rule__AccessConnection__Group_2__4() throws RecognitionException;
+ void rule__AccessConnection__Group_2__4__Impl() throws RecognitionException;
+ void rule__AccessConnection__Group_2_3__0() throws RecognitionException;
+ void rule__AccessConnection__Group_2_3__0__Impl() throws RecognitionException;
+ void rule__AccessConnection__Group_2_3__1() throws RecognitionException;
+ void rule__AccessConnection__Group_2_3__1__Impl() throws RecognitionException;
+ void rule__AccessConnection__Group_2_3_1__0() throws RecognitionException;
+ void rule__AccessConnection__Group_2_3_1__0__Impl() throws RecognitionException;
+ void rule__AccessConnection__Group_2_3_1__1() throws RecognitionException;
+ void rule__AccessConnection__Group_2_3_1__1__Impl() throws RecognitionException;
void rule__FeatureGroupConnection__Group__0() throws RecognitionException;
void rule__FeatureGroupConnection__Group__0__Impl() throws RecognitionException;
void rule__FeatureGroupConnection__Group__1() throws RecognitionException;
@@ -6047,6 +6257,8 @@ interface InternalAadl2ParserSignatures {
void rule__FeatureGroupConnection__Group_0_0__4__Impl() throws RecognitionException;
void rule__FeatureGroupConnection__Group_0_0__5() throws RecognitionException;
void rule__FeatureGroupConnection__Group_0_0__5__Impl() throws RecognitionException;
+ void rule__FeatureGroupConnection__Group_0_0__6() throws RecognitionException;
+ void rule__FeatureGroupConnection__Group_0_0__6__Impl() throws RecognitionException;
void rule__FeatureGroupConnection__Group_0_1__0() throws RecognitionException;
void rule__FeatureGroupConnection__Group_0_1__0__Impl() throws RecognitionException;
void rule__FeatureGroupConnection__Group_0_1__1() throws RecognitionException;
@@ -6055,6 +6267,10 @@ interface InternalAadl2ParserSignatures {
void rule__FeatureGroupConnection__Group_0_1__2__Impl() throws RecognitionException;
void rule__FeatureGroupConnection__Group_0_1__3() throws RecognitionException;
void rule__FeatureGroupConnection__Group_0_1__3__Impl() throws RecognitionException;
+ void rule__FeatureGroupConnection__Group_0_1__4() throws RecognitionException;
+ void rule__FeatureGroupConnection__Group_0_1__4__Impl() throws RecognitionException;
+ void rule__FeatureGroupConnection__Group_0_1__5() throws RecognitionException;
+ void rule__FeatureGroupConnection__Group_0_1__5__Impl() throws RecognitionException;
void rule__FeatureGroupConnection__Group_1__0() throws RecognitionException;
void rule__FeatureGroupConnection__Group_1__0__Impl() throws RecognitionException;
void rule__FeatureGroupConnection__Group_1__1() throws RecognitionException;
@@ -6069,14 +6285,16 @@ interface InternalAadl2ParserSignatures {
void rule__FeatureGroupConnection__Group_2__2__Impl() throws RecognitionException;
void rule__FeatureGroupConnection__Group_2__3() throws RecognitionException;
void rule__FeatureGroupConnection__Group_2__3__Impl() throws RecognitionException;
- void rule__FeatureGroupConnection__Group_2_2__0() throws RecognitionException;
- void rule__FeatureGroupConnection__Group_2_2__0__Impl() throws RecognitionException;
- void rule__FeatureGroupConnection__Group_2_2__1() throws RecognitionException;
- void rule__FeatureGroupConnection__Group_2_2__1__Impl() throws RecognitionException;
- void rule__FeatureGroupConnection__Group_2_2_1__0() throws RecognitionException;
- void rule__FeatureGroupConnection__Group_2_2_1__0__Impl() throws RecognitionException;
- void rule__FeatureGroupConnection__Group_2_2_1__1() throws RecognitionException;
- void rule__FeatureGroupConnection__Group_2_2_1__1__Impl() throws RecognitionException;
+ void rule__FeatureGroupConnection__Group_2__4() throws RecognitionException;
+ void rule__FeatureGroupConnection__Group_2__4__Impl() throws RecognitionException;
+ void rule__FeatureGroupConnection__Group_2_3__0() throws RecognitionException;
+ void rule__FeatureGroupConnection__Group_2_3__0__Impl() throws RecognitionException;
+ void rule__FeatureGroupConnection__Group_2_3__1() throws RecognitionException;
+ void rule__FeatureGroupConnection__Group_2_3__1__Impl() throws RecognitionException;
+ void rule__FeatureGroupConnection__Group_2_3_1__0() throws RecognitionException;
+ void rule__FeatureGroupConnection__Group_2_3_1__0__Impl() throws RecognitionException;
+ void rule__FeatureGroupConnection__Group_2_3_1__1() throws RecognitionException;
+ void rule__FeatureGroupConnection__Group_2_3_1__1__Impl() throws RecognitionException;
void rule__FeatureConnection__Group__0() throws RecognitionException;
void rule__FeatureConnection__Group__0__Impl() throws RecognitionException;
void rule__FeatureConnection__Group__1() throws RecognitionException;
@@ -6105,6 +6323,8 @@ interface InternalAadl2ParserSignatures {
void rule__FeatureConnection__Group_0_1__2__Impl() throws RecognitionException;
void rule__FeatureConnection__Group_0_1__3() throws RecognitionException;
void rule__FeatureConnection__Group_0_1__3__Impl() throws RecognitionException;
+ void rule__FeatureConnection__Group_0_1__4() throws RecognitionException;
+ void rule__FeatureConnection__Group_0_1__4__Impl() throws RecognitionException;
void rule__FeatureConnection__Group_1__0() throws RecognitionException;
void rule__FeatureConnection__Group_1__0__Impl() throws RecognitionException;
void rule__FeatureConnection__Group_1__1() throws RecognitionException;
@@ -6119,14 +6339,16 @@ interface InternalAadl2ParserSignatures {
void rule__FeatureConnection__Group_2__2__Impl() throws RecognitionException;
void rule__FeatureConnection__Group_2__3() throws RecognitionException;
void rule__FeatureConnection__Group_2__3__Impl() throws RecognitionException;
- void rule__FeatureConnection__Group_2_2__0() throws RecognitionException;
- void rule__FeatureConnection__Group_2_2__0__Impl() throws RecognitionException;
- void rule__FeatureConnection__Group_2_2__1() throws RecognitionException;
- void rule__FeatureConnection__Group_2_2__1__Impl() throws RecognitionException;
- void rule__FeatureConnection__Group_2_2_1__0() throws RecognitionException;
- void rule__FeatureConnection__Group_2_2_1__0__Impl() throws RecognitionException;
- void rule__FeatureConnection__Group_2_2_1__1() throws RecognitionException;
- void rule__FeatureConnection__Group_2_2_1__1__Impl() throws RecognitionException;
+ void rule__FeatureConnection__Group_2__4() throws RecognitionException;
+ void rule__FeatureConnection__Group_2__4__Impl() throws RecognitionException;
+ void rule__FeatureConnection__Group_2_3__0() throws RecognitionException;
+ void rule__FeatureConnection__Group_2_3__0__Impl() throws RecognitionException;
+ void rule__FeatureConnection__Group_2_3__1() throws RecognitionException;
+ void rule__FeatureConnection__Group_2_3__1__Impl() throws RecognitionException;
+ void rule__FeatureConnection__Group_2_3_1__0() throws RecognitionException;
+ void rule__FeatureConnection__Group_2_3_1__0__Impl() throws RecognitionException;
+ void rule__FeatureConnection__Group_2_3_1__1() throws RecognitionException;
+ void rule__FeatureConnection__Group_2_3_1__1__Impl() throws RecognitionException;
void rule__ParameterConnection__Group__0() throws RecognitionException;
void rule__ParameterConnection__Group__0__Impl() throws RecognitionException;
void rule__ParameterConnection__Group__1() throws RecognitionException;
@@ -6155,6 +6377,8 @@ interface InternalAadl2ParserSignatures {
void rule__ParameterConnection__Group_0_1__2__Impl() throws RecognitionException;
void rule__ParameterConnection__Group_0_1__3() throws RecognitionException;
void rule__ParameterConnection__Group_0_1__3__Impl() throws RecognitionException;
+ void rule__ParameterConnection__Group_0_1__4() throws RecognitionException;
+ void rule__ParameterConnection__Group_0_1__4__Impl() throws RecognitionException;
void rule__ParameterConnection__Group_1__0() throws RecognitionException;
void rule__ParameterConnection__Group_1__0__Impl() throws RecognitionException;
void rule__ParameterConnection__Group_1__1() throws RecognitionException;
@@ -6169,14 +6393,16 @@ interface InternalAadl2ParserSignatures {
void rule__ParameterConnection__Group_2__2__Impl() throws RecognitionException;
void rule__ParameterConnection__Group_2__3() throws RecognitionException;
void rule__ParameterConnection__Group_2__3__Impl() throws RecognitionException;
- void rule__ParameterConnection__Group_2_2__0() throws RecognitionException;
- void rule__ParameterConnection__Group_2_2__0__Impl() throws RecognitionException;
- void rule__ParameterConnection__Group_2_2__1() throws RecognitionException;
- void rule__ParameterConnection__Group_2_2__1__Impl() throws RecognitionException;
- void rule__ParameterConnection__Group_2_2_1__0() throws RecognitionException;
- void rule__ParameterConnection__Group_2_2_1__0__Impl() throws RecognitionException;
- void rule__ParameterConnection__Group_2_2_1__1() throws RecognitionException;
- void rule__ParameterConnection__Group_2_2_1__1__Impl() throws RecognitionException;
+ void rule__ParameterConnection__Group_2__4() throws RecognitionException;
+ void rule__ParameterConnection__Group_2__4__Impl() throws RecognitionException;
+ void rule__ParameterConnection__Group_2_3__0() throws RecognitionException;
+ void rule__ParameterConnection__Group_2_3__0__Impl() throws RecognitionException;
+ void rule__ParameterConnection__Group_2_3__1() throws RecognitionException;
+ void rule__ParameterConnection__Group_2_3__1__Impl() throws RecognitionException;
+ void rule__ParameterConnection__Group_2_3_1__0() throws RecognitionException;
+ void rule__ParameterConnection__Group_2_3_1__0__Impl() throws RecognitionException;
+ void rule__ParameterConnection__Group_2_3_1__1() throws RecognitionException;
+ void rule__ParameterConnection__Group_2_3_1__1__Impl() throws RecognitionException;
void rule__AccessCategory__Group_3__0() throws RecognitionException;
void rule__AccessCategory__Group_3__0__Impl() throws RecognitionException;
void rule__AccessCategory__Group_3__1() throws RecognitionException;
@@ -6217,10 +6443,12 @@ interface InternalAadl2ParserSignatures {
void rule__FlowSourceSpec__Group_6__3__Impl() throws RecognitionException;
void rule__FlowSourceSpec__Group_6__4() throws RecognitionException;
void rule__FlowSourceSpec__Group_6__4__Impl() throws RecognitionException;
- void rule__FlowSourceSpec__Group_6_3__0() throws RecognitionException;
- void rule__FlowSourceSpec__Group_6_3__0__Impl() throws RecognitionException;
- void rule__FlowSourceSpec__Group_6_3__1() throws RecognitionException;
- void rule__FlowSourceSpec__Group_6_3__1__Impl() throws RecognitionException;
+ void rule__FlowSourceSpec__Group_6__5() throws RecognitionException;
+ void rule__FlowSourceSpec__Group_6__5__Impl() throws RecognitionException;
+ void rule__FlowSourceSpec__Group_6_4__0() throws RecognitionException;
+ void rule__FlowSourceSpec__Group_6_4__0__Impl() throws RecognitionException;
+ void rule__FlowSourceSpec__Group_6_4__1() throws RecognitionException;
+ void rule__FlowSourceSpec__Group_6_4__1__Impl() throws RecognitionException;
void rule__FlowSinkSpec__Group__0() throws RecognitionException;
void rule__FlowSinkSpec__Group__0__Impl() throws RecognitionException;
void rule__FlowSinkSpec__Group__1() throws RecognitionException;
@@ -6253,10 +6481,12 @@ interface InternalAadl2ParserSignatures {
void rule__FlowSinkSpec__Group_6__3__Impl() throws RecognitionException;
void rule__FlowSinkSpec__Group_6__4() throws RecognitionException;
void rule__FlowSinkSpec__Group_6__4__Impl() throws RecognitionException;
- void rule__FlowSinkSpec__Group_6_3__0() throws RecognitionException;
- void rule__FlowSinkSpec__Group_6_3__0__Impl() throws RecognitionException;
- void rule__FlowSinkSpec__Group_6_3__1() throws RecognitionException;
- void rule__FlowSinkSpec__Group_6_3__1__Impl() throws RecognitionException;
+ void rule__FlowSinkSpec__Group_6__5() throws RecognitionException;
+ void rule__FlowSinkSpec__Group_6__5__Impl() throws RecognitionException;
+ void rule__FlowSinkSpec__Group_6_4__0() throws RecognitionException;
+ void rule__FlowSinkSpec__Group_6_4__0__Impl() throws RecognitionException;
+ void rule__FlowSinkSpec__Group_6_4__1() throws RecognitionException;
+ void rule__FlowSinkSpec__Group_6_4__1__Impl() throws RecognitionException;
void rule__FlowPathSpec__Group__0() throws RecognitionException;
void rule__FlowPathSpec__Group__0__Impl() throws RecognitionException;
void rule__FlowPathSpec__Group__1() throws RecognitionException;
@@ -6293,10 +6523,12 @@ interface InternalAadl2ParserSignatures {
void rule__FlowPathSpec__Group_8__3__Impl() throws RecognitionException;
void rule__FlowPathSpec__Group_8__4() throws RecognitionException;
void rule__FlowPathSpec__Group_8__4__Impl() throws RecognitionException;
- void rule__FlowPathSpec__Group_8_3__0() throws RecognitionException;
- void rule__FlowPathSpec__Group_8_3__0__Impl() throws RecognitionException;
- void rule__FlowPathSpec__Group_8_3__1() throws RecognitionException;
- void rule__FlowPathSpec__Group_8_3__1__Impl() throws RecognitionException;
+ void rule__FlowPathSpec__Group_8__5() throws RecognitionException;
+ void rule__FlowPathSpec__Group_8__5__Impl() throws RecognitionException;
+ void rule__FlowPathSpec__Group_8_4__0() throws RecognitionException;
+ void rule__FlowPathSpec__Group_8_4__0__Impl() throws RecognitionException;
+ void rule__FlowPathSpec__Group_8_4__1() throws RecognitionException;
+ void rule__FlowPathSpec__Group_8_4__1__Impl() throws RecognitionException;
void rule__FlowEnd__Group__0() throws RecognitionException;
void rule__FlowEnd__Group__0__Impl() throws RecognitionException;
void rule__FlowEnd__Group__1() throws RecognitionException;
@@ -6321,26 +6553,30 @@ interface InternalAadl2ParserSignatures {
void rule__FlowSpecRefinement__Group__6__Impl() throws RecognitionException;
void rule__FlowSpecRefinement__Group__7() throws RecognitionException;
void rule__FlowSpecRefinement__Group__7__Impl() throws RecognitionException;
- void rule__FlowSpecRefinement__Group_5__0() throws RecognitionException;
- void rule__FlowSpecRefinement__Group_5__0__Impl() throws RecognitionException;
- void rule__FlowSpecRefinement__Group_5__1() throws RecognitionException;
- void rule__FlowSpecRefinement__Group_5__1__Impl() throws RecognitionException;
- void rule__FlowSpecRefinement__Group_5__2() throws RecognitionException;
- void rule__FlowSpecRefinement__Group_5__2__Impl() throws RecognitionException;
+ void rule__FlowSpecRefinement__Group__8() throws RecognitionException;
+ void rule__FlowSpecRefinement__Group__8__Impl() throws RecognitionException;
void rule__FlowSpecRefinement__Group_6__0() throws RecognitionException;
void rule__FlowSpecRefinement__Group_6__0__Impl() throws RecognitionException;
void rule__FlowSpecRefinement__Group_6__1() throws RecognitionException;
void rule__FlowSpecRefinement__Group_6__1__Impl() throws RecognitionException;
void rule__FlowSpecRefinement__Group_6__2() throws RecognitionException;
void rule__FlowSpecRefinement__Group_6__2__Impl() throws RecognitionException;
- void rule__FlowSpecRefinement__Group_6__3() throws RecognitionException;
- void rule__FlowSpecRefinement__Group_6__3__Impl() throws RecognitionException;
- void rule__FlowSpecRefinement__Group_6__4() throws RecognitionException;
- void rule__FlowSpecRefinement__Group_6__4__Impl() throws RecognitionException;
- void rule__FlowSpecRefinement__Group_6_3__0() throws RecognitionException;
- void rule__FlowSpecRefinement__Group_6_3__0__Impl() throws RecognitionException;
- void rule__FlowSpecRefinement__Group_6_3__1() throws RecognitionException;
- void rule__FlowSpecRefinement__Group_6_3__1__Impl() throws RecognitionException;
+ void rule__FlowSpecRefinement__Group_7__0() throws RecognitionException;
+ void rule__FlowSpecRefinement__Group_7__0__Impl() throws RecognitionException;
+ void rule__FlowSpecRefinement__Group_7__1() throws RecognitionException;
+ void rule__FlowSpecRefinement__Group_7__1__Impl() throws RecognitionException;
+ void rule__FlowSpecRefinement__Group_7__2() throws RecognitionException;
+ void rule__FlowSpecRefinement__Group_7__2__Impl() throws RecognitionException;
+ void rule__FlowSpecRefinement__Group_7__3() throws RecognitionException;
+ void rule__FlowSpecRefinement__Group_7__3__Impl() throws RecognitionException;
+ void rule__FlowSpecRefinement__Group_7__4() throws RecognitionException;
+ void rule__FlowSpecRefinement__Group_7__4__Impl() throws RecognitionException;
+ void rule__FlowSpecRefinement__Group_7__5() throws RecognitionException;
+ void rule__FlowSpecRefinement__Group_7__5__Impl() throws RecognitionException;
+ void rule__FlowSpecRefinement__Group_7_4__0() throws RecognitionException;
+ void rule__FlowSpecRefinement__Group_7_4__0__Impl() throws RecognitionException;
+ void rule__FlowSpecRefinement__Group_7_4__1() throws RecognitionException;
+ void rule__FlowSpecRefinement__Group_7_4__1__Impl() throws RecognitionException;
void rule__FlowSourceImpl__Group__0() throws RecognitionException;
void rule__FlowSourceImpl__Group__0__Impl() throws RecognitionException;
void rule__FlowSourceImpl__Group__1() throws RecognitionException;
@@ -6383,10 +6619,12 @@ interface InternalAadl2ParserSignatures {
void rule__FlowSourceImpl__Group_7__3__Impl() throws RecognitionException;
void rule__FlowSourceImpl__Group_7__4() throws RecognitionException;
void rule__FlowSourceImpl__Group_7__4__Impl() throws RecognitionException;
- void rule__FlowSourceImpl__Group_7_3__0() throws RecognitionException;
- void rule__FlowSourceImpl__Group_7_3__0__Impl() throws RecognitionException;
- void rule__FlowSourceImpl__Group_7_3__1() throws RecognitionException;
- void rule__FlowSourceImpl__Group_7_3__1__Impl() throws RecognitionException;
+ void rule__FlowSourceImpl__Group_7__5() throws RecognitionException;
+ void rule__FlowSourceImpl__Group_7__5__Impl() throws RecognitionException;
+ void rule__FlowSourceImpl__Group_7_4__0() throws RecognitionException;
+ void rule__FlowSourceImpl__Group_7_4__0__Impl() throws RecognitionException;
+ void rule__FlowSourceImpl__Group_7_4__1() throws RecognitionException;
+ void rule__FlowSourceImpl__Group_7_4__1__Impl() throws RecognitionException;
void rule__FlowSinkImpl__Group__0() throws RecognitionException;
void rule__FlowSinkImpl__Group__0__Impl() throws RecognitionException;
void rule__FlowSinkImpl__Group__1() throws RecognitionException;
@@ -6429,10 +6667,12 @@ interface InternalAadl2ParserSignatures {
void rule__FlowSinkImpl__Group_7__3__Impl() throws RecognitionException;
void rule__FlowSinkImpl__Group_7__4() throws RecognitionException;
void rule__FlowSinkImpl__Group_7__4__Impl() throws RecognitionException;
- void rule__FlowSinkImpl__Group_7_3__0() throws RecognitionException;
- void rule__FlowSinkImpl__Group_7_3__0__Impl() throws RecognitionException;
- void rule__FlowSinkImpl__Group_7_3__1() throws RecognitionException;
- void rule__FlowSinkImpl__Group_7_3__1__Impl() throws RecognitionException;
+ void rule__FlowSinkImpl__Group_7__5() throws RecognitionException;
+ void rule__FlowSinkImpl__Group_7__5__Impl() throws RecognitionException;
+ void rule__FlowSinkImpl__Group_7_4__0() throws RecognitionException;
+ void rule__FlowSinkImpl__Group_7_4__0__Impl() throws RecognitionException;
+ void rule__FlowSinkImpl__Group_7_4__1() throws RecognitionException;
+ void rule__FlowSinkImpl__Group_7_4__1__Impl() throws RecognitionException;
void rule__FlowPathImpl__Group__0() throws RecognitionException;
void rule__FlowPathImpl__Group__0__Impl() throws RecognitionException;
void rule__FlowPathImpl__Group__1() throws RecognitionException;
@@ -6485,10 +6725,12 @@ interface InternalAadl2ParserSignatures {
void rule__FlowPathImpl__Group_9__3__Impl() throws RecognitionException;
void rule__FlowPathImpl__Group_9__4() throws RecognitionException;
void rule__FlowPathImpl__Group_9__4__Impl() throws RecognitionException;
- void rule__FlowPathImpl__Group_9_3__0() throws RecognitionException;
- void rule__FlowPathImpl__Group_9_3__0__Impl() throws RecognitionException;
- void rule__FlowPathImpl__Group_9_3__1() throws RecognitionException;
- void rule__FlowPathImpl__Group_9_3__1__Impl() throws RecognitionException;
+ void rule__FlowPathImpl__Group_9__5() throws RecognitionException;
+ void rule__FlowPathImpl__Group_9__5__Impl() throws RecognitionException;
+ void rule__FlowPathImpl__Group_9_4__0() throws RecognitionException;
+ void rule__FlowPathImpl__Group_9_4__0__Impl() throws RecognitionException;
+ void rule__FlowPathImpl__Group_9_4__1() throws RecognitionException;
+ void rule__FlowPathImpl__Group_9_4__1__Impl() throws RecognitionException;
void rule__EndToEndFlow__Group__0() throws RecognitionException;
void rule__EndToEndFlow__Group__0__Impl() throws RecognitionException;
void rule__EndToEndFlow__Group__1() throws RecognitionException;
@@ -6507,14 +6749,20 @@ interface InternalAadl2ParserSignatures {
void rule__EndToEndFlow__Group_0_0__3__Impl() throws RecognitionException;
void rule__EndToEndFlow__Group_0_0__4() throws RecognitionException;
void rule__EndToEndFlow__Group_0_0__4__Impl() throws RecognitionException;
- void rule__EndToEndFlow__Group_0_0_4__0() throws RecognitionException;
- void rule__EndToEndFlow__Group_0_0_4__0__Impl() throws RecognitionException;
- void rule__EndToEndFlow__Group_0_0_4__1() throws RecognitionException;
- void rule__EndToEndFlow__Group_0_0_4__1__Impl() throws RecognitionException;
- void rule__EndToEndFlow__Group_0_0_4__2() throws RecognitionException;
- void rule__EndToEndFlow__Group_0_0_4__2__Impl() throws RecognitionException;
- void rule__EndToEndFlow__Group_0_0_4__3() throws RecognitionException;
- void rule__EndToEndFlow__Group_0_0_4__3__Impl() throws RecognitionException;
+ void rule__EndToEndFlow__Group_0_0__5() throws RecognitionException;
+ void rule__EndToEndFlow__Group_0_0__5__Impl() throws RecognitionException;
+ void rule__EndToEndFlow__Group_0_0__6() throws RecognitionException;
+ void rule__EndToEndFlow__Group_0_0__6__Impl() throws RecognitionException;
+ void rule__EndToEndFlow__Group_0_0__7() throws RecognitionException;
+ void rule__EndToEndFlow__Group_0_0__7__Impl() throws RecognitionException;
+ void rule__EndToEndFlow__Group_0_0_7__0() throws RecognitionException;
+ void rule__EndToEndFlow__Group_0_0_7__0__Impl() throws RecognitionException;
+ void rule__EndToEndFlow__Group_0_0_7__1() throws RecognitionException;
+ void rule__EndToEndFlow__Group_0_0_7__1__Impl() throws RecognitionException;
+ void rule__EndToEndFlow__Group_0_0_7__2() throws RecognitionException;
+ void rule__EndToEndFlow__Group_0_0_7__2__Impl() throws RecognitionException;
+ void rule__EndToEndFlow__Group_0_0_7__3() throws RecognitionException;
+ void rule__EndToEndFlow__Group_0_0_7__3__Impl() throws RecognitionException;
void rule__EndToEndFlow__Group_0_1__0() throws RecognitionException;
void rule__EndToEndFlow__Group_0_1__0__Impl() throws RecognitionException;
void rule__EndToEndFlow__Group_0_1__1() throws RecognitionException;
@@ -6523,6 +6771,14 @@ interface InternalAadl2ParserSignatures {
void rule__EndToEndFlow__Group_0_1__2__Impl() throws RecognitionException;
void rule__EndToEndFlow__Group_0_1__3() throws RecognitionException;
void rule__EndToEndFlow__Group_0_1__3__Impl() throws RecognitionException;
+ void rule__EndToEndFlow__Group_0_1__4() throws RecognitionException;
+ void rule__EndToEndFlow__Group_0_1__4__Impl() throws RecognitionException;
+ void rule__EndToEndFlow__Group_0_1__5() throws RecognitionException;
+ void rule__EndToEndFlow__Group_0_1__5__Impl() throws RecognitionException;
+ void rule__EndToEndFlow__Group_0_1__6() throws RecognitionException;
+ void rule__EndToEndFlow__Group_0_1__6__Impl() throws RecognitionException;
+ void rule__EndToEndFlow__Group_0_1__7() throws RecognitionException;
+ void rule__EndToEndFlow__Group_0_1__7__Impl() throws RecognitionException;
void rule__EndToEndFlow__Group_1__0() throws RecognitionException;
void rule__EndToEndFlow__Group_1__0__Impl() throws RecognitionException;
void rule__EndToEndFlow__Group_1__1() throws RecognitionException;
@@ -6539,10 +6795,12 @@ interface InternalAadl2ParserSignatures {
void rule__EndToEndFlow__Group_2__3__Impl() throws RecognitionException;
void rule__EndToEndFlow__Group_2__4() throws RecognitionException;
void rule__EndToEndFlow__Group_2__4__Impl() throws RecognitionException;
- void rule__EndToEndFlow__Group_2_3__0() throws RecognitionException;
- void rule__EndToEndFlow__Group_2_3__0__Impl() throws RecognitionException;
- void rule__EndToEndFlow__Group_2_3__1() throws RecognitionException;
- void rule__EndToEndFlow__Group_2_3__1__Impl() throws RecognitionException;
+ void rule__EndToEndFlow__Group_2__5() throws RecognitionException;
+ void rule__EndToEndFlow__Group_2__5__Impl() throws RecognitionException;
+ void rule__EndToEndFlow__Group_2_4__0() throws RecognitionException;
+ void rule__EndToEndFlow__Group_2_4__0__Impl() throws RecognitionException;
+ void rule__EndToEndFlow__Group_2_4__1() throws RecognitionException;
+ void rule__EndToEndFlow__Group_2_4__1__Impl() throws RecognitionException;
void rule__SubcomponentFlow__Group__0() throws RecognitionException;
void rule__SubcomponentFlow__Group__0__Impl() throws RecognitionException;
void rule__SubcomponentFlow__Group__1() throws RecognitionException;
@@ -6663,14 +6921,16 @@ interface InternalAadl2ParserSignatures {
void rule__DefaultAnnexSubclause__Group_3__2__Impl() throws RecognitionException;
void rule__DefaultAnnexSubclause__Group_3__3() throws RecognitionException;
void rule__DefaultAnnexSubclause__Group_3__3__Impl() throws RecognitionException;
- void rule__DefaultAnnexSubclause__Group_3_2__0() throws RecognitionException;
- void rule__DefaultAnnexSubclause__Group_3_2__0__Impl() throws RecognitionException;
- void rule__DefaultAnnexSubclause__Group_3_2__1() throws RecognitionException;
- void rule__DefaultAnnexSubclause__Group_3_2__1__Impl() throws RecognitionException;
- void rule__DefaultAnnexSubclause__Group_3_2_1__0() throws RecognitionException;
- void rule__DefaultAnnexSubclause__Group_3_2_1__0__Impl() throws RecognitionException;
- void rule__DefaultAnnexSubclause__Group_3_2_1__1() throws RecognitionException;
- void rule__DefaultAnnexSubclause__Group_3_2_1__1__Impl() throws RecognitionException;
+ void rule__DefaultAnnexSubclause__Group_3__4() throws RecognitionException;
+ void rule__DefaultAnnexSubclause__Group_3__4__Impl() throws RecognitionException;
+ void rule__DefaultAnnexSubclause__Group_3_3__0() throws RecognitionException;
+ void rule__DefaultAnnexSubclause__Group_3_3__0__Impl() throws RecognitionException;
+ void rule__DefaultAnnexSubclause__Group_3_3__1() throws RecognitionException;
+ void rule__DefaultAnnexSubclause__Group_3_3__1__Impl() throws RecognitionException;
+ void rule__DefaultAnnexSubclause__Group_3_3_1__0() throws RecognitionException;
+ void rule__DefaultAnnexSubclause__Group_3_3_1__0__Impl() throws RecognitionException;
+ void rule__DefaultAnnexSubclause__Group_3_3_1__1() throws RecognitionException;
+ void rule__DefaultAnnexSubclause__Group_3_3_1__1__Impl() throws RecognitionException;
void rule__PropertySet__Group__0() throws RecognitionException;
void rule__PropertySet__Group__0__Impl() throws RecognitionException;
void rule__PropertySet__Group__1() throws RecognitionException;
@@ -6875,12 +7135,16 @@ interface InternalAadl2ParserSignatures {
void rule__RangeType__Group__3__Impl() throws RecognitionException;
void rule__RangeType__Group__4() throws RecognitionException;
void rule__RangeType__Group__4__Impl() throws RecognitionException;
+ void rule__RangeType__Group__5() throws RecognitionException;
+ void rule__RangeType__Group__5__Impl() throws RecognitionException;
void rule__UnnamedRangeType__Group__0() throws RecognitionException;
void rule__UnnamedRangeType__Group__0__Impl() throws RecognitionException;
void rule__UnnamedRangeType__Group__1() throws RecognitionException;
void rule__UnnamedRangeType__Group__1__Impl() throws RecognitionException;
void rule__UnnamedRangeType__Group__2() throws RecognitionException;
void rule__UnnamedRangeType__Group__2__Impl() throws RecognitionException;
+ void rule__UnnamedRangeType__Group__3() throws RecognitionException;
+ void rule__UnnamedRangeType__Group__3__Impl() throws RecognitionException;
void rule__ClassifierType__Group__0() throws RecognitionException;
void rule__ClassifierType__Group__0__Impl() throws RecognitionException;
void rule__ClassifierType__Group__1() throws RecognitionException;
@@ -7025,22 +7289,26 @@ interface InternalAadl2ParserSignatures {
void rule__PropertyDefinition__Group__8__Impl() throws RecognitionException;
void rule__PropertyDefinition__Group__9() throws RecognitionException;
void rule__PropertyDefinition__Group__9__Impl() throws RecognitionException;
+ void rule__PropertyDefinition__Group__10() throws RecognitionException;
+ void rule__PropertyDefinition__Group__10__Impl() throws RecognitionException;
void rule__PropertyDefinition__Group_4__0() throws RecognitionException;
void rule__PropertyDefinition__Group_4__0__Impl() throws RecognitionException;
void rule__PropertyDefinition__Group_4__1() throws RecognitionException;
void rule__PropertyDefinition__Group_4__1__Impl() throws RecognitionException;
- void rule__PropertyDefinition__Group_7_0__0() throws RecognitionException;
- void rule__PropertyDefinition__Group_7_0__0__Impl() throws RecognitionException;
- void rule__PropertyDefinition__Group_7_0__1() throws RecognitionException;
- void rule__PropertyDefinition__Group_7_0__1__Impl() throws RecognitionException;
- void rule__PropertyDefinition__Group_7_0_1__0() throws RecognitionException;
- void rule__PropertyDefinition__Group_7_0_1__0__Impl() throws RecognitionException;
- void rule__PropertyDefinition__Group_7_0_1__1() throws RecognitionException;
- void rule__PropertyDefinition__Group_7_0_1__1__Impl() throws RecognitionException;
+ void rule__PropertyDefinition__Group_8_0__0() throws RecognitionException;
+ void rule__PropertyDefinition__Group_8_0__0__Impl() throws RecognitionException;
+ void rule__PropertyDefinition__Group_8_0__1() throws RecognitionException;
+ void rule__PropertyDefinition__Group_8_0__1__Impl() throws RecognitionException;
+ void rule__PropertyDefinition__Group_8_0_1__0() throws RecognitionException;
+ void rule__PropertyDefinition__Group_8_0_1__0__Impl() throws RecognitionException;
+ void rule__PropertyDefinition__Group_8_0_1__1() throws RecognitionException;
+ void rule__PropertyDefinition__Group_8_0_1__1__Impl() throws RecognitionException;
void rule__ListType__Group__0() throws RecognitionException;
void rule__ListType__Group__0__Impl() throws RecognitionException;
void rule__ListType__Group__1() throws RecognitionException;
void rule__ListType__Group__1__Impl() throws RecognitionException;
+ void rule__ListType__Group__2() throws RecognitionException;
+ void rule__ListType__Group__2__Impl() throws RecognitionException;
void rule__PropertyConstant__Group__0() throws RecognitionException;
void rule__PropertyConstant__Group__0__Impl() throws RecognitionException;
void rule__PropertyConstant__Group__1() throws RecognitionException;
@@ -7095,162 +7363,6 @@ interface InternalAadl2ParserSignatures {
void rule__FULLINAME__Group__1__Impl() throws RecognitionException;
void rule__FULLINAME__Group__2() throws RecognitionException;
void rule__FULLINAME__Group__2__Impl() throws RecognitionException;
- void rule__AbstractImplementationKeywords__Group__0() throws RecognitionException;
- void rule__AbstractImplementationKeywords__Group__0__Impl() throws RecognitionException;
- void rule__AbstractImplementationKeywords__Group__1() throws RecognitionException;
- void rule__AbstractImplementationKeywords__Group__1__Impl() throws RecognitionException;
- void rule__BusAccessKeywords__Group__0() throws RecognitionException;
- void rule__BusAccessKeywords__Group__0__Impl() throws RecognitionException;
- void rule__BusAccessKeywords__Group__1() throws RecognitionException;
- void rule__BusAccessKeywords__Group__1__Impl() throws RecognitionException;
- void rule__BusImplementationKeywords__Group__0() throws RecognitionException;
- void rule__BusImplementationKeywords__Group__0__Impl() throws RecognitionException;
- void rule__BusImplementationKeywords__Group__1() throws RecognitionException;
- void rule__BusImplementationKeywords__Group__1__Impl() throws RecognitionException;
- void rule__DataAccessKeywords__Group__0() throws RecognitionException;
- void rule__DataAccessKeywords__Group__0__Impl() throws RecognitionException;
- void rule__DataAccessKeywords__Group__1() throws RecognitionException;
- void rule__DataAccessKeywords__Group__1__Impl() throws RecognitionException;
- void rule__DataImplementationKeywords__Group__0() throws RecognitionException;
- void rule__DataImplementationKeywords__Group__0__Impl() throws RecognitionException;
- void rule__DataImplementationKeywords__Group__1() throws RecognitionException;
- void rule__DataImplementationKeywords__Group__1__Impl() throws RecognitionException;
- void rule__DataPortKeywords__Group__0() throws RecognitionException;
- void rule__DataPortKeywords__Group__0__Impl() throws RecognitionException;
- void rule__DataPortKeywords__Group__1() throws RecognitionException;
- void rule__DataPortKeywords__Group__1__Impl() throws RecognitionException;
- void rule__DeviceImplementationKeywords__Group__0() throws RecognitionException;
- void rule__DeviceImplementationKeywords__Group__0__Impl() throws RecognitionException;
- void rule__DeviceImplementationKeywords__Group__1() throws RecognitionException;
- void rule__DeviceImplementationKeywords__Group__1__Impl() throws RecognitionException;
- void rule__EndToEndFlowKeywords__Group__0() throws RecognitionException;
- void rule__EndToEndFlowKeywords__Group__0__Impl() throws RecognitionException;
- void rule__EndToEndFlowKeywords__Group__1() throws RecognitionException;
- void rule__EndToEndFlowKeywords__Group__1__Impl() throws RecognitionException;
- void rule__EndToEndFlowKeywords__Group__2() throws RecognitionException;
- void rule__EndToEndFlowKeywords__Group__2__Impl() throws RecognitionException;
- void rule__EndToEndFlowKeywords__Group__3() throws RecognitionException;
- void rule__EndToEndFlowKeywords__Group__3__Impl() throws RecognitionException;
- void rule__EventDataKeywords__Group__0() throws RecognitionException;
- void rule__EventDataKeywords__Group__0__Impl() throws RecognitionException;
- void rule__EventDataKeywords__Group__1() throws RecognitionException;
- void rule__EventDataKeywords__Group__1__Impl() throws RecognitionException;
- void rule__EventDataPortKeywords__Group__0() throws RecognitionException;
- void rule__EventDataPortKeywords__Group__0__Impl() throws RecognitionException;
- void rule__EventDataPortKeywords__Group__1() throws RecognitionException;
- void rule__EventDataPortKeywords__Group__1__Impl() throws RecognitionException;
- void rule__EventDataPortKeywords__Group__2() throws RecognitionException;
- void rule__EventDataPortKeywords__Group__2__Impl() throws RecognitionException;
- void rule__EventPortKeywords__Group__0() throws RecognitionException;
- void rule__EventPortKeywords__Group__0__Impl() throws RecognitionException;
- void rule__EventPortKeywords__Group__1() throws RecognitionException;
- void rule__EventPortKeywords__Group__1__Impl() throws RecognitionException;
- void rule__FeatureGroupKeywords__Group__0() throws RecognitionException;
- void rule__FeatureGroupKeywords__Group__0__Impl() throws RecognitionException;
- void rule__FeatureGroupKeywords__Group__1() throws RecognitionException;
- void rule__FeatureGroupKeywords__Group__1__Impl() throws RecognitionException;
- void rule__InternalFeaturesKeywords__Group__0() throws RecognitionException;
- void rule__InternalFeaturesKeywords__Group__0__Impl() throws RecognitionException;
- void rule__InternalFeaturesKeywords__Group__1() throws RecognitionException;
- void rule__InternalFeaturesKeywords__Group__1__Impl() throws RecognitionException;
- void rule__InverseOfKeywords__Group__0() throws RecognitionException;
- void rule__InverseOfKeywords__Group__0__Impl() throws RecognitionException;
- void rule__InverseOfKeywords__Group__1() throws RecognitionException;
- void rule__InverseOfKeywords__Group__1__Impl() throws RecognitionException;
- void rule__ListOfKeywords__Group__0() throws RecognitionException;
- void rule__ListOfKeywords__Group__0__Impl() throws RecognitionException;
- void rule__ListOfKeywords__Group__1() throws RecognitionException;
- void rule__ListOfKeywords__Group__1__Impl() throws RecognitionException;
- void rule__MemoryImplementationKeywords__Group__0() throws RecognitionException;
- void rule__MemoryImplementationKeywords__Group__0__Impl() throws RecognitionException;
- void rule__MemoryImplementationKeywords__Group__1() throws RecognitionException;
- void rule__MemoryImplementationKeywords__Group__1__Impl() throws RecognitionException;
- void rule__ProcessImplementationKeywords__Group__0() throws RecognitionException;
- void rule__ProcessImplementationKeywords__Group__0__Impl() throws RecognitionException;
- void rule__ProcessImplementationKeywords__Group__1() throws RecognitionException;
- void rule__ProcessImplementationKeywords__Group__1__Impl() throws RecognitionException;
- void rule__ProcessorFeaturesKeywords__Group__0() throws RecognitionException;
- void rule__ProcessorFeaturesKeywords__Group__0__Impl() throws RecognitionException;
- void rule__ProcessorFeaturesKeywords__Group__1() throws RecognitionException;
- void rule__ProcessorFeaturesKeywords__Group__1__Impl() throws RecognitionException;
- void rule__ProcessorImplementationKeywords__Group__0() throws RecognitionException;
- void rule__ProcessorImplementationKeywords__Group__0__Impl() throws RecognitionException;
- void rule__ProcessorImplementationKeywords__Group__1() throws RecognitionException;
- void rule__ProcessorImplementationKeywords__Group__1__Impl() throws RecognitionException;
- void rule__RangeOfKeywords__Group__0() throws RecognitionException;
- void rule__RangeOfKeywords__Group__0__Impl() throws RecognitionException;
- void rule__RangeOfKeywords__Group__1() throws RecognitionException;
- void rule__RangeOfKeywords__Group__1__Impl() throws RecognitionException;
- void rule__RefinedToKeywords__Group__0() throws RecognitionException;
- void rule__RefinedToKeywords__Group__0__Impl() throws RecognitionException;
- void rule__RefinedToKeywords__Group__1() throws RecognitionException;
- void rule__RefinedToKeywords__Group__1__Impl() throws RecognitionException;
- void rule__RequiresModesKeywords__Group__0() throws RecognitionException;
- void rule__RequiresModesKeywords__Group__0__Impl() throws RecognitionException;
- void rule__RequiresModesKeywords__Group__1() throws RecognitionException;
- void rule__RequiresModesKeywords__Group__1__Impl() throws RecognitionException;
- void rule__SubprogramAccessKeywords__Group__0() throws RecognitionException;
- void rule__SubprogramAccessKeywords__Group__0__Impl() throws RecognitionException;
- void rule__SubprogramAccessKeywords__Group__1() throws RecognitionException;
- void rule__SubprogramAccessKeywords__Group__1__Impl() throws RecognitionException;
- void rule__SubprogramGroupKeywords__Group__0() throws RecognitionException;
- void rule__SubprogramGroupKeywords__Group__0__Impl() throws RecognitionException;
- void rule__SubprogramGroupKeywords__Group__1() throws RecognitionException;
- void rule__SubprogramGroupKeywords__Group__1__Impl() throws RecognitionException;
- void rule__SubprogramGroupAccessKeywords__Group__0() throws RecognitionException;
- void rule__SubprogramGroupAccessKeywords__Group__0__Impl() throws RecognitionException;
- void rule__SubprogramGroupAccessKeywords__Group__1() throws RecognitionException;
- void rule__SubprogramGroupAccessKeywords__Group__1__Impl() throws RecognitionException;
- void rule__SubprogramGroupAccessKeywords__Group__2() throws RecognitionException;
- void rule__SubprogramGroupAccessKeywords__Group__2__Impl() throws RecognitionException;
- void rule__SubprogramGroupImplementationKeywords__Group__0() throws RecognitionException;
- void rule__SubprogramGroupImplementationKeywords__Group__0__Impl() throws RecognitionException;
- void rule__SubprogramGroupImplementationKeywords__Group__1() throws RecognitionException;
- void rule__SubprogramGroupImplementationKeywords__Group__1__Impl() throws RecognitionException;
- void rule__SubprogramGroupImplementationKeywords__Group__2() throws RecognitionException;
- void rule__SubprogramGroupImplementationKeywords__Group__2__Impl() throws RecognitionException;
- void rule__SubprogramImplementationKeywords__Group__0() throws RecognitionException;
- void rule__SubprogramImplementationKeywords__Group__0__Impl() throws RecognitionException;
- void rule__SubprogramImplementationKeywords__Group__1() throws RecognitionException;
- void rule__SubprogramImplementationKeywords__Group__1__Impl() throws RecognitionException;
- void rule__SystemImplementationKeywords__Group__0() throws RecognitionException;
- void rule__SystemImplementationKeywords__Group__0__Impl() throws RecognitionException;
- void rule__SystemImplementationKeywords__Group__1() throws RecognitionException;
- void rule__SystemImplementationKeywords__Group__1__Impl() throws RecognitionException;
- void rule__ThreadGroupKeywords__Group__0() throws RecognitionException;
- void rule__ThreadGroupKeywords__Group__0__Impl() throws RecognitionException;
- void rule__ThreadGroupKeywords__Group__1() throws RecognitionException;
- void rule__ThreadGroupKeywords__Group__1__Impl() throws RecognitionException;
- void rule__ThreadGroupImplementationKeywords__Group__0() throws RecognitionException;
- void rule__ThreadGroupImplementationKeywords__Group__0__Impl() throws RecognitionException;
- void rule__ThreadGroupImplementationKeywords__Group__1() throws RecognitionException;
- void rule__ThreadGroupImplementationKeywords__Group__1__Impl() throws RecognitionException;
- void rule__ThreadGroupImplementationKeywords__Group__2() throws RecognitionException;
- void rule__ThreadGroupImplementationKeywords__Group__2__Impl() throws RecognitionException;
- void rule__ThreadImplementationKeywords__Group__0() throws RecognitionException;
- void rule__ThreadImplementationKeywords__Group__0__Impl() throws RecognitionException;
- void rule__ThreadImplementationKeywords__Group__1() throws RecognitionException;
- void rule__ThreadImplementationKeywords__Group__1__Impl() throws RecognitionException;
- void rule__VirtualBusKeywords__Group__0() throws RecognitionException;
- void rule__VirtualBusKeywords__Group__0__Impl() throws RecognitionException;
- void rule__VirtualBusKeywords__Group__1() throws RecognitionException;
- void rule__VirtualBusKeywords__Group__1__Impl() throws RecognitionException;
- void rule__VirtualBusImplementationKeywords__Group__0() throws RecognitionException;
- void rule__VirtualBusImplementationKeywords__Group__0__Impl() throws RecognitionException;
- void rule__VirtualBusImplementationKeywords__Group__1() throws RecognitionException;
- void rule__VirtualBusImplementationKeywords__Group__1__Impl() throws RecognitionException;
- void rule__VirtualBusImplementationKeywords__Group__2() throws RecognitionException;
- void rule__VirtualBusImplementationKeywords__Group__2__Impl() throws RecognitionException;
- void rule__VirtualProcessorKeywords__Group__0() throws RecognitionException;
- void rule__VirtualProcessorKeywords__Group__0__Impl() throws RecognitionException;
- void rule__VirtualProcessorKeywords__Group__1() throws RecognitionException;
- void rule__VirtualProcessorKeywords__Group__1__Impl() throws RecognitionException;
- void rule__VirtualProcessorImplementationKeywords__Group__0() throws RecognitionException;
- void rule__VirtualProcessorImplementationKeywords__Group__0__Impl() throws RecognitionException;
- void rule__VirtualProcessorImplementationKeywords__Group__1() throws RecognitionException;
- void rule__VirtualProcessorImplementationKeywords__Group__1__Impl() throws RecognitionException;
- void rule__VirtualProcessorImplementationKeywords__Group__2() throws RecognitionException;
- void rule__VirtualProcessorImplementationKeywords__Group__2__Impl() throws RecognitionException;
void rule__ContainedPropertyAssociation__Group__0() throws RecognitionException;
void rule__ContainedPropertyAssociation__Group__0__Impl() throws RecognitionException;
void rule__ContainedPropertyAssociation__Group__1() throws RecognitionException;
@@ -7279,10 +7391,12 @@ interface InternalAadl2ParserSignatures {
void rule__ContainedPropertyAssociation__Group_4__1__Impl() throws RecognitionException;
void rule__ContainedPropertyAssociation__Group_4__2() throws RecognitionException;
void rule__ContainedPropertyAssociation__Group_4__2__Impl() throws RecognitionException;
- void rule__ContainedPropertyAssociation__Group_4_2__0() throws RecognitionException;
- void rule__ContainedPropertyAssociation__Group_4_2__0__Impl() throws RecognitionException;
- void rule__ContainedPropertyAssociation__Group_4_2__1() throws RecognitionException;
- void rule__ContainedPropertyAssociation__Group_4_2__1__Impl() throws RecognitionException;
+ void rule__ContainedPropertyAssociation__Group_4__3() throws RecognitionException;
+ void rule__ContainedPropertyAssociation__Group_4__3__Impl() throws RecognitionException;
+ void rule__ContainedPropertyAssociation__Group_4_3__0() throws RecognitionException;
+ void rule__ContainedPropertyAssociation__Group_4_3__0__Impl() throws RecognitionException;
+ void rule__ContainedPropertyAssociation__Group_4_3__1() throws RecognitionException;
+ void rule__ContainedPropertyAssociation__Group_4_3__1__Impl() throws RecognitionException;
void rule__ContainedPropertyAssociation__Group_5__0() throws RecognitionException;
void rule__ContainedPropertyAssociation__Group_5__0__Impl() throws RecognitionException;
void rule__ContainedPropertyAssociation__Group_5__1() throws RecognitionException;
@@ -7291,6 +7405,8 @@ interface InternalAadl2ParserSignatures {
void rule__ContainedPropertyAssociation__Group_5__2__Impl() throws RecognitionException;
void rule__ContainedPropertyAssociation__Group_5__3() throws RecognitionException;
void rule__ContainedPropertyAssociation__Group_5__3__Impl() throws RecognitionException;
+ void rule__ContainedPropertyAssociation__Group_5__4() throws RecognitionException;
+ void rule__ContainedPropertyAssociation__Group_5__4__Impl() throws RecognitionException;
void rule__PropertyAssociation__Group__0() throws RecognitionException;
void rule__PropertyAssociation__Group__0__Impl() throws RecognitionException;
void rule__PropertyAssociation__Group__1() throws RecognitionException;
@@ -7319,6 +7435,8 @@ interface InternalAadl2ParserSignatures {
void rule__PropertyAssociation__Group_4__2__Impl() throws RecognitionException;
void rule__PropertyAssociation__Group_4__3() throws RecognitionException;
void rule__PropertyAssociation__Group_4__3__Impl() throws RecognitionException;
+ void rule__PropertyAssociation__Group_4__4() throws RecognitionException;
+ void rule__PropertyAssociation__Group_4__4__Impl() throws RecognitionException;
void rule__BasicPropertyAssociation__Group__0() throws RecognitionException;
void rule__BasicPropertyAssociation__Group__0__Impl() throws RecognitionException;
void rule__BasicPropertyAssociation__Group__1() throws RecognitionException;
@@ -7341,10 +7459,12 @@ interface InternalAadl2ParserSignatures {
void rule__OptionalModalPropertyValue__Group_1__3__Impl() throws RecognitionException;
void rule__OptionalModalPropertyValue__Group_1__4() throws RecognitionException;
void rule__OptionalModalPropertyValue__Group_1__4__Impl() throws RecognitionException;
- void rule__OptionalModalPropertyValue__Group_1_3__0() throws RecognitionException;
- void rule__OptionalModalPropertyValue__Group_1_3__0__Impl() throws RecognitionException;
- void rule__OptionalModalPropertyValue__Group_1_3__1() throws RecognitionException;
- void rule__OptionalModalPropertyValue__Group_1_3__1__Impl() throws RecognitionException;
+ void rule__OptionalModalPropertyValue__Group_1__5() throws RecognitionException;
+ void rule__OptionalModalPropertyValue__Group_1__5__Impl() throws RecognitionException;
+ void rule__OptionalModalPropertyValue__Group_1_4__0() throws RecognitionException;
+ void rule__OptionalModalPropertyValue__Group_1_4__0__Impl() throws RecognitionException;
+ void rule__OptionalModalPropertyValue__Group_1_4__1() throws RecognitionException;
+ void rule__OptionalModalPropertyValue__Group_1_4__1__Impl() throws RecognitionException;
void rule__BooleanLiteral__Group__0() throws RecognitionException;
void rule__BooleanLiteral__Group__0__Impl() throws RecognitionException;
void rule__BooleanLiteral__Group__1() throws RecognitionException;
@@ -7461,18 +7581,6 @@ interface InternalAadl2ParserSignatures {
void rule__NumericRangeTerm__Group_3__0__Impl() throws RecognitionException;
void rule__NumericRangeTerm__Group_3__1() throws RecognitionException;
void rule__NumericRangeTerm__Group_3__1__Impl() throws RecognitionException;
- void rule__AppliesToKeywords__Group__0() throws RecognitionException;
- void rule__AppliesToKeywords__Group__0__Impl() throws RecognitionException;
- void rule__AppliesToKeywords__Group__1() throws RecognitionException;
- void rule__AppliesToKeywords__Group__1__Impl() throws RecognitionException;
- void rule__InBindingKeywords__Group__0() throws RecognitionException;
- void rule__InBindingKeywords__Group__0__Impl() throws RecognitionException;
- void rule__InBindingKeywords__Group__1() throws RecognitionException;
- void rule__InBindingKeywords__Group__1__Impl() throws RecognitionException;
- void rule__InModesKeywords__Group__0() throws RecognitionException;
- void rule__InModesKeywords__Group__0__Impl() throws RecognitionException;
- void rule__InModesKeywords__Group__1() throws RecognitionException;
- void rule__InModesKeywords__Group__1__Impl() throws RecognitionException;
void rule__QPREF__Group__0() throws RecognitionException;
void rule__QPREF__Group__0__Impl() throws RecognitionException;
void rule__QPREF__Group__1() throws RecognitionException;
@@ -7520,7 +7628,7 @@ interface InternalAadl2ParserSignatures {
void rule__RenameAll__RenamedPackageAssignment_1() throws RecognitionException;
void rule__RenameAll__RenameAllAssignment_3() throws RecognitionException;
void rule__FGTRename__NameAssignment_0() throws RecognitionException;
- void rule__FGTRename__RenamedFeatureGroupTypeAssignment_3() throws RecognitionException;
+ void rule__FGTRename__RenamedFeatureGroupTypeAssignment_4() throws RecognitionException;
void rule__CTRename__NameAssignment_0() throws RecognitionException;
void rule__CTRename__CategoryAssignment_2() throws RecognitionException;
void rule__CTRename__RenamedComponentTypeAssignment_3() throws RecognitionException;
@@ -7546,7 +7654,7 @@ interface InternalAadl2ParserSignatures {
void rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0() throws RecognitionException;
void rule__AbstractType__NoFlowsAssignment_5_1_1_0() throws RecognitionException;
void rule__AbstractType__DerivedModesAssignment_6_0_0() throws RecognitionException;
- void rule__AbstractType__OwnedModeAssignment_6_0_1() throws RecognitionException;
+ void rule__AbstractType__OwnedModeAssignment_6_0_2() throws RecognitionException;
void rule__AbstractType__OwnedModeAssignment_6_1_1_0_0() throws RecognitionException;
void rule__AbstractType__OwnedModeTransitionAssignment_6_1_1_0_1() throws RecognitionException;
void rule__AbstractType__NoModesAssignment_6_1_1_1_0() throws RecognitionException;
@@ -7572,7 +7680,7 @@ interface InternalAadl2ParserSignatures {
void rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0() throws RecognitionException;
void rule__SystemType__NoFlowsAssignment_5_1_1_0() throws RecognitionException;
void rule__SystemType__DerivedModesAssignment_6_0_0() throws RecognitionException;
- void rule__SystemType__OwnedModeAssignment_6_0_1() throws RecognitionException;
+ void rule__SystemType__OwnedModeAssignment_6_0_2() throws RecognitionException;
void rule__SystemType__OwnedModeAssignment_6_1_1_0_0() throws RecognitionException;
void rule__SystemType__OwnedModeTransitionAssignment_6_1_1_0_1() throws RecognitionException;
void rule__SystemType__NoModesAssignment_6_1_1_1_0() throws RecognitionException;
@@ -7597,38 +7705,38 @@ interface InternalAadl2ParserSignatures {
void rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0() throws RecognitionException;
void rule__ProcessType__NoFlowsAssignment_5_1_1_0() throws RecognitionException;
void rule__ProcessType__DerivedModesAssignment_6_0_0() throws RecognitionException;
- void rule__ProcessType__OwnedModeAssignment_6_0_1() throws RecognitionException;
+ void rule__ProcessType__OwnedModeAssignment_6_0_2() throws RecognitionException;
void rule__ProcessType__OwnedModeAssignment_6_1_1_0_0() throws RecognitionException;
void rule__ProcessType__OwnedModeTransitionAssignment_6_1_1_0_1() throws RecognitionException;
void rule__ProcessType__NoModesAssignment_6_1_1_1_0() throws RecognitionException;
void rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0() throws RecognitionException;
void rule__ProcessType__NoPropertiesAssignment_7_1_1_0() throws RecognitionException;
void rule__ProcessType__OwnedAnnexSubclauseAssignment_8() throws RecognitionException;
- void rule__ThreadGroupType__NameAssignment_1() throws RecognitionException;
- void rule__ThreadGroupType__OwnedExtensionAssignment_2_0() throws RecognitionException;
- void rule__ThreadGroupType__OwnedPrototypeBindingAssignment_2_1_1() throws RecognitionException;
- void rule__ThreadGroupType__OwnedPrototypeBindingAssignment_2_1_2_1() throws RecognitionException;
- void rule__ThreadGroupType__NoPrototypesAssignment_3_1_0_0() throws RecognitionException;
- void rule__ThreadGroupType__OwnedPrototypeAssignment_3_1_1() throws RecognitionException;
- void rule__ThreadGroupType__NoFeaturesAssignment_4_1_0_0() throws RecognitionException;
- void rule__ThreadGroupType__OwnedDataPortAssignment_4_1_1_0() throws RecognitionException;
- void rule__ThreadGroupType__OwnedEventPortAssignment_4_1_1_1() throws RecognitionException;
- void rule__ThreadGroupType__OwnedEventDataPortAssignment_4_1_1_2() throws RecognitionException;
- void rule__ThreadGroupType__OwnedFeatureGroupAssignment_4_1_1_3() throws RecognitionException;
- void rule__ThreadGroupType__OwnedDataAccessAssignment_4_1_1_4() throws RecognitionException;
- void rule__ThreadGroupType__OwnedSubprogramAccessAssignment_4_1_1_5() throws RecognitionException;
- void rule__ThreadGroupType__OwnedSubprogramGroupAccessAssignment_4_1_1_6() throws RecognitionException;
- void rule__ThreadGroupType__OwnedAbstractFeatureAssignment_4_1_1_7() throws RecognitionException;
- void rule__ThreadGroupType__OwnedFlowSpecificationAssignment_5_1_0() throws RecognitionException;
- void rule__ThreadGroupType__NoFlowsAssignment_5_1_1_0() throws RecognitionException;
- void rule__ThreadGroupType__DerivedModesAssignment_6_0_0() throws RecognitionException;
- void rule__ThreadGroupType__OwnedModeAssignment_6_0_1() throws RecognitionException;
- void rule__ThreadGroupType__OwnedModeAssignment_6_1_1_0_0() throws RecognitionException;
- void rule__ThreadGroupType__OwnedModeTransitionAssignment_6_1_1_0_1() throws RecognitionException;
- void rule__ThreadGroupType__NoModesAssignment_6_1_1_1_0() throws RecognitionException;
- void rule__ThreadGroupType__OwnedPropertyAssociationAssignment_7_1_0() throws RecognitionException;
- void rule__ThreadGroupType__NoPropertiesAssignment_7_1_1_0() throws RecognitionException;
- void rule__ThreadGroupType__OwnedAnnexSubclauseAssignment_8() throws RecognitionException;
+ void rule__ThreadGroupType__NameAssignment_2() throws RecognitionException;
+ void rule__ThreadGroupType__OwnedExtensionAssignment_3_0() throws RecognitionException;
+ void rule__ThreadGroupType__OwnedPrototypeBindingAssignment_3_1_1() throws RecognitionException;
+ void rule__ThreadGroupType__OwnedPrototypeBindingAssignment_3_1_2_1() throws RecognitionException;
+ void rule__ThreadGroupType__NoPrototypesAssignment_4_1_0_0() throws RecognitionException;
+ void rule__ThreadGroupType__OwnedPrototypeAssignment_4_1_1() throws RecognitionException;
+ void rule__ThreadGroupType__NoFeaturesAssignment_5_1_0_0() throws RecognitionException;
+ void rule__ThreadGroupType__OwnedDataPortAssignment_5_1_1_0() throws RecognitionException;
+ void rule__ThreadGroupType__OwnedEventPortAssignment_5_1_1_1() throws RecognitionException;
+ void rule__ThreadGroupType__OwnedEventDataPortAssignment_5_1_1_2() throws RecognitionException;
+ void rule__ThreadGroupType__OwnedFeatureGroupAssignment_5_1_1_3() throws RecognitionException;
+ void rule__ThreadGroupType__OwnedDataAccessAssignment_5_1_1_4() throws RecognitionException;
+ void rule__ThreadGroupType__OwnedSubprogramAccessAssignment_5_1_1_5() throws RecognitionException;
+ void rule__ThreadGroupType__OwnedSubprogramGroupAccessAssignment_5_1_1_6() throws RecognitionException;
+ void rule__ThreadGroupType__OwnedAbstractFeatureAssignment_5_1_1_7() throws RecognitionException;
+ void rule__ThreadGroupType__OwnedFlowSpecificationAssignment_6_1_0() throws RecognitionException;
+ void rule__ThreadGroupType__NoFlowsAssignment_6_1_1_0() throws RecognitionException;
+ void rule__ThreadGroupType__DerivedModesAssignment_7_0_0() throws RecognitionException;
+ void rule__ThreadGroupType__OwnedModeAssignment_7_0_2() throws RecognitionException;
+ void rule__ThreadGroupType__OwnedModeAssignment_7_1_1_0_0() throws RecognitionException;
+ void rule__ThreadGroupType__OwnedModeTransitionAssignment_7_1_1_0_1() throws RecognitionException;
+ void rule__ThreadGroupType__NoModesAssignment_7_1_1_1_0() throws RecognitionException;
+ void rule__ThreadGroupType__OwnedPropertyAssociationAssignment_8_1_0() throws RecognitionException;
+ void rule__ThreadGroupType__NoPropertiesAssignment_8_1_1_0() throws RecognitionException;
+ void rule__ThreadGroupType__OwnedAnnexSubclauseAssignment_9() throws RecognitionException;
void rule__ThreadType__NameAssignment_1() throws RecognitionException;
void rule__ThreadType__OwnedExtensionAssignment_2_0() throws RecognitionException;
void rule__ThreadType__OwnedPrototypeBindingAssignment_2_1_1() throws RecognitionException;
@@ -7647,7 +7755,7 @@ interface InternalAadl2ParserSignatures {
void rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0() throws RecognitionException;
void rule__ThreadType__NoFlowsAssignment_5_1_1_0() throws RecognitionException;
void rule__ThreadType__DerivedModesAssignment_6_0_0() throws RecognitionException;
- void rule__ThreadType__OwnedModeAssignment_6_0_1() throws RecognitionException;
+ void rule__ThreadType__OwnedModeAssignment_6_0_2() throws RecognitionException;
void rule__ThreadType__OwnedModeAssignment_6_1_1_0_0() throws RecognitionException;
void rule__ThreadType__OwnedModeTransitionAssignment_6_1_1_0_1() throws RecognitionException;
void rule__ThreadType__NoModesAssignment_6_1_1_1_0() throws RecognitionException;
@@ -7672,29 +7780,29 @@ interface InternalAadl2ParserSignatures {
void rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0() throws RecognitionException;
void rule__SubprogramType__NoFlowsAssignment_5_1_1_0() throws RecognitionException;
void rule__SubprogramType__DerivedModesAssignment_6_0_0() throws RecognitionException;
- void rule__SubprogramType__OwnedModeAssignment_6_0_1() throws RecognitionException;
+ void rule__SubprogramType__OwnedModeAssignment_6_0_2() throws RecognitionException;
void rule__SubprogramType__OwnedModeAssignment_6_1_1_0_0() throws RecognitionException;
void rule__SubprogramType__OwnedModeTransitionAssignment_6_1_1_0_1() throws RecognitionException;
void rule__SubprogramType__NoModesAssignment_6_1_1_1_0() throws RecognitionException;
void rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0() throws RecognitionException;
void rule__SubprogramType__NoPropertiesAssignment_7_1_1_0() throws RecognitionException;
void rule__SubprogramType__OwnedAnnexSubclauseAssignment_8() throws RecognitionException;
- void rule__SubprogramGroupType__NameAssignment_1() throws RecognitionException;
- void rule__SubprogramGroupType__OwnedExtensionAssignment_2_0() throws RecognitionException;
- void rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_2_1_1() throws RecognitionException;
- void rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_2_1_2_1() throws RecognitionException;
- void rule__SubprogramGroupType__NoPrototypesAssignment_3_1_0_0() throws RecognitionException;
- void rule__SubprogramGroupType__OwnedPrototypeAssignment_3_1_1() throws RecognitionException;
- void rule__SubprogramGroupType__NoFeaturesAssignment_4_1_0_0() throws RecognitionException;
- void rule__SubprogramGroupType__OwnedSubprogramAccessAssignment_4_1_1_0() throws RecognitionException;
- void rule__SubprogramGroupType__OwnedFeatureGroupAssignment_4_1_1_1() throws RecognitionException;
- void rule__SubprogramGroupType__OwnedSubprogramGroupAccessAssignment_4_1_1_2() throws RecognitionException;
- void rule__SubprogramGroupType__OwnedAbstractFeatureAssignment_4_1_1_3() throws RecognitionException;
- void rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_5_1_0() throws RecognitionException;
- void rule__SubprogramGroupType__NoFlowsAssignment_5_1_1_0() throws RecognitionException;
- void rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_6_1_0() throws RecognitionException;
- void rule__SubprogramGroupType__NoPropertiesAssignment_6_1_1_0() throws RecognitionException;
- void rule__SubprogramGroupType__OwnedAnnexSubclauseAssignment_7() throws RecognitionException;
+ void rule__SubprogramGroupType__NameAssignment_2() throws RecognitionException;
+ void rule__SubprogramGroupType__OwnedExtensionAssignment_3_0() throws RecognitionException;
+ void rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_3_1_1() throws RecognitionException;
+ void rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_3_1_2_1() throws RecognitionException;
+ void rule__SubprogramGroupType__NoPrototypesAssignment_4_1_0_0() throws RecognitionException;
+ void rule__SubprogramGroupType__OwnedPrototypeAssignment_4_1_1() throws RecognitionException;
+ void rule__SubprogramGroupType__NoFeaturesAssignment_5_1_0_0() throws RecognitionException;
+ void rule__SubprogramGroupType__OwnedSubprogramAccessAssignment_5_1_1_0() throws RecognitionException;
+ void rule__SubprogramGroupType__OwnedFeatureGroupAssignment_5_1_1_1() throws RecognitionException;
+ void rule__SubprogramGroupType__OwnedSubprogramGroupAccessAssignment_5_1_1_2() throws RecognitionException;
+ void rule__SubprogramGroupType__OwnedAbstractFeatureAssignment_5_1_1_3() throws RecognitionException;
+ void rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_6_1_0() throws RecognitionException;
+ void rule__SubprogramGroupType__NoFlowsAssignment_6_1_1_0() throws RecognitionException;
+ void rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_7_1_0() throws RecognitionException;
+ void rule__SubprogramGroupType__NoPropertiesAssignment_7_1_1_0() throws RecognitionException;
+ void rule__SubprogramGroupType__OwnedAnnexSubclauseAssignment_8() throws RecognitionException;
void rule__ProcessorType__NameAssignment_1() throws RecognitionException;
void rule__ProcessorType__OwnedExtensionAssignment_2_0() throws RecognitionException;
void rule__ProcessorType__OwnedPrototypeBindingAssignment_2_1_1() throws RecognitionException;
@@ -7713,7 +7821,7 @@ interface InternalAadl2ParserSignatures {
void rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0() throws RecognitionException;
void rule__ProcessorType__NoFlowsAssignment_5_1_1_0() throws RecognitionException;
void rule__ProcessorType__DerivedModesAssignment_6_0_0() throws RecognitionException;
- void rule__ProcessorType__OwnedModeAssignment_6_0_1() throws RecognitionException;
+ void rule__ProcessorType__OwnedModeAssignment_6_0_2() throws RecognitionException;
void rule__ProcessorType__OwnedModeAssignment_6_1_1_0_0() throws RecognitionException;
void rule__ProcessorType__OwnedModeTransitionAssignment_6_1_1_0_1() throws RecognitionException;
void rule__ProcessorType__NoModesAssignment_6_1_1_1_0() throws RecognitionException;
@@ -7738,7 +7846,7 @@ interface InternalAadl2ParserSignatures {
void rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0() throws RecognitionException;
void rule__DeviceType__NoFlowsAssignment_5_1_1_0() throws RecognitionException;
void rule__DeviceType__DerivedModesAssignment_6_0_0() throws RecognitionException;
- void rule__DeviceType__OwnedModeAssignment_6_0_1() throws RecognitionException;
+ void rule__DeviceType__OwnedModeAssignment_6_0_2() throws RecognitionException;
void rule__DeviceType__OwnedModeAssignment_6_1_1_0_0() throws RecognitionException;
void rule__DeviceType__OwnedModeTransitionAssignment_6_1_1_0_1() throws RecognitionException;
void rule__DeviceType__NoModesAssignment_6_1_1_1_0() throws RecognitionException;
@@ -7759,7 +7867,7 @@ interface InternalAadl2ParserSignatures {
void rule__MemoryType__OwnedEventDataPortAssignment_4_1_1_4() throws RecognitionException;
void rule__MemoryType__OwnedAbstractFeatureAssignment_4_1_1_5() throws RecognitionException;
void rule__MemoryType__DerivedModesAssignment_5_0_0() throws RecognitionException;
- void rule__MemoryType__OwnedModeAssignment_5_0_1() throws RecognitionException;
+ void rule__MemoryType__OwnedModeAssignment_5_0_2() throws RecognitionException;
void rule__MemoryType__OwnedModeAssignment_5_1_1_0_0() throws RecognitionException;
void rule__MemoryType__OwnedModeTransitionAssignment_5_1_1_0_1() throws RecognitionException;
void rule__MemoryType__NoModesAssignment_5_1_1_1_0() throws RecognitionException;
@@ -7780,59 +7888,59 @@ interface InternalAadl2ParserSignatures {
void rule__BusType__OwnedEventDataPortAssignment_4_1_1_4() throws RecognitionException;
void rule__BusType__OwnedAbstractFeatureAssignment_4_1_1_5() throws RecognitionException;
void rule__BusType__DerivedModesAssignment_5_0_0() throws RecognitionException;
- void rule__BusType__OwnedModeAssignment_5_0_1() throws RecognitionException;
+ void rule__BusType__OwnedModeAssignment_5_0_2() throws RecognitionException;
void rule__BusType__OwnedModeAssignment_5_1_1_0_0() throws RecognitionException;
void rule__BusType__OwnedModeTransitionAssignment_5_1_1_0_1() throws RecognitionException;
void rule__BusType__NoModesAssignment_5_1_1_1_0() throws RecognitionException;
void rule__BusType__OwnedPropertyAssociationAssignment_6_1_0() throws RecognitionException;
void rule__BusType__NoPropertiesAssignment_6_1_1_0() throws RecognitionException;
void rule__BusType__OwnedAnnexSubclauseAssignment_7() throws RecognitionException;
- void rule__VirtualBusType__NameAssignment_1() throws RecognitionException;
- void rule__VirtualBusType__OwnedExtensionAssignment_2_0() throws RecognitionException;
- void rule__VirtualBusType__OwnedPrototypeBindingAssignment_2_1_1() throws RecognitionException;
- void rule__VirtualBusType__OwnedPrototypeBindingAssignment_2_1_2_1() throws RecognitionException;
- void rule__VirtualBusType__NoPrototypesAssignment_3_1_0_0() throws RecognitionException;
- void rule__VirtualBusType__OwnedPrototypeAssignment_3_1_1() throws RecognitionException;
- void rule__VirtualBusType__NoFeaturesAssignment_4_1_0_0() throws RecognitionException;
- void rule__VirtualBusType__OwnedFeatureGroupAssignment_4_1_1_0() throws RecognitionException;
- void rule__VirtualBusType__OwnedDataPortAssignment_4_1_1_1() throws RecognitionException;
- void rule__VirtualBusType__OwnedEventPortAssignment_4_1_1_2() throws RecognitionException;
- void rule__VirtualBusType__OwnedEventDataPortAssignment_4_1_1_3() throws RecognitionException;
- void rule__VirtualBusType__OwnedAbstractFeatureAssignment_4_1_1_4() throws RecognitionException;
- void rule__VirtualBusType__OwnedBusAccessAssignment_4_1_1_5() throws RecognitionException;
- void rule__VirtualBusType__DerivedModesAssignment_5_0_0() throws RecognitionException;
- void rule__VirtualBusType__OwnedModeAssignment_5_0_1() throws RecognitionException;
- void rule__VirtualBusType__OwnedModeAssignment_5_1_1_0_0() throws RecognitionException;
- void rule__VirtualBusType__OwnedModeTransitionAssignment_5_1_1_0_1() throws RecognitionException;
- void rule__VirtualBusType__NoModesAssignment_5_1_1_1_0() throws RecognitionException;
- void rule__VirtualBusType__OwnedPropertyAssociationAssignment_6_1_0() throws RecognitionException;
- void rule__VirtualBusType__NoPropertiesAssignment_6_1_1_0() throws RecognitionException;
- void rule__VirtualBusType__OwnedAnnexSubclauseAssignment_7() throws RecognitionException;
- void rule__VirtualProcessorType__NameAssignment_1() throws RecognitionException;
- void rule__VirtualProcessorType__OwnedExtensionAssignment_2_0() throws RecognitionException;
- void rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_2_1_1() throws RecognitionException;
- void rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_2_1_2_1() throws RecognitionException;
- void rule__VirtualProcessorType__NoPrototypesAssignment_3_1_0_0() throws RecognitionException;
- void rule__VirtualProcessorType__OwnedPrototypeAssignment_3_1_1() throws RecognitionException;
- void rule__VirtualProcessorType__NoFeaturesAssignment_4_1_0_0() throws RecognitionException;
- void rule__VirtualProcessorType__OwnedDataPortAssignment_4_1_1_0() throws RecognitionException;
- void rule__VirtualProcessorType__OwnedEventPortAssignment_4_1_1_1() throws RecognitionException;
- void rule__VirtualProcessorType__OwnedEventDataPortAssignment_4_1_1_2() throws RecognitionException;
- void rule__VirtualProcessorType__OwnedFeatureGroupAssignment_4_1_1_3() throws RecognitionException;
- void rule__VirtualProcessorType__OwnedSubprogramAccessAssignment_4_1_1_4() throws RecognitionException;
- void rule__VirtualProcessorType__OwnedSubprogramGroupAccessAssignment_4_1_1_5() throws RecognitionException;
- void rule__VirtualProcessorType__OwnedAbstractFeatureAssignment_4_1_1_6() throws RecognitionException;
- void rule__VirtualProcessorType__OwnedBusAccessAssignment_4_1_1_7() throws RecognitionException;
- void rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_5_1_0() throws RecognitionException;
- void rule__VirtualProcessorType__NoFlowsAssignment_5_1_1_0() throws RecognitionException;
- void rule__VirtualProcessorType__DerivedModesAssignment_6_0_0() throws RecognitionException;
- void rule__VirtualProcessorType__OwnedModeAssignment_6_0_1() throws RecognitionException;
- void rule__VirtualProcessorType__OwnedModeAssignment_6_1_1_0_0() throws RecognitionException;
- void rule__VirtualProcessorType__OwnedModeTransitionAssignment_6_1_1_0_1() throws RecognitionException;
- void rule__VirtualProcessorType__NoModesAssignment_6_1_1_1_0() throws RecognitionException;
- void rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_7_1_0() throws RecognitionException;
- void rule__VirtualProcessorType__NoPropertiesAssignment_7_1_1_0() throws RecognitionException;
- void rule__VirtualProcessorType__OwnedAnnexSubclauseAssignment_8() throws RecognitionException;
+ void rule__VirtualBusType__NameAssignment_2() throws RecognitionException;
+ void rule__VirtualBusType__OwnedExtensionAssignment_3_0() throws RecognitionException;
+ void rule__VirtualBusType__OwnedPrototypeBindingAssignment_3_1_1() throws RecognitionException;
+ void rule__VirtualBusType__OwnedPrototypeBindingAssignment_3_1_2_1() throws RecognitionException;
+ void rule__VirtualBusType__NoPrototypesAssignment_4_1_0_0() throws RecognitionException;
+ void rule__VirtualBusType__OwnedPrototypeAssignment_4_1_1() throws RecognitionException;
+ void rule__VirtualBusType__NoFeaturesAssignment_5_1_0_0() throws RecognitionException;
+ void rule__VirtualBusType__OwnedFeatureGroupAssignment_5_1_1_0() throws RecognitionException;
+ void rule__VirtualBusType__OwnedDataPortAssignment_5_1_1_1() throws RecognitionException;
+ void rule__VirtualBusType__OwnedEventPortAssignment_5_1_1_2() throws RecognitionException;
+ void rule__VirtualBusType__OwnedEventDataPortAssignment_5_1_1_3() throws RecognitionException;
+ void rule__VirtualBusType__OwnedAbstractFeatureAssignment_5_1_1_4() throws RecognitionException;
+ void rule__VirtualBusType__OwnedBusAccessAssignment_5_1_1_5() throws RecognitionException;
+ void rule__VirtualBusType__DerivedModesAssignment_6_0_0() throws RecognitionException;
+ void rule__VirtualBusType__OwnedModeAssignment_6_0_2() throws RecognitionException;
+ void rule__VirtualBusType__OwnedModeAssignment_6_1_1_0_0() throws RecognitionException;
+ void rule__VirtualBusType__OwnedModeTransitionAssignment_6_1_1_0_1() throws RecognitionException;
+ void rule__VirtualBusType__NoModesAssignment_6_1_1_1_0() throws RecognitionException;
+ void rule__VirtualBusType__OwnedPropertyAssociationAssignment_7_1_0() throws RecognitionException;
+ void rule__VirtualBusType__NoPropertiesAssignment_7_1_1_0() throws RecognitionException;
+ void rule__VirtualBusType__OwnedAnnexSubclauseAssignment_8() throws RecognitionException;
+ void rule__VirtualProcessorType__NameAssignment_2() throws RecognitionException;
+ void rule__VirtualProcessorType__OwnedExtensionAssignment_3_0() throws RecognitionException;
+ void rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_3_1_1() throws RecognitionException;
+ void rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_3_1_2_1() throws RecognitionException;
+ void rule__VirtualProcessorType__NoPrototypesAssignment_4_1_0_0() throws RecognitionException;
+ void rule__VirtualProcessorType__OwnedPrototypeAssignment_4_1_1() throws RecognitionException;
+ void rule__VirtualProcessorType__NoFeaturesAssignment_5_1_0_0() throws RecognitionException;
+ void rule__VirtualProcessorType__OwnedDataPortAssignment_5_1_1_0() throws RecognitionException;
+ void rule__VirtualProcessorType__OwnedEventPortAssignment_5_1_1_1() throws RecognitionException;
+ void rule__VirtualProcessorType__OwnedEventDataPortAssignment_5_1_1_2() throws RecognitionException;
+ void rule__VirtualProcessorType__OwnedFeatureGroupAssignment_5_1_1_3() throws RecognitionException;
+ void rule__VirtualProcessorType__OwnedSubprogramAccessAssignment_5_1_1_4() throws RecognitionException;
+ void rule__VirtualProcessorType__OwnedSubprogramGroupAccessAssignment_5_1_1_5() throws RecognitionException;
+ void rule__VirtualProcessorType__OwnedAbstractFeatureAssignment_5_1_1_6() throws RecognitionException;
+ void rule__VirtualProcessorType__OwnedBusAccessAssignment_5_1_1_7() throws RecognitionException;
+ void rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_6_1_0() throws RecognitionException;
+ void rule__VirtualProcessorType__NoFlowsAssignment_6_1_1_0() throws RecognitionException;
+ void rule__VirtualProcessorType__DerivedModesAssignment_7_0_0() throws RecognitionException;
+ void rule__VirtualProcessorType__OwnedModeAssignment_7_0_2() throws RecognitionException;
+ void rule__VirtualProcessorType__OwnedModeAssignment_7_1_1_0_0() throws RecognitionException;
+ void rule__VirtualProcessorType__OwnedModeTransitionAssignment_7_1_1_0_1() throws RecognitionException;
+ void rule__VirtualProcessorType__NoModesAssignment_7_1_1_1_0() throws RecognitionException;
+ void rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_8_1_0() throws RecognitionException;
+ void rule__VirtualProcessorType__NoPropertiesAssignment_8_1_1_0() throws RecognitionException;
+ void rule__VirtualProcessorType__OwnedAnnexSubclauseAssignment_9() throws RecognitionException;
void rule__DataType__NameAssignment_1() throws RecognitionException;
void rule__DataType__OwnedExtensionAssignment_2_0() throws RecognitionException;
void rule__DataType__OwnedPrototypeBindingAssignment_2_1_1() throws RecognitionException;
@@ -7848,7 +7956,7 @@ interface InternalAadl2ParserSignatures {
void rule__DataType__OwnedFlowSpecificationAssignment_5_1_0() throws RecognitionException;
void rule__DataType__NoFlowsAssignment_5_1_1_0() throws RecognitionException;
void rule__DataType__DerivedModesAssignment_6_0_0() throws RecognitionException;
- void rule__DataType__OwnedModeAssignment_6_0_1() throws RecognitionException;
+ void rule__DataType__OwnedModeAssignment_6_0_2() throws RecognitionException;
void rule__DataType__OwnedModeAssignment_6_1_1_0_0() throws RecognitionException;
void rule__DataType__OwnedModeTransitionAssignment_6_1_1_0_1() throws RecognitionException;
void rule__DataType__NoModesAssignment_6_1_1_1_0() throws RecognitionException;
@@ -7856,420 +7964,420 @@ interface InternalAadl2ParserSignatures {
void rule__DataType__NoPropertiesAssignment_7_1_1_0() throws RecognitionException;
void rule__DataType__OwnedAnnexSubclauseAssignment_8() throws RecognitionException;
void rule__Realization__ImplementedAssignment() throws RecognitionException;
- void rule__AbstractImplementation__OwnedRealizationAssignment_1() throws RecognitionException;
- void rule__AbstractImplementation__NameAssignment_3() throws RecognitionException;
- void rule__AbstractImplementation__OwnedExtensionAssignment_4() throws RecognitionException;
- void rule__AbstractImplementation__OwnedPrototypeBindingAssignment_5_1() throws RecognitionException;
- void rule__AbstractImplementation__OwnedPrototypeBindingAssignment_5_2_1() throws RecognitionException;
- void rule__AbstractImplementation__OwnedPrototypeAssignment_6_1_0() throws RecognitionException;
- void rule__AbstractImplementation__NoPrototypesAssignment_6_1_1_0() throws RecognitionException;
- void rule__AbstractImplementation__OwnedSystemSubcomponentAssignment_7_1_0_0() throws RecognitionException;
- void rule__AbstractImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1() throws RecognitionException;
- void rule__AbstractImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2() throws RecognitionException;
- void rule__AbstractImplementation__OwnedThreadSubcomponentAssignment_7_1_0_3() throws RecognitionException;
- void rule__AbstractImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_4() throws RecognitionException;
- void rule__AbstractImplementation__OwnedProcessSubcomponentAssignment_7_1_0_5() throws RecognitionException;
- void rule__AbstractImplementation__OwnedProcessorSubcomponentAssignment_7_1_0_6() throws RecognitionException;
- void rule__AbstractImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_7() throws RecognitionException;
- void rule__AbstractImplementation__OwnedMemorySubcomponentAssignment_7_1_0_8() throws RecognitionException;
- void rule__AbstractImplementation__OwnedDeviceSubcomponentAssignment_7_1_0_9() throws RecognitionException;
- void rule__AbstractImplementation__OwnedBusSubcomponentAssignment_7_1_0_10() throws RecognitionException;
- void rule__AbstractImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_11() throws RecognitionException;
- void rule__AbstractImplementation__OwnedDataSubcomponentAssignment_7_1_0_12() throws RecognitionException;
- void rule__AbstractImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_13() throws RecognitionException;
- void rule__AbstractImplementation__NoSubcomponentsAssignment_7_1_1_0() throws RecognitionException;
- void rule__AbstractImplementation__OwnedEventSourceAssignment_8_1_0() throws RecognitionException;
- void rule__AbstractImplementation__OwnedEventDataSourceAssignment_8_1_1() throws RecognitionException;
- void rule__AbstractImplementation__OwnedPortProxyAssignment_9_1_0() throws RecognitionException;
- void rule__AbstractImplementation__OwnedSubprogramProxyAssignment_9_1_1() throws RecognitionException;
- void rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0() throws RecognitionException;
- void rule__AbstractImplementation__NoCallsAssignment_10_1_1_0() throws RecognitionException;
- void rule__AbstractImplementation__OwnedPortConnectionAssignment_11_1_0_0() throws RecognitionException;
- void rule__AbstractImplementation__OwnedAccessConnectionAssignment_11_1_0_1() throws RecognitionException;
- void rule__AbstractImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2() throws RecognitionException;
- void rule__AbstractImplementation__OwnedFeatureConnectionAssignment_11_1_0_3() throws RecognitionException;
- void rule__AbstractImplementation__OwnedParameterConnectionAssignment_11_1_0_4() throws RecognitionException;
- void rule__AbstractImplementation__NoConnectionsAssignment_11_1_1_0() throws RecognitionException;
- void rule__AbstractImplementation__OwnedFlowImplementationAssignment_12_1_0_0() throws RecognitionException;
- void rule__AbstractImplementation__OwnedEndToEndFlowAssignment_12_1_0_1() throws RecognitionException;
- void rule__AbstractImplementation__NoFlowsAssignment_12_1_1_0() throws RecognitionException;
- void rule__AbstractImplementation__OwnedModeAssignment_13_1_0_0() throws RecognitionException;
- void rule__AbstractImplementation__OwnedModeTransitionAssignment_13_1_0_1() throws RecognitionException;
- void rule__AbstractImplementation__NoModesAssignment_13_1_1_0() throws RecognitionException;
- void rule__AbstractImplementation__OwnedPropertyAssociationAssignment_14_1_0() throws RecognitionException;
- void rule__AbstractImplementation__NoPropertiesAssignment_14_1_1_0() throws RecognitionException;
- void rule__AbstractImplementation__OwnedAnnexSubclauseAssignment_15() throws RecognitionException;
- void rule__SystemImplementation__OwnedRealizationAssignment_1() throws RecognitionException;
- void rule__SystemImplementation__NameAssignment_3() throws RecognitionException;
- void rule__SystemImplementation__OwnedExtensionAssignment_4() throws RecognitionException;
- void rule__SystemImplementation__OwnedPrototypeBindingAssignment_5_1() throws RecognitionException;
- void rule__SystemImplementation__OwnedPrototypeBindingAssignment_5_2_1() throws RecognitionException;
- void rule__SystemImplementation__OwnedPrototypeAssignment_6_1_0() throws RecognitionException;
- void rule__SystemImplementation__NoPrototypesAssignment_6_1_1_0() throws RecognitionException;
- void rule__SystemImplementation__OwnedSystemSubcomponentAssignment_7_1_0_0() throws RecognitionException;
- void rule__SystemImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1() throws RecognitionException;
- void rule__SystemImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2() throws RecognitionException;
- void rule__SystemImplementation__OwnedProcessSubcomponentAssignment_7_1_0_3() throws RecognitionException;
- void rule__SystemImplementation__OwnedProcessorSubcomponentAssignment_7_1_0_4() throws RecognitionException;
- void rule__SystemImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_5() throws RecognitionException;
- void rule__SystemImplementation__OwnedMemorySubcomponentAssignment_7_1_0_6() throws RecognitionException;
- void rule__SystemImplementation__OwnedDeviceSubcomponentAssignment_7_1_0_7() throws RecognitionException;
- void rule__SystemImplementation__OwnedBusSubcomponentAssignment_7_1_0_8() throws RecognitionException;
- void rule__SystemImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_9() throws RecognitionException;
- void rule__SystemImplementation__OwnedDataSubcomponentAssignment_7_1_0_10() throws RecognitionException;
- void rule__SystemImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_11() throws RecognitionException;
- void rule__SystemImplementation__NoSubcomponentsAssignment_7_1_1_0() throws RecognitionException;
- void rule__SystemImplementation__OwnedEventSourceAssignment_8_1_0() throws RecognitionException;
- void rule__SystemImplementation__OwnedEventDataSourceAssignment_8_1_1() throws RecognitionException;
- void rule__SystemImplementation__OwnedPortProxyAssignment_9_1_0() throws RecognitionException;
- void rule__SystemImplementation__OwnedSubprogramProxyAssignment_9_1_1() throws RecognitionException;
- void rule__SystemImplementation__OwnedPortConnectionAssignment_10_1_0_0() throws RecognitionException;
- void rule__SystemImplementation__OwnedAccessConnectionAssignment_10_1_0_1() throws RecognitionException;
- void rule__SystemImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2() throws RecognitionException;
- void rule__SystemImplementation__OwnedFeatureConnectionAssignment_10_1_0_3() throws RecognitionException;
- void rule__SystemImplementation__NoConnectionsAssignment_10_1_1_0() throws RecognitionException;
- void rule__SystemImplementation__OwnedFlowImplementationAssignment_11_1_0_0() throws RecognitionException;
- void rule__SystemImplementation__OwnedEndToEndFlowAssignment_11_1_0_1() throws RecognitionException;
- void rule__SystemImplementation__NoFlowsAssignment_11_1_1_0() throws RecognitionException;
- void rule__SystemImplementation__OwnedModeAssignment_12_1_0_0() throws RecognitionException;
- void rule__SystemImplementation__OwnedModeTransitionAssignment_12_1_0_1() throws RecognitionException;
- void rule__SystemImplementation__NoModesAssignment_12_1_1_0() throws RecognitionException;
- void rule__SystemImplementation__OwnedPropertyAssociationAssignment_13_1_0() throws RecognitionException;
- void rule__SystemImplementation__NoPropertiesAssignment_13_1_1_0() throws RecognitionException;
- void rule__SystemImplementation__OwnedAnnexSubclauseAssignment_14() throws RecognitionException;
- void rule__ProcessImplementation__OwnedRealizationAssignment_1() throws RecognitionException;
- void rule__ProcessImplementation__NameAssignment_3() throws RecognitionException;
- void rule__ProcessImplementation__OwnedExtensionAssignment_4() throws RecognitionException;
- void rule__ProcessImplementation__OwnedPrototypeBindingAssignment_5_1() throws RecognitionException;
- void rule__ProcessImplementation__OwnedPrototypeBindingAssignment_5_2_1() throws RecognitionException;
- void rule__ProcessImplementation__OwnedPrototypeAssignment_6_1_0() throws RecognitionException;
- void rule__ProcessImplementation__NoPrototypesAssignment_6_1_1_0() throws RecognitionException;
- void rule__ProcessImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_0() throws RecognitionException;
- void rule__ProcessImplementation__OwnedThreadSubcomponentAssignment_7_1_0_1() throws RecognitionException;
- void rule__ProcessImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_2() throws RecognitionException;
- void rule__ProcessImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_3() throws RecognitionException;
- void rule__ProcessImplementation__OwnedDataSubcomponentAssignment_7_1_0_4() throws RecognitionException;
- void rule__ProcessImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_5() throws RecognitionException;
- void rule__ProcessImplementation__NoSubcomponentsAssignment_7_1_1_0() throws RecognitionException;
- void rule__ProcessImplementation__OwnedEventSourceAssignment_8_1_0() throws RecognitionException;
- void rule__ProcessImplementation__OwnedEventDataSourceAssignment_8_1_1() throws RecognitionException;
- void rule__ProcessImplementation__OwnedPortProxyAssignment_9_1_0() throws RecognitionException;
- void rule__ProcessImplementation__OwnedSubprogramProxyAssignment_9_1_1() throws RecognitionException;
- void rule__ProcessImplementation__OwnedPortConnectionAssignment_10_1_0_0() throws RecognitionException;
- void rule__ProcessImplementation__OwnedAccessConnectionAssignment_10_1_0_1() throws RecognitionException;
- void rule__ProcessImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2() throws RecognitionException;
- void rule__ProcessImplementation__OwnedFeatureConnectionAssignment_10_1_0_3() throws RecognitionException;
- void rule__ProcessImplementation__NoConnectionsAssignment_10_1_1_0() throws RecognitionException;
- void rule__ProcessImplementation__OwnedFlowImplementationAssignment_11_1_0_0() throws RecognitionException;
- void rule__ProcessImplementation__OwnedEndToEndFlowAssignment_11_1_0_1() throws RecognitionException;
- void rule__ProcessImplementation__NoFlowsAssignment_11_1_1_0() throws RecognitionException;
- void rule__ProcessImplementation__OwnedModeAssignment_12_1_0_0() throws RecognitionException;
- void rule__ProcessImplementation__OwnedModeTransitionAssignment_12_1_0_1() throws RecognitionException;
- void rule__ProcessImplementation__NoModesAssignment_12_1_1_0() throws RecognitionException;
- void rule__ProcessImplementation__OwnedPropertyAssociationAssignment_13_1_0() throws RecognitionException;
- void rule__ProcessImplementation__NoPropertiesAssignment_13_1_1_0() throws RecognitionException;
- void rule__ProcessImplementation__OwnedAnnexSubclauseAssignment_14() throws RecognitionException;
- void rule__ThreadGroupImplementation__OwnedRealizationAssignment_1() throws RecognitionException;
- void rule__ThreadGroupImplementation__NameAssignment_3() throws RecognitionException;
- void rule__ThreadGroupImplementation__OwnedExtensionAssignment_4() throws RecognitionException;
- void rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_5_1() throws RecognitionException;
- void rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_5_2_1() throws RecognitionException;
- void rule__ThreadGroupImplementation__OwnedPrototypeAssignment_6_1_0() throws RecognitionException;
- void rule__ThreadGroupImplementation__NoPrototypesAssignment_6_1_1_0() throws RecognitionException;
- void rule__ThreadGroupImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_0() throws RecognitionException;
- void rule__ThreadGroupImplementation__OwnedThreadSubcomponentAssignment_7_1_0_1() throws RecognitionException;
- void rule__ThreadGroupImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_2() throws RecognitionException;
- void rule__ThreadGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_3() throws RecognitionException;
- void rule__ThreadGroupImplementation__OwnedDataSubcomponentAssignment_7_1_0_4() throws RecognitionException;
- void rule__ThreadGroupImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_5() throws RecognitionException;
- void rule__ThreadGroupImplementation__NoSubcomponentsAssignment_7_1_1_0() throws RecognitionException;
- void rule__ThreadGroupImplementation__OwnedEventSourceAssignment_8_1_0() throws RecognitionException;
- void rule__ThreadGroupImplementation__OwnedEventDataSourceAssignment_8_1_1() throws RecognitionException;
- void rule__ThreadGroupImplementation__OwnedPortProxyAssignment_9_1_0() throws RecognitionException;
- void rule__ThreadGroupImplementation__OwnedSubprogramProxyAssignment_9_1_1() throws RecognitionException;
- void rule__ThreadGroupImplementation__OwnedPortConnectionAssignment_10_1_0_0() throws RecognitionException;
- void rule__ThreadGroupImplementation__OwnedAccessConnectionAssignment_10_1_0_1() throws RecognitionException;
- void rule__ThreadGroupImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2() throws RecognitionException;
- void rule__ThreadGroupImplementation__OwnedFeatureConnectionAssignment_10_1_0_3() throws RecognitionException;
- void rule__ThreadGroupImplementation__NoConnectionsAssignment_10_1_1_0() throws RecognitionException;
- void rule__ThreadGroupImplementation__OwnedFlowImplementationAssignment_11_1_0_0() throws RecognitionException;
- void rule__ThreadGroupImplementation__OwnedEndToEndFlowAssignment_11_1_0_1() throws RecognitionException;
- void rule__ThreadGroupImplementation__NoFlowsAssignment_11_1_1_0() throws RecognitionException;
- void rule__ThreadGroupImplementation__OwnedModeAssignment_12_1_0_0() throws RecognitionException;
- void rule__ThreadGroupImplementation__OwnedModeTransitionAssignment_12_1_0_1() throws RecognitionException;
- void rule__ThreadGroupImplementation__NoModesAssignment_12_1_1_0() throws RecognitionException;
- void rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_13_1_0() throws RecognitionException;
- void rule__ThreadGroupImplementation__NoPropertiesAssignment_13_1_1_0() throws RecognitionException;
- void rule__ThreadGroupImplementation__OwnedAnnexSubclauseAssignment_14() throws RecognitionException;
- void rule__ThreadImplementation__OwnedRealizationAssignment_1() throws RecognitionException;
- void rule__ThreadImplementation__NameAssignment_3() throws RecognitionException;
- void rule__ThreadImplementation__OwnedExtensionAssignment_4() throws RecognitionException;
- void rule__ThreadImplementation__OwnedPrototypeBindingAssignment_5_1() throws RecognitionException;
- void rule__ThreadImplementation__OwnedPrototypeBindingAssignment_5_2_1() throws RecognitionException;
- void rule__ThreadImplementation__OwnedPrototypeAssignment_6_1_0() throws RecognitionException;
- void rule__ThreadImplementation__NoPrototypesAssignment_6_1_1_0() throws RecognitionException;
- void rule__ThreadImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_0() throws RecognitionException;
- void rule__ThreadImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_1() throws RecognitionException;
- void rule__ThreadImplementation__OwnedDataSubcomponentAssignment_7_1_0_2() throws RecognitionException;
- void rule__ThreadImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_3() throws RecognitionException;
- void rule__ThreadImplementation__NoSubcomponentsAssignment_7_1_1_0() throws RecognitionException;
- void rule__ThreadImplementation__OwnedEventSourceAssignment_8_1_0() throws RecognitionException;
- void rule__ThreadImplementation__OwnedEventDataSourceAssignment_8_1_1() throws RecognitionException;
- void rule__ThreadImplementation__OwnedPortProxyAssignment_9_1_0() throws RecognitionException;
- void rule__ThreadImplementation__OwnedSubprogramProxyAssignment_9_1_1() throws RecognitionException;
- void rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0() throws RecognitionException;
- void rule__ThreadImplementation__NoCallsAssignment_10_1_1_0() throws RecognitionException;
- void rule__ThreadImplementation__OwnedPortConnectionAssignment_11_1_0_0() throws RecognitionException;
- void rule__ThreadImplementation__OwnedAccessConnectionAssignment_11_1_0_1() throws RecognitionException;
- void rule__ThreadImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2() throws RecognitionException;
- void rule__ThreadImplementation__OwnedFeatureConnectionAssignment_11_1_0_3() throws RecognitionException;
- void rule__ThreadImplementation__OwnedParameterConnectionAssignment_11_1_0_4() throws RecognitionException;
- void rule__ThreadImplementation__NoConnectionsAssignment_11_1_1_0() throws RecognitionException;
- void rule__ThreadImplementation__OwnedFlowImplementationAssignment_12_1_0_0() throws RecognitionException;
- void rule__ThreadImplementation__OwnedEndToEndFlowAssignment_12_1_0_1() throws RecognitionException;
- void rule__ThreadImplementation__NoFlowsAssignment_12_1_1_0() throws RecognitionException;
- void rule__ThreadImplementation__OwnedModeAssignment_13_1_0_0() throws RecognitionException;
- void rule__ThreadImplementation__OwnedModeTransitionAssignment_13_1_0_1() throws RecognitionException;
- void rule__ThreadImplementation__NoModesAssignment_13_1_1_0() throws RecognitionException;
- void rule__ThreadImplementation__OwnedPropertyAssociationAssignment_14_1_0() throws RecognitionException;
- void rule__ThreadImplementation__NoPropertiesAssignment_14_1_1_0() throws RecognitionException;
- void rule__ThreadImplementation__OwnedAnnexSubclauseAssignment_15() throws RecognitionException;
- void rule__SubprogramImplementation__OwnedRealizationAssignment_1() throws RecognitionException;
- void rule__SubprogramImplementation__NameAssignment_3() throws RecognitionException;
- void rule__SubprogramImplementation__OwnedExtensionAssignment_4() throws RecognitionException;
- void rule__SubprogramImplementation__OwnedPrototypeBindingAssignment_5_1() throws RecognitionException;
- void rule__SubprogramImplementation__OwnedPrototypeBindingAssignment_5_2_1() throws RecognitionException;
- void rule__SubprogramImplementation__OwnedPrototypeAssignment_6_1_0() throws RecognitionException;
- void rule__SubprogramImplementation__NoPrototypesAssignment_6_1_1_0() throws RecognitionException;
- void rule__SubprogramImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0() throws RecognitionException;
- void rule__SubprogramImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1() throws RecognitionException;
- void rule__SubprogramImplementation__OwnedDataSubcomponentAssignment_7_1_0_2() throws RecognitionException;
- void rule__SubprogramImplementation__NoSubcomponentsAssignment_7_1_1_0() throws RecognitionException;
- void rule__SubprogramImplementation__OwnedEventSourceAssignment_8_1_0() throws RecognitionException;
- void rule__SubprogramImplementation__OwnedEventDataSourceAssignment_8_1_1() throws RecognitionException;
- void rule__SubprogramImplementation__OwnedPortProxyAssignment_9_1_0() throws RecognitionException;
- void rule__SubprogramImplementation__OwnedSubprogramProxyAssignment_9_1_1() throws RecognitionException;
- void rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0() throws RecognitionException;
- void rule__SubprogramImplementation__NoCallsAssignment_10_1_1_0() throws RecognitionException;
- void rule__SubprogramImplementation__OwnedPortConnectionAssignment_11_1_0_0() throws RecognitionException;
- void rule__SubprogramImplementation__OwnedAccessConnectionAssignment_11_1_0_1() throws RecognitionException;
- void rule__SubprogramImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2() throws RecognitionException;
- void rule__SubprogramImplementation__OwnedFeatureConnectionAssignment_11_1_0_3() throws RecognitionException;
- void rule__SubprogramImplementation__OwnedParameterConnectionAssignment_11_1_0_4() throws RecognitionException;
- void rule__SubprogramImplementation__NoConnectionsAssignment_11_1_1_0() throws RecognitionException;
- void rule__SubprogramImplementation__OwnedFlowImplementationAssignment_12_1_0_0() throws RecognitionException;
- void rule__SubprogramImplementation__OwnedEndToEndFlowAssignment_12_1_0_1() throws RecognitionException;
- void rule__SubprogramImplementation__NoFlowsAssignment_12_1_1_0() throws RecognitionException;
- void rule__SubprogramImplementation__OwnedModeAssignment_13_1_0_0() throws RecognitionException;
- void rule__SubprogramImplementation__OwnedModeTransitionAssignment_13_1_0_1() throws RecognitionException;
- void rule__SubprogramImplementation__NoModesAssignment_13_1_1_0() throws RecognitionException;
- void rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_14_1_0() throws RecognitionException;
- void rule__SubprogramImplementation__NoPropertiesAssignment_14_1_1_0() throws RecognitionException;
- void rule__SubprogramImplementation__OwnedAnnexSubclauseAssignment_15() throws RecognitionException;
- void rule__SubprogramGroupImplementation__OwnedRealizationAssignment_1() throws RecognitionException;
- void rule__SubprogramGroupImplementation__NameAssignment_3() throws RecognitionException;
- void rule__SubprogramGroupImplementation__OwnedExtensionAssignment_4() throws RecognitionException;
- void rule__SubprogramGroupImplementation__OwnedPrototypeBindingAssignment_5_1() throws RecognitionException;
- void rule__SubprogramGroupImplementation__OwnedPrototypeBindingAssignment_5_2_1() throws RecognitionException;
- void rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_6_1_0() throws RecognitionException;
- void rule__SubprogramGroupImplementation__NoPrototypesAssignment_6_1_1_0() throws RecognitionException;
- void rule__SubprogramGroupImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_0() throws RecognitionException;
- void rule__SubprogramGroupImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_1() throws RecognitionException;
- void rule__SubprogramGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2() throws RecognitionException;
- void rule__SubprogramGroupImplementation__OwnedDataSubcomponentAssignment_7_1_0_3() throws RecognitionException;
- void rule__SubprogramGroupImplementation__NoSubcomponentsAssignment_7_1_1_0() throws RecognitionException;
- void rule__SubprogramGroupImplementation__OwnedEventSourceAssignment_8_1_0() throws RecognitionException;
- void rule__SubprogramGroupImplementation__OwnedEventDataSourceAssignment_8_1_1() throws RecognitionException;
- void rule__SubprogramGroupImplementation__OwnedPortProxyAssignment_9_1_0() throws RecognitionException;
- void rule__SubprogramGroupImplementation__OwnedSubprogramProxyAssignment_9_1_1() throws RecognitionException;
- void rule__SubprogramGroupImplementation__OwnedAccessConnectionAssignment_10_1_0_0() throws RecognitionException;
- void rule__SubprogramGroupImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1() throws RecognitionException;
- void rule__SubprogramGroupImplementation__OwnedFeatureConnectionAssignment_10_1_0_2() throws RecognitionException;
- void rule__SubprogramGroupImplementation__NoConnectionsAssignment_10_1_1_0() throws RecognitionException;
- void rule__SubprogramGroupImplementation__OwnedModeAssignment_11_1_0_0() throws RecognitionException;
- void rule__SubprogramGroupImplementation__OwnedModeTransitionAssignment_11_1_0_1() throws RecognitionException;
- void rule__SubprogramGroupImplementation__NoModesAssignment_11_1_1_0() throws RecognitionException;
- void rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_12_1_0() throws RecognitionException;
- void rule__SubprogramGroupImplementation__NoPropertiesAssignment_12_1_1_0() throws RecognitionException;
- void rule__SubprogramGroupImplementation__OwnedAnnexSubclauseAssignment_13() throws RecognitionException;
- void rule__ProcessorImplementation__OwnedRealizationAssignment_1() throws RecognitionException;
- void rule__ProcessorImplementation__NameAssignment_3() throws RecognitionException;
- void rule__ProcessorImplementation__OwnedExtensionAssignment_4() throws RecognitionException;
- void rule__ProcessorImplementation__OwnedPrototypeBindingAssignment_5_1() throws RecognitionException;
- void rule__ProcessorImplementation__OwnedPrototypeBindingAssignment_5_2_1() throws RecognitionException;
- void rule__ProcessorImplementation__OwnedPrototypeAssignment_6_1_0() throws RecognitionException;
- void rule__ProcessorImplementation__NoPrototypesAssignment_6_1_1_0() throws RecognitionException;
- void rule__ProcessorImplementation__OwnedMemorySubcomponentAssignment_7_1_0_0() throws RecognitionException;
- void rule__ProcessorImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_1() throws RecognitionException;
- void rule__ProcessorImplementation__OwnedBusSubcomponentAssignment_7_1_0_2() throws RecognitionException;
- void rule__ProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_3() throws RecognitionException;
- void rule__ProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_4() throws RecognitionException;
- void rule__ProcessorImplementation__NoSubcomponentsAssignment_7_1_1_0() throws RecognitionException;
- void rule__ProcessorImplementation__OwnedEventSourceAssignment_8_1_0() throws RecognitionException;
- void rule__ProcessorImplementation__OwnedEventDataSourceAssignment_8_1_1() throws RecognitionException;
- void rule__ProcessorImplementation__OwnedPortConnectionAssignment_9_1_0_0() throws RecognitionException;
- void rule__ProcessorImplementation__OwnedAccessConnectionAssignment_9_1_0_1() throws RecognitionException;
- void rule__ProcessorImplementation__OwnedFeatureGroupConnectionAssignment_9_1_0_2() throws RecognitionException;
- void rule__ProcessorImplementation__OwnedFeatureConnectionAssignment_9_1_0_3() throws RecognitionException;
- void rule__ProcessorImplementation__NoConnectionsAssignment_9_1_1_0() throws RecognitionException;
- void rule__ProcessorImplementation__OwnedFlowImplementationAssignment_10_1_0_0() throws RecognitionException;
- void rule__ProcessorImplementation__OwnedEndToEndFlowAssignment_10_1_0_1() throws RecognitionException;
- void rule__ProcessorImplementation__NoFlowsAssignment_10_1_1_0() throws RecognitionException;
- void rule__ProcessorImplementation__OwnedModeAssignment_11_1_0_0() throws RecognitionException;
- void rule__ProcessorImplementation__OwnedModeTransitionAssignment_11_1_0_1() throws RecognitionException;
- void rule__ProcessorImplementation__NoModesAssignment_11_1_1_0() throws RecognitionException;
- void rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_12_1_0() throws RecognitionException;
- void rule__ProcessorImplementation__NoPropertiesAssignment_12_1_1_0() throws RecognitionException;
- void rule__ProcessorImplementation__OwnedAnnexSubclauseAssignment_13() throws RecognitionException;
- void rule__VirtualProcessorImplementation__OwnedRealizationAssignment_1() throws RecognitionException;
- void rule__VirtualProcessorImplementation__NameAssignment_3() throws RecognitionException;
- void rule__VirtualProcessorImplementation__OwnedExtensionAssignment_4() throws RecognitionException;
- void rule__VirtualProcessorImplementation__OwnedPrototypeBindingAssignment_5_1() throws RecognitionException;
- void rule__VirtualProcessorImplementation__OwnedPrototypeBindingAssignment_5_2_1() throws RecognitionException;
- void rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_6_1_0() throws RecognitionException;
- void rule__VirtualProcessorImplementation__NoPrototypesAssignment_6_1_1_0() throws RecognitionException;
- void rule__VirtualProcessorImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0() throws RecognitionException;
- void rule__VirtualProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1() throws RecognitionException;
- void rule__VirtualProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_2() throws RecognitionException;
- void rule__VirtualProcessorImplementation__NoSubcomponentsAssignment_7_1_1_0() throws RecognitionException;
- void rule__VirtualProcessorImplementation__OwnedEventSourceAssignment_8_1_0() throws RecognitionException;
- void rule__VirtualProcessorImplementation__OwnedEventDataSourceAssignment_8_1_1() throws RecognitionException;
- void rule__VirtualProcessorImplementation__OwnedPortProxyAssignment_9_1_0() throws RecognitionException;
- void rule__VirtualProcessorImplementation__OwnedSubprogramProxyAssignment_9_1_1() throws RecognitionException;
- void rule__VirtualProcessorImplementation__OwnedPortConnectionAssignment_10_1_0_0() throws RecognitionException;
- void rule__VirtualProcessorImplementation__OwnedAccessConnectionAssignment_10_1_0_1() throws RecognitionException;
- void rule__VirtualProcessorImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2() throws RecognitionException;
- void rule__VirtualProcessorImplementation__OwnedFeatureConnectionAssignment_10_1_0_3() throws RecognitionException;
- void rule__VirtualProcessorImplementation__NoConnectionsAssignment_10_1_1_0() throws RecognitionException;
- void rule__VirtualProcessorImplementation__OwnedFlowImplementationAssignment_11_1_0_0() throws RecognitionException;
- void rule__VirtualProcessorImplementation__OwnedEndToEndFlowAssignment_11_1_0_1() throws RecognitionException;
- void rule__VirtualProcessorImplementation__NoFlowsAssignment_11_1_1_0() throws RecognitionException;
- void rule__VirtualProcessorImplementation__OwnedModeAssignment_12_1_0_0() throws RecognitionException;
- void rule__VirtualProcessorImplementation__OwnedModeTransitionAssignment_12_1_0_1() throws RecognitionException;
- void rule__VirtualProcessorImplementation__NoModesAssignment_12_1_1_0() throws RecognitionException;
- void rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0() throws RecognitionException;
- void rule__VirtualProcessorImplementation__NoPropertiesAssignment_13_1_1_0() throws RecognitionException;
- void rule__VirtualProcessorImplementation__OwnedAnnexSubclauseAssignment_14() throws RecognitionException;
- void rule__DeviceImplementation__OwnedRealizationAssignment_1() throws RecognitionException;
- void rule__DeviceImplementation__NameAssignment_3() throws RecognitionException;
- void rule__DeviceImplementation__OwnedExtensionAssignment_4() throws RecognitionException;
- void rule__DeviceImplementation__OwnedPrototypeBindingAssignment_5_1() throws RecognitionException;
- void rule__DeviceImplementation__OwnedPrototypeBindingAssignment_5_2_1() throws RecognitionException;
- void rule__DeviceImplementation__OwnedPrototypeAssignment_6_1_0() throws RecognitionException;
- void rule__DeviceImplementation__NoPrototypesAssignment_6_1_1_0() throws RecognitionException;
- void rule__DeviceImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0() throws RecognitionException;
- void rule__DeviceImplementation__OwnedDataSubcomponentAssignment_7_1_0_1() throws RecognitionException;
- void rule__DeviceImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_2() throws RecognitionException;
- void rule__DeviceImplementation__OwnedBusSubcomponentAssignment_7_1_0_3() throws RecognitionException;
- void rule__DeviceImplementation__NoSubcomponentsAssignment_7_1_1_0() throws RecognitionException;
- void rule__DeviceImplementation__OwnedEventSourceAssignment_8_1_0() throws RecognitionException;
- void rule__DeviceImplementation__OwnedEventDataSourceAssignment_8_1_1() throws RecognitionException;
- void rule__DeviceImplementation__OwnedPortProxyAssignment_9_1_0() throws RecognitionException;
- void rule__DeviceImplementation__OwnedSubprogramProxyAssignment_9_1_1() throws RecognitionException;
- void rule__DeviceImplementation__OwnedPortConnectionAssignment_10_1_0_0() throws RecognitionException;
- void rule__DeviceImplementation__OwnedAccessConnectionAssignment_10_1_0_1() throws RecognitionException;
- void rule__DeviceImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2() throws RecognitionException;
- void rule__DeviceImplementation__OwnedFeatureConnectionAssignment_10_1_0_3() throws RecognitionException;
- void rule__DeviceImplementation__NoConnectionsAssignment_10_1_1_0() throws RecognitionException;
- void rule__DeviceImplementation__OwnedFlowImplementationAssignment_11_1_0_0() throws RecognitionException;
- void rule__DeviceImplementation__OwnedEndToEndFlowAssignment_11_1_0_1() throws RecognitionException;
- void rule__DeviceImplementation__NoFlowsAssignment_11_1_1_0() throws RecognitionException;
- void rule__DeviceImplementation__OwnedModeAssignment_12_1_0_0() throws RecognitionException;
- void rule__DeviceImplementation__OwnedModeTransitionAssignment_12_1_0_1() throws RecognitionException;
- void rule__DeviceImplementation__NoModesAssignment_12_1_1_0() throws RecognitionException;
- void rule__DeviceImplementation__OwnedPropertyAssociationAssignment_13_1_0() throws RecognitionException;
- void rule__DeviceImplementation__NoPropertiesAssignment_13_1_1_0() throws RecognitionException;
- void rule__DeviceImplementation__OwnedAnnexSubclauseAssignment_14() throws RecognitionException;
- void rule__MemoryImplementation__OwnedRealizationAssignment_1() throws RecognitionException;
- void rule__MemoryImplementation__NameAssignment_3() throws RecognitionException;
- void rule__MemoryImplementation__OwnedExtensionAssignment_4() throws RecognitionException;
- void rule__MemoryImplementation__OwnedPrototypeBindingAssignment_5_1() throws RecognitionException;
- void rule__MemoryImplementation__OwnedPrototypeBindingAssignment_5_2_1() throws RecognitionException;
- void rule__MemoryImplementation__OwnedPrototypeAssignment_6_1_0() throws RecognitionException;
- void rule__MemoryImplementation__NoPrototypesAssignment_6_1_1_0() throws RecognitionException;
- void rule__MemoryImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0() throws RecognitionException;
- void rule__MemoryImplementation__OwnedMemorySubcomponentAssignment_7_1_0_1() throws RecognitionException;
- void rule__MemoryImplementation__OwnedBusSubcomponentAssignment_7_1_0_2() throws RecognitionException;
- void rule__MemoryImplementation__NoSubcomponentsAssignment_7_1_1_0() throws RecognitionException;
- void rule__MemoryImplementation__OwnedEventSourceAssignment_8_1_0() throws RecognitionException;
- void rule__MemoryImplementation__OwnedEventDataSourceAssignment_8_1_1() throws RecognitionException;
- void rule__MemoryImplementation__OwnedAccessConnectionAssignment_9_1_0_0() throws RecognitionException;
- void rule__MemoryImplementation__OwnedFeatureGroupConnectionAssignment_9_1_0_1() throws RecognitionException;
- void rule__MemoryImplementation__OwnedFeatureConnectionAssignment_9_1_0_2() throws RecognitionException;
- void rule__MemoryImplementation__NoConnectionsAssignment_9_1_1_0() throws RecognitionException;
- void rule__MemoryImplementation__OwnedModeAssignment_10_1_0_0() throws RecognitionException;
- void rule__MemoryImplementation__OwnedModeTransitionAssignment_10_1_0_1() throws RecognitionException;
- void rule__MemoryImplementation__NoModesAssignment_10_1_1_0() throws RecognitionException;
- void rule__MemoryImplementation__OwnedPropertyAssociationAssignment_11_1_0() throws RecognitionException;
- void rule__MemoryImplementation__NoPropertiesAssignment_11_1_1_0() throws RecognitionException;
- void rule__MemoryImplementation__OwnedAnnexSubclauseAssignment_12() throws RecognitionException;
- void rule__BusImplementation__OwnedRealizationAssignment_1() throws RecognitionException;
- void rule__BusImplementation__NameAssignment_3() throws RecognitionException;
- void rule__BusImplementation__OwnedExtensionAssignment_4() throws RecognitionException;
- void rule__BusImplementation__OwnedPrototypeBindingAssignment_5_1() throws RecognitionException;
- void rule__BusImplementation__OwnedPrototypeBindingAssignment_5_2_1() throws RecognitionException;
- void rule__BusImplementation__OwnedPrototypeAssignment_6_1_0() throws RecognitionException;
- void rule__BusImplementation__NoPrototypesAssignment_6_1_1_0() throws RecognitionException;
- void rule__BusImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0() throws RecognitionException;
- void rule__BusImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1() throws RecognitionException;
- void rule__BusImplementation__NoSubcomponentsAssignment_7_1_1_0() throws RecognitionException;
- void rule__BusImplementation__OwnedEventSourceAssignment_8_1_0() throws RecognitionException;
- void rule__BusImplementation__OwnedEventDataSourceAssignment_8_1_1() throws RecognitionException;
- void rule__BusImplementation__OwnedModeAssignment_9_1_0_0() throws RecognitionException;
- void rule__BusImplementation__OwnedModeTransitionAssignment_9_1_0_1() throws RecognitionException;
- void rule__BusImplementation__NoModesAssignment_9_1_1_0() throws RecognitionException;
- void rule__BusImplementation__OwnedPropertyAssociationAssignment_10_1_0() throws RecognitionException;
- void rule__BusImplementation__NoPropertiesAssignment_10_1_1_0() throws RecognitionException;
- void rule__BusImplementation__OwnedAnnexSubclauseAssignment_11() throws RecognitionException;
- void rule__VirtualBusImplementation__OwnedRealizationAssignment_1() throws RecognitionException;
- void rule__VirtualBusImplementation__NameAssignment_3() throws RecognitionException;
- void rule__VirtualBusImplementation__OwnedExtensionAssignment_4() throws RecognitionException;
- void rule__VirtualBusImplementation__OwnedPrototypeBindingAssignment_5_1() throws RecognitionException;
- void rule__VirtualBusImplementation__OwnedPrototypeBindingAssignment_5_2_1() throws RecognitionException;
- void rule__VirtualBusImplementation__OwnedPrototypeAssignment_6_1_0() throws RecognitionException;
- void rule__VirtualBusImplementation__NoPrototypesAssignment_6_1_1_0() throws RecognitionException;
- void rule__VirtualBusImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0() throws RecognitionException;
- void rule__VirtualBusImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1() throws RecognitionException;
- void rule__VirtualBusImplementation__NoSubcomponentsAssignment_7_1_1_0() throws RecognitionException;
- void rule__VirtualBusImplementation__OwnedEventSourceAssignment_8_1_0() throws RecognitionException;
- void rule__VirtualBusImplementation__OwnedEventDataSourceAssignment_8_1_1() throws RecognitionException;
- void rule__VirtualBusImplementation__OwnedModeAssignment_9_1_0_0() throws RecognitionException;
- void rule__VirtualBusImplementation__OwnedModeTransitionAssignment_9_1_0_1() throws RecognitionException;
- void rule__VirtualBusImplementation__NoModesAssignment_9_1_1_0() throws RecognitionException;
- void rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_10_1_0() throws RecognitionException;
- void rule__VirtualBusImplementation__NoPropertiesAssignment_10_1_1_0() throws RecognitionException;
- void rule__VirtualBusImplementation__OwnedAnnexSubclauseAssignment_11() throws RecognitionException;
- void rule__DataImplementation__OwnedRealizationAssignment_2() throws RecognitionException;
- void rule__DataImplementation__NameAssignment_4() throws RecognitionException;
- void rule__DataImplementation__OwnedExtensionAssignment_5() throws RecognitionException;
- void rule__DataImplementation__OwnedPrototypeBindingAssignment_6_1() throws RecognitionException;
- void rule__DataImplementation__OwnedPrototypeBindingAssignment_6_2_1() throws RecognitionException;
- void rule__DataImplementation__OwnedPrototypeAssignment_7_1_0() throws RecognitionException;
- void rule__DataImplementation__NoPrototypesAssignment_7_1_1_0() throws RecognitionException;
- void rule__DataImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0() throws RecognitionException;
- void rule__DataImplementation__OwnedDataSubcomponentAssignment_8_1_0_1() throws RecognitionException;
- void rule__DataImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_2() throws RecognitionException;
- void rule__DataImplementation__NoSubcomponentsAssignment_8_1_1_0() throws RecognitionException;
- void rule__DataImplementation__OwnedEventSourceAssignment_9_1_0() throws RecognitionException;
- void rule__DataImplementation__OwnedEventDataSourceAssignment_9_1_1() throws RecognitionException;
- void rule__DataImplementation__OwnedAccessConnectionAssignment_10_1_0_0() throws RecognitionException;
- void rule__DataImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1() throws RecognitionException;
- void rule__DataImplementation__OwnedFeatureConnectionAssignment_10_1_0_2() throws RecognitionException;
- void rule__DataImplementation__NoConnectionsAssignment_10_1_1_0() throws RecognitionException;
- void rule__DataImplementation__OwnedFlowImplementationAssignment_11_1_0_0() throws RecognitionException;
- void rule__DataImplementation__OwnedEndToEndFlowAssignment_11_1_0_1() throws RecognitionException;
- void rule__DataImplementation__NoFlowsAssignment_11_1_1_0() throws RecognitionException;
- void rule__DataImplementation__OwnedModeAssignment_12_1_0_0() throws RecognitionException;
- void rule__DataImplementation__OwnedModeTransitionAssignment_12_1_0_1() throws RecognitionException;
- void rule__DataImplementation__NoModesAssignment_12_1_1_0() throws RecognitionException;
- void rule__DataImplementation__OwnedPropertyAssociationAssignment_13_1_0() throws RecognitionException;
- void rule__DataImplementation__NoPropertiesAssignment_13_1_1_0() throws RecognitionException;
- void rule__DataImplementation__OwnedAnnexSubclauseAssignment_14() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedRealizationAssignment_2() throws RecognitionException;
+ void rule__AbstractImplementation__NameAssignment_4() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedExtensionAssignment_5() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedPrototypeBindingAssignment_6_1() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedPrototypeBindingAssignment_6_2_1() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedPrototypeAssignment_7_1_0() throws RecognitionException;
+ void rule__AbstractImplementation__NoPrototypesAssignment_7_1_1_0() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedSystemSubcomponentAssignment_8_1_0_0() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_2() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedThreadSubcomponentAssignment_8_1_0_3() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedThreadGroupSubcomponentAssignment_8_1_0_4() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedProcessSubcomponentAssignment_8_1_0_5() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedProcessorSubcomponentAssignment_8_1_0_6() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_7() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedMemorySubcomponentAssignment_8_1_0_8() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedDeviceSubcomponentAssignment_8_1_0_9() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedBusSubcomponentAssignment_8_1_0_10() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_11() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedDataSubcomponentAssignment_8_1_0_12() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_13() throws RecognitionException;
+ void rule__AbstractImplementation__NoSubcomponentsAssignment_8_1_1_0() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedEventSourceAssignment_9_2_0() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedEventDataSourceAssignment_9_2_1() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedPortProxyAssignment_10_2_0() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedSubprogramProxyAssignment_10_2_1() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0() throws RecognitionException;
+ void rule__AbstractImplementation__NoCallsAssignment_11_1_1_0() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedPortConnectionAssignment_12_1_0_0() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedAccessConnectionAssignment_12_1_0_1() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedFeatureConnectionAssignment_12_1_0_3() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedParameterConnectionAssignment_12_1_0_4() throws RecognitionException;
+ void rule__AbstractImplementation__NoConnectionsAssignment_12_1_1_0() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedFlowImplementationAssignment_13_1_0_0() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedEndToEndFlowAssignment_13_1_0_1() throws RecognitionException;
+ void rule__AbstractImplementation__NoFlowsAssignment_13_1_1_0() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedModeAssignment_14_1_0_0() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedModeTransitionAssignment_14_1_0_1() throws RecognitionException;
+ void rule__AbstractImplementation__NoModesAssignment_14_1_1_0() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedPropertyAssociationAssignment_15_1_0() throws RecognitionException;
+ void rule__AbstractImplementation__NoPropertiesAssignment_15_1_1_0() throws RecognitionException;
+ void rule__AbstractImplementation__OwnedAnnexSubclauseAssignment_16() throws RecognitionException;
+ void rule__SystemImplementation__OwnedRealizationAssignment_2() throws RecognitionException;
+ void rule__SystemImplementation__NameAssignment_4() throws RecognitionException;
+ void rule__SystemImplementation__OwnedExtensionAssignment_5() throws RecognitionException;
+ void rule__SystemImplementation__OwnedPrototypeBindingAssignment_6_1() throws RecognitionException;
+ void rule__SystemImplementation__OwnedPrototypeBindingAssignment_6_2_1() throws RecognitionException;
+ void rule__SystemImplementation__OwnedPrototypeAssignment_7_1_0() throws RecognitionException;
+ void rule__SystemImplementation__NoPrototypesAssignment_7_1_1_0() throws RecognitionException;
+ void rule__SystemImplementation__OwnedSystemSubcomponentAssignment_8_1_0_0() throws RecognitionException;
+ void rule__SystemImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1() throws RecognitionException;
+ void rule__SystemImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_2() throws RecognitionException;
+ void rule__SystemImplementation__OwnedProcessSubcomponentAssignment_8_1_0_3() throws RecognitionException;
+ void rule__SystemImplementation__OwnedProcessorSubcomponentAssignment_8_1_0_4() throws RecognitionException;
+ void rule__SystemImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_5() throws RecognitionException;
+ void rule__SystemImplementation__OwnedMemorySubcomponentAssignment_8_1_0_6() throws RecognitionException;
+ void rule__SystemImplementation__OwnedDeviceSubcomponentAssignment_8_1_0_7() throws RecognitionException;
+ void rule__SystemImplementation__OwnedBusSubcomponentAssignment_8_1_0_8() throws RecognitionException;
+ void rule__SystemImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_9() throws RecognitionException;
+ void rule__SystemImplementation__OwnedDataSubcomponentAssignment_8_1_0_10() throws RecognitionException;
+ void rule__SystemImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_11() throws RecognitionException;
+ void rule__SystemImplementation__NoSubcomponentsAssignment_8_1_1_0() throws RecognitionException;
+ void rule__SystemImplementation__OwnedEventSourceAssignment_9_2_0() throws RecognitionException;
+ void rule__SystemImplementation__OwnedEventDataSourceAssignment_9_2_1() throws RecognitionException;
+ void rule__SystemImplementation__OwnedPortProxyAssignment_10_2_0() throws RecognitionException;
+ void rule__SystemImplementation__OwnedSubprogramProxyAssignment_10_2_1() throws RecognitionException;
+ void rule__SystemImplementation__OwnedPortConnectionAssignment_11_1_0_0() throws RecognitionException;
+ void rule__SystemImplementation__OwnedAccessConnectionAssignment_11_1_0_1() throws RecognitionException;
+ void rule__SystemImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2() throws RecognitionException;
+ void rule__SystemImplementation__OwnedFeatureConnectionAssignment_11_1_0_3() throws RecognitionException;
+ void rule__SystemImplementation__NoConnectionsAssignment_11_1_1_0() throws RecognitionException;
+ void rule__SystemImplementation__OwnedFlowImplementationAssignment_12_1_0_0() throws RecognitionException;
+ void rule__SystemImplementation__OwnedEndToEndFlowAssignment_12_1_0_1() throws RecognitionException;
+ void rule__SystemImplementation__NoFlowsAssignment_12_1_1_0() throws RecognitionException;
+ void rule__SystemImplementation__OwnedModeAssignment_13_1_0_0() throws RecognitionException;
+ void rule__SystemImplementation__OwnedModeTransitionAssignment_13_1_0_1() throws RecognitionException;
+ void rule__SystemImplementation__NoModesAssignment_13_1_1_0() throws RecognitionException;
+ void rule__SystemImplementation__OwnedPropertyAssociationAssignment_14_1_0() throws RecognitionException;
+ void rule__SystemImplementation__NoPropertiesAssignment_14_1_1_0() throws RecognitionException;
+ void rule__SystemImplementation__OwnedAnnexSubclauseAssignment_15() throws RecognitionException;
+ void rule__ProcessImplementation__OwnedRealizationAssignment_2() throws RecognitionException;
+ void rule__ProcessImplementation__NameAssignment_4() throws RecognitionException;
+ void rule__ProcessImplementation__OwnedExtensionAssignment_5() throws RecognitionException;
+ void rule__ProcessImplementation__OwnedPrototypeBindingAssignment_6_1() throws RecognitionException;
+ void rule__ProcessImplementation__OwnedPrototypeBindingAssignment_6_2_1() throws RecognitionException;
+ void rule__ProcessImplementation__OwnedPrototypeAssignment_7_1_0() throws RecognitionException;
+ void rule__ProcessImplementation__NoPrototypesAssignment_7_1_1_0() throws RecognitionException;
+ void rule__ProcessImplementation__OwnedThreadGroupSubcomponentAssignment_8_1_0_0() throws RecognitionException;
+ void rule__ProcessImplementation__OwnedThreadSubcomponentAssignment_8_1_0_1() throws RecognitionException;
+ void rule__ProcessImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_2() throws RecognitionException;
+ void rule__ProcessImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_3() throws RecognitionException;
+ void rule__ProcessImplementation__OwnedDataSubcomponentAssignment_8_1_0_4() throws RecognitionException;
+ void rule__ProcessImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_5() throws RecognitionException;
+ void rule__ProcessImplementation__NoSubcomponentsAssignment_8_1_1_0() throws RecognitionException;
+ void rule__ProcessImplementation__OwnedEventSourceAssignment_9_2_0() throws RecognitionException;
+ void rule__ProcessImplementation__OwnedEventDataSourceAssignment_9_2_1() throws RecognitionException;
+ void rule__ProcessImplementation__OwnedPortProxyAssignment_10_2_0() throws RecognitionException;
+ void rule__ProcessImplementation__OwnedSubprogramProxyAssignment_10_2_1() throws RecognitionException;
+ void rule__ProcessImplementation__OwnedPortConnectionAssignment_11_1_0_0() throws RecognitionException;
+ void rule__ProcessImplementation__OwnedAccessConnectionAssignment_11_1_0_1() throws RecognitionException;
+ void rule__ProcessImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2() throws RecognitionException;
+ void rule__ProcessImplementation__OwnedFeatureConnectionAssignment_11_1_0_3() throws RecognitionException;
+ void rule__ProcessImplementation__NoConnectionsAssignment_11_1_1_0() throws RecognitionException;
+ void rule__ProcessImplementation__OwnedFlowImplementationAssignment_12_1_0_0() throws RecognitionException;
+ void rule__ProcessImplementation__OwnedEndToEndFlowAssignment_12_1_0_1() throws RecognitionException;
+ void rule__ProcessImplementation__NoFlowsAssignment_12_1_1_0() throws RecognitionException;
+ void rule__ProcessImplementation__OwnedModeAssignment_13_1_0_0() throws RecognitionException;
+ void rule__ProcessImplementation__OwnedModeTransitionAssignment_13_1_0_1() throws RecognitionException;
+ void rule__ProcessImplementation__NoModesAssignment_13_1_1_0() throws RecognitionException;
+ void rule__ProcessImplementation__OwnedPropertyAssociationAssignment_14_1_0() throws RecognitionException;
+ void rule__ProcessImplementation__NoPropertiesAssignment_14_1_1_0() throws RecognitionException;
+ void rule__ProcessImplementation__OwnedAnnexSubclauseAssignment_15() throws RecognitionException;
+ void rule__ThreadGroupImplementation__OwnedRealizationAssignment_3() throws RecognitionException;
+ void rule__ThreadGroupImplementation__NameAssignment_5() throws RecognitionException;
+ void rule__ThreadGroupImplementation__OwnedExtensionAssignment_6() throws RecognitionException;
+ void rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_7_1() throws RecognitionException;
+ void rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_7_2_1() throws RecognitionException;
+ void rule__ThreadGroupImplementation__OwnedPrototypeAssignment_8_1_0() throws RecognitionException;
+ void rule__ThreadGroupImplementation__NoPrototypesAssignment_8_1_1_0() throws RecognitionException;
+ void rule__ThreadGroupImplementation__OwnedThreadGroupSubcomponentAssignment_9_1_0_0() throws RecognitionException;
+ void rule__ThreadGroupImplementation__OwnedThreadSubcomponentAssignment_9_1_0_1() throws RecognitionException;
+ void rule__ThreadGroupImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_2() throws RecognitionException;
+ void rule__ThreadGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_9_1_0_3() throws RecognitionException;
+ void rule__ThreadGroupImplementation__OwnedDataSubcomponentAssignment_9_1_0_4() throws RecognitionException;
+ void rule__ThreadGroupImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_5() throws RecognitionException;
+ void rule__ThreadGroupImplementation__NoSubcomponentsAssignment_9_1_1_0() throws RecognitionException;
+ void rule__ThreadGroupImplementation__OwnedEventSourceAssignment_10_2_0() throws RecognitionException;
+ void rule__ThreadGroupImplementation__OwnedEventDataSourceAssignment_10_2_1() throws RecognitionException;
+ void rule__ThreadGroupImplementation__OwnedPortProxyAssignment_11_2_0() throws RecognitionException;
+ void rule__ThreadGroupImplementation__OwnedSubprogramProxyAssignment_11_2_1() throws RecognitionException;
+ void rule__ThreadGroupImplementation__OwnedPortConnectionAssignment_12_1_0_0() throws RecognitionException;
+ void rule__ThreadGroupImplementation__OwnedAccessConnectionAssignment_12_1_0_1() throws RecognitionException;
+ void rule__ThreadGroupImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2() throws RecognitionException;
+ void rule__ThreadGroupImplementation__OwnedFeatureConnectionAssignment_12_1_0_3() throws RecognitionException;
+ void rule__ThreadGroupImplementation__NoConnectionsAssignment_12_1_1_0() throws RecognitionException;
+ void rule__ThreadGroupImplementation__OwnedFlowImplementationAssignment_13_1_0_0() throws RecognitionException;
+ void rule__ThreadGroupImplementation__OwnedEndToEndFlowAssignment_13_1_0_1() throws RecognitionException;
+ void rule__ThreadGroupImplementation__NoFlowsAssignment_13_1_1_0() throws RecognitionException;
+ void rule__ThreadGroupImplementation__OwnedModeAssignment_14_1_0_0() throws RecognitionException;
+ void rule__ThreadGroupImplementation__OwnedModeTransitionAssignment_14_1_0_1() throws RecognitionException;
+ void rule__ThreadGroupImplementation__NoModesAssignment_14_1_1_0() throws RecognitionException;
+ void rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_15_1_0() throws RecognitionException;
+ void rule__ThreadGroupImplementation__NoPropertiesAssignment_15_1_1_0() throws RecognitionException;
+ void rule__ThreadGroupImplementation__OwnedAnnexSubclauseAssignment_16() throws RecognitionException;
+ void rule__ThreadImplementation__OwnedRealizationAssignment_2() throws RecognitionException;
+ void rule__ThreadImplementation__NameAssignment_4() throws RecognitionException;
+ void rule__ThreadImplementation__OwnedExtensionAssignment_5() throws RecognitionException;
+ void rule__ThreadImplementation__OwnedPrototypeBindingAssignment_6_1() throws RecognitionException;
+ void rule__ThreadImplementation__OwnedPrototypeBindingAssignment_6_2_1() throws RecognitionException;
+ void rule__ThreadImplementation__OwnedPrototypeAssignment_7_1_0() throws RecognitionException;
+ void rule__ThreadImplementation__NoPrototypesAssignment_7_1_1_0() throws RecognitionException;
+ void rule__ThreadImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_0() throws RecognitionException;
+ void rule__ThreadImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_1() throws RecognitionException;
+ void rule__ThreadImplementation__OwnedDataSubcomponentAssignment_8_1_0_2() throws RecognitionException;
+ void rule__ThreadImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_3() throws RecognitionException;
+ void rule__ThreadImplementation__NoSubcomponentsAssignment_8_1_1_0() throws RecognitionException;
+ void rule__ThreadImplementation__OwnedEventSourceAssignment_9_2_0() throws RecognitionException;
+ void rule__ThreadImplementation__OwnedEventDataSourceAssignment_9_2_1() throws RecognitionException;
+ void rule__ThreadImplementation__OwnedPortProxyAssignment_10_2_0() throws RecognitionException;
+ void rule__ThreadImplementation__OwnedSubprogramProxyAssignment_10_2_1() throws RecognitionException;
+ void rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0() throws RecognitionException;
+ void rule__ThreadImplementation__NoCallsAssignment_11_1_1_0() throws RecognitionException;
+ void rule__ThreadImplementation__OwnedPortConnectionAssignment_12_1_0_0() throws RecognitionException;
+ void rule__ThreadImplementation__OwnedAccessConnectionAssignment_12_1_0_1() throws RecognitionException;
+ void rule__ThreadImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2() throws RecognitionException;
+ void rule__ThreadImplementation__OwnedFeatureConnectionAssignment_12_1_0_3() throws RecognitionException;
+ void rule__ThreadImplementation__OwnedParameterConnectionAssignment_12_1_0_4() throws RecognitionException;
+ void rule__ThreadImplementation__NoConnectionsAssignment_12_1_1_0() throws RecognitionException;
+ void rule__ThreadImplementation__OwnedFlowImplementationAssignment_13_1_0_0() throws RecognitionException;
+ void rule__ThreadImplementation__OwnedEndToEndFlowAssignment_13_1_0_1() throws RecognitionException;
+ void rule__ThreadImplementation__NoFlowsAssignment_13_1_1_0() throws RecognitionException;
+ void rule__ThreadImplementation__OwnedModeAssignment_14_1_0_0() throws RecognitionException;
+ void rule__ThreadImplementation__OwnedModeTransitionAssignment_14_1_0_1() throws RecognitionException;
+ void rule__ThreadImplementation__NoModesAssignment_14_1_1_0() throws RecognitionException;
+ void rule__ThreadImplementation__OwnedPropertyAssociationAssignment_15_1_0() throws RecognitionException;
+ void rule__ThreadImplementation__NoPropertiesAssignment_15_1_1_0() throws RecognitionException;
+ void rule__ThreadImplementation__OwnedAnnexSubclauseAssignment_16() throws RecognitionException;
+ void rule__SubprogramImplementation__OwnedRealizationAssignment_2() throws RecognitionException;
+ void rule__SubprogramImplementation__NameAssignment_4() throws RecognitionException;
+ void rule__SubprogramImplementation__OwnedExtensionAssignment_5() throws RecognitionException;
+ void rule__SubprogramImplementation__OwnedPrototypeBindingAssignment_6_1() throws RecognitionException;
+ void rule__SubprogramImplementation__OwnedPrototypeBindingAssignment_6_2_1() throws RecognitionException;
+ void rule__SubprogramImplementation__OwnedPrototypeAssignment_7_1_0() throws RecognitionException;
+ void rule__SubprogramImplementation__NoPrototypesAssignment_7_1_1_0() throws RecognitionException;
+ void rule__SubprogramImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0() throws RecognitionException;
+ void rule__SubprogramImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1() throws RecognitionException;
+ void rule__SubprogramImplementation__OwnedDataSubcomponentAssignment_8_1_0_2() throws RecognitionException;
+ void rule__SubprogramImplementation__NoSubcomponentsAssignment_8_1_1_0() throws RecognitionException;
+ void rule__SubprogramImplementation__OwnedEventSourceAssignment_9_2_0() throws RecognitionException;
+ void rule__SubprogramImplementation__OwnedEventDataSourceAssignment_9_2_1() throws RecognitionException;
+ void rule__SubprogramImplementation__OwnedPortProxyAssignment_10_2_0() throws RecognitionException;
+ void rule__SubprogramImplementation__OwnedSubprogramProxyAssignment_10_2_1() throws RecognitionException;
+ void rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0() throws RecognitionException;
+ void rule__SubprogramImplementation__NoCallsAssignment_11_1_1_0() throws RecognitionException;
+ void rule__SubprogramImplementation__OwnedPortConnectionAssignment_12_1_0_0() throws RecognitionException;
+ void rule__SubprogramImplementation__OwnedAccessConnectionAssignment_12_1_0_1() throws RecognitionException;
+ void rule__SubprogramImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2() throws RecognitionException;
+ void rule__SubprogramImplementation__OwnedFeatureConnectionAssignment_12_1_0_3() throws RecognitionException;
+ void rule__SubprogramImplementation__OwnedParameterConnectionAssignment_12_1_0_4() throws RecognitionException;
+ void rule__SubprogramImplementation__NoConnectionsAssignment_12_1_1_0() throws RecognitionException;
+ void rule__SubprogramImplementation__OwnedFlowImplementationAssignment_13_1_0_0() throws RecognitionException;
+ void rule__SubprogramImplementation__OwnedEndToEndFlowAssignment_13_1_0_1() throws RecognitionException;
+ void rule__SubprogramImplementation__NoFlowsAssignment_13_1_1_0() throws RecognitionException;
+ void rule__SubprogramImplementation__OwnedModeAssignment_14_1_0_0() throws RecognitionException;
+ void rule__SubprogramImplementation__OwnedModeTransitionAssignment_14_1_0_1() throws RecognitionException;
+ void rule__SubprogramImplementation__NoModesAssignment_14_1_1_0() throws RecognitionException;
+ void rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_15_1_0() throws RecognitionException;
+ void rule__SubprogramImplementation__NoPropertiesAssignment_15_1_1_0() throws RecognitionException;
+ void rule__SubprogramImplementation__OwnedAnnexSubclauseAssignment_16() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__OwnedRealizationAssignment_3() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__NameAssignment_5() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__OwnedExtensionAssignment_6() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__OwnedPrototypeBindingAssignment_7_1() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__OwnedPrototypeBindingAssignment_7_2_1() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_8_1_0() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__NoPrototypesAssignment_8_1_1_0() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_0() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_1() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_9_1_0_2() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__OwnedDataSubcomponentAssignment_9_1_0_3() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__NoSubcomponentsAssignment_9_1_1_0() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__OwnedEventSourceAssignment_10_2_0() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__OwnedEventDataSourceAssignment_10_2_1() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__OwnedPortProxyAssignment_11_2_0() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__OwnedSubprogramProxyAssignment_11_2_1() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__OwnedAccessConnectionAssignment_12_1_0_0() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_1() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__OwnedFeatureConnectionAssignment_12_1_0_2() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__NoConnectionsAssignment_12_1_1_0() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__OwnedModeAssignment_13_1_0_0() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__OwnedModeTransitionAssignment_13_1_0_1() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__NoModesAssignment_13_1_1_0() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_14_1_0() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__NoPropertiesAssignment_14_1_1_0() throws RecognitionException;
+ void rule__SubprogramGroupImplementation__OwnedAnnexSubclauseAssignment_15() throws RecognitionException;
+ void rule__ProcessorImplementation__OwnedRealizationAssignment_2() throws RecognitionException;
+ void rule__ProcessorImplementation__NameAssignment_4() throws RecognitionException;
+ void rule__ProcessorImplementation__OwnedExtensionAssignment_5() throws RecognitionException;
+ void rule__ProcessorImplementation__OwnedPrototypeBindingAssignment_6_1() throws RecognitionException;
+ void rule__ProcessorImplementation__OwnedPrototypeBindingAssignment_6_2_1() throws RecognitionException;
+ void rule__ProcessorImplementation__OwnedPrototypeAssignment_7_1_0() throws RecognitionException;
+ void rule__ProcessorImplementation__NoPrototypesAssignment_7_1_1_0() throws RecognitionException;
+ void rule__ProcessorImplementation__OwnedMemorySubcomponentAssignment_8_1_0_0() throws RecognitionException;
+ void rule__ProcessorImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_1() throws RecognitionException;
+ void rule__ProcessorImplementation__OwnedBusSubcomponentAssignment_8_1_0_2() throws RecognitionException;
+ void rule__ProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_3() throws RecognitionException;
+ void rule__ProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_4() throws RecognitionException;
+ void rule__ProcessorImplementation__NoSubcomponentsAssignment_8_1_1_0() throws RecognitionException;
+ void rule__ProcessorImplementation__OwnedEventSourceAssignment_9_2_0() throws RecognitionException;
+ void rule__ProcessorImplementation__OwnedEventDataSourceAssignment_9_2_1() throws RecognitionException;
+ void rule__ProcessorImplementation__OwnedPortConnectionAssignment_10_1_0_0() throws RecognitionException;
+ void rule__ProcessorImplementation__OwnedAccessConnectionAssignment_10_1_0_1() throws RecognitionException;
+ void rule__ProcessorImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2() throws RecognitionException;
+ void rule__ProcessorImplementation__OwnedFeatureConnectionAssignment_10_1_0_3() throws RecognitionException;
+ void rule__ProcessorImplementation__NoConnectionsAssignment_10_1_1_0() throws RecognitionException;
+ void rule__ProcessorImplementation__OwnedFlowImplementationAssignment_11_1_0_0() throws RecognitionException;
+ void rule__ProcessorImplementation__OwnedEndToEndFlowAssignment_11_1_0_1() throws RecognitionException;
+ void rule__ProcessorImplementation__NoFlowsAssignment_11_1_1_0() throws RecognitionException;
+ void rule__ProcessorImplementation__OwnedModeAssignment_12_1_0_0() throws RecognitionException;
+ void rule__ProcessorImplementation__OwnedModeTransitionAssignment_12_1_0_1() throws RecognitionException;
+ void rule__ProcessorImplementation__NoModesAssignment_12_1_1_0() throws RecognitionException;
+ void rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0() throws RecognitionException;
+ void rule__ProcessorImplementation__NoPropertiesAssignment_13_1_1_0() throws RecognitionException;
+ void rule__ProcessorImplementation__OwnedAnnexSubclauseAssignment_14() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__OwnedRealizationAssignment_3() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__NameAssignment_5() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__OwnedExtensionAssignment_6() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__OwnedPrototypeBindingAssignment_7_1() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__OwnedPrototypeBindingAssignment_7_2_1() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_8_1_0() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__NoPrototypesAssignment_8_1_1_0() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_9_1_0_1() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_9_1_0_2() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__NoSubcomponentsAssignment_9_1_1_0() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__OwnedEventSourceAssignment_10_2_0() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__OwnedEventDataSourceAssignment_10_2_1() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__OwnedPortProxyAssignment_11_2_0() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__OwnedSubprogramProxyAssignment_11_2_1() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__OwnedPortConnectionAssignment_12_1_0_0() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__OwnedAccessConnectionAssignment_12_1_0_1() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__OwnedFeatureConnectionAssignment_12_1_0_3() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__NoConnectionsAssignment_12_1_1_0() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__OwnedFlowImplementationAssignment_13_1_0_0() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__OwnedEndToEndFlowAssignment_13_1_0_1() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__NoFlowsAssignment_13_1_1_0() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__OwnedModeAssignment_14_1_0_0() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__OwnedModeTransitionAssignment_14_1_0_1() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__NoModesAssignment_14_1_1_0() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_15_1_0() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__NoPropertiesAssignment_15_1_1_0() throws RecognitionException;
+ void rule__VirtualProcessorImplementation__OwnedAnnexSubclauseAssignment_16() throws RecognitionException;
+ void rule__DeviceImplementation__OwnedRealizationAssignment_2() throws RecognitionException;
+ void rule__DeviceImplementation__NameAssignment_4() throws RecognitionException;
+ void rule__DeviceImplementation__OwnedExtensionAssignment_5() throws RecognitionException;
+ void rule__DeviceImplementation__OwnedPrototypeBindingAssignment_6_1() throws RecognitionException;
+ void rule__DeviceImplementation__OwnedPrototypeBindingAssignment_6_2_1() throws RecognitionException;
+ void rule__DeviceImplementation__OwnedPrototypeAssignment_7_1_0() throws RecognitionException;
+ void rule__DeviceImplementation__NoPrototypesAssignment_7_1_1_0() throws RecognitionException;
+ void rule__DeviceImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0() throws RecognitionException;
+ void rule__DeviceImplementation__OwnedDataSubcomponentAssignment_8_1_0_1() throws RecognitionException;
+ void rule__DeviceImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_2() throws RecognitionException;
+ void rule__DeviceImplementation__OwnedBusSubcomponentAssignment_8_1_0_3() throws RecognitionException;
+ void rule__DeviceImplementation__NoSubcomponentsAssignment_8_1_1_0() throws RecognitionException;
+ void rule__DeviceImplementation__OwnedEventSourceAssignment_9_2_0() throws RecognitionException;
+ void rule__DeviceImplementation__OwnedEventDataSourceAssignment_9_2_1() throws RecognitionException;
+ void rule__DeviceImplementation__OwnedPortProxyAssignment_10_2_0() throws RecognitionException;
+ void rule__DeviceImplementation__OwnedSubprogramProxyAssignment_10_2_1() throws RecognitionException;
+ void rule__DeviceImplementation__OwnedPortConnectionAssignment_11_1_0_0() throws RecognitionException;
+ void rule__DeviceImplementation__OwnedAccessConnectionAssignment_11_1_0_1() throws RecognitionException;
+ void rule__DeviceImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2() throws RecognitionException;
+ void rule__DeviceImplementation__OwnedFeatureConnectionAssignment_11_1_0_3() throws RecognitionException;
+ void rule__DeviceImplementation__NoConnectionsAssignment_11_1_1_0() throws RecognitionException;
+ void rule__DeviceImplementation__OwnedFlowImplementationAssignment_12_1_0_0() throws RecognitionException;
+ void rule__DeviceImplementation__OwnedEndToEndFlowAssignment_12_1_0_1() throws RecognitionException;
+ void rule__DeviceImplementation__NoFlowsAssignment_12_1_1_0() throws RecognitionException;
+ void rule__DeviceImplementation__OwnedModeAssignment_13_1_0_0() throws RecognitionException;
+ void rule__DeviceImplementation__OwnedModeTransitionAssignment_13_1_0_1() throws RecognitionException;
+ void rule__DeviceImplementation__NoModesAssignment_13_1_1_0() throws RecognitionException;
+ void rule__DeviceImplementation__OwnedPropertyAssociationAssignment_14_1_0() throws RecognitionException;
+ void rule__DeviceImplementation__NoPropertiesAssignment_14_1_1_0() throws RecognitionException;
+ void rule__DeviceImplementation__OwnedAnnexSubclauseAssignment_15() throws RecognitionException;
+ void rule__MemoryImplementation__OwnedRealizationAssignment_2() throws RecognitionException;
+ void rule__MemoryImplementation__NameAssignment_4() throws RecognitionException;
+ void rule__MemoryImplementation__OwnedExtensionAssignment_5() throws RecognitionException;
+ void rule__MemoryImplementation__OwnedPrototypeBindingAssignment_6_1() throws RecognitionException;
+ void rule__MemoryImplementation__OwnedPrototypeBindingAssignment_6_2_1() throws RecognitionException;
+ void rule__MemoryImplementation__OwnedPrototypeAssignment_7_1_0() throws RecognitionException;
+ void rule__MemoryImplementation__NoPrototypesAssignment_7_1_1_0() throws RecognitionException;
+ void rule__MemoryImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0() throws RecognitionException;
+ void rule__MemoryImplementation__OwnedMemorySubcomponentAssignment_8_1_0_1() throws RecognitionException;
+ void rule__MemoryImplementation__OwnedBusSubcomponentAssignment_8_1_0_2() throws RecognitionException;
+ void rule__MemoryImplementation__NoSubcomponentsAssignment_8_1_1_0() throws RecognitionException;
+ void rule__MemoryImplementation__OwnedEventSourceAssignment_9_2_0() throws RecognitionException;
+ void rule__MemoryImplementation__OwnedEventDataSourceAssignment_9_2_1() throws RecognitionException;
+ void rule__MemoryImplementation__OwnedAccessConnectionAssignment_10_1_0_0() throws RecognitionException;
+ void rule__MemoryImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1() throws RecognitionException;
+ void rule__MemoryImplementation__OwnedFeatureConnectionAssignment_10_1_0_2() throws RecognitionException;
+ void rule__MemoryImplementation__NoConnectionsAssignment_10_1_1_0() throws RecognitionException;
+ void rule__MemoryImplementation__OwnedModeAssignment_11_1_0_0() throws RecognitionException;
+ void rule__MemoryImplementation__OwnedModeTransitionAssignment_11_1_0_1() throws RecognitionException;
+ void rule__MemoryImplementation__NoModesAssignment_11_1_1_0() throws RecognitionException;
+ void rule__MemoryImplementation__OwnedPropertyAssociationAssignment_12_1_0() throws RecognitionException;
+ void rule__MemoryImplementation__NoPropertiesAssignment_12_1_1_0() throws RecognitionException;
+ void rule__MemoryImplementation__OwnedAnnexSubclauseAssignment_13() throws RecognitionException;
+ void rule__BusImplementation__OwnedRealizationAssignment_2() throws RecognitionException;
+ void rule__BusImplementation__NameAssignment_4() throws RecognitionException;
+ void rule__BusImplementation__OwnedExtensionAssignment_5() throws RecognitionException;
+ void rule__BusImplementation__OwnedPrototypeBindingAssignment_6_1() throws RecognitionException;
+ void rule__BusImplementation__OwnedPrototypeBindingAssignment_6_2_1() throws RecognitionException;
+ void rule__BusImplementation__OwnedPrototypeAssignment_7_1_0() throws RecognitionException;
+ void rule__BusImplementation__NoPrototypesAssignment_7_1_1_0() throws RecognitionException;
+ void rule__BusImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0() throws RecognitionException;
+ void rule__BusImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_1() throws RecognitionException;
+ void rule__BusImplementation__NoSubcomponentsAssignment_8_1_1_0() throws RecognitionException;
+ void rule__BusImplementation__OwnedEventSourceAssignment_9_2_0() throws RecognitionException;
+ void rule__BusImplementation__OwnedEventDataSourceAssignment_9_2_1() throws RecognitionException;
+ void rule__BusImplementation__OwnedModeAssignment_10_1_0_0() throws RecognitionException;
+ void rule__BusImplementation__OwnedModeTransitionAssignment_10_1_0_1() throws RecognitionException;
+ void rule__BusImplementation__NoModesAssignment_10_1_1_0() throws RecognitionException;
+ void rule__BusImplementation__OwnedPropertyAssociationAssignment_11_1_0() throws RecognitionException;
+ void rule__BusImplementation__NoPropertiesAssignment_11_1_1_0() throws RecognitionException;
+ void rule__BusImplementation__OwnedAnnexSubclauseAssignment_12() throws RecognitionException;
+ void rule__VirtualBusImplementation__OwnedRealizationAssignment_3() throws RecognitionException;
+ void rule__VirtualBusImplementation__NameAssignment_5() throws RecognitionException;
+ void rule__VirtualBusImplementation__OwnedExtensionAssignment_6() throws RecognitionException;
+ void rule__VirtualBusImplementation__OwnedPrototypeBindingAssignment_7_1() throws RecognitionException;
+ void rule__VirtualBusImplementation__OwnedPrototypeBindingAssignment_7_2_1() throws RecognitionException;
+ void rule__VirtualBusImplementation__OwnedPrototypeAssignment_8_1_0() throws RecognitionException;
+ void rule__VirtualBusImplementation__NoPrototypesAssignment_8_1_1_0() throws RecognitionException;
+ void rule__VirtualBusImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0() throws RecognitionException;
+ void rule__VirtualBusImplementation__OwnedVirtualBusSubcomponentAssignment_9_1_0_1() throws RecognitionException;
+ void rule__VirtualBusImplementation__NoSubcomponentsAssignment_9_1_1_0() throws RecognitionException;
+ void rule__VirtualBusImplementation__OwnedEventSourceAssignment_10_2_0() throws RecognitionException;
+ void rule__VirtualBusImplementation__OwnedEventDataSourceAssignment_10_2_1() throws RecognitionException;
+ void rule__VirtualBusImplementation__OwnedModeAssignment_11_1_0_0() throws RecognitionException;
+ void rule__VirtualBusImplementation__OwnedModeTransitionAssignment_11_1_0_1() throws RecognitionException;
+ void rule__VirtualBusImplementation__NoModesAssignment_11_1_1_0() throws RecognitionException;
+ void rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_12_1_0() throws RecognitionException;
+ void rule__VirtualBusImplementation__NoPropertiesAssignment_12_1_1_0() throws RecognitionException;
+ void rule__VirtualBusImplementation__OwnedAnnexSubclauseAssignment_13() throws RecognitionException;
+ void rule__DataImplementation__OwnedRealizationAssignment_3() throws RecognitionException;
+ void rule__DataImplementation__NameAssignment_5() throws RecognitionException;
+ void rule__DataImplementation__OwnedExtensionAssignment_6() throws RecognitionException;
+ void rule__DataImplementation__OwnedPrototypeBindingAssignment_7_1() throws RecognitionException;
+ void rule__DataImplementation__OwnedPrototypeBindingAssignment_7_2_1() throws RecognitionException;
+ void rule__DataImplementation__OwnedPrototypeAssignment_8_1_0() throws RecognitionException;
+ void rule__DataImplementation__NoPrototypesAssignment_8_1_1_0() throws RecognitionException;
+ void rule__DataImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0() throws RecognitionException;
+ void rule__DataImplementation__OwnedDataSubcomponentAssignment_9_1_0_1() throws RecognitionException;
+ void rule__DataImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_2() throws RecognitionException;
+ void rule__DataImplementation__NoSubcomponentsAssignment_9_1_1_0() throws RecognitionException;
+ void rule__DataImplementation__OwnedEventSourceAssignment_10_2_0() throws RecognitionException;
+ void rule__DataImplementation__OwnedEventDataSourceAssignment_10_2_1() throws RecognitionException;
+ void rule__DataImplementation__OwnedAccessConnectionAssignment_11_1_0_0() throws RecognitionException;
+ void rule__DataImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_1() throws RecognitionException;
+ void rule__DataImplementation__OwnedFeatureConnectionAssignment_11_1_0_2() throws RecognitionException;
+ void rule__DataImplementation__NoConnectionsAssignment_11_1_1_0() throws RecognitionException;
+ void rule__DataImplementation__OwnedFlowImplementationAssignment_12_1_0_0() throws RecognitionException;
+ void rule__DataImplementation__OwnedEndToEndFlowAssignment_12_1_0_1() throws RecognitionException;
+ void rule__DataImplementation__NoFlowsAssignment_12_1_1_0() throws RecognitionException;
+ void rule__DataImplementation__OwnedModeAssignment_13_1_0_0() throws RecognitionException;
+ void rule__DataImplementation__OwnedModeTransitionAssignment_13_1_0_1() throws RecognitionException;
+ void rule__DataImplementation__NoModesAssignment_13_1_1_0() throws RecognitionException;
+ void rule__DataImplementation__OwnedPropertyAssociationAssignment_14_1_0() throws RecognitionException;
+ void rule__DataImplementation__NoPropertiesAssignment_14_1_1_0() throws RecognitionException;
+ void rule__DataImplementation__OwnedAnnexSubclauseAssignment_15() throws RecognitionException;
void rule__SubprogramCallSequence__NameAssignment_0() throws RecognitionException;
void rule__SubprogramCallSequence__OwnedSubprogramCallAssignment_3() throws RecognitionException;
void rule__SubprogramCallSequence__OwnedPropertyAssociationAssignment_5_1() throws RecognitionException;
- void rule__SubprogramCallSequence__InModeAssignment_6_2_0() throws RecognitionException;
- void rule__SubprogramCallSequence__InModeAssignment_6_2_1_1() throws RecognitionException;
+ void rule__SubprogramCallSequence__InModeAssignment_6_3_0() throws RecognitionException;
+ void rule__SubprogramCallSequence__InModeAssignment_6_3_1_1() throws RecognitionException;
void rule__SubprogramCall__NameAssignment_1() throws RecognitionException;
void rule__SubprogramCall__ContextAssignment_4_0_0() throws RecognitionException;
void rule__SubprogramCall__CalledSubprogramAssignment_4_0_2() throws RecognitionException;
@@ -8318,9 +8426,9 @@ interface InternalAadl2ParserSignatures {
void rule__SubprogramPrototype__OwnedPropertyAssociationAssignment_4_1() throws RecognitionException;
void rule__SubprogramGroupPrototype__NameAssignment_0_0_0() throws RecognitionException;
void rule__SubprogramGroupPrototype__RefinedAssignment_0_1_0() throws RecognitionException;
- void rule__SubprogramGroupPrototype__ConstrainingClassifierAssignment_2() throws RecognitionException;
- void rule__SubprogramGroupPrototype__ArrayAssignment_3_0() throws RecognitionException;
- void rule__SubprogramGroupPrototype__OwnedPropertyAssociationAssignment_4_1() throws RecognitionException;
+ void rule__SubprogramGroupPrototype__ConstrainingClassifierAssignment_3() throws RecognitionException;
+ void rule__SubprogramGroupPrototype__ArrayAssignment_4_0() throws RecognitionException;
+ void rule__SubprogramGroupPrototype__OwnedPropertyAssociationAssignment_5_1() throws RecognitionException;
void rule__SystemPrototype__NameAssignment_0_0_0() throws RecognitionException;
void rule__SystemPrototype__RefinedAssignment_0_1_0() throws RecognitionException;
void rule__SystemPrototype__ConstrainingClassifierAssignment_2() throws RecognitionException;
@@ -8333,23 +8441,23 @@ interface InternalAadl2ParserSignatures {
void rule__ThreadPrototype__OwnedPropertyAssociationAssignment_4_1() throws RecognitionException;
void rule__ThreadGroupPrototype__NameAssignment_0_0_0() throws RecognitionException;
void rule__ThreadGroupPrototype__RefinedAssignment_0_1_0() throws RecognitionException;
- void rule__ThreadGroupPrototype__ConstrainingClassifierAssignment_2() throws RecognitionException;
- void rule__ThreadGroupPrototype__ArrayAssignment_3_0() throws RecognitionException;
- void rule__ThreadGroupPrototype__OwnedPropertyAssociationAssignment_4_1() throws RecognitionException;
+ void rule__ThreadGroupPrototype__ConstrainingClassifierAssignment_3() throws RecognitionException;
+ void rule__ThreadGroupPrototype__ArrayAssignment_4_0() throws RecognitionException;
+ void rule__ThreadGroupPrototype__OwnedPropertyAssociationAssignment_5_1() throws RecognitionException;
void rule__VirtualBusPrototype__NameAssignment_0_0_0() throws RecognitionException;
void rule__VirtualBusPrototype__RefinedAssignment_0_1_0() throws RecognitionException;
- void rule__VirtualBusPrototype__ConstrainingClassifierAssignment_2() throws RecognitionException;
- void rule__VirtualBusPrototype__ArrayAssignment_3_0() throws RecognitionException;
- void rule__VirtualBusPrototype__OwnedPropertyAssociationAssignment_4_1() throws RecognitionException;
+ void rule__VirtualBusPrototype__ConstrainingClassifierAssignment_3() throws RecognitionException;
+ void rule__VirtualBusPrototype__ArrayAssignment_4_0() throws RecognitionException;
+ void rule__VirtualBusPrototype__OwnedPropertyAssociationAssignment_5_1() throws RecognitionException;
void rule__VirtualProcessorPrototype__NameAssignment_0_0_0() throws RecognitionException;
void rule__VirtualProcessorPrototype__RefinedAssignment_0_1_0() throws RecognitionException;
- void rule__VirtualProcessorPrototype__ConstrainingClassifierAssignment_2() throws RecognitionException;
- void rule__VirtualProcessorPrototype__ArrayAssignment_3_0() throws RecognitionException;
- void rule__VirtualProcessorPrototype__OwnedPropertyAssociationAssignment_4_1() throws RecognitionException;
+ void rule__VirtualProcessorPrototype__ConstrainingClassifierAssignment_3() throws RecognitionException;
+ void rule__VirtualProcessorPrototype__ArrayAssignment_4_0() throws RecognitionException;
+ void rule__VirtualProcessorPrototype__OwnedPropertyAssociationAssignment_5_1() throws RecognitionException;
void rule__FeatureGroupPrototype__NameAssignment_0_0_0() throws RecognitionException;
void rule__FeatureGroupPrototype__RefinedAssignment_0_1_0() throws RecognitionException;
- void rule__FeatureGroupPrototype__ConstrainingFeatureGroupTypeAssignment_2() throws RecognitionException;
- void rule__FeatureGroupPrototype__OwnedPropertyAssociationAssignment_3_1() throws RecognitionException;
+ void rule__FeatureGroupPrototype__ConstrainingFeatureGroupTypeAssignment_3() throws RecognitionException;
+ void rule__FeatureGroupPrototype__OwnedPropertyAssociationAssignment_4_1() throws RecognitionException;
void rule__FeaturePrototype__NameAssignment_0_0_0() throws RecognitionException;
void rule__FeaturePrototype__RefinedAssignment_0_1_0() throws RecognitionException;
void rule__FeaturePrototype__InAssignment_1_0() throws RecognitionException;
@@ -8357,7 +8465,7 @@ interface InternalAadl2ParserSignatures {
void rule__FeaturePrototype__ConstrainingClassifierAssignment_3() throws RecognitionException;
void rule__FeaturePrototype__OwnedPropertyAssociationAssignment_4_1() throws RecognitionException;
void rule__FeatureGroupPrototypeBinding__FormalAssignment_0() throws RecognitionException;
- void rule__FeatureGroupPrototypeBinding__ActualAssignment_3() throws RecognitionException;
+ void rule__FeatureGroupPrototypeBinding__ActualAssignment_4() throws RecognitionException;
void rule__FeatureGroupPrototypeActual__FeatureTypeAssignment_0() throws RecognitionException;
void rule__FeatureGroupPrototypeActual__BindingAssignment_1_1() throws RecognitionException;
void rule__FeatureGroupPrototypeActual__BindingAssignment_1_2_1() throws RecognitionException;
@@ -8391,8 +8499,8 @@ interface InternalAadl2ParserSignatures {
void rule__AbstractSubcomponent__ImplementationReferenceAssignment_3_1_1() throws RecognitionException;
void rule__AbstractSubcomponent__ImplementationReferenceAssignment_3_1_2_1() throws RecognitionException;
void rule__AbstractSubcomponent__OwnedPropertyAssociationAssignment_4_1() throws RecognitionException;
- void rule__AbstractSubcomponent__OwnedModeBindingAssignment_5_2_0() throws RecognitionException;
- void rule__AbstractSubcomponent__OwnedModeBindingAssignment_5_2_1_1() throws RecognitionException;
+ void rule__AbstractSubcomponent__OwnedModeBindingAssignment_5_3_0() throws RecognitionException;
+ void rule__AbstractSubcomponent__OwnedModeBindingAssignment_5_3_1_1() throws RecognitionException;
void rule__SystemSubcomponent__NameAssignment_0_0_0() throws RecognitionException;
void rule__SystemSubcomponent__RefinedAssignment_0_1_0() throws RecognitionException;
void rule__SystemSubcomponent__SystemSubcomponentTypeAssignment_2_0() throws RecognitionException;
@@ -8402,8 +8510,8 @@ interface InternalAadl2ParserSignatures {
void rule__SystemSubcomponent__ImplementationReferenceAssignment_3_1_1() throws RecognitionException;
void rule__SystemSubcomponent__ImplementationReferenceAssignment_3_1_2_1() throws RecognitionException;
void rule__SystemSubcomponent__OwnedPropertyAssociationAssignment_4_1() throws RecognitionException;
- void rule__SystemSubcomponent__OwnedModeBindingAssignment_5_2_0() throws RecognitionException;
- void rule__SystemSubcomponent__OwnedModeBindingAssignment_5_2_1_1() throws RecognitionException;
+ void rule__SystemSubcomponent__OwnedModeBindingAssignment_5_3_0() throws RecognitionException;
+ void rule__SystemSubcomponent__OwnedModeBindingAssignment_5_3_1_1() throws RecognitionException;
void rule__ProcessSubcomponent__NameAssignment_0_0_0() throws RecognitionException;
void rule__ProcessSubcomponent__RefinedAssignment_0_1_0() throws RecognitionException;
void rule__ProcessSubcomponent__ProcessSubcomponentTypeAssignment_2_0() throws RecognitionException;
@@ -8413,19 +8521,19 @@ interface InternalAadl2ParserSignatures {
void rule__ProcessSubcomponent__ImplementationReferenceAssignment_3_1_1() throws RecognitionException;
void rule__ProcessSubcomponent__ImplementationReferenceAssignment_3_1_2_1() throws RecognitionException;
void rule__ProcessSubcomponent__OwnedPropertyAssociationAssignment_4_1() throws RecognitionException;
- void rule__ProcessSubcomponent__OwnedModeBindingAssignment_5_2_0() throws RecognitionException;
- void rule__ProcessSubcomponent__OwnedModeBindingAssignment_5_2_1_1() throws RecognitionException;
+ void rule__ProcessSubcomponent__OwnedModeBindingAssignment_5_3_0() throws RecognitionException;
+ void rule__ProcessSubcomponent__OwnedModeBindingAssignment_5_3_1_1() throws RecognitionException;
void rule__ThreadGroupSubcomponent__NameAssignment_0_0_0() throws RecognitionException;
void rule__ThreadGroupSubcomponent__RefinedAssignment_0_1_0() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__ThreadGroupSubcomponentTypeAssignment_2_0() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__OwnedPrototypeBindingAssignment_2_1_1() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__OwnedPrototypeBindingAssignment_2_1_2_1() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__ArrayDimensionAssignment_3_0() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__ImplementationReferenceAssignment_3_1_1() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__ImplementationReferenceAssignment_3_1_2_1() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__OwnedPropertyAssociationAssignment_4_1() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__OwnedModeBindingAssignment_5_2_0() throws RecognitionException;
- void rule__ThreadGroupSubcomponent__OwnedModeBindingAssignment_5_2_1_1() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__ThreadGroupSubcomponentTypeAssignment_3_0() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__OwnedPrototypeBindingAssignment_3_1_1() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__OwnedPrototypeBindingAssignment_3_1_2_1() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__ArrayDimensionAssignment_4_0() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__ImplementationReferenceAssignment_4_1_1() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__ImplementationReferenceAssignment_4_1_2_1() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__OwnedPropertyAssociationAssignment_5_1() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__OwnedModeBindingAssignment_6_3_0() throws RecognitionException;
+ void rule__ThreadGroupSubcomponent__OwnedModeBindingAssignment_6_3_1_1() throws RecognitionException;
void rule__ThreadSubcomponent__NameAssignment_0_0_0() throws RecognitionException;
void rule__ThreadSubcomponent__RefinedAssignment_0_1_0() throws RecognitionException;
void rule__ThreadSubcomponent__ThreadSubcomponentTypeAssignment_2_0() throws RecognitionException;
@@ -8435,8 +8543,8 @@ interface InternalAadl2ParserSignatures {
void rule__ThreadSubcomponent__ImplementationReferenceAssignment_3_1_1() throws RecognitionException;
void rule__ThreadSubcomponent__ImplementationReferenceAssignment_3_1_2_1() throws RecognitionException;
void rule__ThreadSubcomponent__OwnedPropertyAssociationAssignment_4_1() throws RecognitionException;
- void rule__ThreadSubcomponent__OwnedModeBindingAssignment_5_2_0() throws RecognitionException;
- void rule__ThreadSubcomponent__OwnedModeBindingAssignment_5_2_1_1() throws RecognitionException;
+ void rule__ThreadSubcomponent__OwnedModeBindingAssignment_5_3_0() throws RecognitionException;
+ void rule__ThreadSubcomponent__OwnedModeBindingAssignment_5_3_1_1() throws RecognitionException;
void rule__SubprogramSubcomponent__NameAssignment_0_0_0() throws RecognitionException;
void rule__SubprogramSubcomponent__RefinedAssignment_0_1_0() throws RecognitionException;
void rule__SubprogramSubcomponent__SubprogramSubcomponentTypeAssignment_2_0() throws RecognitionException;
@@ -8446,19 +8554,19 @@ interface InternalAadl2ParserSignatures {
void rule__SubprogramSubcomponent__ImplementationReferenceAssignment_3_1_1() throws RecognitionException;
void rule__SubprogramSubcomponent__ImplementationReferenceAssignment_3_1_2_1() throws RecognitionException;
void rule__SubprogramSubcomponent__OwnedPropertyAssociationAssignment_4_1() throws RecognitionException;
- void rule__SubprogramSubcomponent__OwnedModeBindingAssignment_5_2_0() throws RecognitionException;
- void rule__SubprogramSubcomponent__OwnedModeBindingAssignment_5_2_1_1() throws RecognitionException;
+ void rule__SubprogramSubcomponent__OwnedModeBindingAssignment_5_3_0() throws RecognitionException;
+ void rule__SubprogramSubcomponent__OwnedModeBindingAssignment_5_3_1_1() throws RecognitionException;
void rule__SubprogramGroupSubcomponent__NameAssignment_0_0_0() throws RecognitionException;
void rule__SubprogramGroupSubcomponent__RefinedAssignment_0_1_0() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__SubprogramGroupSubcomponentTypeAssignment_2_0() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__OwnedPrototypeBindingAssignment_2_1_1() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__OwnedPrototypeBindingAssignment_2_1_2_1() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__ArrayDimensionAssignment_3_0() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__ImplementationReferenceAssignment_3_1_1() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__ImplementationReferenceAssignment_3_1_2_1() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__OwnedPropertyAssociationAssignment_4_1() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__OwnedModeBindingAssignment_5_2_0() throws RecognitionException;
- void rule__SubprogramGroupSubcomponent__OwnedModeBindingAssignment_5_2_1_1() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__SubprogramGroupSubcomponentTypeAssignment_3_0() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__OwnedPrototypeBindingAssignment_3_1_1() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__OwnedPrototypeBindingAssignment_3_1_2_1() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__ArrayDimensionAssignment_4_0() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__ImplementationReferenceAssignment_4_1_1() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__ImplementationReferenceAssignment_4_1_2_1() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__OwnedPropertyAssociationAssignment_5_1() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__OwnedModeBindingAssignment_6_3_0() throws RecognitionException;
+ void rule__SubprogramGroupSubcomponent__OwnedModeBindingAssignment_6_3_1_1() throws RecognitionException;
void rule__ProcessorSubcomponent__NameAssignment_0_0_0() throws RecognitionException;
void rule__ProcessorSubcomponent__RefinedAssignment_0_1_0() throws RecognitionException;
void rule__ProcessorSubcomponent__ProcessorSubcomponentTypeAssignment_2_0() throws RecognitionException;
@@ -8468,19 +8576,19 @@ interface InternalAadl2ParserSignatures {
void rule__ProcessorSubcomponent__ImplementationReferenceAssignment_3_1_1() throws RecognitionException;
void rule__ProcessorSubcomponent__ImplementationReferenceAssignment_3_1_2_1() throws RecognitionException;
void rule__ProcessorSubcomponent__OwnedPropertyAssociationAssignment_4_1() throws RecognitionException;
- void rule__ProcessorSubcomponent__OwnedModeBindingAssignment_5_2_0() throws RecognitionException;
- void rule__ProcessorSubcomponent__OwnedModeBindingAssignment_5_2_1_1() throws RecognitionException;
+ void rule__ProcessorSubcomponent__OwnedModeBindingAssignment_5_3_0() throws RecognitionException;
+ void rule__ProcessorSubcomponent__OwnedModeBindingAssignment_5_3_1_1() throws RecognitionException;
void rule__VirtualProcessorSubcomponent__NameAssignment_0_0_0() throws RecognitionException;
void rule__VirtualProcessorSubcomponent__RefinedAssignment_0_1_0() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__VirtualProcessorSubcomponentTypeAssignment_2_0() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__OwnedPrototypeBindingAssignment_2_1_1() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__OwnedPrototypeBindingAssignment_2_1_2_1() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__ArrayDimensionAssignment_3_0() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__ImplementationReferenceAssignment_3_1_1() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__ImplementationReferenceAssignment_3_1_2_1() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__OwnedPropertyAssociationAssignment_4_1() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__OwnedModeBindingAssignment_5_2_0() throws RecognitionException;
- void rule__VirtualProcessorSubcomponent__OwnedModeBindingAssignment_5_2_1_1() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__VirtualProcessorSubcomponentTypeAssignment_3_0() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__OwnedPrototypeBindingAssignment_3_1_1() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__OwnedPrototypeBindingAssignment_3_1_2_1() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__ArrayDimensionAssignment_4_0() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__ImplementationReferenceAssignment_4_1_1() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__ImplementationReferenceAssignment_4_1_2_1() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__OwnedPropertyAssociationAssignment_5_1() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__OwnedModeBindingAssignment_6_3_0() throws RecognitionException;
+ void rule__VirtualProcessorSubcomponent__OwnedModeBindingAssignment_6_3_1_1() throws RecognitionException;
void rule__DeviceSubcomponent__NameAssignment_0_0_0() throws RecognitionException;
void rule__DeviceSubcomponent__RefinedAssignment_0_1_0() throws RecognitionException;
void rule__DeviceSubcomponent__DeviceSubcomponentTypeAssignment_2_0() throws RecognitionException;
@@ -8490,8 +8598,8 @@ interface InternalAadl2ParserSignatures {
void rule__DeviceSubcomponent__ImplementationReferenceAssignment_3_1_1() throws RecognitionException;
void rule__DeviceSubcomponent__ImplementationReferenceAssignment_3_1_2_1() throws RecognitionException;
void rule__DeviceSubcomponent__OwnedPropertyAssociationAssignment_4_1() throws RecognitionException;
- void rule__DeviceSubcomponent__OwnedModeBindingAssignment_5_2_0() throws RecognitionException;
- void rule__DeviceSubcomponent__OwnedModeBindingAssignment_5_2_1_1() throws RecognitionException;
+ void rule__DeviceSubcomponent__OwnedModeBindingAssignment_5_3_0() throws RecognitionException;
+ void rule__DeviceSubcomponent__OwnedModeBindingAssignment_5_3_1_1() throws RecognitionException;
void rule__MemorySubcomponent__NameAssignment_0_0_0() throws RecognitionException;
void rule__MemorySubcomponent__RefinedAssignment_0_1_0() throws RecognitionException;
void rule__MemorySubcomponent__MemorySubcomponentTypeAssignment_2_0() throws RecognitionException;
@@ -8501,8 +8609,8 @@ interface InternalAadl2ParserSignatures {
void rule__MemorySubcomponent__ImplementationReferenceAssignment_3_1_1() throws RecognitionException;
void rule__MemorySubcomponent__ImplementationReferenceAssignment_3_1_2_1() throws RecognitionException;
void rule__MemorySubcomponent__OwnedPropertyAssociationAssignment_4_1() throws RecognitionException;
- void rule__MemorySubcomponent__OwnedModeBindingAssignment_5_2_0() throws RecognitionException;
- void rule__MemorySubcomponent__OwnedModeBindingAssignment_5_2_1_1() throws RecognitionException;
+ void rule__MemorySubcomponent__OwnedModeBindingAssignment_5_3_0() throws RecognitionException;
+ void rule__MemorySubcomponent__OwnedModeBindingAssignment_5_3_1_1() throws RecognitionException;
void rule__BusSubcomponent__NameAssignment_0_0_0() throws RecognitionException;
void rule__BusSubcomponent__RefinedAssignment_0_1_0() throws RecognitionException;
void rule__BusSubcomponent__BusSubcomponentTypeAssignment_2_0() throws RecognitionException;
@@ -8512,19 +8620,19 @@ interface InternalAadl2ParserSignatures {
void rule__BusSubcomponent__ImplementationReferenceAssignment_3_1_1() throws RecognitionException;
void rule__BusSubcomponent__ImplementationReferenceAssignment_3_1_2_1() throws RecognitionException;
void rule__BusSubcomponent__OwnedPropertyAssociationAssignment_4_1() throws RecognitionException;
- void rule__BusSubcomponent__OwnedModeBindingAssignment_5_2_0() throws RecognitionException;
- void rule__BusSubcomponent__OwnedModeBindingAssignment_5_2_1_1() throws RecognitionException;
+ void rule__BusSubcomponent__OwnedModeBindingAssignment_5_3_0() throws RecognitionException;
+ void rule__BusSubcomponent__OwnedModeBindingAssignment_5_3_1_1() throws RecognitionException;
void rule__VirtualBusSubcomponent__NameAssignment_0_0_0() throws RecognitionException;
void rule__VirtualBusSubcomponent__RefinedAssignment_0_1_0() throws RecognitionException;
- void rule__VirtualBusSubcomponent__VirtualBusSubcomponentTypeAssignment_2_0() throws RecognitionException;
- void rule__VirtualBusSubcomponent__OwnedPrototypeBindingAssignment_2_1_1() throws RecognitionException;
- void rule__VirtualBusSubcomponent__OwnedPrototypeBindingAssignment_2_1_2_1() throws RecognitionException;
- void rule__VirtualBusSubcomponent__ArrayDimensionAssignment_3_0() throws RecognitionException;
- void rule__VirtualBusSubcomponent__ImplementationReferenceAssignment_3_1_1() throws RecognitionException;
- void rule__VirtualBusSubcomponent__ImplementationReferenceAssignment_3_1_2_1() throws RecognitionException;
- void rule__VirtualBusSubcomponent__OwnedPropertyAssociationAssignment_4_1() throws RecognitionException;
- void rule__VirtualBusSubcomponent__OwnedModeBindingAssignment_5_2_0() throws RecognitionException;
- void rule__VirtualBusSubcomponent__OwnedModeBindingAssignment_5_2_1_1() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__VirtualBusSubcomponentTypeAssignment_3_0() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__OwnedPrototypeBindingAssignment_3_1_1() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__OwnedPrototypeBindingAssignment_3_1_2_1() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__ArrayDimensionAssignment_4_0() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__ImplementationReferenceAssignment_4_1_1() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__ImplementationReferenceAssignment_4_1_2_1() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__OwnedPropertyAssociationAssignment_5_1() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__OwnedModeBindingAssignment_6_3_0() throws RecognitionException;
+ void rule__VirtualBusSubcomponent__OwnedModeBindingAssignment_6_3_1_1() throws RecognitionException;
void rule__DataSubcomponent__NameAssignment_0_0_0() throws RecognitionException;
void rule__DataSubcomponent__RefinedAssignment_0_1_0() throws RecognitionException;
void rule__DataSubcomponent__DataSubcomponentTypeAssignment_2_0() throws RecognitionException;
@@ -8534,8 +8642,8 @@ interface InternalAadl2ParserSignatures {
void rule__DataSubcomponent__ImplementationReferenceAssignment_3_1_1() throws RecognitionException;
void rule__DataSubcomponent__ImplementationReferenceAssignment_3_1_2_1() throws RecognitionException;
void rule__DataSubcomponent__OwnedPropertyAssociationAssignment_4_1() throws RecognitionException;
- void rule__DataSubcomponent__OwnedModeBindingAssignment_5_2_0() throws RecognitionException;
- void rule__DataSubcomponent__OwnedModeBindingAssignment_5_2_1_1() throws RecognitionException;
+ void rule__DataSubcomponent__OwnedModeBindingAssignment_5_3_0() throws RecognitionException;
+ void rule__DataSubcomponent__OwnedModeBindingAssignment_5_3_1_1() throws RecognitionException;
void rule__ArrayDimension__SizeAssignment_2() throws RecognitionException;
void rule__ArraySize__SizeAssignment_0() throws RecognitionException;
void rule__ArraySize__SizePropertyAssignment_1() throws RecognitionException;
@@ -8547,32 +8655,32 @@ interface InternalAadl2ParserSignatures {
void rule__DataPort__InAssignment_2_0_0() throws RecognitionException;
void rule__DataPort__OutAssignment_2_0_1() throws RecognitionException;
void rule__DataPort__OutAssignment_2_1() throws RecognitionException;
- void rule__DataPort__DataFeatureClassifierAssignment_4() throws RecognitionException;
- void rule__DataPort__ArrayDimensionAssignment_5() throws RecognitionException;
- void rule__DataPort__OwnedPropertyAssociationAssignment_6_1() throws RecognitionException;
+ void rule__DataPort__DataFeatureClassifierAssignment_5() throws RecognitionException;
+ void rule__DataPort__ArrayDimensionAssignment_6() throws RecognitionException;
+ void rule__DataPort__OwnedPropertyAssociationAssignment_7_1() throws RecognitionException;
void rule__EventDataPort__NameAssignment_1_0_0() throws RecognitionException;
void rule__EventDataPort__RefinedAssignment_1_1_0() throws RecognitionException;
void rule__EventDataPort__InAssignment_2_0_0() throws RecognitionException;
void rule__EventDataPort__OutAssignment_2_0_1() throws RecognitionException;
void rule__EventDataPort__OutAssignment_2_1() throws RecognitionException;
- void rule__EventDataPort__DataFeatureClassifierAssignment_4() throws RecognitionException;
- void rule__EventDataPort__ArrayDimensionAssignment_5() throws RecognitionException;
- void rule__EventDataPort__OwnedPropertyAssociationAssignment_6_1() throws RecognitionException;
+ void rule__EventDataPort__DataFeatureClassifierAssignment_6() throws RecognitionException;
+ void rule__EventDataPort__ArrayDimensionAssignment_7() throws RecognitionException;
+ void rule__EventDataPort__OwnedPropertyAssociationAssignment_8_1() throws RecognitionException;
void rule__EventPort__NameAssignment_1_0_0() throws RecognitionException;
void rule__EventPort__RefinedAssignment_1_1_0() throws RecognitionException;
void rule__EventPort__InAssignment_2_0_0() throws RecognitionException;
void rule__EventPort__OutAssignment_2_0_1() throws RecognitionException;
void rule__EventPort__OutAssignment_2_1() throws RecognitionException;
- void rule__EventPort__ArrayDimensionAssignment_4() throws RecognitionException;
- void rule__EventPort__OwnedPropertyAssociationAssignment_5_1() throws RecognitionException;
+ void rule__EventPort__ArrayDimensionAssignment_5() throws RecognitionException;
+ void rule__EventPort__OwnedPropertyAssociationAssignment_6_1() throws RecognitionException;
void rule__FeatureGroup__NameAssignment_0_0_0() throws RecognitionException;
void rule__FeatureGroup__RefinedAssignment_0_1_0() throws RecognitionException;
void rule__FeatureGroup__InAssignment_1_0() throws RecognitionException;
void rule__FeatureGroup__OutAssignment_1_1() throws RecognitionException;
- void rule__FeatureGroup__InverseAssignment_3_0() throws RecognitionException;
- void rule__FeatureGroup__FeatureTypeAssignment_3_1() throws RecognitionException;
- void rule__FeatureGroup__ArrayDimensionAssignment_4() throws RecognitionException;
- void rule__FeatureGroup__OwnedPropertyAssociationAssignment_5_1() throws RecognitionException;
+ void rule__FeatureGroup__InverseAssignment_4_0_0() throws RecognitionException;
+ void rule__FeatureGroup__FeatureTypeAssignment_4_1() throws RecognitionException;
+ void rule__FeatureGroup__ArrayDimensionAssignment_5() throws RecognitionException;
+ void rule__FeatureGroup__OwnedPropertyAssociationAssignment_6_1() throws RecognitionException;
void rule__Parameter__NameAssignment_0_0_0() throws RecognitionException;
void rule__Parameter__RefinedAssignment_0_1_0() throws RecognitionException;
void rule__Parameter__InAssignment_1_0_0() throws RecognitionException;
@@ -8584,28 +8692,28 @@ interface InternalAadl2ParserSignatures {
void rule__SubprogramAccess__NameAssignment_0_0_0() throws RecognitionException;
void rule__SubprogramAccess__RefinedAssignment_0_1_0() throws RecognitionException;
void rule__SubprogramAccess__KindAssignment_1() throws RecognitionException;
- void rule__SubprogramAccess__SubprogramFeatureClassifierAssignment_3() throws RecognitionException;
- void rule__SubprogramAccess__ArrayDimensionAssignment_4() throws RecognitionException;
- void rule__SubprogramAccess__OwnedPropertyAssociationAssignment_5_1() throws RecognitionException;
+ void rule__SubprogramAccess__SubprogramFeatureClassifierAssignment_4() throws RecognitionException;
+ void rule__SubprogramAccess__ArrayDimensionAssignment_5() throws RecognitionException;
+ void rule__SubprogramAccess__OwnedPropertyAssociationAssignment_6_1() throws RecognitionException;
void rule__SubprogramGroupAccess__NameAssignment_0_0_0() throws RecognitionException;
void rule__SubprogramGroupAccess__RefinedAssignment_0_1_0() throws RecognitionException;
void rule__SubprogramGroupAccess__KindAssignment_1() throws RecognitionException;
- void rule__SubprogramGroupAccess__SubprogramGroupFeatureClassifierAssignment_3() throws RecognitionException;
- void rule__SubprogramGroupAccess__ArrayDimensionAssignment_4() throws RecognitionException;
- void rule__SubprogramGroupAccess__OwnedPropertyAssociationAssignment_5_1() throws RecognitionException;
+ void rule__SubprogramGroupAccess__SubprogramGroupFeatureClassifierAssignment_5() throws RecognitionException;
+ void rule__SubprogramGroupAccess__ArrayDimensionAssignment_6() throws RecognitionException;
+ void rule__SubprogramGroupAccess__OwnedPropertyAssociationAssignment_7_1() throws RecognitionException;
void rule__BusAccess__NameAssignment_0_0_0() throws RecognitionException;
void rule__BusAccess__RefinedAssignment_0_1_0() throws RecognitionException;
void rule__BusAccess__KindAssignment_1() throws RecognitionException;
void rule__BusAccess__VirtualAssignment_2() throws RecognitionException;
- void rule__BusAccess__BusFeatureClassifierAssignment_4() throws RecognitionException;
- void rule__BusAccess__ArrayDimensionAssignment_5() throws RecognitionException;
- void rule__BusAccess__OwnedPropertyAssociationAssignment_6_1() throws RecognitionException;
+ void rule__BusAccess__BusFeatureClassifierAssignment_5() throws RecognitionException;
+ void rule__BusAccess__ArrayDimensionAssignment_6() throws RecognitionException;
+ void rule__BusAccess__OwnedPropertyAssociationAssignment_7_1() throws RecognitionException;
void rule__DataAccess__NameAssignment_0_0_0() throws RecognitionException;
void rule__DataAccess__RefinedAssignment_0_1_0() throws RecognitionException;
void rule__DataAccess__KindAssignment_1() throws RecognitionException;
- void rule__DataAccess__DataFeatureClassifierAssignment_3() throws RecognitionException;
- void rule__DataAccess__ArrayDimensionAssignment_4() throws RecognitionException;
- void rule__DataAccess__OwnedPropertyAssociationAssignment_5_1() throws RecognitionException;
+ void rule__DataAccess__DataFeatureClassifierAssignment_4() throws RecognitionException;
+ void rule__DataAccess__ArrayDimensionAssignment_5() throws RecognitionException;
+ void rule__DataAccess__OwnedPropertyAssociationAssignment_6_1() throws RecognitionException;
void rule__AbstractFeature__NameAssignment_0_0_0() throws RecognitionException;
void rule__AbstractFeature__RefinedAssignment_0_1_0() throws RecognitionException;
void rule__AbstractFeature__InAssignment_1_0() throws RecognitionException;
@@ -8614,31 +8722,31 @@ interface InternalAadl2ParserSignatures {
void rule__AbstractFeature__AbstractFeatureClassifierAssignment_2_1_1() throws RecognitionException;
void rule__AbstractFeature__ArrayDimensionAssignment_3() throws RecognitionException;
void rule__AbstractFeature__OwnedPropertyAssociationAssignment_4_1() throws RecognitionException;
- void rule__FeatureGroupType__NameAssignment_1() throws RecognitionException;
- void rule__FeatureGroupType__OwnedExtensionAssignment_2_0() throws RecognitionException;
- void rule__FeatureGroupType__OwnedPrototypeBindingAssignment_2_1_1() throws RecognitionException;
- void rule__FeatureGroupType__OwnedPrototypeBindingAssignment_2_1_2_1() throws RecognitionException;
- void rule__FeatureGroupType__NoPrototypesAssignment_3_1_0_0() throws RecognitionException;
- void rule__FeatureGroupType__OwnedPrototypeAssignment_3_1_1() throws RecognitionException;
- void rule__FeatureGroupType__OwnedDataPortAssignment_4_1_0() throws RecognitionException;
- void rule__FeatureGroupType__OwnedEventPortAssignment_4_1_1() throws RecognitionException;
- void rule__FeatureGroupType__OwnedEventDataPortAssignment_4_1_2() throws RecognitionException;
- void rule__FeatureGroupType__OwnedFeatureGroupAssignment_4_1_3() throws RecognitionException;
- void rule__FeatureGroupType__OwnedDataAccessAssignment_4_1_4() throws RecognitionException;
- void rule__FeatureGroupType__OwnedBusAccessAssignment_4_1_5() throws RecognitionException;
- void rule__FeatureGroupType__OwnedSubprogramAccessAssignment_4_1_6() throws RecognitionException;
- void rule__FeatureGroupType__OwnedSubprogramGroupAccessAssignment_4_1_7() throws RecognitionException;
- void rule__FeatureGroupType__OwnedAbstractFeatureAssignment_4_1_8() throws RecognitionException;
- void rule__FeatureGroupType__OwnedParameterAssignment_4_1_9() throws RecognitionException;
- void rule__FeatureGroupType__InverseAssignment_5_1() throws RecognitionException;
- void rule__FeatureGroupType__OwnedPropertyAssociationAssignment_6_1_0() throws RecognitionException;
- void rule__FeatureGroupType__NoPropertiesAssignment_6_1_1_0() throws RecognitionException;
- void rule__FeatureGroupType__OwnedAnnexSubclauseAssignment_7() throws RecognitionException;
+ void rule__FeatureGroupType__NameAssignment_2() throws RecognitionException;
+ void rule__FeatureGroupType__OwnedExtensionAssignment_3_0() throws RecognitionException;
+ void rule__FeatureGroupType__OwnedPrototypeBindingAssignment_3_1_1() throws RecognitionException;
+ void rule__FeatureGroupType__OwnedPrototypeBindingAssignment_3_1_2_1() throws RecognitionException;
+ void rule__FeatureGroupType__NoPrototypesAssignment_4_1_0_0() throws RecognitionException;
+ void rule__FeatureGroupType__OwnedPrototypeAssignment_4_1_1() throws RecognitionException;
+ void rule__FeatureGroupType__OwnedDataPortAssignment_5_1_0() throws RecognitionException;
+ void rule__FeatureGroupType__OwnedEventPortAssignment_5_1_1() throws RecognitionException;
+ void rule__FeatureGroupType__OwnedEventDataPortAssignment_5_1_2() throws RecognitionException;
+ void rule__FeatureGroupType__OwnedFeatureGroupAssignment_5_1_3() throws RecognitionException;
+ void rule__FeatureGroupType__OwnedDataAccessAssignment_5_1_4() throws RecognitionException;
+ void rule__FeatureGroupType__OwnedBusAccessAssignment_5_1_5() throws RecognitionException;
+ void rule__FeatureGroupType__OwnedSubprogramAccessAssignment_5_1_6() throws RecognitionException;
+ void rule__FeatureGroupType__OwnedSubprogramGroupAccessAssignment_5_1_7() throws RecognitionException;
+ void rule__FeatureGroupType__OwnedAbstractFeatureAssignment_5_1_8() throws RecognitionException;
+ void rule__FeatureGroupType__OwnedParameterAssignment_5_1_9() throws RecognitionException;
+ void rule__FeatureGroupType__InverseAssignment_6_2() throws RecognitionException;
+ void rule__FeatureGroupType__OwnedPropertyAssociationAssignment_7_1_0() throws RecognitionException;
+ void rule__FeatureGroupType__NoPropertiesAssignment_7_1_1_0() throws RecognitionException;
+ void rule__FeatureGroupType__OwnedAnnexSubclauseAssignment_8() throws RecognitionException;
void rule__EventSource__NameAssignment_0() throws RecognitionException;
void rule__EventSource__OwnedPropertyAssociationAssignment_3_1() throws RecognitionException;
void rule__EventDataSource__NameAssignment_0() throws RecognitionException;
- void rule__EventDataSource__DataClassifierAssignment_3() throws RecognitionException;
- void rule__EventDataSource__OwnedPropertyAssociationAssignment_4_1() throws RecognitionException;
+ void rule__EventDataSource__DataClassifierAssignment_4() throws RecognitionException;
+ void rule__EventDataSource__OwnedPropertyAssociationAssignment_5_1() throws RecognitionException;
void rule__PortProxy__NameAssignment_0() throws RecognitionException;
void rule__PortProxy__DataClassifierAssignment_3() throws RecognitionException;
void rule__PortProxy__OwnedPropertyAssociationAssignment_4_1() throws RecognitionException;
@@ -8661,83 +8769,83 @@ interface InternalAadl2ParserSignatures {
void rule__PortConnection__DestinationAssignment_0_0_5() throws RecognitionException;
void rule__PortConnection__RefinedAssignment_0_1_0() throws RecognitionException;
void rule__PortConnection__OwnedPropertyAssociationAssignment_1_1() throws RecognitionException;
- void rule__PortConnection__InModeOrTransitionAssignment_2_2_0() throws RecognitionException;
- void rule__PortConnection__InModeOrTransitionAssignment_2_2_1_1() throws RecognitionException;
+ void rule__PortConnection__InModeOrTransitionAssignment_2_3_0() throws RecognitionException;
+ void rule__PortConnection__InModeOrTransitionAssignment_2_3_1_1() throws RecognitionException;
void rule__AccessConnection__NameAssignment_0_0_0() throws RecognitionException;
void rule__AccessConnection__AccessCategoryAssignment_0_0_2() throws RecognitionException;
void rule__AccessConnection__SourceAssignment_0_0_4() throws RecognitionException;
void rule__AccessConnection__BidirectionalAssignment_0_0_5_1() throws RecognitionException;
void rule__AccessConnection__DestinationAssignment_0_0_6() throws RecognitionException;
void rule__AccessConnection__RefinedAssignment_0_1_0() throws RecognitionException;
- void rule__AccessConnection__AccessCategoryAssignment_0_1_3() throws RecognitionException;
+ void rule__AccessConnection__AccessCategoryAssignment_0_1_4() throws RecognitionException;
void rule__AccessConnection__OwnedPropertyAssociationAssignment_1_1() throws RecognitionException;
- void rule__AccessConnection__InModeOrTransitionAssignment_2_2_0() throws RecognitionException;
- void rule__AccessConnection__InModeOrTransitionAssignment_2_2_1_1() throws RecognitionException;
+ void rule__AccessConnection__InModeOrTransitionAssignment_2_3_0() throws RecognitionException;
+ void rule__AccessConnection__InModeOrTransitionAssignment_2_3_1_1() throws RecognitionException;
void rule__FeatureGroupConnection__NameAssignment_0_0_0() throws RecognitionException;
- void rule__FeatureGroupConnection__SourceAssignment_0_0_3() throws RecognitionException;
- void rule__FeatureGroupConnection__BidirectionalAssignment_0_0_4_1() throws RecognitionException;
- void rule__FeatureGroupConnection__DestinationAssignment_0_0_5() throws RecognitionException;
+ void rule__FeatureGroupConnection__SourceAssignment_0_0_4() throws RecognitionException;
+ void rule__FeatureGroupConnection__BidirectionalAssignment_0_0_5_1() throws RecognitionException;
+ void rule__FeatureGroupConnection__DestinationAssignment_0_0_6() throws RecognitionException;
void rule__FeatureGroupConnection__RefinedAssignment_0_1_0() throws RecognitionException;
void rule__FeatureGroupConnection__OwnedPropertyAssociationAssignment_1_1() throws RecognitionException;
- void rule__FeatureGroupConnection__InModeOrTransitionAssignment_2_2_0() throws RecognitionException;
- void rule__FeatureGroupConnection__InModeOrTransitionAssignment_2_2_1_1() throws RecognitionException;
+ void rule__FeatureGroupConnection__InModeOrTransitionAssignment_2_3_0() throws RecognitionException;
+ void rule__FeatureGroupConnection__InModeOrTransitionAssignment_2_3_1_1() throws RecognitionException;
void rule__FeatureConnection__NameAssignment_0_0_0() throws RecognitionException;
void rule__FeatureConnection__SourceAssignment_0_0_3() throws RecognitionException;
void rule__FeatureConnection__BidirectionalAssignment_0_0_4_1() throws RecognitionException;
void rule__FeatureConnection__DestinationAssignment_0_0_5() throws RecognitionException;
void rule__FeatureConnection__RefinedAssignment_0_1_0() throws RecognitionException;
void rule__FeatureConnection__OwnedPropertyAssociationAssignment_1_1() throws RecognitionException;
- void rule__FeatureConnection__InModeOrTransitionAssignment_2_2_0() throws RecognitionException;
- void rule__FeatureConnection__InModeOrTransitionAssignment_2_2_1_1() throws RecognitionException;
+ void rule__FeatureConnection__InModeOrTransitionAssignment_2_3_0() throws RecognitionException;
+ void rule__FeatureConnection__InModeOrTransitionAssignment_2_3_1_1() throws RecognitionException;
void rule__ParameterConnection__NameAssignment_0_0_0() throws RecognitionException;
void rule__ParameterConnection__SourceAssignment_0_0_3() throws RecognitionException;
void rule__ParameterConnection__DestinationAssignment_0_0_5() throws RecognitionException;
void rule__ParameterConnection__RefinedAssignment_0_1_0() throws RecognitionException;
void rule__ParameterConnection__OwnedPropertyAssociationAssignment_1_1() throws RecognitionException;
- void rule__ParameterConnection__InModeOrTransitionAssignment_2_2_0() throws RecognitionException;
- void rule__ParameterConnection__InModeOrTransitionAssignment_2_2_1_1() throws RecognitionException;
+ void rule__ParameterConnection__InModeOrTransitionAssignment_2_3_0() throws RecognitionException;
+ void rule__ParameterConnection__InModeOrTransitionAssignment_2_3_1_1() throws RecognitionException;
void rule__FlowSourceSpec__NameAssignment_0() throws RecognitionException;
void rule__FlowSourceSpec__KindAssignment_3() throws RecognitionException;
void rule__FlowSourceSpec__OutEndAssignment_4() throws RecognitionException;
void rule__FlowSourceSpec__OwnedPropertyAssociationAssignment_5_1() throws RecognitionException;
- void rule__FlowSourceSpec__InModeOrTransitionAssignment_6_2() throws RecognitionException;
- void rule__FlowSourceSpec__InModeOrTransitionAssignment_6_3_1() throws RecognitionException;
+ void rule__FlowSourceSpec__InModeOrTransitionAssignment_6_3() throws RecognitionException;
+ void rule__FlowSourceSpec__InModeOrTransitionAssignment_6_4_1() throws RecognitionException;
void rule__FlowSinkSpec__NameAssignment_0() throws RecognitionException;
void rule__FlowSinkSpec__KindAssignment_3() throws RecognitionException;
void rule__FlowSinkSpec__InEndAssignment_4() throws RecognitionException;
void rule__FlowSinkSpec__OwnedPropertyAssociationAssignment_5_1() throws RecognitionException;
- void rule__FlowSinkSpec__InModeOrTransitionAssignment_6_2() throws RecognitionException;
- void rule__FlowSinkSpec__InModeOrTransitionAssignment_6_3_1() throws RecognitionException;
+ void rule__FlowSinkSpec__InModeOrTransitionAssignment_6_3() throws RecognitionException;
+ void rule__FlowSinkSpec__InModeOrTransitionAssignment_6_4_1() throws RecognitionException;
void rule__FlowPathSpec__NameAssignment_0() throws RecognitionException;
void rule__FlowPathSpec__KindAssignment_3() throws RecognitionException;
void rule__FlowPathSpec__InEndAssignment_4() throws RecognitionException;
void rule__FlowPathSpec__OutEndAssignment_6() throws RecognitionException;
void rule__FlowPathSpec__OwnedPropertyAssociationAssignment_7_1() throws RecognitionException;
- void rule__FlowPathSpec__InModeOrTransitionAssignment_8_2() throws RecognitionException;
- void rule__FlowPathSpec__InModeOrTransitionAssignment_8_3_1() throws RecognitionException;
+ void rule__FlowPathSpec__InModeOrTransitionAssignment_8_3() throws RecognitionException;
+ void rule__FlowPathSpec__InModeOrTransitionAssignment_8_4_1() throws RecognitionException;
void rule__FlowEnd__ContextAssignment_0_0() throws RecognitionException;
void rule__FlowEnd__FeatureAssignment_1() throws RecognitionException;
void rule__FlowSpecRefinement__RefinedAssignment_0() throws RecognitionException;
- void rule__FlowSpecRefinement__KindAssignment_4() throws RecognitionException;
- void rule__FlowSpecRefinement__OwnedPropertyAssociationAssignment_5_1() throws RecognitionException;
- void rule__FlowSpecRefinement__InModeOrTransitionAssignment_6_2() throws RecognitionException;
- void rule__FlowSpecRefinement__InModeOrTransitionAssignment_6_3_1() throws RecognitionException;
+ void rule__FlowSpecRefinement__KindAssignment_5() throws RecognitionException;
+ void rule__FlowSpecRefinement__OwnedPropertyAssociationAssignment_6_1() throws RecognitionException;
+ void rule__FlowSpecRefinement__InModeOrTransitionAssignment_7_3() throws RecognitionException;
+ void rule__FlowSpecRefinement__InModeOrTransitionAssignment_7_4_1() throws RecognitionException;
void rule__FlowSourceImpl__SpecificationAssignment_0() throws RecognitionException;
void rule__FlowSourceImpl__KindAssignment_3() throws RecognitionException;
void rule__FlowSourceImpl__OwnedFlowSegmentAssignment_4_0() throws RecognitionException;
void rule__FlowSourceImpl__OwnedFlowSegmentAssignment_4_2() throws RecognitionException;
void rule__FlowSourceImpl__OutEndAssignment_5() throws RecognitionException;
void rule__FlowSourceImpl__OwnedPropertyAssociationAssignment_6_1() throws RecognitionException;
- void rule__FlowSourceImpl__InModeOrTransitionAssignment_7_2() throws RecognitionException;
- void rule__FlowSourceImpl__InModeOrTransitionAssignment_7_3_1() throws RecognitionException;
+ void rule__FlowSourceImpl__InModeOrTransitionAssignment_7_3() throws RecognitionException;
+ void rule__FlowSourceImpl__InModeOrTransitionAssignment_7_4_1() throws RecognitionException;
void rule__FlowSinkImpl__SpecificationAssignment_0() throws RecognitionException;
void rule__FlowSinkImpl__KindAssignment_3() throws RecognitionException;
void rule__FlowSinkImpl__InEndAssignment_4() throws RecognitionException;
void rule__FlowSinkImpl__OwnedFlowSegmentAssignment_5_1() throws RecognitionException;
void rule__FlowSinkImpl__OwnedFlowSegmentAssignment_5_3() throws RecognitionException;
void rule__FlowSinkImpl__OwnedPropertyAssociationAssignment_6_1() throws RecognitionException;
- void rule__FlowSinkImpl__InModeOrTransitionAssignment_7_2() throws RecognitionException;
- void rule__FlowSinkImpl__InModeOrTransitionAssignment_7_3_1() throws RecognitionException;
+ void rule__FlowSinkImpl__InModeOrTransitionAssignment_7_3() throws RecognitionException;
+ void rule__FlowSinkImpl__InModeOrTransitionAssignment_7_4_1() throws RecognitionException;
void rule__FlowPathImpl__SpecificationAssignment_0() throws RecognitionException;
void rule__FlowPathImpl__KindAssignment_3() throws RecognitionException;
void rule__FlowPathImpl__InEndAssignment_4() throws RecognitionException;
@@ -8746,16 +8854,16 @@ interface InternalAadl2ParserSignatures {
void rule__FlowPathImpl__OwnedFlowSegmentAssignment_5_2() throws RecognitionException;
void rule__FlowPathImpl__OutEndAssignment_7() throws RecognitionException;
void rule__FlowPathImpl__OwnedPropertyAssociationAssignment_8_1() throws RecognitionException;
- void rule__FlowPathImpl__InModeOrTransitionAssignment_9_2() throws RecognitionException;
- void rule__FlowPathImpl__InModeOrTransitionAssignment_9_3_1() throws RecognitionException;
+ void rule__FlowPathImpl__InModeOrTransitionAssignment_9_3() throws RecognitionException;
+ void rule__FlowPathImpl__InModeOrTransitionAssignment_9_4_1() throws RecognitionException;
void rule__EndToEndFlow__NameAssignment_0_0_0() throws RecognitionException;
- void rule__EndToEndFlow__OwnedEndToEndFlowSegmentAssignment_0_0_3() throws RecognitionException;
- void rule__EndToEndFlow__OwnedEndToEndFlowSegmentAssignment_0_0_4_1() throws RecognitionException;
- void rule__EndToEndFlow__OwnedEndToEndFlowSegmentAssignment_0_0_4_3() throws RecognitionException;
+ void rule__EndToEndFlow__OwnedEndToEndFlowSegmentAssignment_0_0_6() throws RecognitionException;
+ void rule__EndToEndFlow__OwnedEndToEndFlowSegmentAssignment_0_0_7_1() throws RecognitionException;
+ void rule__EndToEndFlow__OwnedEndToEndFlowSegmentAssignment_0_0_7_3() throws RecognitionException;
void rule__EndToEndFlow__RefinedAssignment_0_1_0() throws RecognitionException;
void rule__EndToEndFlow__OwnedPropertyAssociationAssignment_1_1() throws RecognitionException;
- void rule__EndToEndFlow__InModeOrTransitionAssignment_2_2() throws RecognitionException;
- void rule__EndToEndFlow__InModeOrTransitionAssignment_2_3_1() throws RecognitionException;
+ void rule__EndToEndFlow__InModeOrTransitionAssignment_2_3() throws RecognitionException;
+ void rule__EndToEndFlow__InModeOrTransitionAssignment_2_4_1() throws RecognitionException;
void rule__SubcomponentFlow__ContextAssignment_0_0() throws RecognitionException;
void rule__SubcomponentFlow__FlowElementAssignment_1() throws RecognitionException;
void rule__ConnectionFlow__FlowElementAssignment() throws RecognitionException;
@@ -8781,8 +8889,8 @@ interface InternalAadl2ParserSignatures {
void rule__DefaultAnnexLibrary__SourceTextAssignment_2() throws RecognitionException;
void rule__DefaultAnnexSubclause__NameAssignment_1() throws RecognitionException;
void rule__DefaultAnnexSubclause__SourceTextAssignment_2() throws RecognitionException;
- void rule__DefaultAnnexSubclause__InModeAssignment_3_2_0() throws RecognitionException;
- void rule__DefaultAnnexSubclause__InModeAssignment_3_2_1_1() throws RecognitionException;
+ void rule__DefaultAnnexSubclause__InModeAssignment_3_3_0() throws RecognitionException;
+ void rule__DefaultAnnexSubclause__InModeAssignment_3_3_1_1() throws RecognitionException;
void rule__PropertySet__NameAssignment_2() throws RecognitionException;
void rule__PropertySet__ImportedUnitAssignment_4_1() throws RecognitionException;
void rule__PropertySet__ImportedUnitAssignment_4_2_1() throws RecognitionException;
@@ -8822,10 +8930,10 @@ interface InternalAadl2ParserSignatures {
void rule__UnnamedIntegerType__OwnedUnitsTypeAssignment_3_0() throws RecognitionException;
void rule__UnnamedIntegerType__ReferencedUnitsTypeAssignment_3_1_1() throws RecognitionException;
void rule__RangeType__NameAssignment_0() throws RecognitionException;
- void rule__RangeType__OwnedNumberTypeAssignment_4_0() throws RecognitionException;
- void rule__RangeType__ReferencedNumberTypeAssignment_4_1() throws RecognitionException;
- void rule__UnnamedRangeType__OwnedNumberTypeAssignment_2_0() throws RecognitionException;
- void rule__UnnamedRangeType__ReferencedNumberTypeAssignment_2_1() throws RecognitionException;
+ void rule__RangeType__OwnedNumberTypeAssignment_5_0() throws RecognitionException;
+ void rule__RangeType__ReferencedNumberTypeAssignment_5_1() throws RecognitionException;
+ void rule__UnnamedRangeType__OwnedNumberTypeAssignment_3_0() throws RecognitionException;
+ void rule__UnnamedRangeType__ReferencedNumberTypeAssignment_3_1() throws RecognitionException;
void rule__ClassifierType__NameAssignment_0() throws RecognitionException;
void rule__ClassifierType__ClassifierReferenceAssignment_4_1() throws RecognitionException;
void rule__ClassifierType__ClassifierReferenceAssignment_4_2_1() throws RecognitionException;
@@ -8850,12 +8958,12 @@ interface InternalAadl2ParserSignatures {
void rule__PropertyDefinition__ReferencedPropertyTypeAssignment_3_0() throws RecognitionException;
void rule__PropertyDefinition__OwnedPropertyTypeAssignment_3_1() throws RecognitionException;
void rule__PropertyDefinition__DefaultValueAssignment_4_1() throws RecognitionException;
- void rule__PropertyDefinition__AppliesToAssignment_7_0_0() throws RecognitionException;
- void rule__PropertyDefinition__AppliesToAssignment_7_0_1_1() throws RecognitionException;
- void rule__PropertyDefinition__AppliesToAssignment_7_1() throws RecognitionException;
+ void rule__PropertyDefinition__AppliesToAssignment_8_0_0() throws RecognitionException;
+ void rule__PropertyDefinition__AppliesToAssignment_8_0_1_1() throws RecognitionException;
+ void rule__PropertyDefinition__AppliesToAssignment_8_1() throws RecognitionException;
void rule__AllReference__MetaclassNameAssignment() throws RecognitionException;
- void rule__ListType__ReferencedElementTypeAssignment_1_0() throws RecognitionException;
- void rule__ListType__OwnedElementTypeAssignment_1_1() throws RecognitionException;
+ void rule__ListType__ReferencedElementTypeAssignment_2_0() throws RecognitionException;
+ void rule__ListType__OwnedElementTypeAssignment_2_1() throws RecognitionException;
void rule__PropertyConstant__NameAssignment_0() throws RecognitionException;
void rule__PropertyConstant__ReferencedPropertyTypeAssignment_3_0() throws RecognitionException;
void rule__PropertyConstant__OwnedPropertyTypeAssignment_3_1() throws RecognitionException;
@@ -8871,21 +8979,21 @@ interface InternalAadl2ParserSignatures {
void rule__ContainedPropertyAssociation__ConstantAssignment_2() throws RecognitionException;
void rule__ContainedPropertyAssociation__OwnedValueAssignment_3_0() throws RecognitionException;
void rule__ContainedPropertyAssociation__OwnedValueAssignment_3_1_1() throws RecognitionException;
- void rule__ContainedPropertyAssociation__AppliesToAssignment_4_1() throws RecognitionException;
- void rule__ContainedPropertyAssociation__AppliesToAssignment_4_2_1() throws RecognitionException;
- void rule__ContainedPropertyAssociation__InBindingAssignment_5_2() throws RecognitionException;
+ void rule__ContainedPropertyAssociation__AppliesToAssignment_4_2() throws RecognitionException;
+ void rule__ContainedPropertyAssociation__AppliesToAssignment_4_3_1() throws RecognitionException;
+ void rule__ContainedPropertyAssociation__InBindingAssignment_5_3() throws RecognitionException;
void rule__PropertyAssociation__PropertyAssignment_0() throws RecognitionException;
void rule__PropertyAssociation__AppendAssignment_1_1() throws RecognitionException;
void rule__PropertyAssociation__ConstantAssignment_2() throws RecognitionException;
void rule__PropertyAssociation__OwnedValueAssignment_3_0() throws RecognitionException;
void rule__PropertyAssociation__OwnedValueAssignment_3_1_1() throws RecognitionException;
- void rule__PropertyAssociation__InBindingAssignment_4_2() throws RecognitionException;
+ void rule__PropertyAssociation__InBindingAssignment_4_3() throws RecognitionException;
void rule__BasicPropertyAssociation__PropertyAssignment_0() throws RecognitionException;
void rule__BasicPropertyAssociation__OwnedValueAssignment_2() throws RecognitionException;
void rule__ContainmentPath__PathAssignment() throws RecognitionException;
void rule__OptionalModalPropertyValue__OwnedValueAssignment_0() throws RecognitionException;
- void rule__OptionalModalPropertyValue__InModeAssignment_1_2() throws RecognitionException;
- void rule__OptionalModalPropertyValue__InModeAssignment_1_3_1() throws RecognitionException;
+ void rule__OptionalModalPropertyValue__InModeAssignment_1_3() throws RecognitionException;
+ void rule__OptionalModalPropertyValue__InModeAssignment_1_4_1() throws RecognitionException;
void rule__PropertyValue__OwnedValueAssignment() throws RecognitionException;
void rule__LiteralorReferenceTerm__NamedValueAssignment() throws RecognitionException;
void rule__BooleanLiteral__ValueAssignment_1_0() throws RecognitionException;
@@ -9215,10 +9323,10 @@ protected String getValueForTokenName(String tokenName) {
protected DFA523 dfa523 = new DFA523(this);
protected DFA531 dfa531 = new DFA531(this);
static final String dfa_1s = "\22\uffff";
- static final String dfa_2s = "\10\uffff\1\15\1\uffff\1\16\7\uffff";
+ static final String dfa_2s = "\10\uffff\1\14\1\uffff\1\16\7\uffff";
static final String dfa_3s = "\1\16\7\uffff\1\67\1\uffff\1\67\1\20\6\uffff";
static final String dfa_4s = "\1\113\7\uffff\1\157\1\uffff\1\157\1\113\6\uffff";
- static final String dfa_5s = "\1\uffff\1\1\1\2\1\3\1\4\1\5\1\6\1\7\1\uffff\1\12\2\uffff\1\11\1\10\1\14\1\13\1\15\1\16";
+ static final String dfa_5s = "\1\uffff\1\1\1\2\1\3\1\4\1\5\1\6\1\7\1\uffff\1\12\2\uffff\1\10\1\11\1\14\1\13\1\16\1\15";
static final String dfa_6s = "\22\uffff}>";
static final String[] dfa_7s = {
"\1\10\1\uffff\1\7\3\uffff\1\1\20\uffff\1\6\2\uffff\1\13\1\uffff\1\4\1\5\3\uffff\1\11\1\12\12\uffff\1\3\17\uffff\1\2",
@@ -9229,10 +9337,10 @@ protected String getValueForTokenName(String tokenName) {
"",
"",
"",
- "\1\14\67\uffff\1\15",
+ "\1\15\67\uffff\1\14",
"",
"\1\17\67\uffff\1\16",
- "\1\21\72\uffff\1\20",
+ "\1\20\72\uffff\1\21",
"",
"",
"",
@@ -9263,7 +9371,7 @@ public DFA12(BaseRecognizer recognizer) {
this.transition = dfa_7;
}
public String getDescription() {
- return "6982:1: rule__ComponentCategory__Alternatives : ( ( Abstract ) | ( Bus ) | ( Data ) | ( Device ) | ( Memory ) | ( Process ) | ( Processor ) | ( Subprogram ) | ( ( rule__ComponentCategory__Group_8__0 ) ) | ( KW_System ) | ( ( rule__ComponentCategory__Group_10__0 ) ) | ( Thread ) | ( ( rule__ComponentCategory__Group_12__0 ) ) | ( ( rule__ComponentCategory__Group_13__0 ) ) );";
+ return "6032:1: rule__ComponentCategory__Alternatives : ( ( Abstract ) | ( Bus ) | ( Data ) | ( Device ) | ( Memory ) | ( Process ) | ( Processor ) | ( Subprogram ) | ( ( rule__ComponentCategory__Group_8__0 ) ) | ( KW_System ) | ( ( rule__ComponentCategory__Group_10__0 ) ) | ( Thread ) | ( ( rule__ComponentCategory__Group_12__0 ) ) | ( ( rule__ComponentCategory__Group_13__0 ) ) );";
}
}
static final String dfa_8s = "\23\uffff";
@@ -9275,7 +9383,7 @@ public String getDescription() {
"\1\4\1\uffff\1\10\3\uffff\1\1\12\uffff\1\14\5\uffff\1\11\2\uffff\1\3\1\uffff\1\13\1\7\3\uffff\1\2\1\12\12\uffff\1\5\17\uffff\1\6",
"\1\15\152\uffff\1\16",
"\1\15\152\uffff\1\16",
- "\1\20\72\uffff\1\17",
+ "\1\17\72\uffff\1\20",
"\1\15\62\uffff\1\21\67\uffff\1\16",
"\1\15\152\uffff\1\16",
"\1\15\152\uffff\1\16",
@@ -9314,12 +9422,12 @@ public DFA13(BaseRecognizer recognizer) {
this.transition = dfa_13;
}
public String getDescription() {
- return "7075:1: rule__Classifier__Alternatives : ( ( ruleComponentType ) | ( ruleComponentImplementation ) | ( ruleFeatureGroupType ) );";
+ return "6125:1: rule__Classifier__Alternatives : ( ( ruleComponentType ) | ( ruleComponentImplementation ) | ( ruleFeatureGroupType ) );";
}
}
static final String dfa_14s = "\1\16\2\uffff\1\20\1\67\5\uffff\1\67\7\uffff";
static final String dfa_15s = "\1\113\2\uffff\1\113\1\157\5\uffff\1\157\7\uffff";
- static final String dfa_16s = "\1\uffff\1\1\1\2\2\uffff\1\5\1\6\1\10\1\11\1\12\1\uffff\1\15\1\7\1\3\1\4\1\16\1\13\1\14";
+ static final String dfa_16s = "\1\uffff\1\1\1\2\2\uffff\1\5\1\6\1\10\1\11\1\12\1\uffff\1\15\1\7\1\3\1\4\1\16\1\14\1\13";
static final String[] dfa_17s = {
"\1\4\1\uffff\1\10\3\uffff\1\1\20\uffff\1\11\2\uffff\1\3\1\uffff\1\13\1\7\3\uffff\1\2\1\12\12\uffff\1\5\17\uffff\1\6",
"",
@@ -9331,7 +9439,7 @@ public String getDescription() {
"",
"",
"",
- "\1\20\67\uffff\1\21",
+ "\1\21\67\uffff\1\20",
"",
"",
"",
@@ -9359,31 +9467,31 @@ public DFA14(BaseRecognizer recognizer) {
this.transition = dfa_17;
}
public String getDescription() {
- return "7102:1: rule__ComponentType__Alternatives : ( ( ruleAbstractType ) | ( ruleSystemType ) | ( ruleVirtualProcessorType ) | ( ruleSubprogramGroupType ) | ( ruleDataType ) | ( ruleBusType ) | ( ruleVirtualBusType ) | ( ruleMemoryType ) | ( ruleProcessorType ) | ( ruleProcessType ) | ( ruleThreadGroupType ) | ( ruleThreadType ) | ( ruleDeviceType ) | ( ruleSubprogramType ) );";
+ return "6152:1: rule__ComponentType__Alternatives : ( ( ruleAbstractType ) | ( ruleSystemType ) | ( ruleVirtualProcessorType ) | ( ruleSubprogramGroupType ) | ( ruleDataType ) | ( ruleBusType ) | ( ruleVirtualBusType ) | ( ruleMemoryType ) | ( ruleProcessorType ) | ( ruleProcessType ) | ( ruleThreadGroupType ) | ( ruleThreadType ) | ( ruleDeviceType ) | ( ruleSubprogramType ) );";
}
}
static final String dfa_18s = "\26\uffff";
- static final String dfa_19s = "\1\157\1\137\1\21\1\127\2\21\1\67\2\16\1\uffff\1\21\1\64\1\73\2\uffff\1\51\6\uffff";
- static final String dfa_20s = "\1\157\1\137\1\124\1\127\1\115\1\73\1\157\2\113\1\uffff\1\124\1\73\1\101\2\uffff\1\67\6\uffff";
- static final String dfa_21s = "\11\uffff\1\11\3\uffff\1\1\1\4\1\uffff\1\5\1\6\1\2\1\3\1\7\1\10";
+ static final String dfa_19s = "\1\157\1\137\1\21\1\127\2\21\2\16\1\uffff\1\67\1\21\1\64\1\uffff\1\73\1\51\7\uffff";
+ static final String dfa_20s = "\1\157\1\137\1\124\1\127\1\115\1\73\2\113\1\uffff\1\157\1\124\1\73\1\uffff\1\101\1\67\7\uffff";
+ static final String dfa_21s = "\10\uffff\1\11\3\uffff\1\1\2\uffff\1\6\1\5\1\4\1\2\1\3\1\10\1\7";
static final String dfa_22s = "\26\uffff}>";
static final String[] dfa_23s = {
"\1\1",
"\1\2",
- "\1\11\7\uffff\1\10\1\7\4\uffff\1\6\6\uffff\1\3\46\uffff\1\5\6\uffff\1\4",
+ "\1\10\7\uffff\1\7\1\6\4\uffff\1\11\6\uffff\1\3\46\uffff\1\5\6\uffff\1\4",
"\1\12",
- "\1\11\15\uffff\1\6\24\uffff\1\14\6\uffff\1\15\21\uffff\1\13",
- "\1\11\15\uffff\1\6\24\uffff\1\14\6\uffff\1\15",
- "\1\16\50\uffff\2\11\1\uffff\1\11\13\uffff\1\11",
- "\1\17\31\uffff\1\21\22\uffff\1\20\17\uffff\1\21",
- "\1\17\31\uffff\1\21\22\uffff\1\20\17\uffff\1\21",
+ "\1\10\15\uffff\1\11\24\uffff\1\15\6\uffff\1\14\21\uffff\1\13",
+ "\1\10\15\uffff\1\11\24\uffff\1\15\6\uffff\1\14",
+ "\1\16\31\uffff\1\17\22\uffff\1\20\17\uffff\1\17",
+ "\1\16\31\uffff\1\17\22\uffff\1\20\17\uffff\1\17",
"",
- "\1\11\7\uffff\1\10\1\7\4\uffff\1\6\55\uffff\1\5\6\uffff\1\4",
- "\1\14\6\uffff\1\15",
- "\1\23\5\uffff\1\22",
+ "\1\21\50\uffff\2\10\1\uffff\1\10\13\uffff\1\10",
+ "\1\10\7\uffff\1\7\1\6\4\uffff\1\11\55\uffff\1\5\6\uffff\1\4",
+ "\1\15\6\uffff\1\14",
"",
+ "\1\23\5\uffff\1\22",
+ "\1\25\15\uffff\1\24",
"",
- "\1\24\15\uffff\1\25",
"",
"",
"",
@@ -9413,12 +9521,12 @@ public DFA19(BaseRecognizer recognizer) {
this.transition = dfa_23;
}
public String getDescription() {
- return "7251:1: rule__AbstractType__Alternatives_4_1_1 : ( ( ( rule__AbstractType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__AbstractType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__AbstractType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__AbstractType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__AbstractType__OwnedDataAccessAssignment_4_1_1_4 ) ) | ( ( rule__AbstractType__OwnedBusAccessAssignment_4_1_1_5 ) ) | ( ( rule__AbstractType__OwnedSubprogramAccessAssignment_4_1_1_6 ) ) | ( ( rule__AbstractType__OwnedSubprogramGroupAccessAssignment_4_1_1_7 ) ) | ( ( rule__AbstractType__OwnedAbstractFeatureAssignment_4_1_1_8 ) ) );";
+ return "6301:1: rule__AbstractType__Alternatives_4_1_1 : ( ( ( rule__AbstractType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__AbstractType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__AbstractType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__AbstractType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__AbstractType__OwnedDataAccessAssignment_4_1_1_4 ) ) | ( ( rule__AbstractType__OwnedBusAccessAssignment_4_1_1_5 ) ) | ( ( rule__AbstractType__OwnedSubprogramAccessAssignment_4_1_1_6 ) ) | ( ( rule__AbstractType__OwnedSubprogramGroupAccessAssignment_4_1_1_7 ) ) | ( ( rule__AbstractType__OwnedAbstractFeatureAssignment_4_1_1_8 ) ) );";
}
}
- static final String dfa_24s = "\1\157\1\137\1\21\1\127\2\21\1\67\2\16\1\uffff\1\21\1\64\1\uffff\1\73\3\uffff\1\51\4\uffff";
- static final String dfa_25s = "\1\157\1\137\1\124\1\127\1\115\1\73\1\157\2\113\1\uffff\1\124\1\73\1\uffff\1\101\3\uffff\1\67\4\uffff";
- static final String dfa_26s = "\11\uffff\1\11\2\uffff\1\1\1\uffff\1\4\1\5\1\6\1\uffff\1\3\1\2\1\10\1\7";
+ static final String dfa_24s = "\1\157\1\137\1\21\1\127\2\21\1\67\2\16\1\uffff\1\21\1\64\1\uffff\1\73\2\uffff\1\51\5\uffff";
+ static final String dfa_25s = "\1\157\1\137\1\124\1\127\1\115\1\73\1\157\2\113\1\uffff\1\124\1\73\1\uffff\1\101\2\uffff\1\67\5\uffff";
+ static final String dfa_26s = "\11\uffff\1\11\2\uffff\1\1\1\uffff\1\4\1\5\1\uffff\1\6\1\2\1\3\1\10\1\7";
static final String[] dfa_27s = {
"\1\1",
"\1\2",
@@ -9427,20 +9535,20 @@ public String getDescription() {
"\1\11\15\uffff\1\6\24\uffff\1\15\6\uffff\1\14\21\uffff\1\13",
"\1\11\15\uffff\1\6\24\uffff\1\15\6\uffff\1\14",
"\1\16\50\uffff\2\11\1\uffff\1\11\13\uffff\1\11",
- "\1\21\31\uffff\1\20\22\uffff\1\17\17\uffff\1\20",
- "\1\21\31\uffff\1\20\22\uffff\1\17\17\uffff\1\20",
+ "\1\20\31\uffff\1\21\22\uffff\1\17\17\uffff\1\21",
+ "\1\20\31\uffff\1\21\22\uffff\1\17\17\uffff\1\21",
"",
"\1\11\7\uffff\1\10\1\7\4\uffff\1\6\55\uffff\1\5\6\uffff\1\4",
"\1\15\6\uffff\1\14",
"",
- "\1\22\5\uffff\1\23",
- "",
+ "\1\23\5\uffff\1\22",
"",
"",
"\1\25\15\uffff\1\24",
"",
"",
"",
+ "",
""
};
static final char[] dfa_24 = DFA.unpackEncodedStringToUnsignedChars(dfa_24s);
@@ -9462,31 +9570,31 @@ public DFA32(BaseRecognizer recognizer) {
this.transition = dfa_27;
}
public String getDescription() {
- return "7496:1: rule__SystemType__Alternatives_4_1_0 : ( ( ( rule__SystemType__OwnedDataPortAssignment_4_1_0_0 ) ) | ( ( rule__SystemType__OwnedEventPortAssignment_4_1_0_1 ) ) | ( ( rule__SystemType__OwnedEventDataPortAssignment_4_1_0_2 ) ) | ( ( rule__SystemType__OwnedFeatureGroupAssignment_4_1_0_3 ) ) | ( ( rule__SystemType__OwnedDataAccessAssignment_4_1_0_4 ) ) | ( ( rule__SystemType__OwnedBusAccessAssignment_4_1_0_5 ) ) | ( ( rule__SystemType__OwnedSubprogramAccessAssignment_4_1_0_6 ) ) | ( ( rule__SystemType__OwnedSubprogramGroupAccessAssignment_4_1_0_7 ) ) | ( ( rule__SystemType__OwnedAbstractFeatureAssignment_4_1_0_8 ) ) );";
+ return "6546:1: rule__SystemType__Alternatives_4_1_0 : ( ( ( rule__SystemType__OwnedDataPortAssignment_4_1_0_0 ) ) | ( ( rule__SystemType__OwnedEventPortAssignment_4_1_0_1 ) ) | ( ( rule__SystemType__OwnedEventDataPortAssignment_4_1_0_2 ) ) | ( ( rule__SystemType__OwnedFeatureGroupAssignment_4_1_0_3 ) ) | ( ( rule__SystemType__OwnedDataAccessAssignment_4_1_0_4 ) ) | ( ( rule__SystemType__OwnedBusAccessAssignment_4_1_0_5 ) ) | ( ( rule__SystemType__OwnedSubprogramAccessAssignment_4_1_0_6 ) ) | ( ( rule__SystemType__OwnedSubprogramGroupAccessAssignment_4_1_0_7 ) ) | ( ( rule__SystemType__OwnedAbstractFeatureAssignment_4_1_0_8 ) ) );";
}
}
static final String dfa_28s = "\25\uffff";
- static final String dfa_29s = "\1\157\1\137\1\21\1\127\2\16\2\21\1\uffff\1\67\1\21\1\51\1\uffff\1\64\1\uffff\1\73\5\uffff";
- static final String dfa_30s = "\1\157\1\137\1\124\1\127\2\73\1\115\1\73\1\uffff\1\157\1\124\1\67\1\uffff\1\73\1\uffff\1\101\5\uffff";
- static final String dfa_31s = "\10\uffff\1\10\3\uffff\1\5\1\uffff\1\1\1\uffff\1\4\1\7\1\6\1\3\1\2";
+ static final String dfa_29s = "\1\157\1\137\1\21\1\127\2\16\2\21\1\67\1\uffff\1\21\1\51\1\uffff\1\64\1\uffff\1\73\5\uffff";
+ static final String dfa_30s = "\1\157\1\137\1\124\1\127\2\73\1\115\1\73\1\157\1\uffff\1\124\1\67\1\uffff\1\73\1\uffff\1\101\5\uffff";
+ static final String dfa_31s = "\11\uffff\1\10\2\uffff\1\5\1\uffff\1\1\1\uffff\1\4\1\7\1\6\1\2\1\3";
static final String dfa_32s = "\25\uffff}>";
static final String[] dfa_33s = {
"\1\1",
"\1\2",
- "\1\10\7\uffff\1\5\1\4\4\uffff\1\11\6\uffff\1\3\46\uffff\1\7\6\uffff\1\6",
+ "\1\11\7\uffff\1\5\1\4\4\uffff\1\10\6\uffff\1\3\46\uffff\1\7\6\uffff\1\6",
"\1\12",
"\1\13\54\uffff\1\14",
"\1\13\54\uffff\1\14",
- "\1\10\15\uffff\1\11\24\uffff\1\17\6\uffff\1\16\21\uffff\1\15",
- "\1\10\15\uffff\1\11\24\uffff\1\17\6\uffff\1\16",
+ "\1\11\15\uffff\1\10\24\uffff\1\17\6\uffff\1\16\21\uffff\1\15",
+ "\1\11\15\uffff\1\10\24\uffff\1\17\6\uffff\1\16",
+ "\1\20\50\uffff\2\11\1\uffff\1\11\13\uffff\1\11",
"",
- "\1\20\50\uffff\2\10\1\uffff\1\10\13\uffff\1\10",
- "\1\10\7\uffff\1\5\1\4\4\uffff\1\11\55\uffff\1\7\6\uffff\1\6",
+ "\1\11\7\uffff\1\5\1\4\4\uffff\1\10\55\uffff\1\7\6\uffff\1\6",
"\1\22\15\uffff\1\21",
"",
"\1\17\6\uffff\1\16",
"",
- "\1\23\5\uffff\1\24",
+ "\1\24\5\uffff\1\23",
"",
"",
"",
@@ -9515,29 +9623,29 @@ public DFA45(BaseRecognizer recognizer) {
this.transition = dfa_33;
}
public String getDescription() {
- return "7741:1: rule__ProcessType__Alternatives_4_1_1 : ( ( ( rule__ProcessType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__ProcessType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__ProcessType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__ProcessType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__ProcessType__OwnedDataAccessAssignment_4_1_1_4 ) ) | ( ( rule__ProcessType__OwnedSubprogramAccessAssignment_4_1_1_5 ) ) | ( ( rule__ProcessType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) ) | ( ( rule__ProcessType__OwnedAbstractFeatureAssignment_4_1_1_7 ) ) );";
+ return "6791:1: rule__ProcessType__Alternatives_4_1_1 : ( ( ( rule__ProcessType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__ProcessType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__ProcessType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__ProcessType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__ProcessType__OwnedDataAccessAssignment_4_1_1_4 ) ) | ( ( rule__ProcessType__OwnedSubprogramAccessAssignment_4_1_1_5 ) ) | ( ( rule__ProcessType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) ) | ( ( rule__ProcessType__OwnedAbstractFeatureAssignment_4_1_1_7 ) ) );";
}
}
- static final String dfa_34s = "\1\157\1\137\1\21\2\16\1\127\2\21\1\uffff\1\67\1\51\1\uffff\1\21\1\64\1\uffff\1\73\5\uffff";
- static final String dfa_35s = "\1\157\1\137\1\124\2\73\1\127\1\115\1\73\1\uffff\1\157\1\67\1\uffff\1\124\1\73\1\uffff\1\101\5\uffff";
- static final String dfa_36s = "\10\uffff\1\10\2\uffff\1\5\2\uffff\1\1\1\uffff\1\4\1\6\1\7\1\3\1\2";
+ static final String dfa_34s = "\1\157\1\137\1\21\1\127\2\21\2\16\1\67\1\uffff\1\21\1\64\1\uffff\1\73\1\uffff\1\51\5\uffff";
+ static final String dfa_35s = "\1\157\1\137\1\124\1\127\1\115\3\73\1\157\1\uffff\1\124\1\73\1\uffff\1\101\1\uffff\1\67\5\uffff";
+ static final String dfa_36s = "\11\uffff\1\10\2\uffff\1\1\1\uffff\1\5\1\uffff\1\4\1\3\1\2\1\6\1\7";
static final String[] dfa_37s = {
"\1\1",
"\1\2",
- "\1\10\7\uffff\1\4\1\3\4\uffff\1\11\6\uffff\1\5\46\uffff\1\7\6\uffff\1\6",
- "\1\12\54\uffff\1\13",
- "\1\12\54\uffff\1\13",
- "\1\14",
- "\1\10\15\uffff\1\11\24\uffff\1\17\6\uffff\1\16\21\uffff\1\15",
- "\1\10\15\uffff\1\11\24\uffff\1\17\6\uffff\1\16",
+ "\1\11\7\uffff\1\7\1\6\4\uffff\1\10\6\uffff\1\3\46\uffff\1\5\6\uffff\1\4",
+ "\1\12",
+ "\1\11\15\uffff\1\10\24\uffff\1\15\6\uffff\1\14\21\uffff\1\13",
+ "\1\11\15\uffff\1\10\24\uffff\1\15\6\uffff\1\14",
+ "\1\17\54\uffff\1\16",
+ "\1\17\54\uffff\1\16",
+ "\1\20\50\uffff\2\11\1\uffff\1\11\13\uffff\1\11",
"",
- "\1\20\50\uffff\2\10\1\uffff\1\10\13\uffff\1\10",
- "\1\21\15\uffff\1\22",
+ "\1\11\7\uffff\1\7\1\6\4\uffff\1\10\55\uffff\1\5\6\uffff\1\4",
+ "\1\15\6\uffff\1\14",
"",
- "\1\10\7\uffff\1\4\1\3\4\uffff\1\11\55\uffff\1\7\6\uffff\1\6",
- "\1\17\6\uffff\1\16",
+ "\1\21\5\uffff\1\22",
"",
- "\1\23\5\uffff\1\24",
+ "\1\23\15\uffff\1\24",
"",
"",
"",
@@ -9563,28 +9671,28 @@ public DFA58(BaseRecognizer recognizer) {
this.transition = dfa_37;
}
public String getDescription() {
- return "7980:1: rule__ThreadGroupType__Alternatives_4_1_1 : ( ( ( rule__ThreadGroupType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__ThreadGroupType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__ThreadGroupType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__ThreadGroupType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__ThreadGroupType__OwnedDataAccessAssignment_4_1_1_4 ) ) | ( ( rule__ThreadGroupType__OwnedSubprogramAccessAssignment_4_1_1_5 ) ) | ( ( rule__ThreadGroupType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) ) | ( ( rule__ThreadGroupType__OwnedAbstractFeatureAssignment_4_1_1_7 ) ) );";
+ return "7030:1: rule__ThreadGroupType__Alternatives_5_1_1 : ( ( ( rule__ThreadGroupType__OwnedDataPortAssignment_5_1_1_0 ) ) | ( ( rule__ThreadGroupType__OwnedEventPortAssignment_5_1_1_1 ) ) | ( ( rule__ThreadGroupType__OwnedEventDataPortAssignment_5_1_1_2 ) ) | ( ( rule__ThreadGroupType__OwnedFeatureGroupAssignment_5_1_1_3 ) ) | ( ( rule__ThreadGroupType__OwnedDataAccessAssignment_5_1_1_4 ) ) | ( ( rule__ThreadGroupType__OwnedSubprogramAccessAssignment_5_1_1_5 ) ) | ( ( rule__ThreadGroupType__OwnedSubprogramGroupAccessAssignment_5_1_1_6 ) ) | ( ( rule__ThreadGroupType__OwnedAbstractFeatureAssignment_5_1_1_7 ) ) );";
}
}
- static final String dfa_38s = "\1\157\1\137\1\21\1\127\2\16\2\21\1\uffff\1\67\1\21\1\51\1\uffff\1\64\1\73\6\uffff";
- static final String dfa_39s = "\1\157\1\137\1\124\1\127\2\73\1\115\1\73\1\uffff\1\157\1\124\1\67\1\uffff\1\73\1\101\6\uffff";
- static final String dfa_40s = "\10\uffff\1\10\3\uffff\1\5\2\uffff\1\1\1\4\1\6\1\7\1\2\1\3";
+ static final String dfa_38s = "\1\157\1\137\1\21\1\127\2\21\2\16\1\uffff\1\67\1\21\1\64\1\uffff\1\73\1\51\6\uffff";
+ static final String dfa_39s = "\1\157\1\137\1\124\1\127\1\115\3\73\1\uffff\1\157\1\124\1\73\1\uffff\1\101\1\67\6\uffff";
+ static final String dfa_40s = "\10\uffff\1\10\3\uffff\1\1\2\uffff\1\5\1\4\1\2\1\3\1\7\1\6";
static final String[] dfa_41s = {
"\1\1",
"\1\2",
- "\1\10\7\uffff\1\5\1\4\4\uffff\1\11\6\uffff\1\3\46\uffff\1\7\6\uffff\1\6",
+ "\1\10\7\uffff\1\7\1\6\4\uffff\1\11\6\uffff\1\3\46\uffff\1\5\6\uffff\1\4",
"\1\12",
- "\1\13\54\uffff\1\14",
- "\1\13\54\uffff\1\14",
- "\1\10\15\uffff\1\11\24\uffff\1\16\6\uffff\1\17\21\uffff\1\15",
- "\1\10\15\uffff\1\11\24\uffff\1\16\6\uffff\1\17",
+ "\1\10\15\uffff\1\11\24\uffff\1\15\6\uffff\1\14\21\uffff\1\13",
+ "\1\10\15\uffff\1\11\24\uffff\1\15\6\uffff\1\14",
+ "\1\16\54\uffff\1\17",
+ "\1\16\54\uffff\1\17",
"",
"\1\20\50\uffff\2\10\1\uffff\1\10\13\uffff\1\10",
- "\1\10\7\uffff\1\5\1\4\4\uffff\1\11\55\uffff\1\7\6\uffff\1\6",
- "\1\21\15\uffff\1\22",
+ "\1\10\7\uffff\1\7\1\6\4\uffff\1\11\55\uffff\1\5\6\uffff\1\4",
+ "\1\15\6\uffff\1\14",
"",
- "\1\16\6\uffff\1\17",
- "\1\24\5\uffff\1\23",
+ "\1\22\5\uffff\1\21",
+ "\1\24\15\uffff\1\23",
"",
"",
"",
@@ -9611,30 +9719,30 @@ public DFA71(BaseRecognizer recognizer) {
this.transition = dfa_41;
}
public String getDescription() {
- return "8219:1: rule__ThreadType__Alternatives_4_1_1 : ( ( ( rule__ThreadType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__ThreadType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__ThreadType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__ThreadType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__ThreadType__OwnedDataAccessAssignment_4_1_1_4 ) ) | ( ( rule__ThreadType__OwnedSubprogramAccessAssignment_4_1_1_5 ) ) | ( ( rule__ThreadType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) ) | ( ( rule__ThreadType__OwnedAbstractFeatureAssignment_4_1_1_7 ) ) );";
+ return "7269:1: rule__ThreadType__Alternatives_4_1_1 : ( ( ( rule__ThreadType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__ThreadType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__ThreadType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__ThreadType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__ThreadType__OwnedDataAccessAssignment_4_1_1_4 ) ) | ( ( rule__ThreadType__OwnedSubprogramAccessAssignment_4_1_1_5 ) ) | ( ( rule__ThreadType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) ) | ( ( rule__ThreadType__OwnedAbstractFeatureAssignment_4_1_1_7 ) ) );";
}
}
- static final String dfa_42s = "\1\157\1\137\1\21\1\127\2\17\2\16\1\uffff\1\67\1\21\1\17\1\uffff\1\73\1\51\6\uffff";
- static final String dfa_43s = "\1\157\1\137\1\124\1\127\1\115\1\64\2\73\1\uffff\1\157\1\124\1\64\1\uffff\1\101\1\67\6\uffff";
- static final String dfa_44s = "\10\uffff\1\10\3\uffff\1\1\2\uffff\1\5\1\4\1\2\1\3\1\6\1\7";
+ static final String dfa_42s = "\1\157\1\137\1\21\2\17\1\uffff\1\67\1\127\2\16\1\17\1\73\2\uffff\1\21\1\uffff\1\51\4\uffff";
+ static final String dfa_43s = "\1\157\1\137\1\124\1\115\1\64\1\uffff\1\157\1\127\2\73\1\64\1\101\2\uffff\1\124\1\uffff\1\67\4\uffff";
+ static final String dfa_44s = "\5\uffff\1\10\6\uffff\1\1\1\4\1\uffff\1\5\1\uffff\1\2\1\3\1\7\1\6";
static final String[] dfa_45s = {
"\1\1",
"\1\2",
- "\1\10\7\uffff\1\7\1\6\4\uffff\1\11\6\uffff\1\3\46\uffff\1\5\6\uffff\1\4",
- "\1\12",
- "\1\14\1\uffff\1\10\15\uffff\1\11\24\uffff\1\15\30\uffff\1\13",
- "\1\14\1\uffff\1\10\15\uffff\1\11\24\uffff\1\15",
- "\1\16\54\uffff\1\17",
- "\1\16\54\uffff\1\17",
- "",
- "\1\20\50\uffff\2\10\1\uffff\1\10\13\uffff\1\10",
- "\1\10\7\uffff\1\7\1\6\4\uffff\1\11\55\uffff\1\5\6\uffff\1\4",
- "\1\14\44\uffff\1\15",
+ "\1\5\7\uffff\1\11\1\10\4\uffff\1\6\6\uffff\1\7\46\uffff\1\4\6\uffff\1\3",
+ "\1\14\1\uffff\1\5\15\uffff\1\6\24\uffff\1\13\30\uffff\1\12",
+ "\1\14\1\uffff\1\5\15\uffff\1\6\24\uffff\1\13",
"",
+ "\1\15\50\uffff\2\5\1\uffff\1\5\13\uffff\1\5",
+ "\1\16",
+ "\1\20\54\uffff\1\17",
+ "\1\20\54\uffff\1\17",
+ "\1\14\44\uffff\1\13",
"\1\22\5\uffff\1\21",
- "\1\23\15\uffff\1\24",
"",
"",
+ "\1\5\7\uffff\1\11\1\10\4\uffff\1\6\55\uffff\1\4\6\uffff\1\3",
+ "",
+ "\1\24\15\uffff\1\23",
"",
"",
"",
@@ -9659,28 +9767,28 @@ public DFA84(BaseRecognizer recognizer) {
this.transition = dfa_45;
}
public String getDescription() {
- return "8458:1: rule__SubprogramType__Alternatives_4_1_1 : ( ( ( rule__SubprogramType__OwnedParameterAssignment_4_1_1_0 ) ) | ( ( rule__SubprogramType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__SubprogramType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__SubprogramType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__SubprogramType__OwnedDataAccessAssignment_4_1_1_4 ) ) | ( ( rule__SubprogramType__OwnedSubprogramAccessAssignment_4_1_1_5 ) ) | ( ( rule__SubprogramType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) ) | ( ( rule__SubprogramType__OwnedAbstractFeatureAssignment_4_1_1_7 ) ) );";
+ return "7508:1: rule__SubprogramType__Alternatives_4_1_1 : ( ( ( rule__SubprogramType__OwnedParameterAssignment_4_1_1_0 ) ) | ( ( rule__SubprogramType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__SubprogramType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__SubprogramType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__SubprogramType__OwnedDataAccessAssignment_4_1_1_4 ) ) | ( ( rule__SubprogramType__OwnedSubprogramAccessAssignment_4_1_1_5 ) ) | ( ( rule__SubprogramType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) ) | ( ( rule__SubprogramType__OwnedAbstractFeatureAssignment_4_1_1_7 ) ) );";
}
}
static final String dfa_46s = "\17\uffff";
- static final String dfa_47s = "\1\157\1\137\1\21\1\127\2\16\2\21\1\uffff\1\67\1\21\1\51\3\uffff";
- static final String dfa_48s = "\1\157\1\137\1\124\1\127\2\16\2\37\1\uffff\1\157\1\124\1\67\3\uffff";
- static final String dfa_49s = "\10\uffff\1\4\3\uffff\1\2\1\3\1\1";
+ static final String dfa_47s = "\1\157\1\137\1\21\1\127\2\21\1\uffff\1\67\2\16\1\21\1\uffff\1\51\2\uffff";
+ static final String dfa_48s = "\1\157\1\137\1\124\1\127\2\37\1\uffff\1\157\2\16\1\124\1\uffff\1\67\2\uffff";
+ static final String dfa_49s = "\6\uffff\1\4\4\uffff\1\2\1\uffff\1\3\1\1";
static final String dfa_50s = "\17\uffff}>";
static final String[] dfa_51s = {
"\1\1",
"\1\2",
- "\1\10\7\uffff\1\5\1\4\4\uffff\1\11\6\uffff\1\3\46\uffff\1\7\6\uffff\1\6",
+ "\1\6\7\uffff\1\11\1\10\4\uffff\1\7\6\uffff\1\3\46\uffff\1\5\6\uffff\1\4",
"\1\12",
- "\1\13",
- "\1\13",
- "\1\10\15\uffff\1\11",
- "\1\10\15\uffff\1\11",
+ "\1\6\15\uffff\1\7",
+ "\1\6\15\uffff\1\7",
"",
- "\1\14\50\uffff\2\10\1\uffff\1\10\13\uffff\1\10",
- "\1\10\7\uffff\1\5\1\4\4\uffff\1\11\55\uffff\1\7\6\uffff\1\6",
- "\1\16\15\uffff\1\15",
+ "\1\13\50\uffff\2\6\1\uffff\1\6\13\uffff\1\6",
+ "\1\14",
+ "\1\14",
+ "\1\6\7\uffff\1\11\1\10\4\uffff\1\7\55\uffff\1\5\6\uffff\1\4",
"",
+ "\1\16\15\uffff\1\15",
"",
""
};
@@ -9706,39 +9814,35 @@ public DFA97(BaseRecognizer recognizer) {
this.transition = dfa_51;
}
public String getDescription() {
- return "8697:1: rule__SubprogramGroupType__Alternatives_4_1_1 : ( ( ( rule__SubprogramGroupType__OwnedSubprogramAccessAssignment_4_1_1_0 ) ) | ( ( rule__SubprogramGroupType__OwnedFeatureGroupAssignment_4_1_1_1 ) ) | ( ( rule__SubprogramGroupType__OwnedSubprogramGroupAccessAssignment_4_1_1_2 ) ) | ( ( rule__SubprogramGroupType__OwnedAbstractFeatureAssignment_4_1_1_3 ) ) );";
+ return "7747:1: rule__SubprogramGroupType__Alternatives_5_1_1 : ( ( ( rule__SubprogramGroupType__OwnedSubprogramAccessAssignment_5_1_1_0 ) ) | ( ( rule__SubprogramGroupType__OwnedFeatureGroupAssignment_5_1_1_1 ) ) | ( ( rule__SubprogramGroupType__OwnedSubprogramGroupAccessAssignment_5_1_1_2 ) ) | ( ( rule__SubprogramGroupType__OwnedAbstractFeatureAssignment_5_1_1_3 ) ) );";
}
}
- static final String dfa_52s = "\1\157\1\137\3\21\1\67\1\127\2\16\1\uffff\1\64\1\uffff\1\73\1\uffff\1\21\1\uffff\1\51\4\uffff";
- static final String dfa_53s = "\1\157\1\137\1\124\1\115\1\73\1\157\1\127\2\113\1\uffff\1\73\1\uffff\1\101\1\uffff\1\124\1\uffff\1\67\4\uffff";
- static final String dfa_54s = "\11\uffff\1\10\1\uffff\1\1\1\uffff\1\4\1\uffff\1\5\1\uffff\1\3\1\2\1\7\1\6";
- static final String[] dfa_55s = {
+ static final String dfa_52s = "\1\157\1\137\1\124\1\127\2\113\1\115\1\73\1\157\1\uffff\1\124\1\67\1\uffff\1\73\1\uffff\1\101\5\uffff";
+ static final String[] dfa_53s = {
"\1\1",
"\1\2",
- "\1\11\7\uffff\1\10\1\7\4\uffff\1\5\6\uffff\1\6\46\uffff\1\4\6\uffff\1\3",
- "\1\11\15\uffff\1\5\24\uffff\1\14\6\uffff\1\13\21\uffff\1\12",
- "\1\11\15\uffff\1\5\24\uffff\1\14\6\uffff\1\13",
- "\1\15\50\uffff\2\11\1\uffff\1\11\13\uffff\1\11",
- "\1\16",
- "\1\20\31\uffff\1\17\42\uffff\1\17",
- "\1\20\31\uffff\1\17\42\uffff\1\17",
+ "\1\11\7\uffff\1\5\1\4\4\uffff\1\10\6\uffff\1\3\46\uffff\1\7\6\uffff\1\6",
+ "\1\12",
+ "\1\13\31\uffff\1\14\42\uffff\1\14",
+ "\1\13\31\uffff\1\14\42\uffff\1\14",
+ "\1\11\15\uffff\1\10\24\uffff\1\17\6\uffff\1\16\21\uffff\1\15",
+ "\1\11\15\uffff\1\10\24\uffff\1\17\6\uffff\1\16",
+ "\1\20\50\uffff\2\11\1\uffff\1\11\13\uffff\1\11",
"",
- "\1\14\6\uffff\1\13",
+ "\1\11\7\uffff\1\5\1\4\4\uffff\1\10\55\uffff\1\7\6\uffff\1\6",
+ "\1\22\15\uffff\1\21",
"",
- "\1\21\5\uffff\1\22",
+ "\1\17\6\uffff\1\16",
"",
- "\1\11\7\uffff\1\10\1\7\4\uffff\1\5\55\uffff\1\4\6\uffff\1\3",
+ "\1\24\5\uffff\1\23",
"",
- "\1\24\15\uffff\1\23",
"",
"",
"",
""
};
static final char[] dfa_52 = DFA.unpackEncodedStringToUnsignedChars(dfa_52s);
- static final char[] dfa_53 = DFA.unpackEncodedStringToUnsignedChars(dfa_53s);
- static final short[] dfa_54 = DFA.unpackEncodedString(dfa_54s);
- static final short[][] dfa_55 = unpackEncodedStringArray(dfa_55s);
+ static final short[][] dfa_53 = unpackEncodedStringArray(dfa_53s);
class DFA106 extends DFA {
@@ -9747,46 +9851,46 @@ public DFA106(BaseRecognizer recognizer) {
this.decisionNumber = 106;
this.eot = dfa_28;
this.eof = dfa_28;
- this.min = dfa_52;
- this.max = dfa_53;
- this.accept = dfa_54;
+ this.min = dfa_29;
+ this.max = dfa_52;
+ this.accept = dfa_31;
this.special = dfa_32;
- this.transition = dfa_55;
+ this.transition = dfa_53;
}
public String getDescription() {
- return "8842:1: rule__ProcessorType__Alternatives_4_1_1 : ( ( ( rule__ProcessorType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__ProcessorType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__ProcessorType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__ProcessorType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__ProcessorType__OwnedBusAccessAssignment_4_1_1_4 ) ) | ( ( rule__ProcessorType__OwnedSubprogramAccessAssignment_4_1_1_5 ) ) | ( ( rule__ProcessorType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) ) | ( ( rule__ProcessorType__OwnedAbstractFeatureAssignment_4_1_1_7 ) ) );";
+ return "7892:1: rule__ProcessorType__Alternatives_4_1_1 : ( ( ( rule__ProcessorType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__ProcessorType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__ProcessorType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__ProcessorType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__ProcessorType__OwnedBusAccessAssignment_4_1_1_4 ) ) | ( ( rule__ProcessorType__OwnedSubprogramAccessAssignment_4_1_1_5 ) ) | ( ( rule__ProcessorType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) ) | ( ( rule__ProcessorType__OwnedAbstractFeatureAssignment_4_1_1_7 ) ) );";
}
}
- static final String dfa_56s = "\1\157\1\137\1\21\1\127\2\21\1\67\2\16\1\uffff\1\21\1\64\1\uffff\1\73\2\uffff\1\51\4\uffff";
- static final String dfa_57s = "\1\157\1\137\1\124\1\127\1\115\1\73\1\157\2\113\1\uffff\1\124\1\73\1\uffff\1\101\2\uffff\1\67\4\uffff";
- static final String dfa_58s = "\11\uffff\1\10\2\uffff\1\1\1\uffff\1\4\1\5\1\uffff\1\3\1\2\1\6\1\7";
- static final String[] dfa_59s = {
+ static final String dfa_54s = "\1\157\1\137\1\21\2\16\1\127\2\21\1\67\2\uffff\1\51\1\21\1\64\1\uffff\1\73\5\uffff";
+ static final String dfa_55s = "\1\157\1\137\1\124\2\113\1\127\1\115\1\73\1\157\2\uffff\1\67\1\124\1\73\1\uffff\1\101\5\uffff";
+ static final String dfa_56s = "\11\uffff\1\10\1\5\3\uffff\1\1\1\uffff\1\4\1\6\1\7\1\3\1\2";
+ static final String[] dfa_57s = {
"\1\1",
"\1\2",
- "\1\11\7\uffff\1\10\1\7\4\uffff\1\6\6\uffff\1\3\46\uffff\1\5\6\uffff\1\4",
- "\1\12",
- "\1\11\15\uffff\1\6\24\uffff\1\15\6\uffff\1\14\21\uffff\1\13",
- "\1\11\15\uffff\1\6\24\uffff\1\15\6\uffff\1\14",
- "\1\16\50\uffff\2\11\1\uffff\1\11\13\uffff\1\11",
- "\1\20\31\uffff\1\17\42\uffff\1\17",
- "\1\20\31\uffff\1\17\42\uffff\1\17",
+ "\1\11\7\uffff\1\4\1\3\4\uffff\1\10\6\uffff\1\5\46\uffff\1\7\6\uffff\1\6",
+ "\1\13\31\uffff\1\12\42\uffff\1\12",
+ "\1\13\31\uffff\1\12\42\uffff\1\12",
+ "\1\14",
+ "\1\11\15\uffff\1\10\24\uffff\1\17\6\uffff\1\16\21\uffff\1\15",
+ "\1\11\15\uffff\1\10\24\uffff\1\17\6\uffff\1\16",
+ "\1\20\50\uffff\2\11\1\uffff\1\11\13\uffff\1\11",
"",
- "\1\11\7\uffff\1\10\1\7\4\uffff\1\6\55\uffff\1\5\6\uffff\1\4",
- "\1\15\6\uffff\1\14",
"",
- "\1\21\5\uffff\1\22",
+ "\1\21\15\uffff\1\22",
+ "\1\11\7\uffff\1\4\1\3\4\uffff\1\10\55\uffff\1\7\6\uffff\1\6",
+ "\1\17\6\uffff\1\16",
"",
+ "\1\23\5\uffff\1\24",
"",
- "\1\23\15\uffff\1\24",
"",
"",
"",
""
};
- static final char[] dfa_56 = DFA.unpackEncodedStringToUnsignedChars(dfa_56s);
- static final char[] dfa_57 = DFA.unpackEncodedStringToUnsignedChars(dfa_57s);
- static final short[] dfa_58 = DFA.unpackEncodedString(dfa_58s);
- static final short[][] dfa_59 = unpackEncodedStringArray(dfa_59s);
+ static final char[] dfa_54 = DFA.unpackEncodedStringToUnsignedChars(dfa_54s);
+ static final char[] dfa_55 = DFA.unpackEncodedStringToUnsignedChars(dfa_55s);
+ static final short[] dfa_56 = DFA.unpackEncodedString(dfa_56s);
+ static final short[][] dfa_57 = unpackEncodedStringArray(dfa_57s);
class DFA119 extends DFA {
@@ -9795,121 +9899,121 @@ public DFA119(BaseRecognizer recognizer) {
this.decisionNumber = 119;
this.eot = dfa_28;
this.eof = dfa_28;
- this.min = dfa_56;
- this.max = dfa_57;
- this.accept = dfa_58;
+ this.min = dfa_54;
+ this.max = dfa_55;
+ this.accept = dfa_56;
this.special = dfa_32;
- this.transition = dfa_59;
+ this.transition = dfa_57;
}
public String getDescription() {
- return "9081:1: rule__DeviceType__Alternatives_4_1_1 : ( ( ( rule__DeviceType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__DeviceType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__DeviceType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__DeviceType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__DeviceType__OwnedBusAccessAssignment_4_1_1_4 ) ) | ( ( rule__DeviceType__OwnedSubprogramAccessAssignment_4_1_1_5 ) ) | ( ( rule__DeviceType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) ) | ( ( rule__DeviceType__OwnedAbstractFeatureAssignment_4_1_1_7 ) ) );";
+ return "8131:1: rule__DeviceType__Alternatives_4_1_1 : ( ( ( rule__DeviceType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__DeviceType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__DeviceType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__DeviceType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__DeviceType__OwnedBusAccessAssignment_4_1_1_4 ) ) | ( ( rule__DeviceType__OwnedSubprogramAccessAssignment_4_1_1_5 ) ) | ( ( rule__DeviceType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) ) | ( ( rule__DeviceType__OwnedAbstractFeatureAssignment_4_1_1_7 ) ) );";
}
}
- static final String dfa_60s = "\20\uffff";
- static final String dfa_61s = "\1\157\1\137\3\21\1\127\1\uffff\1\67\1\uffff\1\64\1\uffff\1\73\1\21\3\uffff";
- static final String dfa_62s = "\1\157\1\137\1\124\1\115\1\73\1\127\1\uffff\1\157\1\uffff\1\73\1\uffff\1\101\1\124\3\uffff";
- static final String dfa_63s = "\6\uffff\1\2\1\uffff\1\6\1\uffff\1\3\2\uffff\1\1\1\4\1\5";
- static final String dfa_64s = "\20\uffff}>";
- static final String[] dfa_65s = {
+ static final String dfa_58s = "\20\uffff";
+ static final String dfa_59s = "\1\157\1\137\1\21\1\127\1\uffff\2\21\1\67\1\uffff\1\21\1\64\1\uffff\1\73\3\uffff";
+ static final String dfa_60s = "\1\157\1\137\1\124\1\127\1\uffff\1\115\1\73\1\157\1\uffff\1\124\1\73\1\uffff\1\101\3\uffff";
+ static final String dfa_61s = "\4\uffff\1\2\3\uffff\1\6\2\uffff\1\3\1\uffff\1\1\1\4\1\5";
+ static final String dfa_62s = "\20\uffff}>";
+ static final String[] dfa_63s = {
"\1\1",
"\1\2",
- "\1\10\7\uffff\2\6\4\uffff\1\7\6\uffff\1\5\46\uffff\1\4\6\uffff\1\3",
- "\1\10\15\uffff\1\7\24\uffff\1\13\6\uffff\1\12\21\uffff\1\11",
- "\1\10\15\uffff\1\7\24\uffff\1\13\6\uffff\1\12",
- "\1\14",
+ "\1\10\7\uffff\2\4\4\uffff\1\7\6\uffff\1\3\46\uffff\1\6\6\uffff\1\5",
+ "\1\11",
"",
+ "\1\10\15\uffff\1\7\24\uffff\1\14\6\uffff\1\13\21\uffff\1\12",
+ "\1\10\15\uffff\1\7\24\uffff\1\14\6\uffff\1\13",
"\1\15\50\uffff\2\10\1\uffff\1\10\13\uffff\1\10",
"",
- "\1\13\6\uffff\1\12",
+ "\1\10\7\uffff\2\4\4\uffff\1\7\55\uffff\1\6\6\uffff\1\5",
+ "\1\14\6\uffff\1\13",
"",
"\1\17\5\uffff\1\16",
- "\1\10\7\uffff\2\6\4\uffff\1\7\55\uffff\1\4\6\uffff\1\3",
"",
"",
""
};
- static final short[] dfa_60 = DFA.unpackEncodedString(dfa_60s);
- static final char[] dfa_61 = DFA.unpackEncodedStringToUnsignedChars(dfa_61s);
- static final char[] dfa_62 = DFA.unpackEncodedStringToUnsignedChars(dfa_62s);
- static final short[] dfa_63 = DFA.unpackEncodedString(dfa_63s);
- static final short[] dfa_64 = DFA.unpackEncodedString(dfa_64s);
- static final short[][] dfa_65 = unpackEncodedStringArray(dfa_65s);
+ static final short[] dfa_58 = DFA.unpackEncodedString(dfa_58s);
+ static final char[] dfa_59 = DFA.unpackEncodedStringToUnsignedChars(dfa_59s);
+ static final char[] dfa_60 = DFA.unpackEncodedStringToUnsignedChars(dfa_60s);
+ static final short[] dfa_61 = DFA.unpackEncodedString(dfa_61s);
+ static final short[] dfa_62 = DFA.unpackEncodedString(dfa_62s);
+ static final short[][] dfa_63 = unpackEncodedStringArray(dfa_63s);
class DFA132 extends DFA {
public DFA132(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 132;
- this.eot = dfa_60;
- this.eof = dfa_60;
- this.min = dfa_61;
- this.max = dfa_62;
- this.accept = dfa_63;
- this.special = dfa_64;
- this.transition = dfa_65;
+ this.eot = dfa_58;
+ this.eof = dfa_58;
+ this.min = dfa_59;
+ this.max = dfa_60;
+ this.accept = dfa_61;
+ this.special = dfa_62;
+ this.transition = dfa_63;
}
public String getDescription() {
- return "9320:1: rule__MemoryType__Alternatives_4_1_1 : ( ( ( rule__MemoryType__OwnedFeatureGroupAssignment_4_1_1_0 ) ) | ( ( rule__MemoryType__OwnedBusAccessAssignment_4_1_1_1 ) ) | ( ( rule__MemoryType__OwnedDataPortAssignment_4_1_1_2 ) ) | ( ( rule__MemoryType__OwnedEventPortAssignment_4_1_1_3 ) ) | ( ( rule__MemoryType__OwnedEventDataPortAssignment_4_1_1_4 ) ) | ( ( rule__MemoryType__OwnedAbstractFeatureAssignment_4_1_1_5 ) ) );";
+ return "8370:1: rule__MemoryType__Alternatives_4_1_1 : ( ( ( rule__MemoryType__OwnedFeatureGroupAssignment_4_1_1_0 ) ) | ( ( rule__MemoryType__OwnedBusAccessAssignment_4_1_1_1 ) ) | ( ( rule__MemoryType__OwnedDataPortAssignment_4_1_1_2 ) ) | ( ( rule__MemoryType__OwnedEventPortAssignment_4_1_1_3 ) ) | ( ( rule__MemoryType__OwnedEventDataPortAssignment_4_1_1_4 ) ) | ( ( rule__MemoryType__OwnedAbstractFeatureAssignment_4_1_1_5 ) ) );";
}
}
- static final String dfa_66s = "\1\157\1\137\1\21\1\127\2\21\1\uffff\1\67\1\uffff\1\21\1\64\1\uffff\1\73\3\uffff";
- static final String dfa_67s = "\1\157\1\137\1\124\1\127\1\115\1\73\1\uffff\1\157\1\uffff\1\124\1\73\1\uffff\1\101\3\uffff";
- static final String dfa_68s = "\6\uffff\1\6\1\uffff\1\2\2\uffff\1\3\1\uffff\1\1\1\5\1\4";
- static final String[] dfa_69s = {
+ static final String dfa_64s = "\1\157\1\137\1\21\1\127\2\21\1\uffff\1\67\1\uffff\1\21\1\64\1\73\4\uffff";
+ static final String dfa_65s = "\1\157\1\137\1\124\1\127\1\115\1\73\1\uffff\1\157\1\uffff\1\124\1\73\1\101\4\uffff";
+ static final String dfa_66s = "\6\uffff\1\2\1\uffff\1\6\3\uffff\1\3\1\1\1\4\1\5";
+ static final String[] dfa_67s = {
"\1\1",
"\1\2",
- "\1\6\7\uffff\2\10\4\uffff\1\7\6\uffff\1\3\46\uffff\1\5\6\uffff\1\4",
+ "\1\10\7\uffff\2\6\4\uffff\1\7\6\uffff\1\3\46\uffff\1\5\6\uffff\1\4",
"\1\11",
- "\1\6\15\uffff\1\7\24\uffff\1\14\6\uffff\1\13\21\uffff\1\12",
- "\1\6\15\uffff\1\7\24\uffff\1\14\6\uffff\1\13",
+ "\1\10\15\uffff\1\7\24\uffff\1\13\6\uffff\1\14\21\uffff\1\12",
+ "\1\10\15\uffff\1\7\24\uffff\1\13\6\uffff\1\14",
"",
- "\1\15\50\uffff\2\6\1\uffff\1\6\13\uffff\1\6",
+ "\1\15\50\uffff\2\10\1\uffff\1\10\13\uffff\1\10",
"",
- "\1\6\7\uffff\2\10\4\uffff\1\7\55\uffff\1\5\6\uffff\1\4",
- "\1\14\6\uffff\1\13",
+ "\1\10\7\uffff\2\6\4\uffff\1\7\55\uffff\1\5\6\uffff\1\4",
+ "\1\13\6\uffff\1\14",
+ "\1\17\5\uffff\1\16",
"",
- "\1\16\5\uffff\1\17",
"",
"",
""
};
- static final char[] dfa_66 = DFA.unpackEncodedStringToUnsignedChars(dfa_66s);
- static final char[] dfa_67 = DFA.unpackEncodedStringToUnsignedChars(dfa_67s);
- static final short[] dfa_68 = DFA.unpackEncodedString(dfa_68s);
- static final short[][] dfa_69 = unpackEncodedStringArray(dfa_69s);
+ static final char[] dfa_64 = DFA.unpackEncodedStringToUnsignedChars(dfa_64s);
+ static final char[] dfa_65 = DFA.unpackEncodedStringToUnsignedChars(dfa_65s);
+ static final short[] dfa_66 = DFA.unpackEncodedString(dfa_66s);
+ static final short[][] dfa_67 = unpackEncodedStringArray(dfa_67s);
class DFA143 extends DFA {
public DFA143(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 143;
- this.eot = dfa_60;
- this.eof = dfa_60;
- this.min = dfa_66;
- this.max = dfa_67;
- this.accept = dfa_68;
- this.special = dfa_64;
- this.transition = dfa_69;
+ this.eot = dfa_58;
+ this.eof = dfa_58;
+ this.min = dfa_64;
+ this.max = dfa_65;
+ this.accept = dfa_66;
+ this.special = dfa_62;
+ this.transition = dfa_67;
}
public String getDescription() {
- return "9519:1: rule__BusType__Alternatives_4_1_1 : ( ( ( rule__BusType__OwnedFeatureGroupAssignment_4_1_1_0 ) ) | ( ( rule__BusType__OwnedBusAccessAssignment_4_1_1_1 ) ) | ( ( rule__BusType__OwnedDataPortAssignment_4_1_1_2 ) ) | ( ( rule__BusType__OwnedEventPortAssignment_4_1_1_3 ) ) | ( ( rule__BusType__OwnedEventDataPortAssignment_4_1_1_4 ) ) | ( ( rule__BusType__OwnedAbstractFeatureAssignment_4_1_1_5 ) ) );";
+ return "8569:1: rule__BusType__Alternatives_4_1_1 : ( ( ( rule__BusType__OwnedFeatureGroupAssignment_4_1_1_0 ) ) | ( ( rule__BusType__OwnedBusAccessAssignment_4_1_1_1 ) ) | ( ( rule__BusType__OwnedDataPortAssignment_4_1_1_2 ) ) | ( ( rule__BusType__OwnedEventPortAssignment_4_1_1_3 ) ) | ( ( rule__BusType__OwnedEventDataPortAssignment_4_1_1_4 ) ) | ( ( rule__BusType__OwnedAbstractFeatureAssignment_4_1_1_5 ) ) );";
}
}
- static final String dfa_70s = "\1\157\1\137\1\21\1\127\2\21\1\67\2\uffff\1\21\1\64\1\uffff\1\73\3\uffff";
- static final String dfa_71s = "\1\157\1\137\1\124\1\127\1\115\1\73\1\157\2\uffff\1\124\1\73\1\uffff\1\101\3\uffff";
- static final String dfa_72s = "\7\uffff\1\6\1\5\2\uffff\1\2\1\uffff\1\1\1\3\1\4";
- static final String[] dfa_73s = {
+ static final String dfa_68s = "\1\157\1\137\1\21\1\127\2\21\1\uffff\1\67\1\uffff\1\21\1\64\1\uffff\1\73\3\uffff";
+ static final String dfa_69s = "\1\157\1\137\1\124\1\127\1\115\1\73\1\uffff\1\157\1\uffff\1\124\1\73\1\uffff\1\101\3\uffff";
+ static final String dfa_70s = "\6\uffff\1\5\1\uffff\1\6\2\uffff\1\2\1\uffff\1\1\1\3\1\4";
+ static final String[] dfa_71s = {
"\1\1",
"\1\2",
- "\1\10\7\uffff\2\7\4\uffff\1\6\6\uffff\1\3\46\uffff\1\5\6\uffff\1\4",
+ "\1\6\7\uffff\2\10\4\uffff\1\7\6\uffff\1\3\46\uffff\1\5\6\uffff\1\4",
"\1\11",
- "\1\10\15\uffff\1\6\24\uffff\1\14\6\uffff\1\13\21\uffff\1\12",
- "\1\10\15\uffff\1\6\24\uffff\1\14\6\uffff\1\13",
- "\1\15\50\uffff\2\10\1\uffff\1\10\13\uffff\1\10",
+ "\1\6\15\uffff\1\7\24\uffff\1\14\6\uffff\1\13\21\uffff\1\12",
+ "\1\6\15\uffff\1\7\24\uffff\1\14\6\uffff\1\13",
"",
+ "\1\15\50\uffff\2\6\1\uffff\1\6\13\uffff\1\6",
"",
- "\1\10\7\uffff\2\7\4\uffff\1\6\55\uffff\1\5\6\uffff\1\4",
+ "\1\6\7\uffff\2\10\4\uffff\1\7\55\uffff\1\5\6\uffff\1\4",
"\1\14\6\uffff\1\13",
"",
"\1\17\5\uffff\1\16",
@@ -9917,58 +10021,58 @@ public String getDescription() {
"",
""
};
- static final char[] dfa_70 = DFA.unpackEncodedStringToUnsignedChars(dfa_70s);
- static final char[] dfa_71 = DFA.unpackEncodedStringToUnsignedChars(dfa_71s);
- static final short[] dfa_72 = DFA.unpackEncodedString(dfa_72s);
- static final short[][] dfa_73 = unpackEncodedStringArray(dfa_73s);
+ static final char[] dfa_68 = DFA.unpackEncodedStringToUnsignedChars(dfa_68s);
+ static final char[] dfa_69 = DFA.unpackEncodedStringToUnsignedChars(dfa_69s);
+ static final short[] dfa_70 = DFA.unpackEncodedString(dfa_70s);
+ static final short[][] dfa_71 = unpackEncodedStringArray(dfa_71s);
class DFA154 extends DFA {
public DFA154(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 154;
- this.eot = dfa_60;
- this.eof = dfa_60;
- this.min = dfa_70;
- this.max = dfa_71;
- this.accept = dfa_72;
- this.special = dfa_64;
- this.transition = dfa_73;
+ this.eot = dfa_58;
+ this.eof = dfa_58;
+ this.min = dfa_68;
+ this.max = dfa_69;
+ this.accept = dfa_70;
+ this.special = dfa_62;
+ this.transition = dfa_71;
}
public String getDescription() {
- return "9718:1: rule__VirtualBusType__Alternatives_4_1_1 : ( ( ( rule__VirtualBusType__OwnedFeatureGroupAssignment_4_1_1_0 ) ) | ( ( rule__VirtualBusType__OwnedDataPortAssignment_4_1_1_1 ) ) | ( ( rule__VirtualBusType__OwnedEventPortAssignment_4_1_1_2 ) ) | ( ( rule__VirtualBusType__OwnedEventDataPortAssignment_4_1_1_3 ) ) | ( ( rule__VirtualBusType__OwnedAbstractFeatureAssignment_4_1_1_4 ) ) | ( ( rule__VirtualBusType__OwnedBusAccessAssignment_4_1_1_5 ) ) );";
+ return "8768:1: rule__VirtualBusType__Alternatives_5_1_1 : ( ( ( rule__VirtualBusType__OwnedFeatureGroupAssignment_5_1_1_0 ) ) | ( ( rule__VirtualBusType__OwnedDataPortAssignment_5_1_1_1 ) ) | ( ( rule__VirtualBusType__OwnedEventPortAssignment_5_1_1_2 ) ) | ( ( rule__VirtualBusType__OwnedEventDataPortAssignment_5_1_1_3 ) ) | ( ( rule__VirtualBusType__OwnedAbstractFeatureAssignment_5_1_1_4 ) ) | ( ( rule__VirtualBusType__OwnedBusAccessAssignment_5_1_1_5 ) ) );";
}
}
- static final String dfa_74s = "\1\157\1\137\3\21\1\67\1\127\2\16\1\uffff\1\64\1\uffff\1\73\1\uffff\1\21\1\51\5\uffff";
- static final String dfa_75s = "\1\157\1\137\1\124\1\115\1\73\1\157\1\127\2\113\1\uffff\1\73\1\uffff\1\101\1\uffff\1\124\1\67\5\uffff";
- static final String dfa_76s = "\11\uffff\1\7\1\uffff\1\1\1\uffff\1\4\2\uffff\1\10\1\3\1\2\1\6\1\5";
- static final String[] dfa_77s = {
+ static final String dfa_72s = "\1\157\1\137\1\21\2\16\2\21\1\127\1\uffff\1\67\1\51\1\uffff\1\64\1\73\1\uffff\1\21\5\uffff";
+ static final String dfa_73s = "\1\157\1\137\1\124\2\113\1\115\1\73\1\127\1\uffff\1\157\1\67\1\uffff\1\73\1\101\1\uffff\1\124\5\uffff";
+ static final String dfa_74s = "\10\uffff\1\7\2\uffff\1\10\2\uffff\1\1\1\uffff\1\4\1\6\1\5\1\2\1\3";
+ static final String[] dfa_75s = {
"\1\1",
"\1\2",
- "\1\11\7\uffff\1\10\1\7\4\uffff\1\5\6\uffff\1\6\46\uffff\1\4\6\uffff\1\3",
- "\1\11\15\uffff\1\5\24\uffff\1\14\6\uffff\1\13\21\uffff\1\12",
- "\1\11\15\uffff\1\5\24\uffff\1\14\6\uffff\1\13",
- "\1\15\50\uffff\2\11\1\uffff\1\11\13\uffff\1\11",
- "\1\16",
- "\1\17\31\uffff\1\20\42\uffff\1\20",
- "\1\17\31\uffff\1\20\42\uffff\1\20",
+ "\1\10\7\uffff\1\4\1\3\4\uffff\1\11\6\uffff\1\7\46\uffff\1\6\6\uffff\1\5",
+ "\1\12\31\uffff\1\13\42\uffff\1\13",
+ "\1\12\31\uffff\1\13\42\uffff\1\13",
+ "\1\10\15\uffff\1\11\24\uffff\1\15\6\uffff\1\16\21\uffff\1\14",
+ "\1\10\15\uffff\1\11\24\uffff\1\15\6\uffff\1\16",
+ "\1\17",
"",
- "\1\14\6\uffff\1\13",
+ "\1\20\50\uffff\2\10\1\uffff\1\10\13\uffff\1\10",
+ "\1\22\15\uffff\1\21",
"",
- "\1\21\5\uffff\1\22",
+ "\1\15\6\uffff\1\16",
+ "\1\24\5\uffff\1\23",
"",
- "\1\11\7\uffff\1\10\1\7\4\uffff\1\5\55\uffff\1\4\6\uffff\1\3",
- "\1\24\15\uffff\1\23",
+ "\1\10\7\uffff\1\4\1\3\4\uffff\1\11\55\uffff\1\6\6\uffff\1\5",
"",
"",
"",
"",
""
};
- static final char[] dfa_74 = DFA.unpackEncodedStringToUnsignedChars(dfa_74s);
- static final char[] dfa_75 = DFA.unpackEncodedStringToUnsignedChars(dfa_75s);
- static final short[] dfa_76 = DFA.unpackEncodedString(dfa_76s);
- static final short[][] dfa_77 = unpackEncodedStringArray(dfa_77s);
+ static final char[] dfa_72 = DFA.unpackEncodedStringToUnsignedChars(dfa_72s);
+ static final char[] dfa_73 = DFA.unpackEncodedStringToUnsignedChars(dfa_73s);
+ static final short[] dfa_74 = DFA.unpackEncodedString(dfa_74s);
+ static final short[][] dfa_75 = unpackEncodedStringArray(dfa_75s);
class DFA165 extends DFA {
@@ -9977,20 +10081,20 @@ public DFA165(BaseRecognizer recognizer) {
this.decisionNumber = 165;
this.eot = dfa_28;
this.eof = dfa_28;
- this.min = dfa_74;
- this.max = dfa_75;
- this.accept = dfa_76;
+ this.min = dfa_72;
+ this.max = dfa_73;
+ this.accept = dfa_74;
this.special = dfa_32;
- this.transition = dfa_77;
+ this.transition = dfa_75;
}
public String getDescription() {
- return "9917:1: rule__VirtualProcessorType__Alternatives_4_1_1 : ( ( ( rule__VirtualProcessorType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__VirtualProcessorType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__VirtualProcessorType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__VirtualProcessorType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__VirtualProcessorType__OwnedSubprogramAccessAssignment_4_1_1_4 ) ) | ( ( rule__VirtualProcessorType__OwnedSubprogramGroupAccessAssignment_4_1_1_5 ) ) | ( ( rule__VirtualProcessorType__OwnedAbstractFeatureAssignment_4_1_1_6 ) ) | ( ( rule__VirtualProcessorType__OwnedBusAccessAssignment_4_1_1_7 ) ) );";
+ return "8967:1: rule__VirtualProcessorType__Alternatives_5_1_1 : ( ( ( rule__VirtualProcessorType__OwnedDataPortAssignment_5_1_1_0 ) ) | ( ( rule__VirtualProcessorType__OwnedEventPortAssignment_5_1_1_1 ) ) | ( ( rule__VirtualProcessorType__OwnedEventDataPortAssignment_5_1_1_2 ) ) | ( ( rule__VirtualProcessorType__OwnedFeatureGroupAssignment_5_1_1_3 ) ) | ( ( rule__VirtualProcessorType__OwnedSubprogramAccessAssignment_5_1_1_4 ) ) | ( ( rule__VirtualProcessorType__OwnedSubprogramGroupAccessAssignment_5_1_1_5 ) ) | ( ( rule__VirtualProcessorType__OwnedAbstractFeatureAssignment_5_1_1_6 ) ) | ( ( rule__VirtualProcessorType__OwnedBusAccessAssignment_5_1_1_7 ) ) );";
}
}
- static final String dfa_78s = "\1\157\1\137\3\21\1\uffff\1\67\1\127\2\16\1\uffff\1\21\1\uffff\1\51\2\uffff";
- static final String dfa_79s = "\1\157\1\137\1\124\2\37\1\uffff\1\157\1\127\2\73\1\uffff\1\124\1\uffff\1\67\2\uffff";
- static final String dfa_80s = "\5\uffff\1\5\4\uffff\1\1\1\uffff\1\2\1\uffff\1\4\1\3";
- static final String[] dfa_81s = {
+ static final String dfa_76s = "\1\157\1\137\3\21\1\uffff\1\67\1\127\2\16\1\uffff\1\21\1\uffff\1\51\2\uffff";
+ static final String dfa_77s = "\1\157\1\137\1\124\2\37\1\uffff\1\157\1\127\2\73\1\uffff\1\124\1\uffff\1\67\2\uffff";
+ static final String dfa_78s = "\5\uffff\1\5\4\uffff\1\1\1\uffff\1\2\1\uffff\1\3\1\4";
+ static final String[] dfa_79s = {
"\1\1",
"\1\2",
"\1\5\7\uffff\1\11\1\10\4\uffff\1\6\6\uffff\1\7\46\uffff\1\4\6\uffff\1\3",
@@ -10004,45 +10108,45 @@ public String getDescription() {
"",
"\1\5\7\uffff\1\11\1\10\4\uffff\1\6\55\uffff\1\4\6\uffff\1\3",
"",
- "\1\17\15\uffff\1\16",
+ "\1\16\15\uffff\1\17",
"",
""
};
- static final char[] dfa_78 = DFA.unpackEncodedStringToUnsignedChars(dfa_78s);
- static final char[] dfa_79 = DFA.unpackEncodedStringToUnsignedChars(dfa_79s);
- static final short[] dfa_80 = DFA.unpackEncodedString(dfa_80s);
- static final short[][] dfa_81 = unpackEncodedStringArray(dfa_81s);
+ static final char[] dfa_76 = DFA.unpackEncodedStringToUnsignedChars(dfa_76s);
+ static final char[] dfa_77 = DFA.unpackEncodedStringToUnsignedChars(dfa_77s);
+ static final short[] dfa_78 = DFA.unpackEncodedString(dfa_78s);
+ static final short[][] dfa_79 = unpackEncodedStringArray(dfa_79s);
class DFA178 extends DFA {
public DFA178(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 178;
- this.eot = dfa_60;
- this.eof = dfa_60;
- this.min = dfa_78;
- this.max = dfa_79;
- this.accept = dfa_80;
- this.special = dfa_64;
- this.transition = dfa_81;
+ this.eot = dfa_58;
+ this.eof = dfa_58;
+ this.min = dfa_76;
+ this.max = dfa_77;
+ this.accept = dfa_78;
+ this.special = dfa_62;
+ this.transition = dfa_79;
}
public String getDescription() {
- return "10156:1: rule__DataType__Alternatives_4_1_1 : ( ( ( rule__DataType__OwnedFeatureGroupAssignment_4_1_1_0 ) ) | ( ( rule__DataType__OwnedDataAccessAssignment_4_1_1_1 ) ) | ( ( rule__DataType__OwnedSubprogramAccessAssignment_4_1_1_2 ) ) | ( ( rule__DataType__OwnedSubprogramGroupAccessAssignment_4_1_1_3 ) ) | ( ( rule__DataType__OwnedAbstractFeatureAssignment_4_1_1_4 ) ) );";
+ return "9206:1: rule__DataType__Alternatives_4_1_1 : ( ( ( rule__DataType__OwnedFeatureGroupAssignment_4_1_1_0 ) ) | ( ( rule__DataType__OwnedDataAccessAssignment_4_1_1_1 ) ) | ( ( rule__DataType__OwnedSubprogramAccessAssignment_4_1_1_2 ) ) | ( ( rule__DataType__OwnedSubprogramGroupAccessAssignment_4_1_1_3 ) ) | ( ( rule__DataType__OwnedAbstractFeatureAssignment_4_1_1_4 ) ) );";
}
}
- static final String dfa_82s = "\1\16\4\uffff\1\4\2\uffff\1\20\1\uffff\1\4\7\uffff";
- static final String dfa_83s = "\1\113\4\uffff\1\67\2\uffff\1\113\1\uffff\1\67\7\uffff";
- static final String dfa_84s = "\1\uffff\1\1\1\2\1\3\1\4\1\uffff\1\7\1\10\1\uffff\1\13\1\uffff\1\16\1\5\1\6\1\11\1\12\1\14\1\15";
- static final String[] dfa_85s = {
+ static final String dfa_80s = "\1\16\4\uffff\1\4\2\uffff\1\20\1\uffff\1\4\7\uffff";
+ static final String dfa_81s = "\1\113\4\uffff\1\67\2\uffff\1\113\1\uffff\1\67\7\uffff";
+ static final String dfa_82s = "\1\uffff\1\1\1\2\1\3\1\4\1\uffff\1\7\1\10\1\uffff\1\13\1\uffff\1\16\1\6\1\5\1\12\1\11\1\14\1\15";
+ static final String[] dfa_83s = {
"\1\12\1\uffff\1\3\3\uffff\1\1\20\uffff\1\4\2\uffff\1\10\1\uffff\1\6\1\11\3\uffff\1\2\1\5\12\uffff\1\13\17\uffff\1\7",
"",
"",
"",
"",
- "\1\15\62\uffff\1\14",
+ "\1\14\62\uffff\1\15",
"",
"",
- "\1\16\72\uffff\1\17",
+ "\1\17\72\uffff\1\16",
"",
"\1\20\62\uffff\1\21",
"",
@@ -10053,10 +10157,10 @@ public String getDescription() {
"",
""
};
- static final char[] dfa_82 = DFA.unpackEncodedStringToUnsignedChars(dfa_82s);
- static final char[] dfa_83 = DFA.unpackEncodedStringToUnsignedChars(dfa_83s);
- static final short[] dfa_84 = DFA.unpackEncodedString(dfa_84s);
- static final short[][] dfa_85 = unpackEncodedStringArray(dfa_85s);
+ static final char[] dfa_80 = DFA.unpackEncodedStringToUnsignedChars(dfa_80s);
+ static final char[] dfa_81 = DFA.unpackEncodedStringToUnsignedChars(dfa_81s);
+ static final short[] dfa_82 = DFA.unpackEncodedString(dfa_82s);
+ static final short[][] dfa_83 = unpackEncodedStringArray(dfa_83s);
class DFA187 extends DFA {
@@ -10065,36 +10169,36 @@ public DFA187(BaseRecognizer recognizer) {
this.decisionNumber = 187;
this.eot = dfa_1;
this.eof = dfa_1;
- this.min = dfa_82;
- this.max = dfa_83;
- this.accept = dfa_84;
+ this.min = dfa_80;
+ this.max = dfa_81;
+ this.accept = dfa_82;
this.special = dfa_6;
- this.transition = dfa_85;
+ this.transition = dfa_83;
}
public String getDescription() {
- return "10321:1: rule__ComponentImplementation__Alternatives : ( ( ruleAbstractImplementation ) | ( ruleSystemImplementation ) | ( ruleProcessorImplementation ) | ( ruleProcessImplementation ) | ( ruleThreadGroupImplementation ) | ( ruleThreadImplementation ) | ( ruleDeviceImplementation ) | ( ruleBusImplementation ) | ( ruleVirtualProcessorImplementation ) | ( ruleVirtualBusImplementation ) | ( ruleMemoryImplementation ) | ( ruleSubprogramImplementation ) | ( ruleSubprogramGroupImplementation ) | ( ruleDataImplementation ) );";
+ return "9371:1: rule__ComponentImplementation__Alternatives : ( ( ruleAbstractImplementation ) | ( ruleSystemImplementation ) | ( ruleProcessorImplementation ) | ( ruleProcessImplementation ) | ( ruleThreadGroupImplementation ) | ( ruleThreadImplementation ) | ( ruleDeviceImplementation ) | ( ruleBusImplementation ) | ( ruleVirtualProcessorImplementation ) | ( ruleVirtualBusImplementation ) | ( ruleMemoryImplementation ) | ( ruleSubprogramImplementation ) | ( ruleSubprogramGroupImplementation ) | ( ruleDataImplementation ) );";
}
}
- static final String dfa_86s = "\1\157\1\137\1\16\1\127\1\uffff\1\67\4\uffff\1\20\2\uffff\1\67\1\uffff\1\16\6\uffff";
- static final String dfa_87s = "\1\157\1\137\1\113\1\127\1\uffff\1\157\4\uffff\1\113\2\uffff\1\157\1\uffff\1\113\6\uffff";
- static final String dfa_88s = "\4\uffff\1\11\1\uffff\1\1\1\16\1\15\1\6\1\uffff\1\13\1\7\1\uffff\1\12\1\uffff\1\5\1\4\1\10\1\14\1\2\1\3";
- static final String[] dfa_89s = {
+ static final String dfa_84s = "\1\157\1\137\1\16\1\127\2\uffff\2\67\1\20\6\uffff\1\16\6\uffff";
+ static final String dfa_85s = "\1\157\1\137\1\113\1\127\2\uffff\2\157\1\113\6\uffff\1\113\6\uffff";
+ static final String dfa_86s = "\4\uffff\1\11\1\13\3\uffff\1\1\1\6\1\16\1\12\1\7\1\15\1\uffff\1\3\1\2\1\4\1\5\1\14\1\10";
+ static final String[] dfa_87s = {
"\1\1",
"\1\2",
- "\1\15\1\uffff\1\14\3\uffff\1\7\20\uffff\1\11\1\3\1\uffff\1\12\1\uffff\1\16\1\4\3\uffff\1\6\1\5\12\uffff\1\10\17\uffff\1\13",
+ "\1\6\1\uffff\1\15\3\uffff\1\13\20\uffff\1\12\1\3\1\uffff\1\10\1\uffff\1\14\1\4\3\uffff\1\11\1\7\12\uffff\1\16\17\uffff\1\5",
"\1\17",
"",
- "\1\20\34\uffff\1\21\13\uffff\2\21\1\uffff\1\21\13\uffff\1\21",
"",
+ "\1\20\34\uffff\1\21\13\uffff\2\21\1\uffff\1\21\13\uffff\1\21",
+ "\1\23\34\uffff\1\22\13\uffff\2\22\1\uffff\1\22\13\uffff\1\22",
+ "\1\25\72\uffff\1\24",
"",
"",
"",
- "\1\22\72\uffff\1\23",
"",
"",
- "\1\25\34\uffff\1\24\13\uffff\2\24\1\uffff\1\24\13\uffff\1\24",
"",
- "\1\15\1\uffff\1\14\3\uffff\1\7\20\uffff\1\11\2\uffff\1\12\1\uffff\1\16\1\4\3\uffff\1\6\1\5\12\uffff\1\10\17\uffff\1\13",
+ "\1\6\1\uffff\1\15\3\uffff\1\13\20\uffff\1\12\2\uffff\1\10\1\uffff\1\14\1\4\3\uffff\1\11\1\7\12\uffff\1\16\17\uffff\1\5",
"",
"",
"",
@@ -10102,10 +10206,10 @@ public String getDescription() {
"",
""
};
- static final char[] dfa_86 = DFA.unpackEncodedStringToUnsignedChars(dfa_86s);
- static final char[] dfa_87 = DFA.unpackEncodedStringToUnsignedChars(dfa_87s);
- static final short[] dfa_88 = DFA.unpackEncodedString(dfa_88s);
- static final short[][] dfa_89 = unpackEncodedStringArray(dfa_89s);
+ static final char[] dfa_84 = DFA.unpackEncodedStringToUnsignedChars(dfa_84s);
+ static final char[] dfa_85 = DFA.unpackEncodedStringToUnsignedChars(dfa_85s);
+ static final short[] dfa_86 = DFA.unpackEncodedString(dfa_86s);
+ static final short[][] dfa_87 = unpackEncodedStringArray(dfa_87s);
class DFA192 extends DFA {
@@ -10114,88 +10218,88 @@ public DFA192(BaseRecognizer recognizer) {
this.decisionNumber = 192;
this.eot = dfa_18;
this.eof = dfa_18;
- this.min = dfa_86;
- this.max = dfa_87;
- this.accept = dfa_88;
+ this.min = dfa_84;
+ this.max = dfa_85;
+ this.accept = dfa_86;
this.special = dfa_22;
- this.transition = dfa_89;
+ this.transition = dfa_87;
}
public String getDescription() {
- return "10470:1: rule__AbstractImplementation__Alternatives_7_1_0 : ( ( ( rule__AbstractImplementation__OwnedSystemSubcomponentAssignment_7_1_0_0 ) ) | ( ( rule__AbstractImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1 ) ) | ( ( rule__AbstractImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2 ) ) | ( ( rule__AbstractImplementation__OwnedThreadSubcomponentAssignment_7_1_0_3 ) ) | ( ( rule__AbstractImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_4 ) ) | ( ( rule__AbstractImplementation__OwnedProcessSubcomponentAssignment_7_1_0_5 ) ) | ( ( rule__AbstractImplementation__OwnedProcessorSubcomponentAssignment_7_1_0_6 ) ) | ( ( rule__AbstractImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_7 ) ) | ( ( rule__AbstractImplementation__OwnedMemorySubcomponentAssignment_7_1_0_8 ) ) | ( ( rule__AbstractImplementation__OwnedDeviceSubcomponentAssignment_7_1_0_9 ) ) | ( ( rule__AbstractImplementation__OwnedBusSubcomponentAssignment_7_1_0_10 ) ) | ( ( rule__AbstractImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_11 ) ) | ( ( rule__AbstractImplementation__OwnedDataSubcomponentAssignment_7_1_0_12 ) ) | ( ( rule__AbstractImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_13 ) ) );";
+ return "9520:1: rule__AbstractImplementation__Alternatives_8_1_0 : ( ( ( rule__AbstractImplementation__OwnedSystemSubcomponentAssignment_8_1_0_0 ) ) | ( ( rule__AbstractImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1 ) ) | ( ( rule__AbstractImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_2 ) ) | ( ( rule__AbstractImplementation__OwnedThreadSubcomponentAssignment_8_1_0_3 ) ) | ( ( rule__AbstractImplementation__OwnedThreadGroupSubcomponentAssignment_8_1_0_4 ) ) | ( ( rule__AbstractImplementation__OwnedProcessSubcomponentAssignment_8_1_0_5 ) ) | ( ( rule__AbstractImplementation__OwnedProcessorSubcomponentAssignment_8_1_0_6 ) ) | ( ( rule__AbstractImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_7 ) ) | ( ( rule__AbstractImplementation__OwnedMemorySubcomponentAssignment_8_1_0_8 ) ) | ( ( rule__AbstractImplementation__OwnedDeviceSubcomponentAssignment_8_1_0_9 ) ) | ( ( rule__AbstractImplementation__OwnedBusSubcomponentAssignment_8_1_0_10 ) ) | ( ( rule__AbstractImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_11 ) ) | ( ( rule__AbstractImplementation__OwnedDataSubcomponentAssignment_8_1_0_12 ) ) | ( ( rule__AbstractImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_13 ) ) );";
}
}
- static final String dfa_90s = "\14\uffff";
- static final String dfa_91s = "\1\157\1\137\1\16\1\uffff\1\67\1\uffff\1\127\3\uffff\1\16\1\67";
- static final String dfa_92s = "\1\157\1\137\1\113\1\uffff\1\157\1\uffff\1\127\3\uffff\1\113\1\143";
- static final String dfa_93s = "\3\uffff\1\5\1\uffff\1\1\1\uffff\1\2\1\3\1\4\2\uffff";
- static final String dfa_94s = "\14\uffff}>";
- static final String[] dfa_95s = {
+ static final String dfa_88s = "\14\uffff";
+ static final String dfa_89s = "\1\157\1\137\1\16\1\67\1\127\5\uffff\1\16\1\67";
+ static final String dfa_90s = "\1\157\1\137\1\113\1\157\1\127\5\uffff\1\113\1\143";
+ static final String dfa_91s = "\5\uffff\1\1\1\5\1\2\1\3\1\4\2\uffff";
+ static final String dfa_92s = "\14\uffff}>";
+ static final String[] dfa_93s = {
"\1\1",
"\1\2",
- "\1\7\1\3\17\uffff\1\4\6\uffff\1\6\1\uffff\1\7\22\uffff\1\7\5\uffff\1\5\11\uffff\1\7",
- "",
+ "\1\7\1\6\17\uffff\1\3\6\uffff\1\4\1\uffff\1\7\22\uffff\1\7\5\uffff\1\5\11\uffff\1\7",
"\1\10\67\uffff\1\11",
- "",
"\1\12",
"",
"",
"",
- "\1\7\1\3\17\uffff\1\13\10\uffff\1\7\22\uffff\1\7\5\uffff\1\5\11\uffff\1\7",
+ "",
+ "",
+ "\1\7\1\6\17\uffff\1\13\10\uffff\1\7\22\uffff\1\7\5\uffff\1\5\11\uffff\1\7",
"\1\10\34\uffff\1\11\13\uffff\1\11\2\uffff\1\11"
};
- static final short[] dfa_90 = DFA.unpackEncodedString(dfa_90s);
- static final char[] dfa_91 = DFA.unpackEncodedStringToUnsignedChars(dfa_91s);
- static final char[] dfa_92 = DFA.unpackEncodedStringToUnsignedChars(dfa_92s);
- static final short[] dfa_93 = DFA.unpackEncodedString(dfa_93s);
- static final short[] dfa_94 = DFA.unpackEncodedString(dfa_94s);
- static final short[][] dfa_95 = unpackEncodedStringArray(dfa_95s);
+ static final short[] dfa_88 = DFA.unpackEncodedString(dfa_88s);
+ static final char[] dfa_89 = DFA.unpackEncodedStringToUnsignedChars(dfa_89s);
+ static final char[] dfa_90 = DFA.unpackEncodedStringToUnsignedChars(dfa_90s);
+ static final short[] dfa_91 = DFA.unpackEncodedString(dfa_91s);
+ static final short[] dfa_92 = DFA.unpackEncodedString(dfa_92s);
+ static final short[][] dfa_93 = unpackEncodedStringArray(dfa_93s);
class DFA199 extends DFA {
public DFA199(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 199;
- this.eot = dfa_90;
- this.eof = dfa_90;
- this.min = dfa_91;
- this.max = dfa_92;
- this.accept = dfa_93;
- this.special = dfa_94;
- this.transition = dfa_95;
+ this.eot = dfa_88;
+ this.eof = dfa_88;
+ this.min = dfa_89;
+ this.max = dfa_90;
+ this.accept = dfa_91;
+ this.special = dfa_92;
+ this.transition = dfa_93;
}
public String getDescription() {
- return "10661:1: rule__AbstractImplementation__Alternatives_11_1_0 : ( ( ( rule__AbstractImplementation__OwnedPortConnectionAssignment_11_1_0_0 ) ) | ( ( rule__AbstractImplementation__OwnedAccessConnectionAssignment_11_1_0_1 ) ) | ( ( rule__AbstractImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 ) ) | ( ( rule__AbstractImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 ) ) | ( ( rule__AbstractImplementation__OwnedParameterConnectionAssignment_11_1_0_4 ) ) );";
+ return "9711:1: rule__AbstractImplementation__Alternatives_12_1_0 : ( ( ( rule__AbstractImplementation__OwnedPortConnectionAssignment_12_1_0_0 ) ) | ( ( rule__AbstractImplementation__OwnedAccessConnectionAssignment_12_1_0_1 ) ) | ( ( rule__AbstractImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 ) ) | ( ( rule__AbstractImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 ) ) | ( ( rule__AbstractImplementation__OwnedParameterConnectionAssignment_12_1_0_4 ) ) );";
}
}
- static final String dfa_96s = "\1\157\1\137\1\16\1\uffff\1\127\1\uffff\1\20\6\uffff\1\67\1\16\4\uffff";
- static final String dfa_97s = "\1\157\1\137\1\113\1\uffff\1\127\1\uffff\1\113\6\uffff\1\157\1\113\4\uffff";
- static final String dfa_98s = "\3\uffff\1\14\1\uffff\1\10\1\uffff\1\11\1\5\1\1\1\4\1\13\1\7\2\uffff\1\12\1\6\1\3\1\2";
- static final String[] dfa_99s = {
+ static final String dfa_94s = "\1\157\1\137\1\16\1\127\2\uffff\1\67\1\20\6\uffff\1\16\4\uffff";
+ static final String dfa_95s = "\1\157\1\137\1\113\1\127\2\uffff\1\157\1\113\6\uffff\1\113\4\uffff";
+ static final String dfa_96s = "\4\uffff\1\10\1\5\2\uffff\1\11\1\13\1\1\1\14\1\7\1\4\1\uffff\1\2\1\3\1\12\1\6";
+ static final String[] dfa_97s = {
"\1\1",
"\1\2",
- "\1\15\1\uffff\1\10\3\uffff\1\3\20\uffff\1\12\1\4\1\uffff\1\6\1\uffff\1\5\1\14\3\uffff\1\11\13\uffff\1\13\17\uffff\1\7",
- "",
+ "\1\6\1\uffff\1\5\3\uffff\1\13\20\uffff\1\15\1\3\1\uffff\1\7\1\uffff\1\4\1\14\3\uffff\1\12\13\uffff\1\11\17\uffff\1\10",
"\1\16",
"",
- "\1\20\72\uffff\1\17",
"",
+ "\1\20\34\uffff\1\17\13\uffff\2\17\1\uffff\1\17\13\uffff\1\17",
+ "\1\22\72\uffff\1\21",
"",
"",
"",
"",
"",
- "\1\21\34\uffff\1\22\13\uffff\2\22\1\uffff\1\22\13\uffff\1\22",
- "\1\15\1\uffff\1\10\3\uffff\1\3\20\uffff\1\12\2\uffff\1\6\1\uffff\1\5\1\14\3\uffff\1\11\13\uffff\1\13\17\uffff\1\7",
+ "",
+ "\1\6\1\uffff\1\5\3\uffff\1\13\20\uffff\1\15\2\uffff\1\7\1\uffff\1\4\1\14\3\uffff\1\12\13\uffff\1\11\17\uffff\1\10",
"",
"",
"",
""
};
- static final char[] dfa_96 = DFA.unpackEncodedStringToUnsignedChars(dfa_96s);
- static final char[] dfa_97 = DFA.unpackEncodedStringToUnsignedChars(dfa_97s);
- static final short[] dfa_98 = DFA.unpackEncodedString(dfa_98s);
- static final short[][] dfa_99 = unpackEncodedStringArray(dfa_99s);
+ static final char[] dfa_94 = DFA.unpackEncodedStringToUnsignedChars(dfa_94s);
+ static final char[] dfa_95 = DFA.unpackEncodedStringToUnsignedChars(dfa_95s);
+ static final short[] dfa_96 = DFA.unpackEncodedString(dfa_96s);
+ static final short[][] dfa_97 = unpackEncodedStringArray(dfa_97s);
class DFA212 extends DFA {
@@ -10204,102 +10308,102 @@ public DFA212(BaseRecognizer recognizer) {
this.decisionNumber = 212;
this.eot = dfa_8;
this.eof = dfa_8;
- this.min = dfa_96;
- this.max = dfa_97;
- this.accept = dfa_98;
+ this.min = dfa_94;
+ this.max = dfa_95;
+ this.accept = dfa_96;
this.special = dfa_12;
- this.transition = dfa_99;
+ this.transition = dfa_97;
}
public String getDescription() {
- return "10882:1: rule__SystemImplementation__Alternatives_7_1_0 : ( ( ( rule__SystemImplementation__OwnedSystemSubcomponentAssignment_7_1_0_0 ) ) | ( ( rule__SystemImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1 ) ) | ( ( rule__SystemImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2 ) ) | ( ( rule__SystemImplementation__OwnedProcessSubcomponentAssignment_7_1_0_3 ) ) | ( ( rule__SystemImplementation__OwnedProcessorSubcomponentAssignment_7_1_0_4 ) ) | ( ( rule__SystemImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_5 ) ) | ( ( rule__SystemImplementation__OwnedMemorySubcomponentAssignment_7_1_0_6 ) ) | ( ( rule__SystemImplementation__OwnedDeviceSubcomponentAssignment_7_1_0_7 ) ) | ( ( rule__SystemImplementation__OwnedBusSubcomponentAssignment_7_1_0_8 ) ) | ( ( rule__SystemImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_9 ) ) | ( ( rule__SystemImplementation__OwnedDataSubcomponentAssignment_7_1_0_10 ) ) | ( ( rule__SystemImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_11 ) ) );";
+ return "9932:1: rule__SystemImplementation__Alternatives_8_1_0 : ( ( ( rule__SystemImplementation__OwnedSystemSubcomponentAssignment_8_1_0_0 ) ) | ( ( rule__SystemImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1 ) ) | ( ( rule__SystemImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_2 ) ) | ( ( rule__SystemImplementation__OwnedProcessSubcomponentAssignment_8_1_0_3 ) ) | ( ( rule__SystemImplementation__OwnedProcessorSubcomponentAssignment_8_1_0_4 ) ) | ( ( rule__SystemImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_5 ) ) | ( ( rule__SystemImplementation__OwnedMemorySubcomponentAssignment_8_1_0_6 ) ) | ( ( rule__SystemImplementation__OwnedDeviceSubcomponentAssignment_8_1_0_7 ) ) | ( ( rule__SystemImplementation__OwnedBusSubcomponentAssignment_8_1_0_8 ) ) | ( ( rule__SystemImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_9 ) ) | ( ( rule__SystemImplementation__OwnedDataSubcomponentAssignment_8_1_0_10 ) ) | ( ( rule__SystemImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_11 ) ) );";
}
}
- static final String dfa_100s = "\13\uffff";
- static final String dfa_101s = "\1\157\1\137\1\16\1\127\1\67\2\uffff\1\16\2\uffff\1\67";
- static final String dfa_102s = "\1\157\1\137\1\113\1\127\1\157\2\uffff\1\113\2\uffff\1\143";
- static final String dfa_103s = "\5\uffff\1\1\1\2\1\uffff\1\4\1\3\1\uffff";
- static final String dfa_104s = "\13\uffff}>";
- static final String[] dfa_105s = {
+ static final String dfa_98s = "\13\uffff";
+ static final String dfa_99s = "\1\157\1\137\1\16\1\uffff\1\67\1\127\3\uffff\1\16\1\67";
+ static final String dfa_100s = "\1\157\1\137\1\113\1\uffff\1\157\1\127\3\uffff\1\113\1\143";
+ static final String dfa_101s = "\3\uffff\1\2\2\uffff\1\1\1\3\1\4\2\uffff";
+ static final String dfa_102s = "\13\uffff}>";
+ static final String[] dfa_103s = {
"\1\1",
"\1\2",
- "\1\6\20\uffff\1\4\6\uffff\1\3\1\uffff\1\6\22\uffff\1\6\5\uffff\1\5\11\uffff\1\6",
- "\1\7",
- "\1\11\67\uffff\1\10",
+ "\1\3\20\uffff\1\4\6\uffff\1\5\1\uffff\1\3\22\uffff\1\3\5\uffff\1\6\11\uffff\1\3",
"",
+ "\1\7\67\uffff\1\10",
+ "\1\11",
"",
- "\1\6\20\uffff\1\12\10\uffff\1\6\22\uffff\1\6\5\uffff\1\5\11\uffff\1\6",
"",
"",
- "\1\11\34\uffff\1\10\13\uffff\1\10\2\uffff\1\10"
+ "\1\3\20\uffff\1\12\10\uffff\1\3\22\uffff\1\3\5\uffff\1\6\11\uffff\1\3",
+ "\1\7\34\uffff\1\10\13\uffff\1\10\2\uffff\1\10"
};
- static final short[] dfa_100 = DFA.unpackEncodedString(dfa_100s);
- static final char[] dfa_101 = DFA.unpackEncodedStringToUnsignedChars(dfa_101s);
- static final char[] dfa_102 = DFA.unpackEncodedStringToUnsignedChars(dfa_102s);
- static final short[] dfa_103 = DFA.unpackEncodedString(dfa_103s);
- static final short[] dfa_104 = DFA.unpackEncodedString(dfa_104s);
- static final short[][] dfa_105 = unpackEncodedStringArray(dfa_105s);
+ static final short[] dfa_98 = DFA.unpackEncodedString(dfa_98s);
+ static final char[] dfa_99 = DFA.unpackEncodedStringToUnsignedChars(dfa_99s);
+ static final char[] dfa_100 = DFA.unpackEncodedStringToUnsignedChars(dfa_100s);
+ static final short[] dfa_101 = DFA.unpackEncodedString(dfa_101s);
+ static final short[] dfa_102 = DFA.unpackEncodedString(dfa_102s);
+ static final short[][] dfa_103 = unpackEncodedStringArray(dfa_103s);
class DFA217 extends DFA {
public DFA217(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 217;
- this.eot = dfa_100;
- this.eof = dfa_100;
- this.min = dfa_101;
- this.max = dfa_102;
- this.accept = dfa_103;
- this.special = dfa_104;
- this.transition = dfa_105;
+ this.eot = dfa_98;
+ this.eof = dfa_98;
+ this.min = dfa_99;
+ this.max = dfa_100;
+ this.accept = dfa_101;
+ this.special = dfa_102;
+ this.transition = dfa_103;
}
public String getDescription() {
- return "11033:1: rule__SystemImplementation__Alternatives_10_1_0 : ( ( ( rule__SystemImplementation__OwnedPortConnectionAssignment_10_1_0_0 ) ) | ( ( rule__SystemImplementation__OwnedAccessConnectionAssignment_10_1_0_1 ) ) | ( ( rule__SystemImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 ) ) | ( ( rule__SystemImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 ) ) );";
+ return "10083:1: rule__SystemImplementation__Alternatives_11_1_0 : ( ( ( rule__SystemImplementation__OwnedPortConnectionAssignment_11_1_0_0 ) ) | ( ( rule__SystemImplementation__OwnedAccessConnectionAssignment_11_1_0_1 ) ) | ( ( rule__SystemImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 ) ) | ( ( rule__SystemImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 ) ) );";
}
}
- static final String dfa_106s = "\15\uffff";
- static final String dfa_107s = "\1\157\1\137\1\16\1\67\1\uffff\1\127\1\67\3\uffff\1\16\2\uffff";
- static final String dfa_108s = "\1\157\1\137\1\73\1\157\1\uffff\1\127\1\157\3\uffff\1\73\2\uffff";
- static final String dfa_109s = "\4\uffff\1\6\2\uffff\1\5\1\1\1\2\1\uffff\1\3\1\4";
- static final String dfa_110s = "\15\uffff}>";
- static final String[] dfa_111s = {
+ static final String dfa_104s = "\15\uffff";
+ static final String dfa_105s = "\1\157\1\137\1\16\1\127\1\67\2\uffff\1\67\1\16\4\uffff";
+ static final String dfa_106s = "\1\157\1\137\1\73\1\127\1\157\2\uffff\1\157\1\73\4\uffff";
+ static final String dfa_107s = "\5\uffff\1\5\1\6\2\uffff\1\3\1\4\1\1\1\2";
+ static final String dfa_108s = "\15\uffff}>";
+ static final String[] dfa_109s = {
"\1\1",
"\1\2",
- "\1\6\5\uffff\1\4\21\uffff\1\5\11\uffff\1\3\12\uffff\1\7",
- "\1\10\34\uffff\1\11\13\uffff\2\11\1\uffff\1\11\13\uffff\1\11",
+ "\1\4\5\uffff\1\6\21\uffff\1\3\11\uffff\1\7\12\uffff\1\5",
+ "\1\10",
+ "\1\12\34\uffff\1\11\13\uffff\2\11\1\uffff\1\11\13\uffff\1\11",
"",
- "\1\12",
- "\1\14\34\uffff\1\13\13\uffff\2\13\1\uffff\1\13\13\uffff\1\13",
"",
+ "\1\13\34\uffff\1\14\13\uffff\2\14\1\uffff\1\14\13\uffff\1\14",
+ "\1\4\5\uffff\1\6\33\uffff\1\7\12\uffff\1\5",
"",
"",
- "\1\6\5\uffff\1\4\33\uffff\1\3\12\uffff\1\7",
"",
""
};
- static final short[] dfa_106 = DFA.unpackEncodedString(dfa_106s);
- static final char[] dfa_107 = DFA.unpackEncodedStringToUnsignedChars(dfa_107s);
- static final char[] dfa_108 = DFA.unpackEncodedStringToUnsignedChars(dfa_108s);
- static final short[] dfa_109 = DFA.unpackEncodedString(dfa_109s);
- static final short[] dfa_110 = DFA.unpackEncodedString(dfa_110s);
- static final short[][] dfa_111 = unpackEncodedStringArray(dfa_111s);
+ static final short[] dfa_104 = DFA.unpackEncodedString(dfa_104s);
+ static final char[] dfa_105 = DFA.unpackEncodedStringToUnsignedChars(dfa_105s);
+ static final char[] dfa_106 = DFA.unpackEncodedStringToUnsignedChars(dfa_106s);
+ static final short[] dfa_107 = DFA.unpackEncodedString(dfa_107s);
+ static final short[] dfa_108 = DFA.unpackEncodedString(dfa_108s);
+ static final short[][] dfa_109 = unpackEncodedStringArray(dfa_109s);
class DFA230 extends DFA {
public DFA230(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 230;
- this.eot = dfa_106;
- this.eof = dfa_106;
- this.min = dfa_107;
- this.max = dfa_108;
- this.accept = dfa_109;
- this.special = dfa_110;
- this.transition = dfa_111;
+ this.eot = dfa_104;
+ this.eof = dfa_104;
+ this.min = dfa_105;
+ this.max = dfa_106;
+ this.accept = dfa_107;
+ this.special = dfa_108;
+ this.transition = dfa_109;
}
public String getDescription() {
- return "11248:1: rule__ProcessImplementation__Alternatives_7_1_0 : ( ( ( rule__ProcessImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_0 ) ) | ( ( rule__ProcessImplementation__OwnedThreadSubcomponentAssignment_7_1_0_1 ) ) | ( ( rule__ProcessImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_2 ) ) | ( ( rule__ProcessImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_3 ) ) | ( ( rule__ProcessImplementation__OwnedDataSubcomponentAssignment_7_1_0_4 ) ) | ( ( rule__ProcessImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_5 ) ) );";
+ return "10298:1: rule__ProcessImplementation__Alternatives_8_1_0 : ( ( ( rule__ProcessImplementation__OwnedThreadGroupSubcomponentAssignment_8_1_0_0 ) ) | ( ( rule__ProcessImplementation__OwnedThreadSubcomponentAssignment_8_1_0_1 ) ) | ( ( rule__ProcessImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_2 ) ) | ( ( rule__ProcessImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_3 ) ) | ( ( rule__ProcessImplementation__OwnedDataSubcomponentAssignment_8_1_0_4 ) ) | ( ( rule__ProcessImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_5 ) ) );";
}
}
@@ -10308,16 +10412,16 @@ class DFA235 extends DFA {
public DFA235(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 235;
- this.eot = dfa_100;
- this.eof = dfa_100;
- this.min = dfa_101;
- this.max = dfa_102;
- this.accept = dfa_103;
- this.special = dfa_104;
- this.transition = dfa_105;
+ this.eot = dfa_98;
+ this.eof = dfa_98;
+ this.min = dfa_99;
+ this.max = dfa_100;
+ this.accept = dfa_101;
+ this.special = dfa_102;
+ this.transition = dfa_103;
}
public String getDescription() {
- return "11363:1: rule__ProcessImplementation__Alternatives_10_1_0 : ( ( ( rule__ProcessImplementation__OwnedPortConnectionAssignment_10_1_0_0 ) ) | ( ( rule__ProcessImplementation__OwnedAccessConnectionAssignment_10_1_0_1 ) ) | ( ( rule__ProcessImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 ) ) | ( ( rule__ProcessImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 ) ) );";
+ return "10413:1: rule__ProcessImplementation__Alternatives_11_1_0 : ( ( ( rule__ProcessImplementation__OwnedPortConnectionAssignment_11_1_0_0 ) ) | ( ( rule__ProcessImplementation__OwnedAccessConnectionAssignment_11_1_0_1 ) ) | ( ( rule__ProcessImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 ) ) | ( ( rule__ProcessImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 ) ) );";
}
}
@@ -10326,16 +10430,16 @@ class DFA248 extends DFA {
public DFA248(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 248;
- this.eot = dfa_106;
- this.eof = dfa_106;
- this.min = dfa_107;
- this.max = dfa_108;
- this.accept = dfa_109;
- this.special = dfa_110;
- this.transition = dfa_111;
+ this.eot = dfa_104;
+ this.eof = dfa_104;
+ this.min = dfa_105;
+ this.max = dfa_106;
+ this.accept = dfa_107;
+ this.special = dfa_108;
+ this.transition = dfa_109;
}
public String getDescription() {
- return "11578:1: rule__ThreadGroupImplementation__Alternatives_7_1_0 : ( ( ( rule__ThreadGroupImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_0 ) ) | ( ( rule__ThreadGroupImplementation__OwnedThreadSubcomponentAssignment_7_1_0_1 ) ) | ( ( rule__ThreadGroupImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_2 ) ) | ( ( rule__ThreadGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_3 ) ) | ( ( rule__ThreadGroupImplementation__OwnedDataSubcomponentAssignment_7_1_0_4 ) ) | ( ( rule__ThreadGroupImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_5 ) ) );";
+ return "10628:1: rule__ThreadGroupImplementation__Alternatives_9_1_0 : ( ( ( rule__ThreadGroupImplementation__OwnedThreadGroupSubcomponentAssignment_9_1_0_0 ) ) | ( ( rule__ThreadGroupImplementation__OwnedThreadSubcomponentAssignment_9_1_0_1 ) ) | ( ( rule__ThreadGroupImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_2 ) ) | ( ( rule__ThreadGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_9_1_0_3 ) ) | ( ( rule__ThreadGroupImplementation__OwnedDataSubcomponentAssignment_9_1_0_4 ) ) | ( ( rule__ThreadGroupImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_5 ) ) );";
}
}
@@ -10344,58 +10448,58 @@ class DFA253 extends DFA {
public DFA253(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 253;
- this.eot = dfa_100;
- this.eof = dfa_100;
- this.min = dfa_101;
- this.max = dfa_102;
- this.accept = dfa_103;
- this.special = dfa_104;
- this.transition = dfa_105;
+ this.eot = dfa_98;
+ this.eof = dfa_98;
+ this.min = dfa_99;
+ this.max = dfa_100;
+ this.accept = dfa_101;
+ this.special = dfa_102;
+ this.transition = dfa_103;
}
public String getDescription() {
- return "11693:1: rule__ThreadGroupImplementation__Alternatives_10_1_0 : ( ( ( rule__ThreadGroupImplementation__OwnedPortConnectionAssignment_10_1_0_0 ) ) | ( ( rule__ThreadGroupImplementation__OwnedAccessConnectionAssignment_10_1_0_1 ) ) | ( ( rule__ThreadGroupImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 ) ) | ( ( rule__ThreadGroupImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 ) ) );";
+ return "10743:1: rule__ThreadGroupImplementation__Alternatives_12_1_0 : ( ( ( rule__ThreadGroupImplementation__OwnedPortConnectionAssignment_12_1_0_0 ) ) | ( ( rule__ThreadGroupImplementation__OwnedAccessConnectionAssignment_12_1_0_1 ) ) | ( ( rule__ThreadGroupImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 ) ) | ( ( rule__ThreadGroupImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 ) ) );";
}
}
- static final String dfa_112s = "\12\uffff";
- static final String dfa_113s = "\1\157\1\137\1\16\1\127\1\67\2\uffff\1\16\2\uffff";
- static final String dfa_114s = "\1\157\1\137\1\73\1\127\1\157\2\uffff\1\73\2\uffff";
- static final String dfa_115s = "\5\uffff\1\4\1\3\1\uffff\1\1\1\2";
- static final String dfa_116s = "\12\uffff}>";
- static final String[] dfa_117s = {
+ static final String dfa_110s = "\12\uffff";
+ static final String dfa_111s = "\1\157\1\137\1\16\1\127\1\67\2\uffff\1\16\2\uffff";
+ static final String dfa_112s = "\1\157\1\137\1\73\1\127\1\157\2\uffff\1\73\2\uffff";
+ static final String dfa_113s = "\5\uffff\1\3\1\4\1\uffff\1\2\1\1";
+ static final String dfa_114s = "\12\uffff}>";
+ static final String[] dfa_115s = {
"\1\1",
"\1\2",
- "\1\4\5\uffff\1\5\21\uffff\1\3\24\uffff\1\6",
+ "\1\4\5\uffff\1\6\21\uffff\1\3\24\uffff\1\5",
"\1\7",
- "\1\11\34\uffff\1\10\13\uffff\2\10\1\uffff\1\10\13\uffff\1\10",
+ "\1\10\34\uffff\1\11\13\uffff\2\11\1\uffff\1\11\13\uffff\1\11",
"",
"",
- "\1\4\5\uffff\1\5\46\uffff\1\6",
+ "\1\4\5\uffff\1\6\46\uffff\1\5",
"",
""
};
- static final short[] dfa_112 = DFA.unpackEncodedString(dfa_112s);
- static final char[] dfa_113 = DFA.unpackEncodedStringToUnsignedChars(dfa_113s);
- static final char[] dfa_114 = DFA.unpackEncodedStringToUnsignedChars(dfa_114s);
- static final short[] dfa_115 = DFA.unpackEncodedString(dfa_115s);
- static final short[] dfa_116 = DFA.unpackEncodedString(dfa_116s);
- static final short[][] dfa_117 = unpackEncodedStringArray(dfa_117s);
+ static final short[] dfa_110 = DFA.unpackEncodedString(dfa_110s);
+ static final char[] dfa_111 = DFA.unpackEncodedStringToUnsignedChars(dfa_111s);
+ static final char[] dfa_112 = DFA.unpackEncodedStringToUnsignedChars(dfa_112s);
+ static final short[] dfa_113 = DFA.unpackEncodedString(dfa_113s);
+ static final short[] dfa_114 = DFA.unpackEncodedString(dfa_114s);
+ static final short[][] dfa_115 = unpackEncodedStringArray(dfa_115s);
class DFA266 extends DFA {
public DFA266(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 266;
- this.eot = dfa_112;
- this.eof = dfa_112;
- this.min = dfa_113;
- this.max = dfa_114;
- this.accept = dfa_115;
- this.special = dfa_116;
- this.transition = dfa_117;
+ this.eot = dfa_110;
+ this.eof = dfa_110;
+ this.min = dfa_111;
+ this.max = dfa_112;
+ this.accept = dfa_113;
+ this.special = dfa_114;
+ this.transition = dfa_115;
}
public String getDescription() {
- return "11908:1: rule__ThreadImplementation__Alternatives_7_1_0 : ( ( ( rule__ThreadImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_0 ) ) | ( ( rule__ThreadImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_1 ) ) | ( ( rule__ThreadImplementation__OwnedDataSubcomponentAssignment_7_1_0_2 ) ) | ( ( rule__ThreadImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_3 ) ) );";
+ return "10958:1: rule__ThreadImplementation__Alternatives_8_1_0 : ( ( ( rule__ThreadImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_0 ) ) | ( ( rule__ThreadImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_1 ) ) | ( ( rule__ThreadImplementation__OwnedDataSubcomponentAssignment_8_1_0_2 ) ) | ( ( rule__ThreadImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_3 ) ) );";
}
}
@@ -10404,260 +10508,281 @@ class DFA273 extends DFA {
public DFA273(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 273;
- this.eot = dfa_90;
- this.eof = dfa_90;
- this.min = dfa_91;
- this.max = dfa_92;
- this.accept = dfa_93;
- this.special = dfa_94;
- this.transition = dfa_95;
+ this.eot = dfa_88;
+ this.eof = dfa_88;
+ this.min = dfa_89;
+ this.max = dfa_90;
+ this.accept = dfa_91;
+ this.special = dfa_92;
+ this.transition = dfa_93;
}
public String getDescription() {
- return "12039:1: rule__ThreadImplementation__Alternatives_11_1_0 : ( ( ( rule__ThreadImplementation__OwnedPortConnectionAssignment_11_1_0_0 ) ) | ( ( rule__ThreadImplementation__OwnedAccessConnectionAssignment_11_1_0_1 ) ) | ( ( rule__ThreadImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 ) ) | ( ( rule__ThreadImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 ) ) | ( ( rule__ThreadImplementation__OwnedParameterConnectionAssignment_11_1_0_4 ) ) );";
+ return "11089:1: rule__ThreadImplementation__Alternatives_12_1_0 : ( ( ( rule__ThreadImplementation__OwnedPortConnectionAssignment_12_1_0_0 ) ) | ( ( rule__ThreadImplementation__OwnedAccessConnectionAssignment_12_1_0_1 ) ) | ( ( rule__ThreadImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 ) ) | ( ( rule__ThreadImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 ) ) | ( ( rule__ThreadImplementation__OwnedParameterConnectionAssignment_12_1_0_4 ) ) );";
}
}
+ static final String dfa_116s = "\1\157\1\137\1\16\1\uffff\1\67\1\127\4\uffff\1\16\1\67";
+ static final String dfa_117s = "\1\157\1\137\1\113\1\uffff\1\157\1\127\4\uffff\1\113\1\143";
+ static final String dfa_118s = "\3\uffff\1\1\2\uffff\1\5\1\2\1\3\1\4\2\uffff";
+ static final String[] dfa_119s = {
+ "\1\1",
+ "\1\2",
+ "\1\7\1\6\17\uffff\1\4\6\uffff\1\5\1\uffff\1\7\22\uffff\1\7\5\uffff\1\3\11\uffff\1\7",
+ "",
+ "\1\10\67\uffff\1\11",
+ "\1\12",
+ "",
+ "",
+ "",
+ "",
+ "\1\7\1\6\17\uffff\1\13\10\uffff\1\7\22\uffff\1\7\5\uffff\1\3\11\uffff\1\7",
+ "\1\10\34\uffff\1\11\13\uffff\1\11\2\uffff\1\11"
+ };
+ static final char[] dfa_116 = DFA.unpackEncodedStringToUnsignedChars(dfa_116s);
+ static final char[] dfa_117 = DFA.unpackEncodedStringToUnsignedChars(dfa_117s);
+ static final short[] dfa_118 = DFA.unpackEncodedString(dfa_118s);
+ static final short[][] dfa_119 = unpackEncodedStringArray(dfa_119s);
class DFA293 extends DFA {
public DFA293(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 293;
- this.eot = dfa_90;
- this.eof = dfa_90;
- this.min = dfa_91;
- this.max = dfa_92;
- this.accept = dfa_93;
- this.special = dfa_94;
- this.transition = dfa_95;
+ this.eot = dfa_88;
+ this.eof = dfa_88;
+ this.min = dfa_116;
+ this.max = dfa_117;
+ this.accept = dfa_118;
+ this.special = dfa_92;
+ this.transition = dfa_119;
}
public String getDescription() {
- return "12385:1: rule__SubprogramImplementation__Alternatives_11_1_0 : ( ( ( rule__SubprogramImplementation__OwnedPortConnectionAssignment_11_1_0_0 ) ) | ( ( rule__SubprogramImplementation__OwnedAccessConnectionAssignment_11_1_0_1 ) ) | ( ( rule__SubprogramImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 ) ) | ( ( rule__SubprogramImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 ) ) | ( ( rule__SubprogramImplementation__OwnedParameterConnectionAssignment_11_1_0_4 ) ) );";
+ return "11435:1: rule__SubprogramImplementation__Alternatives_12_1_0 : ( ( ( rule__SubprogramImplementation__OwnedPortConnectionAssignment_12_1_0_0 ) ) | ( ( rule__SubprogramImplementation__OwnedAccessConnectionAssignment_12_1_0_1 ) ) | ( ( rule__SubprogramImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 ) ) | ( ( rule__SubprogramImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 ) ) | ( ( rule__SubprogramImplementation__OwnedParameterConnectionAssignment_12_1_0_4 ) ) );";
}
}
- static final String dfa_118s = "\1\157\1\137\1\16\2\uffff\1\127\1\67\1\16\2\uffff";
- static final String dfa_119s = "\1\157\1\137\1\73\2\uffff\1\127\1\157\1\73\2\uffff";
- static final String dfa_120s = "\3\uffff\1\4\1\2\3\uffff\1\3\1\1";
- static final String[] dfa_121s = {
+ static final String dfa_120s = "\1\157\1\137\1\16\1\uffff\1\67\1\127\3\uffff\1\16";
+ static final String dfa_121s = "\1\157\1\137\1\73\1\uffff\1\157\1\127\3\uffff\1\73";
+ static final String dfa_122s = "\3\uffff\1\4\2\uffff\1\2\1\1\1\3\1\uffff";
+ static final String[] dfa_123s = {
"\1\1",
"\1\2",
- "\1\6\5\uffff\1\4\21\uffff\1\5\24\uffff\1\3",
+ "\1\4\5\uffff\1\6\21\uffff\1\5\24\uffff\1\3",
"",
+ "\1\10\34\uffff\1\7\13\uffff\2\7\1\uffff\1\7\13\uffff\1\7",
+ "\1\11",
"",
- "\1\7",
- "\1\10\34\uffff\1\11\13\uffff\2\11\1\uffff\1\11\13\uffff\1\11",
- "\1\6\5\uffff\1\4\46\uffff\1\3",
"",
- ""
+ "",
+ "\1\4\5\uffff\1\6\46\uffff\1\3"
};
- static final char[] dfa_118 = DFA.unpackEncodedStringToUnsignedChars(dfa_118s);
- static final char[] dfa_119 = DFA.unpackEncodedStringToUnsignedChars(dfa_119s);
- static final short[] dfa_120 = DFA.unpackEncodedString(dfa_120s);
- static final short[][] dfa_121 = unpackEncodedStringArray(dfa_121s);
+ static final char[] dfa_120 = DFA.unpackEncodedStringToUnsignedChars(dfa_120s);
+ static final char[] dfa_121 = DFA.unpackEncodedStringToUnsignedChars(dfa_121s);
+ static final short[] dfa_122 = DFA.unpackEncodedString(dfa_122s);
+ static final short[][] dfa_123 = unpackEncodedStringArray(dfa_123s);
class DFA306 extends DFA {
public DFA306(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 306;
- this.eot = dfa_112;
- this.eof = dfa_112;
- this.min = dfa_118;
- this.max = dfa_119;
- this.accept = dfa_120;
- this.special = dfa_116;
- this.transition = dfa_121;
+ this.eot = dfa_110;
+ this.eof = dfa_110;
+ this.min = dfa_120;
+ this.max = dfa_121;
+ this.accept = dfa_122;
+ this.special = dfa_114;
+ this.transition = dfa_123;
}
public String getDescription() {
- return "12606:1: rule__SubprogramGroupImplementation__Alternatives_7_1_0 : ( ( ( rule__SubprogramGroupImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_0 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_1 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedDataSubcomponentAssignment_7_1_0_3 ) ) );";
+ return "11656:1: rule__SubprogramGroupImplementation__Alternatives_9_1_0 : ( ( ( rule__SubprogramGroupImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_0 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_1 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_9_1_0_2 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedDataSubcomponentAssignment_9_1_0_3 ) ) );";
}
}
- static final String dfa_122s = "\1\157\1\137\1\16\1\67\1\127\3\uffff\1\16\1\67";
- static final String dfa_123s = "\1\157\1\137\1\113\1\157\1\127\3\uffff\1\113\1\143";
- static final String dfa_124s = "\5\uffff\1\1\1\3\1\2\2\uffff";
- static final String[] dfa_125s = {
+ static final String dfa_124s = "\1\157\1\137\1\16\1\uffff\1\67\1\127\2\uffff\1\16\1\67";
+ static final String dfa_125s = "\1\157\1\137\1\113\1\uffff\1\157\1\127\2\uffff\1\113\1\143";
+ static final String dfa_126s = "\3\uffff\1\1\2\uffff\1\2\1\3\2\uffff";
+ static final String[] dfa_127s = {
"\1\1",
"\1\2",
- "\1\5\20\uffff\1\3\6\uffff\1\4\1\uffff\1\5\22\uffff\1\5\17\uffff\1\5",
- "\1\7\67\uffff\1\6",
- "\1\10",
+ "\1\3\20\uffff\1\4\6\uffff\1\5\1\uffff\1\3\22\uffff\1\3\17\uffff\1\3",
"",
+ "\1\6\67\uffff\1\7",
+ "\1\10",
"",
"",
- "\1\5\20\uffff\1\11\10\uffff\1\5\22\uffff\1\5\17\uffff\1\5",
- "\1\7\34\uffff\1\6\13\uffff\1\6\2\uffff\1\6"
+ "\1\3\20\uffff\1\11\10\uffff\1\3\22\uffff\1\3\17\uffff\1\3",
+ "\1\6\34\uffff\1\7\13\uffff\1\7\2\uffff\1\7"
};
- static final char[] dfa_122 = DFA.unpackEncodedStringToUnsignedChars(dfa_122s);
- static final char[] dfa_123 = DFA.unpackEncodedStringToUnsignedChars(dfa_123s);
- static final short[] dfa_124 = DFA.unpackEncodedString(dfa_124s);
- static final short[][] dfa_125 = unpackEncodedStringArray(dfa_125s);
+ static final char[] dfa_124 = DFA.unpackEncodedStringToUnsignedChars(dfa_124s);
+ static final char[] dfa_125 = DFA.unpackEncodedStringToUnsignedChars(dfa_125s);
+ static final short[] dfa_126 = DFA.unpackEncodedString(dfa_126s);
+ static final short[][] dfa_127 = unpackEncodedStringArray(dfa_127s);
class DFA311 extends DFA {
public DFA311(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 311;
- this.eot = dfa_112;
- this.eof = dfa_112;
- this.min = dfa_122;
- this.max = dfa_123;
- this.accept = dfa_124;
- this.special = dfa_116;
- this.transition = dfa_125;
+ this.eot = dfa_110;
+ this.eof = dfa_110;
+ this.min = dfa_124;
+ this.max = dfa_125;
+ this.accept = dfa_126;
+ this.special = dfa_114;
+ this.transition = dfa_127;
}
public String getDescription() {
- return "12709:1: rule__SubprogramGroupImplementation__Alternatives_10_1_0 : ( ( ( rule__SubprogramGroupImplementation__OwnedAccessConnectionAssignment_10_1_0_0 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedFeatureConnectionAssignment_10_1_0_2 ) ) );";
+ return "11759:1: rule__SubprogramGroupImplementation__Alternatives_12_1_0 : ( ( ( rule__SubprogramGroupImplementation__OwnedAccessConnectionAssignment_12_1_0_0 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_1 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedFeatureConnectionAssignment_12_1_0_2 ) ) );";
}
}
- static final String dfa_126s = "\1\157\1\137\1\24\1\20\1\127\5\uffff\1\24";
- static final String dfa_127s = "\1\157\1\137\2\113\1\127\5\uffff\1\113";
- static final String dfa_128s = "\5\uffff\1\2\1\3\1\1\1\5\1\4\1\uffff";
- static final String[] dfa_129s = {
+ static final String dfa_128s = "\1\157\1\137\1\24\1\127\2\uffff\1\20\1\uffff\1\24\2\uffff";
+ static final String dfa_129s = "\1\157\1\137\1\113\1\127\2\uffff\1\113\1\uffff\1\113\2\uffff";
+ static final String dfa_130s = "\4\uffff\1\2\1\3\1\uffff\1\1\1\uffff\1\5\1\4";
+ static final String[] dfa_131s = {
"\1\1",
"\1\2",
- "\1\5\21\uffff\1\4\1\uffff\1\3\2\uffff\1\7\37\uffff\1\6",
- "\1\10\72\uffff\1\11",
- "\1\12",
- "",
+ "\1\4\21\uffff\1\3\1\uffff\1\6\2\uffff\1\7\37\uffff\1\5",
+ "\1\10",
"",
"",
+ "\1\11\72\uffff\1\12",
"",
+ "\1\4\23\uffff\1\6\2\uffff\1\7\37\uffff\1\5",
"",
- "\1\5\23\uffff\1\3\2\uffff\1\7\37\uffff\1\6"
+ ""
};
- static final char[] dfa_126 = DFA.unpackEncodedStringToUnsignedChars(dfa_126s);
- static final char[] dfa_127 = DFA.unpackEncodedStringToUnsignedChars(dfa_127s);
- static final short[] dfa_128 = DFA.unpackEncodedString(dfa_128s);
- static final short[][] dfa_129 = unpackEncodedStringArray(dfa_129s);
+ static final char[] dfa_128 = DFA.unpackEncodedStringToUnsignedChars(dfa_128s);
+ static final char[] dfa_129 = DFA.unpackEncodedStringToUnsignedChars(dfa_129s);
+ static final short[] dfa_130 = DFA.unpackEncodedString(dfa_130s);
+ static final short[][] dfa_131 = unpackEncodedStringArray(dfa_131s);
class DFA321 extends DFA {
public DFA321(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 321;
- this.eot = dfa_100;
- this.eof = dfa_100;
- this.min = dfa_126;
- this.max = dfa_127;
- this.accept = dfa_128;
- this.special = dfa_104;
- this.transition = dfa_129;
+ this.eot = dfa_98;
+ this.eof = dfa_98;
+ this.min = dfa_128;
+ this.max = dfa_129;
+ this.accept = dfa_130;
+ this.special = dfa_102;
+ this.transition = dfa_131;
}
public String getDescription() {
- return "12869:1: rule__ProcessorImplementation__Alternatives_7_1_0 : ( ( ( rule__ProcessorImplementation__OwnedMemorySubcomponentAssignment_7_1_0_0 ) ) | ( ( rule__ProcessorImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_1 ) ) | ( ( rule__ProcessorImplementation__OwnedBusSubcomponentAssignment_7_1_0_2 ) ) | ( ( rule__ProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_3 ) ) | ( ( rule__ProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_4 ) ) );";
+ return "11919:1: rule__ProcessorImplementation__Alternatives_8_1_0 : ( ( ( rule__ProcessorImplementation__OwnedMemorySubcomponentAssignment_8_1_0_0 ) ) | ( ( rule__ProcessorImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_1 ) ) | ( ( rule__ProcessorImplementation__OwnedBusSubcomponentAssignment_8_1_0_2 ) ) | ( ( rule__ProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_3 ) ) | ( ( rule__ProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_4 ) ) );";
}
}
- static final String dfa_130s = "\1\157\1\137\1\16\1\uffff\1\127\1\uffff\1\67\1\16\2\uffff\1\67";
- static final String dfa_131s = "\1\157\1\137\1\113\1\uffff\1\127\1\uffff\1\157\1\113\2\uffff\1\143";
- static final String dfa_132s = "\3\uffff\1\1\1\uffff\1\2\2\uffff\1\4\1\3\1\uffff";
- static final String[] dfa_133s = {
+ static final String dfa_132s = "\1\157\1\137\1\16\1\127\1\67\2\uffff\1\16\2\uffff\1\67";
+ static final String dfa_133s = "\1\157\1\137\1\113\1\127\1\157\2\uffff\1\113\2\uffff\1\143";
+ static final String dfa_134s = "\5\uffff\1\2\1\1\1\uffff\1\4\1\3\1\uffff";
+ static final String[] dfa_135s = {
"\1\1",
"\1\2",
- "\1\5\20\uffff\1\6\6\uffff\1\4\1\uffff\1\5\22\uffff\1\5\5\uffff\1\3\11\uffff\1\5",
- "",
+ "\1\5\20\uffff\1\4\6\uffff\1\3\1\uffff\1\5\22\uffff\1\5\5\uffff\1\6\11\uffff\1\5",
"\1\7",
- "",
"\1\11\67\uffff\1\10",
- "\1\5\20\uffff\1\12\10\uffff\1\5\22\uffff\1\5\5\uffff\1\3\11\uffff\1\5",
+ "",
+ "",
+ "\1\5\20\uffff\1\12\10\uffff\1\5\22\uffff\1\5\5\uffff\1\6\11\uffff\1\5",
"",
"",
"\1\11\34\uffff\1\10\13\uffff\1\10\2\uffff\1\10"
};
- static final char[] dfa_130 = DFA.unpackEncodedStringToUnsignedChars(dfa_130s);
- static final char[] dfa_131 = DFA.unpackEncodedStringToUnsignedChars(dfa_131s);
- static final short[] dfa_132 = DFA.unpackEncodedString(dfa_132s);
- static final short[][] dfa_133 = unpackEncodedStringArray(dfa_133s);
+ static final char[] dfa_132 = DFA.unpackEncodedStringToUnsignedChars(dfa_132s);
+ static final char[] dfa_133 = DFA.unpackEncodedStringToUnsignedChars(dfa_133s);
+ static final short[] dfa_134 = DFA.unpackEncodedString(dfa_134s);
+ static final short[][] dfa_135 = unpackEncodedStringArray(dfa_135s);
class DFA325 extends DFA {
public DFA325(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 325;
- this.eot = dfa_100;
- this.eof = dfa_100;
- this.min = dfa_130;
- this.max = dfa_131;
- this.accept = dfa_132;
- this.special = dfa_104;
- this.transition = dfa_133;
+ this.eot = dfa_98;
+ this.eof = dfa_98;
+ this.min = dfa_132;
+ this.max = dfa_133;
+ this.accept = dfa_134;
+ this.special = dfa_102;
+ this.transition = dfa_135;
}
public String getDescription() {
- return "12957:1: rule__ProcessorImplementation__Alternatives_9_1_0 : ( ( ( rule__ProcessorImplementation__OwnedPortConnectionAssignment_9_1_0_0 ) ) | ( ( rule__ProcessorImplementation__OwnedAccessConnectionAssignment_9_1_0_1 ) ) | ( ( rule__ProcessorImplementation__OwnedFeatureGroupConnectionAssignment_9_1_0_2 ) ) | ( ( rule__ProcessorImplementation__OwnedFeatureConnectionAssignment_9_1_0_3 ) ) );";
+ return "12007:1: rule__ProcessorImplementation__Alternatives_10_1_0 : ( ( ( rule__ProcessorImplementation__OwnedPortConnectionAssignment_10_1_0_0 ) ) | ( ( rule__ProcessorImplementation__OwnedAccessConnectionAssignment_10_1_0_1 ) ) | ( ( rule__ProcessorImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 ) ) | ( ( rule__ProcessorImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 ) ) );";
}
}
- static final String dfa_134s = "\1\157\1\137\1\16\1\67\1\uffff\1\127\3\uffff\1\16\1\67";
- static final String dfa_135s = "\1\157\1\137\1\113\1\157\1\uffff\1\127\3\uffff\1\113\1\143";
- static final String dfa_136s = "\4\uffff\1\1\1\uffff\1\2\1\4\1\3\2\uffff";
- static final String[] dfa_137s = {
+ static final String dfa_136s = "\1\157\1\137\1\16\2\uffff\1\67\1\127\2\uffff\1\16\1\67";
+ static final String dfa_137s = "\1\157\1\137\1\113\2\uffff\1\157\1\127\2\uffff\1\113\1\143";
+ static final String dfa_138s = "\3\uffff\1\2\1\1\2\uffff\1\4\1\3\2\uffff";
+ static final String[] dfa_139s = {
"\1\1",
"\1\2",
- "\1\6\20\uffff\1\3\6\uffff\1\5\1\uffff\1\6\22\uffff\1\6\5\uffff\1\4\11\uffff\1\6",
- "\1\10\67\uffff\1\7",
+ "\1\3\20\uffff\1\5\6\uffff\1\6\1\uffff\1\3\22\uffff\1\3\5\uffff\1\4\11\uffff\1\3",
"",
- "\1\11",
"",
+ "\1\10\67\uffff\1\7",
+ "\1\11",
"",
"",
- "\1\6\20\uffff\1\12\10\uffff\1\6\22\uffff\1\6\5\uffff\1\4\11\uffff\1\6",
+ "\1\3\20\uffff\1\12\10\uffff\1\3\22\uffff\1\3\5\uffff\1\4\11\uffff\1\3",
"\1\10\34\uffff\1\7\13\uffff\1\7\2\uffff\1\7"
};
- static final char[] dfa_134 = DFA.unpackEncodedStringToUnsignedChars(dfa_134s);
- static final char[] dfa_135 = DFA.unpackEncodedStringToUnsignedChars(dfa_135s);
- static final short[] dfa_136 = DFA.unpackEncodedString(dfa_136s);
- static final short[][] dfa_137 = unpackEncodedStringArray(dfa_137s);
+ static final char[] dfa_136 = DFA.unpackEncodedStringToUnsignedChars(dfa_136s);
+ static final char[] dfa_137 = DFA.unpackEncodedStringToUnsignedChars(dfa_137s);
+ static final short[] dfa_138 = DFA.unpackEncodedString(dfa_138s);
+ static final short[][] dfa_139 = unpackEncodedStringArray(dfa_139s);
class DFA343 extends DFA {
public DFA343(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 343;
- this.eot = dfa_100;
- this.eof = dfa_100;
- this.min = dfa_134;
- this.max = dfa_135;
- this.accept = dfa_136;
- this.special = dfa_104;
- this.transition = dfa_137;
+ this.eot = dfa_98;
+ this.eof = dfa_98;
+ this.min = dfa_136;
+ this.max = dfa_137;
+ this.accept = dfa_138;
+ this.special = dfa_102;
+ this.transition = dfa_139;
}
public String getDescription() {
- return "13269:1: rule__VirtualProcessorImplementation__Alternatives_10_1_0 : ( ( ( rule__VirtualProcessorImplementation__OwnedPortConnectionAssignment_10_1_0_0 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedAccessConnectionAssignment_10_1_0_1 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 ) ) );";
+ return "12319:1: rule__VirtualProcessorImplementation__Alternatives_12_1_0 : ( ( ( rule__VirtualProcessorImplementation__OwnedPortConnectionAssignment_12_1_0_0 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedAccessConnectionAssignment_12_1_0_1 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 ) ) );";
}
}
- static final String dfa_138s = "\1\157\1\137\1\16\1\uffff\1\127\1\67\1\uffff\1\16\2\uffff\1\67";
- static final String dfa_139s = "\1\157\1\137\1\113\1\uffff\1\127\1\157\1\uffff\1\113\2\uffff\1\143";
- static final String dfa_140s = "\3\uffff\1\2\2\uffff\1\1\1\uffff\1\4\1\3\1\uffff";
- static final String[] dfa_141s = {
+ static final String dfa_140s = "\1\157\1\137\1\16\1\127\2\uffff\1\67\1\16\2\uffff\1\67";
+ static final String dfa_141s = "\1\157\1\137\1\113\1\127\2\uffff\1\157\1\113\2\uffff\1\143";
+ static final String dfa_142s = "\4\uffff\1\2\1\1\2\uffff\1\4\1\3\1\uffff";
+ static final String[] dfa_143s = {
"\1\1",
"\1\2",
- "\1\3\20\uffff\1\5\6\uffff\1\4\1\uffff\1\3\22\uffff\1\3\5\uffff\1\6\11\uffff\1\3",
- "",
+ "\1\4\20\uffff\1\6\6\uffff\1\3\1\uffff\1\4\22\uffff\1\4\5\uffff\1\5\11\uffff\1\4",
"\1\7",
- "\1\11\67\uffff\1\10",
"",
- "\1\3\20\uffff\1\12\10\uffff\1\3\22\uffff\1\3\5\uffff\1\6\11\uffff\1\3",
+ "",
+ "\1\11\67\uffff\1\10",
+ "\1\4\20\uffff\1\12\10\uffff\1\4\22\uffff\1\4\5\uffff\1\5\11\uffff\1\4",
"",
"",
"\1\11\34\uffff\1\10\13\uffff\1\10\2\uffff\1\10"
};
- static final char[] dfa_138 = DFA.unpackEncodedStringToUnsignedChars(dfa_138s);
- static final char[] dfa_139 = DFA.unpackEncodedStringToUnsignedChars(dfa_139s);
- static final short[] dfa_140 = DFA.unpackEncodedString(dfa_140s);
- static final short[][] dfa_141 = unpackEncodedStringArray(dfa_141s);
+ static final char[] dfa_140 = DFA.unpackEncodedStringToUnsignedChars(dfa_140s);
+ static final char[] dfa_141 = DFA.unpackEncodedStringToUnsignedChars(dfa_141s);
+ static final short[] dfa_142 = DFA.unpackEncodedString(dfa_142s);
+ static final short[][] dfa_143 = unpackEncodedStringArray(dfa_143s);
class DFA361 extends DFA {
public DFA361(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 361;
- this.eot = dfa_100;
- this.eof = dfa_100;
- this.min = dfa_138;
- this.max = dfa_139;
- this.accept = dfa_140;
- this.special = dfa_104;
- this.transition = dfa_141;
+ this.eot = dfa_98;
+ this.eof = dfa_98;
+ this.min = dfa_140;
+ this.max = dfa_141;
+ this.accept = dfa_142;
+ this.special = dfa_102;
+ this.transition = dfa_143;
}
public String getDescription() {
- return "13587:1: rule__DeviceImplementation__Alternatives_10_1_0 : ( ( ( rule__DeviceImplementation__OwnedPortConnectionAssignment_10_1_0_0 ) ) | ( ( rule__DeviceImplementation__OwnedAccessConnectionAssignment_10_1_0_1 ) ) | ( ( rule__DeviceImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 ) ) | ( ( rule__DeviceImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 ) ) );";
+ return "12637:1: rule__DeviceImplementation__Alternatives_11_1_0 : ( ( ( rule__DeviceImplementation__OwnedPortConnectionAssignment_11_1_0_0 ) ) | ( ( rule__DeviceImplementation__OwnedAccessConnectionAssignment_11_1_0_1 ) ) | ( ( rule__DeviceImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 ) ) | ( ( rule__DeviceImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 ) ) );";
}
}
@@ -10666,125 +10791,125 @@ class DFA378 extends DFA {
public DFA378(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 378;
- this.eot = dfa_112;
- this.eof = dfa_112;
- this.min = dfa_122;
- this.max = dfa_123;
- this.accept = dfa_124;
- this.special = dfa_116;
- this.transition = dfa_125;
+ this.eot = dfa_110;
+ this.eof = dfa_110;
+ this.min = dfa_124;
+ this.max = dfa_125;
+ this.accept = dfa_126;
+ this.special = dfa_114;
+ this.transition = dfa_127;
}
public String getDescription() {
- return "13878:1: rule__MemoryImplementation__Alternatives_9_1_0 : ( ( ( rule__MemoryImplementation__OwnedAccessConnectionAssignment_9_1_0_0 ) ) | ( ( rule__MemoryImplementation__OwnedFeatureGroupConnectionAssignment_9_1_0_1 ) ) | ( ( rule__MemoryImplementation__OwnedFeatureConnectionAssignment_9_1_0_2 ) ) );";
+ return "12928:1: rule__MemoryImplementation__Alternatives_10_1_0 : ( ( ( rule__MemoryImplementation__OwnedAccessConnectionAssignment_10_1_0_0 ) ) | ( ( rule__MemoryImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1 ) ) | ( ( rule__MemoryImplementation__OwnedFeatureConnectionAssignment_10_1_0_2 ) ) );";
}
}
- static final String dfa_142s = "\1\157\1\137\1\16\1\127\1\uffff\1\67\1\16\2\uffff\1\67";
- static final String dfa_143s = "\1\157\1\137\1\113\1\127\1\uffff\1\157\1\113\2\uffff\1\143";
- static final String dfa_144s = "\4\uffff\1\1\2\uffff\1\3\1\2\1\uffff";
- static final String[] dfa_145s = {
+ static final String dfa_144s = "\1\157\1\137\1\16\1\127\1\67\1\uffff\1\16\2\uffff\1\67";
+ static final String dfa_145s = "\1\157\1\137\1\113\1\127\1\157\1\uffff\1\113\2\uffff\1\143";
+ static final String dfa_146s = "\5\uffff\1\1\1\uffff\1\3\1\2\1\uffff";
+ static final String[] dfa_147s = {
"\1\1",
"\1\2",
- "\1\4\20\uffff\1\5\6\uffff\1\3\1\uffff\1\4\22\uffff\1\4\17\uffff\1\4",
+ "\1\5\20\uffff\1\4\6\uffff\1\3\1\uffff\1\5\22\uffff\1\5\17\uffff\1\5",
"\1\6",
- "",
"\1\10\67\uffff\1\7",
- "\1\4\20\uffff\1\11\10\uffff\1\4\22\uffff\1\4\17\uffff\1\4",
+ "",
+ "\1\5\20\uffff\1\11\10\uffff\1\5\22\uffff\1\5\17\uffff\1\5",
"",
"",
"\1\10\34\uffff\1\7\13\uffff\1\7\2\uffff\1\7"
};
- static final char[] dfa_142 = DFA.unpackEncodedStringToUnsignedChars(dfa_142s);
- static final char[] dfa_143 = DFA.unpackEncodedStringToUnsignedChars(dfa_143s);
- static final short[] dfa_144 = DFA.unpackEncodedString(dfa_144s);
- static final short[][] dfa_145 = unpackEncodedStringArray(dfa_145s);
+ static final char[] dfa_144 = DFA.unpackEncodedStringToUnsignedChars(dfa_144s);
+ static final char[] dfa_145 = DFA.unpackEncodedStringToUnsignedChars(dfa_145s);
+ static final short[] dfa_146 = DFA.unpackEncodedString(dfa_146s);
+ static final short[][] dfa_147 = unpackEncodedStringArray(dfa_147s);
class DFA414 extends DFA {
public DFA414(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 414;
- this.eot = dfa_112;
- this.eof = dfa_112;
- this.min = dfa_142;
- this.max = dfa_143;
- this.accept = dfa_144;
- this.special = dfa_116;
- this.transition = dfa_145;
+ this.eot = dfa_110;
+ this.eof = dfa_110;
+ this.min = dfa_144;
+ this.max = dfa_145;
+ this.accept = dfa_146;
+ this.special = dfa_114;
+ this.transition = dfa_147;
}
public String getDescription() {
- return "14464:1: rule__DataImplementation__Alternatives_10_1_0 : ( ( ( rule__DataImplementation__OwnedAccessConnectionAssignment_10_1_0_0 ) ) | ( ( rule__DataImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1 ) ) | ( ( rule__DataImplementation__OwnedFeatureConnectionAssignment_10_1_0_2 ) ) );";
+ return "13514:1: rule__DataImplementation__Alternatives_11_1_0 : ( ( ( rule__DataImplementation__OwnedAccessConnectionAssignment_11_1_0_0 ) ) | ( ( rule__DataImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_1 ) ) | ( ( rule__DataImplementation__OwnedFeatureConnectionAssignment_11_1_0_2 ) ) );";
}
}
- static final String dfa_146s = "\7\uffff";
- static final String dfa_147s = "\1\20\1\122\1\uffff\1\157\2\uffff\1\122";
- static final String dfa_148s = "\1\157\1\143\1\uffff\1\157\2\uffff\1\143";
- static final String dfa_149s = "\2\uffff\1\3\1\uffff\1\2\1\1\1\uffff";
- static final String dfa_150s = "\7\uffff}>";
- static final String[] dfa_151s = {
+ static final String dfa_148s = "\7\uffff";
+ static final String dfa_149s = "\1\20\1\122\1\uffff\1\157\2\uffff\1\122";
+ static final String dfa_150s = "\1\157\1\143\1\uffff\1\157\2\uffff\1\143";
+ static final String dfa_151s = "\2\uffff\1\3\1\uffff\1\1\1\2\1\uffff";
+ static final String dfa_152s = "\7\uffff}>";
+ static final String[] dfa_153s = {
"\1\2\136\uffff\1\1",
- "\1\3\13\uffff\1\5\1\uffff\1\4\2\uffff\1\4",
+ "\1\3\13\uffff\1\4\1\uffff\1\5\2\uffff\1\5",
"",
"\1\6",
"",
"",
- "\1\3\13\uffff\1\5\1\uffff\1\4\2\uffff\1\4"
+ "\1\3\13\uffff\1\4\1\uffff\1\5\2\uffff\1\5"
};
- static final short[] dfa_146 = DFA.unpackEncodedString(dfa_146s);
- static final char[] dfa_147 = DFA.unpackEncodedStringToUnsignedChars(dfa_147s);
- static final char[] dfa_148 = DFA.unpackEncodedStringToUnsignedChars(dfa_148s);
- static final short[] dfa_149 = DFA.unpackEncodedString(dfa_149s);
- static final short[] dfa_150 = DFA.unpackEncodedString(dfa_150s);
- static final short[][] dfa_151 = unpackEncodedStringArray(dfa_151s);
+ static final short[] dfa_148 = DFA.unpackEncodedString(dfa_148s);
+ static final char[] dfa_149 = DFA.unpackEncodedStringToUnsignedChars(dfa_149s);
+ static final char[] dfa_150 = DFA.unpackEncodedStringToUnsignedChars(dfa_150s);
+ static final short[] dfa_151 = DFA.unpackEncodedString(dfa_151s);
+ static final short[] dfa_152 = DFA.unpackEncodedString(dfa_152s);
+ static final short[][] dfa_153 = unpackEncodedStringArray(dfa_153s);
class DFA423 extends DFA {
public DFA423(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 423;
- this.eot = dfa_146;
- this.eof = dfa_146;
- this.min = dfa_147;
- this.max = dfa_148;
- this.accept = dfa_149;
- this.special = dfa_150;
- this.transition = dfa_151;
+ this.eot = dfa_148;
+ this.eof = dfa_148;
+ this.min = dfa_149;
+ this.max = dfa_150;
+ this.accept = dfa_151;
+ this.special = dfa_152;
+ this.transition = dfa_153;
}
public String getDescription() {
- return "14617:1: rule__SubprogramCall__Alternatives_4 : ( ( ( rule__SubprogramCall__Group_4_0__0 ) ) | ( ( rule__SubprogramCall__CalledSubprogramAssignment_4_1 ) ) | ( ( rule__SubprogramCall__Group_4_2__0 ) ) );";
+ return "13667:1: rule__SubprogramCall__Alternatives_4 : ( ( ( rule__SubprogramCall__Group_4_0__0 ) ) | ( ( rule__SubprogramCall__CalledSubprogramAssignment_4_1 ) ) | ( ( rule__SubprogramCall__Group_4_2__0 ) ) );";
}
}
- static final String dfa_152s = "\1\157\1\137\1\16\1\uffff\1\20\1\127\1\uffff\2\67\10\uffff\1\16\4\uffff";
- static final String dfa_153s = "\1\157\1\137\1\113\1\uffff\1\113\1\127\1\uffff\2\157\10\uffff\1\113\4\uffff";
- static final String dfa_154s = "\3\uffff\1\2\2\uffff\1\4\2\uffff\1\5\1\15\1\1\1\3\1\6\1\16\1\14\1\13\1\uffff\1\12\1\11\1\7\1\10";
- static final String[] dfa_155s = {
+ static final String dfa_154s = "\1\157\1\137\1\16\1\127\1\uffff\1\67\2\uffff\1\67\1\20\5\uffff\1\16\6\uffff";
+ static final String dfa_155s = "\1\157\1\137\1\113\1\127\1\uffff\1\157\2\uffff\1\157\1\113\5\uffff\1\113\6\uffff";
+ static final String dfa_156s = "\4\uffff\1\6\1\uffff\1\3\1\1\2\uffff\1\4\1\15\1\16\1\2\1\5\1\uffff\1\11\1\12\1\7\1\10\1\13\1\14";
+ static final String[] dfa_157s = {
"\1\1",
"\1\2",
- "\1\10\1\uffff\1\15\3\uffff\1\13\20\uffff\1\11\1\5\1\uffff\1\4\1\uffff\1\14\1\6\3\uffff\1\12\1\7\12\uffff\1\16\17\uffff\1\3",
+ "\1\10\1\uffff\1\4\3\uffff\1\7\20\uffff\1\16\1\3\1\uffff\1\11\1\uffff\1\6\1\12\3\uffff\1\13\1\5\12\uffff\1\14\17\uffff\1\15",
+ "\1\17",
"",
- "\1\17\72\uffff\1\20",
- "\1\21",
+ "\1\21\50\uffff\2\20\1\uffff\1\20\13\uffff\1\20",
"",
- "\1\22\50\uffff\2\23\1\uffff\1\23\13\uffff\1\23",
- "\1\25\50\uffff\2\24\1\uffff\1\24\13\uffff\1\24",
"",
+ "\1\23\50\uffff\2\22\1\uffff\1\22\13\uffff\1\22",
+ "\1\25\72\uffff\1\24",
"",
"",
"",
"",
"",
+ "\1\10\1\uffff\1\4\3\uffff\1\7\20\uffff\1\16\2\uffff\1\11\1\uffff\1\6\1\12\3\uffff\1\13\1\5\12\uffff\1\14\17\uffff\1\15",
"",
"",
- "\1\10\1\uffff\1\15\3\uffff\1\13\20\uffff\1\11\2\uffff\1\4\1\uffff\1\14\1\6\3\uffff\1\12\1\7\12\uffff\1\16\17\uffff\1\3",
"",
"",
"",
""
};
- static final char[] dfa_152 = DFA.unpackEncodedStringToUnsignedChars(dfa_152s);
- static final char[] dfa_153 = DFA.unpackEncodedStringToUnsignedChars(dfa_153s);
- static final short[] dfa_154 = DFA.unpackEncodedString(dfa_154s);
- static final short[][] dfa_155 = unpackEncodedStringArray(dfa_155s);
+ static final char[] dfa_154 = DFA.unpackEncodedStringToUnsignedChars(dfa_154s);
+ static final char[] dfa_155 = DFA.unpackEncodedStringToUnsignedChars(dfa_155s);
+ static final short[] dfa_156 = DFA.unpackEncodedString(dfa_156s);
+ static final short[][] dfa_157 = unpackEncodedStringArray(dfa_157s);
class DFA425 extends DFA {
@@ -10793,40 +10918,40 @@ public DFA425(BaseRecognizer recognizer) {
this.decisionNumber = 425;
this.eot = dfa_18;
this.eof = dfa_18;
- this.min = dfa_152;
- this.max = dfa_153;
- this.accept = dfa_154;
+ this.min = dfa_154;
+ this.max = dfa_155;
+ this.accept = dfa_156;
this.special = dfa_22;
- this.transition = dfa_155;
+ this.transition = dfa_157;
}
public String getDescription() {
- return "14671:1: rule__ComponentPrototype__Alternatives : ( ( ruleAbstractPrototype ) | ( ruleBusPrototype ) | ( ruleDevicePrototype ) | ( ruleMemoryPrototype ) | ( ruleProcessPrototype ) | ( ruleProcessorPrototype ) | ( ruleSubprogramPrototype ) | ( ruleSubprogramGroupPrototype ) | ( ruleThreadPrototype ) | ( ruleThreadGroupPrototype ) | ( ruleVirtualBusPrototype ) | ( ruleVirtualProcessorPrototype ) | ( ruleSystemPrototype ) | ( ruleDataPrototype ) );";
+ return "13721:1: rule__ComponentPrototype__Alternatives : ( ( ruleAbstractPrototype ) | ( ruleBusPrototype ) | ( ruleDevicePrototype ) | ( ruleMemoryPrototype ) | ( ruleProcessPrototype ) | ( ruleProcessorPrototype ) | ( ruleSubprogramPrototype ) | ( ruleSubprogramGroupPrototype ) | ( ruleThreadPrototype ) | ( ruleThreadGroupPrototype ) | ( ruleVirtualBusPrototype ) | ( ruleVirtualProcessorPrototype ) | ( ruleSystemPrototype ) | ( ruleDataPrototype ) );";
}
}
- static final String dfa_156s = "\27\uffff";
- static final String dfa_157s = "\1\157\1\137\1\21\1\127\2\17\1\67\2\16\1\uffff\1\21\1\17\1\uffff\1\73\2\uffff\1\51\6\uffff";
- static final String dfa_158s = "\1\157\1\137\1\124\1\127\1\115\1\73\1\157\2\113\1\uffff\1\124\1\73\1\uffff\1\101\2\uffff\1\67\6\uffff";
- static final String dfa_159s = "\11\uffff\1\11\2\uffff\1\12\1\uffff\1\1\1\4\1\uffff\1\5\1\6\1\3\1\2\1\7\1\10";
- static final String dfa_160s = "\27\uffff}>";
- static final String[] dfa_161s = {
+ static final String dfa_158s = "\27\uffff";
+ static final String dfa_159s = "\1\157\1\137\1\21\2\17\1\uffff\1\67\1\127\2\16\1\17\1\uffff\1\73\2\uffff\1\21\1\uffff\1\51\5\uffff";
+ static final String dfa_160s = "\1\157\1\137\1\124\1\115\1\73\1\uffff\1\157\1\127\2\113\1\73\1\uffff\1\101\2\uffff\1\124\1\uffff\1\67\5\uffff";
+ static final String dfa_161s = "\5\uffff\1\11\5\uffff\1\12\1\uffff\1\1\1\4\1\uffff\1\6\1\uffff\1\5\1\2\1\3\1\7\1\10";
+ static final String dfa_162s = "\27\uffff}>";
+ static final String[] dfa_163s = {
"\1\1",
"\1\2",
- "\1\11\7\uffff\1\10\1\7\4\uffff\1\6\6\uffff\1\3\46\uffff\1\5\6\uffff\1\4",
- "\1\12",
- "\1\14\1\uffff\1\11\15\uffff\1\6\24\uffff\1\15\6\uffff\1\16\21\uffff\1\13",
- "\1\14\1\uffff\1\11\15\uffff\1\6\24\uffff\1\15\6\uffff\1\16",
- "\1\17\50\uffff\2\11\1\uffff\1\11\13\uffff\1\11",
- "\1\20\31\uffff\1\22\22\uffff\1\21\17\uffff\1\22",
- "\1\20\31\uffff\1\22\22\uffff\1\21\17\uffff\1\22",
+ "\1\5\7\uffff\1\11\1\10\4\uffff\1\6\6\uffff\1\7\46\uffff\1\4\6\uffff\1\3",
+ "\1\13\1\uffff\1\5\15\uffff\1\6\24\uffff\1\14\6\uffff\1\15\21\uffff\1\12",
+ "\1\13\1\uffff\1\5\15\uffff\1\6\24\uffff\1\14\6\uffff\1\15",
"",
- "\1\11\7\uffff\1\10\1\7\4\uffff\1\6\55\uffff\1\5\6\uffff\1\4",
- "\1\14\44\uffff\1\15\6\uffff\1\16",
+ "\1\16\50\uffff\2\5\1\uffff\1\5\13\uffff\1\5",
+ "\1\17",
+ "\1\21\31\uffff\1\20\22\uffff\1\22\17\uffff\1\20",
+ "\1\21\31\uffff\1\20\22\uffff\1\22\17\uffff\1\20",
+ "\1\13\44\uffff\1\14\6\uffff\1\15",
"",
- "\1\23\5\uffff\1\24",
+ "\1\24\5\uffff\1\23",
"",
"",
- "\1\25\15\uffff\1\26",
+ "\1\5\7\uffff\1\11\1\10\4\uffff\1\6\55\uffff\1\4\6\uffff\1\3",
"",
+ "\1\25\15\uffff\1\26",
"",
"",
"",
@@ -10834,40 +10959,40 @@ public String getDescription() {
""
};
- static final short[] dfa_156 = DFA.unpackEncodedString(dfa_156s);
- static final char[] dfa_157 = DFA.unpackEncodedStringToUnsignedChars(dfa_157s);
- static final char[] dfa_158 = DFA.unpackEncodedStringToUnsignedChars(dfa_158s);
- static final short[] dfa_159 = DFA.unpackEncodedString(dfa_159s);
- static final short[] dfa_160 = DFA.unpackEncodedString(dfa_160s);
- static final short[][] dfa_161 = unpackEncodedStringArray(dfa_161s);
+ static final short[] dfa_158 = DFA.unpackEncodedString(dfa_158s);
+ static final char[] dfa_159 = DFA.unpackEncodedStringToUnsignedChars(dfa_159s);
+ static final char[] dfa_160 = DFA.unpackEncodedStringToUnsignedChars(dfa_160s);
+ static final short[] dfa_161 = DFA.unpackEncodedString(dfa_161s);
+ static final short[] dfa_162 = DFA.unpackEncodedString(dfa_162s);
+ static final short[][] dfa_163 = unpackEncodedStringArray(dfa_163s);
class DFA484 extends DFA {
public DFA484(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 484;
- this.eot = dfa_156;
- this.eof = dfa_156;
- this.min = dfa_157;
- this.max = dfa_158;
- this.accept = dfa_159;
- this.special = dfa_160;
- this.transition = dfa_161;
+ this.eot = dfa_158;
+ this.eof = dfa_158;
+ this.min = dfa_159;
+ this.max = dfa_160;
+ this.accept = dfa_161;
+ this.special = dfa_162;
+ this.transition = dfa_163;
}
public String getDescription() {
- return "15992:1: rule__FeatureGroupType__Alternatives_4_1 : ( ( ( rule__FeatureGroupType__OwnedDataPortAssignment_4_1_0 ) ) | ( ( rule__FeatureGroupType__OwnedEventPortAssignment_4_1_1 ) ) | ( ( rule__FeatureGroupType__OwnedEventDataPortAssignment_4_1_2 ) ) | ( ( rule__FeatureGroupType__OwnedFeatureGroupAssignment_4_1_3 ) ) | ( ( rule__FeatureGroupType__OwnedDataAccessAssignment_4_1_4 ) ) | ( ( rule__FeatureGroupType__OwnedBusAccessAssignment_4_1_5 ) ) | ( ( rule__FeatureGroupType__OwnedSubprogramAccessAssignment_4_1_6 ) ) | ( ( rule__FeatureGroupType__OwnedSubprogramGroupAccessAssignment_4_1_7 ) ) | ( ( rule__FeatureGroupType__OwnedAbstractFeatureAssignment_4_1_8 ) ) | ( ( rule__FeatureGroupType__OwnedParameterAssignment_4_1_9 ) ) );";
+ return "15042:1: rule__FeatureGroupType__Alternatives_5_1 : ( ( ( rule__FeatureGroupType__OwnedDataPortAssignment_5_1_0 ) ) | ( ( rule__FeatureGroupType__OwnedEventPortAssignment_5_1_1 ) ) | ( ( rule__FeatureGroupType__OwnedEventDataPortAssignment_5_1_2 ) ) | ( ( rule__FeatureGroupType__OwnedFeatureGroupAssignment_5_1_3 ) ) | ( ( rule__FeatureGroupType__OwnedDataAccessAssignment_5_1_4 ) ) | ( ( rule__FeatureGroupType__OwnedBusAccessAssignment_5_1_5 ) ) | ( ( rule__FeatureGroupType__OwnedSubprogramAccessAssignment_5_1_6 ) ) | ( ( rule__FeatureGroupType__OwnedSubprogramGroupAccessAssignment_5_1_7 ) ) | ( ( rule__FeatureGroupType__OwnedAbstractFeatureAssignment_5_1_8 ) ) | ( ( rule__FeatureGroupType__OwnedParameterAssignment_5_1_9 ) ) );";
}
}
- static final String dfa_162s = "\16\uffff";
- static final String dfa_163s = "\1\157\1\137\1\105\1\6\12\uffff";
- static final String dfa_164s = "\1\157\1\137\1\105\1\72\12\uffff";
- static final String dfa_165s = "\4\uffff\1\3\1\5\1\10\1\7\1\1\1\12\1\11\1\4\1\6\1\2";
- static final String dfa_166s = "\16\uffff}>";
- static final String[] dfa_167s = {
+ static final String dfa_164s = "\16\uffff";
+ static final String dfa_165s = "\1\157\1\137\1\105\1\6\12\uffff";
+ static final String dfa_166s = "\1\157\1\137\1\105\1\72\12\uffff";
+ static final String dfa_167s = "\4\uffff\1\5\1\10\1\7\1\1\1\12\1\11\1\4\1\6\1\2\1\3";
+ static final String dfa_168s = "\16\uffff}>";
+ static final String[] dfa_169s = {
"\1\1",
"\1\2",
"\1\3",
- "\1\10\1\14\1\uffff\1\4\1\15\1\6\6\uffff\1\12\1\5\31\uffff\1\11\13\uffff\1\7\1\13",
+ "\1\7\1\13\1\uffff\1\15\1\14\1\5\6\uffff\1\11\1\4\31\uffff\1\10\13\uffff\1\6\1\12",
"",
"",
"",
@@ -10880,37 +11005,37 @@ public String getDescription() {
""
};
- static final short[] dfa_162 = DFA.unpackEncodedString(dfa_162s);
- static final char[] dfa_163 = DFA.unpackEncodedStringToUnsignedChars(dfa_163s);
- static final char[] dfa_164 = DFA.unpackEncodedStringToUnsignedChars(dfa_164s);
- static final short[] dfa_165 = DFA.unpackEncodedString(dfa_165s);
- static final short[] dfa_166 = DFA.unpackEncodedString(dfa_166s);
- static final short[][] dfa_167 = unpackEncodedStringArray(dfa_167s);
+ static final short[] dfa_164 = DFA.unpackEncodedString(dfa_164s);
+ static final char[] dfa_165 = DFA.unpackEncodedStringToUnsignedChars(dfa_165s);
+ static final char[] dfa_166 = DFA.unpackEncodedStringToUnsignedChars(dfa_166s);
+ static final short[] dfa_167 = DFA.unpackEncodedString(dfa_167s);
+ static final short[] dfa_168 = DFA.unpackEncodedString(dfa_168s);
+ static final short[][] dfa_169 = unpackEncodedStringArray(dfa_169s);
class DFA505 extends DFA {
public DFA505(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 505;
- this.eot = dfa_162;
- this.eof = dfa_162;
- this.min = dfa_163;
- this.max = dfa_164;
- this.accept = dfa_165;
- this.special = dfa_166;
- this.transition = dfa_167;
+ this.eot = dfa_164;
+ this.eof = dfa_164;
+ this.min = dfa_165;
+ this.max = dfa_166;
+ this.accept = dfa_167;
+ this.special = dfa_168;
+ this.transition = dfa_169;
}
public String getDescription() {
- return "16521:1: rule__PropertyType__Alternatives_0 : ( ( ruleBooleanType ) | ( ruleStringType ) | ( ruleEnumerationType ) | ( ruleUnitsType ) | ( ruleRealType ) | ( ruleIntegerType ) | ( ruleRangeType ) | ( ruleClassifierType ) | ( ruleReferenceType ) | ( ruleRecordType ) );";
+ return "15571:1: rule__PropertyType__Alternatives_0 : ( ( ruleBooleanType ) | ( ruleStringType ) | ( ruleEnumerationType ) | ( ruleUnitsType ) | ( ruleRealType ) | ( ruleIntegerType ) | ( ruleRangeType ) | ( ruleClassifierType ) | ( ruleReferenceType ) | ( ruleRecordType ) );";
}
}
- static final String dfa_168s = "\24\uffff";
- static final String dfa_169s = "\7\uffff\1\16\1\20\1\22\3\uffff\1\16\1\uffff\1\20\3\uffff\1\22";
- static final String dfa_170s = "\1\13\4\uffff\2\152\3\121\3\uffff\1\121\1\uffff\1\121\1\uffff\1\157\1\uffff\1\121";
- static final String dfa_171s = "\1\157\4\uffff\4\157\1\140\3\uffff\1\140\1\uffff\1\140\1\uffff\1\157\1\uffff\1\140";
- static final String dfa_172s = "\1\uffff\1\1\1\2\1\3\1\4\5\uffff\1\10\1\11\1\5\1\uffff\1\6\1\uffff\1\7\1\uffff\1\12\1\uffff";
- static final String dfa_173s = "\24\uffff}>";
- static final String[] dfa_174s = {
+ static final String dfa_170s = "\24\uffff";
+ static final String dfa_171s = "\7\uffff\1\16\1\20\1\22\3\uffff\1\16\1\uffff\1\20\3\uffff\1\22";
+ static final String dfa_172s = "\1\13\4\uffff\2\152\3\121\3\uffff\1\121\1\uffff\1\121\1\uffff\1\157\1\uffff\1\121";
+ static final String dfa_173s = "\1\157\4\uffff\4\157\1\140\3\uffff\1\140\1\uffff\1\140\1\uffff\1\157\1\uffff\1\140";
+ static final String dfa_174s = "\1\uffff\1\1\1\2\1\3\1\4\5\uffff\1\10\1\11\1\5\1\uffff\1\6\1\uffff\1\7\1\uffff\1\12\1\uffff";
+ static final String dfa_175s = "\24\uffff}>";
+ static final String[] dfa_176s = {
"\1\2\21\uffff\1\3\27\uffff\1\13\16\uffff\1\13\23\uffff\1\12\2\uffff\1\5\1\uffff\1\6\3\uffff\1\1\10\uffff\1\7\1\uffff\1\10\1\uffff\1\4\1\11",
"",
"",
@@ -10933,36 +11058,36 @@ public String getDescription() {
"\1\14\16\uffff\1\22"
};
- static final short[] dfa_168 = DFA.unpackEncodedString(dfa_168s);
- static final short[] dfa_169 = DFA.unpackEncodedString(dfa_169s);
- static final char[] dfa_170 = DFA.unpackEncodedStringToUnsignedChars(dfa_170s);
- static final char[] dfa_171 = DFA.unpackEncodedStringToUnsignedChars(dfa_171s);
- static final short[] dfa_172 = DFA.unpackEncodedString(dfa_172s);
- static final short[] dfa_173 = DFA.unpackEncodedString(dfa_173s);
- static final short[][] dfa_174 = unpackEncodedStringArray(dfa_174s);
+ static final short[] dfa_170 = DFA.unpackEncodedString(dfa_170s);
+ static final short[] dfa_171 = DFA.unpackEncodedString(dfa_171s);
+ static final char[] dfa_172 = DFA.unpackEncodedStringToUnsignedChars(dfa_172s);
+ static final char[] dfa_173 = DFA.unpackEncodedStringToUnsignedChars(dfa_173s);
+ static final short[] dfa_174 = DFA.unpackEncodedString(dfa_174s);
+ static final short[] dfa_175 = DFA.unpackEncodedString(dfa_175s);
+ static final short[][] dfa_176 = unpackEncodedStringArray(dfa_176s);
class DFA523 extends DFA {
public DFA523(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 523;
- this.eot = dfa_168;
- this.eof = dfa_169;
- this.min = dfa_170;
- this.max = dfa_171;
- this.accept = dfa_172;
- this.special = dfa_173;
- this.transition = dfa_174;
+ this.eot = dfa_170;
+ this.eof = dfa_171;
+ this.min = dfa_172;
+ this.max = dfa_173;
+ this.accept = dfa_174;
+ this.special = dfa_175;
+ this.transition = dfa_176;
}
public String getDescription() {
- return "17001:1: rule__ConstantPropertyExpression__Alternatives : ( ( ruleRecordTerm ) | ( ruleComponentClassifierTerm ) | ( ruleComputedTerm ) | ( ruleStringTerm ) | ( ruleNumericRangeTerm ) | ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleListTerm ) | ( ruleBooleanLiteral ) | ( ruleLiteralorReferenceTerm ) );";
+ return "16051:1: rule__ConstantPropertyExpression__Alternatives : ( ( ruleRecordTerm ) | ( ruleComponentClassifierTerm ) | ( ruleComputedTerm ) | ( ruleStringTerm ) | ( ruleNumericRangeTerm ) | ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleListTerm ) | ( ruleBooleanLiteral ) | ( ruleLiteralorReferenceTerm ) );";
}
}
- static final String dfa_175s = "\10\uffff\1\17\1\21\1\23\3\uffff\1\17\1\uffff\1\21\3\uffff\1\23";
- static final String dfa_176s = "\1\13\5\uffff\2\152\3\33\3\uffff\1\33\1\uffff\1\33\1\uffff\1\157\1\uffff\1\33";
- static final String dfa_177s = "\1\157\5\uffff\4\157\1\140\3\uffff\1\140\1\uffff\1\140\1\uffff\1\157\1\uffff\1\140";
- static final String dfa_178s = "\1\uffff\1\1\1\2\1\3\1\4\1\5\5\uffff\1\11\1\12\1\6\1\uffff\1\7\1\uffff\1\10\1\uffff\1\13\1\uffff";
- static final String[] dfa_179s = {
+ static final String dfa_177s = "\10\uffff\1\17\1\21\1\23\3\uffff\1\17\1\uffff\1\21\3\uffff\1\23";
+ static final String dfa_178s = "\1\13\5\uffff\2\152\3\33\3\uffff\1\33\1\uffff\1\33\1\uffff\1\157\1\uffff\1\33";
+ static final String dfa_179s = "\1\157\5\uffff\4\157\1\140\3\uffff\1\140\1\uffff\1\140\1\uffff\1\157\1\uffff\1\140";
+ static final String dfa_180s = "\1\uffff\1\1\1\2\1\3\1\4\1\5\5\uffff\1\11\1\12\1\6\1\uffff\1\7\1\uffff\1\10\1\uffff\1\13\1\uffff";
+ static final String[] dfa_181s = {
"\1\3\6\uffff\1\2\12\uffff\1\4\27\uffff\1\14\16\uffff\1\14\23\uffff\1\13\2\uffff\1\6\1\uffff\1\7\3\uffff\1\1\10\uffff\1\10\1\uffff\1\11\1\uffff\1\5\1\12",
"",
"",
@@ -10985,11 +11110,11 @@ public String getDescription() {
"",
"\1\23\65\uffff\1\15\2\uffff\1\23\4\uffff\1\23\2\uffff\1\23\3\uffff\1\23"
};
- static final short[] dfa_175 = DFA.unpackEncodedString(dfa_175s);
- static final char[] dfa_176 = DFA.unpackEncodedStringToUnsignedChars(dfa_176s);
- static final char[] dfa_177 = DFA.unpackEncodedStringToUnsignedChars(dfa_177s);
- static final short[] dfa_178 = DFA.unpackEncodedString(dfa_178s);
- static final short[][] dfa_179 = unpackEncodedStringArray(dfa_179s);
+ static final short[] dfa_177 = DFA.unpackEncodedString(dfa_177s);
+ static final char[] dfa_178 = DFA.unpackEncodedStringToUnsignedChars(dfa_178s);
+ static final char[] dfa_179 = DFA.unpackEncodedStringToUnsignedChars(dfa_179s);
+ static final short[] dfa_180 = DFA.unpackEncodedString(dfa_180s);
+ static final short[][] dfa_181 = unpackEncodedStringArray(dfa_181s);
class DFA531 extends DFA {
@@ -10997,15 +11122,15 @@ public DFA531(BaseRecognizer recognizer) {
this.recognizer = recognizer;
this.decisionNumber = 531;
this.eot = dfa_28;
- this.eof = dfa_175;
- this.min = dfa_176;
- this.max = dfa_177;
- this.accept = dfa_178;
+ this.eof = dfa_177;
+ this.min = dfa_178;
+ this.max = dfa_179;
+ this.accept = dfa_180;
this.special = dfa_32;
- this.transition = dfa_179;
+ this.transition = dfa_181;
}
public String getDescription() {
- return "17595:1: rule__PropertyExpression__Alternatives : ( ( ruleRecordTerm ) | ( ruleReferenceTerm ) | ( ruleComponentClassifierTerm ) | ( ruleComputedTerm ) | ( ruleStringTerm ) | ( ruleNumericRangeTerm ) | ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleListTerm ) | ( ruleBooleanLiteral ) | ( ruleLiteralorReferenceTerm ) );";
+ return "16645:1: rule__PropertyExpression__Alternatives : ( ( ruleRecordTerm ) | ( ruleReferenceTerm ) | ( ruleComponentClassifierTerm ) | ( ruleComputedTerm ) | ( ruleStringTerm ) | ( ruleNumericRangeTerm ) | ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleListTerm ) | ( ruleBooleanLiteral ) | ( ruleLiteralorReferenceTerm ) );";
}
}
@@ -11032,135 +11157,133 @@ protected static class FollowSets000 {
public static final BitSet FOLLOW_18 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000400L});
public static final BitSet FOLLOW_19 = new BitSet(new long[]{0x0000000000000000L,0x0000000000040000L});
public static final BitSet FOLLOW_20 = new BitSet(new long[]{0x0000008000000000L,0x0000800000000000L});
- public static final BitSet FOLLOW_21 = new BitSet(new long[]{0x08018D2080114000L,0x0000000000000800L});
- public static final BitSet FOLLOW_22 = new BitSet(new long[]{0x0000008000000000L,0x0000800000000040L});
- public static final BitSet FOLLOW_23 = new BitSet(new long[]{0x08018D2000114000L,0x0000000000000800L});
- public static final BitSet FOLLOW_24 = new BitSet(new long[]{0x0080000000000000L});
+ public static final BitSet FOLLOW_21 = new BitSet(new long[]{0x0000000080000000L});
+ public static final BitSet FOLLOW_22 = new BitSet(new long[]{0x0080000000000000L});
+ public static final BitSet FOLLOW_23 = new BitSet(new long[]{0x0000008000000000L,0x0000800000000040L});
+ public static final BitSet FOLLOW_24 = new BitSet(new long[]{0x08018D2000114000L,0x0000000000000800L});
public static final BitSet FOLLOW_25 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000800L});
public static final BitSet FOLLOW_26 = new BitSet(new long[]{0x0000000000010000L});
public static final BitSet FOLLOW_27 = new BitSet(new long[]{0x0142000044403000L,0x0000000000001000L});
public static final BitSet FOLLOW_28 = new BitSet(new long[]{0x0002000000000002L});
public static final BitSet FOLLOW_29 = new BitSet(new long[]{0x0000000000000000L,0x0000000001000000L});
public static final BitSet FOLLOW_30 = new BitSet(new long[]{0x0000000000000000L,0x0000000012000000L});
- public static final BitSet FOLLOW_31 = new BitSet(new long[]{0x0042000040403000L,0x0000000000001000L});
- public static final BitSet FOLLOW_32 = new BitSet(new long[]{0x0102000044403000L,0x0000000000001000L});
- public static final BitSet FOLLOW_33 = new BitSet(new long[]{0x0000000000000000L,0x0000000040000000L});
- public static final BitSet FOLLOW_34 = new BitSet(new long[]{0x0146000040813120L,0x0000000001001000L});
- public static final BitSet FOLLOW_35 = new BitSet(new long[]{0x0142000040813120L,0x0000000001001000L});
- public static final BitSet FOLLOW_36 = new BitSet(new long[]{0x0102000040813120L,0x0000000001001000L});
- public static final BitSet FOLLOW_37 = new BitSet(new long[]{0x0142000040803120L,0x0000000001001000L});
- public static final BitSet FOLLOW_38 = new BitSet(new long[]{0x0102000040803120L,0x0000000001001000L});
- public static final BitSet FOLLOW_39 = new BitSet(new long[]{0x0102000040803020L,0x0000000001001000L});
- public static final BitSet FOLLOW_40 = new BitSet(new long[]{0x0000000000000000L,0x0000000080000000L});
- public static final BitSet FOLLOW_41 = new BitSet(new long[]{0x0000000000000000L,0x0000000800000000L});
- public static final BitSet FOLLOW_42 = new BitSet(new long[]{0x0000000000000000L,0x0000001000000000L});
- public static final BitSet FOLLOW_43 = new BitSet(new long[]{0x0000000000000000L,0x0000000900100000L});
- public static final BitSet FOLLOW_44 = new BitSet(new long[]{0x0000000000000000L,0x0000000002000000L});
- public static final BitSet FOLLOW_45 = new BitSet(new long[]{0x0000000000000000L,0x0000000010000000L});
- public static final BitSet FOLLOW_46 = new BitSet(new long[]{0x0000000000004000L});
- public static final BitSet FOLLOW_47 = new BitSet(new long[]{0x0000000000010000L,0x0000800000000000L});
- public static final BitSet FOLLOW_48 = new BitSet(new long[]{0x0000000000000000L,0x0000000900000000L});
- public static final BitSet FOLLOW_49 = new BitSet(new long[]{0x0000000000100000L});
- public static final BitSet FOLLOW_50 = new BitSet(new long[]{0x0000000000000000L,0x0000800B00000000L});
- public static final BitSet FOLLOW_51 = new BitSet(new long[]{0x0000004000000000L});
- public static final BitSet FOLLOW_52 = new BitSet(new long[]{0x0000000000000000L,0x0000000400000000L});
- public static final BitSet FOLLOW_53 = new BitSet(new long[]{0x0800000000000000L});
- public static final BitSet FOLLOW_54 = new BitSet(new long[]{0x0000040000000000L});
- public static final BitSet FOLLOW_55 = new BitSet(new long[]{0x0000080000000000L});
- public static final BitSet FOLLOW_56 = new BitSet(new long[]{0x0000002000000000L});
- public static final BitSet FOLLOW_57 = new BitSet(new long[]{0x0000800000000000L});
- public static final BitSet FOLLOW_58 = new BitSet(new long[]{0x0001000000000000L});
- public static final BitSet FOLLOW_59 = new BitSet(new long[]{0x0000010000000000L});
- public static final BitSet FOLLOW_60 = new BitSet(new long[]{0x0000000000000000L,0x0000800900000000L});
- public static final BitSet FOLLOW_61 = new BitSet(new long[]{0x0000000080000000L,0x0000000000102000L});
- public static final BitSet FOLLOW_62 = new BitSet(new long[]{0x0000000000000000L,0x0000000000080000L});
- public static final BitSet FOLLOW_63 = new BitSet(new long[]{0x0000000086000000L,0x0000000000102000L});
- public static final BitSet FOLLOW_64 = new BitSet(new long[]{0x0810000000000000L});
- public static final BitSet FOLLOW_65 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000002L});
- public static final BitSet FOLLOW_66 = new BitSet(new long[]{0x0000000000000000L,0x0000000000002000L});
- public static final BitSet FOLLOW_67 = new BitSet(new long[]{0x0800010000004000L,0x0000000000000800L});
- public static final BitSet FOLLOW_68 = new BitSet(new long[]{0x0000020000000000L});
- public static final BitSet FOLLOW_69 = new BitSet(new long[]{0x08018D2000114000L,0x0000000001000800L});
- public static final BitSet FOLLOW_70 = new BitSet(new long[]{0x0000000000000000L,0x0000800B00100000L});
- public static final BitSet FOLLOW_71 = new BitSet(new long[]{0x0000000000000002L,0x0000000200000000L});
- public static final BitSet FOLLOW_72 = new BitSet(new long[]{0x0000000000000000L,0x0000000200000000L});
- public static final BitSet FOLLOW_73 = new BitSet(new long[]{0x0000000000000000L,0x0000900400000000L});
- public static final BitSet FOLLOW_74 = new BitSet(new long[]{0x0000000000000000L,0x0000000000102000L});
- public static final BitSet FOLLOW_75 = new BitSet(new long[]{0x0010000000000000L});
- public static final BitSet FOLLOW_76 = new BitSet(new long[]{0x0000000000000000L,0x0000000B00000000L});
- public static final BitSet FOLLOW_77 = new BitSet(new long[]{0x08018D2080114000L,0x0000000000102800L});
- public static final BitSet FOLLOW_78 = new BitSet(new long[]{0x0000000400000000L,0x0000800B00000000L});
- public static final BitSet FOLLOW_79 = new BitSet(new long[]{0x0000000400000000L,0x0000800000000000L});
- public static final BitSet FOLLOW_80 = new BitSet(new long[]{0x0000000000008000L});
- public static final BitSet FOLLOW_81 = new BitSet(new long[]{0x0000000006000000L});
- public static final BitSet FOLLOW_82 = new BitSet(new long[]{0x0000010000000000L,0x0000000000000800L});
- public static final BitSet FOLLOW_83 = new BitSet(new long[]{0x0000000080020000L,0x0000000000102000L});
- public static final BitSet FOLLOW_84 = new BitSet(new long[]{0x0002000440403000L,0x0000000000001000L});
- public static final BitSet FOLLOW_85 = new BitSet(new long[]{0x0000000000010000L,0x0000800000000004L});
- public static final BitSet FOLLOW_86 = new BitSet(new long[]{0x0000000000000000L,0x0000000000008100L});
- public static final BitSet FOLLOW_87 = new BitSet(new long[]{0x0000000080000000L});
- public static final BitSet FOLLOW_88 = new BitSet(new long[]{0x0000000000000000L,0x0000000000008000L});
- public static final BitSet FOLLOW_89 = new BitSet(new long[]{0x1000000000000000L});
- public static final BitSet FOLLOW_90 = new BitSet(new long[]{0x0000400000000000L});
- public static final BitSet FOLLOW_91 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000008L});
- public static final BitSet FOLLOW_92 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000001L});
- public static final BitSet FOLLOW_93 = new BitSet(new long[]{0x0000400000000000L,0x0000000000000009L});
- public static final BitSet FOLLOW_94 = new BitSet(new long[]{0x0000000000000000L,0x0000000900108000L});
- public static final BitSet FOLLOW_95 = new BitSet(new long[]{0x0000000000000002L,0x0000000000008000L});
- public static final BitSet FOLLOW_96 = new BitSet(new long[]{0x0000000000000000L,0x0000000000001000L});
- public static final BitSet FOLLOW_97 = new BitSet(new long[]{0x4000000200000000L});
- public static final BitSet FOLLOW_98 = new BitSet(new long[]{0x0000000000000000L,0x0000000000010000L});
- public static final BitSet FOLLOW_99 = new BitSet(new long[]{0x0000000000000000L,0x0000000010000200L});
- public static final BitSet FOLLOW_100 = new BitSet(new long[]{0x0000000000000000L,0x0000002000000000L});
- public static final BitSet FOLLOW_101 = new BitSet(new long[]{0x0000000000000000L,0x0000000100100000L});
- public static final BitSet FOLLOW_102 = new BitSet(new long[]{0x0000000000000000L,0x0000000000004000L});
- public static final BitSet FOLLOW_103 = new BitSet(new long[]{0x0000000000000000L,0x0000000000200000L});
- public static final BitSet FOLLOW_104 = new BitSet(new long[]{0x0002000000000000L,0x0000800000001040L});
- public static final BitSet FOLLOW_105 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000040L});
- public static final BitSet FOLLOW_106 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000020L});
- public static final BitSet FOLLOW_107 = new BitSet(new long[]{0x0000000000000040L});
- public static final BitSet FOLLOW_108 = new BitSet(new long[]{0x0000000000000400L});
- public static final BitSet FOLLOW_109 = new BitSet(new long[]{0x0000000000000200L});
- public static final BitSet FOLLOW_110 = new BitSet(new long[]{0x0400000000000000L});
- public static final BitSet FOLLOW_111 = new BitSet(new long[]{0x0000000000000000L,0x0000000004000000L});
- public static final BitSet FOLLOW_112 = new BitSet(new long[]{0x0000000000000000L,0x0000140028000000L});
- public static final BitSet FOLLOW_113 = new BitSet(new long[]{0x0000000000080000L});
- public static final BitSet FOLLOW_114 = new BitSet(new long[]{0x0400000000000000L,0x0000840028000000L});
- public static final BitSet FOLLOW_115 = new BitSet(new long[]{0x0000000000000080L});
- public static final BitSet FOLLOW_116 = new BitSet(new long[]{0x0400000000000000L,0x0000940028000000L});
- public static final BitSet FOLLOW_117 = new BitSet(new long[]{0x0200000000000000L});
- public static final BitSet FOLLOW_118 = new BitSet(new long[]{0x0000000000080080L,0x0000800000000000L});
- public static final BitSet FOLLOW_119 = new BitSet(new long[]{0x0000000000000800L});
- public static final BitSet FOLLOW_120 = new BitSet(new long[]{0xF9D7DFFFDEF3EB30L,0x0000800800F0786FL});
- public static final BitSet FOLLOW_121 = new BitSet(new long[]{0xF9D7DFFFDEF3EB32L,0x0000800800F0786FL});
- public static final BitSet FOLLOW_122 = new BitSet(new long[]{0x0000000000040000L});
- public static final BitSet FOLLOW_123 = new BitSet(new long[]{0x0000200000000000L});
- public static final BitSet FOLLOW_124 = new BitSet(new long[]{0x26002000000C0EC0L,0x0000800000000000L});
- public static final BitSet FOLLOW_125 = new BitSet(new long[]{0x26002001000C0EC0L,0x0000800000000000L});
- public static final BitSet FOLLOW_126 = new BitSet(new long[]{0x0000000008000000L,0x0000000000080000L});
- public static final BitSet FOLLOW_127 = new BitSet(new long[]{0xF9D7DFFFDEF3EB30L,0x0000800800F07C6FL});
- public static final BitSet FOLLOW_128 = new BitSet(new long[]{0x0020000020040800L,0x0000D40229000010L});
- public static final BitSet FOLLOW_129 = new BitSet(new long[]{0x0000000000200000L});
- public static final BitSet FOLLOW_130 = new BitSet(new long[]{0x0000000000000000L,0x0000000000020000L});
- public static final BitSet FOLLOW_131 = new BitSet(new long[]{0x0000000000000000L,0x0000940028000000L});
- public static final BitSet FOLLOW_132 = new BitSet(new long[]{0x0000000000000000L,0x0000840028000000L});
- public static final BitSet FOLLOW_133 = new BitSet(new long[]{0x0000000000000002L,0x0000000000040000L});
- public static final BitSet FOLLOW_134 = new BitSet(new long[]{0x0000000000000010L});
- public static final BitSet FOLLOW_135 = new BitSet(new long[]{0x0000000000000000L,0x0000000000800000L});
- public static final BitSet FOLLOW_136 = new BitSet(new long[]{0x0000000000400000L});
- public static final BitSet FOLLOW_137 = new BitSet(new long[]{0x0000000000000000L,0x0000000000400000L});
- public static final BitSet FOLLOW_138 = new BitSet(new long[]{0x0100000000000000L});
- public static final BitSet FOLLOW_139 = new BitSet(new long[]{0x0000000000000000L,0x0000000000080080L});
- public static final BitSet FOLLOW_140 = new BitSet(new long[]{0x0020000020240800L,0x0000D40229000010L});
- public static final BitSet FOLLOW_141 = new BitSet(new long[]{0x0000000008000000L,0x0000000100180000L});
- public static final BitSet FOLLOW_142 = new BitSet(new long[]{0x0000000000000000L,0x0000000000100000L});
- public static final BitSet FOLLOW_143 = new BitSet(new long[]{0x0020000000000000L,0x0000000000000010L});
- public static final BitSet FOLLOW_144 = new BitSet(new long[]{0x0020000020040800L,0x0000D4022B000010L});
- public static final BitSet FOLLOW_145 = new BitSet(new long[]{0x0000000000000000L,0x0000100000000000L});
- public static final BitSet FOLLOW_146 = new BitSet(new long[]{0x0000000000000000L,0x0000000400020000L});
- public static final BitSet FOLLOW_147 = new BitSet(new long[]{0x0000000000000000L,0x0000040028000000L});
- public static final BitSet FOLLOW_148 = new BitSet(new long[]{0x0008000000000000L});
- public static final BitSet FOLLOW_149 = new BitSet(new long[]{0x0000000010000000L});
+ public static final BitSet FOLLOW_31 = new BitSet(new long[]{0x0100000000000000L});
+ public static final BitSet FOLLOW_32 = new BitSet(new long[]{0x0042000040403000L,0x0000000000001000L});
+ public static final BitSet FOLLOW_33 = new BitSet(new long[]{0x0102000044403000L,0x0000000000001000L});
+ public static final BitSet FOLLOW_34 = new BitSet(new long[]{0x0000000000000010L});
+ public static final BitSet FOLLOW_35 = new BitSet(new long[]{0x0000000000000000L,0x0000000040000000L});
+ public static final BitSet FOLLOW_36 = new BitSet(new long[]{0x0146000040813120L,0x0000000001001000L});
+ public static final BitSet FOLLOW_37 = new BitSet(new long[]{0x0000000000400000L});
+ public static final BitSet FOLLOW_38 = new BitSet(new long[]{0x0142000040813120L,0x0000000001001000L});
+ public static final BitSet FOLLOW_39 = new BitSet(new long[]{0x0102000040813120L,0x0000000001001000L});
+ public static final BitSet FOLLOW_40 = new BitSet(new long[]{0x0142000040803120L,0x0000000001001000L});
+ public static final BitSet FOLLOW_41 = new BitSet(new long[]{0x0102000040803120L,0x0000000001001000L});
+ public static final BitSet FOLLOW_42 = new BitSet(new long[]{0x0102000040803020L,0x0000000001001000L});
+ public static final BitSet FOLLOW_43 = new BitSet(new long[]{0x0000000000000000L,0x0000000080000000L});
+ public static final BitSet FOLLOW_44 = new BitSet(new long[]{0x0000000000000000L,0x0000000800000000L});
+ public static final BitSet FOLLOW_45 = new BitSet(new long[]{0x0000000000000000L,0x0000001000000000L});
+ public static final BitSet FOLLOW_46 = new BitSet(new long[]{0x0000000000000000L,0x0000000900100000L});
+ public static final BitSet FOLLOW_47 = new BitSet(new long[]{0x0000000000000000L,0x0000000002000000L});
+ public static final BitSet FOLLOW_48 = new BitSet(new long[]{0x0000000000000000L,0x0000000010000000L});
+ public static final BitSet FOLLOW_49 = new BitSet(new long[]{0x0000000000004000L});
+ public static final BitSet FOLLOW_50 = new BitSet(new long[]{0x0000000000010000L,0x0000800000000000L});
+ public static final BitSet FOLLOW_51 = new BitSet(new long[]{0x0000000000000000L,0x0000000900000000L});
+ public static final BitSet FOLLOW_52 = new BitSet(new long[]{0x0000000000100000L});
+ public static final BitSet FOLLOW_53 = new BitSet(new long[]{0x0000000000000000L,0x0000800B00000000L});
+ public static final BitSet FOLLOW_54 = new BitSet(new long[]{0x0000004000000000L});
+ public static final BitSet FOLLOW_55 = new BitSet(new long[]{0x0000000000000000L,0x0000000000800000L});
+ public static final BitSet FOLLOW_56 = new BitSet(new long[]{0x0000000000000000L,0x0000000400000000L});
+ public static final BitSet FOLLOW_57 = new BitSet(new long[]{0x0800000000000000L});
+ public static final BitSet FOLLOW_58 = new BitSet(new long[]{0x0000040000000000L});
+ public static final BitSet FOLLOW_59 = new BitSet(new long[]{0x0000080000000000L});
+ public static final BitSet FOLLOW_60 = new BitSet(new long[]{0x0000002000000000L});
+ public static final BitSet FOLLOW_61 = new BitSet(new long[]{0x0000800000000000L});
+ public static final BitSet FOLLOW_62 = new BitSet(new long[]{0x0001000000000000L});
+ public static final BitSet FOLLOW_63 = new BitSet(new long[]{0x0000010000000000L});
+ public static final BitSet FOLLOW_64 = new BitSet(new long[]{0x0000000000000000L,0x0000800900000000L});
+ public static final BitSet FOLLOW_65 = new BitSet(new long[]{0x0000000080000000L,0x0000000000102000L});
+ public static final BitSet FOLLOW_66 = new BitSet(new long[]{0x0000000000000000L,0x0000000000080000L});
+ public static final BitSet FOLLOW_67 = new BitSet(new long[]{0x0000000086000000L,0x0000000000102000L});
+ public static final BitSet FOLLOW_68 = new BitSet(new long[]{0x0810000000000000L});
+ public static final BitSet FOLLOW_69 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000002L});
+ public static final BitSet FOLLOW_70 = new BitSet(new long[]{0x0000000000000000L,0x0000000000002000L});
+ public static final BitSet FOLLOW_71 = new BitSet(new long[]{0x0800010000004000L,0x0000000000000800L});
+ public static final BitSet FOLLOW_72 = new BitSet(new long[]{0x0000020000000000L});
+ public static final BitSet FOLLOW_73 = new BitSet(new long[]{0x08018D2000114000L,0x0000000001000800L});
+ public static final BitSet FOLLOW_74 = new BitSet(new long[]{0x0000000000000000L,0x0000800B00100000L});
+ public static final BitSet FOLLOW_75 = new BitSet(new long[]{0x0000000000000002L,0x0000000200000000L});
+ public static final BitSet FOLLOW_76 = new BitSet(new long[]{0x0000000000000000L,0x0000000200000000L});
+ public static final BitSet FOLLOW_77 = new BitSet(new long[]{0x0000000000000000L,0x0000900400000000L});
+ public static final BitSet FOLLOW_78 = new BitSet(new long[]{0x0000000000000000L,0x0000000000102000L});
+ public static final BitSet FOLLOW_79 = new BitSet(new long[]{0x0010000000000000L});
+ public static final BitSet FOLLOW_80 = new BitSet(new long[]{0x0000000000000000L,0x0000000B00000000L});
+ public static final BitSet FOLLOW_81 = new BitSet(new long[]{0x0000000400000000L,0x0000800B00000000L});
+ public static final BitSet FOLLOW_82 = new BitSet(new long[]{0x0000000400000000L,0x0000800000000000L});
+ public static final BitSet FOLLOW_83 = new BitSet(new long[]{0x0000000000000000L,0x0000000000400000L});
+ public static final BitSet FOLLOW_84 = new BitSet(new long[]{0x0000000000008000L});
+ public static final BitSet FOLLOW_85 = new BitSet(new long[]{0x0000000006000000L});
+ public static final BitSet FOLLOW_86 = new BitSet(new long[]{0x0000010000000000L,0x0000000000000800L});
+ public static final BitSet FOLLOW_87 = new BitSet(new long[]{0x0000000080020000L,0x0000000000102000L});
+ public static final BitSet FOLLOW_88 = new BitSet(new long[]{0x0002000440403000L,0x0000000000001000L});
+ public static final BitSet FOLLOW_89 = new BitSet(new long[]{0x0000000000010000L,0x0000800000000004L});
+ public static final BitSet FOLLOW_90 = new BitSet(new long[]{0x0000000000000000L,0x0000000000008100L});
+ public static final BitSet FOLLOW_91 = new BitSet(new long[]{0x0000000000000000L,0x0000000000008000L});
+ public static final BitSet FOLLOW_92 = new BitSet(new long[]{0x1000000000000000L});
+ public static final BitSet FOLLOW_93 = new BitSet(new long[]{0x0000400000000000L});
+ public static final BitSet FOLLOW_94 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000008L});
+ public static final BitSet FOLLOW_95 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000001L});
+ public static final BitSet FOLLOW_96 = new BitSet(new long[]{0x0000400000000000L,0x0000000000000009L});
+ public static final BitSet FOLLOW_97 = new BitSet(new long[]{0x0000000000000000L,0x0000000900108000L});
+ public static final BitSet FOLLOW_98 = new BitSet(new long[]{0x0000000000000002L,0x0000000000008000L});
+ public static final BitSet FOLLOW_99 = new BitSet(new long[]{0x0000000000000000L,0x0000000000001000L});
+ public static final BitSet FOLLOW_100 = new BitSet(new long[]{0x4000000200000000L});
+ public static final BitSet FOLLOW_101 = new BitSet(new long[]{0x0000000000000000L,0x0000000000010000L});
+ public static final BitSet FOLLOW_102 = new BitSet(new long[]{0x0000000000000000L,0x0000000010000200L});
+ public static final BitSet FOLLOW_103 = new BitSet(new long[]{0x0000000000000000L,0x0000002000000000L});
+ public static final BitSet FOLLOW_104 = new BitSet(new long[]{0x0000000000000000L,0x0000000100100000L});
+ public static final BitSet FOLLOW_105 = new BitSet(new long[]{0x0000000000000000L,0x0000000000004000L});
+ public static final BitSet FOLLOW_106 = new BitSet(new long[]{0x0000000000000000L,0x0000000000200000L});
+ public static final BitSet FOLLOW_107 = new BitSet(new long[]{0x0002000000000000L,0x0000800000001040L});
+ public static final BitSet FOLLOW_108 = new BitSet(new long[]{0x0000000000000002L,0x0000000000000040L});
+ public static final BitSet FOLLOW_109 = new BitSet(new long[]{0x0000000000000000L,0x0000000000000020L});
+ public static final BitSet FOLLOW_110 = new BitSet(new long[]{0x0000000000000040L});
+ public static final BitSet FOLLOW_111 = new BitSet(new long[]{0x0000000000000400L});
+ public static final BitSet FOLLOW_112 = new BitSet(new long[]{0x0000000000000200L});
+ public static final BitSet FOLLOW_113 = new BitSet(new long[]{0x0400000000000000L});
+ public static final BitSet FOLLOW_114 = new BitSet(new long[]{0x0000000000000000L,0x0000000004000000L});
+ public static final BitSet FOLLOW_115 = new BitSet(new long[]{0x0000000000000000L,0x0000140028000000L});
+ public static final BitSet FOLLOW_116 = new BitSet(new long[]{0x0000000000080000L});
+ public static final BitSet FOLLOW_117 = new BitSet(new long[]{0x0400000000000000L,0x0000840028000000L});
+ public static final BitSet FOLLOW_118 = new BitSet(new long[]{0x0000000000000080L});
+ public static final BitSet FOLLOW_119 = new BitSet(new long[]{0x0400000000000000L,0x0000940028000000L});
+ public static final BitSet FOLLOW_120 = new BitSet(new long[]{0x0200000000000000L});
+ public static final BitSet FOLLOW_121 = new BitSet(new long[]{0x0000000000080080L,0x0000800000000000L});
+ public static final BitSet FOLLOW_122 = new BitSet(new long[]{0x0000000000000800L});
+ public static final BitSet FOLLOW_123 = new BitSet(new long[]{0xF9D7DFFFDEF3EB30L,0x0000800800F0786FL});
+ public static final BitSet FOLLOW_124 = new BitSet(new long[]{0xF9D7DFFFDEF3EB32L,0x0000800800F0786FL});
+ public static final BitSet FOLLOW_125 = new BitSet(new long[]{0x0000000000040000L});
+ public static final BitSet FOLLOW_126 = new BitSet(new long[]{0x0000200000000000L});
+ public static final BitSet FOLLOW_127 = new BitSet(new long[]{0x26002000000C0EC0L,0x0000800000000000L});
+ public static final BitSet FOLLOW_128 = new BitSet(new long[]{0x26002001000C0EC0L,0x0000800000000000L});
+ public static final BitSet FOLLOW_129 = new BitSet(new long[]{0x0000000008000000L,0x0000000000080000L});
+ public static final BitSet FOLLOW_130 = new BitSet(new long[]{0xF9D7DFFFDEF3EB30L,0x0000800800F07C6FL});
+ public static final BitSet FOLLOW_131 = new BitSet(new long[]{0x0020000020040800L,0x0000D40229000010L});
+ public static final BitSet FOLLOW_132 = new BitSet(new long[]{0x0000000000200000L});
+ public static final BitSet FOLLOW_133 = new BitSet(new long[]{0x0000000000000000L,0x0000000000020000L});
+ public static final BitSet FOLLOW_134 = new BitSet(new long[]{0x0000000000000000L,0x0000940028000000L});
+ public static final BitSet FOLLOW_135 = new BitSet(new long[]{0x0000000000000000L,0x0000840028000000L});
+ public static final BitSet FOLLOW_136 = new BitSet(new long[]{0x0000000000000002L,0x0000000000040000L});
+ public static final BitSet FOLLOW_137 = new BitSet(new long[]{0x0000000000000000L,0x0000000000080080L});
+ public static final BitSet FOLLOW_138 = new BitSet(new long[]{0x0020000020240800L,0x0000D40229000010L});
+ public static final BitSet FOLLOW_139 = new BitSet(new long[]{0x0000000008000000L,0x0000000100100000L});
+ public static final BitSet FOLLOW_140 = new BitSet(new long[]{0x0000000010000000L});
+ public static final BitSet FOLLOW_141 = new BitSet(new long[]{0x0000000000000000L,0x0000000000100000L});
+ public static final BitSet FOLLOW_142 = new BitSet(new long[]{0x0020000000000000L,0x0000000000000010L});
+ public static final BitSet FOLLOW_143 = new BitSet(new long[]{0x0020000020040800L,0x0000D4022B000010L});
+ public static final BitSet FOLLOW_144 = new BitSet(new long[]{0x0000000000000000L,0x0000100000000000L});
+ public static final BitSet FOLLOW_145 = new BitSet(new long[]{0x0000000000000000L,0x0000000400020000L});
+ public static final BitSet FOLLOW_146 = new BitSet(new long[]{0x0000000000000000L,0x0000040028000000L});
+ public static final BitSet FOLLOW_147 = new BitSet(new long[]{0x0008000000000000L});
}
@@ -25987,20 +26110,20 @@ public final void ruleREFINEDNAME() throws RecognitionException {
// $ANTLR end "ruleREFINEDNAME"
- // $ANTLR start "entryRuleAbstractImplementationKeywords"
- // InternalAadl2Parser.g:4997:1: entryRuleAbstractImplementationKeywords : ruleAbstractImplementationKeywords EOF ;
- public final void entryRuleAbstractImplementationKeywords() throws RecognitionException {
+ // $ANTLR start "entryRuleContainedPropertyAssociation"
+ // InternalAadl2Parser.g:4997:1: entryRuleContainedPropertyAssociation : ruleContainedPropertyAssociation EOF ;
+ public final void entryRuleContainedPropertyAssociation() throws RecognitionException {
try {
- // InternalAadl2Parser.g:4998:1: ( ruleAbstractImplementationKeywords EOF )
- // InternalAadl2Parser.g:4999:1: ruleAbstractImplementationKeywords EOF
+ // InternalAadl2Parser.g:4998:1: ( ruleContainedPropertyAssociation EOF )
+ // InternalAadl2Parser.g:4999:1: ruleContainedPropertyAssociation EOF
{
- before(grammarAccess.getAbstractImplementationKeywordsRule());
+ before(grammarAccess.getContainedPropertyAssociationRule());
pushFollow(FollowSets000.FOLLOW_1);
- ruleAbstractImplementationKeywords();
+ ruleContainedPropertyAssociation();
state._fsp--;
- after(grammarAccess.getAbstractImplementationKeywordsRule());
+ after(grammarAccess.getContainedPropertyAssociationRule());
match(input,EOF,FollowSets000.FOLLOW_2);
}
@@ -26014,35 +26137,35 @@ public final void entryRuleAbstractImplementationKeywords() throws RecognitionEx
}
return ;
}
- // $ANTLR end "entryRuleAbstractImplementationKeywords"
+ // $ANTLR end "entryRuleContainedPropertyAssociation"
- // $ANTLR start "ruleAbstractImplementationKeywords"
- // InternalAadl2Parser.g:5006:1: ruleAbstractImplementationKeywords : ( ( rule__AbstractImplementationKeywords__Group__0 ) ) ;
- public final void ruleAbstractImplementationKeywords() throws RecognitionException {
+ // $ANTLR start "ruleContainedPropertyAssociation"
+ // InternalAadl2Parser.g:5006:1: ruleContainedPropertyAssociation : ( ( rule__ContainedPropertyAssociation__Group__0 ) ) ;
+ public final void ruleContainedPropertyAssociation() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5010:2: ( ( ( rule__AbstractImplementationKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5011:2: ( ( rule__AbstractImplementationKeywords__Group__0 ) )
+ // InternalAadl2Parser.g:5010:2: ( ( ( rule__ContainedPropertyAssociation__Group__0 ) ) )
+ // InternalAadl2Parser.g:5011:2: ( ( rule__ContainedPropertyAssociation__Group__0 ) )
{
- // InternalAadl2Parser.g:5011:2: ( ( rule__AbstractImplementationKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5012:3: ( rule__AbstractImplementationKeywords__Group__0 )
+ // InternalAadl2Parser.g:5011:2: ( ( rule__ContainedPropertyAssociation__Group__0 ) )
+ // InternalAadl2Parser.g:5012:3: ( rule__ContainedPropertyAssociation__Group__0 )
{
- before(grammarAccess.getAbstractImplementationKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5013:3: ( rule__AbstractImplementationKeywords__Group__0 )
- // InternalAadl2Parser.g:5013:4: rule__AbstractImplementationKeywords__Group__0
+ before(grammarAccess.getContainedPropertyAssociationAccess().getGroup());
+ // InternalAadl2Parser.g:5013:3: ( rule__ContainedPropertyAssociation__Group__0 )
+ // InternalAadl2Parser.g:5013:4: rule__ContainedPropertyAssociation__Group__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementationKeywords__Group__0();
+ rule__ContainedPropertyAssociation__Group__0();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationKeywordsAccess().getGroup());
+ after(grammarAccess.getContainedPropertyAssociationAccess().getGroup());
}
@@ -26061,23 +26184,23 @@ public final void ruleAbstractImplementationKeywords() throws RecognitionExcepti
}
return ;
}
- // $ANTLR end "ruleAbstractImplementationKeywords"
+ // $ANTLR end "ruleContainedPropertyAssociation"
- // $ANTLR start "entryRuleBusAccessKeywords"
- // InternalAadl2Parser.g:5022:1: entryRuleBusAccessKeywords : ruleBusAccessKeywords EOF ;
- public final void entryRuleBusAccessKeywords() throws RecognitionException {
+ // $ANTLR start "entryRulePropertyAssociation"
+ // InternalAadl2Parser.g:5022:1: entryRulePropertyAssociation : rulePropertyAssociation EOF ;
+ public final void entryRulePropertyAssociation() throws RecognitionException {
try {
- // InternalAadl2Parser.g:5023:1: ( ruleBusAccessKeywords EOF )
- // InternalAadl2Parser.g:5024:1: ruleBusAccessKeywords EOF
+ // InternalAadl2Parser.g:5023:1: ( rulePropertyAssociation EOF )
+ // InternalAadl2Parser.g:5024:1: rulePropertyAssociation EOF
{
- before(grammarAccess.getBusAccessKeywordsRule());
+ before(grammarAccess.getPropertyAssociationRule());
pushFollow(FollowSets000.FOLLOW_1);
- ruleBusAccessKeywords();
+ rulePropertyAssociation();
state._fsp--;
- after(grammarAccess.getBusAccessKeywordsRule());
+ after(grammarAccess.getPropertyAssociationRule());
match(input,EOF,FollowSets000.FOLLOW_2);
}
@@ -26091,35 +26214,35 @@ public final void entryRuleBusAccessKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "entryRuleBusAccessKeywords"
+ // $ANTLR end "entryRulePropertyAssociation"
- // $ANTLR start "ruleBusAccessKeywords"
- // InternalAadl2Parser.g:5031:1: ruleBusAccessKeywords : ( ( rule__BusAccessKeywords__Group__0 ) ) ;
- public final void ruleBusAccessKeywords() throws RecognitionException {
+ // $ANTLR start "rulePropertyAssociation"
+ // InternalAadl2Parser.g:5031:1: rulePropertyAssociation : ( ( rule__PropertyAssociation__Group__0 ) ) ;
+ public final void rulePropertyAssociation() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5035:2: ( ( ( rule__BusAccessKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5036:2: ( ( rule__BusAccessKeywords__Group__0 ) )
+ // InternalAadl2Parser.g:5035:2: ( ( ( rule__PropertyAssociation__Group__0 ) ) )
+ // InternalAadl2Parser.g:5036:2: ( ( rule__PropertyAssociation__Group__0 ) )
{
- // InternalAadl2Parser.g:5036:2: ( ( rule__BusAccessKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5037:3: ( rule__BusAccessKeywords__Group__0 )
+ // InternalAadl2Parser.g:5036:2: ( ( rule__PropertyAssociation__Group__0 ) )
+ // InternalAadl2Parser.g:5037:3: ( rule__PropertyAssociation__Group__0 )
{
- before(grammarAccess.getBusAccessKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5038:3: ( rule__BusAccessKeywords__Group__0 )
- // InternalAadl2Parser.g:5038:4: rule__BusAccessKeywords__Group__0
+ before(grammarAccess.getPropertyAssociationAccess().getGroup());
+ // InternalAadl2Parser.g:5038:3: ( rule__PropertyAssociation__Group__0 )
+ // InternalAadl2Parser.g:5038:4: rule__PropertyAssociation__Group__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__BusAccessKeywords__Group__0();
+ rule__PropertyAssociation__Group__0();
state._fsp--;
}
- after(grammarAccess.getBusAccessKeywordsAccess().getGroup());
+ after(grammarAccess.getPropertyAssociationAccess().getGroup());
}
@@ -26138,23 +26261,23 @@ public final void ruleBusAccessKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "ruleBusAccessKeywords"
+ // $ANTLR end "rulePropertyAssociation"
- // $ANTLR start "entryRuleBusImplementationKeywords"
- // InternalAadl2Parser.g:5047:1: entryRuleBusImplementationKeywords : ruleBusImplementationKeywords EOF ;
- public final void entryRuleBusImplementationKeywords() throws RecognitionException {
+ // $ANTLR start "entryRuleBasicPropertyAssociation"
+ // InternalAadl2Parser.g:5047:1: entryRuleBasicPropertyAssociation : ruleBasicPropertyAssociation EOF ;
+ public final void entryRuleBasicPropertyAssociation() throws RecognitionException {
try {
- // InternalAadl2Parser.g:5048:1: ( ruleBusImplementationKeywords EOF )
- // InternalAadl2Parser.g:5049:1: ruleBusImplementationKeywords EOF
+ // InternalAadl2Parser.g:5048:1: ( ruleBasicPropertyAssociation EOF )
+ // InternalAadl2Parser.g:5049:1: ruleBasicPropertyAssociation EOF
{
- before(grammarAccess.getBusImplementationKeywordsRule());
+ before(grammarAccess.getBasicPropertyAssociationRule());
pushFollow(FollowSets000.FOLLOW_1);
- ruleBusImplementationKeywords();
+ ruleBasicPropertyAssociation();
state._fsp--;
- after(grammarAccess.getBusImplementationKeywordsRule());
+ after(grammarAccess.getBasicPropertyAssociationRule());
match(input,EOF,FollowSets000.FOLLOW_2);
}
@@ -26168,35 +26291,35 @@ public final void entryRuleBusImplementationKeywords() throws RecognitionExcepti
}
return ;
}
- // $ANTLR end "entryRuleBusImplementationKeywords"
+ // $ANTLR end "entryRuleBasicPropertyAssociation"
- // $ANTLR start "ruleBusImplementationKeywords"
- // InternalAadl2Parser.g:5056:1: ruleBusImplementationKeywords : ( ( rule__BusImplementationKeywords__Group__0 ) ) ;
- public final void ruleBusImplementationKeywords() throws RecognitionException {
+ // $ANTLR start "ruleBasicPropertyAssociation"
+ // InternalAadl2Parser.g:5056:1: ruleBasicPropertyAssociation : ( ( rule__BasicPropertyAssociation__Group__0 ) ) ;
+ public final void ruleBasicPropertyAssociation() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5060:2: ( ( ( rule__BusImplementationKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5061:2: ( ( rule__BusImplementationKeywords__Group__0 ) )
+ // InternalAadl2Parser.g:5060:2: ( ( ( rule__BasicPropertyAssociation__Group__0 ) ) )
+ // InternalAadl2Parser.g:5061:2: ( ( rule__BasicPropertyAssociation__Group__0 ) )
{
- // InternalAadl2Parser.g:5061:2: ( ( rule__BusImplementationKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5062:3: ( rule__BusImplementationKeywords__Group__0 )
+ // InternalAadl2Parser.g:5061:2: ( ( rule__BasicPropertyAssociation__Group__0 ) )
+ // InternalAadl2Parser.g:5062:3: ( rule__BasicPropertyAssociation__Group__0 )
{
- before(grammarAccess.getBusImplementationKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5063:3: ( rule__BusImplementationKeywords__Group__0 )
- // InternalAadl2Parser.g:5063:4: rule__BusImplementationKeywords__Group__0
+ before(grammarAccess.getBasicPropertyAssociationAccess().getGroup());
+ // InternalAadl2Parser.g:5063:3: ( rule__BasicPropertyAssociation__Group__0 )
+ // InternalAadl2Parser.g:5063:4: rule__BasicPropertyAssociation__Group__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__BusImplementationKeywords__Group__0();
+ rule__BasicPropertyAssociation__Group__0();
state._fsp--;
}
- after(grammarAccess.getBusImplementationKeywordsAccess().getGroup());
+ after(grammarAccess.getBasicPropertyAssociationAccess().getGroup());
}
@@ -26215,23 +26338,23 @@ public final void ruleBusImplementationKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "ruleBusImplementationKeywords"
+ // $ANTLR end "ruleBasicPropertyAssociation"
- // $ANTLR start "entryRuleDataAccessKeywords"
- // InternalAadl2Parser.g:5072:1: entryRuleDataAccessKeywords : ruleDataAccessKeywords EOF ;
- public final void entryRuleDataAccessKeywords() throws RecognitionException {
+ // $ANTLR start "entryRuleContainmentPath"
+ // InternalAadl2Parser.g:5072:1: entryRuleContainmentPath : ruleContainmentPath EOF ;
+ public final void entryRuleContainmentPath() throws RecognitionException {
try {
- // InternalAadl2Parser.g:5073:1: ( ruleDataAccessKeywords EOF )
- // InternalAadl2Parser.g:5074:1: ruleDataAccessKeywords EOF
+ // InternalAadl2Parser.g:5073:1: ( ruleContainmentPath EOF )
+ // InternalAadl2Parser.g:5074:1: ruleContainmentPath EOF
{
- before(grammarAccess.getDataAccessKeywordsRule());
+ before(grammarAccess.getContainmentPathRule());
pushFollow(FollowSets000.FOLLOW_1);
- ruleDataAccessKeywords();
+ ruleContainmentPath();
state._fsp--;
- after(grammarAccess.getDataAccessKeywordsRule());
+ after(grammarAccess.getContainmentPathRule());
match(input,EOF,FollowSets000.FOLLOW_2);
}
@@ -26245,35 +26368,35 @@ public final void entryRuleDataAccessKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "entryRuleDataAccessKeywords"
+ // $ANTLR end "entryRuleContainmentPath"
- // $ANTLR start "ruleDataAccessKeywords"
- // InternalAadl2Parser.g:5081:1: ruleDataAccessKeywords : ( ( rule__DataAccessKeywords__Group__0 ) ) ;
- public final void ruleDataAccessKeywords() throws RecognitionException {
+ // $ANTLR start "ruleContainmentPath"
+ // InternalAadl2Parser.g:5081:1: ruleContainmentPath : ( ( rule__ContainmentPath__PathAssignment ) ) ;
+ public final void ruleContainmentPath() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5085:2: ( ( ( rule__DataAccessKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5086:2: ( ( rule__DataAccessKeywords__Group__0 ) )
+ // InternalAadl2Parser.g:5085:2: ( ( ( rule__ContainmentPath__PathAssignment ) ) )
+ // InternalAadl2Parser.g:5086:2: ( ( rule__ContainmentPath__PathAssignment ) )
{
- // InternalAadl2Parser.g:5086:2: ( ( rule__DataAccessKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5087:3: ( rule__DataAccessKeywords__Group__0 )
+ // InternalAadl2Parser.g:5086:2: ( ( rule__ContainmentPath__PathAssignment ) )
+ // InternalAadl2Parser.g:5087:3: ( rule__ContainmentPath__PathAssignment )
{
- before(grammarAccess.getDataAccessKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5088:3: ( rule__DataAccessKeywords__Group__0 )
- // InternalAadl2Parser.g:5088:4: rule__DataAccessKeywords__Group__0
+ before(grammarAccess.getContainmentPathAccess().getPathAssignment());
+ // InternalAadl2Parser.g:5088:3: ( rule__ContainmentPath__PathAssignment )
+ // InternalAadl2Parser.g:5088:4: rule__ContainmentPath__PathAssignment
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DataAccessKeywords__Group__0();
+ rule__ContainmentPath__PathAssignment();
state._fsp--;
}
- after(grammarAccess.getDataAccessKeywordsAccess().getGroup());
+ after(grammarAccess.getContainmentPathAccess().getPathAssignment());
}
@@ -26292,23 +26415,23 @@ public final void ruleDataAccessKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "ruleDataAccessKeywords"
+ // $ANTLR end "ruleContainmentPath"
- // $ANTLR start "entryRuleDataImplementationKeywords"
- // InternalAadl2Parser.g:5097:1: entryRuleDataImplementationKeywords : ruleDataImplementationKeywords EOF ;
- public final void entryRuleDataImplementationKeywords() throws RecognitionException {
+ // $ANTLR start "entryRuleOptionalModalPropertyValue"
+ // InternalAadl2Parser.g:5097:1: entryRuleOptionalModalPropertyValue : ruleOptionalModalPropertyValue EOF ;
+ public final void entryRuleOptionalModalPropertyValue() throws RecognitionException {
try {
- // InternalAadl2Parser.g:5098:1: ( ruleDataImplementationKeywords EOF )
- // InternalAadl2Parser.g:5099:1: ruleDataImplementationKeywords EOF
+ // InternalAadl2Parser.g:5098:1: ( ruleOptionalModalPropertyValue EOF )
+ // InternalAadl2Parser.g:5099:1: ruleOptionalModalPropertyValue EOF
{
- before(grammarAccess.getDataImplementationKeywordsRule());
+ before(grammarAccess.getOptionalModalPropertyValueRule());
pushFollow(FollowSets000.FOLLOW_1);
- ruleDataImplementationKeywords();
+ ruleOptionalModalPropertyValue();
state._fsp--;
- after(grammarAccess.getDataImplementationKeywordsRule());
+ after(grammarAccess.getOptionalModalPropertyValueRule());
match(input,EOF,FollowSets000.FOLLOW_2);
}
@@ -26322,35 +26445,35 @@ public final void entryRuleDataImplementationKeywords() throws RecognitionExcept
}
return ;
}
- // $ANTLR end "entryRuleDataImplementationKeywords"
+ // $ANTLR end "entryRuleOptionalModalPropertyValue"
- // $ANTLR start "ruleDataImplementationKeywords"
- // InternalAadl2Parser.g:5106:1: ruleDataImplementationKeywords : ( ( rule__DataImplementationKeywords__Group__0 ) ) ;
- public final void ruleDataImplementationKeywords() throws RecognitionException {
+ // $ANTLR start "ruleOptionalModalPropertyValue"
+ // InternalAadl2Parser.g:5106:1: ruleOptionalModalPropertyValue : ( ( rule__OptionalModalPropertyValue__Group__0 ) ) ;
+ public final void ruleOptionalModalPropertyValue() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5110:2: ( ( ( rule__DataImplementationKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5111:2: ( ( rule__DataImplementationKeywords__Group__0 ) )
+ // InternalAadl2Parser.g:5110:2: ( ( ( rule__OptionalModalPropertyValue__Group__0 ) ) )
+ // InternalAadl2Parser.g:5111:2: ( ( rule__OptionalModalPropertyValue__Group__0 ) )
{
- // InternalAadl2Parser.g:5111:2: ( ( rule__DataImplementationKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5112:3: ( rule__DataImplementationKeywords__Group__0 )
+ // InternalAadl2Parser.g:5111:2: ( ( rule__OptionalModalPropertyValue__Group__0 ) )
+ // InternalAadl2Parser.g:5112:3: ( rule__OptionalModalPropertyValue__Group__0 )
{
- before(grammarAccess.getDataImplementationKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5113:3: ( rule__DataImplementationKeywords__Group__0 )
- // InternalAadl2Parser.g:5113:4: rule__DataImplementationKeywords__Group__0
+ before(grammarAccess.getOptionalModalPropertyValueAccess().getGroup());
+ // InternalAadl2Parser.g:5113:3: ( rule__OptionalModalPropertyValue__Group__0 )
+ // InternalAadl2Parser.g:5113:4: rule__OptionalModalPropertyValue__Group__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DataImplementationKeywords__Group__0();
+ rule__OptionalModalPropertyValue__Group__0();
state._fsp--;
}
- after(grammarAccess.getDataImplementationKeywordsAccess().getGroup());
+ after(grammarAccess.getOptionalModalPropertyValueAccess().getGroup());
}
@@ -26369,23 +26492,23 @@ public final void ruleDataImplementationKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "ruleDataImplementationKeywords"
+ // $ANTLR end "ruleOptionalModalPropertyValue"
- // $ANTLR start "entryRuleDataPortKeywords"
- // InternalAadl2Parser.g:5122:1: entryRuleDataPortKeywords : ruleDataPortKeywords EOF ;
- public final void entryRuleDataPortKeywords() throws RecognitionException {
+ // $ANTLR start "entryRulePropertyValue"
+ // InternalAadl2Parser.g:5122:1: entryRulePropertyValue : rulePropertyValue EOF ;
+ public final void entryRulePropertyValue() throws RecognitionException {
try {
- // InternalAadl2Parser.g:5123:1: ( ruleDataPortKeywords EOF )
- // InternalAadl2Parser.g:5124:1: ruleDataPortKeywords EOF
+ // InternalAadl2Parser.g:5123:1: ( rulePropertyValue EOF )
+ // InternalAadl2Parser.g:5124:1: rulePropertyValue EOF
{
- before(grammarAccess.getDataPortKeywordsRule());
+ before(grammarAccess.getPropertyValueRule());
pushFollow(FollowSets000.FOLLOW_1);
- ruleDataPortKeywords();
+ rulePropertyValue();
state._fsp--;
- after(grammarAccess.getDataPortKeywordsRule());
+ after(grammarAccess.getPropertyValueRule());
match(input,EOF,FollowSets000.FOLLOW_2);
}
@@ -26399,35 +26522,35 @@ public final void entryRuleDataPortKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "entryRuleDataPortKeywords"
+ // $ANTLR end "entryRulePropertyValue"
- // $ANTLR start "ruleDataPortKeywords"
- // InternalAadl2Parser.g:5131:1: ruleDataPortKeywords : ( ( rule__DataPortKeywords__Group__0 ) ) ;
- public final void ruleDataPortKeywords() throws RecognitionException {
+ // $ANTLR start "rulePropertyValue"
+ // InternalAadl2Parser.g:5131:1: rulePropertyValue : ( ( rule__PropertyValue__OwnedValueAssignment ) ) ;
+ public final void rulePropertyValue() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5135:2: ( ( ( rule__DataPortKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5136:2: ( ( rule__DataPortKeywords__Group__0 ) )
+ // InternalAadl2Parser.g:5135:2: ( ( ( rule__PropertyValue__OwnedValueAssignment ) ) )
+ // InternalAadl2Parser.g:5136:2: ( ( rule__PropertyValue__OwnedValueAssignment ) )
{
- // InternalAadl2Parser.g:5136:2: ( ( rule__DataPortKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5137:3: ( rule__DataPortKeywords__Group__0 )
+ // InternalAadl2Parser.g:5136:2: ( ( rule__PropertyValue__OwnedValueAssignment ) )
+ // InternalAadl2Parser.g:5137:3: ( rule__PropertyValue__OwnedValueAssignment )
{
- before(grammarAccess.getDataPortKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5138:3: ( rule__DataPortKeywords__Group__0 )
- // InternalAadl2Parser.g:5138:4: rule__DataPortKeywords__Group__0
+ before(grammarAccess.getPropertyValueAccess().getOwnedValueAssignment());
+ // InternalAadl2Parser.g:5138:3: ( rule__PropertyValue__OwnedValueAssignment )
+ // InternalAadl2Parser.g:5138:4: rule__PropertyValue__OwnedValueAssignment
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DataPortKeywords__Group__0();
+ rule__PropertyValue__OwnedValueAssignment();
state._fsp--;
}
- after(grammarAccess.getDataPortKeywordsAccess().getGroup());
+ after(grammarAccess.getPropertyValueAccess().getOwnedValueAssignment());
}
@@ -26446,23 +26569,23 @@ public final void ruleDataPortKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "ruleDataPortKeywords"
+ // $ANTLR end "rulePropertyValue"
- // $ANTLR start "entryRuleDeviceImplementationKeywords"
- // InternalAadl2Parser.g:5147:1: entryRuleDeviceImplementationKeywords : ruleDeviceImplementationKeywords EOF ;
- public final void entryRuleDeviceImplementationKeywords() throws RecognitionException {
+ // $ANTLR start "entryRulePropertyExpression"
+ // InternalAadl2Parser.g:5147:1: entryRulePropertyExpression : rulePropertyExpression EOF ;
+ public final void entryRulePropertyExpression() throws RecognitionException {
try {
- // InternalAadl2Parser.g:5148:1: ( ruleDeviceImplementationKeywords EOF )
- // InternalAadl2Parser.g:5149:1: ruleDeviceImplementationKeywords EOF
+ // InternalAadl2Parser.g:5148:1: ( rulePropertyExpression EOF )
+ // InternalAadl2Parser.g:5149:1: rulePropertyExpression EOF
{
- before(grammarAccess.getDeviceImplementationKeywordsRule());
+ before(grammarAccess.getPropertyExpressionRule());
pushFollow(FollowSets000.FOLLOW_1);
- ruleDeviceImplementationKeywords();
+ rulePropertyExpression();
state._fsp--;
- after(grammarAccess.getDeviceImplementationKeywordsRule());
+ after(grammarAccess.getPropertyExpressionRule());
match(input,EOF,FollowSets000.FOLLOW_2);
}
@@ -26476,35 +26599,35 @@ public final void entryRuleDeviceImplementationKeywords() throws RecognitionExce
}
return ;
}
- // $ANTLR end "entryRuleDeviceImplementationKeywords"
+ // $ANTLR end "entryRulePropertyExpression"
- // $ANTLR start "ruleDeviceImplementationKeywords"
- // InternalAadl2Parser.g:5156:1: ruleDeviceImplementationKeywords : ( ( rule__DeviceImplementationKeywords__Group__0 ) ) ;
- public final void ruleDeviceImplementationKeywords() throws RecognitionException {
+ // $ANTLR start "rulePropertyExpression"
+ // InternalAadl2Parser.g:5156:1: rulePropertyExpression : ( ( rule__PropertyExpression__Alternatives ) ) ;
+ public final void rulePropertyExpression() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5160:2: ( ( ( rule__DeviceImplementationKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5161:2: ( ( rule__DeviceImplementationKeywords__Group__0 ) )
+ // InternalAadl2Parser.g:5160:2: ( ( ( rule__PropertyExpression__Alternatives ) ) )
+ // InternalAadl2Parser.g:5161:2: ( ( rule__PropertyExpression__Alternatives ) )
{
- // InternalAadl2Parser.g:5161:2: ( ( rule__DeviceImplementationKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5162:3: ( rule__DeviceImplementationKeywords__Group__0 )
+ // InternalAadl2Parser.g:5161:2: ( ( rule__PropertyExpression__Alternatives ) )
+ // InternalAadl2Parser.g:5162:3: ( rule__PropertyExpression__Alternatives )
{
- before(grammarAccess.getDeviceImplementationKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5163:3: ( rule__DeviceImplementationKeywords__Group__0 )
- // InternalAadl2Parser.g:5163:4: rule__DeviceImplementationKeywords__Group__0
+ before(grammarAccess.getPropertyExpressionAccess().getAlternatives());
+ // InternalAadl2Parser.g:5163:3: ( rule__PropertyExpression__Alternatives )
+ // InternalAadl2Parser.g:5163:4: rule__PropertyExpression__Alternatives
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DeviceImplementationKeywords__Group__0();
+ rule__PropertyExpression__Alternatives();
state._fsp--;
}
- after(grammarAccess.getDeviceImplementationKeywordsAccess().getGroup());
+ after(grammarAccess.getPropertyExpressionAccess().getAlternatives());
}
@@ -26523,23 +26646,23 @@ public final void ruleDeviceImplementationKeywords() throws RecognitionException
}
return ;
}
- // $ANTLR end "ruleDeviceImplementationKeywords"
+ // $ANTLR end "rulePropertyExpression"
- // $ANTLR start "entryRuleEndToEndFlowKeywords"
- // InternalAadl2Parser.g:5172:1: entryRuleEndToEndFlowKeywords : ruleEndToEndFlowKeywords EOF ;
- public final void entryRuleEndToEndFlowKeywords() throws RecognitionException {
+ // $ANTLR start "entryRuleLiteralorReferenceTerm"
+ // InternalAadl2Parser.g:5172:1: entryRuleLiteralorReferenceTerm : ruleLiteralorReferenceTerm EOF ;
+ public final void entryRuleLiteralorReferenceTerm() throws RecognitionException {
try {
- // InternalAadl2Parser.g:5173:1: ( ruleEndToEndFlowKeywords EOF )
- // InternalAadl2Parser.g:5174:1: ruleEndToEndFlowKeywords EOF
+ // InternalAadl2Parser.g:5173:1: ( ruleLiteralorReferenceTerm EOF )
+ // InternalAadl2Parser.g:5174:1: ruleLiteralorReferenceTerm EOF
{
- before(grammarAccess.getEndToEndFlowKeywordsRule());
+ before(grammarAccess.getLiteralorReferenceTermRule());
pushFollow(FollowSets000.FOLLOW_1);
- ruleEndToEndFlowKeywords();
+ ruleLiteralorReferenceTerm();
state._fsp--;
- after(grammarAccess.getEndToEndFlowKeywordsRule());
+ after(grammarAccess.getLiteralorReferenceTermRule());
match(input,EOF,FollowSets000.FOLLOW_2);
}
@@ -26553,35 +26676,35 @@ public final void entryRuleEndToEndFlowKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "entryRuleEndToEndFlowKeywords"
+ // $ANTLR end "entryRuleLiteralorReferenceTerm"
- // $ANTLR start "ruleEndToEndFlowKeywords"
- // InternalAadl2Parser.g:5181:1: ruleEndToEndFlowKeywords : ( ( rule__EndToEndFlowKeywords__Group__0 ) ) ;
- public final void ruleEndToEndFlowKeywords() throws RecognitionException {
+ // $ANTLR start "ruleLiteralorReferenceTerm"
+ // InternalAadl2Parser.g:5181:1: ruleLiteralorReferenceTerm : ( ( rule__LiteralorReferenceTerm__NamedValueAssignment ) ) ;
+ public final void ruleLiteralorReferenceTerm() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5185:2: ( ( ( rule__EndToEndFlowKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5186:2: ( ( rule__EndToEndFlowKeywords__Group__0 ) )
+ // InternalAadl2Parser.g:5185:2: ( ( ( rule__LiteralorReferenceTerm__NamedValueAssignment ) ) )
+ // InternalAadl2Parser.g:5186:2: ( ( rule__LiteralorReferenceTerm__NamedValueAssignment ) )
{
- // InternalAadl2Parser.g:5186:2: ( ( rule__EndToEndFlowKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5187:3: ( rule__EndToEndFlowKeywords__Group__0 )
+ // InternalAadl2Parser.g:5186:2: ( ( rule__LiteralorReferenceTerm__NamedValueAssignment ) )
+ // InternalAadl2Parser.g:5187:3: ( rule__LiteralorReferenceTerm__NamedValueAssignment )
{
- before(grammarAccess.getEndToEndFlowKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5188:3: ( rule__EndToEndFlowKeywords__Group__0 )
- // InternalAadl2Parser.g:5188:4: rule__EndToEndFlowKeywords__Group__0
+ before(grammarAccess.getLiteralorReferenceTermAccess().getNamedValueAssignment());
+ // InternalAadl2Parser.g:5188:3: ( rule__LiteralorReferenceTerm__NamedValueAssignment )
+ // InternalAadl2Parser.g:5188:4: rule__LiteralorReferenceTerm__NamedValueAssignment
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__EndToEndFlowKeywords__Group__0();
+ rule__LiteralorReferenceTerm__NamedValueAssignment();
state._fsp--;
}
- after(grammarAccess.getEndToEndFlowKeywordsAccess().getGroup());
+ after(grammarAccess.getLiteralorReferenceTermAccess().getNamedValueAssignment());
}
@@ -26600,23 +26723,23 @@ public final void ruleEndToEndFlowKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "ruleEndToEndFlowKeywords"
+ // $ANTLR end "ruleLiteralorReferenceTerm"
- // $ANTLR start "entryRuleEventDataKeywords"
- // InternalAadl2Parser.g:5197:1: entryRuleEventDataKeywords : ruleEventDataKeywords EOF ;
- public final void entryRuleEventDataKeywords() throws RecognitionException {
+ // $ANTLR start "entryRuleBooleanLiteral"
+ // InternalAadl2Parser.g:5197:1: entryRuleBooleanLiteral : ruleBooleanLiteral EOF ;
+ public final void entryRuleBooleanLiteral() throws RecognitionException {
try {
- // InternalAadl2Parser.g:5198:1: ( ruleEventDataKeywords EOF )
- // InternalAadl2Parser.g:5199:1: ruleEventDataKeywords EOF
+ // InternalAadl2Parser.g:5198:1: ( ruleBooleanLiteral EOF )
+ // InternalAadl2Parser.g:5199:1: ruleBooleanLiteral EOF
{
- before(grammarAccess.getEventDataKeywordsRule());
+ before(grammarAccess.getBooleanLiteralRule());
pushFollow(FollowSets000.FOLLOW_1);
- ruleEventDataKeywords();
+ ruleBooleanLiteral();
state._fsp--;
- after(grammarAccess.getEventDataKeywordsRule());
+ after(grammarAccess.getBooleanLiteralRule());
match(input,EOF,FollowSets000.FOLLOW_2);
}
@@ -26630,35 +26753,35 @@ public final void entryRuleEventDataKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "entryRuleEventDataKeywords"
+ // $ANTLR end "entryRuleBooleanLiteral"
- // $ANTLR start "ruleEventDataKeywords"
- // InternalAadl2Parser.g:5206:1: ruleEventDataKeywords : ( ( rule__EventDataKeywords__Group__0 ) ) ;
- public final void ruleEventDataKeywords() throws RecognitionException {
+ // $ANTLR start "ruleBooleanLiteral"
+ // InternalAadl2Parser.g:5206:1: ruleBooleanLiteral : ( ( rule__BooleanLiteral__Group__0 ) ) ;
+ public final void ruleBooleanLiteral() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5210:2: ( ( ( rule__EventDataKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5211:2: ( ( rule__EventDataKeywords__Group__0 ) )
+ // InternalAadl2Parser.g:5210:2: ( ( ( rule__BooleanLiteral__Group__0 ) ) )
+ // InternalAadl2Parser.g:5211:2: ( ( rule__BooleanLiteral__Group__0 ) )
{
- // InternalAadl2Parser.g:5211:2: ( ( rule__EventDataKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5212:3: ( rule__EventDataKeywords__Group__0 )
+ // InternalAadl2Parser.g:5211:2: ( ( rule__BooleanLiteral__Group__0 ) )
+ // InternalAadl2Parser.g:5212:3: ( rule__BooleanLiteral__Group__0 )
{
- before(grammarAccess.getEventDataKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5213:3: ( rule__EventDataKeywords__Group__0 )
- // InternalAadl2Parser.g:5213:4: rule__EventDataKeywords__Group__0
+ before(grammarAccess.getBooleanLiteralAccess().getGroup());
+ // InternalAadl2Parser.g:5213:3: ( rule__BooleanLiteral__Group__0 )
+ // InternalAadl2Parser.g:5213:4: rule__BooleanLiteral__Group__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__EventDataKeywords__Group__0();
+ rule__BooleanLiteral__Group__0();
state._fsp--;
}
- after(grammarAccess.getEventDataKeywordsAccess().getGroup());
+ after(grammarAccess.getBooleanLiteralAccess().getGroup());
}
@@ -26677,23 +26800,23 @@ public final void ruleEventDataKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "ruleEventDataKeywords"
+ // $ANTLR end "ruleBooleanLiteral"
- // $ANTLR start "entryRuleEventDataPortKeywords"
- // InternalAadl2Parser.g:5222:1: entryRuleEventDataPortKeywords : ruleEventDataPortKeywords EOF ;
- public final void entryRuleEventDataPortKeywords() throws RecognitionException {
+ // $ANTLR start "entryRuleConstantValue"
+ // InternalAadl2Parser.g:5222:1: entryRuleConstantValue : ruleConstantValue EOF ;
+ public final void entryRuleConstantValue() throws RecognitionException {
try {
- // InternalAadl2Parser.g:5223:1: ( ruleEventDataPortKeywords EOF )
- // InternalAadl2Parser.g:5224:1: ruleEventDataPortKeywords EOF
+ // InternalAadl2Parser.g:5223:1: ( ruleConstantValue EOF )
+ // InternalAadl2Parser.g:5224:1: ruleConstantValue EOF
{
- before(grammarAccess.getEventDataPortKeywordsRule());
+ before(grammarAccess.getConstantValueRule());
pushFollow(FollowSets000.FOLLOW_1);
- ruleEventDataPortKeywords();
+ ruleConstantValue();
state._fsp--;
- after(grammarAccess.getEventDataPortKeywordsRule());
+ after(grammarAccess.getConstantValueRule());
match(input,EOF,FollowSets000.FOLLOW_2);
}
@@ -26707,35 +26830,35 @@ public final void entryRuleEventDataPortKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "entryRuleEventDataPortKeywords"
+ // $ANTLR end "entryRuleConstantValue"
- // $ANTLR start "ruleEventDataPortKeywords"
- // InternalAadl2Parser.g:5231:1: ruleEventDataPortKeywords : ( ( rule__EventDataPortKeywords__Group__0 ) ) ;
- public final void ruleEventDataPortKeywords() throws RecognitionException {
+ // $ANTLR start "ruleConstantValue"
+ // InternalAadl2Parser.g:5231:1: ruleConstantValue : ( ( rule__ConstantValue__NamedValueAssignment ) ) ;
+ public final void ruleConstantValue() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5235:2: ( ( ( rule__EventDataPortKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5236:2: ( ( rule__EventDataPortKeywords__Group__0 ) )
+ // InternalAadl2Parser.g:5235:2: ( ( ( rule__ConstantValue__NamedValueAssignment ) ) )
+ // InternalAadl2Parser.g:5236:2: ( ( rule__ConstantValue__NamedValueAssignment ) )
{
- // InternalAadl2Parser.g:5236:2: ( ( rule__EventDataPortKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5237:3: ( rule__EventDataPortKeywords__Group__0 )
+ // InternalAadl2Parser.g:5236:2: ( ( rule__ConstantValue__NamedValueAssignment ) )
+ // InternalAadl2Parser.g:5237:3: ( rule__ConstantValue__NamedValueAssignment )
{
- before(grammarAccess.getEventDataPortKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5238:3: ( rule__EventDataPortKeywords__Group__0 )
- // InternalAadl2Parser.g:5238:4: rule__EventDataPortKeywords__Group__0
+ before(grammarAccess.getConstantValueAccess().getNamedValueAssignment());
+ // InternalAadl2Parser.g:5238:3: ( rule__ConstantValue__NamedValueAssignment )
+ // InternalAadl2Parser.g:5238:4: rule__ConstantValue__NamedValueAssignment
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__EventDataPortKeywords__Group__0();
+ rule__ConstantValue__NamedValueAssignment();
state._fsp--;
}
- after(grammarAccess.getEventDataPortKeywordsAccess().getGroup());
+ after(grammarAccess.getConstantValueAccess().getNamedValueAssignment());
}
@@ -26754,23 +26877,23 @@ public final void ruleEventDataPortKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "ruleEventDataPortKeywords"
+ // $ANTLR end "ruleConstantValue"
- // $ANTLR start "entryRuleEventPortKeywords"
- // InternalAadl2Parser.g:5247:1: entryRuleEventPortKeywords : ruleEventPortKeywords EOF ;
- public final void entryRuleEventPortKeywords() throws RecognitionException {
+ // $ANTLR start "entryRuleReferenceTerm"
+ // InternalAadl2Parser.g:5247:1: entryRuleReferenceTerm : ruleReferenceTerm EOF ;
+ public final void entryRuleReferenceTerm() throws RecognitionException {
try {
- // InternalAadl2Parser.g:5248:1: ( ruleEventPortKeywords EOF )
- // InternalAadl2Parser.g:5249:1: ruleEventPortKeywords EOF
+ // InternalAadl2Parser.g:5248:1: ( ruleReferenceTerm EOF )
+ // InternalAadl2Parser.g:5249:1: ruleReferenceTerm EOF
{
- before(grammarAccess.getEventPortKeywordsRule());
+ before(grammarAccess.getReferenceTermRule());
pushFollow(FollowSets000.FOLLOW_1);
- ruleEventPortKeywords();
+ ruleReferenceTerm();
state._fsp--;
- after(grammarAccess.getEventPortKeywordsRule());
+ after(grammarAccess.getReferenceTermRule());
match(input,EOF,FollowSets000.FOLLOW_2);
}
@@ -26784,35 +26907,35 @@ public final void entryRuleEventPortKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "entryRuleEventPortKeywords"
+ // $ANTLR end "entryRuleReferenceTerm"
- // $ANTLR start "ruleEventPortKeywords"
- // InternalAadl2Parser.g:5256:1: ruleEventPortKeywords : ( ( rule__EventPortKeywords__Group__0 ) ) ;
- public final void ruleEventPortKeywords() throws RecognitionException {
+ // $ANTLR start "ruleReferenceTerm"
+ // InternalAadl2Parser.g:5256:1: ruleReferenceTerm : ( ( rule__ReferenceTerm__Group__0 ) ) ;
+ public final void ruleReferenceTerm() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5260:2: ( ( ( rule__EventPortKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5261:2: ( ( rule__EventPortKeywords__Group__0 ) )
+ // InternalAadl2Parser.g:5260:2: ( ( ( rule__ReferenceTerm__Group__0 ) ) )
+ // InternalAadl2Parser.g:5261:2: ( ( rule__ReferenceTerm__Group__0 ) )
{
- // InternalAadl2Parser.g:5261:2: ( ( rule__EventPortKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5262:3: ( rule__EventPortKeywords__Group__0 )
+ // InternalAadl2Parser.g:5261:2: ( ( rule__ReferenceTerm__Group__0 ) )
+ // InternalAadl2Parser.g:5262:3: ( rule__ReferenceTerm__Group__0 )
{
- before(grammarAccess.getEventPortKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5263:3: ( rule__EventPortKeywords__Group__0 )
- // InternalAadl2Parser.g:5263:4: rule__EventPortKeywords__Group__0
+ before(grammarAccess.getReferenceTermAccess().getGroup());
+ // InternalAadl2Parser.g:5263:3: ( rule__ReferenceTerm__Group__0 )
+ // InternalAadl2Parser.g:5263:4: rule__ReferenceTerm__Group__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__EventPortKeywords__Group__0();
+ rule__ReferenceTerm__Group__0();
state._fsp--;
}
- after(grammarAccess.getEventPortKeywordsAccess().getGroup());
+ after(grammarAccess.getReferenceTermAccess().getGroup());
}
@@ -26831,23 +26954,23 @@ public final void ruleEventPortKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "ruleEventPortKeywords"
+ // $ANTLR end "ruleReferenceTerm"
- // $ANTLR start "entryRuleFeatureGroupKeywords"
- // InternalAadl2Parser.g:5272:1: entryRuleFeatureGroupKeywords : ruleFeatureGroupKeywords EOF ;
- public final void entryRuleFeatureGroupKeywords() throws RecognitionException {
+ // $ANTLR start "entryRuleRecordTerm"
+ // InternalAadl2Parser.g:5272:1: entryRuleRecordTerm : ruleRecordTerm EOF ;
+ public final void entryRuleRecordTerm() throws RecognitionException {
try {
- // InternalAadl2Parser.g:5273:1: ( ruleFeatureGroupKeywords EOF )
- // InternalAadl2Parser.g:5274:1: ruleFeatureGroupKeywords EOF
+ // InternalAadl2Parser.g:5273:1: ( ruleRecordTerm EOF )
+ // InternalAadl2Parser.g:5274:1: ruleRecordTerm EOF
{
- before(grammarAccess.getFeatureGroupKeywordsRule());
+ before(grammarAccess.getRecordTermRule());
pushFollow(FollowSets000.FOLLOW_1);
- ruleFeatureGroupKeywords();
+ ruleRecordTerm();
state._fsp--;
- after(grammarAccess.getFeatureGroupKeywordsRule());
+ after(grammarAccess.getRecordTermRule());
match(input,EOF,FollowSets000.FOLLOW_2);
}
@@ -26861,35 +26984,35 @@ public final void entryRuleFeatureGroupKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "entryRuleFeatureGroupKeywords"
+ // $ANTLR end "entryRuleRecordTerm"
- // $ANTLR start "ruleFeatureGroupKeywords"
- // InternalAadl2Parser.g:5281:1: ruleFeatureGroupKeywords : ( ( rule__FeatureGroupKeywords__Group__0 ) ) ;
- public final void ruleFeatureGroupKeywords() throws RecognitionException {
+ // $ANTLR start "ruleRecordTerm"
+ // InternalAadl2Parser.g:5281:1: ruleRecordTerm : ( ( rule__RecordTerm__Group__0 ) ) ;
+ public final void ruleRecordTerm() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5285:2: ( ( ( rule__FeatureGroupKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5286:2: ( ( rule__FeatureGroupKeywords__Group__0 ) )
+ // InternalAadl2Parser.g:5285:2: ( ( ( rule__RecordTerm__Group__0 ) ) )
+ // InternalAadl2Parser.g:5286:2: ( ( rule__RecordTerm__Group__0 ) )
{
- // InternalAadl2Parser.g:5286:2: ( ( rule__FeatureGroupKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5287:3: ( rule__FeatureGroupKeywords__Group__0 )
+ // InternalAadl2Parser.g:5286:2: ( ( rule__RecordTerm__Group__0 ) )
+ // InternalAadl2Parser.g:5287:3: ( rule__RecordTerm__Group__0 )
{
- before(grammarAccess.getFeatureGroupKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5288:3: ( rule__FeatureGroupKeywords__Group__0 )
- // InternalAadl2Parser.g:5288:4: rule__FeatureGroupKeywords__Group__0
+ before(grammarAccess.getRecordTermAccess().getGroup());
+ // InternalAadl2Parser.g:5288:3: ( rule__RecordTerm__Group__0 )
+ // InternalAadl2Parser.g:5288:4: rule__RecordTerm__Group__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__FeatureGroupKeywords__Group__0();
+ rule__RecordTerm__Group__0();
state._fsp--;
}
- after(grammarAccess.getFeatureGroupKeywordsAccess().getGroup());
+ after(grammarAccess.getRecordTermAccess().getGroup());
}
@@ -26908,23 +27031,23 @@ public final void ruleFeatureGroupKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "ruleFeatureGroupKeywords"
+ // $ANTLR end "ruleRecordTerm"
- // $ANTLR start "entryRuleInternalFeaturesKeywords"
- // InternalAadl2Parser.g:5297:1: entryRuleInternalFeaturesKeywords : ruleInternalFeaturesKeywords EOF ;
- public final void entryRuleInternalFeaturesKeywords() throws RecognitionException {
+ // $ANTLR start "entryRuleComputedTerm"
+ // InternalAadl2Parser.g:5297:1: entryRuleComputedTerm : ruleComputedTerm EOF ;
+ public final void entryRuleComputedTerm() throws RecognitionException {
try {
- // InternalAadl2Parser.g:5298:1: ( ruleInternalFeaturesKeywords EOF )
- // InternalAadl2Parser.g:5299:1: ruleInternalFeaturesKeywords EOF
+ // InternalAadl2Parser.g:5298:1: ( ruleComputedTerm EOF )
+ // InternalAadl2Parser.g:5299:1: ruleComputedTerm EOF
{
- before(grammarAccess.getInternalFeaturesKeywordsRule());
+ before(grammarAccess.getComputedTermRule());
pushFollow(FollowSets000.FOLLOW_1);
- ruleInternalFeaturesKeywords();
+ ruleComputedTerm();
state._fsp--;
- after(grammarAccess.getInternalFeaturesKeywordsRule());
+ after(grammarAccess.getComputedTermRule());
match(input,EOF,FollowSets000.FOLLOW_2);
}
@@ -26938,35 +27061,35 @@ public final void entryRuleInternalFeaturesKeywords() throws RecognitionExceptio
}
return ;
}
- // $ANTLR end "entryRuleInternalFeaturesKeywords"
+ // $ANTLR end "entryRuleComputedTerm"
- // $ANTLR start "ruleInternalFeaturesKeywords"
- // InternalAadl2Parser.g:5306:1: ruleInternalFeaturesKeywords : ( ( rule__InternalFeaturesKeywords__Group__0 ) ) ;
- public final void ruleInternalFeaturesKeywords() throws RecognitionException {
+ // $ANTLR start "ruleComputedTerm"
+ // InternalAadl2Parser.g:5306:1: ruleComputedTerm : ( ( rule__ComputedTerm__Group__0 ) ) ;
+ public final void ruleComputedTerm() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5310:2: ( ( ( rule__InternalFeaturesKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5311:2: ( ( rule__InternalFeaturesKeywords__Group__0 ) )
+ // InternalAadl2Parser.g:5310:2: ( ( ( rule__ComputedTerm__Group__0 ) ) )
+ // InternalAadl2Parser.g:5311:2: ( ( rule__ComputedTerm__Group__0 ) )
{
- // InternalAadl2Parser.g:5311:2: ( ( rule__InternalFeaturesKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5312:3: ( rule__InternalFeaturesKeywords__Group__0 )
+ // InternalAadl2Parser.g:5311:2: ( ( rule__ComputedTerm__Group__0 ) )
+ // InternalAadl2Parser.g:5312:3: ( rule__ComputedTerm__Group__0 )
{
- before(grammarAccess.getInternalFeaturesKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5313:3: ( rule__InternalFeaturesKeywords__Group__0 )
- // InternalAadl2Parser.g:5313:4: rule__InternalFeaturesKeywords__Group__0
+ before(grammarAccess.getComputedTermAccess().getGroup());
+ // InternalAadl2Parser.g:5313:3: ( rule__ComputedTerm__Group__0 )
+ // InternalAadl2Parser.g:5313:4: rule__ComputedTerm__Group__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__InternalFeaturesKeywords__Group__0();
+ rule__ComputedTerm__Group__0();
state._fsp--;
}
- after(grammarAccess.getInternalFeaturesKeywordsAccess().getGroup());
+ after(grammarAccess.getComputedTermAccess().getGroup());
}
@@ -26985,23 +27108,23 @@ public final void ruleInternalFeaturesKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "ruleInternalFeaturesKeywords"
+ // $ANTLR end "ruleComputedTerm"
- // $ANTLR start "entryRuleInverseOfKeywords"
- // InternalAadl2Parser.g:5322:1: entryRuleInverseOfKeywords : ruleInverseOfKeywords EOF ;
- public final void entryRuleInverseOfKeywords() throws RecognitionException {
+ // $ANTLR start "entryRuleComponentClassifierTerm"
+ // InternalAadl2Parser.g:5322:1: entryRuleComponentClassifierTerm : ruleComponentClassifierTerm EOF ;
+ public final void entryRuleComponentClassifierTerm() throws RecognitionException {
try {
- // InternalAadl2Parser.g:5323:1: ( ruleInverseOfKeywords EOF )
- // InternalAadl2Parser.g:5324:1: ruleInverseOfKeywords EOF
+ // InternalAadl2Parser.g:5323:1: ( ruleComponentClassifierTerm EOF )
+ // InternalAadl2Parser.g:5324:1: ruleComponentClassifierTerm EOF
{
- before(grammarAccess.getInverseOfKeywordsRule());
+ before(grammarAccess.getComponentClassifierTermRule());
pushFollow(FollowSets000.FOLLOW_1);
- ruleInverseOfKeywords();
+ ruleComponentClassifierTerm();
state._fsp--;
- after(grammarAccess.getInverseOfKeywordsRule());
+ after(grammarAccess.getComponentClassifierTermRule());
match(input,EOF,FollowSets000.FOLLOW_2);
}
@@ -27015,35 +27138,35 @@ public final void entryRuleInverseOfKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "entryRuleInverseOfKeywords"
+ // $ANTLR end "entryRuleComponentClassifierTerm"
- // $ANTLR start "ruleInverseOfKeywords"
- // InternalAadl2Parser.g:5331:1: ruleInverseOfKeywords : ( ( rule__InverseOfKeywords__Group__0 ) ) ;
- public final void ruleInverseOfKeywords() throws RecognitionException {
+ // $ANTLR start "ruleComponentClassifierTerm"
+ // InternalAadl2Parser.g:5331:1: ruleComponentClassifierTerm : ( ( rule__ComponentClassifierTerm__Group__0 ) ) ;
+ public final void ruleComponentClassifierTerm() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5335:2: ( ( ( rule__InverseOfKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5336:2: ( ( rule__InverseOfKeywords__Group__0 ) )
+ // InternalAadl2Parser.g:5335:2: ( ( ( rule__ComponentClassifierTerm__Group__0 ) ) )
+ // InternalAadl2Parser.g:5336:2: ( ( rule__ComponentClassifierTerm__Group__0 ) )
{
- // InternalAadl2Parser.g:5336:2: ( ( rule__InverseOfKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5337:3: ( rule__InverseOfKeywords__Group__0 )
+ // InternalAadl2Parser.g:5336:2: ( ( rule__ComponentClassifierTerm__Group__0 ) )
+ // InternalAadl2Parser.g:5337:3: ( rule__ComponentClassifierTerm__Group__0 )
{
- before(grammarAccess.getInverseOfKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5338:3: ( rule__InverseOfKeywords__Group__0 )
- // InternalAadl2Parser.g:5338:4: rule__InverseOfKeywords__Group__0
+ before(grammarAccess.getComponentClassifierTermAccess().getGroup());
+ // InternalAadl2Parser.g:5338:3: ( rule__ComponentClassifierTerm__Group__0 )
+ // InternalAadl2Parser.g:5338:4: rule__ComponentClassifierTerm__Group__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__InverseOfKeywords__Group__0();
+ rule__ComponentClassifierTerm__Group__0();
state._fsp--;
}
- after(grammarAccess.getInverseOfKeywordsAccess().getGroup());
+ after(grammarAccess.getComponentClassifierTermAccess().getGroup());
}
@@ -27062,23 +27185,23 @@ public final void ruleInverseOfKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "ruleInverseOfKeywords"
+ // $ANTLR end "ruleComponentClassifierTerm"
- // $ANTLR start "entryRuleListOfKeywords"
- // InternalAadl2Parser.g:5347:1: entryRuleListOfKeywords : ruleListOfKeywords EOF ;
- public final void entryRuleListOfKeywords() throws RecognitionException {
+ // $ANTLR start "entryRuleListTerm"
+ // InternalAadl2Parser.g:5347:1: entryRuleListTerm : ruleListTerm EOF ;
+ public final void entryRuleListTerm() throws RecognitionException {
try {
- // InternalAadl2Parser.g:5348:1: ( ruleListOfKeywords EOF )
- // InternalAadl2Parser.g:5349:1: ruleListOfKeywords EOF
+ // InternalAadl2Parser.g:5348:1: ( ruleListTerm EOF )
+ // InternalAadl2Parser.g:5349:1: ruleListTerm EOF
{
- before(grammarAccess.getListOfKeywordsRule());
+ before(grammarAccess.getListTermRule());
pushFollow(FollowSets000.FOLLOW_1);
- ruleListOfKeywords();
+ ruleListTerm();
state._fsp--;
- after(grammarAccess.getListOfKeywordsRule());
+ after(grammarAccess.getListTermRule());
match(input,EOF,FollowSets000.FOLLOW_2);
}
@@ -27092,35 +27215,35 @@ public final void entryRuleListOfKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "entryRuleListOfKeywords"
+ // $ANTLR end "entryRuleListTerm"
- // $ANTLR start "ruleListOfKeywords"
- // InternalAadl2Parser.g:5356:1: ruleListOfKeywords : ( ( rule__ListOfKeywords__Group__0 ) ) ;
- public final void ruleListOfKeywords() throws RecognitionException {
+ // $ANTLR start "ruleListTerm"
+ // InternalAadl2Parser.g:5356:1: ruleListTerm : ( ( rule__ListTerm__Group__0 ) ) ;
+ public final void ruleListTerm() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5360:2: ( ( ( rule__ListOfKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5361:2: ( ( rule__ListOfKeywords__Group__0 ) )
+ // InternalAadl2Parser.g:5360:2: ( ( ( rule__ListTerm__Group__0 ) ) )
+ // InternalAadl2Parser.g:5361:2: ( ( rule__ListTerm__Group__0 ) )
{
- // InternalAadl2Parser.g:5361:2: ( ( rule__ListOfKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5362:3: ( rule__ListOfKeywords__Group__0 )
+ // InternalAadl2Parser.g:5361:2: ( ( rule__ListTerm__Group__0 ) )
+ // InternalAadl2Parser.g:5362:3: ( rule__ListTerm__Group__0 )
{
- before(grammarAccess.getListOfKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5363:3: ( rule__ListOfKeywords__Group__0 )
- // InternalAadl2Parser.g:5363:4: rule__ListOfKeywords__Group__0
+ before(grammarAccess.getListTermAccess().getGroup());
+ // InternalAadl2Parser.g:5363:3: ( rule__ListTerm__Group__0 )
+ // InternalAadl2Parser.g:5363:4: rule__ListTerm__Group__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ListOfKeywords__Group__0();
+ rule__ListTerm__Group__0();
state._fsp--;
}
- after(grammarAccess.getListOfKeywordsAccess().getGroup());
+ after(grammarAccess.getListTermAccess().getGroup());
}
@@ -27139,23 +27262,23 @@ public final void ruleListOfKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "ruleListOfKeywords"
+ // $ANTLR end "ruleListTerm"
- // $ANTLR start "entryRuleMemoryImplementationKeywords"
- // InternalAadl2Parser.g:5372:1: entryRuleMemoryImplementationKeywords : ruleMemoryImplementationKeywords EOF ;
- public final void entryRuleMemoryImplementationKeywords() throws RecognitionException {
+ // $ANTLR start "entryRuleFieldPropertyAssociation"
+ // InternalAadl2Parser.g:5372:1: entryRuleFieldPropertyAssociation : ruleFieldPropertyAssociation EOF ;
+ public final void entryRuleFieldPropertyAssociation() throws RecognitionException {
try {
- // InternalAadl2Parser.g:5373:1: ( ruleMemoryImplementationKeywords EOF )
- // InternalAadl2Parser.g:5374:1: ruleMemoryImplementationKeywords EOF
+ // InternalAadl2Parser.g:5373:1: ( ruleFieldPropertyAssociation EOF )
+ // InternalAadl2Parser.g:5374:1: ruleFieldPropertyAssociation EOF
{
- before(grammarAccess.getMemoryImplementationKeywordsRule());
+ before(grammarAccess.getFieldPropertyAssociationRule());
pushFollow(FollowSets000.FOLLOW_1);
- ruleMemoryImplementationKeywords();
+ ruleFieldPropertyAssociation();
state._fsp--;
- after(grammarAccess.getMemoryImplementationKeywordsRule());
+ after(grammarAccess.getFieldPropertyAssociationRule());
match(input,EOF,FollowSets000.FOLLOW_2);
}
@@ -27169,35 +27292,35 @@ public final void entryRuleMemoryImplementationKeywords() throws RecognitionExce
}
return ;
}
- // $ANTLR end "entryRuleMemoryImplementationKeywords"
+ // $ANTLR end "entryRuleFieldPropertyAssociation"
- // $ANTLR start "ruleMemoryImplementationKeywords"
- // InternalAadl2Parser.g:5381:1: ruleMemoryImplementationKeywords : ( ( rule__MemoryImplementationKeywords__Group__0 ) ) ;
- public final void ruleMemoryImplementationKeywords() throws RecognitionException {
+ // $ANTLR start "ruleFieldPropertyAssociation"
+ // InternalAadl2Parser.g:5381:1: ruleFieldPropertyAssociation : ( ( rule__FieldPropertyAssociation__Group__0 ) ) ;
+ public final void ruleFieldPropertyAssociation() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5385:2: ( ( ( rule__MemoryImplementationKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5386:2: ( ( rule__MemoryImplementationKeywords__Group__0 ) )
+ // InternalAadl2Parser.g:5385:2: ( ( ( rule__FieldPropertyAssociation__Group__0 ) ) )
+ // InternalAadl2Parser.g:5386:2: ( ( rule__FieldPropertyAssociation__Group__0 ) )
{
- // InternalAadl2Parser.g:5386:2: ( ( rule__MemoryImplementationKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5387:3: ( rule__MemoryImplementationKeywords__Group__0 )
+ // InternalAadl2Parser.g:5386:2: ( ( rule__FieldPropertyAssociation__Group__0 ) )
+ // InternalAadl2Parser.g:5387:3: ( rule__FieldPropertyAssociation__Group__0 )
{
- before(grammarAccess.getMemoryImplementationKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5388:3: ( rule__MemoryImplementationKeywords__Group__0 )
- // InternalAadl2Parser.g:5388:4: rule__MemoryImplementationKeywords__Group__0
+ before(grammarAccess.getFieldPropertyAssociationAccess().getGroup());
+ // InternalAadl2Parser.g:5388:3: ( rule__FieldPropertyAssociation__Group__0 )
+ // InternalAadl2Parser.g:5388:4: rule__FieldPropertyAssociation__Group__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__MemoryImplementationKeywords__Group__0();
+ rule__FieldPropertyAssociation__Group__0();
state._fsp--;
}
- after(grammarAccess.getMemoryImplementationKeywordsAccess().getGroup());
+ after(grammarAccess.getFieldPropertyAssociationAccess().getGroup());
}
@@ -27216,23 +27339,23 @@ public final void ruleMemoryImplementationKeywords() throws RecognitionException
}
return ;
}
- // $ANTLR end "ruleMemoryImplementationKeywords"
+ // $ANTLR end "ruleFieldPropertyAssociation"
- // $ANTLR start "entryRuleProcessImplementationKeywords"
- // InternalAadl2Parser.g:5397:1: entryRuleProcessImplementationKeywords : ruleProcessImplementationKeywords EOF ;
- public final void entryRuleProcessImplementationKeywords() throws RecognitionException {
+ // $ANTLR start "entryRuleContainmentPathElement"
+ // InternalAadl2Parser.g:5397:1: entryRuleContainmentPathElement : ruleContainmentPathElement EOF ;
+ public final void entryRuleContainmentPathElement() throws RecognitionException {
try {
- // InternalAadl2Parser.g:5398:1: ( ruleProcessImplementationKeywords EOF )
- // InternalAadl2Parser.g:5399:1: ruleProcessImplementationKeywords EOF
+ // InternalAadl2Parser.g:5398:1: ( ruleContainmentPathElement EOF )
+ // InternalAadl2Parser.g:5399:1: ruleContainmentPathElement EOF
{
- before(grammarAccess.getProcessImplementationKeywordsRule());
+ before(grammarAccess.getContainmentPathElementRule());
pushFollow(FollowSets000.FOLLOW_1);
- ruleProcessImplementationKeywords();
+ ruleContainmentPathElement();
state._fsp--;
- after(grammarAccess.getProcessImplementationKeywordsRule());
+ after(grammarAccess.getContainmentPathElementRule());
match(input,EOF,FollowSets000.FOLLOW_2);
}
@@ -27246,35 +27369,35 @@ public final void entryRuleProcessImplementationKeywords() throws RecognitionExc
}
return ;
}
- // $ANTLR end "entryRuleProcessImplementationKeywords"
+ // $ANTLR end "entryRuleContainmentPathElement"
- // $ANTLR start "ruleProcessImplementationKeywords"
- // InternalAadl2Parser.g:5406:1: ruleProcessImplementationKeywords : ( ( rule__ProcessImplementationKeywords__Group__0 ) ) ;
- public final void ruleProcessImplementationKeywords() throws RecognitionException {
+ // $ANTLR start "ruleContainmentPathElement"
+ // InternalAadl2Parser.g:5406:1: ruleContainmentPathElement : ( ( rule__ContainmentPathElement__Group__0 ) ) ;
+ public final void ruleContainmentPathElement() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5410:2: ( ( ( rule__ProcessImplementationKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5411:2: ( ( rule__ProcessImplementationKeywords__Group__0 ) )
+ // InternalAadl2Parser.g:5410:2: ( ( ( rule__ContainmentPathElement__Group__0 ) ) )
+ // InternalAadl2Parser.g:5411:2: ( ( rule__ContainmentPathElement__Group__0 ) )
{
- // InternalAadl2Parser.g:5411:2: ( ( rule__ProcessImplementationKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5412:3: ( rule__ProcessImplementationKeywords__Group__0 )
+ // InternalAadl2Parser.g:5411:2: ( ( rule__ContainmentPathElement__Group__0 ) )
+ // InternalAadl2Parser.g:5412:3: ( rule__ContainmentPathElement__Group__0 )
{
- before(grammarAccess.getProcessImplementationKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5413:3: ( rule__ProcessImplementationKeywords__Group__0 )
- // InternalAadl2Parser.g:5413:4: rule__ProcessImplementationKeywords__Group__0
+ before(grammarAccess.getContainmentPathElementAccess().getGroup());
+ // InternalAadl2Parser.g:5413:3: ( rule__ContainmentPathElement__Group__0 )
+ // InternalAadl2Parser.g:5413:4: rule__ContainmentPathElement__Group__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementationKeywords__Group__0();
+ rule__ContainmentPathElement__Group__0();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationKeywordsAccess().getGroup());
+ after(grammarAccess.getContainmentPathElementAccess().getGroup());
}
@@ -27293,23 +27416,23 @@ public final void ruleProcessImplementationKeywords() throws RecognitionExceptio
}
return ;
}
- // $ANTLR end "ruleProcessImplementationKeywords"
+ // $ANTLR end "ruleContainmentPathElement"
- // $ANTLR start "entryRuleProcessorFeaturesKeywords"
- // InternalAadl2Parser.g:5422:1: entryRuleProcessorFeaturesKeywords : ruleProcessorFeaturesKeywords EOF ;
- public final void entryRuleProcessorFeaturesKeywords() throws RecognitionException {
+ // $ANTLR start "entryRulePlusMinus"
+ // InternalAadl2Parser.g:5422:1: entryRulePlusMinus : rulePlusMinus EOF ;
+ public final void entryRulePlusMinus() throws RecognitionException {
try {
- // InternalAadl2Parser.g:5423:1: ( ruleProcessorFeaturesKeywords EOF )
- // InternalAadl2Parser.g:5424:1: ruleProcessorFeaturesKeywords EOF
+ // InternalAadl2Parser.g:5423:1: ( rulePlusMinus EOF )
+ // InternalAadl2Parser.g:5424:1: rulePlusMinus EOF
{
- before(grammarAccess.getProcessorFeaturesKeywordsRule());
+ before(grammarAccess.getPlusMinusRule());
pushFollow(FollowSets000.FOLLOW_1);
- ruleProcessorFeaturesKeywords();
+ rulePlusMinus();
state._fsp--;
- after(grammarAccess.getProcessorFeaturesKeywordsRule());
+ after(grammarAccess.getPlusMinusRule());
match(input,EOF,FollowSets000.FOLLOW_2);
}
@@ -27323,35 +27446,35 @@ public final void entryRuleProcessorFeaturesKeywords() throws RecognitionExcepti
}
return ;
}
- // $ANTLR end "entryRuleProcessorFeaturesKeywords"
+ // $ANTLR end "entryRulePlusMinus"
- // $ANTLR start "ruleProcessorFeaturesKeywords"
- // InternalAadl2Parser.g:5431:1: ruleProcessorFeaturesKeywords : ( ( rule__ProcessorFeaturesKeywords__Group__0 ) ) ;
- public final void ruleProcessorFeaturesKeywords() throws RecognitionException {
+ // $ANTLR start "rulePlusMinus"
+ // InternalAadl2Parser.g:5431:1: rulePlusMinus : ( ( rule__PlusMinus__Alternatives ) ) ;
+ public final void rulePlusMinus() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5435:2: ( ( ( rule__ProcessorFeaturesKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5436:2: ( ( rule__ProcessorFeaturesKeywords__Group__0 ) )
+ // InternalAadl2Parser.g:5435:2: ( ( ( rule__PlusMinus__Alternatives ) ) )
+ // InternalAadl2Parser.g:5436:2: ( ( rule__PlusMinus__Alternatives ) )
{
- // InternalAadl2Parser.g:5436:2: ( ( rule__ProcessorFeaturesKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5437:3: ( rule__ProcessorFeaturesKeywords__Group__0 )
+ // InternalAadl2Parser.g:5436:2: ( ( rule__PlusMinus__Alternatives ) )
+ // InternalAadl2Parser.g:5437:3: ( rule__PlusMinus__Alternatives )
{
- before(grammarAccess.getProcessorFeaturesKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5438:3: ( rule__ProcessorFeaturesKeywords__Group__0 )
- // InternalAadl2Parser.g:5438:4: rule__ProcessorFeaturesKeywords__Group__0
+ before(grammarAccess.getPlusMinusAccess().getAlternatives());
+ // InternalAadl2Parser.g:5438:3: ( rule__PlusMinus__Alternatives )
+ // InternalAadl2Parser.g:5438:4: rule__PlusMinus__Alternatives
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessorFeaturesKeywords__Group__0();
+ rule__PlusMinus__Alternatives();
state._fsp--;
}
- after(grammarAccess.getProcessorFeaturesKeywordsAccess().getGroup());
+ after(grammarAccess.getPlusMinusAccess().getAlternatives());
}
@@ -27370,23 +27493,23 @@ public final void ruleProcessorFeaturesKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "ruleProcessorFeaturesKeywords"
+ // $ANTLR end "rulePlusMinus"
- // $ANTLR start "entryRuleProcessorImplementationKeywords"
- // InternalAadl2Parser.g:5447:1: entryRuleProcessorImplementationKeywords : ruleProcessorImplementationKeywords EOF ;
- public final void entryRuleProcessorImplementationKeywords() throws RecognitionException {
+ // $ANTLR start "entryRuleStringTerm"
+ // InternalAadl2Parser.g:5447:1: entryRuleStringTerm : ruleStringTerm EOF ;
+ public final void entryRuleStringTerm() throws RecognitionException {
try {
- // InternalAadl2Parser.g:5448:1: ( ruleProcessorImplementationKeywords EOF )
- // InternalAadl2Parser.g:5449:1: ruleProcessorImplementationKeywords EOF
+ // InternalAadl2Parser.g:5448:1: ( ruleStringTerm EOF )
+ // InternalAadl2Parser.g:5449:1: ruleStringTerm EOF
{
- before(grammarAccess.getProcessorImplementationKeywordsRule());
+ before(grammarAccess.getStringTermRule());
pushFollow(FollowSets000.FOLLOW_1);
- ruleProcessorImplementationKeywords();
+ ruleStringTerm();
state._fsp--;
- after(grammarAccess.getProcessorImplementationKeywordsRule());
+ after(grammarAccess.getStringTermRule());
match(input,EOF,FollowSets000.FOLLOW_2);
}
@@ -27400,35 +27523,35 @@ public final void entryRuleProcessorImplementationKeywords() throws RecognitionE
}
return ;
}
- // $ANTLR end "entryRuleProcessorImplementationKeywords"
+ // $ANTLR end "entryRuleStringTerm"
- // $ANTLR start "ruleProcessorImplementationKeywords"
- // InternalAadl2Parser.g:5456:1: ruleProcessorImplementationKeywords : ( ( rule__ProcessorImplementationKeywords__Group__0 ) ) ;
- public final void ruleProcessorImplementationKeywords() throws RecognitionException {
+ // $ANTLR start "ruleStringTerm"
+ // InternalAadl2Parser.g:5456:1: ruleStringTerm : ( ( rule__StringTerm__ValueAssignment ) ) ;
+ public final void ruleStringTerm() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5460:2: ( ( ( rule__ProcessorImplementationKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5461:2: ( ( rule__ProcessorImplementationKeywords__Group__0 ) )
+ // InternalAadl2Parser.g:5460:2: ( ( ( rule__StringTerm__ValueAssignment ) ) )
+ // InternalAadl2Parser.g:5461:2: ( ( rule__StringTerm__ValueAssignment ) )
{
- // InternalAadl2Parser.g:5461:2: ( ( rule__ProcessorImplementationKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5462:3: ( rule__ProcessorImplementationKeywords__Group__0 )
+ // InternalAadl2Parser.g:5461:2: ( ( rule__StringTerm__ValueAssignment ) )
+ // InternalAadl2Parser.g:5462:3: ( rule__StringTerm__ValueAssignment )
{
- before(grammarAccess.getProcessorImplementationKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5463:3: ( rule__ProcessorImplementationKeywords__Group__0 )
- // InternalAadl2Parser.g:5463:4: rule__ProcessorImplementationKeywords__Group__0
+ before(grammarAccess.getStringTermAccess().getValueAssignment());
+ // InternalAadl2Parser.g:5463:3: ( rule__StringTerm__ValueAssignment )
+ // InternalAadl2Parser.g:5463:4: rule__StringTerm__ValueAssignment
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessorImplementationKeywords__Group__0();
+ rule__StringTerm__ValueAssignment();
state._fsp--;
}
- after(grammarAccess.getProcessorImplementationKeywordsAccess().getGroup());
+ after(grammarAccess.getStringTermAccess().getValueAssignment());
}
@@ -27447,23 +27570,23 @@ public final void ruleProcessorImplementationKeywords() throws RecognitionExcept
}
return ;
}
- // $ANTLR end "ruleProcessorImplementationKeywords"
+ // $ANTLR end "ruleStringTerm"
- // $ANTLR start "entryRuleRangeOfKeywords"
- // InternalAadl2Parser.g:5472:1: entryRuleRangeOfKeywords : ruleRangeOfKeywords EOF ;
- public final void entryRuleRangeOfKeywords() throws RecognitionException {
+ // $ANTLR start "entryRuleNoQuoteString"
+ // InternalAadl2Parser.g:5472:1: entryRuleNoQuoteString : ruleNoQuoteString EOF ;
+ public final void entryRuleNoQuoteString() throws RecognitionException {
try {
- // InternalAadl2Parser.g:5473:1: ( ruleRangeOfKeywords EOF )
- // InternalAadl2Parser.g:5474:1: ruleRangeOfKeywords EOF
+ // InternalAadl2Parser.g:5473:1: ( ruleNoQuoteString EOF )
+ // InternalAadl2Parser.g:5474:1: ruleNoQuoteString EOF
{
- before(grammarAccess.getRangeOfKeywordsRule());
+ before(grammarAccess.getNoQuoteStringRule());
pushFollow(FollowSets000.FOLLOW_1);
- ruleRangeOfKeywords();
+ ruleNoQuoteString();
state._fsp--;
- after(grammarAccess.getRangeOfKeywordsRule());
+ after(grammarAccess.getNoQuoteStringRule());
match(input,EOF,FollowSets000.FOLLOW_2);
}
@@ -27477,35 +27600,25 @@ public final void entryRuleRangeOfKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "entryRuleRangeOfKeywords"
+ // $ANTLR end "entryRuleNoQuoteString"
- // $ANTLR start "ruleRangeOfKeywords"
- // InternalAadl2Parser.g:5481:1: ruleRangeOfKeywords : ( ( rule__RangeOfKeywords__Group__0 ) ) ;
- public final void ruleRangeOfKeywords() throws RecognitionException {
+ // $ANTLR start "ruleNoQuoteString"
+ // InternalAadl2Parser.g:5481:1: ruleNoQuoteString : ( RULE_STRING ) ;
+ public final void ruleNoQuoteString() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5485:2: ( ( ( rule__RangeOfKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5486:2: ( ( rule__RangeOfKeywords__Group__0 ) )
- {
- // InternalAadl2Parser.g:5486:2: ( ( rule__RangeOfKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5487:3: ( rule__RangeOfKeywords__Group__0 )
+ // InternalAadl2Parser.g:5485:2: ( ( RULE_STRING ) )
+ // InternalAadl2Parser.g:5486:2: ( RULE_STRING )
{
- before(grammarAccess.getRangeOfKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5488:3: ( rule__RangeOfKeywords__Group__0 )
- // InternalAadl2Parser.g:5488:4: rule__RangeOfKeywords__Group__0
+ // InternalAadl2Parser.g:5486:2: ( RULE_STRING )
+ // InternalAadl2Parser.g:5487:3: RULE_STRING
{
- pushFollow(FollowSets000.FOLLOW_2);
- rule__RangeOfKeywords__Group__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getRangeOfKeywordsAccess().getGroup());
+ before(grammarAccess.getNoQuoteStringAccess().getSTRINGTerminalRuleCall());
+ match(input,RULE_STRING,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getNoQuoteStringAccess().getSTRINGTerminalRuleCall());
}
@@ -27524,23 +27637,23 @@ public final void ruleRangeOfKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "ruleRangeOfKeywords"
+ // $ANTLR end "ruleNoQuoteString"
- // $ANTLR start "entryRuleRefinedToKeywords"
- // InternalAadl2Parser.g:5497:1: entryRuleRefinedToKeywords : ruleRefinedToKeywords EOF ;
- public final void entryRuleRefinedToKeywords() throws RecognitionException {
+ // $ANTLR start "entryRuleArrayRange"
+ // InternalAadl2Parser.g:5497:1: entryRuleArrayRange : ruleArrayRange EOF ;
+ public final void entryRuleArrayRange() throws RecognitionException {
try {
- // InternalAadl2Parser.g:5498:1: ( ruleRefinedToKeywords EOF )
- // InternalAadl2Parser.g:5499:1: ruleRefinedToKeywords EOF
+ // InternalAadl2Parser.g:5498:1: ( ruleArrayRange EOF )
+ // InternalAadl2Parser.g:5499:1: ruleArrayRange EOF
{
- before(grammarAccess.getRefinedToKeywordsRule());
+ before(grammarAccess.getArrayRangeRule());
pushFollow(FollowSets000.FOLLOW_1);
- ruleRefinedToKeywords();
+ ruleArrayRange();
state._fsp--;
- after(grammarAccess.getRefinedToKeywordsRule());
+ after(grammarAccess.getArrayRangeRule());
match(input,EOF,FollowSets000.FOLLOW_2);
}
@@ -27554,35 +27667,35 @@ public final void entryRuleRefinedToKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "entryRuleRefinedToKeywords"
+ // $ANTLR end "entryRuleArrayRange"
- // $ANTLR start "ruleRefinedToKeywords"
- // InternalAadl2Parser.g:5506:1: ruleRefinedToKeywords : ( ( rule__RefinedToKeywords__Group__0 ) ) ;
- public final void ruleRefinedToKeywords() throws RecognitionException {
+ // $ANTLR start "ruleArrayRange"
+ // InternalAadl2Parser.g:5506:1: ruleArrayRange : ( ( rule__ArrayRange__Group__0 ) ) ;
+ public final void ruleArrayRange() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5510:2: ( ( ( rule__RefinedToKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5511:2: ( ( rule__RefinedToKeywords__Group__0 ) )
+ // InternalAadl2Parser.g:5510:2: ( ( ( rule__ArrayRange__Group__0 ) ) )
+ // InternalAadl2Parser.g:5511:2: ( ( rule__ArrayRange__Group__0 ) )
{
- // InternalAadl2Parser.g:5511:2: ( ( rule__RefinedToKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5512:3: ( rule__RefinedToKeywords__Group__0 )
+ // InternalAadl2Parser.g:5511:2: ( ( rule__ArrayRange__Group__0 ) )
+ // InternalAadl2Parser.g:5512:3: ( rule__ArrayRange__Group__0 )
{
- before(grammarAccess.getRefinedToKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5513:3: ( rule__RefinedToKeywords__Group__0 )
- // InternalAadl2Parser.g:5513:4: rule__RefinedToKeywords__Group__0
+ before(grammarAccess.getArrayRangeAccess().getGroup());
+ // InternalAadl2Parser.g:5513:3: ( rule__ArrayRange__Group__0 )
+ // InternalAadl2Parser.g:5513:4: rule__ArrayRange__Group__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__RefinedToKeywords__Group__0();
+ rule__ArrayRange__Group__0();
state._fsp--;
}
- after(grammarAccess.getRefinedToKeywordsAccess().getGroup());
+ after(grammarAccess.getArrayRangeAccess().getGroup());
}
@@ -27601,23 +27714,23 @@ public final void ruleRefinedToKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "ruleRefinedToKeywords"
+ // $ANTLR end "ruleArrayRange"
- // $ANTLR start "entryRuleRequiresModesKeywords"
- // InternalAadl2Parser.g:5522:1: entryRuleRequiresModesKeywords : ruleRequiresModesKeywords EOF ;
- public final void entryRuleRequiresModesKeywords() throws RecognitionException {
+ // $ANTLR start "entryRuleSignedConstant"
+ // InternalAadl2Parser.g:5522:1: entryRuleSignedConstant : ruleSignedConstant EOF ;
+ public final void entryRuleSignedConstant() throws RecognitionException {
try {
- // InternalAadl2Parser.g:5523:1: ( ruleRequiresModesKeywords EOF )
- // InternalAadl2Parser.g:5524:1: ruleRequiresModesKeywords EOF
+ // InternalAadl2Parser.g:5523:1: ( ruleSignedConstant EOF )
+ // InternalAadl2Parser.g:5524:1: ruleSignedConstant EOF
{
- before(grammarAccess.getRequiresModesKeywordsRule());
+ before(grammarAccess.getSignedConstantRule());
pushFollow(FollowSets000.FOLLOW_1);
- ruleRequiresModesKeywords();
+ ruleSignedConstant();
state._fsp--;
- after(grammarAccess.getRequiresModesKeywordsRule());
+ after(grammarAccess.getSignedConstantRule());
match(input,EOF,FollowSets000.FOLLOW_2);
}
@@ -27631,35 +27744,35 @@ public final void entryRuleRequiresModesKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "entryRuleRequiresModesKeywords"
+ // $ANTLR end "entryRuleSignedConstant"
- // $ANTLR start "ruleRequiresModesKeywords"
- // InternalAadl2Parser.g:5531:1: ruleRequiresModesKeywords : ( ( rule__RequiresModesKeywords__Group__0 ) ) ;
- public final void ruleRequiresModesKeywords() throws RecognitionException {
+ // $ANTLR start "ruleSignedConstant"
+ // InternalAadl2Parser.g:5531:1: ruleSignedConstant : ( ( rule__SignedConstant__Group__0 ) ) ;
+ public final void ruleSignedConstant() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5535:2: ( ( ( rule__RequiresModesKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5536:2: ( ( rule__RequiresModesKeywords__Group__0 ) )
+ // InternalAadl2Parser.g:5535:2: ( ( ( rule__SignedConstant__Group__0 ) ) )
+ // InternalAadl2Parser.g:5536:2: ( ( rule__SignedConstant__Group__0 ) )
{
- // InternalAadl2Parser.g:5536:2: ( ( rule__RequiresModesKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5537:3: ( rule__RequiresModesKeywords__Group__0 )
+ // InternalAadl2Parser.g:5536:2: ( ( rule__SignedConstant__Group__0 ) )
+ // InternalAadl2Parser.g:5537:3: ( rule__SignedConstant__Group__0 )
{
- before(grammarAccess.getRequiresModesKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5538:3: ( rule__RequiresModesKeywords__Group__0 )
- // InternalAadl2Parser.g:5538:4: rule__RequiresModesKeywords__Group__0
+ before(grammarAccess.getSignedConstantAccess().getGroup());
+ // InternalAadl2Parser.g:5538:3: ( rule__SignedConstant__Group__0 )
+ // InternalAadl2Parser.g:5538:4: rule__SignedConstant__Group__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__RequiresModesKeywords__Group__0();
+ rule__SignedConstant__Group__0();
state._fsp--;
}
- after(grammarAccess.getRequiresModesKeywordsAccess().getGroup());
+ after(grammarAccess.getSignedConstantAccess().getGroup());
}
@@ -27678,23 +27791,23 @@ public final void ruleRequiresModesKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "ruleRequiresModesKeywords"
+ // $ANTLR end "ruleSignedConstant"
- // $ANTLR start "entryRuleSubprogramAccessKeywords"
- // InternalAadl2Parser.g:5547:1: entryRuleSubprogramAccessKeywords : ruleSubprogramAccessKeywords EOF ;
- public final void entryRuleSubprogramAccessKeywords() throws RecognitionException {
+ // $ANTLR start "entryRuleIntegerTerm"
+ // InternalAadl2Parser.g:5547:1: entryRuleIntegerTerm : ruleIntegerTerm EOF ;
+ public final void entryRuleIntegerTerm() throws RecognitionException {
try {
- // InternalAadl2Parser.g:5548:1: ( ruleSubprogramAccessKeywords EOF )
- // InternalAadl2Parser.g:5549:1: ruleSubprogramAccessKeywords EOF
+ // InternalAadl2Parser.g:5548:1: ( ruleIntegerTerm EOF )
+ // InternalAadl2Parser.g:5549:1: ruleIntegerTerm EOF
{
- before(grammarAccess.getSubprogramAccessKeywordsRule());
+ before(grammarAccess.getIntegerTermRule());
pushFollow(FollowSets000.FOLLOW_1);
- ruleSubprogramAccessKeywords();
+ ruleIntegerTerm();
state._fsp--;
- after(grammarAccess.getSubprogramAccessKeywordsRule());
+ after(grammarAccess.getIntegerTermRule());
match(input,EOF,FollowSets000.FOLLOW_2);
}
@@ -27708,35 +27821,35 @@ public final void entryRuleSubprogramAccessKeywords() throws RecognitionExceptio
}
return ;
}
- // $ANTLR end "entryRuleSubprogramAccessKeywords"
+ // $ANTLR end "entryRuleIntegerTerm"
- // $ANTLR start "ruleSubprogramAccessKeywords"
- // InternalAadl2Parser.g:5556:1: ruleSubprogramAccessKeywords : ( ( rule__SubprogramAccessKeywords__Group__0 ) ) ;
- public final void ruleSubprogramAccessKeywords() throws RecognitionException {
+ // $ANTLR start "ruleIntegerTerm"
+ // InternalAadl2Parser.g:5556:1: ruleIntegerTerm : ( ( rule__IntegerTerm__Group__0 ) ) ;
+ public final void ruleIntegerTerm() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5560:2: ( ( ( rule__SubprogramAccessKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5561:2: ( ( rule__SubprogramAccessKeywords__Group__0 ) )
+ // InternalAadl2Parser.g:5560:2: ( ( ( rule__IntegerTerm__Group__0 ) ) )
+ // InternalAadl2Parser.g:5561:2: ( ( rule__IntegerTerm__Group__0 ) )
{
- // InternalAadl2Parser.g:5561:2: ( ( rule__SubprogramAccessKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5562:3: ( rule__SubprogramAccessKeywords__Group__0 )
+ // InternalAadl2Parser.g:5561:2: ( ( rule__IntegerTerm__Group__0 ) )
+ // InternalAadl2Parser.g:5562:3: ( rule__IntegerTerm__Group__0 )
{
- before(grammarAccess.getSubprogramAccessKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5563:3: ( rule__SubprogramAccessKeywords__Group__0 )
- // InternalAadl2Parser.g:5563:4: rule__SubprogramAccessKeywords__Group__0
+ before(grammarAccess.getIntegerTermAccess().getGroup());
+ // InternalAadl2Parser.g:5563:3: ( rule__IntegerTerm__Group__0 )
+ // InternalAadl2Parser.g:5563:4: rule__IntegerTerm__Group__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramAccessKeywords__Group__0();
+ rule__IntegerTerm__Group__0();
state._fsp--;
}
- after(grammarAccess.getSubprogramAccessKeywordsAccess().getGroup());
+ after(grammarAccess.getIntegerTermAccess().getGroup());
}
@@ -27755,23 +27868,23 @@ public final void ruleSubprogramAccessKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "ruleSubprogramAccessKeywords"
+ // $ANTLR end "ruleIntegerTerm"
- // $ANTLR start "entryRuleSubprogramGroupKeywords"
- // InternalAadl2Parser.g:5572:1: entryRuleSubprogramGroupKeywords : ruleSubprogramGroupKeywords EOF ;
- public final void entryRuleSubprogramGroupKeywords() throws RecognitionException {
+ // $ANTLR start "entryRuleSignedInt"
+ // InternalAadl2Parser.g:5572:1: entryRuleSignedInt : ruleSignedInt EOF ;
+ public final void entryRuleSignedInt() throws RecognitionException {
try {
- // InternalAadl2Parser.g:5573:1: ( ruleSubprogramGroupKeywords EOF )
- // InternalAadl2Parser.g:5574:1: ruleSubprogramGroupKeywords EOF
+ // InternalAadl2Parser.g:5573:1: ( ruleSignedInt EOF )
+ // InternalAadl2Parser.g:5574:1: ruleSignedInt EOF
{
- before(grammarAccess.getSubprogramGroupKeywordsRule());
+ before(grammarAccess.getSignedIntRule());
pushFollow(FollowSets000.FOLLOW_1);
- ruleSubprogramGroupKeywords();
+ ruleSignedInt();
state._fsp--;
- after(grammarAccess.getSubprogramGroupKeywordsRule());
+ after(grammarAccess.getSignedIntRule());
match(input,EOF,FollowSets000.FOLLOW_2);
}
@@ -27785,35 +27898,35 @@ public final void entryRuleSubprogramGroupKeywords() throws RecognitionException
}
return ;
}
- // $ANTLR end "entryRuleSubprogramGroupKeywords"
+ // $ANTLR end "entryRuleSignedInt"
- // $ANTLR start "ruleSubprogramGroupKeywords"
- // InternalAadl2Parser.g:5581:1: ruleSubprogramGroupKeywords : ( ( rule__SubprogramGroupKeywords__Group__0 ) ) ;
- public final void ruleSubprogramGroupKeywords() throws RecognitionException {
+ // $ANTLR start "ruleSignedInt"
+ // InternalAadl2Parser.g:5581:1: ruleSignedInt : ( ( rule__SignedInt__Group__0 ) ) ;
+ public final void ruleSignedInt() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5585:2: ( ( ( rule__SubprogramGroupKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5586:2: ( ( rule__SubprogramGroupKeywords__Group__0 ) )
+ // InternalAadl2Parser.g:5585:2: ( ( ( rule__SignedInt__Group__0 ) ) )
+ // InternalAadl2Parser.g:5586:2: ( ( rule__SignedInt__Group__0 ) )
{
- // InternalAadl2Parser.g:5586:2: ( ( rule__SubprogramGroupKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5587:3: ( rule__SubprogramGroupKeywords__Group__0 )
+ // InternalAadl2Parser.g:5586:2: ( ( rule__SignedInt__Group__0 ) )
+ // InternalAadl2Parser.g:5587:3: ( rule__SignedInt__Group__0 )
{
- before(grammarAccess.getSubprogramGroupKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5588:3: ( rule__SubprogramGroupKeywords__Group__0 )
- // InternalAadl2Parser.g:5588:4: rule__SubprogramGroupKeywords__Group__0
+ before(grammarAccess.getSignedIntAccess().getGroup());
+ // InternalAadl2Parser.g:5588:3: ( rule__SignedInt__Group__0 )
+ // InternalAadl2Parser.g:5588:4: rule__SignedInt__Group__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupKeywords__Group__0();
+ rule__SignedInt__Group__0();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupKeywordsAccess().getGroup());
+ after(grammarAccess.getSignedIntAccess().getGroup());
}
@@ -27832,23 +27945,23 @@ public final void ruleSubprogramGroupKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "ruleSubprogramGroupKeywords"
+ // $ANTLR end "ruleSignedInt"
- // $ANTLR start "entryRuleSubprogramGroupAccessKeywords"
- // InternalAadl2Parser.g:5597:1: entryRuleSubprogramGroupAccessKeywords : ruleSubprogramGroupAccessKeywords EOF ;
- public final void entryRuleSubprogramGroupAccessKeywords() throws RecognitionException {
+ // $ANTLR start "entryRuleRealTerm"
+ // InternalAadl2Parser.g:5597:1: entryRuleRealTerm : ruleRealTerm EOF ;
+ public final void entryRuleRealTerm() throws RecognitionException {
try {
- // InternalAadl2Parser.g:5598:1: ( ruleSubprogramGroupAccessKeywords EOF )
- // InternalAadl2Parser.g:5599:1: ruleSubprogramGroupAccessKeywords EOF
+ // InternalAadl2Parser.g:5598:1: ( ruleRealTerm EOF )
+ // InternalAadl2Parser.g:5599:1: ruleRealTerm EOF
{
- before(grammarAccess.getSubprogramGroupAccessKeywordsRule());
+ before(grammarAccess.getRealTermRule());
pushFollow(FollowSets000.FOLLOW_1);
- ruleSubprogramGroupAccessKeywords();
+ ruleRealTerm();
state._fsp--;
- after(grammarAccess.getSubprogramGroupAccessKeywordsRule());
+ after(grammarAccess.getRealTermRule());
match(input,EOF,FollowSets000.FOLLOW_2);
}
@@ -27862,35 +27975,35 @@ public final void entryRuleSubprogramGroupAccessKeywords() throws RecognitionExc
}
return ;
}
- // $ANTLR end "entryRuleSubprogramGroupAccessKeywords"
+ // $ANTLR end "entryRuleRealTerm"
- // $ANTLR start "ruleSubprogramGroupAccessKeywords"
- // InternalAadl2Parser.g:5606:1: ruleSubprogramGroupAccessKeywords : ( ( rule__SubprogramGroupAccessKeywords__Group__0 ) ) ;
- public final void ruleSubprogramGroupAccessKeywords() throws RecognitionException {
+ // $ANTLR start "ruleRealTerm"
+ // InternalAadl2Parser.g:5606:1: ruleRealTerm : ( ( rule__RealTerm__Group__0 ) ) ;
+ public final void ruleRealTerm() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5610:2: ( ( ( rule__SubprogramGroupAccessKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5611:2: ( ( rule__SubprogramGroupAccessKeywords__Group__0 ) )
+ // InternalAadl2Parser.g:5610:2: ( ( ( rule__RealTerm__Group__0 ) ) )
+ // InternalAadl2Parser.g:5611:2: ( ( rule__RealTerm__Group__0 ) )
{
- // InternalAadl2Parser.g:5611:2: ( ( rule__SubprogramGroupAccessKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5612:3: ( rule__SubprogramGroupAccessKeywords__Group__0 )
+ // InternalAadl2Parser.g:5611:2: ( ( rule__RealTerm__Group__0 ) )
+ // InternalAadl2Parser.g:5612:3: ( rule__RealTerm__Group__0 )
{
- before(grammarAccess.getSubprogramGroupAccessKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5613:3: ( rule__SubprogramGroupAccessKeywords__Group__0 )
- // InternalAadl2Parser.g:5613:4: rule__SubprogramGroupAccessKeywords__Group__0
+ before(grammarAccess.getRealTermAccess().getGroup());
+ // InternalAadl2Parser.g:5613:3: ( rule__RealTerm__Group__0 )
+ // InternalAadl2Parser.g:5613:4: rule__RealTerm__Group__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupAccessKeywords__Group__0();
+ rule__RealTerm__Group__0();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupAccessKeywordsAccess().getGroup());
+ after(grammarAccess.getRealTermAccess().getGroup());
}
@@ -27909,23 +28022,23 @@ public final void ruleSubprogramGroupAccessKeywords() throws RecognitionExceptio
}
return ;
}
- // $ANTLR end "ruleSubprogramGroupAccessKeywords"
+ // $ANTLR end "ruleRealTerm"
- // $ANTLR start "entryRuleSubprogramGroupImplementationKeywords"
- // InternalAadl2Parser.g:5622:1: entryRuleSubprogramGroupImplementationKeywords : ruleSubprogramGroupImplementationKeywords EOF ;
- public final void entryRuleSubprogramGroupImplementationKeywords() throws RecognitionException {
+ // $ANTLR start "entryRuleSignedReal"
+ // InternalAadl2Parser.g:5622:1: entryRuleSignedReal : ruleSignedReal EOF ;
+ public final void entryRuleSignedReal() throws RecognitionException {
try {
- // InternalAadl2Parser.g:5623:1: ( ruleSubprogramGroupImplementationKeywords EOF )
- // InternalAadl2Parser.g:5624:1: ruleSubprogramGroupImplementationKeywords EOF
+ // InternalAadl2Parser.g:5623:1: ( ruleSignedReal EOF )
+ // InternalAadl2Parser.g:5624:1: ruleSignedReal EOF
{
- before(grammarAccess.getSubprogramGroupImplementationKeywordsRule());
+ before(grammarAccess.getSignedRealRule());
pushFollow(FollowSets000.FOLLOW_1);
- ruleSubprogramGroupImplementationKeywords();
+ ruleSignedReal();
state._fsp--;
- after(grammarAccess.getSubprogramGroupImplementationKeywordsRule());
+ after(grammarAccess.getSignedRealRule());
match(input,EOF,FollowSets000.FOLLOW_2);
}
@@ -27939,35 +28052,35 @@ public final void entryRuleSubprogramGroupImplementationKeywords() throws Recogn
}
return ;
}
- // $ANTLR end "entryRuleSubprogramGroupImplementationKeywords"
+ // $ANTLR end "entryRuleSignedReal"
- // $ANTLR start "ruleSubprogramGroupImplementationKeywords"
- // InternalAadl2Parser.g:5631:1: ruleSubprogramGroupImplementationKeywords : ( ( rule__SubprogramGroupImplementationKeywords__Group__0 ) ) ;
- public final void ruleSubprogramGroupImplementationKeywords() throws RecognitionException {
+ // $ANTLR start "ruleSignedReal"
+ // InternalAadl2Parser.g:5631:1: ruleSignedReal : ( ( rule__SignedReal__Group__0 ) ) ;
+ public final void ruleSignedReal() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5635:2: ( ( ( rule__SubprogramGroupImplementationKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5636:2: ( ( rule__SubprogramGroupImplementationKeywords__Group__0 ) )
+ // InternalAadl2Parser.g:5635:2: ( ( ( rule__SignedReal__Group__0 ) ) )
+ // InternalAadl2Parser.g:5636:2: ( ( rule__SignedReal__Group__0 ) )
{
- // InternalAadl2Parser.g:5636:2: ( ( rule__SubprogramGroupImplementationKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5637:3: ( rule__SubprogramGroupImplementationKeywords__Group__0 )
+ // InternalAadl2Parser.g:5636:2: ( ( rule__SignedReal__Group__0 ) )
+ // InternalAadl2Parser.g:5637:3: ( rule__SignedReal__Group__0 )
{
- before(grammarAccess.getSubprogramGroupImplementationKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5638:3: ( rule__SubprogramGroupImplementationKeywords__Group__0 )
- // InternalAadl2Parser.g:5638:4: rule__SubprogramGroupImplementationKeywords__Group__0
+ before(grammarAccess.getSignedRealAccess().getGroup());
+ // InternalAadl2Parser.g:5638:3: ( rule__SignedReal__Group__0 )
+ // InternalAadl2Parser.g:5638:4: rule__SignedReal__Group__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupImplementationKeywords__Group__0();
+ rule__SignedReal__Group__0();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupImplementationKeywordsAccess().getGroup());
+ after(grammarAccess.getSignedRealAccess().getGroup());
}
@@ -27986,23 +28099,23 @@ public final void ruleSubprogramGroupImplementationKeywords() throws Recognition
}
return ;
}
- // $ANTLR end "ruleSubprogramGroupImplementationKeywords"
+ // $ANTLR end "ruleSignedReal"
- // $ANTLR start "entryRuleSubprogramImplementationKeywords"
- // InternalAadl2Parser.g:5647:1: entryRuleSubprogramImplementationKeywords : ruleSubprogramImplementationKeywords EOF ;
- public final void entryRuleSubprogramImplementationKeywords() throws RecognitionException {
+ // $ANTLR start "entryRuleNumericRangeTerm"
+ // InternalAadl2Parser.g:5647:1: entryRuleNumericRangeTerm : ruleNumericRangeTerm EOF ;
+ public final void entryRuleNumericRangeTerm() throws RecognitionException {
try {
- // InternalAadl2Parser.g:5648:1: ( ruleSubprogramImplementationKeywords EOF )
- // InternalAadl2Parser.g:5649:1: ruleSubprogramImplementationKeywords EOF
+ // InternalAadl2Parser.g:5648:1: ( ruleNumericRangeTerm EOF )
+ // InternalAadl2Parser.g:5649:1: ruleNumericRangeTerm EOF
{
- before(grammarAccess.getSubprogramImplementationKeywordsRule());
+ before(grammarAccess.getNumericRangeTermRule());
pushFollow(FollowSets000.FOLLOW_1);
- ruleSubprogramImplementationKeywords();
+ ruleNumericRangeTerm();
state._fsp--;
- after(grammarAccess.getSubprogramImplementationKeywordsRule());
+ after(grammarAccess.getNumericRangeTermRule());
match(input,EOF,FollowSets000.FOLLOW_2);
}
@@ -28016,35 +28129,35 @@ public final void entryRuleSubprogramImplementationKeywords() throws Recognition
}
return ;
}
- // $ANTLR end "entryRuleSubprogramImplementationKeywords"
+ // $ANTLR end "entryRuleNumericRangeTerm"
- // $ANTLR start "ruleSubprogramImplementationKeywords"
- // InternalAadl2Parser.g:5656:1: ruleSubprogramImplementationKeywords : ( ( rule__SubprogramImplementationKeywords__Group__0 ) ) ;
- public final void ruleSubprogramImplementationKeywords() throws RecognitionException {
+ // $ANTLR start "ruleNumericRangeTerm"
+ // InternalAadl2Parser.g:5656:1: ruleNumericRangeTerm : ( ( rule__NumericRangeTerm__Group__0 ) ) ;
+ public final void ruleNumericRangeTerm() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5660:2: ( ( ( rule__SubprogramImplementationKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5661:2: ( ( rule__SubprogramImplementationKeywords__Group__0 ) )
+ // InternalAadl2Parser.g:5660:2: ( ( ( rule__NumericRangeTerm__Group__0 ) ) )
+ // InternalAadl2Parser.g:5661:2: ( ( rule__NumericRangeTerm__Group__0 ) )
{
- // InternalAadl2Parser.g:5661:2: ( ( rule__SubprogramImplementationKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5662:3: ( rule__SubprogramImplementationKeywords__Group__0 )
+ // InternalAadl2Parser.g:5661:2: ( ( rule__NumericRangeTerm__Group__0 ) )
+ // InternalAadl2Parser.g:5662:3: ( rule__NumericRangeTerm__Group__0 )
{
- before(grammarAccess.getSubprogramImplementationKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5663:3: ( rule__SubprogramImplementationKeywords__Group__0 )
- // InternalAadl2Parser.g:5663:4: rule__SubprogramImplementationKeywords__Group__0
+ before(grammarAccess.getNumericRangeTermAccess().getGroup());
+ // InternalAadl2Parser.g:5663:3: ( rule__NumericRangeTerm__Group__0 )
+ // InternalAadl2Parser.g:5663:4: rule__NumericRangeTerm__Group__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramImplementationKeywords__Group__0();
+ rule__NumericRangeTerm__Group__0();
state._fsp--;
}
- after(grammarAccess.getSubprogramImplementationKeywordsAccess().getGroup());
+ after(grammarAccess.getNumericRangeTermAccess().getGroup());
}
@@ -28063,23 +28176,23 @@ public final void ruleSubprogramImplementationKeywords() throws RecognitionExcep
}
return ;
}
- // $ANTLR end "ruleSubprogramImplementationKeywords"
+ // $ANTLR end "ruleNumericRangeTerm"
- // $ANTLR start "entryRuleSystemImplementationKeywords"
- // InternalAadl2Parser.g:5672:1: entryRuleSystemImplementationKeywords : ruleSystemImplementationKeywords EOF ;
- public final void entryRuleSystemImplementationKeywords() throws RecognitionException {
+ // $ANTLR start "entryRuleNumAlt"
+ // InternalAadl2Parser.g:5672:1: entryRuleNumAlt : ruleNumAlt EOF ;
+ public final void entryRuleNumAlt() throws RecognitionException {
try {
- // InternalAadl2Parser.g:5673:1: ( ruleSystemImplementationKeywords EOF )
- // InternalAadl2Parser.g:5674:1: ruleSystemImplementationKeywords EOF
+ // InternalAadl2Parser.g:5673:1: ( ruleNumAlt EOF )
+ // InternalAadl2Parser.g:5674:1: ruleNumAlt EOF
{
- before(grammarAccess.getSystemImplementationKeywordsRule());
+ before(grammarAccess.getNumAltRule());
pushFollow(FollowSets000.FOLLOW_1);
- ruleSystemImplementationKeywords();
+ ruleNumAlt();
state._fsp--;
- after(grammarAccess.getSystemImplementationKeywordsRule());
+ after(grammarAccess.getNumAltRule());
match(input,EOF,FollowSets000.FOLLOW_2);
}
@@ -28093,35 +28206,35 @@ public final void entryRuleSystemImplementationKeywords() throws RecognitionExce
}
return ;
}
- // $ANTLR end "entryRuleSystemImplementationKeywords"
+ // $ANTLR end "entryRuleNumAlt"
- // $ANTLR start "ruleSystemImplementationKeywords"
- // InternalAadl2Parser.g:5681:1: ruleSystemImplementationKeywords : ( ( rule__SystemImplementationKeywords__Group__0 ) ) ;
- public final void ruleSystemImplementationKeywords() throws RecognitionException {
+ // $ANTLR start "ruleNumAlt"
+ // InternalAadl2Parser.g:5681:1: ruleNumAlt : ( ( rule__NumAlt__Alternatives ) ) ;
+ public final void ruleNumAlt() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5685:2: ( ( ( rule__SystemImplementationKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5686:2: ( ( rule__SystemImplementationKeywords__Group__0 ) )
+ // InternalAadl2Parser.g:5685:2: ( ( ( rule__NumAlt__Alternatives ) ) )
+ // InternalAadl2Parser.g:5686:2: ( ( rule__NumAlt__Alternatives ) )
{
- // InternalAadl2Parser.g:5686:2: ( ( rule__SystemImplementationKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5687:3: ( rule__SystemImplementationKeywords__Group__0 )
+ // InternalAadl2Parser.g:5686:2: ( ( rule__NumAlt__Alternatives ) )
+ // InternalAadl2Parser.g:5687:3: ( rule__NumAlt__Alternatives )
{
- before(grammarAccess.getSystemImplementationKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5688:3: ( rule__SystemImplementationKeywords__Group__0 )
- // InternalAadl2Parser.g:5688:4: rule__SystemImplementationKeywords__Group__0
+ before(grammarAccess.getNumAltAccess().getAlternatives());
+ // InternalAadl2Parser.g:5688:3: ( rule__NumAlt__Alternatives )
+ // InternalAadl2Parser.g:5688:4: rule__NumAlt__Alternatives
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementationKeywords__Group__0();
+ rule__NumAlt__Alternatives();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationKeywordsAccess().getGroup());
+ after(grammarAccess.getNumAltAccess().getAlternatives());
}
@@ -28140,23 +28253,23 @@ public final void ruleSystemImplementationKeywords() throws RecognitionException
}
return ;
}
- // $ANTLR end "ruleSystemImplementationKeywords"
+ // $ANTLR end "ruleNumAlt"
- // $ANTLR start "entryRuleThreadGroupKeywords"
- // InternalAadl2Parser.g:5697:1: entryRuleThreadGroupKeywords : ruleThreadGroupKeywords EOF ;
- public final void entryRuleThreadGroupKeywords() throws RecognitionException {
+ // $ANTLR start "entryRuleINTVALUE"
+ // InternalAadl2Parser.g:5697:1: entryRuleINTVALUE : ruleINTVALUE EOF ;
+ public final void entryRuleINTVALUE() throws RecognitionException {
try {
- // InternalAadl2Parser.g:5698:1: ( ruleThreadGroupKeywords EOF )
- // InternalAadl2Parser.g:5699:1: ruleThreadGroupKeywords EOF
+ // InternalAadl2Parser.g:5698:1: ( ruleINTVALUE EOF )
+ // InternalAadl2Parser.g:5699:1: ruleINTVALUE EOF
{
- before(grammarAccess.getThreadGroupKeywordsRule());
+ before(grammarAccess.getINTVALUERule());
pushFollow(FollowSets000.FOLLOW_1);
- ruleThreadGroupKeywords();
+ ruleINTVALUE();
state._fsp--;
- after(grammarAccess.getThreadGroupKeywordsRule());
+ after(grammarAccess.getINTVALUERule());
match(input,EOF,FollowSets000.FOLLOW_2);
}
@@ -28170,35 +28283,25 @@ public final void entryRuleThreadGroupKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "entryRuleThreadGroupKeywords"
+ // $ANTLR end "entryRuleINTVALUE"
- // $ANTLR start "ruleThreadGroupKeywords"
- // InternalAadl2Parser.g:5706:1: ruleThreadGroupKeywords : ( ( rule__ThreadGroupKeywords__Group__0 ) ) ;
- public final void ruleThreadGroupKeywords() throws RecognitionException {
+ // $ANTLR start "ruleINTVALUE"
+ // InternalAadl2Parser.g:5706:1: ruleINTVALUE : ( RULE_INTEGER_LIT ) ;
+ public final void ruleINTVALUE() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5710:2: ( ( ( rule__ThreadGroupKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5711:2: ( ( rule__ThreadGroupKeywords__Group__0 ) )
- {
- // InternalAadl2Parser.g:5711:2: ( ( rule__ThreadGroupKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5712:3: ( rule__ThreadGroupKeywords__Group__0 )
+ // InternalAadl2Parser.g:5710:2: ( ( RULE_INTEGER_LIT ) )
+ // InternalAadl2Parser.g:5711:2: ( RULE_INTEGER_LIT )
{
- before(grammarAccess.getThreadGroupKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5713:3: ( rule__ThreadGroupKeywords__Group__0 )
- // InternalAadl2Parser.g:5713:4: rule__ThreadGroupKeywords__Group__0
+ // InternalAadl2Parser.g:5711:2: ( RULE_INTEGER_LIT )
+ // InternalAadl2Parser.g:5712:3: RULE_INTEGER_LIT
{
- pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupKeywords__Group__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getThreadGroupKeywordsAccess().getGroup());
+ before(grammarAccess.getINTVALUEAccess().getINTEGER_LITTerminalRuleCall());
+ match(input,RULE_INTEGER_LIT,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getINTVALUEAccess().getINTEGER_LITTerminalRuleCall());
}
@@ -28217,23 +28320,23 @@ public final void ruleThreadGroupKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "ruleThreadGroupKeywords"
+ // $ANTLR end "ruleINTVALUE"
- // $ANTLR start "entryRuleThreadGroupImplementationKeywords"
- // InternalAadl2Parser.g:5722:1: entryRuleThreadGroupImplementationKeywords : ruleThreadGroupImplementationKeywords EOF ;
- public final void entryRuleThreadGroupImplementationKeywords() throws RecognitionException {
+ // $ANTLR start "entryRuleQPREF"
+ // InternalAadl2Parser.g:5722:1: entryRuleQPREF : ruleQPREF EOF ;
+ public final void entryRuleQPREF() throws RecognitionException {
try {
- // InternalAadl2Parser.g:5723:1: ( ruleThreadGroupImplementationKeywords EOF )
- // InternalAadl2Parser.g:5724:1: ruleThreadGroupImplementationKeywords EOF
+ // InternalAadl2Parser.g:5723:1: ( ruleQPREF EOF )
+ // InternalAadl2Parser.g:5724:1: ruleQPREF EOF
{
- before(grammarAccess.getThreadGroupImplementationKeywordsRule());
+ before(grammarAccess.getQPREFRule());
pushFollow(FollowSets000.FOLLOW_1);
- ruleThreadGroupImplementationKeywords();
+ ruleQPREF();
state._fsp--;
- after(grammarAccess.getThreadGroupImplementationKeywordsRule());
+ after(grammarAccess.getQPREFRule());
match(input,EOF,FollowSets000.FOLLOW_2);
}
@@ -28247,35 +28350,35 @@ public final void entryRuleThreadGroupImplementationKeywords() throws Recognitio
}
return ;
}
- // $ANTLR end "entryRuleThreadGroupImplementationKeywords"
+ // $ANTLR end "entryRuleQPREF"
- // $ANTLR start "ruleThreadGroupImplementationKeywords"
- // InternalAadl2Parser.g:5731:1: ruleThreadGroupImplementationKeywords : ( ( rule__ThreadGroupImplementationKeywords__Group__0 ) ) ;
- public final void ruleThreadGroupImplementationKeywords() throws RecognitionException {
+ // $ANTLR start "ruleQPREF"
+ // InternalAadl2Parser.g:5731:1: ruleQPREF : ( ( rule__QPREF__Group__0 ) ) ;
+ public final void ruleQPREF() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5735:2: ( ( ( rule__ThreadGroupImplementationKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5736:2: ( ( rule__ThreadGroupImplementationKeywords__Group__0 ) )
+ // InternalAadl2Parser.g:5735:2: ( ( ( rule__QPREF__Group__0 ) ) )
+ // InternalAadl2Parser.g:5736:2: ( ( rule__QPREF__Group__0 ) )
{
- // InternalAadl2Parser.g:5736:2: ( ( rule__ThreadGroupImplementationKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5737:3: ( rule__ThreadGroupImplementationKeywords__Group__0 )
+ // InternalAadl2Parser.g:5736:2: ( ( rule__QPREF__Group__0 ) )
+ // InternalAadl2Parser.g:5737:3: ( rule__QPREF__Group__0 )
{
- before(grammarAccess.getThreadGroupImplementationKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5738:3: ( rule__ThreadGroupImplementationKeywords__Group__0 )
- // InternalAadl2Parser.g:5738:4: rule__ThreadGroupImplementationKeywords__Group__0
+ before(grammarAccess.getQPREFAccess().getGroup());
+ // InternalAadl2Parser.g:5738:3: ( rule__QPREF__Group__0 )
+ // InternalAadl2Parser.g:5738:4: rule__QPREF__Group__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementationKeywords__Group__0();
+ rule__QPREF__Group__0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationKeywordsAccess().getGroup());
+ after(grammarAccess.getQPREFAccess().getGroup());
}
@@ -28294,23 +28397,23 @@ public final void ruleThreadGroupImplementationKeywords() throws RecognitionExce
}
return ;
}
- // $ANTLR end "ruleThreadGroupImplementationKeywords"
+ // $ANTLR end "ruleQPREF"
- // $ANTLR start "entryRuleThreadImplementationKeywords"
- // InternalAadl2Parser.g:5747:1: entryRuleThreadImplementationKeywords : ruleThreadImplementationKeywords EOF ;
- public final void entryRuleThreadImplementationKeywords() throws RecognitionException {
+ // $ANTLR start "entryRuleQCREF"
+ // InternalAadl2Parser.g:5747:1: entryRuleQCREF : ruleQCREF EOF ;
+ public final void entryRuleQCREF() throws RecognitionException {
try {
- // InternalAadl2Parser.g:5748:1: ( ruleThreadImplementationKeywords EOF )
- // InternalAadl2Parser.g:5749:1: ruleThreadImplementationKeywords EOF
+ // InternalAadl2Parser.g:5748:1: ( ruleQCREF EOF )
+ // InternalAadl2Parser.g:5749:1: ruleQCREF EOF
{
- before(grammarAccess.getThreadImplementationKeywordsRule());
+ before(grammarAccess.getQCREFRule());
pushFollow(FollowSets000.FOLLOW_1);
- ruleThreadImplementationKeywords();
+ ruleQCREF();
state._fsp--;
- after(grammarAccess.getThreadImplementationKeywordsRule());
+ after(grammarAccess.getQCREFRule());
match(input,EOF,FollowSets000.FOLLOW_2);
}
@@ -28324,35 +28427,35 @@ public final void entryRuleThreadImplementationKeywords() throws RecognitionExce
}
return ;
}
- // $ANTLR end "entryRuleThreadImplementationKeywords"
+ // $ANTLR end "entryRuleQCREF"
- // $ANTLR start "ruleThreadImplementationKeywords"
- // InternalAadl2Parser.g:5756:1: ruleThreadImplementationKeywords : ( ( rule__ThreadImplementationKeywords__Group__0 ) ) ;
- public final void ruleThreadImplementationKeywords() throws RecognitionException {
+ // $ANTLR start "ruleQCREF"
+ // InternalAadl2Parser.g:5756:1: ruleQCREF : ( ( rule__QCREF__Group__0 ) ) ;
+ public final void ruleQCREF() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5760:2: ( ( ( rule__ThreadImplementationKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5761:2: ( ( rule__ThreadImplementationKeywords__Group__0 ) )
+ // InternalAadl2Parser.g:5760:2: ( ( ( rule__QCREF__Group__0 ) ) )
+ // InternalAadl2Parser.g:5761:2: ( ( rule__QCREF__Group__0 ) )
{
- // InternalAadl2Parser.g:5761:2: ( ( rule__ThreadImplementationKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5762:3: ( rule__ThreadImplementationKeywords__Group__0 )
+ // InternalAadl2Parser.g:5761:2: ( ( rule__QCREF__Group__0 ) )
+ // InternalAadl2Parser.g:5762:3: ( rule__QCREF__Group__0 )
{
- before(grammarAccess.getThreadImplementationKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5763:3: ( rule__ThreadImplementationKeywords__Group__0 )
- // InternalAadl2Parser.g:5763:4: rule__ThreadImplementationKeywords__Group__0
+ before(grammarAccess.getQCREFAccess().getGroup());
+ // InternalAadl2Parser.g:5763:3: ( rule__QCREF__Group__0 )
+ // InternalAadl2Parser.g:5763:4: rule__QCREF__Group__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementationKeywords__Group__0();
+ rule__QCREF__Group__0();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationKeywordsAccess().getGroup());
+ after(grammarAccess.getQCREFAccess().getGroup());
}
@@ -28371,23 +28474,23 @@ public final void ruleThreadImplementationKeywords() throws RecognitionException
}
return ;
}
- // $ANTLR end "ruleThreadImplementationKeywords"
+ // $ANTLR end "ruleQCREF"
- // $ANTLR start "entryRuleVirtualBusKeywords"
- // InternalAadl2Parser.g:5772:1: entryRuleVirtualBusKeywords : ruleVirtualBusKeywords EOF ;
- public final void entryRuleVirtualBusKeywords() throws RecognitionException {
+ // $ANTLR start "entryRuleSTAR"
+ // InternalAadl2Parser.g:5772:1: entryRuleSTAR : ruleSTAR EOF ;
+ public final void entryRuleSTAR() throws RecognitionException {
try {
- // InternalAadl2Parser.g:5773:1: ( ruleVirtualBusKeywords EOF )
- // InternalAadl2Parser.g:5774:1: ruleVirtualBusKeywords EOF
+ // InternalAadl2Parser.g:5773:1: ( ruleSTAR EOF )
+ // InternalAadl2Parser.g:5774:1: ruleSTAR EOF
{
- before(grammarAccess.getVirtualBusKeywordsRule());
+ before(grammarAccess.getSTARRule());
pushFollow(FollowSets000.FOLLOW_1);
- ruleVirtualBusKeywords();
+ ruleSTAR();
state._fsp--;
- after(grammarAccess.getVirtualBusKeywordsRule());
+ after(grammarAccess.getSTARRule());
match(input,EOF,FollowSets000.FOLLOW_2);
}
@@ -28401,35 +28504,25 @@ public final void entryRuleVirtualBusKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "entryRuleVirtualBusKeywords"
+ // $ANTLR end "entryRuleSTAR"
- // $ANTLR start "ruleVirtualBusKeywords"
- // InternalAadl2Parser.g:5781:1: ruleVirtualBusKeywords : ( ( rule__VirtualBusKeywords__Group__0 ) ) ;
- public final void ruleVirtualBusKeywords() throws RecognitionException {
+ // $ANTLR start "ruleSTAR"
+ // InternalAadl2Parser.g:5781:1: ruleSTAR : ( Asterisk ) ;
+ public final void ruleSTAR() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5785:2: ( ( ( rule__VirtualBusKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5786:2: ( ( rule__VirtualBusKeywords__Group__0 ) )
- {
- // InternalAadl2Parser.g:5786:2: ( ( rule__VirtualBusKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5787:3: ( rule__VirtualBusKeywords__Group__0 )
+ // InternalAadl2Parser.g:5785:2: ( ( Asterisk ) )
+ // InternalAadl2Parser.g:5786:2: ( Asterisk )
{
- before(grammarAccess.getVirtualBusKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5788:3: ( rule__VirtualBusKeywords__Group__0 )
- // InternalAadl2Parser.g:5788:4: rule__VirtualBusKeywords__Group__0
+ // InternalAadl2Parser.g:5786:2: ( Asterisk )
+ // InternalAadl2Parser.g:5787:3: Asterisk
{
- pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusKeywords__Group__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getVirtualBusKeywordsAccess().getGroup());
+ before(grammarAccess.getSTARAccess().getAsteriskKeyword());
+ match(input,Asterisk,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getSTARAccess().getAsteriskKeyword());
}
@@ -28448,65 +28541,35 @@ public final void ruleVirtualBusKeywords() throws RecognitionException {
}
return ;
}
- // $ANTLR end "ruleVirtualBusKeywords"
-
-
- // $ANTLR start "entryRuleVirtualBusImplementationKeywords"
- // InternalAadl2Parser.g:5797:1: entryRuleVirtualBusImplementationKeywords : ruleVirtualBusImplementationKeywords EOF ;
- public final void entryRuleVirtualBusImplementationKeywords() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:5798:1: ( ruleVirtualBusImplementationKeywords EOF )
- // InternalAadl2Parser.g:5799:1: ruleVirtualBusImplementationKeywords EOF
- {
- before(grammarAccess.getVirtualBusImplementationKeywordsRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleVirtualBusImplementationKeywords();
-
- state._fsp--;
-
- after(grammarAccess.getVirtualBusImplementationKeywordsRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleVirtualBusImplementationKeywords"
+ // $ANTLR end "ruleSTAR"
- // $ANTLR start "ruleVirtualBusImplementationKeywords"
- // InternalAadl2Parser.g:5806:1: ruleVirtualBusImplementationKeywords : ( ( rule__VirtualBusImplementationKeywords__Group__0 ) ) ;
- public final void ruleVirtualBusImplementationKeywords() throws RecognitionException {
+ // $ANTLR start "ruleFlowKind"
+ // InternalAadl2Parser.g:5797:1: ruleFlowKind : ( ( rule__FlowKind__Alternatives ) ) ;
+ public final void ruleFlowKind() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5810:2: ( ( ( rule__VirtualBusImplementationKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5811:2: ( ( rule__VirtualBusImplementationKeywords__Group__0 ) )
+ // InternalAadl2Parser.g:5801:1: ( ( ( rule__FlowKind__Alternatives ) ) )
+ // InternalAadl2Parser.g:5802:2: ( ( rule__FlowKind__Alternatives ) )
{
- // InternalAadl2Parser.g:5811:2: ( ( rule__VirtualBusImplementationKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5812:3: ( rule__VirtualBusImplementationKeywords__Group__0 )
+ // InternalAadl2Parser.g:5802:2: ( ( rule__FlowKind__Alternatives ) )
+ // InternalAadl2Parser.g:5803:3: ( rule__FlowKind__Alternatives )
{
- before(grammarAccess.getVirtualBusImplementationKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5813:3: ( rule__VirtualBusImplementationKeywords__Group__0 )
- // InternalAadl2Parser.g:5813:4: rule__VirtualBusImplementationKeywords__Group__0
+ before(grammarAccess.getFlowKindAccess().getAlternatives());
+ // InternalAadl2Parser.g:5804:3: ( rule__FlowKind__Alternatives )
+ // InternalAadl2Parser.g:5804:4: rule__FlowKind__Alternatives
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusImplementationKeywords__Group__0();
+ rule__FlowKind__Alternatives();
state._fsp--;
}
- after(grammarAccess.getVirtualBusImplementationKeywordsAccess().getGroup());
+ after(grammarAccess.getFlowKindAccess().getAlternatives());
}
@@ -28525,225 +28588,164 @@ public final void ruleVirtualBusImplementationKeywords() throws RecognitionExcep
}
return ;
}
- // $ANTLR end "ruleVirtualBusImplementationKeywords"
-
-
- // $ANTLR start "entryRuleVirtualProcessorKeywords"
- // InternalAadl2Parser.g:5822:1: entryRuleVirtualProcessorKeywords : ruleVirtualProcessorKeywords EOF ;
- public final void entryRuleVirtualProcessorKeywords() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:5823:1: ( ruleVirtualProcessorKeywords EOF )
- // InternalAadl2Parser.g:5824:1: ruleVirtualProcessorKeywords EOF
- {
- before(grammarAccess.getVirtualProcessorKeywordsRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleVirtualProcessorKeywords();
-
- state._fsp--;
-
- after(grammarAccess.getVirtualProcessorKeywordsRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleVirtualProcessorKeywords"
+ // $ANTLR end "ruleFlowKind"
- // $ANTLR start "ruleVirtualProcessorKeywords"
- // InternalAadl2Parser.g:5831:1: ruleVirtualProcessorKeywords : ( ( rule__VirtualProcessorKeywords__Group__0 ) ) ;
- public final void ruleVirtualProcessorKeywords() throws RecognitionException {
+ // $ANTLR start "rule__Model__Alternatives"
+ // InternalAadl2Parser.g:5812:1: rule__Model__Alternatives : ( ( ruleAadlPackage ) | ( rulePropertySet ) );
+ public final void rule__Model__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5835:2: ( ( ( rule__VirtualProcessorKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5836:2: ( ( rule__VirtualProcessorKeywords__Group__0 ) )
- {
- // InternalAadl2Parser.g:5836:2: ( ( rule__VirtualProcessorKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5837:3: ( rule__VirtualProcessorKeywords__Group__0 )
- {
- before(grammarAccess.getVirtualProcessorKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5838:3: ( rule__VirtualProcessorKeywords__Group__0 )
- // InternalAadl2Parser.g:5838:4: rule__VirtualProcessorKeywords__Group__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorKeywords__Group__0();
-
- state._fsp--;
-
+ // InternalAadl2Parser.g:5816:1: ( ( ruleAadlPackage ) | ( rulePropertySet ) )
+ int alt2=2;
+ int LA2_0 = input.LA(1);
+ if ( (LA2_0==Package) ) {
+ alt2=1;
}
+ else if ( (LA2_0==Property) ) {
+ alt2=2;
+ }
+ else {
+ NoViableAltException nvae =
+ new NoViableAltException("", 2, 0, input);
- after(grammarAccess.getVirtualProcessorKeywordsAccess().getGroup());
-
+ throw nvae;
}
+ switch (alt2) {
+ case 1 :
+ // InternalAadl2Parser.g:5817:2: ( ruleAadlPackage )
+ {
+ // InternalAadl2Parser.g:5817:2: ( ruleAadlPackage )
+ // InternalAadl2Parser.g:5818:3: ruleAadlPackage
+ {
+ before(grammarAccess.getModelAccess().getAadlPackageParserRuleCall_0());
+ pushFollow(FollowSets000.FOLLOW_2);
+ ruleAadlPackage();
+ state._fsp--;
- }
+ after(grammarAccess.getModelAccess().getAadlPackageParserRuleCall_0());
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
+ }
- restoreStackSize(stackSize);
- }
- return ;
- }
- // $ANTLR end "ruleVirtualProcessorKeywords"
+ }
+ break;
+ case 2 :
+ // InternalAadl2Parser.g:5823:2: ( rulePropertySet )
+ {
+ // InternalAadl2Parser.g:5823:2: ( rulePropertySet )
+ // InternalAadl2Parser.g:5824:3: rulePropertySet
+ {
+ before(grammarAccess.getModelAccess().getPropertySetParserRuleCall_1());
+ pushFollow(FollowSets000.FOLLOW_2);
+ rulePropertySet();
+ state._fsp--;
- // $ANTLR start "entryRuleVirtualProcessorImplementationKeywords"
- // InternalAadl2Parser.g:5847:1: entryRuleVirtualProcessorImplementationKeywords : ruleVirtualProcessorImplementationKeywords EOF ;
- public final void entryRuleVirtualProcessorImplementationKeywords() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:5848:1: ( ruleVirtualProcessorImplementationKeywords EOF )
- // InternalAadl2Parser.g:5849:1: ruleVirtualProcessorImplementationKeywords EOF
- {
- before(grammarAccess.getVirtualProcessorImplementationKeywordsRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleVirtualProcessorImplementationKeywords();
+ after(grammarAccess.getModelAccess().getPropertySetParserRuleCall_1());
- state._fsp--;
+ }
- after(grammarAccess.getVirtualProcessorImplementationKeywordsRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
- }
+ }
+ break;
+ }
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
+
+ restoreStackSize(stackSize);
+
}
return ;
}
- // $ANTLR end "entryRuleVirtualProcessorImplementationKeywords"
+ // $ANTLR end "rule__Model__Alternatives"
- // $ANTLR start "ruleVirtualProcessorImplementationKeywords"
- // InternalAadl2Parser.g:5856:1: ruleVirtualProcessorImplementationKeywords : ( ( rule__VirtualProcessorImplementationKeywords__Group__0 ) ) ;
- public final void ruleVirtualProcessorImplementationKeywords() throws RecognitionException {
+ // $ANTLR start "rule__AadlPackage__Alternatives_2"
+ // InternalAadl2Parser.g:5833:1: rule__AadlPackage__Alternatives_2 : ( ( ( rule__AadlPackage__Group_2_0__0 ) ) | ( ( rule__AadlPackage__OwnedPrivateSectionAssignment_2_1 ) ) );
+ public final void rule__AadlPackage__Alternatives_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5860:2: ( ( ( rule__VirtualProcessorImplementationKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:5861:2: ( ( rule__VirtualProcessorImplementationKeywords__Group__0 ) )
- {
- // InternalAadl2Parser.g:5861:2: ( ( rule__VirtualProcessorImplementationKeywords__Group__0 ) )
- // InternalAadl2Parser.g:5862:3: ( rule__VirtualProcessorImplementationKeywords__Group__0 )
- {
- before(grammarAccess.getVirtualProcessorImplementationKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:5863:3: ( rule__VirtualProcessorImplementationKeywords__Group__0 )
- // InternalAadl2Parser.g:5863:4: rule__VirtualProcessorImplementationKeywords__Group__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorImplementationKeywords__Group__0();
-
- state._fsp--;
-
+ // InternalAadl2Parser.g:5837:1: ( ( ( rule__AadlPackage__Group_2_0__0 ) ) | ( ( rule__AadlPackage__OwnedPrivateSectionAssignment_2_1 ) ) )
+ int alt3=2;
+ int LA3_0 = input.LA(1);
+ if ( (LA3_0==Public) ) {
+ alt3=1;
}
-
- after(grammarAccess.getVirtualProcessorImplementationKeywordsAccess().getGroup());
-
+ else if ( (LA3_0==Private) ) {
+ alt3=2;
}
+ else {
+ NoViableAltException nvae =
+ new NoViableAltException("", 3, 0, input);
-
+ throw nvae;
}
+ switch (alt3) {
+ case 1 :
+ // InternalAadl2Parser.g:5838:2: ( ( rule__AadlPackage__Group_2_0__0 ) )
+ {
+ // InternalAadl2Parser.g:5838:2: ( ( rule__AadlPackage__Group_2_0__0 ) )
+ // InternalAadl2Parser.g:5839:3: ( rule__AadlPackage__Group_2_0__0 )
+ {
+ before(grammarAccess.getAadlPackageAccess().getGroup_2_0());
+ // InternalAadl2Parser.g:5840:3: ( rule__AadlPackage__Group_2_0__0 )
+ // InternalAadl2Parser.g:5840:4: rule__AadlPackage__Group_2_0__0
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__AadlPackage__Group_2_0__0();
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleVirtualProcessorImplementationKeywords"
-
-
- // $ANTLR start "entryRuleContainedPropertyAssociation"
- // InternalAadl2Parser.g:5872:1: entryRuleContainedPropertyAssociation : ruleContainedPropertyAssociation EOF ;
- public final void entryRuleContainedPropertyAssociation() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:5873:1: ( ruleContainedPropertyAssociation EOF )
- // InternalAadl2Parser.g:5874:1: ruleContainedPropertyAssociation EOF
- {
- before(grammarAccess.getContainedPropertyAssociationRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleContainedPropertyAssociation();
+ state._fsp--;
- state._fsp--;
- after(grammarAccess.getContainedPropertyAssociationRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
+ }
- }
+ after(grammarAccess.getAadlPackageAccess().getGroup_2_0());
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleContainedPropertyAssociation"
+ }
- // $ANTLR start "ruleContainedPropertyAssociation"
- // InternalAadl2Parser.g:5881:1: ruleContainedPropertyAssociation : ( ( rule__ContainedPropertyAssociation__Group__0 ) ) ;
- public final void ruleContainedPropertyAssociation() throws RecognitionException {
+ }
+ break;
+ case 2 :
+ // InternalAadl2Parser.g:5844:2: ( ( rule__AadlPackage__OwnedPrivateSectionAssignment_2_1 ) )
+ {
+ // InternalAadl2Parser.g:5844:2: ( ( rule__AadlPackage__OwnedPrivateSectionAssignment_2_1 ) )
+ // InternalAadl2Parser.g:5845:3: ( rule__AadlPackage__OwnedPrivateSectionAssignment_2_1 )
+ {
+ before(grammarAccess.getAadlPackageAccess().getOwnedPrivateSectionAssignment_2_1());
+ // InternalAadl2Parser.g:5846:3: ( rule__AadlPackage__OwnedPrivateSectionAssignment_2_1 )
+ // InternalAadl2Parser.g:5846:4: rule__AadlPackage__OwnedPrivateSectionAssignment_2_1
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__AadlPackage__OwnedPrivateSectionAssignment_2_1();
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:5885:2: ( ( ( rule__ContainedPropertyAssociation__Group__0 ) ) )
- // InternalAadl2Parser.g:5886:2: ( ( rule__ContainedPropertyAssociation__Group__0 ) )
- {
- // InternalAadl2Parser.g:5886:2: ( ( rule__ContainedPropertyAssociation__Group__0 ) )
- // InternalAadl2Parser.g:5887:3: ( rule__ContainedPropertyAssociation__Group__0 )
- {
- before(grammarAccess.getContainedPropertyAssociationAccess().getGroup());
- // InternalAadl2Parser.g:5888:3: ( rule__ContainedPropertyAssociation__Group__0 )
- // InternalAadl2Parser.g:5888:4: rule__ContainedPropertyAssociation__Group__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__ContainedPropertyAssociation__Group__0();
+ state._fsp--;
- state._fsp--;
+ }
- }
+ after(grammarAccess.getAadlPackageAccess().getOwnedPrivateSectionAssignment_2_1());
- after(grammarAccess.getContainedPropertyAssociationAccess().getGroup());
+ }
- }
+ }
+ break;
}
-
}
catch (RecognitionException re) {
reportError(re);
@@ -28756,2966 +28758,161 @@ public final void ruleContainedPropertyAssociation() throws RecognitionException
}
return ;
}
- // $ANTLR end "ruleContainedPropertyAssociation"
-
-
- // $ANTLR start "entryRulePropertyAssociation"
- // InternalAadl2Parser.g:5897:1: entryRulePropertyAssociation : rulePropertyAssociation EOF ;
- public final void entryRulePropertyAssociation() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:5898:1: ( rulePropertyAssociation EOF )
- // InternalAadl2Parser.g:5899:1: rulePropertyAssociation EOF
- {
- before(grammarAccess.getPropertyAssociationRule());
- pushFollow(FollowSets000.FOLLOW_1);
- rulePropertyAssociation();
-
- state._fsp--;
-
- after(grammarAccess.getPropertyAssociationRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRulePropertyAssociation"
+ // $ANTLR end "rule__AadlPackage__Alternatives_2"
- // $ANTLR start "rulePropertyAssociation"
- // InternalAadl2Parser.g:5906:1: rulePropertyAssociation : ( ( rule__PropertyAssociation__Group__0 ) ) ;
- public final void rulePropertyAssociation() throws RecognitionException {
+ // $ANTLR start "rule__AadlPackage__Alternatives_3_1"
+ // InternalAadl2Parser.g:5854:1: rule__AadlPackage__Alternatives_3_1 : ( ( ( ( rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0 ) ) ( ( rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0 )* ) ) | ( ( rule__AadlPackage__Group_3_1_1__0 ) ) );
+ public final void rule__AadlPackage__Alternatives_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5910:2: ( ( ( rule__PropertyAssociation__Group__0 ) ) )
- // InternalAadl2Parser.g:5911:2: ( ( rule__PropertyAssociation__Group__0 ) )
- {
- // InternalAadl2Parser.g:5911:2: ( ( rule__PropertyAssociation__Group__0 ) )
- // InternalAadl2Parser.g:5912:3: ( rule__PropertyAssociation__Group__0 )
- {
- before(grammarAccess.getPropertyAssociationAccess().getGroup());
- // InternalAadl2Parser.g:5913:3: ( rule__PropertyAssociation__Group__0 )
- // InternalAadl2Parser.g:5913:4: rule__PropertyAssociation__Group__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__PropertyAssociation__Group__0();
-
- state._fsp--;
-
+ // InternalAadl2Parser.g:5858:1: ( ( ( ( rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0 ) ) ( ( rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0 )* ) ) | ( ( rule__AadlPackage__Group_3_1_1__0 ) ) )
+ int alt5=2;
+ int LA5_0 = input.LA(1);
+ if ( (LA5_0==RULE_ID) ) {
+ alt5=1;
}
-
- after(grammarAccess.getPropertyAssociationAccess().getGroup());
-
+ else if ( (LA5_0==None) ) {
+ alt5=2;
}
+ else {
+ NoViableAltException nvae =
+ new NoViableAltException("", 5, 0, input);
-
+ throw nvae;
}
+ switch (alt5) {
+ case 1 :
+ // InternalAadl2Parser.g:5859:2: ( ( ( rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0 ) ) ( ( rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0 )* ) )
+ {
+ // InternalAadl2Parser.g:5859:2: ( ( ( rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0 ) ) ( ( rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0 )* ) )
+ // InternalAadl2Parser.g:5860:3: ( ( rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0 ) ) ( ( rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0 )* )
+ {
+ // InternalAadl2Parser.g:5860:3: ( ( rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0 ) )
+ // InternalAadl2Parser.g:5861:4: ( rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0 )
+ {
+ before(grammarAccess.getAadlPackageAccess().getOwnedPropertyAssociationAssignment_3_1_0());
+ // InternalAadl2Parser.g:5862:4: ( rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0 )
+ // InternalAadl2Parser.g:5862:5: rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0
+ {
+ pushFollow(FollowSets000.FOLLOW_3);
+ rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0();
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
+ state._fsp--;
- restoreStackSize(stackSize);
- }
- return ;
- }
- // $ANTLR end "rulePropertyAssociation"
+ }
+ after(grammarAccess.getAadlPackageAccess().getOwnedPropertyAssociationAssignment_3_1_0());
- // $ANTLR start "entryRuleBasicPropertyAssociation"
- // InternalAadl2Parser.g:5922:1: entryRuleBasicPropertyAssociation : ruleBasicPropertyAssociation EOF ;
- public final void entryRuleBasicPropertyAssociation() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:5923:1: ( ruleBasicPropertyAssociation EOF )
- // InternalAadl2Parser.g:5924:1: ruleBasicPropertyAssociation EOF
- {
- before(grammarAccess.getBasicPropertyAssociationRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleBasicPropertyAssociation();
+ }
- state._fsp--;
+ // InternalAadl2Parser.g:5865:3: ( ( rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0 )* )
+ // InternalAadl2Parser.g:5866:4: ( rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0 )*
+ {
+ before(grammarAccess.getAadlPackageAccess().getOwnedPropertyAssociationAssignment_3_1_0());
+ // InternalAadl2Parser.g:5867:4: ( rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0 )*
+ loop4:
+ do {
+ int alt4=2;
+ int LA4_0 = input.LA(1);
- after(grammarAccess.getBasicPropertyAssociationRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
+ if ( (LA4_0==RULE_ID) ) {
+ alt4=1;
+ }
- }
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleBasicPropertyAssociation"
+ switch (alt4) {
+ case 1 :
+ // InternalAadl2Parser.g:5867:5: rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0
+ {
+ pushFollow(FollowSets000.FOLLOW_3);
+ rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0();
+ state._fsp--;
- // $ANTLR start "ruleBasicPropertyAssociation"
- // InternalAadl2Parser.g:5931:1: ruleBasicPropertyAssociation : ( ( rule__BasicPropertyAssociation__Group__0 ) ) ;
- public final void ruleBasicPropertyAssociation() throws RecognitionException {
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:5935:2: ( ( ( rule__BasicPropertyAssociation__Group__0 ) ) )
- // InternalAadl2Parser.g:5936:2: ( ( rule__BasicPropertyAssociation__Group__0 ) )
- {
- // InternalAadl2Parser.g:5936:2: ( ( rule__BasicPropertyAssociation__Group__0 ) )
- // InternalAadl2Parser.g:5937:3: ( rule__BasicPropertyAssociation__Group__0 )
- {
- before(grammarAccess.getBasicPropertyAssociationAccess().getGroup());
- // InternalAadl2Parser.g:5938:3: ( rule__BasicPropertyAssociation__Group__0 )
- // InternalAadl2Parser.g:5938:4: rule__BasicPropertyAssociation__Group__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__BasicPropertyAssociation__Group__0();
+ }
+ break;
- state._fsp--;
+ default :
+ break loop4;
+ }
+ } while (true);
+ after(grammarAccess.getAadlPackageAccess().getOwnedPropertyAssociationAssignment_3_1_0());
- }
+ }
- after(grammarAccess.getBasicPropertyAssociationAccess().getGroup());
- }
+ }
- }
+ }
+ break;
+ case 2 :
+ // InternalAadl2Parser.g:5872:2: ( ( rule__AadlPackage__Group_3_1_1__0 ) )
+ {
+ // InternalAadl2Parser.g:5872:2: ( ( rule__AadlPackage__Group_3_1_1__0 ) )
+ // InternalAadl2Parser.g:5873:3: ( rule__AadlPackage__Group_3_1_1__0 )
+ {
+ before(grammarAccess.getAadlPackageAccess().getGroup_3_1_1());
+ // InternalAadl2Parser.g:5874:3: ( rule__AadlPackage__Group_3_1_1__0 )
+ // InternalAadl2Parser.g:5874:4: rule__AadlPackage__Group_3_1_1__0
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__AadlPackage__Group_3_1_1__0();
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
+ state._fsp--;
- restoreStackSize(stackSize);
- }
- return ;
- }
- // $ANTLR end "ruleBasicPropertyAssociation"
+ }
+ after(grammarAccess.getAadlPackageAccess().getGroup_3_1_1());
- // $ANTLR start "entryRuleContainmentPath"
- // InternalAadl2Parser.g:5947:1: entryRuleContainmentPath : ruleContainmentPath EOF ;
- public final void entryRuleContainmentPath() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:5948:1: ( ruleContainmentPath EOF )
- // InternalAadl2Parser.g:5949:1: ruleContainmentPath EOF
- {
- before(grammarAccess.getContainmentPathRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleContainmentPath();
+ }
- state._fsp--;
- after(grammarAccess.getContainmentPathRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
+ }
+ break;
}
-
}
catch (RecognitionException re) {
reportError(re);
recover(input,re);
}
finally {
+
+ restoreStackSize(stackSize);
+
}
return ;
}
- // $ANTLR end "entryRuleContainmentPath"
+ // $ANTLR end "rule__AadlPackage__Alternatives_3_1"
- // $ANTLR start "ruleContainmentPath"
- // InternalAadl2Parser.g:5956:1: ruleContainmentPath : ( ( rule__ContainmentPath__PathAssignment ) ) ;
- public final void ruleContainmentPath() throws RecognitionException {
+ // $ANTLR start "rule__PublicPackageSection__Alternatives_2"
+ // InternalAadl2Parser.g:5882:1: rule__PublicPackageSection__Alternatives_2 : ( ( ( rule__PublicPackageSection__Group_2_0__0 ) ) | ( ( rule__PublicPackageSection__OwnedPackageRenameAssignment_2_1 ) ) | ( ( rule__PublicPackageSection__OwnedFeatureGroupTypeRenameAssignment_2_2 ) ) | ( ( rule__PublicPackageSection__OwnedComponentTypeRenameAssignment_2_3 ) ) );
+ public final void rule__PublicPackageSection__Alternatives_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:5960:2: ( ( ( rule__ContainmentPath__PathAssignment ) ) )
- // InternalAadl2Parser.g:5961:2: ( ( rule__ContainmentPath__PathAssignment ) )
- {
- // InternalAadl2Parser.g:5961:2: ( ( rule__ContainmentPath__PathAssignment ) )
- // InternalAadl2Parser.g:5962:3: ( rule__ContainmentPath__PathAssignment )
- {
- before(grammarAccess.getContainmentPathAccess().getPathAssignment());
- // InternalAadl2Parser.g:5963:3: ( rule__ContainmentPath__PathAssignment )
- // InternalAadl2Parser.g:5963:4: rule__ContainmentPath__PathAssignment
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__ContainmentPath__PathAssignment();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getContainmentPathAccess().getPathAssignment());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleContainmentPath"
-
-
- // $ANTLR start "entryRuleOptionalModalPropertyValue"
- // InternalAadl2Parser.g:5972:1: entryRuleOptionalModalPropertyValue : ruleOptionalModalPropertyValue EOF ;
- public final void entryRuleOptionalModalPropertyValue() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:5973:1: ( ruleOptionalModalPropertyValue EOF )
- // InternalAadl2Parser.g:5974:1: ruleOptionalModalPropertyValue EOF
- {
- before(grammarAccess.getOptionalModalPropertyValueRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleOptionalModalPropertyValue();
-
- state._fsp--;
-
- after(grammarAccess.getOptionalModalPropertyValueRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleOptionalModalPropertyValue"
-
-
- // $ANTLR start "ruleOptionalModalPropertyValue"
- // InternalAadl2Parser.g:5981:1: ruleOptionalModalPropertyValue : ( ( rule__OptionalModalPropertyValue__Group__0 ) ) ;
- public final void ruleOptionalModalPropertyValue() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:5985:2: ( ( ( rule__OptionalModalPropertyValue__Group__0 ) ) )
- // InternalAadl2Parser.g:5986:2: ( ( rule__OptionalModalPropertyValue__Group__0 ) )
- {
- // InternalAadl2Parser.g:5986:2: ( ( rule__OptionalModalPropertyValue__Group__0 ) )
- // InternalAadl2Parser.g:5987:3: ( rule__OptionalModalPropertyValue__Group__0 )
- {
- before(grammarAccess.getOptionalModalPropertyValueAccess().getGroup());
- // InternalAadl2Parser.g:5988:3: ( rule__OptionalModalPropertyValue__Group__0 )
- // InternalAadl2Parser.g:5988:4: rule__OptionalModalPropertyValue__Group__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__OptionalModalPropertyValue__Group__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getOptionalModalPropertyValueAccess().getGroup());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleOptionalModalPropertyValue"
-
-
- // $ANTLR start "entryRulePropertyValue"
- // InternalAadl2Parser.g:5997:1: entryRulePropertyValue : rulePropertyValue EOF ;
- public final void entryRulePropertyValue() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:5998:1: ( rulePropertyValue EOF )
- // InternalAadl2Parser.g:5999:1: rulePropertyValue EOF
- {
- before(grammarAccess.getPropertyValueRule());
- pushFollow(FollowSets000.FOLLOW_1);
- rulePropertyValue();
-
- state._fsp--;
-
- after(grammarAccess.getPropertyValueRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRulePropertyValue"
-
-
- // $ANTLR start "rulePropertyValue"
- // InternalAadl2Parser.g:6006:1: rulePropertyValue : ( ( rule__PropertyValue__OwnedValueAssignment ) ) ;
- public final void rulePropertyValue() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6010:2: ( ( ( rule__PropertyValue__OwnedValueAssignment ) ) )
- // InternalAadl2Parser.g:6011:2: ( ( rule__PropertyValue__OwnedValueAssignment ) )
- {
- // InternalAadl2Parser.g:6011:2: ( ( rule__PropertyValue__OwnedValueAssignment ) )
- // InternalAadl2Parser.g:6012:3: ( rule__PropertyValue__OwnedValueAssignment )
- {
- before(grammarAccess.getPropertyValueAccess().getOwnedValueAssignment());
- // InternalAadl2Parser.g:6013:3: ( rule__PropertyValue__OwnedValueAssignment )
- // InternalAadl2Parser.g:6013:4: rule__PropertyValue__OwnedValueAssignment
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__PropertyValue__OwnedValueAssignment();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getPropertyValueAccess().getOwnedValueAssignment());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rulePropertyValue"
-
-
- // $ANTLR start "entryRulePropertyExpression"
- // InternalAadl2Parser.g:6022:1: entryRulePropertyExpression : rulePropertyExpression EOF ;
- public final void entryRulePropertyExpression() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:6023:1: ( rulePropertyExpression EOF )
- // InternalAadl2Parser.g:6024:1: rulePropertyExpression EOF
- {
- before(grammarAccess.getPropertyExpressionRule());
- pushFollow(FollowSets000.FOLLOW_1);
- rulePropertyExpression();
-
- state._fsp--;
-
- after(grammarAccess.getPropertyExpressionRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRulePropertyExpression"
-
-
- // $ANTLR start "rulePropertyExpression"
- // InternalAadl2Parser.g:6031:1: rulePropertyExpression : ( ( rule__PropertyExpression__Alternatives ) ) ;
- public final void rulePropertyExpression() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6035:2: ( ( ( rule__PropertyExpression__Alternatives ) ) )
- // InternalAadl2Parser.g:6036:2: ( ( rule__PropertyExpression__Alternatives ) )
- {
- // InternalAadl2Parser.g:6036:2: ( ( rule__PropertyExpression__Alternatives ) )
- // InternalAadl2Parser.g:6037:3: ( rule__PropertyExpression__Alternatives )
- {
- before(grammarAccess.getPropertyExpressionAccess().getAlternatives());
- // InternalAadl2Parser.g:6038:3: ( rule__PropertyExpression__Alternatives )
- // InternalAadl2Parser.g:6038:4: rule__PropertyExpression__Alternatives
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__PropertyExpression__Alternatives();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getPropertyExpressionAccess().getAlternatives());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rulePropertyExpression"
-
-
- // $ANTLR start "entryRuleLiteralorReferenceTerm"
- // InternalAadl2Parser.g:6047:1: entryRuleLiteralorReferenceTerm : ruleLiteralorReferenceTerm EOF ;
- public final void entryRuleLiteralorReferenceTerm() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:6048:1: ( ruleLiteralorReferenceTerm EOF )
- // InternalAadl2Parser.g:6049:1: ruleLiteralorReferenceTerm EOF
- {
- before(grammarAccess.getLiteralorReferenceTermRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleLiteralorReferenceTerm();
-
- state._fsp--;
-
- after(grammarAccess.getLiteralorReferenceTermRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleLiteralorReferenceTerm"
-
-
- // $ANTLR start "ruleLiteralorReferenceTerm"
- // InternalAadl2Parser.g:6056:1: ruleLiteralorReferenceTerm : ( ( rule__LiteralorReferenceTerm__NamedValueAssignment ) ) ;
- public final void ruleLiteralorReferenceTerm() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6060:2: ( ( ( rule__LiteralorReferenceTerm__NamedValueAssignment ) ) )
- // InternalAadl2Parser.g:6061:2: ( ( rule__LiteralorReferenceTerm__NamedValueAssignment ) )
- {
- // InternalAadl2Parser.g:6061:2: ( ( rule__LiteralorReferenceTerm__NamedValueAssignment ) )
- // InternalAadl2Parser.g:6062:3: ( rule__LiteralorReferenceTerm__NamedValueAssignment )
- {
- before(grammarAccess.getLiteralorReferenceTermAccess().getNamedValueAssignment());
- // InternalAadl2Parser.g:6063:3: ( rule__LiteralorReferenceTerm__NamedValueAssignment )
- // InternalAadl2Parser.g:6063:4: rule__LiteralorReferenceTerm__NamedValueAssignment
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__LiteralorReferenceTerm__NamedValueAssignment();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getLiteralorReferenceTermAccess().getNamedValueAssignment());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleLiteralorReferenceTerm"
-
-
- // $ANTLR start "entryRuleBooleanLiteral"
- // InternalAadl2Parser.g:6072:1: entryRuleBooleanLiteral : ruleBooleanLiteral EOF ;
- public final void entryRuleBooleanLiteral() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:6073:1: ( ruleBooleanLiteral EOF )
- // InternalAadl2Parser.g:6074:1: ruleBooleanLiteral EOF
- {
- before(grammarAccess.getBooleanLiteralRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleBooleanLiteral();
-
- state._fsp--;
-
- after(grammarAccess.getBooleanLiteralRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleBooleanLiteral"
-
-
- // $ANTLR start "ruleBooleanLiteral"
- // InternalAadl2Parser.g:6081:1: ruleBooleanLiteral : ( ( rule__BooleanLiteral__Group__0 ) ) ;
- public final void ruleBooleanLiteral() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6085:2: ( ( ( rule__BooleanLiteral__Group__0 ) ) )
- // InternalAadl2Parser.g:6086:2: ( ( rule__BooleanLiteral__Group__0 ) )
- {
- // InternalAadl2Parser.g:6086:2: ( ( rule__BooleanLiteral__Group__0 ) )
- // InternalAadl2Parser.g:6087:3: ( rule__BooleanLiteral__Group__0 )
- {
- before(grammarAccess.getBooleanLiteralAccess().getGroup());
- // InternalAadl2Parser.g:6088:3: ( rule__BooleanLiteral__Group__0 )
- // InternalAadl2Parser.g:6088:4: rule__BooleanLiteral__Group__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__BooleanLiteral__Group__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getBooleanLiteralAccess().getGroup());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleBooleanLiteral"
-
-
- // $ANTLR start "entryRuleConstantValue"
- // InternalAadl2Parser.g:6097:1: entryRuleConstantValue : ruleConstantValue EOF ;
- public final void entryRuleConstantValue() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:6098:1: ( ruleConstantValue EOF )
- // InternalAadl2Parser.g:6099:1: ruleConstantValue EOF
- {
- before(grammarAccess.getConstantValueRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleConstantValue();
-
- state._fsp--;
-
- after(grammarAccess.getConstantValueRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleConstantValue"
-
-
- // $ANTLR start "ruleConstantValue"
- // InternalAadl2Parser.g:6106:1: ruleConstantValue : ( ( rule__ConstantValue__NamedValueAssignment ) ) ;
- public final void ruleConstantValue() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6110:2: ( ( ( rule__ConstantValue__NamedValueAssignment ) ) )
- // InternalAadl2Parser.g:6111:2: ( ( rule__ConstantValue__NamedValueAssignment ) )
- {
- // InternalAadl2Parser.g:6111:2: ( ( rule__ConstantValue__NamedValueAssignment ) )
- // InternalAadl2Parser.g:6112:3: ( rule__ConstantValue__NamedValueAssignment )
- {
- before(grammarAccess.getConstantValueAccess().getNamedValueAssignment());
- // InternalAadl2Parser.g:6113:3: ( rule__ConstantValue__NamedValueAssignment )
- // InternalAadl2Parser.g:6113:4: rule__ConstantValue__NamedValueAssignment
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__ConstantValue__NamedValueAssignment();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getConstantValueAccess().getNamedValueAssignment());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleConstantValue"
-
-
- // $ANTLR start "entryRuleReferenceTerm"
- // InternalAadl2Parser.g:6122:1: entryRuleReferenceTerm : ruleReferenceTerm EOF ;
- public final void entryRuleReferenceTerm() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:6123:1: ( ruleReferenceTerm EOF )
- // InternalAadl2Parser.g:6124:1: ruleReferenceTerm EOF
- {
- before(grammarAccess.getReferenceTermRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleReferenceTerm();
-
- state._fsp--;
-
- after(grammarAccess.getReferenceTermRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleReferenceTerm"
-
-
- // $ANTLR start "ruleReferenceTerm"
- // InternalAadl2Parser.g:6131:1: ruleReferenceTerm : ( ( rule__ReferenceTerm__Group__0 ) ) ;
- public final void ruleReferenceTerm() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6135:2: ( ( ( rule__ReferenceTerm__Group__0 ) ) )
- // InternalAadl2Parser.g:6136:2: ( ( rule__ReferenceTerm__Group__0 ) )
- {
- // InternalAadl2Parser.g:6136:2: ( ( rule__ReferenceTerm__Group__0 ) )
- // InternalAadl2Parser.g:6137:3: ( rule__ReferenceTerm__Group__0 )
- {
- before(grammarAccess.getReferenceTermAccess().getGroup());
- // InternalAadl2Parser.g:6138:3: ( rule__ReferenceTerm__Group__0 )
- // InternalAadl2Parser.g:6138:4: rule__ReferenceTerm__Group__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__ReferenceTerm__Group__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getReferenceTermAccess().getGroup());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleReferenceTerm"
-
-
- // $ANTLR start "entryRuleRecordTerm"
- // InternalAadl2Parser.g:6147:1: entryRuleRecordTerm : ruleRecordTerm EOF ;
- public final void entryRuleRecordTerm() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:6148:1: ( ruleRecordTerm EOF )
- // InternalAadl2Parser.g:6149:1: ruleRecordTerm EOF
- {
- before(grammarAccess.getRecordTermRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleRecordTerm();
-
- state._fsp--;
-
- after(grammarAccess.getRecordTermRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleRecordTerm"
-
-
- // $ANTLR start "ruleRecordTerm"
- // InternalAadl2Parser.g:6156:1: ruleRecordTerm : ( ( rule__RecordTerm__Group__0 ) ) ;
- public final void ruleRecordTerm() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6160:2: ( ( ( rule__RecordTerm__Group__0 ) ) )
- // InternalAadl2Parser.g:6161:2: ( ( rule__RecordTerm__Group__0 ) )
- {
- // InternalAadl2Parser.g:6161:2: ( ( rule__RecordTerm__Group__0 ) )
- // InternalAadl2Parser.g:6162:3: ( rule__RecordTerm__Group__0 )
- {
- before(grammarAccess.getRecordTermAccess().getGroup());
- // InternalAadl2Parser.g:6163:3: ( rule__RecordTerm__Group__0 )
- // InternalAadl2Parser.g:6163:4: rule__RecordTerm__Group__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__RecordTerm__Group__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getRecordTermAccess().getGroup());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleRecordTerm"
-
-
- // $ANTLR start "entryRuleComputedTerm"
- // InternalAadl2Parser.g:6172:1: entryRuleComputedTerm : ruleComputedTerm EOF ;
- public final void entryRuleComputedTerm() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:6173:1: ( ruleComputedTerm EOF )
- // InternalAadl2Parser.g:6174:1: ruleComputedTerm EOF
- {
- before(grammarAccess.getComputedTermRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleComputedTerm();
-
- state._fsp--;
-
- after(grammarAccess.getComputedTermRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleComputedTerm"
-
-
- // $ANTLR start "ruleComputedTerm"
- // InternalAadl2Parser.g:6181:1: ruleComputedTerm : ( ( rule__ComputedTerm__Group__0 ) ) ;
- public final void ruleComputedTerm() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6185:2: ( ( ( rule__ComputedTerm__Group__0 ) ) )
- // InternalAadl2Parser.g:6186:2: ( ( rule__ComputedTerm__Group__0 ) )
- {
- // InternalAadl2Parser.g:6186:2: ( ( rule__ComputedTerm__Group__0 ) )
- // InternalAadl2Parser.g:6187:3: ( rule__ComputedTerm__Group__0 )
- {
- before(grammarAccess.getComputedTermAccess().getGroup());
- // InternalAadl2Parser.g:6188:3: ( rule__ComputedTerm__Group__0 )
- // InternalAadl2Parser.g:6188:4: rule__ComputedTerm__Group__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__ComputedTerm__Group__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getComputedTermAccess().getGroup());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleComputedTerm"
-
-
- // $ANTLR start "entryRuleComponentClassifierTerm"
- // InternalAadl2Parser.g:6197:1: entryRuleComponentClassifierTerm : ruleComponentClassifierTerm EOF ;
- public final void entryRuleComponentClassifierTerm() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:6198:1: ( ruleComponentClassifierTerm EOF )
- // InternalAadl2Parser.g:6199:1: ruleComponentClassifierTerm EOF
- {
- before(grammarAccess.getComponentClassifierTermRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleComponentClassifierTerm();
-
- state._fsp--;
-
- after(grammarAccess.getComponentClassifierTermRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleComponentClassifierTerm"
-
-
- // $ANTLR start "ruleComponentClassifierTerm"
- // InternalAadl2Parser.g:6206:1: ruleComponentClassifierTerm : ( ( rule__ComponentClassifierTerm__Group__0 ) ) ;
- public final void ruleComponentClassifierTerm() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6210:2: ( ( ( rule__ComponentClassifierTerm__Group__0 ) ) )
- // InternalAadl2Parser.g:6211:2: ( ( rule__ComponentClassifierTerm__Group__0 ) )
- {
- // InternalAadl2Parser.g:6211:2: ( ( rule__ComponentClassifierTerm__Group__0 ) )
- // InternalAadl2Parser.g:6212:3: ( rule__ComponentClassifierTerm__Group__0 )
- {
- before(grammarAccess.getComponentClassifierTermAccess().getGroup());
- // InternalAadl2Parser.g:6213:3: ( rule__ComponentClassifierTerm__Group__0 )
- // InternalAadl2Parser.g:6213:4: rule__ComponentClassifierTerm__Group__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__ComponentClassifierTerm__Group__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getComponentClassifierTermAccess().getGroup());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleComponentClassifierTerm"
-
-
- // $ANTLR start "entryRuleListTerm"
- // InternalAadl2Parser.g:6222:1: entryRuleListTerm : ruleListTerm EOF ;
- public final void entryRuleListTerm() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:6223:1: ( ruleListTerm EOF )
- // InternalAadl2Parser.g:6224:1: ruleListTerm EOF
- {
- before(grammarAccess.getListTermRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleListTerm();
-
- state._fsp--;
-
- after(grammarAccess.getListTermRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleListTerm"
-
-
- // $ANTLR start "ruleListTerm"
- // InternalAadl2Parser.g:6231:1: ruleListTerm : ( ( rule__ListTerm__Group__0 ) ) ;
- public final void ruleListTerm() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6235:2: ( ( ( rule__ListTerm__Group__0 ) ) )
- // InternalAadl2Parser.g:6236:2: ( ( rule__ListTerm__Group__0 ) )
- {
- // InternalAadl2Parser.g:6236:2: ( ( rule__ListTerm__Group__0 ) )
- // InternalAadl2Parser.g:6237:3: ( rule__ListTerm__Group__0 )
- {
- before(grammarAccess.getListTermAccess().getGroup());
- // InternalAadl2Parser.g:6238:3: ( rule__ListTerm__Group__0 )
- // InternalAadl2Parser.g:6238:4: rule__ListTerm__Group__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__ListTerm__Group__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getListTermAccess().getGroup());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleListTerm"
-
-
- // $ANTLR start "entryRuleFieldPropertyAssociation"
- // InternalAadl2Parser.g:6247:1: entryRuleFieldPropertyAssociation : ruleFieldPropertyAssociation EOF ;
- public final void entryRuleFieldPropertyAssociation() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:6248:1: ( ruleFieldPropertyAssociation EOF )
- // InternalAadl2Parser.g:6249:1: ruleFieldPropertyAssociation EOF
- {
- before(grammarAccess.getFieldPropertyAssociationRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleFieldPropertyAssociation();
-
- state._fsp--;
-
- after(grammarAccess.getFieldPropertyAssociationRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleFieldPropertyAssociation"
-
-
- // $ANTLR start "ruleFieldPropertyAssociation"
- // InternalAadl2Parser.g:6256:1: ruleFieldPropertyAssociation : ( ( rule__FieldPropertyAssociation__Group__0 ) ) ;
- public final void ruleFieldPropertyAssociation() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6260:2: ( ( ( rule__FieldPropertyAssociation__Group__0 ) ) )
- // InternalAadl2Parser.g:6261:2: ( ( rule__FieldPropertyAssociation__Group__0 ) )
- {
- // InternalAadl2Parser.g:6261:2: ( ( rule__FieldPropertyAssociation__Group__0 ) )
- // InternalAadl2Parser.g:6262:3: ( rule__FieldPropertyAssociation__Group__0 )
- {
- before(grammarAccess.getFieldPropertyAssociationAccess().getGroup());
- // InternalAadl2Parser.g:6263:3: ( rule__FieldPropertyAssociation__Group__0 )
- // InternalAadl2Parser.g:6263:4: rule__FieldPropertyAssociation__Group__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__FieldPropertyAssociation__Group__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getFieldPropertyAssociationAccess().getGroup());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleFieldPropertyAssociation"
-
-
- // $ANTLR start "entryRuleContainmentPathElement"
- // InternalAadl2Parser.g:6272:1: entryRuleContainmentPathElement : ruleContainmentPathElement EOF ;
- public final void entryRuleContainmentPathElement() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:6273:1: ( ruleContainmentPathElement EOF )
- // InternalAadl2Parser.g:6274:1: ruleContainmentPathElement EOF
- {
- before(grammarAccess.getContainmentPathElementRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleContainmentPathElement();
-
- state._fsp--;
-
- after(grammarAccess.getContainmentPathElementRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleContainmentPathElement"
-
-
- // $ANTLR start "ruleContainmentPathElement"
- // InternalAadl2Parser.g:6281:1: ruleContainmentPathElement : ( ( rule__ContainmentPathElement__Group__0 ) ) ;
- public final void ruleContainmentPathElement() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6285:2: ( ( ( rule__ContainmentPathElement__Group__0 ) ) )
- // InternalAadl2Parser.g:6286:2: ( ( rule__ContainmentPathElement__Group__0 ) )
- {
- // InternalAadl2Parser.g:6286:2: ( ( rule__ContainmentPathElement__Group__0 ) )
- // InternalAadl2Parser.g:6287:3: ( rule__ContainmentPathElement__Group__0 )
- {
- before(grammarAccess.getContainmentPathElementAccess().getGroup());
- // InternalAadl2Parser.g:6288:3: ( rule__ContainmentPathElement__Group__0 )
- // InternalAadl2Parser.g:6288:4: rule__ContainmentPathElement__Group__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__ContainmentPathElement__Group__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getContainmentPathElementAccess().getGroup());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleContainmentPathElement"
-
-
- // $ANTLR start "entryRulePlusMinus"
- // InternalAadl2Parser.g:6297:1: entryRulePlusMinus : rulePlusMinus EOF ;
- public final void entryRulePlusMinus() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:6298:1: ( rulePlusMinus EOF )
- // InternalAadl2Parser.g:6299:1: rulePlusMinus EOF
- {
- before(grammarAccess.getPlusMinusRule());
- pushFollow(FollowSets000.FOLLOW_1);
- rulePlusMinus();
-
- state._fsp--;
-
- after(grammarAccess.getPlusMinusRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRulePlusMinus"
-
-
- // $ANTLR start "rulePlusMinus"
- // InternalAadl2Parser.g:6306:1: rulePlusMinus : ( ( rule__PlusMinus__Alternatives ) ) ;
- public final void rulePlusMinus() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6310:2: ( ( ( rule__PlusMinus__Alternatives ) ) )
- // InternalAadl2Parser.g:6311:2: ( ( rule__PlusMinus__Alternatives ) )
- {
- // InternalAadl2Parser.g:6311:2: ( ( rule__PlusMinus__Alternatives ) )
- // InternalAadl2Parser.g:6312:3: ( rule__PlusMinus__Alternatives )
- {
- before(grammarAccess.getPlusMinusAccess().getAlternatives());
- // InternalAadl2Parser.g:6313:3: ( rule__PlusMinus__Alternatives )
- // InternalAadl2Parser.g:6313:4: rule__PlusMinus__Alternatives
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__PlusMinus__Alternatives();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getPlusMinusAccess().getAlternatives());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rulePlusMinus"
-
-
- // $ANTLR start "entryRuleStringTerm"
- // InternalAadl2Parser.g:6322:1: entryRuleStringTerm : ruleStringTerm EOF ;
- public final void entryRuleStringTerm() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:6323:1: ( ruleStringTerm EOF )
- // InternalAadl2Parser.g:6324:1: ruleStringTerm EOF
- {
- before(grammarAccess.getStringTermRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleStringTerm();
-
- state._fsp--;
-
- after(grammarAccess.getStringTermRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleStringTerm"
-
-
- // $ANTLR start "ruleStringTerm"
- // InternalAadl2Parser.g:6331:1: ruleStringTerm : ( ( rule__StringTerm__ValueAssignment ) ) ;
- public final void ruleStringTerm() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6335:2: ( ( ( rule__StringTerm__ValueAssignment ) ) )
- // InternalAadl2Parser.g:6336:2: ( ( rule__StringTerm__ValueAssignment ) )
- {
- // InternalAadl2Parser.g:6336:2: ( ( rule__StringTerm__ValueAssignment ) )
- // InternalAadl2Parser.g:6337:3: ( rule__StringTerm__ValueAssignment )
- {
- before(grammarAccess.getStringTermAccess().getValueAssignment());
- // InternalAadl2Parser.g:6338:3: ( rule__StringTerm__ValueAssignment )
- // InternalAadl2Parser.g:6338:4: rule__StringTerm__ValueAssignment
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__StringTerm__ValueAssignment();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getStringTermAccess().getValueAssignment());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleStringTerm"
-
-
- // $ANTLR start "entryRuleNoQuoteString"
- // InternalAadl2Parser.g:6347:1: entryRuleNoQuoteString : ruleNoQuoteString EOF ;
- public final void entryRuleNoQuoteString() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:6348:1: ( ruleNoQuoteString EOF )
- // InternalAadl2Parser.g:6349:1: ruleNoQuoteString EOF
- {
- before(grammarAccess.getNoQuoteStringRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleNoQuoteString();
-
- state._fsp--;
-
- after(grammarAccess.getNoQuoteStringRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleNoQuoteString"
-
-
- // $ANTLR start "ruleNoQuoteString"
- // InternalAadl2Parser.g:6356:1: ruleNoQuoteString : ( RULE_STRING ) ;
- public final void ruleNoQuoteString() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6360:2: ( ( RULE_STRING ) )
- // InternalAadl2Parser.g:6361:2: ( RULE_STRING )
- {
- // InternalAadl2Parser.g:6361:2: ( RULE_STRING )
- // InternalAadl2Parser.g:6362:3: RULE_STRING
- {
- before(grammarAccess.getNoQuoteStringAccess().getSTRINGTerminalRuleCall());
- match(input,RULE_STRING,FollowSets000.FOLLOW_2);
- after(grammarAccess.getNoQuoteStringAccess().getSTRINGTerminalRuleCall());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleNoQuoteString"
-
-
- // $ANTLR start "entryRuleArrayRange"
- // InternalAadl2Parser.g:6372:1: entryRuleArrayRange : ruleArrayRange EOF ;
- public final void entryRuleArrayRange() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:6373:1: ( ruleArrayRange EOF )
- // InternalAadl2Parser.g:6374:1: ruleArrayRange EOF
- {
- before(grammarAccess.getArrayRangeRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleArrayRange();
-
- state._fsp--;
-
- after(grammarAccess.getArrayRangeRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleArrayRange"
-
-
- // $ANTLR start "ruleArrayRange"
- // InternalAadl2Parser.g:6381:1: ruleArrayRange : ( ( rule__ArrayRange__Group__0 ) ) ;
- public final void ruleArrayRange() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6385:2: ( ( ( rule__ArrayRange__Group__0 ) ) )
- // InternalAadl2Parser.g:6386:2: ( ( rule__ArrayRange__Group__0 ) )
- {
- // InternalAadl2Parser.g:6386:2: ( ( rule__ArrayRange__Group__0 ) )
- // InternalAadl2Parser.g:6387:3: ( rule__ArrayRange__Group__0 )
- {
- before(grammarAccess.getArrayRangeAccess().getGroup());
- // InternalAadl2Parser.g:6388:3: ( rule__ArrayRange__Group__0 )
- // InternalAadl2Parser.g:6388:4: rule__ArrayRange__Group__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__ArrayRange__Group__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getArrayRangeAccess().getGroup());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleArrayRange"
-
-
- // $ANTLR start "entryRuleSignedConstant"
- // InternalAadl2Parser.g:6397:1: entryRuleSignedConstant : ruleSignedConstant EOF ;
- public final void entryRuleSignedConstant() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:6398:1: ( ruleSignedConstant EOF )
- // InternalAadl2Parser.g:6399:1: ruleSignedConstant EOF
- {
- before(grammarAccess.getSignedConstantRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleSignedConstant();
-
- state._fsp--;
-
- after(grammarAccess.getSignedConstantRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleSignedConstant"
-
-
- // $ANTLR start "ruleSignedConstant"
- // InternalAadl2Parser.g:6406:1: ruleSignedConstant : ( ( rule__SignedConstant__Group__0 ) ) ;
- public final void ruleSignedConstant() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6410:2: ( ( ( rule__SignedConstant__Group__0 ) ) )
- // InternalAadl2Parser.g:6411:2: ( ( rule__SignedConstant__Group__0 ) )
- {
- // InternalAadl2Parser.g:6411:2: ( ( rule__SignedConstant__Group__0 ) )
- // InternalAadl2Parser.g:6412:3: ( rule__SignedConstant__Group__0 )
- {
- before(grammarAccess.getSignedConstantAccess().getGroup());
- // InternalAadl2Parser.g:6413:3: ( rule__SignedConstant__Group__0 )
- // InternalAadl2Parser.g:6413:4: rule__SignedConstant__Group__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__SignedConstant__Group__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getSignedConstantAccess().getGroup());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleSignedConstant"
-
-
- // $ANTLR start "entryRuleIntegerTerm"
- // InternalAadl2Parser.g:6422:1: entryRuleIntegerTerm : ruleIntegerTerm EOF ;
- public final void entryRuleIntegerTerm() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:6423:1: ( ruleIntegerTerm EOF )
- // InternalAadl2Parser.g:6424:1: ruleIntegerTerm EOF
- {
- before(grammarAccess.getIntegerTermRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleIntegerTerm();
-
- state._fsp--;
-
- after(grammarAccess.getIntegerTermRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleIntegerTerm"
-
-
- // $ANTLR start "ruleIntegerTerm"
- // InternalAadl2Parser.g:6431:1: ruleIntegerTerm : ( ( rule__IntegerTerm__Group__0 ) ) ;
- public final void ruleIntegerTerm() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6435:2: ( ( ( rule__IntegerTerm__Group__0 ) ) )
- // InternalAadl2Parser.g:6436:2: ( ( rule__IntegerTerm__Group__0 ) )
- {
- // InternalAadl2Parser.g:6436:2: ( ( rule__IntegerTerm__Group__0 ) )
- // InternalAadl2Parser.g:6437:3: ( rule__IntegerTerm__Group__0 )
- {
- before(grammarAccess.getIntegerTermAccess().getGroup());
- // InternalAadl2Parser.g:6438:3: ( rule__IntegerTerm__Group__0 )
- // InternalAadl2Parser.g:6438:4: rule__IntegerTerm__Group__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__IntegerTerm__Group__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getIntegerTermAccess().getGroup());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleIntegerTerm"
-
-
- // $ANTLR start "entryRuleSignedInt"
- // InternalAadl2Parser.g:6447:1: entryRuleSignedInt : ruleSignedInt EOF ;
- public final void entryRuleSignedInt() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:6448:1: ( ruleSignedInt EOF )
- // InternalAadl2Parser.g:6449:1: ruleSignedInt EOF
- {
- before(grammarAccess.getSignedIntRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleSignedInt();
-
- state._fsp--;
-
- after(grammarAccess.getSignedIntRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleSignedInt"
-
-
- // $ANTLR start "ruleSignedInt"
- // InternalAadl2Parser.g:6456:1: ruleSignedInt : ( ( rule__SignedInt__Group__0 ) ) ;
- public final void ruleSignedInt() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6460:2: ( ( ( rule__SignedInt__Group__0 ) ) )
- // InternalAadl2Parser.g:6461:2: ( ( rule__SignedInt__Group__0 ) )
- {
- // InternalAadl2Parser.g:6461:2: ( ( rule__SignedInt__Group__0 ) )
- // InternalAadl2Parser.g:6462:3: ( rule__SignedInt__Group__0 )
- {
- before(grammarAccess.getSignedIntAccess().getGroup());
- // InternalAadl2Parser.g:6463:3: ( rule__SignedInt__Group__0 )
- // InternalAadl2Parser.g:6463:4: rule__SignedInt__Group__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__SignedInt__Group__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getSignedIntAccess().getGroup());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleSignedInt"
-
-
- // $ANTLR start "entryRuleRealTerm"
- // InternalAadl2Parser.g:6472:1: entryRuleRealTerm : ruleRealTerm EOF ;
- public final void entryRuleRealTerm() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:6473:1: ( ruleRealTerm EOF )
- // InternalAadl2Parser.g:6474:1: ruleRealTerm EOF
- {
- before(grammarAccess.getRealTermRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleRealTerm();
-
- state._fsp--;
-
- after(grammarAccess.getRealTermRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleRealTerm"
-
-
- // $ANTLR start "ruleRealTerm"
- // InternalAadl2Parser.g:6481:1: ruleRealTerm : ( ( rule__RealTerm__Group__0 ) ) ;
- public final void ruleRealTerm() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6485:2: ( ( ( rule__RealTerm__Group__0 ) ) )
- // InternalAadl2Parser.g:6486:2: ( ( rule__RealTerm__Group__0 ) )
- {
- // InternalAadl2Parser.g:6486:2: ( ( rule__RealTerm__Group__0 ) )
- // InternalAadl2Parser.g:6487:3: ( rule__RealTerm__Group__0 )
- {
- before(grammarAccess.getRealTermAccess().getGroup());
- // InternalAadl2Parser.g:6488:3: ( rule__RealTerm__Group__0 )
- // InternalAadl2Parser.g:6488:4: rule__RealTerm__Group__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__RealTerm__Group__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getRealTermAccess().getGroup());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleRealTerm"
-
-
- // $ANTLR start "entryRuleSignedReal"
- // InternalAadl2Parser.g:6497:1: entryRuleSignedReal : ruleSignedReal EOF ;
- public final void entryRuleSignedReal() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:6498:1: ( ruleSignedReal EOF )
- // InternalAadl2Parser.g:6499:1: ruleSignedReal EOF
- {
- before(grammarAccess.getSignedRealRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleSignedReal();
-
- state._fsp--;
-
- after(grammarAccess.getSignedRealRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleSignedReal"
-
-
- // $ANTLR start "ruleSignedReal"
- // InternalAadl2Parser.g:6506:1: ruleSignedReal : ( ( rule__SignedReal__Group__0 ) ) ;
- public final void ruleSignedReal() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6510:2: ( ( ( rule__SignedReal__Group__0 ) ) )
- // InternalAadl2Parser.g:6511:2: ( ( rule__SignedReal__Group__0 ) )
- {
- // InternalAadl2Parser.g:6511:2: ( ( rule__SignedReal__Group__0 ) )
- // InternalAadl2Parser.g:6512:3: ( rule__SignedReal__Group__0 )
- {
- before(grammarAccess.getSignedRealAccess().getGroup());
- // InternalAadl2Parser.g:6513:3: ( rule__SignedReal__Group__0 )
- // InternalAadl2Parser.g:6513:4: rule__SignedReal__Group__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__SignedReal__Group__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getSignedRealAccess().getGroup());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleSignedReal"
-
-
- // $ANTLR start "entryRuleNumericRangeTerm"
- // InternalAadl2Parser.g:6522:1: entryRuleNumericRangeTerm : ruleNumericRangeTerm EOF ;
- public final void entryRuleNumericRangeTerm() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:6523:1: ( ruleNumericRangeTerm EOF )
- // InternalAadl2Parser.g:6524:1: ruleNumericRangeTerm EOF
- {
- before(grammarAccess.getNumericRangeTermRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleNumericRangeTerm();
-
- state._fsp--;
-
- after(grammarAccess.getNumericRangeTermRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleNumericRangeTerm"
-
-
- // $ANTLR start "ruleNumericRangeTerm"
- // InternalAadl2Parser.g:6531:1: ruleNumericRangeTerm : ( ( rule__NumericRangeTerm__Group__0 ) ) ;
- public final void ruleNumericRangeTerm() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6535:2: ( ( ( rule__NumericRangeTerm__Group__0 ) ) )
- // InternalAadl2Parser.g:6536:2: ( ( rule__NumericRangeTerm__Group__0 ) )
- {
- // InternalAadl2Parser.g:6536:2: ( ( rule__NumericRangeTerm__Group__0 ) )
- // InternalAadl2Parser.g:6537:3: ( rule__NumericRangeTerm__Group__0 )
- {
- before(grammarAccess.getNumericRangeTermAccess().getGroup());
- // InternalAadl2Parser.g:6538:3: ( rule__NumericRangeTerm__Group__0 )
- // InternalAadl2Parser.g:6538:4: rule__NumericRangeTerm__Group__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__NumericRangeTerm__Group__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getNumericRangeTermAccess().getGroup());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleNumericRangeTerm"
-
-
- // $ANTLR start "entryRuleNumAlt"
- // InternalAadl2Parser.g:6547:1: entryRuleNumAlt : ruleNumAlt EOF ;
- public final void entryRuleNumAlt() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:6548:1: ( ruleNumAlt EOF )
- // InternalAadl2Parser.g:6549:1: ruleNumAlt EOF
- {
- before(grammarAccess.getNumAltRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleNumAlt();
-
- state._fsp--;
-
- after(grammarAccess.getNumAltRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleNumAlt"
-
-
- // $ANTLR start "ruleNumAlt"
- // InternalAadl2Parser.g:6556:1: ruleNumAlt : ( ( rule__NumAlt__Alternatives ) ) ;
- public final void ruleNumAlt() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6560:2: ( ( ( rule__NumAlt__Alternatives ) ) )
- // InternalAadl2Parser.g:6561:2: ( ( rule__NumAlt__Alternatives ) )
- {
- // InternalAadl2Parser.g:6561:2: ( ( rule__NumAlt__Alternatives ) )
- // InternalAadl2Parser.g:6562:3: ( rule__NumAlt__Alternatives )
- {
- before(grammarAccess.getNumAltAccess().getAlternatives());
- // InternalAadl2Parser.g:6563:3: ( rule__NumAlt__Alternatives )
- // InternalAadl2Parser.g:6563:4: rule__NumAlt__Alternatives
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__NumAlt__Alternatives();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getNumAltAccess().getAlternatives());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleNumAlt"
-
-
- // $ANTLR start "entryRuleAppliesToKeywords"
- // InternalAadl2Parser.g:6572:1: entryRuleAppliesToKeywords : ruleAppliesToKeywords EOF ;
- public final void entryRuleAppliesToKeywords() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:6573:1: ( ruleAppliesToKeywords EOF )
- // InternalAadl2Parser.g:6574:1: ruleAppliesToKeywords EOF
- {
- before(grammarAccess.getAppliesToKeywordsRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleAppliesToKeywords();
-
- state._fsp--;
-
- after(grammarAccess.getAppliesToKeywordsRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleAppliesToKeywords"
-
-
- // $ANTLR start "ruleAppliesToKeywords"
- // InternalAadl2Parser.g:6581:1: ruleAppliesToKeywords : ( ( rule__AppliesToKeywords__Group__0 ) ) ;
- public final void ruleAppliesToKeywords() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6585:2: ( ( ( rule__AppliesToKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:6586:2: ( ( rule__AppliesToKeywords__Group__0 ) )
- {
- // InternalAadl2Parser.g:6586:2: ( ( rule__AppliesToKeywords__Group__0 ) )
- // InternalAadl2Parser.g:6587:3: ( rule__AppliesToKeywords__Group__0 )
- {
- before(grammarAccess.getAppliesToKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:6588:3: ( rule__AppliesToKeywords__Group__0 )
- // InternalAadl2Parser.g:6588:4: rule__AppliesToKeywords__Group__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__AppliesToKeywords__Group__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getAppliesToKeywordsAccess().getGroup());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleAppliesToKeywords"
-
-
- // $ANTLR start "entryRuleInBindingKeywords"
- // InternalAadl2Parser.g:6597:1: entryRuleInBindingKeywords : ruleInBindingKeywords EOF ;
- public final void entryRuleInBindingKeywords() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:6598:1: ( ruleInBindingKeywords EOF )
- // InternalAadl2Parser.g:6599:1: ruleInBindingKeywords EOF
- {
- before(grammarAccess.getInBindingKeywordsRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleInBindingKeywords();
-
- state._fsp--;
-
- after(grammarAccess.getInBindingKeywordsRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleInBindingKeywords"
-
-
- // $ANTLR start "ruleInBindingKeywords"
- // InternalAadl2Parser.g:6606:1: ruleInBindingKeywords : ( ( rule__InBindingKeywords__Group__0 ) ) ;
- public final void ruleInBindingKeywords() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6610:2: ( ( ( rule__InBindingKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:6611:2: ( ( rule__InBindingKeywords__Group__0 ) )
- {
- // InternalAadl2Parser.g:6611:2: ( ( rule__InBindingKeywords__Group__0 ) )
- // InternalAadl2Parser.g:6612:3: ( rule__InBindingKeywords__Group__0 )
- {
- before(grammarAccess.getInBindingKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:6613:3: ( rule__InBindingKeywords__Group__0 )
- // InternalAadl2Parser.g:6613:4: rule__InBindingKeywords__Group__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__InBindingKeywords__Group__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getInBindingKeywordsAccess().getGroup());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleInBindingKeywords"
-
-
- // $ANTLR start "entryRuleInModesKeywords"
- // InternalAadl2Parser.g:6622:1: entryRuleInModesKeywords : ruleInModesKeywords EOF ;
- public final void entryRuleInModesKeywords() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:6623:1: ( ruleInModesKeywords EOF )
- // InternalAadl2Parser.g:6624:1: ruleInModesKeywords EOF
- {
- before(grammarAccess.getInModesKeywordsRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleInModesKeywords();
-
- state._fsp--;
-
- after(grammarAccess.getInModesKeywordsRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleInModesKeywords"
-
-
- // $ANTLR start "ruleInModesKeywords"
- // InternalAadl2Parser.g:6631:1: ruleInModesKeywords : ( ( rule__InModesKeywords__Group__0 ) ) ;
- public final void ruleInModesKeywords() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6635:2: ( ( ( rule__InModesKeywords__Group__0 ) ) )
- // InternalAadl2Parser.g:6636:2: ( ( rule__InModesKeywords__Group__0 ) )
- {
- // InternalAadl2Parser.g:6636:2: ( ( rule__InModesKeywords__Group__0 ) )
- // InternalAadl2Parser.g:6637:3: ( rule__InModesKeywords__Group__0 )
- {
- before(grammarAccess.getInModesKeywordsAccess().getGroup());
- // InternalAadl2Parser.g:6638:3: ( rule__InModesKeywords__Group__0 )
- // InternalAadl2Parser.g:6638:4: rule__InModesKeywords__Group__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__InModesKeywords__Group__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getInModesKeywordsAccess().getGroup());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleInModesKeywords"
-
-
- // $ANTLR start "entryRuleINTVALUE"
- // InternalAadl2Parser.g:6647:1: entryRuleINTVALUE : ruleINTVALUE EOF ;
- public final void entryRuleINTVALUE() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:6648:1: ( ruleINTVALUE EOF )
- // InternalAadl2Parser.g:6649:1: ruleINTVALUE EOF
- {
- before(grammarAccess.getINTVALUERule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleINTVALUE();
-
- state._fsp--;
-
- after(grammarAccess.getINTVALUERule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleINTVALUE"
-
-
- // $ANTLR start "ruleINTVALUE"
- // InternalAadl2Parser.g:6656:1: ruleINTVALUE : ( RULE_INTEGER_LIT ) ;
- public final void ruleINTVALUE() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6660:2: ( ( RULE_INTEGER_LIT ) )
- // InternalAadl2Parser.g:6661:2: ( RULE_INTEGER_LIT )
- {
- // InternalAadl2Parser.g:6661:2: ( RULE_INTEGER_LIT )
- // InternalAadl2Parser.g:6662:3: RULE_INTEGER_LIT
- {
- before(grammarAccess.getINTVALUEAccess().getINTEGER_LITTerminalRuleCall());
- match(input,RULE_INTEGER_LIT,FollowSets000.FOLLOW_2);
- after(grammarAccess.getINTVALUEAccess().getINTEGER_LITTerminalRuleCall());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleINTVALUE"
-
-
- // $ANTLR start "entryRuleQPREF"
- // InternalAadl2Parser.g:6672:1: entryRuleQPREF : ruleQPREF EOF ;
- public final void entryRuleQPREF() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:6673:1: ( ruleQPREF EOF )
- // InternalAadl2Parser.g:6674:1: ruleQPREF EOF
- {
- before(grammarAccess.getQPREFRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleQPREF();
-
- state._fsp--;
-
- after(grammarAccess.getQPREFRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleQPREF"
-
-
- // $ANTLR start "ruleQPREF"
- // InternalAadl2Parser.g:6681:1: ruleQPREF : ( ( rule__QPREF__Group__0 ) ) ;
- public final void ruleQPREF() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6685:2: ( ( ( rule__QPREF__Group__0 ) ) )
- // InternalAadl2Parser.g:6686:2: ( ( rule__QPREF__Group__0 ) )
- {
- // InternalAadl2Parser.g:6686:2: ( ( rule__QPREF__Group__0 ) )
- // InternalAadl2Parser.g:6687:3: ( rule__QPREF__Group__0 )
- {
- before(grammarAccess.getQPREFAccess().getGroup());
- // InternalAadl2Parser.g:6688:3: ( rule__QPREF__Group__0 )
- // InternalAadl2Parser.g:6688:4: rule__QPREF__Group__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__QPREF__Group__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getQPREFAccess().getGroup());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleQPREF"
-
-
- // $ANTLR start "entryRuleQCREF"
- // InternalAadl2Parser.g:6697:1: entryRuleQCREF : ruleQCREF EOF ;
- public final void entryRuleQCREF() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:6698:1: ( ruleQCREF EOF )
- // InternalAadl2Parser.g:6699:1: ruleQCREF EOF
- {
- before(grammarAccess.getQCREFRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleQCREF();
-
- state._fsp--;
-
- after(grammarAccess.getQCREFRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleQCREF"
-
-
- // $ANTLR start "ruleQCREF"
- // InternalAadl2Parser.g:6706:1: ruleQCREF : ( ( rule__QCREF__Group__0 ) ) ;
- public final void ruleQCREF() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6710:2: ( ( ( rule__QCREF__Group__0 ) ) )
- // InternalAadl2Parser.g:6711:2: ( ( rule__QCREF__Group__0 ) )
- {
- // InternalAadl2Parser.g:6711:2: ( ( rule__QCREF__Group__0 ) )
- // InternalAadl2Parser.g:6712:3: ( rule__QCREF__Group__0 )
- {
- before(grammarAccess.getQCREFAccess().getGroup());
- // InternalAadl2Parser.g:6713:3: ( rule__QCREF__Group__0 )
- // InternalAadl2Parser.g:6713:4: rule__QCREF__Group__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__QCREF__Group__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getQCREFAccess().getGroup());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleQCREF"
-
-
- // $ANTLR start "entryRuleSTAR"
- // InternalAadl2Parser.g:6722:1: entryRuleSTAR : ruleSTAR EOF ;
- public final void entryRuleSTAR() throws RecognitionException {
- try {
- // InternalAadl2Parser.g:6723:1: ( ruleSTAR EOF )
- // InternalAadl2Parser.g:6724:1: ruleSTAR EOF
- {
- before(grammarAccess.getSTARRule());
- pushFollow(FollowSets000.FOLLOW_1);
- ruleSTAR();
-
- state._fsp--;
-
- after(grammarAccess.getSTARRule());
- match(input,EOF,FollowSets000.FOLLOW_2);
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
- }
- return ;
- }
- // $ANTLR end "entryRuleSTAR"
-
-
- // $ANTLR start "ruleSTAR"
- // InternalAadl2Parser.g:6731:1: ruleSTAR : ( Asterisk ) ;
- public final void ruleSTAR() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6735:2: ( ( Asterisk ) )
- // InternalAadl2Parser.g:6736:2: ( Asterisk )
- {
- // InternalAadl2Parser.g:6736:2: ( Asterisk )
- // InternalAadl2Parser.g:6737:3: Asterisk
- {
- before(grammarAccess.getSTARAccess().getAsteriskKeyword());
- match(input,Asterisk,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSTARAccess().getAsteriskKeyword());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleSTAR"
-
-
- // $ANTLR start "ruleFlowKind"
- // InternalAadl2Parser.g:6747:1: ruleFlowKind : ( ( rule__FlowKind__Alternatives ) ) ;
- public final void ruleFlowKind() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6751:1: ( ( ( rule__FlowKind__Alternatives ) ) )
- // InternalAadl2Parser.g:6752:2: ( ( rule__FlowKind__Alternatives ) )
- {
- // InternalAadl2Parser.g:6752:2: ( ( rule__FlowKind__Alternatives ) )
- // InternalAadl2Parser.g:6753:3: ( rule__FlowKind__Alternatives )
- {
- before(grammarAccess.getFlowKindAccess().getAlternatives());
- // InternalAadl2Parser.g:6754:3: ( rule__FlowKind__Alternatives )
- // InternalAadl2Parser.g:6754:4: rule__FlowKind__Alternatives
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__FlowKind__Alternatives();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getFlowKindAccess().getAlternatives());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "ruleFlowKind"
-
-
- // $ANTLR start "rule__Model__Alternatives"
- // InternalAadl2Parser.g:6762:1: rule__Model__Alternatives : ( ( ruleAadlPackage ) | ( rulePropertySet ) );
- public final void rule__Model__Alternatives() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6766:1: ( ( ruleAadlPackage ) | ( rulePropertySet ) )
- int alt2=2;
- int LA2_0 = input.LA(1);
-
- if ( (LA2_0==Package) ) {
- alt2=1;
- }
- else if ( (LA2_0==Property) ) {
- alt2=2;
- }
- else {
- NoViableAltException nvae =
- new NoViableAltException("", 2, 0, input);
-
- throw nvae;
- }
- switch (alt2) {
- case 1 :
- // InternalAadl2Parser.g:6767:2: ( ruleAadlPackage )
- {
- // InternalAadl2Parser.g:6767:2: ( ruleAadlPackage )
- // InternalAadl2Parser.g:6768:3: ruleAadlPackage
- {
- before(grammarAccess.getModelAccess().getAadlPackageParserRuleCall_0());
- pushFollow(FollowSets000.FOLLOW_2);
- ruleAadlPackage();
-
- state._fsp--;
-
- after(grammarAccess.getModelAccess().getAadlPackageParserRuleCall_0());
-
- }
-
-
- }
- break;
- case 2 :
- // InternalAadl2Parser.g:6773:2: ( rulePropertySet )
- {
- // InternalAadl2Parser.g:6773:2: ( rulePropertySet )
- // InternalAadl2Parser.g:6774:3: rulePropertySet
- {
- before(grammarAccess.getModelAccess().getPropertySetParserRuleCall_1());
- pushFollow(FollowSets000.FOLLOW_2);
- rulePropertySet();
-
- state._fsp--;
-
- after(grammarAccess.getModelAccess().getPropertySetParserRuleCall_1());
-
- }
-
-
- }
- break;
-
- }
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__Model__Alternatives"
-
-
- // $ANTLR start "rule__AadlPackage__Alternatives_2"
- // InternalAadl2Parser.g:6783:1: rule__AadlPackage__Alternatives_2 : ( ( ( rule__AadlPackage__Group_2_0__0 ) ) | ( ( rule__AadlPackage__OwnedPrivateSectionAssignment_2_1 ) ) );
- public final void rule__AadlPackage__Alternatives_2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6787:1: ( ( ( rule__AadlPackage__Group_2_0__0 ) ) | ( ( rule__AadlPackage__OwnedPrivateSectionAssignment_2_1 ) ) )
- int alt3=2;
- int LA3_0 = input.LA(1);
-
- if ( (LA3_0==Public) ) {
- alt3=1;
- }
- else if ( (LA3_0==Private) ) {
- alt3=2;
- }
- else {
- NoViableAltException nvae =
- new NoViableAltException("", 3, 0, input);
-
- throw nvae;
- }
- switch (alt3) {
- case 1 :
- // InternalAadl2Parser.g:6788:2: ( ( rule__AadlPackage__Group_2_0__0 ) )
- {
- // InternalAadl2Parser.g:6788:2: ( ( rule__AadlPackage__Group_2_0__0 ) )
- // InternalAadl2Parser.g:6789:3: ( rule__AadlPackage__Group_2_0__0 )
- {
- before(grammarAccess.getAadlPackageAccess().getGroup_2_0());
- // InternalAadl2Parser.g:6790:3: ( rule__AadlPackage__Group_2_0__0 )
- // InternalAadl2Parser.g:6790:4: rule__AadlPackage__Group_2_0__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__AadlPackage__Group_2_0__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getAadlPackageAccess().getGroup_2_0());
-
- }
-
-
- }
- break;
- case 2 :
- // InternalAadl2Parser.g:6794:2: ( ( rule__AadlPackage__OwnedPrivateSectionAssignment_2_1 ) )
- {
- // InternalAadl2Parser.g:6794:2: ( ( rule__AadlPackage__OwnedPrivateSectionAssignment_2_1 ) )
- // InternalAadl2Parser.g:6795:3: ( rule__AadlPackage__OwnedPrivateSectionAssignment_2_1 )
- {
- before(grammarAccess.getAadlPackageAccess().getOwnedPrivateSectionAssignment_2_1());
- // InternalAadl2Parser.g:6796:3: ( rule__AadlPackage__OwnedPrivateSectionAssignment_2_1 )
- // InternalAadl2Parser.g:6796:4: rule__AadlPackage__OwnedPrivateSectionAssignment_2_1
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__AadlPackage__OwnedPrivateSectionAssignment_2_1();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getAadlPackageAccess().getOwnedPrivateSectionAssignment_2_1());
-
- }
-
-
- }
- break;
-
- }
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__AadlPackage__Alternatives_2"
-
-
- // $ANTLR start "rule__AadlPackage__Alternatives_3_1"
- // InternalAadl2Parser.g:6804:1: rule__AadlPackage__Alternatives_3_1 : ( ( ( ( rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0 ) ) ( ( rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0 )* ) ) | ( ( rule__AadlPackage__Group_3_1_1__0 ) ) );
- public final void rule__AadlPackage__Alternatives_3_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6808:1: ( ( ( ( rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0 ) ) ( ( rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0 )* ) ) | ( ( rule__AadlPackage__Group_3_1_1__0 ) ) )
- int alt5=2;
- int LA5_0 = input.LA(1);
-
- if ( (LA5_0==RULE_ID) ) {
- alt5=1;
- }
- else if ( (LA5_0==None) ) {
- alt5=2;
- }
- else {
- NoViableAltException nvae =
- new NoViableAltException("", 5, 0, input);
-
- throw nvae;
- }
- switch (alt5) {
- case 1 :
- // InternalAadl2Parser.g:6809:2: ( ( ( rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0 ) ) ( ( rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0 )* ) )
- {
- // InternalAadl2Parser.g:6809:2: ( ( ( rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0 ) ) ( ( rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0 )* ) )
- // InternalAadl2Parser.g:6810:3: ( ( rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0 ) ) ( ( rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0 )* )
- {
- // InternalAadl2Parser.g:6810:3: ( ( rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0 ) )
- // InternalAadl2Parser.g:6811:4: ( rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0 )
- {
- before(grammarAccess.getAadlPackageAccess().getOwnedPropertyAssociationAssignment_3_1_0());
- // InternalAadl2Parser.g:6812:4: ( rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0 )
- // InternalAadl2Parser.g:6812:5: rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0
- {
- pushFollow(FollowSets000.FOLLOW_3);
- rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getAadlPackageAccess().getOwnedPropertyAssociationAssignment_3_1_0());
-
- }
-
- // InternalAadl2Parser.g:6815:3: ( ( rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0 )* )
- // InternalAadl2Parser.g:6816:4: ( rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0 )*
- {
- before(grammarAccess.getAadlPackageAccess().getOwnedPropertyAssociationAssignment_3_1_0());
- // InternalAadl2Parser.g:6817:4: ( rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0 )*
- loop4:
- do {
- int alt4=2;
- int LA4_0 = input.LA(1);
-
- if ( (LA4_0==RULE_ID) ) {
- alt4=1;
- }
-
-
- switch (alt4) {
- case 1 :
- // InternalAadl2Parser.g:6817:5: rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0
- {
- pushFollow(FollowSets000.FOLLOW_3);
- rule__AadlPackage__OwnedPropertyAssociationAssignment_3_1_0();
-
- state._fsp--;
-
-
- }
- break;
-
- default :
- break loop4;
- }
- } while (true);
-
- after(grammarAccess.getAadlPackageAccess().getOwnedPropertyAssociationAssignment_3_1_0());
-
- }
-
-
- }
-
-
- }
- break;
- case 2 :
- // InternalAadl2Parser.g:6822:2: ( ( rule__AadlPackage__Group_3_1_1__0 ) )
- {
- // InternalAadl2Parser.g:6822:2: ( ( rule__AadlPackage__Group_3_1_1__0 ) )
- // InternalAadl2Parser.g:6823:3: ( rule__AadlPackage__Group_3_1_1__0 )
- {
- before(grammarAccess.getAadlPackageAccess().getGroup_3_1_1());
- // InternalAadl2Parser.g:6824:3: ( rule__AadlPackage__Group_3_1_1__0 )
- // InternalAadl2Parser.g:6824:4: rule__AadlPackage__Group_3_1_1__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__AadlPackage__Group_3_1_1__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getAadlPackageAccess().getGroup_3_1_1());
-
- }
-
-
- }
- break;
-
- }
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__AadlPackage__Alternatives_3_1"
-
-
- // $ANTLR start "rule__PublicPackageSection__Alternatives_2"
- // InternalAadl2Parser.g:6832:1: rule__PublicPackageSection__Alternatives_2 : ( ( ( rule__PublicPackageSection__Group_2_0__0 ) ) | ( ( rule__PublicPackageSection__OwnedPackageRenameAssignment_2_1 ) ) | ( ( rule__PublicPackageSection__OwnedFeatureGroupTypeRenameAssignment_2_2 ) ) | ( ( rule__PublicPackageSection__OwnedComponentTypeRenameAssignment_2_3 ) ) );
- public final void rule__PublicPackageSection__Alternatives_2() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:6836:1: ( ( ( rule__PublicPackageSection__Group_2_0__0 ) ) | ( ( rule__PublicPackageSection__OwnedPackageRenameAssignment_2_1 ) ) | ( ( rule__PublicPackageSection__OwnedFeatureGroupTypeRenameAssignment_2_2 ) ) | ( ( rule__PublicPackageSection__OwnedComponentTypeRenameAssignment_2_3 ) ) )
- int alt6=4;
- switch ( input.LA(1) ) {
- case With:
- {
- alt6=1;
- }
- break;
- case RULE_ID:
- {
- int LA6_2 = input.LA(2);
+ // InternalAadl2Parser.g:5886:1: ( ( ( rule__PublicPackageSection__Group_2_0__0 ) ) | ( ( rule__PublicPackageSection__OwnedPackageRenameAssignment_2_1 ) ) | ( ( rule__PublicPackageSection__OwnedFeatureGroupTypeRenameAssignment_2_2 ) ) | ( ( rule__PublicPackageSection__OwnedComponentTypeRenameAssignment_2_3 ) ) )
+ int alt6=4;
+ switch ( input.LA(1) ) {
+ case With:
+ {
+ alt6=1;
+ }
+ break;
+ case RULE_ID:
+ {
+ int LA6_2 = input.LA(2);
if ( (LA6_2==Renames) ) {
switch ( input.LA(3) ) {
@@ -31763,16 +28960,6 @@ public final void rule__PublicPackageSection__Alternatives_2() throws Recognitio
case Renames:
{
switch ( input.LA(2) ) {
- case RULE_ID:
- {
- alt6=2;
- }
- break;
- case Feature:
- {
- alt6=3;
- }
- break;
case Subprogram:
case Processor:
case Abstract:
@@ -31788,6 +28975,16 @@ public final void rule__PublicPackageSection__Alternatives_2() throws Recognitio
alt6=4;
}
break;
+ case RULE_ID:
+ {
+ alt6=2;
+ }
+ break;
+ case Feature:
+ {
+ alt6=3;
+ }
+ break;
default:
NoViableAltException nvae =
new NoViableAltException("", 6, 3, input);
@@ -31806,14 +29003,14 @@ public final void rule__PublicPackageSection__Alternatives_2() throws Recognitio
switch (alt6) {
case 1 :
- // InternalAadl2Parser.g:6837:2: ( ( rule__PublicPackageSection__Group_2_0__0 ) )
+ // InternalAadl2Parser.g:5887:2: ( ( rule__PublicPackageSection__Group_2_0__0 ) )
{
- // InternalAadl2Parser.g:6837:2: ( ( rule__PublicPackageSection__Group_2_0__0 ) )
- // InternalAadl2Parser.g:6838:3: ( rule__PublicPackageSection__Group_2_0__0 )
+ // InternalAadl2Parser.g:5887:2: ( ( rule__PublicPackageSection__Group_2_0__0 ) )
+ // InternalAadl2Parser.g:5888:3: ( rule__PublicPackageSection__Group_2_0__0 )
{
before(grammarAccess.getPublicPackageSectionAccess().getGroup_2_0());
- // InternalAadl2Parser.g:6839:3: ( rule__PublicPackageSection__Group_2_0__0 )
- // InternalAadl2Parser.g:6839:4: rule__PublicPackageSection__Group_2_0__0
+ // InternalAadl2Parser.g:5889:3: ( rule__PublicPackageSection__Group_2_0__0 )
+ // InternalAadl2Parser.g:5889:4: rule__PublicPackageSection__Group_2_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PublicPackageSection__Group_2_0__0();
@@ -31831,14 +29028,14 @@ public final void rule__PublicPackageSection__Alternatives_2() throws Recognitio
}
break;
case 2 :
- // InternalAadl2Parser.g:6843:2: ( ( rule__PublicPackageSection__OwnedPackageRenameAssignment_2_1 ) )
+ // InternalAadl2Parser.g:5893:2: ( ( rule__PublicPackageSection__OwnedPackageRenameAssignment_2_1 ) )
{
- // InternalAadl2Parser.g:6843:2: ( ( rule__PublicPackageSection__OwnedPackageRenameAssignment_2_1 ) )
- // InternalAadl2Parser.g:6844:3: ( rule__PublicPackageSection__OwnedPackageRenameAssignment_2_1 )
+ // InternalAadl2Parser.g:5893:2: ( ( rule__PublicPackageSection__OwnedPackageRenameAssignment_2_1 ) )
+ // InternalAadl2Parser.g:5894:3: ( rule__PublicPackageSection__OwnedPackageRenameAssignment_2_1 )
{
before(grammarAccess.getPublicPackageSectionAccess().getOwnedPackageRenameAssignment_2_1());
- // InternalAadl2Parser.g:6845:3: ( rule__PublicPackageSection__OwnedPackageRenameAssignment_2_1 )
- // InternalAadl2Parser.g:6845:4: rule__PublicPackageSection__OwnedPackageRenameAssignment_2_1
+ // InternalAadl2Parser.g:5895:3: ( rule__PublicPackageSection__OwnedPackageRenameAssignment_2_1 )
+ // InternalAadl2Parser.g:5895:4: rule__PublicPackageSection__OwnedPackageRenameAssignment_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PublicPackageSection__OwnedPackageRenameAssignment_2_1();
@@ -31856,14 +29053,14 @@ public final void rule__PublicPackageSection__Alternatives_2() throws Recognitio
}
break;
case 3 :
- // InternalAadl2Parser.g:6849:2: ( ( rule__PublicPackageSection__OwnedFeatureGroupTypeRenameAssignment_2_2 ) )
+ // InternalAadl2Parser.g:5899:2: ( ( rule__PublicPackageSection__OwnedFeatureGroupTypeRenameAssignment_2_2 ) )
{
- // InternalAadl2Parser.g:6849:2: ( ( rule__PublicPackageSection__OwnedFeatureGroupTypeRenameAssignment_2_2 ) )
- // InternalAadl2Parser.g:6850:3: ( rule__PublicPackageSection__OwnedFeatureGroupTypeRenameAssignment_2_2 )
+ // InternalAadl2Parser.g:5899:2: ( ( rule__PublicPackageSection__OwnedFeatureGroupTypeRenameAssignment_2_2 ) )
+ // InternalAadl2Parser.g:5900:3: ( rule__PublicPackageSection__OwnedFeatureGroupTypeRenameAssignment_2_2 )
{
before(grammarAccess.getPublicPackageSectionAccess().getOwnedFeatureGroupTypeRenameAssignment_2_2());
- // InternalAadl2Parser.g:6851:3: ( rule__PublicPackageSection__OwnedFeatureGroupTypeRenameAssignment_2_2 )
- // InternalAadl2Parser.g:6851:4: rule__PublicPackageSection__OwnedFeatureGroupTypeRenameAssignment_2_2
+ // InternalAadl2Parser.g:5901:3: ( rule__PublicPackageSection__OwnedFeatureGroupTypeRenameAssignment_2_2 )
+ // InternalAadl2Parser.g:5901:4: rule__PublicPackageSection__OwnedFeatureGroupTypeRenameAssignment_2_2
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PublicPackageSection__OwnedFeatureGroupTypeRenameAssignment_2_2();
@@ -31881,14 +29078,14 @@ public final void rule__PublicPackageSection__Alternatives_2() throws Recognitio
}
break;
case 4 :
- // InternalAadl2Parser.g:6855:2: ( ( rule__PublicPackageSection__OwnedComponentTypeRenameAssignment_2_3 ) )
+ // InternalAadl2Parser.g:5905:2: ( ( rule__PublicPackageSection__OwnedComponentTypeRenameAssignment_2_3 ) )
{
- // InternalAadl2Parser.g:6855:2: ( ( rule__PublicPackageSection__OwnedComponentTypeRenameAssignment_2_3 ) )
- // InternalAadl2Parser.g:6856:3: ( rule__PublicPackageSection__OwnedComponentTypeRenameAssignment_2_3 )
+ // InternalAadl2Parser.g:5905:2: ( ( rule__PublicPackageSection__OwnedComponentTypeRenameAssignment_2_3 ) )
+ // InternalAadl2Parser.g:5906:3: ( rule__PublicPackageSection__OwnedComponentTypeRenameAssignment_2_3 )
{
before(grammarAccess.getPublicPackageSectionAccess().getOwnedComponentTypeRenameAssignment_2_3());
- // InternalAadl2Parser.g:6857:3: ( rule__PublicPackageSection__OwnedComponentTypeRenameAssignment_2_3 )
- // InternalAadl2Parser.g:6857:4: rule__PublicPackageSection__OwnedComponentTypeRenameAssignment_2_3
+ // InternalAadl2Parser.g:5907:3: ( rule__PublicPackageSection__OwnedComponentTypeRenameAssignment_2_3 )
+ // InternalAadl2Parser.g:5907:4: rule__PublicPackageSection__OwnedComponentTypeRenameAssignment_2_3
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PublicPackageSection__OwnedComponentTypeRenameAssignment_2_3();
@@ -31923,13 +29120,13 @@ public final void rule__PublicPackageSection__Alternatives_2() throws Recognitio
// $ANTLR start "rule__PublicPackageSection__OwnedPackageRenameAlternatives_2_1_0"
- // InternalAadl2Parser.g:6865:1: rule__PublicPackageSection__OwnedPackageRenameAlternatives_2_1_0 : ( ( rulePackageRename ) | ( ruleRenameAll ) );
+ // InternalAadl2Parser.g:5915:1: rule__PublicPackageSection__OwnedPackageRenameAlternatives_2_1_0 : ( ( rulePackageRename ) | ( ruleRenameAll ) );
public final void rule__PublicPackageSection__OwnedPackageRenameAlternatives_2_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:6869:1: ( ( rulePackageRename ) | ( ruleRenameAll ) )
+ // InternalAadl2Parser.g:5919:1: ( ( rulePackageRename ) | ( ruleRenameAll ) )
int alt7=2;
int LA7_0 = input.LA(1);
@@ -31947,10 +29144,10 @@ else if ( (LA7_0==Renames) ) {
}
switch (alt7) {
case 1 :
- // InternalAadl2Parser.g:6870:2: ( rulePackageRename )
+ // InternalAadl2Parser.g:5920:2: ( rulePackageRename )
{
- // InternalAadl2Parser.g:6870:2: ( rulePackageRename )
- // InternalAadl2Parser.g:6871:3: rulePackageRename
+ // InternalAadl2Parser.g:5920:2: ( rulePackageRename )
+ // InternalAadl2Parser.g:5921:3: rulePackageRename
{
before(grammarAccess.getPublicPackageSectionAccess().getOwnedPackageRenamePackageRenameParserRuleCall_2_1_0_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -31966,10 +29163,10 @@ else if ( (LA7_0==Renames) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:6876:2: ( ruleRenameAll )
+ // InternalAadl2Parser.g:5926:2: ( ruleRenameAll )
{
- // InternalAadl2Parser.g:6876:2: ( ruleRenameAll )
- // InternalAadl2Parser.g:6877:3: ruleRenameAll
+ // InternalAadl2Parser.g:5926:2: ( ruleRenameAll )
+ // InternalAadl2Parser.g:5927:3: ruleRenameAll
{
before(grammarAccess.getPublicPackageSectionAccess().getOwnedPackageRenameRenameAllParserRuleCall_2_1_0_1());
pushFollow(FollowSets000.FOLLOW_2);
@@ -32002,13 +29199,13 @@ else if ( (LA7_0==Renames) ) {
// $ANTLR start "rule__PublicPackageSection__Alternatives_3"
- // InternalAadl2Parser.g:6886:1: rule__PublicPackageSection__Alternatives_3 : ( ( ( rule__PublicPackageSection__OwnedClassifierAssignment_3_0 ) ) | ( ( rule__PublicPackageSection__OwnedAnnexLibraryAssignment_3_1 ) ) );
+ // InternalAadl2Parser.g:5936:1: rule__PublicPackageSection__Alternatives_3 : ( ( ( rule__PublicPackageSection__OwnedClassifierAssignment_3_0 ) ) | ( ( rule__PublicPackageSection__OwnedAnnexLibraryAssignment_3_1 ) ) );
public final void rule__PublicPackageSection__Alternatives_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:6890:1: ( ( ( rule__PublicPackageSection__OwnedClassifierAssignment_3_0 ) ) | ( ( rule__PublicPackageSection__OwnedAnnexLibraryAssignment_3_1 ) ) )
+ // InternalAadl2Parser.g:5940:1: ( ( ( rule__PublicPackageSection__OwnedClassifierAssignment_3_0 ) ) | ( ( rule__PublicPackageSection__OwnedAnnexLibraryAssignment_3_1 ) ) )
int alt8=2;
int LA8_0 = input.LA(1);
@@ -32026,14 +29223,14 @@ else if ( (LA8_0==Annex) ) {
}
switch (alt8) {
case 1 :
- // InternalAadl2Parser.g:6891:2: ( ( rule__PublicPackageSection__OwnedClassifierAssignment_3_0 ) )
+ // InternalAadl2Parser.g:5941:2: ( ( rule__PublicPackageSection__OwnedClassifierAssignment_3_0 ) )
{
- // InternalAadl2Parser.g:6891:2: ( ( rule__PublicPackageSection__OwnedClassifierAssignment_3_0 ) )
- // InternalAadl2Parser.g:6892:3: ( rule__PublicPackageSection__OwnedClassifierAssignment_3_0 )
+ // InternalAadl2Parser.g:5941:2: ( ( rule__PublicPackageSection__OwnedClassifierAssignment_3_0 ) )
+ // InternalAadl2Parser.g:5942:3: ( rule__PublicPackageSection__OwnedClassifierAssignment_3_0 )
{
before(grammarAccess.getPublicPackageSectionAccess().getOwnedClassifierAssignment_3_0());
- // InternalAadl2Parser.g:6893:3: ( rule__PublicPackageSection__OwnedClassifierAssignment_3_0 )
- // InternalAadl2Parser.g:6893:4: rule__PublicPackageSection__OwnedClassifierAssignment_3_0
+ // InternalAadl2Parser.g:5943:3: ( rule__PublicPackageSection__OwnedClassifierAssignment_3_0 )
+ // InternalAadl2Parser.g:5943:4: rule__PublicPackageSection__OwnedClassifierAssignment_3_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PublicPackageSection__OwnedClassifierAssignment_3_0();
@@ -32051,14 +29248,14 @@ else if ( (LA8_0==Annex) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:6897:2: ( ( rule__PublicPackageSection__OwnedAnnexLibraryAssignment_3_1 ) )
+ // InternalAadl2Parser.g:5947:2: ( ( rule__PublicPackageSection__OwnedAnnexLibraryAssignment_3_1 ) )
{
- // InternalAadl2Parser.g:6897:2: ( ( rule__PublicPackageSection__OwnedAnnexLibraryAssignment_3_1 ) )
- // InternalAadl2Parser.g:6898:3: ( rule__PublicPackageSection__OwnedAnnexLibraryAssignment_3_1 )
+ // InternalAadl2Parser.g:5947:2: ( ( rule__PublicPackageSection__OwnedAnnexLibraryAssignment_3_1 ) )
+ // InternalAadl2Parser.g:5948:3: ( rule__PublicPackageSection__OwnedAnnexLibraryAssignment_3_1 )
{
before(grammarAccess.getPublicPackageSectionAccess().getOwnedAnnexLibraryAssignment_3_1());
- // InternalAadl2Parser.g:6899:3: ( rule__PublicPackageSection__OwnedAnnexLibraryAssignment_3_1 )
- // InternalAadl2Parser.g:6899:4: rule__PublicPackageSection__OwnedAnnexLibraryAssignment_3_1
+ // InternalAadl2Parser.g:5949:3: ( rule__PublicPackageSection__OwnedAnnexLibraryAssignment_3_1 )
+ // InternalAadl2Parser.g:5949:4: rule__PublicPackageSection__OwnedAnnexLibraryAssignment_3_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PublicPackageSection__OwnedAnnexLibraryAssignment_3_1();
@@ -32093,13 +29290,13 @@ else if ( (LA8_0==Annex) ) {
// $ANTLR start "rule__PrivatePackageSection__Alternatives_2"
- // InternalAadl2Parser.g:6907:1: rule__PrivatePackageSection__Alternatives_2 : ( ( ( rule__PrivatePackageSection__Group_2_0__0 ) ) | ( ( rule__PrivatePackageSection__OwnedPackageRenameAssignment_2_1 ) ) | ( ( rule__PrivatePackageSection__OwnedFeatureGroupTypeRenameAssignment_2_2 ) ) | ( ( rule__PrivatePackageSection__OwnedComponentTypeRenameAssignment_2_3 ) ) );
+ // InternalAadl2Parser.g:5957:1: rule__PrivatePackageSection__Alternatives_2 : ( ( ( rule__PrivatePackageSection__Group_2_0__0 ) ) | ( ( rule__PrivatePackageSection__OwnedPackageRenameAssignment_2_1 ) ) | ( ( rule__PrivatePackageSection__OwnedFeatureGroupTypeRenameAssignment_2_2 ) ) | ( ( rule__PrivatePackageSection__OwnedComponentTypeRenameAssignment_2_3 ) ) );
public final void rule__PrivatePackageSection__Alternatives_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:6911:1: ( ( ( rule__PrivatePackageSection__Group_2_0__0 ) ) | ( ( rule__PrivatePackageSection__OwnedPackageRenameAssignment_2_1 ) ) | ( ( rule__PrivatePackageSection__OwnedFeatureGroupTypeRenameAssignment_2_2 ) ) | ( ( rule__PrivatePackageSection__OwnedComponentTypeRenameAssignment_2_3 ) ) )
+ // InternalAadl2Parser.g:5961:1: ( ( ( rule__PrivatePackageSection__Group_2_0__0 ) ) | ( ( rule__PrivatePackageSection__OwnedPackageRenameAssignment_2_1 ) ) | ( ( rule__PrivatePackageSection__OwnedFeatureGroupTypeRenameAssignment_2_2 ) ) | ( ( rule__PrivatePackageSection__OwnedComponentTypeRenameAssignment_2_3 ) ) )
int alt9=4;
switch ( input.LA(1) ) {
case With:
@@ -32113,6 +29310,11 @@ public final void rule__PrivatePackageSection__Alternatives_2() throws Recogniti
if ( (LA9_2==Renames) ) {
switch ( input.LA(3) ) {
+ case Feature:
+ {
+ alt9=3;
+ }
+ break;
case Package:
{
alt9=2;
@@ -32133,11 +29335,6 @@ public final void rule__PrivatePackageSection__Alternatives_2() throws Recogniti
alt9=4;
}
break;
- case Feature:
- {
- alt9=3;
- }
- break;
default:
NoViableAltException nvae =
new NoViableAltException("", 9, 4, input);
@@ -32157,11 +29354,6 @@ public final void rule__PrivatePackageSection__Alternatives_2() throws Recogniti
case Renames:
{
switch ( input.LA(2) ) {
- case RULE_ID:
- {
- alt9=2;
- }
- break;
case Feature:
{
alt9=3;
@@ -32182,6 +29374,11 @@ public final void rule__PrivatePackageSection__Alternatives_2() throws Recogniti
alt9=4;
}
break;
+ case RULE_ID:
+ {
+ alt9=2;
+ }
+ break;
default:
NoViableAltException nvae =
new NoViableAltException("", 9, 3, input);
@@ -32200,14 +29397,14 @@ public final void rule__PrivatePackageSection__Alternatives_2() throws Recogniti
switch (alt9) {
case 1 :
- // InternalAadl2Parser.g:6912:2: ( ( rule__PrivatePackageSection__Group_2_0__0 ) )
+ // InternalAadl2Parser.g:5962:2: ( ( rule__PrivatePackageSection__Group_2_0__0 ) )
{
- // InternalAadl2Parser.g:6912:2: ( ( rule__PrivatePackageSection__Group_2_0__0 ) )
- // InternalAadl2Parser.g:6913:3: ( rule__PrivatePackageSection__Group_2_0__0 )
+ // InternalAadl2Parser.g:5962:2: ( ( rule__PrivatePackageSection__Group_2_0__0 ) )
+ // InternalAadl2Parser.g:5963:3: ( rule__PrivatePackageSection__Group_2_0__0 )
{
before(grammarAccess.getPrivatePackageSectionAccess().getGroup_2_0());
- // InternalAadl2Parser.g:6914:3: ( rule__PrivatePackageSection__Group_2_0__0 )
- // InternalAadl2Parser.g:6914:4: rule__PrivatePackageSection__Group_2_0__0
+ // InternalAadl2Parser.g:5964:3: ( rule__PrivatePackageSection__Group_2_0__0 )
+ // InternalAadl2Parser.g:5964:4: rule__PrivatePackageSection__Group_2_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PrivatePackageSection__Group_2_0__0();
@@ -32225,14 +29422,14 @@ public final void rule__PrivatePackageSection__Alternatives_2() throws Recogniti
}
break;
case 2 :
- // InternalAadl2Parser.g:6918:2: ( ( rule__PrivatePackageSection__OwnedPackageRenameAssignment_2_1 ) )
+ // InternalAadl2Parser.g:5968:2: ( ( rule__PrivatePackageSection__OwnedPackageRenameAssignment_2_1 ) )
{
- // InternalAadl2Parser.g:6918:2: ( ( rule__PrivatePackageSection__OwnedPackageRenameAssignment_2_1 ) )
- // InternalAadl2Parser.g:6919:3: ( rule__PrivatePackageSection__OwnedPackageRenameAssignment_2_1 )
+ // InternalAadl2Parser.g:5968:2: ( ( rule__PrivatePackageSection__OwnedPackageRenameAssignment_2_1 ) )
+ // InternalAadl2Parser.g:5969:3: ( rule__PrivatePackageSection__OwnedPackageRenameAssignment_2_1 )
{
before(grammarAccess.getPrivatePackageSectionAccess().getOwnedPackageRenameAssignment_2_1());
- // InternalAadl2Parser.g:6920:3: ( rule__PrivatePackageSection__OwnedPackageRenameAssignment_2_1 )
- // InternalAadl2Parser.g:6920:4: rule__PrivatePackageSection__OwnedPackageRenameAssignment_2_1
+ // InternalAadl2Parser.g:5970:3: ( rule__PrivatePackageSection__OwnedPackageRenameAssignment_2_1 )
+ // InternalAadl2Parser.g:5970:4: rule__PrivatePackageSection__OwnedPackageRenameAssignment_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PrivatePackageSection__OwnedPackageRenameAssignment_2_1();
@@ -32250,14 +29447,14 @@ public final void rule__PrivatePackageSection__Alternatives_2() throws Recogniti
}
break;
case 3 :
- // InternalAadl2Parser.g:6924:2: ( ( rule__PrivatePackageSection__OwnedFeatureGroupTypeRenameAssignment_2_2 ) )
+ // InternalAadl2Parser.g:5974:2: ( ( rule__PrivatePackageSection__OwnedFeatureGroupTypeRenameAssignment_2_2 ) )
{
- // InternalAadl2Parser.g:6924:2: ( ( rule__PrivatePackageSection__OwnedFeatureGroupTypeRenameAssignment_2_2 ) )
- // InternalAadl2Parser.g:6925:3: ( rule__PrivatePackageSection__OwnedFeatureGroupTypeRenameAssignment_2_2 )
+ // InternalAadl2Parser.g:5974:2: ( ( rule__PrivatePackageSection__OwnedFeatureGroupTypeRenameAssignment_2_2 ) )
+ // InternalAadl2Parser.g:5975:3: ( rule__PrivatePackageSection__OwnedFeatureGroupTypeRenameAssignment_2_2 )
{
before(grammarAccess.getPrivatePackageSectionAccess().getOwnedFeatureGroupTypeRenameAssignment_2_2());
- // InternalAadl2Parser.g:6926:3: ( rule__PrivatePackageSection__OwnedFeatureGroupTypeRenameAssignment_2_2 )
- // InternalAadl2Parser.g:6926:4: rule__PrivatePackageSection__OwnedFeatureGroupTypeRenameAssignment_2_2
+ // InternalAadl2Parser.g:5976:3: ( rule__PrivatePackageSection__OwnedFeatureGroupTypeRenameAssignment_2_2 )
+ // InternalAadl2Parser.g:5976:4: rule__PrivatePackageSection__OwnedFeatureGroupTypeRenameAssignment_2_2
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PrivatePackageSection__OwnedFeatureGroupTypeRenameAssignment_2_2();
@@ -32275,14 +29472,14 @@ public final void rule__PrivatePackageSection__Alternatives_2() throws Recogniti
}
break;
case 4 :
- // InternalAadl2Parser.g:6930:2: ( ( rule__PrivatePackageSection__OwnedComponentTypeRenameAssignment_2_3 ) )
+ // InternalAadl2Parser.g:5980:2: ( ( rule__PrivatePackageSection__OwnedComponentTypeRenameAssignment_2_3 ) )
{
- // InternalAadl2Parser.g:6930:2: ( ( rule__PrivatePackageSection__OwnedComponentTypeRenameAssignment_2_3 ) )
- // InternalAadl2Parser.g:6931:3: ( rule__PrivatePackageSection__OwnedComponentTypeRenameAssignment_2_3 )
+ // InternalAadl2Parser.g:5980:2: ( ( rule__PrivatePackageSection__OwnedComponentTypeRenameAssignment_2_3 ) )
+ // InternalAadl2Parser.g:5981:3: ( rule__PrivatePackageSection__OwnedComponentTypeRenameAssignment_2_3 )
{
before(grammarAccess.getPrivatePackageSectionAccess().getOwnedComponentTypeRenameAssignment_2_3());
- // InternalAadl2Parser.g:6932:3: ( rule__PrivatePackageSection__OwnedComponentTypeRenameAssignment_2_3 )
- // InternalAadl2Parser.g:6932:4: rule__PrivatePackageSection__OwnedComponentTypeRenameAssignment_2_3
+ // InternalAadl2Parser.g:5982:3: ( rule__PrivatePackageSection__OwnedComponentTypeRenameAssignment_2_3 )
+ // InternalAadl2Parser.g:5982:4: rule__PrivatePackageSection__OwnedComponentTypeRenameAssignment_2_3
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PrivatePackageSection__OwnedComponentTypeRenameAssignment_2_3();
@@ -32317,13 +29514,13 @@ public final void rule__PrivatePackageSection__Alternatives_2() throws Recogniti
// $ANTLR start "rule__PrivatePackageSection__OwnedPackageRenameAlternatives_2_1_0"
- // InternalAadl2Parser.g:6940:1: rule__PrivatePackageSection__OwnedPackageRenameAlternatives_2_1_0 : ( ( rulePackageRename ) | ( ruleRenameAll ) );
+ // InternalAadl2Parser.g:5990:1: rule__PrivatePackageSection__OwnedPackageRenameAlternatives_2_1_0 : ( ( rulePackageRename ) | ( ruleRenameAll ) );
public final void rule__PrivatePackageSection__OwnedPackageRenameAlternatives_2_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:6944:1: ( ( rulePackageRename ) | ( ruleRenameAll ) )
+ // InternalAadl2Parser.g:5994:1: ( ( rulePackageRename ) | ( ruleRenameAll ) )
int alt10=2;
int LA10_0 = input.LA(1);
@@ -32341,10 +29538,10 @@ else if ( (LA10_0==Renames) ) {
}
switch (alt10) {
case 1 :
- // InternalAadl2Parser.g:6945:2: ( rulePackageRename )
+ // InternalAadl2Parser.g:5995:2: ( rulePackageRename )
{
- // InternalAadl2Parser.g:6945:2: ( rulePackageRename )
- // InternalAadl2Parser.g:6946:3: rulePackageRename
+ // InternalAadl2Parser.g:5995:2: ( rulePackageRename )
+ // InternalAadl2Parser.g:5996:3: rulePackageRename
{
before(grammarAccess.getPrivatePackageSectionAccess().getOwnedPackageRenamePackageRenameParserRuleCall_2_1_0_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -32360,10 +29557,10 @@ else if ( (LA10_0==Renames) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:6951:2: ( ruleRenameAll )
+ // InternalAadl2Parser.g:6001:2: ( ruleRenameAll )
{
- // InternalAadl2Parser.g:6951:2: ( ruleRenameAll )
- // InternalAadl2Parser.g:6952:3: ruleRenameAll
+ // InternalAadl2Parser.g:6001:2: ( ruleRenameAll )
+ // InternalAadl2Parser.g:6002:3: ruleRenameAll
{
before(grammarAccess.getPrivatePackageSectionAccess().getOwnedPackageRenameRenameAllParserRuleCall_2_1_0_1());
pushFollow(FollowSets000.FOLLOW_2);
@@ -32396,13 +29593,13 @@ else if ( (LA10_0==Renames) ) {
// $ANTLR start "rule__PrivatePackageSection__Alternatives_3"
- // InternalAadl2Parser.g:6961:1: rule__PrivatePackageSection__Alternatives_3 : ( ( ( rule__PrivatePackageSection__OwnedClassifierAssignment_3_0 ) ) | ( ( rule__PrivatePackageSection__OwnedAnnexLibraryAssignment_3_1 ) ) );
+ // InternalAadl2Parser.g:6011:1: rule__PrivatePackageSection__Alternatives_3 : ( ( ( rule__PrivatePackageSection__OwnedClassifierAssignment_3_0 ) ) | ( ( rule__PrivatePackageSection__OwnedAnnexLibraryAssignment_3_1 ) ) );
public final void rule__PrivatePackageSection__Alternatives_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:6965:1: ( ( ( rule__PrivatePackageSection__OwnedClassifierAssignment_3_0 ) ) | ( ( rule__PrivatePackageSection__OwnedAnnexLibraryAssignment_3_1 ) ) )
+ // InternalAadl2Parser.g:6015:1: ( ( ( rule__PrivatePackageSection__OwnedClassifierAssignment_3_0 ) ) | ( ( rule__PrivatePackageSection__OwnedAnnexLibraryAssignment_3_1 ) ) )
int alt11=2;
int LA11_0 = input.LA(1);
@@ -32420,14 +29617,14 @@ else if ( (LA11_0==Annex) ) {
}
switch (alt11) {
case 1 :
- // InternalAadl2Parser.g:6966:2: ( ( rule__PrivatePackageSection__OwnedClassifierAssignment_3_0 ) )
+ // InternalAadl2Parser.g:6016:2: ( ( rule__PrivatePackageSection__OwnedClassifierAssignment_3_0 ) )
{
- // InternalAadl2Parser.g:6966:2: ( ( rule__PrivatePackageSection__OwnedClassifierAssignment_3_0 ) )
- // InternalAadl2Parser.g:6967:3: ( rule__PrivatePackageSection__OwnedClassifierAssignment_3_0 )
+ // InternalAadl2Parser.g:6016:2: ( ( rule__PrivatePackageSection__OwnedClassifierAssignment_3_0 ) )
+ // InternalAadl2Parser.g:6017:3: ( rule__PrivatePackageSection__OwnedClassifierAssignment_3_0 )
{
before(grammarAccess.getPrivatePackageSectionAccess().getOwnedClassifierAssignment_3_0());
- // InternalAadl2Parser.g:6968:3: ( rule__PrivatePackageSection__OwnedClassifierAssignment_3_0 )
- // InternalAadl2Parser.g:6968:4: rule__PrivatePackageSection__OwnedClassifierAssignment_3_0
+ // InternalAadl2Parser.g:6018:3: ( rule__PrivatePackageSection__OwnedClassifierAssignment_3_0 )
+ // InternalAadl2Parser.g:6018:4: rule__PrivatePackageSection__OwnedClassifierAssignment_3_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PrivatePackageSection__OwnedClassifierAssignment_3_0();
@@ -32445,14 +29642,14 @@ else if ( (LA11_0==Annex) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:6972:2: ( ( rule__PrivatePackageSection__OwnedAnnexLibraryAssignment_3_1 ) )
+ // InternalAadl2Parser.g:6022:2: ( ( rule__PrivatePackageSection__OwnedAnnexLibraryAssignment_3_1 ) )
{
- // InternalAadl2Parser.g:6972:2: ( ( rule__PrivatePackageSection__OwnedAnnexLibraryAssignment_3_1 ) )
- // InternalAadl2Parser.g:6973:3: ( rule__PrivatePackageSection__OwnedAnnexLibraryAssignment_3_1 )
+ // InternalAadl2Parser.g:6022:2: ( ( rule__PrivatePackageSection__OwnedAnnexLibraryAssignment_3_1 ) )
+ // InternalAadl2Parser.g:6023:3: ( rule__PrivatePackageSection__OwnedAnnexLibraryAssignment_3_1 )
{
before(grammarAccess.getPrivatePackageSectionAccess().getOwnedAnnexLibraryAssignment_3_1());
- // InternalAadl2Parser.g:6974:3: ( rule__PrivatePackageSection__OwnedAnnexLibraryAssignment_3_1 )
- // InternalAadl2Parser.g:6974:4: rule__PrivatePackageSection__OwnedAnnexLibraryAssignment_3_1
+ // InternalAadl2Parser.g:6024:3: ( rule__PrivatePackageSection__OwnedAnnexLibraryAssignment_3_1 )
+ // InternalAadl2Parser.g:6024:4: rule__PrivatePackageSection__OwnedAnnexLibraryAssignment_3_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PrivatePackageSection__OwnedAnnexLibraryAssignment_3_1();
@@ -32487,21 +29684,21 @@ else if ( (LA11_0==Annex) ) {
// $ANTLR start "rule__ComponentCategory__Alternatives"
- // InternalAadl2Parser.g:6982:1: rule__ComponentCategory__Alternatives : ( ( Abstract ) | ( Bus ) | ( Data ) | ( Device ) | ( Memory ) | ( Process ) | ( Processor ) | ( Subprogram ) | ( ( rule__ComponentCategory__Group_8__0 ) ) | ( KW_System ) | ( ( rule__ComponentCategory__Group_10__0 ) ) | ( Thread ) | ( ( rule__ComponentCategory__Group_12__0 ) ) | ( ( rule__ComponentCategory__Group_13__0 ) ) );
+ // InternalAadl2Parser.g:6032:1: rule__ComponentCategory__Alternatives : ( ( Abstract ) | ( Bus ) | ( Data ) | ( Device ) | ( Memory ) | ( Process ) | ( Processor ) | ( Subprogram ) | ( ( rule__ComponentCategory__Group_8__0 ) ) | ( KW_System ) | ( ( rule__ComponentCategory__Group_10__0 ) ) | ( Thread ) | ( ( rule__ComponentCategory__Group_12__0 ) ) | ( ( rule__ComponentCategory__Group_13__0 ) ) );
public final void rule__ComponentCategory__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:6986:1: ( ( Abstract ) | ( Bus ) | ( Data ) | ( Device ) | ( Memory ) | ( Process ) | ( Processor ) | ( Subprogram ) | ( ( rule__ComponentCategory__Group_8__0 ) ) | ( KW_System ) | ( ( rule__ComponentCategory__Group_10__0 ) ) | ( Thread ) | ( ( rule__ComponentCategory__Group_12__0 ) ) | ( ( rule__ComponentCategory__Group_13__0 ) ) )
+ // InternalAadl2Parser.g:6036:1: ( ( Abstract ) | ( Bus ) | ( Data ) | ( Device ) | ( Memory ) | ( Process ) | ( Processor ) | ( Subprogram ) | ( ( rule__ComponentCategory__Group_8__0 ) ) | ( KW_System ) | ( ( rule__ComponentCategory__Group_10__0 ) ) | ( Thread ) | ( ( rule__ComponentCategory__Group_12__0 ) ) | ( ( rule__ComponentCategory__Group_13__0 ) ) )
int alt12=14;
alt12 = dfa12.predict(input);
switch (alt12) {
case 1 :
- // InternalAadl2Parser.g:6987:2: ( Abstract )
+ // InternalAadl2Parser.g:6037:2: ( Abstract )
{
- // InternalAadl2Parser.g:6987:2: ( Abstract )
- // InternalAadl2Parser.g:6988:3: Abstract
+ // InternalAadl2Parser.g:6037:2: ( Abstract )
+ // InternalAadl2Parser.g:6038:3: Abstract
{
before(grammarAccess.getComponentCategoryAccess().getAbstractKeyword_0());
match(input,Abstract,FollowSets000.FOLLOW_2);
@@ -32513,10 +29710,10 @@ public final void rule__ComponentCategory__Alternatives() throws RecognitionExce
}
break;
case 2 :
- // InternalAadl2Parser.g:6993:2: ( Bus )
+ // InternalAadl2Parser.g:6043:2: ( Bus )
{
- // InternalAadl2Parser.g:6993:2: ( Bus )
- // InternalAadl2Parser.g:6994:3: Bus
+ // InternalAadl2Parser.g:6043:2: ( Bus )
+ // InternalAadl2Parser.g:6044:3: Bus
{
before(grammarAccess.getComponentCategoryAccess().getBusKeyword_1());
match(input,Bus,FollowSets000.FOLLOW_2);
@@ -32528,10 +29725,10 @@ public final void rule__ComponentCategory__Alternatives() throws RecognitionExce
}
break;
case 3 :
- // InternalAadl2Parser.g:6999:2: ( Data )
+ // InternalAadl2Parser.g:6049:2: ( Data )
{
- // InternalAadl2Parser.g:6999:2: ( Data )
- // InternalAadl2Parser.g:7000:3: Data
+ // InternalAadl2Parser.g:6049:2: ( Data )
+ // InternalAadl2Parser.g:6050:3: Data
{
before(grammarAccess.getComponentCategoryAccess().getDataKeyword_2());
match(input,Data,FollowSets000.FOLLOW_2);
@@ -32543,10 +29740,10 @@ public final void rule__ComponentCategory__Alternatives() throws RecognitionExce
}
break;
case 4 :
- // InternalAadl2Parser.g:7005:2: ( Device )
+ // InternalAadl2Parser.g:6055:2: ( Device )
{
- // InternalAadl2Parser.g:7005:2: ( Device )
- // InternalAadl2Parser.g:7006:3: Device
+ // InternalAadl2Parser.g:6055:2: ( Device )
+ // InternalAadl2Parser.g:6056:3: Device
{
before(grammarAccess.getComponentCategoryAccess().getDeviceKeyword_3());
match(input,Device,FollowSets000.FOLLOW_2);
@@ -32558,10 +29755,10 @@ public final void rule__ComponentCategory__Alternatives() throws RecognitionExce
}
break;
case 5 :
- // InternalAadl2Parser.g:7011:2: ( Memory )
+ // InternalAadl2Parser.g:6061:2: ( Memory )
{
- // InternalAadl2Parser.g:7011:2: ( Memory )
- // InternalAadl2Parser.g:7012:3: Memory
+ // InternalAadl2Parser.g:6061:2: ( Memory )
+ // InternalAadl2Parser.g:6062:3: Memory
{
before(grammarAccess.getComponentCategoryAccess().getMemoryKeyword_4());
match(input,Memory,FollowSets000.FOLLOW_2);
@@ -32573,10 +29770,10 @@ public final void rule__ComponentCategory__Alternatives() throws RecognitionExce
}
break;
case 6 :
- // InternalAadl2Parser.g:7017:2: ( Process )
+ // InternalAadl2Parser.g:6067:2: ( Process )
{
- // InternalAadl2Parser.g:7017:2: ( Process )
- // InternalAadl2Parser.g:7018:3: Process
+ // InternalAadl2Parser.g:6067:2: ( Process )
+ // InternalAadl2Parser.g:6068:3: Process
{
before(grammarAccess.getComponentCategoryAccess().getProcessKeyword_5());
match(input,Process,FollowSets000.FOLLOW_2);
@@ -32588,10 +29785,10 @@ public final void rule__ComponentCategory__Alternatives() throws RecognitionExce
}
break;
case 7 :
- // InternalAadl2Parser.g:7023:2: ( Processor )
+ // InternalAadl2Parser.g:6073:2: ( Processor )
{
- // InternalAadl2Parser.g:7023:2: ( Processor )
- // InternalAadl2Parser.g:7024:3: Processor
+ // InternalAadl2Parser.g:6073:2: ( Processor )
+ // InternalAadl2Parser.g:6074:3: Processor
{
before(grammarAccess.getComponentCategoryAccess().getProcessorKeyword_6());
match(input,Processor,FollowSets000.FOLLOW_2);
@@ -32603,10 +29800,10 @@ public final void rule__ComponentCategory__Alternatives() throws RecognitionExce
}
break;
case 8 :
- // InternalAadl2Parser.g:7029:2: ( Subprogram )
+ // InternalAadl2Parser.g:6079:2: ( Subprogram )
{
- // InternalAadl2Parser.g:7029:2: ( Subprogram )
- // InternalAadl2Parser.g:7030:3: Subprogram
+ // InternalAadl2Parser.g:6079:2: ( Subprogram )
+ // InternalAadl2Parser.g:6080:3: Subprogram
{
before(grammarAccess.getComponentCategoryAccess().getSubprogramKeyword_7());
match(input,Subprogram,FollowSets000.FOLLOW_2);
@@ -32618,14 +29815,14 @@ public final void rule__ComponentCategory__Alternatives() throws RecognitionExce
}
break;
case 9 :
- // InternalAadl2Parser.g:7035:2: ( ( rule__ComponentCategory__Group_8__0 ) )
+ // InternalAadl2Parser.g:6085:2: ( ( rule__ComponentCategory__Group_8__0 ) )
{
- // InternalAadl2Parser.g:7035:2: ( ( rule__ComponentCategory__Group_8__0 ) )
- // InternalAadl2Parser.g:7036:3: ( rule__ComponentCategory__Group_8__0 )
+ // InternalAadl2Parser.g:6085:2: ( ( rule__ComponentCategory__Group_8__0 ) )
+ // InternalAadl2Parser.g:6086:3: ( rule__ComponentCategory__Group_8__0 )
{
before(grammarAccess.getComponentCategoryAccess().getGroup_8());
- // InternalAadl2Parser.g:7037:3: ( rule__ComponentCategory__Group_8__0 )
- // InternalAadl2Parser.g:7037:4: rule__ComponentCategory__Group_8__0
+ // InternalAadl2Parser.g:6087:3: ( rule__ComponentCategory__Group_8__0 )
+ // InternalAadl2Parser.g:6087:4: rule__ComponentCategory__Group_8__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ComponentCategory__Group_8__0();
@@ -32643,10 +29840,10 @@ public final void rule__ComponentCategory__Alternatives() throws RecognitionExce
}
break;
case 10 :
- // InternalAadl2Parser.g:7041:2: ( KW_System )
+ // InternalAadl2Parser.g:6091:2: ( KW_System )
{
- // InternalAadl2Parser.g:7041:2: ( KW_System )
- // InternalAadl2Parser.g:7042:3: KW_System
+ // InternalAadl2Parser.g:6091:2: ( KW_System )
+ // InternalAadl2Parser.g:6092:3: KW_System
{
before(grammarAccess.getComponentCategoryAccess().getSystemKeyword_9());
match(input,KW_System,FollowSets000.FOLLOW_2);
@@ -32658,14 +29855,14 @@ public final void rule__ComponentCategory__Alternatives() throws RecognitionExce
}
break;
case 11 :
- // InternalAadl2Parser.g:7047:2: ( ( rule__ComponentCategory__Group_10__0 ) )
+ // InternalAadl2Parser.g:6097:2: ( ( rule__ComponentCategory__Group_10__0 ) )
{
- // InternalAadl2Parser.g:7047:2: ( ( rule__ComponentCategory__Group_10__0 ) )
- // InternalAadl2Parser.g:7048:3: ( rule__ComponentCategory__Group_10__0 )
+ // InternalAadl2Parser.g:6097:2: ( ( rule__ComponentCategory__Group_10__0 ) )
+ // InternalAadl2Parser.g:6098:3: ( rule__ComponentCategory__Group_10__0 )
{
before(grammarAccess.getComponentCategoryAccess().getGroup_10());
- // InternalAadl2Parser.g:7049:3: ( rule__ComponentCategory__Group_10__0 )
- // InternalAadl2Parser.g:7049:4: rule__ComponentCategory__Group_10__0
+ // InternalAadl2Parser.g:6099:3: ( rule__ComponentCategory__Group_10__0 )
+ // InternalAadl2Parser.g:6099:4: rule__ComponentCategory__Group_10__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ComponentCategory__Group_10__0();
@@ -32683,10 +29880,10 @@ public final void rule__ComponentCategory__Alternatives() throws RecognitionExce
}
break;
case 12 :
- // InternalAadl2Parser.g:7053:2: ( Thread )
+ // InternalAadl2Parser.g:6103:2: ( Thread )
{
- // InternalAadl2Parser.g:7053:2: ( Thread )
- // InternalAadl2Parser.g:7054:3: Thread
+ // InternalAadl2Parser.g:6103:2: ( Thread )
+ // InternalAadl2Parser.g:6104:3: Thread
{
before(grammarAccess.getComponentCategoryAccess().getThreadKeyword_11());
match(input,Thread,FollowSets000.FOLLOW_2);
@@ -32698,14 +29895,14 @@ public final void rule__ComponentCategory__Alternatives() throws RecognitionExce
}
break;
case 13 :
- // InternalAadl2Parser.g:7059:2: ( ( rule__ComponentCategory__Group_12__0 ) )
+ // InternalAadl2Parser.g:6109:2: ( ( rule__ComponentCategory__Group_12__0 ) )
{
- // InternalAadl2Parser.g:7059:2: ( ( rule__ComponentCategory__Group_12__0 ) )
- // InternalAadl2Parser.g:7060:3: ( rule__ComponentCategory__Group_12__0 )
+ // InternalAadl2Parser.g:6109:2: ( ( rule__ComponentCategory__Group_12__0 ) )
+ // InternalAadl2Parser.g:6110:3: ( rule__ComponentCategory__Group_12__0 )
{
before(grammarAccess.getComponentCategoryAccess().getGroup_12());
- // InternalAadl2Parser.g:7061:3: ( rule__ComponentCategory__Group_12__0 )
- // InternalAadl2Parser.g:7061:4: rule__ComponentCategory__Group_12__0
+ // InternalAadl2Parser.g:6111:3: ( rule__ComponentCategory__Group_12__0 )
+ // InternalAadl2Parser.g:6111:4: rule__ComponentCategory__Group_12__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ComponentCategory__Group_12__0();
@@ -32723,14 +29920,14 @@ public final void rule__ComponentCategory__Alternatives() throws RecognitionExce
}
break;
case 14 :
- // InternalAadl2Parser.g:7065:2: ( ( rule__ComponentCategory__Group_13__0 ) )
+ // InternalAadl2Parser.g:6115:2: ( ( rule__ComponentCategory__Group_13__0 ) )
{
- // InternalAadl2Parser.g:7065:2: ( ( rule__ComponentCategory__Group_13__0 ) )
- // InternalAadl2Parser.g:7066:3: ( rule__ComponentCategory__Group_13__0 )
+ // InternalAadl2Parser.g:6115:2: ( ( rule__ComponentCategory__Group_13__0 ) )
+ // InternalAadl2Parser.g:6116:3: ( rule__ComponentCategory__Group_13__0 )
{
before(grammarAccess.getComponentCategoryAccess().getGroup_13());
- // InternalAadl2Parser.g:7067:3: ( rule__ComponentCategory__Group_13__0 )
- // InternalAadl2Parser.g:7067:4: rule__ComponentCategory__Group_13__0
+ // InternalAadl2Parser.g:6117:3: ( rule__ComponentCategory__Group_13__0 )
+ // InternalAadl2Parser.g:6117:4: rule__ComponentCategory__Group_13__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ComponentCategory__Group_13__0();
@@ -32765,21 +29962,21 @@ public final void rule__ComponentCategory__Alternatives() throws RecognitionExce
// $ANTLR start "rule__Classifier__Alternatives"
- // InternalAadl2Parser.g:7075:1: rule__Classifier__Alternatives : ( ( ruleComponentType ) | ( ruleComponentImplementation ) | ( ruleFeatureGroupType ) );
+ // InternalAadl2Parser.g:6125:1: rule__Classifier__Alternatives : ( ( ruleComponentType ) | ( ruleComponentImplementation ) | ( ruleFeatureGroupType ) );
public final void rule__Classifier__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:7079:1: ( ( ruleComponentType ) | ( ruleComponentImplementation ) | ( ruleFeatureGroupType ) )
+ // InternalAadl2Parser.g:6129:1: ( ( ruleComponentType ) | ( ruleComponentImplementation ) | ( ruleFeatureGroupType ) )
int alt13=3;
alt13 = dfa13.predict(input);
switch (alt13) {
case 1 :
- // InternalAadl2Parser.g:7080:2: ( ruleComponentType )
+ // InternalAadl2Parser.g:6130:2: ( ruleComponentType )
{
- // InternalAadl2Parser.g:7080:2: ( ruleComponentType )
- // InternalAadl2Parser.g:7081:3: ruleComponentType
+ // InternalAadl2Parser.g:6130:2: ( ruleComponentType )
+ // InternalAadl2Parser.g:6131:3: ruleComponentType
{
before(grammarAccess.getClassifierAccess().getComponentTypeParserRuleCall_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -32795,10 +29992,10 @@ public final void rule__Classifier__Alternatives() throws RecognitionException {
}
break;
case 2 :
- // InternalAadl2Parser.g:7086:2: ( ruleComponentImplementation )
+ // InternalAadl2Parser.g:6136:2: ( ruleComponentImplementation )
{
- // InternalAadl2Parser.g:7086:2: ( ruleComponentImplementation )
- // InternalAadl2Parser.g:7087:3: ruleComponentImplementation
+ // InternalAadl2Parser.g:6136:2: ( ruleComponentImplementation )
+ // InternalAadl2Parser.g:6137:3: ruleComponentImplementation
{
before(grammarAccess.getClassifierAccess().getComponentImplementationParserRuleCall_1());
pushFollow(FollowSets000.FOLLOW_2);
@@ -32814,10 +30011,10 @@ public final void rule__Classifier__Alternatives() throws RecognitionException {
}
break;
case 3 :
- // InternalAadl2Parser.g:7092:2: ( ruleFeatureGroupType )
+ // InternalAadl2Parser.g:6142:2: ( ruleFeatureGroupType )
{
- // InternalAadl2Parser.g:7092:2: ( ruleFeatureGroupType )
- // InternalAadl2Parser.g:7093:3: ruleFeatureGroupType
+ // InternalAadl2Parser.g:6142:2: ( ruleFeatureGroupType )
+ // InternalAadl2Parser.g:6143:3: ruleFeatureGroupType
{
before(grammarAccess.getClassifierAccess().getFeatureGroupTypeParserRuleCall_2());
pushFollow(FollowSets000.FOLLOW_2);
@@ -32850,21 +30047,21 @@ public final void rule__Classifier__Alternatives() throws RecognitionException {
// $ANTLR start "rule__ComponentType__Alternatives"
- // InternalAadl2Parser.g:7102:1: rule__ComponentType__Alternatives : ( ( ruleAbstractType ) | ( ruleSystemType ) | ( ruleVirtualProcessorType ) | ( ruleSubprogramGroupType ) | ( ruleDataType ) | ( ruleBusType ) | ( ruleVirtualBusType ) | ( ruleMemoryType ) | ( ruleProcessorType ) | ( ruleProcessType ) | ( ruleThreadGroupType ) | ( ruleThreadType ) | ( ruleDeviceType ) | ( ruleSubprogramType ) );
+ // InternalAadl2Parser.g:6152:1: rule__ComponentType__Alternatives : ( ( ruleAbstractType ) | ( ruleSystemType ) | ( ruleVirtualProcessorType ) | ( ruleSubprogramGroupType ) | ( ruleDataType ) | ( ruleBusType ) | ( ruleVirtualBusType ) | ( ruleMemoryType ) | ( ruleProcessorType ) | ( ruleProcessType ) | ( ruleThreadGroupType ) | ( ruleThreadType ) | ( ruleDeviceType ) | ( ruleSubprogramType ) );
public final void rule__ComponentType__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:7106:1: ( ( ruleAbstractType ) | ( ruleSystemType ) | ( ruleVirtualProcessorType ) | ( ruleSubprogramGroupType ) | ( ruleDataType ) | ( ruleBusType ) | ( ruleVirtualBusType ) | ( ruleMemoryType ) | ( ruleProcessorType ) | ( ruleProcessType ) | ( ruleThreadGroupType ) | ( ruleThreadType ) | ( ruleDeviceType ) | ( ruleSubprogramType ) )
+ // InternalAadl2Parser.g:6156:1: ( ( ruleAbstractType ) | ( ruleSystemType ) | ( ruleVirtualProcessorType ) | ( ruleSubprogramGroupType ) | ( ruleDataType ) | ( ruleBusType ) | ( ruleVirtualBusType ) | ( ruleMemoryType ) | ( ruleProcessorType ) | ( ruleProcessType ) | ( ruleThreadGroupType ) | ( ruleThreadType ) | ( ruleDeviceType ) | ( ruleSubprogramType ) )
int alt14=14;
alt14 = dfa14.predict(input);
switch (alt14) {
case 1 :
- // InternalAadl2Parser.g:7107:2: ( ruleAbstractType )
+ // InternalAadl2Parser.g:6157:2: ( ruleAbstractType )
{
- // InternalAadl2Parser.g:7107:2: ( ruleAbstractType )
- // InternalAadl2Parser.g:7108:3: ruleAbstractType
+ // InternalAadl2Parser.g:6157:2: ( ruleAbstractType )
+ // InternalAadl2Parser.g:6158:3: ruleAbstractType
{
before(grammarAccess.getComponentTypeAccess().getAbstractTypeParserRuleCall_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -32880,10 +30077,10 @@ public final void rule__ComponentType__Alternatives() throws RecognitionExceptio
}
break;
case 2 :
- // InternalAadl2Parser.g:7113:2: ( ruleSystemType )
+ // InternalAadl2Parser.g:6163:2: ( ruleSystemType )
{
- // InternalAadl2Parser.g:7113:2: ( ruleSystemType )
- // InternalAadl2Parser.g:7114:3: ruleSystemType
+ // InternalAadl2Parser.g:6163:2: ( ruleSystemType )
+ // InternalAadl2Parser.g:6164:3: ruleSystemType
{
before(grammarAccess.getComponentTypeAccess().getSystemTypeParserRuleCall_1());
pushFollow(FollowSets000.FOLLOW_2);
@@ -32899,10 +30096,10 @@ public final void rule__ComponentType__Alternatives() throws RecognitionExceptio
}
break;
case 3 :
- // InternalAadl2Parser.g:7119:2: ( ruleVirtualProcessorType )
+ // InternalAadl2Parser.g:6169:2: ( ruleVirtualProcessorType )
{
- // InternalAadl2Parser.g:7119:2: ( ruleVirtualProcessorType )
- // InternalAadl2Parser.g:7120:3: ruleVirtualProcessorType
+ // InternalAadl2Parser.g:6169:2: ( ruleVirtualProcessorType )
+ // InternalAadl2Parser.g:6170:3: ruleVirtualProcessorType
{
before(grammarAccess.getComponentTypeAccess().getVirtualProcessorTypeParserRuleCall_2());
pushFollow(FollowSets000.FOLLOW_2);
@@ -32918,10 +30115,10 @@ public final void rule__ComponentType__Alternatives() throws RecognitionExceptio
}
break;
case 4 :
- // InternalAadl2Parser.g:7125:2: ( ruleSubprogramGroupType )
+ // InternalAadl2Parser.g:6175:2: ( ruleSubprogramGroupType )
{
- // InternalAadl2Parser.g:7125:2: ( ruleSubprogramGroupType )
- // InternalAadl2Parser.g:7126:3: ruleSubprogramGroupType
+ // InternalAadl2Parser.g:6175:2: ( ruleSubprogramGroupType )
+ // InternalAadl2Parser.g:6176:3: ruleSubprogramGroupType
{
before(grammarAccess.getComponentTypeAccess().getSubprogramGroupTypeParserRuleCall_3());
pushFollow(FollowSets000.FOLLOW_2);
@@ -32937,10 +30134,10 @@ public final void rule__ComponentType__Alternatives() throws RecognitionExceptio
}
break;
case 5 :
- // InternalAadl2Parser.g:7131:2: ( ruleDataType )
+ // InternalAadl2Parser.g:6181:2: ( ruleDataType )
{
- // InternalAadl2Parser.g:7131:2: ( ruleDataType )
- // InternalAadl2Parser.g:7132:3: ruleDataType
+ // InternalAadl2Parser.g:6181:2: ( ruleDataType )
+ // InternalAadl2Parser.g:6182:3: ruleDataType
{
before(grammarAccess.getComponentTypeAccess().getDataTypeParserRuleCall_4());
pushFollow(FollowSets000.FOLLOW_2);
@@ -32956,10 +30153,10 @@ public final void rule__ComponentType__Alternatives() throws RecognitionExceptio
}
break;
case 6 :
- // InternalAadl2Parser.g:7137:2: ( ruleBusType )
+ // InternalAadl2Parser.g:6187:2: ( ruleBusType )
{
- // InternalAadl2Parser.g:7137:2: ( ruleBusType )
- // InternalAadl2Parser.g:7138:3: ruleBusType
+ // InternalAadl2Parser.g:6187:2: ( ruleBusType )
+ // InternalAadl2Parser.g:6188:3: ruleBusType
{
before(grammarAccess.getComponentTypeAccess().getBusTypeParserRuleCall_5());
pushFollow(FollowSets000.FOLLOW_2);
@@ -32975,10 +30172,10 @@ public final void rule__ComponentType__Alternatives() throws RecognitionExceptio
}
break;
case 7 :
- // InternalAadl2Parser.g:7143:2: ( ruleVirtualBusType )
+ // InternalAadl2Parser.g:6193:2: ( ruleVirtualBusType )
{
- // InternalAadl2Parser.g:7143:2: ( ruleVirtualBusType )
- // InternalAadl2Parser.g:7144:3: ruleVirtualBusType
+ // InternalAadl2Parser.g:6193:2: ( ruleVirtualBusType )
+ // InternalAadl2Parser.g:6194:3: ruleVirtualBusType
{
before(grammarAccess.getComponentTypeAccess().getVirtualBusTypeParserRuleCall_6());
pushFollow(FollowSets000.FOLLOW_2);
@@ -32994,10 +30191,10 @@ public final void rule__ComponentType__Alternatives() throws RecognitionExceptio
}
break;
case 8 :
- // InternalAadl2Parser.g:7149:2: ( ruleMemoryType )
+ // InternalAadl2Parser.g:6199:2: ( ruleMemoryType )
{
- // InternalAadl2Parser.g:7149:2: ( ruleMemoryType )
- // InternalAadl2Parser.g:7150:3: ruleMemoryType
+ // InternalAadl2Parser.g:6199:2: ( ruleMemoryType )
+ // InternalAadl2Parser.g:6200:3: ruleMemoryType
{
before(grammarAccess.getComponentTypeAccess().getMemoryTypeParserRuleCall_7());
pushFollow(FollowSets000.FOLLOW_2);
@@ -33013,10 +30210,10 @@ public final void rule__ComponentType__Alternatives() throws RecognitionExceptio
}
break;
case 9 :
- // InternalAadl2Parser.g:7155:2: ( ruleProcessorType )
+ // InternalAadl2Parser.g:6205:2: ( ruleProcessorType )
{
- // InternalAadl2Parser.g:7155:2: ( ruleProcessorType )
- // InternalAadl2Parser.g:7156:3: ruleProcessorType
+ // InternalAadl2Parser.g:6205:2: ( ruleProcessorType )
+ // InternalAadl2Parser.g:6206:3: ruleProcessorType
{
before(grammarAccess.getComponentTypeAccess().getProcessorTypeParserRuleCall_8());
pushFollow(FollowSets000.FOLLOW_2);
@@ -33032,10 +30229,10 @@ public final void rule__ComponentType__Alternatives() throws RecognitionExceptio
}
break;
case 10 :
- // InternalAadl2Parser.g:7161:2: ( ruleProcessType )
+ // InternalAadl2Parser.g:6211:2: ( ruleProcessType )
{
- // InternalAadl2Parser.g:7161:2: ( ruleProcessType )
- // InternalAadl2Parser.g:7162:3: ruleProcessType
+ // InternalAadl2Parser.g:6211:2: ( ruleProcessType )
+ // InternalAadl2Parser.g:6212:3: ruleProcessType
{
before(grammarAccess.getComponentTypeAccess().getProcessTypeParserRuleCall_9());
pushFollow(FollowSets000.FOLLOW_2);
@@ -33051,10 +30248,10 @@ public final void rule__ComponentType__Alternatives() throws RecognitionExceptio
}
break;
case 11 :
- // InternalAadl2Parser.g:7167:2: ( ruleThreadGroupType )
+ // InternalAadl2Parser.g:6217:2: ( ruleThreadGroupType )
{
- // InternalAadl2Parser.g:7167:2: ( ruleThreadGroupType )
- // InternalAadl2Parser.g:7168:3: ruleThreadGroupType
+ // InternalAadl2Parser.g:6217:2: ( ruleThreadGroupType )
+ // InternalAadl2Parser.g:6218:3: ruleThreadGroupType
{
before(grammarAccess.getComponentTypeAccess().getThreadGroupTypeParserRuleCall_10());
pushFollow(FollowSets000.FOLLOW_2);
@@ -33070,10 +30267,10 @@ public final void rule__ComponentType__Alternatives() throws RecognitionExceptio
}
break;
case 12 :
- // InternalAadl2Parser.g:7173:2: ( ruleThreadType )
+ // InternalAadl2Parser.g:6223:2: ( ruleThreadType )
{
- // InternalAadl2Parser.g:7173:2: ( ruleThreadType )
- // InternalAadl2Parser.g:7174:3: ruleThreadType
+ // InternalAadl2Parser.g:6223:2: ( ruleThreadType )
+ // InternalAadl2Parser.g:6224:3: ruleThreadType
{
before(grammarAccess.getComponentTypeAccess().getThreadTypeParserRuleCall_11());
pushFollow(FollowSets000.FOLLOW_2);
@@ -33089,10 +30286,10 @@ public final void rule__ComponentType__Alternatives() throws RecognitionExceptio
}
break;
case 13 :
- // InternalAadl2Parser.g:7179:2: ( ruleDeviceType )
+ // InternalAadl2Parser.g:6229:2: ( ruleDeviceType )
{
- // InternalAadl2Parser.g:7179:2: ( ruleDeviceType )
- // InternalAadl2Parser.g:7180:3: ruleDeviceType
+ // InternalAadl2Parser.g:6229:2: ( ruleDeviceType )
+ // InternalAadl2Parser.g:6230:3: ruleDeviceType
{
before(grammarAccess.getComponentTypeAccess().getDeviceTypeParserRuleCall_12());
pushFollow(FollowSets000.FOLLOW_2);
@@ -33108,10 +30305,10 @@ public final void rule__ComponentType__Alternatives() throws RecognitionExceptio
}
break;
case 14 :
- // InternalAadl2Parser.g:7185:2: ( ruleSubprogramType )
+ // InternalAadl2Parser.g:6235:2: ( ruleSubprogramType )
{
- // InternalAadl2Parser.g:7185:2: ( ruleSubprogramType )
- // InternalAadl2Parser.g:7186:3: ruleSubprogramType
+ // InternalAadl2Parser.g:6235:2: ( ruleSubprogramType )
+ // InternalAadl2Parser.g:6236:3: ruleSubprogramType
{
before(grammarAccess.getComponentTypeAccess().getSubprogramTypeParserRuleCall_13());
pushFollow(FollowSets000.FOLLOW_2);
@@ -33144,13 +30341,13 @@ public final void rule__ComponentType__Alternatives() throws RecognitionExceptio
// $ANTLR start "rule__AbstractType__Alternatives_3_1"
- // InternalAadl2Parser.g:7195:1: rule__AbstractType__Alternatives_3_1 : ( ( ( rule__AbstractType__Group_3_1_0__0 ) ) | ( ( ( rule__AbstractType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__AbstractType__OwnedPrototypeAssignment_3_1_1 )* ) ) );
+ // InternalAadl2Parser.g:6245:1: rule__AbstractType__Alternatives_3_1 : ( ( ( rule__AbstractType__Group_3_1_0__0 ) ) | ( ( ( rule__AbstractType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__AbstractType__OwnedPrototypeAssignment_3_1_1 )* ) ) );
public final void rule__AbstractType__Alternatives_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:7199:1: ( ( ( rule__AbstractType__Group_3_1_0__0 ) ) | ( ( ( rule__AbstractType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__AbstractType__OwnedPrototypeAssignment_3_1_1 )* ) ) )
+ // InternalAadl2Parser.g:6249:1: ( ( ( rule__AbstractType__Group_3_1_0__0 ) ) | ( ( ( rule__AbstractType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__AbstractType__OwnedPrototypeAssignment_3_1_1 )* ) ) )
int alt16=2;
int LA16_0 = input.LA(1);
@@ -33168,14 +30365,14 @@ else if ( (LA16_0==RULE_ID) ) {
}
switch (alt16) {
case 1 :
- // InternalAadl2Parser.g:7200:2: ( ( rule__AbstractType__Group_3_1_0__0 ) )
+ // InternalAadl2Parser.g:6250:2: ( ( rule__AbstractType__Group_3_1_0__0 ) )
{
- // InternalAadl2Parser.g:7200:2: ( ( rule__AbstractType__Group_3_1_0__0 ) )
- // InternalAadl2Parser.g:7201:3: ( rule__AbstractType__Group_3_1_0__0 )
+ // InternalAadl2Parser.g:6250:2: ( ( rule__AbstractType__Group_3_1_0__0 ) )
+ // InternalAadl2Parser.g:6251:3: ( rule__AbstractType__Group_3_1_0__0 )
{
before(grammarAccess.getAbstractTypeAccess().getGroup_3_1_0());
- // InternalAadl2Parser.g:7202:3: ( rule__AbstractType__Group_3_1_0__0 )
- // InternalAadl2Parser.g:7202:4: rule__AbstractType__Group_3_1_0__0
+ // InternalAadl2Parser.g:6252:3: ( rule__AbstractType__Group_3_1_0__0 )
+ // InternalAadl2Parser.g:6252:4: rule__AbstractType__Group_3_1_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__Group_3_1_0__0();
@@ -33193,17 +30390,17 @@ else if ( (LA16_0==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:7206:2: ( ( ( rule__AbstractType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__AbstractType__OwnedPrototypeAssignment_3_1_1 )* ) )
+ // InternalAadl2Parser.g:6256:2: ( ( ( rule__AbstractType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__AbstractType__OwnedPrototypeAssignment_3_1_1 )* ) )
{
- // InternalAadl2Parser.g:7206:2: ( ( ( rule__AbstractType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__AbstractType__OwnedPrototypeAssignment_3_1_1 )* ) )
- // InternalAadl2Parser.g:7207:3: ( ( rule__AbstractType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__AbstractType__OwnedPrototypeAssignment_3_1_1 )* )
+ // InternalAadl2Parser.g:6256:2: ( ( ( rule__AbstractType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__AbstractType__OwnedPrototypeAssignment_3_1_1 )* ) )
+ // InternalAadl2Parser.g:6257:3: ( ( rule__AbstractType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__AbstractType__OwnedPrototypeAssignment_3_1_1 )* )
{
- // InternalAadl2Parser.g:7207:3: ( ( rule__AbstractType__OwnedPrototypeAssignment_3_1_1 ) )
- // InternalAadl2Parser.g:7208:4: ( rule__AbstractType__OwnedPrototypeAssignment_3_1_1 )
+ // InternalAadl2Parser.g:6257:3: ( ( rule__AbstractType__OwnedPrototypeAssignment_3_1_1 ) )
+ // InternalAadl2Parser.g:6258:4: ( rule__AbstractType__OwnedPrototypeAssignment_3_1_1 )
{
before(grammarAccess.getAbstractTypeAccess().getOwnedPrototypeAssignment_3_1_1());
- // InternalAadl2Parser.g:7209:4: ( rule__AbstractType__OwnedPrototypeAssignment_3_1_1 )
- // InternalAadl2Parser.g:7209:5: rule__AbstractType__OwnedPrototypeAssignment_3_1_1
+ // InternalAadl2Parser.g:6259:4: ( rule__AbstractType__OwnedPrototypeAssignment_3_1_1 )
+ // InternalAadl2Parser.g:6259:5: rule__AbstractType__OwnedPrototypeAssignment_3_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__AbstractType__OwnedPrototypeAssignment_3_1_1();
@@ -33217,11 +30414,11 @@ else if ( (LA16_0==RULE_ID) ) {
}
- // InternalAadl2Parser.g:7212:3: ( ( rule__AbstractType__OwnedPrototypeAssignment_3_1_1 )* )
- // InternalAadl2Parser.g:7213:4: ( rule__AbstractType__OwnedPrototypeAssignment_3_1_1 )*
+ // InternalAadl2Parser.g:6262:3: ( ( rule__AbstractType__OwnedPrototypeAssignment_3_1_1 )* )
+ // InternalAadl2Parser.g:6263:4: ( rule__AbstractType__OwnedPrototypeAssignment_3_1_1 )*
{
before(grammarAccess.getAbstractTypeAccess().getOwnedPrototypeAssignment_3_1_1());
- // InternalAadl2Parser.g:7214:4: ( rule__AbstractType__OwnedPrototypeAssignment_3_1_1 )*
+ // InternalAadl2Parser.g:6264:4: ( rule__AbstractType__OwnedPrototypeAssignment_3_1_1 )*
loop15:
do {
int alt15=2;
@@ -33234,7 +30431,7 @@ else if ( (LA16_0==RULE_ID) ) {
switch (alt15) {
case 1 :
- // InternalAadl2Parser.g:7214:5: rule__AbstractType__OwnedPrototypeAssignment_3_1_1
+ // InternalAadl2Parser.g:6264:5: rule__AbstractType__OwnedPrototypeAssignment_3_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__AbstractType__OwnedPrototypeAssignment_3_1_1();
@@ -33278,13 +30475,13 @@ else if ( (LA16_0==RULE_ID) ) {
// $ANTLR start "rule__AbstractType__Alternatives_4_1"
- // InternalAadl2Parser.g:7223:1: rule__AbstractType__Alternatives_4_1 : ( ( ( rule__AbstractType__Group_4_1_0__0 ) ) | ( ( ( rule__AbstractType__Alternatives_4_1_1 ) ) ( ( rule__AbstractType__Alternatives_4_1_1 )* ) ) );
+ // InternalAadl2Parser.g:6273:1: rule__AbstractType__Alternatives_4_1 : ( ( ( rule__AbstractType__Group_4_1_0__0 ) ) | ( ( ( rule__AbstractType__Alternatives_4_1_1 ) ) ( ( rule__AbstractType__Alternatives_4_1_1 )* ) ) );
public final void rule__AbstractType__Alternatives_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:7227:1: ( ( ( rule__AbstractType__Group_4_1_0__0 ) ) | ( ( ( rule__AbstractType__Alternatives_4_1_1 ) ) ( ( rule__AbstractType__Alternatives_4_1_1 )* ) ) )
+ // InternalAadl2Parser.g:6277:1: ( ( ( rule__AbstractType__Group_4_1_0__0 ) ) | ( ( ( rule__AbstractType__Alternatives_4_1_1 ) ) ( ( rule__AbstractType__Alternatives_4_1_1 )* ) ) )
int alt18=2;
int LA18_0 = input.LA(1);
@@ -33302,14 +30499,14 @@ else if ( (LA18_0==RULE_ID) ) {
}
switch (alt18) {
case 1 :
- // InternalAadl2Parser.g:7228:2: ( ( rule__AbstractType__Group_4_1_0__0 ) )
+ // InternalAadl2Parser.g:6278:2: ( ( rule__AbstractType__Group_4_1_0__0 ) )
{
- // InternalAadl2Parser.g:7228:2: ( ( rule__AbstractType__Group_4_1_0__0 ) )
- // InternalAadl2Parser.g:7229:3: ( rule__AbstractType__Group_4_1_0__0 )
+ // InternalAadl2Parser.g:6278:2: ( ( rule__AbstractType__Group_4_1_0__0 ) )
+ // InternalAadl2Parser.g:6279:3: ( rule__AbstractType__Group_4_1_0__0 )
{
before(grammarAccess.getAbstractTypeAccess().getGroup_4_1_0());
- // InternalAadl2Parser.g:7230:3: ( rule__AbstractType__Group_4_1_0__0 )
- // InternalAadl2Parser.g:7230:4: rule__AbstractType__Group_4_1_0__0
+ // InternalAadl2Parser.g:6280:3: ( rule__AbstractType__Group_4_1_0__0 )
+ // InternalAadl2Parser.g:6280:4: rule__AbstractType__Group_4_1_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__Group_4_1_0__0();
@@ -33327,17 +30524,17 @@ else if ( (LA18_0==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:7234:2: ( ( ( rule__AbstractType__Alternatives_4_1_1 ) ) ( ( rule__AbstractType__Alternatives_4_1_1 )* ) )
+ // InternalAadl2Parser.g:6284:2: ( ( ( rule__AbstractType__Alternatives_4_1_1 ) ) ( ( rule__AbstractType__Alternatives_4_1_1 )* ) )
{
- // InternalAadl2Parser.g:7234:2: ( ( ( rule__AbstractType__Alternatives_4_1_1 ) ) ( ( rule__AbstractType__Alternatives_4_1_1 )* ) )
- // InternalAadl2Parser.g:7235:3: ( ( rule__AbstractType__Alternatives_4_1_1 ) ) ( ( rule__AbstractType__Alternatives_4_1_1 )* )
+ // InternalAadl2Parser.g:6284:2: ( ( ( rule__AbstractType__Alternatives_4_1_1 ) ) ( ( rule__AbstractType__Alternatives_4_1_1 )* ) )
+ // InternalAadl2Parser.g:6285:3: ( ( rule__AbstractType__Alternatives_4_1_1 ) ) ( ( rule__AbstractType__Alternatives_4_1_1 )* )
{
- // InternalAadl2Parser.g:7235:3: ( ( rule__AbstractType__Alternatives_4_1_1 ) )
- // InternalAadl2Parser.g:7236:4: ( rule__AbstractType__Alternatives_4_1_1 )
+ // InternalAadl2Parser.g:6285:3: ( ( rule__AbstractType__Alternatives_4_1_1 ) )
+ // InternalAadl2Parser.g:6286:4: ( rule__AbstractType__Alternatives_4_1_1 )
{
before(grammarAccess.getAbstractTypeAccess().getAlternatives_4_1_1());
- // InternalAadl2Parser.g:7237:4: ( rule__AbstractType__Alternatives_4_1_1 )
- // InternalAadl2Parser.g:7237:5: rule__AbstractType__Alternatives_4_1_1
+ // InternalAadl2Parser.g:6287:4: ( rule__AbstractType__Alternatives_4_1_1 )
+ // InternalAadl2Parser.g:6287:5: rule__AbstractType__Alternatives_4_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__AbstractType__Alternatives_4_1_1();
@@ -33351,11 +30548,11 @@ else if ( (LA18_0==RULE_ID) ) {
}
- // InternalAadl2Parser.g:7240:3: ( ( rule__AbstractType__Alternatives_4_1_1 )* )
- // InternalAadl2Parser.g:7241:4: ( rule__AbstractType__Alternatives_4_1_1 )*
+ // InternalAadl2Parser.g:6290:3: ( ( rule__AbstractType__Alternatives_4_1_1 )* )
+ // InternalAadl2Parser.g:6291:4: ( rule__AbstractType__Alternatives_4_1_1 )*
{
before(grammarAccess.getAbstractTypeAccess().getAlternatives_4_1_1());
- // InternalAadl2Parser.g:7242:4: ( rule__AbstractType__Alternatives_4_1_1 )*
+ // InternalAadl2Parser.g:6292:4: ( rule__AbstractType__Alternatives_4_1_1 )*
loop17:
do {
int alt17=2;
@@ -33368,7 +30565,7 @@ else if ( (LA18_0==RULE_ID) ) {
switch (alt17) {
case 1 :
- // InternalAadl2Parser.g:7242:5: rule__AbstractType__Alternatives_4_1_1
+ // InternalAadl2Parser.g:6292:5: rule__AbstractType__Alternatives_4_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__AbstractType__Alternatives_4_1_1();
@@ -33412,25 +30609,25 @@ else if ( (LA18_0==RULE_ID) ) {
// $ANTLR start "rule__AbstractType__Alternatives_4_1_1"
- // InternalAadl2Parser.g:7251:1: rule__AbstractType__Alternatives_4_1_1 : ( ( ( rule__AbstractType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__AbstractType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__AbstractType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__AbstractType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__AbstractType__OwnedDataAccessAssignment_4_1_1_4 ) ) | ( ( rule__AbstractType__OwnedBusAccessAssignment_4_1_1_5 ) ) | ( ( rule__AbstractType__OwnedSubprogramAccessAssignment_4_1_1_6 ) ) | ( ( rule__AbstractType__OwnedSubprogramGroupAccessAssignment_4_1_1_7 ) ) | ( ( rule__AbstractType__OwnedAbstractFeatureAssignment_4_1_1_8 ) ) );
+ // InternalAadl2Parser.g:6301:1: rule__AbstractType__Alternatives_4_1_1 : ( ( ( rule__AbstractType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__AbstractType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__AbstractType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__AbstractType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__AbstractType__OwnedDataAccessAssignment_4_1_1_4 ) ) | ( ( rule__AbstractType__OwnedBusAccessAssignment_4_1_1_5 ) ) | ( ( rule__AbstractType__OwnedSubprogramAccessAssignment_4_1_1_6 ) ) | ( ( rule__AbstractType__OwnedSubprogramGroupAccessAssignment_4_1_1_7 ) ) | ( ( rule__AbstractType__OwnedAbstractFeatureAssignment_4_1_1_8 ) ) );
public final void rule__AbstractType__Alternatives_4_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:7255:1: ( ( ( rule__AbstractType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__AbstractType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__AbstractType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__AbstractType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__AbstractType__OwnedDataAccessAssignment_4_1_1_4 ) ) | ( ( rule__AbstractType__OwnedBusAccessAssignment_4_1_1_5 ) ) | ( ( rule__AbstractType__OwnedSubprogramAccessAssignment_4_1_1_6 ) ) | ( ( rule__AbstractType__OwnedSubprogramGroupAccessAssignment_4_1_1_7 ) ) | ( ( rule__AbstractType__OwnedAbstractFeatureAssignment_4_1_1_8 ) ) )
+ // InternalAadl2Parser.g:6305:1: ( ( ( rule__AbstractType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__AbstractType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__AbstractType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__AbstractType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__AbstractType__OwnedDataAccessAssignment_4_1_1_4 ) ) | ( ( rule__AbstractType__OwnedBusAccessAssignment_4_1_1_5 ) ) | ( ( rule__AbstractType__OwnedSubprogramAccessAssignment_4_1_1_6 ) ) | ( ( rule__AbstractType__OwnedSubprogramGroupAccessAssignment_4_1_1_7 ) ) | ( ( rule__AbstractType__OwnedAbstractFeatureAssignment_4_1_1_8 ) ) )
int alt19=9;
alt19 = dfa19.predict(input);
switch (alt19) {
case 1 :
- // InternalAadl2Parser.g:7256:2: ( ( rule__AbstractType__OwnedDataPortAssignment_4_1_1_0 ) )
+ // InternalAadl2Parser.g:6306:2: ( ( rule__AbstractType__OwnedDataPortAssignment_4_1_1_0 ) )
{
- // InternalAadl2Parser.g:7256:2: ( ( rule__AbstractType__OwnedDataPortAssignment_4_1_1_0 ) )
- // InternalAadl2Parser.g:7257:3: ( rule__AbstractType__OwnedDataPortAssignment_4_1_1_0 )
+ // InternalAadl2Parser.g:6306:2: ( ( rule__AbstractType__OwnedDataPortAssignment_4_1_1_0 ) )
+ // InternalAadl2Parser.g:6307:3: ( rule__AbstractType__OwnedDataPortAssignment_4_1_1_0 )
{
before(grammarAccess.getAbstractTypeAccess().getOwnedDataPortAssignment_4_1_1_0());
- // InternalAadl2Parser.g:7258:3: ( rule__AbstractType__OwnedDataPortAssignment_4_1_1_0 )
- // InternalAadl2Parser.g:7258:4: rule__AbstractType__OwnedDataPortAssignment_4_1_1_0
+ // InternalAadl2Parser.g:6308:3: ( rule__AbstractType__OwnedDataPortAssignment_4_1_1_0 )
+ // InternalAadl2Parser.g:6308:4: rule__AbstractType__OwnedDataPortAssignment_4_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__OwnedDataPortAssignment_4_1_1_0();
@@ -33448,14 +30645,14 @@ public final void rule__AbstractType__Alternatives_4_1_1() throws RecognitionExc
}
break;
case 2 :
- // InternalAadl2Parser.g:7262:2: ( ( rule__AbstractType__OwnedEventPortAssignment_4_1_1_1 ) )
+ // InternalAadl2Parser.g:6312:2: ( ( rule__AbstractType__OwnedEventPortAssignment_4_1_1_1 ) )
{
- // InternalAadl2Parser.g:7262:2: ( ( rule__AbstractType__OwnedEventPortAssignment_4_1_1_1 ) )
- // InternalAadl2Parser.g:7263:3: ( rule__AbstractType__OwnedEventPortAssignment_4_1_1_1 )
+ // InternalAadl2Parser.g:6312:2: ( ( rule__AbstractType__OwnedEventPortAssignment_4_1_1_1 ) )
+ // InternalAadl2Parser.g:6313:3: ( rule__AbstractType__OwnedEventPortAssignment_4_1_1_1 )
{
before(grammarAccess.getAbstractTypeAccess().getOwnedEventPortAssignment_4_1_1_1());
- // InternalAadl2Parser.g:7264:3: ( rule__AbstractType__OwnedEventPortAssignment_4_1_1_1 )
- // InternalAadl2Parser.g:7264:4: rule__AbstractType__OwnedEventPortAssignment_4_1_1_1
+ // InternalAadl2Parser.g:6314:3: ( rule__AbstractType__OwnedEventPortAssignment_4_1_1_1 )
+ // InternalAadl2Parser.g:6314:4: rule__AbstractType__OwnedEventPortAssignment_4_1_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__OwnedEventPortAssignment_4_1_1_1();
@@ -33473,14 +30670,14 @@ public final void rule__AbstractType__Alternatives_4_1_1() throws RecognitionExc
}
break;
case 3 :
- // InternalAadl2Parser.g:7268:2: ( ( rule__AbstractType__OwnedEventDataPortAssignment_4_1_1_2 ) )
+ // InternalAadl2Parser.g:6318:2: ( ( rule__AbstractType__OwnedEventDataPortAssignment_4_1_1_2 ) )
{
- // InternalAadl2Parser.g:7268:2: ( ( rule__AbstractType__OwnedEventDataPortAssignment_4_1_1_2 ) )
- // InternalAadl2Parser.g:7269:3: ( rule__AbstractType__OwnedEventDataPortAssignment_4_1_1_2 )
+ // InternalAadl2Parser.g:6318:2: ( ( rule__AbstractType__OwnedEventDataPortAssignment_4_1_1_2 ) )
+ // InternalAadl2Parser.g:6319:3: ( rule__AbstractType__OwnedEventDataPortAssignment_4_1_1_2 )
{
before(grammarAccess.getAbstractTypeAccess().getOwnedEventDataPortAssignment_4_1_1_2());
- // InternalAadl2Parser.g:7270:3: ( rule__AbstractType__OwnedEventDataPortAssignment_4_1_1_2 )
- // InternalAadl2Parser.g:7270:4: rule__AbstractType__OwnedEventDataPortAssignment_4_1_1_2
+ // InternalAadl2Parser.g:6320:3: ( rule__AbstractType__OwnedEventDataPortAssignment_4_1_1_2 )
+ // InternalAadl2Parser.g:6320:4: rule__AbstractType__OwnedEventDataPortAssignment_4_1_1_2
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__OwnedEventDataPortAssignment_4_1_1_2();
@@ -33498,14 +30695,14 @@ public final void rule__AbstractType__Alternatives_4_1_1() throws RecognitionExc
}
break;
case 4 :
- // InternalAadl2Parser.g:7274:2: ( ( rule__AbstractType__OwnedFeatureGroupAssignment_4_1_1_3 ) )
+ // InternalAadl2Parser.g:6324:2: ( ( rule__AbstractType__OwnedFeatureGroupAssignment_4_1_1_3 ) )
{
- // InternalAadl2Parser.g:7274:2: ( ( rule__AbstractType__OwnedFeatureGroupAssignment_4_1_1_3 ) )
- // InternalAadl2Parser.g:7275:3: ( rule__AbstractType__OwnedFeatureGroupAssignment_4_1_1_3 )
+ // InternalAadl2Parser.g:6324:2: ( ( rule__AbstractType__OwnedFeatureGroupAssignment_4_1_1_3 ) )
+ // InternalAadl2Parser.g:6325:3: ( rule__AbstractType__OwnedFeatureGroupAssignment_4_1_1_3 )
{
before(grammarAccess.getAbstractTypeAccess().getOwnedFeatureGroupAssignment_4_1_1_3());
- // InternalAadl2Parser.g:7276:3: ( rule__AbstractType__OwnedFeatureGroupAssignment_4_1_1_3 )
- // InternalAadl2Parser.g:7276:4: rule__AbstractType__OwnedFeatureGroupAssignment_4_1_1_3
+ // InternalAadl2Parser.g:6326:3: ( rule__AbstractType__OwnedFeatureGroupAssignment_4_1_1_3 )
+ // InternalAadl2Parser.g:6326:4: rule__AbstractType__OwnedFeatureGroupAssignment_4_1_1_3
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__OwnedFeatureGroupAssignment_4_1_1_3();
@@ -33523,14 +30720,14 @@ public final void rule__AbstractType__Alternatives_4_1_1() throws RecognitionExc
}
break;
case 5 :
- // InternalAadl2Parser.g:7280:2: ( ( rule__AbstractType__OwnedDataAccessAssignment_4_1_1_4 ) )
+ // InternalAadl2Parser.g:6330:2: ( ( rule__AbstractType__OwnedDataAccessAssignment_4_1_1_4 ) )
{
- // InternalAadl2Parser.g:7280:2: ( ( rule__AbstractType__OwnedDataAccessAssignment_4_1_1_4 ) )
- // InternalAadl2Parser.g:7281:3: ( rule__AbstractType__OwnedDataAccessAssignment_4_1_1_4 )
+ // InternalAadl2Parser.g:6330:2: ( ( rule__AbstractType__OwnedDataAccessAssignment_4_1_1_4 ) )
+ // InternalAadl2Parser.g:6331:3: ( rule__AbstractType__OwnedDataAccessAssignment_4_1_1_4 )
{
before(grammarAccess.getAbstractTypeAccess().getOwnedDataAccessAssignment_4_1_1_4());
- // InternalAadl2Parser.g:7282:3: ( rule__AbstractType__OwnedDataAccessAssignment_4_1_1_4 )
- // InternalAadl2Parser.g:7282:4: rule__AbstractType__OwnedDataAccessAssignment_4_1_1_4
+ // InternalAadl2Parser.g:6332:3: ( rule__AbstractType__OwnedDataAccessAssignment_4_1_1_4 )
+ // InternalAadl2Parser.g:6332:4: rule__AbstractType__OwnedDataAccessAssignment_4_1_1_4
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__OwnedDataAccessAssignment_4_1_1_4();
@@ -33548,14 +30745,14 @@ public final void rule__AbstractType__Alternatives_4_1_1() throws RecognitionExc
}
break;
case 6 :
- // InternalAadl2Parser.g:7286:2: ( ( rule__AbstractType__OwnedBusAccessAssignment_4_1_1_5 ) )
+ // InternalAadl2Parser.g:6336:2: ( ( rule__AbstractType__OwnedBusAccessAssignment_4_1_1_5 ) )
{
- // InternalAadl2Parser.g:7286:2: ( ( rule__AbstractType__OwnedBusAccessAssignment_4_1_1_5 ) )
- // InternalAadl2Parser.g:7287:3: ( rule__AbstractType__OwnedBusAccessAssignment_4_1_1_5 )
+ // InternalAadl2Parser.g:6336:2: ( ( rule__AbstractType__OwnedBusAccessAssignment_4_1_1_5 ) )
+ // InternalAadl2Parser.g:6337:3: ( rule__AbstractType__OwnedBusAccessAssignment_4_1_1_5 )
{
before(grammarAccess.getAbstractTypeAccess().getOwnedBusAccessAssignment_4_1_1_5());
- // InternalAadl2Parser.g:7288:3: ( rule__AbstractType__OwnedBusAccessAssignment_4_1_1_5 )
- // InternalAadl2Parser.g:7288:4: rule__AbstractType__OwnedBusAccessAssignment_4_1_1_5
+ // InternalAadl2Parser.g:6338:3: ( rule__AbstractType__OwnedBusAccessAssignment_4_1_1_5 )
+ // InternalAadl2Parser.g:6338:4: rule__AbstractType__OwnedBusAccessAssignment_4_1_1_5
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__OwnedBusAccessAssignment_4_1_1_5();
@@ -33573,14 +30770,14 @@ public final void rule__AbstractType__Alternatives_4_1_1() throws RecognitionExc
}
break;
case 7 :
- // InternalAadl2Parser.g:7292:2: ( ( rule__AbstractType__OwnedSubprogramAccessAssignment_4_1_1_6 ) )
+ // InternalAadl2Parser.g:6342:2: ( ( rule__AbstractType__OwnedSubprogramAccessAssignment_4_1_1_6 ) )
{
- // InternalAadl2Parser.g:7292:2: ( ( rule__AbstractType__OwnedSubprogramAccessAssignment_4_1_1_6 ) )
- // InternalAadl2Parser.g:7293:3: ( rule__AbstractType__OwnedSubprogramAccessAssignment_4_1_1_6 )
+ // InternalAadl2Parser.g:6342:2: ( ( rule__AbstractType__OwnedSubprogramAccessAssignment_4_1_1_6 ) )
+ // InternalAadl2Parser.g:6343:3: ( rule__AbstractType__OwnedSubprogramAccessAssignment_4_1_1_6 )
{
before(grammarAccess.getAbstractTypeAccess().getOwnedSubprogramAccessAssignment_4_1_1_6());
- // InternalAadl2Parser.g:7294:3: ( rule__AbstractType__OwnedSubprogramAccessAssignment_4_1_1_6 )
- // InternalAadl2Parser.g:7294:4: rule__AbstractType__OwnedSubprogramAccessAssignment_4_1_1_6
+ // InternalAadl2Parser.g:6344:3: ( rule__AbstractType__OwnedSubprogramAccessAssignment_4_1_1_6 )
+ // InternalAadl2Parser.g:6344:4: rule__AbstractType__OwnedSubprogramAccessAssignment_4_1_1_6
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__OwnedSubprogramAccessAssignment_4_1_1_6();
@@ -33598,14 +30795,14 @@ public final void rule__AbstractType__Alternatives_4_1_1() throws RecognitionExc
}
break;
case 8 :
- // InternalAadl2Parser.g:7298:2: ( ( rule__AbstractType__OwnedSubprogramGroupAccessAssignment_4_1_1_7 ) )
+ // InternalAadl2Parser.g:6348:2: ( ( rule__AbstractType__OwnedSubprogramGroupAccessAssignment_4_1_1_7 ) )
{
- // InternalAadl2Parser.g:7298:2: ( ( rule__AbstractType__OwnedSubprogramGroupAccessAssignment_4_1_1_7 ) )
- // InternalAadl2Parser.g:7299:3: ( rule__AbstractType__OwnedSubprogramGroupAccessAssignment_4_1_1_7 )
+ // InternalAadl2Parser.g:6348:2: ( ( rule__AbstractType__OwnedSubprogramGroupAccessAssignment_4_1_1_7 ) )
+ // InternalAadl2Parser.g:6349:3: ( rule__AbstractType__OwnedSubprogramGroupAccessAssignment_4_1_1_7 )
{
before(grammarAccess.getAbstractTypeAccess().getOwnedSubprogramGroupAccessAssignment_4_1_1_7());
- // InternalAadl2Parser.g:7300:3: ( rule__AbstractType__OwnedSubprogramGroupAccessAssignment_4_1_1_7 )
- // InternalAadl2Parser.g:7300:4: rule__AbstractType__OwnedSubprogramGroupAccessAssignment_4_1_1_7
+ // InternalAadl2Parser.g:6350:3: ( rule__AbstractType__OwnedSubprogramGroupAccessAssignment_4_1_1_7 )
+ // InternalAadl2Parser.g:6350:4: rule__AbstractType__OwnedSubprogramGroupAccessAssignment_4_1_1_7
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__OwnedSubprogramGroupAccessAssignment_4_1_1_7();
@@ -33623,14 +30820,14 @@ public final void rule__AbstractType__Alternatives_4_1_1() throws RecognitionExc
}
break;
case 9 :
- // InternalAadl2Parser.g:7304:2: ( ( rule__AbstractType__OwnedAbstractFeatureAssignment_4_1_1_8 ) )
+ // InternalAadl2Parser.g:6354:2: ( ( rule__AbstractType__OwnedAbstractFeatureAssignment_4_1_1_8 ) )
{
- // InternalAadl2Parser.g:7304:2: ( ( rule__AbstractType__OwnedAbstractFeatureAssignment_4_1_1_8 ) )
- // InternalAadl2Parser.g:7305:3: ( rule__AbstractType__OwnedAbstractFeatureAssignment_4_1_1_8 )
+ // InternalAadl2Parser.g:6354:2: ( ( rule__AbstractType__OwnedAbstractFeatureAssignment_4_1_1_8 ) )
+ // InternalAadl2Parser.g:6355:3: ( rule__AbstractType__OwnedAbstractFeatureAssignment_4_1_1_8 )
{
before(grammarAccess.getAbstractTypeAccess().getOwnedAbstractFeatureAssignment_4_1_1_8());
- // InternalAadl2Parser.g:7306:3: ( rule__AbstractType__OwnedAbstractFeatureAssignment_4_1_1_8 )
- // InternalAadl2Parser.g:7306:4: rule__AbstractType__OwnedAbstractFeatureAssignment_4_1_1_8
+ // InternalAadl2Parser.g:6356:3: ( rule__AbstractType__OwnedAbstractFeatureAssignment_4_1_1_8 )
+ // InternalAadl2Parser.g:6356:4: rule__AbstractType__OwnedAbstractFeatureAssignment_4_1_1_8
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__OwnedAbstractFeatureAssignment_4_1_1_8();
@@ -33665,13 +30862,13 @@ public final void rule__AbstractType__Alternatives_4_1_1() throws RecognitionExc
// $ANTLR start "rule__AbstractType__Alternatives_5_1"
- // InternalAadl2Parser.g:7314:1: rule__AbstractType__Alternatives_5_1 : ( ( ( ( rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__AbstractType__Group_5_1_1__0 ) ) );
+ // InternalAadl2Parser.g:6364:1: rule__AbstractType__Alternatives_5_1 : ( ( ( ( rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__AbstractType__Group_5_1_1__0 ) ) );
public final void rule__AbstractType__Alternatives_5_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:7318:1: ( ( ( ( rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__AbstractType__Group_5_1_1__0 ) ) )
+ // InternalAadl2Parser.g:6368:1: ( ( ( ( rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__AbstractType__Group_5_1_1__0 ) ) )
int alt21=2;
int LA21_0 = input.LA(1);
@@ -33689,17 +30886,17 @@ else if ( (LA21_0==None) ) {
}
switch (alt21) {
case 1 :
- // InternalAadl2Parser.g:7319:2: ( ( ( rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
+ // InternalAadl2Parser.g:6369:2: ( ( ( rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
{
- // InternalAadl2Parser.g:7319:2: ( ( ( rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
- // InternalAadl2Parser.g:7320:3: ( ( rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0 )* )
+ // InternalAadl2Parser.g:6369:2: ( ( ( rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
+ // InternalAadl2Parser.g:6370:3: ( ( rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0 )* )
{
- // InternalAadl2Parser.g:7320:3: ( ( rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0 ) )
- // InternalAadl2Parser.g:7321:4: ( rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0 )
+ // InternalAadl2Parser.g:6370:3: ( ( rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0 ) )
+ // InternalAadl2Parser.g:6371:4: ( rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0 )
{
before(grammarAccess.getAbstractTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0());
- // InternalAadl2Parser.g:7322:4: ( rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0 )
- // InternalAadl2Parser.g:7322:5: rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0
+ // InternalAadl2Parser.g:6372:4: ( rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0 )
+ // InternalAadl2Parser.g:6372:5: rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0();
@@ -33713,11 +30910,11 @@ else if ( (LA21_0==None) ) {
}
- // InternalAadl2Parser.g:7325:3: ( ( rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0 )* )
- // InternalAadl2Parser.g:7326:4: ( rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0 )*
+ // InternalAadl2Parser.g:6375:3: ( ( rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0 )* )
+ // InternalAadl2Parser.g:6376:4: ( rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0 )*
{
before(grammarAccess.getAbstractTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0());
- // InternalAadl2Parser.g:7327:4: ( rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0 )*
+ // InternalAadl2Parser.g:6377:4: ( rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0 )*
loop20:
do {
int alt20=2;
@@ -33730,7 +30927,7 @@ else if ( (LA21_0==None) ) {
switch (alt20) {
case 1 :
- // InternalAadl2Parser.g:7327:5: rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0
+ // InternalAadl2Parser.g:6377:5: rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__AbstractType__OwnedFlowSpecificationAssignment_5_1_0();
@@ -33757,14 +30954,14 @@ else if ( (LA21_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:7332:2: ( ( rule__AbstractType__Group_5_1_1__0 ) )
+ // InternalAadl2Parser.g:6382:2: ( ( rule__AbstractType__Group_5_1_1__0 ) )
{
- // InternalAadl2Parser.g:7332:2: ( ( rule__AbstractType__Group_5_1_1__0 ) )
- // InternalAadl2Parser.g:7333:3: ( rule__AbstractType__Group_5_1_1__0 )
+ // InternalAadl2Parser.g:6382:2: ( ( rule__AbstractType__Group_5_1_1__0 ) )
+ // InternalAadl2Parser.g:6383:3: ( rule__AbstractType__Group_5_1_1__0 )
{
before(grammarAccess.getAbstractTypeAccess().getGroup_5_1_1());
- // InternalAadl2Parser.g:7334:3: ( rule__AbstractType__Group_5_1_1__0 )
- // InternalAadl2Parser.g:7334:4: rule__AbstractType__Group_5_1_1__0
+ // InternalAadl2Parser.g:6384:3: ( rule__AbstractType__Group_5_1_1__0 )
+ // InternalAadl2Parser.g:6384:4: rule__AbstractType__Group_5_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__Group_5_1_1__0();
@@ -33799,13 +30996,13 @@ else if ( (LA21_0==None) ) {
// $ANTLR start "rule__AbstractType__Alternatives_6"
- // InternalAadl2Parser.g:7342:1: rule__AbstractType__Alternatives_6 : ( ( ( rule__AbstractType__Group_6_0__0 ) ) | ( ( rule__AbstractType__Group_6_1__0 ) ) );
+ // InternalAadl2Parser.g:6392:1: rule__AbstractType__Alternatives_6 : ( ( ( rule__AbstractType__Group_6_0__0 ) ) | ( ( rule__AbstractType__Group_6_1__0 ) ) );
public final void rule__AbstractType__Alternatives_6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:7346:1: ( ( ( rule__AbstractType__Group_6_0__0 ) ) | ( ( rule__AbstractType__Group_6_1__0 ) ) )
+ // InternalAadl2Parser.g:6396:1: ( ( ( rule__AbstractType__Group_6_0__0 ) ) | ( ( rule__AbstractType__Group_6_1__0 ) ) )
int alt22=2;
int LA22_0 = input.LA(1);
@@ -33823,14 +31020,14 @@ else if ( (LA22_0==Modes) ) {
}
switch (alt22) {
case 1 :
- // InternalAadl2Parser.g:7347:2: ( ( rule__AbstractType__Group_6_0__0 ) )
+ // InternalAadl2Parser.g:6397:2: ( ( rule__AbstractType__Group_6_0__0 ) )
{
- // InternalAadl2Parser.g:7347:2: ( ( rule__AbstractType__Group_6_0__0 ) )
- // InternalAadl2Parser.g:7348:3: ( rule__AbstractType__Group_6_0__0 )
+ // InternalAadl2Parser.g:6397:2: ( ( rule__AbstractType__Group_6_0__0 ) )
+ // InternalAadl2Parser.g:6398:3: ( rule__AbstractType__Group_6_0__0 )
{
before(grammarAccess.getAbstractTypeAccess().getGroup_6_0());
- // InternalAadl2Parser.g:7349:3: ( rule__AbstractType__Group_6_0__0 )
- // InternalAadl2Parser.g:7349:4: rule__AbstractType__Group_6_0__0
+ // InternalAadl2Parser.g:6399:3: ( rule__AbstractType__Group_6_0__0 )
+ // InternalAadl2Parser.g:6399:4: rule__AbstractType__Group_6_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__Group_6_0__0();
@@ -33848,14 +31045,14 @@ else if ( (LA22_0==Modes) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:7353:2: ( ( rule__AbstractType__Group_6_1__0 ) )
+ // InternalAadl2Parser.g:6403:2: ( ( rule__AbstractType__Group_6_1__0 ) )
{
- // InternalAadl2Parser.g:7353:2: ( ( rule__AbstractType__Group_6_1__0 ) )
- // InternalAadl2Parser.g:7354:3: ( rule__AbstractType__Group_6_1__0 )
+ // InternalAadl2Parser.g:6403:2: ( ( rule__AbstractType__Group_6_1__0 ) )
+ // InternalAadl2Parser.g:6404:3: ( rule__AbstractType__Group_6_1__0 )
{
before(grammarAccess.getAbstractTypeAccess().getGroup_6_1());
- // InternalAadl2Parser.g:7355:3: ( rule__AbstractType__Group_6_1__0 )
- // InternalAadl2Parser.g:7355:4: rule__AbstractType__Group_6_1__0
+ // InternalAadl2Parser.g:6405:3: ( rule__AbstractType__Group_6_1__0 )
+ // InternalAadl2Parser.g:6405:4: rule__AbstractType__Group_6_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__Group_6_1__0();
@@ -33890,13 +31087,13 @@ else if ( (LA22_0==Modes) ) {
// $ANTLR start "rule__AbstractType__Alternatives_6_1_1"
- // InternalAadl2Parser.g:7363:1: rule__AbstractType__Alternatives_6_1_1 : ( ( ( ( rule__AbstractType__Alternatives_6_1_1_0 ) ) ( ( rule__AbstractType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__AbstractType__Group_6_1_1_1__0 ) ) );
+ // InternalAadl2Parser.g:6413:1: rule__AbstractType__Alternatives_6_1_1 : ( ( ( ( rule__AbstractType__Alternatives_6_1_1_0 ) ) ( ( rule__AbstractType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__AbstractType__Group_6_1_1_1__0 ) ) );
public final void rule__AbstractType__Alternatives_6_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:7367:1: ( ( ( ( rule__AbstractType__Alternatives_6_1_1_0 ) ) ( ( rule__AbstractType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__AbstractType__Group_6_1_1_1__0 ) ) )
+ // InternalAadl2Parser.g:6417:1: ( ( ( ( rule__AbstractType__Alternatives_6_1_1_0 ) ) ( ( rule__AbstractType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__AbstractType__Group_6_1_1_1__0 ) ) )
int alt24=2;
int LA24_0 = input.LA(1);
@@ -33914,17 +31111,17 @@ else if ( (LA24_0==None) ) {
}
switch (alt24) {
case 1 :
- // InternalAadl2Parser.g:7368:2: ( ( ( rule__AbstractType__Alternatives_6_1_1_0 ) ) ( ( rule__AbstractType__Alternatives_6_1_1_0 )* ) )
+ // InternalAadl2Parser.g:6418:2: ( ( ( rule__AbstractType__Alternatives_6_1_1_0 ) ) ( ( rule__AbstractType__Alternatives_6_1_1_0 )* ) )
{
- // InternalAadl2Parser.g:7368:2: ( ( ( rule__AbstractType__Alternatives_6_1_1_0 ) ) ( ( rule__AbstractType__Alternatives_6_1_1_0 )* ) )
- // InternalAadl2Parser.g:7369:3: ( ( rule__AbstractType__Alternatives_6_1_1_0 ) ) ( ( rule__AbstractType__Alternatives_6_1_1_0 )* )
+ // InternalAadl2Parser.g:6418:2: ( ( ( rule__AbstractType__Alternatives_6_1_1_0 ) ) ( ( rule__AbstractType__Alternatives_6_1_1_0 )* ) )
+ // InternalAadl2Parser.g:6419:3: ( ( rule__AbstractType__Alternatives_6_1_1_0 ) ) ( ( rule__AbstractType__Alternatives_6_1_1_0 )* )
{
- // InternalAadl2Parser.g:7369:3: ( ( rule__AbstractType__Alternatives_6_1_1_0 ) )
- // InternalAadl2Parser.g:7370:4: ( rule__AbstractType__Alternatives_6_1_1_0 )
+ // InternalAadl2Parser.g:6419:3: ( ( rule__AbstractType__Alternatives_6_1_1_0 ) )
+ // InternalAadl2Parser.g:6420:4: ( rule__AbstractType__Alternatives_6_1_1_0 )
{
before(grammarAccess.getAbstractTypeAccess().getAlternatives_6_1_1_0());
- // InternalAadl2Parser.g:7371:4: ( rule__AbstractType__Alternatives_6_1_1_0 )
- // InternalAadl2Parser.g:7371:5: rule__AbstractType__Alternatives_6_1_1_0
+ // InternalAadl2Parser.g:6421:4: ( rule__AbstractType__Alternatives_6_1_1_0 )
+ // InternalAadl2Parser.g:6421:5: rule__AbstractType__Alternatives_6_1_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__AbstractType__Alternatives_6_1_1_0();
@@ -33938,11 +31135,11 @@ else if ( (LA24_0==None) ) {
}
- // InternalAadl2Parser.g:7374:3: ( ( rule__AbstractType__Alternatives_6_1_1_0 )* )
- // InternalAadl2Parser.g:7375:4: ( rule__AbstractType__Alternatives_6_1_1_0 )*
+ // InternalAadl2Parser.g:6424:3: ( ( rule__AbstractType__Alternatives_6_1_1_0 )* )
+ // InternalAadl2Parser.g:6425:4: ( rule__AbstractType__Alternatives_6_1_1_0 )*
{
before(grammarAccess.getAbstractTypeAccess().getAlternatives_6_1_1_0());
- // InternalAadl2Parser.g:7376:4: ( rule__AbstractType__Alternatives_6_1_1_0 )*
+ // InternalAadl2Parser.g:6426:4: ( rule__AbstractType__Alternatives_6_1_1_0 )*
loop23:
do {
int alt23=2;
@@ -33955,7 +31152,7 @@ else if ( (LA24_0==None) ) {
switch (alt23) {
case 1 :
- // InternalAadl2Parser.g:7376:5: rule__AbstractType__Alternatives_6_1_1_0
+ // InternalAadl2Parser.g:6426:5: rule__AbstractType__Alternatives_6_1_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__AbstractType__Alternatives_6_1_1_0();
@@ -33982,14 +31179,14 @@ else if ( (LA24_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:7381:2: ( ( rule__AbstractType__Group_6_1_1_1__0 ) )
+ // InternalAadl2Parser.g:6431:2: ( ( rule__AbstractType__Group_6_1_1_1__0 ) )
{
- // InternalAadl2Parser.g:7381:2: ( ( rule__AbstractType__Group_6_1_1_1__0 ) )
- // InternalAadl2Parser.g:7382:3: ( rule__AbstractType__Group_6_1_1_1__0 )
+ // InternalAadl2Parser.g:6431:2: ( ( rule__AbstractType__Group_6_1_1_1__0 ) )
+ // InternalAadl2Parser.g:6432:3: ( rule__AbstractType__Group_6_1_1_1__0 )
{
before(grammarAccess.getAbstractTypeAccess().getGroup_6_1_1_1());
- // InternalAadl2Parser.g:7383:3: ( rule__AbstractType__Group_6_1_1_1__0 )
- // InternalAadl2Parser.g:7383:4: rule__AbstractType__Group_6_1_1_1__0
+ // InternalAadl2Parser.g:6433:3: ( rule__AbstractType__Group_6_1_1_1__0 )
+ // InternalAadl2Parser.g:6433:4: rule__AbstractType__Group_6_1_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__Group_6_1_1_1__0();
@@ -34024,38 +31221,38 @@ else if ( (LA24_0==None) ) {
// $ANTLR start "rule__AbstractType__Alternatives_6_1_1_0"
- // InternalAadl2Parser.g:7391:1: rule__AbstractType__Alternatives_6_1_1_0 : ( ( ( rule__AbstractType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__AbstractType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) );
+ // InternalAadl2Parser.g:6441:1: rule__AbstractType__Alternatives_6_1_1_0 : ( ( ( rule__AbstractType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__AbstractType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) );
public final void rule__AbstractType__Alternatives_6_1_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:7395:1: ( ( ( rule__AbstractType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__AbstractType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) )
+ // InternalAadl2Parser.g:6445:1: ( ( ( rule__AbstractType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__AbstractType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) )
int alt25=2;
int LA25_0 = input.LA(1);
if ( (LA25_0==RULE_ID) ) {
int LA25_1 = input.LA(2);
- if ( (LA25_1==Colon) ) {
- int LA25_2 = input.LA(3);
+ if ( (LA25_1==HyphenMinusLeftSquareBracket) ) {
+ alt25=2;
+ }
+ else if ( (LA25_1==Colon) ) {
+ int LA25_3 = input.LA(3);
- if ( (LA25_2==Initial||LA25_2==Mode) ) {
+ if ( (LA25_3==Initial||LA25_3==Mode) ) {
alt25=1;
}
- else if ( (LA25_2==RULE_ID) ) {
+ else if ( (LA25_3==RULE_ID) ) {
alt25=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 25, 2, input);
+ new NoViableAltException("", 25, 3, input);
throw nvae;
}
}
- else if ( (LA25_1==HyphenMinusLeftSquareBracket) ) {
- alt25=2;
- }
else {
NoViableAltException nvae =
new NoViableAltException("", 25, 1, input);
@@ -34071,14 +31268,14 @@ else if ( (LA25_1==HyphenMinusLeftSquareBracket) ) {
}
switch (alt25) {
case 1 :
- // InternalAadl2Parser.g:7396:2: ( ( rule__AbstractType__OwnedModeAssignment_6_1_1_0_0 ) )
+ // InternalAadl2Parser.g:6446:2: ( ( rule__AbstractType__OwnedModeAssignment_6_1_1_0_0 ) )
{
- // InternalAadl2Parser.g:7396:2: ( ( rule__AbstractType__OwnedModeAssignment_6_1_1_0_0 ) )
- // InternalAadl2Parser.g:7397:3: ( rule__AbstractType__OwnedModeAssignment_6_1_1_0_0 )
+ // InternalAadl2Parser.g:6446:2: ( ( rule__AbstractType__OwnedModeAssignment_6_1_1_0_0 ) )
+ // InternalAadl2Parser.g:6447:3: ( rule__AbstractType__OwnedModeAssignment_6_1_1_0_0 )
{
before(grammarAccess.getAbstractTypeAccess().getOwnedModeAssignment_6_1_1_0_0());
- // InternalAadl2Parser.g:7398:3: ( rule__AbstractType__OwnedModeAssignment_6_1_1_0_0 )
- // InternalAadl2Parser.g:7398:4: rule__AbstractType__OwnedModeAssignment_6_1_1_0_0
+ // InternalAadl2Parser.g:6448:3: ( rule__AbstractType__OwnedModeAssignment_6_1_1_0_0 )
+ // InternalAadl2Parser.g:6448:4: rule__AbstractType__OwnedModeAssignment_6_1_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__OwnedModeAssignment_6_1_1_0_0();
@@ -34096,14 +31293,14 @@ else if ( (LA25_1==HyphenMinusLeftSquareBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:7402:2: ( ( rule__AbstractType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
+ // InternalAadl2Parser.g:6452:2: ( ( rule__AbstractType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
{
- // InternalAadl2Parser.g:7402:2: ( ( rule__AbstractType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
- // InternalAadl2Parser.g:7403:3: ( rule__AbstractType__OwnedModeTransitionAssignment_6_1_1_0_1 )
+ // InternalAadl2Parser.g:6452:2: ( ( rule__AbstractType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
+ // InternalAadl2Parser.g:6453:3: ( rule__AbstractType__OwnedModeTransitionAssignment_6_1_1_0_1 )
{
before(grammarAccess.getAbstractTypeAccess().getOwnedModeTransitionAssignment_6_1_1_0_1());
- // InternalAadl2Parser.g:7404:3: ( rule__AbstractType__OwnedModeTransitionAssignment_6_1_1_0_1 )
- // InternalAadl2Parser.g:7404:4: rule__AbstractType__OwnedModeTransitionAssignment_6_1_1_0_1
+ // InternalAadl2Parser.g:6454:3: ( rule__AbstractType__OwnedModeTransitionAssignment_6_1_1_0_1 )
+ // InternalAadl2Parser.g:6454:4: rule__AbstractType__OwnedModeTransitionAssignment_6_1_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__OwnedModeTransitionAssignment_6_1_1_0_1();
@@ -34138,13 +31335,13 @@ else if ( (LA25_1==HyphenMinusLeftSquareBracket) ) {
// $ANTLR start "rule__AbstractType__Alternatives_7_1"
- // InternalAadl2Parser.g:7412:1: rule__AbstractType__Alternatives_7_1 : ( ( ( ( rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__AbstractType__Group_7_1_1__0 ) ) );
+ // InternalAadl2Parser.g:6462:1: rule__AbstractType__Alternatives_7_1 : ( ( ( ( rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__AbstractType__Group_7_1_1__0 ) ) );
public final void rule__AbstractType__Alternatives_7_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:7416:1: ( ( ( ( rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__AbstractType__Group_7_1_1__0 ) ) )
+ // InternalAadl2Parser.g:6466:1: ( ( ( ( rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__AbstractType__Group_7_1_1__0 ) ) )
int alt27=2;
int LA27_0 = input.LA(1);
@@ -34162,17 +31359,17 @@ else if ( (LA27_0==None) ) {
}
switch (alt27) {
case 1 :
- // InternalAadl2Parser.g:7417:2: ( ( ( rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
+ // InternalAadl2Parser.g:6467:2: ( ( ( rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
{
- // InternalAadl2Parser.g:7417:2: ( ( ( rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
- // InternalAadl2Parser.g:7418:3: ( ( rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0 )* )
+ // InternalAadl2Parser.g:6467:2: ( ( ( rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
+ // InternalAadl2Parser.g:6468:3: ( ( rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0 )* )
{
- // InternalAadl2Parser.g:7418:3: ( ( rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0 ) )
- // InternalAadl2Parser.g:7419:4: ( rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0 )
+ // InternalAadl2Parser.g:6468:3: ( ( rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0 ) )
+ // InternalAadl2Parser.g:6469:4: ( rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0 )
{
before(grammarAccess.getAbstractTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
- // InternalAadl2Parser.g:7420:4: ( rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0 )
- // InternalAadl2Parser.g:7420:5: rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0
+ // InternalAadl2Parser.g:6470:4: ( rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0 )
+ // InternalAadl2Parser.g:6470:5: rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0();
@@ -34186,11 +31383,11 @@ else if ( (LA27_0==None) ) {
}
- // InternalAadl2Parser.g:7423:3: ( ( rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0 )* )
- // InternalAadl2Parser.g:7424:4: ( rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0 )*
+ // InternalAadl2Parser.g:6473:3: ( ( rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0 )* )
+ // InternalAadl2Parser.g:6474:4: ( rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0 )*
{
before(grammarAccess.getAbstractTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
- // InternalAadl2Parser.g:7425:4: ( rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0 )*
+ // InternalAadl2Parser.g:6475:4: ( rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0 )*
loop26:
do {
int alt26=2;
@@ -34203,7 +31400,7 @@ else if ( (LA27_0==None) ) {
switch (alt26) {
case 1 :
- // InternalAadl2Parser.g:7425:5: rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0
+ // InternalAadl2Parser.g:6475:5: rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__AbstractType__OwnedPropertyAssociationAssignment_7_1_0();
@@ -34230,14 +31427,14 @@ else if ( (LA27_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:7430:2: ( ( rule__AbstractType__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:6480:2: ( ( rule__AbstractType__Group_7_1_1__0 ) )
{
- // InternalAadl2Parser.g:7430:2: ( ( rule__AbstractType__Group_7_1_1__0 ) )
- // InternalAadl2Parser.g:7431:3: ( rule__AbstractType__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:6480:2: ( ( rule__AbstractType__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:6481:3: ( rule__AbstractType__Group_7_1_1__0 )
{
before(grammarAccess.getAbstractTypeAccess().getGroup_7_1_1());
- // InternalAadl2Parser.g:7432:3: ( rule__AbstractType__Group_7_1_1__0 )
- // InternalAadl2Parser.g:7432:4: rule__AbstractType__Group_7_1_1__0
+ // InternalAadl2Parser.g:6482:3: ( rule__AbstractType__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:6482:4: rule__AbstractType__Group_7_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__Group_7_1_1__0();
@@ -34272,13 +31469,13 @@ else if ( (LA27_0==None) ) {
// $ANTLR start "rule__SystemType__Alternatives_3_1"
- // InternalAadl2Parser.g:7440:1: rule__SystemType__Alternatives_3_1 : ( ( ( ( rule__SystemType__OwnedPrototypeAssignment_3_1_0 ) ) ( ( rule__SystemType__OwnedPrototypeAssignment_3_1_0 )* ) ) | ( ( rule__SystemType__Group_3_1_1__0 ) ) );
+ // InternalAadl2Parser.g:6490:1: rule__SystemType__Alternatives_3_1 : ( ( ( ( rule__SystemType__OwnedPrototypeAssignment_3_1_0 ) ) ( ( rule__SystemType__OwnedPrototypeAssignment_3_1_0 )* ) ) | ( ( rule__SystemType__Group_3_1_1__0 ) ) );
public final void rule__SystemType__Alternatives_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:7444:1: ( ( ( ( rule__SystemType__OwnedPrototypeAssignment_3_1_0 ) ) ( ( rule__SystemType__OwnedPrototypeAssignment_3_1_0 )* ) ) | ( ( rule__SystemType__Group_3_1_1__0 ) ) )
+ // InternalAadl2Parser.g:6494:1: ( ( ( ( rule__SystemType__OwnedPrototypeAssignment_3_1_0 ) ) ( ( rule__SystemType__OwnedPrototypeAssignment_3_1_0 )* ) ) | ( ( rule__SystemType__Group_3_1_1__0 ) ) )
int alt29=2;
int LA29_0 = input.LA(1);
@@ -34296,17 +31493,17 @@ else if ( (LA29_0==None) ) {
}
switch (alt29) {
case 1 :
- // InternalAadl2Parser.g:7445:2: ( ( ( rule__SystemType__OwnedPrototypeAssignment_3_1_0 ) ) ( ( rule__SystemType__OwnedPrototypeAssignment_3_1_0 )* ) )
+ // InternalAadl2Parser.g:6495:2: ( ( ( rule__SystemType__OwnedPrototypeAssignment_3_1_0 ) ) ( ( rule__SystemType__OwnedPrototypeAssignment_3_1_0 )* ) )
{
- // InternalAadl2Parser.g:7445:2: ( ( ( rule__SystemType__OwnedPrototypeAssignment_3_1_0 ) ) ( ( rule__SystemType__OwnedPrototypeAssignment_3_1_0 )* ) )
- // InternalAadl2Parser.g:7446:3: ( ( rule__SystemType__OwnedPrototypeAssignment_3_1_0 ) ) ( ( rule__SystemType__OwnedPrototypeAssignment_3_1_0 )* )
+ // InternalAadl2Parser.g:6495:2: ( ( ( rule__SystemType__OwnedPrototypeAssignment_3_1_0 ) ) ( ( rule__SystemType__OwnedPrototypeAssignment_3_1_0 )* ) )
+ // InternalAadl2Parser.g:6496:3: ( ( rule__SystemType__OwnedPrototypeAssignment_3_1_0 ) ) ( ( rule__SystemType__OwnedPrototypeAssignment_3_1_0 )* )
{
- // InternalAadl2Parser.g:7446:3: ( ( rule__SystemType__OwnedPrototypeAssignment_3_1_0 ) )
- // InternalAadl2Parser.g:7447:4: ( rule__SystemType__OwnedPrototypeAssignment_3_1_0 )
+ // InternalAadl2Parser.g:6496:3: ( ( rule__SystemType__OwnedPrototypeAssignment_3_1_0 ) )
+ // InternalAadl2Parser.g:6497:4: ( rule__SystemType__OwnedPrototypeAssignment_3_1_0 )
{
before(grammarAccess.getSystemTypeAccess().getOwnedPrototypeAssignment_3_1_0());
- // InternalAadl2Parser.g:7448:4: ( rule__SystemType__OwnedPrototypeAssignment_3_1_0 )
- // InternalAadl2Parser.g:7448:5: rule__SystemType__OwnedPrototypeAssignment_3_1_0
+ // InternalAadl2Parser.g:6498:4: ( rule__SystemType__OwnedPrototypeAssignment_3_1_0 )
+ // InternalAadl2Parser.g:6498:5: rule__SystemType__OwnedPrototypeAssignment_3_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__SystemType__OwnedPrototypeAssignment_3_1_0();
@@ -34320,11 +31517,11 @@ else if ( (LA29_0==None) ) {
}
- // InternalAadl2Parser.g:7451:3: ( ( rule__SystemType__OwnedPrototypeAssignment_3_1_0 )* )
- // InternalAadl2Parser.g:7452:4: ( rule__SystemType__OwnedPrototypeAssignment_3_1_0 )*
+ // InternalAadl2Parser.g:6501:3: ( ( rule__SystemType__OwnedPrototypeAssignment_3_1_0 )* )
+ // InternalAadl2Parser.g:6502:4: ( rule__SystemType__OwnedPrototypeAssignment_3_1_0 )*
{
before(grammarAccess.getSystemTypeAccess().getOwnedPrototypeAssignment_3_1_0());
- // InternalAadl2Parser.g:7453:4: ( rule__SystemType__OwnedPrototypeAssignment_3_1_0 )*
+ // InternalAadl2Parser.g:6503:4: ( rule__SystemType__OwnedPrototypeAssignment_3_1_0 )*
loop28:
do {
int alt28=2;
@@ -34337,7 +31534,7 @@ else if ( (LA29_0==None) ) {
switch (alt28) {
case 1 :
- // InternalAadl2Parser.g:7453:5: rule__SystemType__OwnedPrototypeAssignment_3_1_0
+ // InternalAadl2Parser.g:6503:5: rule__SystemType__OwnedPrototypeAssignment_3_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__SystemType__OwnedPrototypeAssignment_3_1_0();
@@ -34364,14 +31561,14 @@ else if ( (LA29_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:7458:2: ( ( rule__SystemType__Group_3_1_1__0 ) )
+ // InternalAadl2Parser.g:6508:2: ( ( rule__SystemType__Group_3_1_1__0 ) )
{
- // InternalAadl2Parser.g:7458:2: ( ( rule__SystemType__Group_3_1_1__0 ) )
- // InternalAadl2Parser.g:7459:3: ( rule__SystemType__Group_3_1_1__0 )
+ // InternalAadl2Parser.g:6508:2: ( ( rule__SystemType__Group_3_1_1__0 ) )
+ // InternalAadl2Parser.g:6509:3: ( rule__SystemType__Group_3_1_1__0 )
{
before(grammarAccess.getSystemTypeAccess().getGroup_3_1_1());
- // InternalAadl2Parser.g:7460:3: ( rule__SystemType__Group_3_1_1__0 )
- // InternalAadl2Parser.g:7460:4: rule__SystemType__Group_3_1_1__0
+ // InternalAadl2Parser.g:6510:3: ( rule__SystemType__Group_3_1_1__0 )
+ // InternalAadl2Parser.g:6510:4: rule__SystemType__Group_3_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__Group_3_1_1__0();
@@ -34406,13 +31603,13 @@ else if ( (LA29_0==None) ) {
// $ANTLR start "rule__SystemType__Alternatives_4_1"
- // InternalAadl2Parser.g:7468:1: rule__SystemType__Alternatives_4_1 : ( ( ( ( rule__SystemType__Alternatives_4_1_0 ) ) ( ( rule__SystemType__Alternatives_4_1_0 )* ) ) | ( ( rule__SystemType__Group_4_1_1__0 ) ) );
+ // InternalAadl2Parser.g:6518:1: rule__SystemType__Alternatives_4_1 : ( ( ( ( rule__SystemType__Alternatives_4_1_0 ) ) ( ( rule__SystemType__Alternatives_4_1_0 )* ) ) | ( ( rule__SystemType__Group_4_1_1__0 ) ) );
public final void rule__SystemType__Alternatives_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:7472:1: ( ( ( ( rule__SystemType__Alternatives_4_1_0 ) ) ( ( rule__SystemType__Alternatives_4_1_0 )* ) ) | ( ( rule__SystemType__Group_4_1_1__0 ) ) )
+ // InternalAadl2Parser.g:6522:1: ( ( ( ( rule__SystemType__Alternatives_4_1_0 ) ) ( ( rule__SystemType__Alternatives_4_1_0 )* ) ) | ( ( rule__SystemType__Group_4_1_1__0 ) ) )
int alt31=2;
int LA31_0 = input.LA(1);
@@ -34430,17 +31627,17 @@ else if ( (LA31_0==None) ) {
}
switch (alt31) {
case 1 :
- // InternalAadl2Parser.g:7473:2: ( ( ( rule__SystemType__Alternatives_4_1_0 ) ) ( ( rule__SystemType__Alternatives_4_1_0 )* ) )
+ // InternalAadl2Parser.g:6523:2: ( ( ( rule__SystemType__Alternatives_4_1_0 ) ) ( ( rule__SystemType__Alternatives_4_1_0 )* ) )
{
- // InternalAadl2Parser.g:7473:2: ( ( ( rule__SystemType__Alternatives_4_1_0 ) ) ( ( rule__SystemType__Alternatives_4_1_0 )* ) )
- // InternalAadl2Parser.g:7474:3: ( ( rule__SystemType__Alternatives_4_1_0 ) ) ( ( rule__SystemType__Alternatives_4_1_0 )* )
+ // InternalAadl2Parser.g:6523:2: ( ( ( rule__SystemType__Alternatives_4_1_0 ) ) ( ( rule__SystemType__Alternatives_4_1_0 )* ) )
+ // InternalAadl2Parser.g:6524:3: ( ( rule__SystemType__Alternatives_4_1_0 ) ) ( ( rule__SystemType__Alternatives_4_1_0 )* )
{
- // InternalAadl2Parser.g:7474:3: ( ( rule__SystemType__Alternatives_4_1_0 ) )
- // InternalAadl2Parser.g:7475:4: ( rule__SystemType__Alternatives_4_1_0 )
+ // InternalAadl2Parser.g:6524:3: ( ( rule__SystemType__Alternatives_4_1_0 ) )
+ // InternalAadl2Parser.g:6525:4: ( rule__SystemType__Alternatives_4_1_0 )
{
before(grammarAccess.getSystemTypeAccess().getAlternatives_4_1_0());
- // InternalAadl2Parser.g:7476:4: ( rule__SystemType__Alternatives_4_1_0 )
- // InternalAadl2Parser.g:7476:5: rule__SystemType__Alternatives_4_1_0
+ // InternalAadl2Parser.g:6526:4: ( rule__SystemType__Alternatives_4_1_0 )
+ // InternalAadl2Parser.g:6526:5: rule__SystemType__Alternatives_4_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__SystemType__Alternatives_4_1_0();
@@ -34454,11 +31651,11 @@ else if ( (LA31_0==None) ) {
}
- // InternalAadl2Parser.g:7479:3: ( ( rule__SystemType__Alternatives_4_1_0 )* )
- // InternalAadl2Parser.g:7480:4: ( rule__SystemType__Alternatives_4_1_0 )*
+ // InternalAadl2Parser.g:6529:3: ( ( rule__SystemType__Alternatives_4_1_0 )* )
+ // InternalAadl2Parser.g:6530:4: ( rule__SystemType__Alternatives_4_1_0 )*
{
before(grammarAccess.getSystemTypeAccess().getAlternatives_4_1_0());
- // InternalAadl2Parser.g:7481:4: ( rule__SystemType__Alternatives_4_1_0 )*
+ // InternalAadl2Parser.g:6531:4: ( rule__SystemType__Alternatives_4_1_0 )*
loop30:
do {
int alt30=2;
@@ -34471,7 +31668,7 @@ else if ( (LA31_0==None) ) {
switch (alt30) {
case 1 :
- // InternalAadl2Parser.g:7481:5: rule__SystemType__Alternatives_4_1_0
+ // InternalAadl2Parser.g:6531:5: rule__SystemType__Alternatives_4_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__SystemType__Alternatives_4_1_0();
@@ -34498,14 +31695,14 @@ else if ( (LA31_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:7486:2: ( ( rule__SystemType__Group_4_1_1__0 ) )
+ // InternalAadl2Parser.g:6536:2: ( ( rule__SystemType__Group_4_1_1__0 ) )
{
- // InternalAadl2Parser.g:7486:2: ( ( rule__SystemType__Group_4_1_1__0 ) )
- // InternalAadl2Parser.g:7487:3: ( rule__SystemType__Group_4_1_1__0 )
+ // InternalAadl2Parser.g:6536:2: ( ( rule__SystemType__Group_4_1_1__0 ) )
+ // InternalAadl2Parser.g:6537:3: ( rule__SystemType__Group_4_1_1__0 )
{
before(grammarAccess.getSystemTypeAccess().getGroup_4_1_1());
- // InternalAadl2Parser.g:7488:3: ( rule__SystemType__Group_4_1_1__0 )
- // InternalAadl2Parser.g:7488:4: rule__SystemType__Group_4_1_1__0
+ // InternalAadl2Parser.g:6538:3: ( rule__SystemType__Group_4_1_1__0 )
+ // InternalAadl2Parser.g:6538:4: rule__SystemType__Group_4_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__Group_4_1_1__0();
@@ -34540,25 +31737,25 @@ else if ( (LA31_0==None) ) {
// $ANTLR start "rule__SystemType__Alternatives_4_1_0"
- // InternalAadl2Parser.g:7496:1: rule__SystemType__Alternatives_4_1_0 : ( ( ( rule__SystemType__OwnedDataPortAssignment_4_1_0_0 ) ) | ( ( rule__SystemType__OwnedEventPortAssignment_4_1_0_1 ) ) | ( ( rule__SystemType__OwnedEventDataPortAssignment_4_1_0_2 ) ) | ( ( rule__SystemType__OwnedFeatureGroupAssignment_4_1_0_3 ) ) | ( ( rule__SystemType__OwnedDataAccessAssignment_4_1_0_4 ) ) | ( ( rule__SystemType__OwnedBusAccessAssignment_4_1_0_5 ) ) | ( ( rule__SystemType__OwnedSubprogramAccessAssignment_4_1_0_6 ) ) | ( ( rule__SystemType__OwnedSubprogramGroupAccessAssignment_4_1_0_7 ) ) | ( ( rule__SystemType__OwnedAbstractFeatureAssignment_4_1_0_8 ) ) );
+ // InternalAadl2Parser.g:6546:1: rule__SystemType__Alternatives_4_1_0 : ( ( ( rule__SystemType__OwnedDataPortAssignment_4_1_0_0 ) ) | ( ( rule__SystemType__OwnedEventPortAssignment_4_1_0_1 ) ) | ( ( rule__SystemType__OwnedEventDataPortAssignment_4_1_0_2 ) ) | ( ( rule__SystemType__OwnedFeatureGroupAssignment_4_1_0_3 ) ) | ( ( rule__SystemType__OwnedDataAccessAssignment_4_1_0_4 ) ) | ( ( rule__SystemType__OwnedBusAccessAssignment_4_1_0_5 ) ) | ( ( rule__SystemType__OwnedSubprogramAccessAssignment_4_1_0_6 ) ) | ( ( rule__SystemType__OwnedSubprogramGroupAccessAssignment_4_1_0_7 ) ) | ( ( rule__SystemType__OwnedAbstractFeatureAssignment_4_1_0_8 ) ) );
public final void rule__SystemType__Alternatives_4_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:7500:1: ( ( ( rule__SystemType__OwnedDataPortAssignment_4_1_0_0 ) ) | ( ( rule__SystemType__OwnedEventPortAssignment_4_1_0_1 ) ) | ( ( rule__SystemType__OwnedEventDataPortAssignment_4_1_0_2 ) ) | ( ( rule__SystemType__OwnedFeatureGroupAssignment_4_1_0_3 ) ) | ( ( rule__SystemType__OwnedDataAccessAssignment_4_1_0_4 ) ) | ( ( rule__SystemType__OwnedBusAccessAssignment_4_1_0_5 ) ) | ( ( rule__SystemType__OwnedSubprogramAccessAssignment_4_1_0_6 ) ) | ( ( rule__SystemType__OwnedSubprogramGroupAccessAssignment_4_1_0_7 ) ) | ( ( rule__SystemType__OwnedAbstractFeatureAssignment_4_1_0_8 ) ) )
+ // InternalAadl2Parser.g:6550:1: ( ( ( rule__SystemType__OwnedDataPortAssignment_4_1_0_0 ) ) | ( ( rule__SystemType__OwnedEventPortAssignment_4_1_0_1 ) ) | ( ( rule__SystemType__OwnedEventDataPortAssignment_4_1_0_2 ) ) | ( ( rule__SystemType__OwnedFeatureGroupAssignment_4_1_0_3 ) ) | ( ( rule__SystemType__OwnedDataAccessAssignment_4_1_0_4 ) ) | ( ( rule__SystemType__OwnedBusAccessAssignment_4_1_0_5 ) ) | ( ( rule__SystemType__OwnedSubprogramAccessAssignment_4_1_0_6 ) ) | ( ( rule__SystemType__OwnedSubprogramGroupAccessAssignment_4_1_0_7 ) ) | ( ( rule__SystemType__OwnedAbstractFeatureAssignment_4_1_0_8 ) ) )
int alt32=9;
alt32 = dfa32.predict(input);
switch (alt32) {
case 1 :
- // InternalAadl2Parser.g:7501:2: ( ( rule__SystemType__OwnedDataPortAssignment_4_1_0_0 ) )
+ // InternalAadl2Parser.g:6551:2: ( ( rule__SystemType__OwnedDataPortAssignment_4_1_0_0 ) )
{
- // InternalAadl2Parser.g:7501:2: ( ( rule__SystemType__OwnedDataPortAssignment_4_1_0_0 ) )
- // InternalAadl2Parser.g:7502:3: ( rule__SystemType__OwnedDataPortAssignment_4_1_0_0 )
+ // InternalAadl2Parser.g:6551:2: ( ( rule__SystemType__OwnedDataPortAssignment_4_1_0_0 ) )
+ // InternalAadl2Parser.g:6552:3: ( rule__SystemType__OwnedDataPortAssignment_4_1_0_0 )
{
before(grammarAccess.getSystemTypeAccess().getOwnedDataPortAssignment_4_1_0_0());
- // InternalAadl2Parser.g:7503:3: ( rule__SystemType__OwnedDataPortAssignment_4_1_0_0 )
- // InternalAadl2Parser.g:7503:4: rule__SystemType__OwnedDataPortAssignment_4_1_0_0
+ // InternalAadl2Parser.g:6553:3: ( rule__SystemType__OwnedDataPortAssignment_4_1_0_0 )
+ // InternalAadl2Parser.g:6553:4: rule__SystemType__OwnedDataPortAssignment_4_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__OwnedDataPortAssignment_4_1_0_0();
@@ -34576,14 +31773,14 @@ public final void rule__SystemType__Alternatives_4_1_0() throws RecognitionExcep
}
break;
case 2 :
- // InternalAadl2Parser.g:7507:2: ( ( rule__SystemType__OwnedEventPortAssignment_4_1_0_1 ) )
+ // InternalAadl2Parser.g:6557:2: ( ( rule__SystemType__OwnedEventPortAssignment_4_1_0_1 ) )
{
- // InternalAadl2Parser.g:7507:2: ( ( rule__SystemType__OwnedEventPortAssignment_4_1_0_1 ) )
- // InternalAadl2Parser.g:7508:3: ( rule__SystemType__OwnedEventPortAssignment_4_1_0_1 )
+ // InternalAadl2Parser.g:6557:2: ( ( rule__SystemType__OwnedEventPortAssignment_4_1_0_1 ) )
+ // InternalAadl2Parser.g:6558:3: ( rule__SystemType__OwnedEventPortAssignment_4_1_0_1 )
{
before(grammarAccess.getSystemTypeAccess().getOwnedEventPortAssignment_4_1_0_1());
- // InternalAadl2Parser.g:7509:3: ( rule__SystemType__OwnedEventPortAssignment_4_1_0_1 )
- // InternalAadl2Parser.g:7509:4: rule__SystemType__OwnedEventPortAssignment_4_1_0_1
+ // InternalAadl2Parser.g:6559:3: ( rule__SystemType__OwnedEventPortAssignment_4_1_0_1 )
+ // InternalAadl2Parser.g:6559:4: rule__SystemType__OwnedEventPortAssignment_4_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__OwnedEventPortAssignment_4_1_0_1();
@@ -34601,14 +31798,14 @@ public final void rule__SystemType__Alternatives_4_1_0() throws RecognitionExcep
}
break;
case 3 :
- // InternalAadl2Parser.g:7513:2: ( ( rule__SystemType__OwnedEventDataPortAssignment_4_1_0_2 ) )
+ // InternalAadl2Parser.g:6563:2: ( ( rule__SystemType__OwnedEventDataPortAssignment_4_1_0_2 ) )
{
- // InternalAadl2Parser.g:7513:2: ( ( rule__SystemType__OwnedEventDataPortAssignment_4_1_0_2 ) )
- // InternalAadl2Parser.g:7514:3: ( rule__SystemType__OwnedEventDataPortAssignment_4_1_0_2 )
+ // InternalAadl2Parser.g:6563:2: ( ( rule__SystemType__OwnedEventDataPortAssignment_4_1_0_2 ) )
+ // InternalAadl2Parser.g:6564:3: ( rule__SystemType__OwnedEventDataPortAssignment_4_1_0_2 )
{
before(grammarAccess.getSystemTypeAccess().getOwnedEventDataPortAssignment_4_1_0_2());
- // InternalAadl2Parser.g:7515:3: ( rule__SystemType__OwnedEventDataPortAssignment_4_1_0_2 )
- // InternalAadl2Parser.g:7515:4: rule__SystemType__OwnedEventDataPortAssignment_4_1_0_2
+ // InternalAadl2Parser.g:6565:3: ( rule__SystemType__OwnedEventDataPortAssignment_4_1_0_2 )
+ // InternalAadl2Parser.g:6565:4: rule__SystemType__OwnedEventDataPortAssignment_4_1_0_2
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__OwnedEventDataPortAssignment_4_1_0_2();
@@ -34626,14 +31823,14 @@ public final void rule__SystemType__Alternatives_4_1_0() throws RecognitionExcep
}
break;
case 4 :
- // InternalAadl2Parser.g:7519:2: ( ( rule__SystemType__OwnedFeatureGroupAssignment_4_1_0_3 ) )
+ // InternalAadl2Parser.g:6569:2: ( ( rule__SystemType__OwnedFeatureGroupAssignment_4_1_0_3 ) )
{
- // InternalAadl2Parser.g:7519:2: ( ( rule__SystemType__OwnedFeatureGroupAssignment_4_1_0_3 ) )
- // InternalAadl2Parser.g:7520:3: ( rule__SystemType__OwnedFeatureGroupAssignment_4_1_0_3 )
+ // InternalAadl2Parser.g:6569:2: ( ( rule__SystemType__OwnedFeatureGroupAssignment_4_1_0_3 ) )
+ // InternalAadl2Parser.g:6570:3: ( rule__SystemType__OwnedFeatureGroupAssignment_4_1_0_3 )
{
before(grammarAccess.getSystemTypeAccess().getOwnedFeatureGroupAssignment_4_1_0_3());
- // InternalAadl2Parser.g:7521:3: ( rule__SystemType__OwnedFeatureGroupAssignment_4_1_0_3 )
- // InternalAadl2Parser.g:7521:4: rule__SystemType__OwnedFeatureGroupAssignment_4_1_0_3
+ // InternalAadl2Parser.g:6571:3: ( rule__SystemType__OwnedFeatureGroupAssignment_4_1_0_3 )
+ // InternalAadl2Parser.g:6571:4: rule__SystemType__OwnedFeatureGroupAssignment_4_1_0_3
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__OwnedFeatureGroupAssignment_4_1_0_3();
@@ -34651,14 +31848,14 @@ public final void rule__SystemType__Alternatives_4_1_0() throws RecognitionExcep
}
break;
case 5 :
- // InternalAadl2Parser.g:7525:2: ( ( rule__SystemType__OwnedDataAccessAssignment_4_1_0_4 ) )
+ // InternalAadl2Parser.g:6575:2: ( ( rule__SystemType__OwnedDataAccessAssignment_4_1_0_4 ) )
{
- // InternalAadl2Parser.g:7525:2: ( ( rule__SystemType__OwnedDataAccessAssignment_4_1_0_4 ) )
- // InternalAadl2Parser.g:7526:3: ( rule__SystemType__OwnedDataAccessAssignment_4_1_0_4 )
+ // InternalAadl2Parser.g:6575:2: ( ( rule__SystemType__OwnedDataAccessAssignment_4_1_0_4 ) )
+ // InternalAadl2Parser.g:6576:3: ( rule__SystemType__OwnedDataAccessAssignment_4_1_0_4 )
{
before(grammarAccess.getSystemTypeAccess().getOwnedDataAccessAssignment_4_1_0_4());
- // InternalAadl2Parser.g:7527:3: ( rule__SystemType__OwnedDataAccessAssignment_4_1_0_4 )
- // InternalAadl2Parser.g:7527:4: rule__SystemType__OwnedDataAccessAssignment_4_1_0_4
+ // InternalAadl2Parser.g:6577:3: ( rule__SystemType__OwnedDataAccessAssignment_4_1_0_4 )
+ // InternalAadl2Parser.g:6577:4: rule__SystemType__OwnedDataAccessAssignment_4_1_0_4
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__OwnedDataAccessAssignment_4_1_0_4();
@@ -34676,14 +31873,14 @@ public final void rule__SystemType__Alternatives_4_1_0() throws RecognitionExcep
}
break;
case 6 :
- // InternalAadl2Parser.g:7531:2: ( ( rule__SystemType__OwnedBusAccessAssignment_4_1_0_5 ) )
+ // InternalAadl2Parser.g:6581:2: ( ( rule__SystemType__OwnedBusAccessAssignment_4_1_0_5 ) )
{
- // InternalAadl2Parser.g:7531:2: ( ( rule__SystemType__OwnedBusAccessAssignment_4_1_0_5 ) )
- // InternalAadl2Parser.g:7532:3: ( rule__SystemType__OwnedBusAccessAssignment_4_1_0_5 )
+ // InternalAadl2Parser.g:6581:2: ( ( rule__SystemType__OwnedBusAccessAssignment_4_1_0_5 ) )
+ // InternalAadl2Parser.g:6582:3: ( rule__SystemType__OwnedBusAccessAssignment_4_1_0_5 )
{
before(grammarAccess.getSystemTypeAccess().getOwnedBusAccessAssignment_4_1_0_5());
- // InternalAadl2Parser.g:7533:3: ( rule__SystemType__OwnedBusAccessAssignment_4_1_0_5 )
- // InternalAadl2Parser.g:7533:4: rule__SystemType__OwnedBusAccessAssignment_4_1_0_5
+ // InternalAadl2Parser.g:6583:3: ( rule__SystemType__OwnedBusAccessAssignment_4_1_0_5 )
+ // InternalAadl2Parser.g:6583:4: rule__SystemType__OwnedBusAccessAssignment_4_1_0_5
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__OwnedBusAccessAssignment_4_1_0_5();
@@ -34701,14 +31898,14 @@ public final void rule__SystemType__Alternatives_4_1_0() throws RecognitionExcep
}
break;
case 7 :
- // InternalAadl2Parser.g:7537:2: ( ( rule__SystemType__OwnedSubprogramAccessAssignment_4_1_0_6 ) )
+ // InternalAadl2Parser.g:6587:2: ( ( rule__SystemType__OwnedSubprogramAccessAssignment_4_1_0_6 ) )
{
- // InternalAadl2Parser.g:7537:2: ( ( rule__SystemType__OwnedSubprogramAccessAssignment_4_1_0_6 ) )
- // InternalAadl2Parser.g:7538:3: ( rule__SystemType__OwnedSubprogramAccessAssignment_4_1_0_6 )
+ // InternalAadl2Parser.g:6587:2: ( ( rule__SystemType__OwnedSubprogramAccessAssignment_4_1_0_6 ) )
+ // InternalAadl2Parser.g:6588:3: ( rule__SystemType__OwnedSubprogramAccessAssignment_4_1_0_6 )
{
before(grammarAccess.getSystemTypeAccess().getOwnedSubprogramAccessAssignment_4_1_0_6());
- // InternalAadl2Parser.g:7539:3: ( rule__SystemType__OwnedSubprogramAccessAssignment_4_1_0_6 )
- // InternalAadl2Parser.g:7539:4: rule__SystemType__OwnedSubprogramAccessAssignment_4_1_0_6
+ // InternalAadl2Parser.g:6589:3: ( rule__SystemType__OwnedSubprogramAccessAssignment_4_1_0_6 )
+ // InternalAadl2Parser.g:6589:4: rule__SystemType__OwnedSubprogramAccessAssignment_4_1_0_6
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__OwnedSubprogramAccessAssignment_4_1_0_6();
@@ -34726,14 +31923,14 @@ public final void rule__SystemType__Alternatives_4_1_0() throws RecognitionExcep
}
break;
case 8 :
- // InternalAadl2Parser.g:7543:2: ( ( rule__SystemType__OwnedSubprogramGroupAccessAssignment_4_1_0_7 ) )
+ // InternalAadl2Parser.g:6593:2: ( ( rule__SystemType__OwnedSubprogramGroupAccessAssignment_4_1_0_7 ) )
{
- // InternalAadl2Parser.g:7543:2: ( ( rule__SystemType__OwnedSubprogramGroupAccessAssignment_4_1_0_7 ) )
- // InternalAadl2Parser.g:7544:3: ( rule__SystemType__OwnedSubprogramGroupAccessAssignment_4_1_0_7 )
+ // InternalAadl2Parser.g:6593:2: ( ( rule__SystemType__OwnedSubprogramGroupAccessAssignment_4_1_0_7 ) )
+ // InternalAadl2Parser.g:6594:3: ( rule__SystemType__OwnedSubprogramGroupAccessAssignment_4_1_0_7 )
{
before(grammarAccess.getSystemTypeAccess().getOwnedSubprogramGroupAccessAssignment_4_1_0_7());
- // InternalAadl2Parser.g:7545:3: ( rule__SystemType__OwnedSubprogramGroupAccessAssignment_4_1_0_7 )
- // InternalAadl2Parser.g:7545:4: rule__SystemType__OwnedSubprogramGroupAccessAssignment_4_1_0_7
+ // InternalAadl2Parser.g:6595:3: ( rule__SystemType__OwnedSubprogramGroupAccessAssignment_4_1_0_7 )
+ // InternalAadl2Parser.g:6595:4: rule__SystemType__OwnedSubprogramGroupAccessAssignment_4_1_0_7
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__OwnedSubprogramGroupAccessAssignment_4_1_0_7();
@@ -34751,14 +31948,14 @@ public final void rule__SystemType__Alternatives_4_1_0() throws RecognitionExcep
}
break;
case 9 :
- // InternalAadl2Parser.g:7549:2: ( ( rule__SystemType__OwnedAbstractFeatureAssignment_4_1_0_8 ) )
+ // InternalAadl2Parser.g:6599:2: ( ( rule__SystemType__OwnedAbstractFeatureAssignment_4_1_0_8 ) )
{
- // InternalAadl2Parser.g:7549:2: ( ( rule__SystemType__OwnedAbstractFeatureAssignment_4_1_0_8 ) )
- // InternalAadl2Parser.g:7550:3: ( rule__SystemType__OwnedAbstractFeatureAssignment_4_1_0_8 )
+ // InternalAadl2Parser.g:6599:2: ( ( rule__SystemType__OwnedAbstractFeatureAssignment_4_1_0_8 ) )
+ // InternalAadl2Parser.g:6600:3: ( rule__SystemType__OwnedAbstractFeatureAssignment_4_1_0_8 )
{
before(grammarAccess.getSystemTypeAccess().getOwnedAbstractFeatureAssignment_4_1_0_8());
- // InternalAadl2Parser.g:7551:3: ( rule__SystemType__OwnedAbstractFeatureAssignment_4_1_0_8 )
- // InternalAadl2Parser.g:7551:4: rule__SystemType__OwnedAbstractFeatureAssignment_4_1_0_8
+ // InternalAadl2Parser.g:6601:3: ( rule__SystemType__OwnedAbstractFeatureAssignment_4_1_0_8 )
+ // InternalAadl2Parser.g:6601:4: rule__SystemType__OwnedAbstractFeatureAssignment_4_1_0_8
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__OwnedAbstractFeatureAssignment_4_1_0_8();
@@ -34793,13 +31990,13 @@ public final void rule__SystemType__Alternatives_4_1_0() throws RecognitionExcep
// $ANTLR start "rule__SystemType__Alternatives_5_1"
- // InternalAadl2Parser.g:7559:1: rule__SystemType__Alternatives_5_1 : ( ( ( ( rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__SystemType__Group_5_1_1__0 ) ) );
+ // InternalAadl2Parser.g:6609:1: rule__SystemType__Alternatives_5_1 : ( ( ( ( rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__SystemType__Group_5_1_1__0 ) ) );
public final void rule__SystemType__Alternatives_5_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:7563:1: ( ( ( ( rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__SystemType__Group_5_1_1__0 ) ) )
+ // InternalAadl2Parser.g:6613:1: ( ( ( ( rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__SystemType__Group_5_1_1__0 ) ) )
int alt34=2;
int LA34_0 = input.LA(1);
@@ -34817,17 +32014,17 @@ else if ( (LA34_0==None) ) {
}
switch (alt34) {
case 1 :
- // InternalAadl2Parser.g:7564:2: ( ( ( rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
+ // InternalAadl2Parser.g:6614:2: ( ( ( rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
{
- // InternalAadl2Parser.g:7564:2: ( ( ( rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
- // InternalAadl2Parser.g:7565:3: ( ( rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0 )* )
+ // InternalAadl2Parser.g:6614:2: ( ( ( rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
+ // InternalAadl2Parser.g:6615:3: ( ( rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0 )* )
{
- // InternalAadl2Parser.g:7565:3: ( ( rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0 ) )
- // InternalAadl2Parser.g:7566:4: ( rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0 )
+ // InternalAadl2Parser.g:6615:3: ( ( rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0 ) )
+ // InternalAadl2Parser.g:6616:4: ( rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0 )
{
before(grammarAccess.getSystemTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0());
- // InternalAadl2Parser.g:7567:4: ( rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0 )
- // InternalAadl2Parser.g:7567:5: rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0
+ // InternalAadl2Parser.g:6617:4: ( rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0 )
+ // InternalAadl2Parser.g:6617:5: rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0();
@@ -34841,11 +32038,11 @@ else if ( (LA34_0==None) ) {
}
- // InternalAadl2Parser.g:7570:3: ( ( rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0 )* )
- // InternalAadl2Parser.g:7571:4: ( rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0 )*
+ // InternalAadl2Parser.g:6620:3: ( ( rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0 )* )
+ // InternalAadl2Parser.g:6621:4: ( rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0 )*
{
before(grammarAccess.getSystemTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0());
- // InternalAadl2Parser.g:7572:4: ( rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0 )*
+ // InternalAadl2Parser.g:6622:4: ( rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0 )*
loop33:
do {
int alt33=2;
@@ -34858,7 +32055,7 @@ else if ( (LA34_0==None) ) {
switch (alt33) {
case 1 :
- // InternalAadl2Parser.g:7572:5: rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0
+ // InternalAadl2Parser.g:6622:5: rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__SystemType__OwnedFlowSpecificationAssignment_5_1_0();
@@ -34885,14 +32082,14 @@ else if ( (LA34_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:7577:2: ( ( rule__SystemType__Group_5_1_1__0 ) )
+ // InternalAadl2Parser.g:6627:2: ( ( rule__SystemType__Group_5_1_1__0 ) )
{
- // InternalAadl2Parser.g:7577:2: ( ( rule__SystemType__Group_5_1_1__0 ) )
- // InternalAadl2Parser.g:7578:3: ( rule__SystemType__Group_5_1_1__0 )
+ // InternalAadl2Parser.g:6627:2: ( ( rule__SystemType__Group_5_1_1__0 ) )
+ // InternalAadl2Parser.g:6628:3: ( rule__SystemType__Group_5_1_1__0 )
{
before(grammarAccess.getSystemTypeAccess().getGroup_5_1_1());
- // InternalAadl2Parser.g:7579:3: ( rule__SystemType__Group_5_1_1__0 )
- // InternalAadl2Parser.g:7579:4: rule__SystemType__Group_5_1_1__0
+ // InternalAadl2Parser.g:6629:3: ( rule__SystemType__Group_5_1_1__0 )
+ // InternalAadl2Parser.g:6629:4: rule__SystemType__Group_5_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__Group_5_1_1__0();
@@ -34927,13 +32124,13 @@ else if ( (LA34_0==None) ) {
// $ANTLR start "rule__SystemType__Alternatives_6"
- // InternalAadl2Parser.g:7587:1: rule__SystemType__Alternatives_6 : ( ( ( rule__SystemType__Group_6_0__0 ) ) | ( ( rule__SystemType__Group_6_1__0 ) ) );
+ // InternalAadl2Parser.g:6637:1: rule__SystemType__Alternatives_6 : ( ( ( rule__SystemType__Group_6_0__0 ) ) | ( ( rule__SystemType__Group_6_1__0 ) ) );
public final void rule__SystemType__Alternatives_6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:7591:1: ( ( ( rule__SystemType__Group_6_0__0 ) ) | ( ( rule__SystemType__Group_6_1__0 ) ) )
+ // InternalAadl2Parser.g:6641:1: ( ( ( rule__SystemType__Group_6_0__0 ) ) | ( ( rule__SystemType__Group_6_1__0 ) ) )
int alt35=2;
int LA35_0 = input.LA(1);
@@ -34951,14 +32148,14 @@ else if ( (LA35_0==Modes) ) {
}
switch (alt35) {
case 1 :
- // InternalAadl2Parser.g:7592:2: ( ( rule__SystemType__Group_6_0__0 ) )
+ // InternalAadl2Parser.g:6642:2: ( ( rule__SystemType__Group_6_0__0 ) )
{
- // InternalAadl2Parser.g:7592:2: ( ( rule__SystemType__Group_6_0__0 ) )
- // InternalAadl2Parser.g:7593:3: ( rule__SystemType__Group_6_0__0 )
+ // InternalAadl2Parser.g:6642:2: ( ( rule__SystemType__Group_6_0__0 ) )
+ // InternalAadl2Parser.g:6643:3: ( rule__SystemType__Group_6_0__0 )
{
before(grammarAccess.getSystemTypeAccess().getGroup_6_0());
- // InternalAadl2Parser.g:7594:3: ( rule__SystemType__Group_6_0__0 )
- // InternalAadl2Parser.g:7594:4: rule__SystemType__Group_6_0__0
+ // InternalAadl2Parser.g:6644:3: ( rule__SystemType__Group_6_0__0 )
+ // InternalAadl2Parser.g:6644:4: rule__SystemType__Group_6_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__Group_6_0__0();
@@ -34976,14 +32173,14 @@ else if ( (LA35_0==Modes) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:7598:2: ( ( rule__SystemType__Group_6_1__0 ) )
+ // InternalAadl2Parser.g:6648:2: ( ( rule__SystemType__Group_6_1__0 ) )
{
- // InternalAadl2Parser.g:7598:2: ( ( rule__SystemType__Group_6_1__0 ) )
- // InternalAadl2Parser.g:7599:3: ( rule__SystemType__Group_6_1__0 )
+ // InternalAadl2Parser.g:6648:2: ( ( rule__SystemType__Group_6_1__0 ) )
+ // InternalAadl2Parser.g:6649:3: ( rule__SystemType__Group_6_1__0 )
{
before(grammarAccess.getSystemTypeAccess().getGroup_6_1());
- // InternalAadl2Parser.g:7600:3: ( rule__SystemType__Group_6_1__0 )
- // InternalAadl2Parser.g:7600:4: rule__SystemType__Group_6_1__0
+ // InternalAadl2Parser.g:6650:3: ( rule__SystemType__Group_6_1__0 )
+ // InternalAadl2Parser.g:6650:4: rule__SystemType__Group_6_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__Group_6_1__0();
@@ -35018,13 +32215,13 @@ else if ( (LA35_0==Modes) ) {
// $ANTLR start "rule__SystemType__Alternatives_6_1_1"
- // InternalAadl2Parser.g:7608:1: rule__SystemType__Alternatives_6_1_1 : ( ( ( ( rule__SystemType__Alternatives_6_1_1_0 ) ) ( ( rule__SystemType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__SystemType__Group_6_1_1_1__0 ) ) );
+ // InternalAadl2Parser.g:6658:1: rule__SystemType__Alternatives_6_1_1 : ( ( ( ( rule__SystemType__Alternatives_6_1_1_0 ) ) ( ( rule__SystemType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__SystemType__Group_6_1_1_1__0 ) ) );
public final void rule__SystemType__Alternatives_6_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:7612:1: ( ( ( ( rule__SystemType__Alternatives_6_1_1_0 ) ) ( ( rule__SystemType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__SystemType__Group_6_1_1_1__0 ) ) )
+ // InternalAadl2Parser.g:6662:1: ( ( ( ( rule__SystemType__Alternatives_6_1_1_0 ) ) ( ( rule__SystemType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__SystemType__Group_6_1_1_1__0 ) ) )
int alt37=2;
int LA37_0 = input.LA(1);
@@ -35042,17 +32239,17 @@ else if ( (LA37_0==None) ) {
}
switch (alt37) {
case 1 :
- // InternalAadl2Parser.g:7613:2: ( ( ( rule__SystemType__Alternatives_6_1_1_0 ) ) ( ( rule__SystemType__Alternatives_6_1_1_0 )* ) )
+ // InternalAadl2Parser.g:6663:2: ( ( ( rule__SystemType__Alternatives_6_1_1_0 ) ) ( ( rule__SystemType__Alternatives_6_1_1_0 )* ) )
{
- // InternalAadl2Parser.g:7613:2: ( ( ( rule__SystemType__Alternatives_6_1_1_0 ) ) ( ( rule__SystemType__Alternatives_6_1_1_0 )* ) )
- // InternalAadl2Parser.g:7614:3: ( ( rule__SystemType__Alternatives_6_1_1_0 ) ) ( ( rule__SystemType__Alternatives_6_1_1_0 )* )
+ // InternalAadl2Parser.g:6663:2: ( ( ( rule__SystemType__Alternatives_6_1_1_0 ) ) ( ( rule__SystemType__Alternatives_6_1_1_0 )* ) )
+ // InternalAadl2Parser.g:6664:3: ( ( rule__SystemType__Alternatives_6_1_1_0 ) ) ( ( rule__SystemType__Alternatives_6_1_1_0 )* )
{
- // InternalAadl2Parser.g:7614:3: ( ( rule__SystemType__Alternatives_6_1_1_0 ) )
- // InternalAadl2Parser.g:7615:4: ( rule__SystemType__Alternatives_6_1_1_0 )
+ // InternalAadl2Parser.g:6664:3: ( ( rule__SystemType__Alternatives_6_1_1_0 ) )
+ // InternalAadl2Parser.g:6665:4: ( rule__SystemType__Alternatives_6_1_1_0 )
{
before(grammarAccess.getSystemTypeAccess().getAlternatives_6_1_1_0());
- // InternalAadl2Parser.g:7616:4: ( rule__SystemType__Alternatives_6_1_1_0 )
- // InternalAadl2Parser.g:7616:5: rule__SystemType__Alternatives_6_1_1_0
+ // InternalAadl2Parser.g:6666:4: ( rule__SystemType__Alternatives_6_1_1_0 )
+ // InternalAadl2Parser.g:6666:5: rule__SystemType__Alternatives_6_1_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__SystemType__Alternatives_6_1_1_0();
@@ -35066,11 +32263,11 @@ else if ( (LA37_0==None) ) {
}
- // InternalAadl2Parser.g:7619:3: ( ( rule__SystemType__Alternatives_6_1_1_0 )* )
- // InternalAadl2Parser.g:7620:4: ( rule__SystemType__Alternatives_6_1_1_0 )*
+ // InternalAadl2Parser.g:6669:3: ( ( rule__SystemType__Alternatives_6_1_1_0 )* )
+ // InternalAadl2Parser.g:6670:4: ( rule__SystemType__Alternatives_6_1_1_0 )*
{
before(grammarAccess.getSystemTypeAccess().getAlternatives_6_1_1_0());
- // InternalAadl2Parser.g:7621:4: ( rule__SystemType__Alternatives_6_1_1_0 )*
+ // InternalAadl2Parser.g:6671:4: ( rule__SystemType__Alternatives_6_1_1_0 )*
loop36:
do {
int alt36=2;
@@ -35083,7 +32280,7 @@ else if ( (LA37_0==None) ) {
switch (alt36) {
case 1 :
- // InternalAadl2Parser.g:7621:5: rule__SystemType__Alternatives_6_1_1_0
+ // InternalAadl2Parser.g:6671:5: rule__SystemType__Alternatives_6_1_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__SystemType__Alternatives_6_1_1_0();
@@ -35110,14 +32307,14 @@ else if ( (LA37_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:7626:2: ( ( rule__SystemType__Group_6_1_1_1__0 ) )
+ // InternalAadl2Parser.g:6676:2: ( ( rule__SystemType__Group_6_1_1_1__0 ) )
{
- // InternalAadl2Parser.g:7626:2: ( ( rule__SystemType__Group_6_1_1_1__0 ) )
- // InternalAadl2Parser.g:7627:3: ( rule__SystemType__Group_6_1_1_1__0 )
+ // InternalAadl2Parser.g:6676:2: ( ( rule__SystemType__Group_6_1_1_1__0 ) )
+ // InternalAadl2Parser.g:6677:3: ( rule__SystemType__Group_6_1_1_1__0 )
{
before(grammarAccess.getSystemTypeAccess().getGroup_6_1_1_1());
- // InternalAadl2Parser.g:7628:3: ( rule__SystemType__Group_6_1_1_1__0 )
- // InternalAadl2Parser.g:7628:4: rule__SystemType__Group_6_1_1_1__0
+ // InternalAadl2Parser.g:6678:3: ( rule__SystemType__Group_6_1_1_1__0 )
+ // InternalAadl2Parser.g:6678:4: rule__SystemType__Group_6_1_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__Group_6_1_1_1__0();
@@ -35152,38 +32349,38 @@ else if ( (LA37_0==None) ) {
// $ANTLR start "rule__SystemType__Alternatives_6_1_1_0"
- // InternalAadl2Parser.g:7636:1: rule__SystemType__Alternatives_6_1_1_0 : ( ( ( rule__SystemType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__SystemType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) );
+ // InternalAadl2Parser.g:6686:1: rule__SystemType__Alternatives_6_1_1_0 : ( ( ( rule__SystemType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__SystemType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) );
public final void rule__SystemType__Alternatives_6_1_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:7640:1: ( ( ( rule__SystemType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__SystemType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) )
+ // InternalAadl2Parser.g:6690:1: ( ( ( rule__SystemType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__SystemType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) )
int alt38=2;
int LA38_0 = input.LA(1);
if ( (LA38_0==RULE_ID) ) {
int LA38_1 = input.LA(2);
- if ( (LA38_1==HyphenMinusLeftSquareBracket) ) {
- alt38=2;
- }
- else if ( (LA38_1==Colon) ) {
- int LA38_3 = input.LA(3);
+ if ( (LA38_1==Colon) ) {
+ int LA38_2 = input.LA(3);
- if ( (LA38_3==RULE_ID) ) {
+ if ( (LA38_2==RULE_ID) ) {
alt38=2;
}
- else if ( (LA38_3==Initial||LA38_3==Mode) ) {
+ else if ( (LA38_2==Initial||LA38_2==Mode) ) {
alt38=1;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 38, 3, input);
+ new NoViableAltException("", 38, 2, input);
throw nvae;
}
}
+ else if ( (LA38_1==HyphenMinusLeftSquareBracket) ) {
+ alt38=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 38, 1, input);
@@ -35199,14 +32396,14 @@ else if ( (LA38_3==Initial||LA38_3==Mode) ) {
}
switch (alt38) {
case 1 :
- // InternalAadl2Parser.g:7641:2: ( ( rule__SystemType__OwnedModeAssignment_6_1_1_0_0 ) )
+ // InternalAadl2Parser.g:6691:2: ( ( rule__SystemType__OwnedModeAssignment_6_1_1_0_0 ) )
{
- // InternalAadl2Parser.g:7641:2: ( ( rule__SystemType__OwnedModeAssignment_6_1_1_0_0 ) )
- // InternalAadl2Parser.g:7642:3: ( rule__SystemType__OwnedModeAssignment_6_1_1_0_0 )
+ // InternalAadl2Parser.g:6691:2: ( ( rule__SystemType__OwnedModeAssignment_6_1_1_0_0 ) )
+ // InternalAadl2Parser.g:6692:3: ( rule__SystemType__OwnedModeAssignment_6_1_1_0_0 )
{
before(grammarAccess.getSystemTypeAccess().getOwnedModeAssignment_6_1_1_0_0());
- // InternalAadl2Parser.g:7643:3: ( rule__SystemType__OwnedModeAssignment_6_1_1_0_0 )
- // InternalAadl2Parser.g:7643:4: rule__SystemType__OwnedModeAssignment_6_1_1_0_0
+ // InternalAadl2Parser.g:6693:3: ( rule__SystemType__OwnedModeAssignment_6_1_1_0_0 )
+ // InternalAadl2Parser.g:6693:4: rule__SystemType__OwnedModeAssignment_6_1_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__OwnedModeAssignment_6_1_1_0_0();
@@ -35224,14 +32421,14 @@ else if ( (LA38_3==Initial||LA38_3==Mode) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:7647:2: ( ( rule__SystemType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
+ // InternalAadl2Parser.g:6697:2: ( ( rule__SystemType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
{
- // InternalAadl2Parser.g:7647:2: ( ( rule__SystemType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
- // InternalAadl2Parser.g:7648:3: ( rule__SystemType__OwnedModeTransitionAssignment_6_1_1_0_1 )
+ // InternalAadl2Parser.g:6697:2: ( ( rule__SystemType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
+ // InternalAadl2Parser.g:6698:3: ( rule__SystemType__OwnedModeTransitionAssignment_6_1_1_0_1 )
{
before(grammarAccess.getSystemTypeAccess().getOwnedModeTransitionAssignment_6_1_1_0_1());
- // InternalAadl2Parser.g:7649:3: ( rule__SystemType__OwnedModeTransitionAssignment_6_1_1_0_1 )
- // InternalAadl2Parser.g:7649:4: rule__SystemType__OwnedModeTransitionAssignment_6_1_1_0_1
+ // InternalAadl2Parser.g:6699:3: ( rule__SystemType__OwnedModeTransitionAssignment_6_1_1_0_1 )
+ // InternalAadl2Parser.g:6699:4: rule__SystemType__OwnedModeTransitionAssignment_6_1_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__OwnedModeTransitionAssignment_6_1_1_0_1();
@@ -35266,13 +32463,13 @@ else if ( (LA38_3==Initial||LA38_3==Mode) ) {
// $ANTLR start "rule__SystemType__Alternatives_7_1"
- // InternalAadl2Parser.g:7657:1: rule__SystemType__Alternatives_7_1 : ( ( ( ( rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__SystemType__Group_7_1_1__0 ) ) );
+ // InternalAadl2Parser.g:6707:1: rule__SystemType__Alternatives_7_1 : ( ( ( ( rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__SystemType__Group_7_1_1__0 ) ) );
public final void rule__SystemType__Alternatives_7_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:7661:1: ( ( ( ( rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__SystemType__Group_7_1_1__0 ) ) )
+ // InternalAadl2Parser.g:6711:1: ( ( ( ( rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__SystemType__Group_7_1_1__0 ) ) )
int alt40=2;
int LA40_0 = input.LA(1);
@@ -35290,17 +32487,17 @@ else if ( (LA40_0==None) ) {
}
switch (alt40) {
case 1 :
- // InternalAadl2Parser.g:7662:2: ( ( ( rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
+ // InternalAadl2Parser.g:6712:2: ( ( ( rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
{
- // InternalAadl2Parser.g:7662:2: ( ( ( rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
- // InternalAadl2Parser.g:7663:3: ( ( rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0 )* )
+ // InternalAadl2Parser.g:6712:2: ( ( ( rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
+ // InternalAadl2Parser.g:6713:3: ( ( rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0 )* )
{
- // InternalAadl2Parser.g:7663:3: ( ( rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0 ) )
- // InternalAadl2Parser.g:7664:4: ( rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0 )
+ // InternalAadl2Parser.g:6713:3: ( ( rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0 ) )
+ // InternalAadl2Parser.g:6714:4: ( rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0 )
{
before(grammarAccess.getSystemTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
- // InternalAadl2Parser.g:7665:4: ( rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0 )
- // InternalAadl2Parser.g:7665:5: rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0
+ // InternalAadl2Parser.g:6715:4: ( rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0 )
+ // InternalAadl2Parser.g:6715:5: rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0();
@@ -35314,11 +32511,11 @@ else if ( (LA40_0==None) ) {
}
- // InternalAadl2Parser.g:7668:3: ( ( rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0 )* )
- // InternalAadl2Parser.g:7669:4: ( rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0 )*
+ // InternalAadl2Parser.g:6718:3: ( ( rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0 )* )
+ // InternalAadl2Parser.g:6719:4: ( rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0 )*
{
before(grammarAccess.getSystemTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
- // InternalAadl2Parser.g:7670:4: ( rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0 )*
+ // InternalAadl2Parser.g:6720:4: ( rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0 )*
loop39:
do {
int alt39=2;
@@ -35331,7 +32528,7 @@ else if ( (LA40_0==None) ) {
switch (alt39) {
case 1 :
- // InternalAadl2Parser.g:7670:5: rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0
+ // InternalAadl2Parser.g:6720:5: rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__SystemType__OwnedPropertyAssociationAssignment_7_1_0();
@@ -35358,14 +32555,14 @@ else if ( (LA40_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:7675:2: ( ( rule__SystemType__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:6725:2: ( ( rule__SystemType__Group_7_1_1__0 ) )
{
- // InternalAadl2Parser.g:7675:2: ( ( rule__SystemType__Group_7_1_1__0 ) )
- // InternalAadl2Parser.g:7676:3: ( rule__SystemType__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:6725:2: ( ( rule__SystemType__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:6726:3: ( rule__SystemType__Group_7_1_1__0 )
{
before(grammarAccess.getSystemTypeAccess().getGroup_7_1_1());
- // InternalAadl2Parser.g:7677:3: ( rule__SystemType__Group_7_1_1__0 )
- // InternalAadl2Parser.g:7677:4: rule__SystemType__Group_7_1_1__0
+ // InternalAadl2Parser.g:6727:3: ( rule__SystemType__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:6727:4: rule__SystemType__Group_7_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__Group_7_1_1__0();
@@ -35400,13 +32597,13 @@ else if ( (LA40_0==None) ) {
// $ANTLR start "rule__ProcessType__Alternatives_3_1"
- // InternalAadl2Parser.g:7685:1: rule__ProcessType__Alternatives_3_1 : ( ( ( rule__ProcessType__Group_3_1_0__0 ) ) | ( ( ( rule__ProcessType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ProcessType__OwnedPrototypeAssignment_3_1_1 )* ) ) );
+ // InternalAadl2Parser.g:6735:1: rule__ProcessType__Alternatives_3_1 : ( ( ( rule__ProcessType__Group_3_1_0__0 ) ) | ( ( ( rule__ProcessType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ProcessType__OwnedPrototypeAssignment_3_1_1 )* ) ) );
public final void rule__ProcessType__Alternatives_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:7689:1: ( ( ( rule__ProcessType__Group_3_1_0__0 ) ) | ( ( ( rule__ProcessType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ProcessType__OwnedPrototypeAssignment_3_1_1 )* ) ) )
+ // InternalAadl2Parser.g:6739:1: ( ( ( rule__ProcessType__Group_3_1_0__0 ) ) | ( ( ( rule__ProcessType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ProcessType__OwnedPrototypeAssignment_3_1_1 )* ) ) )
int alt42=2;
int LA42_0 = input.LA(1);
@@ -35424,14 +32621,14 @@ else if ( (LA42_0==RULE_ID) ) {
}
switch (alt42) {
case 1 :
- // InternalAadl2Parser.g:7690:2: ( ( rule__ProcessType__Group_3_1_0__0 ) )
+ // InternalAadl2Parser.g:6740:2: ( ( rule__ProcessType__Group_3_1_0__0 ) )
{
- // InternalAadl2Parser.g:7690:2: ( ( rule__ProcessType__Group_3_1_0__0 ) )
- // InternalAadl2Parser.g:7691:3: ( rule__ProcessType__Group_3_1_0__0 )
+ // InternalAadl2Parser.g:6740:2: ( ( rule__ProcessType__Group_3_1_0__0 ) )
+ // InternalAadl2Parser.g:6741:3: ( rule__ProcessType__Group_3_1_0__0 )
{
before(grammarAccess.getProcessTypeAccess().getGroup_3_1_0());
- // InternalAadl2Parser.g:7692:3: ( rule__ProcessType__Group_3_1_0__0 )
- // InternalAadl2Parser.g:7692:4: rule__ProcessType__Group_3_1_0__0
+ // InternalAadl2Parser.g:6742:3: ( rule__ProcessType__Group_3_1_0__0 )
+ // InternalAadl2Parser.g:6742:4: rule__ProcessType__Group_3_1_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__Group_3_1_0__0();
@@ -35449,17 +32646,17 @@ else if ( (LA42_0==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:7696:2: ( ( ( rule__ProcessType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ProcessType__OwnedPrototypeAssignment_3_1_1 )* ) )
+ // InternalAadl2Parser.g:6746:2: ( ( ( rule__ProcessType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ProcessType__OwnedPrototypeAssignment_3_1_1 )* ) )
{
- // InternalAadl2Parser.g:7696:2: ( ( ( rule__ProcessType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ProcessType__OwnedPrototypeAssignment_3_1_1 )* ) )
- // InternalAadl2Parser.g:7697:3: ( ( rule__ProcessType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ProcessType__OwnedPrototypeAssignment_3_1_1 )* )
+ // InternalAadl2Parser.g:6746:2: ( ( ( rule__ProcessType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ProcessType__OwnedPrototypeAssignment_3_1_1 )* ) )
+ // InternalAadl2Parser.g:6747:3: ( ( rule__ProcessType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ProcessType__OwnedPrototypeAssignment_3_1_1 )* )
{
- // InternalAadl2Parser.g:7697:3: ( ( rule__ProcessType__OwnedPrototypeAssignment_3_1_1 ) )
- // InternalAadl2Parser.g:7698:4: ( rule__ProcessType__OwnedPrototypeAssignment_3_1_1 )
+ // InternalAadl2Parser.g:6747:3: ( ( rule__ProcessType__OwnedPrototypeAssignment_3_1_1 ) )
+ // InternalAadl2Parser.g:6748:4: ( rule__ProcessType__OwnedPrototypeAssignment_3_1_1 )
{
before(grammarAccess.getProcessTypeAccess().getOwnedPrototypeAssignment_3_1_1());
- // InternalAadl2Parser.g:7699:4: ( rule__ProcessType__OwnedPrototypeAssignment_3_1_1 )
- // InternalAadl2Parser.g:7699:5: rule__ProcessType__OwnedPrototypeAssignment_3_1_1
+ // InternalAadl2Parser.g:6749:4: ( rule__ProcessType__OwnedPrototypeAssignment_3_1_1 )
+ // InternalAadl2Parser.g:6749:5: rule__ProcessType__OwnedPrototypeAssignment_3_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__ProcessType__OwnedPrototypeAssignment_3_1_1();
@@ -35473,11 +32670,11 @@ else if ( (LA42_0==RULE_ID) ) {
}
- // InternalAadl2Parser.g:7702:3: ( ( rule__ProcessType__OwnedPrototypeAssignment_3_1_1 )* )
- // InternalAadl2Parser.g:7703:4: ( rule__ProcessType__OwnedPrototypeAssignment_3_1_1 )*
+ // InternalAadl2Parser.g:6752:3: ( ( rule__ProcessType__OwnedPrototypeAssignment_3_1_1 )* )
+ // InternalAadl2Parser.g:6753:4: ( rule__ProcessType__OwnedPrototypeAssignment_3_1_1 )*
{
before(grammarAccess.getProcessTypeAccess().getOwnedPrototypeAssignment_3_1_1());
- // InternalAadl2Parser.g:7704:4: ( rule__ProcessType__OwnedPrototypeAssignment_3_1_1 )*
+ // InternalAadl2Parser.g:6754:4: ( rule__ProcessType__OwnedPrototypeAssignment_3_1_1 )*
loop41:
do {
int alt41=2;
@@ -35490,7 +32687,7 @@ else if ( (LA42_0==RULE_ID) ) {
switch (alt41) {
case 1 :
- // InternalAadl2Parser.g:7704:5: rule__ProcessType__OwnedPrototypeAssignment_3_1_1
+ // InternalAadl2Parser.g:6754:5: rule__ProcessType__OwnedPrototypeAssignment_3_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__ProcessType__OwnedPrototypeAssignment_3_1_1();
@@ -35534,13 +32731,13 @@ else if ( (LA42_0==RULE_ID) ) {
// $ANTLR start "rule__ProcessType__Alternatives_4_1"
- // InternalAadl2Parser.g:7713:1: rule__ProcessType__Alternatives_4_1 : ( ( ( rule__ProcessType__Group_4_1_0__0 ) ) | ( ( ( rule__ProcessType__Alternatives_4_1_1 ) ) ( ( rule__ProcessType__Alternatives_4_1_1 )* ) ) );
+ // InternalAadl2Parser.g:6763:1: rule__ProcessType__Alternatives_4_1 : ( ( ( rule__ProcessType__Group_4_1_0__0 ) ) | ( ( ( rule__ProcessType__Alternatives_4_1_1 ) ) ( ( rule__ProcessType__Alternatives_4_1_1 )* ) ) );
public final void rule__ProcessType__Alternatives_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:7717:1: ( ( ( rule__ProcessType__Group_4_1_0__0 ) ) | ( ( ( rule__ProcessType__Alternatives_4_1_1 ) ) ( ( rule__ProcessType__Alternatives_4_1_1 )* ) ) )
+ // InternalAadl2Parser.g:6767:1: ( ( ( rule__ProcessType__Group_4_1_0__0 ) ) | ( ( ( rule__ProcessType__Alternatives_4_1_1 ) ) ( ( rule__ProcessType__Alternatives_4_1_1 )* ) ) )
int alt44=2;
int LA44_0 = input.LA(1);
@@ -35558,14 +32755,14 @@ else if ( (LA44_0==RULE_ID) ) {
}
switch (alt44) {
case 1 :
- // InternalAadl2Parser.g:7718:2: ( ( rule__ProcessType__Group_4_1_0__0 ) )
+ // InternalAadl2Parser.g:6768:2: ( ( rule__ProcessType__Group_4_1_0__0 ) )
{
- // InternalAadl2Parser.g:7718:2: ( ( rule__ProcessType__Group_4_1_0__0 ) )
- // InternalAadl2Parser.g:7719:3: ( rule__ProcessType__Group_4_1_0__0 )
+ // InternalAadl2Parser.g:6768:2: ( ( rule__ProcessType__Group_4_1_0__0 ) )
+ // InternalAadl2Parser.g:6769:3: ( rule__ProcessType__Group_4_1_0__0 )
{
before(grammarAccess.getProcessTypeAccess().getGroup_4_1_0());
- // InternalAadl2Parser.g:7720:3: ( rule__ProcessType__Group_4_1_0__0 )
- // InternalAadl2Parser.g:7720:4: rule__ProcessType__Group_4_1_0__0
+ // InternalAadl2Parser.g:6770:3: ( rule__ProcessType__Group_4_1_0__0 )
+ // InternalAadl2Parser.g:6770:4: rule__ProcessType__Group_4_1_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__Group_4_1_0__0();
@@ -35583,17 +32780,17 @@ else if ( (LA44_0==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:7724:2: ( ( ( rule__ProcessType__Alternatives_4_1_1 ) ) ( ( rule__ProcessType__Alternatives_4_1_1 )* ) )
+ // InternalAadl2Parser.g:6774:2: ( ( ( rule__ProcessType__Alternatives_4_1_1 ) ) ( ( rule__ProcessType__Alternatives_4_1_1 )* ) )
{
- // InternalAadl2Parser.g:7724:2: ( ( ( rule__ProcessType__Alternatives_4_1_1 ) ) ( ( rule__ProcessType__Alternatives_4_1_1 )* ) )
- // InternalAadl2Parser.g:7725:3: ( ( rule__ProcessType__Alternatives_4_1_1 ) ) ( ( rule__ProcessType__Alternatives_4_1_1 )* )
+ // InternalAadl2Parser.g:6774:2: ( ( ( rule__ProcessType__Alternatives_4_1_1 ) ) ( ( rule__ProcessType__Alternatives_4_1_1 )* ) )
+ // InternalAadl2Parser.g:6775:3: ( ( rule__ProcessType__Alternatives_4_1_1 ) ) ( ( rule__ProcessType__Alternatives_4_1_1 )* )
{
- // InternalAadl2Parser.g:7725:3: ( ( rule__ProcessType__Alternatives_4_1_1 ) )
- // InternalAadl2Parser.g:7726:4: ( rule__ProcessType__Alternatives_4_1_1 )
+ // InternalAadl2Parser.g:6775:3: ( ( rule__ProcessType__Alternatives_4_1_1 ) )
+ // InternalAadl2Parser.g:6776:4: ( rule__ProcessType__Alternatives_4_1_1 )
{
before(grammarAccess.getProcessTypeAccess().getAlternatives_4_1_1());
- // InternalAadl2Parser.g:7727:4: ( rule__ProcessType__Alternatives_4_1_1 )
- // InternalAadl2Parser.g:7727:5: rule__ProcessType__Alternatives_4_1_1
+ // InternalAadl2Parser.g:6777:4: ( rule__ProcessType__Alternatives_4_1_1 )
+ // InternalAadl2Parser.g:6777:5: rule__ProcessType__Alternatives_4_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__ProcessType__Alternatives_4_1_1();
@@ -35607,11 +32804,11 @@ else if ( (LA44_0==RULE_ID) ) {
}
- // InternalAadl2Parser.g:7730:3: ( ( rule__ProcessType__Alternatives_4_1_1 )* )
- // InternalAadl2Parser.g:7731:4: ( rule__ProcessType__Alternatives_4_1_1 )*
+ // InternalAadl2Parser.g:6780:3: ( ( rule__ProcessType__Alternatives_4_1_1 )* )
+ // InternalAadl2Parser.g:6781:4: ( rule__ProcessType__Alternatives_4_1_1 )*
{
before(grammarAccess.getProcessTypeAccess().getAlternatives_4_1_1());
- // InternalAadl2Parser.g:7732:4: ( rule__ProcessType__Alternatives_4_1_1 )*
+ // InternalAadl2Parser.g:6782:4: ( rule__ProcessType__Alternatives_4_1_1 )*
loop43:
do {
int alt43=2;
@@ -35624,7 +32821,7 @@ else if ( (LA44_0==RULE_ID) ) {
switch (alt43) {
case 1 :
- // InternalAadl2Parser.g:7732:5: rule__ProcessType__Alternatives_4_1_1
+ // InternalAadl2Parser.g:6782:5: rule__ProcessType__Alternatives_4_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__ProcessType__Alternatives_4_1_1();
@@ -35668,25 +32865,25 @@ else if ( (LA44_0==RULE_ID) ) {
// $ANTLR start "rule__ProcessType__Alternatives_4_1_1"
- // InternalAadl2Parser.g:7741:1: rule__ProcessType__Alternatives_4_1_1 : ( ( ( rule__ProcessType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__ProcessType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__ProcessType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__ProcessType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__ProcessType__OwnedDataAccessAssignment_4_1_1_4 ) ) | ( ( rule__ProcessType__OwnedSubprogramAccessAssignment_4_1_1_5 ) ) | ( ( rule__ProcessType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) ) | ( ( rule__ProcessType__OwnedAbstractFeatureAssignment_4_1_1_7 ) ) );
+ // InternalAadl2Parser.g:6791:1: rule__ProcessType__Alternatives_4_1_1 : ( ( ( rule__ProcessType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__ProcessType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__ProcessType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__ProcessType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__ProcessType__OwnedDataAccessAssignment_4_1_1_4 ) ) | ( ( rule__ProcessType__OwnedSubprogramAccessAssignment_4_1_1_5 ) ) | ( ( rule__ProcessType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) ) | ( ( rule__ProcessType__OwnedAbstractFeatureAssignment_4_1_1_7 ) ) );
public final void rule__ProcessType__Alternatives_4_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:7745:1: ( ( ( rule__ProcessType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__ProcessType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__ProcessType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__ProcessType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__ProcessType__OwnedDataAccessAssignment_4_1_1_4 ) ) | ( ( rule__ProcessType__OwnedSubprogramAccessAssignment_4_1_1_5 ) ) | ( ( rule__ProcessType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) ) | ( ( rule__ProcessType__OwnedAbstractFeatureAssignment_4_1_1_7 ) ) )
+ // InternalAadl2Parser.g:6795:1: ( ( ( rule__ProcessType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__ProcessType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__ProcessType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__ProcessType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__ProcessType__OwnedDataAccessAssignment_4_1_1_4 ) ) | ( ( rule__ProcessType__OwnedSubprogramAccessAssignment_4_1_1_5 ) ) | ( ( rule__ProcessType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) ) | ( ( rule__ProcessType__OwnedAbstractFeatureAssignment_4_1_1_7 ) ) )
int alt45=8;
alt45 = dfa45.predict(input);
switch (alt45) {
case 1 :
- // InternalAadl2Parser.g:7746:2: ( ( rule__ProcessType__OwnedDataPortAssignment_4_1_1_0 ) )
+ // InternalAadl2Parser.g:6796:2: ( ( rule__ProcessType__OwnedDataPortAssignment_4_1_1_0 ) )
{
- // InternalAadl2Parser.g:7746:2: ( ( rule__ProcessType__OwnedDataPortAssignment_4_1_1_0 ) )
- // InternalAadl2Parser.g:7747:3: ( rule__ProcessType__OwnedDataPortAssignment_4_1_1_0 )
+ // InternalAadl2Parser.g:6796:2: ( ( rule__ProcessType__OwnedDataPortAssignment_4_1_1_0 ) )
+ // InternalAadl2Parser.g:6797:3: ( rule__ProcessType__OwnedDataPortAssignment_4_1_1_0 )
{
before(grammarAccess.getProcessTypeAccess().getOwnedDataPortAssignment_4_1_1_0());
- // InternalAadl2Parser.g:7748:3: ( rule__ProcessType__OwnedDataPortAssignment_4_1_1_0 )
- // InternalAadl2Parser.g:7748:4: rule__ProcessType__OwnedDataPortAssignment_4_1_1_0
+ // InternalAadl2Parser.g:6798:3: ( rule__ProcessType__OwnedDataPortAssignment_4_1_1_0 )
+ // InternalAadl2Parser.g:6798:4: rule__ProcessType__OwnedDataPortAssignment_4_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__OwnedDataPortAssignment_4_1_1_0();
@@ -35704,14 +32901,14 @@ public final void rule__ProcessType__Alternatives_4_1_1() throws RecognitionExce
}
break;
case 2 :
- // InternalAadl2Parser.g:7752:2: ( ( rule__ProcessType__OwnedEventPortAssignment_4_1_1_1 ) )
+ // InternalAadl2Parser.g:6802:2: ( ( rule__ProcessType__OwnedEventPortAssignment_4_1_1_1 ) )
{
- // InternalAadl2Parser.g:7752:2: ( ( rule__ProcessType__OwnedEventPortAssignment_4_1_1_1 ) )
- // InternalAadl2Parser.g:7753:3: ( rule__ProcessType__OwnedEventPortAssignment_4_1_1_1 )
+ // InternalAadl2Parser.g:6802:2: ( ( rule__ProcessType__OwnedEventPortAssignment_4_1_1_1 ) )
+ // InternalAadl2Parser.g:6803:3: ( rule__ProcessType__OwnedEventPortAssignment_4_1_1_1 )
{
before(grammarAccess.getProcessTypeAccess().getOwnedEventPortAssignment_4_1_1_1());
- // InternalAadl2Parser.g:7754:3: ( rule__ProcessType__OwnedEventPortAssignment_4_1_1_1 )
- // InternalAadl2Parser.g:7754:4: rule__ProcessType__OwnedEventPortAssignment_4_1_1_1
+ // InternalAadl2Parser.g:6804:3: ( rule__ProcessType__OwnedEventPortAssignment_4_1_1_1 )
+ // InternalAadl2Parser.g:6804:4: rule__ProcessType__OwnedEventPortAssignment_4_1_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__OwnedEventPortAssignment_4_1_1_1();
@@ -35729,14 +32926,14 @@ public final void rule__ProcessType__Alternatives_4_1_1() throws RecognitionExce
}
break;
case 3 :
- // InternalAadl2Parser.g:7758:2: ( ( rule__ProcessType__OwnedEventDataPortAssignment_4_1_1_2 ) )
+ // InternalAadl2Parser.g:6808:2: ( ( rule__ProcessType__OwnedEventDataPortAssignment_4_1_1_2 ) )
{
- // InternalAadl2Parser.g:7758:2: ( ( rule__ProcessType__OwnedEventDataPortAssignment_4_1_1_2 ) )
- // InternalAadl2Parser.g:7759:3: ( rule__ProcessType__OwnedEventDataPortAssignment_4_1_1_2 )
+ // InternalAadl2Parser.g:6808:2: ( ( rule__ProcessType__OwnedEventDataPortAssignment_4_1_1_2 ) )
+ // InternalAadl2Parser.g:6809:3: ( rule__ProcessType__OwnedEventDataPortAssignment_4_1_1_2 )
{
before(grammarAccess.getProcessTypeAccess().getOwnedEventDataPortAssignment_4_1_1_2());
- // InternalAadl2Parser.g:7760:3: ( rule__ProcessType__OwnedEventDataPortAssignment_4_1_1_2 )
- // InternalAadl2Parser.g:7760:4: rule__ProcessType__OwnedEventDataPortAssignment_4_1_1_2
+ // InternalAadl2Parser.g:6810:3: ( rule__ProcessType__OwnedEventDataPortAssignment_4_1_1_2 )
+ // InternalAadl2Parser.g:6810:4: rule__ProcessType__OwnedEventDataPortAssignment_4_1_1_2
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__OwnedEventDataPortAssignment_4_1_1_2();
@@ -35754,14 +32951,14 @@ public final void rule__ProcessType__Alternatives_4_1_1() throws RecognitionExce
}
break;
case 4 :
- // InternalAadl2Parser.g:7764:2: ( ( rule__ProcessType__OwnedFeatureGroupAssignment_4_1_1_3 ) )
+ // InternalAadl2Parser.g:6814:2: ( ( rule__ProcessType__OwnedFeatureGroupAssignment_4_1_1_3 ) )
{
- // InternalAadl2Parser.g:7764:2: ( ( rule__ProcessType__OwnedFeatureGroupAssignment_4_1_1_3 ) )
- // InternalAadl2Parser.g:7765:3: ( rule__ProcessType__OwnedFeatureGroupAssignment_4_1_1_3 )
+ // InternalAadl2Parser.g:6814:2: ( ( rule__ProcessType__OwnedFeatureGroupAssignment_4_1_1_3 ) )
+ // InternalAadl2Parser.g:6815:3: ( rule__ProcessType__OwnedFeatureGroupAssignment_4_1_1_3 )
{
before(grammarAccess.getProcessTypeAccess().getOwnedFeatureGroupAssignment_4_1_1_3());
- // InternalAadl2Parser.g:7766:3: ( rule__ProcessType__OwnedFeatureGroupAssignment_4_1_1_3 )
- // InternalAadl2Parser.g:7766:4: rule__ProcessType__OwnedFeatureGroupAssignment_4_1_1_3
+ // InternalAadl2Parser.g:6816:3: ( rule__ProcessType__OwnedFeatureGroupAssignment_4_1_1_3 )
+ // InternalAadl2Parser.g:6816:4: rule__ProcessType__OwnedFeatureGroupAssignment_4_1_1_3
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__OwnedFeatureGroupAssignment_4_1_1_3();
@@ -35779,14 +32976,14 @@ public final void rule__ProcessType__Alternatives_4_1_1() throws RecognitionExce
}
break;
case 5 :
- // InternalAadl2Parser.g:7770:2: ( ( rule__ProcessType__OwnedDataAccessAssignment_4_1_1_4 ) )
+ // InternalAadl2Parser.g:6820:2: ( ( rule__ProcessType__OwnedDataAccessAssignment_4_1_1_4 ) )
{
- // InternalAadl2Parser.g:7770:2: ( ( rule__ProcessType__OwnedDataAccessAssignment_4_1_1_4 ) )
- // InternalAadl2Parser.g:7771:3: ( rule__ProcessType__OwnedDataAccessAssignment_4_1_1_4 )
+ // InternalAadl2Parser.g:6820:2: ( ( rule__ProcessType__OwnedDataAccessAssignment_4_1_1_4 ) )
+ // InternalAadl2Parser.g:6821:3: ( rule__ProcessType__OwnedDataAccessAssignment_4_1_1_4 )
{
before(grammarAccess.getProcessTypeAccess().getOwnedDataAccessAssignment_4_1_1_4());
- // InternalAadl2Parser.g:7772:3: ( rule__ProcessType__OwnedDataAccessAssignment_4_1_1_4 )
- // InternalAadl2Parser.g:7772:4: rule__ProcessType__OwnedDataAccessAssignment_4_1_1_4
+ // InternalAadl2Parser.g:6822:3: ( rule__ProcessType__OwnedDataAccessAssignment_4_1_1_4 )
+ // InternalAadl2Parser.g:6822:4: rule__ProcessType__OwnedDataAccessAssignment_4_1_1_4
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__OwnedDataAccessAssignment_4_1_1_4();
@@ -35804,14 +33001,14 @@ public final void rule__ProcessType__Alternatives_4_1_1() throws RecognitionExce
}
break;
case 6 :
- // InternalAadl2Parser.g:7776:2: ( ( rule__ProcessType__OwnedSubprogramAccessAssignment_4_1_1_5 ) )
+ // InternalAadl2Parser.g:6826:2: ( ( rule__ProcessType__OwnedSubprogramAccessAssignment_4_1_1_5 ) )
{
- // InternalAadl2Parser.g:7776:2: ( ( rule__ProcessType__OwnedSubprogramAccessAssignment_4_1_1_5 ) )
- // InternalAadl2Parser.g:7777:3: ( rule__ProcessType__OwnedSubprogramAccessAssignment_4_1_1_5 )
+ // InternalAadl2Parser.g:6826:2: ( ( rule__ProcessType__OwnedSubprogramAccessAssignment_4_1_1_5 ) )
+ // InternalAadl2Parser.g:6827:3: ( rule__ProcessType__OwnedSubprogramAccessAssignment_4_1_1_5 )
{
before(grammarAccess.getProcessTypeAccess().getOwnedSubprogramAccessAssignment_4_1_1_5());
- // InternalAadl2Parser.g:7778:3: ( rule__ProcessType__OwnedSubprogramAccessAssignment_4_1_1_5 )
- // InternalAadl2Parser.g:7778:4: rule__ProcessType__OwnedSubprogramAccessAssignment_4_1_1_5
+ // InternalAadl2Parser.g:6828:3: ( rule__ProcessType__OwnedSubprogramAccessAssignment_4_1_1_5 )
+ // InternalAadl2Parser.g:6828:4: rule__ProcessType__OwnedSubprogramAccessAssignment_4_1_1_5
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__OwnedSubprogramAccessAssignment_4_1_1_5();
@@ -35829,14 +33026,14 @@ public final void rule__ProcessType__Alternatives_4_1_1() throws RecognitionExce
}
break;
case 7 :
- // InternalAadl2Parser.g:7782:2: ( ( rule__ProcessType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) )
+ // InternalAadl2Parser.g:6832:2: ( ( rule__ProcessType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) )
{
- // InternalAadl2Parser.g:7782:2: ( ( rule__ProcessType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) )
- // InternalAadl2Parser.g:7783:3: ( rule__ProcessType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 )
+ // InternalAadl2Parser.g:6832:2: ( ( rule__ProcessType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) )
+ // InternalAadl2Parser.g:6833:3: ( rule__ProcessType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 )
{
before(grammarAccess.getProcessTypeAccess().getOwnedSubprogramGroupAccessAssignment_4_1_1_6());
- // InternalAadl2Parser.g:7784:3: ( rule__ProcessType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 )
- // InternalAadl2Parser.g:7784:4: rule__ProcessType__OwnedSubprogramGroupAccessAssignment_4_1_1_6
+ // InternalAadl2Parser.g:6834:3: ( rule__ProcessType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 )
+ // InternalAadl2Parser.g:6834:4: rule__ProcessType__OwnedSubprogramGroupAccessAssignment_4_1_1_6
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__OwnedSubprogramGroupAccessAssignment_4_1_1_6();
@@ -35854,14 +33051,14 @@ public final void rule__ProcessType__Alternatives_4_1_1() throws RecognitionExce
}
break;
case 8 :
- // InternalAadl2Parser.g:7788:2: ( ( rule__ProcessType__OwnedAbstractFeatureAssignment_4_1_1_7 ) )
+ // InternalAadl2Parser.g:6838:2: ( ( rule__ProcessType__OwnedAbstractFeatureAssignment_4_1_1_7 ) )
{
- // InternalAadl2Parser.g:7788:2: ( ( rule__ProcessType__OwnedAbstractFeatureAssignment_4_1_1_7 ) )
- // InternalAadl2Parser.g:7789:3: ( rule__ProcessType__OwnedAbstractFeatureAssignment_4_1_1_7 )
+ // InternalAadl2Parser.g:6838:2: ( ( rule__ProcessType__OwnedAbstractFeatureAssignment_4_1_1_7 ) )
+ // InternalAadl2Parser.g:6839:3: ( rule__ProcessType__OwnedAbstractFeatureAssignment_4_1_1_7 )
{
before(grammarAccess.getProcessTypeAccess().getOwnedAbstractFeatureAssignment_4_1_1_7());
- // InternalAadl2Parser.g:7790:3: ( rule__ProcessType__OwnedAbstractFeatureAssignment_4_1_1_7 )
- // InternalAadl2Parser.g:7790:4: rule__ProcessType__OwnedAbstractFeatureAssignment_4_1_1_7
+ // InternalAadl2Parser.g:6840:3: ( rule__ProcessType__OwnedAbstractFeatureAssignment_4_1_1_7 )
+ // InternalAadl2Parser.g:6840:4: rule__ProcessType__OwnedAbstractFeatureAssignment_4_1_1_7
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__OwnedAbstractFeatureAssignment_4_1_1_7();
@@ -35896,13 +33093,13 @@ public final void rule__ProcessType__Alternatives_4_1_1() throws RecognitionExce
// $ANTLR start "rule__ProcessType__Alternatives_5_1"
- // InternalAadl2Parser.g:7798:1: rule__ProcessType__Alternatives_5_1 : ( ( ( ( rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__ProcessType__Group_5_1_1__0 ) ) );
+ // InternalAadl2Parser.g:6848:1: rule__ProcessType__Alternatives_5_1 : ( ( ( ( rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__ProcessType__Group_5_1_1__0 ) ) );
public final void rule__ProcessType__Alternatives_5_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:7802:1: ( ( ( ( rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__ProcessType__Group_5_1_1__0 ) ) )
+ // InternalAadl2Parser.g:6852:1: ( ( ( ( rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__ProcessType__Group_5_1_1__0 ) ) )
int alt47=2;
int LA47_0 = input.LA(1);
@@ -35920,17 +33117,17 @@ else if ( (LA47_0==None) ) {
}
switch (alt47) {
case 1 :
- // InternalAadl2Parser.g:7803:2: ( ( ( rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
+ // InternalAadl2Parser.g:6853:2: ( ( ( rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
{
- // InternalAadl2Parser.g:7803:2: ( ( ( rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
- // InternalAadl2Parser.g:7804:3: ( ( rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0 )* )
+ // InternalAadl2Parser.g:6853:2: ( ( ( rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
+ // InternalAadl2Parser.g:6854:3: ( ( rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0 )* )
{
- // InternalAadl2Parser.g:7804:3: ( ( rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0 ) )
- // InternalAadl2Parser.g:7805:4: ( rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0 )
+ // InternalAadl2Parser.g:6854:3: ( ( rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0 ) )
+ // InternalAadl2Parser.g:6855:4: ( rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0 )
{
before(grammarAccess.getProcessTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0());
- // InternalAadl2Parser.g:7806:4: ( rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0 )
- // InternalAadl2Parser.g:7806:5: rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0
+ // InternalAadl2Parser.g:6856:4: ( rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0 )
+ // InternalAadl2Parser.g:6856:5: rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0();
@@ -35944,11 +33141,11 @@ else if ( (LA47_0==None) ) {
}
- // InternalAadl2Parser.g:7809:3: ( ( rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0 )* )
- // InternalAadl2Parser.g:7810:4: ( rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0 )*
+ // InternalAadl2Parser.g:6859:3: ( ( rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0 )* )
+ // InternalAadl2Parser.g:6860:4: ( rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0 )*
{
before(grammarAccess.getProcessTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0());
- // InternalAadl2Parser.g:7811:4: ( rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0 )*
+ // InternalAadl2Parser.g:6861:4: ( rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0 )*
loop46:
do {
int alt46=2;
@@ -35961,7 +33158,7 @@ else if ( (LA47_0==None) ) {
switch (alt46) {
case 1 :
- // InternalAadl2Parser.g:7811:5: rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0
+ // InternalAadl2Parser.g:6861:5: rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__ProcessType__OwnedFlowSpecificationAssignment_5_1_0();
@@ -35988,14 +33185,14 @@ else if ( (LA47_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:7816:2: ( ( rule__ProcessType__Group_5_1_1__0 ) )
+ // InternalAadl2Parser.g:6866:2: ( ( rule__ProcessType__Group_5_1_1__0 ) )
{
- // InternalAadl2Parser.g:7816:2: ( ( rule__ProcessType__Group_5_1_1__0 ) )
- // InternalAadl2Parser.g:7817:3: ( rule__ProcessType__Group_5_1_1__0 )
+ // InternalAadl2Parser.g:6866:2: ( ( rule__ProcessType__Group_5_1_1__0 ) )
+ // InternalAadl2Parser.g:6867:3: ( rule__ProcessType__Group_5_1_1__0 )
{
before(grammarAccess.getProcessTypeAccess().getGroup_5_1_1());
- // InternalAadl2Parser.g:7818:3: ( rule__ProcessType__Group_5_1_1__0 )
- // InternalAadl2Parser.g:7818:4: rule__ProcessType__Group_5_1_1__0
+ // InternalAadl2Parser.g:6868:3: ( rule__ProcessType__Group_5_1_1__0 )
+ // InternalAadl2Parser.g:6868:4: rule__ProcessType__Group_5_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__Group_5_1_1__0();
@@ -36030,13 +33227,13 @@ else if ( (LA47_0==None) ) {
// $ANTLR start "rule__ProcessType__Alternatives_6"
- // InternalAadl2Parser.g:7826:1: rule__ProcessType__Alternatives_6 : ( ( ( rule__ProcessType__Group_6_0__0 ) ) | ( ( rule__ProcessType__Group_6_1__0 ) ) );
+ // InternalAadl2Parser.g:6876:1: rule__ProcessType__Alternatives_6 : ( ( ( rule__ProcessType__Group_6_0__0 ) ) | ( ( rule__ProcessType__Group_6_1__0 ) ) );
public final void rule__ProcessType__Alternatives_6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:7830:1: ( ( ( rule__ProcessType__Group_6_0__0 ) ) | ( ( rule__ProcessType__Group_6_1__0 ) ) )
+ // InternalAadl2Parser.g:6880:1: ( ( ( rule__ProcessType__Group_6_0__0 ) ) | ( ( rule__ProcessType__Group_6_1__0 ) ) )
int alt48=2;
int LA48_0 = input.LA(1);
@@ -36054,14 +33251,14 @@ else if ( (LA48_0==Modes) ) {
}
switch (alt48) {
case 1 :
- // InternalAadl2Parser.g:7831:2: ( ( rule__ProcessType__Group_6_0__0 ) )
+ // InternalAadl2Parser.g:6881:2: ( ( rule__ProcessType__Group_6_0__0 ) )
{
- // InternalAadl2Parser.g:7831:2: ( ( rule__ProcessType__Group_6_0__0 ) )
- // InternalAadl2Parser.g:7832:3: ( rule__ProcessType__Group_6_0__0 )
+ // InternalAadl2Parser.g:6881:2: ( ( rule__ProcessType__Group_6_0__0 ) )
+ // InternalAadl2Parser.g:6882:3: ( rule__ProcessType__Group_6_0__0 )
{
before(grammarAccess.getProcessTypeAccess().getGroup_6_0());
- // InternalAadl2Parser.g:7833:3: ( rule__ProcessType__Group_6_0__0 )
- // InternalAadl2Parser.g:7833:4: rule__ProcessType__Group_6_0__0
+ // InternalAadl2Parser.g:6883:3: ( rule__ProcessType__Group_6_0__0 )
+ // InternalAadl2Parser.g:6883:4: rule__ProcessType__Group_6_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__Group_6_0__0();
@@ -36079,14 +33276,14 @@ else if ( (LA48_0==Modes) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:7837:2: ( ( rule__ProcessType__Group_6_1__0 ) )
+ // InternalAadl2Parser.g:6887:2: ( ( rule__ProcessType__Group_6_1__0 ) )
{
- // InternalAadl2Parser.g:7837:2: ( ( rule__ProcessType__Group_6_1__0 ) )
- // InternalAadl2Parser.g:7838:3: ( rule__ProcessType__Group_6_1__0 )
+ // InternalAadl2Parser.g:6887:2: ( ( rule__ProcessType__Group_6_1__0 ) )
+ // InternalAadl2Parser.g:6888:3: ( rule__ProcessType__Group_6_1__0 )
{
before(grammarAccess.getProcessTypeAccess().getGroup_6_1());
- // InternalAadl2Parser.g:7839:3: ( rule__ProcessType__Group_6_1__0 )
- // InternalAadl2Parser.g:7839:4: rule__ProcessType__Group_6_1__0
+ // InternalAadl2Parser.g:6889:3: ( rule__ProcessType__Group_6_1__0 )
+ // InternalAadl2Parser.g:6889:4: rule__ProcessType__Group_6_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__Group_6_1__0();
@@ -36121,13 +33318,13 @@ else if ( (LA48_0==Modes) ) {
// $ANTLR start "rule__ProcessType__Alternatives_6_1_1"
- // InternalAadl2Parser.g:7847:1: rule__ProcessType__Alternatives_6_1_1 : ( ( ( ( rule__ProcessType__Alternatives_6_1_1_0 ) ) ( ( rule__ProcessType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__ProcessType__Group_6_1_1_1__0 ) ) );
+ // InternalAadl2Parser.g:6897:1: rule__ProcessType__Alternatives_6_1_1 : ( ( ( ( rule__ProcessType__Alternatives_6_1_1_0 ) ) ( ( rule__ProcessType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__ProcessType__Group_6_1_1_1__0 ) ) );
public final void rule__ProcessType__Alternatives_6_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:7851:1: ( ( ( ( rule__ProcessType__Alternatives_6_1_1_0 ) ) ( ( rule__ProcessType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__ProcessType__Group_6_1_1_1__0 ) ) )
+ // InternalAadl2Parser.g:6901:1: ( ( ( ( rule__ProcessType__Alternatives_6_1_1_0 ) ) ( ( rule__ProcessType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__ProcessType__Group_6_1_1_1__0 ) ) )
int alt50=2;
int LA50_0 = input.LA(1);
@@ -36145,17 +33342,17 @@ else if ( (LA50_0==None) ) {
}
switch (alt50) {
case 1 :
- // InternalAadl2Parser.g:7852:2: ( ( ( rule__ProcessType__Alternatives_6_1_1_0 ) ) ( ( rule__ProcessType__Alternatives_6_1_1_0 )* ) )
+ // InternalAadl2Parser.g:6902:2: ( ( ( rule__ProcessType__Alternatives_6_1_1_0 ) ) ( ( rule__ProcessType__Alternatives_6_1_1_0 )* ) )
{
- // InternalAadl2Parser.g:7852:2: ( ( ( rule__ProcessType__Alternatives_6_1_1_0 ) ) ( ( rule__ProcessType__Alternatives_6_1_1_0 )* ) )
- // InternalAadl2Parser.g:7853:3: ( ( rule__ProcessType__Alternatives_6_1_1_0 ) ) ( ( rule__ProcessType__Alternatives_6_1_1_0 )* )
+ // InternalAadl2Parser.g:6902:2: ( ( ( rule__ProcessType__Alternatives_6_1_1_0 ) ) ( ( rule__ProcessType__Alternatives_6_1_1_0 )* ) )
+ // InternalAadl2Parser.g:6903:3: ( ( rule__ProcessType__Alternatives_6_1_1_0 ) ) ( ( rule__ProcessType__Alternatives_6_1_1_0 )* )
{
- // InternalAadl2Parser.g:7853:3: ( ( rule__ProcessType__Alternatives_6_1_1_0 ) )
- // InternalAadl2Parser.g:7854:4: ( rule__ProcessType__Alternatives_6_1_1_0 )
+ // InternalAadl2Parser.g:6903:3: ( ( rule__ProcessType__Alternatives_6_1_1_0 ) )
+ // InternalAadl2Parser.g:6904:4: ( rule__ProcessType__Alternatives_6_1_1_0 )
{
before(grammarAccess.getProcessTypeAccess().getAlternatives_6_1_1_0());
- // InternalAadl2Parser.g:7855:4: ( rule__ProcessType__Alternatives_6_1_1_0 )
- // InternalAadl2Parser.g:7855:5: rule__ProcessType__Alternatives_6_1_1_0
+ // InternalAadl2Parser.g:6905:4: ( rule__ProcessType__Alternatives_6_1_1_0 )
+ // InternalAadl2Parser.g:6905:5: rule__ProcessType__Alternatives_6_1_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__ProcessType__Alternatives_6_1_1_0();
@@ -36169,11 +33366,11 @@ else if ( (LA50_0==None) ) {
}
- // InternalAadl2Parser.g:7858:3: ( ( rule__ProcessType__Alternatives_6_1_1_0 )* )
- // InternalAadl2Parser.g:7859:4: ( rule__ProcessType__Alternatives_6_1_1_0 )*
+ // InternalAadl2Parser.g:6908:3: ( ( rule__ProcessType__Alternatives_6_1_1_0 )* )
+ // InternalAadl2Parser.g:6909:4: ( rule__ProcessType__Alternatives_6_1_1_0 )*
{
before(grammarAccess.getProcessTypeAccess().getAlternatives_6_1_1_0());
- // InternalAadl2Parser.g:7860:4: ( rule__ProcessType__Alternatives_6_1_1_0 )*
+ // InternalAadl2Parser.g:6910:4: ( rule__ProcessType__Alternatives_6_1_1_0 )*
loop49:
do {
int alt49=2;
@@ -36186,7 +33383,7 @@ else if ( (LA50_0==None) ) {
switch (alt49) {
case 1 :
- // InternalAadl2Parser.g:7860:5: rule__ProcessType__Alternatives_6_1_1_0
+ // InternalAadl2Parser.g:6910:5: rule__ProcessType__Alternatives_6_1_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__ProcessType__Alternatives_6_1_1_0();
@@ -36213,14 +33410,14 @@ else if ( (LA50_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:7865:2: ( ( rule__ProcessType__Group_6_1_1_1__0 ) )
+ // InternalAadl2Parser.g:6915:2: ( ( rule__ProcessType__Group_6_1_1_1__0 ) )
{
- // InternalAadl2Parser.g:7865:2: ( ( rule__ProcessType__Group_6_1_1_1__0 ) )
- // InternalAadl2Parser.g:7866:3: ( rule__ProcessType__Group_6_1_1_1__0 )
+ // InternalAadl2Parser.g:6915:2: ( ( rule__ProcessType__Group_6_1_1_1__0 ) )
+ // InternalAadl2Parser.g:6916:3: ( rule__ProcessType__Group_6_1_1_1__0 )
{
before(grammarAccess.getProcessTypeAccess().getGroup_6_1_1_1());
- // InternalAadl2Parser.g:7867:3: ( rule__ProcessType__Group_6_1_1_1__0 )
- // InternalAadl2Parser.g:7867:4: rule__ProcessType__Group_6_1_1_1__0
+ // InternalAadl2Parser.g:6917:3: ( rule__ProcessType__Group_6_1_1_1__0 )
+ // InternalAadl2Parser.g:6917:4: rule__ProcessType__Group_6_1_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__Group_6_1_1_1__0();
@@ -36255,38 +33452,38 @@ else if ( (LA50_0==None) ) {
// $ANTLR start "rule__ProcessType__Alternatives_6_1_1_0"
- // InternalAadl2Parser.g:7875:1: rule__ProcessType__Alternatives_6_1_1_0 : ( ( ( rule__ProcessType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__ProcessType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) );
+ // InternalAadl2Parser.g:6925:1: rule__ProcessType__Alternatives_6_1_1_0 : ( ( ( rule__ProcessType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__ProcessType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) );
public final void rule__ProcessType__Alternatives_6_1_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:7879:1: ( ( ( rule__ProcessType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__ProcessType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) )
+ // InternalAadl2Parser.g:6929:1: ( ( ( rule__ProcessType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__ProcessType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) )
int alt51=2;
int LA51_0 = input.LA(1);
if ( (LA51_0==RULE_ID) ) {
int LA51_1 = input.LA(2);
- if ( (LA51_1==Colon) ) {
- int LA51_2 = input.LA(3);
+ if ( (LA51_1==HyphenMinusLeftSquareBracket) ) {
+ alt51=2;
+ }
+ else if ( (LA51_1==Colon) ) {
+ int LA51_3 = input.LA(3);
- if ( (LA51_2==Initial||LA51_2==Mode) ) {
+ if ( (LA51_3==Initial||LA51_3==Mode) ) {
alt51=1;
}
- else if ( (LA51_2==RULE_ID) ) {
+ else if ( (LA51_3==RULE_ID) ) {
alt51=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 51, 2, input);
+ new NoViableAltException("", 51, 3, input);
throw nvae;
}
}
- else if ( (LA51_1==HyphenMinusLeftSquareBracket) ) {
- alt51=2;
- }
else {
NoViableAltException nvae =
new NoViableAltException("", 51, 1, input);
@@ -36302,14 +33499,14 @@ else if ( (LA51_1==HyphenMinusLeftSquareBracket) ) {
}
switch (alt51) {
case 1 :
- // InternalAadl2Parser.g:7880:2: ( ( rule__ProcessType__OwnedModeAssignment_6_1_1_0_0 ) )
+ // InternalAadl2Parser.g:6930:2: ( ( rule__ProcessType__OwnedModeAssignment_6_1_1_0_0 ) )
{
- // InternalAadl2Parser.g:7880:2: ( ( rule__ProcessType__OwnedModeAssignment_6_1_1_0_0 ) )
- // InternalAadl2Parser.g:7881:3: ( rule__ProcessType__OwnedModeAssignment_6_1_1_0_0 )
+ // InternalAadl2Parser.g:6930:2: ( ( rule__ProcessType__OwnedModeAssignment_6_1_1_0_0 ) )
+ // InternalAadl2Parser.g:6931:3: ( rule__ProcessType__OwnedModeAssignment_6_1_1_0_0 )
{
before(grammarAccess.getProcessTypeAccess().getOwnedModeAssignment_6_1_1_0_0());
- // InternalAadl2Parser.g:7882:3: ( rule__ProcessType__OwnedModeAssignment_6_1_1_0_0 )
- // InternalAadl2Parser.g:7882:4: rule__ProcessType__OwnedModeAssignment_6_1_1_0_0
+ // InternalAadl2Parser.g:6932:3: ( rule__ProcessType__OwnedModeAssignment_6_1_1_0_0 )
+ // InternalAadl2Parser.g:6932:4: rule__ProcessType__OwnedModeAssignment_6_1_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__OwnedModeAssignment_6_1_1_0_0();
@@ -36327,14 +33524,14 @@ else if ( (LA51_1==HyphenMinusLeftSquareBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:7886:2: ( ( rule__ProcessType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
+ // InternalAadl2Parser.g:6936:2: ( ( rule__ProcessType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
{
- // InternalAadl2Parser.g:7886:2: ( ( rule__ProcessType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
- // InternalAadl2Parser.g:7887:3: ( rule__ProcessType__OwnedModeTransitionAssignment_6_1_1_0_1 )
+ // InternalAadl2Parser.g:6936:2: ( ( rule__ProcessType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
+ // InternalAadl2Parser.g:6937:3: ( rule__ProcessType__OwnedModeTransitionAssignment_6_1_1_0_1 )
{
before(grammarAccess.getProcessTypeAccess().getOwnedModeTransitionAssignment_6_1_1_0_1());
- // InternalAadl2Parser.g:7888:3: ( rule__ProcessType__OwnedModeTransitionAssignment_6_1_1_0_1 )
- // InternalAadl2Parser.g:7888:4: rule__ProcessType__OwnedModeTransitionAssignment_6_1_1_0_1
+ // InternalAadl2Parser.g:6938:3: ( rule__ProcessType__OwnedModeTransitionAssignment_6_1_1_0_1 )
+ // InternalAadl2Parser.g:6938:4: rule__ProcessType__OwnedModeTransitionAssignment_6_1_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__OwnedModeTransitionAssignment_6_1_1_0_1();
@@ -36369,13 +33566,13 @@ else if ( (LA51_1==HyphenMinusLeftSquareBracket) ) {
// $ANTLR start "rule__ProcessType__Alternatives_7_1"
- // InternalAadl2Parser.g:7896:1: rule__ProcessType__Alternatives_7_1 : ( ( ( ( rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__ProcessType__Group_7_1_1__0 ) ) );
+ // InternalAadl2Parser.g:6946:1: rule__ProcessType__Alternatives_7_1 : ( ( ( ( rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__ProcessType__Group_7_1_1__0 ) ) );
public final void rule__ProcessType__Alternatives_7_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:7900:1: ( ( ( ( rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__ProcessType__Group_7_1_1__0 ) ) )
+ // InternalAadl2Parser.g:6950:1: ( ( ( ( rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__ProcessType__Group_7_1_1__0 ) ) )
int alt53=2;
int LA53_0 = input.LA(1);
@@ -36393,17 +33590,17 @@ else if ( (LA53_0==None) ) {
}
switch (alt53) {
case 1 :
- // InternalAadl2Parser.g:7901:2: ( ( ( rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
+ // InternalAadl2Parser.g:6951:2: ( ( ( rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
{
- // InternalAadl2Parser.g:7901:2: ( ( ( rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
- // InternalAadl2Parser.g:7902:3: ( ( rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0 )* )
+ // InternalAadl2Parser.g:6951:2: ( ( ( rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
+ // InternalAadl2Parser.g:6952:3: ( ( rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0 )* )
{
- // InternalAadl2Parser.g:7902:3: ( ( rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0 ) )
- // InternalAadl2Parser.g:7903:4: ( rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0 )
+ // InternalAadl2Parser.g:6952:3: ( ( rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0 ) )
+ // InternalAadl2Parser.g:6953:4: ( rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0 )
{
before(grammarAccess.getProcessTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
- // InternalAadl2Parser.g:7904:4: ( rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0 )
- // InternalAadl2Parser.g:7904:5: rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0
+ // InternalAadl2Parser.g:6954:4: ( rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0 )
+ // InternalAadl2Parser.g:6954:5: rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0();
@@ -36417,11 +33614,11 @@ else if ( (LA53_0==None) ) {
}
- // InternalAadl2Parser.g:7907:3: ( ( rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0 )* )
- // InternalAadl2Parser.g:7908:4: ( rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0 )*
+ // InternalAadl2Parser.g:6957:3: ( ( rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0 )* )
+ // InternalAadl2Parser.g:6958:4: ( rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0 )*
{
before(grammarAccess.getProcessTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
- // InternalAadl2Parser.g:7909:4: ( rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0 )*
+ // InternalAadl2Parser.g:6959:4: ( rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0 )*
loop52:
do {
int alt52=2;
@@ -36434,7 +33631,7 @@ else if ( (LA53_0==None) ) {
switch (alt52) {
case 1 :
- // InternalAadl2Parser.g:7909:5: rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0
+ // InternalAadl2Parser.g:6959:5: rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__ProcessType__OwnedPropertyAssociationAssignment_7_1_0();
@@ -36461,14 +33658,14 @@ else if ( (LA53_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:7914:2: ( ( rule__ProcessType__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:6964:2: ( ( rule__ProcessType__Group_7_1_1__0 ) )
{
- // InternalAadl2Parser.g:7914:2: ( ( rule__ProcessType__Group_7_1_1__0 ) )
- // InternalAadl2Parser.g:7915:3: ( rule__ProcessType__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:6964:2: ( ( rule__ProcessType__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:6965:3: ( rule__ProcessType__Group_7_1_1__0 )
{
before(grammarAccess.getProcessTypeAccess().getGroup_7_1_1());
- // InternalAadl2Parser.g:7916:3: ( rule__ProcessType__Group_7_1_1__0 )
- // InternalAadl2Parser.g:7916:4: rule__ProcessType__Group_7_1_1__0
+ // InternalAadl2Parser.g:6966:3: ( rule__ProcessType__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:6966:4: rule__ProcessType__Group_7_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__Group_7_1_1__0();
@@ -36502,14 +33699,14 @@ else if ( (LA53_0==None) ) {
// $ANTLR end "rule__ProcessType__Alternatives_7_1"
- // $ANTLR start "rule__ThreadGroupType__Alternatives_3_1"
- // InternalAadl2Parser.g:7924:1: rule__ThreadGroupType__Alternatives_3_1 : ( ( ( rule__ThreadGroupType__Group_3_1_0__0 ) ) | ( ( ( rule__ThreadGroupType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ThreadGroupType__OwnedPrototypeAssignment_3_1_1 )* ) ) );
- public final void rule__ThreadGroupType__Alternatives_3_1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Alternatives_4_1"
+ // InternalAadl2Parser.g:6974:1: rule__ThreadGroupType__Alternatives_4_1 : ( ( ( rule__ThreadGroupType__Group_4_1_0__0 ) ) | ( ( ( rule__ThreadGroupType__OwnedPrototypeAssignment_4_1_1 ) ) ( ( rule__ThreadGroupType__OwnedPrototypeAssignment_4_1_1 )* ) ) );
+ public final void rule__ThreadGroupType__Alternatives_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:7928:1: ( ( ( rule__ThreadGroupType__Group_3_1_0__0 ) ) | ( ( ( rule__ThreadGroupType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ThreadGroupType__OwnedPrototypeAssignment_3_1_1 )* ) ) )
+ // InternalAadl2Parser.g:6978:1: ( ( ( rule__ThreadGroupType__Group_4_1_0__0 ) ) | ( ( ( rule__ThreadGroupType__OwnedPrototypeAssignment_4_1_1 ) ) ( ( rule__ThreadGroupType__OwnedPrototypeAssignment_4_1_1 )* ) ) )
int alt55=2;
int LA55_0 = input.LA(1);
@@ -36527,24 +33724,24 @@ else if ( (LA55_0==RULE_ID) ) {
}
switch (alt55) {
case 1 :
- // InternalAadl2Parser.g:7929:2: ( ( rule__ThreadGroupType__Group_3_1_0__0 ) )
+ // InternalAadl2Parser.g:6979:2: ( ( rule__ThreadGroupType__Group_4_1_0__0 ) )
{
- // InternalAadl2Parser.g:7929:2: ( ( rule__ThreadGroupType__Group_3_1_0__0 ) )
- // InternalAadl2Parser.g:7930:3: ( rule__ThreadGroupType__Group_3_1_0__0 )
+ // InternalAadl2Parser.g:6979:2: ( ( rule__ThreadGroupType__Group_4_1_0__0 ) )
+ // InternalAadl2Parser.g:6980:3: ( rule__ThreadGroupType__Group_4_1_0__0 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getGroup_3_1_0());
- // InternalAadl2Parser.g:7931:3: ( rule__ThreadGroupType__Group_3_1_0__0 )
- // InternalAadl2Parser.g:7931:4: rule__ThreadGroupType__Group_3_1_0__0
+ before(grammarAccess.getThreadGroupTypeAccess().getGroup_4_1_0());
+ // InternalAadl2Parser.g:6981:3: ( rule__ThreadGroupType__Group_4_1_0__0 )
+ // InternalAadl2Parser.g:6981:4: rule__ThreadGroupType__Group_4_1_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_3_1_0__0();
+ rule__ThreadGroupType__Group_4_1_0__0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getGroup_3_1_0());
+ after(grammarAccess.getThreadGroupTypeAccess().getGroup_4_1_0());
}
@@ -36552,35 +33749,35 @@ else if ( (LA55_0==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:7935:2: ( ( ( rule__ThreadGroupType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ThreadGroupType__OwnedPrototypeAssignment_3_1_1 )* ) )
+ // InternalAadl2Parser.g:6985:2: ( ( ( rule__ThreadGroupType__OwnedPrototypeAssignment_4_1_1 ) ) ( ( rule__ThreadGroupType__OwnedPrototypeAssignment_4_1_1 )* ) )
{
- // InternalAadl2Parser.g:7935:2: ( ( ( rule__ThreadGroupType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ThreadGroupType__OwnedPrototypeAssignment_3_1_1 )* ) )
- // InternalAadl2Parser.g:7936:3: ( ( rule__ThreadGroupType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ThreadGroupType__OwnedPrototypeAssignment_3_1_1 )* )
+ // InternalAadl2Parser.g:6985:2: ( ( ( rule__ThreadGroupType__OwnedPrototypeAssignment_4_1_1 ) ) ( ( rule__ThreadGroupType__OwnedPrototypeAssignment_4_1_1 )* ) )
+ // InternalAadl2Parser.g:6986:3: ( ( rule__ThreadGroupType__OwnedPrototypeAssignment_4_1_1 ) ) ( ( rule__ThreadGroupType__OwnedPrototypeAssignment_4_1_1 )* )
{
- // InternalAadl2Parser.g:7936:3: ( ( rule__ThreadGroupType__OwnedPrototypeAssignment_3_1_1 ) )
- // InternalAadl2Parser.g:7937:4: ( rule__ThreadGroupType__OwnedPrototypeAssignment_3_1_1 )
+ // InternalAadl2Parser.g:6986:3: ( ( rule__ThreadGroupType__OwnedPrototypeAssignment_4_1_1 ) )
+ // InternalAadl2Parser.g:6987:4: ( rule__ThreadGroupType__OwnedPrototypeAssignment_4_1_1 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeAssignment_3_1_1());
- // InternalAadl2Parser.g:7938:4: ( rule__ThreadGroupType__OwnedPrototypeAssignment_3_1_1 )
- // InternalAadl2Parser.g:7938:5: rule__ThreadGroupType__OwnedPrototypeAssignment_3_1_1
+ before(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeAssignment_4_1_1());
+ // InternalAadl2Parser.g:6988:4: ( rule__ThreadGroupType__OwnedPrototypeAssignment_4_1_1 )
+ // InternalAadl2Parser.g:6988:5: rule__ThreadGroupType__OwnedPrototypeAssignment_4_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadGroupType__OwnedPrototypeAssignment_3_1_1();
+ rule__ThreadGroupType__OwnedPrototypeAssignment_4_1_1();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeAssignment_3_1_1());
+ after(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeAssignment_4_1_1());
}
- // InternalAadl2Parser.g:7941:3: ( ( rule__ThreadGroupType__OwnedPrototypeAssignment_3_1_1 )* )
- // InternalAadl2Parser.g:7942:4: ( rule__ThreadGroupType__OwnedPrototypeAssignment_3_1_1 )*
+ // InternalAadl2Parser.g:6991:3: ( ( rule__ThreadGroupType__OwnedPrototypeAssignment_4_1_1 )* )
+ // InternalAadl2Parser.g:6992:4: ( rule__ThreadGroupType__OwnedPrototypeAssignment_4_1_1 )*
{
- before(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeAssignment_3_1_1());
- // InternalAadl2Parser.g:7943:4: ( rule__ThreadGroupType__OwnedPrototypeAssignment_3_1_1 )*
+ before(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeAssignment_4_1_1());
+ // InternalAadl2Parser.g:6993:4: ( rule__ThreadGroupType__OwnedPrototypeAssignment_4_1_1 )*
loop54:
do {
int alt54=2;
@@ -36593,10 +33790,10 @@ else if ( (LA55_0==RULE_ID) ) {
switch (alt54) {
case 1 :
- // InternalAadl2Parser.g:7943:5: rule__ThreadGroupType__OwnedPrototypeAssignment_3_1_1
+ // InternalAadl2Parser.g:6993:5: rule__ThreadGroupType__OwnedPrototypeAssignment_4_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadGroupType__OwnedPrototypeAssignment_3_1_1();
+ rule__ThreadGroupType__OwnedPrototypeAssignment_4_1_1();
state._fsp--;
@@ -36609,7 +33806,7 @@ else if ( (LA55_0==RULE_ID) ) {
}
} while (true);
- after(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeAssignment_3_1_1());
+ after(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeAssignment_4_1_1());
}
@@ -36633,17 +33830,17 @@ else if ( (LA55_0==RULE_ID) ) {
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Alternatives_3_1"
+ // $ANTLR end "rule__ThreadGroupType__Alternatives_4_1"
- // $ANTLR start "rule__ThreadGroupType__Alternatives_4_1"
- // InternalAadl2Parser.g:7952:1: rule__ThreadGroupType__Alternatives_4_1 : ( ( ( rule__ThreadGroupType__Group_4_1_0__0 ) ) | ( ( ( rule__ThreadGroupType__Alternatives_4_1_1 ) ) ( ( rule__ThreadGroupType__Alternatives_4_1_1 )* ) ) );
- public final void rule__ThreadGroupType__Alternatives_4_1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Alternatives_5_1"
+ // InternalAadl2Parser.g:7002:1: rule__ThreadGroupType__Alternatives_5_1 : ( ( ( rule__ThreadGroupType__Group_5_1_0__0 ) ) | ( ( ( rule__ThreadGroupType__Alternatives_5_1_1 ) ) ( ( rule__ThreadGroupType__Alternatives_5_1_1 )* ) ) );
+ public final void rule__ThreadGroupType__Alternatives_5_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:7956:1: ( ( ( rule__ThreadGroupType__Group_4_1_0__0 ) ) | ( ( ( rule__ThreadGroupType__Alternatives_4_1_1 ) ) ( ( rule__ThreadGroupType__Alternatives_4_1_1 )* ) ) )
+ // InternalAadl2Parser.g:7006:1: ( ( ( rule__ThreadGroupType__Group_5_1_0__0 ) ) | ( ( ( rule__ThreadGroupType__Alternatives_5_1_1 ) ) ( ( rule__ThreadGroupType__Alternatives_5_1_1 )* ) ) )
int alt57=2;
int LA57_0 = input.LA(1);
@@ -36661,24 +33858,24 @@ else if ( (LA57_0==RULE_ID) ) {
}
switch (alt57) {
case 1 :
- // InternalAadl2Parser.g:7957:2: ( ( rule__ThreadGroupType__Group_4_1_0__0 ) )
+ // InternalAadl2Parser.g:7007:2: ( ( rule__ThreadGroupType__Group_5_1_0__0 ) )
{
- // InternalAadl2Parser.g:7957:2: ( ( rule__ThreadGroupType__Group_4_1_0__0 ) )
- // InternalAadl2Parser.g:7958:3: ( rule__ThreadGroupType__Group_4_1_0__0 )
+ // InternalAadl2Parser.g:7007:2: ( ( rule__ThreadGroupType__Group_5_1_0__0 ) )
+ // InternalAadl2Parser.g:7008:3: ( rule__ThreadGroupType__Group_5_1_0__0 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getGroup_4_1_0());
- // InternalAadl2Parser.g:7959:3: ( rule__ThreadGroupType__Group_4_1_0__0 )
- // InternalAadl2Parser.g:7959:4: rule__ThreadGroupType__Group_4_1_0__0
+ before(grammarAccess.getThreadGroupTypeAccess().getGroup_5_1_0());
+ // InternalAadl2Parser.g:7009:3: ( rule__ThreadGroupType__Group_5_1_0__0 )
+ // InternalAadl2Parser.g:7009:4: rule__ThreadGroupType__Group_5_1_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_4_1_0__0();
+ rule__ThreadGroupType__Group_5_1_0__0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getGroup_4_1_0());
+ after(grammarAccess.getThreadGroupTypeAccess().getGroup_5_1_0());
}
@@ -36686,35 +33883,35 @@ else if ( (LA57_0==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:7963:2: ( ( ( rule__ThreadGroupType__Alternatives_4_1_1 ) ) ( ( rule__ThreadGroupType__Alternatives_4_1_1 )* ) )
+ // InternalAadl2Parser.g:7013:2: ( ( ( rule__ThreadGroupType__Alternatives_5_1_1 ) ) ( ( rule__ThreadGroupType__Alternatives_5_1_1 )* ) )
{
- // InternalAadl2Parser.g:7963:2: ( ( ( rule__ThreadGroupType__Alternatives_4_1_1 ) ) ( ( rule__ThreadGroupType__Alternatives_4_1_1 )* ) )
- // InternalAadl2Parser.g:7964:3: ( ( rule__ThreadGroupType__Alternatives_4_1_1 ) ) ( ( rule__ThreadGroupType__Alternatives_4_1_1 )* )
+ // InternalAadl2Parser.g:7013:2: ( ( ( rule__ThreadGroupType__Alternatives_5_1_1 ) ) ( ( rule__ThreadGroupType__Alternatives_5_1_1 )* ) )
+ // InternalAadl2Parser.g:7014:3: ( ( rule__ThreadGroupType__Alternatives_5_1_1 ) ) ( ( rule__ThreadGroupType__Alternatives_5_1_1 )* )
{
- // InternalAadl2Parser.g:7964:3: ( ( rule__ThreadGroupType__Alternatives_4_1_1 ) )
- // InternalAadl2Parser.g:7965:4: ( rule__ThreadGroupType__Alternatives_4_1_1 )
+ // InternalAadl2Parser.g:7014:3: ( ( rule__ThreadGroupType__Alternatives_5_1_1 ) )
+ // InternalAadl2Parser.g:7015:4: ( rule__ThreadGroupType__Alternatives_5_1_1 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_4_1_1());
- // InternalAadl2Parser.g:7966:4: ( rule__ThreadGroupType__Alternatives_4_1_1 )
- // InternalAadl2Parser.g:7966:5: rule__ThreadGroupType__Alternatives_4_1_1
+ before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_5_1_1());
+ // InternalAadl2Parser.g:7016:4: ( rule__ThreadGroupType__Alternatives_5_1_1 )
+ // InternalAadl2Parser.g:7016:5: rule__ThreadGroupType__Alternatives_5_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadGroupType__Alternatives_4_1_1();
+ rule__ThreadGroupType__Alternatives_5_1_1();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_4_1_1());
+ after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_5_1_1());
}
- // InternalAadl2Parser.g:7969:3: ( ( rule__ThreadGroupType__Alternatives_4_1_1 )* )
- // InternalAadl2Parser.g:7970:4: ( rule__ThreadGroupType__Alternatives_4_1_1 )*
+ // InternalAadl2Parser.g:7019:3: ( ( rule__ThreadGroupType__Alternatives_5_1_1 )* )
+ // InternalAadl2Parser.g:7020:4: ( rule__ThreadGroupType__Alternatives_5_1_1 )*
{
- before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_4_1_1());
- // InternalAadl2Parser.g:7971:4: ( rule__ThreadGroupType__Alternatives_4_1_1 )*
+ before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_5_1_1());
+ // InternalAadl2Parser.g:7021:4: ( rule__ThreadGroupType__Alternatives_5_1_1 )*
loop56:
do {
int alt56=2;
@@ -36727,10 +33924,10 @@ else if ( (LA57_0==RULE_ID) ) {
switch (alt56) {
case 1 :
- // InternalAadl2Parser.g:7971:5: rule__ThreadGroupType__Alternatives_4_1_1
+ // InternalAadl2Parser.g:7021:5: rule__ThreadGroupType__Alternatives_5_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadGroupType__Alternatives_4_1_1();
+ rule__ThreadGroupType__Alternatives_5_1_1();
state._fsp--;
@@ -36743,7 +33940,7 @@ else if ( (LA57_0==RULE_ID) ) {
}
} while (true);
- after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_4_1_1());
+ after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_5_1_1());
}
@@ -36767,39 +33964,39 @@ else if ( (LA57_0==RULE_ID) ) {
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Alternatives_4_1"
+ // $ANTLR end "rule__ThreadGroupType__Alternatives_5_1"
- // $ANTLR start "rule__ThreadGroupType__Alternatives_4_1_1"
- // InternalAadl2Parser.g:7980:1: rule__ThreadGroupType__Alternatives_4_1_1 : ( ( ( rule__ThreadGroupType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__ThreadGroupType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__ThreadGroupType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__ThreadGroupType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__ThreadGroupType__OwnedDataAccessAssignment_4_1_1_4 ) ) | ( ( rule__ThreadGroupType__OwnedSubprogramAccessAssignment_4_1_1_5 ) ) | ( ( rule__ThreadGroupType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) ) | ( ( rule__ThreadGroupType__OwnedAbstractFeatureAssignment_4_1_1_7 ) ) );
- public final void rule__ThreadGroupType__Alternatives_4_1_1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Alternatives_5_1_1"
+ // InternalAadl2Parser.g:7030:1: rule__ThreadGroupType__Alternatives_5_1_1 : ( ( ( rule__ThreadGroupType__OwnedDataPortAssignment_5_1_1_0 ) ) | ( ( rule__ThreadGroupType__OwnedEventPortAssignment_5_1_1_1 ) ) | ( ( rule__ThreadGroupType__OwnedEventDataPortAssignment_5_1_1_2 ) ) | ( ( rule__ThreadGroupType__OwnedFeatureGroupAssignment_5_1_1_3 ) ) | ( ( rule__ThreadGroupType__OwnedDataAccessAssignment_5_1_1_4 ) ) | ( ( rule__ThreadGroupType__OwnedSubprogramAccessAssignment_5_1_1_5 ) ) | ( ( rule__ThreadGroupType__OwnedSubprogramGroupAccessAssignment_5_1_1_6 ) ) | ( ( rule__ThreadGroupType__OwnedAbstractFeatureAssignment_5_1_1_7 ) ) );
+ public final void rule__ThreadGroupType__Alternatives_5_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:7984:1: ( ( ( rule__ThreadGroupType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__ThreadGroupType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__ThreadGroupType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__ThreadGroupType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__ThreadGroupType__OwnedDataAccessAssignment_4_1_1_4 ) ) | ( ( rule__ThreadGroupType__OwnedSubprogramAccessAssignment_4_1_1_5 ) ) | ( ( rule__ThreadGroupType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) ) | ( ( rule__ThreadGroupType__OwnedAbstractFeatureAssignment_4_1_1_7 ) ) )
+ // InternalAadl2Parser.g:7034:1: ( ( ( rule__ThreadGroupType__OwnedDataPortAssignment_5_1_1_0 ) ) | ( ( rule__ThreadGroupType__OwnedEventPortAssignment_5_1_1_1 ) ) | ( ( rule__ThreadGroupType__OwnedEventDataPortAssignment_5_1_1_2 ) ) | ( ( rule__ThreadGroupType__OwnedFeatureGroupAssignment_5_1_1_3 ) ) | ( ( rule__ThreadGroupType__OwnedDataAccessAssignment_5_1_1_4 ) ) | ( ( rule__ThreadGroupType__OwnedSubprogramAccessAssignment_5_1_1_5 ) ) | ( ( rule__ThreadGroupType__OwnedSubprogramGroupAccessAssignment_5_1_1_6 ) ) | ( ( rule__ThreadGroupType__OwnedAbstractFeatureAssignment_5_1_1_7 ) ) )
int alt58=8;
alt58 = dfa58.predict(input);
switch (alt58) {
case 1 :
- // InternalAadl2Parser.g:7985:2: ( ( rule__ThreadGroupType__OwnedDataPortAssignment_4_1_1_0 ) )
+ // InternalAadl2Parser.g:7035:2: ( ( rule__ThreadGroupType__OwnedDataPortAssignment_5_1_1_0 ) )
{
- // InternalAadl2Parser.g:7985:2: ( ( rule__ThreadGroupType__OwnedDataPortAssignment_4_1_1_0 ) )
- // InternalAadl2Parser.g:7986:3: ( rule__ThreadGroupType__OwnedDataPortAssignment_4_1_1_0 )
+ // InternalAadl2Parser.g:7035:2: ( ( rule__ThreadGroupType__OwnedDataPortAssignment_5_1_1_0 ) )
+ // InternalAadl2Parser.g:7036:3: ( rule__ThreadGroupType__OwnedDataPortAssignment_5_1_1_0 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getOwnedDataPortAssignment_4_1_1_0());
- // InternalAadl2Parser.g:7987:3: ( rule__ThreadGroupType__OwnedDataPortAssignment_4_1_1_0 )
- // InternalAadl2Parser.g:7987:4: rule__ThreadGroupType__OwnedDataPortAssignment_4_1_1_0
+ before(grammarAccess.getThreadGroupTypeAccess().getOwnedDataPortAssignment_5_1_1_0());
+ // InternalAadl2Parser.g:7037:3: ( rule__ThreadGroupType__OwnedDataPortAssignment_5_1_1_0 )
+ // InternalAadl2Parser.g:7037:4: rule__ThreadGroupType__OwnedDataPortAssignment_5_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__OwnedDataPortAssignment_4_1_1_0();
+ rule__ThreadGroupType__OwnedDataPortAssignment_5_1_1_0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getOwnedDataPortAssignment_4_1_1_0());
+ after(grammarAccess.getThreadGroupTypeAccess().getOwnedDataPortAssignment_5_1_1_0());
}
@@ -36807,24 +34004,24 @@ public final void rule__ThreadGroupType__Alternatives_4_1_1() throws Recognition
}
break;
case 2 :
- // InternalAadl2Parser.g:7991:2: ( ( rule__ThreadGroupType__OwnedEventPortAssignment_4_1_1_1 ) )
+ // InternalAadl2Parser.g:7041:2: ( ( rule__ThreadGroupType__OwnedEventPortAssignment_5_1_1_1 ) )
{
- // InternalAadl2Parser.g:7991:2: ( ( rule__ThreadGroupType__OwnedEventPortAssignment_4_1_1_1 ) )
- // InternalAadl2Parser.g:7992:3: ( rule__ThreadGroupType__OwnedEventPortAssignment_4_1_1_1 )
+ // InternalAadl2Parser.g:7041:2: ( ( rule__ThreadGroupType__OwnedEventPortAssignment_5_1_1_1 ) )
+ // InternalAadl2Parser.g:7042:3: ( rule__ThreadGroupType__OwnedEventPortAssignment_5_1_1_1 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getOwnedEventPortAssignment_4_1_1_1());
- // InternalAadl2Parser.g:7993:3: ( rule__ThreadGroupType__OwnedEventPortAssignment_4_1_1_1 )
- // InternalAadl2Parser.g:7993:4: rule__ThreadGroupType__OwnedEventPortAssignment_4_1_1_1
+ before(grammarAccess.getThreadGroupTypeAccess().getOwnedEventPortAssignment_5_1_1_1());
+ // InternalAadl2Parser.g:7043:3: ( rule__ThreadGroupType__OwnedEventPortAssignment_5_1_1_1 )
+ // InternalAadl2Parser.g:7043:4: rule__ThreadGroupType__OwnedEventPortAssignment_5_1_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__OwnedEventPortAssignment_4_1_1_1();
+ rule__ThreadGroupType__OwnedEventPortAssignment_5_1_1_1();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getOwnedEventPortAssignment_4_1_1_1());
+ after(grammarAccess.getThreadGroupTypeAccess().getOwnedEventPortAssignment_5_1_1_1());
}
@@ -36832,24 +34029,24 @@ public final void rule__ThreadGroupType__Alternatives_4_1_1() throws Recognition
}
break;
case 3 :
- // InternalAadl2Parser.g:7997:2: ( ( rule__ThreadGroupType__OwnedEventDataPortAssignment_4_1_1_2 ) )
+ // InternalAadl2Parser.g:7047:2: ( ( rule__ThreadGroupType__OwnedEventDataPortAssignment_5_1_1_2 ) )
{
- // InternalAadl2Parser.g:7997:2: ( ( rule__ThreadGroupType__OwnedEventDataPortAssignment_4_1_1_2 ) )
- // InternalAadl2Parser.g:7998:3: ( rule__ThreadGroupType__OwnedEventDataPortAssignment_4_1_1_2 )
+ // InternalAadl2Parser.g:7047:2: ( ( rule__ThreadGroupType__OwnedEventDataPortAssignment_5_1_1_2 ) )
+ // InternalAadl2Parser.g:7048:3: ( rule__ThreadGroupType__OwnedEventDataPortAssignment_5_1_1_2 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getOwnedEventDataPortAssignment_4_1_1_2());
- // InternalAadl2Parser.g:7999:3: ( rule__ThreadGroupType__OwnedEventDataPortAssignment_4_1_1_2 )
- // InternalAadl2Parser.g:7999:4: rule__ThreadGroupType__OwnedEventDataPortAssignment_4_1_1_2
+ before(grammarAccess.getThreadGroupTypeAccess().getOwnedEventDataPortAssignment_5_1_1_2());
+ // InternalAadl2Parser.g:7049:3: ( rule__ThreadGroupType__OwnedEventDataPortAssignment_5_1_1_2 )
+ // InternalAadl2Parser.g:7049:4: rule__ThreadGroupType__OwnedEventDataPortAssignment_5_1_1_2
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__OwnedEventDataPortAssignment_4_1_1_2();
+ rule__ThreadGroupType__OwnedEventDataPortAssignment_5_1_1_2();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getOwnedEventDataPortAssignment_4_1_1_2());
+ after(grammarAccess.getThreadGroupTypeAccess().getOwnedEventDataPortAssignment_5_1_1_2());
}
@@ -36857,24 +34054,24 @@ public final void rule__ThreadGroupType__Alternatives_4_1_1() throws Recognition
}
break;
case 4 :
- // InternalAadl2Parser.g:8003:2: ( ( rule__ThreadGroupType__OwnedFeatureGroupAssignment_4_1_1_3 ) )
+ // InternalAadl2Parser.g:7053:2: ( ( rule__ThreadGroupType__OwnedFeatureGroupAssignment_5_1_1_3 ) )
{
- // InternalAadl2Parser.g:8003:2: ( ( rule__ThreadGroupType__OwnedFeatureGroupAssignment_4_1_1_3 ) )
- // InternalAadl2Parser.g:8004:3: ( rule__ThreadGroupType__OwnedFeatureGroupAssignment_4_1_1_3 )
+ // InternalAadl2Parser.g:7053:2: ( ( rule__ThreadGroupType__OwnedFeatureGroupAssignment_5_1_1_3 ) )
+ // InternalAadl2Parser.g:7054:3: ( rule__ThreadGroupType__OwnedFeatureGroupAssignment_5_1_1_3 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getOwnedFeatureGroupAssignment_4_1_1_3());
- // InternalAadl2Parser.g:8005:3: ( rule__ThreadGroupType__OwnedFeatureGroupAssignment_4_1_1_3 )
- // InternalAadl2Parser.g:8005:4: rule__ThreadGroupType__OwnedFeatureGroupAssignment_4_1_1_3
+ before(grammarAccess.getThreadGroupTypeAccess().getOwnedFeatureGroupAssignment_5_1_1_3());
+ // InternalAadl2Parser.g:7055:3: ( rule__ThreadGroupType__OwnedFeatureGroupAssignment_5_1_1_3 )
+ // InternalAadl2Parser.g:7055:4: rule__ThreadGroupType__OwnedFeatureGroupAssignment_5_1_1_3
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__OwnedFeatureGroupAssignment_4_1_1_3();
+ rule__ThreadGroupType__OwnedFeatureGroupAssignment_5_1_1_3();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getOwnedFeatureGroupAssignment_4_1_1_3());
+ after(grammarAccess.getThreadGroupTypeAccess().getOwnedFeatureGroupAssignment_5_1_1_3());
}
@@ -36882,24 +34079,24 @@ public final void rule__ThreadGroupType__Alternatives_4_1_1() throws Recognition
}
break;
case 5 :
- // InternalAadl2Parser.g:8009:2: ( ( rule__ThreadGroupType__OwnedDataAccessAssignment_4_1_1_4 ) )
+ // InternalAadl2Parser.g:7059:2: ( ( rule__ThreadGroupType__OwnedDataAccessAssignment_5_1_1_4 ) )
{
- // InternalAadl2Parser.g:8009:2: ( ( rule__ThreadGroupType__OwnedDataAccessAssignment_4_1_1_4 ) )
- // InternalAadl2Parser.g:8010:3: ( rule__ThreadGroupType__OwnedDataAccessAssignment_4_1_1_4 )
+ // InternalAadl2Parser.g:7059:2: ( ( rule__ThreadGroupType__OwnedDataAccessAssignment_5_1_1_4 ) )
+ // InternalAadl2Parser.g:7060:3: ( rule__ThreadGroupType__OwnedDataAccessAssignment_5_1_1_4 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getOwnedDataAccessAssignment_4_1_1_4());
- // InternalAadl2Parser.g:8011:3: ( rule__ThreadGroupType__OwnedDataAccessAssignment_4_1_1_4 )
- // InternalAadl2Parser.g:8011:4: rule__ThreadGroupType__OwnedDataAccessAssignment_4_1_1_4
+ before(grammarAccess.getThreadGroupTypeAccess().getOwnedDataAccessAssignment_5_1_1_4());
+ // InternalAadl2Parser.g:7061:3: ( rule__ThreadGroupType__OwnedDataAccessAssignment_5_1_1_4 )
+ // InternalAadl2Parser.g:7061:4: rule__ThreadGroupType__OwnedDataAccessAssignment_5_1_1_4
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__OwnedDataAccessAssignment_4_1_1_4();
+ rule__ThreadGroupType__OwnedDataAccessAssignment_5_1_1_4();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getOwnedDataAccessAssignment_4_1_1_4());
+ after(grammarAccess.getThreadGroupTypeAccess().getOwnedDataAccessAssignment_5_1_1_4());
}
@@ -36907,24 +34104,24 @@ public final void rule__ThreadGroupType__Alternatives_4_1_1() throws Recognition
}
break;
case 6 :
- // InternalAadl2Parser.g:8015:2: ( ( rule__ThreadGroupType__OwnedSubprogramAccessAssignment_4_1_1_5 ) )
+ // InternalAadl2Parser.g:7065:2: ( ( rule__ThreadGroupType__OwnedSubprogramAccessAssignment_5_1_1_5 ) )
{
- // InternalAadl2Parser.g:8015:2: ( ( rule__ThreadGroupType__OwnedSubprogramAccessAssignment_4_1_1_5 ) )
- // InternalAadl2Parser.g:8016:3: ( rule__ThreadGroupType__OwnedSubprogramAccessAssignment_4_1_1_5 )
+ // InternalAadl2Parser.g:7065:2: ( ( rule__ThreadGroupType__OwnedSubprogramAccessAssignment_5_1_1_5 ) )
+ // InternalAadl2Parser.g:7066:3: ( rule__ThreadGroupType__OwnedSubprogramAccessAssignment_5_1_1_5 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getOwnedSubprogramAccessAssignment_4_1_1_5());
- // InternalAadl2Parser.g:8017:3: ( rule__ThreadGroupType__OwnedSubprogramAccessAssignment_4_1_1_5 )
- // InternalAadl2Parser.g:8017:4: rule__ThreadGroupType__OwnedSubprogramAccessAssignment_4_1_1_5
+ before(grammarAccess.getThreadGroupTypeAccess().getOwnedSubprogramAccessAssignment_5_1_1_5());
+ // InternalAadl2Parser.g:7067:3: ( rule__ThreadGroupType__OwnedSubprogramAccessAssignment_5_1_1_5 )
+ // InternalAadl2Parser.g:7067:4: rule__ThreadGroupType__OwnedSubprogramAccessAssignment_5_1_1_5
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__OwnedSubprogramAccessAssignment_4_1_1_5();
+ rule__ThreadGroupType__OwnedSubprogramAccessAssignment_5_1_1_5();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getOwnedSubprogramAccessAssignment_4_1_1_5());
+ after(grammarAccess.getThreadGroupTypeAccess().getOwnedSubprogramAccessAssignment_5_1_1_5());
}
@@ -36932,24 +34129,24 @@ public final void rule__ThreadGroupType__Alternatives_4_1_1() throws Recognition
}
break;
case 7 :
- // InternalAadl2Parser.g:8021:2: ( ( rule__ThreadGroupType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) )
+ // InternalAadl2Parser.g:7071:2: ( ( rule__ThreadGroupType__OwnedSubprogramGroupAccessAssignment_5_1_1_6 ) )
{
- // InternalAadl2Parser.g:8021:2: ( ( rule__ThreadGroupType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) )
- // InternalAadl2Parser.g:8022:3: ( rule__ThreadGroupType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 )
+ // InternalAadl2Parser.g:7071:2: ( ( rule__ThreadGroupType__OwnedSubprogramGroupAccessAssignment_5_1_1_6 ) )
+ // InternalAadl2Parser.g:7072:3: ( rule__ThreadGroupType__OwnedSubprogramGroupAccessAssignment_5_1_1_6 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getOwnedSubprogramGroupAccessAssignment_4_1_1_6());
- // InternalAadl2Parser.g:8023:3: ( rule__ThreadGroupType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 )
- // InternalAadl2Parser.g:8023:4: rule__ThreadGroupType__OwnedSubprogramGroupAccessAssignment_4_1_1_6
+ before(grammarAccess.getThreadGroupTypeAccess().getOwnedSubprogramGroupAccessAssignment_5_1_1_6());
+ // InternalAadl2Parser.g:7073:3: ( rule__ThreadGroupType__OwnedSubprogramGroupAccessAssignment_5_1_1_6 )
+ // InternalAadl2Parser.g:7073:4: rule__ThreadGroupType__OwnedSubprogramGroupAccessAssignment_5_1_1_6
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__OwnedSubprogramGroupAccessAssignment_4_1_1_6();
+ rule__ThreadGroupType__OwnedSubprogramGroupAccessAssignment_5_1_1_6();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getOwnedSubprogramGroupAccessAssignment_4_1_1_6());
+ after(grammarAccess.getThreadGroupTypeAccess().getOwnedSubprogramGroupAccessAssignment_5_1_1_6());
}
@@ -36957,24 +34154,24 @@ public final void rule__ThreadGroupType__Alternatives_4_1_1() throws Recognition
}
break;
case 8 :
- // InternalAadl2Parser.g:8027:2: ( ( rule__ThreadGroupType__OwnedAbstractFeatureAssignment_4_1_1_7 ) )
+ // InternalAadl2Parser.g:7077:2: ( ( rule__ThreadGroupType__OwnedAbstractFeatureAssignment_5_1_1_7 ) )
{
- // InternalAadl2Parser.g:8027:2: ( ( rule__ThreadGroupType__OwnedAbstractFeatureAssignment_4_1_1_7 ) )
- // InternalAadl2Parser.g:8028:3: ( rule__ThreadGroupType__OwnedAbstractFeatureAssignment_4_1_1_7 )
+ // InternalAadl2Parser.g:7077:2: ( ( rule__ThreadGroupType__OwnedAbstractFeatureAssignment_5_1_1_7 ) )
+ // InternalAadl2Parser.g:7078:3: ( rule__ThreadGroupType__OwnedAbstractFeatureAssignment_5_1_1_7 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getOwnedAbstractFeatureAssignment_4_1_1_7());
- // InternalAadl2Parser.g:8029:3: ( rule__ThreadGroupType__OwnedAbstractFeatureAssignment_4_1_1_7 )
- // InternalAadl2Parser.g:8029:4: rule__ThreadGroupType__OwnedAbstractFeatureAssignment_4_1_1_7
+ before(grammarAccess.getThreadGroupTypeAccess().getOwnedAbstractFeatureAssignment_5_1_1_7());
+ // InternalAadl2Parser.g:7079:3: ( rule__ThreadGroupType__OwnedAbstractFeatureAssignment_5_1_1_7 )
+ // InternalAadl2Parser.g:7079:4: rule__ThreadGroupType__OwnedAbstractFeatureAssignment_5_1_1_7
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__OwnedAbstractFeatureAssignment_4_1_1_7();
+ rule__ThreadGroupType__OwnedAbstractFeatureAssignment_5_1_1_7();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getOwnedAbstractFeatureAssignment_4_1_1_7());
+ after(grammarAccess.getThreadGroupTypeAccess().getOwnedAbstractFeatureAssignment_5_1_1_7());
}
@@ -36995,17 +34192,17 @@ public final void rule__ThreadGroupType__Alternatives_4_1_1() throws Recognition
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Alternatives_4_1_1"
+ // $ANTLR end "rule__ThreadGroupType__Alternatives_5_1_1"
- // $ANTLR start "rule__ThreadGroupType__Alternatives_5_1"
- // InternalAadl2Parser.g:8037:1: rule__ThreadGroupType__Alternatives_5_1 : ( ( ( ( rule__ThreadGroupType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ThreadGroupType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__ThreadGroupType__Group_5_1_1__0 ) ) );
- public final void rule__ThreadGroupType__Alternatives_5_1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Alternatives_6_1"
+ // InternalAadl2Parser.g:7087:1: rule__ThreadGroupType__Alternatives_6_1 : ( ( ( ( rule__ThreadGroupType__OwnedFlowSpecificationAssignment_6_1_0 ) ) ( ( rule__ThreadGroupType__OwnedFlowSpecificationAssignment_6_1_0 )* ) ) | ( ( rule__ThreadGroupType__Group_6_1_1__0 ) ) );
+ public final void rule__ThreadGroupType__Alternatives_6_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:8041:1: ( ( ( ( rule__ThreadGroupType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ThreadGroupType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__ThreadGroupType__Group_5_1_1__0 ) ) )
+ // InternalAadl2Parser.g:7091:1: ( ( ( ( rule__ThreadGroupType__OwnedFlowSpecificationAssignment_6_1_0 ) ) ( ( rule__ThreadGroupType__OwnedFlowSpecificationAssignment_6_1_0 )* ) ) | ( ( rule__ThreadGroupType__Group_6_1_1__0 ) ) )
int alt60=2;
int LA60_0 = input.LA(1);
@@ -37023,35 +34220,35 @@ else if ( (LA60_0==None) ) {
}
switch (alt60) {
case 1 :
- // InternalAadl2Parser.g:8042:2: ( ( ( rule__ThreadGroupType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ThreadGroupType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
+ // InternalAadl2Parser.g:7092:2: ( ( ( rule__ThreadGroupType__OwnedFlowSpecificationAssignment_6_1_0 ) ) ( ( rule__ThreadGroupType__OwnedFlowSpecificationAssignment_6_1_0 )* ) )
{
- // InternalAadl2Parser.g:8042:2: ( ( ( rule__ThreadGroupType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ThreadGroupType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
- // InternalAadl2Parser.g:8043:3: ( ( rule__ThreadGroupType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ThreadGroupType__OwnedFlowSpecificationAssignment_5_1_0 )* )
+ // InternalAadl2Parser.g:7092:2: ( ( ( rule__ThreadGroupType__OwnedFlowSpecificationAssignment_6_1_0 ) ) ( ( rule__ThreadGroupType__OwnedFlowSpecificationAssignment_6_1_0 )* ) )
+ // InternalAadl2Parser.g:7093:3: ( ( rule__ThreadGroupType__OwnedFlowSpecificationAssignment_6_1_0 ) ) ( ( rule__ThreadGroupType__OwnedFlowSpecificationAssignment_6_1_0 )* )
{
- // InternalAadl2Parser.g:8043:3: ( ( rule__ThreadGroupType__OwnedFlowSpecificationAssignment_5_1_0 ) )
- // InternalAadl2Parser.g:8044:4: ( rule__ThreadGroupType__OwnedFlowSpecificationAssignment_5_1_0 )
+ // InternalAadl2Parser.g:7093:3: ( ( rule__ThreadGroupType__OwnedFlowSpecificationAssignment_6_1_0 ) )
+ // InternalAadl2Parser.g:7094:4: ( rule__ThreadGroupType__OwnedFlowSpecificationAssignment_6_1_0 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0());
- // InternalAadl2Parser.g:8045:4: ( rule__ThreadGroupType__OwnedFlowSpecificationAssignment_5_1_0 )
- // InternalAadl2Parser.g:8045:5: rule__ThreadGroupType__OwnedFlowSpecificationAssignment_5_1_0
+ before(grammarAccess.getThreadGroupTypeAccess().getOwnedFlowSpecificationAssignment_6_1_0());
+ // InternalAadl2Parser.g:7095:4: ( rule__ThreadGroupType__OwnedFlowSpecificationAssignment_6_1_0 )
+ // InternalAadl2Parser.g:7095:5: rule__ThreadGroupType__OwnedFlowSpecificationAssignment_6_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadGroupType__OwnedFlowSpecificationAssignment_5_1_0();
+ rule__ThreadGroupType__OwnedFlowSpecificationAssignment_6_1_0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0());
+ after(grammarAccess.getThreadGroupTypeAccess().getOwnedFlowSpecificationAssignment_6_1_0());
}
- // InternalAadl2Parser.g:8048:3: ( ( rule__ThreadGroupType__OwnedFlowSpecificationAssignment_5_1_0 )* )
- // InternalAadl2Parser.g:8049:4: ( rule__ThreadGroupType__OwnedFlowSpecificationAssignment_5_1_0 )*
+ // InternalAadl2Parser.g:7098:3: ( ( rule__ThreadGroupType__OwnedFlowSpecificationAssignment_6_1_0 )* )
+ // InternalAadl2Parser.g:7099:4: ( rule__ThreadGroupType__OwnedFlowSpecificationAssignment_6_1_0 )*
{
- before(grammarAccess.getThreadGroupTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0());
- // InternalAadl2Parser.g:8050:4: ( rule__ThreadGroupType__OwnedFlowSpecificationAssignment_5_1_0 )*
+ before(grammarAccess.getThreadGroupTypeAccess().getOwnedFlowSpecificationAssignment_6_1_0());
+ // InternalAadl2Parser.g:7100:4: ( rule__ThreadGroupType__OwnedFlowSpecificationAssignment_6_1_0 )*
loop59:
do {
int alt59=2;
@@ -37064,10 +34261,10 @@ else if ( (LA60_0==None) ) {
switch (alt59) {
case 1 :
- // InternalAadl2Parser.g:8050:5: rule__ThreadGroupType__OwnedFlowSpecificationAssignment_5_1_0
+ // InternalAadl2Parser.g:7100:5: rule__ThreadGroupType__OwnedFlowSpecificationAssignment_6_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadGroupType__OwnedFlowSpecificationAssignment_5_1_0();
+ rule__ThreadGroupType__OwnedFlowSpecificationAssignment_6_1_0();
state._fsp--;
@@ -37080,7 +34277,7 @@ else if ( (LA60_0==None) ) {
}
} while (true);
- after(grammarAccess.getThreadGroupTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0());
+ after(grammarAccess.getThreadGroupTypeAccess().getOwnedFlowSpecificationAssignment_6_1_0());
}
@@ -37091,24 +34288,24 @@ else if ( (LA60_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:8055:2: ( ( rule__ThreadGroupType__Group_5_1_1__0 ) )
+ // InternalAadl2Parser.g:7105:2: ( ( rule__ThreadGroupType__Group_6_1_1__0 ) )
{
- // InternalAadl2Parser.g:8055:2: ( ( rule__ThreadGroupType__Group_5_1_1__0 ) )
- // InternalAadl2Parser.g:8056:3: ( rule__ThreadGroupType__Group_5_1_1__0 )
+ // InternalAadl2Parser.g:7105:2: ( ( rule__ThreadGroupType__Group_6_1_1__0 ) )
+ // InternalAadl2Parser.g:7106:3: ( rule__ThreadGroupType__Group_6_1_1__0 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getGroup_5_1_1());
- // InternalAadl2Parser.g:8057:3: ( rule__ThreadGroupType__Group_5_1_1__0 )
- // InternalAadl2Parser.g:8057:4: rule__ThreadGroupType__Group_5_1_1__0
+ before(grammarAccess.getThreadGroupTypeAccess().getGroup_6_1_1());
+ // InternalAadl2Parser.g:7107:3: ( rule__ThreadGroupType__Group_6_1_1__0 )
+ // InternalAadl2Parser.g:7107:4: rule__ThreadGroupType__Group_6_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_5_1_1__0();
+ rule__ThreadGroupType__Group_6_1_1__0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getGroup_5_1_1());
+ after(grammarAccess.getThreadGroupTypeAccess().getGroup_6_1_1());
}
@@ -37129,17 +34326,17 @@ else if ( (LA60_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Alternatives_5_1"
+ // $ANTLR end "rule__ThreadGroupType__Alternatives_6_1"
- // $ANTLR start "rule__ThreadGroupType__Alternatives_6"
- // InternalAadl2Parser.g:8065:1: rule__ThreadGroupType__Alternatives_6 : ( ( ( rule__ThreadGroupType__Group_6_0__0 ) ) | ( ( rule__ThreadGroupType__Group_6_1__0 ) ) );
- public final void rule__ThreadGroupType__Alternatives_6() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Alternatives_7"
+ // InternalAadl2Parser.g:7115:1: rule__ThreadGroupType__Alternatives_7 : ( ( ( rule__ThreadGroupType__Group_7_0__0 ) ) | ( ( rule__ThreadGroupType__Group_7_1__0 ) ) );
+ public final void rule__ThreadGroupType__Alternatives_7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:8069:1: ( ( ( rule__ThreadGroupType__Group_6_0__0 ) ) | ( ( rule__ThreadGroupType__Group_6_1__0 ) ) )
+ // InternalAadl2Parser.g:7119:1: ( ( ( rule__ThreadGroupType__Group_7_0__0 ) ) | ( ( rule__ThreadGroupType__Group_7_1__0 ) ) )
int alt61=2;
int LA61_0 = input.LA(1);
@@ -37157,24 +34354,24 @@ else if ( (LA61_0==Modes) ) {
}
switch (alt61) {
case 1 :
- // InternalAadl2Parser.g:8070:2: ( ( rule__ThreadGroupType__Group_6_0__0 ) )
+ // InternalAadl2Parser.g:7120:2: ( ( rule__ThreadGroupType__Group_7_0__0 ) )
{
- // InternalAadl2Parser.g:8070:2: ( ( rule__ThreadGroupType__Group_6_0__0 ) )
- // InternalAadl2Parser.g:8071:3: ( rule__ThreadGroupType__Group_6_0__0 )
+ // InternalAadl2Parser.g:7120:2: ( ( rule__ThreadGroupType__Group_7_0__0 ) )
+ // InternalAadl2Parser.g:7121:3: ( rule__ThreadGroupType__Group_7_0__0 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getGroup_6_0());
- // InternalAadl2Parser.g:8072:3: ( rule__ThreadGroupType__Group_6_0__0 )
- // InternalAadl2Parser.g:8072:4: rule__ThreadGroupType__Group_6_0__0
+ before(grammarAccess.getThreadGroupTypeAccess().getGroup_7_0());
+ // InternalAadl2Parser.g:7122:3: ( rule__ThreadGroupType__Group_7_0__0 )
+ // InternalAadl2Parser.g:7122:4: rule__ThreadGroupType__Group_7_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_6_0__0();
+ rule__ThreadGroupType__Group_7_0__0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getGroup_6_0());
+ after(grammarAccess.getThreadGroupTypeAccess().getGroup_7_0());
}
@@ -37182,24 +34379,24 @@ else if ( (LA61_0==Modes) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:8076:2: ( ( rule__ThreadGroupType__Group_6_1__0 ) )
+ // InternalAadl2Parser.g:7126:2: ( ( rule__ThreadGroupType__Group_7_1__0 ) )
{
- // InternalAadl2Parser.g:8076:2: ( ( rule__ThreadGroupType__Group_6_1__0 ) )
- // InternalAadl2Parser.g:8077:3: ( rule__ThreadGroupType__Group_6_1__0 )
+ // InternalAadl2Parser.g:7126:2: ( ( rule__ThreadGroupType__Group_7_1__0 ) )
+ // InternalAadl2Parser.g:7127:3: ( rule__ThreadGroupType__Group_7_1__0 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getGroup_6_1());
- // InternalAadl2Parser.g:8078:3: ( rule__ThreadGroupType__Group_6_1__0 )
- // InternalAadl2Parser.g:8078:4: rule__ThreadGroupType__Group_6_1__0
+ before(grammarAccess.getThreadGroupTypeAccess().getGroup_7_1());
+ // InternalAadl2Parser.g:7128:3: ( rule__ThreadGroupType__Group_7_1__0 )
+ // InternalAadl2Parser.g:7128:4: rule__ThreadGroupType__Group_7_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_6_1__0();
+ rule__ThreadGroupType__Group_7_1__0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getGroup_6_1());
+ after(grammarAccess.getThreadGroupTypeAccess().getGroup_7_1());
}
@@ -37220,17 +34417,17 @@ else if ( (LA61_0==Modes) ) {
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Alternatives_6"
+ // $ANTLR end "rule__ThreadGroupType__Alternatives_7"
- // $ANTLR start "rule__ThreadGroupType__Alternatives_6_1_1"
- // InternalAadl2Parser.g:8086:1: rule__ThreadGroupType__Alternatives_6_1_1 : ( ( ( ( rule__ThreadGroupType__Alternatives_6_1_1_0 ) ) ( ( rule__ThreadGroupType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__ThreadGroupType__Group_6_1_1_1__0 ) ) );
- public final void rule__ThreadGroupType__Alternatives_6_1_1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Alternatives_7_1_1"
+ // InternalAadl2Parser.g:7136:1: rule__ThreadGroupType__Alternatives_7_1_1 : ( ( ( ( rule__ThreadGroupType__Alternatives_7_1_1_0 ) ) ( ( rule__ThreadGroupType__Alternatives_7_1_1_0 )* ) ) | ( ( rule__ThreadGroupType__Group_7_1_1_1__0 ) ) );
+ public final void rule__ThreadGroupType__Alternatives_7_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:8090:1: ( ( ( ( rule__ThreadGroupType__Alternatives_6_1_1_0 ) ) ( ( rule__ThreadGroupType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__ThreadGroupType__Group_6_1_1_1__0 ) ) )
+ // InternalAadl2Parser.g:7140:1: ( ( ( ( rule__ThreadGroupType__Alternatives_7_1_1_0 ) ) ( ( rule__ThreadGroupType__Alternatives_7_1_1_0 )* ) ) | ( ( rule__ThreadGroupType__Group_7_1_1_1__0 ) ) )
int alt63=2;
int LA63_0 = input.LA(1);
@@ -37248,35 +34445,35 @@ else if ( (LA63_0==None) ) {
}
switch (alt63) {
case 1 :
- // InternalAadl2Parser.g:8091:2: ( ( ( rule__ThreadGroupType__Alternatives_6_1_1_0 ) ) ( ( rule__ThreadGroupType__Alternatives_6_1_1_0 )* ) )
+ // InternalAadl2Parser.g:7141:2: ( ( ( rule__ThreadGroupType__Alternatives_7_1_1_0 ) ) ( ( rule__ThreadGroupType__Alternatives_7_1_1_0 )* ) )
{
- // InternalAadl2Parser.g:8091:2: ( ( ( rule__ThreadGroupType__Alternatives_6_1_1_0 ) ) ( ( rule__ThreadGroupType__Alternatives_6_1_1_0 )* ) )
- // InternalAadl2Parser.g:8092:3: ( ( rule__ThreadGroupType__Alternatives_6_1_1_0 ) ) ( ( rule__ThreadGroupType__Alternatives_6_1_1_0 )* )
+ // InternalAadl2Parser.g:7141:2: ( ( ( rule__ThreadGroupType__Alternatives_7_1_1_0 ) ) ( ( rule__ThreadGroupType__Alternatives_7_1_1_0 )* ) )
+ // InternalAadl2Parser.g:7142:3: ( ( rule__ThreadGroupType__Alternatives_7_1_1_0 ) ) ( ( rule__ThreadGroupType__Alternatives_7_1_1_0 )* )
{
- // InternalAadl2Parser.g:8092:3: ( ( rule__ThreadGroupType__Alternatives_6_1_1_0 ) )
- // InternalAadl2Parser.g:8093:4: ( rule__ThreadGroupType__Alternatives_6_1_1_0 )
+ // InternalAadl2Parser.g:7142:3: ( ( rule__ThreadGroupType__Alternatives_7_1_1_0 ) )
+ // InternalAadl2Parser.g:7143:4: ( rule__ThreadGroupType__Alternatives_7_1_1_0 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_6_1_1_0());
- // InternalAadl2Parser.g:8094:4: ( rule__ThreadGroupType__Alternatives_6_1_1_0 )
- // InternalAadl2Parser.g:8094:5: rule__ThreadGroupType__Alternatives_6_1_1_0
+ before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_7_1_1_0());
+ // InternalAadl2Parser.g:7144:4: ( rule__ThreadGroupType__Alternatives_7_1_1_0 )
+ // InternalAadl2Parser.g:7144:5: rule__ThreadGroupType__Alternatives_7_1_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadGroupType__Alternatives_6_1_1_0();
+ rule__ThreadGroupType__Alternatives_7_1_1_0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_6_1_1_0());
+ after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_7_1_1_0());
}
- // InternalAadl2Parser.g:8097:3: ( ( rule__ThreadGroupType__Alternatives_6_1_1_0 )* )
- // InternalAadl2Parser.g:8098:4: ( rule__ThreadGroupType__Alternatives_6_1_1_0 )*
+ // InternalAadl2Parser.g:7147:3: ( ( rule__ThreadGroupType__Alternatives_7_1_1_0 )* )
+ // InternalAadl2Parser.g:7148:4: ( rule__ThreadGroupType__Alternatives_7_1_1_0 )*
{
- before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_6_1_1_0());
- // InternalAadl2Parser.g:8099:4: ( rule__ThreadGroupType__Alternatives_6_1_1_0 )*
+ before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_7_1_1_0());
+ // InternalAadl2Parser.g:7149:4: ( rule__ThreadGroupType__Alternatives_7_1_1_0 )*
loop62:
do {
int alt62=2;
@@ -37289,10 +34486,10 @@ else if ( (LA63_0==None) ) {
switch (alt62) {
case 1 :
- // InternalAadl2Parser.g:8099:5: rule__ThreadGroupType__Alternatives_6_1_1_0
+ // InternalAadl2Parser.g:7149:5: rule__ThreadGroupType__Alternatives_7_1_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadGroupType__Alternatives_6_1_1_0();
+ rule__ThreadGroupType__Alternatives_7_1_1_0();
state._fsp--;
@@ -37305,7 +34502,7 @@ else if ( (LA63_0==None) ) {
}
} while (true);
- after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_6_1_1_0());
+ after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_7_1_1_0());
}
@@ -37316,24 +34513,24 @@ else if ( (LA63_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:8104:2: ( ( rule__ThreadGroupType__Group_6_1_1_1__0 ) )
+ // InternalAadl2Parser.g:7154:2: ( ( rule__ThreadGroupType__Group_7_1_1_1__0 ) )
{
- // InternalAadl2Parser.g:8104:2: ( ( rule__ThreadGroupType__Group_6_1_1_1__0 ) )
- // InternalAadl2Parser.g:8105:3: ( rule__ThreadGroupType__Group_6_1_1_1__0 )
+ // InternalAadl2Parser.g:7154:2: ( ( rule__ThreadGroupType__Group_7_1_1_1__0 ) )
+ // InternalAadl2Parser.g:7155:3: ( rule__ThreadGroupType__Group_7_1_1_1__0 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getGroup_6_1_1_1());
- // InternalAadl2Parser.g:8106:3: ( rule__ThreadGroupType__Group_6_1_1_1__0 )
- // InternalAadl2Parser.g:8106:4: rule__ThreadGroupType__Group_6_1_1_1__0
+ before(grammarAccess.getThreadGroupTypeAccess().getGroup_7_1_1_1());
+ // InternalAadl2Parser.g:7156:3: ( rule__ThreadGroupType__Group_7_1_1_1__0 )
+ // InternalAadl2Parser.g:7156:4: rule__ThreadGroupType__Group_7_1_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_6_1_1_1__0();
+ rule__ThreadGroupType__Group_7_1_1_1__0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getGroup_6_1_1_1());
+ after(grammarAccess.getThreadGroupTypeAccess().getGroup_7_1_1_1());
}
@@ -37354,17 +34551,17 @@ else if ( (LA63_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Alternatives_6_1_1"
+ // $ANTLR end "rule__ThreadGroupType__Alternatives_7_1_1"
- // $ANTLR start "rule__ThreadGroupType__Alternatives_6_1_1_0"
- // InternalAadl2Parser.g:8114:1: rule__ThreadGroupType__Alternatives_6_1_1_0 : ( ( ( rule__ThreadGroupType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__ThreadGroupType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) );
- public final void rule__ThreadGroupType__Alternatives_6_1_1_0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Alternatives_7_1_1_0"
+ // InternalAadl2Parser.g:7164:1: rule__ThreadGroupType__Alternatives_7_1_1_0 : ( ( ( rule__ThreadGroupType__OwnedModeAssignment_7_1_1_0_0 ) ) | ( ( rule__ThreadGroupType__OwnedModeTransitionAssignment_7_1_1_0_1 ) ) );
+ public final void rule__ThreadGroupType__Alternatives_7_1_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:8118:1: ( ( ( rule__ThreadGroupType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__ThreadGroupType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) )
+ // InternalAadl2Parser.g:7168:1: ( ( ( rule__ThreadGroupType__OwnedModeAssignment_7_1_1_0_0 ) ) | ( ( rule__ThreadGroupType__OwnedModeTransitionAssignment_7_1_1_0_1 ) ) )
int alt64=2;
int LA64_0 = input.LA(1);
@@ -37405,24 +34602,24 @@ else if ( (LA64_1==HyphenMinusLeftSquareBracket) ) {
}
switch (alt64) {
case 1 :
- // InternalAadl2Parser.g:8119:2: ( ( rule__ThreadGroupType__OwnedModeAssignment_6_1_1_0_0 ) )
+ // InternalAadl2Parser.g:7169:2: ( ( rule__ThreadGroupType__OwnedModeAssignment_7_1_1_0_0 ) )
{
- // InternalAadl2Parser.g:8119:2: ( ( rule__ThreadGroupType__OwnedModeAssignment_6_1_1_0_0 ) )
- // InternalAadl2Parser.g:8120:3: ( rule__ThreadGroupType__OwnedModeAssignment_6_1_1_0_0 )
+ // InternalAadl2Parser.g:7169:2: ( ( rule__ThreadGroupType__OwnedModeAssignment_7_1_1_0_0 ) )
+ // InternalAadl2Parser.g:7170:3: ( rule__ThreadGroupType__OwnedModeAssignment_7_1_1_0_0 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getOwnedModeAssignment_6_1_1_0_0());
- // InternalAadl2Parser.g:8121:3: ( rule__ThreadGroupType__OwnedModeAssignment_6_1_1_0_0 )
- // InternalAadl2Parser.g:8121:4: rule__ThreadGroupType__OwnedModeAssignment_6_1_1_0_0
+ before(grammarAccess.getThreadGroupTypeAccess().getOwnedModeAssignment_7_1_1_0_0());
+ // InternalAadl2Parser.g:7171:3: ( rule__ThreadGroupType__OwnedModeAssignment_7_1_1_0_0 )
+ // InternalAadl2Parser.g:7171:4: rule__ThreadGroupType__OwnedModeAssignment_7_1_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__OwnedModeAssignment_6_1_1_0_0();
+ rule__ThreadGroupType__OwnedModeAssignment_7_1_1_0_0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getOwnedModeAssignment_6_1_1_0_0());
+ after(grammarAccess.getThreadGroupTypeAccess().getOwnedModeAssignment_7_1_1_0_0());
}
@@ -37430,24 +34627,24 @@ else if ( (LA64_1==HyphenMinusLeftSquareBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:8125:2: ( ( rule__ThreadGroupType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
+ // InternalAadl2Parser.g:7175:2: ( ( rule__ThreadGroupType__OwnedModeTransitionAssignment_7_1_1_0_1 ) )
{
- // InternalAadl2Parser.g:8125:2: ( ( rule__ThreadGroupType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
- // InternalAadl2Parser.g:8126:3: ( rule__ThreadGroupType__OwnedModeTransitionAssignment_6_1_1_0_1 )
+ // InternalAadl2Parser.g:7175:2: ( ( rule__ThreadGroupType__OwnedModeTransitionAssignment_7_1_1_0_1 ) )
+ // InternalAadl2Parser.g:7176:3: ( rule__ThreadGroupType__OwnedModeTransitionAssignment_7_1_1_0_1 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getOwnedModeTransitionAssignment_6_1_1_0_1());
- // InternalAadl2Parser.g:8127:3: ( rule__ThreadGroupType__OwnedModeTransitionAssignment_6_1_1_0_1 )
- // InternalAadl2Parser.g:8127:4: rule__ThreadGroupType__OwnedModeTransitionAssignment_6_1_1_0_1
+ before(grammarAccess.getThreadGroupTypeAccess().getOwnedModeTransitionAssignment_7_1_1_0_1());
+ // InternalAadl2Parser.g:7177:3: ( rule__ThreadGroupType__OwnedModeTransitionAssignment_7_1_1_0_1 )
+ // InternalAadl2Parser.g:7177:4: rule__ThreadGroupType__OwnedModeTransitionAssignment_7_1_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__OwnedModeTransitionAssignment_6_1_1_0_1();
+ rule__ThreadGroupType__OwnedModeTransitionAssignment_7_1_1_0_1();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getOwnedModeTransitionAssignment_6_1_1_0_1());
+ after(grammarAccess.getThreadGroupTypeAccess().getOwnedModeTransitionAssignment_7_1_1_0_1());
}
@@ -37468,17 +34665,17 @@ else if ( (LA64_1==HyphenMinusLeftSquareBracket) ) {
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Alternatives_6_1_1_0"
+ // $ANTLR end "rule__ThreadGroupType__Alternatives_7_1_1_0"
- // $ANTLR start "rule__ThreadGroupType__Alternatives_7_1"
- // InternalAadl2Parser.g:8135:1: rule__ThreadGroupType__Alternatives_7_1 : ( ( ( ( rule__ThreadGroupType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ThreadGroupType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__ThreadGroupType__Group_7_1_1__0 ) ) );
- public final void rule__ThreadGroupType__Alternatives_7_1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Alternatives_8_1"
+ // InternalAadl2Parser.g:7185:1: rule__ThreadGroupType__Alternatives_8_1 : ( ( ( ( rule__ThreadGroupType__OwnedPropertyAssociationAssignment_8_1_0 ) ) ( ( rule__ThreadGroupType__OwnedPropertyAssociationAssignment_8_1_0 )* ) ) | ( ( rule__ThreadGroupType__Group_8_1_1__0 ) ) );
+ public final void rule__ThreadGroupType__Alternatives_8_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:8139:1: ( ( ( ( rule__ThreadGroupType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ThreadGroupType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__ThreadGroupType__Group_7_1_1__0 ) ) )
+ // InternalAadl2Parser.g:7189:1: ( ( ( ( rule__ThreadGroupType__OwnedPropertyAssociationAssignment_8_1_0 ) ) ( ( rule__ThreadGroupType__OwnedPropertyAssociationAssignment_8_1_0 )* ) ) | ( ( rule__ThreadGroupType__Group_8_1_1__0 ) ) )
int alt66=2;
int LA66_0 = input.LA(1);
@@ -37496,35 +34693,35 @@ else if ( (LA66_0==None) ) {
}
switch (alt66) {
case 1 :
- // InternalAadl2Parser.g:8140:2: ( ( ( rule__ThreadGroupType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ThreadGroupType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
+ // InternalAadl2Parser.g:7190:2: ( ( ( rule__ThreadGroupType__OwnedPropertyAssociationAssignment_8_1_0 ) ) ( ( rule__ThreadGroupType__OwnedPropertyAssociationAssignment_8_1_0 )* ) )
{
- // InternalAadl2Parser.g:8140:2: ( ( ( rule__ThreadGroupType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ThreadGroupType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
- // InternalAadl2Parser.g:8141:3: ( ( rule__ThreadGroupType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ThreadGroupType__OwnedPropertyAssociationAssignment_7_1_0 )* )
+ // InternalAadl2Parser.g:7190:2: ( ( ( rule__ThreadGroupType__OwnedPropertyAssociationAssignment_8_1_0 ) ) ( ( rule__ThreadGroupType__OwnedPropertyAssociationAssignment_8_1_0 )* ) )
+ // InternalAadl2Parser.g:7191:3: ( ( rule__ThreadGroupType__OwnedPropertyAssociationAssignment_8_1_0 ) ) ( ( rule__ThreadGroupType__OwnedPropertyAssociationAssignment_8_1_0 )* )
{
- // InternalAadl2Parser.g:8141:3: ( ( rule__ThreadGroupType__OwnedPropertyAssociationAssignment_7_1_0 ) )
- // InternalAadl2Parser.g:8142:4: ( rule__ThreadGroupType__OwnedPropertyAssociationAssignment_7_1_0 )
+ // InternalAadl2Parser.g:7191:3: ( ( rule__ThreadGroupType__OwnedPropertyAssociationAssignment_8_1_0 ) )
+ // InternalAadl2Parser.g:7192:4: ( rule__ThreadGroupType__OwnedPropertyAssociationAssignment_8_1_0 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
- // InternalAadl2Parser.g:8143:4: ( rule__ThreadGroupType__OwnedPropertyAssociationAssignment_7_1_0 )
- // InternalAadl2Parser.g:8143:5: rule__ThreadGroupType__OwnedPropertyAssociationAssignment_7_1_0
+ before(grammarAccess.getThreadGroupTypeAccess().getOwnedPropertyAssociationAssignment_8_1_0());
+ // InternalAadl2Parser.g:7193:4: ( rule__ThreadGroupType__OwnedPropertyAssociationAssignment_8_1_0 )
+ // InternalAadl2Parser.g:7193:5: rule__ThreadGroupType__OwnedPropertyAssociationAssignment_8_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadGroupType__OwnedPropertyAssociationAssignment_7_1_0();
+ rule__ThreadGroupType__OwnedPropertyAssociationAssignment_8_1_0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
+ after(grammarAccess.getThreadGroupTypeAccess().getOwnedPropertyAssociationAssignment_8_1_0());
}
- // InternalAadl2Parser.g:8146:3: ( ( rule__ThreadGroupType__OwnedPropertyAssociationAssignment_7_1_0 )* )
- // InternalAadl2Parser.g:8147:4: ( rule__ThreadGroupType__OwnedPropertyAssociationAssignment_7_1_0 )*
+ // InternalAadl2Parser.g:7196:3: ( ( rule__ThreadGroupType__OwnedPropertyAssociationAssignment_8_1_0 )* )
+ // InternalAadl2Parser.g:7197:4: ( rule__ThreadGroupType__OwnedPropertyAssociationAssignment_8_1_0 )*
{
- before(grammarAccess.getThreadGroupTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
- // InternalAadl2Parser.g:8148:4: ( rule__ThreadGroupType__OwnedPropertyAssociationAssignment_7_1_0 )*
+ before(grammarAccess.getThreadGroupTypeAccess().getOwnedPropertyAssociationAssignment_8_1_0());
+ // InternalAadl2Parser.g:7198:4: ( rule__ThreadGroupType__OwnedPropertyAssociationAssignment_8_1_0 )*
loop65:
do {
int alt65=2;
@@ -37537,10 +34734,10 @@ else if ( (LA66_0==None) ) {
switch (alt65) {
case 1 :
- // InternalAadl2Parser.g:8148:5: rule__ThreadGroupType__OwnedPropertyAssociationAssignment_7_1_0
+ // InternalAadl2Parser.g:7198:5: rule__ThreadGroupType__OwnedPropertyAssociationAssignment_8_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadGroupType__OwnedPropertyAssociationAssignment_7_1_0();
+ rule__ThreadGroupType__OwnedPropertyAssociationAssignment_8_1_0();
state._fsp--;
@@ -37553,7 +34750,7 @@ else if ( (LA66_0==None) ) {
}
} while (true);
- after(grammarAccess.getThreadGroupTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
+ after(grammarAccess.getThreadGroupTypeAccess().getOwnedPropertyAssociationAssignment_8_1_0());
}
@@ -37564,24 +34761,24 @@ else if ( (LA66_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:8153:2: ( ( rule__ThreadGroupType__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:7203:2: ( ( rule__ThreadGroupType__Group_8_1_1__0 ) )
{
- // InternalAadl2Parser.g:8153:2: ( ( rule__ThreadGroupType__Group_7_1_1__0 ) )
- // InternalAadl2Parser.g:8154:3: ( rule__ThreadGroupType__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:7203:2: ( ( rule__ThreadGroupType__Group_8_1_1__0 ) )
+ // InternalAadl2Parser.g:7204:3: ( rule__ThreadGroupType__Group_8_1_1__0 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getGroup_7_1_1());
- // InternalAadl2Parser.g:8155:3: ( rule__ThreadGroupType__Group_7_1_1__0 )
- // InternalAadl2Parser.g:8155:4: rule__ThreadGroupType__Group_7_1_1__0
+ before(grammarAccess.getThreadGroupTypeAccess().getGroup_8_1_1());
+ // InternalAadl2Parser.g:7205:3: ( rule__ThreadGroupType__Group_8_1_1__0 )
+ // InternalAadl2Parser.g:7205:4: rule__ThreadGroupType__Group_8_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_7_1_1__0();
+ rule__ThreadGroupType__Group_8_1_1__0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getGroup_7_1_1());
+ after(grammarAccess.getThreadGroupTypeAccess().getGroup_8_1_1());
}
@@ -37602,17 +34799,17 @@ else if ( (LA66_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Alternatives_7_1"
+ // $ANTLR end "rule__ThreadGroupType__Alternatives_8_1"
// $ANTLR start "rule__ThreadType__Alternatives_3_1"
- // InternalAadl2Parser.g:8163:1: rule__ThreadType__Alternatives_3_1 : ( ( ( rule__ThreadType__Group_3_1_0__0 ) ) | ( ( ( rule__ThreadType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ThreadType__OwnedPrototypeAssignment_3_1_1 )* ) ) );
+ // InternalAadl2Parser.g:7213:1: rule__ThreadType__Alternatives_3_1 : ( ( ( rule__ThreadType__Group_3_1_0__0 ) ) | ( ( ( rule__ThreadType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ThreadType__OwnedPrototypeAssignment_3_1_1 )* ) ) );
public final void rule__ThreadType__Alternatives_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:8167:1: ( ( ( rule__ThreadType__Group_3_1_0__0 ) ) | ( ( ( rule__ThreadType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ThreadType__OwnedPrototypeAssignment_3_1_1 )* ) ) )
+ // InternalAadl2Parser.g:7217:1: ( ( ( rule__ThreadType__Group_3_1_0__0 ) ) | ( ( ( rule__ThreadType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ThreadType__OwnedPrototypeAssignment_3_1_1 )* ) ) )
int alt68=2;
int LA68_0 = input.LA(1);
@@ -37630,14 +34827,14 @@ else if ( (LA68_0==RULE_ID) ) {
}
switch (alt68) {
case 1 :
- // InternalAadl2Parser.g:8168:2: ( ( rule__ThreadType__Group_3_1_0__0 ) )
+ // InternalAadl2Parser.g:7218:2: ( ( rule__ThreadType__Group_3_1_0__0 ) )
{
- // InternalAadl2Parser.g:8168:2: ( ( rule__ThreadType__Group_3_1_0__0 ) )
- // InternalAadl2Parser.g:8169:3: ( rule__ThreadType__Group_3_1_0__0 )
+ // InternalAadl2Parser.g:7218:2: ( ( rule__ThreadType__Group_3_1_0__0 ) )
+ // InternalAadl2Parser.g:7219:3: ( rule__ThreadType__Group_3_1_0__0 )
{
before(grammarAccess.getThreadTypeAccess().getGroup_3_1_0());
- // InternalAadl2Parser.g:8170:3: ( rule__ThreadType__Group_3_1_0__0 )
- // InternalAadl2Parser.g:8170:4: rule__ThreadType__Group_3_1_0__0
+ // InternalAadl2Parser.g:7220:3: ( rule__ThreadType__Group_3_1_0__0 )
+ // InternalAadl2Parser.g:7220:4: rule__ThreadType__Group_3_1_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__Group_3_1_0__0();
@@ -37655,17 +34852,17 @@ else if ( (LA68_0==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:8174:2: ( ( ( rule__ThreadType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ThreadType__OwnedPrototypeAssignment_3_1_1 )* ) )
+ // InternalAadl2Parser.g:7224:2: ( ( ( rule__ThreadType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ThreadType__OwnedPrototypeAssignment_3_1_1 )* ) )
{
- // InternalAadl2Parser.g:8174:2: ( ( ( rule__ThreadType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ThreadType__OwnedPrototypeAssignment_3_1_1 )* ) )
- // InternalAadl2Parser.g:8175:3: ( ( rule__ThreadType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ThreadType__OwnedPrototypeAssignment_3_1_1 )* )
+ // InternalAadl2Parser.g:7224:2: ( ( ( rule__ThreadType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ThreadType__OwnedPrototypeAssignment_3_1_1 )* ) )
+ // InternalAadl2Parser.g:7225:3: ( ( rule__ThreadType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ThreadType__OwnedPrototypeAssignment_3_1_1 )* )
{
- // InternalAadl2Parser.g:8175:3: ( ( rule__ThreadType__OwnedPrototypeAssignment_3_1_1 ) )
- // InternalAadl2Parser.g:8176:4: ( rule__ThreadType__OwnedPrototypeAssignment_3_1_1 )
+ // InternalAadl2Parser.g:7225:3: ( ( rule__ThreadType__OwnedPrototypeAssignment_3_1_1 ) )
+ // InternalAadl2Parser.g:7226:4: ( rule__ThreadType__OwnedPrototypeAssignment_3_1_1 )
{
before(grammarAccess.getThreadTypeAccess().getOwnedPrototypeAssignment_3_1_1());
- // InternalAadl2Parser.g:8177:4: ( rule__ThreadType__OwnedPrototypeAssignment_3_1_1 )
- // InternalAadl2Parser.g:8177:5: rule__ThreadType__OwnedPrototypeAssignment_3_1_1
+ // InternalAadl2Parser.g:7227:4: ( rule__ThreadType__OwnedPrototypeAssignment_3_1_1 )
+ // InternalAadl2Parser.g:7227:5: rule__ThreadType__OwnedPrototypeAssignment_3_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__ThreadType__OwnedPrototypeAssignment_3_1_1();
@@ -37679,11 +34876,11 @@ else if ( (LA68_0==RULE_ID) ) {
}
- // InternalAadl2Parser.g:8180:3: ( ( rule__ThreadType__OwnedPrototypeAssignment_3_1_1 )* )
- // InternalAadl2Parser.g:8181:4: ( rule__ThreadType__OwnedPrototypeAssignment_3_1_1 )*
+ // InternalAadl2Parser.g:7230:3: ( ( rule__ThreadType__OwnedPrototypeAssignment_3_1_1 )* )
+ // InternalAadl2Parser.g:7231:4: ( rule__ThreadType__OwnedPrototypeAssignment_3_1_1 )*
{
before(grammarAccess.getThreadTypeAccess().getOwnedPrototypeAssignment_3_1_1());
- // InternalAadl2Parser.g:8182:4: ( rule__ThreadType__OwnedPrototypeAssignment_3_1_1 )*
+ // InternalAadl2Parser.g:7232:4: ( rule__ThreadType__OwnedPrototypeAssignment_3_1_1 )*
loop67:
do {
int alt67=2;
@@ -37696,7 +34893,7 @@ else if ( (LA68_0==RULE_ID) ) {
switch (alt67) {
case 1 :
- // InternalAadl2Parser.g:8182:5: rule__ThreadType__OwnedPrototypeAssignment_3_1_1
+ // InternalAadl2Parser.g:7232:5: rule__ThreadType__OwnedPrototypeAssignment_3_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__ThreadType__OwnedPrototypeAssignment_3_1_1();
@@ -37740,13 +34937,13 @@ else if ( (LA68_0==RULE_ID) ) {
// $ANTLR start "rule__ThreadType__Alternatives_4_1"
- // InternalAadl2Parser.g:8191:1: rule__ThreadType__Alternatives_4_1 : ( ( ( rule__ThreadType__Group_4_1_0__0 ) ) | ( ( ( rule__ThreadType__Alternatives_4_1_1 ) ) ( ( rule__ThreadType__Alternatives_4_1_1 )* ) ) );
+ // InternalAadl2Parser.g:7241:1: rule__ThreadType__Alternatives_4_1 : ( ( ( rule__ThreadType__Group_4_1_0__0 ) ) | ( ( ( rule__ThreadType__Alternatives_4_1_1 ) ) ( ( rule__ThreadType__Alternatives_4_1_1 )* ) ) );
public final void rule__ThreadType__Alternatives_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:8195:1: ( ( ( rule__ThreadType__Group_4_1_0__0 ) ) | ( ( ( rule__ThreadType__Alternatives_4_1_1 ) ) ( ( rule__ThreadType__Alternatives_4_1_1 )* ) ) )
+ // InternalAadl2Parser.g:7245:1: ( ( ( rule__ThreadType__Group_4_1_0__0 ) ) | ( ( ( rule__ThreadType__Alternatives_4_1_1 ) ) ( ( rule__ThreadType__Alternatives_4_1_1 )* ) ) )
int alt70=2;
int LA70_0 = input.LA(1);
@@ -37764,14 +34961,14 @@ else if ( (LA70_0==RULE_ID) ) {
}
switch (alt70) {
case 1 :
- // InternalAadl2Parser.g:8196:2: ( ( rule__ThreadType__Group_4_1_0__0 ) )
+ // InternalAadl2Parser.g:7246:2: ( ( rule__ThreadType__Group_4_1_0__0 ) )
{
- // InternalAadl2Parser.g:8196:2: ( ( rule__ThreadType__Group_4_1_0__0 ) )
- // InternalAadl2Parser.g:8197:3: ( rule__ThreadType__Group_4_1_0__0 )
+ // InternalAadl2Parser.g:7246:2: ( ( rule__ThreadType__Group_4_1_0__0 ) )
+ // InternalAadl2Parser.g:7247:3: ( rule__ThreadType__Group_4_1_0__0 )
{
before(grammarAccess.getThreadTypeAccess().getGroup_4_1_0());
- // InternalAadl2Parser.g:8198:3: ( rule__ThreadType__Group_4_1_0__0 )
- // InternalAadl2Parser.g:8198:4: rule__ThreadType__Group_4_1_0__0
+ // InternalAadl2Parser.g:7248:3: ( rule__ThreadType__Group_4_1_0__0 )
+ // InternalAadl2Parser.g:7248:4: rule__ThreadType__Group_4_1_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__Group_4_1_0__0();
@@ -37789,17 +34986,17 @@ else if ( (LA70_0==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:8202:2: ( ( ( rule__ThreadType__Alternatives_4_1_1 ) ) ( ( rule__ThreadType__Alternatives_4_1_1 )* ) )
+ // InternalAadl2Parser.g:7252:2: ( ( ( rule__ThreadType__Alternatives_4_1_1 ) ) ( ( rule__ThreadType__Alternatives_4_1_1 )* ) )
{
- // InternalAadl2Parser.g:8202:2: ( ( ( rule__ThreadType__Alternatives_4_1_1 ) ) ( ( rule__ThreadType__Alternatives_4_1_1 )* ) )
- // InternalAadl2Parser.g:8203:3: ( ( rule__ThreadType__Alternatives_4_1_1 ) ) ( ( rule__ThreadType__Alternatives_4_1_1 )* )
+ // InternalAadl2Parser.g:7252:2: ( ( ( rule__ThreadType__Alternatives_4_1_1 ) ) ( ( rule__ThreadType__Alternatives_4_1_1 )* ) )
+ // InternalAadl2Parser.g:7253:3: ( ( rule__ThreadType__Alternatives_4_1_1 ) ) ( ( rule__ThreadType__Alternatives_4_1_1 )* )
{
- // InternalAadl2Parser.g:8203:3: ( ( rule__ThreadType__Alternatives_4_1_1 ) )
- // InternalAadl2Parser.g:8204:4: ( rule__ThreadType__Alternatives_4_1_1 )
+ // InternalAadl2Parser.g:7253:3: ( ( rule__ThreadType__Alternatives_4_1_1 ) )
+ // InternalAadl2Parser.g:7254:4: ( rule__ThreadType__Alternatives_4_1_1 )
{
before(grammarAccess.getThreadTypeAccess().getAlternatives_4_1_1());
- // InternalAadl2Parser.g:8205:4: ( rule__ThreadType__Alternatives_4_1_1 )
- // InternalAadl2Parser.g:8205:5: rule__ThreadType__Alternatives_4_1_1
+ // InternalAadl2Parser.g:7255:4: ( rule__ThreadType__Alternatives_4_1_1 )
+ // InternalAadl2Parser.g:7255:5: rule__ThreadType__Alternatives_4_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__ThreadType__Alternatives_4_1_1();
@@ -37813,11 +35010,11 @@ else if ( (LA70_0==RULE_ID) ) {
}
- // InternalAadl2Parser.g:8208:3: ( ( rule__ThreadType__Alternatives_4_1_1 )* )
- // InternalAadl2Parser.g:8209:4: ( rule__ThreadType__Alternatives_4_1_1 )*
+ // InternalAadl2Parser.g:7258:3: ( ( rule__ThreadType__Alternatives_4_1_1 )* )
+ // InternalAadl2Parser.g:7259:4: ( rule__ThreadType__Alternatives_4_1_1 )*
{
before(grammarAccess.getThreadTypeAccess().getAlternatives_4_1_1());
- // InternalAadl2Parser.g:8210:4: ( rule__ThreadType__Alternatives_4_1_1 )*
+ // InternalAadl2Parser.g:7260:4: ( rule__ThreadType__Alternatives_4_1_1 )*
loop69:
do {
int alt69=2;
@@ -37830,7 +35027,7 @@ else if ( (LA70_0==RULE_ID) ) {
switch (alt69) {
case 1 :
- // InternalAadl2Parser.g:8210:5: rule__ThreadType__Alternatives_4_1_1
+ // InternalAadl2Parser.g:7260:5: rule__ThreadType__Alternatives_4_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__ThreadType__Alternatives_4_1_1();
@@ -37874,25 +35071,25 @@ else if ( (LA70_0==RULE_ID) ) {
// $ANTLR start "rule__ThreadType__Alternatives_4_1_1"
- // InternalAadl2Parser.g:8219:1: rule__ThreadType__Alternatives_4_1_1 : ( ( ( rule__ThreadType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__ThreadType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__ThreadType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__ThreadType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__ThreadType__OwnedDataAccessAssignment_4_1_1_4 ) ) | ( ( rule__ThreadType__OwnedSubprogramAccessAssignment_4_1_1_5 ) ) | ( ( rule__ThreadType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) ) | ( ( rule__ThreadType__OwnedAbstractFeatureAssignment_4_1_1_7 ) ) );
+ // InternalAadl2Parser.g:7269:1: rule__ThreadType__Alternatives_4_1_1 : ( ( ( rule__ThreadType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__ThreadType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__ThreadType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__ThreadType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__ThreadType__OwnedDataAccessAssignment_4_1_1_4 ) ) | ( ( rule__ThreadType__OwnedSubprogramAccessAssignment_4_1_1_5 ) ) | ( ( rule__ThreadType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) ) | ( ( rule__ThreadType__OwnedAbstractFeatureAssignment_4_1_1_7 ) ) );
public final void rule__ThreadType__Alternatives_4_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:8223:1: ( ( ( rule__ThreadType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__ThreadType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__ThreadType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__ThreadType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__ThreadType__OwnedDataAccessAssignment_4_1_1_4 ) ) | ( ( rule__ThreadType__OwnedSubprogramAccessAssignment_4_1_1_5 ) ) | ( ( rule__ThreadType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) ) | ( ( rule__ThreadType__OwnedAbstractFeatureAssignment_4_1_1_7 ) ) )
+ // InternalAadl2Parser.g:7273:1: ( ( ( rule__ThreadType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__ThreadType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__ThreadType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__ThreadType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__ThreadType__OwnedDataAccessAssignment_4_1_1_4 ) ) | ( ( rule__ThreadType__OwnedSubprogramAccessAssignment_4_1_1_5 ) ) | ( ( rule__ThreadType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) ) | ( ( rule__ThreadType__OwnedAbstractFeatureAssignment_4_1_1_7 ) ) )
int alt71=8;
alt71 = dfa71.predict(input);
switch (alt71) {
case 1 :
- // InternalAadl2Parser.g:8224:2: ( ( rule__ThreadType__OwnedDataPortAssignment_4_1_1_0 ) )
+ // InternalAadl2Parser.g:7274:2: ( ( rule__ThreadType__OwnedDataPortAssignment_4_1_1_0 ) )
{
- // InternalAadl2Parser.g:8224:2: ( ( rule__ThreadType__OwnedDataPortAssignment_4_1_1_0 ) )
- // InternalAadl2Parser.g:8225:3: ( rule__ThreadType__OwnedDataPortAssignment_4_1_1_0 )
+ // InternalAadl2Parser.g:7274:2: ( ( rule__ThreadType__OwnedDataPortAssignment_4_1_1_0 ) )
+ // InternalAadl2Parser.g:7275:3: ( rule__ThreadType__OwnedDataPortAssignment_4_1_1_0 )
{
before(grammarAccess.getThreadTypeAccess().getOwnedDataPortAssignment_4_1_1_0());
- // InternalAadl2Parser.g:8226:3: ( rule__ThreadType__OwnedDataPortAssignment_4_1_1_0 )
- // InternalAadl2Parser.g:8226:4: rule__ThreadType__OwnedDataPortAssignment_4_1_1_0
+ // InternalAadl2Parser.g:7276:3: ( rule__ThreadType__OwnedDataPortAssignment_4_1_1_0 )
+ // InternalAadl2Parser.g:7276:4: rule__ThreadType__OwnedDataPortAssignment_4_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__OwnedDataPortAssignment_4_1_1_0();
@@ -37910,14 +35107,14 @@ public final void rule__ThreadType__Alternatives_4_1_1() throws RecognitionExcep
}
break;
case 2 :
- // InternalAadl2Parser.g:8230:2: ( ( rule__ThreadType__OwnedEventPortAssignment_4_1_1_1 ) )
+ // InternalAadl2Parser.g:7280:2: ( ( rule__ThreadType__OwnedEventPortAssignment_4_1_1_1 ) )
{
- // InternalAadl2Parser.g:8230:2: ( ( rule__ThreadType__OwnedEventPortAssignment_4_1_1_1 ) )
- // InternalAadl2Parser.g:8231:3: ( rule__ThreadType__OwnedEventPortAssignment_4_1_1_1 )
+ // InternalAadl2Parser.g:7280:2: ( ( rule__ThreadType__OwnedEventPortAssignment_4_1_1_1 ) )
+ // InternalAadl2Parser.g:7281:3: ( rule__ThreadType__OwnedEventPortAssignment_4_1_1_1 )
{
before(grammarAccess.getThreadTypeAccess().getOwnedEventPortAssignment_4_1_1_1());
- // InternalAadl2Parser.g:8232:3: ( rule__ThreadType__OwnedEventPortAssignment_4_1_1_1 )
- // InternalAadl2Parser.g:8232:4: rule__ThreadType__OwnedEventPortAssignment_4_1_1_1
+ // InternalAadl2Parser.g:7282:3: ( rule__ThreadType__OwnedEventPortAssignment_4_1_1_1 )
+ // InternalAadl2Parser.g:7282:4: rule__ThreadType__OwnedEventPortAssignment_4_1_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__OwnedEventPortAssignment_4_1_1_1();
@@ -37935,14 +35132,14 @@ public final void rule__ThreadType__Alternatives_4_1_1() throws RecognitionExcep
}
break;
case 3 :
- // InternalAadl2Parser.g:8236:2: ( ( rule__ThreadType__OwnedEventDataPortAssignment_4_1_1_2 ) )
+ // InternalAadl2Parser.g:7286:2: ( ( rule__ThreadType__OwnedEventDataPortAssignment_4_1_1_2 ) )
{
- // InternalAadl2Parser.g:8236:2: ( ( rule__ThreadType__OwnedEventDataPortAssignment_4_1_1_2 ) )
- // InternalAadl2Parser.g:8237:3: ( rule__ThreadType__OwnedEventDataPortAssignment_4_1_1_2 )
+ // InternalAadl2Parser.g:7286:2: ( ( rule__ThreadType__OwnedEventDataPortAssignment_4_1_1_2 ) )
+ // InternalAadl2Parser.g:7287:3: ( rule__ThreadType__OwnedEventDataPortAssignment_4_1_1_2 )
{
before(grammarAccess.getThreadTypeAccess().getOwnedEventDataPortAssignment_4_1_1_2());
- // InternalAadl2Parser.g:8238:3: ( rule__ThreadType__OwnedEventDataPortAssignment_4_1_1_2 )
- // InternalAadl2Parser.g:8238:4: rule__ThreadType__OwnedEventDataPortAssignment_4_1_1_2
+ // InternalAadl2Parser.g:7288:3: ( rule__ThreadType__OwnedEventDataPortAssignment_4_1_1_2 )
+ // InternalAadl2Parser.g:7288:4: rule__ThreadType__OwnedEventDataPortAssignment_4_1_1_2
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__OwnedEventDataPortAssignment_4_1_1_2();
@@ -37960,14 +35157,14 @@ public final void rule__ThreadType__Alternatives_4_1_1() throws RecognitionExcep
}
break;
case 4 :
- // InternalAadl2Parser.g:8242:2: ( ( rule__ThreadType__OwnedFeatureGroupAssignment_4_1_1_3 ) )
+ // InternalAadl2Parser.g:7292:2: ( ( rule__ThreadType__OwnedFeatureGroupAssignment_4_1_1_3 ) )
{
- // InternalAadl2Parser.g:8242:2: ( ( rule__ThreadType__OwnedFeatureGroupAssignment_4_1_1_3 ) )
- // InternalAadl2Parser.g:8243:3: ( rule__ThreadType__OwnedFeatureGroupAssignment_4_1_1_3 )
+ // InternalAadl2Parser.g:7292:2: ( ( rule__ThreadType__OwnedFeatureGroupAssignment_4_1_1_3 ) )
+ // InternalAadl2Parser.g:7293:3: ( rule__ThreadType__OwnedFeatureGroupAssignment_4_1_1_3 )
{
before(grammarAccess.getThreadTypeAccess().getOwnedFeatureGroupAssignment_4_1_1_3());
- // InternalAadl2Parser.g:8244:3: ( rule__ThreadType__OwnedFeatureGroupAssignment_4_1_1_3 )
- // InternalAadl2Parser.g:8244:4: rule__ThreadType__OwnedFeatureGroupAssignment_4_1_1_3
+ // InternalAadl2Parser.g:7294:3: ( rule__ThreadType__OwnedFeatureGroupAssignment_4_1_1_3 )
+ // InternalAadl2Parser.g:7294:4: rule__ThreadType__OwnedFeatureGroupAssignment_4_1_1_3
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__OwnedFeatureGroupAssignment_4_1_1_3();
@@ -37985,14 +35182,14 @@ public final void rule__ThreadType__Alternatives_4_1_1() throws RecognitionExcep
}
break;
case 5 :
- // InternalAadl2Parser.g:8248:2: ( ( rule__ThreadType__OwnedDataAccessAssignment_4_1_1_4 ) )
+ // InternalAadl2Parser.g:7298:2: ( ( rule__ThreadType__OwnedDataAccessAssignment_4_1_1_4 ) )
{
- // InternalAadl2Parser.g:8248:2: ( ( rule__ThreadType__OwnedDataAccessAssignment_4_1_1_4 ) )
- // InternalAadl2Parser.g:8249:3: ( rule__ThreadType__OwnedDataAccessAssignment_4_1_1_4 )
+ // InternalAadl2Parser.g:7298:2: ( ( rule__ThreadType__OwnedDataAccessAssignment_4_1_1_4 ) )
+ // InternalAadl2Parser.g:7299:3: ( rule__ThreadType__OwnedDataAccessAssignment_4_1_1_4 )
{
before(grammarAccess.getThreadTypeAccess().getOwnedDataAccessAssignment_4_1_1_4());
- // InternalAadl2Parser.g:8250:3: ( rule__ThreadType__OwnedDataAccessAssignment_4_1_1_4 )
- // InternalAadl2Parser.g:8250:4: rule__ThreadType__OwnedDataAccessAssignment_4_1_1_4
+ // InternalAadl2Parser.g:7300:3: ( rule__ThreadType__OwnedDataAccessAssignment_4_1_1_4 )
+ // InternalAadl2Parser.g:7300:4: rule__ThreadType__OwnedDataAccessAssignment_4_1_1_4
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__OwnedDataAccessAssignment_4_1_1_4();
@@ -38010,14 +35207,14 @@ public final void rule__ThreadType__Alternatives_4_1_1() throws RecognitionExcep
}
break;
case 6 :
- // InternalAadl2Parser.g:8254:2: ( ( rule__ThreadType__OwnedSubprogramAccessAssignment_4_1_1_5 ) )
+ // InternalAadl2Parser.g:7304:2: ( ( rule__ThreadType__OwnedSubprogramAccessAssignment_4_1_1_5 ) )
{
- // InternalAadl2Parser.g:8254:2: ( ( rule__ThreadType__OwnedSubprogramAccessAssignment_4_1_1_5 ) )
- // InternalAadl2Parser.g:8255:3: ( rule__ThreadType__OwnedSubprogramAccessAssignment_4_1_1_5 )
+ // InternalAadl2Parser.g:7304:2: ( ( rule__ThreadType__OwnedSubprogramAccessAssignment_4_1_1_5 ) )
+ // InternalAadl2Parser.g:7305:3: ( rule__ThreadType__OwnedSubprogramAccessAssignment_4_1_1_5 )
{
before(grammarAccess.getThreadTypeAccess().getOwnedSubprogramAccessAssignment_4_1_1_5());
- // InternalAadl2Parser.g:8256:3: ( rule__ThreadType__OwnedSubprogramAccessAssignment_4_1_1_5 )
- // InternalAadl2Parser.g:8256:4: rule__ThreadType__OwnedSubprogramAccessAssignment_4_1_1_5
+ // InternalAadl2Parser.g:7306:3: ( rule__ThreadType__OwnedSubprogramAccessAssignment_4_1_1_5 )
+ // InternalAadl2Parser.g:7306:4: rule__ThreadType__OwnedSubprogramAccessAssignment_4_1_1_5
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__OwnedSubprogramAccessAssignment_4_1_1_5();
@@ -38035,14 +35232,14 @@ public final void rule__ThreadType__Alternatives_4_1_1() throws RecognitionExcep
}
break;
case 7 :
- // InternalAadl2Parser.g:8260:2: ( ( rule__ThreadType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) )
+ // InternalAadl2Parser.g:7310:2: ( ( rule__ThreadType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) )
{
- // InternalAadl2Parser.g:8260:2: ( ( rule__ThreadType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) )
- // InternalAadl2Parser.g:8261:3: ( rule__ThreadType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 )
+ // InternalAadl2Parser.g:7310:2: ( ( rule__ThreadType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) )
+ // InternalAadl2Parser.g:7311:3: ( rule__ThreadType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 )
{
before(grammarAccess.getThreadTypeAccess().getOwnedSubprogramGroupAccessAssignment_4_1_1_6());
- // InternalAadl2Parser.g:8262:3: ( rule__ThreadType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 )
- // InternalAadl2Parser.g:8262:4: rule__ThreadType__OwnedSubprogramGroupAccessAssignment_4_1_1_6
+ // InternalAadl2Parser.g:7312:3: ( rule__ThreadType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 )
+ // InternalAadl2Parser.g:7312:4: rule__ThreadType__OwnedSubprogramGroupAccessAssignment_4_1_1_6
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__OwnedSubprogramGroupAccessAssignment_4_1_1_6();
@@ -38060,14 +35257,14 @@ public final void rule__ThreadType__Alternatives_4_1_1() throws RecognitionExcep
}
break;
case 8 :
- // InternalAadl2Parser.g:8266:2: ( ( rule__ThreadType__OwnedAbstractFeatureAssignment_4_1_1_7 ) )
+ // InternalAadl2Parser.g:7316:2: ( ( rule__ThreadType__OwnedAbstractFeatureAssignment_4_1_1_7 ) )
{
- // InternalAadl2Parser.g:8266:2: ( ( rule__ThreadType__OwnedAbstractFeatureAssignment_4_1_1_7 ) )
- // InternalAadl2Parser.g:8267:3: ( rule__ThreadType__OwnedAbstractFeatureAssignment_4_1_1_7 )
+ // InternalAadl2Parser.g:7316:2: ( ( rule__ThreadType__OwnedAbstractFeatureAssignment_4_1_1_7 ) )
+ // InternalAadl2Parser.g:7317:3: ( rule__ThreadType__OwnedAbstractFeatureAssignment_4_1_1_7 )
{
before(grammarAccess.getThreadTypeAccess().getOwnedAbstractFeatureAssignment_4_1_1_7());
- // InternalAadl2Parser.g:8268:3: ( rule__ThreadType__OwnedAbstractFeatureAssignment_4_1_1_7 )
- // InternalAadl2Parser.g:8268:4: rule__ThreadType__OwnedAbstractFeatureAssignment_4_1_1_7
+ // InternalAadl2Parser.g:7318:3: ( rule__ThreadType__OwnedAbstractFeatureAssignment_4_1_1_7 )
+ // InternalAadl2Parser.g:7318:4: rule__ThreadType__OwnedAbstractFeatureAssignment_4_1_1_7
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__OwnedAbstractFeatureAssignment_4_1_1_7();
@@ -38102,13 +35299,13 @@ public final void rule__ThreadType__Alternatives_4_1_1() throws RecognitionExcep
// $ANTLR start "rule__ThreadType__Alternatives_5_1"
- // InternalAadl2Parser.g:8276:1: rule__ThreadType__Alternatives_5_1 : ( ( ( ( rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__ThreadType__Group_5_1_1__0 ) ) );
+ // InternalAadl2Parser.g:7326:1: rule__ThreadType__Alternatives_5_1 : ( ( ( ( rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__ThreadType__Group_5_1_1__0 ) ) );
public final void rule__ThreadType__Alternatives_5_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:8280:1: ( ( ( ( rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__ThreadType__Group_5_1_1__0 ) ) )
+ // InternalAadl2Parser.g:7330:1: ( ( ( ( rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__ThreadType__Group_5_1_1__0 ) ) )
int alt73=2;
int LA73_0 = input.LA(1);
@@ -38126,17 +35323,17 @@ else if ( (LA73_0==None) ) {
}
switch (alt73) {
case 1 :
- // InternalAadl2Parser.g:8281:2: ( ( ( rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
+ // InternalAadl2Parser.g:7331:2: ( ( ( rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
{
- // InternalAadl2Parser.g:8281:2: ( ( ( rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
- // InternalAadl2Parser.g:8282:3: ( ( rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0 )* )
+ // InternalAadl2Parser.g:7331:2: ( ( ( rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
+ // InternalAadl2Parser.g:7332:3: ( ( rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0 )* )
{
- // InternalAadl2Parser.g:8282:3: ( ( rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0 ) )
- // InternalAadl2Parser.g:8283:4: ( rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0 )
+ // InternalAadl2Parser.g:7332:3: ( ( rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0 ) )
+ // InternalAadl2Parser.g:7333:4: ( rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0 )
{
before(grammarAccess.getThreadTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0());
- // InternalAadl2Parser.g:8284:4: ( rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0 )
- // InternalAadl2Parser.g:8284:5: rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0
+ // InternalAadl2Parser.g:7334:4: ( rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0 )
+ // InternalAadl2Parser.g:7334:5: rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0();
@@ -38150,11 +35347,11 @@ else if ( (LA73_0==None) ) {
}
- // InternalAadl2Parser.g:8287:3: ( ( rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0 )* )
- // InternalAadl2Parser.g:8288:4: ( rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0 )*
+ // InternalAadl2Parser.g:7337:3: ( ( rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0 )* )
+ // InternalAadl2Parser.g:7338:4: ( rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0 )*
{
before(grammarAccess.getThreadTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0());
- // InternalAadl2Parser.g:8289:4: ( rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0 )*
+ // InternalAadl2Parser.g:7339:4: ( rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0 )*
loop72:
do {
int alt72=2;
@@ -38167,7 +35364,7 @@ else if ( (LA73_0==None) ) {
switch (alt72) {
case 1 :
- // InternalAadl2Parser.g:8289:5: rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0
+ // InternalAadl2Parser.g:7339:5: rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__ThreadType__OwnedFlowSpecificationAssignment_5_1_0();
@@ -38194,14 +35391,14 @@ else if ( (LA73_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:8294:2: ( ( rule__ThreadType__Group_5_1_1__0 ) )
+ // InternalAadl2Parser.g:7344:2: ( ( rule__ThreadType__Group_5_1_1__0 ) )
{
- // InternalAadl2Parser.g:8294:2: ( ( rule__ThreadType__Group_5_1_1__0 ) )
- // InternalAadl2Parser.g:8295:3: ( rule__ThreadType__Group_5_1_1__0 )
+ // InternalAadl2Parser.g:7344:2: ( ( rule__ThreadType__Group_5_1_1__0 ) )
+ // InternalAadl2Parser.g:7345:3: ( rule__ThreadType__Group_5_1_1__0 )
{
before(grammarAccess.getThreadTypeAccess().getGroup_5_1_1());
- // InternalAadl2Parser.g:8296:3: ( rule__ThreadType__Group_5_1_1__0 )
- // InternalAadl2Parser.g:8296:4: rule__ThreadType__Group_5_1_1__0
+ // InternalAadl2Parser.g:7346:3: ( rule__ThreadType__Group_5_1_1__0 )
+ // InternalAadl2Parser.g:7346:4: rule__ThreadType__Group_5_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__Group_5_1_1__0();
@@ -38236,13 +35433,13 @@ else if ( (LA73_0==None) ) {
// $ANTLR start "rule__ThreadType__Alternatives_6"
- // InternalAadl2Parser.g:8304:1: rule__ThreadType__Alternatives_6 : ( ( ( rule__ThreadType__Group_6_0__0 ) ) | ( ( rule__ThreadType__Group_6_1__0 ) ) );
+ // InternalAadl2Parser.g:7354:1: rule__ThreadType__Alternatives_6 : ( ( ( rule__ThreadType__Group_6_0__0 ) ) | ( ( rule__ThreadType__Group_6_1__0 ) ) );
public final void rule__ThreadType__Alternatives_6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:8308:1: ( ( ( rule__ThreadType__Group_6_0__0 ) ) | ( ( rule__ThreadType__Group_6_1__0 ) ) )
+ // InternalAadl2Parser.g:7358:1: ( ( ( rule__ThreadType__Group_6_0__0 ) ) | ( ( rule__ThreadType__Group_6_1__0 ) ) )
int alt74=2;
int LA74_0 = input.LA(1);
@@ -38260,14 +35457,14 @@ else if ( (LA74_0==Modes) ) {
}
switch (alt74) {
case 1 :
- // InternalAadl2Parser.g:8309:2: ( ( rule__ThreadType__Group_6_0__0 ) )
+ // InternalAadl2Parser.g:7359:2: ( ( rule__ThreadType__Group_6_0__0 ) )
{
- // InternalAadl2Parser.g:8309:2: ( ( rule__ThreadType__Group_6_0__0 ) )
- // InternalAadl2Parser.g:8310:3: ( rule__ThreadType__Group_6_0__0 )
+ // InternalAadl2Parser.g:7359:2: ( ( rule__ThreadType__Group_6_0__0 ) )
+ // InternalAadl2Parser.g:7360:3: ( rule__ThreadType__Group_6_0__0 )
{
before(grammarAccess.getThreadTypeAccess().getGroup_6_0());
- // InternalAadl2Parser.g:8311:3: ( rule__ThreadType__Group_6_0__0 )
- // InternalAadl2Parser.g:8311:4: rule__ThreadType__Group_6_0__0
+ // InternalAadl2Parser.g:7361:3: ( rule__ThreadType__Group_6_0__0 )
+ // InternalAadl2Parser.g:7361:4: rule__ThreadType__Group_6_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__Group_6_0__0();
@@ -38285,14 +35482,14 @@ else if ( (LA74_0==Modes) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:8315:2: ( ( rule__ThreadType__Group_6_1__0 ) )
+ // InternalAadl2Parser.g:7365:2: ( ( rule__ThreadType__Group_6_1__0 ) )
{
- // InternalAadl2Parser.g:8315:2: ( ( rule__ThreadType__Group_6_1__0 ) )
- // InternalAadl2Parser.g:8316:3: ( rule__ThreadType__Group_6_1__0 )
+ // InternalAadl2Parser.g:7365:2: ( ( rule__ThreadType__Group_6_1__0 ) )
+ // InternalAadl2Parser.g:7366:3: ( rule__ThreadType__Group_6_1__0 )
{
before(grammarAccess.getThreadTypeAccess().getGroup_6_1());
- // InternalAadl2Parser.g:8317:3: ( rule__ThreadType__Group_6_1__0 )
- // InternalAadl2Parser.g:8317:4: rule__ThreadType__Group_6_1__0
+ // InternalAadl2Parser.g:7367:3: ( rule__ThreadType__Group_6_1__0 )
+ // InternalAadl2Parser.g:7367:4: rule__ThreadType__Group_6_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__Group_6_1__0();
@@ -38327,13 +35524,13 @@ else if ( (LA74_0==Modes) ) {
// $ANTLR start "rule__ThreadType__Alternatives_6_1_1"
- // InternalAadl2Parser.g:8325:1: rule__ThreadType__Alternatives_6_1_1 : ( ( ( ( rule__ThreadType__Alternatives_6_1_1_0 ) ) ( ( rule__ThreadType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__ThreadType__Group_6_1_1_1__0 ) ) );
+ // InternalAadl2Parser.g:7375:1: rule__ThreadType__Alternatives_6_1_1 : ( ( ( ( rule__ThreadType__Alternatives_6_1_1_0 ) ) ( ( rule__ThreadType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__ThreadType__Group_6_1_1_1__0 ) ) );
public final void rule__ThreadType__Alternatives_6_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:8329:1: ( ( ( ( rule__ThreadType__Alternatives_6_1_1_0 ) ) ( ( rule__ThreadType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__ThreadType__Group_6_1_1_1__0 ) ) )
+ // InternalAadl2Parser.g:7379:1: ( ( ( ( rule__ThreadType__Alternatives_6_1_1_0 ) ) ( ( rule__ThreadType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__ThreadType__Group_6_1_1_1__0 ) ) )
int alt76=2;
int LA76_0 = input.LA(1);
@@ -38351,17 +35548,17 @@ else if ( (LA76_0==None) ) {
}
switch (alt76) {
case 1 :
- // InternalAadl2Parser.g:8330:2: ( ( ( rule__ThreadType__Alternatives_6_1_1_0 ) ) ( ( rule__ThreadType__Alternatives_6_1_1_0 )* ) )
+ // InternalAadl2Parser.g:7380:2: ( ( ( rule__ThreadType__Alternatives_6_1_1_0 ) ) ( ( rule__ThreadType__Alternatives_6_1_1_0 )* ) )
{
- // InternalAadl2Parser.g:8330:2: ( ( ( rule__ThreadType__Alternatives_6_1_1_0 ) ) ( ( rule__ThreadType__Alternatives_6_1_1_0 )* ) )
- // InternalAadl2Parser.g:8331:3: ( ( rule__ThreadType__Alternatives_6_1_1_0 ) ) ( ( rule__ThreadType__Alternatives_6_1_1_0 )* )
+ // InternalAadl2Parser.g:7380:2: ( ( ( rule__ThreadType__Alternatives_6_1_1_0 ) ) ( ( rule__ThreadType__Alternatives_6_1_1_0 )* ) )
+ // InternalAadl2Parser.g:7381:3: ( ( rule__ThreadType__Alternatives_6_1_1_0 ) ) ( ( rule__ThreadType__Alternatives_6_1_1_0 )* )
{
- // InternalAadl2Parser.g:8331:3: ( ( rule__ThreadType__Alternatives_6_1_1_0 ) )
- // InternalAadl2Parser.g:8332:4: ( rule__ThreadType__Alternatives_6_1_1_0 )
+ // InternalAadl2Parser.g:7381:3: ( ( rule__ThreadType__Alternatives_6_1_1_0 ) )
+ // InternalAadl2Parser.g:7382:4: ( rule__ThreadType__Alternatives_6_1_1_0 )
{
before(grammarAccess.getThreadTypeAccess().getAlternatives_6_1_1_0());
- // InternalAadl2Parser.g:8333:4: ( rule__ThreadType__Alternatives_6_1_1_0 )
- // InternalAadl2Parser.g:8333:5: rule__ThreadType__Alternatives_6_1_1_0
+ // InternalAadl2Parser.g:7383:4: ( rule__ThreadType__Alternatives_6_1_1_0 )
+ // InternalAadl2Parser.g:7383:5: rule__ThreadType__Alternatives_6_1_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__ThreadType__Alternatives_6_1_1_0();
@@ -38375,11 +35572,11 @@ else if ( (LA76_0==None) ) {
}
- // InternalAadl2Parser.g:8336:3: ( ( rule__ThreadType__Alternatives_6_1_1_0 )* )
- // InternalAadl2Parser.g:8337:4: ( rule__ThreadType__Alternatives_6_1_1_0 )*
+ // InternalAadl2Parser.g:7386:3: ( ( rule__ThreadType__Alternatives_6_1_1_0 )* )
+ // InternalAadl2Parser.g:7387:4: ( rule__ThreadType__Alternatives_6_1_1_0 )*
{
before(grammarAccess.getThreadTypeAccess().getAlternatives_6_1_1_0());
- // InternalAadl2Parser.g:8338:4: ( rule__ThreadType__Alternatives_6_1_1_0 )*
+ // InternalAadl2Parser.g:7388:4: ( rule__ThreadType__Alternatives_6_1_1_0 )*
loop75:
do {
int alt75=2;
@@ -38392,7 +35589,7 @@ else if ( (LA76_0==None) ) {
switch (alt75) {
case 1 :
- // InternalAadl2Parser.g:8338:5: rule__ThreadType__Alternatives_6_1_1_0
+ // InternalAadl2Parser.g:7388:5: rule__ThreadType__Alternatives_6_1_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__ThreadType__Alternatives_6_1_1_0();
@@ -38419,14 +35616,14 @@ else if ( (LA76_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:8343:2: ( ( rule__ThreadType__Group_6_1_1_1__0 ) )
+ // InternalAadl2Parser.g:7393:2: ( ( rule__ThreadType__Group_6_1_1_1__0 ) )
{
- // InternalAadl2Parser.g:8343:2: ( ( rule__ThreadType__Group_6_1_1_1__0 ) )
- // InternalAadl2Parser.g:8344:3: ( rule__ThreadType__Group_6_1_1_1__0 )
+ // InternalAadl2Parser.g:7393:2: ( ( rule__ThreadType__Group_6_1_1_1__0 ) )
+ // InternalAadl2Parser.g:7394:3: ( rule__ThreadType__Group_6_1_1_1__0 )
{
before(grammarAccess.getThreadTypeAccess().getGroup_6_1_1_1());
- // InternalAadl2Parser.g:8345:3: ( rule__ThreadType__Group_6_1_1_1__0 )
- // InternalAadl2Parser.g:8345:4: rule__ThreadType__Group_6_1_1_1__0
+ // InternalAadl2Parser.g:7395:3: ( rule__ThreadType__Group_6_1_1_1__0 )
+ // InternalAadl2Parser.g:7395:4: rule__ThreadType__Group_6_1_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__Group_6_1_1_1__0();
@@ -38461,13 +35658,13 @@ else if ( (LA76_0==None) ) {
// $ANTLR start "rule__ThreadType__Alternatives_6_1_1_0"
- // InternalAadl2Parser.g:8353:1: rule__ThreadType__Alternatives_6_1_1_0 : ( ( ( rule__ThreadType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__ThreadType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) );
+ // InternalAadl2Parser.g:7403:1: rule__ThreadType__Alternatives_6_1_1_0 : ( ( ( rule__ThreadType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__ThreadType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) );
public final void rule__ThreadType__Alternatives_6_1_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:8357:1: ( ( ( rule__ThreadType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__ThreadType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) )
+ // InternalAadl2Parser.g:7407:1: ( ( ( rule__ThreadType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__ThreadType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) )
int alt77=2;
int LA77_0 = input.LA(1);
@@ -38508,14 +35705,14 @@ else if ( (LA77_1==HyphenMinusLeftSquareBracket) ) {
}
switch (alt77) {
case 1 :
- // InternalAadl2Parser.g:8358:2: ( ( rule__ThreadType__OwnedModeAssignment_6_1_1_0_0 ) )
+ // InternalAadl2Parser.g:7408:2: ( ( rule__ThreadType__OwnedModeAssignment_6_1_1_0_0 ) )
{
- // InternalAadl2Parser.g:8358:2: ( ( rule__ThreadType__OwnedModeAssignment_6_1_1_0_0 ) )
- // InternalAadl2Parser.g:8359:3: ( rule__ThreadType__OwnedModeAssignment_6_1_1_0_0 )
+ // InternalAadl2Parser.g:7408:2: ( ( rule__ThreadType__OwnedModeAssignment_6_1_1_0_0 ) )
+ // InternalAadl2Parser.g:7409:3: ( rule__ThreadType__OwnedModeAssignment_6_1_1_0_0 )
{
before(grammarAccess.getThreadTypeAccess().getOwnedModeAssignment_6_1_1_0_0());
- // InternalAadl2Parser.g:8360:3: ( rule__ThreadType__OwnedModeAssignment_6_1_1_0_0 )
- // InternalAadl2Parser.g:8360:4: rule__ThreadType__OwnedModeAssignment_6_1_1_0_0
+ // InternalAadl2Parser.g:7410:3: ( rule__ThreadType__OwnedModeAssignment_6_1_1_0_0 )
+ // InternalAadl2Parser.g:7410:4: rule__ThreadType__OwnedModeAssignment_6_1_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__OwnedModeAssignment_6_1_1_0_0();
@@ -38533,14 +35730,14 @@ else if ( (LA77_1==HyphenMinusLeftSquareBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:8364:2: ( ( rule__ThreadType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
+ // InternalAadl2Parser.g:7414:2: ( ( rule__ThreadType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
{
- // InternalAadl2Parser.g:8364:2: ( ( rule__ThreadType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
- // InternalAadl2Parser.g:8365:3: ( rule__ThreadType__OwnedModeTransitionAssignment_6_1_1_0_1 )
+ // InternalAadl2Parser.g:7414:2: ( ( rule__ThreadType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
+ // InternalAadl2Parser.g:7415:3: ( rule__ThreadType__OwnedModeTransitionAssignment_6_1_1_0_1 )
{
before(grammarAccess.getThreadTypeAccess().getOwnedModeTransitionAssignment_6_1_1_0_1());
- // InternalAadl2Parser.g:8366:3: ( rule__ThreadType__OwnedModeTransitionAssignment_6_1_1_0_1 )
- // InternalAadl2Parser.g:8366:4: rule__ThreadType__OwnedModeTransitionAssignment_6_1_1_0_1
+ // InternalAadl2Parser.g:7416:3: ( rule__ThreadType__OwnedModeTransitionAssignment_6_1_1_0_1 )
+ // InternalAadl2Parser.g:7416:4: rule__ThreadType__OwnedModeTransitionAssignment_6_1_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__OwnedModeTransitionAssignment_6_1_1_0_1();
@@ -38575,13 +35772,13 @@ else if ( (LA77_1==HyphenMinusLeftSquareBracket) ) {
// $ANTLR start "rule__ThreadType__Alternatives_7_1"
- // InternalAadl2Parser.g:8374:1: rule__ThreadType__Alternatives_7_1 : ( ( ( ( rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__ThreadType__Group_7_1_1__0 ) ) );
+ // InternalAadl2Parser.g:7424:1: rule__ThreadType__Alternatives_7_1 : ( ( ( ( rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__ThreadType__Group_7_1_1__0 ) ) );
public final void rule__ThreadType__Alternatives_7_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:8378:1: ( ( ( ( rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__ThreadType__Group_7_1_1__0 ) ) )
+ // InternalAadl2Parser.g:7428:1: ( ( ( ( rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__ThreadType__Group_7_1_1__0 ) ) )
int alt79=2;
int LA79_0 = input.LA(1);
@@ -38599,17 +35796,17 @@ else if ( (LA79_0==None) ) {
}
switch (alt79) {
case 1 :
- // InternalAadl2Parser.g:8379:2: ( ( ( rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
+ // InternalAadl2Parser.g:7429:2: ( ( ( rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
{
- // InternalAadl2Parser.g:8379:2: ( ( ( rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
- // InternalAadl2Parser.g:8380:3: ( ( rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0 )* )
+ // InternalAadl2Parser.g:7429:2: ( ( ( rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
+ // InternalAadl2Parser.g:7430:3: ( ( rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0 )* )
{
- // InternalAadl2Parser.g:8380:3: ( ( rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0 ) )
- // InternalAadl2Parser.g:8381:4: ( rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0 )
+ // InternalAadl2Parser.g:7430:3: ( ( rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0 ) )
+ // InternalAadl2Parser.g:7431:4: ( rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0 )
{
before(grammarAccess.getThreadTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
- // InternalAadl2Parser.g:8382:4: ( rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0 )
- // InternalAadl2Parser.g:8382:5: rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0
+ // InternalAadl2Parser.g:7432:4: ( rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0 )
+ // InternalAadl2Parser.g:7432:5: rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0();
@@ -38623,11 +35820,11 @@ else if ( (LA79_0==None) ) {
}
- // InternalAadl2Parser.g:8385:3: ( ( rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0 )* )
- // InternalAadl2Parser.g:8386:4: ( rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0 )*
+ // InternalAadl2Parser.g:7435:3: ( ( rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0 )* )
+ // InternalAadl2Parser.g:7436:4: ( rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0 )*
{
before(grammarAccess.getThreadTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
- // InternalAadl2Parser.g:8387:4: ( rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0 )*
+ // InternalAadl2Parser.g:7437:4: ( rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0 )*
loop78:
do {
int alt78=2;
@@ -38640,7 +35837,7 @@ else if ( (LA79_0==None) ) {
switch (alt78) {
case 1 :
- // InternalAadl2Parser.g:8387:5: rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0
+ // InternalAadl2Parser.g:7437:5: rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__ThreadType__OwnedPropertyAssociationAssignment_7_1_0();
@@ -38667,14 +35864,14 @@ else if ( (LA79_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:8392:2: ( ( rule__ThreadType__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:7442:2: ( ( rule__ThreadType__Group_7_1_1__0 ) )
{
- // InternalAadl2Parser.g:8392:2: ( ( rule__ThreadType__Group_7_1_1__0 ) )
- // InternalAadl2Parser.g:8393:3: ( rule__ThreadType__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:7442:2: ( ( rule__ThreadType__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:7443:3: ( rule__ThreadType__Group_7_1_1__0 )
{
before(grammarAccess.getThreadTypeAccess().getGroup_7_1_1());
- // InternalAadl2Parser.g:8394:3: ( rule__ThreadType__Group_7_1_1__0 )
- // InternalAadl2Parser.g:8394:4: rule__ThreadType__Group_7_1_1__0
+ // InternalAadl2Parser.g:7444:3: ( rule__ThreadType__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:7444:4: rule__ThreadType__Group_7_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__Group_7_1_1__0();
@@ -38709,13 +35906,13 @@ else if ( (LA79_0==None) ) {
// $ANTLR start "rule__SubprogramType__Alternatives_3_1"
- // InternalAadl2Parser.g:8402:1: rule__SubprogramType__Alternatives_3_1 : ( ( ( rule__SubprogramType__Group_3_1_0__0 ) ) | ( ( ( rule__SubprogramType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__SubprogramType__OwnedPrototypeAssignment_3_1_1 )* ) ) );
+ // InternalAadl2Parser.g:7452:1: rule__SubprogramType__Alternatives_3_1 : ( ( ( rule__SubprogramType__Group_3_1_0__0 ) ) | ( ( ( rule__SubprogramType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__SubprogramType__OwnedPrototypeAssignment_3_1_1 )* ) ) );
public final void rule__SubprogramType__Alternatives_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:8406:1: ( ( ( rule__SubprogramType__Group_3_1_0__0 ) ) | ( ( ( rule__SubprogramType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__SubprogramType__OwnedPrototypeAssignment_3_1_1 )* ) ) )
+ // InternalAadl2Parser.g:7456:1: ( ( ( rule__SubprogramType__Group_3_1_0__0 ) ) | ( ( ( rule__SubprogramType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__SubprogramType__OwnedPrototypeAssignment_3_1_1 )* ) ) )
int alt81=2;
int LA81_0 = input.LA(1);
@@ -38733,14 +35930,14 @@ else if ( (LA81_0==RULE_ID) ) {
}
switch (alt81) {
case 1 :
- // InternalAadl2Parser.g:8407:2: ( ( rule__SubprogramType__Group_3_1_0__0 ) )
+ // InternalAadl2Parser.g:7457:2: ( ( rule__SubprogramType__Group_3_1_0__0 ) )
{
- // InternalAadl2Parser.g:8407:2: ( ( rule__SubprogramType__Group_3_1_0__0 ) )
- // InternalAadl2Parser.g:8408:3: ( rule__SubprogramType__Group_3_1_0__0 )
+ // InternalAadl2Parser.g:7457:2: ( ( rule__SubprogramType__Group_3_1_0__0 ) )
+ // InternalAadl2Parser.g:7458:3: ( rule__SubprogramType__Group_3_1_0__0 )
{
before(grammarAccess.getSubprogramTypeAccess().getGroup_3_1_0());
- // InternalAadl2Parser.g:8409:3: ( rule__SubprogramType__Group_3_1_0__0 )
- // InternalAadl2Parser.g:8409:4: rule__SubprogramType__Group_3_1_0__0
+ // InternalAadl2Parser.g:7459:3: ( rule__SubprogramType__Group_3_1_0__0 )
+ // InternalAadl2Parser.g:7459:4: rule__SubprogramType__Group_3_1_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__Group_3_1_0__0();
@@ -38758,17 +35955,17 @@ else if ( (LA81_0==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:8413:2: ( ( ( rule__SubprogramType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__SubprogramType__OwnedPrototypeAssignment_3_1_1 )* ) )
+ // InternalAadl2Parser.g:7463:2: ( ( ( rule__SubprogramType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__SubprogramType__OwnedPrototypeAssignment_3_1_1 )* ) )
{
- // InternalAadl2Parser.g:8413:2: ( ( ( rule__SubprogramType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__SubprogramType__OwnedPrototypeAssignment_3_1_1 )* ) )
- // InternalAadl2Parser.g:8414:3: ( ( rule__SubprogramType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__SubprogramType__OwnedPrototypeAssignment_3_1_1 )* )
+ // InternalAadl2Parser.g:7463:2: ( ( ( rule__SubprogramType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__SubprogramType__OwnedPrototypeAssignment_3_1_1 )* ) )
+ // InternalAadl2Parser.g:7464:3: ( ( rule__SubprogramType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__SubprogramType__OwnedPrototypeAssignment_3_1_1 )* )
{
- // InternalAadl2Parser.g:8414:3: ( ( rule__SubprogramType__OwnedPrototypeAssignment_3_1_1 ) )
- // InternalAadl2Parser.g:8415:4: ( rule__SubprogramType__OwnedPrototypeAssignment_3_1_1 )
+ // InternalAadl2Parser.g:7464:3: ( ( rule__SubprogramType__OwnedPrototypeAssignment_3_1_1 ) )
+ // InternalAadl2Parser.g:7465:4: ( rule__SubprogramType__OwnedPrototypeAssignment_3_1_1 )
{
before(grammarAccess.getSubprogramTypeAccess().getOwnedPrototypeAssignment_3_1_1());
- // InternalAadl2Parser.g:8416:4: ( rule__SubprogramType__OwnedPrototypeAssignment_3_1_1 )
- // InternalAadl2Parser.g:8416:5: rule__SubprogramType__OwnedPrototypeAssignment_3_1_1
+ // InternalAadl2Parser.g:7466:4: ( rule__SubprogramType__OwnedPrototypeAssignment_3_1_1 )
+ // InternalAadl2Parser.g:7466:5: rule__SubprogramType__OwnedPrototypeAssignment_3_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__SubprogramType__OwnedPrototypeAssignment_3_1_1();
@@ -38782,11 +35979,11 @@ else if ( (LA81_0==RULE_ID) ) {
}
- // InternalAadl2Parser.g:8419:3: ( ( rule__SubprogramType__OwnedPrototypeAssignment_3_1_1 )* )
- // InternalAadl2Parser.g:8420:4: ( rule__SubprogramType__OwnedPrototypeAssignment_3_1_1 )*
+ // InternalAadl2Parser.g:7469:3: ( ( rule__SubprogramType__OwnedPrototypeAssignment_3_1_1 )* )
+ // InternalAadl2Parser.g:7470:4: ( rule__SubprogramType__OwnedPrototypeAssignment_3_1_1 )*
{
before(grammarAccess.getSubprogramTypeAccess().getOwnedPrototypeAssignment_3_1_1());
- // InternalAadl2Parser.g:8421:4: ( rule__SubprogramType__OwnedPrototypeAssignment_3_1_1 )*
+ // InternalAadl2Parser.g:7471:4: ( rule__SubprogramType__OwnedPrototypeAssignment_3_1_1 )*
loop80:
do {
int alt80=2;
@@ -38799,7 +35996,7 @@ else if ( (LA81_0==RULE_ID) ) {
switch (alt80) {
case 1 :
- // InternalAadl2Parser.g:8421:5: rule__SubprogramType__OwnedPrototypeAssignment_3_1_1
+ // InternalAadl2Parser.g:7471:5: rule__SubprogramType__OwnedPrototypeAssignment_3_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__SubprogramType__OwnedPrototypeAssignment_3_1_1();
@@ -38843,13 +36040,13 @@ else if ( (LA81_0==RULE_ID) ) {
// $ANTLR start "rule__SubprogramType__Alternatives_4_1"
- // InternalAadl2Parser.g:8430:1: rule__SubprogramType__Alternatives_4_1 : ( ( ( rule__SubprogramType__Group_4_1_0__0 ) ) | ( ( ( rule__SubprogramType__Alternatives_4_1_1 ) ) ( ( rule__SubprogramType__Alternatives_4_1_1 )* ) ) );
+ // InternalAadl2Parser.g:7480:1: rule__SubprogramType__Alternatives_4_1 : ( ( ( rule__SubprogramType__Group_4_1_0__0 ) ) | ( ( ( rule__SubprogramType__Alternatives_4_1_1 ) ) ( ( rule__SubprogramType__Alternatives_4_1_1 )* ) ) );
public final void rule__SubprogramType__Alternatives_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:8434:1: ( ( ( rule__SubprogramType__Group_4_1_0__0 ) ) | ( ( ( rule__SubprogramType__Alternatives_4_1_1 ) ) ( ( rule__SubprogramType__Alternatives_4_1_1 )* ) ) )
+ // InternalAadl2Parser.g:7484:1: ( ( ( rule__SubprogramType__Group_4_1_0__0 ) ) | ( ( ( rule__SubprogramType__Alternatives_4_1_1 ) ) ( ( rule__SubprogramType__Alternatives_4_1_1 )* ) ) )
int alt83=2;
int LA83_0 = input.LA(1);
@@ -38867,14 +36064,14 @@ else if ( (LA83_0==RULE_ID) ) {
}
switch (alt83) {
case 1 :
- // InternalAadl2Parser.g:8435:2: ( ( rule__SubprogramType__Group_4_1_0__0 ) )
+ // InternalAadl2Parser.g:7485:2: ( ( rule__SubprogramType__Group_4_1_0__0 ) )
{
- // InternalAadl2Parser.g:8435:2: ( ( rule__SubprogramType__Group_4_1_0__0 ) )
- // InternalAadl2Parser.g:8436:3: ( rule__SubprogramType__Group_4_1_0__0 )
+ // InternalAadl2Parser.g:7485:2: ( ( rule__SubprogramType__Group_4_1_0__0 ) )
+ // InternalAadl2Parser.g:7486:3: ( rule__SubprogramType__Group_4_1_0__0 )
{
before(grammarAccess.getSubprogramTypeAccess().getGroup_4_1_0());
- // InternalAadl2Parser.g:8437:3: ( rule__SubprogramType__Group_4_1_0__0 )
- // InternalAadl2Parser.g:8437:4: rule__SubprogramType__Group_4_1_0__0
+ // InternalAadl2Parser.g:7487:3: ( rule__SubprogramType__Group_4_1_0__0 )
+ // InternalAadl2Parser.g:7487:4: rule__SubprogramType__Group_4_1_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__Group_4_1_0__0();
@@ -38892,17 +36089,17 @@ else if ( (LA83_0==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:8441:2: ( ( ( rule__SubprogramType__Alternatives_4_1_1 ) ) ( ( rule__SubprogramType__Alternatives_4_1_1 )* ) )
+ // InternalAadl2Parser.g:7491:2: ( ( ( rule__SubprogramType__Alternatives_4_1_1 ) ) ( ( rule__SubprogramType__Alternatives_4_1_1 )* ) )
{
- // InternalAadl2Parser.g:8441:2: ( ( ( rule__SubprogramType__Alternatives_4_1_1 ) ) ( ( rule__SubprogramType__Alternatives_4_1_1 )* ) )
- // InternalAadl2Parser.g:8442:3: ( ( rule__SubprogramType__Alternatives_4_1_1 ) ) ( ( rule__SubprogramType__Alternatives_4_1_1 )* )
+ // InternalAadl2Parser.g:7491:2: ( ( ( rule__SubprogramType__Alternatives_4_1_1 ) ) ( ( rule__SubprogramType__Alternatives_4_1_1 )* ) )
+ // InternalAadl2Parser.g:7492:3: ( ( rule__SubprogramType__Alternatives_4_1_1 ) ) ( ( rule__SubprogramType__Alternatives_4_1_1 )* )
{
- // InternalAadl2Parser.g:8442:3: ( ( rule__SubprogramType__Alternatives_4_1_1 ) )
- // InternalAadl2Parser.g:8443:4: ( rule__SubprogramType__Alternatives_4_1_1 )
+ // InternalAadl2Parser.g:7492:3: ( ( rule__SubprogramType__Alternatives_4_1_1 ) )
+ // InternalAadl2Parser.g:7493:4: ( rule__SubprogramType__Alternatives_4_1_1 )
{
before(grammarAccess.getSubprogramTypeAccess().getAlternatives_4_1_1());
- // InternalAadl2Parser.g:8444:4: ( rule__SubprogramType__Alternatives_4_1_1 )
- // InternalAadl2Parser.g:8444:5: rule__SubprogramType__Alternatives_4_1_1
+ // InternalAadl2Parser.g:7494:4: ( rule__SubprogramType__Alternatives_4_1_1 )
+ // InternalAadl2Parser.g:7494:5: rule__SubprogramType__Alternatives_4_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__SubprogramType__Alternatives_4_1_1();
@@ -38916,11 +36113,11 @@ else if ( (LA83_0==RULE_ID) ) {
}
- // InternalAadl2Parser.g:8447:3: ( ( rule__SubprogramType__Alternatives_4_1_1 )* )
- // InternalAadl2Parser.g:8448:4: ( rule__SubprogramType__Alternatives_4_1_1 )*
+ // InternalAadl2Parser.g:7497:3: ( ( rule__SubprogramType__Alternatives_4_1_1 )* )
+ // InternalAadl2Parser.g:7498:4: ( rule__SubprogramType__Alternatives_4_1_1 )*
{
before(grammarAccess.getSubprogramTypeAccess().getAlternatives_4_1_1());
- // InternalAadl2Parser.g:8449:4: ( rule__SubprogramType__Alternatives_4_1_1 )*
+ // InternalAadl2Parser.g:7499:4: ( rule__SubprogramType__Alternatives_4_1_1 )*
loop82:
do {
int alt82=2;
@@ -38933,7 +36130,7 @@ else if ( (LA83_0==RULE_ID) ) {
switch (alt82) {
case 1 :
- // InternalAadl2Parser.g:8449:5: rule__SubprogramType__Alternatives_4_1_1
+ // InternalAadl2Parser.g:7499:5: rule__SubprogramType__Alternatives_4_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__SubprogramType__Alternatives_4_1_1();
@@ -38977,25 +36174,25 @@ else if ( (LA83_0==RULE_ID) ) {
// $ANTLR start "rule__SubprogramType__Alternatives_4_1_1"
- // InternalAadl2Parser.g:8458:1: rule__SubprogramType__Alternatives_4_1_1 : ( ( ( rule__SubprogramType__OwnedParameterAssignment_4_1_1_0 ) ) | ( ( rule__SubprogramType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__SubprogramType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__SubprogramType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__SubprogramType__OwnedDataAccessAssignment_4_1_1_4 ) ) | ( ( rule__SubprogramType__OwnedSubprogramAccessAssignment_4_1_1_5 ) ) | ( ( rule__SubprogramType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) ) | ( ( rule__SubprogramType__OwnedAbstractFeatureAssignment_4_1_1_7 ) ) );
+ // InternalAadl2Parser.g:7508:1: rule__SubprogramType__Alternatives_4_1_1 : ( ( ( rule__SubprogramType__OwnedParameterAssignment_4_1_1_0 ) ) | ( ( rule__SubprogramType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__SubprogramType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__SubprogramType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__SubprogramType__OwnedDataAccessAssignment_4_1_1_4 ) ) | ( ( rule__SubprogramType__OwnedSubprogramAccessAssignment_4_1_1_5 ) ) | ( ( rule__SubprogramType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) ) | ( ( rule__SubprogramType__OwnedAbstractFeatureAssignment_4_1_1_7 ) ) );
public final void rule__SubprogramType__Alternatives_4_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:8462:1: ( ( ( rule__SubprogramType__OwnedParameterAssignment_4_1_1_0 ) ) | ( ( rule__SubprogramType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__SubprogramType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__SubprogramType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__SubprogramType__OwnedDataAccessAssignment_4_1_1_4 ) ) | ( ( rule__SubprogramType__OwnedSubprogramAccessAssignment_4_1_1_5 ) ) | ( ( rule__SubprogramType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) ) | ( ( rule__SubprogramType__OwnedAbstractFeatureAssignment_4_1_1_7 ) ) )
+ // InternalAadl2Parser.g:7512:1: ( ( ( rule__SubprogramType__OwnedParameterAssignment_4_1_1_0 ) ) | ( ( rule__SubprogramType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__SubprogramType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__SubprogramType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__SubprogramType__OwnedDataAccessAssignment_4_1_1_4 ) ) | ( ( rule__SubprogramType__OwnedSubprogramAccessAssignment_4_1_1_5 ) ) | ( ( rule__SubprogramType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) ) | ( ( rule__SubprogramType__OwnedAbstractFeatureAssignment_4_1_1_7 ) ) )
int alt84=8;
alt84 = dfa84.predict(input);
switch (alt84) {
case 1 :
- // InternalAadl2Parser.g:8463:2: ( ( rule__SubprogramType__OwnedParameterAssignment_4_1_1_0 ) )
+ // InternalAadl2Parser.g:7513:2: ( ( rule__SubprogramType__OwnedParameterAssignment_4_1_1_0 ) )
{
- // InternalAadl2Parser.g:8463:2: ( ( rule__SubprogramType__OwnedParameterAssignment_4_1_1_0 ) )
- // InternalAadl2Parser.g:8464:3: ( rule__SubprogramType__OwnedParameterAssignment_4_1_1_0 )
+ // InternalAadl2Parser.g:7513:2: ( ( rule__SubprogramType__OwnedParameterAssignment_4_1_1_0 ) )
+ // InternalAadl2Parser.g:7514:3: ( rule__SubprogramType__OwnedParameterAssignment_4_1_1_0 )
{
before(grammarAccess.getSubprogramTypeAccess().getOwnedParameterAssignment_4_1_1_0());
- // InternalAadl2Parser.g:8465:3: ( rule__SubprogramType__OwnedParameterAssignment_4_1_1_0 )
- // InternalAadl2Parser.g:8465:4: rule__SubprogramType__OwnedParameterAssignment_4_1_1_0
+ // InternalAadl2Parser.g:7515:3: ( rule__SubprogramType__OwnedParameterAssignment_4_1_1_0 )
+ // InternalAadl2Parser.g:7515:4: rule__SubprogramType__OwnedParameterAssignment_4_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__OwnedParameterAssignment_4_1_1_0();
@@ -39013,14 +36210,14 @@ public final void rule__SubprogramType__Alternatives_4_1_1() throws RecognitionE
}
break;
case 2 :
- // InternalAadl2Parser.g:8469:2: ( ( rule__SubprogramType__OwnedEventPortAssignment_4_1_1_1 ) )
+ // InternalAadl2Parser.g:7519:2: ( ( rule__SubprogramType__OwnedEventPortAssignment_4_1_1_1 ) )
{
- // InternalAadl2Parser.g:8469:2: ( ( rule__SubprogramType__OwnedEventPortAssignment_4_1_1_1 ) )
- // InternalAadl2Parser.g:8470:3: ( rule__SubprogramType__OwnedEventPortAssignment_4_1_1_1 )
+ // InternalAadl2Parser.g:7519:2: ( ( rule__SubprogramType__OwnedEventPortAssignment_4_1_1_1 ) )
+ // InternalAadl2Parser.g:7520:3: ( rule__SubprogramType__OwnedEventPortAssignment_4_1_1_1 )
{
before(grammarAccess.getSubprogramTypeAccess().getOwnedEventPortAssignment_4_1_1_1());
- // InternalAadl2Parser.g:8471:3: ( rule__SubprogramType__OwnedEventPortAssignment_4_1_1_1 )
- // InternalAadl2Parser.g:8471:4: rule__SubprogramType__OwnedEventPortAssignment_4_1_1_1
+ // InternalAadl2Parser.g:7521:3: ( rule__SubprogramType__OwnedEventPortAssignment_4_1_1_1 )
+ // InternalAadl2Parser.g:7521:4: rule__SubprogramType__OwnedEventPortAssignment_4_1_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__OwnedEventPortAssignment_4_1_1_1();
@@ -39038,14 +36235,14 @@ public final void rule__SubprogramType__Alternatives_4_1_1() throws RecognitionE
}
break;
case 3 :
- // InternalAadl2Parser.g:8475:2: ( ( rule__SubprogramType__OwnedEventDataPortAssignment_4_1_1_2 ) )
+ // InternalAadl2Parser.g:7525:2: ( ( rule__SubprogramType__OwnedEventDataPortAssignment_4_1_1_2 ) )
{
- // InternalAadl2Parser.g:8475:2: ( ( rule__SubprogramType__OwnedEventDataPortAssignment_4_1_1_2 ) )
- // InternalAadl2Parser.g:8476:3: ( rule__SubprogramType__OwnedEventDataPortAssignment_4_1_1_2 )
+ // InternalAadl2Parser.g:7525:2: ( ( rule__SubprogramType__OwnedEventDataPortAssignment_4_1_1_2 ) )
+ // InternalAadl2Parser.g:7526:3: ( rule__SubprogramType__OwnedEventDataPortAssignment_4_1_1_2 )
{
before(grammarAccess.getSubprogramTypeAccess().getOwnedEventDataPortAssignment_4_1_1_2());
- // InternalAadl2Parser.g:8477:3: ( rule__SubprogramType__OwnedEventDataPortAssignment_4_1_1_2 )
- // InternalAadl2Parser.g:8477:4: rule__SubprogramType__OwnedEventDataPortAssignment_4_1_1_2
+ // InternalAadl2Parser.g:7527:3: ( rule__SubprogramType__OwnedEventDataPortAssignment_4_1_1_2 )
+ // InternalAadl2Parser.g:7527:4: rule__SubprogramType__OwnedEventDataPortAssignment_4_1_1_2
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__OwnedEventDataPortAssignment_4_1_1_2();
@@ -39063,14 +36260,14 @@ public final void rule__SubprogramType__Alternatives_4_1_1() throws RecognitionE
}
break;
case 4 :
- // InternalAadl2Parser.g:8481:2: ( ( rule__SubprogramType__OwnedFeatureGroupAssignment_4_1_1_3 ) )
+ // InternalAadl2Parser.g:7531:2: ( ( rule__SubprogramType__OwnedFeatureGroupAssignment_4_1_1_3 ) )
{
- // InternalAadl2Parser.g:8481:2: ( ( rule__SubprogramType__OwnedFeatureGroupAssignment_4_1_1_3 ) )
- // InternalAadl2Parser.g:8482:3: ( rule__SubprogramType__OwnedFeatureGroupAssignment_4_1_1_3 )
+ // InternalAadl2Parser.g:7531:2: ( ( rule__SubprogramType__OwnedFeatureGroupAssignment_4_1_1_3 ) )
+ // InternalAadl2Parser.g:7532:3: ( rule__SubprogramType__OwnedFeatureGroupAssignment_4_1_1_3 )
{
before(grammarAccess.getSubprogramTypeAccess().getOwnedFeatureGroupAssignment_4_1_1_3());
- // InternalAadl2Parser.g:8483:3: ( rule__SubprogramType__OwnedFeatureGroupAssignment_4_1_1_3 )
- // InternalAadl2Parser.g:8483:4: rule__SubprogramType__OwnedFeatureGroupAssignment_4_1_1_3
+ // InternalAadl2Parser.g:7533:3: ( rule__SubprogramType__OwnedFeatureGroupAssignment_4_1_1_3 )
+ // InternalAadl2Parser.g:7533:4: rule__SubprogramType__OwnedFeatureGroupAssignment_4_1_1_3
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__OwnedFeatureGroupAssignment_4_1_1_3();
@@ -39088,14 +36285,14 @@ public final void rule__SubprogramType__Alternatives_4_1_1() throws RecognitionE
}
break;
case 5 :
- // InternalAadl2Parser.g:8487:2: ( ( rule__SubprogramType__OwnedDataAccessAssignment_4_1_1_4 ) )
+ // InternalAadl2Parser.g:7537:2: ( ( rule__SubprogramType__OwnedDataAccessAssignment_4_1_1_4 ) )
{
- // InternalAadl2Parser.g:8487:2: ( ( rule__SubprogramType__OwnedDataAccessAssignment_4_1_1_4 ) )
- // InternalAadl2Parser.g:8488:3: ( rule__SubprogramType__OwnedDataAccessAssignment_4_1_1_4 )
+ // InternalAadl2Parser.g:7537:2: ( ( rule__SubprogramType__OwnedDataAccessAssignment_4_1_1_4 ) )
+ // InternalAadl2Parser.g:7538:3: ( rule__SubprogramType__OwnedDataAccessAssignment_4_1_1_4 )
{
before(grammarAccess.getSubprogramTypeAccess().getOwnedDataAccessAssignment_4_1_1_4());
- // InternalAadl2Parser.g:8489:3: ( rule__SubprogramType__OwnedDataAccessAssignment_4_1_1_4 )
- // InternalAadl2Parser.g:8489:4: rule__SubprogramType__OwnedDataAccessAssignment_4_1_1_4
+ // InternalAadl2Parser.g:7539:3: ( rule__SubprogramType__OwnedDataAccessAssignment_4_1_1_4 )
+ // InternalAadl2Parser.g:7539:4: rule__SubprogramType__OwnedDataAccessAssignment_4_1_1_4
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__OwnedDataAccessAssignment_4_1_1_4();
@@ -39113,14 +36310,14 @@ public final void rule__SubprogramType__Alternatives_4_1_1() throws RecognitionE
}
break;
case 6 :
- // InternalAadl2Parser.g:8493:2: ( ( rule__SubprogramType__OwnedSubprogramAccessAssignment_4_1_1_5 ) )
+ // InternalAadl2Parser.g:7543:2: ( ( rule__SubprogramType__OwnedSubprogramAccessAssignment_4_1_1_5 ) )
{
- // InternalAadl2Parser.g:8493:2: ( ( rule__SubprogramType__OwnedSubprogramAccessAssignment_4_1_1_5 ) )
- // InternalAadl2Parser.g:8494:3: ( rule__SubprogramType__OwnedSubprogramAccessAssignment_4_1_1_5 )
+ // InternalAadl2Parser.g:7543:2: ( ( rule__SubprogramType__OwnedSubprogramAccessAssignment_4_1_1_5 ) )
+ // InternalAadl2Parser.g:7544:3: ( rule__SubprogramType__OwnedSubprogramAccessAssignment_4_1_1_5 )
{
before(grammarAccess.getSubprogramTypeAccess().getOwnedSubprogramAccessAssignment_4_1_1_5());
- // InternalAadl2Parser.g:8495:3: ( rule__SubprogramType__OwnedSubprogramAccessAssignment_4_1_1_5 )
- // InternalAadl2Parser.g:8495:4: rule__SubprogramType__OwnedSubprogramAccessAssignment_4_1_1_5
+ // InternalAadl2Parser.g:7545:3: ( rule__SubprogramType__OwnedSubprogramAccessAssignment_4_1_1_5 )
+ // InternalAadl2Parser.g:7545:4: rule__SubprogramType__OwnedSubprogramAccessAssignment_4_1_1_5
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__OwnedSubprogramAccessAssignment_4_1_1_5();
@@ -39138,14 +36335,14 @@ public final void rule__SubprogramType__Alternatives_4_1_1() throws RecognitionE
}
break;
case 7 :
- // InternalAadl2Parser.g:8499:2: ( ( rule__SubprogramType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) )
+ // InternalAadl2Parser.g:7549:2: ( ( rule__SubprogramType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) )
{
- // InternalAadl2Parser.g:8499:2: ( ( rule__SubprogramType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) )
- // InternalAadl2Parser.g:8500:3: ( rule__SubprogramType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 )
+ // InternalAadl2Parser.g:7549:2: ( ( rule__SubprogramType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) )
+ // InternalAadl2Parser.g:7550:3: ( rule__SubprogramType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 )
{
before(grammarAccess.getSubprogramTypeAccess().getOwnedSubprogramGroupAccessAssignment_4_1_1_6());
- // InternalAadl2Parser.g:8501:3: ( rule__SubprogramType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 )
- // InternalAadl2Parser.g:8501:4: rule__SubprogramType__OwnedSubprogramGroupAccessAssignment_4_1_1_6
+ // InternalAadl2Parser.g:7551:3: ( rule__SubprogramType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 )
+ // InternalAadl2Parser.g:7551:4: rule__SubprogramType__OwnedSubprogramGroupAccessAssignment_4_1_1_6
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__OwnedSubprogramGroupAccessAssignment_4_1_1_6();
@@ -39163,14 +36360,14 @@ public final void rule__SubprogramType__Alternatives_4_1_1() throws RecognitionE
}
break;
case 8 :
- // InternalAadl2Parser.g:8505:2: ( ( rule__SubprogramType__OwnedAbstractFeatureAssignment_4_1_1_7 ) )
+ // InternalAadl2Parser.g:7555:2: ( ( rule__SubprogramType__OwnedAbstractFeatureAssignment_4_1_1_7 ) )
{
- // InternalAadl2Parser.g:8505:2: ( ( rule__SubprogramType__OwnedAbstractFeatureAssignment_4_1_1_7 ) )
- // InternalAadl2Parser.g:8506:3: ( rule__SubprogramType__OwnedAbstractFeatureAssignment_4_1_1_7 )
+ // InternalAadl2Parser.g:7555:2: ( ( rule__SubprogramType__OwnedAbstractFeatureAssignment_4_1_1_7 ) )
+ // InternalAadl2Parser.g:7556:3: ( rule__SubprogramType__OwnedAbstractFeatureAssignment_4_1_1_7 )
{
before(grammarAccess.getSubprogramTypeAccess().getOwnedAbstractFeatureAssignment_4_1_1_7());
- // InternalAadl2Parser.g:8507:3: ( rule__SubprogramType__OwnedAbstractFeatureAssignment_4_1_1_7 )
- // InternalAadl2Parser.g:8507:4: rule__SubprogramType__OwnedAbstractFeatureAssignment_4_1_1_7
+ // InternalAadl2Parser.g:7557:3: ( rule__SubprogramType__OwnedAbstractFeatureAssignment_4_1_1_7 )
+ // InternalAadl2Parser.g:7557:4: rule__SubprogramType__OwnedAbstractFeatureAssignment_4_1_1_7
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__OwnedAbstractFeatureAssignment_4_1_1_7();
@@ -39205,13 +36402,13 @@ public final void rule__SubprogramType__Alternatives_4_1_1() throws RecognitionE
// $ANTLR start "rule__SubprogramType__Alternatives_5_1"
- // InternalAadl2Parser.g:8515:1: rule__SubprogramType__Alternatives_5_1 : ( ( ( ( rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__SubprogramType__Group_5_1_1__0 ) ) );
+ // InternalAadl2Parser.g:7565:1: rule__SubprogramType__Alternatives_5_1 : ( ( ( ( rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__SubprogramType__Group_5_1_1__0 ) ) );
public final void rule__SubprogramType__Alternatives_5_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:8519:1: ( ( ( ( rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__SubprogramType__Group_5_1_1__0 ) ) )
+ // InternalAadl2Parser.g:7569:1: ( ( ( ( rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__SubprogramType__Group_5_1_1__0 ) ) )
int alt86=2;
int LA86_0 = input.LA(1);
@@ -39229,17 +36426,17 @@ else if ( (LA86_0==None) ) {
}
switch (alt86) {
case 1 :
- // InternalAadl2Parser.g:8520:2: ( ( ( rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
+ // InternalAadl2Parser.g:7570:2: ( ( ( rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
{
- // InternalAadl2Parser.g:8520:2: ( ( ( rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
- // InternalAadl2Parser.g:8521:3: ( ( rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0 )* )
+ // InternalAadl2Parser.g:7570:2: ( ( ( rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
+ // InternalAadl2Parser.g:7571:3: ( ( rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0 )* )
{
- // InternalAadl2Parser.g:8521:3: ( ( rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0 ) )
- // InternalAadl2Parser.g:8522:4: ( rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0 )
+ // InternalAadl2Parser.g:7571:3: ( ( rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0 ) )
+ // InternalAadl2Parser.g:7572:4: ( rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0 )
{
before(grammarAccess.getSubprogramTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0());
- // InternalAadl2Parser.g:8523:4: ( rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0 )
- // InternalAadl2Parser.g:8523:5: rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0
+ // InternalAadl2Parser.g:7573:4: ( rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0 )
+ // InternalAadl2Parser.g:7573:5: rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0();
@@ -39253,11 +36450,11 @@ else if ( (LA86_0==None) ) {
}
- // InternalAadl2Parser.g:8526:3: ( ( rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0 )* )
- // InternalAadl2Parser.g:8527:4: ( rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0 )*
+ // InternalAadl2Parser.g:7576:3: ( ( rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0 )* )
+ // InternalAadl2Parser.g:7577:4: ( rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0 )*
{
before(grammarAccess.getSubprogramTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0());
- // InternalAadl2Parser.g:8528:4: ( rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0 )*
+ // InternalAadl2Parser.g:7578:4: ( rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0 )*
loop85:
do {
int alt85=2;
@@ -39270,7 +36467,7 @@ else if ( (LA86_0==None) ) {
switch (alt85) {
case 1 :
- // InternalAadl2Parser.g:8528:5: rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0
+ // InternalAadl2Parser.g:7578:5: rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__SubprogramType__OwnedFlowSpecificationAssignment_5_1_0();
@@ -39297,14 +36494,14 @@ else if ( (LA86_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:8533:2: ( ( rule__SubprogramType__Group_5_1_1__0 ) )
+ // InternalAadl2Parser.g:7583:2: ( ( rule__SubprogramType__Group_5_1_1__0 ) )
{
- // InternalAadl2Parser.g:8533:2: ( ( rule__SubprogramType__Group_5_1_1__0 ) )
- // InternalAadl2Parser.g:8534:3: ( rule__SubprogramType__Group_5_1_1__0 )
+ // InternalAadl2Parser.g:7583:2: ( ( rule__SubprogramType__Group_5_1_1__0 ) )
+ // InternalAadl2Parser.g:7584:3: ( rule__SubprogramType__Group_5_1_1__0 )
{
before(grammarAccess.getSubprogramTypeAccess().getGroup_5_1_1());
- // InternalAadl2Parser.g:8535:3: ( rule__SubprogramType__Group_5_1_1__0 )
- // InternalAadl2Parser.g:8535:4: rule__SubprogramType__Group_5_1_1__0
+ // InternalAadl2Parser.g:7585:3: ( rule__SubprogramType__Group_5_1_1__0 )
+ // InternalAadl2Parser.g:7585:4: rule__SubprogramType__Group_5_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__Group_5_1_1__0();
@@ -39339,13 +36536,13 @@ else if ( (LA86_0==None) ) {
// $ANTLR start "rule__SubprogramType__Alternatives_6"
- // InternalAadl2Parser.g:8543:1: rule__SubprogramType__Alternatives_6 : ( ( ( rule__SubprogramType__Group_6_0__0 ) ) | ( ( rule__SubprogramType__Group_6_1__0 ) ) );
+ // InternalAadl2Parser.g:7593:1: rule__SubprogramType__Alternatives_6 : ( ( ( rule__SubprogramType__Group_6_0__0 ) ) | ( ( rule__SubprogramType__Group_6_1__0 ) ) );
public final void rule__SubprogramType__Alternatives_6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:8547:1: ( ( ( rule__SubprogramType__Group_6_0__0 ) ) | ( ( rule__SubprogramType__Group_6_1__0 ) ) )
+ // InternalAadl2Parser.g:7597:1: ( ( ( rule__SubprogramType__Group_6_0__0 ) ) | ( ( rule__SubprogramType__Group_6_1__0 ) ) )
int alt87=2;
int LA87_0 = input.LA(1);
@@ -39363,14 +36560,14 @@ else if ( (LA87_0==Modes) ) {
}
switch (alt87) {
case 1 :
- // InternalAadl2Parser.g:8548:2: ( ( rule__SubprogramType__Group_6_0__0 ) )
+ // InternalAadl2Parser.g:7598:2: ( ( rule__SubprogramType__Group_6_0__0 ) )
{
- // InternalAadl2Parser.g:8548:2: ( ( rule__SubprogramType__Group_6_0__0 ) )
- // InternalAadl2Parser.g:8549:3: ( rule__SubprogramType__Group_6_0__0 )
+ // InternalAadl2Parser.g:7598:2: ( ( rule__SubprogramType__Group_6_0__0 ) )
+ // InternalAadl2Parser.g:7599:3: ( rule__SubprogramType__Group_6_0__0 )
{
before(grammarAccess.getSubprogramTypeAccess().getGroup_6_0());
- // InternalAadl2Parser.g:8550:3: ( rule__SubprogramType__Group_6_0__0 )
- // InternalAadl2Parser.g:8550:4: rule__SubprogramType__Group_6_0__0
+ // InternalAadl2Parser.g:7600:3: ( rule__SubprogramType__Group_6_0__0 )
+ // InternalAadl2Parser.g:7600:4: rule__SubprogramType__Group_6_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__Group_6_0__0();
@@ -39388,14 +36585,14 @@ else if ( (LA87_0==Modes) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:8554:2: ( ( rule__SubprogramType__Group_6_1__0 ) )
+ // InternalAadl2Parser.g:7604:2: ( ( rule__SubprogramType__Group_6_1__0 ) )
{
- // InternalAadl2Parser.g:8554:2: ( ( rule__SubprogramType__Group_6_1__0 ) )
- // InternalAadl2Parser.g:8555:3: ( rule__SubprogramType__Group_6_1__0 )
+ // InternalAadl2Parser.g:7604:2: ( ( rule__SubprogramType__Group_6_1__0 ) )
+ // InternalAadl2Parser.g:7605:3: ( rule__SubprogramType__Group_6_1__0 )
{
before(grammarAccess.getSubprogramTypeAccess().getGroup_6_1());
- // InternalAadl2Parser.g:8556:3: ( rule__SubprogramType__Group_6_1__0 )
- // InternalAadl2Parser.g:8556:4: rule__SubprogramType__Group_6_1__0
+ // InternalAadl2Parser.g:7606:3: ( rule__SubprogramType__Group_6_1__0 )
+ // InternalAadl2Parser.g:7606:4: rule__SubprogramType__Group_6_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__Group_6_1__0();
@@ -39430,13 +36627,13 @@ else if ( (LA87_0==Modes) ) {
// $ANTLR start "rule__SubprogramType__Alternatives_6_1_1"
- // InternalAadl2Parser.g:8564:1: rule__SubprogramType__Alternatives_6_1_1 : ( ( ( ( rule__SubprogramType__Alternatives_6_1_1_0 ) ) ( ( rule__SubprogramType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__SubprogramType__Group_6_1_1_1__0 ) ) );
+ // InternalAadl2Parser.g:7614:1: rule__SubprogramType__Alternatives_6_1_1 : ( ( ( ( rule__SubprogramType__Alternatives_6_1_1_0 ) ) ( ( rule__SubprogramType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__SubprogramType__Group_6_1_1_1__0 ) ) );
public final void rule__SubprogramType__Alternatives_6_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:8568:1: ( ( ( ( rule__SubprogramType__Alternatives_6_1_1_0 ) ) ( ( rule__SubprogramType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__SubprogramType__Group_6_1_1_1__0 ) ) )
+ // InternalAadl2Parser.g:7618:1: ( ( ( ( rule__SubprogramType__Alternatives_6_1_1_0 ) ) ( ( rule__SubprogramType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__SubprogramType__Group_6_1_1_1__0 ) ) )
int alt89=2;
int LA89_0 = input.LA(1);
@@ -39454,17 +36651,17 @@ else if ( (LA89_0==None) ) {
}
switch (alt89) {
case 1 :
- // InternalAadl2Parser.g:8569:2: ( ( ( rule__SubprogramType__Alternatives_6_1_1_0 ) ) ( ( rule__SubprogramType__Alternatives_6_1_1_0 )* ) )
+ // InternalAadl2Parser.g:7619:2: ( ( ( rule__SubprogramType__Alternatives_6_1_1_0 ) ) ( ( rule__SubprogramType__Alternatives_6_1_1_0 )* ) )
{
- // InternalAadl2Parser.g:8569:2: ( ( ( rule__SubprogramType__Alternatives_6_1_1_0 ) ) ( ( rule__SubprogramType__Alternatives_6_1_1_0 )* ) )
- // InternalAadl2Parser.g:8570:3: ( ( rule__SubprogramType__Alternatives_6_1_1_0 ) ) ( ( rule__SubprogramType__Alternatives_6_1_1_0 )* )
+ // InternalAadl2Parser.g:7619:2: ( ( ( rule__SubprogramType__Alternatives_6_1_1_0 ) ) ( ( rule__SubprogramType__Alternatives_6_1_1_0 )* ) )
+ // InternalAadl2Parser.g:7620:3: ( ( rule__SubprogramType__Alternatives_6_1_1_0 ) ) ( ( rule__SubprogramType__Alternatives_6_1_1_0 )* )
{
- // InternalAadl2Parser.g:8570:3: ( ( rule__SubprogramType__Alternatives_6_1_1_0 ) )
- // InternalAadl2Parser.g:8571:4: ( rule__SubprogramType__Alternatives_6_1_1_0 )
+ // InternalAadl2Parser.g:7620:3: ( ( rule__SubprogramType__Alternatives_6_1_1_0 ) )
+ // InternalAadl2Parser.g:7621:4: ( rule__SubprogramType__Alternatives_6_1_1_0 )
{
before(grammarAccess.getSubprogramTypeAccess().getAlternatives_6_1_1_0());
- // InternalAadl2Parser.g:8572:4: ( rule__SubprogramType__Alternatives_6_1_1_0 )
- // InternalAadl2Parser.g:8572:5: rule__SubprogramType__Alternatives_6_1_1_0
+ // InternalAadl2Parser.g:7622:4: ( rule__SubprogramType__Alternatives_6_1_1_0 )
+ // InternalAadl2Parser.g:7622:5: rule__SubprogramType__Alternatives_6_1_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__SubprogramType__Alternatives_6_1_1_0();
@@ -39478,11 +36675,11 @@ else if ( (LA89_0==None) ) {
}
- // InternalAadl2Parser.g:8575:3: ( ( rule__SubprogramType__Alternatives_6_1_1_0 )* )
- // InternalAadl2Parser.g:8576:4: ( rule__SubprogramType__Alternatives_6_1_1_0 )*
+ // InternalAadl2Parser.g:7625:3: ( ( rule__SubprogramType__Alternatives_6_1_1_0 )* )
+ // InternalAadl2Parser.g:7626:4: ( rule__SubprogramType__Alternatives_6_1_1_0 )*
{
before(grammarAccess.getSubprogramTypeAccess().getAlternatives_6_1_1_0());
- // InternalAadl2Parser.g:8577:4: ( rule__SubprogramType__Alternatives_6_1_1_0 )*
+ // InternalAadl2Parser.g:7627:4: ( rule__SubprogramType__Alternatives_6_1_1_0 )*
loop88:
do {
int alt88=2;
@@ -39495,7 +36692,7 @@ else if ( (LA89_0==None) ) {
switch (alt88) {
case 1 :
- // InternalAadl2Parser.g:8577:5: rule__SubprogramType__Alternatives_6_1_1_0
+ // InternalAadl2Parser.g:7627:5: rule__SubprogramType__Alternatives_6_1_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__SubprogramType__Alternatives_6_1_1_0();
@@ -39522,14 +36719,14 @@ else if ( (LA89_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:8582:2: ( ( rule__SubprogramType__Group_6_1_1_1__0 ) )
+ // InternalAadl2Parser.g:7632:2: ( ( rule__SubprogramType__Group_6_1_1_1__0 ) )
{
- // InternalAadl2Parser.g:8582:2: ( ( rule__SubprogramType__Group_6_1_1_1__0 ) )
- // InternalAadl2Parser.g:8583:3: ( rule__SubprogramType__Group_6_1_1_1__0 )
+ // InternalAadl2Parser.g:7632:2: ( ( rule__SubprogramType__Group_6_1_1_1__0 ) )
+ // InternalAadl2Parser.g:7633:3: ( rule__SubprogramType__Group_6_1_1_1__0 )
{
before(grammarAccess.getSubprogramTypeAccess().getGroup_6_1_1_1());
- // InternalAadl2Parser.g:8584:3: ( rule__SubprogramType__Group_6_1_1_1__0 )
- // InternalAadl2Parser.g:8584:4: rule__SubprogramType__Group_6_1_1_1__0
+ // InternalAadl2Parser.g:7634:3: ( rule__SubprogramType__Group_6_1_1_1__0 )
+ // InternalAadl2Parser.g:7634:4: rule__SubprogramType__Group_6_1_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__Group_6_1_1_1__0();
@@ -39564,38 +36761,38 @@ else if ( (LA89_0==None) ) {
// $ANTLR start "rule__SubprogramType__Alternatives_6_1_1_0"
- // InternalAadl2Parser.g:8592:1: rule__SubprogramType__Alternatives_6_1_1_0 : ( ( ( rule__SubprogramType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__SubprogramType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) );
+ // InternalAadl2Parser.g:7642:1: rule__SubprogramType__Alternatives_6_1_1_0 : ( ( ( rule__SubprogramType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__SubprogramType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) );
public final void rule__SubprogramType__Alternatives_6_1_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:8596:1: ( ( ( rule__SubprogramType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__SubprogramType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) )
+ // InternalAadl2Parser.g:7646:1: ( ( ( rule__SubprogramType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__SubprogramType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) )
int alt90=2;
int LA90_0 = input.LA(1);
if ( (LA90_0==RULE_ID) ) {
int LA90_1 = input.LA(2);
- if ( (LA90_1==Colon) ) {
- int LA90_2 = input.LA(3);
+ if ( (LA90_1==HyphenMinusLeftSquareBracket) ) {
+ alt90=2;
+ }
+ else if ( (LA90_1==Colon) ) {
+ int LA90_3 = input.LA(3);
- if ( (LA90_2==RULE_ID) ) {
+ if ( (LA90_3==RULE_ID) ) {
alt90=2;
}
- else if ( (LA90_2==Initial||LA90_2==Mode) ) {
+ else if ( (LA90_3==Initial||LA90_3==Mode) ) {
alt90=1;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 90, 2, input);
+ new NoViableAltException("", 90, 3, input);
throw nvae;
}
}
- else if ( (LA90_1==HyphenMinusLeftSquareBracket) ) {
- alt90=2;
- }
else {
NoViableAltException nvae =
new NoViableAltException("", 90, 1, input);
@@ -39611,14 +36808,14 @@ else if ( (LA90_1==HyphenMinusLeftSquareBracket) ) {
}
switch (alt90) {
case 1 :
- // InternalAadl2Parser.g:8597:2: ( ( rule__SubprogramType__OwnedModeAssignment_6_1_1_0_0 ) )
+ // InternalAadl2Parser.g:7647:2: ( ( rule__SubprogramType__OwnedModeAssignment_6_1_1_0_0 ) )
{
- // InternalAadl2Parser.g:8597:2: ( ( rule__SubprogramType__OwnedModeAssignment_6_1_1_0_0 ) )
- // InternalAadl2Parser.g:8598:3: ( rule__SubprogramType__OwnedModeAssignment_6_1_1_0_0 )
+ // InternalAadl2Parser.g:7647:2: ( ( rule__SubprogramType__OwnedModeAssignment_6_1_1_0_0 ) )
+ // InternalAadl2Parser.g:7648:3: ( rule__SubprogramType__OwnedModeAssignment_6_1_1_0_0 )
{
before(grammarAccess.getSubprogramTypeAccess().getOwnedModeAssignment_6_1_1_0_0());
- // InternalAadl2Parser.g:8599:3: ( rule__SubprogramType__OwnedModeAssignment_6_1_1_0_0 )
- // InternalAadl2Parser.g:8599:4: rule__SubprogramType__OwnedModeAssignment_6_1_1_0_0
+ // InternalAadl2Parser.g:7649:3: ( rule__SubprogramType__OwnedModeAssignment_6_1_1_0_0 )
+ // InternalAadl2Parser.g:7649:4: rule__SubprogramType__OwnedModeAssignment_6_1_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__OwnedModeAssignment_6_1_1_0_0();
@@ -39636,14 +36833,14 @@ else if ( (LA90_1==HyphenMinusLeftSquareBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:8603:2: ( ( rule__SubprogramType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
+ // InternalAadl2Parser.g:7653:2: ( ( rule__SubprogramType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
{
- // InternalAadl2Parser.g:8603:2: ( ( rule__SubprogramType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
- // InternalAadl2Parser.g:8604:3: ( rule__SubprogramType__OwnedModeTransitionAssignment_6_1_1_0_1 )
+ // InternalAadl2Parser.g:7653:2: ( ( rule__SubprogramType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
+ // InternalAadl2Parser.g:7654:3: ( rule__SubprogramType__OwnedModeTransitionAssignment_6_1_1_0_1 )
{
before(grammarAccess.getSubprogramTypeAccess().getOwnedModeTransitionAssignment_6_1_1_0_1());
- // InternalAadl2Parser.g:8605:3: ( rule__SubprogramType__OwnedModeTransitionAssignment_6_1_1_0_1 )
- // InternalAadl2Parser.g:8605:4: rule__SubprogramType__OwnedModeTransitionAssignment_6_1_1_0_1
+ // InternalAadl2Parser.g:7655:3: ( rule__SubprogramType__OwnedModeTransitionAssignment_6_1_1_0_1 )
+ // InternalAadl2Parser.g:7655:4: rule__SubprogramType__OwnedModeTransitionAssignment_6_1_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__OwnedModeTransitionAssignment_6_1_1_0_1();
@@ -39678,13 +36875,13 @@ else if ( (LA90_1==HyphenMinusLeftSquareBracket) ) {
// $ANTLR start "rule__SubprogramType__Alternatives_7_1"
- // InternalAadl2Parser.g:8613:1: rule__SubprogramType__Alternatives_7_1 : ( ( ( ( rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__SubprogramType__Group_7_1_1__0 ) ) );
+ // InternalAadl2Parser.g:7663:1: rule__SubprogramType__Alternatives_7_1 : ( ( ( ( rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__SubprogramType__Group_7_1_1__0 ) ) );
public final void rule__SubprogramType__Alternatives_7_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:8617:1: ( ( ( ( rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__SubprogramType__Group_7_1_1__0 ) ) )
+ // InternalAadl2Parser.g:7667:1: ( ( ( ( rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__SubprogramType__Group_7_1_1__0 ) ) )
int alt92=2;
int LA92_0 = input.LA(1);
@@ -39702,17 +36899,17 @@ else if ( (LA92_0==None) ) {
}
switch (alt92) {
case 1 :
- // InternalAadl2Parser.g:8618:2: ( ( ( rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
+ // InternalAadl2Parser.g:7668:2: ( ( ( rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
{
- // InternalAadl2Parser.g:8618:2: ( ( ( rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
- // InternalAadl2Parser.g:8619:3: ( ( rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0 )* )
+ // InternalAadl2Parser.g:7668:2: ( ( ( rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
+ // InternalAadl2Parser.g:7669:3: ( ( rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0 )* )
{
- // InternalAadl2Parser.g:8619:3: ( ( rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0 ) )
- // InternalAadl2Parser.g:8620:4: ( rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0 )
+ // InternalAadl2Parser.g:7669:3: ( ( rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0 ) )
+ // InternalAadl2Parser.g:7670:4: ( rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0 )
{
before(grammarAccess.getSubprogramTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
- // InternalAadl2Parser.g:8621:4: ( rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0 )
- // InternalAadl2Parser.g:8621:5: rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0
+ // InternalAadl2Parser.g:7671:4: ( rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0 )
+ // InternalAadl2Parser.g:7671:5: rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0();
@@ -39726,11 +36923,11 @@ else if ( (LA92_0==None) ) {
}
- // InternalAadl2Parser.g:8624:3: ( ( rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0 )* )
- // InternalAadl2Parser.g:8625:4: ( rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0 )*
+ // InternalAadl2Parser.g:7674:3: ( ( rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0 )* )
+ // InternalAadl2Parser.g:7675:4: ( rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0 )*
{
before(grammarAccess.getSubprogramTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
- // InternalAadl2Parser.g:8626:4: ( rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0 )*
+ // InternalAadl2Parser.g:7676:4: ( rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0 )*
loop91:
do {
int alt91=2;
@@ -39743,7 +36940,7 @@ else if ( (LA92_0==None) ) {
switch (alt91) {
case 1 :
- // InternalAadl2Parser.g:8626:5: rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0
+ // InternalAadl2Parser.g:7676:5: rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__SubprogramType__OwnedPropertyAssociationAssignment_7_1_0();
@@ -39770,14 +36967,14 @@ else if ( (LA92_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:8631:2: ( ( rule__SubprogramType__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:7681:2: ( ( rule__SubprogramType__Group_7_1_1__0 ) )
{
- // InternalAadl2Parser.g:8631:2: ( ( rule__SubprogramType__Group_7_1_1__0 ) )
- // InternalAadl2Parser.g:8632:3: ( rule__SubprogramType__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:7681:2: ( ( rule__SubprogramType__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:7682:3: ( rule__SubprogramType__Group_7_1_1__0 )
{
before(grammarAccess.getSubprogramTypeAccess().getGroup_7_1_1());
- // InternalAadl2Parser.g:8633:3: ( rule__SubprogramType__Group_7_1_1__0 )
- // InternalAadl2Parser.g:8633:4: rule__SubprogramType__Group_7_1_1__0
+ // InternalAadl2Parser.g:7683:3: ( rule__SubprogramType__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:7683:4: rule__SubprogramType__Group_7_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__Group_7_1_1__0();
@@ -39811,14 +37008,14 @@ else if ( (LA92_0==None) ) {
// $ANTLR end "rule__SubprogramType__Alternatives_7_1"
- // $ANTLR start "rule__SubprogramGroupType__Alternatives_3_1"
- // InternalAadl2Parser.g:8641:1: rule__SubprogramGroupType__Alternatives_3_1 : ( ( ( rule__SubprogramGroupType__Group_3_1_0__0 ) ) | ( ( ( rule__SubprogramGroupType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__SubprogramGroupType__OwnedPrototypeAssignment_3_1_1 )* ) ) );
- public final void rule__SubprogramGroupType__Alternatives_3_1() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Alternatives_4_1"
+ // InternalAadl2Parser.g:7691:1: rule__SubprogramGroupType__Alternatives_4_1 : ( ( ( rule__SubprogramGroupType__Group_4_1_0__0 ) ) | ( ( ( rule__SubprogramGroupType__OwnedPrototypeAssignment_4_1_1 ) ) ( ( rule__SubprogramGroupType__OwnedPrototypeAssignment_4_1_1 )* ) ) );
+ public final void rule__SubprogramGroupType__Alternatives_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:8645:1: ( ( ( rule__SubprogramGroupType__Group_3_1_0__0 ) ) | ( ( ( rule__SubprogramGroupType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__SubprogramGroupType__OwnedPrototypeAssignment_3_1_1 )* ) ) )
+ // InternalAadl2Parser.g:7695:1: ( ( ( rule__SubprogramGroupType__Group_4_1_0__0 ) ) | ( ( ( rule__SubprogramGroupType__OwnedPrototypeAssignment_4_1_1 ) ) ( ( rule__SubprogramGroupType__OwnedPrototypeAssignment_4_1_1 )* ) ) )
int alt94=2;
int LA94_0 = input.LA(1);
@@ -39836,24 +37033,24 @@ else if ( (LA94_0==RULE_ID) ) {
}
switch (alt94) {
case 1 :
- // InternalAadl2Parser.g:8646:2: ( ( rule__SubprogramGroupType__Group_3_1_0__0 ) )
+ // InternalAadl2Parser.g:7696:2: ( ( rule__SubprogramGroupType__Group_4_1_0__0 ) )
{
- // InternalAadl2Parser.g:8646:2: ( ( rule__SubprogramGroupType__Group_3_1_0__0 ) )
- // InternalAadl2Parser.g:8647:3: ( rule__SubprogramGroupType__Group_3_1_0__0 )
+ // InternalAadl2Parser.g:7696:2: ( ( rule__SubprogramGroupType__Group_4_1_0__0 ) )
+ // InternalAadl2Parser.g:7697:3: ( rule__SubprogramGroupType__Group_4_1_0__0 )
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getGroup_3_1_0());
- // InternalAadl2Parser.g:8648:3: ( rule__SubprogramGroupType__Group_3_1_0__0 )
- // InternalAadl2Parser.g:8648:4: rule__SubprogramGroupType__Group_3_1_0__0
+ before(grammarAccess.getSubprogramGroupTypeAccess().getGroup_4_1_0());
+ // InternalAadl2Parser.g:7698:3: ( rule__SubprogramGroupType__Group_4_1_0__0 )
+ // InternalAadl2Parser.g:7698:4: rule__SubprogramGroupType__Group_4_1_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Group_3_1_0__0();
+ rule__SubprogramGroupType__Group_4_1_0__0();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupTypeAccess().getGroup_3_1_0());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getGroup_4_1_0());
}
@@ -39861,35 +37058,35 @@ else if ( (LA94_0==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:8652:2: ( ( ( rule__SubprogramGroupType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__SubprogramGroupType__OwnedPrototypeAssignment_3_1_1 )* ) )
+ // InternalAadl2Parser.g:7702:2: ( ( ( rule__SubprogramGroupType__OwnedPrototypeAssignment_4_1_1 ) ) ( ( rule__SubprogramGroupType__OwnedPrototypeAssignment_4_1_1 )* ) )
{
- // InternalAadl2Parser.g:8652:2: ( ( ( rule__SubprogramGroupType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__SubprogramGroupType__OwnedPrototypeAssignment_3_1_1 )* ) )
- // InternalAadl2Parser.g:8653:3: ( ( rule__SubprogramGroupType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__SubprogramGroupType__OwnedPrototypeAssignment_3_1_1 )* )
+ // InternalAadl2Parser.g:7702:2: ( ( ( rule__SubprogramGroupType__OwnedPrototypeAssignment_4_1_1 ) ) ( ( rule__SubprogramGroupType__OwnedPrototypeAssignment_4_1_1 )* ) )
+ // InternalAadl2Parser.g:7703:3: ( ( rule__SubprogramGroupType__OwnedPrototypeAssignment_4_1_1 ) ) ( ( rule__SubprogramGroupType__OwnedPrototypeAssignment_4_1_1 )* )
{
- // InternalAadl2Parser.g:8653:3: ( ( rule__SubprogramGroupType__OwnedPrototypeAssignment_3_1_1 ) )
- // InternalAadl2Parser.g:8654:4: ( rule__SubprogramGroupType__OwnedPrototypeAssignment_3_1_1 )
+ // InternalAadl2Parser.g:7703:3: ( ( rule__SubprogramGroupType__OwnedPrototypeAssignment_4_1_1 ) )
+ // InternalAadl2Parser.g:7704:4: ( rule__SubprogramGroupType__OwnedPrototypeAssignment_4_1_1 )
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeAssignment_3_1_1());
- // InternalAadl2Parser.g:8655:4: ( rule__SubprogramGroupType__OwnedPrototypeAssignment_3_1_1 )
- // InternalAadl2Parser.g:8655:5: rule__SubprogramGroupType__OwnedPrototypeAssignment_3_1_1
+ before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeAssignment_4_1_1());
+ // InternalAadl2Parser.g:7705:4: ( rule__SubprogramGroupType__OwnedPrototypeAssignment_4_1_1 )
+ // InternalAadl2Parser.g:7705:5: rule__SubprogramGroupType__OwnedPrototypeAssignment_4_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramGroupType__OwnedPrototypeAssignment_3_1_1();
+ rule__SubprogramGroupType__OwnedPrototypeAssignment_4_1_1();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeAssignment_3_1_1());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeAssignment_4_1_1());
}
- // InternalAadl2Parser.g:8658:3: ( ( rule__SubprogramGroupType__OwnedPrototypeAssignment_3_1_1 )* )
- // InternalAadl2Parser.g:8659:4: ( rule__SubprogramGroupType__OwnedPrototypeAssignment_3_1_1 )*
+ // InternalAadl2Parser.g:7708:3: ( ( rule__SubprogramGroupType__OwnedPrototypeAssignment_4_1_1 )* )
+ // InternalAadl2Parser.g:7709:4: ( rule__SubprogramGroupType__OwnedPrototypeAssignment_4_1_1 )*
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeAssignment_3_1_1());
- // InternalAadl2Parser.g:8660:4: ( rule__SubprogramGroupType__OwnedPrototypeAssignment_3_1_1 )*
+ before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeAssignment_4_1_1());
+ // InternalAadl2Parser.g:7710:4: ( rule__SubprogramGroupType__OwnedPrototypeAssignment_4_1_1 )*
loop93:
do {
int alt93=2;
@@ -39902,10 +37099,10 @@ else if ( (LA94_0==RULE_ID) ) {
switch (alt93) {
case 1 :
- // InternalAadl2Parser.g:8660:5: rule__SubprogramGroupType__OwnedPrototypeAssignment_3_1_1
+ // InternalAadl2Parser.g:7710:5: rule__SubprogramGroupType__OwnedPrototypeAssignment_4_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramGroupType__OwnedPrototypeAssignment_3_1_1();
+ rule__SubprogramGroupType__OwnedPrototypeAssignment_4_1_1();
state._fsp--;
@@ -39918,272 +37115,10 @@ else if ( (LA94_0==RULE_ID) ) {
}
} while (true);
- after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeAssignment_3_1_1());
-
- }
-
-
- }
-
-
- }
- break;
-
- }
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__SubprogramGroupType__Alternatives_3_1"
-
-
- // $ANTLR start "rule__SubprogramGroupType__Alternatives_4_1"
- // InternalAadl2Parser.g:8669:1: rule__SubprogramGroupType__Alternatives_4_1 : ( ( ( rule__SubprogramGroupType__Group_4_1_0__0 ) ) | ( ( ( rule__SubprogramGroupType__Alternatives_4_1_1 ) ) ( ( rule__SubprogramGroupType__Alternatives_4_1_1 )* ) ) );
- public final void rule__SubprogramGroupType__Alternatives_4_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:8673:1: ( ( ( rule__SubprogramGroupType__Group_4_1_0__0 ) ) | ( ( ( rule__SubprogramGroupType__Alternatives_4_1_1 ) ) ( ( rule__SubprogramGroupType__Alternatives_4_1_1 )* ) ) )
- int alt96=2;
- int LA96_0 = input.LA(1);
-
- if ( (LA96_0==None) ) {
- alt96=1;
- }
- else if ( (LA96_0==RULE_ID) ) {
- alt96=2;
- }
- else {
- NoViableAltException nvae =
- new NoViableAltException("", 96, 0, input);
-
- throw nvae;
- }
- switch (alt96) {
- case 1 :
- // InternalAadl2Parser.g:8674:2: ( ( rule__SubprogramGroupType__Group_4_1_0__0 ) )
- {
- // InternalAadl2Parser.g:8674:2: ( ( rule__SubprogramGroupType__Group_4_1_0__0 ) )
- // InternalAadl2Parser.g:8675:3: ( rule__SubprogramGroupType__Group_4_1_0__0 )
- {
- before(grammarAccess.getSubprogramGroupTypeAccess().getGroup_4_1_0());
- // InternalAadl2Parser.g:8676:3: ( rule__SubprogramGroupType__Group_4_1_0__0 )
- // InternalAadl2Parser.g:8676:4: rule__SubprogramGroupType__Group_4_1_0__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Group_4_1_0__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getSubprogramGroupTypeAccess().getGroup_4_1_0());
-
- }
-
-
- }
- break;
- case 2 :
- // InternalAadl2Parser.g:8680:2: ( ( ( rule__SubprogramGroupType__Alternatives_4_1_1 ) ) ( ( rule__SubprogramGroupType__Alternatives_4_1_1 )* ) )
- {
- // InternalAadl2Parser.g:8680:2: ( ( ( rule__SubprogramGroupType__Alternatives_4_1_1 ) ) ( ( rule__SubprogramGroupType__Alternatives_4_1_1 )* ) )
- // InternalAadl2Parser.g:8681:3: ( ( rule__SubprogramGroupType__Alternatives_4_1_1 ) ) ( ( rule__SubprogramGroupType__Alternatives_4_1_1 )* )
- {
- // InternalAadl2Parser.g:8681:3: ( ( rule__SubprogramGroupType__Alternatives_4_1_1 ) )
- // InternalAadl2Parser.g:8682:4: ( rule__SubprogramGroupType__Alternatives_4_1_1 )
- {
- before(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_4_1_1());
- // InternalAadl2Parser.g:8683:4: ( rule__SubprogramGroupType__Alternatives_4_1_1 )
- // InternalAadl2Parser.g:8683:5: rule__SubprogramGroupType__Alternatives_4_1_1
- {
- pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramGroupType__Alternatives_4_1_1();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_4_1_1());
-
- }
-
- // InternalAadl2Parser.g:8686:3: ( ( rule__SubprogramGroupType__Alternatives_4_1_1 )* )
- // InternalAadl2Parser.g:8687:4: ( rule__SubprogramGroupType__Alternatives_4_1_1 )*
- {
- before(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_4_1_1());
- // InternalAadl2Parser.g:8688:4: ( rule__SubprogramGroupType__Alternatives_4_1_1 )*
- loop95:
- do {
- int alt95=2;
- int LA95_0 = input.LA(1);
-
- if ( (LA95_0==RULE_ID) ) {
- alt95=1;
- }
-
-
- switch (alt95) {
- case 1 :
- // InternalAadl2Parser.g:8688:5: rule__SubprogramGroupType__Alternatives_4_1_1
- {
- pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramGroupType__Alternatives_4_1_1();
-
- state._fsp--;
-
-
- }
- break;
-
- default :
- break loop95;
- }
- } while (true);
-
- after(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_4_1_1());
-
- }
-
-
- }
-
-
- }
- break;
-
- }
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__SubprogramGroupType__Alternatives_4_1"
-
-
- // $ANTLR start "rule__SubprogramGroupType__Alternatives_4_1_1"
- // InternalAadl2Parser.g:8697:1: rule__SubprogramGroupType__Alternatives_4_1_1 : ( ( ( rule__SubprogramGroupType__OwnedSubprogramAccessAssignment_4_1_1_0 ) ) | ( ( rule__SubprogramGroupType__OwnedFeatureGroupAssignment_4_1_1_1 ) ) | ( ( rule__SubprogramGroupType__OwnedSubprogramGroupAccessAssignment_4_1_1_2 ) ) | ( ( rule__SubprogramGroupType__OwnedAbstractFeatureAssignment_4_1_1_3 ) ) );
- public final void rule__SubprogramGroupType__Alternatives_4_1_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:8701:1: ( ( ( rule__SubprogramGroupType__OwnedSubprogramAccessAssignment_4_1_1_0 ) ) | ( ( rule__SubprogramGroupType__OwnedFeatureGroupAssignment_4_1_1_1 ) ) | ( ( rule__SubprogramGroupType__OwnedSubprogramGroupAccessAssignment_4_1_1_2 ) ) | ( ( rule__SubprogramGroupType__OwnedAbstractFeatureAssignment_4_1_1_3 ) ) )
- int alt97=4;
- alt97 = dfa97.predict(input);
- switch (alt97) {
- case 1 :
- // InternalAadl2Parser.g:8702:2: ( ( rule__SubprogramGroupType__OwnedSubprogramAccessAssignment_4_1_1_0 ) )
- {
- // InternalAadl2Parser.g:8702:2: ( ( rule__SubprogramGroupType__OwnedSubprogramAccessAssignment_4_1_1_0 ) )
- // InternalAadl2Parser.g:8703:3: ( rule__SubprogramGroupType__OwnedSubprogramAccessAssignment_4_1_1_0 )
- {
- before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedSubprogramAccessAssignment_4_1_1_0());
- // InternalAadl2Parser.g:8704:3: ( rule__SubprogramGroupType__OwnedSubprogramAccessAssignment_4_1_1_0 )
- // InternalAadl2Parser.g:8704:4: rule__SubprogramGroupType__OwnedSubprogramAccessAssignment_4_1_1_0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__OwnedSubprogramAccessAssignment_4_1_1_0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedSubprogramAccessAssignment_4_1_1_0());
-
- }
-
-
- }
- break;
- case 2 :
- // InternalAadl2Parser.g:8708:2: ( ( rule__SubprogramGroupType__OwnedFeatureGroupAssignment_4_1_1_1 ) )
- {
- // InternalAadl2Parser.g:8708:2: ( ( rule__SubprogramGroupType__OwnedFeatureGroupAssignment_4_1_1_1 ) )
- // InternalAadl2Parser.g:8709:3: ( rule__SubprogramGroupType__OwnedFeatureGroupAssignment_4_1_1_1 )
- {
- before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFeatureGroupAssignment_4_1_1_1());
- // InternalAadl2Parser.g:8710:3: ( rule__SubprogramGroupType__OwnedFeatureGroupAssignment_4_1_1_1 )
- // InternalAadl2Parser.g:8710:4: rule__SubprogramGroupType__OwnedFeatureGroupAssignment_4_1_1_1
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__OwnedFeatureGroupAssignment_4_1_1_1();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFeatureGroupAssignment_4_1_1_1());
-
- }
-
-
- }
- break;
- case 3 :
- // InternalAadl2Parser.g:8714:2: ( ( rule__SubprogramGroupType__OwnedSubprogramGroupAccessAssignment_4_1_1_2 ) )
- {
- // InternalAadl2Parser.g:8714:2: ( ( rule__SubprogramGroupType__OwnedSubprogramGroupAccessAssignment_4_1_1_2 ) )
- // InternalAadl2Parser.g:8715:3: ( rule__SubprogramGroupType__OwnedSubprogramGroupAccessAssignment_4_1_1_2 )
- {
- before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedSubprogramGroupAccessAssignment_4_1_1_2());
- // InternalAadl2Parser.g:8716:3: ( rule__SubprogramGroupType__OwnedSubprogramGroupAccessAssignment_4_1_1_2 )
- // InternalAadl2Parser.g:8716:4: rule__SubprogramGroupType__OwnedSubprogramGroupAccessAssignment_4_1_1_2
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__OwnedSubprogramGroupAccessAssignment_4_1_1_2();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedSubprogramGroupAccessAssignment_4_1_1_2());
-
- }
-
-
- }
- break;
- case 4 :
- // InternalAadl2Parser.g:8720:2: ( ( rule__SubprogramGroupType__OwnedAbstractFeatureAssignment_4_1_1_3 ) )
- {
- // InternalAadl2Parser.g:8720:2: ( ( rule__SubprogramGroupType__OwnedAbstractFeatureAssignment_4_1_1_3 ) )
- // InternalAadl2Parser.g:8721:3: ( rule__SubprogramGroupType__OwnedAbstractFeatureAssignment_4_1_1_3 )
- {
- before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedAbstractFeatureAssignment_4_1_1_3());
- // InternalAadl2Parser.g:8722:3: ( rule__SubprogramGroupType__OwnedAbstractFeatureAssignment_4_1_1_3 )
- // InternalAadl2Parser.g:8722:4: rule__SubprogramGroupType__OwnedAbstractFeatureAssignment_4_1_1_3
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__OwnedAbstractFeatureAssignment_4_1_1_3();
-
- state._fsp--;
-
+ after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeAssignment_4_1_1());
}
- after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedAbstractFeatureAssignment_4_1_1_3());
}
@@ -40204,17 +37139,279 @@ public final void rule__SubprogramGroupType__Alternatives_4_1_1() throws Recogni
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Alternatives_4_1_1"
+ // $ANTLR end "rule__SubprogramGroupType__Alternatives_4_1"
// $ANTLR start "rule__SubprogramGroupType__Alternatives_5_1"
- // InternalAadl2Parser.g:8730:1: rule__SubprogramGroupType__Alternatives_5_1 : ( ( ( ( rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__SubprogramGroupType__Group_5_1_1__0 ) ) );
+ // InternalAadl2Parser.g:7719:1: rule__SubprogramGroupType__Alternatives_5_1 : ( ( ( rule__SubprogramGroupType__Group_5_1_0__0 ) ) | ( ( ( rule__SubprogramGroupType__Alternatives_5_1_1 ) ) ( ( rule__SubprogramGroupType__Alternatives_5_1_1 )* ) ) );
public final void rule__SubprogramGroupType__Alternatives_5_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:8734:1: ( ( ( ( rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__SubprogramGroupType__Group_5_1_1__0 ) ) )
+ // InternalAadl2Parser.g:7723:1: ( ( ( rule__SubprogramGroupType__Group_5_1_0__0 ) ) | ( ( ( rule__SubprogramGroupType__Alternatives_5_1_1 ) ) ( ( rule__SubprogramGroupType__Alternatives_5_1_1 )* ) ) )
+ int alt96=2;
+ int LA96_0 = input.LA(1);
+
+ if ( (LA96_0==None) ) {
+ alt96=1;
+ }
+ else if ( (LA96_0==RULE_ID) ) {
+ alt96=2;
+ }
+ else {
+ NoViableAltException nvae =
+ new NoViableAltException("", 96, 0, input);
+
+ throw nvae;
+ }
+ switch (alt96) {
+ case 1 :
+ // InternalAadl2Parser.g:7724:2: ( ( rule__SubprogramGroupType__Group_5_1_0__0 ) )
+ {
+ // InternalAadl2Parser.g:7724:2: ( ( rule__SubprogramGroupType__Group_5_1_0__0 ) )
+ // InternalAadl2Parser.g:7725:3: ( rule__SubprogramGroupType__Group_5_1_0__0 )
+ {
+ before(grammarAccess.getSubprogramGroupTypeAccess().getGroup_5_1_0());
+ // InternalAadl2Parser.g:7726:3: ( rule__SubprogramGroupType__Group_5_1_0__0 )
+ // InternalAadl2Parser.g:7726:4: rule__SubprogramGroupType__Group_5_1_0__0
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__SubprogramGroupType__Group_5_1_0__0();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getSubprogramGroupTypeAccess().getGroup_5_1_0());
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalAadl2Parser.g:7730:2: ( ( ( rule__SubprogramGroupType__Alternatives_5_1_1 ) ) ( ( rule__SubprogramGroupType__Alternatives_5_1_1 )* ) )
+ {
+ // InternalAadl2Parser.g:7730:2: ( ( ( rule__SubprogramGroupType__Alternatives_5_1_1 ) ) ( ( rule__SubprogramGroupType__Alternatives_5_1_1 )* ) )
+ // InternalAadl2Parser.g:7731:3: ( ( rule__SubprogramGroupType__Alternatives_5_1_1 ) ) ( ( rule__SubprogramGroupType__Alternatives_5_1_1 )* )
+ {
+ // InternalAadl2Parser.g:7731:3: ( ( rule__SubprogramGroupType__Alternatives_5_1_1 ) )
+ // InternalAadl2Parser.g:7732:4: ( rule__SubprogramGroupType__Alternatives_5_1_1 )
+ {
+ before(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_5_1_1());
+ // InternalAadl2Parser.g:7733:4: ( rule__SubprogramGroupType__Alternatives_5_1_1 )
+ // InternalAadl2Parser.g:7733:5: rule__SubprogramGroupType__Alternatives_5_1_1
+ {
+ pushFollow(FollowSets000.FOLLOW_3);
+ rule__SubprogramGroupType__Alternatives_5_1_1();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_5_1_1());
+
+ }
+
+ // InternalAadl2Parser.g:7736:3: ( ( rule__SubprogramGroupType__Alternatives_5_1_1 )* )
+ // InternalAadl2Parser.g:7737:4: ( rule__SubprogramGroupType__Alternatives_5_1_1 )*
+ {
+ before(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_5_1_1());
+ // InternalAadl2Parser.g:7738:4: ( rule__SubprogramGroupType__Alternatives_5_1_1 )*
+ loop95:
+ do {
+ int alt95=2;
+ int LA95_0 = input.LA(1);
+
+ if ( (LA95_0==RULE_ID) ) {
+ alt95=1;
+ }
+
+
+ switch (alt95) {
+ case 1 :
+ // InternalAadl2Parser.g:7738:5: rule__SubprogramGroupType__Alternatives_5_1_1
+ {
+ pushFollow(FollowSets000.FOLLOW_3);
+ rule__SubprogramGroupType__Alternatives_5_1_1();
+
+ state._fsp--;
+
+
+ }
+ break;
+
+ default :
+ break loop95;
+ }
+ } while (true);
+
+ after(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_5_1_1());
+
+ }
+
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SubprogramGroupType__Alternatives_5_1"
+
+
+ // $ANTLR start "rule__SubprogramGroupType__Alternatives_5_1_1"
+ // InternalAadl2Parser.g:7747:1: rule__SubprogramGroupType__Alternatives_5_1_1 : ( ( ( rule__SubprogramGroupType__OwnedSubprogramAccessAssignment_5_1_1_0 ) ) | ( ( rule__SubprogramGroupType__OwnedFeatureGroupAssignment_5_1_1_1 ) ) | ( ( rule__SubprogramGroupType__OwnedSubprogramGroupAccessAssignment_5_1_1_2 ) ) | ( ( rule__SubprogramGroupType__OwnedAbstractFeatureAssignment_5_1_1_3 ) ) );
+ public final void rule__SubprogramGroupType__Alternatives_5_1_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:7751:1: ( ( ( rule__SubprogramGroupType__OwnedSubprogramAccessAssignment_5_1_1_0 ) ) | ( ( rule__SubprogramGroupType__OwnedFeatureGroupAssignment_5_1_1_1 ) ) | ( ( rule__SubprogramGroupType__OwnedSubprogramGroupAccessAssignment_5_1_1_2 ) ) | ( ( rule__SubprogramGroupType__OwnedAbstractFeatureAssignment_5_1_1_3 ) ) )
+ int alt97=4;
+ alt97 = dfa97.predict(input);
+ switch (alt97) {
+ case 1 :
+ // InternalAadl2Parser.g:7752:2: ( ( rule__SubprogramGroupType__OwnedSubprogramAccessAssignment_5_1_1_0 ) )
+ {
+ // InternalAadl2Parser.g:7752:2: ( ( rule__SubprogramGroupType__OwnedSubprogramAccessAssignment_5_1_1_0 ) )
+ // InternalAadl2Parser.g:7753:3: ( rule__SubprogramGroupType__OwnedSubprogramAccessAssignment_5_1_1_0 )
+ {
+ before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedSubprogramAccessAssignment_5_1_1_0());
+ // InternalAadl2Parser.g:7754:3: ( rule__SubprogramGroupType__OwnedSubprogramAccessAssignment_5_1_1_0 )
+ // InternalAadl2Parser.g:7754:4: rule__SubprogramGroupType__OwnedSubprogramAccessAssignment_5_1_1_0
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__SubprogramGroupType__OwnedSubprogramAccessAssignment_5_1_1_0();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedSubprogramAccessAssignment_5_1_1_0());
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalAadl2Parser.g:7758:2: ( ( rule__SubprogramGroupType__OwnedFeatureGroupAssignment_5_1_1_1 ) )
+ {
+ // InternalAadl2Parser.g:7758:2: ( ( rule__SubprogramGroupType__OwnedFeatureGroupAssignment_5_1_1_1 ) )
+ // InternalAadl2Parser.g:7759:3: ( rule__SubprogramGroupType__OwnedFeatureGroupAssignment_5_1_1_1 )
+ {
+ before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFeatureGroupAssignment_5_1_1_1());
+ // InternalAadl2Parser.g:7760:3: ( rule__SubprogramGroupType__OwnedFeatureGroupAssignment_5_1_1_1 )
+ // InternalAadl2Parser.g:7760:4: rule__SubprogramGroupType__OwnedFeatureGroupAssignment_5_1_1_1
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__SubprogramGroupType__OwnedFeatureGroupAssignment_5_1_1_1();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFeatureGroupAssignment_5_1_1_1());
+
+ }
+
+
+ }
+ break;
+ case 3 :
+ // InternalAadl2Parser.g:7764:2: ( ( rule__SubprogramGroupType__OwnedSubprogramGroupAccessAssignment_5_1_1_2 ) )
+ {
+ // InternalAadl2Parser.g:7764:2: ( ( rule__SubprogramGroupType__OwnedSubprogramGroupAccessAssignment_5_1_1_2 ) )
+ // InternalAadl2Parser.g:7765:3: ( rule__SubprogramGroupType__OwnedSubprogramGroupAccessAssignment_5_1_1_2 )
+ {
+ before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedSubprogramGroupAccessAssignment_5_1_1_2());
+ // InternalAadl2Parser.g:7766:3: ( rule__SubprogramGroupType__OwnedSubprogramGroupAccessAssignment_5_1_1_2 )
+ // InternalAadl2Parser.g:7766:4: rule__SubprogramGroupType__OwnedSubprogramGroupAccessAssignment_5_1_1_2
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__SubprogramGroupType__OwnedSubprogramGroupAccessAssignment_5_1_1_2();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedSubprogramGroupAccessAssignment_5_1_1_2());
+
+ }
+
+
+ }
+ break;
+ case 4 :
+ // InternalAadl2Parser.g:7770:2: ( ( rule__SubprogramGroupType__OwnedAbstractFeatureAssignment_5_1_1_3 ) )
+ {
+ // InternalAadl2Parser.g:7770:2: ( ( rule__SubprogramGroupType__OwnedAbstractFeatureAssignment_5_1_1_3 ) )
+ // InternalAadl2Parser.g:7771:3: ( rule__SubprogramGroupType__OwnedAbstractFeatureAssignment_5_1_1_3 )
+ {
+ before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedAbstractFeatureAssignment_5_1_1_3());
+ // InternalAadl2Parser.g:7772:3: ( rule__SubprogramGroupType__OwnedAbstractFeatureAssignment_5_1_1_3 )
+ // InternalAadl2Parser.g:7772:4: rule__SubprogramGroupType__OwnedAbstractFeatureAssignment_5_1_1_3
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__SubprogramGroupType__OwnedAbstractFeatureAssignment_5_1_1_3();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedAbstractFeatureAssignment_5_1_1_3());
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SubprogramGroupType__Alternatives_5_1_1"
+
+
+ // $ANTLR start "rule__SubprogramGroupType__Alternatives_6_1"
+ // InternalAadl2Parser.g:7780:1: rule__SubprogramGroupType__Alternatives_6_1 : ( ( ( ( rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_6_1_0 ) ) ( ( rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_6_1_0 )* ) ) | ( ( rule__SubprogramGroupType__Group_6_1_1__0 ) ) );
+ public final void rule__SubprogramGroupType__Alternatives_6_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:7784:1: ( ( ( ( rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_6_1_0 ) ) ( ( rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_6_1_0 )* ) ) | ( ( rule__SubprogramGroupType__Group_6_1_1__0 ) ) )
int alt99=2;
int LA99_0 = input.LA(1);
@@ -40232,35 +37429,35 @@ else if ( (LA99_0==None) ) {
}
switch (alt99) {
case 1 :
- // InternalAadl2Parser.g:8735:2: ( ( ( rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
+ // InternalAadl2Parser.g:7785:2: ( ( ( rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_6_1_0 ) ) ( ( rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_6_1_0 )* ) )
{
- // InternalAadl2Parser.g:8735:2: ( ( ( rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
- // InternalAadl2Parser.g:8736:3: ( ( rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_5_1_0 )* )
+ // InternalAadl2Parser.g:7785:2: ( ( ( rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_6_1_0 ) ) ( ( rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_6_1_0 )* ) )
+ // InternalAadl2Parser.g:7786:3: ( ( rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_6_1_0 ) ) ( ( rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_6_1_0 )* )
{
- // InternalAadl2Parser.g:8736:3: ( ( rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_5_1_0 ) )
- // InternalAadl2Parser.g:8737:4: ( rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_5_1_0 )
+ // InternalAadl2Parser.g:7786:3: ( ( rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_6_1_0 ) )
+ // InternalAadl2Parser.g:7787:4: ( rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_6_1_0 )
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0());
- // InternalAadl2Parser.g:8738:4: ( rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_5_1_0 )
- // InternalAadl2Parser.g:8738:5: rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_5_1_0
+ before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFlowSpecificationAssignment_6_1_0());
+ // InternalAadl2Parser.g:7788:4: ( rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_6_1_0 )
+ // InternalAadl2Parser.g:7788:5: rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_6_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_5_1_0();
+ rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_6_1_0();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFlowSpecificationAssignment_6_1_0());
}
- // InternalAadl2Parser.g:8741:3: ( ( rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_5_1_0 )* )
- // InternalAadl2Parser.g:8742:4: ( rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_5_1_0 )*
+ // InternalAadl2Parser.g:7791:3: ( ( rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_6_1_0 )* )
+ // InternalAadl2Parser.g:7792:4: ( rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_6_1_0 )*
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0());
- // InternalAadl2Parser.g:8743:4: ( rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_5_1_0 )*
+ before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFlowSpecificationAssignment_6_1_0());
+ // InternalAadl2Parser.g:7793:4: ( rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_6_1_0 )*
loop98:
do {
int alt98=2;
@@ -40273,10 +37470,10 @@ else if ( (LA99_0==None) ) {
switch (alt98) {
case 1 :
- // InternalAadl2Parser.g:8743:5: rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_5_1_0
+ // InternalAadl2Parser.g:7793:5: rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_6_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_5_1_0();
+ rule__SubprogramGroupType__OwnedFlowSpecificationAssignment_6_1_0();
state._fsp--;
@@ -40289,7 +37486,7 @@ else if ( (LA99_0==None) ) {
}
} while (true);
- after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedFlowSpecificationAssignment_6_1_0());
}
@@ -40300,24 +37497,24 @@ else if ( (LA99_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:8748:2: ( ( rule__SubprogramGroupType__Group_5_1_1__0 ) )
+ // InternalAadl2Parser.g:7798:2: ( ( rule__SubprogramGroupType__Group_6_1_1__0 ) )
{
- // InternalAadl2Parser.g:8748:2: ( ( rule__SubprogramGroupType__Group_5_1_1__0 ) )
- // InternalAadl2Parser.g:8749:3: ( rule__SubprogramGroupType__Group_5_1_1__0 )
+ // InternalAadl2Parser.g:7798:2: ( ( rule__SubprogramGroupType__Group_6_1_1__0 ) )
+ // InternalAadl2Parser.g:7799:3: ( rule__SubprogramGroupType__Group_6_1_1__0 )
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getGroup_5_1_1());
- // InternalAadl2Parser.g:8750:3: ( rule__SubprogramGroupType__Group_5_1_1__0 )
- // InternalAadl2Parser.g:8750:4: rule__SubprogramGroupType__Group_5_1_1__0
+ before(grammarAccess.getSubprogramGroupTypeAccess().getGroup_6_1_1());
+ // InternalAadl2Parser.g:7800:3: ( rule__SubprogramGroupType__Group_6_1_1__0 )
+ // InternalAadl2Parser.g:7800:4: rule__SubprogramGroupType__Group_6_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Group_5_1_1__0();
+ rule__SubprogramGroupType__Group_6_1_1__0();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupTypeAccess().getGroup_5_1_1());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getGroup_6_1_1());
}
@@ -40338,17 +37535,17 @@ else if ( (LA99_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Alternatives_5_1"
+ // $ANTLR end "rule__SubprogramGroupType__Alternatives_6_1"
- // $ANTLR start "rule__SubprogramGroupType__Alternatives_6_1"
- // InternalAadl2Parser.g:8758:1: rule__SubprogramGroupType__Alternatives_6_1 : ( ( ( ( rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_6_1_0 )* ) ) | ( ( rule__SubprogramGroupType__Group_6_1_1__0 ) ) );
- public final void rule__SubprogramGroupType__Alternatives_6_1() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Alternatives_7_1"
+ // InternalAadl2Parser.g:7808:1: rule__SubprogramGroupType__Alternatives_7_1 : ( ( ( ( rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__SubprogramGroupType__Group_7_1_1__0 ) ) );
+ public final void rule__SubprogramGroupType__Alternatives_7_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:8762:1: ( ( ( ( rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_6_1_0 )* ) ) | ( ( rule__SubprogramGroupType__Group_6_1_1__0 ) ) )
+ // InternalAadl2Parser.g:7812:1: ( ( ( ( rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__SubprogramGroupType__Group_7_1_1__0 ) ) )
int alt101=2;
int LA101_0 = input.LA(1);
@@ -40366,35 +37563,35 @@ else if ( (LA101_0==None) ) {
}
switch (alt101) {
case 1 :
- // InternalAadl2Parser.g:8763:2: ( ( ( rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_6_1_0 )* ) )
+ // InternalAadl2Parser.g:7813:2: ( ( ( rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
{
- // InternalAadl2Parser.g:8763:2: ( ( ( rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_6_1_0 )* ) )
- // InternalAadl2Parser.g:8764:3: ( ( rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_6_1_0 )* )
+ // InternalAadl2Parser.g:7813:2: ( ( ( rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
+ // InternalAadl2Parser.g:7814:3: ( ( rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_7_1_0 )* )
{
- // InternalAadl2Parser.g:8764:3: ( ( rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_6_1_0 ) )
- // InternalAadl2Parser.g:8765:4: ( rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_6_1_0 )
+ // InternalAadl2Parser.g:7814:3: ( ( rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_7_1_0 ) )
+ // InternalAadl2Parser.g:7815:4: ( rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_7_1_0 )
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPropertyAssociationAssignment_6_1_0());
- // InternalAadl2Parser.g:8766:4: ( rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_6_1_0 )
- // InternalAadl2Parser.g:8766:5: rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_6_1_0
+ before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
+ // InternalAadl2Parser.g:7816:4: ( rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_7_1_0 )
+ // InternalAadl2Parser.g:7816:5: rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_6_1_0();
+ rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_7_1_0();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPropertyAssociationAssignment_6_1_0());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
}
- // InternalAadl2Parser.g:8769:3: ( ( rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_6_1_0 )* )
- // InternalAadl2Parser.g:8770:4: ( rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_6_1_0 )*
+ // InternalAadl2Parser.g:7819:3: ( ( rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_7_1_0 )* )
+ // InternalAadl2Parser.g:7820:4: ( rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_7_1_0 )*
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPropertyAssociationAssignment_6_1_0());
- // InternalAadl2Parser.g:8771:4: ( rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_6_1_0 )*
+ before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
+ // InternalAadl2Parser.g:7821:4: ( rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_7_1_0 )*
loop100:
do {
int alt100=2;
@@ -40407,10 +37604,10 @@ else if ( (LA101_0==None) ) {
switch (alt100) {
case 1 :
- // InternalAadl2Parser.g:8771:5: rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_6_1_0
+ // InternalAadl2Parser.g:7821:5: rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_6_1_0();
+ rule__SubprogramGroupType__OwnedPropertyAssociationAssignment_7_1_0();
state._fsp--;
@@ -40423,7 +37620,7 @@ else if ( (LA101_0==None) ) {
}
} while (true);
- after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPropertyAssociationAssignment_6_1_0());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
}
@@ -40434,24 +37631,24 @@ else if ( (LA101_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:8776:2: ( ( rule__SubprogramGroupType__Group_6_1_1__0 ) )
+ // InternalAadl2Parser.g:7826:2: ( ( rule__SubprogramGroupType__Group_7_1_1__0 ) )
{
- // InternalAadl2Parser.g:8776:2: ( ( rule__SubprogramGroupType__Group_6_1_1__0 ) )
- // InternalAadl2Parser.g:8777:3: ( rule__SubprogramGroupType__Group_6_1_1__0 )
+ // InternalAadl2Parser.g:7826:2: ( ( rule__SubprogramGroupType__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:7827:3: ( rule__SubprogramGroupType__Group_7_1_1__0 )
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getGroup_6_1_1());
- // InternalAadl2Parser.g:8778:3: ( rule__SubprogramGroupType__Group_6_1_1__0 )
- // InternalAadl2Parser.g:8778:4: rule__SubprogramGroupType__Group_6_1_1__0
+ before(grammarAccess.getSubprogramGroupTypeAccess().getGroup_7_1_1());
+ // InternalAadl2Parser.g:7828:3: ( rule__SubprogramGroupType__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:7828:4: rule__SubprogramGroupType__Group_7_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Group_6_1_1__0();
+ rule__SubprogramGroupType__Group_7_1_1__0();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupTypeAccess().getGroup_6_1_1());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getGroup_7_1_1());
}
@@ -40472,17 +37669,17 @@ else if ( (LA101_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Alternatives_6_1"
+ // $ANTLR end "rule__SubprogramGroupType__Alternatives_7_1"
// $ANTLR start "rule__ProcessorType__Alternatives_3_1"
- // InternalAadl2Parser.g:8786:1: rule__ProcessorType__Alternatives_3_1 : ( ( ( rule__ProcessorType__Group_3_1_0__0 ) ) | ( ( ( rule__ProcessorType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ProcessorType__OwnedPrototypeAssignment_3_1_1 )* ) ) );
+ // InternalAadl2Parser.g:7836:1: rule__ProcessorType__Alternatives_3_1 : ( ( ( rule__ProcessorType__Group_3_1_0__0 ) ) | ( ( ( rule__ProcessorType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ProcessorType__OwnedPrototypeAssignment_3_1_1 )* ) ) );
public final void rule__ProcessorType__Alternatives_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:8790:1: ( ( ( rule__ProcessorType__Group_3_1_0__0 ) ) | ( ( ( rule__ProcessorType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ProcessorType__OwnedPrototypeAssignment_3_1_1 )* ) ) )
+ // InternalAadl2Parser.g:7840:1: ( ( ( rule__ProcessorType__Group_3_1_0__0 ) ) | ( ( ( rule__ProcessorType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ProcessorType__OwnedPrototypeAssignment_3_1_1 )* ) ) )
int alt103=2;
int LA103_0 = input.LA(1);
@@ -40500,14 +37697,14 @@ else if ( (LA103_0==RULE_ID) ) {
}
switch (alt103) {
case 1 :
- // InternalAadl2Parser.g:8791:2: ( ( rule__ProcessorType__Group_3_1_0__0 ) )
+ // InternalAadl2Parser.g:7841:2: ( ( rule__ProcessorType__Group_3_1_0__0 ) )
{
- // InternalAadl2Parser.g:8791:2: ( ( rule__ProcessorType__Group_3_1_0__0 ) )
- // InternalAadl2Parser.g:8792:3: ( rule__ProcessorType__Group_3_1_0__0 )
+ // InternalAadl2Parser.g:7841:2: ( ( rule__ProcessorType__Group_3_1_0__0 ) )
+ // InternalAadl2Parser.g:7842:3: ( rule__ProcessorType__Group_3_1_0__0 )
{
before(grammarAccess.getProcessorTypeAccess().getGroup_3_1_0());
- // InternalAadl2Parser.g:8793:3: ( rule__ProcessorType__Group_3_1_0__0 )
- // InternalAadl2Parser.g:8793:4: rule__ProcessorType__Group_3_1_0__0
+ // InternalAadl2Parser.g:7843:3: ( rule__ProcessorType__Group_3_1_0__0 )
+ // InternalAadl2Parser.g:7843:4: rule__ProcessorType__Group_3_1_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__Group_3_1_0__0();
@@ -40525,17 +37722,17 @@ else if ( (LA103_0==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:8797:2: ( ( ( rule__ProcessorType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ProcessorType__OwnedPrototypeAssignment_3_1_1 )* ) )
+ // InternalAadl2Parser.g:7847:2: ( ( ( rule__ProcessorType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ProcessorType__OwnedPrototypeAssignment_3_1_1 )* ) )
{
- // InternalAadl2Parser.g:8797:2: ( ( ( rule__ProcessorType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ProcessorType__OwnedPrototypeAssignment_3_1_1 )* ) )
- // InternalAadl2Parser.g:8798:3: ( ( rule__ProcessorType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ProcessorType__OwnedPrototypeAssignment_3_1_1 )* )
+ // InternalAadl2Parser.g:7847:2: ( ( ( rule__ProcessorType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ProcessorType__OwnedPrototypeAssignment_3_1_1 )* ) )
+ // InternalAadl2Parser.g:7848:3: ( ( rule__ProcessorType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__ProcessorType__OwnedPrototypeAssignment_3_1_1 )* )
{
- // InternalAadl2Parser.g:8798:3: ( ( rule__ProcessorType__OwnedPrototypeAssignment_3_1_1 ) )
- // InternalAadl2Parser.g:8799:4: ( rule__ProcessorType__OwnedPrototypeAssignment_3_1_1 )
+ // InternalAadl2Parser.g:7848:3: ( ( rule__ProcessorType__OwnedPrototypeAssignment_3_1_1 ) )
+ // InternalAadl2Parser.g:7849:4: ( rule__ProcessorType__OwnedPrototypeAssignment_3_1_1 )
{
before(grammarAccess.getProcessorTypeAccess().getOwnedPrototypeAssignment_3_1_1());
- // InternalAadl2Parser.g:8800:4: ( rule__ProcessorType__OwnedPrototypeAssignment_3_1_1 )
- // InternalAadl2Parser.g:8800:5: rule__ProcessorType__OwnedPrototypeAssignment_3_1_1
+ // InternalAadl2Parser.g:7850:4: ( rule__ProcessorType__OwnedPrototypeAssignment_3_1_1 )
+ // InternalAadl2Parser.g:7850:5: rule__ProcessorType__OwnedPrototypeAssignment_3_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__ProcessorType__OwnedPrototypeAssignment_3_1_1();
@@ -40549,11 +37746,11 @@ else if ( (LA103_0==RULE_ID) ) {
}
- // InternalAadl2Parser.g:8803:3: ( ( rule__ProcessorType__OwnedPrototypeAssignment_3_1_1 )* )
- // InternalAadl2Parser.g:8804:4: ( rule__ProcessorType__OwnedPrototypeAssignment_3_1_1 )*
+ // InternalAadl2Parser.g:7853:3: ( ( rule__ProcessorType__OwnedPrototypeAssignment_3_1_1 )* )
+ // InternalAadl2Parser.g:7854:4: ( rule__ProcessorType__OwnedPrototypeAssignment_3_1_1 )*
{
before(grammarAccess.getProcessorTypeAccess().getOwnedPrototypeAssignment_3_1_1());
- // InternalAadl2Parser.g:8805:4: ( rule__ProcessorType__OwnedPrototypeAssignment_3_1_1 )*
+ // InternalAadl2Parser.g:7855:4: ( rule__ProcessorType__OwnedPrototypeAssignment_3_1_1 )*
loop102:
do {
int alt102=2;
@@ -40566,7 +37763,7 @@ else if ( (LA103_0==RULE_ID) ) {
switch (alt102) {
case 1 :
- // InternalAadl2Parser.g:8805:5: rule__ProcessorType__OwnedPrototypeAssignment_3_1_1
+ // InternalAadl2Parser.g:7855:5: rule__ProcessorType__OwnedPrototypeAssignment_3_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__ProcessorType__OwnedPrototypeAssignment_3_1_1();
@@ -40610,13 +37807,13 @@ else if ( (LA103_0==RULE_ID) ) {
// $ANTLR start "rule__ProcessorType__Alternatives_4_1"
- // InternalAadl2Parser.g:8814:1: rule__ProcessorType__Alternatives_4_1 : ( ( ( rule__ProcessorType__Group_4_1_0__0 ) ) | ( ( ( rule__ProcessorType__Alternatives_4_1_1 ) ) ( ( rule__ProcessorType__Alternatives_4_1_1 )* ) ) );
+ // InternalAadl2Parser.g:7864:1: rule__ProcessorType__Alternatives_4_1 : ( ( ( rule__ProcessorType__Group_4_1_0__0 ) ) | ( ( ( rule__ProcessorType__Alternatives_4_1_1 ) ) ( ( rule__ProcessorType__Alternatives_4_1_1 )* ) ) );
public final void rule__ProcessorType__Alternatives_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:8818:1: ( ( ( rule__ProcessorType__Group_4_1_0__0 ) ) | ( ( ( rule__ProcessorType__Alternatives_4_1_1 ) ) ( ( rule__ProcessorType__Alternatives_4_1_1 )* ) ) )
+ // InternalAadl2Parser.g:7868:1: ( ( ( rule__ProcessorType__Group_4_1_0__0 ) ) | ( ( ( rule__ProcessorType__Alternatives_4_1_1 ) ) ( ( rule__ProcessorType__Alternatives_4_1_1 )* ) ) )
int alt105=2;
int LA105_0 = input.LA(1);
@@ -40634,14 +37831,14 @@ else if ( (LA105_0==RULE_ID) ) {
}
switch (alt105) {
case 1 :
- // InternalAadl2Parser.g:8819:2: ( ( rule__ProcessorType__Group_4_1_0__0 ) )
+ // InternalAadl2Parser.g:7869:2: ( ( rule__ProcessorType__Group_4_1_0__0 ) )
{
- // InternalAadl2Parser.g:8819:2: ( ( rule__ProcessorType__Group_4_1_0__0 ) )
- // InternalAadl2Parser.g:8820:3: ( rule__ProcessorType__Group_4_1_0__0 )
+ // InternalAadl2Parser.g:7869:2: ( ( rule__ProcessorType__Group_4_1_0__0 ) )
+ // InternalAadl2Parser.g:7870:3: ( rule__ProcessorType__Group_4_1_0__0 )
{
before(grammarAccess.getProcessorTypeAccess().getGroup_4_1_0());
- // InternalAadl2Parser.g:8821:3: ( rule__ProcessorType__Group_4_1_0__0 )
- // InternalAadl2Parser.g:8821:4: rule__ProcessorType__Group_4_1_0__0
+ // InternalAadl2Parser.g:7871:3: ( rule__ProcessorType__Group_4_1_0__0 )
+ // InternalAadl2Parser.g:7871:4: rule__ProcessorType__Group_4_1_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__Group_4_1_0__0();
@@ -40659,17 +37856,17 @@ else if ( (LA105_0==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:8825:2: ( ( ( rule__ProcessorType__Alternatives_4_1_1 ) ) ( ( rule__ProcessorType__Alternatives_4_1_1 )* ) )
+ // InternalAadl2Parser.g:7875:2: ( ( ( rule__ProcessorType__Alternatives_4_1_1 ) ) ( ( rule__ProcessorType__Alternatives_4_1_1 )* ) )
{
- // InternalAadl2Parser.g:8825:2: ( ( ( rule__ProcessorType__Alternatives_4_1_1 ) ) ( ( rule__ProcessorType__Alternatives_4_1_1 )* ) )
- // InternalAadl2Parser.g:8826:3: ( ( rule__ProcessorType__Alternatives_4_1_1 ) ) ( ( rule__ProcessorType__Alternatives_4_1_1 )* )
+ // InternalAadl2Parser.g:7875:2: ( ( ( rule__ProcessorType__Alternatives_4_1_1 ) ) ( ( rule__ProcessorType__Alternatives_4_1_1 )* ) )
+ // InternalAadl2Parser.g:7876:3: ( ( rule__ProcessorType__Alternatives_4_1_1 ) ) ( ( rule__ProcessorType__Alternatives_4_1_1 )* )
{
- // InternalAadl2Parser.g:8826:3: ( ( rule__ProcessorType__Alternatives_4_1_1 ) )
- // InternalAadl2Parser.g:8827:4: ( rule__ProcessorType__Alternatives_4_1_1 )
+ // InternalAadl2Parser.g:7876:3: ( ( rule__ProcessorType__Alternatives_4_1_1 ) )
+ // InternalAadl2Parser.g:7877:4: ( rule__ProcessorType__Alternatives_4_1_1 )
{
before(grammarAccess.getProcessorTypeAccess().getAlternatives_4_1_1());
- // InternalAadl2Parser.g:8828:4: ( rule__ProcessorType__Alternatives_4_1_1 )
- // InternalAadl2Parser.g:8828:5: rule__ProcessorType__Alternatives_4_1_1
+ // InternalAadl2Parser.g:7878:4: ( rule__ProcessorType__Alternatives_4_1_1 )
+ // InternalAadl2Parser.g:7878:5: rule__ProcessorType__Alternatives_4_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__ProcessorType__Alternatives_4_1_1();
@@ -40683,11 +37880,11 @@ else if ( (LA105_0==RULE_ID) ) {
}
- // InternalAadl2Parser.g:8831:3: ( ( rule__ProcessorType__Alternatives_4_1_1 )* )
- // InternalAadl2Parser.g:8832:4: ( rule__ProcessorType__Alternatives_4_1_1 )*
+ // InternalAadl2Parser.g:7881:3: ( ( rule__ProcessorType__Alternatives_4_1_1 )* )
+ // InternalAadl2Parser.g:7882:4: ( rule__ProcessorType__Alternatives_4_1_1 )*
{
before(grammarAccess.getProcessorTypeAccess().getAlternatives_4_1_1());
- // InternalAadl2Parser.g:8833:4: ( rule__ProcessorType__Alternatives_4_1_1 )*
+ // InternalAadl2Parser.g:7883:4: ( rule__ProcessorType__Alternatives_4_1_1 )*
loop104:
do {
int alt104=2;
@@ -40700,7 +37897,7 @@ else if ( (LA105_0==RULE_ID) ) {
switch (alt104) {
case 1 :
- // InternalAadl2Parser.g:8833:5: rule__ProcessorType__Alternatives_4_1_1
+ // InternalAadl2Parser.g:7883:5: rule__ProcessorType__Alternatives_4_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__ProcessorType__Alternatives_4_1_1();
@@ -40744,25 +37941,25 @@ else if ( (LA105_0==RULE_ID) ) {
// $ANTLR start "rule__ProcessorType__Alternatives_4_1_1"
- // InternalAadl2Parser.g:8842:1: rule__ProcessorType__Alternatives_4_1_1 : ( ( ( rule__ProcessorType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__ProcessorType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__ProcessorType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__ProcessorType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__ProcessorType__OwnedBusAccessAssignment_4_1_1_4 ) ) | ( ( rule__ProcessorType__OwnedSubprogramAccessAssignment_4_1_1_5 ) ) | ( ( rule__ProcessorType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) ) | ( ( rule__ProcessorType__OwnedAbstractFeatureAssignment_4_1_1_7 ) ) );
+ // InternalAadl2Parser.g:7892:1: rule__ProcessorType__Alternatives_4_1_1 : ( ( ( rule__ProcessorType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__ProcessorType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__ProcessorType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__ProcessorType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__ProcessorType__OwnedBusAccessAssignment_4_1_1_4 ) ) | ( ( rule__ProcessorType__OwnedSubprogramAccessAssignment_4_1_1_5 ) ) | ( ( rule__ProcessorType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) ) | ( ( rule__ProcessorType__OwnedAbstractFeatureAssignment_4_1_1_7 ) ) );
public final void rule__ProcessorType__Alternatives_4_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:8846:1: ( ( ( rule__ProcessorType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__ProcessorType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__ProcessorType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__ProcessorType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__ProcessorType__OwnedBusAccessAssignment_4_1_1_4 ) ) | ( ( rule__ProcessorType__OwnedSubprogramAccessAssignment_4_1_1_5 ) ) | ( ( rule__ProcessorType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) ) | ( ( rule__ProcessorType__OwnedAbstractFeatureAssignment_4_1_1_7 ) ) )
+ // InternalAadl2Parser.g:7896:1: ( ( ( rule__ProcessorType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__ProcessorType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__ProcessorType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__ProcessorType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__ProcessorType__OwnedBusAccessAssignment_4_1_1_4 ) ) | ( ( rule__ProcessorType__OwnedSubprogramAccessAssignment_4_1_1_5 ) ) | ( ( rule__ProcessorType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) ) | ( ( rule__ProcessorType__OwnedAbstractFeatureAssignment_4_1_1_7 ) ) )
int alt106=8;
alt106 = dfa106.predict(input);
switch (alt106) {
case 1 :
- // InternalAadl2Parser.g:8847:2: ( ( rule__ProcessorType__OwnedDataPortAssignment_4_1_1_0 ) )
+ // InternalAadl2Parser.g:7897:2: ( ( rule__ProcessorType__OwnedDataPortAssignment_4_1_1_0 ) )
{
- // InternalAadl2Parser.g:8847:2: ( ( rule__ProcessorType__OwnedDataPortAssignment_4_1_1_0 ) )
- // InternalAadl2Parser.g:8848:3: ( rule__ProcessorType__OwnedDataPortAssignment_4_1_1_0 )
+ // InternalAadl2Parser.g:7897:2: ( ( rule__ProcessorType__OwnedDataPortAssignment_4_1_1_0 ) )
+ // InternalAadl2Parser.g:7898:3: ( rule__ProcessorType__OwnedDataPortAssignment_4_1_1_0 )
{
before(grammarAccess.getProcessorTypeAccess().getOwnedDataPortAssignment_4_1_1_0());
- // InternalAadl2Parser.g:8849:3: ( rule__ProcessorType__OwnedDataPortAssignment_4_1_1_0 )
- // InternalAadl2Parser.g:8849:4: rule__ProcessorType__OwnedDataPortAssignment_4_1_1_0
+ // InternalAadl2Parser.g:7899:3: ( rule__ProcessorType__OwnedDataPortAssignment_4_1_1_0 )
+ // InternalAadl2Parser.g:7899:4: rule__ProcessorType__OwnedDataPortAssignment_4_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__OwnedDataPortAssignment_4_1_1_0();
@@ -40780,14 +37977,14 @@ public final void rule__ProcessorType__Alternatives_4_1_1() throws RecognitionEx
}
break;
case 2 :
- // InternalAadl2Parser.g:8853:2: ( ( rule__ProcessorType__OwnedEventPortAssignment_4_1_1_1 ) )
+ // InternalAadl2Parser.g:7903:2: ( ( rule__ProcessorType__OwnedEventPortAssignment_4_1_1_1 ) )
{
- // InternalAadl2Parser.g:8853:2: ( ( rule__ProcessorType__OwnedEventPortAssignment_4_1_1_1 ) )
- // InternalAadl2Parser.g:8854:3: ( rule__ProcessorType__OwnedEventPortAssignment_4_1_1_1 )
+ // InternalAadl2Parser.g:7903:2: ( ( rule__ProcessorType__OwnedEventPortAssignment_4_1_1_1 ) )
+ // InternalAadl2Parser.g:7904:3: ( rule__ProcessorType__OwnedEventPortAssignment_4_1_1_1 )
{
before(grammarAccess.getProcessorTypeAccess().getOwnedEventPortAssignment_4_1_1_1());
- // InternalAadl2Parser.g:8855:3: ( rule__ProcessorType__OwnedEventPortAssignment_4_1_1_1 )
- // InternalAadl2Parser.g:8855:4: rule__ProcessorType__OwnedEventPortAssignment_4_1_1_1
+ // InternalAadl2Parser.g:7905:3: ( rule__ProcessorType__OwnedEventPortAssignment_4_1_1_1 )
+ // InternalAadl2Parser.g:7905:4: rule__ProcessorType__OwnedEventPortAssignment_4_1_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__OwnedEventPortAssignment_4_1_1_1();
@@ -40805,14 +38002,14 @@ public final void rule__ProcessorType__Alternatives_4_1_1() throws RecognitionEx
}
break;
case 3 :
- // InternalAadl2Parser.g:8859:2: ( ( rule__ProcessorType__OwnedEventDataPortAssignment_4_1_1_2 ) )
+ // InternalAadl2Parser.g:7909:2: ( ( rule__ProcessorType__OwnedEventDataPortAssignment_4_1_1_2 ) )
{
- // InternalAadl2Parser.g:8859:2: ( ( rule__ProcessorType__OwnedEventDataPortAssignment_4_1_1_2 ) )
- // InternalAadl2Parser.g:8860:3: ( rule__ProcessorType__OwnedEventDataPortAssignment_4_1_1_2 )
+ // InternalAadl2Parser.g:7909:2: ( ( rule__ProcessorType__OwnedEventDataPortAssignment_4_1_1_2 ) )
+ // InternalAadl2Parser.g:7910:3: ( rule__ProcessorType__OwnedEventDataPortAssignment_4_1_1_2 )
{
before(grammarAccess.getProcessorTypeAccess().getOwnedEventDataPortAssignment_4_1_1_2());
- // InternalAadl2Parser.g:8861:3: ( rule__ProcessorType__OwnedEventDataPortAssignment_4_1_1_2 )
- // InternalAadl2Parser.g:8861:4: rule__ProcessorType__OwnedEventDataPortAssignment_4_1_1_2
+ // InternalAadl2Parser.g:7911:3: ( rule__ProcessorType__OwnedEventDataPortAssignment_4_1_1_2 )
+ // InternalAadl2Parser.g:7911:4: rule__ProcessorType__OwnedEventDataPortAssignment_4_1_1_2
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__OwnedEventDataPortAssignment_4_1_1_2();
@@ -40830,14 +38027,14 @@ public final void rule__ProcessorType__Alternatives_4_1_1() throws RecognitionEx
}
break;
case 4 :
- // InternalAadl2Parser.g:8865:2: ( ( rule__ProcessorType__OwnedFeatureGroupAssignment_4_1_1_3 ) )
+ // InternalAadl2Parser.g:7915:2: ( ( rule__ProcessorType__OwnedFeatureGroupAssignment_4_1_1_3 ) )
{
- // InternalAadl2Parser.g:8865:2: ( ( rule__ProcessorType__OwnedFeatureGroupAssignment_4_1_1_3 ) )
- // InternalAadl2Parser.g:8866:3: ( rule__ProcessorType__OwnedFeatureGroupAssignment_4_1_1_3 )
+ // InternalAadl2Parser.g:7915:2: ( ( rule__ProcessorType__OwnedFeatureGroupAssignment_4_1_1_3 ) )
+ // InternalAadl2Parser.g:7916:3: ( rule__ProcessorType__OwnedFeatureGroupAssignment_4_1_1_3 )
{
before(grammarAccess.getProcessorTypeAccess().getOwnedFeatureGroupAssignment_4_1_1_3());
- // InternalAadl2Parser.g:8867:3: ( rule__ProcessorType__OwnedFeatureGroupAssignment_4_1_1_3 )
- // InternalAadl2Parser.g:8867:4: rule__ProcessorType__OwnedFeatureGroupAssignment_4_1_1_3
+ // InternalAadl2Parser.g:7917:3: ( rule__ProcessorType__OwnedFeatureGroupAssignment_4_1_1_3 )
+ // InternalAadl2Parser.g:7917:4: rule__ProcessorType__OwnedFeatureGroupAssignment_4_1_1_3
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__OwnedFeatureGroupAssignment_4_1_1_3();
@@ -40855,14 +38052,14 @@ public final void rule__ProcessorType__Alternatives_4_1_1() throws RecognitionEx
}
break;
case 5 :
- // InternalAadl2Parser.g:8871:2: ( ( rule__ProcessorType__OwnedBusAccessAssignment_4_1_1_4 ) )
+ // InternalAadl2Parser.g:7921:2: ( ( rule__ProcessorType__OwnedBusAccessAssignment_4_1_1_4 ) )
{
- // InternalAadl2Parser.g:8871:2: ( ( rule__ProcessorType__OwnedBusAccessAssignment_4_1_1_4 ) )
- // InternalAadl2Parser.g:8872:3: ( rule__ProcessorType__OwnedBusAccessAssignment_4_1_1_4 )
+ // InternalAadl2Parser.g:7921:2: ( ( rule__ProcessorType__OwnedBusAccessAssignment_4_1_1_4 ) )
+ // InternalAadl2Parser.g:7922:3: ( rule__ProcessorType__OwnedBusAccessAssignment_4_1_1_4 )
{
before(grammarAccess.getProcessorTypeAccess().getOwnedBusAccessAssignment_4_1_1_4());
- // InternalAadl2Parser.g:8873:3: ( rule__ProcessorType__OwnedBusAccessAssignment_4_1_1_4 )
- // InternalAadl2Parser.g:8873:4: rule__ProcessorType__OwnedBusAccessAssignment_4_1_1_4
+ // InternalAadl2Parser.g:7923:3: ( rule__ProcessorType__OwnedBusAccessAssignment_4_1_1_4 )
+ // InternalAadl2Parser.g:7923:4: rule__ProcessorType__OwnedBusAccessAssignment_4_1_1_4
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__OwnedBusAccessAssignment_4_1_1_4();
@@ -40880,14 +38077,14 @@ public final void rule__ProcessorType__Alternatives_4_1_1() throws RecognitionEx
}
break;
case 6 :
- // InternalAadl2Parser.g:8877:2: ( ( rule__ProcessorType__OwnedSubprogramAccessAssignment_4_1_1_5 ) )
+ // InternalAadl2Parser.g:7927:2: ( ( rule__ProcessorType__OwnedSubprogramAccessAssignment_4_1_1_5 ) )
{
- // InternalAadl2Parser.g:8877:2: ( ( rule__ProcessorType__OwnedSubprogramAccessAssignment_4_1_1_5 ) )
- // InternalAadl2Parser.g:8878:3: ( rule__ProcessorType__OwnedSubprogramAccessAssignment_4_1_1_5 )
+ // InternalAadl2Parser.g:7927:2: ( ( rule__ProcessorType__OwnedSubprogramAccessAssignment_4_1_1_5 ) )
+ // InternalAadl2Parser.g:7928:3: ( rule__ProcessorType__OwnedSubprogramAccessAssignment_4_1_1_5 )
{
before(grammarAccess.getProcessorTypeAccess().getOwnedSubprogramAccessAssignment_4_1_1_5());
- // InternalAadl2Parser.g:8879:3: ( rule__ProcessorType__OwnedSubprogramAccessAssignment_4_1_1_5 )
- // InternalAadl2Parser.g:8879:4: rule__ProcessorType__OwnedSubprogramAccessAssignment_4_1_1_5
+ // InternalAadl2Parser.g:7929:3: ( rule__ProcessorType__OwnedSubprogramAccessAssignment_4_1_1_5 )
+ // InternalAadl2Parser.g:7929:4: rule__ProcessorType__OwnedSubprogramAccessAssignment_4_1_1_5
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__OwnedSubprogramAccessAssignment_4_1_1_5();
@@ -40905,14 +38102,14 @@ public final void rule__ProcessorType__Alternatives_4_1_1() throws RecognitionEx
}
break;
case 7 :
- // InternalAadl2Parser.g:8883:2: ( ( rule__ProcessorType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) )
+ // InternalAadl2Parser.g:7933:2: ( ( rule__ProcessorType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) )
{
- // InternalAadl2Parser.g:8883:2: ( ( rule__ProcessorType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) )
- // InternalAadl2Parser.g:8884:3: ( rule__ProcessorType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 )
+ // InternalAadl2Parser.g:7933:2: ( ( rule__ProcessorType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) )
+ // InternalAadl2Parser.g:7934:3: ( rule__ProcessorType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 )
{
before(grammarAccess.getProcessorTypeAccess().getOwnedSubprogramGroupAccessAssignment_4_1_1_6());
- // InternalAadl2Parser.g:8885:3: ( rule__ProcessorType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 )
- // InternalAadl2Parser.g:8885:4: rule__ProcessorType__OwnedSubprogramGroupAccessAssignment_4_1_1_6
+ // InternalAadl2Parser.g:7935:3: ( rule__ProcessorType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 )
+ // InternalAadl2Parser.g:7935:4: rule__ProcessorType__OwnedSubprogramGroupAccessAssignment_4_1_1_6
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__OwnedSubprogramGroupAccessAssignment_4_1_1_6();
@@ -40930,14 +38127,14 @@ public final void rule__ProcessorType__Alternatives_4_1_1() throws RecognitionEx
}
break;
case 8 :
- // InternalAadl2Parser.g:8889:2: ( ( rule__ProcessorType__OwnedAbstractFeatureAssignment_4_1_1_7 ) )
+ // InternalAadl2Parser.g:7939:2: ( ( rule__ProcessorType__OwnedAbstractFeatureAssignment_4_1_1_7 ) )
{
- // InternalAadl2Parser.g:8889:2: ( ( rule__ProcessorType__OwnedAbstractFeatureAssignment_4_1_1_7 ) )
- // InternalAadl2Parser.g:8890:3: ( rule__ProcessorType__OwnedAbstractFeatureAssignment_4_1_1_7 )
+ // InternalAadl2Parser.g:7939:2: ( ( rule__ProcessorType__OwnedAbstractFeatureAssignment_4_1_1_7 ) )
+ // InternalAadl2Parser.g:7940:3: ( rule__ProcessorType__OwnedAbstractFeatureAssignment_4_1_1_7 )
{
before(grammarAccess.getProcessorTypeAccess().getOwnedAbstractFeatureAssignment_4_1_1_7());
- // InternalAadl2Parser.g:8891:3: ( rule__ProcessorType__OwnedAbstractFeatureAssignment_4_1_1_7 )
- // InternalAadl2Parser.g:8891:4: rule__ProcessorType__OwnedAbstractFeatureAssignment_4_1_1_7
+ // InternalAadl2Parser.g:7941:3: ( rule__ProcessorType__OwnedAbstractFeatureAssignment_4_1_1_7 )
+ // InternalAadl2Parser.g:7941:4: rule__ProcessorType__OwnedAbstractFeatureAssignment_4_1_1_7
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__OwnedAbstractFeatureAssignment_4_1_1_7();
@@ -40972,13 +38169,13 @@ public final void rule__ProcessorType__Alternatives_4_1_1() throws RecognitionEx
// $ANTLR start "rule__ProcessorType__Alternatives_5_1"
- // InternalAadl2Parser.g:8899:1: rule__ProcessorType__Alternatives_5_1 : ( ( ( ( rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__ProcessorType__Group_5_1_1__0 ) ) );
+ // InternalAadl2Parser.g:7949:1: rule__ProcessorType__Alternatives_5_1 : ( ( ( ( rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__ProcessorType__Group_5_1_1__0 ) ) );
public final void rule__ProcessorType__Alternatives_5_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:8903:1: ( ( ( ( rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__ProcessorType__Group_5_1_1__0 ) ) )
+ // InternalAadl2Parser.g:7953:1: ( ( ( ( rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__ProcessorType__Group_5_1_1__0 ) ) )
int alt108=2;
int LA108_0 = input.LA(1);
@@ -40996,17 +38193,17 @@ else if ( (LA108_0==None) ) {
}
switch (alt108) {
case 1 :
- // InternalAadl2Parser.g:8904:2: ( ( ( rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
+ // InternalAadl2Parser.g:7954:2: ( ( ( rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
{
- // InternalAadl2Parser.g:8904:2: ( ( ( rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
- // InternalAadl2Parser.g:8905:3: ( ( rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0 )* )
+ // InternalAadl2Parser.g:7954:2: ( ( ( rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
+ // InternalAadl2Parser.g:7955:3: ( ( rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0 )* )
{
- // InternalAadl2Parser.g:8905:3: ( ( rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0 ) )
- // InternalAadl2Parser.g:8906:4: ( rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0 )
+ // InternalAadl2Parser.g:7955:3: ( ( rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0 ) )
+ // InternalAadl2Parser.g:7956:4: ( rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0 )
{
before(grammarAccess.getProcessorTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0());
- // InternalAadl2Parser.g:8907:4: ( rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0 )
- // InternalAadl2Parser.g:8907:5: rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0
+ // InternalAadl2Parser.g:7957:4: ( rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0 )
+ // InternalAadl2Parser.g:7957:5: rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0();
@@ -41020,11 +38217,11 @@ else if ( (LA108_0==None) ) {
}
- // InternalAadl2Parser.g:8910:3: ( ( rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0 )* )
- // InternalAadl2Parser.g:8911:4: ( rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0 )*
+ // InternalAadl2Parser.g:7960:3: ( ( rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0 )* )
+ // InternalAadl2Parser.g:7961:4: ( rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0 )*
{
before(grammarAccess.getProcessorTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0());
- // InternalAadl2Parser.g:8912:4: ( rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0 )*
+ // InternalAadl2Parser.g:7962:4: ( rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0 )*
loop107:
do {
int alt107=2;
@@ -41037,7 +38234,7 @@ else if ( (LA108_0==None) ) {
switch (alt107) {
case 1 :
- // InternalAadl2Parser.g:8912:5: rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0
+ // InternalAadl2Parser.g:7962:5: rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__ProcessorType__OwnedFlowSpecificationAssignment_5_1_0();
@@ -41064,14 +38261,14 @@ else if ( (LA108_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:8917:2: ( ( rule__ProcessorType__Group_5_1_1__0 ) )
+ // InternalAadl2Parser.g:7967:2: ( ( rule__ProcessorType__Group_5_1_1__0 ) )
{
- // InternalAadl2Parser.g:8917:2: ( ( rule__ProcessorType__Group_5_1_1__0 ) )
- // InternalAadl2Parser.g:8918:3: ( rule__ProcessorType__Group_5_1_1__0 )
+ // InternalAadl2Parser.g:7967:2: ( ( rule__ProcessorType__Group_5_1_1__0 ) )
+ // InternalAadl2Parser.g:7968:3: ( rule__ProcessorType__Group_5_1_1__0 )
{
before(grammarAccess.getProcessorTypeAccess().getGroup_5_1_1());
- // InternalAadl2Parser.g:8919:3: ( rule__ProcessorType__Group_5_1_1__0 )
- // InternalAadl2Parser.g:8919:4: rule__ProcessorType__Group_5_1_1__0
+ // InternalAadl2Parser.g:7969:3: ( rule__ProcessorType__Group_5_1_1__0 )
+ // InternalAadl2Parser.g:7969:4: rule__ProcessorType__Group_5_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__Group_5_1_1__0();
@@ -41106,13 +38303,13 @@ else if ( (LA108_0==None) ) {
// $ANTLR start "rule__ProcessorType__Alternatives_6"
- // InternalAadl2Parser.g:8927:1: rule__ProcessorType__Alternatives_6 : ( ( ( rule__ProcessorType__Group_6_0__0 ) ) | ( ( rule__ProcessorType__Group_6_1__0 ) ) );
+ // InternalAadl2Parser.g:7977:1: rule__ProcessorType__Alternatives_6 : ( ( ( rule__ProcessorType__Group_6_0__0 ) ) | ( ( rule__ProcessorType__Group_6_1__0 ) ) );
public final void rule__ProcessorType__Alternatives_6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:8931:1: ( ( ( rule__ProcessorType__Group_6_0__0 ) ) | ( ( rule__ProcessorType__Group_6_1__0 ) ) )
+ // InternalAadl2Parser.g:7981:1: ( ( ( rule__ProcessorType__Group_6_0__0 ) ) | ( ( rule__ProcessorType__Group_6_1__0 ) ) )
int alt109=2;
int LA109_0 = input.LA(1);
@@ -41130,14 +38327,14 @@ else if ( (LA109_0==Modes) ) {
}
switch (alt109) {
case 1 :
- // InternalAadl2Parser.g:8932:2: ( ( rule__ProcessorType__Group_6_0__0 ) )
+ // InternalAadl2Parser.g:7982:2: ( ( rule__ProcessorType__Group_6_0__0 ) )
{
- // InternalAadl2Parser.g:8932:2: ( ( rule__ProcessorType__Group_6_0__0 ) )
- // InternalAadl2Parser.g:8933:3: ( rule__ProcessorType__Group_6_0__0 )
+ // InternalAadl2Parser.g:7982:2: ( ( rule__ProcessorType__Group_6_0__0 ) )
+ // InternalAadl2Parser.g:7983:3: ( rule__ProcessorType__Group_6_0__0 )
{
before(grammarAccess.getProcessorTypeAccess().getGroup_6_0());
- // InternalAadl2Parser.g:8934:3: ( rule__ProcessorType__Group_6_0__0 )
- // InternalAadl2Parser.g:8934:4: rule__ProcessorType__Group_6_0__0
+ // InternalAadl2Parser.g:7984:3: ( rule__ProcessorType__Group_6_0__0 )
+ // InternalAadl2Parser.g:7984:4: rule__ProcessorType__Group_6_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__Group_6_0__0();
@@ -41155,14 +38352,14 @@ else if ( (LA109_0==Modes) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:8938:2: ( ( rule__ProcessorType__Group_6_1__0 ) )
+ // InternalAadl2Parser.g:7988:2: ( ( rule__ProcessorType__Group_6_1__0 ) )
{
- // InternalAadl2Parser.g:8938:2: ( ( rule__ProcessorType__Group_6_1__0 ) )
- // InternalAadl2Parser.g:8939:3: ( rule__ProcessorType__Group_6_1__0 )
+ // InternalAadl2Parser.g:7988:2: ( ( rule__ProcessorType__Group_6_1__0 ) )
+ // InternalAadl2Parser.g:7989:3: ( rule__ProcessorType__Group_6_1__0 )
{
before(grammarAccess.getProcessorTypeAccess().getGroup_6_1());
- // InternalAadl2Parser.g:8940:3: ( rule__ProcessorType__Group_6_1__0 )
- // InternalAadl2Parser.g:8940:4: rule__ProcessorType__Group_6_1__0
+ // InternalAadl2Parser.g:7990:3: ( rule__ProcessorType__Group_6_1__0 )
+ // InternalAadl2Parser.g:7990:4: rule__ProcessorType__Group_6_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__Group_6_1__0();
@@ -41197,13 +38394,13 @@ else if ( (LA109_0==Modes) ) {
// $ANTLR start "rule__ProcessorType__Alternatives_6_1_1"
- // InternalAadl2Parser.g:8948:1: rule__ProcessorType__Alternatives_6_1_1 : ( ( ( ( rule__ProcessorType__Alternatives_6_1_1_0 ) ) ( ( rule__ProcessorType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__ProcessorType__Group_6_1_1_1__0 ) ) );
+ // InternalAadl2Parser.g:7998:1: rule__ProcessorType__Alternatives_6_1_1 : ( ( ( ( rule__ProcessorType__Alternatives_6_1_1_0 ) ) ( ( rule__ProcessorType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__ProcessorType__Group_6_1_1_1__0 ) ) );
public final void rule__ProcessorType__Alternatives_6_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:8952:1: ( ( ( ( rule__ProcessorType__Alternatives_6_1_1_0 ) ) ( ( rule__ProcessorType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__ProcessorType__Group_6_1_1_1__0 ) ) )
+ // InternalAadl2Parser.g:8002:1: ( ( ( ( rule__ProcessorType__Alternatives_6_1_1_0 ) ) ( ( rule__ProcessorType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__ProcessorType__Group_6_1_1_1__0 ) ) )
int alt111=2;
int LA111_0 = input.LA(1);
@@ -41221,17 +38418,17 @@ else if ( (LA111_0==None) ) {
}
switch (alt111) {
case 1 :
- // InternalAadl2Parser.g:8953:2: ( ( ( rule__ProcessorType__Alternatives_6_1_1_0 ) ) ( ( rule__ProcessorType__Alternatives_6_1_1_0 )* ) )
+ // InternalAadl2Parser.g:8003:2: ( ( ( rule__ProcessorType__Alternatives_6_1_1_0 ) ) ( ( rule__ProcessorType__Alternatives_6_1_1_0 )* ) )
{
- // InternalAadl2Parser.g:8953:2: ( ( ( rule__ProcessorType__Alternatives_6_1_1_0 ) ) ( ( rule__ProcessorType__Alternatives_6_1_1_0 )* ) )
- // InternalAadl2Parser.g:8954:3: ( ( rule__ProcessorType__Alternatives_6_1_1_0 ) ) ( ( rule__ProcessorType__Alternatives_6_1_1_0 )* )
+ // InternalAadl2Parser.g:8003:2: ( ( ( rule__ProcessorType__Alternatives_6_1_1_0 ) ) ( ( rule__ProcessorType__Alternatives_6_1_1_0 )* ) )
+ // InternalAadl2Parser.g:8004:3: ( ( rule__ProcessorType__Alternatives_6_1_1_0 ) ) ( ( rule__ProcessorType__Alternatives_6_1_1_0 )* )
{
- // InternalAadl2Parser.g:8954:3: ( ( rule__ProcessorType__Alternatives_6_1_1_0 ) )
- // InternalAadl2Parser.g:8955:4: ( rule__ProcessorType__Alternatives_6_1_1_0 )
+ // InternalAadl2Parser.g:8004:3: ( ( rule__ProcessorType__Alternatives_6_1_1_0 ) )
+ // InternalAadl2Parser.g:8005:4: ( rule__ProcessorType__Alternatives_6_1_1_0 )
{
before(grammarAccess.getProcessorTypeAccess().getAlternatives_6_1_1_0());
- // InternalAadl2Parser.g:8956:4: ( rule__ProcessorType__Alternatives_6_1_1_0 )
- // InternalAadl2Parser.g:8956:5: rule__ProcessorType__Alternatives_6_1_1_0
+ // InternalAadl2Parser.g:8006:4: ( rule__ProcessorType__Alternatives_6_1_1_0 )
+ // InternalAadl2Parser.g:8006:5: rule__ProcessorType__Alternatives_6_1_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__ProcessorType__Alternatives_6_1_1_0();
@@ -41245,11 +38442,11 @@ else if ( (LA111_0==None) ) {
}
- // InternalAadl2Parser.g:8959:3: ( ( rule__ProcessorType__Alternatives_6_1_1_0 )* )
- // InternalAadl2Parser.g:8960:4: ( rule__ProcessorType__Alternatives_6_1_1_0 )*
+ // InternalAadl2Parser.g:8009:3: ( ( rule__ProcessorType__Alternatives_6_1_1_0 )* )
+ // InternalAadl2Parser.g:8010:4: ( rule__ProcessorType__Alternatives_6_1_1_0 )*
{
before(grammarAccess.getProcessorTypeAccess().getAlternatives_6_1_1_0());
- // InternalAadl2Parser.g:8961:4: ( rule__ProcessorType__Alternatives_6_1_1_0 )*
+ // InternalAadl2Parser.g:8011:4: ( rule__ProcessorType__Alternatives_6_1_1_0 )*
loop110:
do {
int alt110=2;
@@ -41262,7 +38459,7 @@ else if ( (LA111_0==None) ) {
switch (alt110) {
case 1 :
- // InternalAadl2Parser.g:8961:5: rule__ProcessorType__Alternatives_6_1_1_0
+ // InternalAadl2Parser.g:8011:5: rule__ProcessorType__Alternatives_6_1_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__ProcessorType__Alternatives_6_1_1_0();
@@ -41289,14 +38486,14 @@ else if ( (LA111_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:8966:2: ( ( rule__ProcessorType__Group_6_1_1_1__0 ) )
+ // InternalAadl2Parser.g:8016:2: ( ( rule__ProcessorType__Group_6_1_1_1__0 ) )
{
- // InternalAadl2Parser.g:8966:2: ( ( rule__ProcessorType__Group_6_1_1_1__0 ) )
- // InternalAadl2Parser.g:8967:3: ( rule__ProcessorType__Group_6_1_1_1__0 )
+ // InternalAadl2Parser.g:8016:2: ( ( rule__ProcessorType__Group_6_1_1_1__0 ) )
+ // InternalAadl2Parser.g:8017:3: ( rule__ProcessorType__Group_6_1_1_1__0 )
{
before(grammarAccess.getProcessorTypeAccess().getGroup_6_1_1_1());
- // InternalAadl2Parser.g:8968:3: ( rule__ProcessorType__Group_6_1_1_1__0 )
- // InternalAadl2Parser.g:8968:4: rule__ProcessorType__Group_6_1_1_1__0
+ // InternalAadl2Parser.g:8018:3: ( rule__ProcessorType__Group_6_1_1_1__0 )
+ // InternalAadl2Parser.g:8018:4: rule__ProcessorType__Group_6_1_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__Group_6_1_1_1__0();
@@ -41331,38 +38528,38 @@ else if ( (LA111_0==None) ) {
// $ANTLR start "rule__ProcessorType__Alternatives_6_1_1_0"
- // InternalAadl2Parser.g:8976:1: rule__ProcessorType__Alternatives_6_1_1_0 : ( ( ( rule__ProcessorType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__ProcessorType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) );
+ // InternalAadl2Parser.g:8026:1: rule__ProcessorType__Alternatives_6_1_1_0 : ( ( ( rule__ProcessorType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__ProcessorType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) );
public final void rule__ProcessorType__Alternatives_6_1_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:8980:1: ( ( ( rule__ProcessorType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__ProcessorType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) )
+ // InternalAadl2Parser.g:8030:1: ( ( ( rule__ProcessorType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__ProcessorType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) )
int alt112=2;
int LA112_0 = input.LA(1);
if ( (LA112_0==RULE_ID) ) {
int LA112_1 = input.LA(2);
- if ( (LA112_1==Colon) ) {
- int LA112_2 = input.LA(3);
+ if ( (LA112_1==HyphenMinusLeftSquareBracket) ) {
+ alt112=2;
+ }
+ else if ( (LA112_1==Colon) ) {
+ int LA112_3 = input.LA(3);
- if ( (LA112_2==Initial||LA112_2==Mode) ) {
+ if ( (LA112_3==Initial||LA112_3==Mode) ) {
alt112=1;
}
- else if ( (LA112_2==RULE_ID) ) {
+ else if ( (LA112_3==RULE_ID) ) {
alt112=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 112, 2, input);
+ new NoViableAltException("", 112, 3, input);
throw nvae;
}
}
- else if ( (LA112_1==HyphenMinusLeftSquareBracket) ) {
- alt112=2;
- }
else {
NoViableAltException nvae =
new NoViableAltException("", 112, 1, input);
@@ -41378,14 +38575,14 @@ else if ( (LA112_1==HyphenMinusLeftSquareBracket) ) {
}
switch (alt112) {
case 1 :
- // InternalAadl2Parser.g:8981:2: ( ( rule__ProcessorType__OwnedModeAssignment_6_1_1_0_0 ) )
+ // InternalAadl2Parser.g:8031:2: ( ( rule__ProcessorType__OwnedModeAssignment_6_1_1_0_0 ) )
{
- // InternalAadl2Parser.g:8981:2: ( ( rule__ProcessorType__OwnedModeAssignment_6_1_1_0_0 ) )
- // InternalAadl2Parser.g:8982:3: ( rule__ProcessorType__OwnedModeAssignment_6_1_1_0_0 )
+ // InternalAadl2Parser.g:8031:2: ( ( rule__ProcessorType__OwnedModeAssignment_6_1_1_0_0 ) )
+ // InternalAadl2Parser.g:8032:3: ( rule__ProcessorType__OwnedModeAssignment_6_1_1_0_0 )
{
before(grammarAccess.getProcessorTypeAccess().getOwnedModeAssignment_6_1_1_0_0());
- // InternalAadl2Parser.g:8983:3: ( rule__ProcessorType__OwnedModeAssignment_6_1_1_0_0 )
- // InternalAadl2Parser.g:8983:4: rule__ProcessorType__OwnedModeAssignment_6_1_1_0_0
+ // InternalAadl2Parser.g:8033:3: ( rule__ProcessorType__OwnedModeAssignment_6_1_1_0_0 )
+ // InternalAadl2Parser.g:8033:4: rule__ProcessorType__OwnedModeAssignment_6_1_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__OwnedModeAssignment_6_1_1_0_0();
@@ -41403,14 +38600,14 @@ else if ( (LA112_1==HyphenMinusLeftSquareBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:8987:2: ( ( rule__ProcessorType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
+ // InternalAadl2Parser.g:8037:2: ( ( rule__ProcessorType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
{
- // InternalAadl2Parser.g:8987:2: ( ( rule__ProcessorType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
- // InternalAadl2Parser.g:8988:3: ( rule__ProcessorType__OwnedModeTransitionAssignment_6_1_1_0_1 )
+ // InternalAadl2Parser.g:8037:2: ( ( rule__ProcessorType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
+ // InternalAadl2Parser.g:8038:3: ( rule__ProcessorType__OwnedModeTransitionAssignment_6_1_1_0_1 )
{
before(grammarAccess.getProcessorTypeAccess().getOwnedModeTransitionAssignment_6_1_1_0_1());
- // InternalAadl2Parser.g:8989:3: ( rule__ProcessorType__OwnedModeTransitionAssignment_6_1_1_0_1 )
- // InternalAadl2Parser.g:8989:4: rule__ProcessorType__OwnedModeTransitionAssignment_6_1_1_0_1
+ // InternalAadl2Parser.g:8039:3: ( rule__ProcessorType__OwnedModeTransitionAssignment_6_1_1_0_1 )
+ // InternalAadl2Parser.g:8039:4: rule__ProcessorType__OwnedModeTransitionAssignment_6_1_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__OwnedModeTransitionAssignment_6_1_1_0_1();
@@ -41445,13 +38642,13 @@ else if ( (LA112_1==HyphenMinusLeftSquareBracket) ) {
// $ANTLR start "rule__ProcessorType__Alternatives_7_1"
- // InternalAadl2Parser.g:8997:1: rule__ProcessorType__Alternatives_7_1 : ( ( ( ( rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__ProcessorType__Group_7_1_1__0 ) ) );
+ // InternalAadl2Parser.g:8047:1: rule__ProcessorType__Alternatives_7_1 : ( ( ( ( rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__ProcessorType__Group_7_1_1__0 ) ) );
public final void rule__ProcessorType__Alternatives_7_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9001:1: ( ( ( ( rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__ProcessorType__Group_7_1_1__0 ) ) )
+ // InternalAadl2Parser.g:8051:1: ( ( ( ( rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__ProcessorType__Group_7_1_1__0 ) ) )
int alt114=2;
int LA114_0 = input.LA(1);
@@ -41469,17 +38666,17 @@ else if ( (LA114_0==None) ) {
}
switch (alt114) {
case 1 :
- // InternalAadl2Parser.g:9002:2: ( ( ( rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
+ // InternalAadl2Parser.g:8052:2: ( ( ( rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
{
- // InternalAadl2Parser.g:9002:2: ( ( ( rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
- // InternalAadl2Parser.g:9003:3: ( ( rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0 )* )
+ // InternalAadl2Parser.g:8052:2: ( ( ( rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
+ // InternalAadl2Parser.g:8053:3: ( ( rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0 )* )
{
- // InternalAadl2Parser.g:9003:3: ( ( rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0 ) )
- // InternalAadl2Parser.g:9004:4: ( rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0 )
+ // InternalAadl2Parser.g:8053:3: ( ( rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0 ) )
+ // InternalAadl2Parser.g:8054:4: ( rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0 )
{
before(grammarAccess.getProcessorTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
- // InternalAadl2Parser.g:9005:4: ( rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0 )
- // InternalAadl2Parser.g:9005:5: rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0
+ // InternalAadl2Parser.g:8055:4: ( rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0 )
+ // InternalAadl2Parser.g:8055:5: rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0();
@@ -41493,11 +38690,11 @@ else if ( (LA114_0==None) ) {
}
- // InternalAadl2Parser.g:9008:3: ( ( rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0 )* )
- // InternalAadl2Parser.g:9009:4: ( rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0 )*
+ // InternalAadl2Parser.g:8058:3: ( ( rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0 )* )
+ // InternalAadl2Parser.g:8059:4: ( rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0 )*
{
before(grammarAccess.getProcessorTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
- // InternalAadl2Parser.g:9010:4: ( rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0 )*
+ // InternalAadl2Parser.g:8060:4: ( rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0 )*
loop113:
do {
int alt113=2;
@@ -41510,7 +38707,7 @@ else if ( (LA114_0==None) ) {
switch (alt113) {
case 1 :
- // InternalAadl2Parser.g:9010:5: rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0
+ // InternalAadl2Parser.g:8060:5: rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__ProcessorType__OwnedPropertyAssociationAssignment_7_1_0();
@@ -41537,14 +38734,14 @@ else if ( (LA114_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:9015:2: ( ( rule__ProcessorType__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:8065:2: ( ( rule__ProcessorType__Group_7_1_1__0 ) )
{
- // InternalAadl2Parser.g:9015:2: ( ( rule__ProcessorType__Group_7_1_1__0 ) )
- // InternalAadl2Parser.g:9016:3: ( rule__ProcessorType__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:8065:2: ( ( rule__ProcessorType__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:8066:3: ( rule__ProcessorType__Group_7_1_1__0 )
{
before(grammarAccess.getProcessorTypeAccess().getGroup_7_1_1());
- // InternalAadl2Parser.g:9017:3: ( rule__ProcessorType__Group_7_1_1__0 )
- // InternalAadl2Parser.g:9017:4: rule__ProcessorType__Group_7_1_1__0
+ // InternalAadl2Parser.g:8067:3: ( rule__ProcessorType__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:8067:4: rule__ProcessorType__Group_7_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__Group_7_1_1__0();
@@ -41579,13 +38776,13 @@ else if ( (LA114_0==None) ) {
// $ANTLR start "rule__DeviceType__Alternatives_3_1"
- // InternalAadl2Parser.g:9025:1: rule__DeviceType__Alternatives_3_1 : ( ( ( rule__DeviceType__Group_3_1_0__0 ) ) | ( ( ( rule__DeviceType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__DeviceType__OwnedPrototypeAssignment_3_1_1 )* ) ) );
+ // InternalAadl2Parser.g:8075:1: rule__DeviceType__Alternatives_3_1 : ( ( ( rule__DeviceType__Group_3_1_0__0 ) ) | ( ( ( rule__DeviceType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__DeviceType__OwnedPrototypeAssignment_3_1_1 )* ) ) );
public final void rule__DeviceType__Alternatives_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9029:1: ( ( ( rule__DeviceType__Group_3_1_0__0 ) ) | ( ( ( rule__DeviceType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__DeviceType__OwnedPrototypeAssignment_3_1_1 )* ) ) )
+ // InternalAadl2Parser.g:8079:1: ( ( ( rule__DeviceType__Group_3_1_0__0 ) ) | ( ( ( rule__DeviceType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__DeviceType__OwnedPrototypeAssignment_3_1_1 )* ) ) )
int alt116=2;
int LA116_0 = input.LA(1);
@@ -41603,14 +38800,14 @@ else if ( (LA116_0==RULE_ID) ) {
}
switch (alt116) {
case 1 :
- // InternalAadl2Parser.g:9030:2: ( ( rule__DeviceType__Group_3_1_0__0 ) )
+ // InternalAadl2Parser.g:8080:2: ( ( rule__DeviceType__Group_3_1_0__0 ) )
{
- // InternalAadl2Parser.g:9030:2: ( ( rule__DeviceType__Group_3_1_0__0 ) )
- // InternalAadl2Parser.g:9031:3: ( rule__DeviceType__Group_3_1_0__0 )
+ // InternalAadl2Parser.g:8080:2: ( ( rule__DeviceType__Group_3_1_0__0 ) )
+ // InternalAadl2Parser.g:8081:3: ( rule__DeviceType__Group_3_1_0__0 )
{
before(grammarAccess.getDeviceTypeAccess().getGroup_3_1_0());
- // InternalAadl2Parser.g:9032:3: ( rule__DeviceType__Group_3_1_0__0 )
- // InternalAadl2Parser.g:9032:4: rule__DeviceType__Group_3_1_0__0
+ // InternalAadl2Parser.g:8082:3: ( rule__DeviceType__Group_3_1_0__0 )
+ // InternalAadl2Parser.g:8082:4: rule__DeviceType__Group_3_1_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__Group_3_1_0__0();
@@ -41628,17 +38825,17 @@ else if ( (LA116_0==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:9036:2: ( ( ( rule__DeviceType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__DeviceType__OwnedPrototypeAssignment_3_1_1 )* ) )
+ // InternalAadl2Parser.g:8086:2: ( ( ( rule__DeviceType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__DeviceType__OwnedPrototypeAssignment_3_1_1 )* ) )
{
- // InternalAadl2Parser.g:9036:2: ( ( ( rule__DeviceType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__DeviceType__OwnedPrototypeAssignment_3_1_1 )* ) )
- // InternalAadl2Parser.g:9037:3: ( ( rule__DeviceType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__DeviceType__OwnedPrototypeAssignment_3_1_1 )* )
+ // InternalAadl2Parser.g:8086:2: ( ( ( rule__DeviceType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__DeviceType__OwnedPrototypeAssignment_3_1_1 )* ) )
+ // InternalAadl2Parser.g:8087:3: ( ( rule__DeviceType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__DeviceType__OwnedPrototypeAssignment_3_1_1 )* )
{
- // InternalAadl2Parser.g:9037:3: ( ( rule__DeviceType__OwnedPrototypeAssignment_3_1_1 ) )
- // InternalAadl2Parser.g:9038:4: ( rule__DeviceType__OwnedPrototypeAssignment_3_1_1 )
+ // InternalAadl2Parser.g:8087:3: ( ( rule__DeviceType__OwnedPrototypeAssignment_3_1_1 ) )
+ // InternalAadl2Parser.g:8088:4: ( rule__DeviceType__OwnedPrototypeAssignment_3_1_1 )
{
before(grammarAccess.getDeviceTypeAccess().getOwnedPrototypeAssignment_3_1_1());
- // InternalAadl2Parser.g:9039:4: ( rule__DeviceType__OwnedPrototypeAssignment_3_1_1 )
- // InternalAadl2Parser.g:9039:5: rule__DeviceType__OwnedPrototypeAssignment_3_1_1
+ // InternalAadl2Parser.g:8089:4: ( rule__DeviceType__OwnedPrototypeAssignment_3_1_1 )
+ // InternalAadl2Parser.g:8089:5: rule__DeviceType__OwnedPrototypeAssignment_3_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__DeviceType__OwnedPrototypeAssignment_3_1_1();
@@ -41652,11 +38849,11 @@ else if ( (LA116_0==RULE_ID) ) {
}
- // InternalAadl2Parser.g:9042:3: ( ( rule__DeviceType__OwnedPrototypeAssignment_3_1_1 )* )
- // InternalAadl2Parser.g:9043:4: ( rule__DeviceType__OwnedPrototypeAssignment_3_1_1 )*
+ // InternalAadl2Parser.g:8092:3: ( ( rule__DeviceType__OwnedPrototypeAssignment_3_1_1 )* )
+ // InternalAadl2Parser.g:8093:4: ( rule__DeviceType__OwnedPrototypeAssignment_3_1_1 )*
{
before(grammarAccess.getDeviceTypeAccess().getOwnedPrototypeAssignment_3_1_1());
- // InternalAadl2Parser.g:9044:4: ( rule__DeviceType__OwnedPrototypeAssignment_3_1_1 )*
+ // InternalAadl2Parser.g:8094:4: ( rule__DeviceType__OwnedPrototypeAssignment_3_1_1 )*
loop115:
do {
int alt115=2;
@@ -41669,7 +38866,7 @@ else if ( (LA116_0==RULE_ID) ) {
switch (alt115) {
case 1 :
- // InternalAadl2Parser.g:9044:5: rule__DeviceType__OwnedPrototypeAssignment_3_1_1
+ // InternalAadl2Parser.g:8094:5: rule__DeviceType__OwnedPrototypeAssignment_3_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__DeviceType__OwnedPrototypeAssignment_3_1_1();
@@ -41713,13 +38910,13 @@ else if ( (LA116_0==RULE_ID) ) {
// $ANTLR start "rule__DeviceType__Alternatives_4_1"
- // InternalAadl2Parser.g:9053:1: rule__DeviceType__Alternatives_4_1 : ( ( ( rule__DeviceType__Group_4_1_0__0 ) ) | ( ( ( rule__DeviceType__Alternatives_4_1_1 ) ) ( ( rule__DeviceType__Alternatives_4_1_1 )* ) ) );
+ // InternalAadl2Parser.g:8103:1: rule__DeviceType__Alternatives_4_1 : ( ( ( rule__DeviceType__Group_4_1_0__0 ) ) | ( ( ( rule__DeviceType__Alternatives_4_1_1 ) ) ( ( rule__DeviceType__Alternatives_4_1_1 )* ) ) );
public final void rule__DeviceType__Alternatives_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9057:1: ( ( ( rule__DeviceType__Group_4_1_0__0 ) ) | ( ( ( rule__DeviceType__Alternatives_4_1_1 ) ) ( ( rule__DeviceType__Alternatives_4_1_1 )* ) ) )
+ // InternalAadl2Parser.g:8107:1: ( ( ( rule__DeviceType__Group_4_1_0__0 ) ) | ( ( ( rule__DeviceType__Alternatives_4_1_1 ) ) ( ( rule__DeviceType__Alternatives_4_1_1 )* ) ) )
int alt118=2;
int LA118_0 = input.LA(1);
@@ -41737,14 +38934,14 @@ else if ( (LA118_0==RULE_ID) ) {
}
switch (alt118) {
case 1 :
- // InternalAadl2Parser.g:9058:2: ( ( rule__DeviceType__Group_4_1_0__0 ) )
+ // InternalAadl2Parser.g:8108:2: ( ( rule__DeviceType__Group_4_1_0__0 ) )
{
- // InternalAadl2Parser.g:9058:2: ( ( rule__DeviceType__Group_4_1_0__0 ) )
- // InternalAadl2Parser.g:9059:3: ( rule__DeviceType__Group_4_1_0__0 )
+ // InternalAadl2Parser.g:8108:2: ( ( rule__DeviceType__Group_4_1_0__0 ) )
+ // InternalAadl2Parser.g:8109:3: ( rule__DeviceType__Group_4_1_0__0 )
{
before(grammarAccess.getDeviceTypeAccess().getGroup_4_1_0());
- // InternalAadl2Parser.g:9060:3: ( rule__DeviceType__Group_4_1_0__0 )
- // InternalAadl2Parser.g:9060:4: rule__DeviceType__Group_4_1_0__0
+ // InternalAadl2Parser.g:8110:3: ( rule__DeviceType__Group_4_1_0__0 )
+ // InternalAadl2Parser.g:8110:4: rule__DeviceType__Group_4_1_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__Group_4_1_0__0();
@@ -41762,17 +38959,17 @@ else if ( (LA118_0==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:9064:2: ( ( ( rule__DeviceType__Alternatives_4_1_1 ) ) ( ( rule__DeviceType__Alternatives_4_1_1 )* ) )
+ // InternalAadl2Parser.g:8114:2: ( ( ( rule__DeviceType__Alternatives_4_1_1 ) ) ( ( rule__DeviceType__Alternatives_4_1_1 )* ) )
{
- // InternalAadl2Parser.g:9064:2: ( ( ( rule__DeviceType__Alternatives_4_1_1 ) ) ( ( rule__DeviceType__Alternatives_4_1_1 )* ) )
- // InternalAadl2Parser.g:9065:3: ( ( rule__DeviceType__Alternatives_4_1_1 ) ) ( ( rule__DeviceType__Alternatives_4_1_1 )* )
+ // InternalAadl2Parser.g:8114:2: ( ( ( rule__DeviceType__Alternatives_4_1_1 ) ) ( ( rule__DeviceType__Alternatives_4_1_1 )* ) )
+ // InternalAadl2Parser.g:8115:3: ( ( rule__DeviceType__Alternatives_4_1_1 ) ) ( ( rule__DeviceType__Alternatives_4_1_1 )* )
{
- // InternalAadl2Parser.g:9065:3: ( ( rule__DeviceType__Alternatives_4_1_1 ) )
- // InternalAadl2Parser.g:9066:4: ( rule__DeviceType__Alternatives_4_1_1 )
+ // InternalAadl2Parser.g:8115:3: ( ( rule__DeviceType__Alternatives_4_1_1 ) )
+ // InternalAadl2Parser.g:8116:4: ( rule__DeviceType__Alternatives_4_1_1 )
{
before(grammarAccess.getDeviceTypeAccess().getAlternatives_4_1_1());
- // InternalAadl2Parser.g:9067:4: ( rule__DeviceType__Alternatives_4_1_1 )
- // InternalAadl2Parser.g:9067:5: rule__DeviceType__Alternatives_4_1_1
+ // InternalAadl2Parser.g:8117:4: ( rule__DeviceType__Alternatives_4_1_1 )
+ // InternalAadl2Parser.g:8117:5: rule__DeviceType__Alternatives_4_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__DeviceType__Alternatives_4_1_1();
@@ -41786,11 +38983,11 @@ else if ( (LA118_0==RULE_ID) ) {
}
- // InternalAadl2Parser.g:9070:3: ( ( rule__DeviceType__Alternatives_4_1_1 )* )
- // InternalAadl2Parser.g:9071:4: ( rule__DeviceType__Alternatives_4_1_1 )*
+ // InternalAadl2Parser.g:8120:3: ( ( rule__DeviceType__Alternatives_4_1_1 )* )
+ // InternalAadl2Parser.g:8121:4: ( rule__DeviceType__Alternatives_4_1_1 )*
{
before(grammarAccess.getDeviceTypeAccess().getAlternatives_4_1_1());
- // InternalAadl2Parser.g:9072:4: ( rule__DeviceType__Alternatives_4_1_1 )*
+ // InternalAadl2Parser.g:8122:4: ( rule__DeviceType__Alternatives_4_1_1 )*
loop117:
do {
int alt117=2;
@@ -41803,7 +39000,7 @@ else if ( (LA118_0==RULE_ID) ) {
switch (alt117) {
case 1 :
- // InternalAadl2Parser.g:9072:5: rule__DeviceType__Alternatives_4_1_1
+ // InternalAadl2Parser.g:8122:5: rule__DeviceType__Alternatives_4_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__DeviceType__Alternatives_4_1_1();
@@ -41847,25 +39044,25 @@ else if ( (LA118_0==RULE_ID) ) {
// $ANTLR start "rule__DeviceType__Alternatives_4_1_1"
- // InternalAadl2Parser.g:9081:1: rule__DeviceType__Alternatives_4_1_1 : ( ( ( rule__DeviceType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__DeviceType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__DeviceType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__DeviceType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__DeviceType__OwnedBusAccessAssignment_4_1_1_4 ) ) | ( ( rule__DeviceType__OwnedSubprogramAccessAssignment_4_1_1_5 ) ) | ( ( rule__DeviceType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) ) | ( ( rule__DeviceType__OwnedAbstractFeatureAssignment_4_1_1_7 ) ) );
+ // InternalAadl2Parser.g:8131:1: rule__DeviceType__Alternatives_4_1_1 : ( ( ( rule__DeviceType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__DeviceType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__DeviceType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__DeviceType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__DeviceType__OwnedBusAccessAssignment_4_1_1_4 ) ) | ( ( rule__DeviceType__OwnedSubprogramAccessAssignment_4_1_1_5 ) ) | ( ( rule__DeviceType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) ) | ( ( rule__DeviceType__OwnedAbstractFeatureAssignment_4_1_1_7 ) ) );
public final void rule__DeviceType__Alternatives_4_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9085:1: ( ( ( rule__DeviceType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__DeviceType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__DeviceType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__DeviceType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__DeviceType__OwnedBusAccessAssignment_4_1_1_4 ) ) | ( ( rule__DeviceType__OwnedSubprogramAccessAssignment_4_1_1_5 ) ) | ( ( rule__DeviceType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) ) | ( ( rule__DeviceType__OwnedAbstractFeatureAssignment_4_1_1_7 ) ) )
+ // InternalAadl2Parser.g:8135:1: ( ( ( rule__DeviceType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__DeviceType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__DeviceType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__DeviceType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__DeviceType__OwnedBusAccessAssignment_4_1_1_4 ) ) | ( ( rule__DeviceType__OwnedSubprogramAccessAssignment_4_1_1_5 ) ) | ( ( rule__DeviceType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) ) | ( ( rule__DeviceType__OwnedAbstractFeatureAssignment_4_1_1_7 ) ) )
int alt119=8;
alt119 = dfa119.predict(input);
switch (alt119) {
case 1 :
- // InternalAadl2Parser.g:9086:2: ( ( rule__DeviceType__OwnedDataPortAssignment_4_1_1_0 ) )
+ // InternalAadl2Parser.g:8136:2: ( ( rule__DeviceType__OwnedDataPortAssignment_4_1_1_0 ) )
{
- // InternalAadl2Parser.g:9086:2: ( ( rule__DeviceType__OwnedDataPortAssignment_4_1_1_0 ) )
- // InternalAadl2Parser.g:9087:3: ( rule__DeviceType__OwnedDataPortAssignment_4_1_1_0 )
+ // InternalAadl2Parser.g:8136:2: ( ( rule__DeviceType__OwnedDataPortAssignment_4_1_1_0 ) )
+ // InternalAadl2Parser.g:8137:3: ( rule__DeviceType__OwnedDataPortAssignment_4_1_1_0 )
{
before(grammarAccess.getDeviceTypeAccess().getOwnedDataPortAssignment_4_1_1_0());
- // InternalAadl2Parser.g:9088:3: ( rule__DeviceType__OwnedDataPortAssignment_4_1_1_0 )
- // InternalAadl2Parser.g:9088:4: rule__DeviceType__OwnedDataPortAssignment_4_1_1_0
+ // InternalAadl2Parser.g:8138:3: ( rule__DeviceType__OwnedDataPortAssignment_4_1_1_0 )
+ // InternalAadl2Parser.g:8138:4: rule__DeviceType__OwnedDataPortAssignment_4_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__OwnedDataPortAssignment_4_1_1_0();
@@ -41883,14 +39080,14 @@ public final void rule__DeviceType__Alternatives_4_1_1() throws RecognitionExcep
}
break;
case 2 :
- // InternalAadl2Parser.g:9092:2: ( ( rule__DeviceType__OwnedEventPortAssignment_4_1_1_1 ) )
+ // InternalAadl2Parser.g:8142:2: ( ( rule__DeviceType__OwnedEventPortAssignment_4_1_1_1 ) )
{
- // InternalAadl2Parser.g:9092:2: ( ( rule__DeviceType__OwnedEventPortAssignment_4_1_1_1 ) )
- // InternalAadl2Parser.g:9093:3: ( rule__DeviceType__OwnedEventPortAssignment_4_1_1_1 )
+ // InternalAadl2Parser.g:8142:2: ( ( rule__DeviceType__OwnedEventPortAssignment_4_1_1_1 ) )
+ // InternalAadl2Parser.g:8143:3: ( rule__DeviceType__OwnedEventPortAssignment_4_1_1_1 )
{
before(grammarAccess.getDeviceTypeAccess().getOwnedEventPortAssignment_4_1_1_1());
- // InternalAadl2Parser.g:9094:3: ( rule__DeviceType__OwnedEventPortAssignment_4_1_1_1 )
- // InternalAadl2Parser.g:9094:4: rule__DeviceType__OwnedEventPortAssignment_4_1_1_1
+ // InternalAadl2Parser.g:8144:3: ( rule__DeviceType__OwnedEventPortAssignment_4_1_1_1 )
+ // InternalAadl2Parser.g:8144:4: rule__DeviceType__OwnedEventPortAssignment_4_1_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__OwnedEventPortAssignment_4_1_1_1();
@@ -41908,14 +39105,14 @@ public final void rule__DeviceType__Alternatives_4_1_1() throws RecognitionExcep
}
break;
case 3 :
- // InternalAadl2Parser.g:9098:2: ( ( rule__DeviceType__OwnedEventDataPortAssignment_4_1_1_2 ) )
+ // InternalAadl2Parser.g:8148:2: ( ( rule__DeviceType__OwnedEventDataPortAssignment_4_1_1_2 ) )
{
- // InternalAadl2Parser.g:9098:2: ( ( rule__DeviceType__OwnedEventDataPortAssignment_4_1_1_2 ) )
- // InternalAadl2Parser.g:9099:3: ( rule__DeviceType__OwnedEventDataPortAssignment_4_1_1_2 )
+ // InternalAadl2Parser.g:8148:2: ( ( rule__DeviceType__OwnedEventDataPortAssignment_4_1_1_2 ) )
+ // InternalAadl2Parser.g:8149:3: ( rule__DeviceType__OwnedEventDataPortAssignment_4_1_1_2 )
{
before(grammarAccess.getDeviceTypeAccess().getOwnedEventDataPortAssignment_4_1_1_2());
- // InternalAadl2Parser.g:9100:3: ( rule__DeviceType__OwnedEventDataPortAssignment_4_1_1_2 )
- // InternalAadl2Parser.g:9100:4: rule__DeviceType__OwnedEventDataPortAssignment_4_1_1_2
+ // InternalAadl2Parser.g:8150:3: ( rule__DeviceType__OwnedEventDataPortAssignment_4_1_1_2 )
+ // InternalAadl2Parser.g:8150:4: rule__DeviceType__OwnedEventDataPortAssignment_4_1_1_2
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__OwnedEventDataPortAssignment_4_1_1_2();
@@ -41933,14 +39130,14 @@ public final void rule__DeviceType__Alternatives_4_1_1() throws RecognitionExcep
}
break;
case 4 :
- // InternalAadl2Parser.g:9104:2: ( ( rule__DeviceType__OwnedFeatureGroupAssignment_4_1_1_3 ) )
+ // InternalAadl2Parser.g:8154:2: ( ( rule__DeviceType__OwnedFeatureGroupAssignment_4_1_1_3 ) )
{
- // InternalAadl2Parser.g:9104:2: ( ( rule__DeviceType__OwnedFeatureGroupAssignment_4_1_1_3 ) )
- // InternalAadl2Parser.g:9105:3: ( rule__DeviceType__OwnedFeatureGroupAssignment_4_1_1_3 )
+ // InternalAadl2Parser.g:8154:2: ( ( rule__DeviceType__OwnedFeatureGroupAssignment_4_1_1_3 ) )
+ // InternalAadl2Parser.g:8155:3: ( rule__DeviceType__OwnedFeatureGroupAssignment_4_1_1_3 )
{
before(grammarAccess.getDeviceTypeAccess().getOwnedFeatureGroupAssignment_4_1_1_3());
- // InternalAadl2Parser.g:9106:3: ( rule__DeviceType__OwnedFeatureGroupAssignment_4_1_1_3 )
- // InternalAadl2Parser.g:9106:4: rule__DeviceType__OwnedFeatureGroupAssignment_4_1_1_3
+ // InternalAadl2Parser.g:8156:3: ( rule__DeviceType__OwnedFeatureGroupAssignment_4_1_1_3 )
+ // InternalAadl2Parser.g:8156:4: rule__DeviceType__OwnedFeatureGroupAssignment_4_1_1_3
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__OwnedFeatureGroupAssignment_4_1_1_3();
@@ -41958,14 +39155,14 @@ public final void rule__DeviceType__Alternatives_4_1_1() throws RecognitionExcep
}
break;
case 5 :
- // InternalAadl2Parser.g:9110:2: ( ( rule__DeviceType__OwnedBusAccessAssignment_4_1_1_4 ) )
+ // InternalAadl2Parser.g:8160:2: ( ( rule__DeviceType__OwnedBusAccessAssignment_4_1_1_4 ) )
{
- // InternalAadl2Parser.g:9110:2: ( ( rule__DeviceType__OwnedBusAccessAssignment_4_1_1_4 ) )
- // InternalAadl2Parser.g:9111:3: ( rule__DeviceType__OwnedBusAccessAssignment_4_1_1_4 )
+ // InternalAadl2Parser.g:8160:2: ( ( rule__DeviceType__OwnedBusAccessAssignment_4_1_1_4 ) )
+ // InternalAadl2Parser.g:8161:3: ( rule__DeviceType__OwnedBusAccessAssignment_4_1_1_4 )
{
before(grammarAccess.getDeviceTypeAccess().getOwnedBusAccessAssignment_4_1_1_4());
- // InternalAadl2Parser.g:9112:3: ( rule__DeviceType__OwnedBusAccessAssignment_4_1_1_4 )
- // InternalAadl2Parser.g:9112:4: rule__DeviceType__OwnedBusAccessAssignment_4_1_1_4
+ // InternalAadl2Parser.g:8162:3: ( rule__DeviceType__OwnedBusAccessAssignment_4_1_1_4 )
+ // InternalAadl2Parser.g:8162:4: rule__DeviceType__OwnedBusAccessAssignment_4_1_1_4
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__OwnedBusAccessAssignment_4_1_1_4();
@@ -41983,14 +39180,14 @@ public final void rule__DeviceType__Alternatives_4_1_1() throws RecognitionExcep
}
break;
case 6 :
- // InternalAadl2Parser.g:9116:2: ( ( rule__DeviceType__OwnedSubprogramAccessAssignment_4_1_1_5 ) )
+ // InternalAadl2Parser.g:8166:2: ( ( rule__DeviceType__OwnedSubprogramAccessAssignment_4_1_1_5 ) )
{
- // InternalAadl2Parser.g:9116:2: ( ( rule__DeviceType__OwnedSubprogramAccessAssignment_4_1_1_5 ) )
- // InternalAadl2Parser.g:9117:3: ( rule__DeviceType__OwnedSubprogramAccessAssignment_4_1_1_5 )
+ // InternalAadl2Parser.g:8166:2: ( ( rule__DeviceType__OwnedSubprogramAccessAssignment_4_1_1_5 ) )
+ // InternalAadl2Parser.g:8167:3: ( rule__DeviceType__OwnedSubprogramAccessAssignment_4_1_1_5 )
{
before(grammarAccess.getDeviceTypeAccess().getOwnedSubprogramAccessAssignment_4_1_1_5());
- // InternalAadl2Parser.g:9118:3: ( rule__DeviceType__OwnedSubprogramAccessAssignment_4_1_1_5 )
- // InternalAadl2Parser.g:9118:4: rule__DeviceType__OwnedSubprogramAccessAssignment_4_1_1_5
+ // InternalAadl2Parser.g:8168:3: ( rule__DeviceType__OwnedSubprogramAccessAssignment_4_1_1_5 )
+ // InternalAadl2Parser.g:8168:4: rule__DeviceType__OwnedSubprogramAccessAssignment_4_1_1_5
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__OwnedSubprogramAccessAssignment_4_1_1_5();
@@ -42008,14 +39205,14 @@ public final void rule__DeviceType__Alternatives_4_1_1() throws RecognitionExcep
}
break;
case 7 :
- // InternalAadl2Parser.g:9122:2: ( ( rule__DeviceType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) )
+ // InternalAadl2Parser.g:8172:2: ( ( rule__DeviceType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) )
{
- // InternalAadl2Parser.g:9122:2: ( ( rule__DeviceType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) )
- // InternalAadl2Parser.g:9123:3: ( rule__DeviceType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 )
+ // InternalAadl2Parser.g:8172:2: ( ( rule__DeviceType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 ) )
+ // InternalAadl2Parser.g:8173:3: ( rule__DeviceType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 )
{
before(grammarAccess.getDeviceTypeAccess().getOwnedSubprogramGroupAccessAssignment_4_1_1_6());
- // InternalAadl2Parser.g:9124:3: ( rule__DeviceType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 )
- // InternalAadl2Parser.g:9124:4: rule__DeviceType__OwnedSubprogramGroupAccessAssignment_4_1_1_6
+ // InternalAadl2Parser.g:8174:3: ( rule__DeviceType__OwnedSubprogramGroupAccessAssignment_4_1_1_6 )
+ // InternalAadl2Parser.g:8174:4: rule__DeviceType__OwnedSubprogramGroupAccessAssignment_4_1_1_6
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__OwnedSubprogramGroupAccessAssignment_4_1_1_6();
@@ -42033,14 +39230,14 @@ public final void rule__DeviceType__Alternatives_4_1_1() throws RecognitionExcep
}
break;
case 8 :
- // InternalAadl2Parser.g:9128:2: ( ( rule__DeviceType__OwnedAbstractFeatureAssignment_4_1_1_7 ) )
+ // InternalAadl2Parser.g:8178:2: ( ( rule__DeviceType__OwnedAbstractFeatureAssignment_4_1_1_7 ) )
{
- // InternalAadl2Parser.g:9128:2: ( ( rule__DeviceType__OwnedAbstractFeatureAssignment_4_1_1_7 ) )
- // InternalAadl2Parser.g:9129:3: ( rule__DeviceType__OwnedAbstractFeatureAssignment_4_1_1_7 )
+ // InternalAadl2Parser.g:8178:2: ( ( rule__DeviceType__OwnedAbstractFeatureAssignment_4_1_1_7 ) )
+ // InternalAadl2Parser.g:8179:3: ( rule__DeviceType__OwnedAbstractFeatureAssignment_4_1_1_7 )
{
before(grammarAccess.getDeviceTypeAccess().getOwnedAbstractFeatureAssignment_4_1_1_7());
- // InternalAadl2Parser.g:9130:3: ( rule__DeviceType__OwnedAbstractFeatureAssignment_4_1_1_7 )
- // InternalAadl2Parser.g:9130:4: rule__DeviceType__OwnedAbstractFeatureAssignment_4_1_1_7
+ // InternalAadl2Parser.g:8180:3: ( rule__DeviceType__OwnedAbstractFeatureAssignment_4_1_1_7 )
+ // InternalAadl2Parser.g:8180:4: rule__DeviceType__OwnedAbstractFeatureAssignment_4_1_1_7
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__OwnedAbstractFeatureAssignment_4_1_1_7();
@@ -42075,13 +39272,13 @@ public final void rule__DeviceType__Alternatives_4_1_1() throws RecognitionExcep
// $ANTLR start "rule__DeviceType__Alternatives_5_1"
- // InternalAadl2Parser.g:9138:1: rule__DeviceType__Alternatives_5_1 : ( ( ( ( rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__DeviceType__Group_5_1_1__0 ) ) );
+ // InternalAadl2Parser.g:8188:1: rule__DeviceType__Alternatives_5_1 : ( ( ( ( rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__DeviceType__Group_5_1_1__0 ) ) );
public final void rule__DeviceType__Alternatives_5_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9142:1: ( ( ( ( rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__DeviceType__Group_5_1_1__0 ) ) )
+ // InternalAadl2Parser.g:8192:1: ( ( ( ( rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__DeviceType__Group_5_1_1__0 ) ) )
int alt121=2;
int LA121_0 = input.LA(1);
@@ -42099,17 +39296,17 @@ else if ( (LA121_0==None) ) {
}
switch (alt121) {
case 1 :
- // InternalAadl2Parser.g:9143:2: ( ( ( rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
+ // InternalAadl2Parser.g:8193:2: ( ( ( rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
{
- // InternalAadl2Parser.g:9143:2: ( ( ( rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
- // InternalAadl2Parser.g:9144:3: ( ( rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0 )* )
+ // InternalAadl2Parser.g:8193:2: ( ( ( rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
+ // InternalAadl2Parser.g:8194:3: ( ( rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0 )* )
{
- // InternalAadl2Parser.g:9144:3: ( ( rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0 ) )
- // InternalAadl2Parser.g:9145:4: ( rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0 )
+ // InternalAadl2Parser.g:8194:3: ( ( rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0 ) )
+ // InternalAadl2Parser.g:8195:4: ( rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0 )
{
before(grammarAccess.getDeviceTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0());
- // InternalAadl2Parser.g:9146:4: ( rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0 )
- // InternalAadl2Parser.g:9146:5: rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0
+ // InternalAadl2Parser.g:8196:4: ( rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0 )
+ // InternalAadl2Parser.g:8196:5: rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0();
@@ -42123,11 +39320,11 @@ else if ( (LA121_0==None) ) {
}
- // InternalAadl2Parser.g:9149:3: ( ( rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0 )* )
- // InternalAadl2Parser.g:9150:4: ( rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0 )*
+ // InternalAadl2Parser.g:8199:3: ( ( rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0 )* )
+ // InternalAadl2Parser.g:8200:4: ( rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0 )*
{
before(grammarAccess.getDeviceTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0());
- // InternalAadl2Parser.g:9151:4: ( rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0 )*
+ // InternalAadl2Parser.g:8201:4: ( rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0 )*
loop120:
do {
int alt120=2;
@@ -42140,7 +39337,7 @@ else if ( (LA121_0==None) ) {
switch (alt120) {
case 1 :
- // InternalAadl2Parser.g:9151:5: rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0
+ // InternalAadl2Parser.g:8201:5: rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__DeviceType__OwnedFlowSpecificationAssignment_5_1_0();
@@ -42167,14 +39364,14 @@ else if ( (LA121_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:9156:2: ( ( rule__DeviceType__Group_5_1_1__0 ) )
+ // InternalAadl2Parser.g:8206:2: ( ( rule__DeviceType__Group_5_1_1__0 ) )
{
- // InternalAadl2Parser.g:9156:2: ( ( rule__DeviceType__Group_5_1_1__0 ) )
- // InternalAadl2Parser.g:9157:3: ( rule__DeviceType__Group_5_1_1__0 )
+ // InternalAadl2Parser.g:8206:2: ( ( rule__DeviceType__Group_5_1_1__0 ) )
+ // InternalAadl2Parser.g:8207:3: ( rule__DeviceType__Group_5_1_1__0 )
{
before(grammarAccess.getDeviceTypeAccess().getGroup_5_1_1());
- // InternalAadl2Parser.g:9158:3: ( rule__DeviceType__Group_5_1_1__0 )
- // InternalAadl2Parser.g:9158:4: rule__DeviceType__Group_5_1_1__0
+ // InternalAadl2Parser.g:8208:3: ( rule__DeviceType__Group_5_1_1__0 )
+ // InternalAadl2Parser.g:8208:4: rule__DeviceType__Group_5_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__Group_5_1_1__0();
@@ -42209,13 +39406,13 @@ else if ( (LA121_0==None) ) {
// $ANTLR start "rule__DeviceType__Alternatives_6"
- // InternalAadl2Parser.g:9166:1: rule__DeviceType__Alternatives_6 : ( ( ( rule__DeviceType__Group_6_0__0 ) ) | ( ( rule__DeviceType__Group_6_1__0 ) ) );
+ // InternalAadl2Parser.g:8216:1: rule__DeviceType__Alternatives_6 : ( ( ( rule__DeviceType__Group_6_0__0 ) ) | ( ( rule__DeviceType__Group_6_1__0 ) ) );
public final void rule__DeviceType__Alternatives_6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9170:1: ( ( ( rule__DeviceType__Group_6_0__0 ) ) | ( ( rule__DeviceType__Group_6_1__0 ) ) )
+ // InternalAadl2Parser.g:8220:1: ( ( ( rule__DeviceType__Group_6_0__0 ) ) | ( ( rule__DeviceType__Group_6_1__0 ) ) )
int alt122=2;
int LA122_0 = input.LA(1);
@@ -42233,14 +39430,14 @@ else if ( (LA122_0==Modes) ) {
}
switch (alt122) {
case 1 :
- // InternalAadl2Parser.g:9171:2: ( ( rule__DeviceType__Group_6_0__0 ) )
+ // InternalAadl2Parser.g:8221:2: ( ( rule__DeviceType__Group_6_0__0 ) )
{
- // InternalAadl2Parser.g:9171:2: ( ( rule__DeviceType__Group_6_0__0 ) )
- // InternalAadl2Parser.g:9172:3: ( rule__DeviceType__Group_6_0__0 )
+ // InternalAadl2Parser.g:8221:2: ( ( rule__DeviceType__Group_6_0__0 ) )
+ // InternalAadl2Parser.g:8222:3: ( rule__DeviceType__Group_6_0__0 )
{
before(grammarAccess.getDeviceTypeAccess().getGroup_6_0());
- // InternalAadl2Parser.g:9173:3: ( rule__DeviceType__Group_6_0__0 )
- // InternalAadl2Parser.g:9173:4: rule__DeviceType__Group_6_0__0
+ // InternalAadl2Parser.g:8223:3: ( rule__DeviceType__Group_6_0__0 )
+ // InternalAadl2Parser.g:8223:4: rule__DeviceType__Group_6_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__Group_6_0__0();
@@ -42258,14 +39455,14 @@ else if ( (LA122_0==Modes) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:9177:2: ( ( rule__DeviceType__Group_6_1__0 ) )
+ // InternalAadl2Parser.g:8227:2: ( ( rule__DeviceType__Group_6_1__0 ) )
{
- // InternalAadl2Parser.g:9177:2: ( ( rule__DeviceType__Group_6_1__0 ) )
- // InternalAadl2Parser.g:9178:3: ( rule__DeviceType__Group_6_1__0 )
+ // InternalAadl2Parser.g:8227:2: ( ( rule__DeviceType__Group_6_1__0 ) )
+ // InternalAadl2Parser.g:8228:3: ( rule__DeviceType__Group_6_1__0 )
{
before(grammarAccess.getDeviceTypeAccess().getGroup_6_1());
- // InternalAadl2Parser.g:9179:3: ( rule__DeviceType__Group_6_1__0 )
- // InternalAadl2Parser.g:9179:4: rule__DeviceType__Group_6_1__0
+ // InternalAadl2Parser.g:8229:3: ( rule__DeviceType__Group_6_1__0 )
+ // InternalAadl2Parser.g:8229:4: rule__DeviceType__Group_6_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__Group_6_1__0();
@@ -42300,13 +39497,13 @@ else if ( (LA122_0==Modes) ) {
// $ANTLR start "rule__DeviceType__Alternatives_6_1_1"
- // InternalAadl2Parser.g:9187:1: rule__DeviceType__Alternatives_6_1_1 : ( ( ( ( rule__DeviceType__Alternatives_6_1_1_0 ) ) ( ( rule__DeviceType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__DeviceType__Group_6_1_1_1__0 ) ) );
+ // InternalAadl2Parser.g:8237:1: rule__DeviceType__Alternatives_6_1_1 : ( ( ( ( rule__DeviceType__Alternatives_6_1_1_0 ) ) ( ( rule__DeviceType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__DeviceType__Group_6_1_1_1__0 ) ) );
public final void rule__DeviceType__Alternatives_6_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9191:1: ( ( ( ( rule__DeviceType__Alternatives_6_1_1_0 ) ) ( ( rule__DeviceType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__DeviceType__Group_6_1_1_1__0 ) ) )
+ // InternalAadl2Parser.g:8241:1: ( ( ( ( rule__DeviceType__Alternatives_6_1_1_0 ) ) ( ( rule__DeviceType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__DeviceType__Group_6_1_1_1__0 ) ) )
int alt124=2;
int LA124_0 = input.LA(1);
@@ -42324,17 +39521,17 @@ else if ( (LA124_0==None) ) {
}
switch (alt124) {
case 1 :
- // InternalAadl2Parser.g:9192:2: ( ( ( rule__DeviceType__Alternatives_6_1_1_0 ) ) ( ( rule__DeviceType__Alternatives_6_1_1_0 )* ) )
+ // InternalAadl2Parser.g:8242:2: ( ( ( rule__DeviceType__Alternatives_6_1_1_0 ) ) ( ( rule__DeviceType__Alternatives_6_1_1_0 )* ) )
{
- // InternalAadl2Parser.g:9192:2: ( ( ( rule__DeviceType__Alternatives_6_1_1_0 ) ) ( ( rule__DeviceType__Alternatives_6_1_1_0 )* ) )
- // InternalAadl2Parser.g:9193:3: ( ( rule__DeviceType__Alternatives_6_1_1_0 ) ) ( ( rule__DeviceType__Alternatives_6_1_1_0 )* )
+ // InternalAadl2Parser.g:8242:2: ( ( ( rule__DeviceType__Alternatives_6_1_1_0 ) ) ( ( rule__DeviceType__Alternatives_6_1_1_0 )* ) )
+ // InternalAadl2Parser.g:8243:3: ( ( rule__DeviceType__Alternatives_6_1_1_0 ) ) ( ( rule__DeviceType__Alternatives_6_1_1_0 )* )
{
- // InternalAadl2Parser.g:9193:3: ( ( rule__DeviceType__Alternatives_6_1_1_0 ) )
- // InternalAadl2Parser.g:9194:4: ( rule__DeviceType__Alternatives_6_1_1_0 )
+ // InternalAadl2Parser.g:8243:3: ( ( rule__DeviceType__Alternatives_6_1_1_0 ) )
+ // InternalAadl2Parser.g:8244:4: ( rule__DeviceType__Alternatives_6_1_1_0 )
{
before(grammarAccess.getDeviceTypeAccess().getAlternatives_6_1_1_0());
- // InternalAadl2Parser.g:9195:4: ( rule__DeviceType__Alternatives_6_1_1_0 )
- // InternalAadl2Parser.g:9195:5: rule__DeviceType__Alternatives_6_1_1_0
+ // InternalAadl2Parser.g:8245:4: ( rule__DeviceType__Alternatives_6_1_1_0 )
+ // InternalAadl2Parser.g:8245:5: rule__DeviceType__Alternatives_6_1_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__DeviceType__Alternatives_6_1_1_0();
@@ -42348,11 +39545,11 @@ else if ( (LA124_0==None) ) {
}
- // InternalAadl2Parser.g:9198:3: ( ( rule__DeviceType__Alternatives_6_1_1_0 )* )
- // InternalAadl2Parser.g:9199:4: ( rule__DeviceType__Alternatives_6_1_1_0 )*
+ // InternalAadl2Parser.g:8248:3: ( ( rule__DeviceType__Alternatives_6_1_1_0 )* )
+ // InternalAadl2Parser.g:8249:4: ( rule__DeviceType__Alternatives_6_1_1_0 )*
{
before(grammarAccess.getDeviceTypeAccess().getAlternatives_6_1_1_0());
- // InternalAadl2Parser.g:9200:4: ( rule__DeviceType__Alternatives_6_1_1_0 )*
+ // InternalAadl2Parser.g:8250:4: ( rule__DeviceType__Alternatives_6_1_1_0 )*
loop123:
do {
int alt123=2;
@@ -42365,7 +39562,7 @@ else if ( (LA124_0==None) ) {
switch (alt123) {
case 1 :
- // InternalAadl2Parser.g:9200:5: rule__DeviceType__Alternatives_6_1_1_0
+ // InternalAadl2Parser.g:8250:5: rule__DeviceType__Alternatives_6_1_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__DeviceType__Alternatives_6_1_1_0();
@@ -42392,14 +39589,14 @@ else if ( (LA124_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:9205:2: ( ( rule__DeviceType__Group_6_1_1_1__0 ) )
+ // InternalAadl2Parser.g:8255:2: ( ( rule__DeviceType__Group_6_1_1_1__0 ) )
{
- // InternalAadl2Parser.g:9205:2: ( ( rule__DeviceType__Group_6_1_1_1__0 ) )
- // InternalAadl2Parser.g:9206:3: ( rule__DeviceType__Group_6_1_1_1__0 )
+ // InternalAadl2Parser.g:8255:2: ( ( rule__DeviceType__Group_6_1_1_1__0 ) )
+ // InternalAadl2Parser.g:8256:3: ( rule__DeviceType__Group_6_1_1_1__0 )
{
before(grammarAccess.getDeviceTypeAccess().getGroup_6_1_1_1());
- // InternalAadl2Parser.g:9207:3: ( rule__DeviceType__Group_6_1_1_1__0 )
- // InternalAadl2Parser.g:9207:4: rule__DeviceType__Group_6_1_1_1__0
+ // InternalAadl2Parser.g:8257:3: ( rule__DeviceType__Group_6_1_1_1__0 )
+ // InternalAadl2Parser.g:8257:4: rule__DeviceType__Group_6_1_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__Group_6_1_1_1__0();
@@ -42434,13 +39631,13 @@ else if ( (LA124_0==None) ) {
// $ANTLR start "rule__DeviceType__Alternatives_6_1_1_0"
- // InternalAadl2Parser.g:9215:1: rule__DeviceType__Alternatives_6_1_1_0 : ( ( ( rule__DeviceType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__DeviceType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) );
+ // InternalAadl2Parser.g:8265:1: rule__DeviceType__Alternatives_6_1_1_0 : ( ( ( rule__DeviceType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__DeviceType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) );
public final void rule__DeviceType__Alternatives_6_1_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9219:1: ( ( ( rule__DeviceType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__DeviceType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) )
+ // InternalAadl2Parser.g:8269:1: ( ( ( rule__DeviceType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__DeviceType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) )
int alt125=2;
int LA125_0 = input.LA(1);
@@ -42481,14 +39678,14 @@ else if ( (LA125_1==HyphenMinusLeftSquareBracket) ) {
}
switch (alt125) {
case 1 :
- // InternalAadl2Parser.g:9220:2: ( ( rule__DeviceType__OwnedModeAssignment_6_1_1_0_0 ) )
+ // InternalAadl2Parser.g:8270:2: ( ( rule__DeviceType__OwnedModeAssignment_6_1_1_0_0 ) )
{
- // InternalAadl2Parser.g:9220:2: ( ( rule__DeviceType__OwnedModeAssignment_6_1_1_0_0 ) )
- // InternalAadl2Parser.g:9221:3: ( rule__DeviceType__OwnedModeAssignment_6_1_1_0_0 )
+ // InternalAadl2Parser.g:8270:2: ( ( rule__DeviceType__OwnedModeAssignment_6_1_1_0_0 ) )
+ // InternalAadl2Parser.g:8271:3: ( rule__DeviceType__OwnedModeAssignment_6_1_1_0_0 )
{
before(grammarAccess.getDeviceTypeAccess().getOwnedModeAssignment_6_1_1_0_0());
- // InternalAadl2Parser.g:9222:3: ( rule__DeviceType__OwnedModeAssignment_6_1_1_0_0 )
- // InternalAadl2Parser.g:9222:4: rule__DeviceType__OwnedModeAssignment_6_1_1_0_0
+ // InternalAadl2Parser.g:8272:3: ( rule__DeviceType__OwnedModeAssignment_6_1_1_0_0 )
+ // InternalAadl2Parser.g:8272:4: rule__DeviceType__OwnedModeAssignment_6_1_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__OwnedModeAssignment_6_1_1_0_0();
@@ -42506,14 +39703,14 @@ else if ( (LA125_1==HyphenMinusLeftSquareBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:9226:2: ( ( rule__DeviceType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
+ // InternalAadl2Parser.g:8276:2: ( ( rule__DeviceType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
{
- // InternalAadl2Parser.g:9226:2: ( ( rule__DeviceType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
- // InternalAadl2Parser.g:9227:3: ( rule__DeviceType__OwnedModeTransitionAssignment_6_1_1_0_1 )
+ // InternalAadl2Parser.g:8276:2: ( ( rule__DeviceType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
+ // InternalAadl2Parser.g:8277:3: ( rule__DeviceType__OwnedModeTransitionAssignment_6_1_1_0_1 )
{
before(grammarAccess.getDeviceTypeAccess().getOwnedModeTransitionAssignment_6_1_1_0_1());
- // InternalAadl2Parser.g:9228:3: ( rule__DeviceType__OwnedModeTransitionAssignment_6_1_1_0_1 )
- // InternalAadl2Parser.g:9228:4: rule__DeviceType__OwnedModeTransitionAssignment_6_1_1_0_1
+ // InternalAadl2Parser.g:8278:3: ( rule__DeviceType__OwnedModeTransitionAssignment_6_1_1_0_1 )
+ // InternalAadl2Parser.g:8278:4: rule__DeviceType__OwnedModeTransitionAssignment_6_1_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__OwnedModeTransitionAssignment_6_1_1_0_1();
@@ -42548,13 +39745,13 @@ else if ( (LA125_1==HyphenMinusLeftSquareBracket) ) {
// $ANTLR start "rule__DeviceType__Alternatives_7_1"
- // InternalAadl2Parser.g:9236:1: rule__DeviceType__Alternatives_7_1 : ( ( ( ( rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__DeviceType__Group_7_1_1__0 ) ) );
+ // InternalAadl2Parser.g:8286:1: rule__DeviceType__Alternatives_7_1 : ( ( ( ( rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__DeviceType__Group_7_1_1__0 ) ) );
public final void rule__DeviceType__Alternatives_7_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9240:1: ( ( ( ( rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__DeviceType__Group_7_1_1__0 ) ) )
+ // InternalAadl2Parser.g:8290:1: ( ( ( ( rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__DeviceType__Group_7_1_1__0 ) ) )
int alt127=2;
int LA127_0 = input.LA(1);
@@ -42572,17 +39769,17 @@ else if ( (LA127_0==None) ) {
}
switch (alt127) {
case 1 :
- // InternalAadl2Parser.g:9241:2: ( ( ( rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
+ // InternalAadl2Parser.g:8291:2: ( ( ( rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
{
- // InternalAadl2Parser.g:9241:2: ( ( ( rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
- // InternalAadl2Parser.g:9242:3: ( ( rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0 )* )
+ // InternalAadl2Parser.g:8291:2: ( ( ( rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
+ // InternalAadl2Parser.g:8292:3: ( ( rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0 )* )
{
- // InternalAadl2Parser.g:9242:3: ( ( rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0 ) )
- // InternalAadl2Parser.g:9243:4: ( rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0 )
+ // InternalAadl2Parser.g:8292:3: ( ( rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0 ) )
+ // InternalAadl2Parser.g:8293:4: ( rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0 )
{
before(grammarAccess.getDeviceTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
- // InternalAadl2Parser.g:9244:4: ( rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0 )
- // InternalAadl2Parser.g:9244:5: rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0
+ // InternalAadl2Parser.g:8294:4: ( rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0 )
+ // InternalAadl2Parser.g:8294:5: rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0();
@@ -42596,11 +39793,11 @@ else if ( (LA127_0==None) ) {
}
- // InternalAadl2Parser.g:9247:3: ( ( rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0 )* )
- // InternalAadl2Parser.g:9248:4: ( rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0 )*
+ // InternalAadl2Parser.g:8297:3: ( ( rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0 )* )
+ // InternalAadl2Parser.g:8298:4: ( rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0 )*
{
before(grammarAccess.getDeviceTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
- // InternalAadl2Parser.g:9249:4: ( rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0 )*
+ // InternalAadl2Parser.g:8299:4: ( rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0 )*
loop126:
do {
int alt126=2;
@@ -42613,7 +39810,7 @@ else if ( (LA127_0==None) ) {
switch (alt126) {
case 1 :
- // InternalAadl2Parser.g:9249:5: rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0
+ // InternalAadl2Parser.g:8299:5: rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__DeviceType__OwnedPropertyAssociationAssignment_7_1_0();
@@ -42640,14 +39837,14 @@ else if ( (LA127_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:9254:2: ( ( rule__DeviceType__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:8304:2: ( ( rule__DeviceType__Group_7_1_1__0 ) )
{
- // InternalAadl2Parser.g:9254:2: ( ( rule__DeviceType__Group_7_1_1__0 ) )
- // InternalAadl2Parser.g:9255:3: ( rule__DeviceType__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:8304:2: ( ( rule__DeviceType__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:8305:3: ( rule__DeviceType__Group_7_1_1__0 )
{
before(grammarAccess.getDeviceTypeAccess().getGroup_7_1_1());
- // InternalAadl2Parser.g:9256:3: ( rule__DeviceType__Group_7_1_1__0 )
- // InternalAadl2Parser.g:9256:4: rule__DeviceType__Group_7_1_1__0
+ // InternalAadl2Parser.g:8306:3: ( rule__DeviceType__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:8306:4: rule__DeviceType__Group_7_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__Group_7_1_1__0();
@@ -42682,13 +39879,13 @@ else if ( (LA127_0==None) ) {
// $ANTLR start "rule__MemoryType__Alternatives_3_1"
- // InternalAadl2Parser.g:9264:1: rule__MemoryType__Alternatives_3_1 : ( ( ( rule__MemoryType__Group_3_1_0__0 ) ) | ( ( ( rule__MemoryType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__MemoryType__OwnedPrototypeAssignment_3_1_1 )* ) ) );
+ // InternalAadl2Parser.g:8314:1: rule__MemoryType__Alternatives_3_1 : ( ( ( rule__MemoryType__Group_3_1_0__0 ) ) | ( ( ( rule__MemoryType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__MemoryType__OwnedPrototypeAssignment_3_1_1 )* ) ) );
public final void rule__MemoryType__Alternatives_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9268:1: ( ( ( rule__MemoryType__Group_3_1_0__0 ) ) | ( ( ( rule__MemoryType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__MemoryType__OwnedPrototypeAssignment_3_1_1 )* ) ) )
+ // InternalAadl2Parser.g:8318:1: ( ( ( rule__MemoryType__Group_3_1_0__0 ) ) | ( ( ( rule__MemoryType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__MemoryType__OwnedPrototypeAssignment_3_1_1 )* ) ) )
int alt129=2;
int LA129_0 = input.LA(1);
@@ -42706,14 +39903,14 @@ else if ( (LA129_0==RULE_ID) ) {
}
switch (alt129) {
case 1 :
- // InternalAadl2Parser.g:9269:2: ( ( rule__MemoryType__Group_3_1_0__0 ) )
+ // InternalAadl2Parser.g:8319:2: ( ( rule__MemoryType__Group_3_1_0__0 ) )
{
- // InternalAadl2Parser.g:9269:2: ( ( rule__MemoryType__Group_3_1_0__0 ) )
- // InternalAadl2Parser.g:9270:3: ( rule__MemoryType__Group_3_1_0__0 )
+ // InternalAadl2Parser.g:8319:2: ( ( rule__MemoryType__Group_3_1_0__0 ) )
+ // InternalAadl2Parser.g:8320:3: ( rule__MemoryType__Group_3_1_0__0 )
{
before(grammarAccess.getMemoryTypeAccess().getGroup_3_1_0());
- // InternalAadl2Parser.g:9271:3: ( rule__MemoryType__Group_3_1_0__0 )
- // InternalAadl2Parser.g:9271:4: rule__MemoryType__Group_3_1_0__0
+ // InternalAadl2Parser.g:8321:3: ( rule__MemoryType__Group_3_1_0__0 )
+ // InternalAadl2Parser.g:8321:4: rule__MemoryType__Group_3_1_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__Group_3_1_0__0();
@@ -42731,17 +39928,17 @@ else if ( (LA129_0==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:9275:2: ( ( ( rule__MemoryType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__MemoryType__OwnedPrototypeAssignment_3_1_1 )* ) )
+ // InternalAadl2Parser.g:8325:2: ( ( ( rule__MemoryType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__MemoryType__OwnedPrototypeAssignment_3_1_1 )* ) )
{
- // InternalAadl2Parser.g:9275:2: ( ( ( rule__MemoryType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__MemoryType__OwnedPrototypeAssignment_3_1_1 )* ) )
- // InternalAadl2Parser.g:9276:3: ( ( rule__MemoryType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__MemoryType__OwnedPrototypeAssignment_3_1_1 )* )
+ // InternalAadl2Parser.g:8325:2: ( ( ( rule__MemoryType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__MemoryType__OwnedPrototypeAssignment_3_1_1 )* ) )
+ // InternalAadl2Parser.g:8326:3: ( ( rule__MemoryType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__MemoryType__OwnedPrototypeAssignment_3_1_1 )* )
{
- // InternalAadl2Parser.g:9276:3: ( ( rule__MemoryType__OwnedPrototypeAssignment_3_1_1 ) )
- // InternalAadl2Parser.g:9277:4: ( rule__MemoryType__OwnedPrototypeAssignment_3_1_1 )
+ // InternalAadl2Parser.g:8326:3: ( ( rule__MemoryType__OwnedPrototypeAssignment_3_1_1 ) )
+ // InternalAadl2Parser.g:8327:4: ( rule__MemoryType__OwnedPrototypeAssignment_3_1_1 )
{
before(grammarAccess.getMemoryTypeAccess().getOwnedPrototypeAssignment_3_1_1());
- // InternalAadl2Parser.g:9278:4: ( rule__MemoryType__OwnedPrototypeAssignment_3_1_1 )
- // InternalAadl2Parser.g:9278:5: rule__MemoryType__OwnedPrototypeAssignment_3_1_1
+ // InternalAadl2Parser.g:8328:4: ( rule__MemoryType__OwnedPrototypeAssignment_3_1_1 )
+ // InternalAadl2Parser.g:8328:5: rule__MemoryType__OwnedPrototypeAssignment_3_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__MemoryType__OwnedPrototypeAssignment_3_1_1();
@@ -42755,11 +39952,11 @@ else if ( (LA129_0==RULE_ID) ) {
}
- // InternalAadl2Parser.g:9281:3: ( ( rule__MemoryType__OwnedPrototypeAssignment_3_1_1 )* )
- // InternalAadl2Parser.g:9282:4: ( rule__MemoryType__OwnedPrototypeAssignment_3_1_1 )*
+ // InternalAadl2Parser.g:8331:3: ( ( rule__MemoryType__OwnedPrototypeAssignment_3_1_1 )* )
+ // InternalAadl2Parser.g:8332:4: ( rule__MemoryType__OwnedPrototypeAssignment_3_1_1 )*
{
before(grammarAccess.getMemoryTypeAccess().getOwnedPrototypeAssignment_3_1_1());
- // InternalAadl2Parser.g:9283:4: ( rule__MemoryType__OwnedPrototypeAssignment_3_1_1 )*
+ // InternalAadl2Parser.g:8333:4: ( rule__MemoryType__OwnedPrototypeAssignment_3_1_1 )*
loop128:
do {
int alt128=2;
@@ -42772,7 +39969,7 @@ else if ( (LA129_0==RULE_ID) ) {
switch (alt128) {
case 1 :
- // InternalAadl2Parser.g:9283:5: rule__MemoryType__OwnedPrototypeAssignment_3_1_1
+ // InternalAadl2Parser.g:8333:5: rule__MemoryType__OwnedPrototypeAssignment_3_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__MemoryType__OwnedPrototypeAssignment_3_1_1();
@@ -42816,13 +40013,13 @@ else if ( (LA129_0==RULE_ID) ) {
// $ANTLR start "rule__MemoryType__Alternatives_4_1"
- // InternalAadl2Parser.g:9292:1: rule__MemoryType__Alternatives_4_1 : ( ( ( rule__MemoryType__Group_4_1_0__0 ) ) | ( ( ( rule__MemoryType__Alternatives_4_1_1 ) ) ( ( rule__MemoryType__Alternatives_4_1_1 )* ) ) );
+ // InternalAadl2Parser.g:8342:1: rule__MemoryType__Alternatives_4_1 : ( ( ( rule__MemoryType__Group_4_1_0__0 ) ) | ( ( ( rule__MemoryType__Alternatives_4_1_1 ) ) ( ( rule__MemoryType__Alternatives_4_1_1 )* ) ) );
public final void rule__MemoryType__Alternatives_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9296:1: ( ( ( rule__MemoryType__Group_4_1_0__0 ) ) | ( ( ( rule__MemoryType__Alternatives_4_1_1 ) ) ( ( rule__MemoryType__Alternatives_4_1_1 )* ) ) )
+ // InternalAadl2Parser.g:8346:1: ( ( ( rule__MemoryType__Group_4_1_0__0 ) ) | ( ( ( rule__MemoryType__Alternatives_4_1_1 ) ) ( ( rule__MemoryType__Alternatives_4_1_1 )* ) ) )
int alt131=2;
int LA131_0 = input.LA(1);
@@ -42840,14 +40037,14 @@ else if ( (LA131_0==RULE_ID) ) {
}
switch (alt131) {
case 1 :
- // InternalAadl2Parser.g:9297:2: ( ( rule__MemoryType__Group_4_1_0__0 ) )
+ // InternalAadl2Parser.g:8347:2: ( ( rule__MemoryType__Group_4_1_0__0 ) )
{
- // InternalAadl2Parser.g:9297:2: ( ( rule__MemoryType__Group_4_1_0__0 ) )
- // InternalAadl2Parser.g:9298:3: ( rule__MemoryType__Group_4_1_0__0 )
+ // InternalAadl2Parser.g:8347:2: ( ( rule__MemoryType__Group_4_1_0__0 ) )
+ // InternalAadl2Parser.g:8348:3: ( rule__MemoryType__Group_4_1_0__0 )
{
before(grammarAccess.getMemoryTypeAccess().getGroup_4_1_0());
- // InternalAadl2Parser.g:9299:3: ( rule__MemoryType__Group_4_1_0__0 )
- // InternalAadl2Parser.g:9299:4: rule__MemoryType__Group_4_1_0__0
+ // InternalAadl2Parser.g:8349:3: ( rule__MemoryType__Group_4_1_0__0 )
+ // InternalAadl2Parser.g:8349:4: rule__MemoryType__Group_4_1_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__Group_4_1_0__0();
@@ -42865,17 +40062,17 @@ else if ( (LA131_0==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:9303:2: ( ( ( rule__MemoryType__Alternatives_4_1_1 ) ) ( ( rule__MemoryType__Alternatives_4_1_1 )* ) )
+ // InternalAadl2Parser.g:8353:2: ( ( ( rule__MemoryType__Alternatives_4_1_1 ) ) ( ( rule__MemoryType__Alternatives_4_1_1 )* ) )
{
- // InternalAadl2Parser.g:9303:2: ( ( ( rule__MemoryType__Alternatives_4_1_1 ) ) ( ( rule__MemoryType__Alternatives_4_1_1 )* ) )
- // InternalAadl2Parser.g:9304:3: ( ( rule__MemoryType__Alternatives_4_1_1 ) ) ( ( rule__MemoryType__Alternatives_4_1_1 )* )
+ // InternalAadl2Parser.g:8353:2: ( ( ( rule__MemoryType__Alternatives_4_1_1 ) ) ( ( rule__MemoryType__Alternatives_4_1_1 )* ) )
+ // InternalAadl2Parser.g:8354:3: ( ( rule__MemoryType__Alternatives_4_1_1 ) ) ( ( rule__MemoryType__Alternatives_4_1_1 )* )
{
- // InternalAadl2Parser.g:9304:3: ( ( rule__MemoryType__Alternatives_4_1_1 ) )
- // InternalAadl2Parser.g:9305:4: ( rule__MemoryType__Alternatives_4_1_1 )
+ // InternalAadl2Parser.g:8354:3: ( ( rule__MemoryType__Alternatives_4_1_1 ) )
+ // InternalAadl2Parser.g:8355:4: ( rule__MemoryType__Alternatives_4_1_1 )
{
before(grammarAccess.getMemoryTypeAccess().getAlternatives_4_1_1());
- // InternalAadl2Parser.g:9306:4: ( rule__MemoryType__Alternatives_4_1_1 )
- // InternalAadl2Parser.g:9306:5: rule__MemoryType__Alternatives_4_1_1
+ // InternalAadl2Parser.g:8356:4: ( rule__MemoryType__Alternatives_4_1_1 )
+ // InternalAadl2Parser.g:8356:5: rule__MemoryType__Alternatives_4_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__MemoryType__Alternatives_4_1_1();
@@ -42889,11 +40086,11 @@ else if ( (LA131_0==RULE_ID) ) {
}
- // InternalAadl2Parser.g:9309:3: ( ( rule__MemoryType__Alternatives_4_1_1 )* )
- // InternalAadl2Parser.g:9310:4: ( rule__MemoryType__Alternatives_4_1_1 )*
+ // InternalAadl2Parser.g:8359:3: ( ( rule__MemoryType__Alternatives_4_1_1 )* )
+ // InternalAadl2Parser.g:8360:4: ( rule__MemoryType__Alternatives_4_1_1 )*
{
before(grammarAccess.getMemoryTypeAccess().getAlternatives_4_1_1());
- // InternalAadl2Parser.g:9311:4: ( rule__MemoryType__Alternatives_4_1_1 )*
+ // InternalAadl2Parser.g:8361:4: ( rule__MemoryType__Alternatives_4_1_1 )*
loop130:
do {
int alt130=2;
@@ -42906,7 +40103,7 @@ else if ( (LA131_0==RULE_ID) ) {
switch (alt130) {
case 1 :
- // InternalAadl2Parser.g:9311:5: rule__MemoryType__Alternatives_4_1_1
+ // InternalAadl2Parser.g:8361:5: rule__MemoryType__Alternatives_4_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__MemoryType__Alternatives_4_1_1();
@@ -42950,25 +40147,25 @@ else if ( (LA131_0==RULE_ID) ) {
// $ANTLR start "rule__MemoryType__Alternatives_4_1_1"
- // InternalAadl2Parser.g:9320:1: rule__MemoryType__Alternatives_4_1_1 : ( ( ( rule__MemoryType__OwnedFeatureGroupAssignment_4_1_1_0 ) ) | ( ( rule__MemoryType__OwnedBusAccessAssignment_4_1_1_1 ) ) | ( ( rule__MemoryType__OwnedDataPortAssignment_4_1_1_2 ) ) | ( ( rule__MemoryType__OwnedEventPortAssignment_4_1_1_3 ) ) | ( ( rule__MemoryType__OwnedEventDataPortAssignment_4_1_1_4 ) ) | ( ( rule__MemoryType__OwnedAbstractFeatureAssignment_4_1_1_5 ) ) );
+ // InternalAadl2Parser.g:8370:1: rule__MemoryType__Alternatives_4_1_1 : ( ( ( rule__MemoryType__OwnedFeatureGroupAssignment_4_1_1_0 ) ) | ( ( rule__MemoryType__OwnedBusAccessAssignment_4_1_1_1 ) ) | ( ( rule__MemoryType__OwnedDataPortAssignment_4_1_1_2 ) ) | ( ( rule__MemoryType__OwnedEventPortAssignment_4_1_1_3 ) ) | ( ( rule__MemoryType__OwnedEventDataPortAssignment_4_1_1_4 ) ) | ( ( rule__MemoryType__OwnedAbstractFeatureAssignment_4_1_1_5 ) ) );
public final void rule__MemoryType__Alternatives_4_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9324:1: ( ( ( rule__MemoryType__OwnedFeatureGroupAssignment_4_1_1_0 ) ) | ( ( rule__MemoryType__OwnedBusAccessAssignment_4_1_1_1 ) ) | ( ( rule__MemoryType__OwnedDataPortAssignment_4_1_1_2 ) ) | ( ( rule__MemoryType__OwnedEventPortAssignment_4_1_1_3 ) ) | ( ( rule__MemoryType__OwnedEventDataPortAssignment_4_1_1_4 ) ) | ( ( rule__MemoryType__OwnedAbstractFeatureAssignment_4_1_1_5 ) ) )
+ // InternalAadl2Parser.g:8374:1: ( ( ( rule__MemoryType__OwnedFeatureGroupAssignment_4_1_1_0 ) ) | ( ( rule__MemoryType__OwnedBusAccessAssignment_4_1_1_1 ) ) | ( ( rule__MemoryType__OwnedDataPortAssignment_4_1_1_2 ) ) | ( ( rule__MemoryType__OwnedEventPortAssignment_4_1_1_3 ) ) | ( ( rule__MemoryType__OwnedEventDataPortAssignment_4_1_1_4 ) ) | ( ( rule__MemoryType__OwnedAbstractFeatureAssignment_4_1_1_5 ) ) )
int alt132=6;
alt132 = dfa132.predict(input);
switch (alt132) {
case 1 :
- // InternalAadl2Parser.g:9325:2: ( ( rule__MemoryType__OwnedFeatureGroupAssignment_4_1_1_0 ) )
+ // InternalAadl2Parser.g:8375:2: ( ( rule__MemoryType__OwnedFeatureGroupAssignment_4_1_1_0 ) )
{
- // InternalAadl2Parser.g:9325:2: ( ( rule__MemoryType__OwnedFeatureGroupAssignment_4_1_1_0 ) )
- // InternalAadl2Parser.g:9326:3: ( rule__MemoryType__OwnedFeatureGroupAssignment_4_1_1_0 )
+ // InternalAadl2Parser.g:8375:2: ( ( rule__MemoryType__OwnedFeatureGroupAssignment_4_1_1_0 ) )
+ // InternalAadl2Parser.g:8376:3: ( rule__MemoryType__OwnedFeatureGroupAssignment_4_1_1_0 )
{
before(grammarAccess.getMemoryTypeAccess().getOwnedFeatureGroupAssignment_4_1_1_0());
- // InternalAadl2Parser.g:9327:3: ( rule__MemoryType__OwnedFeatureGroupAssignment_4_1_1_0 )
- // InternalAadl2Parser.g:9327:4: rule__MemoryType__OwnedFeatureGroupAssignment_4_1_1_0
+ // InternalAadl2Parser.g:8377:3: ( rule__MemoryType__OwnedFeatureGroupAssignment_4_1_1_0 )
+ // InternalAadl2Parser.g:8377:4: rule__MemoryType__OwnedFeatureGroupAssignment_4_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__OwnedFeatureGroupAssignment_4_1_1_0();
@@ -42986,14 +40183,14 @@ public final void rule__MemoryType__Alternatives_4_1_1() throws RecognitionExcep
}
break;
case 2 :
- // InternalAadl2Parser.g:9331:2: ( ( rule__MemoryType__OwnedBusAccessAssignment_4_1_1_1 ) )
+ // InternalAadl2Parser.g:8381:2: ( ( rule__MemoryType__OwnedBusAccessAssignment_4_1_1_1 ) )
{
- // InternalAadl2Parser.g:9331:2: ( ( rule__MemoryType__OwnedBusAccessAssignment_4_1_1_1 ) )
- // InternalAadl2Parser.g:9332:3: ( rule__MemoryType__OwnedBusAccessAssignment_4_1_1_1 )
+ // InternalAadl2Parser.g:8381:2: ( ( rule__MemoryType__OwnedBusAccessAssignment_4_1_1_1 ) )
+ // InternalAadl2Parser.g:8382:3: ( rule__MemoryType__OwnedBusAccessAssignment_4_1_1_1 )
{
before(grammarAccess.getMemoryTypeAccess().getOwnedBusAccessAssignment_4_1_1_1());
- // InternalAadl2Parser.g:9333:3: ( rule__MemoryType__OwnedBusAccessAssignment_4_1_1_1 )
- // InternalAadl2Parser.g:9333:4: rule__MemoryType__OwnedBusAccessAssignment_4_1_1_1
+ // InternalAadl2Parser.g:8383:3: ( rule__MemoryType__OwnedBusAccessAssignment_4_1_1_1 )
+ // InternalAadl2Parser.g:8383:4: rule__MemoryType__OwnedBusAccessAssignment_4_1_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__OwnedBusAccessAssignment_4_1_1_1();
@@ -43011,14 +40208,14 @@ public final void rule__MemoryType__Alternatives_4_1_1() throws RecognitionExcep
}
break;
case 3 :
- // InternalAadl2Parser.g:9337:2: ( ( rule__MemoryType__OwnedDataPortAssignment_4_1_1_2 ) )
+ // InternalAadl2Parser.g:8387:2: ( ( rule__MemoryType__OwnedDataPortAssignment_4_1_1_2 ) )
{
- // InternalAadl2Parser.g:9337:2: ( ( rule__MemoryType__OwnedDataPortAssignment_4_1_1_2 ) )
- // InternalAadl2Parser.g:9338:3: ( rule__MemoryType__OwnedDataPortAssignment_4_1_1_2 )
+ // InternalAadl2Parser.g:8387:2: ( ( rule__MemoryType__OwnedDataPortAssignment_4_1_1_2 ) )
+ // InternalAadl2Parser.g:8388:3: ( rule__MemoryType__OwnedDataPortAssignment_4_1_1_2 )
{
before(grammarAccess.getMemoryTypeAccess().getOwnedDataPortAssignment_4_1_1_2());
- // InternalAadl2Parser.g:9339:3: ( rule__MemoryType__OwnedDataPortAssignment_4_1_1_2 )
- // InternalAadl2Parser.g:9339:4: rule__MemoryType__OwnedDataPortAssignment_4_1_1_2
+ // InternalAadl2Parser.g:8389:3: ( rule__MemoryType__OwnedDataPortAssignment_4_1_1_2 )
+ // InternalAadl2Parser.g:8389:4: rule__MemoryType__OwnedDataPortAssignment_4_1_1_2
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__OwnedDataPortAssignment_4_1_1_2();
@@ -43036,14 +40233,14 @@ public final void rule__MemoryType__Alternatives_4_1_1() throws RecognitionExcep
}
break;
case 4 :
- // InternalAadl2Parser.g:9343:2: ( ( rule__MemoryType__OwnedEventPortAssignment_4_1_1_3 ) )
+ // InternalAadl2Parser.g:8393:2: ( ( rule__MemoryType__OwnedEventPortAssignment_4_1_1_3 ) )
{
- // InternalAadl2Parser.g:9343:2: ( ( rule__MemoryType__OwnedEventPortAssignment_4_1_1_3 ) )
- // InternalAadl2Parser.g:9344:3: ( rule__MemoryType__OwnedEventPortAssignment_4_1_1_3 )
+ // InternalAadl2Parser.g:8393:2: ( ( rule__MemoryType__OwnedEventPortAssignment_4_1_1_3 ) )
+ // InternalAadl2Parser.g:8394:3: ( rule__MemoryType__OwnedEventPortAssignment_4_1_1_3 )
{
before(grammarAccess.getMemoryTypeAccess().getOwnedEventPortAssignment_4_1_1_3());
- // InternalAadl2Parser.g:9345:3: ( rule__MemoryType__OwnedEventPortAssignment_4_1_1_3 )
- // InternalAadl2Parser.g:9345:4: rule__MemoryType__OwnedEventPortAssignment_4_1_1_3
+ // InternalAadl2Parser.g:8395:3: ( rule__MemoryType__OwnedEventPortAssignment_4_1_1_3 )
+ // InternalAadl2Parser.g:8395:4: rule__MemoryType__OwnedEventPortAssignment_4_1_1_3
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__OwnedEventPortAssignment_4_1_1_3();
@@ -43061,14 +40258,14 @@ public final void rule__MemoryType__Alternatives_4_1_1() throws RecognitionExcep
}
break;
case 5 :
- // InternalAadl2Parser.g:9349:2: ( ( rule__MemoryType__OwnedEventDataPortAssignment_4_1_1_4 ) )
+ // InternalAadl2Parser.g:8399:2: ( ( rule__MemoryType__OwnedEventDataPortAssignment_4_1_1_4 ) )
{
- // InternalAadl2Parser.g:9349:2: ( ( rule__MemoryType__OwnedEventDataPortAssignment_4_1_1_4 ) )
- // InternalAadl2Parser.g:9350:3: ( rule__MemoryType__OwnedEventDataPortAssignment_4_1_1_4 )
+ // InternalAadl2Parser.g:8399:2: ( ( rule__MemoryType__OwnedEventDataPortAssignment_4_1_1_4 ) )
+ // InternalAadl2Parser.g:8400:3: ( rule__MemoryType__OwnedEventDataPortAssignment_4_1_1_4 )
{
before(grammarAccess.getMemoryTypeAccess().getOwnedEventDataPortAssignment_4_1_1_4());
- // InternalAadl2Parser.g:9351:3: ( rule__MemoryType__OwnedEventDataPortAssignment_4_1_1_4 )
- // InternalAadl2Parser.g:9351:4: rule__MemoryType__OwnedEventDataPortAssignment_4_1_1_4
+ // InternalAadl2Parser.g:8401:3: ( rule__MemoryType__OwnedEventDataPortAssignment_4_1_1_4 )
+ // InternalAadl2Parser.g:8401:4: rule__MemoryType__OwnedEventDataPortAssignment_4_1_1_4
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__OwnedEventDataPortAssignment_4_1_1_4();
@@ -43086,14 +40283,14 @@ public final void rule__MemoryType__Alternatives_4_1_1() throws RecognitionExcep
}
break;
case 6 :
- // InternalAadl2Parser.g:9355:2: ( ( rule__MemoryType__OwnedAbstractFeatureAssignment_4_1_1_5 ) )
+ // InternalAadl2Parser.g:8405:2: ( ( rule__MemoryType__OwnedAbstractFeatureAssignment_4_1_1_5 ) )
{
- // InternalAadl2Parser.g:9355:2: ( ( rule__MemoryType__OwnedAbstractFeatureAssignment_4_1_1_5 ) )
- // InternalAadl2Parser.g:9356:3: ( rule__MemoryType__OwnedAbstractFeatureAssignment_4_1_1_5 )
+ // InternalAadl2Parser.g:8405:2: ( ( rule__MemoryType__OwnedAbstractFeatureAssignment_4_1_1_5 ) )
+ // InternalAadl2Parser.g:8406:3: ( rule__MemoryType__OwnedAbstractFeatureAssignment_4_1_1_5 )
{
before(grammarAccess.getMemoryTypeAccess().getOwnedAbstractFeatureAssignment_4_1_1_5());
- // InternalAadl2Parser.g:9357:3: ( rule__MemoryType__OwnedAbstractFeatureAssignment_4_1_1_5 )
- // InternalAadl2Parser.g:9357:4: rule__MemoryType__OwnedAbstractFeatureAssignment_4_1_1_5
+ // InternalAadl2Parser.g:8407:3: ( rule__MemoryType__OwnedAbstractFeatureAssignment_4_1_1_5 )
+ // InternalAadl2Parser.g:8407:4: rule__MemoryType__OwnedAbstractFeatureAssignment_4_1_1_5
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__OwnedAbstractFeatureAssignment_4_1_1_5();
@@ -43128,13 +40325,13 @@ public final void rule__MemoryType__Alternatives_4_1_1() throws RecognitionExcep
// $ANTLR start "rule__MemoryType__Alternatives_5"
- // InternalAadl2Parser.g:9365:1: rule__MemoryType__Alternatives_5 : ( ( ( rule__MemoryType__Group_5_0__0 ) ) | ( ( rule__MemoryType__Group_5_1__0 ) ) );
+ // InternalAadl2Parser.g:8415:1: rule__MemoryType__Alternatives_5 : ( ( ( rule__MemoryType__Group_5_0__0 ) ) | ( ( rule__MemoryType__Group_5_1__0 ) ) );
public final void rule__MemoryType__Alternatives_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9369:1: ( ( ( rule__MemoryType__Group_5_0__0 ) ) | ( ( rule__MemoryType__Group_5_1__0 ) ) )
+ // InternalAadl2Parser.g:8419:1: ( ( ( rule__MemoryType__Group_5_0__0 ) ) | ( ( rule__MemoryType__Group_5_1__0 ) ) )
int alt133=2;
int LA133_0 = input.LA(1);
@@ -43152,14 +40349,14 @@ else if ( (LA133_0==Modes) ) {
}
switch (alt133) {
case 1 :
- // InternalAadl2Parser.g:9370:2: ( ( rule__MemoryType__Group_5_0__0 ) )
+ // InternalAadl2Parser.g:8420:2: ( ( rule__MemoryType__Group_5_0__0 ) )
{
- // InternalAadl2Parser.g:9370:2: ( ( rule__MemoryType__Group_5_0__0 ) )
- // InternalAadl2Parser.g:9371:3: ( rule__MemoryType__Group_5_0__0 )
+ // InternalAadl2Parser.g:8420:2: ( ( rule__MemoryType__Group_5_0__0 ) )
+ // InternalAadl2Parser.g:8421:3: ( rule__MemoryType__Group_5_0__0 )
{
before(grammarAccess.getMemoryTypeAccess().getGroup_5_0());
- // InternalAadl2Parser.g:9372:3: ( rule__MemoryType__Group_5_0__0 )
- // InternalAadl2Parser.g:9372:4: rule__MemoryType__Group_5_0__0
+ // InternalAadl2Parser.g:8422:3: ( rule__MemoryType__Group_5_0__0 )
+ // InternalAadl2Parser.g:8422:4: rule__MemoryType__Group_5_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__Group_5_0__0();
@@ -43177,14 +40374,14 @@ else if ( (LA133_0==Modes) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:9376:2: ( ( rule__MemoryType__Group_5_1__0 ) )
+ // InternalAadl2Parser.g:8426:2: ( ( rule__MemoryType__Group_5_1__0 ) )
{
- // InternalAadl2Parser.g:9376:2: ( ( rule__MemoryType__Group_5_1__0 ) )
- // InternalAadl2Parser.g:9377:3: ( rule__MemoryType__Group_5_1__0 )
+ // InternalAadl2Parser.g:8426:2: ( ( rule__MemoryType__Group_5_1__0 ) )
+ // InternalAadl2Parser.g:8427:3: ( rule__MemoryType__Group_5_1__0 )
{
before(grammarAccess.getMemoryTypeAccess().getGroup_5_1());
- // InternalAadl2Parser.g:9378:3: ( rule__MemoryType__Group_5_1__0 )
- // InternalAadl2Parser.g:9378:4: rule__MemoryType__Group_5_1__0
+ // InternalAadl2Parser.g:8428:3: ( rule__MemoryType__Group_5_1__0 )
+ // InternalAadl2Parser.g:8428:4: rule__MemoryType__Group_5_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__Group_5_1__0();
@@ -43219,13 +40416,13 @@ else if ( (LA133_0==Modes) ) {
// $ANTLR start "rule__MemoryType__Alternatives_5_1_1"
- // InternalAadl2Parser.g:9386:1: rule__MemoryType__Alternatives_5_1_1 : ( ( ( ( rule__MemoryType__Alternatives_5_1_1_0 ) ) ( ( rule__MemoryType__Alternatives_5_1_1_0 )* ) ) | ( ( rule__MemoryType__Group_5_1_1_1__0 ) ) );
+ // InternalAadl2Parser.g:8436:1: rule__MemoryType__Alternatives_5_1_1 : ( ( ( ( rule__MemoryType__Alternatives_5_1_1_0 ) ) ( ( rule__MemoryType__Alternatives_5_1_1_0 )* ) ) | ( ( rule__MemoryType__Group_5_1_1_1__0 ) ) );
public final void rule__MemoryType__Alternatives_5_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9390:1: ( ( ( ( rule__MemoryType__Alternatives_5_1_1_0 ) ) ( ( rule__MemoryType__Alternatives_5_1_1_0 )* ) ) | ( ( rule__MemoryType__Group_5_1_1_1__0 ) ) )
+ // InternalAadl2Parser.g:8440:1: ( ( ( ( rule__MemoryType__Alternatives_5_1_1_0 ) ) ( ( rule__MemoryType__Alternatives_5_1_1_0 )* ) ) | ( ( rule__MemoryType__Group_5_1_1_1__0 ) ) )
int alt135=2;
int LA135_0 = input.LA(1);
@@ -43243,17 +40440,17 @@ else if ( (LA135_0==None) ) {
}
switch (alt135) {
case 1 :
- // InternalAadl2Parser.g:9391:2: ( ( ( rule__MemoryType__Alternatives_5_1_1_0 ) ) ( ( rule__MemoryType__Alternatives_5_1_1_0 )* ) )
+ // InternalAadl2Parser.g:8441:2: ( ( ( rule__MemoryType__Alternatives_5_1_1_0 ) ) ( ( rule__MemoryType__Alternatives_5_1_1_0 )* ) )
{
- // InternalAadl2Parser.g:9391:2: ( ( ( rule__MemoryType__Alternatives_5_1_1_0 ) ) ( ( rule__MemoryType__Alternatives_5_1_1_0 )* ) )
- // InternalAadl2Parser.g:9392:3: ( ( rule__MemoryType__Alternatives_5_1_1_0 ) ) ( ( rule__MemoryType__Alternatives_5_1_1_0 )* )
+ // InternalAadl2Parser.g:8441:2: ( ( ( rule__MemoryType__Alternatives_5_1_1_0 ) ) ( ( rule__MemoryType__Alternatives_5_1_1_0 )* ) )
+ // InternalAadl2Parser.g:8442:3: ( ( rule__MemoryType__Alternatives_5_1_1_0 ) ) ( ( rule__MemoryType__Alternatives_5_1_1_0 )* )
{
- // InternalAadl2Parser.g:9392:3: ( ( rule__MemoryType__Alternatives_5_1_1_0 ) )
- // InternalAadl2Parser.g:9393:4: ( rule__MemoryType__Alternatives_5_1_1_0 )
+ // InternalAadl2Parser.g:8442:3: ( ( rule__MemoryType__Alternatives_5_1_1_0 ) )
+ // InternalAadl2Parser.g:8443:4: ( rule__MemoryType__Alternatives_5_1_1_0 )
{
before(grammarAccess.getMemoryTypeAccess().getAlternatives_5_1_1_0());
- // InternalAadl2Parser.g:9394:4: ( rule__MemoryType__Alternatives_5_1_1_0 )
- // InternalAadl2Parser.g:9394:5: rule__MemoryType__Alternatives_5_1_1_0
+ // InternalAadl2Parser.g:8444:4: ( rule__MemoryType__Alternatives_5_1_1_0 )
+ // InternalAadl2Parser.g:8444:5: rule__MemoryType__Alternatives_5_1_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__MemoryType__Alternatives_5_1_1_0();
@@ -43267,11 +40464,11 @@ else if ( (LA135_0==None) ) {
}
- // InternalAadl2Parser.g:9397:3: ( ( rule__MemoryType__Alternatives_5_1_1_0 )* )
- // InternalAadl2Parser.g:9398:4: ( rule__MemoryType__Alternatives_5_1_1_0 )*
+ // InternalAadl2Parser.g:8447:3: ( ( rule__MemoryType__Alternatives_5_1_1_0 )* )
+ // InternalAadl2Parser.g:8448:4: ( rule__MemoryType__Alternatives_5_1_1_0 )*
{
before(grammarAccess.getMemoryTypeAccess().getAlternatives_5_1_1_0());
- // InternalAadl2Parser.g:9399:4: ( rule__MemoryType__Alternatives_5_1_1_0 )*
+ // InternalAadl2Parser.g:8449:4: ( rule__MemoryType__Alternatives_5_1_1_0 )*
loop134:
do {
int alt134=2;
@@ -43284,7 +40481,7 @@ else if ( (LA135_0==None) ) {
switch (alt134) {
case 1 :
- // InternalAadl2Parser.g:9399:5: rule__MemoryType__Alternatives_5_1_1_0
+ // InternalAadl2Parser.g:8449:5: rule__MemoryType__Alternatives_5_1_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__MemoryType__Alternatives_5_1_1_0();
@@ -43311,14 +40508,14 @@ else if ( (LA135_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:9404:2: ( ( rule__MemoryType__Group_5_1_1_1__0 ) )
+ // InternalAadl2Parser.g:8454:2: ( ( rule__MemoryType__Group_5_1_1_1__0 ) )
{
- // InternalAadl2Parser.g:9404:2: ( ( rule__MemoryType__Group_5_1_1_1__0 ) )
- // InternalAadl2Parser.g:9405:3: ( rule__MemoryType__Group_5_1_1_1__0 )
+ // InternalAadl2Parser.g:8454:2: ( ( rule__MemoryType__Group_5_1_1_1__0 ) )
+ // InternalAadl2Parser.g:8455:3: ( rule__MemoryType__Group_5_1_1_1__0 )
{
before(grammarAccess.getMemoryTypeAccess().getGroup_5_1_1_1());
- // InternalAadl2Parser.g:9406:3: ( rule__MemoryType__Group_5_1_1_1__0 )
- // InternalAadl2Parser.g:9406:4: rule__MemoryType__Group_5_1_1_1__0
+ // InternalAadl2Parser.g:8456:3: ( rule__MemoryType__Group_5_1_1_1__0 )
+ // InternalAadl2Parser.g:8456:4: rule__MemoryType__Group_5_1_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__Group_5_1_1_1__0();
@@ -43353,38 +40550,38 @@ else if ( (LA135_0==None) ) {
// $ANTLR start "rule__MemoryType__Alternatives_5_1_1_0"
- // InternalAadl2Parser.g:9414:1: rule__MemoryType__Alternatives_5_1_1_0 : ( ( ( rule__MemoryType__OwnedModeAssignment_5_1_1_0_0 ) ) | ( ( rule__MemoryType__OwnedModeTransitionAssignment_5_1_1_0_1 ) ) );
+ // InternalAadl2Parser.g:8464:1: rule__MemoryType__Alternatives_5_1_1_0 : ( ( ( rule__MemoryType__OwnedModeAssignment_5_1_1_0_0 ) ) | ( ( rule__MemoryType__OwnedModeTransitionAssignment_5_1_1_0_1 ) ) );
public final void rule__MemoryType__Alternatives_5_1_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9418:1: ( ( ( rule__MemoryType__OwnedModeAssignment_5_1_1_0_0 ) ) | ( ( rule__MemoryType__OwnedModeTransitionAssignment_5_1_1_0_1 ) ) )
+ // InternalAadl2Parser.g:8468:1: ( ( ( rule__MemoryType__OwnedModeAssignment_5_1_1_0_0 ) ) | ( ( rule__MemoryType__OwnedModeTransitionAssignment_5_1_1_0_1 ) ) )
int alt136=2;
int LA136_0 = input.LA(1);
if ( (LA136_0==RULE_ID) ) {
int LA136_1 = input.LA(2);
- if ( (LA136_1==Colon) ) {
- int LA136_2 = input.LA(3);
+ if ( (LA136_1==HyphenMinusLeftSquareBracket) ) {
+ alt136=2;
+ }
+ else if ( (LA136_1==Colon) ) {
+ int LA136_3 = input.LA(3);
- if ( (LA136_2==Initial||LA136_2==Mode) ) {
+ if ( (LA136_3==Initial||LA136_3==Mode) ) {
alt136=1;
}
- else if ( (LA136_2==RULE_ID) ) {
+ else if ( (LA136_3==RULE_ID) ) {
alt136=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 136, 2, input);
+ new NoViableAltException("", 136, 3, input);
throw nvae;
}
}
- else if ( (LA136_1==HyphenMinusLeftSquareBracket) ) {
- alt136=2;
- }
else {
NoViableAltException nvae =
new NoViableAltException("", 136, 1, input);
@@ -43400,14 +40597,14 @@ else if ( (LA136_1==HyphenMinusLeftSquareBracket) ) {
}
switch (alt136) {
case 1 :
- // InternalAadl2Parser.g:9419:2: ( ( rule__MemoryType__OwnedModeAssignment_5_1_1_0_0 ) )
+ // InternalAadl2Parser.g:8469:2: ( ( rule__MemoryType__OwnedModeAssignment_5_1_1_0_0 ) )
{
- // InternalAadl2Parser.g:9419:2: ( ( rule__MemoryType__OwnedModeAssignment_5_1_1_0_0 ) )
- // InternalAadl2Parser.g:9420:3: ( rule__MemoryType__OwnedModeAssignment_5_1_1_0_0 )
+ // InternalAadl2Parser.g:8469:2: ( ( rule__MemoryType__OwnedModeAssignment_5_1_1_0_0 ) )
+ // InternalAadl2Parser.g:8470:3: ( rule__MemoryType__OwnedModeAssignment_5_1_1_0_0 )
{
before(grammarAccess.getMemoryTypeAccess().getOwnedModeAssignment_5_1_1_0_0());
- // InternalAadl2Parser.g:9421:3: ( rule__MemoryType__OwnedModeAssignment_5_1_1_0_0 )
- // InternalAadl2Parser.g:9421:4: rule__MemoryType__OwnedModeAssignment_5_1_1_0_0
+ // InternalAadl2Parser.g:8471:3: ( rule__MemoryType__OwnedModeAssignment_5_1_1_0_0 )
+ // InternalAadl2Parser.g:8471:4: rule__MemoryType__OwnedModeAssignment_5_1_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__OwnedModeAssignment_5_1_1_0_0();
@@ -43425,14 +40622,14 @@ else if ( (LA136_1==HyphenMinusLeftSquareBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:9425:2: ( ( rule__MemoryType__OwnedModeTransitionAssignment_5_1_1_0_1 ) )
+ // InternalAadl2Parser.g:8475:2: ( ( rule__MemoryType__OwnedModeTransitionAssignment_5_1_1_0_1 ) )
{
- // InternalAadl2Parser.g:9425:2: ( ( rule__MemoryType__OwnedModeTransitionAssignment_5_1_1_0_1 ) )
- // InternalAadl2Parser.g:9426:3: ( rule__MemoryType__OwnedModeTransitionAssignment_5_1_1_0_1 )
+ // InternalAadl2Parser.g:8475:2: ( ( rule__MemoryType__OwnedModeTransitionAssignment_5_1_1_0_1 ) )
+ // InternalAadl2Parser.g:8476:3: ( rule__MemoryType__OwnedModeTransitionAssignment_5_1_1_0_1 )
{
before(grammarAccess.getMemoryTypeAccess().getOwnedModeTransitionAssignment_5_1_1_0_1());
- // InternalAadl2Parser.g:9427:3: ( rule__MemoryType__OwnedModeTransitionAssignment_5_1_1_0_1 )
- // InternalAadl2Parser.g:9427:4: rule__MemoryType__OwnedModeTransitionAssignment_5_1_1_0_1
+ // InternalAadl2Parser.g:8477:3: ( rule__MemoryType__OwnedModeTransitionAssignment_5_1_1_0_1 )
+ // InternalAadl2Parser.g:8477:4: rule__MemoryType__OwnedModeTransitionAssignment_5_1_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__OwnedModeTransitionAssignment_5_1_1_0_1();
@@ -43467,13 +40664,13 @@ else if ( (LA136_1==HyphenMinusLeftSquareBracket) ) {
// $ANTLR start "rule__MemoryType__Alternatives_6_1"
- // InternalAadl2Parser.g:9435:1: rule__MemoryType__Alternatives_6_1 : ( ( ( ( rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0 )* ) ) | ( ( rule__MemoryType__Group_6_1_1__0 ) ) );
+ // InternalAadl2Parser.g:8485:1: rule__MemoryType__Alternatives_6_1 : ( ( ( ( rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0 )* ) ) | ( ( rule__MemoryType__Group_6_1_1__0 ) ) );
public final void rule__MemoryType__Alternatives_6_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9439:1: ( ( ( ( rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0 )* ) ) | ( ( rule__MemoryType__Group_6_1_1__0 ) ) )
+ // InternalAadl2Parser.g:8489:1: ( ( ( ( rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0 )* ) ) | ( ( rule__MemoryType__Group_6_1_1__0 ) ) )
int alt138=2;
int LA138_0 = input.LA(1);
@@ -43491,17 +40688,17 @@ else if ( (LA138_0==None) ) {
}
switch (alt138) {
case 1 :
- // InternalAadl2Parser.g:9440:2: ( ( ( rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0 )* ) )
+ // InternalAadl2Parser.g:8490:2: ( ( ( rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0 )* ) )
{
- // InternalAadl2Parser.g:9440:2: ( ( ( rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0 )* ) )
- // InternalAadl2Parser.g:9441:3: ( ( rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0 )* )
+ // InternalAadl2Parser.g:8490:2: ( ( ( rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0 )* ) )
+ // InternalAadl2Parser.g:8491:3: ( ( rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0 )* )
{
- // InternalAadl2Parser.g:9441:3: ( ( rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0 ) )
- // InternalAadl2Parser.g:9442:4: ( rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0 )
+ // InternalAadl2Parser.g:8491:3: ( ( rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0 ) )
+ // InternalAadl2Parser.g:8492:4: ( rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0 )
{
before(grammarAccess.getMemoryTypeAccess().getOwnedPropertyAssociationAssignment_6_1_0());
- // InternalAadl2Parser.g:9443:4: ( rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0 )
- // InternalAadl2Parser.g:9443:5: rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0
+ // InternalAadl2Parser.g:8493:4: ( rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0 )
+ // InternalAadl2Parser.g:8493:5: rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0();
@@ -43515,11 +40712,11 @@ else if ( (LA138_0==None) ) {
}
- // InternalAadl2Parser.g:9446:3: ( ( rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0 )* )
- // InternalAadl2Parser.g:9447:4: ( rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0 )*
+ // InternalAadl2Parser.g:8496:3: ( ( rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0 )* )
+ // InternalAadl2Parser.g:8497:4: ( rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0 )*
{
before(grammarAccess.getMemoryTypeAccess().getOwnedPropertyAssociationAssignment_6_1_0());
- // InternalAadl2Parser.g:9448:4: ( rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0 )*
+ // InternalAadl2Parser.g:8498:4: ( rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0 )*
loop137:
do {
int alt137=2;
@@ -43532,7 +40729,7 @@ else if ( (LA138_0==None) ) {
switch (alt137) {
case 1 :
- // InternalAadl2Parser.g:9448:5: rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0
+ // InternalAadl2Parser.g:8498:5: rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__MemoryType__OwnedPropertyAssociationAssignment_6_1_0();
@@ -43559,14 +40756,14 @@ else if ( (LA138_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:9453:2: ( ( rule__MemoryType__Group_6_1_1__0 ) )
+ // InternalAadl2Parser.g:8503:2: ( ( rule__MemoryType__Group_6_1_1__0 ) )
{
- // InternalAadl2Parser.g:9453:2: ( ( rule__MemoryType__Group_6_1_1__0 ) )
- // InternalAadl2Parser.g:9454:3: ( rule__MemoryType__Group_6_1_1__0 )
+ // InternalAadl2Parser.g:8503:2: ( ( rule__MemoryType__Group_6_1_1__0 ) )
+ // InternalAadl2Parser.g:8504:3: ( rule__MemoryType__Group_6_1_1__0 )
{
before(grammarAccess.getMemoryTypeAccess().getGroup_6_1_1());
- // InternalAadl2Parser.g:9455:3: ( rule__MemoryType__Group_6_1_1__0 )
- // InternalAadl2Parser.g:9455:4: rule__MemoryType__Group_6_1_1__0
+ // InternalAadl2Parser.g:8505:3: ( rule__MemoryType__Group_6_1_1__0 )
+ // InternalAadl2Parser.g:8505:4: rule__MemoryType__Group_6_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__Group_6_1_1__0();
@@ -43601,13 +40798,13 @@ else if ( (LA138_0==None) ) {
// $ANTLR start "rule__BusType__Alternatives_3_1"
- // InternalAadl2Parser.g:9463:1: rule__BusType__Alternatives_3_1 : ( ( ( rule__BusType__Group_3_1_0__0 ) ) | ( ( ( rule__BusType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__BusType__OwnedPrototypeAssignment_3_1_1 )* ) ) );
+ // InternalAadl2Parser.g:8513:1: rule__BusType__Alternatives_3_1 : ( ( ( rule__BusType__Group_3_1_0__0 ) ) | ( ( ( rule__BusType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__BusType__OwnedPrototypeAssignment_3_1_1 )* ) ) );
public final void rule__BusType__Alternatives_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9467:1: ( ( ( rule__BusType__Group_3_1_0__0 ) ) | ( ( ( rule__BusType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__BusType__OwnedPrototypeAssignment_3_1_1 )* ) ) )
+ // InternalAadl2Parser.g:8517:1: ( ( ( rule__BusType__Group_3_1_0__0 ) ) | ( ( ( rule__BusType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__BusType__OwnedPrototypeAssignment_3_1_1 )* ) ) )
int alt140=2;
int LA140_0 = input.LA(1);
@@ -43625,14 +40822,14 @@ else if ( (LA140_0==RULE_ID) ) {
}
switch (alt140) {
case 1 :
- // InternalAadl2Parser.g:9468:2: ( ( rule__BusType__Group_3_1_0__0 ) )
+ // InternalAadl2Parser.g:8518:2: ( ( rule__BusType__Group_3_1_0__0 ) )
{
- // InternalAadl2Parser.g:9468:2: ( ( rule__BusType__Group_3_1_0__0 ) )
- // InternalAadl2Parser.g:9469:3: ( rule__BusType__Group_3_1_0__0 )
+ // InternalAadl2Parser.g:8518:2: ( ( rule__BusType__Group_3_1_0__0 ) )
+ // InternalAadl2Parser.g:8519:3: ( rule__BusType__Group_3_1_0__0 )
{
before(grammarAccess.getBusTypeAccess().getGroup_3_1_0());
- // InternalAadl2Parser.g:9470:3: ( rule__BusType__Group_3_1_0__0 )
- // InternalAadl2Parser.g:9470:4: rule__BusType__Group_3_1_0__0
+ // InternalAadl2Parser.g:8520:3: ( rule__BusType__Group_3_1_0__0 )
+ // InternalAadl2Parser.g:8520:4: rule__BusType__Group_3_1_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__Group_3_1_0__0();
@@ -43650,17 +40847,17 @@ else if ( (LA140_0==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:9474:2: ( ( ( rule__BusType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__BusType__OwnedPrototypeAssignment_3_1_1 )* ) )
+ // InternalAadl2Parser.g:8524:2: ( ( ( rule__BusType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__BusType__OwnedPrototypeAssignment_3_1_1 )* ) )
{
- // InternalAadl2Parser.g:9474:2: ( ( ( rule__BusType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__BusType__OwnedPrototypeAssignment_3_1_1 )* ) )
- // InternalAadl2Parser.g:9475:3: ( ( rule__BusType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__BusType__OwnedPrototypeAssignment_3_1_1 )* )
+ // InternalAadl2Parser.g:8524:2: ( ( ( rule__BusType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__BusType__OwnedPrototypeAssignment_3_1_1 )* ) )
+ // InternalAadl2Parser.g:8525:3: ( ( rule__BusType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__BusType__OwnedPrototypeAssignment_3_1_1 )* )
{
- // InternalAadl2Parser.g:9475:3: ( ( rule__BusType__OwnedPrototypeAssignment_3_1_1 ) )
- // InternalAadl2Parser.g:9476:4: ( rule__BusType__OwnedPrototypeAssignment_3_1_1 )
+ // InternalAadl2Parser.g:8525:3: ( ( rule__BusType__OwnedPrototypeAssignment_3_1_1 ) )
+ // InternalAadl2Parser.g:8526:4: ( rule__BusType__OwnedPrototypeAssignment_3_1_1 )
{
before(grammarAccess.getBusTypeAccess().getOwnedPrototypeAssignment_3_1_1());
- // InternalAadl2Parser.g:9477:4: ( rule__BusType__OwnedPrototypeAssignment_3_1_1 )
- // InternalAadl2Parser.g:9477:5: rule__BusType__OwnedPrototypeAssignment_3_1_1
+ // InternalAadl2Parser.g:8527:4: ( rule__BusType__OwnedPrototypeAssignment_3_1_1 )
+ // InternalAadl2Parser.g:8527:5: rule__BusType__OwnedPrototypeAssignment_3_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__BusType__OwnedPrototypeAssignment_3_1_1();
@@ -43674,11 +40871,11 @@ else if ( (LA140_0==RULE_ID) ) {
}
- // InternalAadl2Parser.g:9480:3: ( ( rule__BusType__OwnedPrototypeAssignment_3_1_1 )* )
- // InternalAadl2Parser.g:9481:4: ( rule__BusType__OwnedPrototypeAssignment_3_1_1 )*
+ // InternalAadl2Parser.g:8530:3: ( ( rule__BusType__OwnedPrototypeAssignment_3_1_1 )* )
+ // InternalAadl2Parser.g:8531:4: ( rule__BusType__OwnedPrototypeAssignment_3_1_1 )*
{
before(grammarAccess.getBusTypeAccess().getOwnedPrototypeAssignment_3_1_1());
- // InternalAadl2Parser.g:9482:4: ( rule__BusType__OwnedPrototypeAssignment_3_1_1 )*
+ // InternalAadl2Parser.g:8532:4: ( rule__BusType__OwnedPrototypeAssignment_3_1_1 )*
loop139:
do {
int alt139=2;
@@ -43691,7 +40888,7 @@ else if ( (LA140_0==RULE_ID) ) {
switch (alt139) {
case 1 :
- // InternalAadl2Parser.g:9482:5: rule__BusType__OwnedPrototypeAssignment_3_1_1
+ // InternalAadl2Parser.g:8532:5: rule__BusType__OwnedPrototypeAssignment_3_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__BusType__OwnedPrototypeAssignment_3_1_1();
@@ -43735,13 +40932,13 @@ else if ( (LA140_0==RULE_ID) ) {
// $ANTLR start "rule__BusType__Alternatives_4_1"
- // InternalAadl2Parser.g:9491:1: rule__BusType__Alternatives_4_1 : ( ( ( rule__BusType__Group_4_1_0__0 ) ) | ( ( ( rule__BusType__Alternatives_4_1_1 ) ) ( ( rule__BusType__Alternatives_4_1_1 )* ) ) );
+ // InternalAadl2Parser.g:8541:1: rule__BusType__Alternatives_4_1 : ( ( ( rule__BusType__Group_4_1_0__0 ) ) | ( ( ( rule__BusType__Alternatives_4_1_1 ) ) ( ( rule__BusType__Alternatives_4_1_1 )* ) ) );
public final void rule__BusType__Alternatives_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9495:1: ( ( ( rule__BusType__Group_4_1_0__0 ) ) | ( ( ( rule__BusType__Alternatives_4_1_1 ) ) ( ( rule__BusType__Alternatives_4_1_1 )* ) ) )
+ // InternalAadl2Parser.g:8545:1: ( ( ( rule__BusType__Group_4_1_0__0 ) ) | ( ( ( rule__BusType__Alternatives_4_1_1 ) ) ( ( rule__BusType__Alternatives_4_1_1 )* ) ) )
int alt142=2;
int LA142_0 = input.LA(1);
@@ -43759,14 +40956,14 @@ else if ( (LA142_0==RULE_ID) ) {
}
switch (alt142) {
case 1 :
- // InternalAadl2Parser.g:9496:2: ( ( rule__BusType__Group_4_1_0__0 ) )
+ // InternalAadl2Parser.g:8546:2: ( ( rule__BusType__Group_4_1_0__0 ) )
{
- // InternalAadl2Parser.g:9496:2: ( ( rule__BusType__Group_4_1_0__0 ) )
- // InternalAadl2Parser.g:9497:3: ( rule__BusType__Group_4_1_0__0 )
+ // InternalAadl2Parser.g:8546:2: ( ( rule__BusType__Group_4_1_0__0 ) )
+ // InternalAadl2Parser.g:8547:3: ( rule__BusType__Group_4_1_0__0 )
{
before(grammarAccess.getBusTypeAccess().getGroup_4_1_0());
- // InternalAadl2Parser.g:9498:3: ( rule__BusType__Group_4_1_0__0 )
- // InternalAadl2Parser.g:9498:4: rule__BusType__Group_4_1_0__0
+ // InternalAadl2Parser.g:8548:3: ( rule__BusType__Group_4_1_0__0 )
+ // InternalAadl2Parser.g:8548:4: rule__BusType__Group_4_1_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__Group_4_1_0__0();
@@ -43784,17 +40981,17 @@ else if ( (LA142_0==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:9502:2: ( ( ( rule__BusType__Alternatives_4_1_1 ) ) ( ( rule__BusType__Alternatives_4_1_1 )* ) )
+ // InternalAadl2Parser.g:8552:2: ( ( ( rule__BusType__Alternatives_4_1_1 ) ) ( ( rule__BusType__Alternatives_4_1_1 )* ) )
{
- // InternalAadl2Parser.g:9502:2: ( ( ( rule__BusType__Alternatives_4_1_1 ) ) ( ( rule__BusType__Alternatives_4_1_1 )* ) )
- // InternalAadl2Parser.g:9503:3: ( ( rule__BusType__Alternatives_4_1_1 ) ) ( ( rule__BusType__Alternatives_4_1_1 )* )
+ // InternalAadl2Parser.g:8552:2: ( ( ( rule__BusType__Alternatives_4_1_1 ) ) ( ( rule__BusType__Alternatives_4_1_1 )* ) )
+ // InternalAadl2Parser.g:8553:3: ( ( rule__BusType__Alternatives_4_1_1 ) ) ( ( rule__BusType__Alternatives_4_1_1 )* )
{
- // InternalAadl2Parser.g:9503:3: ( ( rule__BusType__Alternatives_4_1_1 ) )
- // InternalAadl2Parser.g:9504:4: ( rule__BusType__Alternatives_4_1_1 )
+ // InternalAadl2Parser.g:8553:3: ( ( rule__BusType__Alternatives_4_1_1 ) )
+ // InternalAadl2Parser.g:8554:4: ( rule__BusType__Alternatives_4_1_1 )
{
before(grammarAccess.getBusTypeAccess().getAlternatives_4_1_1());
- // InternalAadl2Parser.g:9505:4: ( rule__BusType__Alternatives_4_1_1 )
- // InternalAadl2Parser.g:9505:5: rule__BusType__Alternatives_4_1_1
+ // InternalAadl2Parser.g:8555:4: ( rule__BusType__Alternatives_4_1_1 )
+ // InternalAadl2Parser.g:8555:5: rule__BusType__Alternatives_4_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__BusType__Alternatives_4_1_1();
@@ -43808,11 +41005,11 @@ else if ( (LA142_0==RULE_ID) ) {
}
- // InternalAadl2Parser.g:9508:3: ( ( rule__BusType__Alternatives_4_1_1 )* )
- // InternalAadl2Parser.g:9509:4: ( rule__BusType__Alternatives_4_1_1 )*
+ // InternalAadl2Parser.g:8558:3: ( ( rule__BusType__Alternatives_4_1_1 )* )
+ // InternalAadl2Parser.g:8559:4: ( rule__BusType__Alternatives_4_1_1 )*
{
before(grammarAccess.getBusTypeAccess().getAlternatives_4_1_1());
- // InternalAadl2Parser.g:9510:4: ( rule__BusType__Alternatives_4_1_1 )*
+ // InternalAadl2Parser.g:8560:4: ( rule__BusType__Alternatives_4_1_1 )*
loop141:
do {
int alt141=2;
@@ -43825,7 +41022,7 @@ else if ( (LA142_0==RULE_ID) ) {
switch (alt141) {
case 1 :
- // InternalAadl2Parser.g:9510:5: rule__BusType__Alternatives_4_1_1
+ // InternalAadl2Parser.g:8560:5: rule__BusType__Alternatives_4_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__BusType__Alternatives_4_1_1();
@@ -43869,25 +41066,25 @@ else if ( (LA142_0==RULE_ID) ) {
// $ANTLR start "rule__BusType__Alternatives_4_1_1"
- // InternalAadl2Parser.g:9519:1: rule__BusType__Alternatives_4_1_1 : ( ( ( rule__BusType__OwnedFeatureGroupAssignment_4_1_1_0 ) ) | ( ( rule__BusType__OwnedBusAccessAssignment_4_1_1_1 ) ) | ( ( rule__BusType__OwnedDataPortAssignment_4_1_1_2 ) ) | ( ( rule__BusType__OwnedEventPortAssignment_4_1_1_3 ) ) | ( ( rule__BusType__OwnedEventDataPortAssignment_4_1_1_4 ) ) | ( ( rule__BusType__OwnedAbstractFeatureAssignment_4_1_1_5 ) ) );
+ // InternalAadl2Parser.g:8569:1: rule__BusType__Alternatives_4_1_1 : ( ( ( rule__BusType__OwnedFeatureGroupAssignment_4_1_1_0 ) ) | ( ( rule__BusType__OwnedBusAccessAssignment_4_1_1_1 ) ) | ( ( rule__BusType__OwnedDataPortAssignment_4_1_1_2 ) ) | ( ( rule__BusType__OwnedEventPortAssignment_4_1_1_3 ) ) | ( ( rule__BusType__OwnedEventDataPortAssignment_4_1_1_4 ) ) | ( ( rule__BusType__OwnedAbstractFeatureAssignment_4_1_1_5 ) ) );
public final void rule__BusType__Alternatives_4_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9523:1: ( ( ( rule__BusType__OwnedFeatureGroupAssignment_4_1_1_0 ) ) | ( ( rule__BusType__OwnedBusAccessAssignment_4_1_1_1 ) ) | ( ( rule__BusType__OwnedDataPortAssignment_4_1_1_2 ) ) | ( ( rule__BusType__OwnedEventPortAssignment_4_1_1_3 ) ) | ( ( rule__BusType__OwnedEventDataPortAssignment_4_1_1_4 ) ) | ( ( rule__BusType__OwnedAbstractFeatureAssignment_4_1_1_5 ) ) )
+ // InternalAadl2Parser.g:8573:1: ( ( ( rule__BusType__OwnedFeatureGroupAssignment_4_1_1_0 ) ) | ( ( rule__BusType__OwnedBusAccessAssignment_4_1_1_1 ) ) | ( ( rule__BusType__OwnedDataPortAssignment_4_1_1_2 ) ) | ( ( rule__BusType__OwnedEventPortAssignment_4_1_1_3 ) ) | ( ( rule__BusType__OwnedEventDataPortAssignment_4_1_1_4 ) ) | ( ( rule__BusType__OwnedAbstractFeatureAssignment_4_1_1_5 ) ) )
int alt143=6;
alt143 = dfa143.predict(input);
switch (alt143) {
case 1 :
- // InternalAadl2Parser.g:9524:2: ( ( rule__BusType__OwnedFeatureGroupAssignment_4_1_1_0 ) )
+ // InternalAadl2Parser.g:8574:2: ( ( rule__BusType__OwnedFeatureGroupAssignment_4_1_1_0 ) )
{
- // InternalAadl2Parser.g:9524:2: ( ( rule__BusType__OwnedFeatureGroupAssignment_4_1_1_0 ) )
- // InternalAadl2Parser.g:9525:3: ( rule__BusType__OwnedFeatureGroupAssignment_4_1_1_0 )
+ // InternalAadl2Parser.g:8574:2: ( ( rule__BusType__OwnedFeatureGroupAssignment_4_1_1_0 ) )
+ // InternalAadl2Parser.g:8575:3: ( rule__BusType__OwnedFeatureGroupAssignment_4_1_1_0 )
{
before(grammarAccess.getBusTypeAccess().getOwnedFeatureGroupAssignment_4_1_1_0());
- // InternalAadl2Parser.g:9526:3: ( rule__BusType__OwnedFeatureGroupAssignment_4_1_1_0 )
- // InternalAadl2Parser.g:9526:4: rule__BusType__OwnedFeatureGroupAssignment_4_1_1_0
+ // InternalAadl2Parser.g:8576:3: ( rule__BusType__OwnedFeatureGroupAssignment_4_1_1_0 )
+ // InternalAadl2Parser.g:8576:4: rule__BusType__OwnedFeatureGroupAssignment_4_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__OwnedFeatureGroupAssignment_4_1_1_0();
@@ -43905,14 +41102,14 @@ public final void rule__BusType__Alternatives_4_1_1() throws RecognitionExceptio
}
break;
case 2 :
- // InternalAadl2Parser.g:9530:2: ( ( rule__BusType__OwnedBusAccessAssignment_4_1_1_1 ) )
+ // InternalAadl2Parser.g:8580:2: ( ( rule__BusType__OwnedBusAccessAssignment_4_1_1_1 ) )
{
- // InternalAadl2Parser.g:9530:2: ( ( rule__BusType__OwnedBusAccessAssignment_4_1_1_1 ) )
- // InternalAadl2Parser.g:9531:3: ( rule__BusType__OwnedBusAccessAssignment_4_1_1_1 )
+ // InternalAadl2Parser.g:8580:2: ( ( rule__BusType__OwnedBusAccessAssignment_4_1_1_1 ) )
+ // InternalAadl2Parser.g:8581:3: ( rule__BusType__OwnedBusAccessAssignment_4_1_1_1 )
{
before(grammarAccess.getBusTypeAccess().getOwnedBusAccessAssignment_4_1_1_1());
- // InternalAadl2Parser.g:9532:3: ( rule__BusType__OwnedBusAccessAssignment_4_1_1_1 )
- // InternalAadl2Parser.g:9532:4: rule__BusType__OwnedBusAccessAssignment_4_1_1_1
+ // InternalAadl2Parser.g:8582:3: ( rule__BusType__OwnedBusAccessAssignment_4_1_1_1 )
+ // InternalAadl2Parser.g:8582:4: rule__BusType__OwnedBusAccessAssignment_4_1_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__OwnedBusAccessAssignment_4_1_1_1();
@@ -43930,14 +41127,14 @@ public final void rule__BusType__Alternatives_4_1_1() throws RecognitionExceptio
}
break;
case 3 :
- // InternalAadl2Parser.g:9536:2: ( ( rule__BusType__OwnedDataPortAssignment_4_1_1_2 ) )
+ // InternalAadl2Parser.g:8586:2: ( ( rule__BusType__OwnedDataPortAssignment_4_1_1_2 ) )
{
- // InternalAadl2Parser.g:9536:2: ( ( rule__BusType__OwnedDataPortAssignment_4_1_1_2 ) )
- // InternalAadl2Parser.g:9537:3: ( rule__BusType__OwnedDataPortAssignment_4_1_1_2 )
+ // InternalAadl2Parser.g:8586:2: ( ( rule__BusType__OwnedDataPortAssignment_4_1_1_2 ) )
+ // InternalAadl2Parser.g:8587:3: ( rule__BusType__OwnedDataPortAssignment_4_1_1_2 )
{
before(grammarAccess.getBusTypeAccess().getOwnedDataPortAssignment_4_1_1_2());
- // InternalAadl2Parser.g:9538:3: ( rule__BusType__OwnedDataPortAssignment_4_1_1_2 )
- // InternalAadl2Parser.g:9538:4: rule__BusType__OwnedDataPortAssignment_4_1_1_2
+ // InternalAadl2Parser.g:8588:3: ( rule__BusType__OwnedDataPortAssignment_4_1_1_2 )
+ // InternalAadl2Parser.g:8588:4: rule__BusType__OwnedDataPortAssignment_4_1_1_2
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__OwnedDataPortAssignment_4_1_1_2();
@@ -43955,14 +41152,14 @@ public final void rule__BusType__Alternatives_4_1_1() throws RecognitionExceptio
}
break;
case 4 :
- // InternalAadl2Parser.g:9542:2: ( ( rule__BusType__OwnedEventPortAssignment_4_1_1_3 ) )
+ // InternalAadl2Parser.g:8592:2: ( ( rule__BusType__OwnedEventPortAssignment_4_1_1_3 ) )
{
- // InternalAadl2Parser.g:9542:2: ( ( rule__BusType__OwnedEventPortAssignment_4_1_1_3 ) )
- // InternalAadl2Parser.g:9543:3: ( rule__BusType__OwnedEventPortAssignment_4_1_1_3 )
+ // InternalAadl2Parser.g:8592:2: ( ( rule__BusType__OwnedEventPortAssignment_4_1_1_3 ) )
+ // InternalAadl2Parser.g:8593:3: ( rule__BusType__OwnedEventPortAssignment_4_1_1_3 )
{
before(grammarAccess.getBusTypeAccess().getOwnedEventPortAssignment_4_1_1_3());
- // InternalAadl2Parser.g:9544:3: ( rule__BusType__OwnedEventPortAssignment_4_1_1_3 )
- // InternalAadl2Parser.g:9544:4: rule__BusType__OwnedEventPortAssignment_4_1_1_3
+ // InternalAadl2Parser.g:8594:3: ( rule__BusType__OwnedEventPortAssignment_4_1_1_3 )
+ // InternalAadl2Parser.g:8594:4: rule__BusType__OwnedEventPortAssignment_4_1_1_3
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__OwnedEventPortAssignment_4_1_1_3();
@@ -43980,14 +41177,14 @@ public final void rule__BusType__Alternatives_4_1_1() throws RecognitionExceptio
}
break;
case 5 :
- // InternalAadl2Parser.g:9548:2: ( ( rule__BusType__OwnedEventDataPortAssignment_4_1_1_4 ) )
+ // InternalAadl2Parser.g:8598:2: ( ( rule__BusType__OwnedEventDataPortAssignment_4_1_1_4 ) )
{
- // InternalAadl2Parser.g:9548:2: ( ( rule__BusType__OwnedEventDataPortAssignment_4_1_1_4 ) )
- // InternalAadl2Parser.g:9549:3: ( rule__BusType__OwnedEventDataPortAssignment_4_1_1_4 )
+ // InternalAadl2Parser.g:8598:2: ( ( rule__BusType__OwnedEventDataPortAssignment_4_1_1_4 ) )
+ // InternalAadl2Parser.g:8599:3: ( rule__BusType__OwnedEventDataPortAssignment_4_1_1_4 )
{
before(grammarAccess.getBusTypeAccess().getOwnedEventDataPortAssignment_4_1_1_4());
- // InternalAadl2Parser.g:9550:3: ( rule__BusType__OwnedEventDataPortAssignment_4_1_1_4 )
- // InternalAadl2Parser.g:9550:4: rule__BusType__OwnedEventDataPortAssignment_4_1_1_4
+ // InternalAadl2Parser.g:8600:3: ( rule__BusType__OwnedEventDataPortAssignment_4_1_1_4 )
+ // InternalAadl2Parser.g:8600:4: rule__BusType__OwnedEventDataPortAssignment_4_1_1_4
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__OwnedEventDataPortAssignment_4_1_1_4();
@@ -44005,14 +41202,14 @@ public final void rule__BusType__Alternatives_4_1_1() throws RecognitionExceptio
}
break;
case 6 :
- // InternalAadl2Parser.g:9554:2: ( ( rule__BusType__OwnedAbstractFeatureAssignment_4_1_1_5 ) )
+ // InternalAadl2Parser.g:8604:2: ( ( rule__BusType__OwnedAbstractFeatureAssignment_4_1_1_5 ) )
{
- // InternalAadl2Parser.g:9554:2: ( ( rule__BusType__OwnedAbstractFeatureAssignment_4_1_1_5 ) )
- // InternalAadl2Parser.g:9555:3: ( rule__BusType__OwnedAbstractFeatureAssignment_4_1_1_5 )
+ // InternalAadl2Parser.g:8604:2: ( ( rule__BusType__OwnedAbstractFeatureAssignment_4_1_1_5 ) )
+ // InternalAadl2Parser.g:8605:3: ( rule__BusType__OwnedAbstractFeatureAssignment_4_1_1_5 )
{
before(grammarAccess.getBusTypeAccess().getOwnedAbstractFeatureAssignment_4_1_1_5());
- // InternalAadl2Parser.g:9556:3: ( rule__BusType__OwnedAbstractFeatureAssignment_4_1_1_5 )
- // InternalAadl2Parser.g:9556:4: rule__BusType__OwnedAbstractFeatureAssignment_4_1_1_5
+ // InternalAadl2Parser.g:8606:3: ( rule__BusType__OwnedAbstractFeatureAssignment_4_1_1_5 )
+ // InternalAadl2Parser.g:8606:4: rule__BusType__OwnedAbstractFeatureAssignment_4_1_1_5
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__OwnedAbstractFeatureAssignment_4_1_1_5();
@@ -44047,13 +41244,13 @@ public final void rule__BusType__Alternatives_4_1_1() throws RecognitionExceptio
// $ANTLR start "rule__BusType__Alternatives_5"
- // InternalAadl2Parser.g:9564:1: rule__BusType__Alternatives_5 : ( ( ( rule__BusType__Group_5_0__0 ) ) | ( ( rule__BusType__Group_5_1__0 ) ) );
+ // InternalAadl2Parser.g:8614:1: rule__BusType__Alternatives_5 : ( ( ( rule__BusType__Group_5_0__0 ) ) | ( ( rule__BusType__Group_5_1__0 ) ) );
public final void rule__BusType__Alternatives_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9568:1: ( ( ( rule__BusType__Group_5_0__0 ) ) | ( ( rule__BusType__Group_5_1__0 ) ) )
+ // InternalAadl2Parser.g:8618:1: ( ( ( rule__BusType__Group_5_0__0 ) ) | ( ( rule__BusType__Group_5_1__0 ) ) )
int alt144=2;
int LA144_0 = input.LA(1);
@@ -44071,14 +41268,14 @@ else if ( (LA144_0==Modes) ) {
}
switch (alt144) {
case 1 :
- // InternalAadl2Parser.g:9569:2: ( ( rule__BusType__Group_5_0__0 ) )
+ // InternalAadl2Parser.g:8619:2: ( ( rule__BusType__Group_5_0__0 ) )
{
- // InternalAadl2Parser.g:9569:2: ( ( rule__BusType__Group_5_0__0 ) )
- // InternalAadl2Parser.g:9570:3: ( rule__BusType__Group_5_0__0 )
+ // InternalAadl2Parser.g:8619:2: ( ( rule__BusType__Group_5_0__0 ) )
+ // InternalAadl2Parser.g:8620:3: ( rule__BusType__Group_5_0__0 )
{
before(grammarAccess.getBusTypeAccess().getGroup_5_0());
- // InternalAadl2Parser.g:9571:3: ( rule__BusType__Group_5_0__0 )
- // InternalAadl2Parser.g:9571:4: rule__BusType__Group_5_0__0
+ // InternalAadl2Parser.g:8621:3: ( rule__BusType__Group_5_0__0 )
+ // InternalAadl2Parser.g:8621:4: rule__BusType__Group_5_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__Group_5_0__0();
@@ -44096,14 +41293,14 @@ else if ( (LA144_0==Modes) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:9575:2: ( ( rule__BusType__Group_5_1__0 ) )
+ // InternalAadl2Parser.g:8625:2: ( ( rule__BusType__Group_5_1__0 ) )
{
- // InternalAadl2Parser.g:9575:2: ( ( rule__BusType__Group_5_1__0 ) )
- // InternalAadl2Parser.g:9576:3: ( rule__BusType__Group_5_1__0 )
+ // InternalAadl2Parser.g:8625:2: ( ( rule__BusType__Group_5_1__0 ) )
+ // InternalAadl2Parser.g:8626:3: ( rule__BusType__Group_5_1__0 )
{
before(grammarAccess.getBusTypeAccess().getGroup_5_1());
- // InternalAadl2Parser.g:9577:3: ( rule__BusType__Group_5_1__0 )
- // InternalAadl2Parser.g:9577:4: rule__BusType__Group_5_1__0
+ // InternalAadl2Parser.g:8627:3: ( rule__BusType__Group_5_1__0 )
+ // InternalAadl2Parser.g:8627:4: rule__BusType__Group_5_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__Group_5_1__0();
@@ -44138,13 +41335,13 @@ else if ( (LA144_0==Modes) ) {
// $ANTLR start "rule__BusType__Alternatives_5_1_1"
- // InternalAadl2Parser.g:9585:1: rule__BusType__Alternatives_5_1_1 : ( ( ( ( rule__BusType__Alternatives_5_1_1_0 ) ) ( ( rule__BusType__Alternatives_5_1_1_0 )* ) ) | ( ( rule__BusType__Group_5_1_1_1__0 ) ) );
+ // InternalAadl2Parser.g:8635:1: rule__BusType__Alternatives_5_1_1 : ( ( ( ( rule__BusType__Alternatives_5_1_1_0 ) ) ( ( rule__BusType__Alternatives_5_1_1_0 )* ) ) | ( ( rule__BusType__Group_5_1_1_1__0 ) ) );
public final void rule__BusType__Alternatives_5_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9589:1: ( ( ( ( rule__BusType__Alternatives_5_1_1_0 ) ) ( ( rule__BusType__Alternatives_5_1_1_0 )* ) ) | ( ( rule__BusType__Group_5_1_1_1__0 ) ) )
+ // InternalAadl2Parser.g:8639:1: ( ( ( ( rule__BusType__Alternatives_5_1_1_0 ) ) ( ( rule__BusType__Alternatives_5_1_1_0 )* ) ) | ( ( rule__BusType__Group_5_1_1_1__0 ) ) )
int alt146=2;
int LA146_0 = input.LA(1);
@@ -44162,17 +41359,17 @@ else if ( (LA146_0==None) ) {
}
switch (alt146) {
case 1 :
- // InternalAadl2Parser.g:9590:2: ( ( ( rule__BusType__Alternatives_5_1_1_0 ) ) ( ( rule__BusType__Alternatives_5_1_1_0 )* ) )
+ // InternalAadl2Parser.g:8640:2: ( ( ( rule__BusType__Alternatives_5_1_1_0 ) ) ( ( rule__BusType__Alternatives_5_1_1_0 )* ) )
{
- // InternalAadl2Parser.g:9590:2: ( ( ( rule__BusType__Alternatives_5_1_1_0 ) ) ( ( rule__BusType__Alternatives_5_1_1_0 )* ) )
- // InternalAadl2Parser.g:9591:3: ( ( rule__BusType__Alternatives_5_1_1_0 ) ) ( ( rule__BusType__Alternatives_5_1_1_0 )* )
+ // InternalAadl2Parser.g:8640:2: ( ( ( rule__BusType__Alternatives_5_1_1_0 ) ) ( ( rule__BusType__Alternatives_5_1_1_0 )* ) )
+ // InternalAadl2Parser.g:8641:3: ( ( rule__BusType__Alternatives_5_1_1_0 ) ) ( ( rule__BusType__Alternatives_5_1_1_0 )* )
{
- // InternalAadl2Parser.g:9591:3: ( ( rule__BusType__Alternatives_5_1_1_0 ) )
- // InternalAadl2Parser.g:9592:4: ( rule__BusType__Alternatives_5_1_1_0 )
+ // InternalAadl2Parser.g:8641:3: ( ( rule__BusType__Alternatives_5_1_1_0 ) )
+ // InternalAadl2Parser.g:8642:4: ( rule__BusType__Alternatives_5_1_1_0 )
{
before(grammarAccess.getBusTypeAccess().getAlternatives_5_1_1_0());
- // InternalAadl2Parser.g:9593:4: ( rule__BusType__Alternatives_5_1_1_0 )
- // InternalAadl2Parser.g:9593:5: rule__BusType__Alternatives_5_1_1_0
+ // InternalAadl2Parser.g:8643:4: ( rule__BusType__Alternatives_5_1_1_0 )
+ // InternalAadl2Parser.g:8643:5: rule__BusType__Alternatives_5_1_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__BusType__Alternatives_5_1_1_0();
@@ -44186,11 +41383,11 @@ else if ( (LA146_0==None) ) {
}
- // InternalAadl2Parser.g:9596:3: ( ( rule__BusType__Alternatives_5_1_1_0 )* )
- // InternalAadl2Parser.g:9597:4: ( rule__BusType__Alternatives_5_1_1_0 )*
+ // InternalAadl2Parser.g:8646:3: ( ( rule__BusType__Alternatives_5_1_1_0 )* )
+ // InternalAadl2Parser.g:8647:4: ( rule__BusType__Alternatives_5_1_1_0 )*
{
before(grammarAccess.getBusTypeAccess().getAlternatives_5_1_1_0());
- // InternalAadl2Parser.g:9598:4: ( rule__BusType__Alternatives_5_1_1_0 )*
+ // InternalAadl2Parser.g:8648:4: ( rule__BusType__Alternatives_5_1_1_0 )*
loop145:
do {
int alt145=2;
@@ -44203,7 +41400,7 @@ else if ( (LA146_0==None) ) {
switch (alt145) {
case 1 :
- // InternalAadl2Parser.g:9598:5: rule__BusType__Alternatives_5_1_1_0
+ // InternalAadl2Parser.g:8648:5: rule__BusType__Alternatives_5_1_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__BusType__Alternatives_5_1_1_0();
@@ -44230,14 +41427,14 @@ else if ( (LA146_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:9603:2: ( ( rule__BusType__Group_5_1_1_1__0 ) )
+ // InternalAadl2Parser.g:8653:2: ( ( rule__BusType__Group_5_1_1_1__0 ) )
{
- // InternalAadl2Parser.g:9603:2: ( ( rule__BusType__Group_5_1_1_1__0 ) )
- // InternalAadl2Parser.g:9604:3: ( rule__BusType__Group_5_1_1_1__0 )
+ // InternalAadl2Parser.g:8653:2: ( ( rule__BusType__Group_5_1_1_1__0 ) )
+ // InternalAadl2Parser.g:8654:3: ( rule__BusType__Group_5_1_1_1__0 )
{
before(grammarAccess.getBusTypeAccess().getGroup_5_1_1_1());
- // InternalAadl2Parser.g:9605:3: ( rule__BusType__Group_5_1_1_1__0 )
- // InternalAadl2Parser.g:9605:4: rule__BusType__Group_5_1_1_1__0
+ // InternalAadl2Parser.g:8655:3: ( rule__BusType__Group_5_1_1_1__0 )
+ // InternalAadl2Parser.g:8655:4: rule__BusType__Group_5_1_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__Group_5_1_1_1__0();
@@ -44272,38 +41469,38 @@ else if ( (LA146_0==None) ) {
// $ANTLR start "rule__BusType__Alternatives_5_1_1_0"
- // InternalAadl2Parser.g:9613:1: rule__BusType__Alternatives_5_1_1_0 : ( ( ( rule__BusType__OwnedModeAssignment_5_1_1_0_0 ) ) | ( ( rule__BusType__OwnedModeTransitionAssignment_5_1_1_0_1 ) ) );
+ // InternalAadl2Parser.g:8663:1: rule__BusType__Alternatives_5_1_1_0 : ( ( ( rule__BusType__OwnedModeAssignment_5_1_1_0_0 ) ) | ( ( rule__BusType__OwnedModeTransitionAssignment_5_1_1_0_1 ) ) );
public final void rule__BusType__Alternatives_5_1_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9617:1: ( ( ( rule__BusType__OwnedModeAssignment_5_1_1_0_0 ) ) | ( ( rule__BusType__OwnedModeTransitionAssignment_5_1_1_0_1 ) ) )
+ // InternalAadl2Parser.g:8667:1: ( ( ( rule__BusType__OwnedModeAssignment_5_1_1_0_0 ) ) | ( ( rule__BusType__OwnedModeTransitionAssignment_5_1_1_0_1 ) ) )
int alt147=2;
int LA147_0 = input.LA(1);
if ( (LA147_0==RULE_ID) ) {
int LA147_1 = input.LA(2);
- if ( (LA147_1==Colon) ) {
- int LA147_2 = input.LA(3);
+ if ( (LA147_1==HyphenMinusLeftSquareBracket) ) {
+ alt147=2;
+ }
+ else if ( (LA147_1==Colon) ) {
+ int LA147_3 = input.LA(3);
- if ( (LA147_2==RULE_ID) ) {
+ if ( (LA147_3==RULE_ID) ) {
alt147=2;
}
- else if ( (LA147_2==Initial||LA147_2==Mode) ) {
+ else if ( (LA147_3==Initial||LA147_3==Mode) ) {
alt147=1;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 147, 2, input);
+ new NoViableAltException("", 147, 3, input);
throw nvae;
}
}
- else if ( (LA147_1==HyphenMinusLeftSquareBracket) ) {
- alt147=2;
- }
else {
NoViableAltException nvae =
new NoViableAltException("", 147, 1, input);
@@ -44319,14 +41516,14 @@ else if ( (LA147_1==HyphenMinusLeftSquareBracket) ) {
}
switch (alt147) {
case 1 :
- // InternalAadl2Parser.g:9618:2: ( ( rule__BusType__OwnedModeAssignment_5_1_1_0_0 ) )
+ // InternalAadl2Parser.g:8668:2: ( ( rule__BusType__OwnedModeAssignment_5_1_1_0_0 ) )
{
- // InternalAadl2Parser.g:9618:2: ( ( rule__BusType__OwnedModeAssignment_5_1_1_0_0 ) )
- // InternalAadl2Parser.g:9619:3: ( rule__BusType__OwnedModeAssignment_5_1_1_0_0 )
+ // InternalAadl2Parser.g:8668:2: ( ( rule__BusType__OwnedModeAssignment_5_1_1_0_0 ) )
+ // InternalAadl2Parser.g:8669:3: ( rule__BusType__OwnedModeAssignment_5_1_1_0_0 )
{
before(grammarAccess.getBusTypeAccess().getOwnedModeAssignment_5_1_1_0_0());
- // InternalAadl2Parser.g:9620:3: ( rule__BusType__OwnedModeAssignment_5_1_1_0_0 )
- // InternalAadl2Parser.g:9620:4: rule__BusType__OwnedModeAssignment_5_1_1_0_0
+ // InternalAadl2Parser.g:8670:3: ( rule__BusType__OwnedModeAssignment_5_1_1_0_0 )
+ // InternalAadl2Parser.g:8670:4: rule__BusType__OwnedModeAssignment_5_1_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__OwnedModeAssignment_5_1_1_0_0();
@@ -44344,14 +41541,14 @@ else if ( (LA147_1==HyphenMinusLeftSquareBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:9624:2: ( ( rule__BusType__OwnedModeTransitionAssignment_5_1_1_0_1 ) )
+ // InternalAadl2Parser.g:8674:2: ( ( rule__BusType__OwnedModeTransitionAssignment_5_1_1_0_1 ) )
{
- // InternalAadl2Parser.g:9624:2: ( ( rule__BusType__OwnedModeTransitionAssignment_5_1_1_0_1 ) )
- // InternalAadl2Parser.g:9625:3: ( rule__BusType__OwnedModeTransitionAssignment_5_1_1_0_1 )
+ // InternalAadl2Parser.g:8674:2: ( ( rule__BusType__OwnedModeTransitionAssignment_5_1_1_0_1 ) )
+ // InternalAadl2Parser.g:8675:3: ( rule__BusType__OwnedModeTransitionAssignment_5_1_1_0_1 )
{
before(grammarAccess.getBusTypeAccess().getOwnedModeTransitionAssignment_5_1_1_0_1());
- // InternalAadl2Parser.g:9626:3: ( rule__BusType__OwnedModeTransitionAssignment_5_1_1_0_1 )
- // InternalAadl2Parser.g:9626:4: rule__BusType__OwnedModeTransitionAssignment_5_1_1_0_1
+ // InternalAadl2Parser.g:8676:3: ( rule__BusType__OwnedModeTransitionAssignment_5_1_1_0_1 )
+ // InternalAadl2Parser.g:8676:4: rule__BusType__OwnedModeTransitionAssignment_5_1_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__OwnedModeTransitionAssignment_5_1_1_0_1();
@@ -44386,13 +41583,13 @@ else if ( (LA147_1==HyphenMinusLeftSquareBracket) ) {
// $ANTLR start "rule__BusType__Alternatives_6_1"
- // InternalAadl2Parser.g:9634:1: rule__BusType__Alternatives_6_1 : ( ( ( ( rule__BusType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__BusType__OwnedPropertyAssociationAssignment_6_1_0 )* ) ) | ( ( rule__BusType__Group_6_1_1__0 ) ) );
+ // InternalAadl2Parser.g:8684:1: rule__BusType__Alternatives_6_1 : ( ( ( ( rule__BusType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__BusType__OwnedPropertyAssociationAssignment_6_1_0 )* ) ) | ( ( rule__BusType__Group_6_1_1__0 ) ) );
public final void rule__BusType__Alternatives_6_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9638:1: ( ( ( ( rule__BusType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__BusType__OwnedPropertyAssociationAssignment_6_1_0 )* ) ) | ( ( rule__BusType__Group_6_1_1__0 ) ) )
+ // InternalAadl2Parser.g:8688:1: ( ( ( ( rule__BusType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__BusType__OwnedPropertyAssociationAssignment_6_1_0 )* ) ) | ( ( rule__BusType__Group_6_1_1__0 ) ) )
int alt149=2;
int LA149_0 = input.LA(1);
@@ -44410,17 +41607,17 @@ else if ( (LA149_0==None) ) {
}
switch (alt149) {
case 1 :
- // InternalAadl2Parser.g:9639:2: ( ( ( rule__BusType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__BusType__OwnedPropertyAssociationAssignment_6_1_0 )* ) )
+ // InternalAadl2Parser.g:8689:2: ( ( ( rule__BusType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__BusType__OwnedPropertyAssociationAssignment_6_1_0 )* ) )
{
- // InternalAadl2Parser.g:9639:2: ( ( ( rule__BusType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__BusType__OwnedPropertyAssociationAssignment_6_1_0 )* ) )
- // InternalAadl2Parser.g:9640:3: ( ( rule__BusType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__BusType__OwnedPropertyAssociationAssignment_6_1_0 )* )
+ // InternalAadl2Parser.g:8689:2: ( ( ( rule__BusType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__BusType__OwnedPropertyAssociationAssignment_6_1_0 )* ) )
+ // InternalAadl2Parser.g:8690:3: ( ( rule__BusType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__BusType__OwnedPropertyAssociationAssignment_6_1_0 )* )
{
- // InternalAadl2Parser.g:9640:3: ( ( rule__BusType__OwnedPropertyAssociationAssignment_6_1_0 ) )
- // InternalAadl2Parser.g:9641:4: ( rule__BusType__OwnedPropertyAssociationAssignment_6_1_0 )
+ // InternalAadl2Parser.g:8690:3: ( ( rule__BusType__OwnedPropertyAssociationAssignment_6_1_0 ) )
+ // InternalAadl2Parser.g:8691:4: ( rule__BusType__OwnedPropertyAssociationAssignment_6_1_0 )
{
before(grammarAccess.getBusTypeAccess().getOwnedPropertyAssociationAssignment_6_1_0());
- // InternalAadl2Parser.g:9642:4: ( rule__BusType__OwnedPropertyAssociationAssignment_6_1_0 )
- // InternalAadl2Parser.g:9642:5: rule__BusType__OwnedPropertyAssociationAssignment_6_1_0
+ // InternalAadl2Parser.g:8692:4: ( rule__BusType__OwnedPropertyAssociationAssignment_6_1_0 )
+ // InternalAadl2Parser.g:8692:5: rule__BusType__OwnedPropertyAssociationAssignment_6_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__BusType__OwnedPropertyAssociationAssignment_6_1_0();
@@ -44434,11 +41631,11 @@ else if ( (LA149_0==None) ) {
}
- // InternalAadl2Parser.g:9645:3: ( ( rule__BusType__OwnedPropertyAssociationAssignment_6_1_0 )* )
- // InternalAadl2Parser.g:9646:4: ( rule__BusType__OwnedPropertyAssociationAssignment_6_1_0 )*
+ // InternalAadl2Parser.g:8695:3: ( ( rule__BusType__OwnedPropertyAssociationAssignment_6_1_0 )* )
+ // InternalAadl2Parser.g:8696:4: ( rule__BusType__OwnedPropertyAssociationAssignment_6_1_0 )*
{
before(grammarAccess.getBusTypeAccess().getOwnedPropertyAssociationAssignment_6_1_0());
- // InternalAadl2Parser.g:9647:4: ( rule__BusType__OwnedPropertyAssociationAssignment_6_1_0 )*
+ // InternalAadl2Parser.g:8697:4: ( rule__BusType__OwnedPropertyAssociationAssignment_6_1_0 )*
loop148:
do {
int alt148=2;
@@ -44451,7 +41648,7 @@ else if ( (LA149_0==None) ) {
switch (alt148) {
case 1 :
- // InternalAadl2Parser.g:9647:5: rule__BusType__OwnedPropertyAssociationAssignment_6_1_0
+ // InternalAadl2Parser.g:8697:5: rule__BusType__OwnedPropertyAssociationAssignment_6_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__BusType__OwnedPropertyAssociationAssignment_6_1_0();
@@ -44478,14 +41675,14 @@ else if ( (LA149_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:9652:2: ( ( rule__BusType__Group_6_1_1__0 ) )
+ // InternalAadl2Parser.g:8702:2: ( ( rule__BusType__Group_6_1_1__0 ) )
{
- // InternalAadl2Parser.g:9652:2: ( ( rule__BusType__Group_6_1_1__0 ) )
- // InternalAadl2Parser.g:9653:3: ( rule__BusType__Group_6_1_1__0 )
+ // InternalAadl2Parser.g:8702:2: ( ( rule__BusType__Group_6_1_1__0 ) )
+ // InternalAadl2Parser.g:8703:3: ( rule__BusType__Group_6_1_1__0 )
{
before(grammarAccess.getBusTypeAccess().getGroup_6_1_1());
- // InternalAadl2Parser.g:9654:3: ( rule__BusType__Group_6_1_1__0 )
- // InternalAadl2Parser.g:9654:4: rule__BusType__Group_6_1_1__0
+ // InternalAadl2Parser.g:8704:3: ( rule__BusType__Group_6_1_1__0 )
+ // InternalAadl2Parser.g:8704:4: rule__BusType__Group_6_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__Group_6_1_1__0();
@@ -44519,14 +41716,14 @@ else if ( (LA149_0==None) ) {
// $ANTLR end "rule__BusType__Alternatives_6_1"
- // $ANTLR start "rule__VirtualBusType__Alternatives_3_1"
- // InternalAadl2Parser.g:9662:1: rule__VirtualBusType__Alternatives_3_1 : ( ( ( rule__VirtualBusType__Group_3_1_0__0 ) ) | ( ( ( rule__VirtualBusType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__VirtualBusType__OwnedPrototypeAssignment_3_1_1 )* ) ) );
- public final void rule__VirtualBusType__Alternatives_3_1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Alternatives_4_1"
+ // InternalAadl2Parser.g:8712:1: rule__VirtualBusType__Alternatives_4_1 : ( ( ( rule__VirtualBusType__Group_4_1_0__0 ) ) | ( ( ( rule__VirtualBusType__OwnedPrototypeAssignment_4_1_1 ) ) ( ( rule__VirtualBusType__OwnedPrototypeAssignment_4_1_1 )* ) ) );
+ public final void rule__VirtualBusType__Alternatives_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9666:1: ( ( ( rule__VirtualBusType__Group_3_1_0__0 ) ) | ( ( ( rule__VirtualBusType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__VirtualBusType__OwnedPrototypeAssignment_3_1_1 )* ) ) )
+ // InternalAadl2Parser.g:8716:1: ( ( ( rule__VirtualBusType__Group_4_1_0__0 ) ) | ( ( ( rule__VirtualBusType__OwnedPrototypeAssignment_4_1_1 ) ) ( ( rule__VirtualBusType__OwnedPrototypeAssignment_4_1_1 )* ) ) )
int alt151=2;
int LA151_0 = input.LA(1);
@@ -44544,24 +41741,24 @@ else if ( (LA151_0==RULE_ID) ) {
}
switch (alt151) {
case 1 :
- // InternalAadl2Parser.g:9667:2: ( ( rule__VirtualBusType__Group_3_1_0__0 ) )
+ // InternalAadl2Parser.g:8717:2: ( ( rule__VirtualBusType__Group_4_1_0__0 ) )
{
- // InternalAadl2Parser.g:9667:2: ( ( rule__VirtualBusType__Group_3_1_0__0 ) )
- // InternalAadl2Parser.g:9668:3: ( rule__VirtualBusType__Group_3_1_0__0 )
+ // InternalAadl2Parser.g:8717:2: ( ( rule__VirtualBusType__Group_4_1_0__0 ) )
+ // InternalAadl2Parser.g:8718:3: ( rule__VirtualBusType__Group_4_1_0__0 )
{
- before(grammarAccess.getVirtualBusTypeAccess().getGroup_3_1_0());
- // InternalAadl2Parser.g:9669:3: ( rule__VirtualBusType__Group_3_1_0__0 )
- // InternalAadl2Parser.g:9669:4: rule__VirtualBusType__Group_3_1_0__0
+ before(grammarAccess.getVirtualBusTypeAccess().getGroup_4_1_0());
+ // InternalAadl2Parser.g:8719:3: ( rule__VirtualBusType__Group_4_1_0__0 )
+ // InternalAadl2Parser.g:8719:4: rule__VirtualBusType__Group_4_1_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_3_1_0__0();
+ rule__VirtualBusType__Group_4_1_0__0();
state._fsp--;
}
- after(grammarAccess.getVirtualBusTypeAccess().getGroup_3_1_0());
+ after(grammarAccess.getVirtualBusTypeAccess().getGroup_4_1_0());
}
@@ -44569,35 +41766,35 @@ else if ( (LA151_0==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:9673:2: ( ( ( rule__VirtualBusType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__VirtualBusType__OwnedPrototypeAssignment_3_1_1 )* ) )
+ // InternalAadl2Parser.g:8723:2: ( ( ( rule__VirtualBusType__OwnedPrototypeAssignment_4_1_1 ) ) ( ( rule__VirtualBusType__OwnedPrototypeAssignment_4_1_1 )* ) )
{
- // InternalAadl2Parser.g:9673:2: ( ( ( rule__VirtualBusType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__VirtualBusType__OwnedPrototypeAssignment_3_1_1 )* ) )
- // InternalAadl2Parser.g:9674:3: ( ( rule__VirtualBusType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__VirtualBusType__OwnedPrototypeAssignment_3_1_1 )* )
+ // InternalAadl2Parser.g:8723:2: ( ( ( rule__VirtualBusType__OwnedPrototypeAssignment_4_1_1 ) ) ( ( rule__VirtualBusType__OwnedPrototypeAssignment_4_1_1 )* ) )
+ // InternalAadl2Parser.g:8724:3: ( ( rule__VirtualBusType__OwnedPrototypeAssignment_4_1_1 ) ) ( ( rule__VirtualBusType__OwnedPrototypeAssignment_4_1_1 )* )
{
- // InternalAadl2Parser.g:9674:3: ( ( rule__VirtualBusType__OwnedPrototypeAssignment_3_1_1 ) )
- // InternalAadl2Parser.g:9675:4: ( rule__VirtualBusType__OwnedPrototypeAssignment_3_1_1 )
+ // InternalAadl2Parser.g:8724:3: ( ( rule__VirtualBusType__OwnedPrototypeAssignment_4_1_1 ) )
+ // InternalAadl2Parser.g:8725:4: ( rule__VirtualBusType__OwnedPrototypeAssignment_4_1_1 )
{
- before(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeAssignment_3_1_1());
- // InternalAadl2Parser.g:9676:4: ( rule__VirtualBusType__OwnedPrototypeAssignment_3_1_1 )
- // InternalAadl2Parser.g:9676:5: rule__VirtualBusType__OwnedPrototypeAssignment_3_1_1
+ before(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeAssignment_4_1_1());
+ // InternalAadl2Parser.g:8726:4: ( rule__VirtualBusType__OwnedPrototypeAssignment_4_1_1 )
+ // InternalAadl2Parser.g:8726:5: rule__VirtualBusType__OwnedPrototypeAssignment_4_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualBusType__OwnedPrototypeAssignment_3_1_1();
+ rule__VirtualBusType__OwnedPrototypeAssignment_4_1_1();
state._fsp--;
}
- after(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeAssignment_3_1_1());
+ after(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeAssignment_4_1_1());
}
- // InternalAadl2Parser.g:9679:3: ( ( rule__VirtualBusType__OwnedPrototypeAssignment_3_1_1 )* )
- // InternalAadl2Parser.g:9680:4: ( rule__VirtualBusType__OwnedPrototypeAssignment_3_1_1 )*
+ // InternalAadl2Parser.g:8729:3: ( ( rule__VirtualBusType__OwnedPrototypeAssignment_4_1_1 )* )
+ // InternalAadl2Parser.g:8730:4: ( rule__VirtualBusType__OwnedPrototypeAssignment_4_1_1 )*
{
- before(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeAssignment_3_1_1());
- // InternalAadl2Parser.g:9681:4: ( rule__VirtualBusType__OwnedPrototypeAssignment_3_1_1 )*
+ before(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeAssignment_4_1_1());
+ // InternalAadl2Parser.g:8731:4: ( rule__VirtualBusType__OwnedPrototypeAssignment_4_1_1 )*
loop150:
do {
int alt150=2;
@@ -44610,10 +41807,10 @@ else if ( (LA151_0==RULE_ID) ) {
switch (alt150) {
case 1 :
- // InternalAadl2Parser.g:9681:5: rule__VirtualBusType__OwnedPrototypeAssignment_3_1_1
+ // InternalAadl2Parser.g:8731:5: rule__VirtualBusType__OwnedPrototypeAssignment_4_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualBusType__OwnedPrototypeAssignment_3_1_1();
+ rule__VirtualBusType__OwnedPrototypeAssignment_4_1_1();
state._fsp--;
@@ -44626,7 +41823,7 @@ else if ( (LA151_0==RULE_ID) ) {
}
} while (true);
- after(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeAssignment_3_1_1());
+ after(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeAssignment_4_1_1());
}
@@ -44650,17 +41847,17 @@ else if ( (LA151_0==RULE_ID) ) {
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Alternatives_3_1"
+ // $ANTLR end "rule__VirtualBusType__Alternatives_4_1"
- // $ANTLR start "rule__VirtualBusType__Alternatives_4_1"
- // InternalAadl2Parser.g:9690:1: rule__VirtualBusType__Alternatives_4_1 : ( ( ( rule__VirtualBusType__Group_4_1_0__0 ) ) | ( ( ( rule__VirtualBusType__Alternatives_4_1_1 ) ) ( ( rule__VirtualBusType__Alternatives_4_1_1 )* ) ) );
- public final void rule__VirtualBusType__Alternatives_4_1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Alternatives_5_1"
+ // InternalAadl2Parser.g:8740:1: rule__VirtualBusType__Alternatives_5_1 : ( ( ( rule__VirtualBusType__Group_5_1_0__0 ) ) | ( ( ( rule__VirtualBusType__Alternatives_5_1_1 ) ) ( ( rule__VirtualBusType__Alternatives_5_1_1 )* ) ) );
+ public final void rule__VirtualBusType__Alternatives_5_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9694:1: ( ( ( rule__VirtualBusType__Group_4_1_0__0 ) ) | ( ( ( rule__VirtualBusType__Alternatives_4_1_1 ) ) ( ( rule__VirtualBusType__Alternatives_4_1_1 )* ) ) )
+ // InternalAadl2Parser.g:8744:1: ( ( ( rule__VirtualBusType__Group_5_1_0__0 ) ) | ( ( ( rule__VirtualBusType__Alternatives_5_1_1 ) ) ( ( rule__VirtualBusType__Alternatives_5_1_1 )* ) ) )
int alt153=2;
int LA153_0 = input.LA(1);
@@ -44678,24 +41875,24 @@ else if ( (LA153_0==RULE_ID) ) {
}
switch (alt153) {
case 1 :
- // InternalAadl2Parser.g:9695:2: ( ( rule__VirtualBusType__Group_4_1_0__0 ) )
+ // InternalAadl2Parser.g:8745:2: ( ( rule__VirtualBusType__Group_5_1_0__0 ) )
{
- // InternalAadl2Parser.g:9695:2: ( ( rule__VirtualBusType__Group_4_1_0__0 ) )
- // InternalAadl2Parser.g:9696:3: ( rule__VirtualBusType__Group_4_1_0__0 )
+ // InternalAadl2Parser.g:8745:2: ( ( rule__VirtualBusType__Group_5_1_0__0 ) )
+ // InternalAadl2Parser.g:8746:3: ( rule__VirtualBusType__Group_5_1_0__0 )
{
- before(grammarAccess.getVirtualBusTypeAccess().getGroup_4_1_0());
- // InternalAadl2Parser.g:9697:3: ( rule__VirtualBusType__Group_4_1_0__0 )
- // InternalAadl2Parser.g:9697:4: rule__VirtualBusType__Group_4_1_0__0
+ before(grammarAccess.getVirtualBusTypeAccess().getGroup_5_1_0());
+ // InternalAadl2Parser.g:8747:3: ( rule__VirtualBusType__Group_5_1_0__0 )
+ // InternalAadl2Parser.g:8747:4: rule__VirtualBusType__Group_5_1_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_4_1_0__0();
+ rule__VirtualBusType__Group_5_1_0__0();
state._fsp--;
}
- after(grammarAccess.getVirtualBusTypeAccess().getGroup_4_1_0());
+ after(grammarAccess.getVirtualBusTypeAccess().getGroup_5_1_0());
}
@@ -44703,35 +41900,35 @@ else if ( (LA153_0==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:9701:2: ( ( ( rule__VirtualBusType__Alternatives_4_1_1 ) ) ( ( rule__VirtualBusType__Alternatives_4_1_1 )* ) )
+ // InternalAadl2Parser.g:8751:2: ( ( ( rule__VirtualBusType__Alternatives_5_1_1 ) ) ( ( rule__VirtualBusType__Alternatives_5_1_1 )* ) )
{
- // InternalAadl2Parser.g:9701:2: ( ( ( rule__VirtualBusType__Alternatives_4_1_1 ) ) ( ( rule__VirtualBusType__Alternatives_4_1_1 )* ) )
- // InternalAadl2Parser.g:9702:3: ( ( rule__VirtualBusType__Alternatives_4_1_1 ) ) ( ( rule__VirtualBusType__Alternatives_4_1_1 )* )
+ // InternalAadl2Parser.g:8751:2: ( ( ( rule__VirtualBusType__Alternatives_5_1_1 ) ) ( ( rule__VirtualBusType__Alternatives_5_1_1 )* ) )
+ // InternalAadl2Parser.g:8752:3: ( ( rule__VirtualBusType__Alternatives_5_1_1 ) ) ( ( rule__VirtualBusType__Alternatives_5_1_1 )* )
{
- // InternalAadl2Parser.g:9702:3: ( ( rule__VirtualBusType__Alternatives_4_1_1 ) )
- // InternalAadl2Parser.g:9703:4: ( rule__VirtualBusType__Alternatives_4_1_1 )
+ // InternalAadl2Parser.g:8752:3: ( ( rule__VirtualBusType__Alternatives_5_1_1 ) )
+ // InternalAadl2Parser.g:8753:4: ( rule__VirtualBusType__Alternatives_5_1_1 )
{
- before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_4_1_1());
- // InternalAadl2Parser.g:9704:4: ( rule__VirtualBusType__Alternatives_4_1_1 )
- // InternalAadl2Parser.g:9704:5: rule__VirtualBusType__Alternatives_4_1_1
+ before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_5_1_1());
+ // InternalAadl2Parser.g:8754:4: ( rule__VirtualBusType__Alternatives_5_1_1 )
+ // InternalAadl2Parser.g:8754:5: rule__VirtualBusType__Alternatives_5_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualBusType__Alternatives_4_1_1();
+ rule__VirtualBusType__Alternatives_5_1_1();
state._fsp--;
}
- after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_4_1_1());
+ after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_5_1_1());
}
- // InternalAadl2Parser.g:9707:3: ( ( rule__VirtualBusType__Alternatives_4_1_1 )* )
- // InternalAadl2Parser.g:9708:4: ( rule__VirtualBusType__Alternatives_4_1_1 )*
+ // InternalAadl2Parser.g:8757:3: ( ( rule__VirtualBusType__Alternatives_5_1_1 )* )
+ // InternalAadl2Parser.g:8758:4: ( rule__VirtualBusType__Alternatives_5_1_1 )*
{
- before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_4_1_1());
- // InternalAadl2Parser.g:9709:4: ( rule__VirtualBusType__Alternatives_4_1_1 )*
+ before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_5_1_1());
+ // InternalAadl2Parser.g:8759:4: ( rule__VirtualBusType__Alternatives_5_1_1 )*
loop152:
do {
int alt152=2;
@@ -44744,10 +41941,10 @@ else if ( (LA153_0==RULE_ID) ) {
switch (alt152) {
case 1 :
- // InternalAadl2Parser.g:9709:5: rule__VirtualBusType__Alternatives_4_1_1
+ // InternalAadl2Parser.g:8759:5: rule__VirtualBusType__Alternatives_5_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualBusType__Alternatives_4_1_1();
+ rule__VirtualBusType__Alternatives_5_1_1();
state._fsp--;
@@ -44760,7 +41957,7 @@ else if ( (LA153_0==RULE_ID) ) {
}
} while (true);
- after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_4_1_1());
+ after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_5_1_1());
}
@@ -44784,39 +41981,39 @@ else if ( (LA153_0==RULE_ID) ) {
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Alternatives_4_1"
+ // $ANTLR end "rule__VirtualBusType__Alternatives_5_1"
- // $ANTLR start "rule__VirtualBusType__Alternatives_4_1_1"
- // InternalAadl2Parser.g:9718:1: rule__VirtualBusType__Alternatives_4_1_1 : ( ( ( rule__VirtualBusType__OwnedFeatureGroupAssignment_4_1_1_0 ) ) | ( ( rule__VirtualBusType__OwnedDataPortAssignment_4_1_1_1 ) ) | ( ( rule__VirtualBusType__OwnedEventPortAssignment_4_1_1_2 ) ) | ( ( rule__VirtualBusType__OwnedEventDataPortAssignment_4_1_1_3 ) ) | ( ( rule__VirtualBusType__OwnedAbstractFeatureAssignment_4_1_1_4 ) ) | ( ( rule__VirtualBusType__OwnedBusAccessAssignment_4_1_1_5 ) ) );
- public final void rule__VirtualBusType__Alternatives_4_1_1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Alternatives_5_1_1"
+ // InternalAadl2Parser.g:8768:1: rule__VirtualBusType__Alternatives_5_1_1 : ( ( ( rule__VirtualBusType__OwnedFeatureGroupAssignment_5_1_1_0 ) ) | ( ( rule__VirtualBusType__OwnedDataPortAssignment_5_1_1_1 ) ) | ( ( rule__VirtualBusType__OwnedEventPortAssignment_5_1_1_2 ) ) | ( ( rule__VirtualBusType__OwnedEventDataPortAssignment_5_1_1_3 ) ) | ( ( rule__VirtualBusType__OwnedAbstractFeatureAssignment_5_1_1_4 ) ) | ( ( rule__VirtualBusType__OwnedBusAccessAssignment_5_1_1_5 ) ) );
+ public final void rule__VirtualBusType__Alternatives_5_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9722:1: ( ( ( rule__VirtualBusType__OwnedFeatureGroupAssignment_4_1_1_0 ) ) | ( ( rule__VirtualBusType__OwnedDataPortAssignment_4_1_1_1 ) ) | ( ( rule__VirtualBusType__OwnedEventPortAssignment_4_1_1_2 ) ) | ( ( rule__VirtualBusType__OwnedEventDataPortAssignment_4_1_1_3 ) ) | ( ( rule__VirtualBusType__OwnedAbstractFeatureAssignment_4_1_1_4 ) ) | ( ( rule__VirtualBusType__OwnedBusAccessAssignment_4_1_1_5 ) ) )
+ // InternalAadl2Parser.g:8772:1: ( ( ( rule__VirtualBusType__OwnedFeatureGroupAssignment_5_1_1_0 ) ) | ( ( rule__VirtualBusType__OwnedDataPortAssignment_5_1_1_1 ) ) | ( ( rule__VirtualBusType__OwnedEventPortAssignment_5_1_1_2 ) ) | ( ( rule__VirtualBusType__OwnedEventDataPortAssignment_5_1_1_3 ) ) | ( ( rule__VirtualBusType__OwnedAbstractFeatureAssignment_5_1_1_4 ) ) | ( ( rule__VirtualBusType__OwnedBusAccessAssignment_5_1_1_5 ) ) )
int alt154=6;
alt154 = dfa154.predict(input);
switch (alt154) {
case 1 :
- // InternalAadl2Parser.g:9723:2: ( ( rule__VirtualBusType__OwnedFeatureGroupAssignment_4_1_1_0 ) )
+ // InternalAadl2Parser.g:8773:2: ( ( rule__VirtualBusType__OwnedFeatureGroupAssignment_5_1_1_0 ) )
{
- // InternalAadl2Parser.g:9723:2: ( ( rule__VirtualBusType__OwnedFeatureGroupAssignment_4_1_1_0 ) )
- // InternalAadl2Parser.g:9724:3: ( rule__VirtualBusType__OwnedFeatureGroupAssignment_4_1_1_0 )
+ // InternalAadl2Parser.g:8773:2: ( ( rule__VirtualBusType__OwnedFeatureGroupAssignment_5_1_1_0 ) )
+ // InternalAadl2Parser.g:8774:3: ( rule__VirtualBusType__OwnedFeatureGroupAssignment_5_1_1_0 )
{
- before(grammarAccess.getVirtualBusTypeAccess().getOwnedFeatureGroupAssignment_4_1_1_0());
- // InternalAadl2Parser.g:9725:3: ( rule__VirtualBusType__OwnedFeatureGroupAssignment_4_1_1_0 )
- // InternalAadl2Parser.g:9725:4: rule__VirtualBusType__OwnedFeatureGroupAssignment_4_1_1_0
+ before(grammarAccess.getVirtualBusTypeAccess().getOwnedFeatureGroupAssignment_5_1_1_0());
+ // InternalAadl2Parser.g:8775:3: ( rule__VirtualBusType__OwnedFeatureGroupAssignment_5_1_1_0 )
+ // InternalAadl2Parser.g:8775:4: rule__VirtualBusType__OwnedFeatureGroupAssignment_5_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__OwnedFeatureGroupAssignment_4_1_1_0();
+ rule__VirtualBusType__OwnedFeatureGroupAssignment_5_1_1_0();
state._fsp--;
}
- after(grammarAccess.getVirtualBusTypeAccess().getOwnedFeatureGroupAssignment_4_1_1_0());
+ after(grammarAccess.getVirtualBusTypeAccess().getOwnedFeatureGroupAssignment_5_1_1_0());
}
@@ -44824,24 +42021,24 @@ public final void rule__VirtualBusType__Alternatives_4_1_1() throws RecognitionE
}
break;
case 2 :
- // InternalAadl2Parser.g:9729:2: ( ( rule__VirtualBusType__OwnedDataPortAssignment_4_1_1_1 ) )
+ // InternalAadl2Parser.g:8779:2: ( ( rule__VirtualBusType__OwnedDataPortAssignment_5_1_1_1 ) )
{
- // InternalAadl2Parser.g:9729:2: ( ( rule__VirtualBusType__OwnedDataPortAssignment_4_1_1_1 ) )
- // InternalAadl2Parser.g:9730:3: ( rule__VirtualBusType__OwnedDataPortAssignment_4_1_1_1 )
+ // InternalAadl2Parser.g:8779:2: ( ( rule__VirtualBusType__OwnedDataPortAssignment_5_1_1_1 ) )
+ // InternalAadl2Parser.g:8780:3: ( rule__VirtualBusType__OwnedDataPortAssignment_5_1_1_1 )
{
- before(grammarAccess.getVirtualBusTypeAccess().getOwnedDataPortAssignment_4_1_1_1());
- // InternalAadl2Parser.g:9731:3: ( rule__VirtualBusType__OwnedDataPortAssignment_4_1_1_1 )
- // InternalAadl2Parser.g:9731:4: rule__VirtualBusType__OwnedDataPortAssignment_4_1_1_1
+ before(grammarAccess.getVirtualBusTypeAccess().getOwnedDataPortAssignment_5_1_1_1());
+ // InternalAadl2Parser.g:8781:3: ( rule__VirtualBusType__OwnedDataPortAssignment_5_1_1_1 )
+ // InternalAadl2Parser.g:8781:4: rule__VirtualBusType__OwnedDataPortAssignment_5_1_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__OwnedDataPortAssignment_4_1_1_1();
+ rule__VirtualBusType__OwnedDataPortAssignment_5_1_1_1();
state._fsp--;
}
- after(grammarAccess.getVirtualBusTypeAccess().getOwnedDataPortAssignment_4_1_1_1());
+ after(grammarAccess.getVirtualBusTypeAccess().getOwnedDataPortAssignment_5_1_1_1());
}
@@ -44849,24 +42046,24 @@ public final void rule__VirtualBusType__Alternatives_4_1_1() throws RecognitionE
}
break;
case 3 :
- // InternalAadl2Parser.g:9735:2: ( ( rule__VirtualBusType__OwnedEventPortAssignment_4_1_1_2 ) )
+ // InternalAadl2Parser.g:8785:2: ( ( rule__VirtualBusType__OwnedEventPortAssignment_5_1_1_2 ) )
{
- // InternalAadl2Parser.g:9735:2: ( ( rule__VirtualBusType__OwnedEventPortAssignment_4_1_1_2 ) )
- // InternalAadl2Parser.g:9736:3: ( rule__VirtualBusType__OwnedEventPortAssignment_4_1_1_2 )
+ // InternalAadl2Parser.g:8785:2: ( ( rule__VirtualBusType__OwnedEventPortAssignment_5_1_1_2 ) )
+ // InternalAadl2Parser.g:8786:3: ( rule__VirtualBusType__OwnedEventPortAssignment_5_1_1_2 )
{
- before(grammarAccess.getVirtualBusTypeAccess().getOwnedEventPortAssignment_4_1_1_2());
- // InternalAadl2Parser.g:9737:3: ( rule__VirtualBusType__OwnedEventPortAssignment_4_1_1_2 )
- // InternalAadl2Parser.g:9737:4: rule__VirtualBusType__OwnedEventPortAssignment_4_1_1_2
+ before(grammarAccess.getVirtualBusTypeAccess().getOwnedEventPortAssignment_5_1_1_2());
+ // InternalAadl2Parser.g:8787:3: ( rule__VirtualBusType__OwnedEventPortAssignment_5_1_1_2 )
+ // InternalAadl2Parser.g:8787:4: rule__VirtualBusType__OwnedEventPortAssignment_5_1_1_2
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__OwnedEventPortAssignment_4_1_1_2();
+ rule__VirtualBusType__OwnedEventPortAssignment_5_1_1_2();
state._fsp--;
}
- after(grammarAccess.getVirtualBusTypeAccess().getOwnedEventPortAssignment_4_1_1_2());
+ after(grammarAccess.getVirtualBusTypeAccess().getOwnedEventPortAssignment_5_1_1_2());
}
@@ -44874,24 +42071,24 @@ public final void rule__VirtualBusType__Alternatives_4_1_1() throws RecognitionE
}
break;
case 4 :
- // InternalAadl2Parser.g:9741:2: ( ( rule__VirtualBusType__OwnedEventDataPortAssignment_4_1_1_3 ) )
+ // InternalAadl2Parser.g:8791:2: ( ( rule__VirtualBusType__OwnedEventDataPortAssignment_5_1_1_3 ) )
{
- // InternalAadl2Parser.g:9741:2: ( ( rule__VirtualBusType__OwnedEventDataPortAssignment_4_1_1_3 ) )
- // InternalAadl2Parser.g:9742:3: ( rule__VirtualBusType__OwnedEventDataPortAssignment_4_1_1_3 )
+ // InternalAadl2Parser.g:8791:2: ( ( rule__VirtualBusType__OwnedEventDataPortAssignment_5_1_1_3 ) )
+ // InternalAadl2Parser.g:8792:3: ( rule__VirtualBusType__OwnedEventDataPortAssignment_5_1_1_3 )
{
- before(grammarAccess.getVirtualBusTypeAccess().getOwnedEventDataPortAssignment_4_1_1_3());
- // InternalAadl2Parser.g:9743:3: ( rule__VirtualBusType__OwnedEventDataPortAssignment_4_1_1_3 )
- // InternalAadl2Parser.g:9743:4: rule__VirtualBusType__OwnedEventDataPortAssignment_4_1_1_3
+ before(grammarAccess.getVirtualBusTypeAccess().getOwnedEventDataPortAssignment_5_1_1_3());
+ // InternalAadl2Parser.g:8793:3: ( rule__VirtualBusType__OwnedEventDataPortAssignment_5_1_1_3 )
+ // InternalAadl2Parser.g:8793:4: rule__VirtualBusType__OwnedEventDataPortAssignment_5_1_1_3
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__OwnedEventDataPortAssignment_4_1_1_3();
+ rule__VirtualBusType__OwnedEventDataPortAssignment_5_1_1_3();
state._fsp--;
}
- after(grammarAccess.getVirtualBusTypeAccess().getOwnedEventDataPortAssignment_4_1_1_3());
+ after(grammarAccess.getVirtualBusTypeAccess().getOwnedEventDataPortAssignment_5_1_1_3());
}
@@ -44899,24 +42096,24 @@ public final void rule__VirtualBusType__Alternatives_4_1_1() throws RecognitionE
}
break;
case 5 :
- // InternalAadl2Parser.g:9747:2: ( ( rule__VirtualBusType__OwnedAbstractFeatureAssignment_4_1_1_4 ) )
+ // InternalAadl2Parser.g:8797:2: ( ( rule__VirtualBusType__OwnedAbstractFeatureAssignment_5_1_1_4 ) )
{
- // InternalAadl2Parser.g:9747:2: ( ( rule__VirtualBusType__OwnedAbstractFeatureAssignment_4_1_1_4 ) )
- // InternalAadl2Parser.g:9748:3: ( rule__VirtualBusType__OwnedAbstractFeatureAssignment_4_1_1_4 )
+ // InternalAadl2Parser.g:8797:2: ( ( rule__VirtualBusType__OwnedAbstractFeatureAssignment_5_1_1_4 ) )
+ // InternalAadl2Parser.g:8798:3: ( rule__VirtualBusType__OwnedAbstractFeatureAssignment_5_1_1_4 )
{
- before(grammarAccess.getVirtualBusTypeAccess().getOwnedAbstractFeatureAssignment_4_1_1_4());
- // InternalAadl2Parser.g:9749:3: ( rule__VirtualBusType__OwnedAbstractFeatureAssignment_4_1_1_4 )
- // InternalAadl2Parser.g:9749:4: rule__VirtualBusType__OwnedAbstractFeatureAssignment_4_1_1_4
+ before(grammarAccess.getVirtualBusTypeAccess().getOwnedAbstractFeatureAssignment_5_1_1_4());
+ // InternalAadl2Parser.g:8799:3: ( rule__VirtualBusType__OwnedAbstractFeatureAssignment_5_1_1_4 )
+ // InternalAadl2Parser.g:8799:4: rule__VirtualBusType__OwnedAbstractFeatureAssignment_5_1_1_4
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__OwnedAbstractFeatureAssignment_4_1_1_4();
+ rule__VirtualBusType__OwnedAbstractFeatureAssignment_5_1_1_4();
state._fsp--;
}
- after(grammarAccess.getVirtualBusTypeAccess().getOwnedAbstractFeatureAssignment_4_1_1_4());
+ after(grammarAccess.getVirtualBusTypeAccess().getOwnedAbstractFeatureAssignment_5_1_1_4());
}
@@ -44924,24 +42121,24 @@ public final void rule__VirtualBusType__Alternatives_4_1_1() throws RecognitionE
}
break;
case 6 :
- // InternalAadl2Parser.g:9753:2: ( ( rule__VirtualBusType__OwnedBusAccessAssignment_4_1_1_5 ) )
+ // InternalAadl2Parser.g:8803:2: ( ( rule__VirtualBusType__OwnedBusAccessAssignment_5_1_1_5 ) )
{
- // InternalAadl2Parser.g:9753:2: ( ( rule__VirtualBusType__OwnedBusAccessAssignment_4_1_1_5 ) )
- // InternalAadl2Parser.g:9754:3: ( rule__VirtualBusType__OwnedBusAccessAssignment_4_1_1_5 )
+ // InternalAadl2Parser.g:8803:2: ( ( rule__VirtualBusType__OwnedBusAccessAssignment_5_1_1_5 ) )
+ // InternalAadl2Parser.g:8804:3: ( rule__VirtualBusType__OwnedBusAccessAssignment_5_1_1_5 )
{
- before(grammarAccess.getVirtualBusTypeAccess().getOwnedBusAccessAssignment_4_1_1_5());
- // InternalAadl2Parser.g:9755:3: ( rule__VirtualBusType__OwnedBusAccessAssignment_4_1_1_5 )
- // InternalAadl2Parser.g:9755:4: rule__VirtualBusType__OwnedBusAccessAssignment_4_1_1_5
+ before(grammarAccess.getVirtualBusTypeAccess().getOwnedBusAccessAssignment_5_1_1_5());
+ // InternalAadl2Parser.g:8805:3: ( rule__VirtualBusType__OwnedBusAccessAssignment_5_1_1_5 )
+ // InternalAadl2Parser.g:8805:4: rule__VirtualBusType__OwnedBusAccessAssignment_5_1_1_5
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__OwnedBusAccessAssignment_4_1_1_5();
+ rule__VirtualBusType__OwnedBusAccessAssignment_5_1_1_5();
state._fsp--;
}
- after(grammarAccess.getVirtualBusTypeAccess().getOwnedBusAccessAssignment_4_1_1_5());
+ after(grammarAccess.getVirtualBusTypeAccess().getOwnedBusAccessAssignment_5_1_1_5());
}
@@ -44962,17 +42159,17 @@ public final void rule__VirtualBusType__Alternatives_4_1_1() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Alternatives_4_1_1"
+ // $ANTLR end "rule__VirtualBusType__Alternatives_5_1_1"
- // $ANTLR start "rule__VirtualBusType__Alternatives_5"
- // InternalAadl2Parser.g:9763:1: rule__VirtualBusType__Alternatives_5 : ( ( ( rule__VirtualBusType__Group_5_0__0 ) ) | ( ( rule__VirtualBusType__Group_5_1__0 ) ) );
- public final void rule__VirtualBusType__Alternatives_5() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Alternatives_6"
+ // InternalAadl2Parser.g:8813:1: rule__VirtualBusType__Alternatives_6 : ( ( ( rule__VirtualBusType__Group_6_0__0 ) ) | ( ( rule__VirtualBusType__Group_6_1__0 ) ) );
+ public final void rule__VirtualBusType__Alternatives_6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9767:1: ( ( ( rule__VirtualBusType__Group_5_0__0 ) ) | ( ( rule__VirtualBusType__Group_5_1__0 ) ) )
+ // InternalAadl2Parser.g:8817:1: ( ( ( rule__VirtualBusType__Group_6_0__0 ) ) | ( ( rule__VirtualBusType__Group_6_1__0 ) ) )
int alt155=2;
int LA155_0 = input.LA(1);
@@ -44990,24 +42187,24 @@ else if ( (LA155_0==Modes) ) {
}
switch (alt155) {
case 1 :
- // InternalAadl2Parser.g:9768:2: ( ( rule__VirtualBusType__Group_5_0__0 ) )
+ // InternalAadl2Parser.g:8818:2: ( ( rule__VirtualBusType__Group_6_0__0 ) )
{
- // InternalAadl2Parser.g:9768:2: ( ( rule__VirtualBusType__Group_5_0__0 ) )
- // InternalAadl2Parser.g:9769:3: ( rule__VirtualBusType__Group_5_0__0 )
+ // InternalAadl2Parser.g:8818:2: ( ( rule__VirtualBusType__Group_6_0__0 ) )
+ // InternalAadl2Parser.g:8819:3: ( rule__VirtualBusType__Group_6_0__0 )
{
- before(grammarAccess.getVirtualBusTypeAccess().getGroup_5_0());
- // InternalAadl2Parser.g:9770:3: ( rule__VirtualBusType__Group_5_0__0 )
- // InternalAadl2Parser.g:9770:4: rule__VirtualBusType__Group_5_0__0
+ before(grammarAccess.getVirtualBusTypeAccess().getGroup_6_0());
+ // InternalAadl2Parser.g:8820:3: ( rule__VirtualBusType__Group_6_0__0 )
+ // InternalAadl2Parser.g:8820:4: rule__VirtualBusType__Group_6_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_5_0__0();
+ rule__VirtualBusType__Group_6_0__0();
state._fsp--;
}
- after(grammarAccess.getVirtualBusTypeAccess().getGroup_5_0());
+ after(grammarAccess.getVirtualBusTypeAccess().getGroup_6_0());
}
@@ -45015,24 +42212,24 @@ else if ( (LA155_0==Modes) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:9774:2: ( ( rule__VirtualBusType__Group_5_1__0 ) )
+ // InternalAadl2Parser.g:8824:2: ( ( rule__VirtualBusType__Group_6_1__0 ) )
{
- // InternalAadl2Parser.g:9774:2: ( ( rule__VirtualBusType__Group_5_1__0 ) )
- // InternalAadl2Parser.g:9775:3: ( rule__VirtualBusType__Group_5_1__0 )
+ // InternalAadl2Parser.g:8824:2: ( ( rule__VirtualBusType__Group_6_1__0 ) )
+ // InternalAadl2Parser.g:8825:3: ( rule__VirtualBusType__Group_6_1__0 )
{
- before(grammarAccess.getVirtualBusTypeAccess().getGroup_5_1());
- // InternalAadl2Parser.g:9776:3: ( rule__VirtualBusType__Group_5_1__0 )
- // InternalAadl2Parser.g:9776:4: rule__VirtualBusType__Group_5_1__0
+ before(grammarAccess.getVirtualBusTypeAccess().getGroup_6_1());
+ // InternalAadl2Parser.g:8826:3: ( rule__VirtualBusType__Group_6_1__0 )
+ // InternalAadl2Parser.g:8826:4: rule__VirtualBusType__Group_6_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_5_1__0();
+ rule__VirtualBusType__Group_6_1__0();
state._fsp--;
}
- after(grammarAccess.getVirtualBusTypeAccess().getGroup_5_1());
+ after(grammarAccess.getVirtualBusTypeAccess().getGroup_6_1());
}
@@ -45053,17 +42250,17 @@ else if ( (LA155_0==Modes) ) {
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Alternatives_5"
+ // $ANTLR end "rule__VirtualBusType__Alternatives_6"
- // $ANTLR start "rule__VirtualBusType__Alternatives_5_1_1"
- // InternalAadl2Parser.g:9784:1: rule__VirtualBusType__Alternatives_5_1_1 : ( ( ( ( rule__VirtualBusType__Alternatives_5_1_1_0 ) ) ( ( rule__VirtualBusType__Alternatives_5_1_1_0 )* ) ) | ( ( rule__VirtualBusType__Group_5_1_1_1__0 ) ) );
- public final void rule__VirtualBusType__Alternatives_5_1_1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Alternatives_6_1_1"
+ // InternalAadl2Parser.g:8834:1: rule__VirtualBusType__Alternatives_6_1_1 : ( ( ( ( rule__VirtualBusType__Alternatives_6_1_1_0 ) ) ( ( rule__VirtualBusType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__VirtualBusType__Group_6_1_1_1__0 ) ) );
+ public final void rule__VirtualBusType__Alternatives_6_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9788:1: ( ( ( ( rule__VirtualBusType__Alternatives_5_1_1_0 ) ) ( ( rule__VirtualBusType__Alternatives_5_1_1_0 )* ) ) | ( ( rule__VirtualBusType__Group_5_1_1_1__0 ) ) )
+ // InternalAadl2Parser.g:8838:1: ( ( ( ( rule__VirtualBusType__Alternatives_6_1_1_0 ) ) ( ( rule__VirtualBusType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__VirtualBusType__Group_6_1_1_1__0 ) ) )
int alt157=2;
int LA157_0 = input.LA(1);
@@ -45081,35 +42278,35 @@ else if ( (LA157_0==None) ) {
}
switch (alt157) {
case 1 :
- // InternalAadl2Parser.g:9789:2: ( ( ( rule__VirtualBusType__Alternatives_5_1_1_0 ) ) ( ( rule__VirtualBusType__Alternatives_5_1_1_0 )* ) )
+ // InternalAadl2Parser.g:8839:2: ( ( ( rule__VirtualBusType__Alternatives_6_1_1_0 ) ) ( ( rule__VirtualBusType__Alternatives_6_1_1_0 )* ) )
{
- // InternalAadl2Parser.g:9789:2: ( ( ( rule__VirtualBusType__Alternatives_5_1_1_0 ) ) ( ( rule__VirtualBusType__Alternatives_5_1_1_0 )* ) )
- // InternalAadl2Parser.g:9790:3: ( ( rule__VirtualBusType__Alternatives_5_1_1_0 ) ) ( ( rule__VirtualBusType__Alternatives_5_1_1_0 )* )
+ // InternalAadl2Parser.g:8839:2: ( ( ( rule__VirtualBusType__Alternatives_6_1_1_0 ) ) ( ( rule__VirtualBusType__Alternatives_6_1_1_0 )* ) )
+ // InternalAadl2Parser.g:8840:3: ( ( rule__VirtualBusType__Alternatives_6_1_1_0 ) ) ( ( rule__VirtualBusType__Alternatives_6_1_1_0 )* )
{
- // InternalAadl2Parser.g:9790:3: ( ( rule__VirtualBusType__Alternatives_5_1_1_0 ) )
- // InternalAadl2Parser.g:9791:4: ( rule__VirtualBusType__Alternatives_5_1_1_0 )
+ // InternalAadl2Parser.g:8840:3: ( ( rule__VirtualBusType__Alternatives_6_1_1_0 ) )
+ // InternalAadl2Parser.g:8841:4: ( rule__VirtualBusType__Alternatives_6_1_1_0 )
{
- before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_5_1_1_0());
- // InternalAadl2Parser.g:9792:4: ( rule__VirtualBusType__Alternatives_5_1_1_0 )
- // InternalAadl2Parser.g:9792:5: rule__VirtualBusType__Alternatives_5_1_1_0
+ before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_6_1_1_0());
+ // InternalAadl2Parser.g:8842:4: ( rule__VirtualBusType__Alternatives_6_1_1_0 )
+ // InternalAadl2Parser.g:8842:5: rule__VirtualBusType__Alternatives_6_1_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualBusType__Alternatives_5_1_1_0();
+ rule__VirtualBusType__Alternatives_6_1_1_0();
state._fsp--;
}
- after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_5_1_1_0());
+ after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_6_1_1_0());
}
- // InternalAadl2Parser.g:9795:3: ( ( rule__VirtualBusType__Alternatives_5_1_1_0 )* )
- // InternalAadl2Parser.g:9796:4: ( rule__VirtualBusType__Alternatives_5_1_1_0 )*
+ // InternalAadl2Parser.g:8845:3: ( ( rule__VirtualBusType__Alternatives_6_1_1_0 )* )
+ // InternalAadl2Parser.g:8846:4: ( rule__VirtualBusType__Alternatives_6_1_1_0 )*
{
- before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_5_1_1_0());
- // InternalAadl2Parser.g:9797:4: ( rule__VirtualBusType__Alternatives_5_1_1_0 )*
+ before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_6_1_1_0());
+ // InternalAadl2Parser.g:8847:4: ( rule__VirtualBusType__Alternatives_6_1_1_0 )*
loop156:
do {
int alt156=2;
@@ -45122,10 +42319,10 @@ else if ( (LA157_0==None) ) {
switch (alt156) {
case 1 :
- // InternalAadl2Parser.g:9797:5: rule__VirtualBusType__Alternatives_5_1_1_0
+ // InternalAadl2Parser.g:8847:5: rule__VirtualBusType__Alternatives_6_1_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualBusType__Alternatives_5_1_1_0();
+ rule__VirtualBusType__Alternatives_6_1_1_0();
state._fsp--;
@@ -45138,7 +42335,7 @@ else if ( (LA157_0==None) ) {
}
} while (true);
- after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_5_1_1_0());
+ after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_6_1_1_0());
}
@@ -45149,24 +42346,24 @@ else if ( (LA157_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:9802:2: ( ( rule__VirtualBusType__Group_5_1_1_1__0 ) )
+ // InternalAadl2Parser.g:8852:2: ( ( rule__VirtualBusType__Group_6_1_1_1__0 ) )
{
- // InternalAadl2Parser.g:9802:2: ( ( rule__VirtualBusType__Group_5_1_1_1__0 ) )
- // InternalAadl2Parser.g:9803:3: ( rule__VirtualBusType__Group_5_1_1_1__0 )
+ // InternalAadl2Parser.g:8852:2: ( ( rule__VirtualBusType__Group_6_1_1_1__0 ) )
+ // InternalAadl2Parser.g:8853:3: ( rule__VirtualBusType__Group_6_1_1_1__0 )
{
- before(grammarAccess.getVirtualBusTypeAccess().getGroup_5_1_1_1());
- // InternalAadl2Parser.g:9804:3: ( rule__VirtualBusType__Group_5_1_1_1__0 )
- // InternalAadl2Parser.g:9804:4: rule__VirtualBusType__Group_5_1_1_1__0
+ before(grammarAccess.getVirtualBusTypeAccess().getGroup_6_1_1_1());
+ // InternalAadl2Parser.g:8854:3: ( rule__VirtualBusType__Group_6_1_1_1__0 )
+ // InternalAadl2Parser.g:8854:4: rule__VirtualBusType__Group_6_1_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_5_1_1_1__0();
+ rule__VirtualBusType__Group_6_1_1_1__0();
state._fsp--;
}
- after(grammarAccess.getVirtualBusTypeAccess().getGroup_5_1_1_1());
+ after(grammarAccess.getVirtualBusTypeAccess().getGroup_6_1_1_1());
}
@@ -45187,17 +42384,17 @@ else if ( (LA157_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Alternatives_5_1_1"
+ // $ANTLR end "rule__VirtualBusType__Alternatives_6_1_1"
- // $ANTLR start "rule__VirtualBusType__Alternatives_5_1_1_0"
- // InternalAadl2Parser.g:9812:1: rule__VirtualBusType__Alternatives_5_1_1_0 : ( ( ( rule__VirtualBusType__OwnedModeAssignment_5_1_1_0_0 ) ) | ( ( rule__VirtualBusType__OwnedModeTransitionAssignment_5_1_1_0_1 ) ) );
- public final void rule__VirtualBusType__Alternatives_5_1_1_0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Alternatives_6_1_1_0"
+ // InternalAadl2Parser.g:8862:1: rule__VirtualBusType__Alternatives_6_1_1_0 : ( ( ( rule__VirtualBusType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__VirtualBusType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) );
+ public final void rule__VirtualBusType__Alternatives_6_1_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9816:1: ( ( ( rule__VirtualBusType__OwnedModeAssignment_5_1_1_0_0 ) ) | ( ( rule__VirtualBusType__OwnedModeTransitionAssignment_5_1_1_0_1 ) ) )
+ // InternalAadl2Parser.g:8866:1: ( ( ( rule__VirtualBusType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__VirtualBusType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) )
int alt158=2;
int LA158_0 = input.LA(1);
@@ -45207,12 +42404,12 @@ public final void rule__VirtualBusType__Alternatives_5_1_1_0() throws Recognitio
if ( (LA158_1==Colon) ) {
int LA158_2 = input.LA(3);
- if ( (LA158_2==Initial||LA158_2==Mode) ) {
- alt158=1;
- }
- else if ( (LA158_2==RULE_ID) ) {
+ if ( (LA158_2==RULE_ID) ) {
alt158=2;
}
+ else if ( (LA158_2==Initial||LA158_2==Mode) ) {
+ alt158=1;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 158, 2, input);
@@ -45238,24 +42435,24 @@ else if ( (LA158_1==HyphenMinusLeftSquareBracket) ) {
}
switch (alt158) {
case 1 :
- // InternalAadl2Parser.g:9817:2: ( ( rule__VirtualBusType__OwnedModeAssignment_5_1_1_0_0 ) )
+ // InternalAadl2Parser.g:8867:2: ( ( rule__VirtualBusType__OwnedModeAssignment_6_1_1_0_0 ) )
{
- // InternalAadl2Parser.g:9817:2: ( ( rule__VirtualBusType__OwnedModeAssignment_5_1_1_0_0 ) )
- // InternalAadl2Parser.g:9818:3: ( rule__VirtualBusType__OwnedModeAssignment_5_1_1_0_0 )
+ // InternalAadl2Parser.g:8867:2: ( ( rule__VirtualBusType__OwnedModeAssignment_6_1_1_0_0 ) )
+ // InternalAadl2Parser.g:8868:3: ( rule__VirtualBusType__OwnedModeAssignment_6_1_1_0_0 )
{
- before(grammarAccess.getVirtualBusTypeAccess().getOwnedModeAssignment_5_1_1_0_0());
- // InternalAadl2Parser.g:9819:3: ( rule__VirtualBusType__OwnedModeAssignment_5_1_1_0_0 )
- // InternalAadl2Parser.g:9819:4: rule__VirtualBusType__OwnedModeAssignment_5_1_1_0_0
+ before(grammarAccess.getVirtualBusTypeAccess().getOwnedModeAssignment_6_1_1_0_0());
+ // InternalAadl2Parser.g:8869:3: ( rule__VirtualBusType__OwnedModeAssignment_6_1_1_0_0 )
+ // InternalAadl2Parser.g:8869:4: rule__VirtualBusType__OwnedModeAssignment_6_1_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__OwnedModeAssignment_5_1_1_0_0();
+ rule__VirtualBusType__OwnedModeAssignment_6_1_1_0_0();
state._fsp--;
}
- after(grammarAccess.getVirtualBusTypeAccess().getOwnedModeAssignment_5_1_1_0_0());
+ after(grammarAccess.getVirtualBusTypeAccess().getOwnedModeAssignment_6_1_1_0_0());
}
@@ -45263,24 +42460,24 @@ else if ( (LA158_1==HyphenMinusLeftSquareBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:9823:2: ( ( rule__VirtualBusType__OwnedModeTransitionAssignment_5_1_1_0_1 ) )
+ // InternalAadl2Parser.g:8873:2: ( ( rule__VirtualBusType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
{
- // InternalAadl2Parser.g:9823:2: ( ( rule__VirtualBusType__OwnedModeTransitionAssignment_5_1_1_0_1 ) )
- // InternalAadl2Parser.g:9824:3: ( rule__VirtualBusType__OwnedModeTransitionAssignment_5_1_1_0_1 )
+ // InternalAadl2Parser.g:8873:2: ( ( rule__VirtualBusType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
+ // InternalAadl2Parser.g:8874:3: ( rule__VirtualBusType__OwnedModeTransitionAssignment_6_1_1_0_1 )
{
- before(grammarAccess.getVirtualBusTypeAccess().getOwnedModeTransitionAssignment_5_1_1_0_1());
- // InternalAadl2Parser.g:9825:3: ( rule__VirtualBusType__OwnedModeTransitionAssignment_5_1_1_0_1 )
- // InternalAadl2Parser.g:9825:4: rule__VirtualBusType__OwnedModeTransitionAssignment_5_1_1_0_1
+ before(grammarAccess.getVirtualBusTypeAccess().getOwnedModeTransitionAssignment_6_1_1_0_1());
+ // InternalAadl2Parser.g:8875:3: ( rule__VirtualBusType__OwnedModeTransitionAssignment_6_1_1_0_1 )
+ // InternalAadl2Parser.g:8875:4: rule__VirtualBusType__OwnedModeTransitionAssignment_6_1_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__OwnedModeTransitionAssignment_5_1_1_0_1();
+ rule__VirtualBusType__OwnedModeTransitionAssignment_6_1_1_0_1();
state._fsp--;
}
- after(grammarAccess.getVirtualBusTypeAccess().getOwnedModeTransitionAssignment_5_1_1_0_1());
+ after(grammarAccess.getVirtualBusTypeAccess().getOwnedModeTransitionAssignment_6_1_1_0_1());
}
@@ -45301,17 +42498,17 @@ else if ( (LA158_1==HyphenMinusLeftSquareBracket) ) {
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Alternatives_5_1_1_0"
+ // $ANTLR end "rule__VirtualBusType__Alternatives_6_1_1_0"
- // $ANTLR start "rule__VirtualBusType__Alternatives_6_1"
- // InternalAadl2Parser.g:9833:1: rule__VirtualBusType__Alternatives_6_1 : ( ( ( ( rule__VirtualBusType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__VirtualBusType__OwnedPropertyAssociationAssignment_6_1_0 )* ) ) | ( ( rule__VirtualBusType__Group_6_1_1__0 ) ) );
- public final void rule__VirtualBusType__Alternatives_6_1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Alternatives_7_1"
+ // InternalAadl2Parser.g:8883:1: rule__VirtualBusType__Alternatives_7_1 : ( ( ( ( rule__VirtualBusType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__VirtualBusType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__VirtualBusType__Group_7_1_1__0 ) ) );
+ public final void rule__VirtualBusType__Alternatives_7_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9837:1: ( ( ( ( rule__VirtualBusType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__VirtualBusType__OwnedPropertyAssociationAssignment_6_1_0 )* ) ) | ( ( rule__VirtualBusType__Group_6_1_1__0 ) ) )
+ // InternalAadl2Parser.g:8887:1: ( ( ( ( rule__VirtualBusType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__VirtualBusType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__VirtualBusType__Group_7_1_1__0 ) ) )
int alt160=2;
int LA160_0 = input.LA(1);
@@ -45329,35 +42526,35 @@ else if ( (LA160_0==None) ) {
}
switch (alt160) {
case 1 :
- // InternalAadl2Parser.g:9838:2: ( ( ( rule__VirtualBusType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__VirtualBusType__OwnedPropertyAssociationAssignment_6_1_0 )* ) )
+ // InternalAadl2Parser.g:8888:2: ( ( ( rule__VirtualBusType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__VirtualBusType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
{
- // InternalAadl2Parser.g:9838:2: ( ( ( rule__VirtualBusType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__VirtualBusType__OwnedPropertyAssociationAssignment_6_1_0 )* ) )
- // InternalAadl2Parser.g:9839:3: ( ( rule__VirtualBusType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__VirtualBusType__OwnedPropertyAssociationAssignment_6_1_0 )* )
+ // InternalAadl2Parser.g:8888:2: ( ( ( rule__VirtualBusType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__VirtualBusType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
+ // InternalAadl2Parser.g:8889:3: ( ( rule__VirtualBusType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__VirtualBusType__OwnedPropertyAssociationAssignment_7_1_0 )* )
{
- // InternalAadl2Parser.g:9839:3: ( ( rule__VirtualBusType__OwnedPropertyAssociationAssignment_6_1_0 ) )
- // InternalAadl2Parser.g:9840:4: ( rule__VirtualBusType__OwnedPropertyAssociationAssignment_6_1_0 )
+ // InternalAadl2Parser.g:8889:3: ( ( rule__VirtualBusType__OwnedPropertyAssociationAssignment_7_1_0 ) )
+ // InternalAadl2Parser.g:8890:4: ( rule__VirtualBusType__OwnedPropertyAssociationAssignment_7_1_0 )
{
- before(grammarAccess.getVirtualBusTypeAccess().getOwnedPropertyAssociationAssignment_6_1_0());
- // InternalAadl2Parser.g:9841:4: ( rule__VirtualBusType__OwnedPropertyAssociationAssignment_6_1_0 )
- // InternalAadl2Parser.g:9841:5: rule__VirtualBusType__OwnedPropertyAssociationAssignment_6_1_0
+ before(grammarAccess.getVirtualBusTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
+ // InternalAadl2Parser.g:8891:4: ( rule__VirtualBusType__OwnedPropertyAssociationAssignment_7_1_0 )
+ // InternalAadl2Parser.g:8891:5: rule__VirtualBusType__OwnedPropertyAssociationAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualBusType__OwnedPropertyAssociationAssignment_6_1_0();
+ rule__VirtualBusType__OwnedPropertyAssociationAssignment_7_1_0();
state._fsp--;
}
- after(grammarAccess.getVirtualBusTypeAccess().getOwnedPropertyAssociationAssignment_6_1_0());
+ after(grammarAccess.getVirtualBusTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
}
- // InternalAadl2Parser.g:9844:3: ( ( rule__VirtualBusType__OwnedPropertyAssociationAssignment_6_1_0 )* )
- // InternalAadl2Parser.g:9845:4: ( rule__VirtualBusType__OwnedPropertyAssociationAssignment_6_1_0 )*
+ // InternalAadl2Parser.g:8894:3: ( ( rule__VirtualBusType__OwnedPropertyAssociationAssignment_7_1_0 )* )
+ // InternalAadl2Parser.g:8895:4: ( rule__VirtualBusType__OwnedPropertyAssociationAssignment_7_1_0 )*
{
- before(grammarAccess.getVirtualBusTypeAccess().getOwnedPropertyAssociationAssignment_6_1_0());
- // InternalAadl2Parser.g:9846:4: ( rule__VirtualBusType__OwnedPropertyAssociationAssignment_6_1_0 )*
+ before(grammarAccess.getVirtualBusTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
+ // InternalAadl2Parser.g:8896:4: ( rule__VirtualBusType__OwnedPropertyAssociationAssignment_7_1_0 )*
loop159:
do {
int alt159=2;
@@ -45370,10 +42567,10 @@ else if ( (LA160_0==None) ) {
switch (alt159) {
case 1 :
- // InternalAadl2Parser.g:9846:5: rule__VirtualBusType__OwnedPropertyAssociationAssignment_6_1_0
+ // InternalAadl2Parser.g:8896:5: rule__VirtualBusType__OwnedPropertyAssociationAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualBusType__OwnedPropertyAssociationAssignment_6_1_0();
+ rule__VirtualBusType__OwnedPropertyAssociationAssignment_7_1_0();
state._fsp--;
@@ -45386,7 +42583,7 @@ else if ( (LA160_0==None) ) {
}
} while (true);
- after(grammarAccess.getVirtualBusTypeAccess().getOwnedPropertyAssociationAssignment_6_1_0());
+ after(grammarAccess.getVirtualBusTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
}
@@ -45397,24 +42594,24 @@ else if ( (LA160_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:9851:2: ( ( rule__VirtualBusType__Group_6_1_1__0 ) )
+ // InternalAadl2Parser.g:8901:2: ( ( rule__VirtualBusType__Group_7_1_1__0 ) )
{
- // InternalAadl2Parser.g:9851:2: ( ( rule__VirtualBusType__Group_6_1_1__0 ) )
- // InternalAadl2Parser.g:9852:3: ( rule__VirtualBusType__Group_6_1_1__0 )
+ // InternalAadl2Parser.g:8901:2: ( ( rule__VirtualBusType__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:8902:3: ( rule__VirtualBusType__Group_7_1_1__0 )
{
- before(grammarAccess.getVirtualBusTypeAccess().getGroup_6_1_1());
- // InternalAadl2Parser.g:9853:3: ( rule__VirtualBusType__Group_6_1_1__0 )
- // InternalAadl2Parser.g:9853:4: rule__VirtualBusType__Group_6_1_1__0
+ before(grammarAccess.getVirtualBusTypeAccess().getGroup_7_1_1());
+ // InternalAadl2Parser.g:8903:3: ( rule__VirtualBusType__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:8903:4: rule__VirtualBusType__Group_7_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_6_1_1__0();
+ rule__VirtualBusType__Group_7_1_1__0();
state._fsp--;
}
- after(grammarAccess.getVirtualBusTypeAccess().getGroup_6_1_1());
+ after(grammarAccess.getVirtualBusTypeAccess().getGroup_7_1_1());
}
@@ -45435,17 +42632,17 @@ else if ( (LA160_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Alternatives_6_1"
+ // $ANTLR end "rule__VirtualBusType__Alternatives_7_1"
- // $ANTLR start "rule__VirtualProcessorType__Alternatives_3_1"
- // InternalAadl2Parser.g:9861:1: rule__VirtualProcessorType__Alternatives_3_1 : ( ( ( rule__VirtualProcessorType__Group_3_1_0__0 ) ) | ( ( ( rule__VirtualProcessorType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__VirtualProcessorType__OwnedPrototypeAssignment_3_1_1 )* ) ) );
- public final void rule__VirtualProcessorType__Alternatives_3_1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Alternatives_4_1"
+ // InternalAadl2Parser.g:8911:1: rule__VirtualProcessorType__Alternatives_4_1 : ( ( ( rule__VirtualProcessorType__Group_4_1_0__0 ) ) | ( ( ( rule__VirtualProcessorType__OwnedPrototypeAssignment_4_1_1 ) ) ( ( rule__VirtualProcessorType__OwnedPrototypeAssignment_4_1_1 )* ) ) );
+ public final void rule__VirtualProcessorType__Alternatives_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9865:1: ( ( ( rule__VirtualProcessorType__Group_3_1_0__0 ) ) | ( ( ( rule__VirtualProcessorType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__VirtualProcessorType__OwnedPrototypeAssignment_3_1_1 )* ) ) )
+ // InternalAadl2Parser.g:8915:1: ( ( ( rule__VirtualProcessorType__Group_4_1_0__0 ) ) | ( ( ( rule__VirtualProcessorType__OwnedPrototypeAssignment_4_1_1 ) ) ( ( rule__VirtualProcessorType__OwnedPrototypeAssignment_4_1_1 )* ) ) )
int alt162=2;
int LA162_0 = input.LA(1);
@@ -45463,24 +42660,24 @@ else if ( (LA162_0==RULE_ID) ) {
}
switch (alt162) {
case 1 :
- // InternalAadl2Parser.g:9866:2: ( ( rule__VirtualProcessorType__Group_3_1_0__0 ) )
+ // InternalAadl2Parser.g:8916:2: ( ( rule__VirtualProcessorType__Group_4_1_0__0 ) )
{
- // InternalAadl2Parser.g:9866:2: ( ( rule__VirtualProcessorType__Group_3_1_0__0 ) )
- // InternalAadl2Parser.g:9867:3: ( rule__VirtualProcessorType__Group_3_1_0__0 )
+ // InternalAadl2Parser.g:8916:2: ( ( rule__VirtualProcessorType__Group_4_1_0__0 ) )
+ // InternalAadl2Parser.g:8917:3: ( rule__VirtualProcessorType__Group_4_1_0__0 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_3_1_0());
- // InternalAadl2Parser.g:9868:3: ( rule__VirtualProcessorType__Group_3_1_0__0 )
- // InternalAadl2Parser.g:9868:4: rule__VirtualProcessorType__Group_3_1_0__0
+ before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_4_1_0());
+ // InternalAadl2Parser.g:8918:3: ( rule__VirtualProcessorType__Group_4_1_0__0 )
+ // InternalAadl2Parser.g:8918:4: rule__VirtualProcessorType__Group_4_1_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_3_1_0__0();
+ rule__VirtualProcessorType__Group_4_1_0__0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_3_1_0());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_4_1_0());
}
@@ -45488,35 +42685,35 @@ else if ( (LA162_0==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:9872:2: ( ( ( rule__VirtualProcessorType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__VirtualProcessorType__OwnedPrototypeAssignment_3_1_1 )* ) )
+ // InternalAadl2Parser.g:8922:2: ( ( ( rule__VirtualProcessorType__OwnedPrototypeAssignment_4_1_1 ) ) ( ( rule__VirtualProcessorType__OwnedPrototypeAssignment_4_1_1 )* ) )
{
- // InternalAadl2Parser.g:9872:2: ( ( ( rule__VirtualProcessorType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__VirtualProcessorType__OwnedPrototypeAssignment_3_1_1 )* ) )
- // InternalAadl2Parser.g:9873:3: ( ( rule__VirtualProcessorType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__VirtualProcessorType__OwnedPrototypeAssignment_3_1_1 )* )
+ // InternalAadl2Parser.g:8922:2: ( ( ( rule__VirtualProcessorType__OwnedPrototypeAssignment_4_1_1 ) ) ( ( rule__VirtualProcessorType__OwnedPrototypeAssignment_4_1_1 )* ) )
+ // InternalAadl2Parser.g:8923:3: ( ( rule__VirtualProcessorType__OwnedPrototypeAssignment_4_1_1 ) ) ( ( rule__VirtualProcessorType__OwnedPrototypeAssignment_4_1_1 )* )
{
- // InternalAadl2Parser.g:9873:3: ( ( rule__VirtualProcessorType__OwnedPrototypeAssignment_3_1_1 ) )
- // InternalAadl2Parser.g:9874:4: ( rule__VirtualProcessorType__OwnedPrototypeAssignment_3_1_1 )
+ // InternalAadl2Parser.g:8923:3: ( ( rule__VirtualProcessorType__OwnedPrototypeAssignment_4_1_1 ) )
+ // InternalAadl2Parser.g:8924:4: ( rule__VirtualProcessorType__OwnedPrototypeAssignment_4_1_1 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeAssignment_3_1_1());
- // InternalAadl2Parser.g:9875:4: ( rule__VirtualProcessorType__OwnedPrototypeAssignment_3_1_1 )
- // InternalAadl2Parser.g:9875:5: rule__VirtualProcessorType__OwnedPrototypeAssignment_3_1_1
+ before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeAssignment_4_1_1());
+ // InternalAadl2Parser.g:8925:4: ( rule__VirtualProcessorType__OwnedPrototypeAssignment_4_1_1 )
+ // InternalAadl2Parser.g:8925:5: rule__VirtualProcessorType__OwnedPrototypeAssignment_4_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualProcessorType__OwnedPrototypeAssignment_3_1_1();
+ rule__VirtualProcessorType__OwnedPrototypeAssignment_4_1_1();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeAssignment_3_1_1());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeAssignment_4_1_1());
}
- // InternalAadl2Parser.g:9878:3: ( ( rule__VirtualProcessorType__OwnedPrototypeAssignment_3_1_1 )* )
- // InternalAadl2Parser.g:9879:4: ( rule__VirtualProcessorType__OwnedPrototypeAssignment_3_1_1 )*
+ // InternalAadl2Parser.g:8928:3: ( ( rule__VirtualProcessorType__OwnedPrototypeAssignment_4_1_1 )* )
+ // InternalAadl2Parser.g:8929:4: ( rule__VirtualProcessorType__OwnedPrototypeAssignment_4_1_1 )*
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeAssignment_3_1_1());
- // InternalAadl2Parser.g:9880:4: ( rule__VirtualProcessorType__OwnedPrototypeAssignment_3_1_1 )*
+ before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeAssignment_4_1_1());
+ // InternalAadl2Parser.g:8930:4: ( rule__VirtualProcessorType__OwnedPrototypeAssignment_4_1_1 )*
loop161:
do {
int alt161=2;
@@ -45529,10 +42726,10 @@ else if ( (LA162_0==RULE_ID) ) {
switch (alt161) {
case 1 :
- // InternalAadl2Parser.g:9880:5: rule__VirtualProcessorType__OwnedPrototypeAssignment_3_1_1
+ // InternalAadl2Parser.g:8930:5: rule__VirtualProcessorType__OwnedPrototypeAssignment_4_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualProcessorType__OwnedPrototypeAssignment_3_1_1();
+ rule__VirtualProcessorType__OwnedPrototypeAssignment_4_1_1();
state._fsp--;
@@ -45545,7 +42742,7 @@ else if ( (LA162_0==RULE_ID) ) {
}
} while (true);
- after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeAssignment_3_1_1());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeAssignment_4_1_1());
}
@@ -45569,17 +42766,17 @@ else if ( (LA162_0==RULE_ID) ) {
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Alternatives_3_1"
+ // $ANTLR end "rule__VirtualProcessorType__Alternatives_4_1"
- // $ANTLR start "rule__VirtualProcessorType__Alternatives_4_1"
- // InternalAadl2Parser.g:9889:1: rule__VirtualProcessorType__Alternatives_4_1 : ( ( ( rule__VirtualProcessorType__Group_4_1_0__0 ) ) | ( ( ( rule__VirtualProcessorType__Alternatives_4_1_1 ) ) ( ( rule__VirtualProcessorType__Alternatives_4_1_1 )* ) ) );
- public final void rule__VirtualProcessorType__Alternatives_4_1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Alternatives_5_1"
+ // InternalAadl2Parser.g:8939:1: rule__VirtualProcessorType__Alternatives_5_1 : ( ( ( rule__VirtualProcessorType__Group_5_1_0__0 ) ) | ( ( ( rule__VirtualProcessorType__Alternatives_5_1_1 ) ) ( ( rule__VirtualProcessorType__Alternatives_5_1_1 )* ) ) );
+ public final void rule__VirtualProcessorType__Alternatives_5_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9893:1: ( ( ( rule__VirtualProcessorType__Group_4_1_0__0 ) ) | ( ( ( rule__VirtualProcessorType__Alternatives_4_1_1 ) ) ( ( rule__VirtualProcessorType__Alternatives_4_1_1 )* ) ) )
+ // InternalAadl2Parser.g:8943:1: ( ( ( rule__VirtualProcessorType__Group_5_1_0__0 ) ) | ( ( ( rule__VirtualProcessorType__Alternatives_5_1_1 ) ) ( ( rule__VirtualProcessorType__Alternatives_5_1_1 )* ) ) )
int alt164=2;
int LA164_0 = input.LA(1);
@@ -45597,24 +42794,24 @@ else if ( (LA164_0==RULE_ID) ) {
}
switch (alt164) {
case 1 :
- // InternalAadl2Parser.g:9894:2: ( ( rule__VirtualProcessorType__Group_4_1_0__0 ) )
+ // InternalAadl2Parser.g:8944:2: ( ( rule__VirtualProcessorType__Group_5_1_0__0 ) )
{
- // InternalAadl2Parser.g:9894:2: ( ( rule__VirtualProcessorType__Group_4_1_0__0 ) )
- // InternalAadl2Parser.g:9895:3: ( rule__VirtualProcessorType__Group_4_1_0__0 )
+ // InternalAadl2Parser.g:8944:2: ( ( rule__VirtualProcessorType__Group_5_1_0__0 ) )
+ // InternalAadl2Parser.g:8945:3: ( rule__VirtualProcessorType__Group_5_1_0__0 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_4_1_0());
- // InternalAadl2Parser.g:9896:3: ( rule__VirtualProcessorType__Group_4_1_0__0 )
- // InternalAadl2Parser.g:9896:4: rule__VirtualProcessorType__Group_4_1_0__0
+ before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_5_1_0());
+ // InternalAadl2Parser.g:8946:3: ( rule__VirtualProcessorType__Group_5_1_0__0 )
+ // InternalAadl2Parser.g:8946:4: rule__VirtualProcessorType__Group_5_1_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_4_1_0__0();
+ rule__VirtualProcessorType__Group_5_1_0__0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_4_1_0());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_5_1_0());
}
@@ -45622,35 +42819,35 @@ else if ( (LA164_0==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:9900:2: ( ( ( rule__VirtualProcessorType__Alternatives_4_1_1 ) ) ( ( rule__VirtualProcessorType__Alternatives_4_1_1 )* ) )
+ // InternalAadl2Parser.g:8950:2: ( ( ( rule__VirtualProcessorType__Alternatives_5_1_1 ) ) ( ( rule__VirtualProcessorType__Alternatives_5_1_1 )* ) )
{
- // InternalAadl2Parser.g:9900:2: ( ( ( rule__VirtualProcessorType__Alternatives_4_1_1 ) ) ( ( rule__VirtualProcessorType__Alternatives_4_1_1 )* ) )
- // InternalAadl2Parser.g:9901:3: ( ( rule__VirtualProcessorType__Alternatives_4_1_1 ) ) ( ( rule__VirtualProcessorType__Alternatives_4_1_1 )* )
+ // InternalAadl2Parser.g:8950:2: ( ( ( rule__VirtualProcessorType__Alternatives_5_1_1 ) ) ( ( rule__VirtualProcessorType__Alternatives_5_1_1 )* ) )
+ // InternalAadl2Parser.g:8951:3: ( ( rule__VirtualProcessorType__Alternatives_5_1_1 ) ) ( ( rule__VirtualProcessorType__Alternatives_5_1_1 )* )
{
- // InternalAadl2Parser.g:9901:3: ( ( rule__VirtualProcessorType__Alternatives_4_1_1 ) )
- // InternalAadl2Parser.g:9902:4: ( rule__VirtualProcessorType__Alternatives_4_1_1 )
+ // InternalAadl2Parser.g:8951:3: ( ( rule__VirtualProcessorType__Alternatives_5_1_1 ) )
+ // InternalAadl2Parser.g:8952:4: ( rule__VirtualProcessorType__Alternatives_5_1_1 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_4_1_1());
- // InternalAadl2Parser.g:9903:4: ( rule__VirtualProcessorType__Alternatives_4_1_1 )
- // InternalAadl2Parser.g:9903:5: rule__VirtualProcessorType__Alternatives_4_1_1
+ before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_5_1_1());
+ // InternalAadl2Parser.g:8953:4: ( rule__VirtualProcessorType__Alternatives_5_1_1 )
+ // InternalAadl2Parser.g:8953:5: rule__VirtualProcessorType__Alternatives_5_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualProcessorType__Alternatives_4_1_1();
+ rule__VirtualProcessorType__Alternatives_5_1_1();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_4_1_1());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_5_1_1());
}
- // InternalAadl2Parser.g:9906:3: ( ( rule__VirtualProcessorType__Alternatives_4_1_1 )* )
- // InternalAadl2Parser.g:9907:4: ( rule__VirtualProcessorType__Alternatives_4_1_1 )*
+ // InternalAadl2Parser.g:8956:3: ( ( rule__VirtualProcessorType__Alternatives_5_1_1 )* )
+ // InternalAadl2Parser.g:8957:4: ( rule__VirtualProcessorType__Alternatives_5_1_1 )*
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_4_1_1());
- // InternalAadl2Parser.g:9908:4: ( rule__VirtualProcessorType__Alternatives_4_1_1 )*
+ before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_5_1_1());
+ // InternalAadl2Parser.g:8958:4: ( rule__VirtualProcessorType__Alternatives_5_1_1 )*
loop163:
do {
int alt163=2;
@@ -45663,10 +42860,10 @@ else if ( (LA164_0==RULE_ID) ) {
switch (alt163) {
case 1 :
- // InternalAadl2Parser.g:9908:5: rule__VirtualProcessorType__Alternatives_4_1_1
+ // InternalAadl2Parser.g:8958:5: rule__VirtualProcessorType__Alternatives_5_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualProcessorType__Alternatives_4_1_1();
+ rule__VirtualProcessorType__Alternatives_5_1_1();
state._fsp--;
@@ -45679,7 +42876,7 @@ else if ( (LA164_0==RULE_ID) ) {
}
} while (true);
- after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_4_1_1());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_5_1_1());
}
@@ -45703,39 +42900,39 @@ else if ( (LA164_0==RULE_ID) ) {
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Alternatives_4_1"
+ // $ANTLR end "rule__VirtualProcessorType__Alternatives_5_1"
- // $ANTLR start "rule__VirtualProcessorType__Alternatives_4_1_1"
- // InternalAadl2Parser.g:9917:1: rule__VirtualProcessorType__Alternatives_4_1_1 : ( ( ( rule__VirtualProcessorType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__VirtualProcessorType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__VirtualProcessorType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__VirtualProcessorType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__VirtualProcessorType__OwnedSubprogramAccessAssignment_4_1_1_4 ) ) | ( ( rule__VirtualProcessorType__OwnedSubprogramGroupAccessAssignment_4_1_1_5 ) ) | ( ( rule__VirtualProcessorType__OwnedAbstractFeatureAssignment_4_1_1_6 ) ) | ( ( rule__VirtualProcessorType__OwnedBusAccessAssignment_4_1_1_7 ) ) );
- public final void rule__VirtualProcessorType__Alternatives_4_1_1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Alternatives_5_1_1"
+ // InternalAadl2Parser.g:8967:1: rule__VirtualProcessorType__Alternatives_5_1_1 : ( ( ( rule__VirtualProcessorType__OwnedDataPortAssignment_5_1_1_0 ) ) | ( ( rule__VirtualProcessorType__OwnedEventPortAssignment_5_1_1_1 ) ) | ( ( rule__VirtualProcessorType__OwnedEventDataPortAssignment_5_1_1_2 ) ) | ( ( rule__VirtualProcessorType__OwnedFeatureGroupAssignment_5_1_1_3 ) ) | ( ( rule__VirtualProcessorType__OwnedSubprogramAccessAssignment_5_1_1_4 ) ) | ( ( rule__VirtualProcessorType__OwnedSubprogramGroupAccessAssignment_5_1_1_5 ) ) | ( ( rule__VirtualProcessorType__OwnedAbstractFeatureAssignment_5_1_1_6 ) ) | ( ( rule__VirtualProcessorType__OwnedBusAccessAssignment_5_1_1_7 ) ) );
+ public final void rule__VirtualProcessorType__Alternatives_5_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9921:1: ( ( ( rule__VirtualProcessorType__OwnedDataPortAssignment_4_1_1_0 ) ) | ( ( rule__VirtualProcessorType__OwnedEventPortAssignment_4_1_1_1 ) ) | ( ( rule__VirtualProcessorType__OwnedEventDataPortAssignment_4_1_1_2 ) ) | ( ( rule__VirtualProcessorType__OwnedFeatureGroupAssignment_4_1_1_3 ) ) | ( ( rule__VirtualProcessorType__OwnedSubprogramAccessAssignment_4_1_1_4 ) ) | ( ( rule__VirtualProcessorType__OwnedSubprogramGroupAccessAssignment_4_1_1_5 ) ) | ( ( rule__VirtualProcessorType__OwnedAbstractFeatureAssignment_4_1_1_6 ) ) | ( ( rule__VirtualProcessorType__OwnedBusAccessAssignment_4_1_1_7 ) ) )
+ // InternalAadl2Parser.g:8971:1: ( ( ( rule__VirtualProcessorType__OwnedDataPortAssignment_5_1_1_0 ) ) | ( ( rule__VirtualProcessorType__OwnedEventPortAssignment_5_1_1_1 ) ) | ( ( rule__VirtualProcessorType__OwnedEventDataPortAssignment_5_1_1_2 ) ) | ( ( rule__VirtualProcessorType__OwnedFeatureGroupAssignment_5_1_1_3 ) ) | ( ( rule__VirtualProcessorType__OwnedSubprogramAccessAssignment_5_1_1_4 ) ) | ( ( rule__VirtualProcessorType__OwnedSubprogramGroupAccessAssignment_5_1_1_5 ) ) | ( ( rule__VirtualProcessorType__OwnedAbstractFeatureAssignment_5_1_1_6 ) ) | ( ( rule__VirtualProcessorType__OwnedBusAccessAssignment_5_1_1_7 ) ) )
int alt165=8;
alt165 = dfa165.predict(input);
switch (alt165) {
case 1 :
- // InternalAadl2Parser.g:9922:2: ( ( rule__VirtualProcessorType__OwnedDataPortAssignment_4_1_1_0 ) )
+ // InternalAadl2Parser.g:8972:2: ( ( rule__VirtualProcessorType__OwnedDataPortAssignment_5_1_1_0 ) )
{
- // InternalAadl2Parser.g:9922:2: ( ( rule__VirtualProcessorType__OwnedDataPortAssignment_4_1_1_0 ) )
- // InternalAadl2Parser.g:9923:3: ( rule__VirtualProcessorType__OwnedDataPortAssignment_4_1_1_0 )
+ // InternalAadl2Parser.g:8972:2: ( ( rule__VirtualProcessorType__OwnedDataPortAssignment_5_1_1_0 ) )
+ // InternalAadl2Parser.g:8973:3: ( rule__VirtualProcessorType__OwnedDataPortAssignment_5_1_1_0 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedDataPortAssignment_4_1_1_0());
- // InternalAadl2Parser.g:9924:3: ( rule__VirtualProcessorType__OwnedDataPortAssignment_4_1_1_0 )
- // InternalAadl2Parser.g:9924:4: rule__VirtualProcessorType__OwnedDataPortAssignment_4_1_1_0
+ before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedDataPortAssignment_5_1_1_0());
+ // InternalAadl2Parser.g:8974:3: ( rule__VirtualProcessorType__OwnedDataPortAssignment_5_1_1_0 )
+ // InternalAadl2Parser.g:8974:4: rule__VirtualProcessorType__OwnedDataPortAssignment_5_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__OwnedDataPortAssignment_4_1_1_0();
+ rule__VirtualProcessorType__OwnedDataPortAssignment_5_1_1_0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedDataPortAssignment_4_1_1_0());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedDataPortAssignment_5_1_1_0());
}
@@ -45743,24 +42940,24 @@ public final void rule__VirtualProcessorType__Alternatives_4_1_1() throws Recogn
}
break;
case 2 :
- // InternalAadl2Parser.g:9928:2: ( ( rule__VirtualProcessorType__OwnedEventPortAssignment_4_1_1_1 ) )
+ // InternalAadl2Parser.g:8978:2: ( ( rule__VirtualProcessorType__OwnedEventPortAssignment_5_1_1_1 ) )
{
- // InternalAadl2Parser.g:9928:2: ( ( rule__VirtualProcessorType__OwnedEventPortAssignment_4_1_1_1 ) )
- // InternalAadl2Parser.g:9929:3: ( rule__VirtualProcessorType__OwnedEventPortAssignment_4_1_1_1 )
+ // InternalAadl2Parser.g:8978:2: ( ( rule__VirtualProcessorType__OwnedEventPortAssignment_5_1_1_1 ) )
+ // InternalAadl2Parser.g:8979:3: ( rule__VirtualProcessorType__OwnedEventPortAssignment_5_1_1_1 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedEventPortAssignment_4_1_1_1());
- // InternalAadl2Parser.g:9930:3: ( rule__VirtualProcessorType__OwnedEventPortAssignment_4_1_1_1 )
- // InternalAadl2Parser.g:9930:4: rule__VirtualProcessorType__OwnedEventPortAssignment_4_1_1_1
+ before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedEventPortAssignment_5_1_1_1());
+ // InternalAadl2Parser.g:8980:3: ( rule__VirtualProcessorType__OwnedEventPortAssignment_5_1_1_1 )
+ // InternalAadl2Parser.g:8980:4: rule__VirtualProcessorType__OwnedEventPortAssignment_5_1_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__OwnedEventPortAssignment_4_1_1_1();
+ rule__VirtualProcessorType__OwnedEventPortAssignment_5_1_1_1();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedEventPortAssignment_4_1_1_1());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedEventPortAssignment_5_1_1_1());
}
@@ -45768,24 +42965,24 @@ public final void rule__VirtualProcessorType__Alternatives_4_1_1() throws Recogn
}
break;
case 3 :
- // InternalAadl2Parser.g:9934:2: ( ( rule__VirtualProcessorType__OwnedEventDataPortAssignment_4_1_1_2 ) )
+ // InternalAadl2Parser.g:8984:2: ( ( rule__VirtualProcessorType__OwnedEventDataPortAssignment_5_1_1_2 ) )
{
- // InternalAadl2Parser.g:9934:2: ( ( rule__VirtualProcessorType__OwnedEventDataPortAssignment_4_1_1_2 ) )
- // InternalAadl2Parser.g:9935:3: ( rule__VirtualProcessorType__OwnedEventDataPortAssignment_4_1_1_2 )
+ // InternalAadl2Parser.g:8984:2: ( ( rule__VirtualProcessorType__OwnedEventDataPortAssignment_5_1_1_2 ) )
+ // InternalAadl2Parser.g:8985:3: ( rule__VirtualProcessorType__OwnedEventDataPortAssignment_5_1_1_2 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedEventDataPortAssignment_4_1_1_2());
- // InternalAadl2Parser.g:9936:3: ( rule__VirtualProcessorType__OwnedEventDataPortAssignment_4_1_1_2 )
- // InternalAadl2Parser.g:9936:4: rule__VirtualProcessorType__OwnedEventDataPortAssignment_4_1_1_2
+ before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedEventDataPortAssignment_5_1_1_2());
+ // InternalAadl2Parser.g:8986:3: ( rule__VirtualProcessorType__OwnedEventDataPortAssignment_5_1_1_2 )
+ // InternalAadl2Parser.g:8986:4: rule__VirtualProcessorType__OwnedEventDataPortAssignment_5_1_1_2
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__OwnedEventDataPortAssignment_4_1_1_2();
+ rule__VirtualProcessorType__OwnedEventDataPortAssignment_5_1_1_2();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedEventDataPortAssignment_4_1_1_2());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedEventDataPortAssignment_5_1_1_2());
}
@@ -45793,24 +42990,24 @@ public final void rule__VirtualProcessorType__Alternatives_4_1_1() throws Recogn
}
break;
case 4 :
- // InternalAadl2Parser.g:9940:2: ( ( rule__VirtualProcessorType__OwnedFeatureGroupAssignment_4_1_1_3 ) )
+ // InternalAadl2Parser.g:8990:2: ( ( rule__VirtualProcessorType__OwnedFeatureGroupAssignment_5_1_1_3 ) )
{
- // InternalAadl2Parser.g:9940:2: ( ( rule__VirtualProcessorType__OwnedFeatureGroupAssignment_4_1_1_3 ) )
- // InternalAadl2Parser.g:9941:3: ( rule__VirtualProcessorType__OwnedFeatureGroupAssignment_4_1_1_3 )
+ // InternalAadl2Parser.g:8990:2: ( ( rule__VirtualProcessorType__OwnedFeatureGroupAssignment_5_1_1_3 ) )
+ // InternalAadl2Parser.g:8991:3: ( rule__VirtualProcessorType__OwnedFeatureGroupAssignment_5_1_1_3 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFeatureGroupAssignment_4_1_1_3());
- // InternalAadl2Parser.g:9942:3: ( rule__VirtualProcessorType__OwnedFeatureGroupAssignment_4_1_1_3 )
- // InternalAadl2Parser.g:9942:4: rule__VirtualProcessorType__OwnedFeatureGroupAssignment_4_1_1_3
+ before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFeatureGroupAssignment_5_1_1_3());
+ // InternalAadl2Parser.g:8992:3: ( rule__VirtualProcessorType__OwnedFeatureGroupAssignment_5_1_1_3 )
+ // InternalAadl2Parser.g:8992:4: rule__VirtualProcessorType__OwnedFeatureGroupAssignment_5_1_1_3
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__OwnedFeatureGroupAssignment_4_1_1_3();
+ rule__VirtualProcessorType__OwnedFeatureGroupAssignment_5_1_1_3();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFeatureGroupAssignment_4_1_1_3());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFeatureGroupAssignment_5_1_1_3());
}
@@ -45818,24 +43015,24 @@ public final void rule__VirtualProcessorType__Alternatives_4_1_1() throws Recogn
}
break;
case 5 :
- // InternalAadl2Parser.g:9946:2: ( ( rule__VirtualProcessorType__OwnedSubprogramAccessAssignment_4_1_1_4 ) )
+ // InternalAadl2Parser.g:8996:2: ( ( rule__VirtualProcessorType__OwnedSubprogramAccessAssignment_5_1_1_4 ) )
{
- // InternalAadl2Parser.g:9946:2: ( ( rule__VirtualProcessorType__OwnedSubprogramAccessAssignment_4_1_1_4 ) )
- // InternalAadl2Parser.g:9947:3: ( rule__VirtualProcessorType__OwnedSubprogramAccessAssignment_4_1_1_4 )
+ // InternalAadl2Parser.g:8996:2: ( ( rule__VirtualProcessorType__OwnedSubprogramAccessAssignment_5_1_1_4 ) )
+ // InternalAadl2Parser.g:8997:3: ( rule__VirtualProcessorType__OwnedSubprogramAccessAssignment_5_1_1_4 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedSubprogramAccessAssignment_4_1_1_4());
- // InternalAadl2Parser.g:9948:3: ( rule__VirtualProcessorType__OwnedSubprogramAccessAssignment_4_1_1_4 )
- // InternalAadl2Parser.g:9948:4: rule__VirtualProcessorType__OwnedSubprogramAccessAssignment_4_1_1_4
+ before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedSubprogramAccessAssignment_5_1_1_4());
+ // InternalAadl2Parser.g:8998:3: ( rule__VirtualProcessorType__OwnedSubprogramAccessAssignment_5_1_1_4 )
+ // InternalAadl2Parser.g:8998:4: rule__VirtualProcessorType__OwnedSubprogramAccessAssignment_5_1_1_4
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__OwnedSubprogramAccessAssignment_4_1_1_4();
+ rule__VirtualProcessorType__OwnedSubprogramAccessAssignment_5_1_1_4();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedSubprogramAccessAssignment_4_1_1_4());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedSubprogramAccessAssignment_5_1_1_4());
}
@@ -45843,24 +43040,24 @@ public final void rule__VirtualProcessorType__Alternatives_4_1_1() throws Recogn
}
break;
case 6 :
- // InternalAadl2Parser.g:9952:2: ( ( rule__VirtualProcessorType__OwnedSubprogramGroupAccessAssignment_4_1_1_5 ) )
+ // InternalAadl2Parser.g:9002:2: ( ( rule__VirtualProcessorType__OwnedSubprogramGroupAccessAssignment_5_1_1_5 ) )
{
- // InternalAadl2Parser.g:9952:2: ( ( rule__VirtualProcessorType__OwnedSubprogramGroupAccessAssignment_4_1_1_5 ) )
- // InternalAadl2Parser.g:9953:3: ( rule__VirtualProcessorType__OwnedSubprogramGroupAccessAssignment_4_1_1_5 )
+ // InternalAadl2Parser.g:9002:2: ( ( rule__VirtualProcessorType__OwnedSubprogramGroupAccessAssignment_5_1_1_5 ) )
+ // InternalAadl2Parser.g:9003:3: ( rule__VirtualProcessorType__OwnedSubprogramGroupAccessAssignment_5_1_1_5 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedSubprogramGroupAccessAssignment_4_1_1_5());
- // InternalAadl2Parser.g:9954:3: ( rule__VirtualProcessorType__OwnedSubprogramGroupAccessAssignment_4_1_1_5 )
- // InternalAadl2Parser.g:9954:4: rule__VirtualProcessorType__OwnedSubprogramGroupAccessAssignment_4_1_1_5
+ before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedSubprogramGroupAccessAssignment_5_1_1_5());
+ // InternalAadl2Parser.g:9004:3: ( rule__VirtualProcessorType__OwnedSubprogramGroupAccessAssignment_5_1_1_5 )
+ // InternalAadl2Parser.g:9004:4: rule__VirtualProcessorType__OwnedSubprogramGroupAccessAssignment_5_1_1_5
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__OwnedSubprogramGroupAccessAssignment_4_1_1_5();
+ rule__VirtualProcessorType__OwnedSubprogramGroupAccessAssignment_5_1_1_5();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedSubprogramGroupAccessAssignment_4_1_1_5());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedSubprogramGroupAccessAssignment_5_1_1_5());
}
@@ -45868,24 +43065,24 @@ public final void rule__VirtualProcessorType__Alternatives_4_1_1() throws Recogn
}
break;
case 7 :
- // InternalAadl2Parser.g:9958:2: ( ( rule__VirtualProcessorType__OwnedAbstractFeatureAssignment_4_1_1_6 ) )
+ // InternalAadl2Parser.g:9008:2: ( ( rule__VirtualProcessorType__OwnedAbstractFeatureAssignment_5_1_1_6 ) )
{
- // InternalAadl2Parser.g:9958:2: ( ( rule__VirtualProcessorType__OwnedAbstractFeatureAssignment_4_1_1_6 ) )
- // InternalAadl2Parser.g:9959:3: ( rule__VirtualProcessorType__OwnedAbstractFeatureAssignment_4_1_1_6 )
+ // InternalAadl2Parser.g:9008:2: ( ( rule__VirtualProcessorType__OwnedAbstractFeatureAssignment_5_1_1_6 ) )
+ // InternalAadl2Parser.g:9009:3: ( rule__VirtualProcessorType__OwnedAbstractFeatureAssignment_5_1_1_6 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedAbstractFeatureAssignment_4_1_1_6());
- // InternalAadl2Parser.g:9960:3: ( rule__VirtualProcessorType__OwnedAbstractFeatureAssignment_4_1_1_6 )
- // InternalAadl2Parser.g:9960:4: rule__VirtualProcessorType__OwnedAbstractFeatureAssignment_4_1_1_6
+ before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedAbstractFeatureAssignment_5_1_1_6());
+ // InternalAadl2Parser.g:9010:3: ( rule__VirtualProcessorType__OwnedAbstractFeatureAssignment_5_1_1_6 )
+ // InternalAadl2Parser.g:9010:4: rule__VirtualProcessorType__OwnedAbstractFeatureAssignment_5_1_1_6
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__OwnedAbstractFeatureAssignment_4_1_1_6();
+ rule__VirtualProcessorType__OwnedAbstractFeatureAssignment_5_1_1_6();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedAbstractFeatureAssignment_4_1_1_6());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedAbstractFeatureAssignment_5_1_1_6());
}
@@ -45893,24 +43090,24 @@ public final void rule__VirtualProcessorType__Alternatives_4_1_1() throws Recogn
}
break;
case 8 :
- // InternalAadl2Parser.g:9964:2: ( ( rule__VirtualProcessorType__OwnedBusAccessAssignment_4_1_1_7 ) )
+ // InternalAadl2Parser.g:9014:2: ( ( rule__VirtualProcessorType__OwnedBusAccessAssignment_5_1_1_7 ) )
{
- // InternalAadl2Parser.g:9964:2: ( ( rule__VirtualProcessorType__OwnedBusAccessAssignment_4_1_1_7 ) )
- // InternalAadl2Parser.g:9965:3: ( rule__VirtualProcessorType__OwnedBusAccessAssignment_4_1_1_7 )
+ // InternalAadl2Parser.g:9014:2: ( ( rule__VirtualProcessorType__OwnedBusAccessAssignment_5_1_1_7 ) )
+ // InternalAadl2Parser.g:9015:3: ( rule__VirtualProcessorType__OwnedBusAccessAssignment_5_1_1_7 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedBusAccessAssignment_4_1_1_7());
- // InternalAadl2Parser.g:9966:3: ( rule__VirtualProcessorType__OwnedBusAccessAssignment_4_1_1_7 )
- // InternalAadl2Parser.g:9966:4: rule__VirtualProcessorType__OwnedBusAccessAssignment_4_1_1_7
+ before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedBusAccessAssignment_5_1_1_7());
+ // InternalAadl2Parser.g:9016:3: ( rule__VirtualProcessorType__OwnedBusAccessAssignment_5_1_1_7 )
+ // InternalAadl2Parser.g:9016:4: rule__VirtualProcessorType__OwnedBusAccessAssignment_5_1_1_7
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__OwnedBusAccessAssignment_4_1_1_7();
+ rule__VirtualProcessorType__OwnedBusAccessAssignment_5_1_1_7();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedBusAccessAssignment_4_1_1_7());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedBusAccessAssignment_5_1_1_7());
}
@@ -45931,17 +43128,17 @@ public final void rule__VirtualProcessorType__Alternatives_4_1_1() throws Recogn
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Alternatives_4_1_1"
+ // $ANTLR end "rule__VirtualProcessorType__Alternatives_5_1_1"
- // $ANTLR start "rule__VirtualProcessorType__Alternatives_5_1"
- // InternalAadl2Parser.g:9974:1: rule__VirtualProcessorType__Alternatives_5_1 : ( ( ( ( rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__VirtualProcessorType__Group_5_1_1__0 ) ) );
- public final void rule__VirtualProcessorType__Alternatives_5_1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Alternatives_6_1"
+ // InternalAadl2Parser.g:9024:1: rule__VirtualProcessorType__Alternatives_6_1 : ( ( ( ( rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_6_1_0 ) ) ( ( rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_6_1_0 )* ) ) | ( ( rule__VirtualProcessorType__Group_6_1_1__0 ) ) );
+ public final void rule__VirtualProcessorType__Alternatives_6_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:9978:1: ( ( ( ( rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__VirtualProcessorType__Group_5_1_1__0 ) ) )
+ // InternalAadl2Parser.g:9028:1: ( ( ( ( rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_6_1_0 ) ) ( ( rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_6_1_0 )* ) ) | ( ( rule__VirtualProcessorType__Group_6_1_1__0 ) ) )
int alt167=2;
int LA167_0 = input.LA(1);
@@ -45959,35 +43156,35 @@ else if ( (LA167_0==None) ) {
}
switch (alt167) {
case 1 :
- // InternalAadl2Parser.g:9979:2: ( ( ( rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
+ // InternalAadl2Parser.g:9029:2: ( ( ( rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_6_1_0 ) ) ( ( rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_6_1_0 )* ) )
{
- // InternalAadl2Parser.g:9979:2: ( ( ( rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
- // InternalAadl2Parser.g:9980:3: ( ( rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_5_1_0 )* )
+ // InternalAadl2Parser.g:9029:2: ( ( ( rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_6_1_0 ) ) ( ( rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_6_1_0 )* ) )
+ // InternalAadl2Parser.g:9030:3: ( ( rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_6_1_0 ) ) ( ( rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_6_1_0 )* )
{
- // InternalAadl2Parser.g:9980:3: ( ( rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_5_1_0 ) )
- // InternalAadl2Parser.g:9981:4: ( rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_5_1_0 )
+ // InternalAadl2Parser.g:9030:3: ( ( rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_6_1_0 ) )
+ // InternalAadl2Parser.g:9031:4: ( rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_6_1_0 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0());
- // InternalAadl2Parser.g:9982:4: ( rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_5_1_0 )
- // InternalAadl2Parser.g:9982:5: rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_5_1_0
+ before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFlowSpecificationAssignment_6_1_0());
+ // InternalAadl2Parser.g:9032:4: ( rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_6_1_0 )
+ // InternalAadl2Parser.g:9032:5: rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_6_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_5_1_0();
+ rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_6_1_0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFlowSpecificationAssignment_6_1_0());
}
- // InternalAadl2Parser.g:9985:3: ( ( rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_5_1_0 )* )
- // InternalAadl2Parser.g:9986:4: ( rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_5_1_0 )*
+ // InternalAadl2Parser.g:9035:3: ( ( rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_6_1_0 )* )
+ // InternalAadl2Parser.g:9036:4: ( rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_6_1_0 )*
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0());
- // InternalAadl2Parser.g:9987:4: ( rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_5_1_0 )*
+ before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFlowSpecificationAssignment_6_1_0());
+ // InternalAadl2Parser.g:9037:4: ( rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_6_1_0 )*
loop166:
do {
int alt166=2;
@@ -46000,10 +43197,10 @@ else if ( (LA167_0==None) ) {
switch (alt166) {
case 1 :
- // InternalAadl2Parser.g:9987:5: rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_5_1_0
+ // InternalAadl2Parser.g:9037:5: rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_6_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_5_1_0();
+ rule__VirtualProcessorType__OwnedFlowSpecificationAssignment_6_1_0();
state._fsp--;
@@ -46016,7 +43213,7 @@ else if ( (LA167_0==None) ) {
}
} while (true);
- after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedFlowSpecificationAssignment_6_1_0());
}
@@ -46027,24 +43224,24 @@ else if ( (LA167_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:9992:2: ( ( rule__VirtualProcessorType__Group_5_1_1__0 ) )
+ // InternalAadl2Parser.g:9042:2: ( ( rule__VirtualProcessorType__Group_6_1_1__0 ) )
{
- // InternalAadl2Parser.g:9992:2: ( ( rule__VirtualProcessorType__Group_5_1_1__0 ) )
- // InternalAadl2Parser.g:9993:3: ( rule__VirtualProcessorType__Group_5_1_1__0 )
+ // InternalAadl2Parser.g:9042:2: ( ( rule__VirtualProcessorType__Group_6_1_1__0 ) )
+ // InternalAadl2Parser.g:9043:3: ( rule__VirtualProcessorType__Group_6_1_1__0 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_5_1_1());
- // InternalAadl2Parser.g:9994:3: ( rule__VirtualProcessorType__Group_5_1_1__0 )
- // InternalAadl2Parser.g:9994:4: rule__VirtualProcessorType__Group_5_1_1__0
+ before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_6_1_1());
+ // InternalAadl2Parser.g:9044:3: ( rule__VirtualProcessorType__Group_6_1_1__0 )
+ // InternalAadl2Parser.g:9044:4: rule__VirtualProcessorType__Group_6_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_5_1_1__0();
+ rule__VirtualProcessorType__Group_6_1_1__0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_5_1_1());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_6_1_1());
}
@@ -46065,17 +43262,17 @@ else if ( (LA167_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Alternatives_5_1"
+ // $ANTLR end "rule__VirtualProcessorType__Alternatives_6_1"
- // $ANTLR start "rule__VirtualProcessorType__Alternatives_6"
- // InternalAadl2Parser.g:10002:1: rule__VirtualProcessorType__Alternatives_6 : ( ( ( rule__VirtualProcessorType__Group_6_0__0 ) ) | ( ( rule__VirtualProcessorType__Group_6_1__0 ) ) );
- public final void rule__VirtualProcessorType__Alternatives_6() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Alternatives_7"
+ // InternalAadl2Parser.g:9052:1: rule__VirtualProcessorType__Alternatives_7 : ( ( ( rule__VirtualProcessorType__Group_7_0__0 ) ) | ( ( rule__VirtualProcessorType__Group_7_1__0 ) ) );
+ public final void rule__VirtualProcessorType__Alternatives_7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:10006:1: ( ( ( rule__VirtualProcessorType__Group_6_0__0 ) ) | ( ( rule__VirtualProcessorType__Group_6_1__0 ) ) )
+ // InternalAadl2Parser.g:9056:1: ( ( ( rule__VirtualProcessorType__Group_7_0__0 ) ) | ( ( rule__VirtualProcessorType__Group_7_1__0 ) ) )
int alt168=2;
int LA168_0 = input.LA(1);
@@ -46093,24 +43290,24 @@ else if ( (LA168_0==Modes) ) {
}
switch (alt168) {
case 1 :
- // InternalAadl2Parser.g:10007:2: ( ( rule__VirtualProcessorType__Group_6_0__0 ) )
+ // InternalAadl2Parser.g:9057:2: ( ( rule__VirtualProcessorType__Group_7_0__0 ) )
{
- // InternalAadl2Parser.g:10007:2: ( ( rule__VirtualProcessorType__Group_6_0__0 ) )
- // InternalAadl2Parser.g:10008:3: ( rule__VirtualProcessorType__Group_6_0__0 )
+ // InternalAadl2Parser.g:9057:2: ( ( rule__VirtualProcessorType__Group_7_0__0 ) )
+ // InternalAadl2Parser.g:9058:3: ( rule__VirtualProcessorType__Group_7_0__0 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_6_0());
- // InternalAadl2Parser.g:10009:3: ( rule__VirtualProcessorType__Group_6_0__0 )
- // InternalAadl2Parser.g:10009:4: rule__VirtualProcessorType__Group_6_0__0
+ before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_7_0());
+ // InternalAadl2Parser.g:9059:3: ( rule__VirtualProcessorType__Group_7_0__0 )
+ // InternalAadl2Parser.g:9059:4: rule__VirtualProcessorType__Group_7_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_6_0__0();
+ rule__VirtualProcessorType__Group_7_0__0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_6_0());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_7_0());
}
@@ -46118,24 +43315,24 @@ else if ( (LA168_0==Modes) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:10013:2: ( ( rule__VirtualProcessorType__Group_6_1__0 ) )
+ // InternalAadl2Parser.g:9063:2: ( ( rule__VirtualProcessorType__Group_7_1__0 ) )
{
- // InternalAadl2Parser.g:10013:2: ( ( rule__VirtualProcessorType__Group_6_1__0 ) )
- // InternalAadl2Parser.g:10014:3: ( rule__VirtualProcessorType__Group_6_1__0 )
+ // InternalAadl2Parser.g:9063:2: ( ( rule__VirtualProcessorType__Group_7_1__0 ) )
+ // InternalAadl2Parser.g:9064:3: ( rule__VirtualProcessorType__Group_7_1__0 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_6_1());
- // InternalAadl2Parser.g:10015:3: ( rule__VirtualProcessorType__Group_6_1__0 )
- // InternalAadl2Parser.g:10015:4: rule__VirtualProcessorType__Group_6_1__0
+ before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_7_1());
+ // InternalAadl2Parser.g:9065:3: ( rule__VirtualProcessorType__Group_7_1__0 )
+ // InternalAadl2Parser.g:9065:4: rule__VirtualProcessorType__Group_7_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_6_1__0();
+ rule__VirtualProcessorType__Group_7_1__0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_6_1());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_7_1());
}
@@ -46156,17 +43353,17 @@ else if ( (LA168_0==Modes) ) {
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Alternatives_6"
+ // $ANTLR end "rule__VirtualProcessorType__Alternatives_7"
- // $ANTLR start "rule__VirtualProcessorType__Alternatives_6_1_1"
- // InternalAadl2Parser.g:10023:1: rule__VirtualProcessorType__Alternatives_6_1_1 : ( ( ( ( rule__VirtualProcessorType__Alternatives_6_1_1_0 ) ) ( ( rule__VirtualProcessorType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__VirtualProcessorType__Group_6_1_1_1__0 ) ) );
- public final void rule__VirtualProcessorType__Alternatives_6_1_1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Alternatives_7_1_1"
+ // InternalAadl2Parser.g:9073:1: rule__VirtualProcessorType__Alternatives_7_1_1 : ( ( ( ( rule__VirtualProcessorType__Alternatives_7_1_1_0 ) ) ( ( rule__VirtualProcessorType__Alternatives_7_1_1_0 )* ) ) | ( ( rule__VirtualProcessorType__Group_7_1_1_1__0 ) ) );
+ public final void rule__VirtualProcessorType__Alternatives_7_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:10027:1: ( ( ( ( rule__VirtualProcessorType__Alternatives_6_1_1_0 ) ) ( ( rule__VirtualProcessorType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__VirtualProcessorType__Group_6_1_1_1__0 ) ) )
+ // InternalAadl2Parser.g:9077:1: ( ( ( ( rule__VirtualProcessorType__Alternatives_7_1_1_0 ) ) ( ( rule__VirtualProcessorType__Alternatives_7_1_1_0 )* ) ) | ( ( rule__VirtualProcessorType__Group_7_1_1_1__0 ) ) )
int alt170=2;
int LA170_0 = input.LA(1);
@@ -46184,35 +43381,35 @@ else if ( (LA170_0==None) ) {
}
switch (alt170) {
case 1 :
- // InternalAadl2Parser.g:10028:2: ( ( ( rule__VirtualProcessorType__Alternatives_6_1_1_0 ) ) ( ( rule__VirtualProcessorType__Alternatives_6_1_1_0 )* ) )
+ // InternalAadl2Parser.g:9078:2: ( ( ( rule__VirtualProcessorType__Alternatives_7_1_1_0 ) ) ( ( rule__VirtualProcessorType__Alternatives_7_1_1_0 )* ) )
{
- // InternalAadl2Parser.g:10028:2: ( ( ( rule__VirtualProcessorType__Alternatives_6_1_1_0 ) ) ( ( rule__VirtualProcessorType__Alternatives_6_1_1_0 )* ) )
- // InternalAadl2Parser.g:10029:3: ( ( rule__VirtualProcessorType__Alternatives_6_1_1_0 ) ) ( ( rule__VirtualProcessorType__Alternatives_6_1_1_0 )* )
+ // InternalAadl2Parser.g:9078:2: ( ( ( rule__VirtualProcessorType__Alternatives_7_1_1_0 ) ) ( ( rule__VirtualProcessorType__Alternatives_7_1_1_0 )* ) )
+ // InternalAadl2Parser.g:9079:3: ( ( rule__VirtualProcessorType__Alternatives_7_1_1_0 ) ) ( ( rule__VirtualProcessorType__Alternatives_7_1_1_0 )* )
{
- // InternalAadl2Parser.g:10029:3: ( ( rule__VirtualProcessorType__Alternatives_6_1_1_0 ) )
- // InternalAadl2Parser.g:10030:4: ( rule__VirtualProcessorType__Alternatives_6_1_1_0 )
+ // InternalAadl2Parser.g:9079:3: ( ( rule__VirtualProcessorType__Alternatives_7_1_1_0 ) )
+ // InternalAadl2Parser.g:9080:4: ( rule__VirtualProcessorType__Alternatives_7_1_1_0 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_6_1_1_0());
- // InternalAadl2Parser.g:10031:4: ( rule__VirtualProcessorType__Alternatives_6_1_1_0 )
- // InternalAadl2Parser.g:10031:5: rule__VirtualProcessorType__Alternatives_6_1_1_0
+ before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_7_1_1_0());
+ // InternalAadl2Parser.g:9081:4: ( rule__VirtualProcessorType__Alternatives_7_1_1_0 )
+ // InternalAadl2Parser.g:9081:5: rule__VirtualProcessorType__Alternatives_7_1_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualProcessorType__Alternatives_6_1_1_0();
+ rule__VirtualProcessorType__Alternatives_7_1_1_0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_6_1_1_0());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_7_1_1_0());
}
- // InternalAadl2Parser.g:10034:3: ( ( rule__VirtualProcessorType__Alternatives_6_1_1_0 )* )
- // InternalAadl2Parser.g:10035:4: ( rule__VirtualProcessorType__Alternatives_6_1_1_0 )*
+ // InternalAadl2Parser.g:9084:3: ( ( rule__VirtualProcessorType__Alternatives_7_1_1_0 )* )
+ // InternalAadl2Parser.g:9085:4: ( rule__VirtualProcessorType__Alternatives_7_1_1_0 )*
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_6_1_1_0());
- // InternalAadl2Parser.g:10036:4: ( rule__VirtualProcessorType__Alternatives_6_1_1_0 )*
+ before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_7_1_1_0());
+ // InternalAadl2Parser.g:9086:4: ( rule__VirtualProcessorType__Alternatives_7_1_1_0 )*
loop169:
do {
int alt169=2;
@@ -46225,10 +43422,10 @@ else if ( (LA170_0==None) ) {
switch (alt169) {
case 1 :
- // InternalAadl2Parser.g:10036:5: rule__VirtualProcessorType__Alternatives_6_1_1_0
+ // InternalAadl2Parser.g:9086:5: rule__VirtualProcessorType__Alternatives_7_1_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualProcessorType__Alternatives_6_1_1_0();
+ rule__VirtualProcessorType__Alternatives_7_1_1_0();
state._fsp--;
@@ -46241,7 +43438,7 @@ else if ( (LA170_0==None) ) {
}
} while (true);
- after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_6_1_1_0());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_7_1_1_0());
}
@@ -46252,24 +43449,24 @@ else if ( (LA170_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:10041:2: ( ( rule__VirtualProcessorType__Group_6_1_1_1__0 ) )
+ // InternalAadl2Parser.g:9091:2: ( ( rule__VirtualProcessorType__Group_7_1_1_1__0 ) )
{
- // InternalAadl2Parser.g:10041:2: ( ( rule__VirtualProcessorType__Group_6_1_1_1__0 ) )
- // InternalAadl2Parser.g:10042:3: ( rule__VirtualProcessorType__Group_6_1_1_1__0 )
+ // InternalAadl2Parser.g:9091:2: ( ( rule__VirtualProcessorType__Group_7_1_1_1__0 ) )
+ // InternalAadl2Parser.g:9092:3: ( rule__VirtualProcessorType__Group_7_1_1_1__0 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_6_1_1_1());
- // InternalAadl2Parser.g:10043:3: ( rule__VirtualProcessorType__Group_6_1_1_1__0 )
- // InternalAadl2Parser.g:10043:4: rule__VirtualProcessorType__Group_6_1_1_1__0
+ before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_7_1_1_1());
+ // InternalAadl2Parser.g:9093:3: ( rule__VirtualProcessorType__Group_7_1_1_1__0 )
+ // InternalAadl2Parser.g:9093:4: rule__VirtualProcessorType__Group_7_1_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_6_1_1_1__0();
+ rule__VirtualProcessorType__Group_7_1_1_1__0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_6_1_1_1());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_7_1_1_1());
}
@@ -46290,42 +43487,42 @@ else if ( (LA170_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Alternatives_6_1_1"
+ // $ANTLR end "rule__VirtualProcessorType__Alternatives_7_1_1"
- // $ANTLR start "rule__VirtualProcessorType__Alternatives_6_1_1_0"
- // InternalAadl2Parser.g:10051:1: rule__VirtualProcessorType__Alternatives_6_1_1_0 : ( ( ( rule__VirtualProcessorType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__VirtualProcessorType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) );
- public final void rule__VirtualProcessorType__Alternatives_6_1_1_0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Alternatives_7_1_1_0"
+ // InternalAadl2Parser.g:9101:1: rule__VirtualProcessorType__Alternatives_7_1_1_0 : ( ( ( rule__VirtualProcessorType__OwnedModeAssignment_7_1_1_0_0 ) ) | ( ( rule__VirtualProcessorType__OwnedModeTransitionAssignment_7_1_1_0_1 ) ) );
+ public final void rule__VirtualProcessorType__Alternatives_7_1_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:10055:1: ( ( ( rule__VirtualProcessorType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__VirtualProcessorType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) )
+ // InternalAadl2Parser.g:9105:1: ( ( ( rule__VirtualProcessorType__OwnedModeAssignment_7_1_1_0_0 ) ) | ( ( rule__VirtualProcessorType__OwnedModeTransitionAssignment_7_1_1_0_1 ) ) )
int alt171=2;
int LA171_0 = input.LA(1);
if ( (LA171_0==RULE_ID) ) {
int LA171_1 = input.LA(2);
- if ( (LA171_1==Colon) ) {
- int LA171_2 = input.LA(3);
+ if ( (LA171_1==HyphenMinusLeftSquareBracket) ) {
+ alt171=2;
+ }
+ else if ( (LA171_1==Colon) ) {
+ int LA171_3 = input.LA(3);
- if ( (LA171_2==RULE_ID) ) {
+ if ( (LA171_3==RULE_ID) ) {
alt171=2;
}
- else if ( (LA171_2==Initial||LA171_2==Mode) ) {
+ else if ( (LA171_3==Initial||LA171_3==Mode) ) {
alt171=1;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 171, 2, input);
+ new NoViableAltException("", 171, 3, input);
throw nvae;
}
}
- else if ( (LA171_1==HyphenMinusLeftSquareBracket) ) {
- alt171=2;
- }
else {
NoViableAltException nvae =
new NoViableAltException("", 171, 1, input);
@@ -46341,24 +43538,24 @@ else if ( (LA171_1==HyphenMinusLeftSquareBracket) ) {
}
switch (alt171) {
case 1 :
- // InternalAadl2Parser.g:10056:2: ( ( rule__VirtualProcessorType__OwnedModeAssignment_6_1_1_0_0 ) )
+ // InternalAadl2Parser.g:9106:2: ( ( rule__VirtualProcessorType__OwnedModeAssignment_7_1_1_0_0 ) )
{
- // InternalAadl2Parser.g:10056:2: ( ( rule__VirtualProcessorType__OwnedModeAssignment_6_1_1_0_0 ) )
- // InternalAadl2Parser.g:10057:3: ( rule__VirtualProcessorType__OwnedModeAssignment_6_1_1_0_0 )
+ // InternalAadl2Parser.g:9106:2: ( ( rule__VirtualProcessorType__OwnedModeAssignment_7_1_1_0_0 ) )
+ // InternalAadl2Parser.g:9107:3: ( rule__VirtualProcessorType__OwnedModeAssignment_7_1_1_0_0 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeAssignment_6_1_1_0_0());
- // InternalAadl2Parser.g:10058:3: ( rule__VirtualProcessorType__OwnedModeAssignment_6_1_1_0_0 )
- // InternalAadl2Parser.g:10058:4: rule__VirtualProcessorType__OwnedModeAssignment_6_1_1_0_0
+ before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeAssignment_7_1_1_0_0());
+ // InternalAadl2Parser.g:9108:3: ( rule__VirtualProcessorType__OwnedModeAssignment_7_1_1_0_0 )
+ // InternalAadl2Parser.g:9108:4: rule__VirtualProcessorType__OwnedModeAssignment_7_1_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__OwnedModeAssignment_6_1_1_0_0();
+ rule__VirtualProcessorType__OwnedModeAssignment_7_1_1_0_0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeAssignment_6_1_1_0_0());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeAssignment_7_1_1_0_0());
}
@@ -46366,24 +43563,24 @@ else if ( (LA171_1==HyphenMinusLeftSquareBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:10062:2: ( ( rule__VirtualProcessorType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
+ // InternalAadl2Parser.g:9112:2: ( ( rule__VirtualProcessorType__OwnedModeTransitionAssignment_7_1_1_0_1 ) )
{
- // InternalAadl2Parser.g:10062:2: ( ( rule__VirtualProcessorType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
- // InternalAadl2Parser.g:10063:3: ( rule__VirtualProcessorType__OwnedModeTransitionAssignment_6_1_1_0_1 )
+ // InternalAadl2Parser.g:9112:2: ( ( rule__VirtualProcessorType__OwnedModeTransitionAssignment_7_1_1_0_1 ) )
+ // InternalAadl2Parser.g:9113:3: ( rule__VirtualProcessorType__OwnedModeTransitionAssignment_7_1_1_0_1 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeTransitionAssignment_6_1_1_0_1());
- // InternalAadl2Parser.g:10064:3: ( rule__VirtualProcessorType__OwnedModeTransitionAssignment_6_1_1_0_1 )
- // InternalAadl2Parser.g:10064:4: rule__VirtualProcessorType__OwnedModeTransitionAssignment_6_1_1_0_1
+ before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeTransitionAssignment_7_1_1_0_1());
+ // InternalAadl2Parser.g:9114:3: ( rule__VirtualProcessorType__OwnedModeTransitionAssignment_7_1_1_0_1 )
+ // InternalAadl2Parser.g:9114:4: rule__VirtualProcessorType__OwnedModeTransitionAssignment_7_1_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__OwnedModeTransitionAssignment_6_1_1_0_1();
+ rule__VirtualProcessorType__OwnedModeTransitionAssignment_7_1_1_0_1();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeTransitionAssignment_6_1_1_0_1());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeTransitionAssignment_7_1_1_0_1());
}
@@ -46404,17 +43601,17 @@ else if ( (LA171_1==HyphenMinusLeftSquareBracket) ) {
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Alternatives_6_1_1_0"
+ // $ANTLR end "rule__VirtualProcessorType__Alternatives_7_1_1_0"
- // $ANTLR start "rule__VirtualProcessorType__Alternatives_7_1"
- // InternalAadl2Parser.g:10072:1: rule__VirtualProcessorType__Alternatives_7_1 : ( ( ( ( rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__VirtualProcessorType__Group_7_1_1__0 ) ) );
- public final void rule__VirtualProcessorType__Alternatives_7_1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Alternatives_8_1"
+ // InternalAadl2Parser.g:9122:1: rule__VirtualProcessorType__Alternatives_8_1 : ( ( ( ( rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_8_1_0 ) ) ( ( rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_8_1_0 )* ) ) | ( ( rule__VirtualProcessorType__Group_8_1_1__0 ) ) );
+ public final void rule__VirtualProcessorType__Alternatives_8_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:10076:1: ( ( ( ( rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__VirtualProcessorType__Group_7_1_1__0 ) ) )
+ // InternalAadl2Parser.g:9126:1: ( ( ( ( rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_8_1_0 ) ) ( ( rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_8_1_0 )* ) ) | ( ( rule__VirtualProcessorType__Group_8_1_1__0 ) ) )
int alt173=2;
int LA173_0 = input.LA(1);
@@ -46432,35 +43629,35 @@ else if ( (LA173_0==None) ) {
}
switch (alt173) {
case 1 :
- // InternalAadl2Parser.g:10077:2: ( ( ( rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
+ // InternalAadl2Parser.g:9127:2: ( ( ( rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_8_1_0 ) ) ( ( rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_8_1_0 )* ) )
{
- // InternalAadl2Parser.g:10077:2: ( ( ( rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
- // InternalAadl2Parser.g:10078:3: ( ( rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_7_1_0 )* )
+ // InternalAadl2Parser.g:9127:2: ( ( ( rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_8_1_0 ) ) ( ( rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_8_1_0 )* ) )
+ // InternalAadl2Parser.g:9128:3: ( ( rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_8_1_0 ) ) ( ( rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_8_1_0 )* )
{
- // InternalAadl2Parser.g:10078:3: ( ( rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_7_1_0 ) )
- // InternalAadl2Parser.g:10079:4: ( rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_7_1_0 )
+ // InternalAadl2Parser.g:9128:3: ( ( rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_8_1_0 ) )
+ // InternalAadl2Parser.g:9129:4: ( rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_8_1_0 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
- // InternalAadl2Parser.g:10080:4: ( rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_7_1_0 )
- // InternalAadl2Parser.g:10080:5: rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_7_1_0
+ before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPropertyAssociationAssignment_8_1_0());
+ // InternalAadl2Parser.g:9130:4: ( rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_8_1_0 )
+ // InternalAadl2Parser.g:9130:5: rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_8_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_7_1_0();
+ rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_8_1_0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPropertyAssociationAssignment_8_1_0());
}
- // InternalAadl2Parser.g:10083:3: ( ( rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_7_1_0 )* )
- // InternalAadl2Parser.g:10084:4: ( rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_7_1_0 )*
+ // InternalAadl2Parser.g:9133:3: ( ( rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_8_1_0 )* )
+ // InternalAadl2Parser.g:9134:4: ( rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_8_1_0 )*
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
- // InternalAadl2Parser.g:10085:4: ( rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_7_1_0 )*
+ before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPropertyAssociationAssignment_8_1_0());
+ // InternalAadl2Parser.g:9135:4: ( rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_8_1_0 )*
loop172:
do {
int alt172=2;
@@ -46473,10 +43670,10 @@ else if ( (LA173_0==None) ) {
switch (alt172) {
case 1 :
- // InternalAadl2Parser.g:10085:5: rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_7_1_0
+ // InternalAadl2Parser.g:9135:5: rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_8_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_7_1_0();
+ rule__VirtualProcessorType__OwnedPropertyAssociationAssignment_8_1_0();
state._fsp--;
@@ -46489,7 +43686,7 @@ else if ( (LA173_0==None) ) {
}
} while (true);
- after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPropertyAssociationAssignment_8_1_0());
}
@@ -46500,24 +43697,24 @@ else if ( (LA173_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:10090:2: ( ( rule__VirtualProcessorType__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:9140:2: ( ( rule__VirtualProcessorType__Group_8_1_1__0 ) )
{
- // InternalAadl2Parser.g:10090:2: ( ( rule__VirtualProcessorType__Group_7_1_1__0 ) )
- // InternalAadl2Parser.g:10091:3: ( rule__VirtualProcessorType__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:9140:2: ( ( rule__VirtualProcessorType__Group_8_1_1__0 ) )
+ // InternalAadl2Parser.g:9141:3: ( rule__VirtualProcessorType__Group_8_1_1__0 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_7_1_1());
- // InternalAadl2Parser.g:10092:3: ( rule__VirtualProcessorType__Group_7_1_1__0 )
- // InternalAadl2Parser.g:10092:4: rule__VirtualProcessorType__Group_7_1_1__0
+ before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_8_1_1());
+ // InternalAadl2Parser.g:9142:3: ( rule__VirtualProcessorType__Group_8_1_1__0 )
+ // InternalAadl2Parser.g:9142:4: rule__VirtualProcessorType__Group_8_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_7_1_1__0();
+ rule__VirtualProcessorType__Group_8_1_1__0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_7_1_1());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_8_1_1());
}
@@ -46538,17 +43735,17 @@ else if ( (LA173_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Alternatives_7_1"
+ // $ANTLR end "rule__VirtualProcessorType__Alternatives_8_1"
// $ANTLR start "rule__DataType__Alternatives_3_1"
- // InternalAadl2Parser.g:10100:1: rule__DataType__Alternatives_3_1 : ( ( ( rule__DataType__Group_3_1_0__0 ) ) | ( ( ( rule__DataType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__DataType__OwnedPrototypeAssignment_3_1_1 )* ) ) );
+ // InternalAadl2Parser.g:9150:1: rule__DataType__Alternatives_3_1 : ( ( ( rule__DataType__Group_3_1_0__0 ) ) | ( ( ( rule__DataType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__DataType__OwnedPrototypeAssignment_3_1_1 )* ) ) );
public final void rule__DataType__Alternatives_3_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:10104:1: ( ( ( rule__DataType__Group_3_1_0__0 ) ) | ( ( ( rule__DataType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__DataType__OwnedPrototypeAssignment_3_1_1 )* ) ) )
+ // InternalAadl2Parser.g:9154:1: ( ( ( rule__DataType__Group_3_1_0__0 ) ) | ( ( ( rule__DataType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__DataType__OwnedPrototypeAssignment_3_1_1 )* ) ) )
int alt175=2;
int LA175_0 = input.LA(1);
@@ -46566,14 +43763,14 @@ else if ( (LA175_0==RULE_ID) ) {
}
switch (alt175) {
case 1 :
- // InternalAadl2Parser.g:10105:2: ( ( rule__DataType__Group_3_1_0__0 ) )
+ // InternalAadl2Parser.g:9155:2: ( ( rule__DataType__Group_3_1_0__0 ) )
{
- // InternalAadl2Parser.g:10105:2: ( ( rule__DataType__Group_3_1_0__0 ) )
- // InternalAadl2Parser.g:10106:3: ( rule__DataType__Group_3_1_0__0 )
+ // InternalAadl2Parser.g:9155:2: ( ( rule__DataType__Group_3_1_0__0 ) )
+ // InternalAadl2Parser.g:9156:3: ( rule__DataType__Group_3_1_0__0 )
{
before(grammarAccess.getDataTypeAccess().getGroup_3_1_0());
- // InternalAadl2Parser.g:10107:3: ( rule__DataType__Group_3_1_0__0 )
- // InternalAadl2Parser.g:10107:4: rule__DataType__Group_3_1_0__0
+ // InternalAadl2Parser.g:9157:3: ( rule__DataType__Group_3_1_0__0 )
+ // InternalAadl2Parser.g:9157:4: rule__DataType__Group_3_1_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__Group_3_1_0__0();
@@ -46591,17 +43788,17 @@ else if ( (LA175_0==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:10111:2: ( ( ( rule__DataType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__DataType__OwnedPrototypeAssignment_3_1_1 )* ) )
+ // InternalAadl2Parser.g:9161:2: ( ( ( rule__DataType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__DataType__OwnedPrototypeAssignment_3_1_1 )* ) )
{
- // InternalAadl2Parser.g:10111:2: ( ( ( rule__DataType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__DataType__OwnedPrototypeAssignment_3_1_1 )* ) )
- // InternalAadl2Parser.g:10112:3: ( ( rule__DataType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__DataType__OwnedPrototypeAssignment_3_1_1 )* )
+ // InternalAadl2Parser.g:9161:2: ( ( ( rule__DataType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__DataType__OwnedPrototypeAssignment_3_1_1 )* ) )
+ // InternalAadl2Parser.g:9162:3: ( ( rule__DataType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__DataType__OwnedPrototypeAssignment_3_1_1 )* )
{
- // InternalAadl2Parser.g:10112:3: ( ( rule__DataType__OwnedPrototypeAssignment_3_1_1 ) )
- // InternalAadl2Parser.g:10113:4: ( rule__DataType__OwnedPrototypeAssignment_3_1_1 )
+ // InternalAadl2Parser.g:9162:3: ( ( rule__DataType__OwnedPrototypeAssignment_3_1_1 ) )
+ // InternalAadl2Parser.g:9163:4: ( rule__DataType__OwnedPrototypeAssignment_3_1_1 )
{
before(grammarAccess.getDataTypeAccess().getOwnedPrototypeAssignment_3_1_1());
- // InternalAadl2Parser.g:10114:4: ( rule__DataType__OwnedPrototypeAssignment_3_1_1 )
- // InternalAadl2Parser.g:10114:5: rule__DataType__OwnedPrototypeAssignment_3_1_1
+ // InternalAadl2Parser.g:9164:4: ( rule__DataType__OwnedPrototypeAssignment_3_1_1 )
+ // InternalAadl2Parser.g:9164:5: rule__DataType__OwnedPrototypeAssignment_3_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__DataType__OwnedPrototypeAssignment_3_1_1();
@@ -46615,11 +43812,11 @@ else if ( (LA175_0==RULE_ID) ) {
}
- // InternalAadl2Parser.g:10117:3: ( ( rule__DataType__OwnedPrototypeAssignment_3_1_1 )* )
- // InternalAadl2Parser.g:10118:4: ( rule__DataType__OwnedPrototypeAssignment_3_1_1 )*
+ // InternalAadl2Parser.g:9167:3: ( ( rule__DataType__OwnedPrototypeAssignment_3_1_1 )* )
+ // InternalAadl2Parser.g:9168:4: ( rule__DataType__OwnedPrototypeAssignment_3_1_1 )*
{
before(grammarAccess.getDataTypeAccess().getOwnedPrototypeAssignment_3_1_1());
- // InternalAadl2Parser.g:10119:4: ( rule__DataType__OwnedPrototypeAssignment_3_1_1 )*
+ // InternalAadl2Parser.g:9169:4: ( rule__DataType__OwnedPrototypeAssignment_3_1_1 )*
loop174:
do {
int alt174=2;
@@ -46632,7 +43829,7 @@ else if ( (LA175_0==RULE_ID) ) {
switch (alt174) {
case 1 :
- // InternalAadl2Parser.g:10119:5: rule__DataType__OwnedPrototypeAssignment_3_1_1
+ // InternalAadl2Parser.g:9169:5: rule__DataType__OwnedPrototypeAssignment_3_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__DataType__OwnedPrototypeAssignment_3_1_1();
@@ -46676,13 +43873,13 @@ else if ( (LA175_0==RULE_ID) ) {
// $ANTLR start "rule__DataType__Alternatives_4_1"
- // InternalAadl2Parser.g:10128:1: rule__DataType__Alternatives_4_1 : ( ( ( rule__DataType__Group_4_1_0__0 ) ) | ( ( ( rule__DataType__Alternatives_4_1_1 ) ) ( ( rule__DataType__Alternatives_4_1_1 )* ) ) );
+ // InternalAadl2Parser.g:9178:1: rule__DataType__Alternatives_4_1 : ( ( ( rule__DataType__Group_4_1_0__0 ) ) | ( ( ( rule__DataType__Alternatives_4_1_1 ) ) ( ( rule__DataType__Alternatives_4_1_1 )* ) ) );
public final void rule__DataType__Alternatives_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:10132:1: ( ( ( rule__DataType__Group_4_1_0__0 ) ) | ( ( ( rule__DataType__Alternatives_4_1_1 ) ) ( ( rule__DataType__Alternatives_4_1_1 )* ) ) )
+ // InternalAadl2Parser.g:9182:1: ( ( ( rule__DataType__Group_4_1_0__0 ) ) | ( ( ( rule__DataType__Alternatives_4_1_1 ) ) ( ( rule__DataType__Alternatives_4_1_1 )* ) ) )
int alt177=2;
int LA177_0 = input.LA(1);
@@ -46700,14 +43897,14 @@ else if ( (LA177_0==RULE_ID) ) {
}
switch (alt177) {
case 1 :
- // InternalAadl2Parser.g:10133:2: ( ( rule__DataType__Group_4_1_0__0 ) )
+ // InternalAadl2Parser.g:9183:2: ( ( rule__DataType__Group_4_1_0__0 ) )
{
- // InternalAadl2Parser.g:10133:2: ( ( rule__DataType__Group_4_1_0__0 ) )
- // InternalAadl2Parser.g:10134:3: ( rule__DataType__Group_4_1_0__0 )
+ // InternalAadl2Parser.g:9183:2: ( ( rule__DataType__Group_4_1_0__0 ) )
+ // InternalAadl2Parser.g:9184:3: ( rule__DataType__Group_4_1_0__0 )
{
before(grammarAccess.getDataTypeAccess().getGroup_4_1_0());
- // InternalAadl2Parser.g:10135:3: ( rule__DataType__Group_4_1_0__0 )
- // InternalAadl2Parser.g:10135:4: rule__DataType__Group_4_1_0__0
+ // InternalAadl2Parser.g:9185:3: ( rule__DataType__Group_4_1_0__0 )
+ // InternalAadl2Parser.g:9185:4: rule__DataType__Group_4_1_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__Group_4_1_0__0();
@@ -46725,17 +43922,17 @@ else if ( (LA177_0==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:10139:2: ( ( ( rule__DataType__Alternatives_4_1_1 ) ) ( ( rule__DataType__Alternatives_4_1_1 )* ) )
+ // InternalAadl2Parser.g:9189:2: ( ( ( rule__DataType__Alternatives_4_1_1 ) ) ( ( rule__DataType__Alternatives_4_1_1 )* ) )
{
- // InternalAadl2Parser.g:10139:2: ( ( ( rule__DataType__Alternatives_4_1_1 ) ) ( ( rule__DataType__Alternatives_4_1_1 )* ) )
- // InternalAadl2Parser.g:10140:3: ( ( rule__DataType__Alternatives_4_1_1 ) ) ( ( rule__DataType__Alternatives_4_1_1 )* )
+ // InternalAadl2Parser.g:9189:2: ( ( ( rule__DataType__Alternatives_4_1_1 ) ) ( ( rule__DataType__Alternatives_4_1_1 )* ) )
+ // InternalAadl2Parser.g:9190:3: ( ( rule__DataType__Alternatives_4_1_1 ) ) ( ( rule__DataType__Alternatives_4_1_1 )* )
{
- // InternalAadl2Parser.g:10140:3: ( ( rule__DataType__Alternatives_4_1_1 ) )
- // InternalAadl2Parser.g:10141:4: ( rule__DataType__Alternatives_4_1_1 )
+ // InternalAadl2Parser.g:9190:3: ( ( rule__DataType__Alternatives_4_1_1 ) )
+ // InternalAadl2Parser.g:9191:4: ( rule__DataType__Alternatives_4_1_1 )
{
before(grammarAccess.getDataTypeAccess().getAlternatives_4_1_1());
- // InternalAadl2Parser.g:10142:4: ( rule__DataType__Alternatives_4_1_1 )
- // InternalAadl2Parser.g:10142:5: rule__DataType__Alternatives_4_1_1
+ // InternalAadl2Parser.g:9192:4: ( rule__DataType__Alternatives_4_1_1 )
+ // InternalAadl2Parser.g:9192:5: rule__DataType__Alternatives_4_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__DataType__Alternatives_4_1_1();
@@ -46749,11 +43946,11 @@ else if ( (LA177_0==RULE_ID) ) {
}
- // InternalAadl2Parser.g:10145:3: ( ( rule__DataType__Alternatives_4_1_1 )* )
- // InternalAadl2Parser.g:10146:4: ( rule__DataType__Alternatives_4_1_1 )*
+ // InternalAadl2Parser.g:9195:3: ( ( rule__DataType__Alternatives_4_1_1 )* )
+ // InternalAadl2Parser.g:9196:4: ( rule__DataType__Alternatives_4_1_1 )*
{
before(grammarAccess.getDataTypeAccess().getAlternatives_4_1_1());
- // InternalAadl2Parser.g:10147:4: ( rule__DataType__Alternatives_4_1_1 )*
+ // InternalAadl2Parser.g:9197:4: ( rule__DataType__Alternatives_4_1_1 )*
loop176:
do {
int alt176=2;
@@ -46766,7 +43963,7 @@ else if ( (LA177_0==RULE_ID) ) {
switch (alt176) {
case 1 :
- // InternalAadl2Parser.g:10147:5: rule__DataType__Alternatives_4_1_1
+ // InternalAadl2Parser.g:9197:5: rule__DataType__Alternatives_4_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
rule__DataType__Alternatives_4_1_1();
@@ -46810,25 +44007,25 @@ else if ( (LA177_0==RULE_ID) ) {
// $ANTLR start "rule__DataType__Alternatives_4_1_1"
- // InternalAadl2Parser.g:10156:1: rule__DataType__Alternatives_4_1_1 : ( ( ( rule__DataType__OwnedFeatureGroupAssignment_4_1_1_0 ) ) | ( ( rule__DataType__OwnedDataAccessAssignment_4_1_1_1 ) ) | ( ( rule__DataType__OwnedSubprogramAccessAssignment_4_1_1_2 ) ) | ( ( rule__DataType__OwnedSubprogramGroupAccessAssignment_4_1_1_3 ) ) | ( ( rule__DataType__OwnedAbstractFeatureAssignment_4_1_1_4 ) ) );
+ // InternalAadl2Parser.g:9206:1: rule__DataType__Alternatives_4_1_1 : ( ( ( rule__DataType__OwnedFeatureGroupAssignment_4_1_1_0 ) ) | ( ( rule__DataType__OwnedDataAccessAssignment_4_1_1_1 ) ) | ( ( rule__DataType__OwnedSubprogramAccessAssignment_4_1_1_2 ) ) | ( ( rule__DataType__OwnedSubprogramGroupAccessAssignment_4_1_1_3 ) ) | ( ( rule__DataType__OwnedAbstractFeatureAssignment_4_1_1_4 ) ) );
public final void rule__DataType__Alternatives_4_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:10160:1: ( ( ( rule__DataType__OwnedFeatureGroupAssignment_4_1_1_0 ) ) | ( ( rule__DataType__OwnedDataAccessAssignment_4_1_1_1 ) ) | ( ( rule__DataType__OwnedSubprogramAccessAssignment_4_1_1_2 ) ) | ( ( rule__DataType__OwnedSubprogramGroupAccessAssignment_4_1_1_3 ) ) | ( ( rule__DataType__OwnedAbstractFeatureAssignment_4_1_1_4 ) ) )
+ // InternalAadl2Parser.g:9210:1: ( ( ( rule__DataType__OwnedFeatureGroupAssignment_4_1_1_0 ) ) | ( ( rule__DataType__OwnedDataAccessAssignment_4_1_1_1 ) ) | ( ( rule__DataType__OwnedSubprogramAccessAssignment_4_1_1_2 ) ) | ( ( rule__DataType__OwnedSubprogramGroupAccessAssignment_4_1_1_3 ) ) | ( ( rule__DataType__OwnedAbstractFeatureAssignment_4_1_1_4 ) ) )
int alt178=5;
alt178 = dfa178.predict(input);
switch (alt178) {
case 1 :
- // InternalAadl2Parser.g:10161:2: ( ( rule__DataType__OwnedFeatureGroupAssignment_4_1_1_0 ) )
+ // InternalAadl2Parser.g:9211:2: ( ( rule__DataType__OwnedFeatureGroupAssignment_4_1_1_0 ) )
{
- // InternalAadl2Parser.g:10161:2: ( ( rule__DataType__OwnedFeatureGroupAssignment_4_1_1_0 ) )
- // InternalAadl2Parser.g:10162:3: ( rule__DataType__OwnedFeatureGroupAssignment_4_1_1_0 )
+ // InternalAadl2Parser.g:9211:2: ( ( rule__DataType__OwnedFeatureGroupAssignment_4_1_1_0 ) )
+ // InternalAadl2Parser.g:9212:3: ( rule__DataType__OwnedFeatureGroupAssignment_4_1_1_0 )
{
before(grammarAccess.getDataTypeAccess().getOwnedFeatureGroupAssignment_4_1_1_0());
- // InternalAadl2Parser.g:10163:3: ( rule__DataType__OwnedFeatureGroupAssignment_4_1_1_0 )
- // InternalAadl2Parser.g:10163:4: rule__DataType__OwnedFeatureGroupAssignment_4_1_1_0
+ // InternalAadl2Parser.g:9213:3: ( rule__DataType__OwnedFeatureGroupAssignment_4_1_1_0 )
+ // InternalAadl2Parser.g:9213:4: rule__DataType__OwnedFeatureGroupAssignment_4_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__OwnedFeatureGroupAssignment_4_1_1_0();
@@ -46846,14 +44043,14 @@ public final void rule__DataType__Alternatives_4_1_1() throws RecognitionExcepti
}
break;
case 2 :
- // InternalAadl2Parser.g:10167:2: ( ( rule__DataType__OwnedDataAccessAssignment_4_1_1_1 ) )
+ // InternalAadl2Parser.g:9217:2: ( ( rule__DataType__OwnedDataAccessAssignment_4_1_1_1 ) )
{
- // InternalAadl2Parser.g:10167:2: ( ( rule__DataType__OwnedDataAccessAssignment_4_1_1_1 ) )
- // InternalAadl2Parser.g:10168:3: ( rule__DataType__OwnedDataAccessAssignment_4_1_1_1 )
+ // InternalAadl2Parser.g:9217:2: ( ( rule__DataType__OwnedDataAccessAssignment_4_1_1_1 ) )
+ // InternalAadl2Parser.g:9218:3: ( rule__DataType__OwnedDataAccessAssignment_4_1_1_1 )
{
before(grammarAccess.getDataTypeAccess().getOwnedDataAccessAssignment_4_1_1_1());
- // InternalAadl2Parser.g:10169:3: ( rule__DataType__OwnedDataAccessAssignment_4_1_1_1 )
- // InternalAadl2Parser.g:10169:4: rule__DataType__OwnedDataAccessAssignment_4_1_1_1
+ // InternalAadl2Parser.g:9219:3: ( rule__DataType__OwnedDataAccessAssignment_4_1_1_1 )
+ // InternalAadl2Parser.g:9219:4: rule__DataType__OwnedDataAccessAssignment_4_1_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__OwnedDataAccessAssignment_4_1_1_1();
@@ -46871,14 +44068,14 @@ public final void rule__DataType__Alternatives_4_1_1() throws RecognitionExcepti
}
break;
case 3 :
- // InternalAadl2Parser.g:10173:2: ( ( rule__DataType__OwnedSubprogramAccessAssignment_4_1_1_2 ) )
+ // InternalAadl2Parser.g:9223:2: ( ( rule__DataType__OwnedSubprogramAccessAssignment_4_1_1_2 ) )
{
- // InternalAadl2Parser.g:10173:2: ( ( rule__DataType__OwnedSubprogramAccessAssignment_4_1_1_2 ) )
- // InternalAadl2Parser.g:10174:3: ( rule__DataType__OwnedSubprogramAccessAssignment_4_1_1_2 )
+ // InternalAadl2Parser.g:9223:2: ( ( rule__DataType__OwnedSubprogramAccessAssignment_4_1_1_2 ) )
+ // InternalAadl2Parser.g:9224:3: ( rule__DataType__OwnedSubprogramAccessAssignment_4_1_1_2 )
{
before(grammarAccess.getDataTypeAccess().getOwnedSubprogramAccessAssignment_4_1_1_2());
- // InternalAadl2Parser.g:10175:3: ( rule__DataType__OwnedSubprogramAccessAssignment_4_1_1_2 )
- // InternalAadl2Parser.g:10175:4: rule__DataType__OwnedSubprogramAccessAssignment_4_1_1_2
+ // InternalAadl2Parser.g:9225:3: ( rule__DataType__OwnedSubprogramAccessAssignment_4_1_1_2 )
+ // InternalAadl2Parser.g:9225:4: rule__DataType__OwnedSubprogramAccessAssignment_4_1_1_2
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__OwnedSubprogramAccessAssignment_4_1_1_2();
@@ -46896,14 +44093,14 @@ public final void rule__DataType__Alternatives_4_1_1() throws RecognitionExcepti
}
break;
case 4 :
- // InternalAadl2Parser.g:10179:2: ( ( rule__DataType__OwnedSubprogramGroupAccessAssignment_4_1_1_3 ) )
+ // InternalAadl2Parser.g:9229:2: ( ( rule__DataType__OwnedSubprogramGroupAccessAssignment_4_1_1_3 ) )
{
- // InternalAadl2Parser.g:10179:2: ( ( rule__DataType__OwnedSubprogramGroupAccessAssignment_4_1_1_3 ) )
- // InternalAadl2Parser.g:10180:3: ( rule__DataType__OwnedSubprogramGroupAccessAssignment_4_1_1_3 )
+ // InternalAadl2Parser.g:9229:2: ( ( rule__DataType__OwnedSubprogramGroupAccessAssignment_4_1_1_3 ) )
+ // InternalAadl2Parser.g:9230:3: ( rule__DataType__OwnedSubprogramGroupAccessAssignment_4_1_1_3 )
{
before(grammarAccess.getDataTypeAccess().getOwnedSubprogramGroupAccessAssignment_4_1_1_3());
- // InternalAadl2Parser.g:10181:3: ( rule__DataType__OwnedSubprogramGroupAccessAssignment_4_1_1_3 )
- // InternalAadl2Parser.g:10181:4: rule__DataType__OwnedSubprogramGroupAccessAssignment_4_1_1_3
+ // InternalAadl2Parser.g:9231:3: ( rule__DataType__OwnedSubprogramGroupAccessAssignment_4_1_1_3 )
+ // InternalAadl2Parser.g:9231:4: rule__DataType__OwnedSubprogramGroupAccessAssignment_4_1_1_3
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__OwnedSubprogramGroupAccessAssignment_4_1_1_3();
@@ -46921,14 +44118,14 @@ public final void rule__DataType__Alternatives_4_1_1() throws RecognitionExcepti
}
break;
case 5 :
- // InternalAadl2Parser.g:10185:2: ( ( rule__DataType__OwnedAbstractFeatureAssignment_4_1_1_4 ) )
+ // InternalAadl2Parser.g:9235:2: ( ( rule__DataType__OwnedAbstractFeatureAssignment_4_1_1_4 ) )
{
- // InternalAadl2Parser.g:10185:2: ( ( rule__DataType__OwnedAbstractFeatureAssignment_4_1_1_4 ) )
- // InternalAadl2Parser.g:10186:3: ( rule__DataType__OwnedAbstractFeatureAssignment_4_1_1_4 )
+ // InternalAadl2Parser.g:9235:2: ( ( rule__DataType__OwnedAbstractFeatureAssignment_4_1_1_4 ) )
+ // InternalAadl2Parser.g:9236:3: ( rule__DataType__OwnedAbstractFeatureAssignment_4_1_1_4 )
{
before(grammarAccess.getDataTypeAccess().getOwnedAbstractFeatureAssignment_4_1_1_4());
- // InternalAadl2Parser.g:10187:3: ( rule__DataType__OwnedAbstractFeatureAssignment_4_1_1_4 )
- // InternalAadl2Parser.g:10187:4: rule__DataType__OwnedAbstractFeatureAssignment_4_1_1_4
+ // InternalAadl2Parser.g:9237:3: ( rule__DataType__OwnedAbstractFeatureAssignment_4_1_1_4 )
+ // InternalAadl2Parser.g:9237:4: rule__DataType__OwnedAbstractFeatureAssignment_4_1_1_4
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__OwnedAbstractFeatureAssignment_4_1_1_4();
@@ -46963,13 +44160,13 @@ public final void rule__DataType__Alternatives_4_1_1() throws RecognitionExcepti
// $ANTLR start "rule__DataType__Alternatives_5_1"
- // InternalAadl2Parser.g:10195:1: rule__DataType__Alternatives_5_1 : ( ( ( ( rule__DataType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__DataType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__DataType__Group_5_1_1__0 ) ) );
+ // InternalAadl2Parser.g:9245:1: rule__DataType__Alternatives_5_1 : ( ( ( ( rule__DataType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__DataType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__DataType__Group_5_1_1__0 ) ) );
public final void rule__DataType__Alternatives_5_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:10199:1: ( ( ( ( rule__DataType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__DataType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__DataType__Group_5_1_1__0 ) ) )
+ // InternalAadl2Parser.g:9249:1: ( ( ( ( rule__DataType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__DataType__OwnedFlowSpecificationAssignment_5_1_0 )* ) ) | ( ( rule__DataType__Group_5_1_1__0 ) ) )
int alt180=2;
int LA180_0 = input.LA(1);
@@ -46987,17 +44184,17 @@ else if ( (LA180_0==None) ) {
}
switch (alt180) {
case 1 :
- // InternalAadl2Parser.g:10200:2: ( ( ( rule__DataType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__DataType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
+ // InternalAadl2Parser.g:9250:2: ( ( ( rule__DataType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__DataType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
{
- // InternalAadl2Parser.g:10200:2: ( ( ( rule__DataType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__DataType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
- // InternalAadl2Parser.g:10201:3: ( ( rule__DataType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__DataType__OwnedFlowSpecificationAssignment_5_1_0 )* )
+ // InternalAadl2Parser.g:9250:2: ( ( ( rule__DataType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__DataType__OwnedFlowSpecificationAssignment_5_1_0 )* ) )
+ // InternalAadl2Parser.g:9251:3: ( ( rule__DataType__OwnedFlowSpecificationAssignment_5_1_0 ) ) ( ( rule__DataType__OwnedFlowSpecificationAssignment_5_1_0 )* )
{
- // InternalAadl2Parser.g:10201:3: ( ( rule__DataType__OwnedFlowSpecificationAssignment_5_1_0 ) )
- // InternalAadl2Parser.g:10202:4: ( rule__DataType__OwnedFlowSpecificationAssignment_5_1_0 )
+ // InternalAadl2Parser.g:9251:3: ( ( rule__DataType__OwnedFlowSpecificationAssignment_5_1_0 ) )
+ // InternalAadl2Parser.g:9252:4: ( rule__DataType__OwnedFlowSpecificationAssignment_5_1_0 )
{
before(grammarAccess.getDataTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0());
- // InternalAadl2Parser.g:10203:4: ( rule__DataType__OwnedFlowSpecificationAssignment_5_1_0 )
- // InternalAadl2Parser.g:10203:5: rule__DataType__OwnedFlowSpecificationAssignment_5_1_0
+ // InternalAadl2Parser.g:9253:4: ( rule__DataType__OwnedFlowSpecificationAssignment_5_1_0 )
+ // InternalAadl2Parser.g:9253:5: rule__DataType__OwnedFlowSpecificationAssignment_5_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__DataType__OwnedFlowSpecificationAssignment_5_1_0();
@@ -47011,11 +44208,11 @@ else if ( (LA180_0==None) ) {
}
- // InternalAadl2Parser.g:10206:3: ( ( rule__DataType__OwnedFlowSpecificationAssignment_5_1_0 )* )
- // InternalAadl2Parser.g:10207:4: ( rule__DataType__OwnedFlowSpecificationAssignment_5_1_0 )*
+ // InternalAadl2Parser.g:9256:3: ( ( rule__DataType__OwnedFlowSpecificationAssignment_5_1_0 )* )
+ // InternalAadl2Parser.g:9257:4: ( rule__DataType__OwnedFlowSpecificationAssignment_5_1_0 )*
{
before(grammarAccess.getDataTypeAccess().getOwnedFlowSpecificationAssignment_5_1_0());
- // InternalAadl2Parser.g:10208:4: ( rule__DataType__OwnedFlowSpecificationAssignment_5_1_0 )*
+ // InternalAadl2Parser.g:9258:4: ( rule__DataType__OwnedFlowSpecificationAssignment_5_1_0 )*
loop179:
do {
int alt179=2;
@@ -47028,7 +44225,7 @@ else if ( (LA180_0==None) ) {
switch (alt179) {
case 1 :
- // InternalAadl2Parser.g:10208:5: rule__DataType__OwnedFlowSpecificationAssignment_5_1_0
+ // InternalAadl2Parser.g:9258:5: rule__DataType__OwnedFlowSpecificationAssignment_5_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__DataType__OwnedFlowSpecificationAssignment_5_1_0();
@@ -47055,14 +44252,14 @@ else if ( (LA180_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:10213:2: ( ( rule__DataType__Group_5_1_1__0 ) )
+ // InternalAadl2Parser.g:9263:2: ( ( rule__DataType__Group_5_1_1__0 ) )
{
- // InternalAadl2Parser.g:10213:2: ( ( rule__DataType__Group_5_1_1__0 ) )
- // InternalAadl2Parser.g:10214:3: ( rule__DataType__Group_5_1_1__0 )
+ // InternalAadl2Parser.g:9263:2: ( ( rule__DataType__Group_5_1_1__0 ) )
+ // InternalAadl2Parser.g:9264:3: ( rule__DataType__Group_5_1_1__0 )
{
before(grammarAccess.getDataTypeAccess().getGroup_5_1_1());
- // InternalAadl2Parser.g:10215:3: ( rule__DataType__Group_5_1_1__0 )
- // InternalAadl2Parser.g:10215:4: rule__DataType__Group_5_1_1__0
+ // InternalAadl2Parser.g:9265:3: ( rule__DataType__Group_5_1_1__0 )
+ // InternalAadl2Parser.g:9265:4: rule__DataType__Group_5_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__Group_5_1_1__0();
@@ -47097,13 +44294,13 @@ else if ( (LA180_0==None) ) {
// $ANTLR start "rule__DataType__Alternatives_6"
- // InternalAadl2Parser.g:10223:1: rule__DataType__Alternatives_6 : ( ( ( rule__DataType__Group_6_0__0 ) ) | ( ( rule__DataType__Group_6_1__0 ) ) );
+ // InternalAadl2Parser.g:9273:1: rule__DataType__Alternatives_6 : ( ( ( rule__DataType__Group_6_0__0 ) ) | ( ( rule__DataType__Group_6_1__0 ) ) );
public final void rule__DataType__Alternatives_6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:10227:1: ( ( ( rule__DataType__Group_6_0__0 ) ) | ( ( rule__DataType__Group_6_1__0 ) ) )
+ // InternalAadl2Parser.g:9277:1: ( ( ( rule__DataType__Group_6_0__0 ) ) | ( ( rule__DataType__Group_6_1__0 ) ) )
int alt181=2;
int LA181_0 = input.LA(1);
@@ -47121,14 +44318,14 @@ else if ( (LA181_0==Modes) ) {
}
switch (alt181) {
case 1 :
- // InternalAadl2Parser.g:10228:2: ( ( rule__DataType__Group_6_0__0 ) )
+ // InternalAadl2Parser.g:9278:2: ( ( rule__DataType__Group_6_0__0 ) )
{
- // InternalAadl2Parser.g:10228:2: ( ( rule__DataType__Group_6_0__0 ) )
- // InternalAadl2Parser.g:10229:3: ( rule__DataType__Group_6_0__0 )
+ // InternalAadl2Parser.g:9278:2: ( ( rule__DataType__Group_6_0__0 ) )
+ // InternalAadl2Parser.g:9279:3: ( rule__DataType__Group_6_0__0 )
{
before(grammarAccess.getDataTypeAccess().getGroup_6_0());
- // InternalAadl2Parser.g:10230:3: ( rule__DataType__Group_6_0__0 )
- // InternalAadl2Parser.g:10230:4: rule__DataType__Group_6_0__0
+ // InternalAadl2Parser.g:9280:3: ( rule__DataType__Group_6_0__0 )
+ // InternalAadl2Parser.g:9280:4: rule__DataType__Group_6_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__Group_6_0__0();
@@ -47146,14 +44343,14 @@ else if ( (LA181_0==Modes) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:10234:2: ( ( rule__DataType__Group_6_1__0 ) )
+ // InternalAadl2Parser.g:9284:2: ( ( rule__DataType__Group_6_1__0 ) )
{
- // InternalAadl2Parser.g:10234:2: ( ( rule__DataType__Group_6_1__0 ) )
- // InternalAadl2Parser.g:10235:3: ( rule__DataType__Group_6_1__0 )
+ // InternalAadl2Parser.g:9284:2: ( ( rule__DataType__Group_6_1__0 ) )
+ // InternalAadl2Parser.g:9285:3: ( rule__DataType__Group_6_1__0 )
{
before(grammarAccess.getDataTypeAccess().getGroup_6_1());
- // InternalAadl2Parser.g:10236:3: ( rule__DataType__Group_6_1__0 )
- // InternalAadl2Parser.g:10236:4: rule__DataType__Group_6_1__0
+ // InternalAadl2Parser.g:9286:3: ( rule__DataType__Group_6_1__0 )
+ // InternalAadl2Parser.g:9286:4: rule__DataType__Group_6_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__Group_6_1__0();
@@ -47188,13 +44385,13 @@ else if ( (LA181_0==Modes) ) {
// $ANTLR start "rule__DataType__Alternatives_6_1_1"
- // InternalAadl2Parser.g:10244:1: rule__DataType__Alternatives_6_1_1 : ( ( ( ( rule__DataType__Alternatives_6_1_1_0 ) ) ( ( rule__DataType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__DataType__Group_6_1_1_1__0 ) ) );
+ // InternalAadl2Parser.g:9294:1: rule__DataType__Alternatives_6_1_1 : ( ( ( ( rule__DataType__Alternatives_6_1_1_0 ) ) ( ( rule__DataType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__DataType__Group_6_1_1_1__0 ) ) );
public final void rule__DataType__Alternatives_6_1_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:10248:1: ( ( ( ( rule__DataType__Alternatives_6_1_1_0 ) ) ( ( rule__DataType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__DataType__Group_6_1_1_1__0 ) ) )
+ // InternalAadl2Parser.g:9298:1: ( ( ( ( rule__DataType__Alternatives_6_1_1_0 ) ) ( ( rule__DataType__Alternatives_6_1_1_0 )* ) ) | ( ( rule__DataType__Group_6_1_1_1__0 ) ) )
int alt183=2;
int LA183_0 = input.LA(1);
@@ -47212,17 +44409,17 @@ else if ( (LA183_0==None) ) {
}
switch (alt183) {
case 1 :
- // InternalAadl2Parser.g:10249:2: ( ( ( rule__DataType__Alternatives_6_1_1_0 ) ) ( ( rule__DataType__Alternatives_6_1_1_0 )* ) )
+ // InternalAadl2Parser.g:9299:2: ( ( ( rule__DataType__Alternatives_6_1_1_0 ) ) ( ( rule__DataType__Alternatives_6_1_1_0 )* ) )
{
- // InternalAadl2Parser.g:10249:2: ( ( ( rule__DataType__Alternatives_6_1_1_0 ) ) ( ( rule__DataType__Alternatives_6_1_1_0 )* ) )
- // InternalAadl2Parser.g:10250:3: ( ( rule__DataType__Alternatives_6_1_1_0 ) ) ( ( rule__DataType__Alternatives_6_1_1_0 )* )
+ // InternalAadl2Parser.g:9299:2: ( ( ( rule__DataType__Alternatives_6_1_1_0 ) ) ( ( rule__DataType__Alternatives_6_1_1_0 )* ) )
+ // InternalAadl2Parser.g:9300:3: ( ( rule__DataType__Alternatives_6_1_1_0 ) ) ( ( rule__DataType__Alternatives_6_1_1_0 )* )
{
- // InternalAadl2Parser.g:10250:3: ( ( rule__DataType__Alternatives_6_1_1_0 ) )
- // InternalAadl2Parser.g:10251:4: ( rule__DataType__Alternatives_6_1_1_0 )
+ // InternalAadl2Parser.g:9300:3: ( ( rule__DataType__Alternatives_6_1_1_0 ) )
+ // InternalAadl2Parser.g:9301:4: ( rule__DataType__Alternatives_6_1_1_0 )
{
before(grammarAccess.getDataTypeAccess().getAlternatives_6_1_1_0());
- // InternalAadl2Parser.g:10252:4: ( rule__DataType__Alternatives_6_1_1_0 )
- // InternalAadl2Parser.g:10252:5: rule__DataType__Alternatives_6_1_1_0
+ // InternalAadl2Parser.g:9302:4: ( rule__DataType__Alternatives_6_1_1_0 )
+ // InternalAadl2Parser.g:9302:5: rule__DataType__Alternatives_6_1_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__DataType__Alternatives_6_1_1_0();
@@ -47236,11 +44433,11 @@ else if ( (LA183_0==None) ) {
}
- // InternalAadl2Parser.g:10255:3: ( ( rule__DataType__Alternatives_6_1_1_0 )* )
- // InternalAadl2Parser.g:10256:4: ( rule__DataType__Alternatives_6_1_1_0 )*
+ // InternalAadl2Parser.g:9305:3: ( ( rule__DataType__Alternatives_6_1_1_0 )* )
+ // InternalAadl2Parser.g:9306:4: ( rule__DataType__Alternatives_6_1_1_0 )*
{
before(grammarAccess.getDataTypeAccess().getAlternatives_6_1_1_0());
- // InternalAadl2Parser.g:10257:4: ( rule__DataType__Alternatives_6_1_1_0 )*
+ // InternalAadl2Parser.g:9307:4: ( rule__DataType__Alternatives_6_1_1_0 )*
loop182:
do {
int alt182=2;
@@ -47253,7 +44450,7 @@ else if ( (LA183_0==None) ) {
switch (alt182) {
case 1 :
- // InternalAadl2Parser.g:10257:5: rule__DataType__Alternatives_6_1_1_0
+ // InternalAadl2Parser.g:9307:5: rule__DataType__Alternatives_6_1_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__DataType__Alternatives_6_1_1_0();
@@ -47280,14 +44477,14 @@ else if ( (LA183_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:10262:2: ( ( rule__DataType__Group_6_1_1_1__0 ) )
+ // InternalAadl2Parser.g:9312:2: ( ( rule__DataType__Group_6_1_1_1__0 ) )
{
- // InternalAadl2Parser.g:10262:2: ( ( rule__DataType__Group_6_1_1_1__0 ) )
- // InternalAadl2Parser.g:10263:3: ( rule__DataType__Group_6_1_1_1__0 )
+ // InternalAadl2Parser.g:9312:2: ( ( rule__DataType__Group_6_1_1_1__0 ) )
+ // InternalAadl2Parser.g:9313:3: ( rule__DataType__Group_6_1_1_1__0 )
{
before(grammarAccess.getDataTypeAccess().getGroup_6_1_1_1());
- // InternalAadl2Parser.g:10264:3: ( rule__DataType__Group_6_1_1_1__0 )
- // InternalAadl2Parser.g:10264:4: rule__DataType__Group_6_1_1_1__0
+ // InternalAadl2Parser.g:9314:3: ( rule__DataType__Group_6_1_1_1__0 )
+ // InternalAadl2Parser.g:9314:4: rule__DataType__Group_6_1_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__Group_6_1_1_1__0();
@@ -47322,38 +44519,38 @@ else if ( (LA183_0==None) ) {
// $ANTLR start "rule__DataType__Alternatives_6_1_1_0"
- // InternalAadl2Parser.g:10272:1: rule__DataType__Alternatives_6_1_1_0 : ( ( ( rule__DataType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__DataType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) );
+ // InternalAadl2Parser.g:9322:1: rule__DataType__Alternatives_6_1_1_0 : ( ( ( rule__DataType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__DataType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) );
public final void rule__DataType__Alternatives_6_1_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:10276:1: ( ( ( rule__DataType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__DataType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) )
+ // InternalAadl2Parser.g:9326:1: ( ( ( rule__DataType__OwnedModeAssignment_6_1_1_0_0 ) ) | ( ( rule__DataType__OwnedModeTransitionAssignment_6_1_1_0_1 ) ) )
int alt184=2;
int LA184_0 = input.LA(1);
if ( (LA184_0==RULE_ID) ) {
int LA184_1 = input.LA(2);
- if ( (LA184_1==Colon) ) {
- int LA184_2 = input.LA(3);
+ if ( (LA184_1==HyphenMinusLeftSquareBracket) ) {
+ alt184=2;
+ }
+ else if ( (LA184_1==Colon) ) {
+ int LA184_3 = input.LA(3);
- if ( (LA184_2==Initial||LA184_2==Mode) ) {
- alt184=1;
- }
- else if ( (LA184_2==RULE_ID) ) {
+ if ( (LA184_3==RULE_ID) ) {
alt184=2;
}
+ else if ( (LA184_3==Initial||LA184_3==Mode) ) {
+ alt184=1;
+ }
else {
NoViableAltException nvae =
- new NoViableAltException("", 184, 2, input);
+ new NoViableAltException("", 184, 3, input);
throw nvae;
}
}
- else if ( (LA184_1==HyphenMinusLeftSquareBracket) ) {
- alt184=2;
- }
else {
NoViableAltException nvae =
new NoViableAltException("", 184, 1, input);
@@ -47369,14 +44566,14 @@ else if ( (LA184_1==HyphenMinusLeftSquareBracket) ) {
}
switch (alt184) {
case 1 :
- // InternalAadl2Parser.g:10277:2: ( ( rule__DataType__OwnedModeAssignment_6_1_1_0_0 ) )
+ // InternalAadl2Parser.g:9327:2: ( ( rule__DataType__OwnedModeAssignment_6_1_1_0_0 ) )
{
- // InternalAadl2Parser.g:10277:2: ( ( rule__DataType__OwnedModeAssignment_6_1_1_0_0 ) )
- // InternalAadl2Parser.g:10278:3: ( rule__DataType__OwnedModeAssignment_6_1_1_0_0 )
+ // InternalAadl2Parser.g:9327:2: ( ( rule__DataType__OwnedModeAssignment_6_1_1_0_0 ) )
+ // InternalAadl2Parser.g:9328:3: ( rule__DataType__OwnedModeAssignment_6_1_1_0_0 )
{
before(grammarAccess.getDataTypeAccess().getOwnedModeAssignment_6_1_1_0_0());
- // InternalAadl2Parser.g:10279:3: ( rule__DataType__OwnedModeAssignment_6_1_1_0_0 )
- // InternalAadl2Parser.g:10279:4: rule__DataType__OwnedModeAssignment_6_1_1_0_0
+ // InternalAadl2Parser.g:9329:3: ( rule__DataType__OwnedModeAssignment_6_1_1_0_0 )
+ // InternalAadl2Parser.g:9329:4: rule__DataType__OwnedModeAssignment_6_1_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__OwnedModeAssignment_6_1_1_0_0();
@@ -47394,14 +44591,14 @@ else if ( (LA184_1==HyphenMinusLeftSquareBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:10283:2: ( ( rule__DataType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
+ // InternalAadl2Parser.g:9333:2: ( ( rule__DataType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
{
- // InternalAadl2Parser.g:10283:2: ( ( rule__DataType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
- // InternalAadl2Parser.g:10284:3: ( rule__DataType__OwnedModeTransitionAssignment_6_1_1_0_1 )
+ // InternalAadl2Parser.g:9333:2: ( ( rule__DataType__OwnedModeTransitionAssignment_6_1_1_0_1 ) )
+ // InternalAadl2Parser.g:9334:3: ( rule__DataType__OwnedModeTransitionAssignment_6_1_1_0_1 )
{
before(grammarAccess.getDataTypeAccess().getOwnedModeTransitionAssignment_6_1_1_0_1());
- // InternalAadl2Parser.g:10285:3: ( rule__DataType__OwnedModeTransitionAssignment_6_1_1_0_1 )
- // InternalAadl2Parser.g:10285:4: rule__DataType__OwnedModeTransitionAssignment_6_1_1_0_1
+ // InternalAadl2Parser.g:9335:3: ( rule__DataType__OwnedModeTransitionAssignment_6_1_1_0_1 )
+ // InternalAadl2Parser.g:9335:4: rule__DataType__OwnedModeTransitionAssignment_6_1_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__OwnedModeTransitionAssignment_6_1_1_0_1();
@@ -47436,13 +44633,13 @@ else if ( (LA184_1==HyphenMinusLeftSquareBracket) ) {
// $ANTLR start "rule__DataType__Alternatives_7_1"
- // InternalAadl2Parser.g:10293:1: rule__DataType__Alternatives_7_1 : ( ( ( ( rule__DataType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__DataType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__DataType__Group_7_1_1__0 ) ) );
+ // InternalAadl2Parser.g:9343:1: rule__DataType__Alternatives_7_1 : ( ( ( ( rule__DataType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__DataType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__DataType__Group_7_1_1__0 ) ) );
public final void rule__DataType__Alternatives_7_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:10297:1: ( ( ( ( rule__DataType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__DataType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__DataType__Group_7_1_1__0 ) ) )
+ // InternalAadl2Parser.g:9347:1: ( ( ( ( rule__DataType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__DataType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__DataType__Group_7_1_1__0 ) ) )
int alt186=2;
int LA186_0 = input.LA(1);
@@ -47460,17 +44657,17 @@ else if ( (LA186_0==None) ) {
}
switch (alt186) {
case 1 :
- // InternalAadl2Parser.g:10298:2: ( ( ( rule__DataType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__DataType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
+ // InternalAadl2Parser.g:9348:2: ( ( ( rule__DataType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__DataType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
{
- // InternalAadl2Parser.g:10298:2: ( ( ( rule__DataType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__DataType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
- // InternalAadl2Parser.g:10299:3: ( ( rule__DataType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__DataType__OwnedPropertyAssociationAssignment_7_1_0 )* )
+ // InternalAadl2Parser.g:9348:2: ( ( ( rule__DataType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__DataType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
+ // InternalAadl2Parser.g:9349:3: ( ( rule__DataType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__DataType__OwnedPropertyAssociationAssignment_7_1_0 )* )
{
- // InternalAadl2Parser.g:10299:3: ( ( rule__DataType__OwnedPropertyAssociationAssignment_7_1_0 ) )
- // InternalAadl2Parser.g:10300:4: ( rule__DataType__OwnedPropertyAssociationAssignment_7_1_0 )
+ // InternalAadl2Parser.g:9349:3: ( ( rule__DataType__OwnedPropertyAssociationAssignment_7_1_0 ) )
+ // InternalAadl2Parser.g:9350:4: ( rule__DataType__OwnedPropertyAssociationAssignment_7_1_0 )
{
before(grammarAccess.getDataTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
- // InternalAadl2Parser.g:10301:4: ( rule__DataType__OwnedPropertyAssociationAssignment_7_1_0 )
- // InternalAadl2Parser.g:10301:5: rule__DataType__OwnedPropertyAssociationAssignment_7_1_0
+ // InternalAadl2Parser.g:9351:4: ( rule__DataType__OwnedPropertyAssociationAssignment_7_1_0 )
+ // InternalAadl2Parser.g:9351:5: rule__DataType__OwnedPropertyAssociationAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__DataType__OwnedPropertyAssociationAssignment_7_1_0();
@@ -47484,11 +44681,11 @@ else if ( (LA186_0==None) ) {
}
- // InternalAadl2Parser.g:10304:3: ( ( rule__DataType__OwnedPropertyAssociationAssignment_7_1_0 )* )
- // InternalAadl2Parser.g:10305:4: ( rule__DataType__OwnedPropertyAssociationAssignment_7_1_0 )*
+ // InternalAadl2Parser.g:9354:3: ( ( rule__DataType__OwnedPropertyAssociationAssignment_7_1_0 )* )
+ // InternalAadl2Parser.g:9355:4: ( rule__DataType__OwnedPropertyAssociationAssignment_7_1_0 )*
{
before(grammarAccess.getDataTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
- // InternalAadl2Parser.g:10306:4: ( rule__DataType__OwnedPropertyAssociationAssignment_7_1_0 )*
+ // InternalAadl2Parser.g:9356:4: ( rule__DataType__OwnedPropertyAssociationAssignment_7_1_0 )*
loop185:
do {
int alt185=2;
@@ -47501,7 +44698,7 @@ else if ( (LA186_0==None) ) {
switch (alt185) {
case 1 :
- // InternalAadl2Parser.g:10306:5: rule__DataType__OwnedPropertyAssociationAssignment_7_1_0
+ // InternalAadl2Parser.g:9356:5: rule__DataType__OwnedPropertyAssociationAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
rule__DataType__OwnedPropertyAssociationAssignment_7_1_0();
@@ -47528,14 +44725,14 @@ else if ( (LA186_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:10311:2: ( ( rule__DataType__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:9361:2: ( ( rule__DataType__Group_7_1_1__0 ) )
{
- // InternalAadl2Parser.g:10311:2: ( ( rule__DataType__Group_7_1_1__0 ) )
- // InternalAadl2Parser.g:10312:3: ( rule__DataType__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:9361:2: ( ( rule__DataType__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:9362:3: ( rule__DataType__Group_7_1_1__0 )
{
before(grammarAccess.getDataTypeAccess().getGroup_7_1_1());
- // InternalAadl2Parser.g:10313:3: ( rule__DataType__Group_7_1_1__0 )
- // InternalAadl2Parser.g:10313:4: rule__DataType__Group_7_1_1__0
+ // InternalAadl2Parser.g:9363:3: ( rule__DataType__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:9363:4: rule__DataType__Group_7_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__Group_7_1_1__0();
@@ -47570,21 +44767,21 @@ else if ( (LA186_0==None) ) {
// $ANTLR start "rule__ComponentImplementation__Alternatives"
- // InternalAadl2Parser.g:10321:1: rule__ComponentImplementation__Alternatives : ( ( ruleAbstractImplementation ) | ( ruleSystemImplementation ) | ( ruleProcessorImplementation ) | ( ruleProcessImplementation ) | ( ruleThreadGroupImplementation ) | ( ruleThreadImplementation ) | ( ruleDeviceImplementation ) | ( ruleBusImplementation ) | ( ruleVirtualProcessorImplementation ) | ( ruleVirtualBusImplementation ) | ( ruleMemoryImplementation ) | ( ruleSubprogramImplementation ) | ( ruleSubprogramGroupImplementation ) | ( ruleDataImplementation ) );
+ // InternalAadl2Parser.g:9371:1: rule__ComponentImplementation__Alternatives : ( ( ruleAbstractImplementation ) | ( ruleSystemImplementation ) | ( ruleProcessorImplementation ) | ( ruleProcessImplementation ) | ( ruleThreadGroupImplementation ) | ( ruleThreadImplementation ) | ( ruleDeviceImplementation ) | ( ruleBusImplementation ) | ( ruleVirtualProcessorImplementation ) | ( ruleVirtualBusImplementation ) | ( ruleMemoryImplementation ) | ( ruleSubprogramImplementation ) | ( ruleSubprogramGroupImplementation ) | ( ruleDataImplementation ) );
public final void rule__ComponentImplementation__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:10325:1: ( ( ruleAbstractImplementation ) | ( ruleSystemImplementation ) | ( ruleProcessorImplementation ) | ( ruleProcessImplementation ) | ( ruleThreadGroupImplementation ) | ( ruleThreadImplementation ) | ( ruleDeviceImplementation ) | ( ruleBusImplementation ) | ( ruleVirtualProcessorImplementation ) | ( ruleVirtualBusImplementation ) | ( ruleMemoryImplementation ) | ( ruleSubprogramImplementation ) | ( ruleSubprogramGroupImplementation ) | ( ruleDataImplementation ) )
+ // InternalAadl2Parser.g:9375:1: ( ( ruleAbstractImplementation ) | ( ruleSystemImplementation ) | ( ruleProcessorImplementation ) | ( ruleProcessImplementation ) | ( ruleThreadGroupImplementation ) | ( ruleThreadImplementation ) | ( ruleDeviceImplementation ) | ( ruleBusImplementation ) | ( ruleVirtualProcessorImplementation ) | ( ruleVirtualBusImplementation ) | ( ruleMemoryImplementation ) | ( ruleSubprogramImplementation ) | ( ruleSubprogramGroupImplementation ) | ( ruleDataImplementation ) )
int alt187=14;
alt187 = dfa187.predict(input);
switch (alt187) {
case 1 :
- // InternalAadl2Parser.g:10326:2: ( ruleAbstractImplementation )
+ // InternalAadl2Parser.g:9376:2: ( ruleAbstractImplementation )
{
- // InternalAadl2Parser.g:10326:2: ( ruleAbstractImplementation )
- // InternalAadl2Parser.g:10327:3: ruleAbstractImplementation
+ // InternalAadl2Parser.g:9376:2: ( ruleAbstractImplementation )
+ // InternalAadl2Parser.g:9377:3: ruleAbstractImplementation
{
before(grammarAccess.getComponentImplementationAccess().getAbstractImplementationParserRuleCall_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -47600,10 +44797,10 @@ public final void rule__ComponentImplementation__Alternatives() throws Recogniti
}
break;
case 2 :
- // InternalAadl2Parser.g:10332:2: ( ruleSystemImplementation )
+ // InternalAadl2Parser.g:9382:2: ( ruleSystemImplementation )
{
- // InternalAadl2Parser.g:10332:2: ( ruleSystemImplementation )
- // InternalAadl2Parser.g:10333:3: ruleSystemImplementation
+ // InternalAadl2Parser.g:9382:2: ( ruleSystemImplementation )
+ // InternalAadl2Parser.g:9383:3: ruleSystemImplementation
{
before(grammarAccess.getComponentImplementationAccess().getSystemImplementationParserRuleCall_1());
pushFollow(FollowSets000.FOLLOW_2);
@@ -47619,10 +44816,10 @@ public final void rule__ComponentImplementation__Alternatives() throws Recogniti
}
break;
case 3 :
- // InternalAadl2Parser.g:10338:2: ( ruleProcessorImplementation )
+ // InternalAadl2Parser.g:9388:2: ( ruleProcessorImplementation )
{
- // InternalAadl2Parser.g:10338:2: ( ruleProcessorImplementation )
- // InternalAadl2Parser.g:10339:3: ruleProcessorImplementation
+ // InternalAadl2Parser.g:9388:2: ( ruleProcessorImplementation )
+ // InternalAadl2Parser.g:9389:3: ruleProcessorImplementation
{
before(grammarAccess.getComponentImplementationAccess().getProcessorImplementationParserRuleCall_2());
pushFollow(FollowSets000.FOLLOW_2);
@@ -47638,10 +44835,10 @@ public final void rule__ComponentImplementation__Alternatives() throws Recogniti
}
break;
case 4 :
- // InternalAadl2Parser.g:10344:2: ( ruleProcessImplementation )
+ // InternalAadl2Parser.g:9394:2: ( ruleProcessImplementation )
{
- // InternalAadl2Parser.g:10344:2: ( ruleProcessImplementation )
- // InternalAadl2Parser.g:10345:3: ruleProcessImplementation
+ // InternalAadl2Parser.g:9394:2: ( ruleProcessImplementation )
+ // InternalAadl2Parser.g:9395:3: ruleProcessImplementation
{
before(grammarAccess.getComponentImplementationAccess().getProcessImplementationParserRuleCall_3());
pushFollow(FollowSets000.FOLLOW_2);
@@ -47657,10 +44854,10 @@ public final void rule__ComponentImplementation__Alternatives() throws Recogniti
}
break;
case 5 :
- // InternalAadl2Parser.g:10350:2: ( ruleThreadGroupImplementation )
+ // InternalAadl2Parser.g:9400:2: ( ruleThreadGroupImplementation )
{
- // InternalAadl2Parser.g:10350:2: ( ruleThreadGroupImplementation )
- // InternalAadl2Parser.g:10351:3: ruleThreadGroupImplementation
+ // InternalAadl2Parser.g:9400:2: ( ruleThreadGroupImplementation )
+ // InternalAadl2Parser.g:9401:3: ruleThreadGroupImplementation
{
before(grammarAccess.getComponentImplementationAccess().getThreadGroupImplementationParserRuleCall_4());
pushFollow(FollowSets000.FOLLOW_2);
@@ -47676,10 +44873,10 @@ public final void rule__ComponentImplementation__Alternatives() throws Recogniti
}
break;
case 6 :
- // InternalAadl2Parser.g:10356:2: ( ruleThreadImplementation )
+ // InternalAadl2Parser.g:9406:2: ( ruleThreadImplementation )
{
- // InternalAadl2Parser.g:10356:2: ( ruleThreadImplementation )
- // InternalAadl2Parser.g:10357:3: ruleThreadImplementation
+ // InternalAadl2Parser.g:9406:2: ( ruleThreadImplementation )
+ // InternalAadl2Parser.g:9407:3: ruleThreadImplementation
{
before(grammarAccess.getComponentImplementationAccess().getThreadImplementationParserRuleCall_5());
pushFollow(FollowSets000.FOLLOW_2);
@@ -47695,10 +44892,10 @@ public final void rule__ComponentImplementation__Alternatives() throws Recogniti
}
break;
case 7 :
- // InternalAadl2Parser.g:10362:2: ( ruleDeviceImplementation )
+ // InternalAadl2Parser.g:9412:2: ( ruleDeviceImplementation )
{
- // InternalAadl2Parser.g:10362:2: ( ruleDeviceImplementation )
- // InternalAadl2Parser.g:10363:3: ruleDeviceImplementation
+ // InternalAadl2Parser.g:9412:2: ( ruleDeviceImplementation )
+ // InternalAadl2Parser.g:9413:3: ruleDeviceImplementation
{
before(grammarAccess.getComponentImplementationAccess().getDeviceImplementationParserRuleCall_6());
pushFollow(FollowSets000.FOLLOW_2);
@@ -47714,10 +44911,10 @@ public final void rule__ComponentImplementation__Alternatives() throws Recogniti
}
break;
case 8 :
- // InternalAadl2Parser.g:10368:2: ( ruleBusImplementation )
+ // InternalAadl2Parser.g:9418:2: ( ruleBusImplementation )
{
- // InternalAadl2Parser.g:10368:2: ( ruleBusImplementation )
- // InternalAadl2Parser.g:10369:3: ruleBusImplementation
+ // InternalAadl2Parser.g:9418:2: ( ruleBusImplementation )
+ // InternalAadl2Parser.g:9419:3: ruleBusImplementation
{
before(grammarAccess.getComponentImplementationAccess().getBusImplementationParserRuleCall_7());
pushFollow(FollowSets000.FOLLOW_2);
@@ -47733,10 +44930,10 @@ public final void rule__ComponentImplementation__Alternatives() throws Recogniti
}
break;
case 9 :
- // InternalAadl2Parser.g:10374:2: ( ruleVirtualProcessorImplementation )
+ // InternalAadl2Parser.g:9424:2: ( ruleVirtualProcessorImplementation )
{
- // InternalAadl2Parser.g:10374:2: ( ruleVirtualProcessorImplementation )
- // InternalAadl2Parser.g:10375:3: ruleVirtualProcessorImplementation
+ // InternalAadl2Parser.g:9424:2: ( ruleVirtualProcessorImplementation )
+ // InternalAadl2Parser.g:9425:3: ruleVirtualProcessorImplementation
{
before(grammarAccess.getComponentImplementationAccess().getVirtualProcessorImplementationParserRuleCall_8());
pushFollow(FollowSets000.FOLLOW_2);
@@ -47752,10 +44949,10 @@ public final void rule__ComponentImplementation__Alternatives() throws Recogniti
}
break;
case 10 :
- // InternalAadl2Parser.g:10380:2: ( ruleVirtualBusImplementation )
+ // InternalAadl2Parser.g:9430:2: ( ruleVirtualBusImplementation )
{
- // InternalAadl2Parser.g:10380:2: ( ruleVirtualBusImplementation )
- // InternalAadl2Parser.g:10381:3: ruleVirtualBusImplementation
+ // InternalAadl2Parser.g:9430:2: ( ruleVirtualBusImplementation )
+ // InternalAadl2Parser.g:9431:3: ruleVirtualBusImplementation
{
before(grammarAccess.getComponentImplementationAccess().getVirtualBusImplementationParserRuleCall_9());
pushFollow(FollowSets000.FOLLOW_2);
@@ -47771,10 +44968,10 @@ public final void rule__ComponentImplementation__Alternatives() throws Recogniti
}
break;
case 11 :
- // InternalAadl2Parser.g:10386:2: ( ruleMemoryImplementation )
+ // InternalAadl2Parser.g:9436:2: ( ruleMemoryImplementation )
{
- // InternalAadl2Parser.g:10386:2: ( ruleMemoryImplementation )
- // InternalAadl2Parser.g:10387:3: ruleMemoryImplementation
+ // InternalAadl2Parser.g:9436:2: ( ruleMemoryImplementation )
+ // InternalAadl2Parser.g:9437:3: ruleMemoryImplementation
{
before(grammarAccess.getComponentImplementationAccess().getMemoryImplementationParserRuleCall_10());
pushFollow(FollowSets000.FOLLOW_2);
@@ -47790,10 +44987,10 @@ public final void rule__ComponentImplementation__Alternatives() throws Recogniti
}
break;
case 12 :
- // InternalAadl2Parser.g:10392:2: ( ruleSubprogramImplementation )
+ // InternalAadl2Parser.g:9442:2: ( ruleSubprogramImplementation )
{
- // InternalAadl2Parser.g:10392:2: ( ruleSubprogramImplementation )
- // InternalAadl2Parser.g:10393:3: ruleSubprogramImplementation
+ // InternalAadl2Parser.g:9442:2: ( ruleSubprogramImplementation )
+ // InternalAadl2Parser.g:9443:3: ruleSubprogramImplementation
{
before(grammarAccess.getComponentImplementationAccess().getSubprogramImplementationParserRuleCall_11());
pushFollow(FollowSets000.FOLLOW_2);
@@ -47809,10 +45006,10 @@ public final void rule__ComponentImplementation__Alternatives() throws Recogniti
}
break;
case 13 :
- // InternalAadl2Parser.g:10398:2: ( ruleSubprogramGroupImplementation )
+ // InternalAadl2Parser.g:9448:2: ( ruleSubprogramGroupImplementation )
{
- // InternalAadl2Parser.g:10398:2: ( ruleSubprogramGroupImplementation )
- // InternalAadl2Parser.g:10399:3: ruleSubprogramGroupImplementation
+ // InternalAadl2Parser.g:9448:2: ( ruleSubprogramGroupImplementation )
+ // InternalAadl2Parser.g:9449:3: ruleSubprogramGroupImplementation
{
before(grammarAccess.getComponentImplementationAccess().getSubprogramGroupImplementationParserRuleCall_12());
pushFollow(FollowSets000.FOLLOW_2);
@@ -47828,10 +45025,10 @@ public final void rule__ComponentImplementation__Alternatives() throws Recogniti
}
break;
case 14 :
- // InternalAadl2Parser.g:10404:2: ( ruleDataImplementation )
+ // InternalAadl2Parser.g:9454:2: ( ruleDataImplementation )
{
- // InternalAadl2Parser.g:10404:2: ( ruleDataImplementation )
- // InternalAadl2Parser.g:10405:3: ruleDataImplementation
+ // InternalAadl2Parser.g:9454:2: ( ruleDataImplementation )
+ // InternalAadl2Parser.g:9455:3: ruleDataImplementation
{
before(grammarAccess.getComponentImplementationAccess().getDataImplementationParserRuleCall_13());
pushFollow(FollowSets000.FOLLOW_2);
@@ -47863,14 +45060,14 @@ public final void rule__ComponentImplementation__Alternatives() throws Recogniti
// $ANTLR end "rule__ComponentImplementation__Alternatives"
- // $ANTLR start "rule__AbstractImplementation__Alternatives_6_1"
- // InternalAadl2Parser.g:10414:1: rule__AbstractImplementation__Alternatives_6_1 : ( ( ( ( rule__AbstractImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__AbstractImplementation__OwnedPrototypeAssignment_6_1_0 )* ) ) | ( ( rule__AbstractImplementation__Group_6_1_1__0 ) ) );
- public final void rule__AbstractImplementation__Alternatives_6_1() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Alternatives_7_1"
+ // InternalAadl2Parser.g:9464:1: rule__AbstractImplementation__Alternatives_7_1 : ( ( ( ( rule__AbstractImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__AbstractImplementation__OwnedPrototypeAssignment_7_1_0 )* ) ) | ( ( rule__AbstractImplementation__Group_7_1_1__0 ) ) );
+ public final void rule__AbstractImplementation__Alternatives_7_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:10418:1: ( ( ( ( rule__AbstractImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__AbstractImplementation__OwnedPrototypeAssignment_6_1_0 )* ) ) | ( ( rule__AbstractImplementation__Group_6_1_1__0 ) ) )
+ // InternalAadl2Parser.g:9468:1: ( ( ( ( rule__AbstractImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__AbstractImplementation__OwnedPrototypeAssignment_7_1_0 )* ) ) | ( ( rule__AbstractImplementation__Group_7_1_1__0 ) ) )
int alt189=2;
int LA189_0 = input.LA(1);
@@ -47888,35 +45085,35 @@ else if ( (LA189_0==None) ) {
}
switch (alt189) {
case 1 :
- // InternalAadl2Parser.g:10419:2: ( ( ( rule__AbstractImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__AbstractImplementation__OwnedPrototypeAssignment_6_1_0 )* ) )
+ // InternalAadl2Parser.g:9469:2: ( ( ( rule__AbstractImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__AbstractImplementation__OwnedPrototypeAssignment_7_1_0 )* ) )
{
- // InternalAadl2Parser.g:10419:2: ( ( ( rule__AbstractImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__AbstractImplementation__OwnedPrototypeAssignment_6_1_0 )* ) )
- // InternalAadl2Parser.g:10420:3: ( ( rule__AbstractImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__AbstractImplementation__OwnedPrototypeAssignment_6_1_0 )* )
+ // InternalAadl2Parser.g:9469:2: ( ( ( rule__AbstractImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__AbstractImplementation__OwnedPrototypeAssignment_7_1_0 )* ) )
+ // InternalAadl2Parser.g:9470:3: ( ( rule__AbstractImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__AbstractImplementation__OwnedPrototypeAssignment_7_1_0 )* )
{
- // InternalAadl2Parser.g:10420:3: ( ( rule__AbstractImplementation__OwnedPrototypeAssignment_6_1_0 ) )
- // InternalAadl2Parser.g:10421:4: ( rule__AbstractImplementation__OwnedPrototypeAssignment_6_1_0 )
+ // InternalAadl2Parser.g:9470:3: ( ( rule__AbstractImplementation__OwnedPrototypeAssignment_7_1_0 ) )
+ // InternalAadl2Parser.g:9471:4: ( rule__AbstractImplementation__OwnedPrototypeAssignment_7_1_0 )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
- // InternalAadl2Parser.g:10422:4: ( rule__AbstractImplementation__OwnedPrototypeAssignment_6_1_0 )
- // InternalAadl2Parser.g:10422:5: rule__AbstractImplementation__OwnedPrototypeAssignment_6_1_0
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
+ // InternalAadl2Parser.g:9472:4: ( rule__AbstractImplementation__OwnedPrototypeAssignment_7_1_0 )
+ // InternalAadl2Parser.g:9472:5: rule__AbstractImplementation__OwnedPrototypeAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__AbstractImplementation__OwnedPrototypeAssignment_6_1_0();
+ rule__AbstractImplementation__OwnedPrototypeAssignment_7_1_0();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
}
- // InternalAadl2Parser.g:10425:3: ( ( rule__AbstractImplementation__OwnedPrototypeAssignment_6_1_0 )* )
- // InternalAadl2Parser.g:10426:4: ( rule__AbstractImplementation__OwnedPrototypeAssignment_6_1_0 )*
+ // InternalAadl2Parser.g:9475:3: ( ( rule__AbstractImplementation__OwnedPrototypeAssignment_7_1_0 )* )
+ // InternalAadl2Parser.g:9476:4: ( rule__AbstractImplementation__OwnedPrototypeAssignment_7_1_0 )*
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
- // InternalAadl2Parser.g:10427:4: ( rule__AbstractImplementation__OwnedPrototypeAssignment_6_1_0 )*
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
+ // InternalAadl2Parser.g:9477:4: ( rule__AbstractImplementation__OwnedPrototypeAssignment_7_1_0 )*
loop188:
do {
int alt188=2;
@@ -47929,10 +45126,10 @@ else if ( (LA189_0==None) ) {
switch (alt188) {
case 1 :
- // InternalAadl2Parser.g:10427:5: rule__AbstractImplementation__OwnedPrototypeAssignment_6_1_0
+ // InternalAadl2Parser.g:9477:5: rule__AbstractImplementation__OwnedPrototypeAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__AbstractImplementation__OwnedPrototypeAssignment_6_1_0();
+ rule__AbstractImplementation__OwnedPrototypeAssignment_7_1_0();
state._fsp--;
@@ -47945,7 +45142,7 @@ else if ( (LA189_0==None) ) {
}
} while (true);
- after(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
}
@@ -47956,24 +45153,24 @@ else if ( (LA189_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:10432:2: ( ( rule__AbstractImplementation__Group_6_1_1__0 ) )
+ // InternalAadl2Parser.g:9482:2: ( ( rule__AbstractImplementation__Group_7_1_1__0 ) )
{
- // InternalAadl2Parser.g:10432:2: ( ( rule__AbstractImplementation__Group_6_1_1__0 ) )
- // InternalAadl2Parser.g:10433:3: ( rule__AbstractImplementation__Group_6_1_1__0 )
+ // InternalAadl2Parser.g:9482:2: ( ( rule__AbstractImplementation__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:9483:3: ( rule__AbstractImplementation__Group_7_1_1__0 )
{
- before(grammarAccess.getAbstractImplementationAccess().getGroup_6_1_1());
- // InternalAadl2Parser.g:10434:3: ( rule__AbstractImplementation__Group_6_1_1__0 )
- // InternalAadl2Parser.g:10434:4: rule__AbstractImplementation__Group_6_1_1__0
+ before(grammarAccess.getAbstractImplementationAccess().getGroup_7_1_1());
+ // InternalAadl2Parser.g:9484:3: ( rule__AbstractImplementation__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:9484:4: rule__AbstractImplementation__Group_7_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_6_1_1__0();
+ rule__AbstractImplementation__Group_7_1_1__0();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getGroup_6_1_1());
+ after(grammarAccess.getAbstractImplementationAccess().getGroup_7_1_1());
}
@@ -47994,17 +45191,17 @@ else if ( (LA189_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Alternatives_6_1"
+ // $ANTLR end "rule__AbstractImplementation__Alternatives_7_1"
- // $ANTLR start "rule__AbstractImplementation__Alternatives_7_1"
- // InternalAadl2Parser.g:10442:1: rule__AbstractImplementation__Alternatives_7_1 : ( ( ( ( rule__AbstractImplementation__Alternatives_7_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_7_1_0 )* ) ) | ( ( rule__AbstractImplementation__Group_7_1_1__0 ) ) );
- public final void rule__AbstractImplementation__Alternatives_7_1() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Alternatives_8_1"
+ // InternalAadl2Parser.g:9492:1: rule__AbstractImplementation__Alternatives_8_1 : ( ( ( ( rule__AbstractImplementation__Alternatives_8_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_8_1_0 )* ) ) | ( ( rule__AbstractImplementation__Group_8_1_1__0 ) ) );
+ public final void rule__AbstractImplementation__Alternatives_8_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:10446:1: ( ( ( ( rule__AbstractImplementation__Alternatives_7_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_7_1_0 )* ) ) | ( ( rule__AbstractImplementation__Group_7_1_1__0 ) ) )
+ // InternalAadl2Parser.g:9496:1: ( ( ( ( rule__AbstractImplementation__Alternatives_8_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_8_1_0 )* ) ) | ( ( rule__AbstractImplementation__Group_8_1_1__0 ) ) )
int alt191=2;
int LA191_0 = input.LA(1);
@@ -48022,35 +45219,35 @@ else if ( (LA191_0==None) ) {
}
switch (alt191) {
case 1 :
- // InternalAadl2Parser.g:10447:2: ( ( ( rule__AbstractImplementation__Alternatives_7_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_7_1_0 )* ) )
+ // InternalAadl2Parser.g:9497:2: ( ( ( rule__AbstractImplementation__Alternatives_8_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_8_1_0 )* ) )
{
- // InternalAadl2Parser.g:10447:2: ( ( ( rule__AbstractImplementation__Alternatives_7_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_7_1_0 )* ) )
- // InternalAadl2Parser.g:10448:3: ( ( rule__AbstractImplementation__Alternatives_7_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_7_1_0 )* )
+ // InternalAadl2Parser.g:9497:2: ( ( ( rule__AbstractImplementation__Alternatives_8_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_8_1_0 )* ) )
+ // InternalAadl2Parser.g:9498:3: ( ( rule__AbstractImplementation__Alternatives_8_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_8_1_0 )* )
{
- // InternalAadl2Parser.g:10448:3: ( ( rule__AbstractImplementation__Alternatives_7_1_0 ) )
- // InternalAadl2Parser.g:10449:4: ( rule__AbstractImplementation__Alternatives_7_1_0 )
+ // InternalAadl2Parser.g:9498:3: ( ( rule__AbstractImplementation__Alternatives_8_1_0 ) )
+ // InternalAadl2Parser.g:9499:4: ( rule__AbstractImplementation__Alternatives_8_1_0 )
{
- before(grammarAccess.getAbstractImplementationAccess().getAlternatives_7_1_0());
- // InternalAadl2Parser.g:10450:4: ( rule__AbstractImplementation__Alternatives_7_1_0 )
- // InternalAadl2Parser.g:10450:5: rule__AbstractImplementation__Alternatives_7_1_0
+ before(grammarAccess.getAbstractImplementationAccess().getAlternatives_8_1_0());
+ // InternalAadl2Parser.g:9500:4: ( rule__AbstractImplementation__Alternatives_8_1_0 )
+ // InternalAadl2Parser.g:9500:5: rule__AbstractImplementation__Alternatives_8_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__AbstractImplementation__Alternatives_7_1_0();
+ rule__AbstractImplementation__Alternatives_8_1_0();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getAlternatives_7_1_0());
+ after(grammarAccess.getAbstractImplementationAccess().getAlternatives_8_1_0());
}
- // InternalAadl2Parser.g:10453:3: ( ( rule__AbstractImplementation__Alternatives_7_1_0 )* )
- // InternalAadl2Parser.g:10454:4: ( rule__AbstractImplementation__Alternatives_7_1_0 )*
+ // InternalAadl2Parser.g:9503:3: ( ( rule__AbstractImplementation__Alternatives_8_1_0 )* )
+ // InternalAadl2Parser.g:9504:4: ( rule__AbstractImplementation__Alternatives_8_1_0 )*
{
- before(grammarAccess.getAbstractImplementationAccess().getAlternatives_7_1_0());
- // InternalAadl2Parser.g:10455:4: ( rule__AbstractImplementation__Alternatives_7_1_0 )*
+ before(grammarAccess.getAbstractImplementationAccess().getAlternatives_8_1_0());
+ // InternalAadl2Parser.g:9505:4: ( rule__AbstractImplementation__Alternatives_8_1_0 )*
loop190:
do {
int alt190=2;
@@ -48063,10 +45260,10 @@ else if ( (LA191_0==None) ) {
switch (alt190) {
case 1 :
- // InternalAadl2Parser.g:10455:5: rule__AbstractImplementation__Alternatives_7_1_0
+ // InternalAadl2Parser.g:9505:5: rule__AbstractImplementation__Alternatives_8_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__AbstractImplementation__Alternatives_7_1_0();
+ rule__AbstractImplementation__Alternatives_8_1_0();
state._fsp--;
@@ -48079,7 +45276,7 @@ else if ( (LA191_0==None) ) {
}
} while (true);
- after(grammarAccess.getAbstractImplementationAccess().getAlternatives_7_1_0());
+ after(grammarAccess.getAbstractImplementationAccess().getAlternatives_8_1_0());
}
@@ -48090,24 +45287,24 @@ else if ( (LA191_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:10460:2: ( ( rule__AbstractImplementation__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:9510:2: ( ( rule__AbstractImplementation__Group_8_1_1__0 ) )
{
- // InternalAadl2Parser.g:10460:2: ( ( rule__AbstractImplementation__Group_7_1_1__0 ) )
- // InternalAadl2Parser.g:10461:3: ( rule__AbstractImplementation__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:9510:2: ( ( rule__AbstractImplementation__Group_8_1_1__0 ) )
+ // InternalAadl2Parser.g:9511:3: ( rule__AbstractImplementation__Group_8_1_1__0 )
{
- before(grammarAccess.getAbstractImplementationAccess().getGroup_7_1_1());
- // InternalAadl2Parser.g:10462:3: ( rule__AbstractImplementation__Group_7_1_1__0 )
- // InternalAadl2Parser.g:10462:4: rule__AbstractImplementation__Group_7_1_1__0
+ before(grammarAccess.getAbstractImplementationAccess().getGroup_8_1_1());
+ // InternalAadl2Parser.g:9512:3: ( rule__AbstractImplementation__Group_8_1_1__0 )
+ // InternalAadl2Parser.g:9512:4: rule__AbstractImplementation__Group_8_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_7_1_1__0();
+ rule__AbstractImplementation__Group_8_1_1__0();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getGroup_7_1_1());
+ after(grammarAccess.getAbstractImplementationAccess().getGroup_8_1_1());
}
@@ -48128,39 +45325,39 @@ else if ( (LA191_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Alternatives_7_1"
+ // $ANTLR end "rule__AbstractImplementation__Alternatives_8_1"
- // $ANTLR start "rule__AbstractImplementation__Alternatives_7_1_0"
- // InternalAadl2Parser.g:10470:1: rule__AbstractImplementation__Alternatives_7_1_0 : ( ( ( rule__AbstractImplementation__OwnedSystemSubcomponentAssignment_7_1_0_0 ) ) | ( ( rule__AbstractImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1 ) ) | ( ( rule__AbstractImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2 ) ) | ( ( rule__AbstractImplementation__OwnedThreadSubcomponentAssignment_7_1_0_3 ) ) | ( ( rule__AbstractImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_4 ) ) | ( ( rule__AbstractImplementation__OwnedProcessSubcomponentAssignment_7_1_0_5 ) ) | ( ( rule__AbstractImplementation__OwnedProcessorSubcomponentAssignment_7_1_0_6 ) ) | ( ( rule__AbstractImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_7 ) ) | ( ( rule__AbstractImplementation__OwnedMemorySubcomponentAssignment_7_1_0_8 ) ) | ( ( rule__AbstractImplementation__OwnedDeviceSubcomponentAssignment_7_1_0_9 ) ) | ( ( rule__AbstractImplementation__OwnedBusSubcomponentAssignment_7_1_0_10 ) ) | ( ( rule__AbstractImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_11 ) ) | ( ( rule__AbstractImplementation__OwnedDataSubcomponentAssignment_7_1_0_12 ) ) | ( ( rule__AbstractImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_13 ) ) );
- public final void rule__AbstractImplementation__Alternatives_7_1_0() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Alternatives_8_1_0"
+ // InternalAadl2Parser.g:9520:1: rule__AbstractImplementation__Alternatives_8_1_0 : ( ( ( rule__AbstractImplementation__OwnedSystemSubcomponentAssignment_8_1_0_0 ) ) | ( ( rule__AbstractImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1 ) ) | ( ( rule__AbstractImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_2 ) ) | ( ( rule__AbstractImplementation__OwnedThreadSubcomponentAssignment_8_1_0_3 ) ) | ( ( rule__AbstractImplementation__OwnedThreadGroupSubcomponentAssignment_8_1_0_4 ) ) | ( ( rule__AbstractImplementation__OwnedProcessSubcomponentAssignment_8_1_0_5 ) ) | ( ( rule__AbstractImplementation__OwnedProcessorSubcomponentAssignment_8_1_0_6 ) ) | ( ( rule__AbstractImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_7 ) ) | ( ( rule__AbstractImplementation__OwnedMemorySubcomponentAssignment_8_1_0_8 ) ) | ( ( rule__AbstractImplementation__OwnedDeviceSubcomponentAssignment_8_1_0_9 ) ) | ( ( rule__AbstractImplementation__OwnedBusSubcomponentAssignment_8_1_0_10 ) ) | ( ( rule__AbstractImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_11 ) ) | ( ( rule__AbstractImplementation__OwnedDataSubcomponentAssignment_8_1_0_12 ) ) | ( ( rule__AbstractImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_13 ) ) );
+ public final void rule__AbstractImplementation__Alternatives_8_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:10474:1: ( ( ( rule__AbstractImplementation__OwnedSystemSubcomponentAssignment_7_1_0_0 ) ) | ( ( rule__AbstractImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1 ) ) | ( ( rule__AbstractImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2 ) ) | ( ( rule__AbstractImplementation__OwnedThreadSubcomponentAssignment_7_1_0_3 ) ) | ( ( rule__AbstractImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_4 ) ) | ( ( rule__AbstractImplementation__OwnedProcessSubcomponentAssignment_7_1_0_5 ) ) | ( ( rule__AbstractImplementation__OwnedProcessorSubcomponentAssignment_7_1_0_6 ) ) | ( ( rule__AbstractImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_7 ) ) | ( ( rule__AbstractImplementation__OwnedMemorySubcomponentAssignment_7_1_0_8 ) ) | ( ( rule__AbstractImplementation__OwnedDeviceSubcomponentAssignment_7_1_0_9 ) ) | ( ( rule__AbstractImplementation__OwnedBusSubcomponentAssignment_7_1_0_10 ) ) | ( ( rule__AbstractImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_11 ) ) | ( ( rule__AbstractImplementation__OwnedDataSubcomponentAssignment_7_1_0_12 ) ) | ( ( rule__AbstractImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_13 ) ) )
+ // InternalAadl2Parser.g:9524:1: ( ( ( rule__AbstractImplementation__OwnedSystemSubcomponentAssignment_8_1_0_0 ) ) | ( ( rule__AbstractImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1 ) ) | ( ( rule__AbstractImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_2 ) ) | ( ( rule__AbstractImplementation__OwnedThreadSubcomponentAssignment_8_1_0_3 ) ) | ( ( rule__AbstractImplementation__OwnedThreadGroupSubcomponentAssignment_8_1_0_4 ) ) | ( ( rule__AbstractImplementation__OwnedProcessSubcomponentAssignment_8_1_0_5 ) ) | ( ( rule__AbstractImplementation__OwnedProcessorSubcomponentAssignment_8_1_0_6 ) ) | ( ( rule__AbstractImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_7 ) ) | ( ( rule__AbstractImplementation__OwnedMemorySubcomponentAssignment_8_1_0_8 ) ) | ( ( rule__AbstractImplementation__OwnedDeviceSubcomponentAssignment_8_1_0_9 ) ) | ( ( rule__AbstractImplementation__OwnedBusSubcomponentAssignment_8_1_0_10 ) ) | ( ( rule__AbstractImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_11 ) ) | ( ( rule__AbstractImplementation__OwnedDataSubcomponentAssignment_8_1_0_12 ) ) | ( ( rule__AbstractImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_13 ) ) )
int alt192=14;
alt192 = dfa192.predict(input);
switch (alt192) {
case 1 :
- // InternalAadl2Parser.g:10475:2: ( ( rule__AbstractImplementation__OwnedSystemSubcomponentAssignment_7_1_0_0 ) )
+ // InternalAadl2Parser.g:9525:2: ( ( rule__AbstractImplementation__OwnedSystemSubcomponentAssignment_8_1_0_0 ) )
{
- // InternalAadl2Parser.g:10475:2: ( ( rule__AbstractImplementation__OwnedSystemSubcomponentAssignment_7_1_0_0 ) )
- // InternalAadl2Parser.g:10476:3: ( rule__AbstractImplementation__OwnedSystemSubcomponentAssignment_7_1_0_0 )
+ // InternalAadl2Parser.g:9525:2: ( ( rule__AbstractImplementation__OwnedSystemSubcomponentAssignment_8_1_0_0 ) )
+ // InternalAadl2Parser.g:9526:3: ( rule__AbstractImplementation__OwnedSystemSubcomponentAssignment_8_1_0_0 )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedSystemSubcomponentAssignment_7_1_0_0());
- // InternalAadl2Parser.g:10477:3: ( rule__AbstractImplementation__OwnedSystemSubcomponentAssignment_7_1_0_0 )
- // InternalAadl2Parser.g:10477:4: rule__AbstractImplementation__OwnedSystemSubcomponentAssignment_7_1_0_0
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedSystemSubcomponentAssignment_8_1_0_0());
+ // InternalAadl2Parser.g:9527:3: ( rule__AbstractImplementation__OwnedSystemSubcomponentAssignment_8_1_0_0 )
+ // InternalAadl2Parser.g:9527:4: rule__AbstractImplementation__OwnedSystemSubcomponentAssignment_8_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__OwnedSystemSubcomponentAssignment_7_1_0_0();
+ rule__AbstractImplementation__OwnedSystemSubcomponentAssignment_8_1_0_0();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getOwnedSystemSubcomponentAssignment_7_1_0_0());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedSystemSubcomponentAssignment_8_1_0_0());
}
@@ -48168,24 +45365,24 @@ public final void rule__AbstractImplementation__Alternatives_7_1_0() throws Reco
}
break;
case 2 :
- // InternalAadl2Parser.g:10481:2: ( ( rule__AbstractImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1 ) )
+ // InternalAadl2Parser.g:9531:2: ( ( rule__AbstractImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1 ) )
{
- // InternalAadl2Parser.g:10481:2: ( ( rule__AbstractImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1 ) )
- // InternalAadl2Parser.g:10482:3: ( rule__AbstractImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1 )
+ // InternalAadl2Parser.g:9531:2: ( ( rule__AbstractImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1 ) )
+ // InternalAadl2Parser.g:9532:3: ( rule__AbstractImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1 )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_1());
- // InternalAadl2Parser.g:10483:3: ( rule__AbstractImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1 )
- // InternalAadl2Parser.g:10483:4: rule__AbstractImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramSubcomponentAssignment_8_1_0_1());
+ // InternalAadl2Parser.g:9533:3: ( rule__AbstractImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1 )
+ // InternalAadl2Parser.g:9533:4: rule__AbstractImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1();
+ rule__AbstractImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_1());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramSubcomponentAssignment_8_1_0_1());
}
@@ -48193,24 +45390,24 @@ public final void rule__AbstractImplementation__Alternatives_7_1_0() throws Reco
}
break;
case 3 :
- // InternalAadl2Parser.g:10487:2: ( ( rule__AbstractImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2 ) )
+ // InternalAadl2Parser.g:9537:2: ( ( rule__AbstractImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_2 ) )
{
- // InternalAadl2Parser.g:10487:2: ( ( rule__AbstractImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2 ) )
- // InternalAadl2Parser.g:10488:3: ( rule__AbstractImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2 )
+ // InternalAadl2Parser.g:9537:2: ( ( rule__AbstractImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_2 ) )
+ // InternalAadl2Parser.g:9538:3: ( rule__AbstractImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_2 )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_7_1_0_2());
- // InternalAadl2Parser.g:10489:3: ( rule__AbstractImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2 )
- // InternalAadl2Parser.g:10489:4: rule__AbstractImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_8_1_0_2());
+ // InternalAadl2Parser.g:9539:3: ( rule__AbstractImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_2 )
+ // InternalAadl2Parser.g:9539:4: rule__AbstractImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_2
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2();
+ rule__AbstractImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_2();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_7_1_0_2());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_8_1_0_2());
}
@@ -48218,24 +45415,24 @@ public final void rule__AbstractImplementation__Alternatives_7_1_0() throws Reco
}
break;
case 4 :
- // InternalAadl2Parser.g:10493:2: ( ( rule__AbstractImplementation__OwnedThreadSubcomponentAssignment_7_1_0_3 ) )
+ // InternalAadl2Parser.g:9543:2: ( ( rule__AbstractImplementation__OwnedThreadSubcomponentAssignment_8_1_0_3 ) )
{
- // InternalAadl2Parser.g:10493:2: ( ( rule__AbstractImplementation__OwnedThreadSubcomponentAssignment_7_1_0_3 ) )
- // InternalAadl2Parser.g:10494:3: ( rule__AbstractImplementation__OwnedThreadSubcomponentAssignment_7_1_0_3 )
+ // InternalAadl2Parser.g:9543:2: ( ( rule__AbstractImplementation__OwnedThreadSubcomponentAssignment_8_1_0_3 ) )
+ // InternalAadl2Parser.g:9544:3: ( rule__AbstractImplementation__OwnedThreadSubcomponentAssignment_8_1_0_3 )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedThreadSubcomponentAssignment_7_1_0_3());
- // InternalAadl2Parser.g:10495:3: ( rule__AbstractImplementation__OwnedThreadSubcomponentAssignment_7_1_0_3 )
- // InternalAadl2Parser.g:10495:4: rule__AbstractImplementation__OwnedThreadSubcomponentAssignment_7_1_0_3
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedThreadSubcomponentAssignment_8_1_0_3());
+ // InternalAadl2Parser.g:9545:3: ( rule__AbstractImplementation__OwnedThreadSubcomponentAssignment_8_1_0_3 )
+ // InternalAadl2Parser.g:9545:4: rule__AbstractImplementation__OwnedThreadSubcomponentAssignment_8_1_0_3
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__OwnedThreadSubcomponentAssignment_7_1_0_3();
+ rule__AbstractImplementation__OwnedThreadSubcomponentAssignment_8_1_0_3();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getOwnedThreadSubcomponentAssignment_7_1_0_3());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedThreadSubcomponentAssignment_8_1_0_3());
}
@@ -48243,24 +45440,24 @@ public final void rule__AbstractImplementation__Alternatives_7_1_0() throws Reco
}
break;
case 5 :
- // InternalAadl2Parser.g:10499:2: ( ( rule__AbstractImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_4 ) )
+ // InternalAadl2Parser.g:9549:2: ( ( rule__AbstractImplementation__OwnedThreadGroupSubcomponentAssignment_8_1_0_4 ) )
{
- // InternalAadl2Parser.g:10499:2: ( ( rule__AbstractImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_4 ) )
- // InternalAadl2Parser.g:10500:3: ( rule__AbstractImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_4 )
+ // InternalAadl2Parser.g:9549:2: ( ( rule__AbstractImplementation__OwnedThreadGroupSubcomponentAssignment_8_1_0_4 ) )
+ // InternalAadl2Parser.g:9550:3: ( rule__AbstractImplementation__OwnedThreadGroupSubcomponentAssignment_8_1_0_4 )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedThreadGroupSubcomponentAssignment_7_1_0_4());
- // InternalAadl2Parser.g:10501:3: ( rule__AbstractImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_4 )
- // InternalAadl2Parser.g:10501:4: rule__AbstractImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_4
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedThreadGroupSubcomponentAssignment_8_1_0_4());
+ // InternalAadl2Parser.g:9551:3: ( rule__AbstractImplementation__OwnedThreadGroupSubcomponentAssignment_8_1_0_4 )
+ // InternalAadl2Parser.g:9551:4: rule__AbstractImplementation__OwnedThreadGroupSubcomponentAssignment_8_1_0_4
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_4();
+ rule__AbstractImplementation__OwnedThreadGroupSubcomponentAssignment_8_1_0_4();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getOwnedThreadGroupSubcomponentAssignment_7_1_0_4());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedThreadGroupSubcomponentAssignment_8_1_0_4());
}
@@ -48268,24 +45465,24 @@ public final void rule__AbstractImplementation__Alternatives_7_1_0() throws Reco
}
break;
case 6 :
- // InternalAadl2Parser.g:10505:2: ( ( rule__AbstractImplementation__OwnedProcessSubcomponentAssignment_7_1_0_5 ) )
+ // InternalAadl2Parser.g:9555:2: ( ( rule__AbstractImplementation__OwnedProcessSubcomponentAssignment_8_1_0_5 ) )
{
- // InternalAadl2Parser.g:10505:2: ( ( rule__AbstractImplementation__OwnedProcessSubcomponentAssignment_7_1_0_5 ) )
- // InternalAadl2Parser.g:10506:3: ( rule__AbstractImplementation__OwnedProcessSubcomponentAssignment_7_1_0_5 )
+ // InternalAadl2Parser.g:9555:2: ( ( rule__AbstractImplementation__OwnedProcessSubcomponentAssignment_8_1_0_5 ) )
+ // InternalAadl2Parser.g:9556:3: ( rule__AbstractImplementation__OwnedProcessSubcomponentAssignment_8_1_0_5 )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedProcessSubcomponentAssignment_7_1_0_5());
- // InternalAadl2Parser.g:10507:3: ( rule__AbstractImplementation__OwnedProcessSubcomponentAssignment_7_1_0_5 )
- // InternalAadl2Parser.g:10507:4: rule__AbstractImplementation__OwnedProcessSubcomponentAssignment_7_1_0_5
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedProcessSubcomponentAssignment_8_1_0_5());
+ // InternalAadl2Parser.g:9557:3: ( rule__AbstractImplementation__OwnedProcessSubcomponentAssignment_8_1_0_5 )
+ // InternalAadl2Parser.g:9557:4: rule__AbstractImplementation__OwnedProcessSubcomponentAssignment_8_1_0_5
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__OwnedProcessSubcomponentAssignment_7_1_0_5();
+ rule__AbstractImplementation__OwnedProcessSubcomponentAssignment_8_1_0_5();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getOwnedProcessSubcomponentAssignment_7_1_0_5());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedProcessSubcomponentAssignment_8_1_0_5());
}
@@ -48293,24 +45490,24 @@ public final void rule__AbstractImplementation__Alternatives_7_1_0() throws Reco
}
break;
case 7 :
- // InternalAadl2Parser.g:10511:2: ( ( rule__AbstractImplementation__OwnedProcessorSubcomponentAssignment_7_1_0_6 ) )
+ // InternalAadl2Parser.g:9561:2: ( ( rule__AbstractImplementation__OwnedProcessorSubcomponentAssignment_8_1_0_6 ) )
{
- // InternalAadl2Parser.g:10511:2: ( ( rule__AbstractImplementation__OwnedProcessorSubcomponentAssignment_7_1_0_6 ) )
- // InternalAadl2Parser.g:10512:3: ( rule__AbstractImplementation__OwnedProcessorSubcomponentAssignment_7_1_0_6 )
+ // InternalAadl2Parser.g:9561:2: ( ( rule__AbstractImplementation__OwnedProcessorSubcomponentAssignment_8_1_0_6 ) )
+ // InternalAadl2Parser.g:9562:3: ( rule__AbstractImplementation__OwnedProcessorSubcomponentAssignment_8_1_0_6 )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedProcessorSubcomponentAssignment_7_1_0_6());
- // InternalAadl2Parser.g:10513:3: ( rule__AbstractImplementation__OwnedProcessorSubcomponentAssignment_7_1_0_6 )
- // InternalAadl2Parser.g:10513:4: rule__AbstractImplementation__OwnedProcessorSubcomponentAssignment_7_1_0_6
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedProcessorSubcomponentAssignment_8_1_0_6());
+ // InternalAadl2Parser.g:9563:3: ( rule__AbstractImplementation__OwnedProcessorSubcomponentAssignment_8_1_0_6 )
+ // InternalAadl2Parser.g:9563:4: rule__AbstractImplementation__OwnedProcessorSubcomponentAssignment_8_1_0_6
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__OwnedProcessorSubcomponentAssignment_7_1_0_6();
+ rule__AbstractImplementation__OwnedProcessorSubcomponentAssignment_8_1_0_6();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getOwnedProcessorSubcomponentAssignment_7_1_0_6());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedProcessorSubcomponentAssignment_8_1_0_6());
}
@@ -48318,24 +45515,24 @@ public final void rule__AbstractImplementation__Alternatives_7_1_0() throws Reco
}
break;
case 8 :
- // InternalAadl2Parser.g:10517:2: ( ( rule__AbstractImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_7 ) )
+ // InternalAadl2Parser.g:9567:2: ( ( rule__AbstractImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_7 ) )
{
- // InternalAadl2Parser.g:10517:2: ( ( rule__AbstractImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_7 ) )
- // InternalAadl2Parser.g:10518:3: ( rule__AbstractImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_7 )
+ // InternalAadl2Parser.g:9567:2: ( ( rule__AbstractImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_7 ) )
+ // InternalAadl2Parser.g:9568:3: ( rule__AbstractImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_7 )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_7_1_0_7());
- // InternalAadl2Parser.g:10519:3: ( rule__AbstractImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_7 )
- // InternalAadl2Parser.g:10519:4: rule__AbstractImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_7
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_8_1_0_7());
+ // InternalAadl2Parser.g:9569:3: ( rule__AbstractImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_7 )
+ // InternalAadl2Parser.g:9569:4: rule__AbstractImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_7
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_7();
+ rule__AbstractImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_7();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_7_1_0_7());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_8_1_0_7());
}
@@ -48343,24 +45540,24 @@ public final void rule__AbstractImplementation__Alternatives_7_1_0() throws Reco
}
break;
case 9 :
- // InternalAadl2Parser.g:10523:2: ( ( rule__AbstractImplementation__OwnedMemorySubcomponentAssignment_7_1_0_8 ) )
+ // InternalAadl2Parser.g:9573:2: ( ( rule__AbstractImplementation__OwnedMemorySubcomponentAssignment_8_1_0_8 ) )
{
- // InternalAadl2Parser.g:10523:2: ( ( rule__AbstractImplementation__OwnedMemorySubcomponentAssignment_7_1_0_8 ) )
- // InternalAadl2Parser.g:10524:3: ( rule__AbstractImplementation__OwnedMemorySubcomponentAssignment_7_1_0_8 )
+ // InternalAadl2Parser.g:9573:2: ( ( rule__AbstractImplementation__OwnedMemorySubcomponentAssignment_8_1_0_8 ) )
+ // InternalAadl2Parser.g:9574:3: ( rule__AbstractImplementation__OwnedMemorySubcomponentAssignment_8_1_0_8 )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedMemorySubcomponentAssignment_7_1_0_8());
- // InternalAadl2Parser.g:10525:3: ( rule__AbstractImplementation__OwnedMemorySubcomponentAssignment_7_1_0_8 )
- // InternalAadl2Parser.g:10525:4: rule__AbstractImplementation__OwnedMemorySubcomponentAssignment_7_1_0_8
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedMemorySubcomponentAssignment_8_1_0_8());
+ // InternalAadl2Parser.g:9575:3: ( rule__AbstractImplementation__OwnedMemorySubcomponentAssignment_8_1_0_8 )
+ // InternalAadl2Parser.g:9575:4: rule__AbstractImplementation__OwnedMemorySubcomponentAssignment_8_1_0_8
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__OwnedMemorySubcomponentAssignment_7_1_0_8();
+ rule__AbstractImplementation__OwnedMemorySubcomponentAssignment_8_1_0_8();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getOwnedMemorySubcomponentAssignment_7_1_0_8());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedMemorySubcomponentAssignment_8_1_0_8());
}
@@ -48368,24 +45565,24 @@ public final void rule__AbstractImplementation__Alternatives_7_1_0() throws Reco
}
break;
case 10 :
- // InternalAadl2Parser.g:10529:2: ( ( rule__AbstractImplementation__OwnedDeviceSubcomponentAssignment_7_1_0_9 ) )
+ // InternalAadl2Parser.g:9579:2: ( ( rule__AbstractImplementation__OwnedDeviceSubcomponentAssignment_8_1_0_9 ) )
{
- // InternalAadl2Parser.g:10529:2: ( ( rule__AbstractImplementation__OwnedDeviceSubcomponentAssignment_7_1_0_9 ) )
- // InternalAadl2Parser.g:10530:3: ( rule__AbstractImplementation__OwnedDeviceSubcomponentAssignment_7_1_0_9 )
+ // InternalAadl2Parser.g:9579:2: ( ( rule__AbstractImplementation__OwnedDeviceSubcomponentAssignment_8_1_0_9 ) )
+ // InternalAadl2Parser.g:9580:3: ( rule__AbstractImplementation__OwnedDeviceSubcomponentAssignment_8_1_0_9 )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedDeviceSubcomponentAssignment_7_1_0_9());
- // InternalAadl2Parser.g:10531:3: ( rule__AbstractImplementation__OwnedDeviceSubcomponentAssignment_7_1_0_9 )
- // InternalAadl2Parser.g:10531:4: rule__AbstractImplementation__OwnedDeviceSubcomponentAssignment_7_1_0_9
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedDeviceSubcomponentAssignment_8_1_0_9());
+ // InternalAadl2Parser.g:9581:3: ( rule__AbstractImplementation__OwnedDeviceSubcomponentAssignment_8_1_0_9 )
+ // InternalAadl2Parser.g:9581:4: rule__AbstractImplementation__OwnedDeviceSubcomponentAssignment_8_1_0_9
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__OwnedDeviceSubcomponentAssignment_7_1_0_9();
+ rule__AbstractImplementation__OwnedDeviceSubcomponentAssignment_8_1_0_9();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getOwnedDeviceSubcomponentAssignment_7_1_0_9());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedDeviceSubcomponentAssignment_8_1_0_9());
}
@@ -48393,24 +45590,24 @@ public final void rule__AbstractImplementation__Alternatives_7_1_0() throws Reco
}
break;
case 11 :
- // InternalAadl2Parser.g:10535:2: ( ( rule__AbstractImplementation__OwnedBusSubcomponentAssignment_7_1_0_10 ) )
+ // InternalAadl2Parser.g:9585:2: ( ( rule__AbstractImplementation__OwnedBusSubcomponentAssignment_8_1_0_10 ) )
{
- // InternalAadl2Parser.g:10535:2: ( ( rule__AbstractImplementation__OwnedBusSubcomponentAssignment_7_1_0_10 ) )
- // InternalAadl2Parser.g:10536:3: ( rule__AbstractImplementation__OwnedBusSubcomponentAssignment_7_1_0_10 )
+ // InternalAadl2Parser.g:9585:2: ( ( rule__AbstractImplementation__OwnedBusSubcomponentAssignment_8_1_0_10 ) )
+ // InternalAadl2Parser.g:9586:3: ( rule__AbstractImplementation__OwnedBusSubcomponentAssignment_8_1_0_10 )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedBusSubcomponentAssignment_7_1_0_10());
- // InternalAadl2Parser.g:10537:3: ( rule__AbstractImplementation__OwnedBusSubcomponentAssignment_7_1_0_10 )
- // InternalAadl2Parser.g:10537:4: rule__AbstractImplementation__OwnedBusSubcomponentAssignment_7_1_0_10
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedBusSubcomponentAssignment_8_1_0_10());
+ // InternalAadl2Parser.g:9587:3: ( rule__AbstractImplementation__OwnedBusSubcomponentAssignment_8_1_0_10 )
+ // InternalAadl2Parser.g:9587:4: rule__AbstractImplementation__OwnedBusSubcomponentAssignment_8_1_0_10
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__OwnedBusSubcomponentAssignment_7_1_0_10();
+ rule__AbstractImplementation__OwnedBusSubcomponentAssignment_8_1_0_10();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getOwnedBusSubcomponentAssignment_7_1_0_10());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedBusSubcomponentAssignment_8_1_0_10());
}
@@ -48418,24 +45615,24 @@ public final void rule__AbstractImplementation__Alternatives_7_1_0() throws Reco
}
break;
case 12 :
- // InternalAadl2Parser.g:10541:2: ( ( rule__AbstractImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_11 ) )
+ // InternalAadl2Parser.g:9591:2: ( ( rule__AbstractImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_11 ) )
{
- // InternalAadl2Parser.g:10541:2: ( ( rule__AbstractImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_11 ) )
- // InternalAadl2Parser.g:10542:3: ( rule__AbstractImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_11 )
+ // InternalAadl2Parser.g:9591:2: ( ( rule__AbstractImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_11 ) )
+ // InternalAadl2Parser.g:9592:3: ( rule__AbstractImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_11 )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_11());
- // InternalAadl2Parser.g:10543:3: ( rule__AbstractImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_11 )
- // InternalAadl2Parser.g:10543:4: rule__AbstractImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_11
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_8_1_0_11());
+ // InternalAadl2Parser.g:9593:3: ( rule__AbstractImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_11 )
+ // InternalAadl2Parser.g:9593:4: rule__AbstractImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_11
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_11();
+ rule__AbstractImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_11();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_11());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_8_1_0_11());
}
@@ -48443,24 +45640,24 @@ public final void rule__AbstractImplementation__Alternatives_7_1_0() throws Reco
}
break;
case 13 :
- // InternalAadl2Parser.g:10547:2: ( ( rule__AbstractImplementation__OwnedDataSubcomponentAssignment_7_1_0_12 ) )
+ // InternalAadl2Parser.g:9597:2: ( ( rule__AbstractImplementation__OwnedDataSubcomponentAssignment_8_1_0_12 ) )
{
- // InternalAadl2Parser.g:10547:2: ( ( rule__AbstractImplementation__OwnedDataSubcomponentAssignment_7_1_0_12 ) )
- // InternalAadl2Parser.g:10548:3: ( rule__AbstractImplementation__OwnedDataSubcomponentAssignment_7_1_0_12 )
+ // InternalAadl2Parser.g:9597:2: ( ( rule__AbstractImplementation__OwnedDataSubcomponentAssignment_8_1_0_12 ) )
+ // InternalAadl2Parser.g:9598:3: ( rule__AbstractImplementation__OwnedDataSubcomponentAssignment_8_1_0_12 )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_12());
- // InternalAadl2Parser.g:10549:3: ( rule__AbstractImplementation__OwnedDataSubcomponentAssignment_7_1_0_12 )
- // InternalAadl2Parser.g:10549:4: rule__AbstractImplementation__OwnedDataSubcomponentAssignment_7_1_0_12
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_12());
+ // InternalAadl2Parser.g:9599:3: ( rule__AbstractImplementation__OwnedDataSubcomponentAssignment_8_1_0_12 )
+ // InternalAadl2Parser.g:9599:4: rule__AbstractImplementation__OwnedDataSubcomponentAssignment_8_1_0_12
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__OwnedDataSubcomponentAssignment_7_1_0_12();
+ rule__AbstractImplementation__OwnedDataSubcomponentAssignment_8_1_0_12();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_12());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_12());
}
@@ -48468,24 +45665,24 @@ public final void rule__AbstractImplementation__Alternatives_7_1_0() throws Reco
}
break;
case 14 :
- // InternalAadl2Parser.g:10553:2: ( ( rule__AbstractImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_13 ) )
+ // InternalAadl2Parser.g:9603:2: ( ( rule__AbstractImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_13 ) )
{
- // InternalAadl2Parser.g:10553:2: ( ( rule__AbstractImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_13 ) )
- // InternalAadl2Parser.g:10554:3: ( rule__AbstractImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_13 )
+ // InternalAadl2Parser.g:9603:2: ( ( rule__AbstractImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_13 ) )
+ // InternalAadl2Parser.g:9604:3: ( rule__AbstractImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_13 )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_13());
- // InternalAadl2Parser.g:10555:3: ( rule__AbstractImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_13 )
- // InternalAadl2Parser.g:10555:4: rule__AbstractImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_13
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_13());
+ // InternalAadl2Parser.g:9605:3: ( rule__AbstractImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_13 )
+ // InternalAadl2Parser.g:9605:4: rule__AbstractImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_13
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_13();
+ rule__AbstractImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_13();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_13());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_13());
}
@@ -48506,17 +45703,17 @@ public final void rule__AbstractImplementation__Alternatives_7_1_0() throws Reco
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Alternatives_7_1_0"
+ // $ANTLR end "rule__AbstractImplementation__Alternatives_8_1_0"
- // $ANTLR start "rule__AbstractImplementation__Alternatives_8_1"
- // InternalAadl2Parser.g:10563:1: rule__AbstractImplementation__Alternatives_8_1 : ( ( ( rule__AbstractImplementation__OwnedEventSourceAssignment_8_1_0 ) ) | ( ( rule__AbstractImplementation__OwnedEventDataSourceAssignment_8_1_1 ) ) );
- public final void rule__AbstractImplementation__Alternatives_8_1() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Alternatives_9_2"
+ // InternalAadl2Parser.g:9613:1: rule__AbstractImplementation__Alternatives_9_2 : ( ( ( rule__AbstractImplementation__OwnedEventSourceAssignment_9_2_0 ) ) | ( ( rule__AbstractImplementation__OwnedEventDataSourceAssignment_9_2_1 ) ) );
+ public final void rule__AbstractImplementation__Alternatives_9_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:10567:1: ( ( ( rule__AbstractImplementation__OwnedEventSourceAssignment_8_1_0 ) ) | ( ( rule__AbstractImplementation__OwnedEventDataSourceAssignment_8_1_1 ) ) )
+ // InternalAadl2Parser.g:9617:1: ( ( ( rule__AbstractImplementation__OwnedEventSourceAssignment_9_2_0 ) ) | ( ( rule__AbstractImplementation__OwnedEventDataSourceAssignment_9_2_1 ) ) )
int alt193=2;
int LA193_0 = input.LA(1);
@@ -48529,12 +45726,12 @@ public final void rule__AbstractImplementation__Alternatives_8_1() throws Recogn
if ( (LA193_2==Event) ) {
int LA193_3 = input.LA(4);
- if ( (LA193_3==Data) ) {
- alt193=2;
- }
- else if ( (LA193_3==Semicolon||LA193_3==LeftCurlyBracket) ) {
+ if ( (LA193_3==Semicolon||LA193_3==LeftCurlyBracket) ) {
alt193=1;
}
+ else if ( (LA193_3==Data) ) {
+ alt193=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 193, 3, input);
@@ -48564,24 +45761,24 @@ else if ( (LA193_3==Semicolon||LA193_3==LeftCurlyBracket) ) {
}
switch (alt193) {
case 1 :
- // InternalAadl2Parser.g:10568:2: ( ( rule__AbstractImplementation__OwnedEventSourceAssignment_8_1_0 ) )
+ // InternalAadl2Parser.g:9618:2: ( ( rule__AbstractImplementation__OwnedEventSourceAssignment_9_2_0 ) )
{
- // InternalAadl2Parser.g:10568:2: ( ( rule__AbstractImplementation__OwnedEventSourceAssignment_8_1_0 ) )
- // InternalAadl2Parser.g:10569:3: ( rule__AbstractImplementation__OwnedEventSourceAssignment_8_1_0 )
+ // InternalAadl2Parser.g:9618:2: ( ( rule__AbstractImplementation__OwnedEventSourceAssignment_9_2_0 ) )
+ // InternalAadl2Parser.g:9619:3: ( rule__AbstractImplementation__OwnedEventSourceAssignment_9_2_0 )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedEventSourceAssignment_8_1_0());
- // InternalAadl2Parser.g:10570:3: ( rule__AbstractImplementation__OwnedEventSourceAssignment_8_1_0 )
- // InternalAadl2Parser.g:10570:4: rule__AbstractImplementation__OwnedEventSourceAssignment_8_1_0
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedEventSourceAssignment_9_2_0());
+ // InternalAadl2Parser.g:9620:3: ( rule__AbstractImplementation__OwnedEventSourceAssignment_9_2_0 )
+ // InternalAadl2Parser.g:9620:4: rule__AbstractImplementation__OwnedEventSourceAssignment_9_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__OwnedEventSourceAssignment_8_1_0();
+ rule__AbstractImplementation__OwnedEventSourceAssignment_9_2_0();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getOwnedEventSourceAssignment_8_1_0());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedEventSourceAssignment_9_2_0());
}
@@ -48589,24 +45786,24 @@ else if ( (LA193_3==Semicolon||LA193_3==LeftCurlyBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:10574:2: ( ( rule__AbstractImplementation__OwnedEventDataSourceAssignment_8_1_1 ) )
+ // InternalAadl2Parser.g:9624:2: ( ( rule__AbstractImplementation__OwnedEventDataSourceAssignment_9_2_1 ) )
{
- // InternalAadl2Parser.g:10574:2: ( ( rule__AbstractImplementation__OwnedEventDataSourceAssignment_8_1_1 ) )
- // InternalAadl2Parser.g:10575:3: ( rule__AbstractImplementation__OwnedEventDataSourceAssignment_8_1_1 )
+ // InternalAadl2Parser.g:9624:2: ( ( rule__AbstractImplementation__OwnedEventDataSourceAssignment_9_2_1 ) )
+ // InternalAadl2Parser.g:9625:3: ( rule__AbstractImplementation__OwnedEventDataSourceAssignment_9_2_1 )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1());
- // InternalAadl2Parser.g:10576:3: ( rule__AbstractImplementation__OwnedEventDataSourceAssignment_8_1_1 )
- // InternalAadl2Parser.g:10576:4: rule__AbstractImplementation__OwnedEventDataSourceAssignment_8_1_1
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1());
+ // InternalAadl2Parser.g:9626:3: ( rule__AbstractImplementation__OwnedEventDataSourceAssignment_9_2_1 )
+ // InternalAadl2Parser.g:9626:4: rule__AbstractImplementation__OwnedEventDataSourceAssignment_9_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__OwnedEventDataSourceAssignment_8_1_1();
+ rule__AbstractImplementation__OwnedEventDataSourceAssignment_9_2_1();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1());
}
@@ -48627,17 +45824,17 @@ else if ( (LA193_3==Semicolon||LA193_3==LeftCurlyBracket) ) {
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Alternatives_8_1"
+ // $ANTLR end "rule__AbstractImplementation__Alternatives_9_2"
- // $ANTLR start "rule__AbstractImplementation__Alternatives_9_1"
- // InternalAadl2Parser.g:10584:1: rule__AbstractImplementation__Alternatives_9_1 : ( ( ( rule__AbstractImplementation__OwnedPortProxyAssignment_9_1_0 ) ) | ( ( rule__AbstractImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) ) );
- public final void rule__AbstractImplementation__Alternatives_9_1() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Alternatives_10_2"
+ // InternalAadl2Parser.g:9634:1: rule__AbstractImplementation__Alternatives_10_2 : ( ( ( rule__AbstractImplementation__OwnedPortProxyAssignment_10_2_0 ) ) | ( ( rule__AbstractImplementation__OwnedSubprogramProxyAssignment_10_2_1 ) ) );
+ public final void rule__AbstractImplementation__Alternatives_10_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:10588:1: ( ( ( rule__AbstractImplementation__OwnedPortProxyAssignment_9_1_0 ) ) | ( ( rule__AbstractImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) ) )
+ // InternalAadl2Parser.g:9638:1: ( ( ( rule__AbstractImplementation__OwnedPortProxyAssignment_10_2_0 ) ) | ( ( rule__AbstractImplementation__OwnedSubprogramProxyAssignment_10_2_1 ) ) )
int alt194=2;
int LA194_0 = input.LA(1);
@@ -48675,24 +45872,24 @@ else if ( (LA194_2==Port) ) {
}
switch (alt194) {
case 1 :
- // InternalAadl2Parser.g:10589:2: ( ( rule__AbstractImplementation__OwnedPortProxyAssignment_9_1_0 ) )
+ // InternalAadl2Parser.g:9639:2: ( ( rule__AbstractImplementation__OwnedPortProxyAssignment_10_2_0 ) )
{
- // InternalAadl2Parser.g:10589:2: ( ( rule__AbstractImplementation__OwnedPortProxyAssignment_9_1_0 ) )
- // InternalAadl2Parser.g:10590:3: ( rule__AbstractImplementation__OwnedPortProxyAssignment_9_1_0 )
+ // InternalAadl2Parser.g:9639:2: ( ( rule__AbstractImplementation__OwnedPortProxyAssignment_10_2_0 ) )
+ // InternalAadl2Parser.g:9640:3: ( rule__AbstractImplementation__OwnedPortProxyAssignment_10_2_0 )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedPortProxyAssignment_9_1_0());
- // InternalAadl2Parser.g:10591:3: ( rule__AbstractImplementation__OwnedPortProxyAssignment_9_1_0 )
- // InternalAadl2Parser.g:10591:4: rule__AbstractImplementation__OwnedPortProxyAssignment_9_1_0
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedPortProxyAssignment_10_2_0());
+ // InternalAadl2Parser.g:9641:3: ( rule__AbstractImplementation__OwnedPortProxyAssignment_10_2_0 )
+ // InternalAadl2Parser.g:9641:4: rule__AbstractImplementation__OwnedPortProxyAssignment_10_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__OwnedPortProxyAssignment_9_1_0();
+ rule__AbstractImplementation__OwnedPortProxyAssignment_10_2_0();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getOwnedPortProxyAssignment_9_1_0());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedPortProxyAssignment_10_2_0());
}
@@ -48700,24 +45897,24 @@ else if ( (LA194_2==Port) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:10595:2: ( ( rule__AbstractImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) )
+ // InternalAadl2Parser.g:9645:2: ( ( rule__AbstractImplementation__OwnedSubprogramProxyAssignment_10_2_1 ) )
{
- // InternalAadl2Parser.g:10595:2: ( ( rule__AbstractImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) )
- // InternalAadl2Parser.g:10596:3: ( rule__AbstractImplementation__OwnedSubprogramProxyAssignment_9_1_1 )
+ // InternalAadl2Parser.g:9645:2: ( ( rule__AbstractImplementation__OwnedSubprogramProxyAssignment_10_2_1 ) )
+ // InternalAadl2Parser.g:9646:3: ( rule__AbstractImplementation__OwnedSubprogramProxyAssignment_10_2_1 )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1());
- // InternalAadl2Parser.g:10597:3: ( rule__AbstractImplementation__OwnedSubprogramProxyAssignment_9_1_1 )
- // InternalAadl2Parser.g:10597:4: rule__AbstractImplementation__OwnedSubprogramProxyAssignment_9_1_1
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramProxyAssignment_10_2_1());
+ // InternalAadl2Parser.g:9647:3: ( rule__AbstractImplementation__OwnedSubprogramProxyAssignment_10_2_1 )
+ // InternalAadl2Parser.g:9647:4: rule__AbstractImplementation__OwnedSubprogramProxyAssignment_10_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__OwnedSubprogramProxyAssignment_9_1_1();
+ rule__AbstractImplementation__OwnedSubprogramProxyAssignment_10_2_1();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramProxyAssignment_10_2_1());
}
@@ -48738,17 +45935,17 @@ else if ( (LA194_2==Port) ) {
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Alternatives_9_1"
+ // $ANTLR end "rule__AbstractImplementation__Alternatives_10_2"
- // $ANTLR start "rule__AbstractImplementation__Alternatives_10_1"
- // InternalAadl2Parser.g:10605:1: rule__AbstractImplementation__Alternatives_10_1 : ( ( ( ( rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 ) ) ( ( rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 )* ) ) | ( ( rule__AbstractImplementation__Group_10_1_1__0 ) ) );
- public final void rule__AbstractImplementation__Alternatives_10_1() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Alternatives_11_1"
+ // InternalAadl2Parser.g:9655:1: rule__AbstractImplementation__Alternatives_11_1 : ( ( ( ( rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 ) ) ( ( rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 )* ) ) | ( ( rule__AbstractImplementation__Group_11_1_1__0 ) ) );
+ public final void rule__AbstractImplementation__Alternatives_11_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:10609:1: ( ( ( ( rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 ) ) ( ( rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 )* ) ) | ( ( rule__AbstractImplementation__Group_10_1_1__0 ) ) )
+ // InternalAadl2Parser.g:9659:1: ( ( ( ( rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 ) ) ( ( rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 )* ) ) | ( ( rule__AbstractImplementation__Group_11_1_1__0 ) ) )
int alt196=2;
int LA196_0 = input.LA(1);
@@ -48766,35 +45963,35 @@ else if ( (LA196_0==None) ) {
}
switch (alt196) {
case 1 :
- // InternalAadl2Parser.g:10610:2: ( ( ( rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 ) ) ( ( rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 )* ) )
+ // InternalAadl2Parser.g:9660:2: ( ( ( rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 ) ) ( ( rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 )* ) )
{
- // InternalAadl2Parser.g:10610:2: ( ( ( rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 ) ) ( ( rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 )* ) )
- // InternalAadl2Parser.g:10611:3: ( ( rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 ) ) ( ( rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 )* )
+ // InternalAadl2Parser.g:9660:2: ( ( ( rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 ) ) ( ( rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 )* ) )
+ // InternalAadl2Parser.g:9661:3: ( ( rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 ) ) ( ( rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 )* )
{
- // InternalAadl2Parser.g:10611:3: ( ( rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 ) )
- // InternalAadl2Parser.g:10612:4: ( rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 )
+ // InternalAadl2Parser.g:9661:3: ( ( rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 ) )
+ // InternalAadl2Parser.g:9662:4: ( rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramCallSequenceAssignment_10_1_0());
- // InternalAadl2Parser.g:10613:4: ( rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 )
- // InternalAadl2Parser.g:10613:5: rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramCallSequenceAssignment_11_1_0());
+ // InternalAadl2Parser.g:9663:4: ( rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 )
+ // InternalAadl2Parser.g:9663:5: rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0();
+ rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramCallSequenceAssignment_10_1_0());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramCallSequenceAssignment_11_1_0());
}
- // InternalAadl2Parser.g:10616:3: ( ( rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 )* )
- // InternalAadl2Parser.g:10617:4: ( rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 )*
+ // InternalAadl2Parser.g:9666:3: ( ( rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 )* )
+ // InternalAadl2Parser.g:9667:4: ( rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 )*
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramCallSequenceAssignment_10_1_0());
- // InternalAadl2Parser.g:10618:4: ( rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 )*
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramCallSequenceAssignment_11_1_0());
+ // InternalAadl2Parser.g:9668:4: ( rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 )*
loop195:
do {
int alt195=2;
@@ -48807,10 +46004,10 @@ else if ( (LA196_0==None) ) {
switch (alt195) {
case 1 :
- // InternalAadl2Parser.g:10618:5: rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0
+ // InternalAadl2Parser.g:9668:5: rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0();
+ rule__AbstractImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0();
state._fsp--;
@@ -48823,7 +46020,7 @@ else if ( (LA196_0==None) ) {
}
} while (true);
- after(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramCallSequenceAssignment_10_1_0());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedSubprogramCallSequenceAssignment_11_1_0());
}
@@ -48834,24 +46031,24 @@ else if ( (LA196_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:10623:2: ( ( rule__AbstractImplementation__Group_10_1_1__0 ) )
+ // InternalAadl2Parser.g:9673:2: ( ( rule__AbstractImplementation__Group_11_1_1__0 ) )
{
- // InternalAadl2Parser.g:10623:2: ( ( rule__AbstractImplementation__Group_10_1_1__0 ) )
- // InternalAadl2Parser.g:10624:3: ( rule__AbstractImplementation__Group_10_1_1__0 )
+ // InternalAadl2Parser.g:9673:2: ( ( rule__AbstractImplementation__Group_11_1_1__0 ) )
+ // InternalAadl2Parser.g:9674:3: ( rule__AbstractImplementation__Group_11_1_1__0 )
{
- before(grammarAccess.getAbstractImplementationAccess().getGroup_10_1_1());
- // InternalAadl2Parser.g:10625:3: ( rule__AbstractImplementation__Group_10_1_1__0 )
- // InternalAadl2Parser.g:10625:4: rule__AbstractImplementation__Group_10_1_1__0
+ before(grammarAccess.getAbstractImplementationAccess().getGroup_11_1_1());
+ // InternalAadl2Parser.g:9675:3: ( rule__AbstractImplementation__Group_11_1_1__0 )
+ // InternalAadl2Parser.g:9675:4: rule__AbstractImplementation__Group_11_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_10_1_1__0();
+ rule__AbstractImplementation__Group_11_1_1__0();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getGroup_10_1_1());
+ after(grammarAccess.getAbstractImplementationAccess().getGroup_11_1_1());
}
@@ -48872,17 +46069,17 @@ else if ( (LA196_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Alternatives_10_1"
+ // $ANTLR end "rule__AbstractImplementation__Alternatives_11_1"
- // $ANTLR start "rule__AbstractImplementation__Alternatives_11_1"
- // InternalAadl2Parser.g:10633:1: rule__AbstractImplementation__Alternatives_11_1 : ( ( ( ( rule__AbstractImplementation__Alternatives_11_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__AbstractImplementation__Group_11_1_1__0 ) ) );
- public final void rule__AbstractImplementation__Alternatives_11_1() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Alternatives_12_1"
+ // InternalAadl2Parser.g:9683:1: rule__AbstractImplementation__Alternatives_12_1 : ( ( ( ( rule__AbstractImplementation__Alternatives_12_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__AbstractImplementation__Group_12_1_1__0 ) ) );
+ public final void rule__AbstractImplementation__Alternatives_12_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:10637:1: ( ( ( ( rule__AbstractImplementation__Alternatives_11_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__AbstractImplementation__Group_11_1_1__0 ) ) )
+ // InternalAadl2Parser.g:9687:1: ( ( ( ( rule__AbstractImplementation__Alternatives_12_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__AbstractImplementation__Group_12_1_1__0 ) ) )
int alt198=2;
int LA198_0 = input.LA(1);
@@ -48900,35 +46097,35 @@ else if ( (LA198_0==None) ) {
}
switch (alt198) {
case 1 :
- // InternalAadl2Parser.g:10638:2: ( ( ( rule__AbstractImplementation__Alternatives_11_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_11_1_0 )* ) )
+ // InternalAadl2Parser.g:9688:2: ( ( ( rule__AbstractImplementation__Alternatives_12_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_12_1_0 )* ) )
{
- // InternalAadl2Parser.g:10638:2: ( ( ( rule__AbstractImplementation__Alternatives_11_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_11_1_0 )* ) )
- // InternalAadl2Parser.g:10639:3: ( ( rule__AbstractImplementation__Alternatives_11_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_11_1_0 )* )
+ // InternalAadl2Parser.g:9688:2: ( ( ( rule__AbstractImplementation__Alternatives_12_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_12_1_0 )* ) )
+ // InternalAadl2Parser.g:9689:3: ( ( rule__AbstractImplementation__Alternatives_12_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_12_1_0 )* )
{
- // InternalAadl2Parser.g:10639:3: ( ( rule__AbstractImplementation__Alternatives_11_1_0 ) )
- // InternalAadl2Parser.g:10640:4: ( rule__AbstractImplementation__Alternatives_11_1_0 )
+ // InternalAadl2Parser.g:9689:3: ( ( rule__AbstractImplementation__Alternatives_12_1_0 ) )
+ // InternalAadl2Parser.g:9690:4: ( rule__AbstractImplementation__Alternatives_12_1_0 )
{
- before(grammarAccess.getAbstractImplementationAccess().getAlternatives_11_1_0());
- // InternalAadl2Parser.g:10641:4: ( rule__AbstractImplementation__Alternatives_11_1_0 )
- // InternalAadl2Parser.g:10641:5: rule__AbstractImplementation__Alternatives_11_1_0
+ before(grammarAccess.getAbstractImplementationAccess().getAlternatives_12_1_0());
+ // InternalAadl2Parser.g:9691:4: ( rule__AbstractImplementation__Alternatives_12_1_0 )
+ // InternalAadl2Parser.g:9691:5: rule__AbstractImplementation__Alternatives_12_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__AbstractImplementation__Alternatives_11_1_0();
+ rule__AbstractImplementation__Alternatives_12_1_0();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getAlternatives_11_1_0());
+ after(grammarAccess.getAbstractImplementationAccess().getAlternatives_12_1_0());
}
- // InternalAadl2Parser.g:10644:3: ( ( rule__AbstractImplementation__Alternatives_11_1_0 )* )
- // InternalAadl2Parser.g:10645:4: ( rule__AbstractImplementation__Alternatives_11_1_0 )*
+ // InternalAadl2Parser.g:9694:3: ( ( rule__AbstractImplementation__Alternatives_12_1_0 )* )
+ // InternalAadl2Parser.g:9695:4: ( rule__AbstractImplementation__Alternatives_12_1_0 )*
{
- before(grammarAccess.getAbstractImplementationAccess().getAlternatives_11_1_0());
- // InternalAadl2Parser.g:10646:4: ( rule__AbstractImplementation__Alternatives_11_1_0 )*
+ before(grammarAccess.getAbstractImplementationAccess().getAlternatives_12_1_0());
+ // InternalAadl2Parser.g:9696:4: ( rule__AbstractImplementation__Alternatives_12_1_0 )*
loop197:
do {
int alt197=2;
@@ -48941,10 +46138,10 @@ else if ( (LA198_0==None) ) {
switch (alt197) {
case 1 :
- // InternalAadl2Parser.g:10646:5: rule__AbstractImplementation__Alternatives_11_1_0
+ // InternalAadl2Parser.g:9696:5: rule__AbstractImplementation__Alternatives_12_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__AbstractImplementation__Alternatives_11_1_0();
+ rule__AbstractImplementation__Alternatives_12_1_0();
state._fsp--;
@@ -48957,7 +46154,7 @@ else if ( (LA198_0==None) ) {
}
} while (true);
- after(grammarAccess.getAbstractImplementationAccess().getAlternatives_11_1_0());
+ after(grammarAccess.getAbstractImplementationAccess().getAlternatives_12_1_0());
}
@@ -48968,24 +46165,24 @@ else if ( (LA198_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:10651:2: ( ( rule__AbstractImplementation__Group_11_1_1__0 ) )
+ // InternalAadl2Parser.g:9701:2: ( ( rule__AbstractImplementation__Group_12_1_1__0 ) )
{
- // InternalAadl2Parser.g:10651:2: ( ( rule__AbstractImplementation__Group_11_1_1__0 ) )
- // InternalAadl2Parser.g:10652:3: ( rule__AbstractImplementation__Group_11_1_1__0 )
+ // InternalAadl2Parser.g:9701:2: ( ( rule__AbstractImplementation__Group_12_1_1__0 ) )
+ // InternalAadl2Parser.g:9702:3: ( rule__AbstractImplementation__Group_12_1_1__0 )
{
- before(grammarAccess.getAbstractImplementationAccess().getGroup_11_1_1());
- // InternalAadl2Parser.g:10653:3: ( rule__AbstractImplementation__Group_11_1_1__0 )
- // InternalAadl2Parser.g:10653:4: rule__AbstractImplementation__Group_11_1_1__0
+ before(grammarAccess.getAbstractImplementationAccess().getGroup_12_1_1());
+ // InternalAadl2Parser.g:9703:3: ( rule__AbstractImplementation__Group_12_1_1__0 )
+ // InternalAadl2Parser.g:9703:4: rule__AbstractImplementation__Group_12_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_11_1_1__0();
+ rule__AbstractImplementation__Group_12_1_1__0();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getGroup_11_1_1());
+ after(grammarAccess.getAbstractImplementationAccess().getGroup_12_1_1());
}
@@ -49006,39 +46203,39 @@ else if ( (LA198_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Alternatives_11_1"
+ // $ANTLR end "rule__AbstractImplementation__Alternatives_12_1"
- // $ANTLR start "rule__AbstractImplementation__Alternatives_11_1_0"
- // InternalAadl2Parser.g:10661:1: rule__AbstractImplementation__Alternatives_11_1_0 : ( ( ( rule__AbstractImplementation__OwnedPortConnectionAssignment_11_1_0_0 ) ) | ( ( rule__AbstractImplementation__OwnedAccessConnectionAssignment_11_1_0_1 ) ) | ( ( rule__AbstractImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 ) ) | ( ( rule__AbstractImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 ) ) | ( ( rule__AbstractImplementation__OwnedParameterConnectionAssignment_11_1_0_4 ) ) );
- public final void rule__AbstractImplementation__Alternatives_11_1_0() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Alternatives_12_1_0"
+ // InternalAadl2Parser.g:9711:1: rule__AbstractImplementation__Alternatives_12_1_0 : ( ( ( rule__AbstractImplementation__OwnedPortConnectionAssignment_12_1_0_0 ) ) | ( ( rule__AbstractImplementation__OwnedAccessConnectionAssignment_12_1_0_1 ) ) | ( ( rule__AbstractImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 ) ) | ( ( rule__AbstractImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 ) ) | ( ( rule__AbstractImplementation__OwnedParameterConnectionAssignment_12_1_0_4 ) ) );
+ public final void rule__AbstractImplementation__Alternatives_12_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:10665:1: ( ( ( rule__AbstractImplementation__OwnedPortConnectionAssignment_11_1_0_0 ) ) | ( ( rule__AbstractImplementation__OwnedAccessConnectionAssignment_11_1_0_1 ) ) | ( ( rule__AbstractImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 ) ) | ( ( rule__AbstractImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 ) ) | ( ( rule__AbstractImplementation__OwnedParameterConnectionAssignment_11_1_0_4 ) ) )
+ // InternalAadl2Parser.g:9715:1: ( ( ( rule__AbstractImplementation__OwnedPortConnectionAssignment_12_1_0_0 ) ) | ( ( rule__AbstractImplementation__OwnedAccessConnectionAssignment_12_1_0_1 ) ) | ( ( rule__AbstractImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 ) ) | ( ( rule__AbstractImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 ) ) | ( ( rule__AbstractImplementation__OwnedParameterConnectionAssignment_12_1_0_4 ) ) )
int alt199=5;
alt199 = dfa199.predict(input);
switch (alt199) {
case 1 :
- // InternalAadl2Parser.g:10666:2: ( ( rule__AbstractImplementation__OwnedPortConnectionAssignment_11_1_0_0 ) )
+ // InternalAadl2Parser.g:9716:2: ( ( rule__AbstractImplementation__OwnedPortConnectionAssignment_12_1_0_0 ) )
{
- // InternalAadl2Parser.g:10666:2: ( ( rule__AbstractImplementation__OwnedPortConnectionAssignment_11_1_0_0 ) )
- // InternalAadl2Parser.g:10667:3: ( rule__AbstractImplementation__OwnedPortConnectionAssignment_11_1_0_0 )
+ // InternalAadl2Parser.g:9716:2: ( ( rule__AbstractImplementation__OwnedPortConnectionAssignment_12_1_0_0 ) )
+ // InternalAadl2Parser.g:9717:3: ( rule__AbstractImplementation__OwnedPortConnectionAssignment_12_1_0_0 )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedPortConnectionAssignment_11_1_0_0());
- // InternalAadl2Parser.g:10668:3: ( rule__AbstractImplementation__OwnedPortConnectionAssignment_11_1_0_0 )
- // InternalAadl2Parser.g:10668:4: rule__AbstractImplementation__OwnedPortConnectionAssignment_11_1_0_0
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedPortConnectionAssignment_12_1_0_0());
+ // InternalAadl2Parser.g:9718:3: ( rule__AbstractImplementation__OwnedPortConnectionAssignment_12_1_0_0 )
+ // InternalAadl2Parser.g:9718:4: rule__AbstractImplementation__OwnedPortConnectionAssignment_12_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__OwnedPortConnectionAssignment_11_1_0_0();
+ rule__AbstractImplementation__OwnedPortConnectionAssignment_12_1_0_0();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getOwnedPortConnectionAssignment_11_1_0_0());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedPortConnectionAssignment_12_1_0_0());
}
@@ -49046,24 +46243,24 @@ public final void rule__AbstractImplementation__Alternatives_11_1_0() throws Rec
}
break;
case 2 :
- // InternalAadl2Parser.g:10672:2: ( ( rule__AbstractImplementation__OwnedAccessConnectionAssignment_11_1_0_1 ) )
+ // InternalAadl2Parser.g:9722:2: ( ( rule__AbstractImplementation__OwnedAccessConnectionAssignment_12_1_0_1 ) )
{
- // InternalAadl2Parser.g:10672:2: ( ( rule__AbstractImplementation__OwnedAccessConnectionAssignment_11_1_0_1 ) )
- // InternalAadl2Parser.g:10673:3: ( rule__AbstractImplementation__OwnedAccessConnectionAssignment_11_1_0_1 )
+ // InternalAadl2Parser.g:9722:2: ( ( rule__AbstractImplementation__OwnedAccessConnectionAssignment_12_1_0_1 ) )
+ // InternalAadl2Parser.g:9723:3: ( rule__AbstractImplementation__OwnedAccessConnectionAssignment_12_1_0_1 )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_1());
- // InternalAadl2Parser.g:10674:3: ( rule__AbstractImplementation__OwnedAccessConnectionAssignment_11_1_0_1 )
- // InternalAadl2Parser.g:10674:4: rule__AbstractImplementation__OwnedAccessConnectionAssignment_11_1_0_1
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedAccessConnectionAssignment_12_1_0_1());
+ // InternalAadl2Parser.g:9724:3: ( rule__AbstractImplementation__OwnedAccessConnectionAssignment_12_1_0_1 )
+ // InternalAadl2Parser.g:9724:4: rule__AbstractImplementation__OwnedAccessConnectionAssignment_12_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__OwnedAccessConnectionAssignment_11_1_0_1();
+ rule__AbstractImplementation__OwnedAccessConnectionAssignment_12_1_0_1();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_1());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedAccessConnectionAssignment_12_1_0_1());
}
@@ -49071,24 +46268,24 @@ public final void rule__AbstractImplementation__Alternatives_11_1_0() throws Rec
}
break;
case 3 :
- // InternalAadl2Parser.g:10678:2: ( ( rule__AbstractImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 ) )
+ // InternalAadl2Parser.g:9728:2: ( ( rule__AbstractImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 ) )
{
- // InternalAadl2Parser.g:10678:2: ( ( rule__AbstractImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 ) )
- // InternalAadl2Parser.g:10679:3: ( rule__AbstractImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 )
+ // InternalAadl2Parser.g:9728:2: ( ( rule__AbstractImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 ) )
+ // InternalAadl2Parser.g:9729:3: ( rule__AbstractImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_2());
- // InternalAadl2Parser.g:10680:3: ( rule__AbstractImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 )
- // InternalAadl2Parser.g:10680:4: rule__AbstractImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedFeatureGroupConnectionAssignment_12_1_0_2());
+ // InternalAadl2Parser.g:9730:3: ( rule__AbstractImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 )
+ // InternalAadl2Parser.g:9730:4: rule__AbstractImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2();
+ rule__AbstractImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_2());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedFeatureGroupConnectionAssignment_12_1_0_2());
}
@@ -49096,24 +46293,24 @@ public final void rule__AbstractImplementation__Alternatives_11_1_0() throws Rec
}
break;
case 4 :
- // InternalAadl2Parser.g:10684:2: ( ( rule__AbstractImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 ) )
+ // InternalAadl2Parser.g:9734:2: ( ( rule__AbstractImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 ) )
{
- // InternalAadl2Parser.g:10684:2: ( ( rule__AbstractImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 ) )
- // InternalAadl2Parser.g:10685:3: ( rule__AbstractImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 )
+ // InternalAadl2Parser.g:9734:2: ( ( rule__AbstractImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 ) )
+ // InternalAadl2Parser.g:9735:3: ( rule__AbstractImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_3());
- // InternalAadl2Parser.g:10686:3: ( rule__AbstractImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 )
- // InternalAadl2Parser.g:10686:4: rule__AbstractImplementation__OwnedFeatureConnectionAssignment_11_1_0_3
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedFeatureConnectionAssignment_12_1_0_3());
+ // InternalAadl2Parser.g:9736:3: ( rule__AbstractImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 )
+ // InternalAadl2Parser.g:9736:4: rule__AbstractImplementation__OwnedFeatureConnectionAssignment_12_1_0_3
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__OwnedFeatureConnectionAssignment_11_1_0_3();
+ rule__AbstractImplementation__OwnedFeatureConnectionAssignment_12_1_0_3();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_3());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedFeatureConnectionAssignment_12_1_0_3());
}
@@ -49121,24 +46318,24 @@ public final void rule__AbstractImplementation__Alternatives_11_1_0() throws Rec
}
break;
case 5 :
- // InternalAadl2Parser.g:10690:2: ( ( rule__AbstractImplementation__OwnedParameterConnectionAssignment_11_1_0_4 ) )
+ // InternalAadl2Parser.g:9740:2: ( ( rule__AbstractImplementation__OwnedParameterConnectionAssignment_12_1_0_4 ) )
{
- // InternalAadl2Parser.g:10690:2: ( ( rule__AbstractImplementation__OwnedParameterConnectionAssignment_11_1_0_4 ) )
- // InternalAadl2Parser.g:10691:3: ( rule__AbstractImplementation__OwnedParameterConnectionAssignment_11_1_0_4 )
+ // InternalAadl2Parser.g:9740:2: ( ( rule__AbstractImplementation__OwnedParameterConnectionAssignment_12_1_0_4 ) )
+ // InternalAadl2Parser.g:9741:3: ( rule__AbstractImplementation__OwnedParameterConnectionAssignment_12_1_0_4 )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedParameterConnectionAssignment_11_1_0_4());
- // InternalAadl2Parser.g:10692:3: ( rule__AbstractImplementation__OwnedParameterConnectionAssignment_11_1_0_4 )
- // InternalAadl2Parser.g:10692:4: rule__AbstractImplementation__OwnedParameterConnectionAssignment_11_1_0_4
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedParameterConnectionAssignment_12_1_0_4());
+ // InternalAadl2Parser.g:9742:3: ( rule__AbstractImplementation__OwnedParameterConnectionAssignment_12_1_0_4 )
+ // InternalAadl2Parser.g:9742:4: rule__AbstractImplementation__OwnedParameterConnectionAssignment_12_1_0_4
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__OwnedParameterConnectionAssignment_11_1_0_4();
+ rule__AbstractImplementation__OwnedParameterConnectionAssignment_12_1_0_4();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getOwnedParameterConnectionAssignment_11_1_0_4());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedParameterConnectionAssignment_12_1_0_4());
}
@@ -49159,17 +46356,17 @@ public final void rule__AbstractImplementation__Alternatives_11_1_0() throws Rec
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Alternatives_11_1_0"
+ // $ANTLR end "rule__AbstractImplementation__Alternatives_12_1_0"
- // $ANTLR start "rule__AbstractImplementation__Alternatives_12_1"
- // InternalAadl2Parser.g:10700:1: rule__AbstractImplementation__Alternatives_12_1 : ( ( ( ( rule__AbstractImplementation__Alternatives_12_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__AbstractImplementation__Group_12_1_1__0 ) ) );
- public final void rule__AbstractImplementation__Alternatives_12_1() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Alternatives_13_1"
+ // InternalAadl2Parser.g:9750:1: rule__AbstractImplementation__Alternatives_13_1 : ( ( ( ( rule__AbstractImplementation__Alternatives_13_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_13_1_0 )* ) ) | ( ( rule__AbstractImplementation__Group_13_1_1__0 ) ) );
+ public final void rule__AbstractImplementation__Alternatives_13_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:10704:1: ( ( ( ( rule__AbstractImplementation__Alternatives_12_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__AbstractImplementation__Group_12_1_1__0 ) ) )
+ // InternalAadl2Parser.g:9754:1: ( ( ( ( rule__AbstractImplementation__Alternatives_13_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_13_1_0 )* ) ) | ( ( rule__AbstractImplementation__Group_13_1_1__0 ) ) )
int alt201=2;
int LA201_0 = input.LA(1);
@@ -49187,35 +46384,35 @@ else if ( (LA201_0==None) ) {
}
switch (alt201) {
case 1 :
- // InternalAadl2Parser.g:10705:2: ( ( ( rule__AbstractImplementation__Alternatives_12_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_12_1_0 )* ) )
+ // InternalAadl2Parser.g:9755:2: ( ( ( rule__AbstractImplementation__Alternatives_13_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_13_1_0 )* ) )
{
- // InternalAadl2Parser.g:10705:2: ( ( ( rule__AbstractImplementation__Alternatives_12_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_12_1_0 )* ) )
- // InternalAadl2Parser.g:10706:3: ( ( rule__AbstractImplementation__Alternatives_12_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_12_1_0 )* )
+ // InternalAadl2Parser.g:9755:2: ( ( ( rule__AbstractImplementation__Alternatives_13_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_13_1_0 )* ) )
+ // InternalAadl2Parser.g:9756:3: ( ( rule__AbstractImplementation__Alternatives_13_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_13_1_0 )* )
{
- // InternalAadl2Parser.g:10706:3: ( ( rule__AbstractImplementation__Alternatives_12_1_0 ) )
- // InternalAadl2Parser.g:10707:4: ( rule__AbstractImplementation__Alternatives_12_1_0 )
+ // InternalAadl2Parser.g:9756:3: ( ( rule__AbstractImplementation__Alternatives_13_1_0 ) )
+ // InternalAadl2Parser.g:9757:4: ( rule__AbstractImplementation__Alternatives_13_1_0 )
{
- before(grammarAccess.getAbstractImplementationAccess().getAlternatives_12_1_0());
- // InternalAadl2Parser.g:10708:4: ( rule__AbstractImplementation__Alternatives_12_1_0 )
- // InternalAadl2Parser.g:10708:5: rule__AbstractImplementation__Alternatives_12_1_0
+ before(grammarAccess.getAbstractImplementationAccess().getAlternatives_13_1_0());
+ // InternalAadl2Parser.g:9758:4: ( rule__AbstractImplementation__Alternatives_13_1_0 )
+ // InternalAadl2Parser.g:9758:5: rule__AbstractImplementation__Alternatives_13_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__AbstractImplementation__Alternatives_12_1_0();
+ rule__AbstractImplementation__Alternatives_13_1_0();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getAlternatives_12_1_0());
+ after(grammarAccess.getAbstractImplementationAccess().getAlternatives_13_1_0());
}
- // InternalAadl2Parser.g:10711:3: ( ( rule__AbstractImplementation__Alternatives_12_1_0 )* )
- // InternalAadl2Parser.g:10712:4: ( rule__AbstractImplementation__Alternatives_12_1_0 )*
+ // InternalAadl2Parser.g:9761:3: ( ( rule__AbstractImplementation__Alternatives_13_1_0 )* )
+ // InternalAadl2Parser.g:9762:4: ( rule__AbstractImplementation__Alternatives_13_1_0 )*
{
- before(grammarAccess.getAbstractImplementationAccess().getAlternatives_12_1_0());
- // InternalAadl2Parser.g:10713:4: ( rule__AbstractImplementation__Alternatives_12_1_0 )*
+ before(grammarAccess.getAbstractImplementationAccess().getAlternatives_13_1_0());
+ // InternalAadl2Parser.g:9763:4: ( rule__AbstractImplementation__Alternatives_13_1_0 )*
loop200:
do {
int alt200=2;
@@ -49228,10 +46425,10 @@ else if ( (LA201_0==None) ) {
switch (alt200) {
case 1 :
- // InternalAadl2Parser.g:10713:5: rule__AbstractImplementation__Alternatives_12_1_0
+ // InternalAadl2Parser.g:9763:5: rule__AbstractImplementation__Alternatives_13_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__AbstractImplementation__Alternatives_12_1_0();
+ rule__AbstractImplementation__Alternatives_13_1_0();
state._fsp--;
@@ -49244,7 +46441,7 @@ else if ( (LA201_0==None) ) {
}
} while (true);
- after(grammarAccess.getAbstractImplementationAccess().getAlternatives_12_1_0());
+ after(grammarAccess.getAbstractImplementationAccess().getAlternatives_13_1_0());
}
@@ -49255,24 +46452,24 @@ else if ( (LA201_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:10718:2: ( ( rule__AbstractImplementation__Group_12_1_1__0 ) )
+ // InternalAadl2Parser.g:9768:2: ( ( rule__AbstractImplementation__Group_13_1_1__0 ) )
{
- // InternalAadl2Parser.g:10718:2: ( ( rule__AbstractImplementation__Group_12_1_1__0 ) )
- // InternalAadl2Parser.g:10719:3: ( rule__AbstractImplementation__Group_12_1_1__0 )
+ // InternalAadl2Parser.g:9768:2: ( ( rule__AbstractImplementation__Group_13_1_1__0 ) )
+ // InternalAadl2Parser.g:9769:3: ( rule__AbstractImplementation__Group_13_1_1__0 )
{
- before(grammarAccess.getAbstractImplementationAccess().getGroup_12_1_1());
- // InternalAadl2Parser.g:10720:3: ( rule__AbstractImplementation__Group_12_1_1__0 )
- // InternalAadl2Parser.g:10720:4: rule__AbstractImplementation__Group_12_1_1__0
+ before(grammarAccess.getAbstractImplementationAccess().getGroup_13_1_1());
+ // InternalAadl2Parser.g:9770:3: ( rule__AbstractImplementation__Group_13_1_1__0 )
+ // InternalAadl2Parser.g:9770:4: rule__AbstractImplementation__Group_13_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_12_1_1__0();
+ rule__AbstractImplementation__Group_13_1_1__0();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getGroup_12_1_1());
+ after(grammarAccess.getAbstractImplementationAccess().getGroup_13_1_1());
}
@@ -49293,17 +46490,17 @@ else if ( (LA201_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Alternatives_12_1"
+ // $ANTLR end "rule__AbstractImplementation__Alternatives_13_1"
- // $ANTLR start "rule__AbstractImplementation__Alternatives_12_1_0"
- // InternalAadl2Parser.g:10728:1: rule__AbstractImplementation__Alternatives_12_1_0 : ( ( ( rule__AbstractImplementation__OwnedFlowImplementationAssignment_12_1_0_0 ) ) | ( ( rule__AbstractImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 ) ) );
- public final void rule__AbstractImplementation__Alternatives_12_1_0() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Alternatives_13_1_0"
+ // InternalAadl2Parser.g:9778:1: rule__AbstractImplementation__Alternatives_13_1_0 : ( ( ( rule__AbstractImplementation__OwnedFlowImplementationAssignment_13_1_0_0 ) ) | ( ( rule__AbstractImplementation__OwnedEndToEndFlowAssignment_13_1_0_1 ) ) );
+ public final void rule__AbstractImplementation__Alternatives_13_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:10732:1: ( ( ( rule__AbstractImplementation__OwnedFlowImplementationAssignment_12_1_0_0 ) ) | ( ( rule__AbstractImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 ) ) )
+ // InternalAadl2Parser.g:9782:1: ( ( ( rule__AbstractImplementation__OwnedFlowImplementationAssignment_13_1_0_0 ) ) | ( ( rule__AbstractImplementation__OwnedEndToEndFlowAssignment_13_1_0_1 ) ) )
int alt202=2;
int LA202_0 = input.LA(1);
@@ -49313,12 +46510,12 @@ public final void rule__AbstractImplementation__Alternatives_12_1_0() throws Rec
if ( (LA202_1==Colon) ) {
int LA202_2 = input.LA(3);
- if ( (LA202_2==Refined||LA202_2==End) ) {
- alt202=2;
- }
- else if ( (LA202_2==Flow) ) {
+ if ( (LA202_2==Flow) ) {
alt202=1;
}
+ else if ( (LA202_2==Refined||LA202_2==End) ) {
+ alt202=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 202, 2, input);
@@ -49341,24 +46538,24 @@ else if ( (LA202_2==Flow) ) {
}
switch (alt202) {
case 1 :
- // InternalAadl2Parser.g:10733:2: ( ( rule__AbstractImplementation__OwnedFlowImplementationAssignment_12_1_0_0 ) )
+ // InternalAadl2Parser.g:9783:2: ( ( rule__AbstractImplementation__OwnedFlowImplementationAssignment_13_1_0_0 ) )
{
- // InternalAadl2Parser.g:10733:2: ( ( rule__AbstractImplementation__OwnedFlowImplementationAssignment_12_1_0_0 ) )
- // InternalAadl2Parser.g:10734:3: ( rule__AbstractImplementation__OwnedFlowImplementationAssignment_12_1_0_0 )
+ // InternalAadl2Parser.g:9783:2: ( ( rule__AbstractImplementation__OwnedFlowImplementationAssignment_13_1_0_0 ) )
+ // InternalAadl2Parser.g:9784:3: ( rule__AbstractImplementation__OwnedFlowImplementationAssignment_13_1_0_0 )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0());
- // InternalAadl2Parser.g:10735:3: ( rule__AbstractImplementation__OwnedFlowImplementationAssignment_12_1_0_0 )
- // InternalAadl2Parser.g:10735:4: rule__AbstractImplementation__OwnedFlowImplementationAssignment_12_1_0_0
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedFlowImplementationAssignment_13_1_0_0());
+ // InternalAadl2Parser.g:9785:3: ( rule__AbstractImplementation__OwnedFlowImplementationAssignment_13_1_0_0 )
+ // InternalAadl2Parser.g:9785:4: rule__AbstractImplementation__OwnedFlowImplementationAssignment_13_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__OwnedFlowImplementationAssignment_12_1_0_0();
+ rule__AbstractImplementation__OwnedFlowImplementationAssignment_13_1_0_0();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedFlowImplementationAssignment_13_1_0_0());
}
@@ -49366,24 +46563,24 @@ else if ( (LA202_2==Flow) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:10739:2: ( ( rule__AbstractImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 ) )
+ // InternalAadl2Parser.g:9789:2: ( ( rule__AbstractImplementation__OwnedEndToEndFlowAssignment_13_1_0_1 ) )
{
- // InternalAadl2Parser.g:10739:2: ( ( rule__AbstractImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 ) )
- // InternalAadl2Parser.g:10740:3: ( rule__AbstractImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 )
+ // InternalAadl2Parser.g:9789:2: ( ( rule__AbstractImplementation__OwnedEndToEndFlowAssignment_13_1_0_1 ) )
+ // InternalAadl2Parser.g:9790:3: ( rule__AbstractImplementation__OwnedEndToEndFlowAssignment_13_1_0_1 )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1());
- // InternalAadl2Parser.g:10741:3: ( rule__AbstractImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 )
- // InternalAadl2Parser.g:10741:4: rule__AbstractImplementation__OwnedEndToEndFlowAssignment_12_1_0_1
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedEndToEndFlowAssignment_13_1_0_1());
+ // InternalAadl2Parser.g:9791:3: ( rule__AbstractImplementation__OwnedEndToEndFlowAssignment_13_1_0_1 )
+ // InternalAadl2Parser.g:9791:4: rule__AbstractImplementation__OwnedEndToEndFlowAssignment_13_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__OwnedEndToEndFlowAssignment_12_1_0_1();
+ rule__AbstractImplementation__OwnedEndToEndFlowAssignment_13_1_0_1();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedEndToEndFlowAssignment_13_1_0_1());
}
@@ -49404,17 +46601,17 @@ else if ( (LA202_2==Flow) ) {
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Alternatives_12_1_0"
+ // $ANTLR end "rule__AbstractImplementation__Alternatives_13_1_0"
- // $ANTLR start "rule__AbstractImplementation__Alternatives_13_1"
- // InternalAadl2Parser.g:10749:1: rule__AbstractImplementation__Alternatives_13_1 : ( ( ( ( rule__AbstractImplementation__Alternatives_13_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_13_1_0 )* ) ) | ( ( rule__AbstractImplementation__Group_13_1_1__0 ) ) );
- public final void rule__AbstractImplementation__Alternatives_13_1() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Alternatives_14_1"
+ // InternalAadl2Parser.g:9799:1: rule__AbstractImplementation__Alternatives_14_1 : ( ( ( ( rule__AbstractImplementation__Alternatives_14_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_14_1_0 )* ) ) | ( ( rule__AbstractImplementation__Group_14_1_1__0 ) ) );
+ public final void rule__AbstractImplementation__Alternatives_14_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:10753:1: ( ( ( ( rule__AbstractImplementation__Alternatives_13_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_13_1_0 )* ) ) | ( ( rule__AbstractImplementation__Group_13_1_1__0 ) ) )
+ // InternalAadl2Parser.g:9803:1: ( ( ( ( rule__AbstractImplementation__Alternatives_14_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_14_1_0 )* ) ) | ( ( rule__AbstractImplementation__Group_14_1_1__0 ) ) )
int alt204=2;
int LA204_0 = input.LA(1);
@@ -49432,35 +46629,35 @@ else if ( (LA204_0==None) ) {
}
switch (alt204) {
case 1 :
- // InternalAadl2Parser.g:10754:2: ( ( ( rule__AbstractImplementation__Alternatives_13_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_13_1_0 )* ) )
+ // InternalAadl2Parser.g:9804:2: ( ( ( rule__AbstractImplementation__Alternatives_14_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_14_1_0 )* ) )
{
- // InternalAadl2Parser.g:10754:2: ( ( ( rule__AbstractImplementation__Alternatives_13_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_13_1_0 )* ) )
- // InternalAadl2Parser.g:10755:3: ( ( rule__AbstractImplementation__Alternatives_13_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_13_1_0 )* )
+ // InternalAadl2Parser.g:9804:2: ( ( ( rule__AbstractImplementation__Alternatives_14_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_14_1_0 )* ) )
+ // InternalAadl2Parser.g:9805:3: ( ( rule__AbstractImplementation__Alternatives_14_1_0 ) ) ( ( rule__AbstractImplementation__Alternatives_14_1_0 )* )
{
- // InternalAadl2Parser.g:10755:3: ( ( rule__AbstractImplementation__Alternatives_13_1_0 ) )
- // InternalAadl2Parser.g:10756:4: ( rule__AbstractImplementation__Alternatives_13_1_0 )
+ // InternalAadl2Parser.g:9805:3: ( ( rule__AbstractImplementation__Alternatives_14_1_0 ) )
+ // InternalAadl2Parser.g:9806:4: ( rule__AbstractImplementation__Alternatives_14_1_0 )
{
- before(grammarAccess.getAbstractImplementationAccess().getAlternatives_13_1_0());
- // InternalAadl2Parser.g:10757:4: ( rule__AbstractImplementation__Alternatives_13_1_0 )
- // InternalAadl2Parser.g:10757:5: rule__AbstractImplementation__Alternatives_13_1_0
+ before(grammarAccess.getAbstractImplementationAccess().getAlternatives_14_1_0());
+ // InternalAadl2Parser.g:9807:4: ( rule__AbstractImplementation__Alternatives_14_1_0 )
+ // InternalAadl2Parser.g:9807:5: rule__AbstractImplementation__Alternatives_14_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__AbstractImplementation__Alternatives_13_1_0();
+ rule__AbstractImplementation__Alternatives_14_1_0();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getAlternatives_13_1_0());
+ after(grammarAccess.getAbstractImplementationAccess().getAlternatives_14_1_0());
}
- // InternalAadl2Parser.g:10760:3: ( ( rule__AbstractImplementation__Alternatives_13_1_0 )* )
- // InternalAadl2Parser.g:10761:4: ( rule__AbstractImplementation__Alternatives_13_1_0 )*
+ // InternalAadl2Parser.g:9810:3: ( ( rule__AbstractImplementation__Alternatives_14_1_0 )* )
+ // InternalAadl2Parser.g:9811:4: ( rule__AbstractImplementation__Alternatives_14_1_0 )*
{
- before(grammarAccess.getAbstractImplementationAccess().getAlternatives_13_1_0());
- // InternalAadl2Parser.g:10762:4: ( rule__AbstractImplementation__Alternatives_13_1_0 )*
+ before(grammarAccess.getAbstractImplementationAccess().getAlternatives_14_1_0());
+ // InternalAadl2Parser.g:9812:4: ( rule__AbstractImplementation__Alternatives_14_1_0 )*
loop203:
do {
int alt203=2;
@@ -49473,10 +46670,10 @@ else if ( (LA204_0==None) ) {
switch (alt203) {
case 1 :
- // InternalAadl2Parser.g:10762:5: rule__AbstractImplementation__Alternatives_13_1_0
+ // InternalAadl2Parser.g:9812:5: rule__AbstractImplementation__Alternatives_14_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__AbstractImplementation__Alternatives_13_1_0();
+ rule__AbstractImplementation__Alternatives_14_1_0();
state._fsp--;
@@ -49489,7 +46686,7 @@ else if ( (LA204_0==None) ) {
}
} while (true);
- after(grammarAccess.getAbstractImplementationAccess().getAlternatives_13_1_0());
+ after(grammarAccess.getAbstractImplementationAccess().getAlternatives_14_1_0());
}
@@ -49500,24 +46697,24 @@ else if ( (LA204_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:10767:2: ( ( rule__AbstractImplementation__Group_13_1_1__0 ) )
+ // InternalAadl2Parser.g:9817:2: ( ( rule__AbstractImplementation__Group_14_1_1__0 ) )
{
- // InternalAadl2Parser.g:10767:2: ( ( rule__AbstractImplementation__Group_13_1_1__0 ) )
- // InternalAadl2Parser.g:10768:3: ( rule__AbstractImplementation__Group_13_1_1__0 )
+ // InternalAadl2Parser.g:9817:2: ( ( rule__AbstractImplementation__Group_14_1_1__0 ) )
+ // InternalAadl2Parser.g:9818:3: ( rule__AbstractImplementation__Group_14_1_1__0 )
{
- before(grammarAccess.getAbstractImplementationAccess().getGroup_13_1_1());
- // InternalAadl2Parser.g:10769:3: ( rule__AbstractImplementation__Group_13_1_1__0 )
- // InternalAadl2Parser.g:10769:4: rule__AbstractImplementation__Group_13_1_1__0
+ before(grammarAccess.getAbstractImplementationAccess().getGroup_14_1_1());
+ // InternalAadl2Parser.g:9819:3: ( rule__AbstractImplementation__Group_14_1_1__0 )
+ // InternalAadl2Parser.g:9819:4: rule__AbstractImplementation__Group_14_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_13_1_1__0();
+ rule__AbstractImplementation__Group_14_1_1__0();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getGroup_13_1_1());
+ after(grammarAccess.getAbstractImplementationAccess().getGroup_14_1_1());
}
@@ -49538,17 +46735,17 @@ else if ( (LA204_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Alternatives_13_1"
+ // $ANTLR end "rule__AbstractImplementation__Alternatives_14_1"
- // $ANTLR start "rule__AbstractImplementation__Alternatives_13_1_0"
- // InternalAadl2Parser.g:10777:1: rule__AbstractImplementation__Alternatives_13_1_0 : ( ( ( rule__AbstractImplementation__OwnedModeAssignment_13_1_0_0 ) ) | ( ( rule__AbstractImplementation__OwnedModeTransitionAssignment_13_1_0_1 ) ) );
- public final void rule__AbstractImplementation__Alternatives_13_1_0() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Alternatives_14_1_0"
+ // InternalAadl2Parser.g:9827:1: rule__AbstractImplementation__Alternatives_14_1_0 : ( ( ( rule__AbstractImplementation__OwnedModeAssignment_14_1_0_0 ) ) | ( ( rule__AbstractImplementation__OwnedModeTransitionAssignment_14_1_0_1 ) ) );
+ public final void rule__AbstractImplementation__Alternatives_14_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:10781:1: ( ( ( rule__AbstractImplementation__OwnedModeAssignment_13_1_0_0 ) ) | ( ( rule__AbstractImplementation__OwnedModeTransitionAssignment_13_1_0_1 ) ) )
+ // InternalAadl2Parser.g:9831:1: ( ( ( rule__AbstractImplementation__OwnedModeAssignment_14_1_0_0 ) ) | ( ( rule__AbstractImplementation__OwnedModeTransitionAssignment_14_1_0_1 ) ) )
int alt205=2;
int LA205_0 = input.LA(1);
@@ -49558,12 +46755,12 @@ public final void rule__AbstractImplementation__Alternatives_13_1_0() throws Rec
if ( (LA205_1==Colon) ) {
int LA205_2 = input.LA(3);
- if ( (LA205_2==RULE_ID) ) {
- alt205=2;
- }
- else if ( (LA205_2==Initial||LA205_2==Mode) ) {
+ if ( (LA205_2==Initial||LA205_2==Mode) ) {
alt205=1;
}
+ else if ( (LA205_2==RULE_ID) ) {
+ alt205=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 205, 2, input);
@@ -49589,24 +46786,24 @@ else if ( (LA205_1==HyphenMinusLeftSquareBracket) ) {
}
switch (alt205) {
case 1 :
- // InternalAadl2Parser.g:10782:2: ( ( rule__AbstractImplementation__OwnedModeAssignment_13_1_0_0 ) )
+ // InternalAadl2Parser.g:9832:2: ( ( rule__AbstractImplementation__OwnedModeAssignment_14_1_0_0 ) )
{
- // InternalAadl2Parser.g:10782:2: ( ( rule__AbstractImplementation__OwnedModeAssignment_13_1_0_0 ) )
- // InternalAadl2Parser.g:10783:3: ( rule__AbstractImplementation__OwnedModeAssignment_13_1_0_0 )
+ // InternalAadl2Parser.g:9832:2: ( ( rule__AbstractImplementation__OwnedModeAssignment_14_1_0_0 ) )
+ // InternalAadl2Parser.g:9833:3: ( rule__AbstractImplementation__OwnedModeAssignment_14_1_0_0 )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedModeAssignment_13_1_0_0());
- // InternalAadl2Parser.g:10784:3: ( rule__AbstractImplementation__OwnedModeAssignment_13_1_0_0 )
- // InternalAadl2Parser.g:10784:4: rule__AbstractImplementation__OwnedModeAssignment_13_1_0_0
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedModeAssignment_14_1_0_0());
+ // InternalAadl2Parser.g:9834:3: ( rule__AbstractImplementation__OwnedModeAssignment_14_1_0_0 )
+ // InternalAadl2Parser.g:9834:4: rule__AbstractImplementation__OwnedModeAssignment_14_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__OwnedModeAssignment_13_1_0_0();
+ rule__AbstractImplementation__OwnedModeAssignment_14_1_0_0();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getOwnedModeAssignment_13_1_0_0());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedModeAssignment_14_1_0_0());
}
@@ -49614,24 +46811,24 @@ else if ( (LA205_1==HyphenMinusLeftSquareBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:10788:2: ( ( rule__AbstractImplementation__OwnedModeTransitionAssignment_13_1_0_1 ) )
+ // InternalAadl2Parser.g:9838:2: ( ( rule__AbstractImplementation__OwnedModeTransitionAssignment_14_1_0_1 ) )
{
- // InternalAadl2Parser.g:10788:2: ( ( rule__AbstractImplementation__OwnedModeTransitionAssignment_13_1_0_1 ) )
- // InternalAadl2Parser.g:10789:3: ( rule__AbstractImplementation__OwnedModeTransitionAssignment_13_1_0_1 )
+ // InternalAadl2Parser.g:9838:2: ( ( rule__AbstractImplementation__OwnedModeTransitionAssignment_14_1_0_1 ) )
+ // InternalAadl2Parser.g:9839:3: ( rule__AbstractImplementation__OwnedModeTransitionAssignment_14_1_0_1 )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1());
- // InternalAadl2Parser.g:10790:3: ( rule__AbstractImplementation__OwnedModeTransitionAssignment_13_1_0_1 )
- // InternalAadl2Parser.g:10790:4: rule__AbstractImplementation__OwnedModeTransitionAssignment_13_1_0_1
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedModeTransitionAssignment_14_1_0_1());
+ // InternalAadl2Parser.g:9840:3: ( rule__AbstractImplementation__OwnedModeTransitionAssignment_14_1_0_1 )
+ // InternalAadl2Parser.g:9840:4: rule__AbstractImplementation__OwnedModeTransitionAssignment_14_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__OwnedModeTransitionAssignment_13_1_0_1();
+ rule__AbstractImplementation__OwnedModeTransitionAssignment_14_1_0_1();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedModeTransitionAssignment_14_1_0_1());
}
@@ -49652,17 +46849,17 @@ else if ( (LA205_1==HyphenMinusLeftSquareBracket) ) {
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Alternatives_13_1_0"
+ // $ANTLR end "rule__AbstractImplementation__Alternatives_14_1_0"
- // $ANTLR start "rule__AbstractImplementation__Alternatives_14_1"
- // InternalAadl2Parser.g:10798:1: rule__AbstractImplementation__Alternatives_14_1 : ( ( ( ( rule__AbstractImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__AbstractImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* ) ) | ( ( rule__AbstractImplementation__Group_14_1_1__0 ) ) );
- public final void rule__AbstractImplementation__Alternatives_14_1() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Alternatives_15_1"
+ // InternalAadl2Parser.g:9848:1: rule__AbstractImplementation__Alternatives_15_1 : ( ( ( ( rule__AbstractImplementation__OwnedPropertyAssociationAssignment_15_1_0 ) ) ( ( rule__AbstractImplementation__OwnedPropertyAssociationAssignment_15_1_0 )* ) ) | ( ( rule__AbstractImplementation__Group_15_1_1__0 ) ) );
+ public final void rule__AbstractImplementation__Alternatives_15_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:10802:1: ( ( ( ( rule__AbstractImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__AbstractImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* ) ) | ( ( rule__AbstractImplementation__Group_14_1_1__0 ) ) )
+ // InternalAadl2Parser.g:9852:1: ( ( ( ( rule__AbstractImplementation__OwnedPropertyAssociationAssignment_15_1_0 ) ) ( ( rule__AbstractImplementation__OwnedPropertyAssociationAssignment_15_1_0 )* ) ) | ( ( rule__AbstractImplementation__Group_15_1_1__0 ) ) )
int alt207=2;
int LA207_0 = input.LA(1);
@@ -49680,35 +46877,35 @@ else if ( (LA207_0==None) ) {
}
switch (alt207) {
case 1 :
- // InternalAadl2Parser.g:10803:2: ( ( ( rule__AbstractImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__AbstractImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* ) )
+ // InternalAadl2Parser.g:9853:2: ( ( ( rule__AbstractImplementation__OwnedPropertyAssociationAssignment_15_1_0 ) ) ( ( rule__AbstractImplementation__OwnedPropertyAssociationAssignment_15_1_0 )* ) )
{
- // InternalAadl2Parser.g:10803:2: ( ( ( rule__AbstractImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__AbstractImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* ) )
- // InternalAadl2Parser.g:10804:3: ( ( rule__AbstractImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__AbstractImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* )
+ // InternalAadl2Parser.g:9853:2: ( ( ( rule__AbstractImplementation__OwnedPropertyAssociationAssignment_15_1_0 ) ) ( ( rule__AbstractImplementation__OwnedPropertyAssociationAssignment_15_1_0 )* ) )
+ // InternalAadl2Parser.g:9854:3: ( ( rule__AbstractImplementation__OwnedPropertyAssociationAssignment_15_1_0 ) ) ( ( rule__AbstractImplementation__OwnedPropertyAssociationAssignment_15_1_0 )* )
{
- // InternalAadl2Parser.g:10804:3: ( ( rule__AbstractImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) )
- // InternalAadl2Parser.g:10805:4: ( rule__AbstractImplementation__OwnedPropertyAssociationAssignment_14_1_0 )
+ // InternalAadl2Parser.g:9854:3: ( ( rule__AbstractImplementation__OwnedPropertyAssociationAssignment_15_1_0 ) )
+ // InternalAadl2Parser.g:9855:4: ( rule__AbstractImplementation__OwnedPropertyAssociationAssignment_15_1_0 )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0());
- // InternalAadl2Parser.g:10806:4: ( rule__AbstractImplementation__OwnedPropertyAssociationAssignment_14_1_0 )
- // InternalAadl2Parser.g:10806:5: rule__AbstractImplementation__OwnedPropertyAssociationAssignment_14_1_0
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0());
+ // InternalAadl2Parser.g:9856:4: ( rule__AbstractImplementation__OwnedPropertyAssociationAssignment_15_1_0 )
+ // InternalAadl2Parser.g:9856:5: rule__AbstractImplementation__OwnedPropertyAssociationAssignment_15_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__AbstractImplementation__OwnedPropertyAssociationAssignment_14_1_0();
+ rule__AbstractImplementation__OwnedPropertyAssociationAssignment_15_1_0();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0());
}
- // InternalAadl2Parser.g:10809:3: ( ( rule__AbstractImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* )
- // InternalAadl2Parser.g:10810:4: ( rule__AbstractImplementation__OwnedPropertyAssociationAssignment_14_1_0 )*
+ // InternalAadl2Parser.g:9859:3: ( ( rule__AbstractImplementation__OwnedPropertyAssociationAssignment_15_1_0 )* )
+ // InternalAadl2Parser.g:9860:4: ( rule__AbstractImplementation__OwnedPropertyAssociationAssignment_15_1_0 )*
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0());
- // InternalAadl2Parser.g:10811:4: ( rule__AbstractImplementation__OwnedPropertyAssociationAssignment_14_1_0 )*
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0());
+ // InternalAadl2Parser.g:9861:4: ( rule__AbstractImplementation__OwnedPropertyAssociationAssignment_15_1_0 )*
loop206:
do {
int alt206=2;
@@ -49721,10 +46918,10 @@ else if ( (LA207_0==None) ) {
switch (alt206) {
case 1 :
- // InternalAadl2Parser.g:10811:5: rule__AbstractImplementation__OwnedPropertyAssociationAssignment_14_1_0
+ // InternalAadl2Parser.g:9861:5: rule__AbstractImplementation__OwnedPropertyAssociationAssignment_15_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__AbstractImplementation__OwnedPropertyAssociationAssignment_14_1_0();
+ rule__AbstractImplementation__OwnedPropertyAssociationAssignment_15_1_0();
state._fsp--;
@@ -49737,7 +46934,7 @@ else if ( (LA207_0==None) ) {
}
} while (true);
- after(grammarAccess.getAbstractImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0());
}
@@ -49748,24 +46945,24 @@ else if ( (LA207_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:10816:2: ( ( rule__AbstractImplementation__Group_14_1_1__0 ) )
+ // InternalAadl2Parser.g:9866:2: ( ( rule__AbstractImplementation__Group_15_1_1__0 ) )
{
- // InternalAadl2Parser.g:10816:2: ( ( rule__AbstractImplementation__Group_14_1_1__0 ) )
- // InternalAadl2Parser.g:10817:3: ( rule__AbstractImplementation__Group_14_1_1__0 )
+ // InternalAadl2Parser.g:9866:2: ( ( rule__AbstractImplementation__Group_15_1_1__0 ) )
+ // InternalAadl2Parser.g:9867:3: ( rule__AbstractImplementation__Group_15_1_1__0 )
{
- before(grammarAccess.getAbstractImplementationAccess().getGroup_14_1_1());
- // InternalAadl2Parser.g:10818:3: ( rule__AbstractImplementation__Group_14_1_1__0 )
- // InternalAadl2Parser.g:10818:4: rule__AbstractImplementation__Group_14_1_1__0
+ before(grammarAccess.getAbstractImplementationAccess().getGroup_15_1_1());
+ // InternalAadl2Parser.g:9868:3: ( rule__AbstractImplementation__Group_15_1_1__0 )
+ // InternalAadl2Parser.g:9868:4: rule__AbstractImplementation__Group_15_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_14_1_1__0();
+ rule__AbstractImplementation__Group_15_1_1__0();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getGroup_14_1_1());
+ after(grammarAccess.getAbstractImplementationAccess().getGroup_15_1_1());
}
@@ -49786,17 +46983,17 @@ else if ( (LA207_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Alternatives_14_1"
+ // $ANTLR end "rule__AbstractImplementation__Alternatives_15_1"
- // $ANTLR start "rule__SystemImplementation__Alternatives_6_1"
- // InternalAadl2Parser.g:10826:1: rule__SystemImplementation__Alternatives_6_1 : ( ( ( ( rule__SystemImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__SystemImplementation__OwnedPrototypeAssignment_6_1_0 )* ) ) | ( ( rule__SystemImplementation__Group_6_1_1__0 ) ) );
- public final void rule__SystemImplementation__Alternatives_6_1() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Alternatives_7_1"
+ // InternalAadl2Parser.g:9876:1: rule__SystemImplementation__Alternatives_7_1 : ( ( ( ( rule__SystemImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__SystemImplementation__OwnedPrototypeAssignment_7_1_0 )* ) ) | ( ( rule__SystemImplementation__Group_7_1_1__0 ) ) );
+ public final void rule__SystemImplementation__Alternatives_7_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:10830:1: ( ( ( ( rule__SystemImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__SystemImplementation__OwnedPrototypeAssignment_6_1_0 )* ) ) | ( ( rule__SystemImplementation__Group_6_1_1__0 ) ) )
+ // InternalAadl2Parser.g:9880:1: ( ( ( ( rule__SystemImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__SystemImplementation__OwnedPrototypeAssignment_7_1_0 )* ) ) | ( ( rule__SystemImplementation__Group_7_1_1__0 ) ) )
int alt209=2;
int LA209_0 = input.LA(1);
@@ -49814,35 +47011,35 @@ else if ( (LA209_0==None) ) {
}
switch (alt209) {
case 1 :
- // InternalAadl2Parser.g:10831:2: ( ( ( rule__SystemImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__SystemImplementation__OwnedPrototypeAssignment_6_1_0 )* ) )
+ // InternalAadl2Parser.g:9881:2: ( ( ( rule__SystemImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__SystemImplementation__OwnedPrototypeAssignment_7_1_0 )* ) )
{
- // InternalAadl2Parser.g:10831:2: ( ( ( rule__SystemImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__SystemImplementation__OwnedPrototypeAssignment_6_1_0 )* ) )
- // InternalAadl2Parser.g:10832:3: ( ( rule__SystemImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__SystemImplementation__OwnedPrototypeAssignment_6_1_0 )* )
+ // InternalAadl2Parser.g:9881:2: ( ( ( rule__SystemImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__SystemImplementation__OwnedPrototypeAssignment_7_1_0 )* ) )
+ // InternalAadl2Parser.g:9882:3: ( ( rule__SystemImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__SystemImplementation__OwnedPrototypeAssignment_7_1_0 )* )
{
- // InternalAadl2Parser.g:10832:3: ( ( rule__SystemImplementation__OwnedPrototypeAssignment_6_1_0 ) )
- // InternalAadl2Parser.g:10833:4: ( rule__SystemImplementation__OwnedPrototypeAssignment_6_1_0 )
+ // InternalAadl2Parser.g:9882:3: ( ( rule__SystemImplementation__OwnedPrototypeAssignment_7_1_0 ) )
+ // InternalAadl2Parser.g:9883:4: ( rule__SystemImplementation__OwnedPrototypeAssignment_7_1_0 )
{
- before(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
- // InternalAadl2Parser.g:10834:4: ( rule__SystemImplementation__OwnedPrototypeAssignment_6_1_0 )
- // InternalAadl2Parser.g:10834:5: rule__SystemImplementation__OwnedPrototypeAssignment_6_1_0
+ before(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
+ // InternalAadl2Parser.g:9884:4: ( rule__SystemImplementation__OwnedPrototypeAssignment_7_1_0 )
+ // InternalAadl2Parser.g:9884:5: rule__SystemImplementation__OwnedPrototypeAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SystemImplementation__OwnedPrototypeAssignment_6_1_0();
+ rule__SystemImplementation__OwnedPrototypeAssignment_7_1_0();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
+ after(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
}
- // InternalAadl2Parser.g:10837:3: ( ( rule__SystemImplementation__OwnedPrototypeAssignment_6_1_0 )* )
- // InternalAadl2Parser.g:10838:4: ( rule__SystemImplementation__OwnedPrototypeAssignment_6_1_0 )*
+ // InternalAadl2Parser.g:9887:3: ( ( rule__SystemImplementation__OwnedPrototypeAssignment_7_1_0 )* )
+ // InternalAadl2Parser.g:9888:4: ( rule__SystemImplementation__OwnedPrototypeAssignment_7_1_0 )*
{
- before(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
- // InternalAadl2Parser.g:10839:4: ( rule__SystemImplementation__OwnedPrototypeAssignment_6_1_0 )*
+ before(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
+ // InternalAadl2Parser.g:9889:4: ( rule__SystemImplementation__OwnedPrototypeAssignment_7_1_0 )*
loop208:
do {
int alt208=2;
@@ -49855,10 +47052,10 @@ else if ( (LA209_0==None) ) {
switch (alt208) {
case 1 :
- // InternalAadl2Parser.g:10839:5: rule__SystemImplementation__OwnedPrototypeAssignment_6_1_0
+ // InternalAadl2Parser.g:9889:5: rule__SystemImplementation__OwnedPrototypeAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SystemImplementation__OwnedPrototypeAssignment_6_1_0();
+ rule__SystemImplementation__OwnedPrototypeAssignment_7_1_0();
state._fsp--;
@@ -49871,7 +47068,7 @@ else if ( (LA209_0==None) ) {
}
} while (true);
- after(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
+ after(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
}
@@ -49882,24 +47079,24 @@ else if ( (LA209_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:10844:2: ( ( rule__SystemImplementation__Group_6_1_1__0 ) )
+ // InternalAadl2Parser.g:9894:2: ( ( rule__SystemImplementation__Group_7_1_1__0 ) )
{
- // InternalAadl2Parser.g:10844:2: ( ( rule__SystemImplementation__Group_6_1_1__0 ) )
- // InternalAadl2Parser.g:10845:3: ( rule__SystemImplementation__Group_6_1_1__0 )
+ // InternalAadl2Parser.g:9894:2: ( ( rule__SystemImplementation__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:9895:3: ( rule__SystemImplementation__Group_7_1_1__0 )
{
- before(grammarAccess.getSystemImplementationAccess().getGroup_6_1_1());
- // InternalAadl2Parser.g:10846:3: ( rule__SystemImplementation__Group_6_1_1__0 )
- // InternalAadl2Parser.g:10846:4: rule__SystemImplementation__Group_6_1_1__0
+ before(grammarAccess.getSystemImplementationAccess().getGroup_7_1_1());
+ // InternalAadl2Parser.g:9896:3: ( rule__SystemImplementation__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:9896:4: rule__SystemImplementation__Group_7_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_6_1_1__0();
+ rule__SystemImplementation__Group_7_1_1__0();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getGroup_6_1_1());
+ after(grammarAccess.getSystemImplementationAccess().getGroup_7_1_1());
}
@@ -49920,17 +47117,17 @@ else if ( (LA209_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Alternatives_6_1"
+ // $ANTLR end "rule__SystemImplementation__Alternatives_7_1"
- // $ANTLR start "rule__SystemImplementation__Alternatives_7_1"
- // InternalAadl2Parser.g:10854:1: rule__SystemImplementation__Alternatives_7_1 : ( ( ( ( rule__SystemImplementation__Alternatives_7_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_7_1_0 )* ) ) | ( ( rule__SystemImplementation__Group_7_1_1__0 ) ) );
- public final void rule__SystemImplementation__Alternatives_7_1() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Alternatives_8_1"
+ // InternalAadl2Parser.g:9904:1: rule__SystemImplementation__Alternatives_8_1 : ( ( ( ( rule__SystemImplementation__Alternatives_8_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_8_1_0 )* ) ) | ( ( rule__SystemImplementation__Group_8_1_1__0 ) ) );
+ public final void rule__SystemImplementation__Alternatives_8_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:10858:1: ( ( ( ( rule__SystemImplementation__Alternatives_7_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_7_1_0 )* ) ) | ( ( rule__SystemImplementation__Group_7_1_1__0 ) ) )
+ // InternalAadl2Parser.g:9908:1: ( ( ( ( rule__SystemImplementation__Alternatives_8_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_8_1_0 )* ) ) | ( ( rule__SystemImplementation__Group_8_1_1__0 ) ) )
int alt211=2;
int LA211_0 = input.LA(1);
@@ -49948,35 +47145,35 @@ else if ( (LA211_0==None) ) {
}
switch (alt211) {
case 1 :
- // InternalAadl2Parser.g:10859:2: ( ( ( rule__SystemImplementation__Alternatives_7_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_7_1_0 )* ) )
+ // InternalAadl2Parser.g:9909:2: ( ( ( rule__SystemImplementation__Alternatives_8_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_8_1_0 )* ) )
{
- // InternalAadl2Parser.g:10859:2: ( ( ( rule__SystemImplementation__Alternatives_7_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_7_1_0 )* ) )
- // InternalAadl2Parser.g:10860:3: ( ( rule__SystemImplementation__Alternatives_7_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_7_1_0 )* )
+ // InternalAadl2Parser.g:9909:2: ( ( ( rule__SystemImplementation__Alternatives_8_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_8_1_0 )* ) )
+ // InternalAadl2Parser.g:9910:3: ( ( rule__SystemImplementation__Alternatives_8_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_8_1_0 )* )
{
- // InternalAadl2Parser.g:10860:3: ( ( rule__SystemImplementation__Alternatives_7_1_0 ) )
- // InternalAadl2Parser.g:10861:4: ( rule__SystemImplementation__Alternatives_7_1_0 )
+ // InternalAadl2Parser.g:9910:3: ( ( rule__SystemImplementation__Alternatives_8_1_0 ) )
+ // InternalAadl2Parser.g:9911:4: ( rule__SystemImplementation__Alternatives_8_1_0 )
{
- before(grammarAccess.getSystemImplementationAccess().getAlternatives_7_1_0());
- // InternalAadl2Parser.g:10862:4: ( rule__SystemImplementation__Alternatives_7_1_0 )
- // InternalAadl2Parser.g:10862:5: rule__SystemImplementation__Alternatives_7_1_0
+ before(grammarAccess.getSystemImplementationAccess().getAlternatives_8_1_0());
+ // InternalAadl2Parser.g:9912:4: ( rule__SystemImplementation__Alternatives_8_1_0 )
+ // InternalAadl2Parser.g:9912:5: rule__SystemImplementation__Alternatives_8_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SystemImplementation__Alternatives_7_1_0();
+ rule__SystemImplementation__Alternatives_8_1_0();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getAlternatives_7_1_0());
+ after(grammarAccess.getSystemImplementationAccess().getAlternatives_8_1_0());
}
- // InternalAadl2Parser.g:10865:3: ( ( rule__SystemImplementation__Alternatives_7_1_0 )* )
- // InternalAadl2Parser.g:10866:4: ( rule__SystemImplementation__Alternatives_7_1_0 )*
+ // InternalAadl2Parser.g:9915:3: ( ( rule__SystemImplementation__Alternatives_8_1_0 )* )
+ // InternalAadl2Parser.g:9916:4: ( rule__SystemImplementation__Alternatives_8_1_0 )*
{
- before(grammarAccess.getSystemImplementationAccess().getAlternatives_7_1_0());
- // InternalAadl2Parser.g:10867:4: ( rule__SystemImplementation__Alternatives_7_1_0 )*
+ before(grammarAccess.getSystemImplementationAccess().getAlternatives_8_1_0());
+ // InternalAadl2Parser.g:9917:4: ( rule__SystemImplementation__Alternatives_8_1_0 )*
loop210:
do {
int alt210=2;
@@ -49989,10 +47186,10 @@ else if ( (LA211_0==None) ) {
switch (alt210) {
case 1 :
- // InternalAadl2Parser.g:10867:5: rule__SystemImplementation__Alternatives_7_1_0
+ // InternalAadl2Parser.g:9917:5: rule__SystemImplementation__Alternatives_8_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SystemImplementation__Alternatives_7_1_0();
+ rule__SystemImplementation__Alternatives_8_1_0();
state._fsp--;
@@ -50005,7 +47202,7 @@ else if ( (LA211_0==None) ) {
}
} while (true);
- after(grammarAccess.getSystemImplementationAccess().getAlternatives_7_1_0());
+ after(grammarAccess.getSystemImplementationAccess().getAlternatives_8_1_0());
}
@@ -50016,24 +47213,24 @@ else if ( (LA211_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:10872:2: ( ( rule__SystemImplementation__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:9922:2: ( ( rule__SystemImplementation__Group_8_1_1__0 ) )
{
- // InternalAadl2Parser.g:10872:2: ( ( rule__SystemImplementation__Group_7_1_1__0 ) )
- // InternalAadl2Parser.g:10873:3: ( rule__SystemImplementation__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:9922:2: ( ( rule__SystemImplementation__Group_8_1_1__0 ) )
+ // InternalAadl2Parser.g:9923:3: ( rule__SystemImplementation__Group_8_1_1__0 )
{
- before(grammarAccess.getSystemImplementationAccess().getGroup_7_1_1());
- // InternalAadl2Parser.g:10874:3: ( rule__SystemImplementation__Group_7_1_1__0 )
- // InternalAadl2Parser.g:10874:4: rule__SystemImplementation__Group_7_1_1__0
+ before(grammarAccess.getSystemImplementationAccess().getGroup_8_1_1());
+ // InternalAadl2Parser.g:9924:3: ( rule__SystemImplementation__Group_8_1_1__0 )
+ // InternalAadl2Parser.g:9924:4: rule__SystemImplementation__Group_8_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_7_1_1__0();
+ rule__SystemImplementation__Group_8_1_1__0();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getGroup_7_1_1());
+ after(grammarAccess.getSystemImplementationAccess().getGroup_8_1_1());
}
@@ -50054,39 +47251,39 @@ else if ( (LA211_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Alternatives_7_1"
+ // $ANTLR end "rule__SystemImplementation__Alternatives_8_1"
- // $ANTLR start "rule__SystemImplementation__Alternatives_7_1_0"
- // InternalAadl2Parser.g:10882:1: rule__SystemImplementation__Alternatives_7_1_0 : ( ( ( rule__SystemImplementation__OwnedSystemSubcomponentAssignment_7_1_0_0 ) ) | ( ( rule__SystemImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1 ) ) | ( ( rule__SystemImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2 ) ) | ( ( rule__SystemImplementation__OwnedProcessSubcomponentAssignment_7_1_0_3 ) ) | ( ( rule__SystemImplementation__OwnedProcessorSubcomponentAssignment_7_1_0_4 ) ) | ( ( rule__SystemImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_5 ) ) | ( ( rule__SystemImplementation__OwnedMemorySubcomponentAssignment_7_1_0_6 ) ) | ( ( rule__SystemImplementation__OwnedDeviceSubcomponentAssignment_7_1_0_7 ) ) | ( ( rule__SystemImplementation__OwnedBusSubcomponentAssignment_7_1_0_8 ) ) | ( ( rule__SystemImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_9 ) ) | ( ( rule__SystemImplementation__OwnedDataSubcomponentAssignment_7_1_0_10 ) ) | ( ( rule__SystemImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_11 ) ) );
- public final void rule__SystemImplementation__Alternatives_7_1_0() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Alternatives_8_1_0"
+ // InternalAadl2Parser.g:9932:1: rule__SystemImplementation__Alternatives_8_1_0 : ( ( ( rule__SystemImplementation__OwnedSystemSubcomponentAssignment_8_1_0_0 ) ) | ( ( rule__SystemImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1 ) ) | ( ( rule__SystemImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_2 ) ) | ( ( rule__SystemImplementation__OwnedProcessSubcomponentAssignment_8_1_0_3 ) ) | ( ( rule__SystemImplementation__OwnedProcessorSubcomponentAssignment_8_1_0_4 ) ) | ( ( rule__SystemImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_5 ) ) | ( ( rule__SystemImplementation__OwnedMemorySubcomponentAssignment_8_1_0_6 ) ) | ( ( rule__SystemImplementation__OwnedDeviceSubcomponentAssignment_8_1_0_7 ) ) | ( ( rule__SystemImplementation__OwnedBusSubcomponentAssignment_8_1_0_8 ) ) | ( ( rule__SystemImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_9 ) ) | ( ( rule__SystemImplementation__OwnedDataSubcomponentAssignment_8_1_0_10 ) ) | ( ( rule__SystemImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_11 ) ) );
+ public final void rule__SystemImplementation__Alternatives_8_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:10886:1: ( ( ( rule__SystemImplementation__OwnedSystemSubcomponentAssignment_7_1_0_0 ) ) | ( ( rule__SystemImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1 ) ) | ( ( rule__SystemImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2 ) ) | ( ( rule__SystemImplementation__OwnedProcessSubcomponentAssignment_7_1_0_3 ) ) | ( ( rule__SystemImplementation__OwnedProcessorSubcomponentAssignment_7_1_0_4 ) ) | ( ( rule__SystemImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_5 ) ) | ( ( rule__SystemImplementation__OwnedMemorySubcomponentAssignment_7_1_0_6 ) ) | ( ( rule__SystemImplementation__OwnedDeviceSubcomponentAssignment_7_1_0_7 ) ) | ( ( rule__SystemImplementation__OwnedBusSubcomponentAssignment_7_1_0_8 ) ) | ( ( rule__SystemImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_9 ) ) | ( ( rule__SystemImplementation__OwnedDataSubcomponentAssignment_7_1_0_10 ) ) | ( ( rule__SystemImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_11 ) ) )
+ // InternalAadl2Parser.g:9936:1: ( ( ( rule__SystemImplementation__OwnedSystemSubcomponentAssignment_8_1_0_0 ) ) | ( ( rule__SystemImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1 ) ) | ( ( rule__SystemImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_2 ) ) | ( ( rule__SystemImplementation__OwnedProcessSubcomponentAssignment_8_1_0_3 ) ) | ( ( rule__SystemImplementation__OwnedProcessorSubcomponentAssignment_8_1_0_4 ) ) | ( ( rule__SystemImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_5 ) ) | ( ( rule__SystemImplementation__OwnedMemorySubcomponentAssignment_8_1_0_6 ) ) | ( ( rule__SystemImplementation__OwnedDeviceSubcomponentAssignment_8_1_0_7 ) ) | ( ( rule__SystemImplementation__OwnedBusSubcomponentAssignment_8_1_0_8 ) ) | ( ( rule__SystemImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_9 ) ) | ( ( rule__SystemImplementation__OwnedDataSubcomponentAssignment_8_1_0_10 ) ) | ( ( rule__SystemImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_11 ) ) )
int alt212=12;
alt212 = dfa212.predict(input);
switch (alt212) {
case 1 :
- // InternalAadl2Parser.g:10887:2: ( ( rule__SystemImplementation__OwnedSystemSubcomponentAssignment_7_1_0_0 ) )
+ // InternalAadl2Parser.g:9937:2: ( ( rule__SystemImplementation__OwnedSystemSubcomponentAssignment_8_1_0_0 ) )
{
- // InternalAadl2Parser.g:10887:2: ( ( rule__SystemImplementation__OwnedSystemSubcomponentAssignment_7_1_0_0 ) )
- // InternalAadl2Parser.g:10888:3: ( rule__SystemImplementation__OwnedSystemSubcomponentAssignment_7_1_0_0 )
+ // InternalAadl2Parser.g:9937:2: ( ( rule__SystemImplementation__OwnedSystemSubcomponentAssignment_8_1_0_0 ) )
+ // InternalAadl2Parser.g:9938:3: ( rule__SystemImplementation__OwnedSystemSubcomponentAssignment_8_1_0_0 )
{
- before(grammarAccess.getSystemImplementationAccess().getOwnedSystemSubcomponentAssignment_7_1_0_0());
- // InternalAadl2Parser.g:10889:3: ( rule__SystemImplementation__OwnedSystemSubcomponentAssignment_7_1_0_0 )
- // InternalAadl2Parser.g:10889:4: rule__SystemImplementation__OwnedSystemSubcomponentAssignment_7_1_0_0
+ before(grammarAccess.getSystemImplementationAccess().getOwnedSystemSubcomponentAssignment_8_1_0_0());
+ // InternalAadl2Parser.g:9939:3: ( rule__SystemImplementation__OwnedSystemSubcomponentAssignment_8_1_0_0 )
+ // InternalAadl2Parser.g:9939:4: rule__SystemImplementation__OwnedSystemSubcomponentAssignment_8_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__OwnedSystemSubcomponentAssignment_7_1_0_0();
+ rule__SystemImplementation__OwnedSystemSubcomponentAssignment_8_1_0_0();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getOwnedSystemSubcomponentAssignment_7_1_0_0());
+ after(grammarAccess.getSystemImplementationAccess().getOwnedSystemSubcomponentAssignment_8_1_0_0());
}
@@ -50094,24 +47291,24 @@ public final void rule__SystemImplementation__Alternatives_7_1_0() throws Recogn
}
break;
case 2 :
- // InternalAadl2Parser.g:10893:2: ( ( rule__SystemImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1 ) )
+ // InternalAadl2Parser.g:9943:2: ( ( rule__SystemImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1 ) )
{
- // InternalAadl2Parser.g:10893:2: ( ( rule__SystemImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1 ) )
- // InternalAadl2Parser.g:10894:3: ( rule__SystemImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1 )
+ // InternalAadl2Parser.g:9943:2: ( ( rule__SystemImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1 ) )
+ // InternalAadl2Parser.g:9944:3: ( rule__SystemImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1 )
{
- before(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_1());
- // InternalAadl2Parser.g:10895:3: ( rule__SystemImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1 )
- // InternalAadl2Parser.g:10895:4: rule__SystemImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1
+ before(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramSubcomponentAssignment_8_1_0_1());
+ // InternalAadl2Parser.g:9945:3: ( rule__SystemImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1 )
+ // InternalAadl2Parser.g:9945:4: rule__SystemImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1();
+ rule__SystemImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_1());
+ after(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramSubcomponentAssignment_8_1_0_1());
}
@@ -50119,24 +47316,24 @@ public final void rule__SystemImplementation__Alternatives_7_1_0() throws Recogn
}
break;
case 3 :
- // InternalAadl2Parser.g:10899:2: ( ( rule__SystemImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2 ) )
+ // InternalAadl2Parser.g:9949:2: ( ( rule__SystemImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_2 ) )
{
- // InternalAadl2Parser.g:10899:2: ( ( rule__SystemImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2 ) )
- // InternalAadl2Parser.g:10900:3: ( rule__SystemImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2 )
+ // InternalAadl2Parser.g:9949:2: ( ( rule__SystemImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_2 ) )
+ // InternalAadl2Parser.g:9950:3: ( rule__SystemImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_2 )
{
- before(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_7_1_0_2());
- // InternalAadl2Parser.g:10901:3: ( rule__SystemImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2 )
- // InternalAadl2Parser.g:10901:4: rule__SystemImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2
+ before(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_8_1_0_2());
+ // InternalAadl2Parser.g:9951:3: ( rule__SystemImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_2 )
+ // InternalAadl2Parser.g:9951:4: rule__SystemImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_2
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2();
+ rule__SystemImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_2();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_7_1_0_2());
+ after(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_8_1_0_2());
}
@@ -50144,24 +47341,24 @@ public final void rule__SystemImplementation__Alternatives_7_1_0() throws Recogn
}
break;
case 4 :
- // InternalAadl2Parser.g:10905:2: ( ( rule__SystemImplementation__OwnedProcessSubcomponentAssignment_7_1_0_3 ) )
+ // InternalAadl2Parser.g:9955:2: ( ( rule__SystemImplementation__OwnedProcessSubcomponentAssignment_8_1_0_3 ) )
{
- // InternalAadl2Parser.g:10905:2: ( ( rule__SystemImplementation__OwnedProcessSubcomponentAssignment_7_1_0_3 ) )
- // InternalAadl2Parser.g:10906:3: ( rule__SystemImplementation__OwnedProcessSubcomponentAssignment_7_1_0_3 )
+ // InternalAadl2Parser.g:9955:2: ( ( rule__SystemImplementation__OwnedProcessSubcomponentAssignment_8_1_0_3 ) )
+ // InternalAadl2Parser.g:9956:3: ( rule__SystemImplementation__OwnedProcessSubcomponentAssignment_8_1_0_3 )
{
- before(grammarAccess.getSystemImplementationAccess().getOwnedProcessSubcomponentAssignment_7_1_0_3());
- // InternalAadl2Parser.g:10907:3: ( rule__SystemImplementation__OwnedProcessSubcomponentAssignment_7_1_0_3 )
- // InternalAadl2Parser.g:10907:4: rule__SystemImplementation__OwnedProcessSubcomponentAssignment_7_1_0_3
+ before(grammarAccess.getSystemImplementationAccess().getOwnedProcessSubcomponentAssignment_8_1_0_3());
+ // InternalAadl2Parser.g:9957:3: ( rule__SystemImplementation__OwnedProcessSubcomponentAssignment_8_1_0_3 )
+ // InternalAadl2Parser.g:9957:4: rule__SystemImplementation__OwnedProcessSubcomponentAssignment_8_1_0_3
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__OwnedProcessSubcomponentAssignment_7_1_0_3();
+ rule__SystemImplementation__OwnedProcessSubcomponentAssignment_8_1_0_3();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getOwnedProcessSubcomponentAssignment_7_1_0_3());
+ after(grammarAccess.getSystemImplementationAccess().getOwnedProcessSubcomponentAssignment_8_1_0_3());
}
@@ -50169,24 +47366,24 @@ public final void rule__SystemImplementation__Alternatives_7_1_0() throws Recogn
}
break;
case 5 :
- // InternalAadl2Parser.g:10911:2: ( ( rule__SystemImplementation__OwnedProcessorSubcomponentAssignment_7_1_0_4 ) )
+ // InternalAadl2Parser.g:9961:2: ( ( rule__SystemImplementation__OwnedProcessorSubcomponentAssignment_8_1_0_4 ) )
{
- // InternalAadl2Parser.g:10911:2: ( ( rule__SystemImplementation__OwnedProcessorSubcomponentAssignment_7_1_0_4 ) )
- // InternalAadl2Parser.g:10912:3: ( rule__SystemImplementation__OwnedProcessorSubcomponentAssignment_7_1_0_4 )
+ // InternalAadl2Parser.g:9961:2: ( ( rule__SystemImplementation__OwnedProcessorSubcomponentAssignment_8_1_0_4 ) )
+ // InternalAadl2Parser.g:9962:3: ( rule__SystemImplementation__OwnedProcessorSubcomponentAssignment_8_1_0_4 )
{
- before(grammarAccess.getSystemImplementationAccess().getOwnedProcessorSubcomponentAssignment_7_1_0_4());
- // InternalAadl2Parser.g:10913:3: ( rule__SystemImplementation__OwnedProcessorSubcomponentAssignment_7_1_0_4 )
- // InternalAadl2Parser.g:10913:4: rule__SystemImplementation__OwnedProcessorSubcomponentAssignment_7_1_0_4
+ before(grammarAccess.getSystemImplementationAccess().getOwnedProcessorSubcomponentAssignment_8_1_0_4());
+ // InternalAadl2Parser.g:9963:3: ( rule__SystemImplementation__OwnedProcessorSubcomponentAssignment_8_1_0_4 )
+ // InternalAadl2Parser.g:9963:4: rule__SystemImplementation__OwnedProcessorSubcomponentAssignment_8_1_0_4
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__OwnedProcessorSubcomponentAssignment_7_1_0_4();
+ rule__SystemImplementation__OwnedProcessorSubcomponentAssignment_8_1_0_4();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getOwnedProcessorSubcomponentAssignment_7_1_0_4());
+ after(grammarAccess.getSystemImplementationAccess().getOwnedProcessorSubcomponentAssignment_8_1_0_4());
}
@@ -50194,24 +47391,24 @@ public final void rule__SystemImplementation__Alternatives_7_1_0() throws Recogn
}
break;
case 6 :
- // InternalAadl2Parser.g:10917:2: ( ( rule__SystemImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_5 ) )
+ // InternalAadl2Parser.g:9967:2: ( ( rule__SystemImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_5 ) )
{
- // InternalAadl2Parser.g:10917:2: ( ( rule__SystemImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_5 ) )
- // InternalAadl2Parser.g:10918:3: ( rule__SystemImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_5 )
+ // InternalAadl2Parser.g:9967:2: ( ( rule__SystemImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_5 ) )
+ // InternalAadl2Parser.g:9968:3: ( rule__SystemImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_5 )
{
- before(grammarAccess.getSystemImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_7_1_0_5());
- // InternalAadl2Parser.g:10919:3: ( rule__SystemImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_5 )
- // InternalAadl2Parser.g:10919:4: rule__SystemImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_5
+ before(grammarAccess.getSystemImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_8_1_0_5());
+ // InternalAadl2Parser.g:9969:3: ( rule__SystemImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_5 )
+ // InternalAadl2Parser.g:9969:4: rule__SystemImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_5
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_5();
+ rule__SystemImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_5();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_7_1_0_5());
+ after(grammarAccess.getSystemImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_8_1_0_5());
}
@@ -50219,24 +47416,24 @@ public final void rule__SystemImplementation__Alternatives_7_1_0() throws Recogn
}
break;
case 7 :
- // InternalAadl2Parser.g:10923:2: ( ( rule__SystemImplementation__OwnedMemorySubcomponentAssignment_7_1_0_6 ) )
+ // InternalAadl2Parser.g:9973:2: ( ( rule__SystemImplementation__OwnedMemorySubcomponentAssignment_8_1_0_6 ) )
{
- // InternalAadl2Parser.g:10923:2: ( ( rule__SystemImplementation__OwnedMemorySubcomponentAssignment_7_1_0_6 ) )
- // InternalAadl2Parser.g:10924:3: ( rule__SystemImplementation__OwnedMemorySubcomponentAssignment_7_1_0_6 )
+ // InternalAadl2Parser.g:9973:2: ( ( rule__SystemImplementation__OwnedMemorySubcomponentAssignment_8_1_0_6 ) )
+ // InternalAadl2Parser.g:9974:3: ( rule__SystemImplementation__OwnedMemorySubcomponentAssignment_8_1_0_6 )
{
- before(grammarAccess.getSystemImplementationAccess().getOwnedMemorySubcomponentAssignment_7_1_0_6());
- // InternalAadl2Parser.g:10925:3: ( rule__SystemImplementation__OwnedMemorySubcomponentAssignment_7_1_0_6 )
- // InternalAadl2Parser.g:10925:4: rule__SystemImplementation__OwnedMemorySubcomponentAssignment_7_1_0_6
+ before(grammarAccess.getSystemImplementationAccess().getOwnedMemorySubcomponentAssignment_8_1_0_6());
+ // InternalAadl2Parser.g:9975:3: ( rule__SystemImplementation__OwnedMemorySubcomponentAssignment_8_1_0_6 )
+ // InternalAadl2Parser.g:9975:4: rule__SystemImplementation__OwnedMemorySubcomponentAssignment_8_1_0_6
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__OwnedMemorySubcomponentAssignment_7_1_0_6();
+ rule__SystemImplementation__OwnedMemorySubcomponentAssignment_8_1_0_6();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getOwnedMemorySubcomponentAssignment_7_1_0_6());
+ after(grammarAccess.getSystemImplementationAccess().getOwnedMemorySubcomponentAssignment_8_1_0_6());
}
@@ -50244,24 +47441,24 @@ public final void rule__SystemImplementation__Alternatives_7_1_0() throws Recogn
}
break;
case 8 :
- // InternalAadl2Parser.g:10929:2: ( ( rule__SystemImplementation__OwnedDeviceSubcomponentAssignment_7_1_0_7 ) )
+ // InternalAadl2Parser.g:9979:2: ( ( rule__SystemImplementation__OwnedDeviceSubcomponentAssignment_8_1_0_7 ) )
{
- // InternalAadl2Parser.g:10929:2: ( ( rule__SystemImplementation__OwnedDeviceSubcomponentAssignment_7_1_0_7 ) )
- // InternalAadl2Parser.g:10930:3: ( rule__SystemImplementation__OwnedDeviceSubcomponentAssignment_7_1_0_7 )
+ // InternalAadl2Parser.g:9979:2: ( ( rule__SystemImplementation__OwnedDeviceSubcomponentAssignment_8_1_0_7 ) )
+ // InternalAadl2Parser.g:9980:3: ( rule__SystemImplementation__OwnedDeviceSubcomponentAssignment_8_1_0_7 )
{
- before(grammarAccess.getSystemImplementationAccess().getOwnedDeviceSubcomponentAssignment_7_1_0_7());
- // InternalAadl2Parser.g:10931:3: ( rule__SystemImplementation__OwnedDeviceSubcomponentAssignment_7_1_0_7 )
- // InternalAadl2Parser.g:10931:4: rule__SystemImplementation__OwnedDeviceSubcomponentAssignment_7_1_0_7
+ before(grammarAccess.getSystemImplementationAccess().getOwnedDeviceSubcomponentAssignment_8_1_0_7());
+ // InternalAadl2Parser.g:9981:3: ( rule__SystemImplementation__OwnedDeviceSubcomponentAssignment_8_1_0_7 )
+ // InternalAadl2Parser.g:9981:4: rule__SystemImplementation__OwnedDeviceSubcomponentAssignment_8_1_0_7
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__OwnedDeviceSubcomponentAssignment_7_1_0_7();
+ rule__SystemImplementation__OwnedDeviceSubcomponentAssignment_8_1_0_7();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getOwnedDeviceSubcomponentAssignment_7_1_0_7());
+ after(grammarAccess.getSystemImplementationAccess().getOwnedDeviceSubcomponentAssignment_8_1_0_7());
}
@@ -50269,24 +47466,24 @@ public final void rule__SystemImplementation__Alternatives_7_1_0() throws Recogn
}
break;
case 9 :
- // InternalAadl2Parser.g:10935:2: ( ( rule__SystemImplementation__OwnedBusSubcomponentAssignment_7_1_0_8 ) )
+ // InternalAadl2Parser.g:9985:2: ( ( rule__SystemImplementation__OwnedBusSubcomponentAssignment_8_1_0_8 ) )
{
- // InternalAadl2Parser.g:10935:2: ( ( rule__SystemImplementation__OwnedBusSubcomponentAssignment_7_1_0_8 ) )
- // InternalAadl2Parser.g:10936:3: ( rule__SystemImplementation__OwnedBusSubcomponentAssignment_7_1_0_8 )
+ // InternalAadl2Parser.g:9985:2: ( ( rule__SystemImplementation__OwnedBusSubcomponentAssignment_8_1_0_8 ) )
+ // InternalAadl2Parser.g:9986:3: ( rule__SystemImplementation__OwnedBusSubcomponentAssignment_8_1_0_8 )
{
- before(grammarAccess.getSystemImplementationAccess().getOwnedBusSubcomponentAssignment_7_1_0_8());
- // InternalAadl2Parser.g:10937:3: ( rule__SystemImplementation__OwnedBusSubcomponentAssignment_7_1_0_8 )
- // InternalAadl2Parser.g:10937:4: rule__SystemImplementation__OwnedBusSubcomponentAssignment_7_1_0_8
+ before(grammarAccess.getSystemImplementationAccess().getOwnedBusSubcomponentAssignment_8_1_0_8());
+ // InternalAadl2Parser.g:9987:3: ( rule__SystemImplementation__OwnedBusSubcomponentAssignment_8_1_0_8 )
+ // InternalAadl2Parser.g:9987:4: rule__SystemImplementation__OwnedBusSubcomponentAssignment_8_1_0_8
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__OwnedBusSubcomponentAssignment_7_1_0_8();
+ rule__SystemImplementation__OwnedBusSubcomponentAssignment_8_1_0_8();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getOwnedBusSubcomponentAssignment_7_1_0_8());
+ after(grammarAccess.getSystemImplementationAccess().getOwnedBusSubcomponentAssignment_8_1_0_8());
}
@@ -50294,24 +47491,24 @@ public final void rule__SystemImplementation__Alternatives_7_1_0() throws Recogn
}
break;
case 10 :
- // InternalAadl2Parser.g:10941:2: ( ( rule__SystemImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_9 ) )
+ // InternalAadl2Parser.g:9991:2: ( ( rule__SystemImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_9 ) )
{
- // InternalAadl2Parser.g:10941:2: ( ( rule__SystemImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_9 ) )
- // InternalAadl2Parser.g:10942:3: ( rule__SystemImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_9 )
+ // InternalAadl2Parser.g:9991:2: ( ( rule__SystemImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_9 ) )
+ // InternalAadl2Parser.g:9992:3: ( rule__SystemImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_9 )
{
- before(grammarAccess.getSystemImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_9());
- // InternalAadl2Parser.g:10943:3: ( rule__SystemImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_9 )
- // InternalAadl2Parser.g:10943:4: rule__SystemImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_9
+ before(grammarAccess.getSystemImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_8_1_0_9());
+ // InternalAadl2Parser.g:9993:3: ( rule__SystemImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_9 )
+ // InternalAadl2Parser.g:9993:4: rule__SystemImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_9
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_9();
+ rule__SystemImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_9();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_9());
+ after(grammarAccess.getSystemImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_8_1_0_9());
}
@@ -50319,24 +47516,24 @@ public final void rule__SystemImplementation__Alternatives_7_1_0() throws Recogn
}
break;
case 11 :
- // InternalAadl2Parser.g:10947:2: ( ( rule__SystemImplementation__OwnedDataSubcomponentAssignment_7_1_0_10 ) )
+ // InternalAadl2Parser.g:9997:2: ( ( rule__SystemImplementation__OwnedDataSubcomponentAssignment_8_1_0_10 ) )
{
- // InternalAadl2Parser.g:10947:2: ( ( rule__SystemImplementation__OwnedDataSubcomponentAssignment_7_1_0_10 ) )
- // InternalAadl2Parser.g:10948:3: ( rule__SystemImplementation__OwnedDataSubcomponentAssignment_7_1_0_10 )
+ // InternalAadl2Parser.g:9997:2: ( ( rule__SystemImplementation__OwnedDataSubcomponentAssignment_8_1_0_10 ) )
+ // InternalAadl2Parser.g:9998:3: ( rule__SystemImplementation__OwnedDataSubcomponentAssignment_8_1_0_10 )
{
- before(grammarAccess.getSystemImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_10());
- // InternalAadl2Parser.g:10949:3: ( rule__SystemImplementation__OwnedDataSubcomponentAssignment_7_1_0_10 )
- // InternalAadl2Parser.g:10949:4: rule__SystemImplementation__OwnedDataSubcomponentAssignment_7_1_0_10
+ before(grammarAccess.getSystemImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_10());
+ // InternalAadl2Parser.g:9999:3: ( rule__SystemImplementation__OwnedDataSubcomponentAssignment_8_1_0_10 )
+ // InternalAadl2Parser.g:9999:4: rule__SystemImplementation__OwnedDataSubcomponentAssignment_8_1_0_10
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__OwnedDataSubcomponentAssignment_7_1_0_10();
+ rule__SystemImplementation__OwnedDataSubcomponentAssignment_8_1_0_10();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_10());
+ after(grammarAccess.getSystemImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_10());
}
@@ -50344,24 +47541,24 @@ public final void rule__SystemImplementation__Alternatives_7_1_0() throws Recogn
}
break;
case 12 :
- // InternalAadl2Parser.g:10953:2: ( ( rule__SystemImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_11 ) )
+ // InternalAadl2Parser.g:10003:2: ( ( rule__SystemImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_11 ) )
{
- // InternalAadl2Parser.g:10953:2: ( ( rule__SystemImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_11 ) )
- // InternalAadl2Parser.g:10954:3: ( rule__SystemImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_11 )
+ // InternalAadl2Parser.g:10003:2: ( ( rule__SystemImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_11 ) )
+ // InternalAadl2Parser.g:10004:3: ( rule__SystemImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_11 )
{
- before(grammarAccess.getSystemImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_11());
- // InternalAadl2Parser.g:10955:3: ( rule__SystemImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_11 )
- // InternalAadl2Parser.g:10955:4: rule__SystemImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_11
+ before(grammarAccess.getSystemImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_11());
+ // InternalAadl2Parser.g:10005:3: ( rule__SystemImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_11 )
+ // InternalAadl2Parser.g:10005:4: rule__SystemImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_11
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_11();
+ rule__SystemImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_11();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_11());
+ after(grammarAccess.getSystemImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_11());
}
@@ -50382,17 +47579,17 @@ public final void rule__SystemImplementation__Alternatives_7_1_0() throws Recogn
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Alternatives_7_1_0"
+ // $ANTLR end "rule__SystemImplementation__Alternatives_8_1_0"
- // $ANTLR start "rule__SystemImplementation__Alternatives_8_1"
- // InternalAadl2Parser.g:10963:1: rule__SystemImplementation__Alternatives_8_1 : ( ( ( rule__SystemImplementation__OwnedEventSourceAssignment_8_1_0 ) ) | ( ( rule__SystemImplementation__OwnedEventDataSourceAssignment_8_1_1 ) ) );
- public final void rule__SystemImplementation__Alternatives_8_1() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Alternatives_9_2"
+ // InternalAadl2Parser.g:10013:1: rule__SystemImplementation__Alternatives_9_2 : ( ( ( rule__SystemImplementation__OwnedEventSourceAssignment_9_2_0 ) ) | ( ( rule__SystemImplementation__OwnedEventDataSourceAssignment_9_2_1 ) ) );
+ public final void rule__SystemImplementation__Alternatives_9_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:10967:1: ( ( ( rule__SystemImplementation__OwnedEventSourceAssignment_8_1_0 ) ) | ( ( rule__SystemImplementation__OwnedEventDataSourceAssignment_8_1_1 ) ) )
+ // InternalAadl2Parser.g:10017:1: ( ( ( rule__SystemImplementation__OwnedEventSourceAssignment_9_2_0 ) ) | ( ( rule__SystemImplementation__OwnedEventDataSourceAssignment_9_2_1 ) ) )
int alt213=2;
int LA213_0 = input.LA(1);
@@ -50405,12 +47602,12 @@ public final void rule__SystemImplementation__Alternatives_8_1() throws Recognit
if ( (LA213_2==Event) ) {
int LA213_3 = input.LA(4);
- if ( (LA213_3==Data) ) {
- alt213=2;
- }
- else if ( (LA213_3==Semicolon||LA213_3==LeftCurlyBracket) ) {
+ if ( (LA213_3==Semicolon||LA213_3==LeftCurlyBracket) ) {
alt213=1;
}
+ else if ( (LA213_3==Data) ) {
+ alt213=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 213, 3, input);
@@ -50440,24 +47637,24 @@ else if ( (LA213_3==Semicolon||LA213_3==LeftCurlyBracket) ) {
}
switch (alt213) {
case 1 :
- // InternalAadl2Parser.g:10968:2: ( ( rule__SystemImplementation__OwnedEventSourceAssignment_8_1_0 ) )
+ // InternalAadl2Parser.g:10018:2: ( ( rule__SystemImplementation__OwnedEventSourceAssignment_9_2_0 ) )
{
- // InternalAadl2Parser.g:10968:2: ( ( rule__SystemImplementation__OwnedEventSourceAssignment_8_1_0 ) )
- // InternalAadl2Parser.g:10969:3: ( rule__SystemImplementation__OwnedEventSourceAssignment_8_1_0 )
+ // InternalAadl2Parser.g:10018:2: ( ( rule__SystemImplementation__OwnedEventSourceAssignment_9_2_0 ) )
+ // InternalAadl2Parser.g:10019:3: ( rule__SystemImplementation__OwnedEventSourceAssignment_9_2_0 )
{
- before(grammarAccess.getSystemImplementationAccess().getOwnedEventSourceAssignment_8_1_0());
- // InternalAadl2Parser.g:10970:3: ( rule__SystemImplementation__OwnedEventSourceAssignment_8_1_0 )
- // InternalAadl2Parser.g:10970:4: rule__SystemImplementation__OwnedEventSourceAssignment_8_1_0
+ before(grammarAccess.getSystemImplementationAccess().getOwnedEventSourceAssignment_9_2_0());
+ // InternalAadl2Parser.g:10020:3: ( rule__SystemImplementation__OwnedEventSourceAssignment_9_2_0 )
+ // InternalAadl2Parser.g:10020:4: rule__SystemImplementation__OwnedEventSourceAssignment_9_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__OwnedEventSourceAssignment_8_1_0();
+ rule__SystemImplementation__OwnedEventSourceAssignment_9_2_0();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getOwnedEventSourceAssignment_8_1_0());
+ after(grammarAccess.getSystemImplementationAccess().getOwnedEventSourceAssignment_9_2_0());
}
@@ -50465,24 +47662,24 @@ else if ( (LA213_3==Semicolon||LA213_3==LeftCurlyBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:10974:2: ( ( rule__SystemImplementation__OwnedEventDataSourceAssignment_8_1_1 ) )
+ // InternalAadl2Parser.g:10024:2: ( ( rule__SystemImplementation__OwnedEventDataSourceAssignment_9_2_1 ) )
{
- // InternalAadl2Parser.g:10974:2: ( ( rule__SystemImplementation__OwnedEventDataSourceAssignment_8_1_1 ) )
- // InternalAadl2Parser.g:10975:3: ( rule__SystemImplementation__OwnedEventDataSourceAssignment_8_1_1 )
+ // InternalAadl2Parser.g:10024:2: ( ( rule__SystemImplementation__OwnedEventDataSourceAssignment_9_2_1 ) )
+ // InternalAadl2Parser.g:10025:3: ( rule__SystemImplementation__OwnedEventDataSourceAssignment_9_2_1 )
{
- before(grammarAccess.getSystemImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1());
- // InternalAadl2Parser.g:10976:3: ( rule__SystemImplementation__OwnedEventDataSourceAssignment_8_1_1 )
- // InternalAadl2Parser.g:10976:4: rule__SystemImplementation__OwnedEventDataSourceAssignment_8_1_1
+ before(grammarAccess.getSystemImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1());
+ // InternalAadl2Parser.g:10026:3: ( rule__SystemImplementation__OwnedEventDataSourceAssignment_9_2_1 )
+ // InternalAadl2Parser.g:10026:4: rule__SystemImplementation__OwnedEventDataSourceAssignment_9_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__OwnedEventDataSourceAssignment_8_1_1();
+ rule__SystemImplementation__OwnedEventDataSourceAssignment_9_2_1();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1());
+ after(grammarAccess.getSystemImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1());
}
@@ -50503,17 +47700,17 @@ else if ( (LA213_3==Semicolon||LA213_3==LeftCurlyBracket) ) {
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Alternatives_8_1"
+ // $ANTLR end "rule__SystemImplementation__Alternatives_9_2"
- // $ANTLR start "rule__SystemImplementation__Alternatives_9_1"
- // InternalAadl2Parser.g:10984:1: rule__SystemImplementation__Alternatives_9_1 : ( ( ( rule__SystemImplementation__OwnedPortProxyAssignment_9_1_0 ) ) | ( ( rule__SystemImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) ) );
- public final void rule__SystemImplementation__Alternatives_9_1() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Alternatives_10_2"
+ // InternalAadl2Parser.g:10034:1: rule__SystemImplementation__Alternatives_10_2 : ( ( ( rule__SystemImplementation__OwnedPortProxyAssignment_10_2_0 ) ) | ( ( rule__SystemImplementation__OwnedSubprogramProxyAssignment_10_2_1 ) ) );
+ public final void rule__SystemImplementation__Alternatives_10_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:10988:1: ( ( ( rule__SystemImplementation__OwnedPortProxyAssignment_9_1_0 ) ) | ( ( rule__SystemImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) ) )
+ // InternalAadl2Parser.g:10038:1: ( ( ( rule__SystemImplementation__OwnedPortProxyAssignment_10_2_0 ) ) | ( ( rule__SystemImplementation__OwnedSubprogramProxyAssignment_10_2_1 ) ) )
int alt214=2;
int LA214_0 = input.LA(1);
@@ -50551,24 +47748,24 @@ else if ( (LA214_2==Port) ) {
}
switch (alt214) {
case 1 :
- // InternalAadl2Parser.g:10989:2: ( ( rule__SystemImplementation__OwnedPortProxyAssignment_9_1_0 ) )
+ // InternalAadl2Parser.g:10039:2: ( ( rule__SystemImplementation__OwnedPortProxyAssignment_10_2_0 ) )
{
- // InternalAadl2Parser.g:10989:2: ( ( rule__SystemImplementation__OwnedPortProxyAssignment_9_1_0 ) )
- // InternalAadl2Parser.g:10990:3: ( rule__SystemImplementation__OwnedPortProxyAssignment_9_1_0 )
+ // InternalAadl2Parser.g:10039:2: ( ( rule__SystemImplementation__OwnedPortProxyAssignment_10_2_0 ) )
+ // InternalAadl2Parser.g:10040:3: ( rule__SystemImplementation__OwnedPortProxyAssignment_10_2_0 )
{
- before(grammarAccess.getSystemImplementationAccess().getOwnedPortProxyAssignment_9_1_0());
- // InternalAadl2Parser.g:10991:3: ( rule__SystemImplementation__OwnedPortProxyAssignment_9_1_0 )
- // InternalAadl2Parser.g:10991:4: rule__SystemImplementation__OwnedPortProxyAssignment_9_1_0
+ before(grammarAccess.getSystemImplementationAccess().getOwnedPortProxyAssignment_10_2_0());
+ // InternalAadl2Parser.g:10041:3: ( rule__SystemImplementation__OwnedPortProxyAssignment_10_2_0 )
+ // InternalAadl2Parser.g:10041:4: rule__SystemImplementation__OwnedPortProxyAssignment_10_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__OwnedPortProxyAssignment_9_1_0();
+ rule__SystemImplementation__OwnedPortProxyAssignment_10_2_0();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getOwnedPortProxyAssignment_9_1_0());
+ after(grammarAccess.getSystemImplementationAccess().getOwnedPortProxyAssignment_10_2_0());
}
@@ -50576,24 +47773,24 @@ else if ( (LA214_2==Port) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:10995:2: ( ( rule__SystemImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) )
+ // InternalAadl2Parser.g:10045:2: ( ( rule__SystemImplementation__OwnedSubprogramProxyAssignment_10_2_1 ) )
{
- // InternalAadl2Parser.g:10995:2: ( ( rule__SystemImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) )
- // InternalAadl2Parser.g:10996:3: ( rule__SystemImplementation__OwnedSubprogramProxyAssignment_9_1_1 )
+ // InternalAadl2Parser.g:10045:2: ( ( rule__SystemImplementation__OwnedSubprogramProxyAssignment_10_2_1 ) )
+ // InternalAadl2Parser.g:10046:3: ( rule__SystemImplementation__OwnedSubprogramProxyAssignment_10_2_1 )
{
- before(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1());
- // InternalAadl2Parser.g:10997:3: ( rule__SystemImplementation__OwnedSubprogramProxyAssignment_9_1_1 )
- // InternalAadl2Parser.g:10997:4: rule__SystemImplementation__OwnedSubprogramProxyAssignment_9_1_1
+ before(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramProxyAssignment_10_2_1());
+ // InternalAadl2Parser.g:10047:3: ( rule__SystemImplementation__OwnedSubprogramProxyAssignment_10_2_1 )
+ // InternalAadl2Parser.g:10047:4: rule__SystemImplementation__OwnedSubprogramProxyAssignment_10_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__OwnedSubprogramProxyAssignment_9_1_1();
+ rule__SystemImplementation__OwnedSubprogramProxyAssignment_10_2_1();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1());
+ after(grammarAccess.getSystemImplementationAccess().getOwnedSubprogramProxyAssignment_10_2_1());
}
@@ -50614,17 +47811,17 @@ else if ( (LA214_2==Port) ) {
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Alternatives_9_1"
+ // $ANTLR end "rule__SystemImplementation__Alternatives_10_2"
- // $ANTLR start "rule__SystemImplementation__Alternatives_10_1"
- // InternalAadl2Parser.g:11005:1: rule__SystemImplementation__Alternatives_10_1 : ( ( ( ( rule__SystemImplementation__Alternatives_10_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_10_1_0 )* ) ) | ( ( rule__SystemImplementation__Group_10_1_1__0 ) ) );
- public final void rule__SystemImplementation__Alternatives_10_1() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Alternatives_11_1"
+ // InternalAadl2Parser.g:10055:1: rule__SystemImplementation__Alternatives_11_1 : ( ( ( ( rule__SystemImplementation__Alternatives_11_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__SystemImplementation__Group_11_1_1__0 ) ) );
+ public final void rule__SystemImplementation__Alternatives_11_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11009:1: ( ( ( ( rule__SystemImplementation__Alternatives_10_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_10_1_0 )* ) ) | ( ( rule__SystemImplementation__Group_10_1_1__0 ) ) )
+ // InternalAadl2Parser.g:10059:1: ( ( ( ( rule__SystemImplementation__Alternatives_11_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__SystemImplementation__Group_11_1_1__0 ) ) )
int alt216=2;
int LA216_0 = input.LA(1);
@@ -50642,35 +47839,35 @@ else if ( (LA216_0==None) ) {
}
switch (alt216) {
case 1 :
- // InternalAadl2Parser.g:11010:2: ( ( ( rule__SystemImplementation__Alternatives_10_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_10_1_0 )* ) )
+ // InternalAadl2Parser.g:10060:2: ( ( ( rule__SystemImplementation__Alternatives_11_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_11_1_0 )* ) )
{
- // InternalAadl2Parser.g:11010:2: ( ( ( rule__SystemImplementation__Alternatives_10_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_10_1_0 )* ) )
- // InternalAadl2Parser.g:11011:3: ( ( rule__SystemImplementation__Alternatives_10_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_10_1_0 )* )
+ // InternalAadl2Parser.g:10060:2: ( ( ( rule__SystemImplementation__Alternatives_11_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_11_1_0 )* ) )
+ // InternalAadl2Parser.g:10061:3: ( ( rule__SystemImplementation__Alternatives_11_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_11_1_0 )* )
{
- // InternalAadl2Parser.g:11011:3: ( ( rule__SystemImplementation__Alternatives_10_1_0 ) )
- // InternalAadl2Parser.g:11012:4: ( rule__SystemImplementation__Alternatives_10_1_0 )
+ // InternalAadl2Parser.g:10061:3: ( ( rule__SystemImplementation__Alternatives_11_1_0 ) )
+ // InternalAadl2Parser.g:10062:4: ( rule__SystemImplementation__Alternatives_11_1_0 )
{
- before(grammarAccess.getSystemImplementationAccess().getAlternatives_10_1_0());
- // InternalAadl2Parser.g:11013:4: ( rule__SystemImplementation__Alternatives_10_1_0 )
- // InternalAadl2Parser.g:11013:5: rule__SystemImplementation__Alternatives_10_1_0
+ before(grammarAccess.getSystemImplementationAccess().getAlternatives_11_1_0());
+ // InternalAadl2Parser.g:10063:4: ( rule__SystemImplementation__Alternatives_11_1_0 )
+ // InternalAadl2Parser.g:10063:5: rule__SystemImplementation__Alternatives_11_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SystemImplementation__Alternatives_10_1_0();
+ rule__SystemImplementation__Alternatives_11_1_0();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getAlternatives_10_1_0());
+ after(grammarAccess.getSystemImplementationAccess().getAlternatives_11_1_0());
}
- // InternalAadl2Parser.g:11016:3: ( ( rule__SystemImplementation__Alternatives_10_1_0 )* )
- // InternalAadl2Parser.g:11017:4: ( rule__SystemImplementation__Alternatives_10_1_0 )*
+ // InternalAadl2Parser.g:10066:3: ( ( rule__SystemImplementation__Alternatives_11_1_0 )* )
+ // InternalAadl2Parser.g:10067:4: ( rule__SystemImplementation__Alternatives_11_1_0 )*
{
- before(grammarAccess.getSystemImplementationAccess().getAlternatives_10_1_0());
- // InternalAadl2Parser.g:11018:4: ( rule__SystemImplementation__Alternatives_10_1_0 )*
+ before(grammarAccess.getSystemImplementationAccess().getAlternatives_11_1_0());
+ // InternalAadl2Parser.g:10068:4: ( rule__SystemImplementation__Alternatives_11_1_0 )*
loop215:
do {
int alt215=2;
@@ -50683,10 +47880,10 @@ else if ( (LA216_0==None) ) {
switch (alt215) {
case 1 :
- // InternalAadl2Parser.g:11018:5: rule__SystemImplementation__Alternatives_10_1_0
+ // InternalAadl2Parser.g:10068:5: rule__SystemImplementation__Alternatives_11_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SystemImplementation__Alternatives_10_1_0();
+ rule__SystemImplementation__Alternatives_11_1_0();
state._fsp--;
@@ -50699,7 +47896,7 @@ else if ( (LA216_0==None) ) {
}
} while (true);
- after(grammarAccess.getSystemImplementationAccess().getAlternatives_10_1_0());
+ after(grammarAccess.getSystemImplementationAccess().getAlternatives_11_1_0());
}
@@ -50710,24 +47907,24 @@ else if ( (LA216_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:11023:2: ( ( rule__SystemImplementation__Group_10_1_1__0 ) )
+ // InternalAadl2Parser.g:10073:2: ( ( rule__SystemImplementation__Group_11_1_1__0 ) )
{
- // InternalAadl2Parser.g:11023:2: ( ( rule__SystemImplementation__Group_10_1_1__0 ) )
- // InternalAadl2Parser.g:11024:3: ( rule__SystemImplementation__Group_10_1_1__0 )
+ // InternalAadl2Parser.g:10073:2: ( ( rule__SystemImplementation__Group_11_1_1__0 ) )
+ // InternalAadl2Parser.g:10074:3: ( rule__SystemImplementation__Group_11_1_1__0 )
{
- before(grammarAccess.getSystemImplementationAccess().getGroup_10_1_1());
- // InternalAadl2Parser.g:11025:3: ( rule__SystemImplementation__Group_10_1_1__0 )
- // InternalAadl2Parser.g:11025:4: rule__SystemImplementation__Group_10_1_1__0
+ before(grammarAccess.getSystemImplementationAccess().getGroup_11_1_1());
+ // InternalAadl2Parser.g:10075:3: ( rule__SystemImplementation__Group_11_1_1__0 )
+ // InternalAadl2Parser.g:10075:4: rule__SystemImplementation__Group_11_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_10_1_1__0();
+ rule__SystemImplementation__Group_11_1_1__0();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getGroup_10_1_1());
+ after(grammarAccess.getSystemImplementationAccess().getGroup_11_1_1());
}
@@ -50748,39 +47945,39 @@ else if ( (LA216_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Alternatives_10_1"
+ // $ANTLR end "rule__SystemImplementation__Alternatives_11_1"
- // $ANTLR start "rule__SystemImplementation__Alternatives_10_1_0"
- // InternalAadl2Parser.g:11033:1: rule__SystemImplementation__Alternatives_10_1_0 : ( ( ( rule__SystemImplementation__OwnedPortConnectionAssignment_10_1_0_0 ) ) | ( ( rule__SystemImplementation__OwnedAccessConnectionAssignment_10_1_0_1 ) ) | ( ( rule__SystemImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 ) ) | ( ( rule__SystemImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 ) ) );
- public final void rule__SystemImplementation__Alternatives_10_1_0() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Alternatives_11_1_0"
+ // InternalAadl2Parser.g:10083:1: rule__SystemImplementation__Alternatives_11_1_0 : ( ( ( rule__SystemImplementation__OwnedPortConnectionAssignment_11_1_0_0 ) ) | ( ( rule__SystemImplementation__OwnedAccessConnectionAssignment_11_1_0_1 ) ) | ( ( rule__SystemImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 ) ) | ( ( rule__SystemImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 ) ) );
+ public final void rule__SystemImplementation__Alternatives_11_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11037:1: ( ( ( rule__SystemImplementation__OwnedPortConnectionAssignment_10_1_0_0 ) ) | ( ( rule__SystemImplementation__OwnedAccessConnectionAssignment_10_1_0_1 ) ) | ( ( rule__SystemImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 ) ) | ( ( rule__SystemImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 ) ) )
+ // InternalAadl2Parser.g:10087:1: ( ( ( rule__SystemImplementation__OwnedPortConnectionAssignment_11_1_0_0 ) ) | ( ( rule__SystemImplementation__OwnedAccessConnectionAssignment_11_1_0_1 ) ) | ( ( rule__SystemImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 ) ) | ( ( rule__SystemImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 ) ) )
int alt217=4;
alt217 = dfa217.predict(input);
switch (alt217) {
case 1 :
- // InternalAadl2Parser.g:11038:2: ( ( rule__SystemImplementation__OwnedPortConnectionAssignment_10_1_0_0 ) )
+ // InternalAadl2Parser.g:10088:2: ( ( rule__SystemImplementation__OwnedPortConnectionAssignment_11_1_0_0 ) )
{
- // InternalAadl2Parser.g:11038:2: ( ( rule__SystemImplementation__OwnedPortConnectionAssignment_10_1_0_0 ) )
- // InternalAadl2Parser.g:11039:3: ( rule__SystemImplementation__OwnedPortConnectionAssignment_10_1_0_0 )
+ // InternalAadl2Parser.g:10088:2: ( ( rule__SystemImplementation__OwnedPortConnectionAssignment_11_1_0_0 ) )
+ // InternalAadl2Parser.g:10089:3: ( rule__SystemImplementation__OwnedPortConnectionAssignment_11_1_0_0 )
{
- before(grammarAccess.getSystemImplementationAccess().getOwnedPortConnectionAssignment_10_1_0_0());
- // InternalAadl2Parser.g:11040:3: ( rule__SystemImplementation__OwnedPortConnectionAssignment_10_1_0_0 )
- // InternalAadl2Parser.g:11040:4: rule__SystemImplementation__OwnedPortConnectionAssignment_10_1_0_0
+ before(grammarAccess.getSystemImplementationAccess().getOwnedPortConnectionAssignment_11_1_0_0());
+ // InternalAadl2Parser.g:10090:3: ( rule__SystemImplementation__OwnedPortConnectionAssignment_11_1_0_0 )
+ // InternalAadl2Parser.g:10090:4: rule__SystemImplementation__OwnedPortConnectionAssignment_11_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__OwnedPortConnectionAssignment_10_1_0_0();
+ rule__SystemImplementation__OwnedPortConnectionAssignment_11_1_0_0();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getOwnedPortConnectionAssignment_10_1_0_0());
+ after(grammarAccess.getSystemImplementationAccess().getOwnedPortConnectionAssignment_11_1_0_0());
}
@@ -50788,24 +47985,24 @@ public final void rule__SystemImplementation__Alternatives_10_1_0() throws Recog
}
break;
case 2 :
- // InternalAadl2Parser.g:11044:2: ( ( rule__SystemImplementation__OwnedAccessConnectionAssignment_10_1_0_1 ) )
+ // InternalAadl2Parser.g:10094:2: ( ( rule__SystemImplementation__OwnedAccessConnectionAssignment_11_1_0_1 ) )
{
- // InternalAadl2Parser.g:11044:2: ( ( rule__SystemImplementation__OwnedAccessConnectionAssignment_10_1_0_1 ) )
- // InternalAadl2Parser.g:11045:3: ( rule__SystemImplementation__OwnedAccessConnectionAssignment_10_1_0_1 )
+ // InternalAadl2Parser.g:10094:2: ( ( rule__SystemImplementation__OwnedAccessConnectionAssignment_11_1_0_1 ) )
+ // InternalAadl2Parser.g:10095:3: ( rule__SystemImplementation__OwnedAccessConnectionAssignment_11_1_0_1 )
{
- before(grammarAccess.getSystemImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_1());
- // InternalAadl2Parser.g:11046:3: ( rule__SystemImplementation__OwnedAccessConnectionAssignment_10_1_0_1 )
- // InternalAadl2Parser.g:11046:4: rule__SystemImplementation__OwnedAccessConnectionAssignment_10_1_0_1
+ before(grammarAccess.getSystemImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_1());
+ // InternalAadl2Parser.g:10096:3: ( rule__SystemImplementation__OwnedAccessConnectionAssignment_11_1_0_1 )
+ // InternalAadl2Parser.g:10096:4: rule__SystemImplementation__OwnedAccessConnectionAssignment_11_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__OwnedAccessConnectionAssignment_10_1_0_1();
+ rule__SystemImplementation__OwnedAccessConnectionAssignment_11_1_0_1();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_1());
+ after(grammarAccess.getSystemImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_1());
}
@@ -50813,24 +48010,24 @@ public final void rule__SystemImplementation__Alternatives_10_1_0() throws Recog
}
break;
case 3 :
- // InternalAadl2Parser.g:11050:2: ( ( rule__SystemImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 ) )
+ // InternalAadl2Parser.g:10100:2: ( ( rule__SystemImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 ) )
{
- // InternalAadl2Parser.g:11050:2: ( ( rule__SystemImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 ) )
- // InternalAadl2Parser.g:11051:3: ( rule__SystemImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 )
+ // InternalAadl2Parser.g:10100:2: ( ( rule__SystemImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 ) )
+ // InternalAadl2Parser.g:10101:3: ( rule__SystemImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 )
{
- before(grammarAccess.getSystemImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_2());
- // InternalAadl2Parser.g:11052:3: ( rule__SystemImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 )
- // InternalAadl2Parser.g:11052:4: rule__SystemImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2
+ before(grammarAccess.getSystemImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_2());
+ // InternalAadl2Parser.g:10102:3: ( rule__SystemImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 )
+ // InternalAadl2Parser.g:10102:4: rule__SystemImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2();
+ rule__SystemImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_2());
+ after(grammarAccess.getSystemImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_2());
}
@@ -50838,24 +48035,24 @@ public final void rule__SystemImplementation__Alternatives_10_1_0() throws Recog
}
break;
case 4 :
- // InternalAadl2Parser.g:11056:2: ( ( rule__SystemImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 ) )
+ // InternalAadl2Parser.g:10106:2: ( ( rule__SystemImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 ) )
{
- // InternalAadl2Parser.g:11056:2: ( ( rule__SystemImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 ) )
- // InternalAadl2Parser.g:11057:3: ( rule__SystemImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 )
+ // InternalAadl2Parser.g:10106:2: ( ( rule__SystemImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 ) )
+ // InternalAadl2Parser.g:10107:3: ( rule__SystemImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 )
{
- before(grammarAccess.getSystemImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_3());
- // InternalAadl2Parser.g:11058:3: ( rule__SystemImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 )
- // InternalAadl2Parser.g:11058:4: rule__SystemImplementation__OwnedFeatureConnectionAssignment_10_1_0_3
+ before(grammarAccess.getSystemImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_3());
+ // InternalAadl2Parser.g:10108:3: ( rule__SystemImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 )
+ // InternalAadl2Parser.g:10108:4: rule__SystemImplementation__OwnedFeatureConnectionAssignment_11_1_0_3
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__OwnedFeatureConnectionAssignment_10_1_0_3();
+ rule__SystemImplementation__OwnedFeatureConnectionAssignment_11_1_0_3();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_3());
+ after(grammarAccess.getSystemImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_3());
}
@@ -50876,17 +48073,17 @@ public final void rule__SystemImplementation__Alternatives_10_1_0() throws Recog
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Alternatives_10_1_0"
+ // $ANTLR end "rule__SystemImplementation__Alternatives_11_1_0"
- // $ANTLR start "rule__SystemImplementation__Alternatives_11_1"
- // InternalAadl2Parser.g:11066:1: rule__SystemImplementation__Alternatives_11_1 : ( ( ( ( rule__SystemImplementation__Alternatives_11_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__SystemImplementation__Group_11_1_1__0 ) ) );
- public final void rule__SystemImplementation__Alternatives_11_1() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Alternatives_12_1"
+ // InternalAadl2Parser.g:10116:1: rule__SystemImplementation__Alternatives_12_1 : ( ( ( ( rule__SystemImplementation__Alternatives_12_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__SystemImplementation__Group_12_1_1__0 ) ) );
+ public final void rule__SystemImplementation__Alternatives_12_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11070:1: ( ( ( ( rule__SystemImplementation__Alternatives_11_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__SystemImplementation__Group_11_1_1__0 ) ) )
+ // InternalAadl2Parser.g:10120:1: ( ( ( ( rule__SystemImplementation__Alternatives_12_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__SystemImplementation__Group_12_1_1__0 ) ) )
int alt219=2;
int LA219_0 = input.LA(1);
@@ -50904,35 +48101,35 @@ else if ( (LA219_0==None) ) {
}
switch (alt219) {
case 1 :
- // InternalAadl2Parser.g:11071:2: ( ( ( rule__SystemImplementation__Alternatives_11_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_11_1_0 )* ) )
+ // InternalAadl2Parser.g:10121:2: ( ( ( rule__SystemImplementation__Alternatives_12_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_12_1_0 )* ) )
{
- // InternalAadl2Parser.g:11071:2: ( ( ( rule__SystemImplementation__Alternatives_11_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_11_1_0 )* ) )
- // InternalAadl2Parser.g:11072:3: ( ( rule__SystemImplementation__Alternatives_11_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_11_1_0 )* )
+ // InternalAadl2Parser.g:10121:2: ( ( ( rule__SystemImplementation__Alternatives_12_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_12_1_0 )* ) )
+ // InternalAadl2Parser.g:10122:3: ( ( rule__SystemImplementation__Alternatives_12_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_12_1_0 )* )
{
- // InternalAadl2Parser.g:11072:3: ( ( rule__SystemImplementation__Alternatives_11_1_0 ) )
- // InternalAadl2Parser.g:11073:4: ( rule__SystemImplementation__Alternatives_11_1_0 )
+ // InternalAadl2Parser.g:10122:3: ( ( rule__SystemImplementation__Alternatives_12_1_0 ) )
+ // InternalAadl2Parser.g:10123:4: ( rule__SystemImplementation__Alternatives_12_1_0 )
{
- before(grammarAccess.getSystemImplementationAccess().getAlternatives_11_1_0());
- // InternalAadl2Parser.g:11074:4: ( rule__SystemImplementation__Alternatives_11_1_0 )
- // InternalAadl2Parser.g:11074:5: rule__SystemImplementation__Alternatives_11_1_0
+ before(grammarAccess.getSystemImplementationAccess().getAlternatives_12_1_0());
+ // InternalAadl2Parser.g:10124:4: ( rule__SystemImplementation__Alternatives_12_1_0 )
+ // InternalAadl2Parser.g:10124:5: rule__SystemImplementation__Alternatives_12_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SystemImplementation__Alternatives_11_1_0();
+ rule__SystemImplementation__Alternatives_12_1_0();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getAlternatives_11_1_0());
+ after(grammarAccess.getSystemImplementationAccess().getAlternatives_12_1_0());
}
- // InternalAadl2Parser.g:11077:3: ( ( rule__SystemImplementation__Alternatives_11_1_0 )* )
- // InternalAadl2Parser.g:11078:4: ( rule__SystemImplementation__Alternatives_11_1_0 )*
+ // InternalAadl2Parser.g:10127:3: ( ( rule__SystemImplementation__Alternatives_12_1_0 )* )
+ // InternalAadl2Parser.g:10128:4: ( rule__SystemImplementation__Alternatives_12_1_0 )*
{
- before(grammarAccess.getSystemImplementationAccess().getAlternatives_11_1_0());
- // InternalAadl2Parser.g:11079:4: ( rule__SystemImplementation__Alternatives_11_1_0 )*
+ before(grammarAccess.getSystemImplementationAccess().getAlternatives_12_1_0());
+ // InternalAadl2Parser.g:10129:4: ( rule__SystemImplementation__Alternatives_12_1_0 )*
loop218:
do {
int alt218=2;
@@ -50945,10 +48142,10 @@ else if ( (LA219_0==None) ) {
switch (alt218) {
case 1 :
- // InternalAadl2Parser.g:11079:5: rule__SystemImplementation__Alternatives_11_1_0
+ // InternalAadl2Parser.g:10129:5: rule__SystemImplementation__Alternatives_12_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SystemImplementation__Alternatives_11_1_0();
+ rule__SystemImplementation__Alternatives_12_1_0();
state._fsp--;
@@ -50961,7 +48158,7 @@ else if ( (LA219_0==None) ) {
}
} while (true);
- after(grammarAccess.getSystemImplementationAccess().getAlternatives_11_1_0());
+ after(grammarAccess.getSystemImplementationAccess().getAlternatives_12_1_0());
}
@@ -50972,24 +48169,24 @@ else if ( (LA219_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:11084:2: ( ( rule__SystemImplementation__Group_11_1_1__0 ) )
+ // InternalAadl2Parser.g:10134:2: ( ( rule__SystemImplementation__Group_12_1_1__0 ) )
{
- // InternalAadl2Parser.g:11084:2: ( ( rule__SystemImplementation__Group_11_1_1__0 ) )
- // InternalAadl2Parser.g:11085:3: ( rule__SystemImplementation__Group_11_1_1__0 )
+ // InternalAadl2Parser.g:10134:2: ( ( rule__SystemImplementation__Group_12_1_1__0 ) )
+ // InternalAadl2Parser.g:10135:3: ( rule__SystemImplementation__Group_12_1_1__0 )
{
- before(grammarAccess.getSystemImplementationAccess().getGroup_11_1_1());
- // InternalAadl2Parser.g:11086:3: ( rule__SystemImplementation__Group_11_1_1__0 )
- // InternalAadl2Parser.g:11086:4: rule__SystemImplementation__Group_11_1_1__0
+ before(grammarAccess.getSystemImplementationAccess().getGroup_12_1_1());
+ // InternalAadl2Parser.g:10136:3: ( rule__SystemImplementation__Group_12_1_1__0 )
+ // InternalAadl2Parser.g:10136:4: rule__SystemImplementation__Group_12_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_11_1_1__0();
+ rule__SystemImplementation__Group_12_1_1__0();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getGroup_11_1_1());
+ after(grammarAccess.getSystemImplementationAccess().getGroup_12_1_1());
}
@@ -51010,17 +48207,17 @@ else if ( (LA219_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Alternatives_11_1"
+ // $ANTLR end "rule__SystemImplementation__Alternatives_12_1"
- // $ANTLR start "rule__SystemImplementation__Alternatives_11_1_0"
- // InternalAadl2Parser.g:11094:1: rule__SystemImplementation__Alternatives_11_1_0 : ( ( ( rule__SystemImplementation__OwnedFlowImplementationAssignment_11_1_0_0 ) ) | ( ( rule__SystemImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 ) ) );
- public final void rule__SystemImplementation__Alternatives_11_1_0() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Alternatives_12_1_0"
+ // InternalAadl2Parser.g:10144:1: rule__SystemImplementation__Alternatives_12_1_0 : ( ( ( rule__SystemImplementation__OwnedFlowImplementationAssignment_12_1_0_0 ) ) | ( ( rule__SystemImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 ) ) );
+ public final void rule__SystemImplementation__Alternatives_12_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11098:1: ( ( ( rule__SystemImplementation__OwnedFlowImplementationAssignment_11_1_0_0 ) ) | ( ( rule__SystemImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 ) ) )
+ // InternalAadl2Parser.g:10148:1: ( ( ( rule__SystemImplementation__OwnedFlowImplementationAssignment_12_1_0_0 ) ) | ( ( rule__SystemImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 ) ) )
int alt220=2;
int LA220_0 = input.LA(1);
@@ -51030,12 +48227,12 @@ public final void rule__SystemImplementation__Alternatives_11_1_0() throws Recog
if ( (LA220_1==Colon) ) {
int LA220_2 = input.LA(3);
- if ( (LA220_2==Refined||LA220_2==End) ) {
- alt220=2;
- }
- else if ( (LA220_2==Flow) ) {
+ if ( (LA220_2==Flow) ) {
alt220=1;
}
+ else if ( (LA220_2==Refined||LA220_2==End) ) {
+ alt220=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 220, 2, input);
@@ -51058,24 +48255,24 @@ else if ( (LA220_2==Flow) ) {
}
switch (alt220) {
case 1 :
- // InternalAadl2Parser.g:11099:2: ( ( rule__SystemImplementation__OwnedFlowImplementationAssignment_11_1_0_0 ) )
+ // InternalAadl2Parser.g:10149:2: ( ( rule__SystemImplementation__OwnedFlowImplementationAssignment_12_1_0_0 ) )
{
- // InternalAadl2Parser.g:11099:2: ( ( rule__SystemImplementation__OwnedFlowImplementationAssignment_11_1_0_0 ) )
- // InternalAadl2Parser.g:11100:3: ( rule__SystemImplementation__OwnedFlowImplementationAssignment_11_1_0_0 )
+ // InternalAadl2Parser.g:10149:2: ( ( rule__SystemImplementation__OwnedFlowImplementationAssignment_12_1_0_0 ) )
+ // InternalAadl2Parser.g:10150:3: ( rule__SystemImplementation__OwnedFlowImplementationAssignment_12_1_0_0 )
{
- before(grammarAccess.getSystemImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0());
- // InternalAadl2Parser.g:11101:3: ( rule__SystemImplementation__OwnedFlowImplementationAssignment_11_1_0_0 )
- // InternalAadl2Parser.g:11101:4: rule__SystemImplementation__OwnedFlowImplementationAssignment_11_1_0_0
+ before(grammarAccess.getSystemImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0());
+ // InternalAadl2Parser.g:10151:3: ( rule__SystemImplementation__OwnedFlowImplementationAssignment_12_1_0_0 )
+ // InternalAadl2Parser.g:10151:4: rule__SystemImplementation__OwnedFlowImplementationAssignment_12_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__OwnedFlowImplementationAssignment_11_1_0_0();
+ rule__SystemImplementation__OwnedFlowImplementationAssignment_12_1_0_0();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0());
+ after(grammarAccess.getSystemImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0());
}
@@ -51083,24 +48280,24 @@ else if ( (LA220_2==Flow) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:11105:2: ( ( rule__SystemImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 ) )
+ // InternalAadl2Parser.g:10155:2: ( ( rule__SystemImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 ) )
{
- // InternalAadl2Parser.g:11105:2: ( ( rule__SystemImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 ) )
- // InternalAadl2Parser.g:11106:3: ( rule__SystemImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 )
+ // InternalAadl2Parser.g:10155:2: ( ( rule__SystemImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 ) )
+ // InternalAadl2Parser.g:10156:3: ( rule__SystemImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 )
{
- before(grammarAccess.getSystemImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1());
- // InternalAadl2Parser.g:11107:3: ( rule__SystemImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 )
- // InternalAadl2Parser.g:11107:4: rule__SystemImplementation__OwnedEndToEndFlowAssignment_11_1_0_1
+ before(grammarAccess.getSystemImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1());
+ // InternalAadl2Parser.g:10157:3: ( rule__SystemImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 )
+ // InternalAadl2Parser.g:10157:4: rule__SystemImplementation__OwnedEndToEndFlowAssignment_12_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__OwnedEndToEndFlowAssignment_11_1_0_1();
+ rule__SystemImplementation__OwnedEndToEndFlowAssignment_12_1_0_1();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1());
+ after(grammarAccess.getSystemImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1());
}
@@ -51121,17 +48318,17 @@ else if ( (LA220_2==Flow) ) {
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Alternatives_11_1_0"
+ // $ANTLR end "rule__SystemImplementation__Alternatives_12_1_0"
- // $ANTLR start "rule__SystemImplementation__Alternatives_12_1"
- // InternalAadl2Parser.g:11115:1: rule__SystemImplementation__Alternatives_12_1 : ( ( ( ( rule__SystemImplementation__Alternatives_12_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__SystemImplementation__Group_12_1_1__0 ) ) );
- public final void rule__SystemImplementation__Alternatives_12_1() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Alternatives_13_1"
+ // InternalAadl2Parser.g:10165:1: rule__SystemImplementation__Alternatives_13_1 : ( ( ( ( rule__SystemImplementation__Alternatives_13_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_13_1_0 )* ) ) | ( ( rule__SystemImplementation__Group_13_1_1__0 ) ) );
+ public final void rule__SystemImplementation__Alternatives_13_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11119:1: ( ( ( ( rule__SystemImplementation__Alternatives_12_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__SystemImplementation__Group_12_1_1__0 ) ) )
+ // InternalAadl2Parser.g:10169:1: ( ( ( ( rule__SystemImplementation__Alternatives_13_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_13_1_0 )* ) ) | ( ( rule__SystemImplementation__Group_13_1_1__0 ) ) )
int alt222=2;
int LA222_0 = input.LA(1);
@@ -51149,35 +48346,35 @@ else if ( (LA222_0==None) ) {
}
switch (alt222) {
case 1 :
- // InternalAadl2Parser.g:11120:2: ( ( ( rule__SystemImplementation__Alternatives_12_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_12_1_0 )* ) )
+ // InternalAadl2Parser.g:10170:2: ( ( ( rule__SystemImplementation__Alternatives_13_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_13_1_0 )* ) )
{
- // InternalAadl2Parser.g:11120:2: ( ( ( rule__SystemImplementation__Alternatives_12_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_12_1_0 )* ) )
- // InternalAadl2Parser.g:11121:3: ( ( rule__SystemImplementation__Alternatives_12_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_12_1_0 )* )
+ // InternalAadl2Parser.g:10170:2: ( ( ( rule__SystemImplementation__Alternatives_13_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_13_1_0 )* ) )
+ // InternalAadl2Parser.g:10171:3: ( ( rule__SystemImplementation__Alternatives_13_1_0 ) ) ( ( rule__SystemImplementation__Alternatives_13_1_0 )* )
{
- // InternalAadl2Parser.g:11121:3: ( ( rule__SystemImplementation__Alternatives_12_1_0 ) )
- // InternalAadl2Parser.g:11122:4: ( rule__SystemImplementation__Alternatives_12_1_0 )
+ // InternalAadl2Parser.g:10171:3: ( ( rule__SystemImplementation__Alternatives_13_1_0 ) )
+ // InternalAadl2Parser.g:10172:4: ( rule__SystemImplementation__Alternatives_13_1_0 )
{
- before(grammarAccess.getSystemImplementationAccess().getAlternatives_12_1_0());
- // InternalAadl2Parser.g:11123:4: ( rule__SystemImplementation__Alternatives_12_1_0 )
- // InternalAadl2Parser.g:11123:5: rule__SystemImplementation__Alternatives_12_1_0
+ before(grammarAccess.getSystemImplementationAccess().getAlternatives_13_1_0());
+ // InternalAadl2Parser.g:10173:4: ( rule__SystemImplementation__Alternatives_13_1_0 )
+ // InternalAadl2Parser.g:10173:5: rule__SystemImplementation__Alternatives_13_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SystemImplementation__Alternatives_12_1_0();
+ rule__SystemImplementation__Alternatives_13_1_0();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getAlternatives_12_1_0());
+ after(grammarAccess.getSystemImplementationAccess().getAlternatives_13_1_0());
}
- // InternalAadl2Parser.g:11126:3: ( ( rule__SystemImplementation__Alternatives_12_1_0 )* )
- // InternalAadl2Parser.g:11127:4: ( rule__SystemImplementation__Alternatives_12_1_0 )*
+ // InternalAadl2Parser.g:10176:3: ( ( rule__SystemImplementation__Alternatives_13_1_0 )* )
+ // InternalAadl2Parser.g:10177:4: ( rule__SystemImplementation__Alternatives_13_1_0 )*
{
- before(grammarAccess.getSystemImplementationAccess().getAlternatives_12_1_0());
- // InternalAadl2Parser.g:11128:4: ( rule__SystemImplementation__Alternatives_12_1_0 )*
+ before(grammarAccess.getSystemImplementationAccess().getAlternatives_13_1_0());
+ // InternalAadl2Parser.g:10178:4: ( rule__SystemImplementation__Alternatives_13_1_0 )*
loop221:
do {
int alt221=2;
@@ -51190,10 +48387,10 @@ else if ( (LA222_0==None) ) {
switch (alt221) {
case 1 :
- // InternalAadl2Parser.g:11128:5: rule__SystemImplementation__Alternatives_12_1_0
+ // InternalAadl2Parser.g:10178:5: rule__SystemImplementation__Alternatives_13_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SystemImplementation__Alternatives_12_1_0();
+ rule__SystemImplementation__Alternatives_13_1_0();
state._fsp--;
@@ -51206,7 +48403,7 @@ else if ( (LA222_0==None) ) {
}
} while (true);
- after(grammarAccess.getSystemImplementationAccess().getAlternatives_12_1_0());
+ after(grammarAccess.getSystemImplementationAccess().getAlternatives_13_1_0());
}
@@ -51217,24 +48414,24 @@ else if ( (LA222_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:11133:2: ( ( rule__SystemImplementation__Group_12_1_1__0 ) )
+ // InternalAadl2Parser.g:10183:2: ( ( rule__SystemImplementation__Group_13_1_1__0 ) )
{
- // InternalAadl2Parser.g:11133:2: ( ( rule__SystemImplementation__Group_12_1_1__0 ) )
- // InternalAadl2Parser.g:11134:3: ( rule__SystemImplementation__Group_12_1_1__0 )
+ // InternalAadl2Parser.g:10183:2: ( ( rule__SystemImplementation__Group_13_1_1__0 ) )
+ // InternalAadl2Parser.g:10184:3: ( rule__SystemImplementation__Group_13_1_1__0 )
{
- before(grammarAccess.getSystemImplementationAccess().getGroup_12_1_1());
- // InternalAadl2Parser.g:11135:3: ( rule__SystemImplementation__Group_12_1_1__0 )
- // InternalAadl2Parser.g:11135:4: rule__SystemImplementation__Group_12_1_1__0
+ before(grammarAccess.getSystemImplementationAccess().getGroup_13_1_1());
+ // InternalAadl2Parser.g:10185:3: ( rule__SystemImplementation__Group_13_1_1__0 )
+ // InternalAadl2Parser.g:10185:4: rule__SystemImplementation__Group_13_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_12_1_1__0();
+ rule__SystemImplementation__Group_13_1_1__0();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getGroup_12_1_1());
+ after(grammarAccess.getSystemImplementationAccess().getGroup_13_1_1());
}
@@ -51255,42 +48452,42 @@ else if ( (LA222_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Alternatives_12_1"
+ // $ANTLR end "rule__SystemImplementation__Alternatives_13_1"
- // $ANTLR start "rule__SystemImplementation__Alternatives_12_1_0"
- // InternalAadl2Parser.g:11143:1: rule__SystemImplementation__Alternatives_12_1_0 : ( ( ( rule__SystemImplementation__OwnedModeAssignment_12_1_0_0 ) ) | ( ( rule__SystemImplementation__OwnedModeTransitionAssignment_12_1_0_1 ) ) );
- public final void rule__SystemImplementation__Alternatives_12_1_0() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Alternatives_13_1_0"
+ // InternalAadl2Parser.g:10193:1: rule__SystemImplementation__Alternatives_13_1_0 : ( ( ( rule__SystemImplementation__OwnedModeAssignment_13_1_0_0 ) ) | ( ( rule__SystemImplementation__OwnedModeTransitionAssignment_13_1_0_1 ) ) );
+ public final void rule__SystemImplementation__Alternatives_13_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11147:1: ( ( ( rule__SystemImplementation__OwnedModeAssignment_12_1_0_0 ) ) | ( ( rule__SystemImplementation__OwnedModeTransitionAssignment_12_1_0_1 ) ) )
+ // InternalAadl2Parser.g:10197:1: ( ( ( rule__SystemImplementation__OwnedModeAssignment_13_1_0_0 ) ) | ( ( rule__SystemImplementation__OwnedModeTransitionAssignment_13_1_0_1 ) ) )
int alt223=2;
int LA223_0 = input.LA(1);
if ( (LA223_0==RULE_ID) ) {
int LA223_1 = input.LA(2);
- if ( (LA223_1==Colon) ) {
- int LA223_2 = input.LA(3);
+ if ( (LA223_1==HyphenMinusLeftSquareBracket) ) {
+ alt223=2;
+ }
+ else if ( (LA223_1==Colon) ) {
+ int LA223_3 = input.LA(3);
- if ( (LA223_2==Initial||LA223_2==Mode) ) {
- alt223=1;
- }
- else if ( (LA223_2==RULE_ID) ) {
+ if ( (LA223_3==RULE_ID) ) {
alt223=2;
}
+ else if ( (LA223_3==Initial||LA223_3==Mode) ) {
+ alt223=1;
+ }
else {
NoViableAltException nvae =
- new NoViableAltException("", 223, 2, input);
+ new NoViableAltException("", 223, 3, input);
throw nvae;
}
}
- else if ( (LA223_1==HyphenMinusLeftSquareBracket) ) {
- alt223=2;
- }
else {
NoViableAltException nvae =
new NoViableAltException("", 223, 1, input);
@@ -51306,24 +48503,24 @@ else if ( (LA223_1==HyphenMinusLeftSquareBracket) ) {
}
switch (alt223) {
case 1 :
- // InternalAadl2Parser.g:11148:2: ( ( rule__SystemImplementation__OwnedModeAssignment_12_1_0_0 ) )
+ // InternalAadl2Parser.g:10198:2: ( ( rule__SystemImplementation__OwnedModeAssignment_13_1_0_0 ) )
{
- // InternalAadl2Parser.g:11148:2: ( ( rule__SystemImplementation__OwnedModeAssignment_12_1_0_0 ) )
- // InternalAadl2Parser.g:11149:3: ( rule__SystemImplementation__OwnedModeAssignment_12_1_0_0 )
+ // InternalAadl2Parser.g:10198:2: ( ( rule__SystemImplementation__OwnedModeAssignment_13_1_0_0 ) )
+ // InternalAadl2Parser.g:10199:3: ( rule__SystemImplementation__OwnedModeAssignment_13_1_0_0 )
{
- before(grammarAccess.getSystemImplementationAccess().getOwnedModeAssignment_12_1_0_0());
- // InternalAadl2Parser.g:11150:3: ( rule__SystemImplementation__OwnedModeAssignment_12_1_0_0 )
- // InternalAadl2Parser.g:11150:4: rule__SystemImplementation__OwnedModeAssignment_12_1_0_0
+ before(grammarAccess.getSystemImplementationAccess().getOwnedModeAssignment_13_1_0_0());
+ // InternalAadl2Parser.g:10200:3: ( rule__SystemImplementation__OwnedModeAssignment_13_1_0_0 )
+ // InternalAadl2Parser.g:10200:4: rule__SystemImplementation__OwnedModeAssignment_13_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__OwnedModeAssignment_12_1_0_0();
+ rule__SystemImplementation__OwnedModeAssignment_13_1_0_0();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getOwnedModeAssignment_12_1_0_0());
+ after(grammarAccess.getSystemImplementationAccess().getOwnedModeAssignment_13_1_0_0());
}
@@ -51331,24 +48528,24 @@ else if ( (LA223_1==HyphenMinusLeftSquareBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:11154:2: ( ( rule__SystemImplementation__OwnedModeTransitionAssignment_12_1_0_1 ) )
+ // InternalAadl2Parser.g:10204:2: ( ( rule__SystemImplementation__OwnedModeTransitionAssignment_13_1_0_1 ) )
{
- // InternalAadl2Parser.g:11154:2: ( ( rule__SystemImplementation__OwnedModeTransitionAssignment_12_1_0_1 ) )
- // InternalAadl2Parser.g:11155:3: ( rule__SystemImplementation__OwnedModeTransitionAssignment_12_1_0_1 )
+ // InternalAadl2Parser.g:10204:2: ( ( rule__SystemImplementation__OwnedModeTransitionAssignment_13_1_0_1 ) )
+ // InternalAadl2Parser.g:10205:3: ( rule__SystemImplementation__OwnedModeTransitionAssignment_13_1_0_1 )
{
- before(grammarAccess.getSystemImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1());
- // InternalAadl2Parser.g:11156:3: ( rule__SystemImplementation__OwnedModeTransitionAssignment_12_1_0_1 )
- // InternalAadl2Parser.g:11156:4: rule__SystemImplementation__OwnedModeTransitionAssignment_12_1_0_1
+ before(grammarAccess.getSystemImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1());
+ // InternalAadl2Parser.g:10206:3: ( rule__SystemImplementation__OwnedModeTransitionAssignment_13_1_0_1 )
+ // InternalAadl2Parser.g:10206:4: rule__SystemImplementation__OwnedModeTransitionAssignment_13_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__OwnedModeTransitionAssignment_12_1_0_1();
+ rule__SystemImplementation__OwnedModeTransitionAssignment_13_1_0_1();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1());
+ after(grammarAccess.getSystemImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1());
}
@@ -51369,17 +48566,17 @@ else if ( (LA223_1==HyphenMinusLeftSquareBracket) ) {
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Alternatives_12_1_0"
+ // $ANTLR end "rule__SystemImplementation__Alternatives_13_1_0"
- // $ANTLR start "rule__SystemImplementation__Alternatives_13_1"
- // InternalAadl2Parser.g:11164:1: rule__SystemImplementation__Alternatives_13_1 : ( ( ( ( rule__SystemImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__SystemImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* ) ) | ( ( rule__SystemImplementation__Group_13_1_1__0 ) ) );
- public final void rule__SystemImplementation__Alternatives_13_1() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Alternatives_14_1"
+ // InternalAadl2Parser.g:10214:1: rule__SystemImplementation__Alternatives_14_1 : ( ( ( ( rule__SystemImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__SystemImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* ) ) | ( ( rule__SystemImplementation__Group_14_1_1__0 ) ) );
+ public final void rule__SystemImplementation__Alternatives_14_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11168:1: ( ( ( ( rule__SystemImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__SystemImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* ) ) | ( ( rule__SystemImplementation__Group_13_1_1__0 ) ) )
+ // InternalAadl2Parser.g:10218:1: ( ( ( ( rule__SystemImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__SystemImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* ) ) | ( ( rule__SystemImplementation__Group_14_1_1__0 ) ) )
int alt225=2;
int LA225_0 = input.LA(1);
@@ -51397,35 +48594,35 @@ else if ( (LA225_0==None) ) {
}
switch (alt225) {
case 1 :
- // InternalAadl2Parser.g:11169:2: ( ( ( rule__SystemImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__SystemImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* ) )
+ // InternalAadl2Parser.g:10219:2: ( ( ( rule__SystemImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__SystemImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* ) )
{
- // InternalAadl2Parser.g:11169:2: ( ( ( rule__SystemImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__SystemImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* ) )
- // InternalAadl2Parser.g:11170:3: ( ( rule__SystemImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__SystemImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* )
+ // InternalAadl2Parser.g:10219:2: ( ( ( rule__SystemImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__SystemImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* ) )
+ // InternalAadl2Parser.g:10220:3: ( ( rule__SystemImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__SystemImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* )
{
- // InternalAadl2Parser.g:11170:3: ( ( rule__SystemImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) )
- // InternalAadl2Parser.g:11171:4: ( rule__SystemImplementation__OwnedPropertyAssociationAssignment_13_1_0 )
+ // InternalAadl2Parser.g:10220:3: ( ( rule__SystemImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) )
+ // InternalAadl2Parser.g:10221:4: ( rule__SystemImplementation__OwnedPropertyAssociationAssignment_14_1_0 )
{
- before(grammarAccess.getSystemImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0());
- // InternalAadl2Parser.g:11172:4: ( rule__SystemImplementation__OwnedPropertyAssociationAssignment_13_1_0 )
- // InternalAadl2Parser.g:11172:5: rule__SystemImplementation__OwnedPropertyAssociationAssignment_13_1_0
+ before(grammarAccess.getSystemImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0());
+ // InternalAadl2Parser.g:10222:4: ( rule__SystemImplementation__OwnedPropertyAssociationAssignment_14_1_0 )
+ // InternalAadl2Parser.g:10222:5: rule__SystemImplementation__OwnedPropertyAssociationAssignment_14_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SystemImplementation__OwnedPropertyAssociationAssignment_13_1_0();
+ rule__SystemImplementation__OwnedPropertyAssociationAssignment_14_1_0();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0());
+ after(grammarAccess.getSystemImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0());
}
- // InternalAadl2Parser.g:11175:3: ( ( rule__SystemImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* )
- // InternalAadl2Parser.g:11176:4: ( rule__SystemImplementation__OwnedPropertyAssociationAssignment_13_1_0 )*
+ // InternalAadl2Parser.g:10225:3: ( ( rule__SystemImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* )
+ // InternalAadl2Parser.g:10226:4: ( rule__SystemImplementation__OwnedPropertyAssociationAssignment_14_1_0 )*
{
- before(grammarAccess.getSystemImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0());
- // InternalAadl2Parser.g:11177:4: ( rule__SystemImplementation__OwnedPropertyAssociationAssignment_13_1_0 )*
+ before(grammarAccess.getSystemImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0());
+ // InternalAadl2Parser.g:10227:4: ( rule__SystemImplementation__OwnedPropertyAssociationAssignment_14_1_0 )*
loop224:
do {
int alt224=2;
@@ -51438,10 +48635,10 @@ else if ( (LA225_0==None) ) {
switch (alt224) {
case 1 :
- // InternalAadl2Parser.g:11177:5: rule__SystemImplementation__OwnedPropertyAssociationAssignment_13_1_0
+ // InternalAadl2Parser.g:10227:5: rule__SystemImplementation__OwnedPropertyAssociationAssignment_14_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SystemImplementation__OwnedPropertyAssociationAssignment_13_1_0();
+ rule__SystemImplementation__OwnedPropertyAssociationAssignment_14_1_0();
state._fsp--;
@@ -51454,7 +48651,7 @@ else if ( (LA225_0==None) ) {
}
} while (true);
- after(grammarAccess.getSystemImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0());
+ after(grammarAccess.getSystemImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0());
}
@@ -51465,24 +48662,24 @@ else if ( (LA225_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:11182:2: ( ( rule__SystemImplementation__Group_13_1_1__0 ) )
+ // InternalAadl2Parser.g:10232:2: ( ( rule__SystemImplementation__Group_14_1_1__0 ) )
{
- // InternalAadl2Parser.g:11182:2: ( ( rule__SystemImplementation__Group_13_1_1__0 ) )
- // InternalAadl2Parser.g:11183:3: ( rule__SystemImplementation__Group_13_1_1__0 )
+ // InternalAadl2Parser.g:10232:2: ( ( rule__SystemImplementation__Group_14_1_1__0 ) )
+ // InternalAadl2Parser.g:10233:3: ( rule__SystemImplementation__Group_14_1_1__0 )
{
- before(grammarAccess.getSystemImplementationAccess().getGroup_13_1_1());
- // InternalAadl2Parser.g:11184:3: ( rule__SystemImplementation__Group_13_1_1__0 )
- // InternalAadl2Parser.g:11184:4: rule__SystemImplementation__Group_13_1_1__0
+ before(grammarAccess.getSystemImplementationAccess().getGroup_14_1_1());
+ // InternalAadl2Parser.g:10234:3: ( rule__SystemImplementation__Group_14_1_1__0 )
+ // InternalAadl2Parser.g:10234:4: rule__SystemImplementation__Group_14_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_13_1_1__0();
+ rule__SystemImplementation__Group_14_1_1__0();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getGroup_13_1_1());
+ after(grammarAccess.getSystemImplementationAccess().getGroup_14_1_1());
}
@@ -51503,17 +48700,17 @@ else if ( (LA225_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Alternatives_13_1"
+ // $ANTLR end "rule__SystemImplementation__Alternatives_14_1"
- // $ANTLR start "rule__ProcessImplementation__Alternatives_6_1"
- // InternalAadl2Parser.g:11192:1: rule__ProcessImplementation__Alternatives_6_1 : ( ( ( ( rule__ProcessImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__ProcessImplementation__OwnedPrototypeAssignment_6_1_0 )* ) ) | ( ( rule__ProcessImplementation__Group_6_1_1__0 ) ) );
- public final void rule__ProcessImplementation__Alternatives_6_1() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Alternatives_7_1"
+ // InternalAadl2Parser.g:10242:1: rule__ProcessImplementation__Alternatives_7_1 : ( ( ( ( rule__ProcessImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__ProcessImplementation__OwnedPrototypeAssignment_7_1_0 )* ) ) | ( ( rule__ProcessImplementation__Group_7_1_1__0 ) ) );
+ public final void rule__ProcessImplementation__Alternatives_7_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11196:1: ( ( ( ( rule__ProcessImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__ProcessImplementation__OwnedPrototypeAssignment_6_1_0 )* ) ) | ( ( rule__ProcessImplementation__Group_6_1_1__0 ) ) )
+ // InternalAadl2Parser.g:10246:1: ( ( ( ( rule__ProcessImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__ProcessImplementation__OwnedPrototypeAssignment_7_1_0 )* ) ) | ( ( rule__ProcessImplementation__Group_7_1_1__0 ) ) )
int alt227=2;
int LA227_0 = input.LA(1);
@@ -51531,35 +48728,35 @@ else if ( (LA227_0==None) ) {
}
switch (alt227) {
case 1 :
- // InternalAadl2Parser.g:11197:2: ( ( ( rule__ProcessImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__ProcessImplementation__OwnedPrototypeAssignment_6_1_0 )* ) )
+ // InternalAadl2Parser.g:10247:2: ( ( ( rule__ProcessImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__ProcessImplementation__OwnedPrototypeAssignment_7_1_0 )* ) )
{
- // InternalAadl2Parser.g:11197:2: ( ( ( rule__ProcessImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__ProcessImplementation__OwnedPrototypeAssignment_6_1_0 )* ) )
- // InternalAadl2Parser.g:11198:3: ( ( rule__ProcessImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__ProcessImplementation__OwnedPrototypeAssignment_6_1_0 )* )
+ // InternalAadl2Parser.g:10247:2: ( ( ( rule__ProcessImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__ProcessImplementation__OwnedPrototypeAssignment_7_1_0 )* ) )
+ // InternalAadl2Parser.g:10248:3: ( ( rule__ProcessImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__ProcessImplementation__OwnedPrototypeAssignment_7_1_0 )* )
{
- // InternalAadl2Parser.g:11198:3: ( ( rule__ProcessImplementation__OwnedPrototypeAssignment_6_1_0 ) )
- // InternalAadl2Parser.g:11199:4: ( rule__ProcessImplementation__OwnedPrototypeAssignment_6_1_0 )
+ // InternalAadl2Parser.g:10248:3: ( ( rule__ProcessImplementation__OwnedPrototypeAssignment_7_1_0 ) )
+ // InternalAadl2Parser.g:10249:4: ( rule__ProcessImplementation__OwnedPrototypeAssignment_7_1_0 )
{
- before(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
- // InternalAadl2Parser.g:11200:4: ( rule__ProcessImplementation__OwnedPrototypeAssignment_6_1_0 )
- // InternalAadl2Parser.g:11200:5: rule__ProcessImplementation__OwnedPrototypeAssignment_6_1_0
+ before(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
+ // InternalAadl2Parser.g:10250:4: ( rule__ProcessImplementation__OwnedPrototypeAssignment_7_1_0 )
+ // InternalAadl2Parser.g:10250:5: rule__ProcessImplementation__OwnedPrototypeAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ProcessImplementation__OwnedPrototypeAssignment_6_1_0();
+ rule__ProcessImplementation__OwnedPrototypeAssignment_7_1_0();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
+ after(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
}
- // InternalAadl2Parser.g:11203:3: ( ( rule__ProcessImplementation__OwnedPrototypeAssignment_6_1_0 )* )
- // InternalAadl2Parser.g:11204:4: ( rule__ProcessImplementation__OwnedPrototypeAssignment_6_1_0 )*
+ // InternalAadl2Parser.g:10253:3: ( ( rule__ProcessImplementation__OwnedPrototypeAssignment_7_1_0 )* )
+ // InternalAadl2Parser.g:10254:4: ( rule__ProcessImplementation__OwnedPrototypeAssignment_7_1_0 )*
{
- before(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
- // InternalAadl2Parser.g:11205:4: ( rule__ProcessImplementation__OwnedPrototypeAssignment_6_1_0 )*
+ before(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
+ // InternalAadl2Parser.g:10255:4: ( rule__ProcessImplementation__OwnedPrototypeAssignment_7_1_0 )*
loop226:
do {
int alt226=2;
@@ -51572,10 +48769,10 @@ else if ( (LA227_0==None) ) {
switch (alt226) {
case 1 :
- // InternalAadl2Parser.g:11205:5: rule__ProcessImplementation__OwnedPrototypeAssignment_6_1_0
+ // InternalAadl2Parser.g:10255:5: rule__ProcessImplementation__OwnedPrototypeAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ProcessImplementation__OwnedPrototypeAssignment_6_1_0();
+ rule__ProcessImplementation__OwnedPrototypeAssignment_7_1_0();
state._fsp--;
@@ -51588,7 +48785,7 @@ else if ( (LA227_0==None) ) {
}
} while (true);
- after(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
+ after(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
}
@@ -51599,24 +48796,24 @@ else if ( (LA227_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:11210:2: ( ( rule__ProcessImplementation__Group_6_1_1__0 ) )
+ // InternalAadl2Parser.g:10260:2: ( ( rule__ProcessImplementation__Group_7_1_1__0 ) )
{
- // InternalAadl2Parser.g:11210:2: ( ( rule__ProcessImplementation__Group_6_1_1__0 ) )
- // InternalAadl2Parser.g:11211:3: ( rule__ProcessImplementation__Group_6_1_1__0 )
+ // InternalAadl2Parser.g:10260:2: ( ( rule__ProcessImplementation__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:10261:3: ( rule__ProcessImplementation__Group_7_1_1__0 )
{
- before(grammarAccess.getProcessImplementationAccess().getGroup_6_1_1());
- // InternalAadl2Parser.g:11212:3: ( rule__ProcessImplementation__Group_6_1_1__0 )
- // InternalAadl2Parser.g:11212:4: rule__ProcessImplementation__Group_6_1_1__0
+ before(grammarAccess.getProcessImplementationAccess().getGroup_7_1_1());
+ // InternalAadl2Parser.g:10262:3: ( rule__ProcessImplementation__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:10262:4: rule__ProcessImplementation__Group_7_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_6_1_1__0();
+ rule__ProcessImplementation__Group_7_1_1__0();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getGroup_6_1_1());
+ after(grammarAccess.getProcessImplementationAccess().getGroup_7_1_1());
}
@@ -51637,17 +48834,17 @@ else if ( (LA227_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Alternatives_6_1"
+ // $ANTLR end "rule__ProcessImplementation__Alternatives_7_1"
- // $ANTLR start "rule__ProcessImplementation__Alternatives_7_1"
- // InternalAadl2Parser.g:11220:1: rule__ProcessImplementation__Alternatives_7_1 : ( ( ( ( rule__ProcessImplementation__Alternatives_7_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_7_1_0 )* ) ) | ( ( rule__ProcessImplementation__Group_7_1_1__0 ) ) );
- public final void rule__ProcessImplementation__Alternatives_7_1() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Alternatives_8_1"
+ // InternalAadl2Parser.g:10270:1: rule__ProcessImplementation__Alternatives_8_1 : ( ( ( ( rule__ProcessImplementation__Alternatives_8_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_8_1_0 )* ) ) | ( ( rule__ProcessImplementation__Group_8_1_1__0 ) ) );
+ public final void rule__ProcessImplementation__Alternatives_8_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11224:1: ( ( ( ( rule__ProcessImplementation__Alternatives_7_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_7_1_0 )* ) ) | ( ( rule__ProcessImplementation__Group_7_1_1__0 ) ) )
+ // InternalAadl2Parser.g:10274:1: ( ( ( ( rule__ProcessImplementation__Alternatives_8_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_8_1_0 )* ) ) | ( ( rule__ProcessImplementation__Group_8_1_1__0 ) ) )
int alt229=2;
int LA229_0 = input.LA(1);
@@ -51665,35 +48862,35 @@ else if ( (LA229_0==None) ) {
}
switch (alt229) {
case 1 :
- // InternalAadl2Parser.g:11225:2: ( ( ( rule__ProcessImplementation__Alternatives_7_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_7_1_0 )* ) )
+ // InternalAadl2Parser.g:10275:2: ( ( ( rule__ProcessImplementation__Alternatives_8_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_8_1_0 )* ) )
{
- // InternalAadl2Parser.g:11225:2: ( ( ( rule__ProcessImplementation__Alternatives_7_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_7_1_0 )* ) )
- // InternalAadl2Parser.g:11226:3: ( ( rule__ProcessImplementation__Alternatives_7_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_7_1_0 )* )
+ // InternalAadl2Parser.g:10275:2: ( ( ( rule__ProcessImplementation__Alternatives_8_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_8_1_0 )* ) )
+ // InternalAadl2Parser.g:10276:3: ( ( rule__ProcessImplementation__Alternatives_8_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_8_1_0 )* )
{
- // InternalAadl2Parser.g:11226:3: ( ( rule__ProcessImplementation__Alternatives_7_1_0 ) )
- // InternalAadl2Parser.g:11227:4: ( rule__ProcessImplementation__Alternatives_7_1_0 )
+ // InternalAadl2Parser.g:10276:3: ( ( rule__ProcessImplementation__Alternatives_8_1_0 ) )
+ // InternalAadl2Parser.g:10277:4: ( rule__ProcessImplementation__Alternatives_8_1_0 )
{
- before(grammarAccess.getProcessImplementationAccess().getAlternatives_7_1_0());
- // InternalAadl2Parser.g:11228:4: ( rule__ProcessImplementation__Alternatives_7_1_0 )
- // InternalAadl2Parser.g:11228:5: rule__ProcessImplementation__Alternatives_7_1_0
+ before(grammarAccess.getProcessImplementationAccess().getAlternatives_8_1_0());
+ // InternalAadl2Parser.g:10278:4: ( rule__ProcessImplementation__Alternatives_8_1_0 )
+ // InternalAadl2Parser.g:10278:5: rule__ProcessImplementation__Alternatives_8_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ProcessImplementation__Alternatives_7_1_0();
+ rule__ProcessImplementation__Alternatives_8_1_0();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getAlternatives_7_1_0());
+ after(grammarAccess.getProcessImplementationAccess().getAlternatives_8_1_0());
}
- // InternalAadl2Parser.g:11231:3: ( ( rule__ProcessImplementation__Alternatives_7_1_0 )* )
- // InternalAadl2Parser.g:11232:4: ( rule__ProcessImplementation__Alternatives_7_1_0 )*
+ // InternalAadl2Parser.g:10281:3: ( ( rule__ProcessImplementation__Alternatives_8_1_0 )* )
+ // InternalAadl2Parser.g:10282:4: ( rule__ProcessImplementation__Alternatives_8_1_0 )*
{
- before(grammarAccess.getProcessImplementationAccess().getAlternatives_7_1_0());
- // InternalAadl2Parser.g:11233:4: ( rule__ProcessImplementation__Alternatives_7_1_0 )*
+ before(grammarAccess.getProcessImplementationAccess().getAlternatives_8_1_0());
+ // InternalAadl2Parser.g:10283:4: ( rule__ProcessImplementation__Alternatives_8_1_0 )*
loop228:
do {
int alt228=2;
@@ -51706,10 +48903,10 @@ else if ( (LA229_0==None) ) {
switch (alt228) {
case 1 :
- // InternalAadl2Parser.g:11233:5: rule__ProcessImplementation__Alternatives_7_1_0
+ // InternalAadl2Parser.g:10283:5: rule__ProcessImplementation__Alternatives_8_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ProcessImplementation__Alternatives_7_1_0();
+ rule__ProcessImplementation__Alternatives_8_1_0();
state._fsp--;
@@ -51722,7 +48919,7 @@ else if ( (LA229_0==None) ) {
}
} while (true);
- after(grammarAccess.getProcessImplementationAccess().getAlternatives_7_1_0());
+ after(grammarAccess.getProcessImplementationAccess().getAlternatives_8_1_0());
}
@@ -51733,24 +48930,24 @@ else if ( (LA229_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:11238:2: ( ( rule__ProcessImplementation__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:10288:2: ( ( rule__ProcessImplementation__Group_8_1_1__0 ) )
{
- // InternalAadl2Parser.g:11238:2: ( ( rule__ProcessImplementation__Group_7_1_1__0 ) )
- // InternalAadl2Parser.g:11239:3: ( rule__ProcessImplementation__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:10288:2: ( ( rule__ProcessImplementation__Group_8_1_1__0 ) )
+ // InternalAadl2Parser.g:10289:3: ( rule__ProcessImplementation__Group_8_1_1__0 )
{
- before(grammarAccess.getProcessImplementationAccess().getGroup_7_1_1());
- // InternalAadl2Parser.g:11240:3: ( rule__ProcessImplementation__Group_7_1_1__0 )
- // InternalAadl2Parser.g:11240:4: rule__ProcessImplementation__Group_7_1_1__0
+ before(grammarAccess.getProcessImplementationAccess().getGroup_8_1_1());
+ // InternalAadl2Parser.g:10290:3: ( rule__ProcessImplementation__Group_8_1_1__0 )
+ // InternalAadl2Parser.g:10290:4: rule__ProcessImplementation__Group_8_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_7_1_1__0();
+ rule__ProcessImplementation__Group_8_1_1__0();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getGroup_7_1_1());
+ after(grammarAccess.getProcessImplementationAccess().getGroup_8_1_1());
}
@@ -51771,39 +48968,39 @@ else if ( (LA229_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Alternatives_7_1"
+ // $ANTLR end "rule__ProcessImplementation__Alternatives_8_1"
- // $ANTLR start "rule__ProcessImplementation__Alternatives_7_1_0"
- // InternalAadl2Parser.g:11248:1: rule__ProcessImplementation__Alternatives_7_1_0 : ( ( ( rule__ProcessImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_0 ) ) | ( ( rule__ProcessImplementation__OwnedThreadSubcomponentAssignment_7_1_0_1 ) ) | ( ( rule__ProcessImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_2 ) ) | ( ( rule__ProcessImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_3 ) ) | ( ( rule__ProcessImplementation__OwnedDataSubcomponentAssignment_7_1_0_4 ) ) | ( ( rule__ProcessImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_5 ) ) );
- public final void rule__ProcessImplementation__Alternatives_7_1_0() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Alternatives_8_1_0"
+ // InternalAadl2Parser.g:10298:1: rule__ProcessImplementation__Alternatives_8_1_0 : ( ( ( rule__ProcessImplementation__OwnedThreadGroupSubcomponentAssignment_8_1_0_0 ) ) | ( ( rule__ProcessImplementation__OwnedThreadSubcomponentAssignment_8_1_0_1 ) ) | ( ( rule__ProcessImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_2 ) ) | ( ( rule__ProcessImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_3 ) ) | ( ( rule__ProcessImplementation__OwnedDataSubcomponentAssignment_8_1_0_4 ) ) | ( ( rule__ProcessImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_5 ) ) );
+ public final void rule__ProcessImplementation__Alternatives_8_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11252:1: ( ( ( rule__ProcessImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_0 ) ) | ( ( rule__ProcessImplementation__OwnedThreadSubcomponentAssignment_7_1_0_1 ) ) | ( ( rule__ProcessImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_2 ) ) | ( ( rule__ProcessImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_3 ) ) | ( ( rule__ProcessImplementation__OwnedDataSubcomponentAssignment_7_1_0_4 ) ) | ( ( rule__ProcessImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_5 ) ) )
+ // InternalAadl2Parser.g:10302:1: ( ( ( rule__ProcessImplementation__OwnedThreadGroupSubcomponentAssignment_8_1_0_0 ) ) | ( ( rule__ProcessImplementation__OwnedThreadSubcomponentAssignment_8_1_0_1 ) ) | ( ( rule__ProcessImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_2 ) ) | ( ( rule__ProcessImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_3 ) ) | ( ( rule__ProcessImplementation__OwnedDataSubcomponentAssignment_8_1_0_4 ) ) | ( ( rule__ProcessImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_5 ) ) )
int alt230=6;
alt230 = dfa230.predict(input);
switch (alt230) {
case 1 :
- // InternalAadl2Parser.g:11253:2: ( ( rule__ProcessImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_0 ) )
+ // InternalAadl2Parser.g:10303:2: ( ( rule__ProcessImplementation__OwnedThreadGroupSubcomponentAssignment_8_1_0_0 ) )
{
- // InternalAadl2Parser.g:11253:2: ( ( rule__ProcessImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_0 ) )
- // InternalAadl2Parser.g:11254:3: ( rule__ProcessImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_0 )
+ // InternalAadl2Parser.g:10303:2: ( ( rule__ProcessImplementation__OwnedThreadGroupSubcomponentAssignment_8_1_0_0 ) )
+ // InternalAadl2Parser.g:10304:3: ( rule__ProcessImplementation__OwnedThreadGroupSubcomponentAssignment_8_1_0_0 )
{
- before(grammarAccess.getProcessImplementationAccess().getOwnedThreadGroupSubcomponentAssignment_7_1_0_0());
- // InternalAadl2Parser.g:11255:3: ( rule__ProcessImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_0 )
- // InternalAadl2Parser.g:11255:4: rule__ProcessImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_0
+ before(grammarAccess.getProcessImplementationAccess().getOwnedThreadGroupSubcomponentAssignment_8_1_0_0());
+ // InternalAadl2Parser.g:10305:3: ( rule__ProcessImplementation__OwnedThreadGroupSubcomponentAssignment_8_1_0_0 )
+ // InternalAadl2Parser.g:10305:4: rule__ProcessImplementation__OwnedThreadGroupSubcomponentAssignment_8_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_0();
+ rule__ProcessImplementation__OwnedThreadGroupSubcomponentAssignment_8_1_0_0();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getOwnedThreadGroupSubcomponentAssignment_7_1_0_0());
+ after(grammarAccess.getProcessImplementationAccess().getOwnedThreadGroupSubcomponentAssignment_8_1_0_0());
}
@@ -51811,24 +49008,24 @@ public final void rule__ProcessImplementation__Alternatives_7_1_0() throws Recog
}
break;
case 2 :
- // InternalAadl2Parser.g:11259:2: ( ( rule__ProcessImplementation__OwnedThreadSubcomponentAssignment_7_1_0_1 ) )
+ // InternalAadl2Parser.g:10309:2: ( ( rule__ProcessImplementation__OwnedThreadSubcomponentAssignment_8_1_0_1 ) )
{
- // InternalAadl2Parser.g:11259:2: ( ( rule__ProcessImplementation__OwnedThreadSubcomponentAssignment_7_1_0_1 ) )
- // InternalAadl2Parser.g:11260:3: ( rule__ProcessImplementation__OwnedThreadSubcomponentAssignment_7_1_0_1 )
+ // InternalAadl2Parser.g:10309:2: ( ( rule__ProcessImplementation__OwnedThreadSubcomponentAssignment_8_1_0_1 ) )
+ // InternalAadl2Parser.g:10310:3: ( rule__ProcessImplementation__OwnedThreadSubcomponentAssignment_8_1_0_1 )
{
- before(grammarAccess.getProcessImplementationAccess().getOwnedThreadSubcomponentAssignment_7_1_0_1());
- // InternalAadl2Parser.g:11261:3: ( rule__ProcessImplementation__OwnedThreadSubcomponentAssignment_7_1_0_1 )
- // InternalAadl2Parser.g:11261:4: rule__ProcessImplementation__OwnedThreadSubcomponentAssignment_7_1_0_1
+ before(grammarAccess.getProcessImplementationAccess().getOwnedThreadSubcomponentAssignment_8_1_0_1());
+ // InternalAadl2Parser.g:10311:3: ( rule__ProcessImplementation__OwnedThreadSubcomponentAssignment_8_1_0_1 )
+ // InternalAadl2Parser.g:10311:4: rule__ProcessImplementation__OwnedThreadSubcomponentAssignment_8_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__OwnedThreadSubcomponentAssignment_7_1_0_1();
+ rule__ProcessImplementation__OwnedThreadSubcomponentAssignment_8_1_0_1();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getOwnedThreadSubcomponentAssignment_7_1_0_1());
+ after(grammarAccess.getProcessImplementationAccess().getOwnedThreadSubcomponentAssignment_8_1_0_1());
}
@@ -51836,24 +49033,24 @@ public final void rule__ProcessImplementation__Alternatives_7_1_0() throws Recog
}
break;
case 3 :
- // InternalAadl2Parser.g:11265:2: ( ( rule__ProcessImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_2 ) )
+ // InternalAadl2Parser.g:10315:2: ( ( rule__ProcessImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_2 ) )
{
- // InternalAadl2Parser.g:11265:2: ( ( rule__ProcessImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_2 ) )
- // InternalAadl2Parser.g:11266:3: ( rule__ProcessImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_2 )
+ // InternalAadl2Parser.g:10315:2: ( ( rule__ProcessImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_2 ) )
+ // InternalAadl2Parser.g:10316:3: ( rule__ProcessImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_2 )
{
- before(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_2());
- // InternalAadl2Parser.g:11267:3: ( rule__ProcessImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_2 )
- // InternalAadl2Parser.g:11267:4: rule__ProcessImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_2
+ before(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramSubcomponentAssignment_8_1_0_2());
+ // InternalAadl2Parser.g:10317:3: ( rule__ProcessImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_2 )
+ // InternalAadl2Parser.g:10317:4: rule__ProcessImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_2
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_2();
+ rule__ProcessImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_2();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_2());
+ after(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramSubcomponentAssignment_8_1_0_2());
}
@@ -51861,24 +49058,24 @@ public final void rule__ProcessImplementation__Alternatives_7_1_0() throws Recog
}
break;
case 4 :
- // InternalAadl2Parser.g:11271:2: ( ( rule__ProcessImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_3 ) )
+ // InternalAadl2Parser.g:10321:2: ( ( rule__ProcessImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_3 ) )
{
- // InternalAadl2Parser.g:11271:2: ( ( rule__ProcessImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_3 ) )
- // InternalAadl2Parser.g:11272:3: ( rule__ProcessImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_3 )
+ // InternalAadl2Parser.g:10321:2: ( ( rule__ProcessImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_3 ) )
+ // InternalAadl2Parser.g:10322:3: ( rule__ProcessImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_3 )
{
- before(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_7_1_0_3());
- // InternalAadl2Parser.g:11273:3: ( rule__ProcessImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_3 )
- // InternalAadl2Parser.g:11273:4: rule__ProcessImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_3
+ before(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_8_1_0_3());
+ // InternalAadl2Parser.g:10323:3: ( rule__ProcessImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_3 )
+ // InternalAadl2Parser.g:10323:4: rule__ProcessImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_3
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_3();
+ rule__ProcessImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_3();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_7_1_0_3());
+ after(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_8_1_0_3());
}
@@ -51886,24 +49083,24 @@ public final void rule__ProcessImplementation__Alternatives_7_1_0() throws Recog
}
break;
case 5 :
- // InternalAadl2Parser.g:11277:2: ( ( rule__ProcessImplementation__OwnedDataSubcomponentAssignment_7_1_0_4 ) )
+ // InternalAadl2Parser.g:10327:2: ( ( rule__ProcessImplementation__OwnedDataSubcomponentAssignment_8_1_0_4 ) )
{
- // InternalAadl2Parser.g:11277:2: ( ( rule__ProcessImplementation__OwnedDataSubcomponentAssignment_7_1_0_4 ) )
- // InternalAadl2Parser.g:11278:3: ( rule__ProcessImplementation__OwnedDataSubcomponentAssignment_7_1_0_4 )
+ // InternalAadl2Parser.g:10327:2: ( ( rule__ProcessImplementation__OwnedDataSubcomponentAssignment_8_1_0_4 ) )
+ // InternalAadl2Parser.g:10328:3: ( rule__ProcessImplementation__OwnedDataSubcomponentAssignment_8_1_0_4 )
{
- before(grammarAccess.getProcessImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_4());
- // InternalAadl2Parser.g:11279:3: ( rule__ProcessImplementation__OwnedDataSubcomponentAssignment_7_1_0_4 )
- // InternalAadl2Parser.g:11279:4: rule__ProcessImplementation__OwnedDataSubcomponentAssignment_7_1_0_4
+ before(grammarAccess.getProcessImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_4());
+ // InternalAadl2Parser.g:10329:3: ( rule__ProcessImplementation__OwnedDataSubcomponentAssignment_8_1_0_4 )
+ // InternalAadl2Parser.g:10329:4: rule__ProcessImplementation__OwnedDataSubcomponentAssignment_8_1_0_4
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__OwnedDataSubcomponentAssignment_7_1_0_4();
+ rule__ProcessImplementation__OwnedDataSubcomponentAssignment_8_1_0_4();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_4());
+ after(grammarAccess.getProcessImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_4());
}
@@ -51911,24 +49108,24 @@ public final void rule__ProcessImplementation__Alternatives_7_1_0() throws Recog
}
break;
case 6 :
- // InternalAadl2Parser.g:11283:2: ( ( rule__ProcessImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_5 ) )
+ // InternalAadl2Parser.g:10333:2: ( ( rule__ProcessImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_5 ) )
{
- // InternalAadl2Parser.g:11283:2: ( ( rule__ProcessImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_5 ) )
- // InternalAadl2Parser.g:11284:3: ( rule__ProcessImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_5 )
+ // InternalAadl2Parser.g:10333:2: ( ( rule__ProcessImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_5 ) )
+ // InternalAadl2Parser.g:10334:3: ( rule__ProcessImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_5 )
{
- before(grammarAccess.getProcessImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_5());
- // InternalAadl2Parser.g:11285:3: ( rule__ProcessImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_5 )
- // InternalAadl2Parser.g:11285:4: rule__ProcessImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_5
+ before(grammarAccess.getProcessImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_5());
+ // InternalAadl2Parser.g:10335:3: ( rule__ProcessImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_5 )
+ // InternalAadl2Parser.g:10335:4: rule__ProcessImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_5
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_5();
+ rule__ProcessImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_5();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_5());
+ after(grammarAccess.getProcessImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_5());
}
@@ -51949,17 +49146,17 @@ public final void rule__ProcessImplementation__Alternatives_7_1_0() throws Recog
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Alternatives_7_1_0"
+ // $ANTLR end "rule__ProcessImplementation__Alternatives_8_1_0"
- // $ANTLR start "rule__ProcessImplementation__Alternatives_8_1"
- // InternalAadl2Parser.g:11293:1: rule__ProcessImplementation__Alternatives_8_1 : ( ( ( rule__ProcessImplementation__OwnedEventSourceAssignment_8_1_0 ) ) | ( ( rule__ProcessImplementation__OwnedEventDataSourceAssignment_8_1_1 ) ) );
- public final void rule__ProcessImplementation__Alternatives_8_1() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Alternatives_9_2"
+ // InternalAadl2Parser.g:10343:1: rule__ProcessImplementation__Alternatives_9_2 : ( ( ( rule__ProcessImplementation__OwnedEventSourceAssignment_9_2_0 ) ) | ( ( rule__ProcessImplementation__OwnedEventDataSourceAssignment_9_2_1 ) ) );
+ public final void rule__ProcessImplementation__Alternatives_9_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11297:1: ( ( ( rule__ProcessImplementation__OwnedEventSourceAssignment_8_1_0 ) ) | ( ( rule__ProcessImplementation__OwnedEventDataSourceAssignment_8_1_1 ) ) )
+ // InternalAadl2Parser.g:10347:1: ( ( ( rule__ProcessImplementation__OwnedEventSourceAssignment_9_2_0 ) ) | ( ( rule__ProcessImplementation__OwnedEventDataSourceAssignment_9_2_1 ) ) )
int alt231=2;
int LA231_0 = input.LA(1);
@@ -51972,12 +49169,12 @@ public final void rule__ProcessImplementation__Alternatives_8_1() throws Recogni
if ( (LA231_2==Event) ) {
int LA231_3 = input.LA(4);
- if ( (LA231_3==Data) ) {
- alt231=2;
- }
- else if ( (LA231_3==Semicolon||LA231_3==LeftCurlyBracket) ) {
+ if ( (LA231_3==Semicolon||LA231_3==LeftCurlyBracket) ) {
alt231=1;
}
+ else if ( (LA231_3==Data) ) {
+ alt231=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 231, 3, input);
@@ -52007,24 +49204,24 @@ else if ( (LA231_3==Semicolon||LA231_3==LeftCurlyBracket) ) {
}
switch (alt231) {
case 1 :
- // InternalAadl2Parser.g:11298:2: ( ( rule__ProcessImplementation__OwnedEventSourceAssignment_8_1_0 ) )
+ // InternalAadl2Parser.g:10348:2: ( ( rule__ProcessImplementation__OwnedEventSourceAssignment_9_2_0 ) )
{
- // InternalAadl2Parser.g:11298:2: ( ( rule__ProcessImplementation__OwnedEventSourceAssignment_8_1_0 ) )
- // InternalAadl2Parser.g:11299:3: ( rule__ProcessImplementation__OwnedEventSourceAssignment_8_1_0 )
+ // InternalAadl2Parser.g:10348:2: ( ( rule__ProcessImplementation__OwnedEventSourceAssignment_9_2_0 ) )
+ // InternalAadl2Parser.g:10349:3: ( rule__ProcessImplementation__OwnedEventSourceAssignment_9_2_0 )
{
- before(grammarAccess.getProcessImplementationAccess().getOwnedEventSourceAssignment_8_1_0());
- // InternalAadl2Parser.g:11300:3: ( rule__ProcessImplementation__OwnedEventSourceAssignment_8_1_0 )
- // InternalAadl2Parser.g:11300:4: rule__ProcessImplementation__OwnedEventSourceAssignment_8_1_0
+ before(grammarAccess.getProcessImplementationAccess().getOwnedEventSourceAssignment_9_2_0());
+ // InternalAadl2Parser.g:10350:3: ( rule__ProcessImplementation__OwnedEventSourceAssignment_9_2_0 )
+ // InternalAadl2Parser.g:10350:4: rule__ProcessImplementation__OwnedEventSourceAssignment_9_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__OwnedEventSourceAssignment_8_1_0();
+ rule__ProcessImplementation__OwnedEventSourceAssignment_9_2_0();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getOwnedEventSourceAssignment_8_1_0());
+ after(grammarAccess.getProcessImplementationAccess().getOwnedEventSourceAssignment_9_2_0());
}
@@ -52032,24 +49229,24 @@ else if ( (LA231_3==Semicolon||LA231_3==LeftCurlyBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:11304:2: ( ( rule__ProcessImplementation__OwnedEventDataSourceAssignment_8_1_1 ) )
+ // InternalAadl2Parser.g:10354:2: ( ( rule__ProcessImplementation__OwnedEventDataSourceAssignment_9_2_1 ) )
{
- // InternalAadl2Parser.g:11304:2: ( ( rule__ProcessImplementation__OwnedEventDataSourceAssignment_8_1_1 ) )
- // InternalAadl2Parser.g:11305:3: ( rule__ProcessImplementation__OwnedEventDataSourceAssignment_8_1_1 )
+ // InternalAadl2Parser.g:10354:2: ( ( rule__ProcessImplementation__OwnedEventDataSourceAssignment_9_2_1 ) )
+ // InternalAadl2Parser.g:10355:3: ( rule__ProcessImplementation__OwnedEventDataSourceAssignment_9_2_1 )
{
- before(grammarAccess.getProcessImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1());
- // InternalAadl2Parser.g:11306:3: ( rule__ProcessImplementation__OwnedEventDataSourceAssignment_8_1_1 )
- // InternalAadl2Parser.g:11306:4: rule__ProcessImplementation__OwnedEventDataSourceAssignment_8_1_1
+ before(grammarAccess.getProcessImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1());
+ // InternalAadl2Parser.g:10356:3: ( rule__ProcessImplementation__OwnedEventDataSourceAssignment_9_2_1 )
+ // InternalAadl2Parser.g:10356:4: rule__ProcessImplementation__OwnedEventDataSourceAssignment_9_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__OwnedEventDataSourceAssignment_8_1_1();
+ rule__ProcessImplementation__OwnedEventDataSourceAssignment_9_2_1();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1());
+ after(grammarAccess.getProcessImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1());
}
@@ -52070,17 +49267,17 @@ else if ( (LA231_3==Semicolon||LA231_3==LeftCurlyBracket) ) {
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Alternatives_8_1"
+ // $ANTLR end "rule__ProcessImplementation__Alternatives_9_2"
- // $ANTLR start "rule__ProcessImplementation__Alternatives_9_1"
- // InternalAadl2Parser.g:11314:1: rule__ProcessImplementation__Alternatives_9_1 : ( ( ( rule__ProcessImplementation__OwnedPortProxyAssignment_9_1_0 ) ) | ( ( rule__ProcessImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) ) );
- public final void rule__ProcessImplementation__Alternatives_9_1() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Alternatives_10_2"
+ // InternalAadl2Parser.g:10364:1: rule__ProcessImplementation__Alternatives_10_2 : ( ( ( rule__ProcessImplementation__OwnedPortProxyAssignment_10_2_0 ) ) | ( ( rule__ProcessImplementation__OwnedSubprogramProxyAssignment_10_2_1 ) ) );
+ public final void rule__ProcessImplementation__Alternatives_10_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11318:1: ( ( ( rule__ProcessImplementation__OwnedPortProxyAssignment_9_1_0 ) ) | ( ( rule__ProcessImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) ) )
+ // InternalAadl2Parser.g:10368:1: ( ( ( rule__ProcessImplementation__OwnedPortProxyAssignment_10_2_0 ) ) | ( ( rule__ProcessImplementation__OwnedSubprogramProxyAssignment_10_2_1 ) ) )
int alt232=2;
int LA232_0 = input.LA(1);
@@ -52118,24 +49315,24 @@ else if ( (LA232_2==Port) ) {
}
switch (alt232) {
case 1 :
- // InternalAadl2Parser.g:11319:2: ( ( rule__ProcessImplementation__OwnedPortProxyAssignment_9_1_0 ) )
+ // InternalAadl2Parser.g:10369:2: ( ( rule__ProcessImplementation__OwnedPortProxyAssignment_10_2_0 ) )
{
- // InternalAadl2Parser.g:11319:2: ( ( rule__ProcessImplementation__OwnedPortProxyAssignment_9_1_0 ) )
- // InternalAadl2Parser.g:11320:3: ( rule__ProcessImplementation__OwnedPortProxyAssignment_9_1_0 )
+ // InternalAadl2Parser.g:10369:2: ( ( rule__ProcessImplementation__OwnedPortProxyAssignment_10_2_0 ) )
+ // InternalAadl2Parser.g:10370:3: ( rule__ProcessImplementation__OwnedPortProxyAssignment_10_2_0 )
{
- before(grammarAccess.getProcessImplementationAccess().getOwnedPortProxyAssignment_9_1_0());
- // InternalAadl2Parser.g:11321:3: ( rule__ProcessImplementation__OwnedPortProxyAssignment_9_1_0 )
- // InternalAadl2Parser.g:11321:4: rule__ProcessImplementation__OwnedPortProxyAssignment_9_1_0
+ before(grammarAccess.getProcessImplementationAccess().getOwnedPortProxyAssignment_10_2_0());
+ // InternalAadl2Parser.g:10371:3: ( rule__ProcessImplementation__OwnedPortProxyAssignment_10_2_0 )
+ // InternalAadl2Parser.g:10371:4: rule__ProcessImplementation__OwnedPortProxyAssignment_10_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__OwnedPortProxyAssignment_9_1_0();
+ rule__ProcessImplementation__OwnedPortProxyAssignment_10_2_0();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getOwnedPortProxyAssignment_9_1_0());
+ after(grammarAccess.getProcessImplementationAccess().getOwnedPortProxyAssignment_10_2_0());
}
@@ -52143,24 +49340,24 @@ else if ( (LA232_2==Port) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:11325:2: ( ( rule__ProcessImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) )
+ // InternalAadl2Parser.g:10375:2: ( ( rule__ProcessImplementation__OwnedSubprogramProxyAssignment_10_2_1 ) )
{
- // InternalAadl2Parser.g:11325:2: ( ( rule__ProcessImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) )
- // InternalAadl2Parser.g:11326:3: ( rule__ProcessImplementation__OwnedSubprogramProxyAssignment_9_1_1 )
+ // InternalAadl2Parser.g:10375:2: ( ( rule__ProcessImplementation__OwnedSubprogramProxyAssignment_10_2_1 ) )
+ // InternalAadl2Parser.g:10376:3: ( rule__ProcessImplementation__OwnedSubprogramProxyAssignment_10_2_1 )
{
- before(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1());
- // InternalAadl2Parser.g:11327:3: ( rule__ProcessImplementation__OwnedSubprogramProxyAssignment_9_1_1 )
- // InternalAadl2Parser.g:11327:4: rule__ProcessImplementation__OwnedSubprogramProxyAssignment_9_1_1
+ before(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramProxyAssignment_10_2_1());
+ // InternalAadl2Parser.g:10377:3: ( rule__ProcessImplementation__OwnedSubprogramProxyAssignment_10_2_1 )
+ // InternalAadl2Parser.g:10377:4: rule__ProcessImplementation__OwnedSubprogramProxyAssignment_10_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__OwnedSubprogramProxyAssignment_9_1_1();
+ rule__ProcessImplementation__OwnedSubprogramProxyAssignment_10_2_1();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1());
+ after(grammarAccess.getProcessImplementationAccess().getOwnedSubprogramProxyAssignment_10_2_1());
}
@@ -52181,17 +49378,17 @@ else if ( (LA232_2==Port) ) {
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Alternatives_9_1"
+ // $ANTLR end "rule__ProcessImplementation__Alternatives_10_2"
- // $ANTLR start "rule__ProcessImplementation__Alternatives_10_1"
- // InternalAadl2Parser.g:11335:1: rule__ProcessImplementation__Alternatives_10_1 : ( ( ( ( rule__ProcessImplementation__Alternatives_10_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_10_1_0 )* ) ) | ( ( rule__ProcessImplementation__Group_10_1_1__0 ) ) );
- public final void rule__ProcessImplementation__Alternatives_10_1() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Alternatives_11_1"
+ // InternalAadl2Parser.g:10385:1: rule__ProcessImplementation__Alternatives_11_1 : ( ( ( ( rule__ProcessImplementation__Alternatives_11_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__ProcessImplementation__Group_11_1_1__0 ) ) );
+ public final void rule__ProcessImplementation__Alternatives_11_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11339:1: ( ( ( ( rule__ProcessImplementation__Alternatives_10_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_10_1_0 )* ) ) | ( ( rule__ProcessImplementation__Group_10_1_1__0 ) ) )
+ // InternalAadl2Parser.g:10389:1: ( ( ( ( rule__ProcessImplementation__Alternatives_11_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__ProcessImplementation__Group_11_1_1__0 ) ) )
int alt234=2;
int LA234_0 = input.LA(1);
@@ -52209,35 +49406,35 @@ else if ( (LA234_0==None) ) {
}
switch (alt234) {
case 1 :
- // InternalAadl2Parser.g:11340:2: ( ( ( rule__ProcessImplementation__Alternatives_10_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_10_1_0 )* ) )
+ // InternalAadl2Parser.g:10390:2: ( ( ( rule__ProcessImplementation__Alternatives_11_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_11_1_0 )* ) )
{
- // InternalAadl2Parser.g:11340:2: ( ( ( rule__ProcessImplementation__Alternatives_10_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_10_1_0 )* ) )
- // InternalAadl2Parser.g:11341:3: ( ( rule__ProcessImplementation__Alternatives_10_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_10_1_0 )* )
+ // InternalAadl2Parser.g:10390:2: ( ( ( rule__ProcessImplementation__Alternatives_11_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_11_1_0 )* ) )
+ // InternalAadl2Parser.g:10391:3: ( ( rule__ProcessImplementation__Alternatives_11_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_11_1_0 )* )
{
- // InternalAadl2Parser.g:11341:3: ( ( rule__ProcessImplementation__Alternatives_10_1_0 ) )
- // InternalAadl2Parser.g:11342:4: ( rule__ProcessImplementation__Alternatives_10_1_0 )
+ // InternalAadl2Parser.g:10391:3: ( ( rule__ProcessImplementation__Alternatives_11_1_0 ) )
+ // InternalAadl2Parser.g:10392:4: ( rule__ProcessImplementation__Alternatives_11_1_0 )
{
- before(grammarAccess.getProcessImplementationAccess().getAlternatives_10_1_0());
- // InternalAadl2Parser.g:11343:4: ( rule__ProcessImplementation__Alternatives_10_1_0 )
- // InternalAadl2Parser.g:11343:5: rule__ProcessImplementation__Alternatives_10_1_0
+ before(grammarAccess.getProcessImplementationAccess().getAlternatives_11_1_0());
+ // InternalAadl2Parser.g:10393:4: ( rule__ProcessImplementation__Alternatives_11_1_0 )
+ // InternalAadl2Parser.g:10393:5: rule__ProcessImplementation__Alternatives_11_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ProcessImplementation__Alternatives_10_1_0();
+ rule__ProcessImplementation__Alternatives_11_1_0();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getAlternatives_10_1_0());
+ after(grammarAccess.getProcessImplementationAccess().getAlternatives_11_1_0());
}
- // InternalAadl2Parser.g:11346:3: ( ( rule__ProcessImplementation__Alternatives_10_1_0 )* )
- // InternalAadl2Parser.g:11347:4: ( rule__ProcessImplementation__Alternatives_10_1_0 )*
+ // InternalAadl2Parser.g:10396:3: ( ( rule__ProcessImplementation__Alternatives_11_1_0 )* )
+ // InternalAadl2Parser.g:10397:4: ( rule__ProcessImplementation__Alternatives_11_1_0 )*
{
- before(grammarAccess.getProcessImplementationAccess().getAlternatives_10_1_0());
- // InternalAadl2Parser.g:11348:4: ( rule__ProcessImplementation__Alternatives_10_1_0 )*
+ before(grammarAccess.getProcessImplementationAccess().getAlternatives_11_1_0());
+ // InternalAadl2Parser.g:10398:4: ( rule__ProcessImplementation__Alternatives_11_1_0 )*
loop233:
do {
int alt233=2;
@@ -52250,10 +49447,10 @@ else if ( (LA234_0==None) ) {
switch (alt233) {
case 1 :
- // InternalAadl2Parser.g:11348:5: rule__ProcessImplementation__Alternatives_10_1_0
+ // InternalAadl2Parser.g:10398:5: rule__ProcessImplementation__Alternatives_11_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ProcessImplementation__Alternatives_10_1_0();
+ rule__ProcessImplementation__Alternatives_11_1_0();
state._fsp--;
@@ -52266,7 +49463,7 @@ else if ( (LA234_0==None) ) {
}
} while (true);
- after(grammarAccess.getProcessImplementationAccess().getAlternatives_10_1_0());
+ after(grammarAccess.getProcessImplementationAccess().getAlternatives_11_1_0());
}
@@ -52277,24 +49474,24 @@ else if ( (LA234_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:11353:2: ( ( rule__ProcessImplementation__Group_10_1_1__0 ) )
+ // InternalAadl2Parser.g:10403:2: ( ( rule__ProcessImplementation__Group_11_1_1__0 ) )
{
- // InternalAadl2Parser.g:11353:2: ( ( rule__ProcessImplementation__Group_10_1_1__0 ) )
- // InternalAadl2Parser.g:11354:3: ( rule__ProcessImplementation__Group_10_1_1__0 )
+ // InternalAadl2Parser.g:10403:2: ( ( rule__ProcessImplementation__Group_11_1_1__0 ) )
+ // InternalAadl2Parser.g:10404:3: ( rule__ProcessImplementation__Group_11_1_1__0 )
{
- before(grammarAccess.getProcessImplementationAccess().getGroup_10_1_1());
- // InternalAadl2Parser.g:11355:3: ( rule__ProcessImplementation__Group_10_1_1__0 )
- // InternalAadl2Parser.g:11355:4: rule__ProcessImplementation__Group_10_1_1__0
+ before(grammarAccess.getProcessImplementationAccess().getGroup_11_1_1());
+ // InternalAadl2Parser.g:10405:3: ( rule__ProcessImplementation__Group_11_1_1__0 )
+ // InternalAadl2Parser.g:10405:4: rule__ProcessImplementation__Group_11_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_10_1_1__0();
+ rule__ProcessImplementation__Group_11_1_1__0();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getGroup_10_1_1());
+ after(grammarAccess.getProcessImplementationAccess().getGroup_11_1_1());
}
@@ -52315,39 +49512,39 @@ else if ( (LA234_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Alternatives_10_1"
+ // $ANTLR end "rule__ProcessImplementation__Alternatives_11_1"
- // $ANTLR start "rule__ProcessImplementation__Alternatives_10_1_0"
- // InternalAadl2Parser.g:11363:1: rule__ProcessImplementation__Alternatives_10_1_0 : ( ( ( rule__ProcessImplementation__OwnedPortConnectionAssignment_10_1_0_0 ) ) | ( ( rule__ProcessImplementation__OwnedAccessConnectionAssignment_10_1_0_1 ) ) | ( ( rule__ProcessImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 ) ) | ( ( rule__ProcessImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 ) ) );
- public final void rule__ProcessImplementation__Alternatives_10_1_0() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Alternatives_11_1_0"
+ // InternalAadl2Parser.g:10413:1: rule__ProcessImplementation__Alternatives_11_1_0 : ( ( ( rule__ProcessImplementation__OwnedPortConnectionAssignment_11_1_0_0 ) ) | ( ( rule__ProcessImplementation__OwnedAccessConnectionAssignment_11_1_0_1 ) ) | ( ( rule__ProcessImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 ) ) | ( ( rule__ProcessImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 ) ) );
+ public final void rule__ProcessImplementation__Alternatives_11_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11367:1: ( ( ( rule__ProcessImplementation__OwnedPortConnectionAssignment_10_1_0_0 ) ) | ( ( rule__ProcessImplementation__OwnedAccessConnectionAssignment_10_1_0_1 ) ) | ( ( rule__ProcessImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 ) ) | ( ( rule__ProcessImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 ) ) )
+ // InternalAadl2Parser.g:10417:1: ( ( ( rule__ProcessImplementation__OwnedPortConnectionAssignment_11_1_0_0 ) ) | ( ( rule__ProcessImplementation__OwnedAccessConnectionAssignment_11_1_0_1 ) ) | ( ( rule__ProcessImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 ) ) | ( ( rule__ProcessImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 ) ) )
int alt235=4;
alt235 = dfa235.predict(input);
switch (alt235) {
case 1 :
- // InternalAadl2Parser.g:11368:2: ( ( rule__ProcessImplementation__OwnedPortConnectionAssignment_10_1_0_0 ) )
+ // InternalAadl2Parser.g:10418:2: ( ( rule__ProcessImplementation__OwnedPortConnectionAssignment_11_1_0_0 ) )
{
- // InternalAadl2Parser.g:11368:2: ( ( rule__ProcessImplementation__OwnedPortConnectionAssignment_10_1_0_0 ) )
- // InternalAadl2Parser.g:11369:3: ( rule__ProcessImplementation__OwnedPortConnectionAssignment_10_1_0_0 )
+ // InternalAadl2Parser.g:10418:2: ( ( rule__ProcessImplementation__OwnedPortConnectionAssignment_11_1_0_0 ) )
+ // InternalAadl2Parser.g:10419:3: ( rule__ProcessImplementation__OwnedPortConnectionAssignment_11_1_0_0 )
{
- before(grammarAccess.getProcessImplementationAccess().getOwnedPortConnectionAssignment_10_1_0_0());
- // InternalAadl2Parser.g:11370:3: ( rule__ProcessImplementation__OwnedPortConnectionAssignment_10_1_0_0 )
- // InternalAadl2Parser.g:11370:4: rule__ProcessImplementation__OwnedPortConnectionAssignment_10_1_0_0
+ before(grammarAccess.getProcessImplementationAccess().getOwnedPortConnectionAssignment_11_1_0_0());
+ // InternalAadl2Parser.g:10420:3: ( rule__ProcessImplementation__OwnedPortConnectionAssignment_11_1_0_0 )
+ // InternalAadl2Parser.g:10420:4: rule__ProcessImplementation__OwnedPortConnectionAssignment_11_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__OwnedPortConnectionAssignment_10_1_0_0();
+ rule__ProcessImplementation__OwnedPortConnectionAssignment_11_1_0_0();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getOwnedPortConnectionAssignment_10_1_0_0());
+ after(grammarAccess.getProcessImplementationAccess().getOwnedPortConnectionAssignment_11_1_0_0());
}
@@ -52355,24 +49552,24 @@ public final void rule__ProcessImplementation__Alternatives_10_1_0() throws Reco
}
break;
case 2 :
- // InternalAadl2Parser.g:11374:2: ( ( rule__ProcessImplementation__OwnedAccessConnectionAssignment_10_1_0_1 ) )
+ // InternalAadl2Parser.g:10424:2: ( ( rule__ProcessImplementation__OwnedAccessConnectionAssignment_11_1_0_1 ) )
{
- // InternalAadl2Parser.g:11374:2: ( ( rule__ProcessImplementation__OwnedAccessConnectionAssignment_10_1_0_1 ) )
- // InternalAadl2Parser.g:11375:3: ( rule__ProcessImplementation__OwnedAccessConnectionAssignment_10_1_0_1 )
+ // InternalAadl2Parser.g:10424:2: ( ( rule__ProcessImplementation__OwnedAccessConnectionAssignment_11_1_0_1 ) )
+ // InternalAadl2Parser.g:10425:3: ( rule__ProcessImplementation__OwnedAccessConnectionAssignment_11_1_0_1 )
{
- before(grammarAccess.getProcessImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_1());
- // InternalAadl2Parser.g:11376:3: ( rule__ProcessImplementation__OwnedAccessConnectionAssignment_10_1_0_1 )
- // InternalAadl2Parser.g:11376:4: rule__ProcessImplementation__OwnedAccessConnectionAssignment_10_1_0_1
+ before(grammarAccess.getProcessImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_1());
+ // InternalAadl2Parser.g:10426:3: ( rule__ProcessImplementation__OwnedAccessConnectionAssignment_11_1_0_1 )
+ // InternalAadl2Parser.g:10426:4: rule__ProcessImplementation__OwnedAccessConnectionAssignment_11_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__OwnedAccessConnectionAssignment_10_1_0_1();
+ rule__ProcessImplementation__OwnedAccessConnectionAssignment_11_1_0_1();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_1());
+ after(grammarAccess.getProcessImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_1());
}
@@ -52380,24 +49577,24 @@ public final void rule__ProcessImplementation__Alternatives_10_1_0() throws Reco
}
break;
case 3 :
- // InternalAadl2Parser.g:11380:2: ( ( rule__ProcessImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 ) )
+ // InternalAadl2Parser.g:10430:2: ( ( rule__ProcessImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 ) )
{
- // InternalAadl2Parser.g:11380:2: ( ( rule__ProcessImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 ) )
- // InternalAadl2Parser.g:11381:3: ( rule__ProcessImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 )
+ // InternalAadl2Parser.g:10430:2: ( ( rule__ProcessImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 ) )
+ // InternalAadl2Parser.g:10431:3: ( rule__ProcessImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 )
{
- before(grammarAccess.getProcessImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_2());
- // InternalAadl2Parser.g:11382:3: ( rule__ProcessImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 )
- // InternalAadl2Parser.g:11382:4: rule__ProcessImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2
+ before(grammarAccess.getProcessImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_2());
+ // InternalAadl2Parser.g:10432:3: ( rule__ProcessImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 )
+ // InternalAadl2Parser.g:10432:4: rule__ProcessImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2();
+ rule__ProcessImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_2());
+ after(grammarAccess.getProcessImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_2());
}
@@ -52405,24 +49602,24 @@ public final void rule__ProcessImplementation__Alternatives_10_1_0() throws Reco
}
break;
case 4 :
- // InternalAadl2Parser.g:11386:2: ( ( rule__ProcessImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 ) )
+ // InternalAadl2Parser.g:10436:2: ( ( rule__ProcessImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 ) )
{
- // InternalAadl2Parser.g:11386:2: ( ( rule__ProcessImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 ) )
- // InternalAadl2Parser.g:11387:3: ( rule__ProcessImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 )
+ // InternalAadl2Parser.g:10436:2: ( ( rule__ProcessImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 ) )
+ // InternalAadl2Parser.g:10437:3: ( rule__ProcessImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 )
{
- before(grammarAccess.getProcessImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_3());
- // InternalAadl2Parser.g:11388:3: ( rule__ProcessImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 )
- // InternalAadl2Parser.g:11388:4: rule__ProcessImplementation__OwnedFeatureConnectionAssignment_10_1_0_3
+ before(grammarAccess.getProcessImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_3());
+ // InternalAadl2Parser.g:10438:3: ( rule__ProcessImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 )
+ // InternalAadl2Parser.g:10438:4: rule__ProcessImplementation__OwnedFeatureConnectionAssignment_11_1_0_3
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__OwnedFeatureConnectionAssignment_10_1_0_3();
+ rule__ProcessImplementation__OwnedFeatureConnectionAssignment_11_1_0_3();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_3());
+ after(grammarAccess.getProcessImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_3());
}
@@ -52443,17 +49640,17 @@ public final void rule__ProcessImplementation__Alternatives_10_1_0() throws Reco
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Alternatives_10_1_0"
+ // $ANTLR end "rule__ProcessImplementation__Alternatives_11_1_0"
- // $ANTLR start "rule__ProcessImplementation__Alternatives_11_1"
- // InternalAadl2Parser.g:11396:1: rule__ProcessImplementation__Alternatives_11_1 : ( ( ( ( rule__ProcessImplementation__Alternatives_11_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__ProcessImplementation__Group_11_1_1__0 ) ) );
- public final void rule__ProcessImplementation__Alternatives_11_1() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Alternatives_12_1"
+ // InternalAadl2Parser.g:10446:1: rule__ProcessImplementation__Alternatives_12_1 : ( ( ( ( rule__ProcessImplementation__Alternatives_12_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__ProcessImplementation__Group_12_1_1__0 ) ) );
+ public final void rule__ProcessImplementation__Alternatives_12_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11400:1: ( ( ( ( rule__ProcessImplementation__Alternatives_11_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__ProcessImplementation__Group_11_1_1__0 ) ) )
+ // InternalAadl2Parser.g:10450:1: ( ( ( ( rule__ProcessImplementation__Alternatives_12_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__ProcessImplementation__Group_12_1_1__0 ) ) )
int alt237=2;
int LA237_0 = input.LA(1);
@@ -52471,35 +49668,35 @@ else if ( (LA237_0==None) ) {
}
switch (alt237) {
case 1 :
- // InternalAadl2Parser.g:11401:2: ( ( ( rule__ProcessImplementation__Alternatives_11_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_11_1_0 )* ) )
+ // InternalAadl2Parser.g:10451:2: ( ( ( rule__ProcessImplementation__Alternatives_12_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_12_1_0 )* ) )
{
- // InternalAadl2Parser.g:11401:2: ( ( ( rule__ProcessImplementation__Alternatives_11_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_11_1_0 )* ) )
- // InternalAadl2Parser.g:11402:3: ( ( rule__ProcessImplementation__Alternatives_11_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_11_1_0 )* )
+ // InternalAadl2Parser.g:10451:2: ( ( ( rule__ProcessImplementation__Alternatives_12_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_12_1_0 )* ) )
+ // InternalAadl2Parser.g:10452:3: ( ( rule__ProcessImplementation__Alternatives_12_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_12_1_0 )* )
{
- // InternalAadl2Parser.g:11402:3: ( ( rule__ProcessImplementation__Alternatives_11_1_0 ) )
- // InternalAadl2Parser.g:11403:4: ( rule__ProcessImplementation__Alternatives_11_1_0 )
+ // InternalAadl2Parser.g:10452:3: ( ( rule__ProcessImplementation__Alternatives_12_1_0 ) )
+ // InternalAadl2Parser.g:10453:4: ( rule__ProcessImplementation__Alternatives_12_1_0 )
{
- before(grammarAccess.getProcessImplementationAccess().getAlternatives_11_1_0());
- // InternalAadl2Parser.g:11404:4: ( rule__ProcessImplementation__Alternatives_11_1_0 )
- // InternalAadl2Parser.g:11404:5: rule__ProcessImplementation__Alternatives_11_1_0
+ before(grammarAccess.getProcessImplementationAccess().getAlternatives_12_1_0());
+ // InternalAadl2Parser.g:10454:4: ( rule__ProcessImplementation__Alternatives_12_1_0 )
+ // InternalAadl2Parser.g:10454:5: rule__ProcessImplementation__Alternatives_12_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ProcessImplementation__Alternatives_11_1_0();
+ rule__ProcessImplementation__Alternatives_12_1_0();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getAlternatives_11_1_0());
+ after(grammarAccess.getProcessImplementationAccess().getAlternatives_12_1_0());
}
- // InternalAadl2Parser.g:11407:3: ( ( rule__ProcessImplementation__Alternatives_11_1_0 )* )
- // InternalAadl2Parser.g:11408:4: ( rule__ProcessImplementation__Alternatives_11_1_0 )*
+ // InternalAadl2Parser.g:10457:3: ( ( rule__ProcessImplementation__Alternatives_12_1_0 )* )
+ // InternalAadl2Parser.g:10458:4: ( rule__ProcessImplementation__Alternatives_12_1_0 )*
{
- before(grammarAccess.getProcessImplementationAccess().getAlternatives_11_1_0());
- // InternalAadl2Parser.g:11409:4: ( rule__ProcessImplementation__Alternatives_11_1_0 )*
+ before(grammarAccess.getProcessImplementationAccess().getAlternatives_12_1_0());
+ // InternalAadl2Parser.g:10459:4: ( rule__ProcessImplementation__Alternatives_12_1_0 )*
loop236:
do {
int alt236=2;
@@ -52512,10 +49709,10 @@ else if ( (LA237_0==None) ) {
switch (alt236) {
case 1 :
- // InternalAadl2Parser.g:11409:5: rule__ProcessImplementation__Alternatives_11_1_0
+ // InternalAadl2Parser.g:10459:5: rule__ProcessImplementation__Alternatives_12_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ProcessImplementation__Alternatives_11_1_0();
+ rule__ProcessImplementation__Alternatives_12_1_0();
state._fsp--;
@@ -52528,7 +49725,7 @@ else if ( (LA237_0==None) ) {
}
} while (true);
- after(grammarAccess.getProcessImplementationAccess().getAlternatives_11_1_0());
+ after(grammarAccess.getProcessImplementationAccess().getAlternatives_12_1_0());
}
@@ -52539,24 +49736,24 @@ else if ( (LA237_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:11414:2: ( ( rule__ProcessImplementation__Group_11_1_1__0 ) )
+ // InternalAadl2Parser.g:10464:2: ( ( rule__ProcessImplementation__Group_12_1_1__0 ) )
{
- // InternalAadl2Parser.g:11414:2: ( ( rule__ProcessImplementation__Group_11_1_1__0 ) )
- // InternalAadl2Parser.g:11415:3: ( rule__ProcessImplementation__Group_11_1_1__0 )
+ // InternalAadl2Parser.g:10464:2: ( ( rule__ProcessImplementation__Group_12_1_1__0 ) )
+ // InternalAadl2Parser.g:10465:3: ( rule__ProcessImplementation__Group_12_1_1__0 )
{
- before(grammarAccess.getProcessImplementationAccess().getGroup_11_1_1());
- // InternalAadl2Parser.g:11416:3: ( rule__ProcessImplementation__Group_11_1_1__0 )
- // InternalAadl2Parser.g:11416:4: rule__ProcessImplementation__Group_11_1_1__0
+ before(grammarAccess.getProcessImplementationAccess().getGroup_12_1_1());
+ // InternalAadl2Parser.g:10466:3: ( rule__ProcessImplementation__Group_12_1_1__0 )
+ // InternalAadl2Parser.g:10466:4: rule__ProcessImplementation__Group_12_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_11_1_1__0();
+ rule__ProcessImplementation__Group_12_1_1__0();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getGroup_11_1_1());
+ after(grammarAccess.getProcessImplementationAccess().getGroup_12_1_1());
}
@@ -52577,17 +49774,17 @@ else if ( (LA237_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Alternatives_11_1"
+ // $ANTLR end "rule__ProcessImplementation__Alternatives_12_1"
- // $ANTLR start "rule__ProcessImplementation__Alternatives_11_1_0"
- // InternalAadl2Parser.g:11424:1: rule__ProcessImplementation__Alternatives_11_1_0 : ( ( ( rule__ProcessImplementation__OwnedFlowImplementationAssignment_11_1_0_0 ) ) | ( ( rule__ProcessImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 ) ) );
- public final void rule__ProcessImplementation__Alternatives_11_1_0() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Alternatives_12_1_0"
+ // InternalAadl2Parser.g:10474:1: rule__ProcessImplementation__Alternatives_12_1_0 : ( ( ( rule__ProcessImplementation__OwnedFlowImplementationAssignment_12_1_0_0 ) ) | ( ( rule__ProcessImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 ) ) );
+ public final void rule__ProcessImplementation__Alternatives_12_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11428:1: ( ( ( rule__ProcessImplementation__OwnedFlowImplementationAssignment_11_1_0_0 ) ) | ( ( rule__ProcessImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 ) ) )
+ // InternalAadl2Parser.g:10478:1: ( ( ( rule__ProcessImplementation__OwnedFlowImplementationAssignment_12_1_0_0 ) ) | ( ( rule__ProcessImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 ) ) )
int alt238=2;
int LA238_0 = input.LA(1);
@@ -52597,12 +49794,12 @@ public final void rule__ProcessImplementation__Alternatives_11_1_0() throws Reco
if ( (LA238_1==Colon) ) {
int LA238_2 = input.LA(3);
- if ( (LA238_2==Refined||LA238_2==End) ) {
- alt238=2;
- }
- else if ( (LA238_2==Flow) ) {
+ if ( (LA238_2==Flow) ) {
alt238=1;
}
+ else if ( (LA238_2==Refined||LA238_2==End) ) {
+ alt238=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 238, 2, input);
@@ -52625,24 +49822,24 @@ else if ( (LA238_2==Flow) ) {
}
switch (alt238) {
case 1 :
- // InternalAadl2Parser.g:11429:2: ( ( rule__ProcessImplementation__OwnedFlowImplementationAssignment_11_1_0_0 ) )
+ // InternalAadl2Parser.g:10479:2: ( ( rule__ProcessImplementation__OwnedFlowImplementationAssignment_12_1_0_0 ) )
{
- // InternalAadl2Parser.g:11429:2: ( ( rule__ProcessImplementation__OwnedFlowImplementationAssignment_11_1_0_0 ) )
- // InternalAadl2Parser.g:11430:3: ( rule__ProcessImplementation__OwnedFlowImplementationAssignment_11_1_0_0 )
+ // InternalAadl2Parser.g:10479:2: ( ( rule__ProcessImplementation__OwnedFlowImplementationAssignment_12_1_0_0 ) )
+ // InternalAadl2Parser.g:10480:3: ( rule__ProcessImplementation__OwnedFlowImplementationAssignment_12_1_0_0 )
{
- before(grammarAccess.getProcessImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0());
- // InternalAadl2Parser.g:11431:3: ( rule__ProcessImplementation__OwnedFlowImplementationAssignment_11_1_0_0 )
- // InternalAadl2Parser.g:11431:4: rule__ProcessImplementation__OwnedFlowImplementationAssignment_11_1_0_0
+ before(grammarAccess.getProcessImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0());
+ // InternalAadl2Parser.g:10481:3: ( rule__ProcessImplementation__OwnedFlowImplementationAssignment_12_1_0_0 )
+ // InternalAadl2Parser.g:10481:4: rule__ProcessImplementation__OwnedFlowImplementationAssignment_12_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__OwnedFlowImplementationAssignment_11_1_0_0();
+ rule__ProcessImplementation__OwnedFlowImplementationAssignment_12_1_0_0();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0());
+ after(grammarAccess.getProcessImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0());
}
@@ -52650,24 +49847,24 @@ else if ( (LA238_2==Flow) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:11435:2: ( ( rule__ProcessImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 ) )
+ // InternalAadl2Parser.g:10485:2: ( ( rule__ProcessImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 ) )
{
- // InternalAadl2Parser.g:11435:2: ( ( rule__ProcessImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 ) )
- // InternalAadl2Parser.g:11436:3: ( rule__ProcessImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 )
+ // InternalAadl2Parser.g:10485:2: ( ( rule__ProcessImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 ) )
+ // InternalAadl2Parser.g:10486:3: ( rule__ProcessImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 )
{
- before(grammarAccess.getProcessImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1());
- // InternalAadl2Parser.g:11437:3: ( rule__ProcessImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 )
- // InternalAadl2Parser.g:11437:4: rule__ProcessImplementation__OwnedEndToEndFlowAssignment_11_1_0_1
+ before(grammarAccess.getProcessImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1());
+ // InternalAadl2Parser.g:10487:3: ( rule__ProcessImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 )
+ // InternalAadl2Parser.g:10487:4: rule__ProcessImplementation__OwnedEndToEndFlowAssignment_12_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__OwnedEndToEndFlowAssignment_11_1_0_1();
+ rule__ProcessImplementation__OwnedEndToEndFlowAssignment_12_1_0_1();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1());
+ after(grammarAccess.getProcessImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1());
}
@@ -52688,17 +49885,17 @@ else if ( (LA238_2==Flow) ) {
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Alternatives_11_1_0"
+ // $ANTLR end "rule__ProcessImplementation__Alternatives_12_1_0"
- // $ANTLR start "rule__ProcessImplementation__Alternatives_12_1"
- // InternalAadl2Parser.g:11445:1: rule__ProcessImplementation__Alternatives_12_1 : ( ( ( ( rule__ProcessImplementation__Alternatives_12_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__ProcessImplementation__Group_12_1_1__0 ) ) );
- public final void rule__ProcessImplementation__Alternatives_12_1() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Alternatives_13_1"
+ // InternalAadl2Parser.g:10495:1: rule__ProcessImplementation__Alternatives_13_1 : ( ( ( ( rule__ProcessImplementation__Alternatives_13_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_13_1_0 )* ) ) | ( ( rule__ProcessImplementation__Group_13_1_1__0 ) ) );
+ public final void rule__ProcessImplementation__Alternatives_13_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11449:1: ( ( ( ( rule__ProcessImplementation__Alternatives_12_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__ProcessImplementation__Group_12_1_1__0 ) ) )
+ // InternalAadl2Parser.g:10499:1: ( ( ( ( rule__ProcessImplementation__Alternatives_13_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_13_1_0 )* ) ) | ( ( rule__ProcessImplementation__Group_13_1_1__0 ) ) )
int alt240=2;
int LA240_0 = input.LA(1);
@@ -52716,35 +49913,35 @@ else if ( (LA240_0==None) ) {
}
switch (alt240) {
case 1 :
- // InternalAadl2Parser.g:11450:2: ( ( ( rule__ProcessImplementation__Alternatives_12_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_12_1_0 )* ) )
+ // InternalAadl2Parser.g:10500:2: ( ( ( rule__ProcessImplementation__Alternatives_13_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_13_1_0 )* ) )
{
- // InternalAadl2Parser.g:11450:2: ( ( ( rule__ProcessImplementation__Alternatives_12_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_12_1_0 )* ) )
- // InternalAadl2Parser.g:11451:3: ( ( rule__ProcessImplementation__Alternatives_12_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_12_1_0 )* )
+ // InternalAadl2Parser.g:10500:2: ( ( ( rule__ProcessImplementation__Alternatives_13_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_13_1_0 )* ) )
+ // InternalAadl2Parser.g:10501:3: ( ( rule__ProcessImplementation__Alternatives_13_1_0 ) ) ( ( rule__ProcessImplementation__Alternatives_13_1_0 )* )
{
- // InternalAadl2Parser.g:11451:3: ( ( rule__ProcessImplementation__Alternatives_12_1_0 ) )
- // InternalAadl2Parser.g:11452:4: ( rule__ProcessImplementation__Alternatives_12_1_0 )
+ // InternalAadl2Parser.g:10501:3: ( ( rule__ProcessImplementation__Alternatives_13_1_0 ) )
+ // InternalAadl2Parser.g:10502:4: ( rule__ProcessImplementation__Alternatives_13_1_0 )
{
- before(grammarAccess.getProcessImplementationAccess().getAlternatives_12_1_0());
- // InternalAadl2Parser.g:11453:4: ( rule__ProcessImplementation__Alternatives_12_1_0 )
- // InternalAadl2Parser.g:11453:5: rule__ProcessImplementation__Alternatives_12_1_0
+ before(grammarAccess.getProcessImplementationAccess().getAlternatives_13_1_0());
+ // InternalAadl2Parser.g:10503:4: ( rule__ProcessImplementation__Alternatives_13_1_0 )
+ // InternalAadl2Parser.g:10503:5: rule__ProcessImplementation__Alternatives_13_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ProcessImplementation__Alternatives_12_1_0();
+ rule__ProcessImplementation__Alternatives_13_1_0();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getAlternatives_12_1_0());
+ after(grammarAccess.getProcessImplementationAccess().getAlternatives_13_1_0());
}
- // InternalAadl2Parser.g:11456:3: ( ( rule__ProcessImplementation__Alternatives_12_1_0 )* )
- // InternalAadl2Parser.g:11457:4: ( rule__ProcessImplementation__Alternatives_12_1_0 )*
+ // InternalAadl2Parser.g:10506:3: ( ( rule__ProcessImplementation__Alternatives_13_1_0 )* )
+ // InternalAadl2Parser.g:10507:4: ( rule__ProcessImplementation__Alternatives_13_1_0 )*
{
- before(grammarAccess.getProcessImplementationAccess().getAlternatives_12_1_0());
- // InternalAadl2Parser.g:11458:4: ( rule__ProcessImplementation__Alternatives_12_1_0 )*
+ before(grammarAccess.getProcessImplementationAccess().getAlternatives_13_1_0());
+ // InternalAadl2Parser.g:10508:4: ( rule__ProcessImplementation__Alternatives_13_1_0 )*
loop239:
do {
int alt239=2;
@@ -52757,10 +49954,10 @@ else if ( (LA240_0==None) ) {
switch (alt239) {
case 1 :
- // InternalAadl2Parser.g:11458:5: rule__ProcessImplementation__Alternatives_12_1_0
+ // InternalAadl2Parser.g:10508:5: rule__ProcessImplementation__Alternatives_13_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ProcessImplementation__Alternatives_12_1_0();
+ rule__ProcessImplementation__Alternatives_13_1_0();
state._fsp--;
@@ -52773,7 +49970,7 @@ else if ( (LA240_0==None) ) {
}
} while (true);
- after(grammarAccess.getProcessImplementationAccess().getAlternatives_12_1_0());
+ after(grammarAccess.getProcessImplementationAccess().getAlternatives_13_1_0());
}
@@ -52784,24 +49981,24 @@ else if ( (LA240_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:11463:2: ( ( rule__ProcessImplementation__Group_12_1_1__0 ) )
+ // InternalAadl2Parser.g:10513:2: ( ( rule__ProcessImplementation__Group_13_1_1__0 ) )
{
- // InternalAadl2Parser.g:11463:2: ( ( rule__ProcessImplementation__Group_12_1_1__0 ) )
- // InternalAadl2Parser.g:11464:3: ( rule__ProcessImplementation__Group_12_1_1__0 )
+ // InternalAadl2Parser.g:10513:2: ( ( rule__ProcessImplementation__Group_13_1_1__0 ) )
+ // InternalAadl2Parser.g:10514:3: ( rule__ProcessImplementation__Group_13_1_1__0 )
{
- before(grammarAccess.getProcessImplementationAccess().getGroup_12_1_1());
- // InternalAadl2Parser.g:11465:3: ( rule__ProcessImplementation__Group_12_1_1__0 )
- // InternalAadl2Parser.g:11465:4: rule__ProcessImplementation__Group_12_1_1__0
+ before(grammarAccess.getProcessImplementationAccess().getGroup_13_1_1());
+ // InternalAadl2Parser.g:10515:3: ( rule__ProcessImplementation__Group_13_1_1__0 )
+ // InternalAadl2Parser.g:10515:4: rule__ProcessImplementation__Group_13_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_12_1_1__0();
+ rule__ProcessImplementation__Group_13_1_1__0();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getGroup_12_1_1());
+ after(grammarAccess.getProcessImplementationAccess().getGroup_13_1_1());
}
@@ -52822,42 +50019,42 @@ else if ( (LA240_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Alternatives_12_1"
+ // $ANTLR end "rule__ProcessImplementation__Alternatives_13_1"
- // $ANTLR start "rule__ProcessImplementation__Alternatives_12_1_0"
- // InternalAadl2Parser.g:11473:1: rule__ProcessImplementation__Alternatives_12_1_0 : ( ( ( rule__ProcessImplementation__OwnedModeAssignment_12_1_0_0 ) ) | ( ( rule__ProcessImplementation__OwnedModeTransitionAssignment_12_1_0_1 ) ) );
- public final void rule__ProcessImplementation__Alternatives_12_1_0() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Alternatives_13_1_0"
+ // InternalAadl2Parser.g:10523:1: rule__ProcessImplementation__Alternatives_13_1_0 : ( ( ( rule__ProcessImplementation__OwnedModeAssignment_13_1_0_0 ) ) | ( ( rule__ProcessImplementation__OwnedModeTransitionAssignment_13_1_0_1 ) ) );
+ public final void rule__ProcessImplementation__Alternatives_13_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11477:1: ( ( ( rule__ProcessImplementation__OwnedModeAssignment_12_1_0_0 ) ) | ( ( rule__ProcessImplementation__OwnedModeTransitionAssignment_12_1_0_1 ) ) )
+ // InternalAadl2Parser.g:10527:1: ( ( ( rule__ProcessImplementation__OwnedModeAssignment_13_1_0_0 ) ) | ( ( rule__ProcessImplementation__OwnedModeTransitionAssignment_13_1_0_1 ) ) )
int alt241=2;
int LA241_0 = input.LA(1);
if ( (LA241_0==RULE_ID) ) {
int LA241_1 = input.LA(2);
- if ( (LA241_1==Colon) ) {
- int LA241_2 = input.LA(3);
+ if ( (LA241_1==HyphenMinusLeftSquareBracket) ) {
+ alt241=2;
+ }
+ else if ( (LA241_1==Colon) ) {
+ int LA241_3 = input.LA(3);
- if ( (LA241_2==Initial||LA241_2==Mode) ) {
- alt241=1;
- }
- else if ( (LA241_2==RULE_ID) ) {
+ if ( (LA241_3==RULE_ID) ) {
alt241=2;
}
+ else if ( (LA241_3==Initial||LA241_3==Mode) ) {
+ alt241=1;
+ }
else {
NoViableAltException nvae =
- new NoViableAltException("", 241, 2, input);
+ new NoViableAltException("", 241, 3, input);
throw nvae;
}
}
- else if ( (LA241_1==HyphenMinusLeftSquareBracket) ) {
- alt241=2;
- }
else {
NoViableAltException nvae =
new NoViableAltException("", 241, 1, input);
@@ -52873,24 +50070,24 @@ else if ( (LA241_1==HyphenMinusLeftSquareBracket) ) {
}
switch (alt241) {
case 1 :
- // InternalAadl2Parser.g:11478:2: ( ( rule__ProcessImplementation__OwnedModeAssignment_12_1_0_0 ) )
+ // InternalAadl2Parser.g:10528:2: ( ( rule__ProcessImplementation__OwnedModeAssignment_13_1_0_0 ) )
{
- // InternalAadl2Parser.g:11478:2: ( ( rule__ProcessImplementation__OwnedModeAssignment_12_1_0_0 ) )
- // InternalAadl2Parser.g:11479:3: ( rule__ProcessImplementation__OwnedModeAssignment_12_1_0_0 )
+ // InternalAadl2Parser.g:10528:2: ( ( rule__ProcessImplementation__OwnedModeAssignment_13_1_0_0 ) )
+ // InternalAadl2Parser.g:10529:3: ( rule__ProcessImplementation__OwnedModeAssignment_13_1_0_0 )
{
- before(grammarAccess.getProcessImplementationAccess().getOwnedModeAssignment_12_1_0_0());
- // InternalAadl2Parser.g:11480:3: ( rule__ProcessImplementation__OwnedModeAssignment_12_1_0_0 )
- // InternalAadl2Parser.g:11480:4: rule__ProcessImplementation__OwnedModeAssignment_12_1_0_0
+ before(grammarAccess.getProcessImplementationAccess().getOwnedModeAssignment_13_1_0_0());
+ // InternalAadl2Parser.g:10530:3: ( rule__ProcessImplementation__OwnedModeAssignment_13_1_0_0 )
+ // InternalAadl2Parser.g:10530:4: rule__ProcessImplementation__OwnedModeAssignment_13_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__OwnedModeAssignment_12_1_0_0();
+ rule__ProcessImplementation__OwnedModeAssignment_13_1_0_0();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getOwnedModeAssignment_12_1_0_0());
+ after(grammarAccess.getProcessImplementationAccess().getOwnedModeAssignment_13_1_0_0());
}
@@ -52898,24 +50095,24 @@ else if ( (LA241_1==HyphenMinusLeftSquareBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:11484:2: ( ( rule__ProcessImplementation__OwnedModeTransitionAssignment_12_1_0_1 ) )
+ // InternalAadl2Parser.g:10534:2: ( ( rule__ProcessImplementation__OwnedModeTransitionAssignment_13_1_0_1 ) )
{
- // InternalAadl2Parser.g:11484:2: ( ( rule__ProcessImplementation__OwnedModeTransitionAssignment_12_1_0_1 ) )
- // InternalAadl2Parser.g:11485:3: ( rule__ProcessImplementation__OwnedModeTransitionAssignment_12_1_0_1 )
+ // InternalAadl2Parser.g:10534:2: ( ( rule__ProcessImplementation__OwnedModeTransitionAssignment_13_1_0_1 ) )
+ // InternalAadl2Parser.g:10535:3: ( rule__ProcessImplementation__OwnedModeTransitionAssignment_13_1_0_1 )
{
- before(grammarAccess.getProcessImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1());
- // InternalAadl2Parser.g:11486:3: ( rule__ProcessImplementation__OwnedModeTransitionAssignment_12_1_0_1 )
- // InternalAadl2Parser.g:11486:4: rule__ProcessImplementation__OwnedModeTransitionAssignment_12_1_0_1
+ before(grammarAccess.getProcessImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1());
+ // InternalAadl2Parser.g:10536:3: ( rule__ProcessImplementation__OwnedModeTransitionAssignment_13_1_0_1 )
+ // InternalAadl2Parser.g:10536:4: rule__ProcessImplementation__OwnedModeTransitionAssignment_13_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__OwnedModeTransitionAssignment_12_1_0_1();
+ rule__ProcessImplementation__OwnedModeTransitionAssignment_13_1_0_1();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1());
+ after(grammarAccess.getProcessImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1());
}
@@ -52936,17 +50133,17 @@ else if ( (LA241_1==HyphenMinusLeftSquareBracket) ) {
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Alternatives_12_1_0"
+ // $ANTLR end "rule__ProcessImplementation__Alternatives_13_1_0"
- // $ANTLR start "rule__ProcessImplementation__Alternatives_13_1"
- // InternalAadl2Parser.g:11494:1: rule__ProcessImplementation__Alternatives_13_1 : ( ( ( ( rule__ProcessImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__ProcessImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* ) ) | ( ( rule__ProcessImplementation__Group_13_1_1__0 ) ) );
- public final void rule__ProcessImplementation__Alternatives_13_1() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Alternatives_14_1"
+ // InternalAadl2Parser.g:10544:1: rule__ProcessImplementation__Alternatives_14_1 : ( ( ( ( rule__ProcessImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__ProcessImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* ) ) | ( ( rule__ProcessImplementation__Group_14_1_1__0 ) ) );
+ public final void rule__ProcessImplementation__Alternatives_14_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11498:1: ( ( ( ( rule__ProcessImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__ProcessImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* ) ) | ( ( rule__ProcessImplementation__Group_13_1_1__0 ) ) )
+ // InternalAadl2Parser.g:10548:1: ( ( ( ( rule__ProcessImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__ProcessImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* ) ) | ( ( rule__ProcessImplementation__Group_14_1_1__0 ) ) )
int alt243=2;
int LA243_0 = input.LA(1);
@@ -52964,35 +50161,35 @@ else if ( (LA243_0==None) ) {
}
switch (alt243) {
case 1 :
- // InternalAadl2Parser.g:11499:2: ( ( ( rule__ProcessImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__ProcessImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* ) )
+ // InternalAadl2Parser.g:10549:2: ( ( ( rule__ProcessImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__ProcessImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* ) )
{
- // InternalAadl2Parser.g:11499:2: ( ( ( rule__ProcessImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__ProcessImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* ) )
- // InternalAadl2Parser.g:11500:3: ( ( rule__ProcessImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__ProcessImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* )
+ // InternalAadl2Parser.g:10549:2: ( ( ( rule__ProcessImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__ProcessImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* ) )
+ // InternalAadl2Parser.g:10550:3: ( ( rule__ProcessImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__ProcessImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* )
{
- // InternalAadl2Parser.g:11500:3: ( ( rule__ProcessImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) )
- // InternalAadl2Parser.g:11501:4: ( rule__ProcessImplementation__OwnedPropertyAssociationAssignment_13_1_0 )
+ // InternalAadl2Parser.g:10550:3: ( ( rule__ProcessImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) )
+ // InternalAadl2Parser.g:10551:4: ( rule__ProcessImplementation__OwnedPropertyAssociationAssignment_14_1_0 )
{
- before(grammarAccess.getProcessImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0());
- // InternalAadl2Parser.g:11502:4: ( rule__ProcessImplementation__OwnedPropertyAssociationAssignment_13_1_0 )
- // InternalAadl2Parser.g:11502:5: rule__ProcessImplementation__OwnedPropertyAssociationAssignment_13_1_0
+ before(grammarAccess.getProcessImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0());
+ // InternalAadl2Parser.g:10552:4: ( rule__ProcessImplementation__OwnedPropertyAssociationAssignment_14_1_0 )
+ // InternalAadl2Parser.g:10552:5: rule__ProcessImplementation__OwnedPropertyAssociationAssignment_14_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ProcessImplementation__OwnedPropertyAssociationAssignment_13_1_0();
+ rule__ProcessImplementation__OwnedPropertyAssociationAssignment_14_1_0();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0());
+ after(grammarAccess.getProcessImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0());
}
- // InternalAadl2Parser.g:11505:3: ( ( rule__ProcessImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* )
- // InternalAadl2Parser.g:11506:4: ( rule__ProcessImplementation__OwnedPropertyAssociationAssignment_13_1_0 )*
+ // InternalAadl2Parser.g:10555:3: ( ( rule__ProcessImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* )
+ // InternalAadl2Parser.g:10556:4: ( rule__ProcessImplementation__OwnedPropertyAssociationAssignment_14_1_0 )*
{
- before(grammarAccess.getProcessImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0());
- // InternalAadl2Parser.g:11507:4: ( rule__ProcessImplementation__OwnedPropertyAssociationAssignment_13_1_0 )*
+ before(grammarAccess.getProcessImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0());
+ // InternalAadl2Parser.g:10557:4: ( rule__ProcessImplementation__OwnedPropertyAssociationAssignment_14_1_0 )*
loop242:
do {
int alt242=2;
@@ -53005,10 +50202,10 @@ else if ( (LA243_0==None) ) {
switch (alt242) {
case 1 :
- // InternalAadl2Parser.g:11507:5: rule__ProcessImplementation__OwnedPropertyAssociationAssignment_13_1_0
+ // InternalAadl2Parser.g:10557:5: rule__ProcessImplementation__OwnedPropertyAssociationAssignment_14_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ProcessImplementation__OwnedPropertyAssociationAssignment_13_1_0();
+ rule__ProcessImplementation__OwnedPropertyAssociationAssignment_14_1_0();
state._fsp--;
@@ -53021,7 +50218,7 @@ else if ( (LA243_0==None) ) {
}
} while (true);
- after(grammarAccess.getProcessImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0());
+ after(grammarAccess.getProcessImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0());
}
@@ -53032,24 +50229,24 @@ else if ( (LA243_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:11512:2: ( ( rule__ProcessImplementation__Group_13_1_1__0 ) )
+ // InternalAadl2Parser.g:10562:2: ( ( rule__ProcessImplementation__Group_14_1_1__0 ) )
{
- // InternalAadl2Parser.g:11512:2: ( ( rule__ProcessImplementation__Group_13_1_1__0 ) )
- // InternalAadl2Parser.g:11513:3: ( rule__ProcessImplementation__Group_13_1_1__0 )
+ // InternalAadl2Parser.g:10562:2: ( ( rule__ProcessImplementation__Group_14_1_1__0 ) )
+ // InternalAadl2Parser.g:10563:3: ( rule__ProcessImplementation__Group_14_1_1__0 )
{
- before(grammarAccess.getProcessImplementationAccess().getGroup_13_1_1());
- // InternalAadl2Parser.g:11514:3: ( rule__ProcessImplementation__Group_13_1_1__0 )
- // InternalAadl2Parser.g:11514:4: rule__ProcessImplementation__Group_13_1_1__0
+ before(grammarAccess.getProcessImplementationAccess().getGroup_14_1_1());
+ // InternalAadl2Parser.g:10564:3: ( rule__ProcessImplementation__Group_14_1_1__0 )
+ // InternalAadl2Parser.g:10564:4: rule__ProcessImplementation__Group_14_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_13_1_1__0();
+ rule__ProcessImplementation__Group_14_1_1__0();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getGroup_13_1_1());
+ after(grammarAccess.getProcessImplementationAccess().getGroup_14_1_1());
}
@@ -53070,17 +50267,17 @@ else if ( (LA243_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Alternatives_13_1"
+ // $ANTLR end "rule__ProcessImplementation__Alternatives_14_1"
- // $ANTLR start "rule__ThreadGroupImplementation__Alternatives_6_1"
- // InternalAadl2Parser.g:11522:1: rule__ThreadGroupImplementation__Alternatives_6_1 : ( ( ( ( rule__ThreadGroupImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__ThreadGroupImplementation__OwnedPrototypeAssignment_6_1_0 )* ) ) | ( ( rule__ThreadGroupImplementation__Group_6_1_1__0 ) ) );
- public final void rule__ThreadGroupImplementation__Alternatives_6_1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Alternatives_8_1"
+ // InternalAadl2Parser.g:10572:1: rule__ThreadGroupImplementation__Alternatives_8_1 : ( ( ( ( rule__ThreadGroupImplementation__OwnedPrototypeAssignment_8_1_0 ) ) ( ( rule__ThreadGroupImplementation__OwnedPrototypeAssignment_8_1_0 )* ) ) | ( ( rule__ThreadGroupImplementation__Group_8_1_1__0 ) ) );
+ public final void rule__ThreadGroupImplementation__Alternatives_8_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11526:1: ( ( ( ( rule__ThreadGroupImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__ThreadGroupImplementation__OwnedPrototypeAssignment_6_1_0 )* ) ) | ( ( rule__ThreadGroupImplementation__Group_6_1_1__0 ) ) )
+ // InternalAadl2Parser.g:10576:1: ( ( ( ( rule__ThreadGroupImplementation__OwnedPrototypeAssignment_8_1_0 ) ) ( ( rule__ThreadGroupImplementation__OwnedPrototypeAssignment_8_1_0 )* ) ) | ( ( rule__ThreadGroupImplementation__Group_8_1_1__0 ) ) )
int alt245=2;
int LA245_0 = input.LA(1);
@@ -53098,35 +50295,35 @@ else if ( (LA245_0==None) ) {
}
switch (alt245) {
case 1 :
- // InternalAadl2Parser.g:11527:2: ( ( ( rule__ThreadGroupImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__ThreadGroupImplementation__OwnedPrototypeAssignment_6_1_0 )* ) )
+ // InternalAadl2Parser.g:10577:2: ( ( ( rule__ThreadGroupImplementation__OwnedPrototypeAssignment_8_1_0 ) ) ( ( rule__ThreadGroupImplementation__OwnedPrototypeAssignment_8_1_0 )* ) )
{
- // InternalAadl2Parser.g:11527:2: ( ( ( rule__ThreadGroupImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__ThreadGroupImplementation__OwnedPrototypeAssignment_6_1_0 )* ) )
- // InternalAadl2Parser.g:11528:3: ( ( rule__ThreadGroupImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__ThreadGroupImplementation__OwnedPrototypeAssignment_6_1_0 )* )
+ // InternalAadl2Parser.g:10577:2: ( ( ( rule__ThreadGroupImplementation__OwnedPrototypeAssignment_8_1_0 ) ) ( ( rule__ThreadGroupImplementation__OwnedPrototypeAssignment_8_1_0 )* ) )
+ // InternalAadl2Parser.g:10578:3: ( ( rule__ThreadGroupImplementation__OwnedPrototypeAssignment_8_1_0 ) ) ( ( rule__ThreadGroupImplementation__OwnedPrototypeAssignment_8_1_0 )* )
{
- // InternalAadl2Parser.g:11528:3: ( ( rule__ThreadGroupImplementation__OwnedPrototypeAssignment_6_1_0 ) )
- // InternalAadl2Parser.g:11529:4: ( rule__ThreadGroupImplementation__OwnedPrototypeAssignment_6_1_0 )
+ // InternalAadl2Parser.g:10578:3: ( ( rule__ThreadGroupImplementation__OwnedPrototypeAssignment_8_1_0 ) )
+ // InternalAadl2Parser.g:10579:4: ( rule__ThreadGroupImplementation__OwnedPrototypeAssignment_8_1_0 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
- // InternalAadl2Parser.g:11530:4: ( rule__ThreadGroupImplementation__OwnedPrototypeAssignment_6_1_0 )
- // InternalAadl2Parser.g:11530:5: rule__ThreadGroupImplementation__OwnedPrototypeAssignment_6_1_0
+ before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeAssignment_8_1_0());
+ // InternalAadl2Parser.g:10580:4: ( rule__ThreadGroupImplementation__OwnedPrototypeAssignment_8_1_0 )
+ // InternalAadl2Parser.g:10580:5: rule__ThreadGroupImplementation__OwnedPrototypeAssignment_8_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadGroupImplementation__OwnedPrototypeAssignment_6_1_0();
+ rule__ThreadGroupImplementation__OwnedPrototypeAssignment_8_1_0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
+ after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeAssignment_8_1_0());
}
- // InternalAadl2Parser.g:11533:3: ( ( rule__ThreadGroupImplementation__OwnedPrototypeAssignment_6_1_0 )* )
- // InternalAadl2Parser.g:11534:4: ( rule__ThreadGroupImplementation__OwnedPrototypeAssignment_6_1_0 )*
+ // InternalAadl2Parser.g:10583:3: ( ( rule__ThreadGroupImplementation__OwnedPrototypeAssignment_8_1_0 )* )
+ // InternalAadl2Parser.g:10584:4: ( rule__ThreadGroupImplementation__OwnedPrototypeAssignment_8_1_0 )*
{
- before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
- // InternalAadl2Parser.g:11535:4: ( rule__ThreadGroupImplementation__OwnedPrototypeAssignment_6_1_0 )*
+ before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeAssignment_8_1_0());
+ // InternalAadl2Parser.g:10585:4: ( rule__ThreadGroupImplementation__OwnedPrototypeAssignment_8_1_0 )*
loop244:
do {
int alt244=2;
@@ -53139,10 +50336,10 @@ else if ( (LA245_0==None) ) {
switch (alt244) {
case 1 :
- // InternalAadl2Parser.g:11535:5: rule__ThreadGroupImplementation__OwnedPrototypeAssignment_6_1_0
+ // InternalAadl2Parser.g:10585:5: rule__ThreadGroupImplementation__OwnedPrototypeAssignment_8_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadGroupImplementation__OwnedPrototypeAssignment_6_1_0();
+ rule__ThreadGroupImplementation__OwnedPrototypeAssignment_8_1_0();
state._fsp--;
@@ -53155,7 +50352,7 @@ else if ( (LA245_0==None) ) {
}
} while (true);
- after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
+ after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeAssignment_8_1_0());
}
@@ -53166,24 +50363,24 @@ else if ( (LA245_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:11540:2: ( ( rule__ThreadGroupImplementation__Group_6_1_1__0 ) )
+ // InternalAadl2Parser.g:10590:2: ( ( rule__ThreadGroupImplementation__Group_8_1_1__0 ) )
{
- // InternalAadl2Parser.g:11540:2: ( ( rule__ThreadGroupImplementation__Group_6_1_1__0 ) )
- // InternalAadl2Parser.g:11541:3: ( rule__ThreadGroupImplementation__Group_6_1_1__0 )
+ // InternalAadl2Parser.g:10590:2: ( ( rule__ThreadGroupImplementation__Group_8_1_1__0 ) )
+ // InternalAadl2Parser.g:10591:3: ( rule__ThreadGroupImplementation__Group_8_1_1__0 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getGroup_6_1_1());
- // InternalAadl2Parser.g:11542:3: ( rule__ThreadGroupImplementation__Group_6_1_1__0 )
- // InternalAadl2Parser.g:11542:4: rule__ThreadGroupImplementation__Group_6_1_1__0
+ before(grammarAccess.getThreadGroupImplementationAccess().getGroup_8_1_1());
+ // InternalAadl2Parser.g:10592:3: ( rule__ThreadGroupImplementation__Group_8_1_1__0 )
+ // InternalAadl2Parser.g:10592:4: rule__ThreadGroupImplementation__Group_8_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_6_1_1__0();
+ rule__ThreadGroupImplementation__Group_8_1_1__0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getGroup_6_1_1());
+ after(grammarAccess.getThreadGroupImplementationAccess().getGroup_8_1_1());
}
@@ -53204,17 +50401,17 @@ else if ( (LA245_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Alternatives_6_1"
+ // $ANTLR end "rule__ThreadGroupImplementation__Alternatives_8_1"
- // $ANTLR start "rule__ThreadGroupImplementation__Alternatives_7_1"
- // InternalAadl2Parser.g:11550:1: rule__ThreadGroupImplementation__Alternatives_7_1 : ( ( ( ( rule__ThreadGroupImplementation__Alternatives_7_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_7_1_0 )* ) ) | ( ( rule__ThreadGroupImplementation__Group_7_1_1__0 ) ) );
- public final void rule__ThreadGroupImplementation__Alternatives_7_1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Alternatives_9_1"
+ // InternalAadl2Parser.g:10600:1: rule__ThreadGroupImplementation__Alternatives_9_1 : ( ( ( ( rule__ThreadGroupImplementation__Alternatives_9_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_9_1_0 )* ) ) | ( ( rule__ThreadGroupImplementation__Group_9_1_1__0 ) ) );
+ public final void rule__ThreadGroupImplementation__Alternatives_9_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11554:1: ( ( ( ( rule__ThreadGroupImplementation__Alternatives_7_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_7_1_0 )* ) ) | ( ( rule__ThreadGroupImplementation__Group_7_1_1__0 ) ) )
+ // InternalAadl2Parser.g:10604:1: ( ( ( ( rule__ThreadGroupImplementation__Alternatives_9_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_9_1_0 )* ) ) | ( ( rule__ThreadGroupImplementation__Group_9_1_1__0 ) ) )
int alt247=2;
int LA247_0 = input.LA(1);
@@ -53232,35 +50429,35 @@ else if ( (LA247_0==None) ) {
}
switch (alt247) {
case 1 :
- // InternalAadl2Parser.g:11555:2: ( ( ( rule__ThreadGroupImplementation__Alternatives_7_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_7_1_0 )* ) )
+ // InternalAadl2Parser.g:10605:2: ( ( ( rule__ThreadGroupImplementation__Alternatives_9_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_9_1_0 )* ) )
{
- // InternalAadl2Parser.g:11555:2: ( ( ( rule__ThreadGroupImplementation__Alternatives_7_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_7_1_0 )* ) )
- // InternalAadl2Parser.g:11556:3: ( ( rule__ThreadGroupImplementation__Alternatives_7_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_7_1_0 )* )
+ // InternalAadl2Parser.g:10605:2: ( ( ( rule__ThreadGroupImplementation__Alternatives_9_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_9_1_0 )* ) )
+ // InternalAadl2Parser.g:10606:3: ( ( rule__ThreadGroupImplementation__Alternatives_9_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_9_1_0 )* )
{
- // InternalAadl2Parser.g:11556:3: ( ( rule__ThreadGroupImplementation__Alternatives_7_1_0 ) )
- // InternalAadl2Parser.g:11557:4: ( rule__ThreadGroupImplementation__Alternatives_7_1_0 )
+ // InternalAadl2Parser.g:10606:3: ( ( rule__ThreadGroupImplementation__Alternatives_9_1_0 ) )
+ // InternalAadl2Parser.g:10607:4: ( rule__ThreadGroupImplementation__Alternatives_9_1_0 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_7_1_0());
- // InternalAadl2Parser.g:11558:4: ( rule__ThreadGroupImplementation__Alternatives_7_1_0 )
- // InternalAadl2Parser.g:11558:5: rule__ThreadGroupImplementation__Alternatives_7_1_0
+ before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_9_1_0());
+ // InternalAadl2Parser.g:10608:4: ( rule__ThreadGroupImplementation__Alternatives_9_1_0 )
+ // InternalAadl2Parser.g:10608:5: rule__ThreadGroupImplementation__Alternatives_9_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadGroupImplementation__Alternatives_7_1_0();
+ rule__ThreadGroupImplementation__Alternatives_9_1_0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_7_1_0());
+ after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_9_1_0());
}
- // InternalAadl2Parser.g:11561:3: ( ( rule__ThreadGroupImplementation__Alternatives_7_1_0 )* )
- // InternalAadl2Parser.g:11562:4: ( rule__ThreadGroupImplementation__Alternatives_7_1_0 )*
+ // InternalAadl2Parser.g:10611:3: ( ( rule__ThreadGroupImplementation__Alternatives_9_1_0 )* )
+ // InternalAadl2Parser.g:10612:4: ( rule__ThreadGroupImplementation__Alternatives_9_1_0 )*
{
- before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_7_1_0());
- // InternalAadl2Parser.g:11563:4: ( rule__ThreadGroupImplementation__Alternatives_7_1_0 )*
+ before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_9_1_0());
+ // InternalAadl2Parser.g:10613:4: ( rule__ThreadGroupImplementation__Alternatives_9_1_0 )*
loop246:
do {
int alt246=2;
@@ -53273,10 +50470,10 @@ else if ( (LA247_0==None) ) {
switch (alt246) {
case 1 :
- // InternalAadl2Parser.g:11563:5: rule__ThreadGroupImplementation__Alternatives_7_1_0
+ // InternalAadl2Parser.g:10613:5: rule__ThreadGroupImplementation__Alternatives_9_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadGroupImplementation__Alternatives_7_1_0();
+ rule__ThreadGroupImplementation__Alternatives_9_1_0();
state._fsp--;
@@ -53289,7 +50486,7 @@ else if ( (LA247_0==None) ) {
}
} while (true);
- after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_7_1_0());
+ after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_9_1_0());
}
@@ -53300,24 +50497,24 @@ else if ( (LA247_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:11568:2: ( ( rule__ThreadGroupImplementation__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:10618:2: ( ( rule__ThreadGroupImplementation__Group_9_1_1__0 ) )
{
- // InternalAadl2Parser.g:11568:2: ( ( rule__ThreadGroupImplementation__Group_7_1_1__0 ) )
- // InternalAadl2Parser.g:11569:3: ( rule__ThreadGroupImplementation__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:10618:2: ( ( rule__ThreadGroupImplementation__Group_9_1_1__0 ) )
+ // InternalAadl2Parser.g:10619:3: ( rule__ThreadGroupImplementation__Group_9_1_1__0 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getGroup_7_1_1());
- // InternalAadl2Parser.g:11570:3: ( rule__ThreadGroupImplementation__Group_7_1_1__0 )
- // InternalAadl2Parser.g:11570:4: rule__ThreadGroupImplementation__Group_7_1_1__0
+ before(grammarAccess.getThreadGroupImplementationAccess().getGroup_9_1_1());
+ // InternalAadl2Parser.g:10620:3: ( rule__ThreadGroupImplementation__Group_9_1_1__0 )
+ // InternalAadl2Parser.g:10620:4: rule__ThreadGroupImplementation__Group_9_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_7_1_1__0();
+ rule__ThreadGroupImplementation__Group_9_1_1__0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getGroup_7_1_1());
+ after(grammarAccess.getThreadGroupImplementationAccess().getGroup_9_1_1());
}
@@ -53338,39 +50535,39 @@ else if ( (LA247_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Alternatives_7_1"
+ // $ANTLR end "rule__ThreadGroupImplementation__Alternatives_9_1"
- // $ANTLR start "rule__ThreadGroupImplementation__Alternatives_7_1_0"
- // InternalAadl2Parser.g:11578:1: rule__ThreadGroupImplementation__Alternatives_7_1_0 : ( ( ( rule__ThreadGroupImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_0 ) ) | ( ( rule__ThreadGroupImplementation__OwnedThreadSubcomponentAssignment_7_1_0_1 ) ) | ( ( rule__ThreadGroupImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_2 ) ) | ( ( rule__ThreadGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_3 ) ) | ( ( rule__ThreadGroupImplementation__OwnedDataSubcomponentAssignment_7_1_0_4 ) ) | ( ( rule__ThreadGroupImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_5 ) ) );
- public final void rule__ThreadGroupImplementation__Alternatives_7_1_0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Alternatives_9_1_0"
+ // InternalAadl2Parser.g:10628:1: rule__ThreadGroupImplementation__Alternatives_9_1_0 : ( ( ( rule__ThreadGroupImplementation__OwnedThreadGroupSubcomponentAssignment_9_1_0_0 ) ) | ( ( rule__ThreadGroupImplementation__OwnedThreadSubcomponentAssignment_9_1_0_1 ) ) | ( ( rule__ThreadGroupImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_2 ) ) | ( ( rule__ThreadGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_9_1_0_3 ) ) | ( ( rule__ThreadGroupImplementation__OwnedDataSubcomponentAssignment_9_1_0_4 ) ) | ( ( rule__ThreadGroupImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_5 ) ) );
+ public final void rule__ThreadGroupImplementation__Alternatives_9_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11582:1: ( ( ( rule__ThreadGroupImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_0 ) ) | ( ( rule__ThreadGroupImplementation__OwnedThreadSubcomponentAssignment_7_1_0_1 ) ) | ( ( rule__ThreadGroupImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_2 ) ) | ( ( rule__ThreadGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_3 ) ) | ( ( rule__ThreadGroupImplementation__OwnedDataSubcomponentAssignment_7_1_0_4 ) ) | ( ( rule__ThreadGroupImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_5 ) ) )
+ // InternalAadl2Parser.g:10632:1: ( ( ( rule__ThreadGroupImplementation__OwnedThreadGroupSubcomponentAssignment_9_1_0_0 ) ) | ( ( rule__ThreadGroupImplementation__OwnedThreadSubcomponentAssignment_9_1_0_1 ) ) | ( ( rule__ThreadGroupImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_2 ) ) | ( ( rule__ThreadGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_9_1_0_3 ) ) | ( ( rule__ThreadGroupImplementation__OwnedDataSubcomponentAssignment_9_1_0_4 ) ) | ( ( rule__ThreadGroupImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_5 ) ) )
int alt248=6;
alt248 = dfa248.predict(input);
switch (alt248) {
case 1 :
- // InternalAadl2Parser.g:11583:2: ( ( rule__ThreadGroupImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_0 ) )
+ // InternalAadl2Parser.g:10633:2: ( ( rule__ThreadGroupImplementation__OwnedThreadGroupSubcomponentAssignment_9_1_0_0 ) )
{
- // InternalAadl2Parser.g:11583:2: ( ( rule__ThreadGroupImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_0 ) )
- // InternalAadl2Parser.g:11584:3: ( rule__ThreadGroupImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_0 )
+ // InternalAadl2Parser.g:10633:2: ( ( rule__ThreadGroupImplementation__OwnedThreadGroupSubcomponentAssignment_9_1_0_0 ) )
+ // InternalAadl2Parser.g:10634:3: ( rule__ThreadGroupImplementation__OwnedThreadGroupSubcomponentAssignment_9_1_0_0 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getOwnedThreadGroupSubcomponentAssignment_7_1_0_0());
- // InternalAadl2Parser.g:11585:3: ( rule__ThreadGroupImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_0 )
- // InternalAadl2Parser.g:11585:4: rule__ThreadGroupImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_0
+ before(grammarAccess.getThreadGroupImplementationAccess().getOwnedThreadGroupSubcomponentAssignment_9_1_0_0());
+ // InternalAadl2Parser.g:10635:3: ( rule__ThreadGroupImplementation__OwnedThreadGroupSubcomponentAssignment_9_1_0_0 )
+ // InternalAadl2Parser.g:10635:4: rule__ThreadGroupImplementation__OwnedThreadGroupSubcomponentAssignment_9_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__OwnedThreadGroupSubcomponentAssignment_7_1_0_0();
+ rule__ThreadGroupImplementation__OwnedThreadGroupSubcomponentAssignment_9_1_0_0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getOwnedThreadGroupSubcomponentAssignment_7_1_0_0());
+ after(grammarAccess.getThreadGroupImplementationAccess().getOwnedThreadGroupSubcomponentAssignment_9_1_0_0());
}
@@ -53378,24 +50575,24 @@ public final void rule__ThreadGroupImplementation__Alternatives_7_1_0() throws R
}
break;
case 2 :
- // InternalAadl2Parser.g:11589:2: ( ( rule__ThreadGroupImplementation__OwnedThreadSubcomponentAssignment_7_1_0_1 ) )
+ // InternalAadl2Parser.g:10639:2: ( ( rule__ThreadGroupImplementation__OwnedThreadSubcomponentAssignment_9_1_0_1 ) )
{
- // InternalAadl2Parser.g:11589:2: ( ( rule__ThreadGroupImplementation__OwnedThreadSubcomponentAssignment_7_1_0_1 ) )
- // InternalAadl2Parser.g:11590:3: ( rule__ThreadGroupImplementation__OwnedThreadSubcomponentAssignment_7_1_0_1 )
+ // InternalAadl2Parser.g:10639:2: ( ( rule__ThreadGroupImplementation__OwnedThreadSubcomponentAssignment_9_1_0_1 ) )
+ // InternalAadl2Parser.g:10640:3: ( rule__ThreadGroupImplementation__OwnedThreadSubcomponentAssignment_9_1_0_1 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getOwnedThreadSubcomponentAssignment_7_1_0_1());
- // InternalAadl2Parser.g:11591:3: ( rule__ThreadGroupImplementation__OwnedThreadSubcomponentAssignment_7_1_0_1 )
- // InternalAadl2Parser.g:11591:4: rule__ThreadGroupImplementation__OwnedThreadSubcomponentAssignment_7_1_0_1
+ before(grammarAccess.getThreadGroupImplementationAccess().getOwnedThreadSubcomponentAssignment_9_1_0_1());
+ // InternalAadl2Parser.g:10641:3: ( rule__ThreadGroupImplementation__OwnedThreadSubcomponentAssignment_9_1_0_1 )
+ // InternalAadl2Parser.g:10641:4: rule__ThreadGroupImplementation__OwnedThreadSubcomponentAssignment_9_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__OwnedThreadSubcomponentAssignment_7_1_0_1();
+ rule__ThreadGroupImplementation__OwnedThreadSubcomponentAssignment_9_1_0_1();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getOwnedThreadSubcomponentAssignment_7_1_0_1());
+ after(grammarAccess.getThreadGroupImplementationAccess().getOwnedThreadSubcomponentAssignment_9_1_0_1());
}
@@ -53403,24 +50600,24 @@ public final void rule__ThreadGroupImplementation__Alternatives_7_1_0() throws R
}
break;
case 3 :
- // InternalAadl2Parser.g:11595:2: ( ( rule__ThreadGroupImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_2 ) )
+ // InternalAadl2Parser.g:10645:2: ( ( rule__ThreadGroupImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_2 ) )
{
- // InternalAadl2Parser.g:11595:2: ( ( rule__ThreadGroupImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_2 ) )
- // InternalAadl2Parser.g:11596:3: ( rule__ThreadGroupImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_2 )
+ // InternalAadl2Parser.g:10645:2: ( ( rule__ThreadGroupImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_2 ) )
+ // InternalAadl2Parser.g:10646:3: ( rule__ThreadGroupImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_2 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_2());
- // InternalAadl2Parser.g:11597:3: ( rule__ThreadGroupImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_2 )
- // InternalAadl2Parser.g:11597:4: rule__ThreadGroupImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_2
+ before(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramSubcomponentAssignment_9_1_0_2());
+ // InternalAadl2Parser.g:10647:3: ( rule__ThreadGroupImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_2 )
+ // InternalAadl2Parser.g:10647:4: rule__ThreadGroupImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_2
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_2();
+ rule__ThreadGroupImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_2();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_2());
+ after(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramSubcomponentAssignment_9_1_0_2());
}
@@ -53428,24 +50625,24 @@ public final void rule__ThreadGroupImplementation__Alternatives_7_1_0() throws R
}
break;
case 4 :
- // InternalAadl2Parser.g:11601:2: ( ( rule__ThreadGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_3 ) )
+ // InternalAadl2Parser.g:10651:2: ( ( rule__ThreadGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_9_1_0_3 ) )
{
- // InternalAadl2Parser.g:11601:2: ( ( rule__ThreadGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_3 ) )
- // InternalAadl2Parser.g:11602:3: ( rule__ThreadGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_3 )
+ // InternalAadl2Parser.g:10651:2: ( ( rule__ThreadGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_9_1_0_3 ) )
+ // InternalAadl2Parser.g:10652:3: ( rule__ThreadGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_9_1_0_3 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_7_1_0_3());
- // InternalAadl2Parser.g:11603:3: ( rule__ThreadGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_3 )
- // InternalAadl2Parser.g:11603:4: rule__ThreadGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_3
+ before(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_9_1_0_3());
+ // InternalAadl2Parser.g:10653:3: ( rule__ThreadGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_9_1_0_3 )
+ // InternalAadl2Parser.g:10653:4: rule__ThreadGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_9_1_0_3
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_3();
+ rule__ThreadGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_9_1_0_3();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_7_1_0_3());
+ after(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_9_1_0_3());
}
@@ -53453,24 +50650,24 @@ public final void rule__ThreadGroupImplementation__Alternatives_7_1_0() throws R
}
break;
case 5 :
- // InternalAadl2Parser.g:11607:2: ( ( rule__ThreadGroupImplementation__OwnedDataSubcomponentAssignment_7_1_0_4 ) )
+ // InternalAadl2Parser.g:10657:2: ( ( rule__ThreadGroupImplementation__OwnedDataSubcomponentAssignment_9_1_0_4 ) )
{
- // InternalAadl2Parser.g:11607:2: ( ( rule__ThreadGroupImplementation__OwnedDataSubcomponentAssignment_7_1_0_4 ) )
- // InternalAadl2Parser.g:11608:3: ( rule__ThreadGroupImplementation__OwnedDataSubcomponentAssignment_7_1_0_4 )
+ // InternalAadl2Parser.g:10657:2: ( ( rule__ThreadGroupImplementation__OwnedDataSubcomponentAssignment_9_1_0_4 ) )
+ // InternalAadl2Parser.g:10658:3: ( rule__ThreadGroupImplementation__OwnedDataSubcomponentAssignment_9_1_0_4 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_4());
- // InternalAadl2Parser.g:11609:3: ( rule__ThreadGroupImplementation__OwnedDataSubcomponentAssignment_7_1_0_4 )
- // InternalAadl2Parser.g:11609:4: rule__ThreadGroupImplementation__OwnedDataSubcomponentAssignment_7_1_0_4
+ before(grammarAccess.getThreadGroupImplementationAccess().getOwnedDataSubcomponentAssignment_9_1_0_4());
+ // InternalAadl2Parser.g:10659:3: ( rule__ThreadGroupImplementation__OwnedDataSubcomponentAssignment_9_1_0_4 )
+ // InternalAadl2Parser.g:10659:4: rule__ThreadGroupImplementation__OwnedDataSubcomponentAssignment_9_1_0_4
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__OwnedDataSubcomponentAssignment_7_1_0_4();
+ rule__ThreadGroupImplementation__OwnedDataSubcomponentAssignment_9_1_0_4();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_4());
+ after(grammarAccess.getThreadGroupImplementationAccess().getOwnedDataSubcomponentAssignment_9_1_0_4());
}
@@ -53478,24 +50675,24 @@ public final void rule__ThreadGroupImplementation__Alternatives_7_1_0() throws R
}
break;
case 6 :
- // InternalAadl2Parser.g:11613:2: ( ( rule__ThreadGroupImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_5 ) )
+ // InternalAadl2Parser.g:10663:2: ( ( rule__ThreadGroupImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_5 ) )
{
- // InternalAadl2Parser.g:11613:2: ( ( rule__ThreadGroupImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_5 ) )
- // InternalAadl2Parser.g:11614:3: ( rule__ThreadGroupImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_5 )
+ // InternalAadl2Parser.g:10663:2: ( ( rule__ThreadGroupImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_5 ) )
+ // InternalAadl2Parser.g:10664:3: ( rule__ThreadGroupImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_5 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_5());
- // InternalAadl2Parser.g:11615:3: ( rule__ThreadGroupImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_5 )
- // InternalAadl2Parser.g:11615:4: rule__ThreadGroupImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_5
+ before(grammarAccess.getThreadGroupImplementationAccess().getOwnedAbstractSubcomponentAssignment_9_1_0_5());
+ // InternalAadl2Parser.g:10665:3: ( rule__ThreadGroupImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_5 )
+ // InternalAadl2Parser.g:10665:4: rule__ThreadGroupImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_5
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_5();
+ rule__ThreadGroupImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_5();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_5());
+ after(grammarAccess.getThreadGroupImplementationAccess().getOwnedAbstractSubcomponentAssignment_9_1_0_5());
}
@@ -53516,17 +50713,17 @@ public final void rule__ThreadGroupImplementation__Alternatives_7_1_0() throws R
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Alternatives_7_1_0"
+ // $ANTLR end "rule__ThreadGroupImplementation__Alternatives_9_1_0"
- // $ANTLR start "rule__ThreadGroupImplementation__Alternatives_8_1"
- // InternalAadl2Parser.g:11623:1: rule__ThreadGroupImplementation__Alternatives_8_1 : ( ( ( rule__ThreadGroupImplementation__OwnedEventSourceAssignment_8_1_0 ) ) | ( ( rule__ThreadGroupImplementation__OwnedEventDataSourceAssignment_8_1_1 ) ) );
- public final void rule__ThreadGroupImplementation__Alternatives_8_1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Alternatives_10_2"
+ // InternalAadl2Parser.g:10673:1: rule__ThreadGroupImplementation__Alternatives_10_2 : ( ( ( rule__ThreadGroupImplementation__OwnedEventSourceAssignment_10_2_0 ) ) | ( ( rule__ThreadGroupImplementation__OwnedEventDataSourceAssignment_10_2_1 ) ) );
+ public final void rule__ThreadGroupImplementation__Alternatives_10_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11627:1: ( ( ( rule__ThreadGroupImplementation__OwnedEventSourceAssignment_8_1_0 ) ) | ( ( rule__ThreadGroupImplementation__OwnedEventDataSourceAssignment_8_1_1 ) ) )
+ // InternalAadl2Parser.g:10677:1: ( ( ( rule__ThreadGroupImplementation__OwnedEventSourceAssignment_10_2_0 ) ) | ( ( rule__ThreadGroupImplementation__OwnedEventDataSourceAssignment_10_2_1 ) ) )
int alt249=2;
int LA249_0 = input.LA(1);
@@ -53539,12 +50736,12 @@ public final void rule__ThreadGroupImplementation__Alternatives_8_1() throws Rec
if ( (LA249_2==Event) ) {
int LA249_3 = input.LA(4);
- if ( (LA249_3==Data) ) {
- alt249=2;
- }
- else if ( (LA249_3==Semicolon||LA249_3==LeftCurlyBracket) ) {
+ if ( (LA249_3==Semicolon||LA249_3==LeftCurlyBracket) ) {
alt249=1;
}
+ else if ( (LA249_3==Data) ) {
+ alt249=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 249, 3, input);
@@ -53574,24 +50771,24 @@ else if ( (LA249_3==Semicolon||LA249_3==LeftCurlyBracket) ) {
}
switch (alt249) {
case 1 :
- // InternalAadl2Parser.g:11628:2: ( ( rule__ThreadGroupImplementation__OwnedEventSourceAssignment_8_1_0 ) )
+ // InternalAadl2Parser.g:10678:2: ( ( rule__ThreadGroupImplementation__OwnedEventSourceAssignment_10_2_0 ) )
{
- // InternalAadl2Parser.g:11628:2: ( ( rule__ThreadGroupImplementation__OwnedEventSourceAssignment_8_1_0 ) )
- // InternalAadl2Parser.g:11629:3: ( rule__ThreadGroupImplementation__OwnedEventSourceAssignment_8_1_0 )
+ // InternalAadl2Parser.g:10678:2: ( ( rule__ThreadGroupImplementation__OwnedEventSourceAssignment_10_2_0 ) )
+ // InternalAadl2Parser.g:10679:3: ( rule__ThreadGroupImplementation__OwnedEventSourceAssignment_10_2_0 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getOwnedEventSourceAssignment_8_1_0());
- // InternalAadl2Parser.g:11630:3: ( rule__ThreadGroupImplementation__OwnedEventSourceAssignment_8_1_0 )
- // InternalAadl2Parser.g:11630:4: rule__ThreadGroupImplementation__OwnedEventSourceAssignment_8_1_0
+ before(grammarAccess.getThreadGroupImplementationAccess().getOwnedEventSourceAssignment_10_2_0());
+ // InternalAadl2Parser.g:10680:3: ( rule__ThreadGroupImplementation__OwnedEventSourceAssignment_10_2_0 )
+ // InternalAadl2Parser.g:10680:4: rule__ThreadGroupImplementation__OwnedEventSourceAssignment_10_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__OwnedEventSourceAssignment_8_1_0();
+ rule__ThreadGroupImplementation__OwnedEventSourceAssignment_10_2_0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getOwnedEventSourceAssignment_8_1_0());
+ after(grammarAccess.getThreadGroupImplementationAccess().getOwnedEventSourceAssignment_10_2_0());
}
@@ -53599,24 +50796,24 @@ else if ( (LA249_3==Semicolon||LA249_3==LeftCurlyBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:11634:2: ( ( rule__ThreadGroupImplementation__OwnedEventDataSourceAssignment_8_1_1 ) )
+ // InternalAadl2Parser.g:10684:2: ( ( rule__ThreadGroupImplementation__OwnedEventDataSourceAssignment_10_2_1 ) )
{
- // InternalAadl2Parser.g:11634:2: ( ( rule__ThreadGroupImplementation__OwnedEventDataSourceAssignment_8_1_1 ) )
- // InternalAadl2Parser.g:11635:3: ( rule__ThreadGroupImplementation__OwnedEventDataSourceAssignment_8_1_1 )
+ // InternalAadl2Parser.g:10684:2: ( ( rule__ThreadGroupImplementation__OwnedEventDataSourceAssignment_10_2_1 ) )
+ // InternalAadl2Parser.g:10685:3: ( rule__ThreadGroupImplementation__OwnedEventDataSourceAssignment_10_2_1 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1());
- // InternalAadl2Parser.g:11636:3: ( rule__ThreadGroupImplementation__OwnedEventDataSourceAssignment_8_1_1 )
- // InternalAadl2Parser.g:11636:4: rule__ThreadGroupImplementation__OwnedEventDataSourceAssignment_8_1_1
+ before(grammarAccess.getThreadGroupImplementationAccess().getOwnedEventDataSourceAssignment_10_2_1());
+ // InternalAadl2Parser.g:10686:3: ( rule__ThreadGroupImplementation__OwnedEventDataSourceAssignment_10_2_1 )
+ // InternalAadl2Parser.g:10686:4: rule__ThreadGroupImplementation__OwnedEventDataSourceAssignment_10_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__OwnedEventDataSourceAssignment_8_1_1();
+ rule__ThreadGroupImplementation__OwnedEventDataSourceAssignment_10_2_1();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1());
+ after(grammarAccess.getThreadGroupImplementationAccess().getOwnedEventDataSourceAssignment_10_2_1());
}
@@ -53637,17 +50834,17 @@ else if ( (LA249_3==Semicolon||LA249_3==LeftCurlyBracket) ) {
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Alternatives_8_1"
+ // $ANTLR end "rule__ThreadGroupImplementation__Alternatives_10_2"
- // $ANTLR start "rule__ThreadGroupImplementation__Alternatives_9_1"
- // InternalAadl2Parser.g:11644:1: rule__ThreadGroupImplementation__Alternatives_9_1 : ( ( ( rule__ThreadGroupImplementation__OwnedPortProxyAssignment_9_1_0 ) ) | ( ( rule__ThreadGroupImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) ) );
- public final void rule__ThreadGroupImplementation__Alternatives_9_1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Alternatives_11_2"
+ // InternalAadl2Parser.g:10694:1: rule__ThreadGroupImplementation__Alternatives_11_2 : ( ( ( rule__ThreadGroupImplementation__OwnedPortProxyAssignment_11_2_0 ) ) | ( ( rule__ThreadGroupImplementation__OwnedSubprogramProxyAssignment_11_2_1 ) ) );
+ public final void rule__ThreadGroupImplementation__Alternatives_11_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11648:1: ( ( ( rule__ThreadGroupImplementation__OwnedPortProxyAssignment_9_1_0 ) ) | ( ( rule__ThreadGroupImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) ) )
+ // InternalAadl2Parser.g:10698:1: ( ( ( rule__ThreadGroupImplementation__OwnedPortProxyAssignment_11_2_0 ) ) | ( ( rule__ThreadGroupImplementation__OwnedSubprogramProxyAssignment_11_2_1 ) ) )
int alt250=2;
int LA250_0 = input.LA(1);
@@ -53685,24 +50882,24 @@ else if ( (LA250_2==Port) ) {
}
switch (alt250) {
case 1 :
- // InternalAadl2Parser.g:11649:2: ( ( rule__ThreadGroupImplementation__OwnedPortProxyAssignment_9_1_0 ) )
+ // InternalAadl2Parser.g:10699:2: ( ( rule__ThreadGroupImplementation__OwnedPortProxyAssignment_11_2_0 ) )
{
- // InternalAadl2Parser.g:11649:2: ( ( rule__ThreadGroupImplementation__OwnedPortProxyAssignment_9_1_0 ) )
- // InternalAadl2Parser.g:11650:3: ( rule__ThreadGroupImplementation__OwnedPortProxyAssignment_9_1_0 )
+ // InternalAadl2Parser.g:10699:2: ( ( rule__ThreadGroupImplementation__OwnedPortProxyAssignment_11_2_0 ) )
+ // InternalAadl2Parser.g:10700:3: ( rule__ThreadGroupImplementation__OwnedPortProxyAssignment_11_2_0 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPortProxyAssignment_9_1_0());
- // InternalAadl2Parser.g:11651:3: ( rule__ThreadGroupImplementation__OwnedPortProxyAssignment_9_1_0 )
- // InternalAadl2Parser.g:11651:4: rule__ThreadGroupImplementation__OwnedPortProxyAssignment_9_1_0
+ before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPortProxyAssignment_11_2_0());
+ // InternalAadl2Parser.g:10701:3: ( rule__ThreadGroupImplementation__OwnedPortProxyAssignment_11_2_0 )
+ // InternalAadl2Parser.g:10701:4: rule__ThreadGroupImplementation__OwnedPortProxyAssignment_11_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__OwnedPortProxyAssignment_9_1_0();
+ rule__ThreadGroupImplementation__OwnedPortProxyAssignment_11_2_0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPortProxyAssignment_9_1_0());
+ after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPortProxyAssignment_11_2_0());
}
@@ -53710,24 +50907,24 @@ else if ( (LA250_2==Port) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:11655:2: ( ( rule__ThreadGroupImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) )
+ // InternalAadl2Parser.g:10705:2: ( ( rule__ThreadGroupImplementation__OwnedSubprogramProxyAssignment_11_2_1 ) )
{
- // InternalAadl2Parser.g:11655:2: ( ( rule__ThreadGroupImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) )
- // InternalAadl2Parser.g:11656:3: ( rule__ThreadGroupImplementation__OwnedSubprogramProxyAssignment_9_1_1 )
+ // InternalAadl2Parser.g:10705:2: ( ( rule__ThreadGroupImplementation__OwnedSubprogramProxyAssignment_11_2_1 ) )
+ // InternalAadl2Parser.g:10706:3: ( rule__ThreadGroupImplementation__OwnedSubprogramProxyAssignment_11_2_1 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1());
- // InternalAadl2Parser.g:11657:3: ( rule__ThreadGroupImplementation__OwnedSubprogramProxyAssignment_9_1_1 )
- // InternalAadl2Parser.g:11657:4: rule__ThreadGroupImplementation__OwnedSubprogramProxyAssignment_9_1_1
+ before(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramProxyAssignment_11_2_1());
+ // InternalAadl2Parser.g:10707:3: ( rule__ThreadGroupImplementation__OwnedSubprogramProxyAssignment_11_2_1 )
+ // InternalAadl2Parser.g:10707:4: rule__ThreadGroupImplementation__OwnedSubprogramProxyAssignment_11_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__OwnedSubprogramProxyAssignment_9_1_1();
+ rule__ThreadGroupImplementation__OwnedSubprogramProxyAssignment_11_2_1();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1());
+ after(grammarAccess.getThreadGroupImplementationAccess().getOwnedSubprogramProxyAssignment_11_2_1());
}
@@ -53748,17 +50945,17 @@ else if ( (LA250_2==Port) ) {
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Alternatives_9_1"
+ // $ANTLR end "rule__ThreadGroupImplementation__Alternatives_11_2"
- // $ANTLR start "rule__ThreadGroupImplementation__Alternatives_10_1"
- // InternalAadl2Parser.g:11665:1: rule__ThreadGroupImplementation__Alternatives_10_1 : ( ( ( ( rule__ThreadGroupImplementation__Alternatives_10_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_10_1_0 )* ) ) | ( ( rule__ThreadGroupImplementation__Group_10_1_1__0 ) ) );
- public final void rule__ThreadGroupImplementation__Alternatives_10_1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Alternatives_12_1"
+ // InternalAadl2Parser.g:10715:1: rule__ThreadGroupImplementation__Alternatives_12_1 : ( ( ( ( rule__ThreadGroupImplementation__Alternatives_12_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__ThreadGroupImplementation__Group_12_1_1__0 ) ) );
+ public final void rule__ThreadGroupImplementation__Alternatives_12_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11669:1: ( ( ( ( rule__ThreadGroupImplementation__Alternatives_10_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_10_1_0 )* ) ) | ( ( rule__ThreadGroupImplementation__Group_10_1_1__0 ) ) )
+ // InternalAadl2Parser.g:10719:1: ( ( ( ( rule__ThreadGroupImplementation__Alternatives_12_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__ThreadGroupImplementation__Group_12_1_1__0 ) ) )
int alt252=2;
int LA252_0 = input.LA(1);
@@ -53776,35 +50973,35 @@ else if ( (LA252_0==None) ) {
}
switch (alt252) {
case 1 :
- // InternalAadl2Parser.g:11670:2: ( ( ( rule__ThreadGroupImplementation__Alternatives_10_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_10_1_0 )* ) )
+ // InternalAadl2Parser.g:10720:2: ( ( ( rule__ThreadGroupImplementation__Alternatives_12_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_12_1_0 )* ) )
{
- // InternalAadl2Parser.g:11670:2: ( ( ( rule__ThreadGroupImplementation__Alternatives_10_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_10_1_0 )* ) )
- // InternalAadl2Parser.g:11671:3: ( ( rule__ThreadGroupImplementation__Alternatives_10_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_10_1_0 )* )
+ // InternalAadl2Parser.g:10720:2: ( ( ( rule__ThreadGroupImplementation__Alternatives_12_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_12_1_0 )* ) )
+ // InternalAadl2Parser.g:10721:3: ( ( rule__ThreadGroupImplementation__Alternatives_12_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_12_1_0 )* )
{
- // InternalAadl2Parser.g:11671:3: ( ( rule__ThreadGroupImplementation__Alternatives_10_1_0 ) )
- // InternalAadl2Parser.g:11672:4: ( rule__ThreadGroupImplementation__Alternatives_10_1_0 )
+ // InternalAadl2Parser.g:10721:3: ( ( rule__ThreadGroupImplementation__Alternatives_12_1_0 ) )
+ // InternalAadl2Parser.g:10722:4: ( rule__ThreadGroupImplementation__Alternatives_12_1_0 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_10_1_0());
- // InternalAadl2Parser.g:11673:4: ( rule__ThreadGroupImplementation__Alternatives_10_1_0 )
- // InternalAadl2Parser.g:11673:5: rule__ThreadGroupImplementation__Alternatives_10_1_0
+ before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_12_1_0());
+ // InternalAadl2Parser.g:10723:4: ( rule__ThreadGroupImplementation__Alternatives_12_1_0 )
+ // InternalAadl2Parser.g:10723:5: rule__ThreadGroupImplementation__Alternatives_12_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadGroupImplementation__Alternatives_10_1_0();
+ rule__ThreadGroupImplementation__Alternatives_12_1_0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_10_1_0());
+ after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_12_1_0());
}
- // InternalAadl2Parser.g:11676:3: ( ( rule__ThreadGroupImplementation__Alternatives_10_1_0 )* )
- // InternalAadl2Parser.g:11677:4: ( rule__ThreadGroupImplementation__Alternatives_10_1_0 )*
+ // InternalAadl2Parser.g:10726:3: ( ( rule__ThreadGroupImplementation__Alternatives_12_1_0 )* )
+ // InternalAadl2Parser.g:10727:4: ( rule__ThreadGroupImplementation__Alternatives_12_1_0 )*
{
- before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_10_1_0());
- // InternalAadl2Parser.g:11678:4: ( rule__ThreadGroupImplementation__Alternatives_10_1_0 )*
+ before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_12_1_0());
+ // InternalAadl2Parser.g:10728:4: ( rule__ThreadGroupImplementation__Alternatives_12_1_0 )*
loop251:
do {
int alt251=2;
@@ -53817,10 +51014,10 @@ else if ( (LA252_0==None) ) {
switch (alt251) {
case 1 :
- // InternalAadl2Parser.g:11678:5: rule__ThreadGroupImplementation__Alternatives_10_1_0
+ // InternalAadl2Parser.g:10728:5: rule__ThreadGroupImplementation__Alternatives_12_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadGroupImplementation__Alternatives_10_1_0();
+ rule__ThreadGroupImplementation__Alternatives_12_1_0();
state._fsp--;
@@ -53833,7 +51030,7 @@ else if ( (LA252_0==None) ) {
}
} while (true);
- after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_10_1_0());
+ after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_12_1_0());
}
@@ -53844,24 +51041,24 @@ else if ( (LA252_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:11683:2: ( ( rule__ThreadGroupImplementation__Group_10_1_1__0 ) )
+ // InternalAadl2Parser.g:10733:2: ( ( rule__ThreadGroupImplementation__Group_12_1_1__0 ) )
{
- // InternalAadl2Parser.g:11683:2: ( ( rule__ThreadGroupImplementation__Group_10_1_1__0 ) )
- // InternalAadl2Parser.g:11684:3: ( rule__ThreadGroupImplementation__Group_10_1_1__0 )
+ // InternalAadl2Parser.g:10733:2: ( ( rule__ThreadGroupImplementation__Group_12_1_1__0 ) )
+ // InternalAadl2Parser.g:10734:3: ( rule__ThreadGroupImplementation__Group_12_1_1__0 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getGroup_10_1_1());
- // InternalAadl2Parser.g:11685:3: ( rule__ThreadGroupImplementation__Group_10_1_1__0 )
- // InternalAadl2Parser.g:11685:4: rule__ThreadGroupImplementation__Group_10_1_1__0
+ before(grammarAccess.getThreadGroupImplementationAccess().getGroup_12_1_1());
+ // InternalAadl2Parser.g:10735:3: ( rule__ThreadGroupImplementation__Group_12_1_1__0 )
+ // InternalAadl2Parser.g:10735:4: rule__ThreadGroupImplementation__Group_12_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_10_1_1__0();
+ rule__ThreadGroupImplementation__Group_12_1_1__0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getGroup_10_1_1());
+ after(grammarAccess.getThreadGroupImplementationAccess().getGroup_12_1_1());
}
@@ -53882,39 +51079,39 @@ else if ( (LA252_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Alternatives_10_1"
+ // $ANTLR end "rule__ThreadGroupImplementation__Alternatives_12_1"
- // $ANTLR start "rule__ThreadGroupImplementation__Alternatives_10_1_0"
- // InternalAadl2Parser.g:11693:1: rule__ThreadGroupImplementation__Alternatives_10_1_0 : ( ( ( rule__ThreadGroupImplementation__OwnedPortConnectionAssignment_10_1_0_0 ) ) | ( ( rule__ThreadGroupImplementation__OwnedAccessConnectionAssignment_10_1_0_1 ) ) | ( ( rule__ThreadGroupImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 ) ) | ( ( rule__ThreadGroupImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 ) ) );
- public final void rule__ThreadGroupImplementation__Alternatives_10_1_0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Alternatives_12_1_0"
+ // InternalAadl2Parser.g:10743:1: rule__ThreadGroupImplementation__Alternatives_12_1_0 : ( ( ( rule__ThreadGroupImplementation__OwnedPortConnectionAssignment_12_1_0_0 ) ) | ( ( rule__ThreadGroupImplementation__OwnedAccessConnectionAssignment_12_1_0_1 ) ) | ( ( rule__ThreadGroupImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 ) ) | ( ( rule__ThreadGroupImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 ) ) );
+ public final void rule__ThreadGroupImplementation__Alternatives_12_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11697:1: ( ( ( rule__ThreadGroupImplementation__OwnedPortConnectionAssignment_10_1_0_0 ) ) | ( ( rule__ThreadGroupImplementation__OwnedAccessConnectionAssignment_10_1_0_1 ) ) | ( ( rule__ThreadGroupImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 ) ) | ( ( rule__ThreadGroupImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 ) ) )
+ // InternalAadl2Parser.g:10747:1: ( ( ( rule__ThreadGroupImplementation__OwnedPortConnectionAssignment_12_1_0_0 ) ) | ( ( rule__ThreadGroupImplementation__OwnedAccessConnectionAssignment_12_1_0_1 ) ) | ( ( rule__ThreadGroupImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 ) ) | ( ( rule__ThreadGroupImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 ) ) )
int alt253=4;
alt253 = dfa253.predict(input);
switch (alt253) {
case 1 :
- // InternalAadl2Parser.g:11698:2: ( ( rule__ThreadGroupImplementation__OwnedPortConnectionAssignment_10_1_0_0 ) )
+ // InternalAadl2Parser.g:10748:2: ( ( rule__ThreadGroupImplementation__OwnedPortConnectionAssignment_12_1_0_0 ) )
{
- // InternalAadl2Parser.g:11698:2: ( ( rule__ThreadGroupImplementation__OwnedPortConnectionAssignment_10_1_0_0 ) )
- // InternalAadl2Parser.g:11699:3: ( rule__ThreadGroupImplementation__OwnedPortConnectionAssignment_10_1_0_0 )
+ // InternalAadl2Parser.g:10748:2: ( ( rule__ThreadGroupImplementation__OwnedPortConnectionAssignment_12_1_0_0 ) )
+ // InternalAadl2Parser.g:10749:3: ( rule__ThreadGroupImplementation__OwnedPortConnectionAssignment_12_1_0_0 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPortConnectionAssignment_10_1_0_0());
- // InternalAadl2Parser.g:11700:3: ( rule__ThreadGroupImplementation__OwnedPortConnectionAssignment_10_1_0_0 )
- // InternalAadl2Parser.g:11700:4: rule__ThreadGroupImplementation__OwnedPortConnectionAssignment_10_1_0_0
+ before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPortConnectionAssignment_12_1_0_0());
+ // InternalAadl2Parser.g:10750:3: ( rule__ThreadGroupImplementation__OwnedPortConnectionAssignment_12_1_0_0 )
+ // InternalAadl2Parser.g:10750:4: rule__ThreadGroupImplementation__OwnedPortConnectionAssignment_12_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__OwnedPortConnectionAssignment_10_1_0_0();
+ rule__ThreadGroupImplementation__OwnedPortConnectionAssignment_12_1_0_0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPortConnectionAssignment_10_1_0_0());
+ after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPortConnectionAssignment_12_1_0_0());
}
@@ -53922,24 +51119,24 @@ public final void rule__ThreadGroupImplementation__Alternatives_10_1_0() throws
}
break;
case 2 :
- // InternalAadl2Parser.g:11704:2: ( ( rule__ThreadGroupImplementation__OwnedAccessConnectionAssignment_10_1_0_1 ) )
+ // InternalAadl2Parser.g:10754:2: ( ( rule__ThreadGroupImplementation__OwnedAccessConnectionAssignment_12_1_0_1 ) )
{
- // InternalAadl2Parser.g:11704:2: ( ( rule__ThreadGroupImplementation__OwnedAccessConnectionAssignment_10_1_0_1 ) )
- // InternalAadl2Parser.g:11705:3: ( rule__ThreadGroupImplementation__OwnedAccessConnectionAssignment_10_1_0_1 )
+ // InternalAadl2Parser.g:10754:2: ( ( rule__ThreadGroupImplementation__OwnedAccessConnectionAssignment_12_1_0_1 ) )
+ // InternalAadl2Parser.g:10755:3: ( rule__ThreadGroupImplementation__OwnedAccessConnectionAssignment_12_1_0_1 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_1());
- // InternalAadl2Parser.g:11706:3: ( rule__ThreadGroupImplementation__OwnedAccessConnectionAssignment_10_1_0_1 )
- // InternalAadl2Parser.g:11706:4: rule__ThreadGroupImplementation__OwnedAccessConnectionAssignment_10_1_0_1
+ before(grammarAccess.getThreadGroupImplementationAccess().getOwnedAccessConnectionAssignment_12_1_0_1());
+ // InternalAadl2Parser.g:10756:3: ( rule__ThreadGroupImplementation__OwnedAccessConnectionAssignment_12_1_0_1 )
+ // InternalAadl2Parser.g:10756:4: rule__ThreadGroupImplementation__OwnedAccessConnectionAssignment_12_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__OwnedAccessConnectionAssignment_10_1_0_1();
+ rule__ThreadGroupImplementation__OwnedAccessConnectionAssignment_12_1_0_1();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_1());
+ after(grammarAccess.getThreadGroupImplementationAccess().getOwnedAccessConnectionAssignment_12_1_0_1());
}
@@ -53947,24 +51144,24 @@ public final void rule__ThreadGroupImplementation__Alternatives_10_1_0() throws
}
break;
case 3 :
- // InternalAadl2Parser.g:11710:2: ( ( rule__ThreadGroupImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 ) )
+ // InternalAadl2Parser.g:10760:2: ( ( rule__ThreadGroupImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 ) )
{
- // InternalAadl2Parser.g:11710:2: ( ( rule__ThreadGroupImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 ) )
- // InternalAadl2Parser.g:11711:3: ( rule__ThreadGroupImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 )
+ // InternalAadl2Parser.g:10760:2: ( ( rule__ThreadGroupImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 ) )
+ // InternalAadl2Parser.g:10761:3: ( rule__ThreadGroupImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_2());
- // InternalAadl2Parser.g:11712:3: ( rule__ThreadGroupImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 )
- // InternalAadl2Parser.g:11712:4: rule__ThreadGroupImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2
+ before(grammarAccess.getThreadGroupImplementationAccess().getOwnedFeatureGroupConnectionAssignment_12_1_0_2());
+ // InternalAadl2Parser.g:10762:3: ( rule__ThreadGroupImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 )
+ // InternalAadl2Parser.g:10762:4: rule__ThreadGroupImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2();
+ rule__ThreadGroupImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_2());
+ after(grammarAccess.getThreadGroupImplementationAccess().getOwnedFeatureGroupConnectionAssignment_12_1_0_2());
}
@@ -53972,24 +51169,24 @@ public final void rule__ThreadGroupImplementation__Alternatives_10_1_0() throws
}
break;
case 4 :
- // InternalAadl2Parser.g:11716:2: ( ( rule__ThreadGroupImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 ) )
+ // InternalAadl2Parser.g:10766:2: ( ( rule__ThreadGroupImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 ) )
{
- // InternalAadl2Parser.g:11716:2: ( ( rule__ThreadGroupImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 ) )
- // InternalAadl2Parser.g:11717:3: ( rule__ThreadGroupImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 )
+ // InternalAadl2Parser.g:10766:2: ( ( rule__ThreadGroupImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 ) )
+ // InternalAadl2Parser.g:10767:3: ( rule__ThreadGroupImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_3());
- // InternalAadl2Parser.g:11718:3: ( rule__ThreadGroupImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 )
- // InternalAadl2Parser.g:11718:4: rule__ThreadGroupImplementation__OwnedFeatureConnectionAssignment_10_1_0_3
+ before(grammarAccess.getThreadGroupImplementationAccess().getOwnedFeatureConnectionAssignment_12_1_0_3());
+ // InternalAadl2Parser.g:10768:3: ( rule__ThreadGroupImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 )
+ // InternalAadl2Parser.g:10768:4: rule__ThreadGroupImplementation__OwnedFeatureConnectionAssignment_12_1_0_3
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__OwnedFeatureConnectionAssignment_10_1_0_3();
+ rule__ThreadGroupImplementation__OwnedFeatureConnectionAssignment_12_1_0_3();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_3());
+ after(grammarAccess.getThreadGroupImplementationAccess().getOwnedFeatureConnectionAssignment_12_1_0_3());
}
@@ -54010,17 +51207,17 @@ public final void rule__ThreadGroupImplementation__Alternatives_10_1_0() throws
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Alternatives_10_1_0"
+ // $ANTLR end "rule__ThreadGroupImplementation__Alternatives_12_1_0"
- // $ANTLR start "rule__ThreadGroupImplementation__Alternatives_11_1"
- // InternalAadl2Parser.g:11726:1: rule__ThreadGroupImplementation__Alternatives_11_1 : ( ( ( ( rule__ThreadGroupImplementation__Alternatives_11_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__ThreadGroupImplementation__Group_11_1_1__0 ) ) );
- public final void rule__ThreadGroupImplementation__Alternatives_11_1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Alternatives_13_1"
+ // InternalAadl2Parser.g:10776:1: rule__ThreadGroupImplementation__Alternatives_13_1 : ( ( ( ( rule__ThreadGroupImplementation__Alternatives_13_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_13_1_0 )* ) ) | ( ( rule__ThreadGroupImplementation__Group_13_1_1__0 ) ) );
+ public final void rule__ThreadGroupImplementation__Alternatives_13_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11730:1: ( ( ( ( rule__ThreadGroupImplementation__Alternatives_11_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__ThreadGroupImplementation__Group_11_1_1__0 ) ) )
+ // InternalAadl2Parser.g:10780:1: ( ( ( ( rule__ThreadGroupImplementation__Alternatives_13_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_13_1_0 )* ) ) | ( ( rule__ThreadGroupImplementation__Group_13_1_1__0 ) ) )
int alt255=2;
int LA255_0 = input.LA(1);
@@ -54038,35 +51235,35 @@ else if ( (LA255_0==None) ) {
}
switch (alt255) {
case 1 :
- // InternalAadl2Parser.g:11731:2: ( ( ( rule__ThreadGroupImplementation__Alternatives_11_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_11_1_0 )* ) )
+ // InternalAadl2Parser.g:10781:2: ( ( ( rule__ThreadGroupImplementation__Alternatives_13_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_13_1_0 )* ) )
{
- // InternalAadl2Parser.g:11731:2: ( ( ( rule__ThreadGroupImplementation__Alternatives_11_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_11_1_0 )* ) )
- // InternalAadl2Parser.g:11732:3: ( ( rule__ThreadGroupImplementation__Alternatives_11_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_11_1_0 )* )
+ // InternalAadl2Parser.g:10781:2: ( ( ( rule__ThreadGroupImplementation__Alternatives_13_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_13_1_0 )* ) )
+ // InternalAadl2Parser.g:10782:3: ( ( rule__ThreadGroupImplementation__Alternatives_13_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_13_1_0 )* )
{
- // InternalAadl2Parser.g:11732:3: ( ( rule__ThreadGroupImplementation__Alternatives_11_1_0 ) )
- // InternalAadl2Parser.g:11733:4: ( rule__ThreadGroupImplementation__Alternatives_11_1_0 )
+ // InternalAadl2Parser.g:10782:3: ( ( rule__ThreadGroupImplementation__Alternatives_13_1_0 ) )
+ // InternalAadl2Parser.g:10783:4: ( rule__ThreadGroupImplementation__Alternatives_13_1_0 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_11_1_0());
- // InternalAadl2Parser.g:11734:4: ( rule__ThreadGroupImplementation__Alternatives_11_1_0 )
- // InternalAadl2Parser.g:11734:5: rule__ThreadGroupImplementation__Alternatives_11_1_0
+ before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_13_1_0());
+ // InternalAadl2Parser.g:10784:4: ( rule__ThreadGroupImplementation__Alternatives_13_1_0 )
+ // InternalAadl2Parser.g:10784:5: rule__ThreadGroupImplementation__Alternatives_13_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadGroupImplementation__Alternatives_11_1_0();
+ rule__ThreadGroupImplementation__Alternatives_13_1_0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_11_1_0());
+ after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_13_1_0());
}
- // InternalAadl2Parser.g:11737:3: ( ( rule__ThreadGroupImplementation__Alternatives_11_1_0 )* )
- // InternalAadl2Parser.g:11738:4: ( rule__ThreadGroupImplementation__Alternatives_11_1_0 )*
+ // InternalAadl2Parser.g:10787:3: ( ( rule__ThreadGroupImplementation__Alternatives_13_1_0 )* )
+ // InternalAadl2Parser.g:10788:4: ( rule__ThreadGroupImplementation__Alternatives_13_1_0 )*
{
- before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_11_1_0());
- // InternalAadl2Parser.g:11739:4: ( rule__ThreadGroupImplementation__Alternatives_11_1_0 )*
+ before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_13_1_0());
+ // InternalAadl2Parser.g:10789:4: ( rule__ThreadGroupImplementation__Alternatives_13_1_0 )*
loop254:
do {
int alt254=2;
@@ -54079,10 +51276,10 @@ else if ( (LA255_0==None) ) {
switch (alt254) {
case 1 :
- // InternalAadl2Parser.g:11739:5: rule__ThreadGroupImplementation__Alternatives_11_1_0
+ // InternalAadl2Parser.g:10789:5: rule__ThreadGroupImplementation__Alternatives_13_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadGroupImplementation__Alternatives_11_1_0();
+ rule__ThreadGroupImplementation__Alternatives_13_1_0();
state._fsp--;
@@ -54095,7 +51292,7 @@ else if ( (LA255_0==None) ) {
}
} while (true);
- after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_11_1_0());
+ after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_13_1_0());
}
@@ -54106,24 +51303,24 @@ else if ( (LA255_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:11744:2: ( ( rule__ThreadGroupImplementation__Group_11_1_1__0 ) )
+ // InternalAadl2Parser.g:10794:2: ( ( rule__ThreadGroupImplementation__Group_13_1_1__0 ) )
{
- // InternalAadl2Parser.g:11744:2: ( ( rule__ThreadGroupImplementation__Group_11_1_1__0 ) )
- // InternalAadl2Parser.g:11745:3: ( rule__ThreadGroupImplementation__Group_11_1_1__0 )
+ // InternalAadl2Parser.g:10794:2: ( ( rule__ThreadGroupImplementation__Group_13_1_1__0 ) )
+ // InternalAadl2Parser.g:10795:3: ( rule__ThreadGroupImplementation__Group_13_1_1__0 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getGroup_11_1_1());
- // InternalAadl2Parser.g:11746:3: ( rule__ThreadGroupImplementation__Group_11_1_1__0 )
- // InternalAadl2Parser.g:11746:4: rule__ThreadGroupImplementation__Group_11_1_1__0
+ before(grammarAccess.getThreadGroupImplementationAccess().getGroup_13_1_1());
+ // InternalAadl2Parser.g:10796:3: ( rule__ThreadGroupImplementation__Group_13_1_1__0 )
+ // InternalAadl2Parser.g:10796:4: rule__ThreadGroupImplementation__Group_13_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_11_1_1__0();
+ rule__ThreadGroupImplementation__Group_13_1_1__0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getGroup_11_1_1());
+ after(grammarAccess.getThreadGroupImplementationAccess().getGroup_13_1_1());
}
@@ -54144,17 +51341,17 @@ else if ( (LA255_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Alternatives_11_1"
+ // $ANTLR end "rule__ThreadGroupImplementation__Alternatives_13_1"
- // $ANTLR start "rule__ThreadGroupImplementation__Alternatives_11_1_0"
- // InternalAadl2Parser.g:11754:1: rule__ThreadGroupImplementation__Alternatives_11_1_0 : ( ( ( rule__ThreadGroupImplementation__OwnedFlowImplementationAssignment_11_1_0_0 ) ) | ( ( rule__ThreadGroupImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 ) ) );
- public final void rule__ThreadGroupImplementation__Alternatives_11_1_0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Alternatives_13_1_0"
+ // InternalAadl2Parser.g:10804:1: rule__ThreadGroupImplementation__Alternatives_13_1_0 : ( ( ( rule__ThreadGroupImplementation__OwnedFlowImplementationAssignment_13_1_0_0 ) ) | ( ( rule__ThreadGroupImplementation__OwnedEndToEndFlowAssignment_13_1_0_1 ) ) );
+ public final void rule__ThreadGroupImplementation__Alternatives_13_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11758:1: ( ( ( rule__ThreadGroupImplementation__OwnedFlowImplementationAssignment_11_1_0_0 ) ) | ( ( rule__ThreadGroupImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 ) ) )
+ // InternalAadl2Parser.g:10808:1: ( ( ( rule__ThreadGroupImplementation__OwnedFlowImplementationAssignment_13_1_0_0 ) ) | ( ( rule__ThreadGroupImplementation__OwnedEndToEndFlowAssignment_13_1_0_1 ) ) )
int alt256=2;
int LA256_0 = input.LA(1);
@@ -54164,12 +51361,12 @@ public final void rule__ThreadGroupImplementation__Alternatives_11_1_0() throws
if ( (LA256_1==Colon) ) {
int LA256_2 = input.LA(3);
- if ( (LA256_2==Refined||LA256_2==End) ) {
- alt256=2;
- }
- else if ( (LA256_2==Flow) ) {
+ if ( (LA256_2==Flow) ) {
alt256=1;
}
+ else if ( (LA256_2==Refined||LA256_2==End) ) {
+ alt256=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 256, 2, input);
@@ -54192,24 +51389,24 @@ else if ( (LA256_2==Flow) ) {
}
switch (alt256) {
case 1 :
- // InternalAadl2Parser.g:11759:2: ( ( rule__ThreadGroupImplementation__OwnedFlowImplementationAssignment_11_1_0_0 ) )
+ // InternalAadl2Parser.g:10809:2: ( ( rule__ThreadGroupImplementation__OwnedFlowImplementationAssignment_13_1_0_0 ) )
{
- // InternalAadl2Parser.g:11759:2: ( ( rule__ThreadGroupImplementation__OwnedFlowImplementationAssignment_11_1_0_0 ) )
- // InternalAadl2Parser.g:11760:3: ( rule__ThreadGroupImplementation__OwnedFlowImplementationAssignment_11_1_0_0 )
+ // InternalAadl2Parser.g:10809:2: ( ( rule__ThreadGroupImplementation__OwnedFlowImplementationAssignment_13_1_0_0 ) )
+ // InternalAadl2Parser.g:10810:3: ( rule__ThreadGroupImplementation__OwnedFlowImplementationAssignment_13_1_0_0 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0());
- // InternalAadl2Parser.g:11761:3: ( rule__ThreadGroupImplementation__OwnedFlowImplementationAssignment_11_1_0_0 )
- // InternalAadl2Parser.g:11761:4: rule__ThreadGroupImplementation__OwnedFlowImplementationAssignment_11_1_0_0
+ before(grammarAccess.getThreadGroupImplementationAccess().getOwnedFlowImplementationAssignment_13_1_0_0());
+ // InternalAadl2Parser.g:10811:3: ( rule__ThreadGroupImplementation__OwnedFlowImplementationAssignment_13_1_0_0 )
+ // InternalAadl2Parser.g:10811:4: rule__ThreadGroupImplementation__OwnedFlowImplementationAssignment_13_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__OwnedFlowImplementationAssignment_11_1_0_0();
+ rule__ThreadGroupImplementation__OwnedFlowImplementationAssignment_13_1_0_0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0());
+ after(grammarAccess.getThreadGroupImplementationAccess().getOwnedFlowImplementationAssignment_13_1_0_0());
}
@@ -54217,24 +51414,24 @@ else if ( (LA256_2==Flow) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:11765:2: ( ( rule__ThreadGroupImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 ) )
+ // InternalAadl2Parser.g:10815:2: ( ( rule__ThreadGroupImplementation__OwnedEndToEndFlowAssignment_13_1_0_1 ) )
{
- // InternalAadl2Parser.g:11765:2: ( ( rule__ThreadGroupImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 ) )
- // InternalAadl2Parser.g:11766:3: ( rule__ThreadGroupImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 )
+ // InternalAadl2Parser.g:10815:2: ( ( rule__ThreadGroupImplementation__OwnedEndToEndFlowAssignment_13_1_0_1 ) )
+ // InternalAadl2Parser.g:10816:3: ( rule__ThreadGroupImplementation__OwnedEndToEndFlowAssignment_13_1_0_1 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1());
- // InternalAadl2Parser.g:11767:3: ( rule__ThreadGroupImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 )
- // InternalAadl2Parser.g:11767:4: rule__ThreadGroupImplementation__OwnedEndToEndFlowAssignment_11_1_0_1
+ before(grammarAccess.getThreadGroupImplementationAccess().getOwnedEndToEndFlowAssignment_13_1_0_1());
+ // InternalAadl2Parser.g:10817:3: ( rule__ThreadGroupImplementation__OwnedEndToEndFlowAssignment_13_1_0_1 )
+ // InternalAadl2Parser.g:10817:4: rule__ThreadGroupImplementation__OwnedEndToEndFlowAssignment_13_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__OwnedEndToEndFlowAssignment_11_1_0_1();
+ rule__ThreadGroupImplementation__OwnedEndToEndFlowAssignment_13_1_0_1();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1());
+ after(grammarAccess.getThreadGroupImplementationAccess().getOwnedEndToEndFlowAssignment_13_1_0_1());
}
@@ -54255,17 +51452,17 @@ else if ( (LA256_2==Flow) ) {
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Alternatives_11_1_0"
+ // $ANTLR end "rule__ThreadGroupImplementation__Alternatives_13_1_0"
- // $ANTLR start "rule__ThreadGroupImplementation__Alternatives_12_1"
- // InternalAadl2Parser.g:11775:1: rule__ThreadGroupImplementation__Alternatives_12_1 : ( ( ( ( rule__ThreadGroupImplementation__Alternatives_12_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__ThreadGroupImplementation__Group_12_1_1__0 ) ) );
- public final void rule__ThreadGroupImplementation__Alternatives_12_1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Alternatives_14_1"
+ // InternalAadl2Parser.g:10825:1: rule__ThreadGroupImplementation__Alternatives_14_1 : ( ( ( ( rule__ThreadGroupImplementation__Alternatives_14_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_14_1_0 )* ) ) | ( ( rule__ThreadGroupImplementation__Group_14_1_1__0 ) ) );
+ public final void rule__ThreadGroupImplementation__Alternatives_14_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11779:1: ( ( ( ( rule__ThreadGroupImplementation__Alternatives_12_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__ThreadGroupImplementation__Group_12_1_1__0 ) ) )
+ // InternalAadl2Parser.g:10829:1: ( ( ( ( rule__ThreadGroupImplementation__Alternatives_14_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_14_1_0 )* ) ) | ( ( rule__ThreadGroupImplementation__Group_14_1_1__0 ) ) )
int alt258=2;
int LA258_0 = input.LA(1);
@@ -54283,35 +51480,35 @@ else if ( (LA258_0==None) ) {
}
switch (alt258) {
case 1 :
- // InternalAadl2Parser.g:11780:2: ( ( ( rule__ThreadGroupImplementation__Alternatives_12_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_12_1_0 )* ) )
+ // InternalAadl2Parser.g:10830:2: ( ( ( rule__ThreadGroupImplementation__Alternatives_14_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_14_1_0 )* ) )
{
- // InternalAadl2Parser.g:11780:2: ( ( ( rule__ThreadGroupImplementation__Alternatives_12_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_12_1_0 )* ) )
- // InternalAadl2Parser.g:11781:3: ( ( rule__ThreadGroupImplementation__Alternatives_12_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_12_1_0 )* )
+ // InternalAadl2Parser.g:10830:2: ( ( ( rule__ThreadGroupImplementation__Alternatives_14_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_14_1_0 )* ) )
+ // InternalAadl2Parser.g:10831:3: ( ( rule__ThreadGroupImplementation__Alternatives_14_1_0 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_14_1_0 )* )
{
- // InternalAadl2Parser.g:11781:3: ( ( rule__ThreadGroupImplementation__Alternatives_12_1_0 ) )
- // InternalAadl2Parser.g:11782:4: ( rule__ThreadGroupImplementation__Alternatives_12_1_0 )
+ // InternalAadl2Parser.g:10831:3: ( ( rule__ThreadGroupImplementation__Alternatives_14_1_0 ) )
+ // InternalAadl2Parser.g:10832:4: ( rule__ThreadGroupImplementation__Alternatives_14_1_0 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_12_1_0());
- // InternalAadl2Parser.g:11783:4: ( rule__ThreadGroupImplementation__Alternatives_12_1_0 )
- // InternalAadl2Parser.g:11783:5: rule__ThreadGroupImplementation__Alternatives_12_1_0
+ before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_14_1_0());
+ // InternalAadl2Parser.g:10833:4: ( rule__ThreadGroupImplementation__Alternatives_14_1_0 )
+ // InternalAadl2Parser.g:10833:5: rule__ThreadGroupImplementation__Alternatives_14_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadGroupImplementation__Alternatives_12_1_0();
+ rule__ThreadGroupImplementation__Alternatives_14_1_0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_12_1_0());
+ after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_14_1_0());
}
- // InternalAadl2Parser.g:11786:3: ( ( rule__ThreadGroupImplementation__Alternatives_12_1_0 )* )
- // InternalAadl2Parser.g:11787:4: ( rule__ThreadGroupImplementation__Alternatives_12_1_0 )*
+ // InternalAadl2Parser.g:10836:3: ( ( rule__ThreadGroupImplementation__Alternatives_14_1_0 )* )
+ // InternalAadl2Parser.g:10837:4: ( rule__ThreadGroupImplementation__Alternatives_14_1_0 )*
{
- before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_12_1_0());
- // InternalAadl2Parser.g:11788:4: ( rule__ThreadGroupImplementation__Alternatives_12_1_0 )*
+ before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_14_1_0());
+ // InternalAadl2Parser.g:10838:4: ( rule__ThreadGroupImplementation__Alternatives_14_1_0 )*
loop257:
do {
int alt257=2;
@@ -54324,10 +51521,10 @@ else if ( (LA258_0==None) ) {
switch (alt257) {
case 1 :
- // InternalAadl2Parser.g:11788:5: rule__ThreadGroupImplementation__Alternatives_12_1_0
+ // InternalAadl2Parser.g:10838:5: rule__ThreadGroupImplementation__Alternatives_14_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadGroupImplementation__Alternatives_12_1_0();
+ rule__ThreadGroupImplementation__Alternatives_14_1_0();
state._fsp--;
@@ -54340,7 +51537,7 @@ else if ( (LA258_0==None) ) {
}
} while (true);
- after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_12_1_0());
+ after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_14_1_0());
}
@@ -54351,24 +51548,24 @@ else if ( (LA258_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:11793:2: ( ( rule__ThreadGroupImplementation__Group_12_1_1__0 ) )
+ // InternalAadl2Parser.g:10843:2: ( ( rule__ThreadGroupImplementation__Group_14_1_1__0 ) )
{
- // InternalAadl2Parser.g:11793:2: ( ( rule__ThreadGroupImplementation__Group_12_1_1__0 ) )
- // InternalAadl2Parser.g:11794:3: ( rule__ThreadGroupImplementation__Group_12_1_1__0 )
+ // InternalAadl2Parser.g:10843:2: ( ( rule__ThreadGroupImplementation__Group_14_1_1__0 ) )
+ // InternalAadl2Parser.g:10844:3: ( rule__ThreadGroupImplementation__Group_14_1_1__0 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getGroup_12_1_1());
- // InternalAadl2Parser.g:11795:3: ( rule__ThreadGroupImplementation__Group_12_1_1__0 )
- // InternalAadl2Parser.g:11795:4: rule__ThreadGroupImplementation__Group_12_1_1__0
+ before(grammarAccess.getThreadGroupImplementationAccess().getGroup_14_1_1());
+ // InternalAadl2Parser.g:10845:3: ( rule__ThreadGroupImplementation__Group_14_1_1__0 )
+ // InternalAadl2Parser.g:10845:4: rule__ThreadGroupImplementation__Group_14_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_12_1_1__0();
+ rule__ThreadGroupImplementation__Group_14_1_1__0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getGroup_12_1_1());
+ after(grammarAccess.getThreadGroupImplementationAccess().getGroup_14_1_1());
}
@@ -54389,42 +51586,42 @@ else if ( (LA258_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Alternatives_12_1"
+ // $ANTLR end "rule__ThreadGroupImplementation__Alternatives_14_1"
- // $ANTLR start "rule__ThreadGroupImplementation__Alternatives_12_1_0"
- // InternalAadl2Parser.g:11803:1: rule__ThreadGroupImplementation__Alternatives_12_1_0 : ( ( ( rule__ThreadGroupImplementation__OwnedModeAssignment_12_1_0_0 ) ) | ( ( rule__ThreadGroupImplementation__OwnedModeTransitionAssignment_12_1_0_1 ) ) );
- public final void rule__ThreadGroupImplementation__Alternatives_12_1_0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Alternatives_14_1_0"
+ // InternalAadl2Parser.g:10853:1: rule__ThreadGroupImplementation__Alternatives_14_1_0 : ( ( ( rule__ThreadGroupImplementation__OwnedModeAssignment_14_1_0_0 ) ) | ( ( rule__ThreadGroupImplementation__OwnedModeTransitionAssignment_14_1_0_1 ) ) );
+ public final void rule__ThreadGroupImplementation__Alternatives_14_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11807:1: ( ( ( rule__ThreadGroupImplementation__OwnedModeAssignment_12_1_0_0 ) ) | ( ( rule__ThreadGroupImplementation__OwnedModeTransitionAssignment_12_1_0_1 ) ) )
+ // InternalAadl2Parser.g:10857:1: ( ( ( rule__ThreadGroupImplementation__OwnedModeAssignment_14_1_0_0 ) ) | ( ( rule__ThreadGroupImplementation__OwnedModeTransitionAssignment_14_1_0_1 ) ) )
int alt259=2;
int LA259_0 = input.LA(1);
if ( (LA259_0==RULE_ID) ) {
int LA259_1 = input.LA(2);
- if ( (LA259_1==Colon) ) {
- int LA259_2 = input.LA(3);
+ if ( (LA259_1==HyphenMinusLeftSquareBracket) ) {
+ alt259=2;
+ }
+ else if ( (LA259_1==Colon) ) {
+ int LA259_3 = input.LA(3);
- if ( (LA259_2==Initial||LA259_2==Mode) ) {
- alt259=1;
- }
- else if ( (LA259_2==RULE_ID) ) {
+ if ( (LA259_3==RULE_ID) ) {
alt259=2;
}
+ else if ( (LA259_3==Initial||LA259_3==Mode) ) {
+ alt259=1;
+ }
else {
NoViableAltException nvae =
- new NoViableAltException("", 259, 2, input);
+ new NoViableAltException("", 259, 3, input);
throw nvae;
}
}
- else if ( (LA259_1==HyphenMinusLeftSquareBracket) ) {
- alt259=2;
- }
else {
NoViableAltException nvae =
new NoViableAltException("", 259, 1, input);
@@ -54440,24 +51637,24 @@ else if ( (LA259_1==HyphenMinusLeftSquareBracket) ) {
}
switch (alt259) {
case 1 :
- // InternalAadl2Parser.g:11808:2: ( ( rule__ThreadGroupImplementation__OwnedModeAssignment_12_1_0_0 ) )
+ // InternalAadl2Parser.g:10858:2: ( ( rule__ThreadGroupImplementation__OwnedModeAssignment_14_1_0_0 ) )
{
- // InternalAadl2Parser.g:11808:2: ( ( rule__ThreadGroupImplementation__OwnedModeAssignment_12_1_0_0 ) )
- // InternalAadl2Parser.g:11809:3: ( rule__ThreadGroupImplementation__OwnedModeAssignment_12_1_0_0 )
+ // InternalAadl2Parser.g:10858:2: ( ( rule__ThreadGroupImplementation__OwnedModeAssignment_14_1_0_0 ) )
+ // InternalAadl2Parser.g:10859:3: ( rule__ThreadGroupImplementation__OwnedModeAssignment_14_1_0_0 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getOwnedModeAssignment_12_1_0_0());
- // InternalAadl2Parser.g:11810:3: ( rule__ThreadGroupImplementation__OwnedModeAssignment_12_1_0_0 )
- // InternalAadl2Parser.g:11810:4: rule__ThreadGroupImplementation__OwnedModeAssignment_12_1_0_0
+ before(grammarAccess.getThreadGroupImplementationAccess().getOwnedModeAssignment_14_1_0_0());
+ // InternalAadl2Parser.g:10860:3: ( rule__ThreadGroupImplementation__OwnedModeAssignment_14_1_0_0 )
+ // InternalAadl2Parser.g:10860:4: rule__ThreadGroupImplementation__OwnedModeAssignment_14_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__OwnedModeAssignment_12_1_0_0();
+ rule__ThreadGroupImplementation__OwnedModeAssignment_14_1_0_0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getOwnedModeAssignment_12_1_0_0());
+ after(grammarAccess.getThreadGroupImplementationAccess().getOwnedModeAssignment_14_1_0_0());
}
@@ -54465,24 +51662,24 @@ else if ( (LA259_1==HyphenMinusLeftSquareBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:11814:2: ( ( rule__ThreadGroupImplementation__OwnedModeTransitionAssignment_12_1_0_1 ) )
+ // InternalAadl2Parser.g:10864:2: ( ( rule__ThreadGroupImplementation__OwnedModeTransitionAssignment_14_1_0_1 ) )
{
- // InternalAadl2Parser.g:11814:2: ( ( rule__ThreadGroupImplementation__OwnedModeTransitionAssignment_12_1_0_1 ) )
- // InternalAadl2Parser.g:11815:3: ( rule__ThreadGroupImplementation__OwnedModeTransitionAssignment_12_1_0_1 )
+ // InternalAadl2Parser.g:10864:2: ( ( rule__ThreadGroupImplementation__OwnedModeTransitionAssignment_14_1_0_1 ) )
+ // InternalAadl2Parser.g:10865:3: ( rule__ThreadGroupImplementation__OwnedModeTransitionAssignment_14_1_0_1 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1());
- // InternalAadl2Parser.g:11816:3: ( rule__ThreadGroupImplementation__OwnedModeTransitionAssignment_12_1_0_1 )
- // InternalAadl2Parser.g:11816:4: rule__ThreadGroupImplementation__OwnedModeTransitionAssignment_12_1_0_1
+ before(grammarAccess.getThreadGroupImplementationAccess().getOwnedModeTransitionAssignment_14_1_0_1());
+ // InternalAadl2Parser.g:10866:3: ( rule__ThreadGroupImplementation__OwnedModeTransitionAssignment_14_1_0_1 )
+ // InternalAadl2Parser.g:10866:4: rule__ThreadGroupImplementation__OwnedModeTransitionAssignment_14_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__OwnedModeTransitionAssignment_12_1_0_1();
+ rule__ThreadGroupImplementation__OwnedModeTransitionAssignment_14_1_0_1();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1());
+ after(grammarAccess.getThreadGroupImplementationAccess().getOwnedModeTransitionAssignment_14_1_0_1());
}
@@ -54503,17 +51700,17 @@ else if ( (LA259_1==HyphenMinusLeftSquareBracket) ) {
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Alternatives_12_1_0"
+ // $ANTLR end "rule__ThreadGroupImplementation__Alternatives_14_1_0"
- // $ANTLR start "rule__ThreadGroupImplementation__Alternatives_13_1"
- // InternalAadl2Parser.g:11824:1: rule__ThreadGroupImplementation__Alternatives_13_1 : ( ( ( ( rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* ) ) | ( ( rule__ThreadGroupImplementation__Group_13_1_1__0 ) ) );
- public final void rule__ThreadGroupImplementation__Alternatives_13_1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Alternatives_15_1"
+ // InternalAadl2Parser.g:10874:1: rule__ThreadGroupImplementation__Alternatives_15_1 : ( ( ( ( rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_15_1_0 ) ) ( ( rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_15_1_0 )* ) ) | ( ( rule__ThreadGroupImplementation__Group_15_1_1__0 ) ) );
+ public final void rule__ThreadGroupImplementation__Alternatives_15_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11828:1: ( ( ( ( rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* ) ) | ( ( rule__ThreadGroupImplementation__Group_13_1_1__0 ) ) )
+ // InternalAadl2Parser.g:10878:1: ( ( ( ( rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_15_1_0 ) ) ( ( rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_15_1_0 )* ) ) | ( ( rule__ThreadGroupImplementation__Group_15_1_1__0 ) ) )
int alt261=2;
int LA261_0 = input.LA(1);
@@ -54531,35 +51728,35 @@ else if ( (LA261_0==None) ) {
}
switch (alt261) {
case 1 :
- // InternalAadl2Parser.g:11829:2: ( ( ( rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* ) )
+ // InternalAadl2Parser.g:10879:2: ( ( ( rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_15_1_0 ) ) ( ( rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_15_1_0 )* ) )
{
- // InternalAadl2Parser.g:11829:2: ( ( ( rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* ) )
- // InternalAadl2Parser.g:11830:3: ( ( rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* )
+ // InternalAadl2Parser.g:10879:2: ( ( ( rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_15_1_0 ) ) ( ( rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_15_1_0 )* ) )
+ // InternalAadl2Parser.g:10880:3: ( ( rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_15_1_0 ) ) ( ( rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_15_1_0 )* )
{
- // InternalAadl2Parser.g:11830:3: ( ( rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) )
- // InternalAadl2Parser.g:11831:4: ( rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_13_1_0 )
+ // InternalAadl2Parser.g:10880:3: ( ( rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_15_1_0 ) )
+ // InternalAadl2Parser.g:10881:4: ( rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_15_1_0 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0());
- // InternalAadl2Parser.g:11832:4: ( rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_13_1_0 )
- // InternalAadl2Parser.g:11832:5: rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_13_1_0
+ before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0());
+ // InternalAadl2Parser.g:10882:4: ( rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_15_1_0 )
+ // InternalAadl2Parser.g:10882:5: rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_15_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_13_1_0();
+ rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_15_1_0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0());
+ after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0());
}
- // InternalAadl2Parser.g:11835:3: ( ( rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* )
- // InternalAadl2Parser.g:11836:4: ( rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_13_1_0 )*
+ // InternalAadl2Parser.g:10885:3: ( ( rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_15_1_0 )* )
+ // InternalAadl2Parser.g:10886:4: ( rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_15_1_0 )*
{
- before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0());
- // InternalAadl2Parser.g:11837:4: ( rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_13_1_0 )*
+ before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0());
+ // InternalAadl2Parser.g:10887:4: ( rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_15_1_0 )*
loop260:
do {
int alt260=2;
@@ -54572,10 +51769,10 @@ else if ( (LA261_0==None) ) {
switch (alt260) {
case 1 :
- // InternalAadl2Parser.g:11837:5: rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_13_1_0
+ // InternalAadl2Parser.g:10887:5: rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_15_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_13_1_0();
+ rule__ThreadGroupImplementation__OwnedPropertyAssociationAssignment_15_1_0();
state._fsp--;
@@ -54588,7 +51785,7 @@ else if ( (LA261_0==None) ) {
}
} while (true);
- after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0());
+ after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0());
}
@@ -54599,24 +51796,24 @@ else if ( (LA261_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:11842:2: ( ( rule__ThreadGroupImplementation__Group_13_1_1__0 ) )
+ // InternalAadl2Parser.g:10892:2: ( ( rule__ThreadGroupImplementation__Group_15_1_1__0 ) )
{
- // InternalAadl2Parser.g:11842:2: ( ( rule__ThreadGroupImplementation__Group_13_1_1__0 ) )
- // InternalAadl2Parser.g:11843:3: ( rule__ThreadGroupImplementation__Group_13_1_1__0 )
+ // InternalAadl2Parser.g:10892:2: ( ( rule__ThreadGroupImplementation__Group_15_1_1__0 ) )
+ // InternalAadl2Parser.g:10893:3: ( rule__ThreadGroupImplementation__Group_15_1_1__0 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getGroup_13_1_1());
- // InternalAadl2Parser.g:11844:3: ( rule__ThreadGroupImplementation__Group_13_1_1__0 )
- // InternalAadl2Parser.g:11844:4: rule__ThreadGroupImplementation__Group_13_1_1__0
+ before(grammarAccess.getThreadGroupImplementationAccess().getGroup_15_1_1());
+ // InternalAadl2Parser.g:10894:3: ( rule__ThreadGroupImplementation__Group_15_1_1__0 )
+ // InternalAadl2Parser.g:10894:4: rule__ThreadGroupImplementation__Group_15_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_13_1_1__0();
+ rule__ThreadGroupImplementation__Group_15_1_1__0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getGroup_13_1_1());
+ after(grammarAccess.getThreadGroupImplementationAccess().getGroup_15_1_1());
}
@@ -54637,17 +51834,17 @@ else if ( (LA261_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Alternatives_13_1"
+ // $ANTLR end "rule__ThreadGroupImplementation__Alternatives_15_1"
- // $ANTLR start "rule__ThreadImplementation__Alternatives_6_1"
- // InternalAadl2Parser.g:11852:1: rule__ThreadImplementation__Alternatives_6_1 : ( ( ( ( rule__ThreadImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__ThreadImplementation__OwnedPrototypeAssignment_6_1_0 )* ) ) | ( ( rule__ThreadImplementation__Group_6_1_1__0 ) ) );
- public final void rule__ThreadImplementation__Alternatives_6_1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Alternatives_7_1"
+ // InternalAadl2Parser.g:10902:1: rule__ThreadImplementation__Alternatives_7_1 : ( ( ( ( rule__ThreadImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__ThreadImplementation__OwnedPrototypeAssignment_7_1_0 )* ) ) | ( ( rule__ThreadImplementation__Group_7_1_1__0 ) ) );
+ public final void rule__ThreadImplementation__Alternatives_7_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11856:1: ( ( ( ( rule__ThreadImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__ThreadImplementation__OwnedPrototypeAssignment_6_1_0 )* ) ) | ( ( rule__ThreadImplementation__Group_6_1_1__0 ) ) )
+ // InternalAadl2Parser.g:10906:1: ( ( ( ( rule__ThreadImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__ThreadImplementation__OwnedPrototypeAssignment_7_1_0 )* ) ) | ( ( rule__ThreadImplementation__Group_7_1_1__0 ) ) )
int alt263=2;
int LA263_0 = input.LA(1);
@@ -54665,35 +51862,35 @@ else if ( (LA263_0==None) ) {
}
switch (alt263) {
case 1 :
- // InternalAadl2Parser.g:11857:2: ( ( ( rule__ThreadImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__ThreadImplementation__OwnedPrototypeAssignment_6_1_0 )* ) )
+ // InternalAadl2Parser.g:10907:2: ( ( ( rule__ThreadImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__ThreadImplementation__OwnedPrototypeAssignment_7_1_0 )* ) )
{
- // InternalAadl2Parser.g:11857:2: ( ( ( rule__ThreadImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__ThreadImplementation__OwnedPrototypeAssignment_6_1_0 )* ) )
- // InternalAadl2Parser.g:11858:3: ( ( rule__ThreadImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__ThreadImplementation__OwnedPrototypeAssignment_6_1_0 )* )
+ // InternalAadl2Parser.g:10907:2: ( ( ( rule__ThreadImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__ThreadImplementation__OwnedPrototypeAssignment_7_1_0 )* ) )
+ // InternalAadl2Parser.g:10908:3: ( ( rule__ThreadImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__ThreadImplementation__OwnedPrototypeAssignment_7_1_0 )* )
{
- // InternalAadl2Parser.g:11858:3: ( ( rule__ThreadImplementation__OwnedPrototypeAssignment_6_1_0 ) )
- // InternalAadl2Parser.g:11859:4: ( rule__ThreadImplementation__OwnedPrototypeAssignment_6_1_0 )
+ // InternalAadl2Parser.g:10908:3: ( ( rule__ThreadImplementation__OwnedPrototypeAssignment_7_1_0 ) )
+ // InternalAadl2Parser.g:10909:4: ( rule__ThreadImplementation__OwnedPrototypeAssignment_7_1_0 )
{
- before(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
- // InternalAadl2Parser.g:11860:4: ( rule__ThreadImplementation__OwnedPrototypeAssignment_6_1_0 )
- // InternalAadl2Parser.g:11860:5: rule__ThreadImplementation__OwnedPrototypeAssignment_6_1_0
+ before(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
+ // InternalAadl2Parser.g:10910:4: ( rule__ThreadImplementation__OwnedPrototypeAssignment_7_1_0 )
+ // InternalAadl2Parser.g:10910:5: rule__ThreadImplementation__OwnedPrototypeAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadImplementation__OwnedPrototypeAssignment_6_1_0();
+ rule__ThreadImplementation__OwnedPrototypeAssignment_7_1_0();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
+ after(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
}
- // InternalAadl2Parser.g:11863:3: ( ( rule__ThreadImplementation__OwnedPrototypeAssignment_6_1_0 )* )
- // InternalAadl2Parser.g:11864:4: ( rule__ThreadImplementation__OwnedPrototypeAssignment_6_1_0 )*
+ // InternalAadl2Parser.g:10913:3: ( ( rule__ThreadImplementation__OwnedPrototypeAssignment_7_1_0 )* )
+ // InternalAadl2Parser.g:10914:4: ( rule__ThreadImplementation__OwnedPrototypeAssignment_7_1_0 )*
{
- before(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
- // InternalAadl2Parser.g:11865:4: ( rule__ThreadImplementation__OwnedPrototypeAssignment_6_1_0 )*
+ before(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
+ // InternalAadl2Parser.g:10915:4: ( rule__ThreadImplementation__OwnedPrototypeAssignment_7_1_0 )*
loop262:
do {
int alt262=2;
@@ -54706,10 +51903,10 @@ else if ( (LA263_0==None) ) {
switch (alt262) {
case 1 :
- // InternalAadl2Parser.g:11865:5: rule__ThreadImplementation__OwnedPrototypeAssignment_6_1_0
+ // InternalAadl2Parser.g:10915:5: rule__ThreadImplementation__OwnedPrototypeAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadImplementation__OwnedPrototypeAssignment_6_1_0();
+ rule__ThreadImplementation__OwnedPrototypeAssignment_7_1_0();
state._fsp--;
@@ -54722,7 +51919,7 @@ else if ( (LA263_0==None) ) {
}
} while (true);
- after(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
+ after(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
}
@@ -54733,24 +51930,24 @@ else if ( (LA263_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:11870:2: ( ( rule__ThreadImplementation__Group_6_1_1__0 ) )
+ // InternalAadl2Parser.g:10920:2: ( ( rule__ThreadImplementation__Group_7_1_1__0 ) )
{
- // InternalAadl2Parser.g:11870:2: ( ( rule__ThreadImplementation__Group_6_1_1__0 ) )
- // InternalAadl2Parser.g:11871:3: ( rule__ThreadImplementation__Group_6_1_1__0 )
+ // InternalAadl2Parser.g:10920:2: ( ( rule__ThreadImplementation__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:10921:3: ( rule__ThreadImplementation__Group_7_1_1__0 )
{
- before(grammarAccess.getThreadImplementationAccess().getGroup_6_1_1());
- // InternalAadl2Parser.g:11872:3: ( rule__ThreadImplementation__Group_6_1_1__0 )
- // InternalAadl2Parser.g:11872:4: rule__ThreadImplementation__Group_6_1_1__0
+ before(grammarAccess.getThreadImplementationAccess().getGroup_7_1_1());
+ // InternalAadl2Parser.g:10922:3: ( rule__ThreadImplementation__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:10922:4: rule__ThreadImplementation__Group_7_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_6_1_1__0();
+ rule__ThreadImplementation__Group_7_1_1__0();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getGroup_6_1_1());
+ after(grammarAccess.getThreadImplementationAccess().getGroup_7_1_1());
}
@@ -54771,17 +51968,17 @@ else if ( (LA263_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Alternatives_6_1"
+ // $ANTLR end "rule__ThreadImplementation__Alternatives_7_1"
- // $ANTLR start "rule__ThreadImplementation__Alternatives_7_1"
- // InternalAadl2Parser.g:11880:1: rule__ThreadImplementation__Alternatives_7_1 : ( ( ( ( rule__ThreadImplementation__Alternatives_7_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_7_1_0 )* ) ) | ( ( rule__ThreadImplementation__Group_7_1_1__0 ) ) );
- public final void rule__ThreadImplementation__Alternatives_7_1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Alternatives_8_1"
+ // InternalAadl2Parser.g:10930:1: rule__ThreadImplementation__Alternatives_8_1 : ( ( ( ( rule__ThreadImplementation__Alternatives_8_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_8_1_0 )* ) ) | ( ( rule__ThreadImplementation__Group_8_1_1__0 ) ) );
+ public final void rule__ThreadImplementation__Alternatives_8_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11884:1: ( ( ( ( rule__ThreadImplementation__Alternatives_7_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_7_1_0 )* ) ) | ( ( rule__ThreadImplementation__Group_7_1_1__0 ) ) )
+ // InternalAadl2Parser.g:10934:1: ( ( ( ( rule__ThreadImplementation__Alternatives_8_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_8_1_0 )* ) ) | ( ( rule__ThreadImplementation__Group_8_1_1__0 ) ) )
int alt265=2;
int LA265_0 = input.LA(1);
@@ -54799,35 +51996,35 @@ else if ( (LA265_0==None) ) {
}
switch (alt265) {
case 1 :
- // InternalAadl2Parser.g:11885:2: ( ( ( rule__ThreadImplementation__Alternatives_7_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_7_1_0 )* ) )
+ // InternalAadl2Parser.g:10935:2: ( ( ( rule__ThreadImplementation__Alternatives_8_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_8_1_0 )* ) )
{
- // InternalAadl2Parser.g:11885:2: ( ( ( rule__ThreadImplementation__Alternatives_7_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_7_1_0 )* ) )
- // InternalAadl2Parser.g:11886:3: ( ( rule__ThreadImplementation__Alternatives_7_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_7_1_0 )* )
+ // InternalAadl2Parser.g:10935:2: ( ( ( rule__ThreadImplementation__Alternatives_8_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_8_1_0 )* ) )
+ // InternalAadl2Parser.g:10936:3: ( ( rule__ThreadImplementation__Alternatives_8_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_8_1_0 )* )
{
- // InternalAadl2Parser.g:11886:3: ( ( rule__ThreadImplementation__Alternatives_7_1_0 ) )
- // InternalAadl2Parser.g:11887:4: ( rule__ThreadImplementation__Alternatives_7_1_0 )
+ // InternalAadl2Parser.g:10936:3: ( ( rule__ThreadImplementation__Alternatives_8_1_0 ) )
+ // InternalAadl2Parser.g:10937:4: ( rule__ThreadImplementation__Alternatives_8_1_0 )
{
- before(grammarAccess.getThreadImplementationAccess().getAlternatives_7_1_0());
- // InternalAadl2Parser.g:11888:4: ( rule__ThreadImplementation__Alternatives_7_1_0 )
- // InternalAadl2Parser.g:11888:5: rule__ThreadImplementation__Alternatives_7_1_0
+ before(grammarAccess.getThreadImplementationAccess().getAlternatives_8_1_0());
+ // InternalAadl2Parser.g:10938:4: ( rule__ThreadImplementation__Alternatives_8_1_0 )
+ // InternalAadl2Parser.g:10938:5: rule__ThreadImplementation__Alternatives_8_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadImplementation__Alternatives_7_1_0();
+ rule__ThreadImplementation__Alternatives_8_1_0();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getAlternatives_7_1_0());
+ after(grammarAccess.getThreadImplementationAccess().getAlternatives_8_1_0());
}
- // InternalAadl2Parser.g:11891:3: ( ( rule__ThreadImplementation__Alternatives_7_1_0 )* )
- // InternalAadl2Parser.g:11892:4: ( rule__ThreadImplementation__Alternatives_7_1_0 )*
+ // InternalAadl2Parser.g:10941:3: ( ( rule__ThreadImplementation__Alternatives_8_1_0 )* )
+ // InternalAadl2Parser.g:10942:4: ( rule__ThreadImplementation__Alternatives_8_1_0 )*
{
- before(grammarAccess.getThreadImplementationAccess().getAlternatives_7_1_0());
- // InternalAadl2Parser.g:11893:4: ( rule__ThreadImplementation__Alternatives_7_1_0 )*
+ before(grammarAccess.getThreadImplementationAccess().getAlternatives_8_1_0());
+ // InternalAadl2Parser.g:10943:4: ( rule__ThreadImplementation__Alternatives_8_1_0 )*
loop264:
do {
int alt264=2;
@@ -54840,10 +52037,10 @@ else if ( (LA265_0==None) ) {
switch (alt264) {
case 1 :
- // InternalAadl2Parser.g:11893:5: rule__ThreadImplementation__Alternatives_7_1_0
+ // InternalAadl2Parser.g:10943:5: rule__ThreadImplementation__Alternatives_8_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadImplementation__Alternatives_7_1_0();
+ rule__ThreadImplementation__Alternatives_8_1_0();
state._fsp--;
@@ -54856,7 +52053,7 @@ else if ( (LA265_0==None) ) {
}
} while (true);
- after(grammarAccess.getThreadImplementationAccess().getAlternatives_7_1_0());
+ after(grammarAccess.getThreadImplementationAccess().getAlternatives_8_1_0());
}
@@ -54867,24 +52064,24 @@ else if ( (LA265_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:11898:2: ( ( rule__ThreadImplementation__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:10948:2: ( ( rule__ThreadImplementation__Group_8_1_1__0 ) )
{
- // InternalAadl2Parser.g:11898:2: ( ( rule__ThreadImplementation__Group_7_1_1__0 ) )
- // InternalAadl2Parser.g:11899:3: ( rule__ThreadImplementation__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:10948:2: ( ( rule__ThreadImplementation__Group_8_1_1__0 ) )
+ // InternalAadl2Parser.g:10949:3: ( rule__ThreadImplementation__Group_8_1_1__0 )
{
- before(grammarAccess.getThreadImplementationAccess().getGroup_7_1_1());
- // InternalAadl2Parser.g:11900:3: ( rule__ThreadImplementation__Group_7_1_1__0 )
- // InternalAadl2Parser.g:11900:4: rule__ThreadImplementation__Group_7_1_1__0
+ before(grammarAccess.getThreadImplementationAccess().getGroup_8_1_1());
+ // InternalAadl2Parser.g:10950:3: ( rule__ThreadImplementation__Group_8_1_1__0 )
+ // InternalAadl2Parser.g:10950:4: rule__ThreadImplementation__Group_8_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_7_1_1__0();
+ rule__ThreadImplementation__Group_8_1_1__0();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getGroup_7_1_1());
+ after(grammarAccess.getThreadImplementationAccess().getGroup_8_1_1());
}
@@ -54905,39 +52102,39 @@ else if ( (LA265_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Alternatives_7_1"
+ // $ANTLR end "rule__ThreadImplementation__Alternatives_8_1"
- // $ANTLR start "rule__ThreadImplementation__Alternatives_7_1_0"
- // InternalAadl2Parser.g:11908:1: rule__ThreadImplementation__Alternatives_7_1_0 : ( ( ( rule__ThreadImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_0 ) ) | ( ( rule__ThreadImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_1 ) ) | ( ( rule__ThreadImplementation__OwnedDataSubcomponentAssignment_7_1_0_2 ) ) | ( ( rule__ThreadImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_3 ) ) );
- public final void rule__ThreadImplementation__Alternatives_7_1_0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Alternatives_8_1_0"
+ // InternalAadl2Parser.g:10958:1: rule__ThreadImplementation__Alternatives_8_1_0 : ( ( ( rule__ThreadImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_0 ) ) | ( ( rule__ThreadImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_1 ) ) | ( ( rule__ThreadImplementation__OwnedDataSubcomponentAssignment_8_1_0_2 ) ) | ( ( rule__ThreadImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_3 ) ) );
+ public final void rule__ThreadImplementation__Alternatives_8_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11912:1: ( ( ( rule__ThreadImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_0 ) ) | ( ( rule__ThreadImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_1 ) ) | ( ( rule__ThreadImplementation__OwnedDataSubcomponentAssignment_7_1_0_2 ) ) | ( ( rule__ThreadImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_3 ) ) )
+ // InternalAadl2Parser.g:10962:1: ( ( ( rule__ThreadImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_0 ) ) | ( ( rule__ThreadImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_1 ) ) | ( ( rule__ThreadImplementation__OwnedDataSubcomponentAssignment_8_1_0_2 ) ) | ( ( rule__ThreadImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_3 ) ) )
int alt266=4;
alt266 = dfa266.predict(input);
switch (alt266) {
case 1 :
- // InternalAadl2Parser.g:11913:2: ( ( rule__ThreadImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_0 ) )
+ // InternalAadl2Parser.g:10963:2: ( ( rule__ThreadImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_0 ) )
{
- // InternalAadl2Parser.g:11913:2: ( ( rule__ThreadImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_0 ) )
- // InternalAadl2Parser.g:11914:3: ( rule__ThreadImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_0 )
+ // InternalAadl2Parser.g:10963:2: ( ( rule__ThreadImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_0 ) )
+ // InternalAadl2Parser.g:10964:3: ( rule__ThreadImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_0 )
{
- before(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_0());
- // InternalAadl2Parser.g:11915:3: ( rule__ThreadImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_0 )
- // InternalAadl2Parser.g:11915:4: rule__ThreadImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_0
+ before(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramSubcomponentAssignment_8_1_0_0());
+ // InternalAadl2Parser.g:10965:3: ( rule__ThreadImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_0 )
+ // InternalAadl2Parser.g:10965:4: rule__ThreadImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_0();
+ rule__ThreadImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_0();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_0());
+ after(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramSubcomponentAssignment_8_1_0_0());
}
@@ -54945,24 +52142,24 @@ public final void rule__ThreadImplementation__Alternatives_7_1_0() throws Recogn
}
break;
case 2 :
- // InternalAadl2Parser.g:11919:2: ( ( rule__ThreadImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_1 ) )
+ // InternalAadl2Parser.g:10969:2: ( ( rule__ThreadImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_1 ) )
{
- // InternalAadl2Parser.g:11919:2: ( ( rule__ThreadImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_1 ) )
- // InternalAadl2Parser.g:11920:3: ( rule__ThreadImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_1 )
+ // InternalAadl2Parser.g:10969:2: ( ( rule__ThreadImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_1 ) )
+ // InternalAadl2Parser.g:10970:3: ( rule__ThreadImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_1 )
{
- before(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_7_1_0_1());
- // InternalAadl2Parser.g:11921:3: ( rule__ThreadImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_1 )
- // InternalAadl2Parser.g:11921:4: rule__ThreadImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_1
+ before(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_8_1_0_1());
+ // InternalAadl2Parser.g:10971:3: ( rule__ThreadImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_1 )
+ // InternalAadl2Parser.g:10971:4: rule__ThreadImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_1();
+ rule__ThreadImplementation__OwnedSubprogramGroupSubcomponentAssignment_8_1_0_1();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_7_1_0_1());
+ after(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_8_1_0_1());
}
@@ -54970,24 +52167,24 @@ public final void rule__ThreadImplementation__Alternatives_7_1_0() throws Recogn
}
break;
case 3 :
- // InternalAadl2Parser.g:11925:2: ( ( rule__ThreadImplementation__OwnedDataSubcomponentAssignment_7_1_0_2 ) )
+ // InternalAadl2Parser.g:10975:2: ( ( rule__ThreadImplementation__OwnedDataSubcomponentAssignment_8_1_0_2 ) )
{
- // InternalAadl2Parser.g:11925:2: ( ( rule__ThreadImplementation__OwnedDataSubcomponentAssignment_7_1_0_2 ) )
- // InternalAadl2Parser.g:11926:3: ( rule__ThreadImplementation__OwnedDataSubcomponentAssignment_7_1_0_2 )
+ // InternalAadl2Parser.g:10975:2: ( ( rule__ThreadImplementation__OwnedDataSubcomponentAssignment_8_1_0_2 ) )
+ // InternalAadl2Parser.g:10976:3: ( rule__ThreadImplementation__OwnedDataSubcomponentAssignment_8_1_0_2 )
{
- before(grammarAccess.getThreadImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_2());
- // InternalAadl2Parser.g:11927:3: ( rule__ThreadImplementation__OwnedDataSubcomponentAssignment_7_1_0_2 )
- // InternalAadl2Parser.g:11927:4: rule__ThreadImplementation__OwnedDataSubcomponentAssignment_7_1_0_2
+ before(grammarAccess.getThreadImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_2());
+ // InternalAadl2Parser.g:10977:3: ( rule__ThreadImplementation__OwnedDataSubcomponentAssignment_8_1_0_2 )
+ // InternalAadl2Parser.g:10977:4: rule__ThreadImplementation__OwnedDataSubcomponentAssignment_8_1_0_2
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__OwnedDataSubcomponentAssignment_7_1_0_2();
+ rule__ThreadImplementation__OwnedDataSubcomponentAssignment_8_1_0_2();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_2());
+ after(grammarAccess.getThreadImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_2());
}
@@ -54995,24 +52192,24 @@ public final void rule__ThreadImplementation__Alternatives_7_1_0() throws Recogn
}
break;
case 4 :
- // InternalAadl2Parser.g:11931:2: ( ( rule__ThreadImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_3 ) )
+ // InternalAadl2Parser.g:10981:2: ( ( rule__ThreadImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_3 ) )
{
- // InternalAadl2Parser.g:11931:2: ( ( rule__ThreadImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_3 ) )
- // InternalAadl2Parser.g:11932:3: ( rule__ThreadImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_3 )
+ // InternalAadl2Parser.g:10981:2: ( ( rule__ThreadImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_3 ) )
+ // InternalAadl2Parser.g:10982:3: ( rule__ThreadImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_3 )
{
- before(grammarAccess.getThreadImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_3());
- // InternalAadl2Parser.g:11933:3: ( rule__ThreadImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_3 )
- // InternalAadl2Parser.g:11933:4: rule__ThreadImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_3
+ before(grammarAccess.getThreadImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_3());
+ // InternalAadl2Parser.g:10983:3: ( rule__ThreadImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_3 )
+ // InternalAadl2Parser.g:10983:4: rule__ThreadImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_3
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_3();
+ rule__ThreadImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_3();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_3());
+ after(grammarAccess.getThreadImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_3());
}
@@ -55033,17 +52230,17 @@ public final void rule__ThreadImplementation__Alternatives_7_1_0() throws Recogn
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Alternatives_7_1_0"
+ // $ANTLR end "rule__ThreadImplementation__Alternatives_8_1_0"
- // $ANTLR start "rule__ThreadImplementation__Alternatives_8_1"
- // InternalAadl2Parser.g:11941:1: rule__ThreadImplementation__Alternatives_8_1 : ( ( ( rule__ThreadImplementation__OwnedEventSourceAssignment_8_1_0 ) ) | ( ( rule__ThreadImplementation__OwnedEventDataSourceAssignment_8_1_1 ) ) );
- public final void rule__ThreadImplementation__Alternatives_8_1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Alternatives_9_2"
+ // InternalAadl2Parser.g:10991:1: rule__ThreadImplementation__Alternatives_9_2 : ( ( ( rule__ThreadImplementation__OwnedEventSourceAssignment_9_2_0 ) ) | ( ( rule__ThreadImplementation__OwnedEventDataSourceAssignment_9_2_1 ) ) );
+ public final void rule__ThreadImplementation__Alternatives_9_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11945:1: ( ( ( rule__ThreadImplementation__OwnedEventSourceAssignment_8_1_0 ) ) | ( ( rule__ThreadImplementation__OwnedEventDataSourceAssignment_8_1_1 ) ) )
+ // InternalAadl2Parser.g:10995:1: ( ( ( rule__ThreadImplementation__OwnedEventSourceAssignment_9_2_0 ) ) | ( ( rule__ThreadImplementation__OwnedEventDataSourceAssignment_9_2_1 ) ) )
int alt267=2;
int LA267_0 = input.LA(1);
@@ -55056,12 +52253,12 @@ public final void rule__ThreadImplementation__Alternatives_8_1() throws Recognit
if ( (LA267_2==Event) ) {
int LA267_3 = input.LA(4);
- if ( (LA267_3==Data) ) {
- alt267=2;
- }
- else if ( (LA267_3==Semicolon||LA267_3==LeftCurlyBracket) ) {
+ if ( (LA267_3==Semicolon||LA267_3==LeftCurlyBracket) ) {
alt267=1;
}
+ else if ( (LA267_3==Data) ) {
+ alt267=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 267, 3, input);
@@ -55091,24 +52288,24 @@ else if ( (LA267_3==Semicolon||LA267_3==LeftCurlyBracket) ) {
}
switch (alt267) {
case 1 :
- // InternalAadl2Parser.g:11946:2: ( ( rule__ThreadImplementation__OwnedEventSourceAssignment_8_1_0 ) )
+ // InternalAadl2Parser.g:10996:2: ( ( rule__ThreadImplementation__OwnedEventSourceAssignment_9_2_0 ) )
{
- // InternalAadl2Parser.g:11946:2: ( ( rule__ThreadImplementation__OwnedEventSourceAssignment_8_1_0 ) )
- // InternalAadl2Parser.g:11947:3: ( rule__ThreadImplementation__OwnedEventSourceAssignment_8_1_0 )
+ // InternalAadl2Parser.g:10996:2: ( ( rule__ThreadImplementation__OwnedEventSourceAssignment_9_2_0 ) )
+ // InternalAadl2Parser.g:10997:3: ( rule__ThreadImplementation__OwnedEventSourceAssignment_9_2_0 )
{
- before(grammarAccess.getThreadImplementationAccess().getOwnedEventSourceAssignment_8_1_0());
- // InternalAadl2Parser.g:11948:3: ( rule__ThreadImplementation__OwnedEventSourceAssignment_8_1_0 )
- // InternalAadl2Parser.g:11948:4: rule__ThreadImplementation__OwnedEventSourceAssignment_8_1_0
+ before(grammarAccess.getThreadImplementationAccess().getOwnedEventSourceAssignment_9_2_0());
+ // InternalAadl2Parser.g:10998:3: ( rule__ThreadImplementation__OwnedEventSourceAssignment_9_2_0 )
+ // InternalAadl2Parser.g:10998:4: rule__ThreadImplementation__OwnedEventSourceAssignment_9_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__OwnedEventSourceAssignment_8_1_0();
+ rule__ThreadImplementation__OwnedEventSourceAssignment_9_2_0();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getOwnedEventSourceAssignment_8_1_0());
+ after(grammarAccess.getThreadImplementationAccess().getOwnedEventSourceAssignment_9_2_0());
}
@@ -55116,24 +52313,24 @@ else if ( (LA267_3==Semicolon||LA267_3==LeftCurlyBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:11952:2: ( ( rule__ThreadImplementation__OwnedEventDataSourceAssignment_8_1_1 ) )
+ // InternalAadl2Parser.g:11002:2: ( ( rule__ThreadImplementation__OwnedEventDataSourceAssignment_9_2_1 ) )
{
- // InternalAadl2Parser.g:11952:2: ( ( rule__ThreadImplementation__OwnedEventDataSourceAssignment_8_1_1 ) )
- // InternalAadl2Parser.g:11953:3: ( rule__ThreadImplementation__OwnedEventDataSourceAssignment_8_1_1 )
+ // InternalAadl2Parser.g:11002:2: ( ( rule__ThreadImplementation__OwnedEventDataSourceAssignment_9_2_1 ) )
+ // InternalAadl2Parser.g:11003:3: ( rule__ThreadImplementation__OwnedEventDataSourceAssignment_9_2_1 )
{
- before(grammarAccess.getThreadImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1());
- // InternalAadl2Parser.g:11954:3: ( rule__ThreadImplementation__OwnedEventDataSourceAssignment_8_1_1 )
- // InternalAadl2Parser.g:11954:4: rule__ThreadImplementation__OwnedEventDataSourceAssignment_8_1_1
+ before(grammarAccess.getThreadImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1());
+ // InternalAadl2Parser.g:11004:3: ( rule__ThreadImplementation__OwnedEventDataSourceAssignment_9_2_1 )
+ // InternalAadl2Parser.g:11004:4: rule__ThreadImplementation__OwnedEventDataSourceAssignment_9_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__OwnedEventDataSourceAssignment_8_1_1();
+ rule__ThreadImplementation__OwnedEventDataSourceAssignment_9_2_1();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1());
+ after(grammarAccess.getThreadImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1());
}
@@ -55154,17 +52351,17 @@ else if ( (LA267_3==Semicolon||LA267_3==LeftCurlyBracket) ) {
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Alternatives_8_1"
+ // $ANTLR end "rule__ThreadImplementation__Alternatives_9_2"
- // $ANTLR start "rule__ThreadImplementation__Alternatives_9_1"
- // InternalAadl2Parser.g:11962:1: rule__ThreadImplementation__Alternatives_9_1 : ( ( ( rule__ThreadImplementation__OwnedPortProxyAssignment_9_1_0 ) ) | ( ( rule__ThreadImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) ) );
- public final void rule__ThreadImplementation__Alternatives_9_1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Alternatives_10_2"
+ // InternalAadl2Parser.g:11012:1: rule__ThreadImplementation__Alternatives_10_2 : ( ( ( rule__ThreadImplementation__OwnedPortProxyAssignment_10_2_0 ) ) | ( ( rule__ThreadImplementation__OwnedSubprogramProxyAssignment_10_2_1 ) ) );
+ public final void rule__ThreadImplementation__Alternatives_10_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11966:1: ( ( ( rule__ThreadImplementation__OwnedPortProxyAssignment_9_1_0 ) ) | ( ( rule__ThreadImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) ) )
+ // InternalAadl2Parser.g:11016:1: ( ( ( rule__ThreadImplementation__OwnedPortProxyAssignment_10_2_0 ) ) | ( ( rule__ThreadImplementation__OwnedSubprogramProxyAssignment_10_2_1 ) ) )
int alt268=2;
int LA268_0 = input.LA(1);
@@ -55202,24 +52399,24 @@ else if ( (LA268_2==Port) ) {
}
switch (alt268) {
case 1 :
- // InternalAadl2Parser.g:11967:2: ( ( rule__ThreadImplementation__OwnedPortProxyAssignment_9_1_0 ) )
+ // InternalAadl2Parser.g:11017:2: ( ( rule__ThreadImplementation__OwnedPortProxyAssignment_10_2_0 ) )
{
- // InternalAadl2Parser.g:11967:2: ( ( rule__ThreadImplementation__OwnedPortProxyAssignment_9_1_0 ) )
- // InternalAadl2Parser.g:11968:3: ( rule__ThreadImplementation__OwnedPortProxyAssignment_9_1_0 )
+ // InternalAadl2Parser.g:11017:2: ( ( rule__ThreadImplementation__OwnedPortProxyAssignment_10_2_0 ) )
+ // InternalAadl2Parser.g:11018:3: ( rule__ThreadImplementation__OwnedPortProxyAssignment_10_2_0 )
{
- before(grammarAccess.getThreadImplementationAccess().getOwnedPortProxyAssignment_9_1_0());
- // InternalAadl2Parser.g:11969:3: ( rule__ThreadImplementation__OwnedPortProxyAssignment_9_1_0 )
- // InternalAadl2Parser.g:11969:4: rule__ThreadImplementation__OwnedPortProxyAssignment_9_1_0
+ before(grammarAccess.getThreadImplementationAccess().getOwnedPortProxyAssignment_10_2_0());
+ // InternalAadl2Parser.g:11019:3: ( rule__ThreadImplementation__OwnedPortProxyAssignment_10_2_0 )
+ // InternalAadl2Parser.g:11019:4: rule__ThreadImplementation__OwnedPortProxyAssignment_10_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__OwnedPortProxyAssignment_9_1_0();
+ rule__ThreadImplementation__OwnedPortProxyAssignment_10_2_0();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getOwnedPortProxyAssignment_9_1_0());
+ after(grammarAccess.getThreadImplementationAccess().getOwnedPortProxyAssignment_10_2_0());
}
@@ -55227,24 +52424,24 @@ else if ( (LA268_2==Port) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:11973:2: ( ( rule__ThreadImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) )
+ // InternalAadl2Parser.g:11023:2: ( ( rule__ThreadImplementation__OwnedSubprogramProxyAssignment_10_2_1 ) )
{
- // InternalAadl2Parser.g:11973:2: ( ( rule__ThreadImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) )
- // InternalAadl2Parser.g:11974:3: ( rule__ThreadImplementation__OwnedSubprogramProxyAssignment_9_1_1 )
+ // InternalAadl2Parser.g:11023:2: ( ( rule__ThreadImplementation__OwnedSubprogramProxyAssignment_10_2_1 ) )
+ // InternalAadl2Parser.g:11024:3: ( rule__ThreadImplementation__OwnedSubprogramProxyAssignment_10_2_1 )
{
- before(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1());
- // InternalAadl2Parser.g:11975:3: ( rule__ThreadImplementation__OwnedSubprogramProxyAssignment_9_1_1 )
- // InternalAadl2Parser.g:11975:4: rule__ThreadImplementation__OwnedSubprogramProxyAssignment_9_1_1
+ before(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramProxyAssignment_10_2_1());
+ // InternalAadl2Parser.g:11025:3: ( rule__ThreadImplementation__OwnedSubprogramProxyAssignment_10_2_1 )
+ // InternalAadl2Parser.g:11025:4: rule__ThreadImplementation__OwnedSubprogramProxyAssignment_10_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__OwnedSubprogramProxyAssignment_9_1_1();
+ rule__ThreadImplementation__OwnedSubprogramProxyAssignment_10_2_1();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1());
+ after(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramProxyAssignment_10_2_1());
}
@@ -55265,17 +52462,17 @@ else if ( (LA268_2==Port) ) {
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Alternatives_9_1"
+ // $ANTLR end "rule__ThreadImplementation__Alternatives_10_2"
- // $ANTLR start "rule__ThreadImplementation__Alternatives_10_1"
- // InternalAadl2Parser.g:11983:1: rule__ThreadImplementation__Alternatives_10_1 : ( ( ( ( rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 ) ) ( ( rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 )* ) ) | ( ( rule__ThreadImplementation__Group_10_1_1__0 ) ) );
- public final void rule__ThreadImplementation__Alternatives_10_1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Alternatives_11_1"
+ // InternalAadl2Parser.g:11033:1: rule__ThreadImplementation__Alternatives_11_1 : ( ( ( ( rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 ) ) ( ( rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 )* ) ) | ( ( rule__ThreadImplementation__Group_11_1_1__0 ) ) );
+ public final void rule__ThreadImplementation__Alternatives_11_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:11987:1: ( ( ( ( rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 ) ) ( ( rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 )* ) ) | ( ( rule__ThreadImplementation__Group_10_1_1__0 ) ) )
+ // InternalAadl2Parser.g:11037:1: ( ( ( ( rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 ) ) ( ( rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 )* ) ) | ( ( rule__ThreadImplementation__Group_11_1_1__0 ) ) )
int alt270=2;
int LA270_0 = input.LA(1);
@@ -55293,35 +52490,35 @@ else if ( (LA270_0==None) ) {
}
switch (alt270) {
case 1 :
- // InternalAadl2Parser.g:11988:2: ( ( ( rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 ) ) ( ( rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 )* ) )
+ // InternalAadl2Parser.g:11038:2: ( ( ( rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 ) ) ( ( rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 )* ) )
{
- // InternalAadl2Parser.g:11988:2: ( ( ( rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 ) ) ( ( rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 )* ) )
- // InternalAadl2Parser.g:11989:3: ( ( rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 ) ) ( ( rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 )* )
+ // InternalAadl2Parser.g:11038:2: ( ( ( rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 ) ) ( ( rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 )* ) )
+ // InternalAadl2Parser.g:11039:3: ( ( rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 ) ) ( ( rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 )* )
{
- // InternalAadl2Parser.g:11989:3: ( ( rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 ) )
- // InternalAadl2Parser.g:11990:4: ( rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 )
+ // InternalAadl2Parser.g:11039:3: ( ( rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 ) )
+ // InternalAadl2Parser.g:11040:4: ( rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 )
{
- before(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramCallSequenceAssignment_10_1_0());
- // InternalAadl2Parser.g:11991:4: ( rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 )
- // InternalAadl2Parser.g:11991:5: rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0
+ before(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramCallSequenceAssignment_11_1_0());
+ // InternalAadl2Parser.g:11041:4: ( rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 )
+ // InternalAadl2Parser.g:11041:5: rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0();
+ rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramCallSequenceAssignment_10_1_0());
+ after(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramCallSequenceAssignment_11_1_0());
}
- // InternalAadl2Parser.g:11994:3: ( ( rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 )* )
- // InternalAadl2Parser.g:11995:4: ( rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 )*
+ // InternalAadl2Parser.g:11044:3: ( ( rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 )* )
+ // InternalAadl2Parser.g:11045:4: ( rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 )*
{
- before(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramCallSequenceAssignment_10_1_0());
- // InternalAadl2Parser.g:11996:4: ( rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 )*
+ before(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramCallSequenceAssignment_11_1_0());
+ // InternalAadl2Parser.g:11046:4: ( rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 )*
loop269:
do {
int alt269=2;
@@ -55334,10 +52531,10 @@ else if ( (LA270_0==None) ) {
switch (alt269) {
case 1 :
- // InternalAadl2Parser.g:11996:5: rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0
+ // InternalAadl2Parser.g:11046:5: rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0();
+ rule__ThreadImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0();
state._fsp--;
@@ -55350,7 +52547,7 @@ else if ( (LA270_0==None) ) {
}
} while (true);
- after(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramCallSequenceAssignment_10_1_0());
+ after(grammarAccess.getThreadImplementationAccess().getOwnedSubprogramCallSequenceAssignment_11_1_0());
}
@@ -55361,24 +52558,24 @@ else if ( (LA270_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:12001:2: ( ( rule__ThreadImplementation__Group_10_1_1__0 ) )
+ // InternalAadl2Parser.g:11051:2: ( ( rule__ThreadImplementation__Group_11_1_1__0 ) )
{
- // InternalAadl2Parser.g:12001:2: ( ( rule__ThreadImplementation__Group_10_1_1__0 ) )
- // InternalAadl2Parser.g:12002:3: ( rule__ThreadImplementation__Group_10_1_1__0 )
+ // InternalAadl2Parser.g:11051:2: ( ( rule__ThreadImplementation__Group_11_1_1__0 ) )
+ // InternalAadl2Parser.g:11052:3: ( rule__ThreadImplementation__Group_11_1_1__0 )
{
- before(grammarAccess.getThreadImplementationAccess().getGroup_10_1_1());
- // InternalAadl2Parser.g:12003:3: ( rule__ThreadImplementation__Group_10_1_1__0 )
- // InternalAadl2Parser.g:12003:4: rule__ThreadImplementation__Group_10_1_1__0
+ before(grammarAccess.getThreadImplementationAccess().getGroup_11_1_1());
+ // InternalAadl2Parser.g:11053:3: ( rule__ThreadImplementation__Group_11_1_1__0 )
+ // InternalAadl2Parser.g:11053:4: rule__ThreadImplementation__Group_11_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_10_1_1__0();
+ rule__ThreadImplementation__Group_11_1_1__0();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getGroup_10_1_1());
+ after(grammarAccess.getThreadImplementationAccess().getGroup_11_1_1());
}
@@ -55399,17 +52596,17 @@ else if ( (LA270_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Alternatives_10_1"
+ // $ANTLR end "rule__ThreadImplementation__Alternatives_11_1"
- // $ANTLR start "rule__ThreadImplementation__Alternatives_11_1"
- // InternalAadl2Parser.g:12011:1: rule__ThreadImplementation__Alternatives_11_1 : ( ( ( ( rule__ThreadImplementation__Alternatives_11_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__ThreadImplementation__Group_11_1_1__0 ) ) );
- public final void rule__ThreadImplementation__Alternatives_11_1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Alternatives_12_1"
+ // InternalAadl2Parser.g:11061:1: rule__ThreadImplementation__Alternatives_12_1 : ( ( ( ( rule__ThreadImplementation__Alternatives_12_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__ThreadImplementation__Group_12_1_1__0 ) ) );
+ public final void rule__ThreadImplementation__Alternatives_12_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12015:1: ( ( ( ( rule__ThreadImplementation__Alternatives_11_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__ThreadImplementation__Group_11_1_1__0 ) ) )
+ // InternalAadl2Parser.g:11065:1: ( ( ( ( rule__ThreadImplementation__Alternatives_12_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__ThreadImplementation__Group_12_1_1__0 ) ) )
int alt272=2;
int LA272_0 = input.LA(1);
@@ -55427,35 +52624,35 @@ else if ( (LA272_0==None) ) {
}
switch (alt272) {
case 1 :
- // InternalAadl2Parser.g:12016:2: ( ( ( rule__ThreadImplementation__Alternatives_11_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_11_1_0 )* ) )
+ // InternalAadl2Parser.g:11066:2: ( ( ( rule__ThreadImplementation__Alternatives_12_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_12_1_0 )* ) )
{
- // InternalAadl2Parser.g:12016:2: ( ( ( rule__ThreadImplementation__Alternatives_11_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_11_1_0 )* ) )
- // InternalAadl2Parser.g:12017:3: ( ( rule__ThreadImplementation__Alternatives_11_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_11_1_0 )* )
+ // InternalAadl2Parser.g:11066:2: ( ( ( rule__ThreadImplementation__Alternatives_12_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_12_1_0 )* ) )
+ // InternalAadl2Parser.g:11067:3: ( ( rule__ThreadImplementation__Alternatives_12_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_12_1_0 )* )
{
- // InternalAadl2Parser.g:12017:3: ( ( rule__ThreadImplementation__Alternatives_11_1_0 ) )
- // InternalAadl2Parser.g:12018:4: ( rule__ThreadImplementation__Alternatives_11_1_0 )
+ // InternalAadl2Parser.g:11067:3: ( ( rule__ThreadImplementation__Alternatives_12_1_0 ) )
+ // InternalAadl2Parser.g:11068:4: ( rule__ThreadImplementation__Alternatives_12_1_0 )
{
- before(grammarAccess.getThreadImplementationAccess().getAlternatives_11_1_0());
- // InternalAadl2Parser.g:12019:4: ( rule__ThreadImplementation__Alternatives_11_1_0 )
- // InternalAadl2Parser.g:12019:5: rule__ThreadImplementation__Alternatives_11_1_0
+ before(grammarAccess.getThreadImplementationAccess().getAlternatives_12_1_0());
+ // InternalAadl2Parser.g:11069:4: ( rule__ThreadImplementation__Alternatives_12_1_0 )
+ // InternalAadl2Parser.g:11069:5: rule__ThreadImplementation__Alternatives_12_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadImplementation__Alternatives_11_1_0();
+ rule__ThreadImplementation__Alternatives_12_1_0();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getAlternatives_11_1_0());
+ after(grammarAccess.getThreadImplementationAccess().getAlternatives_12_1_0());
}
- // InternalAadl2Parser.g:12022:3: ( ( rule__ThreadImplementation__Alternatives_11_1_0 )* )
- // InternalAadl2Parser.g:12023:4: ( rule__ThreadImplementation__Alternatives_11_1_0 )*
+ // InternalAadl2Parser.g:11072:3: ( ( rule__ThreadImplementation__Alternatives_12_1_0 )* )
+ // InternalAadl2Parser.g:11073:4: ( rule__ThreadImplementation__Alternatives_12_1_0 )*
{
- before(grammarAccess.getThreadImplementationAccess().getAlternatives_11_1_0());
- // InternalAadl2Parser.g:12024:4: ( rule__ThreadImplementation__Alternatives_11_1_0 )*
+ before(grammarAccess.getThreadImplementationAccess().getAlternatives_12_1_0());
+ // InternalAadl2Parser.g:11074:4: ( rule__ThreadImplementation__Alternatives_12_1_0 )*
loop271:
do {
int alt271=2;
@@ -55468,10 +52665,10 @@ else if ( (LA272_0==None) ) {
switch (alt271) {
case 1 :
- // InternalAadl2Parser.g:12024:5: rule__ThreadImplementation__Alternatives_11_1_0
+ // InternalAadl2Parser.g:11074:5: rule__ThreadImplementation__Alternatives_12_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadImplementation__Alternatives_11_1_0();
+ rule__ThreadImplementation__Alternatives_12_1_0();
state._fsp--;
@@ -55484,7 +52681,7 @@ else if ( (LA272_0==None) ) {
}
} while (true);
- after(grammarAccess.getThreadImplementationAccess().getAlternatives_11_1_0());
+ after(grammarAccess.getThreadImplementationAccess().getAlternatives_12_1_0());
}
@@ -55495,24 +52692,24 @@ else if ( (LA272_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:12029:2: ( ( rule__ThreadImplementation__Group_11_1_1__0 ) )
+ // InternalAadl2Parser.g:11079:2: ( ( rule__ThreadImplementation__Group_12_1_1__0 ) )
{
- // InternalAadl2Parser.g:12029:2: ( ( rule__ThreadImplementation__Group_11_1_1__0 ) )
- // InternalAadl2Parser.g:12030:3: ( rule__ThreadImplementation__Group_11_1_1__0 )
+ // InternalAadl2Parser.g:11079:2: ( ( rule__ThreadImplementation__Group_12_1_1__0 ) )
+ // InternalAadl2Parser.g:11080:3: ( rule__ThreadImplementation__Group_12_1_1__0 )
{
- before(grammarAccess.getThreadImplementationAccess().getGroup_11_1_1());
- // InternalAadl2Parser.g:12031:3: ( rule__ThreadImplementation__Group_11_1_1__0 )
- // InternalAadl2Parser.g:12031:4: rule__ThreadImplementation__Group_11_1_1__0
+ before(grammarAccess.getThreadImplementationAccess().getGroup_12_1_1());
+ // InternalAadl2Parser.g:11081:3: ( rule__ThreadImplementation__Group_12_1_1__0 )
+ // InternalAadl2Parser.g:11081:4: rule__ThreadImplementation__Group_12_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_11_1_1__0();
+ rule__ThreadImplementation__Group_12_1_1__0();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getGroup_11_1_1());
+ after(grammarAccess.getThreadImplementationAccess().getGroup_12_1_1());
}
@@ -55533,39 +52730,39 @@ else if ( (LA272_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Alternatives_11_1"
+ // $ANTLR end "rule__ThreadImplementation__Alternatives_12_1"
- // $ANTLR start "rule__ThreadImplementation__Alternatives_11_1_0"
- // InternalAadl2Parser.g:12039:1: rule__ThreadImplementation__Alternatives_11_1_0 : ( ( ( rule__ThreadImplementation__OwnedPortConnectionAssignment_11_1_0_0 ) ) | ( ( rule__ThreadImplementation__OwnedAccessConnectionAssignment_11_1_0_1 ) ) | ( ( rule__ThreadImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 ) ) | ( ( rule__ThreadImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 ) ) | ( ( rule__ThreadImplementation__OwnedParameterConnectionAssignment_11_1_0_4 ) ) );
- public final void rule__ThreadImplementation__Alternatives_11_1_0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Alternatives_12_1_0"
+ // InternalAadl2Parser.g:11089:1: rule__ThreadImplementation__Alternatives_12_1_0 : ( ( ( rule__ThreadImplementation__OwnedPortConnectionAssignment_12_1_0_0 ) ) | ( ( rule__ThreadImplementation__OwnedAccessConnectionAssignment_12_1_0_1 ) ) | ( ( rule__ThreadImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 ) ) | ( ( rule__ThreadImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 ) ) | ( ( rule__ThreadImplementation__OwnedParameterConnectionAssignment_12_1_0_4 ) ) );
+ public final void rule__ThreadImplementation__Alternatives_12_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12043:1: ( ( ( rule__ThreadImplementation__OwnedPortConnectionAssignment_11_1_0_0 ) ) | ( ( rule__ThreadImplementation__OwnedAccessConnectionAssignment_11_1_0_1 ) ) | ( ( rule__ThreadImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 ) ) | ( ( rule__ThreadImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 ) ) | ( ( rule__ThreadImplementation__OwnedParameterConnectionAssignment_11_1_0_4 ) ) )
+ // InternalAadl2Parser.g:11093:1: ( ( ( rule__ThreadImplementation__OwnedPortConnectionAssignment_12_1_0_0 ) ) | ( ( rule__ThreadImplementation__OwnedAccessConnectionAssignment_12_1_0_1 ) ) | ( ( rule__ThreadImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 ) ) | ( ( rule__ThreadImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 ) ) | ( ( rule__ThreadImplementation__OwnedParameterConnectionAssignment_12_1_0_4 ) ) )
int alt273=5;
alt273 = dfa273.predict(input);
switch (alt273) {
case 1 :
- // InternalAadl2Parser.g:12044:2: ( ( rule__ThreadImplementation__OwnedPortConnectionAssignment_11_1_0_0 ) )
+ // InternalAadl2Parser.g:11094:2: ( ( rule__ThreadImplementation__OwnedPortConnectionAssignment_12_1_0_0 ) )
{
- // InternalAadl2Parser.g:12044:2: ( ( rule__ThreadImplementation__OwnedPortConnectionAssignment_11_1_0_0 ) )
- // InternalAadl2Parser.g:12045:3: ( rule__ThreadImplementation__OwnedPortConnectionAssignment_11_1_0_0 )
+ // InternalAadl2Parser.g:11094:2: ( ( rule__ThreadImplementation__OwnedPortConnectionAssignment_12_1_0_0 ) )
+ // InternalAadl2Parser.g:11095:3: ( rule__ThreadImplementation__OwnedPortConnectionAssignment_12_1_0_0 )
{
- before(grammarAccess.getThreadImplementationAccess().getOwnedPortConnectionAssignment_11_1_0_0());
- // InternalAadl2Parser.g:12046:3: ( rule__ThreadImplementation__OwnedPortConnectionAssignment_11_1_0_0 )
- // InternalAadl2Parser.g:12046:4: rule__ThreadImplementation__OwnedPortConnectionAssignment_11_1_0_0
+ before(grammarAccess.getThreadImplementationAccess().getOwnedPortConnectionAssignment_12_1_0_0());
+ // InternalAadl2Parser.g:11096:3: ( rule__ThreadImplementation__OwnedPortConnectionAssignment_12_1_0_0 )
+ // InternalAadl2Parser.g:11096:4: rule__ThreadImplementation__OwnedPortConnectionAssignment_12_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__OwnedPortConnectionAssignment_11_1_0_0();
+ rule__ThreadImplementation__OwnedPortConnectionAssignment_12_1_0_0();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getOwnedPortConnectionAssignment_11_1_0_0());
+ after(grammarAccess.getThreadImplementationAccess().getOwnedPortConnectionAssignment_12_1_0_0());
}
@@ -55573,24 +52770,24 @@ public final void rule__ThreadImplementation__Alternatives_11_1_0() throws Recog
}
break;
case 2 :
- // InternalAadl2Parser.g:12050:2: ( ( rule__ThreadImplementation__OwnedAccessConnectionAssignment_11_1_0_1 ) )
+ // InternalAadl2Parser.g:11100:2: ( ( rule__ThreadImplementation__OwnedAccessConnectionAssignment_12_1_0_1 ) )
{
- // InternalAadl2Parser.g:12050:2: ( ( rule__ThreadImplementation__OwnedAccessConnectionAssignment_11_1_0_1 ) )
- // InternalAadl2Parser.g:12051:3: ( rule__ThreadImplementation__OwnedAccessConnectionAssignment_11_1_0_1 )
+ // InternalAadl2Parser.g:11100:2: ( ( rule__ThreadImplementation__OwnedAccessConnectionAssignment_12_1_0_1 ) )
+ // InternalAadl2Parser.g:11101:3: ( rule__ThreadImplementation__OwnedAccessConnectionAssignment_12_1_0_1 )
{
- before(grammarAccess.getThreadImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_1());
- // InternalAadl2Parser.g:12052:3: ( rule__ThreadImplementation__OwnedAccessConnectionAssignment_11_1_0_1 )
- // InternalAadl2Parser.g:12052:4: rule__ThreadImplementation__OwnedAccessConnectionAssignment_11_1_0_1
+ before(grammarAccess.getThreadImplementationAccess().getOwnedAccessConnectionAssignment_12_1_0_1());
+ // InternalAadl2Parser.g:11102:3: ( rule__ThreadImplementation__OwnedAccessConnectionAssignment_12_1_0_1 )
+ // InternalAadl2Parser.g:11102:4: rule__ThreadImplementation__OwnedAccessConnectionAssignment_12_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__OwnedAccessConnectionAssignment_11_1_0_1();
+ rule__ThreadImplementation__OwnedAccessConnectionAssignment_12_1_0_1();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_1());
+ after(grammarAccess.getThreadImplementationAccess().getOwnedAccessConnectionAssignment_12_1_0_1());
}
@@ -55598,24 +52795,24 @@ public final void rule__ThreadImplementation__Alternatives_11_1_0() throws Recog
}
break;
case 3 :
- // InternalAadl2Parser.g:12056:2: ( ( rule__ThreadImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 ) )
+ // InternalAadl2Parser.g:11106:2: ( ( rule__ThreadImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 ) )
{
- // InternalAadl2Parser.g:12056:2: ( ( rule__ThreadImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 ) )
- // InternalAadl2Parser.g:12057:3: ( rule__ThreadImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 )
+ // InternalAadl2Parser.g:11106:2: ( ( rule__ThreadImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 ) )
+ // InternalAadl2Parser.g:11107:3: ( rule__ThreadImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 )
{
- before(grammarAccess.getThreadImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_2());
- // InternalAadl2Parser.g:12058:3: ( rule__ThreadImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 )
- // InternalAadl2Parser.g:12058:4: rule__ThreadImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2
+ before(grammarAccess.getThreadImplementationAccess().getOwnedFeatureGroupConnectionAssignment_12_1_0_2());
+ // InternalAadl2Parser.g:11108:3: ( rule__ThreadImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 )
+ // InternalAadl2Parser.g:11108:4: rule__ThreadImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2();
+ rule__ThreadImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_2());
+ after(grammarAccess.getThreadImplementationAccess().getOwnedFeatureGroupConnectionAssignment_12_1_0_2());
}
@@ -55623,24 +52820,24 @@ public final void rule__ThreadImplementation__Alternatives_11_1_0() throws Recog
}
break;
case 4 :
- // InternalAadl2Parser.g:12062:2: ( ( rule__ThreadImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 ) )
+ // InternalAadl2Parser.g:11112:2: ( ( rule__ThreadImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 ) )
{
- // InternalAadl2Parser.g:12062:2: ( ( rule__ThreadImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 ) )
- // InternalAadl2Parser.g:12063:3: ( rule__ThreadImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 )
+ // InternalAadl2Parser.g:11112:2: ( ( rule__ThreadImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 ) )
+ // InternalAadl2Parser.g:11113:3: ( rule__ThreadImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 )
{
- before(grammarAccess.getThreadImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_3());
- // InternalAadl2Parser.g:12064:3: ( rule__ThreadImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 )
- // InternalAadl2Parser.g:12064:4: rule__ThreadImplementation__OwnedFeatureConnectionAssignment_11_1_0_3
+ before(grammarAccess.getThreadImplementationAccess().getOwnedFeatureConnectionAssignment_12_1_0_3());
+ // InternalAadl2Parser.g:11114:3: ( rule__ThreadImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 )
+ // InternalAadl2Parser.g:11114:4: rule__ThreadImplementation__OwnedFeatureConnectionAssignment_12_1_0_3
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__OwnedFeatureConnectionAssignment_11_1_0_3();
+ rule__ThreadImplementation__OwnedFeatureConnectionAssignment_12_1_0_3();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_3());
+ after(grammarAccess.getThreadImplementationAccess().getOwnedFeatureConnectionAssignment_12_1_0_3());
}
@@ -55648,24 +52845,24 @@ public final void rule__ThreadImplementation__Alternatives_11_1_0() throws Recog
}
break;
case 5 :
- // InternalAadl2Parser.g:12068:2: ( ( rule__ThreadImplementation__OwnedParameterConnectionAssignment_11_1_0_4 ) )
+ // InternalAadl2Parser.g:11118:2: ( ( rule__ThreadImplementation__OwnedParameterConnectionAssignment_12_1_0_4 ) )
{
- // InternalAadl2Parser.g:12068:2: ( ( rule__ThreadImplementation__OwnedParameterConnectionAssignment_11_1_0_4 ) )
- // InternalAadl2Parser.g:12069:3: ( rule__ThreadImplementation__OwnedParameterConnectionAssignment_11_1_0_4 )
+ // InternalAadl2Parser.g:11118:2: ( ( rule__ThreadImplementation__OwnedParameterConnectionAssignment_12_1_0_4 ) )
+ // InternalAadl2Parser.g:11119:3: ( rule__ThreadImplementation__OwnedParameterConnectionAssignment_12_1_0_4 )
{
- before(grammarAccess.getThreadImplementationAccess().getOwnedParameterConnectionAssignment_11_1_0_4());
- // InternalAadl2Parser.g:12070:3: ( rule__ThreadImplementation__OwnedParameterConnectionAssignment_11_1_0_4 )
- // InternalAadl2Parser.g:12070:4: rule__ThreadImplementation__OwnedParameterConnectionAssignment_11_1_0_4
+ before(grammarAccess.getThreadImplementationAccess().getOwnedParameterConnectionAssignment_12_1_0_4());
+ // InternalAadl2Parser.g:11120:3: ( rule__ThreadImplementation__OwnedParameterConnectionAssignment_12_1_0_4 )
+ // InternalAadl2Parser.g:11120:4: rule__ThreadImplementation__OwnedParameterConnectionAssignment_12_1_0_4
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__OwnedParameterConnectionAssignment_11_1_0_4();
+ rule__ThreadImplementation__OwnedParameterConnectionAssignment_12_1_0_4();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getOwnedParameterConnectionAssignment_11_1_0_4());
+ after(grammarAccess.getThreadImplementationAccess().getOwnedParameterConnectionAssignment_12_1_0_4());
}
@@ -55686,17 +52883,17 @@ public final void rule__ThreadImplementation__Alternatives_11_1_0() throws Recog
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Alternatives_11_1_0"
+ // $ANTLR end "rule__ThreadImplementation__Alternatives_12_1_0"
- // $ANTLR start "rule__ThreadImplementation__Alternatives_12_1"
- // InternalAadl2Parser.g:12078:1: rule__ThreadImplementation__Alternatives_12_1 : ( ( ( ( rule__ThreadImplementation__Alternatives_12_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__ThreadImplementation__Group_12_1_1__0 ) ) );
- public final void rule__ThreadImplementation__Alternatives_12_1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Alternatives_13_1"
+ // InternalAadl2Parser.g:11128:1: rule__ThreadImplementation__Alternatives_13_1 : ( ( ( ( rule__ThreadImplementation__Alternatives_13_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_13_1_0 )* ) ) | ( ( rule__ThreadImplementation__Group_13_1_1__0 ) ) );
+ public final void rule__ThreadImplementation__Alternatives_13_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12082:1: ( ( ( ( rule__ThreadImplementation__Alternatives_12_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__ThreadImplementation__Group_12_1_1__0 ) ) )
+ // InternalAadl2Parser.g:11132:1: ( ( ( ( rule__ThreadImplementation__Alternatives_13_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_13_1_0 )* ) ) | ( ( rule__ThreadImplementation__Group_13_1_1__0 ) ) )
int alt275=2;
int LA275_0 = input.LA(1);
@@ -55714,35 +52911,35 @@ else if ( (LA275_0==None) ) {
}
switch (alt275) {
case 1 :
- // InternalAadl2Parser.g:12083:2: ( ( ( rule__ThreadImplementation__Alternatives_12_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_12_1_0 )* ) )
+ // InternalAadl2Parser.g:11133:2: ( ( ( rule__ThreadImplementation__Alternatives_13_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_13_1_0 )* ) )
{
- // InternalAadl2Parser.g:12083:2: ( ( ( rule__ThreadImplementation__Alternatives_12_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_12_1_0 )* ) )
- // InternalAadl2Parser.g:12084:3: ( ( rule__ThreadImplementation__Alternatives_12_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_12_1_0 )* )
+ // InternalAadl2Parser.g:11133:2: ( ( ( rule__ThreadImplementation__Alternatives_13_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_13_1_0 )* ) )
+ // InternalAadl2Parser.g:11134:3: ( ( rule__ThreadImplementation__Alternatives_13_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_13_1_0 )* )
{
- // InternalAadl2Parser.g:12084:3: ( ( rule__ThreadImplementation__Alternatives_12_1_0 ) )
- // InternalAadl2Parser.g:12085:4: ( rule__ThreadImplementation__Alternatives_12_1_0 )
+ // InternalAadl2Parser.g:11134:3: ( ( rule__ThreadImplementation__Alternatives_13_1_0 ) )
+ // InternalAadl2Parser.g:11135:4: ( rule__ThreadImplementation__Alternatives_13_1_0 )
{
- before(grammarAccess.getThreadImplementationAccess().getAlternatives_12_1_0());
- // InternalAadl2Parser.g:12086:4: ( rule__ThreadImplementation__Alternatives_12_1_0 )
- // InternalAadl2Parser.g:12086:5: rule__ThreadImplementation__Alternatives_12_1_0
+ before(grammarAccess.getThreadImplementationAccess().getAlternatives_13_1_0());
+ // InternalAadl2Parser.g:11136:4: ( rule__ThreadImplementation__Alternatives_13_1_0 )
+ // InternalAadl2Parser.g:11136:5: rule__ThreadImplementation__Alternatives_13_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadImplementation__Alternatives_12_1_0();
+ rule__ThreadImplementation__Alternatives_13_1_0();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getAlternatives_12_1_0());
+ after(grammarAccess.getThreadImplementationAccess().getAlternatives_13_1_0());
}
- // InternalAadl2Parser.g:12089:3: ( ( rule__ThreadImplementation__Alternatives_12_1_0 )* )
- // InternalAadl2Parser.g:12090:4: ( rule__ThreadImplementation__Alternatives_12_1_0 )*
+ // InternalAadl2Parser.g:11139:3: ( ( rule__ThreadImplementation__Alternatives_13_1_0 )* )
+ // InternalAadl2Parser.g:11140:4: ( rule__ThreadImplementation__Alternatives_13_1_0 )*
{
- before(grammarAccess.getThreadImplementationAccess().getAlternatives_12_1_0());
- // InternalAadl2Parser.g:12091:4: ( rule__ThreadImplementation__Alternatives_12_1_0 )*
+ before(grammarAccess.getThreadImplementationAccess().getAlternatives_13_1_0());
+ // InternalAadl2Parser.g:11141:4: ( rule__ThreadImplementation__Alternatives_13_1_0 )*
loop274:
do {
int alt274=2;
@@ -55755,10 +52952,10 @@ else if ( (LA275_0==None) ) {
switch (alt274) {
case 1 :
- // InternalAadl2Parser.g:12091:5: rule__ThreadImplementation__Alternatives_12_1_0
+ // InternalAadl2Parser.g:11141:5: rule__ThreadImplementation__Alternatives_13_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadImplementation__Alternatives_12_1_0();
+ rule__ThreadImplementation__Alternatives_13_1_0();
state._fsp--;
@@ -55771,7 +52968,7 @@ else if ( (LA275_0==None) ) {
}
} while (true);
- after(grammarAccess.getThreadImplementationAccess().getAlternatives_12_1_0());
+ after(grammarAccess.getThreadImplementationAccess().getAlternatives_13_1_0());
}
@@ -55782,24 +52979,24 @@ else if ( (LA275_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:12096:2: ( ( rule__ThreadImplementation__Group_12_1_1__0 ) )
+ // InternalAadl2Parser.g:11146:2: ( ( rule__ThreadImplementation__Group_13_1_1__0 ) )
{
- // InternalAadl2Parser.g:12096:2: ( ( rule__ThreadImplementation__Group_12_1_1__0 ) )
- // InternalAadl2Parser.g:12097:3: ( rule__ThreadImplementation__Group_12_1_1__0 )
+ // InternalAadl2Parser.g:11146:2: ( ( rule__ThreadImplementation__Group_13_1_1__0 ) )
+ // InternalAadl2Parser.g:11147:3: ( rule__ThreadImplementation__Group_13_1_1__0 )
{
- before(grammarAccess.getThreadImplementationAccess().getGroup_12_1_1());
- // InternalAadl2Parser.g:12098:3: ( rule__ThreadImplementation__Group_12_1_1__0 )
- // InternalAadl2Parser.g:12098:4: rule__ThreadImplementation__Group_12_1_1__0
+ before(grammarAccess.getThreadImplementationAccess().getGroup_13_1_1());
+ // InternalAadl2Parser.g:11148:3: ( rule__ThreadImplementation__Group_13_1_1__0 )
+ // InternalAadl2Parser.g:11148:4: rule__ThreadImplementation__Group_13_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_12_1_1__0();
+ rule__ThreadImplementation__Group_13_1_1__0();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getGroup_12_1_1());
+ after(grammarAccess.getThreadImplementationAccess().getGroup_13_1_1());
}
@@ -55820,17 +53017,17 @@ else if ( (LA275_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Alternatives_12_1"
+ // $ANTLR end "rule__ThreadImplementation__Alternatives_13_1"
- // $ANTLR start "rule__ThreadImplementation__Alternatives_12_1_0"
- // InternalAadl2Parser.g:12106:1: rule__ThreadImplementation__Alternatives_12_1_0 : ( ( ( rule__ThreadImplementation__OwnedFlowImplementationAssignment_12_1_0_0 ) ) | ( ( rule__ThreadImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 ) ) );
- public final void rule__ThreadImplementation__Alternatives_12_1_0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Alternatives_13_1_0"
+ // InternalAadl2Parser.g:11156:1: rule__ThreadImplementation__Alternatives_13_1_0 : ( ( ( rule__ThreadImplementation__OwnedFlowImplementationAssignment_13_1_0_0 ) ) | ( ( rule__ThreadImplementation__OwnedEndToEndFlowAssignment_13_1_0_1 ) ) );
+ public final void rule__ThreadImplementation__Alternatives_13_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12110:1: ( ( ( rule__ThreadImplementation__OwnedFlowImplementationAssignment_12_1_0_0 ) ) | ( ( rule__ThreadImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 ) ) )
+ // InternalAadl2Parser.g:11160:1: ( ( ( rule__ThreadImplementation__OwnedFlowImplementationAssignment_13_1_0_0 ) ) | ( ( rule__ThreadImplementation__OwnedEndToEndFlowAssignment_13_1_0_1 ) ) )
int alt276=2;
int LA276_0 = input.LA(1);
@@ -55840,12 +53037,12 @@ public final void rule__ThreadImplementation__Alternatives_12_1_0() throws Recog
if ( (LA276_1==Colon) ) {
int LA276_2 = input.LA(3);
- if ( (LA276_2==Refined||LA276_2==End) ) {
- alt276=2;
- }
- else if ( (LA276_2==Flow) ) {
+ if ( (LA276_2==Flow) ) {
alt276=1;
}
+ else if ( (LA276_2==Refined||LA276_2==End) ) {
+ alt276=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 276, 2, input);
@@ -55868,24 +53065,24 @@ else if ( (LA276_2==Flow) ) {
}
switch (alt276) {
case 1 :
- // InternalAadl2Parser.g:12111:2: ( ( rule__ThreadImplementation__OwnedFlowImplementationAssignment_12_1_0_0 ) )
+ // InternalAadl2Parser.g:11161:2: ( ( rule__ThreadImplementation__OwnedFlowImplementationAssignment_13_1_0_0 ) )
{
- // InternalAadl2Parser.g:12111:2: ( ( rule__ThreadImplementation__OwnedFlowImplementationAssignment_12_1_0_0 ) )
- // InternalAadl2Parser.g:12112:3: ( rule__ThreadImplementation__OwnedFlowImplementationAssignment_12_1_0_0 )
+ // InternalAadl2Parser.g:11161:2: ( ( rule__ThreadImplementation__OwnedFlowImplementationAssignment_13_1_0_0 ) )
+ // InternalAadl2Parser.g:11162:3: ( rule__ThreadImplementation__OwnedFlowImplementationAssignment_13_1_0_0 )
{
- before(grammarAccess.getThreadImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0());
- // InternalAadl2Parser.g:12113:3: ( rule__ThreadImplementation__OwnedFlowImplementationAssignment_12_1_0_0 )
- // InternalAadl2Parser.g:12113:4: rule__ThreadImplementation__OwnedFlowImplementationAssignment_12_1_0_0
+ before(grammarAccess.getThreadImplementationAccess().getOwnedFlowImplementationAssignment_13_1_0_0());
+ // InternalAadl2Parser.g:11163:3: ( rule__ThreadImplementation__OwnedFlowImplementationAssignment_13_1_0_0 )
+ // InternalAadl2Parser.g:11163:4: rule__ThreadImplementation__OwnedFlowImplementationAssignment_13_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__OwnedFlowImplementationAssignment_12_1_0_0();
+ rule__ThreadImplementation__OwnedFlowImplementationAssignment_13_1_0_0();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0());
+ after(grammarAccess.getThreadImplementationAccess().getOwnedFlowImplementationAssignment_13_1_0_0());
}
@@ -55893,24 +53090,24 @@ else if ( (LA276_2==Flow) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:12117:2: ( ( rule__ThreadImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 ) )
+ // InternalAadl2Parser.g:11167:2: ( ( rule__ThreadImplementation__OwnedEndToEndFlowAssignment_13_1_0_1 ) )
{
- // InternalAadl2Parser.g:12117:2: ( ( rule__ThreadImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 ) )
- // InternalAadl2Parser.g:12118:3: ( rule__ThreadImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 )
+ // InternalAadl2Parser.g:11167:2: ( ( rule__ThreadImplementation__OwnedEndToEndFlowAssignment_13_1_0_1 ) )
+ // InternalAadl2Parser.g:11168:3: ( rule__ThreadImplementation__OwnedEndToEndFlowAssignment_13_1_0_1 )
{
- before(grammarAccess.getThreadImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1());
- // InternalAadl2Parser.g:12119:3: ( rule__ThreadImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 )
- // InternalAadl2Parser.g:12119:4: rule__ThreadImplementation__OwnedEndToEndFlowAssignment_12_1_0_1
+ before(grammarAccess.getThreadImplementationAccess().getOwnedEndToEndFlowAssignment_13_1_0_1());
+ // InternalAadl2Parser.g:11169:3: ( rule__ThreadImplementation__OwnedEndToEndFlowAssignment_13_1_0_1 )
+ // InternalAadl2Parser.g:11169:4: rule__ThreadImplementation__OwnedEndToEndFlowAssignment_13_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__OwnedEndToEndFlowAssignment_12_1_0_1();
+ rule__ThreadImplementation__OwnedEndToEndFlowAssignment_13_1_0_1();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1());
+ after(grammarAccess.getThreadImplementationAccess().getOwnedEndToEndFlowAssignment_13_1_0_1());
}
@@ -55931,17 +53128,17 @@ else if ( (LA276_2==Flow) ) {
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Alternatives_12_1_0"
+ // $ANTLR end "rule__ThreadImplementation__Alternatives_13_1_0"
- // $ANTLR start "rule__ThreadImplementation__Alternatives_13_1"
- // InternalAadl2Parser.g:12127:1: rule__ThreadImplementation__Alternatives_13_1 : ( ( ( ( rule__ThreadImplementation__Alternatives_13_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_13_1_0 )* ) ) | ( ( rule__ThreadImplementation__Group_13_1_1__0 ) ) );
- public final void rule__ThreadImplementation__Alternatives_13_1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Alternatives_14_1"
+ // InternalAadl2Parser.g:11177:1: rule__ThreadImplementation__Alternatives_14_1 : ( ( ( ( rule__ThreadImplementation__Alternatives_14_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_14_1_0 )* ) ) | ( ( rule__ThreadImplementation__Group_14_1_1__0 ) ) );
+ public final void rule__ThreadImplementation__Alternatives_14_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12131:1: ( ( ( ( rule__ThreadImplementation__Alternatives_13_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_13_1_0 )* ) ) | ( ( rule__ThreadImplementation__Group_13_1_1__0 ) ) )
+ // InternalAadl2Parser.g:11181:1: ( ( ( ( rule__ThreadImplementation__Alternatives_14_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_14_1_0 )* ) ) | ( ( rule__ThreadImplementation__Group_14_1_1__0 ) ) )
int alt278=2;
int LA278_0 = input.LA(1);
@@ -55959,35 +53156,35 @@ else if ( (LA278_0==None) ) {
}
switch (alt278) {
case 1 :
- // InternalAadl2Parser.g:12132:2: ( ( ( rule__ThreadImplementation__Alternatives_13_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_13_1_0 )* ) )
+ // InternalAadl2Parser.g:11182:2: ( ( ( rule__ThreadImplementation__Alternatives_14_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_14_1_0 )* ) )
{
- // InternalAadl2Parser.g:12132:2: ( ( ( rule__ThreadImplementation__Alternatives_13_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_13_1_0 )* ) )
- // InternalAadl2Parser.g:12133:3: ( ( rule__ThreadImplementation__Alternatives_13_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_13_1_0 )* )
+ // InternalAadl2Parser.g:11182:2: ( ( ( rule__ThreadImplementation__Alternatives_14_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_14_1_0 )* ) )
+ // InternalAadl2Parser.g:11183:3: ( ( rule__ThreadImplementation__Alternatives_14_1_0 ) ) ( ( rule__ThreadImplementation__Alternatives_14_1_0 )* )
{
- // InternalAadl2Parser.g:12133:3: ( ( rule__ThreadImplementation__Alternatives_13_1_0 ) )
- // InternalAadl2Parser.g:12134:4: ( rule__ThreadImplementation__Alternatives_13_1_0 )
+ // InternalAadl2Parser.g:11183:3: ( ( rule__ThreadImplementation__Alternatives_14_1_0 ) )
+ // InternalAadl2Parser.g:11184:4: ( rule__ThreadImplementation__Alternatives_14_1_0 )
{
- before(grammarAccess.getThreadImplementationAccess().getAlternatives_13_1_0());
- // InternalAadl2Parser.g:12135:4: ( rule__ThreadImplementation__Alternatives_13_1_0 )
- // InternalAadl2Parser.g:12135:5: rule__ThreadImplementation__Alternatives_13_1_0
+ before(grammarAccess.getThreadImplementationAccess().getAlternatives_14_1_0());
+ // InternalAadl2Parser.g:11185:4: ( rule__ThreadImplementation__Alternatives_14_1_0 )
+ // InternalAadl2Parser.g:11185:5: rule__ThreadImplementation__Alternatives_14_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadImplementation__Alternatives_13_1_0();
+ rule__ThreadImplementation__Alternatives_14_1_0();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getAlternatives_13_1_0());
+ after(grammarAccess.getThreadImplementationAccess().getAlternatives_14_1_0());
}
- // InternalAadl2Parser.g:12138:3: ( ( rule__ThreadImplementation__Alternatives_13_1_0 )* )
- // InternalAadl2Parser.g:12139:4: ( rule__ThreadImplementation__Alternatives_13_1_0 )*
+ // InternalAadl2Parser.g:11188:3: ( ( rule__ThreadImplementation__Alternatives_14_1_0 )* )
+ // InternalAadl2Parser.g:11189:4: ( rule__ThreadImplementation__Alternatives_14_1_0 )*
{
- before(grammarAccess.getThreadImplementationAccess().getAlternatives_13_1_0());
- // InternalAadl2Parser.g:12140:4: ( rule__ThreadImplementation__Alternatives_13_1_0 )*
+ before(grammarAccess.getThreadImplementationAccess().getAlternatives_14_1_0());
+ // InternalAadl2Parser.g:11190:4: ( rule__ThreadImplementation__Alternatives_14_1_0 )*
loop277:
do {
int alt277=2;
@@ -56000,10 +53197,10 @@ else if ( (LA278_0==None) ) {
switch (alt277) {
case 1 :
- // InternalAadl2Parser.g:12140:5: rule__ThreadImplementation__Alternatives_13_1_0
+ // InternalAadl2Parser.g:11190:5: rule__ThreadImplementation__Alternatives_14_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadImplementation__Alternatives_13_1_0();
+ rule__ThreadImplementation__Alternatives_14_1_0();
state._fsp--;
@@ -56016,7 +53213,7 @@ else if ( (LA278_0==None) ) {
}
} while (true);
- after(grammarAccess.getThreadImplementationAccess().getAlternatives_13_1_0());
+ after(grammarAccess.getThreadImplementationAccess().getAlternatives_14_1_0());
}
@@ -56027,24 +53224,24 @@ else if ( (LA278_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:12145:2: ( ( rule__ThreadImplementation__Group_13_1_1__0 ) )
+ // InternalAadl2Parser.g:11195:2: ( ( rule__ThreadImplementation__Group_14_1_1__0 ) )
{
- // InternalAadl2Parser.g:12145:2: ( ( rule__ThreadImplementation__Group_13_1_1__0 ) )
- // InternalAadl2Parser.g:12146:3: ( rule__ThreadImplementation__Group_13_1_1__0 )
+ // InternalAadl2Parser.g:11195:2: ( ( rule__ThreadImplementation__Group_14_1_1__0 ) )
+ // InternalAadl2Parser.g:11196:3: ( rule__ThreadImplementation__Group_14_1_1__0 )
{
- before(grammarAccess.getThreadImplementationAccess().getGroup_13_1_1());
- // InternalAadl2Parser.g:12147:3: ( rule__ThreadImplementation__Group_13_1_1__0 )
- // InternalAadl2Parser.g:12147:4: rule__ThreadImplementation__Group_13_1_1__0
+ before(grammarAccess.getThreadImplementationAccess().getGroup_14_1_1());
+ // InternalAadl2Parser.g:11197:3: ( rule__ThreadImplementation__Group_14_1_1__0 )
+ // InternalAadl2Parser.g:11197:4: rule__ThreadImplementation__Group_14_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_13_1_1__0();
+ rule__ThreadImplementation__Group_14_1_1__0();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getGroup_13_1_1());
+ after(grammarAccess.getThreadImplementationAccess().getGroup_14_1_1());
}
@@ -56065,17 +53262,17 @@ else if ( (LA278_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Alternatives_13_1"
+ // $ANTLR end "rule__ThreadImplementation__Alternatives_14_1"
- // $ANTLR start "rule__ThreadImplementation__Alternatives_13_1_0"
- // InternalAadl2Parser.g:12155:1: rule__ThreadImplementation__Alternatives_13_1_0 : ( ( ( rule__ThreadImplementation__OwnedModeAssignment_13_1_0_0 ) ) | ( ( rule__ThreadImplementation__OwnedModeTransitionAssignment_13_1_0_1 ) ) );
- public final void rule__ThreadImplementation__Alternatives_13_1_0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Alternatives_14_1_0"
+ // InternalAadl2Parser.g:11205:1: rule__ThreadImplementation__Alternatives_14_1_0 : ( ( ( rule__ThreadImplementation__OwnedModeAssignment_14_1_0_0 ) ) | ( ( rule__ThreadImplementation__OwnedModeTransitionAssignment_14_1_0_1 ) ) );
+ public final void rule__ThreadImplementation__Alternatives_14_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12159:1: ( ( ( rule__ThreadImplementation__OwnedModeAssignment_13_1_0_0 ) ) | ( ( rule__ThreadImplementation__OwnedModeTransitionAssignment_13_1_0_1 ) ) )
+ // InternalAadl2Parser.g:11209:1: ( ( ( rule__ThreadImplementation__OwnedModeAssignment_14_1_0_0 ) ) | ( ( rule__ThreadImplementation__OwnedModeTransitionAssignment_14_1_0_1 ) ) )
int alt279=2;
int LA279_0 = input.LA(1);
@@ -56085,12 +53282,12 @@ public final void rule__ThreadImplementation__Alternatives_13_1_0() throws Recog
if ( (LA279_1==Colon) ) {
int LA279_2 = input.LA(3);
- if ( (LA279_2==RULE_ID) ) {
- alt279=2;
- }
- else if ( (LA279_2==Initial||LA279_2==Mode) ) {
+ if ( (LA279_2==Initial||LA279_2==Mode) ) {
alt279=1;
}
+ else if ( (LA279_2==RULE_ID) ) {
+ alt279=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 279, 2, input);
@@ -56116,24 +53313,24 @@ else if ( (LA279_1==HyphenMinusLeftSquareBracket) ) {
}
switch (alt279) {
case 1 :
- // InternalAadl2Parser.g:12160:2: ( ( rule__ThreadImplementation__OwnedModeAssignment_13_1_0_0 ) )
+ // InternalAadl2Parser.g:11210:2: ( ( rule__ThreadImplementation__OwnedModeAssignment_14_1_0_0 ) )
{
- // InternalAadl2Parser.g:12160:2: ( ( rule__ThreadImplementation__OwnedModeAssignment_13_1_0_0 ) )
- // InternalAadl2Parser.g:12161:3: ( rule__ThreadImplementation__OwnedModeAssignment_13_1_0_0 )
+ // InternalAadl2Parser.g:11210:2: ( ( rule__ThreadImplementation__OwnedModeAssignment_14_1_0_0 ) )
+ // InternalAadl2Parser.g:11211:3: ( rule__ThreadImplementation__OwnedModeAssignment_14_1_0_0 )
{
- before(grammarAccess.getThreadImplementationAccess().getOwnedModeAssignment_13_1_0_0());
- // InternalAadl2Parser.g:12162:3: ( rule__ThreadImplementation__OwnedModeAssignment_13_1_0_0 )
- // InternalAadl2Parser.g:12162:4: rule__ThreadImplementation__OwnedModeAssignment_13_1_0_0
+ before(grammarAccess.getThreadImplementationAccess().getOwnedModeAssignment_14_1_0_0());
+ // InternalAadl2Parser.g:11212:3: ( rule__ThreadImplementation__OwnedModeAssignment_14_1_0_0 )
+ // InternalAadl2Parser.g:11212:4: rule__ThreadImplementation__OwnedModeAssignment_14_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__OwnedModeAssignment_13_1_0_0();
+ rule__ThreadImplementation__OwnedModeAssignment_14_1_0_0();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getOwnedModeAssignment_13_1_0_0());
+ after(grammarAccess.getThreadImplementationAccess().getOwnedModeAssignment_14_1_0_0());
}
@@ -56141,24 +53338,24 @@ else if ( (LA279_1==HyphenMinusLeftSquareBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:12166:2: ( ( rule__ThreadImplementation__OwnedModeTransitionAssignment_13_1_0_1 ) )
+ // InternalAadl2Parser.g:11216:2: ( ( rule__ThreadImplementation__OwnedModeTransitionAssignment_14_1_0_1 ) )
{
- // InternalAadl2Parser.g:12166:2: ( ( rule__ThreadImplementation__OwnedModeTransitionAssignment_13_1_0_1 ) )
- // InternalAadl2Parser.g:12167:3: ( rule__ThreadImplementation__OwnedModeTransitionAssignment_13_1_0_1 )
+ // InternalAadl2Parser.g:11216:2: ( ( rule__ThreadImplementation__OwnedModeTransitionAssignment_14_1_0_1 ) )
+ // InternalAadl2Parser.g:11217:3: ( rule__ThreadImplementation__OwnedModeTransitionAssignment_14_1_0_1 )
{
- before(grammarAccess.getThreadImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1());
- // InternalAadl2Parser.g:12168:3: ( rule__ThreadImplementation__OwnedModeTransitionAssignment_13_1_0_1 )
- // InternalAadl2Parser.g:12168:4: rule__ThreadImplementation__OwnedModeTransitionAssignment_13_1_0_1
+ before(grammarAccess.getThreadImplementationAccess().getOwnedModeTransitionAssignment_14_1_0_1());
+ // InternalAadl2Parser.g:11218:3: ( rule__ThreadImplementation__OwnedModeTransitionAssignment_14_1_0_1 )
+ // InternalAadl2Parser.g:11218:4: rule__ThreadImplementation__OwnedModeTransitionAssignment_14_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__OwnedModeTransitionAssignment_13_1_0_1();
+ rule__ThreadImplementation__OwnedModeTransitionAssignment_14_1_0_1();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1());
+ after(grammarAccess.getThreadImplementationAccess().getOwnedModeTransitionAssignment_14_1_0_1());
}
@@ -56179,17 +53376,17 @@ else if ( (LA279_1==HyphenMinusLeftSquareBracket) ) {
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Alternatives_13_1_0"
+ // $ANTLR end "rule__ThreadImplementation__Alternatives_14_1_0"
- // $ANTLR start "rule__ThreadImplementation__Alternatives_14_1"
- // InternalAadl2Parser.g:12176:1: rule__ThreadImplementation__Alternatives_14_1 : ( ( ( ( rule__ThreadImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__ThreadImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* ) ) | ( ( rule__ThreadImplementation__Group_14_1_1__0 ) ) );
- public final void rule__ThreadImplementation__Alternatives_14_1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Alternatives_15_1"
+ // InternalAadl2Parser.g:11226:1: rule__ThreadImplementation__Alternatives_15_1 : ( ( ( ( rule__ThreadImplementation__OwnedPropertyAssociationAssignment_15_1_0 ) ) ( ( rule__ThreadImplementation__OwnedPropertyAssociationAssignment_15_1_0 )* ) ) | ( ( rule__ThreadImplementation__Group_15_1_1__0 ) ) );
+ public final void rule__ThreadImplementation__Alternatives_15_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12180:1: ( ( ( ( rule__ThreadImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__ThreadImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* ) ) | ( ( rule__ThreadImplementation__Group_14_1_1__0 ) ) )
+ // InternalAadl2Parser.g:11230:1: ( ( ( ( rule__ThreadImplementation__OwnedPropertyAssociationAssignment_15_1_0 ) ) ( ( rule__ThreadImplementation__OwnedPropertyAssociationAssignment_15_1_0 )* ) ) | ( ( rule__ThreadImplementation__Group_15_1_1__0 ) ) )
int alt281=2;
int LA281_0 = input.LA(1);
@@ -56207,35 +53404,35 @@ else if ( (LA281_0==None) ) {
}
switch (alt281) {
case 1 :
- // InternalAadl2Parser.g:12181:2: ( ( ( rule__ThreadImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__ThreadImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* ) )
+ // InternalAadl2Parser.g:11231:2: ( ( ( rule__ThreadImplementation__OwnedPropertyAssociationAssignment_15_1_0 ) ) ( ( rule__ThreadImplementation__OwnedPropertyAssociationAssignment_15_1_0 )* ) )
{
- // InternalAadl2Parser.g:12181:2: ( ( ( rule__ThreadImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__ThreadImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* ) )
- // InternalAadl2Parser.g:12182:3: ( ( rule__ThreadImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__ThreadImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* )
+ // InternalAadl2Parser.g:11231:2: ( ( ( rule__ThreadImplementation__OwnedPropertyAssociationAssignment_15_1_0 ) ) ( ( rule__ThreadImplementation__OwnedPropertyAssociationAssignment_15_1_0 )* ) )
+ // InternalAadl2Parser.g:11232:3: ( ( rule__ThreadImplementation__OwnedPropertyAssociationAssignment_15_1_0 ) ) ( ( rule__ThreadImplementation__OwnedPropertyAssociationAssignment_15_1_0 )* )
{
- // InternalAadl2Parser.g:12182:3: ( ( rule__ThreadImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) )
- // InternalAadl2Parser.g:12183:4: ( rule__ThreadImplementation__OwnedPropertyAssociationAssignment_14_1_0 )
+ // InternalAadl2Parser.g:11232:3: ( ( rule__ThreadImplementation__OwnedPropertyAssociationAssignment_15_1_0 ) )
+ // InternalAadl2Parser.g:11233:4: ( rule__ThreadImplementation__OwnedPropertyAssociationAssignment_15_1_0 )
{
- before(grammarAccess.getThreadImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0());
- // InternalAadl2Parser.g:12184:4: ( rule__ThreadImplementation__OwnedPropertyAssociationAssignment_14_1_0 )
- // InternalAadl2Parser.g:12184:5: rule__ThreadImplementation__OwnedPropertyAssociationAssignment_14_1_0
+ before(grammarAccess.getThreadImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0());
+ // InternalAadl2Parser.g:11234:4: ( rule__ThreadImplementation__OwnedPropertyAssociationAssignment_15_1_0 )
+ // InternalAadl2Parser.g:11234:5: rule__ThreadImplementation__OwnedPropertyAssociationAssignment_15_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadImplementation__OwnedPropertyAssociationAssignment_14_1_0();
+ rule__ThreadImplementation__OwnedPropertyAssociationAssignment_15_1_0();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0());
+ after(grammarAccess.getThreadImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0());
}
- // InternalAadl2Parser.g:12187:3: ( ( rule__ThreadImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* )
- // InternalAadl2Parser.g:12188:4: ( rule__ThreadImplementation__OwnedPropertyAssociationAssignment_14_1_0 )*
+ // InternalAadl2Parser.g:11237:3: ( ( rule__ThreadImplementation__OwnedPropertyAssociationAssignment_15_1_0 )* )
+ // InternalAadl2Parser.g:11238:4: ( rule__ThreadImplementation__OwnedPropertyAssociationAssignment_15_1_0 )*
{
- before(grammarAccess.getThreadImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0());
- // InternalAadl2Parser.g:12189:4: ( rule__ThreadImplementation__OwnedPropertyAssociationAssignment_14_1_0 )*
+ before(grammarAccess.getThreadImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0());
+ // InternalAadl2Parser.g:11239:4: ( rule__ThreadImplementation__OwnedPropertyAssociationAssignment_15_1_0 )*
loop280:
do {
int alt280=2;
@@ -56248,10 +53445,10 @@ else if ( (LA281_0==None) ) {
switch (alt280) {
case 1 :
- // InternalAadl2Parser.g:12189:5: rule__ThreadImplementation__OwnedPropertyAssociationAssignment_14_1_0
+ // InternalAadl2Parser.g:11239:5: rule__ThreadImplementation__OwnedPropertyAssociationAssignment_15_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadImplementation__OwnedPropertyAssociationAssignment_14_1_0();
+ rule__ThreadImplementation__OwnedPropertyAssociationAssignment_15_1_0();
state._fsp--;
@@ -56264,7 +53461,7 @@ else if ( (LA281_0==None) ) {
}
} while (true);
- after(grammarAccess.getThreadImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0());
+ after(grammarAccess.getThreadImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0());
}
@@ -56275,24 +53472,24 @@ else if ( (LA281_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:12194:2: ( ( rule__ThreadImplementation__Group_14_1_1__0 ) )
+ // InternalAadl2Parser.g:11244:2: ( ( rule__ThreadImplementation__Group_15_1_1__0 ) )
{
- // InternalAadl2Parser.g:12194:2: ( ( rule__ThreadImplementation__Group_14_1_1__0 ) )
- // InternalAadl2Parser.g:12195:3: ( rule__ThreadImplementation__Group_14_1_1__0 )
+ // InternalAadl2Parser.g:11244:2: ( ( rule__ThreadImplementation__Group_15_1_1__0 ) )
+ // InternalAadl2Parser.g:11245:3: ( rule__ThreadImplementation__Group_15_1_1__0 )
{
- before(grammarAccess.getThreadImplementationAccess().getGroup_14_1_1());
- // InternalAadl2Parser.g:12196:3: ( rule__ThreadImplementation__Group_14_1_1__0 )
- // InternalAadl2Parser.g:12196:4: rule__ThreadImplementation__Group_14_1_1__0
+ before(grammarAccess.getThreadImplementationAccess().getGroup_15_1_1());
+ // InternalAadl2Parser.g:11246:3: ( rule__ThreadImplementation__Group_15_1_1__0 )
+ // InternalAadl2Parser.g:11246:4: rule__ThreadImplementation__Group_15_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_14_1_1__0();
+ rule__ThreadImplementation__Group_15_1_1__0();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getGroup_14_1_1());
+ after(grammarAccess.getThreadImplementationAccess().getGroup_15_1_1());
}
@@ -56313,17 +53510,17 @@ else if ( (LA281_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Alternatives_14_1"
+ // $ANTLR end "rule__ThreadImplementation__Alternatives_15_1"
- // $ANTLR start "rule__SubprogramImplementation__Alternatives_6_1"
- // InternalAadl2Parser.g:12204:1: rule__SubprogramImplementation__Alternatives_6_1 : ( ( ( ( rule__SubprogramImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__SubprogramImplementation__OwnedPrototypeAssignment_6_1_0 )* ) ) | ( ( rule__SubprogramImplementation__Group_6_1_1__0 ) ) );
- public final void rule__SubprogramImplementation__Alternatives_6_1() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramImplementation__Alternatives_7_1"
+ // InternalAadl2Parser.g:11254:1: rule__SubprogramImplementation__Alternatives_7_1 : ( ( ( ( rule__SubprogramImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__SubprogramImplementation__OwnedPrototypeAssignment_7_1_0 )* ) ) | ( ( rule__SubprogramImplementation__Group_7_1_1__0 ) ) );
+ public final void rule__SubprogramImplementation__Alternatives_7_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12208:1: ( ( ( ( rule__SubprogramImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__SubprogramImplementation__OwnedPrototypeAssignment_6_1_0 )* ) ) | ( ( rule__SubprogramImplementation__Group_6_1_1__0 ) ) )
+ // InternalAadl2Parser.g:11258:1: ( ( ( ( rule__SubprogramImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__SubprogramImplementation__OwnedPrototypeAssignment_7_1_0 )* ) ) | ( ( rule__SubprogramImplementation__Group_7_1_1__0 ) ) )
int alt283=2;
int LA283_0 = input.LA(1);
@@ -56341,35 +53538,35 @@ else if ( (LA283_0==None) ) {
}
switch (alt283) {
case 1 :
- // InternalAadl2Parser.g:12209:2: ( ( ( rule__SubprogramImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__SubprogramImplementation__OwnedPrototypeAssignment_6_1_0 )* ) )
+ // InternalAadl2Parser.g:11259:2: ( ( ( rule__SubprogramImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__SubprogramImplementation__OwnedPrototypeAssignment_7_1_0 )* ) )
{
- // InternalAadl2Parser.g:12209:2: ( ( ( rule__SubprogramImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__SubprogramImplementation__OwnedPrototypeAssignment_6_1_0 )* ) )
- // InternalAadl2Parser.g:12210:3: ( ( rule__SubprogramImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__SubprogramImplementation__OwnedPrototypeAssignment_6_1_0 )* )
+ // InternalAadl2Parser.g:11259:2: ( ( ( rule__SubprogramImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__SubprogramImplementation__OwnedPrototypeAssignment_7_1_0 )* ) )
+ // InternalAadl2Parser.g:11260:3: ( ( rule__SubprogramImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__SubprogramImplementation__OwnedPrototypeAssignment_7_1_0 )* )
{
- // InternalAadl2Parser.g:12210:3: ( ( rule__SubprogramImplementation__OwnedPrototypeAssignment_6_1_0 ) )
- // InternalAadl2Parser.g:12211:4: ( rule__SubprogramImplementation__OwnedPrototypeAssignment_6_1_0 )
+ // InternalAadl2Parser.g:11260:3: ( ( rule__SubprogramImplementation__OwnedPrototypeAssignment_7_1_0 ) )
+ // InternalAadl2Parser.g:11261:4: ( rule__SubprogramImplementation__OwnedPrototypeAssignment_7_1_0 )
{
- before(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
- // InternalAadl2Parser.g:12212:4: ( rule__SubprogramImplementation__OwnedPrototypeAssignment_6_1_0 )
- // InternalAadl2Parser.g:12212:5: rule__SubprogramImplementation__OwnedPrototypeAssignment_6_1_0
+ before(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
+ // InternalAadl2Parser.g:11262:4: ( rule__SubprogramImplementation__OwnedPrototypeAssignment_7_1_0 )
+ // InternalAadl2Parser.g:11262:5: rule__SubprogramImplementation__OwnedPrototypeAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramImplementation__OwnedPrototypeAssignment_6_1_0();
+ rule__SubprogramImplementation__OwnedPrototypeAssignment_7_1_0();
state._fsp--;
}
- after(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
+ after(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
}
- // InternalAadl2Parser.g:12215:3: ( ( rule__SubprogramImplementation__OwnedPrototypeAssignment_6_1_0 )* )
- // InternalAadl2Parser.g:12216:4: ( rule__SubprogramImplementation__OwnedPrototypeAssignment_6_1_0 )*
+ // InternalAadl2Parser.g:11265:3: ( ( rule__SubprogramImplementation__OwnedPrototypeAssignment_7_1_0 )* )
+ // InternalAadl2Parser.g:11266:4: ( rule__SubprogramImplementation__OwnedPrototypeAssignment_7_1_0 )*
{
- before(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
- // InternalAadl2Parser.g:12217:4: ( rule__SubprogramImplementation__OwnedPrototypeAssignment_6_1_0 )*
+ before(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
+ // InternalAadl2Parser.g:11267:4: ( rule__SubprogramImplementation__OwnedPrototypeAssignment_7_1_0 )*
loop282:
do {
int alt282=2;
@@ -56382,10 +53579,10 @@ else if ( (LA283_0==None) ) {
switch (alt282) {
case 1 :
- // InternalAadl2Parser.g:12217:5: rule__SubprogramImplementation__OwnedPrototypeAssignment_6_1_0
+ // InternalAadl2Parser.g:11267:5: rule__SubprogramImplementation__OwnedPrototypeAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramImplementation__OwnedPrototypeAssignment_6_1_0();
+ rule__SubprogramImplementation__OwnedPrototypeAssignment_7_1_0();
state._fsp--;
@@ -56398,7 +53595,7 @@ else if ( (LA283_0==None) ) {
}
} while (true);
- after(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
+ after(grammarAccess.getSubprogramImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
}
@@ -56409,24 +53606,24 @@ else if ( (LA283_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:12222:2: ( ( rule__SubprogramImplementation__Group_6_1_1__0 ) )
+ // InternalAadl2Parser.g:11272:2: ( ( rule__SubprogramImplementation__Group_7_1_1__0 ) )
{
- // InternalAadl2Parser.g:12222:2: ( ( rule__SubprogramImplementation__Group_6_1_1__0 ) )
- // InternalAadl2Parser.g:12223:3: ( rule__SubprogramImplementation__Group_6_1_1__0 )
+ // InternalAadl2Parser.g:11272:2: ( ( rule__SubprogramImplementation__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:11273:3: ( rule__SubprogramImplementation__Group_7_1_1__0 )
{
- before(grammarAccess.getSubprogramImplementationAccess().getGroup_6_1_1());
- // InternalAadl2Parser.g:12224:3: ( rule__SubprogramImplementation__Group_6_1_1__0 )
- // InternalAadl2Parser.g:12224:4: rule__SubprogramImplementation__Group_6_1_1__0
+ before(grammarAccess.getSubprogramImplementationAccess().getGroup_7_1_1());
+ // InternalAadl2Parser.g:11274:3: ( rule__SubprogramImplementation__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:11274:4: rule__SubprogramImplementation__Group_7_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramImplementation__Group_6_1_1__0();
+ rule__SubprogramImplementation__Group_7_1_1__0();
state._fsp--;
}
- after(grammarAccess.getSubprogramImplementationAccess().getGroup_6_1_1());
+ after(grammarAccess.getSubprogramImplementationAccess().getGroup_7_1_1());
}
@@ -56447,17 +53644,17 @@ else if ( (LA283_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__SubprogramImplementation__Alternatives_6_1"
+ // $ANTLR end "rule__SubprogramImplementation__Alternatives_7_1"
- // $ANTLR start "rule__SubprogramImplementation__Alternatives_7_1"
- // InternalAadl2Parser.g:12232:1: rule__SubprogramImplementation__Alternatives_7_1 : ( ( ( ( rule__SubprogramImplementation__Alternatives_7_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_7_1_0 )* ) ) | ( ( rule__SubprogramImplementation__Group_7_1_1__0 ) ) );
- public final void rule__SubprogramImplementation__Alternatives_7_1() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramImplementation__Alternatives_8_1"
+ // InternalAadl2Parser.g:11282:1: rule__SubprogramImplementation__Alternatives_8_1 : ( ( ( ( rule__SubprogramImplementation__Alternatives_8_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_8_1_0 )* ) ) | ( ( rule__SubprogramImplementation__Group_8_1_1__0 ) ) );
+ public final void rule__SubprogramImplementation__Alternatives_8_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12236:1: ( ( ( ( rule__SubprogramImplementation__Alternatives_7_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_7_1_0 )* ) ) | ( ( rule__SubprogramImplementation__Group_7_1_1__0 ) ) )
+ // InternalAadl2Parser.g:11286:1: ( ( ( ( rule__SubprogramImplementation__Alternatives_8_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_8_1_0 )* ) ) | ( ( rule__SubprogramImplementation__Group_8_1_1__0 ) ) )
int alt285=2;
int LA285_0 = input.LA(1);
@@ -56475,35 +53672,35 @@ else if ( (LA285_0==None) ) {
}
switch (alt285) {
case 1 :
- // InternalAadl2Parser.g:12237:2: ( ( ( rule__SubprogramImplementation__Alternatives_7_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_7_1_0 )* ) )
+ // InternalAadl2Parser.g:11287:2: ( ( ( rule__SubprogramImplementation__Alternatives_8_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_8_1_0 )* ) )
{
- // InternalAadl2Parser.g:12237:2: ( ( ( rule__SubprogramImplementation__Alternatives_7_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_7_1_0 )* ) )
- // InternalAadl2Parser.g:12238:3: ( ( rule__SubprogramImplementation__Alternatives_7_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_7_1_0 )* )
+ // InternalAadl2Parser.g:11287:2: ( ( ( rule__SubprogramImplementation__Alternatives_8_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_8_1_0 )* ) )
+ // InternalAadl2Parser.g:11288:3: ( ( rule__SubprogramImplementation__Alternatives_8_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_8_1_0 )* )
{
- // InternalAadl2Parser.g:12238:3: ( ( rule__SubprogramImplementation__Alternatives_7_1_0 ) )
- // InternalAadl2Parser.g:12239:4: ( rule__SubprogramImplementation__Alternatives_7_1_0 )
+ // InternalAadl2Parser.g:11288:3: ( ( rule__SubprogramImplementation__Alternatives_8_1_0 ) )
+ // InternalAadl2Parser.g:11289:4: ( rule__SubprogramImplementation__Alternatives_8_1_0 )
{
- before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_7_1_0());
- // InternalAadl2Parser.g:12240:4: ( rule__SubprogramImplementation__Alternatives_7_1_0 )
- // InternalAadl2Parser.g:12240:5: rule__SubprogramImplementation__Alternatives_7_1_0
+ before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_8_1_0());
+ // InternalAadl2Parser.g:11290:4: ( rule__SubprogramImplementation__Alternatives_8_1_0 )
+ // InternalAadl2Parser.g:11290:5: rule__SubprogramImplementation__Alternatives_8_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramImplementation__Alternatives_7_1_0();
+ rule__SubprogramImplementation__Alternatives_8_1_0();
state._fsp--;
}
- after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_7_1_0());
+ after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_8_1_0());
}
- // InternalAadl2Parser.g:12243:3: ( ( rule__SubprogramImplementation__Alternatives_7_1_0 )* )
- // InternalAadl2Parser.g:12244:4: ( rule__SubprogramImplementation__Alternatives_7_1_0 )*
+ // InternalAadl2Parser.g:11293:3: ( ( rule__SubprogramImplementation__Alternatives_8_1_0 )* )
+ // InternalAadl2Parser.g:11294:4: ( rule__SubprogramImplementation__Alternatives_8_1_0 )*
{
- before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_7_1_0());
- // InternalAadl2Parser.g:12245:4: ( rule__SubprogramImplementation__Alternatives_7_1_0 )*
+ before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_8_1_0());
+ // InternalAadl2Parser.g:11295:4: ( rule__SubprogramImplementation__Alternatives_8_1_0 )*
loop284:
do {
int alt284=2;
@@ -56516,10 +53713,10 @@ else if ( (LA285_0==None) ) {
switch (alt284) {
case 1 :
- // InternalAadl2Parser.g:12245:5: rule__SubprogramImplementation__Alternatives_7_1_0
+ // InternalAadl2Parser.g:11295:5: rule__SubprogramImplementation__Alternatives_8_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramImplementation__Alternatives_7_1_0();
+ rule__SubprogramImplementation__Alternatives_8_1_0();
state._fsp--;
@@ -56532,7 +53729,7 @@ else if ( (LA285_0==None) ) {
}
} while (true);
- after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_7_1_0());
+ after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_8_1_0());
}
@@ -56543,24 +53740,24 @@ else if ( (LA285_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:12250:2: ( ( rule__SubprogramImplementation__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:11300:2: ( ( rule__SubprogramImplementation__Group_8_1_1__0 ) )
{
- // InternalAadl2Parser.g:12250:2: ( ( rule__SubprogramImplementation__Group_7_1_1__0 ) )
- // InternalAadl2Parser.g:12251:3: ( rule__SubprogramImplementation__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:11300:2: ( ( rule__SubprogramImplementation__Group_8_1_1__0 ) )
+ // InternalAadl2Parser.g:11301:3: ( rule__SubprogramImplementation__Group_8_1_1__0 )
{
- before(grammarAccess.getSubprogramImplementationAccess().getGroup_7_1_1());
- // InternalAadl2Parser.g:12252:3: ( rule__SubprogramImplementation__Group_7_1_1__0 )
- // InternalAadl2Parser.g:12252:4: rule__SubprogramImplementation__Group_7_1_1__0
+ before(grammarAccess.getSubprogramImplementationAccess().getGroup_8_1_1());
+ // InternalAadl2Parser.g:11302:3: ( rule__SubprogramImplementation__Group_8_1_1__0 )
+ // InternalAadl2Parser.g:11302:4: rule__SubprogramImplementation__Group_8_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramImplementation__Group_7_1_1__0();
+ rule__SubprogramImplementation__Group_8_1_1__0();
state._fsp--;
}
- after(grammarAccess.getSubprogramImplementationAccess().getGroup_7_1_1());
+ after(grammarAccess.getSubprogramImplementationAccess().getGroup_8_1_1());
}
@@ -56581,17 +53778,17 @@ else if ( (LA285_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__SubprogramImplementation__Alternatives_7_1"
+ // $ANTLR end "rule__SubprogramImplementation__Alternatives_8_1"
- // $ANTLR start "rule__SubprogramImplementation__Alternatives_7_1_0"
- // InternalAadl2Parser.g:12260:1: rule__SubprogramImplementation__Alternatives_7_1_0 : ( ( ( rule__SubprogramImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 ) ) | ( ( rule__SubprogramImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1 ) ) | ( ( rule__SubprogramImplementation__OwnedDataSubcomponentAssignment_7_1_0_2 ) ) );
- public final void rule__SubprogramImplementation__Alternatives_7_1_0() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramImplementation__Alternatives_8_1_0"
+ // InternalAadl2Parser.g:11310:1: rule__SubprogramImplementation__Alternatives_8_1_0 : ( ( ( rule__SubprogramImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0 ) ) | ( ( rule__SubprogramImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1 ) ) | ( ( rule__SubprogramImplementation__OwnedDataSubcomponentAssignment_8_1_0_2 ) ) );
+ public final void rule__SubprogramImplementation__Alternatives_8_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12264:1: ( ( ( rule__SubprogramImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 ) ) | ( ( rule__SubprogramImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1 ) ) | ( ( rule__SubprogramImplementation__OwnedDataSubcomponentAssignment_7_1_0_2 ) ) )
+ // InternalAadl2Parser.g:11314:1: ( ( ( rule__SubprogramImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0 ) ) | ( ( rule__SubprogramImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1 ) ) | ( ( rule__SubprogramImplementation__OwnedDataSubcomponentAssignment_8_1_0_2 ) ) )
int alt286=3;
int LA286_0 = input.LA(1);
@@ -56606,11 +53803,6 @@ public final void rule__SubprogramImplementation__Alternatives_7_1_0() throws Re
if ( (LA286_3==To) ) {
switch ( input.LA(5) ) {
- case Subprogram:
- {
- alt286=2;
- }
- break;
case Abstract:
{
alt286=1;
@@ -56621,6 +53813,11 @@ public final void rule__SubprogramImplementation__Alternatives_7_1_0() throws Re
alt286=3;
}
break;
+ case Subprogram:
+ {
+ alt286=2;
+ }
+ break;
default:
NoViableAltException nvae =
new NoViableAltException("", 286, 7, input);
@@ -56637,6 +53834,11 @@ public final void rule__SubprogramImplementation__Alternatives_7_1_0() throws Re
}
}
break;
+ case Subprogram:
+ {
+ alt286=2;
+ }
+ break;
case Data:
{
alt286=3;
@@ -56647,11 +53849,6 @@ public final void rule__SubprogramImplementation__Alternatives_7_1_0() throws Re
alt286=1;
}
break;
- case Subprogram:
- {
- alt286=2;
- }
- break;
default:
NoViableAltException nvae =
new NoViableAltException("", 286, 2, input);
@@ -56675,24 +53872,24 @@ public final void rule__SubprogramImplementation__Alternatives_7_1_0() throws Re
}
switch (alt286) {
case 1 :
- // InternalAadl2Parser.g:12265:2: ( ( rule__SubprogramImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 ) )
+ // InternalAadl2Parser.g:11315:2: ( ( rule__SubprogramImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0 ) )
{
- // InternalAadl2Parser.g:12265:2: ( ( rule__SubprogramImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 ) )
- // InternalAadl2Parser.g:12266:3: ( rule__SubprogramImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 )
+ // InternalAadl2Parser.g:11315:2: ( ( rule__SubprogramImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0 ) )
+ // InternalAadl2Parser.g:11316:3: ( rule__SubprogramImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0 )
{
- before(grammarAccess.getSubprogramImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_0());
- // InternalAadl2Parser.g:12267:3: ( rule__SubprogramImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 )
- // InternalAadl2Parser.g:12267:4: rule__SubprogramImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0
+ before(grammarAccess.getSubprogramImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_0());
+ // InternalAadl2Parser.g:11317:3: ( rule__SubprogramImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0 )
+ // InternalAadl2Parser.g:11317:4: rule__SubprogramImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0();
+ rule__SubprogramImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0();
state._fsp--;
}
- after(grammarAccess.getSubprogramImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_0());
+ after(grammarAccess.getSubprogramImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_0());
}
@@ -56700,24 +53897,24 @@ public final void rule__SubprogramImplementation__Alternatives_7_1_0() throws Re
}
break;
case 2 :
- // InternalAadl2Parser.g:12271:2: ( ( rule__SubprogramImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1 ) )
+ // InternalAadl2Parser.g:11321:2: ( ( rule__SubprogramImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1 ) )
{
- // InternalAadl2Parser.g:12271:2: ( ( rule__SubprogramImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1 ) )
- // InternalAadl2Parser.g:12272:3: ( rule__SubprogramImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1 )
+ // InternalAadl2Parser.g:11321:2: ( ( rule__SubprogramImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1 ) )
+ // InternalAadl2Parser.g:11322:3: ( rule__SubprogramImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1 )
{
- before(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_1());
- // InternalAadl2Parser.g:12273:3: ( rule__SubprogramImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1 )
- // InternalAadl2Parser.g:12273:4: rule__SubprogramImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1
+ before(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramSubcomponentAssignment_8_1_0_1());
+ // InternalAadl2Parser.g:11323:3: ( rule__SubprogramImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1 )
+ // InternalAadl2Parser.g:11323:4: rule__SubprogramImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_1();
+ rule__SubprogramImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_1();
state._fsp--;
}
- after(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_1());
+ after(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramSubcomponentAssignment_8_1_0_1());
}
@@ -56725,24 +53922,24 @@ public final void rule__SubprogramImplementation__Alternatives_7_1_0() throws Re
}
break;
case 3 :
- // InternalAadl2Parser.g:12277:2: ( ( rule__SubprogramImplementation__OwnedDataSubcomponentAssignment_7_1_0_2 ) )
+ // InternalAadl2Parser.g:11327:2: ( ( rule__SubprogramImplementation__OwnedDataSubcomponentAssignment_8_1_0_2 ) )
{
- // InternalAadl2Parser.g:12277:2: ( ( rule__SubprogramImplementation__OwnedDataSubcomponentAssignment_7_1_0_2 ) )
- // InternalAadl2Parser.g:12278:3: ( rule__SubprogramImplementation__OwnedDataSubcomponentAssignment_7_1_0_2 )
+ // InternalAadl2Parser.g:11327:2: ( ( rule__SubprogramImplementation__OwnedDataSubcomponentAssignment_8_1_0_2 ) )
+ // InternalAadl2Parser.g:11328:3: ( rule__SubprogramImplementation__OwnedDataSubcomponentAssignment_8_1_0_2 )
{
- before(grammarAccess.getSubprogramImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_2());
- // InternalAadl2Parser.g:12279:3: ( rule__SubprogramImplementation__OwnedDataSubcomponentAssignment_7_1_0_2 )
- // InternalAadl2Parser.g:12279:4: rule__SubprogramImplementation__OwnedDataSubcomponentAssignment_7_1_0_2
+ before(grammarAccess.getSubprogramImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_2());
+ // InternalAadl2Parser.g:11329:3: ( rule__SubprogramImplementation__OwnedDataSubcomponentAssignment_8_1_0_2 )
+ // InternalAadl2Parser.g:11329:4: rule__SubprogramImplementation__OwnedDataSubcomponentAssignment_8_1_0_2
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramImplementation__OwnedDataSubcomponentAssignment_7_1_0_2();
+ rule__SubprogramImplementation__OwnedDataSubcomponentAssignment_8_1_0_2();
state._fsp--;
}
- after(grammarAccess.getSubprogramImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_2());
+ after(grammarAccess.getSubprogramImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_2());
}
@@ -56763,17 +53960,17 @@ public final void rule__SubprogramImplementation__Alternatives_7_1_0() throws Re
}
return ;
}
- // $ANTLR end "rule__SubprogramImplementation__Alternatives_7_1_0"
+ // $ANTLR end "rule__SubprogramImplementation__Alternatives_8_1_0"
- // $ANTLR start "rule__SubprogramImplementation__Alternatives_8_1"
- // InternalAadl2Parser.g:12287:1: rule__SubprogramImplementation__Alternatives_8_1 : ( ( ( rule__SubprogramImplementation__OwnedEventSourceAssignment_8_1_0 ) ) | ( ( rule__SubprogramImplementation__OwnedEventDataSourceAssignment_8_1_1 ) ) );
- public final void rule__SubprogramImplementation__Alternatives_8_1() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramImplementation__Alternatives_9_2"
+ // InternalAadl2Parser.g:11337:1: rule__SubprogramImplementation__Alternatives_9_2 : ( ( ( rule__SubprogramImplementation__OwnedEventSourceAssignment_9_2_0 ) ) | ( ( rule__SubprogramImplementation__OwnedEventDataSourceAssignment_9_2_1 ) ) );
+ public final void rule__SubprogramImplementation__Alternatives_9_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12291:1: ( ( ( rule__SubprogramImplementation__OwnedEventSourceAssignment_8_1_0 ) ) | ( ( rule__SubprogramImplementation__OwnedEventDataSourceAssignment_8_1_1 ) ) )
+ // InternalAadl2Parser.g:11341:1: ( ( ( rule__SubprogramImplementation__OwnedEventSourceAssignment_9_2_0 ) ) | ( ( rule__SubprogramImplementation__OwnedEventDataSourceAssignment_9_2_1 ) ) )
int alt287=2;
int LA287_0 = input.LA(1);
@@ -56786,12 +53983,12 @@ public final void rule__SubprogramImplementation__Alternatives_8_1() throws Reco
if ( (LA287_2==Event) ) {
int LA287_3 = input.LA(4);
- if ( (LA287_3==Data) ) {
- alt287=2;
- }
- else if ( (LA287_3==Semicolon||LA287_3==LeftCurlyBracket) ) {
+ if ( (LA287_3==Semicolon||LA287_3==LeftCurlyBracket) ) {
alt287=1;
}
+ else if ( (LA287_3==Data) ) {
+ alt287=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 287, 3, input);
@@ -56821,24 +54018,24 @@ else if ( (LA287_3==Semicolon||LA287_3==LeftCurlyBracket) ) {
}
switch (alt287) {
case 1 :
- // InternalAadl2Parser.g:12292:2: ( ( rule__SubprogramImplementation__OwnedEventSourceAssignment_8_1_0 ) )
+ // InternalAadl2Parser.g:11342:2: ( ( rule__SubprogramImplementation__OwnedEventSourceAssignment_9_2_0 ) )
{
- // InternalAadl2Parser.g:12292:2: ( ( rule__SubprogramImplementation__OwnedEventSourceAssignment_8_1_0 ) )
- // InternalAadl2Parser.g:12293:3: ( rule__SubprogramImplementation__OwnedEventSourceAssignment_8_1_0 )
+ // InternalAadl2Parser.g:11342:2: ( ( rule__SubprogramImplementation__OwnedEventSourceAssignment_9_2_0 ) )
+ // InternalAadl2Parser.g:11343:3: ( rule__SubprogramImplementation__OwnedEventSourceAssignment_9_2_0 )
{
- before(grammarAccess.getSubprogramImplementationAccess().getOwnedEventSourceAssignment_8_1_0());
- // InternalAadl2Parser.g:12294:3: ( rule__SubprogramImplementation__OwnedEventSourceAssignment_8_1_0 )
- // InternalAadl2Parser.g:12294:4: rule__SubprogramImplementation__OwnedEventSourceAssignment_8_1_0
+ before(grammarAccess.getSubprogramImplementationAccess().getOwnedEventSourceAssignment_9_2_0());
+ // InternalAadl2Parser.g:11344:3: ( rule__SubprogramImplementation__OwnedEventSourceAssignment_9_2_0 )
+ // InternalAadl2Parser.g:11344:4: rule__SubprogramImplementation__OwnedEventSourceAssignment_9_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramImplementation__OwnedEventSourceAssignment_8_1_0();
+ rule__SubprogramImplementation__OwnedEventSourceAssignment_9_2_0();
state._fsp--;
}
- after(grammarAccess.getSubprogramImplementationAccess().getOwnedEventSourceAssignment_8_1_0());
+ after(grammarAccess.getSubprogramImplementationAccess().getOwnedEventSourceAssignment_9_2_0());
}
@@ -56846,24 +54043,24 @@ else if ( (LA287_3==Semicolon||LA287_3==LeftCurlyBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:12298:2: ( ( rule__SubprogramImplementation__OwnedEventDataSourceAssignment_8_1_1 ) )
+ // InternalAadl2Parser.g:11348:2: ( ( rule__SubprogramImplementation__OwnedEventDataSourceAssignment_9_2_1 ) )
{
- // InternalAadl2Parser.g:12298:2: ( ( rule__SubprogramImplementation__OwnedEventDataSourceAssignment_8_1_1 ) )
- // InternalAadl2Parser.g:12299:3: ( rule__SubprogramImplementation__OwnedEventDataSourceAssignment_8_1_1 )
+ // InternalAadl2Parser.g:11348:2: ( ( rule__SubprogramImplementation__OwnedEventDataSourceAssignment_9_2_1 ) )
+ // InternalAadl2Parser.g:11349:3: ( rule__SubprogramImplementation__OwnedEventDataSourceAssignment_9_2_1 )
{
- before(grammarAccess.getSubprogramImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1());
- // InternalAadl2Parser.g:12300:3: ( rule__SubprogramImplementation__OwnedEventDataSourceAssignment_8_1_1 )
- // InternalAadl2Parser.g:12300:4: rule__SubprogramImplementation__OwnedEventDataSourceAssignment_8_1_1
+ before(grammarAccess.getSubprogramImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1());
+ // InternalAadl2Parser.g:11350:3: ( rule__SubprogramImplementation__OwnedEventDataSourceAssignment_9_2_1 )
+ // InternalAadl2Parser.g:11350:4: rule__SubprogramImplementation__OwnedEventDataSourceAssignment_9_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramImplementation__OwnedEventDataSourceAssignment_8_1_1();
+ rule__SubprogramImplementation__OwnedEventDataSourceAssignment_9_2_1();
state._fsp--;
}
- after(grammarAccess.getSubprogramImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1());
+ after(grammarAccess.getSubprogramImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1());
}
@@ -56884,17 +54081,17 @@ else if ( (LA287_3==Semicolon||LA287_3==LeftCurlyBracket) ) {
}
return ;
}
- // $ANTLR end "rule__SubprogramImplementation__Alternatives_8_1"
+ // $ANTLR end "rule__SubprogramImplementation__Alternatives_9_2"
- // $ANTLR start "rule__SubprogramImplementation__Alternatives_9_1"
- // InternalAadl2Parser.g:12308:1: rule__SubprogramImplementation__Alternatives_9_1 : ( ( ( rule__SubprogramImplementation__OwnedPortProxyAssignment_9_1_0 ) ) | ( ( rule__SubprogramImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) ) );
- public final void rule__SubprogramImplementation__Alternatives_9_1() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramImplementation__Alternatives_10_2"
+ // InternalAadl2Parser.g:11358:1: rule__SubprogramImplementation__Alternatives_10_2 : ( ( ( rule__SubprogramImplementation__OwnedPortProxyAssignment_10_2_0 ) ) | ( ( rule__SubprogramImplementation__OwnedSubprogramProxyAssignment_10_2_1 ) ) );
+ public final void rule__SubprogramImplementation__Alternatives_10_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12312:1: ( ( ( rule__SubprogramImplementation__OwnedPortProxyAssignment_9_1_0 ) ) | ( ( rule__SubprogramImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) ) )
+ // InternalAadl2Parser.g:11362:1: ( ( ( rule__SubprogramImplementation__OwnedPortProxyAssignment_10_2_0 ) ) | ( ( rule__SubprogramImplementation__OwnedSubprogramProxyAssignment_10_2_1 ) ) )
int alt288=2;
int LA288_0 = input.LA(1);
@@ -56932,24 +54129,24 @@ else if ( (LA288_2==Port) ) {
}
switch (alt288) {
case 1 :
- // InternalAadl2Parser.g:12313:2: ( ( rule__SubprogramImplementation__OwnedPortProxyAssignment_9_1_0 ) )
+ // InternalAadl2Parser.g:11363:2: ( ( rule__SubprogramImplementation__OwnedPortProxyAssignment_10_2_0 ) )
{
- // InternalAadl2Parser.g:12313:2: ( ( rule__SubprogramImplementation__OwnedPortProxyAssignment_9_1_0 ) )
- // InternalAadl2Parser.g:12314:3: ( rule__SubprogramImplementation__OwnedPortProxyAssignment_9_1_0 )
+ // InternalAadl2Parser.g:11363:2: ( ( rule__SubprogramImplementation__OwnedPortProxyAssignment_10_2_0 ) )
+ // InternalAadl2Parser.g:11364:3: ( rule__SubprogramImplementation__OwnedPortProxyAssignment_10_2_0 )
{
- before(grammarAccess.getSubprogramImplementationAccess().getOwnedPortProxyAssignment_9_1_0());
- // InternalAadl2Parser.g:12315:3: ( rule__SubprogramImplementation__OwnedPortProxyAssignment_9_1_0 )
- // InternalAadl2Parser.g:12315:4: rule__SubprogramImplementation__OwnedPortProxyAssignment_9_1_0
+ before(grammarAccess.getSubprogramImplementationAccess().getOwnedPortProxyAssignment_10_2_0());
+ // InternalAadl2Parser.g:11365:3: ( rule__SubprogramImplementation__OwnedPortProxyAssignment_10_2_0 )
+ // InternalAadl2Parser.g:11365:4: rule__SubprogramImplementation__OwnedPortProxyAssignment_10_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramImplementation__OwnedPortProxyAssignment_9_1_0();
+ rule__SubprogramImplementation__OwnedPortProxyAssignment_10_2_0();
state._fsp--;
}
- after(grammarAccess.getSubprogramImplementationAccess().getOwnedPortProxyAssignment_9_1_0());
+ after(grammarAccess.getSubprogramImplementationAccess().getOwnedPortProxyAssignment_10_2_0());
}
@@ -56957,24 +54154,24 @@ else if ( (LA288_2==Port) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:12319:2: ( ( rule__SubprogramImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) )
+ // InternalAadl2Parser.g:11369:2: ( ( rule__SubprogramImplementation__OwnedSubprogramProxyAssignment_10_2_1 ) )
{
- // InternalAadl2Parser.g:12319:2: ( ( rule__SubprogramImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) )
- // InternalAadl2Parser.g:12320:3: ( rule__SubprogramImplementation__OwnedSubprogramProxyAssignment_9_1_1 )
+ // InternalAadl2Parser.g:11369:2: ( ( rule__SubprogramImplementation__OwnedSubprogramProxyAssignment_10_2_1 ) )
+ // InternalAadl2Parser.g:11370:3: ( rule__SubprogramImplementation__OwnedSubprogramProxyAssignment_10_2_1 )
{
- before(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1());
- // InternalAadl2Parser.g:12321:3: ( rule__SubprogramImplementation__OwnedSubprogramProxyAssignment_9_1_1 )
- // InternalAadl2Parser.g:12321:4: rule__SubprogramImplementation__OwnedSubprogramProxyAssignment_9_1_1
+ before(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramProxyAssignment_10_2_1());
+ // InternalAadl2Parser.g:11371:3: ( rule__SubprogramImplementation__OwnedSubprogramProxyAssignment_10_2_1 )
+ // InternalAadl2Parser.g:11371:4: rule__SubprogramImplementation__OwnedSubprogramProxyAssignment_10_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramImplementation__OwnedSubprogramProxyAssignment_9_1_1();
+ rule__SubprogramImplementation__OwnedSubprogramProxyAssignment_10_2_1();
state._fsp--;
}
- after(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1());
+ after(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramProxyAssignment_10_2_1());
}
@@ -56995,17 +54192,17 @@ else if ( (LA288_2==Port) ) {
}
return ;
}
- // $ANTLR end "rule__SubprogramImplementation__Alternatives_9_1"
+ // $ANTLR end "rule__SubprogramImplementation__Alternatives_10_2"
- // $ANTLR start "rule__SubprogramImplementation__Alternatives_10_1"
- // InternalAadl2Parser.g:12329:1: rule__SubprogramImplementation__Alternatives_10_1 : ( ( ( ( rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 ) ) ( ( rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 )* ) ) | ( ( rule__SubprogramImplementation__Group_10_1_1__0 ) ) );
- public final void rule__SubprogramImplementation__Alternatives_10_1() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramImplementation__Alternatives_11_1"
+ // InternalAadl2Parser.g:11379:1: rule__SubprogramImplementation__Alternatives_11_1 : ( ( ( ( rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 ) ) ( ( rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 )* ) ) | ( ( rule__SubprogramImplementation__Group_11_1_1__0 ) ) );
+ public final void rule__SubprogramImplementation__Alternatives_11_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12333:1: ( ( ( ( rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 ) ) ( ( rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 )* ) ) | ( ( rule__SubprogramImplementation__Group_10_1_1__0 ) ) )
+ // InternalAadl2Parser.g:11383:1: ( ( ( ( rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 ) ) ( ( rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 )* ) ) | ( ( rule__SubprogramImplementation__Group_11_1_1__0 ) ) )
int alt290=2;
int LA290_0 = input.LA(1);
@@ -57023,35 +54220,35 @@ else if ( (LA290_0==None) ) {
}
switch (alt290) {
case 1 :
- // InternalAadl2Parser.g:12334:2: ( ( ( rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 ) ) ( ( rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 )* ) )
+ // InternalAadl2Parser.g:11384:2: ( ( ( rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 ) ) ( ( rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 )* ) )
{
- // InternalAadl2Parser.g:12334:2: ( ( ( rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 ) ) ( ( rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 )* ) )
- // InternalAadl2Parser.g:12335:3: ( ( rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 ) ) ( ( rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 )* )
+ // InternalAadl2Parser.g:11384:2: ( ( ( rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 ) ) ( ( rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 )* ) )
+ // InternalAadl2Parser.g:11385:3: ( ( rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 ) ) ( ( rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 )* )
{
- // InternalAadl2Parser.g:12335:3: ( ( rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 ) )
- // InternalAadl2Parser.g:12336:4: ( rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 )
+ // InternalAadl2Parser.g:11385:3: ( ( rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 ) )
+ // InternalAadl2Parser.g:11386:4: ( rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 )
{
- before(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramCallSequenceAssignment_10_1_0());
- // InternalAadl2Parser.g:12337:4: ( rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 )
- // InternalAadl2Parser.g:12337:5: rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0
+ before(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramCallSequenceAssignment_11_1_0());
+ // InternalAadl2Parser.g:11387:4: ( rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 )
+ // InternalAadl2Parser.g:11387:5: rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0();
+ rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0();
state._fsp--;
}
- after(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramCallSequenceAssignment_10_1_0());
+ after(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramCallSequenceAssignment_11_1_0());
}
- // InternalAadl2Parser.g:12340:3: ( ( rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 )* )
- // InternalAadl2Parser.g:12341:4: ( rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 )*
+ // InternalAadl2Parser.g:11390:3: ( ( rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 )* )
+ // InternalAadl2Parser.g:11391:4: ( rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 )*
{
- before(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramCallSequenceAssignment_10_1_0());
- // InternalAadl2Parser.g:12342:4: ( rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0 )*
+ before(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramCallSequenceAssignment_11_1_0());
+ // InternalAadl2Parser.g:11392:4: ( rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0 )*
loop289:
do {
int alt289=2;
@@ -57064,10 +54261,10 @@ else if ( (LA290_0==None) ) {
switch (alt289) {
case 1 :
- // InternalAadl2Parser.g:12342:5: rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0
+ // InternalAadl2Parser.g:11392:5: rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_10_1_0();
+ rule__SubprogramImplementation__OwnedSubprogramCallSequenceAssignment_11_1_0();
state._fsp--;
@@ -57080,7 +54277,7 @@ else if ( (LA290_0==None) ) {
}
} while (true);
- after(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramCallSequenceAssignment_10_1_0());
+ after(grammarAccess.getSubprogramImplementationAccess().getOwnedSubprogramCallSequenceAssignment_11_1_0());
}
@@ -57091,24 +54288,24 @@ else if ( (LA290_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:12347:2: ( ( rule__SubprogramImplementation__Group_10_1_1__0 ) )
+ // InternalAadl2Parser.g:11397:2: ( ( rule__SubprogramImplementation__Group_11_1_1__0 ) )
{
- // InternalAadl2Parser.g:12347:2: ( ( rule__SubprogramImplementation__Group_10_1_1__0 ) )
- // InternalAadl2Parser.g:12348:3: ( rule__SubprogramImplementation__Group_10_1_1__0 )
+ // InternalAadl2Parser.g:11397:2: ( ( rule__SubprogramImplementation__Group_11_1_1__0 ) )
+ // InternalAadl2Parser.g:11398:3: ( rule__SubprogramImplementation__Group_11_1_1__0 )
{
- before(grammarAccess.getSubprogramImplementationAccess().getGroup_10_1_1());
- // InternalAadl2Parser.g:12349:3: ( rule__SubprogramImplementation__Group_10_1_1__0 )
- // InternalAadl2Parser.g:12349:4: rule__SubprogramImplementation__Group_10_1_1__0
+ before(grammarAccess.getSubprogramImplementationAccess().getGroup_11_1_1());
+ // InternalAadl2Parser.g:11399:3: ( rule__SubprogramImplementation__Group_11_1_1__0 )
+ // InternalAadl2Parser.g:11399:4: rule__SubprogramImplementation__Group_11_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramImplementation__Group_10_1_1__0();
+ rule__SubprogramImplementation__Group_11_1_1__0();
state._fsp--;
}
- after(grammarAccess.getSubprogramImplementationAccess().getGroup_10_1_1());
+ after(grammarAccess.getSubprogramImplementationAccess().getGroup_11_1_1());
}
@@ -57129,17 +54326,17 @@ else if ( (LA290_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__SubprogramImplementation__Alternatives_10_1"
+ // $ANTLR end "rule__SubprogramImplementation__Alternatives_11_1"
- // $ANTLR start "rule__SubprogramImplementation__Alternatives_11_1"
- // InternalAadl2Parser.g:12357:1: rule__SubprogramImplementation__Alternatives_11_1 : ( ( ( ( rule__SubprogramImplementation__Alternatives_11_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__SubprogramImplementation__Group_11_1_1__0 ) ) );
- public final void rule__SubprogramImplementation__Alternatives_11_1() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramImplementation__Alternatives_12_1"
+ // InternalAadl2Parser.g:11407:1: rule__SubprogramImplementation__Alternatives_12_1 : ( ( ( ( rule__SubprogramImplementation__Alternatives_12_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__SubprogramImplementation__Group_12_1_1__0 ) ) );
+ public final void rule__SubprogramImplementation__Alternatives_12_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12361:1: ( ( ( ( rule__SubprogramImplementation__Alternatives_11_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__SubprogramImplementation__Group_11_1_1__0 ) ) )
+ // InternalAadl2Parser.g:11411:1: ( ( ( ( rule__SubprogramImplementation__Alternatives_12_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__SubprogramImplementation__Group_12_1_1__0 ) ) )
int alt292=2;
int LA292_0 = input.LA(1);
@@ -57157,35 +54354,35 @@ else if ( (LA292_0==None) ) {
}
switch (alt292) {
case 1 :
- // InternalAadl2Parser.g:12362:2: ( ( ( rule__SubprogramImplementation__Alternatives_11_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_11_1_0 )* ) )
+ // InternalAadl2Parser.g:11412:2: ( ( ( rule__SubprogramImplementation__Alternatives_12_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_12_1_0 )* ) )
{
- // InternalAadl2Parser.g:12362:2: ( ( ( rule__SubprogramImplementation__Alternatives_11_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_11_1_0 )* ) )
- // InternalAadl2Parser.g:12363:3: ( ( rule__SubprogramImplementation__Alternatives_11_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_11_1_0 )* )
+ // InternalAadl2Parser.g:11412:2: ( ( ( rule__SubprogramImplementation__Alternatives_12_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_12_1_0 )* ) )
+ // InternalAadl2Parser.g:11413:3: ( ( rule__SubprogramImplementation__Alternatives_12_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_12_1_0 )* )
{
- // InternalAadl2Parser.g:12363:3: ( ( rule__SubprogramImplementation__Alternatives_11_1_0 ) )
- // InternalAadl2Parser.g:12364:4: ( rule__SubprogramImplementation__Alternatives_11_1_0 )
+ // InternalAadl2Parser.g:11413:3: ( ( rule__SubprogramImplementation__Alternatives_12_1_0 ) )
+ // InternalAadl2Parser.g:11414:4: ( rule__SubprogramImplementation__Alternatives_12_1_0 )
{
- before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_11_1_0());
- // InternalAadl2Parser.g:12365:4: ( rule__SubprogramImplementation__Alternatives_11_1_0 )
- // InternalAadl2Parser.g:12365:5: rule__SubprogramImplementation__Alternatives_11_1_0
+ before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_12_1_0());
+ // InternalAadl2Parser.g:11415:4: ( rule__SubprogramImplementation__Alternatives_12_1_0 )
+ // InternalAadl2Parser.g:11415:5: rule__SubprogramImplementation__Alternatives_12_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramImplementation__Alternatives_11_1_0();
+ rule__SubprogramImplementation__Alternatives_12_1_0();
state._fsp--;
}
- after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_11_1_0());
+ after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_12_1_0());
}
- // InternalAadl2Parser.g:12368:3: ( ( rule__SubprogramImplementation__Alternatives_11_1_0 )* )
- // InternalAadl2Parser.g:12369:4: ( rule__SubprogramImplementation__Alternatives_11_1_0 )*
+ // InternalAadl2Parser.g:11418:3: ( ( rule__SubprogramImplementation__Alternatives_12_1_0 )* )
+ // InternalAadl2Parser.g:11419:4: ( rule__SubprogramImplementation__Alternatives_12_1_0 )*
{
- before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_11_1_0());
- // InternalAadl2Parser.g:12370:4: ( rule__SubprogramImplementation__Alternatives_11_1_0 )*
+ before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_12_1_0());
+ // InternalAadl2Parser.g:11420:4: ( rule__SubprogramImplementation__Alternatives_12_1_0 )*
loop291:
do {
int alt291=2;
@@ -57198,10 +54395,10 @@ else if ( (LA292_0==None) ) {
switch (alt291) {
case 1 :
- // InternalAadl2Parser.g:12370:5: rule__SubprogramImplementation__Alternatives_11_1_0
+ // InternalAadl2Parser.g:11420:5: rule__SubprogramImplementation__Alternatives_12_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramImplementation__Alternatives_11_1_0();
+ rule__SubprogramImplementation__Alternatives_12_1_0();
state._fsp--;
@@ -57214,7 +54411,7 @@ else if ( (LA292_0==None) ) {
}
} while (true);
- after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_11_1_0());
+ after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_12_1_0());
}
@@ -57225,24 +54422,24 @@ else if ( (LA292_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:12375:2: ( ( rule__SubprogramImplementation__Group_11_1_1__0 ) )
+ // InternalAadl2Parser.g:11425:2: ( ( rule__SubprogramImplementation__Group_12_1_1__0 ) )
{
- // InternalAadl2Parser.g:12375:2: ( ( rule__SubprogramImplementation__Group_11_1_1__0 ) )
- // InternalAadl2Parser.g:12376:3: ( rule__SubprogramImplementation__Group_11_1_1__0 )
+ // InternalAadl2Parser.g:11425:2: ( ( rule__SubprogramImplementation__Group_12_1_1__0 ) )
+ // InternalAadl2Parser.g:11426:3: ( rule__SubprogramImplementation__Group_12_1_1__0 )
{
- before(grammarAccess.getSubprogramImplementationAccess().getGroup_11_1_1());
- // InternalAadl2Parser.g:12377:3: ( rule__SubprogramImplementation__Group_11_1_1__0 )
- // InternalAadl2Parser.g:12377:4: rule__SubprogramImplementation__Group_11_1_1__0
+ before(grammarAccess.getSubprogramImplementationAccess().getGroup_12_1_1());
+ // InternalAadl2Parser.g:11427:3: ( rule__SubprogramImplementation__Group_12_1_1__0 )
+ // InternalAadl2Parser.g:11427:4: rule__SubprogramImplementation__Group_12_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramImplementation__Group_11_1_1__0();
+ rule__SubprogramImplementation__Group_12_1_1__0();
state._fsp--;
}
- after(grammarAccess.getSubprogramImplementationAccess().getGroup_11_1_1());
+ after(grammarAccess.getSubprogramImplementationAccess().getGroup_12_1_1());
}
@@ -57263,39 +54460,39 @@ else if ( (LA292_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__SubprogramImplementation__Alternatives_11_1"
+ // $ANTLR end "rule__SubprogramImplementation__Alternatives_12_1"
- // $ANTLR start "rule__SubprogramImplementation__Alternatives_11_1_0"
- // InternalAadl2Parser.g:12385:1: rule__SubprogramImplementation__Alternatives_11_1_0 : ( ( ( rule__SubprogramImplementation__OwnedPortConnectionAssignment_11_1_0_0 ) ) | ( ( rule__SubprogramImplementation__OwnedAccessConnectionAssignment_11_1_0_1 ) ) | ( ( rule__SubprogramImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 ) ) | ( ( rule__SubprogramImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 ) ) | ( ( rule__SubprogramImplementation__OwnedParameterConnectionAssignment_11_1_0_4 ) ) );
- public final void rule__SubprogramImplementation__Alternatives_11_1_0() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramImplementation__Alternatives_12_1_0"
+ // InternalAadl2Parser.g:11435:1: rule__SubprogramImplementation__Alternatives_12_1_0 : ( ( ( rule__SubprogramImplementation__OwnedPortConnectionAssignment_12_1_0_0 ) ) | ( ( rule__SubprogramImplementation__OwnedAccessConnectionAssignment_12_1_0_1 ) ) | ( ( rule__SubprogramImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 ) ) | ( ( rule__SubprogramImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 ) ) | ( ( rule__SubprogramImplementation__OwnedParameterConnectionAssignment_12_1_0_4 ) ) );
+ public final void rule__SubprogramImplementation__Alternatives_12_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12389:1: ( ( ( rule__SubprogramImplementation__OwnedPortConnectionAssignment_11_1_0_0 ) ) | ( ( rule__SubprogramImplementation__OwnedAccessConnectionAssignment_11_1_0_1 ) ) | ( ( rule__SubprogramImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 ) ) | ( ( rule__SubprogramImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 ) ) | ( ( rule__SubprogramImplementation__OwnedParameterConnectionAssignment_11_1_0_4 ) ) )
+ // InternalAadl2Parser.g:11439:1: ( ( ( rule__SubprogramImplementation__OwnedPortConnectionAssignment_12_1_0_0 ) ) | ( ( rule__SubprogramImplementation__OwnedAccessConnectionAssignment_12_1_0_1 ) ) | ( ( rule__SubprogramImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 ) ) | ( ( rule__SubprogramImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 ) ) | ( ( rule__SubprogramImplementation__OwnedParameterConnectionAssignment_12_1_0_4 ) ) )
int alt293=5;
alt293 = dfa293.predict(input);
switch (alt293) {
case 1 :
- // InternalAadl2Parser.g:12390:2: ( ( rule__SubprogramImplementation__OwnedPortConnectionAssignment_11_1_0_0 ) )
+ // InternalAadl2Parser.g:11440:2: ( ( rule__SubprogramImplementation__OwnedPortConnectionAssignment_12_1_0_0 ) )
{
- // InternalAadl2Parser.g:12390:2: ( ( rule__SubprogramImplementation__OwnedPortConnectionAssignment_11_1_0_0 ) )
- // InternalAadl2Parser.g:12391:3: ( rule__SubprogramImplementation__OwnedPortConnectionAssignment_11_1_0_0 )
+ // InternalAadl2Parser.g:11440:2: ( ( rule__SubprogramImplementation__OwnedPortConnectionAssignment_12_1_0_0 ) )
+ // InternalAadl2Parser.g:11441:3: ( rule__SubprogramImplementation__OwnedPortConnectionAssignment_12_1_0_0 )
{
- before(grammarAccess.getSubprogramImplementationAccess().getOwnedPortConnectionAssignment_11_1_0_0());
- // InternalAadl2Parser.g:12392:3: ( rule__SubprogramImplementation__OwnedPortConnectionAssignment_11_1_0_0 )
- // InternalAadl2Parser.g:12392:4: rule__SubprogramImplementation__OwnedPortConnectionAssignment_11_1_0_0
+ before(grammarAccess.getSubprogramImplementationAccess().getOwnedPortConnectionAssignment_12_1_0_0());
+ // InternalAadl2Parser.g:11442:3: ( rule__SubprogramImplementation__OwnedPortConnectionAssignment_12_1_0_0 )
+ // InternalAadl2Parser.g:11442:4: rule__SubprogramImplementation__OwnedPortConnectionAssignment_12_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramImplementation__OwnedPortConnectionAssignment_11_1_0_0();
+ rule__SubprogramImplementation__OwnedPortConnectionAssignment_12_1_0_0();
state._fsp--;
}
- after(grammarAccess.getSubprogramImplementationAccess().getOwnedPortConnectionAssignment_11_1_0_0());
+ after(grammarAccess.getSubprogramImplementationAccess().getOwnedPortConnectionAssignment_12_1_0_0());
}
@@ -57303,24 +54500,24 @@ public final void rule__SubprogramImplementation__Alternatives_11_1_0() throws R
}
break;
case 2 :
- // InternalAadl2Parser.g:12396:2: ( ( rule__SubprogramImplementation__OwnedAccessConnectionAssignment_11_1_0_1 ) )
+ // InternalAadl2Parser.g:11446:2: ( ( rule__SubprogramImplementation__OwnedAccessConnectionAssignment_12_1_0_1 ) )
{
- // InternalAadl2Parser.g:12396:2: ( ( rule__SubprogramImplementation__OwnedAccessConnectionAssignment_11_1_0_1 ) )
- // InternalAadl2Parser.g:12397:3: ( rule__SubprogramImplementation__OwnedAccessConnectionAssignment_11_1_0_1 )
+ // InternalAadl2Parser.g:11446:2: ( ( rule__SubprogramImplementation__OwnedAccessConnectionAssignment_12_1_0_1 ) )
+ // InternalAadl2Parser.g:11447:3: ( rule__SubprogramImplementation__OwnedAccessConnectionAssignment_12_1_0_1 )
{
- before(grammarAccess.getSubprogramImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_1());
- // InternalAadl2Parser.g:12398:3: ( rule__SubprogramImplementation__OwnedAccessConnectionAssignment_11_1_0_1 )
- // InternalAadl2Parser.g:12398:4: rule__SubprogramImplementation__OwnedAccessConnectionAssignment_11_1_0_1
+ before(grammarAccess.getSubprogramImplementationAccess().getOwnedAccessConnectionAssignment_12_1_0_1());
+ // InternalAadl2Parser.g:11448:3: ( rule__SubprogramImplementation__OwnedAccessConnectionAssignment_12_1_0_1 )
+ // InternalAadl2Parser.g:11448:4: rule__SubprogramImplementation__OwnedAccessConnectionAssignment_12_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramImplementation__OwnedAccessConnectionAssignment_11_1_0_1();
+ rule__SubprogramImplementation__OwnedAccessConnectionAssignment_12_1_0_1();
state._fsp--;
}
- after(grammarAccess.getSubprogramImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_1());
+ after(grammarAccess.getSubprogramImplementationAccess().getOwnedAccessConnectionAssignment_12_1_0_1());
}
@@ -57328,24 +54525,24 @@ public final void rule__SubprogramImplementation__Alternatives_11_1_0() throws R
}
break;
case 3 :
- // InternalAadl2Parser.g:12402:2: ( ( rule__SubprogramImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 ) )
+ // InternalAadl2Parser.g:11452:2: ( ( rule__SubprogramImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 ) )
{
- // InternalAadl2Parser.g:12402:2: ( ( rule__SubprogramImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 ) )
- // InternalAadl2Parser.g:12403:3: ( rule__SubprogramImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 )
+ // InternalAadl2Parser.g:11452:2: ( ( rule__SubprogramImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 ) )
+ // InternalAadl2Parser.g:11453:3: ( rule__SubprogramImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 )
{
- before(grammarAccess.getSubprogramImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_2());
- // InternalAadl2Parser.g:12404:3: ( rule__SubprogramImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 )
- // InternalAadl2Parser.g:12404:4: rule__SubprogramImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2
+ before(grammarAccess.getSubprogramImplementationAccess().getOwnedFeatureGroupConnectionAssignment_12_1_0_2());
+ // InternalAadl2Parser.g:11454:3: ( rule__SubprogramImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 )
+ // InternalAadl2Parser.g:11454:4: rule__SubprogramImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2();
+ rule__SubprogramImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2();
state._fsp--;
}
- after(grammarAccess.getSubprogramImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_2());
+ after(grammarAccess.getSubprogramImplementationAccess().getOwnedFeatureGroupConnectionAssignment_12_1_0_2());
}
@@ -57353,24 +54550,24 @@ public final void rule__SubprogramImplementation__Alternatives_11_1_0() throws R
}
break;
case 4 :
- // InternalAadl2Parser.g:12408:2: ( ( rule__SubprogramImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 ) )
+ // InternalAadl2Parser.g:11458:2: ( ( rule__SubprogramImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 ) )
{
- // InternalAadl2Parser.g:12408:2: ( ( rule__SubprogramImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 ) )
- // InternalAadl2Parser.g:12409:3: ( rule__SubprogramImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 )
+ // InternalAadl2Parser.g:11458:2: ( ( rule__SubprogramImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 ) )
+ // InternalAadl2Parser.g:11459:3: ( rule__SubprogramImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 )
{
- before(grammarAccess.getSubprogramImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_3());
- // InternalAadl2Parser.g:12410:3: ( rule__SubprogramImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 )
- // InternalAadl2Parser.g:12410:4: rule__SubprogramImplementation__OwnedFeatureConnectionAssignment_11_1_0_3
+ before(grammarAccess.getSubprogramImplementationAccess().getOwnedFeatureConnectionAssignment_12_1_0_3());
+ // InternalAadl2Parser.g:11460:3: ( rule__SubprogramImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 )
+ // InternalAadl2Parser.g:11460:4: rule__SubprogramImplementation__OwnedFeatureConnectionAssignment_12_1_0_3
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramImplementation__OwnedFeatureConnectionAssignment_11_1_0_3();
+ rule__SubprogramImplementation__OwnedFeatureConnectionAssignment_12_1_0_3();
state._fsp--;
}
- after(grammarAccess.getSubprogramImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_3());
+ after(grammarAccess.getSubprogramImplementationAccess().getOwnedFeatureConnectionAssignment_12_1_0_3());
}
@@ -57378,24 +54575,24 @@ public final void rule__SubprogramImplementation__Alternatives_11_1_0() throws R
}
break;
case 5 :
- // InternalAadl2Parser.g:12414:2: ( ( rule__SubprogramImplementation__OwnedParameterConnectionAssignment_11_1_0_4 ) )
+ // InternalAadl2Parser.g:11464:2: ( ( rule__SubprogramImplementation__OwnedParameterConnectionAssignment_12_1_0_4 ) )
{
- // InternalAadl2Parser.g:12414:2: ( ( rule__SubprogramImplementation__OwnedParameterConnectionAssignment_11_1_0_4 ) )
- // InternalAadl2Parser.g:12415:3: ( rule__SubprogramImplementation__OwnedParameterConnectionAssignment_11_1_0_4 )
+ // InternalAadl2Parser.g:11464:2: ( ( rule__SubprogramImplementation__OwnedParameterConnectionAssignment_12_1_0_4 ) )
+ // InternalAadl2Parser.g:11465:3: ( rule__SubprogramImplementation__OwnedParameterConnectionAssignment_12_1_0_4 )
{
- before(grammarAccess.getSubprogramImplementationAccess().getOwnedParameterConnectionAssignment_11_1_0_4());
- // InternalAadl2Parser.g:12416:3: ( rule__SubprogramImplementation__OwnedParameterConnectionAssignment_11_1_0_4 )
- // InternalAadl2Parser.g:12416:4: rule__SubprogramImplementation__OwnedParameterConnectionAssignment_11_1_0_4
+ before(grammarAccess.getSubprogramImplementationAccess().getOwnedParameterConnectionAssignment_12_1_0_4());
+ // InternalAadl2Parser.g:11466:3: ( rule__SubprogramImplementation__OwnedParameterConnectionAssignment_12_1_0_4 )
+ // InternalAadl2Parser.g:11466:4: rule__SubprogramImplementation__OwnedParameterConnectionAssignment_12_1_0_4
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramImplementation__OwnedParameterConnectionAssignment_11_1_0_4();
+ rule__SubprogramImplementation__OwnedParameterConnectionAssignment_12_1_0_4();
state._fsp--;
}
- after(grammarAccess.getSubprogramImplementationAccess().getOwnedParameterConnectionAssignment_11_1_0_4());
+ after(grammarAccess.getSubprogramImplementationAccess().getOwnedParameterConnectionAssignment_12_1_0_4());
}
@@ -57416,17 +54613,17 @@ public final void rule__SubprogramImplementation__Alternatives_11_1_0() throws R
}
return ;
}
- // $ANTLR end "rule__SubprogramImplementation__Alternatives_11_1_0"
+ // $ANTLR end "rule__SubprogramImplementation__Alternatives_12_1_0"
- // $ANTLR start "rule__SubprogramImplementation__Alternatives_12_1"
- // InternalAadl2Parser.g:12424:1: rule__SubprogramImplementation__Alternatives_12_1 : ( ( ( ( rule__SubprogramImplementation__Alternatives_12_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__SubprogramImplementation__Group_12_1_1__0 ) ) );
- public final void rule__SubprogramImplementation__Alternatives_12_1() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramImplementation__Alternatives_13_1"
+ // InternalAadl2Parser.g:11474:1: rule__SubprogramImplementation__Alternatives_13_1 : ( ( ( ( rule__SubprogramImplementation__Alternatives_13_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_13_1_0 )* ) ) | ( ( rule__SubprogramImplementation__Group_13_1_1__0 ) ) );
+ public final void rule__SubprogramImplementation__Alternatives_13_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12428:1: ( ( ( ( rule__SubprogramImplementation__Alternatives_12_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__SubprogramImplementation__Group_12_1_1__0 ) ) )
+ // InternalAadl2Parser.g:11478:1: ( ( ( ( rule__SubprogramImplementation__Alternatives_13_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_13_1_0 )* ) ) | ( ( rule__SubprogramImplementation__Group_13_1_1__0 ) ) )
int alt295=2;
int LA295_0 = input.LA(1);
@@ -57444,35 +54641,35 @@ else if ( (LA295_0==None) ) {
}
switch (alt295) {
case 1 :
- // InternalAadl2Parser.g:12429:2: ( ( ( rule__SubprogramImplementation__Alternatives_12_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_12_1_0 )* ) )
+ // InternalAadl2Parser.g:11479:2: ( ( ( rule__SubprogramImplementation__Alternatives_13_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_13_1_0 )* ) )
{
- // InternalAadl2Parser.g:12429:2: ( ( ( rule__SubprogramImplementation__Alternatives_12_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_12_1_0 )* ) )
- // InternalAadl2Parser.g:12430:3: ( ( rule__SubprogramImplementation__Alternatives_12_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_12_1_0 )* )
+ // InternalAadl2Parser.g:11479:2: ( ( ( rule__SubprogramImplementation__Alternatives_13_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_13_1_0 )* ) )
+ // InternalAadl2Parser.g:11480:3: ( ( rule__SubprogramImplementation__Alternatives_13_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_13_1_0 )* )
{
- // InternalAadl2Parser.g:12430:3: ( ( rule__SubprogramImplementation__Alternatives_12_1_0 ) )
- // InternalAadl2Parser.g:12431:4: ( rule__SubprogramImplementation__Alternatives_12_1_0 )
+ // InternalAadl2Parser.g:11480:3: ( ( rule__SubprogramImplementation__Alternatives_13_1_0 ) )
+ // InternalAadl2Parser.g:11481:4: ( rule__SubprogramImplementation__Alternatives_13_1_0 )
{
- before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_12_1_0());
- // InternalAadl2Parser.g:12432:4: ( rule__SubprogramImplementation__Alternatives_12_1_0 )
- // InternalAadl2Parser.g:12432:5: rule__SubprogramImplementation__Alternatives_12_1_0
+ before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_13_1_0());
+ // InternalAadl2Parser.g:11482:4: ( rule__SubprogramImplementation__Alternatives_13_1_0 )
+ // InternalAadl2Parser.g:11482:5: rule__SubprogramImplementation__Alternatives_13_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramImplementation__Alternatives_12_1_0();
+ rule__SubprogramImplementation__Alternatives_13_1_0();
state._fsp--;
}
- after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_12_1_0());
+ after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_13_1_0());
}
- // InternalAadl2Parser.g:12435:3: ( ( rule__SubprogramImplementation__Alternatives_12_1_0 )* )
- // InternalAadl2Parser.g:12436:4: ( rule__SubprogramImplementation__Alternatives_12_1_0 )*
+ // InternalAadl2Parser.g:11485:3: ( ( rule__SubprogramImplementation__Alternatives_13_1_0 )* )
+ // InternalAadl2Parser.g:11486:4: ( rule__SubprogramImplementation__Alternatives_13_1_0 )*
{
- before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_12_1_0());
- // InternalAadl2Parser.g:12437:4: ( rule__SubprogramImplementation__Alternatives_12_1_0 )*
+ before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_13_1_0());
+ // InternalAadl2Parser.g:11487:4: ( rule__SubprogramImplementation__Alternatives_13_1_0 )*
loop294:
do {
int alt294=2;
@@ -57485,10 +54682,10 @@ else if ( (LA295_0==None) ) {
switch (alt294) {
case 1 :
- // InternalAadl2Parser.g:12437:5: rule__SubprogramImplementation__Alternatives_12_1_0
+ // InternalAadl2Parser.g:11487:5: rule__SubprogramImplementation__Alternatives_13_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramImplementation__Alternatives_12_1_0();
+ rule__SubprogramImplementation__Alternatives_13_1_0();
state._fsp--;
@@ -57501,7 +54698,7 @@ else if ( (LA295_0==None) ) {
}
} while (true);
- after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_12_1_0());
+ after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_13_1_0());
}
@@ -57512,24 +54709,24 @@ else if ( (LA295_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:12442:2: ( ( rule__SubprogramImplementation__Group_12_1_1__0 ) )
+ // InternalAadl2Parser.g:11492:2: ( ( rule__SubprogramImplementation__Group_13_1_1__0 ) )
{
- // InternalAadl2Parser.g:12442:2: ( ( rule__SubprogramImplementation__Group_12_1_1__0 ) )
- // InternalAadl2Parser.g:12443:3: ( rule__SubprogramImplementation__Group_12_1_1__0 )
+ // InternalAadl2Parser.g:11492:2: ( ( rule__SubprogramImplementation__Group_13_1_1__0 ) )
+ // InternalAadl2Parser.g:11493:3: ( rule__SubprogramImplementation__Group_13_1_1__0 )
{
- before(grammarAccess.getSubprogramImplementationAccess().getGroup_12_1_1());
- // InternalAadl2Parser.g:12444:3: ( rule__SubprogramImplementation__Group_12_1_1__0 )
- // InternalAadl2Parser.g:12444:4: rule__SubprogramImplementation__Group_12_1_1__0
+ before(grammarAccess.getSubprogramImplementationAccess().getGroup_13_1_1());
+ // InternalAadl2Parser.g:11494:3: ( rule__SubprogramImplementation__Group_13_1_1__0 )
+ // InternalAadl2Parser.g:11494:4: rule__SubprogramImplementation__Group_13_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramImplementation__Group_12_1_1__0();
+ rule__SubprogramImplementation__Group_13_1_1__0();
state._fsp--;
}
- after(grammarAccess.getSubprogramImplementationAccess().getGroup_12_1_1());
+ after(grammarAccess.getSubprogramImplementationAccess().getGroup_13_1_1());
}
@@ -57550,17 +54747,17 @@ else if ( (LA295_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__SubprogramImplementation__Alternatives_12_1"
+ // $ANTLR end "rule__SubprogramImplementation__Alternatives_13_1"
- // $ANTLR start "rule__SubprogramImplementation__Alternatives_12_1_0"
- // InternalAadl2Parser.g:12452:1: rule__SubprogramImplementation__Alternatives_12_1_0 : ( ( ( rule__SubprogramImplementation__OwnedFlowImplementationAssignment_12_1_0_0 ) ) | ( ( rule__SubprogramImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 ) ) );
- public final void rule__SubprogramImplementation__Alternatives_12_1_0() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramImplementation__Alternatives_13_1_0"
+ // InternalAadl2Parser.g:11502:1: rule__SubprogramImplementation__Alternatives_13_1_0 : ( ( ( rule__SubprogramImplementation__OwnedFlowImplementationAssignment_13_1_0_0 ) ) | ( ( rule__SubprogramImplementation__OwnedEndToEndFlowAssignment_13_1_0_1 ) ) );
+ public final void rule__SubprogramImplementation__Alternatives_13_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12456:1: ( ( ( rule__SubprogramImplementation__OwnedFlowImplementationAssignment_12_1_0_0 ) ) | ( ( rule__SubprogramImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 ) ) )
+ // InternalAadl2Parser.g:11506:1: ( ( ( rule__SubprogramImplementation__OwnedFlowImplementationAssignment_13_1_0_0 ) ) | ( ( rule__SubprogramImplementation__OwnedEndToEndFlowAssignment_13_1_0_1 ) ) )
int alt296=2;
int LA296_0 = input.LA(1);
@@ -57598,24 +54795,24 @@ else if ( (LA296_2==Refined||LA296_2==End) ) {
}
switch (alt296) {
case 1 :
- // InternalAadl2Parser.g:12457:2: ( ( rule__SubprogramImplementation__OwnedFlowImplementationAssignment_12_1_0_0 ) )
+ // InternalAadl2Parser.g:11507:2: ( ( rule__SubprogramImplementation__OwnedFlowImplementationAssignment_13_1_0_0 ) )
{
- // InternalAadl2Parser.g:12457:2: ( ( rule__SubprogramImplementation__OwnedFlowImplementationAssignment_12_1_0_0 ) )
- // InternalAadl2Parser.g:12458:3: ( rule__SubprogramImplementation__OwnedFlowImplementationAssignment_12_1_0_0 )
+ // InternalAadl2Parser.g:11507:2: ( ( rule__SubprogramImplementation__OwnedFlowImplementationAssignment_13_1_0_0 ) )
+ // InternalAadl2Parser.g:11508:3: ( rule__SubprogramImplementation__OwnedFlowImplementationAssignment_13_1_0_0 )
{
- before(grammarAccess.getSubprogramImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0());
- // InternalAadl2Parser.g:12459:3: ( rule__SubprogramImplementation__OwnedFlowImplementationAssignment_12_1_0_0 )
- // InternalAadl2Parser.g:12459:4: rule__SubprogramImplementation__OwnedFlowImplementationAssignment_12_1_0_0
+ before(grammarAccess.getSubprogramImplementationAccess().getOwnedFlowImplementationAssignment_13_1_0_0());
+ // InternalAadl2Parser.g:11509:3: ( rule__SubprogramImplementation__OwnedFlowImplementationAssignment_13_1_0_0 )
+ // InternalAadl2Parser.g:11509:4: rule__SubprogramImplementation__OwnedFlowImplementationAssignment_13_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramImplementation__OwnedFlowImplementationAssignment_12_1_0_0();
+ rule__SubprogramImplementation__OwnedFlowImplementationAssignment_13_1_0_0();
state._fsp--;
}
- after(grammarAccess.getSubprogramImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0());
+ after(grammarAccess.getSubprogramImplementationAccess().getOwnedFlowImplementationAssignment_13_1_0_0());
}
@@ -57623,24 +54820,24 @@ else if ( (LA296_2==Refined||LA296_2==End) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:12463:2: ( ( rule__SubprogramImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 ) )
+ // InternalAadl2Parser.g:11513:2: ( ( rule__SubprogramImplementation__OwnedEndToEndFlowAssignment_13_1_0_1 ) )
{
- // InternalAadl2Parser.g:12463:2: ( ( rule__SubprogramImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 ) )
- // InternalAadl2Parser.g:12464:3: ( rule__SubprogramImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 )
+ // InternalAadl2Parser.g:11513:2: ( ( rule__SubprogramImplementation__OwnedEndToEndFlowAssignment_13_1_0_1 ) )
+ // InternalAadl2Parser.g:11514:3: ( rule__SubprogramImplementation__OwnedEndToEndFlowAssignment_13_1_0_1 )
{
- before(grammarAccess.getSubprogramImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1());
- // InternalAadl2Parser.g:12465:3: ( rule__SubprogramImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 )
- // InternalAadl2Parser.g:12465:4: rule__SubprogramImplementation__OwnedEndToEndFlowAssignment_12_1_0_1
+ before(grammarAccess.getSubprogramImplementationAccess().getOwnedEndToEndFlowAssignment_13_1_0_1());
+ // InternalAadl2Parser.g:11515:3: ( rule__SubprogramImplementation__OwnedEndToEndFlowAssignment_13_1_0_1 )
+ // InternalAadl2Parser.g:11515:4: rule__SubprogramImplementation__OwnedEndToEndFlowAssignment_13_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramImplementation__OwnedEndToEndFlowAssignment_12_1_0_1();
+ rule__SubprogramImplementation__OwnedEndToEndFlowAssignment_13_1_0_1();
state._fsp--;
}
- after(grammarAccess.getSubprogramImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1());
+ after(grammarAccess.getSubprogramImplementationAccess().getOwnedEndToEndFlowAssignment_13_1_0_1());
}
@@ -57661,17 +54858,17 @@ else if ( (LA296_2==Refined||LA296_2==End) ) {
}
return ;
}
- // $ANTLR end "rule__SubprogramImplementation__Alternatives_12_1_0"
+ // $ANTLR end "rule__SubprogramImplementation__Alternatives_13_1_0"
- // $ANTLR start "rule__SubprogramImplementation__Alternatives_13_1"
- // InternalAadl2Parser.g:12473:1: rule__SubprogramImplementation__Alternatives_13_1 : ( ( ( ( rule__SubprogramImplementation__Alternatives_13_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_13_1_0 )* ) ) | ( ( rule__SubprogramImplementation__Group_13_1_1__0 ) ) );
- public final void rule__SubprogramImplementation__Alternatives_13_1() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramImplementation__Alternatives_14_1"
+ // InternalAadl2Parser.g:11523:1: rule__SubprogramImplementation__Alternatives_14_1 : ( ( ( ( rule__SubprogramImplementation__Alternatives_14_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_14_1_0 )* ) ) | ( ( rule__SubprogramImplementation__Group_14_1_1__0 ) ) );
+ public final void rule__SubprogramImplementation__Alternatives_14_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12477:1: ( ( ( ( rule__SubprogramImplementation__Alternatives_13_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_13_1_0 )* ) ) | ( ( rule__SubprogramImplementation__Group_13_1_1__0 ) ) )
+ // InternalAadl2Parser.g:11527:1: ( ( ( ( rule__SubprogramImplementation__Alternatives_14_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_14_1_0 )* ) ) | ( ( rule__SubprogramImplementation__Group_14_1_1__0 ) ) )
int alt298=2;
int LA298_0 = input.LA(1);
@@ -57689,35 +54886,35 @@ else if ( (LA298_0==None) ) {
}
switch (alt298) {
case 1 :
- // InternalAadl2Parser.g:12478:2: ( ( ( rule__SubprogramImplementation__Alternatives_13_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_13_1_0 )* ) )
+ // InternalAadl2Parser.g:11528:2: ( ( ( rule__SubprogramImplementation__Alternatives_14_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_14_1_0 )* ) )
{
- // InternalAadl2Parser.g:12478:2: ( ( ( rule__SubprogramImplementation__Alternatives_13_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_13_1_0 )* ) )
- // InternalAadl2Parser.g:12479:3: ( ( rule__SubprogramImplementation__Alternatives_13_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_13_1_0 )* )
+ // InternalAadl2Parser.g:11528:2: ( ( ( rule__SubprogramImplementation__Alternatives_14_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_14_1_0 )* ) )
+ // InternalAadl2Parser.g:11529:3: ( ( rule__SubprogramImplementation__Alternatives_14_1_0 ) ) ( ( rule__SubprogramImplementation__Alternatives_14_1_0 )* )
{
- // InternalAadl2Parser.g:12479:3: ( ( rule__SubprogramImplementation__Alternatives_13_1_0 ) )
- // InternalAadl2Parser.g:12480:4: ( rule__SubprogramImplementation__Alternatives_13_1_0 )
+ // InternalAadl2Parser.g:11529:3: ( ( rule__SubprogramImplementation__Alternatives_14_1_0 ) )
+ // InternalAadl2Parser.g:11530:4: ( rule__SubprogramImplementation__Alternatives_14_1_0 )
{
- before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_13_1_0());
- // InternalAadl2Parser.g:12481:4: ( rule__SubprogramImplementation__Alternatives_13_1_0 )
- // InternalAadl2Parser.g:12481:5: rule__SubprogramImplementation__Alternatives_13_1_0
+ before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_14_1_0());
+ // InternalAadl2Parser.g:11531:4: ( rule__SubprogramImplementation__Alternatives_14_1_0 )
+ // InternalAadl2Parser.g:11531:5: rule__SubprogramImplementation__Alternatives_14_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramImplementation__Alternatives_13_1_0();
+ rule__SubprogramImplementation__Alternatives_14_1_0();
state._fsp--;
}
- after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_13_1_0());
+ after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_14_1_0());
}
- // InternalAadl2Parser.g:12484:3: ( ( rule__SubprogramImplementation__Alternatives_13_1_0 )* )
- // InternalAadl2Parser.g:12485:4: ( rule__SubprogramImplementation__Alternatives_13_1_0 )*
+ // InternalAadl2Parser.g:11534:3: ( ( rule__SubprogramImplementation__Alternatives_14_1_0 )* )
+ // InternalAadl2Parser.g:11535:4: ( rule__SubprogramImplementation__Alternatives_14_1_0 )*
{
- before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_13_1_0());
- // InternalAadl2Parser.g:12486:4: ( rule__SubprogramImplementation__Alternatives_13_1_0 )*
+ before(grammarAccess.getSubprogramImplementationAccess().getAlternatives_14_1_0());
+ // InternalAadl2Parser.g:11536:4: ( rule__SubprogramImplementation__Alternatives_14_1_0 )*
loop297:
do {
int alt297=2;
@@ -57730,10 +54927,10 @@ else if ( (LA298_0==None) ) {
switch (alt297) {
case 1 :
- // InternalAadl2Parser.g:12486:5: rule__SubprogramImplementation__Alternatives_13_1_0
+ // InternalAadl2Parser.g:11536:5: rule__SubprogramImplementation__Alternatives_14_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramImplementation__Alternatives_13_1_0();
+ rule__SubprogramImplementation__Alternatives_14_1_0();
state._fsp--;
@@ -57746,7 +54943,7 @@ else if ( (LA298_0==None) ) {
}
} while (true);
- after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_13_1_0());
+ after(grammarAccess.getSubprogramImplementationAccess().getAlternatives_14_1_0());
}
@@ -57757,24 +54954,24 @@ else if ( (LA298_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:12491:2: ( ( rule__SubprogramImplementation__Group_13_1_1__0 ) )
+ // InternalAadl2Parser.g:11541:2: ( ( rule__SubprogramImplementation__Group_14_1_1__0 ) )
{
- // InternalAadl2Parser.g:12491:2: ( ( rule__SubprogramImplementation__Group_13_1_1__0 ) )
- // InternalAadl2Parser.g:12492:3: ( rule__SubprogramImplementation__Group_13_1_1__0 )
+ // InternalAadl2Parser.g:11541:2: ( ( rule__SubprogramImplementation__Group_14_1_1__0 ) )
+ // InternalAadl2Parser.g:11542:3: ( rule__SubprogramImplementation__Group_14_1_1__0 )
{
- before(grammarAccess.getSubprogramImplementationAccess().getGroup_13_1_1());
- // InternalAadl2Parser.g:12493:3: ( rule__SubprogramImplementation__Group_13_1_1__0 )
- // InternalAadl2Parser.g:12493:4: rule__SubprogramImplementation__Group_13_1_1__0
+ before(grammarAccess.getSubprogramImplementationAccess().getGroup_14_1_1());
+ // InternalAadl2Parser.g:11543:3: ( rule__SubprogramImplementation__Group_14_1_1__0 )
+ // InternalAadl2Parser.g:11543:4: rule__SubprogramImplementation__Group_14_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramImplementation__Group_13_1_1__0();
+ rule__SubprogramImplementation__Group_14_1_1__0();
state._fsp--;
}
- after(grammarAccess.getSubprogramImplementationAccess().getGroup_13_1_1());
+ after(grammarAccess.getSubprogramImplementationAccess().getGroup_14_1_1());
}
@@ -57795,42 +54992,42 @@ else if ( (LA298_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__SubprogramImplementation__Alternatives_13_1"
+ // $ANTLR end "rule__SubprogramImplementation__Alternatives_14_1"
- // $ANTLR start "rule__SubprogramImplementation__Alternatives_13_1_0"
- // InternalAadl2Parser.g:12501:1: rule__SubprogramImplementation__Alternatives_13_1_0 : ( ( ( rule__SubprogramImplementation__OwnedModeAssignment_13_1_0_0 ) ) | ( ( rule__SubprogramImplementation__OwnedModeTransitionAssignment_13_1_0_1 ) ) );
- public final void rule__SubprogramImplementation__Alternatives_13_1_0() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramImplementation__Alternatives_14_1_0"
+ // InternalAadl2Parser.g:11551:1: rule__SubprogramImplementation__Alternatives_14_1_0 : ( ( ( rule__SubprogramImplementation__OwnedModeAssignment_14_1_0_0 ) ) | ( ( rule__SubprogramImplementation__OwnedModeTransitionAssignment_14_1_0_1 ) ) );
+ public final void rule__SubprogramImplementation__Alternatives_14_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12505:1: ( ( ( rule__SubprogramImplementation__OwnedModeAssignment_13_1_0_0 ) ) | ( ( rule__SubprogramImplementation__OwnedModeTransitionAssignment_13_1_0_1 ) ) )
+ // InternalAadl2Parser.g:11555:1: ( ( ( rule__SubprogramImplementation__OwnedModeAssignment_14_1_0_0 ) ) | ( ( rule__SubprogramImplementation__OwnedModeTransitionAssignment_14_1_0_1 ) ) )
int alt299=2;
int LA299_0 = input.LA(1);
if ( (LA299_0==RULE_ID) ) {
int LA299_1 = input.LA(2);
- if ( (LA299_1==Colon) ) {
- int LA299_2 = input.LA(3);
+ if ( (LA299_1==HyphenMinusLeftSquareBracket) ) {
+ alt299=2;
+ }
+ else if ( (LA299_1==Colon) ) {
+ int LA299_3 = input.LA(3);
- if ( (LA299_2==Initial||LA299_2==Mode) ) {
+ if ( (LA299_3==Initial||LA299_3==Mode) ) {
alt299=1;
}
- else if ( (LA299_2==RULE_ID) ) {
+ else if ( (LA299_3==RULE_ID) ) {
alt299=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 299, 2, input);
+ new NoViableAltException("", 299, 3, input);
throw nvae;
}
}
- else if ( (LA299_1==HyphenMinusLeftSquareBracket) ) {
- alt299=2;
- }
else {
NoViableAltException nvae =
new NoViableAltException("", 299, 1, input);
@@ -57846,24 +55043,24 @@ else if ( (LA299_1==HyphenMinusLeftSquareBracket) ) {
}
switch (alt299) {
case 1 :
- // InternalAadl2Parser.g:12506:2: ( ( rule__SubprogramImplementation__OwnedModeAssignment_13_1_0_0 ) )
+ // InternalAadl2Parser.g:11556:2: ( ( rule__SubprogramImplementation__OwnedModeAssignment_14_1_0_0 ) )
{
- // InternalAadl2Parser.g:12506:2: ( ( rule__SubprogramImplementation__OwnedModeAssignment_13_1_0_0 ) )
- // InternalAadl2Parser.g:12507:3: ( rule__SubprogramImplementation__OwnedModeAssignment_13_1_0_0 )
+ // InternalAadl2Parser.g:11556:2: ( ( rule__SubprogramImplementation__OwnedModeAssignment_14_1_0_0 ) )
+ // InternalAadl2Parser.g:11557:3: ( rule__SubprogramImplementation__OwnedModeAssignment_14_1_0_0 )
{
- before(grammarAccess.getSubprogramImplementationAccess().getOwnedModeAssignment_13_1_0_0());
- // InternalAadl2Parser.g:12508:3: ( rule__SubprogramImplementation__OwnedModeAssignment_13_1_0_0 )
- // InternalAadl2Parser.g:12508:4: rule__SubprogramImplementation__OwnedModeAssignment_13_1_0_0
+ before(grammarAccess.getSubprogramImplementationAccess().getOwnedModeAssignment_14_1_0_0());
+ // InternalAadl2Parser.g:11558:3: ( rule__SubprogramImplementation__OwnedModeAssignment_14_1_0_0 )
+ // InternalAadl2Parser.g:11558:4: rule__SubprogramImplementation__OwnedModeAssignment_14_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramImplementation__OwnedModeAssignment_13_1_0_0();
+ rule__SubprogramImplementation__OwnedModeAssignment_14_1_0_0();
state._fsp--;
}
- after(grammarAccess.getSubprogramImplementationAccess().getOwnedModeAssignment_13_1_0_0());
+ after(grammarAccess.getSubprogramImplementationAccess().getOwnedModeAssignment_14_1_0_0());
}
@@ -57871,24 +55068,24 @@ else if ( (LA299_1==HyphenMinusLeftSquareBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:12512:2: ( ( rule__SubprogramImplementation__OwnedModeTransitionAssignment_13_1_0_1 ) )
+ // InternalAadl2Parser.g:11562:2: ( ( rule__SubprogramImplementation__OwnedModeTransitionAssignment_14_1_0_1 ) )
{
- // InternalAadl2Parser.g:12512:2: ( ( rule__SubprogramImplementation__OwnedModeTransitionAssignment_13_1_0_1 ) )
- // InternalAadl2Parser.g:12513:3: ( rule__SubprogramImplementation__OwnedModeTransitionAssignment_13_1_0_1 )
+ // InternalAadl2Parser.g:11562:2: ( ( rule__SubprogramImplementation__OwnedModeTransitionAssignment_14_1_0_1 ) )
+ // InternalAadl2Parser.g:11563:3: ( rule__SubprogramImplementation__OwnedModeTransitionAssignment_14_1_0_1 )
{
- before(grammarAccess.getSubprogramImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1());
- // InternalAadl2Parser.g:12514:3: ( rule__SubprogramImplementation__OwnedModeTransitionAssignment_13_1_0_1 )
- // InternalAadl2Parser.g:12514:4: rule__SubprogramImplementation__OwnedModeTransitionAssignment_13_1_0_1
+ before(grammarAccess.getSubprogramImplementationAccess().getOwnedModeTransitionAssignment_14_1_0_1());
+ // InternalAadl2Parser.g:11564:3: ( rule__SubprogramImplementation__OwnedModeTransitionAssignment_14_1_0_1 )
+ // InternalAadl2Parser.g:11564:4: rule__SubprogramImplementation__OwnedModeTransitionAssignment_14_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramImplementation__OwnedModeTransitionAssignment_13_1_0_1();
+ rule__SubprogramImplementation__OwnedModeTransitionAssignment_14_1_0_1();
state._fsp--;
}
- after(grammarAccess.getSubprogramImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1());
+ after(grammarAccess.getSubprogramImplementationAccess().getOwnedModeTransitionAssignment_14_1_0_1());
}
@@ -57909,17 +55106,17 @@ else if ( (LA299_1==HyphenMinusLeftSquareBracket) ) {
}
return ;
}
- // $ANTLR end "rule__SubprogramImplementation__Alternatives_13_1_0"
+ // $ANTLR end "rule__SubprogramImplementation__Alternatives_14_1_0"
- // $ANTLR start "rule__SubprogramImplementation__Alternatives_14_1"
- // InternalAadl2Parser.g:12522:1: rule__SubprogramImplementation__Alternatives_14_1 : ( ( ( ( rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* ) ) | ( ( rule__SubprogramImplementation__Group_14_1_1__0 ) ) );
- public final void rule__SubprogramImplementation__Alternatives_14_1() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramImplementation__Alternatives_15_1"
+ // InternalAadl2Parser.g:11572:1: rule__SubprogramImplementation__Alternatives_15_1 : ( ( ( ( rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_15_1_0 ) ) ( ( rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_15_1_0 )* ) ) | ( ( rule__SubprogramImplementation__Group_15_1_1__0 ) ) );
+ public final void rule__SubprogramImplementation__Alternatives_15_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12526:1: ( ( ( ( rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* ) ) | ( ( rule__SubprogramImplementation__Group_14_1_1__0 ) ) )
+ // InternalAadl2Parser.g:11576:1: ( ( ( ( rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_15_1_0 ) ) ( ( rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_15_1_0 )* ) ) | ( ( rule__SubprogramImplementation__Group_15_1_1__0 ) ) )
int alt301=2;
int LA301_0 = input.LA(1);
@@ -57937,35 +55134,35 @@ else if ( (LA301_0==None) ) {
}
switch (alt301) {
case 1 :
- // InternalAadl2Parser.g:12527:2: ( ( ( rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* ) )
+ // InternalAadl2Parser.g:11577:2: ( ( ( rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_15_1_0 ) ) ( ( rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_15_1_0 )* ) )
{
- // InternalAadl2Parser.g:12527:2: ( ( ( rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* ) )
- // InternalAadl2Parser.g:12528:3: ( ( rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* )
+ // InternalAadl2Parser.g:11577:2: ( ( ( rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_15_1_0 ) ) ( ( rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_15_1_0 )* ) )
+ // InternalAadl2Parser.g:11578:3: ( ( rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_15_1_0 ) ) ( ( rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_15_1_0 )* )
{
- // InternalAadl2Parser.g:12528:3: ( ( rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) )
- // InternalAadl2Parser.g:12529:4: ( rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_14_1_0 )
+ // InternalAadl2Parser.g:11578:3: ( ( rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_15_1_0 ) )
+ // InternalAadl2Parser.g:11579:4: ( rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_15_1_0 )
{
- before(grammarAccess.getSubprogramImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0());
- // InternalAadl2Parser.g:12530:4: ( rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_14_1_0 )
- // InternalAadl2Parser.g:12530:5: rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_14_1_0
+ before(grammarAccess.getSubprogramImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0());
+ // InternalAadl2Parser.g:11580:4: ( rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_15_1_0 )
+ // InternalAadl2Parser.g:11580:5: rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_15_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_14_1_0();
+ rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_15_1_0();
state._fsp--;
}
- after(grammarAccess.getSubprogramImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0());
+ after(grammarAccess.getSubprogramImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0());
}
- // InternalAadl2Parser.g:12533:3: ( ( rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* )
- // InternalAadl2Parser.g:12534:4: ( rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_14_1_0 )*
+ // InternalAadl2Parser.g:11583:3: ( ( rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_15_1_0 )* )
+ // InternalAadl2Parser.g:11584:4: ( rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_15_1_0 )*
{
- before(grammarAccess.getSubprogramImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0());
- // InternalAadl2Parser.g:12535:4: ( rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_14_1_0 )*
+ before(grammarAccess.getSubprogramImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0());
+ // InternalAadl2Parser.g:11585:4: ( rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_15_1_0 )*
loop300:
do {
int alt300=2;
@@ -57978,10 +55175,10 @@ else if ( (LA301_0==None) ) {
switch (alt300) {
case 1 :
- // InternalAadl2Parser.g:12535:5: rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_14_1_0
+ // InternalAadl2Parser.g:11585:5: rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_15_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_14_1_0();
+ rule__SubprogramImplementation__OwnedPropertyAssociationAssignment_15_1_0();
state._fsp--;
@@ -57994,7 +55191,7 @@ else if ( (LA301_0==None) ) {
}
} while (true);
- after(grammarAccess.getSubprogramImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0());
+ after(grammarAccess.getSubprogramImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0());
}
@@ -58005,24 +55202,24 @@ else if ( (LA301_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:12540:2: ( ( rule__SubprogramImplementation__Group_14_1_1__0 ) )
+ // InternalAadl2Parser.g:11590:2: ( ( rule__SubprogramImplementation__Group_15_1_1__0 ) )
{
- // InternalAadl2Parser.g:12540:2: ( ( rule__SubprogramImplementation__Group_14_1_1__0 ) )
- // InternalAadl2Parser.g:12541:3: ( rule__SubprogramImplementation__Group_14_1_1__0 )
+ // InternalAadl2Parser.g:11590:2: ( ( rule__SubprogramImplementation__Group_15_1_1__0 ) )
+ // InternalAadl2Parser.g:11591:3: ( rule__SubprogramImplementation__Group_15_1_1__0 )
{
- before(grammarAccess.getSubprogramImplementationAccess().getGroup_14_1_1());
- // InternalAadl2Parser.g:12542:3: ( rule__SubprogramImplementation__Group_14_1_1__0 )
- // InternalAadl2Parser.g:12542:4: rule__SubprogramImplementation__Group_14_1_1__0
+ before(grammarAccess.getSubprogramImplementationAccess().getGroup_15_1_1());
+ // InternalAadl2Parser.g:11592:3: ( rule__SubprogramImplementation__Group_15_1_1__0 )
+ // InternalAadl2Parser.g:11592:4: rule__SubprogramImplementation__Group_15_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramImplementation__Group_14_1_1__0();
+ rule__SubprogramImplementation__Group_15_1_1__0();
state._fsp--;
}
- after(grammarAccess.getSubprogramImplementationAccess().getGroup_14_1_1());
+ after(grammarAccess.getSubprogramImplementationAccess().getGroup_15_1_1());
}
@@ -58043,17 +55240,17 @@ else if ( (LA301_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__SubprogramImplementation__Alternatives_14_1"
+ // $ANTLR end "rule__SubprogramImplementation__Alternatives_15_1"
- // $ANTLR start "rule__SubprogramGroupImplementation__Alternatives_6_1"
- // InternalAadl2Parser.g:12550:1: rule__SubprogramGroupImplementation__Alternatives_6_1 : ( ( ( ( rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_6_1_0 )* ) ) | ( ( rule__SubprogramGroupImplementation__Group_6_1_1__0 ) ) );
- public final void rule__SubprogramGroupImplementation__Alternatives_6_1() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupImplementation__Alternatives_8_1"
+ // InternalAadl2Parser.g:11600:1: rule__SubprogramGroupImplementation__Alternatives_8_1 : ( ( ( ( rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_8_1_0 ) ) ( ( rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_8_1_0 )* ) ) | ( ( rule__SubprogramGroupImplementation__Group_8_1_1__0 ) ) );
+ public final void rule__SubprogramGroupImplementation__Alternatives_8_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12554:1: ( ( ( ( rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_6_1_0 )* ) ) | ( ( rule__SubprogramGroupImplementation__Group_6_1_1__0 ) ) )
+ // InternalAadl2Parser.g:11604:1: ( ( ( ( rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_8_1_0 ) ) ( ( rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_8_1_0 )* ) ) | ( ( rule__SubprogramGroupImplementation__Group_8_1_1__0 ) ) )
int alt303=2;
int LA303_0 = input.LA(1);
@@ -58071,35 +55268,35 @@ else if ( (LA303_0==None) ) {
}
switch (alt303) {
case 1 :
- // InternalAadl2Parser.g:12555:2: ( ( ( rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_6_1_0 )* ) )
+ // InternalAadl2Parser.g:11605:2: ( ( ( rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_8_1_0 ) ) ( ( rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_8_1_0 )* ) )
{
- // InternalAadl2Parser.g:12555:2: ( ( ( rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_6_1_0 )* ) )
- // InternalAadl2Parser.g:12556:3: ( ( rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_6_1_0 )* )
+ // InternalAadl2Parser.g:11605:2: ( ( ( rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_8_1_0 ) ) ( ( rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_8_1_0 )* ) )
+ // InternalAadl2Parser.g:11606:3: ( ( rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_8_1_0 ) ) ( ( rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_8_1_0 )* )
{
- // InternalAadl2Parser.g:12556:3: ( ( rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_6_1_0 ) )
- // InternalAadl2Parser.g:12557:4: ( rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_6_1_0 )
+ // InternalAadl2Parser.g:11606:3: ( ( rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_8_1_0 ) )
+ // InternalAadl2Parser.g:11607:4: ( rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_8_1_0 )
{
- before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
- // InternalAadl2Parser.g:12558:4: ( rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_6_1_0 )
- // InternalAadl2Parser.g:12558:5: rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_6_1_0
+ before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeAssignment_8_1_0());
+ // InternalAadl2Parser.g:11608:4: ( rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_8_1_0 )
+ // InternalAadl2Parser.g:11608:5: rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_8_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_6_1_0();
+ rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_8_1_0();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
+ after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeAssignment_8_1_0());
}
- // InternalAadl2Parser.g:12561:3: ( ( rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_6_1_0 )* )
- // InternalAadl2Parser.g:12562:4: ( rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_6_1_0 )*
+ // InternalAadl2Parser.g:11611:3: ( ( rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_8_1_0 )* )
+ // InternalAadl2Parser.g:11612:4: ( rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_8_1_0 )*
{
- before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
- // InternalAadl2Parser.g:12563:4: ( rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_6_1_0 )*
+ before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeAssignment_8_1_0());
+ // InternalAadl2Parser.g:11613:4: ( rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_8_1_0 )*
loop302:
do {
int alt302=2;
@@ -58112,10 +55309,10 @@ else if ( (LA303_0==None) ) {
switch (alt302) {
case 1 :
- // InternalAadl2Parser.g:12563:5: rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_6_1_0
+ // InternalAadl2Parser.g:11613:5: rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_8_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_6_1_0();
+ rule__SubprogramGroupImplementation__OwnedPrototypeAssignment_8_1_0();
state._fsp--;
@@ -58128,7 +55325,7 @@ else if ( (LA303_0==None) ) {
}
} while (true);
- after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
+ after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPrototypeAssignment_8_1_0());
}
@@ -58139,24 +55336,24 @@ else if ( (LA303_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:12568:2: ( ( rule__SubprogramGroupImplementation__Group_6_1_1__0 ) )
+ // InternalAadl2Parser.g:11618:2: ( ( rule__SubprogramGroupImplementation__Group_8_1_1__0 ) )
{
- // InternalAadl2Parser.g:12568:2: ( ( rule__SubprogramGroupImplementation__Group_6_1_1__0 ) )
- // InternalAadl2Parser.g:12569:3: ( rule__SubprogramGroupImplementation__Group_6_1_1__0 )
+ // InternalAadl2Parser.g:11618:2: ( ( rule__SubprogramGroupImplementation__Group_8_1_1__0 ) )
+ // InternalAadl2Parser.g:11619:3: ( rule__SubprogramGroupImplementation__Group_8_1_1__0 )
{
- before(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_6_1_1());
- // InternalAadl2Parser.g:12570:3: ( rule__SubprogramGroupImplementation__Group_6_1_1__0 )
- // InternalAadl2Parser.g:12570:4: rule__SubprogramGroupImplementation__Group_6_1_1__0
+ before(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_8_1_1());
+ // InternalAadl2Parser.g:11620:3: ( rule__SubprogramGroupImplementation__Group_8_1_1__0 )
+ // InternalAadl2Parser.g:11620:4: rule__SubprogramGroupImplementation__Group_8_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupImplementation__Group_6_1_1__0();
+ rule__SubprogramGroupImplementation__Group_8_1_1__0();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_6_1_1());
+ after(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_8_1_1());
}
@@ -58177,17 +55374,17 @@ else if ( (LA303_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupImplementation__Alternatives_6_1"
+ // $ANTLR end "rule__SubprogramGroupImplementation__Alternatives_8_1"
- // $ANTLR start "rule__SubprogramGroupImplementation__Alternatives_7_1"
- // InternalAadl2Parser.g:12578:1: rule__SubprogramGroupImplementation__Alternatives_7_1 : ( ( ( ( rule__SubprogramGroupImplementation__Alternatives_7_1_0 ) ) ( ( rule__SubprogramGroupImplementation__Alternatives_7_1_0 )* ) ) | ( ( rule__SubprogramGroupImplementation__Group_7_1_1__0 ) ) );
- public final void rule__SubprogramGroupImplementation__Alternatives_7_1() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupImplementation__Alternatives_9_1"
+ // InternalAadl2Parser.g:11628:1: rule__SubprogramGroupImplementation__Alternatives_9_1 : ( ( ( ( rule__SubprogramGroupImplementation__Alternatives_9_1_0 ) ) ( ( rule__SubprogramGroupImplementation__Alternatives_9_1_0 )* ) ) | ( ( rule__SubprogramGroupImplementation__Group_9_1_1__0 ) ) );
+ public final void rule__SubprogramGroupImplementation__Alternatives_9_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12582:1: ( ( ( ( rule__SubprogramGroupImplementation__Alternatives_7_1_0 ) ) ( ( rule__SubprogramGroupImplementation__Alternatives_7_1_0 )* ) ) | ( ( rule__SubprogramGroupImplementation__Group_7_1_1__0 ) ) )
+ // InternalAadl2Parser.g:11632:1: ( ( ( ( rule__SubprogramGroupImplementation__Alternatives_9_1_0 ) ) ( ( rule__SubprogramGroupImplementation__Alternatives_9_1_0 )* ) ) | ( ( rule__SubprogramGroupImplementation__Group_9_1_1__0 ) ) )
int alt305=2;
int LA305_0 = input.LA(1);
@@ -58205,35 +55402,35 @@ else if ( (LA305_0==None) ) {
}
switch (alt305) {
case 1 :
- // InternalAadl2Parser.g:12583:2: ( ( ( rule__SubprogramGroupImplementation__Alternatives_7_1_0 ) ) ( ( rule__SubprogramGroupImplementation__Alternatives_7_1_0 )* ) )
+ // InternalAadl2Parser.g:11633:2: ( ( ( rule__SubprogramGroupImplementation__Alternatives_9_1_0 ) ) ( ( rule__SubprogramGroupImplementation__Alternatives_9_1_0 )* ) )
{
- // InternalAadl2Parser.g:12583:2: ( ( ( rule__SubprogramGroupImplementation__Alternatives_7_1_0 ) ) ( ( rule__SubprogramGroupImplementation__Alternatives_7_1_0 )* ) )
- // InternalAadl2Parser.g:12584:3: ( ( rule__SubprogramGroupImplementation__Alternatives_7_1_0 ) ) ( ( rule__SubprogramGroupImplementation__Alternatives_7_1_0 )* )
+ // InternalAadl2Parser.g:11633:2: ( ( ( rule__SubprogramGroupImplementation__Alternatives_9_1_0 ) ) ( ( rule__SubprogramGroupImplementation__Alternatives_9_1_0 )* ) )
+ // InternalAadl2Parser.g:11634:3: ( ( rule__SubprogramGroupImplementation__Alternatives_9_1_0 ) ) ( ( rule__SubprogramGroupImplementation__Alternatives_9_1_0 )* )
{
- // InternalAadl2Parser.g:12584:3: ( ( rule__SubprogramGroupImplementation__Alternatives_7_1_0 ) )
- // InternalAadl2Parser.g:12585:4: ( rule__SubprogramGroupImplementation__Alternatives_7_1_0 )
+ // InternalAadl2Parser.g:11634:3: ( ( rule__SubprogramGroupImplementation__Alternatives_9_1_0 ) )
+ // InternalAadl2Parser.g:11635:4: ( rule__SubprogramGroupImplementation__Alternatives_9_1_0 )
{
- before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_7_1_0());
- // InternalAadl2Parser.g:12586:4: ( rule__SubprogramGroupImplementation__Alternatives_7_1_0 )
- // InternalAadl2Parser.g:12586:5: rule__SubprogramGroupImplementation__Alternatives_7_1_0
+ before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_9_1_0());
+ // InternalAadl2Parser.g:11636:4: ( rule__SubprogramGroupImplementation__Alternatives_9_1_0 )
+ // InternalAadl2Parser.g:11636:5: rule__SubprogramGroupImplementation__Alternatives_9_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramGroupImplementation__Alternatives_7_1_0();
+ rule__SubprogramGroupImplementation__Alternatives_9_1_0();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_7_1_0());
+ after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_9_1_0());
}
- // InternalAadl2Parser.g:12589:3: ( ( rule__SubprogramGroupImplementation__Alternatives_7_1_0 )* )
- // InternalAadl2Parser.g:12590:4: ( rule__SubprogramGroupImplementation__Alternatives_7_1_0 )*
+ // InternalAadl2Parser.g:11639:3: ( ( rule__SubprogramGroupImplementation__Alternatives_9_1_0 )* )
+ // InternalAadl2Parser.g:11640:4: ( rule__SubprogramGroupImplementation__Alternatives_9_1_0 )*
{
- before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_7_1_0());
- // InternalAadl2Parser.g:12591:4: ( rule__SubprogramGroupImplementation__Alternatives_7_1_0 )*
+ before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_9_1_0());
+ // InternalAadl2Parser.g:11641:4: ( rule__SubprogramGroupImplementation__Alternatives_9_1_0 )*
loop304:
do {
int alt304=2;
@@ -58246,10 +55443,10 @@ else if ( (LA305_0==None) ) {
switch (alt304) {
case 1 :
- // InternalAadl2Parser.g:12591:5: rule__SubprogramGroupImplementation__Alternatives_7_1_0
+ // InternalAadl2Parser.g:11641:5: rule__SubprogramGroupImplementation__Alternatives_9_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramGroupImplementation__Alternatives_7_1_0();
+ rule__SubprogramGroupImplementation__Alternatives_9_1_0();
state._fsp--;
@@ -58262,7 +55459,7 @@ else if ( (LA305_0==None) ) {
}
} while (true);
- after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_7_1_0());
+ after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_9_1_0());
}
@@ -58273,24 +55470,24 @@ else if ( (LA305_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:12596:2: ( ( rule__SubprogramGroupImplementation__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:11646:2: ( ( rule__SubprogramGroupImplementation__Group_9_1_1__0 ) )
{
- // InternalAadl2Parser.g:12596:2: ( ( rule__SubprogramGroupImplementation__Group_7_1_1__0 ) )
- // InternalAadl2Parser.g:12597:3: ( rule__SubprogramGroupImplementation__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:11646:2: ( ( rule__SubprogramGroupImplementation__Group_9_1_1__0 ) )
+ // InternalAadl2Parser.g:11647:3: ( rule__SubprogramGroupImplementation__Group_9_1_1__0 )
{
- before(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_7_1_1());
- // InternalAadl2Parser.g:12598:3: ( rule__SubprogramGroupImplementation__Group_7_1_1__0 )
- // InternalAadl2Parser.g:12598:4: rule__SubprogramGroupImplementation__Group_7_1_1__0
+ before(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_9_1_1());
+ // InternalAadl2Parser.g:11648:3: ( rule__SubprogramGroupImplementation__Group_9_1_1__0 )
+ // InternalAadl2Parser.g:11648:4: rule__SubprogramGroupImplementation__Group_9_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupImplementation__Group_7_1_1__0();
+ rule__SubprogramGroupImplementation__Group_9_1_1__0();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_7_1_1());
+ after(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_9_1_1());
}
@@ -58311,39 +55508,39 @@ else if ( (LA305_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupImplementation__Alternatives_7_1"
+ // $ANTLR end "rule__SubprogramGroupImplementation__Alternatives_9_1"
- // $ANTLR start "rule__SubprogramGroupImplementation__Alternatives_7_1_0"
- // InternalAadl2Parser.g:12606:1: rule__SubprogramGroupImplementation__Alternatives_7_1_0 : ( ( ( rule__SubprogramGroupImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_0 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_1 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedDataSubcomponentAssignment_7_1_0_3 ) ) );
- public final void rule__SubprogramGroupImplementation__Alternatives_7_1_0() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupImplementation__Alternatives_9_1_0"
+ // InternalAadl2Parser.g:11656:1: rule__SubprogramGroupImplementation__Alternatives_9_1_0 : ( ( ( rule__SubprogramGroupImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_0 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_1 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_9_1_0_2 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedDataSubcomponentAssignment_9_1_0_3 ) ) );
+ public final void rule__SubprogramGroupImplementation__Alternatives_9_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12610:1: ( ( ( rule__SubprogramGroupImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_0 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_1 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedDataSubcomponentAssignment_7_1_0_3 ) ) )
+ // InternalAadl2Parser.g:11660:1: ( ( ( rule__SubprogramGroupImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_0 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_1 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_9_1_0_2 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedDataSubcomponentAssignment_9_1_0_3 ) ) )
int alt306=4;
alt306 = dfa306.predict(input);
switch (alt306) {
case 1 :
- // InternalAadl2Parser.g:12611:2: ( ( rule__SubprogramGroupImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_0 ) )
+ // InternalAadl2Parser.g:11661:2: ( ( rule__SubprogramGroupImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_0 ) )
{
- // InternalAadl2Parser.g:12611:2: ( ( rule__SubprogramGroupImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_0 ) )
- // InternalAadl2Parser.g:12612:3: ( rule__SubprogramGroupImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_0 )
+ // InternalAadl2Parser.g:11661:2: ( ( rule__SubprogramGroupImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_0 ) )
+ // InternalAadl2Parser.g:11662:3: ( rule__SubprogramGroupImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_0 )
{
- before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_0());
- // InternalAadl2Parser.g:12613:3: ( rule__SubprogramGroupImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_0 )
- // InternalAadl2Parser.g:12613:4: rule__SubprogramGroupImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_0
+ before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramSubcomponentAssignment_9_1_0_0());
+ // InternalAadl2Parser.g:11663:3: ( rule__SubprogramGroupImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_0 )
+ // InternalAadl2Parser.g:11663:4: rule__SubprogramGroupImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupImplementation__OwnedSubprogramSubcomponentAssignment_7_1_0_0();
+ rule__SubprogramGroupImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_0();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramSubcomponentAssignment_7_1_0_0());
+ after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramSubcomponentAssignment_9_1_0_0());
}
@@ -58351,24 +55548,24 @@ public final void rule__SubprogramGroupImplementation__Alternatives_7_1_0() thro
}
break;
case 2 :
- // InternalAadl2Parser.g:12617:2: ( ( rule__SubprogramGroupImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_1 ) )
+ // InternalAadl2Parser.g:11667:2: ( ( rule__SubprogramGroupImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_1 ) )
{
- // InternalAadl2Parser.g:12617:2: ( ( rule__SubprogramGroupImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_1 ) )
- // InternalAadl2Parser.g:12618:3: ( rule__SubprogramGroupImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_1 )
+ // InternalAadl2Parser.g:11667:2: ( ( rule__SubprogramGroupImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_1 ) )
+ // InternalAadl2Parser.g:11668:3: ( rule__SubprogramGroupImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_1 )
{
- before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_1());
- // InternalAadl2Parser.g:12619:3: ( rule__SubprogramGroupImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_1 )
- // InternalAadl2Parser.g:12619:4: rule__SubprogramGroupImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_1
+ before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAbstractSubcomponentAssignment_9_1_0_1());
+ // InternalAadl2Parser.g:11669:3: ( rule__SubprogramGroupImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_1 )
+ // InternalAadl2Parser.g:11669:4: rule__SubprogramGroupImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_1();
+ rule__SubprogramGroupImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_1();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_1());
+ after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAbstractSubcomponentAssignment_9_1_0_1());
}
@@ -58376,24 +55573,24 @@ public final void rule__SubprogramGroupImplementation__Alternatives_7_1_0() thro
}
break;
case 3 :
- // InternalAadl2Parser.g:12623:2: ( ( rule__SubprogramGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2 ) )
+ // InternalAadl2Parser.g:11673:2: ( ( rule__SubprogramGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_9_1_0_2 ) )
{
- // InternalAadl2Parser.g:12623:2: ( ( rule__SubprogramGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2 ) )
- // InternalAadl2Parser.g:12624:3: ( rule__SubprogramGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2 )
+ // InternalAadl2Parser.g:11673:2: ( ( rule__SubprogramGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_9_1_0_2 ) )
+ // InternalAadl2Parser.g:11674:3: ( rule__SubprogramGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_9_1_0_2 )
{
- before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_7_1_0_2());
- // InternalAadl2Parser.g:12625:3: ( rule__SubprogramGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2 )
- // InternalAadl2Parser.g:12625:4: rule__SubprogramGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2
+ before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_9_1_0_2());
+ // InternalAadl2Parser.g:11675:3: ( rule__SubprogramGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_9_1_0_2 )
+ // InternalAadl2Parser.g:11675:4: rule__SubprogramGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_9_1_0_2
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_7_1_0_2();
+ rule__SubprogramGroupImplementation__OwnedSubprogramGroupSubcomponentAssignment_9_1_0_2();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_7_1_0_2());
+ after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramGroupSubcomponentAssignment_9_1_0_2());
}
@@ -58401,24 +55598,24 @@ public final void rule__SubprogramGroupImplementation__Alternatives_7_1_0() thro
}
break;
case 4 :
- // InternalAadl2Parser.g:12629:2: ( ( rule__SubprogramGroupImplementation__OwnedDataSubcomponentAssignment_7_1_0_3 ) )
+ // InternalAadl2Parser.g:11679:2: ( ( rule__SubprogramGroupImplementation__OwnedDataSubcomponentAssignment_9_1_0_3 ) )
{
- // InternalAadl2Parser.g:12629:2: ( ( rule__SubprogramGroupImplementation__OwnedDataSubcomponentAssignment_7_1_0_3 ) )
- // InternalAadl2Parser.g:12630:3: ( rule__SubprogramGroupImplementation__OwnedDataSubcomponentAssignment_7_1_0_3 )
+ // InternalAadl2Parser.g:11679:2: ( ( rule__SubprogramGroupImplementation__OwnedDataSubcomponentAssignment_9_1_0_3 ) )
+ // InternalAadl2Parser.g:11680:3: ( rule__SubprogramGroupImplementation__OwnedDataSubcomponentAssignment_9_1_0_3 )
{
- before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_3());
- // InternalAadl2Parser.g:12631:3: ( rule__SubprogramGroupImplementation__OwnedDataSubcomponentAssignment_7_1_0_3 )
- // InternalAadl2Parser.g:12631:4: rule__SubprogramGroupImplementation__OwnedDataSubcomponentAssignment_7_1_0_3
+ before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedDataSubcomponentAssignment_9_1_0_3());
+ // InternalAadl2Parser.g:11681:3: ( rule__SubprogramGroupImplementation__OwnedDataSubcomponentAssignment_9_1_0_3 )
+ // InternalAadl2Parser.g:11681:4: rule__SubprogramGroupImplementation__OwnedDataSubcomponentAssignment_9_1_0_3
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupImplementation__OwnedDataSubcomponentAssignment_7_1_0_3();
+ rule__SubprogramGroupImplementation__OwnedDataSubcomponentAssignment_9_1_0_3();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_3());
+ after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedDataSubcomponentAssignment_9_1_0_3());
}
@@ -58439,17 +55636,17 @@ public final void rule__SubprogramGroupImplementation__Alternatives_7_1_0() thro
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupImplementation__Alternatives_7_1_0"
+ // $ANTLR end "rule__SubprogramGroupImplementation__Alternatives_9_1_0"
- // $ANTLR start "rule__SubprogramGroupImplementation__Alternatives_8_1"
- // InternalAadl2Parser.g:12639:1: rule__SubprogramGroupImplementation__Alternatives_8_1 : ( ( ( rule__SubprogramGroupImplementation__OwnedEventSourceAssignment_8_1_0 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedEventDataSourceAssignment_8_1_1 ) ) );
- public final void rule__SubprogramGroupImplementation__Alternatives_8_1() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupImplementation__Alternatives_10_2"
+ // InternalAadl2Parser.g:11689:1: rule__SubprogramGroupImplementation__Alternatives_10_2 : ( ( ( rule__SubprogramGroupImplementation__OwnedEventSourceAssignment_10_2_0 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedEventDataSourceAssignment_10_2_1 ) ) );
+ public final void rule__SubprogramGroupImplementation__Alternatives_10_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12643:1: ( ( ( rule__SubprogramGroupImplementation__OwnedEventSourceAssignment_8_1_0 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedEventDataSourceAssignment_8_1_1 ) ) )
+ // InternalAadl2Parser.g:11693:1: ( ( ( rule__SubprogramGroupImplementation__OwnedEventSourceAssignment_10_2_0 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedEventDataSourceAssignment_10_2_1 ) ) )
int alt307=2;
int LA307_0 = input.LA(1);
@@ -58497,24 +55694,24 @@ else if ( (LA307_3==Data) ) {
}
switch (alt307) {
case 1 :
- // InternalAadl2Parser.g:12644:2: ( ( rule__SubprogramGroupImplementation__OwnedEventSourceAssignment_8_1_0 ) )
+ // InternalAadl2Parser.g:11694:2: ( ( rule__SubprogramGroupImplementation__OwnedEventSourceAssignment_10_2_0 ) )
{
- // InternalAadl2Parser.g:12644:2: ( ( rule__SubprogramGroupImplementation__OwnedEventSourceAssignment_8_1_0 ) )
- // InternalAadl2Parser.g:12645:3: ( rule__SubprogramGroupImplementation__OwnedEventSourceAssignment_8_1_0 )
+ // InternalAadl2Parser.g:11694:2: ( ( rule__SubprogramGroupImplementation__OwnedEventSourceAssignment_10_2_0 ) )
+ // InternalAadl2Parser.g:11695:3: ( rule__SubprogramGroupImplementation__OwnedEventSourceAssignment_10_2_0 )
{
- before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedEventSourceAssignment_8_1_0());
- // InternalAadl2Parser.g:12646:3: ( rule__SubprogramGroupImplementation__OwnedEventSourceAssignment_8_1_0 )
- // InternalAadl2Parser.g:12646:4: rule__SubprogramGroupImplementation__OwnedEventSourceAssignment_8_1_0
+ before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedEventSourceAssignment_10_2_0());
+ // InternalAadl2Parser.g:11696:3: ( rule__SubprogramGroupImplementation__OwnedEventSourceAssignment_10_2_0 )
+ // InternalAadl2Parser.g:11696:4: rule__SubprogramGroupImplementation__OwnedEventSourceAssignment_10_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupImplementation__OwnedEventSourceAssignment_8_1_0();
+ rule__SubprogramGroupImplementation__OwnedEventSourceAssignment_10_2_0();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedEventSourceAssignment_8_1_0());
+ after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedEventSourceAssignment_10_2_0());
}
@@ -58522,24 +55719,24 @@ else if ( (LA307_3==Data) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:12650:2: ( ( rule__SubprogramGroupImplementation__OwnedEventDataSourceAssignment_8_1_1 ) )
+ // InternalAadl2Parser.g:11700:2: ( ( rule__SubprogramGroupImplementation__OwnedEventDataSourceAssignment_10_2_1 ) )
{
- // InternalAadl2Parser.g:12650:2: ( ( rule__SubprogramGroupImplementation__OwnedEventDataSourceAssignment_8_1_1 ) )
- // InternalAadl2Parser.g:12651:3: ( rule__SubprogramGroupImplementation__OwnedEventDataSourceAssignment_8_1_1 )
+ // InternalAadl2Parser.g:11700:2: ( ( rule__SubprogramGroupImplementation__OwnedEventDataSourceAssignment_10_2_1 ) )
+ // InternalAadl2Parser.g:11701:3: ( rule__SubprogramGroupImplementation__OwnedEventDataSourceAssignment_10_2_1 )
{
- before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1());
- // InternalAadl2Parser.g:12652:3: ( rule__SubprogramGroupImplementation__OwnedEventDataSourceAssignment_8_1_1 )
- // InternalAadl2Parser.g:12652:4: rule__SubprogramGroupImplementation__OwnedEventDataSourceAssignment_8_1_1
+ before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedEventDataSourceAssignment_10_2_1());
+ // InternalAadl2Parser.g:11702:3: ( rule__SubprogramGroupImplementation__OwnedEventDataSourceAssignment_10_2_1 )
+ // InternalAadl2Parser.g:11702:4: rule__SubprogramGroupImplementation__OwnedEventDataSourceAssignment_10_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupImplementation__OwnedEventDataSourceAssignment_8_1_1();
+ rule__SubprogramGroupImplementation__OwnedEventDataSourceAssignment_10_2_1();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1());
+ after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedEventDataSourceAssignment_10_2_1());
}
@@ -58560,17 +55757,17 @@ else if ( (LA307_3==Data) ) {
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupImplementation__Alternatives_8_1"
+ // $ANTLR end "rule__SubprogramGroupImplementation__Alternatives_10_2"
- // $ANTLR start "rule__SubprogramGroupImplementation__Alternatives_9_1"
- // InternalAadl2Parser.g:12660:1: rule__SubprogramGroupImplementation__Alternatives_9_1 : ( ( ( rule__SubprogramGroupImplementation__OwnedPortProxyAssignment_9_1_0 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) ) );
- public final void rule__SubprogramGroupImplementation__Alternatives_9_1() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupImplementation__Alternatives_11_2"
+ // InternalAadl2Parser.g:11710:1: rule__SubprogramGroupImplementation__Alternatives_11_2 : ( ( ( rule__SubprogramGroupImplementation__OwnedPortProxyAssignment_11_2_0 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedSubprogramProxyAssignment_11_2_1 ) ) );
+ public final void rule__SubprogramGroupImplementation__Alternatives_11_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12664:1: ( ( ( rule__SubprogramGroupImplementation__OwnedPortProxyAssignment_9_1_0 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) ) )
+ // InternalAadl2Parser.g:11714:1: ( ( ( rule__SubprogramGroupImplementation__OwnedPortProxyAssignment_11_2_0 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedSubprogramProxyAssignment_11_2_1 ) ) )
int alt308=2;
int LA308_0 = input.LA(1);
@@ -58608,24 +55805,24 @@ else if ( (LA308_2==Port) ) {
}
switch (alt308) {
case 1 :
- // InternalAadl2Parser.g:12665:2: ( ( rule__SubprogramGroupImplementation__OwnedPortProxyAssignment_9_1_0 ) )
+ // InternalAadl2Parser.g:11715:2: ( ( rule__SubprogramGroupImplementation__OwnedPortProxyAssignment_11_2_0 ) )
{
- // InternalAadl2Parser.g:12665:2: ( ( rule__SubprogramGroupImplementation__OwnedPortProxyAssignment_9_1_0 ) )
- // InternalAadl2Parser.g:12666:3: ( rule__SubprogramGroupImplementation__OwnedPortProxyAssignment_9_1_0 )
+ // InternalAadl2Parser.g:11715:2: ( ( rule__SubprogramGroupImplementation__OwnedPortProxyAssignment_11_2_0 ) )
+ // InternalAadl2Parser.g:11716:3: ( rule__SubprogramGroupImplementation__OwnedPortProxyAssignment_11_2_0 )
{
- before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPortProxyAssignment_9_1_0());
- // InternalAadl2Parser.g:12667:3: ( rule__SubprogramGroupImplementation__OwnedPortProxyAssignment_9_1_0 )
- // InternalAadl2Parser.g:12667:4: rule__SubprogramGroupImplementation__OwnedPortProxyAssignment_9_1_0
+ before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPortProxyAssignment_11_2_0());
+ // InternalAadl2Parser.g:11717:3: ( rule__SubprogramGroupImplementation__OwnedPortProxyAssignment_11_2_0 )
+ // InternalAadl2Parser.g:11717:4: rule__SubprogramGroupImplementation__OwnedPortProxyAssignment_11_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupImplementation__OwnedPortProxyAssignment_9_1_0();
+ rule__SubprogramGroupImplementation__OwnedPortProxyAssignment_11_2_0();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPortProxyAssignment_9_1_0());
+ after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPortProxyAssignment_11_2_0());
}
@@ -58633,24 +55830,24 @@ else if ( (LA308_2==Port) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:12671:2: ( ( rule__SubprogramGroupImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) )
+ // InternalAadl2Parser.g:11721:2: ( ( rule__SubprogramGroupImplementation__OwnedSubprogramProxyAssignment_11_2_1 ) )
{
- // InternalAadl2Parser.g:12671:2: ( ( rule__SubprogramGroupImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) )
- // InternalAadl2Parser.g:12672:3: ( rule__SubprogramGroupImplementation__OwnedSubprogramProxyAssignment_9_1_1 )
+ // InternalAadl2Parser.g:11721:2: ( ( rule__SubprogramGroupImplementation__OwnedSubprogramProxyAssignment_11_2_1 ) )
+ // InternalAadl2Parser.g:11722:3: ( rule__SubprogramGroupImplementation__OwnedSubprogramProxyAssignment_11_2_1 )
{
- before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1());
- // InternalAadl2Parser.g:12673:3: ( rule__SubprogramGroupImplementation__OwnedSubprogramProxyAssignment_9_1_1 )
- // InternalAadl2Parser.g:12673:4: rule__SubprogramGroupImplementation__OwnedSubprogramProxyAssignment_9_1_1
+ before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramProxyAssignment_11_2_1());
+ // InternalAadl2Parser.g:11723:3: ( rule__SubprogramGroupImplementation__OwnedSubprogramProxyAssignment_11_2_1 )
+ // InternalAadl2Parser.g:11723:4: rule__SubprogramGroupImplementation__OwnedSubprogramProxyAssignment_11_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupImplementation__OwnedSubprogramProxyAssignment_9_1_1();
+ rule__SubprogramGroupImplementation__OwnedSubprogramProxyAssignment_11_2_1();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1());
+ after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedSubprogramProxyAssignment_11_2_1());
}
@@ -58671,17 +55868,17 @@ else if ( (LA308_2==Port) ) {
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupImplementation__Alternatives_9_1"
+ // $ANTLR end "rule__SubprogramGroupImplementation__Alternatives_11_2"
- // $ANTLR start "rule__SubprogramGroupImplementation__Alternatives_10_1"
- // InternalAadl2Parser.g:12681:1: rule__SubprogramGroupImplementation__Alternatives_10_1 : ( ( ( ( rule__SubprogramGroupImplementation__Alternatives_10_1_0 ) ) ( ( rule__SubprogramGroupImplementation__Alternatives_10_1_0 )* ) ) | ( ( rule__SubprogramGroupImplementation__Group_10_1_1__0 ) ) );
- public final void rule__SubprogramGroupImplementation__Alternatives_10_1() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupImplementation__Alternatives_12_1"
+ // InternalAadl2Parser.g:11731:1: rule__SubprogramGroupImplementation__Alternatives_12_1 : ( ( ( ( rule__SubprogramGroupImplementation__Alternatives_12_1_0 ) ) ( ( rule__SubprogramGroupImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__SubprogramGroupImplementation__Group_12_1_1__0 ) ) );
+ public final void rule__SubprogramGroupImplementation__Alternatives_12_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12685:1: ( ( ( ( rule__SubprogramGroupImplementation__Alternatives_10_1_0 ) ) ( ( rule__SubprogramGroupImplementation__Alternatives_10_1_0 )* ) ) | ( ( rule__SubprogramGroupImplementation__Group_10_1_1__0 ) ) )
+ // InternalAadl2Parser.g:11735:1: ( ( ( ( rule__SubprogramGroupImplementation__Alternatives_12_1_0 ) ) ( ( rule__SubprogramGroupImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__SubprogramGroupImplementation__Group_12_1_1__0 ) ) )
int alt310=2;
int LA310_0 = input.LA(1);
@@ -58699,35 +55896,35 @@ else if ( (LA310_0==None) ) {
}
switch (alt310) {
case 1 :
- // InternalAadl2Parser.g:12686:2: ( ( ( rule__SubprogramGroupImplementation__Alternatives_10_1_0 ) ) ( ( rule__SubprogramGroupImplementation__Alternatives_10_1_0 )* ) )
+ // InternalAadl2Parser.g:11736:2: ( ( ( rule__SubprogramGroupImplementation__Alternatives_12_1_0 ) ) ( ( rule__SubprogramGroupImplementation__Alternatives_12_1_0 )* ) )
{
- // InternalAadl2Parser.g:12686:2: ( ( ( rule__SubprogramGroupImplementation__Alternatives_10_1_0 ) ) ( ( rule__SubprogramGroupImplementation__Alternatives_10_1_0 )* ) )
- // InternalAadl2Parser.g:12687:3: ( ( rule__SubprogramGroupImplementation__Alternatives_10_1_0 ) ) ( ( rule__SubprogramGroupImplementation__Alternatives_10_1_0 )* )
+ // InternalAadl2Parser.g:11736:2: ( ( ( rule__SubprogramGroupImplementation__Alternatives_12_1_0 ) ) ( ( rule__SubprogramGroupImplementation__Alternatives_12_1_0 )* ) )
+ // InternalAadl2Parser.g:11737:3: ( ( rule__SubprogramGroupImplementation__Alternatives_12_1_0 ) ) ( ( rule__SubprogramGroupImplementation__Alternatives_12_1_0 )* )
{
- // InternalAadl2Parser.g:12687:3: ( ( rule__SubprogramGroupImplementation__Alternatives_10_1_0 ) )
- // InternalAadl2Parser.g:12688:4: ( rule__SubprogramGroupImplementation__Alternatives_10_1_0 )
+ // InternalAadl2Parser.g:11737:3: ( ( rule__SubprogramGroupImplementation__Alternatives_12_1_0 ) )
+ // InternalAadl2Parser.g:11738:4: ( rule__SubprogramGroupImplementation__Alternatives_12_1_0 )
{
- before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_10_1_0());
- // InternalAadl2Parser.g:12689:4: ( rule__SubprogramGroupImplementation__Alternatives_10_1_0 )
- // InternalAadl2Parser.g:12689:5: rule__SubprogramGroupImplementation__Alternatives_10_1_0
+ before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_12_1_0());
+ // InternalAadl2Parser.g:11739:4: ( rule__SubprogramGroupImplementation__Alternatives_12_1_0 )
+ // InternalAadl2Parser.g:11739:5: rule__SubprogramGroupImplementation__Alternatives_12_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramGroupImplementation__Alternatives_10_1_0();
+ rule__SubprogramGroupImplementation__Alternatives_12_1_0();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_10_1_0());
+ after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_12_1_0());
}
- // InternalAadl2Parser.g:12692:3: ( ( rule__SubprogramGroupImplementation__Alternatives_10_1_0 )* )
- // InternalAadl2Parser.g:12693:4: ( rule__SubprogramGroupImplementation__Alternatives_10_1_0 )*
+ // InternalAadl2Parser.g:11742:3: ( ( rule__SubprogramGroupImplementation__Alternatives_12_1_0 )* )
+ // InternalAadl2Parser.g:11743:4: ( rule__SubprogramGroupImplementation__Alternatives_12_1_0 )*
{
- before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_10_1_0());
- // InternalAadl2Parser.g:12694:4: ( rule__SubprogramGroupImplementation__Alternatives_10_1_0 )*
+ before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_12_1_0());
+ // InternalAadl2Parser.g:11744:4: ( rule__SubprogramGroupImplementation__Alternatives_12_1_0 )*
loop309:
do {
int alt309=2;
@@ -58740,10 +55937,10 @@ else if ( (LA310_0==None) ) {
switch (alt309) {
case 1 :
- // InternalAadl2Parser.g:12694:5: rule__SubprogramGroupImplementation__Alternatives_10_1_0
+ // InternalAadl2Parser.g:11744:5: rule__SubprogramGroupImplementation__Alternatives_12_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramGroupImplementation__Alternatives_10_1_0();
+ rule__SubprogramGroupImplementation__Alternatives_12_1_0();
state._fsp--;
@@ -58756,7 +55953,7 @@ else if ( (LA310_0==None) ) {
}
} while (true);
- after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_10_1_0());
+ after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_12_1_0());
}
@@ -58767,24 +55964,24 @@ else if ( (LA310_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:12699:2: ( ( rule__SubprogramGroupImplementation__Group_10_1_1__0 ) )
+ // InternalAadl2Parser.g:11749:2: ( ( rule__SubprogramGroupImplementation__Group_12_1_1__0 ) )
{
- // InternalAadl2Parser.g:12699:2: ( ( rule__SubprogramGroupImplementation__Group_10_1_1__0 ) )
- // InternalAadl2Parser.g:12700:3: ( rule__SubprogramGroupImplementation__Group_10_1_1__0 )
+ // InternalAadl2Parser.g:11749:2: ( ( rule__SubprogramGroupImplementation__Group_12_1_1__0 ) )
+ // InternalAadl2Parser.g:11750:3: ( rule__SubprogramGroupImplementation__Group_12_1_1__0 )
{
- before(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_10_1_1());
- // InternalAadl2Parser.g:12701:3: ( rule__SubprogramGroupImplementation__Group_10_1_1__0 )
- // InternalAadl2Parser.g:12701:4: rule__SubprogramGroupImplementation__Group_10_1_1__0
+ before(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_12_1_1());
+ // InternalAadl2Parser.g:11751:3: ( rule__SubprogramGroupImplementation__Group_12_1_1__0 )
+ // InternalAadl2Parser.g:11751:4: rule__SubprogramGroupImplementation__Group_12_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupImplementation__Group_10_1_1__0();
+ rule__SubprogramGroupImplementation__Group_12_1_1__0();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_10_1_1());
+ after(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_12_1_1());
}
@@ -58805,39 +56002,39 @@ else if ( (LA310_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupImplementation__Alternatives_10_1"
+ // $ANTLR end "rule__SubprogramGroupImplementation__Alternatives_12_1"
- // $ANTLR start "rule__SubprogramGroupImplementation__Alternatives_10_1_0"
- // InternalAadl2Parser.g:12709:1: rule__SubprogramGroupImplementation__Alternatives_10_1_0 : ( ( ( rule__SubprogramGroupImplementation__OwnedAccessConnectionAssignment_10_1_0_0 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedFeatureConnectionAssignment_10_1_0_2 ) ) );
- public final void rule__SubprogramGroupImplementation__Alternatives_10_1_0() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupImplementation__Alternatives_12_1_0"
+ // InternalAadl2Parser.g:11759:1: rule__SubprogramGroupImplementation__Alternatives_12_1_0 : ( ( ( rule__SubprogramGroupImplementation__OwnedAccessConnectionAssignment_12_1_0_0 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_1 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedFeatureConnectionAssignment_12_1_0_2 ) ) );
+ public final void rule__SubprogramGroupImplementation__Alternatives_12_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12713:1: ( ( ( rule__SubprogramGroupImplementation__OwnedAccessConnectionAssignment_10_1_0_0 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedFeatureConnectionAssignment_10_1_0_2 ) ) )
+ // InternalAadl2Parser.g:11763:1: ( ( ( rule__SubprogramGroupImplementation__OwnedAccessConnectionAssignment_12_1_0_0 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_1 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedFeatureConnectionAssignment_12_1_0_2 ) ) )
int alt311=3;
alt311 = dfa311.predict(input);
switch (alt311) {
case 1 :
- // InternalAadl2Parser.g:12714:2: ( ( rule__SubprogramGroupImplementation__OwnedAccessConnectionAssignment_10_1_0_0 ) )
+ // InternalAadl2Parser.g:11764:2: ( ( rule__SubprogramGroupImplementation__OwnedAccessConnectionAssignment_12_1_0_0 ) )
{
- // InternalAadl2Parser.g:12714:2: ( ( rule__SubprogramGroupImplementation__OwnedAccessConnectionAssignment_10_1_0_0 ) )
- // InternalAadl2Parser.g:12715:3: ( rule__SubprogramGroupImplementation__OwnedAccessConnectionAssignment_10_1_0_0 )
+ // InternalAadl2Parser.g:11764:2: ( ( rule__SubprogramGroupImplementation__OwnedAccessConnectionAssignment_12_1_0_0 ) )
+ // InternalAadl2Parser.g:11765:3: ( rule__SubprogramGroupImplementation__OwnedAccessConnectionAssignment_12_1_0_0 )
{
- before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_0());
- // InternalAadl2Parser.g:12716:3: ( rule__SubprogramGroupImplementation__OwnedAccessConnectionAssignment_10_1_0_0 )
- // InternalAadl2Parser.g:12716:4: rule__SubprogramGroupImplementation__OwnedAccessConnectionAssignment_10_1_0_0
+ before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAccessConnectionAssignment_12_1_0_0());
+ // InternalAadl2Parser.g:11766:3: ( rule__SubprogramGroupImplementation__OwnedAccessConnectionAssignment_12_1_0_0 )
+ // InternalAadl2Parser.g:11766:4: rule__SubprogramGroupImplementation__OwnedAccessConnectionAssignment_12_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupImplementation__OwnedAccessConnectionAssignment_10_1_0_0();
+ rule__SubprogramGroupImplementation__OwnedAccessConnectionAssignment_12_1_0_0();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_0());
+ after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedAccessConnectionAssignment_12_1_0_0());
}
@@ -58845,24 +56042,24 @@ public final void rule__SubprogramGroupImplementation__Alternatives_10_1_0() thr
}
break;
case 2 :
- // InternalAadl2Parser.g:12720:2: ( ( rule__SubprogramGroupImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1 ) )
+ // InternalAadl2Parser.g:11770:2: ( ( rule__SubprogramGroupImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_1 ) )
{
- // InternalAadl2Parser.g:12720:2: ( ( rule__SubprogramGroupImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1 ) )
- // InternalAadl2Parser.g:12721:3: ( rule__SubprogramGroupImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1 )
+ // InternalAadl2Parser.g:11770:2: ( ( rule__SubprogramGroupImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_1 ) )
+ // InternalAadl2Parser.g:11771:3: ( rule__SubprogramGroupImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_1 )
{
- before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_1());
- // InternalAadl2Parser.g:12722:3: ( rule__SubprogramGroupImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1 )
- // InternalAadl2Parser.g:12722:4: rule__SubprogramGroupImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1
+ before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedFeatureGroupConnectionAssignment_12_1_0_1());
+ // InternalAadl2Parser.g:11772:3: ( rule__SubprogramGroupImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_1 )
+ // InternalAadl2Parser.g:11772:4: rule__SubprogramGroupImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1();
+ rule__SubprogramGroupImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_1();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_1());
+ after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedFeatureGroupConnectionAssignment_12_1_0_1());
}
@@ -58870,24 +56067,24 @@ public final void rule__SubprogramGroupImplementation__Alternatives_10_1_0() thr
}
break;
case 3 :
- // InternalAadl2Parser.g:12726:2: ( ( rule__SubprogramGroupImplementation__OwnedFeatureConnectionAssignment_10_1_0_2 ) )
+ // InternalAadl2Parser.g:11776:2: ( ( rule__SubprogramGroupImplementation__OwnedFeatureConnectionAssignment_12_1_0_2 ) )
{
- // InternalAadl2Parser.g:12726:2: ( ( rule__SubprogramGroupImplementation__OwnedFeatureConnectionAssignment_10_1_0_2 ) )
- // InternalAadl2Parser.g:12727:3: ( rule__SubprogramGroupImplementation__OwnedFeatureConnectionAssignment_10_1_0_2 )
+ // InternalAadl2Parser.g:11776:2: ( ( rule__SubprogramGroupImplementation__OwnedFeatureConnectionAssignment_12_1_0_2 ) )
+ // InternalAadl2Parser.g:11777:3: ( rule__SubprogramGroupImplementation__OwnedFeatureConnectionAssignment_12_1_0_2 )
{
- before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_2());
- // InternalAadl2Parser.g:12728:3: ( rule__SubprogramGroupImplementation__OwnedFeatureConnectionAssignment_10_1_0_2 )
- // InternalAadl2Parser.g:12728:4: rule__SubprogramGroupImplementation__OwnedFeatureConnectionAssignment_10_1_0_2
+ before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedFeatureConnectionAssignment_12_1_0_2());
+ // InternalAadl2Parser.g:11778:3: ( rule__SubprogramGroupImplementation__OwnedFeatureConnectionAssignment_12_1_0_2 )
+ // InternalAadl2Parser.g:11778:4: rule__SubprogramGroupImplementation__OwnedFeatureConnectionAssignment_12_1_0_2
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupImplementation__OwnedFeatureConnectionAssignment_10_1_0_2();
+ rule__SubprogramGroupImplementation__OwnedFeatureConnectionAssignment_12_1_0_2();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_2());
+ after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedFeatureConnectionAssignment_12_1_0_2());
}
@@ -58908,17 +56105,17 @@ public final void rule__SubprogramGroupImplementation__Alternatives_10_1_0() thr
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupImplementation__Alternatives_10_1_0"
+ // $ANTLR end "rule__SubprogramGroupImplementation__Alternatives_12_1_0"
- // $ANTLR start "rule__SubprogramGroupImplementation__Alternatives_11_1"
- // InternalAadl2Parser.g:12736:1: rule__SubprogramGroupImplementation__Alternatives_11_1 : ( ( ( ( rule__SubprogramGroupImplementation__Alternatives_11_1_0 ) ) ( ( rule__SubprogramGroupImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__SubprogramGroupImplementation__Group_11_1_1__0 ) ) );
- public final void rule__SubprogramGroupImplementation__Alternatives_11_1() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupImplementation__Alternatives_13_1"
+ // InternalAadl2Parser.g:11786:1: rule__SubprogramGroupImplementation__Alternatives_13_1 : ( ( ( ( rule__SubprogramGroupImplementation__Alternatives_13_1_0 ) ) ( ( rule__SubprogramGroupImplementation__Alternatives_13_1_0 )* ) ) | ( ( rule__SubprogramGroupImplementation__Group_13_1_1__0 ) ) );
+ public final void rule__SubprogramGroupImplementation__Alternatives_13_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12740:1: ( ( ( ( rule__SubprogramGroupImplementation__Alternatives_11_1_0 ) ) ( ( rule__SubprogramGroupImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__SubprogramGroupImplementation__Group_11_1_1__0 ) ) )
+ // InternalAadl2Parser.g:11790:1: ( ( ( ( rule__SubprogramGroupImplementation__Alternatives_13_1_0 ) ) ( ( rule__SubprogramGroupImplementation__Alternatives_13_1_0 )* ) ) | ( ( rule__SubprogramGroupImplementation__Group_13_1_1__0 ) ) )
int alt313=2;
int LA313_0 = input.LA(1);
@@ -58936,35 +56133,35 @@ else if ( (LA313_0==None) ) {
}
switch (alt313) {
case 1 :
- // InternalAadl2Parser.g:12741:2: ( ( ( rule__SubprogramGroupImplementation__Alternatives_11_1_0 ) ) ( ( rule__SubprogramGroupImplementation__Alternatives_11_1_0 )* ) )
+ // InternalAadl2Parser.g:11791:2: ( ( ( rule__SubprogramGroupImplementation__Alternatives_13_1_0 ) ) ( ( rule__SubprogramGroupImplementation__Alternatives_13_1_0 )* ) )
{
- // InternalAadl2Parser.g:12741:2: ( ( ( rule__SubprogramGroupImplementation__Alternatives_11_1_0 ) ) ( ( rule__SubprogramGroupImplementation__Alternatives_11_1_0 )* ) )
- // InternalAadl2Parser.g:12742:3: ( ( rule__SubprogramGroupImplementation__Alternatives_11_1_0 ) ) ( ( rule__SubprogramGroupImplementation__Alternatives_11_1_0 )* )
+ // InternalAadl2Parser.g:11791:2: ( ( ( rule__SubprogramGroupImplementation__Alternatives_13_1_0 ) ) ( ( rule__SubprogramGroupImplementation__Alternatives_13_1_0 )* ) )
+ // InternalAadl2Parser.g:11792:3: ( ( rule__SubprogramGroupImplementation__Alternatives_13_1_0 ) ) ( ( rule__SubprogramGroupImplementation__Alternatives_13_1_0 )* )
{
- // InternalAadl2Parser.g:12742:3: ( ( rule__SubprogramGroupImplementation__Alternatives_11_1_0 ) )
- // InternalAadl2Parser.g:12743:4: ( rule__SubprogramGroupImplementation__Alternatives_11_1_0 )
+ // InternalAadl2Parser.g:11792:3: ( ( rule__SubprogramGroupImplementation__Alternatives_13_1_0 ) )
+ // InternalAadl2Parser.g:11793:4: ( rule__SubprogramGroupImplementation__Alternatives_13_1_0 )
{
- before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_11_1_0());
- // InternalAadl2Parser.g:12744:4: ( rule__SubprogramGroupImplementation__Alternatives_11_1_0 )
- // InternalAadl2Parser.g:12744:5: rule__SubprogramGroupImplementation__Alternatives_11_1_0
+ before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_13_1_0());
+ // InternalAadl2Parser.g:11794:4: ( rule__SubprogramGroupImplementation__Alternatives_13_1_0 )
+ // InternalAadl2Parser.g:11794:5: rule__SubprogramGroupImplementation__Alternatives_13_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramGroupImplementation__Alternatives_11_1_0();
+ rule__SubprogramGroupImplementation__Alternatives_13_1_0();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_11_1_0());
+ after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_13_1_0());
}
- // InternalAadl2Parser.g:12747:3: ( ( rule__SubprogramGroupImplementation__Alternatives_11_1_0 )* )
- // InternalAadl2Parser.g:12748:4: ( rule__SubprogramGroupImplementation__Alternatives_11_1_0 )*
+ // InternalAadl2Parser.g:11797:3: ( ( rule__SubprogramGroupImplementation__Alternatives_13_1_0 )* )
+ // InternalAadl2Parser.g:11798:4: ( rule__SubprogramGroupImplementation__Alternatives_13_1_0 )*
{
- before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_11_1_0());
- // InternalAadl2Parser.g:12749:4: ( rule__SubprogramGroupImplementation__Alternatives_11_1_0 )*
+ before(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_13_1_0());
+ // InternalAadl2Parser.g:11799:4: ( rule__SubprogramGroupImplementation__Alternatives_13_1_0 )*
loop312:
do {
int alt312=2;
@@ -58977,10 +56174,10 @@ else if ( (LA313_0==None) ) {
switch (alt312) {
case 1 :
- // InternalAadl2Parser.g:12749:5: rule__SubprogramGroupImplementation__Alternatives_11_1_0
+ // InternalAadl2Parser.g:11799:5: rule__SubprogramGroupImplementation__Alternatives_13_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramGroupImplementation__Alternatives_11_1_0();
+ rule__SubprogramGroupImplementation__Alternatives_13_1_0();
state._fsp--;
@@ -58993,7 +56190,7 @@ else if ( (LA313_0==None) ) {
}
} while (true);
- after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_11_1_0());
+ after(grammarAccess.getSubprogramGroupImplementationAccess().getAlternatives_13_1_0());
}
@@ -59004,24 +56201,24 @@ else if ( (LA313_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:12754:2: ( ( rule__SubprogramGroupImplementation__Group_11_1_1__0 ) )
+ // InternalAadl2Parser.g:11804:2: ( ( rule__SubprogramGroupImplementation__Group_13_1_1__0 ) )
{
- // InternalAadl2Parser.g:12754:2: ( ( rule__SubprogramGroupImplementation__Group_11_1_1__0 ) )
- // InternalAadl2Parser.g:12755:3: ( rule__SubprogramGroupImplementation__Group_11_1_1__0 )
+ // InternalAadl2Parser.g:11804:2: ( ( rule__SubprogramGroupImplementation__Group_13_1_1__0 ) )
+ // InternalAadl2Parser.g:11805:3: ( rule__SubprogramGroupImplementation__Group_13_1_1__0 )
{
- before(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_11_1_1());
- // InternalAadl2Parser.g:12756:3: ( rule__SubprogramGroupImplementation__Group_11_1_1__0 )
- // InternalAadl2Parser.g:12756:4: rule__SubprogramGroupImplementation__Group_11_1_1__0
+ before(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_13_1_1());
+ // InternalAadl2Parser.g:11806:3: ( rule__SubprogramGroupImplementation__Group_13_1_1__0 )
+ // InternalAadl2Parser.g:11806:4: rule__SubprogramGroupImplementation__Group_13_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupImplementation__Group_11_1_1__0();
+ rule__SubprogramGroupImplementation__Group_13_1_1__0();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_11_1_1());
+ after(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_13_1_1());
}
@@ -59042,42 +56239,42 @@ else if ( (LA313_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupImplementation__Alternatives_11_1"
+ // $ANTLR end "rule__SubprogramGroupImplementation__Alternatives_13_1"
- // $ANTLR start "rule__SubprogramGroupImplementation__Alternatives_11_1_0"
- // InternalAadl2Parser.g:12764:1: rule__SubprogramGroupImplementation__Alternatives_11_1_0 : ( ( ( rule__SubprogramGroupImplementation__OwnedModeAssignment_11_1_0_0 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedModeTransitionAssignment_11_1_0_1 ) ) );
- public final void rule__SubprogramGroupImplementation__Alternatives_11_1_0() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupImplementation__Alternatives_13_1_0"
+ // InternalAadl2Parser.g:11814:1: rule__SubprogramGroupImplementation__Alternatives_13_1_0 : ( ( ( rule__SubprogramGroupImplementation__OwnedModeAssignment_13_1_0_0 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedModeTransitionAssignment_13_1_0_1 ) ) );
+ public final void rule__SubprogramGroupImplementation__Alternatives_13_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12768:1: ( ( ( rule__SubprogramGroupImplementation__OwnedModeAssignment_11_1_0_0 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedModeTransitionAssignment_11_1_0_1 ) ) )
+ // InternalAadl2Parser.g:11818:1: ( ( ( rule__SubprogramGroupImplementation__OwnedModeAssignment_13_1_0_0 ) ) | ( ( rule__SubprogramGroupImplementation__OwnedModeTransitionAssignment_13_1_0_1 ) ) )
int alt314=2;
int LA314_0 = input.LA(1);
if ( (LA314_0==RULE_ID) ) {
int LA314_1 = input.LA(2);
- if ( (LA314_1==Colon) ) {
- int LA314_2 = input.LA(3);
+ if ( (LA314_1==HyphenMinusLeftSquareBracket) ) {
+ alt314=2;
+ }
+ else if ( (LA314_1==Colon) ) {
+ int LA314_3 = input.LA(3);
- if ( (LA314_2==Initial||LA314_2==Mode) ) {
+ if ( (LA314_3==Initial||LA314_3==Mode) ) {
alt314=1;
}
- else if ( (LA314_2==RULE_ID) ) {
+ else if ( (LA314_3==RULE_ID) ) {
alt314=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 314, 2, input);
+ new NoViableAltException("", 314, 3, input);
throw nvae;
}
}
- else if ( (LA314_1==HyphenMinusLeftSquareBracket) ) {
- alt314=2;
- }
else {
NoViableAltException nvae =
new NoViableAltException("", 314, 1, input);
@@ -59093,24 +56290,24 @@ else if ( (LA314_1==HyphenMinusLeftSquareBracket) ) {
}
switch (alt314) {
case 1 :
- // InternalAadl2Parser.g:12769:2: ( ( rule__SubprogramGroupImplementation__OwnedModeAssignment_11_1_0_0 ) )
+ // InternalAadl2Parser.g:11819:2: ( ( rule__SubprogramGroupImplementation__OwnedModeAssignment_13_1_0_0 ) )
{
- // InternalAadl2Parser.g:12769:2: ( ( rule__SubprogramGroupImplementation__OwnedModeAssignment_11_1_0_0 ) )
- // InternalAadl2Parser.g:12770:3: ( rule__SubprogramGroupImplementation__OwnedModeAssignment_11_1_0_0 )
+ // InternalAadl2Parser.g:11819:2: ( ( rule__SubprogramGroupImplementation__OwnedModeAssignment_13_1_0_0 ) )
+ // InternalAadl2Parser.g:11820:3: ( rule__SubprogramGroupImplementation__OwnedModeAssignment_13_1_0_0 )
{
- before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedModeAssignment_11_1_0_0());
- // InternalAadl2Parser.g:12771:3: ( rule__SubprogramGroupImplementation__OwnedModeAssignment_11_1_0_0 )
- // InternalAadl2Parser.g:12771:4: rule__SubprogramGroupImplementation__OwnedModeAssignment_11_1_0_0
+ before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedModeAssignment_13_1_0_0());
+ // InternalAadl2Parser.g:11821:3: ( rule__SubprogramGroupImplementation__OwnedModeAssignment_13_1_0_0 )
+ // InternalAadl2Parser.g:11821:4: rule__SubprogramGroupImplementation__OwnedModeAssignment_13_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupImplementation__OwnedModeAssignment_11_1_0_0();
+ rule__SubprogramGroupImplementation__OwnedModeAssignment_13_1_0_0();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedModeAssignment_11_1_0_0());
+ after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedModeAssignment_13_1_0_0());
}
@@ -59118,24 +56315,24 @@ else if ( (LA314_1==HyphenMinusLeftSquareBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:12775:2: ( ( rule__SubprogramGroupImplementation__OwnedModeTransitionAssignment_11_1_0_1 ) )
+ // InternalAadl2Parser.g:11825:2: ( ( rule__SubprogramGroupImplementation__OwnedModeTransitionAssignment_13_1_0_1 ) )
{
- // InternalAadl2Parser.g:12775:2: ( ( rule__SubprogramGroupImplementation__OwnedModeTransitionAssignment_11_1_0_1 ) )
- // InternalAadl2Parser.g:12776:3: ( rule__SubprogramGroupImplementation__OwnedModeTransitionAssignment_11_1_0_1 )
+ // InternalAadl2Parser.g:11825:2: ( ( rule__SubprogramGroupImplementation__OwnedModeTransitionAssignment_13_1_0_1 ) )
+ // InternalAadl2Parser.g:11826:3: ( rule__SubprogramGroupImplementation__OwnedModeTransitionAssignment_13_1_0_1 )
{
- before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedModeTransitionAssignment_11_1_0_1());
- // InternalAadl2Parser.g:12777:3: ( rule__SubprogramGroupImplementation__OwnedModeTransitionAssignment_11_1_0_1 )
- // InternalAadl2Parser.g:12777:4: rule__SubprogramGroupImplementation__OwnedModeTransitionAssignment_11_1_0_1
+ before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1());
+ // InternalAadl2Parser.g:11827:3: ( rule__SubprogramGroupImplementation__OwnedModeTransitionAssignment_13_1_0_1 )
+ // InternalAadl2Parser.g:11827:4: rule__SubprogramGroupImplementation__OwnedModeTransitionAssignment_13_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupImplementation__OwnedModeTransitionAssignment_11_1_0_1();
+ rule__SubprogramGroupImplementation__OwnedModeTransitionAssignment_13_1_0_1();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedModeTransitionAssignment_11_1_0_1());
+ after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1());
}
@@ -59156,17 +56353,17 @@ else if ( (LA314_1==HyphenMinusLeftSquareBracket) ) {
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupImplementation__Alternatives_11_1_0"
+ // $ANTLR end "rule__SubprogramGroupImplementation__Alternatives_13_1_0"
- // $ANTLR start "rule__SubprogramGroupImplementation__Alternatives_12_1"
- // InternalAadl2Parser.g:12785:1: rule__SubprogramGroupImplementation__Alternatives_12_1 : ( ( ( ( rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_12_1_0 ) ) ( ( rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_12_1_0 )* ) ) | ( ( rule__SubprogramGroupImplementation__Group_12_1_1__0 ) ) );
- public final void rule__SubprogramGroupImplementation__Alternatives_12_1() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupImplementation__Alternatives_14_1"
+ // InternalAadl2Parser.g:11835:1: rule__SubprogramGroupImplementation__Alternatives_14_1 : ( ( ( ( rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* ) ) | ( ( rule__SubprogramGroupImplementation__Group_14_1_1__0 ) ) );
+ public final void rule__SubprogramGroupImplementation__Alternatives_14_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12789:1: ( ( ( ( rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_12_1_0 ) ) ( ( rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_12_1_0 )* ) ) | ( ( rule__SubprogramGroupImplementation__Group_12_1_1__0 ) ) )
+ // InternalAadl2Parser.g:11839:1: ( ( ( ( rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* ) ) | ( ( rule__SubprogramGroupImplementation__Group_14_1_1__0 ) ) )
int alt316=2;
int LA316_0 = input.LA(1);
@@ -59184,35 +56381,35 @@ else if ( (LA316_0==None) ) {
}
switch (alt316) {
case 1 :
- // InternalAadl2Parser.g:12790:2: ( ( ( rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_12_1_0 ) ) ( ( rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_12_1_0 )* ) )
+ // InternalAadl2Parser.g:11840:2: ( ( ( rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* ) )
{
- // InternalAadl2Parser.g:12790:2: ( ( ( rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_12_1_0 ) ) ( ( rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_12_1_0 )* ) )
- // InternalAadl2Parser.g:12791:3: ( ( rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_12_1_0 ) ) ( ( rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_12_1_0 )* )
+ // InternalAadl2Parser.g:11840:2: ( ( ( rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* ) )
+ // InternalAadl2Parser.g:11841:3: ( ( rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* )
{
- // InternalAadl2Parser.g:12791:3: ( ( rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_12_1_0 ) )
- // InternalAadl2Parser.g:12792:4: ( rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_12_1_0 )
+ // InternalAadl2Parser.g:11841:3: ( ( rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) )
+ // InternalAadl2Parser.g:11842:4: ( rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_14_1_0 )
{
- before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0());
- // InternalAadl2Parser.g:12793:4: ( rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_12_1_0 )
- // InternalAadl2Parser.g:12793:5: rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_12_1_0
+ before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0());
+ // InternalAadl2Parser.g:11843:4: ( rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_14_1_0 )
+ // InternalAadl2Parser.g:11843:5: rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_14_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_12_1_0();
+ rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_14_1_0();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0());
+ after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0());
}
- // InternalAadl2Parser.g:12796:3: ( ( rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_12_1_0 )* )
- // InternalAadl2Parser.g:12797:4: ( rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_12_1_0 )*
+ // InternalAadl2Parser.g:11846:3: ( ( rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* )
+ // InternalAadl2Parser.g:11847:4: ( rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_14_1_0 )*
{
- before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0());
- // InternalAadl2Parser.g:12798:4: ( rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_12_1_0 )*
+ before(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0());
+ // InternalAadl2Parser.g:11848:4: ( rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_14_1_0 )*
loop315:
do {
int alt315=2;
@@ -59225,10 +56422,10 @@ else if ( (LA316_0==None) ) {
switch (alt315) {
case 1 :
- // InternalAadl2Parser.g:12798:5: rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_12_1_0
+ // InternalAadl2Parser.g:11848:5: rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_14_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_12_1_0();
+ rule__SubprogramGroupImplementation__OwnedPropertyAssociationAssignment_14_1_0();
state._fsp--;
@@ -59241,141 +56438,7 @@ else if ( (LA316_0==None) ) {
}
} while (true);
- after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0());
-
- }
-
-
- }
-
-
- }
- break;
- case 2 :
- // InternalAadl2Parser.g:12803:2: ( ( rule__SubprogramGroupImplementation__Group_12_1_1__0 ) )
- {
- // InternalAadl2Parser.g:12803:2: ( ( rule__SubprogramGroupImplementation__Group_12_1_1__0 ) )
- // InternalAadl2Parser.g:12804:3: ( rule__SubprogramGroupImplementation__Group_12_1_1__0 )
- {
- before(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_12_1_1());
- // InternalAadl2Parser.g:12805:3: ( rule__SubprogramGroupImplementation__Group_12_1_1__0 )
- // InternalAadl2Parser.g:12805:4: rule__SubprogramGroupImplementation__Group_12_1_1__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupImplementation__Group_12_1_1__0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_12_1_1());
-
- }
-
-
- }
- break;
-
- }
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__SubprogramGroupImplementation__Alternatives_12_1"
-
-
- // $ANTLR start "rule__ProcessorImplementation__Alternatives_6_1"
- // InternalAadl2Parser.g:12813:1: rule__ProcessorImplementation__Alternatives_6_1 : ( ( ( ( rule__ProcessorImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__ProcessorImplementation__OwnedPrototypeAssignment_6_1_0 )* ) ) | ( ( rule__ProcessorImplementation__Group_6_1_1__0 ) ) );
- public final void rule__ProcessorImplementation__Alternatives_6_1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:12817:1: ( ( ( ( rule__ProcessorImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__ProcessorImplementation__OwnedPrototypeAssignment_6_1_0 )* ) ) | ( ( rule__ProcessorImplementation__Group_6_1_1__0 ) ) )
- int alt318=2;
- int LA318_0 = input.LA(1);
-
- if ( (LA318_0==RULE_ID) ) {
- alt318=1;
- }
- else if ( (LA318_0==None) ) {
- alt318=2;
- }
- else {
- NoViableAltException nvae =
- new NoViableAltException("", 318, 0, input);
-
- throw nvae;
- }
- switch (alt318) {
- case 1 :
- // InternalAadl2Parser.g:12818:2: ( ( ( rule__ProcessorImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__ProcessorImplementation__OwnedPrototypeAssignment_6_1_0 )* ) )
- {
- // InternalAadl2Parser.g:12818:2: ( ( ( rule__ProcessorImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__ProcessorImplementation__OwnedPrototypeAssignment_6_1_0 )* ) )
- // InternalAadl2Parser.g:12819:3: ( ( rule__ProcessorImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__ProcessorImplementation__OwnedPrototypeAssignment_6_1_0 )* )
- {
- // InternalAadl2Parser.g:12819:3: ( ( rule__ProcessorImplementation__OwnedPrototypeAssignment_6_1_0 ) )
- // InternalAadl2Parser.g:12820:4: ( rule__ProcessorImplementation__OwnedPrototypeAssignment_6_1_0 )
- {
- before(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
- // InternalAadl2Parser.g:12821:4: ( rule__ProcessorImplementation__OwnedPrototypeAssignment_6_1_0 )
- // InternalAadl2Parser.g:12821:5: rule__ProcessorImplementation__OwnedPrototypeAssignment_6_1_0
- {
- pushFollow(FollowSets000.FOLLOW_3);
- rule__ProcessorImplementation__OwnedPrototypeAssignment_6_1_0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
-
- }
-
- // InternalAadl2Parser.g:12824:3: ( ( rule__ProcessorImplementation__OwnedPrototypeAssignment_6_1_0 )* )
- // InternalAadl2Parser.g:12825:4: ( rule__ProcessorImplementation__OwnedPrototypeAssignment_6_1_0 )*
- {
- before(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
- // InternalAadl2Parser.g:12826:4: ( rule__ProcessorImplementation__OwnedPrototypeAssignment_6_1_0 )*
- loop317:
- do {
- int alt317=2;
- int LA317_0 = input.LA(1);
-
- if ( (LA317_0==RULE_ID) ) {
- alt317=1;
- }
-
-
- switch (alt317) {
- case 1 :
- // InternalAadl2Parser.g:12826:5: rule__ProcessorImplementation__OwnedPrototypeAssignment_6_1_0
- {
- pushFollow(FollowSets000.FOLLOW_3);
- rule__ProcessorImplementation__OwnedPrototypeAssignment_6_1_0();
-
- state._fsp--;
-
-
- }
- break;
-
- default :
- break loop317;
- }
- } while (true);
-
- after(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
+ after(grammarAccess.getSubprogramGroupImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0());
}
@@ -59386,24 +56449,24 @@ else if ( (LA318_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:12831:2: ( ( rule__ProcessorImplementation__Group_6_1_1__0 ) )
+ // InternalAadl2Parser.g:11853:2: ( ( rule__SubprogramGroupImplementation__Group_14_1_1__0 ) )
{
- // InternalAadl2Parser.g:12831:2: ( ( rule__ProcessorImplementation__Group_6_1_1__0 ) )
- // InternalAadl2Parser.g:12832:3: ( rule__ProcessorImplementation__Group_6_1_1__0 )
+ // InternalAadl2Parser.g:11853:2: ( ( rule__SubprogramGroupImplementation__Group_14_1_1__0 ) )
+ // InternalAadl2Parser.g:11854:3: ( rule__SubprogramGroupImplementation__Group_14_1_1__0 )
{
- before(grammarAccess.getProcessorImplementationAccess().getGroup_6_1_1());
- // InternalAadl2Parser.g:12833:3: ( rule__ProcessorImplementation__Group_6_1_1__0 )
- // InternalAadl2Parser.g:12833:4: rule__ProcessorImplementation__Group_6_1_1__0
+ before(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_14_1_1());
+ // InternalAadl2Parser.g:11855:3: ( rule__SubprogramGroupImplementation__Group_14_1_1__0 )
+ // InternalAadl2Parser.g:11855:4: rule__SubprogramGroupImplementation__Group_14_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessorImplementation__Group_6_1_1__0();
+ rule__SubprogramGroupImplementation__Group_14_1_1__0();
state._fsp--;
}
- after(grammarAccess.getProcessorImplementationAccess().getGroup_6_1_1());
+ after(grammarAccess.getSubprogramGroupImplementationAccess().getGroup_14_1_1());
}
@@ -59424,17 +56487,151 @@ else if ( (LA318_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__ProcessorImplementation__Alternatives_6_1"
+ // $ANTLR end "rule__SubprogramGroupImplementation__Alternatives_14_1"
// $ANTLR start "rule__ProcessorImplementation__Alternatives_7_1"
- // InternalAadl2Parser.g:12841:1: rule__ProcessorImplementation__Alternatives_7_1 : ( ( ( ( rule__ProcessorImplementation__Alternatives_7_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_7_1_0 )* ) ) | ( ( rule__ProcessorImplementation__Group_7_1_1__0 ) ) );
+ // InternalAadl2Parser.g:11863:1: rule__ProcessorImplementation__Alternatives_7_1 : ( ( ( ( rule__ProcessorImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__ProcessorImplementation__OwnedPrototypeAssignment_7_1_0 )* ) ) | ( ( rule__ProcessorImplementation__Group_7_1_1__0 ) ) );
public final void rule__ProcessorImplementation__Alternatives_7_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12845:1: ( ( ( ( rule__ProcessorImplementation__Alternatives_7_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_7_1_0 )* ) ) | ( ( rule__ProcessorImplementation__Group_7_1_1__0 ) ) )
+ // InternalAadl2Parser.g:11867:1: ( ( ( ( rule__ProcessorImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__ProcessorImplementation__OwnedPrototypeAssignment_7_1_0 )* ) ) | ( ( rule__ProcessorImplementation__Group_7_1_1__0 ) ) )
+ int alt318=2;
+ int LA318_0 = input.LA(1);
+
+ if ( (LA318_0==RULE_ID) ) {
+ alt318=1;
+ }
+ else if ( (LA318_0==None) ) {
+ alt318=2;
+ }
+ else {
+ NoViableAltException nvae =
+ new NoViableAltException("", 318, 0, input);
+
+ throw nvae;
+ }
+ switch (alt318) {
+ case 1 :
+ // InternalAadl2Parser.g:11868:2: ( ( ( rule__ProcessorImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__ProcessorImplementation__OwnedPrototypeAssignment_7_1_0 )* ) )
+ {
+ // InternalAadl2Parser.g:11868:2: ( ( ( rule__ProcessorImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__ProcessorImplementation__OwnedPrototypeAssignment_7_1_0 )* ) )
+ // InternalAadl2Parser.g:11869:3: ( ( rule__ProcessorImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__ProcessorImplementation__OwnedPrototypeAssignment_7_1_0 )* )
+ {
+ // InternalAadl2Parser.g:11869:3: ( ( rule__ProcessorImplementation__OwnedPrototypeAssignment_7_1_0 ) )
+ // InternalAadl2Parser.g:11870:4: ( rule__ProcessorImplementation__OwnedPrototypeAssignment_7_1_0 )
+ {
+ before(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
+ // InternalAadl2Parser.g:11871:4: ( rule__ProcessorImplementation__OwnedPrototypeAssignment_7_1_0 )
+ // InternalAadl2Parser.g:11871:5: rule__ProcessorImplementation__OwnedPrototypeAssignment_7_1_0
+ {
+ pushFollow(FollowSets000.FOLLOW_3);
+ rule__ProcessorImplementation__OwnedPrototypeAssignment_7_1_0();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
+
+ }
+
+ // InternalAadl2Parser.g:11874:3: ( ( rule__ProcessorImplementation__OwnedPrototypeAssignment_7_1_0 )* )
+ // InternalAadl2Parser.g:11875:4: ( rule__ProcessorImplementation__OwnedPrototypeAssignment_7_1_0 )*
+ {
+ before(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
+ // InternalAadl2Parser.g:11876:4: ( rule__ProcessorImplementation__OwnedPrototypeAssignment_7_1_0 )*
+ loop317:
+ do {
+ int alt317=2;
+ int LA317_0 = input.LA(1);
+
+ if ( (LA317_0==RULE_ID) ) {
+ alt317=1;
+ }
+
+
+ switch (alt317) {
+ case 1 :
+ // InternalAadl2Parser.g:11876:5: rule__ProcessorImplementation__OwnedPrototypeAssignment_7_1_0
+ {
+ pushFollow(FollowSets000.FOLLOW_3);
+ rule__ProcessorImplementation__OwnedPrototypeAssignment_7_1_0();
+
+ state._fsp--;
+
+
+ }
+ break;
+
+ default :
+ break loop317;
+ }
+ } while (true);
+
+ after(grammarAccess.getProcessorImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
+
+ }
+
+
+ }
+
+
+ }
+ break;
+ case 2 :
+ // InternalAadl2Parser.g:11881:2: ( ( rule__ProcessorImplementation__Group_7_1_1__0 ) )
+ {
+ // InternalAadl2Parser.g:11881:2: ( ( rule__ProcessorImplementation__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:11882:3: ( rule__ProcessorImplementation__Group_7_1_1__0 )
+ {
+ before(grammarAccess.getProcessorImplementationAccess().getGroup_7_1_1());
+ // InternalAadl2Parser.g:11883:3: ( rule__ProcessorImplementation__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:11883:4: rule__ProcessorImplementation__Group_7_1_1__0
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ProcessorImplementation__Group_7_1_1__0();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getProcessorImplementationAccess().getGroup_7_1_1());
+
+ }
+
+
+ }
+ break;
+
+ }
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ProcessorImplementation__Alternatives_7_1"
+
+
+ // $ANTLR start "rule__ProcessorImplementation__Alternatives_8_1"
+ // InternalAadl2Parser.g:11891:1: rule__ProcessorImplementation__Alternatives_8_1 : ( ( ( ( rule__ProcessorImplementation__Alternatives_8_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_8_1_0 )* ) ) | ( ( rule__ProcessorImplementation__Group_8_1_1__0 ) ) );
+ public final void rule__ProcessorImplementation__Alternatives_8_1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:11895:1: ( ( ( ( rule__ProcessorImplementation__Alternatives_8_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_8_1_0 )* ) ) | ( ( rule__ProcessorImplementation__Group_8_1_1__0 ) ) )
int alt320=2;
int LA320_0 = input.LA(1);
@@ -59452,35 +56649,35 @@ else if ( (LA320_0==None) ) {
}
switch (alt320) {
case 1 :
- // InternalAadl2Parser.g:12846:2: ( ( ( rule__ProcessorImplementation__Alternatives_7_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_7_1_0 )* ) )
+ // InternalAadl2Parser.g:11896:2: ( ( ( rule__ProcessorImplementation__Alternatives_8_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_8_1_0 )* ) )
{
- // InternalAadl2Parser.g:12846:2: ( ( ( rule__ProcessorImplementation__Alternatives_7_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_7_1_0 )* ) )
- // InternalAadl2Parser.g:12847:3: ( ( rule__ProcessorImplementation__Alternatives_7_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_7_1_0 )* )
+ // InternalAadl2Parser.g:11896:2: ( ( ( rule__ProcessorImplementation__Alternatives_8_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_8_1_0 )* ) )
+ // InternalAadl2Parser.g:11897:3: ( ( rule__ProcessorImplementation__Alternatives_8_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_8_1_0 )* )
{
- // InternalAadl2Parser.g:12847:3: ( ( rule__ProcessorImplementation__Alternatives_7_1_0 ) )
- // InternalAadl2Parser.g:12848:4: ( rule__ProcessorImplementation__Alternatives_7_1_0 )
+ // InternalAadl2Parser.g:11897:3: ( ( rule__ProcessorImplementation__Alternatives_8_1_0 ) )
+ // InternalAadl2Parser.g:11898:4: ( rule__ProcessorImplementation__Alternatives_8_1_0 )
{
- before(grammarAccess.getProcessorImplementationAccess().getAlternatives_7_1_0());
- // InternalAadl2Parser.g:12849:4: ( rule__ProcessorImplementation__Alternatives_7_1_0 )
- // InternalAadl2Parser.g:12849:5: rule__ProcessorImplementation__Alternatives_7_1_0
+ before(grammarAccess.getProcessorImplementationAccess().getAlternatives_8_1_0());
+ // InternalAadl2Parser.g:11899:4: ( rule__ProcessorImplementation__Alternatives_8_1_0 )
+ // InternalAadl2Parser.g:11899:5: rule__ProcessorImplementation__Alternatives_8_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ProcessorImplementation__Alternatives_7_1_0();
+ rule__ProcessorImplementation__Alternatives_8_1_0();
state._fsp--;
}
- after(grammarAccess.getProcessorImplementationAccess().getAlternatives_7_1_0());
+ after(grammarAccess.getProcessorImplementationAccess().getAlternatives_8_1_0());
}
- // InternalAadl2Parser.g:12852:3: ( ( rule__ProcessorImplementation__Alternatives_7_1_0 )* )
- // InternalAadl2Parser.g:12853:4: ( rule__ProcessorImplementation__Alternatives_7_1_0 )*
+ // InternalAadl2Parser.g:11902:3: ( ( rule__ProcessorImplementation__Alternatives_8_1_0 )* )
+ // InternalAadl2Parser.g:11903:4: ( rule__ProcessorImplementation__Alternatives_8_1_0 )*
{
- before(grammarAccess.getProcessorImplementationAccess().getAlternatives_7_1_0());
- // InternalAadl2Parser.g:12854:4: ( rule__ProcessorImplementation__Alternatives_7_1_0 )*
+ before(grammarAccess.getProcessorImplementationAccess().getAlternatives_8_1_0());
+ // InternalAadl2Parser.g:11904:4: ( rule__ProcessorImplementation__Alternatives_8_1_0 )*
loop319:
do {
int alt319=2;
@@ -59493,10 +56690,10 @@ else if ( (LA320_0==None) ) {
switch (alt319) {
case 1 :
- // InternalAadl2Parser.g:12854:5: rule__ProcessorImplementation__Alternatives_7_1_0
+ // InternalAadl2Parser.g:11904:5: rule__ProcessorImplementation__Alternatives_8_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ProcessorImplementation__Alternatives_7_1_0();
+ rule__ProcessorImplementation__Alternatives_8_1_0();
state._fsp--;
@@ -59509,7 +56706,7 @@ else if ( (LA320_0==None) ) {
}
} while (true);
- after(grammarAccess.getProcessorImplementationAccess().getAlternatives_7_1_0());
+ after(grammarAccess.getProcessorImplementationAccess().getAlternatives_8_1_0());
}
@@ -59520,24 +56717,24 @@ else if ( (LA320_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:12859:2: ( ( rule__ProcessorImplementation__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:11909:2: ( ( rule__ProcessorImplementation__Group_8_1_1__0 ) )
{
- // InternalAadl2Parser.g:12859:2: ( ( rule__ProcessorImplementation__Group_7_1_1__0 ) )
- // InternalAadl2Parser.g:12860:3: ( rule__ProcessorImplementation__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:11909:2: ( ( rule__ProcessorImplementation__Group_8_1_1__0 ) )
+ // InternalAadl2Parser.g:11910:3: ( rule__ProcessorImplementation__Group_8_1_1__0 )
{
- before(grammarAccess.getProcessorImplementationAccess().getGroup_7_1_1());
- // InternalAadl2Parser.g:12861:3: ( rule__ProcessorImplementation__Group_7_1_1__0 )
- // InternalAadl2Parser.g:12861:4: rule__ProcessorImplementation__Group_7_1_1__0
+ before(grammarAccess.getProcessorImplementationAccess().getGroup_8_1_1());
+ // InternalAadl2Parser.g:11911:3: ( rule__ProcessorImplementation__Group_8_1_1__0 )
+ // InternalAadl2Parser.g:11911:4: rule__ProcessorImplementation__Group_8_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessorImplementation__Group_7_1_1__0();
+ rule__ProcessorImplementation__Group_8_1_1__0();
state._fsp--;
}
- after(grammarAccess.getProcessorImplementationAccess().getGroup_7_1_1());
+ after(grammarAccess.getProcessorImplementationAccess().getGroup_8_1_1());
}
@@ -59558,39 +56755,39 @@ else if ( (LA320_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__ProcessorImplementation__Alternatives_7_1"
+ // $ANTLR end "rule__ProcessorImplementation__Alternatives_8_1"
- // $ANTLR start "rule__ProcessorImplementation__Alternatives_7_1_0"
- // InternalAadl2Parser.g:12869:1: rule__ProcessorImplementation__Alternatives_7_1_0 : ( ( ( rule__ProcessorImplementation__OwnedMemorySubcomponentAssignment_7_1_0_0 ) ) | ( ( rule__ProcessorImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_1 ) ) | ( ( rule__ProcessorImplementation__OwnedBusSubcomponentAssignment_7_1_0_2 ) ) | ( ( rule__ProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_3 ) ) | ( ( rule__ProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_4 ) ) );
- public final void rule__ProcessorImplementation__Alternatives_7_1_0() throws RecognitionException {
+ // $ANTLR start "rule__ProcessorImplementation__Alternatives_8_1_0"
+ // InternalAadl2Parser.g:11919:1: rule__ProcessorImplementation__Alternatives_8_1_0 : ( ( ( rule__ProcessorImplementation__OwnedMemorySubcomponentAssignment_8_1_0_0 ) ) | ( ( rule__ProcessorImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_1 ) ) | ( ( rule__ProcessorImplementation__OwnedBusSubcomponentAssignment_8_1_0_2 ) ) | ( ( rule__ProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_3 ) ) | ( ( rule__ProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_4 ) ) );
+ public final void rule__ProcessorImplementation__Alternatives_8_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12873:1: ( ( ( rule__ProcessorImplementation__OwnedMemorySubcomponentAssignment_7_1_0_0 ) ) | ( ( rule__ProcessorImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_1 ) ) | ( ( rule__ProcessorImplementation__OwnedBusSubcomponentAssignment_7_1_0_2 ) ) | ( ( rule__ProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_3 ) ) | ( ( rule__ProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_4 ) ) )
+ // InternalAadl2Parser.g:11923:1: ( ( ( rule__ProcessorImplementation__OwnedMemorySubcomponentAssignment_8_1_0_0 ) ) | ( ( rule__ProcessorImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_1 ) ) | ( ( rule__ProcessorImplementation__OwnedBusSubcomponentAssignment_8_1_0_2 ) ) | ( ( rule__ProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_3 ) ) | ( ( rule__ProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_4 ) ) )
int alt321=5;
alt321 = dfa321.predict(input);
switch (alt321) {
case 1 :
- // InternalAadl2Parser.g:12874:2: ( ( rule__ProcessorImplementation__OwnedMemorySubcomponentAssignment_7_1_0_0 ) )
+ // InternalAadl2Parser.g:11924:2: ( ( rule__ProcessorImplementation__OwnedMemorySubcomponentAssignment_8_1_0_0 ) )
{
- // InternalAadl2Parser.g:12874:2: ( ( rule__ProcessorImplementation__OwnedMemorySubcomponentAssignment_7_1_0_0 ) )
- // InternalAadl2Parser.g:12875:3: ( rule__ProcessorImplementation__OwnedMemorySubcomponentAssignment_7_1_0_0 )
+ // InternalAadl2Parser.g:11924:2: ( ( rule__ProcessorImplementation__OwnedMemorySubcomponentAssignment_8_1_0_0 ) )
+ // InternalAadl2Parser.g:11925:3: ( rule__ProcessorImplementation__OwnedMemorySubcomponentAssignment_8_1_0_0 )
{
- before(grammarAccess.getProcessorImplementationAccess().getOwnedMemorySubcomponentAssignment_7_1_0_0());
- // InternalAadl2Parser.g:12876:3: ( rule__ProcessorImplementation__OwnedMemorySubcomponentAssignment_7_1_0_0 )
- // InternalAadl2Parser.g:12876:4: rule__ProcessorImplementation__OwnedMemorySubcomponentAssignment_7_1_0_0
+ before(grammarAccess.getProcessorImplementationAccess().getOwnedMemorySubcomponentAssignment_8_1_0_0());
+ // InternalAadl2Parser.g:11926:3: ( rule__ProcessorImplementation__OwnedMemorySubcomponentAssignment_8_1_0_0 )
+ // InternalAadl2Parser.g:11926:4: rule__ProcessorImplementation__OwnedMemorySubcomponentAssignment_8_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessorImplementation__OwnedMemorySubcomponentAssignment_7_1_0_0();
+ rule__ProcessorImplementation__OwnedMemorySubcomponentAssignment_8_1_0_0();
state._fsp--;
}
- after(grammarAccess.getProcessorImplementationAccess().getOwnedMemorySubcomponentAssignment_7_1_0_0());
+ after(grammarAccess.getProcessorImplementationAccess().getOwnedMemorySubcomponentAssignment_8_1_0_0());
}
@@ -59598,24 +56795,24 @@ public final void rule__ProcessorImplementation__Alternatives_7_1_0() throws Rec
}
break;
case 2 :
- // InternalAadl2Parser.g:12880:2: ( ( rule__ProcessorImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_1 ) )
+ // InternalAadl2Parser.g:11930:2: ( ( rule__ProcessorImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_1 ) )
{
- // InternalAadl2Parser.g:12880:2: ( ( rule__ProcessorImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_1 ) )
- // InternalAadl2Parser.g:12881:3: ( rule__ProcessorImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_1 )
+ // InternalAadl2Parser.g:11930:2: ( ( rule__ProcessorImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_1 ) )
+ // InternalAadl2Parser.g:11931:3: ( rule__ProcessorImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_1 )
{
- before(grammarAccess.getProcessorImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_1());
- // InternalAadl2Parser.g:12882:3: ( rule__ProcessorImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_1 )
- // InternalAadl2Parser.g:12882:4: rule__ProcessorImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_1
+ before(grammarAccess.getProcessorImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_1());
+ // InternalAadl2Parser.g:11932:3: ( rule__ProcessorImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_1 )
+ // InternalAadl2Parser.g:11932:4: rule__ProcessorImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessorImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_1();
+ rule__ProcessorImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_1();
state._fsp--;
}
- after(grammarAccess.getProcessorImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_1());
+ after(grammarAccess.getProcessorImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_1());
}
@@ -59623,24 +56820,24 @@ public final void rule__ProcessorImplementation__Alternatives_7_1_0() throws Rec
}
break;
case 3 :
- // InternalAadl2Parser.g:12886:2: ( ( rule__ProcessorImplementation__OwnedBusSubcomponentAssignment_7_1_0_2 ) )
+ // InternalAadl2Parser.g:11936:2: ( ( rule__ProcessorImplementation__OwnedBusSubcomponentAssignment_8_1_0_2 ) )
{
- // InternalAadl2Parser.g:12886:2: ( ( rule__ProcessorImplementation__OwnedBusSubcomponentAssignment_7_1_0_2 ) )
- // InternalAadl2Parser.g:12887:3: ( rule__ProcessorImplementation__OwnedBusSubcomponentAssignment_7_1_0_2 )
+ // InternalAadl2Parser.g:11936:2: ( ( rule__ProcessorImplementation__OwnedBusSubcomponentAssignment_8_1_0_2 ) )
+ // InternalAadl2Parser.g:11937:3: ( rule__ProcessorImplementation__OwnedBusSubcomponentAssignment_8_1_0_2 )
{
- before(grammarAccess.getProcessorImplementationAccess().getOwnedBusSubcomponentAssignment_7_1_0_2());
- // InternalAadl2Parser.g:12888:3: ( rule__ProcessorImplementation__OwnedBusSubcomponentAssignment_7_1_0_2 )
- // InternalAadl2Parser.g:12888:4: rule__ProcessorImplementation__OwnedBusSubcomponentAssignment_7_1_0_2
+ before(grammarAccess.getProcessorImplementationAccess().getOwnedBusSubcomponentAssignment_8_1_0_2());
+ // InternalAadl2Parser.g:11938:3: ( rule__ProcessorImplementation__OwnedBusSubcomponentAssignment_8_1_0_2 )
+ // InternalAadl2Parser.g:11938:4: rule__ProcessorImplementation__OwnedBusSubcomponentAssignment_8_1_0_2
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessorImplementation__OwnedBusSubcomponentAssignment_7_1_0_2();
+ rule__ProcessorImplementation__OwnedBusSubcomponentAssignment_8_1_0_2();
state._fsp--;
}
- after(grammarAccess.getProcessorImplementationAccess().getOwnedBusSubcomponentAssignment_7_1_0_2());
+ after(grammarAccess.getProcessorImplementationAccess().getOwnedBusSubcomponentAssignment_8_1_0_2());
}
@@ -59648,24 +56845,24 @@ public final void rule__ProcessorImplementation__Alternatives_7_1_0() throws Rec
}
break;
case 4 :
- // InternalAadl2Parser.g:12892:2: ( ( rule__ProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_3 ) )
+ // InternalAadl2Parser.g:11942:2: ( ( rule__ProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_3 ) )
{
- // InternalAadl2Parser.g:12892:2: ( ( rule__ProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_3 ) )
- // InternalAadl2Parser.g:12893:3: ( rule__ProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_3 )
+ // InternalAadl2Parser.g:11942:2: ( ( rule__ProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_3 ) )
+ // InternalAadl2Parser.g:11943:3: ( rule__ProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_3 )
{
- before(grammarAccess.getProcessorImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_3());
- // InternalAadl2Parser.g:12894:3: ( rule__ProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_3 )
- // InternalAadl2Parser.g:12894:4: rule__ProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_3
+ before(grammarAccess.getProcessorImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_8_1_0_3());
+ // InternalAadl2Parser.g:11944:3: ( rule__ProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_3 )
+ // InternalAadl2Parser.g:11944:4: rule__ProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_3
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_3();
+ rule__ProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_3();
state._fsp--;
}
- after(grammarAccess.getProcessorImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_3());
+ after(grammarAccess.getProcessorImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_8_1_0_3());
}
@@ -59673,24 +56870,24 @@ public final void rule__ProcessorImplementation__Alternatives_7_1_0() throws Rec
}
break;
case 5 :
- // InternalAadl2Parser.g:12898:2: ( ( rule__ProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_4 ) )
+ // InternalAadl2Parser.g:11948:2: ( ( rule__ProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_4 ) )
{
- // InternalAadl2Parser.g:12898:2: ( ( rule__ProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_4 ) )
- // InternalAadl2Parser.g:12899:3: ( rule__ProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_4 )
+ // InternalAadl2Parser.g:11948:2: ( ( rule__ProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_4 ) )
+ // InternalAadl2Parser.g:11949:3: ( rule__ProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_4 )
{
- before(grammarAccess.getProcessorImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_7_1_0_4());
- // InternalAadl2Parser.g:12900:3: ( rule__ProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_4 )
- // InternalAadl2Parser.g:12900:4: rule__ProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_4
+ before(grammarAccess.getProcessorImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_8_1_0_4());
+ // InternalAadl2Parser.g:11950:3: ( rule__ProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_4 )
+ // InternalAadl2Parser.g:11950:4: rule__ProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_4
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_4();
+ rule__ProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_8_1_0_4();
state._fsp--;
}
- after(grammarAccess.getProcessorImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_7_1_0_4());
+ after(grammarAccess.getProcessorImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_8_1_0_4());
}
@@ -59711,17 +56908,17 @@ public final void rule__ProcessorImplementation__Alternatives_7_1_0() throws Rec
}
return ;
}
- // $ANTLR end "rule__ProcessorImplementation__Alternatives_7_1_0"
+ // $ANTLR end "rule__ProcessorImplementation__Alternatives_8_1_0"
- // $ANTLR start "rule__ProcessorImplementation__Alternatives_8_1"
- // InternalAadl2Parser.g:12908:1: rule__ProcessorImplementation__Alternatives_8_1 : ( ( ( rule__ProcessorImplementation__OwnedEventSourceAssignment_8_1_0 ) ) | ( ( rule__ProcessorImplementation__OwnedEventDataSourceAssignment_8_1_1 ) ) );
- public final void rule__ProcessorImplementation__Alternatives_8_1() throws RecognitionException {
+ // $ANTLR start "rule__ProcessorImplementation__Alternatives_9_2"
+ // InternalAadl2Parser.g:11958:1: rule__ProcessorImplementation__Alternatives_9_2 : ( ( ( rule__ProcessorImplementation__OwnedEventSourceAssignment_9_2_0 ) ) | ( ( rule__ProcessorImplementation__OwnedEventDataSourceAssignment_9_2_1 ) ) );
+ public final void rule__ProcessorImplementation__Alternatives_9_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12912:1: ( ( ( rule__ProcessorImplementation__OwnedEventSourceAssignment_8_1_0 ) ) | ( ( rule__ProcessorImplementation__OwnedEventDataSourceAssignment_8_1_1 ) ) )
+ // InternalAadl2Parser.g:11962:1: ( ( ( rule__ProcessorImplementation__OwnedEventSourceAssignment_9_2_0 ) ) | ( ( rule__ProcessorImplementation__OwnedEventDataSourceAssignment_9_2_1 ) ) )
int alt322=2;
int LA322_0 = input.LA(1);
@@ -59734,12 +56931,12 @@ public final void rule__ProcessorImplementation__Alternatives_8_1() throws Recog
if ( (LA322_2==Event) ) {
int LA322_3 = input.LA(4);
- if ( (LA322_3==Data) ) {
- alt322=2;
- }
- else if ( (LA322_3==Semicolon||LA322_3==LeftCurlyBracket) ) {
+ if ( (LA322_3==Semicolon||LA322_3==LeftCurlyBracket) ) {
alt322=1;
}
+ else if ( (LA322_3==Data) ) {
+ alt322=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 322, 3, input);
@@ -59769,24 +56966,24 @@ else if ( (LA322_3==Semicolon||LA322_3==LeftCurlyBracket) ) {
}
switch (alt322) {
case 1 :
- // InternalAadl2Parser.g:12913:2: ( ( rule__ProcessorImplementation__OwnedEventSourceAssignment_8_1_0 ) )
+ // InternalAadl2Parser.g:11963:2: ( ( rule__ProcessorImplementation__OwnedEventSourceAssignment_9_2_0 ) )
{
- // InternalAadl2Parser.g:12913:2: ( ( rule__ProcessorImplementation__OwnedEventSourceAssignment_8_1_0 ) )
- // InternalAadl2Parser.g:12914:3: ( rule__ProcessorImplementation__OwnedEventSourceAssignment_8_1_0 )
+ // InternalAadl2Parser.g:11963:2: ( ( rule__ProcessorImplementation__OwnedEventSourceAssignment_9_2_0 ) )
+ // InternalAadl2Parser.g:11964:3: ( rule__ProcessorImplementation__OwnedEventSourceAssignment_9_2_0 )
{
- before(grammarAccess.getProcessorImplementationAccess().getOwnedEventSourceAssignment_8_1_0());
- // InternalAadl2Parser.g:12915:3: ( rule__ProcessorImplementation__OwnedEventSourceAssignment_8_1_0 )
- // InternalAadl2Parser.g:12915:4: rule__ProcessorImplementation__OwnedEventSourceAssignment_8_1_0
+ before(grammarAccess.getProcessorImplementationAccess().getOwnedEventSourceAssignment_9_2_0());
+ // InternalAadl2Parser.g:11965:3: ( rule__ProcessorImplementation__OwnedEventSourceAssignment_9_2_0 )
+ // InternalAadl2Parser.g:11965:4: rule__ProcessorImplementation__OwnedEventSourceAssignment_9_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessorImplementation__OwnedEventSourceAssignment_8_1_0();
+ rule__ProcessorImplementation__OwnedEventSourceAssignment_9_2_0();
state._fsp--;
}
- after(grammarAccess.getProcessorImplementationAccess().getOwnedEventSourceAssignment_8_1_0());
+ after(grammarAccess.getProcessorImplementationAccess().getOwnedEventSourceAssignment_9_2_0());
}
@@ -59794,24 +56991,24 @@ else if ( (LA322_3==Semicolon||LA322_3==LeftCurlyBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:12919:2: ( ( rule__ProcessorImplementation__OwnedEventDataSourceAssignment_8_1_1 ) )
+ // InternalAadl2Parser.g:11969:2: ( ( rule__ProcessorImplementation__OwnedEventDataSourceAssignment_9_2_1 ) )
{
- // InternalAadl2Parser.g:12919:2: ( ( rule__ProcessorImplementation__OwnedEventDataSourceAssignment_8_1_1 ) )
- // InternalAadl2Parser.g:12920:3: ( rule__ProcessorImplementation__OwnedEventDataSourceAssignment_8_1_1 )
+ // InternalAadl2Parser.g:11969:2: ( ( rule__ProcessorImplementation__OwnedEventDataSourceAssignment_9_2_1 ) )
+ // InternalAadl2Parser.g:11970:3: ( rule__ProcessorImplementation__OwnedEventDataSourceAssignment_9_2_1 )
{
- before(grammarAccess.getProcessorImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1());
- // InternalAadl2Parser.g:12921:3: ( rule__ProcessorImplementation__OwnedEventDataSourceAssignment_8_1_1 )
- // InternalAadl2Parser.g:12921:4: rule__ProcessorImplementation__OwnedEventDataSourceAssignment_8_1_1
+ before(grammarAccess.getProcessorImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1());
+ // InternalAadl2Parser.g:11971:3: ( rule__ProcessorImplementation__OwnedEventDataSourceAssignment_9_2_1 )
+ // InternalAadl2Parser.g:11971:4: rule__ProcessorImplementation__OwnedEventDataSourceAssignment_9_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessorImplementation__OwnedEventDataSourceAssignment_8_1_1();
+ rule__ProcessorImplementation__OwnedEventDataSourceAssignment_9_2_1();
state._fsp--;
}
- after(grammarAccess.getProcessorImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1());
+ after(grammarAccess.getProcessorImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1());
}
@@ -59832,17 +57029,17 @@ else if ( (LA322_3==Semicolon||LA322_3==LeftCurlyBracket) ) {
}
return ;
}
- // $ANTLR end "rule__ProcessorImplementation__Alternatives_8_1"
+ // $ANTLR end "rule__ProcessorImplementation__Alternatives_9_2"
- // $ANTLR start "rule__ProcessorImplementation__Alternatives_9_1"
- // InternalAadl2Parser.g:12929:1: rule__ProcessorImplementation__Alternatives_9_1 : ( ( ( ( rule__ProcessorImplementation__Alternatives_9_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_9_1_0 )* ) ) | ( ( rule__ProcessorImplementation__Group_9_1_1__0 ) ) );
- public final void rule__ProcessorImplementation__Alternatives_9_1() throws RecognitionException {
+ // $ANTLR start "rule__ProcessorImplementation__Alternatives_10_1"
+ // InternalAadl2Parser.g:11979:1: rule__ProcessorImplementation__Alternatives_10_1 : ( ( ( ( rule__ProcessorImplementation__Alternatives_10_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_10_1_0 )* ) ) | ( ( rule__ProcessorImplementation__Group_10_1_1__0 ) ) );
+ public final void rule__ProcessorImplementation__Alternatives_10_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12933:1: ( ( ( ( rule__ProcessorImplementation__Alternatives_9_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_9_1_0 )* ) ) | ( ( rule__ProcessorImplementation__Group_9_1_1__0 ) ) )
+ // InternalAadl2Parser.g:11983:1: ( ( ( ( rule__ProcessorImplementation__Alternatives_10_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_10_1_0 )* ) ) | ( ( rule__ProcessorImplementation__Group_10_1_1__0 ) ) )
int alt324=2;
int LA324_0 = input.LA(1);
@@ -59860,35 +57057,35 @@ else if ( (LA324_0==None) ) {
}
switch (alt324) {
case 1 :
- // InternalAadl2Parser.g:12934:2: ( ( ( rule__ProcessorImplementation__Alternatives_9_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_9_1_0 )* ) )
+ // InternalAadl2Parser.g:11984:2: ( ( ( rule__ProcessorImplementation__Alternatives_10_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_10_1_0 )* ) )
{
- // InternalAadl2Parser.g:12934:2: ( ( ( rule__ProcessorImplementation__Alternatives_9_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_9_1_0 )* ) )
- // InternalAadl2Parser.g:12935:3: ( ( rule__ProcessorImplementation__Alternatives_9_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_9_1_0 )* )
+ // InternalAadl2Parser.g:11984:2: ( ( ( rule__ProcessorImplementation__Alternatives_10_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_10_1_0 )* ) )
+ // InternalAadl2Parser.g:11985:3: ( ( rule__ProcessorImplementation__Alternatives_10_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_10_1_0 )* )
{
- // InternalAadl2Parser.g:12935:3: ( ( rule__ProcessorImplementation__Alternatives_9_1_0 ) )
- // InternalAadl2Parser.g:12936:4: ( rule__ProcessorImplementation__Alternatives_9_1_0 )
+ // InternalAadl2Parser.g:11985:3: ( ( rule__ProcessorImplementation__Alternatives_10_1_0 ) )
+ // InternalAadl2Parser.g:11986:4: ( rule__ProcessorImplementation__Alternatives_10_1_0 )
{
- before(grammarAccess.getProcessorImplementationAccess().getAlternatives_9_1_0());
- // InternalAadl2Parser.g:12937:4: ( rule__ProcessorImplementation__Alternatives_9_1_0 )
- // InternalAadl2Parser.g:12937:5: rule__ProcessorImplementation__Alternatives_9_1_0
+ before(grammarAccess.getProcessorImplementationAccess().getAlternatives_10_1_0());
+ // InternalAadl2Parser.g:11987:4: ( rule__ProcessorImplementation__Alternatives_10_1_0 )
+ // InternalAadl2Parser.g:11987:5: rule__ProcessorImplementation__Alternatives_10_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ProcessorImplementation__Alternatives_9_1_0();
+ rule__ProcessorImplementation__Alternatives_10_1_0();
state._fsp--;
}
- after(grammarAccess.getProcessorImplementationAccess().getAlternatives_9_1_0());
+ after(grammarAccess.getProcessorImplementationAccess().getAlternatives_10_1_0());
}
- // InternalAadl2Parser.g:12940:3: ( ( rule__ProcessorImplementation__Alternatives_9_1_0 )* )
- // InternalAadl2Parser.g:12941:4: ( rule__ProcessorImplementation__Alternatives_9_1_0 )*
+ // InternalAadl2Parser.g:11990:3: ( ( rule__ProcessorImplementation__Alternatives_10_1_0 )* )
+ // InternalAadl2Parser.g:11991:4: ( rule__ProcessorImplementation__Alternatives_10_1_0 )*
{
- before(grammarAccess.getProcessorImplementationAccess().getAlternatives_9_1_0());
- // InternalAadl2Parser.g:12942:4: ( rule__ProcessorImplementation__Alternatives_9_1_0 )*
+ before(grammarAccess.getProcessorImplementationAccess().getAlternatives_10_1_0());
+ // InternalAadl2Parser.g:11992:4: ( rule__ProcessorImplementation__Alternatives_10_1_0 )*
loop323:
do {
int alt323=2;
@@ -59901,10 +57098,10 @@ else if ( (LA324_0==None) ) {
switch (alt323) {
case 1 :
- // InternalAadl2Parser.g:12942:5: rule__ProcessorImplementation__Alternatives_9_1_0
+ // InternalAadl2Parser.g:11992:5: rule__ProcessorImplementation__Alternatives_10_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ProcessorImplementation__Alternatives_9_1_0();
+ rule__ProcessorImplementation__Alternatives_10_1_0();
state._fsp--;
@@ -59917,7 +57114,7 @@ else if ( (LA324_0==None) ) {
}
} while (true);
- after(grammarAccess.getProcessorImplementationAccess().getAlternatives_9_1_0());
+ after(grammarAccess.getProcessorImplementationAccess().getAlternatives_10_1_0());
}
@@ -59928,24 +57125,24 @@ else if ( (LA324_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:12947:2: ( ( rule__ProcessorImplementation__Group_9_1_1__0 ) )
+ // InternalAadl2Parser.g:11997:2: ( ( rule__ProcessorImplementation__Group_10_1_1__0 ) )
{
- // InternalAadl2Parser.g:12947:2: ( ( rule__ProcessorImplementation__Group_9_1_1__0 ) )
- // InternalAadl2Parser.g:12948:3: ( rule__ProcessorImplementation__Group_9_1_1__0 )
+ // InternalAadl2Parser.g:11997:2: ( ( rule__ProcessorImplementation__Group_10_1_1__0 ) )
+ // InternalAadl2Parser.g:11998:3: ( rule__ProcessorImplementation__Group_10_1_1__0 )
{
- before(grammarAccess.getProcessorImplementationAccess().getGroup_9_1_1());
- // InternalAadl2Parser.g:12949:3: ( rule__ProcessorImplementation__Group_9_1_1__0 )
- // InternalAadl2Parser.g:12949:4: rule__ProcessorImplementation__Group_9_1_1__0
+ before(grammarAccess.getProcessorImplementationAccess().getGroup_10_1_1());
+ // InternalAadl2Parser.g:11999:3: ( rule__ProcessorImplementation__Group_10_1_1__0 )
+ // InternalAadl2Parser.g:11999:4: rule__ProcessorImplementation__Group_10_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessorImplementation__Group_9_1_1__0();
+ rule__ProcessorImplementation__Group_10_1_1__0();
state._fsp--;
}
- after(grammarAccess.getProcessorImplementationAccess().getGroup_9_1_1());
+ after(grammarAccess.getProcessorImplementationAccess().getGroup_10_1_1());
}
@@ -59966,39 +57163,39 @@ else if ( (LA324_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__ProcessorImplementation__Alternatives_9_1"
+ // $ANTLR end "rule__ProcessorImplementation__Alternatives_10_1"
- // $ANTLR start "rule__ProcessorImplementation__Alternatives_9_1_0"
- // InternalAadl2Parser.g:12957:1: rule__ProcessorImplementation__Alternatives_9_1_0 : ( ( ( rule__ProcessorImplementation__OwnedPortConnectionAssignment_9_1_0_0 ) ) | ( ( rule__ProcessorImplementation__OwnedAccessConnectionAssignment_9_1_0_1 ) ) | ( ( rule__ProcessorImplementation__OwnedFeatureGroupConnectionAssignment_9_1_0_2 ) ) | ( ( rule__ProcessorImplementation__OwnedFeatureConnectionAssignment_9_1_0_3 ) ) );
- public final void rule__ProcessorImplementation__Alternatives_9_1_0() throws RecognitionException {
+ // $ANTLR start "rule__ProcessorImplementation__Alternatives_10_1_0"
+ // InternalAadl2Parser.g:12007:1: rule__ProcessorImplementation__Alternatives_10_1_0 : ( ( ( rule__ProcessorImplementation__OwnedPortConnectionAssignment_10_1_0_0 ) ) | ( ( rule__ProcessorImplementation__OwnedAccessConnectionAssignment_10_1_0_1 ) ) | ( ( rule__ProcessorImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 ) ) | ( ( rule__ProcessorImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 ) ) );
+ public final void rule__ProcessorImplementation__Alternatives_10_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12961:1: ( ( ( rule__ProcessorImplementation__OwnedPortConnectionAssignment_9_1_0_0 ) ) | ( ( rule__ProcessorImplementation__OwnedAccessConnectionAssignment_9_1_0_1 ) ) | ( ( rule__ProcessorImplementation__OwnedFeatureGroupConnectionAssignment_9_1_0_2 ) ) | ( ( rule__ProcessorImplementation__OwnedFeatureConnectionAssignment_9_1_0_3 ) ) )
+ // InternalAadl2Parser.g:12011:1: ( ( ( rule__ProcessorImplementation__OwnedPortConnectionAssignment_10_1_0_0 ) ) | ( ( rule__ProcessorImplementation__OwnedAccessConnectionAssignment_10_1_0_1 ) ) | ( ( rule__ProcessorImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 ) ) | ( ( rule__ProcessorImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 ) ) )
int alt325=4;
alt325 = dfa325.predict(input);
switch (alt325) {
case 1 :
- // InternalAadl2Parser.g:12962:2: ( ( rule__ProcessorImplementation__OwnedPortConnectionAssignment_9_1_0_0 ) )
+ // InternalAadl2Parser.g:12012:2: ( ( rule__ProcessorImplementation__OwnedPortConnectionAssignment_10_1_0_0 ) )
{
- // InternalAadl2Parser.g:12962:2: ( ( rule__ProcessorImplementation__OwnedPortConnectionAssignment_9_1_0_0 ) )
- // InternalAadl2Parser.g:12963:3: ( rule__ProcessorImplementation__OwnedPortConnectionAssignment_9_1_0_0 )
+ // InternalAadl2Parser.g:12012:2: ( ( rule__ProcessorImplementation__OwnedPortConnectionAssignment_10_1_0_0 ) )
+ // InternalAadl2Parser.g:12013:3: ( rule__ProcessorImplementation__OwnedPortConnectionAssignment_10_1_0_0 )
{
- before(grammarAccess.getProcessorImplementationAccess().getOwnedPortConnectionAssignment_9_1_0_0());
- // InternalAadl2Parser.g:12964:3: ( rule__ProcessorImplementation__OwnedPortConnectionAssignment_9_1_0_0 )
- // InternalAadl2Parser.g:12964:4: rule__ProcessorImplementation__OwnedPortConnectionAssignment_9_1_0_0
+ before(grammarAccess.getProcessorImplementationAccess().getOwnedPortConnectionAssignment_10_1_0_0());
+ // InternalAadl2Parser.g:12014:3: ( rule__ProcessorImplementation__OwnedPortConnectionAssignment_10_1_0_0 )
+ // InternalAadl2Parser.g:12014:4: rule__ProcessorImplementation__OwnedPortConnectionAssignment_10_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessorImplementation__OwnedPortConnectionAssignment_9_1_0_0();
+ rule__ProcessorImplementation__OwnedPortConnectionAssignment_10_1_0_0();
state._fsp--;
}
- after(grammarAccess.getProcessorImplementationAccess().getOwnedPortConnectionAssignment_9_1_0_0());
+ after(grammarAccess.getProcessorImplementationAccess().getOwnedPortConnectionAssignment_10_1_0_0());
}
@@ -60006,24 +57203,24 @@ public final void rule__ProcessorImplementation__Alternatives_9_1_0() throws Rec
}
break;
case 2 :
- // InternalAadl2Parser.g:12968:2: ( ( rule__ProcessorImplementation__OwnedAccessConnectionAssignment_9_1_0_1 ) )
+ // InternalAadl2Parser.g:12018:2: ( ( rule__ProcessorImplementation__OwnedAccessConnectionAssignment_10_1_0_1 ) )
{
- // InternalAadl2Parser.g:12968:2: ( ( rule__ProcessorImplementation__OwnedAccessConnectionAssignment_9_1_0_1 ) )
- // InternalAadl2Parser.g:12969:3: ( rule__ProcessorImplementation__OwnedAccessConnectionAssignment_9_1_0_1 )
+ // InternalAadl2Parser.g:12018:2: ( ( rule__ProcessorImplementation__OwnedAccessConnectionAssignment_10_1_0_1 ) )
+ // InternalAadl2Parser.g:12019:3: ( rule__ProcessorImplementation__OwnedAccessConnectionAssignment_10_1_0_1 )
{
- before(grammarAccess.getProcessorImplementationAccess().getOwnedAccessConnectionAssignment_9_1_0_1());
- // InternalAadl2Parser.g:12970:3: ( rule__ProcessorImplementation__OwnedAccessConnectionAssignment_9_1_0_1 )
- // InternalAadl2Parser.g:12970:4: rule__ProcessorImplementation__OwnedAccessConnectionAssignment_9_1_0_1
+ before(grammarAccess.getProcessorImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_1());
+ // InternalAadl2Parser.g:12020:3: ( rule__ProcessorImplementation__OwnedAccessConnectionAssignment_10_1_0_1 )
+ // InternalAadl2Parser.g:12020:4: rule__ProcessorImplementation__OwnedAccessConnectionAssignment_10_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessorImplementation__OwnedAccessConnectionAssignment_9_1_0_1();
+ rule__ProcessorImplementation__OwnedAccessConnectionAssignment_10_1_0_1();
state._fsp--;
}
- after(grammarAccess.getProcessorImplementationAccess().getOwnedAccessConnectionAssignment_9_1_0_1());
+ after(grammarAccess.getProcessorImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_1());
}
@@ -60031,24 +57228,24 @@ public final void rule__ProcessorImplementation__Alternatives_9_1_0() throws Rec
}
break;
case 3 :
- // InternalAadl2Parser.g:12974:2: ( ( rule__ProcessorImplementation__OwnedFeatureGroupConnectionAssignment_9_1_0_2 ) )
+ // InternalAadl2Parser.g:12024:2: ( ( rule__ProcessorImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 ) )
{
- // InternalAadl2Parser.g:12974:2: ( ( rule__ProcessorImplementation__OwnedFeatureGroupConnectionAssignment_9_1_0_2 ) )
- // InternalAadl2Parser.g:12975:3: ( rule__ProcessorImplementation__OwnedFeatureGroupConnectionAssignment_9_1_0_2 )
+ // InternalAadl2Parser.g:12024:2: ( ( rule__ProcessorImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 ) )
+ // InternalAadl2Parser.g:12025:3: ( rule__ProcessorImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 )
{
- before(grammarAccess.getProcessorImplementationAccess().getOwnedFeatureGroupConnectionAssignment_9_1_0_2());
- // InternalAadl2Parser.g:12976:3: ( rule__ProcessorImplementation__OwnedFeatureGroupConnectionAssignment_9_1_0_2 )
- // InternalAadl2Parser.g:12976:4: rule__ProcessorImplementation__OwnedFeatureGroupConnectionAssignment_9_1_0_2
+ before(grammarAccess.getProcessorImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_2());
+ // InternalAadl2Parser.g:12026:3: ( rule__ProcessorImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 )
+ // InternalAadl2Parser.g:12026:4: rule__ProcessorImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessorImplementation__OwnedFeatureGroupConnectionAssignment_9_1_0_2();
+ rule__ProcessorImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2();
state._fsp--;
}
- after(grammarAccess.getProcessorImplementationAccess().getOwnedFeatureGroupConnectionAssignment_9_1_0_2());
+ after(grammarAccess.getProcessorImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_2());
}
@@ -60056,24 +57253,24 @@ public final void rule__ProcessorImplementation__Alternatives_9_1_0() throws Rec
}
break;
case 4 :
- // InternalAadl2Parser.g:12980:2: ( ( rule__ProcessorImplementation__OwnedFeatureConnectionAssignment_9_1_0_3 ) )
+ // InternalAadl2Parser.g:12030:2: ( ( rule__ProcessorImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 ) )
{
- // InternalAadl2Parser.g:12980:2: ( ( rule__ProcessorImplementation__OwnedFeatureConnectionAssignment_9_1_0_3 ) )
- // InternalAadl2Parser.g:12981:3: ( rule__ProcessorImplementation__OwnedFeatureConnectionAssignment_9_1_0_3 )
+ // InternalAadl2Parser.g:12030:2: ( ( rule__ProcessorImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 ) )
+ // InternalAadl2Parser.g:12031:3: ( rule__ProcessorImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 )
{
- before(grammarAccess.getProcessorImplementationAccess().getOwnedFeatureConnectionAssignment_9_1_0_3());
- // InternalAadl2Parser.g:12982:3: ( rule__ProcessorImplementation__OwnedFeatureConnectionAssignment_9_1_0_3 )
- // InternalAadl2Parser.g:12982:4: rule__ProcessorImplementation__OwnedFeatureConnectionAssignment_9_1_0_3
+ before(grammarAccess.getProcessorImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_3());
+ // InternalAadl2Parser.g:12032:3: ( rule__ProcessorImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 )
+ // InternalAadl2Parser.g:12032:4: rule__ProcessorImplementation__OwnedFeatureConnectionAssignment_10_1_0_3
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessorImplementation__OwnedFeatureConnectionAssignment_9_1_0_3();
+ rule__ProcessorImplementation__OwnedFeatureConnectionAssignment_10_1_0_3();
state._fsp--;
}
- after(grammarAccess.getProcessorImplementationAccess().getOwnedFeatureConnectionAssignment_9_1_0_3());
+ after(grammarAccess.getProcessorImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_3());
}
@@ -60094,17 +57291,17 @@ public final void rule__ProcessorImplementation__Alternatives_9_1_0() throws Rec
}
return ;
}
- // $ANTLR end "rule__ProcessorImplementation__Alternatives_9_1_0"
+ // $ANTLR end "rule__ProcessorImplementation__Alternatives_10_1_0"
- // $ANTLR start "rule__ProcessorImplementation__Alternatives_10_1"
- // InternalAadl2Parser.g:12990:1: rule__ProcessorImplementation__Alternatives_10_1 : ( ( ( ( rule__ProcessorImplementation__Alternatives_10_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_10_1_0 )* ) ) | ( ( rule__ProcessorImplementation__Group_10_1_1__0 ) ) );
- public final void rule__ProcessorImplementation__Alternatives_10_1() throws RecognitionException {
+ // $ANTLR start "rule__ProcessorImplementation__Alternatives_11_1"
+ // InternalAadl2Parser.g:12040:1: rule__ProcessorImplementation__Alternatives_11_1 : ( ( ( ( rule__ProcessorImplementation__Alternatives_11_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__ProcessorImplementation__Group_11_1_1__0 ) ) );
+ public final void rule__ProcessorImplementation__Alternatives_11_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:12994:1: ( ( ( ( rule__ProcessorImplementation__Alternatives_10_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_10_1_0 )* ) ) | ( ( rule__ProcessorImplementation__Group_10_1_1__0 ) ) )
+ // InternalAadl2Parser.g:12044:1: ( ( ( ( rule__ProcessorImplementation__Alternatives_11_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__ProcessorImplementation__Group_11_1_1__0 ) ) )
int alt327=2;
int LA327_0 = input.LA(1);
@@ -60122,35 +57319,35 @@ else if ( (LA327_0==None) ) {
}
switch (alt327) {
case 1 :
- // InternalAadl2Parser.g:12995:2: ( ( ( rule__ProcessorImplementation__Alternatives_10_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_10_1_0 )* ) )
+ // InternalAadl2Parser.g:12045:2: ( ( ( rule__ProcessorImplementation__Alternatives_11_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_11_1_0 )* ) )
{
- // InternalAadl2Parser.g:12995:2: ( ( ( rule__ProcessorImplementation__Alternatives_10_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_10_1_0 )* ) )
- // InternalAadl2Parser.g:12996:3: ( ( rule__ProcessorImplementation__Alternatives_10_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_10_1_0 )* )
+ // InternalAadl2Parser.g:12045:2: ( ( ( rule__ProcessorImplementation__Alternatives_11_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_11_1_0 )* ) )
+ // InternalAadl2Parser.g:12046:3: ( ( rule__ProcessorImplementation__Alternatives_11_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_11_1_0 )* )
{
- // InternalAadl2Parser.g:12996:3: ( ( rule__ProcessorImplementation__Alternatives_10_1_0 ) )
- // InternalAadl2Parser.g:12997:4: ( rule__ProcessorImplementation__Alternatives_10_1_0 )
+ // InternalAadl2Parser.g:12046:3: ( ( rule__ProcessorImplementation__Alternatives_11_1_0 ) )
+ // InternalAadl2Parser.g:12047:4: ( rule__ProcessorImplementation__Alternatives_11_1_0 )
{
- before(grammarAccess.getProcessorImplementationAccess().getAlternatives_10_1_0());
- // InternalAadl2Parser.g:12998:4: ( rule__ProcessorImplementation__Alternatives_10_1_0 )
- // InternalAadl2Parser.g:12998:5: rule__ProcessorImplementation__Alternatives_10_1_0
+ before(grammarAccess.getProcessorImplementationAccess().getAlternatives_11_1_0());
+ // InternalAadl2Parser.g:12048:4: ( rule__ProcessorImplementation__Alternatives_11_1_0 )
+ // InternalAadl2Parser.g:12048:5: rule__ProcessorImplementation__Alternatives_11_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ProcessorImplementation__Alternatives_10_1_0();
+ rule__ProcessorImplementation__Alternatives_11_1_0();
state._fsp--;
}
- after(grammarAccess.getProcessorImplementationAccess().getAlternatives_10_1_0());
+ after(grammarAccess.getProcessorImplementationAccess().getAlternatives_11_1_0());
}
- // InternalAadl2Parser.g:13001:3: ( ( rule__ProcessorImplementation__Alternatives_10_1_0 )* )
- // InternalAadl2Parser.g:13002:4: ( rule__ProcessorImplementation__Alternatives_10_1_0 )*
+ // InternalAadl2Parser.g:12051:3: ( ( rule__ProcessorImplementation__Alternatives_11_1_0 )* )
+ // InternalAadl2Parser.g:12052:4: ( rule__ProcessorImplementation__Alternatives_11_1_0 )*
{
- before(grammarAccess.getProcessorImplementationAccess().getAlternatives_10_1_0());
- // InternalAadl2Parser.g:13003:4: ( rule__ProcessorImplementation__Alternatives_10_1_0 )*
+ before(grammarAccess.getProcessorImplementationAccess().getAlternatives_11_1_0());
+ // InternalAadl2Parser.g:12053:4: ( rule__ProcessorImplementation__Alternatives_11_1_0 )*
loop326:
do {
int alt326=2;
@@ -60163,10 +57360,10 @@ else if ( (LA327_0==None) ) {
switch (alt326) {
case 1 :
- // InternalAadl2Parser.g:13003:5: rule__ProcessorImplementation__Alternatives_10_1_0
+ // InternalAadl2Parser.g:12053:5: rule__ProcessorImplementation__Alternatives_11_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ProcessorImplementation__Alternatives_10_1_0();
+ rule__ProcessorImplementation__Alternatives_11_1_0();
state._fsp--;
@@ -60179,7 +57376,7 @@ else if ( (LA327_0==None) ) {
}
} while (true);
- after(grammarAccess.getProcessorImplementationAccess().getAlternatives_10_1_0());
+ after(grammarAccess.getProcessorImplementationAccess().getAlternatives_11_1_0());
}
@@ -60190,24 +57387,24 @@ else if ( (LA327_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:13008:2: ( ( rule__ProcessorImplementation__Group_10_1_1__0 ) )
+ // InternalAadl2Parser.g:12058:2: ( ( rule__ProcessorImplementation__Group_11_1_1__0 ) )
{
- // InternalAadl2Parser.g:13008:2: ( ( rule__ProcessorImplementation__Group_10_1_1__0 ) )
- // InternalAadl2Parser.g:13009:3: ( rule__ProcessorImplementation__Group_10_1_1__0 )
+ // InternalAadl2Parser.g:12058:2: ( ( rule__ProcessorImplementation__Group_11_1_1__0 ) )
+ // InternalAadl2Parser.g:12059:3: ( rule__ProcessorImplementation__Group_11_1_1__0 )
{
- before(grammarAccess.getProcessorImplementationAccess().getGroup_10_1_1());
- // InternalAadl2Parser.g:13010:3: ( rule__ProcessorImplementation__Group_10_1_1__0 )
- // InternalAadl2Parser.g:13010:4: rule__ProcessorImplementation__Group_10_1_1__0
+ before(grammarAccess.getProcessorImplementationAccess().getGroup_11_1_1());
+ // InternalAadl2Parser.g:12060:3: ( rule__ProcessorImplementation__Group_11_1_1__0 )
+ // InternalAadl2Parser.g:12060:4: rule__ProcessorImplementation__Group_11_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessorImplementation__Group_10_1_1__0();
+ rule__ProcessorImplementation__Group_11_1_1__0();
state._fsp--;
}
- after(grammarAccess.getProcessorImplementationAccess().getGroup_10_1_1());
+ after(grammarAccess.getProcessorImplementationAccess().getGroup_11_1_1());
}
@@ -60228,17 +57425,17 @@ else if ( (LA327_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__ProcessorImplementation__Alternatives_10_1"
+ // $ANTLR end "rule__ProcessorImplementation__Alternatives_11_1"
- // $ANTLR start "rule__ProcessorImplementation__Alternatives_10_1_0"
- // InternalAadl2Parser.g:13018:1: rule__ProcessorImplementation__Alternatives_10_1_0 : ( ( ( rule__ProcessorImplementation__OwnedFlowImplementationAssignment_10_1_0_0 ) ) | ( ( rule__ProcessorImplementation__OwnedEndToEndFlowAssignment_10_1_0_1 ) ) );
- public final void rule__ProcessorImplementation__Alternatives_10_1_0() throws RecognitionException {
+ // $ANTLR start "rule__ProcessorImplementation__Alternatives_11_1_0"
+ // InternalAadl2Parser.g:12068:1: rule__ProcessorImplementation__Alternatives_11_1_0 : ( ( ( rule__ProcessorImplementation__OwnedFlowImplementationAssignment_11_1_0_0 ) ) | ( ( rule__ProcessorImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 ) ) );
+ public final void rule__ProcessorImplementation__Alternatives_11_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13022:1: ( ( ( rule__ProcessorImplementation__OwnedFlowImplementationAssignment_10_1_0_0 ) ) | ( ( rule__ProcessorImplementation__OwnedEndToEndFlowAssignment_10_1_0_1 ) ) )
+ // InternalAadl2Parser.g:12072:1: ( ( ( rule__ProcessorImplementation__OwnedFlowImplementationAssignment_11_1_0_0 ) ) | ( ( rule__ProcessorImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 ) ) )
int alt328=2;
int LA328_0 = input.LA(1);
@@ -60248,12 +57445,12 @@ public final void rule__ProcessorImplementation__Alternatives_10_1_0() throws Re
if ( (LA328_1==Colon) ) {
int LA328_2 = input.LA(3);
- if ( (LA328_2==Flow) ) {
- alt328=1;
- }
- else if ( (LA328_2==Refined||LA328_2==End) ) {
+ if ( (LA328_2==Refined||LA328_2==End) ) {
alt328=2;
}
+ else if ( (LA328_2==Flow) ) {
+ alt328=1;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 328, 2, input);
@@ -60276,24 +57473,24 @@ else if ( (LA328_2==Refined||LA328_2==End) ) {
}
switch (alt328) {
case 1 :
- // InternalAadl2Parser.g:13023:2: ( ( rule__ProcessorImplementation__OwnedFlowImplementationAssignment_10_1_0_0 ) )
+ // InternalAadl2Parser.g:12073:2: ( ( rule__ProcessorImplementation__OwnedFlowImplementationAssignment_11_1_0_0 ) )
{
- // InternalAadl2Parser.g:13023:2: ( ( rule__ProcessorImplementation__OwnedFlowImplementationAssignment_10_1_0_0 ) )
- // InternalAadl2Parser.g:13024:3: ( rule__ProcessorImplementation__OwnedFlowImplementationAssignment_10_1_0_0 )
+ // InternalAadl2Parser.g:12073:2: ( ( rule__ProcessorImplementation__OwnedFlowImplementationAssignment_11_1_0_0 ) )
+ // InternalAadl2Parser.g:12074:3: ( rule__ProcessorImplementation__OwnedFlowImplementationAssignment_11_1_0_0 )
{
- before(grammarAccess.getProcessorImplementationAccess().getOwnedFlowImplementationAssignment_10_1_0_0());
- // InternalAadl2Parser.g:13025:3: ( rule__ProcessorImplementation__OwnedFlowImplementationAssignment_10_1_0_0 )
- // InternalAadl2Parser.g:13025:4: rule__ProcessorImplementation__OwnedFlowImplementationAssignment_10_1_0_0
+ before(grammarAccess.getProcessorImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0());
+ // InternalAadl2Parser.g:12075:3: ( rule__ProcessorImplementation__OwnedFlowImplementationAssignment_11_1_0_0 )
+ // InternalAadl2Parser.g:12075:4: rule__ProcessorImplementation__OwnedFlowImplementationAssignment_11_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessorImplementation__OwnedFlowImplementationAssignment_10_1_0_0();
+ rule__ProcessorImplementation__OwnedFlowImplementationAssignment_11_1_0_0();
state._fsp--;
}
- after(grammarAccess.getProcessorImplementationAccess().getOwnedFlowImplementationAssignment_10_1_0_0());
+ after(grammarAccess.getProcessorImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0());
}
@@ -60301,24 +57498,24 @@ else if ( (LA328_2==Refined||LA328_2==End) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:13029:2: ( ( rule__ProcessorImplementation__OwnedEndToEndFlowAssignment_10_1_0_1 ) )
+ // InternalAadl2Parser.g:12079:2: ( ( rule__ProcessorImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 ) )
{
- // InternalAadl2Parser.g:13029:2: ( ( rule__ProcessorImplementation__OwnedEndToEndFlowAssignment_10_1_0_1 ) )
- // InternalAadl2Parser.g:13030:3: ( rule__ProcessorImplementation__OwnedEndToEndFlowAssignment_10_1_0_1 )
+ // InternalAadl2Parser.g:12079:2: ( ( rule__ProcessorImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 ) )
+ // InternalAadl2Parser.g:12080:3: ( rule__ProcessorImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 )
{
- before(grammarAccess.getProcessorImplementationAccess().getOwnedEndToEndFlowAssignment_10_1_0_1());
- // InternalAadl2Parser.g:13031:3: ( rule__ProcessorImplementation__OwnedEndToEndFlowAssignment_10_1_0_1 )
- // InternalAadl2Parser.g:13031:4: rule__ProcessorImplementation__OwnedEndToEndFlowAssignment_10_1_0_1
+ before(grammarAccess.getProcessorImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1());
+ // InternalAadl2Parser.g:12081:3: ( rule__ProcessorImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 )
+ // InternalAadl2Parser.g:12081:4: rule__ProcessorImplementation__OwnedEndToEndFlowAssignment_11_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessorImplementation__OwnedEndToEndFlowAssignment_10_1_0_1();
+ rule__ProcessorImplementation__OwnedEndToEndFlowAssignment_11_1_0_1();
state._fsp--;
}
- after(grammarAccess.getProcessorImplementationAccess().getOwnedEndToEndFlowAssignment_10_1_0_1());
+ after(grammarAccess.getProcessorImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1());
}
@@ -60339,17 +57536,17 @@ else if ( (LA328_2==Refined||LA328_2==End) ) {
}
return ;
}
- // $ANTLR end "rule__ProcessorImplementation__Alternatives_10_1_0"
+ // $ANTLR end "rule__ProcessorImplementation__Alternatives_11_1_0"
- // $ANTLR start "rule__ProcessorImplementation__Alternatives_11_1"
- // InternalAadl2Parser.g:13039:1: rule__ProcessorImplementation__Alternatives_11_1 : ( ( ( ( rule__ProcessorImplementation__Alternatives_11_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__ProcessorImplementation__Group_11_1_1__0 ) ) );
- public final void rule__ProcessorImplementation__Alternatives_11_1() throws RecognitionException {
+ // $ANTLR start "rule__ProcessorImplementation__Alternatives_12_1"
+ // InternalAadl2Parser.g:12089:1: rule__ProcessorImplementation__Alternatives_12_1 : ( ( ( ( rule__ProcessorImplementation__Alternatives_12_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__ProcessorImplementation__Group_12_1_1__0 ) ) );
+ public final void rule__ProcessorImplementation__Alternatives_12_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13043:1: ( ( ( ( rule__ProcessorImplementation__Alternatives_11_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__ProcessorImplementation__Group_11_1_1__0 ) ) )
+ // InternalAadl2Parser.g:12093:1: ( ( ( ( rule__ProcessorImplementation__Alternatives_12_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__ProcessorImplementation__Group_12_1_1__0 ) ) )
int alt330=2;
int LA330_0 = input.LA(1);
@@ -60367,35 +57564,35 @@ else if ( (LA330_0==None) ) {
}
switch (alt330) {
case 1 :
- // InternalAadl2Parser.g:13044:2: ( ( ( rule__ProcessorImplementation__Alternatives_11_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_11_1_0 )* ) )
+ // InternalAadl2Parser.g:12094:2: ( ( ( rule__ProcessorImplementation__Alternatives_12_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_12_1_0 )* ) )
{
- // InternalAadl2Parser.g:13044:2: ( ( ( rule__ProcessorImplementation__Alternatives_11_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_11_1_0 )* ) )
- // InternalAadl2Parser.g:13045:3: ( ( rule__ProcessorImplementation__Alternatives_11_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_11_1_0 )* )
+ // InternalAadl2Parser.g:12094:2: ( ( ( rule__ProcessorImplementation__Alternatives_12_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_12_1_0 )* ) )
+ // InternalAadl2Parser.g:12095:3: ( ( rule__ProcessorImplementation__Alternatives_12_1_0 ) ) ( ( rule__ProcessorImplementation__Alternatives_12_1_0 )* )
{
- // InternalAadl2Parser.g:13045:3: ( ( rule__ProcessorImplementation__Alternatives_11_1_0 ) )
- // InternalAadl2Parser.g:13046:4: ( rule__ProcessorImplementation__Alternatives_11_1_0 )
+ // InternalAadl2Parser.g:12095:3: ( ( rule__ProcessorImplementation__Alternatives_12_1_0 ) )
+ // InternalAadl2Parser.g:12096:4: ( rule__ProcessorImplementation__Alternatives_12_1_0 )
{
- before(grammarAccess.getProcessorImplementationAccess().getAlternatives_11_1_0());
- // InternalAadl2Parser.g:13047:4: ( rule__ProcessorImplementation__Alternatives_11_1_0 )
- // InternalAadl2Parser.g:13047:5: rule__ProcessorImplementation__Alternatives_11_1_0
+ before(grammarAccess.getProcessorImplementationAccess().getAlternatives_12_1_0());
+ // InternalAadl2Parser.g:12097:4: ( rule__ProcessorImplementation__Alternatives_12_1_0 )
+ // InternalAadl2Parser.g:12097:5: rule__ProcessorImplementation__Alternatives_12_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ProcessorImplementation__Alternatives_11_1_0();
+ rule__ProcessorImplementation__Alternatives_12_1_0();
state._fsp--;
}
- after(grammarAccess.getProcessorImplementationAccess().getAlternatives_11_1_0());
+ after(grammarAccess.getProcessorImplementationAccess().getAlternatives_12_1_0());
}
- // InternalAadl2Parser.g:13050:3: ( ( rule__ProcessorImplementation__Alternatives_11_1_0 )* )
- // InternalAadl2Parser.g:13051:4: ( rule__ProcessorImplementation__Alternatives_11_1_0 )*
+ // InternalAadl2Parser.g:12100:3: ( ( rule__ProcessorImplementation__Alternatives_12_1_0 )* )
+ // InternalAadl2Parser.g:12101:4: ( rule__ProcessorImplementation__Alternatives_12_1_0 )*
{
- before(grammarAccess.getProcessorImplementationAccess().getAlternatives_11_1_0());
- // InternalAadl2Parser.g:13052:4: ( rule__ProcessorImplementation__Alternatives_11_1_0 )*
+ before(grammarAccess.getProcessorImplementationAccess().getAlternatives_12_1_0());
+ // InternalAadl2Parser.g:12102:4: ( rule__ProcessorImplementation__Alternatives_12_1_0 )*
loop329:
do {
int alt329=2;
@@ -60408,10 +57605,10 @@ else if ( (LA330_0==None) ) {
switch (alt329) {
case 1 :
- // InternalAadl2Parser.g:13052:5: rule__ProcessorImplementation__Alternatives_11_1_0
+ // InternalAadl2Parser.g:12102:5: rule__ProcessorImplementation__Alternatives_12_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ProcessorImplementation__Alternatives_11_1_0();
+ rule__ProcessorImplementation__Alternatives_12_1_0();
state._fsp--;
@@ -60424,7 +57621,7 @@ else if ( (LA330_0==None) ) {
}
} while (true);
- after(grammarAccess.getProcessorImplementationAccess().getAlternatives_11_1_0());
+ after(grammarAccess.getProcessorImplementationAccess().getAlternatives_12_1_0());
}
@@ -60435,24 +57632,24 @@ else if ( (LA330_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:13057:2: ( ( rule__ProcessorImplementation__Group_11_1_1__0 ) )
+ // InternalAadl2Parser.g:12107:2: ( ( rule__ProcessorImplementation__Group_12_1_1__0 ) )
{
- // InternalAadl2Parser.g:13057:2: ( ( rule__ProcessorImplementation__Group_11_1_1__0 ) )
- // InternalAadl2Parser.g:13058:3: ( rule__ProcessorImplementation__Group_11_1_1__0 )
+ // InternalAadl2Parser.g:12107:2: ( ( rule__ProcessorImplementation__Group_12_1_1__0 ) )
+ // InternalAadl2Parser.g:12108:3: ( rule__ProcessorImplementation__Group_12_1_1__0 )
{
- before(grammarAccess.getProcessorImplementationAccess().getGroup_11_1_1());
- // InternalAadl2Parser.g:13059:3: ( rule__ProcessorImplementation__Group_11_1_1__0 )
- // InternalAadl2Parser.g:13059:4: rule__ProcessorImplementation__Group_11_1_1__0
+ before(grammarAccess.getProcessorImplementationAccess().getGroup_12_1_1());
+ // InternalAadl2Parser.g:12109:3: ( rule__ProcessorImplementation__Group_12_1_1__0 )
+ // InternalAadl2Parser.g:12109:4: rule__ProcessorImplementation__Group_12_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessorImplementation__Group_11_1_1__0();
+ rule__ProcessorImplementation__Group_12_1_1__0();
state._fsp--;
}
- after(grammarAccess.getProcessorImplementationAccess().getGroup_11_1_1());
+ after(grammarAccess.getProcessorImplementationAccess().getGroup_12_1_1());
}
@@ -60473,42 +57670,42 @@ else if ( (LA330_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__ProcessorImplementation__Alternatives_11_1"
+ // $ANTLR end "rule__ProcessorImplementation__Alternatives_12_1"
- // $ANTLR start "rule__ProcessorImplementation__Alternatives_11_1_0"
- // InternalAadl2Parser.g:13067:1: rule__ProcessorImplementation__Alternatives_11_1_0 : ( ( ( rule__ProcessorImplementation__OwnedModeAssignment_11_1_0_0 ) ) | ( ( rule__ProcessorImplementation__OwnedModeTransitionAssignment_11_1_0_1 ) ) );
- public final void rule__ProcessorImplementation__Alternatives_11_1_0() throws RecognitionException {
+ // $ANTLR start "rule__ProcessorImplementation__Alternatives_12_1_0"
+ // InternalAadl2Parser.g:12117:1: rule__ProcessorImplementation__Alternatives_12_1_0 : ( ( ( rule__ProcessorImplementation__OwnedModeAssignment_12_1_0_0 ) ) | ( ( rule__ProcessorImplementation__OwnedModeTransitionAssignment_12_1_0_1 ) ) );
+ public final void rule__ProcessorImplementation__Alternatives_12_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13071:1: ( ( ( rule__ProcessorImplementation__OwnedModeAssignment_11_1_0_0 ) ) | ( ( rule__ProcessorImplementation__OwnedModeTransitionAssignment_11_1_0_1 ) ) )
+ // InternalAadl2Parser.g:12121:1: ( ( ( rule__ProcessorImplementation__OwnedModeAssignment_12_1_0_0 ) ) | ( ( rule__ProcessorImplementation__OwnedModeTransitionAssignment_12_1_0_1 ) ) )
int alt331=2;
int LA331_0 = input.LA(1);
if ( (LA331_0==RULE_ID) ) {
int LA331_1 = input.LA(2);
- if ( (LA331_1==Colon) ) {
- int LA331_2 = input.LA(3);
+ if ( (LA331_1==HyphenMinusLeftSquareBracket) ) {
+ alt331=2;
+ }
+ else if ( (LA331_1==Colon) ) {
+ int LA331_3 = input.LA(3);
- if ( (LA331_2==RULE_ID) ) {
+ if ( (LA331_3==RULE_ID) ) {
alt331=2;
}
- else if ( (LA331_2==Initial||LA331_2==Mode) ) {
+ else if ( (LA331_3==Initial||LA331_3==Mode) ) {
alt331=1;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 331, 2, input);
+ new NoViableAltException("", 331, 3, input);
throw nvae;
}
}
- else if ( (LA331_1==HyphenMinusLeftSquareBracket) ) {
- alt331=2;
- }
else {
NoViableAltException nvae =
new NoViableAltException("", 331, 1, input);
@@ -60524,24 +57721,24 @@ else if ( (LA331_1==HyphenMinusLeftSquareBracket) ) {
}
switch (alt331) {
case 1 :
- // InternalAadl2Parser.g:13072:2: ( ( rule__ProcessorImplementation__OwnedModeAssignment_11_1_0_0 ) )
+ // InternalAadl2Parser.g:12122:2: ( ( rule__ProcessorImplementation__OwnedModeAssignment_12_1_0_0 ) )
{
- // InternalAadl2Parser.g:13072:2: ( ( rule__ProcessorImplementation__OwnedModeAssignment_11_1_0_0 ) )
- // InternalAadl2Parser.g:13073:3: ( rule__ProcessorImplementation__OwnedModeAssignment_11_1_0_0 )
+ // InternalAadl2Parser.g:12122:2: ( ( rule__ProcessorImplementation__OwnedModeAssignment_12_1_0_0 ) )
+ // InternalAadl2Parser.g:12123:3: ( rule__ProcessorImplementation__OwnedModeAssignment_12_1_0_0 )
{
- before(grammarAccess.getProcessorImplementationAccess().getOwnedModeAssignment_11_1_0_0());
- // InternalAadl2Parser.g:13074:3: ( rule__ProcessorImplementation__OwnedModeAssignment_11_1_0_0 )
- // InternalAadl2Parser.g:13074:4: rule__ProcessorImplementation__OwnedModeAssignment_11_1_0_0
+ before(grammarAccess.getProcessorImplementationAccess().getOwnedModeAssignment_12_1_0_0());
+ // InternalAadl2Parser.g:12124:3: ( rule__ProcessorImplementation__OwnedModeAssignment_12_1_0_0 )
+ // InternalAadl2Parser.g:12124:4: rule__ProcessorImplementation__OwnedModeAssignment_12_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessorImplementation__OwnedModeAssignment_11_1_0_0();
+ rule__ProcessorImplementation__OwnedModeAssignment_12_1_0_0();
state._fsp--;
}
- after(grammarAccess.getProcessorImplementationAccess().getOwnedModeAssignment_11_1_0_0());
+ after(grammarAccess.getProcessorImplementationAccess().getOwnedModeAssignment_12_1_0_0());
}
@@ -60549,24 +57746,24 @@ else if ( (LA331_1==HyphenMinusLeftSquareBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:13078:2: ( ( rule__ProcessorImplementation__OwnedModeTransitionAssignment_11_1_0_1 ) )
+ // InternalAadl2Parser.g:12128:2: ( ( rule__ProcessorImplementation__OwnedModeTransitionAssignment_12_1_0_1 ) )
{
- // InternalAadl2Parser.g:13078:2: ( ( rule__ProcessorImplementation__OwnedModeTransitionAssignment_11_1_0_1 ) )
- // InternalAadl2Parser.g:13079:3: ( rule__ProcessorImplementation__OwnedModeTransitionAssignment_11_1_0_1 )
+ // InternalAadl2Parser.g:12128:2: ( ( rule__ProcessorImplementation__OwnedModeTransitionAssignment_12_1_0_1 ) )
+ // InternalAadl2Parser.g:12129:3: ( rule__ProcessorImplementation__OwnedModeTransitionAssignment_12_1_0_1 )
{
- before(grammarAccess.getProcessorImplementationAccess().getOwnedModeTransitionAssignment_11_1_0_1());
- // InternalAadl2Parser.g:13080:3: ( rule__ProcessorImplementation__OwnedModeTransitionAssignment_11_1_0_1 )
- // InternalAadl2Parser.g:13080:4: rule__ProcessorImplementation__OwnedModeTransitionAssignment_11_1_0_1
+ before(grammarAccess.getProcessorImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1());
+ // InternalAadl2Parser.g:12130:3: ( rule__ProcessorImplementation__OwnedModeTransitionAssignment_12_1_0_1 )
+ // InternalAadl2Parser.g:12130:4: rule__ProcessorImplementation__OwnedModeTransitionAssignment_12_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessorImplementation__OwnedModeTransitionAssignment_11_1_0_1();
+ rule__ProcessorImplementation__OwnedModeTransitionAssignment_12_1_0_1();
state._fsp--;
}
- after(grammarAccess.getProcessorImplementationAccess().getOwnedModeTransitionAssignment_11_1_0_1());
+ after(grammarAccess.getProcessorImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1());
}
@@ -60587,17 +57784,17 @@ else if ( (LA331_1==HyphenMinusLeftSquareBracket) ) {
}
return ;
}
- // $ANTLR end "rule__ProcessorImplementation__Alternatives_11_1_0"
+ // $ANTLR end "rule__ProcessorImplementation__Alternatives_12_1_0"
- // $ANTLR start "rule__ProcessorImplementation__Alternatives_12_1"
- // InternalAadl2Parser.g:13088:1: rule__ProcessorImplementation__Alternatives_12_1 : ( ( ( ( rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_12_1_0 ) ) ( ( rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_12_1_0 )* ) ) | ( ( rule__ProcessorImplementation__Group_12_1_1__0 ) ) );
- public final void rule__ProcessorImplementation__Alternatives_12_1() throws RecognitionException {
+ // $ANTLR start "rule__ProcessorImplementation__Alternatives_13_1"
+ // InternalAadl2Parser.g:12138:1: rule__ProcessorImplementation__Alternatives_13_1 : ( ( ( ( rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* ) ) | ( ( rule__ProcessorImplementation__Group_13_1_1__0 ) ) );
+ public final void rule__ProcessorImplementation__Alternatives_13_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13092:1: ( ( ( ( rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_12_1_0 ) ) ( ( rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_12_1_0 )* ) ) | ( ( rule__ProcessorImplementation__Group_12_1_1__0 ) ) )
+ // InternalAadl2Parser.g:12142:1: ( ( ( ( rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* ) ) | ( ( rule__ProcessorImplementation__Group_13_1_1__0 ) ) )
int alt333=2;
int LA333_0 = input.LA(1);
@@ -60615,35 +57812,35 @@ else if ( (LA333_0==None) ) {
}
switch (alt333) {
case 1 :
- // InternalAadl2Parser.g:13093:2: ( ( ( rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_12_1_0 ) ) ( ( rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_12_1_0 )* ) )
+ // InternalAadl2Parser.g:12143:2: ( ( ( rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* ) )
{
- // InternalAadl2Parser.g:13093:2: ( ( ( rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_12_1_0 ) ) ( ( rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_12_1_0 )* ) )
- // InternalAadl2Parser.g:13094:3: ( ( rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_12_1_0 ) ) ( ( rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_12_1_0 )* )
+ // InternalAadl2Parser.g:12143:2: ( ( ( rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* ) )
+ // InternalAadl2Parser.g:12144:3: ( ( rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* )
{
- // InternalAadl2Parser.g:13094:3: ( ( rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_12_1_0 ) )
- // InternalAadl2Parser.g:13095:4: ( rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_12_1_0 )
+ // InternalAadl2Parser.g:12144:3: ( ( rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) )
+ // InternalAadl2Parser.g:12145:4: ( rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0 )
{
- before(grammarAccess.getProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0());
- // InternalAadl2Parser.g:13096:4: ( rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_12_1_0 )
- // InternalAadl2Parser.g:13096:5: rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_12_1_0
+ before(grammarAccess.getProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0());
+ // InternalAadl2Parser.g:12146:4: ( rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0 )
+ // InternalAadl2Parser.g:12146:5: rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_12_1_0();
+ rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0();
state._fsp--;
}
- after(grammarAccess.getProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0());
+ after(grammarAccess.getProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0());
}
- // InternalAadl2Parser.g:13099:3: ( ( rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_12_1_0 )* )
- // InternalAadl2Parser.g:13100:4: ( rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_12_1_0 )*
+ // InternalAadl2Parser.g:12149:3: ( ( rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* )
+ // InternalAadl2Parser.g:12150:4: ( rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0 )*
{
- before(grammarAccess.getProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0());
- // InternalAadl2Parser.g:13101:4: ( rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_12_1_0 )*
+ before(grammarAccess.getProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0());
+ // InternalAadl2Parser.g:12151:4: ( rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0 )*
loop332:
do {
int alt332=2;
@@ -60656,10 +57853,10 @@ else if ( (LA333_0==None) ) {
switch (alt332) {
case 1 :
- // InternalAadl2Parser.g:13101:5: rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_12_1_0
+ // InternalAadl2Parser.g:12151:5: rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_12_1_0();
+ rule__ProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0();
state._fsp--;
@@ -60672,7 +57869,7 @@ else if ( (LA333_0==None) ) {
}
} while (true);
- after(grammarAccess.getProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0());
+ after(grammarAccess.getProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0());
}
@@ -60683,24 +57880,24 @@ else if ( (LA333_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:13106:2: ( ( rule__ProcessorImplementation__Group_12_1_1__0 ) )
+ // InternalAadl2Parser.g:12156:2: ( ( rule__ProcessorImplementation__Group_13_1_1__0 ) )
{
- // InternalAadl2Parser.g:13106:2: ( ( rule__ProcessorImplementation__Group_12_1_1__0 ) )
- // InternalAadl2Parser.g:13107:3: ( rule__ProcessorImplementation__Group_12_1_1__0 )
+ // InternalAadl2Parser.g:12156:2: ( ( rule__ProcessorImplementation__Group_13_1_1__0 ) )
+ // InternalAadl2Parser.g:12157:3: ( rule__ProcessorImplementation__Group_13_1_1__0 )
{
- before(grammarAccess.getProcessorImplementationAccess().getGroup_12_1_1());
- // InternalAadl2Parser.g:13108:3: ( rule__ProcessorImplementation__Group_12_1_1__0 )
- // InternalAadl2Parser.g:13108:4: rule__ProcessorImplementation__Group_12_1_1__0
+ before(grammarAccess.getProcessorImplementationAccess().getGroup_13_1_1());
+ // InternalAadl2Parser.g:12158:3: ( rule__ProcessorImplementation__Group_13_1_1__0 )
+ // InternalAadl2Parser.g:12158:4: rule__ProcessorImplementation__Group_13_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessorImplementation__Group_12_1_1__0();
+ rule__ProcessorImplementation__Group_13_1_1__0();
state._fsp--;
}
- after(grammarAccess.getProcessorImplementationAccess().getGroup_12_1_1());
+ after(grammarAccess.getProcessorImplementationAccess().getGroup_13_1_1());
}
@@ -60721,17 +57918,17 @@ else if ( (LA333_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__ProcessorImplementation__Alternatives_12_1"
+ // $ANTLR end "rule__ProcessorImplementation__Alternatives_13_1"
- // $ANTLR start "rule__VirtualProcessorImplementation__Alternatives_6_1"
- // InternalAadl2Parser.g:13116:1: rule__VirtualProcessorImplementation__Alternatives_6_1 : ( ( ( ( rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_6_1_0 )* ) ) | ( ( rule__VirtualProcessorImplementation__Group_6_1_1__0 ) ) );
- public final void rule__VirtualProcessorImplementation__Alternatives_6_1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorImplementation__Alternatives_8_1"
+ // InternalAadl2Parser.g:12166:1: rule__VirtualProcessorImplementation__Alternatives_8_1 : ( ( ( ( rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_8_1_0 ) ) ( ( rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_8_1_0 )* ) ) | ( ( rule__VirtualProcessorImplementation__Group_8_1_1__0 ) ) );
+ public final void rule__VirtualProcessorImplementation__Alternatives_8_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13120:1: ( ( ( ( rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_6_1_0 )* ) ) | ( ( rule__VirtualProcessorImplementation__Group_6_1_1__0 ) ) )
+ // InternalAadl2Parser.g:12170:1: ( ( ( ( rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_8_1_0 ) ) ( ( rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_8_1_0 )* ) ) | ( ( rule__VirtualProcessorImplementation__Group_8_1_1__0 ) ) )
int alt335=2;
int LA335_0 = input.LA(1);
@@ -60749,35 +57946,35 @@ else if ( (LA335_0==None) ) {
}
switch (alt335) {
case 1 :
- // InternalAadl2Parser.g:13121:2: ( ( ( rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_6_1_0 )* ) )
+ // InternalAadl2Parser.g:12171:2: ( ( ( rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_8_1_0 ) ) ( ( rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_8_1_0 )* ) )
{
- // InternalAadl2Parser.g:13121:2: ( ( ( rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_6_1_0 )* ) )
- // InternalAadl2Parser.g:13122:3: ( ( rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_6_1_0 )* )
+ // InternalAadl2Parser.g:12171:2: ( ( ( rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_8_1_0 ) ) ( ( rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_8_1_0 )* ) )
+ // InternalAadl2Parser.g:12172:3: ( ( rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_8_1_0 ) ) ( ( rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_8_1_0 )* )
{
- // InternalAadl2Parser.g:13122:3: ( ( rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_6_1_0 ) )
- // InternalAadl2Parser.g:13123:4: ( rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_6_1_0 )
+ // InternalAadl2Parser.g:12172:3: ( ( rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_8_1_0 ) )
+ // InternalAadl2Parser.g:12173:4: ( rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_8_1_0 )
{
- before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
- // InternalAadl2Parser.g:13124:4: ( rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_6_1_0 )
- // InternalAadl2Parser.g:13124:5: rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_6_1_0
+ before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeAssignment_8_1_0());
+ // InternalAadl2Parser.g:12174:4: ( rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_8_1_0 )
+ // InternalAadl2Parser.g:12174:5: rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_8_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_6_1_0();
+ rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_8_1_0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
+ after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeAssignment_8_1_0());
}
- // InternalAadl2Parser.g:13127:3: ( ( rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_6_1_0 )* )
- // InternalAadl2Parser.g:13128:4: ( rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_6_1_0 )*
+ // InternalAadl2Parser.g:12177:3: ( ( rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_8_1_0 )* )
+ // InternalAadl2Parser.g:12178:4: ( rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_8_1_0 )*
{
- before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
- // InternalAadl2Parser.g:13129:4: ( rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_6_1_0 )*
+ before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeAssignment_8_1_0());
+ // InternalAadl2Parser.g:12179:4: ( rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_8_1_0 )*
loop334:
do {
int alt334=2;
@@ -60790,10 +57987,10 @@ else if ( (LA335_0==None) ) {
switch (alt334) {
case 1 :
- // InternalAadl2Parser.g:13129:5: rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_6_1_0
+ // InternalAadl2Parser.g:12179:5: rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_8_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_6_1_0();
+ rule__VirtualProcessorImplementation__OwnedPrototypeAssignment_8_1_0();
state._fsp--;
@@ -60806,7 +58003,7 @@ else if ( (LA335_0==None) ) {
}
} while (true);
- after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
+ after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPrototypeAssignment_8_1_0());
}
@@ -60817,24 +58014,24 @@ else if ( (LA335_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:13134:2: ( ( rule__VirtualProcessorImplementation__Group_6_1_1__0 ) )
+ // InternalAadl2Parser.g:12184:2: ( ( rule__VirtualProcessorImplementation__Group_8_1_1__0 ) )
{
- // InternalAadl2Parser.g:13134:2: ( ( rule__VirtualProcessorImplementation__Group_6_1_1__0 ) )
- // InternalAadl2Parser.g:13135:3: ( rule__VirtualProcessorImplementation__Group_6_1_1__0 )
+ // InternalAadl2Parser.g:12184:2: ( ( rule__VirtualProcessorImplementation__Group_8_1_1__0 ) )
+ // InternalAadl2Parser.g:12185:3: ( rule__VirtualProcessorImplementation__Group_8_1_1__0 )
{
- before(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_6_1_1());
- // InternalAadl2Parser.g:13136:3: ( rule__VirtualProcessorImplementation__Group_6_1_1__0 )
- // InternalAadl2Parser.g:13136:4: rule__VirtualProcessorImplementation__Group_6_1_1__0
+ before(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_8_1_1());
+ // InternalAadl2Parser.g:12186:3: ( rule__VirtualProcessorImplementation__Group_8_1_1__0 )
+ // InternalAadl2Parser.g:12186:4: rule__VirtualProcessorImplementation__Group_8_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorImplementation__Group_6_1_1__0();
+ rule__VirtualProcessorImplementation__Group_8_1_1__0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_6_1_1());
+ after(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_8_1_1());
}
@@ -60855,17 +58052,17 @@ else if ( (LA335_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorImplementation__Alternatives_6_1"
+ // $ANTLR end "rule__VirtualProcessorImplementation__Alternatives_8_1"
- // $ANTLR start "rule__VirtualProcessorImplementation__Alternatives_7_1"
- // InternalAadl2Parser.g:13144:1: rule__VirtualProcessorImplementation__Alternatives_7_1 : ( ( ( ( rule__VirtualProcessorImplementation__Alternatives_7_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_7_1_0 )* ) ) | ( ( rule__VirtualProcessorImplementation__Group_7_1_1__0 ) ) );
- public final void rule__VirtualProcessorImplementation__Alternatives_7_1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorImplementation__Alternatives_9_1"
+ // InternalAadl2Parser.g:12194:1: rule__VirtualProcessorImplementation__Alternatives_9_1 : ( ( ( ( rule__VirtualProcessorImplementation__Alternatives_9_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_9_1_0 )* ) ) | ( ( rule__VirtualProcessorImplementation__Group_9_1_1__0 ) ) );
+ public final void rule__VirtualProcessorImplementation__Alternatives_9_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13148:1: ( ( ( ( rule__VirtualProcessorImplementation__Alternatives_7_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_7_1_0 )* ) ) | ( ( rule__VirtualProcessorImplementation__Group_7_1_1__0 ) ) )
+ // InternalAadl2Parser.g:12198:1: ( ( ( ( rule__VirtualProcessorImplementation__Alternatives_9_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_9_1_0 )* ) ) | ( ( rule__VirtualProcessorImplementation__Group_9_1_1__0 ) ) )
int alt337=2;
int LA337_0 = input.LA(1);
@@ -60883,35 +58080,35 @@ else if ( (LA337_0==None) ) {
}
switch (alt337) {
case 1 :
- // InternalAadl2Parser.g:13149:2: ( ( ( rule__VirtualProcessorImplementation__Alternatives_7_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_7_1_0 )* ) )
+ // InternalAadl2Parser.g:12199:2: ( ( ( rule__VirtualProcessorImplementation__Alternatives_9_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_9_1_0 )* ) )
{
- // InternalAadl2Parser.g:13149:2: ( ( ( rule__VirtualProcessorImplementation__Alternatives_7_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_7_1_0 )* ) )
- // InternalAadl2Parser.g:13150:3: ( ( rule__VirtualProcessorImplementation__Alternatives_7_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_7_1_0 )* )
+ // InternalAadl2Parser.g:12199:2: ( ( ( rule__VirtualProcessorImplementation__Alternatives_9_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_9_1_0 )* ) )
+ // InternalAadl2Parser.g:12200:3: ( ( rule__VirtualProcessorImplementation__Alternatives_9_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_9_1_0 )* )
{
- // InternalAadl2Parser.g:13150:3: ( ( rule__VirtualProcessorImplementation__Alternatives_7_1_0 ) )
- // InternalAadl2Parser.g:13151:4: ( rule__VirtualProcessorImplementation__Alternatives_7_1_0 )
+ // InternalAadl2Parser.g:12200:3: ( ( rule__VirtualProcessorImplementation__Alternatives_9_1_0 ) )
+ // InternalAadl2Parser.g:12201:4: ( rule__VirtualProcessorImplementation__Alternatives_9_1_0 )
{
- before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_7_1_0());
- // InternalAadl2Parser.g:13152:4: ( rule__VirtualProcessorImplementation__Alternatives_7_1_0 )
- // InternalAadl2Parser.g:13152:5: rule__VirtualProcessorImplementation__Alternatives_7_1_0
+ before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_9_1_0());
+ // InternalAadl2Parser.g:12202:4: ( rule__VirtualProcessorImplementation__Alternatives_9_1_0 )
+ // InternalAadl2Parser.g:12202:5: rule__VirtualProcessorImplementation__Alternatives_9_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualProcessorImplementation__Alternatives_7_1_0();
+ rule__VirtualProcessorImplementation__Alternatives_9_1_0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_7_1_0());
+ after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_9_1_0());
}
- // InternalAadl2Parser.g:13155:3: ( ( rule__VirtualProcessorImplementation__Alternatives_7_1_0 )* )
- // InternalAadl2Parser.g:13156:4: ( rule__VirtualProcessorImplementation__Alternatives_7_1_0 )*
+ // InternalAadl2Parser.g:12205:3: ( ( rule__VirtualProcessorImplementation__Alternatives_9_1_0 )* )
+ // InternalAadl2Parser.g:12206:4: ( rule__VirtualProcessorImplementation__Alternatives_9_1_0 )*
{
- before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_7_1_0());
- // InternalAadl2Parser.g:13157:4: ( rule__VirtualProcessorImplementation__Alternatives_7_1_0 )*
+ before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_9_1_0());
+ // InternalAadl2Parser.g:12207:4: ( rule__VirtualProcessorImplementation__Alternatives_9_1_0 )*
loop336:
do {
int alt336=2;
@@ -60924,10 +58121,10 @@ else if ( (LA337_0==None) ) {
switch (alt336) {
case 1 :
- // InternalAadl2Parser.g:13157:5: rule__VirtualProcessorImplementation__Alternatives_7_1_0
+ // InternalAadl2Parser.g:12207:5: rule__VirtualProcessorImplementation__Alternatives_9_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualProcessorImplementation__Alternatives_7_1_0();
+ rule__VirtualProcessorImplementation__Alternatives_9_1_0();
state._fsp--;
@@ -60940,7 +58137,7 @@ else if ( (LA337_0==None) ) {
}
} while (true);
- after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_7_1_0());
+ after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_9_1_0());
}
@@ -60951,24 +58148,24 @@ else if ( (LA337_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:13162:2: ( ( rule__VirtualProcessorImplementation__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:12212:2: ( ( rule__VirtualProcessorImplementation__Group_9_1_1__0 ) )
{
- // InternalAadl2Parser.g:13162:2: ( ( rule__VirtualProcessorImplementation__Group_7_1_1__0 ) )
- // InternalAadl2Parser.g:13163:3: ( rule__VirtualProcessorImplementation__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:12212:2: ( ( rule__VirtualProcessorImplementation__Group_9_1_1__0 ) )
+ // InternalAadl2Parser.g:12213:3: ( rule__VirtualProcessorImplementation__Group_9_1_1__0 )
{
- before(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_7_1_1());
- // InternalAadl2Parser.g:13164:3: ( rule__VirtualProcessorImplementation__Group_7_1_1__0 )
- // InternalAadl2Parser.g:13164:4: rule__VirtualProcessorImplementation__Group_7_1_1__0
+ before(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_9_1_1());
+ // InternalAadl2Parser.g:12214:3: ( rule__VirtualProcessorImplementation__Group_9_1_1__0 )
+ // InternalAadl2Parser.g:12214:4: rule__VirtualProcessorImplementation__Group_9_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorImplementation__Group_7_1_1__0();
+ rule__VirtualProcessorImplementation__Group_9_1_1__0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_7_1_1());
+ after(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_9_1_1());
}
@@ -60989,17 +58186,17 @@ else if ( (LA337_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorImplementation__Alternatives_7_1"
+ // $ANTLR end "rule__VirtualProcessorImplementation__Alternatives_9_1"
- // $ANTLR start "rule__VirtualProcessorImplementation__Alternatives_7_1_0"
- // InternalAadl2Parser.g:13172:1: rule__VirtualProcessorImplementation__Alternatives_7_1_0 : ( ( ( rule__VirtualProcessorImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_2 ) ) );
- public final void rule__VirtualProcessorImplementation__Alternatives_7_1_0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorImplementation__Alternatives_9_1_0"
+ // InternalAadl2Parser.g:12222:1: rule__VirtualProcessorImplementation__Alternatives_9_1_0 : ( ( ( rule__VirtualProcessorImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_9_1_0_1 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_9_1_0_2 ) ) );
+ public final void rule__VirtualProcessorImplementation__Alternatives_9_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13176:1: ( ( ( rule__VirtualProcessorImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_2 ) ) )
+ // InternalAadl2Parser.g:12226:1: ( ( ( rule__VirtualProcessorImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_9_1_0_1 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_9_1_0_2 ) ) )
int alt338=3;
int LA338_0 = input.LA(1);
@@ -61008,70 +58205,70 @@ public final void rule__VirtualProcessorImplementation__Alternatives_7_1_0() thr
if ( (LA338_1==Colon) ) {
switch ( input.LA(3) ) {
- case Virtual:
- {
- int LA338_3 = input.LA(4);
-
- if ( (LA338_3==Processor) ) {
- alt338=3;
- }
- else if ( (LA338_3==Bus) ) {
- alt338=2;
- }
- else {
- NoViableAltException nvae =
- new NoViableAltException("", 338, 3, input);
-
- throw nvae;
- }
- }
- break;
- case Abstract:
- {
- alt338=1;
- }
- break;
case Refined:
{
- int LA338_5 = input.LA(4);
+ int LA338_3 = input.LA(4);
- if ( (LA338_5==To) ) {
- int LA338_8 = input.LA(5);
+ if ( (LA338_3==To) ) {
+ int LA338_6 = input.LA(5);
- if ( (LA338_8==Virtual) ) {
- int LA338_3 = input.LA(6);
+ if ( (LA338_6==Abstract) ) {
+ alt338=1;
+ }
+ else if ( (LA338_6==Virtual) ) {
+ int LA338_4 = input.LA(6);
- if ( (LA338_3==Processor) ) {
- alt338=3;
- }
- else if ( (LA338_3==Bus) ) {
+ if ( (LA338_4==Bus) ) {
alt338=2;
}
+ else if ( (LA338_4==Processor) ) {
+ alt338=3;
+ }
else {
NoViableAltException nvae =
- new NoViableAltException("", 338, 3, input);
+ new NoViableAltException("", 338, 4, input);
throw nvae;
}
}
- else if ( (LA338_8==Abstract) ) {
- alt338=1;
- }
else {
NoViableAltException nvae =
- new NoViableAltException("", 338, 8, input);
+ new NoViableAltException("", 338, 6, input);
throw nvae;
}
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 338, 5, input);
+ new NoViableAltException("", 338, 3, input);
+
+ throw nvae;
+ }
+ }
+ break;
+ case Virtual:
+ {
+ int LA338_4 = input.LA(4);
+
+ if ( (LA338_4==Bus) ) {
+ alt338=2;
+ }
+ else if ( (LA338_4==Processor) ) {
+ alt338=3;
+ }
+ else {
+ NoViableAltException nvae =
+ new NoViableAltException("", 338, 4, input);
throw nvae;
}
}
break;
+ case Abstract:
+ {
+ alt338=1;
+ }
+ break;
default:
NoViableAltException nvae =
new NoViableAltException("", 338, 2, input);
@@ -61095,24 +58292,24 @@ else if ( (LA338_8==Abstract) ) {
}
switch (alt338) {
case 1 :
- // InternalAadl2Parser.g:13177:2: ( ( rule__VirtualProcessorImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 ) )
+ // InternalAadl2Parser.g:12227:2: ( ( rule__VirtualProcessorImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0 ) )
{
- // InternalAadl2Parser.g:13177:2: ( ( rule__VirtualProcessorImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 ) )
- // InternalAadl2Parser.g:13178:3: ( rule__VirtualProcessorImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 )
+ // InternalAadl2Parser.g:12227:2: ( ( rule__VirtualProcessorImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0 ) )
+ // InternalAadl2Parser.g:12228:3: ( rule__VirtualProcessorImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0 )
{
- before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_0());
- // InternalAadl2Parser.g:13179:3: ( rule__VirtualProcessorImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 )
- // InternalAadl2Parser.g:13179:4: rule__VirtualProcessorImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0
+ before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAbstractSubcomponentAssignment_9_1_0_0());
+ // InternalAadl2Parser.g:12229:3: ( rule__VirtualProcessorImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0 )
+ // InternalAadl2Parser.g:12229:4: rule__VirtualProcessorImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0();
+ rule__VirtualProcessorImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_0());
+ after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAbstractSubcomponentAssignment_9_1_0_0());
}
@@ -61120,24 +58317,24 @@ else if ( (LA338_8==Abstract) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:13183:2: ( ( rule__VirtualProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1 ) )
+ // InternalAadl2Parser.g:12233:2: ( ( rule__VirtualProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_9_1_0_1 ) )
{
- // InternalAadl2Parser.g:13183:2: ( ( rule__VirtualProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1 ) )
- // InternalAadl2Parser.g:13184:3: ( rule__VirtualProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1 )
+ // InternalAadl2Parser.g:12233:2: ( ( rule__VirtualProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_9_1_0_1 ) )
+ // InternalAadl2Parser.g:12234:3: ( rule__VirtualProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_9_1_0_1 )
{
- before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_1());
- // InternalAadl2Parser.g:13185:3: ( rule__VirtualProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1 )
- // InternalAadl2Parser.g:13185:4: rule__VirtualProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1
+ before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_9_1_0_1());
+ // InternalAadl2Parser.g:12235:3: ( rule__VirtualProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_9_1_0_1 )
+ // InternalAadl2Parser.g:12235:4: rule__VirtualProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_9_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1();
+ rule__VirtualProcessorImplementation__OwnedVirtualBusSubcomponentAssignment_9_1_0_1();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_1());
+ after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_9_1_0_1());
}
@@ -61145,24 +58342,24 @@ else if ( (LA338_8==Abstract) ) {
}
break;
case 3 :
- // InternalAadl2Parser.g:13189:2: ( ( rule__VirtualProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_2 ) )
+ // InternalAadl2Parser.g:12239:2: ( ( rule__VirtualProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_9_1_0_2 ) )
{
- // InternalAadl2Parser.g:13189:2: ( ( rule__VirtualProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_2 ) )
- // InternalAadl2Parser.g:13190:3: ( rule__VirtualProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_2 )
+ // InternalAadl2Parser.g:12239:2: ( ( rule__VirtualProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_9_1_0_2 ) )
+ // InternalAadl2Parser.g:12240:3: ( rule__VirtualProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_9_1_0_2 )
{
- before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_7_1_0_2());
- // InternalAadl2Parser.g:13191:3: ( rule__VirtualProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_2 )
- // InternalAadl2Parser.g:13191:4: rule__VirtualProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_2
+ before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_9_1_0_2());
+ // InternalAadl2Parser.g:12241:3: ( rule__VirtualProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_9_1_0_2 )
+ // InternalAadl2Parser.g:12241:4: rule__VirtualProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_9_1_0_2
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_7_1_0_2();
+ rule__VirtualProcessorImplementation__OwnedVirtualProcessorSubcomponentAssignment_9_1_0_2();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_7_1_0_2());
+ after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedVirtualProcessorSubcomponentAssignment_9_1_0_2());
}
@@ -61183,17 +58380,17 @@ else if ( (LA338_8==Abstract) ) {
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorImplementation__Alternatives_7_1_0"
+ // $ANTLR end "rule__VirtualProcessorImplementation__Alternatives_9_1_0"
- // $ANTLR start "rule__VirtualProcessorImplementation__Alternatives_8_1"
- // InternalAadl2Parser.g:13199:1: rule__VirtualProcessorImplementation__Alternatives_8_1 : ( ( ( rule__VirtualProcessorImplementation__OwnedEventSourceAssignment_8_1_0 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedEventDataSourceAssignment_8_1_1 ) ) );
- public final void rule__VirtualProcessorImplementation__Alternatives_8_1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorImplementation__Alternatives_10_2"
+ // InternalAadl2Parser.g:12249:1: rule__VirtualProcessorImplementation__Alternatives_10_2 : ( ( ( rule__VirtualProcessorImplementation__OwnedEventSourceAssignment_10_2_0 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedEventDataSourceAssignment_10_2_1 ) ) );
+ public final void rule__VirtualProcessorImplementation__Alternatives_10_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13203:1: ( ( ( rule__VirtualProcessorImplementation__OwnedEventSourceAssignment_8_1_0 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedEventDataSourceAssignment_8_1_1 ) ) )
+ // InternalAadl2Parser.g:12253:1: ( ( ( rule__VirtualProcessorImplementation__OwnedEventSourceAssignment_10_2_0 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedEventDataSourceAssignment_10_2_1 ) ) )
int alt339=2;
int LA339_0 = input.LA(1);
@@ -61206,12 +58403,12 @@ public final void rule__VirtualProcessorImplementation__Alternatives_8_1() throw
if ( (LA339_2==Event) ) {
int LA339_3 = input.LA(4);
- if ( (LA339_3==Data) ) {
- alt339=2;
- }
- else if ( (LA339_3==Semicolon||LA339_3==LeftCurlyBracket) ) {
+ if ( (LA339_3==Semicolon||LA339_3==LeftCurlyBracket) ) {
alt339=1;
}
+ else if ( (LA339_3==Data) ) {
+ alt339=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 339, 3, input);
@@ -61241,24 +58438,24 @@ else if ( (LA339_3==Semicolon||LA339_3==LeftCurlyBracket) ) {
}
switch (alt339) {
case 1 :
- // InternalAadl2Parser.g:13204:2: ( ( rule__VirtualProcessorImplementation__OwnedEventSourceAssignment_8_1_0 ) )
+ // InternalAadl2Parser.g:12254:2: ( ( rule__VirtualProcessorImplementation__OwnedEventSourceAssignment_10_2_0 ) )
{
- // InternalAadl2Parser.g:13204:2: ( ( rule__VirtualProcessorImplementation__OwnedEventSourceAssignment_8_1_0 ) )
- // InternalAadl2Parser.g:13205:3: ( rule__VirtualProcessorImplementation__OwnedEventSourceAssignment_8_1_0 )
+ // InternalAadl2Parser.g:12254:2: ( ( rule__VirtualProcessorImplementation__OwnedEventSourceAssignment_10_2_0 ) )
+ // InternalAadl2Parser.g:12255:3: ( rule__VirtualProcessorImplementation__OwnedEventSourceAssignment_10_2_0 )
{
- before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEventSourceAssignment_8_1_0());
- // InternalAadl2Parser.g:13206:3: ( rule__VirtualProcessorImplementation__OwnedEventSourceAssignment_8_1_0 )
- // InternalAadl2Parser.g:13206:4: rule__VirtualProcessorImplementation__OwnedEventSourceAssignment_8_1_0
+ before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEventSourceAssignment_10_2_0());
+ // InternalAadl2Parser.g:12256:3: ( rule__VirtualProcessorImplementation__OwnedEventSourceAssignment_10_2_0 )
+ // InternalAadl2Parser.g:12256:4: rule__VirtualProcessorImplementation__OwnedEventSourceAssignment_10_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorImplementation__OwnedEventSourceAssignment_8_1_0();
+ rule__VirtualProcessorImplementation__OwnedEventSourceAssignment_10_2_0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEventSourceAssignment_8_1_0());
+ after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEventSourceAssignment_10_2_0());
}
@@ -61266,24 +58463,24 @@ else if ( (LA339_3==Semicolon||LA339_3==LeftCurlyBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:13210:2: ( ( rule__VirtualProcessorImplementation__OwnedEventDataSourceAssignment_8_1_1 ) )
+ // InternalAadl2Parser.g:12260:2: ( ( rule__VirtualProcessorImplementation__OwnedEventDataSourceAssignment_10_2_1 ) )
{
- // InternalAadl2Parser.g:13210:2: ( ( rule__VirtualProcessorImplementation__OwnedEventDataSourceAssignment_8_1_1 ) )
- // InternalAadl2Parser.g:13211:3: ( rule__VirtualProcessorImplementation__OwnedEventDataSourceAssignment_8_1_1 )
+ // InternalAadl2Parser.g:12260:2: ( ( rule__VirtualProcessorImplementation__OwnedEventDataSourceAssignment_10_2_1 ) )
+ // InternalAadl2Parser.g:12261:3: ( rule__VirtualProcessorImplementation__OwnedEventDataSourceAssignment_10_2_1 )
{
- before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1());
- // InternalAadl2Parser.g:13212:3: ( rule__VirtualProcessorImplementation__OwnedEventDataSourceAssignment_8_1_1 )
- // InternalAadl2Parser.g:13212:4: rule__VirtualProcessorImplementation__OwnedEventDataSourceAssignment_8_1_1
+ before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEventDataSourceAssignment_10_2_1());
+ // InternalAadl2Parser.g:12262:3: ( rule__VirtualProcessorImplementation__OwnedEventDataSourceAssignment_10_2_1 )
+ // InternalAadl2Parser.g:12262:4: rule__VirtualProcessorImplementation__OwnedEventDataSourceAssignment_10_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorImplementation__OwnedEventDataSourceAssignment_8_1_1();
+ rule__VirtualProcessorImplementation__OwnedEventDataSourceAssignment_10_2_1();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1());
+ after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEventDataSourceAssignment_10_2_1());
}
@@ -61304,17 +58501,17 @@ else if ( (LA339_3==Semicolon||LA339_3==LeftCurlyBracket) ) {
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorImplementation__Alternatives_8_1"
+ // $ANTLR end "rule__VirtualProcessorImplementation__Alternatives_10_2"
- // $ANTLR start "rule__VirtualProcessorImplementation__Alternatives_9_1"
- // InternalAadl2Parser.g:13220:1: rule__VirtualProcessorImplementation__Alternatives_9_1 : ( ( ( rule__VirtualProcessorImplementation__OwnedPortProxyAssignment_9_1_0 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) ) );
- public final void rule__VirtualProcessorImplementation__Alternatives_9_1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorImplementation__Alternatives_11_2"
+ // InternalAadl2Parser.g:12270:1: rule__VirtualProcessorImplementation__Alternatives_11_2 : ( ( ( rule__VirtualProcessorImplementation__OwnedPortProxyAssignment_11_2_0 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedSubprogramProxyAssignment_11_2_1 ) ) );
+ public final void rule__VirtualProcessorImplementation__Alternatives_11_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13224:1: ( ( ( rule__VirtualProcessorImplementation__OwnedPortProxyAssignment_9_1_0 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) ) )
+ // InternalAadl2Parser.g:12274:1: ( ( ( rule__VirtualProcessorImplementation__OwnedPortProxyAssignment_11_2_0 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedSubprogramProxyAssignment_11_2_1 ) ) )
int alt340=2;
int LA340_0 = input.LA(1);
@@ -61352,24 +58549,24 @@ else if ( (LA340_2==Port) ) {
}
switch (alt340) {
case 1 :
- // InternalAadl2Parser.g:13225:2: ( ( rule__VirtualProcessorImplementation__OwnedPortProxyAssignment_9_1_0 ) )
+ // InternalAadl2Parser.g:12275:2: ( ( rule__VirtualProcessorImplementation__OwnedPortProxyAssignment_11_2_0 ) )
{
- // InternalAadl2Parser.g:13225:2: ( ( rule__VirtualProcessorImplementation__OwnedPortProxyAssignment_9_1_0 ) )
- // InternalAadl2Parser.g:13226:3: ( rule__VirtualProcessorImplementation__OwnedPortProxyAssignment_9_1_0 )
+ // InternalAadl2Parser.g:12275:2: ( ( rule__VirtualProcessorImplementation__OwnedPortProxyAssignment_11_2_0 ) )
+ // InternalAadl2Parser.g:12276:3: ( rule__VirtualProcessorImplementation__OwnedPortProxyAssignment_11_2_0 )
{
- before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPortProxyAssignment_9_1_0());
- // InternalAadl2Parser.g:13227:3: ( rule__VirtualProcessorImplementation__OwnedPortProxyAssignment_9_1_0 )
- // InternalAadl2Parser.g:13227:4: rule__VirtualProcessorImplementation__OwnedPortProxyAssignment_9_1_0
+ before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPortProxyAssignment_11_2_0());
+ // InternalAadl2Parser.g:12277:3: ( rule__VirtualProcessorImplementation__OwnedPortProxyAssignment_11_2_0 )
+ // InternalAadl2Parser.g:12277:4: rule__VirtualProcessorImplementation__OwnedPortProxyAssignment_11_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorImplementation__OwnedPortProxyAssignment_9_1_0();
+ rule__VirtualProcessorImplementation__OwnedPortProxyAssignment_11_2_0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPortProxyAssignment_9_1_0());
+ after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPortProxyAssignment_11_2_0());
}
@@ -61377,24 +58574,24 @@ else if ( (LA340_2==Port) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:13231:2: ( ( rule__VirtualProcessorImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) )
+ // InternalAadl2Parser.g:12281:2: ( ( rule__VirtualProcessorImplementation__OwnedSubprogramProxyAssignment_11_2_1 ) )
{
- // InternalAadl2Parser.g:13231:2: ( ( rule__VirtualProcessorImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) )
- // InternalAadl2Parser.g:13232:3: ( rule__VirtualProcessorImplementation__OwnedSubprogramProxyAssignment_9_1_1 )
+ // InternalAadl2Parser.g:12281:2: ( ( rule__VirtualProcessorImplementation__OwnedSubprogramProxyAssignment_11_2_1 ) )
+ // InternalAadl2Parser.g:12282:3: ( rule__VirtualProcessorImplementation__OwnedSubprogramProxyAssignment_11_2_1 )
{
- before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1());
- // InternalAadl2Parser.g:13233:3: ( rule__VirtualProcessorImplementation__OwnedSubprogramProxyAssignment_9_1_1 )
- // InternalAadl2Parser.g:13233:4: rule__VirtualProcessorImplementation__OwnedSubprogramProxyAssignment_9_1_1
+ before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedSubprogramProxyAssignment_11_2_1());
+ // InternalAadl2Parser.g:12283:3: ( rule__VirtualProcessorImplementation__OwnedSubprogramProxyAssignment_11_2_1 )
+ // InternalAadl2Parser.g:12283:4: rule__VirtualProcessorImplementation__OwnedSubprogramProxyAssignment_11_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorImplementation__OwnedSubprogramProxyAssignment_9_1_1();
+ rule__VirtualProcessorImplementation__OwnedSubprogramProxyAssignment_11_2_1();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1());
+ after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedSubprogramProxyAssignment_11_2_1());
}
@@ -61415,17 +58612,17 @@ else if ( (LA340_2==Port) ) {
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorImplementation__Alternatives_9_1"
+ // $ANTLR end "rule__VirtualProcessorImplementation__Alternatives_11_2"
- // $ANTLR start "rule__VirtualProcessorImplementation__Alternatives_10_1"
- // InternalAadl2Parser.g:13241:1: rule__VirtualProcessorImplementation__Alternatives_10_1 : ( ( ( ( rule__VirtualProcessorImplementation__Alternatives_10_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_10_1_0 )* ) ) | ( ( rule__VirtualProcessorImplementation__Group_10_1_1__0 ) ) );
- public final void rule__VirtualProcessorImplementation__Alternatives_10_1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorImplementation__Alternatives_12_1"
+ // InternalAadl2Parser.g:12291:1: rule__VirtualProcessorImplementation__Alternatives_12_1 : ( ( ( ( rule__VirtualProcessorImplementation__Alternatives_12_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__VirtualProcessorImplementation__Group_12_1_1__0 ) ) );
+ public final void rule__VirtualProcessorImplementation__Alternatives_12_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13245:1: ( ( ( ( rule__VirtualProcessorImplementation__Alternatives_10_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_10_1_0 )* ) ) | ( ( rule__VirtualProcessorImplementation__Group_10_1_1__0 ) ) )
+ // InternalAadl2Parser.g:12295:1: ( ( ( ( rule__VirtualProcessorImplementation__Alternatives_12_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__VirtualProcessorImplementation__Group_12_1_1__0 ) ) )
int alt342=2;
int LA342_0 = input.LA(1);
@@ -61443,35 +58640,35 @@ else if ( (LA342_0==None) ) {
}
switch (alt342) {
case 1 :
- // InternalAadl2Parser.g:13246:2: ( ( ( rule__VirtualProcessorImplementation__Alternatives_10_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_10_1_0 )* ) )
+ // InternalAadl2Parser.g:12296:2: ( ( ( rule__VirtualProcessorImplementation__Alternatives_12_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_12_1_0 )* ) )
{
- // InternalAadl2Parser.g:13246:2: ( ( ( rule__VirtualProcessorImplementation__Alternatives_10_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_10_1_0 )* ) )
- // InternalAadl2Parser.g:13247:3: ( ( rule__VirtualProcessorImplementation__Alternatives_10_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_10_1_0 )* )
+ // InternalAadl2Parser.g:12296:2: ( ( ( rule__VirtualProcessorImplementation__Alternatives_12_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_12_1_0 )* ) )
+ // InternalAadl2Parser.g:12297:3: ( ( rule__VirtualProcessorImplementation__Alternatives_12_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_12_1_0 )* )
{
- // InternalAadl2Parser.g:13247:3: ( ( rule__VirtualProcessorImplementation__Alternatives_10_1_0 ) )
- // InternalAadl2Parser.g:13248:4: ( rule__VirtualProcessorImplementation__Alternatives_10_1_0 )
+ // InternalAadl2Parser.g:12297:3: ( ( rule__VirtualProcessorImplementation__Alternatives_12_1_0 ) )
+ // InternalAadl2Parser.g:12298:4: ( rule__VirtualProcessorImplementation__Alternatives_12_1_0 )
{
- before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_10_1_0());
- // InternalAadl2Parser.g:13249:4: ( rule__VirtualProcessorImplementation__Alternatives_10_1_0 )
- // InternalAadl2Parser.g:13249:5: rule__VirtualProcessorImplementation__Alternatives_10_1_0
+ before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_12_1_0());
+ // InternalAadl2Parser.g:12299:4: ( rule__VirtualProcessorImplementation__Alternatives_12_1_0 )
+ // InternalAadl2Parser.g:12299:5: rule__VirtualProcessorImplementation__Alternatives_12_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualProcessorImplementation__Alternatives_10_1_0();
+ rule__VirtualProcessorImplementation__Alternatives_12_1_0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_10_1_0());
+ after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_12_1_0());
}
- // InternalAadl2Parser.g:13252:3: ( ( rule__VirtualProcessorImplementation__Alternatives_10_1_0 )* )
- // InternalAadl2Parser.g:13253:4: ( rule__VirtualProcessorImplementation__Alternatives_10_1_0 )*
+ // InternalAadl2Parser.g:12302:3: ( ( rule__VirtualProcessorImplementation__Alternatives_12_1_0 )* )
+ // InternalAadl2Parser.g:12303:4: ( rule__VirtualProcessorImplementation__Alternatives_12_1_0 )*
{
- before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_10_1_0());
- // InternalAadl2Parser.g:13254:4: ( rule__VirtualProcessorImplementation__Alternatives_10_1_0 )*
+ before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_12_1_0());
+ // InternalAadl2Parser.g:12304:4: ( rule__VirtualProcessorImplementation__Alternatives_12_1_0 )*
loop341:
do {
int alt341=2;
@@ -61484,10 +58681,10 @@ else if ( (LA342_0==None) ) {
switch (alt341) {
case 1 :
- // InternalAadl2Parser.g:13254:5: rule__VirtualProcessorImplementation__Alternatives_10_1_0
+ // InternalAadl2Parser.g:12304:5: rule__VirtualProcessorImplementation__Alternatives_12_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualProcessorImplementation__Alternatives_10_1_0();
+ rule__VirtualProcessorImplementation__Alternatives_12_1_0();
state._fsp--;
@@ -61500,7 +58697,7 @@ else if ( (LA342_0==None) ) {
}
} while (true);
- after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_10_1_0());
+ after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_12_1_0());
}
@@ -61511,24 +58708,24 @@ else if ( (LA342_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:13259:2: ( ( rule__VirtualProcessorImplementation__Group_10_1_1__0 ) )
+ // InternalAadl2Parser.g:12309:2: ( ( rule__VirtualProcessorImplementation__Group_12_1_1__0 ) )
{
- // InternalAadl2Parser.g:13259:2: ( ( rule__VirtualProcessorImplementation__Group_10_1_1__0 ) )
- // InternalAadl2Parser.g:13260:3: ( rule__VirtualProcessorImplementation__Group_10_1_1__0 )
+ // InternalAadl2Parser.g:12309:2: ( ( rule__VirtualProcessorImplementation__Group_12_1_1__0 ) )
+ // InternalAadl2Parser.g:12310:3: ( rule__VirtualProcessorImplementation__Group_12_1_1__0 )
{
- before(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_10_1_1());
- // InternalAadl2Parser.g:13261:3: ( rule__VirtualProcessorImplementation__Group_10_1_1__0 )
- // InternalAadl2Parser.g:13261:4: rule__VirtualProcessorImplementation__Group_10_1_1__0
+ before(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_12_1_1());
+ // InternalAadl2Parser.g:12311:3: ( rule__VirtualProcessorImplementation__Group_12_1_1__0 )
+ // InternalAadl2Parser.g:12311:4: rule__VirtualProcessorImplementation__Group_12_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorImplementation__Group_10_1_1__0();
+ rule__VirtualProcessorImplementation__Group_12_1_1__0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_10_1_1());
+ after(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_12_1_1());
}
@@ -61549,39 +58746,39 @@ else if ( (LA342_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorImplementation__Alternatives_10_1"
+ // $ANTLR end "rule__VirtualProcessorImplementation__Alternatives_12_1"
- // $ANTLR start "rule__VirtualProcessorImplementation__Alternatives_10_1_0"
- // InternalAadl2Parser.g:13269:1: rule__VirtualProcessorImplementation__Alternatives_10_1_0 : ( ( ( rule__VirtualProcessorImplementation__OwnedPortConnectionAssignment_10_1_0_0 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedAccessConnectionAssignment_10_1_0_1 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 ) ) );
- public final void rule__VirtualProcessorImplementation__Alternatives_10_1_0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorImplementation__Alternatives_12_1_0"
+ // InternalAadl2Parser.g:12319:1: rule__VirtualProcessorImplementation__Alternatives_12_1_0 : ( ( ( rule__VirtualProcessorImplementation__OwnedPortConnectionAssignment_12_1_0_0 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedAccessConnectionAssignment_12_1_0_1 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 ) ) );
+ public final void rule__VirtualProcessorImplementation__Alternatives_12_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13273:1: ( ( ( rule__VirtualProcessorImplementation__OwnedPortConnectionAssignment_10_1_0_0 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedAccessConnectionAssignment_10_1_0_1 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 ) ) )
+ // InternalAadl2Parser.g:12323:1: ( ( ( rule__VirtualProcessorImplementation__OwnedPortConnectionAssignment_12_1_0_0 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedAccessConnectionAssignment_12_1_0_1 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 ) ) )
int alt343=4;
alt343 = dfa343.predict(input);
switch (alt343) {
case 1 :
- // InternalAadl2Parser.g:13274:2: ( ( rule__VirtualProcessorImplementation__OwnedPortConnectionAssignment_10_1_0_0 ) )
+ // InternalAadl2Parser.g:12324:2: ( ( rule__VirtualProcessorImplementation__OwnedPortConnectionAssignment_12_1_0_0 ) )
{
- // InternalAadl2Parser.g:13274:2: ( ( rule__VirtualProcessorImplementation__OwnedPortConnectionAssignment_10_1_0_0 ) )
- // InternalAadl2Parser.g:13275:3: ( rule__VirtualProcessorImplementation__OwnedPortConnectionAssignment_10_1_0_0 )
+ // InternalAadl2Parser.g:12324:2: ( ( rule__VirtualProcessorImplementation__OwnedPortConnectionAssignment_12_1_0_0 ) )
+ // InternalAadl2Parser.g:12325:3: ( rule__VirtualProcessorImplementation__OwnedPortConnectionAssignment_12_1_0_0 )
{
- before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPortConnectionAssignment_10_1_0_0());
- // InternalAadl2Parser.g:13276:3: ( rule__VirtualProcessorImplementation__OwnedPortConnectionAssignment_10_1_0_0 )
- // InternalAadl2Parser.g:13276:4: rule__VirtualProcessorImplementation__OwnedPortConnectionAssignment_10_1_0_0
+ before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPortConnectionAssignment_12_1_0_0());
+ // InternalAadl2Parser.g:12326:3: ( rule__VirtualProcessorImplementation__OwnedPortConnectionAssignment_12_1_0_0 )
+ // InternalAadl2Parser.g:12326:4: rule__VirtualProcessorImplementation__OwnedPortConnectionAssignment_12_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorImplementation__OwnedPortConnectionAssignment_10_1_0_0();
+ rule__VirtualProcessorImplementation__OwnedPortConnectionAssignment_12_1_0_0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPortConnectionAssignment_10_1_0_0());
+ after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPortConnectionAssignment_12_1_0_0());
}
@@ -61589,24 +58786,24 @@ public final void rule__VirtualProcessorImplementation__Alternatives_10_1_0() th
}
break;
case 2 :
- // InternalAadl2Parser.g:13280:2: ( ( rule__VirtualProcessorImplementation__OwnedAccessConnectionAssignment_10_1_0_1 ) )
+ // InternalAadl2Parser.g:12330:2: ( ( rule__VirtualProcessorImplementation__OwnedAccessConnectionAssignment_12_1_0_1 ) )
{
- // InternalAadl2Parser.g:13280:2: ( ( rule__VirtualProcessorImplementation__OwnedAccessConnectionAssignment_10_1_0_1 ) )
- // InternalAadl2Parser.g:13281:3: ( rule__VirtualProcessorImplementation__OwnedAccessConnectionAssignment_10_1_0_1 )
+ // InternalAadl2Parser.g:12330:2: ( ( rule__VirtualProcessorImplementation__OwnedAccessConnectionAssignment_12_1_0_1 ) )
+ // InternalAadl2Parser.g:12331:3: ( rule__VirtualProcessorImplementation__OwnedAccessConnectionAssignment_12_1_0_1 )
{
- before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_1());
- // InternalAadl2Parser.g:13282:3: ( rule__VirtualProcessorImplementation__OwnedAccessConnectionAssignment_10_1_0_1 )
- // InternalAadl2Parser.g:13282:4: rule__VirtualProcessorImplementation__OwnedAccessConnectionAssignment_10_1_0_1
+ before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAccessConnectionAssignment_12_1_0_1());
+ // InternalAadl2Parser.g:12332:3: ( rule__VirtualProcessorImplementation__OwnedAccessConnectionAssignment_12_1_0_1 )
+ // InternalAadl2Parser.g:12332:4: rule__VirtualProcessorImplementation__OwnedAccessConnectionAssignment_12_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorImplementation__OwnedAccessConnectionAssignment_10_1_0_1();
+ rule__VirtualProcessorImplementation__OwnedAccessConnectionAssignment_12_1_0_1();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_1());
+ after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedAccessConnectionAssignment_12_1_0_1());
}
@@ -61614,24 +58811,24 @@ public final void rule__VirtualProcessorImplementation__Alternatives_10_1_0() th
}
break;
case 3 :
- // InternalAadl2Parser.g:13286:2: ( ( rule__VirtualProcessorImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 ) )
+ // InternalAadl2Parser.g:12336:2: ( ( rule__VirtualProcessorImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 ) )
{
- // InternalAadl2Parser.g:13286:2: ( ( rule__VirtualProcessorImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 ) )
- // InternalAadl2Parser.g:13287:3: ( rule__VirtualProcessorImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 )
+ // InternalAadl2Parser.g:12336:2: ( ( rule__VirtualProcessorImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 ) )
+ // InternalAadl2Parser.g:12337:3: ( rule__VirtualProcessorImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 )
{
- before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_2());
- // InternalAadl2Parser.g:13288:3: ( rule__VirtualProcessorImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 )
- // InternalAadl2Parser.g:13288:4: rule__VirtualProcessorImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2
+ before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFeatureGroupConnectionAssignment_12_1_0_2());
+ // InternalAadl2Parser.g:12338:3: ( rule__VirtualProcessorImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2 )
+ // InternalAadl2Parser.g:12338:4: rule__VirtualProcessorImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2();
+ rule__VirtualProcessorImplementation__OwnedFeatureGroupConnectionAssignment_12_1_0_2();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_2());
+ after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFeatureGroupConnectionAssignment_12_1_0_2());
}
@@ -61639,24 +58836,24 @@ public final void rule__VirtualProcessorImplementation__Alternatives_10_1_0() th
}
break;
case 4 :
- // InternalAadl2Parser.g:13292:2: ( ( rule__VirtualProcessorImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 ) )
+ // InternalAadl2Parser.g:12342:2: ( ( rule__VirtualProcessorImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 ) )
{
- // InternalAadl2Parser.g:13292:2: ( ( rule__VirtualProcessorImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 ) )
- // InternalAadl2Parser.g:13293:3: ( rule__VirtualProcessorImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 )
+ // InternalAadl2Parser.g:12342:2: ( ( rule__VirtualProcessorImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 ) )
+ // InternalAadl2Parser.g:12343:3: ( rule__VirtualProcessorImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 )
{
- before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_3());
- // InternalAadl2Parser.g:13294:3: ( rule__VirtualProcessorImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 )
- // InternalAadl2Parser.g:13294:4: rule__VirtualProcessorImplementation__OwnedFeatureConnectionAssignment_10_1_0_3
+ before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFeatureConnectionAssignment_12_1_0_3());
+ // InternalAadl2Parser.g:12344:3: ( rule__VirtualProcessorImplementation__OwnedFeatureConnectionAssignment_12_1_0_3 )
+ // InternalAadl2Parser.g:12344:4: rule__VirtualProcessorImplementation__OwnedFeatureConnectionAssignment_12_1_0_3
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorImplementation__OwnedFeatureConnectionAssignment_10_1_0_3();
+ rule__VirtualProcessorImplementation__OwnedFeatureConnectionAssignment_12_1_0_3();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_3());
+ after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFeatureConnectionAssignment_12_1_0_3());
}
@@ -61677,17 +58874,17 @@ public final void rule__VirtualProcessorImplementation__Alternatives_10_1_0() th
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorImplementation__Alternatives_10_1_0"
+ // $ANTLR end "rule__VirtualProcessorImplementation__Alternatives_12_1_0"
- // $ANTLR start "rule__VirtualProcessorImplementation__Alternatives_11_1"
- // InternalAadl2Parser.g:13302:1: rule__VirtualProcessorImplementation__Alternatives_11_1 : ( ( ( ( rule__VirtualProcessorImplementation__Alternatives_11_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__VirtualProcessorImplementation__Group_11_1_1__0 ) ) );
- public final void rule__VirtualProcessorImplementation__Alternatives_11_1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorImplementation__Alternatives_13_1"
+ // InternalAadl2Parser.g:12352:1: rule__VirtualProcessorImplementation__Alternatives_13_1 : ( ( ( ( rule__VirtualProcessorImplementation__Alternatives_13_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_13_1_0 )* ) ) | ( ( rule__VirtualProcessorImplementation__Group_13_1_1__0 ) ) );
+ public final void rule__VirtualProcessorImplementation__Alternatives_13_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13306:1: ( ( ( ( rule__VirtualProcessorImplementation__Alternatives_11_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__VirtualProcessorImplementation__Group_11_1_1__0 ) ) )
+ // InternalAadl2Parser.g:12356:1: ( ( ( ( rule__VirtualProcessorImplementation__Alternatives_13_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_13_1_0 )* ) ) | ( ( rule__VirtualProcessorImplementation__Group_13_1_1__0 ) ) )
int alt345=2;
int LA345_0 = input.LA(1);
@@ -61705,35 +58902,35 @@ else if ( (LA345_0==None) ) {
}
switch (alt345) {
case 1 :
- // InternalAadl2Parser.g:13307:2: ( ( ( rule__VirtualProcessorImplementation__Alternatives_11_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_11_1_0 )* ) )
+ // InternalAadl2Parser.g:12357:2: ( ( ( rule__VirtualProcessorImplementation__Alternatives_13_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_13_1_0 )* ) )
{
- // InternalAadl2Parser.g:13307:2: ( ( ( rule__VirtualProcessorImplementation__Alternatives_11_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_11_1_0 )* ) )
- // InternalAadl2Parser.g:13308:3: ( ( rule__VirtualProcessorImplementation__Alternatives_11_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_11_1_0 )* )
+ // InternalAadl2Parser.g:12357:2: ( ( ( rule__VirtualProcessorImplementation__Alternatives_13_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_13_1_0 )* ) )
+ // InternalAadl2Parser.g:12358:3: ( ( rule__VirtualProcessorImplementation__Alternatives_13_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_13_1_0 )* )
{
- // InternalAadl2Parser.g:13308:3: ( ( rule__VirtualProcessorImplementation__Alternatives_11_1_0 ) )
- // InternalAadl2Parser.g:13309:4: ( rule__VirtualProcessorImplementation__Alternatives_11_1_0 )
+ // InternalAadl2Parser.g:12358:3: ( ( rule__VirtualProcessorImplementation__Alternatives_13_1_0 ) )
+ // InternalAadl2Parser.g:12359:4: ( rule__VirtualProcessorImplementation__Alternatives_13_1_0 )
{
- before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_11_1_0());
- // InternalAadl2Parser.g:13310:4: ( rule__VirtualProcessorImplementation__Alternatives_11_1_0 )
- // InternalAadl2Parser.g:13310:5: rule__VirtualProcessorImplementation__Alternatives_11_1_0
+ before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_13_1_0());
+ // InternalAadl2Parser.g:12360:4: ( rule__VirtualProcessorImplementation__Alternatives_13_1_0 )
+ // InternalAadl2Parser.g:12360:5: rule__VirtualProcessorImplementation__Alternatives_13_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualProcessorImplementation__Alternatives_11_1_0();
+ rule__VirtualProcessorImplementation__Alternatives_13_1_0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_11_1_0());
+ after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_13_1_0());
}
- // InternalAadl2Parser.g:13313:3: ( ( rule__VirtualProcessorImplementation__Alternatives_11_1_0 )* )
- // InternalAadl2Parser.g:13314:4: ( rule__VirtualProcessorImplementation__Alternatives_11_1_0 )*
+ // InternalAadl2Parser.g:12363:3: ( ( rule__VirtualProcessorImplementation__Alternatives_13_1_0 )* )
+ // InternalAadl2Parser.g:12364:4: ( rule__VirtualProcessorImplementation__Alternatives_13_1_0 )*
{
- before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_11_1_0());
- // InternalAadl2Parser.g:13315:4: ( rule__VirtualProcessorImplementation__Alternatives_11_1_0 )*
+ before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_13_1_0());
+ // InternalAadl2Parser.g:12365:4: ( rule__VirtualProcessorImplementation__Alternatives_13_1_0 )*
loop344:
do {
int alt344=2;
@@ -61746,10 +58943,10 @@ else if ( (LA345_0==None) ) {
switch (alt344) {
case 1 :
- // InternalAadl2Parser.g:13315:5: rule__VirtualProcessorImplementation__Alternatives_11_1_0
+ // InternalAadl2Parser.g:12365:5: rule__VirtualProcessorImplementation__Alternatives_13_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualProcessorImplementation__Alternatives_11_1_0();
+ rule__VirtualProcessorImplementation__Alternatives_13_1_0();
state._fsp--;
@@ -61762,7 +58959,7 @@ else if ( (LA345_0==None) ) {
}
} while (true);
- after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_11_1_0());
+ after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_13_1_0());
}
@@ -61773,24 +58970,24 @@ else if ( (LA345_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:13320:2: ( ( rule__VirtualProcessorImplementation__Group_11_1_1__0 ) )
+ // InternalAadl2Parser.g:12370:2: ( ( rule__VirtualProcessorImplementation__Group_13_1_1__0 ) )
{
- // InternalAadl2Parser.g:13320:2: ( ( rule__VirtualProcessorImplementation__Group_11_1_1__0 ) )
- // InternalAadl2Parser.g:13321:3: ( rule__VirtualProcessorImplementation__Group_11_1_1__0 )
+ // InternalAadl2Parser.g:12370:2: ( ( rule__VirtualProcessorImplementation__Group_13_1_1__0 ) )
+ // InternalAadl2Parser.g:12371:3: ( rule__VirtualProcessorImplementation__Group_13_1_1__0 )
{
- before(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_11_1_1());
- // InternalAadl2Parser.g:13322:3: ( rule__VirtualProcessorImplementation__Group_11_1_1__0 )
- // InternalAadl2Parser.g:13322:4: rule__VirtualProcessorImplementation__Group_11_1_1__0
+ before(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_13_1_1());
+ // InternalAadl2Parser.g:12372:3: ( rule__VirtualProcessorImplementation__Group_13_1_1__0 )
+ // InternalAadl2Parser.g:12372:4: rule__VirtualProcessorImplementation__Group_13_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorImplementation__Group_11_1_1__0();
+ rule__VirtualProcessorImplementation__Group_13_1_1__0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_11_1_1());
+ after(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_13_1_1());
}
@@ -61811,17 +59008,17 @@ else if ( (LA345_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorImplementation__Alternatives_11_1"
+ // $ANTLR end "rule__VirtualProcessorImplementation__Alternatives_13_1"
- // $ANTLR start "rule__VirtualProcessorImplementation__Alternatives_11_1_0"
- // InternalAadl2Parser.g:13330:1: rule__VirtualProcessorImplementation__Alternatives_11_1_0 : ( ( ( rule__VirtualProcessorImplementation__OwnedFlowImplementationAssignment_11_1_0_0 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 ) ) );
- public final void rule__VirtualProcessorImplementation__Alternatives_11_1_0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorImplementation__Alternatives_13_1_0"
+ // InternalAadl2Parser.g:12380:1: rule__VirtualProcessorImplementation__Alternatives_13_1_0 : ( ( ( rule__VirtualProcessorImplementation__OwnedFlowImplementationAssignment_13_1_0_0 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedEndToEndFlowAssignment_13_1_0_1 ) ) );
+ public final void rule__VirtualProcessorImplementation__Alternatives_13_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13334:1: ( ( ( rule__VirtualProcessorImplementation__OwnedFlowImplementationAssignment_11_1_0_0 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 ) ) )
+ // InternalAadl2Parser.g:12384:1: ( ( ( rule__VirtualProcessorImplementation__OwnedFlowImplementationAssignment_13_1_0_0 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedEndToEndFlowAssignment_13_1_0_1 ) ) )
int alt346=2;
int LA346_0 = input.LA(1);
@@ -61831,12 +59028,12 @@ public final void rule__VirtualProcessorImplementation__Alternatives_11_1_0() th
if ( (LA346_1==Colon) ) {
int LA346_2 = input.LA(3);
- if ( (LA346_2==Refined||LA346_2==End) ) {
- alt346=2;
- }
- else if ( (LA346_2==Flow) ) {
+ if ( (LA346_2==Flow) ) {
alt346=1;
}
+ else if ( (LA346_2==Refined||LA346_2==End) ) {
+ alt346=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 346, 2, input);
@@ -61859,24 +59056,24 @@ else if ( (LA346_2==Flow) ) {
}
switch (alt346) {
case 1 :
- // InternalAadl2Parser.g:13335:2: ( ( rule__VirtualProcessorImplementation__OwnedFlowImplementationAssignment_11_1_0_0 ) )
+ // InternalAadl2Parser.g:12385:2: ( ( rule__VirtualProcessorImplementation__OwnedFlowImplementationAssignment_13_1_0_0 ) )
{
- // InternalAadl2Parser.g:13335:2: ( ( rule__VirtualProcessorImplementation__OwnedFlowImplementationAssignment_11_1_0_0 ) )
- // InternalAadl2Parser.g:13336:3: ( rule__VirtualProcessorImplementation__OwnedFlowImplementationAssignment_11_1_0_0 )
+ // InternalAadl2Parser.g:12385:2: ( ( rule__VirtualProcessorImplementation__OwnedFlowImplementationAssignment_13_1_0_0 ) )
+ // InternalAadl2Parser.g:12386:3: ( rule__VirtualProcessorImplementation__OwnedFlowImplementationAssignment_13_1_0_0 )
{
- before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0());
- // InternalAadl2Parser.g:13337:3: ( rule__VirtualProcessorImplementation__OwnedFlowImplementationAssignment_11_1_0_0 )
- // InternalAadl2Parser.g:13337:4: rule__VirtualProcessorImplementation__OwnedFlowImplementationAssignment_11_1_0_0
+ before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFlowImplementationAssignment_13_1_0_0());
+ // InternalAadl2Parser.g:12387:3: ( rule__VirtualProcessorImplementation__OwnedFlowImplementationAssignment_13_1_0_0 )
+ // InternalAadl2Parser.g:12387:4: rule__VirtualProcessorImplementation__OwnedFlowImplementationAssignment_13_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorImplementation__OwnedFlowImplementationAssignment_11_1_0_0();
+ rule__VirtualProcessorImplementation__OwnedFlowImplementationAssignment_13_1_0_0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0());
+ after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedFlowImplementationAssignment_13_1_0_0());
}
@@ -61884,24 +59081,24 @@ else if ( (LA346_2==Flow) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:13341:2: ( ( rule__VirtualProcessorImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 ) )
+ // InternalAadl2Parser.g:12391:2: ( ( rule__VirtualProcessorImplementation__OwnedEndToEndFlowAssignment_13_1_0_1 ) )
{
- // InternalAadl2Parser.g:13341:2: ( ( rule__VirtualProcessorImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 ) )
- // InternalAadl2Parser.g:13342:3: ( rule__VirtualProcessorImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 )
+ // InternalAadl2Parser.g:12391:2: ( ( rule__VirtualProcessorImplementation__OwnedEndToEndFlowAssignment_13_1_0_1 ) )
+ // InternalAadl2Parser.g:12392:3: ( rule__VirtualProcessorImplementation__OwnedEndToEndFlowAssignment_13_1_0_1 )
{
- before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1());
- // InternalAadl2Parser.g:13343:3: ( rule__VirtualProcessorImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 )
- // InternalAadl2Parser.g:13343:4: rule__VirtualProcessorImplementation__OwnedEndToEndFlowAssignment_11_1_0_1
+ before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEndToEndFlowAssignment_13_1_0_1());
+ // InternalAadl2Parser.g:12393:3: ( rule__VirtualProcessorImplementation__OwnedEndToEndFlowAssignment_13_1_0_1 )
+ // InternalAadl2Parser.g:12393:4: rule__VirtualProcessorImplementation__OwnedEndToEndFlowAssignment_13_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorImplementation__OwnedEndToEndFlowAssignment_11_1_0_1();
+ rule__VirtualProcessorImplementation__OwnedEndToEndFlowAssignment_13_1_0_1();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1());
+ after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedEndToEndFlowAssignment_13_1_0_1());
}
@@ -61922,17 +59119,17 @@ else if ( (LA346_2==Flow) ) {
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorImplementation__Alternatives_11_1_0"
+ // $ANTLR end "rule__VirtualProcessorImplementation__Alternatives_13_1_0"
- // $ANTLR start "rule__VirtualProcessorImplementation__Alternatives_12_1"
- // InternalAadl2Parser.g:13351:1: rule__VirtualProcessorImplementation__Alternatives_12_1 : ( ( ( ( rule__VirtualProcessorImplementation__Alternatives_12_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__VirtualProcessorImplementation__Group_12_1_1__0 ) ) );
- public final void rule__VirtualProcessorImplementation__Alternatives_12_1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorImplementation__Alternatives_14_1"
+ // InternalAadl2Parser.g:12401:1: rule__VirtualProcessorImplementation__Alternatives_14_1 : ( ( ( ( rule__VirtualProcessorImplementation__Alternatives_14_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_14_1_0 )* ) ) | ( ( rule__VirtualProcessorImplementation__Group_14_1_1__0 ) ) );
+ public final void rule__VirtualProcessorImplementation__Alternatives_14_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13355:1: ( ( ( ( rule__VirtualProcessorImplementation__Alternatives_12_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__VirtualProcessorImplementation__Group_12_1_1__0 ) ) )
+ // InternalAadl2Parser.g:12405:1: ( ( ( ( rule__VirtualProcessorImplementation__Alternatives_14_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_14_1_0 )* ) ) | ( ( rule__VirtualProcessorImplementation__Group_14_1_1__0 ) ) )
int alt348=2;
int LA348_0 = input.LA(1);
@@ -61950,35 +59147,35 @@ else if ( (LA348_0==None) ) {
}
switch (alt348) {
case 1 :
- // InternalAadl2Parser.g:13356:2: ( ( ( rule__VirtualProcessorImplementation__Alternatives_12_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_12_1_0 )* ) )
+ // InternalAadl2Parser.g:12406:2: ( ( ( rule__VirtualProcessorImplementation__Alternatives_14_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_14_1_0 )* ) )
{
- // InternalAadl2Parser.g:13356:2: ( ( ( rule__VirtualProcessorImplementation__Alternatives_12_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_12_1_0 )* ) )
- // InternalAadl2Parser.g:13357:3: ( ( rule__VirtualProcessorImplementation__Alternatives_12_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_12_1_0 )* )
+ // InternalAadl2Parser.g:12406:2: ( ( ( rule__VirtualProcessorImplementation__Alternatives_14_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_14_1_0 )* ) )
+ // InternalAadl2Parser.g:12407:3: ( ( rule__VirtualProcessorImplementation__Alternatives_14_1_0 ) ) ( ( rule__VirtualProcessorImplementation__Alternatives_14_1_0 )* )
{
- // InternalAadl2Parser.g:13357:3: ( ( rule__VirtualProcessorImplementation__Alternatives_12_1_0 ) )
- // InternalAadl2Parser.g:13358:4: ( rule__VirtualProcessorImplementation__Alternatives_12_1_0 )
+ // InternalAadl2Parser.g:12407:3: ( ( rule__VirtualProcessorImplementation__Alternatives_14_1_0 ) )
+ // InternalAadl2Parser.g:12408:4: ( rule__VirtualProcessorImplementation__Alternatives_14_1_0 )
{
- before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_12_1_0());
- // InternalAadl2Parser.g:13359:4: ( rule__VirtualProcessorImplementation__Alternatives_12_1_0 )
- // InternalAadl2Parser.g:13359:5: rule__VirtualProcessorImplementation__Alternatives_12_1_0
+ before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_14_1_0());
+ // InternalAadl2Parser.g:12409:4: ( rule__VirtualProcessorImplementation__Alternatives_14_1_0 )
+ // InternalAadl2Parser.g:12409:5: rule__VirtualProcessorImplementation__Alternatives_14_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualProcessorImplementation__Alternatives_12_1_0();
+ rule__VirtualProcessorImplementation__Alternatives_14_1_0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_12_1_0());
+ after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_14_1_0());
}
- // InternalAadl2Parser.g:13362:3: ( ( rule__VirtualProcessorImplementation__Alternatives_12_1_0 )* )
- // InternalAadl2Parser.g:13363:4: ( rule__VirtualProcessorImplementation__Alternatives_12_1_0 )*
+ // InternalAadl2Parser.g:12412:3: ( ( rule__VirtualProcessorImplementation__Alternatives_14_1_0 )* )
+ // InternalAadl2Parser.g:12413:4: ( rule__VirtualProcessorImplementation__Alternatives_14_1_0 )*
{
- before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_12_1_0());
- // InternalAadl2Parser.g:13364:4: ( rule__VirtualProcessorImplementation__Alternatives_12_1_0 )*
+ before(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_14_1_0());
+ // InternalAadl2Parser.g:12414:4: ( rule__VirtualProcessorImplementation__Alternatives_14_1_0 )*
loop347:
do {
int alt347=2;
@@ -61991,10 +59188,10 @@ else if ( (LA348_0==None) ) {
switch (alt347) {
case 1 :
- // InternalAadl2Parser.g:13364:5: rule__VirtualProcessorImplementation__Alternatives_12_1_0
+ // InternalAadl2Parser.g:12414:5: rule__VirtualProcessorImplementation__Alternatives_14_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualProcessorImplementation__Alternatives_12_1_0();
+ rule__VirtualProcessorImplementation__Alternatives_14_1_0();
state._fsp--;
@@ -62007,7 +59204,7 @@ else if ( (LA348_0==None) ) {
}
} while (true);
- after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_12_1_0());
+ after(grammarAccess.getVirtualProcessorImplementationAccess().getAlternatives_14_1_0());
}
@@ -62018,24 +59215,24 @@ else if ( (LA348_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:13369:2: ( ( rule__VirtualProcessorImplementation__Group_12_1_1__0 ) )
+ // InternalAadl2Parser.g:12419:2: ( ( rule__VirtualProcessorImplementation__Group_14_1_1__0 ) )
{
- // InternalAadl2Parser.g:13369:2: ( ( rule__VirtualProcessorImplementation__Group_12_1_1__0 ) )
- // InternalAadl2Parser.g:13370:3: ( rule__VirtualProcessorImplementation__Group_12_1_1__0 )
+ // InternalAadl2Parser.g:12419:2: ( ( rule__VirtualProcessorImplementation__Group_14_1_1__0 ) )
+ // InternalAadl2Parser.g:12420:3: ( rule__VirtualProcessorImplementation__Group_14_1_1__0 )
{
- before(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_12_1_1());
- // InternalAadl2Parser.g:13371:3: ( rule__VirtualProcessorImplementation__Group_12_1_1__0 )
- // InternalAadl2Parser.g:13371:4: rule__VirtualProcessorImplementation__Group_12_1_1__0
+ before(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_14_1_1());
+ // InternalAadl2Parser.g:12421:3: ( rule__VirtualProcessorImplementation__Group_14_1_1__0 )
+ // InternalAadl2Parser.g:12421:4: rule__VirtualProcessorImplementation__Group_14_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorImplementation__Group_12_1_1__0();
+ rule__VirtualProcessorImplementation__Group_14_1_1__0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_12_1_1());
+ after(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_14_1_1());
}
@@ -62056,17 +59253,17 @@ else if ( (LA348_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorImplementation__Alternatives_12_1"
+ // $ANTLR end "rule__VirtualProcessorImplementation__Alternatives_14_1"
- // $ANTLR start "rule__VirtualProcessorImplementation__Alternatives_12_1_0"
- // InternalAadl2Parser.g:13379:1: rule__VirtualProcessorImplementation__Alternatives_12_1_0 : ( ( ( rule__VirtualProcessorImplementation__OwnedModeAssignment_12_1_0_0 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedModeTransitionAssignment_12_1_0_1 ) ) );
- public final void rule__VirtualProcessorImplementation__Alternatives_12_1_0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorImplementation__Alternatives_14_1_0"
+ // InternalAadl2Parser.g:12429:1: rule__VirtualProcessorImplementation__Alternatives_14_1_0 : ( ( ( rule__VirtualProcessorImplementation__OwnedModeAssignment_14_1_0_0 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedModeTransitionAssignment_14_1_0_1 ) ) );
+ public final void rule__VirtualProcessorImplementation__Alternatives_14_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13383:1: ( ( ( rule__VirtualProcessorImplementation__OwnedModeAssignment_12_1_0_0 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedModeTransitionAssignment_12_1_0_1 ) ) )
+ // InternalAadl2Parser.g:12433:1: ( ( ( rule__VirtualProcessorImplementation__OwnedModeAssignment_14_1_0_0 ) ) | ( ( rule__VirtualProcessorImplementation__OwnedModeTransitionAssignment_14_1_0_1 ) ) )
int alt349=2;
int LA349_0 = input.LA(1);
@@ -62107,24 +59304,24 @@ else if ( (LA349_1==HyphenMinusLeftSquareBracket) ) {
}
switch (alt349) {
case 1 :
- // InternalAadl2Parser.g:13384:2: ( ( rule__VirtualProcessorImplementation__OwnedModeAssignment_12_1_0_0 ) )
+ // InternalAadl2Parser.g:12434:2: ( ( rule__VirtualProcessorImplementation__OwnedModeAssignment_14_1_0_0 ) )
{
- // InternalAadl2Parser.g:13384:2: ( ( rule__VirtualProcessorImplementation__OwnedModeAssignment_12_1_0_0 ) )
- // InternalAadl2Parser.g:13385:3: ( rule__VirtualProcessorImplementation__OwnedModeAssignment_12_1_0_0 )
+ // InternalAadl2Parser.g:12434:2: ( ( rule__VirtualProcessorImplementation__OwnedModeAssignment_14_1_0_0 ) )
+ // InternalAadl2Parser.g:12435:3: ( rule__VirtualProcessorImplementation__OwnedModeAssignment_14_1_0_0 )
{
- before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedModeAssignment_12_1_0_0());
- // InternalAadl2Parser.g:13386:3: ( rule__VirtualProcessorImplementation__OwnedModeAssignment_12_1_0_0 )
- // InternalAadl2Parser.g:13386:4: rule__VirtualProcessorImplementation__OwnedModeAssignment_12_1_0_0
+ before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedModeAssignment_14_1_0_0());
+ // InternalAadl2Parser.g:12436:3: ( rule__VirtualProcessorImplementation__OwnedModeAssignment_14_1_0_0 )
+ // InternalAadl2Parser.g:12436:4: rule__VirtualProcessorImplementation__OwnedModeAssignment_14_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorImplementation__OwnedModeAssignment_12_1_0_0();
+ rule__VirtualProcessorImplementation__OwnedModeAssignment_14_1_0_0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedModeAssignment_12_1_0_0());
+ after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedModeAssignment_14_1_0_0());
}
@@ -62132,24 +59329,24 @@ else if ( (LA349_1==HyphenMinusLeftSquareBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:13390:2: ( ( rule__VirtualProcessorImplementation__OwnedModeTransitionAssignment_12_1_0_1 ) )
+ // InternalAadl2Parser.g:12440:2: ( ( rule__VirtualProcessorImplementation__OwnedModeTransitionAssignment_14_1_0_1 ) )
{
- // InternalAadl2Parser.g:13390:2: ( ( rule__VirtualProcessorImplementation__OwnedModeTransitionAssignment_12_1_0_1 ) )
- // InternalAadl2Parser.g:13391:3: ( rule__VirtualProcessorImplementation__OwnedModeTransitionAssignment_12_1_0_1 )
+ // InternalAadl2Parser.g:12440:2: ( ( rule__VirtualProcessorImplementation__OwnedModeTransitionAssignment_14_1_0_1 ) )
+ // InternalAadl2Parser.g:12441:3: ( rule__VirtualProcessorImplementation__OwnedModeTransitionAssignment_14_1_0_1 )
{
- before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1());
- // InternalAadl2Parser.g:13392:3: ( rule__VirtualProcessorImplementation__OwnedModeTransitionAssignment_12_1_0_1 )
- // InternalAadl2Parser.g:13392:4: rule__VirtualProcessorImplementation__OwnedModeTransitionAssignment_12_1_0_1
+ before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedModeTransitionAssignment_14_1_0_1());
+ // InternalAadl2Parser.g:12442:3: ( rule__VirtualProcessorImplementation__OwnedModeTransitionAssignment_14_1_0_1 )
+ // InternalAadl2Parser.g:12442:4: rule__VirtualProcessorImplementation__OwnedModeTransitionAssignment_14_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorImplementation__OwnedModeTransitionAssignment_12_1_0_1();
+ rule__VirtualProcessorImplementation__OwnedModeTransitionAssignment_14_1_0_1();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1());
+ after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedModeTransitionAssignment_14_1_0_1());
}
@@ -62170,17 +59367,17 @@ else if ( (LA349_1==HyphenMinusLeftSquareBracket) ) {
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorImplementation__Alternatives_12_1_0"
+ // $ANTLR end "rule__VirtualProcessorImplementation__Alternatives_14_1_0"
- // $ANTLR start "rule__VirtualProcessorImplementation__Alternatives_13_1"
- // InternalAadl2Parser.g:13400:1: rule__VirtualProcessorImplementation__Alternatives_13_1 : ( ( ( ( rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* ) ) | ( ( rule__VirtualProcessorImplementation__Group_13_1_1__0 ) ) );
- public final void rule__VirtualProcessorImplementation__Alternatives_13_1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorImplementation__Alternatives_15_1"
+ // InternalAadl2Parser.g:12450:1: rule__VirtualProcessorImplementation__Alternatives_15_1 : ( ( ( ( rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_15_1_0 ) ) ( ( rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_15_1_0 )* ) ) | ( ( rule__VirtualProcessorImplementation__Group_15_1_1__0 ) ) );
+ public final void rule__VirtualProcessorImplementation__Alternatives_15_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13404:1: ( ( ( ( rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* ) ) | ( ( rule__VirtualProcessorImplementation__Group_13_1_1__0 ) ) )
+ // InternalAadl2Parser.g:12454:1: ( ( ( ( rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_15_1_0 ) ) ( ( rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_15_1_0 )* ) ) | ( ( rule__VirtualProcessorImplementation__Group_15_1_1__0 ) ) )
int alt351=2;
int LA351_0 = input.LA(1);
@@ -62198,35 +59395,35 @@ else if ( (LA351_0==None) ) {
}
switch (alt351) {
case 1 :
- // InternalAadl2Parser.g:13405:2: ( ( ( rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* ) )
+ // InternalAadl2Parser.g:12455:2: ( ( ( rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_15_1_0 ) ) ( ( rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_15_1_0 )* ) )
{
- // InternalAadl2Parser.g:13405:2: ( ( ( rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* ) )
- // InternalAadl2Parser.g:13406:3: ( ( rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* )
+ // InternalAadl2Parser.g:12455:2: ( ( ( rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_15_1_0 ) ) ( ( rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_15_1_0 )* ) )
+ // InternalAadl2Parser.g:12456:3: ( ( rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_15_1_0 ) ) ( ( rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_15_1_0 )* )
{
- // InternalAadl2Parser.g:13406:3: ( ( rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) )
- // InternalAadl2Parser.g:13407:4: ( rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0 )
+ // InternalAadl2Parser.g:12456:3: ( ( rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_15_1_0 ) )
+ // InternalAadl2Parser.g:12457:4: ( rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_15_1_0 )
{
- before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0());
- // InternalAadl2Parser.g:13408:4: ( rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0 )
- // InternalAadl2Parser.g:13408:5: rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0
+ before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0());
+ // InternalAadl2Parser.g:12458:4: ( rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_15_1_0 )
+ // InternalAadl2Parser.g:12458:5: rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_15_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0();
+ rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_15_1_0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0());
+ after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0());
}
- // InternalAadl2Parser.g:13411:3: ( ( rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* )
- // InternalAadl2Parser.g:13412:4: ( rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0 )*
+ // InternalAadl2Parser.g:12461:3: ( ( rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_15_1_0 )* )
+ // InternalAadl2Parser.g:12462:4: ( rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_15_1_0 )*
{
- before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0());
- // InternalAadl2Parser.g:13413:4: ( rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0 )*
+ before(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0());
+ // InternalAadl2Parser.g:12463:4: ( rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_15_1_0 )*
loop350:
do {
int alt350=2;
@@ -62239,10 +59436,10 @@ else if ( (LA351_0==None) ) {
switch (alt350) {
case 1 :
- // InternalAadl2Parser.g:13413:5: rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0
+ // InternalAadl2Parser.g:12463:5: rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_15_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_13_1_0();
+ rule__VirtualProcessorImplementation__OwnedPropertyAssociationAssignment_15_1_0();
state._fsp--;
@@ -62255,7 +59452,7 @@ else if ( (LA351_0==None) ) {
}
} while (true);
- after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0());
+ after(grammarAccess.getVirtualProcessorImplementationAccess().getOwnedPropertyAssociationAssignment_15_1_0());
}
@@ -62266,24 +59463,24 @@ else if ( (LA351_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:13418:2: ( ( rule__VirtualProcessorImplementation__Group_13_1_1__0 ) )
+ // InternalAadl2Parser.g:12468:2: ( ( rule__VirtualProcessorImplementation__Group_15_1_1__0 ) )
{
- // InternalAadl2Parser.g:13418:2: ( ( rule__VirtualProcessorImplementation__Group_13_1_1__0 ) )
- // InternalAadl2Parser.g:13419:3: ( rule__VirtualProcessorImplementation__Group_13_1_1__0 )
+ // InternalAadl2Parser.g:12468:2: ( ( rule__VirtualProcessorImplementation__Group_15_1_1__0 ) )
+ // InternalAadl2Parser.g:12469:3: ( rule__VirtualProcessorImplementation__Group_15_1_1__0 )
{
- before(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_13_1_1());
- // InternalAadl2Parser.g:13420:3: ( rule__VirtualProcessorImplementation__Group_13_1_1__0 )
- // InternalAadl2Parser.g:13420:4: rule__VirtualProcessorImplementation__Group_13_1_1__0
+ before(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_15_1_1());
+ // InternalAadl2Parser.g:12470:3: ( rule__VirtualProcessorImplementation__Group_15_1_1__0 )
+ // InternalAadl2Parser.g:12470:4: rule__VirtualProcessorImplementation__Group_15_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorImplementation__Group_13_1_1__0();
+ rule__VirtualProcessorImplementation__Group_15_1_1__0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_13_1_1());
+ after(grammarAccess.getVirtualProcessorImplementationAccess().getGroup_15_1_1());
}
@@ -62304,17 +59501,17 @@ else if ( (LA351_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorImplementation__Alternatives_13_1"
+ // $ANTLR end "rule__VirtualProcessorImplementation__Alternatives_15_1"
- // $ANTLR start "rule__DeviceImplementation__Alternatives_6_1"
- // InternalAadl2Parser.g:13428:1: rule__DeviceImplementation__Alternatives_6_1 : ( ( ( ( rule__DeviceImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__DeviceImplementation__OwnedPrototypeAssignment_6_1_0 )* ) ) | ( ( rule__DeviceImplementation__Group_6_1_1__0 ) ) );
- public final void rule__DeviceImplementation__Alternatives_6_1() throws RecognitionException {
+ // $ANTLR start "rule__DeviceImplementation__Alternatives_7_1"
+ // InternalAadl2Parser.g:12478:1: rule__DeviceImplementation__Alternatives_7_1 : ( ( ( ( rule__DeviceImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__DeviceImplementation__OwnedPrototypeAssignment_7_1_0 )* ) ) | ( ( rule__DeviceImplementation__Group_7_1_1__0 ) ) );
+ public final void rule__DeviceImplementation__Alternatives_7_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13432:1: ( ( ( ( rule__DeviceImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__DeviceImplementation__OwnedPrototypeAssignment_6_1_0 )* ) ) | ( ( rule__DeviceImplementation__Group_6_1_1__0 ) ) )
+ // InternalAadl2Parser.g:12482:1: ( ( ( ( rule__DeviceImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__DeviceImplementation__OwnedPrototypeAssignment_7_1_0 )* ) ) | ( ( rule__DeviceImplementation__Group_7_1_1__0 ) ) )
int alt353=2;
int LA353_0 = input.LA(1);
@@ -62332,35 +59529,35 @@ else if ( (LA353_0==None) ) {
}
switch (alt353) {
case 1 :
- // InternalAadl2Parser.g:13433:2: ( ( ( rule__DeviceImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__DeviceImplementation__OwnedPrototypeAssignment_6_1_0 )* ) )
+ // InternalAadl2Parser.g:12483:2: ( ( ( rule__DeviceImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__DeviceImplementation__OwnedPrototypeAssignment_7_1_0 )* ) )
{
- // InternalAadl2Parser.g:13433:2: ( ( ( rule__DeviceImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__DeviceImplementation__OwnedPrototypeAssignment_6_1_0 )* ) )
- // InternalAadl2Parser.g:13434:3: ( ( rule__DeviceImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__DeviceImplementation__OwnedPrototypeAssignment_6_1_0 )* )
+ // InternalAadl2Parser.g:12483:2: ( ( ( rule__DeviceImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__DeviceImplementation__OwnedPrototypeAssignment_7_1_0 )* ) )
+ // InternalAadl2Parser.g:12484:3: ( ( rule__DeviceImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__DeviceImplementation__OwnedPrototypeAssignment_7_1_0 )* )
{
- // InternalAadl2Parser.g:13434:3: ( ( rule__DeviceImplementation__OwnedPrototypeAssignment_6_1_0 ) )
- // InternalAadl2Parser.g:13435:4: ( rule__DeviceImplementation__OwnedPrototypeAssignment_6_1_0 )
+ // InternalAadl2Parser.g:12484:3: ( ( rule__DeviceImplementation__OwnedPrototypeAssignment_7_1_0 ) )
+ // InternalAadl2Parser.g:12485:4: ( rule__DeviceImplementation__OwnedPrototypeAssignment_7_1_0 )
{
- before(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
- // InternalAadl2Parser.g:13436:4: ( rule__DeviceImplementation__OwnedPrototypeAssignment_6_1_0 )
- // InternalAadl2Parser.g:13436:5: rule__DeviceImplementation__OwnedPrototypeAssignment_6_1_0
+ before(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
+ // InternalAadl2Parser.g:12486:4: ( rule__DeviceImplementation__OwnedPrototypeAssignment_7_1_0 )
+ // InternalAadl2Parser.g:12486:5: rule__DeviceImplementation__OwnedPrototypeAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__DeviceImplementation__OwnedPrototypeAssignment_6_1_0();
+ rule__DeviceImplementation__OwnedPrototypeAssignment_7_1_0();
state._fsp--;
}
- after(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
+ after(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
}
- // InternalAadl2Parser.g:13439:3: ( ( rule__DeviceImplementation__OwnedPrototypeAssignment_6_1_0 )* )
- // InternalAadl2Parser.g:13440:4: ( rule__DeviceImplementation__OwnedPrototypeAssignment_6_1_0 )*
+ // InternalAadl2Parser.g:12489:3: ( ( rule__DeviceImplementation__OwnedPrototypeAssignment_7_1_0 )* )
+ // InternalAadl2Parser.g:12490:4: ( rule__DeviceImplementation__OwnedPrototypeAssignment_7_1_0 )*
{
- before(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
- // InternalAadl2Parser.g:13441:4: ( rule__DeviceImplementation__OwnedPrototypeAssignment_6_1_0 )*
+ before(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
+ // InternalAadl2Parser.g:12491:4: ( rule__DeviceImplementation__OwnedPrototypeAssignment_7_1_0 )*
loop352:
do {
int alt352=2;
@@ -62373,10 +59570,10 @@ else if ( (LA353_0==None) ) {
switch (alt352) {
case 1 :
- // InternalAadl2Parser.g:13441:5: rule__DeviceImplementation__OwnedPrototypeAssignment_6_1_0
+ // InternalAadl2Parser.g:12491:5: rule__DeviceImplementation__OwnedPrototypeAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__DeviceImplementation__OwnedPrototypeAssignment_6_1_0();
+ rule__DeviceImplementation__OwnedPrototypeAssignment_7_1_0();
state._fsp--;
@@ -62389,7 +59586,7 @@ else if ( (LA353_0==None) ) {
}
} while (true);
- after(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
+ after(grammarAccess.getDeviceImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
}
@@ -62400,24 +59597,24 @@ else if ( (LA353_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:13446:2: ( ( rule__DeviceImplementation__Group_6_1_1__0 ) )
+ // InternalAadl2Parser.g:12496:2: ( ( rule__DeviceImplementation__Group_7_1_1__0 ) )
{
- // InternalAadl2Parser.g:13446:2: ( ( rule__DeviceImplementation__Group_6_1_1__0 ) )
- // InternalAadl2Parser.g:13447:3: ( rule__DeviceImplementation__Group_6_1_1__0 )
+ // InternalAadl2Parser.g:12496:2: ( ( rule__DeviceImplementation__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:12497:3: ( rule__DeviceImplementation__Group_7_1_1__0 )
{
- before(grammarAccess.getDeviceImplementationAccess().getGroup_6_1_1());
- // InternalAadl2Parser.g:13448:3: ( rule__DeviceImplementation__Group_6_1_1__0 )
- // InternalAadl2Parser.g:13448:4: rule__DeviceImplementation__Group_6_1_1__0
+ before(grammarAccess.getDeviceImplementationAccess().getGroup_7_1_1());
+ // InternalAadl2Parser.g:12498:3: ( rule__DeviceImplementation__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:12498:4: rule__DeviceImplementation__Group_7_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DeviceImplementation__Group_6_1_1__0();
+ rule__DeviceImplementation__Group_7_1_1__0();
state._fsp--;
}
- after(grammarAccess.getDeviceImplementationAccess().getGroup_6_1_1());
+ after(grammarAccess.getDeviceImplementationAccess().getGroup_7_1_1());
}
@@ -62438,17 +59635,17 @@ else if ( (LA353_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__DeviceImplementation__Alternatives_6_1"
+ // $ANTLR end "rule__DeviceImplementation__Alternatives_7_1"
- // $ANTLR start "rule__DeviceImplementation__Alternatives_7_1"
- // InternalAadl2Parser.g:13456:1: rule__DeviceImplementation__Alternatives_7_1 : ( ( ( ( rule__DeviceImplementation__Alternatives_7_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_7_1_0 )* ) ) | ( ( rule__DeviceImplementation__Group_7_1_1__0 ) ) );
- public final void rule__DeviceImplementation__Alternatives_7_1() throws RecognitionException {
+ // $ANTLR start "rule__DeviceImplementation__Alternatives_8_1"
+ // InternalAadl2Parser.g:12506:1: rule__DeviceImplementation__Alternatives_8_1 : ( ( ( ( rule__DeviceImplementation__Alternatives_8_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_8_1_0 )* ) ) | ( ( rule__DeviceImplementation__Group_8_1_1__0 ) ) );
+ public final void rule__DeviceImplementation__Alternatives_8_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13460:1: ( ( ( ( rule__DeviceImplementation__Alternatives_7_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_7_1_0 )* ) ) | ( ( rule__DeviceImplementation__Group_7_1_1__0 ) ) )
+ // InternalAadl2Parser.g:12510:1: ( ( ( ( rule__DeviceImplementation__Alternatives_8_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_8_1_0 )* ) ) | ( ( rule__DeviceImplementation__Group_8_1_1__0 ) ) )
int alt355=2;
int LA355_0 = input.LA(1);
@@ -62466,35 +59663,35 @@ else if ( (LA355_0==None) ) {
}
switch (alt355) {
case 1 :
- // InternalAadl2Parser.g:13461:2: ( ( ( rule__DeviceImplementation__Alternatives_7_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_7_1_0 )* ) )
+ // InternalAadl2Parser.g:12511:2: ( ( ( rule__DeviceImplementation__Alternatives_8_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_8_1_0 )* ) )
{
- // InternalAadl2Parser.g:13461:2: ( ( ( rule__DeviceImplementation__Alternatives_7_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_7_1_0 )* ) )
- // InternalAadl2Parser.g:13462:3: ( ( rule__DeviceImplementation__Alternatives_7_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_7_1_0 )* )
+ // InternalAadl2Parser.g:12511:2: ( ( ( rule__DeviceImplementation__Alternatives_8_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_8_1_0 )* ) )
+ // InternalAadl2Parser.g:12512:3: ( ( rule__DeviceImplementation__Alternatives_8_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_8_1_0 )* )
{
- // InternalAadl2Parser.g:13462:3: ( ( rule__DeviceImplementation__Alternatives_7_1_0 ) )
- // InternalAadl2Parser.g:13463:4: ( rule__DeviceImplementation__Alternatives_7_1_0 )
+ // InternalAadl2Parser.g:12512:3: ( ( rule__DeviceImplementation__Alternatives_8_1_0 ) )
+ // InternalAadl2Parser.g:12513:4: ( rule__DeviceImplementation__Alternatives_8_1_0 )
{
- before(grammarAccess.getDeviceImplementationAccess().getAlternatives_7_1_0());
- // InternalAadl2Parser.g:13464:4: ( rule__DeviceImplementation__Alternatives_7_1_0 )
- // InternalAadl2Parser.g:13464:5: rule__DeviceImplementation__Alternatives_7_1_0
+ before(grammarAccess.getDeviceImplementationAccess().getAlternatives_8_1_0());
+ // InternalAadl2Parser.g:12514:4: ( rule__DeviceImplementation__Alternatives_8_1_0 )
+ // InternalAadl2Parser.g:12514:5: rule__DeviceImplementation__Alternatives_8_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__DeviceImplementation__Alternatives_7_1_0();
+ rule__DeviceImplementation__Alternatives_8_1_0();
state._fsp--;
}
- after(grammarAccess.getDeviceImplementationAccess().getAlternatives_7_1_0());
+ after(grammarAccess.getDeviceImplementationAccess().getAlternatives_8_1_0());
}
- // InternalAadl2Parser.g:13467:3: ( ( rule__DeviceImplementation__Alternatives_7_1_0 )* )
- // InternalAadl2Parser.g:13468:4: ( rule__DeviceImplementation__Alternatives_7_1_0 )*
+ // InternalAadl2Parser.g:12517:3: ( ( rule__DeviceImplementation__Alternatives_8_1_0 )* )
+ // InternalAadl2Parser.g:12518:4: ( rule__DeviceImplementation__Alternatives_8_1_0 )*
{
- before(grammarAccess.getDeviceImplementationAccess().getAlternatives_7_1_0());
- // InternalAadl2Parser.g:13469:4: ( rule__DeviceImplementation__Alternatives_7_1_0 )*
+ before(grammarAccess.getDeviceImplementationAccess().getAlternatives_8_1_0());
+ // InternalAadl2Parser.g:12519:4: ( rule__DeviceImplementation__Alternatives_8_1_0 )*
loop354:
do {
int alt354=2;
@@ -62507,10 +59704,10 @@ else if ( (LA355_0==None) ) {
switch (alt354) {
case 1 :
- // InternalAadl2Parser.g:13469:5: rule__DeviceImplementation__Alternatives_7_1_0
+ // InternalAadl2Parser.g:12519:5: rule__DeviceImplementation__Alternatives_8_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__DeviceImplementation__Alternatives_7_1_0();
+ rule__DeviceImplementation__Alternatives_8_1_0();
state._fsp--;
@@ -62523,7 +59720,7 @@ else if ( (LA355_0==None) ) {
}
} while (true);
- after(grammarAccess.getDeviceImplementationAccess().getAlternatives_7_1_0());
+ after(grammarAccess.getDeviceImplementationAccess().getAlternatives_8_1_0());
}
@@ -62534,24 +59731,24 @@ else if ( (LA355_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:13474:2: ( ( rule__DeviceImplementation__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:12524:2: ( ( rule__DeviceImplementation__Group_8_1_1__0 ) )
{
- // InternalAadl2Parser.g:13474:2: ( ( rule__DeviceImplementation__Group_7_1_1__0 ) )
- // InternalAadl2Parser.g:13475:3: ( rule__DeviceImplementation__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:12524:2: ( ( rule__DeviceImplementation__Group_8_1_1__0 ) )
+ // InternalAadl2Parser.g:12525:3: ( rule__DeviceImplementation__Group_8_1_1__0 )
{
- before(grammarAccess.getDeviceImplementationAccess().getGroup_7_1_1());
- // InternalAadl2Parser.g:13476:3: ( rule__DeviceImplementation__Group_7_1_1__0 )
- // InternalAadl2Parser.g:13476:4: rule__DeviceImplementation__Group_7_1_1__0
+ before(grammarAccess.getDeviceImplementationAccess().getGroup_8_1_1());
+ // InternalAadl2Parser.g:12526:3: ( rule__DeviceImplementation__Group_8_1_1__0 )
+ // InternalAadl2Parser.g:12526:4: rule__DeviceImplementation__Group_8_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DeviceImplementation__Group_7_1_1__0();
+ rule__DeviceImplementation__Group_8_1_1__0();
state._fsp--;
}
- after(grammarAccess.getDeviceImplementationAccess().getGroup_7_1_1());
+ after(grammarAccess.getDeviceImplementationAccess().getGroup_8_1_1());
}
@@ -62572,17 +59769,17 @@ else if ( (LA355_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__DeviceImplementation__Alternatives_7_1"
+ // $ANTLR end "rule__DeviceImplementation__Alternatives_8_1"
- // $ANTLR start "rule__DeviceImplementation__Alternatives_7_1_0"
- // InternalAadl2Parser.g:13484:1: rule__DeviceImplementation__Alternatives_7_1_0 : ( ( ( rule__DeviceImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 ) ) | ( ( rule__DeviceImplementation__OwnedDataSubcomponentAssignment_7_1_0_1 ) ) | ( ( rule__DeviceImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_2 ) ) | ( ( rule__DeviceImplementation__OwnedBusSubcomponentAssignment_7_1_0_3 ) ) );
- public final void rule__DeviceImplementation__Alternatives_7_1_0() throws RecognitionException {
+ // $ANTLR start "rule__DeviceImplementation__Alternatives_8_1_0"
+ // InternalAadl2Parser.g:12534:1: rule__DeviceImplementation__Alternatives_8_1_0 : ( ( ( rule__DeviceImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0 ) ) | ( ( rule__DeviceImplementation__OwnedDataSubcomponentAssignment_8_1_0_1 ) ) | ( ( rule__DeviceImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_2 ) ) | ( ( rule__DeviceImplementation__OwnedBusSubcomponentAssignment_8_1_0_3 ) ) );
+ public final void rule__DeviceImplementation__Alternatives_8_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13488:1: ( ( ( rule__DeviceImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 ) ) | ( ( rule__DeviceImplementation__OwnedDataSubcomponentAssignment_7_1_0_1 ) ) | ( ( rule__DeviceImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_2 ) ) | ( ( rule__DeviceImplementation__OwnedBusSubcomponentAssignment_7_1_0_3 ) ) )
+ // InternalAadl2Parser.g:12538:1: ( ( ( rule__DeviceImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0 ) ) | ( ( rule__DeviceImplementation__OwnedDataSubcomponentAssignment_8_1_0_1 ) ) | ( ( rule__DeviceImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_2 ) ) | ( ( rule__DeviceImplementation__OwnedBusSubcomponentAssignment_8_1_0_3 ) ) )
int alt356=4;
int LA356_0 = input.LA(1);
@@ -62591,20 +59788,30 @@ public final void rule__DeviceImplementation__Alternatives_7_1_0() throws Recogn
if ( (LA356_1==Colon) ) {
switch ( input.LA(3) ) {
+ case Abstract:
+ {
+ alt356=1;
+ }
+ break;
+ case Bus:
+ {
+ alt356=4;
+ }
+ break;
case Refined:
{
- int LA356_3 = input.LA(4);
+ int LA356_5 = input.LA(4);
- if ( (LA356_3==To) ) {
+ if ( (LA356_5==To) ) {
switch ( input.LA(5) ) {
case Data:
{
alt356=2;
}
break;
- case Virtual:
+ case Bus:
{
- alt356=3;
+ alt356=4;
}
break;
case Abstract:
@@ -62612,9 +59819,9 @@ public final void rule__DeviceImplementation__Alternatives_7_1_0() throws Recogn
alt356=1;
}
break;
- case Bus:
+ case Virtual:
{
- alt356=4;
+ alt356=3;
}
break;
default:
@@ -62627,27 +59834,17 @@ public final void rule__DeviceImplementation__Alternatives_7_1_0() throws Recogn
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 356, 3, input);
+ new NoViableAltException("", 356, 5, input);
throw nvae;
}
}
break;
- case Bus:
- {
- alt356=4;
- }
- break;
case Virtual:
{
alt356=3;
}
break;
- case Abstract:
- {
- alt356=1;
- }
- break;
case Data:
{
alt356=2;
@@ -62676,24 +59873,24 @@ public final void rule__DeviceImplementation__Alternatives_7_1_0() throws Recogn
}
switch (alt356) {
case 1 :
- // InternalAadl2Parser.g:13489:2: ( ( rule__DeviceImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 ) )
+ // InternalAadl2Parser.g:12539:2: ( ( rule__DeviceImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0 ) )
{
- // InternalAadl2Parser.g:13489:2: ( ( rule__DeviceImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 ) )
- // InternalAadl2Parser.g:13490:3: ( rule__DeviceImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 )
+ // InternalAadl2Parser.g:12539:2: ( ( rule__DeviceImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0 ) )
+ // InternalAadl2Parser.g:12540:3: ( rule__DeviceImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0 )
{
- before(grammarAccess.getDeviceImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_0());
- // InternalAadl2Parser.g:13491:3: ( rule__DeviceImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 )
- // InternalAadl2Parser.g:13491:4: rule__DeviceImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0
+ before(grammarAccess.getDeviceImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_0());
+ // InternalAadl2Parser.g:12541:3: ( rule__DeviceImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0 )
+ // InternalAadl2Parser.g:12541:4: rule__DeviceImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DeviceImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0();
+ rule__DeviceImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0();
state._fsp--;
}
- after(grammarAccess.getDeviceImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_0());
+ after(grammarAccess.getDeviceImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_0());
}
@@ -62701,24 +59898,24 @@ public final void rule__DeviceImplementation__Alternatives_7_1_0() throws Recogn
}
break;
case 2 :
- // InternalAadl2Parser.g:13495:2: ( ( rule__DeviceImplementation__OwnedDataSubcomponentAssignment_7_1_0_1 ) )
+ // InternalAadl2Parser.g:12545:2: ( ( rule__DeviceImplementation__OwnedDataSubcomponentAssignment_8_1_0_1 ) )
{
- // InternalAadl2Parser.g:13495:2: ( ( rule__DeviceImplementation__OwnedDataSubcomponentAssignment_7_1_0_1 ) )
- // InternalAadl2Parser.g:13496:3: ( rule__DeviceImplementation__OwnedDataSubcomponentAssignment_7_1_0_1 )
+ // InternalAadl2Parser.g:12545:2: ( ( rule__DeviceImplementation__OwnedDataSubcomponentAssignment_8_1_0_1 ) )
+ // InternalAadl2Parser.g:12546:3: ( rule__DeviceImplementation__OwnedDataSubcomponentAssignment_8_1_0_1 )
{
- before(grammarAccess.getDeviceImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_1());
- // InternalAadl2Parser.g:13497:3: ( rule__DeviceImplementation__OwnedDataSubcomponentAssignment_7_1_0_1 )
- // InternalAadl2Parser.g:13497:4: rule__DeviceImplementation__OwnedDataSubcomponentAssignment_7_1_0_1
+ before(grammarAccess.getDeviceImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_1());
+ // InternalAadl2Parser.g:12547:3: ( rule__DeviceImplementation__OwnedDataSubcomponentAssignment_8_1_0_1 )
+ // InternalAadl2Parser.g:12547:4: rule__DeviceImplementation__OwnedDataSubcomponentAssignment_8_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DeviceImplementation__OwnedDataSubcomponentAssignment_7_1_0_1();
+ rule__DeviceImplementation__OwnedDataSubcomponentAssignment_8_1_0_1();
state._fsp--;
}
- after(grammarAccess.getDeviceImplementationAccess().getOwnedDataSubcomponentAssignment_7_1_0_1());
+ after(grammarAccess.getDeviceImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_1());
}
@@ -62726,24 +59923,24 @@ public final void rule__DeviceImplementation__Alternatives_7_1_0() throws Recogn
}
break;
case 3 :
- // InternalAadl2Parser.g:13501:2: ( ( rule__DeviceImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_2 ) )
+ // InternalAadl2Parser.g:12551:2: ( ( rule__DeviceImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_2 ) )
{
- // InternalAadl2Parser.g:13501:2: ( ( rule__DeviceImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_2 ) )
- // InternalAadl2Parser.g:13502:3: ( rule__DeviceImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_2 )
+ // InternalAadl2Parser.g:12551:2: ( ( rule__DeviceImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_2 ) )
+ // InternalAadl2Parser.g:12552:3: ( rule__DeviceImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_2 )
{
- before(grammarAccess.getDeviceImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_2());
- // InternalAadl2Parser.g:13503:3: ( rule__DeviceImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_2 )
- // InternalAadl2Parser.g:13503:4: rule__DeviceImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_2
+ before(grammarAccess.getDeviceImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_8_1_0_2());
+ // InternalAadl2Parser.g:12553:3: ( rule__DeviceImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_2 )
+ // InternalAadl2Parser.g:12553:4: rule__DeviceImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_2
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DeviceImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_2();
+ rule__DeviceImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_2();
state._fsp--;
}
- after(grammarAccess.getDeviceImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_2());
+ after(grammarAccess.getDeviceImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_8_1_0_2());
}
@@ -62751,24 +59948,24 @@ public final void rule__DeviceImplementation__Alternatives_7_1_0() throws Recogn
}
break;
case 4 :
- // InternalAadl2Parser.g:13507:2: ( ( rule__DeviceImplementation__OwnedBusSubcomponentAssignment_7_1_0_3 ) )
+ // InternalAadl2Parser.g:12557:2: ( ( rule__DeviceImplementation__OwnedBusSubcomponentAssignment_8_1_0_3 ) )
{
- // InternalAadl2Parser.g:13507:2: ( ( rule__DeviceImplementation__OwnedBusSubcomponentAssignment_7_1_0_3 ) )
- // InternalAadl2Parser.g:13508:3: ( rule__DeviceImplementation__OwnedBusSubcomponentAssignment_7_1_0_3 )
+ // InternalAadl2Parser.g:12557:2: ( ( rule__DeviceImplementation__OwnedBusSubcomponentAssignment_8_1_0_3 ) )
+ // InternalAadl2Parser.g:12558:3: ( rule__DeviceImplementation__OwnedBusSubcomponentAssignment_8_1_0_3 )
{
- before(grammarAccess.getDeviceImplementationAccess().getOwnedBusSubcomponentAssignment_7_1_0_3());
- // InternalAadl2Parser.g:13509:3: ( rule__DeviceImplementation__OwnedBusSubcomponentAssignment_7_1_0_3 )
- // InternalAadl2Parser.g:13509:4: rule__DeviceImplementation__OwnedBusSubcomponentAssignment_7_1_0_3
+ before(grammarAccess.getDeviceImplementationAccess().getOwnedBusSubcomponentAssignment_8_1_0_3());
+ // InternalAadl2Parser.g:12559:3: ( rule__DeviceImplementation__OwnedBusSubcomponentAssignment_8_1_0_3 )
+ // InternalAadl2Parser.g:12559:4: rule__DeviceImplementation__OwnedBusSubcomponentAssignment_8_1_0_3
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DeviceImplementation__OwnedBusSubcomponentAssignment_7_1_0_3();
+ rule__DeviceImplementation__OwnedBusSubcomponentAssignment_8_1_0_3();
state._fsp--;
}
- after(grammarAccess.getDeviceImplementationAccess().getOwnedBusSubcomponentAssignment_7_1_0_3());
+ after(grammarAccess.getDeviceImplementationAccess().getOwnedBusSubcomponentAssignment_8_1_0_3());
}
@@ -62789,17 +59986,17 @@ public final void rule__DeviceImplementation__Alternatives_7_1_0() throws Recogn
}
return ;
}
- // $ANTLR end "rule__DeviceImplementation__Alternatives_7_1_0"
+ // $ANTLR end "rule__DeviceImplementation__Alternatives_8_1_0"
- // $ANTLR start "rule__DeviceImplementation__Alternatives_8_1"
- // InternalAadl2Parser.g:13517:1: rule__DeviceImplementation__Alternatives_8_1 : ( ( ( rule__DeviceImplementation__OwnedEventSourceAssignment_8_1_0 ) ) | ( ( rule__DeviceImplementation__OwnedEventDataSourceAssignment_8_1_1 ) ) );
- public final void rule__DeviceImplementation__Alternatives_8_1() throws RecognitionException {
+ // $ANTLR start "rule__DeviceImplementation__Alternatives_9_2"
+ // InternalAadl2Parser.g:12567:1: rule__DeviceImplementation__Alternatives_9_2 : ( ( ( rule__DeviceImplementation__OwnedEventSourceAssignment_9_2_0 ) ) | ( ( rule__DeviceImplementation__OwnedEventDataSourceAssignment_9_2_1 ) ) );
+ public final void rule__DeviceImplementation__Alternatives_9_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13521:1: ( ( ( rule__DeviceImplementation__OwnedEventSourceAssignment_8_1_0 ) ) | ( ( rule__DeviceImplementation__OwnedEventDataSourceAssignment_8_1_1 ) ) )
+ // InternalAadl2Parser.g:12571:1: ( ( ( rule__DeviceImplementation__OwnedEventSourceAssignment_9_2_0 ) ) | ( ( rule__DeviceImplementation__OwnedEventDataSourceAssignment_9_2_1 ) ) )
int alt357=2;
int LA357_0 = input.LA(1);
@@ -62812,12 +60009,12 @@ public final void rule__DeviceImplementation__Alternatives_8_1() throws Recognit
if ( (LA357_2==Event) ) {
int LA357_3 = input.LA(4);
- if ( (LA357_3==Data) ) {
- alt357=2;
- }
- else if ( (LA357_3==Semicolon||LA357_3==LeftCurlyBracket) ) {
+ if ( (LA357_3==Semicolon||LA357_3==LeftCurlyBracket) ) {
alt357=1;
}
+ else if ( (LA357_3==Data) ) {
+ alt357=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 357, 3, input);
@@ -62847,24 +60044,24 @@ else if ( (LA357_3==Semicolon||LA357_3==LeftCurlyBracket) ) {
}
switch (alt357) {
case 1 :
- // InternalAadl2Parser.g:13522:2: ( ( rule__DeviceImplementation__OwnedEventSourceAssignment_8_1_0 ) )
+ // InternalAadl2Parser.g:12572:2: ( ( rule__DeviceImplementation__OwnedEventSourceAssignment_9_2_0 ) )
{
- // InternalAadl2Parser.g:13522:2: ( ( rule__DeviceImplementation__OwnedEventSourceAssignment_8_1_0 ) )
- // InternalAadl2Parser.g:13523:3: ( rule__DeviceImplementation__OwnedEventSourceAssignment_8_1_0 )
+ // InternalAadl2Parser.g:12572:2: ( ( rule__DeviceImplementation__OwnedEventSourceAssignment_9_2_0 ) )
+ // InternalAadl2Parser.g:12573:3: ( rule__DeviceImplementation__OwnedEventSourceAssignment_9_2_0 )
{
- before(grammarAccess.getDeviceImplementationAccess().getOwnedEventSourceAssignment_8_1_0());
- // InternalAadl2Parser.g:13524:3: ( rule__DeviceImplementation__OwnedEventSourceAssignment_8_1_0 )
- // InternalAadl2Parser.g:13524:4: rule__DeviceImplementation__OwnedEventSourceAssignment_8_1_0
+ before(grammarAccess.getDeviceImplementationAccess().getOwnedEventSourceAssignment_9_2_0());
+ // InternalAadl2Parser.g:12574:3: ( rule__DeviceImplementation__OwnedEventSourceAssignment_9_2_0 )
+ // InternalAadl2Parser.g:12574:4: rule__DeviceImplementation__OwnedEventSourceAssignment_9_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DeviceImplementation__OwnedEventSourceAssignment_8_1_0();
+ rule__DeviceImplementation__OwnedEventSourceAssignment_9_2_0();
state._fsp--;
}
- after(grammarAccess.getDeviceImplementationAccess().getOwnedEventSourceAssignment_8_1_0());
+ after(grammarAccess.getDeviceImplementationAccess().getOwnedEventSourceAssignment_9_2_0());
}
@@ -62872,24 +60069,24 @@ else if ( (LA357_3==Semicolon||LA357_3==LeftCurlyBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:13528:2: ( ( rule__DeviceImplementation__OwnedEventDataSourceAssignment_8_1_1 ) )
+ // InternalAadl2Parser.g:12578:2: ( ( rule__DeviceImplementation__OwnedEventDataSourceAssignment_9_2_1 ) )
{
- // InternalAadl2Parser.g:13528:2: ( ( rule__DeviceImplementation__OwnedEventDataSourceAssignment_8_1_1 ) )
- // InternalAadl2Parser.g:13529:3: ( rule__DeviceImplementation__OwnedEventDataSourceAssignment_8_1_1 )
+ // InternalAadl2Parser.g:12578:2: ( ( rule__DeviceImplementation__OwnedEventDataSourceAssignment_9_2_1 ) )
+ // InternalAadl2Parser.g:12579:3: ( rule__DeviceImplementation__OwnedEventDataSourceAssignment_9_2_1 )
{
- before(grammarAccess.getDeviceImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1());
- // InternalAadl2Parser.g:13530:3: ( rule__DeviceImplementation__OwnedEventDataSourceAssignment_8_1_1 )
- // InternalAadl2Parser.g:13530:4: rule__DeviceImplementation__OwnedEventDataSourceAssignment_8_1_1
+ before(grammarAccess.getDeviceImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1());
+ // InternalAadl2Parser.g:12580:3: ( rule__DeviceImplementation__OwnedEventDataSourceAssignment_9_2_1 )
+ // InternalAadl2Parser.g:12580:4: rule__DeviceImplementation__OwnedEventDataSourceAssignment_9_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DeviceImplementation__OwnedEventDataSourceAssignment_8_1_1();
+ rule__DeviceImplementation__OwnedEventDataSourceAssignment_9_2_1();
state._fsp--;
}
- after(grammarAccess.getDeviceImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1());
+ after(grammarAccess.getDeviceImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1());
}
@@ -62910,17 +60107,17 @@ else if ( (LA357_3==Semicolon||LA357_3==LeftCurlyBracket) ) {
}
return ;
}
- // $ANTLR end "rule__DeviceImplementation__Alternatives_8_1"
+ // $ANTLR end "rule__DeviceImplementation__Alternatives_9_2"
- // $ANTLR start "rule__DeviceImplementation__Alternatives_9_1"
- // InternalAadl2Parser.g:13538:1: rule__DeviceImplementation__Alternatives_9_1 : ( ( ( rule__DeviceImplementation__OwnedPortProxyAssignment_9_1_0 ) ) | ( ( rule__DeviceImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) ) );
- public final void rule__DeviceImplementation__Alternatives_9_1() throws RecognitionException {
+ // $ANTLR start "rule__DeviceImplementation__Alternatives_10_2"
+ // InternalAadl2Parser.g:12588:1: rule__DeviceImplementation__Alternatives_10_2 : ( ( ( rule__DeviceImplementation__OwnedPortProxyAssignment_10_2_0 ) ) | ( ( rule__DeviceImplementation__OwnedSubprogramProxyAssignment_10_2_1 ) ) );
+ public final void rule__DeviceImplementation__Alternatives_10_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13542:1: ( ( ( rule__DeviceImplementation__OwnedPortProxyAssignment_9_1_0 ) ) | ( ( rule__DeviceImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) ) )
+ // InternalAadl2Parser.g:12592:1: ( ( ( rule__DeviceImplementation__OwnedPortProxyAssignment_10_2_0 ) ) | ( ( rule__DeviceImplementation__OwnedSubprogramProxyAssignment_10_2_1 ) ) )
int alt358=2;
int LA358_0 = input.LA(1);
@@ -62958,24 +60155,24 @@ else if ( (LA358_2==Port) ) {
}
switch (alt358) {
case 1 :
- // InternalAadl2Parser.g:13543:2: ( ( rule__DeviceImplementation__OwnedPortProxyAssignment_9_1_0 ) )
+ // InternalAadl2Parser.g:12593:2: ( ( rule__DeviceImplementation__OwnedPortProxyAssignment_10_2_0 ) )
{
- // InternalAadl2Parser.g:13543:2: ( ( rule__DeviceImplementation__OwnedPortProxyAssignment_9_1_0 ) )
- // InternalAadl2Parser.g:13544:3: ( rule__DeviceImplementation__OwnedPortProxyAssignment_9_1_0 )
+ // InternalAadl2Parser.g:12593:2: ( ( rule__DeviceImplementation__OwnedPortProxyAssignment_10_2_0 ) )
+ // InternalAadl2Parser.g:12594:3: ( rule__DeviceImplementation__OwnedPortProxyAssignment_10_2_0 )
{
- before(grammarAccess.getDeviceImplementationAccess().getOwnedPortProxyAssignment_9_1_0());
- // InternalAadl2Parser.g:13545:3: ( rule__DeviceImplementation__OwnedPortProxyAssignment_9_1_0 )
- // InternalAadl2Parser.g:13545:4: rule__DeviceImplementation__OwnedPortProxyAssignment_9_1_0
+ before(grammarAccess.getDeviceImplementationAccess().getOwnedPortProxyAssignment_10_2_0());
+ // InternalAadl2Parser.g:12595:3: ( rule__DeviceImplementation__OwnedPortProxyAssignment_10_2_0 )
+ // InternalAadl2Parser.g:12595:4: rule__DeviceImplementation__OwnedPortProxyAssignment_10_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DeviceImplementation__OwnedPortProxyAssignment_9_1_0();
+ rule__DeviceImplementation__OwnedPortProxyAssignment_10_2_0();
state._fsp--;
}
- after(grammarAccess.getDeviceImplementationAccess().getOwnedPortProxyAssignment_9_1_0());
+ after(grammarAccess.getDeviceImplementationAccess().getOwnedPortProxyAssignment_10_2_0());
}
@@ -62983,24 +60180,24 @@ else if ( (LA358_2==Port) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:13549:2: ( ( rule__DeviceImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) )
+ // InternalAadl2Parser.g:12599:2: ( ( rule__DeviceImplementation__OwnedSubprogramProxyAssignment_10_2_1 ) )
{
- // InternalAadl2Parser.g:13549:2: ( ( rule__DeviceImplementation__OwnedSubprogramProxyAssignment_9_1_1 ) )
- // InternalAadl2Parser.g:13550:3: ( rule__DeviceImplementation__OwnedSubprogramProxyAssignment_9_1_1 )
+ // InternalAadl2Parser.g:12599:2: ( ( rule__DeviceImplementation__OwnedSubprogramProxyAssignment_10_2_1 ) )
+ // InternalAadl2Parser.g:12600:3: ( rule__DeviceImplementation__OwnedSubprogramProxyAssignment_10_2_1 )
{
- before(grammarAccess.getDeviceImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1());
- // InternalAadl2Parser.g:13551:3: ( rule__DeviceImplementation__OwnedSubprogramProxyAssignment_9_1_1 )
- // InternalAadl2Parser.g:13551:4: rule__DeviceImplementation__OwnedSubprogramProxyAssignment_9_1_1
+ before(grammarAccess.getDeviceImplementationAccess().getOwnedSubprogramProxyAssignment_10_2_1());
+ // InternalAadl2Parser.g:12601:3: ( rule__DeviceImplementation__OwnedSubprogramProxyAssignment_10_2_1 )
+ // InternalAadl2Parser.g:12601:4: rule__DeviceImplementation__OwnedSubprogramProxyAssignment_10_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DeviceImplementation__OwnedSubprogramProxyAssignment_9_1_1();
+ rule__DeviceImplementation__OwnedSubprogramProxyAssignment_10_2_1();
state._fsp--;
}
- after(grammarAccess.getDeviceImplementationAccess().getOwnedSubprogramProxyAssignment_9_1_1());
+ after(grammarAccess.getDeviceImplementationAccess().getOwnedSubprogramProxyAssignment_10_2_1());
}
@@ -63021,17 +60218,17 @@ else if ( (LA358_2==Port) ) {
}
return ;
}
- // $ANTLR end "rule__DeviceImplementation__Alternatives_9_1"
+ // $ANTLR end "rule__DeviceImplementation__Alternatives_10_2"
- // $ANTLR start "rule__DeviceImplementation__Alternatives_10_1"
- // InternalAadl2Parser.g:13559:1: rule__DeviceImplementation__Alternatives_10_1 : ( ( ( ( rule__DeviceImplementation__Alternatives_10_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_10_1_0 )* ) ) | ( ( rule__DeviceImplementation__Group_10_1_1__0 ) ) );
- public final void rule__DeviceImplementation__Alternatives_10_1() throws RecognitionException {
+ // $ANTLR start "rule__DeviceImplementation__Alternatives_11_1"
+ // InternalAadl2Parser.g:12609:1: rule__DeviceImplementation__Alternatives_11_1 : ( ( ( ( rule__DeviceImplementation__Alternatives_11_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__DeviceImplementation__Group_11_1_1__0 ) ) );
+ public final void rule__DeviceImplementation__Alternatives_11_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13563:1: ( ( ( ( rule__DeviceImplementation__Alternatives_10_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_10_1_0 )* ) ) | ( ( rule__DeviceImplementation__Group_10_1_1__0 ) ) )
+ // InternalAadl2Parser.g:12613:1: ( ( ( ( rule__DeviceImplementation__Alternatives_11_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__DeviceImplementation__Group_11_1_1__0 ) ) )
int alt360=2;
int LA360_0 = input.LA(1);
@@ -63049,35 +60246,35 @@ else if ( (LA360_0==None) ) {
}
switch (alt360) {
case 1 :
- // InternalAadl2Parser.g:13564:2: ( ( ( rule__DeviceImplementation__Alternatives_10_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_10_1_0 )* ) )
+ // InternalAadl2Parser.g:12614:2: ( ( ( rule__DeviceImplementation__Alternatives_11_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_11_1_0 )* ) )
{
- // InternalAadl2Parser.g:13564:2: ( ( ( rule__DeviceImplementation__Alternatives_10_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_10_1_0 )* ) )
- // InternalAadl2Parser.g:13565:3: ( ( rule__DeviceImplementation__Alternatives_10_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_10_1_0 )* )
+ // InternalAadl2Parser.g:12614:2: ( ( ( rule__DeviceImplementation__Alternatives_11_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_11_1_0 )* ) )
+ // InternalAadl2Parser.g:12615:3: ( ( rule__DeviceImplementation__Alternatives_11_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_11_1_0 )* )
{
- // InternalAadl2Parser.g:13565:3: ( ( rule__DeviceImplementation__Alternatives_10_1_0 ) )
- // InternalAadl2Parser.g:13566:4: ( rule__DeviceImplementation__Alternatives_10_1_0 )
+ // InternalAadl2Parser.g:12615:3: ( ( rule__DeviceImplementation__Alternatives_11_1_0 ) )
+ // InternalAadl2Parser.g:12616:4: ( rule__DeviceImplementation__Alternatives_11_1_0 )
{
- before(grammarAccess.getDeviceImplementationAccess().getAlternatives_10_1_0());
- // InternalAadl2Parser.g:13567:4: ( rule__DeviceImplementation__Alternatives_10_1_0 )
- // InternalAadl2Parser.g:13567:5: rule__DeviceImplementation__Alternatives_10_1_0
+ before(grammarAccess.getDeviceImplementationAccess().getAlternatives_11_1_0());
+ // InternalAadl2Parser.g:12617:4: ( rule__DeviceImplementation__Alternatives_11_1_0 )
+ // InternalAadl2Parser.g:12617:5: rule__DeviceImplementation__Alternatives_11_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__DeviceImplementation__Alternatives_10_1_0();
+ rule__DeviceImplementation__Alternatives_11_1_0();
state._fsp--;
}
- after(grammarAccess.getDeviceImplementationAccess().getAlternatives_10_1_0());
+ after(grammarAccess.getDeviceImplementationAccess().getAlternatives_11_1_0());
}
- // InternalAadl2Parser.g:13570:3: ( ( rule__DeviceImplementation__Alternatives_10_1_0 )* )
- // InternalAadl2Parser.g:13571:4: ( rule__DeviceImplementation__Alternatives_10_1_0 )*
+ // InternalAadl2Parser.g:12620:3: ( ( rule__DeviceImplementation__Alternatives_11_1_0 )* )
+ // InternalAadl2Parser.g:12621:4: ( rule__DeviceImplementation__Alternatives_11_1_0 )*
{
- before(grammarAccess.getDeviceImplementationAccess().getAlternatives_10_1_0());
- // InternalAadl2Parser.g:13572:4: ( rule__DeviceImplementation__Alternatives_10_1_0 )*
+ before(grammarAccess.getDeviceImplementationAccess().getAlternatives_11_1_0());
+ // InternalAadl2Parser.g:12622:4: ( rule__DeviceImplementation__Alternatives_11_1_0 )*
loop359:
do {
int alt359=2;
@@ -63090,10 +60287,10 @@ else if ( (LA360_0==None) ) {
switch (alt359) {
case 1 :
- // InternalAadl2Parser.g:13572:5: rule__DeviceImplementation__Alternatives_10_1_0
+ // InternalAadl2Parser.g:12622:5: rule__DeviceImplementation__Alternatives_11_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__DeviceImplementation__Alternatives_10_1_0();
+ rule__DeviceImplementation__Alternatives_11_1_0();
state._fsp--;
@@ -63106,7 +60303,7 @@ else if ( (LA360_0==None) ) {
}
} while (true);
- after(grammarAccess.getDeviceImplementationAccess().getAlternatives_10_1_0());
+ after(grammarAccess.getDeviceImplementationAccess().getAlternatives_11_1_0());
}
@@ -63117,24 +60314,24 @@ else if ( (LA360_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:13577:2: ( ( rule__DeviceImplementation__Group_10_1_1__0 ) )
+ // InternalAadl2Parser.g:12627:2: ( ( rule__DeviceImplementation__Group_11_1_1__0 ) )
{
- // InternalAadl2Parser.g:13577:2: ( ( rule__DeviceImplementation__Group_10_1_1__0 ) )
- // InternalAadl2Parser.g:13578:3: ( rule__DeviceImplementation__Group_10_1_1__0 )
+ // InternalAadl2Parser.g:12627:2: ( ( rule__DeviceImplementation__Group_11_1_1__0 ) )
+ // InternalAadl2Parser.g:12628:3: ( rule__DeviceImplementation__Group_11_1_1__0 )
{
- before(grammarAccess.getDeviceImplementationAccess().getGroup_10_1_1());
- // InternalAadl2Parser.g:13579:3: ( rule__DeviceImplementation__Group_10_1_1__0 )
- // InternalAadl2Parser.g:13579:4: rule__DeviceImplementation__Group_10_1_1__0
+ before(grammarAccess.getDeviceImplementationAccess().getGroup_11_1_1());
+ // InternalAadl2Parser.g:12629:3: ( rule__DeviceImplementation__Group_11_1_1__0 )
+ // InternalAadl2Parser.g:12629:4: rule__DeviceImplementation__Group_11_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DeviceImplementation__Group_10_1_1__0();
+ rule__DeviceImplementation__Group_11_1_1__0();
state._fsp--;
}
- after(grammarAccess.getDeviceImplementationAccess().getGroup_10_1_1());
+ after(grammarAccess.getDeviceImplementationAccess().getGroup_11_1_1());
}
@@ -63155,39 +60352,39 @@ else if ( (LA360_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__DeviceImplementation__Alternatives_10_1"
+ // $ANTLR end "rule__DeviceImplementation__Alternatives_11_1"
- // $ANTLR start "rule__DeviceImplementation__Alternatives_10_1_0"
- // InternalAadl2Parser.g:13587:1: rule__DeviceImplementation__Alternatives_10_1_0 : ( ( ( rule__DeviceImplementation__OwnedPortConnectionAssignment_10_1_0_0 ) ) | ( ( rule__DeviceImplementation__OwnedAccessConnectionAssignment_10_1_0_1 ) ) | ( ( rule__DeviceImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 ) ) | ( ( rule__DeviceImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 ) ) );
- public final void rule__DeviceImplementation__Alternatives_10_1_0() throws RecognitionException {
+ // $ANTLR start "rule__DeviceImplementation__Alternatives_11_1_0"
+ // InternalAadl2Parser.g:12637:1: rule__DeviceImplementation__Alternatives_11_1_0 : ( ( ( rule__DeviceImplementation__OwnedPortConnectionAssignment_11_1_0_0 ) ) | ( ( rule__DeviceImplementation__OwnedAccessConnectionAssignment_11_1_0_1 ) ) | ( ( rule__DeviceImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 ) ) | ( ( rule__DeviceImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 ) ) );
+ public final void rule__DeviceImplementation__Alternatives_11_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13591:1: ( ( ( rule__DeviceImplementation__OwnedPortConnectionAssignment_10_1_0_0 ) ) | ( ( rule__DeviceImplementation__OwnedAccessConnectionAssignment_10_1_0_1 ) ) | ( ( rule__DeviceImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 ) ) | ( ( rule__DeviceImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 ) ) )
+ // InternalAadl2Parser.g:12641:1: ( ( ( rule__DeviceImplementation__OwnedPortConnectionAssignment_11_1_0_0 ) ) | ( ( rule__DeviceImplementation__OwnedAccessConnectionAssignment_11_1_0_1 ) ) | ( ( rule__DeviceImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 ) ) | ( ( rule__DeviceImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 ) ) )
int alt361=4;
alt361 = dfa361.predict(input);
switch (alt361) {
case 1 :
- // InternalAadl2Parser.g:13592:2: ( ( rule__DeviceImplementation__OwnedPortConnectionAssignment_10_1_0_0 ) )
+ // InternalAadl2Parser.g:12642:2: ( ( rule__DeviceImplementation__OwnedPortConnectionAssignment_11_1_0_0 ) )
{
- // InternalAadl2Parser.g:13592:2: ( ( rule__DeviceImplementation__OwnedPortConnectionAssignment_10_1_0_0 ) )
- // InternalAadl2Parser.g:13593:3: ( rule__DeviceImplementation__OwnedPortConnectionAssignment_10_1_0_0 )
+ // InternalAadl2Parser.g:12642:2: ( ( rule__DeviceImplementation__OwnedPortConnectionAssignment_11_1_0_0 ) )
+ // InternalAadl2Parser.g:12643:3: ( rule__DeviceImplementation__OwnedPortConnectionAssignment_11_1_0_0 )
{
- before(grammarAccess.getDeviceImplementationAccess().getOwnedPortConnectionAssignment_10_1_0_0());
- // InternalAadl2Parser.g:13594:3: ( rule__DeviceImplementation__OwnedPortConnectionAssignment_10_1_0_0 )
- // InternalAadl2Parser.g:13594:4: rule__DeviceImplementation__OwnedPortConnectionAssignment_10_1_0_0
+ before(grammarAccess.getDeviceImplementationAccess().getOwnedPortConnectionAssignment_11_1_0_0());
+ // InternalAadl2Parser.g:12644:3: ( rule__DeviceImplementation__OwnedPortConnectionAssignment_11_1_0_0 )
+ // InternalAadl2Parser.g:12644:4: rule__DeviceImplementation__OwnedPortConnectionAssignment_11_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DeviceImplementation__OwnedPortConnectionAssignment_10_1_0_0();
+ rule__DeviceImplementation__OwnedPortConnectionAssignment_11_1_0_0();
state._fsp--;
}
- after(grammarAccess.getDeviceImplementationAccess().getOwnedPortConnectionAssignment_10_1_0_0());
+ after(grammarAccess.getDeviceImplementationAccess().getOwnedPortConnectionAssignment_11_1_0_0());
}
@@ -63195,24 +60392,24 @@ public final void rule__DeviceImplementation__Alternatives_10_1_0() throws Recog
}
break;
case 2 :
- // InternalAadl2Parser.g:13598:2: ( ( rule__DeviceImplementation__OwnedAccessConnectionAssignment_10_1_0_1 ) )
+ // InternalAadl2Parser.g:12648:2: ( ( rule__DeviceImplementation__OwnedAccessConnectionAssignment_11_1_0_1 ) )
{
- // InternalAadl2Parser.g:13598:2: ( ( rule__DeviceImplementation__OwnedAccessConnectionAssignment_10_1_0_1 ) )
- // InternalAadl2Parser.g:13599:3: ( rule__DeviceImplementation__OwnedAccessConnectionAssignment_10_1_0_1 )
+ // InternalAadl2Parser.g:12648:2: ( ( rule__DeviceImplementation__OwnedAccessConnectionAssignment_11_1_0_1 ) )
+ // InternalAadl2Parser.g:12649:3: ( rule__DeviceImplementation__OwnedAccessConnectionAssignment_11_1_0_1 )
{
- before(grammarAccess.getDeviceImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_1());
- // InternalAadl2Parser.g:13600:3: ( rule__DeviceImplementation__OwnedAccessConnectionAssignment_10_1_0_1 )
- // InternalAadl2Parser.g:13600:4: rule__DeviceImplementation__OwnedAccessConnectionAssignment_10_1_0_1
+ before(grammarAccess.getDeviceImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_1());
+ // InternalAadl2Parser.g:12650:3: ( rule__DeviceImplementation__OwnedAccessConnectionAssignment_11_1_0_1 )
+ // InternalAadl2Parser.g:12650:4: rule__DeviceImplementation__OwnedAccessConnectionAssignment_11_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DeviceImplementation__OwnedAccessConnectionAssignment_10_1_0_1();
+ rule__DeviceImplementation__OwnedAccessConnectionAssignment_11_1_0_1();
state._fsp--;
}
- after(grammarAccess.getDeviceImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_1());
+ after(grammarAccess.getDeviceImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_1());
}
@@ -63220,24 +60417,24 @@ public final void rule__DeviceImplementation__Alternatives_10_1_0() throws Recog
}
break;
case 3 :
- // InternalAadl2Parser.g:13604:2: ( ( rule__DeviceImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 ) )
+ // InternalAadl2Parser.g:12654:2: ( ( rule__DeviceImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 ) )
{
- // InternalAadl2Parser.g:13604:2: ( ( rule__DeviceImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 ) )
- // InternalAadl2Parser.g:13605:3: ( rule__DeviceImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 )
+ // InternalAadl2Parser.g:12654:2: ( ( rule__DeviceImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 ) )
+ // InternalAadl2Parser.g:12655:3: ( rule__DeviceImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 )
{
- before(grammarAccess.getDeviceImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_2());
- // InternalAadl2Parser.g:13606:3: ( rule__DeviceImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2 )
- // InternalAadl2Parser.g:13606:4: rule__DeviceImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2
+ before(grammarAccess.getDeviceImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_2());
+ // InternalAadl2Parser.g:12656:3: ( rule__DeviceImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2 )
+ // InternalAadl2Parser.g:12656:4: rule__DeviceImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DeviceImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_2();
+ rule__DeviceImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_2();
state._fsp--;
}
- after(grammarAccess.getDeviceImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_2());
+ after(grammarAccess.getDeviceImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_2());
}
@@ -63245,24 +60442,24 @@ public final void rule__DeviceImplementation__Alternatives_10_1_0() throws Recog
}
break;
case 4 :
- // InternalAadl2Parser.g:13610:2: ( ( rule__DeviceImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 ) )
+ // InternalAadl2Parser.g:12660:2: ( ( rule__DeviceImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 ) )
{
- // InternalAadl2Parser.g:13610:2: ( ( rule__DeviceImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 ) )
- // InternalAadl2Parser.g:13611:3: ( rule__DeviceImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 )
+ // InternalAadl2Parser.g:12660:2: ( ( rule__DeviceImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 ) )
+ // InternalAadl2Parser.g:12661:3: ( rule__DeviceImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 )
{
- before(grammarAccess.getDeviceImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_3());
- // InternalAadl2Parser.g:13612:3: ( rule__DeviceImplementation__OwnedFeatureConnectionAssignment_10_1_0_3 )
- // InternalAadl2Parser.g:13612:4: rule__DeviceImplementation__OwnedFeatureConnectionAssignment_10_1_0_3
+ before(grammarAccess.getDeviceImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_3());
+ // InternalAadl2Parser.g:12662:3: ( rule__DeviceImplementation__OwnedFeatureConnectionAssignment_11_1_0_3 )
+ // InternalAadl2Parser.g:12662:4: rule__DeviceImplementation__OwnedFeatureConnectionAssignment_11_1_0_3
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DeviceImplementation__OwnedFeatureConnectionAssignment_10_1_0_3();
+ rule__DeviceImplementation__OwnedFeatureConnectionAssignment_11_1_0_3();
state._fsp--;
}
- after(grammarAccess.getDeviceImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_3());
+ after(grammarAccess.getDeviceImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_3());
}
@@ -63283,17 +60480,17 @@ public final void rule__DeviceImplementation__Alternatives_10_1_0() throws Recog
}
return ;
}
- // $ANTLR end "rule__DeviceImplementation__Alternatives_10_1_0"
+ // $ANTLR end "rule__DeviceImplementation__Alternatives_11_1_0"
- // $ANTLR start "rule__DeviceImplementation__Alternatives_11_1"
- // InternalAadl2Parser.g:13620:1: rule__DeviceImplementation__Alternatives_11_1 : ( ( ( ( rule__DeviceImplementation__Alternatives_11_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__DeviceImplementation__Group_11_1_1__0 ) ) );
- public final void rule__DeviceImplementation__Alternatives_11_1() throws RecognitionException {
+ // $ANTLR start "rule__DeviceImplementation__Alternatives_12_1"
+ // InternalAadl2Parser.g:12670:1: rule__DeviceImplementation__Alternatives_12_1 : ( ( ( ( rule__DeviceImplementation__Alternatives_12_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__DeviceImplementation__Group_12_1_1__0 ) ) );
+ public final void rule__DeviceImplementation__Alternatives_12_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13624:1: ( ( ( ( rule__DeviceImplementation__Alternatives_11_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__DeviceImplementation__Group_11_1_1__0 ) ) )
+ // InternalAadl2Parser.g:12674:1: ( ( ( ( rule__DeviceImplementation__Alternatives_12_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__DeviceImplementation__Group_12_1_1__0 ) ) )
int alt363=2;
int LA363_0 = input.LA(1);
@@ -63311,35 +60508,35 @@ else if ( (LA363_0==None) ) {
}
switch (alt363) {
case 1 :
- // InternalAadl2Parser.g:13625:2: ( ( ( rule__DeviceImplementation__Alternatives_11_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_11_1_0 )* ) )
+ // InternalAadl2Parser.g:12675:2: ( ( ( rule__DeviceImplementation__Alternatives_12_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_12_1_0 )* ) )
{
- // InternalAadl2Parser.g:13625:2: ( ( ( rule__DeviceImplementation__Alternatives_11_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_11_1_0 )* ) )
- // InternalAadl2Parser.g:13626:3: ( ( rule__DeviceImplementation__Alternatives_11_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_11_1_0 )* )
+ // InternalAadl2Parser.g:12675:2: ( ( ( rule__DeviceImplementation__Alternatives_12_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_12_1_0 )* ) )
+ // InternalAadl2Parser.g:12676:3: ( ( rule__DeviceImplementation__Alternatives_12_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_12_1_0 )* )
{
- // InternalAadl2Parser.g:13626:3: ( ( rule__DeviceImplementation__Alternatives_11_1_0 ) )
- // InternalAadl2Parser.g:13627:4: ( rule__DeviceImplementation__Alternatives_11_1_0 )
+ // InternalAadl2Parser.g:12676:3: ( ( rule__DeviceImplementation__Alternatives_12_1_0 ) )
+ // InternalAadl2Parser.g:12677:4: ( rule__DeviceImplementation__Alternatives_12_1_0 )
{
- before(grammarAccess.getDeviceImplementationAccess().getAlternatives_11_1_0());
- // InternalAadl2Parser.g:13628:4: ( rule__DeviceImplementation__Alternatives_11_1_0 )
- // InternalAadl2Parser.g:13628:5: rule__DeviceImplementation__Alternatives_11_1_0
+ before(grammarAccess.getDeviceImplementationAccess().getAlternatives_12_1_0());
+ // InternalAadl2Parser.g:12678:4: ( rule__DeviceImplementation__Alternatives_12_1_0 )
+ // InternalAadl2Parser.g:12678:5: rule__DeviceImplementation__Alternatives_12_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__DeviceImplementation__Alternatives_11_1_0();
+ rule__DeviceImplementation__Alternatives_12_1_0();
state._fsp--;
}
- after(grammarAccess.getDeviceImplementationAccess().getAlternatives_11_1_0());
+ after(grammarAccess.getDeviceImplementationAccess().getAlternatives_12_1_0());
}
- // InternalAadl2Parser.g:13631:3: ( ( rule__DeviceImplementation__Alternatives_11_1_0 )* )
- // InternalAadl2Parser.g:13632:4: ( rule__DeviceImplementation__Alternatives_11_1_0 )*
+ // InternalAadl2Parser.g:12681:3: ( ( rule__DeviceImplementation__Alternatives_12_1_0 )* )
+ // InternalAadl2Parser.g:12682:4: ( rule__DeviceImplementation__Alternatives_12_1_0 )*
{
- before(grammarAccess.getDeviceImplementationAccess().getAlternatives_11_1_0());
- // InternalAadl2Parser.g:13633:4: ( rule__DeviceImplementation__Alternatives_11_1_0 )*
+ before(grammarAccess.getDeviceImplementationAccess().getAlternatives_12_1_0());
+ // InternalAadl2Parser.g:12683:4: ( rule__DeviceImplementation__Alternatives_12_1_0 )*
loop362:
do {
int alt362=2;
@@ -63352,10 +60549,10 @@ else if ( (LA363_0==None) ) {
switch (alt362) {
case 1 :
- // InternalAadl2Parser.g:13633:5: rule__DeviceImplementation__Alternatives_11_1_0
+ // InternalAadl2Parser.g:12683:5: rule__DeviceImplementation__Alternatives_12_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__DeviceImplementation__Alternatives_11_1_0();
+ rule__DeviceImplementation__Alternatives_12_1_0();
state._fsp--;
@@ -63368,7 +60565,7 @@ else if ( (LA363_0==None) ) {
}
} while (true);
- after(grammarAccess.getDeviceImplementationAccess().getAlternatives_11_1_0());
+ after(grammarAccess.getDeviceImplementationAccess().getAlternatives_12_1_0());
}
@@ -63379,24 +60576,24 @@ else if ( (LA363_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:13638:2: ( ( rule__DeviceImplementation__Group_11_1_1__0 ) )
+ // InternalAadl2Parser.g:12688:2: ( ( rule__DeviceImplementation__Group_12_1_1__0 ) )
{
- // InternalAadl2Parser.g:13638:2: ( ( rule__DeviceImplementation__Group_11_1_1__0 ) )
- // InternalAadl2Parser.g:13639:3: ( rule__DeviceImplementation__Group_11_1_1__0 )
+ // InternalAadl2Parser.g:12688:2: ( ( rule__DeviceImplementation__Group_12_1_1__0 ) )
+ // InternalAadl2Parser.g:12689:3: ( rule__DeviceImplementation__Group_12_1_1__0 )
{
- before(grammarAccess.getDeviceImplementationAccess().getGroup_11_1_1());
- // InternalAadl2Parser.g:13640:3: ( rule__DeviceImplementation__Group_11_1_1__0 )
- // InternalAadl2Parser.g:13640:4: rule__DeviceImplementation__Group_11_1_1__0
+ before(grammarAccess.getDeviceImplementationAccess().getGroup_12_1_1());
+ // InternalAadl2Parser.g:12690:3: ( rule__DeviceImplementation__Group_12_1_1__0 )
+ // InternalAadl2Parser.g:12690:4: rule__DeviceImplementation__Group_12_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DeviceImplementation__Group_11_1_1__0();
+ rule__DeviceImplementation__Group_12_1_1__0();
state._fsp--;
}
- after(grammarAccess.getDeviceImplementationAccess().getGroup_11_1_1());
+ after(grammarAccess.getDeviceImplementationAccess().getGroup_12_1_1());
}
@@ -63417,17 +60614,17 @@ else if ( (LA363_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__DeviceImplementation__Alternatives_11_1"
+ // $ANTLR end "rule__DeviceImplementation__Alternatives_12_1"
- // $ANTLR start "rule__DeviceImplementation__Alternatives_11_1_0"
- // InternalAadl2Parser.g:13648:1: rule__DeviceImplementation__Alternatives_11_1_0 : ( ( ( rule__DeviceImplementation__OwnedFlowImplementationAssignment_11_1_0_0 ) ) | ( ( rule__DeviceImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 ) ) );
- public final void rule__DeviceImplementation__Alternatives_11_1_0() throws RecognitionException {
+ // $ANTLR start "rule__DeviceImplementation__Alternatives_12_1_0"
+ // InternalAadl2Parser.g:12698:1: rule__DeviceImplementation__Alternatives_12_1_0 : ( ( ( rule__DeviceImplementation__OwnedFlowImplementationAssignment_12_1_0_0 ) ) | ( ( rule__DeviceImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 ) ) );
+ public final void rule__DeviceImplementation__Alternatives_12_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13652:1: ( ( ( rule__DeviceImplementation__OwnedFlowImplementationAssignment_11_1_0_0 ) ) | ( ( rule__DeviceImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 ) ) )
+ // InternalAadl2Parser.g:12702:1: ( ( ( rule__DeviceImplementation__OwnedFlowImplementationAssignment_12_1_0_0 ) ) | ( ( rule__DeviceImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 ) ) )
int alt364=2;
int LA364_0 = input.LA(1);
@@ -63465,24 +60662,24 @@ else if ( (LA364_2==Flow) ) {
}
switch (alt364) {
case 1 :
- // InternalAadl2Parser.g:13653:2: ( ( rule__DeviceImplementation__OwnedFlowImplementationAssignment_11_1_0_0 ) )
+ // InternalAadl2Parser.g:12703:2: ( ( rule__DeviceImplementation__OwnedFlowImplementationAssignment_12_1_0_0 ) )
{
- // InternalAadl2Parser.g:13653:2: ( ( rule__DeviceImplementation__OwnedFlowImplementationAssignment_11_1_0_0 ) )
- // InternalAadl2Parser.g:13654:3: ( rule__DeviceImplementation__OwnedFlowImplementationAssignment_11_1_0_0 )
+ // InternalAadl2Parser.g:12703:2: ( ( rule__DeviceImplementation__OwnedFlowImplementationAssignment_12_1_0_0 ) )
+ // InternalAadl2Parser.g:12704:3: ( rule__DeviceImplementation__OwnedFlowImplementationAssignment_12_1_0_0 )
{
- before(grammarAccess.getDeviceImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0());
- // InternalAadl2Parser.g:13655:3: ( rule__DeviceImplementation__OwnedFlowImplementationAssignment_11_1_0_0 )
- // InternalAadl2Parser.g:13655:4: rule__DeviceImplementation__OwnedFlowImplementationAssignment_11_1_0_0
+ before(grammarAccess.getDeviceImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0());
+ // InternalAadl2Parser.g:12705:3: ( rule__DeviceImplementation__OwnedFlowImplementationAssignment_12_1_0_0 )
+ // InternalAadl2Parser.g:12705:4: rule__DeviceImplementation__OwnedFlowImplementationAssignment_12_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DeviceImplementation__OwnedFlowImplementationAssignment_11_1_0_0();
+ rule__DeviceImplementation__OwnedFlowImplementationAssignment_12_1_0_0();
state._fsp--;
}
- after(grammarAccess.getDeviceImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0());
+ after(grammarAccess.getDeviceImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0());
}
@@ -63490,24 +60687,24 @@ else if ( (LA364_2==Flow) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:13659:2: ( ( rule__DeviceImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 ) )
+ // InternalAadl2Parser.g:12709:2: ( ( rule__DeviceImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 ) )
{
- // InternalAadl2Parser.g:13659:2: ( ( rule__DeviceImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 ) )
- // InternalAadl2Parser.g:13660:3: ( rule__DeviceImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 )
+ // InternalAadl2Parser.g:12709:2: ( ( rule__DeviceImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 ) )
+ // InternalAadl2Parser.g:12710:3: ( rule__DeviceImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 )
{
- before(grammarAccess.getDeviceImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1());
- // InternalAadl2Parser.g:13661:3: ( rule__DeviceImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 )
- // InternalAadl2Parser.g:13661:4: rule__DeviceImplementation__OwnedEndToEndFlowAssignment_11_1_0_1
+ before(grammarAccess.getDeviceImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1());
+ // InternalAadl2Parser.g:12711:3: ( rule__DeviceImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 )
+ // InternalAadl2Parser.g:12711:4: rule__DeviceImplementation__OwnedEndToEndFlowAssignment_12_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DeviceImplementation__OwnedEndToEndFlowAssignment_11_1_0_1();
+ rule__DeviceImplementation__OwnedEndToEndFlowAssignment_12_1_0_1();
state._fsp--;
}
- after(grammarAccess.getDeviceImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1());
+ after(grammarAccess.getDeviceImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1());
}
@@ -63528,17 +60725,17 @@ else if ( (LA364_2==Flow) ) {
}
return ;
}
- // $ANTLR end "rule__DeviceImplementation__Alternatives_11_1_0"
+ // $ANTLR end "rule__DeviceImplementation__Alternatives_12_1_0"
- // $ANTLR start "rule__DeviceImplementation__Alternatives_12_1"
- // InternalAadl2Parser.g:13669:1: rule__DeviceImplementation__Alternatives_12_1 : ( ( ( ( rule__DeviceImplementation__Alternatives_12_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__DeviceImplementation__Group_12_1_1__0 ) ) );
- public final void rule__DeviceImplementation__Alternatives_12_1() throws RecognitionException {
+ // $ANTLR start "rule__DeviceImplementation__Alternatives_13_1"
+ // InternalAadl2Parser.g:12719:1: rule__DeviceImplementation__Alternatives_13_1 : ( ( ( ( rule__DeviceImplementation__Alternatives_13_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_13_1_0 )* ) ) | ( ( rule__DeviceImplementation__Group_13_1_1__0 ) ) );
+ public final void rule__DeviceImplementation__Alternatives_13_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13673:1: ( ( ( ( rule__DeviceImplementation__Alternatives_12_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__DeviceImplementation__Group_12_1_1__0 ) ) )
+ // InternalAadl2Parser.g:12723:1: ( ( ( ( rule__DeviceImplementation__Alternatives_13_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_13_1_0 )* ) ) | ( ( rule__DeviceImplementation__Group_13_1_1__0 ) ) )
int alt366=2;
int LA366_0 = input.LA(1);
@@ -63556,35 +60753,35 @@ else if ( (LA366_0==None) ) {
}
switch (alt366) {
case 1 :
- // InternalAadl2Parser.g:13674:2: ( ( ( rule__DeviceImplementation__Alternatives_12_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_12_1_0 )* ) )
+ // InternalAadl2Parser.g:12724:2: ( ( ( rule__DeviceImplementation__Alternatives_13_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_13_1_0 )* ) )
{
- // InternalAadl2Parser.g:13674:2: ( ( ( rule__DeviceImplementation__Alternatives_12_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_12_1_0 )* ) )
- // InternalAadl2Parser.g:13675:3: ( ( rule__DeviceImplementation__Alternatives_12_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_12_1_0 )* )
+ // InternalAadl2Parser.g:12724:2: ( ( ( rule__DeviceImplementation__Alternatives_13_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_13_1_0 )* ) )
+ // InternalAadl2Parser.g:12725:3: ( ( rule__DeviceImplementation__Alternatives_13_1_0 ) ) ( ( rule__DeviceImplementation__Alternatives_13_1_0 )* )
{
- // InternalAadl2Parser.g:13675:3: ( ( rule__DeviceImplementation__Alternatives_12_1_0 ) )
- // InternalAadl2Parser.g:13676:4: ( rule__DeviceImplementation__Alternatives_12_1_0 )
+ // InternalAadl2Parser.g:12725:3: ( ( rule__DeviceImplementation__Alternatives_13_1_0 ) )
+ // InternalAadl2Parser.g:12726:4: ( rule__DeviceImplementation__Alternatives_13_1_0 )
{
- before(grammarAccess.getDeviceImplementationAccess().getAlternatives_12_1_0());
- // InternalAadl2Parser.g:13677:4: ( rule__DeviceImplementation__Alternatives_12_1_0 )
- // InternalAadl2Parser.g:13677:5: rule__DeviceImplementation__Alternatives_12_1_0
+ before(grammarAccess.getDeviceImplementationAccess().getAlternatives_13_1_0());
+ // InternalAadl2Parser.g:12727:4: ( rule__DeviceImplementation__Alternatives_13_1_0 )
+ // InternalAadl2Parser.g:12727:5: rule__DeviceImplementation__Alternatives_13_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__DeviceImplementation__Alternatives_12_1_0();
+ rule__DeviceImplementation__Alternatives_13_1_0();
state._fsp--;
}
- after(grammarAccess.getDeviceImplementationAccess().getAlternatives_12_1_0());
+ after(grammarAccess.getDeviceImplementationAccess().getAlternatives_13_1_0());
}
- // InternalAadl2Parser.g:13680:3: ( ( rule__DeviceImplementation__Alternatives_12_1_0 )* )
- // InternalAadl2Parser.g:13681:4: ( rule__DeviceImplementation__Alternatives_12_1_0 )*
+ // InternalAadl2Parser.g:12730:3: ( ( rule__DeviceImplementation__Alternatives_13_1_0 )* )
+ // InternalAadl2Parser.g:12731:4: ( rule__DeviceImplementation__Alternatives_13_1_0 )*
{
- before(grammarAccess.getDeviceImplementationAccess().getAlternatives_12_1_0());
- // InternalAadl2Parser.g:13682:4: ( rule__DeviceImplementation__Alternatives_12_1_0 )*
+ before(grammarAccess.getDeviceImplementationAccess().getAlternatives_13_1_0());
+ // InternalAadl2Parser.g:12732:4: ( rule__DeviceImplementation__Alternatives_13_1_0 )*
loop365:
do {
int alt365=2;
@@ -63597,10 +60794,10 @@ else if ( (LA366_0==None) ) {
switch (alt365) {
case 1 :
- // InternalAadl2Parser.g:13682:5: rule__DeviceImplementation__Alternatives_12_1_0
+ // InternalAadl2Parser.g:12732:5: rule__DeviceImplementation__Alternatives_13_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__DeviceImplementation__Alternatives_12_1_0();
+ rule__DeviceImplementation__Alternatives_13_1_0();
state._fsp--;
@@ -63613,7 +60810,7 @@ else if ( (LA366_0==None) ) {
}
} while (true);
- after(grammarAccess.getDeviceImplementationAccess().getAlternatives_12_1_0());
+ after(grammarAccess.getDeviceImplementationAccess().getAlternatives_13_1_0());
}
@@ -63624,24 +60821,24 @@ else if ( (LA366_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:13687:2: ( ( rule__DeviceImplementation__Group_12_1_1__0 ) )
+ // InternalAadl2Parser.g:12737:2: ( ( rule__DeviceImplementation__Group_13_1_1__0 ) )
{
- // InternalAadl2Parser.g:13687:2: ( ( rule__DeviceImplementation__Group_12_1_1__0 ) )
- // InternalAadl2Parser.g:13688:3: ( rule__DeviceImplementation__Group_12_1_1__0 )
+ // InternalAadl2Parser.g:12737:2: ( ( rule__DeviceImplementation__Group_13_1_1__0 ) )
+ // InternalAadl2Parser.g:12738:3: ( rule__DeviceImplementation__Group_13_1_1__0 )
{
- before(grammarAccess.getDeviceImplementationAccess().getGroup_12_1_1());
- // InternalAadl2Parser.g:13689:3: ( rule__DeviceImplementation__Group_12_1_1__0 )
- // InternalAadl2Parser.g:13689:4: rule__DeviceImplementation__Group_12_1_1__0
+ before(grammarAccess.getDeviceImplementationAccess().getGroup_13_1_1());
+ // InternalAadl2Parser.g:12739:3: ( rule__DeviceImplementation__Group_13_1_1__0 )
+ // InternalAadl2Parser.g:12739:4: rule__DeviceImplementation__Group_13_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DeviceImplementation__Group_12_1_1__0();
+ rule__DeviceImplementation__Group_13_1_1__0();
state._fsp--;
}
- after(grammarAccess.getDeviceImplementationAccess().getGroup_12_1_1());
+ after(grammarAccess.getDeviceImplementationAccess().getGroup_13_1_1());
}
@@ -63662,17 +60859,17 @@ else if ( (LA366_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__DeviceImplementation__Alternatives_12_1"
+ // $ANTLR end "rule__DeviceImplementation__Alternatives_13_1"
- // $ANTLR start "rule__DeviceImplementation__Alternatives_12_1_0"
- // InternalAadl2Parser.g:13697:1: rule__DeviceImplementation__Alternatives_12_1_0 : ( ( ( rule__DeviceImplementation__OwnedModeAssignment_12_1_0_0 ) ) | ( ( rule__DeviceImplementation__OwnedModeTransitionAssignment_12_1_0_1 ) ) );
- public final void rule__DeviceImplementation__Alternatives_12_1_0() throws RecognitionException {
+ // $ANTLR start "rule__DeviceImplementation__Alternatives_13_1_0"
+ // InternalAadl2Parser.g:12747:1: rule__DeviceImplementation__Alternatives_13_1_0 : ( ( ( rule__DeviceImplementation__OwnedModeAssignment_13_1_0_0 ) ) | ( ( rule__DeviceImplementation__OwnedModeTransitionAssignment_13_1_0_1 ) ) );
+ public final void rule__DeviceImplementation__Alternatives_13_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13701:1: ( ( ( rule__DeviceImplementation__OwnedModeAssignment_12_1_0_0 ) ) | ( ( rule__DeviceImplementation__OwnedModeTransitionAssignment_12_1_0_1 ) ) )
+ // InternalAadl2Parser.g:12751:1: ( ( ( rule__DeviceImplementation__OwnedModeAssignment_13_1_0_0 ) ) | ( ( rule__DeviceImplementation__OwnedModeTransitionAssignment_13_1_0_1 ) ) )
int alt367=2;
int LA367_0 = input.LA(1);
@@ -63713,24 +60910,24 @@ else if ( (LA367_3==RULE_ID) ) {
}
switch (alt367) {
case 1 :
- // InternalAadl2Parser.g:13702:2: ( ( rule__DeviceImplementation__OwnedModeAssignment_12_1_0_0 ) )
+ // InternalAadl2Parser.g:12752:2: ( ( rule__DeviceImplementation__OwnedModeAssignment_13_1_0_0 ) )
{
- // InternalAadl2Parser.g:13702:2: ( ( rule__DeviceImplementation__OwnedModeAssignment_12_1_0_0 ) )
- // InternalAadl2Parser.g:13703:3: ( rule__DeviceImplementation__OwnedModeAssignment_12_1_0_0 )
+ // InternalAadl2Parser.g:12752:2: ( ( rule__DeviceImplementation__OwnedModeAssignment_13_1_0_0 ) )
+ // InternalAadl2Parser.g:12753:3: ( rule__DeviceImplementation__OwnedModeAssignment_13_1_0_0 )
{
- before(grammarAccess.getDeviceImplementationAccess().getOwnedModeAssignment_12_1_0_0());
- // InternalAadl2Parser.g:13704:3: ( rule__DeviceImplementation__OwnedModeAssignment_12_1_0_0 )
- // InternalAadl2Parser.g:13704:4: rule__DeviceImplementation__OwnedModeAssignment_12_1_0_0
+ before(grammarAccess.getDeviceImplementationAccess().getOwnedModeAssignment_13_1_0_0());
+ // InternalAadl2Parser.g:12754:3: ( rule__DeviceImplementation__OwnedModeAssignment_13_1_0_0 )
+ // InternalAadl2Parser.g:12754:4: rule__DeviceImplementation__OwnedModeAssignment_13_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DeviceImplementation__OwnedModeAssignment_12_1_0_0();
+ rule__DeviceImplementation__OwnedModeAssignment_13_1_0_0();
state._fsp--;
}
- after(grammarAccess.getDeviceImplementationAccess().getOwnedModeAssignment_12_1_0_0());
+ after(grammarAccess.getDeviceImplementationAccess().getOwnedModeAssignment_13_1_0_0());
}
@@ -63738,24 +60935,24 @@ else if ( (LA367_3==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:13708:2: ( ( rule__DeviceImplementation__OwnedModeTransitionAssignment_12_1_0_1 ) )
+ // InternalAadl2Parser.g:12758:2: ( ( rule__DeviceImplementation__OwnedModeTransitionAssignment_13_1_0_1 ) )
{
- // InternalAadl2Parser.g:13708:2: ( ( rule__DeviceImplementation__OwnedModeTransitionAssignment_12_1_0_1 ) )
- // InternalAadl2Parser.g:13709:3: ( rule__DeviceImplementation__OwnedModeTransitionAssignment_12_1_0_1 )
+ // InternalAadl2Parser.g:12758:2: ( ( rule__DeviceImplementation__OwnedModeTransitionAssignment_13_1_0_1 ) )
+ // InternalAadl2Parser.g:12759:3: ( rule__DeviceImplementation__OwnedModeTransitionAssignment_13_1_0_1 )
{
- before(grammarAccess.getDeviceImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1());
- // InternalAadl2Parser.g:13710:3: ( rule__DeviceImplementation__OwnedModeTransitionAssignment_12_1_0_1 )
- // InternalAadl2Parser.g:13710:4: rule__DeviceImplementation__OwnedModeTransitionAssignment_12_1_0_1
+ before(grammarAccess.getDeviceImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1());
+ // InternalAadl2Parser.g:12760:3: ( rule__DeviceImplementation__OwnedModeTransitionAssignment_13_1_0_1 )
+ // InternalAadl2Parser.g:12760:4: rule__DeviceImplementation__OwnedModeTransitionAssignment_13_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DeviceImplementation__OwnedModeTransitionAssignment_12_1_0_1();
+ rule__DeviceImplementation__OwnedModeTransitionAssignment_13_1_0_1();
state._fsp--;
}
- after(grammarAccess.getDeviceImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1());
+ after(grammarAccess.getDeviceImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1());
}
@@ -63776,17 +60973,17 @@ else if ( (LA367_3==RULE_ID) ) {
}
return ;
}
- // $ANTLR end "rule__DeviceImplementation__Alternatives_12_1_0"
+ // $ANTLR end "rule__DeviceImplementation__Alternatives_13_1_0"
- // $ANTLR start "rule__DeviceImplementation__Alternatives_13_1"
- // InternalAadl2Parser.g:13718:1: rule__DeviceImplementation__Alternatives_13_1 : ( ( ( ( rule__DeviceImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__DeviceImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* ) ) | ( ( rule__DeviceImplementation__Group_13_1_1__0 ) ) );
- public final void rule__DeviceImplementation__Alternatives_13_1() throws RecognitionException {
+ // $ANTLR start "rule__DeviceImplementation__Alternatives_14_1"
+ // InternalAadl2Parser.g:12768:1: rule__DeviceImplementation__Alternatives_14_1 : ( ( ( ( rule__DeviceImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__DeviceImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* ) ) | ( ( rule__DeviceImplementation__Group_14_1_1__0 ) ) );
+ public final void rule__DeviceImplementation__Alternatives_14_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13722:1: ( ( ( ( rule__DeviceImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__DeviceImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* ) ) | ( ( rule__DeviceImplementation__Group_13_1_1__0 ) ) )
+ // InternalAadl2Parser.g:12772:1: ( ( ( ( rule__DeviceImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__DeviceImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* ) ) | ( ( rule__DeviceImplementation__Group_14_1_1__0 ) ) )
int alt369=2;
int LA369_0 = input.LA(1);
@@ -63804,35 +61001,35 @@ else if ( (LA369_0==None) ) {
}
switch (alt369) {
case 1 :
- // InternalAadl2Parser.g:13723:2: ( ( ( rule__DeviceImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__DeviceImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* ) )
+ // InternalAadl2Parser.g:12773:2: ( ( ( rule__DeviceImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__DeviceImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* ) )
{
- // InternalAadl2Parser.g:13723:2: ( ( ( rule__DeviceImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__DeviceImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* ) )
- // InternalAadl2Parser.g:13724:3: ( ( rule__DeviceImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__DeviceImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* )
+ // InternalAadl2Parser.g:12773:2: ( ( ( rule__DeviceImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__DeviceImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* ) )
+ // InternalAadl2Parser.g:12774:3: ( ( rule__DeviceImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__DeviceImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* )
{
- // InternalAadl2Parser.g:13724:3: ( ( rule__DeviceImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) )
- // InternalAadl2Parser.g:13725:4: ( rule__DeviceImplementation__OwnedPropertyAssociationAssignment_13_1_0 )
+ // InternalAadl2Parser.g:12774:3: ( ( rule__DeviceImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) )
+ // InternalAadl2Parser.g:12775:4: ( rule__DeviceImplementation__OwnedPropertyAssociationAssignment_14_1_0 )
{
- before(grammarAccess.getDeviceImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0());
- // InternalAadl2Parser.g:13726:4: ( rule__DeviceImplementation__OwnedPropertyAssociationAssignment_13_1_0 )
- // InternalAadl2Parser.g:13726:5: rule__DeviceImplementation__OwnedPropertyAssociationAssignment_13_1_0
+ before(grammarAccess.getDeviceImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0());
+ // InternalAadl2Parser.g:12776:4: ( rule__DeviceImplementation__OwnedPropertyAssociationAssignment_14_1_0 )
+ // InternalAadl2Parser.g:12776:5: rule__DeviceImplementation__OwnedPropertyAssociationAssignment_14_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__DeviceImplementation__OwnedPropertyAssociationAssignment_13_1_0();
+ rule__DeviceImplementation__OwnedPropertyAssociationAssignment_14_1_0();
state._fsp--;
}
- after(grammarAccess.getDeviceImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0());
+ after(grammarAccess.getDeviceImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0());
}
- // InternalAadl2Parser.g:13729:3: ( ( rule__DeviceImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* )
- // InternalAadl2Parser.g:13730:4: ( rule__DeviceImplementation__OwnedPropertyAssociationAssignment_13_1_0 )*
+ // InternalAadl2Parser.g:12779:3: ( ( rule__DeviceImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* )
+ // InternalAadl2Parser.g:12780:4: ( rule__DeviceImplementation__OwnedPropertyAssociationAssignment_14_1_0 )*
{
- before(grammarAccess.getDeviceImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0());
- // InternalAadl2Parser.g:13731:4: ( rule__DeviceImplementation__OwnedPropertyAssociationAssignment_13_1_0 )*
+ before(grammarAccess.getDeviceImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0());
+ // InternalAadl2Parser.g:12781:4: ( rule__DeviceImplementation__OwnedPropertyAssociationAssignment_14_1_0 )*
loop368:
do {
int alt368=2;
@@ -63845,10 +61042,10 @@ else if ( (LA369_0==None) ) {
switch (alt368) {
case 1 :
- // InternalAadl2Parser.g:13731:5: rule__DeviceImplementation__OwnedPropertyAssociationAssignment_13_1_0
+ // InternalAadl2Parser.g:12781:5: rule__DeviceImplementation__OwnedPropertyAssociationAssignment_14_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__DeviceImplementation__OwnedPropertyAssociationAssignment_13_1_0();
+ rule__DeviceImplementation__OwnedPropertyAssociationAssignment_14_1_0();
state._fsp--;
@@ -63861,7 +61058,7 @@ else if ( (LA369_0==None) ) {
}
} while (true);
- after(grammarAccess.getDeviceImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0());
+ after(grammarAccess.getDeviceImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0());
}
@@ -63872,24 +61069,24 @@ else if ( (LA369_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:13736:2: ( ( rule__DeviceImplementation__Group_13_1_1__0 ) )
+ // InternalAadl2Parser.g:12786:2: ( ( rule__DeviceImplementation__Group_14_1_1__0 ) )
{
- // InternalAadl2Parser.g:13736:2: ( ( rule__DeviceImplementation__Group_13_1_1__0 ) )
- // InternalAadl2Parser.g:13737:3: ( rule__DeviceImplementation__Group_13_1_1__0 )
+ // InternalAadl2Parser.g:12786:2: ( ( rule__DeviceImplementation__Group_14_1_1__0 ) )
+ // InternalAadl2Parser.g:12787:3: ( rule__DeviceImplementation__Group_14_1_1__0 )
{
- before(grammarAccess.getDeviceImplementationAccess().getGroup_13_1_1());
- // InternalAadl2Parser.g:13738:3: ( rule__DeviceImplementation__Group_13_1_1__0 )
- // InternalAadl2Parser.g:13738:4: rule__DeviceImplementation__Group_13_1_1__0
+ before(grammarAccess.getDeviceImplementationAccess().getGroup_14_1_1());
+ // InternalAadl2Parser.g:12788:3: ( rule__DeviceImplementation__Group_14_1_1__0 )
+ // InternalAadl2Parser.g:12788:4: rule__DeviceImplementation__Group_14_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DeviceImplementation__Group_13_1_1__0();
+ rule__DeviceImplementation__Group_14_1_1__0();
state._fsp--;
}
- after(grammarAccess.getDeviceImplementationAccess().getGroup_13_1_1());
+ after(grammarAccess.getDeviceImplementationAccess().getGroup_14_1_1());
}
@@ -63910,17 +61107,17 @@ else if ( (LA369_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__DeviceImplementation__Alternatives_13_1"
+ // $ANTLR end "rule__DeviceImplementation__Alternatives_14_1"
- // $ANTLR start "rule__MemoryImplementation__Alternatives_6_1"
- // InternalAadl2Parser.g:13746:1: rule__MemoryImplementation__Alternatives_6_1 : ( ( ( ( rule__MemoryImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__MemoryImplementation__OwnedPrototypeAssignment_6_1_0 )* ) ) | ( ( rule__MemoryImplementation__Group_6_1_1__0 ) ) );
- public final void rule__MemoryImplementation__Alternatives_6_1() throws RecognitionException {
+ // $ANTLR start "rule__MemoryImplementation__Alternatives_7_1"
+ // InternalAadl2Parser.g:12796:1: rule__MemoryImplementation__Alternatives_7_1 : ( ( ( ( rule__MemoryImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__MemoryImplementation__OwnedPrototypeAssignment_7_1_0 )* ) ) | ( ( rule__MemoryImplementation__Group_7_1_1__0 ) ) );
+ public final void rule__MemoryImplementation__Alternatives_7_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13750:1: ( ( ( ( rule__MemoryImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__MemoryImplementation__OwnedPrototypeAssignment_6_1_0 )* ) ) | ( ( rule__MemoryImplementation__Group_6_1_1__0 ) ) )
+ // InternalAadl2Parser.g:12800:1: ( ( ( ( rule__MemoryImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__MemoryImplementation__OwnedPrototypeAssignment_7_1_0 )* ) ) | ( ( rule__MemoryImplementation__Group_7_1_1__0 ) ) )
int alt371=2;
int LA371_0 = input.LA(1);
@@ -63938,35 +61135,35 @@ else if ( (LA371_0==None) ) {
}
switch (alt371) {
case 1 :
- // InternalAadl2Parser.g:13751:2: ( ( ( rule__MemoryImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__MemoryImplementation__OwnedPrototypeAssignment_6_1_0 )* ) )
+ // InternalAadl2Parser.g:12801:2: ( ( ( rule__MemoryImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__MemoryImplementation__OwnedPrototypeAssignment_7_1_0 )* ) )
{
- // InternalAadl2Parser.g:13751:2: ( ( ( rule__MemoryImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__MemoryImplementation__OwnedPrototypeAssignment_6_1_0 )* ) )
- // InternalAadl2Parser.g:13752:3: ( ( rule__MemoryImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__MemoryImplementation__OwnedPrototypeAssignment_6_1_0 )* )
+ // InternalAadl2Parser.g:12801:2: ( ( ( rule__MemoryImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__MemoryImplementation__OwnedPrototypeAssignment_7_1_0 )* ) )
+ // InternalAadl2Parser.g:12802:3: ( ( rule__MemoryImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__MemoryImplementation__OwnedPrototypeAssignment_7_1_0 )* )
{
- // InternalAadl2Parser.g:13752:3: ( ( rule__MemoryImplementation__OwnedPrototypeAssignment_6_1_0 ) )
- // InternalAadl2Parser.g:13753:4: ( rule__MemoryImplementation__OwnedPrototypeAssignment_6_1_0 )
+ // InternalAadl2Parser.g:12802:3: ( ( rule__MemoryImplementation__OwnedPrototypeAssignment_7_1_0 ) )
+ // InternalAadl2Parser.g:12803:4: ( rule__MemoryImplementation__OwnedPrototypeAssignment_7_1_0 )
{
- before(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
- // InternalAadl2Parser.g:13754:4: ( rule__MemoryImplementation__OwnedPrototypeAssignment_6_1_0 )
- // InternalAadl2Parser.g:13754:5: rule__MemoryImplementation__OwnedPrototypeAssignment_6_1_0
+ before(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
+ // InternalAadl2Parser.g:12804:4: ( rule__MemoryImplementation__OwnedPrototypeAssignment_7_1_0 )
+ // InternalAadl2Parser.g:12804:5: rule__MemoryImplementation__OwnedPrototypeAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__MemoryImplementation__OwnedPrototypeAssignment_6_1_0();
+ rule__MemoryImplementation__OwnedPrototypeAssignment_7_1_0();
state._fsp--;
}
- after(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
+ after(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
}
- // InternalAadl2Parser.g:13757:3: ( ( rule__MemoryImplementation__OwnedPrototypeAssignment_6_1_0 )* )
- // InternalAadl2Parser.g:13758:4: ( rule__MemoryImplementation__OwnedPrototypeAssignment_6_1_0 )*
+ // InternalAadl2Parser.g:12807:3: ( ( rule__MemoryImplementation__OwnedPrototypeAssignment_7_1_0 )* )
+ // InternalAadl2Parser.g:12808:4: ( rule__MemoryImplementation__OwnedPrototypeAssignment_7_1_0 )*
{
- before(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
- // InternalAadl2Parser.g:13759:4: ( rule__MemoryImplementation__OwnedPrototypeAssignment_6_1_0 )*
+ before(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
+ // InternalAadl2Parser.g:12809:4: ( rule__MemoryImplementation__OwnedPrototypeAssignment_7_1_0 )*
loop370:
do {
int alt370=2;
@@ -63979,10 +61176,10 @@ else if ( (LA371_0==None) ) {
switch (alt370) {
case 1 :
- // InternalAadl2Parser.g:13759:5: rule__MemoryImplementation__OwnedPrototypeAssignment_6_1_0
+ // InternalAadl2Parser.g:12809:5: rule__MemoryImplementation__OwnedPrototypeAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__MemoryImplementation__OwnedPrototypeAssignment_6_1_0();
+ rule__MemoryImplementation__OwnedPrototypeAssignment_7_1_0();
state._fsp--;
@@ -63995,7 +61192,7 @@ else if ( (LA371_0==None) ) {
}
} while (true);
- after(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
+ after(grammarAccess.getMemoryImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
}
@@ -64006,24 +61203,24 @@ else if ( (LA371_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:13764:2: ( ( rule__MemoryImplementation__Group_6_1_1__0 ) )
+ // InternalAadl2Parser.g:12814:2: ( ( rule__MemoryImplementation__Group_7_1_1__0 ) )
{
- // InternalAadl2Parser.g:13764:2: ( ( rule__MemoryImplementation__Group_6_1_1__0 ) )
- // InternalAadl2Parser.g:13765:3: ( rule__MemoryImplementation__Group_6_1_1__0 )
+ // InternalAadl2Parser.g:12814:2: ( ( rule__MemoryImplementation__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:12815:3: ( rule__MemoryImplementation__Group_7_1_1__0 )
{
- before(grammarAccess.getMemoryImplementationAccess().getGroup_6_1_1());
- // InternalAadl2Parser.g:13766:3: ( rule__MemoryImplementation__Group_6_1_1__0 )
- // InternalAadl2Parser.g:13766:4: rule__MemoryImplementation__Group_6_1_1__0
+ before(grammarAccess.getMemoryImplementationAccess().getGroup_7_1_1());
+ // InternalAadl2Parser.g:12816:3: ( rule__MemoryImplementation__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:12816:4: rule__MemoryImplementation__Group_7_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__MemoryImplementation__Group_6_1_1__0();
+ rule__MemoryImplementation__Group_7_1_1__0();
state._fsp--;
}
- after(grammarAccess.getMemoryImplementationAccess().getGroup_6_1_1());
+ after(grammarAccess.getMemoryImplementationAccess().getGroup_7_1_1());
}
@@ -64044,17 +61241,17 @@ else if ( (LA371_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__MemoryImplementation__Alternatives_6_1"
+ // $ANTLR end "rule__MemoryImplementation__Alternatives_7_1"
- // $ANTLR start "rule__MemoryImplementation__Alternatives_7_1"
- // InternalAadl2Parser.g:13774:1: rule__MemoryImplementation__Alternatives_7_1 : ( ( ( ( rule__MemoryImplementation__Alternatives_7_1_0 ) ) ( ( rule__MemoryImplementation__Alternatives_7_1_0 )* ) ) | ( ( rule__MemoryImplementation__Group_7_1_1__0 ) ) );
- public final void rule__MemoryImplementation__Alternatives_7_1() throws RecognitionException {
+ // $ANTLR start "rule__MemoryImplementation__Alternatives_8_1"
+ // InternalAadl2Parser.g:12824:1: rule__MemoryImplementation__Alternatives_8_1 : ( ( ( ( rule__MemoryImplementation__Alternatives_8_1_0 ) ) ( ( rule__MemoryImplementation__Alternatives_8_1_0 )* ) ) | ( ( rule__MemoryImplementation__Group_8_1_1__0 ) ) );
+ public final void rule__MemoryImplementation__Alternatives_8_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13778:1: ( ( ( ( rule__MemoryImplementation__Alternatives_7_1_0 ) ) ( ( rule__MemoryImplementation__Alternatives_7_1_0 )* ) ) | ( ( rule__MemoryImplementation__Group_7_1_1__0 ) ) )
+ // InternalAadl2Parser.g:12828:1: ( ( ( ( rule__MemoryImplementation__Alternatives_8_1_0 ) ) ( ( rule__MemoryImplementation__Alternatives_8_1_0 )* ) ) | ( ( rule__MemoryImplementation__Group_8_1_1__0 ) ) )
int alt373=2;
int LA373_0 = input.LA(1);
@@ -64072,35 +61269,35 @@ else if ( (LA373_0==None) ) {
}
switch (alt373) {
case 1 :
- // InternalAadl2Parser.g:13779:2: ( ( ( rule__MemoryImplementation__Alternatives_7_1_0 ) ) ( ( rule__MemoryImplementation__Alternatives_7_1_0 )* ) )
+ // InternalAadl2Parser.g:12829:2: ( ( ( rule__MemoryImplementation__Alternatives_8_1_0 ) ) ( ( rule__MemoryImplementation__Alternatives_8_1_0 )* ) )
{
- // InternalAadl2Parser.g:13779:2: ( ( ( rule__MemoryImplementation__Alternatives_7_1_0 ) ) ( ( rule__MemoryImplementation__Alternatives_7_1_0 )* ) )
- // InternalAadl2Parser.g:13780:3: ( ( rule__MemoryImplementation__Alternatives_7_1_0 ) ) ( ( rule__MemoryImplementation__Alternatives_7_1_0 )* )
+ // InternalAadl2Parser.g:12829:2: ( ( ( rule__MemoryImplementation__Alternatives_8_1_0 ) ) ( ( rule__MemoryImplementation__Alternatives_8_1_0 )* ) )
+ // InternalAadl2Parser.g:12830:3: ( ( rule__MemoryImplementation__Alternatives_8_1_0 ) ) ( ( rule__MemoryImplementation__Alternatives_8_1_0 )* )
{
- // InternalAadl2Parser.g:13780:3: ( ( rule__MemoryImplementation__Alternatives_7_1_0 ) )
- // InternalAadl2Parser.g:13781:4: ( rule__MemoryImplementation__Alternatives_7_1_0 )
+ // InternalAadl2Parser.g:12830:3: ( ( rule__MemoryImplementation__Alternatives_8_1_0 ) )
+ // InternalAadl2Parser.g:12831:4: ( rule__MemoryImplementation__Alternatives_8_1_0 )
{
- before(grammarAccess.getMemoryImplementationAccess().getAlternatives_7_1_0());
- // InternalAadl2Parser.g:13782:4: ( rule__MemoryImplementation__Alternatives_7_1_0 )
- // InternalAadl2Parser.g:13782:5: rule__MemoryImplementation__Alternatives_7_1_0
+ before(grammarAccess.getMemoryImplementationAccess().getAlternatives_8_1_0());
+ // InternalAadl2Parser.g:12832:4: ( rule__MemoryImplementation__Alternatives_8_1_0 )
+ // InternalAadl2Parser.g:12832:5: rule__MemoryImplementation__Alternatives_8_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__MemoryImplementation__Alternatives_7_1_0();
+ rule__MemoryImplementation__Alternatives_8_1_0();
state._fsp--;
}
- after(grammarAccess.getMemoryImplementationAccess().getAlternatives_7_1_0());
+ after(grammarAccess.getMemoryImplementationAccess().getAlternatives_8_1_0());
}
- // InternalAadl2Parser.g:13785:3: ( ( rule__MemoryImplementation__Alternatives_7_1_0 )* )
- // InternalAadl2Parser.g:13786:4: ( rule__MemoryImplementation__Alternatives_7_1_0 )*
+ // InternalAadl2Parser.g:12835:3: ( ( rule__MemoryImplementation__Alternatives_8_1_0 )* )
+ // InternalAadl2Parser.g:12836:4: ( rule__MemoryImplementation__Alternatives_8_1_0 )*
{
- before(grammarAccess.getMemoryImplementationAccess().getAlternatives_7_1_0());
- // InternalAadl2Parser.g:13787:4: ( rule__MemoryImplementation__Alternatives_7_1_0 )*
+ before(grammarAccess.getMemoryImplementationAccess().getAlternatives_8_1_0());
+ // InternalAadl2Parser.g:12837:4: ( rule__MemoryImplementation__Alternatives_8_1_0 )*
loop372:
do {
int alt372=2;
@@ -64113,10 +61310,10 @@ else if ( (LA373_0==None) ) {
switch (alt372) {
case 1 :
- // InternalAadl2Parser.g:13787:5: rule__MemoryImplementation__Alternatives_7_1_0
+ // InternalAadl2Parser.g:12837:5: rule__MemoryImplementation__Alternatives_8_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__MemoryImplementation__Alternatives_7_1_0();
+ rule__MemoryImplementation__Alternatives_8_1_0();
state._fsp--;
@@ -64129,7 +61326,7 @@ else if ( (LA373_0==None) ) {
}
} while (true);
- after(grammarAccess.getMemoryImplementationAccess().getAlternatives_7_1_0());
+ after(grammarAccess.getMemoryImplementationAccess().getAlternatives_8_1_0());
}
@@ -64140,24 +61337,24 @@ else if ( (LA373_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:13792:2: ( ( rule__MemoryImplementation__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:12842:2: ( ( rule__MemoryImplementation__Group_8_1_1__0 ) )
{
- // InternalAadl2Parser.g:13792:2: ( ( rule__MemoryImplementation__Group_7_1_1__0 ) )
- // InternalAadl2Parser.g:13793:3: ( rule__MemoryImplementation__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:12842:2: ( ( rule__MemoryImplementation__Group_8_1_1__0 ) )
+ // InternalAadl2Parser.g:12843:3: ( rule__MemoryImplementation__Group_8_1_1__0 )
{
- before(grammarAccess.getMemoryImplementationAccess().getGroup_7_1_1());
- // InternalAadl2Parser.g:13794:3: ( rule__MemoryImplementation__Group_7_1_1__0 )
- // InternalAadl2Parser.g:13794:4: rule__MemoryImplementation__Group_7_1_1__0
+ before(grammarAccess.getMemoryImplementationAccess().getGroup_8_1_1());
+ // InternalAadl2Parser.g:12844:3: ( rule__MemoryImplementation__Group_8_1_1__0 )
+ // InternalAadl2Parser.g:12844:4: rule__MemoryImplementation__Group_8_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__MemoryImplementation__Group_7_1_1__0();
+ rule__MemoryImplementation__Group_8_1_1__0();
state._fsp--;
}
- after(grammarAccess.getMemoryImplementationAccess().getGroup_7_1_1());
+ after(grammarAccess.getMemoryImplementationAccess().getGroup_8_1_1());
}
@@ -64178,17 +61375,17 @@ else if ( (LA373_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__MemoryImplementation__Alternatives_7_1"
+ // $ANTLR end "rule__MemoryImplementation__Alternatives_8_1"
- // $ANTLR start "rule__MemoryImplementation__Alternatives_7_1_0"
- // InternalAadl2Parser.g:13802:1: rule__MemoryImplementation__Alternatives_7_1_0 : ( ( ( rule__MemoryImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 ) ) | ( ( rule__MemoryImplementation__OwnedMemorySubcomponentAssignment_7_1_0_1 ) ) | ( ( rule__MemoryImplementation__OwnedBusSubcomponentAssignment_7_1_0_2 ) ) );
- public final void rule__MemoryImplementation__Alternatives_7_1_0() throws RecognitionException {
+ // $ANTLR start "rule__MemoryImplementation__Alternatives_8_1_0"
+ // InternalAadl2Parser.g:12852:1: rule__MemoryImplementation__Alternatives_8_1_0 : ( ( ( rule__MemoryImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0 ) ) | ( ( rule__MemoryImplementation__OwnedMemorySubcomponentAssignment_8_1_0_1 ) ) | ( ( rule__MemoryImplementation__OwnedBusSubcomponentAssignment_8_1_0_2 ) ) );
+ public final void rule__MemoryImplementation__Alternatives_8_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13806:1: ( ( ( rule__MemoryImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 ) ) | ( ( rule__MemoryImplementation__OwnedMemorySubcomponentAssignment_7_1_0_1 ) ) | ( ( rule__MemoryImplementation__OwnedBusSubcomponentAssignment_7_1_0_2 ) ) )
+ // InternalAadl2Parser.g:12856:1: ( ( ( rule__MemoryImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0 ) ) | ( ( rule__MemoryImplementation__OwnedMemorySubcomponentAssignment_8_1_0_1 ) ) | ( ( rule__MemoryImplementation__OwnedBusSubcomponentAssignment_8_1_0_2 ) ) )
int alt374=3;
int LA374_0 = input.LA(1);
@@ -64203,11 +61400,6 @@ public final void rule__MemoryImplementation__Alternatives_7_1_0() throws Recogn
if ( (LA374_3==To) ) {
switch ( input.LA(5) ) {
- case Bus:
- {
- alt374=3;
- }
- break;
case Abstract:
{
alt374=1;
@@ -64218,6 +61410,11 @@ public final void rule__MemoryImplementation__Alternatives_7_1_0() throws Recogn
alt374=2;
}
break;
+ case Bus:
+ {
+ alt374=3;
+ }
+ break;
default:
NoViableAltException nvae =
new NoViableAltException("", 374, 7, input);
@@ -64234,9 +61431,9 @@ public final void rule__MemoryImplementation__Alternatives_7_1_0() throws Recogn
}
}
break;
- case Memory:
+ case Abstract:
{
- alt374=2;
+ alt374=1;
}
break;
case Bus:
@@ -64244,9 +61441,9 @@ public final void rule__MemoryImplementation__Alternatives_7_1_0() throws Recogn
alt374=3;
}
break;
- case Abstract:
+ case Memory:
{
- alt374=1;
+ alt374=2;
}
break;
default:
@@ -64272,24 +61469,24 @@ public final void rule__MemoryImplementation__Alternatives_7_1_0() throws Recogn
}
switch (alt374) {
case 1 :
- // InternalAadl2Parser.g:13807:2: ( ( rule__MemoryImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 ) )
+ // InternalAadl2Parser.g:12857:2: ( ( rule__MemoryImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0 ) )
{
- // InternalAadl2Parser.g:13807:2: ( ( rule__MemoryImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 ) )
- // InternalAadl2Parser.g:13808:3: ( rule__MemoryImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 )
+ // InternalAadl2Parser.g:12857:2: ( ( rule__MemoryImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0 ) )
+ // InternalAadl2Parser.g:12858:3: ( rule__MemoryImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0 )
{
- before(grammarAccess.getMemoryImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_0());
- // InternalAadl2Parser.g:13809:3: ( rule__MemoryImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 )
- // InternalAadl2Parser.g:13809:4: rule__MemoryImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0
+ before(grammarAccess.getMemoryImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_0());
+ // InternalAadl2Parser.g:12859:3: ( rule__MemoryImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0 )
+ // InternalAadl2Parser.g:12859:4: rule__MemoryImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__MemoryImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0();
+ rule__MemoryImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0();
state._fsp--;
}
- after(grammarAccess.getMemoryImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_0());
+ after(grammarAccess.getMemoryImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_0());
}
@@ -64297,24 +61494,24 @@ public final void rule__MemoryImplementation__Alternatives_7_1_0() throws Recogn
}
break;
case 2 :
- // InternalAadl2Parser.g:13813:2: ( ( rule__MemoryImplementation__OwnedMemorySubcomponentAssignment_7_1_0_1 ) )
+ // InternalAadl2Parser.g:12863:2: ( ( rule__MemoryImplementation__OwnedMemorySubcomponentAssignment_8_1_0_1 ) )
{
- // InternalAadl2Parser.g:13813:2: ( ( rule__MemoryImplementation__OwnedMemorySubcomponentAssignment_7_1_0_1 ) )
- // InternalAadl2Parser.g:13814:3: ( rule__MemoryImplementation__OwnedMemorySubcomponentAssignment_7_1_0_1 )
+ // InternalAadl2Parser.g:12863:2: ( ( rule__MemoryImplementation__OwnedMemorySubcomponentAssignment_8_1_0_1 ) )
+ // InternalAadl2Parser.g:12864:3: ( rule__MemoryImplementation__OwnedMemorySubcomponentAssignment_8_1_0_1 )
{
- before(grammarAccess.getMemoryImplementationAccess().getOwnedMemorySubcomponentAssignment_7_1_0_1());
- // InternalAadl2Parser.g:13815:3: ( rule__MemoryImplementation__OwnedMemorySubcomponentAssignment_7_1_0_1 )
- // InternalAadl2Parser.g:13815:4: rule__MemoryImplementation__OwnedMemorySubcomponentAssignment_7_1_0_1
+ before(grammarAccess.getMemoryImplementationAccess().getOwnedMemorySubcomponentAssignment_8_1_0_1());
+ // InternalAadl2Parser.g:12865:3: ( rule__MemoryImplementation__OwnedMemorySubcomponentAssignment_8_1_0_1 )
+ // InternalAadl2Parser.g:12865:4: rule__MemoryImplementation__OwnedMemorySubcomponentAssignment_8_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__MemoryImplementation__OwnedMemorySubcomponentAssignment_7_1_0_1();
+ rule__MemoryImplementation__OwnedMemorySubcomponentAssignment_8_1_0_1();
state._fsp--;
}
- after(grammarAccess.getMemoryImplementationAccess().getOwnedMemorySubcomponentAssignment_7_1_0_1());
+ after(grammarAccess.getMemoryImplementationAccess().getOwnedMemorySubcomponentAssignment_8_1_0_1());
}
@@ -64322,24 +61519,24 @@ public final void rule__MemoryImplementation__Alternatives_7_1_0() throws Recogn
}
break;
case 3 :
- // InternalAadl2Parser.g:13819:2: ( ( rule__MemoryImplementation__OwnedBusSubcomponentAssignment_7_1_0_2 ) )
+ // InternalAadl2Parser.g:12869:2: ( ( rule__MemoryImplementation__OwnedBusSubcomponentAssignment_8_1_0_2 ) )
{
- // InternalAadl2Parser.g:13819:2: ( ( rule__MemoryImplementation__OwnedBusSubcomponentAssignment_7_1_0_2 ) )
- // InternalAadl2Parser.g:13820:3: ( rule__MemoryImplementation__OwnedBusSubcomponentAssignment_7_1_0_2 )
+ // InternalAadl2Parser.g:12869:2: ( ( rule__MemoryImplementation__OwnedBusSubcomponentAssignment_8_1_0_2 ) )
+ // InternalAadl2Parser.g:12870:3: ( rule__MemoryImplementation__OwnedBusSubcomponentAssignment_8_1_0_2 )
{
- before(grammarAccess.getMemoryImplementationAccess().getOwnedBusSubcomponentAssignment_7_1_0_2());
- // InternalAadl2Parser.g:13821:3: ( rule__MemoryImplementation__OwnedBusSubcomponentAssignment_7_1_0_2 )
- // InternalAadl2Parser.g:13821:4: rule__MemoryImplementation__OwnedBusSubcomponentAssignment_7_1_0_2
+ before(grammarAccess.getMemoryImplementationAccess().getOwnedBusSubcomponentAssignment_8_1_0_2());
+ // InternalAadl2Parser.g:12871:3: ( rule__MemoryImplementation__OwnedBusSubcomponentAssignment_8_1_0_2 )
+ // InternalAadl2Parser.g:12871:4: rule__MemoryImplementation__OwnedBusSubcomponentAssignment_8_1_0_2
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__MemoryImplementation__OwnedBusSubcomponentAssignment_7_1_0_2();
+ rule__MemoryImplementation__OwnedBusSubcomponentAssignment_8_1_0_2();
state._fsp--;
}
- after(grammarAccess.getMemoryImplementationAccess().getOwnedBusSubcomponentAssignment_7_1_0_2());
+ after(grammarAccess.getMemoryImplementationAccess().getOwnedBusSubcomponentAssignment_8_1_0_2());
}
@@ -64360,17 +61557,17 @@ public final void rule__MemoryImplementation__Alternatives_7_1_0() throws Recogn
}
return ;
}
- // $ANTLR end "rule__MemoryImplementation__Alternatives_7_1_0"
+ // $ANTLR end "rule__MemoryImplementation__Alternatives_8_1_0"
- // $ANTLR start "rule__MemoryImplementation__Alternatives_8_1"
- // InternalAadl2Parser.g:13829:1: rule__MemoryImplementation__Alternatives_8_1 : ( ( ( rule__MemoryImplementation__OwnedEventSourceAssignment_8_1_0 ) ) | ( ( rule__MemoryImplementation__OwnedEventDataSourceAssignment_8_1_1 ) ) );
- public final void rule__MemoryImplementation__Alternatives_8_1() throws RecognitionException {
+ // $ANTLR start "rule__MemoryImplementation__Alternatives_9_2"
+ // InternalAadl2Parser.g:12879:1: rule__MemoryImplementation__Alternatives_9_2 : ( ( ( rule__MemoryImplementation__OwnedEventSourceAssignment_9_2_0 ) ) | ( ( rule__MemoryImplementation__OwnedEventDataSourceAssignment_9_2_1 ) ) );
+ public final void rule__MemoryImplementation__Alternatives_9_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13833:1: ( ( ( rule__MemoryImplementation__OwnedEventSourceAssignment_8_1_0 ) ) | ( ( rule__MemoryImplementation__OwnedEventDataSourceAssignment_8_1_1 ) ) )
+ // InternalAadl2Parser.g:12883:1: ( ( ( rule__MemoryImplementation__OwnedEventSourceAssignment_9_2_0 ) ) | ( ( rule__MemoryImplementation__OwnedEventDataSourceAssignment_9_2_1 ) ) )
int alt375=2;
int LA375_0 = input.LA(1);
@@ -64383,12 +61580,12 @@ public final void rule__MemoryImplementation__Alternatives_8_1() throws Recognit
if ( (LA375_2==Event) ) {
int LA375_3 = input.LA(4);
- if ( (LA375_3==Semicolon||LA375_3==LeftCurlyBracket) ) {
- alt375=1;
- }
- else if ( (LA375_3==Data) ) {
+ if ( (LA375_3==Data) ) {
alt375=2;
}
+ else if ( (LA375_3==Semicolon||LA375_3==LeftCurlyBracket) ) {
+ alt375=1;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 375, 3, input);
@@ -64418,24 +61615,24 @@ else if ( (LA375_3==Data) ) {
}
switch (alt375) {
case 1 :
- // InternalAadl2Parser.g:13834:2: ( ( rule__MemoryImplementation__OwnedEventSourceAssignment_8_1_0 ) )
+ // InternalAadl2Parser.g:12884:2: ( ( rule__MemoryImplementation__OwnedEventSourceAssignment_9_2_0 ) )
{
- // InternalAadl2Parser.g:13834:2: ( ( rule__MemoryImplementation__OwnedEventSourceAssignment_8_1_0 ) )
- // InternalAadl2Parser.g:13835:3: ( rule__MemoryImplementation__OwnedEventSourceAssignment_8_1_0 )
+ // InternalAadl2Parser.g:12884:2: ( ( rule__MemoryImplementation__OwnedEventSourceAssignment_9_2_0 ) )
+ // InternalAadl2Parser.g:12885:3: ( rule__MemoryImplementation__OwnedEventSourceAssignment_9_2_0 )
{
- before(grammarAccess.getMemoryImplementationAccess().getOwnedEventSourceAssignment_8_1_0());
- // InternalAadl2Parser.g:13836:3: ( rule__MemoryImplementation__OwnedEventSourceAssignment_8_1_0 )
- // InternalAadl2Parser.g:13836:4: rule__MemoryImplementation__OwnedEventSourceAssignment_8_1_0
+ before(grammarAccess.getMemoryImplementationAccess().getOwnedEventSourceAssignment_9_2_0());
+ // InternalAadl2Parser.g:12886:3: ( rule__MemoryImplementation__OwnedEventSourceAssignment_9_2_0 )
+ // InternalAadl2Parser.g:12886:4: rule__MemoryImplementation__OwnedEventSourceAssignment_9_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__MemoryImplementation__OwnedEventSourceAssignment_8_1_0();
+ rule__MemoryImplementation__OwnedEventSourceAssignment_9_2_0();
state._fsp--;
}
- after(grammarAccess.getMemoryImplementationAccess().getOwnedEventSourceAssignment_8_1_0());
+ after(grammarAccess.getMemoryImplementationAccess().getOwnedEventSourceAssignment_9_2_0());
}
@@ -64443,24 +61640,24 @@ else if ( (LA375_3==Data) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:13840:2: ( ( rule__MemoryImplementation__OwnedEventDataSourceAssignment_8_1_1 ) )
+ // InternalAadl2Parser.g:12890:2: ( ( rule__MemoryImplementation__OwnedEventDataSourceAssignment_9_2_1 ) )
{
- // InternalAadl2Parser.g:13840:2: ( ( rule__MemoryImplementation__OwnedEventDataSourceAssignment_8_1_1 ) )
- // InternalAadl2Parser.g:13841:3: ( rule__MemoryImplementation__OwnedEventDataSourceAssignment_8_1_1 )
+ // InternalAadl2Parser.g:12890:2: ( ( rule__MemoryImplementation__OwnedEventDataSourceAssignment_9_2_1 ) )
+ // InternalAadl2Parser.g:12891:3: ( rule__MemoryImplementation__OwnedEventDataSourceAssignment_9_2_1 )
{
- before(grammarAccess.getMemoryImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1());
- // InternalAadl2Parser.g:13842:3: ( rule__MemoryImplementation__OwnedEventDataSourceAssignment_8_1_1 )
- // InternalAadl2Parser.g:13842:4: rule__MemoryImplementation__OwnedEventDataSourceAssignment_8_1_1
+ before(grammarAccess.getMemoryImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1());
+ // InternalAadl2Parser.g:12892:3: ( rule__MemoryImplementation__OwnedEventDataSourceAssignment_9_2_1 )
+ // InternalAadl2Parser.g:12892:4: rule__MemoryImplementation__OwnedEventDataSourceAssignment_9_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__MemoryImplementation__OwnedEventDataSourceAssignment_8_1_1();
+ rule__MemoryImplementation__OwnedEventDataSourceAssignment_9_2_1();
state._fsp--;
}
- after(grammarAccess.getMemoryImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1());
+ after(grammarAccess.getMemoryImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1());
}
@@ -64481,17 +61678,17 @@ else if ( (LA375_3==Data) ) {
}
return ;
}
- // $ANTLR end "rule__MemoryImplementation__Alternatives_8_1"
+ // $ANTLR end "rule__MemoryImplementation__Alternatives_9_2"
- // $ANTLR start "rule__MemoryImplementation__Alternatives_9_1"
- // InternalAadl2Parser.g:13850:1: rule__MemoryImplementation__Alternatives_9_1 : ( ( ( ( rule__MemoryImplementation__Alternatives_9_1_0 ) ) ( ( rule__MemoryImplementation__Alternatives_9_1_0 )* ) ) | ( ( rule__MemoryImplementation__Group_9_1_1__0 ) ) );
- public final void rule__MemoryImplementation__Alternatives_9_1() throws RecognitionException {
+ // $ANTLR start "rule__MemoryImplementation__Alternatives_10_1"
+ // InternalAadl2Parser.g:12900:1: rule__MemoryImplementation__Alternatives_10_1 : ( ( ( ( rule__MemoryImplementation__Alternatives_10_1_0 ) ) ( ( rule__MemoryImplementation__Alternatives_10_1_0 )* ) ) | ( ( rule__MemoryImplementation__Group_10_1_1__0 ) ) );
+ public final void rule__MemoryImplementation__Alternatives_10_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13854:1: ( ( ( ( rule__MemoryImplementation__Alternatives_9_1_0 ) ) ( ( rule__MemoryImplementation__Alternatives_9_1_0 )* ) ) | ( ( rule__MemoryImplementation__Group_9_1_1__0 ) ) )
+ // InternalAadl2Parser.g:12904:1: ( ( ( ( rule__MemoryImplementation__Alternatives_10_1_0 ) ) ( ( rule__MemoryImplementation__Alternatives_10_1_0 )* ) ) | ( ( rule__MemoryImplementation__Group_10_1_1__0 ) ) )
int alt377=2;
int LA377_0 = input.LA(1);
@@ -64509,35 +61706,35 @@ else if ( (LA377_0==None) ) {
}
switch (alt377) {
case 1 :
- // InternalAadl2Parser.g:13855:2: ( ( ( rule__MemoryImplementation__Alternatives_9_1_0 ) ) ( ( rule__MemoryImplementation__Alternatives_9_1_0 )* ) )
+ // InternalAadl2Parser.g:12905:2: ( ( ( rule__MemoryImplementation__Alternatives_10_1_0 ) ) ( ( rule__MemoryImplementation__Alternatives_10_1_0 )* ) )
{
- // InternalAadl2Parser.g:13855:2: ( ( ( rule__MemoryImplementation__Alternatives_9_1_0 ) ) ( ( rule__MemoryImplementation__Alternatives_9_1_0 )* ) )
- // InternalAadl2Parser.g:13856:3: ( ( rule__MemoryImplementation__Alternatives_9_1_0 ) ) ( ( rule__MemoryImplementation__Alternatives_9_1_0 )* )
+ // InternalAadl2Parser.g:12905:2: ( ( ( rule__MemoryImplementation__Alternatives_10_1_0 ) ) ( ( rule__MemoryImplementation__Alternatives_10_1_0 )* ) )
+ // InternalAadl2Parser.g:12906:3: ( ( rule__MemoryImplementation__Alternatives_10_1_0 ) ) ( ( rule__MemoryImplementation__Alternatives_10_1_0 )* )
{
- // InternalAadl2Parser.g:13856:3: ( ( rule__MemoryImplementation__Alternatives_9_1_0 ) )
- // InternalAadl2Parser.g:13857:4: ( rule__MemoryImplementation__Alternatives_9_1_0 )
+ // InternalAadl2Parser.g:12906:3: ( ( rule__MemoryImplementation__Alternatives_10_1_0 ) )
+ // InternalAadl2Parser.g:12907:4: ( rule__MemoryImplementation__Alternatives_10_1_0 )
{
- before(grammarAccess.getMemoryImplementationAccess().getAlternatives_9_1_0());
- // InternalAadl2Parser.g:13858:4: ( rule__MemoryImplementation__Alternatives_9_1_0 )
- // InternalAadl2Parser.g:13858:5: rule__MemoryImplementation__Alternatives_9_1_0
+ before(grammarAccess.getMemoryImplementationAccess().getAlternatives_10_1_0());
+ // InternalAadl2Parser.g:12908:4: ( rule__MemoryImplementation__Alternatives_10_1_0 )
+ // InternalAadl2Parser.g:12908:5: rule__MemoryImplementation__Alternatives_10_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__MemoryImplementation__Alternatives_9_1_0();
+ rule__MemoryImplementation__Alternatives_10_1_0();
state._fsp--;
}
- after(grammarAccess.getMemoryImplementationAccess().getAlternatives_9_1_0());
+ after(grammarAccess.getMemoryImplementationAccess().getAlternatives_10_1_0());
}
- // InternalAadl2Parser.g:13861:3: ( ( rule__MemoryImplementation__Alternatives_9_1_0 )* )
- // InternalAadl2Parser.g:13862:4: ( rule__MemoryImplementation__Alternatives_9_1_0 )*
+ // InternalAadl2Parser.g:12911:3: ( ( rule__MemoryImplementation__Alternatives_10_1_0 )* )
+ // InternalAadl2Parser.g:12912:4: ( rule__MemoryImplementation__Alternatives_10_1_0 )*
{
- before(grammarAccess.getMemoryImplementationAccess().getAlternatives_9_1_0());
- // InternalAadl2Parser.g:13863:4: ( rule__MemoryImplementation__Alternatives_9_1_0 )*
+ before(grammarAccess.getMemoryImplementationAccess().getAlternatives_10_1_0());
+ // InternalAadl2Parser.g:12913:4: ( rule__MemoryImplementation__Alternatives_10_1_0 )*
loop376:
do {
int alt376=2;
@@ -64550,10 +61747,10 @@ else if ( (LA377_0==None) ) {
switch (alt376) {
case 1 :
- // InternalAadl2Parser.g:13863:5: rule__MemoryImplementation__Alternatives_9_1_0
+ // InternalAadl2Parser.g:12913:5: rule__MemoryImplementation__Alternatives_10_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__MemoryImplementation__Alternatives_9_1_0();
+ rule__MemoryImplementation__Alternatives_10_1_0();
state._fsp--;
@@ -64566,7 +61763,7 @@ else if ( (LA377_0==None) ) {
}
} while (true);
- after(grammarAccess.getMemoryImplementationAccess().getAlternatives_9_1_0());
+ after(grammarAccess.getMemoryImplementationAccess().getAlternatives_10_1_0());
}
@@ -64577,24 +61774,24 @@ else if ( (LA377_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:13868:2: ( ( rule__MemoryImplementation__Group_9_1_1__0 ) )
+ // InternalAadl2Parser.g:12918:2: ( ( rule__MemoryImplementation__Group_10_1_1__0 ) )
{
- // InternalAadl2Parser.g:13868:2: ( ( rule__MemoryImplementation__Group_9_1_1__0 ) )
- // InternalAadl2Parser.g:13869:3: ( rule__MemoryImplementation__Group_9_1_1__0 )
+ // InternalAadl2Parser.g:12918:2: ( ( rule__MemoryImplementation__Group_10_1_1__0 ) )
+ // InternalAadl2Parser.g:12919:3: ( rule__MemoryImplementation__Group_10_1_1__0 )
{
- before(grammarAccess.getMemoryImplementationAccess().getGroup_9_1_1());
- // InternalAadl2Parser.g:13870:3: ( rule__MemoryImplementation__Group_9_1_1__0 )
- // InternalAadl2Parser.g:13870:4: rule__MemoryImplementation__Group_9_1_1__0
+ before(grammarAccess.getMemoryImplementationAccess().getGroup_10_1_1());
+ // InternalAadl2Parser.g:12920:3: ( rule__MemoryImplementation__Group_10_1_1__0 )
+ // InternalAadl2Parser.g:12920:4: rule__MemoryImplementation__Group_10_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__MemoryImplementation__Group_9_1_1__0();
+ rule__MemoryImplementation__Group_10_1_1__0();
state._fsp--;
}
- after(grammarAccess.getMemoryImplementationAccess().getGroup_9_1_1());
+ after(grammarAccess.getMemoryImplementationAccess().getGroup_10_1_1());
}
@@ -64615,39 +61812,39 @@ else if ( (LA377_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__MemoryImplementation__Alternatives_9_1"
+ // $ANTLR end "rule__MemoryImplementation__Alternatives_10_1"
- // $ANTLR start "rule__MemoryImplementation__Alternatives_9_1_0"
- // InternalAadl2Parser.g:13878:1: rule__MemoryImplementation__Alternatives_9_1_0 : ( ( ( rule__MemoryImplementation__OwnedAccessConnectionAssignment_9_1_0_0 ) ) | ( ( rule__MemoryImplementation__OwnedFeatureGroupConnectionAssignment_9_1_0_1 ) ) | ( ( rule__MemoryImplementation__OwnedFeatureConnectionAssignment_9_1_0_2 ) ) );
- public final void rule__MemoryImplementation__Alternatives_9_1_0() throws RecognitionException {
+ // $ANTLR start "rule__MemoryImplementation__Alternatives_10_1_0"
+ // InternalAadl2Parser.g:12928:1: rule__MemoryImplementation__Alternatives_10_1_0 : ( ( ( rule__MemoryImplementation__OwnedAccessConnectionAssignment_10_1_0_0 ) ) | ( ( rule__MemoryImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1 ) ) | ( ( rule__MemoryImplementation__OwnedFeatureConnectionAssignment_10_1_0_2 ) ) );
+ public final void rule__MemoryImplementation__Alternatives_10_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13882:1: ( ( ( rule__MemoryImplementation__OwnedAccessConnectionAssignment_9_1_0_0 ) ) | ( ( rule__MemoryImplementation__OwnedFeatureGroupConnectionAssignment_9_1_0_1 ) ) | ( ( rule__MemoryImplementation__OwnedFeatureConnectionAssignment_9_1_0_2 ) ) )
+ // InternalAadl2Parser.g:12932:1: ( ( ( rule__MemoryImplementation__OwnedAccessConnectionAssignment_10_1_0_0 ) ) | ( ( rule__MemoryImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1 ) ) | ( ( rule__MemoryImplementation__OwnedFeatureConnectionAssignment_10_1_0_2 ) ) )
int alt378=3;
alt378 = dfa378.predict(input);
switch (alt378) {
case 1 :
- // InternalAadl2Parser.g:13883:2: ( ( rule__MemoryImplementation__OwnedAccessConnectionAssignment_9_1_0_0 ) )
+ // InternalAadl2Parser.g:12933:2: ( ( rule__MemoryImplementation__OwnedAccessConnectionAssignment_10_1_0_0 ) )
{
- // InternalAadl2Parser.g:13883:2: ( ( rule__MemoryImplementation__OwnedAccessConnectionAssignment_9_1_0_0 ) )
- // InternalAadl2Parser.g:13884:3: ( rule__MemoryImplementation__OwnedAccessConnectionAssignment_9_1_0_0 )
+ // InternalAadl2Parser.g:12933:2: ( ( rule__MemoryImplementation__OwnedAccessConnectionAssignment_10_1_0_0 ) )
+ // InternalAadl2Parser.g:12934:3: ( rule__MemoryImplementation__OwnedAccessConnectionAssignment_10_1_0_0 )
{
- before(grammarAccess.getMemoryImplementationAccess().getOwnedAccessConnectionAssignment_9_1_0_0());
- // InternalAadl2Parser.g:13885:3: ( rule__MemoryImplementation__OwnedAccessConnectionAssignment_9_1_0_0 )
- // InternalAadl2Parser.g:13885:4: rule__MemoryImplementation__OwnedAccessConnectionAssignment_9_1_0_0
+ before(grammarAccess.getMemoryImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_0());
+ // InternalAadl2Parser.g:12935:3: ( rule__MemoryImplementation__OwnedAccessConnectionAssignment_10_1_0_0 )
+ // InternalAadl2Parser.g:12935:4: rule__MemoryImplementation__OwnedAccessConnectionAssignment_10_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__MemoryImplementation__OwnedAccessConnectionAssignment_9_1_0_0();
+ rule__MemoryImplementation__OwnedAccessConnectionAssignment_10_1_0_0();
state._fsp--;
}
- after(grammarAccess.getMemoryImplementationAccess().getOwnedAccessConnectionAssignment_9_1_0_0());
+ after(grammarAccess.getMemoryImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_0());
}
@@ -64655,24 +61852,24 @@ public final void rule__MemoryImplementation__Alternatives_9_1_0() throws Recogn
}
break;
case 2 :
- // InternalAadl2Parser.g:13889:2: ( ( rule__MemoryImplementation__OwnedFeatureGroupConnectionAssignment_9_1_0_1 ) )
+ // InternalAadl2Parser.g:12939:2: ( ( rule__MemoryImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1 ) )
{
- // InternalAadl2Parser.g:13889:2: ( ( rule__MemoryImplementation__OwnedFeatureGroupConnectionAssignment_9_1_0_1 ) )
- // InternalAadl2Parser.g:13890:3: ( rule__MemoryImplementation__OwnedFeatureGroupConnectionAssignment_9_1_0_1 )
+ // InternalAadl2Parser.g:12939:2: ( ( rule__MemoryImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1 ) )
+ // InternalAadl2Parser.g:12940:3: ( rule__MemoryImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1 )
{
- before(grammarAccess.getMemoryImplementationAccess().getOwnedFeatureGroupConnectionAssignment_9_1_0_1());
- // InternalAadl2Parser.g:13891:3: ( rule__MemoryImplementation__OwnedFeatureGroupConnectionAssignment_9_1_0_1 )
- // InternalAadl2Parser.g:13891:4: rule__MemoryImplementation__OwnedFeatureGroupConnectionAssignment_9_1_0_1
+ before(grammarAccess.getMemoryImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_1());
+ // InternalAadl2Parser.g:12941:3: ( rule__MemoryImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1 )
+ // InternalAadl2Parser.g:12941:4: rule__MemoryImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__MemoryImplementation__OwnedFeatureGroupConnectionAssignment_9_1_0_1();
+ rule__MemoryImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1();
state._fsp--;
}
- after(grammarAccess.getMemoryImplementationAccess().getOwnedFeatureGroupConnectionAssignment_9_1_0_1());
+ after(grammarAccess.getMemoryImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_1());
}
@@ -64680,24 +61877,24 @@ public final void rule__MemoryImplementation__Alternatives_9_1_0() throws Recogn
}
break;
case 3 :
- // InternalAadl2Parser.g:13895:2: ( ( rule__MemoryImplementation__OwnedFeatureConnectionAssignment_9_1_0_2 ) )
+ // InternalAadl2Parser.g:12945:2: ( ( rule__MemoryImplementation__OwnedFeatureConnectionAssignment_10_1_0_2 ) )
{
- // InternalAadl2Parser.g:13895:2: ( ( rule__MemoryImplementation__OwnedFeatureConnectionAssignment_9_1_0_2 ) )
- // InternalAadl2Parser.g:13896:3: ( rule__MemoryImplementation__OwnedFeatureConnectionAssignment_9_1_0_2 )
+ // InternalAadl2Parser.g:12945:2: ( ( rule__MemoryImplementation__OwnedFeatureConnectionAssignment_10_1_0_2 ) )
+ // InternalAadl2Parser.g:12946:3: ( rule__MemoryImplementation__OwnedFeatureConnectionAssignment_10_1_0_2 )
{
- before(grammarAccess.getMemoryImplementationAccess().getOwnedFeatureConnectionAssignment_9_1_0_2());
- // InternalAadl2Parser.g:13897:3: ( rule__MemoryImplementation__OwnedFeatureConnectionAssignment_9_1_0_2 )
- // InternalAadl2Parser.g:13897:4: rule__MemoryImplementation__OwnedFeatureConnectionAssignment_9_1_0_2
+ before(grammarAccess.getMemoryImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_2());
+ // InternalAadl2Parser.g:12947:3: ( rule__MemoryImplementation__OwnedFeatureConnectionAssignment_10_1_0_2 )
+ // InternalAadl2Parser.g:12947:4: rule__MemoryImplementation__OwnedFeatureConnectionAssignment_10_1_0_2
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__MemoryImplementation__OwnedFeatureConnectionAssignment_9_1_0_2();
+ rule__MemoryImplementation__OwnedFeatureConnectionAssignment_10_1_0_2();
state._fsp--;
}
- after(grammarAccess.getMemoryImplementationAccess().getOwnedFeatureConnectionAssignment_9_1_0_2());
+ after(grammarAccess.getMemoryImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_2());
}
@@ -64718,17 +61915,17 @@ public final void rule__MemoryImplementation__Alternatives_9_1_0() throws Recogn
}
return ;
}
- // $ANTLR end "rule__MemoryImplementation__Alternatives_9_1_0"
+ // $ANTLR end "rule__MemoryImplementation__Alternatives_10_1_0"
- // $ANTLR start "rule__MemoryImplementation__Alternatives_10_1"
- // InternalAadl2Parser.g:13905:1: rule__MemoryImplementation__Alternatives_10_1 : ( ( ( ( rule__MemoryImplementation__Alternatives_10_1_0 ) ) ( ( rule__MemoryImplementation__Alternatives_10_1_0 )* ) ) | ( ( rule__MemoryImplementation__Group_10_1_1__0 ) ) );
- public final void rule__MemoryImplementation__Alternatives_10_1() throws RecognitionException {
+ // $ANTLR start "rule__MemoryImplementation__Alternatives_11_1"
+ // InternalAadl2Parser.g:12955:1: rule__MemoryImplementation__Alternatives_11_1 : ( ( ( ( rule__MemoryImplementation__Alternatives_11_1_0 ) ) ( ( rule__MemoryImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__MemoryImplementation__Group_11_1_1__0 ) ) );
+ public final void rule__MemoryImplementation__Alternatives_11_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13909:1: ( ( ( ( rule__MemoryImplementation__Alternatives_10_1_0 ) ) ( ( rule__MemoryImplementation__Alternatives_10_1_0 )* ) ) | ( ( rule__MemoryImplementation__Group_10_1_1__0 ) ) )
+ // InternalAadl2Parser.g:12959:1: ( ( ( ( rule__MemoryImplementation__Alternatives_11_1_0 ) ) ( ( rule__MemoryImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__MemoryImplementation__Group_11_1_1__0 ) ) )
int alt380=2;
int LA380_0 = input.LA(1);
@@ -64746,35 +61943,35 @@ else if ( (LA380_0==None) ) {
}
switch (alt380) {
case 1 :
- // InternalAadl2Parser.g:13910:2: ( ( ( rule__MemoryImplementation__Alternatives_10_1_0 ) ) ( ( rule__MemoryImplementation__Alternatives_10_1_0 )* ) )
+ // InternalAadl2Parser.g:12960:2: ( ( ( rule__MemoryImplementation__Alternatives_11_1_0 ) ) ( ( rule__MemoryImplementation__Alternatives_11_1_0 )* ) )
{
- // InternalAadl2Parser.g:13910:2: ( ( ( rule__MemoryImplementation__Alternatives_10_1_0 ) ) ( ( rule__MemoryImplementation__Alternatives_10_1_0 )* ) )
- // InternalAadl2Parser.g:13911:3: ( ( rule__MemoryImplementation__Alternatives_10_1_0 ) ) ( ( rule__MemoryImplementation__Alternatives_10_1_0 )* )
+ // InternalAadl2Parser.g:12960:2: ( ( ( rule__MemoryImplementation__Alternatives_11_1_0 ) ) ( ( rule__MemoryImplementation__Alternatives_11_1_0 )* ) )
+ // InternalAadl2Parser.g:12961:3: ( ( rule__MemoryImplementation__Alternatives_11_1_0 ) ) ( ( rule__MemoryImplementation__Alternatives_11_1_0 )* )
{
- // InternalAadl2Parser.g:13911:3: ( ( rule__MemoryImplementation__Alternatives_10_1_0 ) )
- // InternalAadl2Parser.g:13912:4: ( rule__MemoryImplementation__Alternatives_10_1_0 )
+ // InternalAadl2Parser.g:12961:3: ( ( rule__MemoryImplementation__Alternatives_11_1_0 ) )
+ // InternalAadl2Parser.g:12962:4: ( rule__MemoryImplementation__Alternatives_11_1_0 )
{
- before(grammarAccess.getMemoryImplementationAccess().getAlternatives_10_1_0());
- // InternalAadl2Parser.g:13913:4: ( rule__MemoryImplementation__Alternatives_10_1_0 )
- // InternalAadl2Parser.g:13913:5: rule__MemoryImplementation__Alternatives_10_1_0
+ before(grammarAccess.getMemoryImplementationAccess().getAlternatives_11_1_0());
+ // InternalAadl2Parser.g:12963:4: ( rule__MemoryImplementation__Alternatives_11_1_0 )
+ // InternalAadl2Parser.g:12963:5: rule__MemoryImplementation__Alternatives_11_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__MemoryImplementation__Alternatives_10_1_0();
+ rule__MemoryImplementation__Alternatives_11_1_0();
state._fsp--;
}
- after(grammarAccess.getMemoryImplementationAccess().getAlternatives_10_1_0());
+ after(grammarAccess.getMemoryImplementationAccess().getAlternatives_11_1_0());
}
- // InternalAadl2Parser.g:13916:3: ( ( rule__MemoryImplementation__Alternatives_10_1_0 )* )
- // InternalAadl2Parser.g:13917:4: ( rule__MemoryImplementation__Alternatives_10_1_0 )*
+ // InternalAadl2Parser.g:12966:3: ( ( rule__MemoryImplementation__Alternatives_11_1_0 )* )
+ // InternalAadl2Parser.g:12967:4: ( rule__MemoryImplementation__Alternatives_11_1_0 )*
{
- before(grammarAccess.getMemoryImplementationAccess().getAlternatives_10_1_0());
- // InternalAadl2Parser.g:13918:4: ( rule__MemoryImplementation__Alternatives_10_1_0 )*
+ before(grammarAccess.getMemoryImplementationAccess().getAlternatives_11_1_0());
+ // InternalAadl2Parser.g:12968:4: ( rule__MemoryImplementation__Alternatives_11_1_0 )*
loop379:
do {
int alt379=2;
@@ -64787,10 +61984,10 @@ else if ( (LA380_0==None) ) {
switch (alt379) {
case 1 :
- // InternalAadl2Parser.g:13918:5: rule__MemoryImplementation__Alternatives_10_1_0
+ // InternalAadl2Parser.g:12968:5: rule__MemoryImplementation__Alternatives_11_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__MemoryImplementation__Alternatives_10_1_0();
+ rule__MemoryImplementation__Alternatives_11_1_0();
state._fsp--;
@@ -64803,7 +62000,7 @@ else if ( (LA380_0==None) ) {
}
} while (true);
- after(grammarAccess.getMemoryImplementationAccess().getAlternatives_10_1_0());
+ after(grammarAccess.getMemoryImplementationAccess().getAlternatives_11_1_0());
}
@@ -64814,24 +62011,24 @@ else if ( (LA380_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:13923:2: ( ( rule__MemoryImplementation__Group_10_1_1__0 ) )
+ // InternalAadl2Parser.g:12973:2: ( ( rule__MemoryImplementation__Group_11_1_1__0 ) )
{
- // InternalAadl2Parser.g:13923:2: ( ( rule__MemoryImplementation__Group_10_1_1__0 ) )
- // InternalAadl2Parser.g:13924:3: ( rule__MemoryImplementation__Group_10_1_1__0 )
+ // InternalAadl2Parser.g:12973:2: ( ( rule__MemoryImplementation__Group_11_1_1__0 ) )
+ // InternalAadl2Parser.g:12974:3: ( rule__MemoryImplementation__Group_11_1_1__0 )
{
- before(grammarAccess.getMemoryImplementationAccess().getGroup_10_1_1());
- // InternalAadl2Parser.g:13925:3: ( rule__MemoryImplementation__Group_10_1_1__0 )
- // InternalAadl2Parser.g:13925:4: rule__MemoryImplementation__Group_10_1_1__0
+ before(grammarAccess.getMemoryImplementationAccess().getGroup_11_1_1());
+ // InternalAadl2Parser.g:12975:3: ( rule__MemoryImplementation__Group_11_1_1__0 )
+ // InternalAadl2Parser.g:12975:4: rule__MemoryImplementation__Group_11_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__MemoryImplementation__Group_10_1_1__0();
+ rule__MemoryImplementation__Group_11_1_1__0();
state._fsp--;
}
- after(grammarAccess.getMemoryImplementationAccess().getGroup_10_1_1());
+ after(grammarAccess.getMemoryImplementationAccess().getGroup_11_1_1());
}
@@ -64852,17 +62049,17 @@ else if ( (LA380_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__MemoryImplementation__Alternatives_10_1"
+ // $ANTLR end "rule__MemoryImplementation__Alternatives_11_1"
- // $ANTLR start "rule__MemoryImplementation__Alternatives_10_1_0"
- // InternalAadl2Parser.g:13933:1: rule__MemoryImplementation__Alternatives_10_1_0 : ( ( ( rule__MemoryImplementation__OwnedModeAssignment_10_1_0_0 ) ) | ( ( rule__MemoryImplementation__OwnedModeTransitionAssignment_10_1_0_1 ) ) );
- public final void rule__MemoryImplementation__Alternatives_10_1_0() throws RecognitionException {
+ // $ANTLR start "rule__MemoryImplementation__Alternatives_11_1_0"
+ // InternalAadl2Parser.g:12983:1: rule__MemoryImplementation__Alternatives_11_1_0 : ( ( ( rule__MemoryImplementation__OwnedModeAssignment_11_1_0_0 ) ) | ( ( rule__MemoryImplementation__OwnedModeTransitionAssignment_11_1_0_1 ) ) );
+ public final void rule__MemoryImplementation__Alternatives_11_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13937:1: ( ( ( rule__MemoryImplementation__OwnedModeAssignment_10_1_0_0 ) ) | ( ( rule__MemoryImplementation__OwnedModeTransitionAssignment_10_1_0_1 ) ) )
+ // InternalAadl2Parser.g:12987:1: ( ( ( rule__MemoryImplementation__OwnedModeAssignment_11_1_0_0 ) ) | ( ( rule__MemoryImplementation__OwnedModeTransitionAssignment_11_1_0_1 ) ) )
int alt381=2;
int LA381_0 = input.LA(1);
@@ -64903,24 +62100,24 @@ else if ( (LA381_3==RULE_ID) ) {
}
switch (alt381) {
case 1 :
- // InternalAadl2Parser.g:13938:2: ( ( rule__MemoryImplementation__OwnedModeAssignment_10_1_0_0 ) )
+ // InternalAadl2Parser.g:12988:2: ( ( rule__MemoryImplementation__OwnedModeAssignment_11_1_0_0 ) )
{
- // InternalAadl2Parser.g:13938:2: ( ( rule__MemoryImplementation__OwnedModeAssignment_10_1_0_0 ) )
- // InternalAadl2Parser.g:13939:3: ( rule__MemoryImplementation__OwnedModeAssignment_10_1_0_0 )
+ // InternalAadl2Parser.g:12988:2: ( ( rule__MemoryImplementation__OwnedModeAssignment_11_1_0_0 ) )
+ // InternalAadl2Parser.g:12989:3: ( rule__MemoryImplementation__OwnedModeAssignment_11_1_0_0 )
{
- before(grammarAccess.getMemoryImplementationAccess().getOwnedModeAssignment_10_1_0_0());
- // InternalAadl2Parser.g:13940:3: ( rule__MemoryImplementation__OwnedModeAssignment_10_1_0_0 )
- // InternalAadl2Parser.g:13940:4: rule__MemoryImplementation__OwnedModeAssignment_10_1_0_0
+ before(grammarAccess.getMemoryImplementationAccess().getOwnedModeAssignment_11_1_0_0());
+ // InternalAadl2Parser.g:12990:3: ( rule__MemoryImplementation__OwnedModeAssignment_11_1_0_0 )
+ // InternalAadl2Parser.g:12990:4: rule__MemoryImplementation__OwnedModeAssignment_11_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__MemoryImplementation__OwnedModeAssignment_10_1_0_0();
+ rule__MemoryImplementation__OwnedModeAssignment_11_1_0_0();
state._fsp--;
}
- after(grammarAccess.getMemoryImplementationAccess().getOwnedModeAssignment_10_1_0_0());
+ after(grammarAccess.getMemoryImplementationAccess().getOwnedModeAssignment_11_1_0_0());
}
@@ -64928,24 +62125,24 @@ else if ( (LA381_3==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:13944:2: ( ( rule__MemoryImplementation__OwnedModeTransitionAssignment_10_1_0_1 ) )
+ // InternalAadl2Parser.g:12994:2: ( ( rule__MemoryImplementation__OwnedModeTransitionAssignment_11_1_0_1 ) )
{
- // InternalAadl2Parser.g:13944:2: ( ( rule__MemoryImplementation__OwnedModeTransitionAssignment_10_1_0_1 ) )
- // InternalAadl2Parser.g:13945:3: ( rule__MemoryImplementation__OwnedModeTransitionAssignment_10_1_0_1 )
+ // InternalAadl2Parser.g:12994:2: ( ( rule__MemoryImplementation__OwnedModeTransitionAssignment_11_1_0_1 ) )
+ // InternalAadl2Parser.g:12995:3: ( rule__MemoryImplementation__OwnedModeTransitionAssignment_11_1_0_1 )
{
- before(grammarAccess.getMemoryImplementationAccess().getOwnedModeTransitionAssignment_10_1_0_1());
- // InternalAadl2Parser.g:13946:3: ( rule__MemoryImplementation__OwnedModeTransitionAssignment_10_1_0_1 )
- // InternalAadl2Parser.g:13946:4: rule__MemoryImplementation__OwnedModeTransitionAssignment_10_1_0_1
+ before(grammarAccess.getMemoryImplementationAccess().getOwnedModeTransitionAssignment_11_1_0_1());
+ // InternalAadl2Parser.g:12996:3: ( rule__MemoryImplementation__OwnedModeTransitionAssignment_11_1_0_1 )
+ // InternalAadl2Parser.g:12996:4: rule__MemoryImplementation__OwnedModeTransitionAssignment_11_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__MemoryImplementation__OwnedModeTransitionAssignment_10_1_0_1();
+ rule__MemoryImplementation__OwnedModeTransitionAssignment_11_1_0_1();
state._fsp--;
}
- after(grammarAccess.getMemoryImplementationAccess().getOwnedModeTransitionAssignment_10_1_0_1());
+ after(grammarAccess.getMemoryImplementationAccess().getOwnedModeTransitionAssignment_11_1_0_1());
}
@@ -64966,17 +62163,17 @@ else if ( (LA381_3==RULE_ID) ) {
}
return ;
}
- // $ANTLR end "rule__MemoryImplementation__Alternatives_10_1_0"
+ // $ANTLR end "rule__MemoryImplementation__Alternatives_11_1_0"
- // $ANTLR start "rule__MemoryImplementation__Alternatives_11_1"
- // InternalAadl2Parser.g:13954:1: rule__MemoryImplementation__Alternatives_11_1 : ( ( ( ( rule__MemoryImplementation__OwnedPropertyAssociationAssignment_11_1_0 ) ) ( ( rule__MemoryImplementation__OwnedPropertyAssociationAssignment_11_1_0 )* ) ) | ( ( rule__MemoryImplementation__Group_11_1_1__0 ) ) );
- public final void rule__MemoryImplementation__Alternatives_11_1() throws RecognitionException {
+ // $ANTLR start "rule__MemoryImplementation__Alternatives_12_1"
+ // InternalAadl2Parser.g:13004:1: rule__MemoryImplementation__Alternatives_12_1 : ( ( ( ( rule__MemoryImplementation__OwnedPropertyAssociationAssignment_12_1_0 ) ) ( ( rule__MemoryImplementation__OwnedPropertyAssociationAssignment_12_1_0 )* ) ) | ( ( rule__MemoryImplementation__Group_12_1_1__0 ) ) );
+ public final void rule__MemoryImplementation__Alternatives_12_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13958:1: ( ( ( ( rule__MemoryImplementation__OwnedPropertyAssociationAssignment_11_1_0 ) ) ( ( rule__MemoryImplementation__OwnedPropertyAssociationAssignment_11_1_0 )* ) ) | ( ( rule__MemoryImplementation__Group_11_1_1__0 ) ) )
+ // InternalAadl2Parser.g:13008:1: ( ( ( ( rule__MemoryImplementation__OwnedPropertyAssociationAssignment_12_1_0 ) ) ( ( rule__MemoryImplementation__OwnedPropertyAssociationAssignment_12_1_0 )* ) ) | ( ( rule__MemoryImplementation__Group_12_1_1__0 ) ) )
int alt383=2;
int LA383_0 = input.LA(1);
@@ -64994,35 +62191,35 @@ else if ( (LA383_0==None) ) {
}
switch (alt383) {
case 1 :
- // InternalAadl2Parser.g:13959:2: ( ( ( rule__MemoryImplementation__OwnedPropertyAssociationAssignment_11_1_0 ) ) ( ( rule__MemoryImplementation__OwnedPropertyAssociationAssignment_11_1_0 )* ) )
+ // InternalAadl2Parser.g:13009:2: ( ( ( rule__MemoryImplementation__OwnedPropertyAssociationAssignment_12_1_0 ) ) ( ( rule__MemoryImplementation__OwnedPropertyAssociationAssignment_12_1_0 )* ) )
{
- // InternalAadl2Parser.g:13959:2: ( ( ( rule__MemoryImplementation__OwnedPropertyAssociationAssignment_11_1_0 ) ) ( ( rule__MemoryImplementation__OwnedPropertyAssociationAssignment_11_1_0 )* ) )
- // InternalAadl2Parser.g:13960:3: ( ( rule__MemoryImplementation__OwnedPropertyAssociationAssignment_11_1_0 ) ) ( ( rule__MemoryImplementation__OwnedPropertyAssociationAssignment_11_1_0 )* )
+ // InternalAadl2Parser.g:13009:2: ( ( ( rule__MemoryImplementation__OwnedPropertyAssociationAssignment_12_1_0 ) ) ( ( rule__MemoryImplementation__OwnedPropertyAssociationAssignment_12_1_0 )* ) )
+ // InternalAadl2Parser.g:13010:3: ( ( rule__MemoryImplementation__OwnedPropertyAssociationAssignment_12_1_0 ) ) ( ( rule__MemoryImplementation__OwnedPropertyAssociationAssignment_12_1_0 )* )
{
- // InternalAadl2Parser.g:13960:3: ( ( rule__MemoryImplementation__OwnedPropertyAssociationAssignment_11_1_0 ) )
- // InternalAadl2Parser.g:13961:4: ( rule__MemoryImplementation__OwnedPropertyAssociationAssignment_11_1_0 )
+ // InternalAadl2Parser.g:13010:3: ( ( rule__MemoryImplementation__OwnedPropertyAssociationAssignment_12_1_0 ) )
+ // InternalAadl2Parser.g:13011:4: ( rule__MemoryImplementation__OwnedPropertyAssociationAssignment_12_1_0 )
{
- before(grammarAccess.getMemoryImplementationAccess().getOwnedPropertyAssociationAssignment_11_1_0());
- // InternalAadl2Parser.g:13962:4: ( rule__MemoryImplementation__OwnedPropertyAssociationAssignment_11_1_0 )
- // InternalAadl2Parser.g:13962:5: rule__MemoryImplementation__OwnedPropertyAssociationAssignment_11_1_0
+ before(grammarAccess.getMemoryImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0());
+ // InternalAadl2Parser.g:13012:4: ( rule__MemoryImplementation__OwnedPropertyAssociationAssignment_12_1_0 )
+ // InternalAadl2Parser.g:13012:5: rule__MemoryImplementation__OwnedPropertyAssociationAssignment_12_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__MemoryImplementation__OwnedPropertyAssociationAssignment_11_1_0();
+ rule__MemoryImplementation__OwnedPropertyAssociationAssignment_12_1_0();
state._fsp--;
}
- after(grammarAccess.getMemoryImplementationAccess().getOwnedPropertyAssociationAssignment_11_1_0());
+ after(grammarAccess.getMemoryImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0());
}
- // InternalAadl2Parser.g:13965:3: ( ( rule__MemoryImplementation__OwnedPropertyAssociationAssignment_11_1_0 )* )
- // InternalAadl2Parser.g:13966:4: ( rule__MemoryImplementation__OwnedPropertyAssociationAssignment_11_1_0 )*
+ // InternalAadl2Parser.g:13015:3: ( ( rule__MemoryImplementation__OwnedPropertyAssociationAssignment_12_1_0 )* )
+ // InternalAadl2Parser.g:13016:4: ( rule__MemoryImplementation__OwnedPropertyAssociationAssignment_12_1_0 )*
{
- before(grammarAccess.getMemoryImplementationAccess().getOwnedPropertyAssociationAssignment_11_1_0());
- // InternalAadl2Parser.g:13967:4: ( rule__MemoryImplementation__OwnedPropertyAssociationAssignment_11_1_0 )*
+ before(grammarAccess.getMemoryImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0());
+ // InternalAadl2Parser.g:13017:4: ( rule__MemoryImplementation__OwnedPropertyAssociationAssignment_12_1_0 )*
loop382:
do {
int alt382=2;
@@ -65035,10 +62232,10 @@ else if ( (LA383_0==None) ) {
switch (alt382) {
case 1 :
- // InternalAadl2Parser.g:13967:5: rule__MemoryImplementation__OwnedPropertyAssociationAssignment_11_1_0
+ // InternalAadl2Parser.g:13017:5: rule__MemoryImplementation__OwnedPropertyAssociationAssignment_12_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__MemoryImplementation__OwnedPropertyAssociationAssignment_11_1_0();
+ rule__MemoryImplementation__OwnedPropertyAssociationAssignment_12_1_0();
state._fsp--;
@@ -65051,7 +62248,7 @@ else if ( (LA383_0==None) ) {
}
} while (true);
- after(grammarAccess.getMemoryImplementationAccess().getOwnedPropertyAssociationAssignment_11_1_0());
+ after(grammarAccess.getMemoryImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0());
}
@@ -65062,24 +62259,24 @@ else if ( (LA383_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:13972:2: ( ( rule__MemoryImplementation__Group_11_1_1__0 ) )
+ // InternalAadl2Parser.g:13022:2: ( ( rule__MemoryImplementation__Group_12_1_1__0 ) )
{
- // InternalAadl2Parser.g:13972:2: ( ( rule__MemoryImplementation__Group_11_1_1__0 ) )
- // InternalAadl2Parser.g:13973:3: ( rule__MemoryImplementation__Group_11_1_1__0 )
+ // InternalAadl2Parser.g:13022:2: ( ( rule__MemoryImplementation__Group_12_1_1__0 ) )
+ // InternalAadl2Parser.g:13023:3: ( rule__MemoryImplementation__Group_12_1_1__0 )
{
- before(grammarAccess.getMemoryImplementationAccess().getGroup_11_1_1());
- // InternalAadl2Parser.g:13974:3: ( rule__MemoryImplementation__Group_11_1_1__0 )
- // InternalAadl2Parser.g:13974:4: rule__MemoryImplementation__Group_11_1_1__0
+ before(grammarAccess.getMemoryImplementationAccess().getGroup_12_1_1());
+ // InternalAadl2Parser.g:13024:3: ( rule__MemoryImplementation__Group_12_1_1__0 )
+ // InternalAadl2Parser.g:13024:4: rule__MemoryImplementation__Group_12_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__MemoryImplementation__Group_11_1_1__0();
+ rule__MemoryImplementation__Group_12_1_1__0();
state._fsp--;
}
- after(grammarAccess.getMemoryImplementationAccess().getGroup_11_1_1());
+ after(grammarAccess.getMemoryImplementationAccess().getGroup_12_1_1());
}
@@ -65100,17 +62297,17 @@ else if ( (LA383_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__MemoryImplementation__Alternatives_11_1"
+ // $ANTLR end "rule__MemoryImplementation__Alternatives_12_1"
- // $ANTLR start "rule__BusImplementation__Alternatives_6_1"
- // InternalAadl2Parser.g:13982:1: rule__BusImplementation__Alternatives_6_1 : ( ( ( ( rule__BusImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__BusImplementation__OwnedPrototypeAssignment_6_1_0 )* ) ) | ( ( rule__BusImplementation__Group_6_1_1__0 ) ) );
- public final void rule__BusImplementation__Alternatives_6_1() throws RecognitionException {
+ // $ANTLR start "rule__BusImplementation__Alternatives_7_1"
+ // InternalAadl2Parser.g:13032:1: rule__BusImplementation__Alternatives_7_1 : ( ( ( ( rule__BusImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__BusImplementation__OwnedPrototypeAssignment_7_1_0 )* ) ) | ( ( rule__BusImplementation__Group_7_1_1__0 ) ) );
+ public final void rule__BusImplementation__Alternatives_7_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:13986:1: ( ( ( ( rule__BusImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__BusImplementation__OwnedPrototypeAssignment_6_1_0 )* ) ) | ( ( rule__BusImplementation__Group_6_1_1__0 ) ) )
+ // InternalAadl2Parser.g:13036:1: ( ( ( ( rule__BusImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__BusImplementation__OwnedPrototypeAssignment_7_1_0 )* ) ) | ( ( rule__BusImplementation__Group_7_1_1__0 ) ) )
int alt385=2;
int LA385_0 = input.LA(1);
@@ -65128,35 +62325,35 @@ else if ( (LA385_0==None) ) {
}
switch (alt385) {
case 1 :
- // InternalAadl2Parser.g:13987:2: ( ( ( rule__BusImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__BusImplementation__OwnedPrototypeAssignment_6_1_0 )* ) )
+ // InternalAadl2Parser.g:13037:2: ( ( ( rule__BusImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__BusImplementation__OwnedPrototypeAssignment_7_1_0 )* ) )
{
- // InternalAadl2Parser.g:13987:2: ( ( ( rule__BusImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__BusImplementation__OwnedPrototypeAssignment_6_1_0 )* ) )
- // InternalAadl2Parser.g:13988:3: ( ( rule__BusImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__BusImplementation__OwnedPrototypeAssignment_6_1_0 )* )
+ // InternalAadl2Parser.g:13037:2: ( ( ( rule__BusImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__BusImplementation__OwnedPrototypeAssignment_7_1_0 )* ) )
+ // InternalAadl2Parser.g:13038:3: ( ( rule__BusImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__BusImplementation__OwnedPrototypeAssignment_7_1_0 )* )
{
- // InternalAadl2Parser.g:13988:3: ( ( rule__BusImplementation__OwnedPrototypeAssignment_6_1_0 ) )
- // InternalAadl2Parser.g:13989:4: ( rule__BusImplementation__OwnedPrototypeAssignment_6_1_0 )
+ // InternalAadl2Parser.g:13038:3: ( ( rule__BusImplementation__OwnedPrototypeAssignment_7_1_0 ) )
+ // InternalAadl2Parser.g:13039:4: ( rule__BusImplementation__OwnedPrototypeAssignment_7_1_0 )
{
- before(grammarAccess.getBusImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
- // InternalAadl2Parser.g:13990:4: ( rule__BusImplementation__OwnedPrototypeAssignment_6_1_0 )
- // InternalAadl2Parser.g:13990:5: rule__BusImplementation__OwnedPrototypeAssignment_6_1_0
+ before(grammarAccess.getBusImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
+ // InternalAadl2Parser.g:13040:4: ( rule__BusImplementation__OwnedPrototypeAssignment_7_1_0 )
+ // InternalAadl2Parser.g:13040:5: rule__BusImplementation__OwnedPrototypeAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__BusImplementation__OwnedPrototypeAssignment_6_1_0();
+ rule__BusImplementation__OwnedPrototypeAssignment_7_1_0();
state._fsp--;
}
- after(grammarAccess.getBusImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
+ after(grammarAccess.getBusImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
}
- // InternalAadl2Parser.g:13993:3: ( ( rule__BusImplementation__OwnedPrototypeAssignment_6_1_0 )* )
- // InternalAadl2Parser.g:13994:4: ( rule__BusImplementation__OwnedPrototypeAssignment_6_1_0 )*
+ // InternalAadl2Parser.g:13043:3: ( ( rule__BusImplementation__OwnedPrototypeAssignment_7_1_0 )* )
+ // InternalAadl2Parser.g:13044:4: ( rule__BusImplementation__OwnedPrototypeAssignment_7_1_0 )*
{
- before(grammarAccess.getBusImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
- // InternalAadl2Parser.g:13995:4: ( rule__BusImplementation__OwnedPrototypeAssignment_6_1_0 )*
+ before(grammarAccess.getBusImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
+ // InternalAadl2Parser.g:13045:4: ( rule__BusImplementation__OwnedPrototypeAssignment_7_1_0 )*
loop384:
do {
int alt384=2;
@@ -65169,10 +62366,10 @@ else if ( (LA385_0==None) ) {
switch (alt384) {
case 1 :
- // InternalAadl2Parser.g:13995:5: rule__BusImplementation__OwnedPrototypeAssignment_6_1_0
+ // InternalAadl2Parser.g:13045:5: rule__BusImplementation__OwnedPrototypeAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__BusImplementation__OwnedPrototypeAssignment_6_1_0();
+ rule__BusImplementation__OwnedPrototypeAssignment_7_1_0();
state._fsp--;
@@ -65185,7 +62382,7 @@ else if ( (LA385_0==None) ) {
}
} while (true);
- after(grammarAccess.getBusImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
+ after(grammarAccess.getBusImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
}
@@ -65196,24 +62393,24 @@ else if ( (LA385_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14000:2: ( ( rule__BusImplementation__Group_6_1_1__0 ) )
+ // InternalAadl2Parser.g:13050:2: ( ( rule__BusImplementation__Group_7_1_1__0 ) )
{
- // InternalAadl2Parser.g:14000:2: ( ( rule__BusImplementation__Group_6_1_1__0 ) )
- // InternalAadl2Parser.g:14001:3: ( rule__BusImplementation__Group_6_1_1__0 )
+ // InternalAadl2Parser.g:13050:2: ( ( rule__BusImplementation__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:13051:3: ( rule__BusImplementation__Group_7_1_1__0 )
{
- before(grammarAccess.getBusImplementationAccess().getGroup_6_1_1());
- // InternalAadl2Parser.g:14002:3: ( rule__BusImplementation__Group_6_1_1__0 )
- // InternalAadl2Parser.g:14002:4: rule__BusImplementation__Group_6_1_1__0
+ before(grammarAccess.getBusImplementationAccess().getGroup_7_1_1());
+ // InternalAadl2Parser.g:13052:3: ( rule__BusImplementation__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:13052:4: rule__BusImplementation__Group_7_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__BusImplementation__Group_6_1_1__0();
+ rule__BusImplementation__Group_7_1_1__0();
state._fsp--;
}
- after(grammarAccess.getBusImplementationAccess().getGroup_6_1_1());
+ after(grammarAccess.getBusImplementationAccess().getGroup_7_1_1());
}
@@ -65234,17 +62431,17 @@ else if ( (LA385_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__BusImplementation__Alternatives_6_1"
+ // $ANTLR end "rule__BusImplementation__Alternatives_7_1"
- // $ANTLR start "rule__BusImplementation__Alternatives_7_1"
- // InternalAadl2Parser.g:14010:1: rule__BusImplementation__Alternatives_7_1 : ( ( ( ( rule__BusImplementation__Alternatives_7_1_0 ) ) ( ( rule__BusImplementation__Alternatives_7_1_0 )* ) ) | ( ( rule__BusImplementation__Group_7_1_1__0 ) ) );
- public final void rule__BusImplementation__Alternatives_7_1() throws RecognitionException {
+ // $ANTLR start "rule__BusImplementation__Alternatives_8_1"
+ // InternalAadl2Parser.g:13060:1: rule__BusImplementation__Alternatives_8_1 : ( ( ( ( rule__BusImplementation__Alternatives_8_1_0 ) ) ( ( rule__BusImplementation__Alternatives_8_1_0 )* ) ) | ( ( rule__BusImplementation__Group_8_1_1__0 ) ) );
+ public final void rule__BusImplementation__Alternatives_8_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14014:1: ( ( ( ( rule__BusImplementation__Alternatives_7_1_0 ) ) ( ( rule__BusImplementation__Alternatives_7_1_0 )* ) ) | ( ( rule__BusImplementation__Group_7_1_1__0 ) ) )
+ // InternalAadl2Parser.g:13064:1: ( ( ( ( rule__BusImplementation__Alternatives_8_1_0 ) ) ( ( rule__BusImplementation__Alternatives_8_1_0 )* ) ) | ( ( rule__BusImplementation__Group_8_1_1__0 ) ) )
int alt387=2;
int LA387_0 = input.LA(1);
@@ -65262,35 +62459,35 @@ else if ( (LA387_0==None) ) {
}
switch (alt387) {
case 1 :
- // InternalAadl2Parser.g:14015:2: ( ( ( rule__BusImplementation__Alternatives_7_1_0 ) ) ( ( rule__BusImplementation__Alternatives_7_1_0 )* ) )
+ // InternalAadl2Parser.g:13065:2: ( ( ( rule__BusImplementation__Alternatives_8_1_0 ) ) ( ( rule__BusImplementation__Alternatives_8_1_0 )* ) )
{
- // InternalAadl2Parser.g:14015:2: ( ( ( rule__BusImplementation__Alternatives_7_1_0 ) ) ( ( rule__BusImplementation__Alternatives_7_1_0 )* ) )
- // InternalAadl2Parser.g:14016:3: ( ( rule__BusImplementation__Alternatives_7_1_0 ) ) ( ( rule__BusImplementation__Alternatives_7_1_0 )* )
+ // InternalAadl2Parser.g:13065:2: ( ( ( rule__BusImplementation__Alternatives_8_1_0 ) ) ( ( rule__BusImplementation__Alternatives_8_1_0 )* ) )
+ // InternalAadl2Parser.g:13066:3: ( ( rule__BusImplementation__Alternatives_8_1_0 ) ) ( ( rule__BusImplementation__Alternatives_8_1_0 )* )
{
- // InternalAadl2Parser.g:14016:3: ( ( rule__BusImplementation__Alternatives_7_1_0 ) )
- // InternalAadl2Parser.g:14017:4: ( rule__BusImplementation__Alternatives_7_1_0 )
+ // InternalAadl2Parser.g:13066:3: ( ( rule__BusImplementation__Alternatives_8_1_0 ) )
+ // InternalAadl2Parser.g:13067:4: ( rule__BusImplementation__Alternatives_8_1_0 )
{
- before(grammarAccess.getBusImplementationAccess().getAlternatives_7_1_0());
- // InternalAadl2Parser.g:14018:4: ( rule__BusImplementation__Alternatives_7_1_0 )
- // InternalAadl2Parser.g:14018:5: rule__BusImplementation__Alternatives_7_1_0
+ before(grammarAccess.getBusImplementationAccess().getAlternatives_8_1_0());
+ // InternalAadl2Parser.g:13068:4: ( rule__BusImplementation__Alternatives_8_1_0 )
+ // InternalAadl2Parser.g:13068:5: rule__BusImplementation__Alternatives_8_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__BusImplementation__Alternatives_7_1_0();
+ rule__BusImplementation__Alternatives_8_1_0();
state._fsp--;
}
- after(grammarAccess.getBusImplementationAccess().getAlternatives_7_1_0());
+ after(grammarAccess.getBusImplementationAccess().getAlternatives_8_1_0());
}
- // InternalAadl2Parser.g:14021:3: ( ( rule__BusImplementation__Alternatives_7_1_0 )* )
- // InternalAadl2Parser.g:14022:4: ( rule__BusImplementation__Alternatives_7_1_0 )*
+ // InternalAadl2Parser.g:13071:3: ( ( rule__BusImplementation__Alternatives_8_1_0 )* )
+ // InternalAadl2Parser.g:13072:4: ( rule__BusImplementation__Alternatives_8_1_0 )*
{
- before(grammarAccess.getBusImplementationAccess().getAlternatives_7_1_0());
- // InternalAadl2Parser.g:14023:4: ( rule__BusImplementation__Alternatives_7_1_0 )*
+ before(grammarAccess.getBusImplementationAccess().getAlternatives_8_1_0());
+ // InternalAadl2Parser.g:13073:4: ( rule__BusImplementation__Alternatives_8_1_0 )*
loop386:
do {
int alt386=2;
@@ -65303,10 +62500,10 @@ else if ( (LA387_0==None) ) {
switch (alt386) {
case 1 :
- // InternalAadl2Parser.g:14023:5: rule__BusImplementation__Alternatives_7_1_0
+ // InternalAadl2Parser.g:13073:5: rule__BusImplementation__Alternatives_8_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__BusImplementation__Alternatives_7_1_0();
+ rule__BusImplementation__Alternatives_8_1_0();
state._fsp--;
@@ -65319,7 +62516,7 @@ else if ( (LA387_0==None) ) {
}
} while (true);
- after(grammarAccess.getBusImplementationAccess().getAlternatives_7_1_0());
+ after(grammarAccess.getBusImplementationAccess().getAlternatives_8_1_0());
}
@@ -65330,24 +62527,24 @@ else if ( (LA387_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14028:2: ( ( rule__BusImplementation__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:13078:2: ( ( rule__BusImplementation__Group_8_1_1__0 ) )
{
- // InternalAadl2Parser.g:14028:2: ( ( rule__BusImplementation__Group_7_1_1__0 ) )
- // InternalAadl2Parser.g:14029:3: ( rule__BusImplementation__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:13078:2: ( ( rule__BusImplementation__Group_8_1_1__0 ) )
+ // InternalAadl2Parser.g:13079:3: ( rule__BusImplementation__Group_8_1_1__0 )
{
- before(grammarAccess.getBusImplementationAccess().getGroup_7_1_1());
- // InternalAadl2Parser.g:14030:3: ( rule__BusImplementation__Group_7_1_1__0 )
- // InternalAadl2Parser.g:14030:4: rule__BusImplementation__Group_7_1_1__0
+ before(grammarAccess.getBusImplementationAccess().getGroup_8_1_1());
+ // InternalAadl2Parser.g:13080:3: ( rule__BusImplementation__Group_8_1_1__0 )
+ // InternalAadl2Parser.g:13080:4: rule__BusImplementation__Group_8_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__BusImplementation__Group_7_1_1__0();
+ rule__BusImplementation__Group_8_1_1__0();
state._fsp--;
}
- after(grammarAccess.getBusImplementationAccess().getGroup_7_1_1());
+ after(grammarAccess.getBusImplementationAccess().getGroup_8_1_1());
}
@@ -65368,17 +62565,17 @@ else if ( (LA387_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__BusImplementation__Alternatives_7_1"
+ // $ANTLR end "rule__BusImplementation__Alternatives_8_1"
- // $ANTLR start "rule__BusImplementation__Alternatives_7_1_0"
- // InternalAadl2Parser.g:14038:1: rule__BusImplementation__Alternatives_7_1_0 : ( ( ( rule__BusImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 ) ) | ( ( rule__BusImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1 ) ) );
- public final void rule__BusImplementation__Alternatives_7_1_0() throws RecognitionException {
+ // $ANTLR start "rule__BusImplementation__Alternatives_8_1_0"
+ // InternalAadl2Parser.g:13088:1: rule__BusImplementation__Alternatives_8_1_0 : ( ( ( rule__BusImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0 ) ) | ( ( rule__BusImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_1 ) ) );
+ public final void rule__BusImplementation__Alternatives_8_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14042:1: ( ( ( rule__BusImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 ) ) | ( ( rule__BusImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1 ) ) )
+ // InternalAadl2Parser.g:13092:1: ( ( ( rule__BusImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0 ) ) | ( ( rule__BusImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_1 ) ) )
int alt388=2;
int LA388_0 = input.LA(1);
@@ -65387,11 +62584,16 @@ public final void rule__BusImplementation__Alternatives_7_1_0() throws Recogniti
if ( (LA388_1==Colon) ) {
switch ( input.LA(3) ) {
+ case Abstract:
+ {
+ alt388=1;
+ }
+ break;
case Refined:
{
- int LA388_3 = input.LA(4);
+ int LA388_4 = input.LA(4);
- if ( (LA388_3==To) ) {
+ if ( (LA388_4==To) ) {
int LA388_6 = input.LA(5);
if ( (LA388_6==Virtual) ) {
@@ -65409,17 +62611,12 @@ else if ( (LA388_6==Abstract) ) {
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 388, 3, input);
+ new NoViableAltException("", 388, 4, input);
throw nvae;
}
}
break;
- case Abstract:
- {
- alt388=1;
- }
- break;
case Virtual:
{
alt388=2;
@@ -65448,24 +62645,24 @@ else if ( (LA388_6==Abstract) ) {
}
switch (alt388) {
case 1 :
- // InternalAadl2Parser.g:14043:2: ( ( rule__BusImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 ) )
+ // InternalAadl2Parser.g:13093:2: ( ( rule__BusImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0 ) )
{
- // InternalAadl2Parser.g:14043:2: ( ( rule__BusImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 ) )
- // InternalAadl2Parser.g:14044:3: ( rule__BusImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 )
+ // InternalAadl2Parser.g:13093:2: ( ( rule__BusImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0 ) )
+ // InternalAadl2Parser.g:13094:3: ( rule__BusImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0 )
{
- before(grammarAccess.getBusImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_0());
- // InternalAadl2Parser.g:14045:3: ( rule__BusImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 )
- // InternalAadl2Parser.g:14045:4: rule__BusImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0
+ before(grammarAccess.getBusImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_0());
+ // InternalAadl2Parser.g:13095:3: ( rule__BusImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0 )
+ // InternalAadl2Parser.g:13095:4: rule__BusImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__BusImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0();
+ rule__BusImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0();
state._fsp--;
}
- after(grammarAccess.getBusImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_0());
+ after(grammarAccess.getBusImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_0());
}
@@ -65473,24 +62670,24 @@ else if ( (LA388_6==Abstract) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14049:2: ( ( rule__BusImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1 ) )
+ // InternalAadl2Parser.g:13099:2: ( ( rule__BusImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_1 ) )
{
- // InternalAadl2Parser.g:14049:2: ( ( rule__BusImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1 ) )
- // InternalAadl2Parser.g:14050:3: ( rule__BusImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1 )
+ // InternalAadl2Parser.g:13099:2: ( ( rule__BusImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_1 ) )
+ // InternalAadl2Parser.g:13100:3: ( rule__BusImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_1 )
{
- before(grammarAccess.getBusImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_1());
- // InternalAadl2Parser.g:14051:3: ( rule__BusImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1 )
- // InternalAadl2Parser.g:14051:4: rule__BusImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1
+ before(grammarAccess.getBusImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_8_1_0_1());
+ // InternalAadl2Parser.g:13101:3: ( rule__BusImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_1 )
+ // InternalAadl2Parser.g:13101:4: rule__BusImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__BusImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1();
+ rule__BusImplementation__OwnedVirtualBusSubcomponentAssignment_8_1_0_1();
state._fsp--;
}
- after(grammarAccess.getBusImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_1());
+ after(grammarAccess.getBusImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_8_1_0_1());
}
@@ -65511,17 +62708,17 @@ else if ( (LA388_6==Abstract) ) {
}
return ;
}
- // $ANTLR end "rule__BusImplementation__Alternatives_7_1_0"
+ // $ANTLR end "rule__BusImplementation__Alternatives_8_1_0"
- // $ANTLR start "rule__BusImplementation__Alternatives_8_1"
- // InternalAadl2Parser.g:14059:1: rule__BusImplementation__Alternatives_8_1 : ( ( ( rule__BusImplementation__OwnedEventSourceAssignment_8_1_0 ) ) | ( ( rule__BusImplementation__OwnedEventDataSourceAssignment_8_1_1 ) ) );
- public final void rule__BusImplementation__Alternatives_8_1() throws RecognitionException {
+ // $ANTLR start "rule__BusImplementation__Alternatives_9_2"
+ // InternalAadl2Parser.g:13109:1: rule__BusImplementation__Alternatives_9_2 : ( ( ( rule__BusImplementation__OwnedEventSourceAssignment_9_2_0 ) ) | ( ( rule__BusImplementation__OwnedEventDataSourceAssignment_9_2_1 ) ) );
+ public final void rule__BusImplementation__Alternatives_9_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14063:1: ( ( ( rule__BusImplementation__OwnedEventSourceAssignment_8_1_0 ) ) | ( ( rule__BusImplementation__OwnedEventDataSourceAssignment_8_1_1 ) ) )
+ // InternalAadl2Parser.g:13113:1: ( ( ( rule__BusImplementation__OwnedEventSourceAssignment_9_2_0 ) ) | ( ( rule__BusImplementation__OwnedEventDataSourceAssignment_9_2_1 ) ) )
int alt389=2;
int LA389_0 = input.LA(1);
@@ -65534,12 +62731,12 @@ public final void rule__BusImplementation__Alternatives_8_1() throws Recognition
if ( (LA389_2==Event) ) {
int LA389_3 = input.LA(4);
- if ( (LA389_3==Semicolon||LA389_3==LeftCurlyBracket) ) {
- alt389=1;
- }
- else if ( (LA389_3==Data) ) {
+ if ( (LA389_3==Data) ) {
alt389=2;
}
+ else if ( (LA389_3==Semicolon||LA389_3==LeftCurlyBracket) ) {
+ alt389=1;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 389, 3, input);
@@ -65569,24 +62766,24 @@ else if ( (LA389_3==Data) ) {
}
switch (alt389) {
case 1 :
- // InternalAadl2Parser.g:14064:2: ( ( rule__BusImplementation__OwnedEventSourceAssignment_8_1_0 ) )
+ // InternalAadl2Parser.g:13114:2: ( ( rule__BusImplementation__OwnedEventSourceAssignment_9_2_0 ) )
{
- // InternalAadl2Parser.g:14064:2: ( ( rule__BusImplementation__OwnedEventSourceAssignment_8_1_0 ) )
- // InternalAadl2Parser.g:14065:3: ( rule__BusImplementation__OwnedEventSourceAssignment_8_1_0 )
+ // InternalAadl2Parser.g:13114:2: ( ( rule__BusImplementation__OwnedEventSourceAssignment_9_2_0 ) )
+ // InternalAadl2Parser.g:13115:3: ( rule__BusImplementation__OwnedEventSourceAssignment_9_2_0 )
{
- before(grammarAccess.getBusImplementationAccess().getOwnedEventSourceAssignment_8_1_0());
- // InternalAadl2Parser.g:14066:3: ( rule__BusImplementation__OwnedEventSourceAssignment_8_1_0 )
- // InternalAadl2Parser.g:14066:4: rule__BusImplementation__OwnedEventSourceAssignment_8_1_0
+ before(grammarAccess.getBusImplementationAccess().getOwnedEventSourceAssignment_9_2_0());
+ // InternalAadl2Parser.g:13116:3: ( rule__BusImplementation__OwnedEventSourceAssignment_9_2_0 )
+ // InternalAadl2Parser.g:13116:4: rule__BusImplementation__OwnedEventSourceAssignment_9_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__BusImplementation__OwnedEventSourceAssignment_8_1_0();
+ rule__BusImplementation__OwnedEventSourceAssignment_9_2_0();
state._fsp--;
}
- after(grammarAccess.getBusImplementationAccess().getOwnedEventSourceAssignment_8_1_0());
+ after(grammarAccess.getBusImplementationAccess().getOwnedEventSourceAssignment_9_2_0());
}
@@ -65594,24 +62791,24 @@ else if ( (LA389_3==Data) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14070:2: ( ( rule__BusImplementation__OwnedEventDataSourceAssignment_8_1_1 ) )
+ // InternalAadl2Parser.g:13120:2: ( ( rule__BusImplementation__OwnedEventDataSourceAssignment_9_2_1 ) )
{
- // InternalAadl2Parser.g:14070:2: ( ( rule__BusImplementation__OwnedEventDataSourceAssignment_8_1_1 ) )
- // InternalAadl2Parser.g:14071:3: ( rule__BusImplementation__OwnedEventDataSourceAssignment_8_1_1 )
+ // InternalAadl2Parser.g:13120:2: ( ( rule__BusImplementation__OwnedEventDataSourceAssignment_9_2_1 ) )
+ // InternalAadl2Parser.g:13121:3: ( rule__BusImplementation__OwnedEventDataSourceAssignment_9_2_1 )
{
- before(grammarAccess.getBusImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1());
- // InternalAadl2Parser.g:14072:3: ( rule__BusImplementation__OwnedEventDataSourceAssignment_8_1_1 )
- // InternalAadl2Parser.g:14072:4: rule__BusImplementation__OwnedEventDataSourceAssignment_8_1_1
+ before(grammarAccess.getBusImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1());
+ // InternalAadl2Parser.g:13122:3: ( rule__BusImplementation__OwnedEventDataSourceAssignment_9_2_1 )
+ // InternalAadl2Parser.g:13122:4: rule__BusImplementation__OwnedEventDataSourceAssignment_9_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__BusImplementation__OwnedEventDataSourceAssignment_8_1_1();
+ rule__BusImplementation__OwnedEventDataSourceAssignment_9_2_1();
state._fsp--;
}
- after(grammarAccess.getBusImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1());
+ after(grammarAccess.getBusImplementationAccess().getOwnedEventDataSourceAssignment_9_2_1());
}
@@ -65632,17 +62829,17 @@ else if ( (LA389_3==Data) ) {
}
return ;
}
- // $ANTLR end "rule__BusImplementation__Alternatives_8_1"
+ // $ANTLR end "rule__BusImplementation__Alternatives_9_2"
- // $ANTLR start "rule__BusImplementation__Alternatives_9_1"
- // InternalAadl2Parser.g:14080:1: rule__BusImplementation__Alternatives_9_1 : ( ( ( ( rule__BusImplementation__Alternatives_9_1_0 ) ) ( ( rule__BusImplementation__Alternatives_9_1_0 )* ) ) | ( ( rule__BusImplementation__Group_9_1_1__0 ) ) );
- public final void rule__BusImplementation__Alternatives_9_1() throws RecognitionException {
+ // $ANTLR start "rule__BusImplementation__Alternatives_10_1"
+ // InternalAadl2Parser.g:13130:1: rule__BusImplementation__Alternatives_10_1 : ( ( ( ( rule__BusImplementation__Alternatives_10_1_0 ) ) ( ( rule__BusImplementation__Alternatives_10_1_0 )* ) ) | ( ( rule__BusImplementation__Group_10_1_1__0 ) ) );
+ public final void rule__BusImplementation__Alternatives_10_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14084:1: ( ( ( ( rule__BusImplementation__Alternatives_9_1_0 ) ) ( ( rule__BusImplementation__Alternatives_9_1_0 )* ) ) | ( ( rule__BusImplementation__Group_9_1_1__0 ) ) )
+ // InternalAadl2Parser.g:13134:1: ( ( ( ( rule__BusImplementation__Alternatives_10_1_0 ) ) ( ( rule__BusImplementation__Alternatives_10_1_0 )* ) ) | ( ( rule__BusImplementation__Group_10_1_1__0 ) ) )
int alt391=2;
int LA391_0 = input.LA(1);
@@ -65660,35 +62857,35 @@ else if ( (LA391_0==None) ) {
}
switch (alt391) {
case 1 :
- // InternalAadl2Parser.g:14085:2: ( ( ( rule__BusImplementation__Alternatives_9_1_0 ) ) ( ( rule__BusImplementation__Alternatives_9_1_0 )* ) )
+ // InternalAadl2Parser.g:13135:2: ( ( ( rule__BusImplementation__Alternatives_10_1_0 ) ) ( ( rule__BusImplementation__Alternatives_10_1_0 )* ) )
{
- // InternalAadl2Parser.g:14085:2: ( ( ( rule__BusImplementation__Alternatives_9_1_0 ) ) ( ( rule__BusImplementation__Alternatives_9_1_0 )* ) )
- // InternalAadl2Parser.g:14086:3: ( ( rule__BusImplementation__Alternatives_9_1_0 ) ) ( ( rule__BusImplementation__Alternatives_9_1_0 )* )
+ // InternalAadl2Parser.g:13135:2: ( ( ( rule__BusImplementation__Alternatives_10_1_0 ) ) ( ( rule__BusImplementation__Alternatives_10_1_0 )* ) )
+ // InternalAadl2Parser.g:13136:3: ( ( rule__BusImplementation__Alternatives_10_1_0 ) ) ( ( rule__BusImplementation__Alternatives_10_1_0 )* )
{
- // InternalAadl2Parser.g:14086:3: ( ( rule__BusImplementation__Alternatives_9_1_0 ) )
- // InternalAadl2Parser.g:14087:4: ( rule__BusImplementation__Alternatives_9_1_0 )
+ // InternalAadl2Parser.g:13136:3: ( ( rule__BusImplementation__Alternatives_10_1_0 ) )
+ // InternalAadl2Parser.g:13137:4: ( rule__BusImplementation__Alternatives_10_1_0 )
{
- before(grammarAccess.getBusImplementationAccess().getAlternatives_9_1_0());
- // InternalAadl2Parser.g:14088:4: ( rule__BusImplementation__Alternatives_9_1_0 )
- // InternalAadl2Parser.g:14088:5: rule__BusImplementation__Alternatives_9_1_0
+ before(grammarAccess.getBusImplementationAccess().getAlternatives_10_1_0());
+ // InternalAadl2Parser.g:13138:4: ( rule__BusImplementation__Alternatives_10_1_0 )
+ // InternalAadl2Parser.g:13138:5: rule__BusImplementation__Alternatives_10_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__BusImplementation__Alternatives_9_1_0();
+ rule__BusImplementation__Alternatives_10_1_0();
state._fsp--;
}
- after(grammarAccess.getBusImplementationAccess().getAlternatives_9_1_0());
+ after(grammarAccess.getBusImplementationAccess().getAlternatives_10_1_0());
}
- // InternalAadl2Parser.g:14091:3: ( ( rule__BusImplementation__Alternatives_9_1_0 )* )
- // InternalAadl2Parser.g:14092:4: ( rule__BusImplementation__Alternatives_9_1_0 )*
+ // InternalAadl2Parser.g:13141:3: ( ( rule__BusImplementation__Alternatives_10_1_0 )* )
+ // InternalAadl2Parser.g:13142:4: ( rule__BusImplementation__Alternatives_10_1_0 )*
{
- before(grammarAccess.getBusImplementationAccess().getAlternatives_9_1_0());
- // InternalAadl2Parser.g:14093:4: ( rule__BusImplementation__Alternatives_9_1_0 )*
+ before(grammarAccess.getBusImplementationAccess().getAlternatives_10_1_0());
+ // InternalAadl2Parser.g:13143:4: ( rule__BusImplementation__Alternatives_10_1_0 )*
loop390:
do {
int alt390=2;
@@ -65701,10 +62898,10 @@ else if ( (LA391_0==None) ) {
switch (alt390) {
case 1 :
- // InternalAadl2Parser.g:14093:5: rule__BusImplementation__Alternatives_9_1_0
+ // InternalAadl2Parser.g:13143:5: rule__BusImplementation__Alternatives_10_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__BusImplementation__Alternatives_9_1_0();
+ rule__BusImplementation__Alternatives_10_1_0();
state._fsp--;
@@ -65717,7 +62914,7 @@ else if ( (LA391_0==None) ) {
}
} while (true);
- after(grammarAccess.getBusImplementationAccess().getAlternatives_9_1_0());
+ after(grammarAccess.getBusImplementationAccess().getAlternatives_10_1_0());
}
@@ -65728,24 +62925,24 @@ else if ( (LA391_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14098:2: ( ( rule__BusImplementation__Group_9_1_1__0 ) )
+ // InternalAadl2Parser.g:13148:2: ( ( rule__BusImplementation__Group_10_1_1__0 ) )
{
- // InternalAadl2Parser.g:14098:2: ( ( rule__BusImplementation__Group_9_1_1__0 ) )
- // InternalAadl2Parser.g:14099:3: ( rule__BusImplementation__Group_9_1_1__0 )
+ // InternalAadl2Parser.g:13148:2: ( ( rule__BusImplementation__Group_10_1_1__0 ) )
+ // InternalAadl2Parser.g:13149:3: ( rule__BusImplementation__Group_10_1_1__0 )
{
- before(grammarAccess.getBusImplementationAccess().getGroup_9_1_1());
- // InternalAadl2Parser.g:14100:3: ( rule__BusImplementation__Group_9_1_1__0 )
- // InternalAadl2Parser.g:14100:4: rule__BusImplementation__Group_9_1_1__0
+ before(grammarAccess.getBusImplementationAccess().getGroup_10_1_1());
+ // InternalAadl2Parser.g:13150:3: ( rule__BusImplementation__Group_10_1_1__0 )
+ // InternalAadl2Parser.g:13150:4: rule__BusImplementation__Group_10_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__BusImplementation__Group_9_1_1__0();
+ rule__BusImplementation__Group_10_1_1__0();
state._fsp--;
}
- after(grammarAccess.getBusImplementationAccess().getGroup_9_1_1());
+ after(grammarAccess.getBusImplementationAccess().getGroup_10_1_1());
}
@@ -65766,42 +62963,42 @@ else if ( (LA391_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__BusImplementation__Alternatives_9_1"
+ // $ANTLR end "rule__BusImplementation__Alternatives_10_1"
- // $ANTLR start "rule__BusImplementation__Alternatives_9_1_0"
- // InternalAadl2Parser.g:14108:1: rule__BusImplementation__Alternatives_9_1_0 : ( ( ( rule__BusImplementation__OwnedModeAssignment_9_1_0_0 ) ) | ( ( rule__BusImplementation__OwnedModeTransitionAssignment_9_1_0_1 ) ) );
- public final void rule__BusImplementation__Alternatives_9_1_0() throws RecognitionException {
+ // $ANTLR start "rule__BusImplementation__Alternatives_10_1_0"
+ // InternalAadl2Parser.g:13158:1: rule__BusImplementation__Alternatives_10_1_0 : ( ( ( rule__BusImplementation__OwnedModeAssignment_10_1_0_0 ) ) | ( ( rule__BusImplementation__OwnedModeTransitionAssignment_10_1_0_1 ) ) );
+ public final void rule__BusImplementation__Alternatives_10_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14112:1: ( ( ( rule__BusImplementation__OwnedModeAssignment_9_1_0_0 ) ) | ( ( rule__BusImplementation__OwnedModeTransitionAssignment_9_1_0_1 ) ) )
+ // InternalAadl2Parser.g:13162:1: ( ( ( rule__BusImplementation__OwnedModeAssignment_10_1_0_0 ) ) | ( ( rule__BusImplementation__OwnedModeTransitionAssignment_10_1_0_1 ) ) )
int alt392=2;
int LA392_0 = input.LA(1);
if ( (LA392_0==RULE_ID) ) {
int LA392_1 = input.LA(2);
- if ( (LA392_1==Colon) ) {
- int LA392_2 = input.LA(3);
+ if ( (LA392_1==HyphenMinusLeftSquareBracket) ) {
+ alt392=2;
+ }
+ else if ( (LA392_1==Colon) ) {
+ int LA392_3 = input.LA(3);
- if ( (LA392_2==Initial||LA392_2==Mode) ) {
+ if ( (LA392_3==Initial||LA392_3==Mode) ) {
alt392=1;
}
- else if ( (LA392_2==RULE_ID) ) {
+ else if ( (LA392_3==RULE_ID) ) {
alt392=2;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 392, 2, input);
+ new NoViableAltException("", 392, 3, input);
throw nvae;
}
}
- else if ( (LA392_1==HyphenMinusLeftSquareBracket) ) {
- alt392=2;
- }
else {
NoViableAltException nvae =
new NoViableAltException("", 392, 1, input);
@@ -65817,24 +63014,24 @@ else if ( (LA392_1==HyphenMinusLeftSquareBracket) ) {
}
switch (alt392) {
case 1 :
- // InternalAadl2Parser.g:14113:2: ( ( rule__BusImplementation__OwnedModeAssignment_9_1_0_0 ) )
+ // InternalAadl2Parser.g:13163:2: ( ( rule__BusImplementation__OwnedModeAssignment_10_1_0_0 ) )
{
- // InternalAadl2Parser.g:14113:2: ( ( rule__BusImplementation__OwnedModeAssignment_9_1_0_0 ) )
- // InternalAadl2Parser.g:14114:3: ( rule__BusImplementation__OwnedModeAssignment_9_1_0_0 )
+ // InternalAadl2Parser.g:13163:2: ( ( rule__BusImplementation__OwnedModeAssignment_10_1_0_0 ) )
+ // InternalAadl2Parser.g:13164:3: ( rule__BusImplementation__OwnedModeAssignment_10_1_0_0 )
{
- before(grammarAccess.getBusImplementationAccess().getOwnedModeAssignment_9_1_0_0());
- // InternalAadl2Parser.g:14115:3: ( rule__BusImplementation__OwnedModeAssignment_9_1_0_0 )
- // InternalAadl2Parser.g:14115:4: rule__BusImplementation__OwnedModeAssignment_9_1_0_0
+ before(grammarAccess.getBusImplementationAccess().getOwnedModeAssignment_10_1_0_0());
+ // InternalAadl2Parser.g:13165:3: ( rule__BusImplementation__OwnedModeAssignment_10_1_0_0 )
+ // InternalAadl2Parser.g:13165:4: rule__BusImplementation__OwnedModeAssignment_10_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__BusImplementation__OwnedModeAssignment_9_1_0_0();
+ rule__BusImplementation__OwnedModeAssignment_10_1_0_0();
state._fsp--;
}
- after(grammarAccess.getBusImplementationAccess().getOwnedModeAssignment_9_1_0_0());
+ after(grammarAccess.getBusImplementationAccess().getOwnedModeAssignment_10_1_0_0());
}
@@ -65842,24 +63039,24 @@ else if ( (LA392_1==HyphenMinusLeftSquareBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14119:2: ( ( rule__BusImplementation__OwnedModeTransitionAssignment_9_1_0_1 ) )
+ // InternalAadl2Parser.g:13169:2: ( ( rule__BusImplementation__OwnedModeTransitionAssignment_10_1_0_1 ) )
{
- // InternalAadl2Parser.g:14119:2: ( ( rule__BusImplementation__OwnedModeTransitionAssignment_9_1_0_1 ) )
- // InternalAadl2Parser.g:14120:3: ( rule__BusImplementation__OwnedModeTransitionAssignment_9_1_0_1 )
+ // InternalAadl2Parser.g:13169:2: ( ( rule__BusImplementation__OwnedModeTransitionAssignment_10_1_0_1 ) )
+ // InternalAadl2Parser.g:13170:3: ( rule__BusImplementation__OwnedModeTransitionAssignment_10_1_0_1 )
{
- before(grammarAccess.getBusImplementationAccess().getOwnedModeTransitionAssignment_9_1_0_1());
- // InternalAadl2Parser.g:14121:3: ( rule__BusImplementation__OwnedModeTransitionAssignment_9_1_0_1 )
- // InternalAadl2Parser.g:14121:4: rule__BusImplementation__OwnedModeTransitionAssignment_9_1_0_1
+ before(grammarAccess.getBusImplementationAccess().getOwnedModeTransitionAssignment_10_1_0_1());
+ // InternalAadl2Parser.g:13171:3: ( rule__BusImplementation__OwnedModeTransitionAssignment_10_1_0_1 )
+ // InternalAadl2Parser.g:13171:4: rule__BusImplementation__OwnedModeTransitionAssignment_10_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__BusImplementation__OwnedModeTransitionAssignment_9_1_0_1();
+ rule__BusImplementation__OwnedModeTransitionAssignment_10_1_0_1();
state._fsp--;
}
- after(grammarAccess.getBusImplementationAccess().getOwnedModeTransitionAssignment_9_1_0_1());
+ after(grammarAccess.getBusImplementationAccess().getOwnedModeTransitionAssignment_10_1_0_1());
}
@@ -65880,17 +63077,17 @@ else if ( (LA392_1==HyphenMinusLeftSquareBracket) ) {
}
return ;
}
- // $ANTLR end "rule__BusImplementation__Alternatives_9_1_0"
+ // $ANTLR end "rule__BusImplementation__Alternatives_10_1_0"
- // $ANTLR start "rule__BusImplementation__Alternatives_10_1"
- // InternalAadl2Parser.g:14129:1: rule__BusImplementation__Alternatives_10_1 : ( ( ( ( rule__BusImplementation__OwnedPropertyAssociationAssignment_10_1_0 ) ) ( ( rule__BusImplementation__OwnedPropertyAssociationAssignment_10_1_0 )* ) ) | ( ( rule__BusImplementation__Group_10_1_1__0 ) ) );
- public final void rule__BusImplementation__Alternatives_10_1() throws RecognitionException {
+ // $ANTLR start "rule__BusImplementation__Alternatives_11_1"
+ // InternalAadl2Parser.g:13179:1: rule__BusImplementation__Alternatives_11_1 : ( ( ( ( rule__BusImplementation__OwnedPropertyAssociationAssignment_11_1_0 ) ) ( ( rule__BusImplementation__OwnedPropertyAssociationAssignment_11_1_0 )* ) ) | ( ( rule__BusImplementation__Group_11_1_1__0 ) ) );
+ public final void rule__BusImplementation__Alternatives_11_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14133:1: ( ( ( ( rule__BusImplementation__OwnedPropertyAssociationAssignment_10_1_0 ) ) ( ( rule__BusImplementation__OwnedPropertyAssociationAssignment_10_1_0 )* ) ) | ( ( rule__BusImplementation__Group_10_1_1__0 ) ) )
+ // InternalAadl2Parser.g:13183:1: ( ( ( ( rule__BusImplementation__OwnedPropertyAssociationAssignment_11_1_0 ) ) ( ( rule__BusImplementation__OwnedPropertyAssociationAssignment_11_1_0 )* ) ) | ( ( rule__BusImplementation__Group_11_1_1__0 ) ) )
int alt394=2;
int LA394_0 = input.LA(1);
@@ -65908,35 +63105,35 @@ else if ( (LA394_0==None) ) {
}
switch (alt394) {
case 1 :
- // InternalAadl2Parser.g:14134:2: ( ( ( rule__BusImplementation__OwnedPropertyAssociationAssignment_10_1_0 ) ) ( ( rule__BusImplementation__OwnedPropertyAssociationAssignment_10_1_0 )* ) )
+ // InternalAadl2Parser.g:13184:2: ( ( ( rule__BusImplementation__OwnedPropertyAssociationAssignment_11_1_0 ) ) ( ( rule__BusImplementation__OwnedPropertyAssociationAssignment_11_1_0 )* ) )
{
- // InternalAadl2Parser.g:14134:2: ( ( ( rule__BusImplementation__OwnedPropertyAssociationAssignment_10_1_0 ) ) ( ( rule__BusImplementation__OwnedPropertyAssociationAssignment_10_1_0 )* ) )
- // InternalAadl2Parser.g:14135:3: ( ( rule__BusImplementation__OwnedPropertyAssociationAssignment_10_1_0 ) ) ( ( rule__BusImplementation__OwnedPropertyAssociationAssignment_10_1_0 )* )
+ // InternalAadl2Parser.g:13184:2: ( ( ( rule__BusImplementation__OwnedPropertyAssociationAssignment_11_1_0 ) ) ( ( rule__BusImplementation__OwnedPropertyAssociationAssignment_11_1_0 )* ) )
+ // InternalAadl2Parser.g:13185:3: ( ( rule__BusImplementation__OwnedPropertyAssociationAssignment_11_1_0 ) ) ( ( rule__BusImplementation__OwnedPropertyAssociationAssignment_11_1_0 )* )
{
- // InternalAadl2Parser.g:14135:3: ( ( rule__BusImplementation__OwnedPropertyAssociationAssignment_10_1_0 ) )
- // InternalAadl2Parser.g:14136:4: ( rule__BusImplementation__OwnedPropertyAssociationAssignment_10_1_0 )
+ // InternalAadl2Parser.g:13185:3: ( ( rule__BusImplementation__OwnedPropertyAssociationAssignment_11_1_0 ) )
+ // InternalAadl2Parser.g:13186:4: ( rule__BusImplementation__OwnedPropertyAssociationAssignment_11_1_0 )
{
- before(grammarAccess.getBusImplementationAccess().getOwnedPropertyAssociationAssignment_10_1_0());
- // InternalAadl2Parser.g:14137:4: ( rule__BusImplementation__OwnedPropertyAssociationAssignment_10_1_0 )
- // InternalAadl2Parser.g:14137:5: rule__BusImplementation__OwnedPropertyAssociationAssignment_10_1_0
+ before(grammarAccess.getBusImplementationAccess().getOwnedPropertyAssociationAssignment_11_1_0());
+ // InternalAadl2Parser.g:13187:4: ( rule__BusImplementation__OwnedPropertyAssociationAssignment_11_1_0 )
+ // InternalAadl2Parser.g:13187:5: rule__BusImplementation__OwnedPropertyAssociationAssignment_11_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__BusImplementation__OwnedPropertyAssociationAssignment_10_1_0();
+ rule__BusImplementation__OwnedPropertyAssociationAssignment_11_1_0();
state._fsp--;
}
- after(grammarAccess.getBusImplementationAccess().getOwnedPropertyAssociationAssignment_10_1_0());
+ after(grammarAccess.getBusImplementationAccess().getOwnedPropertyAssociationAssignment_11_1_0());
}
- // InternalAadl2Parser.g:14140:3: ( ( rule__BusImplementation__OwnedPropertyAssociationAssignment_10_1_0 )* )
- // InternalAadl2Parser.g:14141:4: ( rule__BusImplementation__OwnedPropertyAssociationAssignment_10_1_0 )*
+ // InternalAadl2Parser.g:13190:3: ( ( rule__BusImplementation__OwnedPropertyAssociationAssignment_11_1_0 )* )
+ // InternalAadl2Parser.g:13191:4: ( rule__BusImplementation__OwnedPropertyAssociationAssignment_11_1_0 )*
{
- before(grammarAccess.getBusImplementationAccess().getOwnedPropertyAssociationAssignment_10_1_0());
- // InternalAadl2Parser.g:14142:4: ( rule__BusImplementation__OwnedPropertyAssociationAssignment_10_1_0 )*
+ before(grammarAccess.getBusImplementationAccess().getOwnedPropertyAssociationAssignment_11_1_0());
+ // InternalAadl2Parser.g:13192:4: ( rule__BusImplementation__OwnedPropertyAssociationAssignment_11_1_0 )*
loop393:
do {
int alt393=2;
@@ -65949,10 +63146,10 @@ else if ( (LA394_0==None) ) {
switch (alt393) {
case 1 :
- // InternalAadl2Parser.g:14142:5: rule__BusImplementation__OwnedPropertyAssociationAssignment_10_1_0
+ // InternalAadl2Parser.g:13192:5: rule__BusImplementation__OwnedPropertyAssociationAssignment_11_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__BusImplementation__OwnedPropertyAssociationAssignment_10_1_0();
+ rule__BusImplementation__OwnedPropertyAssociationAssignment_11_1_0();
state._fsp--;
@@ -65965,7 +63162,7 @@ else if ( (LA394_0==None) ) {
}
} while (true);
- after(grammarAccess.getBusImplementationAccess().getOwnedPropertyAssociationAssignment_10_1_0());
+ after(grammarAccess.getBusImplementationAccess().getOwnedPropertyAssociationAssignment_11_1_0());
}
@@ -65976,24 +63173,24 @@ else if ( (LA394_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14147:2: ( ( rule__BusImplementation__Group_10_1_1__0 ) )
+ // InternalAadl2Parser.g:13197:2: ( ( rule__BusImplementation__Group_11_1_1__0 ) )
{
- // InternalAadl2Parser.g:14147:2: ( ( rule__BusImplementation__Group_10_1_1__0 ) )
- // InternalAadl2Parser.g:14148:3: ( rule__BusImplementation__Group_10_1_1__0 )
+ // InternalAadl2Parser.g:13197:2: ( ( rule__BusImplementation__Group_11_1_1__0 ) )
+ // InternalAadl2Parser.g:13198:3: ( rule__BusImplementation__Group_11_1_1__0 )
{
- before(grammarAccess.getBusImplementationAccess().getGroup_10_1_1());
- // InternalAadl2Parser.g:14149:3: ( rule__BusImplementation__Group_10_1_1__0 )
- // InternalAadl2Parser.g:14149:4: rule__BusImplementation__Group_10_1_1__0
+ before(grammarAccess.getBusImplementationAccess().getGroup_11_1_1());
+ // InternalAadl2Parser.g:13199:3: ( rule__BusImplementation__Group_11_1_1__0 )
+ // InternalAadl2Parser.g:13199:4: rule__BusImplementation__Group_11_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__BusImplementation__Group_10_1_1__0();
+ rule__BusImplementation__Group_11_1_1__0();
state._fsp--;
}
- after(grammarAccess.getBusImplementationAccess().getGroup_10_1_1());
+ after(grammarAccess.getBusImplementationAccess().getGroup_11_1_1());
}
@@ -66014,17 +63211,17 @@ else if ( (LA394_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__BusImplementation__Alternatives_10_1"
+ // $ANTLR end "rule__BusImplementation__Alternatives_11_1"
- // $ANTLR start "rule__VirtualBusImplementation__Alternatives_6_1"
- // InternalAadl2Parser.g:14157:1: rule__VirtualBusImplementation__Alternatives_6_1 : ( ( ( ( rule__VirtualBusImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__VirtualBusImplementation__OwnedPrototypeAssignment_6_1_0 )* ) ) | ( ( rule__VirtualBusImplementation__Group_6_1_1__0 ) ) );
- public final void rule__VirtualBusImplementation__Alternatives_6_1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusImplementation__Alternatives_8_1"
+ // InternalAadl2Parser.g:13207:1: rule__VirtualBusImplementation__Alternatives_8_1 : ( ( ( ( rule__VirtualBusImplementation__OwnedPrototypeAssignment_8_1_0 ) ) ( ( rule__VirtualBusImplementation__OwnedPrototypeAssignment_8_1_0 )* ) ) | ( ( rule__VirtualBusImplementation__Group_8_1_1__0 ) ) );
+ public final void rule__VirtualBusImplementation__Alternatives_8_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14161:1: ( ( ( ( rule__VirtualBusImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__VirtualBusImplementation__OwnedPrototypeAssignment_6_1_0 )* ) ) | ( ( rule__VirtualBusImplementation__Group_6_1_1__0 ) ) )
+ // InternalAadl2Parser.g:13211:1: ( ( ( ( rule__VirtualBusImplementation__OwnedPrototypeAssignment_8_1_0 ) ) ( ( rule__VirtualBusImplementation__OwnedPrototypeAssignment_8_1_0 )* ) ) | ( ( rule__VirtualBusImplementation__Group_8_1_1__0 ) ) )
int alt396=2;
int LA396_0 = input.LA(1);
@@ -66042,35 +63239,35 @@ else if ( (LA396_0==None) ) {
}
switch (alt396) {
case 1 :
- // InternalAadl2Parser.g:14162:2: ( ( ( rule__VirtualBusImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__VirtualBusImplementation__OwnedPrototypeAssignment_6_1_0 )* ) )
+ // InternalAadl2Parser.g:13212:2: ( ( ( rule__VirtualBusImplementation__OwnedPrototypeAssignment_8_1_0 ) ) ( ( rule__VirtualBusImplementation__OwnedPrototypeAssignment_8_1_0 )* ) )
{
- // InternalAadl2Parser.g:14162:2: ( ( ( rule__VirtualBusImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__VirtualBusImplementation__OwnedPrototypeAssignment_6_1_0 )* ) )
- // InternalAadl2Parser.g:14163:3: ( ( rule__VirtualBusImplementation__OwnedPrototypeAssignment_6_1_0 ) ) ( ( rule__VirtualBusImplementation__OwnedPrototypeAssignment_6_1_0 )* )
+ // InternalAadl2Parser.g:13212:2: ( ( ( rule__VirtualBusImplementation__OwnedPrototypeAssignment_8_1_0 ) ) ( ( rule__VirtualBusImplementation__OwnedPrototypeAssignment_8_1_0 )* ) )
+ // InternalAadl2Parser.g:13213:3: ( ( rule__VirtualBusImplementation__OwnedPrototypeAssignment_8_1_0 ) ) ( ( rule__VirtualBusImplementation__OwnedPrototypeAssignment_8_1_0 )* )
{
- // InternalAadl2Parser.g:14163:3: ( ( rule__VirtualBusImplementation__OwnedPrototypeAssignment_6_1_0 ) )
- // InternalAadl2Parser.g:14164:4: ( rule__VirtualBusImplementation__OwnedPrototypeAssignment_6_1_0 )
+ // InternalAadl2Parser.g:13213:3: ( ( rule__VirtualBusImplementation__OwnedPrototypeAssignment_8_1_0 ) )
+ // InternalAadl2Parser.g:13214:4: ( rule__VirtualBusImplementation__OwnedPrototypeAssignment_8_1_0 )
{
- before(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
- // InternalAadl2Parser.g:14165:4: ( rule__VirtualBusImplementation__OwnedPrototypeAssignment_6_1_0 )
- // InternalAadl2Parser.g:14165:5: rule__VirtualBusImplementation__OwnedPrototypeAssignment_6_1_0
+ before(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeAssignment_8_1_0());
+ // InternalAadl2Parser.g:13215:4: ( rule__VirtualBusImplementation__OwnedPrototypeAssignment_8_1_0 )
+ // InternalAadl2Parser.g:13215:5: rule__VirtualBusImplementation__OwnedPrototypeAssignment_8_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualBusImplementation__OwnedPrototypeAssignment_6_1_0();
+ rule__VirtualBusImplementation__OwnedPrototypeAssignment_8_1_0();
state._fsp--;
}
- after(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
+ after(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeAssignment_8_1_0());
}
- // InternalAadl2Parser.g:14168:3: ( ( rule__VirtualBusImplementation__OwnedPrototypeAssignment_6_1_0 )* )
- // InternalAadl2Parser.g:14169:4: ( rule__VirtualBusImplementation__OwnedPrototypeAssignment_6_1_0 )*
+ // InternalAadl2Parser.g:13218:3: ( ( rule__VirtualBusImplementation__OwnedPrototypeAssignment_8_1_0 )* )
+ // InternalAadl2Parser.g:13219:4: ( rule__VirtualBusImplementation__OwnedPrototypeAssignment_8_1_0 )*
{
- before(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
- // InternalAadl2Parser.g:14170:4: ( rule__VirtualBusImplementation__OwnedPrototypeAssignment_6_1_0 )*
+ before(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeAssignment_8_1_0());
+ // InternalAadl2Parser.g:13220:4: ( rule__VirtualBusImplementation__OwnedPrototypeAssignment_8_1_0 )*
loop395:
do {
int alt395=2;
@@ -66083,10 +63280,10 @@ else if ( (LA396_0==None) ) {
switch (alt395) {
case 1 :
- // InternalAadl2Parser.g:14170:5: rule__VirtualBusImplementation__OwnedPrototypeAssignment_6_1_0
+ // InternalAadl2Parser.g:13220:5: rule__VirtualBusImplementation__OwnedPrototypeAssignment_8_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualBusImplementation__OwnedPrototypeAssignment_6_1_0();
+ rule__VirtualBusImplementation__OwnedPrototypeAssignment_8_1_0();
state._fsp--;
@@ -66099,7 +63296,7 @@ else if ( (LA396_0==None) ) {
}
} while (true);
- after(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeAssignment_6_1_0());
+ after(grammarAccess.getVirtualBusImplementationAccess().getOwnedPrototypeAssignment_8_1_0());
}
@@ -66110,24 +63307,24 @@ else if ( (LA396_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14175:2: ( ( rule__VirtualBusImplementation__Group_6_1_1__0 ) )
+ // InternalAadl2Parser.g:13225:2: ( ( rule__VirtualBusImplementation__Group_8_1_1__0 ) )
{
- // InternalAadl2Parser.g:14175:2: ( ( rule__VirtualBusImplementation__Group_6_1_1__0 ) )
- // InternalAadl2Parser.g:14176:3: ( rule__VirtualBusImplementation__Group_6_1_1__0 )
+ // InternalAadl2Parser.g:13225:2: ( ( rule__VirtualBusImplementation__Group_8_1_1__0 ) )
+ // InternalAadl2Parser.g:13226:3: ( rule__VirtualBusImplementation__Group_8_1_1__0 )
{
- before(grammarAccess.getVirtualBusImplementationAccess().getGroup_6_1_1());
- // InternalAadl2Parser.g:14177:3: ( rule__VirtualBusImplementation__Group_6_1_1__0 )
- // InternalAadl2Parser.g:14177:4: rule__VirtualBusImplementation__Group_6_1_1__0
+ before(grammarAccess.getVirtualBusImplementationAccess().getGroup_8_1_1());
+ // InternalAadl2Parser.g:13227:3: ( rule__VirtualBusImplementation__Group_8_1_1__0 )
+ // InternalAadl2Parser.g:13227:4: rule__VirtualBusImplementation__Group_8_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusImplementation__Group_6_1_1__0();
+ rule__VirtualBusImplementation__Group_8_1_1__0();
state._fsp--;
}
- after(grammarAccess.getVirtualBusImplementationAccess().getGroup_6_1_1());
+ after(grammarAccess.getVirtualBusImplementationAccess().getGroup_8_1_1());
}
@@ -66148,17 +63345,17 @@ else if ( (LA396_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__VirtualBusImplementation__Alternatives_6_1"
+ // $ANTLR end "rule__VirtualBusImplementation__Alternatives_8_1"
- // $ANTLR start "rule__VirtualBusImplementation__Alternatives_7_1"
- // InternalAadl2Parser.g:14185:1: rule__VirtualBusImplementation__Alternatives_7_1 : ( ( ( ( rule__VirtualBusImplementation__Alternatives_7_1_0 ) ) ( ( rule__VirtualBusImplementation__Alternatives_7_1_0 )* ) ) | ( ( rule__VirtualBusImplementation__Group_7_1_1__0 ) ) );
- public final void rule__VirtualBusImplementation__Alternatives_7_1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusImplementation__Alternatives_9_1"
+ // InternalAadl2Parser.g:13235:1: rule__VirtualBusImplementation__Alternatives_9_1 : ( ( ( ( rule__VirtualBusImplementation__Alternatives_9_1_0 ) ) ( ( rule__VirtualBusImplementation__Alternatives_9_1_0 )* ) ) | ( ( rule__VirtualBusImplementation__Group_9_1_1__0 ) ) );
+ public final void rule__VirtualBusImplementation__Alternatives_9_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14189:1: ( ( ( ( rule__VirtualBusImplementation__Alternatives_7_1_0 ) ) ( ( rule__VirtualBusImplementation__Alternatives_7_1_0 )* ) ) | ( ( rule__VirtualBusImplementation__Group_7_1_1__0 ) ) )
+ // InternalAadl2Parser.g:13239:1: ( ( ( ( rule__VirtualBusImplementation__Alternatives_9_1_0 ) ) ( ( rule__VirtualBusImplementation__Alternatives_9_1_0 )* ) ) | ( ( rule__VirtualBusImplementation__Group_9_1_1__0 ) ) )
int alt398=2;
int LA398_0 = input.LA(1);
@@ -66176,35 +63373,35 @@ else if ( (LA398_0==None) ) {
}
switch (alt398) {
case 1 :
- // InternalAadl2Parser.g:14190:2: ( ( ( rule__VirtualBusImplementation__Alternatives_7_1_0 ) ) ( ( rule__VirtualBusImplementation__Alternatives_7_1_0 )* ) )
+ // InternalAadl2Parser.g:13240:2: ( ( ( rule__VirtualBusImplementation__Alternatives_9_1_0 ) ) ( ( rule__VirtualBusImplementation__Alternatives_9_1_0 )* ) )
{
- // InternalAadl2Parser.g:14190:2: ( ( ( rule__VirtualBusImplementation__Alternatives_7_1_0 ) ) ( ( rule__VirtualBusImplementation__Alternatives_7_1_0 )* ) )
- // InternalAadl2Parser.g:14191:3: ( ( rule__VirtualBusImplementation__Alternatives_7_1_0 ) ) ( ( rule__VirtualBusImplementation__Alternatives_7_1_0 )* )
+ // InternalAadl2Parser.g:13240:2: ( ( ( rule__VirtualBusImplementation__Alternatives_9_1_0 ) ) ( ( rule__VirtualBusImplementation__Alternatives_9_1_0 )* ) )
+ // InternalAadl2Parser.g:13241:3: ( ( rule__VirtualBusImplementation__Alternatives_9_1_0 ) ) ( ( rule__VirtualBusImplementation__Alternatives_9_1_0 )* )
{
- // InternalAadl2Parser.g:14191:3: ( ( rule__VirtualBusImplementation__Alternatives_7_1_0 ) )
- // InternalAadl2Parser.g:14192:4: ( rule__VirtualBusImplementation__Alternatives_7_1_0 )
+ // InternalAadl2Parser.g:13241:3: ( ( rule__VirtualBusImplementation__Alternatives_9_1_0 ) )
+ // InternalAadl2Parser.g:13242:4: ( rule__VirtualBusImplementation__Alternatives_9_1_0 )
{
- before(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_7_1_0());
- // InternalAadl2Parser.g:14193:4: ( rule__VirtualBusImplementation__Alternatives_7_1_0 )
- // InternalAadl2Parser.g:14193:5: rule__VirtualBusImplementation__Alternatives_7_1_0
+ before(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_9_1_0());
+ // InternalAadl2Parser.g:13243:4: ( rule__VirtualBusImplementation__Alternatives_9_1_0 )
+ // InternalAadl2Parser.g:13243:5: rule__VirtualBusImplementation__Alternatives_9_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualBusImplementation__Alternatives_7_1_0();
+ rule__VirtualBusImplementation__Alternatives_9_1_0();
state._fsp--;
}
- after(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_7_1_0());
+ after(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_9_1_0());
}
- // InternalAadl2Parser.g:14196:3: ( ( rule__VirtualBusImplementation__Alternatives_7_1_0 )* )
- // InternalAadl2Parser.g:14197:4: ( rule__VirtualBusImplementation__Alternatives_7_1_0 )*
+ // InternalAadl2Parser.g:13246:3: ( ( rule__VirtualBusImplementation__Alternatives_9_1_0 )* )
+ // InternalAadl2Parser.g:13247:4: ( rule__VirtualBusImplementation__Alternatives_9_1_0 )*
{
- before(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_7_1_0());
- // InternalAadl2Parser.g:14198:4: ( rule__VirtualBusImplementation__Alternatives_7_1_0 )*
+ before(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_9_1_0());
+ // InternalAadl2Parser.g:13248:4: ( rule__VirtualBusImplementation__Alternatives_9_1_0 )*
loop397:
do {
int alt397=2;
@@ -66217,10 +63414,10 @@ else if ( (LA398_0==None) ) {
switch (alt397) {
case 1 :
- // InternalAadl2Parser.g:14198:5: rule__VirtualBusImplementation__Alternatives_7_1_0
+ // InternalAadl2Parser.g:13248:5: rule__VirtualBusImplementation__Alternatives_9_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualBusImplementation__Alternatives_7_1_0();
+ rule__VirtualBusImplementation__Alternatives_9_1_0();
state._fsp--;
@@ -66233,7 +63430,7 @@ else if ( (LA398_0==None) ) {
}
} while (true);
- after(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_7_1_0());
+ after(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_9_1_0());
}
@@ -66244,24 +63441,24 @@ else if ( (LA398_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14203:2: ( ( rule__VirtualBusImplementation__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:13253:2: ( ( rule__VirtualBusImplementation__Group_9_1_1__0 ) )
{
- // InternalAadl2Parser.g:14203:2: ( ( rule__VirtualBusImplementation__Group_7_1_1__0 ) )
- // InternalAadl2Parser.g:14204:3: ( rule__VirtualBusImplementation__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:13253:2: ( ( rule__VirtualBusImplementation__Group_9_1_1__0 ) )
+ // InternalAadl2Parser.g:13254:3: ( rule__VirtualBusImplementation__Group_9_1_1__0 )
{
- before(grammarAccess.getVirtualBusImplementationAccess().getGroup_7_1_1());
- // InternalAadl2Parser.g:14205:3: ( rule__VirtualBusImplementation__Group_7_1_1__0 )
- // InternalAadl2Parser.g:14205:4: rule__VirtualBusImplementation__Group_7_1_1__0
+ before(grammarAccess.getVirtualBusImplementationAccess().getGroup_9_1_1());
+ // InternalAadl2Parser.g:13255:3: ( rule__VirtualBusImplementation__Group_9_1_1__0 )
+ // InternalAadl2Parser.g:13255:4: rule__VirtualBusImplementation__Group_9_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusImplementation__Group_7_1_1__0();
+ rule__VirtualBusImplementation__Group_9_1_1__0();
state._fsp--;
}
- after(grammarAccess.getVirtualBusImplementationAccess().getGroup_7_1_1());
+ after(grammarAccess.getVirtualBusImplementationAccess().getGroup_9_1_1());
}
@@ -66282,17 +63479,17 @@ else if ( (LA398_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__VirtualBusImplementation__Alternatives_7_1"
+ // $ANTLR end "rule__VirtualBusImplementation__Alternatives_9_1"
- // $ANTLR start "rule__VirtualBusImplementation__Alternatives_7_1_0"
- // InternalAadl2Parser.g:14213:1: rule__VirtualBusImplementation__Alternatives_7_1_0 : ( ( ( rule__VirtualBusImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 ) ) | ( ( rule__VirtualBusImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1 ) ) );
- public final void rule__VirtualBusImplementation__Alternatives_7_1_0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusImplementation__Alternatives_9_1_0"
+ // InternalAadl2Parser.g:13263:1: rule__VirtualBusImplementation__Alternatives_9_1_0 : ( ( ( rule__VirtualBusImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0 ) ) | ( ( rule__VirtualBusImplementation__OwnedVirtualBusSubcomponentAssignment_9_1_0_1 ) ) );
+ public final void rule__VirtualBusImplementation__Alternatives_9_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14217:1: ( ( ( rule__VirtualBusImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 ) ) | ( ( rule__VirtualBusImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1 ) ) )
+ // InternalAadl2Parser.g:13267:1: ( ( ( rule__VirtualBusImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0 ) ) | ( ( rule__VirtualBusImplementation__OwnedVirtualBusSubcomponentAssignment_9_1_0_1 ) ) )
int alt399=2;
int LA399_0 = input.LA(1);
@@ -66306,16 +63503,11 @@ public final void rule__VirtualBusImplementation__Alternatives_7_1_0() throws Re
alt399=2;
}
break;
- case Abstract:
- {
- alt399=1;
- }
- break;
case Refined:
{
- int LA399_5 = input.LA(4);
+ int LA399_4 = input.LA(4);
- if ( (LA399_5==To) ) {
+ if ( (LA399_4==To) ) {
int LA399_6 = input.LA(5);
if ( (LA399_6==Abstract) ) {
@@ -66333,12 +63525,17 @@ else if ( (LA399_6==Virtual) ) {
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 399, 5, input);
+ new NoViableAltException("", 399, 4, input);
throw nvae;
}
}
break;
+ case Abstract:
+ {
+ alt399=1;
+ }
+ break;
default:
NoViableAltException nvae =
new NoViableAltException("", 399, 2, input);
@@ -66362,24 +63559,24 @@ else if ( (LA399_6==Virtual) ) {
}
switch (alt399) {
case 1 :
- // InternalAadl2Parser.g:14218:2: ( ( rule__VirtualBusImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 ) )
+ // InternalAadl2Parser.g:13268:2: ( ( rule__VirtualBusImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0 ) )
{
- // InternalAadl2Parser.g:14218:2: ( ( rule__VirtualBusImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 ) )
- // InternalAadl2Parser.g:14219:3: ( rule__VirtualBusImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 )
+ // InternalAadl2Parser.g:13268:2: ( ( rule__VirtualBusImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0 ) )
+ // InternalAadl2Parser.g:13269:3: ( rule__VirtualBusImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0 )
{
- before(grammarAccess.getVirtualBusImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_0());
- // InternalAadl2Parser.g:14220:3: ( rule__VirtualBusImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0 )
- // InternalAadl2Parser.g:14220:4: rule__VirtualBusImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0
+ before(grammarAccess.getVirtualBusImplementationAccess().getOwnedAbstractSubcomponentAssignment_9_1_0_0());
+ // InternalAadl2Parser.g:13270:3: ( rule__VirtualBusImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0 )
+ // InternalAadl2Parser.g:13270:4: rule__VirtualBusImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusImplementation__OwnedAbstractSubcomponentAssignment_7_1_0_0();
+ rule__VirtualBusImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0();
state._fsp--;
}
- after(grammarAccess.getVirtualBusImplementationAccess().getOwnedAbstractSubcomponentAssignment_7_1_0_0());
+ after(grammarAccess.getVirtualBusImplementationAccess().getOwnedAbstractSubcomponentAssignment_9_1_0_0());
}
@@ -66387,24 +63584,24 @@ else if ( (LA399_6==Virtual) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14224:2: ( ( rule__VirtualBusImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1 ) )
+ // InternalAadl2Parser.g:13274:2: ( ( rule__VirtualBusImplementation__OwnedVirtualBusSubcomponentAssignment_9_1_0_1 ) )
{
- // InternalAadl2Parser.g:14224:2: ( ( rule__VirtualBusImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1 ) )
- // InternalAadl2Parser.g:14225:3: ( rule__VirtualBusImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1 )
+ // InternalAadl2Parser.g:13274:2: ( ( rule__VirtualBusImplementation__OwnedVirtualBusSubcomponentAssignment_9_1_0_1 ) )
+ // InternalAadl2Parser.g:13275:3: ( rule__VirtualBusImplementation__OwnedVirtualBusSubcomponentAssignment_9_1_0_1 )
{
- before(grammarAccess.getVirtualBusImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_1());
- // InternalAadl2Parser.g:14226:3: ( rule__VirtualBusImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1 )
- // InternalAadl2Parser.g:14226:4: rule__VirtualBusImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1
+ before(grammarAccess.getVirtualBusImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_9_1_0_1());
+ // InternalAadl2Parser.g:13276:3: ( rule__VirtualBusImplementation__OwnedVirtualBusSubcomponentAssignment_9_1_0_1 )
+ // InternalAadl2Parser.g:13276:4: rule__VirtualBusImplementation__OwnedVirtualBusSubcomponentAssignment_9_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusImplementation__OwnedVirtualBusSubcomponentAssignment_7_1_0_1();
+ rule__VirtualBusImplementation__OwnedVirtualBusSubcomponentAssignment_9_1_0_1();
state._fsp--;
}
- after(grammarAccess.getVirtualBusImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_7_1_0_1());
+ after(grammarAccess.getVirtualBusImplementationAccess().getOwnedVirtualBusSubcomponentAssignment_9_1_0_1());
}
@@ -66425,17 +63622,17 @@ else if ( (LA399_6==Virtual) ) {
}
return ;
}
- // $ANTLR end "rule__VirtualBusImplementation__Alternatives_7_1_0"
+ // $ANTLR end "rule__VirtualBusImplementation__Alternatives_9_1_0"
- // $ANTLR start "rule__VirtualBusImplementation__Alternatives_8_1"
- // InternalAadl2Parser.g:14234:1: rule__VirtualBusImplementation__Alternatives_8_1 : ( ( ( rule__VirtualBusImplementation__OwnedEventSourceAssignment_8_1_0 ) ) | ( ( rule__VirtualBusImplementation__OwnedEventDataSourceAssignment_8_1_1 ) ) );
- public final void rule__VirtualBusImplementation__Alternatives_8_1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusImplementation__Alternatives_10_2"
+ // InternalAadl2Parser.g:13284:1: rule__VirtualBusImplementation__Alternatives_10_2 : ( ( ( rule__VirtualBusImplementation__OwnedEventSourceAssignment_10_2_0 ) ) | ( ( rule__VirtualBusImplementation__OwnedEventDataSourceAssignment_10_2_1 ) ) );
+ public final void rule__VirtualBusImplementation__Alternatives_10_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14238:1: ( ( ( rule__VirtualBusImplementation__OwnedEventSourceAssignment_8_1_0 ) ) | ( ( rule__VirtualBusImplementation__OwnedEventDataSourceAssignment_8_1_1 ) ) )
+ // InternalAadl2Parser.g:13288:1: ( ( ( rule__VirtualBusImplementation__OwnedEventSourceAssignment_10_2_0 ) ) | ( ( rule__VirtualBusImplementation__OwnedEventDataSourceAssignment_10_2_1 ) ) )
int alt400=2;
int LA400_0 = input.LA(1);
@@ -66448,12 +63645,12 @@ public final void rule__VirtualBusImplementation__Alternatives_8_1() throws Reco
if ( (LA400_2==Event) ) {
int LA400_3 = input.LA(4);
- if ( (LA400_3==Data) ) {
- alt400=2;
- }
- else if ( (LA400_3==Semicolon||LA400_3==LeftCurlyBracket) ) {
+ if ( (LA400_3==Semicolon||LA400_3==LeftCurlyBracket) ) {
alt400=1;
}
+ else if ( (LA400_3==Data) ) {
+ alt400=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 400, 3, input);
@@ -66483,24 +63680,24 @@ else if ( (LA400_3==Semicolon||LA400_3==LeftCurlyBracket) ) {
}
switch (alt400) {
case 1 :
- // InternalAadl2Parser.g:14239:2: ( ( rule__VirtualBusImplementation__OwnedEventSourceAssignment_8_1_0 ) )
+ // InternalAadl2Parser.g:13289:2: ( ( rule__VirtualBusImplementation__OwnedEventSourceAssignment_10_2_0 ) )
{
- // InternalAadl2Parser.g:14239:2: ( ( rule__VirtualBusImplementation__OwnedEventSourceAssignment_8_1_0 ) )
- // InternalAadl2Parser.g:14240:3: ( rule__VirtualBusImplementation__OwnedEventSourceAssignment_8_1_0 )
+ // InternalAadl2Parser.g:13289:2: ( ( rule__VirtualBusImplementation__OwnedEventSourceAssignment_10_2_0 ) )
+ // InternalAadl2Parser.g:13290:3: ( rule__VirtualBusImplementation__OwnedEventSourceAssignment_10_2_0 )
{
- before(grammarAccess.getVirtualBusImplementationAccess().getOwnedEventSourceAssignment_8_1_0());
- // InternalAadl2Parser.g:14241:3: ( rule__VirtualBusImplementation__OwnedEventSourceAssignment_8_1_0 )
- // InternalAadl2Parser.g:14241:4: rule__VirtualBusImplementation__OwnedEventSourceAssignment_8_1_0
+ before(grammarAccess.getVirtualBusImplementationAccess().getOwnedEventSourceAssignment_10_2_0());
+ // InternalAadl2Parser.g:13291:3: ( rule__VirtualBusImplementation__OwnedEventSourceAssignment_10_2_0 )
+ // InternalAadl2Parser.g:13291:4: rule__VirtualBusImplementation__OwnedEventSourceAssignment_10_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusImplementation__OwnedEventSourceAssignment_8_1_0();
+ rule__VirtualBusImplementation__OwnedEventSourceAssignment_10_2_0();
state._fsp--;
}
- after(grammarAccess.getVirtualBusImplementationAccess().getOwnedEventSourceAssignment_8_1_0());
+ after(grammarAccess.getVirtualBusImplementationAccess().getOwnedEventSourceAssignment_10_2_0());
}
@@ -66508,24 +63705,24 @@ else if ( (LA400_3==Semicolon||LA400_3==LeftCurlyBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14245:2: ( ( rule__VirtualBusImplementation__OwnedEventDataSourceAssignment_8_1_1 ) )
+ // InternalAadl2Parser.g:13295:2: ( ( rule__VirtualBusImplementation__OwnedEventDataSourceAssignment_10_2_1 ) )
{
- // InternalAadl2Parser.g:14245:2: ( ( rule__VirtualBusImplementation__OwnedEventDataSourceAssignment_8_1_1 ) )
- // InternalAadl2Parser.g:14246:3: ( rule__VirtualBusImplementation__OwnedEventDataSourceAssignment_8_1_1 )
+ // InternalAadl2Parser.g:13295:2: ( ( rule__VirtualBusImplementation__OwnedEventDataSourceAssignment_10_2_1 ) )
+ // InternalAadl2Parser.g:13296:3: ( rule__VirtualBusImplementation__OwnedEventDataSourceAssignment_10_2_1 )
{
- before(grammarAccess.getVirtualBusImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1());
- // InternalAadl2Parser.g:14247:3: ( rule__VirtualBusImplementation__OwnedEventDataSourceAssignment_8_1_1 )
- // InternalAadl2Parser.g:14247:4: rule__VirtualBusImplementation__OwnedEventDataSourceAssignment_8_1_1
+ before(grammarAccess.getVirtualBusImplementationAccess().getOwnedEventDataSourceAssignment_10_2_1());
+ // InternalAadl2Parser.g:13297:3: ( rule__VirtualBusImplementation__OwnedEventDataSourceAssignment_10_2_1 )
+ // InternalAadl2Parser.g:13297:4: rule__VirtualBusImplementation__OwnedEventDataSourceAssignment_10_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusImplementation__OwnedEventDataSourceAssignment_8_1_1();
+ rule__VirtualBusImplementation__OwnedEventDataSourceAssignment_10_2_1();
state._fsp--;
}
- after(grammarAccess.getVirtualBusImplementationAccess().getOwnedEventDataSourceAssignment_8_1_1());
+ after(grammarAccess.getVirtualBusImplementationAccess().getOwnedEventDataSourceAssignment_10_2_1());
}
@@ -66546,17 +63743,17 @@ else if ( (LA400_3==Semicolon||LA400_3==LeftCurlyBracket) ) {
}
return ;
}
- // $ANTLR end "rule__VirtualBusImplementation__Alternatives_8_1"
+ // $ANTLR end "rule__VirtualBusImplementation__Alternatives_10_2"
- // $ANTLR start "rule__VirtualBusImplementation__Alternatives_9_1"
- // InternalAadl2Parser.g:14255:1: rule__VirtualBusImplementation__Alternatives_9_1 : ( ( ( ( rule__VirtualBusImplementation__Alternatives_9_1_0 ) ) ( ( rule__VirtualBusImplementation__Alternatives_9_1_0 )* ) ) | ( ( rule__VirtualBusImplementation__Group_9_1_1__0 ) ) );
- public final void rule__VirtualBusImplementation__Alternatives_9_1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusImplementation__Alternatives_11_1"
+ // InternalAadl2Parser.g:13305:1: rule__VirtualBusImplementation__Alternatives_11_1 : ( ( ( ( rule__VirtualBusImplementation__Alternatives_11_1_0 ) ) ( ( rule__VirtualBusImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__VirtualBusImplementation__Group_11_1_1__0 ) ) );
+ public final void rule__VirtualBusImplementation__Alternatives_11_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14259:1: ( ( ( ( rule__VirtualBusImplementation__Alternatives_9_1_0 ) ) ( ( rule__VirtualBusImplementation__Alternatives_9_1_0 )* ) ) | ( ( rule__VirtualBusImplementation__Group_9_1_1__0 ) ) )
+ // InternalAadl2Parser.g:13309:1: ( ( ( ( rule__VirtualBusImplementation__Alternatives_11_1_0 ) ) ( ( rule__VirtualBusImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__VirtualBusImplementation__Group_11_1_1__0 ) ) )
int alt402=2;
int LA402_0 = input.LA(1);
@@ -66574,35 +63771,35 @@ else if ( (LA402_0==None) ) {
}
switch (alt402) {
case 1 :
- // InternalAadl2Parser.g:14260:2: ( ( ( rule__VirtualBusImplementation__Alternatives_9_1_0 ) ) ( ( rule__VirtualBusImplementation__Alternatives_9_1_0 )* ) )
+ // InternalAadl2Parser.g:13310:2: ( ( ( rule__VirtualBusImplementation__Alternatives_11_1_0 ) ) ( ( rule__VirtualBusImplementation__Alternatives_11_1_0 )* ) )
{
- // InternalAadl2Parser.g:14260:2: ( ( ( rule__VirtualBusImplementation__Alternatives_9_1_0 ) ) ( ( rule__VirtualBusImplementation__Alternatives_9_1_0 )* ) )
- // InternalAadl2Parser.g:14261:3: ( ( rule__VirtualBusImplementation__Alternatives_9_1_0 ) ) ( ( rule__VirtualBusImplementation__Alternatives_9_1_0 )* )
+ // InternalAadl2Parser.g:13310:2: ( ( ( rule__VirtualBusImplementation__Alternatives_11_1_0 ) ) ( ( rule__VirtualBusImplementation__Alternatives_11_1_0 )* ) )
+ // InternalAadl2Parser.g:13311:3: ( ( rule__VirtualBusImplementation__Alternatives_11_1_0 ) ) ( ( rule__VirtualBusImplementation__Alternatives_11_1_0 )* )
{
- // InternalAadl2Parser.g:14261:3: ( ( rule__VirtualBusImplementation__Alternatives_9_1_0 ) )
- // InternalAadl2Parser.g:14262:4: ( rule__VirtualBusImplementation__Alternatives_9_1_0 )
+ // InternalAadl2Parser.g:13311:3: ( ( rule__VirtualBusImplementation__Alternatives_11_1_0 ) )
+ // InternalAadl2Parser.g:13312:4: ( rule__VirtualBusImplementation__Alternatives_11_1_0 )
{
- before(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_9_1_0());
- // InternalAadl2Parser.g:14263:4: ( rule__VirtualBusImplementation__Alternatives_9_1_0 )
- // InternalAadl2Parser.g:14263:5: rule__VirtualBusImplementation__Alternatives_9_1_0
+ before(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_11_1_0());
+ // InternalAadl2Parser.g:13313:4: ( rule__VirtualBusImplementation__Alternatives_11_1_0 )
+ // InternalAadl2Parser.g:13313:5: rule__VirtualBusImplementation__Alternatives_11_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualBusImplementation__Alternatives_9_1_0();
+ rule__VirtualBusImplementation__Alternatives_11_1_0();
state._fsp--;
}
- after(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_9_1_0());
+ after(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_11_1_0());
}
- // InternalAadl2Parser.g:14266:3: ( ( rule__VirtualBusImplementation__Alternatives_9_1_0 )* )
- // InternalAadl2Parser.g:14267:4: ( rule__VirtualBusImplementation__Alternatives_9_1_0 )*
+ // InternalAadl2Parser.g:13316:3: ( ( rule__VirtualBusImplementation__Alternatives_11_1_0 )* )
+ // InternalAadl2Parser.g:13317:4: ( rule__VirtualBusImplementation__Alternatives_11_1_0 )*
{
- before(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_9_1_0());
- // InternalAadl2Parser.g:14268:4: ( rule__VirtualBusImplementation__Alternatives_9_1_0 )*
+ before(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_11_1_0());
+ // InternalAadl2Parser.g:13318:4: ( rule__VirtualBusImplementation__Alternatives_11_1_0 )*
loop401:
do {
int alt401=2;
@@ -66615,10 +63812,10 @@ else if ( (LA402_0==None) ) {
switch (alt401) {
case 1 :
- // InternalAadl2Parser.g:14268:5: rule__VirtualBusImplementation__Alternatives_9_1_0
+ // InternalAadl2Parser.g:13318:5: rule__VirtualBusImplementation__Alternatives_11_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualBusImplementation__Alternatives_9_1_0();
+ rule__VirtualBusImplementation__Alternatives_11_1_0();
state._fsp--;
@@ -66631,7 +63828,7 @@ else if ( (LA402_0==None) ) {
}
} while (true);
- after(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_9_1_0());
+ after(grammarAccess.getVirtualBusImplementationAccess().getAlternatives_11_1_0());
}
@@ -66642,24 +63839,24 @@ else if ( (LA402_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14273:2: ( ( rule__VirtualBusImplementation__Group_9_1_1__0 ) )
+ // InternalAadl2Parser.g:13323:2: ( ( rule__VirtualBusImplementation__Group_11_1_1__0 ) )
{
- // InternalAadl2Parser.g:14273:2: ( ( rule__VirtualBusImplementation__Group_9_1_1__0 ) )
- // InternalAadl2Parser.g:14274:3: ( rule__VirtualBusImplementation__Group_9_1_1__0 )
+ // InternalAadl2Parser.g:13323:2: ( ( rule__VirtualBusImplementation__Group_11_1_1__0 ) )
+ // InternalAadl2Parser.g:13324:3: ( rule__VirtualBusImplementation__Group_11_1_1__0 )
{
- before(grammarAccess.getVirtualBusImplementationAccess().getGroup_9_1_1());
- // InternalAadl2Parser.g:14275:3: ( rule__VirtualBusImplementation__Group_9_1_1__0 )
- // InternalAadl2Parser.g:14275:4: rule__VirtualBusImplementation__Group_9_1_1__0
+ before(grammarAccess.getVirtualBusImplementationAccess().getGroup_11_1_1());
+ // InternalAadl2Parser.g:13325:3: ( rule__VirtualBusImplementation__Group_11_1_1__0 )
+ // InternalAadl2Parser.g:13325:4: rule__VirtualBusImplementation__Group_11_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusImplementation__Group_9_1_1__0();
+ rule__VirtualBusImplementation__Group_11_1_1__0();
state._fsp--;
}
- after(grammarAccess.getVirtualBusImplementationAccess().getGroup_9_1_1());
+ after(grammarAccess.getVirtualBusImplementationAccess().getGroup_11_1_1());
}
@@ -66680,17 +63877,17 @@ else if ( (LA402_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__VirtualBusImplementation__Alternatives_9_1"
+ // $ANTLR end "rule__VirtualBusImplementation__Alternatives_11_1"
- // $ANTLR start "rule__VirtualBusImplementation__Alternatives_9_1_0"
- // InternalAadl2Parser.g:14283:1: rule__VirtualBusImplementation__Alternatives_9_1_0 : ( ( ( rule__VirtualBusImplementation__OwnedModeAssignment_9_1_0_0 ) ) | ( ( rule__VirtualBusImplementation__OwnedModeTransitionAssignment_9_1_0_1 ) ) );
- public final void rule__VirtualBusImplementation__Alternatives_9_1_0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusImplementation__Alternatives_11_1_0"
+ // InternalAadl2Parser.g:13333:1: rule__VirtualBusImplementation__Alternatives_11_1_0 : ( ( ( rule__VirtualBusImplementation__OwnedModeAssignment_11_1_0_0 ) ) | ( ( rule__VirtualBusImplementation__OwnedModeTransitionAssignment_11_1_0_1 ) ) );
+ public final void rule__VirtualBusImplementation__Alternatives_11_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14287:1: ( ( ( rule__VirtualBusImplementation__OwnedModeAssignment_9_1_0_0 ) ) | ( ( rule__VirtualBusImplementation__OwnedModeTransitionAssignment_9_1_0_1 ) ) )
+ // InternalAadl2Parser.g:13337:1: ( ( ( rule__VirtualBusImplementation__OwnedModeAssignment_11_1_0_0 ) ) | ( ( rule__VirtualBusImplementation__OwnedModeTransitionAssignment_11_1_0_1 ) ) )
int alt403=2;
int LA403_0 = input.LA(1);
@@ -66700,12 +63897,12 @@ public final void rule__VirtualBusImplementation__Alternatives_9_1_0() throws Re
if ( (LA403_1==Colon) ) {
int LA403_2 = input.LA(3);
- if ( (LA403_2==RULE_ID) ) {
- alt403=2;
- }
- else if ( (LA403_2==Initial||LA403_2==Mode) ) {
+ if ( (LA403_2==Initial||LA403_2==Mode) ) {
alt403=1;
}
+ else if ( (LA403_2==RULE_ID) ) {
+ alt403=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 403, 2, input);
@@ -66731,24 +63928,24 @@ else if ( (LA403_1==HyphenMinusLeftSquareBracket) ) {
}
switch (alt403) {
case 1 :
- // InternalAadl2Parser.g:14288:2: ( ( rule__VirtualBusImplementation__OwnedModeAssignment_9_1_0_0 ) )
+ // InternalAadl2Parser.g:13338:2: ( ( rule__VirtualBusImplementation__OwnedModeAssignment_11_1_0_0 ) )
{
- // InternalAadl2Parser.g:14288:2: ( ( rule__VirtualBusImplementation__OwnedModeAssignment_9_1_0_0 ) )
- // InternalAadl2Parser.g:14289:3: ( rule__VirtualBusImplementation__OwnedModeAssignment_9_1_0_0 )
+ // InternalAadl2Parser.g:13338:2: ( ( rule__VirtualBusImplementation__OwnedModeAssignment_11_1_0_0 ) )
+ // InternalAadl2Parser.g:13339:3: ( rule__VirtualBusImplementation__OwnedModeAssignment_11_1_0_0 )
{
- before(grammarAccess.getVirtualBusImplementationAccess().getOwnedModeAssignment_9_1_0_0());
- // InternalAadl2Parser.g:14290:3: ( rule__VirtualBusImplementation__OwnedModeAssignment_9_1_0_0 )
- // InternalAadl2Parser.g:14290:4: rule__VirtualBusImplementation__OwnedModeAssignment_9_1_0_0
+ before(grammarAccess.getVirtualBusImplementationAccess().getOwnedModeAssignment_11_1_0_0());
+ // InternalAadl2Parser.g:13340:3: ( rule__VirtualBusImplementation__OwnedModeAssignment_11_1_0_0 )
+ // InternalAadl2Parser.g:13340:4: rule__VirtualBusImplementation__OwnedModeAssignment_11_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusImplementation__OwnedModeAssignment_9_1_0_0();
+ rule__VirtualBusImplementation__OwnedModeAssignment_11_1_0_0();
state._fsp--;
}
- after(grammarAccess.getVirtualBusImplementationAccess().getOwnedModeAssignment_9_1_0_0());
+ after(grammarAccess.getVirtualBusImplementationAccess().getOwnedModeAssignment_11_1_0_0());
}
@@ -66756,24 +63953,24 @@ else if ( (LA403_1==HyphenMinusLeftSquareBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14294:2: ( ( rule__VirtualBusImplementation__OwnedModeTransitionAssignment_9_1_0_1 ) )
+ // InternalAadl2Parser.g:13344:2: ( ( rule__VirtualBusImplementation__OwnedModeTransitionAssignment_11_1_0_1 ) )
{
- // InternalAadl2Parser.g:14294:2: ( ( rule__VirtualBusImplementation__OwnedModeTransitionAssignment_9_1_0_1 ) )
- // InternalAadl2Parser.g:14295:3: ( rule__VirtualBusImplementation__OwnedModeTransitionAssignment_9_1_0_1 )
+ // InternalAadl2Parser.g:13344:2: ( ( rule__VirtualBusImplementation__OwnedModeTransitionAssignment_11_1_0_1 ) )
+ // InternalAadl2Parser.g:13345:3: ( rule__VirtualBusImplementation__OwnedModeTransitionAssignment_11_1_0_1 )
{
- before(grammarAccess.getVirtualBusImplementationAccess().getOwnedModeTransitionAssignment_9_1_0_1());
- // InternalAadl2Parser.g:14296:3: ( rule__VirtualBusImplementation__OwnedModeTransitionAssignment_9_1_0_1 )
- // InternalAadl2Parser.g:14296:4: rule__VirtualBusImplementation__OwnedModeTransitionAssignment_9_1_0_1
+ before(grammarAccess.getVirtualBusImplementationAccess().getOwnedModeTransitionAssignment_11_1_0_1());
+ // InternalAadl2Parser.g:13346:3: ( rule__VirtualBusImplementation__OwnedModeTransitionAssignment_11_1_0_1 )
+ // InternalAadl2Parser.g:13346:4: rule__VirtualBusImplementation__OwnedModeTransitionAssignment_11_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusImplementation__OwnedModeTransitionAssignment_9_1_0_1();
+ rule__VirtualBusImplementation__OwnedModeTransitionAssignment_11_1_0_1();
state._fsp--;
}
- after(grammarAccess.getVirtualBusImplementationAccess().getOwnedModeTransitionAssignment_9_1_0_1());
+ after(grammarAccess.getVirtualBusImplementationAccess().getOwnedModeTransitionAssignment_11_1_0_1());
}
@@ -66794,17 +63991,17 @@ else if ( (LA403_1==HyphenMinusLeftSquareBracket) ) {
}
return ;
}
- // $ANTLR end "rule__VirtualBusImplementation__Alternatives_9_1_0"
+ // $ANTLR end "rule__VirtualBusImplementation__Alternatives_11_1_0"
- // $ANTLR start "rule__VirtualBusImplementation__Alternatives_10_1"
- // InternalAadl2Parser.g:14304:1: rule__VirtualBusImplementation__Alternatives_10_1 : ( ( ( ( rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_10_1_0 ) ) ( ( rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_10_1_0 )* ) ) | ( ( rule__VirtualBusImplementation__Group_10_1_1__0 ) ) );
- public final void rule__VirtualBusImplementation__Alternatives_10_1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusImplementation__Alternatives_12_1"
+ // InternalAadl2Parser.g:13354:1: rule__VirtualBusImplementation__Alternatives_12_1 : ( ( ( ( rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_12_1_0 ) ) ( ( rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_12_1_0 )* ) ) | ( ( rule__VirtualBusImplementation__Group_12_1_1__0 ) ) );
+ public final void rule__VirtualBusImplementation__Alternatives_12_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14308:1: ( ( ( ( rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_10_1_0 ) ) ( ( rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_10_1_0 )* ) ) | ( ( rule__VirtualBusImplementation__Group_10_1_1__0 ) ) )
+ // InternalAadl2Parser.g:13358:1: ( ( ( ( rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_12_1_0 ) ) ( ( rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_12_1_0 )* ) ) | ( ( rule__VirtualBusImplementation__Group_12_1_1__0 ) ) )
int alt405=2;
int LA405_0 = input.LA(1);
@@ -66822,35 +64019,35 @@ else if ( (LA405_0==None) ) {
}
switch (alt405) {
case 1 :
- // InternalAadl2Parser.g:14309:2: ( ( ( rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_10_1_0 ) ) ( ( rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_10_1_0 )* ) )
+ // InternalAadl2Parser.g:13359:2: ( ( ( rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_12_1_0 ) ) ( ( rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_12_1_0 )* ) )
{
- // InternalAadl2Parser.g:14309:2: ( ( ( rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_10_1_0 ) ) ( ( rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_10_1_0 )* ) )
- // InternalAadl2Parser.g:14310:3: ( ( rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_10_1_0 ) ) ( ( rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_10_1_0 )* )
+ // InternalAadl2Parser.g:13359:2: ( ( ( rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_12_1_0 ) ) ( ( rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_12_1_0 )* ) )
+ // InternalAadl2Parser.g:13360:3: ( ( rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_12_1_0 ) ) ( ( rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_12_1_0 )* )
{
- // InternalAadl2Parser.g:14310:3: ( ( rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_10_1_0 ) )
- // InternalAadl2Parser.g:14311:4: ( rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_10_1_0 )
+ // InternalAadl2Parser.g:13360:3: ( ( rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_12_1_0 ) )
+ // InternalAadl2Parser.g:13361:4: ( rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_12_1_0 )
{
- before(grammarAccess.getVirtualBusImplementationAccess().getOwnedPropertyAssociationAssignment_10_1_0());
- // InternalAadl2Parser.g:14312:4: ( rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_10_1_0 )
- // InternalAadl2Parser.g:14312:5: rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_10_1_0
+ before(grammarAccess.getVirtualBusImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0());
+ // InternalAadl2Parser.g:13362:4: ( rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_12_1_0 )
+ // InternalAadl2Parser.g:13362:5: rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_12_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_10_1_0();
+ rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_12_1_0();
state._fsp--;
}
- after(grammarAccess.getVirtualBusImplementationAccess().getOwnedPropertyAssociationAssignment_10_1_0());
+ after(grammarAccess.getVirtualBusImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0());
}
- // InternalAadl2Parser.g:14315:3: ( ( rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_10_1_0 )* )
- // InternalAadl2Parser.g:14316:4: ( rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_10_1_0 )*
+ // InternalAadl2Parser.g:13365:3: ( ( rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_12_1_0 )* )
+ // InternalAadl2Parser.g:13366:4: ( rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_12_1_0 )*
{
- before(grammarAccess.getVirtualBusImplementationAccess().getOwnedPropertyAssociationAssignment_10_1_0());
- // InternalAadl2Parser.g:14317:4: ( rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_10_1_0 )*
+ before(grammarAccess.getVirtualBusImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0());
+ // InternalAadl2Parser.g:13367:4: ( rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_12_1_0 )*
loop404:
do {
int alt404=2;
@@ -66863,10 +64060,10 @@ else if ( (LA405_0==None) ) {
switch (alt404) {
case 1 :
- // InternalAadl2Parser.g:14317:5: rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_10_1_0
+ // InternalAadl2Parser.g:13367:5: rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_12_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_10_1_0();
+ rule__VirtualBusImplementation__OwnedPropertyAssociationAssignment_12_1_0();
state._fsp--;
@@ -66879,7 +64076,7 @@ else if ( (LA405_0==None) ) {
}
} while (true);
- after(grammarAccess.getVirtualBusImplementationAccess().getOwnedPropertyAssociationAssignment_10_1_0());
+ after(grammarAccess.getVirtualBusImplementationAccess().getOwnedPropertyAssociationAssignment_12_1_0());
}
@@ -66890,24 +64087,24 @@ else if ( (LA405_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14322:2: ( ( rule__VirtualBusImplementation__Group_10_1_1__0 ) )
+ // InternalAadl2Parser.g:13372:2: ( ( rule__VirtualBusImplementation__Group_12_1_1__0 ) )
{
- // InternalAadl2Parser.g:14322:2: ( ( rule__VirtualBusImplementation__Group_10_1_1__0 ) )
- // InternalAadl2Parser.g:14323:3: ( rule__VirtualBusImplementation__Group_10_1_1__0 )
+ // InternalAadl2Parser.g:13372:2: ( ( rule__VirtualBusImplementation__Group_12_1_1__0 ) )
+ // InternalAadl2Parser.g:13373:3: ( rule__VirtualBusImplementation__Group_12_1_1__0 )
{
- before(grammarAccess.getVirtualBusImplementationAccess().getGroup_10_1_1());
- // InternalAadl2Parser.g:14324:3: ( rule__VirtualBusImplementation__Group_10_1_1__0 )
- // InternalAadl2Parser.g:14324:4: rule__VirtualBusImplementation__Group_10_1_1__0
+ before(grammarAccess.getVirtualBusImplementationAccess().getGroup_12_1_1());
+ // InternalAadl2Parser.g:13374:3: ( rule__VirtualBusImplementation__Group_12_1_1__0 )
+ // InternalAadl2Parser.g:13374:4: rule__VirtualBusImplementation__Group_12_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusImplementation__Group_10_1_1__0();
+ rule__VirtualBusImplementation__Group_12_1_1__0();
state._fsp--;
}
- after(grammarAccess.getVirtualBusImplementationAccess().getGroup_10_1_1());
+ after(grammarAccess.getVirtualBusImplementationAccess().getGroup_12_1_1());
}
@@ -66928,17 +64125,17 @@ else if ( (LA405_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__VirtualBusImplementation__Alternatives_10_1"
+ // $ANTLR end "rule__VirtualBusImplementation__Alternatives_12_1"
- // $ANTLR start "rule__DataImplementation__Alternatives_7_1"
- // InternalAadl2Parser.g:14332:1: rule__DataImplementation__Alternatives_7_1 : ( ( ( ( rule__DataImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__DataImplementation__OwnedPrototypeAssignment_7_1_0 )* ) ) | ( ( rule__DataImplementation__Group_7_1_1__0 ) ) );
- public final void rule__DataImplementation__Alternatives_7_1() throws RecognitionException {
+ // $ANTLR start "rule__DataImplementation__Alternatives_8_1"
+ // InternalAadl2Parser.g:13382:1: rule__DataImplementation__Alternatives_8_1 : ( ( ( ( rule__DataImplementation__OwnedPrototypeAssignment_8_1_0 ) ) ( ( rule__DataImplementation__OwnedPrototypeAssignment_8_1_0 )* ) ) | ( ( rule__DataImplementation__Group_8_1_1__0 ) ) );
+ public final void rule__DataImplementation__Alternatives_8_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14336:1: ( ( ( ( rule__DataImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__DataImplementation__OwnedPrototypeAssignment_7_1_0 )* ) ) | ( ( rule__DataImplementation__Group_7_1_1__0 ) ) )
+ // InternalAadl2Parser.g:13386:1: ( ( ( ( rule__DataImplementation__OwnedPrototypeAssignment_8_1_0 ) ) ( ( rule__DataImplementation__OwnedPrototypeAssignment_8_1_0 )* ) ) | ( ( rule__DataImplementation__Group_8_1_1__0 ) ) )
int alt407=2;
int LA407_0 = input.LA(1);
@@ -66956,35 +64153,35 @@ else if ( (LA407_0==None) ) {
}
switch (alt407) {
case 1 :
- // InternalAadl2Parser.g:14337:2: ( ( ( rule__DataImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__DataImplementation__OwnedPrototypeAssignment_7_1_0 )* ) )
+ // InternalAadl2Parser.g:13387:2: ( ( ( rule__DataImplementation__OwnedPrototypeAssignment_8_1_0 ) ) ( ( rule__DataImplementation__OwnedPrototypeAssignment_8_1_0 )* ) )
{
- // InternalAadl2Parser.g:14337:2: ( ( ( rule__DataImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__DataImplementation__OwnedPrototypeAssignment_7_1_0 )* ) )
- // InternalAadl2Parser.g:14338:3: ( ( rule__DataImplementation__OwnedPrototypeAssignment_7_1_0 ) ) ( ( rule__DataImplementation__OwnedPrototypeAssignment_7_1_0 )* )
+ // InternalAadl2Parser.g:13387:2: ( ( ( rule__DataImplementation__OwnedPrototypeAssignment_8_1_0 ) ) ( ( rule__DataImplementation__OwnedPrototypeAssignment_8_1_0 )* ) )
+ // InternalAadl2Parser.g:13388:3: ( ( rule__DataImplementation__OwnedPrototypeAssignment_8_1_0 ) ) ( ( rule__DataImplementation__OwnedPrototypeAssignment_8_1_0 )* )
{
- // InternalAadl2Parser.g:14338:3: ( ( rule__DataImplementation__OwnedPrototypeAssignment_7_1_0 ) )
- // InternalAadl2Parser.g:14339:4: ( rule__DataImplementation__OwnedPrototypeAssignment_7_1_0 )
+ // InternalAadl2Parser.g:13388:3: ( ( rule__DataImplementation__OwnedPrototypeAssignment_8_1_0 ) )
+ // InternalAadl2Parser.g:13389:4: ( rule__DataImplementation__OwnedPrototypeAssignment_8_1_0 )
{
- before(grammarAccess.getDataImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
- // InternalAadl2Parser.g:14340:4: ( rule__DataImplementation__OwnedPrototypeAssignment_7_1_0 )
- // InternalAadl2Parser.g:14340:5: rule__DataImplementation__OwnedPrototypeAssignment_7_1_0
+ before(grammarAccess.getDataImplementationAccess().getOwnedPrototypeAssignment_8_1_0());
+ // InternalAadl2Parser.g:13390:4: ( rule__DataImplementation__OwnedPrototypeAssignment_8_1_0 )
+ // InternalAadl2Parser.g:13390:5: rule__DataImplementation__OwnedPrototypeAssignment_8_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__DataImplementation__OwnedPrototypeAssignment_7_1_0();
+ rule__DataImplementation__OwnedPrototypeAssignment_8_1_0();
state._fsp--;
}
- after(grammarAccess.getDataImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
+ after(grammarAccess.getDataImplementationAccess().getOwnedPrototypeAssignment_8_1_0());
}
- // InternalAadl2Parser.g:14343:3: ( ( rule__DataImplementation__OwnedPrototypeAssignment_7_1_0 )* )
- // InternalAadl2Parser.g:14344:4: ( rule__DataImplementation__OwnedPrototypeAssignment_7_1_0 )*
+ // InternalAadl2Parser.g:13393:3: ( ( rule__DataImplementation__OwnedPrototypeAssignment_8_1_0 )* )
+ // InternalAadl2Parser.g:13394:4: ( rule__DataImplementation__OwnedPrototypeAssignment_8_1_0 )*
{
- before(grammarAccess.getDataImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
- // InternalAadl2Parser.g:14345:4: ( rule__DataImplementation__OwnedPrototypeAssignment_7_1_0 )*
+ before(grammarAccess.getDataImplementationAccess().getOwnedPrototypeAssignment_8_1_0());
+ // InternalAadl2Parser.g:13395:4: ( rule__DataImplementation__OwnedPrototypeAssignment_8_1_0 )*
loop406:
do {
int alt406=2;
@@ -66997,10 +64194,10 @@ else if ( (LA407_0==None) ) {
switch (alt406) {
case 1 :
- // InternalAadl2Parser.g:14345:5: rule__DataImplementation__OwnedPrototypeAssignment_7_1_0
+ // InternalAadl2Parser.g:13395:5: rule__DataImplementation__OwnedPrototypeAssignment_8_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__DataImplementation__OwnedPrototypeAssignment_7_1_0();
+ rule__DataImplementation__OwnedPrototypeAssignment_8_1_0();
state._fsp--;
@@ -67013,7 +64210,7 @@ else if ( (LA407_0==None) ) {
}
} while (true);
- after(grammarAccess.getDataImplementationAccess().getOwnedPrototypeAssignment_7_1_0());
+ after(grammarAccess.getDataImplementationAccess().getOwnedPrototypeAssignment_8_1_0());
}
@@ -67024,24 +64221,24 @@ else if ( (LA407_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14350:2: ( ( rule__DataImplementation__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:13400:2: ( ( rule__DataImplementation__Group_8_1_1__0 ) )
{
- // InternalAadl2Parser.g:14350:2: ( ( rule__DataImplementation__Group_7_1_1__0 ) )
- // InternalAadl2Parser.g:14351:3: ( rule__DataImplementation__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:13400:2: ( ( rule__DataImplementation__Group_8_1_1__0 ) )
+ // InternalAadl2Parser.g:13401:3: ( rule__DataImplementation__Group_8_1_1__0 )
{
- before(grammarAccess.getDataImplementationAccess().getGroup_7_1_1());
- // InternalAadl2Parser.g:14352:3: ( rule__DataImplementation__Group_7_1_1__0 )
- // InternalAadl2Parser.g:14352:4: rule__DataImplementation__Group_7_1_1__0
+ before(grammarAccess.getDataImplementationAccess().getGroup_8_1_1());
+ // InternalAadl2Parser.g:13402:3: ( rule__DataImplementation__Group_8_1_1__0 )
+ // InternalAadl2Parser.g:13402:4: rule__DataImplementation__Group_8_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DataImplementation__Group_7_1_1__0();
+ rule__DataImplementation__Group_8_1_1__0();
state._fsp--;
}
- after(grammarAccess.getDataImplementationAccess().getGroup_7_1_1());
+ after(grammarAccess.getDataImplementationAccess().getGroup_8_1_1());
}
@@ -67062,17 +64259,17 @@ else if ( (LA407_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__DataImplementation__Alternatives_7_1"
+ // $ANTLR end "rule__DataImplementation__Alternatives_8_1"
- // $ANTLR start "rule__DataImplementation__Alternatives_8_1"
- // InternalAadl2Parser.g:14360:1: rule__DataImplementation__Alternatives_8_1 : ( ( ( ( rule__DataImplementation__Alternatives_8_1_0 ) ) ( ( rule__DataImplementation__Alternatives_8_1_0 )* ) ) | ( ( rule__DataImplementation__Group_8_1_1__0 ) ) );
- public final void rule__DataImplementation__Alternatives_8_1() throws RecognitionException {
+ // $ANTLR start "rule__DataImplementation__Alternatives_9_1"
+ // InternalAadl2Parser.g:13410:1: rule__DataImplementation__Alternatives_9_1 : ( ( ( ( rule__DataImplementation__Alternatives_9_1_0 ) ) ( ( rule__DataImplementation__Alternatives_9_1_0 )* ) ) | ( ( rule__DataImplementation__Group_9_1_1__0 ) ) );
+ public final void rule__DataImplementation__Alternatives_9_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14364:1: ( ( ( ( rule__DataImplementation__Alternatives_8_1_0 ) ) ( ( rule__DataImplementation__Alternatives_8_1_0 )* ) ) | ( ( rule__DataImplementation__Group_8_1_1__0 ) ) )
+ // InternalAadl2Parser.g:13414:1: ( ( ( ( rule__DataImplementation__Alternatives_9_1_0 ) ) ( ( rule__DataImplementation__Alternatives_9_1_0 )* ) ) | ( ( rule__DataImplementation__Group_9_1_1__0 ) ) )
int alt409=2;
int LA409_0 = input.LA(1);
@@ -67090,35 +64287,35 @@ else if ( (LA409_0==None) ) {
}
switch (alt409) {
case 1 :
- // InternalAadl2Parser.g:14365:2: ( ( ( rule__DataImplementation__Alternatives_8_1_0 ) ) ( ( rule__DataImplementation__Alternatives_8_1_0 )* ) )
+ // InternalAadl2Parser.g:13415:2: ( ( ( rule__DataImplementation__Alternatives_9_1_0 ) ) ( ( rule__DataImplementation__Alternatives_9_1_0 )* ) )
{
- // InternalAadl2Parser.g:14365:2: ( ( ( rule__DataImplementation__Alternatives_8_1_0 ) ) ( ( rule__DataImplementation__Alternatives_8_1_0 )* ) )
- // InternalAadl2Parser.g:14366:3: ( ( rule__DataImplementation__Alternatives_8_1_0 ) ) ( ( rule__DataImplementation__Alternatives_8_1_0 )* )
+ // InternalAadl2Parser.g:13415:2: ( ( ( rule__DataImplementation__Alternatives_9_1_0 ) ) ( ( rule__DataImplementation__Alternatives_9_1_0 )* ) )
+ // InternalAadl2Parser.g:13416:3: ( ( rule__DataImplementation__Alternatives_9_1_0 ) ) ( ( rule__DataImplementation__Alternatives_9_1_0 )* )
{
- // InternalAadl2Parser.g:14366:3: ( ( rule__DataImplementation__Alternatives_8_1_0 ) )
- // InternalAadl2Parser.g:14367:4: ( rule__DataImplementation__Alternatives_8_1_0 )
+ // InternalAadl2Parser.g:13416:3: ( ( rule__DataImplementation__Alternatives_9_1_0 ) )
+ // InternalAadl2Parser.g:13417:4: ( rule__DataImplementation__Alternatives_9_1_0 )
{
- before(grammarAccess.getDataImplementationAccess().getAlternatives_8_1_0());
- // InternalAadl2Parser.g:14368:4: ( rule__DataImplementation__Alternatives_8_1_0 )
- // InternalAadl2Parser.g:14368:5: rule__DataImplementation__Alternatives_8_1_0
+ before(grammarAccess.getDataImplementationAccess().getAlternatives_9_1_0());
+ // InternalAadl2Parser.g:13418:4: ( rule__DataImplementation__Alternatives_9_1_0 )
+ // InternalAadl2Parser.g:13418:5: rule__DataImplementation__Alternatives_9_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__DataImplementation__Alternatives_8_1_0();
+ rule__DataImplementation__Alternatives_9_1_0();
state._fsp--;
}
- after(grammarAccess.getDataImplementationAccess().getAlternatives_8_1_0());
+ after(grammarAccess.getDataImplementationAccess().getAlternatives_9_1_0());
}
- // InternalAadl2Parser.g:14371:3: ( ( rule__DataImplementation__Alternatives_8_1_0 )* )
- // InternalAadl2Parser.g:14372:4: ( rule__DataImplementation__Alternatives_8_1_0 )*
+ // InternalAadl2Parser.g:13421:3: ( ( rule__DataImplementation__Alternatives_9_1_0 )* )
+ // InternalAadl2Parser.g:13422:4: ( rule__DataImplementation__Alternatives_9_1_0 )*
{
- before(grammarAccess.getDataImplementationAccess().getAlternatives_8_1_0());
- // InternalAadl2Parser.g:14373:4: ( rule__DataImplementation__Alternatives_8_1_0 )*
+ before(grammarAccess.getDataImplementationAccess().getAlternatives_9_1_0());
+ // InternalAadl2Parser.g:13423:4: ( rule__DataImplementation__Alternatives_9_1_0 )*
loop408:
do {
int alt408=2;
@@ -67131,10 +64328,10 @@ else if ( (LA409_0==None) ) {
switch (alt408) {
case 1 :
- // InternalAadl2Parser.g:14373:5: rule__DataImplementation__Alternatives_8_1_0
+ // InternalAadl2Parser.g:13423:5: rule__DataImplementation__Alternatives_9_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__DataImplementation__Alternatives_8_1_0();
+ rule__DataImplementation__Alternatives_9_1_0();
state._fsp--;
@@ -67147,7 +64344,7 @@ else if ( (LA409_0==None) ) {
}
} while (true);
- after(grammarAccess.getDataImplementationAccess().getAlternatives_8_1_0());
+ after(grammarAccess.getDataImplementationAccess().getAlternatives_9_1_0());
}
@@ -67158,24 +64355,24 @@ else if ( (LA409_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14378:2: ( ( rule__DataImplementation__Group_8_1_1__0 ) )
+ // InternalAadl2Parser.g:13428:2: ( ( rule__DataImplementation__Group_9_1_1__0 ) )
{
- // InternalAadl2Parser.g:14378:2: ( ( rule__DataImplementation__Group_8_1_1__0 ) )
- // InternalAadl2Parser.g:14379:3: ( rule__DataImplementation__Group_8_1_1__0 )
+ // InternalAadl2Parser.g:13428:2: ( ( rule__DataImplementation__Group_9_1_1__0 ) )
+ // InternalAadl2Parser.g:13429:3: ( rule__DataImplementation__Group_9_1_1__0 )
{
- before(grammarAccess.getDataImplementationAccess().getGroup_8_1_1());
- // InternalAadl2Parser.g:14380:3: ( rule__DataImplementation__Group_8_1_1__0 )
- // InternalAadl2Parser.g:14380:4: rule__DataImplementation__Group_8_1_1__0
+ before(grammarAccess.getDataImplementationAccess().getGroup_9_1_1());
+ // InternalAadl2Parser.g:13430:3: ( rule__DataImplementation__Group_9_1_1__0 )
+ // InternalAadl2Parser.g:13430:4: rule__DataImplementation__Group_9_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DataImplementation__Group_8_1_1__0();
+ rule__DataImplementation__Group_9_1_1__0();
state._fsp--;
}
- after(grammarAccess.getDataImplementationAccess().getGroup_8_1_1());
+ after(grammarAccess.getDataImplementationAccess().getGroup_9_1_1());
}
@@ -67196,17 +64393,17 @@ else if ( (LA409_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__DataImplementation__Alternatives_8_1"
+ // $ANTLR end "rule__DataImplementation__Alternatives_9_1"
- // $ANTLR start "rule__DataImplementation__Alternatives_8_1_0"
- // InternalAadl2Parser.g:14388:1: rule__DataImplementation__Alternatives_8_1_0 : ( ( ( rule__DataImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0 ) ) | ( ( rule__DataImplementation__OwnedDataSubcomponentAssignment_8_1_0_1 ) ) | ( ( rule__DataImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_2 ) ) );
- public final void rule__DataImplementation__Alternatives_8_1_0() throws RecognitionException {
+ // $ANTLR start "rule__DataImplementation__Alternatives_9_1_0"
+ // InternalAadl2Parser.g:13438:1: rule__DataImplementation__Alternatives_9_1_0 : ( ( ( rule__DataImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0 ) ) | ( ( rule__DataImplementation__OwnedDataSubcomponentAssignment_9_1_0_1 ) ) | ( ( rule__DataImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_2 ) ) );
+ public final void rule__DataImplementation__Alternatives_9_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14392:1: ( ( ( rule__DataImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0 ) ) | ( ( rule__DataImplementation__OwnedDataSubcomponentAssignment_8_1_0_1 ) ) | ( ( rule__DataImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_2 ) ) )
+ // InternalAadl2Parser.g:13442:1: ( ( ( rule__DataImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0 ) ) | ( ( rule__DataImplementation__OwnedDataSubcomponentAssignment_9_1_0_1 ) ) | ( ( rule__DataImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_2 ) ) )
int alt410=3;
int LA410_0 = input.LA(1);
@@ -67215,17 +64412,17 @@ public final void rule__DataImplementation__Alternatives_8_1_0() throws Recognit
if ( (LA410_1==Colon) ) {
switch ( input.LA(3) ) {
+ case Subprogram:
+ {
+ alt410=3;
+ }
+ break;
case Refined:
{
- int LA410_3 = input.LA(4);
+ int LA410_4 = input.LA(4);
- if ( (LA410_3==To) ) {
+ if ( (LA410_4==To) ) {
switch ( input.LA(5) ) {
- case Subprogram:
- {
- alt410=3;
- }
- break;
case Data:
{
alt410=2;
@@ -67236,6 +64433,11 @@ public final void rule__DataImplementation__Alternatives_8_1_0() throws Recognit
alt410=1;
}
break;
+ case Subprogram:
+ {
+ alt410=3;
+ }
+ break;
default:
NoViableAltException nvae =
new NoViableAltException("", 410, 7, input);
@@ -67246,25 +64448,20 @@ public final void rule__DataImplementation__Alternatives_8_1_0() throws Recognit
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 410, 3, input);
+ new NoViableAltException("", 410, 4, input);
throw nvae;
}
}
break;
- case Abstract:
- {
- alt410=1;
- }
- break;
case Data:
{
alt410=2;
}
break;
- case Subprogram:
+ case Abstract:
{
- alt410=3;
+ alt410=1;
}
break;
default:
@@ -67290,24 +64487,24 @@ public final void rule__DataImplementation__Alternatives_8_1_0() throws Recognit
}
switch (alt410) {
case 1 :
- // InternalAadl2Parser.g:14393:2: ( ( rule__DataImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0 ) )
+ // InternalAadl2Parser.g:13443:2: ( ( rule__DataImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0 ) )
{
- // InternalAadl2Parser.g:14393:2: ( ( rule__DataImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0 ) )
- // InternalAadl2Parser.g:14394:3: ( rule__DataImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0 )
+ // InternalAadl2Parser.g:13443:2: ( ( rule__DataImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0 ) )
+ // InternalAadl2Parser.g:13444:3: ( rule__DataImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0 )
{
- before(grammarAccess.getDataImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_0());
- // InternalAadl2Parser.g:14395:3: ( rule__DataImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0 )
- // InternalAadl2Parser.g:14395:4: rule__DataImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0
+ before(grammarAccess.getDataImplementationAccess().getOwnedAbstractSubcomponentAssignment_9_1_0_0());
+ // InternalAadl2Parser.g:13445:3: ( rule__DataImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0 )
+ // InternalAadl2Parser.g:13445:4: rule__DataImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DataImplementation__OwnedAbstractSubcomponentAssignment_8_1_0_0();
+ rule__DataImplementation__OwnedAbstractSubcomponentAssignment_9_1_0_0();
state._fsp--;
}
- after(grammarAccess.getDataImplementationAccess().getOwnedAbstractSubcomponentAssignment_8_1_0_0());
+ after(grammarAccess.getDataImplementationAccess().getOwnedAbstractSubcomponentAssignment_9_1_0_0());
}
@@ -67315,24 +64512,24 @@ public final void rule__DataImplementation__Alternatives_8_1_0() throws Recognit
}
break;
case 2 :
- // InternalAadl2Parser.g:14399:2: ( ( rule__DataImplementation__OwnedDataSubcomponentAssignment_8_1_0_1 ) )
+ // InternalAadl2Parser.g:13449:2: ( ( rule__DataImplementation__OwnedDataSubcomponentAssignment_9_1_0_1 ) )
{
- // InternalAadl2Parser.g:14399:2: ( ( rule__DataImplementation__OwnedDataSubcomponentAssignment_8_1_0_1 ) )
- // InternalAadl2Parser.g:14400:3: ( rule__DataImplementation__OwnedDataSubcomponentAssignment_8_1_0_1 )
+ // InternalAadl2Parser.g:13449:2: ( ( rule__DataImplementation__OwnedDataSubcomponentAssignment_9_1_0_1 ) )
+ // InternalAadl2Parser.g:13450:3: ( rule__DataImplementation__OwnedDataSubcomponentAssignment_9_1_0_1 )
{
- before(grammarAccess.getDataImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_1());
- // InternalAadl2Parser.g:14401:3: ( rule__DataImplementation__OwnedDataSubcomponentAssignment_8_1_0_1 )
- // InternalAadl2Parser.g:14401:4: rule__DataImplementation__OwnedDataSubcomponentAssignment_8_1_0_1
+ before(grammarAccess.getDataImplementationAccess().getOwnedDataSubcomponentAssignment_9_1_0_1());
+ // InternalAadl2Parser.g:13451:3: ( rule__DataImplementation__OwnedDataSubcomponentAssignment_9_1_0_1 )
+ // InternalAadl2Parser.g:13451:4: rule__DataImplementation__OwnedDataSubcomponentAssignment_9_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DataImplementation__OwnedDataSubcomponentAssignment_8_1_0_1();
+ rule__DataImplementation__OwnedDataSubcomponentAssignment_9_1_0_1();
state._fsp--;
}
- after(grammarAccess.getDataImplementationAccess().getOwnedDataSubcomponentAssignment_8_1_0_1());
+ after(grammarAccess.getDataImplementationAccess().getOwnedDataSubcomponentAssignment_9_1_0_1());
}
@@ -67340,24 +64537,24 @@ public final void rule__DataImplementation__Alternatives_8_1_0() throws Recognit
}
break;
case 3 :
- // InternalAadl2Parser.g:14405:2: ( ( rule__DataImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_2 ) )
+ // InternalAadl2Parser.g:13455:2: ( ( rule__DataImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_2 ) )
{
- // InternalAadl2Parser.g:14405:2: ( ( rule__DataImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_2 ) )
- // InternalAadl2Parser.g:14406:3: ( rule__DataImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_2 )
+ // InternalAadl2Parser.g:13455:2: ( ( rule__DataImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_2 ) )
+ // InternalAadl2Parser.g:13456:3: ( rule__DataImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_2 )
{
- before(grammarAccess.getDataImplementationAccess().getOwnedSubprogramSubcomponentAssignment_8_1_0_2());
- // InternalAadl2Parser.g:14407:3: ( rule__DataImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_2 )
- // InternalAadl2Parser.g:14407:4: rule__DataImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_2
+ before(grammarAccess.getDataImplementationAccess().getOwnedSubprogramSubcomponentAssignment_9_1_0_2());
+ // InternalAadl2Parser.g:13457:3: ( rule__DataImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_2 )
+ // InternalAadl2Parser.g:13457:4: rule__DataImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_2
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DataImplementation__OwnedSubprogramSubcomponentAssignment_8_1_0_2();
+ rule__DataImplementation__OwnedSubprogramSubcomponentAssignment_9_1_0_2();
state._fsp--;
}
- after(grammarAccess.getDataImplementationAccess().getOwnedSubprogramSubcomponentAssignment_8_1_0_2());
+ after(grammarAccess.getDataImplementationAccess().getOwnedSubprogramSubcomponentAssignment_9_1_0_2());
}
@@ -67378,17 +64575,17 @@ public final void rule__DataImplementation__Alternatives_8_1_0() throws Recognit
}
return ;
}
- // $ANTLR end "rule__DataImplementation__Alternatives_8_1_0"
+ // $ANTLR end "rule__DataImplementation__Alternatives_9_1_0"
- // $ANTLR start "rule__DataImplementation__Alternatives_9_1"
- // InternalAadl2Parser.g:14415:1: rule__DataImplementation__Alternatives_9_1 : ( ( ( rule__DataImplementation__OwnedEventSourceAssignment_9_1_0 ) ) | ( ( rule__DataImplementation__OwnedEventDataSourceAssignment_9_1_1 ) ) );
- public final void rule__DataImplementation__Alternatives_9_1() throws RecognitionException {
+ // $ANTLR start "rule__DataImplementation__Alternatives_10_2"
+ // InternalAadl2Parser.g:13465:1: rule__DataImplementation__Alternatives_10_2 : ( ( ( rule__DataImplementation__OwnedEventSourceAssignment_10_2_0 ) ) | ( ( rule__DataImplementation__OwnedEventDataSourceAssignment_10_2_1 ) ) );
+ public final void rule__DataImplementation__Alternatives_10_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14419:1: ( ( ( rule__DataImplementation__OwnedEventSourceAssignment_9_1_0 ) ) | ( ( rule__DataImplementation__OwnedEventDataSourceAssignment_9_1_1 ) ) )
+ // InternalAadl2Parser.g:13469:1: ( ( ( rule__DataImplementation__OwnedEventSourceAssignment_10_2_0 ) ) | ( ( rule__DataImplementation__OwnedEventDataSourceAssignment_10_2_1 ) ) )
int alt411=2;
int LA411_0 = input.LA(1);
@@ -67401,12 +64598,12 @@ public final void rule__DataImplementation__Alternatives_9_1() throws Recognitio
if ( (LA411_2==Event) ) {
int LA411_3 = input.LA(4);
- if ( (LA411_3==Data) ) {
- alt411=2;
- }
- else if ( (LA411_3==Semicolon||LA411_3==LeftCurlyBracket) ) {
+ if ( (LA411_3==Semicolon||LA411_3==LeftCurlyBracket) ) {
alt411=1;
}
+ else if ( (LA411_3==Data) ) {
+ alt411=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 411, 3, input);
@@ -67436,24 +64633,24 @@ else if ( (LA411_3==Semicolon||LA411_3==LeftCurlyBracket) ) {
}
switch (alt411) {
case 1 :
- // InternalAadl2Parser.g:14420:2: ( ( rule__DataImplementation__OwnedEventSourceAssignment_9_1_0 ) )
+ // InternalAadl2Parser.g:13470:2: ( ( rule__DataImplementation__OwnedEventSourceAssignment_10_2_0 ) )
{
- // InternalAadl2Parser.g:14420:2: ( ( rule__DataImplementation__OwnedEventSourceAssignment_9_1_0 ) )
- // InternalAadl2Parser.g:14421:3: ( rule__DataImplementation__OwnedEventSourceAssignment_9_1_0 )
+ // InternalAadl2Parser.g:13470:2: ( ( rule__DataImplementation__OwnedEventSourceAssignment_10_2_0 ) )
+ // InternalAadl2Parser.g:13471:3: ( rule__DataImplementation__OwnedEventSourceAssignment_10_2_0 )
{
- before(grammarAccess.getDataImplementationAccess().getOwnedEventSourceAssignment_9_1_0());
- // InternalAadl2Parser.g:14422:3: ( rule__DataImplementation__OwnedEventSourceAssignment_9_1_0 )
- // InternalAadl2Parser.g:14422:4: rule__DataImplementation__OwnedEventSourceAssignment_9_1_0
+ before(grammarAccess.getDataImplementationAccess().getOwnedEventSourceAssignment_10_2_0());
+ // InternalAadl2Parser.g:13472:3: ( rule__DataImplementation__OwnedEventSourceAssignment_10_2_0 )
+ // InternalAadl2Parser.g:13472:4: rule__DataImplementation__OwnedEventSourceAssignment_10_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DataImplementation__OwnedEventSourceAssignment_9_1_0();
+ rule__DataImplementation__OwnedEventSourceAssignment_10_2_0();
state._fsp--;
}
- after(grammarAccess.getDataImplementationAccess().getOwnedEventSourceAssignment_9_1_0());
+ after(grammarAccess.getDataImplementationAccess().getOwnedEventSourceAssignment_10_2_0());
}
@@ -67461,24 +64658,24 @@ else if ( (LA411_3==Semicolon||LA411_3==LeftCurlyBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14426:2: ( ( rule__DataImplementation__OwnedEventDataSourceAssignment_9_1_1 ) )
+ // InternalAadl2Parser.g:13476:2: ( ( rule__DataImplementation__OwnedEventDataSourceAssignment_10_2_1 ) )
{
- // InternalAadl2Parser.g:14426:2: ( ( rule__DataImplementation__OwnedEventDataSourceAssignment_9_1_1 ) )
- // InternalAadl2Parser.g:14427:3: ( rule__DataImplementation__OwnedEventDataSourceAssignment_9_1_1 )
+ // InternalAadl2Parser.g:13476:2: ( ( rule__DataImplementation__OwnedEventDataSourceAssignment_10_2_1 ) )
+ // InternalAadl2Parser.g:13477:3: ( rule__DataImplementation__OwnedEventDataSourceAssignment_10_2_1 )
{
- before(grammarAccess.getDataImplementationAccess().getOwnedEventDataSourceAssignment_9_1_1());
- // InternalAadl2Parser.g:14428:3: ( rule__DataImplementation__OwnedEventDataSourceAssignment_9_1_1 )
- // InternalAadl2Parser.g:14428:4: rule__DataImplementation__OwnedEventDataSourceAssignment_9_1_1
+ before(grammarAccess.getDataImplementationAccess().getOwnedEventDataSourceAssignment_10_2_1());
+ // InternalAadl2Parser.g:13478:3: ( rule__DataImplementation__OwnedEventDataSourceAssignment_10_2_1 )
+ // InternalAadl2Parser.g:13478:4: rule__DataImplementation__OwnedEventDataSourceAssignment_10_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DataImplementation__OwnedEventDataSourceAssignment_9_1_1();
+ rule__DataImplementation__OwnedEventDataSourceAssignment_10_2_1();
state._fsp--;
}
- after(grammarAccess.getDataImplementationAccess().getOwnedEventDataSourceAssignment_9_1_1());
+ after(grammarAccess.getDataImplementationAccess().getOwnedEventDataSourceAssignment_10_2_1());
}
@@ -67499,17 +64696,17 @@ else if ( (LA411_3==Semicolon||LA411_3==LeftCurlyBracket) ) {
}
return ;
}
- // $ANTLR end "rule__DataImplementation__Alternatives_9_1"
+ // $ANTLR end "rule__DataImplementation__Alternatives_10_2"
- // $ANTLR start "rule__DataImplementation__Alternatives_10_1"
- // InternalAadl2Parser.g:14436:1: rule__DataImplementation__Alternatives_10_1 : ( ( ( ( rule__DataImplementation__Alternatives_10_1_0 ) ) ( ( rule__DataImplementation__Alternatives_10_1_0 )* ) ) | ( ( rule__DataImplementation__Group_10_1_1__0 ) ) );
- public final void rule__DataImplementation__Alternatives_10_1() throws RecognitionException {
+ // $ANTLR start "rule__DataImplementation__Alternatives_11_1"
+ // InternalAadl2Parser.g:13486:1: rule__DataImplementation__Alternatives_11_1 : ( ( ( ( rule__DataImplementation__Alternatives_11_1_0 ) ) ( ( rule__DataImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__DataImplementation__Group_11_1_1__0 ) ) );
+ public final void rule__DataImplementation__Alternatives_11_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14440:1: ( ( ( ( rule__DataImplementation__Alternatives_10_1_0 ) ) ( ( rule__DataImplementation__Alternatives_10_1_0 )* ) ) | ( ( rule__DataImplementation__Group_10_1_1__0 ) ) )
+ // InternalAadl2Parser.g:13490:1: ( ( ( ( rule__DataImplementation__Alternatives_11_1_0 ) ) ( ( rule__DataImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__DataImplementation__Group_11_1_1__0 ) ) )
int alt413=2;
int LA413_0 = input.LA(1);
@@ -67527,35 +64724,35 @@ else if ( (LA413_0==None) ) {
}
switch (alt413) {
case 1 :
- // InternalAadl2Parser.g:14441:2: ( ( ( rule__DataImplementation__Alternatives_10_1_0 ) ) ( ( rule__DataImplementation__Alternatives_10_1_0 )* ) )
+ // InternalAadl2Parser.g:13491:2: ( ( ( rule__DataImplementation__Alternatives_11_1_0 ) ) ( ( rule__DataImplementation__Alternatives_11_1_0 )* ) )
{
- // InternalAadl2Parser.g:14441:2: ( ( ( rule__DataImplementation__Alternatives_10_1_0 ) ) ( ( rule__DataImplementation__Alternatives_10_1_0 )* ) )
- // InternalAadl2Parser.g:14442:3: ( ( rule__DataImplementation__Alternatives_10_1_0 ) ) ( ( rule__DataImplementation__Alternatives_10_1_0 )* )
+ // InternalAadl2Parser.g:13491:2: ( ( ( rule__DataImplementation__Alternatives_11_1_0 ) ) ( ( rule__DataImplementation__Alternatives_11_1_0 )* ) )
+ // InternalAadl2Parser.g:13492:3: ( ( rule__DataImplementation__Alternatives_11_1_0 ) ) ( ( rule__DataImplementation__Alternatives_11_1_0 )* )
{
- // InternalAadl2Parser.g:14442:3: ( ( rule__DataImplementation__Alternatives_10_1_0 ) )
- // InternalAadl2Parser.g:14443:4: ( rule__DataImplementation__Alternatives_10_1_0 )
+ // InternalAadl2Parser.g:13492:3: ( ( rule__DataImplementation__Alternatives_11_1_0 ) )
+ // InternalAadl2Parser.g:13493:4: ( rule__DataImplementation__Alternatives_11_1_0 )
{
- before(grammarAccess.getDataImplementationAccess().getAlternatives_10_1_0());
- // InternalAadl2Parser.g:14444:4: ( rule__DataImplementation__Alternatives_10_1_0 )
- // InternalAadl2Parser.g:14444:5: rule__DataImplementation__Alternatives_10_1_0
+ before(grammarAccess.getDataImplementationAccess().getAlternatives_11_1_0());
+ // InternalAadl2Parser.g:13494:4: ( rule__DataImplementation__Alternatives_11_1_0 )
+ // InternalAadl2Parser.g:13494:5: rule__DataImplementation__Alternatives_11_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__DataImplementation__Alternatives_10_1_0();
+ rule__DataImplementation__Alternatives_11_1_0();
state._fsp--;
}
- after(grammarAccess.getDataImplementationAccess().getAlternatives_10_1_0());
+ after(grammarAccess.getDataImplementationAccess().getAlternatives_11_1_0());
}
- // InternalAadl2Parser.g:14447:3: ( ( rule__DataImplementation__Alternatives_10_1_0 )* )
- // InternalAadl2Parser.g:14448:4: ( rule__DataImplementation__Alternatives_10_1_0 )*
+ // InternalAadl2Parser.g:13497:3: ( ( rule__DataImplementation__Alternatives_11_1_0 )* )
+ // InternalAadl2Parser.g:13498:4: ( rule__DataImplementation__Alternatives_11_1_0 )*
{
- before(grammarAccess.getDataImplementationAccess().getAlternatives_10_1_0());
- // InternalAadl2Parser.g:14449:4: ( rule__DataImplementation__Alternatives_10_1_0 )*
+ before(grammarAccess.getDataImplementationAccess().getAlternatives_11_1_0());
+ // InternalAadl2Parser.g:13499:4: ( rule__DataImplementation__Alternatives_11_1_0 )*
loop412:
do {
int alt412=2;
@@ -67568,10 +64765,10 @@ else if ( (LA413_0==None) ) {
switch (alt412) {
case 1 :
- // InternalAadl2Parser.g:14449:5: rule__DataImplementation__Alternatives_10_1_0
+ // InternalAadl2Parser.g:13499:5: rule__DataImplementation__Alternatives_11_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__DataImplementation__Alternatives_10_1_0();
+ rule__DataImplementation__Alternatives_11_1_0();
state._fsp--;
@@ -67584,7 +64781,7 @@ else if ( (LA413_0==None) ) {
}
} while (true);
- after(grammarAccess.getDataImplementationAccess().getAlternatives_10_1_0());
+ after(grammarAccess.getDataImplementationAccess().getAlternatives_11_1_0());
}
@@ -67595,24 +64792,24 @@ else if ( (LA413_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14454:2: ( ( rule__DataImplementation__Group_10_1_1__0 ) )
+ // InternalAadl2Parser.g:13504:2: ( ( rule__DataImplementation__Group_11_1_1__0 ) )
{
- // InternalAadl2Parser.g:14454:2: ( ( rule__DataImplementation__Group_10_1_1__0 ) )
- // InternalAadl2Parser.g:14455:3: ( rule__DataImplementation__Group_10_1_1__0 )
+ // InternalAadl2Parser.g:13504:2: ( ( rule__DataImplementation__Group_11_1_1__0 ) )
+ // InternalAadl2Parser.g:13505:3: ( rule__DataImplementation__Group_11_1_1__0 )
{
- before(grammarAccess.getDataImplementationAccess().getGroup_10_1_1());
- // InternalAadl2Parser.g:14456:3: ( rule__DataImplementation__Group_10_1_1__0 )
- // InternalAadl2Parser.g:14456:4: rule__DataImplementation__Group_10_1_1__0
+ before(grammarAccess.getDataImplementationAccess().getGroup_11_1_1());
+ // InternalAadl2Parser.g:13506:3: ( rule__DataImplementation__Group_11_1_1__0 )
+ // InternalAadl2Parser.g:13506:4: rule__DataImplementation__Group_11_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DataImplementation__Group_10_1_1__0();
+ rule__DataImplementation__Group_11_1_1__0();
state._fsp--;
}
- after(grammarAccess.getDataImplementationAccess().getGroup_10_1_1());
+ after(grammarAccess.getDataImplementationAccess().getGroup_11_1_1());
}
@@ -67633,39 +64830,39 @@ else if ( (LA413_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__DataImplementation__Alternatives_10_1"
+ // $ANTLR end "rule__DataImplementation__Alternatives_11_1"
- // $ANTLR start "rule__DataImplementation__Alternatives_10_1_0"
- // InternalAadl2Parser.g:14464:1: rule__DataImplementation__Alternatives_10_1_0 : ( ( ( rule__DataImplementation__OwnedAccessConnectionAssignment_10_1_0_0 ) ) | ( ( rule__DataImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1 ) ) | ( ( rule__DataImplementation__OwnedFeatureConnectionAssignment_10_1_0_2 ) ) );
- public final void rule__DataImplementation__Alternatives_10_1_0() throws RecognitionException {
+ // $ANTLR start "rule__DataImplementation__Alternatives_11_1_0"
+ // InternalAadl2Parser.g:13514:1: rule__DataImplementation__Alternatives_11_1_0 : ( ( ( rule__DataImplementation__OwnedAccessConnectionAssignment_11_1_0_0 ) ) | ( ( rule__DataImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_1 ) ) | ( ( rule__DataImplementation__OwnedFeatureConnectionAssignment_11_1_0_2 ) ) );
+ public final void rule__DataImplementation__Alternatives_11_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14468:1: ( ( ( rule__DataImplementation__OwnedAccessConnectionAssignment_10_1_0_0 ) ) | ( ( rule__DataImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1 ) ) | ( ( rule__DataImplementation__OwnedFeatureConnectionAssignment_10_1_0_2 ) ) )
+ // InternalAadl2Parser.g:13518:1: ( ( ( rule__DataImplementation__OwnedAccessConnectionAssignment_11_1_0_0 ) ) | ( ( rule__DataImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_1 ) ) | ( ( rule__DataImplementation__OwnedFeatureConnectionAssignment_11_1_0_2 ) ) )
int alt414=3;
alt414 = dfa414.predict(input);
switch (alt414) {
case 1 :
- // InternalAadl2Parser.g:14469:2: ( ( rule__DataImplementation__OwnedAccessConnectionAssignment_10_1_0_0 ) )
+ // InternalAadl2Parser.g:13519:2: ( ( rule__DataImplementation__OwnedAccessConnectionAssignment_11_1_0_0 ) )
{
- // InternalAadl2Parser.g:14469:2: ( ( rule__DataImplementation__OwnedAccessConnectionAssignment_10_1_0_0 ) )
- // InternalAadl2Parser.g:14470:3: ( rule__DataImplementation__OwnedAccessConnectionAssignment_10_1_0_0 )
+ // InternalAadl2Parser.g:13519:2: ( ( rule__DataImplementation__OwnedAccessConnectionAssignment_11_1_0_0 ) )
+ // InternalAadl2Parser.g:13520:3: ( rule__DataImplementation__OwnedAccessConnectionAssignment_11_1_0_0 )
{
- before(grammarAccess.getDataImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_0());
- // InternalAadl2Parser.g:14471:3: ( rule__DataImplementation__OwnedAccessConnectionAssignment_10_1_0_0 )
- // InternalAadl2Parser.g:14471:4: rule__DataImplementation__OwnedAccessConnectionAssignment_10_1_0_0
+ before(grammarAccess.getDataImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_0());
+ // InternalAadl2Parser.g:13521:3: ( rule__DataImplementation__OwnedAccessConnectionAssignment_11_1_0_0 )
+ // InternalAadl2Parser.g:13521:4: rule__DataImplementation__OwnedAccessConnectionAssignment_11_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DataImplementation__OwnedAccessConnectionAssignment_10_1_0_0();
+ rule__DataImplementation__OwnedAccessConnectionAssignment_11_1_0_0();
state._fsp--;
}
- after(grammarAccess.getDataImplementationAccess().getOwnedAccessConnectionAssignment_10_1_0_0());
+ after(grammarAccess.getDataImplementationAccess().getOwnedAccessConnectionAssignment_11_1_0_0());
}
@@ -67673,24 +64870,24 @@ public final void rule__DataImplementation__Alternatives_10_1_0() throws Recogni
}
break;
case 2 :
- // InternalAadl2Parser.g:14475:2: ( ( rule__DataImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1 ) )
+ // InternalAadl2Parser.g:13525:2: ( ( rule__DataImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_1 ) )
{
- // InternalAadl2Parser.g:14475:2: ( ( rule__DataImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1 ) )
- // InternalAadl2Parser.g:14476:3: ( rule__DataImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1 )
+ // InternalAadl2Parser.g:13525:2: ( ( rule__DataImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_1 ) )
+ // InternalAadl2Parser.g:13526:3: ( rule__DataImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_1 )
{
- before(grammarAccess.getDataImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_1());
- // InternalAadl2Parser.g:14477:3: ( rule__DataImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1 )
- // InternalAadl2Parser.g:14477:4: rule__DataImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1
+ before(grammarAccess.getDataImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_1());
+ // InternalAadl2Parser.g:13527:3: ( rule__DataImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_1 )
+ // InternalAadl2Parser.g:13527:4: rule__DataImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DataImplementation__OwnedFeatureGroupConnectionAssignment_10_1_0_1();
+ rule__DataImplementation__OwnedFeatureGroupConnectionAssignment_11_1_0_1();
state._fsp--;
}
- after(grammarAccess.getDataImplementationAccess().getOwnedFeatureGroupConnectionAssignment_10_1_0_1());
+ after(grammarAccess.getDataImplementationAccess().getOwnedFeatureGroupConnectionAssignment_11_1_0_1());
}
@@ -67698,24 +64895,24 @@ public final void rule__DataImplementation__Alternatives_10_1_0() throws Recogni
}
break;
case 3 :
- // InternalAadl2Parser.g:14481:2: ( ( rule__DataImplementation__OwnedFeatureConnectionAssignment_10_1_0_2 ) )
+ // InternalAadl2Parser.g:13531:2: ( ( rule__DataImplementation__OwnedFeatureConnectionAssignment_11_1_0_2 ) )
{
- // InternalAadl2Parser.g:14481:2: ( ( rule__DataImplementation__OwnedFeatureConnectionAssignment_10_1_0_2 ) )
- // InternalAadl2Parser.g:14482:3: ( rule__DataImplementation__OwnedFeatureConnectionAssignment_10_1_0_2 )
+ // InternalAadl2Parser.g:13531:2: ( ( rule__DataImplementation__OwnedFeatureConnectionAssignment_11_1_0_2 ) )
+ // InternalAadl2Parser.g:13532:3: ( rule__DataImplementation__OwnedFeatureConnectionAssignment_11_1_0_2 )
{
- before(grammarAccess.getDataImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_2());
- // InternalAadl2Parser.g:14483:3: ( rule__DataImplementation__OwnedFeatureConnectionAssignment_10_1_0_2 )
- // InternalAadl2Parser.g:14483:4: rule__DataImplementation__OwnedFeatureConnectionAssignment_10_1_0_2
+ before(grammarAccess.getDataImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_2());
+ // InternalAadl2Parser.g:13533:3: ( rule__DataImplementation__OwnedFeatureConnectionAssignment_11_1_0_2 )
+ // InternalAadl2Parser.g:13533:4: rule__DataImplementation__OwnedFeatureConnectionAssignment_11_1_0_2
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DataImplementation__OwnedFeatureConnectionAssignment_10_1_0_2();
+ rule__DataImplementation__OwnedFeatureConnectionAssignment_11_1_0_2();
state._fsp--;
}
- after(grammarAccess.getDataImplementationAccess().getOwnedFeatureConnectionAssignment_10_1_0_2());
+ after(grammarAccess.getDataImplementationAccess().getOwnedFeatureConnectionAssignment_11_1_0_2());
}
@@ -67736,17 +64933,17 @@ public final void rule__DataImplementation__Alternatives_10_1_0() throws Recogni
}
return ;
}
- // $ANTLR end "rule__DataImplementation__Alternatives_10_1_0"
+ // $ANTLR end "rule__DataImplementation__Alternatives_11_1_0"
- // $ANTLR start "rule__DataImplementation__Alternatives_11_1"
- // InternalAadl2Parser.g:14491:1: rule__DataImplementation__Alternatives_11_1 : ( ( ( ( rule__DataImplementation__Alternatives_11_1_0 ) ) ( ( rule__DataImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__DataImplementation__Group_11_1_1__0 ) ) );
- public final void rule__DataImplementation__Alternatives_11_1() throws RecognitionException {
+ // $ANTLR start "rule__DataImplementation__Alternatives_12_1"
+ // InternalAadl2Parser.g:13541:1: rule__DataImplementation__Alternatives_12_1 : ( ( ( ( rule__DataImplementation__Alternatives_12_1_0 ) ) ( ( rule__DataImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__DataImplementation__Group_12_1_1__0 ) ) );
+ public final void rule__DataImplementation__Alternatives_12_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14495:1: ( ( ( ( rule__DataImplementation__Alternatives_11_1_0 ) ) ( ( rule__DataImplementation__Alternatives_11_1_0 )* ) ) | ( ( rule__DataImplementation__Group_11_1_1__0 ) ) )
+ // InternalAadl2Parser.g:13545:1: ( ( ( ( rule__DataImplementation__Alternatives_12_1_0 ) ) ( ( rule__DataImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__DataImplementation__Group_12_1_1__0 ) ) )
int alt416=2;
int LA416_0 = input.LA(1);
@@ -67764,35 +64961,35 @@ else if ( (LA416_0==None) ) {
}
switch (alt416) {
case 1 :
- // InternalAadl2Parser.g:14496:2: ( ( ( rule__DataImplementation__Alternatives_11_1_0 ) ) ( ( rule__DataImplementation__Alternatives_11_1_0 )* ) )
+ // InternalAadl2Parser.g:13546:2: ( ( ( rule__DataImplementation__Alternatives_12_1_0 ) ) ( ( rule__DataImplementation__Alternatives_12_1_0 )* ) )
{
- // InternalAadl2Parser.g:14496:2: ( ( ( rule__DataImplementation__Alternatives_11_1_0 ) ) ( ( rule__DataImplementation__Alternatives_11_1_0 )* ) )
- // InternalAadl2Parser.g:14497:3: ( ( rule__DataImplementation__Alternatives_11_1_0 ) ) ( ( rule__DataImplementation__Alternatives_11_1_0 )* )
+ // InternalAadl2Parser.g:13546:2: ( ( ( rule__DataImplementation__Alternatives_12_1_0 ) ) ( ( rule__DataImplementation__Alternatives_12_1_0 )* ) )
+ // InternalAadl2Parser.g:13547:3: ( ( rule__DataImplementation__Alternatives_12_1_0 ) ) ( ( rule__DataImplementation__Alternatives_12_1_0 )* )
{
- // InternalAadl2Parser.g:14497:3: ( ( rule__DataImplementation__Alternatives_11_1_0 ) )
- // InternalAadl2Parser.g:14498:4: ( rule__DataImplementation__Alternatives_11_1_0 )
+ // InternalAadl2Parser.g:13547:3: ( ( rule__DataImplementation__Alternatives_12_1_0 ) )
+ // InternalAadl2Parser.g:13548:4: ( rule__DataImplementation__Alternatives_12_1_0 )
{
- before(grammarAccess.getDataImplementationAccess().getAlternatives_11_1_0());
- // InternalAadl2Parser.g:14499:4: ( rule__DataImplementation__Alternatives_11_1_0 )
- // InternalAadl2Parser.g:14499:5: rule__DataImplementation__Alternatives_11_1_0
+ before(grammarAccess.getDataImplementationAccess().getAlternatives_12_1_0());
+ // InternalAadl2Parser.g:13549:4: ( rule__DataImplementation__Alternatives_12_1_0 )
+ // InternalAadl2Parser.g:13549:5: rule__DataImplementation__Alternatives_12_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__DataImplementation__Alternatives_11_1_0();
+ rule__DataImplementation__Alternatives_12_1_0();
state._fsp--;
}
- after(grammarAccess.getDataImplementationAccess().getAlternatives_11_1_0());
+ after(grammarAccess.getDataImplementationAccess().getAlternatives_12_1_0());
}
- // InternalAadl2Parser.g:14502:3: ( ( rule__DataImplementation__Alternatives_11_1_0 )* )
- // InternalAadl2Parser.g:14503:4: ( rule__DataImplementation__Alternatives_11_1_0 )*
+ // InternalAadl2Parser.g:13552:3: ( ( rule__DataImplementation__Alternatives_12_1_0 )* )
+ // InternalAadl2Parser.g:13553:4: ( rule__DataImplementation__Alternatives_12_1_0 )*
{
- before(grammarAccess.getDataImplementationAccess().getAlternatives_11_1_0());
- // InternalAadl2Parser.g:14504:4: ( rule__DataImplementation__Alternatives_11_1_0 )*
+ before(grammarAccess.getDataImplementationAccess().getAlternatives_12_1_0());
+ // InternalAadl2Parser.g:13554:4: ( rule__DataImplementation__Alternatives_12_1_0 )*
loop415:
do {
int alt415=2;
@@ -67805,10 +65002,10 @@ else if ( (LA416_0==None) ) {
switch (alt415) {
case 1 :
- // InternalAadl2Parser.g:14504:5: rule__DataImplementation__Alternatives_11_1_0
+ // InternalAadl2Parser.g:13554:5: rule__DataImplementation__Alternatives_12_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__DataImplementation__Alternatives_11_1_0();
+ rule__DataImplementation__Alternatives_12_1_0();
state._fsp--;
@@ -67821,7 +65018,7 @@ else if ( (LA416_0==None) ) {
}
} while (true);
- after(grammarAccess.getDataImplementationAccess().getAlternatives_11_1_0());
+ after(grammarAccess.getDataImplementationAccess().getAlternatives_12_1_0());
}
@@ -67832,24 +65029,24 @@ else if ( (LA416_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14509:2: ( ( rule__DataImplementation__Group_11_1_1__0 ) )
+ // InternalAadl2Parser.g:13559:2: ( ( rule__DataImplementation__Group_12_1_1__0 ) )
{
- // InternalAadl2Parser.g:14509:2: ( ( rule__DataImplementation__Group_11_1_1__0 ) )
- // InternalAadl2Parser.g:14510:3: ( rule__DataImplementation__Group_11_1_1__0 )
+ // InternalAadl2Parser.g:13559:2: ( ( rule__DataImplementation__Group_12_1_1__0 ) )
+ // InternalAadl2Parser.g:13560:3: ( rule__DataImplementation__Group_12_1_1__0 )
{
- before(grammarAccess.getDataImplementationAccess().getGroup_11_1_1());
- // InternalAadl2Parser.g:14511:3: ( rule__DataImplementation__Group_11_1_1__0 )
- // InternalAadl2Parser.g:14511:4: rule__DataImplementation__Group_11_1_1__0
+ before(grammarAccess.getDataImplementationAccess().getGroup_12_1_1());
+ // InternalAadl2Parser.g:13561:3: ( rule__DataImplementation__Group_12_1_1__0 )
+ // InternalAadl2Parser.g:13561:4: rule__DataImplementation__Group_12_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DataImplementation__Group_11_1_1__0();
+ rule__DataImplementation__Group_12_1_1__0();
state._fsp--;
}
- after(grammarAccess.getDataImplementationAccess().getGroup_11_1_1());
+ after(grammarAccess.getDataImplementationAccess().getGroup_12_1_1());
}
@@ -67870,17 +65067,17 @@ else if ( (LA416_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__DataImplementation__Alternatives_11_1"
+ // $ANTLR end "rule__DataImplementation__Alternatives_12_1"
- // $ANTLR start "rule__DataImplementation__Alternatives_11_1_0"
- // InternalAadl2Parser.g:14519:1: rule__DataImplementation__Alternatives_11_1_0 : ( ( ( rule__DataImplementation__OwnedFlowImplementationAssignment_11_1_0_0 ) ) | ( ( rule__DataImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 ) ) );
- public final void rule__DataImplementation__Alternatives_11_1_0() throws RecognitionException {
+ // $ANTLR start "rule__DataImplementation__Alternatives_12_1_0"
+ // InternalAadl2Parser.g:13569:1: rule__DataImplementation__Alternatives_12_1_0 : ( ( ( rule__DataImplementation__OwnedFlowImplementationAssignment_12_1_0_0 ) ) | ( ( rule__DataImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 ) ) );
+ public final void rule__DataImplementation__Alternatives_12_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14523:1: ( ( ( rule__DataImplementation__OwnedFlowImplementationAssignment_11_1_0_0 ) ) | ( ( rule__DataImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 ) ) )
+ // InternalAadl2Parser.g:13573:1: ( ( ( rule__DataImplementation__OwnedFlowImplementationAssignment_12_1_0_0 ) ) | ( ( rule__DataImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 ) ) )
int alt417=2;
int LA417_0 = input.LA(1);
@@ -67890,12 +65087,12 @@ public final void rule__DataImplementation__Alternatives_11_1_0() throws Recogni
if ( (LA417_1==Colon) ) {
int LA417_2 = input.LA(3);
- if ( (LA417_2==Flow) ) {
- alt417=1;
- }
- else if ( (LA417_2==Refined||LA417_2==End) ) {
+ if ( (LA417_2==Refined||LA417_2==End) ) {
alt417=2;
}
+ else if ( (LA417_2==Flow) ) {
+ alt417=1;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 417, 2, input);
@@ -67918,24 +65115,24 @@ else if ( (LA417_2==Refined||LA417_2==End) ) {
}
switch (alt417) {
case 1 :
- // InternalAadl2Parser.g:14524:2: ( ( rule__DataImplementation__OwnedFlowImplementationAssignment_11_1_0_0 ) )
+ // InternalAadl2Parser.g:13574:2: ( ( rule__DataImplementation__OwnedFlowImplementationAssignment_12_1_0_0 ) )
{
- // InternalAadl2Parser.g:14524:2: ( ( rule__DataImplementation__OwnedFlowImplementationAssignment_11_1_0_0 ) )
- // InternalAadl2Parser.g:14525:3: ( rule__DataImplementation__OwnedFlowImplementationAssignment_11_1_0_0 )
+ // InternalAadl2Parser.g:13574:2: ( ( rule__DataImplementation__OwnedFlowImplementationAssignment_12_1_0_0 ) )
+ // InternalAadl2Parser.g:13575:3: ( rule__DataImplementation__OwnedFlowImplementationAssignment_12_1_0_0 )
{
- before(grammarAccess.getDataImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0());
- // InternalAadl2Parser.g:14526:3: ( rule__DataImplementation__OwnedFlowImplementationAssignment_11_1_0_0 )
- // InternalAadl2Parser.g:14526:4: rule__DataImplementation__OwnedFlowImplementationAssignment_11_1_0_0
+ before(grammarAccess.getDataImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0());
+ // InternalAadl2Parser.g:13576:3: ( rule__DataImplementation__OwnedFlowImplementationAssignment_12_1_0_0 )
+ // InternalAadl2Parser.g:13576:4: rule__DataImplementation__OwnedFlowImplementationAssignment_12_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DataImplementation__OwnedFlowImplementationAssignment_11_1_0_0();
+ rule__DataImplementation__OwnedFlowImplementationAssignment_12_1_0_0();
state._fsp--;
}
- after(grammarAccess.getDataImplementationAccess().getOwnedFlowImplementationAssignment_11_1_0_0());
+ after(grammarAccess.getDataImplementationAccess().getOwnedFlowImplementationAssignment_12_1_0_0());
}
@@ -67943,24 +65140,24 @@ else if ( (LA417_2==Refined||LA417_2==End) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14530:2: ( ( rule__DataImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 ) )
+ // InternalAadl2Parser.g:13580:2: ( ( rule__DataImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 ) )
{
- // InternalAadl2Parser.g:14530:2: ( ( rule__DataImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 ) )
- // InternalAadl2Parser.g:14531:3: ( rule__DataImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 )
+ // InternalAadl2Parser.g:13580:2: ( ( rule__DataImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 ) )
+ // InternalAadl2Parser.g:13581:3: ( rule__DataImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 )
{
- before(grammarAccess.getDataImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1());
- // InternalAadl2Parser.g:14532:3: ( rule__DataImplementation__OwnedEndToEndFlowAssignment_11_1_0_1 )
- // InternalAadl2Parser.g:14532:4: rule__DataImplementation__OwnedEndToEndFlowAssignment_11_1_0_1
+ before(grammarAccess.getDataImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1());
+ // InternalAadl2Parser.g:13582:3: ( rule__DataImplementation__OwnedEndToEndFlowAssignment_12_1_0_1 )
+ // InternalAadl2Parser.g:13582:4: rule__DataImplementation__OwnedEndToEndFlowAssignment_12_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DataImplementation__OwnedEndToEndFlowAssignment_11_1_0_1();
+ rule__DataImplementation__OwnedEndToEndFlowAssignment_12_1_0_1();
state._fsp--;
}
- after(grammarAccess.getDataImplementationAccess().getOwnedEndToEndFlowAssignment_11_1_0_1());
+ after(grammarAccess.getDataImplementationAccess().getOwnedEndToEndFlowAssignment_12_1_0_1());
}
@@ -67981,17 +65178,17 @@ else if ( (LA417_2==Refined||LA417_2==End) ) {
}
return ;
}
- // $ANTLR end "rule__DataImplementation__Alternatives_11_1_0"
+ // $ANTLR end "rule__DataImplementation__Alternatives_12_1_0"
- // $ANTLR start "rule__DataImplementation__Alternatives_12_1"
- // InternalAadl2Parser.g:14540:1: rule__DataImplementation__Alternatives_12_1 : ( ( ( ( rule__DataImplementation__Alternatives_12_1_0 ) ) ( ( rule__DataImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__DataImplementation__Group_12_1_1__0 ) ) );
- public final void rule__DataImplementation__Alternatives_12_1() throws RecognitionException {
+ // $ANTLR start "rule__DataImplementation__Alternatives_13_1"
+ // InternalAadl2Parser.g:13590:1: rule__DataImplementation__Alternatives_13_1 : ( ( ( ( rule__DataImplementation__Alternatives_13_1_0 ) ) ( ( rule__DataImplementation__Alternatives_13_1_0 )* ) ) | ( ( rule__DataImplementation__Group_13_1_1__0 ) ) );
+ public final void rule__DataImplementation__Alternatives_13_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14544:1: ( ( ( ( rule__DataImplementation__Alternatives_12_1_0 ) ) ( ( rule__DataImplementation__Alternatives_12_1_0 )* ) ) | ( ( rule__DataImplementation__Group_12_1_1__0 ) ) )
+ // InternalAadl2Parser.g:13594:1: ( ( ( ( rule__DataImplementation__Alternatives_13_1_0 ) ) ( ( rule__DataImplementation__Alternatives_13_1_0 )* ) ) | ( ( rule__DataImplementation__Group_13_1_1__0 ) ) )
int alt419=2;
int LA419_0 = input.LA(1);
@@ -68009,35 +65206,35 @@ else if ( (LA419_0==None) ) {
}
switch (alt419) {
case 1 :
- // InternalAadl2Parser.g:14545:2: ( ( ( rule__DataImplementation__Alternatives_12_1_0 ) ) ( ( rule__DataImplementation__Alternatives_12_1_0 )* ) )
+ // InternalAadl2Parser.g:13595:2: ( ( ( rule__DataImplementation__Alternatives_13_1_0 ) ) ( ( rule__DataImplementation__Alternatives_13_1_0 )* ) )
{
- // InternalAadl2Parser.g:14545:2: ( ( ( rule__DataImplementation__Alternatives_12_1_0 ) ) ( ( rule__DataImplementation__Alternatives_12_1_0 )* ) )
- // InternalAadl2Parser.g:14546:3: ( ( rule__DataImplementation__Alternatives_12_1_0 ) ) ( ( rule__DataImplementation__Alternatives_12_1_0 )* )
+ // InternalAadl2Parser.g:13595:2: ( ( ( rule__DataImplementation__Alternatives_13_1_0 ) ) ( ( rule__DataImplementation__Alternatives_13_1_0 )* ) )
+ // InternalAadl2Parser.g:13596:3: ( ( rule__DataImplementation__Alternatives_13_1_0 ) ) ( ( rule__DataImplementation__Alternatives_13_1_0 )* )
{
- // InternalAadl2Parser.g:14546:3: ( ( rule__DataImplementation__Alternatives_12_1_0 ) )
- // InternalAadl2Parser.g:14547:4: ( rule__DataImplementation__Alternatives_12_1_0 )
+ // InternalAadl2Parser.g:13596:3: ( ( rule__DataImplementation__Alternatives_13_1_0 ) )
+ // InternalAadl2Parser.g:13597:4: ( rule__DataImplementation__Alternatives_13_1_0 )
{
- before(grammarAccess.getDataImplementationAccess().getAlternatives_12_1_0());
- // InternalAadl2Parser.g:14548:4: ( rule__DataImplementation__Alternatives_12_1_0 )
- // InternalAadl2Parser.g:14548:5: rule__DataImplementation__Alternatives_12_1_0
+ before(grammarAccess.getDataImplementationAccess().getAlternatives_13_1_0());
+ // InternalAadl2Parser.g:13598:4: ( rule__DataImplementation__Alternatives_13_1_0 )
+ // InternalAadl2Parser.g:13598:5: rule__DataImplementation__Alternatives_13_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__DataImplementation__Alternatives_12_1_0();
+ rule__DataImplementation__Alternatives_13_1_0();
state._fsp--;
}
- after(grammarAccess.getDataImplementationAccess().getAlternatives_12_1_0());
+ after(grammarAccess.getDataImplementationAccess().getAlternatives_13_1_0());
}
- // InternalAadl2Parser.g:14551:3: ( ( rule__DataImplementation__Alternatives_12_1_0 )* )
- // InternalAadl2Parser.g:14552:4: ( rule__DataImplementation__Alternatives_12_1_0 )*
+ // InternalAadl2Parser.g:13601:3: ( ( rule__DataImplementation__Alternatives_13_1_0 )* )
+ // InternalAadl2Parser.g:13602:4: ( rule__DataImplementation__Alternatives_13_1_0 )*
{
- before(grammarAccess.getDataImplementationAccess().getAlternatives_12_1_0());
- // InternalAadl2Parser.g:14553:4: ( rule__DataImplementation__Alternatives_12_1_0 )*
+ before(grammarAccess.getDataImplementationAccess().getAlternatives_13_1_0());
+ // InternalAadl2Parser.g:13603:4: ( rule__DataImplementation__Alternatives_13_1_0 )*
loop418:
do {
int alt418=2;
@@ -68050,10 +65247,10 @@ else if ( (LA419_0==None) ) {
switch (alt418) {
case 1 :
- // InternalAadl2Parser.g:14553:5: rule__DataImplementation__Alternatives_12_1_0
+ // InternalAadl2Parser.g:13603:5: rule__DataImplementation__Alternatives_13_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__DataImplementation__Alternatives_12_1_0();
+ rule__DataImplementation__Alternatives_13_1_0();
state._fsp--;
@@ -68066,7 +65263,7 @@ else if ( (LA419_0==None) ) {
}
} while (true);
- after(grammarAccess.getDataImplementationAccess().getAlternatives_12_1_0());
+ after(grammarAccess.getDataImplementationAccess().getAlternatives_13_1_0());
}
@@ -68077,24 +65274,24 @@ else if ( (LA419_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14558:2: ( ( rule__DataImplementation__Group_12_1_1__0 ) )
+ // InternalAadl2Parser.g:13608:2: ( ( rule__DataImplementation__Group_13_1_1__0 ) )
{
- // InternalAadl2Parser.g:14558:2: ( ( rule__DataImplementation__Group_12_1_1__0 ) )
- // InternalAadl2Parser.g:14559:3: ( rule__DataImplementation__Group_12_1_1__0 )
+ // InternalAadl2Parser.g:13608:2: ( ( rule__DataImplementation__Group_13_1_1__0 ) )
+ // InternalAadl2Parser.g:13609:3: ( rule__DataImplementation__Group_13_1_1__0 )
{
- before(grammarAccess.getDataImplementationAccess().getGroup_12_1_1());
- // InternalAadl2Parser.g:14560:3: ( rule__DataImplementation__Group_12_1_1__0 )
- // InternalAadl2Parser.g:14560:4: rule__DataImplementation__Group_12_1_1__0
+ before(grammarAccess.getDataImplementationAccess().getGroup_13_1_1());
+ // InternalAadl2Parser.g:13610:3: ( rule__DataImplementation__Group_13_1_1__0 )
+ // InternalAadl2Parser.g:13610:4: rule__DataImplementation__Group_13_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DataImplementation__Group_12_1_1__0();
+ rule__DataImplementation__Group_13_1_1__0();
state._fsp--;
}
- after(grammarAccess.getDataImplementationAccess().getGroup_12_1_1());
+ after(grammarAccess.getDataImplementationAccess().getGroup_13_1_1());
}
@@ -68115,42 +65312,42 @@ else if ( (LA419_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__DataImplementation__Alternatives_12_1"
+ // $ANTLR end "rule__DataImplementation__Alternatives_13_1"
- // $ANTLR start "rule__DataImplementation__Alternatives_12_1_0"
- // InternalAadl2Parser.g:14568:1: rule__DataImplementation__Alternatives_12_1_0 : ( ( ( rule__DataImplementation__OwnedModeAssignment_12_1_0_0 ) ) | ( ( rule__DataImplementation__OwnedModeTransitionAssignment_12_1_0_1 ) ) );
- public final void rule__DataImplementation__Alternatives_12_1_0() throws RecognitionException {
+ // $ANTLR start "rule__DataImplementation__Alternatives_13_1_0"
+ // InternalAadl2Parser.g:13618:1: rule__DataImplementation__Alternatives_13_1_0 : ( ( ( rule__DataImplementation__OwnedModeAssignment_13_1_0_0 ) ) | ( ( rule__DataImplementation__OwnedModeTransitionAssignment_13_1_0_1 ) ) );
+ public final void rule__DataImplementation__Alternatives_13_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14572:1: ( ( ( rule__DataImplementation__OwnedModeAssignment_12_1_0_0 ) ) | ( ( rule__DataImplementation__OwnedModeTransitionAssignment_12_1_0_1 ) ) )
+ // InternalAadl2Parser.g:13622:1: ( ( ( rule__DataImplementation__OwnedModeAssignment_13_1_0_0 ) ) | ( ( rule__DataImplementation__OwnedModeTransitionAssignment_13_1_0_1 ) ) )
int alt420=2;
int LA420_0 = input.LA(1);
if ( (LA420_0==RULE_ID) ) {
int LA420_1 = input.LA(2);
- if ( (LA420_1==Colon) ) {
- int LA420_2 = input.LA(3);
+ if ( (LA420_1==HyphenMinusLeftSquareBracket) ) {
+ alt420=2;
+ }
+ else if ( (LA420_1==Colon) ) {
+ int LA420_3 = input.LA(3);
- if ( (LA420_2==RULE_ID) ) {
+ if ( (LA420_3==RULE_ID) ) {
alt420=2;
}
- else if ( (LA420_2==Initial||LA420_2==Mode) ) {
+ else if ( (LA420_3==Initial||LA420_3==Mode) ) {
alt420=1;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 420, 2, input);
+ new NoViableAltException("", 420, 3, input);
throw nvae;
}
}
- else if ( (LA420_1==HyphenMinusLeftSquareBracket) ) {
- alt420=2;
- }
else {
NoViableAltException nvae =
new NoViableAltException("", 420, 1, input);
@@ -68166,24 +65363,24 @@ else if ( (LA420_1==HyphenMinusLeftSquareBracket) ) {
}
switch (alt420) {
case 1 :
- // InternalAadl2Parser.g:14573:2: ( ( rule__DataImplementation__OwnedModeAssignment_12_1_0_0 ) )
+ // InternalAadl2Parser.g:13623:2: ( ( rule__DataImplementation__OwnedModeAssignment_13_1_0_0 ) )
{
- // InternalAadl2Parser.g:14573:2: ( ( rule__DataImplementation__OwnedModeAssignment_12_1_0_0 ) )
- // InternalAadl2Parser.g:14574:3: ( rule__DataImplementation__OwnedModeAssignment_12_1_0_0 )
+ // InternalAadl2Parser.g:13623:2: ( ( rule__DataImplementation__OwnedModeAssignment_13_1_0_0 ) )
+ // InternalAadl2Parser.g:13624:3: ( rule__DataImplementation__OwnedModeAssignment_13_1_0_0 )
{
- before(grammarAccess.getDataImplementationAccess().getOwnedModeAssignment_12_1_0_0());
- // InternalAadl2Parser.g:14575:3: ( rule__DataImplementation__OwnedModeAssignment_12_1_0_0 )
- // InternalAadl2Parser.g:14575:4: rule__DataImplementation__OwnedModeAssignment_12_1_0_0
+ before(grammarAccess.getDataImplementationAccess().getOwnedModeAssignment_13_1_0_0());
+ // InternalAadl2Parser.g:13625:3: ( rule__DataImplementation__OwnedModeAssignment_13_1_0_0 )
+ // InternalAadl2Parser.g:13625:4: rule__DataImplementation__OwnedModeAssignment_13_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DataImplementation__OwnedModeAssignment_12_1_0_0();
+ rule__DataImplementation__OwnedModeAssignment_13_1_0_0();
state._fsp--;
}
- after(grammarAccess.getDataImplementationAccess().getOwnedModeAssignment_12_1_0_0());
+ after(grammarAccess.getDataImplementationAccess().getOwnedModeAssignment_13_1_0_0());
}
@@ -68191,24 +65388,24 @@ else if ( (LA420_1==HyphenMinusLeftSquareBracket) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14579:2: ( ( rule__DataImplementation__OwnedModeTransitionAssignment_12_1_0_1 ) )
+ // InternalAadl2Parser.g:13629:2: ( ( rule__DataImplementation__OwnedModeTransitionAssignment_13_1_0_1 ) )
{
- // InternalAadl2Parser.g:14579:2: ( ( rule__DataImplementation__OwnedModeTransitionAssignment_12_1_0_1 ) )
- // InternalAadl2Parser.g:14580:3: ( rule__DataImplementation__OwnedModeTransitionAssignment_12_1_0_1 )
+ // InternalAadl2Parser.g:13629:2: ( ( rule__DataImplementation__OwnedModeTransitionAssignment_13_1_0_1 ) )
+ // InternalAadl2Parser.g:13630:3: ( rule__DataImplementation__OwnedModeTransitionAssignment_13_1_0_1 )
{
- before(grammarAccess.getDataImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1());
- // InternalAadl2Parser.g:14581:3: ( rule__DataImplementation__OwnedModeTransitionAssignment_12_1_0_1 )
- // InternalAadl2Parser.g:14581:4: rule__DataImplementation__OwnedModeTransitionAssignment_12_1_0_1
+ before(grammarAccess.getDataImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1());
+ // InternalAadl2Parser.g:13631:3: ( rule__DataImplementation__OwnedModeTransitionAssignment_13_1_0_1 )
+ // InternalAadl2Parser.g:13631:4: rule__DataImplementation__OwnedModeTransitionAssignment_13_1_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DataImplementation__OwnedModeTransitionAssignment_12_1_0_1();
+ rule__DataImplementation__OwnedModeTransitionAssignment_13_1_0_1();
state._fsp--;
}
- after(grammarAccess.getDataImplementationAccess().getOwnedModeTransitionAssignment_12_1_0_1());
+ after(grammarAccess.getDataImplementationAccess().getOwnedModeTransitionAssignment_13_1_0_1());
}
@@ -68229,17 +65426,17 @@ else if ( (LA420_1==HyphenMinusLeftSquareBracket) ) {
}
return ;
}
- // $ANTLR end "rule__DataImplementation__Alternatives_12_1_0"
+ // $ANTLR end "rule__DataImplementation__Alternatives_13_1_0"
- // $ANTLR start "rule__DataImplementation__Alternatives_13_1"
- // InternalAadl2Parser.g:14589:1: rule__DataImplementation__Alternatives_13_1 : ( ( ( ( rule__DataImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__DataImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* ) ) | ( ( rule__DataImplementation__Group_13_1_1__0 ) ) );
- public final void rule__DataImplementation__Alternatives_13_1() throws RecognitionException {
+ // $ANTLR start "rule__DataImplementation__Alternatives_14_1"
+ // InternalAadl2Parser.g:13639:1: rule__DataImplementation__Alternatives_14_1 : ( ( ( ( rule__DataImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__DataImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* ) ) | ( ( rule__DataImplementation__Group_14_1_1__0 ) ) );
+ public final void rule__DataImplementation__Alternatives_14_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14593:1: ( ( ( ( rule__DataImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__DataImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* ) ) | ( ( rule__DataImplementation__Group_13_1_1__0 ) ) )
+ // InternalAadl2Parser.g:13643:1: ( ( ( ( rule__DataImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__DataImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* ) ) | ( ( rule__DataImplementation__Group_14_1_1__0 ) ) )
int alt422=2;
int LA422_0 = input.LA(1);
@@ -68257,35 +65454,35 @@ else if ( (LA422_0==None) ) {
}
switch (alt422) {
case 1 :
- // InternalAadl2Parser.g:14594:2: ( ( ( rule__DataImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__DataImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* ) )
+ // InternalAadl2Parser.g:13644:2: ( ( ( rule__DataImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__DataImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* ) )
{
- // InternalAadl2Parser.g:14594:2: ( ( ( rule__DataImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__DataImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* ) )
- // InternalAadl2Parser.g:14595:3: ( ( rule__DataImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) ) ( ( rule__DataImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* )
+ // InternalAadl2Parser.g:13644:2: ( ( ( rule__DataImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__DataImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* ) )
+ // InternalAadl2Parser.g:13645:3: ( ( rule__DataImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) ) ( ( rule__DataImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* )
{
- // InternalAadl2Parser.g:14595:3: ( ( rule__DataImplementation__OwnedPropertyAssociationAssignment_13_1_0 ) )
- // InternalAadl2Parser.g:14596:4: ( rule__DataImplementation__OwnedPropertyAssociationAssignment_13_1_0 )
+ // InternalAadl2Parser.g:13645:3: ( ( rule__DataImplementation__OwnedPropertyAssociationAssignment_14_1_0 ) )
+ // InternalAadl2Parser.g:13646:4: ( rule__DataImplementation__OwnedPropertyAssociationAssignment_14_1_0 )
{
- before(grammarAccess.getDataImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0());
- // InternalAadl2Parser.g:14597:4: ( rule__DataImplementation__OwnedPropertyAssociationAssignment_13_1_0 )
- // InternalAadl2Parser.g:14597:5: rule__DataImplementation__OwnedPropertyAssociationAssignment_13_1_0
+ before(grammarAccess.getDataImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0());
+ // InternalAadl2Parser.g:13647:4: ( rule__DataImplementation__OwnedPropertyAssociationAssignment_14_1_0 )
+ // InternalAadl2Parser.g:13647:5: rule__DataImplementation__OwnedPropertyAssociationAssignment_14_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__DataImplementation__OwnedPropertyAssociationAssignment_13_1_0();
+ rule__DataImplementation__OwnedPropertyAssociationAssignment_14_1_0();
state._fsp--;
}
- after(grammarAccess.getDataImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0());
+ after(grammarAccess.getDataImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0());
}
- // InternalAadl2Parser.g:14600:3: ( ( rule__DataImplementation__OwnedPropertyAssociationAssignment_13_1_0 )* )
- // InternalAadl2Parser.g:14601:4: ( rule__DataImplementation__OwnedPropertyAssociationAssignment_13_1_0 )*
+ // InternalAadl2Parser.g:13650:3: ( ( rule__DataImplementation__OwnedPropertyAssociationAssignment_14_1_0 )* )
+ // InternalAadl2Parser.g:13651:4: ( rule__DataImplementation__OwnedPropertyAssociationAssignment_14_1_0 )*
{
- before(grammarAccess.getDataImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0());
- // InternalAadl2Parser.g:14602:4: ( rule__DataImplementation__OwnedPropertyAssociationAssignment_13_1_0 )*
+ before(grammarAccess.getDataImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0());
+ // InternalAadl2Parser.g:13652:4: ( rule__DataImplementation__OwnedPropertyAssociationAssignment_14_1_0 )*
loop421:
do {
int alt421=2;
@@ -68298,10 +65495,10 @@ else if ( (LA422_0==None) ) {
switch (alt421) {
case 1 :
- // InternalAadl2Parser.g:14602:5: rule__DataImplementation__OwnedPropertyAssociationAssignment_13_1_0
+ // InternalAadl2Parser.g:13652:5: rule__DataImplementation__OwnedPropertyAssociationAssignment_14_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__DataImplementation__OwnedPropertyAssociationAssignment_13_1_0();
+ rule__DataImplementation__OwnedPropertyAssociationAssignment_14_1_0();
state._fsp--;
@@ -68314,7 +65511,7 @@ else if ( (LA422_0==None) ) {
}
} while (true);
- after(grammarAccess.getDataImplementationAccess().getOwnedPropertyAssociationAssignment_13_1_0());
+ after(grammarAccess.getDataImplementationAccess().getOwnedPropertyAssociationAssignment_14_1_0());
}
@@ -68325,24 +65522,24 @@ else if ( (LA422_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14607:2: ( ( rule__DataImplementation__Group_13_1_1__0 ) )
+ // InternalAadl2Parser.g:13657:2: ( ( rule__DataImplementation__Group_14_1_1__0 ) )
{
- // InternalAadl2Parser.g:14607:2: ( ( rule__DataImplementation__Group_13_1_1__0 ) )
- // InternalAadl2Parser.g:14608:3: ( rule__DataImplementation__Group_13_1_1__0 )
+ // InternalAadl2Parser.g:13657:2: ( ( rule__DataImplementation__Group_14_1_1__0 ) )
+ // InternalAadl2Parser.g:13658:3: ( rule__DataImplementation__Group_14_1_1__0 )
{
- before(grammarAccess.getDataImplementationAccess().getGroup_13_1_1());
- // InternalAadl2Parser.g:14609:3: ( rule__DataImplementation__Group_13_1_1__0 )
- // InternalAadl2Parser.g:14609:4: rule__DataImplementation__Group_13_1_1__0
+ before(grammarAccess.getDataImplementationAccess().getGroup_14_1_1());
+ // InternalAadl2Parser.g:13659:3: ( rule__DataImplementation__Group_14_1_1__0 )
+ // InternalAadl2Parser.g:13659:4: rule__DataImplementation__Group_14_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__DataImplementation__Group_13_1_1__0();
+ rule__DataImplementation__Group_14_1_1__0();
state._fsp--;
}
- after(grammarAccess.getDataImplementationAccess().getGroup_13_1_1());
+ after(grammarAccess.getDataImplementationAccess().getGroup_14_1_1());
}
@@ -68363,29 +65560,29 @@ else if ( (LA422_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__DataImplementation__Alternatives_13_1"
+ // $ANTLR end "rule__DataImplementation__Alternatives_14_1"
// $ANTLR start "rule__SubprogramCall__Alternatives_4"
- // InternalAadl2Parser.g:14617:1: rule__SubprogramCall__Alternatives_4 : ( ( ( rule__SubprogramCall__Group_4_0__0 ) ) | ( ( rule__SubprogramCall__CalledSubprogramAssignment_4_1 ) ) | ( ( rule__SubprogramCall__Group_4_2__0 ) ) );
+ // InternalAadl2Parser.g:13667:1: rule__SubprogramCall__Alternatives_4 : ( ( ( rule__SubprogramCall__Group_4_0__0 ) ) | ( ( rule__SubprogramCall__CalledSubprogramAssignment_4_1 ) ) | ( ( rule__SubprogramCall__Group_4_2__0 ) ) );
public final void rule__SubprogramCall__Alternatives_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14621:1: ( ( ( rule__SubprogramCall__Group_4_0__0 ) ) | ( ( rule__SubprogramCall__CalledSubprogramAssignment_4_1 ) ) | ( ( rule__SubprogramCall__Group_4_2__0 ) ) )
+ // InternalAadl2Parser.g:13671:1: ( ( ( rule__SubprogramCall__Group_4_0__0 ) ) | ( ( rule__SubprogramCall__CalledSubprogramAssignment_4_1 ) ) | ( ( rule__SubprogramCall__Group_4_2__0 ) ) )
int alt423=3;
alt423 = dfa423.predict(input);
switch (alt423) {
case 1 :
- // InternalAadl2Parser.g:14622:2: ( ( rule__SubprogramCall__Group_4_0__0 ) )
+ // InternalAadl2Parser.g:13672:2: ( ( rule__SubprogramCall__Group_4_0__0 ) )
{
- // InternalAadl2Parser.g:14622:2: ( ( rule__SubprogramCall__Group_4_0__0 ) )
- // InternalAadl2Parser.g:14623:3: ( rule__SubprogramCall__Group_4_0__0 )
+ // InternalAadl2Parser.g:13672:2: ( ( rule__SubprogramCall__Group_4_0__0 ) )
+ // InternalAadl2Parser.g:13673:3: ( rule__SubprogramCall__Group_4_0__0 )
{
before(grammarAccess.getSubprogramCallAccess().getGroup_4_0());
- // InternalAadl2Parser.g:14624:3: ( rule__SubprogramCall__Group_4_0__0 )
- // InternalAadl2Parser.g:14624:4: rule__SubprogramCall__Group_4_0__0
+ // InternalAadl2Parser.g:13674:3: ( rule__SubprogramCall__Group_4_0__0 )
+ // InternalAadl2Parser.g:13674:4: rule__SubprogramCall__Group_4_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramCall__Group_4_0__0();
@@ -68403,14 +65600,14 @@ public final void rule__SubprogramCall__Alternatives_4() throws RecognitionExcep
}
break;
case 2 :
- // InternalAadl2Parser.g:14628:2: ( ( rule__SubprogramCall__CalledSubprogramAssignment_4_1 ) )
+ // InternalAadl2Parser.g:13678:2: ( ( rule__SubprogramCall__CalledSubprogramAssignment_4_1 ) )
{
- // InternalAadl2Parser.g:14628:2: ( ( rule__SubprogramCall__CalledSubprogramAssignment_4_1 ) )
- // InternalAadl2Parser.g:14629:3: ( rule__SubprogramCall__CalledSubprogramAssignment_4_1 )
+ // InternalAadl2Parser.g:13678:2: ( ( rule__SubprogramCall__CalledSubprogramAssignment_4_1 ) )
+ // InternalAadl2Parser.g:13679:3: ( rule__SubprogramCall__CalledSubprogramAssignment_4_1 )
{
before(grammarAccess.getSubprogramCallAccess().getCalledSubprogramAssignment_4_1());
- // InternalAadl2Parser.g:14630:3: ( rule__SubprogramCall__CalledSubprogramAssignment_4_1 )
- // InternalAadl2Parser.g:14630:4: rule__SubprogramCall__CalledSubprogramAssignment_4_1
+ // InternalAadl2Parser.g:13680:3: ( rule__SubprogramCall__CalledSubprogramAssignment_4_1 )
+ // InternalAadl2Parser.g:13680:4: rule__SubprogramCall__CalledSubprogramAssignment_4_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramCall__CalledSubprogramAssignment_4_1();
@@ -68428,14 +65625,14 @@ public final void rule__SubprogramCall__Alternatives_4() throws RecognitionExcep
}
break;
case 3 :
- // InternalAadl2Parser.g:14634:2: ( ( rule__SubprogramCall__Group_4_2__0 ) )
+ // InternalAadl2Parser.g:13684:2: ( ( rule__SubprogramCall__Group_4_2__0 ) )
{
- // InternalAadl2Parser.g:14634:2: ( ( rule__SubprogramCall__Group_4_2__0 ) )
- // InternalAadl2Parser.g:14635:3: ( rule__SubprogramCall__Group_4_2__0 )
+ // InternalAadl2Parser.g:13684:2: ( ( rule__SubprogramCall__Group_4_2__0 ) )
+ // InternalAadl2Parser.g:13685:3: ( rule__SubprogramCall__Group_4_2__0 )
{
before(grammarAccess.getSubprogramCallAccess().getGroup_4_2());
- // InternalAadl2Parser.g:14636:3: ( rule__SubprogramCall__Group_4_2__0 )
- // InternalAadl2Parser.g:14636:4: rule__SubprogramCall__Group_4_2__0
+ // InternalAadl2Parser.g:13686:3: ( rule__SubprogramCall__Group_4_2__0 )
+ // InternalAadl2Parser.g:13686:4: rule__SubprogramCall__Group_4_2__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramCall__Group_4_2__0();
@@ -68470,13 +65667,13 @@ public final void rule__SubprogramCall__Alternatives_4() throws RecognitionExcep
// $ANTLR start "rule__Prototype__Alternatives"
- // InternalAadl2Parser.g:14644:1: rule__Prototype__Alternatives : ( ( ruleComponentPrototype ) | ( ruleFeatureGroupPrototype ) | ( ruleFeaturePrototype ) );
+ // InternalAadl2Parser.g:13694:1: rule__Prototype__Alternatives : ( ( ruleComponentPrototype ) | ( ruleFeatureGroupPrototype ) | ( ruleFeaturePrototype ) );
public final void rule__Prototype__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14648:1: ( ( ruleComponentPrototype ) | ( ruleFeatureGroupPrototype ) | ( ruleFeaturePrototype ) )
+ // InternalAadl2Parser.g:13698:1: ( ( ruleComponentPrototype ) | ( ruleFeatureGroupPrototype ) | ( ruleFeaturePrototype ) )
int alt424=3;
int LA424_0 = input.LA(1);
@@ -68485,50 +65682,11 @@ public final void rule__Prototype__Alternatives() throws RecognitionException {
if ( (LA424_1==Colon) ) {
switch ( input.LA(3) ) {
- case Subprogram:
- case Processor:
- case Abstract:
- case Process:
- case Virtual:
- case Device:
- case Memory:
- case KW_System:
- case Thread:
- case Data:
- case Bus:
- {
- alt424=1;
- }
- break;
- case Out:
- case In:
- {
- alt424=3;
- }
- break;
- case Feature:
- {
- int LA424_5 = input.LA(4);
-
- if ( (LA424_5==Group) ) {
- alt424=2;
- }
- else if ( (LA424_5==Semicolon||LA424_5==LeftCurlyBracket||LA424_5==RULE_ID) ) {
- alt424=3;
- }
- else {
- NoViableAltException nvae =
- new NoViableAltException("", 424, 5, input);
-
- throw nvae;
- }
- }
- break;
case Refined:
{
- int LA424_6 = input.LA(4);
+ int LA424_3 = input.LA(4);
- if ( (LA424_6==To) ) {
+ if ( (LA424_3==To) ) {
switch ( input.LA(5) ) {
case Subprogram:
case Processor:
@@ -68555,12 +65713,12 @@ else if ( (LA424_5==Semicolon||LA424_5==LeftCurlyBracket||LA424_5==RULE_ID) ) {
{
int LA424_5 = input.LA(6);
- if ( (LA424_5==Group) ) {
- alt424=2;
- }
- else if ( (LA424_5==Semicolon||LA424_5==LeftCurlyBracket||LA424_5==RULE_ID) ) {
+ if ( (LA424_5==Semicolon||LA424_5==LeftCurlyBracket||LA424_5==RULE_ID) ) {
alt424=3;
}
+ else if ( (LA424_5==Group) ) {
+ alt424=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 424, 5, input);
@@ -68571,7 +65729,7 @@ else if ( (LA424_5==Semicolon||LA424_5==LeftCurlyBracket||LA424_5==RULE_ID) ) {
break;
default:
NoViableAltException nvae =
- new NoViableAltException("", 424, 8, input);
+ new NoViableAltException("", 424, 7, input);
throw nvae;
}
@@ -68579,12 +65737,51 @@ else if ( (LA424_5==Semicolon||LA424_5==LeftCurlyBracket||LA424_5==RULE_ID) ) {
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 424, 6, input);
+ new NoViableAltException("", 424, 3, input);
+
+ throw nvae;
+ }
+ }
+ break;
+ case Subprogram:
+ case Processor:
+ case Abstract:
+ case Process:
+ case Virtual:
+ case Device:
+ case Memory:
+ case KW_System:
+ case Thread:
+ case Data:
+ case Bus:
+ {
+ alt424=1;
+ }
+ break;
+ case Feature:
+ {
+ int LA424_5 = input.LA(4);
+
+ if ( (LA424_5==Semicolon||LA424_5==LeftCurlyBracket||LA424_5==RULE_ID) ) {
+ alt424=3;
+ }
+ else if ( (LA424_5==Group) ) {
+ alt424=2;
+ }
+ else {
+ NoViableAltException nvae =
+ new NoViableAltException("", 424, 5, input);
throw nvae;
}
}
break;
+ case Out:
+ case In:
+ {
+ alt424=3;
+ }
+ break;
default:
NoViableAltException nvae =
new NoViableAltException("", 424, 2, input);
@@ -68608,10 +65805,10 @@ else if ( (LA424_5==Semicolon||LA424_5==LeftCurlyBracket||LA424_5==RULE_ID) ) {
}
switch (alt424) {
case 1 :
- // InternalAadl2Parser.g:14649:2: ( ruleComponentPrototype )
+ // InternalAadl2Parser.g:13699:2: ( ruleComponentPrototype )
{
- // InternalAadl2Parser.g:14649:2: ( ruleComponentPrototype )
- // InternalAadl2Parser.g:14650:3: ruleComponentPrototype
+ // InternalAadl2Parser.g:13699:2: ( ruleComponentPrototype )
+ // InternalAadl2Parser.g:13700:3: ruleComponentPrototype
{
before(grammarAccess.getPrototypeAccess().getComponentPrototypeParserRuleCall_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -68627,10 +65824,10 @@ else if ( (LA424_5==Semicolon||LA424_5==LeftCurlyBracket||LA424_5==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14655:2: ( ruleFeatureGroupPrototype )
+ // InternalAadl2Parser.g:13705:2: ( ruleFeatureGroupPrototype )
{
- // InternalAadl2Parser.g:14655:2: ( ruleFeatureGroupPrototype )
- // InternalAadl2Parser.g:14656:3: ruleFeatureGroupPrototype
+ // InternalAadl2Parser.g:13705:2: ( ruleFeatureGroupPrototype )
+ // InternalAadl2Parser.g:13706:3: ruleFeatureGroupPrototype
{
before(grammarAccess.getPrototypeAccess().getFeatureGroupPrototypeParserRuleCall_1());
pushFollow(FollowSets000.FOLLOW_2);
@@ -68646,10 +65843,10 @@ else if ( (LA424_5==Semicolon||LA424_5==LeftCurlyBracket||LA424_5==RULE_ID) ) {
}
break;
case 3 :
- // InternalAadl2Parser.g:14661:2: ( ruleFeaturePrototype )
+ // InternalAadl2Parser.g:13711:2: ( ruleFeaturePrototype )
{
- // InternalAadl2Parser.g:14661:2: ( ruleFeaturePrototype )
- // InternalAadl2Parser.g:14662:3: ruleFeaturePrototype
+ // InternalAadl2Parser.g:13711:2: ( ruleFeaturePrototype )
+ // InternalAadl2Parser.g:13712:3: ruleFeaturePrototype
{
before(grammarAccess.getPrototypeAccess().getFeaturePrototypeParserRuleCall_2());
pushFollow(FollowSets000.FOLLOW_2);
@@ -68682,21 +65879,21 @@ else if ( (LA424_5==Semicolon||LA424_5==LeftCurlyBracket||LA424_5==RULE_ID) ) {
// $ANTLR start "rule__ComponentPrototype__Alternatives"
- // InternalAadl2Parser.g:14671:1: rule__ComponentPrototype__Alternatives : ( ( ruleAbstractPrototype ) | ( ruleBusPrototype ) | ( ruleDevicePrototype ) | ( ruleMemoryPrototype ) | ( ruleProcessPrototype ) | ( ruleProcessorPrototype ) | ( ruleSubprogramPrototype ) | ( ruleSubprogramGroupPrototype ) | ( ruleThreadPrototype ) | ( ruleThreadGroupPrototype ) | ( ruleVirtualBusPrototype ) | ( ruleVirtualProcessorPrototype ) | ( ruleSystemPrototype ) | ( ruleDataPrototype ) );
+ // InternalAadl2Parser.g:13721:1: rule__ComponentPrototype__Alternatives : ( ( ruleAbstractPrototype ) | ( ruleBusPrototype ) | ( ruleDevicePrototype ) | ( ruleMemoryPrototype ) | ( ruleProcessPrototype ) | ( ruleProcessorPrototype ) | ( ruleSubprogramPrototype ) | ( ruleSubprogramGroupPrototype ) | ( ruleThreadPrototype ) | ( ruleThreadGroupPrototype ) | ( ruleVirtualBusPrototype ) | ( ruleVirtualProcessorPrototype ) | ( ruleSystemPrototype ) | ( ruleDataPrototype ) );
public final void rule__ComponentPrototype__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14675:1: ( ( ruleAbstractPrototype ) | ( ruleBusPrototype ) | ( ruleDevicePrototype ) | ( ruleMemoryPrototype ) | ( ruleProcessPrototype ) | ( ruleProcessorPrototype ) | ( ruleSubprogramPrototype ) | ( ruleSubprogramGroupPrototype ) | ( ruleThreadPrototype ) | ( ruleThreadGroupPrototype ) | ( ruleVirtualBusPrototype ) | ( ruleVirtualProcessorPrototype ) | ( ruleSystemPrototype ) | ( ruleDataPrototype ) )
+ // InternalAadl2Parser.g:13725:1: ( ( ruleAbstractPrototype ) | ( ruleBusPrototype ) | ( ruleDevicePrototype ) | ( ruleMemoryPrototype ) | ( ruleProcessPrototype ) | ( ruleProcessorPrototype ) | ( ruleSubprogramPrototype ) | ( ruleSubprogramGroupPrototype ) | ( ruleThreadPrototype ) | ( ruleThreadGroupPrototype ) | ( ruleVirtualBusPrototype ) | ( ruleVirtualProcessorPrototype ) | ( ruleSystemPrototype ) | ( ruleDataPrototype ) )
int alt425=14;
alt425 = dfa425.predict(input);
switch (alt425) {
case 1 :
- // InternalAadl2Parser.g:14676:2: ( ruleAbstractPrototype )
+ // InternalAadl2Parser.g:13726:2: ( ruleAbstractPrototype )
{
- // InternalAadl2Parser.g:14676:2: ( ruleAbstractPrototype )
- // InternalAadl2Parser.g:14677:3: ruleAbstractPrototype
+ // InternalAadl2Parser.g:13726:2: ( ruleAbstractPrototype )
+ // InternalAadl2Parser.g:13727:3: ruleAbstractPrototype
{
before(grammarAccess.getComponentPrototypeAccess().getAbstractPrototypeParserRuleCall_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -68712,10 +65909,10 @@ public final void rule__ComponentPrototype__Alternatives() throws RecognitionExc
}
break;
case 2 :
- // InternalAadl2Parser.g:14682:2: ( ruleBusPrototype )
+ // InternalAadl2Parser.g:13732:2: ( ruleBusPrototype )
{
- // InternalAadl2Parser.g:14682:2: ( ruleBusPrototype )
- // InternalAadl2Parser.g:14683:3: ruleBusPrototype
+ // InternalAadl2Parser.g:13732:2: ( ruleBusPrototype )
+ // InternalAadl2Parser.g:13733:3: ruleBusPrototype
{
before(grammarAccess.getComponentPrototypeAccess().getBusPrototypeParserRuleCall_1());
pushFollow(FollowSets000.FOLLOW_2);
@@ -68731,10 +65928,10 @@ public final void rule__ComponentPrototype__Alternatives() throws RecognitionExc
}
break;
case 3 :
- // InternalAadl2Parser.g:14688:2: ( ruleDevicePrototype )
+ // InternalAadl2Parser.g:13738:2: ( ruleDevicePrototype )
{
- // InternalAadl2Parser.g:14688:2: ( ruleDevicePrototype )
- // InternalAadl2Parser.g:14689:3: ruleDevicePrototype
+ // InternalAadl2Parser.g:13738:2: ( ruleDevicePrototype )
+ // InternalAadl2Parser.g:13739:3: ruleDevicePrototype
{
before(grammarAccess.getComponentPrototypeAccess().getDevicePrototypeParserRuleCall_2());
pushFollow(FollowSets000.FOLLOW_2);
@@ -68750,10 +65947,10 @@ public final void rule__ComponentPrototype__Alternatives() throws RecognitionExc
}
break;
case 4 :
- // InternalAadl2Parser.g:14694:2: ( ruleMemoryPrototype )
+ // InternalAadl2Parser.g:13744:2: ( ruleMemoryPrototype )
{
- // InternalAadl2Parser.g:14694:2: ( ruleMemoryPrototype )
- // InternalAadl2Parser.g:14695:3: ruleMemoryPrototype
+ // InternalAadl2Parser.g:13744:2: ( ruleMemoryPrototype )
+ // InternalAadl2Parser.g:13745:3: ruleMemoryPrototype
{
before(grammarAccess.getComponentPrototypeAccess().getMemoryPrototypeParserRuleCall_3());
pushFollow(FollowSets000.FOLLOW_2);
@@ -68769,10 +65966,10 @@ public final void rule__ComponentPrototype__Alternatives() throws RecognitionExc
}
break;
case 5 :
- // InternalAadl2Parser.g:14700:2: ( ruleProcessPrototype )
+ // InternalAadl2Parser.g:13750:2: ( ruleProcessPrototype )
{
- // InternalAadl2Parser.g:14700:2: ( ruleProcessPrototype )
- // InternalAadl2Parser.g:14701:3: ruleProcessPrototype
+ // InternalAadl2Parser.g:13750:2: ( ruleProcessPrototype )
+ // InternalAadl2Parser.g:13751:3: ruleProcessPrototype
{
before(grammarAccess.getComponentPrototypeAccess().getProcessPrototypeParserRuleCall_4());
pushFollow(FollowSets000.FOLLOW_2);
@@ -68788,10 +65985,10 @@ public final void rule__ComponentPrototype__Alternatives() throws RecognitionExc
}
break;
case 6 :
- // InternalAadl2Parser.g:14706:2: ( ruleProcessorPrototype )
+ // InternalAadl2Parser.g:13756:2: ( ruleProcessorPrototype )
{
- // InternalAadl2Parser.g:14706:2: ( ruleProcessorPrototype )
- // InternalAadl2Parser.g:14707:3: ruleProcessorPrototype
+ // InternalAadl2Parser.g:13756:2: ( ruleProcessorPrototype )
+ // InternalAadl2Parser.g:13757:3: ruleProcessorPrototype
{
before(grammarAccess.getComponentPrototypeAccess().getProcessorPrototypeParserRuleCall_5());
pushFollow(FollowSets000.FOLLOW_2);
@@ -68807,10 +66004,10 @@ public final void rule__ComponentPrototype__Alternatives() throws RecognitionExc
}
break;
case 7 :
- // InternalAadl2Parser.g:14712:2: ( ruleSubprogramPrototype )
+ // InternalAadl2Parser.g:13762:2: ( ruleSubprogramPrototype )
{
- // InternalAadl2Parser.g:14712:2: ( ruleSubprogramPrototype )
- // InternalAadl2Parser.g:14713:3: ruleSubprogramPrototype
+ // InternalAadl2Parser.g:13762:2: ( ruleSubprogramPrototype )
+ // InternalAadl2Parser.g:13763:3: ruleSubprogramPrototype
{
before(grammarAccess.getComponentPrototypeAccess().getSubprogramPrototypeParserRuleCall_6());
pushFollow(FollowSets000.FOLLOW_2);
@@ -68826,10 +66023,10 @@ public final void rule__ComponentPrototype__Alternatives() throws RecognitionExc
}
break;
case 8 :
- // InternalAadl2Parser.g:14718:2: ( ruleSubprogramGroupPrototype )
+ // InternalAadl2Parser.g:13768:2: ( ruleSubprogramGroupPrototype )
{
- // InternalAadl2Parser.g:14718:2: ( ruleSubprogramGroupPrototype )
- // InternalAadl2Parser.g:14719:3: ruleSubprogramGroupPrototype
+ // InternalAadl2Parser.g:13768:2: ( ruleSubprogramGroupPrototype )
+ // InternalAadl2Parser.g:13769:3: ruleSubprogramGroupPrototype
{
before(grammarAccess.getComponentPrototypeAccess().getSubprogramGroupPrototypeParserRuleCall_7());
pushFollow(FollowSets000.FOLLOW_2);
@@ -68845,10 +66042,10 @@ public final void rule__ComponentPrototype__Alternatives() throws RecognitionExc
}
break;
case 9 :
- // InternalAadl2Parser.g:14724:2: ( ruleThreadPrototype )
+ // InternalAadl2Parser.g:13774:2: ( ruleThreadPrototype )
{
- // InternalAadl2Parser.g:14724:2: ( ruleThreadPrototype )
- // InternalAadl2Parser.g:14725:3: ruleThreadPrototype
+ // InternalAadl2Parser.g:13774:2: ( ruleThreadPrototype )
+ // InternalAadl2Parser.g:13775:3: ruleThreadPrototype
{
before(grammarAccess.getComponentPrototypeAccess().getThreadPrototypeParserRuleCall_8());
pushFollow(FollowSets000.FOLLOW_2);
@@ -68864,10 +66061,10 @@ public final void rule__ComponentPrototype__Alternatives() throws RecognitionExc
}
break;
case 10 :
- // InternalAadl2Parser.g:14730:2: ( ruleThreadGroupPrototype )
+ // InternalAadl2Parser.g:13780:2: ( ruleThreadGroupPrototype )
{
- // InternalAadl2Parser.g:14730:2: ( ruleThreadGroupPrototype )
- // InternalAadl2Parser.g:14731:3: ruleThreadGroupPrototype
+ // InternalAadl2Parser.g:13780:2: ( ruleThreadGroupPrototype )
+ // InternalAadl2Parser.g:13781:3: ruleThreadGroupPrototype
{
before(grammarAccess.getComponentPrototypeAccess().getThreadGroupPrototypeParserRuleCall_9());
pushFollow(FollowSets000.FOLLOW_2);
@@ -68883,10 +66080,10 @@ public final void rule__ComponentPrototype__Alternatives() throws RecognitionExc
}
break;
case 11 :
- // InternalAadl2Parser.g:14736:2: ( ruleVirtualBusPrototype )
+ // InternalAadl2Parser.g:13786:2: ( ruleVirtualBusPrototype )
{
- // InternalAadl2Parser.g:14736:2: ( ruleVirtualBusPrototype )
- // InternalAadl2Parser.g:14737:3: ruleVirtualBusPrototype
+ // InternalAadl2Parser.g:13786:2: ( ruleVirtualBusPrototype )
+ // InternalAadl2Parser.g:13787:3: ruleVirtualBusPrototype
{
before(grammarAccess.getComponentPrototypeAccess().getVirtualBusPrototypeParserRuleCall_10());
pushFollow(FollowSets000.FOLLOW_2);
@@ -68902,10 +66099,10 @@ public final void rule__ComponentPrototype__Alternatives() throws RecognitionExc
}
break;
case 12 :
- // InternalAadl2Parser.g:14742:2: ( ruleVirtualProcessorPrototype )
+ // InternalAadl2Parser.g:13792:2: ( ruleVirtualProcessorPrototype )
{
- // InternalAadl2Parser.g:14742:2: ( ruleVirtualProcessorPrototype )
- // InternalAadl2Parser.g:14743:3: ruleVirtualProcessorPrototype
+ // InternalAadl2Parser.g:13792:2: ( ruleVirtualProcessorPrototype )
+ // InternalAadl2Parser.g:13793:3: ruleVirtualProcessorPrototype
{
before(grammarAccess.getComponentPrototypeAccess().getVirtualProcessorPrototypeParserRuleCall_11());
pushFollow(FollowSets000.FOLLOW_2);
@@ -68921,10 +66118,10 @@ public final void rule__ComponentPrototype__Alternatives() throws RecognitionExc
}
break;
case 13 :
- // InternalAadl2Parser.g:14748:2: ( ruleSystemPrototype )
+ // InternalAadl2Parser.g:13798:2: ( ruleSystemPrototype )
{
- // InternalAadl2Parser.g:14748:2: ( ruleSystemPrototype )
- // InternalAadl2Parser.g:14749:3: ruleSystemPrototype
+ // InternalAadl2Parser.g:13798:2: ( ruleSystemPrototype )
+ // InternalAadl2Parser.g:13799:3: ruleSystemPrototype
{
before(grammarAccess.getComponentPrototypeAccess().getSystemPrototypeParserRuleCall_12());
pushFollow(FollowSets000.FOLLOW_2);
@@ -68940,10 +66137,10 @@ public final void rule__ComponentPrototype__Alternatives() throws RecognitionExc
}
break;
case 14 :
- // InternalAadl2Parser.g:14754:2: ( ruleDataPrototype )
+ // InternalAadl2Parser.g:13804:2: ( ruleDataPrototype )
{
- // InternalAadl2Parser.g:14754:2: ( ruleDataPrototype )
- // InternalAadl2Parser.g:14755:3: ruleDataPrototype
+ // InternalAadl2Parser.g:13804:2: ( ruleDataPrototype )
+ // InternalAadl2Parser.g:13805:3: ruleDataPrototype
{
before(grammarAccess.getComponentPrototypeAccess().getDataPrototypeParserRuleCall_13());
pushFollow(FollowSets000.FOLLOW_2);
@@ -68976,13 +66173,13 @@ public final void rule__ComponentPrototype__Alternatives() throws RecognitionExc
// $ANTLR start "rule__AbstractPrototype__Alternatives_0"
- // InternalAadl2Parser.g:14764:1: rule__AbstractPrototype__Alternatives_0 : ( ( ( rule__AbstractPrototype__Group_0_0__0 ) ) | ( ( rule__AbstractPrototype__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:13814:1: rule__AbstractPrototype__Alternatives_0 : ( ( ( rule__AbstractPrototype__Group_0_0__0 ) ) | ( ( rule__AbstractPrototype__Group_0_1__0 ) ) );
public final void rule__AbstractPrototype__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14768:1: ( ( ( rule__AbstractPrototype__Group_0_0__0 ) ) | ( ( rule__AbstractPrototype__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:13818:1: ( ( ( rule__AbstractPrototype__Group_0_0__0 ) ) | ( ( rule__AbstractPrototype__Group_0_1__0 ) ) )
int alt426=2;
int LA426_0 = input.LA(1);
@@ -69020,14 +66217,14 @@ else if ( (LA426_2==Abstract) ) {
}
switch (alt426) {
case 1 :
- // InternalAadl2Parser.g:14769:2: ( ( rule__AbstractPrototype__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:13819:2: ( ( rule__AbstractPrototype__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:14769:2: ( ( rule__AbstractPrototype__Group_0_0__0 ) )
- // InternalAadl2Parser.g:14770:3: ( rule__AbstractPrototype__Group_0_0__0 )
+ // InternalAadl2Parser.g:13819:2: ( ( rule__AbstractPrototype__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:13820:3: ( rule__AbstractPrototype__Group_0_0__0 )
{
before(grammarAccess.getAbstractPrototypeAccess().getGroup_0_0());
- // InternalAadl2Parser.g:14771:3: ( rule__AbstractPrototype__Group_0_0__0 )
- // InternalAadl2Parser.g:14771:4: rule__AbstractPrototype__Group_0_0__0
+ // InternalAadl2Parser.g:13821:3: ( rule__AbstractPrototype__Group_0_0__0 )
+ // InternalAadl2Parser.g:13821:4: rule__AbstractPrototype__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractPrototype__Group_0_0__0();
@@ -69045,14 +66242,14 @@ else if ( (LA426_2==Abstract) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14775:2: ( ( rule__AbstractPrototype__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:13825:2: ( ( rule__AbstractPrototype__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:14775:2: ( ( rule__AbstractPrototype__Group_0_1__0 ) )
- // InternalAadl2Parser.g:14776:3: ( rule__AbstractPrototype__Group_0_1__0 )
+ // InternalAadl2Parser.g:13825:2: ( ( rule__AbstractPrototype__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:13826:3: ( rule__AbstractPrototype__Group_0_1__0 )
{
before(grammarAccess.getAbstractPrototypeAccess().getGroup_0_1());
- // InternalAadl2Parser.g:14777:3: ( rule__AbstractPrototype__Group_0_1__0 )
- // InternalAadl2Parser.g:14777:4: rule__AbstractPrototype__Group_0_1__0
+ // InternalAadl2Parser.g:13827:3: ( rule__AbstractPrototype__Group_0_1__0 )
+ // InternalAadl2Parser.g:13827:4: rule__AbstractPrototype__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractPrototype__Group_0_1__0();
@@ -69087,13 +66284,13 @@ else if ( (LA426_2==Abstract) ) {
// $ANTLR start "rule__BusPrototype__Alternatives_0"
- // InternalAadl2Parser.g:14785:1: rule__BusPrototype__Alternatives_0 : ( ( ( rule__BusPrototype__Group_0_0__0 ) ) | ( ( rule__BusPrototype__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:13835:1: rule__BusPrototype__Alternatives_0 : ( ( ( rule__BusPrototype__Group_0_0__0 ) ) | ( ( rule__BusPrototype__Group_0_1__0 ) ) );
public final void rule__BusPrototype__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14789:1: ( ( ( rule__BusPrototype__Group_0_0__0 ) ) | ( ( rule__BusPrototype__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:13839:1: ( ( ( rule__BusPrototype__Group_0_0__0 ) ) | ( ( rule__BusPrototype__Group_0_1__0 ) ) )
int alt427=2;
int LA427_0 = input.LA(1);
@@ -69103,12 +66300,12 @@ public final void rule__BusPrototype__Alternatives_0() throws RecognitionExcepti
if ( (LA427_1==Colon) ) {
int LA427_2 = input.LA(3);
- if ( (LA427_2==Bus) ) {
- alt427=1;
- }
- else if ( (LA427_2==Refined) ) {
+ if ( (LA427_2==Refined) ) {
alt427=2;
}
+ else if ( (LA427_2==Bus) ) {
+ alt427=1;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 427, 2, input);
@@ -69131,14 +66328,14 @@ else if ( (LA427_2==Refined) ) {
}
switch (alt427) {
case 1 :
- // InternalAadl2Parser.g:14790:2: ( ( rule__BusPrototype__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:13840:2: ( ( rule__BusPrototype__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:14790:2: ( ( rule__BusPrototype__Group_0_0__0 ) )
- // InternalAadl2Parser.g:14791:3: ( rule__BusPrototype__Group_0_0__0 )
+ // InternalAadl2Parser.g:13840:2: ( ( rule__BusPrototype__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:13841:3: ( rule__BusPrototype__Group_0_0__0 )
{
before(grammarAccess.getBusPrototypeAccess().getGroup_0_0());
- // InternalAadl2Parser.g:14792:3: ( rule__BusPrototype__Group_0_0__0 )
- // InternalAadl2Parser.g:14792:4: rule__BusPrototype__Group_0_0__0
+ // InternalAadl2Parser.g:13842:3: ( rule__BusPrototype__Group_0_0__0 )
+ // InternalAadl2Parser.g:13842:4: rule__BusPrototype__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusPrototype__Group_0_0__0();
@@ -69156,14 +66353,14 @@ else if ( (LA427_2==Refined) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14796:2: ( ( rule__BusPrototype__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:13846:2: ( ( rule__BusPrototype__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:14796:2: ( ( rule__BusPrototype__Group_0_1__0 ) )
- // InternalAadl2Parser.g:14797:3: ( rule__BusPrototype__Group_0_1__0 )
+ // InternalAadl2Parser.g:13846:2: ( ( rule__BusPrototype__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:13847:3: ( rule__BusPrototype__Group_0_1__0 )
{
before(grammarAccess.getBusPrototypeAccess().getGroup_0_1());
- // InternalAadl2Parser.g:14798:3: ( rule__BusPrototype__Group_0_1__0 )
- // InternalAadl2Parser.g:14798:4: rule__BusPrototype__Group_0_1__0
+ // InternalAadl2Parser.g:13848:3: ( rule__BusPrototype__Group_0_1__0 )
+ // InternalAadl2Parser.g:13848:4: rule__BusPrototype__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusPrototype__Group_0_1__0();
@@ -69198,13 +66395,13 @@ else if ( (LA427_2==Refined) ) {
// $ANTLR start "rule__DataPrototype__Alternatives_0"
- // InternalAadl2Parser.g:14806:1: rule__DataPrototype__Alternatives_0 : ( ( ( rule__DataPrototype__Group_0_0__0 ) ) | ( ( rule__DataPrototype__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:13856:1: rule__DataPrototype__Alternatives_0 : ( ( ( rule__DataPrototype__Group_0_0__0 ) ) | ( ( rule__DataPrototype__Group_0_1__0 ) ) );
public final void rule__DataPrototype__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14810:1: ( ( ( rule__DataPrototype__Group_0_0__0 ) ) | ( ( rule__DataPrototype__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:13860:1: ( ( ( rule__DataPrototype__Group_0_0__0 ) ) | ( ( rule__DataPrototype__Group_0_1__0 ) ) )
int alt428=2;
int LA428_0 = input.LA(1);
@@ -69214,12 +66411,12 @@ public final void rule__DataPrototype__Alternatives_0() throws RecognitionExcept
if ( (LA428_1==Colon) ) {
int LA428_2 = input.LA(3);
- if ( (LA428_2==Refined) ) {
- alt428=2;
- }
- else if ( (LA428_2==Data) ) {
+ if ( (LA428_2==Data) ) {
alt428=1;
}
+ else if ( (LA428_2==Refined) ) {
+ alt428=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 428, 2, input);
@@ -69242,14 +66439,14 @@ else if ( (LA428_2==Data) ) {
}
switch (alt428) {
case 1 :
- // InternalAadl2Parser.g:14811:2: ( ( rule__DataPrototype__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:13861:2: ( ( rule__DataPrototype__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:14811:2: ( ( rule__DataPrototype__Group_0_0__0 ) )
- // InternalAadl2Parser.g:14812:3: ( rule__DataPrototype__Group_0_0__0 )
+ // InternalAadl2Parser.g:13861:2: ( ( rule__DataPrototype__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:13862:3: ( rule__DataPrototype__Group_0_0__0 )
{
before(grammarAccess.getDataPrototypeAccess().getGroup_0_0());
- // InternalAadl2Parser.g:14813:3: ( rule__DataPrototype__Group_0_0__0 )
- // InternalAadl2Parser.g:14813:4: rule__DataPrototype__Group_0_0__0
+ // InternalAadl2Parser.g:13863:3: ( rule__DataPrototype__Group_0_0__0 )
+ // InternalAadl2Parser.g:13863:4: rule__DataPrototype__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataPrototype__Group_0_0__0();
@@ -69267,14 +66464,14 @@ else if ( (LA428_2==Data) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14817:2: ( ( rule__DataPrototype__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:13867:2: ( ( rule__DataPrototype__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:14817:2: ( ( rule__DataPrototype__Group_0_1__0 ) )
- // InternalAadl2Parser.g:14818:3: ( rule__DataPrototype__Group_0_1__0 )
+ // InternalAadl2Parser.g:13867:2: ( ( rule__DataPrototype__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:13868:3: ( rule__DataPrototype__Group_0_1__0 )
{
before(grammarAccess.getDataPrototypeAccess().getGroup_0_1());
- // InternalAadl2Parser.g:14819:3: ( rule__DataPrototype__Group_0_1__0 )
- // InternalAadl2Parser.g:14819:4: rule__DataPrototype__Group_0_1__0
+ // InternalAadl2Parser.g:13869:3: ( rule__DataPrototype__Group_0_1__0 )
+ // InternalAadl2Parser.g:13869:4: rule__DataPrototype__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataPrototype__Group_0_1__0();
@@ -69309,13 +66506,13 @@ else if ( (LA428_2==Data) ) {
// $ANTLR start "rule__DevicePrototype__Alternatives_0"
- // InternalAadl2Parser.g:14827:1: rule__DevicePrototype__Alternatives_0 : ( ( ( rule__DevicePrototype__Group_0_0__0 ) ) | ( ( rule__DevicePrototype__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:13877:1: rule__DevicePrototype__Alternatives_0 : ( ( ( rule__DevicePrototype__Group_0_0__0 ) ) | ( ( rule__DevicePrototype__Group_0_1__0 ) ) );
public final void rule__DevicePrototype__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14831:1: ( ( ( rule__DevicePrototype__Group_0_0__0 ) ) | ( ( rule__DevicePrototype__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:13881:1: ( ( ( rule__DevicePrototype__Group_0_0__0 ) ) | ( ( rule__DevicePrototype__Group_0_1__0 ) ) )
int alt429=2;
int LA429_0 = input.LA(1);
@@ -69353,14 +66550,14 @@ else if ( (LA429_2==Refined) ) {
}
switch (alt429) {
case 1 :
- // InternalAadl2Parser.g:14832:2: ( ( rule__DevicePrototype__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:13882:2: ( ( rule__DevicePrototype__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:14832:2: ( ( rule__DevicePrototype__Group_0_0__0 ) )
- // InternalAadl2Parser.g:14833:3: ( rule__DevicePrototype__Group_0_0__0 )
+ // InternalAadl2Parser.g:13882:2: ( ( rule__DevicePrototype__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:13883:3: ( rule__DevicePrototype__Group_0_0__0 )
{
before(grammarAccess.getDevicePrototypeAccess().getGroup_0_0());
- // InternalAadl2Parser.g:14834:3: ( rule__DevicePrototype__Group_0_0__0 )
- // InternalAadl2Parser.g:14834:4: rule__DevicePrototype__Group_0_0__0
+ // InternalAadl2Parser.g:13884:3: ( rule__DevicePrototype__Group_0_0__0 )
+ // InternalAadl2Parser.g:13884:4: rule__DevicePrototype__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DevicePrototype__Group_0_0__0();
@@ -69378,14 +66575,14 @@ else if ( (LA429_2==Refined) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14838:2: ( ( rule__DevicePrototype__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:13888:2: ( ( rule__DevicePrototype__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:14838:2: ( ( rule__DevicePrototype__Group_0_1__0 ) )
- // InternalAadl2Parser.g:14839:3: ( rule__DevicePrototype__Group_0_1__0 )
+ // InternalAadl2Parser.g:13888:2: ( ( rule__DevicePrototype__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:13889:3: ( rule__DevicePrototype__Group_0_1__0 )
{
before(grammarAccess.getDevicePrototypeAccess().getGroup_0_1());
- // InternalAadl2Parser.g:14840:3: ( rule__DevicePrototype__Group_0_1__0 )
- // InternalAadl2Parser.g:14840:4: rule__DevicePrototype__Group_0_1__0
+ // InternalAadl2Parser.g:13890:3: ( rule__DevicePrototype__Group_0_1__0 )
+ // InternalAadl2Parser.g:13890:4: rule__DevicePrototype__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DevicePrototype__Group_0_1__0();
@@ -69420,13 +66617,13 @@ else if ( (LA429_2==Refined) ) {
// $ANTLR start "rule__MemoryPrototype__Alternatives_0"
- // InternalAadl2Parser.g:14848:1: rule__MemoryPrototype__Alternatives_0 : ( ( ( rule__MemoryPrototype__Group_0_0__0 ) ) | ( ( rule__MemoryPrototype__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:13898:1: rule__MemoryPrototype__Alternatives_0 : ( ( ( rule__MemoryPrototype__Group_0_0__0 ) ) | ( ( rule__MemoryPrototype__Group_0_1__0 ) ) );
public final void rule__MemoryPrototype__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14852:1: ( ( ( rule__MemoryPrototype__Group_0_0__0 ) ) | ( ( rule__MemoryPrototype__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:13902:1: ( ( ( rule__MemoryPrototype__Group_0_0__0 ) ) | ( ( rule__MemoryPrototype__Group_0_1__0 ) ) )
int alt430=2;
int LA430_0 = input.LA(1);
@@ -69464,14 +66661,14 @@ else if ( (LA430_2==Refined) ) {
}
switch (alt430) {
case 1 :
- // InternalAadl2Parser.g:14853:2: ( ( rule__MemoryPrototype__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:13903:2: ( ( rule__MemoryPrototype__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:14853:2: ( ( rule__MemoryPrototype__Group_0_0__0 ) )
- // InternalAadl2Parser.g:14854:3: ( rule__MemoryPrototype__Group_0_0__0 )
+ // InternalAadl2Parser.g:13903:2: ( ( rule__MemoryPrototype__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:13904:3: ( rule__MemoryPrototype__Group_0_0__0 )
{
before(grammarAccess.getMemoryPrototypeAccess().getGroup_0_0());
- // InternalAadl2Parser.g:14855:3: ( rule__MemoryPrototype__Group_0_0__0 )
- // InternalAadl2Parser.g:14855:4: rule__MemoryPrototype__Group_0_0__0
+ // InternalAadl2Parser.g:13905:3: ( rule__MemoryPrototype__Group_0_0__0 )
+ // InternalAadl2Parser.g:13905:4: rule__MemoryPrototype__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryPrototype__Group_0_0__0();
@@ -69489,14 +66686,14 @@ else if ( (LA430_2==Refined) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14859:2: ( ( rule__MemoryPrototype__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:13909:2: ( ( rule__MemoryPrototype__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:14859:2: ( ( rule__MemoryPrototype__Group_0_1__0 ) )
- // InternalAadl2Parser.g:14860:3: ( rule__MemoryPrototype__Group_0_1__0 )
+ // InternalAadl2Parser.g:13909:2: ( ( rule__MemoryPrototype__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:13910:3: ( rule__MemoryPrototype__Group_0_1__0 )
{
before(grammarAccess.getMemoryPrototypeAccess().getGroup_0_1());
- // InternalAadl2Parser.g:14861:3: ( rule__MemoryPrototype__Group_0_1__0 )
- // InternalAadl2Parser.g:14861:4: rule__MemoryPrototype__Group_0_1__0
+ // InternalAadl2Parser.g:13911:3: ( rule__MemoryPrototype__Group_0_1__0 )
+ // InternalAadl2Parser.g:13911:4: rule__MemoryPrototype__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryPrototype__Group_0_1__0();
@@ -69531,13 +66728,13 @@ else if ( (LA430_2==Refined) ) {
// $ANTLR start "rule__ProcessPrototype__Alternatives_0"
- // InternalAadl2Parser.g:14869:1: rule__ProcessPrototype__Alternatives_0 : ( ( ( rule__ProcessPrototype__Group_0_0__0 ) ) | ( ( rule__ProcessPrototype__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:13919:1: rule__ProcessPrototype__Alternatives_0 : ( ( ( rule__ProcessPrototype__Group_0_0__0 ) ) | ( ( rule__ProcessPrototype__Group_0_1__0 ) ) );
public final void rule__ProcessPrototype__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14873:1: ( ( ( rule__ProcessPrototype__Group_0_0__0 ) ) | ( ( rule__ProcessPrototype__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:13923:1: ( ( ( rule__ProcessPrototype__Group_0_0__0 ) ) | ( ( rule__ProcessPrototype__Group_0_1__0 ) ) )
int alt431=2;
int LA431_0 = input.LA(1);
@@ -69575,14 +66772,14 @@ else if ( (LA431_2==Refined) ) {
}
switch (alt431) {
case 1 :
- // InternalAadl2Parser.g:14874:2: ( ( rule__ProcessPrototype__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:13924:2: ( ( rule__ProcessPrototype__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:14874:2: ( ( rule__ProcessPrototype__Group_0_0__0 ) )
- // InternalAadl2Parser.g:14875:3: ( rule__ProcessPrototype__Group_0_0__0 )
+ // InternalAadl2Parser.g:13924:2: ( ( rule__ProcessPrototype__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:13925:3: ( rule__ProcessPrototype__Group_0_0__0 )
{
before(grammarAccess.getProcessPrototypeAccess().getGroup_0_0());
- // InternalAadl2Parser.g:14876:3: ( rule__ProcessPrototype__Group_0_0__0 )
- // InternalAadl2Parser.g:14876:4: rule__ProcessPrototype__Group_0_0__0
+ // InternalAadl2Parser.g:13926:3: ( rule__ProcessPrototype__Group_0_0__0 )
+ // InternalAadl2Parser.g:13926:4: rule__ProcessPrototype__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessPrototype__Group_0_0__0();
@@ -69600,14 +66797,14 @@ else if ( (LA431_2==Refined) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14880:2: ( ( rule__ProcessPrototype__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:13930:2: ( ( rule__ProcessPrototype__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:14880:2: ( ( rule__ProcessPrototype__Group_0_1__0 ) )
- // InternalAadl2Parser.g:14881:3: ( rule__ProcessPrototype__Group_0_1__0 )
+ // InternalAadl2Parser.g:13930:2: ( ( rule__ProcessPrototype__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:13931:3: ( rule__ProcessPrototype__Group_0_1__0 )
{
before(grammarAccess.getProcessPrototypeAccess().getGroup_0_1());
- // InternalAadl2Parser.g:14882:3: ( rule__ProcessPrototype__Group_0_1__0 )
- // InternalAadl2Parser.g:14882:4: rule__ProcessPrototype__Group_0_1__0
+ // InternalAadl2Parser.g:13932:3: ( rule__ProcessPrototype__Group_0_1__0 )
+ // InternalAadl2Parser.g:13932:4: rule__ProcessPrototype__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessPrototype__Group_0_1__0();
@@ -69642,13 +66839,13 @@ else if ( (LA431_2==Refined) ) {
// $ANTLR start "rule__ProcessorPrototype__Alternatives_0"
- // InternalAadl2Parser.g:14890:1: rule__ProcessorPrototype__Alternatives_0 : ( ( ( rule__ProcessorPrototype__Group_0_0__0 ) ) | ( ( rule__ProcessorPrototype__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:13940:1: rule__ProcessorPrototype__Alternatives_0 : ( ( ( rule__ProcessorPrototype__Group_0_0__0 ) ) | ( ( rule__ProcessorPrototype__Group_0_1__0 ) ) );
public final void rule__ProcessorPrototype__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14894:1: ( ( ( rule__ProcessorPrototype__Group_0_0__0 ) ) | ( ( rule__ProcessorPrototype__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:13944:1: ( ( ( rule__ProcessorPrototype__Group_0_0__0 ) ) | ( ( rule__ProcessorPrototype__Group_0_1__0 ) ) )
int alt432=2;
int LA432_0 = input.LA(1);
@@ -69658,12 +66855,12 @@ public final void rule__ProcessorPrototype__Alternatives_0() throws RecognitionE
if ( (LA432_1==Colon) ) {
int LA432_2 = input.LA(3);
- if ( (LA432_2==Processor) ) {
- alt432=1;
- }
- else if ( (LA432_2==Refined) ) {
+ if ( (LA432_2==Refined) ) {
alt432=2;
}
+ else if ( (LA432_2==Processor) ) {
+ alt432=1;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 432, 2, input);
@@ -69686,14 +66883,14 @@ else if ( (LA432_2==Refined) ) {
}
switch (alt432) {
case 1 :
- // InternalAadl2Parser.g:14895:2: ( ( rule__ProcessorPrototype__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:13945:2: ( ( rule__ProcessorPrototype__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:14895:2: ( ( rule__ProcessorPrototype__Group_0_0__0 ) )
- // InternalAadl2Parser.g:14896:3: ( rule__ProcessorPrototype__Group_0_0__0 )
+ // InternalAadl2Parser.g:13945:2: ( ( rule__ProcessorPrototype__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:13946:3: ( rule__ProcessorPrototype__Group_0_0__0 )
{
before(grammarAccess.getProcessorPrototypeAccess().getGroup_0_0());
- // InternalAadl2Parser.g:14897:3: ( rule__ProcessorPrototype__Group_0_0__0 )
- // InternalAadl2Parser.g:14897:4: rule__ProcessorPrototype__Group_0_0__0
+ // InternalAadl2Parser.g:13947:3: ( rule__ProcessorPrototype__Group_0_0__0 )
+ // InternalAadl2Parser.g:13947:4: rule__ProcessorPrototype__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorPrototype__Group_0_0__0();
@@ -69711,14 +66908,14 @@ else if ( (LA432_2==Refined) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14901:2: ( ( rule__ProcessorPrototype__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:13951:2: ( ( rule__ProcessorPrototype__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:14901:2: ( ( rule__ProcessorPrototype__Group_0_1__0 ) )
- // InternalAadl2Parser.g:14902:3: ( rule__ProcessorPrototype__Group_0_1__0 )
+ // InternalAadl2Parser.g:13951:2: ( ( rule__ProcessorPrototype__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:13952:3: ( rule__ProcessorPrototype__Group_0_1__0 )
{
before(grammarAccess.getProcessorPrototypeAccess().getGroup_0_1());
- // InternalAadl2Parser.g:14903:3: ( rule__ProcessorPrototype__Group_0_1__0 )
- // InternalAadl2Parser.g:14903:4: rule__ProcessorPrototype__Group_0_1__0
+ // InternalAadl2Parser.g:13953:3: ( rule__ProcessorPrototype__Group_0_1__0 )
+ // InternalAadl2Parser.g:13953:4: rule__ProcessorPrototype__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorPrototype__Group_0_1__0();
@@ -69753,13 +66950,13 @@ else if ( (LA432_2==Refined) ) {
// $ANTLR start "rule__SubprogramPrototype__Alternatives_0"
- // InternalAadl2Parser.g:14911:1: rule__SubprogramPrototype__Alternatives_0 : ( ( ( rule__SubprogramPrototype__Group_0_0__0 ) ) | ( ( rule__SubprogramPrototype__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:13961:1: rule__SubprogramPrototype__Alternatives_0 : ( ( ( rule__SubprogramPrototype__Group_0_0__0 ) ) | ( ( rule__SubprogramPrototype__Group_0_1__0 ) ) );
public final void rule__SubprogramPrototype__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14915:1: ( ( ( rule__SubprogramPrototype__Group_0_0__0 ) ) | ( ( rule__SubprogramPrototype__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:13965:1: ( ( ( rule__SubprogramPrototype__Group_0_0__0 ) ) | ( ( rule__SubprogramPrototype__Group_0_1__0 ) ) )
int alt433=2;
int LA433_0 = input.LA(1);
@@ -69797,14 +66994,14 @@ else if ( (LA433_2==Subprogram) ) {
}
switch (alt433) {
case 1 :
- // InternalAadl2Parser.g:14916:2: ( ( rule__SubprogramPrototype__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:13966:2: ( ( rule__SubprogramPrototype__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:14916:2: ( ( rule__SubprogramPrototype__Group_0_0__0 ) )
- // InternalAadl2Parser.g:14917:3: ( rule__SubprogramPrototype__Group_0_0__0 )
+ // InternalAadl2Parser.g:13966:2: ( ( rule__SubprogramPrototype__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:13967:3: ( rule__SubprogramPrototype__Group_0_0__0 )
{
before(grammarAccess.getSubprogramPrototypeAccess().getGroup_0_0());
- // InternalAadl2Parser.g:14918:3: ( rule__SubprogramPrototype__Group_0_0__0 )
- // InternalAadl2Parser.g:14918:4: rule__SubprogramPrototype__Group_0_0__0
+ // InternalAadl2Parser.g:13968:3: ( rule__SubprogramPrototype__Group_0_0__0 )
+ // InternalAadl2Parser.g:13968:4: rule__SubprogramPrototype__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramPrototype__Group_0_0__0();
@@ -69822,14 +67019,14 @@ else if ( (LA433_2==Subprogram) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14922:2: ( ( rule__SubprogramPrototype__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:13972:2: ( ( rule__SubprogramPrototype__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:14922:2: ( ( rule__SubprogramPrototype__Group_0_1__0 ) )
- // InternalAadl2Parser.g:14923:3: ( rule__SubprogramPrototype__Group_0_1__0 )
+ // InternalAadl2Parser.g:13972:2: ( ( rule__SubprogramPrototype__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:13973:3: ( rule__SubprogramPrototype__Group_0_1__0 )
{
before(grammarAccess.getSubprogramPrototypeAccess().getGroup_0_1());
- // InternalAadl2Parser.g:14924:3: ( rule__SubprogramPrototype__Group_0_1__0 )
- // InternalAadl2Parser.g:14924:4: rule__SubprogramPrototype__Group_0_1__0
+ // InternalAadl2Parser.g:13974:3: ( rule__SubprogramPrototype__Group_0_1__0 )
+ // InternalAadl2Parser.g:13974:4: rule__SubprogramPrototype__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramPrototype__Group_0_1__0();
@@ -69864,13 +67061,13 @@ else if ( (LA433_2==Subprogram) ) {
// $ANTLR start "rule__SubprogramGroupPrototype__Alternatives_0"
- // InternalAadl2Parser.g:14932:1: rule__SubprogramGroupPrototype__Alternatives_0 : ( ( ( rule__SubprogramGroupPrototype__Group_0_0__0 ) ) | ( ( rule__SubprogramGroupPrototype__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:13982:1: rule__SubprogramGroupPrototype__Alternatives_0 : ( ( ( rule__SubprogramGroupPrototype__Group_0_0__0 ) ) | ( ( rule__SubprogramGroupPrototype__Group_0_1__0 ) ) );
public final void rule__SubprogramGroupPrototype__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14936:1: ( ( ( rule__SubprogramGroupPrototype__Group_0_0__0 ) ) | ( ( rule__SubprogramGroupPrototype__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:13986:1: ( ( ( rule__SubprogramGroupPrototype__Group_0_0__0 ) ) | ( ( rule__SubprogramGroupPrototype__Group_0_1__0 ) ) )
int alt434=2;
int LA434_0 = input.LA(1);
@@ -69880,12 +67077,12 @@ public final void rule__SubprogramGroupPrototype__Alternatives_0() throws Recogn
if ( (LA434_1==Colon) ) {
int LA434_2 = input.LA(3);
- if ( (LA434_2==Subprogram) ) {
- alt434=1;
- }
- else if ( (LA434_2==Refined) ) {
+ if ( (LA434_2==Refined) ) {
alt434=2;
}
+ else if ( (LA434_2==Subprogram) ) {
+ alt434=1;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 434, 2, input);
@@ -69908,14 +67105,14 @@ else if ( (LA434_2==Refined) ) {
}
switch (alt434) {
case 1 :
- // InternalAadl2Parser.g:14937:2: ( ( rule__SubprogramGroupPrototype__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:13987:2: ( ( rule__SubprogramGroupPrototype__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:14937:2: ( ( rule__SubprogramGroupPrototype__Group_0_0__0 ) )
- // InternalAadl2Parser.g:14938:3: ( rule__SubprogramGroupPrototype__Group_0_0__0 )
+ // InternalAadl2Parser.g:13987:2: ( ( rule__SubprogramGroupPrototype__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:13988:3: ( rule__SubprogramGroupPrototype__Group_0_0__0 )
{
before(grammarAccess.getSubprogramGroupPrototypeAccess().getGroup_0_0());
- // InternalAadl2Parser.g:14939:3: ( rule__SubprogramGroupPrototype__Group_0_0__0 )
- // InternalAadl2Parser.g:14939:4: rule__SubprogramGroupPrototype__Group_0_0__0
+ // InternalAadl2Parser.g:13989:3: ( rule__SubprogramGroupPrototype__Group_0_0__0 )
+ // InternalAadl2Parser.g:13989:4: rule__SubprogramGroupPrototype__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramGroupPrototype__Group_0_0__0();
@@ -69933,14 +67130,14 @@ else if ( (LA434_2==Refined) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14943:2: ( ( rule__SubprogramGroupPrototype__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:13993:2: ( ( rule__SubprogramGroupPrototype__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:14943:2: ( ( rule__SubprogramGroupPrototype__Group_0_1__0 ) )
- // InternalAadl2Parser.g:14944:3: ( rule__SubprogramGroupPrototype__Group_0_1__0 )
+ // InternalAadl2Parser.g:13993:2: ( ( rule__SubprogramGroupPrototype__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:13994:3: ( rule__SubprogramGroupPrototype__Group_0_1__0 )
{
before(grammarAccess.getSubprogramGroupPrototypeAccess().getGroup_0_1());
- // InternalAadl2Parser.g:14945:3: ( rule__SubprogramGroupPrototype__Group_0_1__0 )
- // InternalAadl2Parser.g:14945:4: rule__SubprogramGroupPrototype__Group_0_1__0
+ // InternalAadl2Parser.g:13995:3: ( rule__SubprogramGroupPrototype__Group_0_1__0 )
+ // InternalAadl2Parser.g:13995:4: rule__SubprogramGroupPrototype__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramGroupPrototype__Group_0_1__0();
@@ -69975,13 +67172,13 @@ else if ( (LA434_2==Refined) ) {
// $ANTLR start "rule__SystemPrototype__Alternatives_0"
- // InternalAadl2Parser.g:14953:1: rule__SystemPrototype__Alternatives_0 : ( ( ( rule__SystemPrototype__Group_0_0__0 ) ) | ( ( rule__SystemPrototype__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:14003:1: rule__SystemPrototype__Alternatives_0 : ( ( ( rule__SystemPrototype__Group_0_0__0 ) ) | ( ( rule__SystemPrototype__Group_0_1__0 ) ) );
public final void rule__SystemPrototype__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14957:1: ( ( ( rule__SystemPrototype__Group_0_0__0 ) ) | ( ( rule__SystemPrototype__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:14007:1: ( ( ( rule__SystemPrototype__Group_0_0__0 ) ) | ( ( rule__SystemPrototype__Group_0_1__0 ) ) )
int alt435=2;
int LA435_0 = input.LA(1);
@@ -69991,12 +67188,12 @@ public final void rule__SystemPrototype__Alternatives_0() throws RecognitionExce
if ( (LA435_1==Colon) ) {
int LA435_2 = input.LA(3);
- if ( (LA435_2==KW_System) ) {
- alt435=1;
- }
- else if ( (LA435_2==Refined) ) {
+ if ( (LA435_2==Refined) ) {
alt435=2;
}
+ else if ( (LA435_2==KW_System) ) {
+ alt435=1;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 435, 2, input);
@@ -70019,14 +67216,14 @@ else if ( (LA435_2==Refined) ) {
}
switch (alt435) {
case 1 :
- // InternalAadl2Parser.g:14958:2: ( ( rule__SystemPrototype__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14008:2: ( ( rule__SystemPrototype__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:14958:2: ( ( rule__SystemPrototype__Group_0_0__0 ) )
- // InternalAadl2Parser.g:14959:3: ( rule__SystemPrototype__Group_0_0__0 )
+ // InternalAadl2Parser.g:14008:2: ( ( rule__SystemPrototype__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14009:3: ( rule__SystemPrototype__Group_0_0__0 )
{
before(grammarAccess.getSystemPrototypeAccess().getGroup_0_0());
- // InternalAadl2Parser.g:14960:3: ( rule__SystemPrototype__Group_0_0__0 )
- // InternalAadl2Parser.g:14960:4: rule__SystemPrototype__Group_0_0__0
+ // InternalAadl2Parser.g:14010:3: ( rule__SystemPrototype__Group_0_0__0 )
+ // InternalAadl2Parser.g:14010:4: rule__SystemPrototype__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemPrototype__Group_0_0__0();
@@ -70044,14 +67241,14 @@ else if ( (LA435_2==Refined) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14964:2: ( ( rule__SystemPrototype__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14014:2: ( ( rule__SystemPrototype__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:14964:2: ( ( rule__SystemPrototype__Group_0_1__0 ) )
- // InternalAadl2Parser.g:14965:3: ( rule__SystemPrototype__Group_0_1__0 )
+ // InternalAadl2Parser.g:14014:2: ( ( rule__SystemPrototype__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14015:3: ( rule__SystemPrototype__Group_0_1__0 )
{
before(grammarAccess.getSystemPrototypeAccess().getGroup_0_1());
- // InternalAadl2Parser.g:14966:3: ( rule__SystemPrototype__Group_0_1__0 )
- // InternalAadl2Parser.g:14966:4: rule__SystemPrototype__Group_0_1__0
+ // InternalAadl2Parser.g:14016:3: ( rule__SystemPrototype__Group_0_1__0 )
+ // InternalAadl2Parser.g:14016:4: rule__SystemPrototype__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemPrototype__Group_0_1__0();
@@ -70086,13 +67283,13 @@ else if ( (LA435_2==Refined) ) {
// $ANTLR start "rule__ThreadPrototype__Alternatives_0"
- // InternalAadl2Parser.g:14974:1: rule__ThreadPrototype__Alternatives_0 : ( ( ( rule__ThreadPrototype__Group_0_0__0 ) ) | ( ( rule__ThreadPrototype__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:14024:1: rule__ThreadPrototype__Alternatives_0 : ( ( ( rule__ThreadPrototype__Group_0_0__0 ) ) | ( ( rule__ThreadPrototype__Group_0_1__0 ) ) );
public final void rule__ThreadPrototype__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14978:1: ( ( ( rule__ThreadPrototype__Group_0_0__0 ) ) | ( ( rule__ThreadPrototype__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:14028:1: ( ( ( rule__ThreadPrototype__Group_0_0__0 ) ) | ( ( rule__ThreadPrototype__Group_0_1__0 ) ) )
int alt436=2;
int LA436_0 = input.LA(1);
@@ -70130,14 +67327,14 @@ else if ( (LA436_2==Refined) ) {
}
switch (alt436) {
case 1 :
- // InternalAadl2Parser.g:14979:2: ( ( rule__ThreadPrototype__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14029:2: ( ( rule__ThreadPrototype__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:14979:2: ( ( rule__ThreadPrototype__Group_0_0__0 ) )
- // InternalAadl2Parser.g:14980:3: ( rule__ThreadPrototype__Group_0_0__0 )
+ // InternalAadl2Parser.g:14029:2: ( ( rule__ThreadPrototype__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14030:3: ( rule__ThreadPrototype__Group_0_0__0 )
{
before(grammarAccess.getThreadPrototypeAccess().getGroup_0_0());
- // InternalAadl2Parser.g:14981:3: ( rule__ThreadPrototype__Group_0_0__0 )
- // InternalAadl2Parser.g:14981:4: rule__ThreadPrototype__Group_0_0__0
+ // InternalAadl2Parser.g:14031:3: ( rule__ThreadPrototype__Group_0_0__0 )
+ // InternalAadl2Parser.g:14031:4: rule__ThreadPrototype__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadPrototype__Group_0_0__0();
@@ -70155,14 +67352,14 @@ else if ( (LA436_2==Refined) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:14985:2: ( ( rule__ThreadPrototype__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14035:2: ( ( rule__ThreadPrototype__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:14985:2: ( ( rule__ThreadPrototype__Group_0_1__0 ) )
- // InternalAadl2Parser.g:14986:3: ( rule__ThreadPrototype__Group_0_1__0 )
+ // InternalAadl2Parser.g:14035:2: ( ( rule__ThreadPrototype__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14036:3: ( rule__ThreadPrototype__Group_0_1__0 )
{
before(grammarAccess.getThreadPrototypeAccess().getGroup_0_1());
- // InternalAadl2Parser.g:14987:3: ( rule__ThreadPrototype__Group_0_1__0 )
- // InternalAadl2Parser.g:14987:4: rule__ThreadPrototype__Group_0_1__0
+ // InternalAadl2Parser.g:14037:3: ( rule__ThreadPrototype__Group_0_1__0 )
+ // InternalAadl2Parser.g:14037:4: rule__ThreadPrototype__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadPrototype__Group_0_1__0();
@@ -70197,13 +67394,13 @@ else if ( (LA436_2==Refined) ) {
// $ANTLR start "rule__ThreadGroupPrototype__Alternatives_0"
- // InternalAadl2Parser.g:14995:1: rule__ThreadGroupPrototype__Alternatives_0 : ( ( ( rule__ThreadGroupPrototype__Group_0_0__0 ) ) | ( ( rule__ThreadGroupPrototype__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:14045:1: rule__ThreadGroupPrototype__Alternatives_0 : ( ( ( rule__ThreadGroupPrototype__Group_0_0__0 ) ) | ( ( rule__ThreadGroupPrototype__Group_0_1__0 ) ) );
public final void rule__ThreadGroupPrototype__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:14999:1: ( ( ( rule__ThreadGroupPrototype__Group_0_0__0 ) ) | ( ( rule__ThreadGroupPrototype__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:14049:1: ( ( ( rule__ThreadGroupPrototype__Group_0_0__0 ) ) | ( ( rule__ThreadGroupPrototype__Group_0_1__0 ) ) )
int alt437=2;
int LA437_0 = input.LA(1);
@@ -70213,12 +67410,12 @@ public final void rule__ThreadGroupPrototype__Alternatives_0() throws Recognitio
if ( (LA437_1==Colon) ) {
int LA437_2 = input.LA(3);
- if ( (LA437_2==Thread) ) {
- alt437=1;
- }
- else if ( (LA437_2==Refined) ) {
+ if ( (LA437_2==Refined) ) {
alt437=2;
}
+ else if ( (LA437_2==Thread) ) {
+ alt437=1;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 437, 2, input);
@@ -70241,14 +67438,14 @@ else if ( (LA437_2==Refined) ) {
}
switch (alt437) {
case 1 :
- // InternalAadl2Parser.g:15000:2: ( ( rule__ThreadGroupPrototype__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14050:2: ( ( rule__ThreadGroupPrototype__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:15000:2: ( ( rule__ThreadGroupPrototype__Group_0_0__0 ) )
- // InternalAadl2Parser.g:15001:3: ( rule__ThreadGroupPrototype__Group_0_0__0 )
+ // InternalAadl2Parser.g:14050:2: ( ( rule__ThreadGroupPrototype__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14051:3: ( rule__ThreadGroupPrototype__Group_0_0__0 )
{
before(grammarAccess.getThreadGroupPrototypeAccess().getGroup_0_0());
- // InternalAadl2Parser.g:15002:3: ( rule__ThreadGroupPrototype__Group_0_0__0 )
- // InternalAadl2Parser.g:15002:4: rule__ThreadGroupPrototype__Group_0_0__0
+ // InternalAadl2Parser.g:14052:3: ( rule__ThreadGroupPrototype__Group_0_0__0 )
+ // InternalAadl2Parser.g:14052:4: rule__ThreadGroupPrototype__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadGroupPrototype__Group_0_0__0();
@@ -70266,14 +67463,14 @@ else if ( (LA437_2==Refined) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15006:2: ( ( rule__ThreadGroupPrototype__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14056:2: ( ( rule__ThreadGroupPrototype__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:15006:2: ( ( rule__ThreadGroupPrototype__Group_0_1__0 ) )
- // InternalAadl2Parser.g:15007:3: ( rule__ThreadGroupPrototype__Group_0_1__0 )
+ // InternalAadl2Parser.g:14056:2: ( ( rule__ThreadGroupPrototype__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14057:3: ( rule__ThreadGroupPrototype__Group_0_1__0 )
{
before(grammarAccess.getThreadGroupPrototypeAccess().getGroup_0_1());
- // InternalAadl2Parser.g:15008:3: ( rule__ThreadGroupPrototype__Group_0_1__0 )
- // InternalAadl2Parser.g:15008:4: rule__ThreadGroupPrototype__Group_0_1__0
+ // InternalAadl2Parser.g:14058:3: ( rule__ThreadGroupPrototype__Group_0_1__0 )
+ // InternalAadl2Parser.g:14058:4: rule__ThreadGroupPrototype__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadGroupPrototype__Group_0_1__0();
@@ -70308,13 +67505,13 @@ else if ( (LA437_2==Refined) ) {
// $ANTLR start "rule__VirtualBusPrototype__Alternatives_0"
- // InternalAadl2Parser.g:15016:1: rule__VirtualBusPrototype__Alternatives_0 : ( ( ( rule__VirtualBusPrototype__Group_0_0__0 ) ) | ( ( rule__VirtualBusPrototype__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:14066:1: rule__VirtualBusPrototype__Alternatives_0 : ( ( ( rule__VirtualBusPrototype__Group_0_0__0 ) ) | ( ( rule__VirtualBusPrototype__Group_0_1__0 ) ) );
public final void rule__VirtualBusPrototype__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15020:1: ( ( ( rule__VirtualBusPrototype__Group_0_0__0 ) ) | ( ( rule__VirtualBusPrototype__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:14070:1: ( ( ( rule__VirtualBusPrototype__Group_0_0__0 ) ) | ( ( rule__VirtualBusPrototype__Group_0_1__0 ) ) )
int alt438=2;
int LA438_0 = input.LA(1);
@@ -70352,14 +67549,14 @@ else if ( (LA438_2==Refined) ) {
}
switch (alt438) {
case 1 :
- // InternalAadl2Parser.g:15021:2: ( ( rule__VirtualBusPrototype__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14071:2: ( ( rule__VirtualBusPrototype__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:15021:2: ( ( rule__VirtualBusPrototype__Group_0_0__0 ) )
- // InternalAadl2Parser.g:15022:3: ( rule__VirtualBusPrototype__Group_0_0__0 )
+ // InternalAadl2Parser.g:14071:2: ( ( rule__VirtualBusPrototype__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14072:3: ( rule__VirtualBusPrototype__Group_0_0__0 )
{
before(grammarAccess.getVirtualBusPrototypeAccess().getGroup_0_0());
- // InternalAadl2Parser.g:15023:3: ( rule__VirtualBusPrototype__Group_0_0__0 )
- // InternalAadl2Parser.g:15023:4: rule__VirtualBusPrototype__Group_0_0__0
+ // InternalAadl2Parser.g:14073:3: ( rule__VirtualBusPrototype__Group_0_0__0 )
+ // InternalAadl2Parser.g:14073:4: rule__VirtualBusPrototype__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__VirtualBusPrototype__Group_0_0__0();
@@ -70377,14 +67574,14 @@ else if ( (LA438_2==Refined) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15027:2: ( ( rule__VirtualBusPrototype__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14077:2: ( ( rule__VirtualBusPrototype__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:15027:2: ( ( rule__VirtualBusPrototype__Group_0_1__0 ) )
- // InternalAadl2Parser.g:15028:3: ( rule__VirtualBusPrototype__Group_0_1__0 )
+ // InternalAadl2Parser.g:14077:2: ( ( rule__VirtualBusPrototype__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14078:3: ( rule__VirtualBusPrototype__Group_0_1__0 )
{
before(grammarAccess.getVirtualBusPrototypeAccess().getGroup_0_1());
- // InternalAadl2Parser.g:15029:3: ( rule__VirtualBusPrototype__Group_0_1__0 )
- // InternalAadl2Parser.g:15029:4: rule__VirtualBusPrototype__Group_0_1__0
+ // InternalAadl2Parser.g:14079:3: ( rule__VirtualBusPrototype__Group_0_1__0 )
+ // InternalAadl2Parser.g:14079:4: rule__VirtualBusPrototype__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__VirtualBusPrototype__Group_0_1__0();
@@ -70419,13 +67616,13 @@ else if ( (LA438_2==Refined) ) {
// $ANTLR start "rule__VirtualProcessorPrototype__Alternatives_0"
- // InternalAadl2Parser.g:15037:1: rule__VirtualProcessorPrototype__Alternatives_0 : ( ( ( rule__VirtualProcessorPrototype__Group_0_0__0 ) ) | ( ( rule__VirtualProcessorPrototype__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:14087:1: rule__VirtualProcessorPrototype__Alternatives_0 : ( ( ( rule__VirtualProcessorPrototype__Group_0_0__0 ) ) | ( ( rule__VirtualProcessorPrototype__Group_0_1__0 ) ) );
public final void rule__VirtualProcessorPrototype__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15041:1: ( ( ( rule__VirtualProcessorPrototype__Group_0_0__0 ) ) | ( ( rule__VirtualProcessorPrototype__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:14091:1: ( ( ( rule__VirtualProcessorPrototype__Group_0_0__0 ) ) | ( ( rule__VirtualProcessorPrototype__Group_0_1__0 ) ) )
int alt439=2;
int LA439_0 = input.LA(1);
@@ -70435,12 +67632,12 @@ public final void rule__VirtualProcessorPrototype__Alternatives_0() throws Recog
if ( (LA439_1==Colon) ) {
int LA439_2 = input.LA(3);
- if ( (LA439_2==Refined) ) {
- alt439=2;
- }
- else if ( (LA439_2==Virtual) ) {
+ if ( (LA439_2==Virtual) ) {
alt439=1;
}
+ else if ( (LA439_2==Refined) ) {
+ alt439=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 439, 2, input);
@@ -70463,14 +67660,14 @@ else if ( (LA439_2==Virtual) ) {
}
switch (alt439) {
case 1 :
- // InternalAadl2Parser.g:15042:2: ( ( rule__VirtualProcessorPrototype__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14092:2: ( ( rule__VirtualProcessorPrototype__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:15042:2: ( ( rule__VirtualProcessorPrototype__Group_0_0__0 ) )
- // InternalAadl2Parser.g:15043:3: ( rule__VirtualProcessorPrototype__Group_0_0__0 )
+ // InternalAadl2Parser.g:14092:2: ( ( rule__VirtualProcessorPrototype__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14093:3: ( rule__VirtualProcessorPrototype__Group_0_0__0 )
{
before(grammarAccess.getVirtualProcessorPrototypeAccess().getGroup_0_0());
- // InternalAadl2Parser.g:15044:3: ( rule__VirtualProcessorPrototype__Group_0_0__0 )
- // InternalAadl2Parser.g:15044:4: rule__VirtualProcessorPrototype__Group_0_0__0
+ // InternalAadl2Parser.g:14094:3: ( rule__VirtualProcessorPrototype__Group_0_0__0 )
+ // InternalAadl2Parser.g:14094:4: rule__VirtualProcessorPrototype__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__VirtualProcessorPrototype__Group_0_0__0();
@@ -70488,14 +67685,14 @@ else if ( (LA439_2==Virtual) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15048:2: ( ( rule__VirtualProcessorPrototype__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14098:2: ( ( rule__VirtualProcessorPrototype__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:15048:2: ( ( rule__VirtualProcessorPrototype__Group_0_1__0 ) )
- // InternalAadl2Parser.g:15049:3: ( rule__VirtualProcessorPrototype__Group_0_1__0 )
+ // InternalAadl2Parser.g:14098:2: ( ( rule__VirtualProcessorPrototype__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14099:3: ( rule__VirtualProcessorPrototype__Group_0_1__0 )
{
before(grammarAccess.getVirtualProcessorPrototypeAccess().getGroup_0_1());
- // InternalAadl2Parser.g:15050:3: ( rule__VirtualProcessorPrototype__Group_0_1__0 )
- // InternalAadl2Parser.g:15050:4: rule__VirtualProcessorPrototype__Group_0_1__0
+ // InternalAadl2Parser.g:14100:3: ( rule__VirtualProcessorPrototype__Group_0_1__0 )
+ // InternalAadl2Parser.g:14100:4: rule__VirtualProcessorPrototype__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__VirtualProcessorPrototype__Group_0_1__0();
@@ -70530,13 +67727,13 @@ else if ( (LA439_2==Virtual) ) {
// $ANTLR start "rule__FeatureGroupPrototype__Alternatives_0"
- // InternalAadl2Parser.g:15058:1: rule__FeatureGroupPrototype__Alternatives_0 : ( ( ( rule__FeatureGroupPrototype__Group_0_0__0 ) ) | ( ( rule__FeatureGroupPrototype__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:14108:1: rule__FeatureGroupPrototype__Alternatives_0 : ( ( ( rule__FeatureGroupPrototype__Group_0_0__0 ) ) | ( ( rule__FeatureGroupPrototype__Group_0_1__0 ) ) );
public final void rule__FeatureGroupPrototype__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15062:1: ( ( ( rule__FeatureGroupPrototype__Group_0_0__0 ) ) | ( ( rule__FeatureGroupPrototype__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:14112:1: ( ( ( rule__FeatureGroupPrototype__Group_0_0__0 ) ) | ( ( rule__FeatureGroupPrototype__Group_0_1__0 ) ) )
int alt440=2;
int LA440_0 = input.LA(1);
@@ -70574,14 +67771,14 @@ else if ( (LA440_2==Refined) ) {
}
switch (alt440) {
case 1 :
- // InternalAadl2Parser.g:15063:2: ( ( rule__FeatureGroupPrototype__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14113:2: ( ( rule__FeatureGroupPrototype__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:15063:2: ( ( rule__FeatureGroupPrototype__Group_0_0__0 ) )
- // InternalAadl2Parser.g:15064:3: ( rule__FeatureGroupPrototype__Group_0_0__0 )
+ // InternalAadl2Parser.g:14113:2: ( ( rule__FeatureGroupPrototype__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14114:3: ( rule__FeatureGroupPrototype__Group_0_0__0 )
{
before(grammarAccess.getFeatureGroupPrototypeAccess().getGroup_0_0());
- // InternalAadl2Parser.g:15065:3: ( rule__FeatureGroupPrototype__Group_0_0__0 )
- // InternalAadl2Parser.g:15065:4: rule__FeatureGroupPrototype__Group_0_0__0
+ // InternalAadl2Parser.g:14115:3: ( rule__FeatureGroupPrototype__Group_0_0__0 )
+ // InternalAadl2Parser.g:14115:4: rule__FeatureGroupPrototype__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__FeatureGroupPrototype__Group_0_0__0();
@@ -70599,14 +67796,14 @@ else if ( (LA440_2==Refined) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15069:2: ( ( rule__FeatureGroupPrototype__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14119:2: ( ( rule__FeatureGroupPrototype__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:15069:2: ( ( rule__FeatureGroupPrototype__Group_0_1__0 ) )
- // InternalAadl2Parser.g:15070:3: ( rule__FeatureGroupPrototype__Group_0_1__0 )
+ // InternalAadl2Parser.g:14119:2: ( ( rule__FeatureGroupPrototype__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14120:3: ( rule__FeatureGroupPrototype__Group_0_1__0 )
{
before(grammarAccess.getFeatureGroupPrototypeAccess().getGroup_0_1());
- // InternalAadl2Parser.g:15071:3: ( rule__FeatureGroupPrototype__Group_0_1__0 )
- // InternalAadl2Parser.g:15071:4: rule__FeatureGroupPrototype__Group_0_1__0
+ // InternalAadl2Parser.g:14121:3: ( rule__FeatureGroupPrototype__Group_0_1__0 )
+ // InternalAadl2Parser.g:14121:4: rule__FeatureGroupPrototype__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__FeatureGroupPrototype__Group_0_1__0();
@@ -70641,13 +67838,13 @@ else if ( (LA440_2==Refined) ) {
// $ANTLR start "rule__FeaturePrototype__Alternatives_0"
- // InternalAadl2Parser.g:15079:1: rule__FeaturePrototype__Alternatives_0 : ( ( ( rule__FeaturePrototype__Group_0_0__0 ) ) | ( ( rule__FeaturePrototype__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:14129:1: rule__FeaturePrototype__Alternatives_0 : ( ( ( rule__FeaturePrototype__Group_0_0__0 ) ) | ( ( rule__FeaturePrototype__Group_0_1__0 ) ) );
public final void rule__FeaturePrototype__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15083:1: ( ( ( rule__FeaturePrototype__Group_0_0__0 ) ) | ( ( rule__FeaturePrototype__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:14133:1: ( ( ( rule__FeaturePrototype__Group_0_0__0 ) ) | ( ( rule__FeaturePrototype__Group_0_1__0 ) ) )
int alt441=2;
int LA441_0 = input.LA(1);
@@ -70657,12 +67854,12 @@ public final void rule__FeaturePrototype__Alternatives_0() throws RecognitionExc
if ( (LA441_1==Colon) ) {
int LA441_2 = input.LA(3);
- if ( (LA441_2==Feature||LA441_2==Out||LA441_2==In) ) {
- alt441=1;
- }
- else if ( (LA441_2==Refined) ) {
+ if ( (LA441_2==Refined) ) {
alt441=2;
}
+ else if ( (LA441_2==Feature||LA441_2==Out||LA441_2==In) ) {
+ alt441=1;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 441, 2, input);
@@ -70685,14 +67882,14 @@ else if ( (LA441_2==Refined) ) {
}
switch (alt441) {
case 1 :
- // InternalAadl2Parser.g:15084:2: ( ( rule__FeaturePrototype__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14134:2: ( ( rule__FeaturePrototype__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:15084:2: ( ( rule__FeaturePrototype__Group_0_0__0 ) )
- // InternalAadl2Parser.g:15085:3: ( rule__FeaturePrototype__Group_0_0__0 )
+ // InternalAadl2Parser.g:14134:2: ( ( rule__FeaturePrototype__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14135:3: ( rule__FeaturePrototype__Group_0_0__0 )
{
before(grammarAccess.getFeaturePrototypeAccess().getGroup_0_0());
- // InternalAadl2Parser.g:15086:3: ( rule__FeaturePrototype__Group_0_0__0 )
- // InternalAadl2Parser.g:15086:4: rule__FeaturePrototype__Group_0_0__0
+ // InternalAadl2Parser.g:14136:3: ( rule__FeaturePrototype__Group_0_0__0 )
+ // InternalAadl2Parser.g:14136:4: rule__FeaturePrototype__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__FeaturePrototype__Group_0_0__0();
@@ -70710,14 +67907,14 @@ else if ( (LA441_2==Refined) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15090:2: ( ( rule__FeaturePrototype__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14140:2: ( ( rule__FeaturePrototype__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:15090:2: ( ( rule__FeaturePrototype__Group_0_1__0 ) )
- // InternalAadl2Parser.g:15091:3: ( rule__FeaturePrototype__Group_0_1__0 )
+ // InternalAadl2Parser.g:14140:2: ( ( rule__FeaturePrototype__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14141:3: ( rule__FeaturePrototype__Group_0_1__0 )
{
before(grammarAccess.getFeaturePrototypeAccess().getGroup_0_1());
- // InternalAadl2Parser.g:15092:3: ( rule__FeaturePrototype__Group_0_1__0 )
- // InternalAadl2Parser.g:15092:4: rule__FeaturePrototype__Group_0_1__0
+ // InternalAadl2Parser.g:14142:3: ( rule__FeaturePrototype__Group_0_1__0 )
+ // InternalAadl2Parser.g:14142:4: rule__FeaturePrototype__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__FeaturePrototype__Group_0_1__0();
@@ -70752,13 +67949,13 @@ else if ( (LA441_2==Refined) ) {
// $ANTLR start "rule__FeaturePrototype__Alternatives_1"
- // InternalAadl2Parser.g:15100:1: rule__FeaturePrototype__Alternatives_1 : ( ( ( rule__FeaturePrototype__InAssignment_1_0 ) ) | ( ( rule__FeaturePrototype__OutAssignment_1_1 ) ) );
+ // InternalAadl2Parser.g:14150:1: rule__FeaturePrototype__Alternatives_1 : ( ( ( rule__FeaturePrototype__InAssignment_1_0 ) ) | ( ( rule__FeaturePrototype__OutAssignment_1_1 ) ) );
public final void rule__FeaturePrototype__Alternatives_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15104:1: ( ( ( rule__FeaturePrototype__InAssignment_1_0 ) ) | ( ( rule__FeaturePrototype__OutAssignment_1_1 ) ) )
+ // InternalAadl2Parser.g:14154:1: ( ( ( rule__FeaturePrototype__InAssignment_1_0 ) ) | ( ( rule__FeaturePrototype__OutAssignment_1_1 ) ) )
int alt442=2;
int LA442_0 = input.LA(1);
@@ -70776,14 +67973,14 @@ else if ( (LA442_0==Out) ) {
}
switch (alt442) {
case 1 :
- // InternalAadl2Parser.g:15105:2: ( ( rule__FeaturePrototype__InAssignment_1_0 ) )
+ // InternalAadl2Parser.g:14155:2: ( ( rule__FeaturePrototype__InAssignment_1_0 ) )
{
- // InternalAadl2Parser.g:15105:2: ( ( rule__FeaturePrototype__InAssignment_1_0 ) )
- // InternalAadl2Parser.g:15106:3: ( rule__FeaturePrototype__InAssignment_1_0 )
+ // InternalAadl2Parser.g:14155:2: ( ( rule__FeaturePrototype__InAssignment_1_0 ) )
+ // InternalAadl2Parser.g:14156:3: ( rule__FeaturePrototype__InAssignment_1_0 )
{
before(grammarAccess.getFeaturePrototypeAccess().getInAssignment_1_0());
- // InternalAadl2Parser.g:15107:3: ( rule__FeaturePrototype__InAssignment_1_0 )
- // InternalAadl2Parser.g:15107:4: rule__FeaturePrototype__InAssignment_1_0
+ // InternalAadl2Parser.g:14157:3: ( rule__FeaturePrototype__InAssignment_1_0 )
+ // InternalAadl2Parser.g:14157:4: rule__FeaturePrototype__InAssignment_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__FeaturePrototype__InAssignment_1_0();
@@ -70801,14 +67998,14 @@ else if ( (LA442_0==Out) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15111:2: ( ( rule__FeaturePrototype__OutAssignment_1_1 ) )
+ // InternalAadl2Parser.g:14161:2: ( ( rule__FeaturePrototype__OutAssignment_1_1 ) )
{
- // InternalAadl2Parser.g:15111:2: ( ( rule__FeaturePrototype__OutAssignment_1_1 ) )
- // InternalAadl2Parser.g:15112:3: ( rule__FeaturePrototype__OutAssignment_1_1 )
+ // InternalAadl2Parser.g:14161:2: ( ( rule__FeaturePrototype__OutAssignment_1_1 ) )
+ // InternalAadl2Parser.g:14162:3: ( rule__FeaturePrototype__OutAssignment_1_1 )
{
before(grammarAccess.getFeaturePrototypeAccess().getOutAssignment_1_1());
- // InternalAadl2Parser.g:15113:3: ( rule__FeaturePrototype__OutAssignment_1_1 )
- // InternalAadl2Parser.g:15113:4: rule__FeaturePrototype__OutAssignment_1_1
+ // InternalAadl2Parser.g:14163:3: ( rule__FeaturePrototype__OutAssignment_1_1 )
+ // InternalAadl2Parser.g:14163:4: rule__FeaturePrototype__OutAssignment_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__FeaturePrototype__OutAssignment_1_1();
@@ -70843,13 +68040,13 @@ else if ( (LA442_0==Out) ) {
// $ANTLR start "rule__PrototypeBinding__Alternatives"
- // InternalAadl2Parser.g:15121:1: rule__PrototypeBinding__Alternatives : ( ( ruleFeatureGroupPrototypeBinding ) | ( ruleFeaturePrototypeBinding ) | ( ruleComponentPrototypeBinding ) );
+ // InternalAadl2Parser.g:14171:1: rule__PrototypeBinding__Alternatives : ( ( ruleFeatureGroupPrototypeBinding ) | ( ruleFeaturePrototypeBinding ) | ( ruleComponentPrototypeBinding ) );
public final void rule__PrototypeBinding__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15125:1: ( ( ruleFeatureGroupPrototypeBinding ) | ( ruleFeaturePrototypeBinding ) | ( ruleComponentPrototypeBinding ) )
+ // InternalAadl2Parser.g:14175:1: ( ( ruleFeatureGroupPrototypeBinding ) | ( ruleFeaturePrototypeBinding ) | ( ruleComponentPrototypeBinding ) )
int alt443=3;
int LA443_0 = input.LA(1);
@@ -70858,35 +68055,19 @@ public final void rule__PrototypeBinding__Alternatives() throws RecognitionExcep
if ( (LA443_1==EqualsSignGreaterThanSign) ) {
switch ( input.LA(3) ) {
- case Subprogram:
- case Processor:
- case Abstract:
- case Process:
- case Virtual:
- case Device:
- case Memory:
- case KW_System:
- case Thread:
- case Data:
- case Bus:
- case LeftParenthesis:
- {
- alt443=3;
- }
- break;
case Feature:
{
- int LA443_4 = input.LA(4);
+ int LA443_3 = input.LA(4);
- if ( (LA443_4==RULE_ID) ) {
+ if ( (LA443_3==RULE_ID) ) {
alt443=2;
}
- else if ( (LA443_4==Group) ) {
+ else if ( (LA443_3==Group) ) {
alt443=1;
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 443, 4, input);
+ new NoViableAltException("", 443, 3, input);
throw nvae;
}
@@ -70900,6 +68081,22 @@ else if ( (LA443_4==Group) ) {
alt443=2;
}
break;
+ case Subprogram:
+ case Processor:
+ case Abstract:
+ case Process:
+ case Virtual:
+ case Device:
+ case Memory:
+ case KW_System:
+ case Thread:
+ case Data:
+ case Bus:
+ case LeftParenthesis:
+ {
+ alt443=3;
+ }
+ break;
default:
NoViableAltException nvae =
new NoViableAltException("", 443, 2, input);
@@ -70923,10 +68120,10 @@ else if ( (LA443_4==Group) ) {
}
switch (alt443) {
case 1 :
- // InternalAadl2Parser.g:15126:2: ( ruleFeatureGroupPrototypeBinding )
+ // InternalAadl2Parser.g:14176:2: ( ruleFeatureGroupPrototypeBinding )
{
- // InternalAadl2Parser.g:15126:2: ( ruleFeatureGroupPrototypeBinding )
- // InternalAadl2Parser.g:15127:3: ruleFeatureGroupPrototypeBinding
+ // InternalAadl2Parser.g:14176:2: ( ruleFeatureGroupPrototypeBinding )
+ // InternalAadl2Parser.g:14177:3: ruleFeatureGroupPrototypeBinding
{
before(grammarAccess.getPrototypeBindingAccess().getFeatureGroupPrototypeBindingParserRuleCall_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -70942,10 +68139,10 @@ else if ( (LA443_4==Group) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15132:2: ( ruleFeaturePrototypeBinding )
+ // InternalAadl2Parser.g:14182:2: ( ruleFeaturePrototypeBinding )
{
- // InternalAadl2Parser.g:15132:2: ( ruleFeaturePrototypeBinding )
- // InternalAadl2Parser.g:15133:3: ruleFeaturePrototypeBinding
+ // InternalAadl2Parser.g:14182:2: ( ruleFeaturePrototypeBinding )
+ // InternalAadl2Parser.g:14183:3: ruleFeaturePrototypeBinding
{
before(grammarAccess.getPrototypeBindingAccess().getFeaturePrototypeBindingParserRuleCall_1());
pushFollow(FollowSets000.FOLLOW_2);
@@ -70961,10 +68158,10 @@ else if ( (LA443_4==Group) ) {
}
break;
case 3 :
- // InternalAadl2Parser.g:15138:2: ( ruleComponentPrototypeBinding )
+ // InternalAadl2Parser.g:14188:2: ( ruleComponentPrototypeBinding )
{
- // InternalAadl2Parser.g:15138:2: ( ruleComponentPrototypeBinding )
- // InternalAadl2Parser.g:15139:3: ruleComponentPrototypeBinding
+ // InternalAadl2Parser.g:14188:2: ( ruleComponentPrototypeBinding )
+ // InternalAadl2Parser.g:14189:3: ruleComponentPrototypeBinding
{
before(grammarAccess.getPrototypeBindingAccess().getComponentPrototypeBindingParserRuleCall_2());
pushFollow(FollowSets000.FOLLOW_2);
@@ -70997,25 +68194,25 @@ else if ( (LA443_4==Group) ) {
// $ANTLR start "rule__FeaturePrototypeBinding__ActualAlternatives_2_0"
- // InternalAadl2Parser.g:15148:1: rule__FeaturePrototypeBinding__ActualAlternatives_2_0 : ( ( rulePortSpecification ) | ( ruleAccessSpecification ) | ( ruleFeaturePrototypeReference ) );
+ // InternalAadl2Parser.g:14198:1: rule__FeaturePrototypeBinding__ActualAlternatives_2_0 : ( ( rulePortSpecification ) | ( ruleAccessSpecification ) | ( ruleFeaturePrototypeReference ) );
public final void rule__FeaturePrototypeBinding__ActualAlternatives_2_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15152:1: ( ( rulePortSpecification ) | ( ruleAccessSpecification ) | ( ruleFeaturePrototypeReference ) )
+ // InternalAadl2Parser.g:14202:1: ( ( rulePortSpecification ) | ( ruleAccessSpecification ) | ( ruleFeaturePrototypeReference ) )
int alt444=3;
switch ( input.LA(1) ) {
case In:
{
int LA444_1 = input.LA(2);
- if ( (LA444_1==Feature) ) {
- alt444=3;
- }
- else if ( (LA444_1==Event||LA444_1==Data||LA444_1==Out) ) {
+ if ( (LA444_1==Event||LA444_1==Data||LA444_1==Out) ) {
alt444=1;
}
+ else if ( (LA444_1==Feature) ) {
+ alt444=3;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 444, 1, input);
@@ -71062,10 +68259,10 @@ else if ( (LA444_2==Event||LA444_2==Data) ) {
switch (alt444) {
case 1 :
- // InternalAadl2Parser.g:15153:2: ( rulePortSpecification )
+ // InternalAadl2Parser.g:14203:2: ( rulePortSpecification )
{
- // InternalAadl2Parser.g:15153:2: ( rulePortSpecification )
- // InternalAadl2Parser.g:15154:3: rulePortSpecification
+ // InternalAadl2Parser.g:14203:2: ( rulePortSpecification )
+ // InternalAadl2Parser.g:14204:3: rulePortSpecification
{
before(grammarAccess.getFeaturePrototypeBindingAccess().getActualPortSpecificationParserRuleCall_2_0_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -71081,10 +68278,10 @@ else if ( (LA444_2==Event||LA444_2==Data) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15159:2: ( ruleAccessSpecification )
+ // InternalAadl2Parser.g:14209:2: ( ruleAccessSpecification )
{
- // InternalAadl2Parser.g:15159:2: ( ruleAccessSpecification )
- // InternalAadl2Parser.g:15160:3: ruleAccessSpecification
+ // InternalAadl2Parser.g:14209:2: ( ruleAccessSpecification )
+ // InternalAadl2Parser.g:14210:3: ruleAccessSpecification
{
before(grammarAccess.getFeaturePrototypeBindingAccess().getActualAccessSpecificationParserRuleCall_2_0_1());
pushFollow(FollowSets000.FOLLOW_2);
@@ -71100,10 +68297,10 @@ else if ( (LA444_2==Event||LA444_2==Data) ) {
}
break;
case 3 :
- // InternalAadl2Parser.g:15165:2: ( ruleFeaturePrototypeReference )
+ // InternalAadl2Parser.g:14215:2: ( ruleFeaturePrototypeReference )
{
- // InternalAadl2Parser.g:15165:2: ( ruleFeaturePrototypeReference )
- // InternalAadl2Parser.g:15166:3: ruleFeaturePrototypeReference
+ // InternalAadl2Parser.g:14215:2: ( ruleFeaturePrototypeReference )
+ // InternalAadl2Parser.g:14216:3: ruleFeaturePrototypeReference
{
before(grammarAccess.getFeaturePrototypeBindingAccess().getActualFeaturePrototypeReferenceParserRuleCall_2_0_2());
pushFollow(FollowSets000.FOLLOW_2);
@@ -71136,13 +68333,13 @@ else if ( (LA444_2==Event||LA444_2==Data) ) {
// $ANTLR start "rule__PortSpecification__Alternatives_0"
- // InternalAadl2Parser.g:15175:1: rule__PortSpecification__Alternatives_0 : ( ( ( rule__PortSpecification__Group_0_0__0 ) ) | ( ( rule__PortSpecification__OutAssignment_0_1 ) ) );
+ // InternalAadl2Parser.g:14225:1: rule__PortSpecification__Alternatives_0 : ( ( ( rule__PortSpecification__Group_0_0__0 ) ) | ( ( rule__PortSpecification__OutAssignment_0_1 ) ) );
public final void rule__PortSpecification__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15179:1: ( ( ( rule__PortSpecification__Group_0_0__0 ) ) | ( ( rule__PortSpecification__OutAssignment_0_1 ) ) )
+ // InternalAadl2Parser.g:14229:1: ( ( ( rule__PortSpecification__Group_0_0__0 ) ) | ( ( rule__PortSpecification__OutAssignment_0_1 ) ) )
int alt445=2;
int LA445_0 = input.LA(1);
@@ -71160,14 +68357,14 @@ else if ( (LA445_0==Out) ) {
}
switch (alt445) {
case 1 :
- // InternalAadl2Parser.g:15180:2: ( ( rule__PortSpecification__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14230:2: ( ( rule__PortSpecification__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:15180:2: ( ( rule__PortSpecification__Group_0_0__0 ) )
- // InternalAadl2Parser.g:15181:3: ( rule__PortSpecification__Group_0_0__0 )
+ // InternalAadl2Parser.g:14230:2: ( ( rule__PortSpecification__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14231:3: ( rule__PortSpecification__Group_0_0__0 )
{
before(grammarAccess.getPortSpecificationAccess().getGroup_0_0());
- // InternalAadl2Parser.g:15182:3: ( rule__PortSpecification__Group_0_0__0 )
- // InternalAadl2Parser.g:15182:4: rule__PortSpecification__Group_0_0__0
+ // InternalAadl2Parser.g:14232:3: ( rule__PortSpecification__Group_0_0__0 )
+ // InternalAadl2Parser.g:14232:4: rule__PortSpecification__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PortSpecification__Group_0_0__0();
@@ -71185,14 +68382,14 @@ else if ( (LA445_0==Out) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15186:2: ( ( rule__PortSpecification__OutAssignment_0_1 ) )
+ // InternalAadl2Parser.g:14236:2: ( ( rule__PortSpecification__OutAssignment_0_1 ) )
{
- // InternalAadl2Parser.g:15186:2: ( ( rule__PortSpecification__OutAssignment_0_1 ) )
- // InternalAadl2Parser.g:15187:3: ( rule__PortSpecification__OutAssignment_0_1 )
+ // InternalAadl2Parser.g:14236:2: ( ( rule__PortSpecification__OutAssignment_0_1 ) )
+ // InternalAadl2Parser.g:14237:3: ( rule__PortSpecification__OutAssignment_0_1 )
{
before(grammarAccess.getPortSpecificationAccess().getOutAssignment_0_1());
- // InternalAadl2Parser.g:15188:3: ( rule__PortSpecification__OutAssignment_0_1 )
- // InternalAadl2Parser.g:15188:4: rule__PortSpecification__OutAssignment_0_1
+ // InternalAadl2Parser.g:14238:3: ( rule__PortSpecification__OutAssignment_0_1 )
+ // InternalAadl2Parser.g:14238:4: rule__PortSpecification__OutAssignment_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PortSpecification__OutAssignment_0_1();
@@ -71227,13 +68424,13 @@ else if ( (LA445_0==Out) ) {
// $ANTLR start "rule__FeaturePrototypeReference__Alternatives_0"
- // InternalAadl2Parser.g:15196:1: rule__FeaturePrototypeReference__Alternatives_0 : ( ( ( rule__FeaturePrototypeReference__InAssignment_0_0 ) ) | ( ( rule__FeaturePrototypeReference__OutAssignment_0_1 ) ) );
+ // InternalAadl2Parser.g:14246:1: rule__FeaturePrototypeReference__Alternatives_0 : ( ( ( rule__FeaturePrototypeReference__InAssignment_0_0 ) ) | ( ( rule__FeaturePrototypeReference__OutAssignment_0_1 ) ) );
public final void rule__FeaturePrototypeReference__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15200:1: ( ( ( rule__FeaturePrototypeReference__InAssignment_0_0 ) ) | ( ( rule__FeaturePrototypeReference__OutAssignment_0_1 ) ) )
+ // InternalAadl2Parser.g:14250:1: ( ( ( rule__FeaturePrototypeReference__InAssignment_0_0 ) ) | ( ( rule__FeaturePrototypeReference__OutAssignment_0_1 ) ) )
int alt446=2;
int LA446_0 = input.LA(1);
@@ -71251,14 +68448,14 @@ else if ( (LA446_0==Out) ) {
}
switch (alt446) {
case 1 :
- // InternalAadl2Parser.g:15201:2: ( ( rule__FeaturePrototypeReference__InAssignment_0_0 ) )
+ // InternalAadl2Parser.g:14251:2: ( ( rule__FeaturePrototypeReference__InAssignment_0_0 ) )
{
- // InternalAadl2Parser.g:15201:2: ( ( rule__FeaturePrototypeReference__InAssignment_0_0 ) )
- // InternalAadl2Parser.g:15202:3: ( rule__FeaturePrototypeReference__InAssignment_0_0 )
+ // InternalAadl2Parser.g:14251:2: ( ( rule__FeaturePrototypeReference__InAssignment_0_0 ) )
+ // InternalAadl2Parser.g:14252:3: ( rule__FeaturePrototypeReference__InAssignment_0_0 )
{
before(grammarAccess.getFeaturePrototypeReferenceAccess().getInAssignment_0_0());
- // InternalAadl2Parser.g:15203:3: ( rule__FeaturePrototypeReference__InAssignment_0_0 )
- // InternalAadl2Parser.g:15203:4: rule__FeaturePrototypeReference__InAssignment_0_0
+ // InternalAadl2Parser.g:14253:3: ( rule__FeaturePrototypeReference__InAssignment_0_0 )
+ // InternalAadl2Parser.g:14253:4: rule__FeaturePrototypeReference__InAssignment_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__FeaturePrototypeReference__InAssignment_0_0();
@@ -71276,14 +68473,14 @@ else if ( (LA446_0==Out) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15207:2: ( ( rule__FeaturePrototypeReference__OutAssignment_0_1 ) )
+ // InternalAadl2Parser.g:14257:2: ( ( rule__FeaturePrototypeReference__OutAssignment_0_1 ) )
{
- // InternalAadl2Parser.g:15207:2: ( ( rule__FeaturePrototypeReference__OutAssignment_0_1 ) )
- // InternalAadl2Parser.g:15208:3: ( rule__FeaturePrototypeReference__OutAssignment_0_1 )
+ // InternalAadl2Parser.g:14257:2: ( ( rule__FeaturePrototypeReference__OutAssignment_0_1 ) )
+ // InternalAadl2Parser.g:14258:3: ( rule__FeaturePrototypeReference__OutAssignment_0_1 )
{
before(grammarAccess.getFeaturePrototypeReferenceAccess().getOutAssignment_0_1());
- // InternalAadl2Parser.g:15209:3: ( rule__FeaturePrototypeReference__OutAssignment_0_1 )
- // InternalAadl2Parser.g:15209:4: rule__FeaturePrototypeReference__OutAssignment_0_1
+ // InternalAadl2Parser.g:14259:3: ( rule__FeaturePrototypeReference__OutAssignment_0_1 )
+ // InternalAadl2Parser.g:14259:4: rule__FeaturePrototypeReference__OutAssignment_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__FeaturePrototypeReference__OutAssignment_0_1();
@@ -71318,13 +68515,13 @@ else if ( (LA446_0==Out) ) {
// $ANTLR start "rule__ComponentPrototypeBinding__Alternatives_2"
- // InternalAadl2Parser.g:15217:1: rule__ComponentPrototypeBinding__Alternatives_2 : ( ( ( rule__ComponentPrototypeBinding__ActualAssignment_2_0 ) ) | ( ( rule__ComponentPrototypeBinding__Group_2_1__0 ) ) );
+ // InternalAadl2Parser.g:14267:1: rule__ComponentPrototypeBinding__Alternatives_2 : ( ( ( rule__ComponentPrototypeBinding__ActualAssignment_2_0 ) ) | ( ( rule__ComponentPrototypeBinding__Group_2_1__0 ) ) );
public final void rule__ComponentPrototypeBinding__Alternatives_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15221:1: ( ( ( rule__ComponentPrototypeBinding__ActualAssignment_2_0 ) ) | ( ( rule__ComponentPrototypeBinding__Group_2_1__0 ) ) )
+ // InternalAadl2Parser.g:14271:1: ( ( ( rule__ComponentPrototypeBinding__ActualAssignment_2_0 ) ) | ( ( rule__ComponentPrototypeBinding__Group_2_1__0 ) ) )
int alt447=2;
int LA447_0 = input.LA(1);
@@ -71342,14 +68539,14 @@ else if ( (LA447_0==LeftParenthesis) ) {
}
switch (alt447) {
case 1 :
- // InternalAadl2Parser.g:15222:2: ( ( rule__ComponentPrototypeBinding__ActualAssignment_2_0 ) )
+ // InternalAadl2Parser.g:14272:2: ( ( rule__ComponentPrototypeBinding__ActualAssignment_2_0 ) )
{
- // InternalAadl2Parser.g:15222:2: ( ( rule__ComponentPrototypeBinding__ActualAssignment_2_0 ) )
- // InternalAadl2Parser.g:15223:3: ( rule__ComponentPrototypeBinding__ActualAssignment_2_0 )
+ // InternalAadl2Parser.g:14272:2: ( ( rule__ComponentPrototypeBinding__ActualAssignment_2_0 ) )
+ // InternalAadl2Parser.g:14273:3: ( rule__ComponentPrototypeBinding__ActualAssignment_2_0 )
{
before(grammarAccess.getComponentPrototypeBindingAccess().getActualAssignment_2_0());
- // InternalAadl2Parser.g:15224:3: ( rule__ComponentPrototypeBinding__ActualAssignment_2_0 )
- // InternalAadl2Parser.g:15224:4: rule__ComponentPrototypeBinding__ActualAssignment_2_0
+ // InternalAadl2Parser.g:14274:3: ( rule__ComponentPrototypeBinding__ActualAssignment_2_0 )
+ // InternalAadl2Parser.g:14274:4: rule__ComponentPrototypeBinding__ActualAssignment_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ComponentPrototypeBinding__ActualAssignment_2_0();
@@ -71367,14 +68564,14 @@ else if ( (LA447_0==LeftParenthesis) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15228:2: ( ( rule__ComponentPrototypeBinding__Group_2_1__0 ) )
+ // InternalAadl2Parser.g:14278:2: ( ( rule__ComponentPrototypeBinding__Group_2_1__0 ) )
{
- // InternalAadl2Parser.g:15228:2: ( ( rule__ComponentPrototypeBinding__Group_2_1__0 ) )
- // InternalAadl2Parser.g:15229:3: ( rule__ComponentPrototypeBinding__Group_2_1__0 )
+ // InternalAadl2Parser.g:14278:2: ( ( rule__ComponentPrototypeBinding__Group_2_1__0 ) )
+ // InternalAadl2Parser.g:14279:3: ( rule__ComponentPrototypeBinding__Group_2_1__0 )
{
before(grammarAccess.getComponentPrototypeBindingAccess().getGroup_2_1());
- // InternalAadl2Parser.g:15230:3: ( rule__ComponentPrototypeBinding__Group_2_1__0 )
- // InternalAadl2Parser.g:15230:4: rule__ComponentPrototypeBinding__Group_2_1__0
+ // InternalAadl2Parser.g:14280:3: ( rule__ComponentPrototypeBinding__Group_2_1__0 )
+ // InternalAadl2Parser.g:14280:4: rule__ComponentPrototypeBinding__Group_2_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ComponentPrototypeBinding__Group_2_1__0();
@@ -71409,13 +68606,13 @@ else if ( (LA447_0==LeftParenthesis) ) {
// $ANTLR start "rule__AbstractSubcomponent__Alternatives_0"
- // InternalAadl2Parser.g:15238:1: rule__AbstractSubcomponent__Alternatives_0 : ( ( ( rule__AbstractSubcomponent__Group_0_0__0 ) ) | ( ( rule__AbstractSubcomponent__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:14288:1: rule__AbstractSubcomponent__Alternatives_0 : ( ( ( rule__AbstractSubcomponent__Group_0_0__0 ) ) | ( ( rule__AbstractSubcomponent__Group_0_1__0 ) ) );
public final void rule__AbstractSubcomponent__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15242:1: ( ( ( rule__AbstractSubcomponent__Group_0_0__0 ) ) | ( ( rule__AbstractSubcomponent__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:14292:1: ( ( ( rule__AbstractSubcomponent__Group_0_0__0 ) ) | ( ( rule__AbstractSubcomponent__Group_0_1__0 ) ) )
int alt448=2;
int LA448_0 = input.LA(1);
@@ -71425,12 +68622,12 @@ public final void rule__AbstractSubcomponent__Alternatives_0() throws Recognitio
if ( (LA448_1==Colon) ) {
int LA448_2 = input.LA(3);
- if ( (LA448_2==Refined) ) {
- alt448=2;
- }
- else if ( (LA448_2==Abstract) ) {
+ if ( (LA448_2==Abstract) ) {
alt448=1;
}
+ else if ( (LA448_2==Refined) ) {
+ alt448=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 448, 2, input);
@@ -71453,14 +68650,14 @@ else if ( (LA448_2==Abstract) ) {
}
switch (alt448) {
case 1 :
- // InternalAadl2Parser.g:15243:2: ( ( rule__AbstractSubcomponent__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14293:2: ( ( rule__AbstractSubcomponent__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:15243:2: ( ( rule__AbstractSubcomponent__Group_0_0__0 ) )
- // InternalAadl2Parser.g:15244:3: ( rule__AbstractSubcomponent__Group_0_0__0 )
+ // InternalAadl2Parser.g:14293:2: ( ( rule__AbstractSubcomponent__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14294:3: ( rule__AbstractSubcomponent__Group_0_0__0 )
{
before(grammarAccess.getAbstractSubcomponentAccess().getGroup_0_0());
- // InternalAadl2Parser.g:15245:3: ( rule__AbstractSubcomponent__Group_0_0__0 )
- // InternalAadl2Parser.g:15245:4: rule__AbstractSubcomponent__Group_0_0__0
+ // InternalAadl2Parser.g:14295:3: ( rule__AbstractSubcomponent__Group_0_0__0 )
+ // InternalAadl2Parser.g:14295:4: rule__AbstractSubcomponent__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractSubcomponent__Group_0_0__0();
@@ -71478,14 +68675,14 @@ else if ( (LA448_2==Abstract) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15249:2: ( ( rule__AbstractSubcomponent__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14299:2: ( ( rule__AbstractSubcomponent__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:15249:2: ( ( rule__AbstractSubcomponent__Group_0_1__0 ) )
- // InternalAadl2Parser.g:15250:3: ( rule__AbstractSubcomponent__Group_0_1__0 )
+ // InternalAadl2Parser.g:14299:2: ( ( rule__AbstractSubcomponent__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14300:3: ( rule__AbstractSubcomponent__Group_0_1__0 )
{
before(grammarAccess.getAbstractSubcomponentAccess().getGroup_0_1());
- // InternalAadl2Parser.g:15251:3: ( rule__AbstractSubcomponent__Group_0_1__0 )
- // InternalAadl2Parser.g:15251:4: rule__AbstractSubcomponent__Group_0_1__0
+ // InternalAadl2Parser.g:14301:3: ( rule__AbstractSubcomponent__Group_0_1__0 )
+ // InternalAadl2Parser.g:14301:4: rule__AbstractSubcomponent__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractSubcomponent__Group_0_1__0();
@@ -71520,13 +68717,13 @@ else if ( (LA448_2==Abstract) ) {
// $ANTLR start "rule__SystemSubcomponent__Alternatives_0"
- // InternalAadl2Parser.g:15259:1: rule__SystemSubcomponent__Alternatives_0 : ( ( ( rule__SystemSubcomponent__Group_0_0__0 ) ) | ( ( rule__SystemSubcomponent__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:14309:1: rule__SystemSubcomponent__Alternatives_0 : ( ( ( rule__SystemSubcomponent__Group_0_0__0 ) ) | ( ( rule__SystemSubcomponent__Group_0_1__0 ) ) );
public final void rule__SystemSubcomponent__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15263:1: ( ( ( rule__SystemSubcomponent__Group_0_0__0 ) ) | ( ( rule__SystemSubcomponent__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:14313:1: ( ( ( rule__SystemSubcomponent__Group_0_0__0 ) ) | ( ( rule__SystemSubcomponent__Group_0_1__0 ) ) )
int alt449=2;
int LA449_0 = input.LA(1);
@@ -71536,12 +68733,12 @@ public final void rule__SystemSubcomponent__Alternatives_0() throws RecognitionE
if ( (LA449_1==Colon) ) {
int LA449_2 = input.LA(3);
- if ( (LA449_2==KW_System) ) {
- alt449=1;
- }
- else if ( (LA449_2==Refined) ) {
+ if ( (LA449_2==Refined) ) {
alt449=2;
}
+ else if ( (LA449_2==KW_System) ) {
+ alt449=1;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 449, 2, input);
@@ -71564,14 +68761,14 @@ else if ( (LA449_2==Refined) ) {
}
switch (alt449) {
case 1 :
- // InternalAadl2Parser.g:15264:2: ( ( rule__SystemSubcomponent__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14314:2: ( ( rule__SystemSubcomponent__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:15264:2: ( ( rule__SystemSubcomponent__Group_0_0__0 ) )
- // InternalAadl2Parser.g:15265:3: ( rule__SystemSubcomponent__Group_0_0__0 )
+ // InternalAadl2Parser.g:14314:2: ( ( rule__SystemSubcomponent__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14315:3: ( rule__SystemSubcomponent__Group_0_0__0 )
{
before(grammarAccess.getSystemSubcomponentAccess().getGroup_0_0());
- // InternalAadl2Parser.g:15266:3: ( rule__SystemSubcomponent__Group_0_0__0 )
- // InternalAadl2Parser.g:15266:4: rule__SystemSubcomponent__Group_0_0__0
+ // InternalAadl2Parser.g:14316:3: ( rule__SystemSubcomponent__Group_0_0__0 )
+ // InternalAadl2Parser.g:14316:4: rule__SystemSubcomponent__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemSubcomponent__Group_0_0__0();
@@ -71589,14 +68786,14 @@ else if ( (LA449_2==Refined) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15270:2: ( ( rule__SystemSubcomponent__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14320:2: ( ( rule__SystemSubcomponent__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:15270:2: ( ( rule__SystemSubcomponent__Group_0_1__0 ) )
- // InternalAadl2Parser.g:15271:3: ( rule__SystemSubcomponent__Group_0_1__0 )
+ // InternalAadl2Parser.g:14320:2: ( ( rule__SystemSubcomponent__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14321:3: ( rule__SystemSubcomponent__Group_0_1__0 )
{
before(grammarAccess.getSystemSubcomponentAccess().getGroup_0_1());
- // InternalAadl2Parser.g:15272:3: ( rule__SystemSubcomponent__Group_0_1__0 )
- // InternalAadl2Parser.g:15272:4: rule__SystemSubcomponent__Group_0_1__0
+ // InternalAadl2Parser.g:14322:3: ( rule__SystemSubcomponent__Group_0_1__0 )
+ // InternalAadl2Parser.g:14322:4: rule__SystemSubcomponent__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemSubcomponent__Group_0_1__0();
@@ -71631,13 +68828,13 @@ else if ( (LA449_2==Refined) ) {
// $ANTLR start "rule__ProcessSubcomponent__Alternatives_0"
- // InternalAadl2Parser.g:15280:1: rule__ProcessSubcomponent__Alternatives_0 : ( ( ( rule__ProcessSubcomponent__Group_0_0__0 ) ) | ( ( rule__ProcessSubcomponent__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:14330:1: rule__ProcessSubcomponent__Alternatives_0 : ( ( ( rule__ProcessSubcomponent__Group_0_0__0 ) ) | ( ( rule__ProcessSubcomponent__Group_0_1__0 ) ) );
public final void rule__ProcessSubcomponent__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15284:1: ( ( ( rule__ProcessSubcomponent__Group_0_0__0 ) ) | ( ( rule__ProcessSubcomponent__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:14334:1: ( ( ( rule__ProcessSubcomponent__Group_0_0__0 ) ) | ( ( rule__ProcessSubcomponent__Group_0_1__0 ) ) )
int alt450=2;
int LA450_0 = input.LA(1);
@@ -71647,12 +68844,12 @@ public final void rule__ProcessSubcomponent__Alternatives_0() throws Recognition
if ( (LA450_1==Colon) ) {
int LA450_2 = input.LA(3);
- if ( (LA450_2==Process) ) {
- alt450=1;
- }
- else if ( (LA450_2==Refined) ) {
+ if ( (LA450_2==Refined) ) {
alt450=2;
}
+ else if ( (LA450_2==Process) ) {
+ alt450=1;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 450, 2, input);
@@ -71675,14 +68872,14 @@ else if ( (LA450_2==Refined) ) {
}
switch (alt450) {
case 1 :
- // InternalAadl2Parser.g:15285:2: ( ( rule__ProcessSubcomponent__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14335:2: ( ( rule__ProcessSubcomponent__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:15285:2: ( ( rule__ProcessSubcomponent__Group_0_0__0 ) )
- // InternalAadl2Parser.g:15286:3: ( rule__ProcessSubcomponent__Group_0_0__0 )
+ // InternalAadl2Parser.g:14335:2: ( ( rule__ProcessSubcomponent__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14336:3: ( rule__ProcessSubcomponent__Group_0_0__0 )
{
before(grammarAccess.getProcessSubcomponentAccess().getGroup_0_0());
- // InternalAadl2Parser.g:15287:3: ( rule__ProcessSubcomponent__Group_0_0__0 )
- // InternalAadl2Parser.g:15287:4: rule__ProcessSubcomponent__Group_0_0__0
+ // InternalAadl2Parser.g:14337:3: ( rule__ProcessSubcomponent__Group_0_0__0 )
+ // InternalAadl2Parser.g:14337:4: rule__ProcessSubcomponent__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessSubcomponent__Group_0_0__0();
@@ -71700,14 +68897,14 @@ else if ( (LA450_2==Refined) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15291:2: ( ( rule__ProcessSubcomponent__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14341:2: ( ( rule__ProcessSubcomponent__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:15291:2: ( ( rule__ProcessSubcomponent__Group_0_1__0 ) )
- // InternalAadl2Parser.g:15292:3: ( rule__ProcessSubcomponent__Group_0_1__0 )
+ // InternalAadl2Parser.g:14341:2: ( ( rule__ProcessSubcomponent__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14342:3: ( rule__ProcessSubcomponent__Group_0_1__0 )
{
before(grammarAccess.getProcessSubcomponentAccess().getGroup_0_1());
- // InternalAadl2Parser.g:15293:3: ( rule__ProcessSubcomponent__Group_0_1__0 )
- // InternalAadl2Parser.g:15293:4: rule__ProcessSubcomponent__Group_0_1__0
+ // InternalAadl2Parser.g:14343:3: ( rule__ProcessSubcomponent__Group_0_1__0 )
+ // InternalAadl2Parser.g:14343:4: rule__ProcessSubcomponent__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessSubcomponent__Group_0_1__0();
@@ -71742,13 +68939,13 @@ else if ( (LA450_2==Refined) ) {
// $ANTLR start "rule__ThreadGroupSubcomponent__Alternatives_0"
- // InternalAadl2Parser.g:15301:1: rule__ThreadGroupSubcomponent__Alternatives_0 : ( ( ( rule__ThreadGroupSubcomponent__Group_0_0__0 ) ) | ( ( rule__ThreadGroupSubcomponent__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:14351:1: rule__ThreadGroupSubcomponent__Alternatives_0 : ( ( ( rule__ThreadGroupSubcomponent__Group_0_0__0 ) ) | ( ( rule__ThreadGroupSubcomponent__Group_0_1__0 ) ) );
public final void rule__ThreadGroupSubcomponent__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15305:1: ( ( ( rule__ThreadGroupSubcomponent__Group_0_0__0 ) ) | ( ( rule__ThreadGroupSubcomponent__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:14355:1: ( ( ( rule__ThreadGroupSubcomponent__Group_0_0__0 ) ) | ( ( rule__ThreadGroupSubcomponent__Group_0_1__0 ) ) )
int alt451=2;
int LA451_0 = input.LA(1);
@@ -71786,14 +68983,14 @@ else if ( (LA451_2==Refined) ) {
}
switch (alt451) {
case 1 :
- // InternalAadl2Parser.g:15306:2: ( ( rule__ThreadGroupSubcomponent__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14356:2: ( ( rule__ThreadGroupSubcomponent__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:15306:2: ( ( rule__ThreadGroupSubcomponent__Group_0_0__0 ) )
- // InternalAadl2Parser.g:15307:3: ( rule__ThreadGroupSubcomponent__Group_0_0__0 )
+ // InternalAadl2Parser.g:14356:2: ( ( rule__ThreadGroupSubcomponent__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14357:3: ( rule__ThreadGroupSubcomponent__Group_0_0__0 )
{
before(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_0_0());
- // InternalAadl2Parser.g:15308:3: ( rule__ThreadGroupSubcomponent__Group_0_0__0 )
- // InternalAadl2Parser.g:15308:4: rule__ThreadGroupSubcomponent__Group_0_0__0
+ // InternalAadl2Parser.g:14358:3: ( rule__ThreadGroupSubcomponent__Group_0_0__0 )
+ // InternalAadl2Parser.g:14358:4: rule__ThreadGroupSubcomponent__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadGroupSubcomponent__Group_0_0__0();
@@ -71811,14 +69008,14 @@ else if ( (LA451_2==Refined) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15312:2: ( ( rule__ThreadGroupSubcomponent__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14362:2: ( ( rule__ThreadGroupSubcomponent__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:15312:2: ( ( rule__ThreadGroupSubcomponent__Group_0_1__0 ) )
- // InternalAadl2Parser.g:15313:3: ( rule__ThreadGroupSubcomponent__Group_0_1__0 )
+ // InternalAadl2Parser.g:14362:2: ( ( rule__ThreadGroupSubcomponent__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14363:3: ( rule__ThreadGroupSubcomponent__Group_0_1__0 )
{
before(grammarAccess.getThreadGroupSubcomponentAccess().getGroup_0_1());
- // InternalAadl2Parser.g:15314:3: ( rule__ThreadGroupSubcomponent__Group_0_1__0 )
- // InternalAadl2Parser.g:15314:4: rule__ThreadGroupSubcomponent__Group_0_1__0
+ // InternalAadl2Parser.g:14364:3: ( rule__ThreadGroupSubcomponent__Group_0_1__0 )
+ // InternalAadl2Parser.g:14364:4: rule__ThreadGroupSubcomponent__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadGroupSubcomponent__Group_0_1__0();
@@ -71853,13 +69050,13 @@ else if ( (LA451_2==Refined) ) {
// $ANTLR start "rule__ThreadSubcomponent__Alternatives_0"
- // InternalAadl2Parser.g:15322:1: rule__ThreadSubcomponent__Alternatives_0 : ( ( ( rule__ThreadSubcomponent__Group_0_0__0 ) ) | ( ( rule__ThreadSubcomponent__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:14372:1: rule__ThreadSubcomponent__Alternatives_0 : ( ( ( rule__ThreadSubcomponent__Group_0_0__0 ) ) | ( ( rule__ThreadSubcomponent__Group_0_1__0 ) ) );
public final void rule__ThreadSubcomponent__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15326:1: ( ( ( rule__ThreadSubcomponent__Group_0_0__0 ) ) | ( ( rule__ThreadSubcomponent__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:14376:1: ( ( ( rule__ThreadSubcomponent__Group_0_0__0 ) ) | ( ( rule__ThreadSubcomponent__Group_0_1__0 ) ) )
int alt452=2;
int LA452_0 = input.LA(1);
@@ -71897,14 +69094,14 @@ else if ( (LA452_2==Thread) ) {
}
switch (alt452) {
case 1 :
- // InternalAadl2Parser.g:15327:2: ( ( rule__ThreadSubcomponent__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14377:2: ( ( rule__ThreadSubcomponent__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:15327:2: ( ( rule__ThreadSubcomponent__Group_0_0__0 ) )
- // InternalAadl2Parser.g:15328:3: ( rule__ThreadSubcomponent__Group_0_0__0 )
+ // InternalAadl2Parser.g:14377:2: ( ( rule__ThreadSubcomponent__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14378:3: ( rule__ThreadSubcomponent__Group_0_0__0 )
{
before(grammarAccess.getThreadSubcomponentAccess().getGroup_0_0());
- // InternalAadl2Parser.g:15329:3: ( rule__ThreadSubcomponent__Group_0_0__0 )
- // InternalAadl2Parser.g:15329:4: rule__ThreadSubcomponent__Group_0_0__0
+ // InternalAadl2Parser.g:14379:3: ( rule__ThreadSubcomponent__Group_0_0__0 )
+ // InternalAadl2Parser.g:14379:4: rule__ThreadSubcomponent__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadSubcomponent__Group_0_0__0();
@@ -71922,14 +69119,14 @@ else if ( (LA452_2==Thread) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15333:2: ( ( rule__ThreadSubcomponent__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14383:2: ( ( rule__ThreadSubcomponent__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:15333:2: ( ( rule__ThreadSubcomponent__Group_0_1__0 ) )
- // InternalAadl2Parser.g:15334:3: ( rule__ThreadSubcomponent__Group_0_1__0 )
+ // InternalAadl2Parser.g:14383:2: ( ( rule__ThreadSubcomponent__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14384:3: ( rule__ThreadSubcomponent__Group_0_1__0 )
{
before(grammarAccess.getThreadSubcomponentAccess().getGroup_0_1());
- // InternalAadl2Parser.g:15335:3: ( rule__ThreadSubcomponent__Group_0_1__0 )
- // InternalAadl2Parser.g:15335:4: rule__ThreadSubcomponent__Group_0_1__0
+ // InternalAadl2Parser.g:14385:3: ( rule__ThreadSubcomponent__Group_0_1__0 )
+ // InternalAadl2Parser.g:14385:4: rule__ThreadSubcomponent__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadSubcomponent__Group_0_1__0();
@@ -71964,13 +69161,13 @@ else if ( (LA452_2==Thread) ) {
// $ANTLR start "rule__SubprogramSubcomponent__Alternatives_0"
- // InternalAadl2Parser.g:15343:1: rule__SubprogramSubcomponent__Alternatives_0 : ( ( ( rule__SubprogramSubcomponent__Group_0_0__0 ) ) | ( ( rule__SubprogramSubcomponent__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:14393:1: rule__SubprogramSubcomponent__Alternatives_0 : ( ( ( rule__SubprogramSubcomponent__Group_0_0__0 ) ) | ( ( rule__SubprogramSubcomponent__Group_0_1__0 ) ) );
public final void rule__SubprogramSubcomponent__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15347:1: ( ( ( rule__SubprogramSubcomponent__Group_0_0__0 ) ) | ( ( rule__SubprogramSubcomponent__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:14397:1: ( ( ( rule__SubprogramSubcomponent__Group_0_0__0 ) ) | ( ( rule__SubprogramSubcomponent__Group_0_1__0 ) ) )
int alt453=2;
int LA453_0 = input.LA(1);
@@ -71980,12 +69177,12 @@ public final void rule__SubprogramSubcomponent__Alternatives_0() throws Recognit
if ( (LA453_1==Colon) ) {
int LA453_2 = input.LA(3);
- if ( (LA453_2==Subprogram) ) {
- alt453=1;
- }
- else if ( (LA453_2==Refined) ) {
+ if ( (LA453_2==Refined) ) {
alt453=2;
}
+ else if ( (LA453_2==Subprogram) ) {
+ alt453=1;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 453, 2, input);
@@ -72008,14 +69205,14 @@ else if ( (LA453_2==Refined) ) {
}
switch (alt453) {
case 1 :
- // InternalAadl2Parser.g:15348:2: ( ( rule__SubprogramSubcomponent__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14398:2: ( ( rule__SubprogramSubcomponent__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:15348:2: ( ( rule__SubprogramSubcomponent__Group_0_0__0 ) )
- // InternalAadl2Parser.g:15349:3: ( rule__SubprogramSubcomponent__Group_0_0__0 )
+ // InternalAadl2Parser.g:14398:2: ( ( rule__SubprogramSubcomponent__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14399:3: ( rule__SubprogramSubcomponent__Group_0_0__0 )
{
before(grammarAccess.getSubprogramSubcomponentAccess().getGroup_0_0());
- // InternalAadl2Parser.g:15350:3: ( rule__SubprogramSubcomponent__Group_0_0__0 )
- // InternalAadl2Parser.g:15350:4: rule__SubprogramSubcomponent__Group_0_0__0
+ // InternalAadl2Parser.g:14400:3: ( rule__SubprogramSubcomponent__Group_0_0__0 )
+ // InternalAadl2Parser.g:14400:4: rule__SubprogramSubcomponent__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramSubcomponent__Group_0_0__0();
@@ -72033,14 +69230,14 @@ else if ( (LA453_2==Refined) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15354:2: ( ( rule__SubprogramSubcomponent__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14404:2: ( ( rule__SubprogramSubcomponent__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:15354:2: ( ( rule__SubprogramSubcomponent__Group_0_1__0 ) )
- // InternalAadl2Parser.g:15355:3: ( rule__SubprogramSubcomponent__Group_0_1__0 )
+ // InternalAadl2Parser.g:14404:2: ( ( rule__SubprogramSubcomponent__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14405:3: ( rule__SubprogramSubcomponent__Group_0_1__0 )
{
before(grammarAccess.getSubprogramSubcomponentAccess().getGroup_0_1());
- // InternalAadl2Parser.g:15356:3: ( rule__SubprogramSubcomponent__Group_0_1__0 )
- // InternalAadl2Parser.g:15356:4: rule__SubprogramSubcomponent__Group_0_1__0
+ // InternalAadl2Parser.g:14406:3: ( rule__SubprogramSubcomponent__Group_0_1__0 )
+ // InternalAadl2Parser.g:14406:4: rule__SubprogramSubcomponent__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramSubcomponent__Group_0_1__0();
@@ -72075,13 +69272,13 @@ else if ( (LA453_2==Refined) ) {
// $ANTLR start "rule__SubprogramGroupSubcomponent__Alternatives_0"
- // InternalAadl2Parser.g:15364:1: rule__SubprogramGroupSubcomponent__Alternatives_0 : ( ( ( rule__SubprogramGroupSubcomponent__Group_0_0__0 ) ) | ( ( rule__SubprogramGroupSubcomponent__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:14414:1: rule__SubprogramGroupSubcomponent__Alternatives_0 : ( ( ( rule__SubprogramGroupSubcomponent__Group_0_0__0 ) ) | ( ( rule__SubprogramGroupSubcomponent__Group_0_1__0 ) ) );
public final void rule__SubprogramGroupSubcomponent__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15368:1: ( ( ( rule__SubprogramGroupSubcomponent__Group_0_0__0 ) ) | ( ( rule__SubprogramGroupSubcomponent__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:14418:1: ( ( ( rule__SubprogramGroupSubcomponent__Group_0_0__0 ) ) | ( ( rule__SubprogramGroupSubcomponent__Group_0_1__0 ) ) )
int alt454=2;
int LA454_0 = input.LA(1);
@@ -72119,14 +69316,14 @@ else if ( (LA454_2==Refined) ) {
}
switch (alt454) {
case 1 :
- // InternalAadl2Parser.g:15369:2: ( ( rule__SubprogramGroupSubcomponent__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14419:2: ( ( rule__SubprogramGroupSubcomponent__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:15369:2: ( ( rule__SubprogramGroupSubcomponent__Group_0_0__0 ) )
- // InternalAadl2Parser.g:15370:3: ( rule__SubprogramGroupSubcomponent__Group_0_0__0 )
+ // InternalAadl2Parser.g:14419:2: ( ( rule__SubprogramGroupSubcomponent__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14420:3: ( rule__SubprogramGroupSubcomponent__Group_0_0__0 )
{
before(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_0_0());
- // InternalAadl2Parser.g:15371:3: ( rule__SubprogramGroupSubcomponent__Group_0_0__0 )
- // InternalAadl2Parser.g:15371:4: rule__SubprogramGroupSubcomponent__Group_0_0__0
+ // InternalAadl2Parser.g:14421:3: ( rule__SubprogramGroupSubcomponent__Group_0_0__0 )
+ // InternalAadl2Parser.g:14421:4: rule__SubprogramGroupSubcomponent__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramGroupSubcomponent__Group_0_0__0();
@@ -72144,14 +69341,14 @@ else if ( (LA454_2==Refined) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15375:2: ( ( rule__SubprogramGroupSubcomponent__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14425:2: ( ( rule__SubprogramGroupSubcomponent__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:15375:2: ( ( rule__SubprogramGroupSubcomponent__Group_0_1__0 ) )
- // InternalAadl2Parser.g:15376:3: ( rule__SubprogramGroupSubcomponent__Group_0_1__0 )
+ // InternalAadl2Parser.g:14425:2: ( ( rule__SubprogramGroupSubcomponent__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14426:3: ( rule__SubprogramGroupSubcomponent__Group_0_1__0 )
{
before(grammarAccess.getSubprogramGroupSubcomponentAccess().getGroup_0_1());
- // InternalAadl2Parser.g:15377:3: ( rule__SubprogramGroupSubcomponent__Group_0_1__0 )
- // InternalAadl2Parser.g:15377:4: rule__SubprogramGroupSubcomponent__Group_0_1__0
+ // InternalAadl2Parser.g:14427:3: ( rule__SubprogramGroupSubcomponent__Group_0_1__0 )
+ // InternalAadl2Parser.g:14427:4: rule__SubprogramGroupSubcomponent__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramGroupSubcomponent__Group_0_1__0();
@@ -72186,13 +69383,13 @@ else if ( (LA454_2==Refined) ) {
// $ANTLR start "rule__ProcessorSubcomponent__Alternatives_0"
- // InternalAadl2Parser.g:15385:1: rule__ProcessorSubcomponent__Alternatives_0 : ( ( ( rule__ProcessorSubcomponent__Group_0_0__0 ) ) | ( ( rule__ProcessorSubcomponent__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:14435:1: rule__ProcessorSubcomponent__Alternatives_0 : ( ( ( rule__ProcessorSubcomponent__Group_0_0__0 ) ) | ( ( rule__ProcessorSubcomponent__Group_0_1__0 ) ) );
public final void rule__ProcessorSubcomponent__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15389:1: ( ( ( rule__ProcessorSubcomponent__Group_0_0__0 ) ) | ( ( rule__ProcessorSubcomponent__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:14439:1: ( ( ( rule__ProcessorSubcomponent__Group_0_0__0 ) ) | ( ( rule__ProcessorSubcomponent__Group_0_1__0 ) ) )
int alt455=2;
int LA455_0 = input.LA(1);
@@ -72202,12 +69399,12 @@ public final void rule__ProcessorSubcomponent__Alternatives_0() throws Recogniti
if ( (LA455_1==Colon) ) {
int LA455_2 = input.LA(3);
- if ( (LA455_2==Processor) ) {
- alt455=1;
- }
- else if ( (LA455_2==Refined) ) {
+ if ( (LA455_2==Refined) ) {
alt455=2;
}
+ else if ( (LA455_2==Processor) ) {
+ alt455=1;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 455, 2, input);
@@ -72230,14 +69427,14 @@ else if ( (LA455_2==Refined) ) {
}
switch (alt455) {
case 1 :
- // InternalAadl2Parser.g:15390:2: ( ( rule__ProcessorSubcomponent__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14440:2: ( ( rule__ProcessorSubcomponent__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:15390:2: ( ( rule__ProcessorSubcomponent__Group_0_0__0 ) )
- // InternalAadl2Parser.g:15391:3: ( rule__ProcessorSubcomponent__Group_0_0__0 )
+ // InternalAadl2Parser.g:14440:2: ( ( rule__ProcessorSubcomponent__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14441:3: ( rule__ProcessorSubcomponent__Group_0_0__0 )
{
before(grammarAccess.getProcessorSubcomponentAccess().getGroup_0_0());
- // InternalAadl2Parser.g:15392:3: ( rule__ProcessorSubcomponent__Group_0_0__0 )
- // InternalAadl2Parser.g:15392:4: rule__ProcessorSubcomponent__Group_0_0__0
+ // InternalAadl2Parser.g:14442:3: ( rule__ProcessorSubcomponent__Group_0_0__0 )
+ // InternalAadl2Parser.g:14442:4: rule__ProcessorSubcomponent__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorSubcomponent__Group_0_0__0();
@@ -72255,14 +69452,14 @@ else if ( (LA455_2==Refined) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15396:2: ( ( rule__ProcessorSubcomponent__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14446:2: ( ( rule__ProcessorSubcomponent__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:15396:2: ( ( rule__ProcessorSubcomponent__Group_0_1__0 ) )
- // InternalAadl2Parser.g:15397:3: ( rule__ProcessorSubcomponent__Group_0_1__0 )
+ // InternalAadl2Parser.g:14446:2: ( ( rule__ProcessorSubcomponent__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14447:3: ( rule__ProcessorSubcomponent__Group_0_1__0 )
{
before(grammarAccess.getProcessorSubcomponentAccess().getGroup_0_1());
- // InternalAadl2Parser.g:15398:3: ( rule__ProcessorSubcomponent__Group_0_1__0 )
- // InternalAadl2Parser.g:15398:4: rule__ProcessorSubcomponent__Group_0_1__0
+ // InternalAadl2Parser.g:14448:3: ( rule__ProcessorSubcomponent__Group_0_1__0 )
+ // InternalAadl2Parser.g:14448:4: rule__ProcessorSubcomponent__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorSubcomponent__Group_0_1__0();
@@ -72297,13 +69494,13 @@ else if ( (LA455_2==Refined) ) {
// $ANTLR start "rule__VirtualProcessorSubcomponent__Alternatives_0"
- // InternalAadl2Parser.g:15406:1: rule__VirtualProcessorSubcomponent__Alternatives_0 : ( ( ( rule__VirtualProcessorSubcomponent__Group_0_0__0 ) ) | ( ( rule__VirtualProcessorSubcomponent__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:14456:1: rule__VirtualProcessorSubcomponent__Alternatives_0 : ( ( ( rule__VirtualProcessorSubcomponent__Group_0_0__0 ) ) | ( ( rule__VirtualProcessorSubcomponent__Group_0_1__0 ) ) );
public final void rule__VirtualProcessorSubcomponent__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15410:1: ( ( ( rule__VirtualProcessorSubcomponent__Group_0_0__0 ) ) | ( ( rule__VirtualProcessorSubcomponent__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:14460:1: ( ( ( rule__VirtualProcessorSubcomponent__Group_0_0__0 ) ) | ( ( rule__VirtualProcessorSubcomponent__Group_0_1__0 ) ) )
int alt456=2;
int LA456_0 = input.LA(1);
@@ -72313,12 +69510,12 @@ public final void rule__VirtualProcessorSubcomponent__Alternatives_0() throws Re
if ( (LA456_1==Colon) ) {
int LA456_2 = input.LA(3);
- if ( (LA456_2==Refined) ) {
- alt456=2;
- }
- else if ( (LA456_2==Virtual) ) {
+ if ( (LA456_2==Virtual) ) {
alt456=1;
}
+ else if ( (LA456_2==Refined) ) {
+ alt456=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 456, 2, input);
@@ -72341,14 +69538,14 @@ else if ( (LA456_2==Virtual) ) {
}
switch (alt456) {
case 1 :
- // InternalAadl2Parser.g:15411:2: ( ( rule__VirtualProcessorSubcomponent__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14461:2: ( ( rule__VirtualProcessorSubcomponent__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:15411:2: ( ( rule__VirtualProcessorSubcomponent__Group_0_0__0 ) )
- // InternalAadl2Parser.g:15412:3: ( rule__VirtualProcessorSubcomponent__Group_0_0__0 )
+ // InternalAadl2Parser.g:14461:2: ( ( rule__VirtualProcessorSubcomponent__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14462:3: ( rule__VirtualProcessorSubcomponent__Group_0_0__0 )
{
before(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_0_0());
- // InternalAadl2Parser.g:15413:3: ( rule__VirtualProcessorSubcomponent__Group_0_0__0 )
- // InternalAadl2Parser.g:15413:4: rule__VirtualProcessorSubcomponent__Group_0_0__0
+ // InternalAadl2Parser.g:14463:3: ( rule__VirtualProcessorSubcomponent__Group_0_0__0 )
+ // InternalAadl2Parser.g:14463:4: rule__VirtualProcessorSubcomponent__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__VirtualProcessorSubcomponent__Group_0_0__0();
@@ -72366,14 +69563,14 @@ else if ( (LA456_2==Virtual) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15417:2: ( ( rule__VirtualProcessorSubcomponent__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14467:2: ( ( rule__VirtualProcessorSubcomponent__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:15417:2: ( ( rule__VirtualProcessorSubcomponent__Group_0_1__0 ) )
- // InternalAadl2Parser.g:15418:3: ( rule__VirtualProcessorSubcomponent__Group_0_1__0 )
+ // InternalAadl2Parser.g:14467:2: ( ( rule__VirtualProcessorSubcomponent__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14468:3: ( rule__VirtualProcessorSubcomponent__Group_0_1__0 )
{
before(grammarAccess.getVirtualProcessorSubcomponentAccess().getGroup_0_1());
- // InternalAadl2Parser.g:15419:3: ( rule__VirtualProcessorSubcomponent__Group_0_1__0 )
- // InternalAadl2Parser.g:15419:4: rule__VirtualProcessorSubcomponent__Group_0_1__0
+ // InternalAadl2Parser.g:14469:3: ( rule__VirtualProcessorSubcomponent__Group_0_1__0 )
+ // InternalAadl2Parser.g:14469:4: rule__VirtualProcessorSubcomponent__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__VirtualProcessorSubcomponent__Group_0_1__0();
@@ -72408,13 +69605,13 @@ else if ( (LA456_2==Virtual) ) {
// $ANTLR start "rule__DeviceSubcomponent__Alternatives_0"
- // InternalAadl2Parser.g:15427:1: rule__DeviceSubcomponent__Alternatives_0 : ( ( ( rule__DeviceSubcomponent__Group_0_0__0 ) ) | ( ( rule__DeviceSubcomponent__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:14477:1: rule__DeviceSubcomponent__Alternatives_0 : ( ( ( rule__DeviceSubcomponent__Group_0_0__0 ) ) | ( ( rule__DeviceSubcomponent__Group_0_1__0 ) ) );
public final void rule__DeviceSubcomponent__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15431:1: ( ( ( rule__DeviceSubcomponent__Group_0_0__0 ) ) | ( ( rule__DeviceSubcomponent__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:14481:1: ( ( ( rule__DeviceSubcomponent__Group_0_0__0 ) ) | ( ( rule__DeviceSubcomponent__Group_0_1__0 ) ) )
int alt457=2;
int LA457_0 = input.LA(1);
@@ -72452,14 +69649,14 @@ else if ( (LA457_2==Refined) ) {
}
switch (alt457) {
case 1 :
- // InternalAadl2Parser.g:15432:2: ( ( rule__DeviceSubcomponent__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14482:2: ( ( rule__DeviceSubcomponent__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:15432:2: ( ( rule__DeviceSubcomponent__Group_0_0__0 ) )
- // InternalAadl2Parser.g:15433:3: ( rule__DeviceSubcomponent__Group_0_0__0 )
+ // InternalAadl2Parser.g:14482:2: ( ( rule__DeviceSubcomponent__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14483:3: ( rule__DeviceSubcomponent__Group_0_0__0 )
{
before(grammarAccess.getDeviceSubcomponentAccess().getGroup_0_0());
- // InternalAadl2Parser.g:15434:3: ( rule__DeviceSubcomponent__Group_0_0__0 )
- // InternalAadl2Parser.g:15434:4: rule__DeviceSubcomponent__Group_0_0__0
+ // InternalAadl2Parser.g:14484:3: ( rule__DeviceSubcomponent__Group_0_0__0 )
+ // InternalAadl2Parser.g:14484:4: rule__DeviceSubcomponent__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceSubcomponent__Group_0_0__0();
@@ -72477,14 +69674,14 @@ else if ( (LA457_2==Refined) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15438:2: ( ( rule__DeviceSubcomponent__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14488:2: ( ( rule__DeviceSubcomponent__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:15438:2: ( ( rule__DeviceSubcomponent__Group_0_1__0 ) )
- // InternalAadl2Parser.g:15439:3: ( rule__DeviceSubcomponent__Group_0_1__0 )
+ // InternalAadl2Parser.g:14488:2: ( ( rule__DeviceSubcomponent__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14489:3: ( rule__DeviceSubcomponent__Group_0_1__0 )
{
before(grammarAccess.getDeviceSubcomponentAccess().getGroup_0_1());
- // InternalAadl2Parser.g:15440:3: ( rule__DeviceSubcomponent__Group_0_1__0 )
- // InternalAadl2Parser.g:15440:4: rule__DeviceSubcomponent__Group_0_1__0
+ // InternalAadl2Parser.g:14490:3: ( rule__DeviceSubcomponent__Group_0_1__0 )
+ // InternalAadl2Parser.g:14490:4: rule__DeviceSubcomponent__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceSubcomponent__Group_0_1__0();
@@ -72519,13 +69716,13 @@ else if ( (LA457_2==Refined) ) {
// $ANTLR start "rule__MemorySubcomponent__Alternatives_0"
- // InternalAadl2Parser.g:15448:1: rule__MemorySubcomponent__Alternatives_0 : ( ( ( rule__MemorySubcomponent__Group_0_0__0 ) ) | ( ( rule__MemorySubcomponent__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:14498:1: rule__MemorySubcomponent__Alternatives_0 : ( ( ( rule__MemorySubcomponent__Group_0_0__0 ) ) | ( ( rule__MemorySubcomponent__Group_0_1__0 ) ) );
public final void rule__MemorySubcomponent__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15452:1: ( ( ( rule__MemorySubcomponent__Group_0_0__0 ) ) | ( ( rule__MemorySubcomponent__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:14502:1: ( ( ( rule__MemorySubcomponent__Group_0_0__0 ) ) | ( ( rule__MemorySubcomponent__Group_0_1__0 ) ) )
int alt458=2;
int LA458_0 = input.LA(1);
@@ -72535,12 +69732,12 @@ public final void rule__MemorySubcomponent__Alternatives_0() throws RecognitionE
if ( (LA458_1==Colon) ) {
int LA458_2 = input.LA(3);
- if ( (LA458_2==Memory) ) {
- alt458=1;
- }
- else if ( (LA458_2==Refined) ) {
+ if ( (LA458_2==Refined) ) {
alt458=2;
}
+ else if ( (LA458_2==Memory) ) {
+ alt458=1;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 458, 2, input);
@@ -72563,14 +69760,14 @@ else if ( (LA458_2==Refined) ) {
}
switch (alt458) {
case 1 :
- // InternalAadl2Parser.g:15453:2: ( ( rule__MemorySubcomponent__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14503:2: ( ( rule__MemorySubcomponent__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:15453:2: ( ( rule__MemorySubcomponent__Group_0_0__0 ) )
- // InternalAadl2Parser.g:15454:3: ( rule__MemorySubcomponent__Group_0_0__0 )
+ // InternalAadl2Parser.g:14503:2: ( ( rule__MemorySubcomponent__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14504:3: ( rule__MemorySubcomponent__Group_0_0__0 )
{
before(grammarAccess.getMemorySubcomponentAccess().getGroup_0_0());
- // InternalAadl2Parser.g:15455:3: ( rule__MemorySubcomponent__Group_0_0__0 )
- // InternalAadl2Parser.g:15455:4: rule__MemorySubcomponent__Group_0_0__0
+ // InternalAadl2Parser.g:14505:3: ( rule__MemorySubcomponent__Group_0_0__0 )
+ // InternalAadl2Parser.g:14505:4: rule__MemorySubcomponent__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemorySubcomponent__Group_0_0__0();
@@ -72588,14 +69785,14 @@ else if ( (LA458_2==Refined) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15459:2: ( ( rule__MemorySubcomponent__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14509:2: ( ( rule__MemorySubcomponent__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:15459:2: ( ( rule__MemorySubcomponent__Group_0_1__0 ) )
- // InternalAadl2Parser.g:15460:3: ( rule__MemorySubcomponent__Group_0_1__0 )
+ // InternalAadl2Parser.g:14509:2: ( ( rule__MemorySubcomponent__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14510:3: ( rule__MemorySubcomponent__Group_0_1__0 )
{
before(grammarAccess.getMemorySubcomponentAccess().getGroup_0_1());
- // InternalAadl2Parser.g:15461:3: ( rule__MemorySubcomponent__Group_0_1__0 )
- // InternalAadl2Parser.g:15461:4: rule__MemorySubcomponent__Group_0_1__0
+ // InternalAadl2Parser.g:14511:3: ( rule__MemorySubcomponent__Group_0_1__0 )
+ // InternalAadl2Parser.g:14511:4: rule__MemorySubcomponent__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemorySubcomponent__Group_0_1__0();
@@ -72630,13 +69827,13 @@ else if ( (LA458_2==Refined) ) {
// $ANTLR start "rule__BusSubcomponent__Alternatives_0"
- // InternalAadl2Parser.g:15469:1: rule__BusSubcomponent__Alternatives_0 : ( ( ( rule__BusSubcomponent__Group_0_0__0 ) ) | ( ( rule__BusSubcomponent__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:14519:1: rule__BusSubcomponent__Alternatives_0 : ( ( ( rule__BusSubcomponent__Group_0_0__0 ) ) | ( ( rule__BusSubcomponent__Group_0_1__0 ) ) );
public final void rule__BusSubcomponent__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15473:1: ( ( ( rule__BusSubcomponent__Group_0_0__0 ) ) | ( ( rule__BusSubcomponent__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:14523:1: ( ( ( rule__BusSubcomponent__Group_0_0__0 ) ) | ( ( rule__BusSubcomponent__Group_0_1__0 ) ) )
int alt459=2;
int LA459_0 = input.LA(1);
@@ -72674,14 +69871,14 @@ else if ( (LA459_2==Bus) ) {
}
switch (alt459) {
case 1 :
- // InternalAadl2Parser.g:15474:2: ( ( rule__BusSubcomponent__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14524:2: ( ( rule__BusSubcomponent__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:15474:2: ( ( rule__BusSubcomponent__Group_0_0__0 ) )
- // InternalAadl2Parser.g:15475:3: ( rule__BusSubcomponent__Group_0_0__0 )
+ // InternalAadl2Parser.g:14524:2: ( ( rule__BusSubcomponent__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14525:3: ( rule__BusSubcomponent__Group_0_0__0 )
{
before(grammarAccess.getBusSubcomponentAccess().getGroup_0_0());
- // InternalAadl2Parser.g:15476:3: ( rule__BusSubcomponent__Group_0_0__0 )
- // InternalAadl2Parser.g:15476:4: rule__BusSubcomponent__Group_0_0__0
+ // InternalAadl2Parser.g:14526:3: ( rule__BusSubcomponent__Group_0_0__0 )
+ // InternalAadl2Parser.g:14526:4: rule__BusSubcomponent__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusSubcomponent__Group_0_0__0();
@@ -72699,14 +69896,14 @@ else if ( (LA459_2==Bus) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15480:2: ( ( rule__BusSubcomponent__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14530:2: ( ( rule__BusSubcomponent__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:15480:2: ( ( rule__BusSubcomponent__Group_0_1__0 ) )
- // InternalAadl2Parser.g:15481:3: ( rule__BusSubcomponent__Group_0_1__0 )
+ // InternalAadl2Parser.g:14530:2: ( ( rule__BusSubcomponent__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14531:3: ( rule__BusSubcomponent__Group_0_1__0 )
{
before(grammarAccess.getBusSubcomponentAccess().getGroup_0_1());
- // InternalAadl2Parser.g:15482:3: ( rule__BusSubcomponent__Group_0_1__0 )
- // InternalAadl2Parser.g:15482:4: rule__BusSubcomponent__Group_0_1__0
+ // InternalAadl2Parser.g:14532:3: ( rule__BusSubcomponent__Group_0_1__0 )
+ // InternalAadl2Parser.g:14532:4: rule__BusSubcomponent__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusSubcomponent__Group_0_1__0();
@@ -72741,13 +69938,13 @@ else if ( (LA459_2==Bus) ) {
// $ANTLR start "rule__VirtualBusSubcomponent__Alternatives_0"
- // InternalAadl2Parser.g:15490:1: rule__VirtualBusSubcomponent__Alternatives_0 : ( ( ( rule__VirtualBusSubcomponent__Group_0_0__0 ) ) | ( ( rule__VirtualBusSubcomponent__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:14540:1: rule__VirtualBusSubcomponent__Alternatives_0 : ( ( ( rule__VirtualBusSubcomponent__Group_0_0__0 ) ) | ( ( rule__VirtualBusSubcomponent__Group_0_1__0 ) ) );
public final void rule__VirtualBusSubcomponent__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15494:1: ( ( ( rule__VirtualBusSubcomponent__Group_0_0__0 ) ) | ( ( rule__VirtualBusSubcomponent__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:14544:1: ( ( ( rule__VirtualBusSubcomponent__Group_0_0__0 ) ) | ( ( rule__VirtualBusSubcomponent__Group_0_1__0 ) ) )
int alt460=2;
int LA460_0 = input.LA(1);
@@ -72757,12 +69954,12 @@ public final void rule__VirtualBusSubcomponent__Alternatives_0() throws Recognit
if ( (LA460_1==Colon) ) {
int LA460_2 = input.LA(3);
- if ( (LA460_2==Refined) ) {
- alt460=2;
- }
- else if ( (LA460_2==Virtual) ) {
+ if ( (LA460_2==Virtual) ) {
alt460=1;
}
+ else if ( (LA460_2==Refined) ) {
+ alt460=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 460, 2, input);
@@ -72785,14 +69982,14 @@ else if ( (LA460_2==Virtual) ) {
}
switch (alt460) {
case 1 :
- // InternalAadl2Parser.g:15495:2: ( ( rule__VirtualBusSubcomponent__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14545:2: ( ( rule__VirtualBusSubcomponent__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:15495:2: ( ( rule__VirtualBusSubcomponent__Group_0_0__0 ) )
- // InternalAadl2Parser.g:15496:3: ( rule__VirtualBusSubcomponent__Group_0_0__0 )
+ // InternalAadl2Parser.g:14545:2: ( ( rule__VirtualBusSubcomponent__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14546:3: ( rule__VirtualBusSubcomponent__Group_0_0__0 )
{
before(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_0_0());
- // InternalAadl2Parser.g:15497:3: ( rule__VirtualBusSubcomponent__Group_0_0__0 )
- // InternalAadl2Parser.g:15497:4: rule__VirtualBusSubcomponent__Group_0_0__0
+ // InternalAadl2Parser.g:14547:3: ( rule__VirtualBusSubcomponent__Group_0_0__0 )
+ // InternalAadl2Parser.g:14547:4: rule__VirtualBusSubcomponent__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__VirtualBusSubcomponent__Group_0_0__0();
@@ -72810,14 +70007,14 @@ else if ( (LA460_2==Virtual) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15501:2: ( ( rule__VirtualBusSubcomponent__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14551:2: ( ( rule__VirtualBusSubcomponent__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:15501:2: ( ( rule__VirtualBusSubcomponent__Group_0_1__0 ) )
- // InternalAadl2Parser.g:15502:3: ( rule__VirtualBusSubcomponent__Group_0_1__0 )
+ // InternalAadl2Parser.g:14551:2: ( ( rule__VirtualBusSubcomponent__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14552:3: ( rule__VirtualBusSubcomponent__Group_0_1__0 )
{
before(grammarAccess.getVirtualBusSubcomponentAccess().getGroup_0_1());
- // InternalAadl2Parser.g:15503:3: ( rule__VirtualBusSubcomponent__Group_0_1__0 )
- // InternalAadl2Parser.g:15503:4: rule__VirtualBusSubcomponent__Group_0_1__0
+ // InternalAadl2Parser.g:14553:3: ( rule__VirtualBusSubcomponent__Group_0_1__0 )
+ // InternalAadl2Parser.g:14553:4: rule__VirtualBusSubcomponent__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__VirtualBusSubcomponent__Group_0_1__0();
@@ -72852,13 +70049,13 @@ else if ( (LA460_2==Virtual) ) {
// $ANTLR start "rule__DataSubcomponent__Alternatives_0"
- // InternalAadl2Parser.g:15511:1: rule__DataSubcomponent__Alternatives_0 : ( ( ( rule__DataSubcomponent__Group_0_0__0 ) ) | ( ( rule__DataSubcomponent__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:14561:1: rule__DataSubcomponent__Alternatives_0 : ( ( ( rule__DataSubcomponent__Group_0_0__0 ) ) | ( ( rule__DataSubcomponent__Group_0_1__0 ) ) );
public final void rule__DataSubcomponent__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15515:1: ( ( ( rule__DataSubcomponent__Group_0_0__0 ) ) | ( ( rule__DataSubcomponent__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:14565:1: ( ( ( rule__DataSubcomponent__Group_0_0__0 ) ) | ( ( rule__DataSubcomponent__Group_0_1__0 ) ) )
int alt461=2;
int LA461_0 = input.LA(1);
@@ -72868,12 +70065,12 @@ public final void rule__DataSubcomponent__Alternatives_0() throws RecognitionExc
if ( (LA461_1==Colon) ) {
int LA461_2 = input.LA(3);
- if ( (LA461_2==Data) ) {
- alt461=1;
- }
- else if ( (LA461_2==Refined) ) {
+ if ( (LA461_2==Refined) ) {
alt461=2;
}
+ else if ( (LA461_2==Data) ) {
+ alt461=1;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 461, 2, input);
@@ -72896,14 +70093,14 @@ else if ( (LA461_2==Refined) ) {
}
switch (alt461) {
case 1 :
- // InternalAadl2Parser.g:15516:2: ( ( rule__DataSubcomponent__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14566:2: ( ( rule__DataSubcomponent__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:15516:2: ( ( rule__DataSubcomponent__Group_0_0__0 ) )
- // InternalAadl2Parser.g:15517:3: ( rule__DataSubcomponent__Group_0_0__0 )
+ // InternalAadl2Parser.g:14566:2: ( ( rule__DataSubcomponent__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14567:3: ( rule__DataSubcomponent__Group_0_0__0 )
{
before(grammarAccess.getDataSubcomponentAccess().getGroup_0_0());
- // InternalAadl2Parser.g:15518:3: ( rule__DataSubcomponent__Group_0_0__0 )
- // InternalAadl2Parser.g:15518:4: rule__DataSubcomponent__Group_0_0__0
+ // InternalAadl2Parser.g:14568:3: ( rule__DataSubcomponent__Group_0_0__0 )
+ // InternalAadl2Parser.g:14568:4: rule__DataSubcomponent__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataSubcomponent__Group_0_0__0();
@@ -72921,14 +70118,14 @@ else if ( (LA461_2==Refined) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15522:2: ( ( rule__DataSubcomponent__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14572:2: ( ( rule__DataSubcomponent__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:15522:2: ( ( rule__DataSubcomponent__Group_0_1__0 ) )
- // InternalAadl2Parser.g:15523:3: ( rule__DataSubcomponent__Group_0_1__0 )
+ // InternalAadl2Parser.g:14572:2: ( ( rule__DataSubcomponent__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14573:3: ( rule__DataSubcomponent__Group_0_1__0 )
{
before(grammarAccess.getDataSubcomponentAccess().getGroup_0_1());
- // InternalAadl2Parser.g:15524:3: ( rule__DataSubcomponent__Group_0_1__0 )
- // InternalAadl2Parser.g:15524:4: rule__DataSubcomponent__Group_0_1__0
+ // InternalAadl2Parser.g:14574:3: ( rule__DataSubcomponent__Group_0_1__0 )
+ // InternalAadl2Parser.g:14574:4: rule__DataSubcomponent__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataSubcomponent__Group_0_1__0();
@@ -72963,13 +70160,13 @@ else if ( (LA461_2==Refined) ) {
// $ANTLR start "rule__ArraySize__Alternatives"
- // InternalAadl2Parser.g:15532:1: rule__ArraySize__Alternatives : ( ( ( rule__ArraySize__SizeAssignment_0 ) ) | ( ( rule__ArraySize__SizePropertyAssignment_1 ) ) );
+ // InternalAadl2Parser.g:14582:1: rule__ArraySize__Alternatives : ( ( ( rule__ArraySize__SizeAssignment_0 ) ) | ( ( rule__ArraySize__SizePropertyAssignment_1 ) ) );
public final void rule__ArraySize__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15536:1: ( ( ( rule__ArraySize__SizeAssignment_0 ) ) | ( ( rule__ArraySize__SizePropertyAssignment_1 ) ) )
+ // InternalAadl2Parser.g:14586:1: ( ( ( rule__ArraySize__SizeAssignment_0 ) ) | ( ( rule__ArraySize__SizePropertyAssignment_1 ) ) )
int alt462=2;
int LA462_0 = input.LA(1);
@@ -72987,14 +70184,14 @@ else if ( (LA462_0==RULE_ID) ) {
}
switch (alt462) {
case 1 :
- // InternalAadl2Parser.g:15537:2: ( ( rule__ArraySize__SizeAssignment_0 ) )
+ // InternalAadl2Parser.g:14587:2: ( ( rule__ArraySize__SizeAssignment_0 ) )
{
- // InternalAadl2Parser.g:15537:2: ( ( rule__ArraySize__SizeAssignment_0 ) )
- // InternalAadl2Parser.g:15538:3: ( rule__ArraySize__SizeAssignment_0 )
+ // InternalAadl2Parser.g:14587:2: ( ( rule__ArraySize__SizeAssignment_0 ) )
+ // InternalAadl2Parser.g:14588:3: ( rule__ArraySize__SizeAssignment_0 )
{
before(grammarAccess.getArraySizeAccess().getSizeAssignment_0());
- // InternalAadl2Parser.g:15539:3: ( rule__ArraySize__SizeAssignment_0 )
- // InternalAadl2Parser.g:15539:4: rule__ArraySize__SizeAssignment_0
+ // InternalAadl2Parser.g:14589:3: ( rule__ArraySize__SizeAssignment_0 )
+ // InternalAadl2Parser.g:14589:4: rule__ArraySize__SizeAssignment_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ArraySize__SizeAssignment_0();
@@ -73012,14 +70209,14 @@ else if ( (LA462_0==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15543:2: ( ( rule__ArraySize__SizePropertyAssignment_1 ) )
+ // InternalAadl2Parser.g:14593:2: ( ( rule__ArraySize__SizePropertyAssignment_1 ) )
{
- // InternalAadl2Parser.g:15543:2: ( ( rule__ArraySize__SizePropertyAssignment_1 ) )
- // InternalAadl2Parser.g:15544:3: ( rule__ArraySize__SizePropertyAssignment_1 )
+ // InternalAadl2Parser.g:14593:2: ( ( rule__ArraySize__SizePropertyAssignment_1 ) )
+ // InternalAadl2Parser.g:14594:3: ( rule__ArraySize__SizePropertyAssignment_1 )
{
before(grammarAccess.getArraySizeAccess().getSizePropertyAssignment_1());
- // InternalAadl2Parser.g:15545:3: ( rule__ArraySize__SizePropertyAssignment_1 )
- // InternalAadl2Parser.g:15545:4: rule__ArraySize__SizePropertyAssignment_1
+ // InternalAadl2Parser.g:14595:3: ( rule__ArraySize__SizePropertyAssignment_1 )
+ // InternalAadl2Parser.g:14595:4: rule__ArraySize__SizePropertyAssignment_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ArraySize__SizePropertyAssignment_1();
@@ -73054,13 +70251,13 @@ else if ( (LA462_0==RULE_ID) ) {
// $ANTLR start "rule__DataPort__Alternatives_1"
- // InternalAadl2Parser.g:15553:1: rule__DataPort__Alternatives_1 : ( ( ( rule__DataPort__Group_1_0__0 ) ) | ( ( rule__DataPort__Group_1_1__0 ) ) );
+ // InternalAadl2Parser.g:14603:1: rule__DataPort__Alternatives_1 : ( ( ( rule__DataPort__Group_1_0__0 ) ) | ( ( rule__DataPort__Group_1_1__0 ) ) );
public final void rule__DataPort__Alternatives_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15557:1: ( ( ( rule__DataPort__Group_1_0__0 ) ) | ( ( rule__DataPort__Group_1_1__0 ) ) )
+ // InternalAadl2Parser.g:14607:1: ( ( ( rule__DataPort__Group_1_0__0 ) ) | ( ( rule__DataPort__Group_1_1__0 ) ) )
int alt463=2;
int LA463_0 = input.LA(1);
@@ -73098,14 +70295,14 @@ else if ( (LA463_2==Out||LA463_2==In) ) {
}
switch (alt463) {
case 1 :
- // InternalAadl2Parser.g:15558:2: ( ( rule__DataPort__Group_1_0__0 ) )
+ // InternalAadl2Parser.g:14608:2: ( ( rule__DataPort__Group_1_0__0 ) )
{
- // InternalAadl2Parser.g:15558:2: ( ( rule__DataPort__Group_1_0__0 ) )
- // InternalAadl2Parser.g:15559:3: ( rule__DataPort__Group_1_0__0 )
+ // InternalAadl2Parser.g:14608:2: ( ( rule__DataPort__Group_1_0__0 ) )
+ // InternalAadl2Parser.g:14609:3: ( rule__DataPort__Group_1_0__0 )
{
before(grammarAccess.getDataPortAccess().getGroup_1_0());
- // InternalAadl2Parser.g:15560:3: ( rule__DataPort__Group_1_0__0 )
- // InternalAadl2Parser.g:15560:4: rule__DataPort__Group_1_0__0
+ // InternalAadl2Parser.g:14610:3: ( rule__DataPort__Group_1_0__0 )
+ // InternalAadl2Parser.g:14610:4: rule__DataPort__Group_1_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataPort__Group_1_0__0();
@@ -73123,14 +70320,14 @@ else if ( (LA463_2==Out||LA463_2==In) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15564:2: ( ( rule__DataPort__Group_1_1__0 ) )
+ // InternalAadl2Parser.g:14614:2: ( ( rule__DataPort__Group_1_1__0 ) )
{
- // InternalAadl2Parser.g:15564:2: ( ( rule__DataPort__Group_1_1__0 ) )
- // InternalAadl2Parser.g:15565:3: ( rule__DataPort__Group_1_1__0 )
+ // InternalAadl2Parser.g:14614:2: ( ( rule__DataPort__Group_1_1__0 ) )
+ // InternalAadl2Parser.g:14615:3: ( rule__DataPort__Group_1_1__0 )
{
before(grammarAccess.getDataPortAccess().getGroup_1_1());
- // InternalAadl2Parser.g:15566:3: ( rule__DataPort__Group_1_1__0 )
- // InternalAadl2Parser.g:15566:4: rule__DataPort__Group_1_1__0
+ // InternalAadl2Parser.g:14616:3: ( rule__DataPort__Group_1_1__0 )
+ // InternalAadl2Parser.g:14616:4: rule__DataPort__Group_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataPort__Group_1_1__0();
@@ -73165,13 +70362,13 @@ else if ( (LA463_2==Out||LA463_2==In) ) {
// $ANTLR start "rule__DataPort__Alternatives_2"
- // InternalAadl2Parser.g:15574:1: rule__DataPort__Alternatives_2 : ( ( ( rule__DataPort__Group_2_0__0 ) ) | ( ( rule__DataPort__OutAssignment_2_1 ) ) );
+ // InternalAadl2Parser.g:14624:1: rule__DataPort__Alternatives_2 : ( ( ( rule__DataPort__Group_2_0__0 ) ) | ( ( rule__DataPort__OutAssignment_2_1 ) ) );
public final void rule__DataPort__Alternatives_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15578:1: ( ( ( rule__DataPort__Group_2_0__0 ) ) | ( ( rule__DataPort__OutAssignment_2_1 ) ) )
+ // InternalAadl2Parser.g:14628:1: ( ( ( rule__DataPort__Group_2_0__0 ) ) | ( ( rule__DataPort__OutAssignment_2_1 ) ) )
int alt464=2;
int LA464_0 = input.LA(1);
@@ -73189,14 +70386,14 @@ else if ( (LA464_0==Out) ) {
}
switch (alt464) {
case 1 :
- // InternalAadl2Parser.g:15579:2: ( ( rule__DataPort__Group_2_0__0 ) )
+ // InternalAadl2Parser.g:14629:2: ( ( rule__DataPort__Group_2_0__0 ) )
{
- // InternalAadl2Parser.g:15579:2: ( ( rule__DataPort__Group_2_0__0 ) )
- // InternalAadl2Parser.g:15580:3: ( rule__DataPort__Group_2_0__0 )
+ // InternalAadl2Parser.g:14629:2: ( ( rule__DataPort__Group_2_0__0 ) )
+ // InternalAadl2Parser.g:14630:3: ( rule__DataPort__Group_2_0__0 )
{
before(grammarAccess.getDataPortAccess().getGroup_2_0());
- // InternalAadl2Parser.g:15581:3: ( rule__DataPort__Group_2_0__0 )
- // InternalAadl2Parser.g:15581:4: rule__DataPort__Group_2_0__0
+ // InternalAadl2Parser.g:14631:3: ( rule__DataPort__Group_2_0__0 )
+ // InternalAadl2Parser.g:14631:4: rule__DataPort__Group_2_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataPort__Group_2_0__0();
@@ -73214,14 +70411,14 @@ else if ( (LA464_0==Out) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15585:2: ( ( rule__DataPort__OutAssignment_2_1 ) )
+ // InternalAadl2Parser.g:14635:2: ( ( rule__DataPort__OutAssignment_2_1 ) )
{
- // InternalAadl2Parser.g:15585:2: ( ( rule__DataPort__OutAssignment_2_1 ) )
- // InternalAadl2Parser.g:15586:3: ( rule__DataPort__OutAssignment_2_1 )
+ // InternalAadl2Parser.g:14635:2: ( ( rule__DataPort__OutAssignment_2_1 ) )
+ // InternalAadl2Parser.g:14636:3: ( rule__DataPort__OutAssignment_2_1 )
{
before(grammarAccess.getDataPortAccess().getOutAssignment_2_1());
- // InternalAadl2Parser.g:15587:3: ( rule__DataPort__OutAssignment_2_1 )
- // InternalAadl2Parser.g:15587:4: rule__DataPort__OutAssignment_2_1
+ // InternalAadl2Parser.g:14637:3: ( rule__DataPort__OutAssignment_2_1 )
+ // InternalAadl2Parser.g:14637:4: rule__DataPort__OutAssignment_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataPort__OutAssignment_2_1();
@@ -73256,13 +70453,13 @@ else if ( (LA464_0==Out) ) {
// $ANTLR start "rule__EventDataPort__Alternatives_1"
- // InternalAadl2Parser.g:15595:1: rule__EventDataPort__Alternatives_1 : ( ( ( rule__EventDataPort__Group_1_0__0 ) ) | ( ( rule__EventDataPort__Group_1_1__0 ) ) );
+ // InternalAadl2Parser.g:14645:1: rule__EventDataPort__Alternatives_1 : ( ( ( rule__EventDataPort__Group_1_0__0 ) ) | ( ( rule__EventDataPort__Group_1_1__0 ) ) );
public final void rule__EventDataPort__Alternatives_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15599:1: ( ( ( rule__EventDataPort__Group_1_0__0 ) ) | ( ( rule__EventDataPort__Group_1_1__0 ) ) )
+ // InternalAadl2Parser.g:14649:1: ( ( ( rule__EventDataPort__Group_1_0__0 ) ) | ( ( rule__EventDataPort__Group_1_1__0 ) ) )
int alt465=2;
int LA465_0 = input.LA(1);
@@ -73300,14 +70497,14 @@ else if ( (LA465_2==Refined) ) {
}
switch (alt465) {
case 1 :
- // InternalAadl2Parser.g:15600:2: ( ( rule__EventDataPort__Group_1_0__0 ) )
+ // InternalAadl2Parser.g:14650:2: ( ( rule__EventDataPort__Group_1_0__0 ) )
{
- // InternalAadl2Parser.g:15600:2: ( ( rule__EventDataPort__Group_1_0__0 ) )
- // InternalAadl2Parser.g:15601:3: ( rule__EventDataPort__Group_1_0__0 )
+ // InternalAadl2Parser.g:14650:2: ( ( rule__EventDataPort__Group_1_0__0 ) )
+ // InternalAadl2Parser.g:14651:3: ( rule__EventDataPort__Group_1_0__0 )
{
before(grammarAccess.getEventDataPortAccess().getGroup_1_0());
- // InternalAadl2Parser.g:15602:3: ( rule__EventDataPort__Group_1_0__0 )
- // InternalAadl2Parser.g:15602:4: rule__EventDataPort__Group_1_0__0
+ // InternalAadl2Parser.g:14652:3: ( rule__EventDataPort__Group_1_0__0 )
+ // InternalAadl2Parser.g:14652:4: rule__EventDataPort__Group_1_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__EventDataPort__Group_1_0__0();
@@ -73325,14 +70522,14 @@ else if ( (LA465_2==Refined) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15606:2: ( ( rule__EventDataPort__Group_1_1__0 ) )
+ // InternalAadl2Parser.g:14656:2: ( ( rule__EventDataPort__Group_1_1__0 ) )
{
- // InternalAadl2Parser.g:15606:2: ( ( rule__EventDataPort__Group_1_1__0 ) )
- // InternalAadl2Parser.g:15607:3: ( rule__EventDataPort__Group_1_1__0 )
+ // InternalAadl2Parser.g:14656:2: ( ( rule__EventDataPort__Group_1_1__0 ) )
+ // InternalAadl2Parser.g:14657:3: ( rule__EventDataPort__Group_1_1__0 )
{
before(grammarAccess.getEventDataPortAccess().getGroup_1_1());
- // InternalAadl2Parser.g:15608:3: ( rule__EventDataPort__Group_1_1__0 )
- // InternalAadl2Parser.g:15608:4: rule__EventDataPort__Group_1_1__0
+ // InternalAadl2Parser.g:14658:3: ( rule__EventDataPort__Group_1_1__0 )
+ // InternalAadl2Parser.g:14658:4: rule__EventDataPort__Group_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__EventDataPort__Group_1_1__0();
@@ -73367,13 +70564,13 @@ else if ( (LA465_2==Refined) ) {
// $ANTLR start "rule__EventDataPort__Alternatives_2"
- // InternalAadl2Parser.g:15616:1: rule__EventDataPort__Alternatives_2 : ( ( ( rule__EventDataPort__Group_2_0__0 ) ) | ( ( rule__EventDataPort__OutAssignment_2_1 ) ) );
+ // InternalAadl2Parser.g:14666:1: rule__EventDataPort__Alternatives_2 : ( ( ( rule__EventDataPort__Group_2_0__0 ) ) | ( ( rule__EventDataPort__OutAssignment_2_1 ) ) );
public final void rule__EventDataPort__Alternatives_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15620:1: ( ( ( rule__EventDataPort__Group_2_0__0 ) ) | ( ( rule__EventDataPort__OutAssignment_2_1 ) ) )
+ // InternalAadl2Parser.g:14670:1: ( ( ( rule__EventDataPort__Group_2_0__0 ) ) | ( ( rule__EventDataPort__OutAssignment_2_1 ) ) )
int alt466=2;
int LA466_0 = input.LA(1);
@@ -73391,14 +70588,14 @@ else if ( (LA466_0==Out) ) {
}
switch (alt466) {
case 1 :
- // InternalAadl2Parser.g:15621:2: ( ( rule__EventDataPort__Group_2_0__0 ) )
+ // InternalAadl2Parser.g:14671:2: ( ( rule__EventDataPort__Group_2_0__0 ) )
{
- // InternalAadl2Parser.g:15621:2: ( ( rule__EventDataPort__Group_2_0__0 ) )
- // InternalAadl2Parser.g:15622:3: ( rule__EventDataPort__Group_2_0__0 )
+ // InternalAadl2Parser.g:14671:2: ( ( rule__EventDataPort__Group_2_0__0 ) )
+ // InternalAadl2Parser.g:14672:3: ( rule__EventDataPort__Group_2_0__0 )
{
before(grammarAccess.getEventDataPortAccess().getGroup_2_0());
- // InternalAadl2Parser.g:15623:3: ( rule__EventDataPort__Group_2_0__0 )
- // InternalAadl2Parser.g:15623:4: rule__EventDataPort__Group_2_0__0
+ // InternalAadl2Parser.g:14673:3: ( rule__EventDataPort__Group_2_0__0 )
+ // InternalAadl2Parser.g:14673:4: rule__EventDataPort__Group_2_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__EventDataPort__Group_2_0__0();
@@ -73416,14 +70613,14 @@ else if ( (LA466_0==Out) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15627:2: ( ( rule__EventDataPort__OutAssignment_2_1 ) )
+ // InternalAadl2Parser.g:14677:2: ( ( rule__EventDataPort__OutAssignment_2_1 ) )
{
- // InternalAadl2Parser.g:15627:2: ( ( rule__EventDataPort__OutAssignment_2_1 ) )
- // InternalAadl2Parser.g:15628:3: ( rule__EventDataPort__OutAssignment_2_1 )
+ // InternalAadl2Parser.g:14677:2: ( ( rule__EventDataPort__OutAssignment_2_1 ) )
+ // InternalAadl2Parser.g:14678:3: ( rule__EventDataPort__OutAssignment_2_1 )
{
before(grammarAccess.getEventDataPortAccess().getOutAssignment_2_1());
- // InternalAadl2Parser.g:15629:3: ( rule__EventDataPort__OutAssignment_2_1 )
- // InternalAadl2Parser.g:15629:4: rule__EventDataPort__OutAssignment_2_1
+ // InternalAadl2Parser.g:14679:3: ( rule__EventDataPort__OutAssignment_2_1 )
+ // InternalAadl2Parser.g:14679:4: rule__EventDataPort__OutAssignment_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__EventDataPort__OutAssignment_2_1();
@@ -73458,13 +70655,13 @@ else if ( (LA466_0==Out) ) {
// $ANTLR start "rule__EventPort__Alternatives_1"
- // InternalAadl2Parser.g:15637:1: rule__EventPort__Alternatives_1 : ( ( ( rule__EventPort__Group_1_0__0 ) ) | ( ( rule__EventPort__Group_1_1__0 ) ) );
+ // InternalAadl2Parser.g:14687:1: rule__EventPort__Alternatives_1 : ( ( ( rule__EventPort__Group_1_0__0 ) ) | ( ( rule__EventPort__Group_1_1__0 ) ) );
public final void rule__EventPort__Alternatives_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15641:1: ( ( ( rule__EventPort__Group_1_0__0 ) ) | ( ( rule__EventPort__Group_1_1__0 ) ) )
+ // InternalAadl2Parser.g:14691:1: ( ( ( rule__EventPort__Group_1_0__0 ) ) | ( ( rule__EventPort__Group_1_1__0 ) ) )
int alt467=2;
int LA467_0 = input.LA(1);
@@ -73474,12 +70671,12 @@ public final void rule__EventPort__Alternatives_1() throws RecognitionException
if ( (LA467_1==Colon) ) {
int LA467_2 = input.LA(3);
- if ( (LA467_2==Out||LA467_2==In) ) {
- alt467=1;
- }
- else if ( (LA467_2==Refined) ) {
+ if ( (LA467_2==Refined) ) {
alt467=2;
}
+ else if ( (LA467_2==Out||LA467_2==In) ) {
+ alt467=1;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 467, 2, input);
@@ -73502,14 +70699,14 @@ else if ( (LA467_2==Refined) ) {
}
switch (alt467) {
case 1 :
- // InternalAadl2Parser.g:15642:2: ( ( rule__EventPort__Group_1_0__0 ) )
+ // InternalAadl2Parser.g:14692:2: ( ( rule__EventPort__Group_1_0__0 ) )
{
- // InternalAadl2Parser.g:15642:2: ( ( rule__EventPort__Group_1_0__0 ) )
- // InternalAadl2Parser.g:15643:3: ( rule__EventPort__Group_1_0__0 )
+ // InternalAadl2Parser.g:14692:2: ( ( rule__EventPort__Group_1_0__0 ) )
+ // InternalAadl2Parser.g:14693:3: ( rule__EventPort__Group_1_0__0 )
{
before(grammarAccess.getEventPortAccess().getGroup_1_0());
- // InternalAadl2Parser.g:15644:3: ( rule__EventPort__Group_1_0__0 )
- // InternalAadl2Parser.g:15644:4: rule__EventPort__Group_1_0__0
+ // InternalAadl2Parser.g:14694:3: ( rule__EventPort__Group_1_0__0 )
+ // InternalAadl2Parser.g:14694:4: rule__EventPort__Group_1_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__EventPort__Group_1_0__0();
@@ -73527,14 +70724,14 @@ else if ( (LA467_2==Refined) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15648:2: ( ( rule__EventPort__Group_1_1__0 ) )
+ // InternalAadl2Parser.g:14698:2: ( ( rule__EventPort__Group_1_1__0 ) )
{
- // InternalAadl2Parser.g:15648:2: ( ( rule__EventPort__Group_1_1__0 ) )
- // InternalAadl2Parser.g:15649:3: ( rule__EventPort__Group_1_1__0 )
+ // InternalAadl2Parser.g:14698:2: ( ( rule__EventPort__Group_1_1__0 ) )
+ // InternalAadl2Parser.g:14699:3: ( rule__EventPort__Group_1_1__0 )
{
before(grammarAccess.getEventPortAccess().getGroup_1_1());
- // InternalAadl2Parser.g:15650:3: ( rule__EventPort__Group_1_1__0 )
- // InternalAadl2Parser.g:15650:4: rule__EventPort__Group_1_1__0
+ // InternalAadl2Parser.g:14700:3: ( rule__EventPort__Group_1_1__0 )
+ // InternalAadl2Parser.g:14700:4: rule__EventPort__Group_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__EventPort__Group_1_1__0();
@@ -73569,13 +70766,13 @@ else if ( (LA467_2==Refined) ) {
// $ANTLR start "rule__EventPort__Alternatives_2"
- // InternalAadl2Parser.g:15658:1: rule__EventPort__Alternatives_2 : ( ( ( rule__EventPort__Group_2_0__0 ) ) | ( ( rule__EventPort__OutAssignment_2_1 ) ) );
+ // InternalAadl2Parser.g:14708:1: rule__EventPort__Alternatives_2 : ( ( ( rule__EventPort__Group_2_0__0 ) ) | ( ( rule__EventPort__OutAssignment_2_1 ) ) );
public final void rule__EventPort__Alternatives_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15662:1: ( ( ( rule__EventPort__Group_2_0__0 ) ) | ( ( rule__EventPort__OutAssignment_2_1 ) ) )
+ // InternalAadl2Parser.g:14712:1: ( ( ( rule__EventPort__Group_2_0__0 ) ) | ( ( rule__EventPort__OutAssignment_2_1 ) ) )
int alt468=2;
int LA468_0 = input.LA(1);
@@ -73593,14 +70790,14 @@ else if ( (LA468_0==Out) ) {
}
switch (alt468) {
case 1 :
- // InternalAadl2Parser.g:15663:2: ( ( rule__EventPort__Group_2_0__0 ) )
+ // InternalAadl2Parser.g:14713:2: ( ( rule__EventPort__Group_2_0__0 ) )
{
- // InternalAadl2Parser.g:15663:2: ( ( rule__EventPort__Group_2_0__0 ) )
- // InternalAadl2Parser.g:15664:3: ( rule__EventPort__Group_2_0__0 )
+ // InternalAadl2Parser.g:14713:2: ( ( rule__EventPort__Group_2_0__0 ) )
+ // InternalAadl2Parser.g:14714:3: ( rule__EventPort__Group_2_0__0 )
{
before(grammarAccess.getEventPortAccess().getGroup_2_0());
- // InternalAadl2Parser.g:15665:3: ( rule__EventPort__Group_2_0__0 )
- // InternalAadl2Parser.g:15665:4: rule__EventPort__Group_2_0__0
+ // InternalAadl2Parser.g:14715:3: ( rule__EventPort__Group_2_0__0 )
+ // InternalAadl2Parser.g:14715:4: rule__EventPort__Group_2_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__EventPort__Group_2_0__0();
@@ -73618,14 +70815,14 @@ else if ( (LA468_0==Out) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15669:2: ( ( rule__EventPort__OutAssignment_2_1 ) )
+ // InternalAadl2Parser.g:14719:2: ( ( rule__EventPort__OutAssignment_2_1 ) )
{
- // InternalAadl2Parser.g:15669:2: ( ( rule__EventPort__OutAssignment_2_1 ) )
- // InternalAadl2Parser.g:15670:3: ( rule__EventPort__OutAssignment_2_1 )
+ // InternalAadl2Parser.g:14719:2: ( ( rule__EventPort__OutAssignment_2_1 ) )
+ // InternalAadl2Parser.g:14720:3: ( rule__EventPort__OutAssignment_2_1 )
{
before(grammarAccess.getEventPortAccess().getOutAssignment_2_1());
- // InternalAadl2Parser.g:15671:3: ( rule__EventPort__OutAssignment_2_1 )
- // InternalAadl2Parser.g:15671:4: rule__EventPort__OutAssignment_2_1
+ // InternalAadl2Parser.g:14721:3: ( rule__EventPort__OutAssignment_2_1 )
+ // InternalAadl2Parser.g:14721:4: rule__EventPort__OutAssignment_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__EventPort__OutAssignment_2_1();
@@ -73660,13 +70857,13 @@ else if ( (LA468_0==Out) ) {
// $ANTLR start "rule__FeatureGroup__Alternatives_0"
- // InternalAadl2Parser.g:15679:1: rule__FeatureGroup__Alternatives_0 : ( ( ( rule__FeatureGroup__Group_0_0__0 ) ) | ( ( rule__FeatureGroup__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:14729:1: rule__FeatureGroup__Alternatives_0 : ( ( ( rule__FeatureGroup__Group_0_0__0 ) ) | ( ( rule__FeatureGroup__Group_0_1__0 ) ) );
public final void rule__FeatureGroup__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15683:1: ( ( ( rule__FeatureGroup__Group_0_0__0 ) ) | ( ( rule__FeatureGroup__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:14733:1: ( ( ( rule__FeatureGroup__Group_0_0__0 ) ) | ( ( rule__FeatureGroup__Group_0_1__0 ) ) )
int alt469=2;
int LA469_0 = input.LA(1);
@@ -73704,14 +70901,14 @@ else if ( (LA469_2==Feature||LA469_2==Out||LA469_2==In) ) {
}
switch (alt469) {
case 1 :
- // InternalAadl2Parser.g:15684:2: ( ( rule__FeatureGroup__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14734:2: ( ( rule__FeatureGroup__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:15684:2: ( ( rule__FeatureGroup__Group_0_0__0 ) )
- // InternalAadl2Parser.g:15685:3: ( rule__FeatureGroup__Group_0_0__0 )
+ // InternalAadl2Parser.g:14734:2: ( ( rule__FeatureGroup__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14735:3: ( rule__FeatureGroup__Group_0_0__0 )
{
before(grammarAccess.getFeatureGroupAccess().getGroup_0_0());
- // InternalAadl2Parser.g:15686:3: ( rule__FeatureGroup__Group_0_0__0 )
- // InternalAadl2Parser.g:15686:4: rule__FeatureGroup__Group_0_0__0
+ // InternalAadl2Parser.g:14736:3: ( rule__FeatureGroup__Group_0_0__0 )
+ // InternalAadl2Parser.g:14736:4: rule__FeatureGroup__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__FeatureGroup__Group_0_0__0();
@@ -73729,14 +70926,14 @@ else if ( (LA469_2==Feature||LA469_2==Out||LA469_2==In) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15690:2: ( ( rule__FeatureGroup__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14740:2: ( ( rule__FeatureGroup__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:15690:2: ( ( rule__FeatureGroup__Group_0_1__0 ) )
- // InternalAadl2Parser.g:15691:3: ( rule__FeatureGroup__Group_0_1__0 )
+ // InternalAadl2Parser.g:14740:2: ( ( rule__FeatureGroup__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14741:3: ( rule__FeatureGroup__Group_0_1__0 )
{
before(grammarAccess.getFeatureGroupAccess().getGroup_0_1());
- // InternalAadl2Parser.g:15692:3: ( rule__FeatureGroup__Group_0_1__0 )
- // InternalAadl2Parser.g:15692:4: rule__FeatureGroup__Group_0_1__0
+ // InternalAadl2Parser.g:14742:3: ( rule__FeatureGroup__Group_0_1__0 )
+ // InternalAadl2Parser.g:14742:4: rule__FeatureGroup__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__FeatureGroup__Group_0_1__0();
@@ -73771,13 +70968,13 @@ else if ( (LA469_2==Feature||LA469_2==Out||LA469_2==In) ) {
// $ANTLR start "rule__FeatureGroup__Alternatives_1"
- // InternalAadl2Parser.g:15700:1: rule__FeatureGroup__Alternatives_1 : ( ( ( rule__FeatureGroup__InAssignment_1_0 ) ) | ( ( rule__FeatureGroup__OutAssignment_1_1 ) ) );
+ // InternalAadl2Parser.g:14750:1: rule__FeatureGroup__Alternatives_1 : ( ( ( rule__FeatureGroup__InAssignment_1_0 ) ) | ( ( rule__FeatureGroup__OutAssignment_1_1 ) ) );
public final void rule__FeatureGroup__Alternatives_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15704:1: ( ( ( rule__FeatureGroup__InAssignment_1_0 ) ) | ( ( rule__FeatureGroup__OutAssignment_1_1 ) ) )
+ // InternalAadl2Parser.g:14754:1: ( ( ( rule__FeatureGroup__InAssignment_1_0 ) ) | ( ( rule__FeatureGroup__OutAssignment_1_1 ) ) )
int alt470=2;
int LA470_0 = input.LA(1);
@@ -73795,14 +70992,14 @@ else if ( (LA470_0==Out) ) {
}
switch (alt470) {
case 1 :
- // InternalAadl2Parser.g:15705:2: ( ( rule__FeatureGroup__InAssignment_1_0 ) )
+ // InternalAadl2Parser.g:14755:2: ( ( rule__FeatureGroup__InAssignment_1_0 ) )
{
- // InternalAadl2Parser.g:15705:2: ( ( rule__FeatureGroup__InAssignment_1_0 ) )
- // InternalAadl2Parser.g:15706:3: ( rule__FeatureGroup__InAssignment_1_0 )
+ // InternalAadl2Parser.g:14755:2: ( ( rule__FeatureGroup__InAssignment_1_0 ) )
+ // InternalAadl2Parser.g:14756:3: ( rule__FeatureGroup__InAssignment_1_0 )
{
before(grammarAccess.getFeatureGroupAccess().getInAssignment_1_0());
- // InternalAadl2Parser.g:15707:3: ( rule__FeatureGroup__InAssignment_1_0 )
- // InternalAadl2Parser.g:15707:4: rule__FeatureGroup__InAssignment_1_0
+ // InternalAadl2Parser.g:14757:3: ( rule__FeatureGroup__InAssignment_1_0 )
+ // InternalAadl2Parser.g:14757:4: rule__FeatureGroup__InAssignment_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__FeatureGroup__InAssignment_1_0();
@@ -73820,14 +71017,14 @@ else if ( (LA470_0==Out) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15711:2: ( ( rule__FeatureGroup__OutAssignment_1_1 ) )
+ // InternalAadl2Parser.g:14761:2: ( ( rule__FeatureGroup__OutAssignment_1_1 ) )
{
- // InternalAadl2Parser.g:15711:2: ( ( rule__FeatureGroup__OutAssignment_1_1 ) )
- // InternalAadl2Parser.g:15712:3: ( rule__FeatureGroup__OutAssignment_1_1 )
+ // InternalAadl2Parser.g:14761:2: ( ( rule__FeatureGroup__OutAssignment_1_1 ) )
+ // InternalAadl2Parser.g:14762:3: ( rule__FeatureGroup__OutAssignment_1_1 )
{
before(grammarAccess.getFeatureGroupAccess().getOutAssignment_1_1());
- // InternalAadl2Parser.g:15713:3: ( rule__FeatureGroup__OutAssignment_1_1 )
- // InternalAadl2Parser.g:15713:4: rule__FeatureGroup__OutAssignment_1_1
+ // InternalAadl2Parser.g:14763:3: ( rule__FeatureGroup__OutAssignment_1_1 )
+ // InternalAadl2Parser.g:14763:4: rule__FeatureGroup__OutAssignment_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__FeatureGroup__OutAssignment_1_1();
@@ -73862,13 +71059,13 @@ else if ( (LA470_0==Out) ) {
// $ANTLR start "rule__Parameter__Alternatives_0"
- // InternalAadl2Parser.g:15721:1: rule__Parameter__Alternatives_0 : ( ( ( rule__Parameter__Group_0_0__0 ) ) | ( ( rule__Parameter__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:14771:1: rule__Parameter__Alternatives_0 : ( ( ( rule__Parameter__Group_0_0__0 ) ) | ( ( rule__Parameter__Group_0_1__0 ) ) );
public final void rule__Parameter__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15725:1: ( ( ( rule__Parameter__Group_0_0__0 ) ) | ( ( rule__Parameter__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:14775:1: ( ( ( rule__Parameter__Group_0_0__0 ) ) | ( ( rule__Parameter__Group_0_1__0 ) ) )
int alt471=2;
int LA471_0 = input.LA(1);
@@ -73878,12 +71075,12 @@ public final void rule__Parameter__Alternatives_0() throws RecognitionException
if ( (LA471_1==Colon) ) {
int LA471_2 = input.LA(3);
- if ( (LA471_2==Refined) ) {
- alt471=2;
- }
- else if ( (LA471_2==Out||LA471_2==In) ) {
+ if ( (LA471_2==Out||LA471_2==In) ) {
alt471=1;
}
+ else if ( (LA471_2==Refined) ) {
+ alt471=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 471, 2, input);
@@ -73906,14 +71103,14 @@ else if ( (LA471_2==Out||LA471_2==In) ) {
}
switch (alt471) {
case 1 :
- // InternalAadl2Parser.g:15726:2: ( ( rule__Parameter__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14776:2: ( ( rule__Parameter__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:15726:2: ( ( rule__Parameter__Group_0_0__0 ) )
- // InternalAadl2Parser.g:15727:3: ( rule__Parameter__Group_0_0__0 )
+ // InternalAadl2Parser.g:14776:2: ( ( rule__Parameter__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14777:3: ( rule__Parameter__Group_0_0__0 )
{
before(grammarAccess.getParameterAccess().getGroup_0_0());
- // InternalAadl2Parser.g:15728:3: ( rule__Parameter__Group_0_0__0 )
- // InternalAadl2Parser.g:15728:4: rule__Parameter__Group_0_0__0
+ // InternalAadl2Parser.g:14778:3: ( rule__Parameter__Group_0_0__0 )
+ // InternalAadl2Parser.g:14778:4: rule__Parameter__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__Parameter__Group_0_0__0();
@@ -73931,14 +71128,14 @@ else if ( (LA471_2==Out||LA471_2==In) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15732:2: ( ( rule__Parameter__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14782:2: ( ( rule__Parameter__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:15732:2: ( ( rule__Parameter__Group_0_1__0 ) )
- // InternalAadl2Parser.g:15733:3: ( rule__Parameter__Group_0_1__0 )
+ // InternalAadl2Parser.g:14782:2: ( ( rule__Parameter__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14783:3: ( rule__Parameter__Group_0_1__0 )
{
before(grammarAccess.getParameterAccess().getGroup_0_1());
- // InternalAadl2Parser.g:15734:3: ( rule__Parameter__Group_0_1__0 )
- // InternalAadl2Parser.g:15734:4: rule__Parameter__Group_0_1__0
+ // InternalAadl2Parser.g:14784:3: ( rule__Parameter__Group_0_1__0 )
+ // InternalAadl2Parser.g:14784:4: rule__Parameter__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__Parameter__Group_0_1__0();
@@ -73973,13 +71170,13 @@ else if ( (LA471_2==Out||LA471_2==In) ) {
// $ANTLR start "rule__Parameter__Alternatives_1"
- // InternalAadl2Parser.g:15742:1: rule__Parameter__Alternatives_1 : ( ( ( rule__Parameter__Group_1_0__0 ) ) | ( ( rule__Parameter__OutAssignment_1_1 ) ) );
+ // InternalAadl2Parser.g:14792:1: rule__Parameter__Alternatives_1 : ( ( ( rule__Parameter__Group_1_0__0 ) ) | ( ( rule__Parameter__OutAssignment_1_1 ) ) );
public final void rule__Parameter__Alternatives_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15746:1: ( ( ( rule__Parameter__Group_1_0__0 ) ) | ( ( rule__Parameter__OutAssignment_1_1 ) ) )
+ // InternalAadl2Parser.g:14796:1: ( ( ( rule__Parameter__Group_1_0__0 ) ) | ( ( rule__Parameter__OutAssignment_1_1 ) ) )
int alt472=2;
int LA472_0 = input.LA(1);
@@ -73997,14 +71194,14 @@ else if ( (LA472_0==Out) ) {
}
switch (alt472) {
case 1 :
- // InternalAadl2Parser.g:15747:2: ( ( rule__Parameter__Group_1_0__0 ) )
+ // InternalAadl2Parser.g:14797:2: ( ( rule__Parameter__Group_1_0__0 ) )
{
- // InternalAadl2Parser.g:15747:2: ( ( rule__Parameter__Group_1_0__0 ) )
- // InternalAadl2Parser.g:15748:3: ( rule__Parameter__Group_1_0__0 )
+ // InternalAadl2Parser.g:14797:2: ( ( rule__Parameter__Group_1_0__0 ) )
+ // InternalAadl2Parser.g:14798:3: ( rule__Parameter__Group_1_0__0 )
{
before(grammarAccess.getParameterAccess().getGroup_1_0());
- // InternalAadl2Parser.g:15749:3: ( rule__Parameter__Group_1_0__0 )
- // InternalAadl2Parser.g:15749:4: rule__Parameter__Group_1_0__0
+ // InternalAadl2Parser.g:14799:3: ( rule__Parameter__Group_1_0__0 )
+ // InternalAadl2Parser.g:14799:4: rule__Parameter__Group_1_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__Parameter__Group_1_0__0();
@@ -74022,14 +71219,14 @@ else if ( (LA472_0==Out) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15753:2: ( ( rule__Parameter__OutAssignment_1_1 ) )
+ // InternalAadl2Parser.g:14803:2: ( ( rule__Parameter__OutAssignment_1_1 ) )
{
- // InternalAadl2Parser.g:15753:2: ( ( rule__Parameter__OutAssignment_1_1 ) )
- // InternalAadl2Parser.g:15754:3: ( rule__Parameter__OutAssignment_1_1 )
+ // InternalAadl2Parser.g:14803:2: ( ( rule__Parameter__OutAssignment_1_1 ) )
+ // InternalAadl2Parser.g:14804:3: ( rule__Parameter__OutAssignment_1_1 )
{
before(grammarAccess.getParameterAccess().getOutAssignment_1_1());
- // InternalAadl2Parser.g:15755:3: ( rule__Parameter__OutAssignment_1_1 )
- // InternalAadl2Parser.g:15755:4: rule__Parameter__OutAssignment_1_1
+ // InternalAadl2Parser.g:14805:3: ( rule__Parameter__OutAssignment_1_1 )
+ // InternalAadl2Parser.g:14805:4: rule__Parameter__OutAssignment_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__Parameter__OutAssignment_1_1();
@@ -74064,13 +71261,13 @@ else if ( (LA472_0==Out) ) {
// $ANTLR start "rule__SubprogramAccess__Alternatives_0"
- // InternalAadl2Parser.g:15763:1: rule__SubprogramAccess__Alternatives_0 : ( ( ( rule__SubprogramAccess__Group_0_0__0 ) ) | ( ( rule__SubprogramAccess__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:14813:1: rule__SubprogramAccess__Alternatives_0 : ( ( ( rule__SubprogramAccess__Group_0_0__0 ) ) | ( ( rule__SubprogramAccess__Group_0_1__0 ) ) );
public final void rule__SubprogramAccess__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15767:1: ( ( ( rule__SubprogramAccess__Group_0_0__0 ) ) | ( ( rule__SubprogramAccess__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:14817:1: ( ( ( rule__SubprogramAccess__Group_0_0__0 ) ) | ( ( rule__SubprogramAccess__Group_0_1__0 ) ) )
int alt473=2;
int LA473_0 = input.LA(1);
@@ -74080,12 +71277,12 @@ public final void rule__SubprogramAccess__Alternatives_0() throws RecognitionExc
if ( (LA473_1==Colon) ) {
int LA473_2 = input.LA(3);
- if ( (LA473_2==Refined) ) {
- alt473=2;
- }
- else if ( ((LA473_2>=Provides && LA473_2<=Requires)) ) {
+ if ( ((LA473_2>=Provides && LA473_2<=Requires)) ) {
alt473=1;
}
+ else if ( (LA473_2==Refined) ) {
+ alt473=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 473, 2, input);
@@ -74108,14 +71305,14 @@ else if ( ((LA473_2>=Provides && LA473_2<=Requires)) ) {
}
switch (alt473) {
case 1 :
- // InternalAadl2Parser.g:15768:2: ( ( rule__SubprogramAccess__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14818:2: ( ( rule__SubprogramAccess__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:15768:2: ( ( rule__SubprogramAccess__Group_0_0__0 ) )
- // InternalAadl2Parser.g:15769:3: ( rule__SubprogramAccess__Group_0_0__0 )
+ // InternalAadl2Parser.g:14818:2: ( ( rule__SubprogramAccess__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14819:3: ( rule__SubprogramAccess__Group_0_0__0 )
{
before(grammarAccess.getSubprogramAccessAccess().getGroup_0_0());
- // InternalAadl2Parser.g:15770:3: ( rule__SubprogramAccess__Group_0_0__0 )
- // InternalAadl2Parser.g:15770:4: rule__SubprogramAccess__Group_0_0__0
+ // InternalAadl2Parser.g:14820:3: ( rule__SubprogramAccess__Group_0_0__0 )
+ // InternalAadl2Parser.g:14820:4: rule__SubprogramAccess__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramAccess__Group_0_0__0();
@@ -74133,14 +71330,14 @@ else if ( ((LA473_2>=Provides && LA473_2<=Requires)) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15774:2: ( ( rule__SubprogramAccess__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14824:2: ( ( rule__SubprogramAccess__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:15774:2: ( ( rule__SubprogramAccess__Group_0_1__0 ) )
- // InternalAadl2Parser.g:15775:3: ( rule__SubprogramAccess__Group_0_1__0 )
+ // InternalAadl2Parser.g:14824:2: ( ( rule__SubprogramAccess__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14825:3: ( rule__SubprogramAccess__Group_0_1__0 )
{
before(grammarAccess.getSubprogramAccessAccess().getGroup_0_1());
- // InternalAadl2Parser.g:15776:3: ( rule__SubprogramAccess__Group_0_1__0 )
- // InternalAadl2Parser.g:15776:4: rule__SubprogramAccess__Group_0_1__0
+ // InternalAadl2Parser.g:14826:3: ( rule__SubprogramAccess__Group_0_1__0 )
+ // InternalAadl2Parser.g:14826:4: rule__SubprogramAccess__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramAccess__Group_0_1__0();
@@ -74175,13 +71372,13 @@ else if ( ((LA473_2>=Provides && LA473_2<=Requires)) ) {
// $ANTLR start "rule__SubprogramGroupAccess__Alternatives_0"
- // InternalAadl2Parser.g:15784:1: rule__SubprogramGroupAccess__Alternatives_0 : ( ( ( rule__SubprogramGroupAccess__Group_0_0__0 ) ) | ( ( rule__SubprogramGroupAccess__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:14834:1: rule__SubprogramGroupAccess__Alternatives_0 : ( ( ( rule__SubprogramGroupAccess__Group_0_0__0 ) ) | ( ( rule__SubprogramGroupAccess__Group_0_1__0 ) ) );
public final void rule__SubprogramGroupAccess__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15788:1: ( ( ( rule__SubprogramGroupAccess__Group_0_0__0 ) ) | ( ( rule__SubprogramGroupAccess__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:14838:1: ( ( ( rule__SubprogramGroupAccess__Group_0_0__0 ) ) | ( ( rule__SubprogramGroupAccess__Group_0_1__0 ) ) )
int alt474=2;
int LA474_0 = input.LA(1);
@@ -74191,12 +71388,12 @@ public final void rule__SubprogramGroupAccess__Alternatives_0() throws Recogniti
if ( (LA474_1==Colon) ) {
int LA474_2 = input.LA(3);
- if ( ((LA474_2>=Provides && LA474_2<=Requires)) ) {
- alt474=1;
- }
- else if ( (LA474_2==Refined) ) {
+ if ( (LA474_2==Refined) ) {
alt474=2;
}
+ else if ( ((LA474_2>=Provides && LA474_2<=Requires)) ) {
+ alt474=1;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 474, 2, input);
@@ -74219,14 +71416,14 @@ else if ( (LA474_2==Refined) ) {
}
switch (alt474) {
case 1 :
- // InternalAadl2Parser.g:15789:2: ( ( rule__SubprogramGroupAccess__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14839:2: ( ( rule__SubprogramGroupAccess__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:15789:2: ( ( rule__SubprogramGroupAccess__Group_0_0__0 ) )
- // InternalAadl2Parser.g:15790:3: ( rule__SubprogramGroupAccess__Group_0_0__0 )
+ // InternalAadl2Parser.g:14839:2: ( ( rule__SubprogramGroupAccess__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14840:3: ( rule__SubprogramGroupAccess__Group_0_0__0 )
{
before(grammarAccess.getSubprogramGroupAccessAccess().getGroup_0_0());
- // InternalAadl2Parser.g:15791:3: ( rule__SubprogramGroupAccess__Group_0_0__0 )
- // InternalAadl2Parser.g:15791:4: rule__SubprogramGroupAccess__Group_0_0__0
+ // InternalAadl2Parser.g:14841:3: ( rule__SubprogramGroupAccess__Group_0_0__0 )
+ // InternalAadl2Parser.g:14841:4: rule__SubprogramGroupAccess__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramGroupAccess__Group_0_0__0();
@@ -74244,14 +71441,14 @@ else if ( (LA474_2==Refined) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15795:2: ( ( rule__SubprogramGroupAccess__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14845:2: ( ( rule__SubprogramGroupAccess__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:15795:2: ( ( rule__SubprogramGroupAccess__Group_0_1__0 ) )
- // InternalAadl2Parser.g:15796:3: ( rule__SubprogramGroupAccess__Group_0_1__0 )
+ // InternalAadl2Parser.g:14845:2: ( ( rule__SubprogramGroupAccess__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14846:3: ( rule__SubprogramGroupAccess__Group_0_1__0 )
{
before(grammarAccess.getSubprogramGroupAccessAccess().getGroup_0_1());
- // InternalAadl2Parser.g:15797:3: ( rule__SubprogramGroupAccess__Group_0_1__0 )
- // InternalAadl2Parser.g:15797:4: rule__SubprogramGroupAccess__Group_0_1__0
+ // InternalAadl2Parser.g:14847:3: ( rule__SubprogramGroupAccess__Group_0_1__0 )
+ // InternalAadl2Parser.g:14847:4: rule__SubprogramGroupAccess__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramGroupAccess__Group_0_1__0();
@@ -74286,13 +71483,13 @@ else if ( (LA474_2==Refined) ) {
// $ANTLR start "rule__BusAccess__Alternatives_0"
- // InternalAadl2Parser.g:15805:1: rule__BusAccess__Alternatives_0 : ( ( ( rule__BusAccess__Group_0_0__0 ) ) | ( ( rule__BusAccess__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:14855:1: rule__BusAccess__Alternatives_0 : ( ( ( rule__BusAccess__Group_0_0__0 ) ) | ( ( rule__BusAccess__Group_0_1__0 ) ) );
public final void rule__BusAccess__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15809:1: ( ( ( rule__BusAccess__Group_0_0__0 ) ) | ( ( rule__BusAccess__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:14859:1: ( ( ( rule__BusAccess__Group_0_0__0 ) ) | ( ( rule__BusAccess__Group_0_1__0 ) ) )
int alt475=2;
int LA475_0 = input.LA(1);
@@ -74330,14 +71527,14 @@ else if ( (LA475_2==Refined) ) {
}
switch (alt475) {
case 1 :
- // InternalAadl2Parser.g:15810:2: ( ( rule__BusAccess__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14860:2: ( ( rule__BusAccess__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:15810:2: ( ( rule__BusAccess__Group_0_0__0 ) )
- // InternalAadl2Parser.g:15811:3: ( rule__BusAccess__Group_0_0__0 )
+ // InternalAadl2Parser.g:14860:2: ( ( rule__BusAccess__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14861:3: ( rule__BusAccess__Group_0_0__0 )
{
before(grammarAccess.getBusAccessAccess().getGroup_0_0());
- // InternalAadl2Parser.g:15812:3: ( rule__BusAccess__Group_0_0__0 )
- // InternalAadl2Parser.g:15812:4: rule__BusAccess__Group_0_0__0
+ // InternalAadl2Parser.g:14862:3: ( rule__BusAccess__Group_0_0__0 )
+ // InternalAadl2Parser.g:14862:4: rule__BusAccess__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusAccess__Group_0_0__0();
@@ -74355,14 +71552,14 @@ else if ( (LA475_2==Refined) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15816:2: ( ( rule__BusAccess__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14866:2: ( ( rule__BusAccess__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:15816:2: ( ( rule__BusAccess__Group_0_1__0 ) )
- // InternalAadl2Parser.g:15817:3: ( rule__BusAccess__Group_0_1__0 )
+ // InternalAadl2Parser.g:14866:2: ( ( rule__BusAccess__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14867:3: ( rule__BusAccess__Group_0_1__0 )
{
before(grammarAccess.getBusAccessAccess().getGroup_0_1());
- // InternalAadl2Parser.g:15818:3: ( rule__BusAccess__Group_0_1__0 )
- // InternalAadl2Parser.g:15818:4: rule__BusAccess__Group_0_1__0
+ // InternalAadl2Parser.g:14868:3: ( rule__BusAccess__Group_0_1__0 )
+ // InternalAadl2Parser.g:14868:4: rule__BusAccess__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusAccess__Group_0_1__0();
@@ -74397,13 +71594,13 @@ else if ( (LA475_2==Refined) ) {
// $ANTLR start "rule__DataAccess__Alternatives_0"
- // InternalAadl2Parser.g:15826:1: rule__DataAccess__Alternatives_0 : ( ( ( rule__DataAccess__Group_0_0__0 ) ) | ( ( rule__DataAccess__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:14876:1: rule__DataAccess__Alternatives_0 : ( ( ( rule__DataAccess__Group_0_0__0 ) ) | ( ( rule__DataAccess__Group_0_1__0 ) ) );
public final void rule__DataAccess__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15830:1: ( ( ( rule__DataAccess__Group_0_0__0 ) ) | ( ( rule__DataAccess__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:14880:1: ( ( ( rule__DataAccess__Group_0_0__0 ) ) | ( ( rule__DataAccess__Group_0_1__0 ) ) )
int alt476=2;
int LA476_0 = input.LA(1);
@@ -74413,12 +71610,12 @@ public final void rule__DataAccess__Alternatives_0() throws RecognitionException
if ( (LA476_1==Colon) ) {
int LA476_2 = input.LA(3);
- if ( (LA476_2==Refined) ) {
- alt476=2;
- }
- else if ( ((LA476_2>=Provides && LA476_2<=Requires)) ) {
+ if ( ((LA476_2>=Provides && LA476_2<=Requires)) ) {
alt476=1;
}
+ else if ( (LA476_2==Refined) ) {
+ alt476=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 476, 2, input);
@@ -74441,14 +71638,14 @@ else if ( ((LA476_2>=Provides && LA476_2<=Requires)) ) {
}
switch (alt476) {
case 1 :
- // InternalAadl2Parser.g:15831:2: ( ( rule__DataAccess__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14881:2: ( ( rule__DataAccess__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:15831:2: ( ( rule__DataAccess__Group_0_0__0 ) )
- // InternalAadl2Parser.g:15832:3: ( rule__DataAccess__Group_0_0__0 )
+ // InternalAadl2Parser.g:14881:2: ( ( rule__DataAccess__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14882:3: ( rule__DataAccess__Group_0_0__0 )
{
before(grammarAccess.getDataAccessAccess().getGroup_0_0());
- // InternalAadl2Parser.g:15833:3: ( rule__DataAccess__Group_0_0__0 )
- // InternalAadl2Parser.g:15833:4: rule__DataAccess__Group_0_0__0
+ // InternalAadl2Parser.g:14883:3: ( rule__DataAccess__Group_0_0__0 )
+ // InternalAadl2Parser.g:14883:4: rule__DataAccess__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataAccess__Group_0_0__0();
@@ -74466,14 +71663,14 @@ else if ( ((LA476_2>=Provides && LA476_2<=Requires)) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15837:2: ( ( rule__DataAccess__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14887:2: ( ( rule__DataAccess__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:15837:2: ( ( rule__DataAccess__Group_0_1__0 ) )
- // InternalAadl2Parser.g:15838:3: ( rule__DataAccess__Group_0_1__0 )
+ // InternalAadl2Parser.g:14887:2: ( ( rule__DataAccess__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14888:3: ( rule__DataAccess__Group_0_1__0 )
{
before(grammarAccess.getDataAccessAccess().getGroup_0_1());
- // InternalAadl2Parser.g:15839:3: ( rule__DataAccess__Group_0_1__0 )
- // InternalAadl2Parser.g:15839:4: rule__DataAccess__Group_0_1__0
+ // InternalAadl2Parser.g:14889:3: ( rule__DataAccess__Group_0_1__0 )
+ // InternalAadl2Parser.g:14889:4: rule__DataAccess__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataAccess__Group_0_1__0();
@@ -74508,13 +71705,13 @@ else if ( ((LA476_2>=Provides && LA476_2<=Requires)) ) {
// $ANTLR start "rule__AbstractFeature__Alternatives_0"
- // InternalAadl2Parser.g:15847:1: rule__AbstractFeature__Alternatives_0 : ( ( ( rule__AbstractFeature__Group_0_0__0 ) ) | ( ( rule__AbstractFeature__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:14897:1: rule__AbstractFeature__Alternatives_0 : ( ( ( rule__AbstractFeature__Group_0_0__0 ) ) | ( ( rule__AbstractFeature__Group_0_1__0 ) ) );
public final void rule__AbstractFeature__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15851:1: ( ( ( rule__AbstractFeature__Group_0_0__0 ) ) | ( ( rule__AbstractFeature__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:14901:1: ( ( ( rule__AbstractFeature__Group_0_0__0 ) ) | ( ( rule__AbstractFeature__Group_0_1__0 ) ) )
int alt477=2;
int LA477_0 = input.LA(1);
@@ -74552,14 +71749,14 @@ else if ( (LA477_2==Refined) ) {
}
switch (alt477) {
case 1 :
- // InternalAadl2Parser.g:15852:2: ( ( rule__AbstractFeature__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14902:2: ( ( rule__AbstractFeature__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:15852:2: ( ( rule__AbstractFeature__Group_0_0__0 ) )
- // InternalAadl2Parser.g:15853:3: ( rule__AbstractFeature__Group_0_0__0 )
+ // InternalAadl2Parser.g:14902:2: ( ( rule__AbstractFeature__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:14903:3: ( rule__AbstractFeature__Group_0_0__0 )
{
before(grammarAccess.getAbstractFeatureAccess().getGroup_0_0());
- // InternalAadl2Parser.g:15854:3: ( rule__AbstractFeature__Group_0_0__0 )
- // InternalAadl2Parser.g:15854:4: rule__AbstractFeature__Group_0_0__0
+ // InternalAadl2Parser.g:14904:3: ( rule__AbstractFeature__Group_0_0__0 )
+ // InternalAadl2Parser.g:14904:4: rule__AbstractFeature__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractFeature__Group_0_0__0();
@@ -74577,14 +71774,14 @@ else if ( (LA477_2==Refined) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15858:2: ( ( rule__AbstractFeature__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14908:2: ( ( rule__AbstractFeature__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:15858:2: ( ( rule__AbstractFeature__Group_0_1__0 ) )
- // InternalAadl2Parser.g:15859:3: ( rule__AbstractFeature__Group_0_1__0 )
+ // InternalAadl2Parser.g:14908:2: ( ( rule__AbstractFeature__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:14909:3: ( rule__AbstractFeature__Group_0_1__0 )
{
before(grammarAccess.getAbstractFeatureAccess().getGroup_0_1());
- // InternalAadl2Parser.g:15860:3: ( rule__AbstractFeature__Group_0_1__0 )
- // InternalAadl2Parser.g:15860:4: rule__AbstractFeature__Group_0_1__0
+ // InternalAadl2Parser.g:14910:3: ( rule__AbstractFeature__Group_0_1__0 )
+ // InternalAadl2Parser.g:14910:4: rule__AbstractFeature__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractFeature__Group_0_1__0();
@@ -74619,13 +71816,13 @@ else if ( (LA477_2==Refined) ) {
// $ANTLR start "rule__AbstractFeature__Alternatives_1"
- // InternalAadl2Parser.g:15868:1: rule__AbstractFeature__Alternatives_1 : ( ( ( rule__AbstractFeature__InAssignment_1_0 ) ) | ( ( rule__AbstractFeature__OutAssignment_1_1 ) ) );
+ // InternalAadl2Parser.g:14918:1: rule__AbstractFeature__Alternatives_1 : ( ( ( rule__AbstractFeature__InAssignment_1_0 ) ) | ( ( rule__AbstractFeature__OutAssignment_1_1 ) ) );
public final void rule__AbstractFeature__Alternatives_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15872:1: ( ( ( rule__AbstractFeature__InAssignment_1_0 ) ) | ( ( rule__AbstractFeature__OutAssignment_1_1 ) ) )
+ // InternalAadl2Parser.g:14922:1: ( ( ( rule__AbstractFeature__InAssignment_1_0 ) ) | ( ( rule__AbstractFeature__OutAssignment_1_1 ) ) )
int alt478=2;
int LA478_0 = input.LA(1);
@@ -74643,14 +71840,14 @@ else if ( (LA478_0==Out) ) {
}
switch (alt478) {
case 1 :
- // InternalAadl2Parser.g:15873:2: ( ( rule__AbstractFeature__InAssignment_1_0 ) )
+ // InternalAadl2Parser.g:14923:2: ( ( rule__AbstractFeature__InAssignment_1_0 ) )
{
- // InternalAadl2Parser.g:15873:2: ( ( rule__AbstractFeature__InAssignment_1_0 ) )
- // InternalAadl2Parser.g:15874:3: ( rule__AbstractFeature__InAssignment_1_0 )
+ // InternalAadl2Parser.g:14923:2: ( ( rule__AbstractFeature__InAssignment_1_0 ) )
+ // InternalAadl2Parser.g:14924:3: ( rule__AbstractFeature__InAssignment_1_0 )
{
before(grammarAccess.getAbstractFeatureAccess().getInAssignment_1_0());
- // InternalAadl2Parser.g:15875:3: ( rule__AbstractFeature__InAssignment_1_0 )
- // InternalAadl2Parser.g:15875:4: rule__AbstractFeature__InAssignment_1_0
+ // InternalAadl2Parser.g:14925:3: ( rule__AbstractFeature__InAssignment_1_0 )
+ // InternalAadl2Parser.g:14925:4: rule__AbstractFeature__InAssignment_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractFeature__InAssignment_1_0();
@@ -74668,14 +71865,14 @@ else if ( (LA478_0==Out) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15879:2: ( ( rule__AbstractFeature__OutAssignment_1_1 ) )
+ // InternalAadl2Parser.g:14929:2: ( ( rule__AbstractFeature__OutAssignment_1_1 ) )
{
- // InternalAadl2Parser.g:15879:2: ( ( rule__AbstractFeature__OutAssignment_1_1 ) )
- // InternalAadl2Parser.g:15880:3: ( rule__AbstractFeature__OutAssignment_1_1 )
+ // InternalAadl2Parser.g:14929:2: ( ( rule__AbstractFeature__OutAssignment_1_1 ) )
+ // InternalAadl2Parser.g:14930:3: ( rule__AbstractFeature__OutAssignment_1_1 )
{
before(grammarAccess.getAbstractFeatureAccess().getOutAssignment_1_1());
- // InternalAadl2Parser.g:15881:3: ( rule__AbstractFeature__OutAssignment_1_1 )
- // InternalAadl2Parser.g:15881:4: rule__AbstractFeature__OutAssignment_1_1
+ // InternalAadl2Parser.g:14931:3: ( rule__AbstractFeature__OutAssignment_1_1 )
+ // InternalAadl2Parser.g:14931:4: rule__AbstractFeature__OutAssignment_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractFeature__OutAssignment_1_1();
@@ -74710,13 +71907,13 @@ else if ( (LA478_0==Out) ) {
// $ANTLR start "rule__AbstractFeature__Alternatives_2"
- // InternalAadl2Parser.g:15889:1: rule__AbstractFeature__Alternatives_2 : ( ( ( rule__AbstractFeature__Group_2_0__0 ) ) | ( ( rule__AbstractFeature__Group_2_1__0 ) ) | ( Feature ) );
+ // InternalAadl2Parser.g:14939:1: rule__AbstractFeature__Alternatives_2 : ( ( ( rule__AbstractFeature__Group_2_0__0 ) ) | ( ( rule__AbstractFeature__Group_2_1__0 ) ) | ( Feature ) );
public final void rule__AbstractFeature__Alternatives_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15893:1: ( ( ( rule__AbstractFeature__Group_2_0__0 ) ) | ( ( rule__AbstractFeature__Group_2_1__0 ) ) | ( Feature ) )
+ // InternalAadl2Parser.g:14943:1: ( ( ( rule__AbstractFeature__Group_2_0__0 ) ) | ( ( rule__AbstractFeature__Group_2_1__0 ) ) | ( Feature ) )
int alt479=3;
int LA479_0 = input.LA(1);
@@ -74747,14 +71944,14 @@ else if ( ((LA479_2>=Semicolon && LA479_2<=LeftSquareBracket)||LA479_2==LeftCurl
}
switch (alt479) {
case 1 :
- // InternalAadl2Parser.g:15894:2: ( ( rule__AbstractFeature__Group_2_0__0 ) )
+ // InternalAadl2Parser.g:14944:2: ( ( rule__AbstractFeature__Group_2_0__0 ) )
{
- // InternalAadl2Parser.g:15894:2: ( ( rule__AbstractFeature__Group_2_0__0 ) )
- // InternalAadl2Parser.g:15895:3: ( rule__AbstractFeature__Group_2_0__0 )
+ // InternalAadl2Parser.g:14944:2: ( ( rule__AbstractFeature__Group_2_0__0 ) )
+ // InternalAadl2Parser.g:14945:3: ( rule__AbstractFeature__Group_2_0__0 )
{
before(grammarAccess.getAbstractFeatureAccess().getGroup_2_0());
- // InternalAadl2Parser.g:15896:3: ( rule__AbstractFeature__Group_2_0__0 )
- // InternalAadl2Parser.g:15896:4: rule__AbstractFeature__Group_2_0__0
+ // InternalAadl2Parser.g:14946:3: ( rule__AbstractFeature__Group_2_0__0 )
+ // InternalAadl2Parser.g:14946:4: rule__AbstractFeature__Group_2_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractFeature__Group_2_0__0();
@@ -74772,14 +71969,14 @@ else if ( ((LA479_2>=Semicolon && LA479_2<=LeftSquareBracket)||LA479_2==LeftCurl
}
break;
case 2 :
- // InternalAadl2Parser.g:15900:2: ( ( rule__AbstractFeature__Group_2_1__0 ) )
+ // InternalAadl2Parser.g:14950:2: ( ( rule__AbstractFeature__Group_2_1__0 ) )
{
- // InternalAadl2Parser.g:15900:2: ( ( rule__AbstractFeature__Group_2_1__0 ) )
- // InternalAadl2Parser.g:15901:3: ( rule__AbstractFeature__Group_2_1__0 )
+ // InternalAadl2Parser.g:14950:2: ( ( rule__AbstractFeature__Group_2_1__0 ) )
+ // InternalAadl2Parser.g:14951:3: ( rule__AbstractFeature__Group_2_1__0 )
{
before(grammarAccess.getAbstractFeatureAccess().getGroup_2_1());
- // InternalAadl2Parser.g:15902:3: ( rule__AbstractFeature__Group_2_1__0 )
- // InternalAadl2Parser.g:15902:4: rule__AbstractFeature__Group_2_1__0
+ // InternalAadl2Parser.g:14952:3: ( rule__AbstractFeature__Group_2_1__0 )
+ // InternalAadl2Parser.g:14952:4: rule__AbstractFeature__Group_2_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractFeature__Group_2_1__0();
@@ -74797,10 +71994,10 @@ else if ( ((LA479_2>=Semicolon && LA479_2<=LeftSquareBracket)||LA479_2==LeftCurl
}
break;
case 3 :
- // InternalAadl2Parser.g:15906:2: ( Feature )
+ // InternalAadl2Parser.g:14956:2: ( Feature )
{
- // InternalAadl2Parser.g:15906:2: ( Feature )
- // InternalAadl2Parser.g:15907:3: Feature
+ // InternalAadl2Parser.g:14956:2: ( Feature )
+ // InternalAadl2Parser.g:14957:3: Feature
{
before(grammarAccess.getAbstractFeatureAccess().getFeatureKeyword_2_2());
match(input,Feature,FollowSets000.FOLLOW_2);
@@ -74829,13 +72026,13 @@ else if ( ((LA479_2>=Semicolon && LA479_2<=LeftSquareBracket)||LA479_2==LeftCurl
// $ANTLR start "rule__AccessDirection__Alternatives"
- // InternalAadl2Parser.g:15916:1: rule__AccessDirection__Alternatives : ( ( Requires ) | ( Provides ) );
+ // InternalAadl2Parser.g:14966:1: rule__AccessDirection__Alternatives : ( ( Requires ) | ( Provides ) );
public final void rule__AccessDirection__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15920:1: ( ( Requires ) | ( Provides ) )
+ // InternalAadl2Parser.g:14970:1: ( ( Requires ) | ( Provides ) )
int alt480=2;
int LA480_0 = input.LA(1);
@@ -74853,10 +72050,10 @@ else if ( (LA480_0==Provides) ) {
}
switch (alt480) {
case 1 :
- // InternalAadl2Parser.g:15921:2: ( Requires )
+ // InternalAadl2Parser.g:14971:2: ( Requires )
{
- // InternalAadl2Parser.g:15921:2: ( Requires )
- // InternalAadl2Parser.g:15922:3: Requires
+ // InternalAadl2Parser.g:14971:2: ( Requires )
+ // InternalAadl2Parser.g:14972:3: Requires
{
before(grammarAccess.getAccessDirectionAccess().getRequiresKeyword_0());
match(input,Requires,FollowSets000.FOLLOW_2);
@@ -74868,10 +72065,10 @@ else if ( (LA480_0==Provides) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15927:2: ( Provides )
+ // InternalAadl2Parser.g:14977:2: ( Provides )
{
- // InternalAadl2Parser.g:15927:2: ( Provides )
- // InternalAadl2Parser.g:15928:3: Provides
+ // InternalAadl2Parser.g:14977:2: ( Provides )
+ // InternalAadl2Parser.g:14978:3: Provides
{
before(grammarAccess.getAccessDirectionAccess().getProvidesKeyword_1());
match(input,Provides,FollowSets000.FOLLOW_2);
@@ -74900,13 +72097,13 @@ else if ( (LA480_0==Provides) ) {
// $ANTLR start "rule__PortCategory__Alternatives"
- // InternalAadl2Parser.g:15937:1: rule__PortCategory__Alternatives : ( ( Data ) | ( Event ) | ( ( rule__PortCategory__Group_2__0 ) ) );
+ // InternalAadl2Parser.g:14987:1: rule__PortCategory__Alternatives : ( ( Data ) | ( Event ) | ( ( rule__PortCategory__Group_2__0 ) ) );
public final void rule__PortCategory__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15941:1: ( ( Data ) | ( Event ) | ( ( rule__PortCategory__Group_2__0 ) ) )
+ // InternalAadl2Parser.g:14991:1: ( ( Data ) | ( Event ) | ( ( rule__PortCategory__Group_2__0 ) ) )
int alt481=3;
int LA481_0 = input.LA(1);
@@ -74916,12 +72113,12 @@ public final void rule__PortCategory__Alternatives() throws RecognitionException
else if ( (LA481_0==Event) ) {
int LA481_2 = input.LA(2);
- if ( (LA481_2==EOF||LA481_2==Port) ) {
- alt481=2;
- }
- else if ( (LA481_2==Data) ) {
+ if ( (LA481_2==Data) ) {
alt481=3;
}
+ else if ( (LA481_2==EOF||LA481_2==Port) ) {
+ alt481=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 481, 2, input);
@@ -74937,10 +72134,10 @@ else if ( (LA481_2==Data) ) {
}
switch (alt481) {
case 1 :
- // InternalAadl2Parser.g:15942:2: ( Data )
+ // InternalAadl2Parser.g:14992:2: ( Data )
{
- // InternalAadl2Parser.g:15942:2: ( Data )
- // InternalAadl2Parser.g:15943:3: Data
+ // InternalAadl2Parser.g:14992:2: ( Data )
+ // InternalAadl2Parser.g:14993:3: Data
{
before(grammarAccess.getPortCategoryAccess().getDataKeyword_0());
match(input,Data,FollowSets000.FOLLOW_2);
@@ -74952,10 +72149,10 @@ else if ( (LA481_2==Data) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15948:2: ( Event )
+ // InternalAadl2Parser.g:14998:2: ( Event )
{
- // InternalAadl2Parser.g:15948:2: ( Event )
- // InternalAadl2Parser.g:15949:3: Event
+ // InternalAadl2Parser.g:14998:2: ( Event )
+ // InternalAadl2Parser.g:14999:3: Event
{
before(grammarAccess.getPortCategoryAccess().getEventKeyword_1());
match(input,Event,FollowSets000.FOLLOW_2);
@@ -74967,14 +72164,14 @@ else if ( (LA481_2==Data) ) {
}
break;
case 3 :
- // InternalAadl2Parser.g:15954:2: ( ( rule__PortCategory__Group_2__0 ) )
+ // InternalAadl2Parser.g:15004:2: ( ( rule__PortCategory__Group_2__0 ) )
{
- // InternalAadl2Parser.g:15954:2: ( ( rule__PortCategory__Group_2__0 ) )
- // InternalAadl2Parser.g:15955:3: ( rule__PortCategory__Group_2__0 )
+ // InternalAadl2Parser.g:15004:2: ( ( rule__PortCategory__Group_2__0 ) )
+ // InternalAadl2Parser.g:15005:3: ( rule__PortCategory__Group_2__0 )
{
before(grammarAccess.getPortCategoryAccess().getGroup_2());
- // InternalAadl2Parser.g:15956:3: ( rule__PortCategory__Group_2__0 )
- // InternalAadl2Parser.g:15956:4: rule__PortCategory__Group_2__0
+ // InternalAadl2Parser.g:15006:3: ( rule__PortCategory__Group_2__0 )
+ // InternalAadl2Parser.g:15006:4: rule__PortCategory__Group_2__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PortCategory__Group_2__0();
@@ -75008,14 +72205,14 @@ else if ( (LA481_2==Data) ) {
// $ANTLR end "rule__PortCategory__Alternatives"
- // $ANTLR start "rule__FeatureGroupType__Alternatives_3_1"
- // InternalAadl2Parser.g:15964:1: rule__FeatureGroupType__Alternatives_3_1 : ( ( ( rule__FeatureGroupType__Group_3_1_0__0 ) ) | ( ( ( rule__FeatureGroupType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__FeatureGroupType__OwnedPrototypeAssignment_3_1_1 )* ) ) );
- public final void rule__FeatureGroupType__Alternatives_3_1() throws RecognitionException {
+ // $ANTLR start "rule__FeatureGroupType__Alternatives_4_1"
+ // InternalAadl2Parser.g:15014:1: rule__FeatureGroupType__Alternatives_4_1 : ( ( ( rule__FeatureGroupType__Group_4_1_0__0 ) ) | ( ( ( rule__FeatureGroupType__OwnedPrototypeAssignment_4_1_1 ) ) ( ( rule__FeatureGroupType__OwnedPrototypeAssignment_4_1_1 )* ) ) );
+ public final void rule__FeatureGroupType__Alternatives_4_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15968:1: ( ( ( rule__FeatureGroupType__Group_3_1_0__0 ) ) | ( ( ( rule__FeatureGroupType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__FeatureGroupType__OwnedPrototypeAssignment_3_1_1 )* ) ) )
+ // InternalAadl2Parser.g:15018:1: ( ( ( rule__FeatureGroupType__Group_4_1_0__0 ) ) | ( ( ( rule__FeatureGroupType__OwnedPrototypeAssignment_4_1_1 ) ) ( ( rule__FeatureGroupType__OwnedPrototypeAssignment_4_1_1 )* ) ) )
int alt483=2;
int LA483_0 = input.LA(1);
@@ -75033,24 +72230,24 @@ else if ( (LA483_0==RULE_ID) ) {
}
switch (alt483) {
case 1 :
- // InternalAadl2Parser.g:15969:2: ( ( rule__FeatureGroupType__Group_3_1_0__0 ) )
+ // InternalAadl2Parser.g:15019:2: ( ( rule__FeatureGroupType__Group_4_1_0__0 ) )
{
- // InternalAadl2Parser.g:15969:2: ( ( rule__FeatureGroupType__Group_3_1_0__0 ) )
- // InternalAadl2Parser.g:15970:3: ( rule__FeatureGroupType__Group_3_1_0__0 )
+ // InternalAadl2Parser.g:15019:2: ( ( rule__FeatureGroupType__Group_4_1_0__0 ) )
+ // InternalAadl2Parser.g:15020:3: ( rule__FeatureGroupType__Group_4_1_0__0 )
{
- before(grammarAccess.getFeatureGroupTypeAccess().getGroup_3_1_0());
- // InternalAadl2Parser.g:15971:3: ( rule__FeatureGroupType__Group_3_1_0__0 )
- // InternalAadl2Parser.g:15971:4: rule__FeatureGroupType__Group_3_1_0__0
+ before(grammarAccess.getFeatureGroupTypeAccess().getGroup_4_1_0());
+ // InternalAadl2Parser.g:15021:3: ( rule__FeatureGroupType__Group_4_1_0__0 )
+ // InternalAadl2Parser.g:15021:4: rule__FeatureGroupType__Group_4_1_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__FeatureGroupType__Group_3_1_0__0();
+ rule__FeatureGroupType__Group_4_1_0__0();
state._fsp--;
}
- after(grammarAccess.getFeatureGroupTypeAccess().getGroup_3_1_0());
+ after(grammarAccess.getFeatureGroupTypeAccess().getGroup_4_1_0());
}
@@ -75058,35 +72255,35 @@ else if ( (LA483_0==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:15975:2: ( ( ( rule__FeatureGroupType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__FeatureGroupType__OwnedPrototypeAssignment_3_1_1 )* ) )
+ // InternalAadl2Parser.g:15025:2: ( ( ( rule__FeatureGroupType__OwnedPrototypeAssignment_4_1_1 ) ) ( ( rule__FeatureGroupType__OwnedPrototypeAssignment_4_1_1 )* ) )
{
- // InternalAadl2Parser.g:15975:2: ( ( ( rule__FeatureGroupType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__FeatureGroupType__OwnedPrototypeAssignment_3_1_1 )* ) )
- // InternalAadl2Parser.g:15976:3: ( ( rule__FeatureGroupType__OwnedPrototypeAssignment_3_1_1 ) ) ( ( rule__FeatureGroupType__OwnedPrototypeAssignment_3_1_1 )* )
+ // InternalAadl2Parser.g:15025:2: ( ( ( rule__FeatureGroupType__OwnedPrototypeAssignment_4_1_1 ) ) ( ( rule__FeatureGroupType__OwnedPrototypeAssignment_4_1_1 )* ) )
+ // InternalAadl2Parser.g:15026:3: ( ( rule__FeatureGroupType__OwnedPrototypeAssignment_4_1_1 ) ) ( ( rule__FeatureGroupType__OwnedPrototypeAssignment_4_1_1 )* )
{
- // InternalAadl2Parser.g:15976:3: ( ( rule__FeatureGroupType__OwnedPrototypeAssignment_3_1_1 ) )
- // InternalAadl2Parser.g:15977:4: ( rule__FeatureGroupType__OwnedPrototypeAssignment_3_1_1 )
+ // InternalAadl2Parser.g:15026:3: ( ( rule__FeatureGroupType__OwnedPrototypeAssignment_4_1_1 ) )
+ // InternalAadl2Parser.g:15027:4: ( rule__FeatureGroupType__OwnedPrototypeAssignment_4_1_1 )
{
- before(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeAssignment_3_1_1());
- // InternalAadl2Parser.g:15978:4: ( rule__FeatureGroupType__OwnedPrototypeAssignment_3_1_1 )
- // InternalAadl2Parser.g:15978:5: rule__FeatureGroupType__OwnedPrototypeAssignment_3_1_1
+ before(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeAssignment_4_1_1());
+ // InternalAadl2Parser.g:15028:4: ( rule__FeatureGroupType__OwnedPrototypeAssignment_4_1_1 )
+ // InternalAadl2Parser.g:15028:5: rule__FeatureGroupType__OwnedPrototypeAssignment_4_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__FeatureGroupType__OwnedPrototypeAssignment_3_1_1();
+ rule__FeatureGroupType__OwnedPrototypeAssignment_4_1_1();
state._fsp--;
}
- after(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeAssignment_3_1_1());
+ after(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeAssignment_4_1_1());
}
- // InternalAadl2Parser.g:15981:3: ( ( rule__FeatureGroupType__OwnedPrototypeAssignment_3_1_1 )* )
- // InternalAadl2Parser.g:15982:4: ( rule__FeatureGroupType__OwnedPrototypeAssignment_3_1_1 )*
+ // InternalAadl2Parser.g:15031:3: ( ( rule__FeatureGroupType__OwnedPrototypeAssignment_4_1_1 )* )
+ // InternalAadl2Parser.g:15032:4: ( rule__FeatureGroupType__OwnedPrototypeAssignment_4_1_1 )*
{
- before(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeAssignment_3_1_1());
- // InternalAadl2Parser.g:15983:4: ( rule__FeatureGroupType__OwnedPrototypeAssignment_3_1_1 )*
+ before(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeAssignment_4_1_1());
+ // InternalAadl2Parser.g:15033:4: ( rule__FeatureGroupType__OwnedPrototypeAssignment_4_1_1 )*
loop482:
do {
int alt482=2;
@@ -75099,10 +72296,10 @@ else if ( (LA483_0==RULE_ID) ) {
switch (alt482) {
case 1 :
- // InternalAadl2Parser.g:15983:5: rule__FeatureGroupType__OwnedPrototypeAssignment_3_1_1
+ // InternalAadl2Parser.g:15033:5: rule__FeatureGroupType__OwnedPrototypeAssignment_4_1_1
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__FeatureGroupType__OwnedPrototypeAssignment_3_1_1();
+ rule__FeatureGroupType__OwnedPrototypeAssignment_4_1_1();
state._fsp--;
@@ -75115,7 +72312,7 @@ else if ( (LA483_0==RULE_ID) ) {
}
} while (true);
- after(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeAssignment_3_1_1());
+ after(grammarAccess.getFeatureGroupTypeAccess().getOwnedPrototypeAssignment_4_1_1());
}
@@ -75139,39 +72336,39 @@ else if ( (LA483_0==RULE_ID) ) {
}
return ;
}
- // $ANTLR end "rule__FeatureGroupType__Alternatives_3_1"
+ // $ANTLR end "rule__FeatureGroupType__Alternatives_4_1"
- // $ANTLR start "rule__FeatureGroupType__Alternatives_4_1"
- // InternalAadl2Parser.g:15992:1: rule__FeatureGroupType__Alternatives_4_1 : ( ( ( rule__FeatureGroupType__OwnedDataPortAssignment_4_1_0 ) ) | ( ( rule__FeatureGroupType__OwnedEventPortAssignment_4_1_1 ) ) | ( ( rule__FeatureGroupType__OwnedEventDataPortAssignment_4_1_2 ) ) | ( ( rule__FeatureGroupType__OwnedFeatureGroupAssignment_4_1_3 ) ) | ( ( rule__FeatureGroupType__OwnedDataAccessAssignment_4_1_4 ) ) | ( ( rule__FeatureGroupType__OwnedBusAccessAssignment_4_1_5 ) ) | ( ( rule__FeatureGroupType__OwnedSubprogramAccessAssignment_4_1_6 ) ) | ( ( rule__FeatureGroupType__OwnedSubprogramGroupAccessAssignment_4_1_7 ) ) | ( ( rule__FeatureGroupType__OwnedAbstractFeatureAssignment_4_1_8 ) ) | ( ( rule__FeatureGroupType__OwnedParameterAssignment_4_1_9 ) ) );
- public final void rule__FeatureGroupType__Alternatives_4_1() throws RecognitionException {
+ // $ANTLR start "rule__FeatureGroupType__Alternatives_5_1"
+ // InternalAadl2Parser.g:15042:1: rule__FeatureGroupType__Alternatives_5_1 : ( ( ( rule__FeatureGroupType__OwnedDataPortAssignment_5_1_0 ) ) | ( ( rule__FeatureGroupType__OwnedEventPortAssignment_5_1_1 ) ) | ( ( rule__FeatureGroupType__OwnedEventDataPortAssignment_5_1_2 ) ) | ( ( rule__FeatureGroupType__OwnedFeatureGroupAssignment_5_1_3 ) ) | ( ( rule__FeatureGroupType__OwnedDataAccessAssignment_5_1_4 ) ) | ( ( rule__FeatureGroupType__OwnedBusAccessAssignment_5_1_5 ) ) | ( ( rule__FeatureGroupType__OwnedSubprogramAccessAssignment_5_1_6 ) ) | ( ( rule__FeatureGroupType__OwnedSubprogramGroupAccessAssignment_5_1_7 ) ) | ( ( rule__FeatureGroupType__OwnedAbstractFeatureAssignment_5_1_8 ) ) | ( ( rule__FeatureGroupType__OwnedParameterAssignment_5_1_9 ) ) );
+ public final void rule__FeatureGroupType__Alternatives_5_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:15996:1: ( ( ( rule__FeatureGroupType__OwnedDataPortAssignment_4_1_0 ) ) | ( ( rule__FeatureGroupType__OwnedEventPortAssignment_4_1_1 ) ) | ( ( rule__FeatureGroupType__OwnedEventDataPortAssignment_4_1_2 ) ) | ( ( rule__FeatureGroupType__OwnedFeatureGroupAssignment_4_1_3 ) ) | ( ( rule__FeatureGroupType__OwnedDataAccessAssignment_4_1_4 ) ) | ( ( rule__FeatureGroupType__OwnedBusAccessAssignment_4_1_5 ) ) | ( ( rule__FeatureGroupType__OwnedSubprogramAccessAssignment_4_1_6 ) ) | ( ( rule__FeatureGroupType__OwnedSubprogramGroupAccessAssignment_4_1_7 ) ) | ( ( rule__FeatureGroupType__OwnedAbstractFeatureAssignment_4_1_8 ) ) | ( ( rule__FeatureGroupType__OwnedParameterAssignment_4_1_9 ) ) )
+ // InternalAadl2Parser.g:15046:1: ( ( ( rule__FeatureGroupType__OwnedDataPortAssignment_5_1_0 ) ) | ( ( rule__FeatureGroupType__OwnedEventPortAssignment_5_1_1 ) ) | ( ( rule__FeatureGroupType__OwnedEventDataPortAssignment_5_1_2 ) ) | ( ( rule__FeatureGroupType__OwnedFeatureGroupAssignment_5_1_3 ) ) | ( ( rule__FeatureGroupType__OwnedDataAccessAssignment_5_1_4 ) ) | ( ( rule__FeatureGroupType__OwnedBusAccessAssignment_5_1_5 ) ) | ( ( rule__FeatureGroupType__OwnedSubprogramAccessAssignment_5_1_6 ) ) | ( ( rule__FeatureGroupType__OwnedSubprogramGroupAccessAssignment_5_1_7 ) ) | ( ( rule__FeatureGroupType__OwnedAbstractFeatureAssignment_5_1_8 ) ) | ( ( rule__FeatureGroupType__OwnedParameterAssignment_5_1_9 ) ) )
int alt484=10;
alt484 = dfa484.predict(input);
switch (alt484) {
case 1 :
- // InternalAadl2Parser.g:15997:2: ( ( rule__FeatureGroupType__OwnedDataPortAssignment_4_1_0 ) )
+ // InternalAadl2Parser.g:15047:2: ( ( rule__FeatureGroupType__OwnedDataPortAssignment_5_1_0 ) )
{
- // InternalAadl2Parser.g:15997:2: ( ( rule__FeatureGroupType__OwnedDataPortAssignment_4_1_0 ) )
- // InternalAadl2Parser.g:15998:3: ( rule__FeatureGroupType__OwnedDataPortAssignment_4_1_0 )
+ // InternalAadl2Parser.g:15047:2: ( ( rule__FeatureGroupType__OwnedDataPortAssignment_5_1_0 ) )
+ // InternalAadl2Parser.g:15048:3: ( rule__FeatureGroupType__OwnedDataPortAssignment_5_1_0 )
{
- before(grammarAccess.getFeatureGroupTypeAccess().getOwnedDataPortAssignment_4_1_0());
- // InternalAadl2Parser.g:15999:3: ( rule__FeatureGroupType__OwnedDataPortAssignment_4_1_0 )
- // InternalAadl2Parser.g:15999:4: rule__FeatureGroupType__OwnedDataPortAssignment_4_1_0
+ before(grammarAccess.getFeatureGroupTypeAccess().getOwnedDataPortAssignment_5_1_0());
+ // InternalAadl2Parser.g:15049:3: ( rule__FeatureGroupType__OwnedDataPortAssignment_5_1_0 )
+ // InternalAadl2Parser.g:15049:4: rule__FeatureGroupType__OwnedDataPortAssignment_5_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__FeatureGroupType__OwnedDataPortAssignment_4_1_0();
+ rule__FeatureGroupType__OwnedDataPortAssignment_5_1_0();
state._fsp--;
}
- after(grammarAccess.getFeatureGroupTypeAccess().getOwnedDataPortAssignment_4_1_0());
+ after(grammarAccess.getFeatureGroupTypeAccess().getOwnedDataPortAssignment_5_1_0());
}
@@ -75179,24 +72376,24 @@ public final void rule__FeatureGroupType__Alternatives_4_1() throws RecognitionE
}
break;
case 2 :
- // InternalAadl2Parser.g:16003:2: ( ( rule__FeatureGroupType__OwnedEventPortAssignment_4_1_1 ) )
+ // InternalAadl2Parser.g:15053:2: ( ( rule__FeatureGroupType__OwnedEventPortAssignment_5_1_1 ) )
{
- // InternalAadl2Parser.g:16003:2: ( ( rule__FeatureGroupType__OwnedEventPortAssignment_4_1_1 ) )
- // InternalAadl2Parser.g:16004:3: ( rule__FeatureGroupType__OwnedEventPortAssignment_4_1_1 )
+ // InternalAadl2Parser.g:15053:2: ( ( rule__FeatureGroupType__OwnedEventPortAssignment_5_1_1 ) )
+ // InternalAadl2Parser.g:15054:3: ( rule__FeatureGroupType__OwnedEventPortAssignment_5_1_1 )
{
- before(grammarAccess.getFeatureGroupTypeAccess().getOwnedEventPortAssignment_4_1_1());
- // InternalAadl2Parser.g:16005:3: ( rule__FeatureGroupType__OwnedEventPortAssignment_4_1_1 )
- // InternalAadl2Parser.g:16005:4: rule__FeatureGroupType__OwnedEventPortAssignment_4_1_1
+ before(grammarAccess.getFeatureGroupTypeAccess().getOwnedEventPortAssignment_5_1_1());
+ // InternalAadl2Parser.g:15055:3: ( rule__FeatureGroupType__OwnedEventPortAssignment_5_1_1 )
+ // InternalAadl2Parser.g:15055:4: rule__FeatureGroupType__OwnedEventPortAssignment_5_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__FeatureGroupType__OwnedEventPortAssignment_4_1_1();
+ rule__FeatureGroupType__OwnedEventPortAssignment_5_1_1();
state._fsp--;
}
- after(grammarAccess.getFeatureGroupTypeAccess().getOwnedEventPortAssignment_4_1_1());
+ after(grammarAccess.getFeatureGroupTypeAccess().getOwnedEventPortAssignment_5_1_1());
}
@@ -75204,24 +72401,24 @@ public final void rule__FeatureGroupType__Alternatives_4_1() throws RecognitionE
}
break;
case 3 :
- // InternalAadl2Parser.g:16009:2: ( ( rule__FeatureGroupType__OwnedEventDataPortAssignment_4_1_2 ) )
+ // InternalAadl2Parser.g:15059:2: ( ( rule__FeatureGroupType__OwnedEventDataPortAssignment_5_1_2 ) )
{
- // InternalAadl2Parser.g:16009:2: ( ( rule__FeatureGroupType__OwnedEventDataPortAssignment_4_1_2 ) )
- // InternalAadl2Parser.g:16010:3: ( rule__FeatureGroupType__OwnedEventDataPortAssignment_4_1_2 )
+ // InternalAadl2Parser.g:15059:2: ( ( rule__FeatureGroupType__OwnedEventDataPortAssignment_5_1_2 ) )
+ // InternalAadl2Parser.g:15060:3: ( rule__FeatureGroupType__OwnedEventDataPortAssignment_5_1_2 )
{
- before(grammarAccess.getFeatureGroupTypeAccess().getOwnedEventDataPortAssignment_4_1_2());
- // InternalAadl2Parser.g:16011:3: ( rule__FeatureGroupType__OwnedEventDataPortAssignment_4_1_2 )
- // InternalAadl2Parser.g:16011:4: rule__FeatureGroupType__OwnedEventDataPortAssignment_4_1_2
+ before(grammarAccess.getFeatureGroupTypeAccess().getOwnedEventDataPortAssignment_5_1_2());
+ // InternalAadl2Parser.g:15061:3: ( rule__FeatureGroupType__OwnedEventDataPortAssignment_5_1_2 )
+ // InternalAadl2Parser.g:15061:4: rule__FeatureGroupType__OwnedEventDataPortAssignment_5_1_2
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__FeatureGroupType__OwnedEventDataPortAssignment_4_1_2();
+ rule__FeatureGroupType__OwnedEventDataPortAssignment_5_1_2();
state._fsp--;
}
- after(grammarAccess.getFeatureGroupTypeAccess().getOwnedEventDataPortAssignment_4_1_2());
+ after(grammarAccess.getFeatureGroupTypeAccess().getOwnedEventDataPortAssignment_5_1_2());
}
@@ -75229,24 +72426,24 @@ public final void rule__FeatureGroupType__Alternatives_4_1() throws RecognitionE
}
break;
case 4 :
- // InternalAadl2Parser.g:16015:2: ( ( rule__FeatureGroupType__OwnedFeatureGroupAssignment_4_1_3 ) )
+ // InternalAadl2Parser.g:15065:2: ( ( rule__FeatureGroupType__OwnedFeatureGroupAssignment_5_1_3 ) )
{
- // InternalAadl2Parser.g:16015:2: ( ( rule__FeatureGroupType__OwnedFeatureGroupAssignment_4_1_3 ) )
- // InternalAadl2Parser.g:16016:3: ( rule__FeatureGroupType__OwnedFeatureGroupAssignment_4_1_3 )
+ // InternalAadl2Parser.g:15065:2: ( ( rule__FeatureGroupType__OwnedFeatureGroupAssignment_5_1_3 ) )
+ // InternalAadl2Parser.g:15066:3: ( rule__FeatureGroupType__OwnedFeatureGroupAssignment_5_1_3 )
{
- before(grammarAccess.getFeatureGroupTypeAccess().getOwnedFeatureGroupAssignment_4_1_3());
- // InternalAadl2Parser.g:16017:3: ( rule__FeatureGroupType__OwnedFeatureGroupAssignment_4_1_3 )
- // InternalAadl2Parser.g:16017:4: rule__FeatureGroupType__OwnedFeatureGroupAssignment_4_1_3
+ before(grammarAccess.getFeatureGroupTypeAccess().getOwnedFeatureGroupAssignment_5_1_3());
+ // InternalAadl2Parser.g:15067:3: ( rule__FeatureGroupType__OwnedFeatureGroupAssignment_5_1_3 )
+ // InternalAadl2Parser.g:15067:4: rule__FeatureGroupType__OwnedFeatureGroupAssignment_5_1_3
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__FeatureGroupType__OwnedFeatureGroupAssignment_4_1_3();
+ rule__FeatureGroupType__OwnedFeatureGroupAssignment_5_1_3();
state._fsp--;
}
- after(grammarAccess.getFeatureGroupTypeAccess().getOwnedFeatureGroupAssignment_4_1_3());
+ after(grammarAccess.getFeatureGroupTypeAccess().getOwnedFeatureGroupAssignment_5_1_3());
}
@@ -75254,24 +72451,24 @@ public final void rule__FeatureGroupType__Alternatives_4_1() throws RecognitionE
}
break;
case 5 :
- // InternalAadl2Parser.g:16021:2: ( ( rule__FeatureGroupType__OwnedDataAccessAssignment_4_1_4 ) )
+ // InternalAadl2Parser.g:15071:2: ( ( rule__FeatureGroupType__OwnedDataAccessAssignment_5_1_4 ) )
{
- // InternalAadl2Parser.g:16021:2: ( ( rule__FeatureGroupType__OwnedDataAccessAssignment_4_1_4 ) )
- // InternalAadl2Parser.g:16022:3: ( rule__FeatureGroupType__OwnedDataAccessAssignment_4_1_4 )
+ // InternalAadl2Parser.g:15071:2: ( ( rule__FeatureGroupType__OwnedDataAccessAssignment_5_1_4 ) )
+ // InternalAadl2Parser.g:15072:3: ( rule__FeatureGroupType__OwnedDataAccessAssignment_5_1_4 )
{
- before(grammarAccess.getFeatureGroupTypeAccess().getOwnedDataAccessAssignment_4_1_4());
- // InternalAadl2Parser.g:16023:3: ( rule__FeatureGroupType__OwnedDataAccessAssignment_4_1_4 )
- // InternalAadl2Parser.g:16023:4: rule__FeatureGroupType__OwnedDataAccessAssignment_4_1_4
+ before(grammarAccess.getFeatureGroupTypeAccess().getOwnedDataAccessAssignment_5_1_4());
+ // InternalAadl2Parser.g:15073:3: ( rule__FeatureGroupType__OwnedDataAccessAssignment_5_1_4 )
+ // InternalAadl2Parser.g:15073:4: rule__FeatureGroupType__OwnedDataAccessAssignment_5_1_4
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__FeatureGroupType__OwnedDataAccessAssignment_4_1_4();
+ rule__FeatureGroupType__OwnedDataAccessAssignment_5_1_4();
state._fsp--;
}
- after(grammarAccess.getFeatureGroupTypeAccess().getOwnedDataAccessAssignment_4_1_4());
+ after(grammarAccess.getFeatureGroupTypeAccess().getOwnedDataAccessAssignment_5_1_4());
}
@@ -75279,24 +72476,24 @@ public final void rule__FeatureGroupType__Alternatives_4_1() throws RecognitionE
}
break;
case 6 :
- // InternalAadl2Parser.g:16027:2: ( ( rule__FeatureGroupType__OwnedBusAccessAssignment_4_1_5 ) )
+ // InternalAadl2Parser.g:15077:2: ( ( rule__FeatureGroupType__OwnedBusAccessAssignment_5_1_5 ) )
{
- // InternalAadl2Parser.g:16027:2: ( ( rule__FeatureGroupType__OwnedBusAccessAssignment_4_1_5 ) )
- // InternalAadl2Parser.g:16028:3: ( rule__FeatureGroupType__OwnedBusAccessAssignment_4_1_5 )
+ // InternalAadl2Parser.g:15077:2: ( ( rule__FeatureGroupType__OwnedBusAccessAssignment_5_1_5 ) )
+ // InternalAadl2Parser.g:15078:3: ( rule__FeatureGroupType__OwnedBusAccessAssignment_5_1_5 )
{
- before(grammarAccess.getFeatureGroupTypeAccess().getOwnedBusAccessAssignment_4_1_5());
- // InternalAadl2Parser.g:16029:3: ( rule__FeatureGroupType__OwnedBusAccessAssignment_4_1_5 )
- // InternalAadl2Parser.g:16029:4: rule__FeatureGroupType__OwnedBusAccessAssignment_4_1_5
+ before(grammarAccess.getFeatureGroupTypeAccess().getOwnedBusAccessAssignment_5_1_5());
+ // InternalAadl2Parser.g:15079:3: ( rule__FeatureGroupType__OwnedBusAccessAssignment_5_1_5 )
+ // InternalAadl2Parser.g:15079:4: rule__FeatureGroupType__OwnedBusAccessAssignment_5_1_5
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__FeatureGroupType__OwnedBusAccessAssignment_4_1_5();
+ rule__FeatureGroupType__OwnedBusAccessAssignment_5_1_5();
state._fsp--;
}
- after(grammarAccess.getFeatureGroupTypeAccess().getOwnedBusAccessAssignment_4_1_5());
+ after(grammarAccess.getFeatureGroupTypeAccess().getOwnedBusAccessAssignment_5_1_5());
}
@@ -75304,24 +72501,24 @@ public final void rule__FeatureGroupType__Alternatives_4_1() throws RecognitionE
}
break;
case 7 :
- // InternalAadl2Parser.g:16033:2: ( ( rule__FeatureGroupType__OwnedSubprogramAccessAssignment_4_1_6 ) )
+ // InternalAadl2Parser.g:15083:2: ( ( rule__FeatureGroupType__OwnedSubprogramAccessAssignment_5_1_6 ) )
{
- // InternalAadl2Parser.g:16033:2: ( ( rule__FeatureGroupType__OwnedSubprogramAccessAssignment_4_1_6 ) )
- // InternalAadl2Parser.g:16034:3: ( rule__FeatureGroupType__OwnedSubprogramAccessAssignment_4_1_6 )
+ // InternalAadl2Parser.g:15083:2: ( ( rule__FeatureGroupType__OwnedSubprogramAccessAssignment_5_1_6 ) )
+ // InternalAadl2Parser.g:15084:3: ( rule__FeatureGroupType__OwnedSubprogramAccessAssignment_5_1_6 )
{
- before(grammarAccess.getFeatureGroupTypeAccess().getOwnedSubprogramAccessAssignment_4_1_6());
- // InternalAadl2Parser.g:16035:3: ( rule__FeatureGroupType__OwnedSubprogramAccessAssignment_4_1_6 )
- // InternalAadl2Parser.g:16035:4: rule__FeatureGroupType__OwnedSubprogramAccessAssignment_4_1_6
+ before(grammarAccess.getFeatureGroupTypeAccess().getOwnedSubprogramAccessAssignment_5_1_6());
+ // InternalAadl2Parser.g:15085:3: ( rule__FeatureGroupType__OwnedSubprogramAccessAssignment_5_1_6 )
+ // InternalAadl2Parser.g:15085:4: rule__FeatureGroupType__OwnedSubprogramAccessAssignment_5_1_6
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__FeatureGroupType__OwnedSubprogramAccessAssignment_4_1_6();
+ rule__FeatureGroupType__OwnedSubprogramAccessAssignment_5_1_6();
state._fsp--;
}
- after(grammarAccess.getFeatureGroupTypeAccess().getOwnedSubprogramAccessAssignment_4_1_6());
+ after(grammarAccess.getFeatureGroupTypeAccess().getOwnedSubprogramAccessAssignment_5_1_6());
}
@@ -75329,24 +72526,24 @@ public final void rule__FeatureGroupType__Alternatives_4_1() throws RecognitionE
}
break;
case 8 :
- // InternalAadl2Parser.g:16039:2: ( ( rule__FeatureGroupType__OwnedSubprogramGroupAccessAssignment_4_1_7 ) )
+ // InternalAadl2Parser.g:15089:2: ( ( rule__FeatureGroupType__OwnedSubprogramGroupAccessAssignment_5_1_7 ) )
{
- // InternalAadl2Parser.g:16039:2: ( ( rule__FeatureGroupType__OwnedSubprogramGroupAccessAssignment_4_1_7 ) )
- // InternalAadl2Parser.g:16040:3: ( rule__FeatureGroupType__OwnedSubprogramGroupAccessAssignment_4_1_7 )
+ // InternalAadl2Parser.g:15089:2: ( ( rule__FeatureGroupType__OwnedSubprogramGroupAccessAssignment_5_1_7 ) )
+ // InternalAadl2Parser.g:15090:3: ( rule__FeatureGroupType__OwnedSubprogramGroupAccessAssignment_5_1_7 )
{
- before(grammarAccess.getFeatureGroupTypeAccess().getOwnedSubprogramGroupAccessAssignment_4_1_7());
- // InternalAadl2Parser.g:16041:3: ( rule__FeatureGroupType__OwnedSubprogramGroupAccessAssignment_4_1_7 )
- // InternalAadl2Parser.g:16041:4: rule__FeatureGroupType__OwnedSubprogramGroupAccessAssignment_4_1_7
+ before(grammarAccess.getFeatureGroupTypeAccess().getOwnedSubprogramGroupAccessAssignment_5_1_7());
+ // InternalAadl2Parser.g:15091:3: ( rule__FeatureGroupType__OwnedSubprogramGroupAccessAssignment_5_1_7 )
+ // InternalAadl2Parser.g:15091:4: rule__FeatureGroupType__OwnedSubprogramGroupAccessAssignment_5_1_7
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__FeatureGroupType__OwnedSubprogramGroupAccessAssignment_4_1_7();
+ rule__FeatureGroupType__OwnedSubprogramGroupAccessAssignment_5_1_7();
state._fsp--;
}
- after(grammarAccess.getFeatureGroupTypeAccess().getOwnedSubprogramGroupAccessAssignment_4_1_7());
+ after(grammarAccess.getFeatureGroupTypeAccess().getOwnedSubprogramGroupAccessAssignment_5_1_7());
}
@@ -75354,24 +72551,24 @@ public final void rule__FeatureGroupType__Alternatives_4_1() throws RecognitionE
}
break;
case 9 :
- // InternalAadl2Parser.g:16045:2: ( ( rule__FeatureGroupType__OwnedAbstractFeatureAssignment_4_1_8 ) )
+ // InternalAadl2Parser.g:15095:2: ( ( rule__FeatureGroupType__OwnedAbstractFeatureAssignment_5_1_8 ) )
{
- // InternalAadl2Parser.g:16045:2: ( ( rule__FeatureGroupType__OwnedAbstractFeatureAssignment_4_1_8 ) )
- // InternalAadl2Parser.g:16046:3: ( rule__FeatureGroupType__OwnedAbstractFeatureAssignment_4_1_8 )
+ // InternalAadl2Parser.g:15095:2: ( ( rule__FeatureGroupType__OwnedAbstractFeatureAssignment_5_1_8 ) )
+ // InternalAadl2Parser.g:15096:3: ( rule__FeatureGroupType__OwnedAbstractFeatureAssignment_5_1_8 )
{
- before(grammarAccess.getFeatureGroupTypeAccess().getOwnedAbstractFeatureAssignment_4_1_8());
- // InternalAadl2Parser.g:16047:3: ( rule__FeatureGroupType__OwnedAbstractFeatureAssignment_4_1_8 )
- // InternalAadl2Parser.g:16047:4: rule__FeatureGroupType__OwnedAbstractFeatureAssignment_4_1_8
+ before(grammarAccess.getFeatureGroupTypeAccess().getOwnedAbstractFeatureAssignment_5_1_8());
+ // InternalAadl2Parser.g:15097:3: ( rule__FeatureGroupType__OwnedAbstractFeatureAssignment_5_1_8 )
+ // InternalAadl2Parser.g:15097:4: rule__FeatureGroupType__OwnedAbstractFeatureAssignment_5_1_8
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__FeatureGroupType__OwnedAbstractFeatureAssignment_4_1_8();
+ rule__FeatureGroupType__OwnedAbstractFeatureAssignment_5_1_8();
state._fsp--;
}
- after(grammarAccess.getFeatureGroupTypeAccess().getOwnedAbstractFeatureAssignment_4_1_8());
+ after(grammarAccess.getFeatureGroupTypeAccess().getOwnedAbstractFeatureAssignment_5_1_8());
}
@@ -75379,24 +72576,24 @@ public final void rule__FeatureGroupType__Alternatives_4_1() throws RecognitionE
}
break;
case 10 :
- // InternalAadl2Parser.g:16051:2: ( ( rule__FeatureGroupType__OwnedParameterAssignment_4_1_9 ) )
+ // InternalAadl2Parser.g:15101:2: ( ( rule__FeatureGroupType__OwnedParameterAssignment_5_1_9 ) )
{
- // InternalAadl2Parser.g:16051:2: ( ( rule__FeatureGroupType__OwnedParameterAssignment_4_1_9 ) )
- // InternalAadl2Parser.g:16052:3: ( rule__FeatureGroupType__OwnedParameterAssignment_4_1_9 )
+ // InternalAadl2Parser.g:15101:2: ( ( rule__FeatureGroupType__OwnedParameterAssignment_5_1_9 ) )
+ // InternalAadl2Parser.g:15102:3: ( rule__FeatureGroupType__OwnedParameterAssignment_5_1_9 )
{
- before(grammarAccess.getFeatureGroupTypeAccess().getOwnedParameterAssignment_4_1_9());
- // InternalAadl2Parser.g:16053:3: ( rule__FeatureGroupType__OwnedParameterAssignment_4_1_9 )
- // InternalAadl2Parser.g:16053:4: rule__FeatureGroupType__OwnedParameterAssignment_4_1_9
+ before(grammarAccess.getFeatureGroupTypeAccess().getOwnedParameterAssignment_5_1_9());
+ // InternalAadl2Parser.g:15103:3: ( rule__FeatureGroupType__OwnedParameterAssignment_5_1_9 )
+ // InternalAadl2Parser.g:15103:4: rule__FeatureGroupType__OwnedParameterAssignment_5_1_9
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__FeatureGroupType__OwnedParameterAssignment_4_1_9();
+ rule__FeatureGroupType__OwnedParameterAssignment_5_1_9();
state._fsp--;
}
- after(grammarAccess.getFeatureGroupTypeAccess().getOwnedParameterAssignment_4_1_9());
+ after(grammarAccess.getFeatureGroupTypeAccess().getOwnedParameterAssignment_5_1_9());
}
@@ -75417,17 +72614,17 @@ public final void rule__FeatureGroupType__Alternatives_4_1() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__FeatureGroupType__Alternatives_4_1"
+ // $ANTLR end "rule__FeatureGroupType__Alternatives_5_1"
- // $ANTLR start "rule__FeatureGroupType__Alternatives_6_1"
- // InternalAadl2Parser.g:16061:1: rule__FeatureGroupType__Alternatives_6_1 : ( ( ( ( rule__FeatureGroupType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__FeatureGroupType__OwnedPropertyAssociationAssignment_6_1_0 )* ) ) | ( ( rule__FeatureGroupType__Group_6_1_1__0 ) ) );
- public final void rule__FeatureGroupType__Alternatives_6_1() throws RecognitionException {
+ // $ANTLR start "rule__FeatureGroupType__Alternatives_7_1"
+ // InternalAadl2Parser.g:15111:1: rule__FeatureGroupType__Alternatives_7_1 : ( ( ( ( rule__FeatureGroupType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__FeatureGroupType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__FeatureGroupType__Group_7_1_1__0 ) ) );
+ public final void rule__FeatureGroupType__Alternatives_7_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16065:1: ( ( ( ( rule__FeatureGroupType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__FeatureGroupType__OwnedPropertyAssociationAssignment_6_1_0 )* ) ) | ( ( rule__FeatureGroupType__Group_6_1_1__0 ) ) )
+ // InternalAadl2Parser.g:15115:1: ( ( ( ( rule__FeatureGroupType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__FeatureGroupType__OwnedPropertyAssociationAssignment_7_1_0 )* ) ) | ( ( rule__FeatureGroupType__Group_7_1_1__0 ) ) )
int alt486=2;
int LA486_0 = input.LA(1);
@@ -75445,35 +72642,35 @@ else if ( (LA486_0==None) ) {
}
switch (alt486) {
case 1 :
- // InternalAadl2Parser.g:16066:2: ( ( ( rule__FeatureGroupType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__FeatureGroupType__OwnedPropertyAssociationAssignment_6_1_0 )* ) )
+ // InternalAadl2Parser.g:15116:2: ( ( ( rule__FeatureGroupType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__FeatureGroupType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
{
- // InternalAadl2Parser.g:16066:2: ( ( ( rule__FeatureGroupType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__FeatureGroupType__OwnedPropertyAssociationAssignment_6_1_0 )* ) )
- // InternalAadl2Parser.g:16067:3: ( ( rule__FeatureGroupType__OwnedPropertyAssociationAssignment_6_1_0 ) ) ( ( rule__FeatureGroupType__OwnedPropertyAssociationAssignment_6_1_0 )* )
+ // InternalAadl2Parser.g:15116:2: ( ( ( rule__FeatureGroupType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__FeatureGroupType__OwnedPropertyAssociationAssignment_7_1_0 )* ) )
+ // InternalAadl2Parser.g:15117:3: ( ( rule__FeatureGroupType__OwnedPropertyAssociationAssignment_7_1_0 ) ) ( ( rule__FeatureGroupType__OwnedPropertyAssociationAssignment_7_1_0 )* )
{
- // InternalAadl2Parser.g:16067:3: ( ( rule__FeatureGroupType__OwnedPropertyAssociationAssignment_6_1_0 ) )
- // InternalAadl2Parser.g:16068:4: ( rule__FeatureGroupType__OwnedPropertyAssociationAssignment_6_1_0 )
+ // InternalAadl2Parser.g:15117:3: ( ( rule__FeatureGroupType__OwnedPropertyAssociationAssignment_7_1_0 ) )
+ // InternalAadl2Parser.g:15118:4: ( rule__FeatureGroupType__OwnedPropertyAssociationAssignment_7_1_0 )
{
- before(grammarAccess.getFeatureGroupTypeAccess().getOwnedPropertyAssociationAssignment_6_1_0());
- // InternalAadl2Parser.g:16069:4: ( rule__FeatureGroupType__OwnedPropertyAssociationAssignment_6_1_0 )
- // InternalAadl2Parser.g:16069:5: rule__FeatureGroupType__OwnedPropertyAssociationAssignment_6_1_0
+ before(grammarAccess.getFeatureGroupTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
+ // InternalAadl2Parser.g:15119:4: ( rule__FeatureGroupType__OwnedPropertyAssociationAssignment_7_1_0 )
+ // InternalAadl2Parser.g:15119:5: rule__FeatureGroupType__OwnedPropertyAssociationAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__FeatureGroupType__OwnedPropertyAssociationAssignment_6_1_0();
+ rule__FeatureGroupType__OwnedPropertyAssociationAssignment_7_1_0();
state._fsp--;
}
- after(grammarAccess.getFeatureGroupTypeAccess().getOwnedPropertyAssociationAssignment_6_1_0());
+ after(grammarAccess.getFeatureGroupTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
}
- // InternalAadl2Parser.g:16072:3: ( ( rule__FeatureGroupType__OwnedPropertyAssociationAssignment_6_1_0 )* )
- // InternalAadl2Parser.g:16073:4: ( rule__FeatureGroupType__OwnedPropertyAssociationAssignment_6_1_0 )*
+ // InternalAadl2Parser.g:15122:3: ( ( rule__FeatureGroupType__OwnedPropertyAssociationAssignment_7_1_0 )* )
+ // InternalAadl2Parser.g:15123:4: ( rule__FeatureGroupType__OwnedPropertyAssociationAssignment_7_1_0 )*
{
- before(grammarAccess.getFeatureGroupTypeAccess().getOwnedPropertyAssociationAssignment_6_1_0());
- // InternalAadl2Parser.g:16074:4: ( rule__FeatureGroupType__OwnedPropertyAssociationAssignment_6_1_0 )*
+ before(grammarAccess.getFeatureGroupTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
+ // InternalAadl2Parser.g:15124:4: ( rule__FeatureGroupType__OwnedPropertyAssociationAssignment_7_1_0 )*
loop485:
do {
int alt485=2;
@@ -75486,10 +72683,10 @@ else if ( (LA486_0==None) ) {
switch (alt485) {
case 1 :
- // InternalAadl2Parser.g:16074:5: rule__FeatureGroupType__OwnedPropertyAssociationAssignment_6_1_0
+ // InternalAadl2Parser.g:15124:5: rule__FeatureGroupType__OwnedPropertyAssociationAssignment_7_1_0
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__FeatureGroupType__OwnedPropertyAssociationAssignment_6_1_0();
+ rule__FeatureGroupType__OwnedPropertyAssociationAssignment_7_1_0();
state._fsp--;
@@ -75502,7 +72699,7 @@ else if ( (LA486_0==None) ) {
}
} while (true);
- after(grammarAccess.getFeatureGroupTypeAccess().getOwnedPropertyAssociationAssignment_6_1_0());
+ after(grammarAccess.getFeatureGroupTypeAccess().getOwnedPropertyAssociationAssignment_7_1_0());
}
@@ -75513,24 +72710,24 @@ else if ( (LA486_0==None) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:16079:2: ( ( rule__FeatureGroupType__Group_6_1_1__0 ) )
+ // InternalAadl2Parser.g:15129:2: ( ( rule__FeatureGroupType__Group_7_1_1__0 ) )
{
- // InternalAadl2Parser.g:16079:2: ( ( rule__FeatureGroupType__Group_6_1_1__0 ) )
- // InternalAadl2Parser.g:16080:3: ( rule__FeatureGroupType__Group_6_1_1__0 )
+ // InternalAadl2Parser.g:15129:2: ( ( rule__FeatureGroupType__Group_7_1_1__0 ) )
+ // InternalAadl2Parser.g:15130:3: ( rule__FeatureGroupType__Group_7_1_1__0 )
{
- before(grammarAccess.getFeatureGroupTypeAccess().getGroup_6_1_1());
- // InternalAadl2Parser.g:16081:3: ( rule__FeatureGroupType__Group_6_1_1__0 )
- // InternalAadl2Parser.g:16081:4: rule__FeatureGroupType__Group_6_1_1__0
+ before(grammarAccess.getFeatureGroupTypeAccess().getGroup_7_1_1());
+ // InternalAadl2Parser.g:15131:3: ( rule__FeatureGroupType__Group_7_1_1__0 )
+ // InternalAadl2Parser.g:15131:4: rule__FeatureGroupType__Group_7_1_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__FeatureGroupType__Group_6_1_1__0();
+ rule__FeatureGroupType__Group_7_1_1__0();
state._fsp--;
}
- after(grammarAccess.getFeatureGroupTypeAccess().getGroup_6_1_1());
+ after(grammarAccess.getFeatureGroupTypeAccess().getGroup_7_1_1());
}
@@ -75551,27 +72748,30 @@ else if ( (LA486_0==None) ) {
}
return ;
}
- // $ANTLR end "rule__FeatureGroupType__Alternatives_6_1"
+ // $ANTLR end "rule__FeatureGroupType__Alternatives_7_1"
// $ANTLR start "rule__NestedConnectedElement__Alternatives"
- // InternalAadl2Parser.g:16089:1: rule__NestedConnectedElement__Alternatives : ( ( ruleConnectedElement ) | ( ( rule__NestedConnectedElement__Group_1__0 ) ) );
+ // InternalAadl2Parser.g:15139:1: rule__NestedConnectedElement__Alternatives : ( ( ruleConnectedElement ) | ( ( rule__NestedConnectedElement__Group_1__0 ) ) );
public final void rule__NestedConnectedElement__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16093:1: ( ( ruleConnectedElement ) | ( ( rule__NestedConnectedElement__Group_1__0 ) ) )
+ // InternalAadl2Parser.g:15143:1: ( ( ruleConnectedElement ) | ( ( rule__NestedConnectedElement__Group_1__0 ) ) )
int alt487=2;
int LA487_0 = input.LA(1);
if ( (LA487_0==RULE_ID) ) {
int LA487_1 = input.LA(2);
- if ( (LA487_1==FullStop) ) {
- int LA487_2 = input.LA(3);
+ if ( (LA487_1==EOF||LA487_1==LessThanSignHyphenMinusGreaterThanSign||LA487_1==HyphenMinusGreaterThanSign||LA487_1==In||LA487_1==Semicolon||LA487_1==LeftCurlyBracket) ) {
+ alt487=1;
+ }
+ else if ( (LA487_1==FullStop) ) {
+ int LA487_3 = input.LA(3);
- if ( (LA487_2==RULE_ID) ) {
+ if ( (LA487_3==RULE_ID) ) {
int LA487_4 = input.LA(4);
if ( (LA487_4==FullStop) ) {
@@ -75589,14 +72789,11 @@ else if ( (LA487_4==EOF||LA487_4==LessThanSignHyphenMinusGreaterThanSign||LA487_
}
else {
NoViableAltException nvae =
- new NoViableAltException("", 487, 2, input);
+ new NoViableAltException("", 487, 3, input);
throw nvae;
}
}
- else if ( (LA487_1==EOF||LA487_1==LessThanSignHyphenMinusGreaterThanSign||LA487_1==HyphenMinusGreaterThanSign||LA487_1==In||LA487_1==Semicolon||LA487_1==LeftCurlyBracket) ) {
- alt487=1;
- }
else {
NoViableAltException nvae =
new NoViableAltException("", 487, 1, input);
@@ -75612,10 +72809,10 @@ else if ( (LA487_1==EOF||LA487_1==LessThanSignHyphenMinusGreaterThanSign||LA487_
}
switch (alt487) {
case 1 :
- // InternalAadl2Parser.g:16094:2: ( ruleConnectedElement )
+ // InternalAadl2Parser.g:15144:2: ( ruleConnectedElement )
{
- // InternalAadl2Parser.g:16094:2: ( ruleConnectedElement )
- // InternalAadl2Parser.g:16095:3: ruleConnectedElement
+ // InternalAadl2Parser.g:15144:2: ( ruleConnectedElement )
+ // InternalAadl2Parser.g:15145:3: ruleConnectedElement
{
before(grammarAccess.getNestedConnectedElementAccess().getConnectedElementParserRuleCall_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -75631,14 +72828,14 @@ else if ( (LA487_1==EOF||LA487_1==LessThanSignHyphenMinusGreaterThanSign||LA487_
}
break;
case 2 :
- // InternalAadl2Parser.g:16100:2: ( ( rule__NestedConnectedElement__Group_1__0 ) )
+ // InternalAadl2Parser.g:15150:2: ( ( rule__NestedConnectedElement__Group_1__0 ) )
{
- // InternalAadl2Parser.g:16100:2: ( ( rule__NestedConnectedElement__Group_1__0 ) )
- // InternalAadl2Parser.g:16101:3: ( rule__NestedConnectedElement__Group_1__0 )
+ // InternalAadl2Parser.g:15150:2: ( ( rule__NestedConnectedElement__Group_1__0 ) )
+ // InternalAadl2Parser.g:15151:3: ( rule__NestedConnectedElement__Group_1__0 )
{
before(grammarAccess.getNestedConnectedElementAccess().getGroup_1());
- // InternalAadl2Parser.g:16102:3: ( rule__NestedConnectedElement__Group_1__0 )
- // InternalAadl2Parser.g:16102:4: rule__NestedConnectedElement__Group_1__0
+ // InternalAadl2Parser.g:15152:3: ( rule__NestedConnectedElement__Group_1__0 )
+ // InternalAadl2Parser.g:15152:4: rule__NestedConnectedElement__Group_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__NestedConnectedElement__Group_1__0();
@@ -75673,13 +72870,13 @@ else if ( (LA487_1==EOF||LA487_1==LessThanSignHyphenMinusGreaterThanSign||LA487_
// $ANTLR start "rule__AbstractConnectionEnd__Alternatives"
- // InternalAadl2Parser.g:16110:1: rule__AbstractConnectionEnd__Alternatives : ( ( ruleConnectedElement ) | ( ruleProcessorPort ) | ( ruleInternalEvent ) );
+ // InternalAadl2Parser.g:15160:1: rule__AbstractConnectionEnd__Alternatives : ( ( ruleConnectedElement ) | ( ruleProcessorPort ) | ( ruleInternalEvent ) );
public final void rule__AbstractConnectionEnd__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16114:1: ( ( ruleConnectedElement ) | ( ruleProcessorPort ) | ( ruleInternalEvent ) )
+ // InternalAadl2Parser.g:15164:1: ( ( ruleConnectedElement ) | ( ruleProcessorPort ) | ( ruleInternalEvent ) )
int alt488=3;
switch ( input.LA(1) ) {
case RULE_ID:
@@ -75706,10 +72903,10 @@ public final void rule__AbstractConnectionEnd__Alternatives() throws Recognition
switch (alt488) {
case 1 :
- // InternalAadl2Parser.g:16115:2: ( ruleConnectedElement )
+ // InternalAadl2Parser.g:15165:2: ( ruleConnectedElement )
{
- // InternalAadl2Parser.g:16115:2: ( ruleConnectedElement )
- // InternalAadl2Parser.g:16116:3: ruleConnectedElement
+ // InternalAadl2Parser.g:15165:2: ( ruleConnectedElement )
+ // InternalAadl2Parser.g:15166:3: ruleConnectedElement
{
before(grammarAccess.getAbstractConnectionEndAccess().getConnectedElementParserRuleCall_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -75725,10 +72922,10 @@ public final void rule__AbstractConnectionEnd__Alternatives() throws Recognition
}
break;
case 2 :
- // InternalAadl2Parser.g:16121:2: ( ruleProcessorPort )
+ // InternalAadl2Parser.g:15171:2: ( ruleProcessorPort )
{
- // InternalAadl2Parser.g:16121:2: ( ruleProcessorPort )
- // InternalAadl2Parser.g:16122:3: ruleProcessorPort
+ // InternalAadl2Parser.g:15171:2: ( ruleProcessorPort )
+ // InternalAadl2Parser.g:15172:3: ruleProcessorPort
{
before(grammarAccess.getAbstractConnectionEndAccess().getProcessorPortParserRuleCall_1());
pushFollow(FollowSets000.FOLLOW_2);
@@ -75744,10 +72941,10 @@ public final void rule__AbstractConnectionEnd__Alternatives() throws Recognition
}
break;
case 3 :
- // InternalAadl2Parser.g:16127:2: ( ruleInternalEvent )
+ // InternalAadl2Parser.g:15177:2: ( ruleInternalEvent )
{
- // InternalAadl2Parser.g:16127:2: ( ruleInternalEvent )
- // InternalAadl2Parser.g:16128:3: ruleInternalEvent
+ // InternalAadl2Parser.g:15177:2: ( ruleInternalEvent )
+ // InternalAadl2Parser.g:15178:3: ruleInternalEvent
{
before(grammarAccess.getAbstractConnectionEndAccess().getInternalEventParserRuleCall_2());
pushFollow(FollowSets000.FOLLOW_2);
@@ -75780,13 +72977,13 @@ public final void rule__AbstractConnectionEnd__Alternatives() throws Recognition
// $ANTLR start "rule__AccessConnectionEnd__Alternatives"
- // InternalAadl2Parser.g:16137:1: rule__AccessConnectionEnd__Alternatives : ( ( ruleConnectedElement ) | ( ruleProcessorSubprogram ) );
+ // InternalAadl2Parser.g:15187:1: rule__AccessConnectionEnd__Alternatives : ( ( ruleConnectedElement ) | ( ruleProcessorSubprogram ) );
public final void rule__AccessConnectionEnd__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16141:1: ( ( ruleConnectedElement ) | ( ruleProcessorSubprogram ) )
+ // InternalAadl2Parser.g:15191:1: ( ( ruleConnectedElement ) | ( ruleProcessorSubprogram ) )
int alt489=2;
int LA489_0 = input.LA(1);
@@ -75804,10 +73001,10 @@ else if ( (LA489_0==Processor) ) {
}
switch (alt489) {
case 1 :
- // InternalAadl2Parser.g:16142:2: ( ruleConnectedElement )
+ // InternalAadl2Parser.g:15192:2: ( ruleConnectedElement )
{
- // InternalAadl2Parser.g:16142:2: ( ruleConnectedElement )
- // InternalAadl2Parser.g:16143:3: ruleConnectedElement
+ // InternalAadl2Parser.g:15192:2: ( ruleConnectedElement )
+ // InternalAadl2Parser.g:15193:3: ruleConnectedElement
{
before(grammarAccess.getAccessConnectionEndAccess().getConnectedElementParserRuleCall_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -75823,10 +73020,10 @@ else if ( (LA489_0==Processor) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:16148:2: ( ruleProcessorSubprogram )
+ // InternalAadl2Parser.g:15198:2: ( ruleProcessorSubprogram )
{
- // InternalAadl2Parser.g:16148:2: ( ruleProcessorSubprogram )
- // InternalAadl2Parser.g:16149:3: ruleProcessorSubprogram
+ // InternalAadl2Parser.g:15198:2: ( ruleProcessorSubprogram )
+ // InternalAadl2Parser.g:15199:3: ruleProcessorSubprogram
{
before(grammarAccess.getAccessConnectionEndAccess().getProcessorSubprogramParserRuleCall_1());
pushFollow(FollowSets000.FOLLOW_2);
@@ -75859,13 +73056,13 @@ else if ( (LA489_0==Processor) ) {
// $ANTLR start "rule__PortConnection__Alternatives_0"
- // InternalAadl2Parser.g:16158:1: rule__PortConnection__Alternatives_0 : ( ( ( rule__PortConnection__Group_0_0__0 ) ) | ( ( rule__PortConnection__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:15208:1: rule__PortConnection__Alternatives_0 : ( ( ( rule__PortConnection__Group_0_0__0 ) ) | ( ( rule__PortConnection__Group_0_1__0 ) ) );
public final void rule__PortConnection__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16162:1: ( ( ( rule__PortConnection__Group_0_0__0 ) ) | ( ( rule__PortConnection__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:15212:1: ( ( ( rule__PortConnection__Group_0_0__0 ) ) | ( ( rule__PortConnection__Group_0_1__0 ) ) )
int alt490=2;
int LA490_0 = input.LA(1);
@@ -75875,12 +73072,12 @@ public final void rule__PortConnection__Alternatives_0() throws RecognitionExcep
if ( (LA490_1==Colon) ) {
int LA490_2 = input.LA(3);
- if ( (LA490_2==Refined) ) {
- alt490=2;
- }
- else if ( (LA490_2==Port) ) {
+ if ( (LA490_2==Port) ) {
alt490=1;
}
+ else if ( (LA490_2==Refined) ) {
+ alt490=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 490, 2, input);
@@ -75903,14 +73100,14 @@ else if ( (LA490_2==Port) ) {
}
switch (alt490) {
case 1 :
- // InternalAadl2Parser.g:16163:2: ( ( rule__PortConnection__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:15213:2: ( ( rule__PortConnection__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:16163:2: ( ( rule__PortConnection__Group_0_0__0 ) )
- // InternalAadl2Parser.g:16164:3: ( rule__PortConnection__Group_0_0__0 )
+ // InternalAadl2Parser.g:15213:2: ( ( rule__PortConnection__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:15214:3: ( rule__PortConnection__Group_0_0__0 )
{
before(grammarAccess.getPortConnectionAccess().getGroup_0_0());
- // InternalAadl2Parser.g:16165:3: ( rule__PortConnection__Group_0_0__0 )
- // InternalAadl2Parser.g:16165:4: rule__PortConnection__Group_0_0__0
+ // InternalAadl2Parser.g:15215:3: ( rule__PortConnection__Group_0_0__0 )
+ // InternalAadl2Parser.g:15215:4: rule__PortConnection__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PortConnection__Group_0_0__0();
@@ -75928,14 +73125,14 @@ else if ( (LA490_2==Port) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:16169:2: ( ( rule__PortConnection__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:15219:2: ( ( rule__PortConnection__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:16169:2: ( ( rule__PortConnection__Group_0_1__0 ) )
- // InternalAadl2Parser.g:16170:3: ( rule__PortConnection__Group_0_1__0 )
+ // InternalAadl2Parser.g:15219:2: ( ( rule__PortConnection__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:15220:3: ( rule__PortConnection__Group_0_1__0 )
{
before(grammarAccess.getPortConnectionAccess().getGroup_0_1());
- // InternalAadl2Parser.g:16171:3: ( rule__PortConnection__Group_0_1__0 )
- // InternalAadl2Parser.g:16171:4: rule__PortConnection__Group_0_1__0
+ // InternalAadl2Parser.g:15221:3: ( rule__PortConnection__Group_0_1__0 )
+ // InternalAadl2Parser.g:15221:4: rule__PortConnection__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PortConnection__Group_0_1__0();
@@ -75970,13 +73167,13 @@ else if ( (LA490_2==Port) ) {
// $ANTLR start "rule__PortConnection__Alternatives_0_0_4"
- // InternalAadl2Parser.g:16179:1: rule__PortConnection__Alternatives_0_0_4 : ( ( HyphenMinusGreaterThanSign ) | ( ( rule__PortConnection__BidirectionalAssignment_0_0_4_1 ) ) );
+ // InternalAadl2Parser.g:15229:1: rule__PortConnection__Alternatives_0_0_4 : ( ( HyphenMinusGreaterThanSign ) | ( ( rule__PortConnection__BidirectionalAssignment_0_0_4_1 ) ) );
public final void rule__PortConnection__Alternatives_0_0_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16183:1: ( ( HyphenMinusGreaterThanSign ) | ( ( rule__PortConnection__BidirectionalAssignment_0_0_4_1 ) ) )
+ // InternalAadl2Parser.g:15233:1: ( ( HyphenMinusGreaterThanSign ) | ( ( rule__PortConnection__BidirectionalAssignment_0_0_4_1 ) ) )
int alt491=2;
int LA491_0 = input.LA(1);
@@ -75994,10 +73191,10 @@ else if ( (LA491_0==LessThanSignHyphenMinusGreaterThanSign) ) {
}
switch (alt491) {
case 1 :
- // InternalAadl2Parser.g:16184:2: ( HyphenMinusGreaterThanSign )
+ // InternalAadl2Parser.g:15234:2: ( HyphenMinusGreaterThanSign )
{
- // InternalAadl2Parser.g:16184:2: ( HyphenMinusGreaterThanSign )
- // InternalAadl2Parser.g:16185:3: HyphenMinusGreaterThanSign
+ // InternalAadl2Parser.g:15234:2: ( HyphenMinusGreaterThanSign )
+ // InternalAadl2Parser.g:15235:3: HyphenMinusGreaterThanSign
{
before(grammarAccess.getPortConnectionAccess().getHyphenMinusGreaterThanSignKeyword_0_0_4_0());
match(input,HyphenMinusGreaterThanSign,FollowSets000.FOLLOW_2);
@@ -76009,14 +73206,14 @@ else if ( (LA491_0==LessThanSignHyphenMinusGreaterThanSign) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:16190:2: ( ( rule__PortConnection__BidirectionalAssignment_0_0_4_1 ) )
+ // InternalAadl2Parser.g:15240:2: ( ( rule__PortConnection__BidirectionalAssignment_0_0_4_1 ) )
{
- // InternalAadl2Parser.g:16190:2: ( ( rule__PortConnection__BidirectionalAssignment_0_0_4_1 ) )
- // InternalAadl2Parser.g:16191:3: ( rule__PortConnection__BidirectionalAssignment_0_0_4_1 )
+ // InternalAadl2Parser.g:15240:2: ( ( rule__PortConnection__BidirectionalAssignment_0_0_4_1 ) )
+ // InternalAadl2Parser.g:15241:3: ( rule__PortConnection__BidirectionalAssignment_0_0_4_1 )
{
before(grammarAccess.getPortConnectionAccess().getBidirectionalAssignment_0_0_4_1());
- // InternalAadl2Parser.g:16192:3: ( rule__PortConnection__BidirectionalAssignment_0_0_4_1 )
- // InternalAadl2Parser.g:16192:4: rule__PortConnection__BidirectionalAssignment_0_0_4_1
+ // InternalAadl2Parser.g:15242:3: ( rule__PortConnection__BidirectionalAssignment_0_0_4_1 )
+ // InternalAadl2Parser.g:15242:4: rule__PortConnection__BidirectionalAssignment_0_0_4_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PortConnection__BidirectionalAssignment_0_0_4_1();
@@ -76051,13 +73248,13 @@ else if ( (LA491_0==LessThanSignHyphenMinusGreaterThanSign) ) {
// $ANTLR start "rule__AccessConnection__Alternatives_0"
- // InternalAadl2Parser.g:16200:1: rule__AccessConnection__Alternatives_0 : ( ( ( rule__AccessConnection__Group_0_0__0 ) ) | ( ( rule__AccessConnection__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:15250:1: rule__AccessConnection__Alternatives_0 : ( ( ( rule__AccessConnection__Group_0_0__0 ) ) | ( ( rule__AccessConnection__Group_0_1__0 ) ) );
public final void rule__AccessConnection__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16204:1: ( ( ( rule__AccessConnection__Group_0_0__0 ) ) | ( ( rule__AccessConnection__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:15254:1: ( ( ( rule__AccessConnection__Group_0_0__0 ) ) | ( ( rule__AccessConnection__Group_0_1__0 ) ) )
int alt492=2;
int LA492_0 = input.LA(1);
@@ -76095,14 +73292,14 @@ else if ( (LA492_2==Refined) ) {
}
switch (alt492) {
case 1 :
- // InternalAadl2Parser.g:16205:2: ( ( rule__AccessConnection__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:15255:2: ( ( rule__AccessConnection__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:16205:2: ( ( rule__AccessConnection__Group_0_0__0 ) )
- // InternalAadl2Parser.g:16206:3: ( rule__AccessConnection__Group_0_0__0 )
+ // InternalAadl2Parser.g:15255:2: ( ( rule__AccessConnection__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:15256:3: ( rule__AccessConnection__Group_0_0__0 )
{
before(grammarAccess.getAccessConnectionAccess().getGroup_0_0());
- // InternalAadl2Parser.g:16207:3: ( rule__AccessConnection__Group_0_0__0 )
- // InternalAadl2Parser.g:16207:4: rule__AccessConnection__Group_0_0__0
+ // InternalAadl2Parser.g:15257:3: ( rule__AccessConnection__Group_0_0__0 )
+ // InternalAadl2Parser.g:15257:4: rule__AccessConnection__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AccessConnection__Group_0_0__0();
@@ -76120,14 +73317,14 @@ else if ( (LA492_2==Refined) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:16211:2: ( ( rule__AccessConnection__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:15261:2: ( ( rule__AccessConnection__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:16211:2: ( ( rule__AccessConnection__Group_0_1__0 ) )
- // InternalAadl2Parser.g:16212:3: ( rule__AccessConnection__Group_0_1__0 )
+ // InternalAadl2Parser.g:15261:2: ( ( rule__AccessConnection__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:15262:3: ( rule__AccessConnection__Group_0_1__0 )
{
before(grammarAccess.getAccessConnectionAccess().getGroup_0_1());
- // InternalAadl2Parser.g:16213:3: ( rule__AccessConnection__Group_0_1__0 )
- // InternalAadl2Parser.g:16213:4: rule__AccessConnection__Group_0_1__0
+ // InternalAadl2Parser.g:15263:3: ( rule__AccessConnection__Group_0_1__0 )
+ // InternalAadl2Parser.g:15263:4: rule__AccessConnection__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AccessConnection__Group_0_1__0();
@@ -76162,13 +73359,13 @@ else if ( (LA492_2==Refined) ) {
// $ANTLR start "rule__AccessConnection__Alternatives_0_0_5"
- // InternalAadl2Parser.g:16221:1: rule__AccessConnection__Alternatives_0_0_5 : ( ( HyphenMinusGreaterThanSign ) | ( ( rule__AccessConnection__BidirectionalAssignment_0_0_5_1 ) ) );
+ // InternalAadl2Parser.g:15271:1: rule__AccessConnection__Alternatives_0_0_5 : ( ( HyphenMinusGreaterThanSign ) | ( ( rule__AccessConnection__BidirectionalAssignment_0_0_5_1 ) ) );
public final void rule__AccessConnection__Alternatives_0_0_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16225:1: ( ( HyphenMinusGreaterThanSign ) | ( ( rule__AccessConnection__BidirectionalAssignment_0_0_5_1 ) ) )
+ // InternalAadl2Parser.g:15275:1: ( ( HyphenMinusGreaterThanSign ) | ( ( rule__AccessConnection__BidirectionalAssignment_0_0_5_1 ) ) )
int alt493=2;
int LA493_0 = input.LA(1);
@@ -76186,10 +73383,10 @@ else if ( (LA493_0==LessThanSignHyphenMinusGreaterThanSign) ) {
}
switch (alt493) {
case 1 :
- // InternalAadl2Parser.g:16226:2: ( HyphenMinusGreaterThanSign )
+ // InternalAadl2Parser.g:15276:2: ( HyphenMinusGreaterThanSign )
{
- // InternalAadl2Parser.g:16226:2: ( HyphenMinusGreaterThanSign )
- // InternalAadl2Parser.g:16227:3: HyphenMinusGreaterThanSign
+ // InternalAadl2Parser.g:15276:2: ( HyphenMinusGreaterThanSign )
+ // InternalAadl2Parser.g:15277:3: HyphenMinusGreaterThanSign
{
before(grammarAccess.getAccessConnectionAccess().getHyphenMinusGreaterThanSignKeyword_0_0_5_0());
match(input,HyphenMinusGreaterThanSign,FollowSets000.FOLLOW_2);
@@ -76201,14 +73398,14 @@ else if ( (LA493_0==LessThanSignHyphenMinusGreaterThanSign) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:16232:2: ( ( rule__AccessConnection__BidirectionalAssignment_0_0_5_1 ) )
+ // InternalAadl2Parser.g:15282:2: ( ( rule__AccessConnection__BidirectionalAssignment_0_0_5_1 ) )
{
- // InternalAadl2Parser.g:16232:2: ( ( rule__AccessConnection__BidirectionalAssignment_0_0_5_1 ) )
- // InternalAadl2Parser.g:16233:3: ( rule__AccessConnection__BidirectionalAssignment_0_0_5_1 )
+ // InternalAadl2Parser.g:15282:2: ( ( rule__AccessConnection__BidirectionalAssignment_0_0_5_1 ) )
+ // InternalAadl2Parser.g:15283:3: ( rule__AccessConnection__BidirectionalAssignment_0_0_5_1 )
{
before(grammarAccess.getAccessConnectionAccess().getBidirectionalAssignment_0_0_5_1());
- // InternalAadl2Parser.g:16234:3: ( rule__AccessConnection__BidirectionalAssignment_0_0_5_1 )
- // InternalAadl2Parser.g:16234:4: rule__AccessConnection__BidirectionalAssignment_0_0_5_1
+ // InternalAadl2Parser.g:15284:3: ( rule__AccessConnection__BidirectionalAssignment_0_0_5_1 )
+ // InternalAadl2Parser.g:15284:4: rule__AccessConnection__BidirectionalAssignment_0_0_5_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AccessConnection__BidirectionalAssignment_0_0_5_1();
@@ -76243,13 +73440,13 @@ else if ( (LA493_0==LessThanSignHyphenMinusGreaterThanSign) ) {
// $ANTLR start "rule__FeatureGroupConnection__Alternatives_0"
- // InternalAadl2Parser.g:16242:1: rule__FeatureGroupConnection__Alternatives_0 : ( ( ( rule__FeatureGroupConnection__Group_0_0__0 ) ) | ( ( rule__FeatureGroupConnection__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:15292:1: rule__FeatureGroupConnection__Alternatives_0 : ( ( ( rule__FeatureGroupConnection__Group_0_0__0 ) ) | ( ( rule__FeatureGroupConnection__Group_0_1__0 ) ) );
public final void rule__FeatureGroupConnection__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16246:1: ( ( ( rule__FeatureGroupConnection__Group_0_0__0 ) ) | ( ( rule__FeatureGroupConnection__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:15296:1: ( ( ( rule__FeatureGroupConnection__Group_0_0__0 ) ) | ( ( rule__FeatureGroupConnection__Group_0_1__0 ) ) )
int alt494=2;
int LA494_0 = input.LA(1);
@@ -76287,14 +73484,14 @@ else if ( (LA494_2==Refined) ) {
}
switch (alt494) {
case 1 :
- // InternalAadl2Parser.g:16247:2: ( ( rule__FeatureGroupConnection__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:15297:2: ( ( rule__FeatureGroupConnection__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:16247:2: ( ( rule__FeatureGroupConnection__Group_0_0__0 ) )
- // InternalAadl2Parser.g:16248:3: ( rule__FeatureGroupConnection__Group_0_0__0 )
+ // InternalAadl2Parser.g:15297:2: ( ( rule__FeatureGroupConnection__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:15298:3: ( rule__FeatureGroupConnection__Group_0_0__0 )
{
before(grammarAccess.getFeatureGroupConnectionAccess().getGroup_0_0());
- // InternalAadl2Parser.g:16249:3: ( rule__FeatureGroupConnection__Group_0_0__0 )
- // InternalAadl2Parser.g:16249:4: rule__FeatureGroupConnection__Group_0_0__0
+ // InternalAadl2Parser.g:15299:3: ( rule__FeatureGroupConnection__Group_0_0__0 )
+ // InternalAadl2Parser.g:15299:4: rule__FeatureGroupConnection__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__FeatureGroupConnection__Group_0_0__0();
@@ -76312,14 +73509,14 @@ else if ( (LA494_2==Refined) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:16253:2: ( ( rule__FeatureGroupConnection__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:15303:2: ( ( rule__FeatureGroupConnection__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:16253:2: ( ( rule__FeatureGroupConnection__Group_0_1__0 ) )
- // InternalAadl2Parser.g:16254:3: ( rule__FeatureGroupConnection__Group_0_1__0 )
+ // InternalAadl2Parser.g:15303:2: ( ( rule__FeatureGroupConnection__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:15304:3: ( rule__FeatureGroupConnection__Group_0_1__0 )
{
before(grammarAccess.getFeatureGroupConnectionAccess().getGroup_0_1());
- // InternalAadl2Parser.g:16255:3: ( rule__FeatureGroupConnection__Group_0_1__0 )
- // InternalAadl2Parser.g:16255:4: rule__FeatureGroupConnection__Group_0_1__0
+ // InternalAadl2Parser.g:15305:3: ( rule__FeatureGroupConnection__Group_0_1__0 )
+ // InternalAadl2Parser.g:15305:4: rule__FeatureGroupConnection__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__FeatureGroupConnection__Group_0_1__0();
@@ -76353,14 +73550,14 @@ else if ( (LA494_2==Refined) ) {
// $ANTLR end "rule__FeatureGroupConnection__Alternatives_0"
- // $ANTLR start "rule__FeatureGroupConnection__Alternatives_0_0_4"
- // InternalAadl2Parser.g:16263:1: rule__FeatureGroupConnection__Alternatives_0_0_4 : ( ( HyphenMinusGreaterThanSign ) | ( ( rule__FeatureGroupConnection__BidirectionalAssignment_0_0_4_1 ) ) );
- public final void rule__FeatureGroupConnection__Alternatives_0_0_4() throws RecognitionException {
+ // $ANTLR start "rule__FeatureGroupConnection__Alternatives_0_0_5"
+ // InternalAadl2Parser.g:15313:1: rule__FeatureGroupConnection__Alternatives_0_0_5 : ( ( HyphenMinusGreaterThanSign ) | ( ( rule__FeatureGroupConnection__BidirectionalAssignment_0_0_5_1 ) ) );
+ public final void rule__FeatureGroupConnection__Alternatives_0_0_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16267:1: ( ( HyphenMinusGreaterThanSign ) | ( ( rule__FeatureGroupConnection__BidirectionalAssignment_0_0_4_1 ) ) )
+ // InternalAadl2Parser.g:15317:1: ( ( HyphenMinusGreaterThanSign ) | ( ( rule__FeatureGroupConnection__BidirectionalAssignment_0_0_5_1 ) ) )
int alt495=2;
int LA495_0 = input.LA(1);
@@ -76378,14 +73575,14 @@ else if ( (LA495_0==LessThanSignHyphenMinusGreaterThanSign) ) {
}
switch (alt495) {
case 1 :
- // InternalAadl2Parser.g:16268:2: ( HyphenMinusGreaterThanSign )
+ // InternalAadl2Parser.g:15318:2: ( HyphenMinusGreaterThanSign )
{
- // InternalAadl2Parser.g:16268:2: ( HyphenMinusGreaterThanSign )
- // InternalAadl2Parser.g:16269:3: HyphenMinusGreaterThanSign
+ // InternalAadl2Parser.g:15318:2: ( HyphenMinusGreaterThanSign )
+ // InternalAadl2Parser.g:15319:3: HyphenMinusGreaterThanSign
{
- before(grammarAccess.getFeatureGroupConnectionAccess().getHyphenMinusGreaterThanSignKeyword_0_0_4_0());
+ before(grammarAccess.getFeatureGroupConnectionAccess().getHyphenMinusGreaterThanSignKeyword_0_0_5_0());
match(input,HyphenMinusGreaterThanSign,FollowSets000.FOLLOW_2);
- after(grammarAccess.getFeatureGroupConnectionAccess().getHyphenMinusGreaterThanSignKeyword_0_0_4_0());
+ after(grammarAccess.getFeatureGroupConnectionAccess().getHyphenMinusGreaterThanSignKeyword_0_0_5_0());
}
@@ -76393,24 +73590,24 @@ else if ( (LA495_0==LessThanSignHyphenMinusGreaterThanSign) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:16274:2: ( ( rule__FeatureGroupConnection__BidirectionalAssignment_0_0_4_1 ) )
+ // InternalAadl2Parser.g:15324:2: ( ( rule__FeatureGroupConnection__BidirectionalAssignment_0_0_5_1 ) )
{
- // InternalAadl2Parser.g:16274:2: ( ( rule__FeatureGroupConnection__BidirectionalAssignment_0_0_4_1 ) )
- // InternalAadl2Parser.g:16275:3: ( rule__FeatureGroupConnection__BidirectionalAssignment_0_0_4_1 )
+ // InternalAadl2Parser.g:15324:2: ( ( rule__FeatureGroupConnection__BidirectionalAssignment_0_0_5_1 ) )
+ // InternalAadl2Parser.g:15325:3: ( rule__FeatureGroupConnection__BidirectionalAssignment_0_0_5_1 )
{
- before(grammarAccess.getFeatureGroupConnectionAccess().getBidirectionalAssignment_0_0_4_1());
- // InternalAadl2Parser.g:16276:3: ( rule__FeatureGroupConnection__BidirectionalAssignment_0_0_4_1 )
- // InternalAadl2Parser.g:16276:4: rule__FeatureGroupConnection__BidirectionalAssignment_0_0_4_1
+ before(grammarAccess.getFeatureGroupConnectionAccess().getBidirectionalAssignment_0_0_5_1());
+ // InternalAadl2Parser.g:15326:3: ( rule__FeatureGroupConnection__BidirectionalAssignment_0_0_5_1 )
+ // InternalAadl2Parser.g:15326:4: rule__FeatureGroupConnection__BidirectionalAssignment_0_0_5_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__FeatureGroupConnection__BidirectionalAssignment_0_0_4_1();
+ rule__FeatureGroupConnection__BidirectionalAssignment_0_0_5_1();
state._fsp--;
}
- after(grammarAccess.getFeatureGroupConnectionAccess().getBidirectionalAssignment_0_0_4_1());
+ after(grammarAccess.getFeatureGroupConnectionAccess().getBidirectionalAssignment_0_0_5_1());
}
@@ -76431,17 +73628,17 @@ else if ( (LA495_0==LessThanSignHyphenMinusGreaterThanSign) ) {
}
return ;
}
- // $ANTLR end "rule__FeatureGroupConnection__Alternatives_0_0_4"
+ // $ANTLR end "rule__FeatureGroupConnection__Alternatives_0_0_5"
// $ANTLR start "rule__FeatureConnection__Alternatives_0"
- // InternalAadl2Parser.g:16284:1: rule__FeatureConnection__Alternatives_0 : ( ( ( rule__FeatureConnection__Group_0_0__0 ) ) | ( ( rule__FeatureConnection__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:15334:1: rule__FeatureConnection__Alternatives_0 : ( ( ( rule__FeatureConnection__Group_0_0__0 ) ) | ( ( rule__FeatureConnection__Group_0_1__0 ) ) );
public final void rule__FeatureConnection__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16288:1: ( ( ( rule__FeatureConnection__Group_0_0__0 ) ) | ( ( rule__FeatureConnection__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:15338:1: ( ( ( rule__FeatureConnection__Group_0_0__0 ) ) | ( ( rule__FeatureConnection__Group_0_1__0 ) ) )
int alt496=2;
int LA496_0 = input.LA(1);
@@ -76451,12 +73648,12 @@ public final void rule__FeatureConnection__Alternatives_0() throws RecognitionEx
if ( (LA496_1==Colon) ) {
int LA496_2 = input.LA(3);
- if ( (LA496_2==Refined) ) {
- alt496=2;
- }
- else if ( (LA496_2==Feature) ) {
+ if ( (LA496_2==Feature) ) {
alt496=1;
}
+ else if ( (LA496_2==Refined) ) {
+ alt496=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 496, 2, input);
@@ -76479,14 +73676,14 @@ else if ( (LA496_2==Feature) ) {
}
switch (alt496) {
case 1 :
- // InternalAadl2Parser.g:16289:2: ( ( rule__FeatureConnection__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:15339:2: ( ( rule__FeatureConnection__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:16289:2: ( ( rule__FeatureConnection__Group_0_0__0 ) )
- // InternalAadl2Parser.g:16290:3: ( rule__FeatureConnection__Group_0_0__0 )
+ // InternalAadl2Parser.g:15339:2: ( ( rule__FeatureConnection__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:15340:3: ( rule__FeatureConnection__Group_0_0__0 )
{
before(grammarAccess.getFeatureConnectionAccess().getGroup_0_0());
- // InternalAadl2Parser.g:16291:3: ( rule__FeatureConnection__Group_0_0__0 )
- // InternalAadl2Parser.g:16291:4: rule__FeatureConnection__Group_0_0__0
+ // InternalAadl2Parser.g:15341:3: ( rule__FeatureConnection__Group_0_0__0 )
+ // InternalAadl2Parser.g:15341:4: rule__FeatureConnection__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__FeatureConnection__Group_0_0__0();
@@ -76504,14 +73701,14 @@ else if ( (LA496_2==Feature) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:16295:2: ( ( rule__FeatureConnection__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:15345:2: ( ( rule__FeatureConnection__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:16295:2: ( ( rule__FeatureConnection__Group_0_1__0 ) )
- // InternalAadl2Parser.g:16296:3: ( rule__FeatureConnection__Group_0_1__0 )
+ // InternalAadl2Parser.g:15345:2: ( ( rule__FeatureConnection__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:15346:3: ( rule__FeatureConnection__Group_0_1__0 )
{
before(grammarAccess.getFeatureConnectionAccess().getGroup_0_1());
- // InternalAadl2Parser.g:16297:3: ( rule__FeatureConnection__Group_0_1__0 )
- // InternalAadl2Parser.g:16297:4: rule__FeatureConnection__Group_0_1__0
+ // InternalAadl2Parser.g:15347:3: ( rule__FeatureConnection__Group_0_1__0 )
+ // InternalAadl2Parser.g:15347:4: rule__FeatureConnection__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__FeatureConnection__Group_0_1__0();
@@ -76546,13 +73743,13 @@ else if ( (LA496_2==Feature) ) {
// $ANTLR start "rule__FeatureConnection__Alternatives_0_0_4"
- // InternalAadl2Parser.g:16305:1: rule__FeatureConnection__Alternatives_0_0_4 : ( ( HyphenMinusGreaterThanSign ) | ( ( rule__FeatureConnection__BidirectionalAssignment_0_0_4_1 ) ) );
+ // InternalAadl2Parser.g:15355:1: rule__FeatureConnection__Alternatives_0_0_4 : ( ( HyphenMinusGreaterThanSign ) | ( ( rule__FeatureConnection__BidirectionalAssignment_0_0_4_1 ) ) );
public final void rule__FeatureConnection__Alternatives_0_0_4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16309:1: ( ( HyphenMinusGreaterThanSign ) | ( ( rule__FeatureConnection__BidirectionalAssignment_0_0_4_1 ) ) )
+ // InternalAadl2Parser.g:15359:1: ( ( HyphenMinusGreaterThanSign ) | ( ( rule__FeatureConnection__BidirectionalAssignment_0_0_4_1 ) ) )
int alt497=2;
int LA497_0 = input.LA(1);
@@ -76570,10 +73767,10 @@ else if ( (LA497_0==LessThanSignHyphenMinusGreaterThanSign) ) {
}
switch (alt497) {
case 1 :
- // InternalAadl2Parser.g:16310:2: ( HyphenMinusGreaterThanSign )
+ // InternalAadl2Parser.g:15360:2: ( HyphenMinusGreaterThanSign )
{
- // InternalAadl2Parser.g:16310:2: ( HyphenMinusGreaterThanSign )
- // InternalAadl2Parser.g:16311:3: HyphenMinusGreaterThanSign
+ // InternalAadl2Parser.g:15360:2: ( HyphenMinusGreaterThanSign )
+ // InternalAadl2Parser.g:15361:3: HyphenMinusGreaterThanSign
{
before(grammarAccess.getFeatureConnectionAccess().getHyphenMinusGreaterThanSignKeyword_0_0_4_0());
match(input,HyphenMinusGreaterThanSign,FollowSets000.FOLLOW_2);
@@ -76585,14 +73782,14 @@ else if ( (LA497_0==LessThanSignHyphenMinusGreaterThanSign) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:16316:2: ( ( rule__FeatureConnection__BidirectionalAssignment_0_0_4_1 ) )
+ // InternalAadl2Parser.g:15366:2: ( ( rule__FeatureConnection__BidirectionalAssignment_0_0_4_1 ) )
{
- // InternalAadl2Parser.g:16316:2: ( ( rule__FeatureConnection__BidirectionalAssignment_0_0_4_1 ) )
- // InternalAadl2Parser.g:16317:3: ( rule__FeatureConnection__BidirectionalAssignment_0_0_4_1 )
+ // InternalAadl2Parser.g:15366:2: ( ( rule__FeatureConnection__BidirectionalAssignment_0_0_4_1 ) )
+ // InternalAadl2Parser.g:15367:3: ( rule__FeatureConnection__BidirectionalAssignment_0_0_4_1 )
{
before(grammarAccess.getFeatureConnectionAccess().getBidirectionalAssignment_0_0_4_1());
- // InternalAadl2Parser.g:16318:3: ( rule__FeatureConnection__BidirectionalAssignment_0_0_4_1 )
- // InternalAadl2Parser.g:16318:4: rule__FeatureConnection__BidirectionalAssignment_0_0_4_1
+ // InternalAadl2Parser.g:15368:3: ( rule__FeatureConnection__BidirectionalAssignment_0_0_4_1 )
+ // InternalAadl2Parser.g:15368:4: rule__FeatureConnection__BidirectionalAssignment_0_0_4_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__FeatureConnection__BidirectionalAssignment_0_0_4_1();
@@ -76627,13 +73824,13 @@ else if ( (LA497_0==LessThanSignHyphenMinusGreaterThanSign) ) {
// $ANTLR start "rule__ParameterConnection__Alternatives_0"
- // InternalAadl2Parser.g:16326:1: rule__ParameterConnection__Alternatives_0 : ( ( ( rule__ParameterConnection__Group_0_0__0 ) ) | ( ( rule__ParameterConnection__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:15376:1: rule__ParameterConnection__Alternatives_0 : ( ( ( rule__ParameterConnection__Group_0_0__0 ) ) | ( ( rule__ParameterConnection__Group_0_1__0 ) ) );
public final void rule__ParameterConnection__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16330:1: ( ( ( rule__ParameterConnection__Group_0_0__0 ) ) | ( ( rule__ParameterConnection__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:15380:1: ( ( ( rule__ParameterConnection__Group_0_0__0 ) ) | ( ( rule__ParameterConnection__Group_0_1__0 ) ) )
int alt498=2;
int LA498_0 = input.LA(1);
@@ -76671,14 +73868,14 @@ else if ( (LA498_2==Parameter) ) {
}
switch (alt498) {
case 1 :
- // InternalAadl2Parser.g:16331:2: ( ( rule__ParameterConnection__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:15381:2: ( ( rule__ParameterConnection__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:16331:2: ( ( rule__ParameterConnection__Group_0_0__0 ) )
- // InternalAadl2Parser.g:16332:3: ( rule__ParameterConnection__Group_0_0__0 )
+ // InternalAadl2Parser.g:15381:2: ( ( rule__ParameterConnection__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:15382:3: ( rule__ParameterConnection__Group_0_0__0 )
{
before(grammarAccess.getParameterConnectionAccess().getGroup_0_0());
- // InternalAadl2Parser.g:16333:3: ( rule__ParameterConnection__Group_0_0__0 )
- // InternalAadl2Parser.g:16333:4: rule__ParameterConnection__Group_0_0__0
+ // InternalAadl2Parser.g:15383:3: ( rule__ParameterConnection__Group_0_0__0 )
+ // InternalAadl2Parser.g:15383:4: rule__ParameterConnection__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ParameterConnection__Group_0_0__0();
@@ -76696,14 +73893,14 @@ else if ( (LA498_2==Parameter) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:16337:2: ( ( rule__ParameterConnection__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:15387:2: ( ( rule__ParameterConnection__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:16337:2: ( ( rule__ParameterConnection__Group_0_1__0 ) )
- // InternalAadl2Parser.g:16338:3: ( rule__ParameterConnection__Group_0_1__0 )
+ // InternalAadl2Parser.g:15387:2: ( ( rule__ParameterConnection__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:15388:3: ( rule__ParameterConnection__Group_0_1__0 )
{
before(grammarAccess.getParameterConnectionAccess().getGroup_0_1());
- // InternalAadl2Parser.g:16339:3: ( rule__ParameterConnection__Group_0_1__0 )
- // InternalAadl2Parser.g:16339:4: rule__ParameterConnection__Group_0_1__0
+ // InternalAadl2Parser.g:15389:3: ( rule__ParameterConnection__Group_0_1__0 )
+ // InternalAadl2Parser.g:15389:4: rule__ParameterConnection__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ParameterConnection__Group_0_1__0();
@@ -76738,13 +73935,13 @@ else if ( (LA498_2==Parameter) ) {
// $ANTLR start "rule__AccessCategory__Alternatives"
- // InternalAadl2Parser.g:16347:1: rule__AccessCategory__Alternatives : ( ( Bus ) | ( Data ) | ( Subprogram ) | ( ( rule__AccessCategory__Group_3__0 ) ) | ( ( rule__AccessCategory__Group_4__0 ) ) );
+ // InternalAadl2Parser.g:15397:1: rule__AccessCategory__Alternatives : ( ( Bus ) | ( Data ) | ( Subprogram ) | ( ( rule__AccessCategory__Group_3__0 ) ) | ( ( rule__AccessCategory__Group_4__0 ) ) );
public final void rule__AccessCategory__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16351:1: ( ( Bus ) | ( Data ) | ( Subprogram ) | ( ( rule__AccessCategory__Group_3__0 ) ) | ( ( rule__AccessCategory__Group_4__0 ) ) )
+ // InternalAadl2Parser.g:15401:1: ( ( Bus ) | ( Data ) | ( Subprogram ) | ( ( rule__AccessCategory__Group_3__0 ) ) | ( ( rule__AccessCategory__Group_4__0 ) ) )
int alt499=5;
switch ( input.LA(1) ) {
case Bus:
@@ -76761,12 +73958,12 @@ public final void rule__AccessCategory__Alternatives() throws RecognitionExcepti
{
int LA499_3 = input.LA(2);
- if ( (LA499_3==EOF||LA499_3==Access) ) {
- alt499=3;
- }
- else if ( (LA499_3==Group) ) {
+ if ( (LA499_3==Group) ) {
alt499=4;
}
+ else if ( (LA499_3==EOF||LA499_3==Access) ) {
+ alt499=3;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 499, 3, input);
@@ -76789,10 +73986,10 @@ else if ( (LA499_3==Group) ) {
switch (alt499) {
case 1 :
- // InternalAadl2Parser.g:16352:2: ( Bus )
+ // InternalAadl2Parser.g:15402:2: ( Bus )
{
- // InternalAadl2Parser.g:16352:2: ( Bus )
- // InternalAadl2Parser.g:16353:3: Bus
+ // InternalAadl2Parser.g:15402:2: ( Bus )
+ // InternalAadl2Parser.g:15403:3: Bus
{
before(grammarAccess.getAccessCategoryAccess().getBusKeyword_0());
match(input,Bus,FollowSets000.FOLLOW_2);
@@ -76804,10 +74001,10 @@ else if ( (LA499_3==Group) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:16358:2: ( Data )
+ // InternalAadl2Parser.g:15408:2: ( Data )
{
- // InternalAadl2Parser.g:16358:2: ( Data )
- // InternalAadl2Parser.g:16359:3: Data
+ // InternalAadl2Parser.g:15408:2: ( Data )
+ // InternalAadl2Parser.g:15409:3: Data
{
before(grammarAccess.getAccessCategoryAccess().getDataKeyword_1());
match(input,Data,FollowSets000.FOLLOW_2);
@@ -76819,10 +74016,10 @@ else if ( (LA499_3==Group) ) {
}
break;
case 3 :
- // InternalAadl2Parser.g:16364:2: ( Subprogram )
+ // InternalAadl2Parser.g:15414:2: ( Subprogram )
{
- // InternalAadl2Parser.g:16364:2: ( Subprogram )
- // InternalAadl2Parser.g:16365:3: Subprogram
+ // InternalAadl2Parser.g:15414:2: ( Subprogram )
+ // InternalAadl2Parser.g:15415:3: Subprogram
{
before(grammarAccess.getAccessCategoryAccess().getSubprogramKeyword_2());
match(input,Subprogram,FollowSets000.FOLLOW_2);
@@ -76834,14 +74031,14 @@ else if ( (LA499_3==Group) ) {
}
break;
case 4 :
- // InternalAadl2Parser.g:16370:2: ( ( rule__AccessCategory__Group_3__0 ) )
+ // InternalAadl2Parser.g:15420:2: ( ( rule__AccessCategory__Group_3__0 ) )
{
- // InternalAadl2Parser.g:16370:2: ( ( rule__AccessCategory__Group_3__0 ) )
- // InternalAadl2Parser.g:16371:3: ( rule__AccessCategory__Group_3__0 )
+ // InternalAadl2Parser.g:15420:2: ( ( rule__AccessCategory__Group_3__0 ) )
+ // InternalAadl2Parser.g:15421:3: ( rule__AccessCategory__Group_3__0 )
{
before(grammarAccess.getAccessCategoryAccess().getGroup_3());
- // InternalAadl2Parser.g:16372:3: ( rule__AccessCategory__Group_3__0 )
- // InternalAadl2Parser.g:16372:4: rule__AccessCategory__Group_3__0
+ // InternalAadl2Parser.g:15422:3: ( rule__AccessCategory__Group_3__0 )
+ // InternalAadl2Parser.g:15422:4: rule__AccessCategory__Group_3__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AccessCategory__Group_3__0();
@@ -76859,14 +74056,14 @@ else if ( (LA499_3==Group) ) {
}
break;
case 5 :
- // InternalAadl2Parser.g:16376:2: ( ( rule__AccessCategory__Group_4__0 ) )
+ // InternalAadl2Parser.g:15426:2: ( ( rule__AccessCategory__Group_4__0 ) )
{
- // InternalAadl2Parser.g:16376:2: ( ( rule__AccessCategory__Group_4__0 ) )
- // InternalAadl2Parser.g:16377:3: ( rule__AccessCategory__Group_4__0 )
+ // InternalAadl2Parser.g:15426:2: ( ( rule__AccessCategory__Group_4__0 ) )
+ // InternalAadl2Parser.g:15427:3: ( rule__AccessCategory__Group_4__0 )
{
before(grammarAccess.getAccessCategoryAccess().getGroup_4());
- // InternalAadl2Parser.g:16378:3: ( rule__AccessCategory__Group_4__0 )
- // InternalAadl2Parser.g:16378:4: rule__AccessCategory__Group_4__0
+ // InternalAadl2Parser.g:15428:3: ( rule__AccessCategory__Group_4__0 )
+ // InternalAadl2Parser.g:15428:4: rule__AccessCategory__Group_4__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AccessCategory__Group_4__0();
@@ -76901,13 +74098,13 @@ else if ( (LA499_3==Group) ) {
// $ANTLR start "rule__FlowSpecification__Alternatives"
- // InternalAadl2Parser.g:16386:1: rule__FlowSpecification__Alternatives : ( ( ruleFlowSourceSpec ) | ( ruleFlowSinkSpec ) | ( ruleFlowPathSpec ) | ( ruleFlowSpecRefinement ) );
+ // InternalAadl2Parser.g:15436:1: rule__FlowSpecification__Alternatives : ( ( ruleFlowSourceSpec ) | ( ruleFlowSinkSpec ) | ( ruleFlowPathSpec ) | ( ruleFlowSpecRefinement ) );
public final void rule__FlowSpecification__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16390:1: ( ( ruleFlowSourceSpec ) | ( ruleFlowSinkSpec ) | ( ruleFlowPathSpec ) | ( ruleFlowSpecRefinement ) )
+ // InternalAadl2Parser.g:15440:1: ( ( ruleFlowSourceSpec ) | ( ruleFlowSinkSpec ) | ( ruleFlowPathSpec ) | ( ruleFlowSpecRefinement ) )
int alt500=4;
int LA500_0 = input.LA(1);
@@ -76919,11 +74116,6 @@ public final void rule__FlowSpecification__Alternatives() throws RecognitionExce
if ( (LA500_2==Flow) ) {
switch ( input.LA(4) ) {
- case Sink:
- {
- alt500=2;
- }
- break;
case Path:
{
alt500=3;
@@ -76934,6 +74126,11 @@ public final void rule__FlowSpecification__Alternatives() throws RecognitionExce
alt500=1;
}
break;
+ case Sink:
+ {
+ alt500=2;
+ }
+ break;
default:
NoViableAltException nvae =
new NoViableAltException("", 500, 3, input);
@@ -76967,10 +74164,10 @@ else if ( (LA500_2==Refined) ) {
}
switch (alt500) {
case 1 :
- // InternalAadl2Parser.g:16391:2: ( ruleFlowSourceSpec )
+ // InternalAadl2Parser.g:15441:2: ( ruleFlowSourceSpec )
{
- // InternalAadl2Parser.g:16391:2: ( ruleFlowSourceSpec )
- // InternalAadl2Parser.g:16392:3: ruleFlowSourceSpec
+ // InternalAadl2Parser.g:15441:2: ( ruleFlowSourceSpec )
+ // InternalAadl2Parser.g:15442:3: ruleFlowSourceSpec
{
before(grammarAccess.getFlowSpecificationAccess().getFlowSourceSpecParserRuleCall_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -76986,10 +74183,10 @@ else if ( (LA500_2==Refined) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:16397:2: ( ruleFlowSinkSpec )
+ // InternalAadl2Parser.g:15447:2: ( ruleFlowSinkSpec )
{
- // InternalAadl2Parser.g:16397:2: ( ruleFlowSinkSpec )
- // InternalAadl2Parser.g:16398:3: ruleFlowSinkSpec
+ // InternalAadl2Parser.g:15447:2: ( ruleFlowSinkSpec )
+ // InternalAadl2Parser.g:15448:3: ruleFlowSinkSpec
{
before(grammarAccess.getFlowSpecificationAccess().getFlowSinkSpecParserRuleCall_1());
pushFollow(FollowSets000.FOLLOW_2);
@@ -77005,10 +74202,10 @@ else if ( (LA500_2==Refined) ) {
}
break;
case 3 :
- // InternalAadl2Parser.g:16403:2: ( ruleFlowPathSpec )
+ // InternalAadl2Parser.g:15453:2: ( ruleFlowPathSpec )
{
- // InternalAadl2Parser.g:16403:2: ( ruleFlowPathSpec )
- // InternalAadl2Parser.g:16404:3: ruleFlowPathSpec
+ // InternalAadl2Parser.g:15453:2: ( ruleFlowPathSpec )
+ // InternalAadl2Parser.g:15454:3: ruleFlowPathSpec
{
before(grammarAccess.getFlowSpecificationAccess().getFlowPathSpecParserRuleCall_2());
pushFollow(FollowSets000.FOLLOW_2);
@@ -77024,10 +74221,10 @@ else if ( (LA500_2==Refined) ) {
}
break;
case 4 :
- // InternalAadl2Parser.g:16409:2: ( ruleFlowSpecRefinement )
+ // InternalAadl2Parser.g:15459:2: ( ruleFlowSpecRefinement )
{
- // InternalAadl2Parser.g:16409:2: ( ruleFlowSpecRefinement )
- // InternalAadl2Parser.g:16410:3: ruleFlowSpecRefinement
+ // InternalAadl2Parser.g:15459:2: ( ruleFlowSpecRefinement )
+ // InternalAadl2Parser.g:15460:3: ruleFlowSpecRefinement
{
before(grammarAccess.getFlowSpecificationAccess().getFlowSpecRefinementParserRuleCall_3());
pushFollow(FollowSets000.FOLLOW_2);
@@ -77060,13 +74257,13 @@ else if ( (LA500_2==Refined) ) {
// $ANTLR start "rule__FlowImplementation__Alternatives"
- // InternalAadl2Parser.g:16419:1: rule__FlowImplementation__Alternatives : ( ( ruleFlowSourceImpl ) | ( ruleFlowSinkImpl ) | ( ruleFlowPathImpl ) );
+ // InternalAadl2Parser.g:15469:1: rule__FlowImplementation__Alternatives : ( ( ruleFlowSourceImpl ) | ( ruleFlowSinkImpl ) | ( ruleFlowPathImpl ) );
public final void rule__FlowImplementation__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16423:1: ( ( ruleFlowSourceImpl ) | ( ruleFlowSinkImpl ) | ( ruleFlowPathImpl ) )
+ // InternalAadl2Parser.g:15473:1: ( ( ruleFlowSourceImpl ) | ( ruleFlowSinkImpl ) | ( ruleFlowPathImpl ) )
int alt501=3;
int LA501_0 = input.LA(1);
@@ -77123,10 +74320,10 @@ public final void rule__FlowImplementation__Alternatives() throws RecognitionExc
}
switch (alt501) {
case 1 :
- // InternalAadl2Parser.g:16424:2: ( ruleFlowSourceImpl )
+ // InternalAadl2Parser.g:15474:2: ( ruleFlowSourceImpl )
{
- // InternalAadl2Parser.g:16424:2: ( ruleFlowSourceImpl )
- // InternalAadl2Parser.g:16425:3: ruleFlowSourceImpl
+ // InternalAadl2Parser.g:15474:2: ( ruleFlowSourceImpl )
+ // InternalAadl2Parser.g:15475:3: ruleFlowSourceImpl
{
before(grammarAccess.getFlowImplementationAccess().getFlowSourceImplParserRuleCall_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -77142,10 +74339,10 @@ public final void rule__FlowImplementation__Alternatives() throws RecognitionExc
}
break;
case 2 :
- // InternalAadl2Parser.g:16430:2: ( ruleFlowSinkImpl )
+ // InternalAadl2Parser.g:15480:2: ( ruleFlowSinkImpl )
{
- // InternalAadl2Parser.g:16430:2: ( ruleFlowSinkImpl )
- // InternalAadl2Parser.g:16431:3: ruleFlowSinkImpl
+ // InternalAadl2Parser.g:15480:2: ( ruleFlowSinkImpl )
+ // InternalAadl2Parser.g:15481:3: ruleFlowSinkImpl
{
before(grammarAccess.getFlowImplementationAccess().getFlowSinkImplParserRuleCall_1());
pushFollow(FollowSets000.FOLLOW_2);
@@ -77161,10 +74358,10 @@ public final void rule__FlowImplementation__Alternatives() throws RecognitionExc
}
break;
case 3 :
- // InternalAadl2Parser.g:16436:2: ( ruleFlowPathImpl )
+ // InternalAadl2Parser.g:15486:2: ( ruleFlowPathImpl )
{
- // InternalAadl2Parser.g:16436:2: ( ruleFlowPathImpl )
- // InternalAadl2Parser.g:16437:3: ruleFlowPathImpl
+ // InternalAadl2Parser.g:15486:2: ( ruleFlowPathImpl )
+ // InternalAadl2Parser.g:15487:3: ruleFlowPathImpl
{
before(grammarAccess.getFlowImplementationAccess().getFlowPathImplParserRuleCall_2());
pushFollow(FollowSets000.FOLLOW_2);
@@ -77197,13 +74394,13 @@ public final void rule__FlowImplementation__Alternatives() throws RecognitionExc
// $ANTLR start "rule__EndToEndFlow__Alternatives_0"
- // InternalAadl2Parser.g:16446:1: rule__EndToEndFlow__Alternatives_0 : ( ( ( rule__EndToEndFlow__Group_0_0__0 ) ) | ( ( rule__EndToEndFlow__Group_0_1__0 ) ) );
+ // InternalAadl2Parser.g:15496:1: rule__EndToEndFlow__Alternatives_0 : ( ( ( rule__EndToEndFlow__Group_0_0__0 ) ) | ( ( rule__EndToEndFlow__Group_0_1__0 ) ) );
public final void rule__EndToEndFlow__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16450:1: ( ( ( rule__EndToEndFlow__Group_0_0__0 ) ) | ( ( rule__EndToEndFlow__Group_0_1__0 ) ) )
+ // InternalAadl2Parser.g:15500:1: ( ( ( rule__EndToEndFlow__Group_0_0__0 ) ) | ( ( rule__EndToEndFlow__Group_0_1__0 ) ) )
int alt502=2;
int LA502_0 = input.LA(1);
@@ -77213,12 +74410,12 @@ public final void rule__EndToEndFlow__Alternatives_0() throws RecognitionExcepti
if ( (LA502_1==Colon) ) {
int LA502_2 = input.LA(3);
- if ( (LA502_2==End) ) {
- alt502=1;
- }
- else if ( (LA502_2==Refined) ) {
+ if ( (LA502_2==Refined) ) {
alt502=2;
}
+ else if ( (LA502_2==End) ) {
+ alt502=1;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 502, 2, input);
@@ -77241,14 +74438,14 @@ else if ( (LA502_2==Refined) ) {
}
switch (alt502) {
case 1 :
- // InternalAadl2Parser.g:16451:2: ( ( rule__EndToEndFlow__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:15501:2: ( ( rule__EndToEndFlow__Group_0_0__0 ) )
{
- // InternalAadl2Parser.g:16451:2: ( ( rule__EndToEndFlow__Group_0_0__0 ) )
- // InternalAadl2Parser.g:16452:3: ( rule__EndToEndFlow__Group_0_0__0 )
+ // InternalAadl2Parser.g:15501:2: ( ( rule__EndToEndFlow__Group_0_0__0 ) )
+ // InternalAadl2Parser.g:15502:3: ( rule__EndToEndFlow__Group_0_0__0 )
{
before(grammarAccess.getEndToEndFlowAccess().getGroup_0_0());
- // InternalAadl2Parser.g:16453:3: ( rule__EndToEndFlow__Group_0_0__0 )
- // InternalAadl2Parser.g:16453:4: rule__EndToEndFlow__Group_0_0__0
+ // InternalAadl2Parser.g:15503:3: ( rule__EndToEndFlow__Group_0_0__0 )
+ // InternalAadl2Parser.g:15503:4: rule__EndToEndFlow__Group_0_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__EndToEndFlow__Group_0_0__0();
@@ -77266,14 +74463,14 @@ else if ( (LA502_2==Refined) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:16457:2: ( ( rule__EndToEndFlow__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:15507:2: ( ( rule__EndToEndFlow__Group_0_1__0 ) )
{
- // InternalAadl2Parser.g:16457:2: ( ( rule__EndToEndFlow__Group_0_1__0 ) )
- // InternalAadl2Parser.g:16458:3: ( rule__EndToEndFlow__Group_0_1__0 )
+ // InternalAadl2Parser.g:15507:2: ( ( rule__EndToEndFlow__Group_0_1__0 ) )
+ // InternalAadl2Parser.g:15508:3: ( rule__EndToEndFlow__Group_0_1__0 )
{
before(grammarAccess.getEndToEndFlowAccess().getGroup_0_1());
- // InternalAadl2Parser.g:16459:3: ( rule__EndToEndFlow__Group_0_1__0 )
- // InternalAadl2Parser.g:16459:4: rule__EndToEndFlow__Group_0_1__0
+ // InternalAadl2Parser.g:15509:3: ( rule__EndToEndFlow__Group_0_1__0 )
+ // InternalAadl2Parser.g:15509:4: rule__EndToEndFlow__Group_0_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__EndToEndFlow__Group_0_1__0();
@@ -77308,13 +74505,13 @@ else if ( (LA502_2==Refined) ) {
// $ANTLR start "rule__Trigger__Alternatives"
- // InternalAadl2Parser.g:16467:1: rule__Trigger__Alternatives : ( ( ( rule__Trigger__Group_0__0 ) ) | ( ( rule__Trigger__Group_1__0 ) ) | ( ( rule__Trigger__Group_2__0 ) ) );
+ // InternalAadl2Parser.g:15517:1: rule__Trigger__Alternatives : ( ( ( rule__Trigger__Group_0__0 ) ) | ( ( rule__Trigger__Group_1__0 ) ) | ( ( rule__Trigger__Group_2__0 ) ) );
public final void rule__Trigger__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16471:1: ( ( ( rule__Trigger__Group_0__0 ) ) | ( ( rule__Trigger__Group_1__0 ) ) | ( ( rule__Trigger__Group_2__0 ) ) )
+ // InternalAadl2Parser.g:15521:1: ( ( ( rule__Trigger__Group_0__0 ) ) | ( ( rule__Trigger__Group_1__0 ) ) | ( ( rule__Trigger__Group_2__0 ) ) )
int alt503=3;
switch ( input.LA(1) ) {
case RULE_ID:
@@ -77341,14 +74538,14 @@ public final void rule__Trigger__Alternatives() throws RecognitionException {
switch (alt503) {
case 1 :
- // InternalAadl2Parser.g:16472:2: ( ( rule__Trigger__Group_0__0 ) )
+ // InternalAadl2Parser.g:15522:2: ( ( rule__Trigger__Group_0__0 ) )
{
- // InternalAadl2Parser.g:16472:2: ( ( rule__Trigger__Group_0__0 ) )
- // InternalAadl2Parser.g:16473:3: ( rule__Trigger__Group_0__0 )
+ // InternalAadl2Parser.g:15522:2: ( ( rule__Trigger__Group_0__0 ) )
+ // InternalAadl2Parser.g:15523:3: ( rule__Trigger__Group_0__0 )
{
before(grammarAccess.getTriggerAccess().getGroup_0());
- // InternalAadl2Parser.g:16474:3: ( rule__Trigger__Group_0__0 )
- // InternalAadl2Parser.g:16474:4: rule__Trigger__Group_0__0
+ // InternalAadl2Parser.g:15524:3: ( rule__Trigger__Group_0__0 )
+ // InternalAadl2Parser.g:15524:4: rule__Trigger__Group_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__Trigger__Group_0__0();
@@ -77366,14 +74563,14 @@ public final void rule__Trigger__Alternatives() throws RecognitionException {
}
break;
case 2 :
- // InternalAadl2Parser.g:16478:2: ( ( rule__Trigger__Group_1__0 ) )
+ // InternalAadl2Parser.g:15528:2: ( ( rule__Trigger__Group_1__0 ) )
{
- // InternalAadl2Parser.g:16478:2: ( ( rule__Trigger__Group_1__0 ) )
- // InternalAadl2Parser.g:16479:3: ( rule__Trigger__Group_1__0 )
+ // InternalAadl2Parser.g:15528:2: ( ( rule__Trigger__Group_1__0 ) )
+ // InternalAadl2Parser.g:15529:3: ( rule__Trigger__Group_1__0 )
{
before(grammarAccess.getTriggerAccess().getGroup_1());
- // InternalAadl2Parser.g:16480:3: ( rule__Trigger__Group_1__0 )
- // InternalAadl2Parser.g:16480:4: rule__Trigger__Group_1__0
+ // InternalAadl2Parser.g:15530:3: ( rule__Trigger__Group_1__0 )
+ // InternalAadl2Parser.g:15530:4: rule__Trigger__Group_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__Trigger__Group_1__0();
@@ -77391,14 +74588,14 @@ public final void rule__Trigger__Alternatives() throws RecognitionException {
}
break;
case 3 :
- // InternalAadl2Parser.g:16484:2: ( ( rule__Trigger__Group_2__0 ) )
+ // InternalAadl2Parser.g:15534:2: ( ( rule__Trigger__Group_2__0 ) )
{
- // InternalAadl2Parser.g:16484:2: ( ( rule__Trigger__Group_2__0 ) )
- // InternalAadl2Parser.g:16485:3: ( rule__Trigger__Group_2__0 )
+ // InternalAadl2Parser.g:15534:2: ( ( rule__Trigger__Group_2__0 ) )
+ // InternalAadl2Parser.g:15535:3: ( rule__Trigger__Group_2__0 )
{
before(grammarAccess.getTriggerAccess().getGroup_2());
- // InternalAadl2Parser.g:16486:3: ( rule__Trigger__Group_2__0 )
- // InternalAadl2Parser.g:16486:4: rule__Trigger__Group_2__0
+ // InternalAadl2Parser.g:15536:3: ( rule__Trigger__Group_2__0 )
+ // InternalAadl2Parser.g:15536:4: rule__Trigger__Group_2__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__Trigger__Group_2__0();
@@ -77433,13 +74630,13 @@ public final void rule__Trigger__Alternatives() throws RecognitionException {
// $ANTLR start "rule__PropertySet__Alternatives_5"
- // InternalAadl2Parser.g:16494:1: rule__PropertySet__Alternatives_5 : ( ( ( rule__PropertySet__OwnedPropertyTypeAssignment_5_0 ) ) | ( ( rule__PropertySet__OwnedPropertyAssignment_5_1 ) ) | ( ( rule__PropertySet__OwnedPropertyConstantAssignment_5_2 ) ) );
+ // InternalAadl2Parser.g:15544:1: rule__PropertySet__Alternatives_5 : ( ( ( rule__PropertySet__OwnedPropertyTypeAssignment_5_0 ) ) | ( ( rule__PropertySet__OwnedPropertyAssignment_5_1 ) ) | ( ( rule__PropertySet__OwnedPropertyConstantAssignment_5_2 ) ) );
public final void rule__PropertySet__Alternatives_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16498:1: ( ( ( rule__PropertySet__OwnedPropertyTypeAssignment_5_0 ) ) | ( ( rule__PropertySet__OwnedPropertyAssignment_5_1 ) ) | ( ( rule__PropertySet__OwnedPropertyConstantAssignment_5_2 ) ) )
+ // InternalAadl2Parser.g:15548:1: ( ( ( rule__PropertySet__OwnedPropertyTypeAssignment_5_0 ) ) | ( ( rule__PropertySet__OwnedPropertyAssignment_5_1 ) ) | ( ( rule__PropertySet__OwnedPropertyConstantAssignment_5_2 ) ) )
int alt504=3;
int LA504_0 = input.LA(1);
@@ -77448,6 +74645,11 @@ public final void rule__PropertySet__Alternatives_5() throws RecognitionExceptio
if ( (LA504_1==Colon) ) {
switch ( input.LA(3) ) {
+ case Type:
+ {
+ alt504=1;
+ }
+ break;
case Aadlboolean:
case Aadlinteger:
case Enumeration:
@@ -77465,11 +74667,6 @@ public final void rule__PropertySet__Alternatives_5() throws RecognitionExceptio
alt504=2;
}
break;
- case Type:
- {
- alt504=1;
- }
- break;
case Constant:
{
alt504=3;
@@ -77498,14 +74695,14 @@ public final void rule__PropertySet__Alternatives_5() throws RecognitionExceptio
}
switch (alt504) {
case 1 :
- // InternalAadl2Parser.g:16499:2: ( ( rule__PropertySet__OwnedPropertyTypeAssignment_5_0 ) )
+ // InternalAadl2Parser.g:15549:2: ( ( rule__PropertySet__OwnedPropertyTypeAssignment_5_0 ) )
{
- // InternalAadl2Parser.g:16499:2: ( ( rule__PropertySet__OwnedPropertyTypeAssignment_5_0 ) )
- // InternalAadl2Parser.g:16500:3: ( rule__PropertySet__OwnedPropertyTypeAssignment_5_0 )
+ // InternalAadl2Parser.g:15549:2: ( ( rule__PropertySet__OwnedPropertyTypeAssignment_5_0 ) )
+ // InternalAadl2Parser.g:15550:3: ( rule__PropertySet__OwnedPropertyTypeAssignment_5_0 )
{
before(grammarAccess.getPropertySetAccess().getOwnedPropertyTypeAssignment_5_0());
- // InternalAadl2Parser.g:16501:3: ( rule__PropertySet__OwnedPropertyTypeAssignment_5_0 )
- // InternalAadl2Parser.g:16501:4: rule__PropertySet__OwnedPropertyTypeAssignment_5_0
+ // InternalAadl2Parser.g:15551:3: ( rule__PropertySet__OwnedPropertyTypeAssignment_5_0 )
+ // InternalAadl2Parser.g:15551:4: rule__PropertySet__OwnedPropertyTypeAssignment_5_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PropertySet__OwnedPropertyTypeAssignment_5_0();
@@ -77523,14 +74720,14 @@ public final void rule__PropertySet__Alternatives_5() throws RecognitionExceptio
}
break;
case 2 :
- // InternalAadl2Parser.g:16505:2: ( ( rule__PropertySet__OwnedPropertyAssignment_5_1 ) )
+ // InternalAadl2Parser.g:15555:2: ( ( rule__PropertySet__OwnedPropertyAssignment_5_1 ) )
{
- // InternalAadl2Parser.g:16505:2: ( ( rule__PropertySet__OwnedPropertyAssignment_5_1 ) )
- // InternalAadl2Parser.g:16506:3: ( rule__PropertySet__OwnedPropertyAssignment_5_1 )
+ // InternalAadl2Parser.g:15555:2: ( ( rule__PropertySet__OwnedPropertyAssignment_5_1 ) )
+ // InternalAadl2Parser.g:15556:3: ( rule__PropertySet__OwnedPropertyAssignment_5_1 )
{
before(grammarAccess.getPropertySetAccess().getOwnedPropertyAssignment_5_1());
- // InternalAadl2Parser.g:16507:3: ( rule__PropertySet__OwnedPropertyAssignment_5_1 )
- // InternalAadl2Parser.g:16507:4: rule__PropertySet__OwnedPropertyAssignment_5_1
+ // InternalAadl2Parser.g:15557:3: ( rule__PropertySet__OwnedPropertyAssignment_5_1 )
+ // InternalAadl2Parser.g:15557:4: rule__PropertySet__OwnedPropertyAssignment_5_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PropertySet__OwnedPropertyAssignment_5_1();
@@ -77548,14 +74745,14 @@ public final void rule__PropertySet__Alternatives_5() throws RecognitionExceptio
}
break;
case 3 :
- // InternalAadl2Parser.g:16511:2: ( ( rule__PropertySet__OwnedPropertyConstantAssignment_5_2 ) )
+ // InternalAadl2Parser.g:15561:2: ( ( rule__PropertySet__OwnedPropertyConstantAssignment_5_2 ) )
{
- // InternalAadl2Parser.g:16511:2: ( ( rule__PropertySet__OwnedPropertyConstantAssignment_5_2 ) )
- // InternalAadl2Parser.g:16512:3: ( rule__PropertySet__OwnedPropertyConstantAssignment_5_2 )
+ // InternalAadl2Parser.g:15561:2: ( ( rule__PropertySet__OwnedPropertyConstantAssignment_5_2 ) )
+ // InternalAadl2Parser.g:15562:3: ( rule__PropertySet__OwnedPropertyConstantAssignment_5_2 )
{
before(grammarAccess.getPropertySetAccess().getOwnedPropertyConstantAssignment_5_2());
- // InternalAadl2Parser.g:16513:3: ( rule__PropertySet__OwnedPropertyConstantAssignment_5_2 )
- // InternalAadl2Parser.g:16513:4: rule__PropertySet__OwnedPropertyConstantAssignment_5_2
+ // InternalAadl2Parser.g:15563:3: ( rule__PropertySet__OwnedPropertyConstantAssignment_5_2 )
+ // InternalAadl2Parser.g:15563:4: rule__PropertySet__OwnedPropertyConstantAssignment_5_2
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PropertySet__OwnedPropertyConstantAssignment_5_2();
@@ -77590,21 +74787,21 @@ public final void rule__PropertySet__Alternatives_5() throws RecognitionExceptio
// $ANTLR start "rule__PropertyType__Alternatives_0"
- // InternalAadl2Parser.g:16521:1: rule__PropertyType__Alternatives_0 : ( ( ruleBooleanType ) | ( ruleStringType ) | ( ruleEnumerationType ) | ( ruleUnitsType ) | ( ruleRealType ) | ( ruleIntegerType ) | ( ruleRangeType ) | ( ruleClassifierType ) | ( ruleReferenceType ) | ( ruleRecordType ) );
+ // InternalAadl2Parser.g:15571:1: rule__PropertyType__Alternatives_0 : ( ( ruleBooleanType ) | ( ruleStringType ) | ( ruleEnumerationType ) | ( ruleUnitsType ) | ( ruleRealType ) | ( ruleIntegerType ) | ( ruleRangeType ) | ( ruleClassifierType ) | ( ruleReferenceType ) | ( ruleRecordType ) );
public final void rule__PropertyType__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16525:1: ( ( ruleBooleanType ) | ( ruleStringType ) | ( ruleEnumerationType ) | ( ruleUnitsType ) | ( ruleRealType ) | ( ruleIntegerType ) | ( ruleRangeType ) | ( ruleClassifierType ) | ( ruleReferenceType ) | ( ruleRecordType ) )
+ // InternalAadl2Parser.g:15575:1: ( ( ruleBooleanType ) | ( ruleStringType ) | ( ruleEnumerationType ) | ( ruleUnitsType ) | ( ruleRealType ) | ( ruleIntegerType ) | ( ruleRangeType ) | ( ruleClassifierType ) | ( ruleReferenceType ) | ( ruleRecordType ) )
int alt505=10;
alt505 = dfa505.predict(input);
switch (alt505) {
case 1 :
- // InternalAadl2Parser.g:16526:2: ( ruleBooleanType )
+ // InternalAadl2Parser.g:15576:2: ( ruleBooleanType )
{
- // InternalAadl2Parser.g:16526:2: ( ruleBooleanType )
- // InternalAadl2Parser.g:16527:3: ruleBooleanType
+ // InternalAadl2Parser.g:15576:2: ( ruleBooleanType )
+ // InternalAadl2Parser.g:15577:3: ruleBooleanType
{
before(grammarAccess.getPropertyTypeAccess().getBooleanTypeParserRuleCall_0_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -77620,10 +74817,10 @@ public final void rule__PropertyType__Alternatives_0() throws RecognitionExcepti
}
break;
case 2 :
- // InternalAadl2Parser.g:16532:2: ( ruleStringType )
+ // InternalAadl2Parser.g:15582:2: ( ruleStringType )
{
- // InternalAadl2Parser.g:16532:2: ( ruleStringType )
- // InternalAadl2Parser.g:16533:3: ruleStringType
+ // InternalAadl2Parser.g:15582:2: ( ruleStringType )
+ // InternalAadl2Parser.g:15583:3: ruleStringType
{
before(grammarAccess.getPropertyTypeAccess().getStringTypeParserRuleCall_0_1());
pushFollow(FollowSets000.FOLLOW_2);
@@ -77639,10 +74836,10 @@ public final void rule__PropertyType__Alternatives_0() throws RecognitionExcepti
}
break;
case 3 :
- // InternalAadl2Parser.g:16538:2: ( ruleEnumerationType )
+ // InternalAadl2Parser.g:15588:2: ( ruleEnumerationType )
{
- // InternalAadl2Parser.g:16538:2: ( ruleEnumerationType )
- // InternalAadl2Parser.g:16539:3: ruleEnumerationType
+ // InternalAadl2Parser.g:15588:2: ( ruleEnumerationType )
+ // InternalAadl2Parser.g:15589:3: ruleEnumerationType
{
before(grammarAccess.getPropertyTypeAccess().getEnumerationTypeParserRuleCall_0_2());
pushFollow(FollowSets000.FOLLOW_2);
@@ -77658,10 +74855,10 @@ public final void rule__PropertyType__Alternatives_0() throws RecognitionExcepti
}
break;
case 4 :
- // InternalAadl2Parser.g:16544:2: ( ruleUnitsType )
+ // InternalAadl2Parser.g:15594:2: ( ruleUnitsType )
{
- // InternalAadl2Parser.g:16544:2: ( ruleUnitsType )
- // InternalAadl2Parser.g:16545:3: ruleUnitsType
+ // InternalAadl2Parser.g:15594:2: ( ruleUnitsType )
+ // InternalAadl2Parser.g:15595:3: ruleUnitsType
{
before(grammarAccess.getPropertyTypeAccess().getUnitsTypeParserRuleCall_0_3());
pushFollow(FollowSets000.FOLLOW_2);
@@ -77677,10 +74874,10 @@ public final void rule__PropertyType__Alternatives_0() throws RecognitionExcepti
}
break;
case 5 :
- // InternalAadl2Parser.g:16550:2: ( ruleRealType )
+ // InternalAadl2Parser.g:15600:2: ( ruleRealType )
{
- // InternalAadl2Parser.g:16550:2: ( ruleRealType )
- // InternalAadl2Parser.g:16551:3: ruleRealType
+ // InternalAadl2Parser.g:15600:2: ( ruleRealType )
+ // InternalAadl2Parser.g:15601:3: ruleRealType
{
before(grammarAccess.getPropertyTypeAccess().getRealTypeParserRuleCall_0_4());
pushFollow(FollowSets000.FOLLOW_2);
@@ -77696,10 +74893,10 @@ public final void rule__PropertyType__Alternatives_0() throws RecognitionExcepti
}
break;
case 6 :
- // InternalAadl2Parser.g:16556:2: ( ruleIntegerType )
+ // InternalAadl2Parser.g:15606:2: ( ruleIntegerType )
{
- // InternalAadl2Parser.g:16556:2: ( ruleIntegerType )
- // InternalAadl2Parser.g:16557:3: ruleIntegerType
+ // InternalAadl2Parser.g:15606:2: ( ruleIntegerType )
+ // InternalAadl2Parser.g:15607:3: ruleIntegerType
{
before(grammarAccess.getPropertyTypeAccess().getIntegerTypeParserRuleCall_0_5());
pushFollow(FollowSets000.FOLLOW_2);
@@ -77715,10 +74912,10 @@ public final void rule__PropertyType__Alternatives_0() throws RecognitionExcepti
}
break;
case 7 :
- // InternalAadl2Parser.g:16562:2: ( ruleRangeType )
+ // InternalAadl2Parser.g:15612:2: ( ruleRangeType )
{
- // InternalAadl2Parser.g:16562:2: ( ruleRangeType )
- // InternalAadl2Parser.g:16563:3: ruleRangeType
+ // InternalAadl2Parser.g:15612:2: ( ruleRangeType )
+ // InternalAadl2Parser.g:15613:3: ruleRangeType
{
before(grammarAccess.getPropertyTypeAccess().getRangeTypeParserRuleCall_0_6());
pushFollow(FollowSets000.FOLLOW_2);
@@ -77734,10 +74931,10 @@ public final void rule__PropertyType__Alternatives_0() throws RecognitionExcepti
}
break;
case 8 :
- // InternalAadl2Parser.g:16568:2: ( ruleClassifierType )
+ // InternalAadl2Parser.g:15618:2: ( ruleClassifierType )
{
- // InternalAadl2Parser.g:16568:2: ( ruleClassifierType )
- // InternalAadl2Parser.g:16569:3: ruleClassifierType
+ // InternalAadl2Parser.g:15618:2: ( ruleClassifierType )
+ // InternalAadl2Parser.g:15619:3: ruleClassifierType
{
before(grammarAccess.getPropertyTypeAccess().getClassifierTypeParserRuleCall_0_7());
pushFollow(FollowSets000.FOLLOW_2);
@@ -77753,10 +74950,10 @@ public final void rule__PropertyType__Alternatives_0() throws RecognitionExcepti
}
break;
case 9 :
- // InternalAadl2Parser.g:16574:2: ( ruleReferenceType )
+ // InternalAadl2Parser.g:15624:2: ( ruleReferenceType )
{
- // InternalAadl2Parser.g:16574:2: ( ruleReferenceType )
- // InternalAadl2Parser.g:16575:3: ruleReferenceType
+ // InternalAadl2Parser.g:15624:2: ( ruleReferenceType )
+ // InternalAadl2Parser.g:15625:3: ruleReferenceType
{
before(grammarAccess.getPropertyTypeAccess().getReferenceTypeParserRuleCall_0_8());
pushFollow(FollowSets000.FOLLOW_2);
@@ -77772,10 +74969,10 @@ public final void rule__PropertyType__Alternatives_0() throws RecognitionExcepti
}
break;
case 10 :
- // InternalAadl2Parser.g:16580:2: ( ruleRecordType )
+ // InternalAadl2Parser.g:15630:2: ( ruleRecordType )
{
- // InternalAadl2Parser.g:16580:2: ( ruleRecordType )
- // InternalAadl2Parser.g:16581:3: ruleRecordType
+ // InternalAadl2Parser.g:15630:2: ( ruleRecordType )
+ // InternalAadl2Parser.g:15631:3: ruleRecordType
{
before(grammarAccess.getPropertyTypeAccess().getRecordTypeParserRuleCall_0_9());
pushFollow(FollowSets000.FOLLOW_2);
@@ -77808,13 +75005,13 @@ public final void rule__PropertyType__Alternatives_0() throws RecognitionExcepti
// $ANTLR start "rule__UnnamedPropertyType__Alternatives"
- // InternalAadl2Parser.g:16590:1: rule__UnnamedPropertyType__Alternatives : ( ( ruleListType ) | ( ruleUnnamedBooleanType ) | ( ruleUnnamedStringType ) | ( ruleUnnamedEnumerationType ) | ( ruleUnnamedUnitsType ) | ( ruleUnnamedRealType ) | ( ruleUnnamedIntegerType ) | ( ruleUnnamedRangeType ) | ( ruleUnnamedClassifierType ) | ( ruleUnnamedReferenceType ) | ( ruleUnnamedRecordType ) );
+ // InternalAadl2Parser.g:15640:1: rule__UnnamedPropertyType__Alternatives : ( ( ruleListType ) | ( ruleUnnamedBooleanType ) | ( ruleUnnamedStringType ) | ( ruleUnnamedEnumerationType ) | ( ruleUnnamedUnitsType ) | ( ruleUnnamedRealType ) | ( ruleUnnamedIntegerType ) | ( ruleUnnamedRangeType ) | ( ruleUnnamedClassifierType ) | ( ruleUnnamedReferenceType ) | ( ruleUnnamedRecordType ) );
public final void rule__UnnamedPropertyType__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16594:1: ( ( ruleListType ) | ( ruleUnnamedBooleanType ) | ( ruleUnnamedStringType ) | ( ruleUnnamedEnumerationType ) | ( ruleUnnamedUnitsType ) | ( ruleUnnamedRealType ) | ( ruleUnnamedIntegerType ) | ( ruleUnnamedRangeType ) | ( ruleUnnamedClassifierType ) | ( ruleUnnamedReferenceType ) | ( ruleUnnamedRecordType ) )
+ // InternalAadl2Parser.g:15644:1: ( ( ruleListType ) | ( ruleUnnamedBooleanType ) | ( ruleUnnamedStringType ) | ( ruleUnnamedEnumerationType ) | ( ruleUnnamedUnitsType ) | ( ruleUnnamedRealType ) | ( ruleUnnamedIntegerType ) | ( ruleUnnamedRangeType ) | ( ruleUnnamedClassifierType ) | ( ruleUnnamedReferenceType ) | ( ruleUnnamedRecordType ) )
int alt506=11;
switch ( input.LA(1) ) {
case List:
@@ -77881,10 +75078,10 @@ public final void rule__UnnamedPropertyType__Alternatives() throws RecognitionEx
switch (alt506) {
case 1 :
- // InternalAadl2Parser.g:16595:2: ( ruleListType )
+ // InternalAadl2Parser.g:15645:2: ( ruleListType )
{
- // InternalAadl2Parser.g:16595:2: ( ruleListType )
- // InternalAadl2Parser.g:16596:3: ruleListType
+ // InternalAadl2Parser.g:15645:2: ( ruleListType )
+ // InternalAadl2Parser.g:15646:3: ruleListType
{
before(grammarAccess.getUnnamedPropertyTypeAccess().getListTypeParserRuleCall_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -77900,10 +75097,10 @@ public final void rule__UnnamedPropertyType__Alternatives() throws RecognitionEx
}
break;
case 2 :
- // InternalAadl2Parser.g:16601:2: ( ruleUnnamedBooleanType )
+ // InternalAadl2Parser.g:15651:2: ( ruleUnnamedBooleanType )
{
- // InternalAadl2Parser.g:16601:2: ( ruleUnnamedBooleanType )
- // InternalAadl2Parser.g:16602:3: ruleUnnamedBooleanType
+ // InternalAadl2Parser.g:15651:2: ( ruleUnnamedBooleanType )
+ // InternalAadl2Parser.g:15652:3: ruleUnnamedBooleanType
{
before(grammarAccess.getUnnamedPropertyTypeAccess().getUnnamedBooleanTypeParserRuleCall_1());
pushFollow(FollowSets000.FOLLOW_2);
@@ -77919,10 +75116,10 @@ public final void rule__UnnamedPropertyType__Alternatives() throws RecognitionEx
}
break;
case 3 :
- // InternalAadl2Parser.g:16607:2: ( ruleUnnamedStringType )
+ // InternalAadl2Parser.g:15657:2: ( ruleUnnamedStringType )
{
- // InternalAadl2Parser.g:16607:2: ( ruleUnnamedStringType )
- // InternalAadl2Parser.g:16608:3: ruleUnnamedStringType
+ // InternalAadl2Parser.g:15657:2: ( ruleUnnamedStringType )
+ // InternalAadl2Parser.g:15658:3: ruleUnnamedStringType
{
before(grammarAccess.getUnnamedPropertyTypeAccess().getUnnamedStringTypeParserRuleCall_2());
pushFollow(FollowSets000.FOLLOW_2);
@@ -77938,10 +75135,10 @@ public final void rule__UnnamedPropertyType__Alternatives() throws RecognitionEx
}
break;
case 4 :
- // InternalAadl2Parser.g:16613:2: ( ruleUnnamedEnumerationType )
+ // InternalAadl2Parser.g:15663:2: ( ruleUnnamedEnumerationType )
{
- // InternalAadl2Parser.g:16613:2: ( ruleUnnamedEnumerationType )
- // InternalAadl2Parser.g:16614:3: ruleUnnamedEnumerationType
+ // InternalAadl2Parser.g:15663:2: ( ruleUnnamedEnumerationType )
+ // InternalAadl2Parser.g:15664:3: ruleUnnamedEnumerationType
{
before(grammarAccess.getUnnamedPropertyTypeAccess().getUnnamedEnumerationTypeParserRuleCall_3());
pushFollow(FollowSets000.FOLLOW_2);
@@ -77957,10 +75154,10 @@ public final void rule__UnnamedPropertyType__Alternatives() throws RecognitionEx
}
break;
case 5 :
- // InternalAadl2Parser.g:16619:2: ( ruleUnnamedUnitsType )
+ // InternalAadl2Parser.g:15669:2: ( ruleUnnamedUnitsType )
{
- // InternalAadl2Parser.g:16619:2: ( ruleUnnamedUnitsType )
- // InternalAadl2Parser.g:16620:3: ruleUnnamedUnitsType
+ // InternalAadl2Parser.g:15669:2: ( ruleUnnamedUnitsType )
+ // InternalAadl2Parser.g:15670:3: ruleUnnamedUnitsType
{
before(grammarAccess.getUnnamedPropertyTypeAccess().getUnnamedUnitsTypeParserRuleCall_4());
pushFollow(FollowSets000.FOLLOW_2);
@@ -77976,10 +75173,10 @@ public final void rule__UnnamedPropertyType__Alternatives() throws RecognitionEx
}
break;
case 6 :
- // InternalAadl2Parser.g:16625:2: ( ruleUnnamedRealType )
+ // InternalAadl2Parser.g:15675:2: ( ruleUnnamedRealType )
{
- // InternalAadl2Parser.g:16625:2: ( ruleUnnamedRealType )
- // InternalAadl2Parser.g:16626:3: ruleUnnamedRealType
+ // InternalAadl2Parser.g:15675:2: ( ruleUnnamedRealType )
+ // InternalAadl2Parser.g:15676:3: ruleUnnamedRealType
{
before(grammarAccess.getUnnamedPropertyTypeAccess().getUnnamedRealTypeParserRuleCall_5());
pushFollow(FollowSets000.FOLLOW_2);
@@ -77995,10 +75192,10 @@ public final void rule__UnnamedPropertyType__Alternatives() throws RecognitionEx
}
break;
case 7 :
- // InternalAadl2Parser.g:16631:2: ( ruleUnnamedIntegerType )
+ // InternalAadl2Parser.g:15681:2: ( ruleUnnamedIntegerType )
{
- // InternalAadl2Parser.g:16631:2: ( ruleUnnamedIntegerType )
- // InternalAadl2Parser.g:16632:3: ruleUnnamedIntegerType
+ // InternalAadl2Parser.g:15681:2: ( ruleUnnamedIntegerType )
+ // InternalAadl2Parser.g:15682:3: ruleUnnamedIntegerType
{
before(grammarAccess.getUnnamedPropertyTypeAccess().getUnnamedIntegerTypeParserRuleCall_6());
pushFollow(FollowSets000.FOLLOW_2);
@@ -78014,10 +75211,10 @@ public final void rule__UnnamedPropertyType__Alternatives() throws RecognitionEx
}
break;
case 8 :
- // InternalAadl2Parser.g:16637:2: ( ruleUnnamedRangeType )
+ // InternalAadl2Parser.g:15687:2: ( ruleUnnamedRangeType )
{
- // InternalAadl2Parser.g:16637:2: ( ruleUnnamedRangeType )
- // InternalAadl2Parser.g:16638:3: ruleUnnamedRangeType
+ // InternalAadl2Parser.g:15687:2: ( ruleUnnamedRangeType )
+ // InternalAadl2Parser.g:15688:3: ruleUnnamedRangeType
{
before(grammarAccess.getUnnamedPropertyTypeAccess().getUnnamedRangeTypeParserRuleCall_7());
pushFollow(FollowSets000.FOLLOW_2);
@@ -78033,10 +75230,10 @@ public final void rule__UnnamedPropertyType__Alternatives() throws RecognitionEx
}
break;
case 9 :
- // InternalAadl2Parser.g:16643:2: ( ruleUnnamedClassifierType )
+ // InternalAadl2Parser.g:15693:2: ( ruleUnnamedClassifierType )
{
- // InternalAadl2Parser.g:16643:2: ( ruleUnnamedClassifierType )
- // InternalAadl2Parser.g:16644:3: ruleUnnamedClassifierType
+ // InternalAadl2Parser.g:15693:2: ( ruleUnnamedClassifierType )
+ // InternalAadl2Parser.g:15694:3: ruleUnnamedClassifierType
{
before(grammarAccess.getUnnamedPropertyTypeAccess().getUnnamedClassifierTypeParserRuleCall_8());
pushFollow(FollowSets000.FOLLOW_2);
@@ -78052,10 +75249,10 @@ public final void rule__UnnamedPropertyType__Alternatives() throws RecognitionEx
}
break;
case 10 :
- // InternalAadl2Parser.g:16649:2: ( ruleUnnamedReferenceType )
+ // InternalAadl2Parser.g:15699:2: ( ruleUnnamedReferenceType )
{
- // InternalAadl2Parser.g:16649:2: ( ruleUnnamedReferenceType )
- // InternalAadl2Parser.g:16650:3: ruleUnnamedReferenceType
+ // InternalAadl2Parser.g:15699:2: ( ruleUnnamedReferenceType )
+ // InternalAadl2Parser.g:15700:3: ruleUnnamedReferenceType
{
before(grammarAccess.getUnnamedPropertyTypeAccess().getUnnamedReferenceTypeParserRuleCall_9());
pushFollow(FollowSets000.FOLLOW_2);
@@ -78071,10 +75268,10 @@ public final void rule__UnnamedPropertyType__Alternatives() throws RecognitionEx
}
break;
case 11 :
- // InternalAadl2Parser.g:16655:2: ( ruleUnnamedRecordType )
+ // InternalAadl2Parser.g:15705:2: ( ruleUnnamedRecordType )
{
- // InternalAadl2Parser.g:16655:2: ( ruleUnnamedRecordType )
- // InternalAadl2Parser.g:16656:3: ruleUnnamedRecordType
+ // InternalAadl2Parser.g:15705:2: ( ruleUnnamedRecordType )
+ // InternalAadl2Parser.g:15706:3: ruleUnnamedRecordType
{
before(grammarAccess.getUnnamedPropertyTypeAccess().getUnnamedRecordTypeParserRuleCall_10());
pushFollow(FollowSets000.FOLLOW_2);
@@ -78107,13 +75304,13 @@ public final void rule__UnnamedPropertyType__Alternatives() throws RecognitionEx
// $ANTLR start "rule__RealType__Alternatives_5"
- // InternalAadl2Parser.g:16665:1: rule__RealType__Alternatives_5 : ( ( ( rule__RealType__OwnedUnitsTypeAssignment_5_0 ) ) | ( ( rule__RealType__Group_5_1__0 ) ) );
+ // InternalAadl2Parser.g:15715:1: rule__RealType__Alternatives_5 : ( ( ( rule__RealType__OwnedUnitsTypeAssignment_5_0 ) ) | ( ( rule__RealType__Group_5_1__0 ) ) );
public final void rule__RealType__Alternatives_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16669:1: ( ( ( rule__RealType__OwnedUnitsTypeAssignment_5_0 ) ) | ( ( rule__RealType__Group_5_1__0 ) ) )
+ // InternalAadl2Parser.g:15719:1: ( ( ( rule__RealType__OwnedUnitsTypeAssignment_5_0 ) ) | ( ( rule__RealType__Group_5_1__0 ) ) )
int alt507=2;
int LA507_0 = input.LA(1);
@@ -78141,14 +75338,14 @@ else if ( (LA507_1==RULE_ID) ) {
}
switch (alt507) {
case 1 :
- // InternalAadl2Parser.g:16670:2: ( ( rule__RealType__OwnedUnitsTypeAssignment_5_0 ) )
+ // InternalAadl2Parser.g:15720:2: ( ( rule__RealType__OwnedUnitsTypeAssignment_5_0 ) )
{
- // InternalAadl2Parser.g:16670:2: ( ( rule__RealType__OwnedUnitsTypeAssignment_5_0 ) )
- // InternalAadl2Parser.g:16671:3: ( rule__RealType__OwnedUnitsTypeAssignment_5_0 )
+ // InternalAadl2Parser.g:15720:2: ( ( rule__RealType__OwnedUnitsTypeAssignment_5_0 ) )
+ // InternalAadl2Parser.g:15721:3: ( rule__RealType__OwnedUnitsTypeAssignment_5_0 )
{
before(grammarAccess.getRealTypeAccess().getOwnedUnitsTypeAssignment_5_0());
- // InternalAadl2Parser.g:16672:3: ( rule__RealType__OwnedUnitsTypeAssignment_5_0 )
- // InternalAadl2Parser.g:16672:4: rule__RealType__OwnedUnitsTypeAssignment_5_0
+ // InternalAadl2Parser.g:15722:3: ( rule__RealType__OwnedUnitsTypeAssignment_5_0 )
+ // InternalAadl2Parser.g:15722:4: rule__RealType__OwnedUnitsTypeAssignment_5_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__RealType__OwnedUnitsTypeAssignment_5_0();
@@ -78166,14 +75363,14 @@ else if ( (LA507_1==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:16676:2: ( ( rule__RealType__Group_5_1__0 ) )
+ // InternalAadl2Parser.g:15726:2: ( ( rule__RealType__Group_5_1__0 ) )
{
- // InternalAadl2Parser.g:16676:2: ( ( rule__RealType__Group_5_1__0 ) )
- // InternalAadl2Parser.g:16677:3: ( rule__RealType__Group_5_1__0 )
+ // InternalAadl2Parser.g:15726:2: ( ( rule__RealType__Group_5_1__0 ) )
+ // InternalAadl2Parser.g:15727:3: ( rule__RealType__Group_5_1__0 )
{
before(grammarAccess.getRealTypeAccess().getGroup_5_1());
- // InternalAadl2Parser.g:16678:3: ( rule__RealType__Group_5_1__0 )
- // InternalAadl2Parser.g:16678:4: rule__RealType__Group_5_1__0
+ // InternalAadl2Parser.g:15728:3: ( rule__RealType__Group_5_1__0 )
+ // InternalAadl2Parser.g:15728:4: rule__RealType__Group_5_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__RealType__Group_5_1__0();
@@ -78208,13 +75405,13 @@ else if ( (LA507_1==RULE_ID) ) {
// $ANTLR start "rule__UnnamedRealType__Alternatives_3"
- // InternalAadl2Parser.g:16686:1: rule__UnnamedRealType__Alternatives_3 : ( ( ( rule__UnnamedRealType__OwnedUnitsTypeAssignment_3_0 ) ) | ( ( rule__UnnamedRealType__Group_3_1__0 ) ) );
+ // InternalAadl2Parser.g:15736:1: rule__UnnamedRealType__Alternatives_3 : ( ( ( rule__UnnamedRealType__OwnedUnitsTypeAssignment_3_0 ) ) | ( ( rule__UnnamedRealType__Group_3_1__0 ) ) );
public final void rule__UnnamedRealType__Alternatives_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16690:1: ( ( ( rule__UnnamedRealType__OwnedUnitsTypeAssignment_3_0 ) ) | ( ( rule__UnnamedRealType__Group_3_1__0 ) ) )
+ // InternalAadl2Parser.g:15740:1: ( ( ( rule__UnnamedRealType__OwnedUnitsTypeAssignment_3_0 ) ) | ( ( rule__UnnamedRealType__Group_3_1__0 ) ) )
int alt508=2;
int LA508_0 = input.LA(1);
@@ -78242,14 +75439,14 @@ else if ( (LA508_1==LeftParenthesis) ) {
}
switch (alt508) {
case 1 :
- // InternalAadl2Parser.g:16691:2: ( ( rule__UnnamedRealType__OwnedUnitsTypeAssignment_3_0 ) )
+ // InternalAadl2Parser.g:15741:2: ( ( rule__UnnamedRealType__OwnedUnitsTypeAssignment_3_0 ) )
{
- // InternalAadl2Parser.g:16691:2: ( ( rule__UnnamedRealType__OwnedUnitsTypeAssignment_3_0 ) )
- // InternalAadl2Parser.g:16692:3: ( rule__UnnamedRealType__OwnedUnitsTypeAssignment_3_0 )
+ // InternalAadl2Parser.g:15741:2: ( ( rule__UnnamedRealType__OwnedUnitsTypeAssignment_3_0 ) )
+ // InternalAadl2Parser.g:15742:3: ( rule__UnnamedRealType__OwnedUnitsTypeAssignment_3_0 )
{
before(grammarAccess.getUnnamedRealTypeAccess().getOwnedUnitsTypeAssignment_3_0());
- // InternalAadl2Parser.g:16693:3: ( rule__UnnamedRealType__OwnedUnitsTypeAssignment_3_0 )
- // InternalAadl2Parser.g:16693:4: rule__UnnamedRealType__OwnedUnitsTypeAssignment_3_0
+ // InternalAadl2Parser.g:15743:3: ( rule__UnnamedRealType__OwnedUnitsTypeAssignment_3_0 )
+ // InternalAadl2Parser.g:15743:4: rule__UnnamedRealType__OwnedUnitsTypeAssignment_3_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__UnnamedRealType__OwnedUnitsTypeAssignment_3_0();
@@ -78267,14 +75464,14 @@ else if ( (LA508_1==LeftParenthesis) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:16697:2: ( ( rule__UnnamedRealType__Group_3_1__0 ) )
+ // InternalAadl2Parser.g:15747:2: ( ( rule__UnnamedRealType__Group_3_1__0 ) )
{
- // InternalAadl2Parser.g:16697:2: ( ( rule__UnnamedRealType__Group_3_1__0 ) )
- // InternalAadl2Parser.g:16698:3: ( rule__UnnamedRealType__Group_3_1__0 )
+ // InternalAadl2Parser.g:15747:2: ( ( rule__UnnamedRealType__Group_3_1__0 ) )
+ // InternalAadl2Parser.g:15748:3: ( rule__UnnamedRealType__Group_3_1__0 )
{
before(grammarAccess.getUnnamedRealTypeAccess().getGroup_3_1());
- // InternalAadl2Parser.g:16699:3: ( rule__UnnamedRealType__Group_3_1__0 )
- // InternalAadl2Parser.g:16699:4: rule__UnnamedRealType__Group_3_1__0
+ // InternalAadl2Parser.g:15749:3: ( rule__UnnamedRealType__Group_3_1__0 )
+ // InternalAadl2Parser.g:15749:4: rule__UnnamedRealType__Group_3_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__UnnamedRealType__Group_3_1__0();
@@ -78309,13 +75506,13 @@ else if ( (LA508_1==LeftParenthesis) ) {
// $ANTLR start "rule__IntegerType__Alternatives_5"
- // InternalAadl2Parser.g:16707:1: rule__IntegerType__Alternatives_5 : ( ( ( rule__IntegerType__OwnedUnitsTypeAssignment_5_0 ) ) | ( ( rule__IntegerType__Group_5_1__0 ) ) );
+ // InternalAadl2Parser.g:15757:1: rule__IntegerType__Alternatives_5 : ( ( ( rule__IntegerType__OwnedUnitsTypeAssignment_5_0 ) ) | ( ( rule__IntegerType__Group_5_1__0 ) ) );
public final void rule__IntegerType__Alternatives_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16711:1: ( ( ( rule__IntegerType__OwnedUnitsTypeAssignment_5_0 ) ) | ( ( rule__IntegerType__Group_5_1__0 ) ) )
+ // InternalAadl2Parser.g:15761:1: ( ( ( rule__IntegerType__OwnedUnitsTypeAssignment_5_0 ) ) | ( ( rule__IntegerType__Group_5_1__0 ) ) )
int alt509=2;
int LA509_0 = input.LA(1);
@@ -78343,14 +75540,14 @@ else if ( (LA509_1==RULE_ID) ) {
}
switch (alt509) {
case 1 :
- // InternalAadl2Parser.g:16712:2: ( ( rule__IntegerType__OwnedUnitsTypeAssignment_5_0 ) )
+ // InternalAadl2Parser.g:15762:2: ( ( rule__IntegerType__OwnedUnitsTypeAssignment_5_0 ) )
{
- // InternalAadl2Parser.g:16712:2: ( ( rule__IntegerType__OwnedUnitsTypeAssignment_5_0 ) )
- // InternalAadl2Parser.g:16713:3: ( rule__IntegerType__OwnedUnitsTypeAssignment_5_0 )
+ // InternalAadl2Parser.g:15762:2: ( ( rule__IntegerType__OwnedUnitsTypeAssignment_5_0 ) )
+ // InternalAadl2Parser.g:15763:3: ( rule__IntegerType__OwnedUnitsTypeAssignment_5_0 )
{
before(grammarAccess.getIntegerTypeAccess().getOwnedUnitsTypeAssignment_5_0());
- // InternalAadl2Parser.g:16714:3: ( rule__IntegerType__OwnedUnitsTypeAssignment_5_0 )
- // InternalAadl2Parser.g:16714:4: rule__IntegerType__OwnedUnitsTypeAssignment_5_0
+ // InternalAadl2Parser.g:15764:3: ( rule__IntegerType__OwnedUnitsTypeAssignment_5_0 )
+ // InternalAadl2Parser.g:15764:4: rule__IntegerType__OwnedUnitsTypeAssignment_5_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__IntegerType__OwnedUnitsTypeAssignment_5_0();
@@ -78368,14 +75565,14 @@ else if ( (LA509_1==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:16718:2: ( ( rule__IntegerType__Group_5_1__0 ) )
+ // InternalAadl2Parser.g:15768:2: ( ( rule__IntegerType__Group_5_1__0 ) )
{
- // InternalAadl2Parser.g:16718:2: ( ( rule__IntegerType__Group_5_1__0 ) )
- // InternalAadl2Parser.g:16719:3: ( rule__IntegerType__Group_5_1__0 )
+ // InternalAadl2Parser.g:15768:2: ( ( rule__IntegerType__Group_5_1__0 ) )
+ // InternalAadl2Parser.g:15769:3: ( rule__IntegerType__Group_5_1__0 )
{
before(grammarAccess.getIntegerTypeAccess().getGroup_5_1());
- // InternalAadl2Parser.g:16720:3: ( rule__IntegerType__Group_5_1__0 )
- // InternalAadl2Parser.g:16720:4: rule__IntegerType__Group_5_1__0
+ // InternalAadl2Parser.g:15770:3: ( rule__IntegerType__Group_5_1__0 )
+ // InternalAadl2Parser.g:15770:4: rule__IntegerType__Group_5_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__IntegerType__Group_5_1__0();
@@ -78410,13 +75607,13 @@ else if ( (LA509_1==RULE_ID) ) {
// $ANTLR start "rule__UnnamedIntegerType__Alternatives_3"
- // InternalAadl2Parser.g:16728:1: rule__UnnamedIntegerType__Alternatives_3 : ( ( ( rule__UnnamedIntegerType__OwnedUnitsTypeAssignment_3_0 ) ) | ( ( rule__UnnamedIntegerType__Group_3_1__0 ) ) );
+ // InternalAadl2Parser.g:15778:1: rule__UnnamedIntegerType__Alternatives_3 : ( ( ( rule__UnnamedIntegerType__OwnedUnitsTypeAssignment_3_0 ) ) | ( ( rule__UnnamedIntegerType__Group_3_1__0 ) ) );
public final void rule__UnnamedIntegerType__Alternatives_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16732:1: ( ( ( rule__UnnamedIntegerType__OwnedUnitsTypeAssignment_3_0 ) ) | ( ( rule__UnnamedIntegerType__Group_3_1__0 ) ) )
+ // InternalAadl2Parser.g:15782:1: ( ( ( rule__UnnamedIntegerType__OwnedUnitsTypeAssignment_3_0 ) ) | ( ( rule__UnnamedIntegerType__Group_3_1__0 ) ) )
int alt510=2;
int LA510_0 = input.LA(1);
@@ -78444,14 +75641,14 @@ else if ( (LA510_1==RULE_ID) ) {
}
switch (alt510) {
case 1 :
- // InternalAadl2Parser.g:16733:2: ( ( rule__UnnamedIntegerType__OwnedUnitsTypeAssignment_3_0 ) )
+ // InternalAadl2Parser.g:15783:2: ( ( rule__UnnamedIntegerType__OwnedUnitsTypeAssignment_3_0 ) )
{
- // InternalAadl2Parser.g:16733:2: ( ( rule__UnnamedIntegerType__OwnedUnitsTypeAssignment_3_0 ) )
- // InternalAadl2Parser.g:16734:3: ( rule__UnnamedIntegerType__OwnedUnitsTypeAssignment_3_0 )
+ // InternalAadl2Parser.g:15783:2: ( ( rule__UnnamedIntegerType__OwnedUnitsTypeAssignment_3_0 ) )
+ // InternalAadl2Parser.g:15784:3: ( rule__UnnamedIntegerType__OwnedUnitsTypeAssignment_3_0 )
{
before(grammarAccess.getUnnamedIntegerTypeAccess().getOwnedUnitsTypeAssignment_3_0());
- // InternalAadl2Parser.g:16735:3: ( rule__UnnamedIntegerType__OwnedUnitsTypeAssignment_3_0 )
- // InternalAadl2Parser.g:16735:4: rule__UnnamedIntegerType__OwnedUnitsTypeAssignment_3_0
+ // InternalAadl2Parser.g:15785:3: ( rule__UnnamedIntegerType__OwnedUnitsTypeAssignment_3_0 )
+ // InternalAadl2Parser.g:15785:4: rule__UnnamedIntegerType__OwnedUnitsTypeAssignment_3_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__UnnamedIntegerType__OwnedUnitsTypeAssignment_3_0();
@@ -78469,14 +75666,14 @@ else if ( (LA510_1==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:16739:2: ( ( rule__UnnamedIntegerType__Group_3_1__0 ) )
+ // InternalAadl2Parser.g:15789:2: ( ( rule__UnnamedIntegerType__Group_3_1__0 ) )
{
- // InternalAadl2Parser.g:16739:2: ( ( rule__UnnamedIntegerType__Group_3_1__0 ) )
- // InternalAadl2Parser.g:16740:3: ( rule__UnnamedIntegerType__Group_3_1__0 )
+ // InternalAadl2Parser.g:15789:2: ( ( rule__UnnamedIntegerType__Group_3_1__0 ) )
+ // InternalAadl2Parser.g:15790:3: ( rule__UnnamedIntegerType__Group_3_1__0 )
{
before(grammarAccess.getUnnamedIntegerTypeAccess().getGroup_3_1());
- // InternalAadl2Parser.g:16741:3: ( rule__UnnamedIntegerType__Group_3_1__0 )
- // InternalAadl2Parser.g:16741:4: rule__UnnamedIntegerType__Group_3_1__0
+ // InternalAadl2Parser.g:15791:3: ( rule__UnnamedIntegerType__Group_3_1__0 )
+ // InternalAadl2Parser.g:15791:4: rule__UnnamedIntegerType__Group_3_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__UnnamedIntegerType__Group_3_1__0();
@@ -78510,14 +75707,14 @@ else if ( (LA510_1==RULE_ID) ) {
// $ANTLR end "rule__UnnamedIntegerType__Alternatives_3"
- // $ANTLR start "rule__RangeType__Alternatives_4"
- // InternalAadl2Parser.g:16749:1: rule__RangeType__Alternatives_4 : ( ( ( rule__RangeType__OwnedNumberTypeAssignment_4_0 ) ) | ( ( rule__RangeType__ReferencedNumberTypeAssignment_4_1 ) ) );
- public final void rule__RangeType__Alternatives_4() throws RecognitionException {
+ // $ANTLR start "rule__RangeType__Alternatives_5"
+ // InternalAadl2Parser.g:15799:1: rule__RangeType__Alternatives_5 : ( ( ( rule__RangeType__OwnedNumberTypeAssignment_5_0 ) ) | ( ( rule__RangeType__ReferencedNumberTypeAssignment_5_1 ) ) );
+ public final void rule__RangeType__Alternatives_5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16753:1: ( ( ( rule__RangeType__OwnedNumberTypeAssignment_4_0 ) ) | ( ( rule__RangeType__ReferencedNumberTypeAssignment_4_1 ) ) )
+ // InternalAadl2Parser.g:15803:1: ( ( ( rule__RangeType__OwnedNumberTypeAssignment_5_0 ) ) | ( ( rule__RangeType__ReferencedNumberTypeAssignment_5_1 ) ) )
int alt511=2;
int LA511_0 = input.LA(1);
@@ -78535,24 +75732,24 @@ else if ( (LA511_0==RULE_ID) ) {
}
switch (alt511) {
case 1 :
- // InternalAadl2Parser.g:16754:2: ( ( rule__RangeType__OwnedNumberTypeAssignment_4_0 ) )
+ // InternalAadl2Parser.g:15804:2: ( ( rule__RangeType__OwnedNumberTypeAssignment_5_0 ) )
{
- // InternalAadl2Parser.g:16754:2: ( ( rule__RangeType__OwnedNumberTypeAssignment_4_0 ) )
- // InternalAadl2Parser.g:16755:3: ( rule__RangeType__OwnedNumberTypeAssignment_4_0 )
+ // InternalAadl2Parser.g:15804:2: ( ( rule__RangeType__OwnedNumberTypeAssignment_5_0 ) )
+ // InternalAadl2Parser.g:15805:3: ( rule__RangeType__OwnedNumberTypeAssignment_5_0 )
{
- before(grammarAccess.getRangeTypeAccess().getOwnedNumberTypeAssignment_4_0());
- // InternalAadl2Parser.g:16756:3: ( rule__RangeType__OwnedNumberTypeAssignment_4_0 )
- // InternalAadl2Parser.g:16756:4: rule__RangeType__OwnedNumberTypeAssignment_4_0
+ before(grammarAccess.getRangeTypeAccess().getOwnedNumberTypeAssignment_5_0());
+ // InternalAadl2Parser.g:15806:3: ( rule__RangeType__OwnedNumberTypeAssignment_5_0 )
+ // InternalAadl2Parser.g:15806:4: rule__RangeType__OwnedNumberTypeAssignment_5_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__RangeType__OwnedNumberTypeAssignment_4_0();
+ rule__RangeType__OwnedNumberTypeAssignment_5_0();
state._fsp--;
}
- after(grammarAccess.getRangeTypeAccess().getOwnedNumberTypeAssignment_4_0());
+ after(grammarAccess.getRangeTypeAccess().getOwnedNumberTypeAssignment_5_0());
}
@@ -78560,24 +75757,24 @@ else if ( (LA511_0==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:16760:2: ( ( rule__RangeType__ReferencedNumberTypeAssignment_4_1 ) )
+ // InternalAadl2Parser.g:15810:2: ( ( rule__RangeType__ReferencedNumberTypeAssignment_5_1 ) )
{
- // InternalAadl2Parser.g:16760:2: ( ( rule__RangeType__ReferencedNumberTypeAssignment_4_1 ) )
- // InternalAadl2Parser.g:16761:3: ( rule__RangeType__ReferencedNumberTypeAssignment_4_1 )
+ // InternalAadl2Parser.g:15810:2: ( ( rule__RangeType__ReferencedNumberTypeAssignment_5_1 ) )
+ // InternalAadl2Parser.g:15811:3: ( rule__RangeType__ReferencedNumberTypeAssignment_5_1 )
{
- before(grammarAccess.getRangeTypeAccess().getReferencedNumberTypeAssignment_4_1());
- // InternalAadl2Parser.g:16762:3: ( rule__RangeType__ReferencedNumberTypeAssignment_4_1 )
- // InternalAadl2Parser.g:16762:4: rule__RangeType__ReferencedNumberTypeAssignment_4_1
+ before(grammarAccess.getRangeTypeAccess().getReferencedNumberTypeAssignment_5_1());
+ // InternalAadl2Parser.g:15812:3: ( rule__RangeType__ReferencedNumberTypeAssignment_5_1 )
+ // InternalAadl2Parser.g:15812:4: rule__RangeType__ReferencedNumberTypeAssignment_5_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__RangeType__ReferencedNumberTypeAssignment_4_1();
+ rule__RangeType__ReferencedNumberTypeAssignment_5_1();
state._fsp--;
}
- after(grammarAccess.getRangeTypeAccess().getReferencedNumberTypeAssignment_4_1());
+ after(grammarAccess.getRangeTypeAccess().getReferencedNumberTypeAssignment_5_1());
}
@@ -78598,17 +75795,17 @@ else if ( (LA511_0==RULE_ID) ) {
}
return ;
}
- // $ANTLR end "rule__RangeType__Alternatives_4"
+ // $ANTLR end "rule__RangeType__Alternatives_5"
- // $ANTLR start "rule__RangeType__OwnedNumberTypeAlternatives_4_0_0"
- // InternalAadl2Parser.g:16770:1: rule__RangeType__OwnedNumberTypeAlternatives_4_0_0 : ( ( ruleUnnamedIntegerType ) | ( ruleUnnamedRealType ) );
- public final void rule__RangeType__OwnedNumberTypeAlternatives_4_0_0() throws RecognitionException {
+ // $ANTLR start "rule__RangeType__OwnedNumberTypeAlternatives_5_0_0"
+ // InternalAadl2Parser.g:15820:1: rule__RangeType__OwnedNumberTypeAlternatives_5_0_0 : ( ( ruleUnnamedIntegerType ) | ( ruleUnnamedRealType ) );
+ public final void rule__RangeType__OwnedNumberTypeAlternatives_5_0_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16774:1: ( ( ruleUnnamedIntegerType ) | ( ruleUnnamedRealType ) )
+ // InternalAadl2Parser.g:15824:1: ( ( ruleUnnamedIntegerType ) | ( ruleUnnamedRealType ) )
int alt512=2;
int LA512_0 = input.LA(1);
@@ -78626,18 +75823,18 @@ else if ( (LA512_0==Aadlreal) ) {
}
switch (alt512) {
case 1 :
- // InternalAadl2Parser.g:16775:2: ( ruleUnnamedIntegerType )
+ // InternalAadl2Parser.g:15825:2: ( ruleUnnamedIntegerType )
{
- // InternalAadl2Parser.g:16775:2: ( ruleUnnamedIntegerType )
- // InternalAadl2Parser.g:16776:3: ruleUnnamedIntegerType
+ // InternalAadl2Parser.g:15825:2: ( ruleUnnamedIntegerType )
+ // InternalAadl2Parser.g:15826:3: ruleUnnamedIntegerType
{
- before(grammarAccess.getRangeTypeAccess().getOwnedNumberTypeUnnamedIntegerTypeParserRuleCall_4_0_0_0());
+ before(grammarAccess.getRangeTypeAccess().getOwnedNumberTypeUnnamedIntegerTypeParserRuleCall_5_0_0_0());
pushFollow(FollowSets000.FOLLOW_2);
ruleUnnamedIntegerType();
state._fsp--;
- after(grammarAccess.getRangeTypeAccess().getOwnedNumberTypeUnnamedIntegerTypeParserRuleCall_4_0_0_0());
+ after(grammarAccess.getRangeTypeAccess().getOwnedNumberTypeUnnamedIntegerTypeParserRuleCall_5_0_0_0());
}
@@ -78645,18 +75842,18 @@ else if ( (LA512_0==Aadlreal) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:16781:2: ( ruleUnnamedRealType )
+ // InternalAadl2Parser.g:15831:2: ( ruleUnnamedRealType )
{
- // InternalAadl2Parser.g:16781:2: ( ruleUnnamedRealType )
- // InternalAadl2Parser.g:16782:3: ruleUnnamedRealType
+ // InternalAadl2Parser.g:15831:2: ( ruleUnnamedRealType )
+ // InternalAadl2Parser.g:15832:3: ruleUnnamedRealType
{
- before(grammarAccess.getRangeTypeAccess().getOwnedNumberTypeUnnamedRealTypeParserRuleCall_4_0_0_1());
+ before(grammarAccess.getRangeTypeAccess().getOwnedNumberTypeUnnamedRealTypeParserRuleCall_5_0_0_1());
pushFollow(FollowSets000.FOLLOW_2);
ruleUnnamedRealType();
state._fsp--;
- after(grammarAccess.getRangeTypeAccess().getOwnedNumberTypeUnnamedRealTypeParserRuleCall_4_0_0_1());
+ after(grammarAccess.getRangeTypeAccess().getOwnedNumberTypeUnnamedRealTypeParserRuleCall_5_0_0_1());
}
@@ -78677,17 +75874,17 @@ else if ( (LA512_0==Aadlreal) ) {
}
return ;
}
- // $ANTLR end "rule__RangeType__OwnedNumberTypeAlternatives_4_0_0"
+ // $ANTLR end "rule__RangeType__OwnedNumberTypeAlternatives_5_0_0"
- // $ANTLR start "rule__UnnamedRangeType__Alternatives_2"
- // InternalAadl2Parser.g:16791:1: rule__UnnamedRangeType__Alternatives_2 : ( ( ( rule__UnnamedRangeType__OwnedNumberTypeAssignment_2_0 ) ) | ( ( rule__UnnamedRangeType__ReferencedNumberTypeAssignment_2_1 ) ) );
- public final void rule__UnnamedRangeType__Alternatives_2() throws RecognitionException {
+ // $ANTLR start "rule__UnnamedRangeType__Alternatives_3"
+ // InternalAadl2Parser.g:15841:1: rule__UnnamedRangeType__Alternatives_3 : ( ( ( rule__UnnamedRangeType__OwnedNumberTypeAssignment_3_0 ) ) | ( ( rule__UnnamedRangeType__ReferencedNumberTypeAssignment_3_1 ) ) );
+ public final void rule__UnnamedRangeType__Alternatives_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16795:1: ( ( ( rule__UnnamedRangeType__OwnedNumberTypeAssignment_2_0 ) ) | ( ( rule__UnnamedRangeType__ReferencedNumberTypeAssignment_2_1 ) ) )
+ // InternalAadl2Parser.g:15845:1: ( ( ( rule__UnnamedRangeType__OwnedNumberTypeAssignment_3_0 ) ) | ( ( rule__UnnamedRangeType__ReferencedNumberTypeAssignment_3_1 ) ) )
int alt513=2;
int LA513_0 = input.LA(1);
@@ -78705,24 +75902,24 @@ else if ( (LA513_0==RULE_ID) ) {
}
switch (alt513) {
case 1 :
- // InternalAadl2Parser.g:16796:2: ( ( rule__UnnamedRangeType__OwnedNumberTypeAssignment_2_0 ) )
+ // InternalAadl2Parser.g:15846:2: ( ( rule__UnnamedRangeType__OwnedNumberTypeAssignment_3_0 ) )
{
- // InternalAadl2Parser.g:16796:2: ( ( rule__UnnamedRangeType__OwnedNumberTypeAssignment_2_0 ) )
- // InternalAadl2Parser.g:16797:3: ( rule__UnnamedRangeType__OwnedNumberTypeAssignment_2_0 )
+ // InternalAadl2Parser.g:15846:2: ( ( rule__UnnamedRangeType__OwnedNumberTypeAssignment_3_0 ) )
+ // InternalAadl2Parser.g:15847:3: ( rule__UnnamedRangeType__OwnedNumberTypeAssignment_3_0 )
{
- before(grammarAccess.getUnnamedRangeTypeAccess().getOwnedNumberTypeAssignment_2_0());
- // InternalAadl2Parser.g:16798:3: ( rule__UnnamedRangeType__OwnedNumberTypeAssignment_2_0 )
- // InternalAadl2Parser.g:16798:4: rule__UnnamedRangeType__OwnedNumberTypeAssignment_2_0
+ before(grammarAccess.getUnnamedRangeTypeAccess().getOwnedNumberTypeAssignment_3_0());
+ // InternalAadl2Parser.g:15848:3: ( rule__UnnamedRangeType__OwnedNumberTypeAssignment_3_0 )
+ // InternalAadl2Parser.g:15848:4: rule__UnnamedRangeType__OwnedNumberTypeAssignment_3_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__UnnamedRangeType__OwnedNumberTypeAssignment_2_0();
+ rule__UnnamedRangeType__OwnedNumberTypeAssignment_3_0();
state._fsp--;
}
- after(grammarAccess.getUnnamedRangeTypeAccess().getOwnedNumberTypeAssignment_2_0());
+ after(grammarAccess.getUnnamedRangeTypeAccess().getOwnedNumberTypeAssignment_3_0());
}
@@ -78730,24 +75927,24 @@ else if ( (LA513_0==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:16802:2: ( ( rule__UnnamedRangeType__ReferencedNumberTypeAssignment_2_1 ) )
+ // InternalAadl2Parser.g:15852:2: ( ( rule__UnnamedRangeType__ReferencedNumberTypeAssignment_3_1 ) )
{
- // InternalAadl2Parser.g:16802:2: ( ( rule__UnnamedRangeType__ReferencedNumberTypeAssignment_2_1 ) )
- // InternalAadl2Parser.g:16803:3: ( rule__UnnamedRangeType__ReferencedNumberTypeAssignment_2_1 )
+ // InternalAadl2Parser.g:15852:2: ( ( rule__UnnamedRangeType__ReferencedNumberTypeAssignment_3_1 ) )
+ // InternalAadl2Parser.g:15853:3: ( rule__UnnamedRangeType__ReferencedNumberTypeAssignment_3_1 )
{
- before(grammarAccess.getUnnamedRangeTypeAccess().getReferencedNumberTypeAssignment_2_1());
- // InternalAadl2Parser.g:16804:3: ( rule__UnnamedRangeType__ReferencedNumberTypeAssignment_2_1 )
- // InternalAadl2Parser.g:16804:4: rule__UnnamedRangeType__ReferencedNumberTypeAssignment_2_1
+ before(grammarAccess.getUnnamedRangeTypeAccess().getReferencedNumberTypeAssignment_3_1());
+ // InternalAadl2Parser.g:15854:3: ( rule__UnnamedRangeType__ReferencedNumberTypeAssignment_3_1 )
+ // InternalAadl2Parser.g:15854:4: rule__UnnamedRangeType__ReferencedNumberTypeAssignment_3_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__UnnamedRangeType__ReferencedNumberTypeAssignment_2_1();
+ rule__UnnamedRangeType__ReferencedNumberTypeAssignment_3_1();
state._fsp--;
}
- after(grammarAccess.getUnnamedRangeTypeAccess().getReferencedNumberTypeAssignment_2_1());
+ after(grammarAccess.getUnnamedRangeTypeAccess().getReferencedNumberTypeAssignment_3_1());
}
@@ -78768,17 +75965,17 @@ else if ( (LA513_0==RULE_ID) ) {
}
return ;
}
- // $ANTLR end "rule__UnnamedRangeType__Alternatives_2"
+ // $ANTLR end "rule__UnnamedRangeType__Alternatives_3"
- // $ANTLR start "rule__UnnamedRangeType__OwnedNumberTypeAlternatives_2_0_0"
- // InternalAadl2Parser.g:16812:1: rule__UnnamedRangeType__OwnedNumberTypeAlternatives_2_0_0 : ( ( ruleUnnamedIntegerType ) | ( ruleUnnamedRealType ) );
- public final void rule__UnnamedRangeType__OwnedNumberTypeAlternatives_2_0_0() throws RecognitionException {
+ // $ANTLR start "rule__UnnamedRangeType__OwnedNumberTypeAlternatives_3_0_0"
+ // InternalAadl2Parser.g:15862:1: rule__UnnamedRangeType__OwnedNumberTypeAlternatives_3_0_0 : ( ( ruleUnnamedIntegerType ) | ( ruleUnnamedRealType ) );
+ public final void rule__UnnamedRangeType__OwnedNumberTypeAlternatives_3_0_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16816:1: ( ( ruleUnnamedIntegerType ) | ( ruleUnnamedRealType ) )
+ // InternalAadl2Parser.g:15866:1: ( ( ruleUnnamedIntegerType ) | ( ruleUnnamedRealType ) )
int alt514=2;
int LA514_0 = input.LA(1);
@@ -78796,18 +75993,18 @@ else if ( (LA514_0==Aadlreal) ) {
}
switch (alt514) {
case 1 :
- // InternalAadl2Parser.g:16817:2: ( ruleUnnamedIntegerType )
+ // InternalAadl2Parser.g:15867:2: ( ruleUnnamedIntegerType )
{
- // InternalAadl2Parser.g:16817:2: ( ruleUnnamedIntegerType )
- // InternalAadl2Parser.g:16818:3: ruleUnnamedIntegerType
+ // InternalAadl2Parser.g:15867:2: ( ruleUnnamedIntegerType )
+ // InternalAadl2Parser.g:15868:3: ruleUnnamedIntegerType
{
- before(grammarAccess.getUnnamedRangeTypeAccess().getOwnedNumberTypeUnnamedIntegerTypeParserRuleCall_2_0_0_0());
+ before(grammarAccess.getUnnamedRangeTypeAccess().getOwnedNumberTypeUnnamedIntegerTypeParserRuleCall_3_0_0_0());
pushFollow(FollowSets000.FOLLOW_2);
ruleUnnamedIntegerType();
state._fsp--;
- after(grammarAccess.getUnnamedRangeTypeAccess().getOwnedNumberTypeUnnamedIntegerTypeParserRuleCall_2_0_0_0());
+ after(grammarAccess.getUnnamedRangeTypeAccess().getOwnedNumberTypeUnnamedIntegerTypeParserRuleCall_3_0_0_0());
}
@@ -78815,18 +76012,18 @@ else if ( (LA514_0==Aadlreal) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:16823:2: ( ruleUnnamedRealType )
+ // InternalAadl2Parser.g:15873:2: ( ruleUnnamedRealType )
{
- // InternalAadl2Parser.g:16823:2: ( ruleUnnamedRealType )
- // InternalAadl2Parser.g:16824:3: ruleUnnamedRealType
+ // InternalAadl2Parser.g:15873:2: ( ruleUnnamedRealType )
+ // InternalAadl2Parser.g:15874:3: ruleUnnamedRealType
{
- before(grammarAccess.getUnnamedRangeTypeAccess().getOwnedNumberTypeUnnamedRealTypeParserRuleCall_2_0_0_1());
+ before(grammarAccess.getUnnamedRangeTypeAccess().getOwnedNumberTypeUnnamedRealTypeParserRuleCall_3_0_0_1());
pushFollow(FollowSets000.FOLLOW_2);
ruleUnnamedRealType();
state._fsp--;
- after(grammarAccess.getUnnamedRangeTypeAccess().getOwnedNumberTypeUnnamedRealTypeParserRuleCall_2_0_0_1());
+ after(grammarAccess.getUnnamedRangeTypeAccess().getOwnedNumberTypeUnnamedRealTypeParserRuleCall_3_0_0_1());
}
@@ -78847,17 +76044,17 @@ else if ( (LA514_0==Aadlreal) ) {
}
return ;
}
- // $ANTLR end "rule__UnnamedRangeType__OwnedNumberTypeAlternatives_2_0_0"
+ // $ANTLR end "rule__UnnamedRangeType__OwnedNumberTypeAlternatives_3_0_0"
// $ANTLR start "rule__QMReference__MetaclassNameAlternatives_1_0"
- // InternalAadl2Parser.g:16833:1: rule__QMReference__MetaclassNameAlternatives_1_0 : ( ( ruleCoreKeyWord ) | ( RULE_ID ) );
+ // InternalAadl2Parser.g:15883:1: rule__QMReference__MetaclassNameAlternatives_1_0 : ( ( ruleCoreKeyWord ) | ( RULE_ID ) );
public final void rule__QMReference__MetaclassNameAlternatives_1_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16837:1: ( ( ruleCoreKeyWord ) | ( RULE_ID ) )
+ // InternalAadl2Parser.g:15887:1: ( ( ruleCoreKeyWord ) | ( RULE_ID ) )
int alt515=2;
int LA515_0 = input.LA(1);
@@ -78875,10 +76072,10 @@ else if ( (LA515_0==RULE_ID) ) {
}
switch (alt515) {
case 1 :
- // InternalAadl2Parser.g:16838:2: ( ruleCoreKeyWord )
+ // InternalAadl2Parser.g:15888:2: ( ruleCoreKeyWord )
{
- // InternalAadl2Parser.g:16838:2: ( ruleCoreKeyWord )
- // InternalAadl2Parser.g:16839:3: ruleCoreKeyWord
+ // InternalAadl2Parser.g:15888:2: ( ruleCoreKeyWord )
+ // InternalAadl2Parser.g:15889:3: ruleCoreKeyWord
{
before(grammarAccess.getQMReferenceAccess().getMetaclassNameCoreKeyWordParserRuleCall_1_0_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -78894,10 +76091,10 @@ else if ( (LA515_0==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:16844:2: ( RULE_ID )
+ // InternalAadl2Parser.g:15894:2: ( RULE_ID )
{
- // InternalAadl2Parser.g:16844:2: ( RULE_ID )
- // InternalAadl2Parser.g:16845:3: RULE_ID
+ // InternalAadl2Parser.g:15894:2: ( RULE_ID )
+ // InternalAadl2Parser.g:15895:3: RULE_ID
{
before(grammarAccess.getQMReferenceAccess().getMetaclassNameIDTerminalRuleCall_1_0_1());
match(input,RULE_ID,FollowSets000.FOLLOW_2);
@@ -78926,13 +76123,13 @@ else if ( (LA515_0==RULE_ID) ) {
// $ANTLR start "rule__RecordField__Alternatives_2"
- // InternalAadl2Parser.g:16854:1: rule__RecordField__Alternatives_2 : ( ( ( rule__RecordField__ReferencedPropertyTypeAssignment_2_0 ) ) | ( ( rule__RecordField__OwnedPropertyTypeAssignment_2_1 ) ) );
+ // InternalAadl2Parser.g:15904:1: rule__RecordField__Alternatives_2 : ( ( ( rule__RecordField__ReferencedPropertyTypeAssignment_2_0 ) ) | ( ( rule__RecordField__OwnedPropertyTypeAssignment_2_1 ) ) );
public final void rule__RecordField__Alternatives_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16858:1: ( ( ( rule__RecordField__ReferencedPropertyTypeAssignment_2_0 ) ) | ( ( rule__RecordField__OwnedPropertyTypeAssignment_2_1 ) ) )
+ // InternalAadl2Parser.g:15908:1: ( ( ( rule__RecordField__ReferencedPropertyTypeAssignment_2_0 ) ) | ( ( rule__RecordField__OwnedPropertyTypeAssignment_2_1 ) ) )
int alt516=2;
int LA516_0 = input.LA(1);
@@ -78950,14 +76147,14 @@ else if ( ((LA516_0>=Aadlboolean && LA516_0<=Aadlinteger)||(LA516_0>=Enumeration
}
switch (alt516) {
case 1 :
- // InternalAadl2Parser.g:16859:2: ( ( rule__RecordField__ReferencedPropertyTypeAssignment_2_0 ) )
+ // InternalAadl2Parser.g:15909:2: ( ( rule__RecordField__ReferencedPropertyTypeAssignment_2_0 ) )
{
- // InternalAadl2Parser.g:16859:2: ( ( rule__RecordField__ReferencedPropertyTypeAssignment_2_0 ) )
- // InternalAadl2Parser.g:16860:3: ( rule__RecordField__ReferencedPropertyTypeAssignment_2_0 )
+ // InternalAadl2Parser.g:15909:2: ( ( rule__RecordField__ReferencedPropertyTypeAssignment_2_0 ) )
+ // InternalAadl2Parser.g:15910:3: ( rule__RecordField__ReferencedPropertyTypeAssignment_2_0 )
{
before(grammarAccess.getRecordFieldAccess().getReferencedPropertyTypeAssignment_2_0());
- // InternalAadl2Parser.g:16861:3: ( rule__RecordField__ReferencedPropertyTypeAssignment_2_0 )
- // InternalAadl2Parser.g:16861:4: rule__RecordField__ReferencedPropertyTypeAssignment_2_0
+ // InternalAadl2Parser.g:15911:3: ( rule__RecordField__ReferencedPropertyTypeAssignment_2_0 )
+ // InternalAadl2Parser.g:15911:4: rule__RecordField__ReferencedPropertyTypeAssignment_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__RecordField__ReferencedPropertyTypeAssignment_2_0();
@@ -78975,14 +76172,14 @@ else if ( ((LA516_0>=Aadlboolean && LA516_0<=Aadlinteger)||(LA516_0>=Enumeration
}
break;
case 2 :
- // InternalAadl2Parser.g:16865:2: ( ( rule__RecordField__OwnedPropertyTypeAssignment_2_1 ) )
+ // InternalAadl2Parser.g:15915:2: ( ( rule__RecordField__OwnedPropertyTypeAssignment_2_1 ) )
{
- // InternalAadl2Parser.g:16865:2: ( ( rule__RecordField__OwnedPropertyTypeAssignment_2_1 ) )
- // InternalAadl2Parser.g:16866:3: ( rule__RecordField__OwnedPropertyTypeAssignment_2_1 )
+ // InternalAadl2Parser.g:15915:2: ( ( rule__RecordField__OwnedPropertyTypeAssignment_2_1 ) )
+ // InternalAadl2Parser.g:15916:3: ( rule__RecordField__OwnedPropertyTypeAssignment_2_1 )
{
before(grammarAccess.getRecordFieldAccess().getOwnedPropertyTypeAssignment_2_1());
- // InternalAadl2Parser.g:16867:3: ( rule__RecordField__OwnedPropertyTypeAssignment_2_1 )
- // InternalAadl2Parser.g:16867:4: rule__RecordField__OwnedPropertyTypeAssignment_2_1
+ // InternalAadl2Parser.g:15917:3: ( rule__RecordField__OwnedPropertyTypeAssignment_2_1 )
+ // InternalAadl2Parser.g:15917:4: rule__RecordField__OwnedPropertyTypeAssignment_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__RecordField__OwnedPropertyTypeAssignment_2_1();
@@ -79017,13 +76214,13 @@ else if ( ((LA516_0>=Aadlboolean && LA516_0<=Aadlinteger)||(LA516_0>=Enumeration
// $ANTLR start "rule__PropertyDefinition__Alternatives_3"
- // InternalAadl2Parser.g:16875:1: rule__PropertyDefinition__Alternatives_3 : ( ( ( rule__PropertyDefinition__ReferencedPropertyTypeAssignment_3_0 ) ) | ( ( rule__PropertyDefinition__OwnedPropertyTypeAssignment_3_1 ) ) );
+ // InternalAadl2Parser.g:15925:1: rule__PropertyDefinition__Alternatives_3 : ( ( ( rule__PropertyDefinition__ReferencedPropertyTypeAssignment_3_0 ) ) | ( ( rule__PropertyDefinition__OwnedPropertyTypeAssignment_3_1 ) ) );
public final void rule__PropertyDefinition__Alternatives_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16879:1: ( ( ( rule__PropertyDefinition__ReferencedPropertyTypeAssignment_3_0 ) ) | ( ( rule__PropertyDefinition__OwnedPropertyTypeAssignment_3_1 ) ) )
+ // InternalAadl2Parser.g:15929:1: ( ( ( rule__PropertyDefinition__ReferencedPropertyTypeAssignment_3_0 ) ) | ( ( rule__PropertyDefinition__OwnedPropertyTypeAssignment_3_1 ) ) )
int alt517=2;
int LA517_0 = input.LA(1);
@@ -79041,14 +76238,14 @@ else if ( ((LA517_0>=Aadlboolean && LA517_0<=Aadlinteger)||(LA517_0>=Enumeration
}
switch (alt517) {
case 1 :
- // InternalAadl2Parser.g:16880:2: ( ( rule__PropertyDefinition__ReferencedPropertyTypeAssignment_3_0 ) )
+ // InternalAadl2Parser.g:15930:2: ( ( rule__PropertyDefinition__ReferencedPropertyTypeAssignment_3_0 ) )
{
- // InternalAadl2Parser.g:16880:2: ( ( rule__PropertyDefinition__ReferencedPropertyTypeAssignment_3_0 ) )
- // InternalAadl2Parser.g:16881:3: ( rule__PropertyDefinition__ReferencedPropertyTypeAssignment_3_0 )
+ // InternalAadl2Parser.g:15930:2: ( ( rule__PropertyDefinition__ReferencedPropertyTypeAssignment_3_0 ) )
+ // InternalAadl2Parser.g:15931:3: ( rule__PropertyDefinition__ReferencedPropertyTypeAssignment_3_0 )
{
before(grammarAccess.getPropertyDefinitionAccess().getReferencedPropertyTypeAssignment_3_0());
- // InternalAadl2Parser.g:16882:3: ( rule__PropertyDefinition__ReferencedPropertyTypeAssignment_3_0 )
- // InternalAadl2Parser.g:16882:4: rule__PropertyDefinition__ReferencedPropertyTypeAssignment_3_0
+ // InternalAadl2Parser.g:15932:3: ( rule__PropertyDefinition__ReferencedPropertyTypeAssignment_3_0 )
+ // InternalAadl2Parser.g:15932:4: rule__PropertyDefinition__ReferencedPropertyTypeAssignment_3_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PropertyDefinition__ReferencedPropertyTypeAssignment_3_0();
@@ -79066,14 +76263,14 @@ else if ( ((LA517_0>=Aadlboolean && LA517_0<=Aadlinteger)||(LA517_0>=Enumeration
}
break;
case 2 :
- // InternalAadl2Parser.g:16886:2: ( ( rule__PropertyDefinition__OwnedPropertyTypeAssignment_3_1 ) )
+ // InternalAadl2Parser.g:15936:2: ( ( rule__PropertyDefinition__OwnedPropertyTypeAssignment_3_1 ) )
{
- // InternalAadl2Parser.g:16886:2: ( ( rule__PropertyDefinition__OwnedPropertyTypeAssignment_3_1 ) )
- // InternalAadl2Parser.g:16887:3: ( rule__PropertyDefinition__OwnedPropertyTypeAssignment_3_1 )
+ // InternalAadl2Parser.g:15936:2: ( ( rule__PropertyDefinition__OwnedPropertyTypeAssignment_3_1 ) )
+ // InternalAadl2Parser.g:15937:3: ( rule__PropertyDefinition__OwnedPropertyTypeAssignment_3_1 )
{
before(grammarAccess.getPropertyDefinitionAccess().getOwnedPropertyTypeAssignment_3_1());
- // InternalAadl2Parser.g:16888:3: ( rule__PropertyDefinition__OwnedPropertyTypeAssignment_3_1 )
- // InternalAadl2Parser.g:16888:4: rule__PropertyDefinition__OwnedPropertyTypeAssignment_3_1
+ // InternalAadl2Parser.g:15938:3: ( rule__PropertyDefinition__OwnedPropertyTypeAssignment_3_1 )
+ // InternalAadl2Parser.g:15938:4: rule__PropertyDefinition__OwnedPropertyTypeAssignment_3_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PropertyDefinition__OwnedPropertyTypeAssignment_3_1();
@@ -79107,14 +76304,14 @@ else if ( ((LA517_0>=Aadlboolean && LA517_0<=Aadlinteger)||(LA517_0>=Enumeration
// $ANTLR end "rule__PropertyDefinition__Alternatives_3"
- // $ANTLR start "rule__PropertyDefinition__Alternatives_7"
- // InternalAadl2Parser.g:16896:1: rule__PropertyDefinition__Alternatives_7 : ( ( ( rule__PropertyDefinition__Group_7_0__0 ) ) | ( ( rule__PropertyDefinition__AppliesToAssignment_7_1 ) ) );
- public final void rule__PropertyDefinition__Alternatives_7() throws RecognitionException {
+ // $ANTLR start "rule__PropertyDefinition__Alternatives_8"
+ // InternalAadl2Parser.g:15946:1: rule__PropertyDefinition__Alternatives_8 : ( ( ( rule__PropertyDefinition__Group_8_0__0 ) ) | ( ( rule__PropertyDefinition__AppliesToAssignment_8_1 ) ) );
+ public final void rule__PropertyDefinition__Alternatives_8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16900:1: ( ( ( rule__PropertyDefinition__Group_7_0__0 ) ) | ( ( rule__PropertyDefinition__AppliesToAssignment_7_1 ) ) )
+ // InternalAadl2Parser.g:15950:1: ( ( ( rule__PropertyDefinition__Group_8_0__0 ) ) | ( ( rule__PropertyDefinition__AppliesToAssignment_8_1 ) ) )
int alt518=2;
int LA518_0 = input.LA(1);
@@ -79132,24 +76329,24 @@ else if ( (LA518_0==All) ) {
}
switch (alt518) {
case 1 :
- // InternalAadl2Parser.g:16901:2: ( ( rule__PropertyDefinition__Group_7_0__0 ) )
+ // InternalAadl2Parser.g:15951:2: ( ( rule__PropertyDefinition__Group_8_0__0 ) )
{
- // InternalAadl2Parser.g:16901:2: ( ( rule__PropertyDefinition__Group_7_0__0 ) )
- // InternalAadl2Parser.g:16902:3: ( rule__PropertyDefinition__Group_7_0__0 )
+ // InternalAadl2Parser.g:15951:2: ( ( rule__PropertyDefinition__Group_8_0__0 ) )
+ // InternalAadl2Parser.g:15952:3: ( rule__PropertyDefinition__Group_8_0__0 )
{
- before(grammarAccess.getPropertyDefinitionAccess().getGroup_7_0());
- // InternalAadl2Parser.g:16903:3: ( rule__PropertyDefinition__Group_7_0__0 )
- // InternalAadl2Parser.g:16903:4: rule__PropertyDefinition__Group_7_0__0
+ before(grammarAccess.getPropertyDefinitionAccess().getGroup_8_0());
+ // InternalAadl2Parser.g:15953:3: ( rule__PropertyDefinition__Group_8_0__0 )
+ // InternalAadl2Parser.g:15953:4: rule__PropertyDefinition__Group_8_0__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__PropertyDefinition__Group_7_0__0();
+ rule__PropertyDefinition__Group_8_0__0();
state._fsp--;
}
- after(grammarAccess.getPropertyDefinitionAccess().getGroup_7_0());
+ after(grammarAccess.getPropertyDefinitionAccess().getGroup_8_0());
}
@@ -79157,24 +76354,24 @@ else if ( (LA518_0==All) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:16907:2: ( ( rule__PropertyDefinition__AppliesToAssignment_7_1 ) )
+ // InternalAadl2Parser.g:15957:2: ( ( rule__PropertyDefinition__AppliesToAssignment_8_1 ) )
{
- // InternalAadl2Parser.g:16907:2: ( ( rule__PropertyDefinition__AppliesToAssignment_7_1 ) )
- // InternalAadl2Parser.g:16908:3: ( rule__PropertyDefinition__AppliesToAssignment_7_1 )
+ // InternalAadl2Parser.g:15957:2: ( ( rule__PropertyDefinition__AppliesToAssignment_8_1 ) )
+ // InternalAadl2Parser.g:15958:3: ( rule__PropertyDefinition__AppliesToAssignment_8_1 )
{
- before(grammarAccess.getPropertyDefinitionAccess().getAppliesToAssignment_7_1());
- // InternalAadl2Parser.g:16909:3: ( rule__PropertyDefinition__AppliesToAssignment_7_1 )
- // InternalAadl2Parser.g:16909:4: rule__PropertyDefinition__AppliesToAssignment_7_1
+ before(grammarAccess.getPropertyDefinitionAccess().getAppliesToAssignment_8_1());
+ // InternalAadl2Parser.g:15959:3: ( rule__PropertyDefinition__AppliesToAssignment_8_1 )
+ // InternalAadl2Parser.g:15959:4: rule__PropertyDefinition__AppliesToAssignment_8_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__PropertyDefinition__AppliesToAssignment_7_1();
+ rule__PropertyDefinition__AppliesToAssignment_8_1();
state._fsp--;
}
- after(grammarAccess.getPropertyDefinitionAccess().getAppliesToAssignment_7_1());
+ after(grammarAccess.getPropertyDefinitionAccess().getAppliesToAssignment_8_1());
}
@@ -79195,17 +76392,17 @@ else if ( (LA518_0==All) ) {
}
return ;
}
- // $ANTLR end "rule__PropertyDefinition__Alternatives_7"
+ // $ANTLR end "rule__PropertyDefinition__Alternatives_8"
- // $ANTLR start "rule__ListType__Alternatives_1"
- // InternalAadl2Parser.g:16917:1: rule__ListType__Alternatives_1 : ( ( ( rule__ListType__ReferencedElementTypeAssignment_1_0 ) ) | ( ( rule__ListType__OwnedElementTypeAssignment_1_1 ) ) );
- public final void rule__ListType__Alternatives_1() throws RecognitionException {
+ // $ANTLR start "rule__ListType__Alternatives_2"
+ // InternalAadl2Parser.g:15967:1: rule__ListType__Alternatives_2 : ( ( ( rule__ListType__ReferencedElementTypeAssignment_2_0 ) ) | ( ( rule__ListType__OwnedElementTypeAssignment_2_1 ) ) );
+ public final void rule__ListType__Alternatives_2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16921:1: ( ( ( rule__ListType__ReferencedElementTypeAssignment_1_0 ) ) | ( ( rule__ListType__OwnedElementTypeAssignment_1_1 ) ) )
+ // InternalAadl2Parser.g:15971:1: ( ( ( rule__ListType__ReferencedElementTypeAssignment_2_0 ) ) | ( ( rule__ListType__OwnedElementTypeAssignment_2_1 ) ) )
int alt519=2;
int LA519_0 = input.LA(1);
@@ -79223,24 +76420,24 @@ else if ( ((LA519_0>=Aadlboolean && LA519_0<=Aadlinteger)||(LA519_0>=Enumeration
}
switch (alt519) {
case 1 :
- // InternalAadl2Parser.g:16922:2: ( ( rule__ListType__ReferencedElementTypeAssignment_1_0 ) )
+ // InternalAadl2Parser.g:15972:2: ( ( rule__ListType__ReferencedElementTypeAssignment_2_0 ) )
{
- // InternalAadl2Parser.g:16922:2: ( ( rule__ListType__ReferencedElementTypeAssignment_1_0 ) )
- // InternalAadl2Parser.g:16923:3: ( rule__ListType__ReferencedElementTypeAssignment_1_0 )
+ // InternalAadl2Parser.g:15972:2: ( ( rule__ListType__ReferencedElementTypeAssignment_2_0 ) )
+ // InternalAadl2Parser.g:15973:3: ( rule__ListType__ReferencedElementTypeAssignment_2_0 )
{
- before(grammarAccess.getListTypeAccess().getReferencedElementTypeAssignment_1_0());
- // InternalAadl2Parser.g:16924:3: ( rule__ListType__ReferencedElementTypeAssignment_1_0 )
- // InternalAadl2Parser.g:16924:4: rule__ListType__ReferencedElementTypeAssignment_1_0
+ before(grammarAccess.getListTypeAccess().getReferencedElementTypeAssignment_2_0());
+ // InternalAadl2Parser.g:15974:3: ( rule__ListType__ReferencedElementTypeAssignment_2_0 )
+ // InternalAadl2Parser.g:15974:4: rule__ListType__ReferencedElementTypeAssignment_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ListType__ReferencedElementTypeAssignment_1_0();
+ rule__ListType__ReferencedElementTypeAssignment_2_0();
state._fsp--;
}
- after(grammarAccess.getListTypeAccess().getReferencedElementTypeAssignment_1_0());
+ after(grammarAccess.getListTypeAccess().getReferencedElementTypeAssignment_2_0());
}
@@ -79248,24 +76445,24 @@ else if ( ((LA519_0>=Aadlboolean && LA519_0<=Aadlinteger)||(LA519_0>=Enumeration
}
break;
case 2 :
- // InternalAadl2Parser.g:16928:2: ( ( rule__ListType__OwnedElementTypeAssignment_1_1 ) )
+ // InternalAadl2Parser.g:15978:2: ( ( rule__ListType__OwnedElementTypeAssignment_2_1 ) )
{
- // InternalAadl2Parser.g:16928:2: ( ( rule__ListType__OwnedElementTypeAssignment_1_1 ) )
- // InternalAadl2Parser.g:16929:3: ( rule__ListType__OwnedElementTypeAssignment_1_1 )
+ // InternalAadl2Parser.g:15978:2: ( ( rule__ListType__OwnedElementTypeAssignment_2_1 ) )
+ // InternalAadl2Parser.g:15979:3: ( rule__ListType__OwnedElementTypeAssignment_2_1 )
{
- before(grammarAccess.getListTypeAccess().getOwnedElementTypeAssignment_1_1());
- // InternalAadl2Parser.g:16930:3: ( rule__ListType__OwnedElementTypeAssignment_1_1 )
- // InternalAadl2Parser.g:16930:4: rule__ListType__OwnedElementTypeAssignment_1_1
+ before(grammarAccess.getListTypeAccess().getOwnedElementTypeAssignment_2_1());
+ // InternalAadl2Parser.g:15980:3: ( rule__ListType__OwnedElementTypeAssignment_2_1 )
+ // InternalAadl2Parser.g:15980:4: rule__ListType__OwnedElementTypeAssignment_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ListType__OwnedElementTypeAssignment_1_1();
+ rule__ListType__OwnedElementTypeAssignment_2_1();
state._fsp--;
}
- after(grammarAccess.getListTypeAccess().getOwnedElementTypeAssignment_1_1());
+ after(grammarAccess.getListTypeAccess().getOwnedElementTypeAssignment_2_1());
}
@@ -79286,17 +76483,17 @@ else if ( ((LA519_0>=Aadlboolean && LA519_0<=Aadlinteger)||(LA519_0>=Enumeration
}
return ;
}
- // $ANTLR end "rule__ListType__Alternatives_1"
+ // $ANTLR end "rule__ListType__Alternatives_2"
// $ANTLR start "rule__PropertyOwner__Alternatives"
- // InternalAadl2Parser.g:16938:1: rule__PropertyOwner__Alternatives : ( ( ruleQMReference ) | ( ruleQCReference ) );
+ // InternalAadl2Parser.g:15988:1: rule__PropertyOwner__Alternatives : ( ( ruleQMReference ) | ( ruleQCReference ) );
public final void rule__PropertyOwner__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16942:1: ( ( ruleQMReference ) | ( ruleQCReference ) )
+ // InternalAadl2Parser.g:15992:1: ( ( ruleQMReference ) | ( ruleQCReference ) )
int alt520=2;
int LA520_0 = input.LA(1);
@@ -79327,10 +76524,10 @@ else if ( (LA520_2==ColonColon) ) {
}
switch (alt520) {
case 1 :
- // InternalAadl2Parser.g:16943:2: ( ruleQMReference )
+ // InternalAadl2Parser.g:15993:2: ( ruleQMReference )
{
- // InternalAadl2Parser.g:16943:2: ( ruleQMReference )
- // InternalAadl2Parser.g:16944:3: ruleQMReference
+ // InternalAadl2Parser.g:15993:2: ( ruleQMReference )
+ // InternalAadl2Parser.g:15994:3: ruleQMReference
{
before(grammarAccess.getPropertyOwnerAccess().getQMReferenceParserRuleCall_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -79346,10 +76543,10 @@ else if ( (LA520_2==ColonColon) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:16949:2: ( ruleQCReference )
+ // InternalAadl2Parser.g:15999:2: ( ruleQCReference )
{
- // InternalAadl2Parser.g:16949:2: ( ruleQCReference )
- // InternalAadl2Parser.g:16950:3: ruleQCReference
+ // InternalAadl2Parser.g:15999:2: ( ruleQCReference )
+ // InternalAadl2Parser.g:16000:3: ruleQCReference
{
before(grammarAccess.getPropertyOwnerAccess().getQCReferenceParserRuleCall_1());
pushFollow(FollowSets000.FOLLOW_2);
@@ -79382,13 +76579,13 @@ else if ( (LA520_2==ColonColon) ) {
// $ANTLR start "rule__PropertyConstant__Alternatives_3"
- // InternalAadl2Parser.g:16959:1: rule__PropertyConstant__Alternatives_3 : ( ( ( rule__PropertyConstant__ReferencedPropertyTypeAssignment_3_0 ) ) | ( ( rule__PropertyConstant__OwnedPropertyTypeAssignment_3_1 ) ) );
+ // InternalAadl2Parser.g:16009:1: rule__PropertyConstant__Alternatives_3 : ( ( ( rule__PropertyConstant__ReferencedPropertyTypeAssignment_3_0 ) ) | ( ( rule__PropertyConstant__OwnedPropertyTypeAssignment_3_1 ) ) );
public final void rule__PropertyConstant__Alternatives_3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16963:1: ( ( ( rule__PropertyConstant__ReferencedPropertyTypeAssignment_3_0 ) ) | ( ( rule__PropertyConstant__OwnedPropertyTypeAssignment_3_1 ) ) )
+ // InternalAadl2Parser.g:16013:1: ( ( ( rule__PropertyConstant__ReferencedPropertyTypeAssignment_3_0 ) ) | ( ( rule__PropertyConstant__OwnedPropertyTypeAssignment_3_1 ) ) )
int alt521=2;
int LA521_0 = input.LA(1);
@@ -79406,14 +76603,14 @@ else if ( ((LA521_0>=Aadlboolean && LA521_0<=Aadlinteger)||(LA521_0>=Enumeration
}
switch (alt521) {
case 1 :
- // InternalAadl2Parser.g:16964:2: ( ( rule__PropertyConstant__ReferencedPropertyTypeAssignment_3_0 ) )
+ // InternalAadl2Parser.g:16014:2: ( ( rule__PropertyConstant__ReferencedPropertyTypeAssignment_3_0 ) )
{
- // InternalAadl2Parser.g:16964:2: ( ( rule__PropertyConstant__ReferencedPropertyTypeAssignment_3_0 ) )
- // InternalAadl2Parser.g:16965:3: ( rule__PropertyConstant__ReferencedPropertyTypeAssignment_3_0 )
+ // InternalAadl2Parser.g:16014:2: ( ( rule__PropertyConstant__ReferencedPropertyTypeAssignment_3_0 ) )
+ // InternalAadl2Parser.g:16015:3: ( rule__PropertyConstant__ReferencedPropertyTypeAssignment_3_0 )
{
before(grammarAccess.getPropertyConstantAccess().getReferencedPropertyTypeAssignment_3_0());
- // InternalAadl2Parser.g:16966:3: ( rule__PropertyConstant__ReferencedPropertyTypeAssignment_3_0 )
- // InternalAadl2Parser.g:16966:4: rule__PropertyConstant__ReferencedPropertyTypeAssignment_3_0
+ // InternalAadl2Parser.g:16016:3: ( rule__PropertyConstant__ReferencedPropertyTypeAssignment_3_0 )
+ // InternalAadl2Parser.g:16016:4: rule__PropertyConstant__ReferencedPropertyTypeAssignment_3_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PropertyConstant__ReferencedPropertyTypeAssignment_3_0();
@@ -79431,14 +76628,14 @@ else if ( ((LA521_0>=Aadlboolean && LA521_0<=Aadlinteger)||(LA521_0>=Enumeration
}
break;
case 2 :
- // InternalAadl2Parser.g:16970:2: ( ( rule__PropertyConstant__OwnedPropertyTypeAssignment_3_1 ) )
+ // InternalAadl2Parser.g:16020:2: ( ( rule__PropertyConstant__OwnedPropertyTypeAssignment_3_1 ) )
{
- // InternalAadl2Parser.g:16970:2: ( ( rule__PropertyConstant__OwnedPropertyTypeAssignment_3_1 ) )
- // InternalAadl2Parser.g:16971:3: ( rule__PropertyConstant__OwnedPropertyTypeAssignment_3_1 )
+ // InternalAadl2Parser.g:16020:2: ( ( rule__PropertyConstant__OwnedPropertyTypeAssignment_3_1 ) )
+ // InternalAadl2Parser.g:16021:3: ( rule__PropertyConstant__OwnedPropertyTypeAssignment_3_1 )
{
before(grammarAccess.getPropertyConstantAccess().getOwnedPropertyTypeAssignment_3_1());
- // InternalAadl2Parser.g:16972:3: ( rule__PropertyConstant__OwnedPropertyTypeAssignment_3_1 )
- // InternalAadl2Parser.g:16972:4: rule__PropertyConstant__OwnedPropertyTypeAssignment_3_1
+ // InternalAadl2Parser.g:16022:3: ( rule__PropertyConstant__OwnedPropertyTypeAssignment_3_1 )
+ // InternalAadl2Parser.g:16022:4: rule__PropertyConstant__OwnedPropertyTypeAssignment_3_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PropertyConstant__OwnedPropertyTypeAssignment_3_1();
@@ -79473,13 +76670,13 @@ else if ( ((LA521_0>=Aadlboolean && LA521_0<=Aadlinteger)||(LA521_0>=Enumeration
// $ANTLR start "rule__NumberValue__Alternatives"
- // InternalAadl2Parser.g:16980:1: rule__NumberValue__Alternatives : ( ( ruleRealLit ) | ( ruleIntegerLit ) );
+ // InternalAadl2Parser.g:16030:1: rule__NumberValue__Alternatives : ( ( ruleRealLit ) | ( ruleIntegerLit ) );
public final void rule__NumberValue__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:16984:1: ( ( ruleRealLit ) | ( ruleIntegerLit ) )
+ // InternalAadl2Parser.g:16034:1: ( ( ruleRealLit ) | ( ruleIntegerLit ) )
int alt522=2;
switch ( input.LA(1) ) {
case PlusSign:
@@ -79537,10 +76734,10 @@ else if ( (LA522_2==RULE_REAL_LIT) ) {
switch (alt522) {
case 1 :
- // InternalAadl2Parser.g:16985:2: ( ruleRealLit )
+ // InternalAadl2Parser.g:16035:2: ( ruleRealLit )
{
- // InternalAadl2Parser.g:16985:2: ( ruleRealLit )
- // InternalAadl2Parser.g:16986:3: ruleRealLit
+ // InternalAadl2Parser.g:16035:2: ( ruleRealLit )
+ // InternalAadl2Parser.g:16036:3: ruleRealLit
{
before(grammarAccess.getNumberValueAccess().getRealLitParserRuleCall_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -79556,10 +76753,10 @@ else if ( (LA522_2==RULE_REAL_LIT) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:16991:2: ( ruleIntegerLit )
+ // InternalAadl2Parser.g:16041:2: ( ruleIntegerLit )
{
- // InternalAadl2Parser.g:16991:2: ( ruleIntegerLit )
- // InternalAadl2Parser.g:16992:3: ruleIntegerLit
+ // InternalAadl2Parser.g:16041:2: ( ruleIntegerLit )
+ // InternalAadl2Parser.g:16042:3: ruleIntegerLit
{
before(grammarAccess.getNumberValueAccess().getIntegerLitParserRuleCall_1());
pushFollow(FollowSets000.FOLLOW_2);
@@ -79592,21 +76789,21 @@ else if ( (LA522_2==RULE_REAL_LIT) ) {
// $ANTLR start "rule__ConstantPropertyExpression__Alternatives"
- // InternalAadl2Parser.g:17001:1: rule__ConstantPropertyExpression__Alternatives : ( ( ruleRecordTerm ) | ( ruleComponentClassifierTerm ) | ( ruleComputedTerm ) | ( ruleStringTerm ) | ( ruleNumericRangeTerm ) | ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleListTerm ) | ( ruleBooleanLiteral ) | ( ruleLiteralorReferenceTerm ) );
+ // InternalAadl2Parser.g:16051:1: rule__ConstantPropertyExpression__Alternatives : ( ( ruleRecordTerm ) | ( ruleComponentClassifierTerm ) | ( ruleComputedTerm ) | ( ruleStringTerm ) | ( ruleNumericRangeTerm ) | ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleListTerm ) | ( ruleBooleanLiteral ) | ( ruleLiteralorReferenceTerm ) );
public final void rule__ConstantPropertyExpression__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:17005:1: ( ( ruleRecordTerm ) | ( ruleComponentClassifierTerm ) | ( ruleComputedTerm ) | ( ruleStringTerm ) | ( ruleNumericRangeTerm ) | ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleListTerm ) | ( ruleBooleanLiteral ) | ( ruleLiteralorReferenceTerm ) )
+ // InternalAadl2Parser.g:16055:1: ( ( ruleRecordTerm ) | ( ruleComponentClassifierTerm ) | ( ruleComputedTerm ) | ( ruleStringTerm ) | ( ruleNumericRangeTerm ) | ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleListTerm ) | ( ruleBooleanLiteral ) | ( ruleLiteralorReferenceTerm ) )
int alt523=10;
alt523 = dfa523.predict(input);
switch (alt523) {
case 1 :
- // InternalAadl2Parser.g:17006:2: ( ruleRecordTerm )
+ // InternalAadl2Parser.g:16056:2: ( ruleRecordTerm )
{
- // InternalAadl2Parser.g:17006:2: ( ruleRecordTerm )
- // InternalAadl2Parser.g:17007:3: ruleRecordTerm
+ // InternalAadl2Parser.g:16056:2: ( ruleRecordTerm )
+ // InternalAadl2Parser.g:16057:3: ruleRecordTerm
{
before(grammarAccess.getConstantPropertyExpressionAccess().getRecordTermParserRuleCall_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -79622,10 +76819,10 @@ public final void rule__ConstantPropertyExpression__Alternatives() throws Recogn
}
break;
case 2 :
- // InternalAadl2Parser.g:17012:2: ( ruleComponentClassifierTerm )
+ // InternalAadl2Parser.g:16062:2: ( ruleComponentClassifierTerm )
{
- // InternalAadl2Parser.g:17012:2: ( ruleComponentClassifierTerm )
- // InternalAadl2Parser.g:17013:3: ruleComponentClassifierTerm
+ // InternalAadl2Parser.g:16062:2: ( ruleComponentClassifierTerm )
+ // InternalAadl2Parser.g:16063:3: ruleComponentClassifierTerm
{
before(grammarAccess.getConstantPropertyExpressionAccess().getComponentClassifierTermParserRuleCall_1());
pushFollow(FollowSets000.FOLLOW_2);
@@ -79641,10 +76838,10 @@ public final void rule__ConstantPropertyExpression__Alternatives() throws Recogn
}
break;
case 3 :
- // InternalAadl2Parser.g:17018:2: ( ruleComputedTerm )
+ // InternalAadl2Parser.g:16068:2: ( ruleComputedTerm )
{
- // InternalAadl2Parser.g:17018:2: ( ruleComputedTerm )
- // InternalAadl2Parser.g:17019:3: ruleComputedTerm
+ // InternalAadl2Parser.g:16068:2: ( ruleComputedTerm )
+ // InternalAadl2Parser.g:16069:3: ruleComputedTerm
{
before(grammarAccess.getConstantPropertyExpressionAccess().getComputedTermParserRuleCall_2());
pushFollow(FollowSets000.FOLLOW_2);
@@ -79660,10 +76857,10 @@ public final void rule__ConstantPropertyExpression__Alternatives() throws Recogn
}
break;
case 4 :
- // InternalAadl2Parser.g:17024:2: ( ruleStringTerm )
+ // InternalAadl2Parser.g:16074:2: ( ruleStringTerm )
{
- // InternalAadl2Parser.g:17024:2: ( ruleStringTerm )
- // InternalAadl2Parser.g:17025:3: ruleStringTerm
+ // InternalAadl2Parser.g:16074:2: ( ruleStringTerm )
+ // InternalAadl2Parser.g:16075:3: ruleStringTerm
{
before(grammarAccess.getConstantPropertyExpressionAccess().getStringTermParserRuleCall_3());
pushFollow(FollowSets000.FOLLOW_2);
@@ -79679,10 +76876,10 @@ public final void rule__ConstantPropertyExpression__Alternatives() throws Recogn
}
break;
case 5 :
- // InternalAadl2Parser.g:17030:2: ( ruleNumericRangeTerm )
+ // InternalAadl2Parser.g:16080:2: ( ruleNumericRangeTerm )
{
- // InternalAadl2Parser.g:17030:2: ( ruleNumericRangeTerm )
- // InternalAadl2Parser.g:17031:3: ruleNumericRangeTerm
+ // InternalAadl2Parser.g:16080:2: ( ruleNumericRangeTerm )
+ // InternalAadl2Parser.g:16081:3: ruleNumericRangeTerm
{
before(grammarAccess.getConstantPropertyExpressionAccess().getNumericRangeTermParserRuleCall_4());
pushFollow(FollowSets000.FOLLOW_2);
@@ -79698,10 +76895,10 @@ public final void rule__ConstantPropertyExpression__Alternatives() throws Recogn
}
break;
case 6 :
- // InternalAadl2Parser.g:17036:2: ( ruleRealTerm )
+ // InternalAadl2Parser.g:16086:2: ( ruleRealTerm )
{
- // InternalAadl2Parser.g:17036:2: ( ruleRealTerm )
- // InternalAadl2Parser.g:17037:3: ruleRealTerm
+ // InternalAadl2Parser.g:16086:2: ( ruleRealTerm )
+ // InternalAadl2Parser.g:16087:3: ruleRealTerm
{
before(grammarAccess.getConstantPropertyExpressionAccess().getRealTermParserRuleCall_5());
pushFollow(FollowSets000.FOLLOW_2);
@@ -79717,10 +76914,10 @@ public final void rule__ConstantPropertyExpression__Alternatives() throws Recogn
}
break;
case 7 :
- // InternalAadl2Parser.g:17042:2: ( ruleIntegerTerm )
+ // InternalAadl2Parser.g:16092:2: ( ruleIntegerTerm )
{
- // InternalAadl2Parser.g:17042:2: ( ruleIntegerTerm )
- // InternalAadl2Parser.g:17043:3: ruleIntegerTerm
+ // InternalAadl2Parser.g:16092:2: ( ruleIntegerTerm )
+ // InternalAadl2Parser.g:16093:3: ruleIntegerTerm
{
before(grammarAccess.getConstantPropertyExpressionAccess().getIntegerTermParserRuleCall_6());
pushFollow(FollowSets000.FOLLOW_2);
@@ -79736,10 +76933,10 @@ public final void rule__ConstantPropertyExpression__Alternatives() throws Recogn
}
break;
case 8 :
- // InternalAadl2Parser.g:17048:2: ( ruleListTerm )
+ // InternalAadl2Parser.g:16098:2: ( ruleListTerm )
{
- // InternalAadl2Parser.g:17048:2: ( ruleListTerm )
- // InternalAadl2Parser.g:17049:3: ruleListTerm
+ // InternalAadl2Parser.g:16098:2: ( ruleListTerm )
+ // InternalAadl2Parser.g:16099:3: ruleListTerm
{
before(grammarAccess.getConstantPropertyExpressionAccess().getListTermParserRuleCall_7());
pushFollow(FollowSets000.FOLLOW_2);
@@ -79755,10 +76952,10 @@ public final void rule__ConstantPropertyExpression__Alternatives() throws Recogn
}
break;
case 9 :
- // InternalAadl2Parser.g:17054:2: ( ruleBooleanLiteral )
+ // InternalAadl2Parser.g:16104:2: ( ruleBooleanLiteral )
{
- // InternalAadl2Parser.g:17054:2: ( ruleBooleanLiteral )
- // InternalAadl2Parser.g:17055:3: ruleBooleanLiteral
+ // InternalAadl2Parser.g:16104:2: ( ruleBooleanLiteral )
+ // InternalAadl2Parser.g:16105:3: ruleBooleanLiteral
{
before(grammarAccess.getConstantPropertyExpressionAccess().getBooleanLiteralParserRuleCall_8());
pushFollow(FollowSets000.FOLLOW_2);
@@ -79774,10 +76971,10 @@ public final void rule__ConstantPropertyExpression__Alternatives() throws Recogn
}
break;
case 10 :
- // InternalAadl2Parser.g:17060:2: ( ruleLiteralorReferenceTerm )
+ // InternalAadl2Parser.g:16110:2: ( ruleLiteralorReferenceTerm )
{
- // InternalAadl2Parser.g:17060:2: ( ruleLiteralorReferenceTerm )
- // InternalAadl2Parser.g:17061:3: ruleLiteralorReferenceTerm
+ // InternalAadl2Parser.g:16110:2: ( ruleLiteralorReferenceTerm )
+ // InternalAadl2Parser.g:16111:3: ruleLiteralorReferenceTerm
{
before(grammarAccess.getConstantPropertyExpressionAccess().getLiteralorReferenceTermParserRuleCall_9());
pushFollow(FollowSets000.FOLLOW_2);
@@ -79810,25 +77007,25 @@ public final void rule__ConstantPropertyExpression__Alternatives() throws Recogn
// $ANTLR start "rule__IntegerRange__LowerBoundAlternatives_0_0"
- // InternalAadl2Parser.g:17070:1: rule__IntegerRange__LowerBoundAlternatives_0_0 : ( ( ruleIntegerTerm ) | ( ruleSignedConstant ) | ( ruleConstantValue ) );
+ // InternalAadl2Parser.g:16120:1: rule__IntegerRange__LowerBoundAlternatives_0_0 : ( ( ruleIntegerTerm ) | ( ruleSignedConstant ) | ( ruleConstantValue ) );
public final void rule__IntegerRange__LowerBoundAlternatives_0_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:17074:1: ( ( ruleIntegerTerm ) | ( ruleSignedConstant ) | ( ruleConstantValue ) )
+ // InternalAadl2Parser.g:16124:1: ( ( ruleIntegerTerm ) | ( ruleSignedConstant ) | ( ruleConstantValue ) )
int alt524=3;
switch ( input.LA(1) ) {
case PlusSign:
{
int LA524_1 = input.LA(2);
- if ( (LA524_1==RULE_INTEGER_LIT) ) {
- alt524=1;
- }
- else if ( (LA524_1==RULE_ID) ) {
+ if ( (LA524_1==RULE_ID) ) {
alt524=2;
}
+ else if ( (LA524_1==RULE_INTEGER_LIT) ) {
+ alt524=1;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 524, 1, input);
@@ -79841,12 +77038,12 @@ else if ( (LA524_1==RULE_ID) ) {
{
int LA524_2 = input.LA(2);
- if ( (LA524_2==RULE_ID) ) {
- alt524=2;
- }
- else if ( (LA524_2==RULE_INTEGER_LIT) ) {
+ if ( (LA524_2==RULE_INTEGER_LIT) ) {
alt524=1;
}
+ else if ( (LA524_2==RULE_ID) ) {
+ alt524=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 524, 2, input);
@@ -79874,10 +77071,10 @@ else if ( (LA524_2==RULE_INTEGER_LIT) ) {
switch (alt524) {
case 1 :
- // InternalAadl2Parser.g:17075:2: ( ruleIntegerTerm )
+ // InternalAadl2Parser.g:16125:2: ( ruleIntegerTerm )
{
- // InternalAadl2Parser.g:17075:2: ( ruleIntegerTerm )
- // InternalAadl2Parser.g:17076:3: ruleIntegerTerm
+ // InternalAadl2Parser.g:16125:2: ( ruleIntegerTerm )
+ // InternalAadl2Parser.g:16126:3: ruleIntegerTerm
{
before(grammarAccess.getIntegerRangeAccess().getLowerBoundIntegerTermParserRuleCall_0_0_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -79893,10 +77090,10 @@ else if ( (LA524_2==RULE_INTEGER_LIT) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:17081:2: ( ruleSignedConstant )
+ // InternalAadl2Parser.g:16131:2: ( ruleSignedConstant )
{
- // InternalAadl2Parser.g:17081:2: ( ruleSignedConstant )
- // InternalAadl2Parser.g:17082:3: ruleSignedConstant
+ // InternalAadl2Parser.g:16131:2: ( ruleSignedConstant )
+ // InternalAadl2Parser.g:16132:3: ruleSignedConstant
{
before(grammarAccess.getIntegerRangeAccess().getLowerBoundSignedConstantParserRuleCall_0_0_1());
pushFollow(FollowSets000.FOLLOW_2);
@@ -79912,10 +77109,10 @@ else if ( (LA524_2==RULE_INTEGER_LIT) ) {
}
break;
case 3 :
- // InternalAadl2Parser.g:17087:2: ( ruleConstantValue )
+ // InternalAadl2Parser.g:16137:2: ( ruleConstantValue )
{
- // InternalAadl2Parser.g:17087:2: ( ruleConstantValue )
- // InternalAadl2Parser.g:17088:3: ruleConstantValue
+ // InternalAadl2Parser.g:16137:2: ( ruleConstantValue )
+ // InternalAadl2Parser.g:16138:3: ruleConstantValue
{
before(grammarAccess.getIntegerRangeAccess().getLowerBoundConstantValueParserRuleCall_0_0_2());
pushFollow(FollowSets000.FOLLOW_2);
@@ -79948,13 +77145,13 @@ else if ( (LA524_2==RULE_INTEGER_LIT) ) {
// $ANTLR start "rule__IntegerRange__UpperBoundAlternatives_2_0"
- // InternalAadl2Parser.g:17097:1: rule__IntegerRange__UpperBoundAlternatives_2_0 : ( ( ruleIntegerTerm ) | ( ruleSignedConstant ) | ( ruleConstantValue ) );
+ // InternalAadl2Parser.g:16147:1: rule__IntegerRange__UpperBoundAlternatives_2_0 : ( ( ruleIntegerTerm ) | ( ruleSignedConstant ) | ( ruleConstantValue ) );
public final void rule__IntegerRange__UpperBoundAlternatives_2_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:17101:1: ( ( ruleIntegerTerm ) | ( ruleSignedConstant ) | ( ruleConstantValue ) )
+ // InternalAadl2Parser.g:16151:1: ( ( ruleIntegerTerm ) | ( ruleSignedConstant ) | ( ruleConstantValue ) )
int alt525=3;
switch ( input.LA(1) ) {
case PlusSign:
@@ -80012,10 +77209,10 @@ else if ( (LA525_2==RULE_INTEGER_LIT) ) {
switch (alt525) {
case 1 :
- // InternalAadl2Parser.g:17102:2: ( ruleIntegerTerm )
+ // InternalAadl2Parser.g:16152:2: ( ruleIntegerTerm )
{
- // InternalAadl2Parser.g:17102:2: ( ruleIntegerTerm )
- // InternalAadl2Parser.g:17103:3: ruleIntegerTerm
+ // InternalAadl2Parser.g:16152:2: ( ruleIntegerTerm )
+ // InternalAadl2Parser.g:16153:3: ruleIntegerTerm
{
before(grammarAccess.getIntegerRangeAccess().getUpperBoundIntegerTermParserRuleCall_2_0_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -80031,10 +77228,10 @@ else if ( (LA525_2==RULE_INTEGER_LIT) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:17108:2: ( ruleSignedConstant )
+ // InternalAadl2Parser.g:16158:2: ( ruleSignedConstant )
{
- // InternalAadl2Parser.g:17108:2: ( ruleSignedConstant )
- // InternalAadl2Parser.g:17109:3: ruleSignedConstant
+ // InternalAadl2Parser.g:16158:2: ( ruleSignedConstant )
+ // InternalAadl2Parser.g:16159:3: ruleSignedConstant
{
before(grammarAccess.getIntegerRangeAccess().getUpperBoundSignedConstantParserRuleCall_2_0_1());
pushFollow(FollowSets000.FOLLOW_2);
@@ -80050,10 +77247,10 @@ else if ( (LA525_2==RULE_INTEGER_LIT) ) {
}
break;
case 3 :
- // InternalAadl2Parser.g:17114:2: ( ruleConstantValue )
+ // InternalAadl2Parser.g:16164:2: ( ruleConstantValue )
{
- // InternalAadl2Parser.g:17114:2: ( ruleConstantValue )
- // InternalAadl2Parser.g:17115:3: ruleConstantValue
+ // InternalAadl2Parser.g:16164:2: ( ruleConstantValue )
+ // InternalAadl2Parser.g:16165:3: ruleConstantValue
{
before(grammarAccess.getIntegerRangeAccess().getUpperBoundConstantValueParserRuleCall_2_0_2());
pushFollow(FollowSets000.FOLLOW_2);
@@ -80086,13 +77283,13 @@ else if ( (LA525_2==RULE_INTEGER_LIT) ) {
// $ANTLR start "rule__RealRange__LowerBoundAlternatives_0_0"
- // InternalAadl2Parser.g:17124:1: rule__RealRange__LowerBoundAlternatives_0_0 : ( ( ruleRealTerm ) | ( ruleSignedConstant ) | ( ruleConstantValue ) );
+ // InternalAadl2Parser.g:16174:1: rule__RealRange__LowerBoundAlternatives_0_0 : ( ( ruleRealTerm ) | ( ruleSignedConstant ) | ( ruleConstantValue ) );
public final void rule__RealRange__LowerBoundAlternatives_0_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:17128:1: ( ( ruleRealTerm ) | ( ruleSignedConstant ) | ( ruleConstantValue ) )
+ // InternalAadl2Parser.g:16178:1: ( ( ruleRealTerm ) | ( ruleSignedConstant ) | ( ruleConstantValue ) )
int alt526=3;
switch ( input.LA(1) ) {
case PlusSign:
@@ -80117,12 +77314,12 @@ else if ( (LA526_1==RULE_REAL_LIT) ) {
{
int LA526_2 = input.LA(2);
- if ( (LA526_2==RULE_REAL_LIT) ) {
- alt526=1;
- }
- else if ( (LA526_2==RULE_ID) ) {
+ if ( (LA526_2==RULE_ID) ) {
alt526=2;
}
+ else if ( (LA526_2==RULE_REAL_LIT) ) {
+ alt526=1;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 526, 2, input);
@@ -80150,10 +77347,10 @@ else if ( (LA526_2==RULE_ID) ) {
switch (alt526) {
case 1 :
- // InternalAadl2Parser.g:17129:2: ( ruleRealTerm )
+ // InternalAadl2Parser.g:16179:2: ( ruleRealTerm )
{
- // InternalAadl2Parser.g:17129:2: ( ruleRealTerm )
- // InternalAadl2Parser.g:17130:3: ruleRealTerm
+ // InternalAadl2Parser.g:16179:2: ( ruleRealTerm )
+ // InternalAadl2Parser.g:16180:3: ruleRealTerm
{
before(grammarAccess.getRealRangeAccess().getLowerBoundRealTermParserRuleCall_0_0_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -80169,10 +77366,10 @@ else if ( (LA526_2==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:17135:2: ( ruleSignedConstant )
+ // InternalAadl2Parser.g:16185:2: ( ruleSignedConstant )
{
- // InternalAadl2Parser.g:17135:2: ( ruleSignedConstant )
- // InternalAadl2Parser.g:17136:3: ruleSignedConstant
+ // InternalAadl2Parser.g:16185:2: ( ruleSignedConstant )
+ // InternalAadl2Parser.g:16186:3: ruleSignedConstant
{
before(grammarAccess.getRealRangeAccess().getLowerBoundSignedConstantParserRuleCall_0_0_1());
pushFollow(FollowSets000.FOLLOW_2);
@@ -80188,10 +77385,10 @@ else if ( (LA526_2==RULE_ID) ) {
}
break;
case 3 :
- // InternalAadl2Parser.g:17141:2: ( ruleConstantValue )
+ // InternalAadl2Parser.g:16191:2: ( ruleConstantValue )
{
- // InternalAadl2Parser.g:17141:2: ( ruleConstantValue )
- // InternalAadl2Parser.g:17142:3: ruleConstantValue
+ // InternalAadl2Parser.g:16191:2: ( ruleConstantValue )
+ // InternalAadl2Parser.g:16192:3: ruleConstantValue
{
before(grammarAccess.getRealRangeAccess().getLowerBoundConstantValueParserRuleCall_0_0_2());
pushFollow(FollowSets000.FOLLOW_2);
@@ -80224,25 +77421,25 @@ else if ( (LA526_2==RULE_ID) ) {
// $ANTLR start "rule__RealRange__UpperBoundAlternatives_2_0"
- // InternalAadl2Parser.g:17151:1: rule__RealRange__UpperBoundAlternatives_2_0 : ( ( ruleRealTerm ) | ( ruleSignedConstant ) | ( ruleConstantValue ) );
+ // InternalAadl2Parser.g:16201:1: rule__RealRange__UpperBoundAlternatives_2_0 : ( ( ruleRealTerm ) | ( ruleSignedConstant ) | ( ruleConstantValue ) );
public final void rule__RealRange__UpperBoundAlternatives_2_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:17155:1: ( ( ruleRealTerm ) | ( ruleSignedConstant ) | ( ruleConstantValue ) )
+ // InternalAadl2Parser.g:16205:1: ( ( ruleRealTerm ) | ( ruleSignedConstant ) | ( ruleConstantValue ) )
int alt527=3;
switch ( input.LA(1) ) {
case PlusSign:
{
int LA527_1 = input.LA(2);
- if ( (LA527_1==RULE_ID) ) {
- alt527=2;
- }
- else if ( (LA527_1==RULE_REAL_LIT) ) {
+ if ( (LA527_1==RULE_REAL_LIT) ) {
alt527=1;
}
+ else if ( (LA527_1==RULE_ID) ) {
+ alt527=2;
+ }
else {
NoViableAltException nvae =
new NoViableAltException("", 527, 1, input);
@@ -80288,10 +77485,10 @@ else if ( (LA527_2==RULE_ID) ) {
switch (alt527) {
case 1 :
- // InternalAadl2Parser.g:17156:2: ( ruleRealTerm )
+ // InternalAadl2Parser.g:16206:2: ( ruleRealTerm )
{
- // InternalAadl2Parser.g:17156:2: ( ruleRealTerm )
- // InternalAadl2Parser.g:17157:3: ruleRealTerm
+ // InternalAadl2Parser.g:16206:2: ( ruleRealTerm )
+ // InternalAadl2Parser.g:16207:3: ruleRealTerm
{
before(grammarAccess.getRealRangeAccess().getUpperBoundRealTermParserRuleCall_2_0_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -80307,10 +77504,10 @@ else if ( (LA527_2==RULE_ID) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:17162:2: ( ruleSignedConstant )
+ // InternalAadl2Parser.g:16212:2: ( ruleSignedConstant )
{
- // InternalAadl2Parser.g:17162:2: ( ruleSignedConstant )
- // InternalAadl2Parser.g:17163:3: ruleSignedConstant
+ // InternalAadl2Parser.g:16212:2: ( ruleSignedConstant )
+ // InternalAadl2Parser.g:16213:3: ruleSignedConstant
{
before(grammarAccess.getRealRangeAccess().getUpperBoundSignedConstantParserRuleCall_2_0_1());
pushFollow(FollowSets000.FOLLOW_2);
@@ -80326,10 +77523,10 @@ else if ( (LA527_2==RULE_ID) ) {
}
break;
case 3 :
- // InternalAadl2Parser.g:17168:2: ( ruleConstantValue )
+ // InternalAadl2Parser.g:16218:2: ( ruleConstantValue )
{
- // InternalAadl2Parser.g:17168:2: ( ruleConstantValue )
- // InternalAadl2Parser.g:17169:3: ruleConstantValue
+ // InternalAadl2Parser.g:16218:2: ( ruleConstantValue )
+ // InternalAadl2Parser.g:16219:3: ruleConstantValue
{
before(grammarAccess.getRealRangeAccess().getUpperBoundConstantValueParserRuleCall_2_0_2());
pushFollow(FollowSets000.FOLLOW_2);
@@ -80362,13 +77559,13 @@ else if ( (LA527_2==RULE_ID) ) {
// $ANTLR start "rule__CoreKeyWord__Alternatives"
- // InternalAadl2Parser.g:17178:1: rule__CoreKeyWord__Alternatives : ( ( Abstract ) | ( Access ) | ( Annex ) | ( Applies ) | ( Binding ) | ( Bus ) | ( Calls ) | ( Classifier ) | ( Connections ) | ( Constant ) | ( Data ) | ( Device ) | ( End ) | ( Enumeration ) | ( Event ) | ( Extends ) | ( Feature ) | ( Features ) | ( Flow ) | ( Flows ) | ( Group ) | ( Implementation ) | ( In ) | ( Inherit ) | ( Initial ) | ( Internal ) | ( Inverse ) | ( Is ) | ( List ) | ( Memory ) | ( Mode ) | ( Modes ) | ( None ) | ( Of ) | ( Out ) | ( Package ) | ( Parameter ) | ( Path ) | ( Port ) | ( Private ) | ( Process ) | ( Processor ) | ( Prototype ) | ( Prototypes ) | ( Provides ) | ( Public ) | ( Refined ) | ( Renames ) | ( Requires ) | ( Self ) | ( Set ) | ( Sink ) | ( Source ) | ( Subcomponents ) | ( Subprogram ) | ( KW_System ) | ( Thread ) | ( Type ) | ( To ) | ( Virtual ) | ( With ) );
+ // InternalAadl2Parser.g:16228:1: rule__CoreKeyWord__Alternatives : ( ( Abstract ) | ( Access ) | ( Annex ) | ( Applies ) | ( Binding ) | ( Bus ) | ( Calls ) | ( Classifier ) | ( Connections ) | ( Constant ) | ( Data ) | ( Device ) | ( End ) | ( Enumeration ) | ( Event ) | ( Extends ) | ( Feature ) | ( Features ) | ( Flow ) | ( Flows ) | ( Group ) | ( Implementation ) | ( In ) | ( Inherit ) | ( Initial ) | ( Internal ) | ( Inverse ) | ( Is ) | ( List ) | ( Memory ) | ( Mode ) | ( Modes ) | ( None ) | ( Of ) | ( Out ) | ( Package ) | ( Parameter ) | ( Path ) | ( Port ) | ( Private ) | ( Process ) | ( Processor ) | ( Prototype ) | ( Prototypes ) | ( Provides ) | ( Public ) | ( Refined ) | ( Renames ) | ( Requires ) | ( Self ) | ( Set ) | ( Sink ) | ( Source ) | ( Subcomponents ) | ( Subprogram ) | ( KW_System ) | ( Thread ) | ( Type ) | ( To ) | ( Virtual ) | ( With ) );
public final void rule__CoreKeyWord__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:17182:1: ( ( Abstract ) | ( Access ) | ( Annex ) | ( Applies ) | ( Binding ) | ( Bus ) | ( Calls ) | ( Classifier ) | ( Connections ) | ( Constant ) | ( Data ) | ( Device ) | ( End ) | ( Enumeration ) | ( Event ) | ( Extends ) | ( Feature ) | ( Features ) | ( Flow ) | ( Flows ) | ( Group ) | ( Implementation ) | ( In ) | ( Inherit ) | ( Initial ) | ( Internal ) | ( Inverse ) | ( Is ) | ( List ) | ( Memory ) | ( Mode ) | ( Modes ) | ( None ) | ( Of ) | ( Out ) | ( Package ) | ( Parameter ) | ( Path ) | ( Port ) | ( Private ) | ( Process ) | ( Processor ) | ( Prototype ) | ( Prototypes ) | ( Provides ) | ( Public ) | ( Refined ) | ( Renames ) | ( Requires ) | ( Self ) | ( Set ) | ( Sink ) | ( Source ) | ( Subcomponents ) | ( Subprogram ) | ( KW_System ) | ( Thread ) | ( Type ) | ( To ) | ( Virtual ) | ( With ) )
+ // InternalAadl2Parser.g:16232:1: ( ( Abstract ) | ( Access ) | ( Annex ) | ( Applies ) | ( Binding ) | ( Bus ) | ( Calls ) | ( Classifier ) | ( Connections ) | ( Constant ) | ( Data ) | ( Device ) | ( End ) | ( Enumeration ) | ( Event ) | ( Extends ) | ( Feature ) | ( Features ) | ( Flow ) | ( Flows ) | ( Group ) | ( Implementation ) | ( In ) | ( Inherit ) | ( Initial ) | ( Internal ) | ( Inverse ) | ( Is ) | ( List ) | ( Memory ) | ( Mode ) | ( Modes ) | ( None ) | ( Of ) | ( Out ) | ( Package ) | ( Parameter ) | ( Path ) | ( Port ) | ( Private ) | ( Process ) | ( Processor ) | ( Prototype ) | ( Prototypes ) | ( Provides ) | ( Public ) | ( Refined ) | ( Renames ) | ( Requires ) | ( Self ) | ( Set ) | ( Sink ) | ( Source ) | ( Subcomponents ) | ( Subprogram ) | ( KW_System ) | ( Thread ) | ( Type ) | ( To ) | ( Virtual ) | ( With ) )
int alt528=61;
switch ( input.LA(1) ) {
case Abstract:
@@ -80685,10 +77882,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
switch (alt528) {
case 1 :
- // InternalAadl2Parser.g:17183:2: ( Abstract )
+ // InternalAadl2Parser.g:16233:2: ( Abstract )
{
- // InternalAadl2Parser.g:17183:2: ( Abstract )
- // InternalAadl2Parser.g:17184:3: Abstract
+ // InternalAadl2Parser.g:16233:2: ( Abstract )
+ // InternalAadl2Parser.g:16234:3: Abstract
{
before(grammarAccess.getCoreKeyWordAccess().getAbstractKeyword_0());
match(input,Abstract,FollowSets000.FOLLOW_2);
@@ -80700,10 +77897,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 2 :
- // InternalAadl2Parser.g:17189:2: ( Access )
+ // InternalAadl2Parser.g:16239:2: ( Access )
{
- // InternalAadl2Parser.g:17189:2: ( Access )
- // InternalAadl2Parser.g:17190:3: Access
+ // InternalAadl2Parser.g:16239:2: ( Access )
+ // InternalAadl2Parser.g:16240:3: Access
{
before(grammarAccess.getCoreKeyWordAccess().getAccessKeyword_1());
match(input,Access,FollowSets000.FOLLOW_2);
@@ -80715,10 +77912,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 3 :
- // InternalAadl2Parser.g:17195:2: ( Annex )
+ // InternalAadl2Parser.g:16245:2: ( Annex )
{
- // InternalAadl2Parser.g:17195:2: ( Annex )
- // InternalAadl2Parser.g:17196:3: Annex
+ // InternalAadl2Parser.g:16245:2: ( Annex )
+ // InternalAadl2Parser.g:16246:3: Annex
{
before(grammarAccess.getCoreKeyWordAccess().getAnnexKeyword_2());
match(input,Annex,FollowSets000.FOLLOW_2);
@@ -80730,10 +77927,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 4 :
- // InternalAadl2Parser.g:17201:2: ( Applies )
+ // InternalAadl2Parser.g:16251:2: ( Applies )
{
- // InternalAadl2Parser.g:17201:2: ( Applies )
- // InternalAadl2Parser.g:17202:3: Applies
+ // InternalAadl2Parser.g:16251:2: ( Applies )
+ // InternalAadl2Parser.g:16252:3: Applies
{
before(grammarAccess.getCoreKeyWordAccess().getAppliesKeyword_3());
match(input,Applies,FollowSets000.FOLLOW_2);
@@ -80745,10 +77942,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 5 :
- // InternalAadl2Parser.g:17207:2: ( Binding )
+ // InternalAadl2Parser.g:16257:2: ( Binding )
{
- // InternalAadl2Parser.g:17207:2: ( Binding )
- // InternalAadl2Parser.g:17208:3: Binding
+ // InternalAadl2Parser.g:16257:2: ( Binding )
+ // InternalAadl2Parser.g:16258:3: Binding
{
before(grammarAccess.getCoreKeyWordAccess().getBindingKeyword_4());
match(input,Binding,FollowSets000.FOLLOW_2);
@@ -80760,10 +77957,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 6 :
- // InternalAadl2Parser.g:17213:2: ( Bus )
+ // InternalAadl2Parser.g:16263:2: ( Bus )
{
- // InternalAadl2Parser.g:17213:2: ( Bus )
- // InternalAadl2Parser.g:17214:3: Bus
+ // InternalAadl2Parser.g:16263:2: ( Bus )
+ // InternalAadl2Parser.g:16264:3: Bus
{
before(grammarAccess.getCoreKeyWordAccess().getBusKeyword_5());
match(input,Bus,FollowSets000.FOLLOW_2);
@@ -80775,10 +77972,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 7 :
- // InternalAadl2Parser.g:17219:2: ( Calls )
+ // InternalAadl2Parser.g:16269:2: ( Calls )
{
- // InternalAadl2Parser.g:17219:2: ( Calls )
- // InternalAadl2Parser.g:17220:3: Calls
+ // InternalAadl2Parser.g:16269:2: ( Calls )
+ // InternalAadl2Parser.g:16270:3: Calls
{
before(grammarAccess.getCoreKeyWordAccess().getCallsKeyword_6());
match(input,Calls,FollowSets000.FOLLOW_2);
@@ -80790,10 +77987,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 8 :
- // InternalAadl2Parser.g:17225:2: ( Classifier )
+ // InternalAadl2Parser.g:16275:2: ( Classifier )
{
- // InternalAadl2Parser.g:17225:2: ( Classifier )
- // InternalAadl2Parser.g:17226:3: Classifier
+ // InternalAadl2Parser.g:16275:2: ( Classifier )
+ // InternalAadl2Parser.g:16276:3: Classifier
{
before(grammarAccess.getCoreKeyWordAccess().getClassifierKeyword_7());
match(input,Classifier,FollowSets000.FOLLOW_2);
@@ -80805,10 +78002,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 9 :
- // InternalAadl2Parser.g:17231:2: ( Connections )
+ // InternalAadl2Parser.g:16281:2: ( Connections )
{
- // InternalAadl2Parser.g:17231:2: ( Connections )
- // InternalAadl2Parser.g:17232:3: Connections
+ // InternalAadl2Parser.g:16281:2: ( Connections )
+ // InternalAadl2Parser.g:16282:3: Connections
{
before(grammarAccess.getCoreKeyWordAccess().getConnectionsKeyword_8());
match(input,Connections,FollowSets000.FOLLOW_2);
@@ -80820,10 +78017,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 10 :
- // InternalAadl2Parser.g:17237:2: ( Constant )
+ // InternalAadl2Parser.g:16287:2: ( Constant )
{
- // InternalAadl2Parser.g:17237:2: ( Constant )
- // InternalAadl2Parser.g:17238:3: Constant
+ // InternalAadl2Parser.g:16287:2: ( Constant )
+ // InternalAadl2Parser.g:16288:3: Constant
{
before(grammarAccess.getCoreKeyWordAccess().getConstantKeyword_9());
match(input,Constant,FollowSets000.FOLLOW_2);
@@ -80835,10 +78032,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 11 :
- // InternalAadl2Parser.g:17243:2: ( Data )
+ // InternalAadl2Parser.g:16293:2: ( Data )
{
- // InternalAadl2Parser.g:17243:2: ( Data )
- // InternalAadl2Parser.g:17244:3: Data
+ // InternalAadl2Parser.g:16293:2: ( Data )
+ // InternalAadl2Parser.g:16294:3: Data
{
before(grammarAccess.getCoreKeyWordAccess().getDataKeyword_10());
match(input,Data,FollowSets000.FOLLOW_2);
@@ -80850,10 +78047,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 12 :
- // InternalAadl2Parser.g:17249:2: ( Device )
+ // InternalAadl2Parser.g:16299:2: ( Device )
{
- // InternalAadl2Parser.g:17249:2: ( Device )
- // InternalAadl2Parser.g:17250:3: Device
+ // InternalAadl2Parser.g:16299:2: ( Device )
+ // InternalAadl2Parser.g:16300:3: Device
{
before(grammarAccess.getCoreKeyWordAccess().getDeviceKeyword_11());
match(input,Device,FollowSets000.FOLLOW_2);
@@ -80865,10 +78062,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 13 :
- // InternalAadl2Parser.g:17255:2: ( End )
+ // InternalAadl2Parser.g:16305:2: ( End )
{
- // InternalAadl2Parser.g:17255:2: ( End )
- // InternalAadl2Parser.g:17256:3: End
+ // InternalAadl2Parser.g:16305:2: ( End )
+ // InternalAadl2Parser.g:16306:3: End
{
before(grammarAccess.getCoreKeyWordAccess().getEndKeyword_12());
match(input,End,FollowSets000.FOLLOW_2);
@@ -80880,10 +78077,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 14 :
- // InternalAadl2Parser.g:17261:2: ( Enumeration )
+ // InternalAadl2Parser.g:16311:2: ( Enumeration )
{
- // InternalAadl2Parser.g:17261:2: ( Enumeration )
- // InternalAadl2Parser.g:17262:3: Enumeration
+ // InternalAadl2Parser.g:16311:2: ( Enumeration )
+ // InternalAadl2Parser.g:16312:3: Enumeration
{
before(grammarAccess.getCoreKeyWordAccess().getEnumerationKeyword_13());
match(input,Enumeration,FollowSets000.FOLLOW_2);
@@ -80895,10 +78092,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 15 :
- // InternalAadl2Parser.g:17267:2: ( Event )
+ // InternalAadl2Parser.g:16317:2: ( Event )
{
- // InternalAadl2Parser.g:17267:2: ( Event )
- // InternalAadl2Parser.g:17268:3: Event
+ // InternalAadl2Parser.g:16317:2: ( Event )
+ // InternalAadl2Parser.g:16318:3: Event
{
before(grammarAccess.getCoreKeyWordAccess().getEventKeyword_14());
match(input,Event,FollowSets000.FOLLOW_2);
@@ -80910,10 +78107,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 16 :
- // InternalAadl2Parser.g:17273:2: ( Extends )
+ // InternalAadl2Parser.g:16323:2: ( Extends )
{
- // InternalAadl2Parser.g:17273:2: ( Extends )
- // InternalAadl2Parser.g:17274:3: Extends
+ // InternalAadl2Parser.g:16323:2: ( Extends )
+ // InternalAadl2Parser.g:16324:3: Extends
{
before(grammarAccess.getCoreKeyWordAccess().getExtendsKeyword_15());
match(input,Extends,FollowSets000.FOLLOW_2);
@@ -80925,10 +78122,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 17 :
- // InternalAadl2Parser.g:17279:2: ( Feature )
+ // InternalAadl2Parser.g:16329:2: ( Feature )
{
- // InternalAadl2Parser.g:17279:2: ( Feature )
- // InternalAadl2Parser.g:17280:3: Feature
+ // InternalAadl2Parser.g:16329:2: ( Feature )
+ // InternalAadl2Parser.g:16330:3: Feature
{
before(grammarAccess.getCoreKeyWordAccess().getFeatureKeyword_16());
match(input,Feature,FollowSets000.FOLLOW_2);
@@ -80940,10 +78137,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 18 :
- // InternalAadl2Parser.g:17285:2: ( Features )
+ // InternalAadl2Parser.g:16335:2: ( Features )
{
- // InternalAadl2Parser.g:17285:2: ( Features )
- // InternalAadl2Parser.g:17286:3: Features
+ // InternalAadl2Parser.g:16335:2: ( Features )
+ // InternalAadl2Parser.g:16336:3: Features
{
before(grammarAccess.getCoreKeyWordAccess().getFeaturesKeyword_17());
match(input,Features,FollowSets000.FOLLOW_2);
@@ -80955,10 +78152,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 19 :
- // InternalAadl2Parser.g:17291:2: ( Flow )
+ // InternalAadl2Parser.g:16341:2: ( Flow )
{
- // InternalAadl2Parser.g:17291:2: ( Flow )
- // InternalAadl2Parser.g:17292:3: Flow
+ // InternalAadl2Parser.g:16341:2: ( Flow )
+ // InternalAadl2Parser.g:16342:3: Flow
{
before(grammarAccess.getCoreKeyWordAccess().getFlowKeyword_18());
match(input,Flow,FollowSets000.FOLLOW_2);
@@ -80970,10 +78167,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 20 :
- // InternalAadl2Parser.g:17297:2: ( Flows )
+ // InternalAadl2Parser.g:16347:2: ( Flows )
{
- // InternalAadl2Parser.g:17297:2: ( Flows )
- // InternalAadl2Parser.g:17298:3: Flows
+ // InternalAadl2Parser.g:16347:2: ( Flows )
+ // InternalAadl2Parser.g:16348:3: Flows
{
before(grammarAccess.getCoreKeyWordAccess().getFlowsKeyword_19());
match(input,Flows,FollowSets000.FOLLOW_2);
@@ -80985,10 +78182,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 21 :
- // InternalAadl2Parser.g:17303:2: ( Group )
+ // InternalAadl2Parser.g:16353:2: ( Group )
{
- // InternalAadl2Parser.g:17303:2: ( Group )
- // InternalAadl2Parser.g:17304:3: Group
+ // InternalAadl2Parser.g:16353:2: ( Group )
+ // InternalAadl2Parser.g:16354:3: Group
{
before(grammarAccess.getCoreKeyWordAccess().getGroupKeyword_20());
match(input,Group,FollowSets000.FOLLOW_2);
@@ -81000,10 +78197,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 22 :
- // InternalAadl2Parser.g:17309:2: ( Implementation )
+ // InternalAadl2Parser.g:16359:2: ( Implementation )
{
- // InternalAadl2Parser.g:17309:2: ( Implementation )
- // InternalAadl2Parser.g:17310:3: Implementation
+ // InternalAadl2Parser.g:16359:2: ( Implementation )
+ // InternalAadl2Parser.g:16360:3: Implementation
{
before(grammarAccess.getCoreKeyWordAccess().getImplementationKeyword_21());
match(input,Implementation,FollowSets000.FOLLOW_2);
@@ -81015,10 +78212,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 23 :
- // InternalAadl2Parser.g:17315:2: ( In )
+ // InternalAadl2Parser.g:16365:2: ( In )
{
- // InternalAadl2Parser.g:17315:2: ( In )
- // InternalAadl2Parser.g:17316:3: In
+ // InternalAadl2Parser.g:16365:2: ( In )
+ // InternalAadl2Parser.g:16366:3: In
{
before(grammarAccess.getCoreKeyWordAccess().getInKeyword_22());
match(input,In,FollowSets000.FOLLOW_2);
@@ -81030,10 +78227,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 24 :
- // InternalAadl2Parser.g:17321:2: ( Inherit )
+ // InternalAadl2Parser.g:16371:2: ( Inherit )
{
- // InternalAadl2Parser.g:17321:2: ( Inherit )
- // InternalAadl2Parser.g:17322:3: Inherit
+ // InternalAadl2Parser.g:16371:2: ( Inherit )
+ // InternalAadl2Parser.g:16372:3: Inherit
{
before(grammarAccess.getCoreKeyWordAccess().getInheritKeyword_23());
match(input,Inherit,FollowSets000.FOLLOW_2);
@@ -81045,10 +78242,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 25 :
- // InternalAadl2Parser.g:17327:2: ( Initial )
+ // InternalAadl2Parser.g:16377:2: ( Initial )
{
- // InternalAadl2Parser.g:17327:2: ( Initial )
- // InternalAadl2Parser.g:17328:3: Initial
+ // InternalAadl2Parser.g:16377:2: ( Initial )
+ // InternalAadl2Parser.g:16378:3: Initial
{
before(grammarAccess.getCoreKeyWordAccess().getInitialKeyword_24());
match(input,Initial,FollowSets000.FOLLOW_2);
@@ -81060,10 +78257,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 26 :
- // InternalAadl2Parser.g:17333:2: ( Internal )
+ // InternalAadl2Parser.g:16383:2: ( Internal )
{
- // InternalAadl2Parser.g:17333:2: ( Internal )
- // InternalAadl2Parser.g:17334:3: Internal
+ // InternalAadl2Parser.g:16383:2: ( Internal )
+ // InternalAadl2Parser.g:16384:3: Internal
{
before(grammarAccess.getCoreKeyWordAccess().getInternalKeyword_25());
match(input,Internal,FollowSets000.FOLLOW_2);
@@ -81075,10 +78272,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 27 :
- // InternalAadl2Parser.g:17339:2: ( Inverse )
+ // InternalAadl2Parser.g:16389:2: ( Inverse )
{
- // InternalAadl2Parser.g:17339:2: ( Inverse )
- // InternalAadl2Parser.g:17340:3: Inverse
+ // InternalAadl2Parser.g:16389:2: ( Inverse )
+ // InternalAadl2Parser.g:16390:3: Inverse
{
before(grammarAccess.getCoreKeyWordAccess().getInverseKeyword_26());
match(input,Inverse,FollowSets000.FOLLOW_2);
@@ -81090,10 +78287,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 28 :
- // InternalAadl2Parser.g:17345:2: ( Is )
+ // InternalAadl2Parser.g:16395:2: ( Is )
{
- // InternalAadl2Parser.g:17345:2: ( Is )
- // InternalAadl2Parser.g:17346:3: Is
+ // InternalAadl2Parser.g:16395:2: ( Is )
+ // InternalAadl2Parser.g:16396:3: Is
{
before(grammarAccess.getCoreKeyWordAccess().getIsKeyword_27());
match(input,Is,FollowSets000.FOLLOW_2);
@@ -81105,10 +78302,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 29 :
- // InternalAadl2Parser.g:17351:2: ( List )
+ // InternalAadl2Parser.g:16401:2: ( List )
{
- // InternalAadl2Parser.g:17351:2: ( List )
- // InternalAadl2Parser.g:17352:3: List
+ // InternalAadl2Parser.g:16401:2: ( List )
+ // InternalAadl2Parser.g:16402:3: List
{
before(grammarAccess.getCoreKeyWordAccess().getListKeyword_28());
match(input,List,FollowSets000.FOLLOW_2);
@@ -81120,10 +78317,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 30 :
- // InternalAadl2Parser.g:17357:2: ( Memory )
+ // InternalAadl2Parser.g:16407:2: ( Memory )
{
- // InternalAadl2Parser.g:17357:2: ( Memory )
- // InternalAadl2Parser.g:17358:3: Memory
+ // InternalAadl2Parser.g:16407:2: ( Memory )
+ // InternalAadl2Parser.g:16408:3: Memory
{
before(grammarAccess.getCoreKeyWordAccess().getMemoryKeyword_29());
match(input,Memory,FollowSets000.FOLLOW_2);
@@ -81135,10 +78332,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 31 :
- // InternalAadl2Parser.g:17363:2: ( Mode )
+ // InternalAadl2Parser.g:16413:2: ( Mode )
{
- // InternalAadl2Parser.g:17363:2: ( Mode )
- // InternalAadl2Parser.g:17364:3: Mode
+ // InternalAadl2Parser.g:16413:2: ( Mode )
+ // InternalAadl2Parser.g:16414:3: Mode
{
before(grammarAccess.getCoreKeyWordAccess().getModeKeyword_30());
match(input,Mode,FollowSets000.FOLLOW_2);
@@ -81150,10 +78347,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 32 :
- // InternalAadl2Parser.g:17369:2: ( Modes )
+ // InternalAadl2Parser.g:16419:2: ( Modes )
{
- // InternalAadl2Parser.g:17369:2: ( Modes )
- // InternalAadl2Parser.g:17370:3: Modes
+ // InternalAadl2Parser.g:16419:2: ( Modes )
+ // InternalAadl2Parser.g:16420:3: Modes
{
before(grammarAccess.getCoreKeyWordAccess().getModesKeyword_31());
match(input,Modes,FollowSets000.FOLLOW_2);
@@ -81165,10 +78362,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 33 :
- // InternalAadl2Parser.g:17375:2: ( None )
+ // InternalAadl2Parser.g:16425:2: ( None )
{
- // InternalAadl2Parser.g:17375:2: ( None )
- // InternalAadl2Parser.g:17376:3: None
+ // InternalAadl2Parser.g:16425:2: ( None )
+ // InternalAadl2Parser.g:16426:3: None
{
before(grammarAccess.getCoreKeyWordAccess().getNoneKeyword_32());
match(input,None,FollowSets000.FOLLOW_2);
@@ -81180,10 +78377,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 34 :
- // InternalAadl2Parser.g:17381:2: ( Of )
+ // InternalAadl2Parser.g:16431:2: ( Of )
{
- // InternalAadl2Parser.g:17381:2: ( Of )
- // InternalAadl2Parser.g:17382:3: Of
+ // InternalAadl2Parser.g:16431:2: ( Of )
+ // InternalAadl2Parser.g:16432:3: Of
{
before(grammarAccess.getCoreKeyWordAccess().getOfKeyword_33());
match(input,Of,FollowSets000.FOLLOW_2);
@@ -81195,10 +78392,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 35 :
- // InternalAadl2Parser.g:17387:2: ( Out )
+ // InternalAadl2Parser.g:16437:2: ( Out )
{
- // InternalAadl2Parser.g:17387:2: ( Out )
- // InternalAadl2Parser.g:17388:3: Out
+ // InternalAadl2Parser.g:16437:2: ( Out )
+ // InternalAadl2Parser.g:16438:3: Out
{
before(grammarAccess.getCoreKeyWordAccess().getOutKeyword_34());
match(input,Out,FollowSets000.FOLLOW_2);
@@ -81210,10 +78407,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 36 :
- // InternalAadl2Parser.g:17393:2: ( Package )
+ // InternalAadl2Parser.g:16443:2: ( Package )
{
- // InternalAadl2Parser.g:17393:2: ( Package )
- // InternalAadl2Parser.g:17394:3: Package
+ // InternalAadl2Parser.g:16443:2: ( Package )
+ // InternalAadl2Parser.g:16444:3: Package
{
before(grammarAccess.getCoreKeyWordAccess().getPackageKeyword_35());
match(input,Package,FollowSets000.FOLLOW_2);
@@ -81225,10 +78422,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 37 :
- // InternalAadl2Parser.g:17399:2: ( Parameter )
+ // InternalAadl2Parser.g:16449:2: ( Parameter )
{
- // InternalAadl2Parser.g:17399:2: ( Parameter )
- // InternalAadl2Parser.g:17400:3: Parameter
+ // InternalAadl2Parser.g:16449:2: ( Parameter )
+ // InternalAadl2Parser.g:16450:3: Parameter
{
before(grammarAccess.getCoreKeyWordAccess().getParameterKeyword_36());
match(input,Parameter,FollowSets000.FOLLOW_2);
@@ -81240,10 +78437,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 38 :
- // InternalAadl2Parser.g:17405:2: ( Path )
+ // InternalAadl2Parser.g:16455:2: ( Path )
{
- // InternalAadl2Parser.g:17405:2: ( Path )
- // InternalAadl2Parser.g:17406:3: Path
+ // InternalAadl2Parser.g:16455:2: ( Path )
+ // InternalAadl2Parser.g:16456:3: Path
{
before(grammarAccess.getCoreKeyWordAccess().getPathKeyword_37());
match(input,Path,FollowSets000.FOLLOW_2);
@@ -81255,10 +78452,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 39 :
- // InternalAadl2Parser.g:17411:2: ( Port )
+ // InternalAadl2Parser.g:16461:2: ( Port )
{
- // InternalAadl2Parser.g:17411:2: ( Port )
- // InternalAadl2Parser.g:17412:3: Port
+ // InternalAadl2Parser.g:16461:2: ( Port )
+ // InternalAadl2Parser.g:16462:3: Port
{
before(grammarAccess.getCoreKeyWordAccess().getPortKeyword_38());
match(input,Port,FollowSets000.FOLLOW_2);
@@ -81270,10 +78467,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 40 :
- // InternalAadl2Parser.g:17417:2: ( Private )
+ // InternalAadl2Parser.g:16467:2: ( Private )
{
- // InternalAadl2Parser.g:17417:2: ( Private )
- // InternalAadl2Parser.g:17418:3: Private
+ // InternalAadl2Parser.g:16467:2: ( Private )
+ // InternalAadl2Parser.g:16468:3: Private
{
before(grammarAccess.getCoreKeyWordAccess().getPrivateKeyword_39());
match(input,Private,FollowSets000.FOLLOW_2);
@@ -81285,10 +78482,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 41 :
- // InternalAadl2Parser.g:17423:2: ( Process )
+ // InternalAadl2Parser.g:16473:2: ( Process )
{
- // InternalAadl2Parser.g:17423:2: ( Process )
- // InternalAadl2Parser.g:17424:3: Process
+ // InternalAadl2Parser.g:16473:2: ( Process )
+ // InternalAadl2Parser.g:16474:3: Process
{
before(grammarAccess.getCoreKeyWordAccess().getProcessKeyword_40());
match(input,Process,FollowSets000.FOLLOW_2);
@@ -81300,10 +78497,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 42 :
- // InternalAadl2Parser.g:17429:2: ( Processor )
+ // InternalAadl2Parser.g:16479:2: ( Processor )
{
- // InternalAadl2Parser.g:17429:2: ( Processor )
- // InternalAadl2Parser.g:17430:3: Processor
+ // InternalAadl2Parser.g:16479:2: ( Processor )
+ // InternalAadl2Parser.g:16480:3: Processor
{
before(grammarAccess.getCoreKeyWordAccess().getProcessorKeyword_41());
match(input,Processor,FollowSets000.FOLLOW_2);
@@ -81315,10 +78512,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 43 :
- // InternalAadl2Parser.g:17435:2: ( Prototype )
+ // InternalAadl2Parser.g:16485:2: ( Prototype )
{
- // InternalAadl2Parser.g:17435:2: ( Prototype )
- // InternalAadl2Parser.g:17436:3: Prototype
+ // InternalAadl2Parser.g:16485:2: ( Prototype )
+ // InternalAadl2Parser.g:16486:3: Prototype
{
before(grammarAccess.getCoreKeyWordAccess().getPrototypeKeyword_42());
match(input,Prototype,FollowSets000.FOLLOW_2);
@@ -81330,10 +78527,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 44 :
- // InternalAadl2Parser.g:17441:2: ( Prototypes )
+ // InternalAadl2Parser.g:16491:2: ( Prototypes )
{
- // InternalAadl2Parser.g:17441:2: ( Prototypes )
- // InternalAadl2Parser.g:17442:3: Prototypes
+ // InternalAadl2Parser.g:16491:2: ( Prototypes )
+ // InternalAadl2Parser.g:16492:3: Prototypes
{
before(grammarAccess.getCoreKeyWordAccess().getPrototypesKeyword_43());
match(input,Prototypes,FollowSets000.FOLLOW_2);
@@ -81345,10 +78542,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 45 :
- // InternalAadl2Parser.g:17447:2: ( Provides )
+ // InternalAadl2Parser.g:16497:2: ( Provides )
{
- // InternalAadl2Parser.g:17447:2: ( Provides )
- // InternalAadl2Parser.g:17448:3: Provides
+ // InternalAadl2Parser.g:16497:2: ( Provides )
+ // InternalAadl2Parser.g:16498:3: Provides
{
before(grammarAccess.getCoreKeyWordAccess().getProvidesKeyword_44());
match(input,Provides,FollowSets000.FOLLOW_2);
@@ -81360,10 +78557,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 46 :
- // InternalAadl2Parser.g:17453:2: ( Public )
+ // InternalAadl2Parser.g:16503:2: ( Public )
{
- // InternalAadl2Parser.g:17453:2: ( Public )
- // InternalAadl2Parser.g:17454:3: Public
+ // InternalAadl2Parser.g:16503:2: ( Public )
+ // InternalAadl2Parser.g:16504:3: Public
{
before(grammarAccess.getCoreKeyWordAccess().getPublicKeyword_45());
match(input,Public,FollowSets000.FOLLOW_2);
@@ -81375,10 +78572,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 47 :
- // InternalAadl2Parser.g:17459:2: ( Refined )
+ // InternalAadl2Parser.g:16509:2: ( Refined )
{
- // InternalAadl2Parser.g:17459:2: ( Refined )
- // InternalAadl2Parser.g:17460:3: Refined
+ // InternalAadl2Parser.g:16509:2: ( Refined )
+ // InternalAadl2Parser.g:16510:3: Refined
{
before(grammarAccess.getCoreKeyWordAccess().getRefinedKeyword_46());
match(input,Refined,FollowSets000.FOLLOW_2);
@@ -81390,10 +78587,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 48 :
- // InternalAadl2Parser.g:17465:2: ( Renames )
+ // InternalAadl2Parser.g:16515:2: ( Renames )
{
- // InternalAadl2Parser.g:17465:2: ( Renames )
- // InternalAadl2Parser.g:17466:3: Renames
+ // InternalAadl2Parser.g:16515:2: ( Renames )
+ // InternalAadl2Parser.g:16516:3: Renames
{
before(grammarAccess.getCoreKeyWordAccess().getRenamesKeyword_47());
match(input,Renames,FollowSets000.FOLLOW_2);
@@ -81405,10 +78602,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 49 :
- // InternalAadl2Parser.g:17471:2: ( Requires )
+ // InternalAadl2Parser.g:16521:2: ( Requires )
{
- // InternalAadl2Parser.g:17471:2: ( Requires )
- // InternalAadl2Parser.g:17472:3: Requires
+ // InternalAadl2Parser.g:16521:2: ( Requires )
+ // InternalAadl2Parser.g:16522:3: Requires
{
before(grammarAccess.getCoreKeyWordAccess().getRequiresKeyword_48());
match(input,Requires,FollowSets000.FOLLOW_2);
@@ -81420,10 +78617,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 50 :
- // InternalAadl2Parser.g:17477:2: ( Self )
+ // InternalAadl2Parser.g:16527:2: ( Self )
{
- // InternalAadl2Parser.g:17477:2: ( Self )
- // InternalAadl2Parser.g:17478:3: Self
+ // InternalAadl2Parser.g:16527:2: ( Self )
+ // InternalAadl2Parser.g:16528:3: Self
{
before(grammarAccess.getCoreKeyWordAccess().getSelfKeyword_49());
match(input,Self,FollowSets000.FOLLOW_2);
@@ -81435,10 +78632,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 51 :
- // InternalAadl2Parser.g:17483:2: ( Set )
+ // InternalAadl2Parser.g:16533:2: ( Set )
{
- // InternalAadl2Parser.g:17483:2: ( Set )
- // InternalAadl2Parser.g:17484:3: Set
+ // InternalAadl2Parser.g:16533:2: ( Set )
+ // InternalAadl2Parser.g:16534:3: Set
{
before(grammarAccess.getCoreKeyWordAccess().getSetKeyword_50());
match(input,Set,FollowSets000.FOLLOW_2);
@@ -81450,10 +78647,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 52 :
- // InternalAadl2Parser.g:17489:2: ( Sink )
+ // InternalAadl2Parser.g:16539:2: ( Sink )
{
- // InternalAadl2Parser.g:17489:2: ( Sink )
- // InternalAadl2Parser.g:17490:3: Sink
+ // InternalAadl2Parser.g:16539:2: ( Sink )
+ // InternalAadl2Parser.g:16540:3: Sink
{
before(grammarAccess.getCoreKeyWordAccess().getSinkKeyword_51());
match(input,Sink,FollowSets000.FOLLOW_2);
@@ -81465,10 +78662,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 53 :
- // InternalAadl2Parser.g:17495:2: ( Source )
+ // InternalAadl2Parser.g:16545:2: ( Source )
{
- // InternalAadl2Parser.g:17495:2: ( Source )
- // InternalAadl2Parser.g:17496:3: Source
+ // InternalAadl2Parser.g:16545:2: ( Source )
+ // InternalAadl2Parser.g:16546:3: Source
{
before(grammarAccess.getCoreKeyWordAccess().getSourceKeyword_52());
match(input,Source,FollowSets000.FOLLOW_2);
@@ -81480,10 +78677,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 54 :
- // InternalAadl2Parser.g:17501:2: ( Subcomponents )
+ // InternalAadl2Parser.g:16551:2: ( Subcomponents )
{
- // InternalAadl2Parser.g:17501:2: ( Subcomponents )
- // InternalAadl2Parser.g:17502:3: Subcomponents
+ // InternalAadl2Parser.g:16551:2: ( Subcomponents )
+ // InternalAadl2Parser.g:16552:3: Subcomponents
{
before(grammarAccess.getCoreKeyWordAccess().getSubcomponentsKeyword_53());
match(input,Subcomponents,FollowSets000.FOLLOW_2);
@@ -81495,10 +78692,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 55 :
- // InternalAadl2Parser.g:17507:2: ( Subprogram )
+ // InternalAadl2Parser.g:16557:2: ( Subprogram )
{
- // InternalAadl2Parser.g:17507:2: ( Subprogram )
- // InternalAadl2Parser.g:17508:3: Subprogram
+ // InternalAadl2Parser.g:16557:2: ( Subprogram )
+ // InternalAadl2Parser.g:16558:3: Subprogram
{
before(grammarAccess.getCoreKeyWordAccess().getSubprogramKeyword_54());
match(input,Subprogram,FollowSets000.FOLLOW_2);
@@ -81510,10 +78707,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 56 :
- // InternalAadl2Parser.g:17513:2: ( KW_System )
+ // InternalAadl2Parser.g:16563:2: ( KW_System )
{
- // InternalAadl2Parser.g:17513:2: ( KW_System )
- // InternalAadl2Parser.g:17514:3: KW_System
+ // InternalAadl2Parser.g:16563:2: ( KW_System )
+ // InternalAadl2Parser.g:16564:3: KW_System
{
before(grammarAccess.getCoreKeyWordAccess().getSystemKeyword_55());
match(input,KW_System,FollowSets000.FOLLOW_2);
@@ -81525,10 +78722,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 57 :
- // InternalAadl2Parser.g:17519:2: ( Thread )
+ // InternalAadl2Parser.g:16569:2: ( Thread )
{
- // InternalAadl2Parser.g:17519:2: ( Thread )
- // InternalAadl2Parser.g:17520:3: Thread
+ // InternalAadl2Parser.g:16569:2: ( Thread )
+ // InternalAadl2Parser.g:16570:3: Thread
{
before(grammarAccess.getCoreKeyWordAccess().getThreadKeyword_56());
match(input,Thread,FollowSets000.FOLLOW_2);
@@ -81540,10 +78737,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 58 :
- // InternalAadl2Parser.g:17525:2: ( Type )
+ // InternalAadl2Parser.g:16575:2: ( Type )
{
- // InternalAadl2Parser.g:17525:2: ( Type )
- // InternalAadl2Parser.g:17526:3: Type
+ // InternalAadl2Parser.g:16575:2: ( Type )
+ // InternalAadl2Parser.g:16576:3: Type
{
before(grammarAccess.getCoreKeyWordAccess().getTypeKeyword_57());
match(input,Type,FollowSets000.FOLLOW_2);
@@ -81555,10 +78752,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 59 :
- // InternalAadl2Parser.g:17531:2: ( To )
+ // InternalAadl2Parser.g:16581:2: ( To )
{
- // InternalAadl2Parser.g:17531:2: ( To )
- // InternalAadl2Parser.g:17532:3: To
+ // InternalAadl2Parser.g:16581:2: ( To )
+ // InternalAadl2Parser.g:16582:3: To
{
before(grammarAccess.getCoreKeyWordAccess().getToKeyword_58());
match(input,To,FollowSets000.FOLLOW_2);
@@ -81570,10 +78767,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 60 :
- // InternalAadl2Parser.g:17537:2: ( Virtual )
+ // InternalAadl2Parser.g:16587:2: ( Virtual )
{
- // InternalAadl2Parser.g:17537:2: ( Virtual )
- // InternalAadl2Parser.g:17538:3: Virtual
+ // InternalAadl2Parser.g:16587:2: ( Virtual )
+ // InternalAadl2Parser.g:16588:3: Virtual
{
before(grammarAccess.getCoreKeyWordAccess().getVirtualKeyword_59());
match(input,Virtual,FollowSets000.FOLLOW_2);
@@ -81585,10 +78782,10 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
}
break;
case 61 :
- // InternalAadl2Parser.g:17543:2: ( With )
+ // InternalAadl2Parser.g:16593:2: ( With )
{
- // InternalAadl2Parser.g:17543:2: ( With )
- // InternalAadl2Parser.g:17544:3: With
+ // InternalAadl2Parser.g:16593:2: ( With )
+ // InternalAadl2Parser.g:16594:3: With
{
before(grammarAccess.getCoreKeyWordAccess().getWithKeyword_60());
match(input,With,FollowSets000.FOLLOW_2);
@@ -81617,13 +78814,13 @@ public final void rule__CoreKeyWord__Alternatives() throws RecognitionException
// $ANTLR start "rule__ContainedPropertyAssociation__Alternatives_1"
- // InternalAadl2Parser.g:17553:1: rule__ContainedPropertyAssociation__Alternatives_1 : ( ( EqualsSignGreaterThanSign ) | ( ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 ) ) );
+ // InternalAadl2Parser.g:16603:1: rule__ContainedPropertyAssociation__Alternatives_1 : ( ( EqualsSignGreaterThanSign ) | ( ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 ) ) );
public final void rule__ContainedPropertyAssociation__Alternatives_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:17557:1: ( ( EqualsSignGreaterThanSign ) | ( ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 ) ) )
+ // InternalAadl2Parser.g:16607:1: ( ( EqualsSignGreaterThanSign ) | ( ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 ) ) )
int alt529=2;
int LA529_0 = input.LA(1);
@@ -81641,10 +78838,10 @@ else if ( (LA529_0==PlusSignEqualsSignGreaterThanSign) ) {
}
switch (alt529) {
case 1 :
- // InternalAadl2Parser.g:17558:2: ( EqualsSignGreaterThanSign )
+ // InternalAadl2Parser.g:16608:2: ( EqualsSignGreaterThanSign )
{
- // InternalAadl2Parser.g:17558:2: ( EqualsSignGreaterThanSign )
- // InternalAadl2Parser.g:17559:3: EqualsSignGreaterThanSign
+ // InternalAadl2Parser.g:16608:2: ( EqualsSignGreaterThanSign )
+ // InternalAadl2Parser.g:16609:3: EqualsSignGreaterThanSign
{
before(grammarAccess.getContainedPropertyAssociationAccess().getEqualsSignGreaterThanSignKeyword_1_0());
match(input,EqualsSignGreaterThanSign,FollowSets000.FOLLOW_2);
@@ -81656,14 +78853,14 @@ else if ( (LA529_0==PlusSignEqualsSignGreaterThanSign) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:17564:2: ( ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 ) )
+ // InternalAadl2Parser.g:16614:2: ( ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 ) )
{
- // InternalAadl2Parser.g:17564:2: ( ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 ) )
- // InternalAadl2Parser.g:17565:3: ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 )
+ // InternalAadl2Parser.g:16614:2: ( ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 ) )
+ // InternalAadl2Parser.g:16615:3: ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 )
{
before(grammarAccess.getContainedPropertyAssociationAccess().getAppendAssignment_1_1());
- // InternalAadl2Parser.g:17566:3: ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 )
- // InternalAadl2Parser.g:17566:4: rule__ContainedPropertyAssociation__AppendAssignment_1_1
+ // InternalAadl2Parser.g:16616:3: ( rule__ContainedPropertyAssociation__AppendAssignment_1_1 )
+ // InternalAadl2Parser.g:16616:4: rule__ContainedPropertyAssociation__AppendAssignment_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ContainedPropertyAssociation__AppendAssignment_1_1();
@@ -81698,13 +78895,13 @@ else if ( (LA529_0==PlusSignEqualsSignGreaterThanSign) ) {
// $ANTLR start "rule__PropertyAssociation__Alternatives_1"
- // InternalAadl2Parser.g:17574:1: rule__PropertyAssociation__Alternatives_1 : ( ( EqualsSignGreaterThanSign ) | ( ( rule__PropertyAssociation__AppendAssignment_1_1 ) ) );
+ // InternalAadl2Parser.g:16624:1: rule__PropertyAssociation__Alternatives_1 : ( ( EqualsSignGreaterThanSign ) | ( ( rule__PropertyAssociation__AppendAssignment_1_1 ) ) );
public final void rule__PropertyAssociation__Alternatives_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:17578:1: ( ( EqualsSignGreaterThanSign ) | ( ( rule__PropertyAssociation__AppendAssignment_1_1 ) ) )
+ // InternalAadl2Parser.g:16628:1: ( ( EqualsSignGreaterThanSign ) | ( ( rule__PropertyAssociation__AppendAssignment_1_1 ) ) )
int alt530=2;
int LA530_0 = input.LA(1);
@@ -81722,10 +78919,10 @@ else if ( (LA530_0==PlusSignEqualsSignGreaterThanSign) ) {
}
switch (alt530) {
case 1 :
- // InternalAadl2Parser.g:17579:2: ( EqualsSignGreaterThanSign )
+ // InternalAadl2Parser.g:16629:2: ( EqualsSignGreaterThanSign )
{
- // InternalAadl2Parser.g:17579:2: ( EqualsSignGreaterThanSign )
- // InternalAadl2Parser.g:17580:3: EqualsSignGreaterThanSign
+ // InternalAadl2Parser.g:16629:2: ( EqualsSignGreaterThanSign )
+ // InternalAadl2Parser.g:16630:3: EqualsSignGreaterThanSign
{
before(grammarAccess.getPropertyAssociationAccess().getEqualsSignGreaterThanSignKeyword_1_0());
match(input,EqualsSignGreaterThanSign,FollowSets000.FOLLOW_2);
@@ -81737,14 +78934,14 @@ else if ( (LA530_0==PlusSignEqualsSignGreaterThanSign) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:17585:2: ( ( rule__PropertyAssociation__AppendAssignment_1_1 ) )
+ // InternalAadl2Parser.g:16635:2: ( ( rule__PropertyAssociation__AppendAssignment_1_1 ) )
{
- // InternalAadl2Parser.g:17585:2: ( ( rule__PropertyAssociation__AppendAssignment_1_1 ) )
- // InternalAadl2Parser.g:17586:3: ( rule__PropertyAssociation__AppendAssignment_1_1 )
+ // InternalAadl2Parser.g:16635:2: ( ( rule__PropertyAssociation__AppendAssignment_1_1 ) )
+ // InternalAadl2Parser.g:16636:3: ( rule__PropertyAssociation__AppendAssignment_1_1 )
{
before(grammarAccess.getPropertyAssociationAccess().getAppendAssignment_1_1());
- // InternalAadl2Parser.g:17587:3: ( rule__PropertyAssociation__AppendAssignment_1_1 )
- // InternalAadl2Parser.g:17587:4: rule__PropertyAssociation__AppendAssignment_1_1
+ // InternalAadl2Parser.g:16637:3: ( rule__PropertyAssociation__AppendAssignment_1_1 )
+ // InternalAadl2Parser.g:16637:4: rule__PropertyAssociation__AppendAssignment_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PropertyAssociation__AppendAssignment_1_1();
@@ -81779,21 +78976,21 @@ else if ( (LA530_0==PlusSignEqualsSignGreaterThanSign) ) {
// $ANTLR start "rule__PropertyExpression__Alternatives"
- // InternalAadl2Parser.g:17595:1: rule__PropertyExpression__Alternatives : ( ( ruleRecordTerm ) | ( ruleReferenceTerm ) | ( ruleComponentClassifierTerm ) | ( ruleComputedTerm ) | ( ruleStringTerm ) | ( ruleNumericRangeTerm ) | ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleListTerm ) | ( ruleBooleanLiteral ) | ( ruleLiteralorReferenceTerm ) );
+ // InternalAadl2Parser.g:16645:1: rule__PropertyExpression__Alternatives : ( ( ruleRecordTerm ) | ( ruleReferenceTerm ) | ( ruleComponentClassifierTerm ) | ( ruleComputedTerm ) | ( ruleStringTerm ) | ( ruleNumericRangeTerm ) | ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleListTerm ) | ( ruleBooleanLiteral ) | ( ruleLiteralorReferenceTerm ) );
public final void rule__PropertyExpression__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:17599:1: ( ( ruleRecordTerm ) | ( ruleReferenceTerm ) | ( ruleComponentClassifierTerm ) | ( ruleComputedTerm ) | ( ruleStringTerm ) | ( ruleNumericRangeTerm ) | ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleListTerm ) | ( ruleBooleanLiteral ) | ( ruleLiteralorReferenceTerm ) )
+ // InternalAadl2Parser.g:16649:1: ( ( ruleRecordTerm ) | ( ruleReferenceTerm ) | ( ruleComponentClassifierTerm ) | ( ruleComputedTerm ) | ( ruleStringTerm ) | ( ruleNumericRangeTerm ) | ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleListTerm ) | ( ruleBooleanLiteral ) | ( ruleLiteralorReferenceTerm ) )
int alt531=11;
alt531 = dfa531.predict(input);
switch (alt531) {
case 1 :
- // InternalAadl2Parser.g:17600:2: ( ruleRecordTerm )
+ // InternalAadl2Parser.g:16650:2: ( ruleRecordTerm )
{
- // InternalAadl2Parser.g:17600:2: ( ruleRecordTerm )
- // InternalAadl2Parser.g:17601:3: ruleRecordTerm
+ // InternalAadl2Parser.g:16650:2: ( ruleRecordTerm )
+ // InternalAadl2Parser.g:16651:3: ruleRecordTerm
{
before(grammarAccess.getPropertyExpressionAccess().getRecordTermParserRuleCall_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -81809,10 +79006,10 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
}
break;
case 2 :
- // InternalAadl2Parser.g:17606:2: ( ruleReferenceTerm )
+ // InternalAadl2Parser.g:16656:2: ( ruleReferenceTerm )
{
- // InternalAadl2Parser.g:17606:2: ( ruleReferenceTerm )
- // InternalAadl2Parser.g:17607:3: ruleReferenceTerm
+ // InternalAadl2Parser.g:16656:2: ( ruleReferenceTerm )
+ // InternalAadl2Parser.g:16657:3: ruleReferenceTerm
{
before(grammarAccess.getPropertyExpressionAccess().getReferenceTermParserRuleCall_1());
pushFollow(FollowSets000.FOLLOW_2);
@@ -81828,10 +79025,10 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
}
break;
case 3 :
- // InternalAadl2Parser.g:17612:2: ( ruleComponentClassifierTerm )
+ // InternalAadl2Parser.g:16662:2: ( ruleComponentClassifierTerm )
{
- // InternalAadl2Parser.g:17612:2: ( ruleComponentClassifierTerm )
- // InternalAadl2Parser.g:17613:3: ruleComponentClassifierTerm
+ // InternalAadl2Parser.g:16662:2: ( ruleComponentClassifierTerm )
+ // InternalAadl2Parser.g:16663:3: ruleComponentClassifierTerm
{
before(grammarAccess.getPropertyExpressionAccess().getComponentClassifierTermParserRuleCall_2());
pushFollow(FollowSets000.FOLLOW_2);
@@ -81847,10 +79044,10 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
}
break;
case 4 :
- // InternalAadl2Parser.g:17618:2: ( ruleComputedTerm )
+ // InternalAadl2Parser.g:16668:2: ( ruleComputedTerm )
{
- // InternalAadl2Parser.g:17618:2: ( ruleComputedTerm )
- // InternalAadl2Parser.g:17619:3: ruleComputedTerm
+ // InternalAadl2Parser.g:16668:2: ( ruleComputedTerm )
+ // InternalAadl2Parser.g:16669:3: ruleComputedTerm
{
before(grammarAccess.getPropertyExpressionAccess().getComputedTermParserRuleCall_3());
pushFollow(FollowSets000.FOLLOW_2);
@@ -81866,10 +79063,10 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
}
break;
case 5 :
- // InternalAadl2Parser.g:17624:2: ( ruleStringTerm )
+ // InternalAadl2Parser.g:16674:2: ( ruleStringTerm )
{
- // InternalAadl2Parser.g:17624:2: ( ruleStringTerm )
- // InternalAadl2Parser.g:17625:3: ruleStringTerm
+ // InternalAadl2Parser.g:16674:2: ( ruleStringTerm )
+ // InternalAadl2Parser.g:16675:3: ruleStringTerm
{
before(grammarAccess.getPropertyExpressionAccess().getStringTermParserRuleCall_4());
pushFollow(FollowSets000.FOLLOW_2);
@@ -81885,10 +79082,10 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
}
break;
case 6 :
- // InternalAadl2Parser.g:17630:2: ( ruleNumericRangeTerm )
+ // InternalAadl2Parser.g:16680:2: ( ruleNumericRangeTerm )
{
- // InternalAadl2Parser.g:17630:2: ( ruleNumericRangeTerm )
- // InternalAadl2Parser.g:17631:3: ruleNumericRangeTerm
+ // InternalAadl2Parser.g:16680:2: ( ruleNumericRangeTerm )
+ // InternalAadl2Parser.g:16681:3: ruleNumericRangeTerm
{
before(grammarAccess.getPropertyExpressionAccess().getNumericRangeTermParserRuleCall_5());
pushFollow(FollowSets000.FOLLOW_2);
@@ -81904,10 +79101,10 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
}
break;
case 7 :
- // InternalAadl2Parser.g:17636:2: ( ruleRealTerm )
+ // InternalAadl2Parser.g:16686:2: ( ruleRealTerm )
{
- // InternalAadl2Parser.g:17636:2: ( ruleRealTerm )
- // InternalAadl2Parser.g:17637:3: ruleRealTerm
+ // InternalAadl2Parser.g:16686:2: ( ruleRealTerm )
+ // InternalAadl2Parser.g:16687:3: ruleRealTerm
{
before(grammarAccess.getPropertyExpressionAccess().getRealTermParserRuleCall_6());
pushFollow(FollowSets000.FOLLOW_2);
@@ -81923,10 +79120,10 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
}
break;
case 8 :
- // InternalAadl2Parser.g:17642:2: ( ruleIntegerTerm )
+ // InternalAadl2Parser.g:16692:2: ( ruleIntegerTerm )
{
- // InternalAadl2Parser.g:17642:2: ( ruleIntegerTerm )
- // InternalAadl2Parser.g:17643:3: ruleIntegerTerm
+ // InternalAadl2Parser.g:16692:2: ( ruleIntegerTerm )
+ // InternalAadl2Parser.g:16693:3: ruleIntegerTerm
{
before(grammarAccess.getPropertyExpressionAccess().getIntegerTermParserRuleCall_7());
pushFollow(FollowSets000.FOLLOW_2);
@@ -81942,10 +79139,10 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
}
break;
case 9 :
- // InternalAadl2Parser.g:17648:2: ( ruleListTerm )
+ // InternalAadl2Parser.g:16698:2: ( ruleListTerm )
{
- // InternalAadl2Parser.g:17648:2: ( ruleListTerm )
- // InternalAadl2Parser.g:17649:3: ruleListTerm
+ // InternalAadl2Parser.g:16698:2: ( ruleListTerm )
+ // InternalAadl2Parser.g:16699:3: ruleListTerm
{
before(grammarAccess.getPropertyExpressionAccess().getListTermParserRuleCall_8());
pushFollow(FollowSets000.FOLLOW_2);
@@ -81961,10 +79158,10 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
}
break;
case 10 :
- // InternalAadl2Parser.g:17654:2: ( ruleBooleanLiteral )
+ // InternalAadl2Parser.g:16704:2: ( ruleBooleanLiteral )
{
- // InternalAadl2Parser.g:17654:2: ( ruleBooleanLiteral )
- // InternalAadl2Parser.g:17655:3: ruleBooleanLiteral
+ // InternalAadl2Parser.g:16704:2: ( ruleBooleanLiteral )
+ // InternalAadl2Parser.g:16705:3: ruleBooleanLiteral
{
before(grammarAccess.getPropertyExpressionAccess().getBooleanLiteralParserRuleCall_9());
pushFollow(FollowSets000.FOLLOW_2);
@@ -81980,10 +79177,10 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
}
break;
case 11 :
- // InternalAadl2Parser.g:17660:2: ( ruleLiteralorReferenceTerm )
+ // InternalAadl2Parser.g:16710:2: ( ruleLiteralorReferenceTerm )
{
- // InternalAadl2Parser.g:17660:2: ( ruleLiteralorReferenceTerm )
- // InternalAadl2Parser.g:17661:3: ruleLiteralorReferenceTerm
+ // InternalAadl2Parser.g:16710:2: ( ruleLiteralorReferenceTerm )
+ // InternalAadl2Parser.g:16711:3: ruleLiteralorReferenceTerm
{
before(grammarAccess.getPropertyExpressionAccess().getLiteralorReferenceTermParserRuleCall_10());
pushFollow(FollowSets000.FOLLOW_2);
@@ -82016,13 +79213,13 @@ public final void rule__PropertyExpression__Alternatives() throws RecognitionExc
// $ANTLR start "rule__BooleanLiteral__Alternatives_1"
- // InternalAadl2Parser.g:17670:1: rule__BooleanLiteral__Alternatives_1 : ( ( ( rule__BooleanLiteral__ValueAssignment_1_0 ) ) | ( False ) );
+ // InternalAadl2Parser.g:16720:1: rule__BooleanLiteral__Alternatives_1 : ( ( ( rule__BooleanLiteral__ValueAssignment_1_0 ) ) | ( False ) );
public final void rule__BooleanLiteral__Alternatives_1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:17674:1: ( ( ( rule__BooleanLiteral__ValueAssignment_1_0 ) ) | ( False ) )
+ // InternalAadl2Parser.g:16724:1: ( ( ( rule__BooleanLiteral__ValueAssignment_1_0 ) ) | ( False ) )
int alt532=2;
int LA532_0 = input.LA(1);
@@ -82040,14 +79237,14 @@ else if ( (LA532_0==False) ) {
}
switch (alt532) {
case 1 :
- // InternalAadl2Parser.g:17675:2: ( ( rule__BooleanLiteral__ValueAssignment_1_0 ) )
+ // InternalAadl2Parser.g:16725:2: ( ( rule__BooleanLiteral__ValueAssignment_1_0 ) )
{
- // InternalAadl2Parser.g:17675:2: ( ( rule__BooleanLiteral__ValueAssignment_1_0 ) )
- // InternalAadl2Parser.g:17676:3: ( rule__BooleanLiteral__ValueAssignment_1_0 )
+ // InternalAadl2Parser.g:16725:2: ( ( rule__BooleanLiteral__ValueAssignment_1_0 ) )
+ // InternalAadl2Parser.g:16726:3: ( rule__BooleanLiteral__ValueAssignment_1_0 )
{
before(grammarAccess.getBooleanLiteralAccess().getValueAssignment_1_0());
- // InternalAadl2Parser.g:17677:3: ( rule__BooleanLiteral__ValueAssignment_1_0 )
- // InternalAadl2Parser.g:17677:4: rule__BooleanLiteral__ValueAssignment_1_0
+ // InternalAadl2Parser.g:16727:3: ( rule__BooleanLiteral__ValueAssignment_1_0 )
+ // InternalAadl2Parser.g:16727:4: rule__BooleanLiteral__ValueAssignment_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BooleanLiteral__ValueAssignment_1_0();
@@ -82065,10 +79262,10 @@ else if ( (LA532_0==False) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:17681:2: ( False )
+ // InternalAadl2Parser.g:16731:2: ( False )
{
- // InternalAadl2Parser.g:17681:2: ( False )
- // InternalAadl2Parser.g:17682:3: False
+ // InternalAadl2Parser.g:16731:2: ( False )
+ // InternalAadl2Parser.g:16732:3: False
{
before(grammarAccess.getBooleanLiteralAccess().getFalseKeyword_1_1());
match(input,False,FollowSets000.FOLLOW_2);
@@ -82097,13 +79294,13 @@ else if ( (LA532_0==False) ) {
// $ANTLR start "rule__PlusMinus__Alternatives"
- // InternalAadl2Parser.g:17691:1: rule__PlusMinus__Alternatives : ( ( PlusSign ) | ( HyphenMinus ) );
+ // InternalAadl2Parser.g:16741:1: rule__PlusMinus__Alternatives : ( ( PlusSign ) | ( HyphenMinus ) );
public final void rule__PlusMinus__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:17695:1: ( ( PlusSign ) | ( HyphenMinus ) )
+ // InternalAadl2Parser.g:16745:1: ( ( PlusSign ) | ( HyphenMinus ) )
int alt533=2;
int LA533_0 = input.LA(1);
@@ -82121,10 +79318,10 @@ else if ( (LA533_0==HyphenMinus) ) {
}
switch (alt533) {
case 1 :
- // InternalAadl2Parser.g:17696:2: ( PlusSign )
+ // InternalAadl2Parser.g:16746:2: ( PlusSign )
{
- // InternalAadl2Parser.g:17696:2: ( PlusSign )
- // InternalAadl2Parser.g:17697:3: PlusSign
+ // InternalAadl2Parser.g:16746:2: ( PlusSign )
+ // InternalAadl2Parser.g:16747:3: PlusSign
{
before(grammarAccess.getPlusMinusAccess().getPlusSignKeyword_0());
match(input,PlusSign,FollowSets000.FOLLOW_2);
@@ -82136,10 +79333,10 @@ else if ( (LA533_0==HyphenMinus) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:17702:2: ( HyphenMinus )
+ // InternalAadl2Parser.g:16752:2: ( HyphenMinus )
{
- // InternalAadl2Parser.g:17702:2: ( HyphenMinus )
- // InternalAadl2Parser.g:17703:3: HyphenMinus
+ // InternalAadl2Parser.g:16752:2: ( HyphenMinus )
+ // InternalAadl2Parser.g:16753:3: HyphenMinus
{
before(grammarAccess.getPlusMinusAccess().getHyphenMinusKeyword_1());
match(input,HyphenMinus,FollowSets000.FOLLOW_2);
@@ -82168,13 +79365,13 @@ else if ( (LA533_0==HyphenMinus) ) {
// $ANTLR start "rule__SignedInt__Alternatives_0"
- // InternalAadl2Parser.g:17712:1: rule__SignedInt__Alternatives_0 : ( ( PlusSign ) | ( HyphenMinus ) );
+ // InternalAadl2Parser.g:16762:1: rule__SignedInt__Alternatives_0 : ( ( PlusSign ) | ( HyphenMinus ) );
public final void rule__SignedInt__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:17716:1: ( ( PlusSign ) | ( HyphenMinus ) )
+ // InternalAadl2Parser.g:16766:1: ( ( PlusSign ) | ( HyphenMinus ) )
int alt534=2;
int LA534_0 = input.LA(1);
@@ -82192,10 +79389,10 @@ else if ( (LA534_0==HyphenMinus) ) {
}
switch (alt534) {
case 1 :
- // InternalAadl2Parser.g:17717:2: ( PlusSign )
+ // InternalAadl2Parser.g:16767:2: ( PlusSign )
{
- // InternalAadl2Parser.g:17717:2: ( PlusSign )
- // InternalAadl2Parser.g:17718:3: PlusSign
+ // InternalAadl2Parser.g:16767:2: ( PlusSign )
+ // InternalAadl2Parser.g:16768:3: PlusSign
{
before(grammarAccess.getSignedIntAccess().getPlusSignKeyword_0_0());
match(input,PlusSign,FollowSets000.FOLLOW_2);
@@ -82207,10 +79404,10 @@ else if ( (LA534_0==HyphenMinus) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:17723:2: ( HyphenMinus )
+ // InternalAadl2Parser.g:16773:2: ( HyphenMinus )
{
- // InternalAadl2Parser.g:17723:2: ( HyphenMinus )
- // InternalAadl2Parser.g:17724:3: HyphenMinus
+ // InternalAadl2Parser.g:16773:2: ( HyphenMinus )
+ // InternalAadl2Parser.g:16774:3: HyphenMinus
{
before(grammarAccess.getSignedIntAccess().getHyphenMinusKeyword_0_1());
match(input,HyphenMinus,FollowSets000.FOLLOW_2);
@@ -82239,13 +79436,13 @@ else if ( (LA534_0==HyphenMinus) ) {
// $ANTLR start "rule__SignedReal__Alternatives_0"
- // InternalAadl2Parser.g:17733:1: rule__SignedReal__Alternatives_0 : ( ( PlusSign ) | ( HyphenMinus ) );
+ // InternalAadl2Parser.g:16783:1: rule__SignedReal__Alternatives_0 : ( ( PlusSign ) | ( HyphenMinus ) );
public final void rule__SignedReal__Alternatives_0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:17737:1: ( ( PlusSign ) | ( HyphenMinus ) )
+ // InternalAadl2Parser.g:16787:1: ( ( PlusSign ) | ( HyphenMinus ) )
int alt535=2;
int LA535_0 = input.LA(1);
@@ -82263,10 +79460,10 @@ else if ( (LA535_0==HyphenMinus) ) {
}
switch (alt535) {
case 1 :
- // InternalAadl2Parser.g:17738:2: ( PlusSign )
+ // InternalAadl2Parser.g:16788:2: ( PlusSign )
{
- // InternalAadl2Parser.g:17738:2: ( PlusSign )
- // InternalAadl2Parser.g:17739:3: PlusSign
+ // InternalAadl2Parser.g:16788:2: ( PlusSign )
+ // InternalAadl2Parser.g:16789:3: PlusSign
{
before(grammarAccess.getSignedRealAccess().getPlusSignKeyword_0_0());
match(input,PlusSign,FollowSets000.FOLLOW_2);
@@ -82278,10 +79475,10 @@ else if ( (LA535_0==HyphenMinus) ) {
}
break;
case 2 :
- // InternalAadl2Parser.g:17744:2: ( HyphenMinus )
+ // InternalAadl2Parser.g:16794:2: ( HyphenMinus )
{
- // InternalAadl2Parser.g:17744:2: ( HyphenMinus )
- // InternalAadl2Parser.g:17745:3: HyphenMinus
+ // InternalAadl2Parser.g:16794:2: ( HyphenMinus )
+ // InternalAadl2Parser.g:16795:3: HyphenMinus
{
before(grammarAccess.getSignedRealAccess().getHyphenMinusKeyword_0_1());
match(input,HyphenMinus,FollowSets000.FOLLOW_2);
@@ -82310,13 +79507,13 @@ else if ( (LA535_0==HyphenMinus) ) {
// $ANTLR start "rule__NumAlt__Alternatives"
- // InternalAadl2Parser.g:17754:1: rule__NumAlt__Alternatives : ( ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleSignedConstant ) | ( ruleConstantValue ) );
+ // InternalAadl2Parser.g:16804:1: rule__NumAlt__Alternatives : ( ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleSignedConstant ) | ( ruleConstantValue ) );
public final void rule__NumAlt__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:17758:1: ( ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleSignedConstant ) | ( ruleConstantValue ) )
+ // InternalAadl2Parser.g:16808:1: ( ( ruleRealTerm ) | ( ruleIntegerTerm ) | ( ruleSignedConstant ) | ( ruleConstantValue ) )
int alt536=4;
switch ( input.LA(1) ) {
case PlusSign:
@@ -82354,14 +79551,14 @@ public final void rule__NumAlt__Alternatives() throws RecognitionException {
alt536=2;
}
break;
- case RULE_ID:
+ case RULE_REAL_LIT:
{
- alt536=3;
+ alt536=1;
}
break;
- case RULE_REAL_LIT:
+ case RULE_ID:
{
- alt536=1;
+ alt536=3;
}
break;
default:
@@ -82397,10 +79594,10 @@ public final void rule__NumAlt__Alternatives() throws RecognitionException {
switch (alt536) {
case 1 :
- // InternalAadl2Parser.g:17759:2: ( ruleRealTerm )
+ // InternalAadl2Parser.g:16809:2: ( ruleRealTerm )
{
- // InternalAadl2Parser.g:17759:2: ( ruleRealTerm )
- // InternalAadl2Parser.g:17760:3: ruleRealTerm
+ // InternalAadl2Parser.g:16809:2: ( ruleRealTerm )
+ // InternalAadl2Parser.g:16810:3: ruleRealTerm
{
before(grammarAccess.getNumAltAccess().getRealTermParserRuleCall_0());
pushFollow(FollowSets000.FOLLOW_2);
@@ -82416,10 +79613,10 @@ public final void rule__NumAlt__Alternatives() throws RecognitionException {
}
break;
case 2 :
- // InternalAadl2Parser.g:17765:2: ( ruleIntegerTerm )
+ // InternalAadl2Parser.g:16815:2: ( ruleIntegerTerm )
{
- // InternalAadl2Parser.g:17765:2: ( ruleIntegerTerm )
- // InternalAadl2Parser.g:17766:3: ruleIntegerTerm
+ // InternalAadl2Parser.g:16815:2: ( ruleIntegerTerm )
+ // InternalAadl2Parser.g:16816:3: ruleIntegerTerm
{
before(grammarAccess.getNumAltAccess().getIntegerTermParserRuleCall_1());
pushFollow(FollowSets000.FOLLOW_2);
@@ -82435,10 +79632,10 @@ public final void rule__NumAlt__Alternatives() throws RecognitionException {
}
break;
case 3 :
- // InternalAadl2Parser.g:17771:2: ( ruleSignedConstant )
+ // InternalAadl2Parser.g:16821:2: ( ruleSignedConstant )
{
- // InternalAadl2Parser.g:17771:2: ( ruleSignedConstant )
- // InternalAadl2Parser.g:17772:3: ruleSignedConstant
+ // InternalAadl2Parser.g:16821:2: ( ruleSignedConstant )
+ // InternalAadl2Parser.g:16822:3: ruleSignedConstant
{
before(grammarAccess.getNumAltAccess().getSignedConstantParserRuleCall_2());
pushFollow(FollowSets000.FOLLOW_2);
@@ -82454,10 +79651,10 @@ public final void rule__NumAlt__Alternatives() throws RecognitionException {
}
break;
case 4 :
- // InternalAadl2Parser.g:17777:2: ( ruleConstantValue )
+ // InternalAadl2Parser.g:16827:2: ( ruleConstantValue )
{
- // InternalAadl2Parser.g:17777:2: ( ruleConstantValue )
- // InternalAadl2Parser.g:17778:3: ruleConstantValue
+ // InternalAadl2Parser.g:16827:2: ( ruleConstantValue )
+ // InternalAadl2Parser.g:16828:3: ruleConstantValue
{
before(grammarAccess.getNumAltAccess().getConstantValueParserRuleCall_3());
pushFollow(FollowSets000.FOLLOW_2);
@@ -82490,13 +79687,13 @@ public final void rule__NumAlt__Alternatives() throws RecognitionException {
// $ANTLR start "rule__FlowKind__Alternatives"
- // InternalAadl2Parser.g:17787:1: rule__FlowKind__Alternatives : ( ( ( Source ) ) | ( ( Path ) ) | ( ( Sink ) ) );
+ // InternalAadl2Parser.g:16837:1: rule__FlowKind__Alternatives : ( ( ( Source ) ) | ( ( Path ) ) | ( ( Sink ) ) );
public final void rule__FlowKind__Alternatives() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:17791:1: ( ( ( Source ) ) | ( ( Path ) ) | ( ( Sink ) ) )
+ // InternalAadl2Parser.g:16841:1: ( ( ( Source ) ) | ( ( Path ) ) | ( ( Sink ) ) )
int alt537=3;
switch ( input.LA(1) ) {
case Source:
@@ -82523,14 +79720,14 @@ public final void rule__FlowKind__Alternatives() throws RecognitionException {
switch (alt537) {
case 1 :
- // InternalAadl2Parser.g:17792:2: ( ( Source ) )
+ // InternalAadl2Parser.g:16842:2: ( ( Source ) )
{
- // InternalAadl2Parser.g:17792:2: ( ( Source ) )
- // InternalAadl2Parser.g:17793:3: ( Source )
+ // InternalAadl2Parser.g:16842:2: ( ( Source ) )
+ // InternalAadl2Parser.g:16843:3: ( Source )
{
before(grammarAccess.getFlowKindAccess().getSourceEnumLiteralDeclaration_0());
- // InternalAadl2Parser.g:17794:3: ( Source )
- // InternalAadl2Parser.g:17794:4: Source
+ // InternalAadl2Parser.g:16844:3: ( Source )
+ // InternalAadl2Parser.g:16844:4: Source
{
match(input,Source,FollowSets000.FOLLOW_2);
@@ -82544,14 +79741,14 @@ public final void rule__FlowKind__Alternatives() throws RecognitionException {
}
break;
case 2 :
- // InternalAadl2Parser.g:17798:2: ( ( Path ) )
+ // InternalAadl2Parser.g:16848:2: ( ( Path ) )
{
- // InternalAadl2Parser.g:17798:2: ( ( Path ) )
- // InternalAadl2Parser.g:17799:3: ( Path )
+ // InternalAadl2Parser.g:16848:2: ( ( Path ) )
+ // InternalAadl2Parser.g:16849:3: ( Path )
{
before(grammarAccess.getFlowKindAccess().getPathEnumLiteralDeclaration_1());
- // InternalAadl2Parser.g:17800:3: ( Path )
- // InternalAadl2Parser.g:17800:4: Path
+ // InternalAadl2Parser.g:16850:3: ( Path )
+ // InternalAadl2Parser.g:16850:4: Path
{
match(input,Path,FollowSets000.FOLLOW_2);
@@ -82565,14 +79762,14 @@ public final void rule__FlowKind__Alternatives() throws RecognitionException {
}
break;
case 3 :
- // InternalAadl2Parser.g:17804:2: ( ( Sink ) )
+ // InternalAadl2Parser.g:16854:2: ( ( Sink ) )
{
- // InternalAadl2Parser.g:17804:2: ( ( Sink ) )
- // InternalAadl2Parser.g:17805:3: ( Sink )
+ // InternalAadl2Parser.g:16854:2: ( ( Sink ) )
+ // InternalAadl2Parser.g:16855:3: ( Sink )
{
before(grammarAccess.getFlowKindAccess().getSinkEnumLiteralDeclaration_2());
- // InternalAadl2Parser.g:17806:3: ( Sink )
- // InternalAadl2Parser.g:17806:4: Sink
+ // InternalAadl2Parser.g:16856:3: ( Sink )
+ // InternalAadl2Parser.g:16856:4: Sink
{
match(input,Sink,FollowSets000.FOLLOW_2);
@@ -82603,14 +79800,14 @@ public final void rule__FlowKind__Alternatives() throws RecognitionException {
// $ANTLR start "rule__AadlPackage__Group__0"
- // InternalAadl2Parser.g:17814:1: rule__AadlPackage__Group__0 : rule__AadlPackage__Group__0__Impl rule__AadlPackage__Group__1 ;
+ // InternalAadl2Parser.g:16864:1: rule__AadlPackage__Group__0 : rule__AadlPackage__Group__0__Impl rule__AadlPackage__Group__1 ;
public final void rule__AadlPackage__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:17818:1: ( rule__AadlPackage__Group__0__Impl rule__AadlPackage__Group__1 )
- // InternalAadl2Parser.g:17819:2: rule__AadlPackage__Group__0__Impl rule__AadlPackage__Group__1
+ // InternalAadl2Parser.g:16868:1: ( rule__AadlPackage__Group__0__Impl rule__AadlPackage__Group__1 )
+ // InternalAadl2Parser.g:16869:2: rule__AadlPackage__Group__0__Impl rule__AadlPackage__Group__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__AadlPackage__Group__0__Impl();
@@ -82641,17 +79838,17 @@ public final void rule__AadlPackage__Group__0() throws RecognitionException {
// $ANTLR start "rule__AadlPackage__Group__0__Impl"
- // InternalAadl2Parser.g:17826:1: rule__AadlPackage__Group__0__Impl : ( Package ) ;
+ // InternalAadl2Parser.g:16876:1: rule__AadlPackage__Group__0__Impl : ( Package ) ;
public final void rule__AadlPackage__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:17830:1: ( ( Package ) )
- // InternalAadl2Parser.g:17831:1: ( Package )
+ // InternalAadl2Parser.g:16880:1: ( ( Package ) )
+ // InternalAadl2Parser.g:16881:1: ( Package )
{
- // InternalAadl2Parser.g:17831:1: ( Package )
- // InternalAadl2Parser.g:17832:2: Package
+ // InternalAadl2Parser.g:16881:1: ( Package )
+ // InternalAadl2Parser.g:16882:2: Package
{
before(grammarAccess.getAadlPackageAccess().getPackageKeyword_0());
match(input,Package,FollowSets000.FOLLOW_2);
@@ -82678,14 +79875,14 @@ public final void rule__AadlPackage__Group__0__Impl() throws RecognitionExceptio
// $ANTLR start "rule__AadlPackage__Group__1"
- // InternalAadl2Parser.g:17841:1: rule__AadlPackage__Group__1 : rule__AadlPackage__Group__1__Impl rule__AadlPackage__Group__2 ;
+ // InternalAadl2Parser.g:16891:1: rule__AadlPackage__Group__1 : rule__AadlPackage__Group__1__Impl rule__AadlPackage__Group__2 ;
public final void rule__AadlPackage__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:17845:1: ( rule__AadlPackage__Group__1__Impl rule__AadlPackage__Group__2 )
- // InternalAadl2Parser.g:17846:2: rule__AadlPackage__Group__1__Impl rule__AadlPackage__Group__2
+ // InternalAadl2Parser.g:16895:1: ( rule__AadlPackage__Group__1__Impl rule__AadlPackage__Group__2 )
+ // InternalAadl2Parser.g:16896:2: rule__AadlPackage__Group__1__Impl rule__AadlPackage__Group__2
{
pushFollow(FollowSets000.FOLLOW_5);
rule__AadlPackage__Group__1__Impl();
@@ -82716,21 +79913,21 @@ public final void rule__AadlPackage__Group__1() throws RecognitionException {
// $ANTLR start "rule__AadlPackage__Group__1__Impl"
- // InternalAadl2Parser.g:17853:1: rule__AadlPackage__Group__1__Impl : ( ( rule__AadlPackage__NameAssignment_1 ) ) ;
+ // InternalAadl2Parser.g:16903:1: rule__AadlPackage__Group__1__Impl : ( ( rule__AadlPackage__NameAssignment_1 ) ) ;
public final void rule__AadlPackage__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:17857:1: ( ( ( rule__AadlPackage__NameAssignment_1 ) ) )
- // InternalAadl2Parser.g:17858:1: ( ( rule__AadlPackage__NameAssignment_1 ) )
+ // InternalAadl2Parser.g:16907:1: ( ( ( rule__AadlPackage__NameAssignment_1 ) ) )
+ // InternalAadl2Parser.g:16908:1: ( ( rule__AadlPackage__NameAssignment_1 ) )
{
- // InternalAadl2Parser.g:17858:1: ( ( rule__AadlPackage__NameAssignment_1 ) )
- // InternalAadl2Parser.g:17859:2: ( rule__AadlPackage__NameAssignment_1 )
+ // InternalAadl2Parser.g:16908:1: ( ( rule__AadlPackage__NameAssignment_1 ) )
+ // InternalAadl2Parser.g:16909:2: ( rule__AadlPackage__NameAssignment_1 )
{
before(grammarAccess.getAadlPackageAccess().getNameAssignment_1());
- // InternalAadl2Parser.g:17860:2: ( rule__AadlPackage__NameAssignment_1 )
- // InternalAadl2Parser.g:17860:3: rule__AadlPackage__NameAssignment_1
+ // InternalAadl2Parser.g:16910:2: ( rule__AadlPackage__NameAssignment_1 )
+ // InternalAadl2Parser.g:16910:3: rule__AadlPackage__NameAssignment_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AadlPackage__NameAssignment_1();
@@ -82763,14 +79960,14 @@ public final void rule__AadlPackage__Group__1__Impl() throws RecognitionExceptio
// $ANTLR start "rule__AadlPackage__Group__2"
- // InternalAadl2Parser.g:17868:1: rule__AadlPackage__Group__2 : rule__AadlPackage__Group__2__Impl rule__AadlPackage__Group__3 ;
+ // InternalAadl2Parser.g:16918:1: rule__AadlPackage__Group__2 : rule__AadlPackage__Group__2__Impl rule__AadlPackage__Group__3 ;
public final void rule__AadlPackage__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:17872:1: ( rule__AadlPackage__Group__2__Impl rule__AadlPackage__Group__3 )
- // InternalAadl2Parser.g:17873:2: rule__AadlPackage__Group__2__Impl rule__AadlPackage__Group__3
+ // InternalAadl2Parser.g:16922:1: ( rule__AadlPackage__Group__2__Impl rule__AadlPackage__Group__3 )
+ // InternalAadl2Parser.g:16923:2: rule__AadlPackage__Group__2__Impl rule__AadlPackage__Group__3
{
pushFollow(FollowSets000.FOLLOW_6);
rule__AadlPackage__Group__2__Impl();
@@ -82801,21 +79998,21 @@ public final void rule__AadlPackage__Group__2() throws RecognitionException {
// $ANTLR start "rule__AadlPackage__Group__2__Impl"
- // InternalAadl2Parser.g:17880:1: rule__AadlPackage__Group__2__Impl : ( ( rule__AadlPackage__Alternatives_2 ) ) ;
+ // InternalAadl2Parser.g:16930:1: rule__AadlPackage__Group__2__Impl : ( ( rule__AadlPackage__Alternatives_2 ) ) ;
public final void rule__AadlPackage__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:17884:1: ( ( ( rule__AadlPackage__Alternatives_2 ) ) )
- // InternalAadl2Parser.g:17885:1: ( ( rule__AadlPackage__Alternatives_2 ) )
+ // InternalAadl2Parser.g:16934:1: ( ( ( rule__AadlPackage__Alternatives_2 ) ) )
+ // InternalAadl2Parser.g:16935:1: ( ( rule__AadlPackage__Alternatives_2 ) )
{
- // InternalAadl2Parser.g:17885:1: ( ( rule__AadlPackage__Alternatives_2 ) )
- // InternalAadl2Parser.g:17886:2: ( rule__AadlPackage__Alternatives_2 )
+ // InternalAadl2Parser.g:16935:1: ( ( rule__AadlPackage__Alternatives_2 ) )
+ // InternalAadl2Parser.g:16936:2: ( rule__AadlPackage__Alternatives_2 )
{
before(grammarAccess.getAadlPackageAccess().getAlternatives_2());
- // InternalAadl2Parser.g:17887:2: ( rule__AadlPackage__Alternatives_2 )
- // InternalAadl2Parser.g:17887:3: rule__AadlPackage__Alternatives_2
+ // InternalAadl2Parser.g:16937:2: ( rule__AadlPackage__Alternatives_2 )
+ // InternalAadl2Parser.g:16937:3: rule__AadlPackage__Alternatives_2
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AadlPackage__Alternatives_2();
@@ -82848,14 +80045,14 @@ public final void rule__AadlPackage__Group__2__Impl() throws RecognitionExceptio
// $ANTLR start "rule__AadlPackage__Group__3"
- // InternalAadl2Parser.g:17895:1: rule__AadlPackage__Group__3 : rule__AadlPackage__Group__3__Impl rule__AadlPackage__Group__4 ;
+ // InternalAadl2Parser.g:16945:1: rule__AadlPackage__Group__3 : rule__AadlPackage__Group__3__Impl rule__AadlPackage__Group__4 ;
public final void rule__AadlPackage__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:17899:1: ( rule__AadlPackage__Group__3__Impl rule__AadlPackage__Group__4 )
- // InternalAadl2Parser.g:17900:2: rule__AadlPackage__Group__3__Impl rule__AadlPackage__Group__4
+ // InternalAadl2Parser.g:16949:1: ( rule__AadlPackage__Group__3__Impl rule__AadlPackage__Group__4 )
+ // InternalAadl2Parser.g:16950:2: rule__AadlPackage__Group__3__Impl rule__AadlPackage__Group__4
{
pushFollow(FollowSets000.FOLLOW_6);
rule__AadlPackage__Group__3__Impl();
@@ -82886,20 +80083,20 @@ public final void rule__AadlPackage__Group__3() throws RecognitionException {
// $ANTLR start "rule__AadlPackage__Group__3__Impl"
- // InternalAadl2Parser.g:17907:1: rule__AadlPackage__Group__3__Impl : ( ( rule__AadlPackage__Group_3__0 )? ) ;
+ // InternalAadl2Parser.g:16957:1: rule__AadlPackage__Group__3__Impl : ( ( rule__AadlPackage__Group_3__0 )? ) ;
public final void rule__AadlPackage__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:17911:1: ( ( ( rule__AadlPackage__Group_3__0 )? ) )
- // InternalAadl2Parser.g:17912:1: ( ( rule__AadlPackage__Group_3__0 )? )
+ // InternalAadl2Parser.g:16961:1: ( ( ( rule__AadlPackage__Group_3__0 )? ) )
+ // InternalAadl2Parser.g:16962:1: ( ( rule__AadlPackage__Group_3__0 )? )
{
- // InternalAadl2Parser.g:17912:1: ( ( rule__AadlPackage__Group_3__0 )? )
- // InternalAadl2Parser.g:17913:2: ( rule__AadlPackage__Group_3__0 )?
+ // InternalAadl2Parser.g:16962:1: ( ( rule__AadlPackage__Group_3__0 )? )
+ // InternalAadl2Parser.g:16963:2: ( rule__AadlPackage__Group_3__0 )?
{
before(grammarAccess.getAadlPackageAccess().getGroup_3());
- // InternalAadl2Parser.g:17914:2: ( rule__AadlPackage__Group_3__0 )?
+ // InternalAadl2Parser.g:16964:2: ( rule__AadlPackage__Group_3__0 )?
int alt538=2;
int LA538_0 = input.LA(1);
@@ -82908,7 +80105,7 @@ public final void rule__AadlPackage__Group__3__Impl() throws RecognitionExceptio
}
switch (alt538) {
case 1 :
- // InternalAadl2Parser.g:17914:3: rule__AadlPackage__Group_3__0
+ // InternalAadl2Parser.g:16964:3: rule__AadlPackage__Group_3__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AadlPackage__Group_3__0();
@@ -82944,14 +80141,14 @@ public final void rule__AadlPackage__Group__3__Impl() throws RecognitionExceptio
// $ANTLR start "rule__AadlPackage__Group__4"
- // InternalAadl2Parser.g:17922:1: rule__AadlPackage__Group__4 : rule__AadlPackage__Group__4__Impl rule__AadlPackage__Group__5 ;
+ // InternalAadl2Parser.g:16972:1: rule__AadlPackage__Group__4 : rule__AadlPackage__Group__4__Impl rule__AadlPackage__Group__5 ;
public final void rule__AadlPackage__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:17926:1: ( rule__AadlPackage__Group__4__Impl rule__AadlPackage__Group__5 )
- // InternalAadl2Parser.g:17927:2: rule__AadlPackage__Group__4__Impl rule__AadlPackage__Group__5
+ // InternalAadl2Parser.g:16976:1: ( rule__AadlPackage__Group__4__Impl rule__AadlPackage__Group__5 )
+ // InternalAadl2Parser.g:16977:2: rule__AadlPackage__Group__4__Impl rule__AadlPackage__Group__5
{
pushFollow(FollowSets000.FOLLOW_4);
rule__AadlPackage__Group__4__Impl();
@@ -82982,17 +80179,17 @@ public final void rule__AadlPackage__Group__4() throws RecognitionException {
// $ANTLR start "rule__AadlPackage__Group__4__Impl"
- // InternalAadl2Parser.g:17934:1: rule__AadlPackage__Group__4__Impl : ( End ) ;
+ // InternalAadl2Parser.g:16984:1: rule__AadlPackage__Group__4__Impl : ( End ) ;
public final void rule__AadlPackage__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:17938:1: ( ( End ) )
- // InternalAadl2Parser.g:17939:1: ( End )
+ // InternalAadl2Parser.g:16988:1: ( ( End ) )
+ // InternalAadl2Parser.g:16989:1: ( End )
{
- // InternalAadl2Parser.g:17939:1: ( End )
- // InternalAadl2Parser.g:17940:2: End
+ // InternalAadl2Parser.g:16989:1: ( End )
+ // InternalAadl2Parser.g:16990:2: End
{
before(grammarAccess.getAadlPackageAccess().getEndKeyword_4());
match(input,End,FollowSets000.FOLLOW_2);
@@ -83019,14 +80216,14 @@ public final void rule__AadlPackage__Group__4__Impl() throws RecognitionExceptio
// $ANTLR start "rule__AadlPackage__Group__5"
- // InternalAadl2Parser.g:17949:1: rule__AadlPackage__Group__5 : rule__AadlPackage__Group__5__Impl rule__AadlPackage__Group__6 ;
+ // InternalAadl2Parser.g:16999:1: rule__AadlPackage__Group__5 : rule__AadlPackage__Group__5__Impl rule__AadlPackage__Group__6 ;
public final void rule__AadlPackage__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:17953:1: ( rule__AadlPackage__Group__5__Impl rule__AadlPackage__Group__6 )
- // InternalAadl2Parser.g:17954:2: rule__AadlPackage__Group__5__Impl rule__AadlPackage__Group__6
+ // InternalAadl2Parser.g:17003:1: ( rule__AadlPackage__Group__5__Impl rule__AadlPackage__Group__6 )
+ // InternalAadl2Parser.g:17004:2: rule__AadlPackage__Group__5__Impl rule__AadlPackage__Group__6
{
pushFollow(FollowSets000.FOLLOW_7);
rule__AadlPackage__Group__5__Impl();
@@ -83057,17 +80254,17 @@ public final void rule__AadlPackage__Group__5() throws RecognitionException {
// $ANTLR start "rule__AadlPackage__Group__5__Impl"
- // InternalAadl2Parser.g:17961:1: rule__AadlPackage__Group__5__Impl : ( rulePNAME ) ;
+ // InternalAadl2Parser.g:17011:1: rule__AadlPackage__Group__5__Impl : ( rulePNAME ) ;
public final void rule__AadlPackage__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:17965:1: ( ( rulePNAME ) )
- // InternalAadl2Parser.g:17966:1: ( rulePNAME )
+ // InternalAadl2Parser.g:17015:1: ( ( rulePNAME ) )
+ // InternalAadl2Parser.g:17016:1: ( rulePNAME )
{
- // InternalAadl2Parser.g:17966:1: ( rulePNAME )
- // InternalAadl2Parser.g:17967:2: rulePNAME
+ // InternalAadl2Parser.g:17016:1: ( rulePNAME )
+ // InternalAadl2Parser.g:17017:2: rulePNAME
{
before(grammarAccess.getAadlPackageAccess().getPNAMEParserRuleCall_5());
pushFollow(FollowSets000.FOLLOW_2);
@@ -83098,14 +80295,14 @@ public final void rule__AadlPackage__Group__5__Impl() throws RecognitionExceptio
// $ANTLR start "rule__AadlPackage__Group__6"
- // InternalAadl2Parser.g:17976:1: rule__AadlPackage__Group__6 : rule__AadlPackage__Group__6__Impl ;
+ // InternalAadl2Parser.g:17026:1: rule__AadlPackage__Group__6 : rule__AadlPackage__Group__6__Impl ;
public final void rule__AadlPackage__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:17980:1: ( rule__AadlPackage__Group__6__Impl )
- // InternalAadl2Parser.g:17981:2: rule__AadlPackage__Group__6__Impl
+ // InternalAadl2Parser.g:17030:1: ( rule__AadlPackage__Group__6__Impl )
+ // InternalAadl2Parser.g:17031:2: rule__AadlPackage__Group__6__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AadlPackage__Group__6__Impl();
@@ -83131,17 +80328,17 @@ public final void rule__AadlPackage__Group__6() throws RecognitionException {
// $ANTLR start "rule__AadlPackage__Group__6__Impl"
- // InternalAadl2Parser.g:17987:1: rule__AadlPackage__Group__6__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:17037:1: rule__AadlPackage__Group__6__Impl : ( Semicolon ) ;
public final void rule__AadlPackage__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:17991:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:17992:1: ( Semicolon )
+ // InternalAadl2Parser.g:17041:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:17042:1: ( Semicolon )
{
- // InternalAadl2Parser.g:17992:1: ( Semicolon )
- // InternalAadl2Parser.g:17993:2: Semicolon
+ // InternalAadl2Parser.g:17042:1: ( Semicolon )
+ // InternalAadl2Parser.g:17043:2: Semicolon
{
before(grammarAccess.getAadlPackageAccess().getSemicolonKeyword_6());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -83168,14 +80365,14 @@ public final void rule__AadlPackage__Group__6__Impl() throws RecognitionExceptio
// $ANTLR start "rule__AadlPackage__Group_2_0__0"
- // InternalAadl2Parser.g:18003:1: rule__AadlPackage__Group_2_0__0 : rule__AadlPackage__Group_2_0__0__Impl rule__AadlPackage__Group_2_0__1 ;
+ // InternalAadl2Parser.g:17053:1: rule__AadlPackage__Group_2_0__0 : rule__AadlPackage__Group_2_0__0__Impl rule__AadlPackage__Group_2_0__1 ;
public final void rule__AadlPackage__Group_2_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18007:1: ( rule__AadlPackage__Group_2_0__0__Impl rule__AadlPackage__Group_2_0__1 )
- // InternalAadl2Parser.g:18008:2: rule__AadlPackage__Group_2_0__0__Impl rule__AadlPackage__Group_2_0__1
+ // InternalAadl2Parser.g:17057:1: ( rule__AadlPackage__Group_2_0__0__Impl rule__AadlPackage__Group_2_0__1 )
+ // InternalAadl2Parser.g:17058:2: rule__AadlPackage__Group_2_0__0__Impl rule__AadlPackage__Group_2_0__1
{
pushFollow(FollowSets000.FOLLOW_5);
rule__AadlPackage__Group_2_0__0__Impl();
@@ -83206,21 +80403,21 @@ public final void rule__AadlPackage__Group_2_0__0() throws RecognitionException
// $ANTLR start "rule__AadlPackage__Group_2_0__0__Impl"
- // InternalAadl2Parser.g:18015:1: rule__AadlPackage__Group_2_0__0__Impl : ( ( rule__AadlPackage__OwnedPublicSectionAssignment_2_0_0 ) ) ;
+ // InternalAadl2Parser.g:17065:1: rule__AadlPackage__Group_2_0__0__Impl : ( ( rule__AadlPackage__OwnedPublicSectionAssignment_2_0_0 ) ) ;
public final void rule__AadlPackage__Group_2_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18019:1: ( ( ( rule__AadlPackage__OwnedPublicSectionAssignment_2_0_0 ) ) )
- // InternalAadl2Parser.g:18020:1: ( ( rule__AadlPackage__OwnedPublicSectionAssignment_2_0_0 ) )
+ // InternalAadl2Parser.g:17069:1: ( ( ( rule__AadlPackage__OwnedPublicSectionAssignment_2_0_0 ) ) )
+ // InternalAadl2Parser.g:17070:1: ( ( rule__AadlPackage__OwnedPublicSectionAssignment_2_0_0 ) )
{
- // InternalAadl2Parser.g:18020:1: ( ( rule__AadlPackage__OwnedPublicSectionAssignment_2_0_0 ) )
- // InternalAadl2Parser.g:18021:2: ( rule__AadlPackage__OwnedPublicSectionAssignment_2_0_0 )
+ // InternalAadl2Parser.g:17070:1: ( ( rule__AadlPackage__OwnedPublicSectionAssignment_2_0_0 ) )
+ // InternalAadl2Parser.g:17071:2: ( rule__AadlPackage__OwnedPublicSectionAssignment_2_0_0 )
{
before(grammarAccess.getAadlPackageAccess().getOwnedPublicSectionAssignment_2_0_0());
- // InternalAadl2Parser.g:18022:2: ( rule__AadlPackage__OwnedPublicSectionAssignment_2_0_0 )
- // InternalAadl2Parser.g:18022:3: rule__AadlPackage__OwnedPublicSectionAssignment_2_0_0
+ // InternalAadl2Parser.g:17072:2: ( rule__AadlPackage__OwnedPublicSectionAssignment_2_0_0 )
+ // InternalAadl2Parser.g:17072:3: rule__AadlPackage__OwnedPublicSectionAssignment_2_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AadlPackage__OwnedPublicSectionAssignment_2_0_0();
@@ -83253,14 +80450,14 @@ public final void rule__AadlPackage__Group_2_0__0__Impl() throws RecognitionExce
// $ANTLR start "rule__AadlPackage__Group_2_0__1"
- // InternalAadl2Parser.g:18030:1: rule__AadlPackage__Group_2_0__1 : rule__AadlPackage__Group_2_0__1__Impl ;
+ // InternalAadl2Parser.g:17080:1: rule__AadlPackage__Group_2_0__1 : rule__AadlPackage__Group_2_0__1__Impl ;
public final void rule__AadlPackage__Group_2_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18034:1: ( rule__AadlPackage__Group_2_0__1__Impl )
- // InternalAadl2Parser.g:18035:2: rule__AadlPackage__Group_2_0__1__Impl
+ // InternalAadl2Parser.g:17084:1: ( rule__AadlPackage__Group_2_0__1__Impl )
+ // InternalAadl2Parser.g:17085:2: rule__AadlPackage__Group_2_0__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AadlPackage__Group_2_0__1__Impl();
@@ -83286,20 +80483,20 @@ public final void rule__AadlPackage__Group_2_0__1() throws RecognitionException
// $ANTLR start "rule__AadlPackage__Group_2_0__1__Impl"
- // InternalAadl2Parser.g:18041:1: rule__AadlPackage__Group_2_0__1__Impl : ( ( rule__AadlPackage__OwnedPrivateSectionAssignment_2_0_1 )? ) ;
+ // InternalAadl2Parser.g:17091:1: rule__AadlPackage__Group_2_0__1__Impl : ( ( rule__AadlPackage__OwnedPrivateSectionAssignment_2_0_1 )? ) ;
public final void rule__AadlPackage__Group_2_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18045:1: ( ( ( rule__AadlPackage__OwnedPrivateSectionAssignment_2_0_1 )? ) )
- // InternalAadl2Parser.g:18046:1: ( ( rule__AadlPackage__OwnedPrivateSectionAssignment_2_0_1 )? )
+ // InternalAadl2Parser.g:17095:1: ( ( ( rule__AadlPackage__OwnedPrivateSectionAssignment_2_0_1 )? ) )
+ // InternalAadl2Parser.g:17096:1: ( ( rule__AadlPackage__OwnedPrivateSectionAssignment_2_0_1 )? )
{
- // InternalAadl2Parser.g:18046:1: ( ( rule__AadlPackage__OwnedPrivateSectionAssignment_2_0_1 )? )
- // InternalAadl2Parser.g:18047:2: ( rule__AadlPackage__OwnedPrivateSectionAssignment_2_0_1 )?
+ // InternalAadl2Parser.g:17096:1: ( ( rule__AadlPackage__OwnedPrivateSectionAssignment_2_0_1 )? )
+ // InternalAadl2Parser.g:17097:2: ( rule__AadlPackage__OwnedPrivateSectionAssignment_2_0_1 )?
{
before(grammarAccess.getAadlPackageAccess().getOwnedPrivateSectionAssignment_2_0_1());
- // InternalAadl2Parser.g:18048:2: ( rule__AadlPackage__OwnedPrivateSectionAssignment_2_0_1 )?
+ // InternalAadl2Parser.g:17098:2: ( rule__AadlPackage__OwnedPrivateSectionAssignment_2_0_1 )?
int alt539=2;
int LA539_0 = input.LA(1);
@@ -83308,7 +80505,7 @@ public final void rule__AadlPackage__Group_2_0__1__Impl() throws RecognitionExce
}
switch (alt539) {
case 1 :
- // InternalAadl2Parser.g:18048:3: rule__AadlPackage__OwnedPrivateSectionAssignment_2_0_1
+ // InternalAadl2Parser.g:17098:3: rule__AadlPackage__OwnedPrivateSectionAssignment_2_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AadlPackage__OwnedPrivateSectionAssignment_2_0_1();
@@ -83344,14 +80541,14 @@ public final void rule__AadlPackage__Group_2_0__1__Impl() throws RecognitionExce
// $ANTLR start "rule__AadlPackage__Group_3__0"
- // InternalAadl2Parser.g:18057:1: rule__AadlPackage__Group_3__0 : rule__AadlPackage__Group_3__0__Impl rule__AadlPackage__Group_3__1 ;
+ // InternalAadl2Parser.g:17107:1: rule__AadlPackage__Group_3__0 : rule__AadlPackage__Group_3__0__Impl rule__AadlPackage__Group_3__1 ;
public final void rule__AadlPackage__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18061:1: ( rule__AadlPackage__Group_3__0__Impl rule__AadlPackage__Group_3__1 )
- // InternalAadl2Parser.g:18062:2: rule__AadlPackage__Group_3__0__Impl rule__AadlPackage__Group_3__1
+ // InternalAadl2Parser.g:17111:1: ( rule__AadlPackage__Group_3__0__Impl rule__AadlPackage__Group_3__1 )
+ // InternalAadl2Parser.g:17112:2: rule__AadlPackage__Group_3__0__Impl rule__AadlPackage__Group_3__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__AadlPackage__Group_3__0__Impl();
@@ -83382,17 +80579,17 @@ public final void rule__AadlPackage__Group_3__0() throws RecognitionException {
// $ANTLR start "rule__AadlPackage__Group_3__0__Impl"
- // InternalAadl2Parser.g:18069:1: rule__AadlPackage__Group_3__0__Impl : ( Properties ) ;
+ // InternalAadl2Parser.g:17119:1: rule__AadlPackage__Group_3__0__Impl : ( Properties ) ;
public final void rule__AadlPackage__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18073:1: ( ( Properties ) )
- // InternalAadl2Parser.g:18074:1: ( Properties )
+ // InternalAadl2Parser.g:17123:1: ( ( Properties ) )
+ // InternalAadl2Parser.g:17124:1: ( Properties )
{
- // InternalAadl2Parser.g:18074:1: ( Properties )
- // InternalAadl2Parser.g:18075:2: Properties
+ // InternalAadl2Parser.g:17124:1: ( Properties )
+ // InternalAadl2Parser.g:17125:2: Properties
{
before(grammarAccess.getAadlPackageAccess().getPropertiesKeyword_3_0());
match(input,Properties,FollowSets000.FOLLOW_2);
@@ -83419,14 +80616,14 @@ public final void rule__AadlPackage__Group_3__0__Impl() throws RecognitionExcept
// $ANTLR start "rule__AadlPackage__Group_3__1"
- // InternalAadl2Parser.g:18084:1: rule__AadlPackage__Group_3__1 : rule__AadlPackage__Group_3__1__Impl ;
+ // InternalAadl2Parser.g:17134:1: rule__AadlPackage__Group_3__1 : rule__AadlPackage__Group_3__1__Impl ;
public final void rule__AadlPackage__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18088:1: ( rule__AadlPackage__Group_3__1__Impl )
- // InternalAadl2Parser.g:18089:2: rule__AadlPackage__Group_3__1__Impl
+ // InternalAadl2Parser.g:17138:1: ( rule__AadlPackage__Group_3__1__Impl )
+ // InternalAadl2Parser.g:17139:2: rule__AadlPackage__Group_3__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AadlPackage__Group_3__1__Impl();
@@ -83452,21 +80649,21 @@ public final void rule__AadlPackage__Group_3__1() throws RecognitionException {
// $ANTLR start "rule__AadlPackage__Group_3__1__Impl"
- // InternalAadl2Parser.g:18095:1: rule__AadlPackage__Group_3__1__Impl : ( ( rule__AadlPackage__Alternatives_3_1 ) ) ;
+ // InternalAadl2Parser.g:17145:1: rule__AadlPackage__Group_3__1__Impl : ( ( rule__AadlPackage__Alternatives_3_1 ) ) ;
public final void rule__AadlPackage__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18099:1: ( ( ( rule__AadlPackage__Alternatives_3_1 ) ) )
- // InternalAadl2Parser.g:18100:1: ( ( rule__AadlPackage__Alternatives_3_1 ) )
+ // InternalAadl2Parser.g:17149:1: ( ( ( rule__AadlPackage__Alternatives_3_1 ) ) )
+ // InternalAadl2Parser.g:17150:1: ( ( rule__AadlPackage__Alternatives_3_1 ) )
{
- // InternalAadl2Parser.g:18100:1: ( ( rule__AadlPackage__Alternatives_3_1 ) )
- // InternalAadl2Parser.g:18101:2: ( rule__AadlPackage__Alternatives_3_1 )
+ // InternalAadl2Parser.g:17150:1: ( ( rule__AadlPackage__Alternatives_3_1 ) )
+ // InternalAadl2Parser.g:17151:2: ( rule__AadlPackage__Alternatives_3_1 )
{
before(grammarAccess.getAadlPackageAccess().getAlternatives_3_1());
- // InternalAadl2Parser.g:18102:2: ( rule__AadlPackage__Alternatives_3_1 )
- // InternalAadl2Parser.g:18102:3: rule__AadlPackage__Alternatives_3_1
+ // InternalAadl2Parser.g:17152:2: ( rule__AadlPackage__Alternatives_3_1 )
+ // InternalAadl2Parser.g:17152:3: rule__AadlPackage__Alternatives_3_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AadlPackage__Alternatives_3_1();
@@ -83499,14 +80696,14 @@ public final void rule__AadlPackage__Group_3__1__Impl() throws RecognitionExcept
// $ANTLR start "rule__AadlPackage__Group_3_1_1__0"
- // InternalAadl2Parser.g:18111:1: rule__AadlPackage__Group_3_1_1__0 : rule__AadlPackage__Group_3_1_1__0__Impl rule__AadlPackage__Group_3_1_1__1 ;
+ // InternalAadl2Parser.g:17161:1: rule__AadlPackage__Group_3_1_1__0 : rule__AadlPackage__Group_3_1_1__0__Impl rule__AadlPackage__Group_3_1_1__1 ;
public final void rule__AadlPackage__Group_3_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18115:1: ( rule__AadlPackage__Group_3_1_1__0__Impl rule__AadlPackage__Group_3_1_1__1 )
- // InternalAadl2Parser.g:18116:2: rule__AadlPackage__Group_3_1_1__0__Impl rule__AadlPackage__Group_3_1_1__1
+ // InternalAadl2Parser.g:17165:1: ( rule__AadlPackage__Group_3_1_1__0__Impl rule__AadlPackage__Group_3_1_1__1 )
+ // InternalAadl2Parser.g:17166:2: rule__AadlPackage__Group_3_1_1__0__Impl rule__AadlPackage__Group_3_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__AadlPackage__Group_3_1_1__0__Impl();
@@ -83537,17 +80734,17 @@ public final void rule__AadlPackage__Group_3_1_1__0() throws RecognitionExceptio
// $ANTLR start "rule__AadlPackage__Group_3_1_1__0__Impl"
- // InternalAadl2Parser.g:18123:1: rule__AadlPackage__Group_3_1_1__0__Impl : ( None ) ;
+ // InternalAadl2Parser.g:17173:1: rule__AadlPackage__Group_3_1_1__0__Impl : ( None ) ;
public final void rule__AadlPackage__Group_3_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18127:1: ( ( None ) )
- // InternalAadl2Parser.g:18128:1: ( None )
+ // InternalAadl2Parser.g:17177:1: ( ( None ) )
+ // InternalAadl2Parser.g:17178:1: ( None )
{
- // InternalAadl2Parser.g:18128:1: ( None )
- // InternalAadl2Parser.g:18129:2: None
+ // InternalAadl2Parser.g:17178:1: ( None )
+ // InternalAadl2Parser.g:17179:2: None
{
before(grammarAccess.getAadlPackageAccess().getNoneKeyword_3_1_1_0());
match(input,None,FollowSets000.FOLLOW_2);
@@ -83574,14 +80771,14 @@ public final void rule__AadlPackage__Group_3_1_1__0__Impl() throws RecognitionEx
// $ANTLR start "rule__AadlPackage__Group_3_1_1__1"
- // InternalAadl2Parser.g:18138:1: rule__AadlPackage__Group_3_1_1__1 : rule__AadlPackage__Group_3_1_1__1__Impl ;
+ // InternalAadl2Parser.g:17188:1: rule__AadlPackage__Group_3_1_1__1 : rule__AadlPackage__Group_3_1_1__1__Impl ;
public final void rule__AadlPackage__Group_3_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18142:1: ( rule__AadlPackage__Group_3_1_1__1__Impl )
- // InternalAadl2Parser.g:18143:2: rule__AadlPackage__Group_3_1_1__1__Impl
+ // InternalAadl2Parser.g:17192:1: ( rule__AadlPackage__Group_3_1_1__1__Impl )
+ // InternalAadl2Parser.g:17193:2: rule__AadlPackage__Group_3_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AadlPackage__Group_3_1_1__1__Impl();
@@ -83607,17 +80804,17 @@ public final void rule__AadlPackage__Group_3_1_1__1() throws RecognitionExceptio
// $ANTLR start "rule__AadlPackage__Group_3_1_1__1__Impl"
- // InternalAadl2Parser.g:18149:1: rule__AadlPackage__Group_3_1_1__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:17199:1: rule__AadlPackage__Group_3_1_1__1__Impl : ( Semicolon ) ;
public final void rule__AadlPackage__Group_3_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18153:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:18154:1: ( Semicolon )
+ // InternalAadl2Parser.g:17203:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:17204:1: ( Semicolon )
{
- // InternalAadl2Parser.g:18154:1: ( Semicolon )
- // InternalAadl2Parser.g:18155:2: Semicolon
+ // InternalAadl2Parser.g:17204:1: ( Semicolon )
+ // InternalAadl2Parser.g:17205:2: Semicolon
{
before(grammarAccess.getAadlPackageAccess().getSemicolonKeyword_3_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -83644,14 +80841,14 @@ public final void rule__AadlPackage__Group_3_1_1__1__Impl() throws RecognitionEx
// $ANTLR start "rule__PublicPackageSection__Group__0"
- // InternalAadl2Parser.g:18165:1: rule__PublicPackageSection__Group__0 : rule__PublicPackageSection__Group__0__Impl rule__PublicPackageSection__Group__1 ;
+ // InternalAadl2Parser.g:17215:1: rule__PublicPackageSection__Group__0 : rule__PublicPackageSection__Group__0__Impl rule__PublicPackageSection__Group__1 ;
public final void rule__PublicPackageSection__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18169:1: ( rule__PublicPackageSection__Group__0__Impl rule__PublicPackageSection__Group__1 )
- // InternalAadl2Parser.g:18170:2: rule__PublicPackageSection__Group__0__Impl rule__PublicPackageSection__Group__1
+ // InternalAadl2Parser.g:17219:1: ( rule__PublicPackageSection__Group__0__Impl rule__PublicPackageSection__Group__1 )
+ // InternalAadl2Parser.g:17220:2: rule__PublicPackageSection__Group__0__Impl rule__PublicPackageSection__Group__1
{
pushFollow(FollowSets000.FOLLOW_9);
rule__PublicPackageSection__Group__0__Impl();
@@ -83682,21 +80879,21 @@ public final void rule__PublicPackageSection__Group__0() throws RecognitionExcep
// $ANTLR start "rule__PublicPackageSection__Group__0__Impl"
- // InternalAadl2Parser.g:18177:1: rule__PublicPackageSection__Group__0__Impl : ( () ) ;
+ // InternalAadl2Parser.g:17227:1: rule__PublicPackageSection__Group__0__Impl : ( () ) ;
public final void rule__PublicPackageSection__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18181:1: ( ( () ) )
- // InternalAadl2Parser.g:18182:1: ( () )
+ // InternalAadl2Parser.g:17231:1: ( ( () ) )
+ // InternalAadl2Parser.g:17232:1: ( () )
{
- // InternalAadl2Parser.g:18182:1: ( () )
- // InternalAadl2Parser.g:18183:2: ()
+ // InternalAadl2Parser.g:17232:1: ( () )
+ // InternalAadl2Parser.g:17233:2: ()
{
before(grammarAccess.getPublicPackageSectionAccess().getPublicPackageSectionAction_0());
- // InternalAadl2Parser.g:18184:2: ()
- // InternalAadl2Parser.g:18184:3:
+ // InternalAadl2Parser.g:17234:2: ()
+ // InternalAadl2Parser.g:17234:3:
{
}
@@ -83719,14 +80916,14 @@ public final void rule__PublicPackageSection__Group__0__Impl() throws Recognitio
// $ANTLR start "rule__PublicPackageSection__Group__1"
- // InternalAadl2Parser.g:18192:1: rule__PublicPackageSection__Group__1 : rule__PublicPackageSection__Group__1__Impl rule__PublicPackageSection__Group__2 ;
+ // InternalAadl2Parser.g:17242:1: rule__PublicPackageSection__Group__1 : rule__PublicPackageSection__Group__1__Impl rule__PublicPackageSection__Group__2 ;
public final void rule__PublicPackageSection__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18196:1: ( rule__PublicPackageSection__Group__1__Impl rule__PublicPackageSection__Group__2 )
- // InternalAadl2Parser.g:18197:2: rule__PublicPackageSection__Group__1__Impl rule__PublicPackageSection__Group__2
+ // InternalAadl2Parser.g:17246:1: ( rule__PublicPackageSection__Group__1__Impl rule__PublicPackageSection__Group__2 )
+ // InternalAadl2Parser.g:17247:2: rule__PublicPackageSection__Group__1__Impl rule__PublicPackageSection__Group__2
{
pushFollow(FollowSets000.FOLLOW_10);
rule__PublicPackageSection__Group__1__Impl();
@@ -83757,17 +80954,17 @@ public final void rule__PublicPackageSection__Group__1() throws RecognitionExcep
// $ANTLR start "rule__PublicPackageSection__Group__1__Impl"
- // InternalAadl2Parser.g:18204:1: rule__PublicPackageSection__Group__1__Impl : ( Public ) ;
+ // InternalAadl2Parser.g:17254:1: rule__PublicPackageSection__Group__1__Impl : ( Public ) ;
public final void rule__PublicPackageSection__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18208:1: ( ( Public ) )
- // InternalAadl2Parser.g:18209:1: ( Public )
+ // InternalAadl2Parser.g:17258:1: ( ( Public ) )
+ // InternalAadl2Parser.g:17259:1: ( Public )
{
- // InternalAadl2Parser.g:18209:1: ( Public )
- // InternalAadl2Parser.g:18210:2: Public
+ // InternalAadl2Parser.g:17259:1: ( Public )
+ // InternalAadl2Parser.g:17260:2: Public
{
before(grammarAccess.getPublicPackageSectionAccess().getPublicKeyword_1());
match(input,Public,FollowSets000.FOLLOW_2);
@@ -83794,14 +80991,14 @@ public final void rule__PublicPackageSection__Group__1__Impl() throws Recognitio
// $ANTLR start "rule__PublicPackageSection__Group__2"
- // InternalAadl2Parser.g:18219:1: rule__PublicPackageSection__Group__2 : rule__PublicPackageSection__Group__2__Impl rule__PublicPackageSection__Group__3 ;
+ // InternalAadl2Parser.g:17269:1: rule__PublicPackageSection__Group__2 : rule__PublicPackageSection__Group__2__Impl rule__PublicPackageSection__Group__3 ;
public final void rule__PublicPackageSection__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18223:1: ( rule__PublicPackageSection__Group__2__Impl rule__PublicPackageSection__Group__3 )
- // InternalAadl2Parser.g:18224:2: rule__PublicPackageSection__Group__2__Impl rule__PublicPackageSection__Group__3
+ // InternalAadl2Parser.g:17273:1: ( rule__PublicPackageSection__Group__2__Impl rule__PublicPackageSection__Group__3 )
+ // InternalAadl2Parser.g:17274:2: rule__PublicPackageSection__Group__2__Impl rule__PublicPackageSection__Group__3
{
pushFollow(FollowSets000.FOLLOW_10);
rule__PublicPackageSection__Group__2__Impl();
@@ -83832,20 +81029,20 @@ public final void rule__PublicPackageSection__Group__2() throws RecognitionExcep
// $ANTLR start "rule__PublicPackageSection__Group__2__Impl"
- // InternalAadl2Parser.g:18231:1: rule__PublicPackageSection__Group__2__Impl : ( ( rule__PublicPackageSection__Alternatives_2 )* ) ;
+ // InternalAadl2Parser.g:17281:1: rule__PublicPackageSection__Group__2__Impl : ( ( rule__PublicPackageSection__Alternatives_2 )* ) ;
public final void rule__PublicPackageSection__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18235:1: ( ( ( rule__PublicPackageSection__Alternatives_2 )* ) )
- // InternalAadl2Parser.g:18236:1: ( ( rule__PublicPackageSection__Alternatives_2 )* )
+ // InternalAadl2Parser.g:17285:1: ( ( ( rule__PublicPackageSection__Alternatives_2 )* ) )
+ // InternalAadl2Parser.g:17286:1: ( ( rule__PublicPackageSection__Alternatives_2 )* )
{
- // InternalAadl2Parser.g:18236:1: ( ( rule__PublicPackageSection__Alternatives_2 )* )
- // InternalAadl2Parser.g:18237:2: ( rule__PublicPackageSection__Alternatives_2 )*
+ // InternalAadl2Parser.g:17286:1: ( ( rule__PublicPackageSection__Alternatives_2 )* )
+ // InternalAadl2Parser.g:17287:2: ( rule__PublicPackageSection__Alternatives_2 )*
{
before(grammarAccess.getPublicPackageSectionAccess().getAlternatives_2());
- // InternalAadl2Parser.g:18238:2: ( rule__PublicPackageSection__Alternatives_2 )*
+ // InternalAadl2Parser.g:17288:2: ( rule__PublicPackageSection__Alternatives_2 )*
loop540:
do {
int alt540=2;
@@ -83858,7 +81055,7 @@ public final void rule__PublicPackageSection__Group__2__Impl() throws Recognitio
switch (alt540) {
case 1 :
- // InternalAadl2Parser.g:18238:3: rule__PublicPackageSection__Alternatives_2
+ // InternalAadl2Parser.g:17288:3: rule__PublicPackageSection__Alternatives_2
{
pushFollow(FollowSets000.FOLLOW_11);
rule__PublicPackageSection__Alternatives_2();
@@ -83897,14 +81094,14 @@ public final void rule__PublicPackageSection__Group__2__Impl() throws Recognitio
// $ANTLR start "rule__PublicPackageSection__Group__3"
- // InternalAadl2Parser.g:18246:1: rule__PublicPackageSection__Group__3 : rule__PublicPackageSection__Group__3__Impl ;
+ // InternalAadl2Parser.g:17296:1: rule__PublicPackageSection__Group__3 : rule__PublicPackageSection__Group__3__Impl ;
public final void rule__PublicPackageSection__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18250:1: ( rule__PublicPackageSection__Group__3__Impl )
- // InternalAadl2Parser.g:18251:2: rule__PublicPackageSection__Group__3__Impl
+ // InternalAadl2Parser.g:17300:1: ( rule__PublicPackageSection__Group__3__Impl )
+ // InternalAadl2Parser.g:17301:2: rule__PublicPackageSection__Group__3__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PublicPackageSection__Group__3__Impl();
@@ -83930,20 +81127,20 @@ public final void rule__PublicPackageSection__Group__3() throws RecognitionExcep
// $ANTLR start "rule__PublicPackageSection__Group__3__Impl"
- // InternalAadl2Parser.g:18257:1: rule__PublicPackageSection__Group__3__Impl : ( ( rule__PublicPackageSection__Alternatives_3 )* ) ;
+ // InternalAadl2Parser.g:17307:1: rule__PublicPackageSection__Group__3__Impl : ( ( rule__PublicPackageSection__Alternatives_3 )* ) ;
public final void rule__PublicPackageSection__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18261:1: ( ( ( rule__PublicPackageSection__Alternatives_3 )* ) )
- // InternalAadl2Parser.g:18262:1: ( ( rule__PublicPackageSection__Alternatives_3 )* )
+ // InternalAadl2Parser.g:17311:1: ( ( ( rule__PublicPackageSection__Alternatives_3 )* ) )
+ // InternalAadl2Parser.g:17312:1: ( ( rule__PublicPackageSection__Alternatives_3 )* )
{
- // InternalAadl2Parser.g:18262:1: ( ( rule__PublicPackageSection__Alternatives_3 )* )
- // InternalAadl2Parser.g:18263:2: ( rule__PublicPackageSection__Alternatives_3 )*
+ // InternalAadl2Parser.g:17312:1: ( ( rule__PublicPackageSection__Alternatives_3 )* )
+ // InternalAadl2Parser.g:17313:2: ( rule__PublicPackageSection__Alternatives_3 )*
{
before(grammarAccess.getPublicPackageSectionAccess().getAlternatives_3());
- // InternalAadl2Parser.g:18264:2: ( rule__PublicPackageSection__Alternatives_3 )*
+ // InternalAadl2Parser.g:17314:2: ( rule__PublicPackageSection__Alternatives_3 )*
loop541:
do {
int alt541=2;
@@ -83956,7 +81153,7 @@ public final void rule__PublicPackageSection__Group__3__Impl() throws Recognitio
switch (alt541) {
case 1 :
- // InternalAadl2Parser.g:18264:3: rule__PublicPackageSection__Alternatives_3
+ // InternalAadl2Parser.g:17314:3: rule__PublicPackageSection__Alternatives_3
{
pushFollow(FollowSets000.FOLLOW_12);
rule__PublicPackageSection__Alternatives_3();
@@ -83995,14 +81192,14 @@ public final void rule__PublicPackageSection__Group__3__Impl() throws Recognitio
// $ANTLR start "rule__PublicPackageSection__Group_2_0__0"
- // InternalAadl2Parser.g:18273:1: rule__PublicPackageSection__Group_2_0__0 : rule__PublicPackageSection__Group_2_0__0__Impl rule__PublicPackageSection__Group_2_0__1 ;
+ // InternalAadl2Parser.g:17323:1: rule__PublicPackageSection__Group_2_0__0 : rule__PublicPackageSection__Group_2_0__0__Impl rule__PublicPackageSection__Group_2_0__1 ;
public final void rule__PublicPackageSection__Group_2_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18277:1: ( rule__PublicPackageSection__Group_2_0__0__Impl rule__PublicPackageSection__Group_2_0__1 )
- // InternalAadl2Parser.g:18278:2: rule__PublicPackageSection__Group_2_0__0__Impl rule__PublicPackageSection__Group_2_0__1
+ // InternalAadl2Parser.g:17327:1: ( rule__PublicPackageSection__Group_2_0__0__Impl rule__PublicPackageSection__Group_2_0__1 )
+ // InternalAadl2Parser.g:17328:2: rule__PublicPackageSection__Group_2_0__0__Impl rule__PublicPackageSection__Group_2_0__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__PublicPackageSection__Group_2_0__0__Impl();
@@ -84033,17 +81230,17 @@ public final void rule__PublicPackageSection__Group_2_0__0() throws RecognitionE
// $ANTLR start "rule__PublicPackageSection__Group_2_0__0__Impl"
- // InternalAadl2Parser.g:18285:1: rule__PublicPackageSection__Group_2_0__0__Impl : ( With ) ;
+ // InternalAadl2Parser.g:17335:1: rule__PublicPackageSection__Group_2_0__0__Impl : ( With ) ;
public final void rule__PublicPackageSection__Group_2_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18289:1: ( ( With ) )
- // InternalAadl2Parser.g:18290:1: ( With )
+ // InternalAadl2Parser.g:17339:1: ( ( With ) )
+ // InternalAadl2Parser.g:17340:1: ( With )
{
- // InternalAadl2Parser.g:18290:1: ( With )
- // InternalAadl2Parser.g:18291:2: With
+ // InternalAadl2Parser.g:17340:1: ( With )
+ // InternalAadl2Parser.g:17341:2: With
{
before(grammarAccess.getPublicPackageSectionAccess().getWithKeyword_2_0_0());
match(input,With,FollowSets000.FOLLOW_2);
@@ -84070,14 +81267,14 @@ public final void rule__PublicPackageSection__Group_2_0__0__Impl() throws Recogn
// $ANTLR start "rule__PublicPackageSection__Group_2_0__1"
- // InternalAadl2Parser.g:18300:1: rule__PublicPackageSection__Group_2_0__1 : rule__PublicPackageSection__Group_2_0__1__Impl rule__PublicPackageSection__Group_2_0__2 ;
+ // InternalAadl2Parser.g:17350:1: rule__PublicPackageSection__Group_2_0__1 : rule__PublicPackageSection__Group_2_0__1__Impl rule__PublicPackageSection__Group_2_0__2 ;
public final void rule__PublicPackageSection__Group_2_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18304:1: ( rule__PublicPackageSection__Group_2_0__1__Impl rule__PublicPackageSection__Group_2_0__2 )
- // InternalAadl2Parser.g:18305:2: rule__PublicPackageSection__Group_2_0__1__Impl rule__PublicPackageSection__Group_2_0__2
+ // InternalAadl2Parser.g:17354:1: ( rule__PublicPackageSection__Group_2_0__1__Impl rule__PublicPackageSection__Group_2_0__2 )
+ // InternalAadl2Parser.g:17355:2: rule__PublicPackageSection__Group_2_0__1__Impl rule__PublicPackageSection__Group_2_0__2
{
pushFollow(FollowSets000.FOLLOW_13);
rule__PublicPackageSection__Group_2_0__1__Impl();
@@ -84108,21 +81305,21 @@ public final void rule__PublicPackageSection__Group_2_0__1() throws RecognitionE
// $ANTLR start "rule__PublicPackageSection__Group_2_0__1__Impl"
- // InternalAadl2Parser.g:18312:1: rule__PublicPackageSection__Group_2_0__1__Impl : ( ( rule__PublicPackageSection__ImportedUnitAssignment_2_0_1 ) ) ;
+ // InternalAadl2Parser.g:17362:1: rule__PublicPackageSection__Group_2_0__1__Impl : ( ( rule__PublicPackageSection__ImportedUnitAssignment_2_0_1 ) ) ;
public final void rule__PublicPackageSection__Group_2_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18316:1: ( ( ( rule__PublicPackageSection__ImportedUnitAssignment_2_0_1 ) ) )
- // InternalAadl2Parser.g:18317:1: ( ( rule__PublicPackageSection__ImportedUnitAssignment_2_0_1 ) )
+ // InternalAadl2Parser.g:17366:1: ( ( ( rule__PublicPackageSection__ImportedUnitAssignment_2_0_1 ) ) )
+ // InternalAadl2Parser.g:17367:1: ( ( rule__PublicPackageSection__ImportedUnitAssignment_2_0_1 ) )
{
- // InternalAadl2Parser.g:18317:1: ( ( rule__PublicPackageSection__ImportedUnitAssignment_2_0_1 ) )
- // InternalAadl2Parser.g:18318:2: ( rule__PublicPackageSection__ImportedUnitAssignment_2_0_1 )
+ // InternalAadl2Parser.g:17367:1: ( ( rule__PublicPackageSection__ImportedUnitAssignment_2_0_1 ) )
+ // InternalAadl2Parser.g:17368:2: ( rule__PublicPackageSection__ImportedUnitAssignment_2_0_1 )
{
before(grammarAccess.getPublicPackageSectionAccess().getImportedUnitAssignment_2_0_1());
- // InternalAadl2Parser.g:18319:2: ( rule__PublicPackageSection__ImportedUnitAssignment_2_0_1 )
- // InternalAadl2Parser.g:18319:3: rule__PublicPackageSection__ImportedUnitAssignment_2_0_1
+ // InternalAadl2Parser.g:17369:2: ( rule__PublicPackageSection__ImportedUnitAssignment_2_0_1 )
+ // InternalAadl2Parser.g:17369:3: rule__PublicPackageSection__ImportedUnitAssignment_2_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PublicPackageSection__ImportedUnitAssignment_2_0_1();
@@ -84155,14 +81352,14 @@ public final void rule__PublicPackageSection__Group_2_0__1__Impl() throws Recogn
// $ANTLR start "rule__PublicPackageSection__Group_2_0__2"
- // InternalAadl2Parser.g:18327:1: rule__PublicPackageSection__Group_2_0__2 : rule__PublicPackageSection__Group_2_0__2__Impl rule__PublicPackageSection__Group_2_0__3 ;
+ // InternalAadl2Parser.g:17377:1: rule__PublicPackageSection__Group_2_0__2 : rule__PublicPackageSection__Group_2_0__2__Impl rule__PublicPackageSection__Group_2_0__3 ;
public final void rule__PublicPackageSection__Group_2_0__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18331:1: ( rule__PublicPackageSection__Group_2_0__2__Impl rule__PublicPackageSection__Group_2_0__3 )
- // InternalAadl2Parser.g:18332:2: rule__PublicPackageSection__Group_2_0__2__Impl rule__PublicPackageSection__Group_2_0__3
+ // InternalAadl2Parser.g:17381:1: ( rule__PublicPackageSection__Group_2_0__2__Impl rule__PublicPackageSection__Group_2_0__3 )
+ // InternalAadl2Parser.g:17382:2: rule__PublicPackageSection__Group_2_0__2__Impl rule__PublicPackageSection__Group_2_0__3
{
pushFollow(FollowSets000.FOLLOW_13);
rule__PublicPackageSection__Group_2_0__2__Impl();
@@ -84193,20 +81390,20 @@ public final void rule__PublicPackageSection__Group_2_0__2() throws RecognitionE
// $ANTLR start "rule__PublicPackageSection__Group_2_0__2__Impl"
- // InternalAadl2Parser.g:18339:1: rule__PublicPackageSection__Group_2_0__2__Impl : ( ( rule__PublicPackageSection__Group_2_0_2__0 )* ) ;
+ // InternalAadl2Parser.g:17389:1: rule__PublicPackageSection__Group_2_0__2__Impl : ( ( rule__PublicPackageSection__Group_2_0_2__0 )* ) ;
public final void rule__PublicPackageSection__Group_2_0__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18343:1: ( ( ( rule__PublicPackageSection__Group_2_0_2__0 )* ) )
- // InternalAadl2Parser.g:18344:1: ( ( rule__PublicPackageSection__Group_2_0_2__0 )* )
+ // InternalAadl2Parser.g:17393:1: ( ( ( rule__PublicPackageSection__Group_2_0_2__0 )* ) )
+ // InternalAadl2Parser.g:17394:1: ( ( rule__PublicPackageSection__Group_2_0_2__0 )* )
{
- // InternalAadl2Parser.g:18344:1: ( ( rule__PublicPackageSection__Group_2_0_2__0 )* )
- // InternalAadl2Parser.g:18345:2: ( rule__PublicPackageSection__Group_2_0_2__0 )*
+ // InternalAadl2Parser.g:17394:1: ( ( rule__PublicPackageSection__Group_2_0_2__0 )* )
+ // InternalAadl2Parser.g:17395:2: ( rule__PublicPackageSection__Group_2_0_2__0 )*
{
before(grammarAccess.getPublicPackageSectionAccess().getGroup_2_0_2());
- // InternalAadl2Parser.g:18346:2: ( rule__PublicPackageSection__Group_2_0_2__0 )*
+ // InternalAadl2Parser.g:17396:2: ( rule__PublicPackageSection__Group_2_0_2__0 )*
loop542:
do {
int alt542=2;
@@ -84219,7 +81416,7 @@ public final void rule__PublicPackageSection__Group_2_0__2__Impl() throws Recogn
switch (alt542) {
case 1 :
- // InternalAadl2Parser.g:18346:3: rule__PublicPackageSection__Group_2_0_2__0
+ // InternalAadl2Parser.g:17396:3: rule__PublicPackageSection__Group_2_0_2__0
{
pushFollow(FollowSets000.FOLLOW_14);
rule__PublicPackageSection__Group_2_0_2__0();
@@ -84258,14 +81455,14 @@ public final void rule__PublicPackageSection__Group_2_0__2__Impl() throws Recogn
// $ANTLR start "rule__PublicPackageSection__Group_2_0__3"
- // InternalAadl2Parser.g:18354:1: rule__PublicPackageSection__Group_2_0__3 : rule__PublicPackageSection__Group_2_0__3__Impl ;
+ // InternalAadl2Parser.g:17404:1: rule__PublicPackageSection__Group_2_0__3 : rule__PublicPackageSection__Group_2_0__3__Impl ;
public final void rule__PublicPackageSection__Group_2_0__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18358:1: ( rule__PublicPackageSection__Group_2_0__3__Impl )
- // InternalAadl2Parser.g:18359:2: rule__PublicPackageSection__Group_2_0__3__Impl
+ // InternalAadl2Parser.g:17408:1: ( rule__PublicPackageSection__Group_2_0__3__Impl )
+ // InternalAadl2Parser.g:17409:2: rule__PublicPackageSection__Group_2_0__3__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PublicPackageSection__Group_2_0__3__Impl();
@@ -84291,17 +81488,17 @@ public final void rule__PublicPackageSection__Group_2_0__3() throws RecognitionE
// $ANTLR start "rule__PublicPackageSection__Group_2_0__3__Impl"
- // InternalAadl2Parser.g:18365:1: rule__PublicPackageSection__Group_2_0__3__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:17415:1: rule__PublicPackageSection__Group_2_0__3__Impl : ( Semicolon ) ;
public final void rule__PublicPackageSection__Group_2_0__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18369:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:18370:1: ( Semicolon )
+ // InternalAadl2Parser.g:17419:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:17420:1: ( Semicolon )
{
- // InternalAadl2Parser.g:18370:1: ( Semicolon )
- // InternalAadl2Parser.g:18371:2: Semicolon
+ // InternalAadl2Parser.g:17420:1: ( Semicolon )
+ // InternalAadl2Parser.g:17421:2: Semicolon
{
before(grammarAccess.getPublicPackageSectionAccess().getSemicolonKeyword_2_0_3());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -84328,14 +81525,14 @@ public final void rule__PublicPackageSection__Group_2_0__3__Impl() throws Recogn
// $ANTLR start "rule__PublicPackageSection__Group_2_0_2__0"
- // InternalAadl2Parser.g:18381:1: rule__PublicPackageSection__Group_2_0_2__0 : rule__PublicPackageSection__Group_2_0_2__0__Impl rule__PublicPackageSection__Group_2_0_2__1 ;
+ // InternalAadl2Parser.g:17431:1: rule__PublicPackageSection__Group_2_0_2__0 : rule__PublicPackageSection__Group_2_0_2__0__Impl rule__PublicPackageSection__Group_2_0_2__1 ;
public final void rule__PublicPackageSection__Group_2_0_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18385:1: ( rule__PublicPackageSection__Group_2_0_2__0__Impl rule__PublicPackageSection__Group_2_0_2__1 )
- // InternalAadl2Parser.g:18386:2: rule__PublicPackageSection__Group_2_0_2__0__Impl rule__PublicPackageSection__Group_2_0_2__1
+ // InternalAadl2Parser.g:17435:1: ( rule__PublicPackageSection__Group_2_0_2__0__Impl rule__PublicPackageSection__Group_2_0_2__1 )
+ // InternalAadl2Parser.g:17436:2: rule__PublicPackageSection__Group_2_0_2__0__Impl rule__PublicPackageSection__Group_2_0_2__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__PublicPackageSection__Group_2_0_2__0__Impl();
@@ -84366,17 +81563,17 @@ public final void rule__PublicPackageSection__Group_2_0_2__0() throws Recognitio
// $ANTLR start "rule__PublicPackageSection__Group_2_0_2__0__Impl"
- // InternalAadl2Parser.g:18393:1: rule__PublicPackageSection__Group_2_0_2__0__Impl : ( Comma ) ;
+ // InternalAadl2Parser.g:17443:1: rule__PublicPackageSection__Group_2_0_2__0__Impl : ( Comma ) ;
public final void rule__PublicPackageSection__Group_2_0_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18397:1: ( ( Comma ) )
- // InternalAadl2Parser.g:18398:1: ( Comma )
+ // InternalAadl2Parser.g:17447:1: ( ( Comma ) )
+ // InternalAadl2Parser.g:17448:1: ( Comma )
{
- // InternalAadl2Parser.g:18398:1: ( Comma )
- // InternalAadl2Parser.g:18399:2: Comma
+ // InternalAadl2Parser.g:17448:1: ( Comma )
+ // InternalAadl2Parser.g:17449:2: Comma
{
before(grammarAccess.getPublicPackageSectionAccess().getCommaKeyword_2_0_2_0());
match(input,Comma,FollowSets000.FOLLOW_2);
@@ -84403,14 +81600,14 @@ public final void rule__PublicPackageSection__Group_2_0_2__0__Impl() throws Reco
// $ANTLR start "rule__PublicPackageSection__Group_2_0_2__1"
- // InternalAadl2Parser.g:18408:1: rule__PublicPackageSection__Group_2_0_2__1 : rule__PublicPackageSection__Group_2_0_2__1__Impl ;
+ // InternalAadl2Parser.g:17458:1: rule__PublicPackageSection__Group_2_0_2__1 : rule__PublicPackageSection__Group_2_0_2__1__Impl ;
public final void rule__PublicPackageSection__Group_2_0_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18412:1: ( rule__PublicPackageSection__Group_2_0_2__1__Impl )
- // InternalAadl2Parser.g:18413:2: rule__PublicPackageSection__Group_2_0_2__1__Impl
+ // InternalAadl2Parser.g:17462:1: ( rule__PublicPackageSection__Group_2_0_2__1__Impl )
+ // InternalAadl2Parser.g:17463:2: rule__PublicPackageSection__Group_2_0_2__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PublicPackageSection__Group_2_0_2__1__Impl();
@@ -84436,21 +81633,21 @@ public final void rule__PublicPackageSection__Group_2_0_2__1() throws Recognitio
// $ANTLR start "rule__PublicPackageSection__Group_2_0_2__1__Impl"
- // InternalAadl2Parser.g:18419:1: rule__PublicPackageSection__Group_2_0_2__1__Impl : ( ( rule__PublicPackageSection__ImportedUnitAssignment_2_0_2_1 ) ) ;
+ // InternalAadl2Parser.g:17469:1: rule__PublicPackageSection__Group_2_0_2__1__Impl : ( ( rule__PublicPackageSection__ImportedUnitAssignment_2_0_2_1 ) ) ;
public final void rule__PublicPackageSection__Group_2_0_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18423:1: ( ( ( rule__PublicPackageSection__ImportedUnitAssignment_2_0_2_1 ) ) )
- // InternalAadl2Parser.g:18424:1: ( ( rule__PublicPackageSection__ImportedUnitAssignment_2_0_2_1 ) )
+ // InternalAadl2Parser.g:17473:1: ( ( ( rule__PublicPackageSection__ImportedUnitAssignment_2_0_2_1 ) ) )
+ // InternalAadl2Parser.g:17474:1: ( ( rule__PublicPackageSection__ImportedUnitAssignment_2_0_2_1 ) )
{
- // InternalAadl2Parser.g:18424:1: ( ( rule__PublicPackageSection__ImportedUnitAssignment_2_0_2_1 ) )
- // InternalAadl2Parser.g:18425:2: ( rule__PublicPackageSection__ImportedUnitAssignment_2_0_2_1 )
+ // InternalAadl2Parser.g:17474:1: ( ( rule__PublicPackageSection__ImportedUnitAssignment_2_0_2_1 ) )
+ // InternalAadl2Parser.g:17475:2: ( rule__PublicPackageSection__ImportedUnitAssignment_2_0_2_1 )
{
before(grammarAccess.getPublicPackageSectionAccess().getImportedUnitAssignment_2_0_2_1());
- // InternalAadl2Parser.g:18426:2: ( rule__PublicPackageSection__ImportedUnitAssignment_2_0_2_1 )
- // InternalAadl2Parser.g:18426:3: rule__PublicPackageSection__ImportedUnitAssignment_2_0_2_1
+ // InternalAadl2Parser.g:17476:2: ( rule__PublicPackageSection__ImportedUnitAssignment_2_0_2_1 )
+ // InternalAadl2Parser.g:17476:3: rule__PublicPackageSection__ImportedUnitAssignment_2_0_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PublicPackageSection__ImportedUnitAssignment_2_0_2_1();
@@ -84483,14 +81680,14 @@ public final void rule__PublicPackageSection__Group_2_0_2__1__Impl() throws Reco
// $ANTLR start "rule__PrivatePackageSection__Group__0"
- // InternalAadl2Parser.g:18435:1: rule__PrivatePackageSection__Group__0 : rule__PrivatePackageSection__Group__0__Impl rule__PrivatePackageSection__Group__1 ;
+ // InternalAadl2Parser.g:17485:1: rule__PrivatePackageSection__Group__0 : rule__PrivatePackageSection__Group__0__Impl rule__PrivatePackageSection__Group__1 ;
public final void rule__PrivatePackageSection__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18439:1: ( rule__PrivatePackageSection__Group__0__Impl rule__PrivatePackageSection__Group__1 )
- // InternalAadl2Parser.g:18440:2: rule__PrivatePackageSection__Group__0__Impl rule__PrivatePackageSection__Group__1
+ // InternalAadl2Parser.g:17489:1: ( rule__PrivatePackageSection__Group__0__Impl rule__PrivatePackageSection__Group__1 )
+ // InternalAadl2Parser.g:17490:2: rule__PrivatePackageSection__Group__0__Impl rule__PrivatePackageSection__Group__1
{
pushFollow(FollowSets000.FOLLOW_5);
rule__PrivatePackageSection__Group__0__Impl();
@@ -84521,21 +81718,21 @@ public final void rule__PrivatePackageSection__Group__0() throws RecognitionExce
// $ANTLR start "rule__PrivatePackageSection__Group__0__Impl"
- // InternalAadl2Parser.g:18447:1: rule__PrivatePackageSection__Group__0__Impl : ( () ) ;
+ // InternalAadl2Parser.g:17497:1: rule__PrivatePackageSection__Group__0__Impl : ( () ) ;
public final void rule__PrivatePackageSection__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18451:1: ( ( () ) )
- // InternalAadl2Parser.g:18452:1: ( () )
+ // InternalAadl2Parser.g:17501:1: ( ( () ) )
+ // InternalAadl2Parser.g:17502:1: ( () )
{
- // InternalAadl2Parser.g:18452:1: ( () )
- // InternalAadl2Parser.g:18453:2: ()
+ // InternalAadl2Parser.g:17502:1: ( () )
+ // InternalAadl2Parser.g:17503:2: ()
{
before(grammarAccess.getPrivatePackageSectionAccess().getPrivatePackageSectionAction_0());
- // InternalAadl2Parser.g:18454:2: ()
- // InternalAadl2Parser.g:18454:3:
+ // InternalAadl2Parser.g:17504:2: ()
+ // InternalAadl2Parser.g:17504:3:
{
}
@@ -84558,14 +81755,14 @@ public final void rule__PrivatePackageSection__Group__0__Impl() throws Recogniti
// $ANTLR start "rule__PrivatePackageSection__Group__1"
- // InternalAadl2Parser.g:18462:1: rule__PrivatePackageSection__Group__1 : rule__PrivatePackageSection__Group__1__Impl rule__PrivatePackageSection__Group__2 ;
+ // InternalAadl2Parser.g:17512:1: rule__PrivatePackageSection__Group__1 : rule__PrivatePackageSection__Group__1__Impl rule__PrivatePackageSection__Group__2 ;
public final void rule__PrivatePackageSection__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18466:1: ( rule__PrivatePackageSection__Group__1__Impl rule__PrivatePackageSection__Group__2 )
- // InternalAadl2Parser.g:18467:2: rule__PrivatePackageSection__Group__1__Impl rule__PrivatePackageSection__Group__2
+ // InternalAadl2Parser.g:17516:1: ( rule__PrivatePackageSection__Group__1__Impl rule__PrivatePackageSection__Group__2 )
+ // InternalAadl2Parser.g:17517:2: rule__PrivatePackageSection__Group__1__Impl rule__PrivatePackageSection__Group__2
{
pushFollow(FollowSets000.FOLLOW_10);
rule__PrivatePackageSection__Group__1__Impl();
@@ -84596,17 +81793,17 @@ public final void rule__PrivatePackageSection__Group__1() throws RecognitionExce
// $ANTLR start "rule__PrivatePackageSection__Group__1__Impl"
- // InternalAadl2Parser.g:18474:1: rule__PrivatePackageSection__Group__1__Impl : ( Private ) ;
+ // InternalAadl2Parser.g:17524:1: rule__PrivatePackageSection__Group__1__Impl : ( Private ) ;
public final void rule__PrivatePackageSection__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18478:1: ( ( Private ) )
- // InternalAadl2Parser.g:18479:1: ( Private )
+ // InternalAadl2Parser.g:17528:1: ( ( Private ) )
+ // InternalAadl2Parser.g:17529:1: ( Private )
{
- // InternalAadl2Parser.g:18479:1: ( Private )
- // InternalAadl2Parser.g:18480:2: Private
+ // InternalAadl2Parser.g:17529:1: ( Private )
+ // InternalAadl2Parser.g:17530:2: Private
{
before(grammarAccess.getPrivatePackageSectionAccess().getPrivateKeyword_1());
match(input,Private,FollowSets000.FOLLOW_2);
@@ -84633,14 +81830,14 @@ public final void rule__PrivatePackageSection__Group__1__Impl() throws Recogniti
// $ANTLR start "rule__PrivatePackageSection__Group__2"
- // InternalAadl2Parser.g:18489:1: rule__PrivatePackageSection__Group__2 : rule__PrivatePackageSection__Group__2__Impl rule__PrivatePackageSection__Group__3 ;
+ // InternalAadl2Parser.g:17539:1: rule__PrivatePackageSection__Group__2 : rule__PrivatePackageSection__Group__2__Impl rule__PrivatePackageSection__Group__3 ;
public final void rule__PrivatePackageSection__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18493:1: ( rule__PrivatePackageSection__Group__2__Impl rule__PrivatePackageSection__Group__3 )
- // InternalAadl2Parser.g:18494:2: rule__PrivatePackageSection__Group__2__Impl rule__PrivatePackageSection__Group__3
+ // InternalAadl2Parser.g:17543:1: ( rule__PrivatePackageSection__Group__2__Impl rule__PrivatePackageSection__Group__3 )
+ // InternalAadl2Parser.g:17544:2: rule__PrivatePackageSection__Group__2__Impl rule__PrivatePackageSection__Group__3
{
pushFollow(FollowSets000.FOLLOW_10);
rule__PrivatePackageSection__Group__2__Impl();
@@ -84671,20 +81868,20 @@ public final void rule__PrivatePackageSection__Group__2() throws RecognitionExce
// $ANTLR start "rule__PrivatePackageSection__Group__2__Impl"
- // InternalAadl2Parser.g:18501:1: rule__PrivatePackageSection__Group__2__Impl : ( ( rule__PrivatePackageSection__Alternatives_2 )* ) ;
+ // InternalAadl2Parser.g:17551:1: rule__PrivatePackageSection__Group__2__Impl : ( ( rule__PrivatePackageSection__Alternatives_2 )* ) ;
public final void rule__PrivatePackageSection__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18505:1: ( ( ( rule__PrivatePackageSection__Alternatives_2 )* ) )
- // InternalAadl2Parser.g:18506:1: ( ( rule__PrivatePackageSection__Alternatives_2 )* )
+ // InternalAadl2Parser.g:17555:1: ( ( ( rule__PrivatePackageSection__Alternatives_2 )* ) )
+ // InternalAadl2Parser.g:17556:1: ( ( rule__PrivatePackageSection__Alternatives_2 )* )
{
- // InternalAadl2Parser.g:18506:1: ( ( rule__PrivatePackageSection__Alternatives_2 )* )
- // InternalAadl2Parser.g:18507:2: ( rule__PrivatePackageSection__Alternatives_2 )*
+ // InternalAadl2Parser.g:17556:1: ( ( rule__PrivatePackageSection__Alternatives_2 )* )
+ // InternalAadl2Parser.g:17557:2: ( rule__PrivatePackageSection__Alternatives_2 )*
{
before(grammarAccess.getPrivatePackageSectionAccess().getAlternatives_2());
- // InternalAadl2Parser.g:18508:2: ( rule__PrivatePackageSection__Alternatives_2 )*
+ // InternalAadl2Parser.g:17558:2: ( rule__PrivatePackageSection__Alternatives_2 )*
loop543:
do {
int alt543=2;
@@ -84697,7 +81894,7 @@ public final void rule__PrivatePackageSection__Group__2__Impl() throws Recogniti
switch (alt543) {
case 1 :
- // InternalAadl2Parser.g:18508:3: rule__PrivatePackageSection__Alternatives_2
+ // InternalAadl2Parser.g:17558:3: rule__PrivatePackageSection__Alternatives_2
{
pushFollow(FollowSets000.FOLLOW_11);
rule__PrivatePackageSection__Alternatives_2();
@@ -84736,14 +81933,14 @@ public final void rule__PrivatePackageSection__Group__2__Impl() throws Recogniti
// $ANTLR start "rule__PrivatePackageSection__Group__3"
- // InternalAadl2Parser.g:18516:1: rule__PrivatePackageSection__Group__3 : rule__PrivatePackageSection__Group__3__Impl ;
+ // InternalAadl2Parser.g:17566:1: rule__PrivatePackageSection__Group__3 : rule__PrivatePackageSection__Group__3__Impl ;
public final void rule__PrivatePackageSection__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18520:1: ( rule__PrivatePackageSection__Group__3__Impl )
- // InternalAadl2Parser.g:18521:2: rule__PrivatePackageSection__Group__3__Impl
+ // InternalAadl2Parser.g:17570:1: ( rule__PrivatePackageSection__Group__3__Impl )
+ // InternalAadl2Parser.g:17571:2: rule__PrivatePackageSection__Group__3__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PrivatePackageSection__Group__3__Impl();
@@ -84769,20 +81966,20 @@ public final void rule__PrivatePackageSection__Group__3() throws RecognitionExce
// $ANTLR start "rule__PrivatePackageSection__Group__3__Impl"
- // InternalAadl2Parser.g:18527:1: rule__PrivatePackageSection__Group__3__Impl : ( ( rule__PrivatePackageSection__Alternatives_3 )* ) ;
+ // InternalAadl2Parser.g:17577:1: rule__PrivatePackageSection__Group__3__Impl : ( ( rule__PrivatePackageSection__Alternatives_3 )* ) ;
public final void rule__PrivatePackageSection__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18531:1: ( ( ( rule__PrivatePackageSection__Alternatives_3 )* ) )
- // InternalAadl2Parser.g:18532:1: ( ( rule__PrivatePackageSection__Alternatives_3 )* )
+ // InternalAadl2Parser.g:17581:1: ( ( ( rule__PrivatePackageSection__Alternatives_3 )* ) )
+ // InternalAadl2Parser.g:17582:1: ( ( rule__PrivatePackageSection__Alternatives_3 )* )
{
- // InternalAadl2Parser.g:18532:1: ( ( rule__PrivatePackageSection__Alternatives_3 )* )
- // InternalAadl2Parser.g:18533:2: ( rule__PrivatePackageSection__Alternatives_3 )*
+ // InternalAadl2Parser.g:17582:1: ( ( rule__PrivatePackageSection__Alternatives_3 )* )
+ // InternalAadl2Parser.g:17583:2: ( rule__PrivatePackageSection__Alternatives_3 )*
{
before(grammarAccess.getPrivatePackageSectionAccess().getAlternatives_3());
- // InternalAadl2Parser.g:18534:2: ( rule__PrivatePackageSection__Alternatives_3 )*
+ // InternalAadl2Parser.g:17584:2: ( rule__PrivatePackageSection__Alternatives_3 )*
loop544:
do {
int alt544=2;
@@ -84795,7 +81992,7 @@ public final void rule__PrivatePackageSection__Group__3__Impl() throws Recogniti
switch (alt544) {
case 1 :
- // InternalAadl2Parser.g:18534:3: rule__PrivatePackageSection__Alternatives_3
+ // InternalAadl2Parser.g:17584:3: rule__PrivatePackageSection__Alternatives_3
{
pushFollow(FollowSets000.FOLLOW_12);
rule__PrivatePackageSection__Alternatives_3();
@@ -84834,14 +82031,14 @@ public final void rule__PrivatePackageSection__Group__3__Impl() throws Recogniti
// $ANTLR start "rule__PrivatePackageSection__Group_2_0__0"
- // InternalAadl2Parser.g:18543:1: rule__PrivatePackageSection__Group_2_0__0 : rule__PrivatePackageSection__Group_2_0__0__Impl rule__PrivatePackageSection__Group_2_0__1 ;
+ // InternalAadl2Parser.g:17593:1: rule__PrivatePackageSection__Group_2_0__0 : rule__PrivatePackageSection__Group_2_0__0__Impl rule__PrivatePackageSection__Group_2_0__1 ;
public final void rule__PrivatePackageSection__Group_2_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18547:1: ( rule__PrivatePackageSection__Group_2_0__0__Impl rule__PrivatePackageSection__Group_2_0__1 )
- // InternalAadl2Parser.g:18548:2: rule__PrivatePackageSection__Group_2_0__0__Impl rule__PrivatePackageSection__Group_2_0__1
+ // InternalAadl2Parser.g:17597:1: ( rule__PrivatePackageSection__Group_2_0__0__Impl rule__PrivatePackageSection__Group_2_0__1 )
+ // InternalAadl2Parser.g:17598:2: rule__PrivatePackageSection__Group_2_0__0__Impl rule__PrivatePackageSection__Group_2_0__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__PrivatePackageSection__Group_2_0__0__Impl();
@@ -84872,17 +82069,17 @@ public final void rule__PrivatePackageSection__Group_2_0__0() throws Recognition
// $ANTLR start "rule__PrivatePackageSection__Group_2_0__0__Impl"
- // InternalAadl2Parser.g:18555:1: rule__PrivatePackageSection__Group_2_0__0__Impl : ( With ) ;
+ // InternalAadl2Parser.g:17605:1: rule__PrivatePackageSection__Group_2_0__0__Impl : ( With ) ;
public final void rule__PrivatePackageSection__Group_2_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18559:1: ( ( With ) )
- // InternalAadl2Parser.g:18560:1: ( With )
+ // InternalAadl2Parser.g:17609:1: ( ( With ) )
+ // InternalAadl2Parser.g:17610:1: ( With )
{
- // InternalAadl2Parser.g:18560:1: ( With )
- // InternalAadl2Parser.g:18561:2: With
+ // InternalAadl2Parser.g:17610:1: ( With )
+ // InternalAadl2Parser.g:17611:2: With
{
before(grammarAccess.getPrivatePackageSectionAccess().getWithKeyword_2_0_0());
match(input,With,FollowSets000.FOLLOW_2);
@@ -84909,14 +82106,14 @@ public final void rule__PrivatePackageSection__Group_2_0__0__Impl() throws Recog
// $ANTLR start "rule__PrivatePackageSection__Group_2_0__1"
- // InternalAadl2Parser.g:18570:1: rule__PrivatePackageSection__Group_2_0__1 : rule__PrivatePackageSection__Group_2_0__1__Impl rule__PrivatePackageSection__Group_2_0__2 ;
+ // InternalAadl2Parser.g:17620:1: rule__PrivatePackageSection__Group_2_0__1 : rule__PrivatePackageSection__Group_2_0__1__Impl rule__PrivatePackageSection__Group_2_0__2 ;
public final void rule__PrivatePackageSection__Group_2_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18574:1: ( rule__PrivatePackageSection__Group_2_0__1__Impl rule__PrivatePackageSection__Group_2_0__2 )
- // InternalAadl2Parser.g:18575:2: rule__PrivatePackageSection__Group_2_0__1__Impl rule__PrivatePackageSection__Group_2_0__2
+ // InternalAadl2Parser.g:17624:1: ( rule__PrivatePackageSection__Group_2_0__1__Impl rule__PrivatePackageSection__Group_2_0__2 )
+ // InternalAadl2Parser.g:17625:2: rule__PrivatePackageSection__Group_2_0__1__Impl rule__PrivatePackageSection__Group_2_0__2
{
pushFollow(FollowSets000.FOLLOW_13);
rule__PrivatePackageSection__Group_2_0__1__Impl();
@@ -84947,21 +82144,21 @@ public final void rule__PrivatePackageSection__Group_2_0__1() throws Recognition
// $ANTLR start "rule__PrivatePackageSection__Group_2_0__1__Impl"
- // InternalAadl2Parser.g:18582:1: rule__PrivatePackageSection__Group_2_0__1__Impl : ( ( rule__PrivatePackageSection__ImportedUnitAssignment_2_0_1 ) ) ;
+ // InternalAadl2Parser.g:17632:1: rule__PrivatePackageSection__Group_2_0__1__Impl : ( ( rule__PrivatePackageSection__ImportedUnitAssignment_2_0_1 ) ) ;
public final void rule__PrivatePackageSection__Group_2_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18586:1: ( ( ( rule__PrivatePackageSection__ImportedUnitAssignment_2_0_1 ) ) )
- // InternalAadl2Parser.g:18587:1: ( ( rule__PrivatePackageSection__ImportedUnitAssignment_2_0_1 ) )
+ // InternalAadl2Parser.g:17636:1: ( ( ( rule__PrivatePackageSection__ImportedUnitAssignment_2_0_1 ) ) )
+ // InternalAadl2Parser.g:17637:1: ( ( rule__PrivatePackageSection__ImportedUnitAssignment_2_0_1 ) )
{
- // InternalAadl2Parser.g:18587:1: ( ( rule__PrivatePackageSection__ImportedUnitAssignment_2_0_1 ) )
- // InternalAadl2Parser.g:18588:2: ( rule__PrivatePackageSection__ImportedUnitAssignment_2_0_1 )
+ // InternalAadl2Parser.g:17637:1: ( ( rule__PrivatePackageSection__ImportedUnitAssignment_2_0_1 ) )
+ // InternalAadl2Parser.g:17638:2: ( rule__PrivatePackageSection__ImportedUnitAssignment_2_0_1 )
{
before(grammarAccess.getPrivatePackageSectionAccess().getImportedUnitAssignment_2_0_1());
- // InternalAadl2Parser.g:18589:2: ( rule__PrivatePackageSection__ImportedUnitAssignment_2_0_1 )
- // InternalAadl2Parser.g:18589:3: rule__PrivatePackageSection__ImportedUnitAssignment_2_0_1
+ // InternalAadl2Parser.g:17639:2: ( rule__PrivatePackageSection__ImportedUnitAssignment_2_0_1 )
+ // InternalAadl2Parser.g:17639:3: rule__PrivatePackageSection__ImportedUnitAssignment_2_0_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PrivatePackageSection__ImportedUnitAssignment_2_0_1();
@@ -84994,14 +82191,14 @@ public final void rule__PrivatePackageSection__Group_2_0__1__Impl() throws Recog
// $ANTLR start "rule__PrivatePackageSection__Group_2_0__2"
- // InternalAadl2Parser.g:18597:1: rule__PrivatePackageSection__Group_2_0__2 : rule__PrivatePackageSection__Group_2_0__2__Impl rule__PrivatePackageSection__Group_2_0__3 ;
+ // InternalAadl2Parser.g:17647:1: rule__PrivatePackageSection__Group_2_0__2 : rule__PrivatePackageSection__Group_2_0__2__Impl rule__PrivatePackageSection__Group_2_0__3 ;
public final void rule__PrivatePackageSection__Group_2_0__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18601:1: ( rule__PrivatePackageSection__Group_2_0__2__Impl rule__PrivatePackageSection__Group_2_0__3 )
- // InternalAadl2Parser.g:18602:2: rule__PrivatePackageSection__Group_2_0__2__Impl rule__PrivatePackageSection__Group_2_0__3
+ // InternalAadl2Parser.g:17651:1: ( rule__PrivatePackageSection__Group_2_0__2__Impl rule__PrivatePackageSection__Group_2_0__3 )
+ // InternalAadl2Parser.g:17652:2: rule__PrivatePackageSection__Group_2_0__2__Impl rule__PrivatePackageSection__Group_2_0__3
{
pushFollow(FollowSets000.FOLLOW_13);
rule__PrivatePackageSection__Group_2_0__2__Impl();
@@ -85032,20 +82229,20 @@ public final void rule__PrivatePackageSection__Group_2_0__2() throws Recognition
// $ANTLR start "rule__PrivatePackageSection__Group_2_0__2__Impl"
- // InternalAadl2Parser.g:18609:1: rule__PrivatePackageSection__Group_2_0__2__Impl : ( ( rule__PrivatePackageSection__Group_2_0_2__0 )* ) ;
+ // InternalAadl2Parser.g:17659:1: rule__PrivatePackageSection__Group_2_0__2__Impl : ( ( rule__PrivatePackageSection__Group_2_0_2__0 )* ) ;
public final void rule__PrivatePackageSection__Group_2_0__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18613:1: ( ( ( rule__PrivatePackageSection__Group_2_0_2__0 )* ) )
- // InternalAadl2Parser.g:18614:1: ( ( rule__PrivatePackageSection__Group_2_0_2__0 )* )
+ // InternalAadl2Parser.g:17663:1: ( ( ( rule__PrivatePackageSection__Group_2_0_2__0 )* ) )
+ // InternalAadl2Parser.g:17664:1: ( ( rule__PrivatePackageSection__Group_2_0_2__0 )* )
{
- // InternalAadl2Parser.g:18614:1: ( ( rule__PrivatePackageSection__Group_2_0_2__0 )* )
- // InternalAadl2Parser.g:18615:2: ( rule__PrivatePackageSection__Group_2_0_2__0 )*
+ // InternalAadl2Parser.g:17664:1: ( ( rule__PrivatePackageSection__Group_2_0_2__0 )* )
+ // InternalAadl2Parser.g:17665:2: ( rule__PrivatePackageSection__Group_2_0_2__0 )*
{
before(grammarAccess.getPrivatePackageSectionAccess().getGroup_2_0_2());
- // InternalAadl2Parser.g:18616:2: ( rule__PrivatePackageSection__Group_2_0_2__0 )*
+ // InternalAadl2Parser.g:17666:2: ( rule__PrivatePackageSection__Group_2_0_2__0 )*
loop545:
do {
int alt545=2;
@@ -85058,7 +82255,7 @@ public final void rule__PrivatePackageSection__Group_2_0__2__Impl() throws Recog
switch (alt545) {
case 1 :
- // InternalAadl2Parser.g:18616:3: rule__PrivatePackageSection__Group_2_0_2__0
+ // InternalAadl2Parser.g:17666:3: rule__PrivatePackageSection__Group_2_0_2__0
{
pushFollow(FollowSets000.FOLLOW_14);
rule__PrivatePackageSection__Group_2_0_2__0();
@@ -85097,14 +82294,14 @@ public final void rule__PrivatePackageSection__Group_2_0__2__Impl() throws Recog
// $ANTLR start "rule__PrivatePackageSection__Group_2_0__3"
- // InternalAadl2Parser.g:18624:1: rule__PrivatePackageSection__Group_2_0__3 : rule__PrivatePackageSection__Group_2_0__3__Impl ;
+ // InternalAadl2Parser.g:17674:1: rule__PrivatePackageSection__Group_2_0__3 : rule__PrivatePackageSection__Group_2_0__3__Impl ;
public final void rule__PrivatePackageSection__Group_2_0__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18628:1: ( rule__PrivatePackageSection__Group_2_0__3__Impl )
- // InternalAadl2Parser.g:18629:2: rule__PrivatePackageSection__Group_2_0__3__Impl
+ // InternalAadl2Parser.g:17678:1: ( rule__PrivatePackageSection__Group_2_0__3__Impl )
+ // InternalAadl2Parser.g:17679:2: rule__PrivatePackageSection__Group_2_0__3__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PrivatePackageSection__Group_2_0__3__Impl();
@@ -85130,17 +82327,17 @@ public final void rule__PrivatePackageSection__Group_2_0__3() throws Recognition
// $ANTLR start "rule__PrivatePackageSection__Group_2_0__3__Impl"
- // InternalAadl2Parser.g:18635:1: rule__PrivatePackageSection__Group_2_0__3__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:17685:1: rule__PrivatePackageSection__Group_2_0__3__Impl : ( Semicolon ) ;
public final void rule__PrivatePackageSection__Group_2_0__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18639:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:18640:1: ( Semicolon )
+ // InternalAadl2Parser.g:17689:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:17690:1: ( Semicolon )
{
- // InternalAadl2Parser.g:18640:1: ( Semicolon )
- // InternalAadl2Parser.g:18641:2: Semicolon
+ // InternalAadl2Parser.g:17690:1: ( Semicolon )
+ // InternalAadl2Parser.g:17691:2: Semicolon
{
before(grammarAccess.getPrivatePackageSectionAccess().getSemicolonKeyword_2_0_3());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -85167,14 +82364,14 @@ public final void rule__PrivatePackageSection__Group_2_0__3__Impl() throws Recog
// $ANTLR start "rule__PrivatePackageSection__Group_2_0_2__0"
- // InternalAadl2Parser.g:18651:1: rule__PrivatePackageSection__Group_2_0_2__0 : rule__PrivatePackageSection__Group_2_0_2__0__Impl rule__PrivatePackageSection__Group_2_0_2__1 ;
+ // InternalAadl2Parser.g:17701:1: rule__PrivatePackageSection__Group_2_0_2__0 : rule__PrivatePackageSection__Group_2_0_2__0__Impl rule__PrivatePackageSection__Group_2_0_2__1 ;
public final void rule__PrivatePackageSection__Group_2_0_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18655:1: ( rule__PrivatePackageSection__Group_2_0_2__0__Impl rule__PrivatePackageSection__Group_2_0_2__1 )
- // InternalAadl2Parser.g:18656:2: rule__PrivatePackageSection__Group_2_0_2__0__Impl rule__PrivatePackageSection__Group_2_0_2__1
+ // InternalAadl2Parser.g:17705:1: ( rule__PrivatePackageSection__Group_2_0_2__0__Impl rule__PrivatePackageSection__Group_2_0_2__1 )
+ // InternalAadl2Parser.g:17706:2: rule__PrivatePackageSection__Group_2_0_2__0__Impl rule__PrivatePackageSection__Group_2_0_2__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__PrivatePackageSection__Group_2_0_2__0__Impl();
@@ -85205,17 +82402,17 @@ public final void rule__PrivatePackageSection__Group_2_0_2__0() throws Recogniti
// $ANTLR start "rule__PrivatePackageSection__Group_2_0_2__0__Impl"
- // InternalAadl2Parser.g:18663:1: rule__PrivatePackageSection__Group_2_0_2__0__Impl : ( Comma ) ;
+ // InternalAadl2Parser.g:17713:1: rule__PrivatePackageSection__Group_2_0_2__0__Impl : ( Comma ) ;
public final void rule__PrivatePackageSection__Group_2_0_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18667:1: ( ( Comma ) )
- // InternalAadl2Parser.g:18668:1: ( Comma )
+ // InternalAadl2Parser.g:17717:1: ( ( Comma ) )
+ // InternalAadl2Parser.g:17718:1: ( Comma )
{
- // InternalAadl2Parser.g:18668:1: ( Comma )
- // InternalAadl2Parser.g:18669:2: Comma
+ // InternalAadl2Parser.g:17718:1: ( Comma )
+ // InternalAadl2Parser.g:17719:2: Comma
{
before(grammarAccess.getPrivatePackageSectionAccess().getCommaKeyword_2_0_2_0());
match(input,Comma,FollowSets000.FOLLOW_2);
@@ -85242,14 +82439,14 @@ public final void rule__PrivatePackageSection__Group_2_0_2__0__Impl() throws Rec
// $ANTLR start "rule__PrivatePackageSection__Group_2_0_2__1"
- // InternalAadl2Parser.g:18678:1: rule__PrivatePackageSection__Group_2_0_2__1 : rule__PrivatePackageSection__Group_2_0_2__1__Impl ;
+ // InternalAadl2Parser.g:17728:1: rule__PrivatePackageSection__Group_2_0_2__1 : rule__PrivatePackageSection__Group_2_0_2__1__Impl ;
public final void rule__PrivatePackageSection__Group_2_0_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18682:1: ( rule__PrivatePackageSection__Group_2_0_2__1__Impl )
- // InternalAadl2Parser.g:18683:2: rule__PrivatePackageSection__Group_2_0_2__1__Impl
+ // InternalAadl2Parser.g:17732:1: ( rule__PrivatePackageSection__Group_2_0_2__1__Impl )
+ // InternalAadl2Parser.g:17733:2: rule__PrivatePackageSection__Group_2_0_2__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PrivatePackageSection__Group_2_0_2__1__Impl();
@@ -85275,21 +82472,21 @@ public final void rule__PrivatePackageSection__Group_2_0_2__1() throws Recogniti
// $ANTLR start "rule__PrivatePackageSection__Group_2_0_2__1__Impl"
- // InternalAadl2Parser.g:18689:1: rule__PrivatePackageSection__Group_2_0_2__1__Impl : ( ( rule__PrivatePackageSection__ImportedUnitAssignment_2_0_2_1 ) ) ;
+ // InternalAadl2Parser.g:17739:1: rule__PrivatePackageSection__Group_2_0_2__1__Impl : ( ( rule__PrivatePackageSection__ImportedUnitAssignment_2_0_2_1 ) ) ;
public final void rule__PrivatePackageSection__Group_2_0_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18693:1: ( ( ( rule__PrivatePackageSection__ImportedUnitAssignment_2_0_2_1 ) ) )
- // InternalAadl2Parser.g:18694:1: ( ( rule__PrivatePackageSection__ImportedUnitAssignment_2_0_2_1 ) )
+ // InternalAadl2Parser.g:17743:1: ( ( ( rule__PrivatePackageSection__ImportedUnitAssignment_2_0_2_1 ) ) )
+ // InternalAadl2Parser.g:17744:1: ( ( rule__PrivatePackageSection__ImportedUnitAssignment_2_0_2_1 ) )
{
- // InternalAadl2Parser.g:18694:1: ( ( rule__PrivatePackageSection__ImportedUnitAssignment_2_0_2_1 ) )
- // InternalAadl2Parser.g:18695:2: ( rule__PrivatePackageSection__ImportedUnitAssignment_2_0_2_1 )
+ // InternalAadl2Parser.g:17744:1: ( ( rule__PrivatePackageSection__ImportedUnitAssignment_2_0_2_1 ) )
+ // InternalAadl2Parser.g:17745:2: ( rule__PrivatePackageSection__ImportedUnitAssignment_2_0_2_1 )
{
before(grammarAccess.getPrivatePackageSectionAccess().getImportedUnitAssignment_2_0_2_1());
- // InternalAadl2Parser.g:18696:2: ( rule__PrivatePackageSection__ImportedUnitAssignment_2_0_2_1 )
- // InternalAadl2Parser.g:18696:3: rule__PrivatePackageSection__ImportedUnitAssignment_2_0_2_1
+ // InternalAadl2Parser.g:17746:2: ( rule__PrivatePackageSection__ImportedUnitAssignment_2_0_2_1 )
+ // InternalAadl2Parser.g:17746:3: rule__PrivatePackageSection__ImportedUnitAssignment_2_0_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PrivatePackageSection__ImportedUnitAssignment_2_0_2_1();
@@ -85322,14 +82519,14 @@ public final void rule__PrivatePackageSection__Group_2_0_2__1__Impl() throws Rec
// $ANTLR start "rule__PackageRename__Group__0"
- // InternalAadl2Parser.g:18705:1: rule__PackageRename__Group__0 : rule__PackageRename__Group__0__Impl rule__PackageRename__Group__1 ;
+ // InternalAadl2Parser.g:17755:1: rule__PackageRename__Group__0 : rule__PackageRename__Group__0__Impl rule__PackageRename__Group__1 ;
public final void rule__PackageRename__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18709:1: ( rule__PackageRename__Group__0__Impl rule__PackageRename__Group__1 )
- // InternalAadl2Parser.g:18710:2: rule__PackageRename__Group__0__Impl rule__PackageRename__Group__1
+ // InternalAadl2Parser.g:17759:1: ( rule__PackageRename__Group__0__Impl rule__PackageRename__Group__1 )
+ // InternalAadl2Parser.g:17760:2: rule__PackageRename__Group__0__Impl rule__PackageRename__Group__1
{
pushFollow(FollowSets000.FOLLOW_15);
rule__PackageRename__Group__0__Impl();
@@ -85360,21 +82557,21 @@ public final void rule__PackageRename__Group__0() throws RecognitionException {
// $ANTLR start "rule__PackageRename__Group__0__Impl"
- // InternalAadl2Parser.g:18717:1: rule__PackageRename__Group__0__Impl : ( ( rule__PackageRename__NameAssignment_0 ) ) ;
+ // InternalAadl2Parser.g:17767:1: rule__PackageRename__Group__0__Impl : ( ( rule__PackageRename__NameAssignment_0 ) ) ;
public final void rule__PackageRename__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18721:1: ( ( ( rule__PackageRename__NameAssignment_0 ) ) )
- // InternalAadl2Parser.g:18722:1: ( ( rule__PackageRename__NameAssignment_0 ) )
+ // InternalAadl2Parser.g:17771:1: ( ( ( rule__PackageRename__NameAssignment_0 ) ) )
+ // InternalAadl2Parser.g:17772:1: ( ( rule__PackageRename__NameAssignment_0 ) )
{
- // InternalAadl2Parser.g:18722:1: ( ( rule__PackageRename__NameAssignment_0 ) )
- // InternalAadl2Parser.g:18723:2: ( rule__PackageRename__NameAssignment_0 )
+ // InternalAadl2Parser.g:17772:1: ( ( rule__PackageRename__NameAssignment_0 ) )
+ // InternalAadl2Parser.g:17773:2: ( rule__PackageRename__NameAssignment_0 )
{
before(grammarAccess.getPackageRenameAccess().getNameAssignment_0());
- // InternalAadl2Parser.g:18724:2: ( rule__PackageRename__NameAssignment_0 )
- // InternalAadl2Parser.g:18724:3: rule__PackageRename__NameAssignment_0
+ // InternalAadl2Parser.g:17774:2: ( rule__PackageRename__NameAssignment_0 )
+ // InternalAadl2Parser.g:17774:3: rule__PackageRename__NameAssignment_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PackageRename__NameAssignment_0();
@@ -85407,14 +82604,14 @@ public final void rule__PackageRename__Group__0__Impl() throws RecognitionExcept
// $ANTLR start "rule__PackageRename__Group__1"
- // InternalAadl2Parser.g:18732:1: rule__PackageRename__Group__1 : rule__PackageRename__Group__1__Impl rule__PackageRename__Group__2 ;
+ // InternalAadl2Parser.g:17782:1: rule__PackageRename__Group__1 : rule__PackageRename__Group__1__Impl rule__PackageRename__Group__2 ;
public final void rule__PackageRename__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18736:1: ( rule__PackageRename__Group__1__Impl rule__PackageRename__Group__2 )
- // InternalAadl2Parser.g:18737:2: rule__PackageRename__Group__1__Impl rule__PackageRename__Group__2
+ // InternalAadl2Parser.g:17786:1: ( rule__PackageRename__Group__1__Impl rule__PackageRename__Group__2 )
+ // InternalAadl2Parser.g:17787:2: rule__PackageRename__Group__1__Impl rule__PackageRename__Group__2
{
pushFollow(FollowSets000.FOLLOW_16);
rule__PackageRename__Group__1__Impl();
@@ -85445,17 +82642,17 @@ public final void rule__PackageRename__Group__1() throws RecognitionException {
// $ANTLR start "rule__PackageRename__Group__1__Impl"
- // InternalAadl2Parser.g:18744:1: rule__PackageRename__Group__1__Impl : ( Renames ) ;
+ // InternalAadl2Parser.g:17794:1: rule__PackageRename__Group__1__Impl : ( Renames ) ;
public final void rule__PackageRename__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18748:1: ( ( Renames ) )
- // InternalAadl2Parser.g:18749:1: ( Renames )
+ // InternalAadl2Parser.g:17798:1: ( ( Renames ) )
+ // InternalAadl2Parser.g:17799:1: ( Renames )
{
- // InternalAadl2Parser.g:18749:1: ( Renames )
- // InternalAadl2Parser.g:18750:2: Renames
+ // InternalAadl2Parser.g:17799:1: ( Renames )
+ // InternalAadl2Parser.g:17800:2: Renames
{
before(grammarAccess.getPackageRenameAccess().getRenamesKeyword_1());
match(input,Renames,FollowSets000.FOLLOW_2);
@@ -85482,14 +82679,14 @@ public final void rule__PackageRename__Group__1__Impl() throws RecognitionExcept
// $ANTLR start "rule__PackageRename__Group__2"
- // InternalAadl2Parser.g:18759:1: rule__PackageRename__Group__2 : rule__PackageRename__Group__2__Impl rule__PackageRename__Group__3 ;
+ // InternalAadl2Parser.g:17809:1: rule__PackageRename__Group__2 : rule__PackageRename__Group__2__Impl rule__PackageRename__Group__3 ;
public final void rule__PackageRename__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18763:1: ( rule__PackageRename__Group__2__Impl rule__PackageRename__Group__3 )
- // InternalAadl2Parser.g:18764:2: rule__PackageRename__Group__2__Impl rule__PackageRename__Group__3
+ // InternalAadl2Parser.g:17813:1: ( rule__PackageRename__Group__2__Impl rule__PackageRename__Group__3 )
+ // InternalAadl2Parser.g:17814:2: rule__PackageRename__Group__2__Impl rule__PackageRename__Group__3
{
pushFollow(FollowSets000.FOLLOW_4);
rule__PackageRename__Group__2__Impl();
@@ -85520,17 +82717,17 @@ public final void rule__PackageRename__Group__2() throws RecognitionException {
// $ANTLR start "rule__PackageRename__Group__2__Impl"
- // InternalAadl2Parser.g:18771:1: rule__PackageRename__Group__2__Impl : ( Package ) ;
+ // InternalAadl2Parser.g:17821:1: rule__PackageRename__Group__2__Impl : ( Package ) ;
public final void rule__PackageRename__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18775:1: ( ( Package ) )
- // InternalAadl2Parser.g:18776:1: ( Package )
+ // InternalAadl2Parser.g:17825:1: ( ( Package ) )
+ // InternalAadl2Parser.g:17826:1: ( Package )
{
- // InternalAadl2Parser.g:18776:1: ( Package )
- // InternalAadl2Parser.g:18777:2: Package
+ // InternalAadl2Parser.g:17826:1: ( Package )
+ // InternalAadl2Parser.g:17827:2: Package
{
before(grammarAccess.getPackageRenameAccess().getPackageKeyword_2());
match(input,Package,FollowSets000.FOLLOW_2);
@@ -85557,14 +82754,14 @@ public final void rule__PackageRename__Group__2__Impl() throws RecognitionExcept
// $ANTLR start "rule__PackageRename__Group__3"
- // InternalAadl2Parser.g:18786:1: rule__PackageRename__Group__3 : rule__PackageRename__Group__3__Impl rule__PackageRename__Group__4 ;
+ // InternalAadl2Parser.g:17836:1: rule__PackageRename__Group__3 : rule__PackageRename__Group__3__Impl rule__PackageRename__Group__4 ;
public final void rule__PackageRename__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18790:1: ( rule__PackageRename__Group__3__Impl rule__PackageRename__Group__4 )
- // InternalAadl2Parser.g:18791:2: rule__PackageRename__Group__3__Impl rule__PackageRename__Group__4
+ // InternalAadl2Parser.g:17840:1: ( rule__PackageRename__Group__3__Impl rule__PackageRename__Group__4 )
+ // InternalAadl2Parser.g:17841:2: rule__PackageRename__Group__3__Impl rule__PackageRename__Group__4
{
pushFollow(FollowSets000.FOLLOW_17);
rule__PackageRename__Group__3__Impl();
@@ -85595,21 +82792,21 @@ public final void rule__PackageRename__Group__3() throws RecognitionException {
// $ANTLR start "rule__PackageRename__Group__3__Impl"
- // InternalAadl2Parser.g:18798:1: rule__PackageRename__Group__3__Impl : ( ( rule__PackageRename__RenamedPackageAssignment_3 ) ) ;
+ // InternalAadl2Parser.g:17848:1: rule__PackageRename__Group__3__Impl : ( ( rule__PackageRename__RenamedPackageAssignment_3 ) ) ;
public final void rule__PackageRename__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18802:1: ( ( ( rule__PackageRename__RenamedPackageAssignment_3 ) ) )
- // InternalAadl2Parser.g:18803:1: ( ( rule__PackageRename__RenamedPackageAssignment_3 ) )
+ // InternalAadl2Parser.g:17852:1: ( ( ( rule__PackageRename__RenamedPackageAssignment_3 ) ) )
+ // InternalAadl2Parser.g:17853:1: ( ( rule__PackageRename__RenamedPackageAssignment_3 ) )
{
- // InternalAadl2Parser.g:18803:1: ( ( rule__PackageRename__RenamedPackageAssignment_3 ) )
- // InternalAadl2Parser.g:18804:2: ( rule__PackageRename__RenamedPackageAssignment_3 )
+ // InternalAadl2Parser.g:17853:1: ( ( rule__PackageRename__RenamedPackageAssignment_3 ) )
+ // InternalAadl2Parser.g:17854:2: ( rule__PackageRename__RenamedPackageAssignment_3 )
{
before(grammarAccess.getPackageRenameAccess().getRenamedPackageAssignment_3());
- // InternalAadl2Parser.g:18805:2: ( rule__PackageRename__RenamedPackageAssignment_3 )
- // InternalAadl2Parser.g:18805:3: rule__PackageRename__RenamedPackageAssignment_3
+ // InternalAadl2Parser.g:17855:2: ( rule__PackageRename__RenamedPackageAssignment_3 )
+ // InternalAadl2Parser.g:17855:3: rule__PackageRename__RenamedPackageAssignment_3
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PackageRename__RenamedPackageAssignment_3();
@@ -85642,14 +82839,14 @@ public final void rule__PackageRename__Group__3__Impl() throws RecognitionExcept
// $ANTLR start "rule__PackageRename__Group__4"
- // InternalAadl2Parser.g:18813:1: rule__PackageRename__Group__4 : rule__PackageRename__Group__4__Impl rule__PackageRename__Group__5 ;
+ // InternalAadl2Parser.g:17863:1: rule__PackageRename__Group__4 : rule__PackageRename__Group__4__Impl rule__PackageRename__Group__5 ;
public final void rule__PackageRename__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18817:1: ( rule__PackageRename__Group__4__Impl rule__PackageRename__Group__5 )
- // InternalAadl2Parser.g:18818:2: rule__PackageRename__Group__4__Impl rule__PackageRename__Group__5
+ // InternalAadl2Parser.g:17867:1: ( rule__PackageRename__Group__4__Impl rule__PackageRename__Group__5 )
+ // InternalAadl2Parser.g:17868:2: rule__PackageRename__Group__4__Impl rule__PackageRename__Group__5
{
pushFollow(FollowSets000.FOLLOW_17);
rule__PackageRename__Group__4__Impl();
@@ -85680,20 +82877,20 @@ public final void rule__PackageRename__Group__4() throws RecognitionException {
// $ANTLR start "rule__PackageRename__Group__4__Impl"
- // InternalAadl2Parser.g:18825:1: rule__PackageRename__Group__4__Impl : ( ( rule__PackageRename__Group_4__0 )? ) ;
+ // InternalAadl2Parser.g:17875:1: rule__PackageRename__Group__4__Impl : ( ( rule__PackageRename__Group_4__0 )? ) ;
public final void rule__PackageRename__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18829:1: ( ( ( rule__PackageRename__Group_4__0 )? ) )
- // InternalAadl2Parser.g:18830:1: ( ( rule__PackageRename__Group_4__0 )? )
+ // InternalAadl2Parser.g:17879:1: ( ( ( rule__PackageRename__Group_4__0 )? ) )
+ // InternalAadl2Parser.g:17880:1: ( ( rule__PackageRename__Group_4__0 )? )
{
- // InternalAadl2Parser.g:18830:1: ( ( rule__PackageRename__Group_4__0 )? )
- // InternalAadl2Parser.g:18831:2: ( rule__PackageRename__Group_4__0 )?
+ // InternalAadl2Parser.g:17880:1: ( ( rule__PackageRename__Group_4__0 )? )
+ // InternalAadl2Parser.g:17881:2: ( rule__PackageRename__Group_4__0 )?
{
before(grammarAccess.getPackageRenameAccess().getGroup_4());
- // InternalAadl2Parser.g:18832:2: ( rule__PackageRename__Group_4__0 )?
+ // InternalAadl2Parser.g:17882:2: ( rule__PackageRename__Group_4__0 )?
int alt546=2;
int LA546_0 = input.LA(1);
@@ -85702,7 +82899,7 @@ public final void rule__PackageRename__Group__4__Impl() throws RecognitionExcept
}
switch (alt546) {
case 1 :
- // InternalAadl2Parser.g:18832:3: rule__PackageRename__Group_4__0
+ // InternalAadl2Parser.g:17882:3: rule__PackageRename__Group_4__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PackageRename__Group_4__0();
@@ -85738,14 +82935,14 @@ public final void rule__PackageRename__Group__4__Impl() throws RecognitionExcept
// $ANTLR start "rule__PackageRename__Group__5"
- // InternalAadl2Parser.g:18840:1: rule__PackageRename__Group__5 : rule__PackageRename__Group__5__Impl ;
+ // InternalAadl2Parser.g:17890:1: rule__PackageRename__Group__5 : rule__PackageRename__Group__5__Impl ;
public final void rule__PackageRename__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18844:1: ( rule__PackageRename__Group__5__Impl )
- // InternalAadl2Parser.g:18845:2: rule__PackageRename__Group__5__Impl
+ // InternalAadl2Parser.g:17894:1: ( rule__PackageRename__Group__5__Impl )
+ // InternalAadl2Parser.g:17895:2: rule__PackageRename__Group__5__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PackageRename__Group__5__Impl();
@@ -85771,17 +82968,17 @@ public final void rule__PackageRename__Group__5() throws RecognitionException {
// $ANTLR start "rule__PackageRename__Group__5__Impl"
- // InternalAadl2Parser.g:18851:1: rule__PackageRename__Group__5__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:17901:1: rule__PackageRename__Group__5__Impl : ( Semicolon ) ;
public final void rule__PackageRename__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18855:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:18856:1: ( Semicolon )
+ // InternalAadl2Parser.g:17905:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:17906:1: ( Semicolon )
{
- // InternalAadl2Parser.g:18856:1: ( Semicolon )
- // InternalAadl2Parser.g:18857:2: Semicolon
+ // InternalAadl2Parser.g:17906:1: ( Semicolon )
+ // InternalAadl2Parser.g:17907:2: Semicolon
{
before(grammarAccess.getPackageRenameAccess().getSemicolonKeyword_5());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -85808,14 +83005,14 @@ public final void rule__PackageRename__Group__5__Impl() throws RecognitionExcept
// $ANTLR start "rule__PackageRename__Group_4__0"
- // InternalAadl2Parser.g:18867:1: rule__PackageRename__Group_4__0 : rule__PackageRename__Group_4__0__Impl rule__PackageRename__Group_4__1 ;
+ // InternalAadl2Parser.g:17917:1: rule__PackageRename__Group_4__0 : rule__PackageRename__Group_4__0__Impl rule__PackageRename__Group_4__1 ;
public final void rule__PackageRename__Group_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18871:1: ( rule__PackageRename__Group_4__0__Impl rule__PackageRename__Group_4__1 )
- // InternalAadl2Parser.g:18872:2: rule__PackageRename__Group_4__0__Impl rule__PackageRename__Group_4__1
+ // InternalAadl2Parser.g:17921:1: ( rule__PackageRename__Group_4__0__Impl rule__PackageRename__Group_4__1 )
+ // InternalAadl2Parser.g:17922:2: rule__PackageRename__Group_4__0__Impl rule__PackageRename__Group_4__1
{
pushFollow(FollowSets000.FOLLOW_18);
rule__PackageRename__Group_4__0__Impl();
@@ -85846,17 +83043,17 @@ public final void rule__PackageRename__Group_4__0() throws RecognitionException
// $ANTLR start "rule__PackageRename__Group_4__0__Impl"
- // InternalAadl2Parser.g:18879:1: rule__PackageRename__Group_4__0__Impl : ( ColonColon ) ;
+ // InternalAadl2Parser.g:17929:1: rule__PackageRename__Group_4__0__Impl : ( ColonColon ) ;
public final void rule__PackageRename__Group_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18883:1: ( ( ColonColon ) )
- // InternalAadl2Parser.g:18884:1: ( ColonColon )
+ // InternalAadl2Parser.g:17933:1: ( ( ColonColon ) )
+ // InternalAadl2Parser.g:17934:1: ( ColonColon )
{
- // InternalAadl2Parser.g:18884:1: ( ColonColon )
- // InternalAadl2Parser.g:18885:2: ColonColon
+ // InternalAadl2Parser.g:17934:1: ( ColonColon )
+ // InternalAadl2Parser.g:17935:2: ColonColon
{
before(grammarAccess.getPackageRenameAccess().getColonColonKeyword_4_0());
match(input,ColonColon,FollowSets000.FOLLOW_2);
@@ -85883,14 +83080,14 @@ public final void rule__PackageRename__Group_4__0__Impl() throws RecognitionExce
// $ANTLR start "rule__PackageRename__Group_4__1"
- // InternalAadl2Parser.g:18894:1: rule__PackageRename__Group_4__1 : rule__PackageRename__Group_4__1__Impl ;
+ // InternalAadl2Parser.g:17944:1: rule__PackageRename__Group_4__1 : rule__PackageRename__Group_4__1__Impl ;
public final void rule__PackageRename__Group_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18898:1: ( rule__PackageRename__Group_4__1__Impl )
- // InternalAadl2Parser.g:18899:2: rule__PackageRename__Group_4__1__Impl
+ // InternalAadl2Parser.g:17948:1: ( rule__PackageRename__Group_4__1__Impl )
+ // InternalAadl2Parser.g:17949:2: rule__PackageRename__Group_4__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PackageRename__Group_4__1__Impl();
@@ -85916,21 +83113,21 @@ public final void rule__PackageRename__Group_4__1() throws RecognitionException
// $ANTLR start "rule__PackageRename__Group_4__1__Impl"
- // InternalAadl2Parser.g:18905:1: rule__PackageRename__Group_4__1__Impl : ( ( rule__PackageRename__RenameAllAssignment_4_1 ) ) ;
+ // InternalAadl2Parser.g:17955:1: rule__PackageRename__Group_4__1__Impl : ( ( rule__PackageRename__RenameAllAssignment_4_1 ) ) ;
public final void rule__PackageRename__Group_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18909:1: ( ( ( rule__PackageRename__RenameAllAssignment_4_1 ) ) )
- // InternalAadl2Parser.g:18910:1: ( ( rule__PackageRename__RenameAllAssignment_4_1 ) )
+ // InternalAadl2Parser.g:17959:1: ( ( ( rule__PackageRename__RenameAllAssignment_4_1 ) ) )
+ // InternalAadl2Parser.g:17960:1: ( ( rule__PackageRename__RenameAllAssignment_4_1 ) )
{
- // InternalAadl2Parser.g:18910:1: ( ( rule__PackageRename__RenameAllAssignment_4_1 ) )
- // InternalAadl2Parser.g:18911:2: ( rule__PackageRename__RenameAllAssignment_4_1 )
+ // InternalAadl2Parser.g:17960:1: ( ( rule__PackageRename__RenameAllAssignment_4_1 ) )
+ // InternalAadl2Parser.g:17961:2: ( rule__PackageRename__RenameAllAssignment_4_1 )
{
before(grammarAccess.getPackageRenameAccess().getRenameAllAssignment_4_1());
- // InternalAadl2Parser.g:18912:2: ( rule__PackageRename__RenameAllAssignment_4_1 )
- // InternalAadl2Parser.g:18912:3: rule__PackageRename__RenameAllAssignment_4_1
+ // InternalAadl2Parser.g:17962:2: ( rule__PackageRename__RenameAllAssignment_4_1 )
+ // InternalAadl2Parser.g:17962:3: rule__PackageRename__RenameAllAssignment_4_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__PackageRename__RenameAllAssignment_4_1();
@@ -85963,14 +83160,14 @@ public final void rule__PackageRename__Group_4__1__Impl() throws RecognitionExce
// $ANTLR start "rule__RenameAll__Group__0"
- // InternalAadl2Parser.g:18921:1: rule__RenameAll__Group__0 : rule__RenameAll__Group__0__Impl rule__RenameAll__Group__1 ;
+ // InternalAadl2Parser.g:17971:1: rule__RenameAll__Group__0 : rule__RenameAll__Group__0__Impl rule__RenameAll__Group__1 ;
public final void rule__RenameAll__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18925:1: ( rule__RenameAll__Group__0__Impl rule__RenameAll__Group__1 )
- // InternalAadl2Parser.g:18926:2: rule__RenameAll__Group__0__Impl rule__RenameAll__Group__1
+ // InternalAadl2Parser.g:17975:1: ( rule__RenameAll__Group__0__Impl rule__RenameAll__Group__1 )
+ // InternalAadl2Parser.g:17976:2: rule__RenameAll__Group__0__Impl rule__RenameAll__Group__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__RenameAll__Group__0__Impl();
@@ -86001,17 +83198,17 @@ public final void rule__RenameAll__Group__0() throws RecognitionException {
// $ANTLR start "rule__RenameAll__Group__0__Impl"
- // InternalAadl2Parser.g:18933:1: rule__RenameAll__Group__0__Impl : ( Renames ) ;
+ // InternalAadl2Parser.g:17983:1: rule__RenameAll__Group__0__Impl : ( Renames ) ;
public final void rule__RenameAll__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18937:1: ( ( Renames ) )
- // InternalAadl2Parser.g:18938:1: ( Renames )
+ // InternalAadl2Parser.g:17987:1: ( ( Renames ) )
+ // InternalAadl2Parser.g:17988:1: ( Renames )
{
- // InternalAadl2Parser.g:18938:1: ( Renames )
- // InternalAadl2Parser.g:18939:2: Renames
+ // InternalAadl2Parser.g:17988:1: ( Renames )
+ // InternalAadl2Parser.g:17989:2: Renames
{
before(grammarAccess.getRenameAllAccess().getRenamesKeyword_0());
match(input,Renames,FollowSets000.FOLLOW_2);
@@ -86038,14 +83235,14 @@ public final void rule__RenameAll__Group__0__Impl() throws RecognitionException
// $ANTLR start "rule__RenameAll__Group__1"
- // InternalAadl2Parser.g:18948:1: rule__RenameAll__Group__1 : rule__RenameAll__Group__1__Impl rule__RenameAll__Group__2 ;
+ // InternalAadl2Parser.g:17998:1: rule__RenameAll__Group__1 : rule__RenameAll__Group__1__Impl rule__RenameAll__Group__2 ;
public final void rule__RenameAll__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18952:1: ( rule__RenameAll__Group__1__Impl rule__RenameAll__Group__2 )
- // InternalAadl2Parser.g:18953:2: rule__RenameAll__Group__1__Impl rule__RenameAll__Group__2
+ // InternalAadl2Parser.g:18002:1: ( rule__RenameAll__Group__1__Impl rule__RenameAll__Group__2 )
+ // InternalAadl2Parser.g:18003:2: rule__RenameAll__Group__1__Impl rule__RenameAll__Group__2
{
pushFollow(FollowSets000.FOLLOW_19);
rule__RenameAll__Group__1__Impl();
@@ -86076,21 +83273,21 @@ public final void rule__RenameAll__Group__1() throws RecognitionException {
// $ANTLR start "rule__RenameAll__Group__1__Impl"
- // InternalAadl2Parser.g:18960:1: rule__RenameAll__Group__1__Impl : ( ( rule__RenameAll__RenamedPackageAssignment_1 ) ) ;
+ // InternalAadl2Parser.g:18010:1: rule__RenameAll__Group__1__Impl : ( ( rule__RenameAll__RenamedPackageAssignment_1 ) ) ;
public final void rule__RenameAll__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18964:1: ( ( ( rule__RenameAll__RenamedPackageAssignment_1 ) ) )
- // InternalAadl2Parser.g:18965:1: ( ( rule__RenameAll__RenamedPackageAssignment_1 ) )
+ // InternalAadl2Parser.g:18014:1: ( ( ( rule__RenameAll__RenamedPackageAssignment_1 ) ) )
+ // InternalAadl2Parser.g:18015:1: ( ( rule__RenameAll__RenamedPackageAssignment_1 ) )
{
- // InternalAadl2Parser.g:18965:1: ( ( rule__RenameAll__RenamedPackageAssignment_1 ) )
- // InternalAadl2Parser.g:18966:2: ( rule__RenameAll__RenamedPackageAssignment_1 )
+ // InternalAadl2Parser.g:18015:1: ( ( rule__RenameAll__RenamedPackageAssignment_1 ) )
+ // InternalAadl2Parser.g:18016:2: ( rule__RenameAll__RenamedPackageAssignment_1 )
{
before(grammarAccess.getRenameAllAccess().getRenamedPackageAssignment_1());
- // InternalAadl2Parser.g:18967:2: ( rule__RenameAll__RenamedPackageAssignment_1 )
- // InternalAadl2Parser.g:18967:3: rule__RenameAll__RenamedPackageAssignment_1
+ // InternalAadl2Parser.g:18017:2: ( rule__RenameAll__RenamedPackageAssignment_1 )
+ // InternalAadl2Parser.g:18017:3: rule__RenameAll__RenamedPackageAssignment_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__RenameAll__RenamedPackageAssignment_1();
@@ -86123,14 +83320,14 @@ public final void rule__RenameAll__Group__1__Impl() throws RecognitionException
// $ANTLR start "rule__RenameAll__Group__2"
- // InternalAadl2Parser.g:18975:1: rule__RenameAll__Group__2 : rule__RenameAll__Group__2__Impl rule__RenameAll__Group__3 ;
+ // InternalAadl2Parser.g:18025:1: rule__RenameAll__Group__2 : rule__RenameAll__Group__2__Impl rule__RenameAll__Group__3 ;
public final void rule__RenameAll__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18979:1: ( rule__RenameAll__Group__2__Impl rule__RenameAll__Group__3 )
- // InternalAadl2Parser.g:18980:2: rule__RenameAll__Group__2__Impl rule__RenameAll__Group__3
+ // InternalAadl2Parser.g:18029:1: ( rule__RenameAll__Group__2__Impl rule__RenameAll__Group__3 )
+ // InternalAadl2Parser.g:18030:2: rule__RenameAll__Group__2__Impl rule__RenameAll__Group__3
{
pushFollow(FollowSets000.FOLLOW_18);
rule__RenameAll__Group__2__Impl();
@@ -86161,17 +83358,17 @@ public final void rule__RenameAll__Group__2() throws RecognitionException {
// $ANTLR start "rule__RenameAll__Group__2__Impl"
- // InternalAadl2Parser.g:18987:1: rule__RenameAll__Group__2__Impl : ( ColonColon ) ;
+ // InternalAadl2Parser.g:18037:1: rule__RenameAll__Group__2__Impl : ( ColonColon ) ;
public final void rule__RenameAll__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:18991:1: ( ( ColonColon ) )
- // InternalAadl2Parser.g:18992:1: ( ColonColon )
+ // InternalAadl2Parser.g:18041:1: ( ( ColonColon ) )
+ // InternalAadl2Parser.g:18042:1: ( ColonColon )
{
- // InternalAadl2Parser.g:18992:1: ( ColonColon )
- // InternalAadl2Parser.g:18993:2: ColonColon
+ // InternalAadl2Parser.g:18042:1: ( ColonColon )
+ // InternalAadl2Parser.g:18043:2: ColonColon
{
before(grammarAccess.getRenameAllAccess().getColonColonKeyword_2());
match(input,ColonColon,FollowSets000.FOLLOW_2);
@@ -86198,14 +83395,14 @@ public final void rule__RenameAll__Group__2__Impl() throws RecognitionException
// $ANTLR start "rule__RenameAll__Group__3"
- // InternalAadl2Parser.g:19002:1: rule__RenameAll__Group__3 : rule__RenameAll__Group__3__Impl rule__RenameAll__Group__4 ;
+ // InternalAadl2Parser.g:18052:1: rule__RenameAll__Group__3 : rule__RenameAll__Group__3__Impl rule__RenameAll__Group__4 ;
public final void rule__RenameAll__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19006:1: ( rule__RenameAll__Group__3__Impl rule__RenameAll__Group__4 )
- // InternalAadl2Parser.g:19007:2: rule__RenameAll__Group__3__Impl rule__RenameAll__Group__4
+ // InternalAadl2Parser.g:18056:1: ( rule__RenameAll__Group__3__Impl rule__RenameAll__Group__4 )
+ // InternalAadl2Parser.g:18057:2: rule__RenameAll__Group__3__Impl rule__RenameAll__Group__4
{
pushFollow(FollowSets000.FOLLOW_7);
rule__RenameAll__Group__3__Impl();
@@ -86236,21 +83433,21 @@ public final void rule__RenameAll__Group__3() throws RecognitionException {
// $ANTLR start "rule__RenameAll__Group__3__Impl"
- // InternalAadl2Parser.g:19014:1: rule__RenameAll__Group__3__Impl : ( ( rule__RenameAll__RenameAllAssignment_3 ) ) ;
+ // InternalAadl2Parser.g:18064:1: rule__RenameAll__Group__3__Impl : ( ( rule__RenameAll__RenameAllAssignment_3 ) ) ;
public final void rule__RenameAll__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19018:1: ( ( ( rule__RenameAll__RenameAllAssignment_3 ) ) )
- // InternalAadl2Parser.g:19019:1: ( ( rule__RenameAll__RenameAllAssignment_3 ) )
+ // InternalAadl2Parser.g:18068:1: ( ( ( rule__RenameAll__RenameAllAssignment_3 ) ) )
+ // InternalAadl2Parser.g:18069:1: ( ( rule__RenameAll__RenameAllAssignment_3 ) )
{
- // InternalAadl2Parser.g:19019:1: ( ( rule__RenameAll__RenameAllAssignment_3 ) )
- // InternalAadl2Parser.g:19020:2: ( rule__RenameAll__RenameAllAssignment_3 )
+ // InternalAadl2Parser.g:18069:1: ( ( rule__RenameAll__RenameAllAssignment_3 ) )
+ // InternalAadl2Parser.g:18070:2: ( rule__RenameAll__RenameAllAssignment_3 )
{
before(grammarAccess.getRenameAllAccess().getRenameAllAssignment_3());
- // InternalAadl2Parser.g:19021:2: ( rule__RenameAll__RenameAllAssignment_3 )
- // InternalAadl2Parser.g:19021:3: rule__RenameAll__RenameAllAssignment_3
+ // InternalAadl2Parser.g:18071:2: ( rule__RenameAll__RenameAllAssignment_3 )
+ // InternalAadl2Parser.g:18071:3: rule__RenameAll__RenameAllAssignment_3
{
pushFollow(FollowSets000.FOLLOW_2);
rule__RenameAll__RenameAllAssignment_3();
@@ -86283,14 +83480,14 @@ public final void rule__RenameAll__Group__3__Impl() throws RecognitionException
// $ANTLR start "rule__RenameAll__Group__4"
- // InternalAadl2Parser.g:19029:1: rule__RenameAll__Group__4 : rule__RenameAll__Group__4__Impl ;
+ // InternalAadl2Parser.g:18079:1: rule__RenameAll__Group__4 : rule__RenameAll__Group__4__Impl ;
public final void rule__RenameAll__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19033:1: ( rule__RenameAll__Group__4__Impl )
- // InternalAadl2Parser.g:19034:2: rule__RenameAll__Group__4__Impl
+ // InternalAadl2Parser.g:18083:1: ( rule__RenameAll__Group__4__Impl )
+ // InternalAadl2Parser.g:18084:2: rule__RenameAll__Group__4__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__RenameAll__Group__4__Impl();
@@ -86316,17 +83513,17 @@ public final void rule__RenameAll__Group__4() throws RecognitionException {
// $ANTLR start "rule__RenameAll__Group__4__Impl"
- // InternalAadl2Parser.g:19040:1: rule__RenameAll__Group__4__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:18090:1: rule__RenameAll__Group__4__Impl : ( Semicolon ) ;
public final void rule__RenameAll__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19044:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:19045:1: ( Semicolon )
+ // InternalAadl2Parser.g:18094:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:18095:1: ( Semicolon )
{
- // InternalAadl2Parser.g:19045:1: ( Semicolon )
- // InternalAadl2Parser.g:19046:2: Semicolon
+ // InternalAadl2Parser.g:18095:1: ( Semicolon )
+ // InternalAadl2Parser.g:18096:2: Semicolon
{
before(grammarAccess.getRenameAllAccess().getSemicolonKeyword_4());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -86353,14 +83550,14 @@ public final void rule__RenameAll__Group__4__Impl() throws RecognitionException
// $ANTLR start "rule__FGTRename__Group__0"
- // InternalAadl2Parser.g:19056:1: rule__FGTRename__Group__0 : rule__FGTRename__Group__0__Impl rule__FGTRename__Group__1 ;
+ // InternalAadl2Parser.g:18106:1: rule__FGTRename__Group__0 : rule__FGTRename__Group__0__Impl rule__FGTRename__Group__1 ;
public final void rule__FGTRename__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19060:1: ( rule__FGTRename__Group__0__Impl rule__FGTRename__Group__1 )
- // InternalAadl2Parser.g:19061:2: rule__FGTRename__Group__0__Impl rule__FGTRename__Group__1
+ // InternalAadl2Parser.g:18110:1: ( rule__FGTRename__Group__0__Impl rule__FGTRename__Group__1 )
+ // InternalAadl2Parser.g:18111:2: rule__FGTRename__Group__0__Impl rule__FGTRename__Group__1
{
pushFollow(FollowSets000.FOLLOW_20);
rule__FGTRename__Group__0__Impl();
@@ -86391,20 +83588,20 @@ public final void rule__FGTRename__Group__0() throws RecognitionException {
// $ANTLR start "rule__FGTRename__Group__0__Impl"
- // InternalAadl2Parser.g:19068:1: rule__FGTRename__Group__0__Impl : ( ( rule__FGTRename__NameAssignment_0 )? ) ;
+ // InternalAadl2Parser.g:18118:1: rule__FGTRename__Group__0__Impl : ( ( rule__FGTRename__NameAssignment_0 )? ) ;
public final void rule__FGTRename__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19072:1: ( ( ( rule__FGTRename__NameAssignment_0 )? ) )
- // InternalAadl2Parser.g:19073:1: ( ( rule__FGTRename__NameAssignment_0 )? )
+ // InternalAadl2Parser.g:18122:1: ( ( ( rule__FGTRename__NameAssignment_0 )? ) )
+ // InternalAadl2Parser.g:18123:1: ( ( rule__FGTRename__NameAssignment_0 )? )
{
- // InternalAadl2Parser.g:19073:1: ( ( rule__FGTRename__NameAssignment_0 )? )
- // InternalAadl2Parser.g:19074:2: ( rule__FGTRename__NameAssignment_0 )?
+ // InternalAadl2Parser.g:18123:1: ( ( rule__FGTRename__NameAssignment_0 )? )
+ // InternalAadl2Parser.g:18124:2: ( rule__FGTRename__NameAssignment_0 )?
{
before(grammarAccess.getFGTRenameAccess().getNameAssignment_0());
- // InternalAadl2Parser.g:19075:2: ( rule__FGTRename__NameAssignment_0 )?
+ // InternalAadl2Parser.g:18125:2: ( rule__FGTRename__NameAssignment_0 )?
int alt547=2;
int LA547_0 = input.LA(1);
@@ -86413,7 +83610,7 @@ public final void rule__FGTRename__Group__0__Impl() throws RecognitionException
}
switch (alt547) {
case 1 :
- // InternalAadl2Parser.g:19075:3: rule__FGTRename__NameAssignment_0
+ // InternalAadl2Parser.g:18125:3: rule__FGTRename__NameAssignment_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__FGTRename__NameAssignment_0();
@@ -86449,14 +83646,14 @@ public final void rule__FGTRename__Group__0__Impl() throws RecognitionException
// $ANTLR start "rule__FGTRename__Group__1"
- // InternalAadl2Parser.g:19083:1: rule__FGTRename__Group__1 : rule__FGTRename__Group__1__Impl rule__FGTRename__Group__2 ;
+ // InternalAadl2Parser.g:18133:1: rule__FGTRename__Group__1 : rule__FGTRename__Group__1__Impl rule__FGTRename__Group__2 ;
public final void rule__FGTRename__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19087:1: ( rule__FGTRename__Group__1__Impl rule__FGTRename__Group__2 )
- // InternalAadl2Parser.g:19088:2: rule__FGTRename__Group__1__Impl rule__FGTRename__Group__2
+ // InternalAadl2Parser.g:18137:1: ( rule__FGTRename__Group__1__Impl rule__FGTRename__Group__2 )
+ // InternalAadl2Parser.g:18138:2: rule__FGTRename__Group__1__Impl rule__FGTRename__Group__2
{
pushFollow(FollowSets000.FOLLOW_21);
rule__FGTRename__Group__1__Impl();
@@ -86487,17 +83684,17 @@ public final void rule__FGTRename__Group__1() throws RecognitionException {
// $ANTLR start "rule__FGTRename__Group__1__Impl"
- // InternalAadl2Parser.g:19095:1: rule__FGTRename__Group__1__Impl : ( Renames ) ;
+ // InternalAadl2Parser.g:18145:1: rule__FGTRename__Group__1__Impl : ( Renames ) ;
public final void rule__FGTRename__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19099:1: ( ( Renames ) )
- // InternalAadl2Parser.g:19100:1: ( Renames )
+ // InternalAadl2Parser.g:18149:1: ( ( Renames ) )
+ // InternalAadl2Parser.g:18150:1: ( Renames )
{
- // InternalAadl2Parser.g:19100:1: ( Renames )
- // InternalAadl2Parser.g:19101:2: Renames
+ // InternalAadl2Parser.g:18150:1: ( Renames )
+ // InternalAadl2Parser.g:18151:2: Renames
{
before(grammarAccess.getFGTRenameAccess().getRenamesKeyword_1());
match(input,Renames,FollowSets000.FOLLOW_2);
@@ -86524,16 +83721,16 @@ public final void rule__FGTRename__Group__1__Impl() throws RecognitionException
// $ANTLR start "rule__FGTRename__Group__2"
- // InternalAadl2Parser.g:19110:1: rule__FGTRename__Group__2 : rule__FGTRename__Group__2__Impl rule__FGTRename__Group__3 ;
+ // InternalAadl2Parser.g:18160:1: rule__FGTRename__Group__2 : rule__FGTRename__Group__2__Impl rule__FGTRename__Group__3 ;
public final void rule__FGTRename__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19114:1: ( rule__FGTRename__Group__2__Impl rule__FGTRename__Group__3 )
- // InternalAadl2Parser.g:19115:2: rule__FGTRename__Group__2__Impl rule__FGTRename__Group__3
+ // InternalAadl2Parser.g:18164:1: ( rule__FGTRename__Group__2__Impl rule__FGTRename__Group__3 )
+ // InternalAadl2Parser.g:18165:2: rule__FGTRename__Group__2__Impl rule__FGTRename__Group__3
{
- pushFollow(FollowSets000.FOLLOW_4);
+ pushFollow(FollowSets000.FOLLOW_22);
rule__FGTRename__Group__2__Impl();
state._fsp--;
@@ -86562,25 +83759,21 @@ public final void rule__FGTRename__Group__2() throws RecognitionException {
// $ANTLR start "rule__FGTRename__Group__2__Impl"
- // InternalAadl2Parser.g:19122:1: rule__FGTRename__Group__2__Impl : ( ruleFeatureGroupKeywords ) ;
+ // InternalAadl2Parser.g:18172:1: rule__FGTRename__Group__2__Impl : ( Feature ) ;
public final void rule__FGTRename__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19126:1: ( ( ruleFeatureGroupKeywords ) )
- // InternalAadl2Parser.g:19127:1: ( ruleFeatureGroupKeywords )
+ // InternalAadl2Parser.g:18176:1: ( ( Feature ) )
+ // InternalAadl2Parser.g:18177:1: ( Feature )
{
- // InternalAadl2Parser.g:19127:1: ( ruleFeatureGroupKeywords )
- // InternalAadl2Parser.g:19128:2: ruleFeatureGroupKeywords
+ // InternalAadl2Parser.g:18177:1: ( Feature )
+ // InternalAadl2Parser.g:18178:2: Feature
{
- before(grammarAccess.getFGTRenameAccess().getFeatureGroupKeywordsParserRuleCall_2());
- pushFollow(FollowSets000.FOLLOW_2);
- ruleFeatureGroupKeywords();
-
- state._fsp--;
-
- after(grammarAccess.getFGTRenameAccess().getFeatureGroupKeywordsParserRuleCall_2());
+ before(grammarAccess.getFGTRenameAccess().getFeatureKeyword_2());
+ match(input,Feature,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getFGTRenameAccess().getFeatureKeyword_2());
}
@@ -86603,16 +83796,16 @@ public final void rule__FGTRename__Group__2__Impl() throws RecognitionException
// $ANTLR start "rule__FGTRename__Group__3"
- // InternalAadl2Parser.g:19137:1: rule__FGTRename__Group__3 : rule__FGTRename__Group__3__Impl rule__FGTRename__Group__4 ;
+ // InternalAadl2Parser.g:18187:1: rule__FGTRename__Group__3 : rule__FGTRename__Group__3__Impl rule__FGTRename__Group__4 ;
public final void rule__FGTRename__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19141:1: ( rule__FGTRename__Group__3__Impl rule__FGTRename__Group__4 )
- // InternalAadl2Parser.g:19142:2: rule__FGTRename__Group__3__Impl rule__FGTRename__Group__4
+ // InternalAadl2Parser.g:18191:1: ( rule__FGTRename__Group__3__Impl rule__FGTRename__Group__4 )
+ // InternalAadl2Parser.g:18192:2: rule__FGTRename__Group__3__Impl rule__FGTRename__Group__4
{
- pushFollow(FollowSets000.FOLLOW_7);
+ pushFollow(FollowSets000.FOLLOW_4);
rule__FGTRename__Group__3__Impl();
state._fsp--;
@@ -86641,31 +83834,21 @@ public final void rule__FGTRename__Group__3() throws RecognitionException {
// $ANTLR start "rule__FGTRename__Group__3__Impl"
- // InternalAadl2Parser.g:19149:1: rule__FGTRename__Group__3__Impl : ( ( rule__FGTRename__RenamedFeatureGroupTypeAssignment_3 ) ) ;
+ // InternalAadl2Parser.g:18199:1: rule__FGTRename__Group__3__Impl : ( Group ) ;
public final void rule__FGTRename__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19153:1: ( ( ( rule__FGTRename__RenamedFeatureGroupTypeAssignment_3 ) ) )
- // InternalAadl2Parser.g:19154:1: ( ( rule__FGTRename__RenamedFeatureGroupTypeAssignment_3 ) )
- {
- // InternalAadl2Parser.g:19154:1: ( ( rule__FGTRename__RenamedFeatureGroupTypeAssignment_3 ) )
- // InternalAadl2Parser.g:19155:2: ( rule__FGTRename__RenamedFeatureGroupTypeAssignment_3 )
+ // InternalAadl2Parser.g:18203:1: ( ( Group ) )
+ // InternalAadl2Parser.g:18204:1: ( Group )
{
- before(grammarAccess.getFGTRenameAccess().getRenamedFeatureGroupTypeAssignment_3());
- // InternalAadl2Parser.g:19156:2: ( rule__FGTRename__RenamedFeatureGroupTypeAssignment_3 )
- // InternalAadl2Parser.g:19156:3: rule__FGTRename__RenamedFeatureGroupTypeAssignment_3
+ // InternalAadl2Parser.g:18204:1: ( Group )
+ // InternalAadl2Parser.g:18205:2: Group
{
- pushFollow(FollowSets000.FOLLOW_2);
- rule__FGTRename__RenamedFeatureGroupTypeAssignment_3();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getFGTRenameAccess().getRenamedFeatureGroupTypeAssignment_3());
+ before(grammarAccess.getFGTRenameAccess().getGroupKeyword_3());
+ match(input,Group,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getFGTRenameAccess().getGroupKeyword_3());
}
@@ -86688,20 +83871,25 @@ public final void rule__FGTRename__Group__3__Impl() throws RecognitionException
// $ANTLR start "rule__FGTRename__Group__4"
- // InternalAadl2Parser.g:19164:1: rule__FGTRename__Group__4 : rule__FGTRename__Group__4__Impl ;
+ // InternalAadl2Parser.g:18214:1: rule__FGTRename__Group__4 : rule__FGTRename__Group__4__Impl rule__FGTRename__Group__5 ;
public final void rule__FGTRename__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19168:1: ( rule__FGTRename__Group__4__Impl )
- // InternalAadl2Parser.g:19169:2: rule__FGTRename__Group__4__Impl
+ // InternalAadl2Parser.g:18218:1: ( rule__FGTRename__Group__4__Impl rule__FGTRename__Group__5 )
+ // InternalAadl2Parser.g:18219:2: rule__FGTRename__Group__4__Impl rule__FGTRename__Group__5
{
- pushFollow(FollowSets000.FOLLOW_2);
+ pushFollow(FollowSets000.FOLLOW_7);
rule__FGTRename__Group__4__Impl();
state._fsp--;
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__FGTRename__Group__5();
+
+ state._fsp--;
+
}
@@ -86721,21 +83909,31 @@ public final void rule__FGTRename__Group__4() throws RecognitionException {
// $ANTLR start "rule__FGTRename__Group__4__Impl"
- // InternalAadl2Parser.g:19175:1: rule__FGTRename__Group__4__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:18226:1: rule__FGTRename__Group__4__Impl : ( ( rule__FGTRename__RenamedFeatureGroupTypeAssignment_4 ) ) ;
public final void rule__FGTRename__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19179:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:19180:1: ( Semicolon )
+ // InternalAadl2Parser.g:18230:1: ( ( ( rule__FGTRename__RenamedFeatureGroupTypeAssignment_4 ) ) )
+ // InternalAadl2Parser.g:18231:1: ( ( rule__FGTRename__RenamedFeatureGroupTypeAssignment_4 ) )
{
- // InternalAadl2Parser.g:19180:1: ( Semicolon )
- // InternalAadl2Parser.g:19181:2: Semicolon
+ // InternalAadl2Parser.g:18231:1: ( ( rule__FGTRename__RenamedFeatureGroupTypeAssignment_4 ) )
+ // InternalAadl2Parser.g:18232:2: ( rule__FGTRename__RenamedFeatureGroupTypeAssignment_4 )
{
- before(grammarAccess.getFGTRenameAccess().getSemicolonKeyword_4());
- match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getFGTRenameAccess().getSemicolonKeyword_4());
+ before(grammarAccess.getFGTRenameAccess().getRenamedFeatureGroupTypeAssignment_4());
+ // InternalAadl2Parser.g:18233:2: ( rule__FGTRename__RenamedFeatureGroupTypeAssignment_4 )
+ // InternalAadl2Parser.g:18233:3: rule__FGTRename__RenamedFeatureGroupTypeAssignment_4
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__FGTRename__RenamedFeatureGroupTypeAssignment_4();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getFGTRenameAccess().getRenamedFeatureGroupTypeAssignment_4());
}
@@ -86757,17 +83955,87 @@ public final void rule__FGTRename__Group__4__Impl() throws RecognitionException
// $ANTLR end "rule__FGTRename__Group__4__Impl"
+ // $ANTLR start "rule__FGTRename__Group__5"
+ // InternalAadl2Parser.g:18241:1: rule__FGTRename__Group__5 : rule__FGTRename__Group__5__Impl ;
+ public final void rule__FGTRename__Group__5() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:18245:1: ( rule__FGTRename__Group__5__Impl )
+ // InternalAadl2Parser.g:18246:2: rule__FGTRename__Group__5__Impl
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__FGTRename__Group__5__Impl();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__FGTRename__Group__5"
+
+
+ // $ANTLR start "rule__FGTRename__Group__5__Impl"
+ // InternalAadl2Parser.g:18252:1: rule__FGTRename__Group__5__Impl : ( Semicolon ) ;
+ public final void rule__FGTRename__Group__5__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:18256:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:18257:1: ( Semicolon )
+ {
+ // InternalAadl2Parser.g:18257:1: ( Semicolon )
+ // InternalAadl2Parser.g:18258:2: Semicolon
+ {
+ before(grammarAccess.getFGTRenameAccess().getSemicolonKeyword_5());
+ match(input,Semicolon,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getFGTRenameAccess().getSemicolonKeyword_5());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__FGTRename__Group__5__Impl"
+
+
// $ANTLR start "rule__CTRename__Group__0"
- // InternalAadl2Parser.g:19191:1: rule__CTRename__Group__0 : rule__CTRename__Group__0__Impl rule__CTRename__Group__1 ;
+ // InternalAadl2Parser.g:18268:1: rule__CTRename__Group__0 : rule__CTRename__Group__0__Impl rule__CTRename__Group__1 ;
public final void rule__CTRename__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19195:1: ( rule__CTRename__Group__0__Impl rule__CTRename__Group__1 )
- // InternalAadl2Parser.g:19196:2: rule__CTRename__Group__0__Impl rule__CTRename__Group__1
+ // InternalAadl2Parser.g:18272:1: ( rule__CTRename__Group__0__Impl rule__CTRename__Group__1 )
+ // InternalAadl2Parser.g:18273:2: rule__CTRename__Group__0__Impl rule__CTRename__Group__1
{
- pushFollow(FollowSets000.FOLLOW_22);
+ pushFollow(FollowSets000.FOLLOW_23);
rule__CTRename__Group__0__Impl();
state._fsp--;
@@ -86796,20 +84064,20 @@ public final void rule__CTRename__Group__0() throws RecognitionException {
// $ANTLR start "rule__CTRename__Group__0__Impl"
- // InternalAadl2Parser.g:19203:1: rule__CTRename__Group__0__Impl : ( ( rule__CTRename__NameAssignment_0 )? ) ;
+ // InternalAadl2Parser.g:18280:1: rule__CTRename__Group__0__Impl : ( ( rule__CTRename__NameAssignment_0 )? ) ;
public final void rule__CTRename__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19207:1: ( ( ( rule__CTRename__NameAssignment_0 )? ) )
- // InternalAadl2Parser.g:19208:1: ( ( rule__CTRename__NameAssignment_0 )? )
+ // InternalAadl2Parser.g:18284:1: ( ( ( rule__CTRename__NameAssignment_0 )? ) )
+ // InternalAadl2Parser.g:18285:1: ( ( rule__CTRename__NameAssignment_0 )? )
{
- // InternalAadl2Parser.g:19208:1: ( ( rule__CTRename__NameAssignment_0 )? )
- // InternalAadl2Parser.g:19209:2: ( rule__CTRename__NameAssignment_0 )?
+ // InternalAadl2Parser.g:18285:1: ( ( rule__CTRename__NameAssignment_0 )? )
+ // InternalAadl2Parser.g:18286:2: ( rule__CTRename__NameAssignment_0 )?
{
before(grammarAccess.getCTRenameAccess().getNameAssignment_0());
- // InternalAadl2Parser.g:19210:2: ( rule__CTRename__NameAssignment_0 )?
+ // InternalAadl2Parser.g:18287:2: ( rule__CTRename__NameAssignment_0 )?
int alt548=2;
int LA548_0 = input.LA(1);
@@ -86818,7 +84086,7 @@ public final void rule__CTRename__Group__0__Impl() throws RecognitionException {
}
switch (alt548) {
case 1 :
- // InternalAadl2Parser.g:19210:3: rule__CTRename__NameAssignment_0
+ // InternalAadl2Parser.g:18287:3: rule__CTRename__NameAssignment_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__CTRename__NameAssignment_0();
@@ -86854,16 +84122,16 @@ public final void rule__CTRename__Group__0__Impl() throws RecognitionException {
// $ANTLR start "rule__CTRename__Group__1"
- // InternalAadl2Parser.g:19218:1: rule__CTRename__Group__1 : rule__CTRename__Group__1__Impl rule__CTRename__Group__2 ;
+ // InternalAadl2Parser.g:18295:1: rule__CTRename__Group__1 : rule__CTRename__Group__1__Impl rule__CTRename__Group__2 ;
public final void rule__CTRename__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19222:1: ( rule__CTRename__Group__1__Impl rule__CTRename__Group__2 )
- // InternalAadl2Parser.g:19223:2: rule__CTRename__Group__1__Impl rule__CTRename__Group__2
+ // InternalAadl2Parser.g:18299:1: ( rule__CTRename__Group__1__Impl rule__CTRename__Group__2 )
+ // InternalAadl2Parser.g:18300:2: rule__CTRename__Group__1__Impl rule__CTRename__Group__2
{
- pushFollow(FollowSets000.FOLLOW_23);
+ pushFollow(FollowSets000.FOLLOW_24);
rule__CTRename__Group__1__Impl();
state._fsp--;
@@ -86892,17 +84160,17 @@ public final void rule__CTRename__Group__1() throws RecognitionException {
// $ANTLR start "rule__CTRename__Group__1__Impl"
- // InternalAadl2Parser.g:19230:1: rule__CTRename__Group__1__Impl : ( Renames ) ;
+ // InternalAadl2Parser.g:18307:1: rule__CTRename__Group__1__Impl : ( Renames ) ;
public final void rule__CTRename__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19234:1: ( ( Renames ) )
- // InternalAadl2Parser.g:19235:1: ( Renames )
+ // InternalAadl2Parser.g:18311:1: ( ( Renames ) )
+ // InternalAadl2Parser.g:18312:1: ( Renames )
{
- // InternalAadl2Parser.g:19235:1: ( Renames )
- // InternalAadl2Parser.g:19236:2: Renames
+ // InternalAadl2Parser.g:18312:1: ( Renames )
+ // InternalAadl2Parser.g:18313:2: Renames
{
before(grammarAccess.getCTRenameAccess().getRenamesKeyword_1());
match(input,Renames,FollowSets000.FOLLOW_2);
@@ -86929,14 +84197,14 @@ public final void rule__CTRename__Group__1__Impl() throws RecognitionException {
// $ANTLR start "rule__CTRename__Group__2"
- // InternalAadl2Parser.g:19245:1: rule__CTRename__Group__2 : rule__CTRename__Group__2__Impl rule__CTRename__Group__3 ;
+ // InternalAadl2Parser.g:18322:1: rule__CTRename__Group__2 : rule__CTRename__Group__2__Impl rule__CTRename__Group__3 ;
public final void rule__CTRename__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19249:1: ( rule__CTRename__Group__2__Impl rule__CTRename__Group__3 )
- // InternalAadl2Parser.g:19250:2: rule__CTRename__Group__2__Impl rule__CTRename__Group__3
+ // InternalAadl2Parser.g:18326:1: ( rule__CTRename__Group__2__Impl rule__CTRename__Group__3 )
+ // InternalAadl2Parser.g:18327:2: rule__CTRename__Group__2__Impl rule__CTRename__Group__3
{
pushFollow(FollowSets000.FOLLOW_4);
rule__CTRename__Group__2__Impl();
@@ -86967,21 +84235,21 @@ public final void rule__CTRename__Group__2() throws RecognitionException {
// $ANTLR start "rule__CTRename__Group__2__Impl"
- // InternalAadl2Parser.g:19257:1: rule__CTRename__Group__2__Impl : ( ( rule__CTRename__CategoryAssignment_2 ) ) ;
+ // InternalAadl2Parser.g:18334:1: rule__CTRename__Group__2__Impl : ( ( rule__CTRename__CategoryAssignment_2 ) ) ;
public final void rule__CTRename__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19261:1: ( ( ( rule__CTRename__CategoryAssignment_2 ) ) )
- // InternalAadl2Parser.g:19262:1: ( ( rule__CTRename__CategoryAssignment_2 ) )
+ // InternalAadl2Parser.g:18338:1: ( ( ( rule__CTRename__CategoryAssignment_2 ) ) )
+ // InternalAadl2Parser.g:18339:1: ( ( rule__CTRename__CategoryAssignment_2 ) )
{
- // InternalAadl2Parser.g:19262:1: ( ( rule__CTRename__CategoryAssignment_2 ) )
- // InternalAadl2Parser.g:19263:2: ( rule__CTRename__CategoryAssignment_2 )
+ // InternalAadl2Parser.g:18339:1: ( ( rule__CTRename__CategoryAssignment_2 ) )
+ // InternalAadl2Parser.g:18340:2: ( rule__CTRename__CategoryAssignment_2 )
{
before(grammarAccess.getCTRenameAccess().getCategoryAssignment_2());
- // InternalAadl2Parser.g:19264:2: ( rule__CTRename__CategoryAssignment_2 )
- // InternalAadl2Parser.g:19264:3: rule__CTRename__CategoryAssignment_2
+ // InternalAadl2Parser.g:18341:2: ( rule__CTRename__CategoryAssignment_2 )
+ // InternalAadl2Parser.g:18341:3: rule__CTRename__CategoryAssignment_2
{
pushFollow(FollowSets000.FOLLOW_2);
rule__CTRename__CategoryAssignment_2();
@@ -87014,14 +84282,14 @@ public final void rule__CTRename__Group__2__Impl() throws RecognitionException {
// $ANTLR start "rule__CTRename__Group__3"
- // InternalAadl2Parser.g:19272:1: rule__CTRename__Group__3 : rule__CTRename__Group__3__Impl rule__CTRename__Group__4 ;
+ // InternalAadl2Parser.g:18349:1: rule__CTRename__Group__3 : rule__CTRename__Group__3__Impl rule__CTRename__Group__4 ;
public final void rule__CTRename__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19276:1: ( rule__CTRename__Group__3__Impl rule__CTRename__Group__4 )
- // InternalAadl2Parser.g:19277:2: rule__CTRename__Group__3__Impl rule__CTRename__Group__4
+ // InternalAadl2Parser.g:18353:1: ( rule__CTRename__Group__3__Impl rule__CTRename__Group__4 )
+ // InternalAadl2Parser.g:18354:2: rule__CTRename__Group__3__Impl rule__CTRename__Group__4
{
pushFollow(FollowSets000.FOLLOW_7);
rule__CTRename__Group__3__Impl();
@@ -87052,21 +84320,21 @@ public final void rule__CTRename__Group__3() throws RecognitionException {
// $ANTLR start "rule__CTRename__Group__3__Impl"
- // InternalAadl2Parser.g:19284:1: rule__CTRename__Group__3__Impl : ( ( rule__CTRename__RenamedComponentTypeAssignment_3 ) ) ;
+ // InternalAadl2Parser.g:18361:1: rule__CTRename__Group__3__Impl : ( ( rule__CTRename__RenamedComponentTypeAssignment_3 ) ) ;
public final void rule__CTRename__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19288:1: ( ( ( rule__CTRename__RenamedComponentTypeAssignment_3 ) ) )
- // InternalAadl2Parser.g:19289:1: ( ( rule__CTRename__RenamedComponentTypeAssignment_3 ) )
+ // InternalAadl2Parser.g:18365:1: ( ( ( rule__CTRename__RenamedComponentTypeAssignment_3 ) ) )
+ // InternalAadl2Parser.g:18366:1: ( ( rule__CTRename__RenamedComponentTypeAssignment_3 ) )
{
- // InternalAadl2Parser.g:19289:1: ( ( rule__CTRename__RenamedComponentTypeAssignment_3 ) )
- // InternalAadl2Parser.g:19290:2: ( rule__CTRename__RenamedComponentTypeAssignment_3 )
+ // InternalAadl2Parser.g:18366:1: ( ( rule__CTRename__RenamedComponentTypeAssignment_3 ) )
+ // InternalAadl2Parser.g:18367:2: ( rule__CTRename__RenamedComponentTypeAssignment_3 )
{
before(grammarAccess.getCTRenameAccess().getRenamedComponentTypeAssignment_3());
- // InternalAadl2Parser.g:19291:2: ( rule__CTRename__RenamedComponentTypeAssignment_3 )
- // InternalAadl2Parser.g:19291:3: rule__CTRename__RenamedComponentTypeAssignment_3
+ // InternalAadl2Parser.g:18368:2: ( rule__CTRename__RenamedComponentTypeAssignment_3 )
+ // InternalAadl2Parser.g:18368:3: rule__CTRename__RenamedComponentTypeAssignment_3
{
pushFollow(FollowSets000.FOLLOW_2);
rule__CTRename__RenamedComponentTypeAssignment_3();
@@ -87099,14 +84367,14 @@ public final void rule__CTRename__Group__3__Impl() throws RecognitionException {
// $ANTLR start "rule__CTRename__Group__4"
- // InternalAadl2Parser.g:19299:1: rule__CTRename__Group__4 : rule__CTRename__Group__4__Impl ;
+ // InternalAadl2Parser.g:18376:1: rule__CTRename__Group__4 : rule__CTRename__Group__4__Impl ;
public final void rule__CTRename__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19303:1: ( rule__CTRename__Group__4__Impl )
- // InternalAadl2Parser.g:19304:2: rule__CTRename__Group__4__Impl
+ // InternalAadl2Parser.g:18380:1: ( rule__CTRename__Group__4__Impl )
+ // InternalAadl2Parser.g:18381:2: rule__CTRename__Group__4__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__CTRename__Group__4__Impl();
@@ -87132,17 +84400,17 @@ public final void rule__CTRename__Group__4() throws RecognitionException {
// $ANTLR start "rule__CTRename__Group__4__Impl"
- // InternalAadl2Parser.g:19310:1: rule__CTRename__Group__4__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:18387:1: rule__CTRename__Group__4__Impl : ( Semicolon ) ;
public final void rule__CTRename__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19314:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:19315:1: ( Semicolon )
+ // InternalAadl2Parser.g:18391:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:18392:1: ( Semicolon )
{
- // InternalAadl2Parser.g:19315:1: ( Semicolon )
- // InternalAadl2Parser.g:19316:2: Semicolon
+ // InternalAadl2Parser.g:18392:1: ( Semicolon )
+ // InternalAadl2Parser.g:18393:2: Semicolon
{
before(grammarAccess.getCTRenameAccess().getSemicolonKeyword_4());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -87169,14 +84437,14 @@ public final void rule__CTRename__Group__4__Impl() throws RecognitionException {
// $ANTLR start "rule__TypeExtension__Group__0"
- // InternalAadl2Parser.g:19326:1: rule__TypeExtension__Group__0 : rule__TypeExtension__Group__0__Impl rule__TypeExtension__Group__1 ;
+ // InternalAadl2Parser.g:18403:1: rule__TypeExtension__Group__0 : rule__TypeExtension__Group__0__Impl rule__TypeExtension__Group__1 ;
public final void rule__TypeExtension__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19330:1: ( rule__TypeExtension__Group__0__Impl rule__TypeExtension__Group__1 )
- // InternalAadl2Parser.g:19331:2: rule__TypeExtension__Group__0__Impl rule__TypeExtension__Group__1
+ // InternalAadl2Parser.g:18407:1: ( rule__TypeExtension__Group__0__Impl rule__TypeExtension__Group__1 )
+ // InternalAadl2Parser.g:18408:2: rule__TypeExtension__Group__0__Impl rule__TypeExtension__Group__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__TypeExtension__Group__0__Impl();
@@ -87207,17 +84475,17 @@ public final void rule__TypeExtension__Group__0() throws RecognitionException {
// $ANTLR start "rule__TypeExtension__Group__0__Impl"
- // InternalAadl2Parser.g:19338:1: rule__TypeExtension__Group__0__Impl : ( Extends ) ;
+ // InternalAadl2Parser.g:18415:1: rule__TypeExtension__Group__0__Impl : ( Extends ) ;
public final void rule__TypeExtension__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19342:1: ( ( Extends ) )
- // InternalAadl2Parser.g:19343:1: ( Extends )
+ // InternalAadl2Parser.g:18419:1: ( ( Extends ) )
+ // InternalAadl2Parser.g:18420:1: ( Extends )
{
- // InternalAadl2Parser.g:19343:1: ( Extends )
- // InternalAadl2Parser.g:19344:2: Extends
+ // InternalAadl2Parser.g:18420:1: ( Extends )
+ // InternalAadl2Parser.g:18421:2: Extends
{
before(grammarAccess.getTypeExtensionAccess().getExtendsKeyword_0());
match(input,Extends,FollowSets000.FOLLOW_2);
@@ -87244,14 +84512,14 @@ public final void rule__TypeExtension__Group__0__Impl() throws RecognitionExcept
// $ANTLR start "rule__TypeExtension__Group__1"
- // InternalAadl2Parser.g:19353:1: rule__TypeExtension__Group__1 : rule__TypeExtension__Group__1__Impl ;
+ // InternalAadl2Parser.g:18430:1: rule__TypeExtension__Group__1 : rule__TypeExtension__Group__1__Impl ;
public final void rule__TypeExtension__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19357:1: ( rule__TypeExtension__Group__1__Impl )
- // InternalAadl2Parser.g:19358:2: rule__TypeExtension__Group__1__Impl
+ // InternalAadl2Parser.g:18434:1: ( rule__TypeExtension__Group__1__Impl )
+ // InternalAadl2Parser.g:18435:2: rule__TypeExtension__Group__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__TypeExtension__Group__1__Impl();
@@ -87277,21 +84545,21 @@ public final void rule__TypeExtension__Group__1() throws RecognitionException {
// $ANTLR start "rule__TypeExtension__Group__1__Impl"
- // InternalAadl2Parser.g:19364:1: rule__TypeExtension__Group__1__Impl : ( ( rule__TypeExtension__ExtendedAssignment_1 ) ) ;
+ // InternalAadl2Parser.g:18441:1: rule__TypeExtension__Group__1__Impl : ( ( rule__TypeExtension__ExtendedAssignment_1 ) ) ;
public final void rule__TypeExtension__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19368:1: ( ( ( rule__TypeExtension__ExtendedAssignment_1 ) ) )
- // InternalAadl2Parser.g:19369:1: ( ( rule__TypeExtension__ExtendedAssignment_1 ) )
+ // InternalAadl2Parser.g:18445:1: ( ( ( rule__TypeExtension__ExtendedAssignment_1 ) ) )
+ // InternalAadl2Parser.g:18446:1: ( ( rule__TypeExtension__ExtendedAssignment_1 ) )
{
- // InternalAadl2Parser.g:19369:1: ( ( rule__TypeExtension__ExtendedAssignment_1 ) )
- // InternalAadl2Parser.g:19370:2: ( rule__TypeExtension__ExtendedAssignment_1 )
+ // InternalAadl2Parser.g:18446:1: ( ( rule__TypeExtension__ExtendedAssignment_1 ) )
+ // InternalAadl2Parser.g:18447:2: ( rule__TypeExtension__ExtendedAssignment_1 )
{
before(grammarAccess.getTypeExtensionAccess().getExtendedAssignment_1());
- // InternalAadl2Parser.g:19371:2: ( rule__TypeExtension__ExtendedAssignment_1 )
- // InternalAadl2Parser.g:19371:3: rule__TypeExtension__ExtendedAssignment_1
+ // InternalAadl2Parser.g:18448:2: ( rule__TypeExtension__ExtendedAssignment_1 )
+ // InternalAadl2Parser.g:18448:3: rule__TypeExtension__ExtendedAssignment_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__TypeExtension__ExtendedAssignment_1();
@@ -87324,14 +84592,14 @@ public final void rule__TypeExtension__Group__1__Impl() throws RecognitionExcept
// $ANTLR start "rule__ImplementationExtension__Group__0"
- // InternalAadl2Parser.g:19380:1: rule__ImplementationExtension__Group__0 : rule__ImplementationExtension__Group__0__Impl rule__ImplementationExtension__Group__1 ;
+ // InternalAadl2Parser.g:18457:1: rule__ImplementationExtension__Group__0 : rule__ImplementationExtension__Group__0__Impl rule__ImplementationExtension__Group__1 ;
public final void rule__ImplementationExtension__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19384:1: ( rule__ImplementationExtension__Group__0__Impl rule__ImplementationExtension__Group__1 )
- // InternalAadl2Parser.g:19385:2: rule__ImplementationExtension__Group__0__Impl rule__ImplementationExtension__Group__1
+ // InternalAadl2Parser.g:18461:1: ( rule__ImplementationExtension__Group__0__Impl rule__ImplementationExtension__Group__1 )
+ // InternalAadl2Parser.g:18462:2: rule__ImplementationExtension__Group__0__Impl rule__ImplementationExtension__Group__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__ImplementationExtension__Group__0__Impl();
@@ -87362,17 +84630,17 @@ public final void rule__ImplementationExtension__Group__0() throws RecognitionEx
// $ANTLR start "rule__ImplementationExtension__Group__0__Impl"
- // InternalAadl2Parser.g:19392:1: rule__ImplementationExtension__Group__0__Impl : ( Extends ) ;
+ // InternalAadl2Parser.g:18469:1: rule__ImplementationExtension__Group__0__Impl : ( Extends ) ;
public final void rule__ImplementationExtension__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19396:1: ( ( Extends ) )
- // InternalAadl2Parser.g:19397:1: ( Extends )
+ // InternalAadl2Parser.g:18473:1: ( ( Extends ) )
+ // InternalAadl2Parser.g:18474:1: ( Extends )
{
- // InternalAadl2Parser.g:19397:1: ( Extends )
- // InternalAadl2Parser.g:19398:2: Extends
+ // InternalAadl2Parser.g:18474:1: ( Extends )
+ // InternalAadl2Parser.g:18475:2: Extends
{
before(grammarAccess.getImplementationExtensionAccess().getExtendsKeyword_0());
match(input,Extends,FollowSets000.FOLLOW_2);
@@ -87399,14 +84667,14 @@ public final void rule__ImplementationExtension__Group__0__Impl() throws Recogni
// $ANTLR start "rule__ImplementationExtension__Group__1"
- // InternalAadl2Parser.g:19407:1: rule__ImplementationExtension__Group__1 : rule__ImplementationExtension__Group__1__Impl ;
+ // InternalAadl2Parser.g:18484:1: rule__ImplementationExtension__Group__1 : rule__ImplementationExtension__Group__1__Impl ;
public final void rule__ImplementationExtension__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19411:1: ( rule__ImplementationExtension__Group__1__Impl )
- // InternalAadl2Parser.g:19412:2: rule__ImplementationExtension__Group__1__Impl
+ // InternalAadl2Parser.g:18488:1: ( rule__ImplementationExtension__Group__1__Impl )
+ // InternalAadl2Parser.g:18489:2: rule__ImplementationExtension__Group__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ImplementationExtension__Group__1__Impl();
@@ -87432,21 +84700,21 @@ public final void rule__ImplementationExtension__Group__1() throws RecognitionEx
// $ANTLR start "rule__ImplementationExtension__Group__1__Impl"
- // InternalAadl2Parser.g:19418:1: rule__ImplementationExtension__Group__1__Impl : ( ( rule__ImplementationExtension__ExtendedAssignment_1 ) ) ;
+ // InternalAadl2Parser.g:18495:1: rule__ImplementationExtension__Group__1__Impl : ( ( rule__ImplementationExtension__ExtendedAssignment_1 ) ) ;
public final void rule__ImplementationExtension__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19422:1: ( ( ( rule__ImplementationExtension__ExtendedAssignment_1 ) ) )
- // InternalAadl2Parser.g:19423:1: ( ( rule__ImplementationExtension__ExtendedAssignment_1 ) )
+ // InternalAadl2Parser.g:18499:1: ( ( ( rule__ImplementationExtension__ExtendedAssignment_1 ) ) )
+ // InternalAadl2Parser.g:18500:1: ( ( rule__ImplementationExtension__ExtendedAssignment_1 ) )
{
- // InternalAadl2Parser.g:19423:1: ( ( rule__ImplementationExtension__ExtendedAssignment_1 ) )
- // InternalAadl2Parser.g:19424:2: ( rule__ImplementationExtension__ExtendedAssignment_1 )
+ // InternalAadl2Parser.g:18500:1: ( ( rule__ImplementationExtension__ExtendedAssignment_1 ) )
+ // InternalAadl2Parser.g:18501:2: ( rule__ImplementationExtension__ExtendedAssignment_1 )
{
before(grammarAccess.getImplementationExtensionAccess().getExtendedAssignment_1());
- // InternalAadl2Parser.g:19425:2: ( rule__ImplementationExtension__ExtendedAssignment_1 )
- // InternalAadl2Parser.g:19425:3: rule__ImplementationExtension__ExtendedAssignment_1
+ // InternalAadl2Parser.g:18502:2: ( rule__ImplementationExtension__ExtendedAssignment_1 )
+ // InternalAadl2Parser.g:18502:3: rule__ImplementationExtension__ExtendedAssignment_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ImplementationExtension__ExtendedAssignment_1();
@@ -87479,14 +84747,14 @@ public final void rule__ImplementationExtension__Group__1__Impl() throws Recogni
// $ANTLR start "rule__GroupExtension__Group__0"
- // InternalAadl2Parser.g:19434:1: rule__GroupExtension__Group__0 : rule__GroupExtension__Group__0__Impl rule__GroupExtension__Group__1 ;
+ // InternalAadl2Parser.g:18511:1: rule__GroupExtension__Group__0 : rule__GroupExtension__Group__0__Impl rule__GroupExtension__Group__1 ;
public final void rule__GroupExtension__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19438:1: ( rule__GroupExtension__Group__0__Impl rule__GroupExtension__Group__1 )
- // InternalAadl2Parser.g:19439:2: rule__GroupExtension__Group__0__Impl rule__GroupExtension__Group__1
+ // InternalAadl2Parser.g:18515:1: ( rule__GroupExtension__Group__0__Impl rule__GroupExtension__Group__1 )
+ // InternalAadl2Parser.g:18516:2: rule__GroupExtension__Group__0__Impl rule__GroupExtension__Group__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__GroupExtension__Group__0__Impl();
@@ -87517,17 +84785,17 @@ public final void rule__GroupExtension__Group__0() throws RecognitionException {
// $ANTLR start "rule__GroupExtension__Group__0__Impl"
- // InternalAadl2Parser.g:19446:1: rule__GroupExtension__Group__0__Impl : ( Extends ) ;
+ // InternalAadl2Parser.g:18523:1: rule__GroupExtension__Group__0__Impl : ( Extends ) ;
public final void rule__GroupExtension__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19450:1: ( ( Extends ) )
- // InternalAadl2Parser.g:19451:1: ( Extends )
+ // InternalAadl2Parser.g:18527:1: ( ( Extends ) )
+ // InternalAadl2Parser.g:18528:1: ( Extends )
{
- // InternalAadl2Parser.g:19451:1: ( Extends )
- // InternalAadl2Parser.g:19452:2: Extends
+ // InternalAadl2Parser.g:18528:1: ( Extends )
+ // InternalAadl2Parser.g:18529:2: Extends
{
before(grammarAccess.getGroupExtensionAccess().getExtendsKeyword_0());
match(input,Extends,FollowSets000.FOLLOW_2);
@@ -87554,14 +84822,14 @@ public final void rule__GroupExtension__Group__0__Impl() throws RecognitionExcep
// $ANTLR start "rule__GroupExtension__Group__1"
- // InternalAadl2Parser.g:19461:1: rule__GroupExtension__Group__1 : rule__GroupExtension__Group__1__Impl ;
+ // InternalAadl2Parser.g:18538:1: rule__GroupExtension__Group__1 : rule__GroupExtension__Group__1__Impl ;
public final void rule__GroupExtension__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19465:1: ( rule__GroupExtension__Group__1__Impl )
- // InternalAadl2Parser.g:19466:2: rule__GroupExtension__Group__1__Impl
+ // InternalAadl2Parser.g:18542:1: ( rule__GroupExtension__Group__1__Impl )
+ // InternalAadl2Parser.g:18543:2: rule__GroupExtension__Group__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__GroupExtension__Group__1__Impl();
@@ -87587,21 +84855,21 @@ public final void rule__GroupExtension__Group__1() throws RecognitionException {
// $ANTLR start "rule__GroupExtension__Group__1__Impl"
- // InternalAadl2Parser.g:19472:1: rule__GroupExtension__Group__1__Impl : ( ( rule__GroupExtension__ExtendedAssignment_1 ) ) ;
+ // InternalAadl2Parser.g:18549:1: rule__GroupExtension__Group__1__Impl : ( ( rule__GroupExtension__ExtendedAssignment_1 ) ) ;
public final void rule__GroupExtension__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19476:1: ( ( ( rule__GroupExtension__ExtendedAssignment_1 ) ) )
- // InternalAadl2Parser.g:19477:1: ( ( rule__GroupExtension__ExtendedAssignment_1 ) )
+ // InternalAadl2Parser.g:18553:1: ( ( ( rule__GroupExtension__ExtendedAssignment_1 ) ) )
+ // InternalAadl2Parser.g:18554:1: ( ( rule__GroupExtension__ExtendedAssignment_1 ) )
{
- // InternalAadl2Parser.g:19477:1: ( ( rule__GroupExtension__ExtendedAssignment_1 ) )
- // InternalAadl2Parser.g:19478:2: ( rule__GroupExtension__ExtendedAssignment_1 )
+ // InternalAadl2Parser.g:18554:1: ( ( rule__GroupExtension__ExtendedAssignment_1 ) )
+ // InternalAadl2Parser.g:18555:2: ( rule__GroupExtension__ExtendedAssignment_1 )
{
before(grammarAccess.getGroupExtensionAccess().getExtendedAssignment_1());
- // InternalAadl2Parser.g:19479:2: ( rule__GroupExtension__ExtendedAssignment_1 )
- // InternalAadl2Parser.g:19479:3: rule__GroupExtension__ExtendedAssignment_1
+ // InternalAadl2Parser.g:18556:2: ( rule__GroupExtension__ExtendedAssignment_1 )
+ // InternalAadl2Parser.g:18556:3: rule__GroupExtension__ExtendedAssignment_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__GroupExtension__ExtendedAssignment_1();
@@ -87634,16 +84902,16 @@ public final void rule__GroupExtension__Group__1__Impl() throws RecognitionExcep
// $ANTLR start "rule__ComponentCategory__Group_8__0"
- // InternalAadl2Parser.g:19488:1: rule__ComponentCategory__Group_8__0 : rule__ComponentCategory__Group_8__0__Impl rule__ComponentCategory__Group_8__1 ;
+ // InternalAadl2Parser.g:18565:1: rule__ComponentCategory__Group_8__0 : rule__ComponentCategory__Group_8__0__Impl rule__ComponentCategory__Group_8__1 ;
public final void rule__ComponentCategory__Group_8__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19492:1: ( rule__ComponentCategory__Group_8__0__Impl rule__ComponentCategory__Group_8__1 )
- // InternalAadl2Parser.g:19493:2: rule__ComponentCategory__Group_8__0__Impl rule__ComponentCategory__Group_8__1
+ // InternalAadl2Parser.g:18569:1: ( rule__ComponentCategory__Group_8__0__Impl rule__ComponentCategory__Group_8__1 )
+ // InternalAadl2Parser.g:18570:2: rule__ComponentCategory__Group_8__0__Impl rule__ComponentCategory__Group_8__1
{
- pushFollow(FollowSets000.FOLLOW_24);
+ pushFollow(FollowSets000.FOLLOW_22);
rule__ComponentCategory__Group_8__0__Impl();
state._fsp--;
@@ -87672,17 +84940,17 @@ public final void rule__ComponentCategory__Group_8__0() throws RecognitionExcept
// $ANTLR start "rule__ComponentCategory__Group_8__0__Impl"
- // InternalAadl2Parser.g:19500:1: rule__ComponentCategory__Group_8__0__Impl : ( Subprogram ) ;
+ // InternalAadl2Parser.g:18577:1: rule__ComponentCategory__Group_8__0__Impl : ( Subprogram ) ;
public final void rule__ComponentCategory__Group_8__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19504:1: ( ( Subprogram ) )
- // InternalAadl2Parser.g:19505:1: ( Subprogram )
+ // InternalAadl2Parser.g:18581:1: ( ( Subprogram ) )
+ // InternalAadl2Parser.g:18582:1: ( Subprogram )
{
- // InternalAadl2Parser.g:19505:1: ( Subprogram )
- // InternalAadl2Parser.g:19506:2: Subprogram
+ // InternalAadl2Parser.g:18582:1: ( Subprogram )
+ // InternalAadl2Parser.g:18583:2: Subprogram
{
before(grammarAccess.getComponentCategoryAccess().getSubprogramKeyword_8_0());
match(input,Subprogram,FollowSets000.FOLLOW_2);
@@ -87709,14 +84977,14 @@ public final void rule__ComponentCategory__Group_8__0__Impl() throws Recognition
// $ANTLR start "rule__ComponentCategory__Group_8__1"
- // InternalAadl2Parser.g:19515:1: rule__ComponentCategory__Group_8__1 : rule__ComponentCategory__Group_8__1__Impl ;
+ // InternalAadl2Parser.g:18592:1: rule__ComponentCategory__Group_8__1 : rule__ComponentCategory__Group_8__1__Impl ;
public final void rule__ComponentCategory__Group_8__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19519:1: ( rule__ComponentCategory__Group_8__1__Impl )
- // InternalAadl2Parser.g:19520:2: rule__ComponentCategory__Group_8__1__Impl
+ // InternalAadl2Parser.g:18596:1: ( rule__ComponentCategory__Group_8__1__Impl )
+ // InternalAadl2Parser.g:18597:2: rule__ComponentCategory__Group_8__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ComponentCategory__Group_8__1__Impl();
@@ -87742,17 +85010,17 @@ public final void rule__ComponentCategory__Group_8__1() throws RecognitionExcept
// $ANTLR start "rule__ComponentCategory__Group_8__1__Impl"
- // InternalAadl2Parser.g:19526:1: rule__ComponentCategory__Group_8__1__Impl : ( Group ) ;
+ // InternalAadl2Parser.g:18603:1: rule__ComponentCategory__Group_8__1__Impl : ( Group ) ;
public final void rule__ComponentCategory__Group_8__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19530:1: ( ( Group ) )
- // InternalAadl2Parser.g:19531:1: ( Group )
+ // InternalAadl2Parser.g:18607:1: ( ( Group ) )
+ // InternalAadl2Parser.g:18608:1: ( Group )
{
- // InternalAadl2Parser.g:19531:1: ( Group )
- // InternalAadl2Parser.g:19532:2: Group
+ // InternalAadl2Parser.g:18608:1: ( Group )
+ // InternalAadl2Parser.g:18609:2: Group
{
before(grammarAccess.getComponentCategoryAccess().getGroupKeyword_8_1());
match(input,Group,FollowSets000.FOLLOW_2);
@@ -87779,16 +85047,16 @@ public final void rule__ComponentCategory__Group_8__1__Impl() throws Recognition
// $ANTLR start "rule__ComponentCategory__Group_10__0"
- // InternalAadl2Parser.g:19542:1: rule__ComponentCategory__Group_10__0 : rule__ComponentCategory__Group_10__0__Impl rule__ComponentCategory__Group_10__1 ;
+ // InternalAadl2Parser.g:18619:1: rule__ComponentCategory__Group_10__0 : rule__ComponentCategory__Group_10__0__Impl rule__ComponentCategory__Group_10__1 ;
public final void rule__ComponentCategory__Group_10__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19546:1: ( rule__ComponentCategory__Group_10__0__Impl rule__ComponentCategory__Group_10__1 )
- // InternalAadl2Parser.g:19547:2: rule__ComponentCategory__Group_10__0__Impl rule__ComponentCategory__Group_10__1
+ // InternalAadl2Parser.g:18623:1: ( rule__ComponentCategory__Group_10__0__Impl rule__ComponentCategory__Group_10__1 )
+ // InternalAadl2Parser.g:18624:2: rule__ComponentCategory__Group_10__0__Impl rule__ComponentCategory__Group_10__1
{
- pushFollow(FollowSets000.FOLLOW_24);
+ pushFollow(FollowSets000.FOLLOW_22);
rule__ComponentCategory__Group_10__0__Impl();
state._fsp--;
@@ -87817,17 +85085,17 @@ public final void rule__ComponentCategory__Group_10__0() throws RecognitionExcep
// $ANTLR start "rule__ComponentCategory__Group_10__0__Impl"
- // InternalAadl2Parser.g:19554:1: rule__ComponentCategory__Group_10__0__Impl : ( Thread ) ;
+ // InternalAadl2Parser.g:18631:1: rule__ComponentCategory__Group_10__0__Impl : ( Thread ) ;
public final void rule__ComponentCategory__Group_10__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19558:1: ( ( Thread ) )
- // InternalAadl2Parser.g:19559:1: ( Thread )
+ // InternalAadl2Parser.g:18635:1: ( ( Thread ) )
+ // InternalAadl2Parser.g:18636:1: ( Thread )
{
- // InternalAadl2Parser.g:19559:1: ( Thread )
- // InternalAadl2Parser.g:19560:2: Thread
+ // InternalAadl2Parser.g:18636:1: ( Thread )
+ // InternalAadl2Parser.g:18637:2: Thread
{
before(grammarAccess.getComponentCategoryAccess().getThreadKeyword_10_0());
match(input,Thread,FollowSets000.FOLLOW_2);
@@ -87854,14 +85122,14 @@ public final void rule__ComponentCategory__Group_10__0__Impl() throws Recognitio
// $ANTLR start "rule__ComponentCategory__Group_10__1"
- // InternalAadl2Parser.g:19569:1: rule__ComponentCategory__Group_10__1 : rule__ComponentCategory__Group_10__1__Impl ;
+ // InternalAadl2Parser.g:18646:1: rule__ComponentCategory__Group_10__1 : rule__ComponentCategory__Group_10__1__Impl ;
public final void rule__ComponentCategory__Group_10__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19573:1: ( rule__ComponentCategory__Group_10__1__Impl )
- // InternalAadl2Parser.g:19574:2: rule__ComponentCategory__Group_10__1__Impl
+ // InternalAadl2Parser.g:18650:1: ( rule__ComponentCategory__Group_10__1__Impl )
+ // InternalAadl2Parser.g:18651:2: rule__ComponentCategory__Group_10__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ComponentCategory__Group_10__1__Impl();
@@ -87887,17 +85155,17 @@ public final void rule__ComponentCategory__Group_10__1() throws RecognitionExcep
// $ANTLR start "rule__ComponentCategory__Group_10__1__Impl"
- // InternalAadl2Parser.g:19580:1: rule__ComponentCategory__Group_10__1__Impl : ( Group ) ;
+ // InternalAadl2Parser.g:18657:1: rule__ComponentCategory__Group_10__1__Impl : ( Group ) ;
public final void rule__ComponentCategory__Group_10__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19584:1: ( ( Group ) )
- // InternalAadl2Parser.g:19585:1: ( Group )
+ // InternalAadl2Parser.g:18661:1: ( ( Group ) )
+ // InternalAadl2Parser.g:18662:1: ( Group )
{
- // InternalAadl2Parser.g:19585:1: ( Group )
- // InternalAadl2Parser.g:19586:2: Group
+ // InternalAadl2Parser.g:18662:1: ( Group )
+ // InternalAadl2Parser.g:18663:2: Group
{
before(grammarAccess.getComponentCategoryAccess().getGroupKeyword_10_1());
match(input,Group,FollowSets000.FOLLOW_2);
@@ -87924,14 +85192,14 @@ public final void rule__ComponentCategory__Group_10__1__Impl() throws Recognitio
// $ANTLR start "rule__ComponentCategory__Group_12__0"
- // InternalAadl2Parser.g:19596:1: rule__ComponentCategory__Group_12__0 : rule__ComponentCategory__Group_12__0__Impl rule__ComponentCategory__Group_12__1 ;
+ // InternalAadl2Parser.g:18673:1: rule__ComponentCategory__Group_12__0 : rule__ComponentCategory__Group_12__0__Impl rule__ComponentCategory__Group_12__1 ;
public final void rule__ComponentCategory__Group_12__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19600:1: ( rule__ComponentCategory__Group_12__0__Impl rule__ComponentCategory__Group_12__1 )
- // InternalAadl2Parser.g:19601:2: rule__ComponentCategory__Group_12__0__Impl rule__ComponentCategory__Group_12__1
+ // InternalAadl2Parser.g:18677:1: ( rule__ComponentCategory__Group_12__0__Impl rule__ComponentCategory__Group_12__1 )
+ // InternalAadl2Parser.g:18678:2: rule__ComponentCategory__Group_12__0__Impl rule__ComponentCategory__Group_12__1
{
pushFollow(FollowSets000.FOLLOW_25);
rule__ComponentCategory__Group_12__0__Impl();
@@ -87962,17 +85230,17 @@ public final void rule__ComponentCategory__Group_12__0() throws RecognitionExcep
// $ANTLR start "rule__ComponentCategory__Group_12__0__Impl"
- // InternalAadl2Parser.g:19608:1: rule__ComponentCategory__Group_12__0__Impl : ( Virtual ) ;
+ // InternalAadl2Parser.g:18685:1: rule__ComponentCategory__Group_12__0__Impl : ( Virtual ) ;
public final void rule__ComponentCategory__Group_12__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19612:1: ( ( Virtual ) )
- // InternalAadl2Parser.g:19613:1: ( Virtual )
+ // InternalAadl2Parser.g:18689:1: ( ( Virtual ) )
+ // InternalAadl2Parser.g:18690:1: ( Virtual )
{
- // InternalAadl2Parser.g:19613:1: ( Virtual )
- // InternalAadl2Parser.g:19614:2: Virtual
+ // InternalAadl2Parser.g:18690:1: ( Virtual )
+ // InternalAadl2Parser.g:18691:2: Virtual
{
before(grammarAccess.getComponentCategoryAccess().getVirtualKeyword_12_0());
match(input,Virtual,FollowSets000.FOLLOW_2);
@@ -87999,14 +85267,14 @@ public final void rule__ComponentCategory__Group_12__0__Impl() throws Recognitio
// $ANTLR start "rule__ComponentCategory__Group_12__1"
- // InternalAadl2Parser.g:19623:1: rule__ComponentCategory__Group_12__1 : rule__ComponentCategory__Group_12__1__Impl ;
+ // InternalAadl2Parser.g:18700:1: rule__ComponentCategory__Group_12__1 : rule__ComponentCategory__Group_12__1__Impl ;
public final void rule__ComponentCategory__Group_12__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19627:1: ( rule__ComponentCategory__Group_12__1__Impl )
- // InternalAadl2Parser.g:19628:2: rule__ComponentCategory__Group_12__1__Impl
+ // InternalAadl2Parser.g:18704:1: ( rule__ComponentCategory__Group_12__1__Impl )
+ // InternalAadl2Parser.g:18705:2: rule__ComponentCategory__Group_12__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ComponentCategory__Group_12__1__Impl();
@@ -88032,17 +85300,17 @@ public final void rule__ComponentCategory__Group_12__1() throws RecognitionExcep
// $ANTLR start "rule__ComponentCategory__Group_12__1__Impl"
- // InternalAadl2Parser.g:19634:1: rule__ComponentCategory__Group_12__1__Impl : ( Bus ) ;
+ // InternalAadl2Parser.g:18711:1: rule__ComponentCategory__Group_12__1__Impl : ( Bus ) ;
public final void rule__ComponentCategory__Group_12__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19638:1: ( ( Bus ) )
- // InternalAadl2Parser.g:19639:1: ( Bus )
+ // InternalAadl2Parser.g:18715:1: ( ( Bus ) )
+ // InternalAadl2Parser.g:18716:1: ( Bus )
{
- // InternalAadl2Parser.g:19639:1: ( Bus )
- // InternalAadl2Parser.g:19640:2: Bus
+ // InternalAadl2Parser.g:18716:1: ( Bus )
+ // InternalAadl2Parser.g:18717:2: Bus
{
before(grammarAccess.getComponentCategoryAccess().getBusKeyword_12_1());
match(input,Bus,FollowSets000.FOLLOW_2);
@@ -88069,14 +85337,14 @@ public final void rule__ComponentCategory__Group_12__1__Impl() throws Recognitio
// $ANTLR start "rule__ComponentCategory__Group_13__0"
- // InternalAadl2Parser.g:19650:1: rule__ComponentCategory__Group_13__0 : rule__ComponentCategory__Group_13__0__Impl rule__ComponentCategory__Group_13__1 ;
+ // InternalAadl2Parser.g:18727:1: rule__ComponentCategory__Group_13__0 : rule__ComponentCategory__Group_13__0__Impl rule__ComponentCategory__Group_13__1 ;
public final void rule__ComponentCategory__Group_13__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19654:1: ( rule__ComponentCategory__Group_13__0__Impl rule__ComponentCategory__Group_13__1 )
- // InternalAadl2Parser.g:19655:2: rule__ComponentCategory__Group_13__0__Impl rule__ComponentCategory__Group_13__1
+ // InternalAadl2Parser.g:18731:1: ( rule__ComponentCategory__Group_13__0__Impl rule__ComponentCategory__Group_13__1 )
+ // InternalAadl2Parser.g:18732:2: rule__ComponentCategory__Group_13__0__Impl rule__ComponentCategory__Group_13__1
{
pushFollow(FollowSets000.FOLLOW_26);
rule__ComponentCategory__Group_13__0__Impl();
@@ -88107,17 +85375,17 @@ public final void rule__ComponentCategory__Group_13__0() throws RecognitionExcep
// $ANTLR start "rule__ComponentCategory__Group_13__0__Impl"
- // InternalAadl2Parser.g:19662:1: rule__ComponentCategory__Group_13__0__Impl : ( Virtual ) ;
+ // InternalAadl2Parser.g:18739:1: rule__ComponentCategory__Group_13__0__Impl : ( Virtual ) ;
public final void rule__ComponentCategory__Group_13__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19666:1: ( ( Virtual ) )
- // InternalAadl2Parser.g:19667:1: ( Virtual )
+ // InternalAadl2Parser.g:18743:1: ( ( Virtual ) )
+ // InternalAadl2Parser.g:18744:1: ( Virtual )
{
- // InternalAadl2Parser.g:19667:1: ( Virtual )
- // InternalAadl2Parser.g:19668:2: Virtual
+ // InternalAadl2Parser.g:18744:1: ( Virtual )
+ // InternalAadl2Parser.g:18745:2: Virtual
{
before(grammarAccess.getComponentCategoryAccess().getVirtualKeyword_13_0());
match(input,Virtual,FollowSets000.FOLLOW_2);
@@ -88144,14 +85412,14 @@ public final void rule__ComponentCategory__Group_13__0__Impl() throws Recognitio
// $ANTLR start "rule__ComponentCategory__Group_13__1"
- // InternalAadl2Parser.g:19677:1: rule__ComponentCategory__Group_13__1 : rule__ComponentCategory__Group_13__1__Impl ;
+ // InternalAadl2Parser.g:18754:1: rule__ComponentCategory__Group_13__1 : rule__ComponentCategory__Group_13__1__Impl ;
public final void rule__ComponentCategory__Group_13__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19681:1: ( rule__ComponentCategory__Group_13__1__Impl )
- // InternalAadl2Parser.g:19682:2: rule__ComponentCategory__Group_13__1__Impl
+ // InternalAadl2Parser.g:18758:1: ( rule__ComponentCategory__Group_13__1__Impl )
+ // InternalAadl2Parser.g:18759:2: rule__ComponentCategory__Group_13__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ComponentCategory__Group_13__1__Impl();
@@ -88177,17 +85445,17 @@ public final void rule__ComponentCategory__Group_13__1() throws RecognitionExcep
// $ANTLR start "rule__ComponentCategory__Group_13__1__Impl"
- // InternalAadl2Parser.g:19688:1: rule__ComponentCategory__Group_13__1__Impl : ( Processor ) ;
+ // InternalAadl2Parser.g:18765:1: rule__ComponentCategory__Group_13__1__Impl : ( Processor ) ;
public final void rule__ComponentCategory__Group_13__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19692:1: ( ( Processor ) )
- // InternalAadl2Parser.g:19693:1: ( Processor )
+ // InternalAadl2Parser.g:18769:1: ( ( Processor ) )
+ // InternalAadl2Parser.g:18770:1: ( Processor )
{
- // InternalAadl2Parser.g:19693:1: ( Processor )
- // InternalAadl2Parser.g:19694:2: Processor
+ // InternalAadl2Parser.g:18770:1: ( Processor )
+ // InternalAadl2Parser.g:18771:2: Processor
{
before(grammarAccess.getComponentCategoryAccess().getProcessorKeyword_13_1());
match(input,Processor,FollowSets000.FOLLOW_2);
@@ -88214,14 +85482,14 @@ public final void rule__ComponentCategory__Group_13__1__Impl() throws Recognitio
// $ANTLR start "rule__AbstractType__Group__0"
- // InternalAadl2Parser.g:19704:1: rule__AbstractType__Group__0 : rule__AbstractType__Group__0__Impl rule__AbstractType__Group__1 ;
+ // InternalAadl2Parser.g:18781:1: rule__AbstractType__Group__0 : rule__AbstractType__Group__0__Impl rule__AbstractType__Group__1 ;
public final void rule__AbstractType__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19708:1: ( rule__AbstractType__Group__0__Impl rule__AbstractType__Group__1 )
- // InternalAadl2Parser.g:19709:2: rule__AbstractType__Group__0__Impl rule__AbstractType__Group__1
+ // InternalAadl2Parser.g:18785:1: ( rule__AbstractType__Group__0__Impl rule__AbstractType__Group__1 )
+ // InternalAadl2Parser.g:18786:2: rule__AbstractType__Group__0__Impl rule__AbstractType__Group__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__AbstractType__Group__0__Impl();
@@ -88252,17 +85520,17 @@ public final void rule__AbstractType__Group__0() throws RecognitionException {
// $ANTLR start "rule__AbstractType__Group__0__Impl"
- // InternalAadl2Parser.g:19716:1: rule__AbstractType__Group__0__Impl : ( Abstract ) ;
+ // InternalAadl2Parser.g:18793:1: rule__AbstractType__Group__0__Impl : ( Abstract ) ;
public final void rule__AbstractType__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19720:1: ( ( Abstract ) )
- // InternalAadl2Parser.g:19721:1: ( Abstract )
+ // InternalAadl2Parser.g:18797:1: ( ( Abstract ) )
+ // InternalAadl2Parser.g:18798:1: ( Abstract )
{
- // InternalAadl2Parser.g:19721:1: ( Abstract )
- // InternalAadl2Parser.g:19722:2: Abstract
+ // InternalAadl2Parser.g:18798:1: ( Abstract )
+ // InternalAadl2Parser.g:18799:2: Abstract
{
before(grammarAccess.getAbstractTypeAccess().getAbstractKeyword_0());
match(input,Abstract,FollowSets000.FOLLOW_2);
@@ -88289,14 +85557,14 @@ public final void rule__AbstractType__Group__0__Impl() throws RecognitionExcepti
// $ANTLR start "rule__AbstractType__Group__1"
- // InternalAadl2Parser.g:19731:1: rule__AbstractType__Group__1 : rule__AbstractType__Group__1__Impl rule__AbstractType__Group__2 ;
+ // InternalAadl2Parser.g:18808:1: rule__AbstractType__Group__1 : rule__AbstractType__Group__1__Impl rule__AbstractType__Group__2 ;
public final void rule__AbstractType__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19735:1: ( rule__AbstractType__Group__1__Impl rule__AbstractType__Group__2 )
- // InternalAadl2Parser.g:19736:2: rule__AbstractType__Group__1__Impl rule__AbstractType__Group__2
+ // InternalAadl2Parser.g:18812:1: ( rule__AbstractType__Group__1__Impl rule__AbstractType__Group__2 )
+ // InternalAadl2Parser.g:18813:2: rule__AbstractType__Group__1__Impl rule__AbstractType__Group__2
{
pushFollow(FollowSets000.FOLLOW_27);
rule__AbstractType__Group__1__Impl();
@@ -88327,21 +85595,21 @@ public final void rule__AbstractType__Group__1() throws RecognitionException {
// $ANTLR start "rule__AbstractType__Group__1__Impl"
- // InternalAadl2Parser.g:19743:1: rule__AbstractType__Group__1__Impl : ( ( rule__AbstractType__NameAssignment_1 ) ) ;
+ // InternalAadl2Parser.g:18820:1: rule__AbstractType__Group__1__Impl : ( ( rule__AbstractType__NameAssignment_1 ) ) ;
public final void rule__AbstractType__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19747:1: ( ( ( rule__AbstractType__NameAssignment_1 ) ) )
- // InternalAadl2Parser.g:19748:1: ( ( rule__AbstractType__NameAssignment_1 ) )
+ // InternalAadl2Parser.g:18824:1: ( ( ( rule__AbstractType__NameAssignment_1 ) ) )
+ // InternalAadl2Parser.g:18825:1: ( ( rule__AbstractType__NameAssignment_1 ) )
{
- // InternalAadl2Parser.g:19748:1: ( ( rule__AbstractType__NameAssignment_1 ) )
- // InternalAadl2Parser.g:19749:2: ( rule__AbstractType__NameAssignment_1 )
+ // InternalAadl2Parser.g:18825:1: ( ( rule__AbstractType__NameAssignment_1 ) )
+ // InternalAadl2Parser.g:18826:2: ( rule__AbstractType__NameAssignment_1 )
{
before(grammarAccess.getAbstractTypeAccess().getNameAssignment_1());
- // InternalAadl2Parser.g:19750:2: ( rule__AbstractType__NameAssignment_1 )
- // InternalAadl2Parser.g:19750:3: rule__AbstractType__NameAssignment_1
+ // InternalAadl2Parser.g:18827:2: ( rule__AbstractType__NameAssignment_1 )
+ // InternalAadl2Parser.g:18827:3: rule__AbstractType__NameAssignment_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__NameAssignment_1();
@@ -88374,14 +85642,14 @@ public final void rule__AbstractType__Group__1__Impl() throws RecognitionExcepti
// $ANTLR start "rule__AbstractType__Group__2"
- // InternalAadl2Parser.g:19758:1: rule__AbstractType__Group__2 : rule__AbstractType__Group__2__Impl rule__AbstractType__Group__3 ;
+ // InternalAadl2Parser.g:18835:1: rule__AbstractType__Group__2 : rule__AbstractType__Group__2__Impl rule__AbstractType__Group__3 ;
public final void rule__AbstractType__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19762:1: ( rule__AbstractType__Group__2__Impl rule__AbstractType__Group__3 )
- // InternalAadl2Parser.g:19763:2: rule__AbstractType__Group__2__Impl rule__AbstractType__Group__3
+ // InternalAadl2Parser.g:18839:1: ( rule__AbstractType__Group__2__Impl rule__AbstractType__Group__3 )
+ // InternalAadl2Parser.g:18840:2: rule__AbstractType__Group__2__Impl rule__AbstractType__Group__3
{
pushFollow(FollowSets000.FOLLOW_27);
rule__AbstractType__Group__2__Impl();
@@ -88412,20 +85680,20 @@ public final void rule__AbstractType__Group__2() throws RecognitionException {
// $ANTLR start "rule__AbstractType__Group__2__Impl"
- // InternalAadl2Parser.g:19770:1: rule__AbstractType__Group__2__Impl : ( ( rule__AbstractType__Group_2__0 )? ) ;
+ // InternalAadl2Parser.g:18847:1: rule__AbstractType__Group__2__Impl : ( ( rule__AbstractType__Group_2__0 )? ) ;
public final void rule__AbstractType__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19774:1: ( ( ( rule__AbstractType__Group_2__0 )? ) )
- // InternalAadl2Parser.g:19775:1: ( ( rule__AbstractType__Group_2__0 )? )
+ // InternalAadl2Parser.g:18851:1: ( ( ( rule__AbstractType__Group_2__0 )? ) )
+ // InternalAadl2Parser.g:18852:1: ( ( rule__AbstractType__Group_2__0 )? )
{
- // InternalAadl2Parser.g:19775:1: ( ( rule__AbstractType__Group_2__0 )? )
- // InternalAadl2Parser.g:19776:2: ( rule__AbstractType__Group_2__0 )?
+ // InternalAadl2Parser.g:18852:1: ( ( rule__AbstractType__Group_2__0 )? )
+ // InternalAadl2Parser.g:18853:2: ( rule__AbstractType__Group_2__0 )?
{
before(grammarAccess.getAbstractTypeAccess().getGroup_2());
- // InternalAadl2Parser.g:19777:2: ( rule__AbstractType__Group_2__0 )?
+ // InternalAadl2Parser.g:18854:2: ( rule__AbstractType__Group_2__0 )?
int alt549=2;
int LA549_0 = input.LA(1);
@@ -88434,7 +85702,7 @@ public final void rule__AbstractType__Group__2__Impl() throws RecognitionExcepti
}
switch (alt549) {
case 1 :
- // InternalAadl2Parser.g:19777:3: rule__AbstractType__Group_2__0
+ // InternalAadl2Parser.g:18854:3: rule__AbstractType__Group_2__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__Group_2__0();
@@ -88470,14 +85738,14 @@ public final void rule__AbstractType__Group__2__Impl() throws RecognitionExcepti
// $ANTLR start "rule__AbstractType__Group__3"
- // InternalAadl2Parser.g:19785:1: rule__AbstractType__Group__3 : rule__AbstractType__Group__3__Impl rule__AbstractType__Group__4 ;
+ // InternalAadl2Parser.g:18862:1: rule__AbstractType__Group__3 : rule__AbstractType__Group__3__Impl rule__AbstractType__Group__4 ;
public final void rule__AbstractType__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19789:1: ( rule__AbstractType__Group__3__Impl rule__AbstractType__Group__4 )
- // InternalAadl2Parser.g:19790:2: rule__AbstractType__Group__3__Impl rule__AbstractType__Group__4
+ // InternalAadl2Parser.g:18866:1: ( rule__AbstractType__Group__3__Impl rule__AbstractType__Group__4 )
+ // InternalAadl2Parser.g:18867:2: rule__AbstractType__Group__3__Impl rule__AbstractType__Group__4
{
pushFollow(FollowSets000.FOLLOW_27);
rule__AbstractType__Group__3__Impl();
@@ -88508,20 +85776,20 @@ public final void rule__AbstractType__Group__3() throws RecognitionException {
// $ANTLR start "rule__AbstractType__Group__3__Impl"
- // InternalAadl2Parser.g:19797:1: rule__AbstractType__Group__3__Impl : ( ( rule__AbstractType__Group_3__0 )? ) ;
+ // InternalAadl2Parser.g:18874:1: rule__AbstractType__Group__3__Impl : ( ( rule__AbstractType__Group_3__0 )? ) ;
public final void rule__AbstractType__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19801:1: ( ( ( rule__AbstractType__Group_3__0 )? ) )
- // InternalAadl2Parser.g:19802:1: ( ( rule__AbstractType__Group_3__0 )? )
+ // InternalAadl2Parser.g:18878:1: ( ( ( rule__AbstractType__Group_3__0 )? ) )
+ // InternalAadl2Parser.g:18879:1: ( ( rule__AbstractType__Group_3__0 )? )
{
- // InternalAadl2Parser.g:19802:1: ( ( rule__AbstractType__Group_3__0 )? )
- // InternalAadl2Parser.g:19803:2: ( rule__AbstractType__Group_3__0 )?
+ // InternalAadl2Parser.g:18879:1: ( ( rule__AbstractType__Group_3__0 )? )
+ // InternalAadl2Parser.g:18880:2: ( rule__AbstractType__Group_3__0 )?
{
before(grammarAccess.getAbstractTypeAccess().getGroup_3());
- // InternalAadl2Parser.g:19804:2: ( rule__AbstractType__Group_3__0 )?
+ // InternalAadl2Parser.g:18881:2: ( rule__AbstractType__Group_3__0 )?
int alt550=2;
int LA550_0 = input.LA(1);
@@ -88530,7 +85798,7 @@ public final void rule__AbstractType__Group__3__Impl() throws RecognitionExcepti
}
switch (alt550) {
case 1 :
- // InternalAadl2Parser.g:19804:3: rule__AbstractType__Group_3__0
+ // InternalAadl2Parser.g:18881:3: rule__AbstractType__Group_3__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__Group_3__0();
@@ -88566,14 +85834,14 @@ public final void rule__AbstractType__Group__3__Impl() throws RecognitionExcepti
// $ANTLR start "rule__AbstractType__Group__4"
- // InternalAadl2Parser.g:19812:1: rule__AbstractType__Group__4 : rule__AbstractType__Group__4__Impl rule__AbstractType__Group__5 ;
+ // InternalAadl2Parser.g:18889:1: rule__AbstractType__Group__4 : rule__AbstractType__Group__4__Impl rule__AbstractType__Group__5 ;
public final void rule__AbstractType__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19816:1: ( rule__AbstractType__Group__4__Impl rule__AbstractType__Group__5 )
- // InternalAadl2Parser.g:19817:2: rule__AbstractType__Group__4__Impl rule__AbstractType__Group__5
+ // InternalAadl2Parser.g:18893:1: ( rule__AbstractType__Group__4__Impl rule__AbstractType__Group__5 )
+ // InternalAadl2Parser.g:18894:2: rule__AbstractType__Group__4__Impl rule__AbstractType__Group__5
{
pushFollow(FollowSets000.FOLLOW_27);
rule__AbstractType__Group__4__Impl();
@@ -88604,20 +85872,20 @@ public final void rule__AbstractType__Group__4() throws RecognitionException {
// $ANTLR start "rule__AbstractType__Group__4__Impl"
- // InternalAadl2Parser.g:19824:1: rule__AbstractType__Group__4__Impl : ( ( rule__AbstractType__Group_4__0 )? ) ;
+ // InternalAadl2Parser.g:18901:1: rule__AbstractType__Group__4__Impl : ( ( rule__AbstractType__Group_4__0 )? ) ;
public final void rule__AbstractType__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19828:1: ( ( ( rule__AbstractType__Group_4__0 )? ) )
- // InternalAadl2Parser.g:19829:1: ( ( rule__AbstractType__Group_4__0 )? )
+ // InternalAadl2Parser.g:18905:1: ( ( ( rule__AbstractType__Group_4__0 )? ) )
+ // InternalAadl2Parser.g:18906:1: ( ( rule__AbstractType__Group_4__0 )? )
{
- // InternalAadl2Parser.g:19829:1: ( ( rule__AbstractType__Group_4__0 )? )
- // InternalAadl2Parser.g:19830:2: ( rule__AbstractType__Group_4__0 )?
+ // InternalAadl2Parser.g:18906:1: ( ( rule__AbstractType__Group_4__0 )? )
+ // InternalAadl2Parser.g:18907:2: ( rule__AbstractType__Group_4__0 )?
{
before(grammarAccess.getAbstractTypeAccess().getGroup_4());
- // InternalAadl2Parser.g:19831:2: ( rule__AbstractType__Group_4__0 )?
+ // InternalAadl2Parser.g:18908:2: ( rule__AbstractType__Group_4__0 )?
int alt551=2;
int LA551_0 = input.LA(1);
@@ -88626,7 +85894,7 @@ public final void rule__AbstractType__Group__4__Impl() throws RecognitionExcepti
}
switch (alt551) {
case 1 :
- // InternalAadl2Parser.g:19831:3: rule__AbstractType__Group_4__0
+ // InternalAadl2Parser.g:18908:3: rule__AbstractType__Group_4__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__Group_4__0();
@@ -88662,14 +85930,14 @@ public final void rule__AbstractType__Group__4__Impl() throws RecognitionExcepti
// $ANTLR start "rule__AbstractType__Group__5"
- // InternalAadl2Parser.g:19839:1: rule__AbstractType__Group__5 : rule__AbstractType__Group__5__Impl rule__AbstractType__Group__6 ;
+ // InternalAadl2Parser.g:18916:1: rule__AbstractType__Group__5 : rule__AbstractType__Group__5__Impl rule__AbstractType__Group__6 ;
public final void rule__AbstractType__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19843:1: ( rule__AbstractType__Group__5__Impl rule__AbstractType__Group__6 )
- // InternalAadl2Parser.g:19844:2: rule__AbstractType__Group__5__Impl rule__AbstractType__Group__6
+ // InternalAadl2Parser.g:18920:1: ( rule__AbstractType__Group__5__Impl rule__AbstractType__Group__6 )
+ // InternalAadl2Parser.g:18921:2: rule__AbstractType__Group__5__Impl rule__AbstractType__Group__6
{
pushFollow(FollowSets000.FOLLOW_27);
rule__AbstractType__Group__5__Impl();
@@ -88700,20 +85968,20 @@ public final void rule__AbstractType__Group__5() throws RecognitionException {
// $ANTLR start "rule__AbstractType__Group__5__Impl"
- // InternalAadl2Parser.g:19851:1: rule__AbstractType__Group__5__Impl : ( ( rule__AbstractType__Group_5__0 )? ) ;
+ // InternalAadl2Parser.g:18928:1: rule__AbstractType__Group__5__Impl : ( ( rule__AbstractType__Group_5__0 )? ) ;
public final void rule__AbstractType__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19855:1: ( ( ( rule__AbstractType__Group_5__0 )? ) )
- // InternalAadl2Parser.g:19856:1: ( ( rule__AbstractType__Group_5__0 )? )
+ // InternalAadl2Parser.g:18932:1: ( ( ( rule__AbstractType__Group_5__0 )? ) )
+ // InternalAadl2Parser.g:18933:1: ( ( rule__AbstractType__Group_5__0 )? )
{
- // InternalAadl2Parser.g:19856:1: ( ( rule__AbstractType__Group_5__0 )? )
- // InternalAadl2Parser.g:19857:2: ( rule__AbstractType__Group_5__0 )?
+ // InternalAadl2Parser.g:18933:1: ( ( rule__AbstractType__Group_5__0 )? )
+ // InternalAadl2Parser.g:18934:2: ( rule__AbstractType__Group_5__0 )?
{
before(grammarAccess.getAbstractTypeAccess().getGroup_5());
- // InternalAadl2Parser.g:19858:2: ( rule__AbstractType__Group_5__0 )?
+ // InternalAadl2Parser.g:18935:2: ( rule__AbstractType__Group_5__0 )?
int alt552=2;
int LA552_0 = input.LA(1);
@@ -88722,7 +85990,7 @@ public final void rule__AbstractType__Group__5__Impl() throws RecognitionExcepti
}
switch (alt552) {
case 1 :
- // InternalAadl2Parser.g:19858:3: rule__AbstractType__Group_5__0
+ // InternalAadl2Parser.g:18935:3: rule__AbstractType__Group_5__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__Group_5__0();
@@ -88758,14 +86026,14 @@ public final void rule__AbstractType__Group__5__Impl() throws RecognitionExcepti
// $ANTLR start "rule__AbstractType__Group__6"
- // InternalAadl2Parser.g:19866:1: rule__AbstractType__Group__6 : rule__AbstractType__Group__6__Impl rule__AbstractType__Group__7 ;
+ // InternalAadl2Parser.g:18943:1: rule__AbstractType__Group__6 : rule__AbstractType__Group__6__Impl rule__AbstractType__Group__7 ;
public final void rule__AbstractType__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19870:1: ( rule__AbstractType__Group__6__Impl rule__AbstractType__Group__7 )
- // InternalAadl2Parser.g:19871:2: rule__AbstractType__Group__6__Impl rule__AbstractType__Group__7
+ // InternalAadl2Parser.g:18947:1: ( rule__AbstractType__Group__6__Impl rule__AbstractType__Group__7 )
+ // InternalAadl2Parser.g:18948:2: rule__AbstractType__Group__6__Impl rule__AbstractType__Group__7
{
pushFollow(FollowSets000.FOLLOW_27);
rule__AbstractType__Group__6__Impl();
@@ -88796,20 +86064,20 @@ public final void rule__AbstractType__Group__6() throws RecognitionException {
// $ANTLR start "rule__AbstractType__Group__6__Impl"
- // InternalAadl2Parser.g:19878:1: rule__AbstractType__Group__6__Impl : ( ( rule__AbstractType__Alternatives_6 )? ) ;
+ // InternalAadl2Parser.g:18955:1: rule__AbstractType__Group__6__Impl : ( ( rule__AbstractType__Alternatives_6 )? ) ;
public final void rule__AbstractType__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19882:1: ( ( ( rule__AbstractType__Alternatives_6 )? ) )
- // InternalAadl2Parser.g:19883:1: ( ( rule__AbstractType__Alternatives_6 )? )
+ // InternalAadl2Parser.g:18959:1: ( ( ( rule__AbstractType__Alternatives_6 )? ) )
+ // InternalAadl2Parser.g:18960:1: ( ( rule__AbstractType__Alternatives_6 )? )
{
- // InternalAadl2Parser.g:19883:1: ( ( rule__AbstractType__Alternatives_6 )? )
- // InternalAadl2Parser.g:19884:2: ( rule__AbstractType__Alternatives_6 )?
+ // InternalAadl2Parser.g:18960:1: ( ( rule__AbstractType__Alternatives_6 )? )
+ // InternalAadl2Parser.g:18961:2: ( rule__AbstractType__Alternatives_6 )?
{
before(grammarAccess.getAbstractTypeAccess().getAlternatives_6());
- // InternalAadl2Parser.g:19885:2: ( rule__AbstractType__Alternatives_6 )?
+ // InternalAadl2Parser.g:18962:2: ( rule__AbstractType__Alternatives_6 )?
int alt553=2;
int LA553_0 = input.LA(1);
@@ -88818,7 +86086,7 @@ public final void rule__AbstractType__Group__6__Impl() throws RecognitionExcepti
}
switch (alt553) {
case 1 :
- // InternalAadl2Parser.g:19885:3: rule__AbstractType__Alternatives_6
+ // InternalAadl2Parser.g:18962:3: rule__AbstractType__Alternatives_6
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__Alternatives_6();
@@ -88854,14 +86122,14 @@ public final void rule__AbstractType__Group__6__Impl() throws RecognitionExcepti
// $ANTLR start "rule__AbstractType__Group__7"
- // InternalAadl2Parser.g:19893:1: rule__AbstractType__Group__7 : rule__AbstractType__Group__7__Impl rule__AbstractType__Group__8 ;
+ // InternalAadl2Parser.g:18970:1: rule__AbstractType__Group__7 : rule__AbstractType__Group__7__Impl rule__AbstractType__Group__8 ;
public final void rule__AbstractType__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19897:1: ( rule__AbstractType__Group__7__Impl rule__AbstractType__Group__8 )
- // InternalAadl2Parser.g:19898:2: rule__AbstractType__Group__7__Impl rule__AbstractType__Group__8
+ // InternalAadl2Parser.g:18974:1: ( rule__AbstractType__Group__7__Impl rule__AbstractType__Group__8 )
+ // InternalAadl2Parser.g:18975:2: rule__AbstractType__Group__7__Impl rule__AbstractType__Group__8
{
pushFollow(FollowSets000.FOLLOW_27);
rule__AbstractType__Group__7__Impl();
@@ -88892,20 +86160,20 @@ public final void rule__AbstractType__Group__7() throws RecognitionException {
// $ANTLR start "rule__AbstractType__Group__7__Impl"
- // InternalAadl2Parser.g:19905:1: rule__AbstractType__Group__7__Impl : ( ( rule__AbstractType__Group_7__0 )? ) ;
+ // InternalAadl2Parser.g:18982:1: rule__AbstractType__Group__7__Impl : ( ( rule__AbstractType__Group_7__0 )? ) ;
public final void rule__AbstractType__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19909:1: ( ( ( rule__AbstractType__Group_7__0 )? ) )
- // InternalAadl2Parser.g:19910:1: ( ( rule__AbstractType__Group_7__0 )? )
+ // InternalAadl2Parser.g:18986:1: ( ( ( rule__AbstractType__Group_7__0 )? ) )
+ // InternalAadl2Parser.g:18987:1: ( ( rule__AbstractType__Group_7__0 )? )
{
- // InternalAadl2Parser.g:19910:1: ( ( rule__AbstractType__Group_7__0 )? )
- // InternalAadl2Parser.g:19911:2: ( rule__AbstractType__Group_7__0 )?
+ // InternalAadl2Parser.g:18987:1: ( ( rule__AbstractType__Group_7__0 )? )
+ // InternalAadl2Parser.g:18988:2: ( rule__AbstractType__Group_7__0 )?
{
before(grammarAccess.getAbstractTypeAccess().getGroup_7());
- // InternalAadl2Parser.g:19912:2: ( rule__AbstractType__Group_7__0 )?
+ // InternalAadl2Parser.g:18989:2: ( rule__AbstractType__Group_7__0 )?
int alt554=2;
int LA554_0 = input.LA(1);
@@ -88914,7 +86182,7 @@ public final void rule__AbstractType__Group__7__Impl() throws RecognitionExcepti
}
switch (alt554) {
case 1 :
- // InternalAadl2Parser.g:19912:3: rule__AbstractType__Group_7__0
+ // InternalAadl2Parser.g:18989:3: rule__AbstractType__Group_7__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__Group_7__0();
@@ -88950,14 +86218,14 @@ public final void rule__AbstractType__Group__7__Impl() throws RecognitionExcepti
// $ANTLR start "rule__AbstractType__Group__8"
- // InternalAadl2Parser.g:19920:1: rule__AbstractType__Group__8 : rule__AbstractType__Group__8__Impl rule__AbstractType__Group__9 ;
+ // InternalAadl2Parser.g:18997:1: rule__AbstractType__Group__8 : rule__AbstractType__Group__8__Impl rule__AbstractType__Group__9 ;
public final void rule__AbstractType__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19924:1: ( rule__AbstractType__Group__8__Impl rule__AbstractType__Group__9 )
- // InternalAadl2Parser.g:19925:2: rule__AbstractType__Group__8__Impl rule__AbstractType__Group__9
+ // InternalAadl2Parser.g:19001:1: ( rule__AbstractType__Group__8__Impl rule__AbstractType__Group__9 )
+ // InternalAadl2Parser.g:19002:2: rule__AbstractType__Group__8__Impl rule__AbstractType__Group__9
{
pushFollow(FollowSets000.FOLLOW_27);
rule__AbstractType__Group__8__Impl();
@@ -88988,20 +86256,20 @@ public final void rule__AbstractType__Group__8() throws RecognitionException {
// $ANTLR start "rule__AbstractType__Group__8__Impl"
- // InternalAadl2Parser.g:19932:1: rule__AbstractType__Group__8__Impl : ( ( rule__AbstractType__OwnedAnnexSubclauseAssignment_8 )* ) ;
+ // InternalAadl2Parser.g:19009:1: rule__AbstractType__Group__8__Impl : ( ( rule__AbstractType__OwnedAnnexSubclauseAssignment_8 )* ) ;
public final void rule__AbstractType__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19936:1: ( ( ( rule__AbstractType__OwnedAnnexSubclauseAssignment_8 )* ) )
- // InternalAadl2Parser.g:19937:1: ( ( rule__AbstractType__OwnedAnnexSubclauseAssignment_8 )* )
+ // InternalAadl2Parser.g:19013:1: ( ( ( rule__AbstractType__OwnedAnnexSubclauseAssignment_8 )* ) )
+ // InternalAadl2Parser.g:19014:1: ( ( rule__AbstractType__OwnedAnnexSubclauseAssignment_8 )* )
{
- // InternalAadl2Parser.g:19937:1: ( ( rule__AbstractType__OwnedAnnexSubclauseAssignment_8 )* )
- // InternalAadl2Parser.g:19938:2: ( rule__AbstractType__OwnedAnnexSubclauseAssignment_8 )*
+ // InternalAadl2Parser.g:19014:1: ( ( rule__AbstractType__OwnedAnnexSubclauseAssignment_8 )* )
+ // InternalAadl2Parser.g:19015:2: ( rule__AbstractType__OwnedAnnexSubclauseAssignment_8 )*
{
before(grammarAccess.getAbstractTypeAccess().getOwnedAnnexSubclauseAssignment_8());
- // InternalAadl2Parser.g:19939:2: ( rule__AbstractType__OwnedAnnexSubclauseAssignment_8 )*
+ // InternalAadl2Parser.g:19016:2: ( rule__AbstractType__OwnedAnnexSubclauseAssignment_8 )*
loop555:
do {
int alt555=2;
@@ -89014,7 +86282,7 @@ public final void rule__AbstractType__Group__8__Impl() throws RecognitionExcepti
switch (alt555) {
case 1 :
- // InternalAadl2Parser.g:19939:3: rule__AbstractType__OwnedAnnexSubclauseAssignment_8
+ // InternalAadl2Parser.g:19016:3: rule__AbstractType__OwnedAnnexSubclauseAssignment_8
{
pushFollow(FollowSets000.FOLLOW_28);
rule__AbstractType__OwnedAnnexSubclauseAssignment_8();
@@ -89053,14 +86321,14 @@ public final void rule__AbstractType__Group__8__Impl() throws RecognitionExcepti
// $ANTLR start "rule__AbstractType__Group__9"
- // InternalAadl2Parser.g:19947:1: rule__AbstractType__Group__9 : rule__AbstractType__Group__9__Impl rule__AbstractType__Group__10 ;
+ // InternalAadl2Parser.g:19024:1: rule__AbstractType__Group__9 : rule__AbstractType__Group__9__Impl rule__AbstractType__Group__10 ;
public final void rule__AbstractType__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19951:1: ( rule__AbstractType__Group__9__Impl rule__AbstractType__Group__10 )
- // InternalAadl2Parser.g:19952:2: rule__AbstractType__Group__9__Impl rule__AbstractType__Group__10
+ // InternalAadl2Parser.g:19028:1: ( rule__AbstractType__Group__9__Impl rule__AbstractType__Group__10 )
+ // InternalAadl2Parser.g:19029:2: rule__AbstractType__Group__9__Impl rule__AbstractType__Group__10
{
pushFollow(FollowSets000.FOLLOW_4);
rule__AbstractType__Group__9__Impl();
@@ -89091,17 +86359,17 @@ public final void rule__AbstractType__Group__9() throws RecognitionException {
// $ANTLR start "rule__AbstractType__Group__9__Impl"
- // InternalAadl2Parser.g:19959:1: rule__AbstractType__Group__9__Impl : ( End ) ;
+ // InternalAadl2Parser.g:19036:1: rule__AbstractType__Group__9__Impl : ( End ) ;
public final void rule__AbstractType__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19963:1: ( ( End ) )
- // InternalAadl2Parser.g:19964:1: ( End )
+ // InternalAadl2Parser.g:19040:1: ( ( End ) )
+ // InternalAadl2Parser.g:19041:1: ( End )
{
- // InternalAadl2Parser.g:19964:1: ( End )
- // InternalAadl2Parser.g:19965:2: End
+ // InternalAadl2Parser.g:19041:1: ( End )
+ // InternalAadl2Parser.g:19042:2: End
{
before(grammarAccess.getAbstractTypeAccess().getEndKeyword_9());
match(input,End,FollowSets000.FOLLOW_2);
@@ -89128,14 +86396,14 @@ public final void rule__AbstractType__Group__9__Impl() throws RecognitionExcepti
// $ANTLR start "rule__AbstractType__Group__10"
- // InternalAadl2Parser.g:19974:1: rule__AbstractType__Group__10 : rule__AbstractType__Group__10__Impl rule__AbstractType__Group__11 ;
+ // InternalAadl2Parser.g:19051:1: rule__AbstractType__Group__10 : rule__AbstractType__Group__10__Impl rule__AbstractType__Group__11 ;
public final void rule__AbstractType__Group__10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19978:1: ( rule__AbstractType__Group__10__Impl rule__AbstractType__Group__11 )
- // InternalAadl2Parser.g:19979:2: rule__AbstractType__Group__10__Impl rule__AbstractType__Group__11
+ // InternalAadl2Parser.g:19055:1: ( rule__AbstractType__Group__10__Impl rule__AbstractType__Group__11 )
+ // InternalAadl2Parser.g:19056:2: rule__AbstractType__Group__10__Impl rule__AbstractType__Group__11
{
pushFollow(FollowSets000.FOLLOW_7);
rule__AbstractType__Group__10__Impl();
@@ -89166,17 +86434,17 @@ public final void rule__AbstractType__Group__10() throws RecognitionException {
// $ANTLR start "rule__AbstractType__Group__10__Impl"
- // InternalAadl2Parser.g:19986:1: rule__AbstractType__Group__10__Impl : ( RULE_ID ) ;
+ // InternalAadl2Parser.g:19063:1: rule__AbstractType__Group__10__Impl : ( RULE_ID ) ;
public final void rule__AbstractType__Group__10__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:19990:1: ( ( RULE_ID ) )
- // InternalAadl2Parser.g:19991:1: ( RULE_ID )
+ // InternalAadl2Parser.g:19067:1: ( ( RULE_ID ) )
+ // InternalAadl2Parser.g:19068:1: ( RULE_ID )
{
- // InternalAadl2Parser.g:19991:1: ( RULE_ID )
- // InternalAadl2Parser.g:19992:2: RULE_ID
+ // InternalAadl2Parser.g:19068:1: ( RULE_ID )
+ // InternalAadl2Parser.g:19069:2: RULE_ID
{
before(grammarAccess.getAbstractTypeAccess().getIDTerminalRuleCall_10());
match(input,RULE_ID,FollowSets000.FOLLOW_2);
@@ -89203,14 +86471,14 @@ public final void rule__AbstractType__Group__10__Impl() throws RecognitionExcept
// $ANTLR start "rule__AbstractType__Group__11"
- // InternalAadl2Parser.g:20001:1: rule__AbstractType__Group__11 : rule__AbstractType__Group__11__Impl ;
+ // InternalAadl2Parser.g:19078:1: rule__AbstractType__Group__11 : rule__AbstractType__Group__11__Impl ;
public final void rule__AbstractType__Group__11() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20005:1: ( rule__AbstractType__Group__11__Impl )
- // InternalAadl2Parser.g:20006:2: rule__AbstractType__Group__11__Impl
+ // InternalAadl2Parser.g:19082:1: ( rule__AbstractType__Group__11__Impl )
+ // InternalAadl2Parser.g:19083:2: rule__AbstractType__Group__11__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__Group__11__Impl();
@@ -89236,17 +86504,17 @@ public final void rule__AbstractType__Group__11() throws RecognitionException {
// $ANTLR start "rule__AbstractType__Group__11__Impl"
- // InternalAadl2Parser.g:20012:1: rule__AbstractType__Group__11__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:19089:1: rule__AbstractType__Group__11__Impl : ( Semicolon ) ;
public final void rule__AbstractType__Group__11__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20016:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:20017:1: ( Semicolon )
+ // InternalAadl2Parser.g:19093:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:19094:1: ( Semicolon )
{
- // InternalAadl2Parser.g:20017:1: ( Semicolon )
- // InternalAadl2Parser.g:20018:2: Semicolon
+ // InternalAadl2Parser.g:19094:1: ( Semicolon )
+ // InternalAadl2Parser.g:19095:2: Semicolon
{
before(grammarAccess.getAbstractTypeAccess().getSemicolonKeyword_11());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -89273,14 +86541,14 @@ public final void rule__AbstractType__Group__11__Impl() throws RecognitionExcept
// $ANTLR start "rule__AbstractType__Group_2__0"
- // InternalAadl2Parser.g:20028:1: rule__AbstractType__Group_2__0 : rule__AbstractType__Group_2__0__Impl rule__AbstractType__Group_2__1 ;
+ // InternalAadl2Parser.g:19105:1: rule__AbstractType__Group_2__0 : rule__AbstractType__Group_2__0__Impl rule__AbstractType__Group_2__1 ;
public final void rule__AbstractType__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20032:1: ( rule__AbstractType__Group_2__0__Impl rule__AbstractType__Group_2__1 )
- // InternalAadl2Parser.g:20033:2: rule__AbstractType__Group_2__0__Impl rule__AbstractType__Group_2__1
+ // InternalAadl2Parser.g:19109:1: ( rule__AbstractType__Group_2__0__Impl rule__AbstractType__Group_2__1 )
+ // InternalAadl2Parser.g:19110:2: rule__AbstractType__Group_2__0__Impl rule__AbstractType__Group_2__1
{
pushFollow(FollowSets000.FOLLOW_29);
rule__AbstractType__Group_2__0__Impl();
@@ -89311,21 +86579,21 @@ public final void rule__AbstractType__Group_2__0() throws RecognitionException {
// $ANTLR start "rule__AbstractType__Group_2__0__Impl"
- // InternalAadl2Parser.g:20040:1: rule__AbstractType__Group_2__0__Impl : ( ( rule__AbstractType__OwnedExtensionAssignment_2_0 ) ) ;
+ // InternalAadl2Parser.g:19117:1: rule__AbstractType__Group_2__0__Impl : ( ( rule__AbstractType__OwnedExtensionAssignment_2_0 ) ) ;
public final void rule__AbstractType__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20044:1: ( ( ( rule__AbstractType__OwnedExtensionAssignment_2_0 ) ) )
- // InternalAadl2Parser.g:20045:1: ( ( rule__AbstractType__OwnedExtensionAssignment_2_0 ) )
+ // InternalAadl2Parser.g:19121:1: ( ( ( rule__AbstractType__OwnedExtensionAssignment_2_0 ) ) )
+ // InternalAadl2Parser.g:19122:1: ( ( rule__AbstractType__OwnedExtensionAssignment_2_0 ) )
{
- // InternalAadl2Parser.g:20045:1: ( ( rule__AbstractType__OwnedExtensionAssignment_2_0 ) )
- // InternalAadl2Parser.g:20046:2: ( rule__AbstractType__OwnedExtensionAssignment_2_0 )
+ // InternalAadl2Parser.g:19122:1: ( ( rule__AbstractType__OwnedExtensionAssignment_2_0 ) )
+ // InternalAadl2Parser.g:19123:2: ( rule__AbstractType__OwnedExtensionAssignment_2_0 )
{
before(grammarAccess.getAbstractTypeAccess().getOwnedExtensionAssignment_2_0());
- // InternalAadl2Parser.g:20047:2: ( rule__AbstractType__OwnedExtensionAssignment_2_0 )
- // InternalAadl2Parser.g:20047:3: rule__AbstractType__OwnedExtensionAssignment_2_0
+ // InternalAadl2Parser.g:19124:2: ( rule__AbstractType__OwnedExtensionAssignment_2_0 )
+ // InternalAadl2Parser.g:19124:3: rule__AbstractType__OwnedExtensionAssignment_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__OwnedExtensionAssignment_2_0();
@@ -89358,14 +86626,14 @@ public final void rule__AbstractType__Group_2__0__Impl() throws RecognitionExcep
// $ANTLR start "rule__AbstractType__Group_2__1"
- // InternalAadl2Parser.g:20055:1: rule__AbstractType__Group_2__1 : rule__AbstractType__Group_2__1__Impl ;
+ // InternalAadl2Parser.g:19132:1: rule__AbstractType__Group_2__1 : rule__AbstractType__Group_2__1__Impl ;
public final void rule__AbstractType__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20059:1: ( rule__AbstractType__Group_2__1__Impl )
- // InternalAadl2Parser.g:20060:2: rule__AbstractType__Group_2__1__Impl
+ // InternalAadl2Parser.g:19136:1: ( rule__AbstractType__Group_2__1__Impl )
+ // InternalAadl2Parser.g:19137:2: rule__AbstractType__Group_2__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__Group_2__1__Impl();
@@ -89391,20 +86659,20 @@ public final void rule__AbstractType__Group_2__1() throws RecognitionException {
// $ANTLR start "rule__AbstractType__Group_2__1__Impl"
- // InternalAadl2Parser.g:20066:1: rule__AbstractType__Group_2__1__Impl : ( ( rule__AbstractType__Group_2_1__0 )? ) ;
+ // InternalAadl2Parser.g:19143:1: rule__AbstractType__Group_2__1__Impl : ( ( rule__AbstractType__Group_2_1__0 )? ) ;
public final void rule__AbstractType__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20070:1: ( ( ( rule__AbstractType__Group_2_1__0 )? ) )
- // InternalAadl2Parser.g:20071:1: ( ( rule__AbstractType__Group_2_1__0 )? )
+ // InternalAadl2Parser.g:19147:1: ( ( ( rule__AbstractType__Group_2_1__0 )? ) )
+ // InternalAadl2Parser.g:19148:1: ( ( rule__AbstractType__Group_2_1__0 )? )
{
- // InternalAadl2Parser.g:20071:1: ( ( rule__AbstractType__Group_2_1__0 )? )
- // InternalAadl2Parser.g:20072:2: ( rule__AbstractType__Group_2_1__0 )?
+ // InternalAadl2Parser.g:19148:1: ( ( rule__AbstractType__Group_2_1__0 )? )
+ // InternalAadl2Parser.g:19149:2: ( rule__AbstractType__Group_2_1__0 )?
{
before(grammarAccess.getAbstractTypeAccess().getGroup_2_1());
- // InternalAadl2Parser.g:20073:2: ( rule__AbstractType__Group_2_1__0 )?
+ // InternalAadl2Parser.g:19150:2: ( rule__AbstractType__Group_2_1__0 )?
int alt556=2;
int LA556_0 = input.LA(1);
@@ -89413,7 +86681,7 @@ public final void rule__AbstractType__Group_2__1__Impl() throws RecognitionExcep
}
switch (alt556) {
case 1 :
- // InternalAadl2Parser.g:20073:3: rule__AbstractType__Group_2_1__0
+ // InternalAadl2Parser.g:19150:3: rule__AbstractType__Group_2_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__Group_2_1__0();
@@ -89449,14 +86717,14 @@ public final void rule__AbstractType__Group_2__1__Impl() throws RecognitionExcep
// $ANTLR start "rule__AbstractType__Group_2_1__0"
- // InternalAadl2Parser.g:20082:1: rule__AbstractType__Group_2_1__0 : rule__AbstractType__Group_2_1__0__Impl rule__AbstractType__Group_2_1__1 ;
+ // InternalAadl2Parser.g:19159:1: rule__AbstractType__Group_2_1__0 : rule__AbstractType__Group_2_1__0__Impl rule__AbstractType__Group_2_1__1 ;
public final void rule__AbstractType__Group_2_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20086:1: ( rule__AbstractType__Group_2_1__0__Impl rule__AbstractType__Group_2_1__1 )
- // InternalAadl2Parser.g:20087:2: rule__AbstractType__Group_2_1__0__Impl rule__AbstractType__Group_2_1__1
+ // InternalAadl2Parser.g:19163:1: ( rule__AbstractType__Group_2_1__0__Impl rule__AbstractType__Group_2_1__1 )
+ // InternalAadl2Parser.g:19164:2: rule__AbstractType__Group_2_1__0__Impl rule__AbstractType__Group_2_1__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__AbstractType__Group_2_1__0__Impl();
@@ -89487,17 +86755,17 @@ public final void rule__AbstractType__Group_2_1__0() throws RecognitionException
// $ANTLR start "rule__AbstractType__Group_2_1__0__Impl"
- // InternalAadl2Parser.g:20094:1: rule__AbstractType__Group_2_1__0__Impl : ( LeftParenthesis ) ;
+ // InternalAadl2Parser.g:19171:1: rule__AbstractType__Group_2_1__0__Impl : ( LeftParenthesis ) ;
public final void rule__AbstractType__Group_2_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20098:1: ( ( LeftParenthesis ) )
- // InternalAadl2Parser.g:20099:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:19175:1: ( ( LeftParenthesis ) )
+ // InternalAadl2Parser.g:19176:1: ( LeftParenthesis )
{
- // InternalAadl2Parser.g:20099:1: ( LeftParenthesis )
- // InternalAadl2Parser.g:20100:2: LeftParenthesis
+ // InternalAadl2Parser.g:19176:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:19177:2: LeftParenthesis
{
before(grammarAccess.getAbstractTypeAccess().getLeftParenthesisKeyword_2_1_0());
match(input,LeftParenthesis,FollowSets000.FOLLOW_2);
@@ -89524,14 +86792,14 @@ public final void rule__AbstractType__Group_2_1__0__Impl() throws RecognitionExc
// $ANTLR start "rule__AbstractType__Group_2_1__1"
- // InternalAadl2Parser.g:20109:1: rule__AbstractType__Group_2_1__1 : rule__AbstractType__Group_2_1__1__Impl rule__AbstractType__Group_2_1__2 ;
+ // InternalAadl2Parser.g:19186:1: rule__AbstractType__Group_2_1__1 : rule__AbstractType__Group_2_1__1__Impl rule__AbstractType__Group_2_1__2 ;
public final void rule__AbstractType__Group_2_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20113:1: ( rule__AbstractType__Group_2_1__1__Impl rule__AbstractType__Group_2_1__2 )
- // InternalAadl2Parser.g:20114:2: rule__AbstractType__Group_2_1__1__Impl rule__AbstractType__Group_2_1__2
+ // InternalAadl2Parser.g:19190:1: ( rule__AbstractType__Group_2_1__1__Impl rule__AbstractType__Group_2_1__2 )
+ // InternalAadl2Parser.g:19191:2: rule__AbstractType__Group_2_1__1__Impl rule__AbstractType__Group_2_1__2
{
pushFollow(FollowSets000.FOLLOW_30);
rule__AbstractType__Group_2_1__1__Impl();
@@ -89562,21 +86830,21 @@ public final void rule__AbstractType__Group_2_1__1() throws RecognitionException
// $ANTLR start "rule__AbstractType__Group_2_1__1__Impl"
- // InternalAadl2Parser.g:20121:1: rule__AbstractType__Group_2_1__1__Impl : ( ( rule__AbstractType__OwnedPrototypeBindingAssignment_2_1_1 ) ) ;
+ // InternalAadl2Parser.g:19198:1: rule__AbstractType__Group_2_1__1__Impl : ( ( rule__AbstractType__OwnedPrototypeBindingAssignment_2_1_1 ) ) ;
public final void rule__AbstractType__Group_2_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20125:1: ( ( ( rule__AbstractType__OwnedPrototypeBindingAssignment_2_1_1 ) ) )
- // InternalAadl2Parser.g:20126:1: ( ( rule__AbstractType__OwnedPrototypeBindingAssignment_2_1_1 ) )
+ // InternalAadl2Parser.g:19202:1: ( ( ( rule__AbstractType__OwnedPrototypeBindingAssignment_2_1_1 ) ) )
+ // InternalAadl2Parser.g:19203:1: ( ( rule__AbstractType__OwnedPrototypeBindingAssignment_2_1_1 ) )
{
- // InternalAadl2Parser.g:20126:1: ( ( rule__AbstractType__OwnedPrototypeBindingAssignment_2_1_1 ) )
- // InternalAadl2Parser.g:20127:2: ( rule__AbstractType__OwnedPrototypeBindingAssignment_2_1_1 )
+ // InternalAadl2Parser.g:19203:1: ( ( rule__AbstractType__OwnedPrototypeBindingAssignment_2_1_1 ) )
+ // InternalAadl2Parser.g:19204:2: ( rule__AbstractType__OwnedPrototypeBindingAssignment_2_1_1 )
{
before(grammarAccess.getAbstractTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1());
- // InternalAadl2Parser.g:20128:2: ( rule__AbstractType__OwnedPrototypeBindingAssignment_2_1_1 )
- // InternalAadl2Parser.g:20128:3: rule__AbstractType__OwnedPrototypeBindingAssignment_2_1_1
+ // InternalAadl2Parser.g:19205:2: ( rule__AbstractType__OwnedPrototypeBindingAssignment_2_1_1 )
+ // InternalAadl2Parser.g:19205:3: rule__AbstractType__OwnedPrototypeBindingAssignment_2_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__OwnedPrototypeBindingAssignment_2_1_1();
@@ -89609,14 +86877,14 @@ public final void rule__AbstractType__Group_2_1__1__Impl() throws RecognitionExc
// $ANTLR start "rule__AbstractType__Group_2_1__2"
- // InternalAadl2Parser.g:20136:1: rule__AbstractType__Group_2_1__2 : rule__AbstractType__Group_2_1__2__Impl rule__AbstractType__Group_2_1__3 ;
+ // InternalAadl2Parser.g:19213:1: rule__AbstractType__Group_2_1__2 : rule__AbstractType__Group_2_1__2__Impl rule__AbstractType__Group_2_1__3 ;
public final void rule__AbstractType__Group_2_1__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20140:1: ( rule__AbstractType__Group_2_1__2__Impl rule__AbstractType__Group_2_1__3 )
- // InternalAadl2Parser.g:20141:2: rule__AbstractType__Group_2_1__2__Impl rule__AbstractType__Group_2_1__3
+ // InternalAadl2Parser.g:19217:1: ( rule__AbstractType__Group_2_1__2__Impl rule__AbstractType__Group_2_1__3 )
+ // InternalAadl2Parser.g:19218:2: rule__AbstractType__Group_2_1__2__Impl rule__AbstractType__Group_2_1__3
{
pushFollow(FollowSets000.FOLLOW_30);
rule__AbstractType__Group_2_1__2__Impl();
@@ -89647,20 +86915,20 @@ public final void rule__AbstractType__Group_2_1__2() throws RecognitionException
// $ANTLR start "rule__AbstractType__Group_2_1__2__Impl"
- // InternalAadl2Parser.g:20148:1: rule__AbstractType__Group_2_1__2__Impl : ( ( rule__AbstractType__Group_2_1_2__0 )* ) ;
+ // InternalAadl2Parser.g:19225:1: rule__AbstractType__Group_2_1__2__Impl : ( ( rule__AbstractType__Group_2_1_2__0 )* ) ;
public final void rule__AbstractType__Group_2_1__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20152:1: ( ( ( rule__AbstractType__Group_2_1_2__0 )* ) )
- // InternalAadl2Parser.g:20153:1: ( ( rule__AbstractType__Group_2_1_2__0 )* )
+ // InternalAadl2Parser.g:19229:1: ( ( ( rule__AbstractType__Group_2_1_2__0 )* ) )
+ // InternalAadl2Parser.g:19230:1: ( ( rule__AbstractType__Group_2_1_2__0 )* )
{
- // InternalAadl2Parser.g:20153:1: ( ( rule__AbstractType__Group_2_1_2__0 )* )
- // InternalAadl2Parser.g:20154:2: ( rule__AbstractType__Group_2_1_2__0 )*
+ // InternalAadl2Parser.g:19230:1: ( ( rule__AbstractType__Group_2_1_2__0 )* )
+ // InternalAadl2Parser.g:19231:2: ( rule__AbstractType__Group_2_1_2__0 )*
{
before(grammarAccess.getAbstractTypeAccess().getGroup_2_1_2());
- // InternalAadl2Parser.g:20155:2: ( rule__AbstractType__Group_2_1_2__0 )*
+ // InternalAadl2Parser.g:19232:2: ( rule__AbstractType__Group_2_1_2__0 )*
loop557:
do {
int alt557=2;
@@ -89673,7 +86941,7 @@ public final void rule__AbstractType__Group_2_1__2__Impl() throws RecognitionExc
switch (alt557) {
case 1 :
- // InternalAadl2Parser.g:20155:3: rule__AbstractType__Group_2_1_2__0
+ // InternalAadl2Parser.g:19232:3: rule__AbstractType__Group_2_1_2__0
{
pushFollow(FollowSets000.FOLLOW_14);
rule__AbstractType__Group_2_1_2__0();
@@ -89712,14 +86980,14 @@ public final void rule__AbstractType__Group_2_1__2__Impl() throws RecognitionExc
// $ANTLR start "rule__AbstractType__Group_2_1__3"
- // InternalAadl2Parser.g:20163:1: rule__AbstractType__Group_2_1__3 : rule__AbstractType__Group_2_1__3__Impl ;
+ // InternalAadl2Parser.g:19240:1: rule__AbstractType__Group_2_1__3 : rule__AbstractType__Group_2_1__3__Impl ;
public final void rule__AbstractType__Group_2_1__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20167:1: ( rule__AbstractType__Group_2_1__3__Impl )
- // InternalAadl2Parser.g:20168:2: rule__AbstractType__Group_2_1__3__Impl
+ // InternalAadl2Parser.g:19244:1: ( rule__AbstractType__Group_2_1__3__Impl )
+ // InternalAadl2Parser.g:19245:2: rule__AbstractType__Group_2_1__3__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__Group_2_1__3__Impl();
@@ -89745,17 +87013,17 @@ public final void rule__AbstractType__Group_2_1__3() throws RecognitionException
// $ANTLR start "rule__AbstractType__Group_2_1__3__Impl"
- // InternalAadl2Parser.g:20174:1: rule__AbstractType__Group_2_1__3__Impl : ( RightParenthesis ) ;
+ // InternalAadl2Parser.g:19251:1: rule__AbstractType__Group_2_1__3__Impl : ( RightParenthesis ) ;
public final void rule__AbstractType__Group_2_1__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20178:1: ( ( RightParenthesis ) )
- // InternalAadl2Parser.g:20179:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:19255:1: ( ( RightParenthesis ) )
+ // InternalAadl2Parser.g:19256:1: ( RightParenthesis )
{
- // InternalAadl2Parser.g:20179:1: ( RightParenthesis )
- // InternalAadl2Parser.g:20180:2: RightParenthesis
+ // InternalAadl2Parser.g:19256:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:19257:2: RightParenthesis
{
before(grammarAccess.getAbstractTypeAccess().getRightParenthesisKeyword_2_1_3());
match(input,RightParenthesis,FollowSets000.FOLLOW_2);
@@ -89782,14 +87050,14 @@ public final void rule__AbstractType__Group_2_1__3__Impl() throws RecognitionExc
// $ANTLR start "rule__AbstractType__Group_2_1_2__0"
- // InternalAadl2Parser.g:20190:1: rule__AbstractType__Group_2_1_2__0 : rule__AbstractType__Group_2_1_2__0__Impl rule__AbstractType__Group_2_1_2__1 ;
+ // InternalAadl2Parser.g:19267:1: rule__AbstractType__Group_2_1_2__0 : rule__AbstractType__Group_2_1_2__0__Impl rule__AbstractType__Group_2_1_2__1 ;
public final void rule__AbstractType__Group_2_1_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20194:1: ( rule__AbstractType__Group_2_1_2__0__Impl rule__AbstractType__Group_2_1_2__1 )
- // InternalAadl2Parser.g:20195:2: rule__AbstractType__Group_2_1_2__0__Impl rule__AbstractType__Group_2_1_2__1
+ // InternalAadl2Parser.g:19271:1: ( rule__AbstractType__Group_2_1_2__0__Impl rule__AbstractType__Group_2_1_2__1 )
+ // InternalAadl2Parser.g:19272:2: rule__AbstractType__Group_2_1_2__0__Impl rule__AbstractType__Group_2_1_2__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__AbstractType__Group_2_1_2__0__Impl();
@@ -89820,17 +87088,17 @@ public final void rule__AbstractType__Group_2_1_2__0() throws RecognitionExcepti
// $ANTLR start "rule__AbstractType__Group_2_1_2__0__Impl"
- // InternalAadl2Parser.g:20202:1: rule__AbstractType__Group_2_1_2__0__Impl : ( Comma ) ;
+ // InternalAadl2Parser.g:19279:1: rule__AbstractType__Group_2_1_2__0__Impl : ( Comma ) ;
public final void rule__AbstractType__Group_2_1_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20206:1: ( ( Comma ) )
- // InternalAadl2Parser.g:20207:1: ( Comma )
+ // InternalAadl2Parser.g:19283:1: ( ( Comma ) )
+ // InternalAadl2Parser.g:19284:1: ( Comma )
{
- // InternalAadl2Parser.g:20207:1: ( Comma )
- // InternalAadl2Parser.g:20208:2: Comma
+ // InternalAadl2Parser.g:19284:1: ( Comma )
+ // InternalAadl2Parser.g:19285:2: Comma
{
before(grammarAccess.getAbstractTypeAccess().getCommaKeyword_2_1_2_0());
match(input,Comma,FollowSets000.FOLLOW_2);
@@ -89857,14 +87125,14 @@ public final void rule__AbstractType__Group_2_1_2__0__Impl() throws RecognitionE
// $ANTLR start "rule__AbstractType__Group_2_1_2__1"
- // InternalAadl2Parser.g:20217:1: rule__AbstractType__Group_2_1_2__1 : rule__AbstractType__Group_2_1_2__1__Impl ;
+ // InternalAadl2Parser.g:19294:1: rule__AbstractType__Group_2_1_2__1 : rule__AbstractType__Group_2_1_2__1__Impl ;
public final void rule__AbstractType__Group_2_1_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20221:1: ( rule__AbstractType__Group_2_1_2__1__Impl )
- // InternalAadl2Parser.g:20222:2: rule__AbstractType__Group_2_1_2__1__Impl
+ // InternalAadl2Parser.g:19298:1: ( rule__AbstractType__Group_2_1_2__1__Impl )
+ // InternalAadl2Parser.g:19299:2: rule__AbstractType__Group_2_1_2__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__Group_2_1_2__1__Impl();
@@ -89890,21 +87158,21 @@ public final void rule__AbstractType__Group_2_1_2__1() throws RecognitionExcepti
// $ANTLR start "rule__AbstractType__Group_2_1_2__1__Impl"
- // InternalAadl2Parser.g:20228:1: rule__AbstractType__Group_2_1_2__1__Impl : ( ( rule__AbstractType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) ;
+ // InternalAadl2Parser.g:19305:1: rule__AbstractType__Group_2_1_2__1__Impl : ( ( rule__AbstractType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) ;
public final void rule__AbstractType__Group_2_1_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20232:1: ( ( ( rule__AbstractType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) )
- // InternalAadl2Parser.g:20233:1: ( ( rule__AbstractType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
+ // InternalAadl2Parser.g:19309:1: ( ( ( rule__AbstractType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) )
+ // InternalAadl2Parser.g:19310:1: ( ( rule__AbstractType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
{
- // InternalAadl2Parser.g:20233:1: ( ( rule__AbstractType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
- // InternalAadl2Parser.g:20234:2: ( rule__AbstractType__OwnedPrototypeBindingAssignment_2_1_2_1 )
+ // InternalAadl2Parser.g:19310:1: ( ( rule__AbstractType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
+ // InternalAadl2Parser.g:19311:2: ( rule__AbstractType__OwnedPrototypeBindingAssignment_2_1_2_1 )
{
before(grammarAccess.getAbstractTypeAccess().getOwnedPrototypeBindingAssignment_2_1_2_1());
- // InternalAadl2Parser.g:20235:2: ( rule__AbstractType__OwnedPrototypeBindingAssignment_2_1_2_1 )
- // InternalAadl2Parser.g:20235:3: rule__AbstractType__OwnedPrototypeBindingAssignment_2_1_2_1
+ // InternalAadl2Parser.g:19312:2: ( rule__AbstractType__OwnedPrototypeBindingAssignment_2_1_2_1 )
+ // InternalAadl2Parser.g:19312:3: rule__AbstractType__OwnedPrototypeBindingAssignment_2_1_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__OwnedPrototypeBindingAssignment_2_1_2_1();
@@ -89937,14 +87205,14 @@ public final void rule__AbstractType__Group_2_1_2__1__Impl() throws RecognitionE
// $ANTLR start "rule__AbstractType__Group_3__0"
- // InternalAadl2Parser.g:20244:1: rule__AbstractType__Group_3__0 : rule__AbstractType__Group_3__0__Impl rule__AbstractType__Group_3__1 ;
+ // InternalAadl2Parser.g:19321:1: rule__AbstractType__Group_3__0 : rule__AbstractType__Group_3__0__Impl rule__AbstractType__Group_3__1 ;
public final void rule__AbstractType__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20248:1: ( rule__AbstractType__Group_3__0__Impl rule__AbstractType__Group_3__1 )
- // InternalAadl2Parser.g:20249:2: rule__AbstractType__Group_3__0__Impl rule__AbstractType__Group_3__1
+ // InternalAadl2Parser.g:19325:1: ( rule__AbstractType__Group_3__0__Impl rule__AbstractType__Group_3__1 )
+ // InternalAadl2Parser.g:19326:2: rule__AbstractType__Group_3__0__Impl rule__AbstractType__Group_3__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__AbstractType__Group_3__0__Impl();
@@ -89975,17 +87243,17 @@ public final void rule__AbstractType__Group_3__0() throws RecognitionException {
// $ANTLR start "rule__AbstractType__Group_3__0__Impl"
- // InternalAadl2Parser.g:20256:1: rule__AbstractType__Group_3__0__Impl : ( Prototypes ) ;
+ // InternalAadl2Parser.g:19333:1: rule__AbstractType__Group_3__0__Impl : ( Prototypes ) ;
public final void rule__AbstractType__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20260:1: ( ( Prototypes ) )
- // InternalAadl2Parser.g:20261:1: ( Prototypes )
+ // InternalAadl2Parser.g:19337:1: ( ( Prototypes ) )
+ // InternalAadl2Parser.g:19338:1: ( Prototypes )
{
- // InternalAadl2Parser.g:20261:1: ( Prototypes )
- // InternalAadl2Parser.g:20262:2: Prototypes
+ // InternalAadl2Parser.g:19338:1: ( Prototypes )
+ // InternalAadl2Parser.g:19339:2: Prototypes
{
before(grammarAccess.getAbstractTypeAccess().getPrototypesKeyword_3_0());
match(input,Prototypes,FollowSets000.FOLLOW_2);
@@ -90012,14 +87280,14 @@ public final void rule__AbstractType__Group_3__0__Impl() throws RecognitionExcep
// $ANTLR start "rule__AbstractType__Group_3__1"
- // InternalAadl2Parser.g:20271:1: rule__AbstractType__Group_3__1 : rule__AbstractType__Group_3__1__Impl ;
+ // InternalAadl2Parser.g:19348:1: rule__AbstractType__Group_3__1 : rule__AbstractType__Group_3__1__Impl ;
public final void rule__AbstractType__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20275:1: ( rule__AbstractType__Group_3__1__Impl )
- // InternalAadl2Parser.g:20276:2: rule__AbstractType__Group_3__1__Impl
+ // InternalAadl2Parser.g:19352:1: ( rule__AbstractType__Group_3__1__Impl )
+ // InternalAadl2Parser.g:19353:2: rule__AbstractType__Group_3__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__Group_3__1__Impl();
@@ -90045,21 +87313,21 @@ public final void rule__AbstractType__Group_3__1() throws RecognitionException {
// $ANTLR start "rule__AbstractType__Group_3__1__Impl"
- // InternalAadl2Parser.g:20282:1: rule__AbstractType__Group_3__1__Impl : ( ( rule__AbstractType__Alternatives_3_1 ) ) ;
+ // InternalAadl2Parser.g:19359:1: rule__AbstractType__Group_3__1__Impl : ( ( rule__AbstractType__Alternatives_3_1 ) ) ;
public final void rule__AbstractType__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20286:1: ( ( ( rule__AbstractType__Alternatives_3_1 ) ) )
- // InternalAadl2Parser.g:20287:1: ( ( rule__AbstractType__Alternatives_3_1 ) )
+ // InternalAadl2Parser.g:19363:1: ( ( ( rule__AbstractType__Alternatives_3_1 ) ) )
+ // InternalAadl2Parser.g:19364:1: ( ( rule__AbstractType__Alternatives_3_1 ) )
{
- // InternalAadl2Parser.g:20287:1: ( ( rule__AbstractType__Alternatives_3_1 ) )
- // InternalAadl2Parser.g:20288:2: ( rule__AbstractType__Alternatives_3_1 )
+ // InternalAadl2Parser.g:19364:1: ( ( rule__AbstractType__Alternatives_3_1 ) )
+ // InternalAadl2Parser.g:19365:2: ( rule__AbstractType__Alternatives_3_1 )
{
before(grammarAccess.getAbstractTypeAccess().getAlternatives_3_1());
- // InternalAadl2Parser.g:20289:2: ( rule__AbstractType__Alternatives_3_1 )
- // InternalAadl2Parser.g:20289:3: rule__AbstractType__Alternatives_3_1
+ // InternalAadl2Parser.g:19366:2: ( rule__AbstractType__Alternatives_3_1 )
+ // InternalAadl2Parser.g:19366:3: rule__AbstractType__Alternatives_3_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__Alternatives_3_1();
@@ -90092,14 +87360,14 @@ public final void rule__AbstractType__Group_3__1__Impl() throws RecognitionExcep
// $ANTLR start "rule__AbstractType__Group_3_1_0__0"
- // InternalAadl2Parser.g:20298:1: rule__AbstractType__Group_3_1_0__0 : rule__AbstractType__Group_3_1_0__0__Impl rule__AbstractType__Group_3_1_0__1 ;
+ // InternalAadl2Parser.g:19375:1: rule__AbstractType__Group_3_1_0__0 : rule__AbstractType__Group_3_1_0__0__Impl rule__AbstractType__Group_3_1_0__1 ;
public final void rule__AbstractType__Group_3_1_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20302:1: ( rule__AbstractType__Group_3_1_0__0__Impl rule__AbstractType__Group_3_1_0__1 )
- // InternalAadl2Parser.g:20303:2: rule__AbstractType__Group_3_1_0__0__Impl rule__AbstractType__Group_3_1_0__1
+ // InternalAadl2Parser.g:19379:1: ( rule__AbstractType__Group_3_1_0__0__Impl rule__AbstractType__Group_3_1_0__1 )
+ // InternalAadl2Parser.g:19380:2: rule__AbstractType__Group_3_1_0__0__Impl rule__AbstractType__Group_3_1_0__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__AbstractType__Group_3_1_0__0__Impl();
@@ -90130,21 +87398,21 @@ public final void rule__AbstractType__Group_3_1_0__0() throws RecognitionExcepti
// $ANTLR start "rule__AbstractType__Group_3_1_0__0__Impl"
- // InternalAadl2Parser.g:20310:1: rule__AbstractType__Group_3_1_0__0__Impl : ( ( rule__AbstractType__NoPrototypesAssignment_3_1_0_0 ) ) ;
+ // InternalAadl2Parser.g:19387:1: rule__AbstractType__Group_3_1_0__0__Impl : ( ( rule__AbstractType__NoPrototypesAssignment_3_1_0_0 ) ) ;
public final void rule__AbstractType__Group_3_1_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20314:1: ( ( ( rule__AbstractType__NoPrototypesAssignment_3_1_0_0 ) ) )
- // InternalAadl2Parser.g:20315:1: ( ( rule__AbstractType__NoPrototypesAssignment_3_1_0_0 ) )
+ // InternalAadl2Parser.g:19391:1: ( ( ( rule__AbstractType__NoPrototypesAssignment_3_1_0_0 ) ) )
+ // InternalAadl2Parser.g:19392:1: ( ( rule__AbstractType__NoPrototypesAssignment_3_1_0_0 ) )
{
- // InternalAadl2Parser.g:20315:1: ( ( rule__AbstractType__NoPrototypesAssignment_3_1_0_0 ) )
- // InternalAadl2Parser.g:20316:2: ( rule__AbstractType__NoPrototypesAssignment_3_1_0_0 )
+ // InternalAadl2Parser.g:19392:1: ( ( rule__AbstractType__NoPrototypesAssignment_3_1_0_0 ) )
+ // InternalAadl2Parser.g:19393:2: ( rule__AbstractType__NoPrototypesAssignment_3_1_0_0 )
{
before(grammarAccess.getAbstractTypeAccess().getNoPrototypesAssignment_3_1_0_0());
- // InternalAadl2Parser.g:20317:2: ( rule__AbstractType__NoPrototypesAssignment_3_1_0_0 )
- // InternalAadl2Parser.g:20317:3: rule__AbstractType__NoPrototypesAssignment_3_1_0_0
+ // InternalAadl2Parser.g:19394:2: ( rule__AbstractType__NoPrototypesAssignment_3_1_0_0 )
+ // InternalAadl2Parser.g:19394:3: rule__AbstractType__NoPrototypesAssignment_3_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__NoPrototypesAssignment_3_1_0_0();
@@ -90177,14 +87445,14 @@ public final void rule__AbstractType__Group_3_1_0__0__Impl() throws RecognitionE
// $ANTLR start "rule__AbstractType__Group_3_1_0__1"
- // InternalAadl2Parser.g:20325:1: rule__AbstractType__Group_3_1_0__1 : rule__AbstractType__Group_3_1_0__1__Impl ;
+ // InternalAadl2Parser.g:19402:1: rule__AbstractType__Group_3_1_0__1 : rule__AbstractType__Group_3_1_0__1__Impl ;
public final void rule__AbstractType__Group_3_1_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20329:1: ( rule__AbstractType__Group_3_1_0__1__Impl )
- // InternalAadl2Parser.g:20330:2: rule__AbstractType__Group_3_1_0__1__Impl
+ // InternalAadl2Parser.g:19406:1: ( rule__AbstractType__Group_3_1_0__1__Impl )
+ // InternalAadl2Parser.g:19407:2: rule__AbstractType__Group_3_1_0__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__Group_3_1_0__1__Impl();
@@ -90210,17 +87478,17 @@ public final void rule__AbstractType__Group_3_1_0__1() throws RecognitionExcepti
// $ANTLR start "rule__AbstractType__Group_3_1_0__1__Impl"
- // InternalAadl2Parser.g:20336:1: rule__AbstractType__Group_3_1_0__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:19413:1: rule__AbstractType__Group_3_1_0__1__Impl : ( Semicolon ) ;
public final void rule__AbstractType__Group_3_1_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20340:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:20341:1: ( Semicolon )
+ // InternalAadl2Parser.g:19417:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:19418:1: ( Semicolon )
{
- // InternalAadl2Parser.g:20341:1: ( Semicolon )
- // InternalAadl2Parser.g:20342:2: Semicolon
+ // InternalAadl2Parser.g:19418:1: ( Semicolon )
+ // InternalAadl2Parser.g:19419:2: Semicolon
{
before(grammarAccess.getAbstractTypeAccess().getSemicolonKeyword_3_1_0_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -90247,14 +87515,14 @@ public final void rule__AbstractType__Group_3_1_0__1__Impl() throws RecognitionE
// $ANTLR start "rule__AbstractType__Group_4__0"
- // InternalAadl2Parser.g:20352:1: rule__AbstractType__Group_4__0 : rule__AbstractType__Group_4__0__Impl rule__AbstractType__Group_4__1 ;
+ // InternalAadl2Parser.g:19429:1: rule__AbstractType__Group_4__0 : rule__AbstractType__Group_4__0__Impl rule__AbstractType__Group_4__1 ;
public final void rule__AbstractType__Group_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20356:1: ( rule__AbstractType__Group_4__0__Impl rule__AbstractType__Group_4__1 )
- // InternalAadl2Parser.g:20357:2: rule__AbstractType__Group_4__0__Impl rule__AbstractType__Group_4__1
+ // InternalAadl2Parser.g:19433:1: ( rule__AbstractType__Group_4__0__Impl rule__AbstractType__Group_4__1 )
+ // InternalAadl2Parser.g:19434:2: rule__AbstractType__Group_4__0__Impl rule__AbstractType__Group_4__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__AbstractType__Group_4__0__Impl();
@@ -90285,17 +87553,17 @@ public final void rule__AbstractType__Group_4__0() throws RecognitionException {
// $ANTLR start "rule__AbstractType__Group_4__0__Impl"
- // InternalAadl2Parser.g:20364:1: rule__AbstractType__Group_4__0__Impl : ( Features ) ;
+ // InternalAadl2Parser.g:19441:1: rule__AbstractType__Group_4__0__Impl : ( Features ) ;
public final void rule__AbstractType__Group_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20368:1: ( ( Features ) )
- // InternalAadl2Parser.g:20369:1: ( Features )
+ // InternalAadl2Parser.g:19445:1: ( ( Features ) )
+ // InternalAadl2Parser.g:19446:1: ( Features )
{
- // InternalAadl2Parser.g:20369:1: ( Features )
- // InternalAadl2Parser.g:20370:2: Features
+ // InternalAadl2Parser.g:19446:1: ( Features )
+ // InternalAadl2Parser.g:19447:2: Features
{
before(grammarAccess.getAbstractTypeAccess().getFeaturesKeyword_4_0());
match(input,Features,FollowSets000.FOLLOW_2);
@@ -90322,14 +87590,14 @@ public final void rule__AbstractType__Group_4__0__Impl() throws RecognitionExcep
// $ANTLR start "rule__AbstractType__Group_4__1"
- // InternalAadl2Parser.g:20379:1: rule__AbstractType__Group_4__1 : rule__AbstractType__Group_4__1__Impl ;
+ // InternalAadl2Parser.g:19456:1: rule__AbstractType__Group_4__1 : rule__AbstractType__Group_4__1__Impl ;
public final void rule__AbstractType__Group_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20383:1: ( rule__AbstractType__Group_4__1__Impl )
- // InternalAadl2Parser.g:20384:2: rule__AbstractType__Group_4__1__Impl
+ // InternalAadl2Parser.g:19460:1: ( rule__AbstractType__Group_4__1__Impl )
+ // InternalAadl2Parser.g:19461:2: rule__AbstractType__Group_4__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__Group_4__1__Impl();
@@ -90355,21 +87623,21 @@ public final void rule__AbstractType__Group_4__1() throws RecognitionException {
// $ANTLR start "rule__AbstractType__Group_4__1__Impl"
- // InternalAadl2Parser.g:20390:1: rule__AbstractType__Group_4__1__Impl : ( ( rule__AbstractType__Alternatives_4_1 ) ) ;
+ // InternalAadl2Parser.g:19467:1: rule__AbstractType__Group_4__1__Impl : ( ( rule__AbstractType__Alternatives_4_1 ) ) ;
public final void rule__AbstractType__Group_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20394:1: ( ( ( rule__AbstractType__Alternatives_4_1 ) ) )
- // InternalAadl2Parser.g:20395:1: ( ( rule__AbstractType__Alternatives_4_1 ) )
+ // InternalAadl2Parser.g:19471:1: ( ( ( rule__AbstractType__Alternatives_4_1 ) ) )
+ // InternalAadl2Parser.g:19472:1: ( ( rule__AbstractType__Alternatives_4_1 ) )
{
- // InternalAadl2Parser.g:20395:1: ( ( rule__AbstractType__Alternatives_4_1 ) )
- // InternalAadl2Parser.g:20396:2: ( rule__AbstractType__Alternatives_4_1 )
+ // InternalAadl2Parser.g:19472:1: ( ( rule__AbstractType__Alternatives_4_1 ) )
+ // InternalAadl2Parser.g:19473:2: ( rule__AbstractType__Alternatives_4_1 )
{
before(grammarAccess.getAbstractTypeAccess().getAlternatives_4_1());
- // InternalAadl2Parser.g:20397:2: ( rule__AbstractType__Alternatives_4_1 )
- // InternalAadl2Parser.g:20397:3: rule__AbstractType__Alternatives_4_1
+ // InternalAadl2Parser.g:19474:2: ( rule__AbstractType__Alternatives_4_1 )
+ // InternalAadl2Parser.g:19474:3: rule__AbstractType__Alternatives_4_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__Alternatives_4_1();
@@ -90402,14 +87670,14 @@ public final void rule__AbstractType__Group_4__1__Impl() throws RecognitionExcep
// $ANTLR start "rule__AbstractType__Group_4_1_0__0"
- // InternalAadl2Parser.g:20406:1: rule__AbstractType__Group_4_1_0__0 : rule__AbstractType__Group_4_1_0__0__Impl rule__AbstractType__Group_4_1_0__1 ;
+ // InternalAadl2Parser.g:19483:1: rule__AbstractType__Group_4_1_0__0 : rule__AbstractType__Group_4_1_0__0__Impl rule__AbstractType__Group_4_1_0__1 ;
public final void rule__AbstractType__Group_4_1_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20410:1: ( rule__AbstractType__Group_4_1_0__0__Impl rule__AbstractType__Group_4_1_0__1 )
- // InternalAadl2Parser.g:20411:2: rule__AbstractType__Group_4_1_0__0__Impl rule__AbstractType__Group_4_1_0__1
+ // InternalAadl2Parser.g:19487:1: ( rule__AbstractType__Group_4_1_0__0__Impl rule__AbstractType__Group_4_1_0__1 )
+ // InternalAadl2Parser.g:19488:2: rule__AbstractType__Group_4_1_0__0__Impl rule__AbstractType__Group_4_1_0__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__AbstractType__Group_4_1_0__0__Impl();
@@ -90440,21 +87708,21 @@ public final void rule__AbstractType__Group_4_1_0__0() throws RecognitionExcepti
// $ANTLR start "rule__AbstractType__Group_4_1_0__0__Impl"
- // InternalAadl2Parser.g:20418:1: rule__AbstractType__Group_4_1_0__0__Impl : ( ( rule__AbstractType__NoFeaturesAssignment_4_1_0_0 ) ) ;
+ // InternalAadl2Parser.g:19495:1: rule__AbstractType__Group_4_1_0__0__Impl : ( ( rule__AbstractType__NoFeaturesAssignment_4_1_0_0 ) ) ;
public final void rule__AbstractType__Group_4_1_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20422:1: ( ( ( rule__AbstractType__NoFeaturesAssignment_4_1_0_0 ) ) )
- // InternalAadl2Parser.g:20423:1: ( ( rule__AbstractType__NoFeaturesAssignment_4_1_0_0 ) )
+ // InternalAadl2Parser.g:19499:1: ( ( ( rule__AbstractType__NoFeaturesAssignment_4_1_0_0 ) ) )
+ // InternalAadl2Parser.g:19500:1: ( ( rule__AbstractType__NoFeaturesAssignment_4_1_0_0 ) )
{
- // InternalAadl2Parser.g:20423:1: ( ( rule__AbstractType__NoFeaturesAssignment_4_1_0_0 ) )
- // InternalAadl2Parser.g:20424:2: ( rule__AbstractType__NoFeaturesAssignment_4_1_0_0 )
+ // InternalAadl2Parser.g:19500:1: ( ( rule__AbstractType__NoFeaturesAssignment_4_1_0_0 ) )
+ // InternalAadl2Parser.g:19501:2: ( rule__AbstractType__NoFeaturesAssignment_4_1_0_0 )
{
before(grammarAccess.getAbstractTypeAccess().getNoFeaturesAssignment_4_1_0_0());
- // InternalAadl2Parser.g:20425:2: ( rule__AbstractType__NoFeaturesAssignment_4_1_0_0 )
- // InternalAadl2Parser.g:20425:3: rule__AbstractType__NoFeaturesAssignment_4_1_0_0
+ // InternalAadl2Parser.g:19502:2: ( rule__AbstractType__NoFeaturesAssignment_4_1_0_0 )
+ // InternalAadl2Parser.g:19502:3: rule__AbstractType__NoFeaturesAssignment_4_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__NoFeaturesAssignment_4_1_0_0();
@@ -90487,14 +87755,14 @@ public final void rule__AbstractType__Group_4_1_0__0__Impl() throws RecognitionE
// $ANTLR start "rule__AbstractType__Group_4_1_0__1"
- // InternalAadl2Parser.g:20433:1: rule__AbstractType__Group_4_1_0__1 : rule__AbstractType__Group_4_1_0__1__Impl ;
+ // InternalAadl2Parser.g:19510:1: rule__AbstractType__Group_4_1_0__1 : rule__AbstractType__Group_4_1_0__1__Impl ;
public final void rule__AbstractType__Group_4_1_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20437:1: ( rule__AbstractType__Group_4_1_0__1__Impl )
- // InternalAadl2Parser.g:20438:2: rule__AbstractType__Group_4_1_0__1__Impl
+ // InternalAadl2Parser.g:19514:1: ( rule__AbstractType__Group_4_1_0__1__Impl )
+ // InternalAadl2Parser.g:19515:2: rule__AbstractType__Group_4_1_0__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__Group_4_1_0__1__Impl();
@@ -90520,17 +87788,17 @@ public final void rule__AbstractType__Group_4_1_0__1() throws RecognitionExcepti
// $ANTLR start "rule__AbstractType__Group_4_1_0__1__Impl"
- // InternalAadl2Parser.g:20444:1: rule__AbstractType__Group_4_1_0__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:19521:1: rule__AbstractType__Group_4_1_0__1__Impl : ( Semicolon ) ;
public final void rule__AbstractType__Group_4_1_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20448:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:20449:1: ( Semicolon )
+ // InternalAadl2Parser.g:19525:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:19526:1: ( Semicolon )
{
- // InternalAadl2Parser.g:20449:1: ( Semicolon )
- // InternalAadl2Parser.g:20450:2: Semicolon
+ // InternalAadl2Parser.g:19526:1: ( Semicolon )
+ // InternalAadl2Parser.g:19527:2: Semicolon
{
before(grammarAccess.getAbstractTypeAccess().getSemicolonKeyword_4_1_0_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -90557,14 +87825,14 @@ public final void rule__AbstractType__Group_4_1_0__1__Impl() throws RecognitionE
// $ANTLR start "rule__AbstractType__Group_5__0"
- // InternalAadl2Parser.g:20460:1: rule__AbstractType__Group_5__0 : rule__AbstractType__Group_5__0__Impl rule__AbstractType__Group_5__1 ;
+ // InternalAadl2Parser.g:19537:1: rule__AbstractType__Group_5__0 : rule__AbstractType__Group_5__0__Impl rule__AbstractType__Group_5__1 ;
public final void rule__AbstractType__Group_5__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20464:1: ( rule__AbstractType__Group_5__0__Impl rule__AbstractType__Group_5__1 )
- // InternalAadl2Parser.g:20465:2: rule__AbstractType__Group_5__0__Impl rule__AbstractType__Group_5__1
+ // InternalAadl2Parser.g:19541:1: ( rule__AbstractType__Group_5__0__Impl rule__AbstractType__Group_5__1 )
+ // InternalAadl2Parser.g:19542:2: rule__AbstractType__Group_5__0__Impl rule__AbstractType__Group_5__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__AbstractType__Group_5__0__Impl();
@@ -90595,17 +87863,17 @@ public final void rule__AbstractType__Group_5__0() throws RecognitionException {
// $ANTLR start "rule__AbstractType__Group_5__0__Impl"
- // InternalAadl2Parser.g:20472:1: rule__AbstractType__Group_5__0__Impl : ( Flows ) ;
+ // InternalAadl2Parser.g:19549:1: rule__AbstractType__Group_5__0__Impl : ( Flows ) ;
public final void rule__AbstractType__Group_5__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20476:1: ( ( Flows ) )
- // InternalAadl2Parser.g:20477:1: ( Flows )
+ // InternalAadl2Parser.g:19553:1: ( ( Flows ) )
+ // InternalAadl2Parser.g:19554:1: ( Flows )
{
- // InternalAadl2Parser.g:20477:1: ( Flows )
- // InternalAadl2Parser.g:20478:2: Flows
+ // InternalAadl2Parser.g:19554:1: ( Flows )
+ // InternalAadl2Parser.g:19555:2: Flows
{
before(grammarAccess.getAbstractTypeAccess().getFlowsKeyword_5_0());
match(input,Flows,FollowSets000.FOLLOW_2);
@@ -90632,14 +87900,14 @@ public final void rule__AbstractType__Group_5__0__Impl() throws RecognitionExcep
// $ANTLR start "rule__AbstractType__Group_5__1"
- // InternalAadl2Parser.g:20487:1: rule__AbstractType__Group_5__1 : rule__AbstractType__Group_5__1__Impl ;
+ // InternalAadl2Parser.g:19564:1: rule__AbstractType__Group_5__1 : rule__AbstractType__Group_5__1__Impl ;
public final void rule__AbstractType__Group_5__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20491:1: ( rule__AbstractType__Group_5__1__Impl )
- // InternalAadl2Parser.g:20492:2: rule__AbstractType__Group_5__1__Impl
+ // InternalAadl2Parser.g:19568:1: ( rule__AbstractType__Group_5__1__Impl )
+ // InternalAadl2Parser.g:19569:2: rule__AbstractType__Group_5__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__Group_5__1__Impl();
@@ -90665,21 +87933,21 @@ public final void rule__AbstractType__Group_5__1() throws RecognitionException {
// $ANTLR start "rule__AbstractType__Group_5__1__Impl"
- // InternalAadl2Parser.g:20498:1: rule__AbstractType__Group_5__1__Impl : ( ( rule__AbstractType__Alternatives_5_1 ) ) ;
+ // InternalAadl2Parser.g:19575:1: rule__AbstractType__Group_5__1__Impl : ( ( rule__AbstractType__Alternatives_5_1 ) ) ;
public final void rule__AbstractType__Group_5__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20502:1: ( ( ( rule__AbstractType__Alternatives_5_1 ) ) )
- // InternalAadl2Parser.g:20503:1: ( ( rule__AbstractType__Alternatives_5_1 ) )
+ // InternalAadl2Parser.g:19579:1: ( ( ( rule__AbstractType__Alternatives_5_1 ) ) )
+ // InternalAadl2Parser.g:19580:1: ( ( rule__AbstractType__Alternatives_5_1 ) )
{
- // InternalAadl2Parser.g:20503:1: ( ( rule__AbstractType__Alternatives_5_1 ) )
- // InternalAadl2Parser.g:20504:2: ( rule__AbstractType__Alternatives_5_1 )
+ // InternalAadl2Parser.g:19580:1: ( ( rule__AbstractType__Alternatives_5_1 ) )
+ // InternalAadl2Parser.g:19581:2: ( rule__AbstractType__Alternatives_5_1 )
{
before(grammarAccess.getAbstractTypeAccess().getAlternatives_5_1());
- // InternalAadl2Parser.g:20505:2: ( rule__AbstractType__Alternatives_5_1 )
- // InternalAadl2Parser.g:20505:3: rule__AbstractType__Alternatives_5_1
+ // InternalAadl2Parser.g:19582:2: ( rule__AbstractType__Alternatives_5_1 )
+ // InternalAadl2Parser.g:19582:3: rule__AbstractType__Alternatives_5_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__Alternatives_5_1();
@@ -90712,14 +87980,14 @@ public final void rule__AbstractType__Group_5__1__Impl() throws RecognitionExcep
// $ANTLR start "rule__AbstractType__Group_5_1_1__0"
- // InternalAadl2Parser.g:20514:1: rule__AbstractType__Group_5_1_1__0 : rule__AbstractType__Group_5_1_1__0__Impl rule__AbstractType__Group_5_1_1__1 ;
+ // InternalAadl2Parser.g:19591:1: rule__AbstractType__Group_5_1_1__0 : rule__AbstractType__Group_5_1_1__0__Impl rule__AbstractType__Group_5_1_1__1 ;
public final void rule__AbstractType__Group_5_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20518:1: ( rule__AbstractType__Group_5_1_1__0__Impl rule__AbstractType__Group_5_1_1__1 )
- // InternalAadl2Parser.g:20519:2: rule__AbstractType__Group_5_1_1__0__Impl rule__AbstractType__Group_5_1_1__1
+ // InternalAadl2Parser.g:19595:1: ( rule__AbstractType__Group_5_1_1__0__Impl rule__AbstractType__Group_5_1_1__1 )
+ // InternalAadl2Parser.g:19596:2: rule__AbstractType__Group_5_1_1__0__Impl rule__AbstractType__Group_5_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__AbstractType__Group_5_1_1__0__Impl();
@@ -90750,21 +88018,21 @@ public final void rule__AbstractType__Group_5_1_1__0() throws RecognitionExcepti
// $ANTLR start "rule__AbstractType__Group_5_1_1__0__Impl"
- // InternalAadl2Parser.g:20526:1: rule__AbstractType__Group_5_1_1__0__Impl : ( ( rule__AbstractType__NoFlowsAssignment_5_1_1_0 ) ) ;
+ // InternalAadl2Parser.g:19603:1: rule__AbstractType__Group_5_1_1__0__Impl : ( ( rule__AbstractType__NoFlowsAssignment_5_1_1_0 ) ) ;
public final void rule__AbstractType__Group_5_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20530:1: ( ( ( rule__AbstractType__NoFlowsAssignment_5_1_1_0 ) ) )
- // InternalAadl2Parser.g:20531:1: ( ( rule__AbstractType__NoFlowsAssignment_5_1_1_0 ) )
+ // InternalAadl2Parser.g:19607:1: ( ( ( rule__AbstractType__NoFlowsAssignment_5_1_1_0 ) ) )
+ // InternalAadl2Parser.g:19608:1: ( ( rule__AbstractType__NoFlowsAssignment_5_1_1_0 ) )
{
- // InternalAadl2Parser.g:20531:1: ( ( rule__AbstractType__NoFlowsAssignment_5_1_1_0 ) )
- // InternalAadl2Parser.g:20532:2: ( rule__AbstractType__NoFlowsAssignment_5_1_1_0 )
+ // InternalAadl2Parser.g:19608:1: ( ( rule__AbstractType__NoFlowsAssignment_5_1_1_0 ) )
+ // InternalAadl2Parser.g:19609:2: ( rule__AbstractType__NoFlowsAssignment_5_1_1_0 )
{
before(grammarAccess.getAbstractTypeAccess().getNoFlowsAssignment_5_1_1_0());
- // InternalAadl2Parser.g:20533:2: ( rule__AbstractType__NoFlowsAssignment_5_1_1_0 )
- // InternalAadl2Parser.g:20533:3: rule__AbstractType__NoFlowsAssignment_5_1_1_0
+ // InternalAadl2Parser.g:19610:2: ( rule__AbstractType__NoFlowsAssignment_5_1_1_0 )
+ // InternalAadl2Parser.g:19610:3: rule__AbstractType__NoFlowsAssignment_5_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__NoFlowsAssignment_5_1_1_0();
@@ -90797,14 +88065,14 @@ public final void rule__AbstractType__Group_5_1_1__0__Impl() throws RecognitionE
// $ANTLR start "rule__AbstractType__Group_5_1_1__1"
- // InternalAadl2Parser.g:20541:1: rule__AbstractType__Group_5_1_1__1 : rule__AbstractType__Group_5_1_1__1__Impl ;
+ // InternalAadl2Parser.g:19618:1: rule__AbstractType__Group_5_1_1__1 : rule__AbstractType__Group_5_1_1__1__Impl ;
public final void rule__AbstractType__Group_5_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20545:1: ( rule__AbstractType__Group_5_1_1__1__Impl )
- // InternalAadl2Parser.g:20546:2: rule__AbstractType__Group_5_1_1__1__Impl
+ // InternalAadl2Parser.g:19622:1: ( rule__AbstractType__Group_5_1_1__1__Impl )
+ // InternalAadl2Parser.g:19623:2: rule__AbstractType__Group_5_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__Group_5_1_1__1__Impl();
@@ -90830,17 +88098,17 @@ public final void rule__AbstractType__Group_5_1_1__1() throws RecognitionExcepti
// $ANTLR start "rule__AbstractType__Group_5_1_1__1__Impl"
- // InternalAadl2Parser.g:20552:1: rule__AbstractType__Group_5_1_1__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:19629:1: rule__AbstractType__Group_5_1_1__1__Impl : ( Semicolon ) ;
public final void rule__AbstractType__Group_5_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20556:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:20557:1: ( Semicolon )
+ // InternalAadl2Parser.g:19633:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:19634:1: ( Semicolon )
{
- // InternalAadl2Parser.g:20557:1: ( Semicolon )
- // InternalAadl2Parser.g:20558:2: Semicolon
+ // InternalAadl2Parser.g:19634:1: ( Semicolon )
+ // InternalAadl2Parser.g:19635:2: Semicolon
{
before(grammarAccess.getAbstractTypeAccess().getSemicolonKeyword_5_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -90867,16 +88135,16 @@ public final void rule__AbstractType__Group_5_1_1__1__Impl() throws RecognitionE
// $ANTLR start "rule__AbstractType__Group_6_0__0"
- // InternalAadl2Parser.g:20568:1: rule__AbstractType__Group_6_0__0 : rule__AbstractType__Group_6_0__0__Impl rule__AbstractType__Group_6_0__1 ;
+ // InternalAadl2Parser.g:19645:1: rule__AbstractType__Group_6_0__0 : rule__AbstractType__Group_6_0__0__Impl rule__AbstractType__Group_6_0__1 ;
public final void rule__AbstractType__Group_6_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20572:1: ( rule__AbstractType__Group_6_0__0__Impl rule__AbstractType__Group_6_0__1 )
- // InternalAadl2Parser.g:20573:2: rule__AbstractType__Group_6_0__0__Impl rule__AbstractType__Group_6_0__1
+ // InternalAadl2Parser.g:19649:1: ( rule__AbstractType__Group_6_0__0__Impl rule__AbstractType__Group_6_0__1 )
+ // InternalAadl2Parser.g:19650:2: rule__AbstractType__Group_6_0__0__Impl rule__AbstractType__Group_6_0__1
{
- pushFollow(FollowSets000.FOLLOW_4);
+ pushFollow(FollowSets000.FOLLOW_31);
rule__AbstractType__Group_6_0__0__Impl();
state._fsp--;
@@ -90905,21 +88173,21 @@ public final void rule__AbstractType__Group_6_0__0() throws RecognitionException
// $ANTLR start "rule__AbstractType__Group_6_0__0__Impl"
- // InternalAadl2Parser.g:20580:1: rule__AbstractType__Group_6_0__0__Impl : ( ( rule__AbstractType__DerivedModesAssignment_6_0_0 ) ) ;
+ // InternalAadl2Parser.g:19657:1: rule__AbstractType__Group_6_0__0__Impl : ( ( rule__AbstractType__DerivedModesAssignment_6_0_0 ) ) ;
public final void rule__AbstractType__Group_6_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20584:1: ( ( ( rule__AbstractType__DerivedModesAssignment_6_0_0 ) ) )
- // InternalAadl2Parser.g:20585:1: ( ( rule__AbstractType__DerivedModesAssignment_6_0_0 ) )
+ // InternalAadl2Parser.g:19661:1: ( ( ( rule__AbstractType__DerivedModesAssignment_6_0_0 ) ) )
+ // InternalAadl2Parser.g:19662:1: ( ( rule__AbstractType__DerivedModesAssignment_6_0_0 ) )
{
- // InternalAadl2Parser.g:20585:1: ( ( rule__AbstractType__DerivedModesAssignment_6_0_0 ) )
- // InternalAadl2Parser.g:20586:2: ( rule__AbstractType__DerivedModesAssignment_6_0_0 )
+ // InternalAadl2Parser.g:19662:1: ( ( rule__AbstractType__DerivedModesAssignment_6_0_0 ) )
+ // InternalAadl2Parser.g:19663:2: ( rule__AbstractType__DerivedModesAssignment_6_0_0 )
{
before(grammarAccess.getAbstractTypeAccess().getDerivedModesAssignment_6_0_0());
- // InternalAadl2Parser.g:20587:2: ( rule__AbstractType__DerivedModesAssignment_6_0_0 )
- // InternalAadl2Parser.g:20587:3: rule__AbstractType__DerivedModesAssignment_6_0_0
+ // InternalAadl2Parser.g:19664:2: ( rule__AbstractType__DerivedModesAssignment_6_0_0 )
+ // InternalAadl2Parser.g:19664:3: rule__AbstractType__DerivedModesAssignment_6_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__DerivedModesAssignment_6_0_0();
@@ -90952,20 +88220,25 @@ public final void rule__AbstractType__Group_6_0__0__Impl() throws RecognitionExc
// $ANTLR start "rule__AbstractType__Group_6_0__1"
- // InternalAadl2Parser.g:20595:1: rule__AbstractType__Group_6_0__1 : rule__AbstractType__Group_6_0__1__Impl ;
+ // InternalAadl2Parser.g:19672:1: rule__AbstractType__Group_6_0__1 : rule__AbstractType__Group_6_0__1__Impl rule__AbstractType__Group_6_0__2 ;
public final void rule__AbstractType__Group_6_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20599:1: ( rule__AbstractType__Group_6_0__1__Impl )
- // InternalAadl2Parser.g:20600:2: rule__AbstractType__Group_6_0__1__Impl
+ // InternalAadl2Parser.g:19676:1: ( rule__AbstractType__Group_6_0__1__Impl rule__AbstractType__Group_6_0__2 )
+ // InternalAadl2Parser.g:19677:2: rule__AbstractType__Group_6_0__1__Impl rule__AbstractType__Group_6_0__2
{
- pushFollow(FollowSets000.FOLLOW_2);
+ pushFollow(FollowSets000.FOLLOW_4);
rule__AbstractType__Group_6_0__1__Impl();
state._fsp--;
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__AbstractType__Group_6_0__2();
+
+ state._fsp--;
+
}
@@ -90985,42 +88258,112 @@ public final void rule__AbstractType__Group_6_0__1() throws RecognitionException
// $ANTLR start "rule__AbstractType__Group_6_0__1__Impl"
- // InternalAadl2Parser.g:20606:1: rule__AbstractType__Group_6_0__1__Impl : ( ( ( rule__AbstractType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__AbstractType__OwnedModeAssignment_6_0_1 )* ) ) ;
+ // InternalAadl2Parser.g:19684:1: rule__AbstractType__Group_6_0__1__Impl : ( Modes ) ;
public final void rule__AbstractType__Group_6_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20610:1: ( ( ( ( rule__AbstractType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__AbstractType__OwnedModeAssignment_6_0_1 )* ) ) )
- // InternalAadl2Parser.g:20611:1: ( ( ( rule__AbstractType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__AbstractType__OwnedModeAssignment_6_0_1 )* ) )
+ // InternalAadl2Parser.g:19688:1: ( ( Modes ) )
+ // InternalAadl2Parser.g:19689:1: ( Modes )
{
- // InternalAadl2Parser.g:20611:1: ( ( ( rule__AbstractType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__AbstractType__OwnedModeAssignment_6_0_1 )* ) )
- // InternalAadl2Parser.g:20612:2: ( ( rule__AbstractType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__AbstractType__OwnedModeAssignment_6_0_1 )* )
+ // InternalAadl2Parser.g:19689:1: ( Modes )
+ // InternalAadl2Parser.g:19690:2: Modes
{
- // InternalAadl2Parser.g:20612:2: ( ( rule__AbstractType__OwnedModeAssignment_6_0_1 ) )
- // InternalAadl2Parser.g:20613:3: ( rule__AbstractType__OwnedModeAssignment_6_0_1 )
+ before(grammarAccess.getAbstractTypeAccess().getModesKeyword_6_0_1());
+ match(input,Modes,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getAbstractTypeAccess().getModesKeyword_6_0_1());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AbstractType__Group_6_0__1__Impl"
+
+
+ // $ANTLR start "rule__AbstractType__Group_6_0__2"
+ // InternalAadl2Parser.g:19699:1: rule__AbstractType__Group_6_0__2 : rule__AbstractType__Group_6_0__2__Impl ;
+ public final void rule__AbstractType__Group_6_0__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:19703:1: ( rule__AbstractType__Group_6_0__2__Impl )
+ // InternalAadl2Parser.g:19704:2: rule__AbstractType__Group_6_0__2__Impl
{
- before(grammarAccess.getAbstractTypeAccess().getOwnedModeAssignment_6_0_1());
- // InternalAadl2Parser.g:20614:3: ( rule__AbstractType__OwnedModeAssignment_6_0_1 )
- // InternalAadl2Parser.g:20614:4: rule__AbstractType__OwnedModeAssignment_6_0_1
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__AbstractType__Group_6_0__2__Impl();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AbstractType__Group_6_0__2"
+
+
+ // $ANTLR start "rule__AbstractType__Group_6_0__2__Impl"
+ // InternalAadl2Parser.g:19710:1: rule__AbstractType__Group_6_0__2__Impl : ( ( ( rule__AbstractType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__AbstractType__OwnedModeAssignment_6_0_2 )* ) ) ;
+ public final void rule__AbstractType__Group_6_0__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:19714:1: ( ( ( ( rule__AbstractType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__AbstractType__OwnedModeAssignment_6_0_2 )* ) ) )
+ // InternalAadl2Parser.g:19715:1: ( ( ( rule__AbstractType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__AbstractType__OwnedModeAssignment_6_0_2 )* ) )
+ {
+ // InternalAadl2Parser.g:19715:1: ( ( ( rule__AbstractType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__AbstractType__OwnedModeAssignment_6_0_2 )* ) )
+ // InternalAadl2Parser.g:19716:2: ( ( rule__AbstractType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__AbstractType__OwnedModeAssignment_6_0_2 )* )
+ {
+ // InternalAadl2Parser.g:19716:2: ( ( rule__AbstractType__OwnedModeAssignment_6_0_2 ) )
+ // InternalAadl2Parser.g:19717:3: ( rule__AbstractType__OwnedModeAssignment_6_0_2 )
+ {
+ before(grammarAccess.getAbstractTypeAccess().getOwnedModeAssignment_6_0_2());
+ // InternalAadl2Parser.g:19718:3: ( rule__AbstractType__OwnedModeAssignment_6_0_2 )
+ // InternalAadl2Parser.g:19718:4: rule__AbstractType__OwnedModeAssignment_6_0_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__AbstractType__OwnedModeAssignment_6_0_1();
+ rule__AbstractType__OwnedModeAssignment_6_0_2();
state._fsp--;
}
- after(grammarAccess.getAbstractTypeAccess().getOwnedModeAssignment_6_0_1());
+ after(grammarAccess.getAbstractTypeAccess().getOwnedModeAssignment_6_0_2());
}
- // InternalAadl2Parser.g:20617:2: ( ( rule__AbstractType__OwnedModeAssignment_6_0_1 )* )
- // InternalAadl2Parser.g:20618:3: ( rule__AbstractType__OwnedModeAssignment_6_0_1 )*
+ // InternalAadl2Parser.g:19721:2: ( ( rule__AbstractType__OwnedModeAssignment_6_0_2 )* )
+ // InternalAadl2Parser.g:19722:3: ( rule__AbstractType__OwnedModeAssignment_6_0_2 )*
{
- before(grammarAccess.getAbstractTypeAccess().getOwnedModeAssignment_6_0_1());
- // InternalAadl2Parser.g:20619:3: ( rule__AbstractType__OwnedModeAssignment_6_0_1 )*
+ before(grammarAccess.getAbstractTypeAccess().getOwnedModeAssignment_6_0_2());
+ // InternalAadl2Parser.g:19723:3: ( rule__AbstractType__OwnedModeAssignment_6_0_2 )*
loop558:
do {
int alt558=2;
@@ -91033,10 +88376,10 @@ public final void rule__AbstractType__Group_6_0__1__Impl() throws RecognitionExc
switch (alt558) {
case 1 :
- // InternalAadl2Parser.g:20619:4: rule__AbstractType__OwnedModeAssignment_6_0_1
+ // InternalAadl2Parser.g:19723:4: rule__AbstractType__OwnedModeAssignment_6_0_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__AbstractType__OwnedModeAssignment_6_0_1();
+ rule__AbstractType__OwnedModeAssignment_6_0_2();
state._fsp--;
@@ -91049,7 +88392,7 @@ public final void rule__AbstractType__Group_6_0__1__Impl() throws RecognitionExc
}
} while (true);
- after(grammarAccess.getAbstractTypeAccess().getOwnedModeAssignment_6_0_1());
+ after(grammarAccess.getAbstractTypeAccess().getOwnedModeAssignment_6_0_2());
}
@@ -91071,18 +88414,18 @@ public final void rule__AbstractType__Group_6_0__1__Impl() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__AbstractType__Group_6_0__1__Impl"
+ // $ANTLR end "rule__AbstractType__Group_6_0__2__Impl"
// $ANTLR start "rule__AbstractType__Group_6_1__0"
- // InternalAadl2Parser.g:20629:1: rule__AbstractType__Group_6_1__0 : rule__AbstractType__Group_6_1__0__Impl rule__AbstractType__Group_6_1__1 ;
+ // InternalAadl2Parser.g:19733:1: rule__AbstractType__Group_6_1__0 : rule__AbstractType__Group_6_1__0__Impl rule__AbstractType__Group_6_1__1 ;
public final void rule__AbstractType__Group_6_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20633:1: ( rule__AbstractType__Group_6_1__0__Impl rule__AbstractType__Group_6_1__1 )
- // InternalAadl2Parser.g:20634:2: rule__AbstractType__Group_6_1__0__Impl rule__AbstractType__Group_6_1__1
+ // InternalAadl2Parser.g:19737:1: ( rule__AbstractType__Group_6_1__0__Impl rule__AbstractType__Group_6_1__1 )
+ // InternalAadl2Parser.g:19738:2: rule__AbstractType__Group_6_1__0__Impl rule__AbstractType__Group_6_1__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__AbstractType__Group_6_1__0__Impl();
@@ -91113,17 +88456,17 @@ public final void rule__AbstractType__Group_6_1__0() throws RecognitionException
// $ANTLR start "rule__AbstractType__Group_6_1__0__Impl"
- // InternalAadl2Parser.g:20641:1: rule__AbstractType__Group_6_1__0__Impl : ( Modes ) ;
+ // InternalAadl2Parser.g:19745:1: rule__AbstractType__Group_6_1__0__Impl : ( Modes ) ;
public final void rule__AbstractType__Group_6_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20645:1: ( ( Modes ) )
- // InternalAadl2Parser.g:20646:1: ( Modes )
+ // InternalAadl2Parser.g:19749:1: ( ( Modes ) )
+ // InternalAadl2Parser.g:19750:1: ( Modes )
{
- // InternalAadl2Parser.g:20646:1: ( Modes )
- // InternalAadl2Parser.g:20647:2: Modes
+ // InternalAadl2Parser.g:19750:1: ( Modes )
+ // InternalAadl2Parser.g:19751:2: Modes
{
before(grammarAccess.getAbstractTypeAccess().getModesKeyword_6_1_0());
match(input,Modes,FollowSets000.FOLLOW_2);
@@ -91150,14 +88493,14 @@ public final void rule__AbstractType__Group_6_1__0__Impl() throws RecognitionExc
// $ANTLR start "rule__AbstractType__Group_6_1__1"
- // InternalAadl2Parser.g:20656:1: rule__AbstractType__Group_6_1__1 : rule__AbstractType__Group_6_1__1__Impl ;
+ // InternalAadl2Parser.g:19760:1: rule__AbstractType__Group_6_1__1 : rule__AbstractType__Group_6_1__1__Impl ;
public final void rule__AbstractType__Group_6_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20660:1: ( rule__AbstractType__Group_6_1__1__Impl )
- // InternalAadl2Parser.g:20661:2: rule__AbstractType__Group_6_1__1__Impl
+ // InternalAadl2Parser.g:19764:1: ( rule__AbstractType__Group_6_1__1__Impl )
+ // InternalAadl2Parser.g:19765:2: rule__AbstractType__Group_6_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__Group_6_1__1__Impl();
@@ -91183,21 +88526,21 @@ public final void rule__AbstractType__Group_6_1__1() throws RecognitionException
// $ANTLR start "rule__AbstractType__Group_6_1__1__Impl"
- // InternalAadl2Parser.g:20667:1: rule__AbstractType__Group_6_1__1__Impl : ( ( rule__AbstractType__Alternatives_6_1_1 ) ) ;
+ // InternalAadl2Parser.g:19771:1: rule__AbstractType__Group_6_1__1__Impl : ( ( rule__AbstractType__Alternatives_6_1_1 ) ) ;
public final void rule__AbstractType__Group_6_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20671:1: ( ( ( rule__AbstractType__Alternatives_6_1_1 ) ) )
- // InternalAadl2Parser.g:20672:1: ( ( rule__AbstractType__Alternatives_6_1_1 ) )
+ // InternalAadl2Parser.g:19775:1: ( ( ( rule__AbstractType__Alternatives_6_1_1 ) ) )
+ // InternalAadl2Parser.g:19776:1: ( ( rule__AbstractType__Alternatives_6_1_1 ) )
{
- // InternalAadl2Parser.g:20672:1: ( ( rule__AbstractType__Alternatives_6_1_1 ) )
- // InternalAadl2Parser.g:20673:2: ( rule__AbstractType__Alternatives_6_1_1 )
+ // InternalAadl2Parser.g:19776:1: ( ( rule__AbstractType__Alternatives_6_1_1 ) )
+ // InternalAadl2Parser.g:19777:2: ( rule__AbstractType__Alternatives_6_1_1 )
{
before(grammarAccess.getAbstractTypeAccess().getAlternatives_6_1_1());
- // InternalAadl2Parser.g:20674:2: ( rule__AbstractType__Alternatives_6_1_1 )
- // InternalAadl2Parser.g:20674:3: rule__AbstractType__Alternatives_6_1_1
+ // InternalAadl2Parser.g:19778:2: ( rule__AbstractType__Alternatives_6_1_1 )
+ // InternalAadl2Parser.g:19778:3: rule__AbstractType__Alternatives_6_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__Alternatives_6_1_1();
@@ -91230,14 +88573,14 @@ public final void rule__AbstractType__Group_6_1__1__Impl() throws RecognitionExc
// $ANTLR start "rule__AbstractType__Group_6_1_1_1__0"
- // InternalAadl2Parser.g:20683:1: rule__AbstractType__Group_6_1_1_1__0 : rule__AbstractType__Group_6_1_1_1__0__Impl rule__AbstractType__Group_6_1_1_1__1 ;
+ // InternalAadl2Parser.g:19787:1: rule__AbstractType__Group_6_1_1_1__0 : rule__AbstractType__Group_6_1_1_1__0__Impl rule__AbstractType__Group_6_1_1_1__1 ;
public final void rule__AbstractType__Group_6_1_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20687:1: ( rule__AbstractType__Group_6_1_1_1__0__Impl rule__AbstractType__Group_6_1_1_1__1 )
- // InternalAadl2Parser.g:20688:2: rule__AbstractType__Group_6_1_1_1__0__Impl rule__AbstractType__Group_6_1_1_1__1
+ // InternalAadl2Parser.g:19791:1: ( rule__AbstractType__Group_6_1_1_1__0__Impl rule__AbstractType__Group_6_1_1_1__1 )
+ // InternalAadl2Parser.g:19792:2: rule__AbstractType__Group_6_1_1_1__0__Impl rule__AbstractType__Group_6_1_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__AbstractType__Group_6_1_1_1__0__Impl();
@@ -91268,21 +88611,21 @@ public final void rule__AbstractType__Group_6_1_1_1__0() throws RecognitionExcep
// $ANTLR start "rule__AbstractType__Group_6_1_1_1__0__Impl"
- // InternalAadl2Parser.g:20695:1: rule__AbstractType__Group_6_1_1_1__0__Impl : ( ( rule__AbstractType__NoModesAssignment_6_1_1_1_0 ) ) ;
+ // InternalAadl2Parser.g:19799:1: rule__AbstractType__Group_6_1_1_1__0__Impl : ( ( rule__AbstractType__NoModesAssignment_6_1_1_1_0 ) ) ;
public final void rule__AbstractType__Group_6_1_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20699:1: ( ( ( rule__AbstractType__NoModesAssignment_6_1_1_1_0 ) ) )
- // InternalAadl2Parser.g:20700:1: ( ( rule__AbstractType__NoModesAssignment_6_1_1_1_0 ) )
+ // InternalAadl2Parser.g:19803:1: ( ( ( rule__AbstractType__NoModesAssignment_6_1_1_1_0 ) ) )
+ // InternalAadl2Parser.g:19804:1: ( ( rule__AbstractType__NoModesAssignment_6_1_1_1_0 ) )
{
- // InternalAadl2Parser.g:20700:1: ( ( rule__AbstractType__NoModesAssignment_6_1_1_1_0 ) )
- // InternalAadl2Parser.g:20701:2: ( rule__AbstractType__NoModesAssignment_6_1_1_1_0 )
+ // InternalAadl2Parser.g:19804:1: ( ( rule__AbstractType__NoModesAssignment_6_1_1_1_0 ) )
+ // InternalAadl2Parser.g:19805:2: ( rule__AbstractType__NoModesAssignment_6_1_1_1_0 )
{
before(grammarAccess.getAbstractTypeAccess().getNoModesAssignment_6_1_1_1_0());
- // InternalAadl2Parser.g:20702:2: ( rule__AbstractType__NoModesAssignment_6_1_1_1_0 )
- // InternalAadl2Parser.g:20702:3: rule__AbstractType__NoModesAssignment_6_1_1_1_0
+ // InternalAadl2Parser.g:19806:2: ( rule__AbstractType__NoModesAssignment_6_1_1_1_0 )
+ // InternalAadl2Parser.g:19806:3: rule__AbstractType__NoModesAssignment_6_1_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__NoModesAssignment_6_1_1_1_0();
@@ -91315,14 +88658,14 @@ public final void rule__AbstractType__Group_6_1_1_1__0__Impl() throws Recognitio
// $ANTLR start "rule__AbstractType__Group_6_1_1_1__1"
- // InternalAadl2Parser.g:20710:1: rule__AbstractType__Group_6_1_1_1__1 : rule__AbstractType__Group_6_1_1_1__1__Impl ;
+ // InternalAadl2Parser.g:19814:1: rule__AbstractType__Group_6_1_1_1__1 : rule__AbstractType__Group_6_1_1_1__1__Impl ;
public final void rule__AbstractType__Group_6_1_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20714:1: ( rule__AbstractType__Group_6_1_1_1__1__Impl )
- // InternalAadl2Parser.g:20715:2: rule__AbstractType__Group_6_1_1_1__1__Impl
+ // InternalAadl2Parser.g:19818:1: ( rule__AbstractType__Group_6_1_1_1__1__Impl )
+ // InternalAadl2Parser.g:19819:2: rule__AbstractType__Group_6_1_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__Group_6_1_1_1__1__Impl();
@@ -91348,17 +88691,17 @@ public final void rule__AbstractType__Group_6_1_1_1__1() throws RecognitionExcep
// $ANTLR start "rule__AbstractType__Group_6_1_1_1__1__Impl"
- // InternalAadl2Parser.g:20721:1: rule__AbstractType__Group_6_1_1_1__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:19825:1: rule__AbstractType__Group_6_1_1_1__1__Impl : ( Semicolon ) ;
public final void rule__AbstractType__Group_6_1_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20725:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:20726:1: ( Semicolon )
+ // InternalAadl2Parser.g:19829:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:19830:1: ( Semicolon )
{
- // InternalAadl2Parser.g:20726:1: ( Semicolon )
- // InternalAadl2Parser.g:20727:2: Semicolon
+ // InternalAadl2Parser.g:19830:1: ( Semicolon )
+ // InternalAadl2Parser.g:19831:2: Semicolon
{
before(grammarAccess.getAbstractTypeAccess().getSemicolonKeyword_6_1_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -91385,14 +88728,14 @@ public final void rule__AbstractType__Group_6_1_1_1__1__Impl() throws Recognitio
// $ANTLR start "rule__AbstractType__Group_7__0"
- // InternalAadl2Parser.g:20737:1: rule__AbstractType__Group_7__0 : rule__AbstractType__Group_7__0__Impl rule__AbstractType__Group_7__1 ;
+ // InternalAadl2Parser.g:19841:1: rule__AbstractType__Group_7__0 : rule__AbstractType__Group_7__0__Impl rule__AbstractType__Group_7__1 ;
public final void rule__AbstractType__Group_7__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20741:1: ( rule__AbstractType__Group_7__0__Impl rule__AbstractType__Group_7__1 )
- // InternalAadl2Parser.g:20742:2: rule__AbstractType__Group_7__0__Impl rule__AbstractType__Group_7__1
+ // InternalAadl2Parser.g:19845:1: ( rule__AbstractType__Group_7__0__Impl rule__AbstractType__Group_7__1 )
+ // InternalAadl2Parser.g:19846:2: rule__AbstractType__Group_7__0__Impl rule__AbstractType__Group_7__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__AbstractType__Group_7__0__Impl();
@@ -91423,17 +88766,17 @@ public final void rule__AbstractType__Group_7__0() throws RecognitionException {
// $ANTLR start "rule__AbstractType__Group_7__0__Impl"
- // InternalAadl2Parser.g:20749:1: rule__AbstractType__Group_7__0__Impl : ( Properties ) ;
+ // InternalAadl2Parser.g:19853:1: rule__AbstractType__Group_7__0__Impl : ( Properties ) ;
public final void rule__AbstractType__Group_7__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20753:1: ( ( Properties ) )
- // InternalAadl2Parser.g:20754:1: ( Properties )
+ // InternalAadl2Parser.g:19857:1: ( ( Properties ) )
+ // InternalAadl2Parser.g:19858:1: ( Properties )
{
- // InternalAadl2Parser.g:20754:1: ( Properties )
- // InternalAadl2Parser.g:20755:2: Properties
+ // InternalAadl2Parser.g:19858:1: ( Properties )
+ // InternalAadl2Parser.g:19859:2: Properties
{
before(grammarAccess.getAbstractTypeAccess().getPropertiesKeyword_7_0());
match(input,Properties,FollowSets000.FOLLOW_2);
@@ -91460,14 +88803,14 @@ public final void rule__AbstractType__Group_7__0__Impl() throws RecognitionExcep
// $ANTLR start "rule__AbstractType__Group_7__1"
- // InternalAadl2Parser.g:20764:1: rule__AbstractType__Group_7__1 : rule__AbstractType__Group_7__1__Impl ;
+ // InternalAadl2Parser.g:19868:1: rule__AbstractType__Group_7__1 : rule__AbstractType__Group_7__1__Impl ;
public final void rule__AbstractType__Group_7__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20768:1: ( rule__AbstractType__Group_7__1__Impl )
- // InternalAadl2Parser.g:20769:2: rule__AbstractType__Group_7__1__Impl
+ // InternalAadl2Parser.g:19872:1: ( rule__AbstractType__Group_7__1__Impl )
+ // InternalAadl2Parser.g:19873:2: rule__AbstractType__Group_7__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__Group_7__1__Impl();
@@ -91493,21 +88836,21 @@ public final void rule__AbstractType__Group_7__1() throws RecognitionException {
// $ANTLR start "rule__AbstractType__Group_7__1__Impl"
- // InternalAadl2Parser.g:20775:1: rule__AbstractType__Group_7__1__Impl : ( ( rule__AbstractType__Alternatives_7_1 ) ) ;
+ // InternalAadl2Parser.g:19879:1: rule__AbstractType__Group_7__1__Impl : ( ( rule__AbstractType__Alternatives_7_1 ) ) ;
public final void rule__AbstractType__Group_7__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20779:1: ( ( ( rule__AbstractType__Alternatives_7_1 ) ) )
- // InternalAadl2Parser.g:20780:1: ( ( rule__AbstractType__Alternatives_7_1 ) )
+ // InternalAadl2Parser.g:19883:1: ( ( ( rule__AbstractType__Alternatives_7_1 ) ) )
+ // InternalAadl2Parser.g:19884:1: ( ( rule__AbstractType__Alternatives_7_1 ) )
{
- // InternalAadl2Parser.g:20780:1: ( ( rule__AbstractType__Alternatives_7_1 ) )
- // InternalAadl2Parser.g:20781:2: ( rule__AbstractType__Alternatives_7_1 )
+ // InternalAadl2Parser.g:19884:1: ( ( rule__AbstractType__Alternatives_7_1 ) )
+ // InternalAadl2Parser.g:19885:2: ( rule__AbstractType__Alternatives_7_1 )
{
before(grammarAccess.getAbstractTypeAccess().getAlternatives_7_1());
- // InternalAadl2Parser.g:20782:2: ( rule__AbstractType__Alternatives_7_1 )
- // InternalAadl2Parser.g:20782:3: rule__AbstractType__Alternatives_7_1
+ // InternalAadl2Parser.g:19886:2: ( rule__AbstractType__Alternatives_7_1 )
+ // InternalAadl2Parser.g:19886:3: rule__AbstractType__Alternatives_7_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__Alternatives_7_1();
@@ -91540,14 +88883,14 @@ public final void rule__AbstractType__Group_7__1__Impl() throws RecognitionExcep
// $ANTLR start "rule__AbstractType__Group_7_1_1__0"
- // InternalAadl2Parser.g:20791:1: rule__AbstractType__Group_7_1_1__0 : rule__AbstractType__Group_7_1_1__0__Impl rule__AbstractType__Group_7_1_1__1 ;
+ // InternalAadl2Parser.g:19895:1: rule__AbstractType__Group_7_1_1__0 : rule__AbstractType__Group_7_1_1__0__Impl rule__AbstractType__Group_7_1_1__1 ;
public final void rule__AbstractType__Group_7_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20795:1: ( rule__AbstractType__Group_7_1_1__0__Impl rule__AbstractType__Group_7_1_1__1 )
- // InternalAadl2Parser.g:20796:2: rule__AbstractType__Group_7_1_1__0__Impl rule__AbstractType__Group_7_1_1__1
+ // InternalAadl2Parser.g:19899:1: ( rule__AbstractType__Group_7_1_1__0__Impl rule__AbstractType__Group_7_1_1__1 )
+ // InternalAadl2Parser.g:19900:2: rule__AbstractType__Group_7_1_1__0__Impl rule__AbstractType__Group_7_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__AbstractType__Group_7_1_1__0__Impl();
@@ -91578,21 +88921,21 @@ public final void rule__AbstractType__Group_7_1_1__0() throws RecognitionExcepti
// $ANTLR start "rule__AbstractType__Group_7_1_1__0__Impl"
- // InternalAadl2Parser.g:20803:1: rule__AbstractType__Group_7_1_1__0__Impl : ( ( rule__AbstractType__NoPropertiesAssignment_7_1_1_0 ) ) ;
+ // InternalAadl2Parser.g:19907:1: rule__AbstractType__Group_7_1_1__0__Impl : ( ( rule__AbstractType__NoPropertiesAssignment_7_1_1_0 ) ) ;
public final void rule__AbstractType__Group_7_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20807:1: ( ( ( rule__AbstractType__NoPropertiesAssignment_7_1_1_0 ) ) )
- // InternalAadl2Parser.g:20808:1: ( ( rule__AbstractType__NoPropertiesAssignment_7_1_1_0 ) )
+ // InternalAadl2Parser.g:19911:1: ( ( ( rule__AbstractType__NoPropertiesAssignment_7_1_1_0 ) ) )
+ // InternalAadl2Parser.g:19912:1: ( ( rule__AbstractType__NoPropertiesAssignment_7_1_1_0 ) )
{
- // InternalAadl2Parser.g:20808:1: ( ( rule__AbstractType__NoPropertiesAssignment_7_1_1_0 ) )
- // InternalAadl2Parser.g:20809:2: ( rule__AbstractType__NoPropertiesAssignment_7_1_1_0 )
+ // InternalAadl2Parser.g:19912:1: ( ( rule__AbstractType__NoPropertiesAssignment_7_1_1_0 ) )
+ // InternalAadl2Parser.g:19913:2: ( rule__AbstractType__NoPropertiesAssignment_7_1_1_0 )
{
before(grammarAccess.getAbstractTypeAccess().getNoPropertiesAssignment_7_1_1_0());
- // InternalAadl2Parser.g:20810:2: ( rule__AbstractType__NoPropertiesAssignment_7_1_1_0 )
- // InternalAadl2Parser.g:20810:3: rule__AbstractType__NoPropertiesAssignment_7_1_1_0
+ // InternalAadl2Parser.g:19914:2: ( rule__AbstractType__NoPropertiesAssignment_7_1_1_0 )
+ // InternalAadl2Parser.g:19914:3: rule__AbstractType__NoPropertiesAssignment_7_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__NoPropertiesAssignment_7_1_1_0();
@@ -91625,14 +88968,14 @@ public final void rule__AbstractType__Group_7_1_1__0__Impl() throws RecognitionE
// $ANTLR start "rule__AbstractType__Group_7_1_1__1"
- // InternalAadl2Parser.g:20818:1: rule__AbstractType__Group_7_1_1__1 : rule__AbstractType__Group_7_1_1__1__Impl ;
+ // InternalAadl2Parser.g:19922:1: rule__AbstractType__Group_7_1_1__1 : rule__AbstractType__Group_7_1_1__1__Impl ;
public final void rule__AbstractType__Group_7_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20822:1: ( rule__AbstractType__Group_7_1_1__1__Impl )
- // InternalAadl2Parser.g:20823:2: rule__AbstractType__Group_7_1_1__1__Impl
+ // InternalAadl2Parser.g:19926:1: ( rule__AbstractType__Group_7_1_1__1__Impl )
+ // InternalAadl2Parser.g:19927:2: rule__AbstractType__Group_7_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractType__Group_7_1_1__1__Impl();
@@ -91658,17 +89001,17 @@ public final void rule__AbstractType__Group_7_1_1__1() throws RecognitionExcepti
// $ANTLR start "rule__AbstractType__Group_7_1_1__1__Impl"
- // InternalAadl2Parser.g:20829:1: rule__AbstractType__Group_7_1_1__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:19933:1: rule__AbstractType__Group_7_1_1__1__Impl : ( Semicolon ) ;
public final void rule__AbstractType__Group_7_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20833:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:20834:1: ( Semicolon )
+ // InternalAadl2Parser.g:19937:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:19938:1: ( Semicolon )
{
- // InternalAadl2Parser.g:20834:1: ( Semicolon )
- // InternalAadl2Parser.g:20835:2: Semicolon
+ // InternalAadl2Parser.g:19938:1: ( Semicolon )
+ // InternalAadl2Parser.g:19939:2: Semicolon
{
before(grammarAccess.getAbstractTypeAccess().getSemicolonKeyword_7_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -91695,14 +89038,14 @@ public final void rule__AbstractType__Group_7_1_1__1__Impl() throws RecognitionE
// $ANTLR start "rule__SystemType__Group__0"
- // InternalAadl2Parser.g:20845:1: rule__SystemType__Group__0 : rule__SystemType__Group__0__Impl rule__SystemType__Group__1 ;
+ // InternalAadl2Parser.g:19949:1: rule__SystemType__Group__0 : rule__SystemType__Group__0__Impl rule__SystemType__Group__1 ;
public final void rule__SystemType__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20849:1: ( rule__SystemType__Group__0__Impl rule__SystemType__Group__1 )
- // InternalAadl2Parser.g:20850:2: rule__SystemType__Group__0__Impl rule__SystemType__Group__1
+ // InternalAadl2Parser.g:19953:1: ( rule__SystemType__Group__0__Impl rule__SystemType__Group__1 )
+ // InternalAadl2Parser.g:19954:2: rule__SystemType__Group__0__Impl rule__SystemType__Group__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__SystemType__Group__0__Impl();
@@ -91733,17 +89076,17 @@ public final void rule__SystemType__Group__0() throws RecognitionException {
// $ANTLR start "rule__SystemType__Group__0__Impl"
- // InternalAadl2Parser.g:20857:1: rule__SystemType__Group__0__Impl : ( KW_System ) ;
+ // InternalAadl2Parser.g:19961:1: rule__SystemType__Group__0__Impl : ( KW_System ) ;
public final void rule__SystemType__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20861:1: ( ( KW_System ) )
- // InternalAadl2Parser.g:20862:1: ( KW_System )
+ // InternalAadl2Parser.g:19965:1: ( ( KW_System ) )
+ // InternalAadl2Parser.g:19966:1: ( KW_System )
{
- // InternalAadl2Parser.g:20862:1: ( KW_System )
- // InternalAadl2Parser.g:20863:2: KW_System
+ // InternalAadl2Parser.g:19966:1: ( KW_System )
+ // InternalAadl2Parser.g:19967:2: KW_System
{
before(grammarAccess.getSystemTypeAccess().getSystemKeyword_0());
match(input,KW_System,FollowSets000.FOLLOW_2);
@@ -91770,14 +89113,14 @@ public final void rule__SystemType__Group__0__Impl() throws RecognitionException
// $ANTLR start "rule__SystemType__Group__1"
- // InternalAadl2Parser.g:20872:1: rule__SystemType__Group__1 : rule__SystemType__Group__1__Impl rule__SystemType__Group__2 ;
+ // InternalAadl2Parser.g:19976:1: rule__SystemType__Group__1 : rule__SystemType__Group__1__Impl rule__SystemType__Group__2 ;
public final void rule__SystemType__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20876:1: ( rule__SystemType__Group__1__Impl rule__SystemType__Group__2 )
- // InternalAadl2Parser.g:20877:2: rule__SystemType__Group__1__Impl rule__SystemType__Group__2
+ // InternalAadl2Parser.g:19980:1: ( rule__SystemType__Group__1__Impl rule__SystemType__Group__2 )
+ // InternalAadl2Parser.g:19981:2: rule__SystemType__Group__1__Impl rule__SystemType__Group__2
{
pushFollow(FollowSets000.FOLLOW_27);
rule__SystemType__Group__1__Impl();
@@ -91808,21 +89151,21 @@ public final void rule__SystemType__Group__1() throws RecognitionException {
// $ANTLR start "rule__SystemType__Group__1__Impl"
- // InternalAadl2Parser.g:20884:1: rule__SystemType__Group__1__Impl : ( ( rule__SystemType__NameAssignment_1 ) ) ;
+ // InternalAadl2Parser.g:19988:1: rule__SystemType__Group__1__Impl : ( ( rule__SystemType__NameAssignment_1 ) ) ;
public final void rule__SystemType__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20888:1: ( ( ( rule__SystemType__NameAssignment_1 ) ) )
- // InternalAadl2Parser.g:20889:1: ( ( rule__SystemType__NameAssignment_1 ) )
+ // InternalAadl2Parser.g:19992:1: ( ( ( rule__SystemType__NameAssignment_1 ) ) )
+ // InternalAadl2Parser.g:19993:1: ( ( rule__SystemType__NameAssignment_1 ) )
{
- // InternalAadl2Parser.g:20889:1: ( ( rule__SystemType__NameAssignment_1 ) )
- // InternalAadl2Parser.g:20890:2: ( rule__SystemType__NameAssignment_1 )
+ // InternalAadl2Parser.g:19993:1: ( ( rule__SystemType__NameAssignment_1 ) )
+ // InternalAadl2Parser.g:19994:2: ( rule__SystemType__NameAssignment_1 )
{
before(grammarAccess.getSystemTypeAccess().getNameAssignment_1());
- // InternalAadl2Parser.g:20891:2: ( rule__SystemType__NameAssignment_1 )
- // InternalAadl2Parser.g:20891:3: rule__SystemType__NameAssignment_1
+ // InternalAadl2Parser.g:19995:2: ( rule__SystemType__NameAssignment_1 )
+ // InternalAadl2Parser.g:19995:3: rule__SystemType__NameAssignment_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__NameAssignment_1();
@@ -91855,14 +89198,14 @@ public final void rule__SystemType__Group__1__Impl() throws RecognitionException
// $ANTLR start "rule__SystemType__Group__2"
- // InternalAadl2Parser.g:20899:1: rule__SystemType__Group__2 : rule__SystemType__Group__2__Impl rule__SystemType__Group__3 ;
+ // InternalAadl2Parser.g:20003:1: rule__SystemType__Group__2 : rule__SystemType__Group__2__Impl rule__SystemType__Group__3 ;
public final void rule__SystemType__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20903:1: ( rule__SystemType__Group__2__Impl rule__SystemType__Group__3 )
- // InternalAadl2Parser.g:20904:2: rule__SystemType__Group__2__Impl rule__SystemType__Group__3
+ // InternalAadl2Parser.g:20007:1: ( rule__SystemType__Group__2__Impl rule__SystemType__Group__3 )
+ // InternalAadl2Parser.g:20008:2: rule__SystemType__Group__2__Impl rule__SystemType__Group__3
{
pushFollow(FollowSets000.FOLLOW_27);
rule__SystemType__Group__2__Impl();
@@ -91893,20 +89236,20 @@ public final void rule__SystemType__Group__2() throws RecognitionException {
// $ANTLR start "rule__SystemType__Group__2__Impl"
- // InternalAadl2Parser.g:20911:1: rule__SystemType__Group__2__Impl : ( ( rule__SystemType__Group_2__0 )? ) ;
+ // InternalAadl2Parser.g:20015:1: rule__SystemType__Group__2__Impl : ( ( rule__SystemType__Group_2__0 )? ) ;
public final void rule__SystemType__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20915:1: ( ( ( rule__SystemType__Group_2__0 )? ) )
- // InternalAadl2Parser.g:20916:1: ( ( rule__SystemType__Group_2__0 )? )
+ // InternalAadl2Parser.g:20019:1: ( ( ( rule__SystemType__Group_2__0 )? ) )
+ // InternalAadl2Parser.g:20020:1: ( ( rule__SystemType__Group_2__0 )? )
{
- // InternalAadl2Parser.g:20916:1: ( ( rule__SystemType__Group_2__0 )? )
- // InternalAadl2Parser.g:20917:2: ( rule__SystemType__Group_2__0 )?
+ // InternalAadl2Parser.g:20020:1: ( ( rule__SystemType__Group_2__0 )? )
+ // InternalAadl2Parser.g:20021:2: ( rule__SystemType__Group_2__0 )?
{
before(grammarAccess.getSystemTypeAccess().getGroup_2());
- // InternalAadl2Parser.g:20918:2: ( rule__SystemType__Group_2__0 )?
+ // InternalAadl2Parser.g:20022:2: ( rule__SystemType__Group_2__0 )?
int alt559=2;
int LA559_0 = input.LA(1);
@@ -91915,7 +89258,7 @@ public final void rule__SystemType__Group__2__Impl() throws RecognitionException
}
switch (alt559) {
case 1 :
- // InternalAadl2Parser.g:20918:3: rule__SystemType__Group_2__0
+ // InternalAadl2Parser.g:20022:3: rule__SystemType__Group_2__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__Group_2__0();
@@ -91951,14 +89294,14 @@ public final void rule__SystemType__Group__2__Impl() throws RecognitionException
// $ANTLR start "rule__SystemType__Group__3"
- // InternalAadl2Parser.g:20926:1: rule__SystemType__Group__3 : rule__SystemType__Group__3__Impl rule__SystemType__Group__4 ;
+ // InternalAadl2Parser.g:20030:1: rule__SystemType__Group__3 : rule__SystemType__Group__3__Impl rule__SystemType__Group__4 ;
public final void rule__SystemType__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20930:1: ( rule__SystemType__Group__3__Impl rule__SystemType__Group__4 )
- // InternalAadl2Parser.g:20931:2: rule__SystemType__Group__3__Impl rule__SystemType__Group__4
+ // InternalAadl2Parser.g:20034:1: ( rule__SystemType__Group__3__Impl rule__SystemType__Group__4 )
+ // InternalAadl2Parser.g:20035:2: rule__SystemType__Group__3__Impl rule__SystemType__Group__4
{
pushFollow(FollowSets000.FOLLOW_27);
rule__SystemType__Group__3__Impl();
@@ -91989,20 +89332,20 @@ public final void rule__SystemType__Group__3() throws RecognitionException {
// $ANTLR start "rule__SystemType__Group__3__Impl"
- // InternalAadl2Parser.g:20938:1: rule__SystemType__Group__3__Impl : ( ( rule__SystemType__Group_3__0 )? ) ;
+ // InternalAadl2Parser.g:20042:1: rule__SystemType__Group__3__Impl : ( ( rule__SystemType__Group_3__0 )? ) ;
public final void rule__SystemType__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20942:1: ( ( ( rule__SystemType__Group_3__0 )? ) )
- // InternalAadl2Parser.g:20943:1: ( ( rule__SystemType__Group_3__0 )? )
+ // InternalAadl2Parser.g:20046:1: ( ( ( rule__SystemType__Group_3__0 )? ) )
+ // InternalAadl2Parser.g:20047:1: ( ( rule__SystemType__Group_3__0 )? )
{
- // InternalAadl2Parser.g:20943:1: ( ( rule__SystemType__Group_3__0 )? )
- // InternalAadl2Parser.g:20944:2: ( rule__SystemType__Group_3__0 )?
+ // InternalAadl2Parser.g:20047:1: ( ( rule__SystemType__Group_3__0 )? )
+ // InternalAadl2Parser.g:20048:2: ( rule__SystemType__Group_3__0 )?
{
before(grammarAccess.getSystemTypeAccess().getGroup_3());
- // InternalAadl2Parser.g:20945:2: ( rule__SystemType__Group_3__0 )?
+ // InternalAadl2Parser.g:20049:2: ( rule__SystemType__Group_3__0 )?
int alt560=2;
int LA560_0 = input.LA(1);
@@ -92011,7 +89354,7 @@ public final void rule__SystemType__Group__3__Impl() throws RecognitionException
}
switch (alt560) {
case 1 :
- // InternalAadl2Parser.g:20945:3: rule__SystemType__Group_3__0
+ // InternalAadl2Parser.g:20049:3: rule__SystemType__Group_3__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__Group_3__0();
@@ -92047,14 +89390,14 @@ public final void rule__SystemType__Group__3__Impl() throws RecognitionException
// $ANTLR start "rule__SystemType__Group__4"
- // InternalAadl2Parser.g:20953:1: rule__SystemType__Group__4 : rule__SystemType__Group__4__Impl rule__SystemType__Group__5 ;
+ // InternalAadl2Parser.g:20057:1: rule__SystemType__Group__4 : rule__SystemType__Group__4__Impl rule__SystemType__Group__5 ;
public final void rule__SystemType__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20957:1: ( rule__SystemType__Group__4__Impl rule__SystemType__Group__5 )
- // InternalAadl2Parser.g:20958:2: rule__SystemType__Group__4__Impl rule__SystemType__Group__5
+ // InternalAadl2Parser.g:20061:1: ( rule__SystemType__Group__4__Impl rule__SystemType__Group__5 )
+ // InternalAadl2Parser.g:20062:2: rule__SystemType__Group__4__Impl rule__SystemType__Group__5
{
pushFollow(FollowSets000.FOLLOW_27);
rule__SystemType__Group__4__Impl();
@@ -92085,20 +89428,20 @@ public final void rule__SystemType__Group__4() throws RecognitionException {
// $ANTLR start "rule__SystemType__Group__4__Impl"
- // InternalAadl2Parser.g:20965:1: rule__SystemType__Group__4__Impl : ( ( rule__SystemType__Group_4__0 )? ) ;
+ // InternalAadl2Parser.g:20069:1: rule__SystemType__Group__4__Impl : ( ( rule__SystemType__Group_4__0 )? ) ;
public final void rule__SystemType__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20969:1: ( ( ( rule__SystemType__Group_4__0 )? ) )
- // InternalAadl2Parser.g:20970:1: ( ( rule__SystemType__Group_4__0 )? )
+ // InternalAadl2Parser.g:20073:1: ( ( ( rule__SystemType__Group_4__0 )? ) )
+ // InternalAadl2Parser.g:20074:1: ( ( rule__SystemType__Group_4__0 )? )
{
- // InternalAadl2Parser.g:20970:1: ( ( rule__SystemType__Group_4__0 )? )
- // InternalAadl2Parser.g:20971:2: ( rule__SystemType__Group_4__0 )?
+ // InternalAadl2Parser.g:20074:1: ( ( rule__SystemType__Group_4__0 )? )
+ // InternalAadl2Parser.g:20075:2: ( rule__SystemType__Group_4__0 )?
{
before(grammarAccess.getSystemTypeAccess().getGroup_4());
- // InternalAadl2Parser.g:20972:2: ( rule__SystemType__Group_4__0 )?
+ // InternalAadl2Parser.g:20076:2: ( rule__SystemType__Group_4__0 )?
int alt561=2;
int LA561_0 = input.LA(1);
@@ -92107,7 +89450,7 @@ public final void rule__SystemType__Group__4__Impl() throws RecognitionException
}
switch (alt561) {
case 1 :
- // InternalAadl2Parser.g:20972:3: rule__SystemType__Group_4__0
+ // InternalAadl2Parser.g:20076:3: rule__SystemType__Group_4__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__Group_4__0();
@@ -92143,14 +89486,14 @@ public final void rule__SystemType__Group__4__Impl() throws RecognitionException
// $ANTLR start "rule__SystemType__Group__5"
- // InternalAadl2Parser.g:20980:1: rule__SystemType__Group__5 : rule__SystemType__Group__5__Impl rule__SystemType__Group__6 ;
+ // InternalAadl2Parser.g:20084:1: rule__SystemType__Group__5 : rule__SystemType__Group__5__Impl rule__SystemType__Group__6 ;
public final void rule__SystemType__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20984:1: ( rule__SystemType__Group__5__Impl rule__SystemType__Group__6 )
- // InternalAadl2Parser.g:20985:2: rule__SystemType__Group__5__Impl rule__SystemType__Group__6
+ // InternalAadl2Parser.g:20088:1: ( rule__SystemType__Group__5__Impl rule__SystemType__Group__6 )
+ // InternalAadl2Parser.g:20089:2: rule__SystemType__Group__5__Impl rule__SystemType__Group__6
{
pushFollow(FollowSets000.FOLLOW_27);
rule__SystemType__Group__5__Impl();
@@ -92181,20 +89524,20 @@ public final void rule__SystemType__Group__5() throws RecognitionException {
// $ANTLR start "rule__SystemType__Group__5__Impl"
- // InternalAadl2Parser.g:20992:1: rule__SystemType__Group__5__Impl : ( ( rule__SystemType__Group_5__0 )? ) ;
+ // InternalAadl2Parser.g:20096:1: rule__SystemType__Group__5__Impl : ( ( rule__SystemType__Group_5__0 )? ) ;
public final void rule__SystemType__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:20996:1: ( ( ( rule__SystemType__Group_5__0 )? ) )
- // InternalAadl2Parser.g:20997:1: ( ( rule__SystemType__Group_5__0 )? )
+ // InternalAadl2Parser.g:20100:1: ( ( ( rule__SystemType__Group_5__0 )? ) )
+ // InternalAadl2Parser.g:20101:1: ( ( rule__SystemType__Group_5__0 )? )
{
- // InternalAadl2Parser.g:20997:1: ( ( rule__SystemType__Group_5__0 )? )
- // InternalAadl2Parser.g:20998:2: ( rule__SystemType__Group_5__0 )?
+ // InternalAadl2Parser.g:20101:1: ( ( rule__SystemType__Group_5__0 )? )
+ // InternalAadl2Parser.g:20102:2: ( rule__SystemType__Group_5__0 )?
{
before(grammarAccess.getSystemTypeAccess().getGroup_5());
- // InternalAadl2Parser.g:20999:2: ( rule__SystemType__Group_5__0 )?
+ // InternalAadl2Parser.g:20103:2: ( rule__SystemType__Group_5__0 )?
int alt562=2;
int LA562_0 = input.LA(1);
@@ -92203,7 +89546,7 @@ public final void rule__SystemType__Group__5__Impl() throws RecognitionException
}
switch (alt562) {
case 1 :
- // InternalAadl2Parser.g:20999:3: rule__SystemType__Group_5__0
+ // InternalAadl2Parser.g:20103:3: rule__SystemType__Group_5__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__Group_5__0();
@@ -92239,14 +89582,14 @@ public final void rule__SystemType__Group__5__Impl() throws RecognitionException
// $ANTLR start "rule__SystemType__Group__6"
- // InternalAadl2Parser.g:21007:1: rule__SystemType__Group__6 : rule__SystemType__Group__6__Impl rule__SystemType__Group__7 ;
+ // InternalAadl2Parser.g:20111:1: rule__SystemType__Group__6 : rule__SystemType__Group__6__Impl rule__SystemType__Group__7 ;
public final void rule__SystemType__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21011:1: ( rule__SystemType__Group__6__Impl rule__SystemType__Group__7 )
- // InternalAadl2Parser.g:21012:2: rule__SystemType__Group__6__Impl rule__SystemType__Group__7
+ // InternalAadl2Parser.g:20115:1: ( rule__SystemType__Group__6__Impl rule__SystemType__Group__7 )
+ // InternalAadl2Parser.g:20116:2: rule__SystemType__Group__6__Impl rule__SystemType__Group__7
{
pushFollow(FollowSets000.FOLLOW_27);
rule__SystemType__Group__6__Impl();
@@ -92277,20 +89620,20 @@ public final void rule__SystemType__Group__6() throws RecognitionException {
// $ANTLR start "rule__SystemType__Group__6__Impl"
- // InternalAadl2Parser.g:21019:1: rule__SystemType__Group__6__Impl : ( ( rule__SystemType__Alternatives_6 )? ) ;
+ // InternalAadl2Parser.g:20123:1: rule__SystemType__Group__6__Impl : ( ( rule__SystemType__Alternatives_6 )? ) ;
public final void rule__SystemType__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21023:1: ( ( ( rule__SystemType__Alternatives_6 )? ) )
- // InternalAadl2Parser.g:21024:1: ( ( rule__SystemType__Alternatives_6 )? )
+ // InternalAadl2Parser.g:20127:1: ( ( ( rule__SystemType__Alternatives_6 )? ) )
+ // InternalAadl2Parser.g:20128:1: ( ( rule__SystemType__Alternatives_6 )? )
{
- // InternalAadl2Parser.g:21024:1: ( ( rule__SystemType__Alternatives_6 )? )
- // InternalAadl2Parser.g:21025:2: ( rule__SystemType__Alternatives_6 )?
+ // InternalAadl2Parser.g:20128:1: ( ( rule__SystemType__Alternatives_6 )? )
+ // InternalAadl2Parser.g:20129:2: ( rule__SystemType__Alternatives_6 )?
{
before(grammarAccess.getSystemTypeAccess().getAlternatives_6());
- // InternalAadl2Parser.g:21026:2: ( rule__SystemType__Alternatives_6 )?
+ // InternalAadl2Parser.g:20130:2: ( rule__SystemType__Alternatives_6 )?
int alt563=2;
int LA563_0 = input.LA(1);
@@ -92299,7 +89642,7 @@ public final void rule__SystemType__Group__6__Impl() throws RecognitionException
}
switch (alt563) {
case 1 :
- // InternalAadl2Parser.g:21026:3: rule__SystemType__Alternatives_6
+ // InternalAadl2Parser.g:20130:3: rule__SystemType__Alternatives_6
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__Alternatives_6();
@@ -92335,14 +89678,14 @@ public final void rule__SystemType__Group__6__Impl() throws RecognitionException
// $ANTLR start "rule__SystemType__Group__7"
- // InternalAadl2Parser.g:21034:1: rule__SystemType__Group__7 : rule__SystemType__Group__7__Impl rule__SystemType__Group__8 ;
+ // InternalAadl2Parser.g:20138:1: rule__SystemType__Group__7 : rule__SystemType__Group__7__Impl rule__SystemType__Group__8 ;
public final void rule__SystemType__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21038:1: ( rule__SystemType__Group__7__Impl rule__SystemType__Group__8 )
- // InternalAadl2Parser.g:21039:2: rule__SystemType__Group__7__Impl rule__SystemType__Group__8
+ // InternalAadl2Parser.g:20142:1: ( rule__SystemType__Group__7__Impl rule__SystemType__Group__8 )
+ // InternalAadl2Parser.g:20143:2: rule__SystemType__Group__7__Impl rule__SystemType__Group__8
{
pushFollow(FollowSets000.FOLLOW_27);
rule__SystemType__Group__7__Impl();
@@ -92373,20 +89716,20 @@ public final void rule__SystemType__Group__7() throws RecognitionException {
// $ANTLR start "rule__SystemType__Group__7__Impl"
- // InternalAadl2Parser.g:21046:1: rule__SystemType__Group__7__Impl : ( ( rule__SystemType__Group_7__0 )? ) ;
+ // InternalAadl2Parser.g:20150:1: rule__SystemType__Group__7__Impl : ( ( rule__SystemType__Group_7__0 )? ) ;
public final void rule__SystemType__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21050:1: ( ( ( rule__SystemType__Group_7__0 )? ) )
- // InternalAadl2Parser.g:21051:1: ( ( rule__SystemType__Group_7__0 )? )
+ // InternalAadl2Parser.g:20154:1: ( ( ( rule__SystemType__Group_7__0 )? ) )
+ // InternalAadl2Parser.g:20155:1: ( ( rule__SystemType__Group_7__0 )? )
{
- // InternalAadl2Parser.g:21051:1: ( ( rule__SystemType__Group_7__0 )? )
- // InternalAadl2Parser.g:21052:2: ( rule__SystemType__Group_7__0 )?
+ // InternalAadl2Parser.g:20155:1: ( ( rule__SystemType__Group_7__0 )? )
+ // InternalAadl2Parser.g:20156:2: ( rule__SystemType__Group_7__0 )?
{
before(grammarAccess.getSystemTypeAccess().getGroup_7());
- // InternalAadl2Parser.g:21053:2: ( rule__SystemType__Group_7__0 )?
+ // InternalAadl2Parser.g:20157:2: ( rule__SystemType__Group_7__0 )?
int alt564=2;
int LA564_0 = input.LA(1);
@@ -92395,7 +89738,7 @@ public final void rule__SystemType__Group__7__Impl() throws RecognitionException
}
switch (alt564) {
case 1 :
- // InternalAadl2Parser.g:21053:3: rule__SystemType__Group_7__0
+ // InternalAadl2Parser.g:20157:3: rule__SystemType__Group_7__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__Group_7__0();
@@ -92431,14 +89774,14 @@ public final void rule__SystemType__Group__7__Impl() throws RecognitionException
// $ANTLR start "rule__SystemType__Group__8"
- // InternalAadl2Parser.g:21061:1: rule__SystemType__Group__8 : rule__SystemType__Group__8__Impl rule__SystemType__Group__9 ;
+ // InternalAadl2Parser.g:20165:1: rule__SystemType__Group__8 : rule__SystemType__Group__8__Impl rule__SystemType__Group__9 ;
public final void rule__SystemType__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21065:1: ( rule__SystemType__Group__8__Impl rule__SystemType__Group__9 )
- // InternalAadl2Parser.g:21066:2: rule__SystemType__Group__8__Impl rule__SystemType__Group__9
+ // InternalAadl2Parser.g:20169:1: ( rule__SystemType__Group__8__Impl rule__SystemType__Group__9 )
+ // InternalAadl2Parser.g:20170:2: rule__SystemType__Group__8__Impl rule__SystemType__Group__9
{
pushFollow(FollowSets000.FOLLOW_27);
rule__SystemType__Group__8__Impl();
@@ -92469,20 +89812,20 @@ public final void rule__SystemType__Group__8() throws RecognitionException {
// $ANTLR start "rule__SystemType__Group__8__Impl"
- // InternalAadl2Parser.g:21073:1: rule__SystemType__Group__8__Impl : ( ( rule__SystemType__OwnedAnnexSubclauseAssignment_8 )* ) ;
+ // InternalAadl2Parser.g:20177:1: rule__SystemType__Group__8__Impl : ( ( rule__SystemType__OwnedAnnexSubclauseAssignment_8 )* ) ;
public final void rule__SystemType__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21077:1: ( ( ( rule__SystemType__OwnedAnnexSubclauseAssignment_8 )* ) )
- // InternalAadl2Parser.g:21078:1: ( ( rule__SystemType__OwnedAnnexSubclauseAssignment_8 )* )
+ // InternalAadl2Parser.g:20181:1: ( ( ( rule__SystemType__OwnedAnnexSubclauseAssignment_8 )* ) )
+ // InternalAadl2Parser.g:20182:1: ( ( rule__SystemType__OwnedAnnexSubclauseAssignment_8 )* )
{
- // InternalAadl2Parser.g:21078:1: ( ( rule__SystemType__OwnedAnnexSubclauseAssignment_8 )* )
- // InternalAadl2Parser.g:21079:2: ( rule__SystemType__OwnedAnnexSubclauseAssignment_8 )*
+ // InternalAadl2Parser.g:20182:1: ( ( rule__SystemType__OwnedAnnexSubclauseAssignment_8 )* )
+ // InternalAadl2Parser.g:20183:2: ( rule__SystemType__OwnedAnnexSubclauseAssignment_8 )*
{
before(grammarAccess.getSystemTypeAccess().getOwnedAnnexSubclauseAssignment_8());
- // InternalAadl2Parser.g:21080:2: ( rule__SystemType__OwnedAnnexSubclauseAssignment_8 )*
+ // InternalAadl2Parser.g:20184:2: ( rule__SystemType__OwnedAnnexSubclauseAssignment_8 )*
loop565:
do {
int alt565=2;
@@ -92495,7 +89838,7 @@ public final void rule__SystemType__Group__8__Impl() throws RecognitionException
switch (alt565) {
case 1 :
- // InternalAadl2Parser.g:21080:3: rule__SystemType__OwnedAnnexSubclauseAssignment_8
+ // InternalAadl2Parser.g:20184:3: rule__SystemType__OwnedAnnexSubclauseAssignment_8
{
pushFollow(FollowSets000.FOLLOW_28);
rule__SystemType__OwnedAnnexSubclauseAssignment_8();
@@ -92534,14 +89877,14 @@ public final void rule__SystemType__Group__8__Impl() throws RecognitionException
// $ANTLR start "rule__SystemType__Group__9"
- // InternalAadl2Parser.g:21088:1: rule__SystemType__Group__9 : rule__SystemType__Group__9__Impl rule__SystemType__Group__10 ;
+ // InternalAadl2Parser.g:20192:1: rule__SystemType__Group__9 : rule__SystemType__Group__9__Impl rule__SystemType__Group__10 ;
public final void rule__SystemType__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21092:1: ( rule__SystemType__Group__9__Impl rule__SystemType__Group__10 )
- // InternalAadl2Parser.g:21093:2: rule__SystemType__Group__9__Impl rule__SystemType__Group__10
+ // InternalAadl2Parser.g:20196:1: ( rule__SystemType__Group__9__Impl rule__SystemType__Group__10 )
+ // InternalAadl2Parser.g:20197:2: rule__SystemType__Group__9__Impl rule__SystemType__Group__10
{
pushFollow(FollowSets000.FOLLOW_4);
rule__SystemType__Group__9__Impl();
@@ -92572,17 +89915,17 @@ public final void rule__SystemType__Group__9() throws RecognitionException {
// $ANTLR start "rule__SystemType__Group__9__Impl"
- // InternalAadl2Parser.g:21100:1: rule__SystemType__Group__9__Impl : ( End ) ;
+ // InternalAadl2Parser.g:20204:1: rule__SystemType__Group__9__Impl : ( End ) ;
public final void rule__SystemType__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21104:1: ( ( End ) )
- // InternalAadl2Parser.g:21105:1: ( End )
+ // InternalAadl2Parser.g:20208:1: ( ( End ) )
+ // InternalAadl2Parser.g:20209:1: ( End )
{
- // InternalAadl2Parser.g:21105:1: ( End )
- // InternalAadl2Parser.g:21106:2: End
+ // InternalAadl2Parser.g:20209:1: ( End )
+ // InternalAadl2Parser.g:20210:2: End
{
before(grammarAccess.getSystemTypeAccess().getEndKeyword_9());
match(input,End,FollowSets000.FOLLOW_2);
@@ -92609,14 +89952,14 @@ public final void rule__SystemType__Group__9__Impl() throws RecognitionException
// $ANTLR start "rule__SystemType__Group__10"
- // InternalAadl2Parser.g:21115:1: rule__SystemType__Group__10 : rule__SystemType__Group__10__Impl rule__SystemType__Group__11 ;
+ // InternalAadl2Parser.g:20219:1: rule__SystemType__Group__10 : rule__SystemType__Group__10__Impl rule__SystemType__Group__11 ;
public final void rule__SystemType__Group__10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21119:1: ( rule__SystemType__Group__10__Impl rule__SystemType__Group__11 )
- // InternalAadl2Parser.g:21120:2: rule__SystemType__Group__10__Impl rule__SystemType__Group__11
+ // InternalAadl2Parser.g:20223:1: ( rule__SystemType__Group__10__Impl rule__SystemType__Group__11 )
+ // InternalAadl2Parser.g:20224:2: rule__SystemType__Group__10__Impl rule__SystemType__Group__11
{
pushFollow(FollowSets000.FOLLOW_7);
rule__SystemType__Group__10__Impl();
@@ -92647,17 +89990,17 @@ public final void rule__SystemType__Group__10() throws RecognitionException {
// $ANTLR start "rule__SystemType__Group__10__Impl"
- // InternalAadl2Parser.g:21127:1: rule__SystemType__Group__10__Impl : ( RULE_ID ) ;
+ // InternalAadl2Parser.g:20231:1: rule__SystemType__Group__10__Impl : ( RULE_ID ) ;
public final void rule__SystemType__Group__10__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21131:1: ( ( RULE_ID ) )
- // InternalAadl2Parser.g:21132:1: ( RULE_ID )
+ // InternalAadl2Parser.g:20235:1: ( ( RULE_ID ) )
+ // InternalAadl2Parser.g:20236:1: ( RULE_ID )
{
- // InternalAadl2Parser.g:21132:1: ( RULE_ID )
- // InternalAadl2Parser.g:21133:2: RULE_ID
+ // InternalAadl2Parser.g:20236:1: ( RULE_ID )
+ // InternalAadl2Parser.g:20237:2: RULE_ID
{
before(grammarAccess.getSystemTypeAccess().getIDTerminalRuleCall_10());
match(input,RULE_ID,FollowSets000.FOLLOW_2);
@@ -92684,14 +90027,14 @@ public final void rule__SystemType__Group__10__Impl() throws RecognitionExceptio
// $ANTLR start "rule__SystemType__Group__11"
- // InternalAadl2Parser.g:21142:1: rule__SystemType__Group__11 : rule__SystemType__Group__11__Impl ;
+ // InternalAadl2Parser.g:20246:1: rule__SystemType__Group__11 : rule__SystemType__Group__11__Impl ;
public final void rule__SystemType__Group__11() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21146:1: ( rule__SystemType__Group__11__Impl )
- // InternalAadl2Parser.g:21147:2: rule__SystemType__Group__11__Impl
+ // InternalAadl2Parser.g:20250:1: ( rule__SystemType__Group__11__Impl )
+ // InternalAadl2Parser.g:20251:2: rule__SystemType__Group__11__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__Group__11__Impl();
@@ -92717,17 +90060,17 @@ public final void rule__SystemType__Group__11() throws RecognitionException {
// $ANTLR start "rule__SystemType__Group__11__Impl"
- // InternalAadl2Parser.g:21153:1: rule__SystemType__Group__11__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:20257:1: rule__SystemType__Group__11__Impl : ( Semicolon ) ;
public final void rule__SystemType__Group__11__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21157:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:21158:1: ( Semicolon )
+ // InternalAadl2Parser.g:20261:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:20262:1: ( Semicolon )
{
- // InternalAadl2Parser.g:21158:1: ( Semicolon )
- // InternalAadl2Parser.g:21159:2: Semicolon
+ // InternalAadl2Parser.g:20262:1: ( Semicolon )
+ // InternalAadl2Parser.g:20263:2: Semicolon
{
before(grammarAccess.getSystemTypeAccess().getSemicolonKeyword_11());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -92754,14 +90097,14 @@ public final void rule__SystemType__Group__11__Impl() throws RecognitionExceptio
// $ANTLR start "rule__SystemType__Group_2__0"
- // InternalAadl2Parser.g:21169:1: rule__SystemType__Group_2__0 : rule__SystemType__Group_2__0__Impl rule__SystemType__Group_2__1 ;
+ // InternalAadl2Parser.g:20273:1: rule__SystemType__Group_2__0 : rule__SystemType__Group_2__0__Impl rule__SystemType__Group_2__1 ;
public final void rule__SystemType__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21173:1: ( rule__SystemType__Group_2__0__Impl rule__SystemType__Group_2__1 )
- // InternalAadl2Parser.g:21174:2: rule__SystemType__Group_2__0__Impl rule__SystemType__Group_2__1
+ // InternalAadl2Parser.g:20277:1: ( rule__SystemType__Group_2__0__Impl rule__SystemType__Group_2__1 )
+ // InternalAadl2Parser.g:20278:2: rule__SystemType__Group_2__0__Impl rule__SystemType__Group_2__1
{
pushFollow(FollowSets000.FOLLOW_29);
rule__SystemType__Group_2__0__Impl();
@@ -92792,21 +90135,21 @@ public final void rule__SystemType__Group_2__0() throws RecognitionException {
// $ANTLR start "rule__SystemType__Group_2__0__Impl"
- // InternalAadl2Parser.g:21181:1: rule__SystemType__Group_2__0__Impl : ( ( rule__SystemType__OwnedExtensionAssignment_2_0 ) ) ;
+ // InternalAadl2Parser.g:20285:1: rule__SystemType__Group_2__0__Impl : ( ( rule__SystemType__OwnedExtensionAssignment_2_0 ) ) ;
public final void rule__SystemType__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21185:1: ( ( ( rule__SystemType__OwnedExtensionAssignment_2_0 ) ) )
- // InternalAadl2Parser.g:21186:1: ( ( rule__SystemType__OwnedExtensionAssignment_2_0 ) )
+ // InternalAadl2Parser.g:20289:1: ( ( ( rule__SystemType__OwnedExtensionAssignment_2_0 ) ) )
+ // InternalAadl2Parser.g:20290:1: ( ( rule__SystemType__OwnedExtensionAssignment_2_0 ) )
{
- // InternalAadl2Parser.g:21186:1: ( ( rule__SystemType__OwnedExtensionAssignment_2_0 ) )
- // InternalAadl2Parser.g:21187:2: ( rule__SystemType__OwnedExtensionAssignment_2_0 )
+ // InternalAadl2Parser.g:20290:1: ( ( rule__SystemType__OwnedExtensionAssignment_2_0 ) )
+ // InternalAadl2Parser.g:20291:2: ( rule__SystemType__OwnedExtensionAssignment_2_0 )
{
before(grammarAccess.getSystemTypeAccess().getOwnedExtensionAssignment_2_0());
- // InternalAadl2Parser.g:21188:2: ( rule__SystemType__OwnedExtensionAssignment_2_0 )
- // InternalAadl2Parser.g:21188:3: rule__SystemType__OwnedExtensionAssignment_2_0
+ // InternalAadl2Parser.g:20292:2: ( rule__SystemType__OwnedExtensionAssignment_2_0 )
+ // InternalAadl2Parser.g:20292:3: rule__SystemType__OwnedExtensionAssignment_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__OwnedExtensionAssignment_2_0();
@@ -92839,14 +90182,14 @@ public final void rule__SystemType__Group_2__0__Impl() throws RecognitionExcepti
// $ANTLR start "rule__SystemType__Group_2__1"
- // InternalAadl2Parser.g:21196:1: rule__SystemType__Group_2__1 : rule__SystemType__Group_2__1__Impl ;
+ // InternalAadl2Parser.g:20300:1: rule__SystemType__Group_2__1 : rule__SystemType__Group_2__1__Impl ;
public final void rule__SystemType__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21200:1: ( rule__SystemType__Group_2__1__Impl )
- // InternalAadl2Parser.g:21201:2: rule__SystemType__Group_2__1__Impl
+ // InternalAadl2Parser.g:20304:1: ( rule__SystemType__Group_2__1__Impl )
+ // InternalAadl2Parser.g:20305:2: rule__SystemType__Group_2__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__Group_2__1__Impl();
@@ -92872,20 +90215,20 @@ public final void rule__SystemType__Group_2__1() throws RecognitionException {
// $ANTLR start "rule__SystemType__Group_2__1__Impl"
- // InternalAadl2Parser.g:21207:1: rule__SystemType__Group_2__1__Impl : ( ( rule__SystemType__Group_2_1__0 )? ) ;
+ // InternalAadl2Parser.g:20311:1: rule__SystemType__Group_2__1__Impl : ( ( rule__SystemType__Group_2_1__0 )? ) ;
public final void rule__SystemType__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21211:1: ( ( ( rule__SystemType__Group_2_1__0 )? ) )
- // InternalAadl2Parser.g:21212:1: ( ( rule__SystemType__Group_2_1__0 )? )
+ // InternalAadl2Parser.g:20315:1: ( ( ( rule__SystemType__Group_2_1__0 )? ) )
+ // InternalAadl2Parser.g:20316:1: ( ( rule__SystemType__Group_2_1__0 )? )
{
- // InternalAadl2Parser.g:21212:1: ( ( rule__SystemType__Group_2_1__0 )? )
- // InternalAadl2Parser.g:21213:2: ( rule__SystemType__Group_2_1__0 )?
+ // InternalAadl2Parser.g:20316:1: ( ( rule__SystemType__Group_2_1__0 )? )
+ // InternalAadl2Parser.g:20317:2: ( rule__SystemType__Group_2_1__0 )?
{
before(grammarAccess.getSystemTypeAccess().getGroup_2_1());
- // InternalAadl2Parser.g:21214:2: ( rule__SystemType__Group_2_1__0 )?
+ // InternalAadl2Parser.g:20318:2: ( rule__SystemType__Group_2_1__0 )?
int alt566=2;
int LA566_0 = input.LA(1);
@@ -92894,7 +90237,7 @@ public final void rule__SystemType__Group_2__1__Impl() throws RecognitionExcepti
}
switch (alt566) {
case 1 :
- // InternalAadl2Parser.g:21214:3: rule__SystemType__Group_2_1__0
+ // InternalAadl2Parser.g:20318:3: rule__SystemType__Group_2_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__Group_2_1__0();
@@ -92930,14 +90273,14 @@ public final void rule__SystemType__Group_2__1__Impl() throws RecognitionExcepti
// $ANTLR start "rule__SystemType__Group_2_1__0"
- // InternalAadl2Parser.g:21223:1: rule__SystemType__Group_2_1__0 : rule__SystemType__Group_2_1__0__Impl rule__SystemType__Group_2_1__1 ;
+ // InternalAadl2Parser.g:20327:1: rule__SystemType__Group_2_1__0 : rule__SystemType__Group_2_1__0__Impl rule__SystemType__Group_2_1__1 ;
public final void rule__SystemType__Group_2_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21227:1: ( rule__SystemType__Group_2_1__0__Impl rule__SystemType__Group_2_1__1 )
- // InternalAadl2Parser.g:21228:2: rule__SystemType__Group_2_1__0__Impl rule__SystemType__Group_2_1__1
+ // InternalAadl2Parser.g:20331:1: ( rule__SystemType__Group_2_1__0__Impl rule__SystemType__Group_2_1__1 )
+ // InternalAadl2Parser.g:20332:2: rule__SystemType__Group_2_1__0__Impl rule__SystemType__Group_2_1__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__SystemType__Group_2_1__0__Impl();
@@ -92968,17 +90311,17 @@ public final void rule__SystemType__Group_2_1__0() throws RecognitionException {
// $ANTLR start "rule__SystemType__Group_2_1__0__Impl"
- // InternalAadl2Parser.g:21235:1: rule__SystemType__Group_2_1__0__Impl : ( LeftParenthesis ) ;
+ // InternalAadl2Parser.g:20339:1: rule__SystemType__Group_2_1__0__Impl : ( LeftParenthesis ) ;
public final void rule__SystemType__Group_2_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21239:1: ( ( LeftParenthesis ) )
- // InternalAadl2Parser.g:21240:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:20343:1: ( ( LeftParenthesis ) )
+ // InternalAadl2Parser.g:20344:1: ( LeftParenthesis )
{
- // InternalAadl2Parser.g:21240:1: ( LeftParenthesis )
- // InternalAadl2Parser.g:21241:2: LeftParenthesis
+ // InternalAadl2Parser.g:20344:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:20345:2: LeftParenthesis
{
before(grammarAccess.getSystemTypeAccess().getLeftParenthesisKeyword_2_1_0());
match(input,LeftParenthesis,FollowSets000.FOLLOW_2);
@@ -93005,14 +90348,14 @@ public final void rule__SystemType__Group_2_1__0__Impl() throws RecognitionExcep
// $ANTLR start "rule__SystemType__Group_2_1__1"
- // InternalAadl2Parser.g:21250:1: rule__SystemType__Group_2_1__1 : rule__SystemType__Group_2_1__1__Impl rule__SystemType__Group_2_1__2 ;
+ // InternalAadl2Parser.g:20354:1: rule__SystemType__Group_2_1__1 : rule__SystemType__Group_2_1__1__Impl rule__SystemType__Group_2_1__2 ;
public final void rule__SystemType__Group_2_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21254:1: ( rule__SystemType__Group_2_1__1__Impl rule__SystemType__Group_2_1__2 )
- // InternalAadl2Parser.g:21255:2: rule__SystemType__Group_2_1__1__Impl rule__SystemType__Group_2_1__2
+ // InternalAadl2Parser.g:20358:1: ( rule__SystemType__Group_2_1__1__Impl rule__SystemType__Group_2_1__2 )
+ // InternalAadl2Parser.g:20359:2: rule__SystemType__Group_2_1__1__Impl rule__SystemType__Group_2_1__2
{
pushFollow(FollowSets000.FOLLOW_30);
rule__SystemType__Group_2_1__1__Impl();
@@ -93043,21 +90386,21 @@ public final void rule__SystemType__Group_2_1__1() throws RecognitionException {
// $ANTLR start "rule__SystemType__Group_2_1__1__Impl"
- // InternalAadl2Parser.g:21262:1: rule__SystemType__Group_2_1__1__Impl : ( ( rule__SystemType__OwnedPrototypeBindingAssignment_2_1_1 ) ) ;
+ // InternalAadl2Parser.g:20366:1: rule__SystemType__Group_2_1__1__Impl : ( ( rule__SystemType__OwnedPrototypeBindingAssignment_2_1_1 ) ) ;
public final void rule__SystemType__Group_2_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21266:1: ( ( ( rule__SystemType__OwnedPrototypeBindingAssignment_2_1_1 ) ) )
- // InternalAadl2Parser.g:21267:1: ( ( rule__SystemType__OwnedPrototypeBindingAssignment_2_1_1 ) )
+ // InternalAadl2Parser.g:20370:1: ( ( ( rule__SystemType__OwnedPrototypeBindingAssignment_2_1_1 ) ) )
+ // InternalAadl2Parser.g:20371:1: ( ( rule__SystemType__OwnedPrototypeBindingAssignment_2_1_1 ) )
{
- // InternalAadl2Parser.g:21267:1: ( ( rule__SystemType__OwnedPrototypeBindingAssignment_2_1_1 ) )
- // InternalAadl2Parser.g:21268:2: ( rule__SystemType__OwnedPrototypeBindingAssignment_2_1_1 )
+ // InternalAadl2Parser.g:20371:1: ( ( rule__SystemType__OwnedPrototypeBindingAssignment_2_1_1 ) )
+ // InternalAadl2Parser.g:20372:2: ( rule__SystemType__OwnedPrototypeBindingAssignment_2_1_1 )
{
before(grammarAccess.getSystemTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1());
- // InternalAadl2Parser.g:21269:2: ( rule__SystemType__OwnedPrototypeBindingAssignment_2_1_1 )
- // InternalAadl2Parser.g:21269:3: rule__SystemType__OwnedPrototypeBindingAssignment_2_1_1
+ // InternalAadl2Parser.g:20373:2: ( rule__SystemType__OwnedPrototypeBindingAssignment_2_1_1 )
+ // InternalAadl2Parser.g:20373:3: rule__SystemType__OwnedPrototypeBindingAssignment_2_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__OwnedPrototypeBindingAssignment_2_1_1();
@@ -93090,14 +90433,14 @@ public final void rule__SystemType__Group_2_1__1__Impl() throws RecognitionExcep
// $ANTLR start "rule__SystemType__Group_2_1__2"
- // InternalAadl2Parser.g:21277:1: rule__SystemType__Group_2_1__2 : rule__SystemType__Group_2_1__2__Impl rule__SystemType__Group_2_1__3 ;
+ // InternalAadl2Parser.g:20381:1: rule__SystemType__Group_2_1__2 : rule__SystemType__Group_2_1__2__Impl rule__SystemType__Group_2_1__3 ;
public final void rule__SystemType__Group_2_1__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21281:1: ( rule__SystemType__Group_2_1__2__Impl rule__SystemType__Group_2_1__3 )
- // InternalAadl2Parser.g:21282:2: rule__SystemType__Group_2_1__2__Impl rule__SystemType__Group_2_1__3
+ // InternalAadl2Parser.g:20385:1: ( rule__SystemType__Group_2_1__2__Impl rule__SystemType__Group_2_1__3 )
+ // InternalAadl2Parser.g:20386:2: rule__SystemType__Group_2_1__2__Impl rule__SystemType__Group_2_1__3
{
pushFollow(FollowSets000.FOLLOW_30);
rule__SystemType__Group_2_1__2__Impl();
@@ -93128,20 +90471,20 @@ public final void rule__SystemType__Group_2_1__2() throws RecognitionException {
// $ANTLR start "rule__SystemType__Group_2_1__2__Impl"
- // InternalAadl2Parser.g:21289:1: rule__SystemType__Group_2_1__2__Impl : ( ( rule__SystemType__Group_2_1_2__0 )* ) ;
+ // InternalAadl2Parser.g:20393:1: rule__SystemType__Group_2_1__2__Impl : ( ( rule__SystemType__Group_2_1_2__0 )* ) ;
public final void rule__SystemType__Group_2_1__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21293:1: ( ( ( rule__SystemType__Group_2_1_2__0 )* ) )
- // InternalAadl2Parser.g:21294:1: ( ( rule__SystemType__Group_2_1_2__0 )* )
+ // InternalAadl2Parser.g:20397:1: ( ( ( rule__SystemType__Group_2_1_2__0 )* ) )
+ // InternalAadl2Parser.g:20398:1: ( ( rule__SystemType__Group_2_1_2__0 )* )
{
- // InternalAadl2Parser.g:21294:1: ( ( rule__SystemType__Group_2_1_2__0 )* )
- // InternalAadl2Parser.g:21295:2: ( rule__SystemType__Group_2_1_2__0 )*
+ // InternalAadl2Parser.g:20398:1: ( ( rule__SystemType__Group_2_1_2__0 )* )
+ // InternalAadl2Parser.g:20399:2: ( rule__SystemType__Group_2_1_2__0 )*
{
before(grammarAccess.getSystemTypeAccess().getGroup_2_1_2());
- // InternalAadl2Parser.g:21296:2: ( rule__SystemType__Group_2_1_2__0 )*
+ // InternalAadl2Parser.g:20400:2: ( rule__SystemType__Group_2_1_2__0 )*
loop567:
do {
int alt567=2;
@@ -93154,7 +90497,7 @@ public final void rule__SystemType__Group_2_1__2__Impl() throws RecognitionExcep
switch (alt567) {
case 1 :
- // InternalAadl2Parser.g:21296:3: rule__SystemType__Group_2_1_2__0
+ // InternalAadl2Parser.g:20400:3: rule__SystemType__Group_2_1_2__0
{
pushFollow(FollowSets000.FOLLOW_14);
rule__SystemType__Group_2_1_2__0();
@@ -93193,14 +90536,14 @@ public final void rule__SystemType__Group_2_1__2__Impl() throws RecognitionExcep
// $ANTLR start "rule__SystemType__Group_2_1__3"
- // InternalAadl2Parser.g:21304:1: rule__SystemType__Group_2_1__3 : rule__SystemType__Group_2_1__3__Impl ;
+ // InternalAadl2Parser.g:20408:1: rule__SystemType__Group_2_1__3 : rule__SystemType__Group_2_1__3__Impl ;
public final void rule__SystemType__Group_2_1__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21308:1: ( rule__SystemType__Group_2_1__3__Impl )
- // InternalAadl2Parser.g:21309:2: rule__SystemType__Group_2_1__3__Impl
+ // InternalAadl2Parser.g:20412:1: ( rule__SystemType__Group_2_1__3__Impl )
+ // InternalAadl2Parser.g:20413:2: rule__SystemType__Group_2_1__3__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__Group_2_1__3__Impl();
@@ -93226,17 +90569,17 @@ public final void rule__SystemType__Group_2_1__3() throws RecognitionException {
// $ANTLR start "rule__SystemType__Group_2_1__3__Impl"
- // InternalAadl2Parser.g:21315:1: rule__SystemType__Group_2_1__3__Impl : ( RightParenthesis ) ;
+ // InternalAadl2Parser.g:20419:1: rule__SystemType__Group_2_1__3__Impl : ( RightParenthesis ) ;
public final void rule__SystemType__Group_2_1__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21319:1: ( ( RightParenthesis ) )
- // InternalAadl2Parser.g:21320:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:20423:1: ( ( RightParenthesis ) )
+ // InternalAadl2Parser.g:20424:1: ( RightParenthesis )
{
- // InternalAadl2Parser.g:21320:1: ( RightParenthesis )
- // InternalAadl2Parser.g:21321:2: RightParenthesis
+ // InternalAadl2Parser.g:20424:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:20425:2: RightParenthesis
{
before(grammarAccess.getSystemTypeAccess().getRightParenthesisKeyword_2_1_3());
match(input,RightParenthesis,FollowSets000.FOLLOW_2);
@@ -93263,14 +90606,14 @@ public final void rule__SystemType__Group_2_1__3__Impl() throws RecognitionExcep
// $ANTLR start "rule__SystemType__Group_2_1_2__0"
- // InternalAadl2Parser.g:21331:1: rule__SystemType__Group_2_1_2__0 : rule__SystemType__Group_2_1_2__0__Impl rule__SystemType__Group_2_1_2__1 ;
+ // InternalAadl2Parser.g:20435:1: rule__SystemType__Group_2_1_2__0 : rule__SystemType__Group_2_1_2__0__Impl rule__SystemType__Group_2_1_2__1 ;
public final void rule__SystemType__Group_2_1_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21335:1: ( rule__SystemType__Group_2_1_2__0__Impl rule__SystemType__Group_2_1_2__1 )
- // InternalAadl2Parser.g:21336:2: rule__SystemType__Group_2_1_2__0__Impl rule__SystemType__Group_2_1_2__1
+ // InternalAadl2Parser.g:20439:1: ( rule__SystemType__Group_2_1_2__0__Impl rule__SystemType__Group_2_1_2__1 )
+ // InternalAadl2Parser.g:20440:2: rule__SystemType__Group_2_1_2__0__Impl rule__SystemType__Group_2_1_2__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__SystemType__Group_2_1_2__0__Impl();
@@ -93301,17 +90644,17 @@ public final void rule__SystemType__Group_2_1_2__0() throws RecognitionException
// $ANTLR start "rule__SystemType__Group_2_1_2__0__Impl"
- // InternalAadl2Parser.g:21343:1: rule__SystemType__Group_2_1_2__0__Impl : ( Comma ) ;
+ // InternalAadl2Parser.g:20447:1: rule__SystemType__Group_2_1_2__0__Impl : ( Comma ) ;
public final void rule__SystemType__Group_2_1_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21347:1: ( ( Comma ) )
- // InternalAadl2Parser.g:21348:1: ( Comma )
+ // InternalAadl2Parser.g:20451:1: ( ( Comma ) )
+ // InternalAadl2Parser.g:20452:1: ( Comma )
{
- // InternalAadl2Parser.g:21348:1: ( Comma )
- // InternalAadl2Parser.g:21349:2: Comma
+ // InternalAadl2Parser.g:20452:1: ( Comma )
+ // InternalAadl2Parser.g:20453:2: Comma
{
before(grammarAccess.getSystemTypeAccess().getCommaKeyword_2_1_2_0());
match(input,Comma,FollowSets000.FOLLOW_2);
@@ -93338,14 +90681,14 @@ public final void rule__SystemType__Group_2_1_2__0__Impl() throws RecognitionExc
// $ANTLR start "rule__SystemType__Group_2_1_2__1"
- // InternalAadl2Parser.g:21358:1: rule__SystemType__Group_2_1_2__1 : rule__SystemType__Group_2_1_2__1__Impl ;
+ // InternalAadl2Parser.g:20462:1: rule__SystemType__Group_2_1_2__1 : rule__SystemType__Group_2_1_2__1__Impl ;
public final void rule__SystemType__Group_2_1_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21362:1: ( rule__SystemType__Group_2_1_2__1__Impl )
- // InternalAadl2Parser.g:21363:2: rule__SystemType__Group_2_1_2__1__Impl
+ // InternalAadl2Parser.g:20466:1: ( rule__SystemType__Group_2_1_2__1__Impl )
+ // InternalAadl2Parser.g:20467:2: rule__SystemType__Group_2_1_2__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__Group_2_1_2__1__Impl();
@@ -93371,21 +90714,21 @@ public final void rule__SystemType__Group_2_1_2__1() throws RecognitionException
// $ANTLR start "rule__SystemType__Group_2_1_2__1__Impl"
- // InternalAadl2Parser.g:21369:1: rule__SystemType__Group_2_1_2__1__Impl : ( ( rule__SystemType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) ;
+ // InternalAadl2Parser.g:20473:1: rule__SystemType__Group_2_1_2__1__Impl : ( ( rule__SystemType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) ;
public final void rule__SystemType__Group_2_1_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21373:1: ( ( ( rule__SystemType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) )
- // InternalAadl2Parser.g:21374:1: ( ( rule__SystemType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
+ // InternalAadl2Parser.g:20477:1: ( ( ( rule__SystemType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) )
+ // InternalAadl2Parser.g:20478:1: ( ( rule__SystemType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
{
- // InternalAadl2Parser.g:21374:1: ( ( rule__SystemType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
- // InternalAadl2Parser.g:21375:2: ( rule__SystemType__OwnedPrototypeBindingAssignment_2_1_2_1 )
+ // InternalAadl2Parser.g:20478:1: ( ( rule__SystemType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
+ // InternalAadl2Parser.g:20479:2: ( rule__SystemType__OwnedPrototypeBindingAssignment_2_1_2_1 )
{
before(grammarAccess.getSystemTypeAccess().getOwnedPrototypeBindingAssignment_2_1_2_1());
- // InternalAadl2Parser.g:21376:2: ( rule__SystemType__OwnedPrototypeBindingAssignment_2_1_2_1 )
- // InternalAadl2Parser.g:21376:3: rule__SystemType__OwnedPrototypeBindingAssignment_2_1_2_1
+ // InternalAadl2Parser.g:20480:2: ( rule__SystemType__OwnedPrototypeBindingAssignment_2_1_2_1 )
+ // InternalAadl2Parser.g:20480:3: rule__SystemType__OwnedPrototypeBindingAssignment_2_1_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__OwnedPrototypeBindingAssignment_2_1_2_1();
@@ -93418,14 +90761,14 @@ public final void rule__SystemType__Group_2_1_2__1__Impl() throws RecognitionExc
// $ANTLR start "rule__SystemType__Group_3__0"
- // InternalAadl2Parser.g:21385:1: rule__SystemType__Group_3__0 : rule__SystemType__Group_3__0__Impl rule__SystemType__Group_3__1 ;
+ // InternalAadl2Parser.g:20489:1: rule__SystemType__Group_3__0 : rule__SystemType__Group_3__0__Impl rule__SystemType__Group_3__1 ;
public final void rule__SystemType__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21389:1: ( rule__SystemType__Group_3__0__Impl rule__SystemType__Group_3__1 )
- // InternalAadl2Parser.g:21390:2: rule__SystemType__Group_3__0__Impl rule__SystemType__Group_3__1
+ // InternalAadl2Parser.g:20493:1: ( rule__SystemType__Group_3__0__Impl rule__SystemType__Group_3__1 )
+ // InternalAadl2Parser.g:20494:2: rule__SystemType__Group_3__0__Impl rule__SystemType__Group_3__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__SystemType__Group_3__0__Impl();
@@ -93456,17 +90799,17 @@ public final void rule__SystemType__Group_3__0() throws RecognitionException {
// $ANTLR start "rule__SystemType__Group_3__0__Impl"
- // InternalAadl2Parser.g:21397:1: rule__SystemType__Group_3__0__Impl : ( Prototypes ) ;
+ // InternalAadl2Parser.g:20501:1: rule__SystemType__Group_3__0__Impl : ( Prototypes ) ;
public final void rule__SystemType__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21401:1: ( ( Prototypes ) )
- // InternalAadl2Parser.g:21402:1: ( Prototypes )
+ // InternalAadl2Parser.g:20505:1: ( ( Prototypes ) )
+ // InternalAadl2Parser.g:20506:1: ( Prototypes )
{
- // InternalAadl2Parser.g:21402:1: ( Prototypes )
- // InternalAadl2Parser.g:21403:2: Prototypes
+ // InternalAadl2Parser.g:20506:1: ( Prototypes )
+ // InternalAadl2Parser.g:20507:2: Prototypes
{
before(grammarAccess.getSystemTypeAccess().getPrototypesKeyword_3_0());
match(input,Prototypes,FollowSets000.FOLLOW_2);
@@ -93493,14 +90836,14 @@ public final void rule__SystemType__Group_3__0__Impl() throws RecognitionExcepti
// $ANTLR start "rule__SystemType__Group_3__1"
- // InternalAadl2Parser.g:21412:1: rule__SystemType__Group_3__1 : rule__SystemType__Group_3__1__Impl ;
+ // InternalAadl2Parser.g:20516:1: rule__SystemType__Group_3__1 : rule__SystemType__Group_3__1__Impl ;
public final void rule__SystemType__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21416:1: ( rule__SystemType__Group_3__1__Impl )
- // InternalAadl2Parser.g:21417:2: rule__SystemType__Group_3__1__Impl
+ // InternalAadl2Parser.g:20520:1: ( rule__SystemType__Group_3__1__Impl )
+ // InternalAadl2Parser.g:20521:2: rule__SystemType__Group_3__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__Group_3__1__Impl();
@@ -93526,21 +90869,21 @@ public final void rule__SystemType__Group_3__1() throws RecognitionException {
// $ANTLR start "rule__SystemType__Group_3__1__Impl"
- // InternalAadl2Parser.g:21423:1: rule__SystemType__Group_3__1__Impl : ( ( rule__SystemType__Alternatives_3_1 ) ) ;
+ // InternalAadl2Parser.g:20527:1: rule__SystemType__Group_3__1__Impl : ( ( rule__SystemType__Alternatives_3_1 ) ) ;
public final void rule__SystemType__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21427:1: ( ( ( rule__SystemType__Alternatives_3_1 ) ) )
- // InternalAadl2Parser.g:21428:1: ( ( rule__SystemType__Alternatives_3_1 ) )
+ // InternalAadl2Parser.g:20531:1: ( ( ( rule__SystemType__Alternatives_3_1 ) ) )
+ // InternalAadl2Parser.g:20532:1: ( ( rule__SystemType__Alternatives_3_1 ) )
{
- // InternalAadl2Parser.g:21428:1: ( ( rule__SystemType__Alternatives_3_1 ) )
- // InternalAadl2Parser.g:21429:2: ( rule__SystemType__Alternatives_3_1 )
+ // InternalAadl2Parser.g:20532:1: ( ( rule__SystemType__Alternatives_3_1 ) )
+ // InternalAadl2Parser.g:20533:2: ( rule__SystemType__Alternatives_3_1 )
{
before(grammarAccess.getSystemTypeAccess().getAlternatives_3_1());
- // InternalAadl2Parser.g:21430:2: ( rule__SystemType__Alternatives_3_1 )
- // InternalAadl2Parser.g:21430:3: rule__SystemType__Alternatives_3_1
+ // InternalAadl2Parser.g:20534:2: ( rule__SystemType__Alternatives_3_1 )
+ // InternalAadl2Parser.g:20534:3: rule__SystemType__Alternatives_3_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__Alternatives_3_1();
@@ -93573,14 +90916,14 @@ public final void rule__SystemType__Group_3__1__Impl() throws RecognitionExcepti
// $ANTLR start "rule__SystemType__Group_3_1_1__0"
- // InternalAadl2Parser.g:21439:1: rule__SystemType__Group_3_1_1__0 : rule__SystemType__Group_3_1_1__0__Impl rule__SystemType__Group_3_1_1__1 ;
+ // InternalAadl2Parser.g:20543:1: rule__SystemType__Group_3_1_1__0 : rule__SystemType__Group_3_1_1__0__Impl rule__SystemType__Group_3_1_1__1 ;
public final void rule__SystemType__Group_3_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21443:1: ( rule__SystemType__Group_3_1_1__0__Impl rule__SystemType__Group_3_1_1__1 )
- // InternalAadl2Parser.g:21444:2: rule__SystemType__Group_3_1_1__0__Impl rule__SystemType__Group_3_1_1__1
+ // InternalAadl2Parser.g:20547:1: ( rule__SystemType__Group_3_1_1__0__Impl rule__SystemType__Group_3_1_1__1 )
+ // InternalAadl2Parser.g:20548:2: rule__SystemType__Group_3_1_1__0__Impl rule__SystemType__Group_3_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__SystemType__Group_3_1_1__0__Impl();
@@ -93611,21 +90954,21 @@ public final void rule__SystemType__Group_3_1_1__0() throws RecognitionException
// $ANTLR start "rule__SystemType__Group_3_1_1__0__Impl"
- // InternalAadl2Parser.g:21451:1: rule__SystemType__Group_3_1_1__0__Impl : ( ( rule__SystemType__NoPrototypesAssignment_3_1_1_0 ) ) ;
+ // InternalAadl2Parser.g:20555:1: rule__SystemType__Group_3_1_1__0__Impl : ( ( rule__SystemType__NoPrototypesAssignment_3_1_1_0 ) ) ;
public final void rule__SystemType__Group_3_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21455:1: ( ( ( rule__SystemType__NoPrototypesAssignment_3_1_1_0 ) ) )
- // InternalAadl2Parser.g:21456:1: ( ( rule__SystemType__NoPrototypesAssignment_3_1_1_0 ) )
+ // InternalAadl2Parser.g:20559:1: ( ( ( rule__SystemType__NoPrototypesAssignment_3_1_1_0 ) ) )
+ // InternalAadl2Parser.g:20560:1: ( ( rule__SystemType__NoPrototypesAssignment_3_1_1_0 ) )
{
- // InternalAadl2Parser.g:21456:1: ( ( rule__SystemType__NoPrototypesAssignment_3_1_1_0 ) )
- // InternalAadl2Parser.g:21457:2: ( rule__SystemType__NoPrototypesAssignment_3_1_1_0 )
+ // InternalAadl2Parser.g:20560:1: ( ( rule__SystemType__NoPrototypesAssignment_3_1_1_0 ) )
+ // InternalAadl2Parser.g:20561:2: ( rule__SystemType__NoPrototypesAssignment_3_1_1_0 )
{
before(grammarAccess.getSystemTypeAccess().getNoPrototypesAssignment_3_1_1_0());
- // InternalAadl2Parser.g:21458:2: ( rule__SystemType__NoPrototypesAssignment_3_1_1_0 )
- // InternalAadl2Parser.g:21458:3: rule__SystemType__NoPrototypesAssignment_3_1_1_0
+ // InternalAadl2Parser.g:20562:2: ( rule__SystemType__NoPrototypesAssignment_3_1_1_0 )
+ // InternalAadl2Parser.g:20562:3: rule__SystemType__NoPrototypesAssignment_3_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__NoPrototypesAssignment_3_1_1_0();
@@ -93658,14 +91001,14 @@ public final void rule__SystemType__Group_3_1_1__0__Impl() throws RecognitionExc
// $ANTLR start "rule__SystemType__Group_3_1_1__1"
- // InternalAadl2Parser.g:21466:1: rule__SystemType__Group_3_1_1__1 : rule__SystemType__Group_3_1_1__1__Impl ;
+ // InternalAadl2Parser.g:20570:1: rule__SystemType__Group_3_1_1__1 : rule__SystemType__Group_3_1_1__1__Impl ;
public final void rule__SystemType__Group_3_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21470:1: ( rule__SystemType__Group_3_1_1__1__Impl )
- // InternalAadl2Parser.g:21471:2: rule__SystemType__Group_3_1_1__1__Impl
+ // InternalAadl2Parser.g:20574:1: ( rule__SystemType__Group_3_1_1__1__Impl )
+ // InternalAadl2Parser.g:20575:2: rule__SystemType__Group_3_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__Group_3_1_1__1__Impl();
@@ -93691,17 +91034,17 @@ public final void rule__SystemType__Group_3_1_1__1() throws RecognitionException
// $ANTLR start "rule__SystemType__Group_3_1_1__1__Impl"
- // InternalAadl2Parser.g:21477:1: rule__SystemType__Group_3_1_1__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:20581:1: rule__SystemType__Group_3_1_1__1__Impl : ( Semicolon ) ;
public final void rule__SystemType__Group_3_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21481:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:21482:1: ( Semicolon )
+ // InternalAadl2Parser.g:20585:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:20586:1: ( Semicolon )
{
- // InternalAadl2Parser.g:21482:1: ( Semicolon )
- // InternalAadl2Parser.g:21483:2: Semicolon
+ // InternalAadl2Parser.g:20586:1: ( Semicolon )
+ // InternalAadl2Parser.g:20587:2: Semicolon
{
before(grammarAccess.getSystemTypeAccess().getSemicolonKeyword_3_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -93728,14 +91071,14 @@ public final void rule__SystemType__Group_3_1_1__1__Impl() throws RecognitionExc
// $ANTLR start "rule__SystemType__Group_4__0"
- // InternalAadl2Parser.g:21493:1: rule__SystemType__Group_4__0 : rule__SystemType__Group_4__0__Impl rule__SystemType__Group_4__1 ;
+ // InternalAadl2Parser.g:20597:1: rule__SystemType__Group_4__0 : rule__SystemType__Group_4__0__Impl rule__SystemType__Group_4__1 ;
public final void rule__SystemType__Group_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21497:1: ( rule__SystemType__Group_4__0__Impl rule__SystemType__Group_4__1 )
- // InternalAadl2Parser.g:21498:2: rule__SystemType__Group_4__0__Impl rule__SystemType__Group_4__1
+ // InternalAadl2Parser.g:20601:1: ( rule__SystemType__Group_4__0__Impl rule__SystemType__Group_4__1 )
+ // InternalAadl2Parser.g:20602:2: rule__SystemType__Group_4__0__Impl rule__SystemType__Group_4__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__SystemType__Group_4__0__Impl();
@@ -93766,17 +91109,17 @@ public final void rule__SystemType__Group_4__0() throws RecognitionException {
// $ANTLR start "rule__SystemType__Group_4__0__Impl"
- // InternalAadl2Parser.g:21505:1: rule__SystemType__Group_4__0__Impl : ( Features ) ;
+ // InternalAadl2Parser.g:20609:1: rule__SystemType__Group_4__0__Impl : ( Features ) ;
public final void rule__SystemType__Group_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21509:1: ( ( Features ) )
- // InternalAadl2Parser.g:21510:1: ( Features )
+ // InternalAadl2Parser.g:20613:1: ( ( Features ) )
+ // InternalAadl2Parser.g:20614:1: ( Features )
{
- // InternalAadl2Parser.g:21510:1: ( Features )
- // InternalAadl2Parser.g:21511:2: Features
+ // InternalAadl2Parser.g:20614:1: ( Features )
+ // InternalAadl2Parser.g:20615:2: Features
{
before(grammarAccess.getSystemTypeAccess().getFeaturesKeyword_4_0());
match(input,Features,FollowSets000.FOLLOW_2);
@@ -93803,14 +91146,14 @@ public final void rule__SystemType__Group_4__0__Impl() throws RecognitionExcepti
// $ANTLR start "rule__SystemType__Group_4__1"
- // InternalAadl2Parser.g:21520:1: rule__SystemType__Group_4__1 : rule__SystemType__Group_4__1__Impl ;
+ // InternalAadl2Parser.g:20624:1: rule__SystemType__Group_4__1 : rule__SystemType__Group_4__1__Impl ;
public final void rule__SystemType__Group_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21524:1: ( rule__SystemType__Group_4__1__Impl )
- // InternalAadl2Parser.g:21525:2: rule__SystemType__Group_4__1__Impl
+ // InternalAadl2Parser.g:20628:1: ( rule__SystemType__Group_4__1__Impl )
+ // InternalAadl2Parser.g:20629:2: rule__SystemType__Group_4__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__Group_4__1__Impl();
@@ -93836,21 +91179,21 @@ public final void rule__SystemType__Group_4__1() throws RecognitionException {
// $ANTLR start "rule__SystemType__Group_4__1__Impl"
- // InternalAadl2Parser.g:21531:1: rule__SystemType__Group_4__1__Impl : ( ( rule__SystemType__Alternatives_4_1 ) ) ;
+ // InternalAadl2Parser.g:20635:1: rule__SystemType__Group_4__1__Impl : ( ( rule__SystemType__Alternatives_4_1 ) ) ;
public final void rule__SystemType__Group_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21535:1: ( ( ( rule__SystemType__Alternatives_4_1 ) ) )
- // InternalAadl2Parser.g:21536:1: ( ( rule__SystemType__Alternatives_4_1 ) )
+ // InternalAadl2Parser.g:20639:1: ( ( ( rule__SystemType__Alternatives_4_1 ) ) )
+ // InternalAadl2Parser.g:20640:1: ( ( rule__SystemType__Alternatives_4_1 ) )
{
- // InternalAadl2Parser.g:21536:1: ( ( rule__SystemType__Alternatives_4_1 ) )
- // InternalAadl2Parser.g:21537:2: ( rule__SystemType__Alternatives_4_1 )
+ // InternalAadl2Parser.g:20640:1: ( ( rule__SystemType__Alternatives_4_1 ) )
+ // InternalAadl2Parser.g:20641:2: ( rule__SystemType__Alternatives_4_1 )
{
before(grammarAccess.getSystemTypeAccess().getAlternatives_4_1());
- // InternalAadl2Parser.g:21538:2: ( rule__SystemType__Alternatives_4_1 )
- // InternalAadl2Parser.g:21538:3: rule__SystemType__Alternatives_4_1
+ // InternalAadl2Parser.g:20642:2: ( rule__SystemType__Alternatives_4_1 )
+ // InternalAadl2Parser.g:20642:3: rule__SystemType__Alternatives_4_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__Alternatives_4_1();
@@ -93883,14 +91226,14 @@ public final void rule__SystemType__Group_4__1__Impl() throws RecognitionExcepti
// $ANTLR start "rule__SystemType__Group_4_1_1__0"
- // InternalAadl2Parser.g:21547:1: rule__SystemType__Group_4_1_1__0 : rule__SystemType__Group_4_1_1__0__Impl rule__SystemType__Group_4_1_1__1 ;
+ // InternalAadl2Parser.g:20651:1: rule__SystemType__Group_4_1_1__0 : rule__SystemType__Group_4_1_1__0__Impl rule__SystemType__Group_4_1_1__1 ;
public final void rule__SystemType__Group_4_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21551:1: ( rule__SystemType__Group_4_1_1__0__Impl rule__SystemType__Group_4_1_1__1 )
- // InternalAadl2Parser.g:21552:2: rule__SystemType__Group_4_1_1__0__Impl rule__SystemType__Group_4_1_1__1
+ // InternalAadl2Parser.g:20655:1: ( rule__SystemType__Group_4_1_1__0__Impl rule__SystemType__Group_4_1_1__1 )
+ // InternalAadl2Parser.g:20656:2: rule__SystemType__Group_4_1_1__0__Impl rule__SystemType__Group_4_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__SystemType__Group_4_1_1__0__Impl();
@@ -93921,21 +91264,21 @@ public final void rule__SystemType__Group_4_1_1__0() throws RecognitionException
// $ANTLR start "rule__SystemType__Group_4_1_1__0__Impl"
- // InternalAadl2Parser.g:21559:1: rule__SystemType__Group_4_1_1__0__Impl : ( ( rule__SystemType__NoFeaturesAssignment_4_1_1_0 ) ) ;
+ // InternalAadl2Parser.g:20663:1: rule__SystemType__Group_4_1_1__0__Impl : ( ( rule__SystemType__NoFeaturesAssignment_4_1_1_0 ) ) ;
public final void rule__SystemType__Group_4_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21563:1: ( ( ( rule__SystemType__NoFeaturesAssignment_4_1_1_0 ) ) )
- // InternalAadl2Parser.g:21564:1: ( ( rule__SystemType__NoFeaturesAssignment_4_1_1_0 ) )
+ // InternalAadl2Parser.g:20667:1: ( ( ( rule__SystemType__NoFeaturesAssignment_4_1_1_0 ) ) )
+ // InternalAadl2Parser.g:20668:1: ( ( rule__SystemType__NoFeaturesAssignment_4_1_1_0 ) )
{
- // InternalAadl2Parser.g:21564:1: ( ( rule__SystemType__NoFeaturesAssignment_4_1_1_0 ) )
- // InternalAadl2Parser.g:21565:2: ( rule__SystemType__NoFeaturesAssignment_4_1_1_0 )
+ // InternalAadl2Parser.g:20668:1: ( ( rule__SystemType__NoFeaturesAssignment_4_1_1_0 ) )
+ // InternalAadl2Parser.g:20669:2: ( rule__SystemType__NoFeaturesAssignment_4_1_1_0 )
{
before(grammarAccess.getSystemTypeAccess().getNoFeaturesAssignment_4_1_1_0());
- // InternalAadl2Parser.g:21566:2: ( rule__SystemType__NoFeaturesAssignment_4_1_1_0 )
- // InternalAadl2Parser.g:21566:3: rule__SystemType__NoFeaturesAssignment_4_1_1_0
+ // InternalAadl2Parser.g:20670:2: ( rule__SystemType__NoFeaturesAssignment_4_1_1_0 )
+ // InternalAadl2Parser.g:20670:3: rule__SystemType__NoFeaturesAssignment_4_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__NoFeaturesAssignment_4_1_1_0();
@@ -93968,14 +91311,14 @@ public final void rule__SystemType__Group_4_1_1__0__Impl() throws RecognitionExc
// $ANTLR start "rule__SystemType__Group_4_1_1__1"
- // InternalAadl2Parser.g:21574:1: rule__SystemType__Group_4_1_1__1 : rule__SystemType__Group_4_1_1__1__Impl ;
+ // InternalAadl2Parser.g:20678:1: rule__SystemType__Group_4_1_1__1 : rule__SystemType__Group_4_1_1__1__Impl ;
public final void rule__SystemType__Group_4_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21578:1: ( rule__SystemType__Group_4_1_1__1__Impl )
- // InternalAadl2Parser.g:21579:2: rule__SystemType__Group_4_1_1__1__Impl
+ // InternalAadl2Parser.g:20682:1: ( rule__SystemType__Group_4_1_1__1__Impl )
+ // InternalAadl2Parser.g:20683:2: rule__SystemType__Group_4_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__Group_4_1_1__1__Impl();
@@ -94001,17 +91344,17 @@ public final void rule__SystemType__Group_4_1_1__1() throws RecognitionException
// $ANTLR start "rule__SystemType__Group_4_1_1__1__Impl"
- // InternalAadl2Parser.g:21585:1: rule__SystemType__Group_4_1_1__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:20689:1: rule__SystemType__Group_4_1_1__1__Impl : ( Semicolon ) ;
public final void rule__SystemType__Group_4_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21589:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:21590:1: ( Semicolon )
+ // InternalAadl2Parser.g:20693:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:20694:1: ( Semicolon )
{
- // InternalAadl2Parser.g:21590:1: ( Semicolon )
- // InternalAadl2Parser.g:21591:2: Semicolon
+ // InternalAadl2Parser.g:20694:1: ( Semicolon )
+ // InternalAadl2Parser.g:20695:2: Semicolon
{
before(grammarAccess.getSystemTypeAccess().getSemicolonKeyword_4_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -94038,14 +91381,14 @@ public final void rule__SystemType__Group_4_1_1__1__Impl() throws RecognitionExc
// $ANTLR start "rule__SystemType__Group_5__0"
- // InternalAadl2Parser.g:21601:1: rule__SystemType__Group_5__0 : rule__SystemType__Group_5__0__Impl rule__SystemType__Group_5__1 ;
+ // InternalAadl2Parser.g:20705:1: rule__SystemType__Group_5__0 : rule__SystemType__Group_5__0__Impl rule__SystemType__Group_5__1 ;
public final void rule__SystemType__Group_5__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21605:1: ( rule__SystemType__Group_5__0__Impl rule__SystemType__Group_5__1 )
- // InternalAadl2Parser.g:21606:2: rule__SystemType__Group_5__0__Impl rule__SystemType__Group_5__1
+ // InternalAadl2Parser.g:20709:1: ( rule__SystemType__Group_5__0__Impl rule__SystemType__Group_5__1 )
+ // InternalAadl2Parser.g:20710:2: rule__SystemType__Group_5__0__Impl rule__SystemType__Group_5__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__SystemType__Group_5__0__Impl();
@@ -94076,17 +91419,17 @@ public final void rule__SystemType__Group_5__0() throws RecognitionException {
// $ANTLR start "rule__SystemType__Group_5__0__Impl"
- // InternalAadl2Parser.g:21613:1: rule__SystemType__Group_5__0__Impl : ( Flows ) ;
+ // InternalAadl2Parser.g:20717:1: rule__SystemType__Group_5__0__Impl : ( Flows ) ;
public final void rule__SystemType__Group_5__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21617:1: ( ( Flows ) )
- // InternalAadl2Parser.g:21618:1: ( Flows )
+ // InternalAadl2Parser.g:20721:1: ( ( Flows ) )
+ // InternalAadl2Parser.g:20722:1: ( Flows )
{
- // InternalAadl2Parser.g:21618:1: ( Flows )
- // InternalAadl2Parser.g:21619:2: Flows
+ // InternalAadl2Parser.g:20722:1: ( Flows )
+ // InternalAadl2Parser.g:20723:2: Flows
{
before(grammarAccess.getSystemTypeAccess().getFlowsKeyword_5_0());
match(input,Flows,FollowSets000.FOLLOW_2);
@@ -94113,14 +91456,14 @@ public final void rule__SystemType__Group_5__0__Impl() throws RecognitionExcepti
// $ANTLR start "rule__SystemType__Group_5__1"
- // InternalAadl2Parser.g:21628:1: rule__SystemType__Group_5__1 : rule__SystemType__Group_5__1__Impl ;
+ // InternalAadl2Parser.g:20732:1: rule__SystemType__Group_5__1 : rule__SystemType__Group_5__1__Impl ;
public final void rule__SystemType__Group_5__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21632:1: ( rule__SystemType__Group_5__1__Impl )
- // InternalAadl2Parser.g:21633:2: rule__SystemType__Group_5__1__Impl
+ // InternalAadl2Parser.g:20736:1: ( rule__SystemType__Group_5__1__Impl )
+ // InternalAadl2Parser.g:20737:2: rule__SystemType__Group_5__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__Group_5__1__Impl();
@@ -94146,21 +91489,21 @@ public final void rule__SystemType__Group_5__1() throws RecognitionException {
// $ANTLR start "rule__SystemType__Group_5__1__Impl"
- // InternalAadl2Parser.g:21639:1: rule__SystemType__Group_5__1__Impl : ( ( rule__SystemType__Alternatives_5_1 ) ) ;
+ // InternalAadl2Parser.g:20743:1: rule__SystemType__Group_5__1__Impl : ( ( rule__SystemType__Alternatives_5_1 ) ) ;
public final void rule__SystemType__Group_5__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21643:1: ( ( ( rule__SystemType__Alternatives_5_1 ) ) )
- // InternalAadl2Parser.g:21644:1: ( ( rule__SystemType__Alternatives_5_1 ) )
+ // InternalAadl2Parser.g:20747:1: ( ( ( rule__SystemType__Alternatives_5_1 ) ) )
+ // InternalAadl2Parser.g:20748:1: ( ( rule__SystemType__Alternatives_5_1 ) )
{
- // InternalAadl2Parser.g:21644:1: ( ( rule__SystemType__Alternatives_5_1 ) )
- // InternalAadl2Parser.g:21645:2: ( rule__SystemType__Alternatives_5_1 )
+ // InternalAadl2Parser.g:20748:1: ( ( rule__SystemType__Alternatives_5_1 ) )
+ // InternalAadl2Parser.g:20749:2: ( rule__SystemType__Alternatives_5_1 )
{
before(grammarAccess.getSystemTypeAccess().getAlternatives_5_1());
- // InternalAadl2Parser.g:21646:2: ( rule__SystemType__Alternatives_5_1 )
- // InternalAadl2Parser.g:21646:3: rule__SystemType__Alternatives_5_1
+ // InternalAadl2Parser.g:20750:2: ( rule__SystemType__Alternatives_5_1 )
+ // InternalAadl2Parser.g:20750:3: rule__SystemType__Alternatives_5_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__Alternatives_5_1();
@@ -94193,14 +91536,14 @@ public final void rule__SystemType__Group_5__1__Impl() throws RecognitionExcepti
// $ANTLR start "rule__SystemType__Group_5_1_1__0"
- // InternalAadl2Parser.g:21655:1: rule__SystemType__Group_5_1_1__0 : rule__SystemType__Group_5_1_1__0__Impl rule__SystemType__Group_5_1_1__1 ;
+ // InternalAadl2Parser.g:20759:1: rule__SystemType__Group_5_1_1__0 : rule__SystemType__Group_5_1_1__0__Impl rule__SystemType__Group_5_1_1__1 ;
public final void rule__SystemType__Group_5_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21659:1: ( rule__SystemType__Group_5_1_1__0__Impl rule__SystemType__Group_5_1_1__1 )
- // InternalAadl2Parser.g:21660:2: rule__SystemType__Group_5_1_1__0__Impl rule__SystemType__Group_5_1_1__1
+ // InternalAadl2Parser.g:20763:1: ( rule__SystemType__Group_5_1_1__0__Impl rule__SystemType__Group_5_1_1__1 )
+ // InternalAadl2Parser.g:20764:2: rule__SystemType__Group_5_1_1__0__Impl rule__SystemType__Group_5_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__SystemType__Group_5_1_1__0__Impl();
@@ -94231,21 +91574,21 @@ public final void rule__SystemType__Group_5_1_1__0() throws RecognitionException
// $ANTLR start "rule__SystemType__Group_5_1_1__0__Impl"
- // InternalAadl2Parser.g:21667:1: rule__SystemType__Group_5_1_1__0__Impl : ( ( rule__SystemType__NoFlowsAssignment_5_1_1_0 ) ) ;
+ // InternalAadl2Parser.g:20771:1: rule__SystemType__Group_5_1_1__0__Impl : ( ( rule__SystemType__NoFlowsAssignment_5_1_1_0 ) ) ;
public final void rule__SystemType__Group_5_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21671:1: ( ( ( rule__SystemType__NoFlowsAssignment_5_1_1_0 ) ) )
- // InternalAadl2Parser.g:21672:1: ( ( rule__SystemType__NoFlowsAssignment_5_1_1_0 ) )
+ // InternalAadl2Parser.g:20775:1: ( ( ( rule__SystemType__NoFlowsAssignment_5_1_1_0 ) ) )
+ // InternalAadl2Parser.g:20776:1: ( ( rule__SystemType__NoFlowsAssignment_5_1_1_0 ) )
{
- // InternalAadl2Parser.g:21672:1: ( ( rule__SystemType__NoFlowsAssignment_5_1_1_0 ) )
- // InternalAadl2Parser.g:21673:2: ( rule__SystemType__NoFlowsAssignment_5_1_1_0 )
+ // InternalAadl2Parser.g:20776:1: ( ( rule__SystemType__NoFlowsAssignment_5_1_1_0 ) )
+ // InternalAadl2Parser.g:20777:2: ( rule__SystemType__NoFlowsAssignment_5_1_1_0 )
{
before(grammarAccess.getSystemTypeAccess().getNoFlowsAssignment_5_1_1_0());
- // InternalAadl2Parser.g:21674:2: ( rule__SystemType__NoFlowsAssignment_5_1_1_0 )
- // InternalAadl2Parser.g:21674:3: rule__SystemType__NoFlowsAssignment_5_1_1_0
+ // InternalAadl2Parser.g:20778:2: ( rule__SystemType__NoFlowsAssignment_5_1_1_0 )
+ // InternalAadl2Parser.g:20778:3: rule__SystemType__NoFlowsAssignment_5_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__NoFlowsAssignment_5_1_1_0();
@@ -94278,14 +91621,14 @@ public final void rule__SystemType__Group_5_1_1__0__Impl() throws RecognitionExc
// $ANTLR start "rule__SystemType__Group_5_1_1__1"
- // InternalAadl2Parser.g:21682:1: rule__SystemType__Group_5_1_1__1 : rule__SystemType__Group_5_1_1__1__Impl ;
+ // InternalAadl2Parser.g:20786:1: rule__SystemType__Group_5_1_1__1 : rule__SystemType__Group_5_1_1__1__Impl ;
public final void rule__SystemType__Group_5_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21686:1: ( rule__SystemType__Group_5_1_1__1__Impl )
- // InternalAadl2Parser.g:21687:2: rule__SystemType__Group_5_1_1__1__Impl
+ // InternalAadl2Parser.g:20790:1: ( rule__SystemType__Group_5_1_1__1__Impl )
+ // InternalAadl2Parser.g:20791:2: rule__SystemType__Group_5_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__Group_5_1_1__1__Impl();
@@ -94311,17 +91654,17 @@ public final void rule__SystemType__Group_5_1_1__1() throws RecognitionException
// $ANTLR start "rule__SystemType__Group_5_1_1__1__Impl"
- // InternalAadl2Parser.g:21693:1: rule__SystemType__Group_5_1_1__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:20797:1: rule__SystemType__Group_5_1_1__1__Impl : ( Semicolon ) ;
public final void rule__SystemType__Group_5_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21697:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:21698:1: ( Semicolon )
+ // InternalAadl2Parser.g:20801:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:20802:1: ( Semicolon )
{
- // InternalAadl2Parser.g:21698:1: ( Semicolon )
- // InternalAadl2Parser.g:21699:2: Semicolon
+ // InternalAadl2Parser.g:20802:1: ( Semicolon )
+ // InternalAadl2Parser.g:20803:2: Semicolon
{
before(grammarAccess.getSystemTypeAccess().getSemicolonKeyword_5_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -94348,16 +91691,16 @@ public final void rule__SystemType__Group_5_1_1__1__Impl() throws RecognitionExc
// $ANTLR start "rule__SystemType__Group_6_0__0"
- // InternalAadl2Parser.g:21709:1: rule__SystemType__Group_6_0__0 : rule__SystemType__Group_6_0__0__Impl rule__SystemType__Group_6_0__1 ;
+ // InternalAadl2Parser.g:20813:1: rule__SystemType__Group_6_0__0 : rule__SystemType__Group_6_0__0__Impl rule__SystemType__Group_6_0__1 ;
public final void rule__SystemType__Group_6_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21713:1: ( rule__SystemType__Group_6_0__0__Impl rule__SystemType__Group_6_0__1 )
- // InternalAadl2Parser.g:21714:2: rule__SystemType__Group_6_0__0__Impl rule__SystemType__Group_6_0__1
+ // InternalAadl2Parser.g:20817:1: ( rule__SystemType__Group_6_0__0__Impl rule__SystemType__Group_6_0__1 )
+ // InternalAadl2Parser.g:20818:2: rule__SystemType__Group_6_0__0__Impl rule__SystemType__Group_6_0__1
{
- pushFollow(FollowSets000.FOLLOW_4);
+ pushFollow(FollowSets000.FOLLOW_31);
rule__SystemType__Group_6_0__0__Impl();
state._fsp--;
@@ -94386,21 +91729,21 @@ public final void rule__SystemType__Group_6_0__0() throws RecognitionException {
// $ANTLR start "rule__SystemType__Group_6_0__0__Impl"
- // InternalAadl2Parser.g:21721:1: rule__SystemType__Group_6_0__0__Impl : ( ( rule__SystemType__DerivedModesAssignment_6_0_0 ) ) ;
+ // InternalAadl2Parser.g:20825:1: rule__SystemType__Group_6_0__0__Impl : ( ( rule__SystemType__DerivedModesAssignment_6_0_0 ) ) ;
public final void rule__SystemType__Group_6_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21725:1: ( ( ( rule__SystemType__DerivedModesAssignment_6_0_0 ) ) )
- // InternalAadl2Parser.g:21726:1: ( ( rule__SystemType__DerivedModesAssignment_6_0_0 ) )
+ // InternalAadl2Parser.g:20829:1: ( ( ( rule__SystemType__DerivedModesAssignment_6_0_0 ) ) )
+ // InternalAadl2Parser.g:20830:1: ( ( rule__SystemType__DerivedModesAssignment_6_0_0 ) )
{
- // InternalAadl2Parser.g:21726:1: ( ( rule__SystemType__DerivedModesAssignment_6_0_0 ) )
- // InternalAadl2Parser.g:21727:2: ( rule__SystemType__DerivedModesAssignment_6_0_0 )
+ // InternalAadl2Parser.g:20830:1: ( ( rule__SystemType__DerivedModesAssignment_6_0_0 ) )
+ // InternalAadl2Parser.g:20831:2: ( rule__SystemType__DerivedModesAssignment_6_0_0 )
{
before(grammarAccess.getSystemTypeAccess().getDerivedModesAssignment_6_0_0());
- // InternalAadl2Parser.g:21728:2: ( rule__SystemType__DerivedModesAssignment_6_0_0 )
- // InternalAadl2Parser.g:21728:3: rule__SystemType__DerivedModesAssignment_6_0_0
+ // InternalAadl2Parser.g:20832:2: ( rule__SystemType__DerivedModesAssignment_6_0_0 )
+ // InternalAadl2Parser.g:20832:3: rule__SystemType__DerivedModesAssignment_6_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__DerivedModesAssignment_6_0_0();
@@ -94433,20 +91776,25 @@ public final void rule__SystemType__Group_6_0__0__Impl() throws RecognitionExcep
// $ANTLR start "rule__SystemType__Group_6_0__1"
- // InternalAadl2Parser.g:21736:1: rule__SystemType__Group_6_0__1 : rule__SystemType__Group_6_0__1__Impl ;
+ // InternalAadl2Parser.g:20840:1: rule__SystemType__Group_6_0__1 : rule__SystemType__Group_6_0__1__Impl rule__SystemType__Group_6_0__2 ;
public final void rule__SystemType__Group_6_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21740:1: ( rule__SystemType__Group_6_0__1__Impl )
- // InternalAadl2Parser.g:21741:2: rule__SystemType__Group_6_0__1__Impl
+ // InternalAadl2Parser.g:20844:1: ( rule__SystemType__Group_6_0__1__Impl rule__SystemType__Group_6_0__2 )
+ // InternalAadl2Parser.g:20845:2: rule__SystemType__Group_6_0__1__Impl rule__SystemType__Group_6_0__2
{
- pushFollow(FollowSets000.FOLLOW_2);
+ pushFollow(FollowSets000.FOLLOW_4);
rule__SystemType__Group_6_0__1__Impl();
state._fsp--;
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__SystemType__Group_6_0__2();
+
+ state._fsp--;
+
}
@@ -94466,42 +91814,112 @@ public final void rule__SystemType__Group_6_0__1() throws RecognitionException {
// $ANTLR start "rule__SystemType__Group_6_0__1__Impl"
- // InternalAadl2Parser.g:21747:1: rule__SystemType__Group_6_0__1__Impl : ( ( ( rule__SystemType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__SystemType__OwnedModeAssignment_6_0_1 )* ) ) ;
+ // InternalAadl2Parser.g:20852:1: rule__SystemType__Group_6_0__1__Impl : ( Modes ) ;
public final void rule__SystemType__Group_6_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21751:1: ( ( ( ( rule__SystemType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__SystemType__OwnedModeAssignment_6_0_1 )* ) ) )
- // InternalAadl2Parser.g:21752:1: ( ( ( rule__SystemType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__SystemType__OwnedModeAssignment_6_0_1 )* ) )
+ // InternalAadl2Parser.g:20856:1: ( ( Modes ) )
+ // InternalAadl2Parser.g:20857:1: ( Modes )
{
- // InternalAadl2Parser.g:21752:1: ( ( ( rule__SystemType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__SystemType__OwnedModeAssignment_6_0_1 )* ) )
- // InternalAadl2Parser.g:21753:2: ( ( rule__SystemType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__SystemType__OwnedModeAssignment_6_0_1 )* )
+ // InternalAadl2Parser.g:20857:1: ( Modes )
+ // InternalAadl2Parser.g:20858:2: Modes
{
- // InternalAadl2Parser.g:21753:2: ( ( rule__SystemType__OwnedModeAssignment_6_0_1 ) )
- // InternalAadl2Parser.g:21754:3: ( rule__SystemType__OwnedModeAssignment_6_0_1 )
+ before(grammarAccess.getSystemTypeAccess().getModesKeyword_6_0_1());
+ match(input,Modes,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getSystemTypeAccess().getModesKeyword_6_0_1());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SystemType__Group_6_0__1__Impl"
+
+
+ // $ANTLR start "rule__SystemType__Group_6_0__2"
+ // InternalAadl2Parser.g:20867:1: rule__SystemType__Group_6_0__2 : rule__SystemType__Group_6_0__2__Impl ;
+ public final void rule__SystemType__Group_6_0__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:20871:1: ( rule__SystemType__Group_6_0__2__Impl )
+ // InternalAadl2Parser.g:20872:2: rule__SystemType__Group_6_0__2__Impl
{
- before(grammarAccess.getSystemTypeAccess().getOwnedModeAssignment_6_0_1());
- // InternalAadl2Parser.g:21755:3: ( rule__SystemType__OwnedModeAssignment_6_0_1 )
- // InternalAadl2Parser.g:21755:4: rule__SystemType__OwnedModeAssignment_6_0_1
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__SystemType__Group_6_0__2__Impl();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SystemType__Group_6_0__2"
+
+
+ // $ANTLR start "rule__SystemType__Group_6_0__2__Impl"
+ // InternalAadl2Parser.g:20878:1: rule__SystemType__Group_6_0__2__Impl : ( ( ( rule__SystemType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__SystemType__OwnedModeAssignment_6_0_2 )* ) ) ;
+ public final void rule__SystemType__Group_6_0__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:20882:1: ( ( ( ( rule__SystemType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__SystemType__OwnedModeAssignment_6_0_2 )* ) ) )
+ // InternalAadl2Parser.g:20883:1: ( ( ( rule__SystemType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__SystemType__OwnedModeAssignment_6_0_2 )* ) )
+ {
+ // InternalAadl2Parser.g:20883:1: ( ( ( rule__SystemType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__SystemType__OwnedModeAssignment_6_0_2 )* ) )
+ // InternalAadl2Parser.g:20884:2: ( ( rule__SystemType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__SystemType__OwnedModeAssignment_6_0_2 )* )
+ {
+ // InternalAadl2Parser.g:20884:2: ( ( rule__SystemType__OwnedModeAssignment_6_0_2 ) )
+ // InternalAadl2Parser.g:20885:3: ( rule__SystemType__OwnedModeAssignment_6_0_2 )
+ {
+ before(grammarAccess.getSystemTypeAccess().getOwnedModeAssignment_6_0_2());
+ // InternalAadl2Parser.g:20886:3: ( rule__SystemType__OwnedModeAssignment_6_0_2 )
+ // InternalAadl2Parser.g:20886:4: rule__SystemType__OwnedModeAssignment_6_0_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SystemType__OwnedModeAssignment_6_0_1();
+ rule__SystemType__OwnedModeAssignment_6_0_2();
state._fsp--;
}
- after(grammarAccess.getSystemTypeAccess().getOwnedModeAssignment_6_0_1());
+ after(grammarAccess.getSystemTypeAccess().getOwnedModeAssignment_6_0_2());
}
- // InternalAadl2Parser.g:21758:2: ( ( rule__SystemType__OwnedModeAssignment_6_0_1 )* )
- // InternalAadl2Parser.g:21759:3: ( rule__SystemType__OwnedModeAssignment_6_0_1 )*
+ // InternalAadl2Parser.g:20889:2: ( ( rule__SystemType__OwnedModeAssignment_6_0_2 )* )
+ // InternalAadl2Parser.g:20890:3: ( rule__SystemType__OwnedModeAssignment_6_0_2 )*
{
- before(grammarAccess.getSystemTypeAccess().getOwnedModeAssignment_6_0_1());
- // InternalAadl2Parser.g:21760:3: ( rule__SystemType__OwnedModeAssignment_6_0_1 )*
+ before(grammarAccess.getSystemTypeAccess().getOwnedModeAssignment_6_0_2());
+ // InternalAadl2Parser.g:20891:3: ( rule__SystemType__OwnedModeAssignment_6_0_2 )*
loop568:
do {
int alt568=2;
@@ -94514,10 +91932,10 @@ public final void rule__SystemType__Group_6_0__1__Impl() throws RecognitionExcep
switch (alt568) {
case 1 :
- // InternalAadl2Parser.g:21760:4: rule__SystemType__OwnedModeAssignment_6_0_1
+ // InternalAadl2Parser.g:20891:4: rule__SystemType__OwnedModeAssignment_6_0_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SystemType__OwnedModeAssignment_6_0_1();
+ rule__SystemType__OwnedModeAssignment_6_0_2();
state._fsp--;
@@ -94530,7 +91948,7 @@ public final void rule__SystemType__Group_6_0__1__Impl() throws RecognitionExcep
}
} while (true);
- after(grammarAccess.getSystemTypeAccess().getOwnedModeAssignment_6_0_1());
+ after(grammarAccess.getSystemTypeAccess().getOwnedModeAssignment_6_0_2());
}
@@ -94552,18 +91970,18 @@ public final void rule__SystemType__Group_6_0__1__Impl() throws RecognitionExcep
}
return ;
}
- // $ANTLR end "rule__SystemType__Group_6_0__1__Impl"
+ // $ANTLR end "rule__SystemType__Group_6_0__2__Impl"
// $ANTLR start "rule__SystemType__Group_6_1__0"
- // InternalAadl2Parser.g:21770:1: rule__SystemType__Group_6_1__0 : rule__SystemType__Group_6_1__0__Impl rule__SystemType__Group_6_1__1 ;
+ // InternalAadl2Parser.g:20901:1: rule__SystemType__Group_6_1__0 : rule__SystemType__Group_6_1__0__Impl rule__SystemType__Group_6_1__1 ;
public final void rule__SystemType__Group_6_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21774:1: ( rule__SystemType__Group_6_1__0__Impl rule__SystemType__Group_6_1__1 )
- // InternalAadl2Parser.g:21775:2: rule__SystemType__Group_6_1__0__Impl rule__SystemType__Group_6_1__1
+ // InternalAadl2Parser.g:20905:1: ( rule__SystemType__Group_6_1__0__Impl rule__SystemType__Group_6_1__1 )
+ // InternalAadl2Parser.g:20906:2: rule__SystemType__Group_6_1__0__Impl rule__SystemType__Group_6_1__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__SystemType__Group_6_1__0__Impl();
@@ -94594,17 +92012,17 @@ public final void rule__SystemType__Group_6_1__0() throws RecognitionException {
// $ANTLR start "rule__SystemType__Group_6_1__0__Impl"
- // InternalAadl2Parser.g:21782:1: rule__SystemType__Group_6_1__0__Impl : ( Modes ) ;
+ // InternalAadl2Parser.g:20913:1: rule__SystemType__Group_6_1__0__Impl : ( Modes ) ;
public final void rule__SystemType__Group_6_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21786:1: ( ( Modes ) )
- // InternalAadl2Parser.g:21787:1: ( Modes )
+ // InternalAadl2Parser.g:20917:1: ( ( Modes ) )
+ // InternalAadl2Parser.g:20918:1: ( Modes )
{
- // InternalAadl2Parser.g:21787:1: ( Modes )
- // InternalAadl2Parser.g:21788:2: Modes
+ // InternalAadl2Parser.g:20918:1: ( Modes )
+ // InternalAadl2Parser.g:20919:2: Modes
{
before(grammarAccess.getSystemTypeAccess().getModesKeyword_6_1_0());
match(input,Modes,FollowSets000.FOLLOW_2);
@@ -94631,14 +92049,14 @@ public final void rule__SystemType__Group_6_1__0__Impl() throws RecognitionExcep
// $ANTLR start "rule__SystemType__Group_6_1__1"
- // InternalAadl2Parser.g:21797:1: rule__SystemType__Group_6_1__1 : rule__SystemType__Group_6_1__1__Impl ;
+ // InternalAadl2Parser.g:20928:1: rule__SystemType__Group_6_1__1 : rule__SystemType__Group_6_1__1__Impl ;
public final void rule__SystemType__Group_6_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21801:1: ( rule__SystemType__Group_6_1__1__Impl )
- // InternalAadl2Parser.g:21802:2: rule__SystemType__Group_6_1__1__Impl
+ // InternalAadl2Parser.g:20932:1: ( rule__SystemType__Group_6_1__1__Impl )
+ // InternalAadl2Parser.g:20933:2: rule__SystemType__Group_6_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__Group_6_1__1__Impl();
@@ -94664,21 +92082,21 @@ public final void rule__SystemType__Group_6_1__1() throws RecognitionException {
// $ANTLR start "rule__SystemType__Group_6_1__1__Impl"
- // InternalAadl2Parser.g:21808:1: rule__SystemType__Group_6_1__1__Impl : ( ( rule__SystemType__Alternatives_6_1_1 ) ) ;
+ // InternalAadl2Parser.g:20939:1: rule__SystemType__Group_6_1__1__Impl : ( ( rule__SystemType__Alternatives_6_1_1 ) ) ;
public final void rule__SystemType__Group_6_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21812:1: ( ( ( rule__SystemType__Alternatives_6_1_1 ) ) )
- // InternalAadl2Parser.g:21813:1: ( ( rule__SystemType__Alternatives_6_1_1 ) )
+ // InternalAadl2Parser.g:20943:1: ( ( ( rule__SystemType__Alternatives_6_1_1 ) ) )
+ // InternalAadl2Parser.g:20944:1: ( ( rule__SystemType__Alternatives_6_1_1 ) )
{
- // InternalAadl2Parser.g:21813:1: ( ( rule__SystemType__Alternatives_6_1_1 ) )
- // InternalAadl2Parser.g:21814:2: ( rule__SystemType__Alternatives_6_1_1 )
+ // InternalAadl2Parser.g:20944:1: ( ( rule__SystemType__Alternatives_6_1_1 ) )
+ // InternalAadl2Parser.g:20945:2: ( rule__SystemType__Alternatives_6_1_1 )
{
before(grammarAccess.getSystemTypeAccess().getAlternatives_6_1_1());
- // InternalAadl2Parser.g:21815:2: ( rule__SystemType__Alternatives_6_1_1 )
- // InternalAadl2Parser.g:21815:3: rule__SystemType__Alternatives_6_1_1
+ // InternalAadl2Parser.g:20946:2: ( rule__SystemType__Alternatives_6_1_1 )
+ // InternalAadl2Parser.g:20946:3: rule__SystemType__Alternatives_6_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__Alternatives_6_1_1();
@@ -94711,14 +92129,14 @@ public final void rule__SystemType__Group_6_1__1__Impl() throws RecognitionExcep
// $ANTLR start "rule__SystemType__Group_6_1_1_1__0"
- // InternalAadl2Parser.g:21824:1: rule__SystemType__Group_6_1_1_1__0 : rule__SystemType__Group_6_1_1_1__0__Impl rule__SystemType__Group_6_1_1_1__1 ;
+ // InternalAadl2Parser.g:20955:1: rule__SystemType__Group_6_1_1_1__0 : rule__SystemType__Group_6_1_1_1__0__Impl rule__SystemType__Group_6_1_1_1__1 ;
public final void rule__SystemType__Group_6_1_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21828:1: ( rule__SystemType__Group_6_1_1_1__0__Impl rule__SystemType__Group_6_1_1_1__1 )
- // InternalAadl2Parser.g:21829:2: rule__SystemType__Group_6_1_1_1__0__Impl rule__SystemType__Group_6_1_1_1__1
+ // InternalAadl2Parser.g:20959:1: ( rule__SystemType__Group_6_1_1_1__0__Impl rule__SystemType__Group_6_1_1_1__1 )
+ // InternalAadl2Parser.g:20960:2: rule__SystemType__Group_6_1_1_1__0__Impl rule__SystemType__Group_6_1_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__SystemType__Group_6_1_1_1__0__Impl();
@@ -94749,21 +92167,21 @@ public final void rule__SystemType__Group_6_1_1_1__0() throws RecognitionExcepti
// $ANTLR start "rule__SystemType__Group_6_1_1_1__0__Impl"
- // InternalAadl2Parser.g:21836:1: rule__SystemType__Group_6_1_1_1__0__Impl : ( ( rule__SystemType__NoModesAssignment_6_1_1_1_0 ) ) ;
+ // InternalAadl2Parser.g:20967:1: rule__SystemType__Group_6_1_1_1__0__Impl : ( ( rule__SystemType__NoModesAssignment_6_1_1_1_0 ) ) ;
public final void rule__SystemType__Group_6_1_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21840:1: ( ( ( rule__SystemType__NoModesAssignment_6_1_1_1_0 ) ) )
- // InternalAadl2Parser.g:21841:1: ( ( rule__SystemType__NoModesAssignment_6_1_1_1_0 ) )
+ // InternalAadl2Parser.g:20971:1: ( ( ( rule__SystemType__NoModesAssignment_6_1_1_1_0 ) ) )
+ // InternalAadl2Parser.g:20972:1: ( ( rule__SystemType__NoModesAssignment_6_1_1_1_0 ) )
{
- // InternalAadl2Parser.g:21841:1: ( ( rule__SystemType__NoModesAssignment_6_1_1_1_0 ) )
- // InternalAadl2Parser.g:21842:2: ( rule__SystemType__NoModesAssignment_6_1_1_1_0 )
+ // InternalAadl2Parser.g:20972:1: ( ( rule__SystemType__NoModesAssignment_6_1_1_1_0 ) )
+ // InternalAadl2Parser.g:20973:2: ( rule__SystemType__NoModesAssignment_6_1_1_1_0 )
{
before(grammarAccess.getSystemTypeAccess().getNoModesAssignment_6_1_1_1_0());
- // InternalAadl2Parser.g:21843:2: ( rule__SystemType__NoModesAssignment_6_1_1_1_0 )
- // InternalAadl2Parser.g:21843:3: rule__SystemType__NoModesAssignment_6_1_1_1_0
+ // InternalAadl2Parser.g:20974:2: ( rule__SystemType__NoModesAssignment_6_1_1_1_0 )
+ // InternalAadl2Parser.g:20974:3: rule__SystemType__NoModesAssignment_6_1_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__NoModesAssignment_6_1_1_1_0();
@@ -94796,14 +92214,14 @@ public final void rule__SystemType__Group_6_1_1_1__0__Impl() throws RecognitionE
// $ANTLR start "rule__SystemType__Group_6_1_1_1__1"
- // InternalAadl2Parser.g:21851:1: rule__SystemType__Group_6_1_1_1__1 : rule__SystemType__Group_6_1_1_1__1__Impl ;
+ // InternalAadl2Parser.g:20982:1: rule__SystemType__Group_6_1_1_1__1 : rule__SystemType__Group_6_1_1_1__1__Impl ;
public final void rule__SystemType__Group_6_1_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21855:1: ( rule__SystemType__Group_6_1_1_1__1__Impl )
- // InternalAadl2Parser.g:21856:2: rule__SystemType__Group_6_1_1_1__1__Impl
+ // InternalAadl2Parser.g:20986:1: ( rule__SystemType__Group_6_1_1_1__1__Impl )
+ // InternalAadl2Parser.g:20987:2: rule__SystemType__Group_6_1_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__Group_6_1_1_1__1__Impl();
@@ -94829,17 +92247,17 @@ public final void rule__SystemType__Group_6_1_1_1__1() throws RecognitionExcepti
// $ANTLR start "rule__SystemType__Group_6_1_1_1__1__Impl"
- // InternalAadl2Parser.g:21862:1: rule__SystemType__Group_6_1_1_1__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:20993:1: rule__SystemType__Group_6_1_1_1__1__Impl : ( Semicolon ) ;
public final void rule__SystemType__Group_6_1_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21866:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:21867:1: ( Semicolon )
+ // InternalAadl2Parser.g:20997:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:20998:1: ( Semicolon )
{
- // InternalAadl2Parser.g:21867:1: ( Semicolon )
- // InternalAadl2Parser.g:21868:2: Semicolon
+ // InternalAadl2Parser.g:20998:1: ( Semicolon )
+ // InternalAadl2Parser.g:20999:2: Semicolon
{
before(grammarAccess.getSystemTypeAccess().getSemicolonKeyword_6_1_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -94866,14 +92284,14 @@ public final void rule__SystemType__Group_6_1_1_1__1__Impl() throws RecognitionE
// $ANTLR start "rule__SystemType__Group_7__0"
- // InternalAadl2Parser.g:21878:1: rule__SystemType__Group_7__0 : rule__SystemType__Group_7__0__Impl rule__SystemType__Group_7__1 ;
+ // InternalAadl2Parser.g:21009:1: rule__SystemType__Group_7__0 : rule__SystemType__Group_7__0__Impl rule__SystemType__Group_7__1 ;
public final void rule__SystemType__Group_7__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21882:1: ( rule__SystemType__Group_7__0__Impl rule__SystemType__Group_7__1 )
- // InternalAadl2Parser.g:21883:2: rule__SystemType__Group_7__0__Impl rule__SystemType__Group_7__1
+ // InternalAadl2Parser.g:21013:1: ( rule__SystemType__Group_7__0__Impl rule__SystemType__Group_7__1 )
+ // InternalAadl2Parser.g:21014:2: rule__SystemType__Group_7__0__Impl rule__SystemType__Group_7__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__SystemType__Group_7__0__Impl();
@@ -94904,17 +92322,17 @@ public final void rule__SystemType__Group_7__0() throws RecognitionException {
// $ANTLR start "rule__SystemType__Group_7__0__Impl"
- // InternalAadl2Parser.g:21890:1: rule__SystemType__Group_7__0__Impl : ( Properties ) ;
+ // InternalAadl2Parser.g:21021:1: rule__SystemType__Group_7__0__Impl : ( Properties ) ;
public final void rule__SystemType__Group_7__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21894:1: ( ( Properties ) )
- // InternalAadl2Parser.g:21895:1: ( Properties )
+ // InternalAadl2Parser.g:21025:1: ( ( Properties ) )
+ // InternalAadl2Parser.g:21026:1: ( Properties )
{
- // InternalAadl2Parser.g:21895:1: ( Properties )
- // InternalAadl2Parser.g:21896:2: Properties
+ // InternalAadl2Parser.g:21026:1: ( Properties )
+ // InternalAadl2Parser.g:21027:2: Properties
{
before(grammarAccess.getSystemTypeAccess().getPropertiesKeyword_7_0());
match(input,Properties,FollowSets000.FOLLOW_2);
@@ -94941,14 +92359,14 @@ public final void rule__SystemType__Group_7__0__Impl() throws RecognitionExcepti
// $ANTLR start "rule__SystemType__Group_7__1"
- // InternalAadl2Parser.g:21905:1: rule__SystemType__Group_7__1 : rule__SystemType__Group_7__1__Impl ;
+ // InternalAadl2Parser.g:21036:1: rule__SystemType__Group_7__1 : rule__SystemType__Group_7__1__Impl ;
public final void rule__SystemType__Group_7__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21909:1: ( rule__SystemType__Group_7__1__Impl )
- // InternalAadl2Parser.g:21910:2: rule__SystemType__Group_7__1__Impl
+ // InternalAadl2Parser.g:21040:1: ( rule__SystemType__Group_7__1__Impl )
+ // InternalAadl2Parser.g:21041:2: rule__SystemType__Group_7__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__Group_7__1__Impl();
@@ -94974,21 +92392,21 @@ public final void rule__SystemType__Group_7__1() throws RecognitionException {
// $ANTLR start "rule__SystemType__Group_7__1__Impl"
- // InternalAadl2Parser.g:21916:1: rule__SystemType__Group_7__1__Impl : ( ( rule__SystemType__Alternatives_7_1 ) ) ;
+ // InternalAadl2Parser.g:21047:1: rule__SystemType__Group_7__1__Impl : ( ( rule__SystemType__Alternatives_7_1 ) ) ;
public final void rule__SystemType__Group_7__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21920:1: ( ( ( rule__SystemType__Alternatives_7_1 ) ) )
- // InternalAadl2Parser.g:21921:1: ( ( rule__SystemType__Alternatives_7_1 ) )
+ // InternalAadl2Parser.g:21051:1: ( ( ( rule__SystemType__Alternatives_7_1 ) ) )
+ // InternalAadl2Parser.g:21052:1: ( ( rule__SystemType__Alternatives_7_1 ) )
{
- // InternalAadl2Parser.g:21921:1: ( ( rule__SystemType__Alternatives_7_1 ) )
- // InternalAadl2Parser.g:21922:2: ( rule__SystemType__Alternatives_7_1 )
+ // InternalAadl2Parser.g:21052:1: ( ( rule__SystemType__Alternatives_7_1 ) )
+ // InternalAadl2Parser.g:21053:2: ( rule__SystemType__Alternatives_7_1 )
{
before(grammarAccess.getSystemTypeAccess().getAlternatives_7_1());
- // InternalAadl2Parser.g:21923:2: ( rule__SystemType__Alternatives_7_1 )
- // InternalAadl2Parser.g:21923:3: rule__SystemType__Alternatives_7_1
+ // InternalAadl2Parser.g:21054:2: ( rule__SystemType__Alternatives_7_1 )
+ // InternalAadl2Parser.g:21054:3: rule__SystemType__Alternatives_7_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__Alternatives_7_1();
@@ -95021,14 +92439,14 @@ public final void rule__SystemType__Group_7__1__Impl() throws RecognitionExcepti
// $ANTLR start "rule__SystemType__Group_7_1_1__0"
- // InternalAadl2Parser.g:21932:1: rule__SystemType__Group_7_1_1__0 : rule__SystemType__Group_7_1_1__0__Impl rule__SystemType__Group_7_1_1__1 ;
+ // InternalAadl2Parser.g:21063:1: rule__SystemType__Group_7_1_1__0 : rule__SystemType__Group_7_1_1__0__Impl rule__SystemType__Group_7_1_1__1 ;
public final void rule__SystemType__Group_7_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21936:1: ( rule__SystemType__Group_7_1_1__0__Impl rule__SystemType__Group_7_1_1__1 )
- // InternalAadl2Parser.g:21937:2: rule__SystemType__Group_7_1_1__0__Impl rule__SystemType__Group_7_1_1__1
+ // InternalAadl2Parser.g:21067:1: ( rule__SystemType__Group_7_1_1__0__Impl rule__SystemType__Group_7_1_1__1 )
+ // InternalAadl2Parser.g:21068:2: rule__SystemType__Group_7_1_1__0__Impl rule__SystemType__Group_7_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__SystemType__Group_7_1_1__0__Impl();
@@ -95059,21 +92477,21 @@ public final void rule__SystemType__Group_7_1_1__0() throws RecognitionException
// $ANTLR start "rule__SystemType__Group_7_1_1__0__Impl"
- // InternalAadl2Parser.g:21944:1: rule__SystemType__Group_7_1_1__0__Impl : ( ( rule__SystemType__NoPropertiesAssignment_7_1_1_0 ) ) ;
+ // InternalAadl2Parser.g:21075:1: rule__SystemType__Group_7_1_1__0__Impl : ( ( rule__SystemType__NoPropertiesAssignment_7_1_1_0 ) ) ;
public final void rule__SystemType__Group_7_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21948:1: ( ( ( rule__SystemType__NoPropertiesAssignment_7_1_1_0 ) ) )
- // InternalAadl2Parser.g:21949:1: ( ( rule__SystemType__NoPropertiesAssignment_7_1_1_0 ) )
+ // InternalAadl2Parser.g:21079:1: ( ( ( rule__SystemType__NoPropertiesAssignment_7_1_1_0 ) ) )
+ // InternalAadl2Parser.g:21080:1: ( ( rule__SystemType__NoPropertiesAssignment_7_1_1_0 ) )
{
- // InternalAadl2Parser.g:21949:1: ( ( rule__SystemType__NoPropertiesAssignment_7_1_1_0 ) )
- // InternalAadl2Parser.g:21950:2: ( rule__SystemType__NoPropertiesAssignment_7_1_1_0 )
+ // InternalAadl2Parser.g:21080:1: ( ( rule__SystemType__NoPropertiesAssignment_7_1_1_0 ) )
+ // InternalAadl2Parser.g:21081:2: ( rule__SystemType__NoPropertiesAssignment_7_1_1_0 )
{
before(grammarAccess.getSystemTypeAccess().getNoPropertiesAssignment_7_1_1_0());
- // InternalAadl2Parser.g:21951:2: ( rule__SystemType__NoPropertiesAssignment_7_1_1_0 )
- // InternalAadl2Parser.g:21951:3: rule__SystemType__NoPropertiesAssignment_7_1_1_0
+ // InternalAadl2Parser.g:21082:2: ( rule__SystemType__NoPropertiesAssignment_7_1_1_0 )
+ // InternalAadl2Parser.g:21082:3: rule__SystemType__NoPropertiesAssignment_7_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__NoPropertiesAssignment_7_1_1_0();
@@ -95106,14 +92524,14 @@ public final void rule__SystemType__Group_7_1_1__0__Impl() throws RecognitionExc
// $ANTLR start "rule__SystemType__Group_7_1_1__1"
- // InternalAadl2Parser.g:21959:1: rule__SystemType__Group_7_1_1__1 : rule__SystemType__Group_7_1_1__1__Impl ;
+ // InternalAadl2Parser.g:21090:1: rule__SystemType__Group_7_1_1__1 : rule__SystemType__Group_7_1_1__1__Impl ;
public final void rule__SystemType__Group_7_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21963:1: ( rule__SystemType__Group_7_1_1__1__Impl )
- // InternalAadl2Parser.g:21964:2: rule__SystemType__Group_7_1_1__1__Impl
+ // InternalAadl2Parser.g:21094:1: ( rule__SystemType__Group_7_1_1__1__Impl )
+ // InternalAadl2Parser.g:21095:2: rule__SystemType__Group_7_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemType__Group_7_1_1__1__Impl();
@@ -95139,17 +92557,17 @@ public final void rule__SystemType__Group_7_1_1__1() throws RecognitionException
// $ANTLR start "rule__SystemType__Group_7_1_1__1__Impl"
- // InternalAadl2Parser.g:21970:1: rule__SystemType__Group_7_1_1__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:21101:1: rule__SystemType__Group_7_1_1__1__Impl : ( Semicolon ) ;
public final void rule__SystemType__Group_7_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21974:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:21975:1: ( Semicolon )
+ // InternalAadl2Parser.g:21105:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:21106:1: ( Semicolon )
{
- // InternalAadl2Parser.g:21975:1: ( Semicolon )
- // InternalAadl2Parser.g:21976:2: Semicolon
+ // InternalAadl2Parser.g:21106:1: ( Semicolon )
+ // InternalAadl2Parser.g:21107:2: Semicolon
{
before(grammarAccess.getSystemTypeAccess().getSemicolonKeyword_7_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -95176,14 +92594,14 @@ public final void rule__SystemType__Group_7_1_1__1__Impl() throws RecognitionExc
// $ANTLR start "rule__ProcessType__Group__0"
- // InternalAadl2Parser.g:21986:1: rule__ProcessType__Group__0 : rule__ProcessType__Group__0__Impl rule__ProcessType__Group__1 ;
+ // InternalAadl2Parser.g:21117:1: rule__ProcessType__Group__0 : rule__ProcessType__Group__0__Impl rule__ProcessType__Group__1 ;
public final void rule__ProcessType__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:21990:1: ( rule__ProcessType__Group__0__Impl rule__ProcessType__Group__1 )
- // InternalAadl2Parser.g:21991:2: rule__ProcessType__Group__0__Impl rule__ProcessType__Group__1
+ // InternalAadl2Parser.g:21121:1: ( rule__ProcessType__Group__0__Impl rule__ProcessType__Group__1 )
+ // InternalAadl2Parser.g:21122:2: rule__ProcessType__Group__0__Impl rule__ProcessType__Group__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__ProcessType__Group__0__Impl();
@@ -95214,17 +92632,17 @@ public final void rule__ProcessType__Group__0() throws RecognitionException {
// $ANTLR start "rule__ProcessType__Group__0__Impl"
- // InternalAadl2Parser.g:21998:1: rule__ProcessType__Group__0__Impl : ( Process ) ;
+ // InternalAadl2Parser.g:21129:1: rule__ProcessType__Group__0__Impl : ( Process ) ;
public final void rule__ProcessType__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22002:1: ( ( Process ) )
- // InternalAadl2Parser.g:22003:1: ( Process )
+ // InternalAadl2Parser.g:21133:1: ( ( Process ) )
+ // InternalAadl2Parser.g:21134:1: ( Process )
{
- // InternalAadl2Parser.g:22003:1: ( Process )
- // InternalAadl2Parser.g:22004:2: Process
+ // InternalAadl2Parser.g:21134:1: ( Process )
+ // InternalAadl2Parser.g:21135:2: Process
{
before(grammarAccess.getProcessTypeAccess().getProcessKeyword_0());
match(input,Process,FollowSets000.FOLLOW_2);
@@ -95251,14 +92669,14 @@ public final void rule__ProcessType__Group__0__Impl() throws RecognitionExceptio
// $ANTLR start "rule__ProcessType__Group__1"
- // InternalAadl2Parser.g:22013:1: rule__ProcessType__Group__1 : rule__ProcessType__Group__1__Impl rule__ProcessType__Group__2 ;
+ // InternalAadl2Parser.g:21144:1: rule__ProcessType__Group__1 : rule__ProcessType__Group__1__Impl rule__ProcessType__Group__2 ;
public final void rule__ProcessType__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22017:1: ( rule__ProcessType__Group__1__Impl rule__ProcessType__Group__2 )
- // InternalAadl2Parser.g:22018:2: rule__ProcessType__Group__1__Impl rule__ProcessType__Group__2
+ // InternalAadl2Parser.g:21148:1: ( rule__ProcessType__Group__1__Impl rule__ProcessType__Group__2 )
+ // InternalAadl2Parser.g:21149:2: rule__ProcessType__Group__1__Impl rule__ProcessType__Group__2
{
pushFollow(FollowSets000.FOLLOW_27);
rule__ProcessType__Group__1__Impl();
@@ -95289,21 +92707,21 @@ public final void rule__ProcessType__Group__1() throws RecognitionException {
// $ANTLR start "rule__ProcessType__Group__1__Impl"
- // InternalAadl2Parser.g:22025:1: rule__ProcessType__Group__1__Impl : ( ( rule__ProcessType__NameAssignment_1 ) ) ;
+ // InternalAadl2Parser.g:21156:1: rule__ProcessType__Group__1__Impl : ( ( rule__ProcessType__NameAssignment_1 ) ) ;
public final void rule__ProcessType__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22029:1: ( ( ( rule__ProcessType__NameAssignment_1 ) ) )
- // InternalAadl2Parser.g:22030:1: ( ( rule__ProcessType__NameAssignment_1 ) )
+ // InternalAadl2Parser.g:21160:1: ( ( ( rule__ProcessType__NameAssignment_1 ) ) )
+ // InternalAadl2Parser.g:21161:1: ( ( rule__ProcessType__NameAssignment_1 ) )
{
- // InternalAadl2Parser.g:22030:1: ( ( rule__ProcessType__NameAssignment_1 ) )
- // InternalAadl2Parser.g:22031:2: ( rule__ProcessType__NameAssignment_1 )
+ // InternalAadl2Parser.g:21161:1: ( ( rule__ProcessType__NameAssignment_1 ) )
+ // InternalAadl2Parser.g:21162:2: ( rule__ProcessType__NameAssignment_1 )
{
before(grammarAccess.getProcessTypeAccess().getNameAssignment_1());
- // InternalAadl2Parser.g:22032:2: ( rule__ProcessType__NameAssignment_1 )
- // InternalAadl2Parser.g:22032:3: rule__ProcessType__NameAssignment_1
+ // InternalAadl2Parser.g:21163:2: ( rule__ProcessType__NameAssignment_1 )
+ // InternalAadl2Parser.g:21163:3: rule__ProcessType__NameAssignment_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__NameAssignment_1();
@@ -95336,14 +92754,14 @@ public final void rule__ProcessType__Group__1__Impl() throws RecognitionExceptio
// $ANTLR start "rule__ProcessType__Group__2"
- // InternalAadl2Parser.g:22040:1: rule__ProcessType__Group__2 : rule__ProcessType__Group__2__Impl rule__ProcessType__Group__3 ;
+ // InternalAadl2Parser.g:21171:1: rule__ProcessType__Group__2 : rule__ProcessType__Group__2__Impl rule__ProcessType__Group__3 ;
public final void rule__ProcessType__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22044:1: ( rule__ProcessType__Group__2__Impl rule__ProcessType__Group__3 )
- // InternalAadl2Parser.g:22045:2: rule__ProcessType__Group__2__Impl rule__ProcessType__Group__3
+ // InternalAadl2Parser.g:21175:1: ( rule__ProcessType__Group__2__Impl rule__ProcessType__Group__3 )
+ // InternalAadl2Parser.g:21176:2: rule__ProcessType__Group__2__Impl rule__ProcessType__Group__3
{
pushFollow(FollowSets000.FOLLOW_27);
rule__ProcessType__Group__2__Impl();
@@ -95374,20 +92792,20 @@ public final void rule__ProcessType__Group__2() throws RecognitionException {
// $ANTLR start "rule__ProcessType__Group__2__Impl"
- // InternalAadl2Parser.g:22052:1: rule__ProcessType__Group__2__Impl : ( ( rule__ProcessType__Group_2__0 )? ) ;
+ // InternalAadl2Parser.g:21183:1: rule__ProcessType__Group__2__Impl : ( ( rule__ProcessType__Group_2__0 )? ) ;
public final void rule__ProcessType__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22056:1: ( ( ( rule__ProcessType__Group_2__0 )? ) )
- // InternalAadl2Parser.g:22057:1: ( ( rule__ProcessType__Group_2__0 )? )
+ // InternalAadl2Parser.g:21187:1: ( ( ( rule__ProcessType__Group_2__0 )? ) )
+ // InternalAadl2Parser.g:21188:1: ( ( rule__ProcessType__Group_2__0 )? )
{
- // InternalAadl2Parser.g:22057:1: ( ( rule__ProcessType__Group_2__0 )? )
- // InternalAadl2Parser.g:22058:2: ( rule__ProcessType__Group_2__0 )?
+ // InternalAadl2Parser.g:21188:1: ( ( rule__ProcessType__Group_2__0 )? )
+ // InternalAadl2Parser.g:21189:2: ( rule__ProcessType__Group_2__0 )?
{
before(grammarAccess.getProcessTypeAccess().getGroup_2());
- // InternalAadl2Parser.g:22059:2: ( rule__ProcessType__Group_2__0 )?
+ // InternalAadl2Parser.g:21190:2: ( rule__ProcessType__Group_2__0 )?
int alt569=2;
int LA569_0 = input.LA(1);
@@ -95396,7 +92814,7 @@ public final void rule__ProcessType__Group__2__Impl() throws RecognitionExceptio
}
switch (alt569) {
case 1 :
- // InternalAadl2Parser.g:22059:3: rule__ProcessType__Group_2__0
+ // InternalAadl2Parser.g:21190:3: rule__ProcessType__Group_2__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__Group_2__0();
@@ -95432,14 +92850,14 @@ public final void rule__ProcessType__Group__2__Impl() throws RecognitionExceptio
// $ANTLR start "rule__ProcessType__Group__3"
- // InternalAadl2Parser.g:22067:1: rule__ProcessType__Group__3 : rule__ProcessType__Group__3__Impl rule__ProcessType__Group__4 ;
+ // InternalAadl2Parser.g:21198:1: rule__ProcessType__Group__3 : rule__ProcessType__Group__3__Impl rule__ProcessType__Group__4 ;
public final void rule__ProcessType__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22071:1: ( rule__ProcessType__Group__3__Impl rule__ProcessType__Group__4 )
- // InternalAadl2Parser.g:22072:2: rule__ProcessType__Group__3__Impl rule__ProcessType__Group__4
+ // InternalAadl2Parser.g:21202:1: ( rule__ProcessType__Group__3__Impl rule__ProcessType__Group__4 )
+ // InternalAadl2Parser.g:21203:2: rule__ProcessType__Group__3__Impl rule__ProcessType__Group__4
{
pushFollow(FollowSets000.FOLLOW_27);
rule__ProcessType__Group__3__Impl();
@@ -95470,20 +92888,20 @@ public final void rule__ProcessType__Group__3() throws RecognitionException {
// $ANTLR start "rule__ProcessType__Group__3__Impl"
- // InternalAadl2Parser.g:22079:1: rule__ProcessType__Group__3__Impl : ( ( rule__ProcessType__Group_3__0 )? ) ;
+ // InternalAadl2Parser.g:21210:1: rule__ProcessType__Group__3__Impl : ( ( rule__ProcessType__Group_3__0 )? ) ;
public final void rule__ProcessType__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22083:1: ( ( ( rule__ProcessType__Group_3__0 )? ) )
- // InternalAadl2Parser.g:22084:1: ( ( rule__ProcessType__Group_3__0 )? )
+ // InternalAadl2Parser.g:21214:1: ( ( ( rule__ProcessType__Group_3__0 )? ) )
+ // InternalAadl2Parser.g:21215:1: ( ( rule__ProcessType__Group_3__0 )? )
{
- // InternalAadl2Parser.g:22084:1: ( ( rule__ProcessType__Group_3__0 )? )
- // InternalAadl2Parser.g:22085:2: ( rule__ProcessType__Group_3__0 )?
+ // InternalAadl2Parser.g:21215:1: ( ( rule__ProcessType__Group_3__0 )? )
+ // InternalAadl2Parser.g:21216:2: ( rule__ProcessType__Group_3__0 )?
{
before(grammarAccess.getProcessTypeAccess().getGroup_3());
- // InternalAadl2Parser.g:22086:2: ( rule__ProcessType__Group_3__0 )?
+ // InternalAadl2Parser.g:21217:2: ( rule__ProcessType__Group_3__0 )?
int alt570=2;
int LA570_0 = input.LA(1);
@@ -95492,7 +92910,7 @@ public final void rule__ProcessType__Group__3__Impl() throws RecognitionExceptio
}
switch (alt570) {
case 1 :
- // InternalAadl2Parser.g:22086:3: rule__ProcessType__Group_3__0
+ // InternalAadl2Parser.g:21217:3: rule__ProcessType__Group_3__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__Group_3__0();
@@ -95528,14 +92946,14 @@ public final void rule__ProcessType__Group__3__Impl() throws RecognitionExceptio
// $ANTLR start "rule__ProcessType__Group__4"
- // InternalAadl2Parser.g:22094:1: rule__ProcessType__Group__4 : rule__ProcessType__Group__4__Impl rule__ProcessType__Group__5 ;
+ // InternalAadl2Parser.g:21225:1: rule__ProcessType__Group__4 : rule__ProcessType__Group__4__Impl rule__ProcessType__Group__5 ;
public final void rule__ProcessType__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22098:1: ( rule__ProcessType__Group__4__Impl rule__ProcessType__Group__5 )
- // InternalAadl2Parser.g:22099:2: rule__ProcessType__Group__4__Impl rule__ProcessType__Group__5
+ // InternalAadl2Parser.g:21229:1: ( rule__ProcessType__Group__4__Impl rule__ProcessType__Group__5 )
+ // InternalAadl2Parser.g:21230:2: rule__ProcessType__Group__4__Impl rule__ProcessType__Group__5
{
pushFollow(FollowSets000.FOLLOW_27);
rule__ProcessType__Group__4__Impl();
@@ -95566,20 +92984,20 @@ public final void rule__ProcessType__Group__4() throws RecognitionException {
// $ANTLR start "rule__ProcessType__Group__4__Impl"
- // InternalAadl2Parser.g:22106:1: rule__ProcessType__Group__4__Impl : ( ( rule__ProcessType__Group_4__0 )? ) ;
+ // InternalAadl2Parser.g:21237:1: rule__ProcessType__Group__4__Impl : ( ( rule__ProcessType__Group_4__0 )? ) ;
public final void rule__ProcessType__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22110:1: ( ( ( rule__ProcessType__Group_4__0 )? ) )
- // InternalAadl2Parser.g:22111:1: ( ( rule__ProcessType__Group_4__0 )? )
+ // InternalAadl2Parser.g:21241:1: ( ( ( rule__ProcessType__Group_4__0 )? ) )
+ // InternalAadl2Parser.g:21242:1: ( ( rule__ProcessType__Group_4__0 )? )
{
- // InternalAadl2Parser.g:22111:1: ( ( rule__ProcessType__Group_4__0 )? )
- // InternalAadl2Parser.g:22112:2: ( rule__ProcessType__Group_4__0 )?
+ // InternalAadl2Parser.g:21242:1: ( ( rule__ProcessType__Group_4__0 )? )
+ // InternalAadl2Parser.g:21243:2: ( rule__ProcessType__Group_4__0 )?
{
before(grammarAccess.getProcessTypeAccess().getGroup_4());
- // InternalAadl2Parser.g:22113:2: ( rule__ProcessType__Group_4__0 )?
+ // InternalAadl2Parser.g:21244:2: ( rule__ProcessType__Group_4__0 )?
int alt571=2;
int LA571_0 = input.LA(1);
@@ -95588,7 +93006,7 @@ public final void rule__ProcessType__Group__4__Impl() throws RecognitionExceptio
}
switch (alt571) {
case 1 :
- // InternalAadl2Parser.g:22113:3: rule__ProcessType__Group_4__0
+ // InternalAadl2Parser.g:21244:3: rule__ProcessType__Group_4__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__Group_4__0();
@@ -95624,14 +93042,14 @@ public final void rule__ProcessType__Group__4__Impl() throws RecognitionExceptio
// $ANTLR start "rule__ProcessType__Group__5"
- // InternalAadl2Parser.g:22121:1: rule__ProcessType__Group__5 : rule__ProcessType__Group__5__Impl rule__ProcessType__Group__6 ;
+ // InternalAadl2Parser.g:21252:1: rule__ProcessType__Group__5 : rule__ProcessType__Group__5__Impl rule__ProcessType__Group__6 ;
public final void rule__ProcessType__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22125:1: ( rule__ProcessType__Group__5__Impl rule__ProcessType__Group__6 )
- // InternalAadl2Parser.g:22126:2: rule__ProcessType__Group__5__Impl rule__ProcessType__Group__6
+ // InternalAadl2Parser.g:21256:1: ( rule__ProcessType__Group__5__Impl rule__ProcessType__Group__6 )
+ // InternalAadl2Parser.g:21257:2: rule__ProcessType__Group__5__Impl rule__ProcessType__Group__6
{
pushFollow(FollowSets000.FOLLOW_27);
rule__ProcessType__Group__5__Impl();
@@ -95662,20 +93080,20 @@ public final void rule__ProcessType__Group__5() throws RecognitionException {
// $ANTLR start "rule__ProcessType__Group__5__Impl"
- // InternalAadl2Parser.g:22133:1: rule__ProcessType__Group__5__Impl : ( ( rule__ProcessType__Group_5__0 )? ) ;
+ // InternalAadl2Parser.g:21264:1: rule__ProcessType__Group__5__Impl : ( ( rule__ProcessType__Group_5__0 )? ) ;
public final void rule__ProcessType__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22137:1: ( ( ( rule__ProcessType__Group_5__0 )? ) )
- // InternalAadl2Parser.g:22138:1: ( ( rule__ProcessType__Group_5__0 )? )
+ // InternalAadl2Parser.g:21268:1: ( ( ( rule__ProcessType__Group_5__0 )? ) )
+ // InternalAadl2Parser.g:21269:1: ( ( rule__ProcessType__Group_5__0 )? )
{
- // InternalAadl2Parser.g:22138:1: ( ( rule__ProcessType__Group_5__0 )? )
- // InternalAadl2Parser.g:22139:2: ( rule__ProcessType__Group_5__0 )?
+ // InternalAadl2Parser.g:21269:1: ( ( rule__ProcessType__Group_5__0 )? )
+ // InternalAadl2Parser.g:21270:2: ( rule__ProcessType__Group_5__0 )?
{
before(grammarAccess.getProcessTypeAccess().getGroup_5());
- // InternalAadl2Parser.g:22140:2: ( rule__ProcessType__Group_5__0 )?
+ // InternalAadl2Parser.g:21271:2: ( rule__ProcessType__Group_5__0 )?
int alt572=2;
int LA572_0 = input.LA(1);
@@ -95684,7 +93102,7 @@ public final void rule__ProcessType__Group__5__Impl() throws RecognitionExceptio
}
switch (alt572) {
case 1 :
- // InternalAadl2Parser.g:22140:3: rule__ProcessType__Group_5__0
+ // InternalAadl2Parser.g:21271:3: rule__ProcessType__Group_5__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__Group_5__0();
@@ -95720,14 +93138,14 @@ public final void rule__ProcessType__Group__5__Impl() throws RecognitionExceptio
// $ANTLR start "rule__ProcessType__Group__6"
- // InternalAadl2Parser.g:22148:1: rule__ProcessType__Group__6 : rule__ProcessType__Group__6__Impl rule__ProcessType__Group__7 ;
+ // InternalAadl2Parser.g:21279:1: rule__ProcessType__Group__6 : rule__ProcessType__Group__6__Impl rule__ProcessType__Group__7 ;
public final void rule__ProcessType__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22152:1: ( rule__ProcessType__Group__6__Impl rule__ProcessType__Group__7 )
- // InternalAadl2Parser.g:22153:2: rule__ProcessType__Group__6__Impl rule__ProcessType__Group__7
+ // InternalAadl2Parser.g:21283:1: ( rule__ProcessType__Group__6__Impl rule__ProcessType__Group__7 )
+ // InternalAadl2Parser.g:21284:2: rule__ProcessType__Group__6__Impl rule__ProcessType__Group__7
{
pushFollow(FollowSets000.FOLLOW_27);
rule__ProcessType__Group__6__Impl();
@@ -95758,20 +93176,20 @@ public final void rule__ProcessType__Group__6() throws RecognitionException {
// $ANTLR start "rule__ProcessType__Group__6__Impl"
- // InternalAadl2Parser.g:22160:1: rule__ProcessType__Group__6__Impl : ( ( rule__ProcessType__Alternatives_6 )? ) ;
+ // InternalAadl2Parser.g:21291:1: rule__ProcessType__Group__6__Impl : ( ( rule__ProcessType__Alternatives_6 )? ) ;
public final void rule__ProcessType__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22164:1: ( ( ( rule__ProcessType__Alternatives_6 )? ) )
- // InternalAadl2Parser.g:22165:1: ( ( rule__ProcessType__Alternatives_6 )? )
+ // InternalAadl2Parser.g:21295:1: ( ( ( rule__ProcessType__Alternatives_6 )? ) )
+ // InternalAadl2Parser.g:21296:1: ( ( rule__ProcessType__Alternatives_6 )? )
{
- // InternalAadl2Parser.g:22165:1: ( ( rule__ProcessType__Alternatives_6 )? )
- // InternalAadl2Parser.g:22166:2: ( rule__ProcessType__Alternatives_6 )?
+ // InternalAadl2Parser.g:21296:1: ( ( rule__ProcessType__Alternatives_6 )? )
+ // InternalAadl2Parser.g:21297:2: ( rule__ProcessType__Alternatives_6 )?
{
before(grammarAccess.getProcessTypeAccess().getAlternatives_6());
- // InternalAadl2Parser.g:22167:2: ( rule__ProcessType__Alternatives_6 )?
+ // InternalAadl2Parser.g:21298:2: ( rule__ProcessType__Alternatives_6 )?
int alt573=2;
int LA573_0 = input.LA(1);
@@ -95780,7 +93198,7 @@ public final void rule__ProcessType__Group__6__Impl() throws RecognitionExceptio
}
switch (alt573) {
case 1 :
- // InternalAadl2Parser.g:22167:3: rule__ProcessType__Alternatives_6
+ // InternalAadl2Parser.g:21298:3: rule__ProcessType__Alternatives_6
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__Alternatives_6();
@@ -95816,14 +93234,14 @@ public final void rule__ProcessType__Group__6__Impl() throws RecognitionExceptio
// $ANTLR start "rule__ProcessType__Group__7"
- // InternalAadl2Parser.g:22175:1: rule__ProcessType__Group__7 : rule__ProcessType__Group__7__Impl rule__ProcessType__Group__8 ;
+ // InternalAadl2Parser.g:21306:1: rule__ProcessType__Group__7 : rule__ProcessType__Group__7__Impl rule__ProcessType__Group__8 ;
public final void rule__ProcessType__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22179:1: ( rule__ProcessType__Group__7__Impl rule__ProcessType__Group__8 )
- // InternalAadl2Parser.g:22180:2: rule__ProcessType__Group__7__Impl rule__ProcessType__Group__8
+ // InternalAadl2Parser.g:21310:1: ( rule__ProcessType__Group__7__Impl rule__ProcessType__Group__8 )
+ // InternalAadl2Parser.g:21311:2: rule__ProcessType__Group__7__Impl rule__ProcessType__Group__8
{
pushFollow(FollowSets000.FOLLOW_27);
rule__ProcessType__Group__7__Impl();
@@ -95854,20 +93272,20 @@ public final void rule__ProcessType__Group__7() throws RecognitionException {
// $ANTLR start "rule__ProcessType__Group__7__Impl"
- // InternalAadl2Parser.g:22187:1: rule__ProcessType__Group__7__Impl : ( ( rule__ProcessType__Group_7__0 )? ) ;
+ // InternalAadl2Parser.g:21318:1: rule__ProcessType__Group__7__Impl : ( ( rule__ProcessType__Group_7__0 )? ) ;
public final void rule__ProcessType__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22191:1: ( ( ( rule__ProcessType__Group_7__0 )? ) )
- // InternalAadl2Parser.g:22192:1: ( ( rule__ProcessType__Group_7__0 )? )
+ // InternalAadl2Parser.g:21322:1: ( ( ( rule__ProcessType__Group_7__0 )? ) )
+ // InternalAadl2Parser.g:21323:1: ( ( rule__ProcessType__Group_7__0 )? )
{
- // InternalAadl2Parser.g:22192:1: ( ( rule__ProcessType__Group_7__0 )? )
- // InternalAadl2Parser.g:22193:2: ( rule__ProcessType__Group_7__0 )?
+ // InternalAadl2Parser.g:21323:1: ( ( rule__ProcessType__Group_7__0 )? )
+ // InternalAadl2Parser.g:21324:2: ( rule__ProcessType__Group_7__0 )?
{
before(grammarAccess.getProcessTypeAccess().getGroup_7());
- // InternalAadl2Parser.g:22194:2: ( rule__ProcessType__Group_7__0 )?
+ // InternalAadl2Parser.g:21325:2: ( rule__ProcessType__Group_7__0 )?
int alt574=2;
int LA574_0 = input.LA(1);
@@ -95876,7 +93294,7 @@ public final void rule__ProcessType__Group__7__Impl() throws RecognitionExceptio
}
switch (alt574) {
case 1 :
- // InternalAadl2Parser.g:22194:3: rule__ProcessType__Group_7__0
+ // InternalAadl2Parser.g:21325:3: rule__ProcessType__Group_7__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__Group_7__0();
@@ -95912,14 +93330,14 @@ public final void rule__ProcessType__Group__7__Impl() throws RecognitionExceptio
// $ANTLR start "rule__ProcessType__Group__8"
- // InternalAadl2Parser.g:22202:1: rule__ProcessType__Group__8 : rule__ProcessType__Group__8__Impl rule__ProcessType__Group__9 ;
+ // InternalAadl2Parser.g:21333:1: rule__ProcessType__Group__8 : rule__ProcessType__Group__8__Impl rule__ProcessType__Group__9 ;
public final void rule__ProcessType__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22206:1: ( rule__ProcessType__Group__8__Impl rule__ProcessType__Group__9 )
- // InternalAadl2Parser.g:22207:2: rule__ProcessType__Group__8__Impl rule__ProcessType__Group__9
+ // InternalAadl2Parser.g:21337:1: ( rule__ProcessType__Group__8__Impl rule__ProcessType__Group__9 )
+ // InternalAadl2Parser.g:21338:2: rule__ProcessType__Group__8__Impl rule__ProcessType__Group__9
{
pushFollow(FollowSets000.FOLLOW_27);
rule__ProcessType__Group__8__Impl();
@@ -95950,20 +93368,20 @@ public final void rule__ProcessType__Group__8() throws RecognitionException {
// $ANTLR start "rule__ProcessType__Group__8__Impl"
- // InternalAadl2Parser.g:22214:1: rule__ProcessType__Group__8__Impl : ( ( rule__ProcessType__OwnedAnnexSubclauseAssignment_8 )* ) ;
+ // InternalAadl2Parser.g:21345:1: rule__ProcessType__Group__8__Impl : ( ( rule__ProcessType__OwnedAnnexSubclauseAssignment_8 )* ) ;
public final void rule__ProcessType__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22218:1: ( ( ( rule__ProcessType__OwnedAnnexSubclauseAssignment_8 )* ) )
- // InternalAadl2Parser.g:22219:1: ( ( rule__ProcessType__OwnedAnnexSubclauseAssignment_8 )* )
+ // InternalAadl2Parser.g:21349:1: ( ( ( rule__ProcessType__OwnedAnnexSubclauseAssignment_8 )* ) )
+ // InternalAadl2Parser.g:21350:1: ( ( rule__ProcessType__OwnedAnnexSubclauseAssignment_8 )* )
{
- // InternalAadl2Parser.g:22219:1: ( ( rule__ProcessType__OwnedAnnexSubclauseAssignment_8 )* )
- // InternalAadl2Parser.g:22220:2: ( rule__ProcessType__OwnedAnnexSubclauseAssignment_8 )*
+ // InternalAadl2Parser.g:21350:1: ( ( rule__ProcessType__OwnedAnnexSubclauseAssignment_8 )* )
+ // InternalAadl2Parser.g:21351:2: ( rule__ProcessType__OwnedAnnexSubclauseAssignment_8 )*
{
before(grammarAccess.getProcessTypeAccess().getOwnedAnnexSubclauseAssignment_8());
- // InternalAadl2Parser.g:22221:2: ( rule__ProcessType__OwnedAnnexSubclauseAssignment_8 )*
+ // InternalAadl2Parser.g:21352:2: ( rule__ProcessType__OwnedAnnexSubclauseAssignment_8 )*
loop575:
do {
int alt575=2;
@@ -95976,7 +93394,7 @@ public final void rule__ProcessType__Group__8__Impl() throws RecognitionExceptio
switch (alt575) {
case 1 :
- // InternalAadl2Parser.g:22221:3: rule__ProcessType__OwnedAnnexSubclauseAssignment_8
+ // InternalAadl2Parser.g:21352:3: rule__ProcessType__OwnedAnnexSubclauseAssignment_8
{
pushFollow(FollowSets000.FOLLOW_28);
rule__ProcessType__OwnedAnnexSubclauseAssignment_8();
@@ -96015,14 +93433,14 @@ public final void rule__ProcessType__Group__8__Impl() throws RecognitionExceptio
// $ANTLR start "rule__ProcessType__Group__9"
- // InternalAadl2Parser.g:22229:1: rule__ProcessType__Group__9 : rule__ProcessType__Group__9__Impl rule__ProcessType__Group__10 ;
+ // InternalAadl2Parser.g:21360:1: rule__ProcessType__Group__9 : rule__ProcessType__Group__9__Impl rule__ProcessType__Group__10 ;
public final void rule__ProcessType__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22233:1: ( rule__ProcessType__Group__9__Impl rule__ProcessType__Group__10 )
- // InternalAadl2Parser.g:22234:2: rule__ProcessType__Group__9__Impl rule__ProcessType__Group__10
+ // InternalAadl2Parser.g:21364:1: ( rule__ProcessType__Group__9__Impl rule__ProcessType__Group__10 )
+ // InternalAadl2Parser.g:21365:2: rule__ProcessType__Group__9__Impl rule__ProcessType__Group__10
{
pushFollow(FollowSets000.FOLLOW_4);
rule__ProcessType__Group__9__Impl();
@@ -96053,17 +93471,17 @@ public final void rule__ProcessType__Group__9() throws RecognitionException {
// $ANTLR start "rule__ProcessType__Group__9__Impl"
- // InternalAadl2Parser.g:22241:1: rule__ProcessType__Group__9__Impl : ( End ) ;
+ // InternalAadl2Parser.g:21372:1: rule__ProcessType__Group__9__Impl : ( End ) ;
public final void rule__ProcessType__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22245:1: ( ( End ) )
- // InternalAadl2Parser.g:22246:1: ( End )
+ // InternalAadl2Parser.g:21376:1: ( ( End ) )
+ // InternalAadl2Parser.g:21377:1: ( End )
{
- // InternalAadl2Parser.g:22246:1: ( End )
- // InternalAadl2Parser.g:22247:2: End
+ // InternalAadl2Parser.g:21377:1: ( End )
+ // InternalAadl2Parser.g:21378:2: End
{
before(grammarAccess.getProcessTypeAccess().getEndKeyword_9());
match(input,End,FollowSets000.FOLLOW_2);
@@ -96090,14 +93508,14 @@ public final void rule__ProcessType__Group__9__Impl() throws RecognitionExceptio
// $ANTLR start "rule__ProcessType__Group__10"
- // InternalAadl2Parser.g:22256:1: rule__ProcessType__Group__10 : rule__ProcessType__Group__10__Impl rule__ProcessType__Group__11 ;
+ // InternalAadl2Parser.g:21387:1: rule__ProcessType__Group__10 : rule__ProcessType__Group__10__Impl rule__ProcessType__Group__11 ;
public final void rule__ProcessType__Group__10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22260:1: ( rule__ProcessType__Group__10__Impl rule__ProcessType__Group__11 )
- // InternalAadl2Parser.g:22261:2: rule__ProcessType__Group__10__Impl rule__ProcessType__Group__11
+ // InternalAadl2Parser.g:21391:1: ( rule__ProcessType__Group__10__Impl rule__ProcessType__Group__11 )
+ // InternalAadl2Parser.g:21392:2: rule__ProcessType__Group__10__Impl rule__ProcessType__Group__11
{
pushFollow(FollowSets000.FOLLOW_7);
rule__ProcessType__Group__10__Impl();
@@ -96128,17 +93546,17 @@ public final void rule__ProcessType__Group__10() throws RecognitionException {
// $ANTLR start "rule__ProcessType__Group__10__Impl"
- // InternalAadl2Parser.g:22268:1: rule__ProcessType__Group__10__Impl : ( RULE_ID ) ;
+ // InternalAadl2Parser.g:21399:1: rule__ProcessType__Group__10__Impl : ( RULE_ID ) ;
public final void rule__ProcessType__Group__10__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22272:1: ( ( RULE_ID ) )
- // InternalAadl2Parser.g:22273:1: ( RULE_ID )
+ // InternalAadl2Parser.g:21403:1: ( ( RULE_ID ) )
+ // InternalAadl2Parser.g:21404:1: ( RULE_ID )
{
- // InternalAadl2Parser.g:22273:1: ( RULE_ID )
- // InternalAadl2Parser.g:22274:2: RULE_ID
+ // InternalAadl2Parser.g:21404:1: ( RULE_ID )
+ // InternalAadl2Parser.g:21405:2: RULE_ID
{
before(grammarAccess.getProcessTypeAccess().getIDTerminalRuleCall_10());
match(input,RULE_ID,FollowSets000.FOLLOW_2);
@@ -96165,14 +93583,14 @@ public final void rule__ProcessType__Group__10__Impl() throws RecognitionExcepti
// $ANTLR start "rule__ProcessType__Group__11"
- // InternalAadl2Parser.g:22283:1: rule__ProcessType__Group__11 : rule__ProcessType__Group__11__Impl ;
+ // InternalAadl2Parser.g:21414:1: rule__ProcessType__Group__11 : rule__ProcessType__Group__11__Impl ;
public final void rule__ProcessType__Group__11() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22287:1: ( rule__ProcessType__Group__11__Impl )
- // InternalAadl2Parser.g:22288:2: rule__ProcessType__Group__11__Impl
+ // InternalAadl2Parser.g:21418:1: ( rule__ProcessType__Group__11__Impl )
+ // InternalAadl2Parser.g:21419:2: rule__ProcessType__Group__11__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__Group__11__Impl();
@@ -96198,17 +93616,17 @@ public final void rule__ProcessType__Group__11() throws RecognitionException {
// $ANTLR start "rule__ProcessType__Group__11__Impl"
- // InternalAadl2Parser.g:22294:1: rule__ProcessType__Group__11__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:21425:1: rule__ProcessType__Group__11__Impl : ( Semicolon ) ;
public final void rule__ProcessType__Group__11__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22298:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:22299:1: ( Semicolon )
+ // InternalAadl2Parser.g:21429:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:21430:1: ( Semicolon )
{
- // InternalAadl2Parser.g:22299:1: ( Semicolon )
- // InternalAadl2Parser.g:22300:2: Semicolon
+ // InternalAadl2Parser.g:21430:1: ( Semicolon )
+ // InternalAadl2Parser.g:21431:2: Semicolon
{
before(grammarAccess.getProcessTypeAccess().getSemicolonKeyword_11());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -96235,14 +93653,14 @@ public final void rule__ProcessType__Group__11__Impl() throws RecognitionExcepti
// $ANTLR start "rule__ProcessType__Group_2__0"
- // InternalAadl2Parser.g:22310:1: rule__ProcessType__Group_2__0 : rule__ProcessType__Group_2__0__Impl rule__ProcessType__Group_2__1 ;
+ // InternalAadl2Parser.g:21441:1: rule__ProcessType__Group_2__0 : rule__ProcessType__Group_2__0__Impl rule__ProcessType__Group_2__1 ;
public final void rule__ProcessType__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22314:1: ( rule__ProcessType__Group_2__0__Impl rule__ProcessType__Group_2__1 )
- // InternalAadl2Parser.g:22315:2: rule__ProcessType__Group_2__0__Impl rule__ProcessType__Group_2__1
+ // InternalAadl2Parser.g:21445:1: ( rule__ProcessType__Group_2__0__Impl rule__ProcessType__Group_2__1 )
+ // InternalAadl2Parser.g:21446:2: rule__ProcessType__Group_2__0__Impl rule__ProcessType__Group_2__1
{
pushFollow(FollowSets000.FOLLOW_29);
rule__ProcessType__Group_2__0__Impl();
@@ -96273,21 +93691,21 @@ public final void rule__ProcessType__Group_2__0() throws RecognitionException {
// $ANTLR start "rule__ProcessType__Group_2__0__Impl"
- // InternalAadl2Parser.g:22322:1: rule__ProcessType__Group_2__0__Impl : ( ( rule__ProcessType__OwnedExtensionAssignment_2_0 ) ) ;
+ // InternalAadl2Parser.g:21453:1: rule__ProcessType__Group_2__0__Impl : ( ( rule__ProcessType__OwnedExtensionAssignment_2_0 ) ) ;
public final void rule__ProcessType__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22326:1: ( ( ( rule__ProcessType__OwnedExtensionAssignment_2_0 ) ) )
- // InternalAadl2Parser.g:22327:1: ( ( rule__ProcessType__OwnedExtensionAssignment_2_0 ) )
+ // InternalAadl2Parser.g:21457:1: ( ( ( rule__ProcessType__OwnedExtensionAssignment_2_0 ) ) )
+ // InternalAadl2Parser.g:21458:1: ( ( rule__ProcessType__OwnedExtensionAssignment_2_0 ) )
{
- // InternalAadl2Parser.g:22327:1: ( ( rule__ProcessType__OwnedExtensionAssignment_2_0 ) )
- // InternalAadl2Parser.g:22328:2: ( rule__ProcessType__OwnedExtensionAssignment_2_0 )
+ // InternalAadl2Parser.g:21458:1: ( ( rule__ProcessType__OwnedExtensionAssignment_2_0 ) )
+ // InternalAadl2Parser.g:21459:2: ( rule__ProcessType__OwnedExtensionAssignment_2_0 )
{
before(grammarAccess.getProcessTypeAccess().getOwnedExtensionAssignment_2_0());
- // InternalAadl2Parser.g:22329:2: ( rule__ProcessType__OwnedExtensionAssignment_2_0 )
- // InternalAadl2Parser.g:22329:3: rule__ProcessType__OwnedExtensionAssignment_2_0
+ // InternalAadl2Parser.g:21460:2: ( rule__ProcessType__OwnedExtensionAssignment_2_0 )
+ // InternalAadl2Parser.g:21460:3: rule__ProcessType__OwnedExtensionAssignment_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__OwnedExtensionAssignment_2_0();
@@ -96320,14 +93738,14 @@ public final void rule__ProcessType__Group_2__0__Impl() throws RecognitionExcept
// $ANTLR start "rule__ProcessType__Group_2__1"
- // InternalAadl2Parser.g:22337:1: rule__ProcessType__Group_2__1 : rule__ProcessType__Group_2__1__Impl ;
+ // InternalAadl2Parser.g:21468:1: rule__ProcessType__Group_2__1 : rule__ProcessType__Group_2__1__Impl ;
public final void rule__ProcessType__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22341:1: ( rule__ProcessType__Group_2__1__Impl )
- // InternalAadl2Parser.g:22342:2: rule__ProcessType__Group_2__1__Impl
+ // InternalAadl2Parser.g:21472:1: ( rule__ProcessType__Group_2__1__Impl )
+ // InternalAadl2Parser.g:21473:2: rule__ProcessType__Group_2__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__Group_2__1__Impl();
@@ -96353,20 +93771,20 @@ public final void rule__ProcessType__Group_2__1() throws RecognitionException {
// $ANTLR start "rule__ProcessType__Group_2__1__Impl"
- // InternalAadl2Parser.g:22348:1: rule__ProcessType__Group_2__1__Impl : ( ( rule__ProcessType__Group_2_1__0 )? ) ;
+ // InternalAadl2Parser.g:21479:1: rule__ProcessType__Group_2__1__Impl : ( ( rule__ProcessType__Group_2_1__0 )? ) ;
public final void rule__ProcessType__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22352:1: ( ( ( rule__ProcessType__Group_2_1__0 )? ) )
- // InternalAadl2Parser.g:22353:1: ( ( rule__ProcessType__Group_2_1__0 )? )
+ // InternalAadl2Parser.g:21483:1: ( ( ( rule__ProcessType__Group_2_1__0 )? ) )
+ // InternalAadl2Parser.g:21484:1: ( ( rule__ProcessType__Group_2_1__0 )? )
{
- // InternalAadl2Parser.g:22353:1: ( ( rule__ProcessType__Group_2_1__0 )? )
- // InternalAadl2Parser.g:22354:2: ( rule__ProcessType__Group_2_1__0 )?
+ // InternalAadl2Parser.g:21484:1: ( ( rule__ProcessType__Group_2_1__0 )? )
+ // InternalAadl2Parser.g:21485:2: ( rule__ProcessType__Group_2_1__0 )?
{
before(grammarAccess.getProcessTypeAccess().getGroup_2_1());
- // InternalAadl2Parser.g:22355:2: ( rule__ProcessType__Group_2_1__0 )?
+ // InternalAadl2Parser.g:21486:2: ( rule__ProcessType__Group_2_1__0 )?
int alt576=2;
int LA576_0 = input.LA(1);
@@ -96375,7 +93793,7 @@ public final void rule__ProcessType__Group_2__1__Impl() throws RecognitionExcept
}
switch (alt576) {
case 1 :
- // InternalAadl2Parser.g:22355:3: rule__ProcessType__Group_2_1__0
+ // InternalAadl2Parser.g:21486:3: rule__ProcessType__Group_2_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__Group_2_1__0();
@@ -96411,14 +93829,14 @@ public final void rule__ProcessType__Group_2__1__Impl() throws RecognitionExcept
// $ANTLR start "rule__ProcessType__Group_2_1__0"
- // InternalAadl2Parser.g:22364:1: rule__ProcessType__Group_2_1__0 : rule__ProcessType__Group_2_1__0__Impl rule__ProcessType__Group_2_1__1 ;
+ // InternalAadl2Parser.g:21495:1: rule__ProcessType__Group_2_1__0 : rule__ProcessType__Group_2_1__0__Impl rule__ProcessType__Group_2_1__1 ;
public final void rule__ProcessType__Group_2_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22368:1: ( rule__ProcessType__Group_2_1__0__Impl rule__ProcessType__Group_2_1__1 )
- // InternalAadl2Parser.g:22369:2: rule__ProcessType__Group_2_1__0__Impl rule__ProcessType__Group_2_1__1
+ // InternalAadl2Parser.g:21499:1: ( rule__ProcessType__Group_2_1__0__Impl rule__ProcessType__Group_2_1__1 )
+ // InternalAadl2Parser.g:21500:2: rule__ProcessType__Group_2_1__0__Impl rule__ProcessType__Group_2_1__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__ProcessType__Group_2_1__0__Impl();
@@ -96449,17 +93867,17 @@ public final void rule__ProcessType__Group_2_1__0() throws RecognitionException
// $ANTLR start "rule__ProcessType__Group_2_1__0__Impl"
- // InternalAadl2Parser.g:22376:1: rule__ProcessType__Group_2_1__0__Impl : ( LeftParenthesis ) ;
+ // InternalAadl2Parser.g:21507:1: rule__ProcessType__Group_2_1__0__Impl : ( LeftParenthesis ) ;
public final void rule__ProcessType__Group_2_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22380:1: ( ( LeftParenthesis ) )
- // InternalAadl2Parser.g:22381:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:21511:1: ( ( LeftParenthesis ) )
+ // InternalAadl2Parser.g:21512:1: ( LeftParenthesis )
{
- // InternalAadl2Parser.g:22381:1: ( LeftParenthesis )
- // InternalAadl2Parser.g:22382:2: LeftParenthesis
+ // InternalAadl2Parser.g:21512:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:21513:2: LeftParenthesis
{
before(grammarAccess.getProcessTypeAccess().getLeftParenthesisKeyword_2_1_0());
match(input,LeftParenthesis,FollowSets000.FOLLOW_2);
@@ -96486,14 +93904,14 @@ public final void rule__ProcessType__Group_2_1__0__Impl() throws RecognitionExce
// $ANTLR start "rule__ProcessType__Group_2_1__1"
- // InternalAadl2Parser.g:22391:1: rule__ProcessType__Group_2_1__1 : rule__ProcessType__Group_2_1__1__Impl rule__ProcessType__Group_2_1__2 ;
+ // InternalAadl2Parser.g:21522:1: rule__ProcessType__Group_2_1__1 : rule__ProcessType__Group_2_1__1__Impl rule__ProcessType__Group_2_1__2 ;
public final void rule__ProcessType__Group_2_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22395:1: ( rule__ProcessType__Group_2_1__1__Impl rule__ProcessType__Group_2_1__2 )
- // InternalAadl2Parser.g:22396:2: rule__ProcessType__Group_2_1__1__Impl rule__ProcessType__Group_2_1__2
+ // InternalAadl2Parser.g:21526:1: ( rule__ProcessType__Group_2_1__1__Impl rule__ProcessType__Group_2_1__2 )
+ // InternalAadl2Parser.g:21527:2: rule__ProcessType__Group_2_1__1__Impl rule__ProcessType__Group_2_1__2
{
pushFollow(FollowSets000.FOLLOW_30);
rule__ProcessType__Group_2_1__1__Impl();
@@ -96524,21 +93942,21 @@ public final void rule__ProcessType__Group_2_1__1() throws RecognitionException
// $ANTLR start "rule__ProcessType__Group_2_1__1__Impl"
- // InternalAadl2Parser.g:22403:1: rule__ProcessType__Group_2_1__1__Impl : ( ( rule__ProcessType__OwnedPrototypeBindingAssignment_2_1_1 ) ) ;
+ // InternalAadl2Parser.g:21534:1: rule__ProcessType__Group_2_1__1__Impl : ( ( rule__ProcessType__OwnedPrototypeBindingAssignment_2_1_1 ) ) ;
public final void rule__ProcessType__Group_2_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22407:1: ( ( ( rule__ProcessType__OwnedPrototypeBindingAssignment_2_1_1 ) ) )
- // InternalAadl2Parser.g:22408:1: ( ( rule__ProcessType__OwnedPrototypeBindingAssignment_2_1_1 ) )
+ // InternalAadl2Parser.g:21538:1: ( ( ( rule__ProcessType__OwnedPrototypeBindingAssignment_2_1_1 ) ) )
+ // InternalAadl2Parser.g:21539:1: ( ( rule__ProcessType__OwnedPrototypeBindingAssignment_2_1_1 ) )
{
- // InternalAadl2Parser.g:22408:1: ( ( rule__ProcessType__OwnedPrototypeBindingAssignment_2_1_1 ) )
- // InternalAadl2Parser.g:22409:2: ( rule__ProcessType__OwnedPrototypeBindingAssignment_2_1_1 )
+ // InternalAadl2Parser.g:21539:1: ( ( rule__ProcessType__OwnedPrototypeBindingAssignment_2_1_1 ) )
+ // InternalAadl2Parser.g:21540:2: ( rule__ProcessType__OwnedPrototypeBindingAssignment_2_1_1 )
{
before(grammarAccess.getProcessTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1());
- // InternalAadl2Parser.g:22410:2: ( rule__ProcessType__OwnedPrototypeBindingAssignment_2_1_1 )
- // InternalAadl2Parser.g:22410:3: rule__ProcessType__OwnedPrototypeBindingAssignment_2_1_1
+ // InternalAadl2Parser.g:21541:2: ( rule__ProcessType__OwnedPrototypeBindingAssignment_2_1_1 )
+ // InternalAadl2Parser.g:21541:3: rule__ProcessType__OwnedPrototypeBindingAssignment_2_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__OwnedPrototypeBindingAssignment_2_1_1();
@@ -96571,14 +93989,14 @@ public final void rule__ProcessType__Group_2_1__1__Impl() throws RecognitionExce
// $ANTLR start "rule__ProcessType__Group_2_1__2"
- // InternalAadl2Parser.g:22418:1: rule__ProcessType__Group_2_1__2 : rule__ProcessType__Group_2_1__2__Impl rule__ProcessType__Group_2_1__3 ;
+ // InternalAadl2Parser.g:21549:1: rule__ProcessType__Group_2_1__2 : rule__ProcessType__Group_2_1__2__Impl rule__ProcessType__Group_2_1__3 ;
public final void rule__ProcessType__Group_2_1__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22422:1: ( rule__ProcessType__Group_2_1__2__Impl rule__ProcessType__Group_2_1__3 )
- // InternalAadl2Parser.g:22423:2: rule__ProcessType__Group_2_1__2__Impl rule__ProcessType__Group_2_1__3
+ // InternalAadl2Parser.g:21553:1: ( rule__ProcessType__Group_2_1__2__Impl rule__ProcessType__Group_2_1__3 )
+ // InternalAadl2Parser.g:21554:2: rule__ProcessType__Group_2_1__2__Impl rule__ProcessType__Group_2_1__3
{
pushFollow(FollowSets000.FOLLOW_30);
rule__ProcessType__Group_2_1__2__Impl();
@@ -96609,20 +94027,20 @@ public final void rule__ProcessType__Group_2_1__2() throws RecognitionException
// $ANTLR start "rule__ProcessType__Group_2_1__2__Impl"
- // InternalAadl2Parser.g:22430:1: rule__ProcessType__Group_2_1__2__Impl : ( ( rule__ProcessType__Group_2_1_2__0 )* ) ;
+ // InternalAadl2Parser.g:21561:1: rule__ProcessType__Group_2_1__2__Impl : ( ( rule__ProcessType__Group_2_1_2__0 )* ) ;
public final void rule__ProcessType__Group_2_1__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22434:1: ( ( ( rule__ProcessType__Group_2_1_2__0 )* ) )
- // InternalAadl2Parser.g:22435:1: ( ( rule__ProcessType__Group_2_1_2__0 )* )
+ // InternalAadl2Parser.g:21565:1: ( ( ( rule__ProcessType__Group_2_1_2__0 )* ) )
+ // InternalAadl2Parser.g:21566:1: ( ( rule__ProcessType__Group_2_1_2__0 )* )
{
- // InternalAadl2Parser.g:22435:1: ( ( rule__ProcessType__Group_2_1_2__0 )* )
- // InternalAadl2Parser.g:22436:2: ( rule__ProcessType__Group_2_1_2__0 )*
+ // InternalAadl2Parser.g:21566:1: ( ( rule__ProcessType__Group_2_1_2__0 )* )
+ // InternalAadl2Parser.g:21567:2: ( rule__ProcessType__Group_2_1_2__0 )*
{
before(grammarAccess.getProcessTypeAccess().getGroup_2_1_2());
- // InternalAadl2Parser.g:22437:2: ( rule__ProcessType__Group_2_1_2__0 )*
+ // InternalAadl2Parser.g:21568:2: ( rule__ProcessType__Group_2_1_2__0 )*
loop577:
do {
int alt577=2;
@@ -96635,7 +94053,7 @@ public final void rule__ProcessType__Group_2_1__2__Impl() throws RecognitionExce
switch (alt577) {
case 1 :
- // InternalAadl2Parser.g:22437:3: rule__ProcessType__Group_2_1_2__0
+ // InternalAadl2Parser.g:21568:3: rule__ProcessType__Group_2_1_2__0
{
pushFollow(FollowSets000.FOLLOW_14);
rule__ProcessType__Group_2_1_2__0();
@@ -96674,14 +94092,14 @@ public final void rule__ProcessType__Group_2_1__2__Impl() throws RecognitionExce
// $ANTLR start "rule__ProcessType__Group_2_1__3"
- // InternalAadl2Parser.g:22445:1: rule__ProcessType__Group_2_1__3 : rule__ProcessType__Group_2_1__3__Impl ;
+ // InternalAadl2Parser.g:21576:1: rule__ProcessType__Group_2_1__3 : rule__ProcessType__Group_2_1__3__Impl ;
public final void rule__ProcessType__Group_2_1__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22449:1: ( rule__ProcessType__Group_2_1__3__Impl )
- // InternalAadl2Parser.g:22450:2: rule__ProcessType__Group_2_1__3__Impl
+ // InternalAadl2Parser.g:21580:1: ( rule__ProcessType__Group_2_1__3__Impl )
+ // InternalAadl2Parser.g:21581:2: rule__ProcessType__Group_2_1__3__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__Group_2_1__3__Impl();
@@ -96707,17 +94125,17 @@ public final void rule__ProcessType__Group_2_1__3() throws RecognitionException
// $ANTLR start "rule__ProcessType__Group_2_1__3__Impl"
- // InternalAadl2Parser.g:22456:1: rule__ProcessType__Group_2_1__3__Impl : ( RightParenthesis ) ;
+ // InternalAadl2Parser.g:21587:1: rule__ProcessType__Group_2_1__3__Impl : ( RightParenthesis ) ;
public final void rule__ProcessType__Group_2_1__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22460:1: ( ( RightParenthesis ) )
- // InternalAadl2Parser.g:22461:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:21591:1: ( ( RightParenthesis ) )
+ // InternalAadl2Parser.g:21592:1: ( RightParenthesis )
{
- // InternalAadl2Parser.g:22461:1: ( RightParenthesis )
- // InternalAadl2Parser.g:22462:2: RightParenthesis
+ // InternalAadl2Parser.g:21592:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:21593:2: RightParenthesis
{
before(grammarAccess.getProcessTypeAccess().getRightParenthesisKeyword_2_1_3());
match(input,RightParenthesis,FollowSets000.FOLLOW_2);
@@ -96744,14 +94162,14 @@ public final void rule__ProcessType__Group_2_1__3__Impl() throws RecognitionExce
// $ANTLR start "rule__ProcessType__Group_2_1_2__0"
- // InternalAadl2Parser.g:22472:1: rule__ProcessType__Group_2_1_2__0 : rule__ProcessType__Group_2_1_2__0__Impl rule__ProcessType__Group_2_1_2__1 ;
+ // InternalAadl2Parser.g:21603:1: rule__ProcessType__Group_2_1_2__0 : rule__ProcessType__Group_2_1_2__0__Impl rule__ProcessType__Group_2_1_2__1 ;
public final void rule__ProcessType__Group_2_1_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22476:1: ( rule__ProcessType__Group_2_1_2__0__Impl rule__ProcessType__Group_2_1_2__1 )
- // InternalAadl2Parser.g:22477:2: rule__ProcessType__Group_2_1_2__0__Impl rule__ProcessType__Group_2_1_2__1
+ // InternalAadl2Parser.g:21607:1: ( rule__ProcessType__Group_2_1_2__0__Impl rule__ProcessType__Group_2_1_2__1 )
+ // InternalAadl2Parser.g:21608:2: rule__ProcessType__Group_2_1_2__0__Impl rule__ProcessType__Group_2_1_2__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__ProcessType__Group_2_1_2__0__Impl();
@@ -96782,17 +94200,17 @@ public final void rule__ProcessType__Group_2_1_2__0() throws RecognitionExceptio
// $ANTLR start "rule__ProcessType__Group_2_1_2__0__Impl"
- // InternalAadl2Parser.g:22484:1: rule__ProcessType__Group_2_1_2__0__Impl : ( Comma ) ;
+ // InternalAadl2Parser.g:21615:1: rule__ProcessType__Group_2_1_2__0__Impl : ( Comma ) ;
public final void rule__ProcessType__Group_2_1_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22488:1: ( ( Comma ) )
- // InternalAadl2Parser.g:22489:1: ( Comma )
+ // InternalAadl2Parser.g:21619:1: ( ( Comma ) )
+ // InternalAadl2Parser.g:21620:1: ( Comma )
{
- // InternalAadl2Parser.g:22489:1: ( Comma )
- // InternalAadl2Parser.g:22490:2: Comma
+ // InternalAadl2Parser.g:21620:1: ( Comma )
+ // InternalAadl2Parser.g:21621:2: Comma
{
before(grammarAccess.getProcessTypeAccess().getCommaKeyword_2_1_2_0());
match(input,Comma,FollowSets000.FOLLOW_2);
@@ -96819,14 +94237,14 @@ public final void rule__ProcessType__Group_2_1_2__0__Impl() throws RecognitionEx
// $ANTLR start "rule__ProcessType__Group_2_1_2__1"
- // InternalAadl2Parser.g:22499:1: rule__ProcessType__Group_2_1_2__1 : rule__ProcessType__Group_2_1_2__1__Impl ;
+ // InternalAadl2Parser.g:21630:1: rule__ProcessType__Group_2_1_2__1 : rule__ProcessType__Group_2_1_2__1__Impl ;
public final void rule__ProcessType__Group_2_1_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22503:1: ( rule__ProcessType__Group_2_1_2__1__Impl )
- // InternalAadl2Parser.g:22504:2: rule__ProcessType__Group_2_1_2__1__Impl
+ // InternalAadl2Parser.g:21634:1: ( rule__ProcessType__Group_2_1_2__1__Impl )
+ // InternalAadl2Parser.g:21635:2: rule__ProcessType__Group_2_1_2__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__Group_2_1_2__1__Impl();
@@ -96852,21 +94270,21 @@ public final void rule__ProcessType__Group_2_1_2__1() throws RecognitionExceptio
// $ANTLR start "rule__ProcessType__Group_2_1_2__1__Impl"
- // InternalAadl2Parser.g:22510:1: rule__ProcessType__Group_2_1_2__1__Impl : ( ( rule__ProcessType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) ;
+ // InternalAadl2Parser.g:21641:1: rule__ProcessType__Group_2_1_2__1__Impl : ( ( rule__ProcessType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) ;
public final void rule__ProcessType__Group_2_1_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22514:1: ( ( ( rule__ProcessType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) )
- // InternalAadl2Parser.g:22515:1: ( ( rule__ProcessType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
+ // InternalAadl2Parser.g:21645:1: ( ( ( rule__ProcessType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) )
+ // InternalAadl2Parser.g:21646:1: ( ( rule__ProcessType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
{
- // InternalAadl2Parser.g:22515:1: ( ( rule__ProcessType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
- // InternalAadl2Parser.g:22516:2: ( rule__ProcessType__OwnedPrototypeBindingAssignment_2_1_2_1 )
+ // InternalAadl2Parser.g:21646:1: ( ( rule__ProcessType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
+ // InternalAadl2Parser.g:21647:2: ( rule__ProcessType__OwnedPrototypeBindingAssignment_2_1_2_1 )
{
before(grammarAccess.getProcessTypeAccess().getOwnedPrototypeBindingAssignment_2_1_2_1());
- // InternalAadl2Parser.g:22517:2: ( rule__ProcessType__OwnedPrototypeBindingAssignment_2_1_2_1 )
- // InternalAadl2Parser.g:22517:3: rule__ProcessType__OwnedPrototypeBindingAssignment_2_1_2_1
+ // InternalAadl2Parser.g:21648:2: ( rule__ProcessType__OwnedPrototypeBindingAssignment_2_1_2_1 )
+ // InternalAadl2Parser.g:21648:3: rule__ProcessType__OwnedPrototypeBindingAssignment_2_1_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__OwnedPrototypeBindingAssignment_2_1_2_1();
@@ -96899,14 +94317,14 @@ public final void rule__ProcessType__Group_2_1_2__1__Impl() throws RecognitionEx
// $ANTLR start "rule__ProcessType__Group_3__0"
- // InternalAadl2Parser.g:22526:1: rule__ProcessType__Group_3__0 : rule__ProcessType__Group_3__0__Impl rule__ProcessType__Group_3__1 ;
+ // InternalAadl2Parser.g:21657:1: rule__ProcessType__Group_3__0 : rule__ProcessType__Group_3__0__Impl rule__ProcessType__Group_3__1 ;
public final void rule__ProcessType__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22530:1: ( rule__ProcessType__Group_3__0__Impl rule__ProcessType__Group_3__1 )
- // InternalAadl2Parser.g:22531:2: rule__ProcessType__Group_3__0__Impl rule__ProcessType__Group_3__1
+ // InternalAadl2Parser.g:21661:1: ( rule__ProcessType__Group_3__0__Impl rule__ProcessType__Group_3__1 )
+ // InternalAadl2Parser.g:21662:2: rule__ProcessType__Group_3__0__Impl rule__ProcessType__Group_3__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__ProcessType__Group_3__0__Impl();
@@ -96937,17 +94355,17 @@ public final void rule__ProcessType__Group_3__0() throws RecognitionException {
// $ANTLR start "rule__ProcessType__Group_3__0__Impl"
- // InternalAadl2Parser.g:22538:1: rule__ProcessType__Group_3__0__Impl : ( Prototypes ) ;
+ // InternalAadl2Parser.g:21669:1: rule__ProcessType__Group_3__0__Impl : ( Prototypes ) ;
public final void rule__ProcessType__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22542:1: ( ( Prototypes ) )
- // InternalAadl2Parser.g:22543:1: ( Prototypes )
+ // InternalAadl2Parser.g:21673:1: ( ( Prototypes ) )
+ // InternalAadl2Parser.g:21674:1: ( Prototypes )
{
- // InternalAadl2Parser.g:22543:1: ( Prototypes )
- // InternalAadl2Parser.g:22544:2: Prototypes
+ // InternalAadl2Parser.g:21674:1: ( Prototypes )
+ // InternalAadl2Parser.g:21675:2: Prototypes
{
before(grammarAccess.getProcessTypeAccess().getPrototypesKeyword_3_0());
match(input,Prototypes,FollowSets000.FOLLOW_2);
@@ -96974,14 +94392,14 @@ public final void rule__ProcessType__Group_3__0__Impl() throws RecognitionExcept
// $ANTLR start "rule__ProcessType__Group_3__1"
- // InternalAadl2Parser.g:22553:1: rule__ProcessType__Group_3__1 : rule__ProcessType__Group_3__1__Impl ;
+ // InternalAadl2Parser.g:21684:1: rule__ProcessType__Group_3__1 : rule__ProcessType__Group_3__1__Impl ;
public final void rule__ProcessType__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22557:1: ( rule__ProcessType__Group_3__1__Impl )
- // InternalAadl2Parser.g:22558:2: rule__ProcessType__Group_3__1__Impl
+ // InternalAadl2Parser.g:21688:1: ( rule__ProcessType__Group_3__1__Impl )
+ // InternalAadl2Parser.g:21689:2: rule__ProcessType__Group_3__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__Group_3__1__Impl();
@@ -97007,21 +94425,21 @@ public final void rule__ProcessType__Group_3__1() throws RecognitionException {
// $ANTLR start "rule__ProcessType__Group_3__1__Impl"
- // InternalAadl2Parser.g:22564:1: rule__ProcessType__Group_3__1__Impl : ( ( rule__ProcessType__Alternatives_3_1 ) ) ;
+ // InternalAadl2Parser.g:21695:1: rule__ProcessType__Group_3__1__Impl : ( ( rule__ProcessType__Alternatives_3_1 ) ) ;
public final void rule__ProcessType__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22568:1: ( ( ( rule__ProcessType__Alternatives_3_1 ) ) )
- // InternalAadl2Parser.g:22569:1: ( ( rule__ProcessType__Alternatives_3_1 ) )
+ // InternalAadl2Parser.g:21699:1: ( ( ( rule__ProcessType__Alternatives_3_1 ) ) )
+ // InternalAadl2Parser.g:21700:1: ( ( rule__ProcessType__Alternatives_3_1 ) )
{
- // InternalAadl2Parser.g:22569:1: ( ( rule__ProcessType__Alternatives_3_1 ) )
- // InternalAadl2Parser.g:22570:2: ( rule__ProcessType__Alternatives_3_1 )
+ // InternalAadl2Parser.g:21700:1: ( ( rule__ProcessType__Alternatives_3_1 ) )
+ // InternalAadl2Parser.g:21701:2: ( rule__ProcessType__Alternatives_3_1 )
{
before(grammarAccess.getProcessTypeAccess().getAlternatives_3_1());
- // InternalAadl2Parser.g:22571:2: ( rule__ProcessType__Alternatives_3_1 )
- // InternalAadl2Parser.g:22571:3: rule__ProcessType__Alternatives_3_1
+ // InternalAadl2Parser.g:21702:2: ( rule__ProcessType__Alternatives_3_1 )
+ // InternalAadl2Parser.g:21702:3: rule__ProcessType__Alternatives_3_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__Alternatives_3_1();
@@ -97054,14 +94472,14 @@ public final void rule__ProcessType__Group_3__1__Impl() throws RecognitionExcept
// $ANTLR start "rule__ProcessType__Group_3_1_0__0"
- // InternalAadl2Parser.g:22580:1: rule__ProcessType__Group_3_1_0__0 : rule__ProcessType__Group_3_1_0__0__Impl rule__ProcessType__Group_3_1_0__1 ;
+ // InternalAadl2Parser.g:21711:1: rule__ProcessType__Group_3_1_0__0 : rule__ProcessType__Group_3_1_0__0__Impl rule__ProcessType__Group_3_1_0__1 ;
public final void rule__ProcessType__Group_3_1_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22584:1: ( rule__ProcessType__Group_3_1_0__0__Impl rule__ProcessType__Group_3_1_0__1 )
- // InternalAadl2Parser.g:22585:2: rule__ProcessType__Group_3_1_0__0__Impl rule__ProcessType__Group_3_1_0__1
+ // InternalAadl2Parser.g:21715:1: ( rule__ProcessType__Group_3_1_0__0__Impl rule__ProcessType__Group_3_1_0__1 )
+ // InternalAadl2Parser.g:21716:2: rule__ProcessType__Group_3_1_0__0__Impl rule__ProcessType__Group_3_1_0__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__ProcessType__Group_3_1_0__0__Impl();
@@ -97092,21 +94510,21 @@ public final void rule__ProcessType__Group_3_1_0__0() throws RecognitionExceptio
// $ANTLR start "rule__ProcessType__Group_3_1_0__0__Impl"
- // InternalAadl2Parser.g:22592:1: rule__ProcessType__Group_3_1_0__0__Impl : ( ( rule__ProcessType__NoPrototypesAssignment_3_1_0_0 ) ) ;
+ // InternalAadl2Parser.g:21723:1: rule__ProcessType__Group_3_1_0__0__Impl : ( ( rule__ProcessType__NoPrototypesAssignment_3_1_0_0 ) ) ;
public final void rule__ProcessType__Group_3_1_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22596:1: ( ( ( rule__ProcessType__NoPrototypesAssignment_3_1_0_0 ) ) )
- // InternalAadl2Parser.g:22597:1: ( ( rule__ProcessType__NoPrototypesAssignment_3_1_0_0 ) )
+ // InternalAadl2Parser.g:21727:1: ( ( ( rule__ProcessType__NoPrototypesAssignment_3_1_0_0 ) ) )
+ // InternalAadl2Parser.g:21728:1: ( ( rule__ProcessType__NoPrototypesAssignment_3_1_0_0 ) )
{
- // InternalAadl2Parser.g:22597:1: ( ( rule__ProcessType__NoPrototypesAssignment_3_1_0_0 ) )
- // InternalAadl2Parser.g:22598:2: ( rule__ProcessType__NoPrototypesAssignment_3_1_0_0 )
+ // InternalAadl2Parser.g:21728:1: ( ( rule__ProcessType__NoPrototypesAssignment_3_1_0_0 ) )
+ // InternalAadl2Parser.g:21729:2: ( rule__ProcessType__NoPrototypesAssignment_3_1_0_0 )
{
before(grammarAccess.getProcessTypeAccess().getNoPrototypesAssignment_3_1_0_0());
- // InternalAadl2Parser.g:22599:2: ( rule__ProcessType__NoPrototypesAssignment_3_1_0_0 )
- // InternalAadl2Parser.g:22599:3: rule__ProcessType__NoPrototypesAssignment_3_1_0_0
+ // InternalAadl2Parser.g:21730:2: ( rule__ProcessType__NoPrototypesAssignment_3_1_0_0 )
+ // InternalAadl2Parser.g:21730:3: rule__ProcessType__NoPrototypesAssignment_3_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__NoPrototypesAssignment_3_1_0_0();
@@ -97139,14 +94557,14 @@ public final void rule__ProcessType__Group_3_1_0__0__Impl() throws RecognitionEx
// $ANTLR start "rule__ProcessType__Group_3_1_0__1"
- // InternalAadl2Parser.g:22607:1: rule__ProcessType__Group_3_1_0__1 : rule__ProcessType__Group_3_1_0__1__Impl ;
+ // InternalAadl2Parser.g:21738:1: rule__ProcessType__Group_3_1_0__1 : rule__ProcessType__Group_3_1_0__1__Impl ;
public final void rule__ProcessType__Group_3_1_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22611:1: ( rule__ProcessType__Group_3_1_0__1__Impl )
- // InternalAadl2Parser.g:22612:2: rule__ProcessType__Group_3_1_0__1__Impl
+ // InternalAadl2Parser.g:21742:1: ( rule__ProcessType__Group_3_1_0__1__Impl )
+ // InternalAadl2Parser.g:21743:2: rule__ProcessType__Group_3_1_0__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__Group_3_1_0__1__Impl();
@@ -97172,17 +94590,17 @@ public final void rule__ProcessType__Group_3_1_0__1() throws RecognitionExceptio
// $ANTLR start "rule__ProcessType__Group_3_1_0__1__Impl"
- // InternalAadl2Parser.g:22618:1: rule__ProcessType__Group_3_1_0__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:21749:1: rule__ProcessType__Group_3_1_0__1__Impl : ( Semicolon ) ;
public final void rule__ProcessType__Group_3_1_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22622:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:22623:1: ( Semicolon )
+ // InternalAadl2Parser.g:21753:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:21754:1: ( Semicolon )
{
- // InternalAadl2Parser.g:22623:1: ( Semicolon )
- // InternalAadl2Parser.g:22624:2: Semicolon
+ // InternalAadl2Parser.g:21754:1: ( Semicolon )
+ // InternalAadl2Parser.g:21755:2: Semicolon
{
before(grammarAccess.getProcessTypeAccess().getSemicolonKeyword_3_1_0_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -97209,14 +94627,14 @@ public final void rule__ProcessType__Group_3_1_0__1__Impl() throws RecognitionEx
// $ANTLR start "rule__ProcessType__Group_4__0"
- // InternalAadl2Parser.g:22634:1: rule__ProcessType__Group_4__0 : rule__ProcessType__Group_4__0__Impl rule__ProcessType__Group_4__1 ;
+ // InternalAadl2Parser.g:21765:1: rule__ProcessType__Group_4__0 : rule__ProcessType__Group_4__0__Impl rule__ProcessType__Group_4__1 ;
public final void rule__ProcessType__Group_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22638:1: ( rule__ProcessType__Group_4__0__Impl rule__ProcessType__Group_4__1 )
- // InternalAadl2Parser.g:22639:2: rule__ProcessType__Group_4__0__Impl rule__ProcessType__Group_4__1
+ // InternalAadl2Parser.g:21769:1: ( rule__ProcessType__Group_4__0__Impl rule__ProcessType__Group_4__1 )
+ // InternalAadl2Parser.g:21770:2: rule__ProcessType__Group_4__0__Impl rule__ProcessType__Group_4__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__ProcessType__Group_4__0__Impl();
@@ -97247,17 +94665,17 @@ public final void rule__ProcessType__Group_4__0() throws RecognitionException {
// $ANTLR start "rule__ProcessType__Group_4__0__Impl"
- // InternalAadl2Parser.g:22646:1: rule__ProcessType__Group_4__0__Impl : ( Features ) ;
+ // InternalAadl2Parser.g:21777:1: rule__ProcessType__Group_4__0__Impl : ( Features ) ;
public final void rule__ProcessType__Group_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22650:1: ( ( Features ) )
- // InternalAadl2Parser.g:22651:1: ( Features )
+ // InternalAadl2Parser.g:21781:1: ( ( Features ) )
+ // InternalAadl2Parser.g:21782:1: ( Features )
{
- // InternalAadl2Parser.g:22651:1: ( Features )
- // InternalAadl2Parser.g:22652:2: Features
+ // InternalAadl2Parser.g:21782:1: ( Features )
+ // InternalAadl2Parser.g:21783:2: Features
{
before(grammarAccess.getProcessTypeAccess().getFeaturesKeyword_4_0());
match(input,Features,FollowSets000.FOLLOW_2);
@@ -97284,14 +94702,14 @@ public final void rule__ProcessType__Group_4__0__Impl() throws RecognitionExcept
// $ANTLR start "rule__ProcessType__Group_4__1"
- // InternalAadl2Parser.g:22661:1: rule__ProcessType__Group_4__1 : rule__ProcessType__Group_4__1__Impl ;
+ // InternalAadl2Parser.g:21792:1: rule__ProcessType__Group_4__1 : rule__ProcessType__Group_4__1__Impl ;
public final void rule__ProcessType__Group_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22665:1: ( rule__ProcessType__Group_4__1__Impl )
- // InternalAadl2Parser.g:22666:2: rule__ProcessType__Group_4__1__Impl
+ // InternalAadl2Parser.g:21796:1: ( rule__ProcessType__Group_4__1__Impl )
+ // InternalAadl2Parser.g:21797:2: rule__ProcessType__Group_4__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__Group_4__1__Impl();
@@ -97317,21 +94735,21 @@ public final void rule__ProcessType__Group_4__1() throws RecognitionException {
// $ANTLR start "rule__ProcessType__Group_4__1__Impl"
- // InternalAadl2Parser.g:22672:1: rule__ProcessType__Group_4__1__Impl : ( ( rule__ProcessType__Alternatives_4_1 ) ) ;
+ // InternalAadl2Parser.g:21803:1: rule__ProcessType__Group_4__1__Impl : ( ( rule__ProcessType__Alternatives_4_1 ) ) ;
public final void rule__ProcessType__Group_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22676:1: ( ( ( rule__ProcessType__Alternatives_4_1 ) ) )
- // InternalAadl2Parser.g:22677:1: ( ( rule__ProcessType__Alternatives_4_1 ) )
+ // InternalAadl2Parser.g:21807:1: ( ( ( rule__ProcessType__Alternatives_4_1 ) ) )
+ // InternalAadl2Parser.g:21808:1: ( ( rule__ProcessType__Alternatives_4_1 ) )
{
- // InternalAadl2Parser.g:22677:1: ( ( rule__ProcessType__Alternatives_4_1 ) )
- // InternalAadl2Parser.g:22678:2: ( rule__ProcessType__Alternatives_4_1 )
+ // InternalAadl2Parser.g:21808:1: ( ( rule__ProcessType__Alternatives_4_1 ) )
+ // InternalAadl2Parser.g:21809:2: ( rule__ProcessType__Alternatives_4_1 )
{
before(grammarAccess.getProcessTypeAccess().getAlternatives_4_1());
- // InternalAadl2Parser.g:22679:2: ( rule__ProcessType__Alternatives_4_1 )
- // InternalAadl2Parser.g:22679:3: rule__ProcessType__Alternatives_4_1
+ // InternalAadl2Parser.g:21810:2: ( rule__ProcessType__Alternatives_4_1 )
+ // InternalAadl2Parser.g:21810:3: rule__ProcessType__Alternatives_4_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__Alternatives_4_1();
@@ -97364,14 +94782,14 @@ public final void rule__ProcessType__Group_4__1__Impl() throws RecognitionExcept
// $ANTLR start "rule__ProcessType__Group_4_1_0__0"
- // InternalAadl2Parser.g:22688:1: rule__ProcessType__Group_4_1_0__0 : rule__ProcessType__Group_4_1_0__0__Impl rule__ProcessType__Group_4_1_0__1 ;
+ // InternalAadl2Parser.g:21819:1: rule__ProcessType__Group_4_1_0__0 : rule__ProcessType__Group_4_1_0__0__Impl rule__ProcessType__Group_4_1_0__1 ;
public final void rule__ProcessType__Group_4_1_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22692:1: ( rule__ProcessType__Group_4_1_0__0__Impl rule__ProcessType__Group_4_1_0__1 )
- // InternalAadl2Parser.g:22693:2: rule__ProcessType__Group_4_1_0__0__Impl rule__ProcessType__Group_4_1_0__1
+ // InternalAadl2Parser.g:21823:1: ( rule__ProcessType__Group_4_1_0__0__Impl rule__ProcessType__Group_4_1_0__1 )
+ // InternalAadl2Parser.g:21824:2: rule__ProcessType__Group_4_1_0__0__Impl rule__ProcessType__Group_4_1_0__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__ProcessType__Group_4_1_0__0__Impl();
@@ -97402,21 +94820,21 @@ public final void rule__ProcessType__Group_4_1_0__0() throws RecognitionExceptio
// $ANTLR start "rule__ProcessType__Group_4_1_0__0__Impl"
- // InternalAadl2Parser.g:22700:1: rule__ProcessType__Group_4_1_0__0__Impl : ( ( rule__ProcessType__NoFeaturesAssignment_4_1_0_0 ) ) ;
+ // InternalAadl2Parser.g:21831:1: rule__ProcessType__Group_4_1_0__0__Impl : ( ( rule__ProcessType__NoFeaturesAssignment_4_1_0_0 ) ) ;
public final void rule__ProcessType__Group_4_1_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22704:1: ( ( ( rule__ProcessType__NoFeaturesAssignment_4_1_0_0 ) ) )
- // InternalAadl2Parser.g:22705:1: ( ( rule__ProcessType__NoFeaturesAssignment_4_1_0_0 ) )
+ // InternalAadl2Parser.g:21835:1: ( ( ( rule__ProcessType__NoFeaturesAssignment_4_1_0_0 ) ) )
+ // InternalAadl2Parser.g:21836:1: ( ( rule__ProcessType__NoFeaturesAssignment_4_1_0_0 ) )
{
- // InternalAadl2Parser.g:22705:1: ( ( rule__ProcessType__NoFeaturesAssignment_4_1_0_0 ) )
- // InternalAadl2Parser.g:22706:2: ( rule__ProcessType__NoFeaturesAssignment_4_1_0_0 )
+ // InternalAadl2Parser.g:21836:1: ( ( rule__ProcessType__NoFeaturesAssignment_4_1_0_0 ) )
+ // InternalAadl2Parser.g:21837:2: ( rule__ProcessType__NoFeaturesAssignment_4_1_0_0 )
{
before(grammarAccess.getProcessTypeAccess().getNoFeaturesAssignment_4_1_0_0());
- // InternalAadl2Parser.g:22707:2: ( rule__ProcessType__NoFeaturesAssignment_4_1_0_0 )
- // InternalAadl2Parser.g:22707:3: rule__ProcessType__NoFeaturesAssignment_4_1_0_0
+ // InternalAadl2Parser.g:21838:2: ( rule__ProcessType__NoFeaturesAssignment_4_1_0_0 )
+ // InternalAadl2Parser.g:21838:3: rule__ProcessType__NoFeaturesAssignment_4_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__NoFeaturesAssignment_4_1_0_0();
@@ -97449,14 +94867,14 @@ public final void rule__ProcessType__Group_4_1_0__0__Impl() throws RecognitionEx
// $ANTLR start "rule__ProcessType__Group_4_1_0__1"
- // InternalAadl2Parser.g:22715:1: rule__ProcessType__Group_4_1_0__1 : rule__ProcessType__Group_4_1_0__1__Impl ;
+ // InternalAadl2Parser.g:21846:1: rule__ProcessType__Group_4_1_0__1 : rule__ProcessType__Group_4_1_0__1__Impl ;
public final void rule__ProcessType__Group_4_1_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22719:1: ( rule__ProcessType__Group_4_1_0__1__Impl )
- // InternalAadl2Parser.g:22720:2: rule__ProcessType__Group_4_1_0__1__Impl
+ // InternalAadl2Parser.g:21850:1: ( rule__ProcessType__Group_4_1_0__1__Impl )
+ // InternalAadl2Parser.g:21851:2: rule__ProcessType__Group_4_1_0__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__Group_4_1_0__1__Impl();
@@ -97482,17 +94900,17 @@ public final void rule__ProcessType__Group_4_1_0__1() throws RecognitionExceptio
// $ANTLR start "rule__ProcessType__Group_4_1_0__1__Impl"
- // InternalAadl2Parser.g:22726:1: rule__ProcessType__Group_4_1_0__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:21857:1: rule__ProcessType__Group_4_1_0__1__Impl : ( Semicolon ) ;
public final void rule__ProcessType__Group_4_1_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22730:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:22731:1: ( Semicolon )
+ // InternalAadl2Parser.g:21861:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:21862:1: ( Semicolon )
{
- // InternalAadl2Parser.g:22731:1: ( Semicolon )
- // InternalAadl2Parser.g:22732:2: Semicolon
+ // InternalAadl2Parser.g:21862:1: ( Semicolon )
+ // InternalAadl2Parser.g:21863:2: Semicolon
{
before(grammarAccess.getProcessTypeAccess().getSemicolonKeyword_4_1_0_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -97519,14 +94937,14 @@ public final void rule__ProcessType__Group_4_1_0__1__Impl() throws RecognitionEx
// $ANTLR start "rule__ProcessType__Group_5__0"
- // InternalAadl2Parser.g:22742:1: rule__ProcessType__Group_5__0 : rule__ProcessType__Group_5__0__Impl rule__ProcessType__Group_5__1 ;
+ // InternalAadl2Parser.g:21873:1: rule__ProcessType__Group_5__0 : rule__ProcessType__Group_5__0__Impl rule__ProcessType__Group_5__1 ;
public final void rule__ProcessType__Group_5__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22746:1: ( rule__ProcessType__Group_5__0__Impl rule__ProcessType__Group_5__1 )
- // InternalAadl2Parser.g:22747:2: rule__ProcessType__Group_5__0__Impl rule__ProcessType__Group_5__1
+ // InternalAadl2Parser.g:21877:1: ( rule__ProcessType__Group_5__0__Impl rule__ProcessType__Group_5__1 )
+ // InternalAadl2Parser.g:21878:2: rule__ProcessType__Group_5__0__Impl rule__ProcessType__Group_5__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__ProcessType__Group_5__0__Impl();
@@ -97557,17 +94975,17 @@ public final void rule__ProcessType__Group_5__0() throws RecognitionException {
// $ANTLR start "rule__ProcessType__Group_5__0__Impl"
- // InternalAadl2Parser.g:22754:1: rule__ProcessType__Group_5__0__Impl : ( Flows ) ;
+ // InternalAadl2Parser.g:21885:1: rule__ProcessType__Group_5__0__Impl : ( Flows ) ;
public final void rule__ProcessType__Group_5__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22758:1: ( ( Flows ) )
- // InternalAadl2Parser.g:22759:1: ( Flows )
+ // InternalAadl2Parser.g:21889:1: ( ( Flows ) )
+ // InternalAadl2Parser.g:21890:1: ( Flows )
{
- // InternalAadl2Parser.g:22759:1: ( Flows )
- // InternalAadl2Parser.g:22760:2: Flows
+ // InternalAadl2Parser.g:21890:1: ( Flows )
+ // InternalAadl2Parser.g:21891:2: Flows
{
before(grammarAccess.getProcessTypeAccess().getFlowsKeyword_5_0());
match(input,Flows,FollowSets000.FOLLOW_2);
@@ -97594,14 +95012,14 @@ public final void rule__ProcessType__Group_5__0__Impl() throws RecognitionExcept
// $ANTLR start "rule__ProcessType__Group_5__1"
- // InternalAadl2Parser.g:22769:1: rule__ProcessType__Group_5__1 : rule__ProcessType__Group_5__1__Impl ;
+ // InternalAadl2Parser.g:21900:1: rule__ProcessType__Group_5__1 : rule__ProcessType__Group_5__1__Impl ;
public final void rule__ProcessType__Group_5__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22773:1: ( rule__ProcessType__Group_5__1__Impl )
- // InternalAadl2Parser.g:22774:2: rule__ProcessType__Group_5__1__Impl
+ // InternalAadl2Parser.g:21904:1: ( rule__ProcessType__Group_5__1__Impl )
+ // InternalAadl2Parser.g:21905:2: rule__ProcessType__Group_5__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__Group_5__1__Impl();
@@ -97627,21 +95045,21 @@ public final void rule__ProcessType__Group_5__1() throws RecognitionException {
// $ANTLR start "rule__ProcessType__Group_5__1__Impl"
- // InternalAadl2Parser.g:22780:1: rule__ProcessType__Group_5__1__Impl : ( ( rule__ProcessType__Alternatives_5_1 ) ) ;
+ // InternalAadl2Parser.g:21911:1: rule__ProcessType__Group_5__1__Impl : ( ( rule__ProcessType__Alternatives_5_1 ) ) ;
public final void rule__ProcessType__Group_5__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22784:1: ( ( ( rule__ProcessType__Alternatives_5_1 ) ) )
- // InternalAadl2Parser.g:22785:1: ( ( rule__ProcessType__Alternatives_5_1 ) )
+ // InternalAadl2Parser.g:21915:1: ( ( ( rule__ProcessType__Alternatives_5_1 ) ) )
+ // InternalAadl2Parser.g:21916:1: ( ( rule__ProcessType__Alternatives_5_1 ) )
{
- // InternalAadl2Parser.g:22785:1: ( ( rule__ProcessType__Alternatives_5_1 ) )
- // InternalAadl2Parser.g:22786:2: ( rule__ProcessType__Alternatives_5_1 )
+ // InternalAadl2Parser.g:21916:1: ( ( rule__ProcessType__Alternatives_5_1 ) )
+ // InternalAadl2Parser.g:21917:2: ( rule__ProcessType__Alternatives_5_1 )
{
before(grammarAccess.getProcessTypeAccess().getAlternatives_5_1());
- // InternalAadl2Parser.g:22787:2: ( rule__ProcessType__Alternatives_5_1 )
- // InternalAadl2Parser.g:22787:3: rule__ProcessType__Alternatives_5_1
+ // InternalAadl2Parser.g:21918:2: ( rule__ProcessType__Alternatives_5_1 )
+ // InternalAadl2Parser.g:21918:3: rule__ProcessType__Alternatives_5_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__Alternatives_5_1();
@@ -97674,14 +95092,14 @@ public final void rule__ProcessType__Group_5__1__Impl() throws RecognitionExcept
// $ANTLR start "rule__ProcessType__Group_5_1_1__0"
- // InternalAadl2Parser.g:22796:1: rule__ProcessType__Group_5_1_1__0 : rule__ProcessType__Group_5_1_1__0__Impl rule__ProcessType__Group_5_1_1__1 ;
+ // InternalAadl2Parser.g:21927:1: rule__ProcessType__Group_5_1_1__0 : rule__ProcessType__Group_5_1_1__0__Impl rule__ProcessType__Group_5_1_1__1 ;
public final void rule__ProcessType__Group_5_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22800:1: ( rule__ProcessType__Group_5_1_1__0__Impl rule__ProcessType__Group_5_1_1__1 )
- // InternalAadl2Parser.g:22801:2: rule__ProcessType__Group_5_1_1__0__Impl rule__ProcessType__Group_5_1_1__1
+ // InternalAadl2Parser.g:21931:1: ( rule__ProcessType__Group_5_1_1__0__Impl rule__ProcessType__Group_5_1_1__1 )
+ // InternalAadl2Parser.g:21932:2: rule__ProcessType__Group_5_1_1__0__Impl rule__ProcessType__Group_5_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__ProcessType__Group_5_1_1__0__Impl();
@@ -97712,21 +95130,21 @@ public final void rule__ProcessType__Group_5_1_1__0() throws RecognitionExceptio
// $ANTLR start "rule__ProcessType__Group_5_1_1__0__Impl"
- // InternalAadl2Parser.g:22808:1: rule__ProcessType__Group_5_1_1__0__Impl : ( ( rule__ProcessType__NoFlowsAssignment_5_1_1_0 ) ) ;
+ // InternalAadl2Parser.g:21939:1: rule__ProcessType__Group_5_1_1__0__Impl : ( ( rule__ProcessType__NoFlowsAssignment_5_1_1_0 ) ) ;
public final void rule__ProcessType__Group_5_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22812:1: ( ( ( rule__ProcessType__NoFlowsAssignment_5_1_1_0 ) ) )
- // InternalAadl2Parser.g:22813:1: ( ( rule__ProcessType__NoFlowsAssignment_5_1_1_0 ) )
+ // InternalAadl2Parser.g:21943:1: ( ( ( rule__ProcessType__NoFlowsAssignment_5_1_1_0 ) ) )
+ // InternalAadl2Parser.g:21944:1: ( ( rule__ProcessType__NoFlowsAssignment_5_1_1_0 ) )
{
- // InternalAadl2Parser.g:22813:1: ( ( rule__ProcessType__NoFlowsAssignment_5_1_1_0 ) )
- // InternalAadl2Parser.g:22814:2: ( rule__ProcessType__NoFlowsAssignment_5_1_1_0 )
+ // InternalAadl2Parser.g:21944:1: ( ( rule__ProcessType__NoFlowsAssignment_5_1_1_0 ) )
+ // InternalAadl2Parser.g:21945:2: ( rule__ProcessType__NoFlowsAssignment_5_1_1_0 )
{
before(grammarAccess.getProcessTypeAccess().getNoFlowsAssignment_5_1_1_0());
- // InternalAadl2Parser.g:22815:2: ( rule__ProcessType__NoFlowsAssignment_5_1_1_0 )
- // InternalAadl2Parser.g:22815:3: rule__ProcessType__NoFlowsAssignment_5_1_1_0
+ // InternalAadl2Parser.g:21946:2: ( rule__ProcessType__NoFlowsAssignment_5_1_1_0 )
+ // InternalAadl2Parser.g:21946:3: rule__ProcessType__NoFlowsAssignment_5_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__NoFlowsAssignment_5_1_1_0();
@@ -97759,14 +95177,14 @@ public final void rule__ProcessType__Group_5_1_1__0__Impl() throws RecognitionEx
// $ANTLR start "rule__ProcessType__Group_5_1_1__1"
- // InternalAadl2Parser.g:22823:1: rule__ProcessType__Group_5_1_1__1 : rule__ProcessType__Group_5_1_1__1__Impl ;
+ // InternalAadl2Parser.g:21954:1: rule__ProcessType__Group_5_1_1__1 : rule__ProcessType__Group_5_1_1__1__Impl ;
public final void rule__ProcessType__Group_5_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22827:1: ( rule__ProcessType__Group_5_1_1__1__Impl )
- // InternalAadl2Parser.g:22828:2: rule__ProcessType__Group_5_1_1__1__Impl
+ // InternalAadl2Parser.g:21958:1: ( rule__ProcessType__Group_5_1_1__1__Impl )
+ // InternalAadl2Parser.g:21959:2: rule__ProcessType__Group_5_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__Group_5_1_1__1__Impl();
@@ -97792,17 +95210,17 @@ public final void rule__ProcessType__Group_5_1_1__1() throws RecognitionExceptio
// $ANTLR start "rule__ProcessType__Group_5_1_1__1__Impl"
- // InternalAadl2Parser.g:22834:1: rule__ProcessType__Group_5_1_1__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:21965:1: rule__ProcessType__Group_5_1_1__1__Impl : ( Semicolon ) ;
public final void rule__ProcessType__Group_5_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22838:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:22839:1: ( Semicolon )
+ // InternalAadl2Parser.g:21969:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:21970:1: ( Semicolon )
{
- // InternalAadl2Parser.g:22839:1: ( Semicolon )
- // InternalAadl2Parser.g:22840:2: Semicolon
+ // InternalAadl2Parser.g:21970:1: ( Semicolon )
+ // InternalAadl2Parser.g:21971:2: Semicolon
{
before(grammarAccess.getProcessTypeAccess().getSemicolonKeyword_5_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -97829,16 +95247,16 @@ public final void rule__ProcessType__Group_5_1_1__1__Impl() throws RecognitionEx
// $ANTLR start "rule__ProcessType__Group_6_0__0"
- // InternalAadl2Parser.g:22850:1: rule__ProcessType__Group_6_0__0 : rule__ProcessType__Group_6_0__0__Impl rule__ProcessType__Group_6_0__1 ;
+ // InternalAadl2Parser.g:21981:1: rule__ProcessType__Group_6_0__0 : rule__ProcessType__Group_6_0__0__Impl rule__ProcessType__Group_6_0__1 ;
public final void rule__ProcessType__Group_6_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22854:1: ( rule__ProcessType__Group_6_0__0__Impl rule__ProcessType__Group_6_0__1 )
- // InternalAadl2Parser.g:22855:2: rule__ProcessType__Group_6_0__0__Impl rule__ProcessType__Group_6_0__1
+ // InternalAadl2Parser.g:21985:1: ( rule__ProcessType__Group_6_0__0__Impl rule__ProcessType__Group_6_0__1 )
+ // InternalAadl2Parser.g:21986:2: rule__ProcessType__Group_6_0__0__Impl rule__ProcessType__Group_6_0__1
{
- pushFollow(FollowSets000.FOLLOW_4);
+ pushFollow(FollowSets000.FOLLOW_31);
rule__ProcessType__Group_6_0__0__Impl();
state._fsp--;
@@ -97867,21 +95285,21 @@ public final void rule__ProcessType__Group_6_0__0() throws RecognitionException
// $ANTLR start "rule__ProcessType__Group_6_0__0__Impl"
- // InternalAadl2Parser.g:22862:1: rule__ProcessType__Group_6_0__0__Impl : ( ( rule__ProcessType__DerivedModesAssignment_6_0_0 ) ) ;
+ // InternalAadl2Parser.g:21993:1: rule__ProcessType__Group_6_0__0__Impl : ( ( rule__ProcessType__DerivedModesAssignment_6_0_0 ) ) ;
public final void rule__ProcessType__Group_6_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22866:1: ( ( ( rule__ProcessType__DerivedModesAssignment_6_0_0 ) ) )
- // InternalAadl2Parser.g:22867:1: ( ( rule__ProcessType__DerivedModesAssignment_6_0_0 ) )
+ // InternalAadl2Parser.g:21997:1: ( ( ( rule__ProcessType__DerivedModesAssignment_6_0_0 ) ) )
+ // InternalAadl2Parser.g:21998:1: ( ( rule__ProcessType__DerivedModesAssignment_6_0_0 ) )
{
- // InternalAadl2Parser.g:22867:1: ( ( rule__ProcessType__DerivedModesAssignment_6_0_0 ) )
- // InternalAadl2Parser.g:22868:2: ( rule__ProcessType__DerivedModesAssignment_6_0_0 )
+ // InternalAadl2Parser.g:21998:1: ( ( rule__ProcessType__DerivedModesAssignment_6_0_0 ) )
+ // InternalAadl2Parser.g:21999:2: ( rule__ProcessType__DerivedModesAssignment_6_0_0 )
{
before(grammarAccess.getProcessTypeAccess().getDerivedModesAssignment_6_0_0());
- // InternalAadl2Parser.g:22869:2: ( rule__ProcessType__DerivedModesAssignment_6_0_0 )
- // InternalAadl2Parser.g:22869:3: rule__ProcessType__DerivedModesAssignment_6_0_0
+ // InternalAadl2Parser.g:22000:2: ( rule__ProcessType__DerivedModesAssignment_6_0_0 )
+ // InternalAadl2Parser.g:22000:3: rule__ProcessType__DerivedModesAssignment_6_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__DerivedModesAssignment_6_0_0();
@@ -97914,20 +95332,25 @@ public final void rule__ProcessType__Group_6_0__0__Impl() throws RecognitionExce
// $ANTLR start "rule__ProcessType__Group_6_0__1"
- // InternalAadl2Parser.g:22877:1: rule__ProcessType__Group_6_0__1 : rule__ProcessType__Group_6_0__1__Impl ;
+ // InternalAadl2Parser.g:22008:1: rule__ProcessType__Group_6_0__1 : rule__ProcessType__Group_6_0__1__Impl rule__ProcessType__Group_6_0__2 ;
public final void rule__ProcessType__Group_6_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22881:1: ( rule__ProcessType__Group_6_0__1__Impl )
- // InternalAadl2Parser.g:22882:2: rule__ProcessType__Group_6_0__1__Impl
+ // InternalAadl2Parser.g:22012:1: ( rule__ProcessType__Group_6_0__1__Impl rule__ProcessType__Group_6_0__2 )
+ // InternalAadl2Parser.g:22013:2: rule__ProcessType__Group_6_0__1__Impl rule__ProcessType__Group_6_0__2
{
- pushFollow(FollowSets000.FOLLOW_2);
+ pushFollow(FollowSets000.FOLLOW_4);
rule__ProcessType__Group_6_0__1__Impl();
state._fsp--;
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ProcessType__Group_6_0__2();
+
+ state._fsp--;
+
}
@@ -97947,42 +95370,112 @@ public final void rule__ProcessType__Group_6_0__1() throws RecognitionException
// $ANTLR start "rule__ProcessType__Group_6_0__1__Impl"
- // InternalAadl2Parser.g:22888:1: rule__ProcessType__Group_6_0__1__Impl : ( ( ( rule__ProcessType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__ProcessType__OwnedModeAssignment_6_0_1 )* ) ) ;
+ // InternalAadl2Parser.g:22020:1: rule__ProcessType__Group_6_0__1__Impl : ( Modes ) ;
public final void rule__ProcessType__Group_6_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22892:1: ( ( ( ( rule__ProcessType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__ProcessType__OwnedModeAssignment_6_0_1 )* ) ) )
- // InternalAadl2Parser.g:22893:1: ( ( ( rule__ProcessType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__ProcessType__OwnedModeAssignment_6_0_1 )* ) )
+ // InternalAadl2Parser.g:22024:1: ( ( Modes ) )
+ // InternalAadl2Parser.g:22025:1: ( Modes )
+ {
+ // InternalAadl2Parser.g:22025:1: ( Modes )
+ // InternalAadl2Parser.g:22026:2: Modes
+ {
+ before(grammarAccess.getProcessTypeAccess().getModesKeyword_6_0_1());
+ match(input,Modes,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getProcessTypeAccess().getModesKeyword_6_0_1());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ProcessType__Group_6_0__1__Impl"
+
+
+ // $ANTLR start "rule__ProcessType__Group_6_0__2"
+ // InternalAadl2Parser.g:22035:1: rule__ProcessType__Group_6_0__2 : rule__ProcessType__Group_6_0__2__Impl ;
+ public final void rule__ProcessType__Group_6_0__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:22039:1: ( rule__ProcessType__Group_6_0__2__Impl )
+ // InternalAadl2Parser.g:22040:2: rule__ProcessType__Group_6_0__2__Impl
{
- // InternalAadl2Parser.g:22893:1: ( ( ( rule__ProcessType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__ProcessType__OwnedModeAssignment_6_0_1 )* ) )
- // InternalAadl2Parser.g:22894:2: ( ( rule__ProcessType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__ProcessType__OwnedModeAssignment_6_0_1 )* )
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ProcessType__Group_6_0__2__Impl();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ProcessType__Group_6_0__2"
+
+
+ // $ANTLR start "rule__ProcessType__Group_6_0__2__Impl"
+ // InternalAadl2Parser.g:22046:1: rule__ProcessType__Group_6_0__2__Impl : ( ( ( rule__ProcessType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__ProcessType__OwnedModeAssignment_6_0_2 )* ) ) ;
+ public final void rule__ProcessType__Group_6_0__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:22050:1: ( ( ( ( rule__ProcessType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__ProcessType__OwnedModeAssignment_6_0_2 )* ) ) )
+ // InternalAadl2Parser.g:22051:1: ( ( ( rule__ProcessType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__ProcessType__OwnedModeAssignment_6_0_2 )* ) )
+ {
+ // InternalAadl2Parser.g:22051:1: ( ( ( rule__ProcessType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__ProcessType__OwnedModeAssignment_6_0_2 )* ) )
+ // InternalAadl2Parser.g:22052:2: ( ( rule__ProcessType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__ProcessType__OwnedModeAssignment_6_0_2 )* )
{
- // InternalAadl2Parser.g:22894:2: ( ( rule__ProcessType__OwnedModeAssignment_6_0_1 ) )
- // InternalAadl2Parser.g:22895:3: ( rule__ProcessType__OwnedModeAssignment_6_0_1 )
+ // InternalAadl2Parser.g:22052:2: ( ( rule__ProcessType__OwnedModeAssignment_6_0_2 ) )
+ // InternalAadl2Parser.g:22053:3: ( rule__ProcessType__OwnedModeAssignment_6_0_2 )
{
- before(grammarAccess.getProcessTypeAccess().getOwnedModeAssignment_6_0_1());
- // InternalAadl2Parser.g:22896:3: ( rule__ProcessType__OwnedModeAssignment_6_0_1 )
- // InternalAadl2Parser.g:22896:4: rule__ProcessType__OwnedModeAssignment_6_0_1
+ before(grammarAccess.getProcessTypeAccess().getOwnedModeAssignment_6_0_2());
+ // InternalAadl2Parser.g:22054:3: ( rule__ProcessType__OwnedModeAssignment_6_0_2 )
+ // InternalAadl2Parser.g:22054:4: rule__ProcessType__OwnedModeAssignment_6_0_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ProcessType__OwnedModeAssignment_6_0_1();
+ rule__ProcessType__OwnedModeAssignment_6_0_2();
state._fsp--;
}
- after(grammarAccess.getProcessTypeAccess().getOwnedModeAssignment_6_0_1());
+ after(grammarAccess.getProcessTypeAccess().getOwnedModeAssignment_6_0_2());
}
- // InternalAadl2Parser.g:22899:2: ( ( rule__ProcessType__OwnedModeAssignment_6_0_1 )* )
- // InternalAadl2Parser.g:22900:3: ( rule__ProcessType__OwnedModeAssignment_6_0_1 )*
+ // InternalAadl2Parser.g:22057:2: ( ( rule__ProcessType__OwnedModeAssignment_6_0_2 )* )
+ // InternalAadl2Parser.g:22058:3: ( rule__ProcessType__OwnedModeAssignment_6_0_2 )*
{
- before(grammarAccess.getProcessTypeAccess().getOwnedModeAssignment_6_0_1());
- // InternalAadl2Parser.g:22901:3: ( rule__ProcessType__OwnedModeAssignment_6_0_1 )*
+ before(grammarAccess.getProcessTypeAccess().getOwnedModeAssignment_6_0_2());
+ // InternalAadl2Parser.g:22059:3: ( rule__ProcessType__OwnedModeAssignment_6_0_2 )*
loop578:
do {
int alt578=2;
@@ -97995,10 +95488,10 @@ public final void rule__ProcessType__Group_6_0__1__Impl() throws RecognitionExce
switch (alt578) {
case 1 :
- // InternalAadl2Parser.g:22901:4: rule__ProcessType__OwnedModeAssignment_6_0_1
+ // InternalAadl2Parser.g:22059:4: rule__ProcessType__OwnedModeAssignment_6_0_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ProcessType__OwnedModeAssignment_6_0_1();
+ rule__ProcessType__OwnedModeAssignment_6_0_2();
state._fsp--;
@@ -98011,7 +95504,7 @@ public final void rule__ProcessType__Group_6_0__1__Impl() throws RecognitionExce
}
} while (true);
- after(grammarAccess.getProcessTypeAccess().getOwnedModeAssignment_6_0_1());
+ after(grammarAccess.getProcessTypeAccess().getOwnedModeAssignment_6_0_2());
}
@@ -98033,18 +95526,18 @@ public final void rule__ProcessType__Group_6_0__1__Impl() throws RecognitionExce
}
return ;
}
- // $ANTLR end "rule__ProcessType__Group_6_0__1__Impl"
+ // $ANTLR end "rule__ProcessType__Group_6_0__2__Impl"
// $ANTLR start "rule__ProcessType__Group_6_1__0"
- // InternalAadl2Parser.g:22911:1: rule__ProcessType__Group_6_1__0 : rule__ProcessType__Group_6_1__0__Impl rule__ProcessType__Group_6_1__1 ;
+ // InternalAadl2Parser.g:22069:1: rule__ProcessType__Group_6_1__0 : rule__ProcessType__Group_6_1__0__Impl rule__ProcessType__Group_6_1__1 ;
public final void rule__ProcessType__Group_6_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22915:1: ( rule__ProcessType__Group_6_1__0__Impl rule__ProcessType__Group_6_1__1 )
- // InternalAadl2Parser.g:22916:2: rule__ProcessType__Group_6_1__0__Impl rule__ProcessType__Group_6_1__1
+ // InternalAadl2Parser.g:22073:1: ( rule__ProcessType__Group_6_1__0__Impl rule__ProcessType__Group_6_1__1 )
+ // InternalAadl2Parser.g:22074:2: rule__ProcessType__Group_6_1__0__Impl rule__ProcessType__Group_6_1__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__ProcessType__Group_6_1__0__Impl();
@@ -98075,17 +95568,17 @@ public final void rule__ProcessType__Group_6_1__0() throws RecognitionException
// $ANTLR start "rule__ProcessType__Group_6_1__0__Impl"
- // InternalAadl2Parser.g:22923:1: rule__ProcessType__Group_6_1__0__Impl : ( Modes ) ;
+ // InternalAadl2Parser.g:22081:1: rule__ProcessType__Group_6_1__0__Impl : ( Modes ) ;
public final void rule__ProcessType__Group_6_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22927:1: ( ( Modes ) )
- // InternalAadl2Parser.g:22928:1: ( Modes )
+ // InternalAadl2Parser.g:22085:1: ( ( Modes ) )
+ // InternalAadl2Parser.g:22086:1: ( Modes )
{
- // InternalAadl2Parser.g:22928:1: ( Modes )
- // InternalAadl2Parser.g:22929:2: Modes
+ // InternalAadl2Parser.g:22086:1: ( Modes )
+ // InternalAadl2Parser.g:22087:2: Modes
{
before(grammarAccess.getProcessTypeAccess().getModesKeyword_6_1_0());
match(input,Modes,FollowSets000.FOLLOW_2);
@@ -98112,14 +95605,14 @@ public final void rule__ProcessType__Group_6_1__0__Impl() throws RecognitionExce
// $ANTLR start "rule__ProcessType__Group_6_1__1"
- // InternalAadl2Parser.g:22938:1: rule__ProcessType__Group_6_1__1 : rule__ProcessType__Group_6_1__1__Impl ;
+ // InternalAadl2Parser.g:22096:1: rule__ProcessType__Group_6_1__1 : rule__ProcessType__Group_6_1__1__Impl ;
public final void rule__ProcessType__Group_6_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22942:1: ( rule__ProcessType__Group_6_1__1__Impl )
- // InternalAadl2Parser.g:22943:2: rule__ProcessType__Group_6_1__1__Impl
+ // InternalAadl2Parser.g:22100:1: ( rule__ProcessType__Group_6_1__1__Impl )
+ // InternalAadl2Parser.g:22101:2: rule__ProcessType__Group_6_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__Group_6_1__1__Impl();
@@ -98145,21 +95638,21 @@ public final void rule__ProcessType__Group_6_1__1() throws RecognitionException
// $ANTLR start "rule__ProcessType__Group_6_1__1__Impl"
- // InternalAadl2Parser.g:22949:1: rule__ProcessType__Group_6_1__1__Impl : ( ( rule__ProcessType__Alternatives_6_1_1 ) ) ;
+ // InternalAadl2Parser.g:22107:1: rule__ProcessType__Group_6_1__1__Impl : ( ( rule__ProcessType__Alternatives_6_1_1 ) ) ;
public final void rule__ProcessType__Group_6_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22953:1: ( ( ( rule__ProcessType__Alternatives_6_1_1 ) ) )
- // InternalAadl2Parser.g:22954:1: ( ( rule__ProcessType__Alternatives_6_1_1 ) )
+ // InternalAadl2Parser.g:22111:1: ( ( ( rule__ProcessType__Alternatives_6_1_1 ) ) )
+ // InternalAadl2Parser.g:22112:1: ( ( rule__ProcessType__Alternatives_6_1_1 ) )
{
- // InternalAadl2Parser.g:22954:1: ( ( rule__ProcessType__Alternatives_6_1_1 ) )
- // InternalAadl2Parser.g:22955:2: ( rule__ProcessType__Alternatives_6_1_1 )
+ // InternalAadl2Parser.g:22112:1: ( ( rule__ProcessType__Alternatives_6_1_1 ) )
+ // InternalAadl2Parser.g:22113:2: ( rule__ProcessType__Alternatives_6_1_1 )
{
before(grammarAccess.getProcessTypeAccess().getAlternatives_6_1_1());
- // InternalAadl2Parser.g:22956:2: ( rule__ProcessType__Alternatives_6_1_1 )
- // InternalAadl2Parser.g:22956:3: rule__ProcessType__Alternatives_6_1_1
+ // InternalAadl2Parser.g:22114:2: ( rule__ProcessType__Alternatives_6_1_1 )
+ // InternalAadl2Parser.g:22114:3: rule__ProcessType__Alternatives_6_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__Alternatives_6_1_1();
@@ -98192,14 +95685,14 @@ public final void rule__ProcessType__Group_6_1__1__Impl() throws RecognitionExce
// $ANTLR start "rule__ProcessType__Group_6_1_1_1__0"
- // InternalAadl2Parser.g:22965:1: rule__ProcessType__Group_6_1_1_1__0 : rule__ProcessType__Group_6_1_1_1__0__Impl rule__ProcessType__Group_6_1_1_1__1 ;
+ // InternalAadl2Parser.g:22123:1: rule__ProcessType__Group_6_1_1_1__0 : rule__ProcessType__Group_6_1_1_1__0__Impl rule__ProcessType__Group_6_1_1_1__1 ;
public final void rule__ProcessType__Group_6_1_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22969:1: ( rule__ProcessType__Group_6_1_1_1__0__Impl rule__ProcessType__Group_6_1_1_1__1 )
- // InternalAadl2Parser.g:22970:2: rule__ProcessType__Group_6_1_1_1__0__Impl rule__ProcessType__Group_6_1_1_1__1
+ // InternalAadl2Parser.g:22127:1: ( rule__ProcessType__Group_6_1_1_1__0__Impl rule__ProcessType__Group_6_1_1_1__1 )
+ // InternalAadl2Parser.g:22128:2: rule__ProcessType__Group_6_1_1_1__0__Impl rule__ProcessType__Group_6_1_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__ProcessType__Group_6_1_1_1__0__Impl();
@@ -98230,21 +95723,21 @@ public final void rule__ProcessType__Group_6_1_1_1__0() throws RecognitionExcept
// $ANTLR start "rule__ProcessType__Group_6_1_1_1__0__Impl"
- // InternalAadl2Parser.g:22977:1: rule__ProcessType__Group_6_1_1_1__0__Impl : ( ( rule__ProcessType__NoModesAssignment_6_1_1_1_0 ) ) ;
+ // InternalAadl2Parser.g:22135:1: rule__ProcessType__Group_6_1_1_1__0__Impl : ( ( rule__ProcessType__NoModesAssignment_6_1_1_1_0 ) ) ;
public final void rule__ProcessType__Group_6_1_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22981:1: ( ( ( rule__ProcessType__NoModesAssignment_6_1_1_1_0 ) ) )
- // InternalAadl2Parser.g:22982:1: ( ( rule__ProcessType__NoModesAssignment_6_1_1_1_0 ) )
+ // InternalAadl2Parser.g:22139:1: ( ( ( rule__ProcessType__NoModesAssignment_6_1_1_1_0 ) ) )
+ // InternalAadl2Parser.g:22140:1: ( ( rule__ProcessType__NoModesAssignment_6_1_1_1_0 ) )
{
- // InternalAadl2Parser.g:22982:1: ( ( rule__ProcessType__NoModesAssignment_6_1_1_1_0 ) )
- // InternalAadl2Parser.g:22983:2: ( rule__ProcessType__NoModesAssignment_6_1_1_1_0 )
+ // InternalAadl2Parser.g:22140:1: ( ( rule__ProcessType__NoModesAssignment_6_1_1_1_0 ) )
+ // InternalAadl2Parser.g:22141:2: ( rule__ProcessType__NoModesAssignment_6_1_1_1_0 )
{
before(grammarAccess.getProcessTypeAccess().getNoModesAssignment_6_1_1_1_0());
- // InternalAadl2Parser.g:22984:2: ( rule__ProcessType__NoModesAssignment_6_1_1_1_0 )
- // InternalAadl2Parser.g:22984:3: rule__ProcessType__NoModesAssignment_6_1_1_1_0
+ // InternalAadl2Parser.g:22142:2: ( rule__ProcessType__NoModesAssignment_6_1_1_1_0 )
+ // InternalAadl2Parser.g:22142:3: rule__ProcessType__NoModesAssignment_6_1_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__NoModesAssignment_6_1_1_1_0();
@@ -98277,14 +95770,14 @@ public final void rule__ProcessType__Group_6_1_1_1__0__Impl() throws Recognition
// $ANTLR start "rule__ProcessType__Group_6_1_1_1__1"
- // InternalAadl2Parser.g:22992:1: rule__ProcessType__Group_6_1_1_1__1 : rule__ProcessType__Group_6_1_1_1__1__Impl ;
+ // InternalAadl2Parser.g:22150:1: rule__ProcessType__Group_6_1_1_1__1 : rule__ProcessType__Group_6_1_1_1__1__Impl ;
public final void rule__ProcessType__Group_6_1_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:22996:1: ( rule__ProcessType__Group_6_1_1_1__1__Impl )
- // InternalAadl2Parser.g:22997:2: rule__ProcessType__Group_6_1_1_1__1__Impl
+ // InternalAadl2Parser.g:22154:1: ( rule__ProcessType__Group_6_1_1_1__1__Impl )
+ // InternalAadl2Parser.g:22155:2: rule__ProcessType__Group_6_1_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__Group_6_1_1_1__1__Impl();
@@ -98310,17 +95803,17 @@ public final void rule__ProcessType__Group_6_1_1_1__1() throws RecognitionExcept
// $ANTLR start "rule__ProcessType__Group_6_1_1_1__1__Impl"
- // InternalAadl2Parser.g:23003:1: rule__ProcessType__Group_6_1_1_1__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:22161:1: rule__ProcessType__Group_6_1_1_1__1__Impl : ( Semicolon ) ;
public final void rule__ProcessType__Group_6_1_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23007:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:23008:1: ( Semicolon )
+ // InternalAadl2Parser.g:22165:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:22166:1: ( Semicolon )
{
- // InternalAadl2Parser.g:23008:1: ( Semicolon )
- // InternalAadl2Parser.g:23009:2: Semicolon
+ // InternalAadl2Parser.g:22166:1: ( Semicolon )
+ // InternalAadl2Parser.g:22167:2: Semicolon
{
before(grammarAccess.getProcessTypeAccess().getSemicolonKeyword_6_1_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -98347,14 +95840,14 @@ public final void rule__ProcessType__Group_6_1_1_1__1__Impl() throws Recognition
// $ANTLR start "rule__ProcessType__Group_7__0"
- // InternalAadl2Parser.g:23019:1: rule__ProcessType__Group_7__0 : rule__ProcessType__Group_7__0__Impl rule__ProcessType__Group_7__1 ;
+ // InternalAadl2Parser.g:22177:1: rule__ProcessType__Group_7__0 : rule__ProcessType__Group_7__0__Impl rule__ProcessType__Group_7__1 ;
public final void rule__ProcessType__Group_7__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23023:1: ( rule__ProcessType__Group_7__0__Impl rule__ProcessType__Group_7__1 )
- // InternalAadl2Parser.g:23024:2: rule__ProcessType__Group_7__0__Impl rule__ProcessType__Group_7__1
+ // InternalAadl2Parser.g:22181:1: ( rule__ProcessType__Group_7__0__Impl rule__ProcessType__Group_7__1 )
+ // InternalAadl2Parser.g:22182:2: rule__ProcessType__Group_7__0__Impl rule__ProcessType__Group_7__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__ProcessType__Group_7__0__Impl();
@@ -98385,17 +95878,17 @@ public final void rule__ProcessType__Group_7__0() throws RecognitionException {
// $ANTLR start "rule__ProcessType__Group_7__0__Impl"
- // InternalAadl2Parser.g:23031:1: rule__ProcessType__Group_7__0__Impl : ( Properties ) ;
+ // InternalAadl2Parser.g:22189:1: rule__ProcessType__Group_7__0__Impl : ( Properties ) ;
public final void rule__ProcessType__Group_7__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23035:1: ( ( Properties ) )
- // InternalAadl2Parser.g:23036:1: ( Properties )
+ // InternalAadl2Parser.g:22193:1: ( ( Properties ) )
+ // InternalAadl2Parser.g:22194:1: ( Properties )
{
- // InternalAadl2Parser.g:23036:1: ( Properties )
- // InternalAadl2Parser.g:23037:2: Properties
+ // InternalAadl2Parser.g:22194:1: ( Properties )
+ // InternalAadl2Parser.g:22195:2: Properties
{
before(grammarAccess.getProcessTypeAccess().getPropertiesKeyword_7_0());
match(input,Properties,FollowSets000.FOLLOW_2);
@@ -98422,14 +95915,14 @@ public final void rule__ProcessType__Group_7__0__Impl() throws RecognitionExcept
// $ANTLR start "rule__ProcessType__Group_7__1"
- // InternalAadl2Parser.g:23046:1: rule__ProcessType__Group_7__1 : rule__ProcessType__Group_7__1__Impl ;
+ // InternalAadl2Parser.g:22204:1: rule__ProcessType__Group_7__1 : rule__ProcessType__Group_7__1__Impl ;
public final void rule__ProcessType__Group_7__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23050:1: ( rule__ProcessType__Group_7__1__Impl )
- // InternalAadl2Parser.g:23051:2: rule__ProcessType__Group_7__1__Impl
+ // InternalAadl2Parser.g:22208:1: ( rule__ProcessType__Group_7__1__Impl )
+ // InternalAadl2Parser.g:22209:2: rule__ProcessType__Group_7__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__Group_7__1__Impl();
@@ -98455,21 +95948,21 @@ public final void rule__ProcessType__Group_7__1() throws RecognitionException {
// $ANTLR start "rule__ProcessType__Group_7__1__Impl"
- // InternalAadl2Parser.g:23057:1: rule__ProcessType__Group_7__1__Impl : ( ( rule__ProcessType__Alternatives_7_1 ) ) ;
+ // InternalAadl2Parser.g:22215:1: rule__ProcessType__Group_7__1__Impl : ( ( rule__ProcessType__Alternatives_7_1 ) ) ;
public final void rule__ProcessType__Group_7__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23061:1: ( ( ( rule__ProcessType__Alternatives_7_1 ) ) )
- // InternalAadl2Parser.g:23062:1: ( ( rule__ProcessType__Alternatives_7_1 ) )
+ // InternalAadl2Parser.g:22219:1: ( ( ( rule__ProcessType__Alternatives_7_1 ) ) )
+ // InternalAadl2Parser.g:22220:1: ( ( rule__ProcessType__Alternatives_7_1 ) )
{
- // InternalAadl2Parser.g:23062:1: ( ( rule__ProcessType__Alternatives_7_1 ) )
- // InternalAadl2Parser.g:23063:2: ( rule__ProcessType__Alternatives_7_1 )
+ // InternalAadl2Parser.g:22220:1: ( ( rule__ProcessType__Alternatives_7_1 ) )
+ // InternalAadl2Parser.g:22221:2: ( rule__ProcessType__Alternatives_7_1 )
{
before(grammarAccess.getProcessTypeAccess().getAlternatives_7_1());
- // InternalAadl2Parser.g:23064:2: ( rule__ProcessType__Alternatives_7_1 )
- // InternalAadl2Parser.g:23064:3: rule__ProcessType__Alternatives_7_1
+ // InternalAadl2Parser.g:22222:2: ( rule__ProcessType__Alternatives_7_1 )
+ // InternalAadl2Parser.g:22222:3: rule__ProcessType__Alternatives_7_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__Alternatives_7_1();
@@ -98502,14 +95995,14 @@ public final void rule__ProcessType__Group_7__1__Impl() throws RecognitionExcept
// $ANTLR start "rule__ProcessType__Group_7_1_1__0"
- // InternalAadl2Parser.g:23073:1: rule__ProcessType__Group_7_1_1__0 : rule__ProcessType__Group_7_1_1__0__Impl rule__ProcessType__Group_7_1_1__1 ;
+ // InternalAadl2Parser.g:22231:1: rule__ProcessType__Group_7_1_1__0 : rule__ProcessType__Group_7_1_1__0__Impl rule__ProcessType__Group_7_1_1__1 ;
public final void rule__ProcessType__Group_7_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23077:1: ( rule__ProcessType__Group_7_1_1__0__Impl rule__ProcessType__Group_7_1_1__1 )
- // InternalAadl2Parser.g:23078:2: rule__ProcessType__Group_7_1_1__0__Impl rule__ProcessType__Group_7_1_1__1
+ // InternalAadl2Parser.g:22235:1: ( rule__ProcessType__Group_7_1_1__0__Impl rule__ProcessType__Group_7_1_1__1 )
+ // InternalAadl2Parser.g:22236:2: rule__ProcessType__Group_7_1_1__0__Impl rule__ProcessType__Group_7_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__ProcessType__Group_7_1_1__0__Impl();
@@ -98540,21 +96033,21 @@ public final void rule__ProcessType__Group_7_1_1__0() throws RecognitionExceptio
// $ANTLR start "rule__ProcessType__Group_7_1_1__0__Impl"
- // InternalAadl2Parser.g:23085:1: rule__ProcessType__Group_7_1_1__0__Impl : ( ( rule__ProcessType__NoPropertiesAssignment_7_1_1_0 ) ) ;
+ // InternalAadl2Parser.g:22243:1: rule__ProcessType__Group_7_1_1__0__Impl : ( ( rule__ProcessType__NoPropertiesAssignment_7_1_1_0 ) ) ;
public final void rule__ProcessType__Group_7_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23089:1: ( ( ( rule__ProcessType__NoPropertiesAssignment_7_1_1_0 ) ) )
- // InternalAadl2Parser.g:23090:1: ( ( rule__ProcessType__NoPropertiesAssignment_7_1_1_0 ) )
+ // InternalAadl2Parser.g:22247:1: ( ( ( rule__ProcessType__NoPropertiesAssignment_7_1_1_0 ) ) )
+ // InternalAadl2Parser.g:22248:1: ( ( rule__ProcessType__NoPropertiesAssignment_7_1_1_0 ) )
{
- // InternalAadl2Parser.g:23090:1: ( ( rule__ProcessType__NoPropertiesAssignment_7_1_1_0 ) )
- // InternalAadl2Parser.g:23091:2: ( rule__ProcessType__NoPropertiesAssignment_7_1_1_0 )
+ // InternalAadl2Parser.g:22248:1: ( ( rule__ProcessType__NoPropertiesAssignment_7_1_1_0 ) )
+ // InternalAadl2Parser.g:22249:2: ( rule__ProcessType__NoPropertiesAssignment_7_1_1_0 )
{
before(grammarAccess.getProcessTypeAccess().getNoPropertiesAssignment_7_1_1_0());
- // InternalAadl2Parser.g:23092:2: ( rule__ProcessType__NoPropertiesAssignment_7_1_1_0 )
- // InternalAadl2Parser.g:23092:3: rule__ProcessType__NoPropertiesAssignment_7_1_1_0
+ // InternalAadl2Parser.g:22250:2: ( rule__ProcessType__NoPropertiesAssignment_7_1_1_0 )
+ // InternalAadl2Parser.g:22250:3: rule__ProcessType__NoPropertiesAssignment_7_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__NoPropertiesAssignment_7_1_1_0();
@@ -98587,14 +96080,14 @@ public final void rule__ProcessType__Group_7_1_1__0__Impl() throws RecognitionEx
// $ANTLR start "rule__ProcessType__Group_7_1_1__1"
- // InternalAadl2Parser.g:23100:1: rule__ProcessType__Group_7_1_1__1 : rule__ProcessType__Group_7_1_1__1__Impl ;
+ // InternalAadl2Parser.g:22258:1: rule__ProcessType__Group_7_1_1__1 : rule__ProcessType__Group_7_1_1__1__Impl ;
public final void rule__ProcessType__Group_7_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23104:1: ( rule__ProcessType__Group_7_1_1__1__Impl )
- // InternalAadl2Parser.g:23105:2: rule__ProcessType__Group_7_1_1__1__Impl
+ // InternalAadl2Parser.g:22262:1: ( rule__ProcessType__Group_7_1_1__1__Impl )
+ // InternalAadl2Parser.g:22263:2: rule__ProcessType__Group_7_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessType__Group_7_1_1__1__Impl();
@@ -98620,17 +96113,17 @@ public final void rule__ProcessType__Group_7_1_1__1() throws RecognitionExceptio
// $ANTLR start "rule__ProcessType__Group_7_1_1__1__Impl"
- // InternalAadl2Parser.g:23111:1: rule__ProcessType__Group_7_1_1__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:22269:1: rule__ProcessType__Group_7_1_1__1__Impl : ( Semicolon ) ;
public final void rule__ProcessType__Group_7_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23115:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:23116:1: ( Semicolon )
+ // InternalAadl2Parser.g:22273:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:22274:1: ( Semicolon )
{
- // InternalAadl2Parser.g:23116:1: ( Semicolon )
- // InternalAadl2Parser.g:23117:2: Semicolon
+ // InternalAadl2Parser.g:22274:1: ( Semicolon )
+ // InternalAadl2Parser.g:22275:2: Semicolon
{
before(grammarAccess.getProcessTypeAccess().getSemicolonKeyword_7_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -98657,16 +96150,16 @@ public final void rule__ProcessType__Group_7_1_1__1__Impl() throws RecognitionEx
// $ANTLR start "rule__ThreadGroupType__Group__0"
- // InternalAadl2Parser.g:23127:1: rule__ThreadGroupType__Group__0 : rule__ThreadGroupType__Group__0__Impl rule__ThreadGroupType__Group__1 ;
+ // InternalAadl2Parser.g:22285:1: rule__ThreadGroupType__Group__0 : rule__ThreadGroupType__Group__0__Impl rule__ThreadGroupType__Group__1 ;
public final void rule__ThreadGroupType__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23131:1: ( rule__ThreadGroupType__Group__0__Impl rule__ThreadGroupType__Group__1 )
- // InternalAadl2Parser.g:23132:2: rule__ThreadGroupType__Group__0__Impl rule__ThreadGroupType__Group__1
+ // InternalAadl2Parser.g:22289:1: ( rule__ThreadGroupType__Group__0__Impl rule__ThreadGroupType__Group__1 )
+ // InternalAadl2Parser.g:22290:2: rule__ThreadGroupType__Group__0__Impl rule__ThreadGroupType__Group__1
{
- pushFollow(FollowSets000.FOLLOW_4);
+ pushFollow(FollowSets000.FOLLOW_22);
rule__ThreadGroupType__Group__0__Impl();
state._fsp--;
@@ -98695,25 +96188,21 @@ public final void rule__ThreadGroupType__Group__0() throws RecognitionException
// $ANTLR start "rule__ThreadGroupType__Group__0__Impl"
- // InternalAadl2Parser.g:23139:1: rule__ThreadGroupType__Group__0__Impl : ( ruleThreadGroupKeywords ) ;
+ // InternalAadl2Parser.g:22297:1: rule__ThreadGroupType__Group__0__Impl : ( Thread ) ;
public final void rule__ThreadGroupType__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23143:1: ( ( ruleThreadGroupKeywords ) )
- // InternalAadl2Parser.g:23144:1: ( ruleThreadGroupKeywords )
+ // InternalAadl2Parser.g:22301:1: ( ( Thread ) )
+ // InternalAadl2Parser.g:22302:1: ( Thread )
{
- // InternalAadl2Parser.g:23144:1: ( ruleThreadGroupKeywords )
- // InternalAadl2Parser.g:23145:2: ruleThreadGroupKeywords
+ // InternalAadl2Parser.g:22302:1: ( Thread )
+ // InternalAadl2Parser.g:22303:2: Thread
{
- before(grammarAccess.getThreadGroupTypeAccess().getThreadGroupKeywordsParserRuleCall_0());
- pushFollow(FollowSets000.FOLLOW_2);
- ruleThreadGroupKeywords();
-
- state._fsp--;
-
- after(grammarAccess.getThreadGroupTypeAccess().getThreadGroupKeywordsParserRuleCall_0());
+ before(grammarAccess.getThreadGroupTypeAccess().getThreadKeyword_0());
+ match(input,Thread,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getThreadGroupTypeAccess().getThreadKeyword_0());
}
@@ -98736,16 +96225,16 @@ public final void rule__ThreadGroupType__Group__0__Impl() throws RecognitionExce
// $ANTLR start "rule__ThreadGroupType__Group__1"
- // InternalAadl2Parser.g:23154:1: rule__ThreadGroupType__Group__1 : rule__ThreadGroupType__Group__1__Impl rule__ThreadGroupType__Group__2 ;
+ // InternalAadl2Parser.g:22312:1: rule__ThreadGroupType__Group__1 : rule__ThreadGroupType__Group__1__Impl rule__ThreadGroupType__Group__2 ;
public final void rule__ThreadGroupType__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23158:1: ( rule__ThreadGroupType__Group__1__Impl rule__ThreadGroupType__Group__2 )
- // InternalAadl2Parser.g:23159:2: rule__ThreadGroupType__Group__1__Impl rule__ThreadGroupType__Group__2
+ // InternalAadl2Parser.g:22316:1: ( rule__ThreadGroupType__Group__1__Impl rule__ThreadGroupType__Group__2 )
+ // InternalAadl2Parser.g:22317:2: rule__ThreadGroupType__Group__1__Impl rule__ThreadGroupType__Group__2
{
- pushFollow(FollowSets000.FOLLOW_27);
+ pushFollow(FollowSets000.FOLLOW_4);
rule__ThreadGroupType__Group__1__Impl();
state._fsp--;
@@ -98774,31 +96263,21 @@ public final void rule__ThreadGroupType__Group__1() throws RecognitionException
// $ANTLR start "rule__ThreadGroupType__Group__1__Impl"
- // InternalAadl2Parser.g:23166:1: rule__ThreadGroupType__Group__1__Impl : ( ( rule__ThreadGroupType__NameAssignment_1 ) ) ;
+ // InternalAadl2Parser.g:22324:1: rule__ThreadGroupType__Group__1__Impl : ( Group ) ;
public final void rule__ThreadGroupType__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23170:1: ( ( ( rule__ThreadGroupType__NameAssignment_1 ) ) )
- // InternalAadl2Parser.g:23171:1: ( ( rule__ThreadGroupType__NameAssignment_1 ) )
- {
- // InternalAadl2Parser.g:23171:1: ( ( rule__ThreadGroupType__NameAssignment_1 ) )
- // InternalAadl2Parser.g:23172:2: ( rule__ThreadGroupType__NameAssignment_1 )
+ // InternalAadl2Parser.g:22328:1: ( ( Group ) )
+ // InternalAadl2Parser.g:22329:1: ( Group )
{
- before(grammarAccess.getThreadGroupTypeAccess().getNameAssignment_1());
- // InternalAadl2Parser.g:23173:2: ( rule__ThreadGroupType__NameAssignment_1 )
- // InternalAadl2Parser.g:23173:3: rule__ThreadGroupType__NameAssignment_1
+ // InternalAadl2Parser.g:22329:1: ( Group )
+ // InternalAadl2Parser.g:22330:2: Group
{
- pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__NameAssignment_1();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getThreadGroupTypeAccess().getNameAssignment_1());
+ before(grammarAccess.getThreadGroupTypeAccess().getGroupKeyword_1());
+ match(input,Group,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getThreadGroupTypeAccess().getGroupKeyword_1());
}
@@ -98821,14 +96300,14 @@ public final void rule__ThreadGroupType__Group__1__Impl() throws RecognitionExce
// $ANTLR start "rule__ThreadGroupType__Group__2"
- // InternalAadl2Parser.g:23181:1: rule__ThreadGroupType__Group__2 : rule__ThreadGroupType__Group__2__Impl rule__ThreadGroupType__Group__3 ;
+ // InternalAadl2Parser.g:22339:1: rule__ThreadGroupType__Group__2 : rule__ThreadGroupType__Group__2__Impl rule__ThreadGroupType__Group__3 ;
public final void rule__ThreadGroupType__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23185:1: ( rule__ThreadGroupType__Group__2__Impl rule__ThreadGroupType__Group__3 )
- // InternalAadl2Parser.g:23186:2: rule__ThreadGroupType__Group__2__Impl rule__ThreadGroupType__Group__3
+ // InternalAadl2Parser.g:22343:1: ( rule__ThreadGroupType__Group__2__Impl rule__ThreadGroupType__Group__3 )
+ // InternalAadl2Parser.g:22344:2: rule__ThreadGroupType__Group__2__Impl rule__ThreadGroupType__Group__3
{
pushFollow(FollowSets000.FOLLOW_27);
rule__ThreadGroupType__Group__2__Impl();
@@ -98859,42 +96338,31 @@ public final void rule__ThreadGroupType__Group__2() throws RecognitionException
// $ANTLR start "rule__ThreadGroupType__Group__2__Impl"
- // InternalAadl2Parser.g:23193:1: rule__ThreadGroupType__Group__2__Impl : ( ( rule__ThreadGroupType__Group_2__0 )? ) ;
+ // InternalAadl2Parser.g:22351:1: rule__ThreadGroupType__Group__2__Impl : ( ( rule__ThreadGroupType__NameAssignment_2 ) ) ;
public final void rule__ThreadGroupType__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23197:1: ( ( ( rule__ThreadGroupType__Group_2__0 )? ) )
- // InternalAadl2Parser.g:23198:1: ( ( rule__ThreadGroupType__Group_2__0 )? )
+ // InternalAadl2Parser.g:22355:1: ( ( ( rule__ThreadGroupType__NameAssignment_2 ) ) )
+ // InternalAadl2Parser.g:22356:1: ( ( rule__ThreadGroupType__NameAssignment_2 ) )
{
- // InternalAadl2Parser.g:23198:1: ( ( rule__ThreadGroupType__Group_2__0 )? )
- // InternalAadl2Parser.g:23199:2: ( rule__ThreadGroupType__Group_2__0 )?
+ // InternalAadl2Parser.g:22356:1: ( ( rule__ThreadGroupType__NameAssignment_2 ) )
+ // InternalAadl2Parser.g:22357:2: ( rule__ThreadGroupType__NameAssignment_2 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getGroup_2());
- // InternalAadl2Parser.g:23200:2: ( rule__ThreadGroupType__Group_2__0 )?
- int alt579=2;
- int LA579_0 = input.LA(1);
-
- if ( (LA579_0==Extends) ) {
- alt579=1;
- }
- switch (alt579) {
- case 1 :
- // InternalAadl2Parser.g:23200:3: rule__ThreadGroupType__Group_2__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_2__0();
-
- state._fsp--;
+ before(grammarAccess.getThreadGroupTypeAccess().getNameAssignment_2());
+ // InternalAadl2Parser.g:22358:2: ( rule__ThreadGroupType__NameAssignment_2 )
+ // InternalAadl2Parser.g:22358:3: rule__ThreadGroupType__NameAssignment_2
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ThreadGroupType__NameAssignment_2();
+ state._fsp--;
- }
- break;
}
- after(grammarAccess.getThreadGroupTypeAccess().getGroup_2());
+ after(grammarAccess.getThreadGroupTypeAccess().getNameAssignment_2());
}
@@ -98917,14 +96385,14 @@ public final void rule__ThreadGroupType__Group__2__Impl() throws RecognitionExce
// $ANTLR start "rule__ThreadGroupType__Group__3"
- // InternalAadl2Parser.g:23208:1: rule__ThreadGroupType__Group__3 : rule__ThreadGroupType__Group__3__Impl rule__ThreadGroupType__Group__4 ;
+ // InternalAadl2Parser.g:22366:1: rule__ThreadGroupType__Group__3 : rule__ThreadGroupType__Group__3__Impl rule__ThreadGroupType__Group__4 ;
public final void rule__ThreadGroupType__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23212:1: ( rule__ThreadGroupType__Group__3__Impl rule__ThreadGroupType__Group__4 )
- // InternalAadl2Parser.g:23213:2: rule__ThreadGroupType__Group__3__Impl rule__ThreadGroupType__Group__4
+ // InternalAadl2Parser.g:22370:1: ( rule__ThreadGroupType__Group__3__Impl rule__ThreadGroupType__Group__4 )
+ // InternalAadl2Parser.g:22371:2: rule__ThreadGroupType__Group__3__Impl rule__ThreadGroupType__Group__4
{
pushFollow(FollowSets000.FOLLOW_27);
rule__ThreadGroupType__Group__3__Impl();
@@ -98955,29 +96423,29 @@ public final void rule__ThreadGroupType__Group__3() throws RecognitionException
// $ANTLR start "rule__ThreadGroupType__Group__3__Impl"
- // InternalAadl2Parser.g:23220:1: rule__ThreadGroupType__Group__3__Impl : ( ( rule__ThreadGroupType__Group_3__0 )? ) ;
+ // InternalAadl2Parser.g:22378:1: rule__ThreadGroupType__Group__3__Impl : ( ( rule__ThreadGroupType__Group_3__0 )? ) ;
public final void rule__ThreadGroupType__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23224:1: ( ( ( rule__ThreadGroupType__Group_3__0 )? ) )
- // InternalAadl2Parser.g:23225:1: ( ( rule__ThreadGroupType__Group_3__0 )? )
+ // InternalAadl2Parser.g:22382:1: ( ( ( rule__ThreadGroupType__Group_3__0 )? ) )
+ // InternalAadl2Parser.g:22383:1: ( ( rule__ThreadGroupType__Group_3__0 )? )
{
- // InternalAadl2Parser.g:23225:1: ( ( rule__ThreadGroupType__Group_3__0 )? )
- // InternalAadl2Parser.g:23226:2: ( rule__ThreadGroupType__Group_3__0 )?
+ // InternalAadl2Parser.g:22383:1: ( ( rule__ThreadGroupType__Group_3__0 )? )
+ // InternalAadl2Parser.g:22384:2: ( rule__ThreadGroupType__Group_3__0 )?
{
before(grammarAccess.getThreadGroupTypeAccess().getGroup_3());
- // InternalAadl2Parser.g:23227:2: ( rule__ThreadGroupType__Group_3__0 )?
- int alt580=2;
- int LA580_0 = input.LA(1);
+ // InternalAadl2Parser.g:22385:2: ( rule__ThreadGroupType__Group_3__0 )?
+ int alt579=2;
+ int LA579_0 = input.LA(1);
- if ( (LA580_0==Prototypes) ) {
- alt580=1;
+ if ( (LA579_0==Extends) ) {
+ alt579=1;
}
- switch (alt580) {
+ switch (alt579) {
case 1 :
- // InternalAadl2Parser.g:23227:3: rule__ThreadGroupType__Group_3__0
+ // InternalAadl2Parser.g:22385:3: rule__ThreadGroupType__Group_3__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadGroupType__Group_3__0();
@@ -99013,14 +96481,14 @@ public final void rule__ThreadGroupType__Group__3__Impl() throws RecognitionExce
// $ANTLR start "rule__ThreadGroupType__Group__4"
- // InternalAadl2Parser.g:23235:1: rule__ThreadGroupType__Group__4 : rule__ThreadGroupType__Group__4__Impl rule__ThreadGroupType__Group__5 ;
+ // InternalAadl2Parser.g:22393:1: rule__ThreadGroupType__Group__4 : rule__ThreadGroupType__Group__4__Impl rule__ThreadGroupType__Group__5 ;
public final void rule__ThreadGroupType__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23239:1: ( rule__ThreadGroupType__Group__4__Impl rule__ThreadGroupType__Group__5 )
- // InternalAadl2Parser.g:23240:2: rule__ThreadGroupType__Group__4__Impl rule__ThreadGroupType__Group__5
+ // InternalAadl2Parser.g:22397:1: ( rule__ThreadGroupType__Group__4__Impl rule__ThreadGroupType__Group__5 )
+ // InternalAadl2Parser.g:22398:2: rule__ThreadGroupType__Group__4__Impl rule__ThreadGroupType__Group__5
{
pushFollow(FollowSets000.FOLLOW_27);
rule__ThreadGroupType__Group__4__Impl();
@@ -99051,29 +96519,29 @@ public final void rule__ThreadGroupType__Group__4() throws RecognitionException
// $ANTLR start "rule__ThreadGroupType__Group__4__Impl"
- // InternalAadl2Parser.g:23247:1: rule__ThreadGroupType__Group__4__Impl : ( ( rule__ThreadGroupType__Group_4__0 )? ) ;
+ // InternalAadl2Parser.g:22405:1: rule__ThreadGroupType__Group__4__Impl : ( ( rule__ThreadGroupType__Group_4__0 )? ) ;
public final void rule__ThreadGroupType__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23251:1: ( ( ( rule__ThreadGroupType__Group_4__0 )? ) )
- // InternalAadl2Parser.g:23252:1: ( ( rule__ThreadGroupType__Group_4__0 )? )
+ // InternalAadl2Parser.g:22409:1: ( ( ( rule__ThreadGroupType__Group_4__0 )? ) )
+ // InternalAadl2Parser.g:22410:1: ( ( rule__ThreadGroupType__Group_4__0 )? )
{
- // InternalAadl2Parser.g:23252:1: ( ( rule__ThreadGroupType__Group_4__0 )? )
- // InternalAadl2Parser.g:23253:2: ( rule__ThreadGroupType__Group_4__0 )?
+ // InternalAadl2Parser.g:22410:1: ( ( rule__ThreadGroupType__Group_4__0 )? )
+ // InternalAadl2Parser.g:22411:2: ( rule__ThreadGroupType__Group_4__0 )?
{
before(grammarAccess.getThreadGroupTypeAccess().getGroup_4());
- // InternalAadl2Parser.g:23254:2: ( rule__ThreadGroupType__Group_4__0 )?
- int alt581=2;
- int LA581_0 = input.LA(1);
+ // InternalAadl2Parser.g:22412:2: ( rule__ThreadGroupType__Group_4__0 )?
+ int alt580=2;
+ int LA580_0 = input.LA(1);
- if ( (LA581_0==Features) ) {
- alt581=1;
+ if ( (LA580_0==Prototypes) ) {
+ alt580=1;
}
- switch (alt581) {
+ switch (alt580) {
case 1 :
- // InternalAadl2Parser.g:23254:3: rule__ThreadGroupType__Group_4__0
+ // InternalAadl2Parser.g:22412:3: rule__ThreadGroupType__Group_4__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadGroupType__Group_4__0();
@@ -99109,14 +96577,14 @@ public final void rule__ThreadGroupType__Group__4__Impl() throws RecognitionExce
// $ANTLR start "rule__ThreadGroupType__Group__5"
- // InternalAadl2Parser.g:23262:1: rule__ThreadGroupType__Group__5 : rule__ThreadGroupType__Group__5__Impl rule__ThreadGroupType__Group__6 ;
+ // InternalAadl2Parser.g:22420:1: rule__ThreadGroupType__Group__5 : rule__ThreadGroupType__Group__5__Impl rule__ThreadGroupType__Group__6 ;
public final void rule__ThreadGroupType__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23266:1: ( rule__ThreadGroupType__Group__5__Impl rule__ThreadGroupType__Group__6 )
- // InternalAadl2Parser.g:23267:2: rule__ThreadGroupType__Group__5__Impl rule__ThreadGroupType__Group__6
+ // InternalAadl2Parser.g:22424:1: ( rule__ThreadGroupType__Group__5__Impl rule__ThreadGroupType__Group__6 )
+ // InternalAadl2Parser.g:22425:2: rule__ThreadGroupType__Group__5__Impl rule__ThreadGroupType__Group__6
{
pushFollow(FollowSets000.FOLLOW_27);
rule__ThreadGroupType__Group__5__Impl();
@@ -99147,29 +96615,29 @@ public final void rule__ThreadGroupType__Group__5() throws RecognitionException
// $ANTLR start "rule__ThreadGroupType__Group__5__Impl"
- // InternalAadl2Parser.g:23274:1: rule__ThreadGroupType__Group__5__Impl : ( ( rule__ThreadGroupType__Group_5__0 )? ) ;
+ // InternalAadl2Parser.g:22432:1: rule__ThreadGroupType__Group__5__Impl : ( ( rule__ThreadGroupType__Group_5__0 )? ) ;
public final void rule__ThreadGroupType__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23278:1: ( ( ( rule__ThreadGroupType__Group_5__0 )? ) )
- // InternalAadl2Parser.g:23279:1: ( ( rule__ThreadGroupType__Group_5__0 )? )
+ // InternalAadl2Parser.g:22436:1: ( ( ( rule__ThreadGroupType__Group_5__0 )? ) )
+ // InternalAadl2Parser.g:22437:1: ( ( rule__ThreadGroupType__Group_5__0 )? )
{
- // InternalAadl2Parser.g:23279:1: ( ( rule__ThreadGroupType__Group_5__0 )? )
- // InternalAadl2Parser.g:23280:2: ( rule__ThreadGroupType__Group_5__0 )?
+ // InternalAadl2Parser.g:22437:1: ( ( rule__ThreadGroupType__Group_5__0 )? )
+ // InternalAadl2Parser.g:22438:2: ( rule__ThreadGroupType__Group_5__0 )?
{
before(grammarAccess.getThreadGroupTypeAccess().getGroup_5());
- // InternalAadl2Parser.g:23281:2: ( rule__ThreadGroupType__Group_5__0 )?
- int alt582=2;
- int LA582_0 = input.LA(1);
+ // InternalAadl2Parser.g:22439:2: ( rule__ThreadGroupType__Group_5__0 )?
+ int alt581=2;
+ int LA581_0 = input.LA(1);
- if ( (LA582_0==Flows) ) {
- alt582=1;
+ if ( (LA581_0==Features) ) {
+ alt581=1;
}
- switch (alt582) {
+ switch (alt581) {
case 1 :
- // InternalAadl2Parser.g:23281:3: rule__ThreadGroupType__Group_5__0
+ // InternalAadl2Parser.g:22439:3: rule__ThreadGroupType__Group_5__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadGroupType__Group_5__0();
@@ -99205,14 +96673,14 @@ public final void rule__ThreadGroupType__Group__5__Impl() throws RecognitionExce
// $ANTLR start "rule__ThreadGroupType__Group__6"
- // InternalAadl2Parser.g:23289:1: rule__ThreadGroupType__Group__6 : rule__ThreadGroupType__Group__6__Impl rule__ThreadGroupType__Group__7 ;
+ // InternalAadl2Parser.g:22447:1: rule__ThreadGroupType__Group__6 : rule__ThreadGroupType__Group__6__Impl rule__ThreadGroupType__Group__7 ;
public final void rule__ThreadGroupType__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23293:1: ( rule__ThreadGroupType__Group__6__Impl rule__ThreadGroupType__Group__7 )
- // InternalAadl2Parser.g:23294:2: rule__ThreadGroupType__Group__6__Impl rule__ThreadGroupType__Group__7
+ // InternalAadl2Parser.g:22451:1: ( rule__ThreadGroupType__Group__6__Impl rule__ThreadGroupType__Group__7 )
+ // InternalAadl2Parser.g:22452:2: rule__ThreadGroupType__Group__6__Impl rule__ThreadGroupType__Group__7
{
pushFollow(FollowSets000.FOLLOW_27);
rule__ThreadGroupType__Group__6__Impl();
@@ -99243,32 +96711,32 @@ public final void rule__ThreadGroupType__Group__6() throws RecognitionException
// $ANTLR start "rule__ThreadGroupType__Group__6__Impl"
- // InternalAadl2Parser.g:23301:1: rule__ThreadGroupType__Group__6__Impl : ( ( rule__ThreadGroupType__Alternatives_6 )? ) ;
+ // InternalAadl2Parser.g:22459:1: rule__ThreadGroupType__Group__6__Impl : ( ( rule__ThreadGroupType__Group_6__0 )? ) ;
public final void rule__ThreadGroupType__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23305:1: ( ( ( rule__ThreadGroupType__Alternatives_6 )? ) )
- // InternalAadl2Parser.g:23306:1: ( ( rule__ThreadGroupType__Alternatives_6 )? )
+ // InternalAadl2Parser.g:22463:1: ( ( ( rule__ThreadGroupType__Group_6__0 )? ) )
+ // InternalAadl2Parser.g:22464:1: ( ( rule__ThreadGroupType__Group_6__0 )? )
{
- // InternalAadl2Parser.g:23306:1: ( ( rule__ThreadGroupType__Alternatives_6 )? )
- // InternalAadl2Parser.g:23307:2: ( rule__ThreadGroupType__Alternatives_6 )?
+ // InternalAadl2Parser.g:22464:1: ( ( rule__ThreadGroupType__Group_6__0 )? )
+ // InternalAadl2Parser.g:22465:2: ( rule__ThreadGroupType__Group_6__0 )?
{
- before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_6());
- // InternalAadl2Parser.g:23308:2: ( rule__ThreadGroupType__Alternatives_6 )?
- int alt583=2;
- int LA583_0 = input.LA(1);
+ before(grammarAccess.getThreadGroupTypeAccess().getGroup_6());
+ // InternalAadl2Parser.g:22466:2: ( rule__ThreadGroupType__Group_6__0 )?
+ int alt582=2;
+ int LA582_0 = input.LA(1);
- if ( (LA583_0==Requires||LA583_0==Modes) ) {
- alt583=1;
+ if ( (LA582_0==Flows) ) {
+ alt582=1;
}
- switch (alt583) {
+ switch (alt582) {
case 1 :
- // InternalAadl2Parser.g:23308:3: rule__ThreadGroupType__Alternatives_6
+ // InternalAadl2Parser.g:22466:3: rule__ThreadGroupType__Group_6__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Alternatives_6();
+ rule__ThreadGroupType__Group_6__0();
state._fsp--;
@@ -99278,7 +96746,7 @@ public final void rule__ThreadGroupType__Group__6__Impl() throws RecognitionExce
}
- after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_6());
+ after(grammarAccess.getThreadGroupTypeAccess().getGroup_6());
}
@@ -99301,14 +96769,14 @@ public final void rule__ThreadGroupType__Group__6__Impl() throws RecognitionExce
// $ANTLR start "rule__ThreadGroupType__Group__7"
- // InternalAadl2Parser.g:23316:1: rule__ThreadGroupType__Group__7 : rule__ThreadGroupType__Group__7__Impl rule__ThreadGroupType__Group__8 ;
+ // InternalAadl2Parser.g:22474:1: rule__ThreadGroupType__Group__7 : rule__ThreadGroupType__Group__7__Impl rule__ThreadGroupType__Group__8 ;
public final void rule__ThreadGroupType__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23320:1: ( rule__ThreadGroupType__Group__7__Impl rule__ThreadGroupType__Group__8 )
- // InternalAadl2Parser.g:23321:2: rule__ThreadGroupType__Group__7__Impl rule__ThreadGroupType__Group__8
+ // InternalAadl2Parser.g:22478:1: ( rule__ThreadGroupType__Group__7__Impl rule__ThreadGroupType__Group__8 )
+ // InternalAadl2Parser.g:22479:2: rule__ThreadGroupType__Group__7__Impl rule__ThreadGroupType__Group__8
{
pushFollow(FollowSets000.FOLLOW_27);
rule__ThreadGroupType__Group__7__Impl();
@@ -99339,32 +96807,32 @@ public final void rule__ThreadGroupType__Group__7() throws RecognitionException
// $ANTLR start "rule__ThreadGroupType__Group__7__Impl"
- // InternalAadl2Parser.g:23328:1: rule__ThreadGroupType__Group__7__Impl : ( ( rule__ThreadGroupType__Group_7__0 )? ) ;
+ // InternalAadl2Parser.g:22486:1: rule__ThreadGroupType__Group__7__Impl : ( ( rule__ThreadGroupType__Alternatives_7 )? ) ;
public final void rule__ThreadGroupType__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23332:1: ( ( ( rule__ThreadGroupType__Group_7__0 )? ) )
- // InternalAadl2Parser.g:23333:1: ( ( rule__ThreadGroupType__Group_7__0 )? )
+ // InternalAadl2Parser.g:22490:1: ( ( ( rule__ThreadGroupType__Alternatives_7 )? ) )
+ // InternalAadl2Parser.g:22491:1: ( ( rule__ThreadGroupType__Alternatives_7 )? )
{
- // InternalAadl2Parser.g:23333:1: ( ( rule__ThreadGroupType__Group_7__0 )? )
- // InternalAadl2Parser.g:23334:2: ( rule__ThreadGroupType__Group_7__0 )?
+ // InternalAadl2Parser.g:22491:1: ( ( rule__ThreadGroupType__Alternatives_7 )? )
+ // InternalAadl2Parser.g:22492:2: ( rule__ThreadGroupType__Alternatives_7 )?
{
- before(grammarAccess.getThreadGroupTypeAccess().getGroup_7());
- // InternalAadl2Parser.g:23335:2: ( rule__ThreadGroupType__Group_7__0 )?
- int alt584=2;
- int LA584_0 = input.LA(1);
+ before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_7());
+ // InternalAadl2Parser.g:22493:2: ( rule__ThreadGroupType__Alternatives_7 )?
+ int alt583=2;
+ int LA583_0 = input.LA(1);
- if ( (LA584_0==Properties) ) {
- alt584=1;
+ if ( (LA583_0==Requires||LA583_0==Modes) ) {
+ alt583=1;
}
- switch (alt584) {
+ switch (alt583) {
case 1 :
- // InternalAadl2Parser.g:23335:3: rule__ThreadGroupType__Group_7__0
+ // InternalAadl2Parser.g:22493:3: rule__ThreadGroupType__Alternatives_7
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_7__0();
+ rule__ThreadGroupType__Alternatives_7();
state._fsp--;
@@ -99374,7 +96842,7 @@ public final void rule__ThreadGroupType__Group__7__Impl() throws RecognitionExce
}
- after(grammarAccess.getThreadGroupTypeAccess().getGroup_7());
+ after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_7());
}
@@ -99397,14 +96865,14 @@ public final void rule__ThreadGroupType__Group__7__Impl() throws RecognitionExce
// $ANTLR start "rule__ThreadGroupType__Group__8"
- // InternalAadl2Parser.g:23343:1: rule__ThreadGroupType__Group__8 : rule__ThreadGroupType__Group__8__Impl rule__ThreadGroupType__Group__9 ;
+ // InternalAadl2Parser.g:22501:1: rule__ThreadGroupType__Group__8 : rule__ThreadGroupType__Group__8__Impl rule__ThreadGroupType__Group__9 ;
public final void rule__ThreadGroupType__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23347:1: ( rule__ThreadGroupType__Group__8__Impl rule__ThreadGroupType__Group__9 )
- // InternalAadl2Parser.g:23348:2: rule__ThreadGroupType__Group__8__Impl rule__ThreadGroupType__Group__9
+ // InternalAadl2Parser.g:22505:1: ( rule__ThreadGroupType__Group__8__Impl rule__ThreadGroupType__Group__9 )
+ // InternalAadl2Parser.g:22506:2: rule__ThreadGroupType__Group__8__Impl rule__ThreadGroupType__Group__9
{
pushFollow(FollowSets000.FOLLOW_27);
rule__ThreadGroupType__Group__8__Impl();
@@ -99435,20 +96903,116 @@ public final void rule__ThreadGroupType__Group__8() throws RecognitionException
// $ANTLR start "rule__ThreadGroupType__Group__8__Impl"
- // InternalAadl2Parser.g:23355:1: rule__ThreadGroupType__Group__8__Impl : ( ( rule__ThreadGroupType__OwnedAnnexSubclauseAssignment_8 )* ) ;
+ // InternalAadl2Parser.g:22513:1: rule__ThreadGroupType__Group__8__Impl : ( ( rule__ThreadGroupType__Group_8__0 )? ) ;
public final void rule__ThreadGroupType__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23359:1: ( ( ( rule__ThreadGroupType__OwnedAnnexSubclauseAssignment_8 )* ) )
- // InternalAadl2Parser.g:23360:1: ( ( rule__ThreadGroupType__OwnedAnnexSubclauseAssignment_8 )* )
+ // InternalAadl2Parser.g:22517:1: ( ( ( rule__ThreadGroupType__Group_8__0 )? ) )
+ // InternalAadl2Parser.g:22518:1: ( ( rule__ThreadGroupType__Group_8__0 )? )
{
- // InternalAadl2Parser.g:23360:1: ( ( rule__ThreadGroupType__OwnedAnnexSubclauseAssignment_8 )* )
- // InternalAadl2Parser.g:23361:2: ( rule__ThreadGroupType__OwnedAnnexSubclauseAssignment_8 )*
+ // InternalAadl2Parser.g:22518:1: ( ( rule__ThreadGroupType__Group_8__0 )? )
+ // InternalAadl2Parser.g:22519:2: ( rule__ThreadGroupType__Group_8__0 )?
{
- before(grammarAccess.getThreadGroupTypeAccess().getOwnedAnnexSubclauseAssignment_8());
- // InternalAadl2Parser.g:23362:2: ( rule__ThreadGroupType__OwnedAnnexSubclauseAssignment_8 )*
+ before(grammarAccess.getThreadGroupTypeAccess().getGroup_8());
+ // InternalAadl2Parser.g:22520:2: ( rule__ThreadGroupType__Group_8__0 )?
+ int alt584=2;
+ int LA584_0 = input.LA(1);
+
+ if ( (LA584_0==Properties) ) {
+ alt584=1;
+ }
+ switch (alt584) {
+ case 1 :
+ // InternalAadl2Parser.g:22520:3: rule__ThreadGroupType__Group_8__0
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ThreadGroupType__Group_8__0();
+
+ state._fsp--;
+
+
+ }
+ break;
+
+ }
+
+ after(grammarAccess.getThreadGroupTypeAccess().getGroup_8());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ThreadGroupType__Group__8__Impl"
+
+
+ // $ANTLR start "rule__ThreadGroupType__Group__9"
+ // InternalAadl2Parser.g:22528:1: rule__ThreadGroupType__Group__9 : rule__ThreadGroupType__Group__9__Impl rule__ThreadGroupType__Group__10 ;
+ public final void rule__ThreadGroupType__Group__9() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:22532:1: ( rule__ThreadGroupType__Group__9__Impl rule__ThreadGroupType__Group__10 )
+ // InternalAadl2Parser.g:22533:2: rule__ThreadGroupType__Group__9__Impl rule__ThreadGroupType__Group__10
+ {
+ pushFollow(FollowSets000.FOLLOW_27);
+ rule__ThreadGroupType__Group__9__Impl();
+
+ state._fsp--;
+
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ThreadGroupType__Group__10();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ThreadGroupType__Group__9"
+
+
+ // $ANTLR start "rule__ThreadGroupType__Group__9__Impl"
+ // InternalAadl2Parser.g:22540:1: rule__ThreadGroupType__Group__9__Impl : ( ( rule__ThreadGroupType__OwnedAnnexSubclauseAssignment_9 )* ) ;
+ public final void rule__ThreadGroupType__Group__9__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:22544:1: ( ( ( rule__ThreadGroupType__OwnedAnnexSubclauseAssignment_9 )* ) )
+ // InternalAadl2Parser.g:22545:1: ( ( rule__ThreadGroupType__OwnedAnnexSubclauseAssignment_9 )* )
+ {
+ // InternalAadl2Parser.g:22545:1: ( ( rule__ThreadGroupType__OwnedAnnexSubclauseAssignment_9 )* )
+ // InternalAadl2Parser.g:22546:2: ( rule__ThreadGroupType__OwnedAnnexSubclauseAssignment_9 )*
+ {
+ before(grammarAccess.getThreadGroupTypeAccess().getOwnedAnnexSubclauseAssignment_9());
+ // InternalAadl2Parser.g:22547:2: ( rule__ThreadGroupType__OwnedAnnexSubclauseAssignment_9 )*
loop585:
do {
int alt585=2;
@@ -99461,10 +97025,10 @@ public final void rule__ThreadGroupType__Group__8__Impl() throws RecognitionExce
switch (alt585) {
case 1 :
- // InternalAadl2Parser.g:23362:3: rule__ThreadGroupType__OwnedAnnexSubclauseAssignment_8
+ // InternalAadl2Parser.g:22547:3: rule__ThreadGroupType__OwnedAnnexSubclauseAssignment_9
{
pushFollow(FollowSets000.FOLLOW_28);
- rule__ThreadGroupType__OwnedAnnexSubclauseAssignment_8();
+ rule__ThreadGroupType__OwnedAnnexSubclauseAssignment_9();
state._fsp--;
@@ -99477,7 +97041,7 @@ public final void rule__ThreadGroupType__Group__8__Impl() throws RecognitionExce
}
} while (true);
- after(grammarAccess.getThreadGroupTypeAccess().getOwnedAnnexSubclauseAssignment_8());
+ after(grammarAccess.getThreadGroupTypeAccess().getOwnedAnnexSubclauseAssignment_9());
}
@@ -99496,26 +97060,26 @@ public final void rule__ThreadGroupType__Group__8__Impl() throws RecognitionExce
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group__8__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group__9__Impl"
- // $ANTLR start "rule__ThreadGroupType__Group__9"
- // InternalAadl2Parser.g:23370:1: rule__ThreadGroupType__Group__9 : rule__ThreadGroupType__Group__9__Impl rule__ThreadGroupType__Group__10 ;
- public final void rule__ThreadGroupType__Group__9() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group__10"
+ // InternalAadl2Parser.g:22555:1: rule__ThreadGroupType__Group__10 : rule__ThreadGroupType__Group__10__Impl rule__ThreadGroupType__Group__11 ;
+ public final void rule__ThreadGroupType__Group__10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23374:1: ( rule__ThreadGroupType__Group__9__Impl rule__ThreadGroupType__Group__10 )
- // InternalAadl2Parser.g:23375:2: rule__ThreadGroupType__Group__9__Impl rule__ThreadGroupType__Group__10
+ // InternalAadl2Parser.g:22559:1: ( rule__ThreadGroupType__Group__10__Impl rule__ThreadGroupType__Group__11 )
+ // InternalAadl2Parser.g:22560:2: rule__ThreadGroupType__Group__10__Impl rule__ThreadGroupType__Group__11
{
pushFollow(FollowSets000.FOLLOW_4);
- rule__ThreadGroupType__Group__9__Impl();
+ rule__ThreadGroupType__Group__10__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group__10();
+ rule__ThreadGroupType__Group__11();
state._fsp--;
@@ -99534,25 +97098,25 @@ public final void rule__ThreadGroupType__Group__9() throws RecognitionException
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group__9"
+ // $ANTLR end "rule__ThreadGroupType__Group__10"
- // $ANTLR start "rule__ThreadGroupType__Group__9__Impl"
- // InternalAadl2Parser.g:23382:1: rule__ThreadGroupType__Group__9__Impl : ( End ) ;
- public final void rule__ThreadGroupType__Group__9__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group__10__Impl"
+ // InternalAadl2Parser.g:22567:1: rule__ThreadGroupType__Group__10__Impl : ( End ) ;
+ public final void rule__ThreadGroupType__Group__10__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23386:1: ( ( End ) )
- // InternalAadl2Parser.g:23387:1: ( End )
+ // InternalAadl2Parser.g:22571:1: ( ( End ) )
+ // InternalAadl2Parser.g:22572:1: ( End )
{
- // InternalAadl2Parser.g:23387:1: ( End )
- // InternalAadl2Parser.g:23388:2: End
+ // InternalAadl2Parser.g:22572:1: ( End )
+ // InternalAadl2Parser.g:22573:2: End
{
- before(grammarAccess.getThreadGroupTypeAccess().getEndKeyword_9());
+ before(grammarAccess.getThreadGroupTypeAccess().getEndKeyword_10());
match(input,End,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupTypeAccess().getEndKeyword_9());
+ after(grammarAccess.getThreadGroupTypeAccess().getEndKeyword_10());
}
@@ -99571,26 +97135,26 @@ public final void rule__ThreadGroupType__Group__9__Impl() throws RecognitionExce
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group__9__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group__10__Impl"
- // $ANTLR start "rule__ThreadGroupType__Group__10"
- // InternalAadl2Parser.g:23397:1: rule__ThreadGroupType__Group__10 : rule__ThreadGroupType__Group__10__Impl rule__ThreadGroupType__Group__11 ;
- public final void rule__ThreadGroupType__Group__10() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group__11"
+ // InternalAadl2Parser.g:22582:1: rule__ThreadGroupType__Group__11 : rule__ThreadGroupType__Group__11__Impl rule__ThreadGroupType__Group__12 ;
+ public final void rule__ThreadGroupType__Group__11() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23401:1: ( rule__ThreadGroupType__Group__10__Impl rule__ThreadGroupType__Group__11 )
- // InternalAadl2Parser.g:23402:2: rule__ThreadGroupType__Group__10__Impl rule__ThreadGroupType__Group__11
+ // InternalAadl2Parser.g:22586:1: ( rule__ThreadGroupType__Group__11__Impl rule__ThreadGroupType__Group__12 )
+ // InternalAadl2Parser.g:22587:2: rule__ThreadGroupType__Group__11__Impl rule__ThreadGroupType__Group__12
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__ThreadGroupType__Group__10__Impl();
+ rule__ThreadGroupType__Group__11__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group__11();
+ rule__ThreadGroupType__Group__12();
state._fsp--;
@@ -99609,25 +97173,25 @@ public final void rule__ThreadGroupType__Group__10() throws RecognitionException
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group__10"
+ // $ANTLR end "rule__ThreadGroupType__Group__11"
- // $ANTLR start "rule__ThreadGroupType__Group__10__Impl"
- // InternalAadl2Parser.g:23409:1: rule__ThreadGroupType__Group__10__Impl : ( RULE_ID ) ;
- public final void rule__ThreadGroupType__Group__10__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group__11__Impl"
+ // InternalAadl2Parser.g:22594:1: rule__ThreadGroupType__Group__11__Impl : ( RULE_ID ) ;
+ public final void rule__ThreadGroupType__Group__11__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23413:1: ( ( RULE_ID ) )
- // InternalAadl2Parser.g:23414:1: ( RULE_ID )
+ // InternalAadl2Parser.g:22598:1: ( ( RULE_ID ) )
+ // InternalAadl2Parser.g:22599:1: ( RULE_ID )
{
- // InternalAadl2Parser.g:23414:1: ( RULE_ID )
- // InternalAadl2Parser.g:23415:2: RULE_ID
+ // InternalAadl2Parser.g:22599:1: ( RULE_ID )
+ // InternalAadl2Parser.g:22600:2: RULE_ID
{
- before(grammarAccess.getThreadGroupTypeAccess().getIDTerminalRuleCall_10());
+ before(grammarAccess.getThreadGroupTypeAccess().getIDTerminalRuleCall_11());
match(input,RULE_ID,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupTypeAccess().getIDTerminalRuleCall_10());
+ after(grammarAccess.getThreadGroupTypeAccess().getIDTerminalRuleCall_11());
}
@@ -99646,21 +97210,21 @@ public final void rule__ThreadGroupType__Group__10__Impl() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group__10__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group__11__Impl"
- // $ANTLR start "rule__ThreadGroupType__Group__11"
- // InternalAadl2Parser.g:23424:1: rule__ThreadGroupType__Group__11 : rule__ThreadGroupType__Group__11__Impl ;
- public final void rule__ThreadGroupType__Group__11() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group__12"
+ // InternalAadl2Parser.g:22609:1: rule__ThreadGroupType__Group__12 : rule__ThreadGroupType__Group__12__Impl ;
+ public final void rule__ThreadGroupType__Group__12() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23428:1: ( rule__ThreadGroupType__Group__11__Impl )
- // InternalAadl2Parser.g:23429:2: rule__ThreadGroupType__Group__11__Impl
+ // InternalAadl2Parser.g:22613:1: ( rule__ThreadGroupType__Group__12__Impl )
+ // InternalAadl2Parser.g:22614:2: rule__ThreadGroupType__Group__12__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group__11__Impl();
+ rule__ThreadGroupType__Group__12__Impl();
state._fsp--;
@@ -99679,25 +97243,25 @@ public final void rule__ThreadGroupType__Group__11() throws RecognitionException
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group__11"
+ // $ANTLR end "rule__ThreadGroupType__Group__12"
- // $ANTLR start "rule__ThreadGroupType__Group__11__Impl"
- // InternalAadl2Parser.g:23435:1: rule__ThreadGroupType__Group__11__Impl : ( Semicolon ) ;
- public final void rule__ThreadGroupType__Group__11__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group__12__Impl"
+ // InternalAadl2Parser.g:22620:1: rule__ThreadGroupType__Group__12__Impl : ( Semicolon ) ;
+ public final void rule__ThreadGroupType__Group__12__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23439:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:23440:1: ( Semicolon )
+ // InternalAadl2Parser.g:22624:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:22625:1: ( Semicolon )
{
- // InternalAadl2Parser.g:23440:1: ( Semicolon )
- // InternalAadl2Parser.g:23441:2: Semicolon
+ // InternalAadl2Parser.g:22625:1: ( Semicolon )
+ // InternalAadl2Parser.g:22626:2: Semicolon
{
- before(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_11());
+ before(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_12());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_11());
+ after(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_12());
}
@@ -99716,26 +97280,26 @@ public final void rule__ThreadGroupType__Group__11__Impl() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group__11__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group__12__Impl"
- // $ANTLR start "rule__ThreadGroupType__Group_2__0"
- // InternalAadl2Parser.g:23451:1: rule__ThreadGroupType__Group_2__0 : rule__ThreadGroupType__Group_2__0__Impl rule__ThreadGroupType__Group_2__1 ;
- public final void rule__ThreadGroupType__Group_2__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_3__0"
+ // InternalAadl2Parser.g:22636:1: rule__ThreadGroupType__Group_3__0 : rule__ThreadGroupType__Group_3__0__Impl rule__ThreadGroupType__Group_3__1 ;
+ public final void rule__ThreadGroupType__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23455:1: ( rule__ThreadGroupType__Group_2__0__Impl rule__ThreadGroupType__Group_2__1 )
- // InternalAadl2Parser.g:23456:2: rule__ThreadGroupType__Group_2__0__Impl rule__ThreadGroupType__Group_2__1
+ // InternalAadl2Parser.g:22640:1: ( rule__ThreadGroupType__Group_3__0__Impl rule__ThreadGroupType__Group_3__1 )
+ // InternalAadl2Parser.g:22641:2: rule__ThreadGroupType__Group_3__0__Impl rule__ThreadGroupType__Group_3__1
{
pushFollow(FollowSets000.FOLLOW_29);
- rule__ThreadGroupType__Group_2__0__Impl();
+ rule__ThreadGroupType__Group_3__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_2__1();
+ rule__ThreadGroupType__Group_3__1();
state._fsp--;
@@ -99754,35 +97318,35 @@ public final void rule__ThreadGroupType__Group_2__0() throws RecognitionExceptio
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_2__0"
+ // $ANTLR end "rule__ThreadGroupType__Group_3__0"
- // $ANTLR start "rule__ThreadGroupType__Group_2__0__Impl"
- // InternalAadl2Parser.g:23463:1: rule__ThreadGroupType__Group_2__0__Impl : ( ( rule__ThreadGroupType__OwnedExtensionAssignment_2_0 ) ) ;
- public final void rule__ThreadGroupType__Group_2__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_3__0__Impl"
+ // InternalAadl2Parser.g:22648:1: rule__ThreadGroupType__Group_3__0__Impl : ( ( rule__ThreadGroupType__OwnedExtensionAssignment_3_0 ) ) ;
+ public final void rule__ThreadGroupType__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23467:1: ( ( ( rule__ThreadGroupType__OwnedExtensionAssignment_2_0 ) ) )
- // InternalAadl2Parser.g:23468:1: ( ( rule__ThreadGroupType__OwnedExtensionAssignment_2_0 ) )
+ // InternalAadl2Parser.g:22652:1: ( ( ( rule__ThreadGroupType__OwnedExtensionAssignment_3_0 ) ) )
+ // InternalAadl2Parser.g:22653:1: ( ( rule__ThreadGroupType__OwnedExtensionAssignment_3_0 ) )
{
- // InternalAadl2Parser.g:23468:1: ( ( rule__ThreadGroupType__OwnedExtensionAssignment_2_0 ) )
- // InternalAadl2Parser.g:23469:2: ( rule__ThreadGroupType__OwnedExtensionAssignment_2_0 )
+ // InternalAadl2Parser.g:22653:1: ( ( rule__ThreadGroupType__OwnedExtensionAssignment_3_0 ) )
+ // InternalAadl2Parser.g:22654:2: ( rule__ThreadGroupType__OwnedExtensionAssignment_3_0 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getOwnedExtensionAssignment_2_0());
- // InternalAadl2Parser.g:23470:2: ( rule__ThreadGroupType__OwnedExtensionAssignment_2_0 )
- // InternalAadl2Parser.g:23470:3: rule__ThreadGroupType__OwnedExtensionAssignment_2_0
+ before(grammarAccess.getThreadGroupTypeAccess().getOwnedExtensionAssignment_3_0());
+ // InternalAadl2Parser.g:22655:2: ( rule__ThreadGroupType__OwnedExtensionAssignment_3_0 )
+ // InternalAadl2Parser.g:22655:3: rule__ThreadGroupType__OwnedExtensionAssignment_3_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__OwnedExtensionAssignment_2_0();
+ rule__ThreadGroupType__OwnedExtensionAssignment_3_0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getOwnedExtensionAssignment_2_0());
+ after(grammarAccess.getThreadGroupTypeAccess().getOwnedExtensionAssignment_3_0());
}
@@ -99801,21 +97365,21 @@ public final void rule__ThreadGroupType__Group_2__0__Impl() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_2__0__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group_3__0__Impl"
- // $ANTLR start "rule__ThreadGroupType__Group_2__1"
- // InternalAadl2Parser.g:23478:1: rule__ThreadGroupType__Group_2__1 : rule__ThreadGroupType__Group_2__1__Impl ;
- public final void rule__ThreadGroupType__Group_2__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_3__1"
+ // InternalAadl2Parser.g:22663:1: rule__ThreadGroupType__Group_3__1 : rule__ThreadGroupType__Group_3__1__Impl ;
+ public final void rule__ThreadGroupType__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23482:1: ( rule__ThreadGroupType__Group_2__1__Impl )
- // InternalAadl2Parser.g:23483:2: rule__ThreadGroupType__Group_2__1__Impl
+ // InternalAadl2Parser.g:22667:1: ( rule__ThreadGroupType__Group_3__1__Impl )
+ // InternalAadl2Parser.g:22668:2: rule__ThreadGroupType__Group_3__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_2__1__Impl();
+ rule__ThreadGroupType__Group_3__1__Impl();
state._fsp--;
@@ -99834,24 +97398,24 @@ public final void rule__ThreadGroupType__Group_2__1() throws RecognitionExceptio
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_2__1"
+ // $ANTLR end "rule__ThreadGroupType__Group_3__1"
- // $ANTLR start "rule__ThreadGroupType__Group_2__1__Impl"
- // InternalAadl2Parser.g:23489:1: rule__ThreadGroupType__Group_2__1__Impl : ( ( rule__ThreadGroupType__Group_2_1__0 )? ) ;
- public final void rule__ThreadGroupType__Group_2__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_3__1__Impl"
+ // InternalAadl2Parser.g:22674:1: rule__ThreadGroupType__Group_3__1__Impl : ( ( rule__ThreadGroupType__Group_3_1__0 )? ) ;
+ public final void rule__ThreadGroupType__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23493:1: ( ( ( rule__ThreadGroupType__Group_2_1__0 )? ) )
- // InternalAadl2Parser.g:23494:1: ( ( rule__ThreadGroupType__Group_2_1__0 )? )
+ // InternalAadl2Parser.g:22678:1: ( ( ( rule__ThreadGroupType__Group_3_1__0 )? ) )
+ // InternalAadl2Parser.g:22679:1: ( ( rule__ThreadGroupType__Group_3_1__0 )? )
{
- // InternalAadl2Parser.g:23494:1: ( ( rule__ThreadGroupType__Group_2_1__0 )? )
- // InternalAadl2Parser.g:23495:2: ( rule__ThreadGroupType__Group_2_1__0 )?
+ // InternalAadl2Parser.g:22679:1: ( ( rule__ThreadGroupType__Group_3_1__0 )? )
+ // InternalAadl2Parser.g:22680:2: ( rule__ThreadGroupType__Group_3_1__0 )?
{
- before(grammarAccess.getThreadGroupTypeAccess().getGroup_2_1());
- // InternalAadl2Parser.g:23496:2: ( rule__ThreadGroupType__Group_2_1__0 )?
+ before(grammarAccess.getThreadGroupTypeAccess().getGroup_3_1());
+ // InternalAadl2Parser.g:22681:2: ( rule__ThreadGroupType__Group_3_1__0 )?
int alt586=2;
int LA586_0 = input.LA(1);
@@ -99860,10 +97424,10 @@ public final void rule__ThreadGroupType__Group_2__1__Impl() throws RecognitionEx
}
switch (alt586) {
case 1 :
- // InternalAadl2Parser.g:23496:3: rule__ThreadGroupType__Group_2_1__0
+ // InternalAadl2Parser.g:22681:3: rule__ThreadGroupType__Group_3_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_2_1__0();
+ rule__ThreadGroupType__Group_3_1__0();
state._fsp--;
@@ -99873,7 +97437,7 @@ public final void rule__ThreadGroupType__Group_2__1__Impl() throws RecognitionEx
}
- after(grammarAccess.getThreadGroupTypeAccess().getGroup_2_1());
+ after(grammarAccess.getThreadGroupTypeAccess().getGroup_3_1());
}
@@ -99892,26 +97456,26 @@ public final void rule__ThreadGroupType__Group_2__1__Impl() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_2__1__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group_3__1__Impl"
- // $ANTLR start "rule__ThreadGroupType__Group_2_1__0"
- // InternalAadl2Parser.g:23505:1: rule__ThreadGroupType__Group_2_1__0 : rule__ThreadGroupType__Group_2_1__0__Impl rule__ThreadGroupType__Group_2_1__1 ;
- public final void rule__ThreadGroupType__Group_2_1__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_3_1__0"
+ // InternalAadl2Parser.g:22690:1: rule__ThreadGroupType__Group_3_1__0 : rule__ThreadGroupType__Group_3_1__0__Impl rule__ThreadGroupType__Group_3_1__1 ;
+ public final void rule__ThreadGroupType__Group_3_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23509:1: ( rule__ThreadGroupType__Group_2_1__0__Impl rule__ThreadGroupType__Group_2_1__1 )
- // InternalAadl2Parser.g:23510:2: rule__ThreadGroupType__Group_2_1__0__Impl rule__ThreadGroupType__Group_2_1__1
+ // InternalAadl2Parser.g:22694:1: ( rule__ThreadGroupType__Group_3_1__0__Impl rule__ThreadGroupType__Group_3_1__1 )
+ // InternalAadl2Parser.g:22695:2: rule__ThreadGroupType__Group_3_1__0__Impl rule__ThreadGroupType__Group_3_1__1
{
pushFollow(FollowSets000.FOLLOW_4);
- rule__ThreadGroupType__Group_2_1__0__Impl();
+ rule__ThreadGroupType__Group_3_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_2_1__1();
+ rule__ThreadGroupType__Group_3_1__1();
state._fsp--;
@@ -99930,25 +97494,25 @@ public final void rule__ThreadGroupType__Group_2_1__0() throws RecognitionExcept
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_2_1__0"
+ // $ANTLR end "rule__ThreadGroupType__Group_3_1__0"
- // $ANTLR start "rule__ThreadGroupType__Group_2_1__0__Impl"
- // InternalAadl2Parser.g:23517:1: rule__ThreadGroupType__Group_2_1__0__Impl : ( LeftParenthesis ) ;
- public final void rule__ThreadGroupType__Group_2_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_3_1__0__Impl"
+ // InternalAadl2Parser.g:22702:1: rule__ThreadGroupType__Group_3_1__0__Impl : ( LeftParenthesis ) ;
+ public final void rule__ThreadGroupType__Group_3_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23521:1: ( ( LeftParenthesis ) )
- // InternalAadl2Parser.g:23522:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:22706:1: ( ( LeftParenthesis ) )
+ // InternalAadl2Parser.g:22707:1: ( LeftParenthesis )
{
- // InternalAadl2Parser.g:23522:1: ( LeftParenthesis )
- // InternalAadl2Parser.g:23523:2: LeftParenthesis
+ // InternalAadl2Parser.g:22707:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:22708:2: LeftParenthesis
{
- before(grammarAccess.getThreadGroupTypeAccess().getLeftParenthesisKeyword_2_1_0());
+ before(grammarAccess.getThreadGroupTypeAccess().getLeftParenthesisKeyword_3_1_0());
match(input,LeftParenthesis,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupTypeAccess().getLeftParenthesisKeyword_2_1_0());
+ after(grammarAccess.getThreadGroupTypeAccess().getLeftParenthesisKeyword_3_1_0());
}
@@ -99967,26 +97531,26 @@ public final void rule__ThreadGroupType__Group_2_1__0__Impl() throws Recognition
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_2_1__0__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group_3_1__0__Impl"
- // $ANTLR start "rule__ThreadGroupType__Group_2_1__1"
- // InternalAadl2Parser.g:23532:1: rule__ThreadGroupType__Group_2_1__1 : rule__ThreadGroupType__Group_2_1__1__Impl rule__ThreadGroupType__Group_2_1__2 ;
- public final void rule__ThreadGroupType__Group_2_1__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_3_1__1"
+ // InternalAadl2Parser.g:22717:1: rule__ThreadGroupType__Group_3_1__1 : rule__ThreadGroupType__Group_3_1__1__Impl rule__ThreadGroupType__Group_3_1__2 ;
+ public final void rule__ThreadGroupType__Group_3_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23536:1: ( rule__ThreadGroupType__Group_2_1__1__Impl rule__ThreadGroupType__Group_2_1__2 )
- // InternalAadl2Parser.g:23537:2: rule__ThreadGroupType__Group_2_1__1__Impl rule__ThreadGroupType__Group_2_1__2
+ // InternalAadl2Parser.g:22721:1: ( rule__ThreadGroupType__Group_3_1__1__Impl rule__ThreadGroupType__Group_3_1__2 )
+ // InternalAadl2Parser.g:22722:2: rule__ThreadGroupType__Group_3_1__1__Impl rule__ThreadGroupType__Group_3_1__2
{
pushFollow(FollowSets000.FOLLOW_30);
- rule__ThreadGroupType__Group_2_1__1__Impl();
+ rule__ThreadGroupType__Group_3_1__1__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_2_1__2();
+ rule__ThreadGroupType__Group_3_1__2();
state._fsp--;
@@ -100005,35 +97569,35 @@ public final void rule__ThreadGroupType__Group_2_1__1() throws RecognitionExcept
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_2_1__1"
+ // $ANTLR end "rule__ThreadGroupType__Group_3_1__1"
- // $ANTLR start "rule__ThreadGroupType__Group_2_1__1__Impl"
- // InternalAadl2Parser.g:23544:1: rule__ThreadGroupType__Group_2_1__1__Impl : ( ( rule__ThreadGroupType__OwnedPrototypeBindingAssignment_2_1_1 ) ) ;
- public final void rule__ThreadGroupType__Group_2_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_3_1__1__Impl"
+ // InternalAadl2Parser.g:22729:1: rule__ThreadGroupType__Group_3_1__1__Impl : ( ( rule__ThreadGroupType__OwnedPrototypeBindingAssignment_3_1_1 ) ) ;
+ public final void rule__ThreadGroupType__Group_3_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23548:1: ( ( ( rule__ThreadGroupType__OwnedPrototypeBindingAssignment_2_1_1 ) ) )
- // InternalAadl2Parser.g:23549:1: ( ( rule__ThreadGroupType__OwnedPrototypeBindingAssignment_2_1_1 ) )
+ // InternalAadl2Parser.g:22733:1: ( ( ( rule__ThreadGroupType__OwnedPrototypeBindingAssignment_3_1_1 ) ) )
+ // InternalAadl2Parser.g:22734:1: ( ( rule__ThreadGroupType__OwnedPrototypeBindingAssignment_3_1_1 ) )
{
- // InternalAadl2Parser.g:23549:1: ( ( rule__ThreadGroupType__OwnedPrototypeBindingAssignment_2_1_1 ) )
- // InternalAadl2Parser.g:23550:2: ( rule__ThreadGroupType__OwnedPrototypeBindingAssignment_2_1_1 )
+ // InternalAadl2Parser.g:22734:1: ( ( rule__ThreadGroupType__OwnedPrototypeBindingAssignment_3_1_1 ) )
+ // InternalAadl2Parser.g:22735:2: ( rule__ThreadGroupType__OwnedPrototypeBindingAssignment_3_1_1 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1());
- // InternalAadl2Parser.g:23551:2: ( rule__ThreadGroupType__OwnedPrototypeBindingAssignment_2_1_1 )
- // InternalAadl2Parser.g:23551:3: rule__ThreadGroupType__OwnedPrototypeBindingAssignment_2_1_1
+ before(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeBindingAssignment_3_1_1());
+ // InternalAadl2Parser.g:22736:2: ( rule__ThreadGroupType__OwnedPrototypeBindingAssignment_3_1_1 )
+ // InternalAadl2Parser.g:22736:3: rule__ThreadGroupType__OwnedPrototypeBindingAssignment_3_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__OwnedPrototypeBindingAssignment_2_1_1();
+ rule__ThreadGroupType__OwnedPrototypeBindingAssignment_3_1_1();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1());
+ after(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeBindingAssignment_3_1_1());
}
@@ -100052,26 +97616,26 @@ public final void rule__ThreadGroupType__Group_2_1__1__Impl() throws Recognition
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_2_1__1__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group_3_1__1__Impl"
- // $ANTLR start "rule__ThreadGroupType__Group_2_1__2"
- // InternalAadl2Parser.g:23559:1: rule__ThreadGroupType__Group_2_1__2 : rule__ThreadGroupType__Group_2_1__2__Impl rule__ThreadGroupType__Group_2_1__3 ;
- public final void rule__ThreadGroupType__Group_2_1__2() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_3_1__2"
+ // InternalAadl2Parser.g:22744:1: rule__ThreadGroupType__Group_3_1__2 : rule__ThreadGroupType__Group_3_1__2__Impl rule__ThreadGroupType__Group_3_1__3 ;
+ public final void rule__ThreadGroupType__Group_3_1__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23563:1: ( rule__ThreadGroupType__Group_2_1__2__Impl rule__ThreadGroupType__Group_2_1__3 )
- // InternalAadl2Parser.g:23564:2: rule__ThreadGroupType__Group_2_1__2__Impl rule__ThreadGroupType__Group_2_1__3
+ // InternalAadl2Parser.g:22748:1: ( rule__ThreadGroupType__Group_3_1__2__Impl rule__ThreadGroupType__Group_3_1__3 )
+ // InternalAadl2Parser.g:22749:2: rule__ThreadGroupType__Group_3_1__2__Impl rule__ThreadGroupType__Group_3_1__3
{
pushFollow(FollowSets000.FOLLOW_30);
- rule__ThreadGroupType__Group_2_1__2__Impl();
+ rule__ThreadGroupType__Group_3_1__2__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_2_1__3();
+ rule__ThreadGroupType__Group_3_1__3();
state._fsp--;
@@ -100090,24 +97654,24 @@ public final void rule__ThreadGroupType__Group_2_1__2() throws RecognitionExcept
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_2_1__2"
+ // $ANTLR end "rule__ThreadGroupType__Group_3_1__2"
- // $ANTLR start "rule__ThreadGroupType__Group_2_1__2__Impl"
- // InternalAadl2Parser.g:23571:1: rule__ThreadGroupType__Group_2_1__2__Impl : ( ( rule__ThreadGroupType__Group_2_1_2__0 )* ) ;
- public final void rule__ThreadGroupType__Group_2_1__2__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_3_1__2__Impl"
+ // InternalAadl2Parser.g:22756:1: rule__ThreadGroupType__Group_3_1__2__Impl : ( ( rule__ThreadGroupType__Group_3_1_2__0 )* ) ;
+ public final void rule__ThreadGroupType__Group_3_1__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23575:1: ( ( ( rule__ThreadGroupType__Group_2_1_2__0 )* ) )
- // InternalAadl2Parser.g:23576:1: ( ( rule__ThreadGroupType__Group_2_1_2__0 )* )
+ // InternalAadl2Parser.g:22760:1: ( ( ( rule__ThreadGroupType__Group_3_1_2__0 )* ) )
+ // InternalAadl2Parser.g:22761:1: ( ( rule__ThreadGroupType__Group_3_1_2__0 )* )
{
- // InternalAadl2Parser.g:23576:1: ( ( rule__ThreadGroupType__Group_2_1_2__0 )* )
- // InternalAadl2Parser.g:23577:2: ( rule__ThreadGroupType__Group_2_1_2__0 )*
+ // InternalAadl2Parser.g:22761:1: ( ( rule__ThreadGroupType__Group_3_1_2__0 )* )
+ // InternalAadl2Parser.g:22762:2: ( rule__ThreadGroupType__Group_3_1_2__0 )*
{
- before(grammarAccess.getThreadGroupTypeAccess().getGroup_2_1_2());
- // InternalAadl2Parser.g:23578:2: ( rule__ThreadGroupType__Group_2_1_2__0 )*
+ before(grammarAccess.getThreadGroupTypeAccess().getGroup_3_1_2());
+ // InternalAadl2Parser.g:22763:2: ( rule__ThreadGroupType__Group_3_1_2__0 )*
loop587:
do {
int alt587=2;
@@ -100120,10 +97684,10 @@ public final void rule__ThreadGroupType__Group_2_1__2__Impl() throws Recognition
switch (alt587) {
case 1 :
- // InternalAadl2Parser.g:23578:3: rule__ThreadGroupType__Group_2_1_2__0
+ // InternalAadl2Parser.g:22763:3: rule__ThreadGroupType__Group_3_1_2__0
{
pushFollow(FollowSets000.FOLLOW_14);
- rule__ThreadGroupType__Group_2_1_2__0();
+ rule__ThreadGroupType__Group_3_1_2__0();
state._fsp--;
@@ -100136,7 +97700,7 @@ public final void rule__ThreadGroupType__Group_2_1__2__Impl() throws Recognition
}
} while (true);
- after(grammarAccess.getThreadGroupTypeAccess().getGroup_2_1_2());
+ after(grammarAccess.getThreadGroupTypeAccess().getGroup_3_1_2());
}
@@ -100155,21 +97719,21 @@ public final void rule__ThreadGroupType__Group_2_1__2__Impl() throws Recognition
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_2_1__2__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group_3_1__2__Impl"
- // $ANTLR start "rule__ThreadGroupType__Group_2_1__3"
- // InternalAadl2Parser.g:23586:1: rule__ThreadGroupType__Group_2_1__3 : rule__ThreadGroupType__Group_2_1__3__Impl ;
- public final void rule__ThreadGroupType__Group_2_1__3() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_3_1__3"
+ // InternalAadl2Parser.g:22771:1: rule__ThreadGroupType__Group_3_1__3 : rule__ThreadGroupType__Group_3_1__3__Impl ;
+ public final void rule__ThreadGroupType__Group_3_1__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23590:1: ( rule__ThreadGroupType__Group_2_1__3__Impl )
- // InternalAadl2Parser.g:23591:2: rule__ThreadGroupType__Group_2_1__3__Impl
+ // InternalAadl2Parser.g:22775:1: ( rule__ThreadGroupType__Group_3_1__3__Impl )
+ // InternalAadl2Parser.g:22776:2: rule__ThreadGroupType__Group_3_1__3__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_2_1__3__Impl();
+ rule__ThreadGroupType__Group_3_1__3__Impl();
state._fsp--;
@@ -100188,25 +97752,25 @@ public final void rule__ThreadGroupType__Group_2_1__3() throws RecognitionExcept
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_2_1__3"
+ // $ANTLR end "rule__ThreadGroupType__Group_3_1__3"
- // $ANTLR start "rule__ThreadGroupType__Group_2_1__3__Impl"
- // InternalAadl2Parser.g:23597:1: rule__ThreadGroupType__Group_2_1__3__Impl : ( RightParenthesis ) ;
- public final void rule__ThreadGroupType__Group_2_1__3__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_3_1__3__Impl"
+ // InternalAadl2Parser.g:22782:1: rule__ThreadGroupType__Group_3_1__3__Impl : ( RightParenthesis ) ;
+ public final void rule__ThreadGroupType__Group_3_1__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23601:1: ( ( RightParenthesis ) )
- // InternalAadl2Parser.g:23602:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:22786:1: ( ( RightParenthesis ) )
+ // InternalAadl2Parser.g:22787:1: ( RightParenthesis )
{
- // InternalAadl2Parser.g:23602:1: ( RightParenthesis )
- // InternalAadl2Parser.g:23603:2: RightParenthesis
+ // InternalAadl2Parser.g:22787:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:22788:2: RightParenthesis
{
- before(grammarAccess.getThreadGroupTypeAccess().getRightParenthesisKeyword_2_1_3());
+ before(grammarAccess.getThreadGroupTypeAccess().getRightParenthesisKeyword_3_1_3());
match(input,RightParenthesis,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupTypeAccess().getRightParenthesisKeyword_2_1_3());
+ after(grammarAccess.getThreadGroupTypeAccess().getRightParenthesisKeyword_3_1_3());
}
@@ -100225,26 +97789,26 @@ public final void rule__ThreadGroupType__Group_2_1__3__Impl() throws Recognition
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_2_1__3__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group_3_1__3__Impl"
- // $ANTLR start "rule__ThreadGroupType__Group_2_1_2__0"
- // InternalAadl2Parser.g:23613:1: rule__ThreadGroupType__Group_2_1_2__0 : rule__ThreadGroupType__Group_2_1_2__0__Impl rule__ThreadGroupType__Group_2_1_2__1 ;
- public final void rule__ThreadGroupType__Group_2_1_2__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_3_1_2__0"
+ // InternalAadl2Parser.g:22798:1: rule__ThreadGroupType__Group_3_1_2__0 : rule__ThreadGroupType__Group_3_1_2__0__Impl rule__ThreadGroupType__Group_3_1_2__1 ;
+ public final void rule__ThreadGroupType__Group_3_1_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23617:1: ( rule__ThreadGroupType__Group_2_1_2__0__Impl rule__ThreadGroupType__Group_2_1_2__1 )
- // InternalAadl2Parser.g:23618:2: rule__ThreadGroupType__Group_2_1_2__0__Impl rule__ThreadGroupType__Group_2_1_2__1
+ // InternalAadl2Parser.g:22802:1: ( rule__ThreadGroupType__Group_3_1_2__0__Impl rule__ThreadGroupType__Group_3_1_2__1 )
+ // InternalAadl2Parser.g:22803:2: rule__ThreadGroupType__Group_3_1_2__0__Impl rule__ThreadGroupType__Group_3_1_2__1
{
pushFollow(FollowSets000.FOLLOW_4);
- rule__ThreadGroupType__Group_2_1_2__0__Impl();
+ rule__ThreadGroupType__Group_3_1_2__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_2_1_2__1();
+ rule__ThreadGroupType__Group_3_1_2__1();
state._fsp--;
@@ -100263,25 +97827,25 @@ public final void rule__ThreadGroupType__Group_2_1_2__0() throws RecognitionExce
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_2_1_2__0"
+ // $ANTLR end "rule__ThreadGroupType__Group_3_1_2__0"
- // $ANTLR start "rule__ThreadGroupType__Group_2_1_2__0__Impl"
- // InternalAadl2Parser.g:23625:1: rule__ThreadGroupType__Group_2_1_2__0__Impl : ( Comma ) ;
- public final void rule__ThreadGroupType__Group_2_1_2__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_3_1_2__0__Impl"
+ // InternalAadl2Parser.g:22810:1: rule__ThreadGroupType__Group_3_1_2__0__Impl : ( Comma ) ;
+ public final void rule__ThreadGroupType__Group_3_1_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23629:1: ( ( Comma ) )
- // InternalAadl2Parser.g:23630:1: ( Comma )
+ // InternalAadl2Parser.g:22814:1: ( ( Comma ) )
+ // InternalAadl2Parser.g:22815:1: ( Comma )
{
- // InternalAadl2Parser.g:23630:1: ( Comma )
- // InternalAadl2Parser.g:23631:2: Comma
+ // InternalAadl2Parser.g:22815:1: ( Comma )
+ // InternalAadl2Parser.g:22816:2: Comma
{
- before(grammarAccess.getThreadGroupTypeAccess().getCommaKeyword_2_1_2_0());
+ before(grammarAccess.getThreadGroupTypeAccess().getCommaKeyword_3_1_2_0());
match(input,Comma,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupTypeAccess().getCommaKeyword_2_1_2_0());
+ after(grammarAccess.getThreadGroupTypeAccess().getCommaKeyword_3_1_2_0());
}
@@ -100300,21 +97864,21 @@ public final void rule__ThreadGroupType__Group_2_1_2__0__Impl() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_2_1_2__0__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group_3_1_2__0__Impl"
- // $ANTLR start "rule__ThreadGroupType__Group_2_1_2__1"
- // InternalAadl2Parser.g:23640:1: rule__ThreadGroupType__Group_2_1_2__1 : rule__ThreadGroupType__Group_2_1_2__1__Impl ;
- public final void rule__ThreadGroupType__Group_2_1_2__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_3_1_2__1"
+ // InternalAadl2Parser.g:22825:1: rule__ThreadGroupType__Group_3_1_2__1 : rule__ThreadGroupType__Group_3_1_2__1__Impl ;
+ public final void rule__ThreadGroupType__Group_3_1_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23644:1: ( rule__ThreadGroupType__Group_2_1_2__1__Impl )
- // InternalAadl2Parser.g:23645:2: rule__ThreadGroupType__Group_2_1_2__1__Impl
+ // InternalAadl2Parser.g:22829:1: ( rule__ThreadGroupType__Group_3_1_2__1__Impl )
+ // InternalAadl2Parser.g:22830:2: rule__ThreadGroupType__Group_3_1_2__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_2_1_2__1__Impl();
+ rule__ThreadGroupType__Group_3_1_2__1__Impl();
state._fsp--;
@@ -100333,35 +97897,35 @@ public final void rule__ThreadGroupType__Group_2_1_2__1() throws RecognitionExce
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_2_1_2__1"
+ // $ANTLR end "rule__ThreadGroupType__Group_3_1_2__1"
- // $ANTLR start "rule__ThreadGroupType__Group_2_1_2__1__Impl"
- // InternalAadl2Parser.g:23651:1: rule__ThreadGroupType__Group_2_1_2__1__Impl : ( ( rule__ThreadGroupType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) ;
- public final void rule__ThreadGroupType__Group_2_1_2__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_3_1_2__1__Impl"
+ // InternalAadl2Parser.g:22836:1: rule__ThreadGroupType__Group_3_1_2__1__Impl : ( ( rule__ThreadGroupType__OwnedPrototypeBindingAssignment_3_1_2_1 ) ) ;
+ public final void rule__ThreadGroupType__Group_3_1_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23655:1: ( ( ( rule__ThreadGroupType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) )
- // InternalAadl2Parser.g:23656:1: ( ( rule__ThreadGroupType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
+ // InternalAadl2Parser.g:22840:1: ( ( ( rule__ThreadGroupType__OwnedPrototypeBindingAssignment_3_1_2_1 ) ) )
+ // InternalAadl2Parser.g:22841:1: ( ( rule__ThreadGroupType__OwnedPrototypeBindingAssignment_3_1_2_1 ) )
{
- // InternalAadl2Parser.g:23656:1: ( ( rule__ThreadGroupType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
- // InternalAadl2Parser.g:23657:2: ( rule__ThreadGroupType__OwnedPrototypeBindingAssignment_2_1_2_1 )
+ // InternalAadl2Parser.g:22841:1: ( ( rule__ThreadGroupType__OwnedPrototypeBindingAssignment_3_1_2_1 ) )
+ // InternalAadl2Parser.g:22842:2: ( rule__ThreadGroupType__OwnedPrototypeBindingAssignment_3_1_2_1 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeBindingAssignment_2_1_2_1());
- // InternalAadl2Parser.g:23658:2: ( rule__ThreadGroupType__OwnedPrototypeBindingAssignment_2_1_2_1 )
- // InternalAadl2Parser.g:23658:3: rule__ThreadGroupType__OwnedPrototypeBindingAssignment_2_1_2_1
+ before(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeBindingAssignment_3_1_2_1());
+ // InternalAadl2Parser.g:22843:2: ( rule__ThreadGroupType__OwnedPrototypeBindingAssignment_3_1_2_1 )
+ // InternalAadl2Parser.g:22843:3: rule__ThreadGroupType__OwnedPrototypeBindingAssignment_3_1_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__OwnedPrototypeBindingAssignment_2_1_2_1();
+ rule__ThreadGroupType__OwnedPrototypeBindingAssignment_3_1_2_1();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeBindingAssignment_2_1_2_1());
+ after(grammarAccess.getThreadGroupTypeAccess().getOwnedPrototypeBindingAssignment_3_1_2_1());
}
@@ -100380,26 +97944,26 @@ public final void rule__ThreadGroupType__Group_2_1_2__1__Impl() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_2_1_2__1__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group_3_1_2__1__Impl"
- // $ANTLR start "rule__ThreadGroupType__Group_3__0"
- // InternalAadl2Parser.g:23667:1: rule__ThreadGroupType__Group_3__0 : rule__ThreadGroupType__Group_3__0__Impl rule__ThreadGroupType__Group_3__1 ;
- public final void rule__ThreadGroupType__Group_3__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_4__0"
+ // InternalAadl2Parser.g:22852:1: rule__ThreadGroupType__Group_4__0 : rule__ThreadGroupType__Group_4__0__Impl rule__ThreadGroupType__Group_4__1 ;
+ public final void rule__ThreadGroupType__Group_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23671:1: ( rule__ThreadGroupType__Group_3__0__Impl rule__ThreadGroupType__Group_3__1 )
- // InternalAadl2Parser.g:23672:2: rule__ThreadGroupType__Group_3__0__Impl rule__ThreadGroupType__Group_3__1
+ // InternalAadl2Parser.g:22856:1: ( rule__ThreadGroupType__Group_4__0__Impl rule__ThreadGroupType__Group_4__1 )
+ // InternalAadl2Parser.g:22857:2: rule__ThreadGroupType__Group_4__0__Impl rule__ThreadGroupType__Group_4__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__ThreadGroupType__Group_3__0__Impl();
+ rule__ThreadGroupType__Group_4__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_3__1();
+ rule__ThreadGroupType__Group_4__1();
state._fsp--;
@@ -100418,25 +97982,25 @@ public final void rule__ThreadGroupType__Group_3__0() throws RecognitionExceptio
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_3__0"
+ // $ANTLR end "rule__ThreadGroupType__Group_4__0"
- // $ANTLR start "rule__ThreadGroupType__Group_3__0__Impl"
- // InternalAadl2Parser.g:23679:1: rule__ThreadGroupType__Group_3__0__Impl : ( Prototypes ) ;
- public final void rule__ThreadGroupType__Group_3__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_4__0__Impl"
+ // InternalAadl2Parser.g:22864:1: rule__ThreadGroupType__Group_4__0__Impl : ( Prototypes ) ;
+ public final void rule__ThreadGroupType__Group_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23683:1: ( ( Prototypes ) )
- // InternalAadl2Parser.g:23684:1: ( Prototypes )
+ // InternalAadl2Parser.g:22868:1: ( ( Prototypes ) )
+ // InternalAadl2Parser.g:22869:1: ( Prototypes )
{
- // InternalAadl2Parser.g:23684:1: ( Prototypes )
- // InternalAadl2Parser.g:23685:2: Prototypes
+ // InternalAadl2Parser.g:22869:1: ( Prototypes )
+ // InternalAadl2Parser.g:22870:2: Prototypes
{
- before(grammarAccess.getThreadGroupTypeAccess().getPrototypesKeyword_3_0());
+ before(grammarAccess.getThreadGroupTypeAccess().getPrototypesKeyword_4_0());
match(input,Prototypes,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupTypeAccess().getPrototypesKeyword_3_0());
+ after(grammarAccess.getThreadGroupTypeAccess().getPrototypesKeyword_4_0());
}
@@ -100455,21 +98019,21 @@ public final void rule__ThreadGroupType__Group_3__0__Impl() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_3__0__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group_4__0__Impl"
- // $ANTLR start "rule__ThreadGroupType__Group_3__1"
- // InternalAadl2Parser.g:23694:1: rule__ThreadGroupType__Group_3__1 : rule__ThreadGroupType__Group_3__1__Impl ;
- public final void rule__ThreadGroupType__Group_3__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_4__1"
+ // InternalAadl2Parser.g:22879:1: rule__ThreadGroupType__Group_4__1 : rule__ThreadGroupType__Group_4__1__Impl ;
+ public final void rule__ThreadGroupType__Group_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23698:1: ( rule__ThreadGroupType__Group_3__1__Impl )
- // InternalAadl2Parser.g:23699:2: rule__ThreadGroupType__Group_3__1__Impl
+ // InternalAadl2Parser.g:22883:1: ( rule__ThreadGroupType__Group_4__1__Impl )
+ // InternalAadl2Parser.g:22884:2: rule__ThreadGroupType__Group_4__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_3__1__Impl();
+ rule__ThreadGroupType__Group_4__1__Impl();
state._fsp--;
@@ -100488,35 +98052,35 @@ public final void rule__ThreadGroupType__Group_3__1() throws RecognitionExceptio
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_3__1"
+ // $ANTLR end "rule__ThreadGroupType__Group_4__1"
- // $ANTLR start "rule__ThreadGroupType__Group_3__1__Impl"
- // InternalAadl2Parser.g:23705:1: rule__ThreadGroupType__Group_3__1__Impl : ( ( rule__ThreadGroupType__Alternatives_3_1 ) ) ;
- public final void rule__ThreadGroupType__Group_3__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_4__1__Impl"
+ // InternalAadl2Parser.g:22890:1: rule__ThreadGroupType__Group_4__1__Impl : ( ( rule__ThreadGroupType__Alternatives_4_1 ) ) ;
+ public final void rule__ThreadGroupType__Group_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23709:1: ( ( ( rule__ThreadGroupType__Alternatives_3_1 ) ) )
- // InternalAadl2Parser.g:23710:1: ( ( rule__ThreadGroupType__Alternatives_3_1 ) )
+ // InternalAadl2Parser.g:22894:1: ( ( ( rule__ThreadGroupType__Alternatives_4_1 ) ) )
+ // InternalAadl2Parser.g:22895:1: ( ( rule__ThreadGroupType__Alternatives_4_1 ) )
{
- // InternalAadl2Parser.g:23710:1: ( ( rule__ThreadGroupType__Alternatives_3_1 ) )
- // InternalAadl2Parser.g:23711:2: ( rule__ThreadGroupType__Alternatives_3_1 )
+ // InternalAadl2Parser.g:22895:1: ( ( rule__ThreadGroupType__Alternatives_4_1 ) )
+ // InternalAadl2Parser.g:22896:2: ( rule__ThreadGroupType__Alternatives_4_1 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_3_1());
- // InternalAadl2Parser.g:23712:2: ( rule__ThreadGroupType__Alternatives_3_1 )
- // InternalAadl2Parser.g:23712:3: rule__ThreadGroupType__Alternatives_3_1
+ before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_4_1());
+ // InternalAadl2Parser.g:22897:2: ( rule__ThreadGroupType__Alternatives_4_1 )
+ // InternalAadl2Parser.g:22897:3: rule__ThreadGroupType__Alternatives_4_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Alternatives_3_1();
+ rule__ThreadGroupType__Alternatives_4_1();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_3_1());
+ after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_4_1());
}
@@ -100535,26 +98099,26 @@ public final void rule__ThreadGroupType__Group_3__1__Impl() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_3__1__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group_4__1__Impl"
- // $ANTLR start "rule__ThreadGroupType__Group_3_1_0__0"
- // InternalAadl2Parser.g:23721:1: rule__ThreadGroupType__Group_3_1_0__0 : rule__ThreadGroupType__Group_3_1_0__0__Impl rule__ThreadGroupType__Group_3_1_0__1 ;
- public final void rule__ThreadGroupType__Group_3_1_0__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_4_1_0__0"
+ // InternalAadl2Parser.g:22906:1: rule__ThreadGroupType__Group_4_1_0__0 : rule__ThreadGroupType__Group_4_1_0__0__Impl rule__ThreadGroupType__Group_4_1_0__1 ;
+ public final void rule__ThreadGroupType__Group_4_1_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23725:1: ( rule__ThreadGroupType__Group_3_1_0__0__Impl rule__ThreadGroupType__Group_3_1_0__1 )
- // InternalAadl2Parser.g:23726:2: rule__ThreadGroupType__Group_3_1_0__0__Impl rule__ThreadGroupType__Group_3_1_0__1
+ // InternalAadl2Parser.g:22910:1: ( rule__ThreadGroupType__Group_4_1_0__0__Impl rule__ThreadGroupType__Group_4_1_0__1 )
+ // InternalAadl2Parser.g:22911:2: rule__ThreadGroupType__Group_4_1_0__0__Impl rule__ThreadGroupType__Group_4_1_0__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__ThreadGroupType__Group_3_1_0__0__Impl();
+ rule__ThreadGroupType__Group_4_1_0__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_3_1_0__1();
+ rule__ThreadGroupType__Group_4_1_0__1();
state._fsp--;
@@ -100573,35 +98137,35 @@ public final void rule__ThreadGroupType__Group_3_1_0__0() throws RecognitionExce
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_3_1_0__0"
+ // $ANTLR end "rule__ThreadGroupType__Group_4_1_0__0"
- // $ANTLR start "rule__ThreadGroupType__Group_3_1_0__0__Impl"
- // InternalAadl2Parser.g:23733:1: rule__ThreadGroupType__Group_3_1_0__0__Impl : ( ( rule__ThreadGroupType__NoPrototypesAssignment_3_1_0_0 ) ) ;
- public final void rule__ThreadGroupType__Group_3_1_0__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_4_1_0__0__Impl"
+ // InternalAadl2Parser.g:22918:1: rule__ThreadGroupType__Group_4_1_0__0__Impl : ( ( rule__ThreadGroupType__NoPrototypesAssignment_4_1_0_0 ) ) ;
+ public final void rule__ThreadGroupType__Group_4_1_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23737:1: ( ( ( rule__ThreadGroupType__NoPrototypesAssignment_3_1_0_0 ) ) )
- // InternalAadl2Parser.g:23738:1: ( ( rule__ThreadGroupType__NoPrototypesAssignment_3_1_0_0 ) )
+ // InternalAadl2Parser.g:22922:1: ( ( ( rule__ThreadGroupType__NoPrototypesAssignment_4_1_0_0 ) ) )
+ // InternalAadl2Parser.g:22923:1: ( ( rule__ThreadGroupType__NoPrototypesAssignment_4_1_0_0 ) )
{
- // InternalAadl2Parser.g:23738:1: ( ( rule__ThreadGroupType__NoPrototypesAssignment_3_1_0_0 ) )
- // InternalAadl2Parser.g:23739:2: ( rule__ThreadGroupType__NoPrototypesAssignment_3_1_0_0 )
+ // InternalAadl2Parser.g:22923:1: ( ( rule__ThreadGroupType__NoPrototypesAssignment_4_1_0_0 ) )
+ // InternalAadl2Parser.g:22924:2: ( rule__ThreadGroupType__NoPrototypesAssignment_4_1_0_0 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getNoPrototypesAssignment_3_1_0_0());
- // InternalAadl2Parser.g:23740:2: ( rule__ThreadGroupType__NoPrototypesAssignment_3_1_0_0 )
- // InternalAadl2Parser.g:23740:3: rule__ThreadGroupType__NoPrototypesAssignment_3_1_0_0
+ before(grammarAccess.getThreadGroupTypeAccess().getNoPrototypesAssignment_4_1_0_0());
+ // InternalAadl2Parser.g:22925:2: ( rule__ThreadGroupType__NoPrototypesAssignment_4_1_0_0 )
+ // InternalAadl2Parser.g:22925:3: rule__ThreadGroupType__NoPrototypesAssignment_4_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__NoPrototypesAssignment_3_1_0_0();
+ rule__ThreadGroupType__NoPrototypesAssignment_4_1_0_0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getNoPrototypesAssignment_3_1_0_0());
+ after(grammarAccess.getThreadGroupTypeAccess().getNoPrototypesAssignment_4_1_0_0());
}
@@ -100620,21 +98184,21 @@ public final void rule__ThreadGroupType__Group_3_1_0__0__Impl() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_3_1_0__0__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group_4_1_0__0__Impl"
- // $ANTLR start "rule__ThreadGroupType__Group_3_1_0__1"
- // InternalAadl2Parser.g:23748:1: rule__ThreadGroupType__Group_3_1_0__1 : rule__ThreadGroupType__Group_3_1_0__1__Impl ;
- public final void rule__ThreadGroupType__Group_3_1_0__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_4_1_0__1"
+ // InternalAadl2Parser.g:22933:1: rule__ThreadGroupType__Group_4_1_0__1 : rule__ThreadGroupType__Group_4_1_0__1__Impl ;
+ public final void rule__ThreadGroupType__Group_4_1_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23752:1: ( rule__ThreadGroupType__Group_3_1_0__1__Impl )
- // InternalAadl2Parser.g:23753:2: rule__ThreadGroupType__Group_3_1_0__1__Impl
+ // InternalAadl2Parser.g:22937:1: ( rule__ThreadGroupType__Group_4_1_0__1__Impl )
+ // InternalAadl2Parser.g:22938:2: rule__ThreadGroupType__Group_4_1_0__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_3_1_0__1__Impl();
+ rule__ThreadGroupType__Group_4_1_0__1__Impl();
state._fsp--;
@@ -100653,25 +98217,25 @@ public final void rule__ThreadGroupType__Group_3_1_0__1() throws RecognitionExce
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_3_1_0__1"
+ // $ANTLR end "rule__ThreadGroupType__Group_4_1_0__1"
- // $ANTLR start "rule__ThreadGroupType__Group_3_1_0__1__Impl"
- // InternalAadl2Parser.g:23759:1: rule__ThreadGroupType__Group_3_1_0__1__Impl : ( Semicolon ) ;
- public final void rule__ThreadGroupType__Group_3_1_0__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_4_1_0__1__Impl"
+ // InternalAadl2Parser.g:22944:1: rule__ThreadGroupType__Group_4_1_0__1__Impl : ( Semicolon ) ;
+ public final void rule__ThreadGroupType__Group_4_1_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23763:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:23764:1: ( Semicolon )
+ // InternalAadl2Parser.g:22948:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:22949:1: ( Semicolon )
{
- // InternalAadl2Parser.g:23764:1: ( Semicolon )
- // InternalAadl2Parser.g:23765:2: Semicolon
+ // InternalAadl2Parser.g:22949:1: ( Semicolon )
+ // InternalAadl2Parser.g:22950:2: Semicolon
{
- before(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_3_1_0_1());
+ before(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_4_1_0_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_3_1_0_1());
+ after(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_4_1_0_1());
}
@@ -100690,26 +98254,26 @@ public final void rule__ThreadGroupType__Group_3_1_0__1__Impl() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_3_1_0__1__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group_4_1_0__1__Impl"
- // $ANTLR start "rule__ThreadGroupType__Group_4__0"
- // InternalAadl2Parser.g:23775:1: rule__ThreadGroupType__Group_4__0 : rule__ThreadGroupType__Group_4__0__Impl rule__ThreadGroupType__Group_4__1 ;
- public final void rule__ThreadGroupType__Group_4__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_5__0"
+ // InternalAadl2Parser.g:22960:1: rule__ThreadGroupType__Group_5__0 : rule__ThreadGroupType__Group_5__0__Impl rule__ThreadGroupType__Group_5__1 ;
+ public final void rule__ThreadGroupType__Group_5__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23779:1: ( rule__ThreadGroupType__Group_4__0__Impl rule__ThreadGroupType__Group_4__1 )
- // InternalAadl2Parser.g:23780:2: rule__ThreadGroupType__Group_4__0__Impl rule__ThreadGroupType__Group_4__1
+ // InternalAadl2Parser.g:22964:1: ( rule__ThreadGroupType__Group_5__0__Impl rule__ThreadGroupType__Group_5__1 )
+ // InternalAadl2Parser.g:22965:2: rule__ThreadGroupType__Group_5__0__Impl rule__ThreadGroupType__Group_5__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__ThreadGroupType__Group_4__0__Impl();
+ rule__ThreadGroupType__Group_5__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_4__1();
+ rule__ThreadGroupType__Group_5__1();
state._fsp--;
@@ -100728,25 +98292,25 @@ public final void rule__ThreadGroupType__Group_4__0() throws RecognitionExceptio
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_4__0"
+ // $ANTLR end "rule__ThreadGroupType__Group_5__0"
- // $ANTLR start "rule__ThreadGroupType__Group_4__0__Impl"
- // InternalAadl2Parser.g:23787:1: rule__ThreadGroupType__Group_4__0__Impl : ( Features ) ;
- public final void rule__ThreadGroupType__Group_4__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_5__0__Impl"
+ // InternalAadl2Parser.g:22972:1: rule__ThreadGroupType__Group_5__0__Impl : ( Features ) ;
+ public final void rule__ThreadGroupType__Group_5__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23791:1: ( ( Features ) )
- // InternalAadl2Parser.g:23792:1: ( Features )
+ // InternalAadl2Parser.g:22976:1: ( ( Features ) )
+ // InternalAadl2Parser.g:22977:1: ( Features )
{
- // InternalAadl2Parser.g:23792:1: ( Features )
- // InternalAadl2Parser.g:23793:2: Features
+ // InternalAadl2Parser.g:22977:1: ( Features )
+ // InternalAadl2Parser.g:22978:2: Features
{
- before(grammarAccess.getThreadGroupTypeAccess().getFeaturesKeyword_4_0());
+ before(grammarAccess.getThreadGroupTypeAccess().getFeaturesKeyword_5_0());
match(input,Features,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupTypeAccess().getFeaturesKeyword_4_0());
+ after(grammarAccess.getThreadGroupTypeAccess().getFeaturesKeyword_5_0());
}
@@ -100765,21 +98329,21 @@ public final void rule__ThreadGroupType__Group_4__0__Impl() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_4__0__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group_5__0__Impl"
- // $ANTLR start "rule__ThreadGroupType__Group_4__1"
- // InternalAadl2Parser.g:23802:1: rule__ThreadGroupType__Group_4__1 : rule__ThreadGroupType__Group_4__1__Impl ;
- public final void rule__ThreadGroupType__Group_4__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_5__1"
+ // InternalAadl2Parser.g:22987:1: rule__ThreadGroupType__Group_5__1 : rule__ThreadGroupType__Group_5__1__Impl ;
+ public final void rule__ThreadGroupType__Group_5__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23806:1: ( rule__ThreadGroupType__Group_4__1__Impl )
- // InternalAadl2Parser.g:23807:2: rule__ThreadGroupType__Group_4__1__Impl
+ // InternalAadl2Parser.g:22991:1: ( rule__ThreadGroupType__Group_5__1__Impl )
+ // InternalAadl2Parser.g:22992:2: rule__ThreadGroupType__Group_5__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_4__1__Impl();
+ rule__ThreadGroupType__Group_5__1__Impl();
state._fsp--;
@@ -100798,35 +98362,35 @@ public final void rule__ThreadGroupType__Group_4__1() throws RecognitionExceptio
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_4__1"
+ // $ANTLR end "rule__ThreadGroupType__Group_5__1"
- // $ANTLR start "rule__ThreadGroupType__Group_4__1__Impl"
- // InternalAadl2Parser.g:23813:1: rule__ThreadGroupType__Group_4__1__Impl : ( ( rule__ThreadGroupType__Alternatives_4_1 ) ) ;
- public final void rule__ThreadGroupType__Group_4__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_5__1__Impl"
+ // InternalAadl2Parser.g:22998:1: rule__ThreadGroupType__Group_5__1__Impl : ( ( rule__ThreadGroupType__Alternatives_5_1 ) ) ;
+ public final void rule__ThreadGroupType__Group_5__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23817:1: ( ( ( rule__ThreadGroupType__Alternatives_4_1 ) ) )
- // InternalAadl2Parser.g:23818:1: ( ( rule__ThreadGroupType__Alternatives_4_1 ) )
+ // InternalAadl2Parser.g:23002:1: ( ( ( rule__ThreadGroupType__Alternatives_5_1 ) ) )
+ // InternalAadl2Parser.g:23003:1: ( ( rule__ThreadGroupType__Alternatives_5_1 ) )
{
- // InternalAadl2Parser.g:23818:1: ( ( rule__ThreadGroupType__Alternatives_4_1 ) )
- // InternalAadl2Parser.g:23819:2: ( rule__ThreadGroupType__Alternatives_4_1 )
+ // InternalAadl2Parser.g:23003:1: ( ( rule__ThreadGroupType__Alternatives_5_1 ) )
+ // InternalAadl2Parser.g:23004:2: ( rule__ThreadGroupType__Alternatives_5_1 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_4_1());
- // InternalAadl2Parser.g:23820:2: ( rule__ThreadGroupType__Alternatives_4_1 )
- // InternalAadl2Parser.g:23820:3: rule__ThreadGroupType__Alternatives_4_1
+ before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_5_1());
+ // InternalAadl2Parser.g:23005:2: ( rule__ThreadGroupType__Alternatives_5_1 )
+ // InternalAadl2Parser.g:23005:3: rule__ThreadGroupType__Alternatives_5_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Alternatives_4_1();
+ rule__ThreadGroupType__Alternatives_5_1();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_4_1());
+ after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_5_1());
}
@@ -100845,26 +98409,26 @@ public final void rule__ThreadGroupType__Group_4__1__Impl() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_4__1__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group_5__1__Impl"
- // $ANTLR start "rule__ThreadGroupType__Group_4_1_0__0"
- // InternalAadl2Parser.g:23829:1: rule__ThreadGroupType__Group_4_1_0__0 : rule__ThreadGroupType__Group_4_1_0__0__Impl rule__ThreadGroupType__Group_4_1_0__1 ;
- public final void rule__ThreadGroupType__Group_4_1_0__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_5_1_0__0"
+ // InternalAadl2Parser.g:23014:1: rule__ThreadGroupType__Group_5_1_0__0 : rule__ThreadGroupType__Group_5_1_0__0__Impl rule__ThreadGroupType__Group_5_1_0__1 ;
+ public final void rule__ThreadGroupType__Group_5_1_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23833:1: ( rule__ThreadGroupType__Group_4_1_0__0__Impl rule__ThreadGroupType__Group_4_1_0__1 )
- // InternalAadl2Parser.g:23834:2: rule__ThreadGroupType__Group_4_1_0__0__Impl rule__ThreadGroupType__Group_4_1_0__1
+ // InternalAadl2Parser.g:23018:1: ( rule__ThreadGroupType__Group_5_1_0__0__Impl rule__ThreadGroupType__Group_5_1_0__1 )
+ // InternalAadl2Parser.g:23019:2: rule__ThreadGroupType__Group_5_1_0__0__Impl rule__ThreadGroupType__Group_5_1_0__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__ThreadGroupType__Group_4_1_0__0__Impl();
+ rule__ThreadGroupType__Group_5_1_0__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_4_1_0__1();
+ rule__ThreadGroupType__Group_5_1_0__1();
state._fsp--;
@@ -100883,35 +98447,35 @@ public final void rule__ThreadGroupType__Group_4_1_0__0() throws RecognitionExce
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_4_1_0__0"
+ // $ANTLR end "rule__ThreadGroupType__Group_5_1_0__0"
- // $ANTLR start "rule__ThreadGroupType__Group_4_1_0__0__Impl"
- // InternalAadl2Parser.g:23841:1: rule__ThreadGroupType__Group_4_1_0__0__Impl : ( ( rule__ThreadGroupType__NoFeaturesAssignment_4_1_0_0 ) ) ;
- public final void rule__ThreadGroupType__Group_4_1_0__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_5_1_0__0__Impl"
+ // InternalAadl2Parser.g:23026:1: rule__ThreadGroupType__Group_5_1_0__0__Impl : ( ( rule__ThreadGroupType__NoFeaturesAssignment_5_1_0_0 ) ) ;
+ public final void rule__ThreadGroupType__Group_5_1_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23845:1: ( ( ( rule__ThreadGroupType__NoFeaturesAssignment_4_1_0_0 ) ) )
- // InternalAadl2Parser.g:23846:1: ( ( rule__ThreadGroupType__NoFeaturesAssignment_4_1_0_0 ) )
+ // InternalAadl2Parser.g:23030:1: ( ( ( rule__ThreadGroupType__NoFeaturesAssignment_5_1_0_0 ) ) )
+ // InternalAadl2Parser.g:23031:1: ( ( rule__ThreadGroupType__NoFeaturesAssignment_5_1_0_0 ) )
{
- // InternalAadl2Parser.g:23846:1: ( ( rule__ThreadGroupType__NoFeaturesAssignment_4_1_0_0 ) )
- // InternalAadl2Parser.g:23847:2: ( rule__ThreadGroupType__NoFeaturesAssignment_4_1_0_0 )
+ // InternalAadl2Parser.g:23031:1: ( ( rule__ThreadGroupType__NoFeaturesAssignment_5_1_0_0 ) )
+ // InternalAadl2Parser.g:23032:2: ( rule__ThreadGroupType__NoFeaturesAssignment_5_1_0_0 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getNoFeaturesAssignment_4_1_0_0());
- // InternalAadl2Parser.g:23848:2: ( rule__ThreadGroupType__NoFeaturesAssignment_4_1_0_0 )
- // InternalAadl2Parser.g:23848:3: rule__ThreadGroupType__NoFeaturesAssignment_4_1_0_0
+ before(grammarAccess.getThreadGroupTypeAccess().getNoFeaturesAssignment_5_1_0_0());
+ // InternalAadl2Parser.g:23033:2: ( rule__ThreadGroupType__NoFeaturesAssignment_5_1_0_0 )
+ // InternalAadl2Parser.g:23033:3: rule__ThreadGroupType__NoFeaturesAssignment_5_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__NoFeaturesAssignment_4_1_0_0();
+ rule__ThreadGroupType__NoFeaturesAssignment_5_1_0_0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getNoFeaturesAssignment_4_1_0_0());
+ after(grammarAccess.getThreadGroupTypeAccess().getNoFeaturesAssignment_5_1_0_0());
}
@@ -100930,21 +98494,21 @@ public final void rule__ThreadGroupType__Group_4_1_0__0__Impl() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_4_1_0__0__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group_5_1_0__0__Impl"
- // $ANTLR start "rule__ThreadGroupType__Group_4_1_0__1"
- // InternalAadl2Parser.g:23856:1: rule__ThreadGroupType__Group_4_1_0__1 : rule__ThreadGroupType__Group_4_1_0__1__Impl ;
- public final void rule__ThreadGroupType__Group_4_1_0__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_5_1_0__1"
+ // InternalAadl2Parser.g:23041:1: rule__ThreadGroupType__Group_5_1_0__1 : rule__ThreadGroupType__Group_5_1_0__1__Impl ;
+ public final void rule__ThreadGroupType__Group_5_1_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23860:1: ( rule__ThreadGroupType__Group_4_1_0__1__Impl )
- // InternalAadl2Parser.g:23861:2: rule__ThreadGroupType__Group_4_1_0__1__Impl
+ // InternalAadl2Parser.g:23045:1: ( rule__ThreadGroupType__Group_5_1_0__1__Impl )
+ // InternalAadl2Parser.g:23046:2: rule__ThreadGroupType__Group_5_1_0__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_4_1_0__1__Impl();
+ rule__ThreadGroupType__Group_5_1_0__1__Impl();
state._fsp--;
@@ -100963,25 +98527,25 @@ public final void rule__ThreadGroupType__Group_4_1_0__1() throws RecognitionExce
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_4_1_0__1"
+ // $ANTLR end "rule__ThreadGroupType__Group_5_1_0__1"
- // $ANTLR start "rule__ThreadGroupType__Group_4_1_0__1__Impl"
- // InternalAadl2Parser.g:23867:1: rule__ThreadGroupType__Group_4_1_0__1__Impl : ( Semicolon ) ;
- public final void rule__ThreadGroupType__Group_4_1_0__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_5_1_0__1__Impl"
+ // InternalAadl2Parser.g:23052:1: rule__ThreadGroupType__Group_5_1_0__1__Impl : ( Semicolon ) ;
+ public final void rule__ThreadGroupType__Group_5_1_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23871:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:23872:1: ( Semicolon )
+ // InternalAadl2Parser.g:23056:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:23057:1: ( Semicolon )
{
- // InternalAadl2Parser.g:23872:1: ( Semicolon )
- // InternalAadl2Parser.g:23873:2: Semicolon
+ // InternalAadl2Parser.g:23057:1: ( Semicolon )
+ // InternalAadl2Parser.g:23058:2: Semicolon
{
- before(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_4_1_0_1());
+ before(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_5_1_0_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_4_1_0_1());
+ after(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_5_1_0_1());
}
@@ -101000,26 +98564,26 @@ public final void rule__ThreadGroupType__Group_4_1_0__1__Impl() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_4_1_0__1__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group_5_1_0__1__Impl"
- // $ANTLR start "rule__ThreadGroupType__Group_5__0"
- // InternalAadl2Parser.g:23883:1: rule__ThreadGroupType__Group_5__0 : rule__ThreadGroupType__Group_5__0__Impl rule__ThreadGroupType__Group_5__1 ;
- public final void rule__ThreadGroupType__Group_5__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_6__0"
+ // InternalAadl2Parser.g:23068:1: rule__ThreadGroupType__Group_6__0 : rule__ThreadGroupType__Group_6__0__Impl rule__ThreadGroupType__Group_6__1 ;
+ public final void rule__ThreadGroupType__Group_6__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23887:1: ( rule__ThreadGroupType__Group_5__0__Impl rule__ThreadGroupType__Group_5__1 )
- // InternalAadl2Parser.g:23888:2: rule__ThreadGroupType__Group_5__0__Impl rule__ThreadGroupType__Group_5__1
+ // InternalAadl2Parser.g:23072:1: ( rule__ThreadGroupType__Group_6__0__Impl rule__ThreadGroupType__Group_6__1 )
+ // InternalAadl2Parser.g:23073:2: rule__ThreadGroupType__Group_6__0__Impl rule__ThreadGroupType__Group_6__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__ThreadGroupType__Group_5__0__Impl();
+ rule__ThreadGroupType__Group_6__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_5__1();
+ rule__ThreadGroupType__Group_6__1();
state._fsp--;
@@ -101038,25 +98602,25 @@ public final void rule__ThreadGroupType__Group_5__0() throws RecognitionExceptio
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_5__0"
+ // $ANTLR end "rule__ThreadGroupType__Group_6__0"
- // $ANTLR start "rule__ThreadGroupType__Group_5__0__Impl"
- // InternalAadl2Parser.g:23895:1: rule__ThreadGroupType__Group_5__0__Impl : ( Flows ) ;
- public final void rule__ThreadGroupType__Group_5__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_6__0__Impl"
+ // InternalAadl2Parser.g:23080:1: rule__ThreadGroupType__Group_6__0__Impl : ( Flows ) ;
+ public final void rule__ThreadGroupType__Group_6__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23899:1: ( ( Flows ) )
- // InternalAadl2Parser.g:23900:1: ( Flows )
+ // InternalAadl2Parser.g:23084:1: ( ( Flows ) )
+ // InternalAadl2Parser.g:23085:1: ( Flows )
{
- // InternalAadl2Parser.g:23900:1: ( Flows )
- // InternalAadl2Parser.g:23901:2: Flows
+ // InternalAadl2Parser.g:23085:1: ( Flows )
+ // InternalAadl2Parser.g:23086:2: Flows
{
- before(grammarAccess.getThreadGroupTypeAccess().getFlowsKeyword_5_0());
+ before(grammarAccess.getThreadGroupTypeAccess().getFlowsKeyword_6_0());
match(input,Flows,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupTypeAccess().getFlowsKeyword_5_0());
+ after(grammarAccess.getThreadGroupTypeAccess().getFlowsKeyword_6_0());
}
@@ -101075,21 +98639,21 @@ public final void rule__ThreadGroupType__Group_5__0__Impl() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_5__0__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group_6__0__Impl"
- // $ANTLR start "rule__ThreadGroupType__Group_5__1"
- // InternalAadl2Parser.g:23910:1: rule__ThreadGroupType__Group_5__1 : rule__ThreadGroupType__Group_5__1__Impl ;
- public final void rule__ThreadGroupType__Group_5__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_6__1"
+ // InternalAadl2Parser.g:23095:1: rule__ThreadGroupType__Group_6__1 : rule__ThreadGroupType__Group_6__1__Impl ;
+ public final void rule__ThreadGroupType__Group_6__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23914:1: ( rule__ThreadGroupType__Group_5__1__Impl )
- // InternalAadl2Parser.g:23915:2: rule__ThreadGroupType__Group_5__1__Impl
+ // InternalAadl2Parser.g:23099:1: ( rule__ThreadGroupType__Group_6__1__Impl )
+ // InternalAadl2Parser.g:23100:2: rule__ThreadGroupType__Group_6__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_5__1__Impl();
+ rule__ThreadGroupType__Group_6__1__Impl();
state._fsp--;
@@ -101108,35 +98672,35 @@ public final void rule__ThreadGroupType__Group_5__1() throws RecognitionExceptio
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_5__1"
+ // $ANTLR end "rule__ThreadGroupType__Group_6__1"
- // $ANTLR start "rule__ThreadGroupType__Group_5__1__Impl"
- // InternalAadl2Parser.g:23921:1: rule__ThreadGroupType__Group_5__1__Impl : ( ( rule__ThreadGroupType__Alternatives_5_1 ) ) ;
- public final void rule__ThreadGroupType__Group_5__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_6__1__Impl"
+ // InternalAadl2Parser.g:23106:1: rule__ThreadGroupType__Group_6__1__Impl : ( ( rule__ThreadGroupType__Alternatives_6_1 ) ) ;
+ public final void rule__ThreadGroupType__Group_6__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23925:1: ( ( ( rule__ThreadGroupType__Alternatives_5_1 ) ) )
- // InternalAadl2Parser.g:23926:1: ( ( rule__ThreadGroupType__Alternatives_5_1 ) )
+ // InternalAadl2Parser.g:23110:1: ( ( ( rule__ThreadGroupType__Alternatives_6_1 ) ) )
+ // InternalAadl2Parser.g:23111:1: ( ( rule__ThreadGroupType__Alternatives_6_1 ) )
{
- // InternalAadl2Parser.g:23926:1: ( ( rule__ThreadGroupType__Alternatives_5_1 ) )
- // InternalAadl2Parser.g:23927:2: ( rule__ThreadGroupType__Alternatives_5_1 )
+ // InternalAadl2Parser.g:23111:1: ( ( rule__ThreadGroupType__Alternatives_6_1 ) )
+ // InternalAadl2Parser.g:23112:2: ( rule__ThreadGroupType__Alternatives_6_1 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_5_1());
- // InternalAadl2Parser.g:23928:2: ( rule__ThreadGroupType__Alternatives_5_1 )
- // InternalAadl2Parser.g:23928:3: rule__ThreadGroupType__Alternatives_5_1
+ before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_6_1());
+ // InternalAadl2Parser.g:23113:2: ( rule__ThreadGroupType__Alternatives_6_1 )
+ // InternalAadl2Parser.g:23113:3: rule__ThreadGroupType__Alternatives_6_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Alternatives_5_1();
+ rule__ThreadGroupType__Alternatives_6_1();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_5_1());
+ after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_6_1());
}
@@ -101155,26 +98719,26 @@ public final void rule__ThreadGroupType__Group_5__1__Impl() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_5__1__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group_6__1__Impl"
- // $ANTLR start "rule__ThreadGroupType__Group_5_1_1__0"
- // InternalAadl2Parser.g:23937:1: rule__ThreadGroupType__Group_5_1_1__0 : rule__ThreadGroupType__Group_5_1_1__0__Impl rule__ThreadGroupType__Group_5_1_1__1 ;
- public final void rule__ThreadGroupType__Group_5_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_6_1_1__0"
+ // InternalAadl2Parser.g:23122:1: rule__ThreadGroupType__Group_6_1_1__0 : rule__ThreadGroupType__Group_6_1_1__0__Impl rule__ThreadGroupType__Group_6_1_1__1 ;
+ public final void rule__ThreadGroupType__Group_6_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23941:1: ( rule__ThreadGroupType__Group_5_1_1__0__Impl rule__ThreadGroupType__Group_5_1_1__1 )
- // InternalAadl2Parser.g:23942:2: rule__ThreadGroupType__Group_5_1_1__0__Impl rule__ThreadGroupType__Group_5_1_1__1
+ // InternalAadl2Parser.g:23126:1: ( rule__ThreadGroupType__Group_6_1_1__0__Impl rule__ThreadGroupType__Group_6_1_1__1 )
+ // InternalAadl2Parser.g:23127:2: rule__ThreadGroupType__Group_6_1_1__0__Impl rule__ThreadGroupType__Group_6_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__ThreadGroupType__Group_5_1_1__0__Impl();
+ rule__ThreadGroupType__Group_6_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_5_1_1__1();
+ rule__ThreadGroupType__Group_6_1_1__1();
state._fsp--;
@@ -101193,35 +98757,35 @@ public final void rule__ThreadGroupType__Group_5_1_1__0() throws RecognitionExce
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_5_1_1__0"
+ // $ANTLR end "rule__ThreadGroupType__Group_6_1_1__0"
- // $ANTLR start "rule__ThreadGroupType__Group_5_1_1__0__Impl"
- // InternalAadl2Parser.g:23949:1: rule__ThreadGroupType__Group_5_1_1__0__Impl : ( ( rule__ThreadGroupType__NoFlowsAssignment_5_1_1_0 ) ) ;
- public final void rule__ThreadGroupType__Group_5_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_6_1_1__0__Impl"
+ // InternalAadl2Parser.g:23134:1: rule__ThreadGroupType__Group_6_1_1__0__Impl : ( ( rule__ThreadGroupType__NoFlowsAssignment_6_1_1_0 ) ) ;
+ public final void rule__ThreadGroupType__Group_6_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23953:1: ( ( ( rule__ThreadGroupType__NoFlowsAssignment_5_1_1_0 ) ) )
- // InternalAadl2Parser.g:23954:1: ( ( rule__ThreadGroupType__NoFlowsAssignment_5_1_1_0 ) )
+ // InternalAadl2Parser.g:23138:1: ( ( ( rule__ThreadGroupType__NoFlowsAssignment_6_1_1_0 ) ) )
+ // InternalAadl2Parser.g:23139:1: ( ( rule__ThreadGroupType__NoFlowsAssignment_6_1_1_0 ) )
{
- // InternalAadl2Parser.g:23954:1: ( ( rule__ThreadGroupType__NoFlowsAssignment_5_1_1_0 ) )
- // InternalAadl2Parser.g:23955:2: ( rule__ThreadGroupType__NoFlowsAssignment_5_1_1_0 )
+ // InternalAadl2Parser.g:23139:1: ( ( rule__ThreadGroupType__NoFlowsAssignment_6_1_1_0 ) )
+ // InternalAadl2Parser.g:23140:2: ( rule__ThreadGroupType__NoFlowsAssignment_6_1_1_0 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getNoFlowsAssignment_5_1_1_0());
- // InternalAadl2Parser.g:23956:2: ( rule__ThreadGroupType__NoFlowsAssignment_5_1_1_0 )
- // InternalAadl2Parser.g:23956:3: rule__ThreadGroupType__NoFlowsAssignment_5_1_1_0
+ before(grammarAccess.getThreadGroupTypeAccess().getNoFlowsAssignment_6_1_1_0());
+ // InternalAadl2Parser.g:23141:2: ( rule__ThreadGroupType__NoFlowsAssignment_6_1_1_0 )
+ // InternalAadl2Parser.g:23141:3: rule__ThreadGroupType__NoFlowsAssignment_6_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__NoFlowsAssignment_5_1_1_0();
+ rule__ThreadGroupType__NoFlowsAssignment_6_1_1_0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getNoFlowsAssignment_5_1_1_0());
+ after(grammarAccess.getThreadGroupTypeAccess().getNoFlowsAssignment_6_1_1_0());
}
@@ -101240,21 +98804,21 @@ public final void rule__ThreadGroupType__Group_5_1_1__0__Impl() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_5_1_1__0__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group_6_1_1__0__Impl"
- // $ANTLR start "rule__ThreadGroupType__Group_5_1_1__1"
- // InternalAadl2Parser.g:23964:1: rule__ThreadGroupType__Group_5_1_1__1 : rule__ThreadGroupType__Group_5_1_1__1__Impl ;
- public final void rule__ThreadGroupType__Group_5_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_6_1_1__1"
+ // InternalAadl2Parser.g:23149:1: rule__ThreadGroupType__Group_6_1_1__1 : rule__ThreadGroupType__Group_6_1_1__1__Impl ;
+ public final void rule__ThreadGroupType__Group_6_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23968:1: ( rule__ThreadGroupType__Group_5_1_1__1__Impl )
- // InternalAadl2Parser.g:23969:2: rule__ThreadGroupType__Group_5_1_1__1__Impl
+ // InternalAadl2Parser.g:23153:1: ( rule__ThreadGroupType__Group_6_1_1__1__Impl )
+ // InternalAadl2Parser.g:23154:2: rule__ThreadGroupType__Group_6_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_5_1_1__1__Impl();
+ rule__ThreadGroupType__Group_6_1_1__1__Impl();
state._fsp--;
@@ -101273,25 +98837,25 @@ public final void rule__ThreadGroupType__Group_5_1_1__1() throws RecognitionExce
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_5_1_1__1"
+ // $ANTLR end "rule__ThreadGroupType__Group_6_1_1__1"
- // $ANTLR start "rule__ThreadGroupType__Group_5_1_1__1__Impl"
- // InternalAadl2Parser.g:23975:1: rule__ThreadGroupType__Group_5_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__ThreadGroupType__Group_5_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_6_1_1__1__Impl"
+ // InternalAadl2Parser.g:23160:1: rule__ThreadGroupType__Group_6_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__ThreadGroupType__Group_6_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23979:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:23980:1: ( Semicolon )
+ // InternalAadl2Parser.g:23164:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:23165:1: ( Semicolon )
{
- // InternalAadl2Parser.g:23980:1: ( Semicolon )
- // InternalAadl2Parser.g:23981:2: Semicolon
+ // InternalAadl2Parser.g:23165:1: ( Semicolon )
+ // InternalAadl2Parser.g:23166:2: Semicolon
{
- before(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_5_1_1_1());
+ before(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_6_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_5_1_1_1());
+ after(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_6_1_1_1());
}
@@ -101310,26 +98874,26 @@ public final void rule__ThreadGroupType__Group_5_1_1__1__Impl() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_5_1_1__1__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group_6_1_1__1__Impl"
- // $ANTLR start "rule__ThreadGroupType__Group_6_0__0"
- // InternalAadl2Parser.g:23991:1: rule__ThreadGroupType__Group_6_0__0 : rule__ThreadGroupType__Group_6_0__0__Impl rule__ThreadGroupType__Group_6_0__1 ;
- public final void rule__ThreadGroupType__Group_6_0__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_7_0__0"
+ // InternalAadl2Parser.g:23176:1: rule__ThreadGroupType__Group_7_0__0 : rule__ThreadGroupType__Group_7_0__0__Impl rule__ThreadGroupType__Group_7_0__1 ;
+ public final void rule__ThreadGroupType__Group_7_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:23995:1: ( rule__ThreadGroupType__Group_6_0__0__Impl rule__ThreadGroupType__Group_6_0__1 )
- // InternalAadl2Parser.g:23996:2: rule__ThreadGroupType__Group_6_0__0__Impl rule__ThreadGroupType__Group_6_0__1
+ // InternalAadl2Parser.g:23180:1: ( rule__ThreadGroupType__Group_7_0__0__Impl rule__ThreadGroupType__Group_7_0__1 )
+ // InternalAadl2Parser.g:23181:2: rule__ThreadGroupType__Group_7_0__0__Impl rule__ThreadGroupType__Group_7_0__1
{
- pushFollow(FollowSets000.FOLLOW_4);
- rule__ThreadGroupType__Group_6_0__0__Impl();
+ pushFollow(FollowSets000.FOLLOW_31);
+ rule__ThreadGroupType__Group_7_0__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_6_0__1();
+ rule__ThreadGroupType__Group_7_0__1();
state._fsp--;
@@ -101348,35 +98912,35 @@ public final void rule__ThreadGroupType__Group_6_0__0() throws RecognitionExcept
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_6_0__0"
+ // $ANTLR end "rule__ThreadGroupType__Group_7_0__0"
- // $ANTLR start "rule__ThreadGroupType__Group_6_0__0__Impl"
- // InternalAadl2Parser.g:24003:1: rule__ThreadGroupType__Group_6_0__0__Impl : ( ( rule__ThreadGroupType__DerivedModesAssignment_6_0_0 ) ) ;
- public final void rule__ThreadGroupType__Group_6_0__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_7_0__0__Impl"
+ // InternalAadl2Parser.g:23188:1: rule__ThreadGroupType__Group_7_0__0__Impl : ( ( rule__ThreadGroupType__DerivedModesAssignment_7_0_0 ) ) ;
+ public final void rule__ThreadGroupType__Group_7_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24007:1: ( ( ( rule__ThreadGroupType__DerivedModesAssignment_6_0_0 ) ) )
- // InternalAadl2Parser.g:24008:1: ( ( rule__ThreadGroupType__DerivedModesAssignment_6_0_0 ) )
+ // InternalAadl2Parser.g:23192:1: ( ( ( rule__ThreadGroupType__DerivedModesAssignment_7_0_0 ) ) )
+ // InternalAadl2Parser.g:23193:1: ( ( rule__ThreadGroupType__DerivedModesAssignment_7_0_0 ) )
{
- // InternalAadl2Parser.g:24008:1: ( ( rule__ThreadGroupType__DerivedModesAssignment_6_0_0 ) )
- // InternalAadl2Parser.g:24009:2: ( rule__ThreadGroupType__DerivedModesAssignment_6_0_0 )
+ // InternalAadl2Parser.g:23193:1: ( ( rule__ThreadGroupType__DerivedModesAssignment_7_0_0 ) )
+ // InternalAadl2Parser.g:23194:2: ( rule__ThreadGroupType__DerivedModesAssignment_7_0_0 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getDerivedModesAssignment_6_0_0());
- // InternalAadl2Parser.g:24010:2: ( rule__ThreadGroupType__DerivedModesAssignment_6_0_0 )
- // InternalAadl2Parser.g:24010:3: rule__ThreadGroupType__DerivedModesAssignment_6_0_0
+ before(grammarAccess.getThreadGroupTypeAccess().getDerivedModesAssignment_7_0_0());
+ // InternalAadl2Parser.g:23195:2: ( rule__ThreadGroupType__DerivedModesAssignment_7_0_0 )
+ // InternalAadl2Parser.g:23195:3: rule__ThreadGroupType__DerivedModesAssignment_7_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__DerivedModesAssignment_6_0_0();
+ rule__ThreadGroupType__DerivedModesAssignment_7_0_0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getDerivedModesAssignment_6_0_0());
+ after(grammarAccess.getThreadGroupTypeAccess().getDerivedModesAssignment_7_0_0());
}
@@ -101395,21 +98959,26 @@ public final void rule__ThreadGroupType__Group_6_0__0__Impl() throws Recognition
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_6_0__0__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group_7_0__0__Impl"
- // $ANTLR start "rule__ThreadGroupType__Group_6_0__1"
- // InternalAadl2Parser.g:24018:1: rule__ThreadGroupType__Group_6_0__1 : rule__ThreadGroupType__Group_6_0__1__Impl ;
- public final void rule__ThreadGroupType__Group_6_0__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_7_0__1"
+ // InternalAadl2Parser.g:23203:1: rule__ThreadGroupType__Group_7_0__1 : rule__ThreadGroupType__Group_7_0__1__Impl rule__ThreadGroupType__Group_7_0__2 ;
+ public final void rule__ThreadGroupType__Group_7_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24022:1: ( rule__ThreadGroupType__Group_6_0__1__Impl )
- // InternalAadl2Parser.g:24023:2: rule__ThreadGroupType__Group_6_0__1__Impl
+ // InternalAadl2Parser.g:23207:1: ( rule__ThreadGroupType__Group_7_0__1__Impl rule__ThreadGroupType__Group_7_0__2 )
+ // InternalAadl2Parser.g:23208:2: rule__ThreadGroupType__Group_7_0__1__Impl rule__ThreadGroupType__Group_7_0__2
{
+ pushFollow(FollowSets000.FOLLOW_4);
+ rule__ThreadGroupType__Group_7_0__1__Impl();
+
+ state._fsp--;
+
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_6_0__1__Impl();
+ rule__ThreadGroupType__Group_7_0__2();
state._fsp--;
@@ -101428,46 +98997,116 @@ public final void rule__ThreadGroupType__Group_6_0__1() throws RecognitionExcept
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_6_0__1"
+ // $ANTLR end "rule__ThreadGroupType__Group_7_0__1"
- // $ANTLR start "rule__ThreadGroupType__Group_6_0__1__Impl"
- // InternalAadl2Parser.g:24029:1: rule__ThreadGroupType__Group_6_0__1__Impl : ( ( ( rule__ThreadGroupType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__ThreadGroupType__OwnedModeAssignment_6_0_1 )* ) ) ;
- public final void rule__ThreadGroupType__Group_6_0__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_7_0__1__Impl"
+ // InternalAadl2Parser.g:23215:1: rule__ThreadGroupType__Group_7_0__1__Impl : ( Modes ) ;
+ public final void rule__ThreadGroupType__Group_7_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24033:1: ( ( ( ( rule__ThreadGroupType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__ThreadGroupType__OwnedModeAssignment_6_0_1 )* ) ) )
- // InternalAadl2Parser.g:24034:1: ( ( ( rule__ThreadGroupType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__ThreadGroupType__OwnedModeAssignment_6_0_1 )* ) )
+ // InternalAadl2Parser.g:23219:1: ( ( Modes ) )
+ // InternalAadl2Parser.g:23220:1: ( Modes )
{
- // InternalAadl2Parser.g:24034:1: ( ( ( rule__ThreadGroupType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__ThreadGroupType__OwnedModeAssignment_6_0_1 )* ) )
- // InternalAadl2Parser.g:24035:2: ( ( rule__ThreadGroupType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__ThreadGroupType__OwnedModeAssignment_6_0_1 )* )
+ // InternalAadl2Parser.g:23220:1: ( Modes )
+ // InternalAadl2Parser.g:23221:2: Modes
{
- // InternalAadl2Parser.g:24035:2: ( ( rule__ThreadGroupType__OwnedModeAssignment_6_0_1 ) )
- // InternalAadl2Parser.g:24036:3: ( rule__ThreadGroupType__OwnedModeAssignment_6_0_1 )
+ before(grammarAccess.getThreadGroupTypeAccess().getModesKeyword_7_0_1());
+ match(input,Modes,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getThreadGroupTypeAccess().getModesKeyword_7_0_1());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ThreadGroupType__Group_7_0__1__Impl"
+
+
+ // $ANTLR start "rule__ThreadGroupType__Group_7_0__2"
+ // InternalAadl2Parser.g:23230:1: rule__ThreadGroupType__Group_7_0__2 : rule__ThreadGroupType__Group_7_0__2__Impl ;
+ public final void rule__ThreadGroupType__Group_7_0__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:23234:1: ( rule__ThreadGroupType__Group_7_0__2__Impl )
+ // InternalAadl2Parser.g:23235:2: rule__ThreadGroupType__Group_7_0__2__Impl
{
- before(grammarAccess.getThreadGroupTypeAccess().getOwnedModeAssignment_6_0_1());
- // InternalAadl2Parser.g:24037:3: ( rule__ThreadGroupType__OwnedModeAssignment_6_0_1 )
- // InternalAadl2Parser.g:24037:4: rule__ThreadGroupType__OwnedModeAssignment_6_0_1
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ThreadGroupType__Group_7_0__2__Impl();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ThreadGroupType__Group_7_0__2"
+
+
+ // $ANTLR start "rule__ThreadGroupType__Group_7_0__2__Impl"
+ // InternalAadl2Parser.g:23241:1: rule__ThreadGroupType__Group_7_0__2__Impl : ( ( ( rule__ThreadGroupType__OwnedModeAssignment_7_0_2 ) ) ( ( rule__ThreadGroupType__OwnedModeAssignment_7_0_2 )* ) ) ;
+ public final void rule__ThreadGroupType__Group_7_0__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:23245:1: ( ( ( ( rule__ThreadGroupType__OwnedModeAssignment_7_0_2 ) ) ( ( rule__ThreadGroupType__OwnedModeAssignment_7_0_2 )* ) ) )
+ // InternalAadl2Parser.g:23246:1: ( ( ( rule__ThreadGroupType__OwnedModeAssignment_7_0_2 ) ) ( ( rule__ThreadGroupType__OwnedModeAssignment_7_0_2 )* ) )
+ {
+ // InternalAadl2Parser.g:23246:1: ( ( ( rule__ThreadGroupType__OwnedModeAssignment_7_0_2 ) ) ( ( rule__ThreadGroupType__OwnedModeAssignment_7_0_2 )* ) )
+ // InternalAadl2Parser.g:23247:2: ( ( rule__ThreadGroupType__OwnedModeAssignment_7_0_2 ) ) ( ( rule__ThreadGroupType__OwnedModeAssignment_7_0_2 )* )
+ {
+ // InternalAadl2Parser.g:23247:2: ( ( rule__ThreadGroupType__OwnedModeAssignment_7_0_2 ) )
+ // InternalAadl2Parser.g:23248:3: ( rule__ThreadGroupType__OwnedModeAssignment_7_0_2 )
+ {
+ before(grammarAccess.getThreadGroupTypeAccess().getOwnedModeAssignment_7_0_2());
+ // InternalAadl2Parser.g:23249:3: ( rule__ThreadGroupType__OwnedModeAssignment_7_0_2 )
+ // InternalAadl2Parser.g:23249:4: rule__ThreadGroupType__OwnedModeAssignment_7_0_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadGroupType__OwnedModeAssignment_6_0_1();
+ rule__ThreadGroupType__OwnedModeAssignment_7_0_2();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getOwnedModeAssignment_6_0_1());
+ after(grammarAccess.getThreadGroupTypeAccess().getOwnedModeAssignment_7_0_2());
}
- // InternalAadl2Parser.g:24040:2: ( ( rule__ThreadGroupType__OwnedModeAssignment_6_0_1 )* )
- // InternalAadl2Parser.g:24041:3: ( rule__ThreadGroupType__OwnedModeAssignment_6_0_1 )*
+ // InternalAadl2Parser.g:23252:2: ( ( rule__ThreadGroupType__OwnedModeAssignment_7_0_2 )* )
+ // InternalAadl2Parser.g:23253:3: ( rule__ThreadGroupType__OwnedModeAssignment_7_0_2 )*
{
- before(grammarAccess.getThreadGroupTypeAccess().getOwnedModeAssignment_6_0_1());
- // InternalAadl2Parser.g:24042:3: ( rule__ThreadGroupType__OwnedModeAssignment_6_0_1 )*
+ before(grammarAccess.getThreadGroupTypeAccess().getOwnedModeAssignment_7_0_2());
+ // InternalAadl2Parser.g:23254:3: ( rule__ThreadGroupType__OwnedModeAssignment_7_0_2 )*
loop588:
do {
int alt588=2;
@@ -101480,10 +99119,10 @@ public final void rule__ThreadGroupType__Group_6_0__1__Impl() throws Recognition
switch (alt588) {
case 1 :
- // InternalAadl2Parser.g:24042:4: rule__ThreadGroupType__OwnedModeAssignment_6_0_1
+ // InternalAadl2Parser.g:23254:4: rule__ThreadGroupType__OwnedModeAssignment_7_0_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadGroupType__OwnedModeAssignment_6_0_1();
+ rule__ThreadGroupType__OwnedModeAssignment_7_0_2();
state._fsp--;
@@ -101496,7 +99135,7 @@ public final void rule__ThreadGroupType__Group_6_0__1__Impl() throws Recognition
}
} while (true);
- after(grammarAccess.getThreadGroupTypeAccess().getOwnedModeAssignment_6_0_1());
+ after(grammarAccess.getThreadGroupTypeAccess().getOwnedModeAssignment_7_0_2());
}
@@ -101518,26 +99157,26 @@ public final void rule__ThreadGroupType__Group_6_0__1__Impl() throws Recognition
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_6_0__1__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group_7_0__2__Impl"
- // $ANTLR start "rule__ThreadGroupType__Group_6_1__0"
- // InternalAadl2Parser.g:24052:1: rule__ThreadGroupType__Group_6_1__0 : rule__ThreadGroupType__Group_6_1__0__Impl rule__ThreadGroupType__Group_6_1__1 ;
- public final void rule__ThreadGroupType__Group_6_1__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_7_1__0"
+ // InternalAadl2Parser.g:23264:1: rule__ThreadGroupType__Group_7_1__0 : rule__ThreadGroupType__Group_7_1__0__Impl rule__ThreadGroupType__Group_7_1__1 ;
+ public final void rule__ThreadGroupType__Group_7_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24056:1: ( rule__ThreadGroupType__Group_6_1__0__Impl rule__ThreadGroupType__Group_6_1__1 )
- // InternalAadl2Parser.g:24057:2: rule__ThreadGroupType__Group_6_1__0__Impl rule__ThreadGroupType__Group_6_1__1
+ // InternalAadl2Parser.g:23268:1: ( rule__ThreadGroupType__Group_7_1__0__Impl rule__ThreadGroupType__Group_7_1__1 )
+ // InternalAadl2Parser.g:23269:2: rule__ThreadGroupType__Group_7_1__0__Impl rule__ThreadGroupType__Group_7_1__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__ThreadGroupType__Group_6_1__0__Impl();
+ rule__ThreadGroupType__Group_7_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_6_1__1();
+ rule__ThreadGroupType__Group_7_1__1();
state._fsp--;
@@ -101556,25 +99195,25 @@ public final void rule__ThreadGroupType__Group_6_1__0() throws RecognitionExcept
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_6_1__0"
+ // $ANTLR end "rule__ThreadGroupType__Group_7_1__0"
- // $ANTLR start "rule__ThreadGroupType__Group_6_1__0__Impl"
- // InternalAadl2Parser.g:24064:1: rule__ThreadGroupType__Group_6_1__0__Impl : ( Modes ) ;
- public final void rule__ThreadGroupType__Group_6_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_7_1__0__Impl"
+ // InternalAadl2Parser.g:23276:1: rule__ThreadGroupType__Group_7_1__0__Impl : ( Modes ) ;
+ public final void rule__ThreadGroupType__Group_7_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24068:1: ( ( Modes ) )
- // InternalAadl2Parser.g:24069:1: ( Modes )
+ // InternalAadl2Parser.g:23280:1: ( ( Modes ) )
+ // InternalAadl2Parser.g:23281:1: ( Modes )
{
- // InternalAadl2Parser.g:24069:1: ( Modes )
- // InternalAadl2Parser.g:24070:2: Modes
+ // InternalAadl2Parser.g:23281:1: ( Modes )
+ // InternalAadl2Parser.g:23282:2: Modes
{
- before(grammarAccess.getThreadGroupTypeAccess().getModesKeyword_6_1_0());
+ before(grammarAccess.getThreadGroupTypeAccess().getModesKeyword_7_1_0());
match(input,Modes,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupTypeAccess().getModesKeyword_6_1_0());
+ after(grammarAccess.getThreadGroupTypeAccess().getModesKeyword_7_1_0());
}
@@ -101593,21 +99232,21 @@ public final void rule__ThreadGroupType__Group_6_1__0__Impl() throws Recognition
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_6_1__0__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group_7_1__0__Impl"
- // $ANTLR start "rule__ThreadGroupType__Group_6_1__1"
- // InternalAadl2Parser.g:24079:1: rule__ThreadGroupType__Group_6_1__1 : rule__ThreadGroupType__Group_6_1__1__Impl ;
- public final void rule__ThreadGroupType__Group_6_1__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_7_1__1"
+ // InternalAadl2Parser.g:23291:1: rule__ThreadGroupType__Group_7_1__1 : rule__ThreadGroupType__Group_7_1__1__Impl ;
+ public final void rule__ThreadGroupType__Group_7_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24083:1: ( rule__ThreadGroupType__Group_6_1__1__Impl )
- // InternalAadl2Parser.g:24084:2: rule__ThreadGroupType__Group_6_1__1__Impl
+ // InternalAadl2Parser.g:23295:1: ( rule__ThreadGroupType__Group_7_1__1__Impl )
+ // InternalAadl2Parser.g:23296:2: rule__ThreadGroupType__Group_7_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_6_1__1__Impl();
+ rule__ThreadGroupType__Group_7_1__1__Impl();
state._fsp--;
@@ -101626,35 +99265,35 @@ public final void rule__ThreadGroupType__Group_6_1__1() throws RecognitionExcept
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_6_1__1"
+ // $ANTLR end "rule__ThreadGroupType__Group_7_1__1"
- // $ANTLR start "rule__ThreadGroupType__Group_6_1__1__Impl"
- // InternalAadl2Parser.g:24090:1: rule__ThreadGroupType__Group_6_1__1__Impl : ( ( rule__ThreadGroupType__Alternatives_6_1_1 ) ) ;
- public final void rule__ThreadGroupType__Group_6_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_7_1__1__Impl"
+ // InternalAadl2Parser.g:23302:1: rule__ThreadGroupType__Group_7_1__1__Impl : ( ( rule__ThreadGroupType__Alternatives_7_1_1 ) ) ;
+ public final void rule__ThreadGroupType__Group_7_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24094:1: ( ( ( rule__ThreadGroupType__Alternatives_6_1_1 ) ) )
- // InternalAadl2Parser.g:24095:1: ( ( rule__ThreadGroupType__Alternatives_6_1_1 ) )
+ // InternalAadl2Parser.g:23306:1: ( ( ( rule__ThreadGroupType__Alternatives_7_1_1 ) ) )
+ // InternalAadl2Parser.g:23307:1: ( ( rule__ThreadGroupType__Alternatives_7_1_1 ) )
{
- // InternalAadl2Parser.g:24095:1: ( ( rule__ThreadGroupType__Alternatives_6_1_1 ) )
- // InternalAadl2Parser.g:24096:2: ( rule__ThreadGroupType__Alternatives_6_1_1 )
+ // InternalAadl2Parser.g:23307:1: ( ( rule__ThreadGroupType__Alternatives_7_1_1 ) )
+ // InternalAadl2Parser.g:23308:2: ( rule__ThreadGroupType__Alternatives_7_1_1 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_6_1_1());
- // InternalAadl2Parser.g:24097:2: ( rule__ThreadGroupType__Alternatives_6_1_1 )
- // InternalAadl2Parser.g:24097:3: rule__ThreadGroupType__Alternatives_6_1_1
+ before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_7_1_1());
+ // InternalAadl2Parser.g:23309:2: ( rule__ThreadGroupType__Alternatives_7_1_1 )
+ // InternalAadl2Parser.g:23309:3: rule__ThreadGroupType__Alternatives_7_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Alternatives_6_1_1();
+ rule__ThreadGroupType__Alternatives_7_1_1();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_6_1_1());
+ after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_7_1_1());
}
@@ -101673,26 +99312,26 @@ public final void rule__ThreadGroupType__Group_6_1__1__Impl() throws Recognition
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_6_1__1__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group_7_1__1__Impl"
- // $ANTLR start "rule__ThreadGroupType__Group_6_1_1_1__0"
- // InternalAadl2Parser.g:24106:1: rule__ThreadGroupType__Group_6_1_1_1__0 : rule__ThreadGroupType__Group_6_1_1_1__0__Impl rule__ThreadGroupType__Group_6_1_1_1__1 ;
- public final void rule__ThreadGroupType__Group_6_1_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_7_1_1_1__0"
+ // InternalAadl2Parser.g:23318:1: rule__ThreadGroupType__Group_7_1_1_1__0 : rule__ThreadGroupType__Group_7_1_1_1__0__Impl rule__ThreadGroupType__Group_7_1_1_1__1 ;
+ public final void rule__ThreadGroupType__Group_7_1_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24110:1: ( rule__ThreadGroupType__Group_6_1_1_1__0__Impl rule__ThreadGroupType__Group_6_1_1_1__1 )
- // InternalAadl2Parser.g:24111:2: rule__ThreadGroupType__Group_6_1_1_1__0__Impl rule__ThreadGroupType__Group_6_1_1_1__1
+ // InternalAadl2Parser.g:23322:1: ( rule__ThreadGroupType__Group_7_1_1_1__0__Impl rule__ThreadGroupType__Group_7_1_1_1__1 )
+ // InternalAadl2Parser.g:23323:2: rule__ThreadGroupType__Group_7_1_1_1__0__Impl rule__ThreadGroupType__Group_7_1_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__ThreadGroupType__Group_6_1_1_1__0__Impl();
+ rule__ThreadGroupType__Group_7_1_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_6_1_1_1__1();
+ rule__ThreadGroupType__Group_7_1_1_1__1();
state._fsp--;
@@ -101711,35 +99350,35 @@ public final void rule__ThreadGroupType__Group_6_1_1_1__0() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_6_1_1_1__0"
+ // $ANTLR end "rule__ThreadGroupType__Group_7_1_1_1__0"
- // $ANTLR start "rule__ThreadGroupType__Group_6_1_1_1__0__Impl"
- // InternalAadl2Parser.g:24118:1: rule__ThreadGroupType__Group_6_1_1_1__0__Impl : ( ( rule__ThreadGroupType__NoModesAssignment_6_1_1_1_0 ) ) ;
- public final void rule__ThreadGroupType__Group_6_1_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_7_1_1_1__0__Impl"
+ // InternalAadl2Parser.g:23330:1: rule__ThreadGroupType__Group_7_1_1_1__0__Impl : ( ( rule__ThreadGroupType__NoModesAssignment_7_1_1_1_0 ) ) ;
+ public final void rule__ThreadGroupType__Group_7_1_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24122:1: ( ( ( rule__ThreadGroupType__NoModesAssignment_6_1_1_1_0 ) ) )
- // InternalAadl2Parser.g:24123:1: ( ( rule__ThreadGroupType__NoModesAssignment_6_1_1_1_0 ) )
+ // InternalAadl2Parser.g:23334:1: ( ( ( rule__ThreadGroupType__NoModesAssignment_7_1_1_1_0 ) ) )
+ // InternalAadl2Parser.g:23335:1: ( ( rule__ThreadGroupType__NoModesAssignment_7_1_1_1_0 ) )
{
- // InternalAadl2Parser.g:24123:1: ( ( rule__ThreadGroupType__NoModesAssignment_6_1_1_1_0 ) )
- // InternalAadl2Parser.g:24124:2: ( rule__ThreadGroupType__NoModesAssignment_6_1_1_1_0 )
+ // InternalAadl2Parser.g:23335:1: ( ( rule__ThreadGroupType__NoModesAssignment_7_1_1_1_0 ) )
+ // InternalAadl2Parser.g:23336:2: ( rule__ThreadGroupType__NoModesAssignment_7_1_1_1_0 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getNoModesAssignment_6_1_1_1_0());
- // InternalAadl2Parser.g:24125:2: ( rule__ThreadGroupType__NoModesAssignment_6_1_1_1_0 )
- // InternalAadl2Parser.g:24125:3: rule__ThreadGroupType__NoModesAssignment_6_1_1_1_0
+ before(grammarAccess.getThreadGroupTypeAccess().getNoModesAssignment_7_1_1_1_0());
+ // InternalAadl2Parser.g:23337:2: ( rule__ThreadGroupType__NoModesAssignment_7_1_1_1_0 )
+ // InternalAadl2Parser.g:23337:3: rule__ThreadGroupType__NoModesAssignment_7_1_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__NoModesAssignment_6_1_1_1_0();
+ rule__ThreadGroupType__NoModesAssignment_7_1_1_1_0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getNoModesAssignment_6_1_1_1_0());
+ after(grammarAccess.getThreadGroupTypeAccess().getNoModesAssignment_7_1_1_1_0());
}
@@ -101758,21 +99397,21 @@ public final void rule__ThreadGroupType__Group_6_1_1_1__0__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_6_1_1_1__0__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group_7_1_1_1__0__Impl"
- // $ANTLR start "rule__ThreadGroupType__Group_6_1_1_1__1"
- // InternalAadl2Parser.g:24133:1: rule__ThreadGroupType__Group_6_1_1_1__1 : rule__ThreadGroupType__Group_6_1_1_1__1__Impl ;
- public final void rule__ThreadGroupType__Group_6_1_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_7_1_1_1__1"
+ // InternalAadl2Parser.g:23345:1: rule__ThreadGroupType__Group_7_1_1_1__1 : rule__ThreadGroupType__Group_7_1_1_1__1__Impl ;
+ public final void rule__ThreadGroupType__Group_7_1_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24137:1: ( rule__ThreadGroupType__Group_6_1_1_1__1__Impl )
- // InternalAadl2Parser.g:24138:2: rule__ThreadGroupType__Group_6_1_1_1__1__Impl
+ // InternalAadl2Parser.g:23349:1: ( rule__ThreadGroupType__Group_7_1_1_1__1__Impl )
+ // InternalAadl2Parser.g:23350:2: rule__ThreadGroupType__Group_7_1_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_6_1_1_1__1__Impl();
+ rule__ThreadGroupType__Group_7_1_1_1__1__Impl();
state._fsp--;
@@ -101791,25 +99430,25 @@ public final void rule__ThreadGroupType__Group_6_1_1_1__1() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_6_1_1_1__1"
+ // $ANTLR end "rule__ThreadGroupType__Group_7_1_1_1__1"
- // $ANTLR start "rule__ThreadGroupType__Group_6_1_1_1__1__Impl"
- // InternalAadl2Parser.g:24144:1: rule__ThreadGroupType__Group_6_1_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__ThreadGroupType__Group_6_1_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_7_1_1_1__1__Impl"
+ // InternalAadl2Parser.g:23356:1: rule__ThreadGroupType__Group_7_1_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__ThreadGroupType__Group_7_1_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24148:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:24149:1: ( Semicolon )
+ // InternalAadl2Parser.g:23360:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:23361:1: ( Semicolon )
{
- // InternalAadl2Parser.g:24149:1: ( Semicolon )
- // InternalAadl2Parser.g:24150:2: Semicolon
+ // InternalAadl2Parser.g:23361:1: ( Semicolon )
+ // InternalAadl2Parser.g:23362:2: Semicolon
{
- before(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_6_1_1_1_1());
+ before(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_7_1_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_6_1_1_1_1());
+ after(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_7_1_1_1_1());
}
@@ -101828,26 +99467,26 @@ public final void rule__ThreadGroupType__Group_6_1_1_1__1__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_6_1_1_1__1__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group_7_1_1_1__1__Impl"
- // $ANTLR start "rule__ThreadGroupType__Group_7__0"
- // InternalAadl2Parser.g:24160:1: rule__ThreadGroupType__Group_7__0 : rule__ThreadGroupType__Group_7__0__Impl rule__ThreadGroupType__Group_7__1 ;
- public final void rule__ThreadGroupType__Group_7__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_8__0"
+ // InternalAadl2Parser.g:23372:1: rule__ThreadGroupType__Group_8__0 : rule__ThreadGroupType__Group_8__0__Impl rule__ThreadGroupType__Group_8__1 ;
+ public final void rule__ThreadGroupType__Group_8__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24164:1: ( rule__ThreadGroupType__Group_7__0__Impl rule__ThreadGroupType__Group_7__1 )
- // InternalAadl2Parser.g:24165:2: rule__ThreadGroupType__Group_7__0__Impl rule__ThreadGroupType__Group_7__1
+ // InternalAadl2Parser.g:23376:1: ( rule__ThreadGroupType__Group_8__0__Impl rule__ThreadGroupType__Group_8__1 )
+ // InternalAadl2Parser.g:23377:2: rule__ThreadGroupType__Group_8__0__Impl rule__ThreadGroupType__Group_8__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__ThreadGroupType__Group_7__0__Impl();
+ rule__ThreadGroupType__Group_8__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_7__1();
+ rule__ThreadGroupType__Group_8__1();
state._fsp--;
@@ -101866,25 +99505,25 @@ public final void rule__ThreadGroupType__Group_7__0() throws RecognitionExceptio
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_7__0"
+ // $ANTLR end "rule__ThreadGroupType__Group_8__0"
- // $ANTLR start "rule__ThreadGroupType__Group_7__0__Impl"
- // InternalAadl2Parser.g:24172:1: rule__ThreadGroupType__Group_7__0__Impl : ( Properties ) ;
- public final void rule__ThreadGroupType__Group_7__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_8__0__Impl"
+ // InternalAadl2Parser.g:23384:1: rule__ThreadGroupType__Group_8__0__Impl : ( Properties ) ;
+ public final void rule__ThreadGroupType__Group_8__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24176:1: ( ( Properties ) )
- // InternalAadl2Parser.g:24177:1: ( Properties )
+ // InternalAadl2Parser.g:23388:1: ( ( Properties ) )
+ // InternalAadl2Parser.g:23389:1: ( Properties )
{
- // InternalAadl2Parser.g:24177:1: ( Properties )
- // InternalAadl2Parser.g:24178:2: Properties
+ // InternalAadl2Parser.g:23389:1: ( Properties )
+ // InternalAadl2Parser.g:23390:2: Properties
{
- before(grammarAccess.getThreadGroupTypeAccess().getPropertiesKeyword_7_0());
+ before(grammarAccess.getThreadGroupTypeAccess().getPropertiesKeyword_8_0());
match(input,Properties,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupTypeAccess().getPropertiesKeyword_7_0());
+ after(grammarAccess.getThreadGroupTypeAccess().getPropertiesKeyword_8_0());
}
@@ -101903,21 +99542,21 @@ public final void rule__ThreadGroupType__Group_7__0__Impl() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_7__0__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group_8__0__Impl"
- // $ANTLR start "rule__ThreadGroupType__Group_7__1"
- // InternalAadl2Parser.g:24187:1: rule__ThreadGroupType__Group_7__1 : rule__ThreadGroupType__Group_7__1__Impl ;
- public final void rule__ThreadGroupType__Group_7__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_8__1"
+ // InternalAadl2Parser.g:23399:1: rule__ThreadGroupType__Group_8__1 : rule__ThreadGroupType__Group_8__1__Impl ;
+ public final void rule__ThreadGroupType__Group_8__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24191:1: ( rule__ThreadGroupType__Group_7__1__Impl )
- // InternalAadl2Parser.g:24192:2: rule__ThreadGroupType__Group_7__1__Impl
+ // InternalAadl2Parser.g:23403:1: ( rule__ThreadGroupType__Group_8__1__Impl )
+ // InternalAadl2Parser.g:23404:2: rule__ThreadGroupType__Group_8__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_7__1__Impl();
+ rule__ThreadGroupType__Group_8__1__Impl();
state._fsp--;
@@ -101936,35 +99575,35 @@ public final void rule__ThreadGroupType__Group_7__1() throws RecognitionExceptio
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_7__1"
+ // $ANTLR end "rule__ThreadGroupType__Group_8__1"
- // $ANTLR start "rule__ThreadGroupType__Group_7__1__Impl"
- // InternalAadl2Parser.g:24198:1: rule__ThreadGroupType__Group_7__1__Impl : ( ( rule__ThreadGroupType__Alternatives_7_1 ) ) ;
- public final void rule__ThreadGroupType__Group_7__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_8__1__Impl"
+ // InternalAadl2Parser.g:23410:1: rule__ThreadGroupType__Group_8__1__Impl : ( ( rule__ThreadGroupType__Alternatives_8_1 ) ) ;
+ public final void rule__ThreadGroupType__Group_8__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24202:1: ( ( ( rule__ThreadGroupType__Alternatives_7_1 ) ) )
- // InternalAadl2Parser.g:24203:1: ( ( rule__ThreadGroupType__Alternatives_7_1 ) )
+ // InternalAadl2Parser.g:23414:1: ( ( ( rule__ThreadGroupType__Alternatives_8_1 ) ) )
+ // InternalAadl2Parser.g:23415:1: ( ( rule__ThreadGroupType__Alternatives_8_1 ) )
{
- // InternalAadl2Parser.g:24203:1: ( ( rule__ThreadGroupType__Alternatives_7_1 ) )
- // InternalAadl2Parser.g:24204:2: ( rule__ThreadGroupType__Alternatives_7_1 )
+ // InternalAadl2Parser.g:23415:1: ( ( rule__ThreadGroupType__Alternatives_8_1 ) )
+ // InternalAadl2Parser.g:23416:2: ( rule__ThreadGroupType__Alternatives_8_1 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_7_1());
- // InternalAadl2Parser.g:24205:2: ( rule__ThreadGroupType__Alternatives_7_1 )
- // InternalAadl2Parser.g:24205:3: rule__ThreadGroupType__Alternatives_7_1
+ before(grammarAccess.getThreadGroupTypeAccess().getAlternatives_8_1());
+ // InternalAadl2Parser.g:23417:2: ( rule__ThreadGroupType__Alternatives_8_1 )
+ // InternalAadl2Parser.g:23417:3: rule__ThreadGroupType__Alternatives_8_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Alternatives_7_1();
+ rule__ThreadGroupType__Alternatives_8_1();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_7_1());
+ after(grammarAccess.getThreadGroupTypeAccess().getAlternatives_8_1());
}
@@ -101983,26 +99622,26 @@ public final void rule__ThreadGroupType__Group_7__1__Impl() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_7__1__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group_8__1__Impl"
- // $ANTLR start "rule__ThreadGroupType__Group_7_1_1__0"
- // InternalAadl2Parser.g:24214:1: rule__ThreadGroupType__Group_7_1_1__0 : rule__ThreadGroupType__Group_7_1_1__0__Impl rule__ThreadGroupType__Group_7_1_1__1 ;
- public final void rule__ThreadGroupType__Group_7_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_8_1_1__0"
+ // InternalAadl2Parser.g:23426:1: rule__ThreadGroupType__Group_8_1_1__0 : rule__ThreadGroupType__Group_8_1_1__0__Impl rule__ThreadGroupType__Group_8_1_1__1 ;
+ public final void rule__ThreadGroupType__Group_8_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24218:1: ( rule__ThreadGroupType__Group_7_1_1__0__Impl rule__ThreadGroupType__Group_7_1_1__1 )
- // InternalAadl2Parser.g:24219:2: rule__ThreadGroupType__Group_7_1_1__0__Impl rule__ThreadGroupType__Group_7_1_1__1
+ // InternalAadl2Parser.g:23430:1: ( rule__ThreadGroupType__Group_8_1_1__0__Impl rule__ThreadGroupType__Group_8_1_1__1 )
+ // InternalAadl2Parser.g:23431:2: rule__ThreadGroupType__Group_8_1_1__0__Impl rule__ThreadGroupType__Group_8_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__ThreadGroupType__Group_7_1_1__0__Impl();
+ rule__ThreadGroupType__Group_8_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_7_1_1__1();
+ rule__ThreadGroupType__Group_8_1_1__1();
state._fsp--;
@@ -102021,35 +99660,35 @@ public final void rule__ThreadGroupType__Group_7_1_1__0() throws RecognitionExce
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_7_1_1__0"
+ // $ANTLR end "rule__ThreadGroupType__Group_8_1_1__0"
- // $ANTLR start "rule__ThreadGroupType__Group_7_1_1__0__Impl"
- // InternalAadl2Parser.g:24226:1: rule__ThreadGroupType__Group_7_1_1__0__Impl : ( ( rule__ThreadGroupType__NoPropertiesAssignment_7_1_1_0 ) ) ;
- public final void rule__ThreadGroupType__Group_7_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_8_1_1__0__Impl"
+ // InternalAadl2Parser.g:23438:1: rule__ThreadGroupType__Group_8_1_1__0__Impl : ( ( rule__ThreadGroupType__NoPropertiesAssignment_8_1_1_0 ) ) ;
+ public final void rule__ThreadGroupType__Group_8_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24230:1: ( ( ( rule__ThreadGroupType__NoPropertiesAssignment_7_1_1_0 ) ) )
- // InternalAadl2Parser.g:24231:1: ( ( rule__ThreadGroupType__NoPropertiesAssignment_7_1_1_0 ) )
+ // InternalAadl2Parser.g:23442:1: ( ( ( rule__ThreadGroupType__NoPropertiesAssignment_8_1_1_0 ) ) )
+ // InternalAadl2Parser.g:23443:1: ( ( rule__ThreadGroupType__NoPropertiesAssignment_8_1_1_0 ) )
{
- // InternalAadl2Parser.g:24231:1: ( ( rule__ThreadGroupType__NoPropertiesAssignment_7_1_1_0 ) )
- // InternalAadl2Parser.g:24232:2: ( rule__ThreadGroupType__NoPropertiesAssignment_7_1_1_0 )
+ // InternalAadl2Parser.g:23443:1: ( ( rule__ThreadGroupType__NoPropertiesAssignment_8_1_1_0 ) )
+ // InternalAadl2Parser.g:23444:2: ( rule__ThreadGroupType__NoPropertiesAssignment_8_1_1_0 )
{
- before(grammarAccess.getThreadGroupTypeAccess().getNoPropertiesAssignment_7_1_1_0());
- // InternalAadl2Parser.g:24233:2: ( rule__ThreadGroupType__NoPropertiesAssignment_7_1_1_0 )
- // InternalAadl2Parser.g:24233:3: rule__ThreadGroupType__NoPropertiesAssignment_7_1_1_0
+ before(grammarAccess.getThreadGroupTypeAccess().getNoPropertiesAssignment_8_1_1_0());
+ // InternalAadl2Parser.g:23445:2: ( rule__ThreadGroupType__NoPropertiesAssignment_8_1_1_0 )
+ // InternalAadl2Parser.g:23445:3: rule__ThreadGroupType__NoPropertiesAssignment_8_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__NoPropertiesAssignment_7_1_1_0();
+ rule__ThreadGroupType__NoPropertiesAssignment_8_1_1_0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupTypeAccess().getNoPropertiesAssignment_7_1_1_0());
+ after(grammarAccess.getThreadGroupTypeAccess().getNoPropertiesAssignment_8_1_1_0());
}
@@ -102068,21 +99707,21 @@ public final void rule__ThreadGroupType__Group_7_1_1__0__Impl() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_7_1_1__0__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group_8_1_1__0__Impl"
- // $ANTLR start "rule__ThreadGroupType__Group_7_1_1__1"
- // InternalAadl2Parser.g:24241:1: rule__ThreadGroupType__Group_7_1_1__1 : rule__ThreadGroupType__Group_7_1_1__1__Impl ;
- public final void rule__ThreadGroupType__Group_7_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_8_1_1__1"
+ // InternalAadl2Parser.g:23453:1: rule__ThreadGroupType__Group_8_1_1__1 : rule__ThreadGroupType__Group_8_1_1__1__Impl ;
+ public final void rule__ThreadGroupType__Group_8_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24245:1: ( rule__ThreadGroupType__Group_7_1_1__1__Impl )
- // InternalAadl2Parser.g:24246:2: rule__ThreadGroupType__Group_7_1_1__1__Impl
+ // InternalAadl2Parser.g:23457:1: ( rule__ThreadGroupType__Group_8_1_1__1__Impl )
+ // InternalAadl2Parser.g:23458:2: rule__ThreadGroupType__Group_8_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupType__Group_7_1_1__1__Impl();
+ rule__ThreadGroupType__Group_8_1_1__1__Impl();
state._fsp--;
@@ -102101,25 +99740,25 @@ public final void rule__ThreadGroupType__Group_7_1_1__1() throws RecognitionExce
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_7_1_1__1"
+ // $ANTLR end "rule__ThreadGroupType__Group_8_1_1__1"
- // $ANTLR start "rule__ThreadGroupType__Group_7_1_1__1__Impl"
- // InternalAadl2Parser.g:24252:1: rule__ThreadGroupType__Group_7_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__ThreadGroupType__Group_7_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupType__Group_8_1_1__1__Impl"
+ // InternalAadl2Parser.g:23464:1: rule__ThreadGroupType__Group_8_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__ThreadGroupType__Group_8_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24256:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:24257:1: ( Semicolon )
+ // InternalAadl2Parser.g:23468:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:23469:1: ( Semicolon )
{
- // InternalAadl2Parser.g:24257:1: ( Semicolon )
- // InternalAadl2Parser.g:24258:2: Semicolon
+ // InternalAadl2Parser.g:23469:1: ( Semicolon )
+ // InternalAadl2Parser.g:23470:2: Semicolon
{
- before(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_7_1_1_1());
+ before(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_8_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_7_1_1_1());
+ after(grammarAccess.getThreadGroupTypeAccess().getSemicolonKeyword_8_1_1_1());
}
@@ -102138,18 +99777,18 @@ public final void rule__ThreadGroupType__Group_7_1_1__1__Impl() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ThreadGroupType__Group_7_1_1__1__Impl"
+ // $ANTLR end "rule__ThreadGroupType__Group_8_1_1__1__Impl"
// $ANTLR start "rule__ThreadType__Group__0"
- // InternalAadl2Parser.g:24268:1: rule__ThreadType__Group__0 : rule__ThreadType__Group__0__Impl rule__ThreadType__Group__1 ;
+ // InternalAadl2Parser.g:23480:1: rule__ThreadType__Group__0 : rule__ThreadType__Group__0__Impl rule__ThreadType__Group__1 ;
public final void rule__ThreadType__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24272:1: ( rule__ThreadType__Group__0__Impl rule__ThreadType__Group__1 )
- // InternalAadl2Parser.g:24273:2: rule__ThreadType__Group__0__Impl rule__ThreadType__Group__1
+ // InternalAadl2Parser.g:23484:1: ( rule__ThreadType__Group__0__Impl rule__ThreadType__Group__1 )
+ // InternalAadl2Parser.g:23485:2: rule__ThreadType__Group__0__Impl rule__ThreadType__Group__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__ThreadType__Group__0__Impl();
@@ -102180,17 +99819,17 @@ public final void rule__ThreadType__Group__0() throws RecognitionException {
// $ANTLR start "rule__ThreadType__Group__0__Impl"
- // InternalAadl2Parser.g:24280:1: rule__ThreadType__Group__0__Impl : ( Thread ) ;
+ // InternalAadl2Parser.g:23492:1: rule__ThreadType__Group__0__Impl : ( Thread ) ;
public final void rule__ThreadType__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24284:1: ( ( Thread ) )
- // InternalAadl2Parser.g:24285:1: ( Thread )
+ // InternalAadl2Parser.g:23496:1: ( ( Thread ) )
+ // InternalAadl2Parser.g:23497:1: ( Thread )
{
- // InternalAadl2Parser.g:24285:1: ( Thread )
- // InternalAadl2Parser.g:24286:2: Thread
+ // InternalAadl2Parser.g:23497:1: ( Thread )
+ // InternalAadl2Parser.g:23498:2: Thread
{
before(grammarAccess.getThreadTypeAccess().getThreadKeyword_0());
match(input,Thread,FollowSets000.FOLLOW_2);
@@ -102217,14 +99856,14 @@ public final void rule__ThreadType__Group__0__Impl() throws RecognitionException
// $ANTLR start "rule__ThreadType__Group__1"
- // InternalAadl2Parser.g:24295:1: rule__ThreadType__Group__1 : rule__ThreadType__Group__1__Impl rule__ThreadType__Group__2 ;
+ // InternalAadl2Parser.g:23507:1: rule__ThreadType__Group__1 : rule__ThreadType__Group__1__Impl rule__ThreadType__Group__2 ;
public final void rule__ThreadType__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24299:1: ( rule__ThreadType__Group__1__Impl rule__ThreadType__Group__2 )
- // InternalAadl2Parser.g:24300:2: rule__ThreadType__Group__1__Impl rule__ThreadType__Group__2
+ // InternalAadl2Parser.g:23511:1: ( rule__ThreadType__Group__1__Impl rule__ThreadType__Group__2 )
+ // InternalAadl2Parser.g:23512:2: rule__ThreadType__Group__1__Impl rule__ThreadType__Group__2
{
pushFollow(FollowSets000.FOLLOW_27);
rule__ThreadType__Group__1__Impl();
@@ -102255,21 +99894,21 @@ public final void rule__ThreadType__Group__1() throws RecognitionException {
// $ANTLR start "rule__ThreadType__Group__1__Impl"
- // InternalAadl2Parser.g:24307:1: rule__ThreadType__Group__1__Impl : ( ( rule__ThreadType__NameAssignment_1 ) ) ;
+ // InternalAadl2Parser.g:23519:1: rule__ThreadType__Group__1__Impl : ( ( rule__ThreadType__NameAssignment_1 ) ) ;
public final void rule__ThreadType__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24311:1: ( ( ( rule__ThreadType__NameAssignment_1 ) ) )
- // InternalAadl2Parser.g:24312:1: ( ( rule__ThreadType__NameAssignment_1 ) )
+ // InternalAadl2Parser.g:23523:1: ( ( ( rule__ThreadType__NameAssignment_1 ) ) )
+ // InternalAadl2Parser.g:23524:1: ( ( rule__ThreadType__NameAssignment_1 ) )
{
- // InternalAadl2Parser.g:24312:1: ( ( rule__ThreadType__NameAssignment_1 ) )
- // InternalAadl2Parser.g:24313:2: ( rule__ThreadType__NameAssignment_1 )
+ // InternalAadl2Parser.g:23524:1: ( ( rule__ThreadType__NameAssignment_1 ) )
+ // InternalAadl2Parser.g:23525:2: ( rule__ThreadType__NameAssignment_1 )
{
before(grammarAccess.getThreadTypeAccess().getNameAssignment_1());
- // InternalAadl2Parser.g:24314:2: ( rule__ThreadType__NameAssignment_1 )
- // InternalAadl2Parser.g:24314:3: rule__ThreadType__NameAssignment_1
+ // InternalAadl2Parser.g:23526:2: ( rule__ThreadType__NameAssignment_1 )
+ // InternalAadl2Parser.g:23526:3: rule__ThreadType__NameAssignment_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__NameAssignment_1();
@@ -102302,14 +99941,14 @@ public final void rule__ThreadType__Group__1__Impl() throws RecognitionException
// $ANTLR start "rule__ThreadType__Group__2"
- // InternalAadl2Parser.g:24322:1: rule__ThreadType__Group__2 : rule__ThreadType__Group__2__Impl rule__ThreadType__Group__3 ;
+ // InternalAadl2Parser.g:23534:1: rule__ThreadType__Group__2 : rule__ThreadType__Group__2__Impl rule__ThreadType__Group__3 ;
public final void rule__ThreadType__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24326:1: ( rule__ThreadType__Group__2__Impl rule__ThreadType__Group__3 )
- // InternalAadl2Parser.g:24327:2: rule__ThreadType__Group__2__Impl rule__ThreadType__Group__3
+ // InternalAadl2Parser.g:23538:1: ( rule__ThreadType__Group__2__Impl rule__ThreadType__Group__3 )
+ // InternalAadl2Parser.g:23539:2: rule__ThreadType__Group__2__Impl rule__ThreadType__Group__3
{
pushFollow(FollowSets000.FOLLOW_27);
rule__ThreadType__Group__2__Impl();
@@ -102340,20 +99979,20 @@ public final void rule__ThreadType__Group__2() throws RecognitionException {
// $ANTLR start "rule__ThreadType__Group__2__Impl"
- // InternalAadl2Parser.g:24334:1: rule__ThreadType__Group__2__Impl : ( ( rule__ThreadType__Group_2__0 )? ) ;
+ // InternalAadl2Parser.g:23546:1: rule__ThreadType__Group__2__Impl : ( ( rule__ThreadType__Group_2__0 )? ) ;
public final void rule__ThreadType__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24338:1: ( ( ( rule__ThreadType__Group_2__0 )? ) )
- // InternalAadl2Parser.g:24339:1: ( ( rule__ThreadType__Group_2__0 )? )
+ // InternalAadl2Parser.g:23550:1: ( ( ( rule__ThreadType__Group_2__0 )? ) )
+ // InternalAadl2Parser.g:23551:1: ( ( rule__ThreadType__Group_2__0 )? )
{
- // InternalAadl2Parser.g:24339:1: ( ( rule__ThreadType__Group_2__0 )? )
- // InternalAadl2Parser.g:24340:2: ( rule__ThreadType__Group_2__0 )?
+ // InternalAadl2Parser.g:23551:1: ( ( rule__ThreadType__Group_2__0 )? )
+ // InternalAadl2Parser.g:23552:2: ( rule__ThreadType__Group_2__0 )?
{
before(grammarAccess.getThreadTypeAccess().getGroup_2());
- // InternalAadl2Parser.g:24341:2: ( rule__ThreadType__Group_2__0 )?
+ // InternalAadl2Parser.g:23553:2: ( rule__ThreadType__Group_2__0 )?
int alt589=2;
int LA589_0 = input.LA(1);
@@ -102362,7 +100001,7 @@ public final void rule__ThreadType__Group__2__Impl() throws RecognitionException
}
switch (alt589) {
case 1 :
- // InternalAadl2Parser.g:24341:3: rule__ThreadType__Group_2__0
+ // InternalAadl2Parser.g:23553:3: rule__ThreadType__Group_2__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__Group_2__0();
@@ -102398,14 +100037,14 @@ public final void rule__ThreadType__Group__2__Impl() throws RecognitionException
// $ANTLR start "rule__ThreadType__Group__3"
- // InternalAadl2Parser.g:24349:1: rule__ThreadType__Group__3 : rule__ThreadType__Group__3__Impl rule__ThreadType__Group__4 ;
+ // InternalAadl2Parser.g:23561:1: rule__ThreadType__Group__3 : rule__ThreadType__Group__3__Impl rule__ThreadType__Group__4 ;
public final void rule__ThreadType__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24353:1: ( rule__ThreadType__Group__3__Impl rule__ThreadType__Group__4 )
- // InternalAadl2Parser.g:24354:2: rule__ThreadType__Group__3__Impl rule__ThreadType__Group__4
+ // InternalAadl2Parser.g:23565:1: ( rule__ThreadType__Group__3__Impl rule__ThreadType__Group__4 )
+ // InternalAadl2Parser.g:23566:2: rule__ThreadType__Group__3__Impl rule__ThreadType__Group__4
{
pushFollow(FollowSets000.FOLLOW_27);
rule__ThreadType__Group__3__Impl();
@@ -102436,20 +100075,20 @@ public final void rule__ThreadType__Group__3() throws RecognitionException {
// $ANTLR start "rule__ThreadType__Group__3__Impl"
- // InternalAadl2Parser.g:24361:1: rule__ThreadType__Group__3__Impl : ( ( rule__ThreadType__Group_3__0 )? ) ;
+ // InternalAadl2Parser.g:23573:1: rule__ThreadType__Group__3__Impl : ( ( rule__ThreadType__Group_3__0 )? ) ;
public final void rule__ThreadType__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24365:1: ( ( ( rule__ThreadType__Group_3__0 )? ) )
- // InternalAadl2Parser.g:24366:1: ( ( rule__ThreadType__Group_3__0 )? )
+ // InternalAadl2Parser.g:23577:1: ( ( ( rule__ThreadType__Group_3__0 )? ) )
+ // InternalAadl2Parser.g:23578:1: ( ( rule__ThreadType__Group_3__0 )? )
{
- // InternalAadl2Parser.g:24366:1: ( ( rule__ThreadType__Group_3__0 )? )
- // InternalAadl2Parser.g:24367:2: ( rule__ThreadType__Group_3__0 )?
+ // InternalAadl2Parser.g:23578:1: ( ( rule__ThreadType__Group_3__0 )? )
+ // InternalAadl2Parser.g:23579:2: ( rule__ThreadType__Group_3__0 )?
{
before(grammarAccess.getThreadTypeAccess().getGroup_3());
- // InternalAadl2Parser.g:24368:2: ( rule__ThreadType__Group_3__0 )?
+ // InternalAadl2Parser.g:23580:2: ( rule__ThreadType__Group_3__0 )?
int alt590=2;
int LA590_0 = input.LA(1);
@@ -102458,7 +100097,7 @@ public final void rule__ThreadType__Group__3__Impl() throws RecognitionException
}
switch (alt590) {
case 1 :
- // InternalAadl2Parser.g:24368:3: rule__ThreadType__Group_3__0
+ // InternalAadl2Parser.g:23580:3: rule__ThreadType__Group_3__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__Group_3__0();
@@ -102494,14 +100133,14 @@ public final void rule__ThreadType__Group__3__Impl() throws RecognitionException
// $ANTLR start "rule__ThreadType__Group__4"
- // InternalAadl2Parser.g:24376:1: rule__ThreadType__Group__4 : rule__ThreadType__Group__4__Impl rule__ThreadType__Group__5 ;
+ // InternalAadl2Parser.g:23588:1: rule__ThreadType__Group__4 : rule__ThreadType__Group__4__Impl rule__ThreadType__Group__5 ;
public final void rule__ThreadType__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24380:1: ( rule__ThreadType__Group__4__Impl rule__ThreadType__Group__5 )
- // InternalAadl2Parser.g:24381:2: rule__ThreadType__Group__4__Impl rule__ThreadType__Group__5
+ // InternalAadl2Parser.g:23592:1: ( rule__ThreadType__Group__4__Impl rule__ThreadType__Group__5 )
+ // InternalAadl2Parser.g:23593:2: rule__ThreadType__Group__4__Impl rule__ThreadType__Group__5
{
pushFollow(FollowSets000.FOLLOW_27);
rule__ThreadType__Group__4__Impl();
@@ -102532,20 +100171,20 @@ public final void rule__ThreadType__Group__4() throws RecognitionException {
// $ANTLR start "rule__ThreadType__Group__4__Impl"
- // InternalAadl2Parser.g:24388:1: rule__ThreadType__Group__4__Impl : ( ( rule__ThreadType__Group_4__0 )? ) ;
+ // InternalAadl2Parser.g:23600:1: rule__ThreadType__Group__4__Impl : ( ( rule__ThreadType__Group_4__0 )? ) ;
public final void rule__ThreadType__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24392:1: ( ( ( rule__ThreadType__Group_4__0 )? ) )
- // InternalAadl2Parser.g:24393:1: ( ( rule__ThreadType__Group_4__0 )? )
+ // InternalAadl2Parser.g:23604:1: ( ( ( rule__ThreadType__Group_4__0 )? ) )
+ // InternalAadl2Parser.g:23605:1: ( ( rule__ThreadType__Group_4__0 )? )
{
- // InternalAadl2Parser.g:24393:1: ( ( rule__ThreadType__Group_4__0 )? )
- // InternalAadl2Parser.g:24394:2: ( rule__ThreadType__Group_4__0 )?
+ // InternalAadl2Parser.g:23605:1: ( ( rule__ThreadType__Group_4__0 )? )
+ // InternalAadl2Parser.g:23606:2: ( rule__ThreadType__Group_4__0 )?
{
before(grammarAccess.getThreadTypeAccess().getGroup_4());
- // InternalAadl2Parser.g:24395:2: ( rule__ThreadType__Group_4__0 )?
+ // InternalAadl2Parser.g:23607:2: ( rule__ThreadType__Group_4__0 )?
int alt591=2;
int LA591_0 = input.LA(1);
@@ -102554,7 +100193,7 @@ public final void rule__ThreadType__Group__4__Impl() throws RecognitionException
}
switch (alt591) {
case 1 :
- // InternalAadl2Parser.g:24395:3: rule__ThreadType__Group_4__0
+ // InternalAadl2Parser.g:23607:3: rule__ThreadType__Group_4__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__Group_4__0();
@@ -102590,14 +100229,14 @@ public final void rule__ThreadType__Group__4__Impl() throws RecognitionException
// $ANTLR start "rule__ThreadType__Group__5"
- // InternalAadl2Parser.g:24403:1: rule__ThreadType__Group__5 : rule__ThreadType__Group__5__Impl rule__ThreadType__Group__6 ;
+ // InternalAadl2Parser.g:23615:1: rule__ThreadType__Group__5 : rule__ThreadType__Group__5__Impl rule__ThreadType__Group__6 ;
public final void rule__ThreadType__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24407:1: ( rule__ThreadType__Group__5__Impl rule__ThreadType__Group__6 )
- // InternalAadl2Parser.g:24408:2: rule__ThreadType__Group__5__Impl rule__ThreadType__Group__6
+ // InternalAadl2Parser.g:23619:1: ( rule__ThreadType__Group__5__Impl rule__ThreadType__Group__6 )
+ // InternalAadl2Parser.g:23620:2: rule__ThreadType__Group__5__Impl rule__ThreadType__Group__6
{
pushFollow(FollowSets000.FOLLOW_27);
rule__ThreadType__Group__5__Impl();
@@ -102628,20 +100267,20 @@ public final void rule__ThreadType__Group__5() throws RecognitionException {
// $ANTLR start "rule__ThreadType__Group__5__Impl"
- // InternalAadl2Parser.g:24415:1: rule__ThreadType__Group__5__Impl : ( ( rule__ThreadType__Group_5__0 )? ) ;
+ // InternalAadl2Parser.g:23627:1: rule__ThreadType__Group__5__Impl : ( ( rule__ThreadType__Group_5__0 )? ) ;
public final void rule__ThreadType__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24419:1: ( ( ( rule__ThreadType__Group_5__0 )? ) )
- // InternalAadl2Parser.g:24420:1: ( ( rule__ThreadType__Group_5__0 )? )
+ // InternalAadl2Parser.g:23631:1: ( ( ( rule__ThreadType__Group_5__0 )? ) )
+ // InternalAadl2Parser.g:23632:1: ( ( rule__ThreadType__Group_5__0 )? )
{
- // InternalAadl2Parser.g:24420:1: ( ( rule__ThreadType__Group_5__0 )? )
- // InternalAadl2Parser.g:24421:2: ( rule__ThreadType__Group_5__0 )?
+ // InternalAadl2Parser.g:23632:1: ( ( rule__ThreadType__Group_5__0 )? )
+ // InternalAadl2Parser.g:23633:2: ( rule__ThreadType__Group_5__0 )?
{
before(grammarAccess.getThreadTypeAccess().getGroup_5());
- // InternalAadl2Parser.g:24422:2: ( rule__ThreadType__Group_5__0 )?
+ // InternalAadl2Parser.g:23634:2: ( rule__ThreadType__Group_5__0 )?
int alt592=2;
int LA592_0 = input.LA(1);
@@ -102650,7 +100289,7 @@ public final void rule__ThreadType__Group__5__Impl() throws RecognitionException
}
switch (alt592) {
case 1 :
- // InternalAadl2Parser.g:24422:3: rule__ThreadType__Group_5__0
+ // InternalAadl2Parser.g:23634:3: rule__ThreadType__Group_5__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__Group_5__0();
@@ -102686,14 +100325,14 @@ public final void rule__ThreadType__Group__5__Impl() throws RecognitionException
// $ANTLR start "rule__ThreadType__Group__6"
- // InternalAadl2Parser.g:24430:1: rule__ThreadType__Group__6 : rule__ThreadType__Group__6__Impl rule__ThreadType__Group__7 ;
+ // InternalAadl2Parser.g:23642:1: rule__ThreadType__Group__6 : rule__ThreadType__Group__6__Impl rule__ThreadType__Group__7 ;
public final void rule__ThreadType__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24434:1: ( rule__ThreadType__Group__6__Impl rule__ThreadType__Group__7 )
- // InternalAadl2Parser.g:24435:2: rule__ThreadType__Group__6__Impl rule__ThreadType__Group__7
+ // InternalAadl2Parser.g:23646:1: ( rule__ThreadType__Group__6__Impl rule__ThreadType__Group__7 )
+ // InternalAadl2Parser.g:23647:2: rule__ThreadType__Group__6__Impl rule__ThreadType__Group__7
{
pushFollow(FollowSets000.FOLLOW_27);
rule__ThreadType__Group__6__Impl();
@@ -102724,20 +100363,20 @@ public final void rule__ThreadType__Group__6() throws RecognitionException {
// $ANTLR start "rule__ThreadType__Group__6__Impl"
- // InternalAadl2Parser.g:24442:1: rule__ThreadType__Group__6__Impl : ( ( rule__ThreadType__Alternatives_6 )? ) ;
+ // InternalAadl2Parser.g:23654:1: rule__ThreadType__Group__6__Impl : ( ( rule__ThreadType__Alternatives_6 )? ) ;
public final void rule__ThreadType__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24446:1: ( ( ( rule__ThreadType__Alternatives_6 )? ) )
- // InternalAadl2Parser.g:24447:1: ( ( rule__ThreadType__Alternatives_6 )? )
+ // InternalAadl2Parser.g:23658:1: ( ( ( rule__ThreadType__Alternatives_6 )? ) )
+ // InternalAadl2Parser.g:23659:1: ( ( rule__ThreadType__Alternatives_6 )? )
{
- // InternalAadl2Parser.g:24447:1: ( ( rule__ThreadType__Alternatives_6 )? )
- // InternalAadl2Parser.g:24448:2: ( rule__ThreadType__Alternatives_6 )?
+ // InternalAadl2Parser.g:23659:1: ( ( rule__ThreadType__Alternatives_6 )? )
+ // InternalAadl2Parser.g:23660:2: ( rule__ThreadType__Alternatives_6 )?
{
before(grammarAccess.getThreadTypeAccess().getAlternatives_6());
- // InternalAadl2Parser.g:24449:2: ( rule__ThreadType__Alternatives_6 )?
+ // InternalAadl2Parser.g:23661:2: ( rule__ThreadType__Alternatives_6 )?
int alt593=2;
int LA593_0 = input.LA(1);
@@ -102746,7 +100385,7 @@ public final void rule__ThreadType__Group__6__Impl() throws RecognitionException
}
switch (alt593) {
case 1 :
- // InternalAadl2Parser.g:24449:3: rule__ThreadType__Alternatives_6
+ // InternalAadl2Parser.g:23661:3: rule__ThreadType__Alternatives_6
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__Alternatives_6();
@@ -102782,14 +100421,14 @@ public final void rule__ThreadType__Group__6__Impl() throws RecognitionException
// $ANTLR start "rule__ThreadType__Group__7"
- // InternalAadl2Parser.g:24457:1: rule__ThreadType__Group__7 : rule__ThreadType__Group__7__Impl rule__ThreadType__Group__8 ;
+ // InternalAadl2Parser.g:23669:1: rule__ThreadType__Group__7 : rule__ThreadType__Group__7__Impl rule__ThreadType__Group__8 ;
public final void rule__ThreadType__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24461:1: ( rule__ThreadType__Group__7__Impl rule__ThreadType__Group__8 )
- // InternalAadl2Parser.g:24462:2: rule__ThreadType__Group__7__Impl rule__ThreadType__Group__8
+ // InternalAadl2Parser.g:23673:1: ( rule__ThreadType__Group__7__Impl rule__ThreadType__Group__8 )
+ // InternalAadl2Parser.g:23674:2: rule__ThreadType__Group__7__Impl rule__ThreadType__Group__8
{
pushFollow(FollowSets000.FOLLOW_27);
rule__ThreadType__Group__7__Impl();
@@ -102820,20 +100459,20 @@ public final void rule__ThreadType__Group__7() throws RecognitionException {
// $ANTLR start "rule__ThreadType__Group__7__Impl"
- // InternalAadl2Parser.g:24469:1: rule__ThreadType__Group__7__Impl : ( ( rule__ThreadType__Group_7__0 )? ) ;
+ // InternalAadl2Parser.g:23681:1: rule__ThreadType__Group__7__Impl : ( ( rule__ThreadType__Group_7__0 )? ) ;
public final void rule__ThreadType__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24473:1: ( ( ( rule__ThreadType__Group_7__0 )? ) )
- // InternalAadl2Parser.g:24474:1: ( ( rule__ThreadType__Group_7__0 )? )
+ // InternalAadl2Parser.g:23685:1: ( ( ( rule__ThreadType__Group_7__0 )? ) )
+ // InternalAadl2Parser.g:23686:1: ( ( rule__ThreadType__Group_7__0 )? )
{
- // InternalAadl2Parser.g:24474:1: ( ( rule__ThreadType__Group_7__0 )? )
- // InternalAadl2Parser.g:24475:2: ( rule__ThreadType__Group_7__0 )?
+ // InternalAadl2Parser.g:23686:1: ( ( rule__ThreadType__Group_7__0 )? )
+ // InternalAadl2Parser.g:23687:2: ( rule__ThreadType__Group_7__0 )?
{
before(grammarAccess.getThreadTypeAccess().getGroup_7());
- // InternalAadl2Parser.g:24476:2: ( rule__ThreadType__Group_7__0 )?
+ // InternalAadl2Parser.g:23688:2: ( rule__ThreadType__Group_7__0 )?
int alt594=2;
int LA594_0 = input.LA(1);
@@ -102842,7 +100481,7 @@ public final void rule__ThreadType__Group__7__Impl() throws RecognitionException
}
switch (alt594) {
case 1 :
- // InternalAadl2Parser.g:24476:3: rule__ThreadType__Group_7__0
+ // InternalAadl2Parser.g:23688:3: rule__ThreadType__Group_7__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__Group_7__0();
@@ -102878,14 +100517,14 @@ public final void rule__ThreadType__Group__7__Impl() throws RecognitionException
// $ANTLR start "rule__ThreadType__Group__8"
- // InternalAadl2Parser.g:24484:1: rule__ThreadType__Group__8 : rule__ThreadType__Group__8__Impl rule__ThreadType__Group__9 ;
+ // InternalAadl2Parser.g:23696:1: rule__ThreadType__Group__8 : rule__ThreadType__Group__8__Impl rule__ThreadType__Group__9 ;
public final void rule__ThreadType__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24488:1: ( rule__ThreadType__Group__8__Impl rule__ThreadType__Group__9 )
- // InternalAadl2Parser.g:24489:2: rule__ThreadType__Group__8__Impl rule__ThreadType__Group__9
+ // InternalAadl2Parser.g:23700:1: ( rule__ThreadType__Group__8__Impl rule__ThreadType__Group__9 )
+ // InternalAadl2Parser.g:23701:2: rule__ThreadType__Group__8__Impl rule__ThreadType__Group__9
{
pushFollow(FollowSets000.FOLLOW_27);
rule__ThreadType__Group__8__Impl();
@@ -102916,20 +100555,20 @@ public final void rule__ThreadType__Group__8() throws RecognitionException {
// $ANTLR start "rule__ThreadType__Group__8__Impl"
- // InternalAadl2Parser.g:24496:1: rule__ThreadType__Group__8__Impl : ( ( rule__ThreadType__OwnedAnnexSubclauseAssignment_8 )* ) ;
+ // InternalAadl2Parser.g:23708:1: rule__ThreadType__Group__8__Impl : ( ( rule__ThreadType__OwnedAnnexSubclauseAssignment_8 )* ) ;
public final void rule__ThreadType__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24500:1: ( ( ( rule__ThreadType__OwnedAnnexSubclauseAssignment_8 )* ) )
- // InternalAadl2Parser.g:24501:1: ( ( rule__ThreadType__OwnedAnnexSubclauseAssignment_8 )* )
+ // InternalAadl2Parser.g:23712:1: ( ( ( rule__ThreadType__OwnedAnnexSubclauseAssignment_8 )* ) )
+ // InternalAadl2Parser.g:23713:1: ( ( rule__ThreadType__OwnedAnnexSubclauseAssignment_8 )* )
{
- // InternalAadl2Parser.g:24501:1: ( ( rule__ThreadType__OwnedAnnexSubclauseAssignment_8 )* )
- // InternalAadl2Parser.g:24502:2: ( rule__ThreadType__OwnedAnnexSubclauseAssignment_8 )*
+ // InternalAadl2Parser.g:23713:1: ( ( rule__ThreadType__OwnedAnnexSubclauseAssignment_8 )* )
+ // InternalAadl2Parser.g:23714:2: ( rule__ThreadType__OwnedAnnexSubclauseAssignment_8 )*
{
before(grammarAccess.getThreadTypeAccess().getOwnedAnnexSubclauseAssignment_8());
- // InternalAadl2Parser.g:24503:2: ( rule__ThreadType__OwnedAnnexSubclauseAssignment_8 )*
+ // InternalAadl2Parser.g:23715:2: ( rule__ThreadType__OwnedAnnexSubclauseAssignment_8 )*
loop595:
do {
int alt595=2;
@@ -102942,7 +100581,7 @@ public final void rule__ThreadType__Group__8__Impl() throws RecognitionException
switch (alt595) {
case 1 :
- // InternalAadl2Parser.g:24503:3: rule__ThreadType__OwnedAnnexSubclauseAssignment_8
+ // InternalAadl2Parser.g:23715:3: rule__ThreadType__OwnedAnnexSubclauseAssignment_8
{
pushFollow(FollowSets000.FOLLOW_28);
rule__ThreadType__OwnedAnnexSubclauseAssignment_8();
@@ -102981,14 +100620,14 @@ public final void rule__ThreadType__Group__8__Impl() throws RecognitionException
// $ANTLR start "rule__ThreadType__Group__9"
- // InternalAadl2Parser.g:24511:1: rule__ThreadType__Group__9 : rule__ThreadType__Group__9__Impl rule__ThreadType__Group__10 ;
+ // InternalAadl2Parser.g:23723:1: rule__ThreadType__Group__9 : rule__ThreadType__Group__9__Impl rule__ThreadType__Group__10 ;
public final void rule__ThreadType__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24515:1: ( rule__ThreadType__Group__9__Impl rule__ThreadType__Group__10 )
- // InternalAadl2Parser.g:24516:2: rule__ThreadType__Group__9__Impl rule__ThreadType__Group__10
+ // InternalAadl2Parser.g:23727:1: ( rule__ThreadType__Group__9__Impl rule__ThreadType__Group__10 )
+ // InternalAadl2Parser.g:23728:2: rule__ThreadType__Group__9__Impl rule__ThreadType__Group__10
{
pushFollow(FollowSets000.FOLLOW_4);
rule__ThreadType__Group__9__Impl();
@@ -103019,17 +100658,17 @@ public final void rule__ThreadType__Group__9() throws RecognitionException {
// $ANTLR start "rule__ThreadType__Group__9__Impl"
- // InternalAadl2Parser.g:24523:1: rule__ThreadType__Group__9__Impl : ( End ) ;
+ // InternalAadl2Parser.g:23735:1: rule__ThreadType__Group__9__Impl : ( End ) ;
public final void rule__ThreadType__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24527:1: ( ( End ) )
- // InternalAadl2Parser.g:24528:1: ( End )
+ // InternalAadl2Parser.g:23739:1: ( ( End ) )
+ // InternalAadl2Parser.g:23740:1: ( End )
{
- // InternalAadl2Parser.g:24528:1: ( End )
- // InternalAadl2Parser.g:24529:2: End
+ // InternalAadl2Parser.g:23740:1: ( End )
+ // InternalAadl2Parser.g:23741:2: End
{
before(grammarAccess.getThreadTypeAccess().getEndKeyword_9());
match(input,End,FollowSets000.FOLLOW_2);
@@ -103056,14 +100695,14 @@ public final void rule__ThreadType__Group__9__Impl() throws RecognitionException
// $ANTLR start "rule__ThreadType__Group__10"
- // InternalAadl2Parser.g:24538:1: rule__ThreadType__Group__10 : rule__ThreadType__Group__10__Impl rule__ThreadType__Group__11 ;
+ // InternalAadl2Parser.g:23750:1: rule__ThreadType__Group__10 : rule__ThreadType__Group__10__Impl rule__ThreadType__Group__11 ;
public final void rule__ThreadType__Group__10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24542:1: ( rule__ThreadType__Group__10__Impl rule__ThreadType__Group__11 )
- // InternalAadl2Parser.g:24543:2: rule__ThreadType__Group__10__Impl rule__ThreadType__Group__11
+ // InternalAadl2Parser.g:23754:1: ( rule__ThreadType__Group__10__Impl rule__ThreadType__Group__11 )
+ // InternalAadl2Parser.g:23755:2: rule__ThreadType__Group__10__Impl rule__ThreadType__Group__11
{
pushFollow(FollowSets000.FOLLOW_7);
rule__ThreadType__Group__10__Impl();
@@ -103094,17 +100733,17 @@ public final void rule__ThreadType__Group__10() throws RecognitionException {
// $ANTLR start "rule__ThreadType__Group__10__Impl"
- // InternalAadl2Parser.g:24550:1: rule__ThreadType__Group__10__Impl : ( RULE_ID ) ;
+ // InternalAadl2Parser.g:23762:1: rule__ThreadType__Group__10__Impl : ( RULE_ID ) ;
public final void rule__ThreadType__Group__10__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24554:1: ( ( RULE_ID ) )
- // InternalAadl2Parser.g:24555:1: ( RULE_ID )
+ // InternalAadl2Parser.g:23766:1: ( ( RULE_ID ) )
+ // InternalAadl2Parser.g:23767:1: ( RULE_ID )
{
- // InternalAadl2Parser.g:24555:1: ( RULE_ID )
- // InternalAadl2Parser.g:24556:2: RULE_ID
+ // InternalAadl2Parser.g:23767:1: ( RULE_ID )
+ // InternalAadl2Parser.g:23768:2: RULE_ID
{
before(grammarAccess.getThreadTypeAccess().getIDTerminalRuleCall_10());
match(input,RULE_ID,FollowSets000.FOLLOW_2);
@@ -103131,14 +100770,14 @@ public final void rule__ThreadType__Group__10__Impl() throws RecognitionExceptio
// $ANTLR start "rule__ThreadType__Group__11"
- // InternalAadl2Parser.g:24565:1: rule__ThreadType__Group__11 : rule__ThreadType__Group__11__Impl ;
+ // InternalAadl2Parser.g:23777:1: rule__ThreadType__Group__11 : rule__ThreadType__Group__11__Impl ;
public final void rule__ThreadType__Group__11() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24569:1: ( rule__ThreadType__Group__11__Impl )
- // InternalAadl2Parser.g:24570:2: rule__ThreadType__Group__11__Impl
+ // InternalAadl2Parser.g:23781:1: ( rule__ThreadType__Group__11__Impl )
+ // InternalAadl2Parser.g:23782:2: rule__ThreadType__Group__11__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__Group__11__Impl();
@@ -103164,17 +100803,17 @@ public final void rule__ThreadType__Group__11() throws RecognitionException {
// $ANTLR start "rule__ThreadType__Group__11__Impl"
- // InternalAadl2Parser.g:24576:1: rule__ThreadType__Group__11__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:23788:1: rule__ThreadType__Group__11__Impl : ( Semicolon ) ;
public final void rule__ThreadType__Group__11__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24580:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:24581:1: ( Semicolon )
+ // InternalAadl2Parser.g:23792:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:23793:1: ( Semicolon )
{
- // InternalAadl2Parser.g:24581:1: ( Semicolon )
- // InternalAadl2Parser.g:24582:2: Semicolon
+ // InternalAadl2Parser.g:23793:1: ( Semicolon )
+ // InternalAadl2Parser.g:23794:2: Semicolon
{
before(grammarAccess.getThreadTypeAccess().getSemicolonKeyword_11());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -103201,14 +100840,14 @@ public final void rule__ThreadType__Group__11__Impl() throws RecognitionExceptio
// $ANTLR start "rule__ThreadType__Group_2__0"
- // InternalAadl2Parser.g:24592:1: rule__ThreadType__Group_2__0 : rule__ThreadType__Group_2__0__Impl rule__ThreadType__Group_2__1 ;
+ // InternalAadl2Parser.g:23804:1: rule__ThreadType__Group_2__0 : rule__ThreadType__Group_2__0__Impl rule__ThreadType__Group_2__1 ;
public final void rule__ThreadType__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24596:1: ( rule__ThreadType__Group_2__0__Impl rule__ThreadType__Group_2__1 )
- // InternalAadl2Parser.g:24597:2: rule__ThreadType__Group_2__0__Impl rule__ThreadType__Group_2__1
+ // InternalAadl2Parser.g:23808:1: ( rule__ThreadType__Group_2__0__Impl rule__ThreadType__Group_2__1 )
+ // InternalAadl2Parser.g:23809:2: rule__ThreadType__Group_2__0__Impl rule__ThreadType__Group_2__1
{
pushFollow(FollowSets000.FOLLOW_29);
rule__ThreadType__Group_2__0__Impl();
@@ -103239,21 +100878,21 @@ public final void rule__ThreadType__Group_2__0() throws RecognitionException {
// $ANTLR start "rule__ThreadType__Group_2__0__Impl"
- // InternalAadl2Parser.g:24604:1: rule__ThreadType__Group_2__0__Impl : ( ( rule__ThreadType__OwnedExtensionAssignment_2_0 ) ) ;
+ // InternalAadl2Parser.g:23816:1: rule__ThreadType__Group_2__0__Impl : ( ( rule__ThreadType__OwnedExtensionAssignment_2_0 ) ) ;
public final void rule__ThreadType__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24608:1: ( ( ( rule__ThreadType__OwnedExtensionAssignment_2_0 ) ) )
- // InternalAadl2Parser.g:24609:1: ( ( rule__ThreadType__OwnedExtensionAssignment_2_0 ) )
+ // InternalAadl2Parser.g:23820:1: ( ( ( rule__ThreadType__OwnedExtensionAssignment_2_0 ) ) )
+ // InternalAadl2Parser.g:23821:1: ( ( rule__ThreadType__OwnedExtensionAssignment_2_0 ) )
{
- // InternalAadl2Parser.g:24609:1: ( ( rule__ThreadType__OwnedExtensionAssignment_2_0 ) )
- // InternalAadl2Parser.g:24610:2: ( rule__ThreadType__OwnedExtensionAssignment_2_0 )
+ // InternalAadl2Parser.g:23821:1: ( ( rule__ThreadType__OwnedExtensionAssignment_2_0 ) )
+ // InternalAadl2Parser.g:23822:2: ( rule__ThreadType__OwnedExtensionAssignment_2_0 )
{
before(grammarAccess.getThreadTypeAccess().getOwnedExtensionAssignment_2_0());
- // InternalAadl2Parser.g:24611:2: ( rule__ThreadType__OwnedExtensionAssignment_2_0 )
- // InternalAadl2Parser.g:24611:3: rule__ThreadType__OwnedExtensionAssignment_2_0
+ // InternalAadl2Parser.g:23823:2: ( rule__ThreadType__OwnedExtensionAssignment_2_0 )
+ // InternalAadl2Parser.g:23823:3: rule__ThreadType__OwnedExtensionAssignment_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__OwnedExtensionAssignment_2_0();
@@ -103286,14 +100925,14 @@ public final void rule__ThreadType__Group_2__0__Impl() throws RecognitionExcepti
// $ANTLR start "rule__ThreadType__Group_2__1"
- // InternalAadl2Parser.g:24619:1: rule__ThreadType__Group_2__1 : rule__ThreadType__Group_2__1__Impl ;
+ // InternalAadl2Parser.g:23831:1: rule__ThreadType__Group_2__1 : rule__ThreadType__Group_2__1__Impl ;
public final void rule__ThreadType__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24623:1: ( rule__ThreadType__Group_2__1__Impl )
- // InternalAadl2Parser.g:24624:2: rule__ThreadType__Group_2__1__Impl
+ // InternalAadl2Parser.g:23835:1: ( rule__ThreadType__Group_2__1__Impl )
+ // InternalAadl2Parser.g:23836:2: rule__ThreadType__Group_2__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__Group_2__1__Impl();
@@ -103319,20 +100958,20 @@ public final void rule__ThreadType__Group_2__1() throws RecognitionException {
// $ANTLR start "rule__ThreadType__Group_2__1__Impl"
- // InternalAadl2Parser.g:24630:1: rule__ThreadType__Group_2__1__Impl : ( ( rule__ThreadType__Group_2_1__0 )? ) ;
+ // InternalAadl2Parser.g:23842:1: rule__ThreadType__Group_2__1__Impl : ( ( rule__ThreadType__Group_2_1__0 )? ) ;
public final void rule__ThreadType__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24634:1: ( ( ( rule__ThreadType__Group_2_1__0 )? ) )
- // InternalAadl2Parser.g:24635:1: ( ( rule__ThreadType__Group_2_1__0 )? )
+ // InternalAadl2Parser.g:23846:1: ( ( ( rule__ThreadType__Group_2_1__0 )? ) )
+ // InternalAadl2Parser.g:23847:1: ( ( rule__ThreadType__Group_2_1__0 )? )
{
- // InternalAadl2Parser.g:24635:1: ( ( rule__ThreadType__Group_2_1__0 )? )
- // InternalAadl2Parser.g:24636:2: ( rule__ThreadType__Group_2_1__0 )?
+ // InternalAadl2Parser.g:23847:1: ( ( rule__ThreadType__Group_2_1__0 )? )
+ // InternalAadl2Parser.g:23848:2: ( rule__ThreadType__Group_2_1__0 )?
{
before(grammarAccess.getThreadTypeAccess().getGroup_2_1());
- // InternalAadl2Parser.g:24637:2: ( rule__ThreadType__Group_2_1__0 )?
+ // InternalAadl2Parser.g:23849:2: ( rule__ThreadType__Group_2_1__0 )?
int alt596=2;
int LA596_0 = input.LA(1);
@@ -103341,7 +100980,7 @@ public final void rule__ThreadType__Group_2__1__Impl() throws RecognitionExcepti
}
switch (alt596) {
case 1 :
- // InternalAadl2Parser.g:24637:3: rule__ThreadType__Group_2_1__0
+ // InternalAadl2Parser.g:23849:3: rule__ThreadType__Group_2_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__Group_2_1__0();
@@ -103377,14 +101016,14 @@ public final void rule__ThreadType__Group_2__1__Impl() throws RecognitionExcepti
// $ANTLR start "rule__ThreadType__Group_2_1__0"
- // InternalAadl2Parser.g:24646:1: rule__ThreadType__Group_2_1__0 : rule__ThreadType__Group_2_1__0__Impl rule__ThreadType__Group_2_1__1 ;
+ // InternalAadl2Parser.g:23858:1: rule__ThreadType__Group_2_1__0 : rule__ThreadType__Group_2_1__0__Impl rule__ThreadType__Group_2_1__1 ;
public final void rule__ThreadType__Group_2_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24650:1: ( rule__ThreadType__Group_2_1__0__Impl rule__ThreadType__Group_2_1__1 )
- // InternalAadl2Parser.g:24651:2: rule__ThreadType__Group_2_1__0__Impl rule__ThreadType__Group_2_1__1
+ // InternalAadl2Parser.g:23862:1: ( rule__ThreadType__Group_2_1__0__Impl rule__ThreadType__Group_2_1__1 )
+ // InternalAadl2Parser.g:23863:2: rule__ThreadType__Group_2_1__0__Impl rule__ThreadType__Group_2_1__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__ThreadType__Group_2_1__0__Impl();
@@ -103415,17 +101054,17 @@ public final void rule__ThreadType__Group_2_1__0() throws RecognitionException {
// $ANTLR start "rule__ThreadType__Group_2_1__0__Impl"
- // InternalAadl2Parser.g:24658:1: rule__ThreadType__Group_2_1__0__Impl : ( LeftParenthesis ) ;
+ // InternalAadl2Parser.g:23870:1: rule__ThreadType__Group_2_1__0__Impl : ( LeftParenthesis ) ;
public final void rule__ThreadType__Group_2_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24662:1: ( ( LeftParenthesis ) )
- // InternalAadl2Parser.g:24663:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:23874:1: ( ( LeftParenthesis ) )
+ // InternalAadl2Parser.g:23875:1: ( LeftParenthesis )
{
- // InternalAadl2Parser.g:24663:1: ( LeftParenthesis )
- // InternalAadl2Parser.g:24664:2: LeftParenthesis
+ // InternalAadl2Parser.g:23875:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:23876:2: LeftParenthesis
{
before(grammarAccess.getThreadTypeAccess().getLeftParenthesisKeyword_2_1_0());
match(input,LeftParenthesis,FollowSets000.FOLLOW_2);
@@ -103452,14 +101091,14 @@ public final void rule__ThreadType__Group_2_1__0__Impl() throws RecognitionExcep
// $ANTLR start "rule__ThreadType__Group_2_1__1"
- // InternalAadl2Parser.g:24673:1: rule__ThreadType__Group_2_1__1 : rule__ThreadType__Group_2_1__1__Impl rule__ThreadType__Group_2_1__2 ;
+ // InternalAadl2Parser.g:23885:1: rule__ThreadType__Group_2_1__1 : rule__ThreadType__Group_2_1__1__Impl rule__ThreadType__Group_2_1__2 ;
public final void rule__ThreadType__Group_2_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24677:1: ( rule__ThreadType__Group_2_1__1__Impl rule__ThreadType__Group_2_1__2 )
- // InternalAadl2Parser.g:24678:2: rule__ThreadType__Group_2_1__1__Impl rule__ThreadType__Group_2_1__2
+ // InternalAadl2Parser.g:23889:1: ( rule__ThreadType__Group_2_1__1__Impl rule__ThreadType__Group_2_1__2 )
+ // InternalAadl2Parser.g:23890:2: rule__ThreadType__Group_2_1__1__Impl rule__ThreadType__Group_2_1__2
{
pushFollow(FollowSets000.FOLLOW_30);
rule__ThreadType__Group_2_1__1__Impl();
@@ -103490,21 +101129,21 @@ public final void rule__ThreadType__Group_2_1__1() throws RecognitionException {
// $ANTLR start "rule__ThreadType__Group_2_1__1__Impl"
- // InternalAadl2Parser.g:24685:1: rule__ThreadType__Group_2_1__1__Impl : ( ( rule__ThreadType__OwnedPrototypeBindingAssignment_2_1_1 ) ) ;
+ // InternalAadl2Parser.g:23897:1: rule__ThreadType__Group_2_1__1__Impl : ( ( rule__ThreadType__OwnedPrototypeBindingAssignment_2_1_1 ) ) ;
public final void rule__ThreadType__Group_2_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24689:1: ( ( ( rule__ThreadType__OwnedPrototypeBindingAssignment_2_1_1 ) ) )
- // InternalAadl2Parser.g:24690:1: ( ( rule__ThreadType__OwnedPrototypeBindingAssignment_2_1_1 ) )
+ // InternalAadl2Parser.g:23901:1: ( ( ( rule__ThreadType__OwnedPrototypeBindingAssignment_2_1_1 ) ) )
+ // InternalAadl2Parser.g:23902:1: ( ( rule__ThreadType__OwnedPrototypeBindingAssignment_2_1_1 ) )
{
- // InternalAadl2Parser.g:24690:1: ( ( rule__ThreadType__OwnedPrototypeBindingAssignment_2_1_1 ) )
- // InternalAadl2Parser.g:24691:2: ( rule__ThreadType__OwnedPrototypeBindingAssignment_2_1_1 )
+ // InternalAadl2Parser.g:23902:1: ( ( rule__ThreadType__OwnedPrototypeBindingAssignment_2_1_1 ) )
+ // InternalAadl2Parser.g:23903:2: ( rule__ThreadType__OwnedPrototypeBindingAssignment_2_1_1 )
{
before(grammarAccess.getThreadTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1());
- // InternalAadl2Parser.g:24692:2: ( rule__ThreadType__OwnedPrototypeBindingAssignment_2_1_1 )
- // InternalAadl2Parser.g:24692:3: rule__ThreadType__OwnedPrototypeBindingAssignment_2_1_1
+ // InternalAadl2Parser.g:23904:2: ( rule__ThreadType__OwnedPrototypeBindingAssignment_2_1_1 )
+ // InternalAadl2Parser.g:23904:3: rule__ThreadType__OwnedPrototypeBindingAssignment_2_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__OwnedPrototypeBindingAssignment_2_1_1();
@@ -103537,14 +101176,14 @@ public final void rule__ThreadType__Group_2_1__1__Impl() throws RecognitionExcep
// $ANTLR start "rule__ThreadType__Group_2_1__2"
- // InternalAadl2Parser.g:24700:1: rule__ThreadType__Group_2_1__2 : rule__ThreadType__Group_2_1__2__Impl rule__ThreadType__Group_2_1__3 ;
+ // InternalAadl2Parser.g:23912:1: rule__ThreadType__Group_2_1__2 : rule__ThreadType__Group_2_1__2__Impl rule__ThreadType__Group_2_1__3 ;
public final void rule__ThreadType__Group_2_1__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24704:1: ( rule__ThreadType__Group_2_1__2__Impl rule__ThreadType__Group_2_1__3 )
- // InternalAadl2Parser.g:24705:2: rule__ThreadType__Group_2_1__2__Impl rule__ThreadType__Group_2_1__3
+ // InternalAadl2Parser.g:23916:1: ( rule__ThreadType__Group_2_1__2__Impl rule__ThreadType__Group_2_1__3 )
+ // InternalAadl2Parser.g:23917:2: rule__ThreadType__Group_2_1__2__Impl rule__ThreadType__Group_2_1__3
{
pushFollow(FollowSets000.FOLLOW_30);
rule__ThreadType__Group_2_1__2__Impl();
@@ -103575,20 +101214,20 @@ public final void rule__ThreadType__Group_2_1__2() throws RecognitionException {
// $ANTLR start "rule__ThreadType__Group_2_1__2__Impl"
- // InternalAadl2Parser.g:24712:1: rule__ThreadType__Group_2_1__2__Impl : ( ( rule__ThreadType__Group_2_1_2__0 )* ) ;
+ // InternalAadl2Parser.g:23924:1: rule__ThreadType__Group_2_1__2__Impl : ( ( rule__ThreadType__Group_2_1_2__0 )* ) ;
public final void rule__ThreadType__Group_2_1__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24716:1: ( ( ( rule__ThreadType__Group_2_1_2__0 )* ) )
- // InternalAadl2Parser.g:24717:1: ( ( rule__ThreadType__Group_2_1_2__0 )* )
+ // InternalAadl2Parser.g:23928:1: ( ( ( rule__ThreadType__Group_2_1_2__0 )* ) )
+ // InternalAadl2Parser.g:23929:1: ( ( rule__ThreadType__Group_2_1_2__0 )* )
{
- // InternalAadl2Parser.g:24717:1: ( ( rule__ThreadType__Group_2_1_2__0 )* )
- // InternalAadl2Parser.g:24718:2: ( rule__ThreadType__Group_2_1_2__0 )*
+ // InternalAadl2Parser.g:23929:1: ( ( rule__ThreadType__Group_2_1_2__0 )* )
+ // InternalAadl2Parser.g:23930:2: ( rule__ThreadType__Group_2_1_2__0 )*
{
before(grammarAccess.getThreadTypeAccess().getGroup_2_1_2());
- // InternalAadl2Parser.g:24719:2: ( rule__ThreadType__Group_2_1_2__0 )*
+ // InternalAadl2Parser.g:23931:2: ( rule__ThreadType__Group_2_1_2__0 )*
loop597:
do {
int alt597=2;
@@ -103601,7 +101240,7 @@ public final void rule__ThreadType__Group_2_1__2__Impl() throws RecognitionExcep
switch (alt597) {
case 1 :
- // InternalAadl2Parser.g:24719:3: rule__ThreadType__Group_2_1_2__0
+ // InternalAadl2Parser.g:23931:3: rule__ThreadType__Group_2_1_2__0
{
pushFollow(FollowSets000.FOLLOW_14);
rule__ThreadType__Group_2_1_2__0();
@@ -103640,14 +101279,14 @@ public final void rule__ThreadType__Group_2_1__2__Impl() throws RecognitionExcep
// $ANTLR start "rule__ThreadType__Group_2_1__3"
- // InternalAadl2Parser.g:24727:1: rule__ThreadType__Group_2_1__3 : rule__ThreadType__Group_2_1__3__Impl ;
+ // InternalAadl2Parser.g:23939:1: rule__ThreadType__Group_2_1__3 : rule__ThreadType__Group_2_1__3__Impl ;
public final void rule__ThreadType__Group_2_1__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24731:1: ( rule__ThreadType__Group_2_1__3__Impl )
- // InternalAadl2Parser.g:24732:2: rule__ThreadType__Group_2_1__3__Impl
+ // InternalAadl2Parser.g:23943:1: ( rule__ThreadType__Group_2_1__3__Impl )
+ // InternalAadl2Parser.g:23944:2: rule__ThreadType__Group_2_1__3__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__Group_2_1__3__Impl();
@@ -103673,17 +101312,17 @@ public final void rule__ThreadType__Group_2_1__3() throws RecognitionException {
// $ANTLR start "rule__ThreadType__Group_2_1__3__Impl"
- // InternalAadl2Parser.g:24738:1: rule__ThreadType__Group_2_1__3__Impl : ( RightParenthesis ) ;
+ // InternalAadl2Parser.g:23950:1: rule__ThreadType__Group_2_1__3__Impl : ( RightParenthesis ) ;
public final void rule__ThreadType__Group_2_1__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24742:1: ( ( RightParenthesis ) )
- // InternalAadl2Parser.g:24743:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:23954:1: ( ( RightParenthesis ) )
+ // InternalAadl2Parser.g:23955:1: ( RightParenthesis )
{
- // InternalAadl2Parser.g:24743:1: ( RightParenthesis )
- // InternalAadl2Parser.g:24744:2: RightParenthesis
+ // InternalAadl2Parser.g:23955:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:23956:2: RightParenthesis
{
before(grammarAccess.getThreadTypeAccess().getRightParenthesisKeyword_2_1_3());
match(input,RightParenthesis,FollowSets000.FOLLOW_2);
@@ -103710,14 +101349,14 @@ public final void rule__ThreadType__Group_2_1__3__Impl() throws RecognitionExcep
// $ANTLR start "rule__ThreadType__Group_2_1_2__0"
- // InternalAadl2Parser.g:24754:1: rule__ThreadType__Group_2_1_2__0 : rule__ThreadType__Group_2_1_2__0__Impl rule__ThreadType__Group_2_1_2__1 ;
+ // InternalAadl2Parser.g:23966:1: rule__ThreadType__Group_2_1_2__0 : rule__ThreadType__Group_2_1_2__0__Impl rule__ThreadType__Group_2_1_2__1 ;
public final void rule__ThreadType__Group_2_1_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24758:1: ( rule__ThreadType__Group_2_1_2__0__Impl rule__ThreadType__Group_2_1_2__1 )
- // InternalAadl2Parser.g:24759:2: rule__ThreadType__Group_2_1_2__0__Impl rule__ThreadType__Group_2_1_2__1
+ // InternalAadl2Parser.g:23970:1: ( rule__ThreadType__Group_2_1_2__0__Impl rule__ThreadType__Group_2_1_2__1 )
+ // InternalAadl2Parser.g:23971:2: rule__ThreadType__Group_2_1_2__0__Impl rule__ThreadType__Group_2_1_2__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__ThreadType__Group_2_1_2__0__Impl();
@@ -103748,17 +101387,17 @@ public final void rule__ThreadType__Group_2_1_2__0() throws RecognitionException
// $ANTLR start "rule__ThreadType__Group_2_1_2__0__Impl"
- // InternalAadl2Parser.g:24766:1: rule__ThreadType__Group_2_1_2__0__Impl : ( Comma ) ;
+ // InternalAadl2Parser.g:23978:1: rule__ThreadType__Group_2_1_2__0__Impl : ( Comma ) ;
public final void rule__ThreadType__Group_2_1_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24770:1: ( ( Comma ) )
- // InternalAadl2Parser.g:24771:1: ( Comma )
+ // InternalAadl2Parser.g:23982:1: ( ( Comma ) )
+ // InternalAadl2Parser.g:23983:1: ( Comma )
{
- // InternalAadl2Parser.g:24771:1: ( Comma )
- // InternalAadl2Parser.g:24772:2: Comma
+ // InternalAadl2Parser.g:23983:1: ( Comma )
+ // InternalAadl2Parser.g:23984:2: Comma
{
before(grammarAccess.getThreadTypeAccess().getCommaKeyword_2_1_2_0());
match(input,Comma,FollowSets000.FOLLOW_2);
@@ -103785,14 +101424,14 @@ public final void rule__ThreadType__Group_2_1_2__0__Impl() throws RecognitionExc
// $ANTLR start "rule__ThreadType__Group_2_1_2__1"
- // InternalAadl2Parser.g:24781:1: rule__ThreadType__Group_2_1_2__1 : rule__ThreadType__Group_2_1_2__1__Impl ;
+ // InternalAadl2Parser.g:23993:1: rule__ThreadType__Group_2_1_2__1 : rule__ThreadType__Group_2_1_2__1__Impl ;
public final void rule__ThreadType__Group_2_1_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24785:1: ( rule__ThreadType__Group_2_1_2__1__Impl )
- // InternalAadl2Parser.g:24786:2: rule__ThreadType__Group_2_1_2__1__Impl
+ // InternalAadl2Parser.g:23997:1: ( rule__ThreadType__Group_2_1_2__1__Impl )
+ // InternalAadl2Parser.g:23998:2: rule__ThreadType__Group_2_1_2__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__Group_2_1_2__1__Impl();
@@ -103818,21 +101457,21 @@ public final void rule__ThreadType__Group_2_1_2__1() throws RecognitionException
// $ANTLR start "rule__ThreadType__Group_2_1_2__1__Impl"
- // InternalAadl2Parser.g:24792:1: rule__ThreadType__Group_2_1_2__1__Impl : ( ( rule__ThreadType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) ;
+ // InternalAadl2Parser.g:24004:1: rule__ThreadType__Group_2_1_2__1__Impl : ( ( rule__ThreadType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) ;
public final void rule__ThreadType__Group_2_1_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24796:1: ( ( ( rule__ThreadType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) )
- // InternalAadl2Parser.g:24797:1: ( ( rule__ThreadType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
+ // InternalAadl2Parser.g:24008:1: ( ( ( rule__ThreadType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) )
+ // InternalAadl2Parser.g:24009:1: ( ( rule__ThreadType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
{
- // InternalAadl2Parser.g:24797:1: ( ( rule__ThreadType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
- // InternalAadl2Parser.g:24798:2: ( rule__ThreadType__OwnedPrototypeBindingAssignment_2_1_2_1 )
+ // InternalAadl2Parser.g:24009:1: ( ( rule__ThreadType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
+ // InternalAadl2Parser.g:24010:2: ( rule__ThreadType__OwnedPrototypeBindingAssignment_2_1_2_1 )
{
before(grammarAccess.getThreadTypeAccess().getOwnedPrototypeBindingAssignment_2_1_2_1());
- // InternalAadl2Parser.g:24799:2: ( rule__ThreadType__OwnedPrototypeBindingAssignment_2_1_2_1 )
- // InternalAadl2Parser.g:24799:3: rule__ThreadType__OwnedPrototypeBindingAssignment_2_1_2_1
+ // InternalAadl2Parser.g:24011:2: ( rule__ThreadType__OwnedPrototypeBindingAssignment_2_1_2_1 )
+ // InternalAadl2Parser.g:24011:3: rule__ThreadType__OwnedPrototypeBindingAssignment_2_1_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__OwnedPrototypeBindingAssignment_2_1_2_1();
@@ -103865,14 +101504,14 @@ public final void rule__ThreadType__Group_2_1_2__1__Impl() throws RecognitionExc
// $ANTLR start "rule__ThreadType__Group_3__0"
- // InternalAadl2Parser.g:24808:1: rule__ThreadType__Group_3__0 : rule__ThreadType__Group_3__0__Impl rule__ThreadType__Group_3__1 ;
+ // InternalAadl2Parser.g:24020:1: rule__ThreadType__Group_3__0 : rule__ThreadType__Group_3__0__Impl rule__ThreadType__Group_3__1 ;
public final void rule__ThreadType__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24812:1: ( rule__ThreadType__Group_3__0__Impl rule__ThreadType__Group_3__1 )
- // InternalAadl2Parser.g:24813:2: rule__ThreadType__Group_3__0__Impl rule__ThreadType__Group_3__1
+ // InternalAadl2Parser.g:24024:1: ( rule__ThreadType__Group_3__0__Impl rule__ThreadType__Group_3__1 )
+ // InternalAadl2Parser.g:24025:2: rule__ThreadType__Group_3__0__Impl rule__ThreadType__Group_3__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__ThreadType__Group_3__0__Impl();
@@ -103903,17 +101542,17 @@ public final void rule__ThreadType__Group_3__0() throws RecognitionException {
// $ANTLR start "rule__ThreadType__Group_3__0__Impl"
- // InternalAadl2Parser.g:24820:1: rule__ThreadType__Group_3__0__Impl : ( Prototypes ) ;
+ // InternalAadl2Parser.g:24032:1: rule__ThreadType__Group_3__0__Impl : ( Prototypes ) ;
public final void rule__ThreadType__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24824:1: ( ( Prototypes ) )
- // InternalAadl2Parser.g:24825:1: ( Prototypes )
+ // InternalAadl2Parser.g:24036:1: ( ( Prototypes ) )
+ // InternalAadl2Parser.g:24037:1: ( Prototypes )
{
- // InternalAadl2Parser.g:24825:1: ( Prototypes )
- // InternalAadl2Parser.g:24826:2: Prototypes
+ // InternalAadl2Parser.g:24037:1: ( Prototypes )
+ // InternalAadl2Parser.g:24038:2: Prototypes
{
before(grammarAccess.getThreadTypeAccess().getPrototypesKeyword_3_0());
match(input,Prototypes,FollowSets000.FOLLOW_2);
@@ -103940,14 +101579,14 @@ public final void rule__ThreadType__Group_3__0__Impl() throws RecognitionExcepti
// $ANTLR start "rule__ThreadType__Group_3__1"
- // InternalAadl2Parser.g:24835:1: rule__ThreadType__Group_3__1 : rule__ThreadType__Group_3__1__Impl ;
+ // InternalAadl2Parser.g:24047:1: rule__ThreadType__Group_3__1 : rule__ThreadType__Group_3__1__Impl ;
public final void rule__ThreadType__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24839:1: ( rule__ThreadType__Group_3__1__Impl )
- // InternalAadl2Parser.g:24840:2: rule__ThreadType__Group_3__1__Impl
+ // InternalAadl2Parser.g:24051:1: ( rule__ThreadType__Group_3__1__Impl )
+ // InternalAadl2Parser.g:24052:2: rule__ThreadType__Group_3__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__Group_3__1__Impl();
@@ -103973,21 +101612,21 @@ public final void rule__ThreadType__Group_3__1() throws RecognitionException {
// $ANTLR start "rule__ThreadType__Group_3__1__Impl"
- // InternalAadl2Parser.g:24846:1: rule__ThreadType__Group_3__1__Impl : ( ( rule__ThreadType__Alternatives_3_1 ) ) ;
+ // InternalAadl2Parser.g:24058:1: rule__ThreadType__Group_3__1__Impl : ( ( rule__ThreadType__Alternatives_3_1 ) ) ;
public final void rule__ThreadType__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24850:1: ( ( ( rule__ThreadType__Alternatives_3_1 ) ) )
- // InternalAadl2Parser.g:24851:1: ( ( rule__ThreadType__Alternatives_3_1 ) )
+ // InternalAadl2Parser.g:24062:1: ( ( ( rule__ThreadType__Alternatives_3_1 ) ) )
+ // InternalAadl2Parser.g:24063:1: ( ( rule__ThreadType__Alternatives_3_1 ) )
{
- // InternalAadl2Parser.g:24851:1: ( ( rule__ThreadType__Alternatives_3_1 ) )
- // InternalAadl2Parser.g:24852:2: ( rule__ThreadType__Alternatives_3_1 )
+ // InternalAadl2Parser.g:24063:1: ( ( rule__ThreadType__Alternatives_3_1 ) )
+ // InternalAadl2Parser.g:24064:2: ( rule__ThreadType__Alternatives_3_1 )
{
before(grammarAccess.getThreadTypeAccess().getAlternatives_3_1());
- // InternalAadl2Parser.g:24853:2: ( rule__ThreadType__Alternatives_3_1 )
- // InternalAadl2Parser.g:24853:3: rule__ThreadType__Alternatives_3_1
+ // InternalAadl2Parser.g:24065:2: ( rule__ThreadType__Alternatives_3_1 )
+ // InternalAadl2Parser.g:24065:3: rule__ThreadType__Alternatives_3_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__Alternatives_3_1();
@@ -104020,14 +101659,14 @@ public final void rule__ThreadType__Group_3__1__Impl() throws RecognitionExcepti
// $ANTLR start "rule__ThreadType__Group_3_1_0__0"
- // InternalAadl2Parser.g:24862:1: rule__ThreadType__Group_3_1_0__0 : rule__ThreadType__Group_3_1_0__0__Impl rule__ThreadType__Group_3_1_0__1 ;
+ // InternalAadl2Parser.g:24074:1: rule__ThreadType__Group_3_1_0__0 : rule__ThreadType__Group_3_1_0__0__Impl rule__ThreadType__Group_3_1_0__1 ;
public final void rule__ThreadType__Group_3_1_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24866:1: ( rule__ThreadType__Group_3_1_0__0__Impl rule__ThreadType__Group_3_1_0__1 )
- // InternalAadl2Parser.g:24867:2: rule__ThreadType__Group_3_1_0__0__Impl rule__ThreadType__Group_3_1_0__1
+ // InternalAadl2Parser.g:24078:1: ( rule__ThreadType__Group_3_1_0__0__Impl rule__ThreadType__Group_3_1_0__1 )
+ // InternalAadl2Parser.g:24079:2: rule__ThreadType__Group_3_1_0__0__Impl rule__ThreadType__Group_3_1_0__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__ThreadType__Group_3_1_0__0__Impl();
@@ -104058,21 +101697,21 @@ public final void rule__ThreadType__Group_3_1_0__0() throws RecognitionException
// $ANTLR start "rule__ThreadType__Group_3_1_0__0__Impl"
- // InternalAadl2Parser.g:24874:1: rule__ThreadType__Group_3_1_0__0__Impl : ( ( rule__ThreadType__NoPrototypesAssignment_3_1_0_0 ) ) ;
+ // InternalAadl2Parser.g:24086:1: rule__ThreadType__Group_3_1_0__0__Impl : ( ( rule__ThreadType__NoPrototypesAssignment_3_1_0_0 ) ) ;
public final void rule__ThreadType__Group_3_1_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24878:1: ( ( ( rule__ThreadType__NoPrototypesAssignment_3_1_0_0 ) ) )
- // InternalAadl2Parser.g:24879:1: ( ( rule__ThreadType__NoPrototypesAssignment_3_1_0_0 ) )
+ // InternalAadl2Parser.g:24090:1: ( ( ( rule__ThreadType__NoPrototypesAssignment_3_1_0_0 ) ) )
+ // InternalAadl2Parser.g:24091:1: ( ( rule__ThreadType__NoPrototypesAssignment_3_1_0_0 ) )
{
- // InternalAadl2Parser.g:24879:1: ( ( rule__ThreadType__NoPrototypesAssignment_3_1_0_0 ) )
- // InternalAadl2Parser.g:24880:2: ( rule__ThreadType__NoPrototypesAssignment_3_1_0_0 )
+ // InternalAadl2Parser.g:24091:1: ( ( rule__ThreadType__NoPrototypesAssignment_3_1_0_0 ) )
+ // InternalAadl2Parser.g:24092:2: ( rule__ThreadType__NoPrototypesAssignment_3_1_0_0 )
{
before(grammarAccess.getThreadTypeAccess().getNoPrototypesAssignment_3_1_0_0());
- // InternalAadl2Parser.g:24881:2: ( rule__ThreadType__NoPrototypesAssignment_3_1_0_0 )
- // InternalAadl2Parser.g:24881:3: rule__ThreadType__NoPrototypesAssignment_3_1_0_0
+ // InternalAadl2Parser.g:24093:2: ( rule__ThreadType__NoPrototypesAssignment_3_1_0_0 )
+ // InternalAadl2Parser.g:24093:3: rule__ThreadType__NoPrototypesAssignment_3_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__NoPrototypesAssignment_3_1_0_0();
@@ -104105,14 +101744,14 @@ public final void rule__ThreadType__Group_3_1_0__0__Impl() throws RecognitionExc
// $ANTLR start "rule__ThreadType__Group_3_1_0__1"
- // InternalAadl2Parser.g:24889:1: rule__ThreadType__Group_3_1_0__1 : rule__ThreadType__Group_3_1_0__1__Impl ;
+ // InternalAadl2Parser.g:24101:1: rule__ThreadType__Group_3_1_0__1 : rule__ThreadType__Group_3_1_0__1__Impl ;
public final void rule__ThreadType__Group_3_1_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24893:1: ( rule__ThreadType__Group_3_1_0__1__Impl )
- // InternalAadl2Parser.g:24894:2: rule__ThreadType__Group_3_1_0__1__Impl
+ // InternalAadl2Parser.g:24105:1: ( rule__ThreadType__Group_3_1_0__1__Impl )
+ // InternalAadl2Parser.g:24106:2: rule__ThreadType__Group_3_1_0__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__Group_3_1_0__1__Impl();
@@ -104138,17 +101777,17 @@ public final void rule__ThreadType__Group_3_1_0__1() throws RecognitionException
// $ANTLR start "rule__ThreadType__Group_3_1_0__1__Impl"
- // InternalAadl2Parser.g:24900:1: rule__ThreadType__Group_3_1_0__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:24112:1: rule__ThreadType__Group_3_1_0__1__Impl : ( Semicolon ) ;
public final void rule__ThreadType__Group_3_1_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24904:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:24905:1: ( Semicolon )
+ // InternalAadl2Parser.g:24116:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:24117:1: ( Semicolon )
{
- // InternalAadl2Parser.g:24905:1: ( Semicolon )
- // InternalAadl2Parser.g:24906:2: Semicolon
+ // InternalAadl2Parser.g:24117:1: ( Semicolon )
+ // InternalAadl2Parser.g:24118:2: Semicolon
{
before(grammarAccess.getThreadTypeAccess().getSemicolonKeyword_3_1_0_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -104175,14 +101814,14 @@ public final void rule__ThreadType__Group_3_1_0__1__Impl() throws RecognitionExc
// $ANTLR start "rule__ThreadType__Group_4__0"
- // InternalAadl2Parser.g:24916:1: rule__ThreadType__Group_4__0 : rule__ThreadType__Group_4__0__Impl rule__ThreadType__Group_4__1 ;
+ // InternalAadl2Parser.g:24128:1: rule__ThreadType__Group_4__0 : rule__ThreadType__Group_4__0__Impl rule__ThreadType__Group_4__1 ;
public final void rule__ThreadType__Group_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24920:1: ( rule__ThreadType__Group_4__0__Impl rule__ThreadType__Group_4__1 )
- // InternalAadl2Parser.g:24921:2: rule__ThreadType__Group_4__0__Impl rule__ThreadType__Group_4__1
+ // InternalAadl2Parser.g:24132:1: ( rule__ThreadType__Group_4__0__Impl rule__ThreadType__Group_4__1 )
+ // InternalAadl2Parser.g:24133:2: rule__ThreadType__Group_4__0__Impl rule__ThreadType__Group_4__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__ThreadType__Group_4__0__Impl();
@@ -104213,17 +101852,17 @@ public final void rule__ThreadType__Group_4__0() throws RecognitionException {
// $ANTLR start "rule__ThreadType__Group_4__0__Impl"
- // InternalAadl2Parser.g:24928:1: rule__ThreadType__Group_4__0__Impl : ( Features ) ;
+ // InternalAadl2Parser.g:24140:1: rule__ThreadType__Group_4__0__Impl : ( Features ) ;
public final void rule__ThreadType__Group_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24932:1: ( ( Features ) )
- // InternalAadl2Parser.g:24933:1: ( Features )
+ // InternalAadl2Parser.g:24144:1: ( ( Features ) )
+ // InternalAadl2Parser.g:24145:1: ( Features )
{
- // InternalAadl2Parser.g:24933:1: ( Features )
- // InternalAadl2Parser.g:24934:2: Features
+ // InternalAadl2Parser.g:24145:1: ( Features )
+ // InternalAadl2Parser.g:24146:2: Features
{
before(grammarAccess.getThreadTypeAccess().getFeaturesKeyword_4_0());
match(input,Features,FollowSets000.FOLLOW_2);
@@ -104250,14 +101889,14 @@ public final void rule__ThreadType__Group_4__0__Impl() throws RecognitionExcepti
// $ANTLR start "rule__ThreadType__Group_4__1"
- // InternalAadl2Parser.g:24943:1: rule__ThreadType__Group_4__1 : rule__ThreadType__Group_4__1__Impl ;
+ // InternalAadl2Parser.g:24155:1: rule__ThreadType__Group_4__1 : rule__ThreadType__Group_4__1__Impl ;
public final void rule__ThreadType__Group_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24947:1: ( rule__ThreadType__Group_4__1__Impl )
- // InternalAadl2Parser.g:24948:2: rule__ThreadType__Group_4__1__Impl
+ // InternalAadl2Parser.g:24159:1: ( rule__ThreadType__Group_4__1__Impl )
+ // InternalAadl2Parser.g:24160:2: rule__ThreadType__Group_4__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__Group_4__1__Impl();
@@ -104283,21 +101922,21 @@ public final void rule__ThreadType__Group_4__1() throws RecognitionException {
// $ANTLR start "rule__ThreadType__Group_4__1__Impl"
- // InternalAadl2Parser.g:24954:1: rule__ThreadType__Group_4__1__Impl : ( ( rule__ThreadType__Alternatives_4_1 ) ) ;
+ // InternalAadl2Parser.g:24166:1: rule__ThreadType__Group_4__1__Impl : ( ( rule__ThreadType__Alternatives_4_1 ) ) ;
public final void rule__ThreadType__Group_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24958:1: ( ( ( rule__ThreadType__Alternatives_4_1 ) ) )
- // InternalAadl2Parser.g:24959:1: ( ( rule__ThreadType__Alternatives_4_1 ) )
+ // InternalAadl2Parser.g:24170:1: ( ( ( rule__ThreadType__Alternatives_4_1 ) ) )
+ // InternalAadl2Parser.g:24171:1: ( ( rule__ThreadType__Alternatives_4_1 ) )
{
- // InternalAadl2Parser.g:24959:1: ( ( rule__ThreadType__Alternatives_4_1 ) )
- // InternalAadl2Parser.g:24960:2: ( rule__ThreadType__Alternatives_4_1 )
+ // InternalAadl2Parser.g:24171:1: ( ( rule__ThreadType__Alternatives_4_1 ) )
+ // InternalAadl2Parser.g:24172:2: ( rule__ThreadType__Alternatives_4_1 )
{
before(grammarAccess.getThreadTypeAccess().getAlternatives_4_1());
- // InternalAadl2Parser.g:24961:2: ( rule__ThreadType__Alternatives_4_1 )
- // InternalAadl2Parser.g:24961:3: rule__ThreadType__Alternatives_4_1
+ // InternalAadl2Parser.g:24173:2: ( rule__ThreadType__Alternatives_4_1 )
+ // InternalAadl2Parser.g:24173:3: rule__ThreadType__Alternatives_4_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__Alternatives_4_1();
@@ -104330,14 +101969,14 @@ public final void rule__ThreadType__Group_4__1__Impl() throws RecognitionExcepti
// $ANTLR start "rule__ThreadType__Group_4_1_0__0"
- // InternalAadl2Parser.g:24970:1: rule__ThreadType__Group_4_1_0__0 : rule__ThreadType__Group_4_1_0__0__Impl rule__ThreadType__Group_4_1_0__1 ;
+ // InternalAadl2Parser.g:24182:1: rule__ThreadType__Group_4_1_0__0 : rule__ThreadType__Group_4_1_0__0__Impl rule__ThreadType__Group_4_1_0__1 ;
public final void rule__ThreadType__Group_4_1_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24974:1: ( rule__ThreadType__Group_4_1_0__0__Impl rule__ThreadType__Group_4_1_0__1 )
- // InternalAadl2Parser.g:24975:2: rule__ThreadType__Group_4_1_0__0__Impl rule__ThreadType__Group_4_1_0__1
+ // InternalAadl2Parser.g:24186:1: ( rule__ThreadType__Group_4_1_0__0__Impl rule__ThreadType__Group_4_1_0__1 )
+ // InternalAadl2Parser.g:24187:2: rule__ThreadType__Group_4_1_0__0__Impl rule__ThreadType__Group_4_1_0__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__ThreadType__Group_4_1_0__0__Impl();
@@ -104368,21 +102007,21 @@ public final void rule__ThreadType__Group_4_1_0__0() throws RecognitionException
// $ANTLR start "rule__ThreadType__Group_4_1_0__0__Impl"
- // InternalAadl2Parser.g:24982:1: rule__ThreadType__Group_4_1_0__0__Impl : ( ( rule__ThreadType__NoFeaturesAssignment_4_1_0_0 ) ) ;
+ // InternalAadl2Parser.g:24194:1: rule__ThreadType__Group_4_1_0__0__Impl : ( ( rule__ThreadType__NoFeaturesAssignment_4_1_0_0 ) ) ;
public final void rule__ThreadType__Group_4_1_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:24986:1: ( ( ( rule__ThreadType__NoFeaturesAssignment_4_1_0_0 ) ) )
- // InternalAadl2Parser.g:24987:1: ( ( rule__ThreadType__NoFeaturesAssignment_4_1_0_0 ) )
+ // InternalAadl2Parser.g:24198:1: ( ( ( rule__ThreadType__NoFeaturesAssignment_4_1_0_0 ) ) )
+ // InternalAadl2Parser.g:24199:1: ( ( rule__ThreadType__NoFeaturesAssignment_4_1_0_0 ) )
{
- // InternalAadl2Parser.g:24987:1: ( ( rule__ThreadType__NoFeaturesAssignment_4_1_0_0 ) )
- // InternalAadl2Parser.g:24988:2: ( rule__ThreadType__NoFeaturesAssignment_4_1_0_0 )
+ // InternalAadl2Parser.g:24199:1: ( ( rule__ThreadType__NoFeaturesAssignment_4_1_0_0 ) )
+ // InternalAadl2Parser.g:24200:2: ( rule__ThreadType__NoFeaturesAssignment_4_1_0_0 )
{
before(grammarAccess.getThreadTypeAccess().getNoFeaturesAssignment_4_1_0_0());
- // InternalAadl2Parser.g:24989:2: ( rule__ThreadType__NoFeaturesAssignment_4_1_0_0 )
- // InternalAadl2Parser.g:24989:3: rule__ThreadType__NoFeaturesAssignment_4_1_0_0
+ // InternalAadl2Parser.g:24201:2: ( rule__ThreadType__NoFeaturesAssignment_4_1_0_0 )
+ // InternalAadl2Parser.g:24201:3: rule__ThreadType__NoFeaturesAssignment_4_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__NoFeaturesAssignment_4_1_0_0();
@@ -104415,14 +102054,14 @@ public final void rule__ThreadType__Group_4_1_0__0__Impl() throws RecognitionExc
// $ANTLR start "rule__ThreadType__Group_4_1_0__1"
- // InternalAadl2Parser.g:24997:1: rule__ThreadType__Group_4_1_0__1 : rule__ThreadType__Group_4_1_0__1__Impl ;
+ // InternalAadl2Parser.g:24209:1: rule__ThreadType__Group_4_1_0__1 : rule__ThreadType__Group_4_1_0__1__Impl ;
public final void rule__ThreadType__Group_4_1_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25001:1: ( rule__ThreadType__Group_4_1_0__1__Impl )
- // InternalAadl2Parser.g:25002:2: rule__ThreadType__Group_4_1_0__1__Impl
+ // InternalAadl2Parser.g:24213:1: ( rule__ThreadType__Group_4_1_0__1__Impl )
+ // InternalAadl2Parser.g:24214:2: rule__ThreadType__Group_4_1_0__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__Group_4_1_0__1__Impl();
@@ -104448,17 +102087,17 @@ public final void rule__ThreadType__Group_4_1_0__1() throws RecognitionException
// $ANTLR start "rule__ThreadType__Group_4_1_0__1__Impl"
- // InternalAadl2Parser.g:25008:1: rule__ThreadType__Group_4_1_0__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:24220:1: rule__ThreadType__Group_4_1_0__1__Impl : ( Semicolon ) ;
public final void rule__ThreadType__Group_4_1_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25012:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:25013:1: ( Semicolon )
+ // InternalAadl2Parser.g:24224:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:24225:1: ( Semicolon )
{
- // InternalAadl2Parser.g:25013:1: ( Semicolon )
- // InternalAadl2Parser.g:25014:2: Semicolon
+ // InternalAadl2Parser.g:24225:1: ( Semicolon )
+ // InternalAadl2Parser.g:24226:2: Semicolon
{
before(grammarAccess.getThreadTypeAccess().getSemicolonKeyword_4_1_0_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -104485,14 +102124,14 @@ public final void rule__ThreadType__Group_4_1_0__1__Impl() throws RecognitionExc
// $ANTLR start "rule__ThreadType__Group_5__0"
- // InternalAadl2Parser.g:25024:1: rule__ThreadType__Group_5__0 : rule__ThreadType__Group_5__0__Impl rule__ThreadType__Group_5__1 ;
+ // InternalAadl2Parser.g:24236:1: rule__ThreadType__Group_5__0 : rule__ThreadType__Group_5__0__Impl rule__ThreadType__Group_5__1 ;
public final void rule__ThreadType__Group_5__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25028:1: ( rule__ThreadType__Group_5__0__Impl rule__ThreadType__Group_5__1 )
- // InternalAadl2Parser.g:25029:2: rule__ThreadType__Group_5__0__Impl rule__ThreadType__Group_5__1
+ // InternalAadl2Parser.g:24240:1: ( rule__ThreadType__Group_5__0__Impl rule__ThreadType__Group_5__1 )
+ // InternalAadl2Parser.g:24241:2: rule__ThreadType__Group_5__0__Impl rule__ThreadType__Group_5__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__ThreadType__Group_5__0__Impl();
@@ -104523,17 +102162,17 @@ public final void rule__ThreadType__Group_5__0() throws RecognitionException {
// $ANTLR start "rule__ThreadType__Group_5__0__Impl"
- // InternalAadl2Parser.g:25036:1: rule__ThreadType__Group_5__0__Impl : ( Flows ) ;
+ // InternalAadl2Parser.g:24248:1: rule__ThreadType__Group_5__0__Impl : ( Flows ) ;
public final void rule__ThreadType__Group_5__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25040:1: ( ( Flows ) )
- // InternalAadl2Parser.g:25041:1: ( Flows )
+ // InternalAadl2Parser.g:24252:1: ( ( Flows ) )
+ // InternalAadl2Parser.g:24253:1: ( Flows )
{
- // InternalAadl2Parser.g:25041:1: ( Flows )
- // InternalAadl2Parser.g:25042:2: Flows
+ // InternalAadl2Parser.g:24253:1: ( Flows )
+ // InternalAadl2Parser.g:24254:2: Flows
{
before(grammarAccess.getThreadTypeAccess().getFlowsKeyword_5_0());
match(input,Flows,FollowSets000.FOLLOW_2);
@@ -104560,14 +102199,14 @@ public final void rule__ThreadType__Group_5__0__Impl() throws RecognitionExcepti
// $ANTLR start "rule__ThreadType__Group_5__1"
- // InternalAadl2Parser.g:25051:1: rule__ThreadType__Group_5__1 : rule__ThreadType__Group_5__1__Impl ;
+ // InternalAadl2Parser.g:24263:1: rule__ThreadType__Group_5__1 : rule__ThreadType__Group_5__1__Impl ;
public final void rule__ThreadType__Group_5__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25055:1: ( rule__ThreadType__Group_5__1__Impl )
- // InternalAadl2Parser.g:25056:2: rule__ThreadType__Group_5__1__Impl
+ // InternalAadl2Parser.g:24267:1: ( rule__ThreadType__Group_5__1__Impl )
+ // InternalAadl2Parser.g:24268:2: rule__ThreadType__Group_5__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__Group_5__1__Impl();
@@ -104593,21 +102232,21 @@ public final void rule__ThreadType__Group_5__1() throws RecognitionException {
// $ANTLR start "rule__ThreadType__Group_5__1__Impl"
- // InternalAadl2Parser.g:25062:1: rule__ThreadType__Group_5__1__Impl : ( ( rule__ThreadType__Alternatives_5_1 ) ) ;
+ // InternalAadl2Parser.g:24274:1: rule__ThreadType__Group_5__1__Impl : ( ( rule__ThreadType__Alternatives_5_1 ) ) ;
public final void rule__ThreadType__Group_5__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25066:1: ( ( ( rule__ThreadType__Alternatives_5_1 ) ) )
- // InternalAadl2Parser.g:25067:1: ( ( rule__ThreadType__Alternatives_5_1 ) )
+ // InternalAadl2Parser.g:24278:1: ( ( ( rule__ThreadType__Alternatives_5_1 ) ) )
+ // InternalAadl2Parser.g:24279:1: ( ( rule__ThreadType__Alternatives_5_1 ) )
{
- // InternalAadl2Parser.g:25067:1: ( ( rule__ThreadType__Alternatives_5_1 ) )
- // InternalAadl2Parser.g:25068:2: ( rule__ThreadType__Alternatives_5_1 )
+ // InternalAadl2Parser.g:24279:1: ( ( rule__ThreadType__Alternatives_5_1 ) )
+ // InternalAadl2Parser.g:24280:2: ( rule__ThreadType__Alternatives_5_1 )
{
before(grammarAccess.getThreadTypeAccess().getAlternatives_5_1());
- // InternalAadl2Parser.g:25069:2: ( rule__ThreadType__Alternatives_5_1 )
- // InternalAadl2Parser.g:25069:3: rule__ThreadType__Alternatives_5_1
+ // InternalAadl2Parser.g:24281:2: ( rule__ThreadType__Alternatives_5_1 )
+ // InternalAadl2Parser.g:24281:3: rule__ThreadType__Alternatives_5_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__Alternatives_5_1();
@@ -104640,14 +102279,14 @@ public final void rule__ThreadType__Group_5__1__Impl() throws RecognitionExcepti
// $ANTLR start "rule__ThreadType__Group_5_1_1__0"
- // InternalAadl2Parser.g:25078:1: rule__ThreadType__Group_5_1_1__0 : rule__ThreadType__Group_5_1_1__0__Impl rule__ThreadType__Group_5_1_1__1 ;
+ // InternalAadl2Parser.g:24290:1: rule__ThreadType__Group_5_1_1__0 : rule__ThreadType__Group_5_1_1__0__Impl rule__ThreadType__Group_5_1_1__1 ;
public final void rule__ThreadType__Group_5_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25082:1: ( rule__ThreadType__Group_5_1_1__0__Impl rule__ThreadType__Group_5_1_1__1 )
- // InternalAadl2Parser.g:25083:2: rule__ThreadType__Group_5_1_1__0__Impl rule__ThreadType__Group_5_1_1__1
+ // InternalAadl2Parser.g:24294:1: ( rule__ThreadType__Group_5_1_1__0__Impl rule__ThreadType__Group_5_1_1__1 )
+ // InternalAadl2Parser.g:24295:2: rule__ThreadType__Group_5_1_1__0__Impl rule__ThreadType__Group_5_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__ThreadType__Group_5_1_1__0__Impl();
@@ -104678,21 +102317,21 @@ public final void rule__ThreadType__Group_5_1_1__0() throws RecognitionException
// $ANTLR start "rule__ThreadType__Group_5_1_1__0__Impl"
- // InternalAadl2Parser.g:25090:1: rule__ThreadType__Group_5_1_1__0__Impl : ( ( rule__ThreadType__NoFlowsAssignment_5_1_1_0 ) ) ;
+ // InternalAadl2Parser.g:24302:1: rule__ThreadType__Group_5_1_1__0__Impl : ( ( rule__ThreadType__NoFlowsAssignment_5_1_1_0 ) ) ;
public final void rule__ThreadType__Group_5_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25094:1: ( ( ( rule__ThreadType__NoFlowsAssignment_5_1_1_0 ) ) )
- // InternalAadl2Parser.g:25095:1: ( ( rule__ThreadType__NoFlowsAssignment_5_1_1_0 ) )
+ // InternalAadl2Parser.g:24306:1: ( ( ( rule__ThreadType__NoFlowsAssignment_5_1_1_0 ) ) )
+ // InternalAadl2Parser.g:24307:1: ( ( rule__ThreadType__NoFlowsAssignment_5_1_1_0 ) )
{
- // InternalAadl2Parser.g:25095:1: ( ( rule__ThreadType__NoFlowsAssignment_5_1_1_0 ) )
- // InternalAadl2Parser.g:25096:2: ( rule__ThreadType__NoFlowsAssignment_5_1_1_0 )
+ // InternalAadl2Parser.g:24307:1: ( ( rule__ThreadType__NoFlowsAssignment_5_1_1_0 ) )
+ // InternalAadl2Parser.g:24308:2: ( rule__ThreadType__NoFlowsAssignment_5_1_1_0 )
{
before(grammarAccess.getThreadTypeAccess().getNoFlowsAssignment_5_1_1_0());
- // InternalAadl2Parser.g:25097:2: ( rule__ThreadType__NoFlowsAssignment_5_1_1_0 )
- // InternalAadl2Parser.g:25097:3: rule__ThreadType__NoFlowsAssignment_5_1_1_0
+ // InternalAadl2Parser.g:24309:2: ( rule__ThreadType__NoFlowsAssignment_5_1_1_0 )
+ // InternalAadl2Parser.g:24309:3: rule__ThreadType__NoFlowsAssignment_5_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__NoFlowsAssignment_5_1_1_0();
@@ -104725,14 +102364,14 @@ public final void rule__ThreadType__Group_5_1_1__0__Impl() throws RecognitionExc
// $ANTLR start "rule__ThreadType__Group_5_1_1__1"
- // InternalAadl2Parser.g:25105:1: rule__ThreadType__Group_5_1_1__1 : rule__ThreadType__Group_5_1_1__1__Impl ;
+ // InternalAadl2Parser.g:24317:1: rule__ThreadType__Group_5_1_1__1 : rule__ThreadType__Group_5_1_1__1__Impl ;
public final void rule__ThreadType__Group_5_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25109:1: ( rule__ThreadType__Group_5_1_1__1__Impl )
- // InternalAadl2Parser.g:25110:2: rule__ThreadType__Group_5_1_1__1__Impl
+ // InternalAadl2Parser.g:24321:1: ( rule__ThreadType__Group_5_1_1__1__Impl )
+ // InternalAadl2Parser.g:24322:2: rule__ThreadType__Group_5_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__Group_5_1_1__1__Impl();
@@ -104758,17 +102397,17 @@ public final void rule__ThreadType__Group_5_1_1__1() throws RecognitionException
// $ANTLR start "rule__ThreadType__Group_5_1_1__1__Impl"
- // InternalAadl2Parser.g:25116:1: rule__ThreadType__Group_5_1_1__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:24328:1: rule__ThreadType__Group_5_1_1__1__Impl : ( Semicolon ) ;
public final void rule__ThreadType__Group_5_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25120:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:25121:1: ( Semicolon )
+ // InternalAadl2Parser.g:24332:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:24333:1: ( Semicolon )
{
- // InternalAadl2Parser.g:25121:1: ( Semicolon )
- // InternalAadl2Parser.g:25122:2: Semicolon
+ // InternalAadl2Parser.g:24333:1: ( Semicolon )
+ // InternalAadl2Parser.g:24334:2: Semicolon
{
before(grammarAccess.getThreadTypeAccess().getSemicolonKeyword_5_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -104795,16 +102434,16 @@ public final void rule__ThreadType__Group_5_1_1__1__Impl() throws RecognitionExc
// $ANTLR start "rule__ThreadType__Group_6_0__0"
- // InternalAadl2Parser.g:25132:1: rule__ThreadType__Group_6_0__0 : rule__ThreadType__Group_6_0__0__Impl rule__ThreadType__Group_6_0__1 ;
+ // InternalAadl2Parser.g:24344:1: rule__ThreadType__Group_6_0__0 : rule__ThreadType__Group_6_0__0__Impl rule__ThreadType__Group_6_0__1 ;
public final void rule__ThreadType__Group_6_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25136:1: ( rule__ThreadType__Group_6_0__0__Impl rule__ThreadType__Group_6_0__1 )
- // InternalAadl2Parser.g:25137:2: rule__ThreadType__Group_6_0__0__Impl rule__ThreadType__Group_6_0__1
+ // InternalAadl2Parser.g:24348:1: ( rule__ThreadType__Group_6_0__0__Impl rule__ThreadType__Group_6_0__1 )
+ // InternalAadl2Parser.g:24349:2: rule__ThreadType__Group_6_0__0__Impl rule__ThreadType__Group_6_0__1
{
- pushFollow(FollowSets000.FOLLOW_4);
+ pushFollow(FollowSets000.FOLLOW_31);
rule__ThreadType__Group_6_0__0__Impl();
state._fsp--;
@@ -104833,21 +102472,21 @@ public final void rule__ThreadType__Group_6_0__0() throws RecognitionException {
// $ANTLR start "rule__ThreadType__Group_6_0__0__Impl"
- // InternalAadl2Parser.g:25144:1: rule__ThreadType__Group_6_0__0__Impl : ( ( rule__ThreadType__DerivedModesAssignment_6_0_0 ) ) ;
+ // InternalAadl2Parser.g:24356:1: rule__ThreadType__Group_6_0__0__Impl : ( ( rule__ThreadType__DerivedModesAssignment_6_0_0 ) ) ;
public final void rule__ThreadType__Group_6_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25148:1: ( ( ( rule__ThreadType__DerivedModesAssignment_6_0_0 ) ) )
- // InternalAadl2Parser.g:25149:1: ( ( rule__ThreadType__DerivedModesAssignment_6_0_0 ) )
+ // InternalAadl2Parser.g:24360:1: ( ( ( rule__ThreadType__DerivedModesAssignment_6_0_0 ) ) )
+ // InternalAadl2Parser.g:24361:1: ( ( rule__ThreadType__DerivedModesAssignment_6_0_0 ) )
{
- // InternalAadl2Parser.g:25149:1: ( ( rule__ThreadType__DerivedModesAssignment_6_0_0 ) )
- // InternalAadl2Parser.g:25150:2: ( rule__ThreadType__DerivedModesAssignment_6_0_0 )
+ // InternalAadl2Parser.g:24361:1: ( ( rule__ThreadType__DerivedModesAssignment_6_0_0 ) )
+ // InternalAadl2Parser.g:24362:2: ( rule__ThreadType__DerivedModesAssignment_6_0_0 )
{
before(grammarAccess.getThreadTypeAccess().getDerivedModesAssignment_6_0_0());
- // InternalAadl2Parser.g:25151:2: ( rule__ThreadType__DerivedModesAssignment_6_0_0 )
- // InternalAadl2Parser.g:25151:3: rule__ThreadType__DerivedModesAssignment_6_0_0
+ // InternalAadl2Parser.g:24363:2: ( rule__ThreadType__DerivedModesAssignment_6_0_0 )
+ // InternalAadl2Parser.g:24363:3: rule__ThreadType__DerivedModesAssignment_6_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__DerivedModesAssignment_6_0_0();
@@ -104880,20 +102519,25 @@ public final void rule__ThreadType__Group_6_0__0__Impl() throws RecognitionExcep
// $ANTLR start "rule__ThreadType__Group_6_0__1"
- // InternalAadl2Parser.g:25159:1: rule__ThreadType__Group_6_0__1 : rule__ThreadType__Group_6_0__1__Impl ;
+ // InternalAadl2Parser.g:24371:1: rule__ThreadType__Group_6_0__1 : rule__ThreadType__Group_6_0__1__Impl rule__ThreadType__Group_6_0__2 ;
public final void rule__ThreadType__Group_6_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25163:1: ( rule__ThreadType__Group_6_0__1__Impl )
- // InternalAadl2Parser.g:25164:2: rule__ThreadType__Group_6_0__1__Impl
+ // InternalAadl2Parser.g:24375:1: ( rule__ThreadType__Group_6_0__1__Impl rule__ThreadType__Group_6_0__2 )
+ // InternalAadl2Parser.g:24376:2: rule__ThreadType__Group_6_0__1__Impl rule__ThreadType__Group_6_0__2
{
- pushFollow(FollowSets000.FOLLOW_2);
+ pushFollow(FollowSets000.FOLLOW_4);
rule__ThreadType__Group_6_0__1__Impl();
state._fsp--;
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ThreadType__Group_6_0__2();
+
+ state._fsp--;
+
}
@@ -104913,42 +102557,112 @@ public final void rule__ThreadType__Group_6_0__1() throws RecognitionException {
// $ANTLR start "rule__ThreadType__Group_6_0__1__Impl"
- // InternalAadl2Parser.g:25170:1: rule__ThreadType__Group_6_0__1__Impl : ( ( ( rule__ThreadType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__ThreadType__OwnedModeAssignment_6_0_1 )* ) ) ;
+ // InternalAadl2Parser.g:24383:1: rule__ThreadType__Group_6_0__1__Impl : ( Modes ) ;
public final void rule__ThreadType__Group_6_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25174:1: ( ( ( ( rule__ThreadType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__ThreadType__OwnedModeAssignment_6_0_1 )* ) ) )
- // InternalAadl2Parser.g:25175:1: ( ( ( rule__ThreadType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__ThreadType__OwnedModeAssignment_6_0_1 )* ) )
+ // InternalAadl2Parser.g:24387:1: ( ( Modes ) )
+ // InternalAadl2Parser.g:24388:1: ( Modes )
+ {
+ // InternalAadl2Parser.g:24388:1: ( Modes )
+ // InternalAadl2Parser.g:24389:2: Modes
+ {
+ before(grammarAccess.getThreadTypeAccess().getModesKeyword_6_0_1());
+ match(input,Modes,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getThreadTypeAccess().getModesKeyword_6_0_1());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ThreadType__Group_6_0__1__Impl"
+
+
+ // $ANTLR start "rule__ThreadType__Group_6_0__2"
+ // InternalAadl2Parser.g:24398:1: rule__ThreadType__Group_6_0__2 : rule__ThreadType__Group_6_0__2__Impl ;
+ public final void rule__ThreadType__Group_6_0__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:24402:1: ( rule__ThreadType__Group_6_0__2__Impl )
+ // InternalAadl2Parser.g:24403:2: rule__ThreadType__Group_6_0__2__Impl
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ThreadType__Group_6_0__2__Impl();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ThreadType__Group_6_0__2"
+
+
+ // $ANTLR start "rule__ThreadType__Group_6_0__2__Impl"
+ // InternalAadl2Parser.g:24409:1: rule__ThreadType__Group_6_0__2__Impl : ( ( ( rule__ThreadType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__ThreadType__OwnedModeAssignment_6_0_2 )* ) ) ;
+ public final void rule__ThreadType__Group_6_0__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:24413:1: ( ( ( ( rule__ThreadType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__ThreadType__OwnedModeAssignment_6_0_2 )* ) ) )
+ // InternalAadl2Parser.g:24414:1: ( ( ( rule__ThreadType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__ThreadType__OwnedModeAssignment_6_0_2 )* ) )
{
- // InternalAadl2Parser.g:25175:1: ( ( ( rule__ThreadType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__ThreadType__OwnedModeAssignment_6_0_1 )* ) )
- // InternalAadl2Parser.g:25176:2: ( ( rule__ThreadType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__ThreadType__OwnedModeAssignment_6_0_1 )* )
+ // InternalAadl2Parser.g:24414:1: ( ( ( rule__ThreadType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__ThreadType__OwnedModeAssignment_6_0_2 )* ) )
+ // InternalAadl2Parser.g:24415:2: ( ( rule__ThreadType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__ThreadType__OwnedModeAssignment_6_0_2 )* )
{
- // InternalAadl2Parser.g:25176:2: ( ( rule__ThreadType__OwnedModeAssignment_6_0_1 ) )
- // InternalAadl2Parser.g:25177:3: ( rule__ThreadType__OwnedModeAssignment_6_0_1 )
+ // InternalAadl2Parser.g:24415:2: ( ( rule__ThreadType__OwnedModeAssignment_6_0_2 ) )
+ // InternalAadl2Parser.g:24416:3: ( rule__ThreadType__OwnedModeAssignment_6_0_2 )
{
- before(grammarAccess.getThreadTypeAccess().getOwnedModeAssignment_6_0_1());
- // InternalAadl2Parser.g:25178:3: ( rule__ThreadType__OwnedModeAssignment_6_0_1 )
- // InternalAadl2Parser.g:25178:4: rule__ThreadType__OwnedModeAssignment_6_0_1
+ before(grammarAccess.getThreadTypeAccess().getOwnedModeAssignment_6_0_2());
+ // InternalAadl2Parser.g:24417:3: ( rule__ThreadType__OwnedModeAssignment_6_0_2 )
+ // InternalAadl2Parser.g:24417:4: rule__ThreadType__OwnedModeAssignment_6_0_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadType__OwnedModeAssignment_6_0_1();
+ rule__ThreadType__OwnedModeAssignment_6_0_2();
state._fsp--;
}
- after(grammarAccess.getThreadTypeAccess().getOwnedModeAssignment_6_0_1());
+ after(grammarAccess.getThreadTypeAccess().getOwnedModeAssignment_6_0_2());
}
- // InternalAadl2Parser.g:25181:2: ( ( rule__ThreadType__OwnedModeAssignment_6_0_1 )* )
- // InternalAadl2Parser.g:25182:3: ( rule__ThreadType__OwnedModeAssignment_6_0_1 )*
+ // InternalAadl2Parser.g:24420:2: ( ( rule__ThreadType__OwnedModeAssignment_6_0_2 )* )
+ // InternalAadl2Parser.g:24421:3: ( rule__ThreadType__OwnedModeAssignment_6_0_2 )*
{
- before(grammarAccess.getThreadTypeAccess().getOwnedModeAssignment_6_0_1());
- // InternalAadl2Parser.g:25183:3: ( rule__ThreadType__OwnedModeAssignment_6_0_1 )*
+ before(grammarAccess.getThreadTypeAccess().getOwnedModeAssignment_6_0_2());
+ // InternalAadl2Parser.g:24422:3: ( rule__ThreadType__OwnedModeAssignment_6_0_2 )*
loop598:
do {
int alt598=2;
@@ -104961,10 +102675,10 @@ public final void rule__ThreadType__Group_6_0__1__Impl() throws RecognitionExcep
switch (alt598) {
case 1 :
- // InternalAadl2Parser.g:25183:4: rule__ThreadType__OwnedModeAssignment_6_0_1
+ // InternalAadl2Parser.g:24422:4: rule__ThreadType__OwnedModeAssignment_6_0_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadType__OwnedModeAssignment_6_0_1();
+ rule__ThreadType__OwnedModeAssignment_6_0_2();
state._fsp--;
@@ -104977,7 +102691,7 @@ public final void rule__ThreadType__Group_6_0__1__Impl() throws RecognitionExcep
}
} while (true);
- after(grammarAccess.getThreadTypeAccess().getOwnedModeAssignment_6_0_1());
+ after(grammarAccess.getThreadTypeAccess().getOwnedModeAssignment_6_0_2());
}
@@ -104999,18 +102713,18 @@ public final void rule__ThreadType__Group_6_0__1__Impl() throws RecognitionExcep
}
return ;
}
- // $ANTLR end "rule__ThreadType__Group_6_0__1__Impl"
+ // $ANTLR end "rule__ThreadType__Group_6_0__2__Impl"
// $ANTLR start "rule__ThreadType__Group_6_1__0"
- // InternalAadl2Parser.g:25193:1: rule__ThreadType__Group_6_1__0 : rule__ThreadType__Group_6_1__0__Impl rule__ThreadType__Group_6_1__1 ;
+ // InternalAadl2Parser.g:24432:1: rule__ThreadType__Group_6_1__0 : rule__ThreadType__Group_6_1__0__Impl rule__ThreadType__Group_6_1__1 ;
public final void rule__ThreadType__Group_6_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25197:1: ( rule__ThreadType__Group_6_1__0__Impl rule__ThreadType__Group_6_1__1 )
- // InternalAadl2Parser.g:25198:2: rule__ThreadType__Group_6_1__0__Impl rule__ThreadType__Group_6_1__1
+ // InternalAadl2Parser.g:24436:1: ( rule__ThreadType__Group_6_1__0__Impl rule__ThreadType__Group_6_1__1 )
+ // InternalAadl2Parser.g:24437:2: rule__ThreadType__Group_6_1__0__Impl rule__ThreadType__Group_6_1__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__ThreadType__Group_6_1__0__Impl();
@@ -105041,17 +102755,17 @@ public final void rule__ThreadType__Group_6_1__0() throws RecognitionException {
// $ANTLR start "rule__ThreadType__Group_6_1__0__Impl"
- // InternalAadl2Parser.g:25205:1: rule__ThreadType__Group_6_1__0__Impl : ( Modes ) ;
+ // InternalAadl2Parser.g:24444:1: rule__ThreadType__Group_6_1__0__Impl : ( Modes ) ;
public final void rule__ThreadType__Group_6_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25209:1: ( ( Modes ) )
- // InternalAadl2Parser.g:25210:1: ( Modes )
+ // InternalAadl2Parser.g:24448:1: ( ( Modes ) )
+ // InternalAadl2Parser.g:24449:1: ( Modes )
{
- // InternalAadl2Parser.g:25210:1: ( Modes )
- // InternalAadl2Parser.g:25211:2: Modes
+ // InternalAadl2Parser.g:24449:1: ( Modes )
+ // InternalAadl2Parser.g:24450:2: Modes
{
before(grammarAccess.getThreadTypeAccess().getModesKeyword_6_1_0());
match(input,Modes,FollowSets000.FOLLOW_2);
@@ -105078,14 +102792,14 @@ public final void rule__ThreadType__Group_6_1__0__Impl() throws RecognitionExcep
// $ANTLR start "rule__ThreadType__Group_6_1__1"
- // InternalAadl2Parser.g:25220:1: rule__ThreadType__Group_6_1__1 : rule__ThreadType__Group_6_1__1__Impl ;
+ // InternalAadl2Parser.g:24459:1: rule__ThreadType__Group_6_1__1 : rule__ThreadType__Group_6_1__1__Impl ;
public final void rule__ThreadType__Group_6_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25224:1: ( rule__ThreadType__Group_6_1__1__Impl )
- // InternalAadl2Parser.g:25225:2: rule__ThreadType__Group_6_1__1__Impl
+ // InternalAadl2Parser.g:24463:1: ( rule__ThreadType__Group_6_1__1__Impl )
+ // InternalAadl2Parser.g:24464:2: rule__ThreadType__Group_6_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__Group_6_1__1__Impl();
@@ -105111,21 +102825,21 @@ public final void rule__ThreadType__Group_6_1__1() throws RecognitionException {
// $ANTLR start "rule__ThreadType__Group_6_1__1__Impl"
- // InternalAadl2Parser.g:25231:1: rule__ThreadType__Group_6_1__1__Impl : ( ( rule__ThreadType__Alternatives_6_1_1 ) ) ;
+ // InternalAadl2Parser.g:24470:1: rule__ThreadType__Group_6_1__1__Impl : ( ( rule__ThreadType__Alternatives_6_1_1 ) ) ;
public final void rule__ThreadType__Group_6_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25235:1: ( ( ( rule__ThreadType__Alternatives_6_1_1 ) ) )
- // InternalAadl2Parser.g:25236:1: ( ( rule__ThreadType__Alternatives_6_1_1 ) )
+ // InternalAadl2Parser.g:24474:1: ( ( ( rule__ThreadType__Alternatives_6_1_1 ) ) )
+ // InternalAadl2Parser.g:24475:1: ( ( rule__ThreadType__Alternatives_6_1_1 ) )
{
- // InternalAadl2Parser.g:25236:1: ( ( rule__ThreadType__Alternatives_6_1_1 ) )
- // InternalAadl2Parser.g:25237:2: ( rule__ThreadType__Alternatives_6_1_1 )
+ // InternalAadl2Parser.g:24475:1: ( ( rule__ThreadType__Alternatives_6_1_1 ) )
+ // InternalAadl2Parser.g:24476:2: ( rule__ThreadType__Alternatives_6_1_1 )
{
before(grammarAccess.getThreadTypeAccess().getAlternatives_6_1_1());
- // InternalAadl2Parser.g:25238:2: ( rule__ThreadType__Alternatives_6_1_1 )
- // InternalAadl2Parser.g:25238:3: rule__ThreadType__Alternatives_6_1_1
+ // InternalAadl2Parser.g:24477:2: ( rule__ThreadType__Alternatives_6_1_1 )
+ // InternalAadl2Parser.g:24477:3: rule__ThreadType__Alternatives_6_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__Alternatives_6_1_1();
@@ -105158,14 +102872,14 @@ public final void rule__ThreadType__Group_6_1__1__Impl() throws RecognitionExcep
// $ANTLR start "rule__ThreadType__Group_6_1_1_1__0"
- // InternalAadl2Parser.g:25247:1: rule__ThreadType__Group_6_1_1_1__0 : rule__ThreadType__Group_6_1_1_1__0__Impl rule__ThreadType__Group_6_1_1_1__1 ;
+ // InternalAadl2Parser.g:24486:1: rule__ThreadType__Group_6_1_1_1__0 : rule__ThreadType__Group_6_1_1_1__0__Impl rule__ThreadType__Group_6_1_1_1__1 ;
public final void rule__ThreadType__Group_6_1_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25251:1: ( rule__ThreadType__Group_6_1_1_1__0__Impl rule__ThreadType__Group_6_1_1_1__1 )
- // InternalAadl2Parser.g:25252:2: rule__ThreadType__Group_6_1_1_1__0__Impl rule__ThreadType__Group_6_1_1_1__1
+ // InternalAadl2Parser.g:24490:1: ( rule__ThreadType__Group_6_1_1_1__0__Impl rule__ThreadType__Group_6_1_1_1__1 )
+ // InternalAadl2Parser.g:24491:2: rule__ThreadType__Group_6_1_1_1__0__Impl rule__ThreadType__Group_6_1_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__ThreadType__Group_6_1_1_1__0__Impl();
@@ -105196,21 +102910,21 @@ public final void rule__ThreadType__Group_6_1_1_1__0() throws RecognitionExcepti
// $ANTLR start "rule__ThreadType__Group_6_1_1_1__0__Impl"
- // InternalAadl2Parser.g:25259:1: rule__ThreadType__Group_6_1_1_1__0__Impl : ( ( rule__ThreadType__NoModesAssignment_6_1_1_1_0 ) ) ;
+ // InternalAadl2Parser.g:24498:1: rule__ThreadType__Group_6_1_1_1__0__Impl : ( ( rule__ThreadType__NoModesAssignment_6_1_1_1_0 ) ) ;
public final void rule__ThreadType__Group_6_1_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25263:1: ( ( ( rule__ThreadType__NoModesAssignment_6_1_1_1_0 ) ) )
- // InternalAadl2Parser.g:25264:1: ( ( rule__ThreadType__NoModesAssignment_6_1_1_1_0 ) )
+ // InternalAadl2Parser.g:24502:1: ( ( ( rule__ThreadType__NoModesAssignment_6_1_1_1_0 ) ) )
+ // InternalAadl2Parser.g:24503:1: ( ( rule__ThreadType__NoModesAssignment_6_1_1_1_0 ) )
{
- // InternalAadl2Parser.g:25264:1: ( ( rule__ThreadType__NoModesAssignment_6_1_1_1_0 ) )
- // InternalAadl2Parser.g:25265:2: ( rule__ThreadType__NoModesAssignment_6_1_1_1_0 )
+ // InternalAadl2Parser.g:24503:1: ( ( rule__ThreadType__NoModesAssignment_6_1_1_1_0 ) )
+ // InternalAadl2Parser.g:24504:2: ( rule__ThreadType__NoModesAssignment_6_1_1_1_0 )
{
before(grammarAccess.getThreadTypeAccess().getNoModesAssignment_6_1_1_1_0());
- // InternalAadl2Parser.g:25266:2: ( rule__ThreadType__NoModesAssignment_6_1_1_1_0 )
- // InternalAadl2Parser.g:25266:3: rule__ThreadType__NoModesAssignment_6_1_1_1_0
+ // InternalAadl2Parser.g:24505:2: ( rule__ThreadType__NoModesAssignment_6_1_1_1_0 )
+ // InternalAadl2Parser.g:24505:3: rule__ThreadType__NoModesAssignment_6_1_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__NoModesAssignment_6_1_1_1_0();
@@ -105243,14 +102957,14 @@ public final void rule__ThreadType__Group_6_1_1_1__0__Impl() throws RecognitionE
// $ANTLR start "rule__ThreadType__Group_6_1_1_1__1"
- // InternalAadl2Parser.g:25274:1: rule__ThreadType__Group_6_1_1_1__1 : rule__ThreadType__Group_6_1_1_1__1__Impl ;
+ // InternalAadl2Parser.g:24513:1: rule__ThreadType__Group_6_1_1_1__1 : rule__ThreadType__Group_6_1_1_1__1__Impl ;
public final void rule__ThreadType__Group_6_1_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25278:1: ( rule__ThreadType__Group_6_1_1_1__1__Impl )
- // InternalAadl2Parser.g:25279:2: rule__ThreadType__Group_6_1_1_1__1__Impl
+ // InternalAadl2Parser.g:24517:1: ( rule__ThreadType__Group_6_1_1_1__1__Impl )
+ // InternalAadl2Parser.g:24518:2: rule__ThreadType__Group_6_1_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__Group_6_1_1_1__1__Impl();
@@ -105276,17 +102990,17 @@ public final void rule__ThreadType__Group_6_1_1_1__1() throws RecognitionExcepti
// $ANTLR start "rule__ThreadType__Group_6_1_1_1__1__Impl"
- // InternalAadl2Parser.g:25285:1: rule__ThreadType__Group_6_1_1_1__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:24524:1: rule__ThreadType__Group_6_1_1_1__1__Impl : ( Semicolon ) ;
public final void rule__ThreadType__Group_6_1_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25289:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:25290:1: ( Semicolon )
+ // InternalAadl2Parser.g:24528:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:24529:1: ( Semicolon )
{
- // InternalAadl2Parser.g:25290:1: ( Semicolon )
- // InternalAadl2Parser.g:25291:2: Semicolon
+ // InternalAadl2Parser.g:24529:1: ( Semicolon )
+ // InternalAadl2Parser.g:24530:2: Semicolon
{
before(grammarAccess.getThreadTypeAccess().getSemicolonKeyword_6_1_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -105313,14 +103027,14 @@ public final void rule__ThreadType__Group_6_1_1_1__1__Impl() throws RecognitionE
// $ANTLR start "rule__ThreadType__Group_7__0"
- // InternalAadl2Parser.g:25301:1: rule__ThreadType__Group_7__0 : rule__ThreadType__Group_7__0__Impl rule__ThreadType__Group_7__1 ;
+ // InternalAadl2Parser.g:24540:1: rule__ThreadType__Group_7__0 : rule__ThreadType__Group_7__0__Impl rule__ThreadType__Group_7__1 ;
public final void rule__ThreadType__Group_7__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25305:1: ( rule__ThreadType__Group_7__0__Impl rule__ThreadType__Group_7__1 )
- // InternalAadl2Parser.g:25306:2: rule__ThreadType__Group_7__0__Impl rule__ThreadType__Group_7__1
+ // InternalAadl2Parser.g:24544:1: ( rule__ThreadType__Group_7__0__Impl rule__ThreadType__Group_7__1 )
+ // InternalAadl2Parser.g:24545:2: rule__ThreadType__Group_7__0__Impl rule__ThreadType__Group_7__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__ThreadType__Group_7__0__Impl();
@@ -105351,17 +103065,17 @@ public final void rule__ThreadType__Group_7__0() throws RecognitionException {
// $ANTLR start "rule__ThreadType__Group_7__0__Impl"
- // InternalAadl2Parser.g:25313:1: rule__ThreadType__Group_7__0__Impl : ( Properties ) ;
+ // InternalAadl2Parser.g:24552:1: rule__ThreadType__Group_7__0__Impl : ( Properties ) ;
public final void rule__ThreadType__Group_7__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25317:1: ( ( Properties ) )
- // InternalAadl2Parser.g:25318:1: ( Properties )
+ // InternalAadl2Parser.g:24556:1: ( ( Properties ) )
+ // InternalAadl2Parser.g:24557:1: ( Properties )
{
- // InternalAadl2Parser.g:25318:1: ( Properties )
- // InternalAadl2Parser.g:25319:2: Properties
+ // InternalAadl2Parser.g:24557:1: ( Properties )
+ // InternalAadl2Parser.g:24558:2: Properties
{
before(grammarAccess.getThreadTypeAccess().getPropertiesKeyword_7_0());
match(input,Properties,FollowSets000.FOLLOW_2);
@@ -105388,14 +103102,14 @@ public final void rule__ThreadType__Group_7__0__Impl() throws RecognitionExcepti
// $ANTLR start "rule__ThreadType__Group_7__1"
- // InternalAadl2Parser.g:25328:1: rule__ThreadType__Group_7__1 : rule__ThreadType__Group_7__1__Impl ;
+ // InternalAadl2Parser.g:24567:1: rule__ThreadType__Group_7__1 : rule__ThreadType__Group_7__1__Impl ;
public final void rule__ThreadType__Group_7__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25332:1: ( rule__ThreadType__Group_7__1__Impl )
- // InternalAadl2Parser.g:25333:2: rule__ThreadType__Group_7__1__Impl
+ // InternalAadl2Parser.g:24571:1: ( rule__ThreadType__Group_7__1__Impl )
+ // InternalAadl2Parser.g:24572:2: rule__ThreadType__Group_7__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__Group_7__1__Impl();
@@ -105421,21 +103135,21 @@ public final void rule__ThreadType__Group_7__1() throws RecognitionException {
// $ANTLR start "rule__ThreadType__Group_7__1__Impl"
- // InternalAadl2Parser.g:25339:1: rule__ThreadType__Group_7__1__Impl : ( ( rule__ThreadType__Alternatives_7_1 ) ) ;
+ // InternalAadl2Parser.g:24578:1: rule__ThreadType__Group_7__1__Impl : ( ( rule__ThreadType__Alternatives_7_1 ) ) ;
public final void rule__ThreadType__Group_7__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25343:1: ( ( ( rule__ThreadType__Alternatives_7_1 ) ) )
- // InternalAadl2Parser.g:25344:1: ( ( rule__ThreadType__Alternatives_7_1 ) )
+ // InternalAadl2Parser.g:24582:1: ( ( ( rule__ThreadType__Alternatives_7_1 ) ) )
+ // InternalAadl2Parser.g:24583:1: ( ( rule__ThreadType__Alternatives_7_1 ) )
{
- // InternalAadl2Parser.g:25344:1: ( ( rule__ThreadType__Alternatives_7_1 ) )
- // InternalAadl2Parser.g:25345:2: ( rule__ThreadType__Alternatives_7_1 )
+ // InternalAadl2Parser.g:24583:1: ( ( rule__ThreadType__Alternatives_7_1 ) )
+ // InternalAadl2Parser.g:24584:2: ( rule__ThreadType__Alternatives_7_1 )
{
before(grammarAccess.getThreadTypeAccess().getAlternatives_7_1());
- // InternalAadl2Parser.g:25346:2: ( rule__ThreadType__Alternatives_7_1 )
- // InternalAadl2Parser.g:25346:3: rule__ThreadType__Alternatives_7_1
+ // InternalAadl2Parser.g:24585:2: ( rule__ThreadType__Alternatives_7_1 )
+ // InternalAadl2Parser.g:24585:3: rule__ThreadType__Alternatives_7_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__Alternatives_7_1();
@@ -105468,14 +103182,14 @@ public final void rule__ThreadType__Group_7__1__Impl() throws RecognitionExcepti
// $ANTLR start "rule__ThreadType__Group_7_1_1__0"
- // InternalAadl2Parser.g:25355:1: rule__ThreadType__Group_7_1_1__0 : rule__ThreadType__Group_7_1_1__0__Impl rule__ThreadType__Group_7_1_1__1 ;
+ // InternalAadl2Parser.g:24594:1: rule__ThreadType__Group_7_1_1__0 : rule__ThreadType__Group_7_1_1__0__Impl rule__ThreadType__Group_7_1_1__1 ;
public final void rule__ThreadType__Group_7_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25359:1: ( rule__ThreadType__Group_7_1_1__0__Impl rule__ThreadType__Group_7_1_1__1 )
- // InternalAadl2Parser.g:25360:2: rule__ThreadType__Group_7_1_1__0__Impl rule__ThreadType__Group_7_1_1__1
+ // InternalAadl2Parser.g:24598:1: ( rule__ThreadType__Group_7_1_1__0__Impl rule__ThreadType__Group_7_1_1__1 )
+ // InternalAadl2Parser.g:24599:2: rule__ThreadType__Group_7_1_1__0__Impl rule__ThreadType__Group_7_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__ThreadType__Group_7_1_1__0__Impl();
@@ -105506,21 +103220,21 @@ public final void rule__ThreadType__Group_7_1_1__0() throws RecognitionException
// $ANTLR start "rule__ThreadType__Group_7_1_1__0__Impl"
- // InternalAadl2Parser.g:25367:1: rule__ThreadType__Group_7_1_1__0__Impl : ( ( rule__ThreadType__NoPropertiesAssignment_7_1_1_0 ) ) ;
+ // InternalAadl2Parser.g:24606:1: rule__ThreadType__Group_7_1_1__0__Impl : ( ( rule__ThreadType__NoPropertiesAssignment_7_1_1_0 ) ) ;
public final void rule__ThreadType__Group_7_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25371:1: ( ( ( rule__ThreadType__NoPropertiesAssignment_7_1_1_0 ) ) )
- // InternalAadl2Parser.g:25372:1: ( ( rule__ThreadType__NoPropertiesAssignment_7_1_1_0 ) )
+ // InternalAadl2Parser.g:24610:1: ( ( ( rule__ThreadType__NoPropertiesAssignment_7_1_1_0 ) ) )
+ // InternalAadl2Parser.g:24611:1: ( ( rule__ThreadType__NoPropertiesAssignment_7_1_1_0 ) )
{
- // InternalAadl2Parser.g:25372:1: ( ( rule__ThreadType__NoPropertiesAssignment_7_1_1_0 ) )
- // InternalAadl2Parser.g:25373:2: ( rule__ThreadType__NoPropertiesAssignment_7_1_1_0 )
+ // InternalAadl2Parser.g:24611:1: ( ( rule__ThreadType__NoPropertiesAssignment_7_1_1_0 ) )
+ // InternalAadl2Parser.g:24612:2: ( rule__ThreadType__NoPropertiesAssignment_7_1_1_0 )
{
before(grammarAccess.getThreadTypeAccess().getNoPropertiesAssignment_7_1_1_0());
- // InternalAadl2Parser.g:25374:2: ( rule__ThreadType__NoPropertiesAssignment_7_1_1_0 )
- // InternalAadl2Parser.g:25374:3: rule__ThreadType__NoPropertiesAssignment_7_1_1_0
+ // InternalAadl2Parser.g:24613:2: ( rule__ThreadType__NoPropertiesAssignment_7_1_1_0 )
+ // InternalAadl2Parser.g:24613:3: rule__ThreadType__NoPropertiesAssignment_7_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__NoPropertiesAssignment_7_1_1_0();
@@ -105553,14 +103267,14 @@ public final void rule__ThreadType__Group_7_1_1__0__Impl() throws RecognitionExc
// $ANTLR start "rule__ThreadType__Group_7_1_1__1"
- // InternalAadl2Parser.g:25382:1: rule__ThreadType__Group_7_1_1__1 : rule__ThreadType__Group_7_1_1__1__Impl ;
+ // InternalAadl2Parser.g:24621:1: rule__ThreadType__Group_7_1_1__1 : rule__ThreadType__Group_7_1_1__1__Impl ;
public final void rule__ThreadType__Group_7_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25386:1: ( rule__ThreadType__Group_7_1_1__1__Impl )
- // InternalAadl2Parser.g:25387:2: rule__ThreadType__Group_7_1_1__1__Impl
+ // InternalAadl2Parser.g:24625:1: ( rule__ThreadType__Group_7_1_1__1__Impl )
+ // InternalAadl2Parser.g:24626:2: rule__ThreadType__Group_7_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadType__Group_7_1_1__1__Impl();
@@ -105586,17 +103300,17 @@ public final void rule__ThreadType__Group_7_1_1__1() throws RecognitionException
// $ANTLR start "rule__ThreadType__Group_7_1_1__1__Impl"
- // InternalAadl2Parser.g:25393:1: rule__ThreadType__Group_7_1_1__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:24632:1: rule__ThreadType__Group_7_1_1__1__Impl : ( Semicolon ) ;
public final void rule__ThreadType__Group_7_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25397:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:25398:1: ( Semicolon )
+ // InternalAadl2Parser.g:24636:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:24637:1: ( Semicolon )
{
- // InternalAadl2Parser.g:25398:1: ( Semicolon )
- // InternalAadl2Parser.g:25399:2: Semicolon
+ // InternalAadl2Parser.g:24637:1: ( Semicolon )
+ // InternalAadl2Parser.g:24638:2: Semicolon
{
before(grammarAccess.getThreadTypeAccess().getSemicolonKeyword_7_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -105623,14 +103337,14 @@ public final void rule__ThreadType__Group_7_1_1__1__Impl() throws RecognitionExc
// $ANTLR start "rule__SubprogramType__Group__0"
- // InternalAadl2Parser.g:25409:1: rule__SubprogramType__Group__0 : rule__SubprogramType__Group__0__Impl rule__SubprogramType__Group__1 ;
+ // InternalAadl2Parser.g:24648:1: rule__SubprogramType__Group__0 : rule__SubprogramType__Group__0__Impl rule__SubprogramType__Group__1 ;
public final void rule__SubprogramType__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25413:1: ( rule__SubprogramType__Group__0__Impl rule__SubprogramType__Group__1 )
- // InternalAadl2Parser.g:25414:2: rule__SubprogramType__Group__0__Impl rule__SubprogramType__Group__1
+ // InternalAadl2Parser.g:24652:1: ( rule__SubprogramType__Group__0__Impl rule__SubprogramType__Group__1 )
+ // InternalAadl2Parser.g:24653:2: rule__SubprogramType__Group__0__Impl rule__SubprogramType__Group__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__SubprogramType__Group__0__Impl();
@@ -105661,17 +103375,17 @@ public final void rule__SubprogramType__Group__0() throws RecognitionException {
// $ANTLR start "rule__SubprogramType__Group__0__Impl"
- // InternalAadl2Parser.g:25421:1: rule__SubprogramType__Group__0__Impl : ( Subprogram ) ;
+ // InternalAadl2Parser.g:24660:1: rule__SubprogramType__Group__0__Impl : ( Subprogram ) ;
public final void rule__SubprogramType__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25425:1: ( ( Subprogram ) )
- // InternalAadl2Parser.g:25426:1: ( Subprogram )
+ // InternalAadl2Parser.g:24664:1: ( ( Subprogram ) )
+ // InternalAadl2Parser.g:24665:1: ( Subprogram )
{
- // InternalAadl2Parser.g:25426:1: ( Subprogram )
- // InternalAadl2Parser.g:25427:2: Subprogram
+ // InternalAadl2Parser.g:24665:1: ( Subprogram )
+ // InternalAadl2Parser.g:24666:2: Subprogram
{
before(grammarAccess.getSubprogramTypeAccess().getSubprogramKeyword_0());
match(input,Subprogram,FollowSets000.FOLLOW_2);
@@ -105698,14 +103412,14 @@ public final void rule__SubprogramType__Group__0__Impl() throws RecognitionExcep
// $ANTLR start "rule__SubprogramType__Group__1"
- // InternalAadl2Parser.g:25436:1: rule__SubprogramType__Group__1 : rule__SubprogramType__Group__1__Impl rule__SubprogramType__Group__2 ;
+ // InternalAadl2Parser.g:24675:1: rule__SubprogramType__Group__1 : rule__SubprogramType__Group__1__Impl rule__SubprogramType__Group__2 ;
public final void rule__SubprogramType__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25440:1: ( rule__SubprogramType__Group__1__Impl rule__SubprogramType__Group__2 )
- // InternalAadl2Parser.g:25441:2: rule__SubprogramType__Group__1__Impl rule__SubprogramType__Group__2
+ // InternalAadl2Parser.g:24679:1: ( rule__SubprogramType__Group__1__Impl rule__SubprogramType__Group__2 )
+ // InternalAadl2Parser.g:24680:2: rule__SubprogramType__Group__1__Impl rule__SubprogramType__Group__2
{
pushFollow(FollowSets000.FOLLOW_27);
rule__SubprogramType__Group__1__Impl();
@@ -105736,21 +103450,21 @@ public final void rule__SubprogramType__Group__1() throws RecognitionException {
// $ANTLR start "rule__SubprogramType__Group__1__Impl"
- // InternalAadl2Parser.g:25448:1: rule__SubprogramType__Group__1__Impl : ( ( rule__SubprogramType__NameAssignment_1 ) ) ;
+ // InternalAadl2Parser.g:24687:1: rule__SubprogramType__Group__1__Impl : ( ( rule__SubprogramType__NameAssignment_1 ) ) ;
public final void rule__SubprogramType__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25452:1: ( ( ( rule__SubprogramType__NameAssignment_1 ) ) )
- // InternalAadl2Parser.g:25453:1: ( ( rule__SubprogramType__NameAssignment_1 ) )
+ // InternalAadl2Parser.g:24691:1: ( ( ( rule__SubprogramType__NameAssignment_1 ) ) )
+ // InternalAadl2Parser.g:24692:1: ( ( rule__SubprogramType__NameAssignment_1 ) )
{
- // InternalAadl2Parser.g:25453:1: ( ( rule__SubprogramType__NameAssignment_1 ) )
- // InternalAadl2Parser.g:25454:2: ( rule__SubprogramType__NameAssignment_1 )
+ // InternalAadl2Parser.g:24692:1: ( ( rule__SubprogramType__NameAssignment_1 ) )
+ // InternalAadl2Parser.g:24693:2: ( rule__SubprogramType__NameAssignment_1 )
{
before(grammarAccess.getSubprogramTypeAccess().getNameAssignment_1());
- // InternalAadl2Parser.g:25455:2: ( rule__SubprogramType__NameAssignment_1 )
- // InternalAadl2Parser.g:25455:3: rule__SubprogramType__NameAssignment_1
+ // InternalAadl2Parser.g:24694:2: ( rule__SubprogramType__NameAssignment_1 )
+ // InternalAadl2Parser.g:24694:3: rule__SubprogramType__NameAssignment_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__NameAssignment_1();
@@ -105783,14 +103497,14 @@ public final void rule__SubprogramType__Group__1__Impl() throws RecognitionExcep
// $ANTLR start "rule__SubprogramType__Group__2"
- // InternalAadl2Parser.g:25463:1: rule__SubprogramType__Group__2 : rule__SubprogramType__Group__2__Impl rule__SubprogramType__Group__3 ;
+ // InternalAadl2Parser.g:24702:1: rule__SubprogramType__Group__2 : rule__SubprogramType__Group__2__Impl rule__SubprogramType__Group__3 ;
public final void rule__SubprogramType__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25467:1: ( rule__SubprogramType__Group__2__Impl rule__SubprogramType__Group__3 )
- // InternalAadl2Parser.g:25468:2: rule__SubprogramType__Group__2__Impl rule__SubprogramType__Group__3
+ // InternalAadl2Parser.g:24706:1: ( rule__SubprogramType__Group__2__Impl rule__SubprogramType__Group__3 )
+ // InternalAadl2Parser.g:24707:2: rule__SubprogramType__Group__2__Impl rule__SubprogramType__Group__3
{
pushFollow(FollowSets000.FOLLOW_27);
rule__SubprogramType__Group__2__Impl();
@@ -105821,20 +103535,20 @@ public final void rule__SubprogramType__Group__2() throws RecognitionException {
// $ANTLR start "rule__SubprogramType__Group__2__Impl"
- // InternalAadl2Parser.g:25475:1: rule__SubprogramType__Group__2__Impl : ( ( rule__SubprogramType__Group_2__0 )? ) ;
+ // InternalAadl2Parser.g:24714:1: rule__SubprogramType__Group__2__Impl : ( ( rule__SubprogramType__Group_2__0 )? ) ;
public final void rule__SubprogramType__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25479:1: ( ( ( rule__SubprogramType__Group_2__0 )? ) )
- // InternalAadl2Parser.g:25480:1: ( ( rule__SubprogramType__Group_2__0 )? )
+ // InternalAadl2Parser.g:24718:1: ( ( ( rule__SubprogramType__Group_2__0 )? ) )
+ // InternalAadl2Parser.g:24719:1: ( ( rule__SubprogramType__Group_2__0 )? )
{
- // InternalAadl2Parser.g:25480:1: ( ( rule__SubprogramType__Group_2__0 )? )
- // InternalAadl2Parser.g:25481:2: ( rule__SubprogramType__Group_2__0 )?
+ // InternalAadl2Parser.g:24719:1: ( ( rule__SubprogramType__Group_2__0 )? )
+ // InternalAadl2Parser.g:24720:2: ( rule__SubprogramType__Group_2__0 )?
{
before(grammarAccess.getSubprogramTypeAccess().getGroup_2());
- // InternalAadl2Parser.g:25482:2: ( rule__SubprogramType__Group_2__0 )?
+ // InternalAadl2Parser.g:24721:2: ( rule__SubprogramType__Group_2__0 )?
int alt599=2;
int LA599_0 = input.LA(1);
@@ -105843,7 +103557,7 @@ public final void rule__SubprogramType__Group__2__Impl() throws RecognitionExcep
}
switch (alt599) {
case 1 :
- // InternalAadl2Parser.g:25482:3: rule__SubprogramType__Group_2__0
+ // InternalAadl2Parser.g:24721:3: rule__SubprogramType__Group_2__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__Group_2__0();
@@ -105879,14 +103593,14 @@ public final void rule__SubprogramType__Group__2__Impl() throws RecognitionExcep
// $ANTLR start "rule__SubprogramType__Group__3"
- // InternalAadl2Parser.g:25490:1: rule__SubprogramType__Group__3 : rule__SubprogramType__Group__3__Impl rule__SubprogramType__Group__4 ;
+ // InternalAadl2Parser.g:24729:1: rule__SubprogramType__Group__3 : rule__SubprogramType__Group__3__Impl rule__SubprogramType__Group__4 ;
public final void rule__SubprogramType__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25494:1: ( rule__SubprogramType__Group__3__Impl rule__SubprogramType__Group__4 )
- // InternalAadl2Parser.g:25495:2: rule__SubprogramType__Group__3__Impl rule__SubprogramType__Group__4
+ // InternalAadl2Parser.g:24733:1: ( rule__SubprogramType__Group__3__Impl rule__SubprogramType__Group__4 )
+ // InternalAadl2Parser.g:24734:2: rule__SubprogramType__Group__3__Impl rule__SubprogramType__Group__4
{
pushFollow(FollowSets000.FOLLOW_27);
rule__SubprogramType__Group__3__Impl();
@@ -105917,20 +103631,20 @@ public final void rule__SubprogramType__Group__3() throws RecognitionException {
// $ANTLR start "rule__SubprogramType__Group__3__Impl"
- // InternalAadl2Parser.g:25502:1: rule__SubprogramType__Group__3__Impl : ( ( rule__SubprogramType__Group_3__0 )? ) ;
+ // InternalAadl2Parser.g:24741:1: rule__SubprogramType__Group__3__Impl : ( ( rule__SubprogramType__Group_3__0 )? ) ;
public final void rule__SubprogramType__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25506:1: ( ( ( rule__SubprogramType__Group_3__0 )? ) )
- // InternalAadl2Parser.g:25507:1: ( ( rule__SubprogramType__Group_3__0 )? )
+ // InternalAadl2Parser.g:24745:1: ( ( ( rule__SubprogramType__Group_3__0 )? ) )
+ // InternalAadl2Parser.g:24746:1: ( ( rule__SubprogramType__Group_3__0 )? )
{
- // InternalAadl2Parser.g:25507:1: ( ( rule__SubprogramType__Group_3__0 )? )
- // InternalAadl2Parser.g:25508:2: ( rule__SubprogramType__Group_3__0 )?
+ // InternalAadl2Parser.g:24746:1: ( ( rule__SubprogramType__Group_3__0 )? )
+ // InternalAadl2Parser.g:24747:2: ( rule__SubprogramType__Group_3__0 )?
{
before(grammarAccess.getSubprogramTypeAccess().getGroup_3());
- // InternalAadl2Parser.g:25509:2: ( rule__SubprogramType__Group_3__0 )?
+ // InternalAadl2Parser.g:24748:2: ( rule__SubprogramType__Group_3__0 )?
int alt600=2;
int LA600_0 = input.LA(1);
@@ -105939,7 +103653,7 @@ public final void rule__SubprogramType__Group__3__Impl() throws RecognitionExcep
}
switch (alt600) {
case 1 :
- // InternalAadl2Parser.g:25509:3: rule__SubprogramType__Group_3__0
+ // InternalAadl2Parser.g:24748:3: rule__SubprogramType__Group_3__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__Group_3__0();
@@ -105975,14 +103689,14 @@ public final void rule__SubprogramType__Group__3__Impl() throws RecognitionExcep
// $ANTLR start "rule__SubprogramType__Group__4"
- // InternalAadl2Parser.g:25517:1: rule__SubprogramType__Group__4 : rule__SubprogramType__Group__4__Impl rule__SubprogramType__Group__5 ;
+ // InternalAadl2Parser.g:24756:1: rule__SubprogramType__Group__4 : rule__SubprogramType__Group__4__Impl rule__SubprogramType__Group__5 ;
public final void rule__SubprogramType__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25521:1: ( rule__SubprogramType__Group__4__Impl rule__SubprogramType__Group__5 )
- // InternalAadl2Parser.g:25522:2: rule__SubprogramType__Group__4__Impl rule__SubprogramType__Group__5
+ // InternalAadl2Parser.g:24760:1: ( rule__SubprogramType__Group__4__Impl rule__SubprogramType__Group__5 )
+ // InternalAadl2Parser.g:24761:2: rule__SubprogramType__Group__4__Impl rule__SubprogramType__Group__5
{
pushFollow(FollowSets000.FOLLOW_27);
rule__SubprogramType__Group__4__Impl();
@@ -106013,20 +103727,20 @@ public final void rule__SubprogramType__Group__4() throws RecognitionException {
// $ANTLR start "rule__SubprogramType__Group__4__Impl"
- // InternalAadl2Parser.g:25529:1: rule__SubprogramType__Group__4__Impl : ( ( rule__SubprogramType__Group_4__0 )? ) ;
+ // InternalAadl2Parser.g:24768:1: rule__SubprogramType__Group__4__Impl : ( ( rule__SubprogramType__Group_4__0 )? ) ;
public final void rule__SubprogramType__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25533:1: ( ( ( rule__SubprogramType__Group_4__0 )? ) )
- // InternalAadl2Parser.g:25534:1: ( ( rule__SubprogramType__Group_4__0 )? )
+ // InternalAadl2Parser.g:24772:1: ( ( ( rule__SubprogramType__Group_4__0 )? ) )
+ // InternalAadl2Parser.g:24773:1: ( ( rule__SubprogramType__Group_4__0 )? )
{
- // InternalAadl2Parser.g:25534:1: ( ( rule__SubprogramType__Group_4__0 )? )
- // InternalAadl2Parser.g:25535:2: ( rule__SubprogramType__Group_4__0 )?
+ // InternalAadl2Parser.g:24773:1: ( ( rule__SubprogramType__Group_4__0 )? )
+ // InternalAadl2Parser.g:24774:2: ( rule__SubprogramType__Group_4__0 )?
{
before(grammarAccess.getSubprogramTypeAccess().getGroup_4());
- // InternalAadl2Parser.g:25536:2: ( rule__SubprogramType__Group_4__0 )?
+ // InternalAadl2Parser.g:24775:2: ( rule__SubprogramType__Group_4__0 )?
int alt601=2;
int LA601_0 = input.LA(1);
@@ -106035,7 +103749,7 @@ public final void rule__SubprogramType__Group__4__Impl() throws RecognitionExcep
}
switch (alt601) {
case 1 :
- // InternalAadl2Parser.g:25536:3: rule__SubprogramType__Group_4__0
+ // InternalAadl2Parser.g:24775:3: rule__SubprogramType__Group_4__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__Group_4__0();
@@ -106071,14 +103785,14 @@ public final void rule__SubprogramType__Group__4__Impl() throws RecognitionExcep
// $ANTLR start "rule__SubprogramType__Group__5"
- // InternalAadl2Parser.g:25544:1: rule__SubprogramType__Group__5 : rule__SubprogramType__Group__5__Impl rule__SubprogramType__Group__6 ;
+ // InternalAadl2Parser.g:24783:1: rule__SubprogramType__Group__5 : rule__SubprogramType__Group__5__Impl rule__SubprogramType__Group__6 ;
public final void rule__SubprogramType__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25548:1: ( rule__SubprogramType__Group__5__Impl rule__SubprogramType__Group__6 )
- // InternalAadl2Parser.g:25549:2: rule__SubprogramType__Group__5__Impl rule__SubprogramType__Group__6
+ // InternalAadl2Parser.g:24787:1: ( rule__SubprogramType__Group__5__Impl rule__SubprogramType__Group__6 )
+ // InternalAadl2Parser.g:24788:2: rule__SubprogramType__Group__5__Impl rule__SubprogramType__Group__6
{
pushFollow(FollowSets000.FOLLOW_27);
rule__SubprogramType__Group__5__Impl();
@@ -106109,20 +103823,20 @@ public final void rule__SubprogramType__Group__5() throws RecognitionException {
// $ANTLR start "rule__SubprogramType__Group__5__Impl"
- // InternalAadl2Parser.g:25556:1: rule__SubprogramType__Group__5__Impl : ( ( rule__SubprogramType__Group_5__0 )? ) ;
+ // InternalAadl2Parser.g:24795:1: rule__SubprogramType__Group__5__Impl : ( ( rule__SubprogramType__Group_5__0 )? ) ;
public final void rule__SubprogramType__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25560:1: ( ( ( rule__SubprogramType__Group_5__0 )? ) )
- // InternalAadl2Parser.g:25561:1: ( ( rule__SubprogramType__Group_5__0 )? )
+ // InternalAadl2Parser.g:24799:1: ( ( ( rule__SubprogramType__Group_5__0 )? ) )
+ // InternalAadl2Parser.g:24800:1: ( ( rule__SubprogramType__Group_5__0 )? )
{
- // InternalAadl2Parser.g:25561:1: ( ( rule__SubprogramType__Group_5__0 )? )
- // InternalAadl2Parser.g:25562:2: ( rule__SubprogramType__Group_5__0 )?
+ // InternalAadl2Parser.g:24800:1: ( ( rule__SubprogramType__Group_5__0 )? )
+ // InternalAadl2Parser.g:24801:2: ( rule__SubprogramType__Group_5__0 )?
{
before(grammarAccess.getSubprogramTypeAccess().getGroup_5());
- // InternalAadl2Parser.g:25563:2: ( rule__SubprogramType__Group_5__0 )?
+ // InternalAadl2Parser.g:24802:2: ( rule__SubprogramType__Group_5__0 )?
int alt602=2;
int LA602_0 = input.LA(1);
@@ -106131,7 +103845,7 @@ public final void rule__SubprogramType__Group__5__Impl() throws RecognitionExcep
}
switch (alt602) {
case 1 :
- // InternalAadl2Parser.g:25563:3: rule__SubprogramType__Group_5__0
+ // InternalAadl2Parser.g:24802:3: rule__SubprogramType__Group_5__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__Group_5__0();
@@ -106167,14 +103881,14 @@ public final void rule__SubprogramType__Group__5__Impl() throws RecognitionExcep
// $ANTLR start "rule__SubprogramType__Group__6"
- // InternalAadl2Parser.g:25571:1: rule__SubprogramType__Group__6 : rule__SubprogramType__Group__6__Impl rule__SubprogramType__Group__7 ;
+ // InternalAadl2Parser.g:24810:1: rule__SubprogramType__Group__6 : rule__SubprogramType__Group__6__Impl rule__SubprogramType__Group__7 ;
public final void rule__SubprogramType__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25575:1: ( rule__SubprogramType__Group__6__Impl rule__SubprogramType__Group__7 )
- // InternalAadl2Parser.g:25576:2: rule__SubprogramType__Group__6__Impl rule__SubprogramType__Group__7
+ // InternalAadl2Parser.g:24814:1: ( rule__SubprogramType__Group__6__Impl rule__SubprogramType__Group__7 )
+ // InternalAadl2Parser.g:24815:2: rule__SubprogramType__Group__6__Impl rule__SubprogramType__Group__7
{
pushFollow(FollowSets000.FOLLOW_27);
rule__SubprogramType__Group__6__Impl();
@@ -106205,20 +103919,20 @@ public final void rule__SubprogramType__Group__6() throws RecognitionException {
// $ANTLR start "rule__SubprogramType__Group__6__Impl"
- // InternalAadl2Parser.g:25583:1: rule__SubprogramType__Group__6__Impl : ( ( rule__SubprogramType__Alternatives_6 )? ) ;
+ // InternalAadl2Parser.g:24822:1: rule__SubprogramType__Group__6__Impl : ( ( rule__SubprogramType__Alternatives_6 )? ) ;
public final void rule__SubprogramType__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25587:1: ( ( ( rule__SubprogramType__Alternatives_6 )? ) )
- // InternalAadl2Parser.g:25588:1: ( ( rule__SubprogramType__Alternatives_6 )? )
+ // InternalAadl2Parser.g:24826:1: ( ( ( rule__SubprogramType__Alternatives_6 )? ) )
+ // InternalAadl2Parser.g:24827:1: ( ( rule__SubprogramType__Alternatives_6 )? )
{
- // InternalAadl2Parser.g:25588:1: ( ( rule__SubprogramType__Alternatives_6 )? )
- // InternalAadl2Parser.g:25589:2: ( rule__SubprogramType__Alternatives_6 )?
+ // InternalAadl2Parser.g:24827:1: ( ( rule__SubprogramType__Alternatives_6 )? )
+ // InternalAadl2Parser.g:24828:2: ( rule__SubprogramType__Alternatives_6 )?
{
before(grammarAccess.getSubprogramTypeAccess().getAlternatives_6());
- // InternalAadl2Parser.g:25590:2: ( rule__SubprogramType__Alternatives_6 )?
+ // InternalAadl2Parser.g:24829:2: ( rule__SubprogramType__Alternatives_6 )?
int alt603=2;
int LA603_0 = input.LA(1);
@@ -106227,7 +103941,7 @@ public final void rule__SubprogramType__Group__6__Impl() throws RecognitionExcep
}
switch (alt603) {
case 1 :
- // InternalAadl2Parser.g:25590:3: rule__SubprogramType__Alternatives_6
+ // InternalAadl2Parser.g:24829:3: rule__SubprogramType__Alternatives_6
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__Alternatives_6();
@@ -106263,14 +103977,14 @@ public final void rule__SubprogramType__Group__6__Impl() throws RecognitionExcep
// $ANTLR start "rule__SubprogramType__Group__7"
- // InternalAadl2Parser.g:25598:1: rule__SubprogramType__Group__7 : rule__SubprogramType__Group__7__Impl rule__SubprogramType__Group__8 ;
+ // InternalAadl2Parser.g:24837:1: rule__SubprogramType__Group__7 : rule__SubprogramType__Group__7__Impl rule__SubprogramType__Group__8 ;
public final void rule__SubprogramType__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25602:1: ( rule__SubprogramType__Group__7__Impl rule__SubprogramType__Group__8 )
- // InternalAadl2Parser.g:25603:2: rule__SubprogramType__Group__7__Impl rule__SubprogramType__Group__8
+ // InternalAadl2Parser.g:24841:1: ( rule__SubprogramType__Group__7__Impl rule__SubprogramType__Group__8 )
+ // InternalAadl2Parser.g:24842:2: rule__SubprogramType__Group__7__Impl rule__SubprogramType__Group__8
{
pushFollow(FollowSets000.FOLLOW_27);
rule__SubprogramType__Group__7__Impl();
@@ -106301,20 +104015,20 @@ public final void rule__SubprogramType__Group__7() throws RecognitionException {
// $ANTLR start "rule__SubprogramType__Group__7__Impl"
- // InternalAadl2Parser.g:25610:1: rule__SubprogramType__Group__7__Impl : ( ( rule__SubprogramType__Group_7__0 )? ) ;
+ // InternalAadl2Parser.g:24849:1: rule__SubprogramType__Group__7__Impl : ( ( rule__SubprogramType__Group_7__0 )? ) ;
public final void rule__SubprogramType__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25614:1: ( ( ( rule__SubprogramType__Group_7__0 )? ) )
- // InternalAadl2Parser.g:25615:1: ( ( rule__SubprogramType__Group_7__0 )? )
+ // InternalAadl2Parser.g:24853:1: ( ( ( rule__SubprogramType__Group_7__0 )? ) )
+ // InternalAadl2Parser.g:24854:1: ( ( rule__SubprogramType__Group_7__0 )? )
{
- // InternalAadl2Parser.g:25615:1: ( ( rule__SubprogramType__Group_7__0 )? )
- // InternalAadl2Parser.g:25616:2: ( rule__SubprogramType__Group_7__0 )?
+ // InternalAadl2Parser.g:24854:1: ( ( rule__SubprogramType__Group_7__0 )? )
+ // InternalAadl2Parser.g:24855:2: ( rule__SubprogramType__Group_7__0 )?
{
before(grammarAccess.getSubprogramTypeAccess().getGroup_7());
- // InternalAadl2Parser.g:25617:2: ( rule__SubprogramType__Group_7__0 )?
+ // InternalAadl2Parser.g:24856:2: ( rule__SubprogramType__Group_7__0 )?
int alt604=2;
int LA604_0 = input.LA(1);
@@ -106323,7 +104037,7 @@ public final void rule__SubprogramType__Group__7__Impl() throws RecognitionExcep
}
switch (alt604) {
case 1 :
- // InternalAadl2Parser.g:25617:3: rule__SubprogramType__Group_7__0
+ // InternalAadl2Parser.g:24856:3: rule__SubprogramType__Group_7__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__Group_7__0();
@@ -106359,14 +104073,14 @@ public final void rule__SubprogramType__Group__7__Impl() throws RecognitionExcep
// $ANTLR start "rule__SubprogramType__Group__8"
- // InternalAadl2Parser.g:25625:1: rule__SubprogramType__Group__8 : rule__SubprogramType__Group__8__Impl rule__SubprogramType__Group__9 ;
+ // InternalAadl2Parser.g:24864:1: rule__SubprogramType__Group__8 : rule__SubprogramType__Group__8__Impl rule__SubprogramType__Group__9 ;
public final void rule__SubprogramType__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25629:1: ( rule__SubprogramType__Group__8__Impl rule__SubprogramType__Group__9 )
- // InternalAadl2Parser.g:25630:2: rule__SubprogramType__Group__8__Impl rule__SubprogramType__Group__9
+ // InternalAadl2Parser.g:24868:1: ( rule__SubprogramType__Group__8__Impl rule__SubprogramType__Group__9 )
+ // InternalAadl2Parser.g:24869:2: rule__SubprogramType__Group__8__Impl rule__SubprogramType__Group__9
{
pushFollow(FollowSets000.FOLLOW_27);
rule__SubprogramType__Group__8__Impl();
@@ -106397,20 +104111,20 @@ public final void rule__SubprogramType__Group__8() throws RecognitionException {
// $ANTLR start "rule__SubprogramType__Group__8__Impl"
- // InternalAadl2Parser.g:25637:1: rule__SubprogramType__Group__8__Impl : ( ( rule__SubprogramType__OwnedAnnexSubclauseAssignment_8 )* ) ;
+ // InternalAadl2Parser.g:24876:1: rule__SubprogramType__Group__8__Impl : ( ( rule__SubprogramType__OwnedAnnexSubclauseAssignment_8 )* ) ;
public final void rule__SubprogramType__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25641:1: ( ( ( rule__SubprogramType__OwnedAnnexSubclauseAssignment_8 )* ) )
- // InternalAadl2Parser.g:25642:1: ( ( rule__SubprogramType__OwnedAnnexSubclauseAssignment_8 )* )
+ // InternalAadl2Parser.g:24880:1: ( ( ( rule__SubprogramType__OwnedAnnexSubclauseAssignment_8 )* ) )
+ // InternalAadl2Parser.g:24881:1: ( ( rule__SubprogramType__OwnedAnnexSubclauseAssignment_8 )* )
{
- // InternalAadl2Parser.g:25642:1: ( ( rule__SubprogramType__OwnedAnnexSubclauseAssignment_8 )* )
- // InternalAadl2Parser.g:25643:2: ( rule__SubprogramType__OwnedAnnexSubclauseAssignment_8 )*
+ // InternalAadl2Parser.g:24881:1: ( ( rule__SubprogramType__OwnedAnnexSubclauseAssignment_8 )* )
+ // InternalAadl2Parser.g:24882:2: ( rule__SubprogramType__OwnedAnnexSubclauseAssignment_8 )*
{
before(grammarAccess.getSubprogramTypeAccess().getOwnedAnnexSubclauseAssignment_8());
- // InternalAadl2Parser.g:25644:2: ( rule__SubprogramType__OwnedAnnexSubclauseAssignment_8 )*
+ // InternalAadl2Parser.g:24883:2: ( rule__SubprogramType__OwnedAnnexSubclauseAssignment_8 )*
loop605:
do {
int alt605=2;
@@ -106423,7 +104137,7 @@ public final void rule__SubprogramType__Group__8__Impl() throws RecognitionExcep
switch (alt605) {
case 1 :
- // InternalAadl2Parser.g:25644:3: rule__SubprogramType__OwnedAnnexSubclauseAssignment_8
+ // InternalAadl2Parser.g:24883:3: rule__SubprogramType__OwnedAnnexSubclauseAssignment_8
{
pushFollow(FollowSets000.FOLLOW_28);
rule__SubprogramType__OwnedAnnexSubclauseAssignment_8();
@@ -106462,14 +104176,14 @@ public final void rule__SubprogramType__Group__8__Impl() throws RecognitionExcep
// $ANTLR start "rule__SubprogramType__Group__9"
- // InternalAadl2Parser.g:25652:1: rule__SubprogramType__Group__9 : rule__SubprogramType__Group__9__Impl rule__SubprogramType__Group__10 ;
+ // InternalAadl2Parser.g:24891:1: rule__SubprogramType__Group__9 : rule__SubprogramType__Group__9__Impl rule__SubprogramType__Group__10 ;
public final void rule__SubprogramType__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25656:1: ( rule__SubprogramType__Group__9__Impl rule__SubprogramType__Group__10 )
- // InternalAadl2Parser.g:25657:2: rule__SubprogramType__Group__9__Impl rule__SubprogramType__Group__10
+ // InternalAadl2Parser.g:24895:1: ( rule__SubprogramType__Group__9__Impl rule__SubprogramType__Group__10 )
+ // InternalAadl2Parser.g:24896:2: rule__SubprogramType__Group__9__Impl rule__SubprogramType__Group__10
{
pushFollow(FollowSets000.FOLLOW_4);
rule__SubprogramType__Group__9__Impl();
@@ -106500,17 +104214,17 @@ public final void rule__SubprogramType__Group__9() throws RecognitionException {
// $ANTLR start "rule__SubprogramType__Group__9__Impl"
- // InternalAadl2Parser.g:25664:1: rule__SubprogramType__Group__9__Impl : ( End ) ;
+ // InternalAadl2Parser.g:24903:1: rule__SubprogramType__Group__9__Impl : ( End ) ;
public final void rule__SubprogramType__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25668:1: ( ( End ) )
- // InternalAadl2Parser.g:25669:1: ( End )
+ // InternalAadl2Parser.g:24907:1: ( ( End ) )
+ // InternalAadl2Parser.g:24908:1: ( End )
{
- // InternalAadl2Parser.g:25669:1: ( End )
- // InternalAadl2Parser.g:25670:2: End
+ // InternalAadl2Parser.g:24908:1: ( End )
+ // InternalAadl2Parser.g:24909:2: End
{
before(grammarAccess.getSubprogramTypeAccess().getEndKeyword_9());
match(input,End,FollowSets000.FOLLOW_2);
@@ -106537,14 +104251,14 @@ public final void rule__SubprogramType__Group__9__Impl() throws RecognitionExcep
// $ANTLR start "rule__SubprogramType__Group__10"
- // InternalAadl2Parser.g:25679:1: rule__SubprogramType__Group__10 : rule__SubprogramType__Group__10__Impl rule__SubprogramType__Group__11 ;
+ // InternalAadl2Parser.g:24918:1: rule__SubprogramType__Group__10 : rule__SubprogramType__Group__10__Impl rule__SubprogramType__Group__11 ;
public final void rule__SubprogramType__Group__10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25683:1: ( rule__SubprogramType__Group__10__Impl rule__SubprogramType__Group__11 )
- // InternalAadl2Parser.g:25684:2: rule__SubprogramType__Group__10__Impl rule__SubprogramType__Group__11
+ // InternalAadl2Parser.g:24922:1: ( rule__SubprogramType__Group__10__Impl rule__SubprogramType__Group__11 )
+ // InternalAadl2Parser.g:24923:2: rule__SubprogramType__Group__10__Impl rule__SubprogramType__Group__11
{
pushFollow(FollowSets000.FOLLOW_7);
rule__SubprogramType__Group__10__Impl();
@@ -106575,17 +104289,17 @@ public final void rule__SubprogramType__Group__10() throws RecognitionException
// $ANTLR start "rule__SubprogramType__Group__10__Impl"
- // InternalAadl2Parser.g:25691:1: rule__SubprogramType__Group__10__Impl : ( RULE_ID ) ;
+ // InternalAadl2Parser.g:24930:1: rule__SubprogramType__Group__10__Impl : ( RULE_ID ) ;
public final void rule__SubprogramType__Group__10__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25695:1: ( ( RULE_ID ) )
- // InternalAadl2Parser.g:25696:1: ( RULE_ID )
+ // InternalAadl2Parser.g:24934:1: ( ( RULE_ID ) )
+ // InternalAadl2Parser.g:24935:1: ( RULE_ID )
{
- // InternalAadl2Parser.g:25696:1: ( RULE_ID )
- // InternalAadl2Parser.g:25697:2: RULE_ID
+ // InternalAadl2Parser.g:24935:1: ( RULE_ID )
+ // InternalAadl2Parser.g:24936:2: RULE_ID
{
before(grammarAccess.getSubprogramTypeAccess().getIDTerminalRuleCall_10());
match(input,RULE_ID,FollowSets000.FOLLOW_2);
@@ -106612,14 +104326,14 @@ public final void rule__SubprogramType__Group__10__Impl() throws RecognitionExce
// $ANTLR start "rule__SubprogramType__Group__11"
- // InternalAadl2Parser.g:25706:1: rule__SubprogramType__Group__11 : rule__SubprogramType__Group__11__Impl ;
+ // InternalAadl2Parser.g:24945:1: rule__SubprogramType__Group__11 : rule__SubprogramType__Group__11__Impl ;
public final void rule__SubprogramType__Group__11() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25710:1: ( rule__SubprogramType__Group__11__Impl )
- // InternalAadl2Parser.g:25711:2: rule__SubprogramType__Group__11__Impl
+ // InternalAadl2Parser.g:24949:1: ( rule__SubprogramType__Group__11__Impl )
+ // InternalAadl2Parser.g:24950:2: rule__SubprogramType__Group__11__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__Group__11__Impl();
@@ -106645,17 +104359,17 @@ public final void rule__SubprogramType__Group__11() throws RecognitionException
// $ANTLR start "rule__SubprogramType__Group__11__Impl"
- // InternalAadl2Parser.g:25717:1: rule__SubprogramType__Group__11__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:24956:1: rule__SubprogramType__Group__11__Impl : ( Semicolon ) ;
public final void rule__SubprogramType__Group__11__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25721:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:25722:1: ( Semicolon )
+ // InternalAadl2Parser.g:24960:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:24961:1: ( Semicolon )
{
- // InternalAadl2Parser.g:25722:1: ( Semicolon )
- // InternalAadl2Parser.g:25723:2: Semicolon
+ // InternalAadl2Parser.g:24961:1: ( Semicolon )
+ // InternalAadl2Parser.g:24962:2: Semicolon
{
before(grammarAccess.getSubprogramTypeAccess().getSemicolonKeyword_11());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -106682,14 +104396,14 @@ public final void rule__SubprogramType__Group__11__Impl() throws RecognitionExce
// $ANTLR start "rule__SubprogramType__Group_2__0"
- // InternalAadl2Parser.g:25733:1: rule__SubprogramType__Group_2__0 : rule__SubprogramType__Group_2__0__Impl rule__SubprogramType__Group_2__1 ;
+ // InternalAadl2Parser.g:24972:1: rule__SubprogramType__Group_2__0 : rule__SubprogramType__Group_2__0__Impl rule__SubprogramType__Group_2__1 ;
public final void rule__SubprogramType__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25737:1: ( rule__SubprogramType__Group_2__0__Impl rule__SubprogramType__Group_2__1 )
- // InternalAadl2Parser.g:25738:2: rule__SubprogramType__Group_2__0__Impl rule__SubprogramType__Group_2__1
+ // InternalAadl2Parser.g:24976:1: ( rule__SubprogramType__Group_2__0__Impl rule__SubprogramType__Group_2__1 )
+ // InternalAadl2Parser.g:24977:2: rule__SubprogramType__Group_2__0__Impl rule__SubprogramType__Group_2__1
{
pushFollow(FollowSets000.FOLLOW_29);
rule__SubprogramType__Group_2__0__Impl();
@@ -106720,21 +104434,21 @@ public final void rule__SubprogramType__Group_2__0() throws RecognitionException
// $ANTLR start "rule__SubprogramType__Group_2__0__Impl"
- // InternalAadl2Parser.g:25745:1: rule__SubprogramType__Group_2__0__Impl : ( ( rule__SubprogramType__OwnedExtensionAssignment_2_0 ) ) ;
+ // InternalAadl2Parser.g:24984:1: rule__SubprogramType__Group_2__0__Impl : ( ( rule__SubprogramType__OwnedExtensionAssignment_2_0 ) ) ;
public final void rule__SubprogramType__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25749:1: ( ( ( rule__SubprogramType__OwnedExtensionAssignment_2_0 ) ) )
- // InternalAadl2Parser.g:25750:1: ( ( rule__SubprogramType__OwnedExtensionAssignment_2_0 ) )
+ // InternalAadl2Parser.g:24988:1: ( ( ( rule__SubprogramType__OwnedExtensionAssignment_2_0 ) ) )
+ // InternalAadl2Parser.g:24989:1: ( ( rule__SubprogramType__OwnedExtensionAssignment_2_0 ) )
{
- // InternalAadl2Parser.g:25750:1: ( ( rule__SubprogramType__OwnedExtensionAssignment_2_0 ) )
- // InternalAadl2Parser.g:25751:2: ( rule__SubprogramType__OwnedExtensionAssignment_2_0 )
+ // InternalAadl2Parser.g:24989:1: ( ( rule__SubprogramType__OwnedExtensionAssignment_2_0 ) )
+ // InternalAadl2Parser.g:24990:2: ( rule__SubprogramType__OwnedExtensionAssignment_2_0 )
{
before(grammarAccess.getSubprogramTypeAccess().getOwnedExtensionAssignment_2_0());
- // InternalAadl2Parser.g:25752:2: ( rule__SubprogramType__OwnedExtensionAssignment_2_0 )
- // InternalAadl2Parser.g:25752:3: rule__SubprogramType__OwnedExtensionAssignment_2_0
+ // InternalAadl2Parser.g:24991:2: ( rule__SubprogramType__OwnedExtensionAssignment_2_0 )
+ // InternalAadl2Parser.g:24991:3: rule__SubprogramType__OwnedExtensionAssignment_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__OwnedExtensionAssignment_2_0();
@@ -106767,14 +104481,14 @@ public final void rule__SubprogramType__Group_2__0__Impl() throws RecognitionExc
// $ANTLR start "rule__SubprogramType__Group_2__1"
- // InternalAadl2Parser.g:25760:1: rule__SubprogramType__Group_2__1 : rule__SubprogramType__Group_2__1__Impl ;
+ // InternalAadl2Parser.g:24999:1: rule__SubprogramType__Group_2__1 : rule__SubprogramType__Group_2__1__Impl ;
public final void rule__SubprogramType__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25764:1: ( rule__SubprogramType__Group_2__1__Impl )
- // InternalAadl2Parser.g:25765:2: rule__SubprogramType__Group_2__1__Impl
+ // InternalAadl2Parser.g:25003:1: ( rule__SubprogramType__Group_2__1__Impl )
+ // InternalAadl2Parser.g:25004:2: rule__SubprogramType__Group_2__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__Group_2__1__Impl();
@@ -106800,20 +104514,20 @@ public final void rule__SubprogramType__Group_2__1() throws RecognitionException
// $ANTLR start "rule__SubprogramType__Group_2__1__Impl"
- // InternalAadl2Parser.g:25771:1: rule__SubprogramType__Group_2__1__Impl : ( ( rule__SubprogramType__Group_2_1__0 )? ) ;
+ // InternalAadl2Parser.g:25010:1: rule__SubprogramType__Group_2__1__Impl : ( ( rule__SubprogramType__Group_2_1__0 )? ) ;
public final void rule__SubprogramType__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25775:1: ( ( ( rule__SubprogramType__Group_2_1__0 )? ) )
- // InternalAadl2Parser.g:25776:1: ( ( rule__SubprogramType__Group_2_1__0 )? )
+ // InternalAadl2Parser.g:25014:1: ( ( ( rule__SubprogramType__Group_2_1__0 )? ) )
+ // InternalAadl2Parser.g:25015:1: ( ( rule__SubprogramType__Group_2_1__0 )? )
{
- // InternalAadl2Parser.g:25776:1: ( ( rule__SubprogramType__Group_2_1__0 )? )
- // InternalAadl2Parser.g:25777:2: ( rule__SubprogramType__Group_2_1__0 )?
+ // InternalAadl2Parser.g:25015:1: ( ( rule__SubprogramType__Group_2_1__0 )? )
+ // InternalAadl2Parser.g:25016:2: ( rule__SubprogramType__Group_2_1__0 )?
{
before(grammarAccess.getSubprogramTypeAccess().getGroup_2_1());
- // InternalAadl2Parser.g:25778:2: ( rule__SubprogramType__Group_2_1__0 )?
+ // InternalAadl2Parser.g:25017:2: ( rule__SubprogramType__Group_2_1__0 )?
int alt606=2;
int LA606_0 = input.LA(1);
@@ -106822,7 +104536,7 @@ public final void rule__SubprogramType__Group_2__1__Impl() throws RecognitionExc
}
switch (alt606) {
case 1 :
- // InternalAadl2Parser.g:25778:3: rule__SubprogramType__Group_2_1__0
+ // InternalAadl2Parser.g:25017:3: rule__SubprogramType__Group_2_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__Group_2_1__0();
@@ -106858,14 +104572,14 @@ public final void rule__SubprogramType__Group_2__1__Impl() throws RecognitionExc
// $ANTLR start "rule__SubprogramType__Group_2_1__0"
- // InternalAadl2Parser.g:25787:1: rule__SubprogramType__Group_2_1__0 : rule__SubprogramType__Group_2_1__0__Impl rule__SubprogramType__Group_2_1__1 ;
+ // InternalAadl2Parser.g:25026:1: rule__SubprogramType__Group_2_1__0 : rule__SubprogramType__Group_2_1__0__Impl rule__SubprogramType__Group_2_1__1 ;
public final void rule__SubprogramType__Group_2_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25791:1: ( rule__SubprogramType__Group_2_1__0__Impl rule__SubprogramType__Group_2_1__1 )
- // InternalAadl2Parser.g:25792:2: rule__SubprogramType__Group_2_1__0__Impl rule__SubprogramType__Group_2_1__1
+ // InternalAadl2Parser.g:25030:1: ( rule__SubprogramType__Group_2_1__0__Impl rule__SubprogramType__Group_2_1__1 )
+ // InternalAadl2Parser.g:25031:2: rule__SubprogramType__Group_2_1__0__Impl rule__SubprogramType__Group_2_1__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__SubprogramType__Group_2_1__0__Impl();
@@ -106896,17 +104610,17 @@ public final void rule__SubprogramType__Group_2_1__0() throws RecognitionExcepti
// $ANTLR start "rule__SubprogramType__Group_2_1__0__Impl"
- // InternalAadl2Parser.g:25799:1: rule__SubprogramType__Group_2_1__0__Impl : ( LeftParenthesis ) ;
+ // InternalAadl2Parser.g:25038:1: rule__SubprogramType__Group_2_1__0__Impl : ( LeftParenthesis ) ;
public final void rule__SubprogramType__Group_2_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25803:1: ( ( LeftParenthesis ) )
- // InternalAadl2Parser.g:25804:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:25042:1: ( ( LeftParenthesis ) )
+ // InternalAadl2Parser.g:25043:1: ( LeftParenthesis )
{
- // InternalAadl2Parser.g:25804:1: ( LeftParenthesis )
- // InternalAadl2Parser.g:25805:2: LeftParenthesis
+ // InternalAadl2Parser.g:25043:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:25044:2: LeftParenthesis
{
before(grammarAccess.getSubprogramTypeAccess().getLeftParenthesisKeyword_2_1_0());
match(input,LeftParenthesis,FollowSets000.FOLLOW_2);
@@ -106933,14 +104647,14 @@ public final void rule__SubprogramType__Group_2_1__0__Impl() throws RecognitionE
// $ANTLR start "rule__SubprogramType__Group_2_1__1"
- // InternalAadl2Parser.g:25814:1: rule__SubprogramType__Group_2_1__1 : rule__SubprogramType__Group_2_1__1__Impl rule__SubprogramType__Group_2_1__2 ;
+ // InternalAadl2Parser.g:25053:1: rule__SubprogramType__Group_2_1__1 : rule__SubprogramType__Group_2_1__1__Impl rule__SubprogramType__Group_2_1__2 ;
public final void rule__SubprogramType__Group_2_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25818:1: ( rule__SubprogramType__Group_2_1__1__Impl rule__SubprogramType__Group_2_1__2 )
- // InternalAadl2Parser.g:25819:2: rule__SubprogramType__Group_2_1__1__Impl rule__SubprogramType__Group_2_1__2
+ // InternalAadl2Parser.g:25057:1: ( rule__SubprogramType__Group_2_1__1__Impl rule__SubprogramType__Group_2_1__2 )
+ // InternalAadl2Parser.g:25058:2: rule__SubprogramType__Group_2_1__1__Impl rule__SubprogramType__Group_2_1__2
{
pushFollow(FollowSets000.FOLLOW_30);
rule__SubprogramType__Group_2_1__1__Impl();
@@ -106971,21 +104685,21 @@ public final void rule__SubprogramType__Group_2_1__1() throws RecognitionExcepti
// $ANTLR start "rule__SubprogramType__Group_2_1__1__Impl"
- // InternalAadl2Parser.g:25826:1: rule__SubprogramType__Group_2_1__1__Impl : ( ( rule__SubprogramType__OwnedPrototypeBindingAssignment_2_1_1 ) ) ;
+ // InternalAadl2Parser.g:25065:1: rule__SubprogramType__Group_2_1__1__Impl : ( ( rule__SubprogramType__OwnedPrototypeBindingAssignment_2_1_1 ) ) ;
public final void rule__SubprogramType__Group_2_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25830:1: ( ( ( rule__SubprogramType__OwnedPrototypeBindingAssignment_2_1_1 ) ) )
- // InternalAadl2Parser.g:25831:1: ( ( rule__SubprogramType__OwnedPrototypeBindingAssignment_2_1_1 ) )
+ // InternalAadl2Parser.g:25069:1: ( ( ( rule__SubprogramType__OwnedPrototypeBindingAssignment_2_1_1 ) ) )
+ // InternalAadl2Parser.g:25070:1: ( ( rule__SubprogramType__OwnedPrototypeBindingAssignment_2_1_1 ) )
{
- // InternalAadl2Parser.g:25831:1: ( ( rule__SubprogramType__OwnedPrototypeBindingAssignment_2_1_1 ) )
- // InternalAadl2Parser.g:25832:2: ( rule__SubprogramType__OwnedPrototypeBindingAssignment_2_1_1 )
+ // InternalAadl2Parser.g:25070:1: ( ( rule__SubprogramType__OwnedPrototypeBindingAssignment_2_1_1 ) )
+ // InternalAadl2Parser.g:25071:2: ( rule__SubprogramType__OwnedPrototypeBindingAssignment_2_1_1 )
{
before(grammarAccess.getSubprogramTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1());
- // InternalAadl2Parser.g:25833:2: ( rule__SubprogramType__OwnedPrototypeBindingAssignment_2_1_1 )
- // InternalAadl2Parser.g:25833:3: rule__SubprogramType__OwnedPrototypeBindingAssignment_2_1_1
+ // InternalAadl2Parser.g:25072:2: ( rule__SubprogramType__OwnedPrototypeBindingAssignment_2_1_1 )
+ // InternalAadl2Parser.g:25072:3: rule__SubprogramType__OwnedPrototypeBindingAssignment_2_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__OwnedPrototypeBindingAssignment_2_1_1();
@@ -107018,14 +104732,14 @@ public final void rule__SubprogramType__Group_2_1__1__Impl() throws RecognitionE
// $ANTLR start "rule__SubprogramType__Group_2_1__2"
- // InternalAadl2Parser.g:25841:1: rule__SubprogramType__Group_2_1__2 : rule__SubprogramType__Group_2_1__2__Impl rule__SubprogramType__Group_2_1__3 ;
+ // InternalAadl2Parser.g:25080:1: rule__SubprogramType__Group_2_1__2 : rule__SubprogramType__Group_2_1__2__Impl rule__SubprogramType__Group_2_1__3 ;
public final void rule__SubprogramType__Group_2_1__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25845:1: ( rule__SubprogramType__Group_2_1__2__Impl rule__SubprogramType__Group_2_1__3 )
- // InternalAadl2Parser.g:25846:2: rule__SubprogramType__Group_2_1__2__Impl rule__SubprogramType__Group_2_1__3
+ // InternalAadl2Parser.g:25084:1: ( rule__SubprogramType__Group_2_1__2__Impl rule__SubprogramType__Group_2_1__3 )
+ // InternalAadl2Parser.g:25085:2: rule__SubprogramType__Group_2_1__2__Impl rule__SubprogramType__Group_2_1__3
{
pushFollow(FollowSets000.FOLLOW_30);
rule__SubprogramType__Group_2_1__2__Impl();
@@ -107056,20 +104770,20 @@ public final void rule__SubprogramType__Group_2_1__2() throws RecognitionExcepti
// $ANTLR start "rule__SubprogramType__Group_2_1__2__Impl"
- // InternalAadl2Parser.g:25853:1: rule__SubprogramType__Group_2_1__2__Impl : ( ( rule__SubprogramType__Group_2_1_2__0 )* ) ;
+ // InternalAadl2Parser.g:25092:1: rule__SubprogramType__Group_2_1__2__Impl : ( ( rule__SubprogramType__Group_2_1_2__0 )* ) ;
public final void rule__SubprogramType__Group_2_1__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25857:1: ( ( ( rule__SubprogramType__Group_2_1_2__0 )* ) )
- // InternalAadl2Parser.g:25858:1: ( ( rule__SubprogramType__Group_2_1_2__0 )* )
+ // InternalAadl2Parser.g:25096:1: ( ( ( rule__SubprogramType__Group_2_1_2__0 )* ) )
+ // InternalAadl2Parser.g:25097:1: ( ( rule__SubprogramType__Group_2_1_2__0 )* )
{
- // InternalAadl2Parser.g:25858:1: ( ( rule__SubprogramType__Group_2_1_2__0 )* )
- // InternalAadl2Parser.g:25859:2: ( rule__SubprogramType__Group_2_1_2__0 )*
+ // InternalAadl2Parser.g:25097:1: ( ( rule__SubprogramType__Group_2_1_2__0 )* )
+ // InternalAadl2Parser.g:25098:2: ( rule__SubprogramType__Group_2_1_2__0 )*
{
before(grammarAccess.getSubprogramTypeAccess().getGroup_2_1_2());
- // InternalAadl2Parser.g:25860:2: ( rule__SubprogramType__Group_2_1_2__0 )*
+ // InternalAadl2Parser.g:25099:2: ( rule__SubprogramType__Group_2_1_2__0 )*
loop607:
do {
int alt607=2;
@@ -107082,7 +104796,7 @@ public final void rule__SubprogramType__Group_2_1__2__Impl() throws RecognitionE
switch (alt607) {
case 1 :
- // InternalAadl2Parser.g:25860:3: rule__SubprogramType__Group_2_1_2__0
+ // InternalAadl2Parser.g:25099:3: rule__SubprogramType__Group_2_1_2__0
{
pushFollow(FollowSets000.FOLLOW_14);
rule__SubprogramType__Group_2_1_2__0();
@@ -107121,14 +104835,14 @@ public final void rule__SubprogramType__Group_2_1__2__Impl() throws RecognitionE
// $ANTLR start "rule__SubprogramType__Group_2_1__3"
- // InternalAadl2Parser.g:25868:1: rule__SubprogramType__Group_2_1__3 : rule__SubprogramType__Group_2_1__3__Impl ;
+ // InternalAadl2Parser.g:25107:1: rule__SubprogramType__Group_2_1__3 : rule__SubprogramType__Group_2_1__3__Impl ;
public final void rule__SubprogramType__Group_2_1__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25872:1: ( rule__SubprogramType__Group_2_1__3__Impl )
- // InternalAadl2Parser.g:25873:2: rule__SubprogramType__Group_2_1__3__Impl
+ // InternalAadl2Parser.g:25111:1: ( rule__SubprogramType__Group_2_1__3__Impl )
+ // InternalAadl2Parser.g:25112:2: rule__SubprogramType__Group_2_1__3__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__Group_2_1__3__Impl();
@@ -107154,17 +104868,17 @@ public final void rule__SubprogramType__Group_2_1__3() throws RecognitionExcepti
// $ANTLR start "rule__SubprogramType__Group_2_1__3__Impl"
- // InternalAadl2Parser.g:25879:1: rule__SubprogramType__Group_2_1__3__Impl : ( RightParenthesis ) ;
+ // InternalAadl2Parser.g:25118:1: rule__SubprogramType__Group_2_1__3__Impl : ( RightParenthesis ) ;
public final void rule__SubprogramType__Group_2_1__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25883:1: ( ( RightParenthesis ) )
- // InternalAadl2Parser.g:25884:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:25122:1: ( ( RightParenthesis ) )
+ // InternalAadl2Parser.g:25123:1: ( RightParenthesis )
{
- // InternalAadl2Parser.g:25884:1: ( RightParenthesis )
- // InternalAadl2Parser.g:25885:2: RightParenthesis
+ // InternalAadl2Parser.g:25123:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:25124:2: RightParenthesis
{
before(grammarAccess.getSubprogramTypeAccess().getRightParenthesisKeyword_2_1_3());
match(input,RightParenthesis,FollowSets000.FOLLOW_2);
@@ -107191,14 +104905,14 @@ public final void rule__SubprogramType__Group_2_1__3__Impl() throws RecognitionE
// $ANTLR start "rule__SubprogramType__Group_2_1_2__0"
- // InternalAadl2Parser.g:25895:1: rule__SubprogramType__Group_2_1_2__0 : rule__SubprogramType__Group_2_1_2__0__Impl rule__SubprogramType__Group_2_1_2__1 ;
+ // InternalAadl2Parser.g:25134:1: rule__SubprogramType__Group_2_1_2__0 : rule__SubprogramType__Group_2_1_2__0__Impl rule__SubprogramType__Group_2_1_2__1 ;
public final void rule__SubprogramType__Group_2_1_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25899:1: ( rule__SubprogramType__Group_2_1_2__0__Impl rule__SubprogramType__Group_2_1_2__1 )
- // InternalAadl2Parser.g:25900:2: rule__SubprogramType__Group_2_1_2__0__Impl rule__SubprogramType__Group_2_1_2__1
+ // InternalAadl2Parser.g:25138:1: ( rule__SubprogramType__Group_2_1_2__0__Impl rule__SubprogramType__Group_2_1_2__1 )
+ // InternalAadl2Parser.g:25139:2: rule__SubprogramType__Group_2_1_2__0__Impl rule__SubprogramType__Group_2_1_2__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__SubprogramType__Group_2_1_2__0__Impl();
@@ -107229,17 +104943,17 @@ public final void rule__SubprogramType__Group_2_1_2__0() throws RecognitionExcep
// $ANTLR start "rule__SubprogramType__Group_2_1_2__0__Impl"
- // InternalAadl2Parser.g:25907:1: rule__SubprogramType__Group_2_1_2__0__Impl : ( Comma ) ;
+ // InternalAadl2Parser.g:25146:1: rule__SubprogramType__Group_2_1_2__0__Impl : ( Comma ) ;
public final void rule__SubprogramType__Group_2_1_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25911:1: ( ( Comma ) )
- // InternalAadl2Parser.g:25912:1: ( Comma )
+ // InternalAadl2Parser.g:25150:1: ( ( Comma ) )
+ // InternalAadl2Parser.g:25151:1: ( Comma )
{
- // InternalAadl2Parser.g:25912:1: ( Comma )
- // InternalAadl2Parser.g:25913:2: Comma
+ // InternalAadl2Parser.g:25151:1: ( Comma )
+ // InternalAadl2Parser.g:25152:2: Comma
{
before(grammarAccess.getSubprogramTypeAccess().getCommaKeyword_2_1_2_0());
match(input,Comma,FollowSets000.FOLLOW_2);
@@ -107266,14 +104980,14 @@ public final void rule__SubprogramType__Group_2_1_2__0__Impl() throws Recognitio
// $ANTLR start "rule__SubprogramType__Group_2_1_2__1"
- // InternalAadl2Parser.g:25922:1: rule__SubprogramType__Group_2_1_2__1 : rule__SubprogramType__Group_2_1_2__1__Impl ;
+ // InternalAadl2Parser.g:25161:1: rule__SubprogramType__Group_2_1_2__1 : rule__SubprogramType__Group_2_1_2__1__Impl ;
public final void rule__SubprogramType__Group_2_1_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25926:1: ( rule__SubprogramType__Group_2_1_2__1__Impl )
- // InternalAadl2Parser.g:25927:2: rule__SubprogramType__Group_2_1_2__1__Impl
+ // InternalAadl2Parser.g:25165:1: ( rule__SubprogramType__Group_2_1_2__1__Impl )
+ // InternalAadl2Parser.g:25166:2: rule__SubprogramType__Group_2_1_2__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__Group_2_1_2__1__Impl();
@@ -107299,21 +105013,21 @@ public final void rule__SubprogramType__Group_2_1_2__1() throws RecognitionExcep
// $ANTLR start "rule__SubprogramType__Group_2_1_2__1__Impl"
- // InternalAadl2Parser.g:25933:1: rule__SubprogramType__Group_2_1_2__1__Impl : ( ( rule__SubprogramType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) ;
+ // InternalAadl2Parser.g:25172:1: rule__SubprogramType__Group_2_1_2__1__Impl : ( ( rule__SubprogramType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) ;
public final void rule__SubprogramType__Group_2_1_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25937:1: ( ( ( rule__SubprogramType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) )
- // InternalAadl2Parser.g:25938:1: ( ( rule__SubprogramType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
+ // InternalAadl2Parser.g:25176:1: ( ( ( rule__SubprogramType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) )
+ // InternalAadl2Parser.g:25177:1: ( ( rule__SubprogramType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
{
- // InternalAadl2Parser.g:25938:1: ( ( rule__SubprogramType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
- // InternalAadl2Parser.g:25939:2: ( rule__SubprogramType__OwnedPrototypeBindingAssignment_2_1_2_1 )
+ // InternalAadl2Parser.g:25177:1: ( ( rule__SubprogramType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
+ // InternalAadl2Parser.g:25178:2: ( rule__SubprogramType__OwnedPrototypeBindingAssignment_2_1_2_1 )
{
before(grammarAccess.getSubprogramTypeAccess().getOwnedPrototypeBindingAssignment_2_1_2_1());
- // InternalAadl2Parser.g:25940:2: ( rule__SubprogramType__OwnedPrototypeBindingAssignment_2_1_2_1 )
- // InternalAadl2Parser.g:25940:3: rule__SubprogramType__OwnedPrototypeBindingAssignment_2_1_2_1
+ // InternalAadl2Parser.g:25179:2: ( rule__SubprogramType__OwnedPrototypeBindingAssignment_2_1_2_1 )
+ // InternalAadl2Parser.g:25179:3: rule__SubprogramType__OwnedPrototypeBindingAssignment_2_1_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__OwnedPrototypeBindingAssignment_2_1_2_1();
@@ -107346,14 +105060,14 @@ public final void rule__SubprogramType__Group_2_1_2__1__Impl() throws Recognitio
// $ANTLR start "rule__SubprogramType__Group_3__0"
- // InternalAadl2Parser.g:25949:1: rule__SubprogramType__Group_3__0 : rule__SubprogramType__Group_3__0__Impl rule__SubprogramType__Group_3__1 ;
+ // InternalAadl2Parser.g:25188:1: rule__SubprogramType__Group_3__0 : rule__SubprogramType__Group_3__0__Impl rule__SubprogramType__Group_3__1 ;
public final void rule__SubprogramType__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25953:1: ( rule__SubprogramType__Group_3__0__Impl rule__SubprogramType__Group_3__1 )
- // InternalAadl2Parser.g:25954:2: rule__SubprogramType__Group_3__0__Impl rule__SubprogramType__Group_3__1
+ // InternalAadl2Parser.g:25192:1: ( rule__SubprogramType__Group_3__0__Impl rule__SubprogramType__Group_3__1 )
+ // InternalAadl2Parser.g:25193:2: rule__SubprogramType__Group_3__0__Impl rule__SubprogramType__Group_3__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__SubprogramType__Group_3__0__Impl();
@@ -107384,17 +105098,17 @@ public final void rule__SubprogramType__Group_3__0() throws RecognitionException
// $ANTLR start "rule__SubprogramType__Group_3__0__Impl"
- // InternalAadl2Parser.g:25961:1: rule__SubprogramType__Group_3__0__Impl : ( Prototypes ) ;
+ // InternalAadl2Parser.g:25200:1: rule__SubprogramType__Group_3__0__Impl : ( Prototypes ) ;
public final void rule__SubprogramType__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25965:1: ( ( Prototypes ) )
- // InternalAadl2Parser.g:25966:1: ( Prototypes )
+ // InternalAadl2Parser.g:25204:1: ( ( Prototypes ) )
+ // InternalAadl2Parser.g:25205:1: ( Prototypes )
{
- // InternalAadl2Parser.g:25966:1: ( Prototypes )
- // InternalAadl2Parser.g:25967:2: Prototypes
+ // InternalAadl2Parser.g:25205:1: ( Prototypes )
+ // InternalAadl2Parser.g:25206:2: Prototypes
{
before(grammarAccess.getSubprogramTypeAccess().getPrototypesKeyword_3_0());
match(input,Prototypes,FollowSets000.FOLLOW_2);
@@ -107421,14 +105135,14 @@ public final void rule__SubprogramType__Group_3__0__Impl() throws RecognitionExc
// $ANTLR start "rule__SubprogramType__Group_3__1"
- // InternalAadl2Parser.g:25976:1: rule__SubprogramType__Group_3__1 : rule__SubprogramType__Group_3__1__Impl ;
+ // InternalAadl2Parser.g:25215:1: rule__SubprogramType__Group_3__1 : rule__SubprogramType__Group_3__1__Impl ;
public final void rule__SubprogramType__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25980:1: ( rule__SubprogramType__Group_3__1__Impl )
- // InternalAadl2Parser.g:25981:2: rule__SubprogramType__Group_3__1__Impl
+ // InternalAadl2Parser.g:25219:1: ( rule__SubprogramType__Group_3__1__Impl )
+ // InternalAadl2Parser.g:25220:2: rule__SubprogramType__Group_3__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__Group_3__1__Impl();
@@ -107454,21 +105168,21 @@ public final void rule__SubprogramType__Group_3__1() throws RecognitionException
// $ANTLR start "rule__SubprogramType__Group_3__1__Impl"
- // InternalAadl2Parser.g:25987:1: rule__SubprogramType__Group_3__1__Impl : ( ( rule__SubprogramType__Alternatives_3_1 ) ) ;
+ // InternalAadl2Parser.g:25226:1: rule__SubprogramType__Group_3__1__Impl : ( ( rule__SubprogramType__Alternatives_3_1 ) ) ;
public final void rule__SubprogramType__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:25991:1: ( ( ( rule__SubprogramType__Alternatives_3_1 ) ) )
- // InternalAadl2Parser.g:25992:1: ( ( rule__SubprogramType__Alternatives_3_1 ) )
+ // InternalAadl2Parser.g:25230:1: ( ( ( rule__SubprogramType__Alternatives_3_1 ) ) )
+ // InternalAadl2Parser.g:25231:1: ( ( rule__SubprogramType__Alternatives_3_1 ) )
{
- // InternalAadl2Parser.g:25992:1: ( ( rule__SubprogramType__Alternatives_3_1 ) )
- // InternalAadl2Parser.g:25993:2: ( rule__SubprogramType__Alternatives_3_1 )
+ // InternalAadl2Parser.g:25231:1: ( ( rule__SubprogramType__Alternatives_3_1 ) )
+ // InternalAadl2Parser.g:25232:2: ( rule__SubprogramType__Alternatives_3_1 )
{
before(grammarAccess.getSubprogramTypeAccess().getAlternatives_3_1());
- // InternalAadl2Parser.g:25994:2: ( rule__SubprogramType__Alternatives_3_1 )
- // InternalAadl2Parser.g:25994:3: rule__SubprogramType__Alternatives_3_1
+ // InternalAadl2Parser.g:25233:2: ( rule__SubprogramType__Alternatives_3_1 )
+ // InternalAadl2Parser.g:25233:3: rule__SubprogramType__Alternatives_3_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__Alternatives_3_1();
@@ -107501,14 +105215,14 @@ public final void rule__SubprogramType__Group_3__1__Impl() throws RecognitionExc
// $ANTLR start "rule__SubprogramType__Group_3_1_0__0"
- // InternalAadl2Parser.g:26003:1: rule__SubprogramType__Group_3_1_0__0 : rule__SubprogramType__Group_3_1_0__0__Impl rule__SubprogramType__Group_3_1_0__1 ;
+ // InternalAadl2Parser.g:25242:1: rule__SubprogramType__Group_3_1_0__0 : rule__SubprogramType__Group_3_1_0__0__Impl rule__SubprogramType__Group_3_1_0__1 ;
public final void rule__SubprogramType__Group_3_1_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26007:1: ( rule__SubprogramType__Group_3_1_0__0__Impl rule__SubprogramType__Group_3_1_0__1 )
- // InternalAadl2Parser.g:26008:2: rule__SubprogramType__Group_3_1_0__0__Impl rule__SubprogramType__Group_3_1_0__1
+ // InternalAadl2Parser.g:25246:1: ( rule__SubprogramType__Group_3_1_0__0__Impl rule__SubprogramType__Group_3_1_0__1 )
+ // InternalAadl2Parser.g:25247:2: rule__SubprogramType__Group_3_1_0__0__Impl rule__SubprogramType__Group_3_1_0__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__SubprogramType__Group_3_1_0__0__Impl();
@@ -107539,21 +105253,21 @@ public final void rule__SubprogramType__Group_3_1_0__0() throws RecognitionExcep
// $ANTLR start "rule__SubprogramType__Group_3_1_0__0__Impl"
- // InternalAadl2Parser.g:26015:1: rule__SubprogramType__Group_3_1_0__0__Impl : ( ( rule__SubprogramType__NoPrototypesAssignment_3_1_0_0 ) ) ;
+ // InternalAadl2Parser.g:25254:1: rule__SubprogramType__Group_3_1_0__0__Impl : ( ( rule__SubprogramType__NoPrototypesAssignment_3_1_0_0 ) ) ;
public final void rule__SubprogramType__Group_3_1_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26019:1: ( ( ( rule__SubprogramType__NoPrototypesAssignment_3_1_0_0 ) ) )
- // InternalAadl2Parser.g:26020:1: ( ( rule__SubprogramType__NoPrototypesAssignment_3_1_0_0 ) )
+ // InternalAadl2Parser.g:25258:1: ( ( ( rule__SubprogramType__NoPrototypesAssignment_3_1_0_0 ) ) )
+ // InternalAadl2Parser.g:25259:1: ( ( rule__SubprogramType__NoPrototypesAssignment_3_1_0_0 ) )
{
- // InternalAadl2Parser.g:26020:1: ( ( rule__SubprogramType__NoPrototypesAssignment_3_1_0_0 ) )
- // InternalAadl2Parser.g:26021:2: ( rule__SubprogramType__NoPrototypesAssignment_3_1_0_0 )
+ // InternalAadl2Parser.g:25259:1: ( ( rule__SubprogramType__NoPrototypesAssignment_3_1_0_0 ) )
+ // InternalAadl2Parser.g:25260:2: ( rule__SubprogramType__NoPrototypesAssignment_3_1_0_0 )
{
before(grammarAccess.getSubprogramTypeAccess().getNoPrototypesAssignment_3_1_0_0());
- // InternalAadl2Parser.g:26022:2: ( rule__SubprogramType__NoPrototypesAssignment_3_1_0_0 )
- // InternalAadl2Parser.g:26022:3: rule__SubprogramType__NoPrototypesAssignment_3_1_0_0
+ // InternalAadl2Parser.g:25261:2: ( rule__SubprogramType__NoPrototypesAssignment_3_1_0_0 )
+ // InternalAadl2Parser.g:25261:3: rule__SubprogramType__NoPrototypesAssignment_3_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__NoPrototypesAssignment_3_1_0_0();
@@ -107586,14 +105300,14 @@ public final void rule__SubprogramType__Group_3_1_0__0__Impl() throws Recognitio
// $ANTLR start "rule__SubprogramType__Group_3_1_0__1"
- // InternalAadl2Parser.g:26030:1: rule__SubprogramType__Group_3_1_0__1 : rule__SubprogramType__Group_3_1_0__1__Impl ;
+ // InternalAadl2Parser.g:25269:1: rule__SubprogramType__Group_3_1_0__1 : rule__SubprogramType__Group_3_1_0__1__Impl ;
public final void rule__SubprogramType__Group_3_1_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26034:1: ( rule__SubprogramType__Group_3_1_0__1__Impl )
- // InternalAadl2Parser.g:26035:2: rule__SubprogramType__Group_3_1_0__1__Impl
+ // InternalAadl2Parser.g:25273:1: ( rule__SubprogramType__Group_3_1_0__1__Impl )
+ // InternalAadl2Parser.g:25274:2: rule__SubprogramType__Group_3_1_0__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__Group_3_1_0__1__Impl();
@@ -107619,17 +105333,17 @@ public final void rule__SubprogramType__Group_3_1_0__1() throws RecognitionExcep
// $ANTLR start "rule__SubprogramType__Group_3_1_0__1__Impl"
- // InternalAadl2Parser.g:26041:1: rule__SubprogramType__Group_3_1_0__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:25280:1: rule__SubprogramType__Group_3_1_0__1__Impl : ( Semicolon ) ;
public final void rule__SubprogramType__Group_3_1_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26045:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:26046:1: ( Semicolon )
+ // InternalAadl2Parser.g:25284:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:25285:1: ( Semicolon )
{
- // InternalAadl2Parser.g:26046:1: ( Semicolon )
- // InternalAadl2Parser.g:26047:2: Semicolon
+ // InternalAadl2Parser.g:25285:1: ( Semicolon )
+ // InternalAadl2Parser.g:25286:2: Semicolon
{
before(grammarAccess.getSubprogramTypeAccess().getSemicolonKeyword_3_1_0_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -107656,14 +105370,14 @@ public final void rule__SubprogramType__Group_3_1_0__1__Impl() throws Recognitio
// $ANTLR start "rule__SubprogramType__Group_4__0"
- // InternalAadl2Parser.g:26057:1: rule__SubprogramType__Group_4__0 : rule__SubprogramType__Group_4__0__Impl rule__SubprogramType__Group_4__1 ;
+ // InternalAadl2Parser.g:25296:1: rule__SubprogramType__Group_4__0 : rule__SubprogramType__Group_4__0__Impl rule__SubprogramType__Group_4__1 ;
public final void rule__SubprogramType__Group_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26061:1: ( rule__SubprogramType__Group_4__0__Impl rule__SubprogramType__Group_4__1 )
- // InternalAadl2Parser.g:26062:2: rule__SubprogramType__Group_4__0__Impl rule__SubprogramType__Group_4__1
+ // InternalAadl2Parser.g:25300:1: ( rule__SubprogramType__Group_4__0__Impl rule__SubprogramType__Group_4__1 )
+ // InternalAadl2Parser.g:25301:2: rule__SubprogramType__Group_4__0__Impl rule__SubprogramType__Group_4__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__SubprogramType__Group_4__0__Impl();
@@ -107694,17 +105408,17 @@ public final void rule__SubprogramType__Group_4__0() throws RecognitionException
// $ANTLR start "rule__SubprogramType__Group_4__0__Impl"
- // InternalAadl2Parser.g:26069:1: rule__SubprogramType__Group_4__0__Impl : ( Features ) ;
+ // InternalAadl2Parser.g:25308:1: rule__SubprogramType__Group_4__0__Impl : ( Features ) ;
public final void rule__SubprogramType__Group_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26073:1: ( ( Features ) )
- // InternalAadl2Parser.g:26074:1: ( Features )
+ // InternalAadl2Parser.g:25312:1: ( ( Features ) )
+ // InternalAadl2Parser.g:25313:1: ( Features )
{
- // InternalAadl2Parser.g:26074:1: ( Features )
- // InternalAadl2Parser.g:26075:2: Features
+ // InternalAadl2Parser.g:25313:1: ( Features )
+ // InternalAadl2Parser.g:25314:2: Features
{
before(grammarAccess.getSubprogramTypeAccess().getFeaturesKeyword_4_0());
match(input,Features,FollowSets000.FOLLOW_2);
@@ -107731,14 +105445,14 @@ public final void rule__SubprogramType__Group_4__0__Impl() throws RecognitionExc
// $ANTLR start "rule__SubprogramType__Group_4__1"
- // InternalAadl2Parser.g:26084:1: rule__SubprogramType__Group_4__1 : rule__SubprogramType__Group_4__1__Impl ;
+ // InternalAadl2Parser.g:25323:1: rule__SubprogramType__Group_4__1 : rule__SubprogramType__Group_4__1__Impl ;
public final void rule__SubprogramType__Group_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26088:1: ( rule__SubprogramType__Group_4__1__Impl )
- // InternalAadl2Parser.g:26089:2: rule__SubprogramType__Group_4__1__Impl
+ // InternalAadl2Parser.g:25327:1: ( rule__SubprogramType__Group_4__1__Impl )
+ // InternalAadl2Parser.g:25328:2: rule__SubprogramType__Group_4__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__Group_4__1__Impl();
@@ -107764,21 +105478,21 @@ public final void rule__SubprogramType__Group_4__1() throws RecognitionException
// $ANTLR start "rule__SubprogramType__Group_4__1__Impl"
- // InternalAadl2Parser.g:26095:1: rule__SubprogramType__Group_4__1__Impl : ( ( rule__SubprogramType__Alternatives_4_1 ) ) ;
+ // InternalAadl2Parser.g:25334:1: rule__SubprogramType__Group_4__1__Impl : ( ( rule__SubprogramType__Alternatives_4_1 ) ) ;
public final void rule__SubprogramType__Group_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26099:1: ( ( ( rule__SubprogramType__Alternatives_4_1 ) ) )
- // InternalAadl2Parser.g:26100:1: ( ( rule__SubprogramType__Alternatives_4_1 ) )
+ // InternalAadl2Parser.g:25338:1: ( ( ( rule__SubprogramType__Alternatives_4_1 ) ) )
+ // InternalAadl2Parser.g:25339:1: ( ( rule__SubprogramType__Alternatives_4_1 ) )
{
- // InternalAadl2Parser.g:26100:1: ( ( rule__SubprogramType__Alternatives_4_1 ) )
- // InternalAadl2Parser.g:26101:2: ( rule__SubprogramType__Alternatives_4_1 )
+ // InternalAadl2Parser.g:25339:1: ( ( rule__SubprogramType__Alternatives_4_1 ) )
+ // InternalAadl2Parser.g:25340:2: ( rule__SubprogramType__Alternatives_4_1 )
{
before(grammarAccess.getSubprogramTypeAccess().getAlternatives_4_1());
- // InternalAadl2Parser.g:26102:2: ( rule__SubprogramType__Alternatives_4_1 )
- // InternalAadl2Parser.g:26102:3: rule__SubprogramType__Alternatives_4_1
+ // InternalAadl2Parser.g:25341:2: ( rule__SubprogramType__Alternatives_4_1 )
+ // InternalAadl2Parser.g:25341:3: rule__SubprogramType__Alternatives_4_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__Alternatives_4_1();
@@ -107811,14 +105525,14 @@ public final void rule__SubprogramType__Group_4__1__Impl() throws RecognitionExc
// $ANTLR start "rule__SubprogramType__Group_4_1_0__0"
- // InternalAadl2Parser.g:26111:1: rule__SubprogramType__Group_4_1_0__0 : rule__SubprogramType__Group_4_1_0__0__Impl rule__SubprogramType__Group_4_1_0__1 ;
+ // InternalAadl2Parser.g:25350:1: rule__SubprogramType__Group_4_1_0__0 : rule__SubprogramType__Group_4_1_0__0__Impl rule__SubprogramType__Group_4_1_0__1 ;
public final void rule__SubprogramType__Group_4_1_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26115:1: ( rule__SubprogramType__Group_4_1_0__0__Impl rule__SubprogramType__Group_4_1_0__1 )
- // InternalAadl2Parser.g:26116:2: rule__SubprogramType__Group_4_1_0__0__Impl rule__SubprogramType__Group_4_1_0__1
+ // InternalAadl2Parser.g:25354:1: ( rule__SubprogramType__Group_4_1_0__0__Impl rule__SubprogramType__Group_4_1_0__1 )
+ // InternalAadl2Parser.g:25355:2: rule__SubprogramType__Group_4_1_0__0__Impl rule__SubprogramType__Group_4_1_0__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__SubprogramType__Group_4_1_0__0__Impl();
@@ -107849,21 +105563,21 @@ public final void rule__SubprogramType__Group_4_1_0__0() throws RecognitionExcep
// $ANTLR start "rule__SubprogramType__Group_4_1_0__0__Impl"
- // InternalAadl2Parser.g:26123:1: rule__SubprogramType__Group_4_1_0__0__Impl : ( ( rule__SubprogramType__NoFeaturesAssignment_4_1_0_0 ) ) ;
+ // InternalAadl2Parser.g:25362:1: rule__SubprogramType__Group_4_1_0__0__Impl : ( ( rule__SubprogramType__NoFeaturesAssignment_4_1_0_0 ) ) ;
public final void rule__SubprogramType__Group_4_1_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26127:1: ( ( ( rule__SubprogramType__NoFeaturesAssignment_4_1_0_0 ) ) )
- // InternalAadl2Parser.g:26128:1: ( ( rule__SubprogramType__NoFeaturesAssignment_4_1_0_0 ) )
+ // InternalAadl2Parser.g:25366:1: ( ( ( rule__SubprogramType__NoFeaturesAssignment_4_1_0_0 ) ) )
+ // InternalAadl2Parser.g:25367:1: ( ( rule__SubprogramType__NoFeaturesAssignment_4_1_0_0 ) )
{
- // InternalAadl2Parser.g:26128:1: ( ( rule__SubprogramType__NoFeaturesAssignment_4_1_0_0 ) )
- // InternalAadl2Parser.g:26129:2: ( rule__SubprogramType__NoFeaturesAssignment_4_1_0_0 )
+ // InternalAadl2Parser.g:25367:1: ( ( rule__SubprogramType__NoFeaturesAssignment_4_1_0_0 ) )
+ // InternalAadl2Parser.g:25368:2: ( rule__SubprogramType__NoFeaturesAssignment_4_1_0_0 )
{
before(grammarAccess.getSubprogramTypeAccess().getNoFeaturesAssignment_4_1_0_0());
- // InternalAadl2Parser.g:26130:2: ( rule__SubprogramType__NoFeaturesAssignment_4_1_0_0 )
- // InternalAadl2Parser.g:26130:3: rule__SubprogramType__NoFeaturesAssignment_4_1_0_0
+ // InternalAadl2Parser.g:25369:2: ( rule__SubprogramType__NoFeaturesAssignment_4_1_0_0 )
+ // InternalAadl2Parser.g:25369:3: rule__SubprogramType__NoFeaturesAssignment_4_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__NoFeaturesAssignment_4_1_0_0();
@@ -107896,14 +105610,14 @@ public final void rule__SubprogramType__Group_4_1_0__0__Impl() throws Recognitio
// $ANTLR start "rule__SubprogramType__Group_4_1_0__1"
- // InternalAadl2Parser.g:26138:1: rule__SubprogramType__Group_4_1_0__1 : rule__SubprogramType__Group_4_1_0__1__Impl ;
+ // InternalAadl2Parser.g:25377:1: rule__SubprogramType__Group_4_1_0__1 : rule__SubprogramType__Group_4_1_0__1__Impl ;
public final void rule__SubprogramType__Group_4_1_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26142:1: ( rule__SubprogramType__Group_4_1_0__1__Impl )
- // InternalAadl2Parser.g:26143:2: rule__SubprogramType__Group_4_1_0__1__Impl
+ // InternalAadl2Parser.g:25381:1: ( rule__SubprogramType__Group_4_1_0__1__Impl )
+ // InternalAadl2Parser.g:25382:2: rule__SubprogramType__Group_4_1_0__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__Group_4_1_0__1__Impl();
@@ -107929,17 +105643,17 @@ public final void rule__SubprogramType__Group_4_1_0__1() throws RecognitionExcep
// $ANTLR start "rule__SubprogramType__Group_4_1_0__1__Impl"
- // InternalAadl2Parser.g:26149:1: rule__SubprogramType__Group_4_1_0__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:25388:1: rule__SubprogramType__Group_4_1_0__1__Impl : ( Semicolon ) ;
public final void rule__SubprogramType__Group_4_1_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26153:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:26154:1: ( Semicolon )
+ // InternalAadl2Parser.g:25392:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:25393:1: ( Semicolon )
{
- // InternalAadl2Parser.g:26154:1: ( Semicolon )
- // InternalAadl2Parser.g:26155:2: Semicolon
+ // InternalAadl2Parser.g:25393:1: ( Semicolon )
+ // InternalAadl2Parser.g:25394:2: Semicolon
{
before(grammarAccess.getSubprogramTypeAccess().getSemicolonKeyword_4_1_0_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -107966,14 +105680,14 @@ public final void rule__SubprogramType__Group_4_1_0__1__Impl() throws Recognitio
// $ANTLR start "rule__SubprogramType__Group_5__0"
- // InternalAadl2Parser.g:26165:1: rule__SubprogramType__Group_5__0 : rule__SubprogramType__Group_5__0__Impl rule__SubprogramType__Group_5__1 ;
+ // InternalAadl2Parser.g:25404:1: rule__SubprogramType__Group_5__0 : rule__SubprogramType__Group_5__0__Impl rule__SubprogramType__Group_5__1 ;
public final void rule__SubprogramType__Group_5__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26169:1: ( rule__SubprogramType__Group_5__0__Impl rule__SubprogramType__Group_5__1 )
- // InternalAadl2Parser.g:26170:2: rule__SubprogramType__Group_5__0__Impl rule__SubprogramType__Group_5__1
+ // InternalAadl2Parser.g:25408:1: ( rule__SubprogramType__Group_5__0__Impl rule__SubprogramType__Group_5__1 )
+ // InternalAadl2Parser.g:25409:2: rule__SubprogramType__Group_5__0__Impl rule__SubprogramType__Group_5__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__SubprogramType__Group_5__0__Impl();
@@ -108004,17 +105718,17 @@ public final void rule__SubprogramType__Group_5__0() throws RecognitionException
// $ANTLR start "rule__SubprogramType__Group_5__0__Impl"
- // InternalAadl2Parser.g:26177:1: rule__SubprogramType__Group_5__0__Impl : ( Flows ) ;
+ // InternalAadl2Parser.g:25416:1: rule__SubprogramType__Group_5__0__Impl : ( Flows ) ;
public final void rule__SubprogramType__Group_5__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26181:1: ( ( Flows ) )
- // InternalAadl2Parser.g:26182:1: ( Flows )
+ // InternalAadl2Parser.g:25420:1: ( ( Flows ) )
+ // InternalAadl2Parser.g:25421:1: ( Flows )
{
- // InternalAadl2Parser.g:26182:1: ( Flows )
- // InternalAadl2Parser.g:26183:2: Flows
+ // InternalAadl2Parser.g:25421:1: ( Flows )
+ // InternalAadl2Parser.g:25422:2: Flows
{
before(grammarAccess.getSubprogramTypeAccess().getFlowsKeyword_5_0());
match(input,Flows,FollowSets000.FOLLOW_2);
@@ -108041,14 +105755,14 @@ public final void rule__SubprogramType__Group_5__0__Impl() throws RecognitionExc
// $ANTLR start "rule__SubprogramType__Group_5__1"
- // InternalAadl2Parser.g:26192:1: rule__SubprogramType__Group_5__1 : rule__SubprogramType__Group_5__1__Impl ;
+ // InternalAadl2Parser.g:25431:1: rule__SubprogramType__Group_5__1 : rule__SubprogramType__Group_5__1__Impl ;
public final void rule__SubprogramType__Group_5__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26196:1: ( rule__SubprogramType__Group_5__1__Impl )
- // InternalAadl2Parser.g:26197:2: rule__SubprogramType__Group_5__1__Impl
+ // InternalAadl2Parser.g:25435:1: ( rule__SubprogramType__Group_5__1__Impl )
+ // InternalAadl2Parser.g:25436:2: rule__SubprogramType__Group_5__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__Group_5__1__Impl();
@@ -108074,21 +105788,21 @@ public final void rule__SubprogramType__Group_5__1() throws RecognitionException
// $ANTLR start "rule__SubprogramType__Group_5__1__Impl"
- // InternalAadl2Parser.g:26203:1: rule__SubprogramType__Group_5__1__Impl : ( ( rule__SubprogramType__Alternatives_5_1 ) ) ;
+ // InternalAadl2Parser.g:25442:1: rule__SubprogramType__Group_5__1__Impl : ( ( rule__SubprogramType__Alternatives_5_1 ) ) ;
public final void rule__SubprogramType__Group_5__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26207:1: ( ( ( rule__SubprogramType__Alternatives_5_1 ) ) )
- // InternalAadl2Parser.g:26208:1: ( ( rule__SubprogramType__Alternatives_5_1 ) )
+ // InternalAadl2Parser.g:25446:1: ( ( ( rule__SubprogramType__Alternatives_5_1 ) ) )
+ // InternalAadl2Parser.g:25447:1: ( ( rule__SubprogramType__Alternatives_5_1 ) )
{
- // InternalAadl2Parser.g:26208:1: ( ( rule__SubprogramType__Alternatives_5_1 ) )
- // InternalAadl2Parser.g:26209:2: ( rule__SubprogramType__Alternatives_5_1 )
+ // InternalAadl2Parser.g:25447:1: ( ( rule__SubprogramType__Alternatives_5_1 ) )
+ // InternalAadl2Parser.g:25448:2: ( rule__SubprogramType__Alternatives_5_1 )
{
before(grammarAccess.getSubprogramTypeAccess().getAlternatives_5_1());
- // InternalAadl2Parser.g:26210:2: ( rule__SubprogramType__Alternatives_5_1 )
- // InternalAadl2Parser.g:26210:3: rule__SubprogramType__Alternatives_5_1
+ // InternalAadl2Parser.g:25449:2: ( rule__SubprogramType__Alternatives_5_1 )
+ // InternalAadl2Parser.g:25449:3: rule__SubprogramType__Alternatives_5_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__Alternatives_5_1();
@@ -108121,14 +105835,14 @@ public final void rule__SubprogramType__Group_5__1__Impl() throws RecognitionExc
// $ANTLR start "rule__SubprogramType__Group_5_1_1__0"
- // InternalAadl2Parser.g:26219:1: rule__SubprogramType__Group_5_1_1__0 : rule__SubprogramType__Group_5_1_1__0__Impl rule__SubprogramType__Group_5_1_1__1 ;
+ // InternalAadl2Parser.g:25458:1: rule__SubprogramType__Group_5_1_1__0 : rule__SubprogramType__Group_5_1_1__0__Impl rule__SubprogramType__Group_5_1_1__1 ;
public final void rule__SubprogramType__Group_5_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26223:1: ( rule__SubprogramType__Group_5_1_1__0__Impl rule__SubprogramType__Group_5_1_1__1 )
- // InternalAadl2Parser.g:26224:2: rule__SubprogramType__Group_5_1_1__0__Impl rule__SubprogramType__Group_5_1_1__1
+ // InternalAadl2Parser.g:25462:1: ( rule__SubprogramType__Group_5_1_1__0__Impl rule__SubprogramType__Group_5_1_1__1 )
+ // InternalAadl2Parser.g:25463:2: rule__SubprogramType__Group_5_1_1__0__Impl rule__SubprogramType__Group_5_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__SubprogramType__Group_5_1_1__0__Impl();
@@ -108159,21 +105873,21 @@ public final void rule__SubprogramType__Group_5_1_1__0() throws RecognitionExcep
// $ANTLR start "rule__SubprogramType__Group_5_1_1__0__Impl"
- // InternalAadl2Parser.g:26231:1: rule__SubprogramType__Group_5_1_1__0__Impl : ( ( rule__SubprogramType__NoFlowsAssignment_5_1_1_0 ) ) ;
+ // InternalAadl2Parser.g:25470:1: rule__SubprogramType__Group_5_1_1__0__Impl : ( ( rule__SubprogramType__NoFlowsAssignment_5_1_1_0 ) ) ;
public final void rule__SubprogramType__Group_5_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26235:1: ( ( ( rule__SubprogramType__NoFlowsAssignment_5_1_1_0 ) ) )
- // InternalAadl2Parser.g:26236:1: ( ( rule__SubprogramType__NoFlowsAssignment_5_1_1_0 ) )
+ // InternalAadl2Parser.g:25474:1: ( ( ( rule__SubprogramType__NoFlowsAssignment_5_1_1_0 ) ) )
+ // InternalAadl2Parser.g:25475:1: ( ( rule__SubprogramType__NoFlowsAssignment_5_1_1_0 ) )
{
- // InternalAadl2Parser.g:26236:1: ( ( rule__SubprogramType__NoFlowsAssignment_5_1_1_0 ) )
- // InternalAadl2Parser.g:26237:2: ( rule__SubprogramType__NoFlowsAssignment_5_1_1_0 )
+ // InternalAadl2Parser.g:25475:1: ( ( rule__SubprogramType__NoFlowsAssignment_5_1_1_0 ) )
+ // InternalAadl2Parser.g:25476:2: ( rule__SubprogramType__NoFlowsAssignment_5_1_1_0 )
{
before(grammarAccess.getSubprogramTypeAccess().getNoFlowsAssignment_5_1_1_0());
- // InternalAadl2Parser.g:26238:2: ( rule__SubprogramType__NoFlowsAssignment_5_1_1_0 )
- // InternalAadl2Parser.g:26238:3: rule__SubprogramType__NoFlowsAssignment_5_1_1_0
+ // InternalAadl2Parser.g:25477:2: ( rule__SubprogramType__NoFlowsAssignment_5_1_1_0 )
+ // InternalAadl2Parser.g:25477:3: rule__SubprogramType__NoFlowsAssignment_5_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__NoFlowsAssignment_5_1_1_0();
@@ -108206,14 +105920,14 @@ public final void rule__SubprogramType__Group_5_1_1__0__Impl() throws Recognitio
// $ANTLR start "rule__SubprogramType__Group_5_1_1__1"
- // InternalAadl2Parser.g:26246:1: rule__SubprogramType__Group_5_1_1__1 : rule__SubprogramType__Group_5_1_1__1__Impl ;
+ // InternalAadl2Parser.g:25485:1: rule__SubprogramType__Group_5_1_1__1 : rule__SubprogramType__Group_5_1_1__1__Impl ;
public final void rule__SubprogramType__Group_5_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26250:1: ( rule__SubprogramType__Group_5_1_1__1__Impl )
- // InternalAadl2Parser.g:26251:2: rule__SubprogramType__Group_5_1_1__1__Impl
+ // InternalAadl2Parser.g:25489:1: ( rule__SubprogramType__Group_5_1_1__1__Impl )
+ // InternalAadl2Parser.g:25490:2: rule__SubprogramType__Group_5_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__Group_5_1_1__1__Impl();
@@ -108239,17 +105953,17 @@ public final void rule__SubprogramType__Group_5_1_1__1() throws RecognitionExcep
// $ANTLR start "rule__SubprogramType__Group_5_1_1__1__Impl"
- // InternalAadl2Parser.g:26257:1: rule__SubprogramType__Group_5_1_1__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:25496:1: rule__SubprogramType__Group_5_1_1__1__Impl : ( Semicolon ) ;
public final void rule__SubprogramType__Group_5_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26261:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:26262:1: ( Semicolon )
+ // InternalAadl2Parser.g:25500:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:25501:1: ( Semicolon )
{
- // InternalAadl2Parser.g:26262:1: ( Semicolon )
- // InternalAadl2Parser.g:26263:2: Semicolon
+ // InternalAadl2Parser.g:25501:1: ( Semicolon )
+ // InternalAadl2Parser.g:25502:2: Semicolon
{
before(grammarAccess.getSubprogramTypeAccess().getSemicolonKeyword_5_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -108276,16 +105990,16 @@ public final void rule__SubprogramType__Group_5_1_1__1__Impl() throws Recognitio
// $ANTLR start "rule__SubprogramType__Group_6_0__0"
- // InternalAadl2Parser.g:26273:1: rule__SubprogramType__Group_6_0__0 : rule__SubprogramType__Group_6_0__0__Impl rule__SubprogramType__Group_6_0__1 ;
+ // InternalAadl2Parser.g:25512:1: rule__SubprogramType__Group_6_0__0 : rule__SubprogramType__Group_6_0__0__Impl rule__SubprogramType__Group_6_0__1 ;
public final void rule__SubprogramType__Group_6_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26277:1: ( rule__SubprogramType__Group_6_0__0__Impl rule__SubprogramType__Group_6_0__1 )
- // InternalAadl2Parser.g:26278:2: rule__SubprogramType__Group_6_0__0__Impl rule__SubprogramType__Group_6_0__1
+ // InternalAadl2Parser.g:25516:1: ( rule__SubprogramType__Group_6_0__0__Impl rule__SubprogramType__Group_6_0__1 )
+ // InternalAadl2Parser.g:25517:2: rule__SubprogramType__Group_6_0__0__Impl rule__SubprogramType__Group_6_0__1
{
- pushFollow(FollowSets000.FOLLOW_4);
+ pushFollow(FollowSets000.FOLLOW_31);
rule__SubprogramType__Group_6_0__0__Impl();
state._fsp--;
@@ -108314,21 +106028,21 @@ public final void rule__SubprogramType__Group_6_0__0() throws RecognitionExcepti
// $ANTLR start "rule__SubprogramType__Group_6_0__0__Impl"
- // InternalAadl2Parser.g:26285:1: rule__SubprogramType__Group_6_0__0__Impl : ( ( rule__SubprogramType__DerivedModesAssignment_6_0_0 ) ) ;
+ // InternalAadl2Parser.g:25524:1: rule__SubprogramType__Group_6_0__0__Impl : ( ( rule__SubprogramType__DerivedModesAssignment_6_0_0 ) ) ;
public final void rule__SubprogramType__Group_6_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26289:1: ( ( ( rule__SubprogramType__DerivedModesAssignment_6_0_0 ) ) )
- // InternalAadl2Parser.g:26290:1: ( ( rule__SubprogramType__DerivedModesAssignment_6_0_0 ) )
+ // InternalAadl2Parser.g:25528:1: ( ( ( rule__SubprogramType__DerivedModesAssignment_6_0_0 ) ) )
+ // InternalAadl2Parser.g:25529:1: ( ( rule__SubprogramType__DerivedModesAssignment_6_0_0 ) )
{
- // InternalAadl2Parser.g:26290:1: ( ( rule__SubprogramType__DerivedModesAssignment_6_0_0 ) )
- // InternalAadl2Parser.g:26291:2: ( rule__SubprogramType__DerivedModesAssignment_6_0_0 )
+ // InternalAadl2Parser.g:25529:1: ( ( rule__SubprogramType__DerivedModesAssignment_6_0_0 ) )
+ // InternalAadl2Parser.g:25530:2: ( rule__SubprogramType__DerivedModesAssignment_6_0_0 )
{
before(grammarAccess.getSubprogramTypeAccess().getDerivedModesAssignment_6_0_0());
- // InternalAadl2Parser.g:26292:2: ( rule__SubprogramType__DerivedModesAssignment_6_0_0 )
- // InternalAadl2Parser.g:26292:3: rule__SubprogramType__DerivedModesAssignment_6_0_0
+ // InternalAadl2Parser.g:25531:2: ( rule__SubprogramType__DerivedModesAssignment_6_0_0 )
+ // InternalAadl2Parser.g:25531:3: rule__SubprogramType__DerivedModesAssignment_6_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__DerivedModesAssignment_6_0_0();
@@ -108361,20 +106075,25 @@ public final void rule__SubprogramType__Group_6_0__0__Impl() throws RecognitionE
// $ANTLR start "rule__SubprogramType__Group_6_0__1"
- // InternalAadl2Parser.g:26300:1: rule__SubprogramType__Group_6_0__1 : rule__SubprogramType__Group_6_0__1__Impl ;
+ // InternalAadl2Parser.g:25539:1: rule__SubprogramType__Group_6_0__1 : rule__SubprogramType__Group_6_0__1__Impl rule__SubprogramType__Group_6_0__2 ;
public final void rule__SubprogramType__Group_6_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26304:1: ( rule__SubprogramType__Group_6_0__1__Impl )
- // InternalAadl2Parser.g:26305:2: rule__SubprogramType__Group_6_0__1__Impl
+ // InternalAadl2Parser.g:25543:1: ( rule__SubprogramType__Group_6_0__1__Impl rule__SubprogramType__Group_6_0__2 )
+ // InternalAadl2Parser.g:25544:2: rule__SubprogramType__Group_6_0__1__Impl rule__SubprogramType__Group_6_0__2
{
- pushFollow(FollowSets000.FOLLOW_2);
+ pushFollow(FollowSets000.FOLLOW_4);
rule__SubprogramType__Group_6_0__1__Impl();
state._fsp--;
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__SubprogramType__Group_6_0__2();
+
+ state._fsp--;
+
}
@@ -108394,42 +106113,112 @@ public final void rule__SubprogramType__Group_6_0__1() throws RecognitionExcepti
// $ANTLR start "rule__SubprogramType__Group_6_0__1__Impl"
- // InternalAadl2Parser.g:26311:1: rule__SubprogramType__Group_6_0__1__Impl : ( ( ( rule__SubprogramType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__SubprogramType__OwnedModeAssignment_6_0_1 )* ) ) ;
+ // InternalAadl2Parser.g:25551:1: rule__SubprogramType__Group_6_0__1__Impl : ( Modes ) ;
public final void rule__SubprogramType__Group_6_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26315:1: ( ( ( ( rule__SubprogramType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__SubprogramType__OwnedModeAssignment_6_0_1 )* ) ) )
- // InternalAadl2Parser.g:26316:1: ( ( ( rule__SubprogramType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__SubprogramType__OwnedModeAssignment_6_0_1 )* ) )
+ // InternalAadl2Parser.g:25555:1: ( ( Modes ) )
+ // InternalAadl2Parser.g:25556:1: ( Modes )
{
- // InternalAadl2Parser.g:26316:1: ( ( ( rule__SubprogramType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__SubprogramType__OwnedModeAssignment_6_0_1 )* ) )
- // InternalAadl2Parser.g:26317:2: ( ( rule__SubprogramType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__SubprogramType__OwnedModeAssignment_6_0_1 )* )
+ // InternalAadl2Parser.g:25556:1: ( Modes )
+ // InternalAadl2Parser.g:25557:2: Modes
{
- // InternalAadl2Parser.g:26317:2: ( ( rule__SubprogramType__OwnedModeAssignment_6_0_1 ) )
- // InternalAadl2Parser.g:26318:3: ( rule__SubprogramType__OwnedModeAssignment_6_0_1 )
+ before(grammarAccess.getSubprogramTypeAccess().getModesKeyword_6_0_1());
+ match(input,Modes,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getSubprogramTypeAccess().getModesKeyword_6_0_1());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SubprogramType__Group_6_0__1__Impl"
+
+
+ // $ANTLR start "rule__SubprogramType__Group_6_0__2"
+ // InternalAadl2Parser.g:25566:1: rule__SubprogramType__Group_6_0__2 : rule__SubprogramType__Group_6_0__2__Impl ;
+ public final void rule__SubprogramType__Group_6_0__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:25570:1: ( rule__SubprogramType__Group_6_0__2__Impl )
+ // InternalAadl2Parser.g:25571:2: rule__SubprogramType__Group_6_0__2__Impl
{
- before(grammarAccess.getSubprogramTypeAccess().getOwnedModeAssignment_6_0_1());
- // InternalAadl2Parser.g:26319:3: ( rule__SubprogramType__OwnedModeAssignment_6_0_1 )
- // InternalAadl2Parser.g:26319:4: rule__SubprogramType__OwnedModeAssignment_6_0_1
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__SubprogramType__Group_6_0__2__Impl();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SubprogramType__Group_6_0__2"
+
+
+ // $ANTLR start "rule__SubprogramType__Group_6_0__2__Impl"
+ // InternalAadl2Parser.g:25577:1: rule__SubprogramType__Group_6_0__2__Impl : ( ( ( rule__SubprogramType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__SubprogramType__OwnedModeAssignment_6_0_2 )* ) ) ;
+ public final void rule__SubprogramType__Group_6_0__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:25581:1: ( ( ( ( rule__SubprogramType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__SubprogramType__OwnedModeAssignment_6_0_2 )* ) ) )
+ // InternalAadl2Parser.g:25582:1: ( ( ( rule__SubprogramType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__SubprogramType__OwnedModeAssignment_6_0_2 )* ) )
+ {
+ // InternalAadl2Parser.g:25582:1: ( ( ( rule__SubprogramType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__SubprogramType__OwnedModeAssignment_6_0_2 )* ) )
+ // InternalAadl2Parser.g:25583:2: ( ( rule__SubprogramType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__SubprogramType__OwnedModeAssignment_6_0_2 )* )
+ {
+ // InternalAadl2Parser.g:25583:2: ( ( rule__SubprogramType__OwnedModeAssignment_6_0_2 ) )
+ // InternalAadl2Parser.g:25584:3: ( rule__SubprogramType__OwnedModeAssignment_6_0_2 )
+ {
+ before(grammarAccess.getSubprogramTypeAccess().getOwnedModeAssignment_6_0_2());
+ // InternalAadl2Parser.g:25585:3: ( rule__SubprogramType__OwnedModeAssignment_6_0_2 )
+ // InternalAadl2Parser.g:25585:4: rule__SubprogramType__OwnedModeAssignment_6_0_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramType__OwnedModeAssignment_6_0_1();
+ rule__SubprogramType__OwnedModeAssignment_6_0_2();
state._fsp--;
}
- after(grammarAccess.getSubprogramTypeAccess().getOwnedModeAssignment_6_0_1());
+ after(grammarAccess.getSubprogramTypeAccess().getOwnedModeAssignment_6_0_2());
}
- // InternalAadl2Parser.g:26322:2: ( ( rule__SubprogramType__OwnedModeAssignment_6_0_1 )* )
- // InternalAadl2Parser.g:26323:3: ( rule__SubprogramType__OwnedModeAssignment_6_0_1 )*
+ // InternalAadl2Parser.g:25588:2: ( ( rule__SubprogramType__OwnedModeAssignment_6_0_2 )* )
+ // InternalAadl2Parser.g:25589:3: ( rule__SubprogramType__OwnedModeAssignment_6_0_2 )*
{
- before(grammarAccess.getSubprogramTypeAccess().getOwnedModeAssignment_6_0_1());
- // InternalAadl2Parser.g:26324:3: ( rule__SubprogramType__OwnedModeAssignment_6_0_1 )*
+ before(grammarAccess.getSubprogramTypeAccess().getOwnedModeAssignment_6_0_2());
+ // InternalAadl2Parser.g:25590:3: ( rule__SubprogramType__OwnedModeAssignment_6_0_2 )*
loop608:
do {
int alt608=2;
@@ -108442,10 +106231,10 @@ public final void rule__SubprogramType__Group_6_0__1__Impl() throws RecognitionE
switch (alt608) {
case 1 :
- // InternalAadl2Parser.g:26324:4: rule__SubprogramType__OwnedModeAssignment_6_0_1
+ // InternalAadl2Parser.g:25590:4: rule__SubprogramType__OwnedModeAssignment_6_0_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SubprogramType__OwnedModeAssignment_6_0_1();
+ rule__SubprogramType__OwnedModeAssignment_6_0_2();
state._fsp--;
@@ -108458,7 +106247,7 @@ public final void rule__SubprogramType__Group_6_0__1__Impl() throws RecognitionE
}
} while (true);
- after(grammarAccess.getSubprogramTypeAccess().getOwnedModeAssignment_6_0_1());
+ after(grammarAccess.getSubprogramTypeAccess().getOwnedModeAssignment_6_0_2());
}
@@ -108480,18 +106269,18 @@ public final void rule__SubprogramType__Group_6_0__1__Impl() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__SubprogramType__Group_6_0__1__Impl"
+ // $ANTLR end "rule__SubprogramType__Group_6_0__2__Impl"
// $ANTLR start "rule__SubprogramType__Group_6_1__0"
- // InternalAadl2Parser.g:26334:1: rule__SubprogramType__Group_6_1__0 : rule__SubprogramType__Group_6_1__0__Impl rule__SubprogramType__Group_6_1__1 ;
+ // InternalAadl2Parser.g:25600:1: rule__SubprogramType__Group_6_1__0 : rule__SubprogramType__Group_6_1__0__Impl rule__SubprogramType__Group_6_1__1 ;
public final void rule__SubprogramType__Group_6_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26338:1: ( rule__SubprogramType__Group_6_1__0__Impl rule__SubprogramType__Group_6_1__1 )
- // InternalAadl2Parser.g:26339:2: rule__SubprogramType__Group_6_1__0__Impl rule__SubprogramType__Group_6_1__1
+ // InternalAadl2Parser.g:25604:1: ( rule__SubprogramType__Group_6_1__0__Impl rule__SubprogramType__Group_6_1__1 )
+ // InternalAadl2Parser.g:25605:2: rule__SubprogramType__Group_6_1__0__Impl rule__SubprogramType__Group_6_1__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__SubprogramType__Group_6_1__0__Impl();
@@ -108522,17 +106311,17 @@ public final void rule__SubprogramType__Group_6_1__0() throws RecognitionExcepti
// $ANTLR start "rule__SubprogramType__Group_6_1__0__Impl"
- // InternalAadl2Parser.g:26346:1: rule__SubprogramType__Group_6_1__0__Impl : ( Modes ) ;
+ // InternalAadl2Parser.g:25612:1: rule__SubprogramType__Group_6_1__0__Impl : ( Modes ) ;
public final void rule__SubprogramType__Group_6_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26350:1: ( ( Modes ) )
- // InternalAadl2Parser.g:26351:1: ( Modes )
+ // InternalAadl2Parser.g:25616:1: ( ( Modes ) )
+ // InternalAadl2Parser.g:25617:1: ( Modes )
{
- // InternalAadl2Parser.g:26351:1: ( Modes )
- // InternalAadl2Parser.g:26352:2: Modes
+ // InternalAadl2Parser.g:25617:1: ( Modes )
+ // InternalAadl2Parser.g:25618:2: Modes
{
before(grammarAccess.getSubprogramTypeAccess().getModesKeyword_6_1_0());
match(input,Modes,FollowSets000.FOLLOW_2);
@@ -108559,14 +106348,14 @@ public final void rule__SubprogramType__Group_6_1__0__Impl() throws RecognitionE
// $ANTLR start "rule__SubprogramType__Group_6_1__1"
- // InternalAadl2Parser.g:26361:1: rule__SubprogramType__Group_6_1__1 : rule__SubprogramType__Group_6_1__1__Impl ;
+ // InternalAadl2Parser.g:25627:1: rule__SubprogramType__Group_6_1__1 : rule__SubprogramType__Group_6_1__1__Impl ;
public final void rule__SubprogramType__Group_6_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26365:1: ( rule__SubprogramType__Group_6_1__1__Impl )
- // InternalAadl2Parser.g:26366:2: rule__SubprogramType__Group_6_1__1__Impl
+ // InternalAadl2Parser.g:25631:1: ( rule__SubprogramType__Group_6_1__1__Impl )
+ // InternalAadl2Parser.g:25632:2: rule__SubprogramType__Group_6_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__Group_6_1__1__Impl();
@@ -108592,21 +106381,21 @@ public final void rule__SubprogramType__Group_6_1__1() throws RecognitionExcepti
// $ANTLR start "rule__SubprogramType__Group_6_1__1__Impl"
- // InternalAadl2Parser.g:26372:1: rule__SubprogramType__Group_6_1__1__Impl : ( ( rule__SubprogramType__Alternatives_6_1_1 ) ) ;
+ // InternalAadl2Parser.g:25638:1: rule__SubprogramType__Group_6_1__1__Impl : ( ( rule__SubprogramType__Alternatives_6_1_1 ) ) ;
public final void rule__SubprogramType__Group_6_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26376:1: ( ( ( rule__SubprogramType__Alternatives_6_1_1 ) ) )
- // InternalAadl2Parser.g:26377:1: ( ( rule__SubprogramType__Alternatives_6_1_1 ) )
+ // InternalAadl2Parser.g:25642:1: ( ( ( rule__SubprogramType__Alternatives_6_1_1 ) ) )
+ // InternalAadl2Parser.g:25643:1: ( ( rule__SubprogramType__Alternatives_6_1_1 ) )
{
- // InternalAadl2Parser.g:26377:1: ( ( rule__SubprogramType__Alternatives_6_1_1 ) )
- // InternalAadl2Parser.g:26378:2: ( rule__SubprogramType__Alternatives_6_1_1 )
+ // InternalAadl2Parser.g:25643:1: ( ( rule__SubprogramType__Alternatives_6_1_1 ) )
+ // InternalAadl2Parser.g:25644:2: ( rule__SubprogramType__Alternatives_6_1_1 )
{
before(grammarAccess.getSubprogramTypeAccess().getAlternatives_6_1_1());
- // InternalAadl2Parser.g:26379:2: ( rule__SubprogramType__Alternatives_6_1_1 )
- // InternalAadl2Parser.g:26379:3: rule__SubprogramType__Alternatives_6_1_1
+ // InternalAadl2Parser.g:25645:2: ( rule__SubprogramType__Alternatives_6_1_1 )
+ // InternalAadl2Parser.g:25645:3: rule__SubprogramType__Alternatives_6_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__Alternatives_6_1_1();
@@ -108639,14 +106428,14 @@ public final void rule__SubprogramType__Group_6_1__1__Impl() throws RecognitionE
// $ANTLR start "rule__SubprogramType__Group_6_1_1_1__0"
- // InternalAadl2Parser.g:26388:1: rule__SubprogramType__Group_6_1_1_1__0 : rule__SubprogramType__Group_6_1_1_1__0__Impl rule__SubprogramType__Group_6_1_1_1__1 ;
+ // InternalAadl2Parser.g:25654:1: rule__SubprogramType__Group_6_1_1_1__0 : rule__SubprogramType__Group_6_1_1_1__0__Impl rule__SubprogramType__Group_6_1_1_1__1 ;
public final void rule__SubprogramType__Group_6_1_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26392:1: ( rule__SubprogramType__Group_6_1_1_1__0__Impl rule__SubprogramType__Group_6_1_1_1__1 )
- // InternalAadl2Parser.g:26393:2: rule__SubprogramType__Group_6_1_1_1__0__Impl rule__SubprogramType__Group_6_1_1_1__1
+ // InternalAadl2Parser.g:25658:1: ( rule__SubprogramType__Group_6_1_1_1__0__Impl rule__SubprogramType__Group_6_1_1_1__1 )
+ // InternalAadl2Parser.g:25659:2: rule__SubprogramType__Group_6_1_1_1__0__Impl rule__SubprogramType__Group_6_1_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__SubprogramType__Group_6_1_1_1__0__Impl();
@@ -108677,21 +106466,21 @@ public final void rule__SubprogramType__Group_6_1_1_1__0() throws RecognitionExc
// $ANTLR start "rule__SubprogramType__Group_6_1_1_1__0__Impl"
- // InternalAadl2Parser.g:26400:1: rule__SubprogramType__Group_6_1_1_1__0__Impl : ( ( rule__SubprogramType__NoModesAssignment_6_1_1_1_0 ) ) ;
+ // InternalAadl2Parser.g:25666:1: rule__SubprogramType__Group_6_1_1_1__0__Impl : ( ( rule__SubprogramType__NoModesAssignment_6_1_1_1_0 ) ) ;
public final void rule__SubprogramType__Group_6_1_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26404:1: ( ( ( rule__SubprogramType__NoModesAssignment_6_1_1_1_0 ) ) )
- // InternalAadl2Parser.g:26405:1: ( ( rule__SubprogramType__NoModesAssignment_6_1_1_1_0 ) )
+ // InternalAadl2Parser.g:25670:1: ( ( ( rule__SubprogramType__NoModesAssignment_6_1_1_1_0 ) ) )
+ // InternalAadl2Parser.g:25671:1: ( ( rule__SubprogramType__NoModesAssignment_6_1_1_1_0 ) )
{
- // InternalAadl2Parser.g:26405:1: ( ( rule__SubprogramType__NoModesAssignment_6_1_1_1_0 ) )
- // InternalAadl2Parser.g:26406:2: ( rule__SubprogramType__NoModesAssignment_6_1_1_1_0 )
+ // InternalAadl2Parser.g:25671:1: ( ( rule__SubprogramType__NoModesAssignment_6_1_1_1_0 ) )
+ // InternalAadl2Parser.g:25672:2: ( rule__SubprogramType__NoModesAssignment_6_1_1_1_0 )
{
before(grammarAccess.getSubprogramTypeAccess().getNoModesAssignment_6_1_1_1_0());
- // InternalAadl2Parser.g:26407:2: ( rule__SubprogramType__NoModesAssignment_6_1_1_1_0 )
- // InternalAadl2Parser.g:26407:3: rule__SubprogramType__NoModesAssignment_6_1_1_1_0
+ // InternalAadl2Parser.g:25673:2: ( rule__SubprogramType__NoModesAssignment_6_1_1_1_0 )
+ // InternalAadl2Parser.g:25673:3: rule__SubprogramType__NoModesAssignment_6_1_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__NoModesAssignment_6_1_1_1_0();
@@ -108724,14 +106513,14 @@ public final void rule__SubprogramType__Group_6_1_1_1__0__Impl() throws Recognit
// $ANTLR start "rule__SubprogramType__Group_6_1_1_1__1"
- // InternalAadl2Parser.g:26415:1: rule__SubprogramType__Group_6_1_1_1__1 : rule__SubprogramType__Group_6_1_1_1__1__Impl ;
+ // InternalAadl2Parser.g:25681:1: rule__SubprogramType__Group_6_1_1_1__1 : rule__SubprogramType__Group_6_1_1_1__1__Impl ;
public final void rule__SubprogramType__Group_6_1_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26419:1: ( rule__SubprogramType__Group_6_1_1_1__1__Impl )
- // InternalAadl2Parser.g:26420:2: rule__SubprogramType__Group_6_1_1_1__1__Impl
+ // InternalAadl2Parser.g:25685:1: ( rule__SubprogramType__Group_6_1_1_1__1__Impl )
+ // InternalAadl2Parser.g:25686:2: rule__SubprogramType__Group_6_1_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__Group_6_1_1_1__1__Impl();
@@ -108757,17 +106546,17 @@ public final void rule__SubprogramType__Group_6_1_1_1__1() throws RecognitionExc
// $ANTLR start "rule__SubprogramType__Group_6_1_1_1__1__Impl"
- // InternalAadl2Parser.g:26426:1: rule__SubprogramType__Group_6_1_1_1__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:25692:1: rule__SubprogramType__Group_6_1_1_1__1__Impl : ( Semicolon ) ;
public final void rule__SubprogramType__Group_6_1_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26430:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:26431:1: ( Semicolon )
+ // InternalAadl2Parser.g:25696:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:25697:1: ( Semicolon )
{
- // InternalAadl2Parser.g:26431:1: ( Semicolon )
- // InternalAadl2Parser.g:26432:2: Semicolon
+ // InternalAadl2Parser.g:25697:1: ( Semicolon )
+ // InternalAadl2Parser.g:25698:2: Semicolon
{
before(grammarAccess.getSubprogramTypeAccess().getSemicolonKeyword_6_1_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -108794,14 +106583,14 @@ public final void rule__SubprogramType__Group_6_1_1_1__1__Impl() throws Recognit
// $ANTLR start "rule__SubprogramType__Group_7__0"
- // InternalAadl2Parser.g:26442:1: rule__SubprogramType__Group_7__0 : rule__SubprogramType__Group_7__0__Impl rule__SubprogramType__Group_7__1 ;
+ // InternalAadl2Parser.g:25708:1: rule__SubprogramType__Group_7__0 : rule__SubprogramType__Group_7__0__Impl rule__SubprogramType__Group_7__1 ;
public final void rule__SubprogramType__Group_7__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26446:1: ( rule__SubprogramType__Group_7__0__Impl rule__SubprogramType__Group_7__1 )
- // InternalAadl2Parser.g:26447:2: rule__SubprogramType__Group_7__0__Impl rule__SubprogramType__Group_7__1
+ // InternalAadl2Parser.g:25712:1: ( rule__SubprogramType__Group_7__0__Impl rule__SubprogramType__Group_7__1 )
+ // InternalAadl2Parser.g:25713:2: rule__SubprogramType__Group_7__0__Impl rule__SubprogramType__Group_7__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__SubprogramType__Group_7__0__Impl();
@@ -108832,17 +106621,17 @@ public final void rule__SubprogramType__Group_7__0() throws RecognitionException
// $ANTLR start "rule__SubprogramType__Group_7__0__Impl"
- // InternalAadl2Parser.g:26454:1: rule__SubprogramType__Group_7__0__Impl : ( Properties ) ;
+ // InternalAadl2Parser.g:25720:1: rule__SubprogramType__Group_7__0__Impl : ( Properties ) ;
public final void rule__SubprogramType__Group_7__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26458:1: ( ( Properties ) )
- // InternalAadl2Parser.g:26459:1: ( Properties )
+ // InternalAadl2Parser.g:25724:1: ( ( Properties ) )
+ // InternalAadl2Parser.g:25725:1: ( Properties )
{
- // InternalAadl2Parser.g:26459:1: ( Properties )
- // InternalAadl2Parser.g:26460:2: Properties
+ // InternalAadl2Parser.g:25725:1: ( Properties )
+ // InternalAadl2Parser.g:25726:2: Properties
{
before(grammarAccess.getSubprogramTypeAccess().getPropertiesKeyword_7_0());
match(input,Properties,FollowSets000.FOLLOW_2);
@@ -108869,14 +106658,14 @@ public final void rule__SubprogramType__Group_7__0__Impl() throws RecognitionExc
// $ANTLR start "rule__SubprogramType__Group_7__1"
- // InternalAadl2Parser.g:26469:1: rule__SubprogramType__Group_7__1 : rule__SubprogramType__Group_7__1__Impl ;
+ // InternalAadl2Parser.g:25735:1: rule__SubprogramType__Group_7__1 : rule__SubprogramType__Group_7__1__Impl ;
public final void rule__SubprogramType__Group_7__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26473:1: ( rule__SubprogramType__Group_7__1__Impl )
- // InternalAadl2Parser.g:26474:2: rule__SubprogramType__Group_7__1__Impl
+ // InternalAadl2Parser.g:25739:1: ( rule__SubprogramType__Group_7__1__Impl )
+ // InternalAadl2Parser.g:25740:2: rule__SubprogramType__Group_7__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__Group_7__1__Impl();
@@ -108902,21 +106691,21 @@ public final void rule__SubprogramType__Group_7__1() throws RecognitionException
// $ANTLR start "rule__SubprogramType__Group_7__1__Impl"
- // InternalAadl2Parser.g:26480:1: rule__SubprogramType__Group_7__1__Impl : ( ( rule__SubprogramType__Alternatives_7_1 ) ) ;
+ // InternalAadl2Parser.g:25746:1: rule__SubprogramType__Group_7__1__Impl : ( ( rule__SubprogramType__Alternatives_7_1 ) ) ;
public final void rule__SubprogramType__Group_7__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26484:1: ( ( ( rule__SubprogramType__Alternatives_7_1 ) ) )
- // InternalAadl2Parser.g:26485:1: ( ( rule__SubprogramType__Alternatives_7_1 ) )
+ // InternalAadl2Parser.g:25750:1: ( ( ( rule__SubprogramType__Alternatives_7_1 ) ) )
+ // InternalAadl2Parser.g:25751:1: ( ( rule__SubprogramType__Alternatives_7_1 ) )
{
- // InternalAadl2Parser.g:26485:1: ( ( rule__SubprogramType__Alternatives_7_1 ) )
- // InternalAadl2Parser.g:26486:2: ( rule__SubprogramType__Alternatives_7_1 )
+ // InternalAadl2Parser.g:25751:1: ( ( rule__SubprogramType__Alternatives_7_1 ) )
+ // InternalAadl2Parser.g:25752:2: ( rule__SubprogramType__Alternatives_7_1 )
{
before(grammarAccess.getSubprogramTypeAccess().getAlternatives_7_1());
- // InternalAadl2Parser.g:26487:2: ( rule__SubprogramType__Alternatives_7_1 )
- // InternalAadl2Parser.g:26487:3: rule__SubprogramType__Alternatives_7_1
+ // InternalAadl2Parser.g:25753:2: ( rule__SubprogramType__Alternatives_7_1 )
+ // InternalAadl2Parser.g:25753:3: rule__SubprogramType__Alternatives_7_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__Alternatives_7_1();
@@ -108949,14 +106738,14 @@ public final void rule__SubprogramType__Group_7__1__Impl() throws RecognitionExc
// $ANTLR start "rule__SubprogramType__Group_7_1_1__0"
- // InternalAadl2Parser.g:26496:1: rule__SubprogramType__Group_7_1_1__0 : rule__SubprogramType__Group_7_1_1__0__Impl rule__SubprogramType__Group_7_1_1__1 ;
+ // InternalAadl2Parser.g:25762:1: rule__SubprogramType__Group_7_1_1__0 : rule__SubprogramType__Group_7_1_1__0__Impl rule__SubprogramType__Group_7_1_1__1 ;
public final void rule__SubprogramType__Group_7_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26500:1: ( rule__SubprogramType__Group_7_1_1__0__Impl rule__SubprogramType__Group_7_1_1__1 )
- // InternalAadl2Parser.g:26501:2: rule__SubprogramType__Group_7_1_1__0__Impl rule__SubprogramType__Group_7_1_1__1
+ // InternalAadl2Parser.g:25766:1: ( rule__SubprogramType__Group_7_1_1__0__Impl rule__SubprogramType__Group_7_1_1__1 )
+ // InternalAadl2Parser.g:25767:2: rule__SubprogramType__Group_7_1_1__0__Impl rule__SubprogramType__Group_7_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__SubprogramType__Group_7_1_1__0__Impl();
@@ -108987,21 +106776,21 @@ public final void rule__SubprogramType__Group_7_1_1__0() throws RecognitionExcep
// $ANTLR start "rule__SubprogramType__Group_7_1_1__0__Impl"
- // InternalAadl2Parser.g:26508:1: rule__SubprogramType__Group_7_1_1__0__Impl : ( ( rule__SubprogramType__NoPropertiesAssignment_7_1_1_0 ) ) ;
+ // InternalAadl2Parser.g:25774:1: rule__SubprogramType__Group_7_1_1__0__Impl : ( ( rule__SubprogramType__NoPropertiesAssignment_7_1_1_0 ) ) ;
public final void rule__SubprogramType__Group_7_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26512:1: ( ( ( rule__SubprogramType__NoPropertiesAssignment_7_1_1_0 ) ) )
- // InternalAadl2Parser.g:26513:1: ( ( rule__SubprogramType__NoPropertiesAssignment_7_1_1_0 ) )
+ // InternalAadl2Parser.g:25778:1: ( ( ( rule__SubprogramType__NoPropertiesAssignment_7_1_1_0 ) ) )
+ // InternalAadl2Parser.g:25779:1: ( ( rule__SubprogramType__NoPropertiesAssignment_7_1_1_0 ) )
{
- // InternalAadl2Parser.g:26513:1: ( ( rule__SubprogramType__NoPropertiesAssignment_7_1_1_0 ) )
- // InternalAadl2Parser.g:26514:2: ( rule__SubprogramType__NoPropertiesAssignment_7_1_1_0 )
+ // InternalAadl2Parser.g:25779:1: ( ( rule__SubprogramType__NoPropertiesAssignment_7_1_1_0 ) )
+ // InternalAadl2Parser.g:25780:2: ( rule__SubprogramType__NoPropertiesAssignment_7_1_1_0 )
{
before(grammarAccess.getSubprogramTypeAccess().getNoPropertiesAssignment_7_1_1_0());
- // InternalAadl2Parser.g:26515:2: ( rule__SubprogramType__NoPropertiesAssignment_7_1_1_0 )
- // InternalAadl2Parser.g:26515:3: rule__SubprogramType__NoPropertiesAssignment_7_1_1_0
+ // InternalAadl2Parser.g:25781:2: ( rule__SubprogramType__NoPropertiesAssignment_7_1_1_0 )
+ // InternalAadl2Parser.g:25781:3: rule__SubprogramType__NoPropertiesAssignment_7_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__NoPropertiesAssignment_7_1_1_0();
@@ -109034,14 +106823,14 @@ public final void rule__SubprogramType__Group_7_1_1__0__Impl() throws Recognitio
// $ANTLR start "rule__SubprogramType__Group_7_1_1__1"
- // InternalAadl2Parser.g:26523:1: rule__SubprogramType__Group_7_1_1__1 : rule__SubprogramType__Group_7_1_1__1__Impl ;
+ // InternalAadl2Parser.g:25789:1: rule__SubprogramType__Group_7_1_1__1 : rule__SubprogramType__Group_7_1_1__1__Impl ;
public final void rule__SubprogramType__Group_7_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26527:1: ( rule__SubprogramType__Group_7_1_1__1__Impl )
- // InternalAadl2Parser.g:26528:2: rule__SubprogramType__Group_7_1_1__1__Impl
+ // InternalAadl2Parser.g:25793:1: ( rule__SubprogramType__Group_7_1_1__1__Impl )
+ // InternalAadl2Parser.g:25794:2: rule__SubprogramType__Group_7_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramType__Group_7_1_1__1__Impl();
@@ -109067,17 +106856,17 @@ public final void rule__SubprogramType__Group_7_1_1__1() throws RecognitionExcep
// $ANTLR start "rule__SubprogramType__Group_7_1_1__1__Impl"
- // InternalAadl2Parser.g:26534:1: rule__SubprogramType__Group_7_1_1__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:25800:1: rule__SubprogramType__Group_7_1_1__1__Impl : ( Semicolon ) ;
public final void rule__SubprogramType__Group_7_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26538:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:26539:1: ( Semicolon )
+ // InternalAadl2Parser.g:25804:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:25805:1: ( Semicolon )
{
- // InternalAadl2Parser.g:26539:1: ( Semicolon )
- // InternalAadl2Parser.g:26540:2: Semicolon
+ // InternalAadl2Parser.g:25805:1: ( Semicolon )
+ // InternalAadl2Parser.g:25806:2: Semicolon
{
before(grammarAccess.getSubprogramTypeAccess().getSemicolonKeyword_7_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -109104,16 +106893,16 @@ public final void rule__SubprogramType__Group_7_1_1__1__Impl() throws Recognitio
// $ANTLR start "rule__SubprogramGroupType__Group__0"
- // InternalAadl2Parser.g:26550:1: rule__SubprogramGroupType__Group__0 : rule__SubprogramGroupType__Group__0__Impl rule__SubprogramGroupType__Group__1 ;
+ // InternalAadl2Parser.g:25816:1: rule__SubprogramGroupType__Group__0 : rule__SubprogramGroupType__Group__0__Impl rule__SubprogramGroupType__Group__1 ;
public final void rule__SubprogramGroupType__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26554:1: ( rule__SubprogramGroupType__Group__0__Impl rule__SubprogramGroupType__Group__1 )
- // InternalAadl2Parser.g:26555:2: rule__SubprogramGroupType__Group__0__Impl rule__SubprogramGroupType__Group__1
+ // InternalAadl2Parser.g:25820:1: ( rule__SubprogramGroupType__Group__0__Impl rule__SubprogramGroupType__Group__1 )
+ // InternalAadl2Parser.g:25821:2: rule__SubprogramGroupType__Group__0__Impl rule__SubprogramGroupType__Group__1
{
- pushFollow(FollowSets000.FOLLOW_4);
+ pushFollow(FollowSets000.FOLLOW_22);
rule__SubprogramGroupType__Group__0__Impl();
state._fsp--;
@@ -109142,25 +106931,21 @@ public final void rule__SubprogramGroupType__Group__0() throws RecognitionExcept
// $ANTLR start "rule__SubprogramGroupType__Group__0__Impl"
- // InternalAadl2Parser.g:26562:1: rule__SubprogramGroupType__Group__0__Impl : ( ruleSubprogramGroupKeywords ) ;
+ // InternalAadl2Parser.g:25828:1: rule__SubprogramGroupType__Group__0__Impl : ( Subprogram ) ;
public final void rule__SubprogramGroupType__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26566:1: ( ( ruleSubprogramGroupKeywords ) )
- // InternalAadl2Parser.g:26567:1: ( ruleSubprogramGroupKeywords )
+ // InternalAadl2Parser.g:25832:1: ( ( Subprogram ) )
+ // InternalAadl2Parser.g:25833:1: ( Subprogram )
{
- // InternalAadl2Parser.g:26567:1: ( ruleSubprogramGroupKeywords )
- // InternalAadl2Parser.g:26568:2: ruleSubprogramGroupKeywords
+ // InternalAadl2Parser.g:25833:1: ( Subprogram )
+ // InternalAadl2Parser.g:25834:2: Subprogram
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getSubprogramGroupKeywordsParserRuleCall_0());
- pushFollow(FollowSets000.FOLLOW_2);
- ruleSubprogramGroupKeywords();
-
- state._fsp--;
-
- after(grammarAccess.getSubprogramGroupTypeAccess().getSubprogramGroupKeywordsParserRuleCall_0());
+ before(grammarAccess.getSubprogramGroupTypeAccess().getSubprogramKeyword_0());
+ match(input,Subprogram,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getSubprogramGroupTypeAccess().getSubprogramKeyword_0());
}
@@ -109183,16 +106968,16 @@ public final void rule__SubprogramGroupType__Group__0__Impl() throws Recognition
// $ANTLR start "rule__SubprogramGroupType__Group__1"
- // InternalAadl2Parser.g:26577:1: rule__SubprogramGroupType__Group__1 : rule__SubprogramGroupType__Group__1__Impl rule__SubprogramGroupType__Group__2 ;
+ // InternalAadl2Parser.g:25843:1: rule__SubprogramGroupType__Group__1 : rule__SubprogramGroupType__Group__1__Impl rule__SubprogramGroupType__Group__2 ;
public final void rule__SubprogramGroupType__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26581:1: ( rule__SubprogramGroupType__Group__1__Impl rule__SubprogramGroupType__Group__2 )
- // InternalAadl2Parser.g:26582:2: rule__SubprogramGroupType__Group__1__Impl rule__SubprogramGroupType__Group__2
+ // InternalAadl2Parser.g:25847:1: ( rule__SubprogramGroupType__Group__1__Impl rule__SubprogramGroupType__Group__2 )
+ // InternalAadl2Parser.g:25848:2: rule__SubprogramGroupType__Group__1__Impl rule__SubprogramGroupType__Group__2
{
- pushFollow(FollowSets000.FOLLOW_31);
+ pushFollow(FollowSets000.FOLLOW_4);
rule__SubprogramGroupType__Group__1__Impl();
state._fsp--;
@@ -109221,31 +107006,21 @@ public final void rule__SubprogramGroupType__Group__1() throws RecognitionExcept
// $ANTLR start "rule__SubprogramGroupType__Group__1__Impl"
- // InternalAadl2Parser.g:26589:1: rule__SubprogramGroupType__Group__1__Impl : ( ( rule__SubprogramGroupType__NameAssignment_1 ) ) ;
+ // InternalAadl2Parser.g:25855:1: rule__SubprogramGroupType__Group__1__Impl : ( Group ) ;
public final void rule__SubprogramGroupType__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26593:1: ( ( ( rule__SubprogramGroupType__NameAssignment_1 ) ) )
- // InternalAadl2Parser.g:26594:1: ( ( rule__SubprogramGroupType__NameAssignment_1 ) )
- {
- // InternalAadl2Parser.g:26594:1: ( ( rule__SubprogramGroupType__NameAssignment_1 ) )
- // InternalAadl2Parser.g:26595:2: ( rule__SubprogramGroupType__NameAssignment_1 )
+ // InternalAadl2Parser.g:25859:1: ( ( Group ) )
+ // InternalAadl2Parser.g:25860:1: ( Group )
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getNameAssignment_1());
- // InternalAadl2Parser.g:26596:2: ( rule__SubprogramGroupType__NameAssignment_1 )
- // InternalAadl2Parser.g:26596:3: rule__SubprogramGroupType__NameAssignment_1
+ // InternalAadl2Parser.g:25860:1: ( Group )
+ // InternalAadl2Parser.g:25861:2: Group
{
- pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__NameAssignment_1();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getSubprogramGroupTypeAccess().getNameAssignment_1());
+ before(grammarAccess.getSubprogramGroupTypeAccess().getGroupKeyword_1());
+ match(input,Group,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getSubprogramGroupTypeAccess().getGroupKeyword_1());
}
@@ -109268,16 +107043,16 @@ public final void rule__SubprogramGroupType__Group__1__Impl() throws Recognition
// $ANTLR start "rule__SubprogramGroupType__Group__2"
- // InternalAadl2Parser.g:26604:1: rule__SubprogramGroupType__Group__2 : rule__SubprogramGroupType__Group__2__Impl rule__SubprogramGroupType__Group__3 ;
+ // InternalAadl2Parser.g:25870:1: rule__SubprogramGroupType__Group__2 : rule__SubprogramGroupType__Group__2__Impl rule__SubprogramGroupType__Group__3 ;
public final void rule__SubprogramGroupType__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26608:1: ( rule__SubprogramGroupType__Group__2__Impl rule__SubprogramGroupType__Group__3 )
- // InternalAadl2Parser.g:26609:2: rule__SubprogramGroupType__Group__2__Impl rule__SubprogramGroupType__Group__3
+ // InternalAadl2Parser.g:25874:1: ( rule__SubprogramGroupType__Group__2__Impl rule__SubprogramGroupType__Group__3 )
+ // InternalAadl2Parser.g:25875:2: rule__SubprogramGroupType__Group__2__Impl rule__SubprogramGroupType__Group__3
{
- pushFollow(FollowSets000.FOLLOW_31);
+ pushFollow(FollowSets000.FOLLOW_32);
rule__SubprogramGroupType__Group__2__Impl();
state._fsp--;
@@ -109306,42 +107081,31 @@ public final void rule__SubprogramGroupType__Group__2() throws RecognitionExcept
// $ANTLR start "rule__SubprogramGroupType__Group__2__Impl"
- // InternalAadl2Parser.g:26616:1: rule__SubprogramGroupType__Group__2__Impl : ( ( rule__SubprogramGroupType__Group_2__0 )? ) ;
+ // InternalAadl2Parser.g:25882:1: rule__SubprogramGroupType__Group__2__Impl : ( ( rule__SubprogramGroupType__NameAssignment_2 ) ) ;
public final void rule__SubprogramGroupType__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26620:1: ( ( ( rule__SubprogramGroupType__Group_2__0 )? ) )
- // InternalAadl2Parser.g:26621:1: ( ( rule__SubprogramGroupType__Group_2__0 )? )
+ // InternalAadl2Parser.g:25886:1: ( ( ( rule__SubprogramGroupType__NameAssignment_2 ) ) )
+ // InternalAadl2Parser.g:25887:1: ( ( rule__SubprogramGroupType__NameAssignment_2 ) )
{
- // InternalAadl2Parser.g:26621:1: ( ( rule__SubprogramGroupType__Group_2__0 )? )
- // InternalAadl2Parser.g:26622:2: ( rule__SubprogramGroupType__Group_2__0 )?
+ // InternalAadl2Parser.g:25887:1: ( ( rule__SubprogramGroupType__NameAssignment_2 ) )
+ // InternalAadl2Parser.g:25888:2: ( rule__SubprogramGroupType__NameAssignment_2 )
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getGroup_2());
- // InternalAadl2Parser.g:26623:2: ( rule__SubprogramGroupType__Group_2__0 )?
- int alt609=2;
- int LA609_0 = input.LA(1);
-
- if ( (LA609_0==Extends) ) {
- alt609=1;
- }
- switch (alt609) {
- case 1 :
- // InternalAadl2Parser.g:26623:3: rule__SubprogramGroupType__Group_2__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Group_2__0();
-
- state._fsp--;
+ before(grammarAccess.getSubprogramGroupTypeAccess().getNameAssignment_2());
+ // InternalAadl2Parser.g:25889:2: ( rule__SubprogramGroupType__NameAssignment_2 )
+ // InternalAadl2Parser.g:25889:3: rule__SubprogramGroupType__NameAssignment_2
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__SubprogramGroupType__NameAssignment_2();
+ state._fsp--;
- }
- break;
}
- after(grammarAccess.getSubprogramGroupTypeAccess().getGroup_2());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getNameAssignment_2());
}
@@ -109364,16 +107128,16 @@ public final void rule__SubprogramGroupType__Group__2__Impl() throws Recognition
// $ANTLR start "rule__SubprogramGroupType__Group__3"
- // InternalAadl2Parser.g:26631:1: rule__SubprogramGroupType__Group__3 : rule__SubprogramGroupType__Group__3__Impl rule__SubprogramGroupType__Group__4 ;
+ // InternalAadl2Parser.g:25897:1: rule__SubprogramGroupType__Group__3 : rule__SubprogramGroupType__Group__3__Impl rule__SubprogramGroupType__Group__4 ;
public final void rule__SubprogramGroupType__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26635:1: ( rule__SubprogramGroupType__Group__3__Impl rule__SubprogramGroupType__Group__4 )
- // InternalAadl2Parser.g:26636:2: rule__SubprogramGroupType__Group__3__Impl rule__SubprogramGroupType__Group__4
+ // InternalAadl2Parser.g:25901:1: ( rule__SubprogramGroupType__Group__3__Impl rule__SubprogramGroupType__Group__4 )
+ // InternalAadl2Parser.g:25902:2: rule__SubprogramGroupType__Group__3__Impl rule__SubprogramGroupType__Group__4
{
- pushFollow(FollowSets000.FOLLOW_31);
+ pushFollow(FollowSets000.FOLLOW_32);
rule__SubprogramGroupType__Group__3__Impl();
state._fsp--;
@@ -109402,29 +107166,29 @@ public final void rule__SubprogramGroupType__Group__3() throws RecognitionExcept
// $ANTLR start "rule__SubprogramGroupType__Group__3__Impl"
- // InternalAadl2Parser.g:26643:1: rule__SubprogramGroupType__Group__3__Impl : ( ( rule__SubprogramGroupType__Group_3__0 )? ) ;
+ // InternalAadl2Parser.g:25909:1: rule__SubprogramGroupType__Group__3__Impl : ( ( rule__SubprogramGroupType__Group_3__0 )? ) ;
public final void rule__SubprogramGroupType__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26647:1: ( ( ( rule__SubprogramGroupType__Group_3__0 )? ) )
- // InternalAadl2Parser.g:26648:1: ( ( rule__SubprogramGroupType__Group_3__0 )? )
+ // InternalAadl2Parser.g:25913:1: ( ( ( rule__SubprogramGroupType__Group_3__0 )? ) )
+ // InternalAadl2Parser.g:25914:1: ( ( rule__SubprogramGroupType__Group_3__0 )? )
{
- // InternalAadl2Parser.g:26648:1: ( ( rule__SubprogramGroupType__Group_3__0 )? )
- // InternalAadl2Parser.g:26649:2: ( rule__SubprogramGroupType__Group_3__0 )?
+ // InternalAadl2Parser.g:25914:1: ( ( rule__SubprogramGroupType__Group_3__0 )? )
+ // InternalAadl2Parser.g:25915:2: ( rule__SubprogramGroupType__Group_3__0 )?
{
before(grammarAccess.getSubprogramGroupTypeAccess().getGroup_3());
- // InternalAadl2Parser.g:26650:2: ( rule__SubprogramGroupType__Group_3__0 )?
- int alt610=2;
- int LA610_0 = input.LA(1);
+ // InternalAadl2Parser.g:25916:2: ( rule__SubprogramGroupType__Group_3__0 )?
+ int alt609=2;
+ int LA609_0 = input.LA(1);
- if ( (LA610_0==Prototypes) ) {
- alt610=1;
+ if ( (LA609_0==Extends) ) {
+ alt609=1;
}
- switch (alt610) {
+ switch (alt609) {
case 1 :
- // InternalAadl2Parser.g:26650:3: rule__SubprogramGroupType__Group_3__0
+ // InternalAadl2Parser.g:25916:3: rule__SubprogramGroupType__Group_3__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramGroupType__Group_3__0();
@@ -109460,16 +107224,16 @@ public final void rule__SubprogramGroupType__Group__3__Impl() throws Recognition
// $ANTLR start "rule__SubprogramGroupType__Group__4"
- // InternalAadl2Parser.g:26658:1: rule__SubprogramGroupType__Group__4 : rule__SubprogramGroupType__Group__4__Impl rule__SubprogramGroupType__Group__5 ;
+ // InternalAadl2Parser.g:25924:1: rule__SubprogramGroupType__Group__4 : rule__SubprogramGroupType__Group__4__Impl rule__SubprogramGroupType__Group__5 ;
public final void rule__SubprogramGroupType__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26662:1: ( rule__SubprogramGroupType__Group__4__Impl rule__SubprogramGroupType__Group__5 )
- // InternalAadl2Parser.g:26663:2: rule__SubprogramGroupType__Group__4__Impl rule__SubprogramGroupType__Group__5
+ // InternalAadl2Parser.g:25928:1: ( rule__SubprogramGroupType__Group__4__Impl rule__SubprogramGroupType__Group__5 )
+ // InternalAadl2Parser.g:25929:2: rule__SubprogramGroupType__Group__4__Impl rule__SubprogramGroupType__Group__5
{
- pushFollow(FollowSets000.FOLLOW_31);
+ pushFollow(FollowSets000.FOLLOW_32);
rule__SubprogramGroupType__Group__4__Impl();
state._fsp--;
@@ -109498,29 +107262,29 @@ public final void rule__SubprogramGroupType__Group__4() throws RecognitionExcept
// $ANTLR start "rule__SubprogramGroupType__Group__4__Impl"
- // InternalAadl2Parser.g:26670:1: rule__SubprogramGroupType__Group__4__Impl : ( ( rule__SubprogramGroupType__Group_4__0 )? ) ;
+ // InternalAadl2Parser.g:25936:1: rule__SubprogramGroupType__Group__4__Impl : ( ( rule__SubprogramGroupType__Group_4__0 )? ) ;
public final void rule__SubprogramGroupType__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26674:1: ( ( ( rule__SubprogramGroupType__Group_4__0 )? ) )
- // InternalAadl2Parser.g:26675:1: ( ( rule__SubprogramGroupType__Group_4__0 )? )
+ // InternalAadl2Parser.g:25940:1: ( ( ( rule__SubprogramGroupType__Group_4__0 )? ) )
+ // InternalAadl2Parser.g:25941:1: ( ( rule__SubprogramGroupType__Group_4__0 )? )
{
- // InternalAadl2Parser.g:26675:1: ( ( rule__SubprogramGroupType__Group_4__0 )? )
- // InternalAadl2Parser.g:26676:2: ( rule__SubprogramGroupType__Group_4__0 )?
+ // InternalAadl2Parser.g:25941:1: ( ( rule__SubprogramGroupType__Group_4__0 )? )
+ // InternalAadl2Parser.g:25942:2: ( rule__SubprogramGroupType__Group_4__0 )?
{
before(grammarAccess.getSubprogramGroupTypeAccess().getGroup_4());
- // InternalAadl2Parser.g:26677:2: ( rule__SubprogramGroupType__Group_4__0 )?
- int alt611=2;
- int LA611_0 = input.LA(1);
+ // InternalAadl2Parser.g:25943:2: ( rule__SubprogramGroupType__Group_4__0 )?
+ int alt610=2;
+ int LA610_0 = input.LA(1);
- if ( (LA611_0==Features) ) {
- alt611=1;
+ if ( (LA610_0==Prototypes) ) {
+ alt610=1;
}
- switch (alt611) {
+ switch (alt610) {
case 1 :
- // InternalAadl2Parser.g:26677:3: rule__SubprogramGroupType__Group_4__0
+ // InternalAadl2Parser.g:25943:3: rule__SubprogramGroupType__Group_4__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramGroupType__Group_4__0();
@@ -109556,16 +107320,16 @@ public final void rule__SubprogramGroupType__Group__4__Impl() throws Recognition
// $ANTLR start "rule__SubprogramGroupType__Group__5"
- // InternalAadl2Parser.g:26685:1: rule__SubprogramGroupType__Group__5 : rule__SubprogramGroupType__Group__5__Impl rule__SubprogramGroupType__Group__6 ;
+ // InternalAadl2Parser.g:25951:1: rule__SubprogramGroupType__Group__5 : rule__SubprogramGroupType__Group__5__Impl rule__SubprogramGroupType__Group__6 ;
public final void rule__SubprogramGroupType__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26689:1: ( rule__SubprogramGroupType__Group__5__Impl rule__SubprogramGroupType__Group__6 )
- // InternalAadl2Parser.g:26690:2: rule__SubprogramGroupType__Group__5__Impl rule__SubprogramGroupType__Group__6
+ // InternalAadl2Parser.g:25955:1: ( rule__SubprogramGroupType__Group__5__Impl rule__SubprogramGroupType__Group__6 )
+ // InternalAadl2Parser.g:25956:2: rule__SubprogramGroupType__Group__5__Impl rule__SubprogramGroupType__Group__6
{
- pushFollow(FollowSets000.FOLLOW_31);
+ pushFollow(FollowSets000.FOLLOW_32);
rule__SubprogramGroupType__Group__5__Impl();
state._fsp--;
@@ -109594,29 +107358,29 @@ public final void rule__SubprogramGroupType__Group__5() throws RecognitionExcept
// $ANTLR start "rule__SubprogramGroupType__Group__5__Impl"
- // InternalAadl2Parser.g:26697:1: rule__SubprogramGroupType__Group__5__Impl : ( ( rule__SubprogramGroupType__Group_5__0 )? ) ;
+ // InternalAadl2Parser.g:25963:1: rule__SubprogramGroupType__Group__5__Impl : ( ( rule__SubprogramGroupType__Group_5__0 )? ) ;
public final void rule__SubprogramGroupType__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26701:1: ( ( ( rule__SubprogramGroupType__Group_5__0 )? ) )
- // InternalAadl2Parser.g:26702:1: ( ( rule__SubprogramGroupType__Group_5__0 )? )
+ // InternalAadl2Parser.g:25967:1: ( ( ( rule__SubprogramGroupType__Group_5__0 )? ) )
+ // InternalAadl2Parser.g:25968:1: ( ( rule__SubprogramGroupType__Group_5__0 )? )
{
- // InternalAadl2Parser.g:26702:1: ( ( rule__SubprogramGroupType__Group_5__0 )? )
- // InternalAadl2Parser.g:26703:2: ( rule__SubprogramGroupType__Group_5__0 )?
+ // InternalAadl2Parser.g:25968:1: ( ( rule__SubprogramGroupType__Group_5__0 )? )
+ // InternalAadl2Parser.g:25969:2: ( rule__SubprogramGroupType__Group_5__0 )?
{
before(grammarAccess.getSubprogramGroupTypeAccess().getGroup_5());
- // InternalAadl2Parser.g:26704:2: ( rule__SubprogramGroupType__Group_5__0 )?
- int alt612=2;
- int LA612_0 = input.LA(1);
+ // InternalAadl2Parser.g:25970:2: ( rule__SubprogramGroupType__Group_5__0 )?
+ int alt611=2;
+ int LA611_0 = input.LA(1);
- if ( (LA612_0==Flows) ) {
- alt612=1;
+ if ( (LA611_0==Features) ) {
+ alt611=1;
}
- switch (alt612) {
+ switch (alt611) {
case 1 :
- // InternalAadl2Parser.g:26704:3: rule__SubprogramGroupType__Group_5__0
+ // InternalAadl2Parser.g:25970:3: rule__SubprogramGroupType__Group_5__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramGroupType__Group_5__0();
@@ -109652,16 +107416,16 @@ public final void rule__SubprogramGroupType__Group__5__Impl() throws Recognition
// $ANTLR start "rule__SubprogramGroupType__Group__6"
- // InternalAadl2Parser.g:26712:1: rule__SubprogramGroupType__Group__6 : rule__SubprogramGroupType__Group__6__Impl rule__SubprogramGroupType__Group__7 ;
+ // InternalAadl2Parser.g:25978:1: rule__SubprogramGroupType__Group__6 : rule__SubprogramGroupType__Group__6__Impl rule__SubprogramGroupType__Group__7 ;
public final void rule__SubprogramGroupType__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26716:1: ( rule__SubprogramGroupType__Group__6__Impl rule__SubprogramGroupType__Group__7 )
- // InternalAadl2Parser.g:26717:2: rule__SubprogramGroupType__Group__6__Impl rule__SubprogramGroupType__Group__7
+ // InternalAadl2Parser.g:25982:1: ( rule__SubprogramGroupType__Group__6__Impl rule__SubprogramGroupType__Group__7 )
+ // InternalAadl2Parser.g:25983:2: rule__SubprogramGroupType__Group__6__Impl rule__SubprogramGroupType__Group__7
{
- pushFollow(FollowSets000.FOLLOW_31);
+ pushFollow(FollowSets000.FOLLOW_32);
rule__SubprogramGroupType__Group__6__Impl();
state._fsp--;
@@ -109690,29 +107454,29 @@ public final void rule__SubprogramGroupType__Group__6() throws RecognitionExcept
// $ANTLR start "rule__SubprogramGroupType__Group__6__Impl"
- // InternalAadl2Parser.g:26724:1: rule__SubprogramGroupType__Group__6__Impl : ( ( rule__SubprogramGroupType__Group_6__0 )? ) ;
+ // InternalAadl2Parser.g:25990:1: rule__SubprogramGroupType__Group__6__Impl : ( ( rule__SubprogramGroupType__Group_6__0 )? ) ;
public final void rule__SubprogramGroupType__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26728:1: ( ( ( rule__SubprogramGroupType__Group_6__0 )? ) )
- // InternalAadl2Parser.g:26729:1: ( ( rule__SubprogramGroupType__Group_6__0 )? )
+ // InternalAadl2Parser.g:25994:1: ( ( ( rule__SubprogramGroupType__Group_6__0 )? ) )
+ // InternalAadl2Parser.g:25995:1: ( ( rule__SubprogramGroupType__Group_6__0 )? )
{
- // InternalAadl2Parser.g:26729:1: ( ( rule__SubprogramGroupType__Group_6__0 )? )
- // InternalAadl2Parser.g:26730:2: ( rule__SubprogramGroupType__Group_6__0 )?
+ // InternalAadl2Parser.g:25995:1: ( ( rule__SubprogramGroupType__Group_6__0 )? )
+ // InternalAadl2Parser.g:25996:2: ( rule__SubprogramGroupType__Group_6__0 )?
{
before(grammarAccess.getSubprogramGroupTypeAccess().getGroup_6());
- // InternalAadl2Parser.g:26731:2: ( rule__SubprogramGroupType__Group_6__0 )?
- int alt613=2;
- int LA613_0 = input.LA(1);
+ // InternalAadl2Parser.g:25997:2: ( rule__SubprogramGroupType__Group_6__0 )?
+ int alt612=2;
+ int LA612_0 = input.LA(1);
- if ( (LA613_0==Properties) ) {
- alt613=1;
+ if ( (LA612_0==Flows) ) {
+ alt612=1;
}
- switch (alt613) {
+ switch (alt612) {
case 1 :
- // InternalAadl2Parser.g:26731:3: rule__SubprogramGroupType__Group_6__0
+ // InternalAadl2Parser.g:25997:3: rule__SubprogramGroupType__Group_6__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramGroupType__Group_6__0();
@@ -109748,16 +107512,16 @@ public final void rule__SubprogramGroupType__Group__6__Impl() throws Recognition
// $ANTLR start "rule__SubprogramGroupType__Group__7"
- // InternalAadl2Parser.g:26739:1: rule__SubprogramGroupType__Group__7 : rule__SubprogramGroupType__Group__7__Impl rule__SubprogramGroupType__Group__8 ;
+ // InternalAadl2Parser.g:26005:1: rule__SubprogramGroupType__Group__7 : rule__SubprogramGroupType__Group__7__Impl rule__SubprogramGroupType__Group__8 ;
public final void rule__SubprogramGroupType__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26743:1: ( rule__SubprogramGroupType__Group__7__Impl rule__SubprogramGroupType__Group__8 )
- // InternalAadl2Parser.g:26744:2: rule__SubprogramGroupType__Group__7__Impl rule__SubprogramGroupType__Group__8
+ // InternalAadl2Parser.g:26009:1: ( rule__SubprogramGroupType__Group__7__Impl rule__SubprogramGroupType__Group__8 )
+ // InternalAadl2Parser.g:26010:2: rule__SubprogramGroupType__Group__7__Impl rule__SubprogramGroupType__Group__8
{
- pushFollow(FollowSets000.FOLLOW_31);
+ pushFollow(FollowSets000.FOLLOW_32);
rule__SubprogramGroupType__Group__7__Impl();
state._fsp--;
@@ -109786,20 +107550,116 @@ public final void rule__SubprogramGroupType__Group__7() throws RecognitionExcept
// $ANTLR start "rule__SubprogramGroupType__Group__7__Impl"
- // InternalAadl2Parser.g:26751:1: rule__SubprogramGroupType__Group__7__Impl : ( ( rule__SubprogramGroupType__OwnedAnnexSubclauseAssignment_7 )* ) ;
+ // InternalAadl2Parser.g:26017:1: rule__SubprogramGroupType__Group__7__Impl : ( ( rule__SubprogramGroupType__Group_7__0 )? ) ;
public final void rule__SubprogramGroupType__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26755:1: ( ( ( rule__SubprogramGroupType__OwnedAnnexSubclauseAssignment_7 )* ) )
- // InternalAadl2Parser.g:26756:1: ( ( rule__SubprogramGroupType__OwnedAnnexSubclauseAssignment_7 )* )
+ // InternalAadl2Parser.g:26021:1: ( ( ( rule__SubprogramGroupType__Group_7__0 )? ) )
+ // InternalAadl2Parser.g:26022:1: ( ( rule__SubprogramGroupType__Group_7__0 )? )
{
- // InternalAadl2Parser.g:26756:1: ( ( rule__SubprogramGroupType__OwnedAnnexSubclauseAssignment_7 )* )
- // InternalAadl2Parser.g:26757:2: ( rule__SubprogramGroupType__OwnedAnnexSubclauseAssignment_7 )*
+ // InternalAadl2Parser.g:26022:1: ( ( rule__SubprogramGroupType__Group_7__0 )? )
+ // InternalAadl2Parser.g:26023:2: ( rule__SubprogramGroupType__Group_7__0 )?
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedAnnexSubclauseAssignment_7());
- // InternalAadl2Parser.g:26758:2: ( rule__SubprogramGroupType__OwnedAnnexSubclauseAssignment_7 )*
+ before(grammarAccess.getSubprogramGroupTypeAccess().getGroup_7());
+ // InternalAadl2Parser.g:26024:2: ( rule__SubprogramGroupType__Group_7__0 )?
+ int alt613=2;
+ int LA613_0 = input.LA(1);
+
+ if ( (LA613_0==Properties) ) {
+ alt613=1;
+ }
+ switch (alt613) {
+ case 1 :
+ // InternalAadl2Parser.g:26024:3: rule__SubprogramGroupType__Group_7__0
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__SubprogramGroupType__Group_7__0();
+
+ state._fsp--;
+
+
+ }
+ break;
+
+ }
+
+ after(grammarAccess.getSubprogramGroupTypeAccess().getGroup_7());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SubprogramGroupType__Group__7__Impl"
+
+
+ // $ANTLR start "rule__SubprogramGroupType__Group__8"
+ // InternalAadl2Parser.g:26032:1: rule__SubprogramGroupType__Group__8 : rule__SubprogramGroupType__Group__8__Impl rule__SubprogramGroupType__Group__9 ;
+ public final void rule__SubprogramGroupType__Group__8() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:26036:1: ( rule__SubprogramGroupType__Group__8__Impl rule__SubprogramGroupType__Group__9 )
+ // InternalAadl2Parser.g:26037:2: rule__SubprogramGroupType__Group__8__Impl rule__SubprogramGroupType__Group__9
+ {
+ pushFollow(FollowSets000.FOLLOW_32);
+ rule__SubprogramGroupType__Group__8__Impl();
+
+ state._fsp--;
+
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__SubprogramGroupType__Group__9();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SubprogramGroupType__Group__8"
+
+
+ // $ANTLR start "rule__SubprogramGroupType__Group__8__Impl"
+ // InternalAadl2Parser.g:26044:1: rule__SubprogramGroupType__Group__8__Impl : ( ( rule__SubprogramGroupType__OwnedAnnexSubclauseAssignment_8 )* ) ;
+ public final void rule__SubprogramGroupType__Group__8__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:26048:1: ( ( ( rule__SubprogramGroupType__OwnedAnnexSubclauseAssignment_8 )* ) )
+ // InternalAadl2Parser.g:26049:1: ( ( rule__SubprogramGroupType__OwnedAnnexSubclauseAssignment_8 )* )
+ {
+ // InternalAadl2Parser.g:26049:1: ( ( rule__SubprogramGroupType__OwnedAnnexSubclauseAssignment_8 )* )
+ // InternalAadl2Parser.g:26050:2: ( rule__SubprogramGroupType__OwnedAnnexSubclauseAssignment_8 )*
+ {
+ before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedAnnexSubclauseAssignment_8());
+ // InternalAadl2Parser.g:26051:2: ( rule__SubprogramGroupType__OwnedAnnexSubclauseAssignment_8 )*
loop614:
do {
int alt614=2;
@@ -109812,10 +107672,10 @@ public final void rule__SubprogramGroupType__Group__7__Impl() throws Recognition
switch (alt614) {
case 1 :
- // InternalAadl2Parser.g:26758:3: rule__SubprogramGroupType__OwnedAnnexSubclauseAssignment_7
+ // InternalAadl2Parser.g:26051:3: rule__SubprogramGroupType__OwnedAnnexSubclauseAssignment_8
{
pushFollow(FollowSets000.FOLLOW_28);
- rule__SubprogramGroupType__OwnedAnnexSubclauseAssignment_7();
+ rule__SubprogramGroupType__OwnedAnnexSubclauseAssignment_8();
state._fsp--;
@@ -109828,7 +107688,7 @@ public final void rule__SubprogramGroupType__Group__7__Impl() throws Recognition
}
} while (true);
- after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedAnnexSubclauseAssignment_7());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedAnnexSubclauseAssignment_8());
}
@@ -109847,26 +107707,26 @@ public final void rule__SubprogramGroupType__Group__7__Impl() throws Recognition
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group__7__Impl"
+ // $ANTLR end "rule__SubprogramGroupType__Group__8__Impl"
- // $ANTLR start "rule__SubprogramGroupType__Group__8"
- // InternalAadl2Parser.g:26766:1: rule__SubprogramGroupType__Group__8 : rule__SubprogramGroupType__Group__8__Impl rule__SubprogramGroupType__Group__9 ;
- public final void rule__SubprogramGroupType__Group__8() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group__9"
+ // InternalAadl2Parser.g:26059:1: rule__SubprogramGroupType__Group__9 : rule__SubprogramGroupType__Group__9__Impl rule__SubprogramGroupType__Group__10 ;
+ public final void rule__SubprogramGroupType__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26770:1: ( rule__SubprogramGroupType__Group__8__Impl rule__SubprogramGroupType__Group__9 )
- // InternalAadl2Parser.g:26771:2: rule__SubprogramGroupType__Group__8__Impl rule__SubprogramGroupType__Group__9
+ // InternalAadl2Parser.g:26063:1: ( rule__SubprogramGroupType__Group__9__Impl rule__SubprogramGroupType__Group__10 )
+ // InternalAadl2Parser.g:26064:2: rule__SubprogramGroupType__Group__9__Impl rule__SubprogramGroupType__Group__10
{
pushFollow(FollowSets000.FOLLOW_4);
- rule__SubprogramGroupType__Group__8__Impl();
+ rule__SubprogramGroupType__Group__9__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Group__9();
+ rule__SubprogramGroupType__Group__10();
state._fsp--;
@@ -109885,25 +107745,25 @@ public final void rule__SubprogramGroupType__Group__8() throws RecognitionExcept
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group__8"
+ // $ANTLR end "rule__SubprogramGroupType__Group__9"
- // $ANTLR start "rule__SubprogramGroupType__Group__8__Impl"
- // InternalAadl2Parser.g:26778:1: rule__SubprogramGroupType__Group__8__Impl : ( End ) ;
- public final void rule__SubprogramGroupType__Group__8__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group__9__Impl"
+ // InternalAadl2Parser.g:26071:1: rule__SubprogramGroupType__Group__9__Impl : ( End ) ;
+ public final void rule__SubprogramGroupType__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26782:1: ( ( End ) )
- // InternalAadl2Parser.g:26783:1: ( End )
+ // InternalAadl2Parser.g:26075:1: ( ( End ) )
+ // InternalAadl2Parser.g:26076:1: ( End )
{
- // InternalAadl2Parser.g:26783:1: ( End )
- // InternalAadl2Parser.g:26784:2: End
+ // InternalAadl2Parser.g:26076:1: ( End )
+ // InternalAadl2Parser.g:26077:2: End
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getEndKeyword_8());
+ before(grammarAccess.getSubprogramGroupTypeAccess().getEndKeyword_9());
match(input,End,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSubprogramGroupTypeAccess().getEndKeyword_8());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getEndKeyword_9());
}
@@ -109922,26 +107782,26 @@ public final void rule__SubprogramGroupType__Group__8__Impl() throws Recognition
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group__8__Impl"
+ // $ANTLR end "rule__SubprogramGroupType__Group__9__Impl"
- // $ANTLR start "rule__SubprogramGroupType__Group__9"
- // InternalAadl2Parser.g:26793:1: rule__SubprogramGroupType__Group__9 : rule__SubprogramGroupType__Group__9__Impl rule__SubprogramGroupType__Group__10 ;
- public final void rule__SubprogramGroupType__Group__9() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group__10"
+ // InternalAadl2Parser.g:26086:1: rule__SubprogramGroupType__Group__10 : rule__SubprogramGroupType__Group__10__Impl rule__SubprogramGroupType__Group__11 ;
+ public final void rule__SubprogramGroupType__Group__10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26797:1: ( rule__SubprogramGroupType__Group__9__Impl rule__SubprogramGroupType__Group__10 )
- // InternalAadl2Parser.g:26798:2: rule__SubprogramGroupType__Group__9__Impl rule__SubprogramGroupType__Group__10
+ // InternalAadl2Parser.g:26090:1: ( rule__SubprogramGroupType__Group__10__Impl rule__SubprogramGroupType__Group__11 )
+ // InternalAadl2Parser.g:26091:2: rule__SubprogramGroupType__Group__10__Impl rule__SubprogramGroupType__Group__11
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__SubprogramGroupType__Group__9__Impl();
+ rule__SubprogramGroupType__Group__10__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Group__10();
+ rule__SubprogramGroupType__Group__11();
state._fsp--;
@@ -109960,25 +107820,25 @@ public final void rule__SubprogramGroupType__Group__9() throws RecognitionExcept
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group__9"
+ // $ANTLR end "rule__SubprogramGroupType__Group__10"
- // $ANTLR start "rule__SubprogramGroupType__Group__9__Impl"
- // InternalAadl2Parser.g:26805:1: rule__SubprogramGroupType__Group__9__Impl : ( RULE_ID ) ;
- public final void rule__SubprogramGroupType__Group__9__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group__10__Impl"
+ // InternalAadl2Parser.g:26098:1: rule__SubprogramGroupType__Group__10__Impl : ( RULE_ID ) ;
+ public final void rule__SubprogramGroupType__Group__10__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26809:1: ( ( RULE_ID ) )
- // InternalAadl2Parser.g:26810:1: ( RULE_ID )
+ // InternalAadl2Parser.g:26102:1: ( ( RULE_ID ) )
+ // InternalAadl2Parser.g:26103:1: ( RULE_ID )
{
- // InternalAadl2Parser.g:26810:1: ( RULE_ID )
- // InternalAadl2Parser.g:26811:2: RULE_ID
+ // InternalAadl2Parser.g:26103:1: ( RULE_ID )
+ // InternalAadl2Parser.g:26104:2: RULE_ID
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getIDTerminalRuleCall_9());
+ before(grammarAccess.getSubprogramGroupTypeAccess().getIDTerminalRuleCall_10());
match(input,RULE_ID,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSubprogramGroupTypeAccess().getIDTerminalRuleCall_9());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getIDTerminalRuleCall_10());
}
@@ -109997,21 +107857,21 @@ public final void rule__SubprogramGroupType__Group__9__Impl() throws Recognition
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group__9__Impl"
+ // $ANTLR end "rule__SubprogramGroupType__Group__10__Impl"
- // $ANTLR start "rule__SubprogramGroupType__Group__10"
- // InternalAadl2Parser.g:26820:1: rule__SubprogramGroupType__Group__10 : rule__SubprogramGroupType__Group__10__Impl ;
- public final void rule__SubprogramGroupType__Group__10() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group__11"
+ // InternalAadl2Parser.g:26113:1: rule__SubprogramGroupType__Group__11 : rule__SubprogramGroupType__Group__11__Impl ;
+ public final void rule__SubprogramGroupType__Group__11() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26824:1: ( rule__SubprogramGroupType__Group__10__Impl )
- // InternalAadl2Parser.g:26825:2: rule__SubprogramGroupType__Group__10__Impl
+ // InternalAadl2Parser.g:26117:1: ( rule__SubprogramGroupType__Group__11__Impl )
+ // InternalAadl2Parser.g:26118:2: rule__SubprogramGroupType__Group__11__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Group__10__Impl();
+ rule__SubprogramGroupType__Group__11__Impl();
state._fsp--;
@@ -110030,25 +107890,25 @@ public final void rule__SubprogramGroupType__Group__10() throws RecognitionExcep
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group__10"
+ // $ANTLR end "rule__SubprogramGroupType__Group__11"
- // $ANTLR start "rule__SubprogramGroupType__Group__10__Impl"
- // InternalAadl2Parser.g:26831:1: rule__SubprogramGroupType__Group__10__Impl : ( Semicolon ) ;
- public final void rule__SubprogramGroupType__Group__10__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group__11__Impl"
+ // InternalAadl2Parser.g:26124:1: rule__SubprogramGroupType__Group__11__Impl : ( Semicolon ) ;
+ public final void rule__SubprogramGroupType__Group__11__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26835:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:26836:1: ( Semicolon )
+ // InternalAadl2Parser.g:26128:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:26129:1: ( Semicolon )
{
- // InternalAadl2Parser.g:26836:1: ( Semicolon )
- // InternalAadl2Parser.g:26837:2: Semicolon
+ // InternalAadl2Parser.g:26129:1: ( Semicolon )
+ // InternalAadl2Parser.g:26130:2: Semicolon
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getSemicolonKeyword_10());
+ before(grammarAccess.getSubprogramGroupTypeAccess().getSemicolonKeyword_11());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSubprogramGroupTypeAccess().getSemicolonKeyword_10());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getSemicolonKeyword_11());
}
@@ -110067,26 +107927,26 @@ public final void rule__SubprogramGroupType__Group__10__Impl() throws Recognitio
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group__10__Impl"
+ // $ANTLR end "rule__SubprogramGroupType__Group__11__Impl"
- // $ANTLR start "rule__SubprogramGroupType__Group_2__0"
- // InternalAadl2Parser.g:26847:1: rule__SubprogramGroupType__Group_2__0 : rule__SubprogramGroupType__Group_2__0__Impl rule__SubprogramGroupType__Group_2__1 ;
- public final void rule__SubprogramGroupType__Group_2__0() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_3__0"
+ // InternalAadl2Parser.g:26140:1: rule__SubprogramGroupType__Group_3__0 : rule__SubprogramGroupType__Group_3__0__Impl rule__SubprogramGroupType__Group_3__1 ;
+ public final void rule__SubprogramGroupType__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26851:1: ( rule__SubprogramGroupType__Group_2__0__Impl rule__SubprogramGroupType__Group_2__1 )
- // InternalAadl2Parser.g:26852:2: rule__SubprogramGroupType__Group_2__0__Impl rule__SubprogramGroupType__Group_2__1
+ // InternalAadl2Parser.g:26144:1: ( rule__SubprogramGroupType__Group_3__0__Impl rule__SubprogramGroupType__Group_3__1 )
+ // InternalAadl2Parser.g:26145:2: rule__SubprogramGroupType__Group_3__0__Impl rule__SubprogramGroupType__Group_3__1
{
pushFollow(FollowSets000.FOLLOW_29);
- rule__SubprogramGroupType__Group_2__0__Impl();
+ rule__SubprogramGroupType__Group_3__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Group_2__1();
+ rule__SubprogramGroupType__Group_3__1();
state._fsp--;
@@ -110105,35 +107965,35 @@ public final void rule__SubprogramGroupType__Group_2__0() throws RecognitionExce
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_2__0"
+ // $ANTLR end "rule__SubprogramGroupType__Group_3__0"
- // $ANTLR start "rule__SubprogramGroupType__Group_2__0__Impl"
- // InternalAadl2Parser.g:26859:1: rule__SubprogramGroupType__Group_2__0__Impl : ( ( rule__SubprogramGroupType__OwnedExtensionAssignment_2_0 ) ) ;
- public final void rule__SubprogramGroupType__Group_2__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_3__0__Impl"
+ // InternalAadl2Parser.g:26152:1: rule__SubprogramGroupType__Group_3__0__Impl : ( ( rule__SubprogramGroupType__OwnedExtensionAssignment_3_0 ) ) ;
+ public final void rule__SubprogramGroupType__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26863:1: ( ( ( rule__SubprogramGroupType__OwnedExtensionAssignment_2_0 ) ) )
- // InternalAadl2Parser.g:26864:1: ( ( rule__SubprogramGroupType__OwnedExtensionAssignment_2_0 ) )
+ // InternalAadl2Parser.g:26156:1: ( ( ( rule__SubprogramGroupType__OwnedExtensionAssignment_3_0 ) ) )
+ // InternalAadl2Parser.g:26157:1: ( ( rule__SubprogramGroupType__OwnedExtensionAssignment_3_0 ) )
{
- // InternalAadl2Parser.g:26864:1: ( ( rule__SubprogramGroupType__OwnedExtensionAssignment_2_0 ) )
- // InternalAadl2Parser.g:26865:2: ( rule__SubprogramGroupType__OwnedExtensionAssignment_2_0 )
+ // InternalAadl2Parser.g:26157:1: ( ( rule__SubprogramGroupType__OwnedExtensionAssignment_3_0 ) )
+ // InternalAadl2Parser.g:26158:2: ( rule__SubprogramGroupType__OwnedExtensionAssignment_3_0 )
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedExtensionAssignment_2_0());
- // InternalAadl2Parser.g:26866:2: ( rule__SubprogramGroupType__OwnedExtensionAssignment_2_0 )
- // InternalAadl2Parser.g:26866:3: rule__SubprogramGroupType__OwnedExtensionAssignment_2_0
+ before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedExtensionAssignment_3_0());
+ // InternalAadl2Parser.g:26159:2: ( rule__SubprogramGroupType__OwnedExtensionAssignment_3_0 )
+ // InternalAadl2Parser.g:26159:3: rule__SubprogramGroupType__OwnedExtensionAssignment_3_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__OwnedExtensionAssignment_2_0();
+ rule__SubprogramGroupType__OwnedExtensionAssignment_3_0();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedExtensionAssignment_2_0());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedExtensionAssignment_3_0());
}
@@ -110152,21 +108012,21 @@ public final void rule__SubprogramGroupType__Group_2__0__Impl() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_2__0__Impl"
+ // $ANTLR end "rule__SubprogramGroupType__Group_3__0__Impl"
- // $ANTLR start "rule__SubprogramGroupType__Group_2__1"
- // InternalAadl2Parser.g:26874:1: rule__SubprogramGroupType__Group_2__1 : rule__SubprogramGroupType__Group_2__1__Impl ;
- public final void rule__SubprogramGroupType__Group_2__1() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_3__1"
+ // InternalAadl2Parser.g:26167:1: rule__SubprogramGroupType__Group_3__1 : rule__SubprogramGroupType__Group_3__1__Impl ;
+ public final void rule__SubprogramGroupType__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26878:1: ( rule__SubprogramGroupType__Group_2__1__Impl )
- // InternalAadl2Parser.g:26879:2: rule__SubprogramGroupType__Group_2__1__Impl
+ // InternalAadl2Parser.g:26171:1: ( rule__SubprogramGroupType__Group_3__1__Impl )
+ // InternalAadl2Parser.g:26172:2: rule__SubprogramGroupType__Group_3__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Group_2__1__Impl();
+ rule__SubprogramGroupType__Group_3__1__Impl();
state._fsp--;
@@ -110185,24 +108045,24 @@ public final void rule__SubprogramGroupType__Group_2__1() throws RecognitionExce
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_2__1"
+ // $ANTLR end "rule__SubprogramGroupType__Group_3__1"
- // $ANTLR start "rule__SubprogramGroupType__Group_2__1__Impl"
- // InternalAadl2Parser.g:26885:1: rule__SubprogramGroupType__Group_2__1__Impl : ( ( rule__SubprogramGroupType__Group_2_1__0 )? ) ;
- public final void rule__SubprogramGroupType__Group_2__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_3__1__Impl"
+ // InternalAadl2Parser.g:26178:1: rule__SubprogramGroupType__Group_3__1__Impl : ( ( rule__SubprogramGroupType__Group_3_1__0 )? ) ;
+ public final void rule__SubprogramGroupType__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26889:1: ( ( ( rule__SubprogramGroupType__Group_2_1__0 )? ) )
- // InternalAadl2Parser.g:26890:1: ( ( rule__SubprogramGroupType__Group_2_1__0 )? )
+ // InternalAadl2Parser.g:26182:1: ( ( ( rule__SubprogramGroupType__Group_3_1__0 )? ) )
+ // InternalAadl2Parser.g:26183:1: ( ( rule__SubprogramGroupType__Group_3_1__0 )? )
{
- // InternalAadl2Parser.g:26890:1: ( ( rule__SubprogramGroupType__Group_2_1__0 )? )
- // InternalAadl2Parser.g:26891:2: ( rule__SubprogramGroupType__Group_2_1__0 )?
+ // InternalAadl2Parser.g:26183:1: ( ( rule__SubprogramGroupType__Group_3_1__0 )? )
+ // InternalAadl2Parser.g:26184:2: ( rule__SubprogramGroupType__Group_3_1__0 )?
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getGroup_2_1());
- // InternalAadl2Parser.g:26892:2: ( rule__SubprogramGroupType__Group_2_1__0 )?
+ before(grammarAccess.getSubprogramGroupTypeAccess().getGroup_3_1());
+ // InternalAadl2Parser.g:26185:2: ( rule__SubprogramGroupType__Group_3_1__0 )?
int alt615=2;
int LA615_0 = input.LA(1);
@@ -110211,10 +108071,10 @@ public final void rule__SubprogramGroupType__Group_2__1__Impl() throws Recogniti
}
switch (alt615) {
case 1 :
- // InternalAadl2Parser.g:26892:3: rule__SubprogramGroupType__Group_2_1__0
+ // InternalAadl2Parser.g:26185:3: rule__SubprogramGroupType__Group_3_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Group_2_1__0();
+ rule__SubprogramGroupType__Group_3_1__0();
state._fsp--;
@@ -110224,7 +108084,7 @@ public final void rule__SubprogramGroupType__Group_2__1__Impl() throws Recogniti
}
- after(grammarAccess.getSubprogramGroupTypeAccess().getGroup_2_1());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getGroup_3_1());
}
@@ -110243,26 +108103,26 @@ public final void rule__SubprogramGroupType__Group_2__1__Impl() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_2__1__Impl"
+ // $ANTLR end "rule__SubprogramGroupType__Group_3__1__Impl"
- // $ANTLR start "rule__SubprogramGroupType__Group_2_1__0"
- // InternalAadl2Parser.g:26901:1: rule__SubprogramGroupType__Group_2_1__0 : rule__SubprogramGroupType__Group_2_1__0__Impl rule__SubprogramGroupType__Group_2_1__1 ;
- public final void rule__SubprogramGroupType__Group_2_1__0() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_3_1__0"
+ // InternalAadl2Parser.g:26194:1: rule__SubprogramGroupType__Group_3_1__0 : rule__SubprogramGroupType__Group_3_1__0__Impl rule__SubprogramGroupType__Group_3_1__1 ;
+ public final void rule__SubprogramGroupType__Group_3_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26905:1: ( rule__SubprogramGroupType__Group_2_1__0__Impl rule__SubprogramGroupType__Group_2_1__1 )
- // InternalAadl2Parser.g:26906:2: rule__SubprogramGroupType__Group_2_1__0__Impl rule__SubprogramGroupType__Group_2_1__1
+ // InternalAadl2Parser.g:26198:1: ( rule__SubprogramGroupType__Group_3_1__0__Impl rule__SubprogramGroupType__Group_3_1__1 )
+ // InternalAadl2Parser.g:26199:2: rule__SubprogramGroupType__Group_3_1__0__Impl rule__SubprogramGroupType__Group_3_1__1
{
pushFollow(FollowSets000.FOLLOW_4);
- rule__SubprogramGroupType__Group_2_1__0__Impl();
+ rule__SubprogramGroupType__Group_3_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Group_2_1__1();
+ rule__SubprogramGroupType__Group_3_1__1();
state._fsp--;
@@ -110281,25 +108141,25 @@ public final void rule__SubprogramGroupType__Group_2_1__0() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_2_1__0"
+ // $ANTLR end "rule__SubprogramGroupType__Group_3_1__0"
- // $ANTLR start "rule__SubprogramGroupType__Group_2_1__0__Impl"
- // InternalAadl2Parser.g:26913:1: rule__SubprogramGroupType__Group_2_1__0__Impl : ( LeftParenthesis ) ;
- public final void rule__SubprogramGroupType__Group_2_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_3_1__0__Impl"
+ // InternalAadl2Parser.g:26206:1: rule__SubprogramGroupType__Group_3_1__0__Impl : ( LeftParenthesis ) ;
+ public final void rule__SubprogramGroupType__Group_3_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26917:1: ( ( LeftParenthesis ) )
- // InternalAadl2Parser.g:26918:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:26210:1: ( ( LeftParenthesis ) )
+ // InternalAadl2Parser.g:26211:1: ( LeftParenthesis )
{
- // InternalAadl2Parser.g:26918:1: ( LeftParenthesis )
- // InternalAadl2Parser.g:26919:2: LeftParenthesis
+ // InternalAadl2Parser.g:26211:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:26212:2: LeftParenthesis
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getLeftParenthesisKeyword_2_1_0());
+ before(grammarAccess.getSubprogramGroupTypeAccess().getLeftParenthesisKeyword_3_1_0());
match(input,LeftParenthesis,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSubprogramGroupTypeAccess().getLeftParenthesisKeyword_2_1_0());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getLeftParenthesisKeyword_3_1_0());
}
@@ -110318,26 +108178,26 @@ public final void rule__SubprogramGroupType__Group_2_1__0__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_2_1__0__Impl"
+ // $ANTLR end "rule__SubprogramGroupType__Group_3_1__0__Impl"
- // $ANTLR start "rule__SubprogramGroupType__Group_2_1__1"
- // InternalAadl2Parser.g:26928:1: rule__SubprogramGroupType__Group_2_1__1 : rule__SubprogramGroupType__Group_2_1__1__Impl rule__SubprogramGroupType__Group_2_1__2 ;
- public final void rule__SubprogramGroupType__Group_2_1__1() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_3_1__1"
+ // InternalAadl2Parser.g:26221:1: rule__SubprogramGroupType__Group_3_1__1 : rule__SubprogramGroupType__Group_3_1__1__Impl rule__SubprogramGroupType__Group_3_1__2 ;
+ public final void rule__SubprogramGroupType__Group_3_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26932:1: ( rule__SubprogramGroupType__Group_2_1__1__Impl rule__SubprogramGroupType__Group_2_1__2 )
- // InternalAadl2Parser.g:26933:2: rule__SubprogramGroupType__Group_2_1__1__Impl rule__SubprogramGroupType__Group_2_1__2
+ // InternalAadl2Parser.g:26225:1: ( rule__SubprogramGroupType__Group_3_1__1__Impl rule__SubprogramGroupType__Group_3_1__2 )
+ // InternalAadl2Parser.g:26226:2: rule__SubprogramGroupType__Group_3_1__1__Impl rule__SubprogramGroupType__Group_3_1__2
{
pushFollow(FollowSets000.FOLLOW_30);
- rule__SubprogramGroupType__Group_2_1__1__Impl();
+ rule__SubprogramGroupType__Group_3_1__1__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Group_2_1__2();
+ rule__SubprogramGroupType__Group_3_1__2();
state._fsp--;
@@ -110356,35 +108216,35 @@ public final void rule__SubprogramGroupType__Group_2_1__1() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_2_1__1"
+ // $ANTLR end "rule__SubprogramGroupType__Group_3_1__1"
- // $ANTLR start "rule__SubprogramGroupType__Group_2_1__1__Impl"
- // InternalAadl2Parser.g:26940:1: rule__SubprogramGroupType__Group_2_1__1__Impl : ( ( rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_2_1_1 ) ) ;
- public final void rule__SubprogramGroupType__Group_2_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_3_1__1__Impl"
+ // InternalAadl2Parser.g:26233:1: rule__SubprogramGroupType__Group_3_1__1__Impl : ( ( rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_3_1_1 ) ) ;
+ public final void rule__SubprogramGroupType__Group_3_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26944:1: ( ( ( rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_2_1_1 ) ) )
- // InternalAadl2Parser.g:26945:1: ( ( rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_2_1_1 ) )
+ // InternalAadl2Parser.g:26237:1: ( ( ( rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_3_1_1 ) ) )
+ // InternalAadl2Parser.g:26238:1: ( ( rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_3_1_1 ) )
{
- // InternalAadl2Parser.g:26945:1: ( ( rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_2_1_1 ) )
- // InternalAadl2Parser.g:26946:2: ( rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_2_1_1 )
+ // InternalAadl2Parser.g:26238:1: ( ( rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_3_1_1 ) )
+ // InternalAadl2Parser.g:26239:2: ( rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_3_1_1 )
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1());
- // InternalAadl2Parser.g:26947:2: ( rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_2_1_1 )
- // InternalAadl2Parser.g:26947:3: rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_2_1_1
+ before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeBindingAssignment_3_1_1());
+ // InternalAadl2Parser.g:26240:2: ( rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_3_1_1 )
+ // InternalAadl2Parser.g:26240:3: rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_3_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_2_1_1();
+ rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_3_1_1();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeBindingAssignment_3_1_1());
}
@@ -110403,26 +108263,26 @@ public final void rule__SubprogramGroupType__Group_2_1__1__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_2_1__1__Impl"
+ // $ANTLR end "rule__SubprogramGroupType__Group_3_1__1__Impl"
- // $ANTLR start "rule__SubprogramGroupType__Group_2_1__2"
- // InternalAadl2Parser.g:26955:1: rule__SubprogramGroupType__Group_2_1__2 : rule__SubprogramGroupType__Group_2_1__2__Impl rule__SubprogramGroupType__Group_2_1__3 ;
- public final void rule__SubprogramGroupType__Group_2_1__2() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_3_1__2"
+ // InternalAadl2Parser.g:26248:1: rule__SubprogramGroupType__Group_3_1__2 : rule__SubprogramGroupType__Group_3_1__2__Impl rule__SubprogramGroupType__Group_3_1__3 ;
+ public final void rule__SubprogramGroupType__Group_3_1__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26959:1: ( rule__SubprogramGroupType__Group_2_1__2__Impl rule__SubprogramGroupType__Group_2_1__3 )
- // InternalAadl2Parser.g:26960:2: rule__SubprogramGroupType__Group_2_1__2__Impl rule__SubprogramGroupType__Group_2_1__3
+ // InternalAadl2Parser.g:26252:1: ( rule__SubprogramGroupType__Group_3_1__2__Impl rule__SubprogramGroupType__Group_3_1__3 )
+ // InternalAadl2Parser.g:26253:2: rule__SubprogramGroupType__Group_3_1__2__Impl rule__SubprogramGroupType__Group_3_1__3
{
pushFollow(FollowSets000.FOLLOW_30);
- rule__SubprogramGroupType__Group_2_1__2__Impl();
+ rule__SubprogramGroupType__Group_3_1__2__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Group_2_1__3();
+ rule__SubprogramGroupType__Group_3_1__3();
state._fsp--;
@@ -110441,24 +108301,24 @@ public final void rule__SubprogramGroupType__Group_2_1__2() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_2_1__2"
+ // $ANTLR end "rule__SubprogramGroupType__Group_3_1__2"
- // $ANTLR start "rule__SubprogramGroupType__Group_2_1__2__Impl"
- // InternalAadl2Parser.g:26967:1: rule__SubprogramGroupType__Group_2_1__2__Impl : ( ( rule__SubprogramGroupType__Group_2_1_2__0 )* ) ;
- public final void rule__SubprogramGroupType__Group_2_1__2__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_3_1__2__Impl"
+ // InternalAadl2Parser.g:26260:1: rule__SubprogramGroupType__Group_3_1__2__Impl : ( ( rule__SubprogramGroupType__Group_3_1_2__0 )* ) ;
+ public final void rule__SubprogramGroupType__Group_3_1__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26971:1: ( ( ( rule__SubprogramGroupType__Group_2_1_2__0 )* ) )
- // InternalAadl2Parser.g:26972:1: ( ( rule__SubprogramGroupType__Group_2_1_2__0 )* )
+ // InternalAadl2Parser.g:26264:1: ( ( ( rule__SubprogramGroupType__Group_3_1_2__0 )* ) )
+ // InternalAadl2Parser.g:26265:1: ( ( rule__SubprogramGroupType__Group_3_1_2__0 )* )
{
- // InternalAadl2Parser.g:26972:1: ( ( rule__SubprogramGroupType__Group_2_1_2__0 )* )
- // InternalAadl2Parser.g:26973:2: ( rule__SubprogramGroupType__Group_2_1_2__0 )*
+ // InternalAadl2Parser.g:26265:1: ( ( rule__SubprogramGroupType__Group_3_1_2__0 )* )
+ // InternalAadl2Parser.g:26266:2: ( rule__SubprogramGroupType__Group_3_1_2__0 )*
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getGroup_2_1_2());
- // InternalAadl2Parser.g:26974:2: ( rule__SubprogramGroupType__Group_2_1_2__0 )*
+ before(grammarAccess.getSubprogramGroupTypeAccess().getGroup_3_1_2());
+ // InternalAadl2Parser.g:26267:2: ( rule__SubprogramGroupType__Group_3_1_2__0 )*
loop616:
do {
int alt616=2;
@@ -110471,10 +108331,10 @@ public final void rule__SubprogramGroupType__Group_2_1__2__Impl() throws Recogni
switch (alt616) {
case 1 :
- // InternalAadl2Parser.g:26974:3: rule__SubprogramGroupType__Group_2_1_2__0
+ // InternalAadl2Parser.g:26267:3: rule__SubprogramGroupType__Group_3_1_2__0
{
pushFollow(FollowSets000.FOLLOW_14);
- rule__SubprogramGroupType__Group_2_1_2__0();
+ rule__SubprogramGroupType__Group_3_1_2__0();
state._fsp--;
@@ -110487,7 +108347,7 @@ public final void rule__SubprogramGroupType__Group_2_1__2__Impl() throws Recogni
}
} while (true);
- after(grammarAccess.getSubprogramGroupTypeAccess().getGroup_2_1_2());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getGroup_3_1_2());
}
@@ -110506,21 +108366,21 @@ public final void rule__SubprogramGroupType__Group_2_1__2__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_2_1__2__Impl"
+ // $ANTLR end "rule__SubprogramGroupType__Group_3_1__2__Impl"
- // $ANTLR start "rule__SubprogramGroupType__Group_2_1__3"
- // InternalAadl2Parser.g:26982:1: rule__SubprogramGroupType__Group_2_1__3 : rule__SubprogramGroupType__Group_2_1__3__Impl ;
- public final void rule__SubprogramGroupType__Group_2_1__3() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_3_1__3"
+ // InternalAadl2Parser.g:26275:1: rule__SubprogramGroupType__Group_3_1__3 : rule__SubprogramGroupType__Group_3_1__3__Impl ;
+ public final void rule__SubprogramGroupType__Group_3_1__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26986:1: ( rule__SubprogramGroupType__Group_2_1__3__Impl )
- // InternalAadl2Parser.g:26987:2: rule__SubprogramGroupType__Group_2_1__3__Impl
+ // InternalAadl2Parser.g:26279:1: ( rule__SubprogramGroupType__Group_3_1__3__Impl )
+ // InternalAadl2Parser.g:26280:2: rule__SubprogramGroupType__Group_3_1__3__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Group_2_1__3__Impl();
+ rule__SubprogramGroupType__Group_3_1__3__Impl();
state._fsp--;
@@ -110539,25 +108399,25 @@ public final void rule__SubprogramGroupType__Group_2_1__3() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_2_1__3"
+ // $ANTLR end "rule__SubprogramGroupType__Group_3_1__3"
- // $ANTLR start "rule__SubprogramGroupType__Group_2_1__3__Impl"
- // InternalAadl2Parser.g:26993:1: rule__SubprogramGroupType__Group_2_1__3__Impl : ( RightParenthesis ) ;
- public final void rule__SubprogramGroupType__Group_2_1__3__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_3_1__3__Impl"
+ // InternalAadl2Parser.g:26286:1: rule__SubprogramGroupType__Group_3_1__3__Impl : ( RightParenthesis ) ;
+ public final void rule__SubprogramGroupType__Group_3_1__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:26997:1: ( ( RightParenthesis ) )
- // InternalAadl2Parser.g:26998:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:26290:1: ( ( RightParenthesis ) )
+ // InternalAadl2Parser.g:26291:1: ( RightParenthesis )
{
- // InternalAadl2Parser.g:26998:1: ( RightParenthesis )
- // InternalAadl2Parser.g:26999:2: RightParenthesis
+ // InternalAadl2Parser.g:26291:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:26292:2: RightParenthesis
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getRightParenthesisKeyword_2_1_3());
+ before(grammarAccess.getSubprogramGroupTypeAccess().getRightParenthesisKeyword_3_1_3());
match(input,RightParenthesis,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSubprogramGroupTypeAccess().getRightParenthesisKeyword_2_1_3());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getRightParenthesisKeyword_3_1_3());
}
@@ -110576,26 +108436,26 @@ public final void rule__SubprogramGroupType__Group_2_1__3__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_2_1__3__Impl"
+ // $ANTLR end "rule__SubprogramGroupType__Group_3_1__3__Impl"
- // $ANTLR start "rule__SubprogramGroupType__Group_2_1_2__0"
- // InternalAadl2Parser.g:27009:1: rule__SubprogramGroupType__Group_2_1_2__0 : rule__SubprogramGroupType__Group_2_1_2__0__Impl rule__SubprogramGroupType__Group_2_1_2__1 ;
- public final void rule__SubprogramGroupType__Group_2_1_2__0() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_3_1_2__0"
+ // InternalAadl2Parser.g:26302:1: rule__SubprogramGroupType__Group_3_1_2__0 : rule__SubprogramGroupType__Group_3_1_2__0__Impl rule__SubprogramGroupType__Group_3_1_2__1 ;
+ public final void rule__SubprogramGroupType__Group_3_1_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27013:1: ( rule__SubprogramGroupType__Group_2_1_2__0__Impl rule__SubprogramGroupType__Group_2_1_2__1 )
- // InternalAadl2Parser.g:27014:2: rule__SubprogramGroupType__Group_2_1_2__0__Impl rule__SubprogramGroupType__Group_2_1_2__1
+ // InternalAadl2Parser.g:26306:1: ( rule__SubprogramGroupType__Group_3_1_2__0__Impl rule__SubprogramGroupType__Group_3_1_2__1 )
+ // InternalAadl2Parser.g:26307:2: rule__SubprogramGroupType__Group_3_1_2__0__Impl rule__SubprogramGroupType__Group_3_1_2__1
{
pushFollow(FollowSets000.FOLLOW_4);
- rule__SubprogramGroupType__Group_2_1_2__0__Impl();
+ rule__SubprogramGroupType__Group_3_1_2__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Group_2_1_2__1();
+ rule__SubprogramGroupType__Group_3_1_2__1();
state._fsp--;
@@ -110614,25 +108474,25 @@ public final void rule__SubprogramGroupType__Group_2_1_2__0() throws Recognition
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_2_1_2__0"
+ // $ANTLR end "rule__SubprogramGroupType__Group_3_1_2__0"
- // $ANTLR start "rule__SubprogramGroupType__Group_2_1_2__0__Impl"
- // InternalAadl2Parser.g:27021:1: rule__SubprogramGroupType__Group_2_1_2__0__Impl : ( Comma ) ;
- public final void rule__SubprogramGroupType__Group_2_1_2__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_3_1_2__0__Impl"
+ // InternalAadl2Parser.g:26314:1: rule__SubprogramGroupType__Group_3_1_2__0__Impl : ( Comma ) ;
+ public final void rule__SubprogramGroupType__Group_3_1_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27025:1: ( ( Comma ) )
- // InternalAadl2Parser.g:27026:1: ( Comma )
+ // InternalAadl2Parser.g:26318:1: ( ( Comma ) )
+ // InternalAadl2Parser.g:26319:1: ( Comma )
{
- // InternalAadl2Parser.g:27026:1: ( Comma )
- // InternalAadl2Parser.g:27027:2: Comma
+ // InternalAadl2Parser.g:26319:1: ( Comma )
+ // InternalAadl2Parser.g:26320:2: Comma
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getCommaKeyword_2_1_2_0());
+ before(grammarAccess.getSubprogramGroupTypeAccess().getCommaKeyword_3_1_2_0());
match(input,Comma,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSubprogramGroupTypeAccess().getCommaKeyword_2_1_2_0());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getCommaKeyword_3_1_2_0());
}
@@ -110651,21 +108511,21 @@ public final void rule__SubprogramGroupType__Group_2_1_2__0__Impl() throws Recog
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_2_1_2__0__Impl"
+ // $ANTLR end "rule__SubprogramGroupType__Group_3_1_2__0__Impl"
- // $ANTLR start "rule__SubprogramGroupType__Group_2_1_2__1"
- // InternalAadl2Parser.g:27036:1: rule__SubprogramGroupType__Group_2_1_2__1 : rule__SubprogramGroupType__Group_2_1_2__1__Impl ;
- public final void rule__SubprogramGroupType__Group_2_1_2__1() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_3_1_2__1"
+ // InternalAadl2Parser.g:26329:1: rule__SubprogramGroupType__Group_3_1_2__1 : rule__SubprogramGroupType__Group_3_1_2__1__Impl ;
+ public final void rule__SubprogramGroupType__Group_3_1_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27040:1: ( rule__SubprogramGroupType__Group_2_1_2__1__Impl )
- // InternalAadl2Parser.g:27041:2: rule__SubprogramGroupType__Group_2_1_2__1__Impl
+ // InternalAadl2Parser.g:26333:1: ( rule__SubprogramGroupType__Group_3_1_2__1__Impl )
+ // InternalAadl2Parser.g:26334:2: rule__SubprogramGroupType__Group_3_1_2__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Group_2_1_2__1__Impl();
+ rule__SubprogramGroupType__Group_3_1_2__1__Impl();
state._fsp--;
@@ -110684,35 +108544,35 @@ public final void rule__SubprogramGroupType__Group_2_1_2__1() throws Recognition
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_2_1_2__1"
+ // $ANTLR end "rule__SubprogramGroupType__Group_3_1_2__1"
- // $ANTLR start "rule__SubprogramGroupType__Group_2_1_2__1__Impl"
- // InternalAadl2Parser.g:27047:1: rule__SubprogramGroupType__Group_2_1_2__1__Impl : ( ( rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) ;
- public final void rule__SubprogramGroupType__Group_2_1_2__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_3_1_2__1__Impl"
+ // InternalAadl2Parser.g:26340:1: rule__SubprogramGroupType__Group_3_1_2__1__Impl : ( ( rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_3_1_2_1 ) ) ;
+ public final void rule__SubprogramGroupType__Group_3_1_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27051:1: ( ( ( rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) )
- // InternalAadl2Parser.g:27052:1: ( ( rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
+ // InternalAadl2Parser.g:26344:1: ( ( ( rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_3_1_2_1 ) ) )
+ // InternalAadl2Parser.g:26345:1: ( ( rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_3_1_2_1 ) )
{
- // InternalAadl2Parser.g:27052:1: ( ( rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
- // InternalAadl2Parser.g:27053:2: ( rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_2_1_2_1 )
+ // InternalAadl2Parser.g:26345:1: ( ( rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_3_1_2_1 ) )
+ // InternalAadl2Parser.g:26346:2: ( rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_3_1_2_1 )
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeBindingAssignment_2_1_2_1());
- // InternalAadl2Parser.g:27054:2: ( rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_2_1_2_1 )
- // InternalAadl2Parser.g:27054:3: rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_2_1_2_1
+ before(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeBindingAssignment_3_1_2_1());
+ // InternalAadl2Parser.g:26347:2: ( rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_3_1_2_1 )
+ // InternalAadl2Parser.g:26347:3: rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_3_1_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_2_1_2_1();
+ rule__SubprogramGroupType__OwnedPrototypeBindingAssignment_3_1_2_1();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeBindingAssignment_2_1_2_1());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getOwnedPrototypeBindingAssignment_3_1_2_1());
}
@@ -110731,26 +108591,26 @@ public final void rule__SubprogramGroupType__Group_2_1_2__1__Impl() throws Recog
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_2_1_2__1__Impl"
+ // $ANTLR end "rule__SubprogramGroupType__Group_3_1_2__1__Impl"
- // $ANTLR start "rule__SubprogramGroupType__Group_3__0"
- // InternalAadl2Parser.g:27063:1: rule__SubprogramGroupType__Group_3__0 : rule__SubprogramGroupType__Group_3__0__Impl rule__SubprogramGroupType__Group_3__1 ;
- public final void rule__SubprogramGroupType__Group_3__0() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_4__0"
+ // InternalAadl2Parser.g:26356:1: rule__SubprogramGroupType__Group_4__0 : rule__SubprogramGroupType__Group_4__0__Impl rule__SubprogramGroupType__Group_4__1 ;
+ public final void rule__SubprogramGroupType__Group_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27067:1: ( rule__SubprogramGroupType__Group_3__0__Impl rule__SubprogramGroupType__Group_3__1 )
- // InternalAadl2Parser.g:27068:2: rule__SubprogramGroupType__Group_3__0__Impl rule__SubprogramGroupType__Group_3__1
+ // InternalAadl2Parser.g:26360:1: ( rule__SubprogramGroupType__Group_4__0__Impl rule__SubprogramGroupType__Group_4__1 )
+ // InternalAadl2Parser.g:26361:2: rule__SubprogramGroupType__Group_4__0__Impl rule__SubprogramGroupType__Group_4__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__SubprogramGroupType__Group_3__0__Impl();
+ rule__SubprogramGroupType__Group_4__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Group_3__1();
+ rule__SubprogramGroupType__Group_4__1();
state._fsp--;
@@ -110769,25 +108629,25 @@ public final void rule__SubprogramGroupType__Group_3__0() throws RecognitionExce
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_3__0"
+ // $ANTLR end "rule__SubprogramGroupType__Group_4__0"
- // $ANTLR start "rule__SubprogramGroupType__Group_3__0__Impl"
- // InternalAadl2Parser.g:27075:1: rule__SubprogramGroupType__Group_3__0__Impl : ( Prototypes ) ;
- public final void rule__SubprogramGroupType__Group_3__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_4__0__Impl"
+ // InternalAadl2Parser.g:26368:1: rule__SubprogramGroupType__Group_4__0__Impl : ( Prototypes ) ;
+ public final void rule__SubprogramGroupType__Group_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27079:1: ( ( Prototypes ) )
- // InternalAadl2Parser.g:27080:1: ( Prototypes )
+ // InternalAadl2Parser.g:26372:1: ( ( Prototypes ) )
+ // InternalAadl2Parser.g:26373:1: ( Prototypes )
{
- // InternalAadl2Parser.g:27080:1: ( Prototypes )
- // InternalAadl2Parser.g:27081:2: Prototypes
+ // InternalAadl2Parser.g:26373:1: ( Prototypes )
+ // InternalAadl2Parser.g:26374:2: Prototypes
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getPrototypesKeyword_3_0());
+ before(grammarAccess.getSubprogramGroupTypeAccess().getPrototypesKeyword_4_0());
match(input,Prototypes,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSubprogramGroupTypeAccess().getPrototypesKeyword_3_0());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getPrototypesKeyword_4_0());
}
@@ -110806,21 +108666,21 @@ public final void rule__SubprogramGroupType__Group_3__0__Impl() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_3__0__Impl"
+ // $ANTLR end "rule__SubprogramGroupType__Group_4__0__Impl"
- // $ANTLR start "rule__SubprogramGroupType__Group_3__1"
- // InternalAadl2Parser.g:27090:1: rule__SubprogramGroupType__Group_3__1 : rule__SubprogramGroupType__Group_3__1__Impl ;
- public final void rule__SubprogramGroupType__Group_3__1() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_4__1"
+ // InternalAadl2Parser.g:26383:1: rule__SubprogramGroupType__Group_4__1 : rule__SubprogramGroupType__Group_4__1__Impl ;
+ public final void rule__SubprogramGroupType__Group_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27094:1: ( rule__SubprogramGroupType__Group_3__1__Impl )
- // InternalAadl2Parser.g:27095:2: rule__SubprogramGroupType__Group_3__1__Impl
+ // InternalAadl2Parser.g:26387:1: ( rule__SubprogramGroupType__Group_4__1__Impl )
+ // InternalAadl2Parser.g:26388:2: rule__SubprogramGroupType__Group_4__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Group_3__1__Impl();
+ rule__SubprogramGroupType__Group_4__1__Impl();
state._fsp--;
@@ -110839,35 +108699,35 @@ public final void rule__SubprogramGroupType__Group_3__1() throws RecognitionExce
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_3__1"
+ // $ANTLR end "rule__SubprogramGroupType__Group_4__1"
- // $ANTLR start "rule__SubprogramGroupType__Group_3__1__Impl"
- // InternalAadl2Parser.g:27101:1: rule__SubprogramGroupType__Group_3__1__Impl : ( ( rule__SubprogramGroupType__Alternatives_3_1 ) ) ;
- public final void rule__SubprogramGroupType__Group_3__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_4__1__Impl"
+ // InternalAadl2Parser.g:26394:1: rule__SubprogramGroupType__Group_4__1__Impl : ( ( rule__SubprogramGroupType__Alternatives_4_1 ) ) ;
+ public final void rule__SubprogramGroupType__Group_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27105:1: ( ( ( rule__SubprogramGroupType__Alternatives_3_1 ) ) )
- // InternalAadl2Parser.g:27106:1: ( ( rule__SubprogramGroupType__Alternatives_3_1 ) )
+ // InternalAadl2Parser.g:26398:1: ( ( ( rule__SubprogramGroupType__Alternatives_4_1 ) ) )
+ // InternalAadl2Parser.g:26399:1: ( ( rule__SubprogramGroupType__Alternatives_4_1 ) )
{
- // InternalAadl2Parser.g:27106:1: ( ( rule__SubprogramGroupType__Alternatives_3_1 ) )
- // InternalAadl2Parser.g:27107:2: ( rule__SubprogramGroupType__Alternatives_3_1 )
+ // InternalAadl2Parser.g:26399:1: ( ( rule__SubprogramGroupType__Alternatives_4_1 ) )
+ // InternalAadl2Parser.g:26400:2: ( rule__SubprogramGroupType__Alternatives_4_1 )
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_3_1());
- // InternalAadl2Parser.g:27108:2: ( rule__SubprogramGroupType__Alternatives_3_1 )
- // InternalAadl2Parser.g:27108:3: rule__SubprogramGroupType__Alternatives_3_1
+ before(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_4_1());
+ // InternalAadl2Parser.g:26401:2: ( rule__SubprogramGroupType__Alternatives_4_1 )
+ // InternalAadl2Parser.g:26401:3: rule__SubprogramGroupType__Alternatives_4_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Alternatives_3_1();
+ rule__SubprogramGroupType__Alternatives_4_1();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_3_1());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_4_1());
}
@@ -110886,26 +108746,26 @@ public final void rule__SubprogramGroupType__Group_3__1__Impl() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_3__1__Impl"
+ // $ANTLR end "rule__SubprogramGroupType__Group_4__1__Impl"
- // $ANTLR start "rule__SubprogramGroupType__Group_3_1_0__0"
- // InternalAadl2Parser.g:27117:1: rule__SubprogramGroupType__Group_3_1_0__0 : rule__SubprogramGroupType__Group_3_1_0__0__Impl rule__SubprogramGroupType__Group_3_1_0__1 ;
- public final void rule__SubprogramGroupType__Group_3_1_0__0() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_4_1_0__0"
+ // InternalAadl2Parser.g:26410:1: rule__SubprogramGroupType__Group_4_1_0__0 : rule__SubprogramGroupType__Group_4_1_0__0__Impl rule__SubprogramGroupType__Group_4_1_0__1 ;
+ public final void rule__SubprogramGroupType__Group_4_1_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27121:1: ( rule__SubprogramGroupType__Group_3_1_0__0__Impl rule__SubprogramGroupType__Group_3_1_0__1 )
- // InternalAadl2Parser.g:27122:2: rule__SubprogramGroupType__Group_3_1_0__0__Impl rule__SubprogramGroupType__Group_3_1_0__1
+ // InternalAadl2Parser.g:26414:1: ( rule__SubprogramGroupType__Group_4_1_0__0__Impl rule__SubprogramGroupType__Group_4_1_0__1 )
+ // InternalAadl2Parser.g:26415:2: rule__SubprogramGroupType__Group_4_1_0__0__Impl rule__SubprogramGroupType__Group_4_1_0__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__SubprogramGroupType__Group_3_1_0__0__Impl();
+ rule__SubprogramGroupType__Group_4_1_0__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Group_3_1_0__1();
+ rule__SubprogramGroupType__Group_4_1_0__1();
state._fsp--;
@@ -110924,35 +108784,35 @@ public final void rule__SubprogramGroupType__Group_3_1_0__0() throws Recognition
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_3_1_0__0"
+ // $ANTLR end "rule__SubprogramGroupType__Group_4_1_0__0"
- // $ANTLR start "rule__SubprogramGroupType__Group_3_1_0__0__Impl"
- // InternalAadl2Parser.g:27129:1: rule__SubprogramGroupType__Group_3_1_0__0__Impl : ( ( rule__SubprogramGroupType__NoPrototypesAssignment_3_1_0_0 ) ) ;
- public final void rule__SubprogramGroupType__Group_3_1_0__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_4_1_0__0__Impl"
+ // InternalAadl2Parser.g:26422:1: rule__SubprogramGroupType__Group_4_1_0__0__Impl : ( ( rule__SubprogramGroupType__NoPrototypesAssignment_4_1_0_0 ) ) ;
+ public final void rule__SubprogramGroupType__Group_4_1_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27133:1: ( ( ( rule__SubprogramGroupType__NoPrototypesAssignment_3_1_0_0 ) ) )
- // InternalAadl2Parser.g:27134:1: ( ( rule__SubprogramGroupType__NoPrototypesAssignment_3_1_0_0 ) )
+ // InternalAadl2Parser.g:26426:1: ( ( ( rule__SubprogramGroupType__NoPrototypesAssignment_4_1_0_0 ) ) )
+ // InternalAadl2Parser.g:26427:1: ( ( rule__SubprogramGroupType__NoPrototypesAssignment_4_1_0_0 ) )
{
- // InternalAadl2Parser.g:27134:1: ( ( rule__SubprogramGroupType__NoPrototypesAssignment_3_1_0_0 ) )
- // InternalAadl2Parser.g:27135:2: ( rule__SubprogramGroupType__NoPrototypesAssignment_3_1_0_0 )
+ // InternalAadl2Parser.g:26427:1: ( ( rule__SubprogramGroupType__NoPrototypesAssignment_4_1_0_0 ) )
+ // InternalAadl2Parser.g:26428:2: ( rule__SubprogramGroupType__NoPrototypesAssignment_4_1_0_0 )
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getNoPrototypesAssignment_3_1_0_0());
- // InternalAadl2Parser.g:27136:2: ( rule__SubprogramGroupType__NoPrototypesAssignment_3_1_0_0 )
- // InternalAadl2Parser.g:27136:3: rule__SubprogramGroupType__NoPrototypesAssignment_3_1_0_0
+ before(grammarAccess.getSubprogramGroupTypeAccess().getNoPrototypesAssignment_4_1_0_0());
+ // InternalAadl2Parser.g:26429:2: ( rule__SubprogramGroupType__NoPrototypesAssignment_4_1_0_0 )
+ // InternalAadl2Parser.g:26429:3: rule__SubprogramGroupType__NoPrototypesAssignment_4_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__NoPrototypesAssignment_3_1_0_0();
+ rule__SubprogramGroupType__NoPrototypesAssignment_4_1_0_0();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupTypeAccess().getNoPrototypesAssignment_3_1_0_0());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getNoPrototypesAssignment_4_1_0_0());
}
@@ -110971,21 +108831,21 @@ public final void rule__SubprogramGroupType__Group_3_1_0__0__Impl() throws Recog
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_3_1_0__0__Impl"
+ // $ANTLR end "rule__SubprogramGroupType__Group_4_1_0__0__Impl"
- // $ANTLR start "rule__SubprogramGroupType__Group_3_1_0__1"
- // InternalAadl2Parser.g:27144:1: rule__SubprogramGroupType__Group_3_1_0__1 : rule__SubprogramGroupType__Group_3_1_0__1__Impl ;
- public final void rule__SubprogramGroupType__Group_3_1_0__1() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_4_1_0__1"
+ // InternalAadl2Parser.g:26437:1: rule__SubprogramGroupType__Group_4_1_0__1 : rule__SubprogramGroupType__Group_4_1_0__1__Impl ;
+ public final void rule__SubprogramGroupType__Group_4_1_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27148:1: ( rule__SubprogramGroupType__Group_3_1_0__1__Impl )
- // InternalAadl2Parser.g:27149:2: rule__SubprogramGroupType__Group_3_1_0__1__Impl
+ // InternalAadl2Parser.g:26441:1: ( rule__SubprogramGroupType__Group_4_1_0__1__Impl )
+ // InternalAadl2Parser.g:26442:2: rule__SubprogramGroupType__Group_4_1_0__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Group_3_1_0__1__Impl();
+ rule__SubprogramGroupType__Group_4_1_0__1__Impl();
state._fsp--;
@@ -111004,25 +108864,25 @@ public final void rule__SubprogramGroupType__Group_3_1_0__1() throws Recognition
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_3_1_0__1"
+ // $ANTLR end "rule__SubprogramGroupType__Group_4_1_0__1"
- // $ANTLR start "rule__SubprogramGroupType__Group_3_1_0__1__Impl"
- // InternalAadl2Parser.g:27155:1: rule__SubprogramGroupType__Group_3_1_0__1__Impl : ( Semicolon ) ;
- public final void rule__SubprogramGroupType__Group_3_1_0__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_4_1_0__1__Impl"
+ // InternalAadl2Parser.g:26448:1: rule__SubprogramGroupType__Group_4_1_0__1__Impl : ( Semicolon ) ;
+ public final void rule__SubprogramGroupType__Group_4_1_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27159:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:27160:1: ( Semicolon )
+ // InternalAadl2Parser.g:26452:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:26453:1: ( Semicolon )
{
- // InternalAadl2Parser.g:27160:1: ( Semicolon )
- // InternalAadl2Parser.g:27161:2: Semicolon
+ // InternalAadl2Parser.g:26453:1: ( Semicolon )
+ // InternalAadl2Parser.g:26454:2: Semicolon
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getSemicolonKeyword_3_1_0_1());
+ before(grammarAccess.getSubprogramGroupTypeAccess().getSemicolonKeyword_4_1_0_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSubprogramGroupTypeAccess().getSemicolonKeyword_3_1_0_1());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getSemicolonKeyword_4_1_0_1());
}
@@ -111041,26 +108901,26 @@ public final void rule__SubprogramGroupType__Group_3_1_0__1__Impl() throws Recog
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_3_1_0__1__Impl"
+ // $ANTLR end "rule__SubprogramGroupType__Group_4_1_0__1__Impl"
- // $ANTLR start "rule__SubprogramGroupType__Group_4__0"
- // InternalAadl2Parser.g:27171:1: rule__SubprogramGroupType__Group_4__0 : rule__SubprogramGroupType__Group_4__0__Impl rule__SubprogramGroupType__Group_4__1 ;
- public final void rule__SubprogramGroupType__Group_4__0() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_5__0"
+ // InternalAadl2Parser.g:26464:1: rule__SubprogramGroupType__Group_5__0 : rule__SubprogramGroupType__Group_5__0__Impl rule__SubprogramGroupType__Group_5__1 ;
+ public final void rule__SubprogramGroupType__Group_5__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27175:1: ( rule__SubprogramGroupType__Group_4__0__Impl rule__SubprogramGroupType__Group_4__1 )
- // InternalAadl2Parser.g:27176:2: rule__SubprogramGroupType__Group_4__0__Impl rule__SubprogramGroupType__Group_4__1
+ // InternalAadl2Parser.g:26468:1: ( rule__SubprogramGroupType__Group_5__0__Impl rule__SubprogramGroupType__Group_5__1 )
+ // InternalAadl2Parser.g:26469:2: rule__SubprogramGroupType__Group_5__0__Impl rule__SubprogramGroupType__Group_5__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__SubprogramGroupType__Group_4__0__Impl();
+ rule__SubprogramGroupType__Group_5__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Group_4__1();
+ rule__SubprogramGroupType__Group_5__1();
state._fsp--;
@@ -111079,25 +108939,25 @@ public final void rule__SubprogramGroupType__Group_4__0() throws RecognitionExce
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_4__0"
+ // $ANTLR end "rule__SubprogramGroupType__Group_5__0"
- // $ANTLR start "rule__SubprogramGroupType__Group_4__0__Impl"
- // InternalAadl2Parser.g:27183:1: rule__SubprogramGroupType__Group_4__0__Impl : ( Features ) ;
- public final void rule__SubprogramGroupType__Group_4__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_5__0__Impl"
+ // InternalAadl2Parser.g:26476:1: rule__SubprogramGroupType__Group_5__0__Impl : ( Features ) ;
+ public final void rule__SubprogramGroupType__Group_5__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27187:1: ( ( Features ) )
- // InternalAadl2Parser.g:27188:1: ( Features )
+ // InternalAadl2Parser.g:26480:1: ( ( Features ) )
+ // InternalAadl2Parser.g:26481:1: ( Features )
{
- // InternalAadl2Parser.g:27188:1: ( Features )
- // InternalAadl2Parser.g:27189:2: Features
+ // InternalAadl2Parser.g:26481:1: ( Features )
+ // InternalAadl2Parser.g:26482:2: Features
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getFeaturesKeyword_4_0());
+ before(grammarAccess.getSubprogramGroupTypeAccess().getFeaturesKeyword_5_0());
match(input,Features,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSubprogramGroupTypeAccess().getFeaturesKeyword_4_0());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getFeaturesKeyword_5_0());
}
@@ -111116,21 +108976,21 @@ public final void rule__SubprogramGroupType__Group_4__0__Impl() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_4__0__Impl"
+ // $ANTLR end "rule__SubprogramGroupType__Group_5__0__Impl"
- // $ANTLR start "rule__SubprogramGroupType__Group_4__1"
- // InternalAadl2Parser.g:27198:1: rule__SubprogramGroupType__Group_4__1 : rule__SubprogramGroupType__Group_4__1__Impl ;
- public final void rule__SubprogramGroupType__Group_4__1() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_5__1"
+ // InternalAadl2Parser.g:26491:1: rule__SubprogramGroupType__Group_5__1 : rule__SubprogramGroupType__Group_5__1__Impl ;
+ public final void rule__SubprogramGroupType__Group_5__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27202:1: ( rule__SubprogramGroupType__Group_4__1__Impl )
- // InternalAadl2Parser.g:27203:2: rule__SubprogramGroupType__Group_4__1__Impl
+ // InternalAadl2Parser.g:26495:1: ( rule__SubprogramGroupType__Group_5__1__Impl )
+ // InternalAadl2Parser.g:26496:2: rule__SubprogramGroupType__Group_5__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Group_4__1__Impl();
+ rule__SubprogramGroupType__Group_5__1__Impl();
state._fsp--;
@@ -111149,35 +109009,35 @@ public final void rule__SubprogramGroupType__Group_4__1() throws RecognitionExce
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_4__1"
+ // $ANTLR end "rule__SubprogramGroupType__Group_5__1"
- // $ANTLR start "rule__SubprogramGroupType__Group_4__1__Impl"
- // InternalAadl2Parser.g:27209:1: rule__SubprogramGroupType__Group_4__1__Impl : ( ( rule__SubprogramGroupType__Alternatives_4_1 ) ) ;
- public final void rule__SubprogramGroupType__Group_4__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_5__1__Impl"
+ // InternalAadl2Parser.g:26502:1: rule__SubprogramGroupType__Group_5__1__Impl : ( ( rule__SubprogramGroupType__Alternatives_5_1 ) ) ;
+ public final void rule__SubprogramGroupType__Group_5__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27213:1: ( ( ( rule__SubprogramGroupType__Alternatives_4_1 ) ) )
- // InternalAadl2Parser.g:27214:1: ( ( rule__SubprogramGroupType__Alternatives_4_1 ) )
+ // InternalAadl2Parser.g:26506:1: ( ( ( rule__SubprogramGroupType__Alternatives_5_1 ) ) )
+ // InternalAadl2Parser.g:26507:1: ( ( rule__SubprogramGroupType__Alternatives_5_1 ) )
{
- // InternalAadl2Parser.g:27214:1: ( ( rule__SubprogramGroupType__Alternatives_4_1 ) )
- // InternalAadl2Parser.g:27215:2: ( rule__SubprogramGroupType__Alternatives_4_1 )
+ // InternalAadl2Parser.g:26507:1: ( ( rule__SubprogramGroupType__Alternatives_5_1 ) )
+ // InternalAadl2Parser.g:26508:2: ( rule__SubprogramGroupType__Alternatives_5_1 )
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_4_1());
- // InternalAadl2Parser.g:27216:2: ( rule__SubprogramGroupType__Alternatives_4_1 )
- // InternalAadl2Parser.g:27216:3: rule__SubprogramGroupType__Alternatives_4_1
+ before(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_5_1());
+ // InternalAadl2Parser.g:26509:2: ( rule__SubprogramGroupType__Alternatives_5_1 )
+ // InternalAadl2Parser.g:26509:3: rule__SubprogramGroupType__Alternatives_5_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Alternatives_4_1();
+ rule__SubprogramGroupType__Alternatives_5_1();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_4_1());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_5_1());
}
@@ -111196,26 +109056,26 @@ public final void rule__SubprogramGroupType__Group_4__1__Impl() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_4__1__Impl"
+ // $ANTLR end "rule__SubprogramGroupType__Group_5__1__Impl"
- // $ANTLR start "rule__SubprogramGroupType__Group_4_1_0__0"
- // InternalAadl2Parser.g:27225:1: rule__SubprogramGroupType__Group_4_1_0__0 : rule__SubprogramGroupType__Group_4_1_0__0__Impl rule__SubprogramGroupType__Group_4_1_0__1 ;
- public final void rule__SubprogramGroupType__Group_4_1_0__0() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_5_1_0__0"
+ // InternalAadl2Parser.g:26518:1: rule__SubprogramGroupType__Group_5_1_0__0 : rule__SubprogramGroupType__Group_5_1_0__0__Impl rule__SubprogramGroupType__Group_5_1_0__1 ;
+ public final void rule__SubprogramGroupType__Group_5_1_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27229:1: ( rule__SubprogramGroupType__Group_4_1_0__0__Impl rule__SubprogramGroupType__Group_4_1_0__1 )
- // InternalAadl2Parser.g:27230:2: rule__SubprogramGroupType__Group_4_1_0__0__Impl rule__SubprogramGroupType__Group_4_1_0__1
+ // InternalAadl2Parser.g:26522:1: ( rule__SubprogramGroupType__Group_5_1_0__0__Impl rule__SubprogramGroupType__Group_5_1_0__1 )
+ // InternalAadl2Parser.g:26523:2: rule__SubprogramGroupType__Group_5_1_0__0__Impl rule__SubprogramGroupType__Group_5_1_0__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__SubprogramGroupType__Group_4_1_0__0__Impl();
+ rule__SubprogramGroupType__Group_5_1_0__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Group_4_1_0__1();
+ rule__SubprogramGroupType__Group_5_1_0__1();
state._fsp--;
@@ -111234,35 +109094,35 @@ public final void rule__SubprogramGroupType__Group_4_1_0__0() throws Recognition
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_4_1_0__0"
+ // $ANTLR end "rule__SubprogramGroupType__Group_5_1_0__0"
- // $ANTLR start "rule__SubprogramGroupType__Group_4_1_0__0__Impl"
- // InternalAadl2Parser.g:27237:1: rule__SubprogramGroupType__Group_4_1_0__0__Impl : ( ( rule__SubprogramGroupType__NoFeaturesAssignment_4_1_0_0 ) ) ;
- public final void rule__SubprogramGroupType__Group_4_1_0__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_5_1_0__0__Impl"
+ // InternalAadl2Parser.g:26530:1: rule__SubprogramGroupType__Group_5_1_0__0__Impl : ( ( rule__SubprogramGroupType__NoFeaturesAssignment_5_1_0_0 ) ) ;
+ public final void rule__SubprogramGroupType__Group_5_1_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27241:1: ( ( ( rule__SubprogramGroupType__NoFeaturesAssignment_4_1_0_0 ) ) )
- // InternalAadl2Parser.g:27242:1: ( ( rule__SubprogramGroupType__NoFeaturesAssignment_4_1_0_0 ) )
+ // InternalAadl2Parser.g:26534:1: ( ( ( rule__SubprogramGroupType__NoFeaturesAssignment_5_1_0_0 ) ) )
+ // InternalAadl2Parser.g:26535:1: ( ( rule__SubprogramGroupType__NoFeaturesAssignment_5_1_0_0 ) )
{
- // InternalAadl2Parser.g:27242:1: ( ( rule__SubprogramGroupType__NoFeaturesAssignment_4_1_0_0 ) )
- // InternalAadl2Parser.g:27243:2: ( rule__SubprogramGroupType__NoFeaturesAssignment_4_1_0_0 )
+ // InternalAadl2Parser.g:26535:1: ( ( rule__SubprogramGroupType__NoFeaturesAssignment_5_1_0_0 ) )
+ // InternalAadl2Parser.g:26536:2: ( rule__SubprogramGroupType__NoFeaturesAssignment_5_1_0_0 )
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getNoFeaturesAssignment_4_1_0_0());
- // InternalAadl2Parser.g:27244:2: ( rule__SubprogramGroupType__NoFeaturesAssignment_4_1_0_0 )
- // InternalAadl2Parser.g:27244:3: rule__SubprogramGroupType__NoFeaturesAssignment_4_1_0_0
+ before(grammarAccess.getSubprogramGroupTypeAccess().getNoFeaturesAssignment_5_1_0_0());
+ // InternalAadl2Parser.g:26537:2: ( rule__SubprogramGroupType__NoFeaturesAssignment_5_1_0_0 )
+ // InternalAadl2Parser.g:26537:3: rule__SubprogramGroupType__NoFeaturesAssignment_5_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__NoFeaturesAssignment_4_1_0_0();
+ rule__SubprogramGroupType__NoFeaturesAssignment_5_1_0_0();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupTypeAccess().getNoFeaturesAssignment_4_1_0_0());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getNoFeaturesAssignment_5_1_0_0());
}
@@ -111281,21 +109141,21 @@ public final void rule__SubprogramGroupType__Group_4_1_0__0__Impl() throws Recog
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_4_1_0__0__Impl"
+ // $ANTLR end "rule__SubprogramGroupType__Group_5_1_0__0__Impl"
- // $ANTLR start "rule__SubprogramGroupType__Group_4_1_0__1"
- // InternalAadl2Parser.g:27252:1: rule__SubprogramGroupType__Group_4_1_0__1 : rule__SubprogramGroupType__Group_4_1_0__1__Impl ;
- public final void rule__SubprogramGroupType__Group_4_1_0__1() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_5_1_0__1"
+ // InternalAadl2Parser.g:26545:1: rule__SubprogramGroupType__Group_5_1_0__1 : rule__SubprogramGroupType__Group_5_1_0__1__Impl ;
+ public final void rule__SubprogramGroupType__Group_5_1_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27256:1: ( rule__SubprogramGroupType__Group_4_1_0__1__Impl )
- // InternalAadl2Parser.g:27257:2: rule__SubprogramGroupType__Group_4_1_0__1__Impl
+ // InternalAadl2Parser.g:26549:1: ( rule__SubprogramGroupType__Group_5_1_0__1__Impl )
+ // InternalAadl2Parser.g:26550:2: rule__SubprogramGroupType__Group_5_1_0__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Group_4_1_0__1__Impl();
+ rule__SubprogramGroupType__Group_5_1_0__1__Impl();
state._fsp--;
@@ -111314,25 +109174,25 @@ public final void rule__SubprogramGroupType__Group_4_1_0__1() throws Recognition
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_4_1_0__1"
+ // $ANTLR end "rule__SubprogramGroupType__Group_5_1_0__1"
- // $ANTLR start "rule__SubprogramGroupType__Group_4_1_0__1__Impl"
- // InternalAadl2Parser.g:27263:1: rule__SubprogramGroupType__Group_4_1_0__1__Impl : ( Semicolon ) ;
- public final void rule__SubprogramGroupType__Group_4_1_0__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_5_1_0__1__Impl"
+ // InternalAadl2Parser.g:26556:1: rule__SubprogramGroupType__Group_5_1_0__1__Impl : ( Semicolon ) ;
+ public final void rule__SubprogramGroupType__Group_5_1_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27267:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:27268:1: ( Semicolon )
+ // InternalAadl2Parser.g:26560:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:26561:1: ( Semicolon )
{
- // InternalAadl2Parser.g:27268:1: ( Semicolon )
- // InternalAadl2Parser.g:27269:2: Semicolon
+ // InternalAadl2Parser.g:26561:1: ( Semicolon )
+ // InternalAadl2Parser.g:26562:2: Semicolon
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getSemicolonKeyword_4_1_0_1());
+ before(grammarAccess.getSubprogramGroupTypeAccess().getSemicolonKeyword_5_1_0_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSubprogramGroupTypeAccess().getSemicolonKeyword_4_1_0_1());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getSemicolonKeyword_5_1_0_1());
}
@@ -111351,26 +109211,26 @@ public final void rule__SubprogramGroupType__Group_4_1_0__1__Impl() throws Recog
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_4_1_0__1__Impl"
+ // $ANTLR end "rule__SubprogramGroupType__Group_5_1_0__1__Impl"
- // $ANTLR start "rule__SubprogramGroupType__Group_5__0"
- // InternalAadl2Parser.g:27279:1: rule__SubprogramGroupType__Group_5__0 : rule__SubprogramGroupType__Group_5__0__Impl rule__SubprogramGroupType__Group_5__1 ;
- public final void rule__SubprogramGroupType__Group_5__0() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_6__0"
+ // InternalAadl2Parser.g:26572:1: rule__SubprogramGroupType__Group_6__0 : rule__SubprogramGroupType__Group_6__0__Impl rule__SubprogramGroupType__Group_6__1 ;
+ public final void rule__SubprogramGroupType__Group_6__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27283:1: ( rule__SubprogramGroupType__Group_5__0__Impl rule__SubprogramGroupType__Group_5__1 )
- // InternalAadl2Parser.g:27284:2: rule__SubprogramGroupType__Group_5__0__Impl rule__SubprogramGroupType__Group_5__1
+ // InternalAadl2Parser.g:26576:1: ( rule__SubprogramGroupType__Group_6__0__Impl rule__SubprogramGroupType__Group_6__1 )
+ // InternalAadl2Parser.g:26577:2: rule__SubprogramGroupType__Group_6__0__Impl rule__SubprogramGroupType__Group_6__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__SubprogramGroupType__Group_5__0__Impl();
+ rule__SubprogramGroupType__Group_6__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Group_5__1();
+ rule__SubprogramGroupType__Group_6__1();
state._fsp--;
@@ -111389,25 +109249,25 @@ public final void rule__SubprogramGroupType__Group_5__0() throws RecognitionExce
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_5__0"
+ // $ANTLR end "rule__SubprogramGroupType__Group_6__0"
- // $ANTLR start "rule__SubprogramGroupType__Group_5__0__Impl"
- // InternalAadl2Parser.g:27291:1: rule__SubprogramGroupType__Group_5__0__Impl : ( Flows ) ;
- public final void rule__SubprogramGroupType__Group_5__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_6__0__Impl"
+ // InternalAadl2Parser.g:26584:1: rule__SubprogramGroupType__Group_6__0__Impl : ( Flows ) ;
+ public final void rule__SubprogramGroupType__Group_6__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27295:1: ( ( Flows ) )
- // InternalAadl2Parser.g:27296:1: ( Flows )
+ // InternalAadl2Parser.g:26588:1: ( ( Flows ) )
+ // InternalAadl2Parser.g:26589:1: ( Flows )
{
- // InternalAadl2Parser.g:27296:1: ( Flows )
- // InternalAadl2Parser.g:27297:2: Flows
+ // InternalAadl2Parser.g:26589:1: ( Flows )
+ // InternalAadl2Parser.g:26590:2: Flows
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getFlowsKeyword_5_0());
+ before(grammarAccess.getSubprogramGroupTypeAccess().getFlowsKeyword_6_0());
match(input,Flows,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSubprogramGroupTypeAccess().getFlowsKeyword_5_0());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getFlowsKeyword_6_0());
}
@@ -111426,21 +109286,21 @@ public final void rule__SubprogramGroupType__Group_5__0__Impl() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_5__0__Impl"
+ // $ANTLR end "rule__SubprogramGroupType__Group_6__0__Impl"
- // $ANTLR start "rule__SubprogramGroupType__Group_5__1"
- // InternalAadl2Parser.g:27306:1: rule__SubprogramGroupType__Group_5__1 : rule__SubprogramGroupType__Group_5__1__Impl ;
- public final void rule__SubprogramGroupType__Group_5__1() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_6__1"
+ // InternalAadl2Parser.g:26599:1: rule__SubprogramGroupType__Group_6__1 : rule__SubprogramGroupType__Group_6__1__Impl ;
+ public final void rule__SubprogramGroupType__Group_6__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27310:1: ( rule__SubprogramGroupType__Group_5__1__Impl )
- // InternalAadl2Parser.g:27311:2: rule__SubprogramGroupType__Group_5__1__Impl
+ // InternalAadl2Parser.g:26603:1: ( rule__SubprogramGroupType__Group_6__1__Impl )
+ // InternalAadl2Parser.g:26604:2: rule__SubprogramGroupType__Group_6__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Group_5__1__Impl();
+ rule__SubprogramGroupType__Group_6__1__Impl();
state._fsp--;
@@ -111459,35 +109319,35 @@ public final void rule__SubprogramGroupType__Group_5__1() throws RecognitionExce
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_5__1"
+ // $ANTLR end "rule__SubprogramGroupType__Group_6__1"
- // $ANTLR start "rule__SubprogramGroupType__Group_5__1__Impl"
- // InternalAadl2Parser.g:27317:1: rule__SubprogramGroupType__Group_5__1__Impl : ( ( rule__SubprogramGroupType__Alternatives_5_1 ) ) ;
- public final void rule__SubprogramGroupType__Group_5__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_6__1__Impl"
+ // InternalAadl2Parser.g:26610:1: rule__SubprogramGroupType__Group_6__1__Impl : ( ( rule__SubprogramGroupType__Alternatives_6_1 ) ) ;
+ public final void rule__SubprogramGroupType__Group_6__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27321:1: ( ( ( rule__SubprogramGroupType__Alternatives_5_1 ) ) )
- // InternalAadl2Parser.g:27322:1: ( ( rule__SubprogramGroupType__Alternatives_5_1 ) )
+ // InternalAadl2Parser.g:26614:1: ( ( ( rule__SubprogramGroupType__Alternatives_6_1 ) ) )
+ // InternalAadl2Parser.g:26615:1: ( ( rule__SubprogramGroupType__Alternatives_6_1 ) )
{
- // InternalAadl2Parser.g:27322:1: ( ( rule__SubprogramGroupType__Alternatives_5_1 ) )
- // InternalAadl2Parser.g:27323:2: ( rule__SubprogramGroupType__Alternatives_5_1 )
+ // InternalAadl2Parser.g:26615:1: ( ( rule__SubprogramGroupType__Alternatives_6_1 ) )
+ // InternalAadl2Parser.g:26616:2: ( rule__SubprogramGroupType__Alternatives_6_1 )
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_5_1());
- // InternalAadl2Parser.g:27324:2: ( rule__SubprogramGroupType__Alternatives_5_1 )
- // InternalAadl2Parser.g:27324:3: rule__SubprogramGroupType__Alternatives_5_1
+ before(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_6_1());
+ // InternalAadl2Parser.g:26617:2: ( rule__SubprogramGroupType__Alternatives_6_1 )
+ // InternalAadl2Parser.g:26617:3: rule__SubprogramGroupType__Alternatives_6_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Alternatives_5_1();
+ rule__SubprogramGroupType__Alternatives_6_1();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_5_1());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_6_1());
}
@@ -111506,26 +109366,26 @@ public final void rule__SubprogramGroupType__Group_5__1__Impl() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_5__1__Impl"
+ // $ANTLR end "rule__SubprogramGroupType__Group_6__1__Impl"
- // $ANTLR start "rule__SubprogramGroupType__Group_5_1_1__0"
- // InternalAadl2Parser.g:27333:1: rule__SubprogramGroupType__Group_5_1_1__0 : rule__SubprogramGroupType__Group_5_1_1__0__Impl rule__SubprogramGroupType__Group_5_1_1__1 ;
- public final void rule__SubprogramGroupType__Group_5_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_6_1_1__0"
+ // InternalAadl2Parser.g:26626:1: rule__SubprogramGroupType__Group_6_1_1__0 : rule__SubprogramGroupType__Group_6_1_1__0__Impl rule__SubprogramGroupType__Group_6_1_1__1 ;
+ public final void rule__SubprogramGroupType__Group_6_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27337:1: ( rule__SubprogramGroupType__Group_5_1_1__0__Impl rule__SubprogramGroupType__Group_5_1_1__1 )
- // InternalAadl2Parser.g:27338:2: rule__SubprogramGroupType__Group_5_1_1__0__Impl rule__SubprogramGroupType__Group_5_1_1__1
+ // InternalAadl2Parser.g:26630:1: ( rule__SubprogramGroupType__Group_6_1_1__0__Impl rule__SubprogramGroupType__Group_6_1_1__1 )
+ // InternalAadl2Parser.g:26631:2: rule__SubprogramGroupType__Group_6_1_1__0__Impl rule__SubprogramGroupType__Group_6_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__SubprogramGroupType__Group_5_1_1__0__Impl();
+ rule__SubprogramGroupType__Group_6_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Group_5_1_1__1();
+ rule__SubprogramGroupType__Group_6_1_1__1();
state._fsp--;
@@ -111544,35 +109404,35 @@ public final void rule__SubprogramGroupType__Group_5_1_1__0() throws Recognition
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_5_1_1__0"
+ // $ANTLR end "rule__SubprogramGroupType__Group_6_1_1__0"
- // $ANTLR start "rule__SubprogramGroupType__Group_5_1_1__0__Impl"
- // InternalAadl2Parser.g:27345:1: rule__SubprogramGroupType__Group_5_1_1__0__Impl : ( ( rule__SubprogramGroupType__NoFlowsAssignment_5_1_1_0 ) ) ;
- public final void rule__SubprogramGroupType__Group_5_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_6_1_1__0__Impl"
+ // InternalAadl2Parser.g:26638:1: rule__SubprogramGroupType__Group_6_1_1__0__Impl : ( ( rule__SubprogramGroupType__NoFlowsAssignment_6_1_1_0 ) ) ;
+ public final void rule__SubprogramGroupType__Group_6_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27349:1: ( ( ( rule__SubprogramGroupType__NoFlowsAssignment_5_1_1_0 ) ) )
- // InternalAadl2Parser.g:27350:1: ( ( rule__SubprogramGroupType__NoFlowsAssignment_5_1_1_0 ) )
+ // InternalAadl2Parser.g:26642:1: ( ( ( rule__SubprogramGroupType__NoFlowsAssignment_6_1_1_0 ) ) )
+ // InternalAadl2Parser.g:26643:1: ( ( rule__SubprogramGroupType__NoFlowsAssignment_6_1_1_0 ) )
{
- // InternalAadl2Parser.g:27350:1: ( ( rule__SubprogramGroupType__NoFlowsAssignment_5_1_1_0 ) )
- // InternalAadl2Parser.g:27351:2: ( rule__SubprogramGroupType__NoFlowsAssignment_5_1_1_0 )
+ // InternalAadl2Parser.g:26643:1: ( ( rule__SubprogramGroupType__NoFlowsAssignment_6_1_1_0 ) )
+ // InternalAadl2Parser.g:26644:2: ( rule__SubprogramGroupType__NoFlowsAssignment_6_1_1_0 )
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getNoFlowsAssignment_5_1_1_0());
- // InternalAadl2Parser.g:27352:2: ( rule__SubprogramGroupType__NoFlowsAssignment_5_1_1_0 )
- // InternalAadl2Parser.g:27352:3: rule__SubprogramGroupType__NoFlowsAssignment_5_1_1_0
+ before(grammarAccess.getSubprogramGroupTypeAccess().getNoFlowsAssignment_6_1_1_0());
+ // InternalAadl2Parser.g:26645:2: ( rule__SubprogramGroupType__NoFlowsAssignment_6_1_1_0 )
+ // InternalAadl2Parser.g:26645:3: rule__SubprogramGroupType__NoFlowsAssignment_6_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__NoFlowsAssignment_5_1_1_0();
+ rule__SubprogramGroupType__NoFlowsAssignment_6_1_1_0();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupTypeAccess().getNoFlowsAssignment_5_1_1_0());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getNoFlowsAssignment_6_1_1_0());
}
@@ -111591,21 +109451,21 @@ public final void rule__SubprogramGroupType__Group_5_1_1__0__Impl() throws Recog
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_5_1_1__0__Impl"
+ // $ANTLR end "rule__SubprogramGroupType__Group_6_1_1__0__Impl"
- // $ANTLR start "rule__SubprogramGroupType__Group_5_1_1__1"
- // InternalAadl2Parser.g:27360:1: rule__SubprogramGroupType__Group_5_1_1__1 : rule__SubprogramGroupType__Group_5_1_1__1__Impl ;
- public final void rule__SubprogramGroupType__Group_5_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_6_1_1__1"
+ // InternalAadl2Parser.g:26653:1: rule__SubprogramGroupType__Group_6_1_1__1 : rule__SubprogramGroupType__Group_6_1_1__1__Impl ;
+ public final void rule__SubprogramGroupType__Group_6_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27364:1: ( rule__SubprogramGroupType__Group_5_1_1__1__Impl )
- // InternalAadl2Parser.g:27365:2: rule__SubprogramGroupType__Group_5_1_1__1__Impl
+ // InternalAadl2Parser.g:26657:1: ( rule__SubprogramGroupType__Group_6_1_1__1__Impl )
+ // InternalAadl2Parser.g:26658:2: rule__SubprogramGroupType__Group_6_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Group_5_1_1__1__Impl();
+ rule__SubprogramGroupType__Group_6_1_1__1__Impl();
state._fsp--;
@@ -111624,25 +109484,25 @@ public final void rule__SubprogramGroupType__Group_5_1_1__1() throws Recognition
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_5_1_1__1"
+ // $ANTLR end "rule__SubprogramGroupType__Group_6_1_1__1"
- // $ANTLR start "rule__SubprogramGroupType__Group_5_1_1__1__Impl"
- // InternalAadl2Parser.g:27371:1: rule__SubprogramGroupType__Group_5_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__SubprogramGroupType__Group_5_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_6_1_1__1__Impl"
+ // InternalAadl2Parser.g:26664:1: rule__SubprogramGroupType__Group_6_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__SubprogramGroupType__Group_6_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27375:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:27376:1: ( Semicolon )
+ // InternalAadl2Parser.g:26668:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:26669:1: ( Semicolon )
{
- // InternalAadl2Parser.g:27376:1: ( Semicolon )
- // InternalAadl2Parser.g:27377:2: Semicolon
+ // InternalAadl2Parser.g:26669:1: ( Semicolon )
+ // InternalAadl2Parser.g:26670:2: Semicolon
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getSemicolonKeyword_5_1_1_1());
+ before(grammarAccess.getSubprogramGroupTypeAccess().getSemicolonKeyword_6_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSubprogramGroupTypeAccess().getSemicolonKeyword_5_1_1_1());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getSemicolonKeyword_6_1_1_1());
}
@@ -111661,26 +109521,26 @@ public final void rule__SubprogramGroupType__Group_5_1_1__1__Impl() throws Recog
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_5_1_1__1__Impl"
+ // $ANTLR end "rule__SubprogramGroupType__Group_6_1_1__1__Impl"
- // $ANTLR start "rule__SubprogramGroupType__Group_6__0"
- // InternalAadl2Parser.g:27387:1: rule__SubprogramGroupType__Group_6__0 : rule__SubprogramGroupType__Group_6__0__Impl rule__SubprogramGroupType__Group_6__1 ;
- public final void rule__SubprogramGroupType__Group_6__0() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_7__0"
+ // InternalAadl2Parser.g:26680:1: rule__SubprogramGroupType__Group_7__0 : rule__SubprogramGroupType__Group_7__0__Impl rule__SubprogramGroupType__Group_7__1 ;
+ public final void rule__SubprogramGroupType__Group_7__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27391:1: ( rule__SubprogramGroupType__Group_6__0__Impl rule__SubprogramGroupType__Group_6__1 )
- // InternalAadl2Parser.g:27392:2: rule__SubprogramGroupType__Group_6__0__Impl rule__SubprogramGroupType__Group_6__1
+ // InternalAadl2Parser.g:26684:1: ( rule__SubprogramGroupType__Group_7__0__Impl rule__SubprogramGroupType__Group_7__1 )
+ // InternalAadl2Parser.g:26685:2: rule__SubprogramGroupType__Group_7__0__Impl rule__SubprogramGroupType__Group_7__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__SubprogramGroupType__Group_6__0__Impl();
+ rule__SubprogramGroupType__Group_7__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Group_6__1();
+ rule__SubprogramGroupType__Group_7__1();
state._fsp--;
@@ -111699,25 +109559,25 @@ public final void rule__SubprogramGroupType__Group_6__0() throws RecognitionExce
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_6__0"
+ // $ANTLR end "rule__SubprogramGroupType__Group_7__0"
- // $ANTLR start "rule__SubprogramGroupType__Group_6__0__Impl"
- // InternalAadl2Parser.g:27399:1: rule__SubprogramGroupType__Group_6__0__Impl : ( Properties ) ;
- public final void rule__SubprogramGroupType__Group_6__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_7__0__Impl"
+ // InternalAadl2Parser.g:26692:1: rule__SubprogramGroupType__Group_7__0__Impl : ( Properties ) ;
+ public final void rule__SubprogramGroupType__Group_7__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27403:1: ( ( Properties ) )
- // InternalAadl2Parser.g:27404:1: ( Properties )
+ // InternalAadl2Parser.g:26696:1: ( ( Properties ) )
+ // InternalAadl2Parser.g:26697:1: ( Properties )
{
- // InternalAadl2Parser.g:27404:1: ( Properties )
- // InternalAadl2Parser.g:27405:2: Properties
+ // InternalAadl2Parser.g:26697:1: ( Properties )
+ // InternalAadl2Parser.g:26698:2: Properties
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getPropertiesKeyword_6_0());
+ before(grammarAccess.getSubprogramGroupTypeAccess().getPropertiesKeyword_7_0());
match(input,Properties,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSubprogramGroupTypeAccess().getPropertiesKeyword_6_0());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getPropertiesKeyword_7_0());
}
@@ -111736,21 +109596,21 @@ public final void rule__SubprogramGroupType__Group_6__0__Impl() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_6__0__Impl"
+ // $ANTLR end "rule__SubprogramGroupType__Group_7__0__Impl"
- // $ANTLR start "rule__SubprogramGroupType__Group_6__1"
- // InternalAadl2Parser.g:27414:1: rule__SubprogramGroupType__Group_6__1 : rule__SubprogramGroupType__Group_6__1__Impl ;
- public final void rule__SubprogramGroupType__Group_6__1() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_7__1"
+ // InternalAadl2Parser.g:26707:1: rule__SubprogramGroupType__Group_7__1 : rule__SubprogramGroupType__Group_7__1__Impl ;
+ public final void rule__SubprogramGroupType__Group_7__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27418:1: ( rule__SubprogramGroupType__Group_6__1__Impl )
- // InternalAadl2Parser.g:27419:2: rule__SubprogramGroupType__Group_6__1__Impl
+ // InternalAadl2Parser.g:26711:1: ( rule__SubprogramGroupType__Group_7__1__Impl )
+ // InternalAadl2Parser.g:26712:2: rule__SubprogramGroupType__Group_7__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Group_6__1__Impl();
+ rule__SubprogramGroupType__Group_7__1__Impl();
state._fsp--;
@@ -111769,35 +109629,35 @@ public final void rule__SubprogramGroupType__Group_6__1() throws RecognitionExce
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_6__1"
+ // $ANTLR end "rule__SubprogramGroupType__Group_7__1"
- // $ANTLR start "rule__SubprogramGroupType__Group_6__1__Impl"
- // InternalAadl2Parser.g:27425:1: rule__SubprogramGroupType__Group_6__1__Impl : ( ( rule__SubprogramGroupType__Alternatives_6_1 ) ) ;
- public final void rule__SubprogramGroupType__Group_6__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_7__1__Impl"
+ // InternalAadl2Parser.g:26718:1: rule__SubprogramGroupType__Group_7__1__Impl : ( ( rule__SubprogramGroupType__Alternatives_7_1 ) ) ;
+ public final void rule__SubprogramGroupType__Group_7__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27429:1: ( ( ( rule__SubprogramGroupType__Alternatives_6_1 ) ) )
- // InternalAadl2Parser.g:27430:1: ( ( rule__SubprogramGroupType__Alternatives_6_1 ) )
+ // InternalAadl2Parser.g:26722:1: ( ( ( rule__SubprogramGroupType__Alternatives_7_1 ) ) )
+ // InternalAadl2Parser.g:26723:1: ( ( rule__SubprogramGroupType__Alternatives_7_1 ) )
{
- // InternalAadl2Parser.g:27430:1: ( ( rule__SubprogramGroupType__Alternatives_6_1 ) )
- // InternalAadl2Parser.g:27431:2: ( rule__SubprogramGroupType__Alternatives_6_1 )
+ // InternalAadl2Parser.g:26723:1: ( ( rule__SubprogramGroupType__Alternatives_7_1 ) )
+ // InternalAadl2Parser.g:26724:2: ( rule__SubprogramGroupType__Alternatives_7_1 )
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_6_1());
- // InternalAadl2Parser.g:27432:2: ( rule__SubprogramGroupType__Alternatives_6_1 )
- // InternalAadl2Parser.g:27432:3: rule__SubprogramGroupType__Alternatives_6_1
+ before(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_7_1());
+ // InternalAadl2Parser.g:26725:2: ( rule__SubprogramGroupType__Alternatives_7_1 )
+ // InternalAadl2Parser.g:26725:3: rule__SubprogramGroupType__Alternatives_7_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Alternatives_6_1();
+ rule__SubprogramGroupType__Alternatives_7_1();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_6_1());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getAlternatives_7_1());
}
@@ -111816,26 +109676,26 @@ public final void rule__SubprogramGroupType__Group_6__1__Impl() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_6__1__Impl"
+ // $ANTLR end "rule__SubprogramGroupType__Group_7__1__Impl"
- // $ANTLR start "rule__SubprogramGroupType__Group_6_1_1__0"
- // InternalAadl2Parser.g:27441:1: rule__SubprogramGroupType__Group_6_1_1__0 : rule__SubprogramGroupType__Group_6_1_1__0__Impl rule__SubprogramGroupType__Group_6_1_1__1 ;
- public final void rule__SubprogramGroupType__Group_6_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_7_1_1__0"
+ // InternalAadl2Parser.g:26734:1: rule__SubprogramGroupType__Group_7_1_1__0 : rule__SubprogramGroupType__Group_7_1_1__0__Impl rule__SubprogramGroupType__Group_7_1_1__1 ;
+ public final void rule__SubprogramGroupType__Group_7_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27445:1: ( rule__SubprogramGroupType__Group_6_1_1__0__Impl rule__SubprogramGroupType__Group_6_1_1__1 )
- // InternalAadl2Parser.g:27446:2: rule__SubprogramGroupType__Group_6_1_1__0__Impl rule__SubprogramGroupType__Group_6_1_1__1
+ // InternalAadl2Parser.g:26738:1: ( rule__SubprogramGroupType__Group_7_1_1__0__Impl rule__SubprogramGroupType__Group_7_1_1__1 )
+ // InternalAadl2Parser.g:26739:2: rule__SubprogramGroupType__Group_7_1_1__0__Impl rule__SubprogramGroupType__Group_7_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__SubprogramGroupType__Group_6_1_1__0__Impl();
+ rule__SubprogramGroupType__Group_7_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Group_6_1_1__1();
+ rule__SubprogramGroupType__Group_7_1_1__1();
state._fsp--;
@@ -111854,35 +109714,35 @@ public final void rule__SubprogramGroupType__Group_6_1_1__0() throws Recognition
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_6_1_1__0"
+ // $ANTLR end "rule__SubprogramGroupType__Group_7_1_1__0"
- // $ANTLR start "rule__SubprogramGroupType__Group_6_1_1__0__Impl"
- // InternalAadl2Parser.g:27453:1: rule__SubprogramGroupType__Group_6_1_1__0__Impl : ( ( rule__SubprogramGroupType__NoPropertiesAssignment_6_1_1_0 ) ) ;
- public final void rule__SubprogramGroupType__Group_6_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_7_1_1__0__Impl"
+ // InternalAadl2Parser.g:26746:1: rule__SubprogramGroupType__Group_7_1_1__0__Impl : ( ( rule__SubprogramGroupType__NoPropertiesAssignment_7_1_1_0 ) ) ;
+ public final void rule__SubprogramGroupType__Group_7_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27457:1: ( ( ( rule__SubprogramGroupType__NoPropertiesAssignment_6_1_1_0 ) ) )
- // InternalAadl2Parser.g:27458:1: ( ( rule__SubprogramGroupType__NoPropertiesAssignment_6_1_1_0 ) )
+ // InternalAadl2Parser.g:26750:1: ( ( ( rule__SubprogramGroupType__NoPropertiesAssignment_7_1_1_0 ) ) )
+ // InternalAadl2Parser.g:26751:1: ( ( rule__SubprogramGroupType__NoPropertiesAssignment_7_1_1_0 ) )
{
- // InternalAadl2Parser.g:27458:1: ( ( rule__SubprogramGroupType__NoPropertiesAssignment_6_1_1_0 ) )
- // InternalAadl2Parser.g:27459:2: ( rule__SubprogramGroupType__NoPropertiesAssignment_6_1_1_0 )
+ // InternalAadl2Parser.g:26751:1: ( ( rule__SubprogramGroupType__NoPropertiesAssignment_7_1_1_0 ) )
+ // InternalAadl2Parser.g:26752:2: ( rule__SubprogramGroupType__NoPropertiesAssignment_7_1_1_0 )
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getNoPropertiesAssignment_6_1_1_0());
- // InternalAadl2Parser.g:27460:2: ( rule__SubprogramGroupType__NoPropertiesAssignment_6_1_1_0 )
- // InternalAadl2Parser.g:27460:3: rule__SubprogramGroupType__NoPropertiesAssignment_6_1_1_0
+ before(grammarAccess.getSubprogramGroupTypeAccess().getNoPropertiesAssignment_7_1_1_0());
+ // InternalAadl2Parser.g:26753:2: ( rule__SubprogramGroupType__NoPropertiesAssignment_7_1_1_0 )
+ // InternalAadl2Parser.g:26753:3: rule__SubprogramGroupType__NoPropertiesAssignment_7_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__NoPropertiesAssignment_6_1_1_0();
+ rule__SubprogramGroupType__NoPropertiesAssignment_7_1_1_0();
state._fsp--;
}
- after(grammarAccess.getSubprogramGroupTypeAccess().getNoPropertiesAssignment_6_1_1_0());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getNoPropertiesAssignment_7_1_1_0());
}
@@ -111901,21 +109761,21 @@ public final void rule__SubprogramGroupType__Group_6_1_1__0__Impl() throws Recog
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_6_1_1__0__Impl"
+ // $ANTLR end "rule__SubprogramGroupType__Group_7_1_1__0__Impl"
- // $ANTLR start "rule__SubprogramGroupType__Group_6_1_1__1"
- // InternalAadl2Parser.g:27468:1: rule__SubprogramGroupType__Group_6_1_1__1 : rule__SubprogramGroupType__Group_6_1_1__1__Impl ;
- public final void rule__SubprogramGroupType__Group_6_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_7_1_1__1"
+ // InternalAadl2Parser.g:26761:1: rule__SubprogramGroupType__Group_7_1_1__1 : rule__SubprogramGroupType__Group_7_1_1__1__Impl ;
+ public final void rule__SubprogramGroupType__Group_7_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27472:1: ( rule__SubprogramGroupType__Group_6_1_1__1__Impl )
- // InternalAadl2Parser.g:27473:2: rule__SubprogramGroupType__Group_6_1_1__1__Impl
+ // InternalAadl2Parser.g:26765:1: ( rule__SubprogramGroupType__Group_7_1_1__1__Impl )
+ // InternalAadl2Parser.g:26766:2: rule__SubprogramGroupType__Group_7_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramGroupType__Group_6_1_1__1__Impl();
+ rule__SubprogramGroupType__Group_7_1_1__1__Impl();
state._fsp--;
@@ -111934,25 +109794,25 @@ public final void rule__SubprogramGroupType__Group_6_1_1__1() throws Recognition
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_6_1_1__1"
+ // $ANTLR end "rule__SubprogramGroupType__Group_7_1_1__1"
- // $ANTLR start "rule__SubprogramGroupType__Group_6_1_1__1__Impl"
- // InternalAadl2Parser.g:27479:1: rule__SubprogramGroupType__Group_6_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__SubprogramGroupType__Group_6_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramGroupType__Group_7_1_1__1__Impl"
+ // InternalAadl2Parser.g:26772:1: rule__SubprogramGroupType__Group_7_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__SubprogramGroupType__Group_7_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27483:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:27484:1: ( Semicolon )
+ // InternalAadl2Parser.g:26776:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:26777:1: ( Semicolon )
{
- // InternalAadl2Parser.g:27484:1: ( Semicolon )
- // InternalAadl2Parser.g:27485:2: Semicolon
+ // InternalAadl2Parser.g:26777:1: ( Semicolon )
+ // InternalAadl2Parser.g:26778:2: Semicolon
{
- before(grammarAccess.getSubprogramGroupTypeAccess().getSemicolonKeyword_6_1_1_1());
+ before(grammarAccess.getSubprogramGroupTypeAccess().getSemicolonKeyword_7_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSubprogramGroupTypeAccess().getSemicolonKeyword_6_1_1_1());
+ after(grammarAccess.getSubprogramGroupTypeAccess().getSemicolonKeyword_7_1_1_1());
}
@@ -111971,18 +109831,18 @@ public final void rule__SubprogramGroupType__Group_6_1_1__1__Impl() throws Recog
}
return ;
}
- // $ANTLR end "rule__SubprogramGroupType__Group_6_1_1__1__Impl"
+ // $ANTLR end "rule__SubprogramGroupType__Group_7_1_1__1__Impl"
// $ANTLR start "rule__ProcessorType__Group__0"
- // InternalAadl2Parser.g:27495:1: rule__ProcessorType__Group__0 : rule__ProcessorType__Group__0__Impl rule__ProcessorType__Group__1 ;
+ // InternalAadl2Parser.g:26788:1: rule__ProcessorType__Group__0 : rule__ProcessorType__Group__0__Impl rule__ProcessorType__Group__1 ;
public final void rule__ProcessorType__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27499:1: ( rule__ProcessorType__Group__0__Impl rule__ProcessorType__Group__1 )
- // InternalAadl2Parser.g:27500:2: rule__ProcessorType__Group__0__Impl rule__ProcessorType__Group__1
+ // InternalAadl2Parser.g:26792:1: ( rule__ProcessorType__Group__0__Impl rule__ProcessorType__Group__1 )
+ // InternalAadl2Parser.g:26793:2: rule__ProcessorType__Group__0__Impl rule__ProcessorType__Group__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__ProcessorType__Group__0__Impl();
@@ -112013,17 +109873,17 @@ public final void rule__ProcessorType__Group__0() throws RecognitionException {
// $ANTLR start "rule__ProcessorType__Group__0__Impl"
- // InternalAadl2Parser.g:27507:1: rule__ProcessorType__Group__0__Impl : ( Processor ) ;
+ // InternalAadl2Parser.g:26800:1: rule__ProcessorType__Group__0__Impl : ( Processor ) ;
public final void rule__ProcessorType__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27511:1: ( ( Processor ) )
- // InternalAadl2Parser.g:27512:1: ( Processor )
+ // InternalAadl2Parser.g:26804:1: ( ( Processor ) )
+ // InternalAadl2Parser.g:26805:1: ( Processor )
{
- // InternalAadl2Parser.g:27512:1: ( Processor )
- // InternalAadl2Parser.g:27513:2: Processor
+ // InternalAadl2Parser.g:26805:1: ( Processor )
+ // InternalAadl2Parser.g:26806:2: Processor
{
before(grammarAccess.getProcessorTypeAccess().getProcessorKeyword_0());
match(input,Processor,FollowSets000.FOLLOW_2);
@@ -112050,14 +109910,14 @@ public final void rule__ProcessorType__Group__0__Impl() throws RecognitionExcept
// $ANTLR start "rule__ProcessorType__Group__1"
- // InternalAadl2Parser.g:27522:1: rule__ProcessorType__Group__1 : rule__ProcessorType__Group__1__Impl rule__ProcessorType__Group__2 ;
+ // InternalAadl2Parser.g:26815:1: rule__ProcessorType__Group__1 : rule__ProcessorType__Group__1__Impl rule__ProcessorType__Group__2 ;
public final void rule__ProcessorType__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27526:1: ( rule__ProcessorType__Group__1__Impl rule__ProcessorType__Group__2 )
- // InternalAadl2Parser.g:27527:2: rule__ProcessorType__Group__1__Impl rule__ProcessorType__Group__2
+ // InternalAadl2Parser.g:26819:1: ( rule__ProcessorType__Group__1__Impl rule__ProcessorType__Group__2 )
+ // InternalAadl2Parser.g:26820:2: rule__ProcessorType__Group__1__Impl rule__ProcessorType__Group__2
{
pushFollow(FollowSets000.FOLLOW_27);
rule__ProcessorType__Group__1__Impl();
@@ -112088,21 +109948,21 @@ public final void rule__ProcessorType__Group__1() throws RecognitionException {
// $ANTLR start "rule__ProcessorType__Group__1__Impl"
- // InternalAadl2Parser.g:27534:1: rule__ProcessorType__Group__1__Impl : ( ( rule__ProcessorType__NameAssignment_1 ) ) ;
+ // InternalAadl2Parser.g:26827:1: rule__ProcessorType__Group__1__Impl : ( ( rule__ProcessorType__NameAssignment_1 ) ) ;
public final void rule__ProcessorType__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27538:1: ( ( ( rule__ProcessorType__NameAssignment_1 ) ) )
- // InternalAadl2Parser.g:27539:1: ( ( rule__ProcessorType__NameAssignment_1 ) )
+ // InternalAadl2Parser.g:26831:1: ( ( ( rule__ProcessorType__NameAssignment_1 ) ) )
+ // InternalAadl2Parser.g:26832:1: ( ( rule__ProcessorType__NameAssignment_1 ) )
{
- // InternalAadl2Parser.g:27539:1: ( ( rule__ProcessorType__NameAssignment_1 ) )
- // InternalAadl2Parser.g:27540:2: ( rule__ProcessorType__NameAssignment_1 )
+ // InternalAadl2Parser.g:26832:1: ( ( rule__ProcessorType__NameAssignment_1 ) )
+ // InternalAadl2Parser.g:26833:2: ( rule__ProcessorType__NameAssignment_1 )
{
before(grammarAccess.getProcessorTypeAccess().getNameAssignment_1());
- // InternalAadl2Parser.g:27541:2: ( rule__ProcessorType__NameAssignment_1 )
- // InternalAadl2Parser.g:27541:3: rule__ProcessorType__NameAssignment_1
+ // InternalAadl2Parser.g:26834:2: ( rule__ProcessorType__NameAssignment_1 )
+ // InternalAadl2Parser.g:26834:3: rule__ProcessorType__NameAssignment_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__NameAssignment_1();
@@ -112135,14 +109995,14 @@ public final void rule__ProcessorType__Group__1__Impl() throws RecognitionExcept
// $ANTLR start "rule__ProcessorType__Group__2"
- // InternalAadl2Parser.g:27549:1: rule__ProcessorType__Group__2 : rule__ProcessorType__Group__2__Impl rule__ProcessorType__Group__3 ;
+ // InternalAadl2Parser.g:26842:1: rule__ProcessorType__Group__2 : rule__ProcessorType__Group__2__Impl rule__ProcessorType__Group__3 ;
public final void rule__ProcessorType__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27553:1: ( rule__ProcessorType__Group__2__Impl rule__ProcessorType__Group__3 )
- // InternalAadl2Parser.g:27554:2: rule__ProcessorType__Group__2__Impl rule__ProcessorType__Group__3
+ // InternalAadl2Parser.g:26846:1: ( rule__ProcessorType__Group__2__Impl rule__ProcessorType__Group__3 )
+ // InternalAadl2Parser.g:26847:2: rule__ProcessorType__Group__2__Impl rule__ProcessorType__Group__3
{
pushFollow(FollowSets000.FOLLOW_27);
rule__ProcessorType__Group__2__Impl();
@@ -112173,20 +110033,20 @@ public final void rule__ProcessorType__Group__2() throws RecognitionException {
// $ANTLR start "rule__ProcessorType__Group__2__Impl"
- // InternalAadl2Parser.g:27561:1: rule__ProcessorType__Group__2__Impl : ( ( rule__ProcessorType__Group_2__0 )? ) ;
+ // InternalAadl2Parser.g:26854:1: rule__ProcessorType__Group__2__Impl : ( ( rule__ProcessorType__Group_2__0 )? ) ;
public final void rule__ProcessorType__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27565:1: ( ( ( rule__ProcessorType__Group_2__0 )? ) )
- // InternalAadl2Parser.g:27566:1: ( ( rule__ProcessorType__Group_2__0 )? )
+ // InternalAadl2Parser.g:26858:1: ( ( ( rule__ProcessorType__Group_2__0 )? ) )
+ // InternalAadl2Parser.g:26859:1: ( ( rule__ProcessorType__Group_2__0 )? )
{
- // InternalAadl2Parser.g:27566:1: ( ( rule__ProcessorType__Group_2__0 )? )
- // InternalAadl2Parser.g:27567:2: ( rule__ProcessorType__Group_2__0 )?
+ // InternalAadl2Parser.g:26859:1: ( ( rule__ProcessorType__Group_2__0 )? )
+ // InternalAadl2Parser.g:26860:2: ( rule__ProcessorType__Group_2__0 )?
{
before(grammarAccess.getProcessorTypeAccess().getGroup_2());
- // InternalAadl2Parser.g:27568:2: ( rule__ProcessorType__Group_2__0 )?
+ // InternalAadl2Parser.g:26861:2: ( rule__ProcessorType__Group_2__0 )?
int alt617=2;
int LA617_0 = input.LA(1);
@@ -112195,7 +110055,7 @@ public final void rule__ProcessorType__Group__2__Impl() throws RecognitionExcept
}
switch (alt617) {
case 1 :
- // InternalAadl2Parser.g:27568:3: rule__ProcessorType__Group_2__0
+ // InternalAadl2Parser.g:26861:3: rule__ProcessorType__Group_2__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__Group_2__0();
@@ -112231,14 +110091,14 @@ public final void rule__ProcessorType__Group__2__Impl() throws RecognitionExcept
// $ANTLR start "rule__ProcessorType__Group__3"
- // InternalAadl2Parser.g:27576:1: rule__ProcessorType__Group__3 : rule__ProcessorType__Group__3__Impl rule__ProcessorType__Group__4 ;
+ // InternalAadl2Parser.g:26869:1: rule__ProcessorType__Group__3 : rule__ProcessorType__Group__3__Impl rule__ProcessorType__Group__4 ;
public final void rule__ProcessorType__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27580:1: ( rule__ProcessorType__Group__3__Impl rule__ProcessorType__Group__4 )
- // InternalAadl2Parser.g:27581:2: rule__ProcessorType__Group__3__Impl rule__ProcessorType__Group__4
+ // InternalAadl2Parser.g:26873:1: ( rule__ProcessorType__Group__3__Impl rule__ProcessorType__Group__4 )
+ // InternalAadl2Parser.g:26874:2: rule__ProcessorType__Group__3__Impl rule__ProcessorType__Group__4
{
pushFollow(FollowSets000.FOLLOW_27);
rule__ProcessorType__Group__3__Impl();
@@ -112269,20 +110129,20 @@ public final void rule__ProcessorType__Group__3() throws RecognitionException {
// $ANTLR start "rule__ProcessorType__Group__3__Impl"
- // InternalAadl2Parser.g:27588:1: rule__ProcessorType__Group__3__Impl : ( ( rule__ProcessorType__Group_3__0 )? ) ;
+ // InternalAadl2Parser.g:26881:1: rule__ProcessorType__Group__3__Impl : ( ( rule__ProcessorType__Group_3__0 )? ) ;
public final void rule__ProcessorType__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27592:1: ( ( ( rule__ProcessorType__Group_3__0 )? ) )
- // InternalAadl2Parser.g:27593:1: ( ( rule__ProcessorType__Group_3__0 )? )
+ // InternalAadl2Parser.g:26885:1: ( ( ( rule__ProcessorType__Group_3__0 )? ) )
+ // InternalAadl2Parser.g:26886:1: ( ( rule__ProcessorType__Group_3__0 )? )
{
- // InternalAadl2Parser.g:27593:1: ( ( rule__ProcessorType__Group_3__0 )? )
- // InternalAadl2Parser.g:27594:2: ( rule__ProcessorType__Group_3__0 )?
+ // InternalAadl2Parser.g:26886:1: ( ( rule__ProcessorType__Group_3__0 )? )
+ // InternalAadl2Parser.g:26887:2: ( rule__ProcessorType__Group_3__0 )?
{
before(grammarAccess.getProcessorTypeAccess().getGroup_3());
- // InternalAadl2Parser.g:27595:2: ( rule__ProcessorType__Group_3__0 )?
+ // InternalAadl2Parser.g:26888:2: ( rule__ProcessorType__Group_3__0 )?
int alt618=2;
int LA618_0 = input.LA(1);
@@ -112291,7 +110151,7 @@ public final void rule__ProcessorType__Group__3__Impl() throws RecognitionExcept
}
switch (alt618) {
case 1 :
- // InternalAadl2Parser.g:27595:3: rule__ProcessorType__Group_3__0
+ // InternalAadl2Parser.g:26888:3: rule__ProcessorType__Group_3__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__Group_3__0();
@@ -112327,14 +110187,14 @@ public final void rule__ProcessorType__Group__3__Impl() throws RecognitionExcept
// $ANTLR start "rule__ProcessorType__Group__4"
- // InternalAadl2Parser.g:27603:1: rule__ProcessorType__Group__4 : rule__ProcessorType__Group__4__Impl rule__ProcessorType__Group__5 ;
+ // InternalAadl2Parser.g:26896:1: rule__ProcessorType__Group__4 : rule__ProcessorType__Group__4__Impl rule__ProcessorType__Group__5 ;
public final void rule__ProcessorType__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27607:1: ( rule__ProcessorType__Group__4__Impl rule__ProcessorType__Group__5 )
- // InternalAadl2Parser.g:27608:2: rule__ProcessorType__Group__4__Impl rule__ProcessorType__Group__5
+ // InternalAadl2Parser.g:26900:1: ( rule__ProcessorType__Group__4__Impl rule__ProcessorType__Group__5 )
+ // InternalAadl2Parser.g:26901:2: rule__ProcessorType__Group__4__Impl rule__ProcessorType__Group__5
{
pushFollow(FollowSets000.FOLLOW_27);
rule__ProcessorType__Group__4__Impl();
@@ -112365,20 +110225,20 @@ public final void rule__ProcessorType__Group__4() throws RecognitionException {
// $ANTLR start "rule__ProcessorType__Group__4__Impl"
- // InternalAadl2Parser.g:27615:1: rule__ProcessorType__Group__4__Impl : ( ( rule__ProcessorType__Group_4__0 )? ) ;
+ // InternalAadl2Parser.g:26908:1: rule__ProcessorType__Group__4__Impl : ( ( rule__ProcessorType__Group_4__0 )? ) ;
public final void rule__ProcessorType__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27619:1: ( ( ( rule__ProcessorType__Group_4__0 )? ) )
- // InternalAadl2Parser.g:27620:1: ( ( rule__ProcessorType__Group_4__0 )? )
+ // InternalAadl2Parser.g:26912:1: ( ( ( rule__ProcessorType__Group_4__0 )? ) )
+ // InternalAadl2Parser.g:26913:1: ( ( rule__ProcessorType__Group_4__0 )? )
{
- // InternalAadl2Parser.g:27620:1: ( ( rule__ProcessorType__Group_4__0 )? )
- // InternalAadl2Parser.g:27621:2: ( rule__ProcessorType__Group_4__0 )?
+ // InternalAadl2Parser.g:26913:1: ( ( rule__ProcessorType__Group_4__0 )? )
+ // InternalAadl2Parser.g:26914:2: ( rule__ProcessorType__Group_4__0 )?
{
before(grammarAccess.getProcessorTypeAccess().getGroup_4());
- // InternalAadl2Parser.g:27622:2: ( rule__ProcessorType__Group_4__0 )?
+ // InternalAadl2Parser.g:26915:2: ( rule__ProcessorType__Group_4__0 )?
int alt619=2;
int LA619_0 = input.LA(1);
@@ -112387,7 +110247,7 @@ public final void rule__ProcessorType__Group__4__Impl() throws RecognitionExcept
}
switch (alt619) {
case 1 :
- // InternalAadl2Parser.g:27622:3: rule__ProcessorType__Group_4__0
+ // InternalAadl2Parser.g:26915:3: rule__ProcessorType__Group_4__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__Group_4__0();
@@ -112423,14 +110283,14 @@ public final void rule__ProcessorType__Group__4__Impl() throws RecognitionExcept
// $ANTLR start "rule__ProcessorType__Group__5"
- // InternalAadl2Parser.g:27630:1: rule__ProcessorType__Group__5 : rule__ProcessorType__Group__5__Impl rule__ProcessorType__Group__6 ;
+ // InternalAadl2Parser.g:26923:1: rule__ProcessorType__Group__5 : rule__ProcessorType__Group__5__Impl rule__ProcessorType__Group__6 ;
public final void rule__ProcessorType__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27634:1: ( rule__ProcessorType__Group__5__Impl rule__ProcessorType__Group__6 )
- // InternalAadl2Parser.g:27635:2: rule__ProcessorType__Group__5__Impl rule__ProcessorType__Group__6
+ // InternalAadl2Parser.g:26927:1: ( rule__ProcessorType__Group__5__Impl rule__ProcessorType__Group__6 )
+ // InternalAadl2Parser.g:26928:2: rule__ProcessorType__Group__5__Impl rule__ProcessorType__Group__6
{
pushFollow(FollowSets000.FOLLOW_27);
rule__ProcessorType__Group__5__Impl();
@@ -112461,20 +110321,20 @@ public final void rule__ProcessorType__Group__5() throws RecognitionException {
// $ANTLR start "rule__ProcessorType__Group__5__Impl"
- // InternalAadl2Parser.g:27642:1: rule__ProcessorType__Group__5__Impl : ( ( rule__ProcessorType__Group_5__0 )? ) ;
+ // InternalAadl2Parser.g:26935:1: rule__ProcessorType__Group__5__Impl : ( ( rule__ProcessorType__Group_5__0 )? ) ;
public final void rule__ProcessorType__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27646:1: ( ( ( rule__ProcessorType__Group_5__0 )? ) )
- // InternalAadl2Parser.g:27647:1: ( ( rule__ProcessorType__Group_5__0 )? )
+ // InternalAadl2Parser.g:26939:1: ( ( ( rule__ProcessorType__Group_5__0 )? ) )
+ // InternalAadl2Parser.g:26940:1: ( ( rule__ProcessorType__Group_5__0 )? )
{
- // InternalAadl2Parser.g:27647:1: ( ( rule__ProcessorType__Group_5__0 )? )
- // InternalAadl2Parser.g:27648:2: ( rule__ProcessorType__Group_5__0 )?
+ // InternalAadl2Parser.g:26940:1: ( ( rule__ProcessorType__Group_5__0 )? )
+ // InternalAadl2Parser.g:26941:2: ( rule__ProcessorType__Group_5__0 )?
{
before(grammarAccess.getProcessorTypeAccess().getGroup_5());
- // InternalAadl2Parser.g:27649:2: ( rule__ProcessorType__Group_5__0 )?
+ // InternalAadl2Parser.g:26942:2: ( rule__ProcessorType__Group_5__0 )?
int alt620=2;
int LA620_0 = input.LA(1);
@@ -112483,7 +110343,7 @@ public final void rule__ProcessorType__Group__5__Impl() throws RecognitionExcept
}
switch (alt620) {
case 1 :
- // InternalAadl2Parser.g:27649:3: rule__ProcessorType__Group_5__0
+ // InternalAadl2Parser.g:26942:3: rule__ProcessorType__Group_5__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__Group_5__0();
@@ -112519,14 +110379,14 @@ public final void rule__ProcessorType__Group__5__Impl() throws RecognitionExcept
// $ANTLR start "rule__ProcessorType__Group__6"
- // InternalAadl2Parser.g:27657:1: rule__ProcessorType__Group__6 : rule__ProcessorType__Group__6__Impl rule__ProcessorType__Group__7 ;
+ // InternalAadl2Parser.g:26950:1: rule__ProcessorType__Group__6 : rule__ProcessorType__Group__6__Impl rule__ProcessorType__Group__7 ;
public final void rule__ProcessorType__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27661:1: ( rule__ProcessorType__Group__6__Impl rule__ProcessorType__Group__7 )
- // InternalAadl2Parser.g:27662:2: rule__ProcessorType__Group__6__Impl rule__ProcessorType__Group__7
+ // InternalAadl2Parser.g:26954:1: ( rule__ProcessorType__Group__6__Impl rule__ProcessorType__Group__7 )
+ // InternalAadl2Parser.g:26955:2: rule__ProcessorType__Group__6__Impl rule__ProcessorType__Group__7
{
pushFollow(FollowSets000.FOLLOW_27);
rule__ProcessorType__Group__6__Impl();
@@ -112557,20 +110417,20 @@ public final void rule__ProcessorType__Group__6() throws RecognitionException {
// $ANTLR start "rule__ProcessorType__Group__6__Impl"
- // InternalAadl2Parser.g:27669:1: rule__ProcessorType__Group__6__Impl : ( ( rule__ProcessorType__Alternatives_6 )? ) ;
+ // InternalAadl2Parser.g:26962:1: rule__ProcessorType__Group__6__Impl : ( ( rule__ProcessorType__Alternatives_6 )? ) ;
public final void rule__ProcessorType__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27673:1: ( ( ( rule__ProcessorType__Alternatives_6 )? ) )
- // InternalAadl2Parser.g:27674:1: ( ( rule__ProcessorType__Alternatives_6 )? )
+ // InternalAadl2Parser.g:26966:1: ( ( ( rule__ProcessorType__Alternatives_6 )? ) )
+ // InternalAadl2Parser.g:26967:1: ( ( rule__ProcessorType__Alternatives_6 )? )
{
- // InternalAadl2Parser.g:27674:1: ( ( rule__ProcessorType__Alternatives_6 )? )
- // InternalAadl2Parser.g:27675:2: ( rule__ProcessorType__Alternatives_6 )?
+ // InternalAadl2Parser.g:26967:1: ( ( rule__ProcessorType__Alternatives_6 )? )
+ // InternalAadl2Parser.g:26968:2: ( rule__ProcessorType__Alternatives_6 )?
{
before(grammarAccess.getProcessorTypeAccess().getAlternatives_6());
- // InternalAadl2Parser.g:27676:2: ( rule__ProcessorType__Alternatives_6 )?
+ // InternalAadl2Parser.g:26969:2: ( rule__ProcessorType__Alternatives_6 )?
int alt621=2;
int LA621_0 = input.LA(1);
@@ -112579,7 +110439,7 @@ public final void rule__ProcessorType__Group__6__Impl() throws RecognitionExcept
}
switch (alt621) {
case 1 :
- // InternalAadl2Parser.g:27676:3: rule__ProcessorType__Alternatives_6
+ // InternalAadl2Parser.g:26969:3: rule__ProcessorType__Alternatives_6
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__Alternatives_6();
@@ -112615,14 +110475,14 @@ public final void rule__ProcessorType__Group__6__Impl() throws RecognitionExcept
// $ANTLR start "rule__ProcessorType__Group__7"
- // InternalAadl2Parser.g:27684:1: rule__ProcessorType__Group__7 : rule__ProcessorType__Group__7__Impl rule__ProcessorType__Group__8 ;
+ // InternalAadl2Parser.g:26977:1: rule__ProcessorType__Group__7 : rule__ProcessorType__Group__7__Impl rule__ProcessorType__Group__8 ;
public final void rule__ProcessorType__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27688:1: ( rule__ProcessorType__Group__7__Impl rule__ProcessorType__Group__8 )
- // InternalAadl2Parser.g:27689:2: rule__ProcessorType__Group__7__Impl rule__ProcessorType__Group__8
+ // InternalAadl2Parser.g:26981:1: ( rule__ProcessorType__Group__7__Impl rule__ProcessorType__Group__8 )
+ // InternalAadl2Parser.g:26982:2: rule__ProcessorType__Group__7__Impl rule__ProcessorType__Group__8
{
pushFollow(FollowSets000.FOLLOW_27);
rule__ProcessorType__Group__7__Impl();
@@ -112653,20 +110513,20 @@ public final void rule__ProcessorType__Group__7() throws RecognitionException {
// $ANTLR start "rule__ProcessorType__Group__7__Impl"
- // InternalAadl2Parser.g:27696:1: rule__ProcessorType__Group__7__Impl : ( ( rule__ProcessorType__Group_7__0 )? ) ;
+ // InternalAadl2Parser.g:26989:1: rule__ProcessorType__Group__7__Impl : ( ( rule__ProcessorType__Group_7__0 )? ) ;
public final void rule__ProcessorType__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27700:1: ( ( ( rule__ProcessorType__Group_7__0 )? ) )
- // InternalAadl2Parser.g:27701:1: ( ( rule__ProcessorType__Group_7__0 )? )
+ // InternalAadl2Parser.g:26993:1: ( ( ( rule__ProcessorType__Group_7__0 )? ) )
+ // InternalAadl2Parser.g:26994:1: ( ( rule__ProcessorType__Group_7__0 )? )
{
- // InternalAadl2Parser.g:27701:1: ( ( rule__ProcessorType__Group_7__0 )? )
- // InternalAadl2Parser.g:27702:2: ( rule__ProcessorType__Group_7__0 )?
+ // InternalAadl2Parser.g:26994:1: ( ( rule__ProcessorType__Group_7__0 )? )
+ // InternalAadl2Parser.g:26995:2: ( rule__ProcessorType__Group_7__0 )?
{
before(grammarAccess.getProcessorTypeAccess().getGroup_7());
- // InternalAadl2Parser.g:27703:2: ( rule__ProcessorType__Group_7__0 )?
+ // InternalAadl2Parser.g:26996:2: ( rule__ProcessorType__Group_7__0 )?
int alt622=2;
int LA622_0 = input.LA(1);
@@ -112675,7 +110535,7 @@ public final void rule__ProcessorType__Group__7__Impl() throws RecognitionExcept
}
switch (alt622) {
case 1 :
- // InternalAadl2Parser.g:27703:3: rule__ProcessorType__Group_7__0
+ // InternalAadl2Parser.g:26996:3: rule__ProcessorType__Group_7__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__Group_7__0();
@@ -112711,14 +110571,14 @@ public final void rule__ProcessorType__Group__7__Impl() throws RecognitionExcept
// $ANTLR start "rule__ProcessorType__Group__8"
- // InternalAadl2Parser.g:27711:1: rule__ProcessorType__Group__8 : rule__ProcessorType__Group__8__Impl rule__ProcessorType__Group__9 ;
+ // InternalAadl2Parser.g:27004:1: rule__ProcessorType__Group__8 : rule__ProcessorType__Group__8__Impl rule__ProcessorType__Group__9 ;
public final void rule__ProcessorType__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27715:1: ( rule__ProcessorType__Group__8__Impl rule__ProcessorType__Group__9 )
- // InternalAadl2Parser.g:27716:2: rule__ProcessorType__Group__8__Impl rule__ProcessorType__Group__9
+ // InternalAadl2Parser.g:27008:1: ( rule__ProcessorType__Group__8__Impl rule__ProcessorType__Group__9 )
+ // InternalAadl2Parser.g:27009:2: rule__ProcessorType__Group__8__Impl rule__ProcessorType__Group__9
{
pushFollow(FollowSets000.FOLLOW_27);
rule__ProcessorType__Group__8__Impl();
@@ -112749,20 +110609,20 @@ public final void rule__ProcessorType__Group__8() throws RecognitionException {
// $ANTLR start "rule__ProcessorType__Group__8__Impl"
- // InternalAadl2Parser.g:27723:1: rule__ProcessorType__Group__8__Impl : ( ( rule__ProcessorType__OwnedAnnexSubclauseAssignment_8 )* ) ;
+ // InternalAadl2Parser.g:27016:1: rule__ProcessorType__Group__8__Impl : ( ( rule__ProcessorType__OwnedAnnexSubclauseAssignment_8 )* ) ;
public final void rule__ProcessorType__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27727:1: ( ( ( rule__ProcessorType__OwnedAnnexSubclauseAssignment_8 )* ) )
- // InternalAadl2Parser.g:27728:1: ( ( rule__ProcessorType__OwnedAnnexSubclauseAssignment_8 )* )
+ // InternalAadl2Parser.g:27020:1: ( ( ( rule__ProcessorType__OwnedAnnexSubclauseAssignment_8 )* ) )
+ // InternalAadl2Parser.g:27021:1: ( ( rule__ProcessorType__OwnedAnnexSubclauseAssignment_8 )* )
{
- // InternalAadl2Parser.g:27728:1: ( ( rule__ProcessorType__OwnedAnnexSubclauseAssignment_8 )* )
- // InternalAadl2Parser.g:27729:2: ( rule__ProcessorType__OwnedAnnexSubclauseAssignment_8 )*
+ // InternalAadl2Parser.g:27021:1: ( ( rule__ProcessorType__OwnedAnnexSubclauseAssignment_8 )* )
+ // InternalAadl2Parser.g:27022:2: ( rule__ProcessorType__OwnedAnnexSubclauseAssignment_8 )*
{
before(grammarAccess.getProcessorTypeAccess().getOwnedAnnexSubclauseAssignment_8());
- // InternalAadl2Parser.g:27730:2: ( rule__ProcessorType__OwnedAnnexSubclauseAssignment_8 )*
+ // InternalAadl2Parser.g:27023:2: ( rule__ProcessorType__OwnedAnnexSubclauseAssignment_8 )*
loop623:
do {
int alt623=2;
@@ -112775,7 +110635,7 @@ public final void rule__ProcessorType__Group__8__Impl() throws RecognitionExcept
switch (alt623) {
case 1 :
- // InternalAadl2Parser.g:27730:3: rule__ProcessorType__OwnedAnnexSubclauseAssignment_8
+ // InternalAadl2Parser.g:27023:3: rule__ProcessorType__OwnedAnnexSubclauseAssignment_8
{
pushFollow(FollowSets000.FOLLOW_28);
rule__ProcessorType__OwnedAnnexSubclauseAssignment_8();
@@ -112814,14 +110674,14 @@ public final void rule__ProcessorType__Group__8__Impl() throws RecognitionExcept
// $ANTLR start "rule__ProcessorType__Group__9"
- // InternalAadl2Parser.g:27738:1: rule__ProcessorType__Group__9 : rule__ProcessorType__Group__9__Impl rule__ProcessorType__Group__10 ;
+ // InternalAadl2Parser.g:27031:1: rule__ProcessorType__Group__9 : rule__ProcessorType__Group__9__Impl rule__ProcessorType__Group__10 ;
public final void rule__ProcessorType__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27742:1: ( rule__ProcessorType__Group__9__Impl rule__ProcessorType__Group__10 )
- // InternalAadl2Parser.g:27743:2: rule__ProcessorType__Group__9__Impl rule__ProcessorType__Group__10
+ // InternalAadl2Parser.g:27035:1: ( rule__ProcessorType__Group__9__Impl rule__ProcessorType__Group__10 )
+ // InternalAadl2Parser.g:27036:2: rule__ProcessorType__Group__9__Impl rule__ProcessorType__Group__10
{
pushFollow(FollowSets000.FOLLOW_4);
rule__ProcessorType__Group__9__Impl();
@@ -112852,17 +110712,17 @@ public final void rule__ProcessorType__Group__9() throws RecognitionException {
// $ANTLR start "rule__ProcessorType__Group__9__Impl"
- // InternalAadl2Parser.g:27750:1: rule__ProcessorType__Group__9__Impl : ( End ) ;
+ // InternalAadl2Parser.g:27043:1: rule__ProcessorType__Group__9__Impl : ( End ) ;
public final void rule__ProcessorType__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27754:1: ( ( End ) )
- // InternalAadl2Parser.g:27755:1: ( End )
+ // InternalAadl2Parser.g:27047:1: ( ( End ) )
+ // InternalAadl2Parser.g:27048:1: ( End )
{
- // InternalAadl2Parser.g:27755:1: ( End )
- // InternalAadl2Parser.g:27756:2: End
+ // InternalAadl2Parser.g:27048:1: ( End )
+ // InternalAadl2Parser.g:27049:2: End
{
before(grammarAccess.getProcessorTypeAccess().getEndKeyword_9());
match(input,End,FollowSets000.FOLLOW_2);
@@ -112889,14 +110749,14 @@ public final void rule__ProcessorType__Group__9__Impl() throws RecognitionExcept
// $ANTLR start "rule__ProcessorType__Group__10"
- // InternalAadl2Parser.g:27765:1: rule__ProcessorType__Group__10 : rule__ProcessorType__Group__10__Impl rule__ProcessorType__Group__11 ;
+ // InternalAadl2Parser.g:27058:1: rule__ProcessorType__Group__10 : rule__ProcessorType__Group__10__Impl rule__ProcessorType__Group__11 ;
public final void rule__ProcessorType__Group__10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27769:1: ( rule__ProcessorType__Group__10__Impl rule__ProcessorType__Group__11 )
- // InternalAadl2Parser.g:27770:2: rule__ProcessorType__Group__10__Impl rule__ProcessorType__Group__11
+ // InternalAadl2Parser.g:27062:1: ( rule__ProcessorType__Group__10__Impl rule__ProcessorType__Group__11 )
+ // InternalAadl2Parser.g:27063:2: rule__ProcessorType__Group__10__Impl rule__ProcessorType__Group__11
{
pushFollow(FollowSets000.FOLLOW_7);
rule__ProcessorType__Group__10__Impl();
@@ -112927,17 +110787,17 @@ public final void rule__ProcessorType__Group__10() throws RecognitionException {
// $ANTLR start "rule__ProcessorType__Group__10__Impl"
- // InternalAadl2Parser.g:27777:1: rule__ProcessorType__Group__10__Impl : ( RULE_ID ) ;
+ // InternalAadl2Parser.g:27070:1: rule__ProcessorType__Group__10__Impl : ( RULE_ID ) ;
public final void rule__ProcessorType__Group__10__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27781:1: ( ( RULE_ID ) )
- // InternalAadl2Parser.g:27782:1: ( RULE_ID )
+ // InternalAadl2Parser.g:27074:1: ( ( RULE_ID ) )
+ // InternalAadl2Parser.g:27075:1: ( RULE_ID )
{
- // InternalAadl2Parser.g:27782:1: ( RULE_ID )
- // InternalAadl2Parser.g:27783:2: RULE_ID
+ // InternalAadl2Parser.g:27075:1: ( RULE_ID )
+ // InternalAadl2Parser.g:27076:2: RULE_ID
{
before(grammarAccess.getProcessorTypeAccess().getIDTerminalRuleCall_10());
match(input,RULE_ID,FollowSets000.FOLLOW_2);
@@ -112964,14 +110824,14 @@ public final void rule__ProcessorType__Group__10__Impl() throws RecognitionExcep
// $ANTLR start "rule__ProcessorType__Group__11"
- // InternalAadl2Parser.g:27792:1: rule__ProcessorType__Group__11 : rule__ProcessorType__Group__11__Impl ;
+ // InternalAadl2Parser.g:27085:1: rule__ProcessorType__Group__11 : rule__ProcessorType__Group__11__Impl ;
public final void rule__ProcessorType__Group__11() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27796:1: ( rule__ProcessorType__Group__11__Impl )
- // InternalAadl2Parser.g:27797:2: rule__ProcessorType__Group__11__Impl
+ // InternalAadl2Parser.g:27089:1: ( rule__ProcessorType__Group__11__Impl )
+ // InternalAadl2Parser.g:27090:2: rule__ProcessorType__Group__11__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__Group__11__Impl();
@@ -112997,17 +110857,17 @@ public final void rule__ProcessorType__Group__11() throws RecognitionException {
// $ANTLR start "rule__ProcessorType__Group__11__Impl"
- // InternalAadl2Parser.g:27803:1: rule__ProcessorType__Group__11__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:27096:1: rule__ProcessorType__Group__11__Impl : ( Semicolon ) ;
public final void rule__ProcessorType__Group__11__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27807:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:27808:1: ( Semicolon )
+ // InternalAadl2Parser.g:27100:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:27101:1: ( Semicolon )
{
- // InternalAadl2Parser.g:27808:1: ( Semicolon )
- // InternalAadl2Parser.g:27809:2: Semicolon
+ // InternalAadl2Parser.g:27101:1: ( Semicolon )
+ // InternalAadl2Parser.g:27102:2: Semicolon
{
before(grammarAccess.getProcessorTypeAccess().getSemicolonKeyword_11());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -113034,14 +110894,14 @@ public final void rule__ProcessorType__Group__11__Impl() throws RecognitionExcep
// $ANTLR start "rule__ProcessorType__Group_2__0"
- // InternalAadl2Parser.g:27819:1: rule__ProcessorType__Group_2__0 : rule__ProcessorType__Group_2__0__Impl rule__ProcessorType__Group_2__1 ;
+ // InternalAadl2Parser.g:27112:1: rule__ProcessorType__Group_2__0 : rule__ProcessorType__Group_2__0__Impl rule__ProcessorType__Group_2__1 ;
public final void rule__ProcessorType__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27823:1: ( rule__ProcessorType__Group_2__0__Impl rule__ProcessorType__Group_2__1 )
- // InternalAadl2Parser.g:27824:2: rule__ProcessorType__Group_2__0__Impl rule__ProcessorType__Group_2__1
+ // InternalAadl2Parser.g:27116:1: ( rule__ProcessorType__Group_2__0__Impl rule__ProcessorType__Group_2__1 )
+ // InternalAadl2Parser.g:27117:2: rule__ProcessorType__Group_2__0__Impl rule__ProcessorType__Group_2__1
{
pushFollow(FollowSets000.FOLLOW_29);
rule__ProcessorType__Group_2__0__Impl();
@@ -113072,21 +110932,21 @@ public final void rule__ProcessorType__Group_2__0() throws RecognitionException
// $ANTLR start "rule__ProcessorType__Group_2__0__Impl"
- // InternalAadl2Parser.g:27831:1: rule__ProcessorType__Group_2__0__Impl : ( ( rule__ProcessorType__OwnedExtensionAssignment_2_0 ) ) ;
+ // InternalAadl2Parser.g:27124:1: rule__ProcessorType__Group_2__0__Impl : ( ( rule__ProcessorType__OwnedExtensionAssignment_2_0 ) ) ;
public final void rule__ProcessorType__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27835:1: ( ( ( rule__ProcessorType__OwnedExtensionAssignment_2_0 ) ) )
- // InternalAadl2Parser.g:27836:1: ( ( rule__ProcessorType__OwnedExtensionAssignment_2_0 ) )
+ // InternalAadl2Parser.g:27128:1: ( ( ( rule__ProcessorType__OwnedExtensionAssignment_2_0 ) ) )
+ // InternalAadl2Parser.g:27129:1: ( ( rule__ProcessorType__OwnedExtensionAssignment_2_0 ) )
{
- // InternalAadl2Parser.g:27836:1: ( ( rule__ProcessorType__OwnedExtensionAssignment_2_0 ) )
- // InternalAadl2Parser.g:27837:2: ( rule__ProcessorType__OwnedExtensionAssignment_2_0 )
+ // InternalAadl2Parser.g:27129:1: ( ( rule__ProcessorType__OwnedExtensionAssignment_2_0 ) )
+ // InternalAadl2Parser.g:27130:2: ( rule__ProcessorType__OwnedExtensionAssignment_2_0 )
{
before(grammarAccess.getProcessorTypeAccess().getOwnedExtensionAssignment_2_0());
- // InternalAadl2Parser.g:27838:2: ( rule__ProcessorType__OwnedExtensionAssignment_2_0 )
- // InternalAadl2Parser.g:27838:3: rule__ProcessorType__OwnedExtensionAssignment_2_0
+ // InternalAadl2Parser.g:27131:2: ( rule__ProcessorType__OwnedExtensionAssignment_2_0 )
+ // InternalAadl2Parser.g:27131:3: rule__ProcessorType__OwnedExtensionAssignment_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__OwnedExtensionAssignment_2_0();
@@ -113119,14 +110979,14 @@ public final void rule__ProcessorType__Group_2__0__Impl() throws RecognitionExce
// $ANTLR start "rule__ProcessorType__Group_2__1"
- // InternalAadl2Parser.g:27846:1: rule__ProcessorType__Group_2__1 : rule__ProcessorType__Group_2__1__Impl ;
+ // InternalAadl2Parser.g:27139:1: rule__ProcessorType__Group_2__1 : rule__ProcessorType__Group_2__1__Impl ;
public final void rule__ProcessorType__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27850:1: ( rule__ProcessorType__Group_2__1__Impl )
- // InternalAadl2Parser.g:27851:2: rule__ProcessorType__Group_2__1__Impl
+ // InternalAadl2Parser.g:27143:1: ( rule__ProcessorType__Group_2__1__Impl )
+ // InternalAadl2Parser.g:27144:2: rule__ProcessorType__Group_2__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__Group_2__1__Impl();
@@ -113152,20 +111012,20 @@ public final void rule__ProcessorType__Group_2__1() throws RecognitionException
// $ANTLR start "rule__ProcessorType__Group_2__1__Impl"
- // InternalAadl2Parser.g:27857:1: rule__ProcessorType__Group_2__1__Impl : ( ( rule__ProcessorType__Group_2_1__0 )? ) ;
+ // InternalAadl2Parser.g:27150:1: rule__ProcessorType__Group_2__1__Impl : ( ( rule__ProcessorType__Group_2_1__0 )? ) ;
public final void rule__ProcessorType__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27861:1: ( ( ( rule__ProcessorType__Group_2_1__0 )? ) )
- // InternalAadl2Parser.g:27862:1: ( ( rule__ProcessorType__Group_2_1__0 )? )
+ // InternalAadl2Parser.g:27154:1: ( ( ( rule__ProcessorType__Group_2_1__0 )? ) )
+ // InternalAadl2Parser.g:27155:1: ( ( rule__ProcessorType__Group_2_1__0 )? )
{
- // InternalAadl2Parser.g:27862:1: ( ( rule__ProcessorType__Group_2_1__0 )? )
- // InternalAadl2Parser.g:27863:2: ( rule__ProcessorType__Group_2_1__0 )?
+ // InternalAadl2Parser.g:27155:1: ( ( rule__ProcessorType__Group_2_1__0 )? )
+ // InternalAadl2Parser.g:27156:2: ( rule__ProcessorType__Group_2_1__0 )?
{
before(grammarAccess.getProcessorTypeAccess().getGroup_2_1());
- // InternalAadl2Parser.g:27864:2: ( rule__ProcessorType__Group_2_1__0 )?
+ // InternalAadl2Parser.g:27157:2: ( rule__ProcessorType__Group_2_1__0 )?
int alt624=2;
int LA624_0 = input.LA(1);
@@ -113174,7 +111034,7 @@ public final void rule__ProcessorType__Group_2__1__Impl() throws RecognitionExce
}
switch (alt624) {
case 1 :
- // InternalAadl2Parser.g:27864:3: rule__ProcessorType__Group_2_1__0
+ // InternalAadl2Parser.g:27157:3: rule__ProcessorType__Group_2_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__Group_2_1__0();
@@ -113210,14 +111070,14 @@ public final void rule__ProcessorType__Group_2__1__Impl() throws RecognitionExce
// $ANTLR start "rule__ProcessorType__Group_2_1__0"
- // InternalAadl2Parser.g:27873:1: rule__ProcessorType__Group_2_1__0 : rule__ProcessorType__Group_2_1__0__Impl rule__ProcessorType__Group_2_1__1 ;
+ // InternalAadl2Parser.g:27166:1: rule__ProcessorType__Group_2_1__0 : rule__ProcessorType__Group_2_1__0__Impl rule__ProcessorType__Group_2_1__1 ;
public final void rule__ProcessorType__Group_2_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27877:1: ( rule__ProcessorType__Group_2_1__0__Impl rule__ProcessorType__Group_2_1__1 )
- // InternalAadl2Parser.g:27878:2: rule__ProcessorType__Group_2_1__0__Impl rule__ProcessorType__Group_2_1__1
+ // InternalAadl2Parser.g:27170:1: ( rule__ProcessorType__Group_2_1__0__Impl rule__ProcessorType__Group_2_1__1 )
+ // InternalAadl2Parser.g:27171:2: rule__ProcessorType__Group_2_1__0__Impl rule__ProcessorType__Group_2_1__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__ProcessorType__Group_2_1__0__Impl();
@@ -113248,17 +111108,17 @@ public final void rule__ProcessorType__Group_2_1__0() throws RecognitionExceptio
// $ANTLR start "rule__ProcessorType__Group_2_1__0__Impl"
- // InternalAadl2Parser.g:27885:1: rule__ProcessorType__Group_2_1__0__Impl : ( LeftParenthesis ) ;
+ // InternalAadl2Parser.g:27178:1: rule__ProcessorType__Group_2_1__0__Impl : ( LeftParenthesis ) ;
public final void rule__ProcessorType__Group_2_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27889:1: ( ( LeftParenthesis ) )
- // InternalAadl2Parser.g:27890:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:27182:1: ( ( LeftParenthesis ) )
+ // InternalAadl2Parser.g:27183:1: ( LeftParenthesis )
{
- // InternalAadl2Parser.g:27890:1: ( LeftParenthesis )
- // InternalAadl2Parser.g:27891:2: LeftParenthesis
+ // InternalAadl2Parser.g:27183:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:27184:2: LeftParenthesis
{
before(grammarAccess.getProcessorTypeAccess().getLeftParenthesisKeyword_2_1_0());
match(input,LeftParenthesis,FollowSets000.FOLLOW_2);
@@ -113285,14 +111145,14 @@ public final void rule__ProcessorType__Group_2_1__0__Impl() throws RecognitionEx
// $ANTLR start "rule__ProcessorType__Group_2_1__1"
- // InternalAadl2Parser.g:27900:1: rule__ProcessorType__Group_2_1__1 : rule__ProcessorType__Group_2_1__1__Impl rule__ProcessorType__Group_2_1__2 ;
+ // InternalAadl2Parser.g:27193:1: rule__ProcessorType__Group_2_1__1 : rule__ProcessorType__Group_2_1__1__Impl rule__ProcessorType__Group_2_1__2 ;
public final void rule__ProcessorType__Group_2_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27904:1: ( rule__ProcessorType__Group_2_1__1__Impl rule__ProcessorType__Group_2_1__2 )
- // InternalAadl2Parser.g:27905:2: rule__ProcessorType__Group_2_1__1__Impl rule__ProcessorType__Group_2_1__2
+ // InternalAadl2Parser.g:27197:1: ( rule__ProcessorType__Group_2_1__1__Impl rule__ProcessorType__Group_2_1__2 )
+ // InternalAadl2Parser.g:27198:2: rule__ProcessorType__Group_2_1__1__Impl rule__ProcessorType__Group_2_1__2
{
pushFollow(FollowSets000.FOLLOW_30);
rule__ProcessorType__Group_2_1__1__Impl();
@@ -113323,21 +111183,21 @@ public final void rule__ProcessorType__Group_2_1__1() throws RecognitionExceptio
// $ANTLR start "rule__ProcessorType__Group_2_1__1__Impl"
- // InternalAadl2Parser.g:27912:1: rule__ProcessorType__Group_2_1__1__Impl : ( ( rule__ProcessorType__OwnedPrototypeBindingAssignment_2_1_1 ) ) ;
+ // InternalAadl2Parser.g:27205:1: rule__ProcessorType__Group_2_1__1__Impl : ( ( rule__ProcessorType__OwnedPrototypeBindingAssignment_2_1_1 ) ) ;
public final void rule__ProcessorType__Group_2_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27916:1: ( ( ( rule__ProcessorType__OwnedPrototypeBindingAssignment_2_1_1 ) ) )
- // InternalAadl2Parser.g:27917:1: ( ( rule__ProcessorType__OwnedPrototypeBindingAssignment_2_1_1 ) )
+ // InternalAadl2Parser.g:27209:1: ( ( ( rule__ProcessorType__OwnedPrototypeBindingAssignment_2_1_1 ) ) )
+ // InternalAadl2Parser.g:27210:1: ( ( rule__ProcessorType__OwnedPrototypeBindingAssignment_2_1_1 ) )
{
- // InternalAadl2Parser.g:27917:1: ( ( rule__ProcessorType__OwnedPrototypeBindingAssignment_2_1_1 ) )
- // InternalAadl2Parser.g:27918:2: ( rule__ProcessorType__OwnedPrototypeBindingAssignment_2_1_1 )
+ // InternalAadl2Parser.g:27210:1: ( ( rule__ProcessorType__OwnedPrototypeBindingAssignment_2_1_1 ) )
+ // InternalAadl2Parser.g:27211:2: ( rule__ProcessorType__OwnedPrototypeBindingAssignment_2_1_1 )
{
before(grammarAccess.getProcessorTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1());
- // InternalAadl2Parser.g:27919:2: ( rule__ProcessorType__OwnedPrototypeBindingAssignment_2_1_1 )
- // InternalAadl2Parser.g:27919:3: rule__ProcessorType__OwnedPrototypeBindingAssignment_2_1_1
+ // InternalAadl2Parser.g:27212:2: ( rule__ProcessorType__OwnedPrototypeBindingAssignment_2_1_1 )
+ // InternalAadl2Parser.g:27212:3: rule__ProcessorType__OwnedPrototypeBindingAssignment_2_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__OwnedPrototypeBindingAssignment_2_1_1();
@@ -113370,14 +111230,14 @@ public final void rule__ProcessorType__Group_2_1__1__Impl() throws RecognitionEx
// $ANTLR start "rule__ProcessorType__Group_2_1__2"
- // InternalAadl2Parser.g:27927:1: rule__ProcessorType__Group_2_1__2 : rule__ProcessorType__Group_2_1__2__Impl rule__ProcessorType__Group_2_1__3 ;
+ // InternalAadl2Parser.g:27220:1: rule__ProcessorType__Group_2_1__2 : rule__ProcessorType__Group_2_1__2__Impl rule__ProcessorType__Group_2_1__3 ;
public final void rule__ProcessorType__Group_2_1__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27931:1: ( rule__ProcessorType__Group_2_1__2__Impl rule__ProcessorType__Group_2_1__3 )
- // InternalAadl2Parser.g:27932:2: rule__ProcessorType__Group_2_1__2__Impl rule__ProcessorType__Group_2_1__3
+ // InternalAadl2Parser.g:27224:1: ( rule__ProcessorType__Group_2_1__2__Impl rule__ProcessorType__Group_2_1__3 )
+ // InternalAadl2Parser.g:27225:2: rule__ProcessorType__Group_2_1__2__Impl rule__ProcessorType__Group_2_1__3
{
pushFollow(FollowSets000.FOLLOW_30);
rule__ProcessorType__Group_2_1__2__Impl();
@@ -113408,20 +111268,20 @@ public final void rule__ProcessorType__Group_2_1__2() throws RecognitionExceptio
// $ANTLR start "rule__ProcessorType__Group_2_1__2__Impl"
- // InternalAadl2Parser.g:27939:1: rule__ProcessorType__Group_2_1__2__Impl : ( ( rule__ProcessorType__Group_2_1_2__0 )* ) ;
+ // InternalAadl2Parser.g:27232:1: rule__ProcessorType__Group_2_1__2__Impl : ( ( rule__ProcessorType__Group_2_1_2__0 )* ) ;
public final void rule__ProcessorType__Group_2_1__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27943:1: ( ( ( rule__ProcessorType__Group_2_1_2__0 )* ) )
- // InternalAadl2Parser.g:27944:1: ( ( rule__ProcessorType__Group_2_1_2__0 )* )
+ // InternalAadl2Parser.g:27236:1: ( ( ( rule__ProcessorType__Group_2_1_2__0 )* ) )
+ // InternalAadl2Parser.g:27237:1: ( ( rule__ProcessorType__Group_2_1_2__0 )* )
{
- // InternalAadl2Parser.g:27944:1: ( ( rule__ProcessorType__Group_2_1_2__0 )* )
- // InternalAadl2Parser.g:27945:2: ( rule__ProcessorType__Group_2_1_2__0 )*
+ // InternalAadl2Parser.g:27237:1: ( ( rule__ProcessorType__Group_2_1_2__0 )* )
+ // InternalAadl2Parser.g:27238:2: ( rule__ProcessorType__Group_2_1_2__0 )*
{
before(grammarAccess.getProcessorTypeAccess().getGroup_2_1_2());
- // InternalAadl2Parser.g:27946:2: ( rule__ProcessorType__Group_2_1_2__0 )*
+ // InternalAadl2Parser.g:27239:2: ( rule__ProcessorType__Group_2_1_2__0 )*
loop625:
do {
int alt625=2;
@@ -113434,7 +111294,7 @@ public final void rule__ProcessorType__Group_2_1__2__Impl() throws RecognitionEx
switch (alt625) {
case 1 :
- // InternalAadl2Parser.g:27946:3: rule__ProcessorType__Group_2_1_2__0
+ // InternalAadl2Parser.g:27239:3: rule__ProcessorType__Group_2_1_2__0
{
pushFollow(FollowSets000.FOLLOW_14);
rule__ProcessorType__Group_2_1_2__0();
@@ -113473,14 +111333,14 @@ public final void rule__ProcessorType__Group_2_1__2__Impl() throws RecognitionEx
// $ANTLR start "rule__ProcessorType__Group_2_1__3"
- // InternalAadl2Parser.g:27954:1: rule__ProcessorType__Group_2_1__3 : rule__ProcessorType__Group_2_1__3__Impl ;
+ // InternalAadl2Parser.g:27247:1: rule__ProcessorType__Group_2_1__3 : rule__ProcessorType__Group_2_1__3__Impl ;
public final void rule__ProcessorType__Group_2_1__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27958:1: ( rule__ProcessorType__Group_2_1__3__Impl )
- // InternalAadl2Parser.g:27959:2: rule__ProcessorType__Group_2_1__3__Impl
+ // InternalAadl2Parser.g:27251:1: ( rule__ProcessorType__Group_2_1__3__Impl )
+ // InternalAadl2Parser.g:27252:2: rule__ProcessorType__Group_2_1__3__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__Group_2_1__3__Impl();
@@ -113506,17 +111366,17 @@ public final void rule__ProcessorType__Group_2_1__3() throws RecognitionExceptio
// $ANTLR start "rule__ProcessorType__Group_2_1__3__Impl"
- // InternalAadl2Parser.g:27965:1: rule__ProcessorType__Group_2_1__3__Impl : ( RightParenthesis ) ;
+ // InternalAadl2Parser.g:27258:1: rule__ProcessorType__Group_2_1__3__Impl : ( RightParenthesis ) ;
public final void rule__ProcessorType__Group_2_1__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27969:1: ( ( RightParenthesis ) )
- // InternalAadl2Parser.g:27970:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:27262:1: ( ( RightParenthesis ) )
+ // InternalAadl2Parser.g:27263:1: ( RightParenthesis )
{
- // InternalAadl2Parser.g:27970:1: ( RightParenthesis )
- // InternalAadl2Parser.g:27971:2: RightParenthesis
+ // InternalAadl2Parser.g:27263:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:27264:2: RightParenthesis
{
before(grammarAccess.getProcessorTypeAccess().getRightParenthesisKeyword_2_1_3());
match(input,RightParenthesis,FollowSets000.FOLLOW_2);
@@ -113543,14 +111403,14 @@ public final void rule__ProcessorType__Group_2_1__3__Impl() throws RecognitionEx
// $ANTLR start "rule__ProcessorType__Group_2_1_2__0"
- // InternalAadl2Parser.g:27981:1: rule__ProcessorType__Group_2_1_2__0 : rule__ProcessorType__Group_2_1_2__0__Impl rule__ProcessorType__Group_2_1_2__1 ;
+ // InternalAadl2Parser.g:27274:1: rule__ProcessorType__Group_2_1_2__0 : rule__ProcessorType__Group_2_1_2__0__Impl rule__ProcessorType__Group_2_1_2__1 ;
public final void rule__ProcessorType__Group_2_1_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27985:1: ( rule__ProcessorType__Group_2_1_2__0__Impl rule__ProcessorType__Group_2_1_2__1 )
- // InternalAadl2Parser.g:27986:2: rule__ProcessorType__Group_2_1_2__0__Impl rule__ProcessorType__Group_2_1_2__1
+ // InternalAadl2Parser.g:27278:1: ( rule__ProcessorType__Group_2_1_2__0__Impl rule__ProcessorType__Group_2_1_2__1 )
+ // InternalAadl2Parser.g:27279:2: rule__ProcessorType__Group_2_1_2__0__Impl rule__ProcessorType__Group_2_1_2__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__ProcessorType__Group_2_1_2__0__Impl();
@@ -113581,17 +111441,17 @@ public final void rule__ProcessorType__Group_2_1_2__0() throws RecognitionExcept
// $ANTLR start "rule__ProcessorType__Group_2_1_2__0__Impl"
- // InternalAadl2Parser.g:27993:1: rule__ProcessorType__Group_2_1_2__0__Impl : ( Comma ) ;
+ // InternalAadl2Parser.g:27286:1: rule__ProcessorType__Group_2_1_2__0__Impl : ( Comma ) ;
public final void rule__ProcessorType__Group_2_1_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:27997:1: ( ( Comma ) )
- // InternalAadl2Parser.g:27998:1: ( Comma )
+ // InternalAadl2Parser.g:27290:1: ( ( Comma ) )
+ // InternalAadl2Parser.g:27291:1: ( Comma )
{
- // InternalAadl2Parser.g:27998:1: ( Comma )
- // InternalAadl2Parser.g:27999:2: Comma
+ // InternalAadl2Parser.g:27291:1: ( Comma )
+ // InternalAadl2Parser.g:27292:2: Comma
{
before(grammarAccess.getProcessorTypeAccess().getCommaKeyword_2_1_2_0());
match(input,Comma,FollowSets000.FOLLOW_2);
@@ -113618,14 +111478,14 @@ public final void rule__ProcessorType__Group_2_1_2__0__Impl() throws Recognition
// $ANTLR start "rule__ProcessorType__Group_2_1_2__1"
- // InternalAadl2Parser.g:28008:1: rule__ProcessorType__Group_2_1_2__1 : rule__ProcessorType__Group_2_1_2__1__Impl ;
+ // InternalAadl2Parser.g:27301:1: rule__ProcessorType__Group_2_1_2__1 : rule__ProcessorType__Group_2_1_2__1__Impl ;
public final void rule__ProcessorType__Group_2_1_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28012:1: ( rule__ProcessorType__Group_2_1_2__1__Impl )
- // InternalAadl2Parser.g:28013:2: rule__ProcessorType__Group_2_1_2__1__Impl
+ // InternalAadl2Parser.g:27305:1: ( rule__ProcessorType__Group_2_1_2__1__Impl )
+ // InternalAadl2Parser.g:27306:2: rule__ProcessorType__Group_2_1_2__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__Group_2_1_2__1__Impl();
@@ -113651,21 +111511,21 @@ public final void rule__ProcessorType__Group_2_1_2__1() throws RecognitionExcept
// $ANTLR start "rule__ProcessorType__Group_2_1_2__1__Impl"
- // InternalAadl2Parser.g:28019:1: rule__ProcessorType__Group_2_1_2__1__Impl : ( ( rule__ProcessorType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) ;
+ // InternalAadl2Parser.g:27312:1: rule__ProcessorType__Group_2_1_2__1__Impl : ( ( rule__ProcessorType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) ;
public final void rule__ProcessorType__Group_2_1_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28023:1: ( ( ( rule__ProcessorType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) )
- // InternalAadl2Parser.g:28024:1: ( ( rule__ProcessorType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
+ // InternalAadl2Parser.g:27316:1: ( ( ( rule__ProcessorType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) )
+ // InternalAadl2Parser.g:27317:1: ( ( rule__ProcessorType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
{
- // InternalAadl2Parser.g:28024:1: ( ( rule__ProcessorType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
- // InternalAadl2Parser.g:28025:2: ( rule__ProcessorType__OwnedPrototypeBindingAssignment_2_1_2_1 )
+ // InternalAadl2Parser.g:27317:1: ( ( rule__ProcessorType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
+ // InternalAadl2Parser.g:27318:2: ( rule__ProcessorType__OwnedPrototypeBindingAssignment_2_1_2_1 )
{
before(grammarAccess.getProcessorTypeAccess().getOwnedPrototypeBindingAssignment_2_1_2_1());
- // InternalAadl2Parser.g:28026:2: ( rule__ProcessorType__OwnedPrototypeBindingAssignment_2_1_2_1 )
- // InternalAadl2Parser.g:28026:3: rule__ProcessorType__OwnedPrototypeBindingAssignment_2_1_2_1
+ // InternalAadl2Parser.g:27319:2: ( rule__ProcessorType__OwnedPrototypeBindingAssignment_2_1_2_1 )
+ // InternalAadl2Parser.g:27319:3: rule__ProcessorType__OwnedPrototypeBindingAssignment_2_1_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__OwnedPrototypeBindingAssignment_2_1_2_1();
@@ -113698,14 +111558,14 @@ public final void rule__ProcessorType__Group_2_1_2__1__Impl() throws Recognition
// $ANTLR start "rule__ProcessorType__Group_3__0"
- // InternalAadl2Parser.g:28035:1: rule__ProcessorType__Group_3__0 : rule__ProcessorType__Group_3__0__Impl rule__ProcessorType__Group_3__1 ;
+ // InternalAadl2Parser.g:27328:1: rule__ProcessorType__Group_3__0 : rule__ProcessorType__Group_3__0__Impl rule__ProcessorType__Group_3__1 ;
public final void rule__ProcessorType__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28039:1: ( rule__ProcessorType__Group_3__0__Impl rule__ProcessorType__Group_3__1 )
- // InternalAadl2Parser.g:28040:2: rule__ProcessorType__Group_3__0__Impl rule__ProcessorType__Group_3__1
+ // InternalAadl2Parser.g:27332:1: ( rule__ProcessorType__Group_3__0__Impl rule__ProcessorType__Group_3__1 )
+ // InternalAadl2Parser.g:27333:2: rule__ProcessorType__Group_3__0__Impl rule__ProcessorType__Group_3__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__ProcessorType__Group_3__0__Impl();
@@ -113736,17 +111596,17 @@ public final void rule__ProcessorType__Group_3__0() throws RecognitionException
// $ANTLR start "rule__ProcessorType__Group_3__0__Impl"
- // InternalAadl2Parser.g:28047:1: rule__ProcessorType__Group_3__0__Impl : ( Prototypes ) ;
+ // InternalAadl2Parser.g:27340:1: rule__ProcessorType__Group_3__0__Impl : ( Prototypes ) ;
public final void rule__ProcessorType__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28051:1: ( ( Prototypes ) )
- // InternalAadl2Parser.g:28052:1: ( Prototypes )
+ // InternalAadl2Parser.g:27344:1: ( ( Prototypes ) )
+ // InternalAadl2Parser.g:27345:1: ( Prototypes )
{
- // InternalAadl2Parser.g:28052:1: ( Prototypes )
- // InternalAadl2Parser.g:28053:2: Prototypes
+ // InternalAadl2Parser.g:27345:1: ( Prototypes )
+ // InternalAadl2Parser.g:27346:2: Prototypes
{
before(grammarAccess.getProcessorTypeAccess().getPrototypesKeyword_3_0());
match(input,Prototypes,FollowSets000.FOLLOW_2);
@@ -113773,14 +111633,14 @@ public final void rule__ProcessorType__Group_3__0__Impl() throws RecognitionExce
// $ANTLR start "rule__ProcessorType__Group_3__1"
- // InternalAadl2Parser.g:28062:1: rule__ProcessorType__Group_3__1 : rule__ProcessorType__Group_3__1__Impl ;
+ // InternalAadl2Parser.g:27355:1: rule__ProcessorType__Group_3__1 : rule__ProcessorType__Group_3__1__Impl ;
public final void rule__ProcessorType__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28066:1: ( rule__ProcessorType__Group_3__1__Impl )
- // InternalAadl2Parser.g:28067:2: rule__ProcessorType__Group_3__1__Impl
+ // InternalAadl2Parser.g:27359:1: ( rule__ProcessorType__Group_3__1__Impl )
+ // InternalAadl2Parser.g:27360:2: rule__ProcessorType__Group_3__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__Group_3__1__Impl();
@@ -113806,21 +111666,21 @@ public final void rule__ProcessorType__Group_3__1() throws RecognitionException
// $ANTLR start "rule__ProcessorType__Group_3__1__Impl"
- // InternalAadl2Parser.g:28073:1: rule__ProcessorType__Group_3__1__Impl : ( ( rule__ProcessorType__Alternatives_3_1 ) ) ;
+ // InternalAadl2Parser.g:27366:1: rule__ProcessorType__Group_3__1__Impl : ( ( rule__ProcessorType__Alternatives_3_1 ) ) ;
public final void rule__ProcessorType__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28077:1: ( ( ( rule__ProcessorType__Alternatives_3_1 ) ) )
- // InternalAadl2Parser.g:28078:1: ( ( rule__ProcessorType__Alternatives_3_1 ) )
+ // InternalAadl2Parser.g:27370:1: ( ( ( rule__ProcessorType__Alternatives_3_1 ) ) )
+ // InternalAadl2Parser.g:27371:1: ( ( rule__ProcessorType__Alternatives_3_1 ) )
{
- // InternalAadl2Parser.g:28078:1: ( ( rule__ProcessorType__Alternatives_3_1 ) )
- // InternalAadl2Parser.g:28079:2: ( rule__ProcessorType__Alternatives_3_1 )
+ // InternalAadl2Parser.g:27371:1: ( ( rule__ProcessorType__Alternatives_3_1 ) )
+ // InternalAadl2Parser.g:27372:2: ( rule__ProcessorType__Alternatives_3_1 )
{
before(grammarAccess.getProcessorTypeAccess().getAlternatives_3_1());
- // InternalAadl2Parser.g:28080:2: ( rule__ProcessorType__Alternatives_3_1 )
- // InternalAadl2Parser.g:28080:3: rule__ProcessorType__Alternatives_3_1
+ // InternalAadl2Parser.g:27373:2: ( rule__ProcessorType__Alternatives_3_1 )
+ // InternalAadl2Parser.g:27373:3: rule__ProcessorType__Alternatives_3_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__Alternatives_3_1();
@@ -113853,14 +111713,14 @@ public final void rule__ProcessorType__Group_3__1__Impl() throws RecognitionExce
// $ANTLR start "rule__ProcessorType__Group_3_1_0__0"
- // InternalAadl2Parser.g:28089:1: rule__ProcessorType__Group_3_1_0__0 : rule__ProcessorType__Group_3_1_0__0__Impl rule__ProcessorType__Group_3_1_0__1 ;
+ // InternalAadl2Parser.g:27382:1: rule__ProcessorType__Group_3_1_0__0 : rule__ProcessorType__Group_3_1_0__0__Impl rule__ProcessorType__Group_3_1_0__1 ;
public final void rule__ProcessorType__Group_3_1_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28093:1: ( rule__ProcessorType__Group_3_1_0__0__Impl rule__ProcessorType__Group_3_1_0__1 )
- // InternalAadl2Parser.g:28094:2: rule__ProcessorType__Group_3_1_0__0__Impl rule__ProcessorType__Group_3_1_0__1
+ // InternalAadl2Parser.g:27386:1: ( rule__ProcessorType__Group_3_1_0__0__Impl rule__ProcessorType__Group_3_1_0__1 )
+ // InternalAadl2Parser.g:27387:2: rule__ProcessorType__Group_3_1_0__0__Impl rule__ProcessorType__Group_3_1_0__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__ProcessorType__Group_3_1_0__0__Impl();
@@ -113891,21 +111751,21 @@ public final void rule__ProcessorType__Group_3_1_0__0() throws RecognitionExcept
// $ANTLR start "rule__ProcessorType__Group_3_1_0__0__Impl"
- // InternalAadl2Parser.g:28101:1: rule__ProcessorType__Group_3_1_0__0__Impl : ( ( rule__ProcessorType__NoPrototypesAssignment_3_1_0_0 ) ) ;
+ // InternalAadl2Parser.g:27394:1: rule__ProcessorType__Group_3_1_0__0__Impl : ( ( rule__ProcessorType__NoPrototypesAssignment_3_1_0_0 ) ) ;
public final void rule__ProcessorType__Group_3_1_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28105:1: ( ( ( rule__ProcessorType__NoPrototypesAssignment_3_1_0_0 ) ) )
- // InternalAadl2Parser.g:28106:1: ( ( rule__ProcessorType__NoPrototypesAssignment_3_1_0_0 ) )
+ // InternalAadl2Parser.g:27398:1: ( ( ( rule__ProcessorType__NoPrototypesAssignment_3_1_0_0 ) ) )
+ // InternalAadl2Parser.g:27399:1: ( ( rule__ProcessorType__NoPrototypesAssignment_3_1_0_0 ) )
{
- // InternalAadl2Parser.g:28106:1: ( ( rule__ProcessorType__NoPrototypesAssignment_3_1_0_0 ) )
- // InternalAadl2Parser.g:28107:2: ( rule__ProcessorType__NoPrototypesAssignment_3_1_0_0 )
+ // InternalAadl2Parser.g:27399:1: ( ( rule__ProcessorType__NoPrototypesAssignment_3_1_0_0 ) )
+ // InternalAadl2Parser.g:27400:2: ( rule__ProcessorType__NoPrototypesAssignment_3_1_0_0 )
{
before(grammarAccess.getProcessorTypeAccess().getNoPrototypesAssignment_3_1_0_0());
- // InternalAadl2Parser.g:28108:2: ( rule__ProcessorType__NoPrototypesAssignment_3_1_0_0 )
- // InternalAadl2Parser.g:28108:3: rule__ProcessorType__NoPrototypesAssignment_3_1_0_0
+ // InternalAadl2Parser.g:27401:2: ( rule__ProcessorType__NoPrototypesAssignment_3_1_0_0 )
+ // InternalAadl2Parser.g:27401:3: rule__ProcessorType__NoPrototypesAssignment_3_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__NoPrototypesAssignment_3_1_0_0();
@@ -113938,14 +111798,14 @@ public final void rule__ProcessorType__Group_3_1_0__0__Impl() throws Recognition
// $ANTLR start "rule__ProcessorType__Group_3_1_0__1"
- // InternalAadl2Parser.g:28116:1: rule__ProcessorType__Group_3_1_0__1 : rule__ProcessorType__Group_3_1_0__1__Impl ;
+ // InternalAadl2Parser.g:27409:1: rule__ProcessorType__Group_3_1_0__1 : rule__ProcessorType__Group_3_1_0__1__Impl ;
public final void rule__ProcessorType__Group_3_1_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28120:1: ( rule__ProcessorType__Group_3_1_0__1__Impl )
- // InternalAadl2Parser.g:28121:2: rule__ProcessorType__Group_3_1_0__1__Impl
+ // InternalAadl2Parser.g:27413:1: ( rule__ProcessorType__Group_3_1_0__1__Impl )
+ // InternalAadl2Parser.g:27414:2: rule__ProcessorType__Group_3_1_0__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__Group_3_1_0__1__Impl();
@@ -113971,17 +111831,17 @@ public final void rule__ProcessorType__Group_3_1_0__1() throws RecognitionExcept
// $ANTLR start "rule__ProcessorType__Group_3_1_0__1__Impl"
- // InternalAadl2Parser.g:28127:1: rule__ProcessorType__Group_3_1_0__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:27420:1: rule__ProcessorType__Group_3_1_0__1__Impl : ( Semicolon ) ;
public final void rule__ProcessorType__Group_3_1_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28131:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:28132:1: ( Semicolon )
+ // InternalAadl2Parser.g:27424:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:27425:1: ( Semicolon )
{
- // InternalAadl2Parser.g:28132:1: ( Semicolon )
- // InternalAadl2Parser.g:28133:2: Semicolon
+ // InternalAadl2Parser.g:27425:1: ( Semicolon )
+ // InternalAadl2Parser.g:27426:2: Semicolon
{
before(grammarAccess.getProcessorTypeAccess().getSemicolonKeyword_3_1_0_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -114008,14 +111868,14 @@ public final void rule__ProcessorType__Group_3_1_0__1__Impl() throws Recognition
// $ANTLR start "rule__ProcessorType__Group_4__0"
- // InternalAadl2Parser.g:28143:1: rule__ProcessorType__Group_4__0 : rule__ProcessorType__Group_4__0__Impl rule__ProcessorType__Group_4__1 ;
+ // InternalAadl2Parser.g:27436:1: rule__ProcessorType__Group_4__0 : rule__ProcessorType__Group_4__0__Impl rule__ProcessorType__Group_4__1 ;
public final void rule__ProcessorType__Group_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28147:1: ( rule__ProcessorType__Group_4__0__Impl rule__ProcessorType__Group_4__1 )
- // InternalAadl2Parser.g:28148:2: rule__ProcessorType__Group_4__0__Impl rule__ProcessorType__Group_4__1
+ // InternalAadl2Parser.g:27440:1: ( rule__ProcessorType__Group_4__0__Impl rule__ProcessorType__Group_4__1 )
+ // InternalAadl2Parser.g:27441:2: rule__ProcessorType__Group_4__0__Impl rule__ProcessorType__Group_4__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__ProcessorType__Group_4__0__Impl();
@@ -114046,17 +111906,17 @@ public final void rule__ProcessorType__Group_4__0() throws RecognitionException
// $ANTLR start "rule__ProcessorType__Group_4__0__Impl"
- // InternalAadl2Parser.g:28155:1: rule__ProcessorType__Group_4__0__Impl : ( Features ) ;
+ // InternalAadl2Parser.g:27448:1: rule__ProcessorType__Group_4__0__Impl : ( Features ) ;
public final void rule__ProcessorType__Group_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28159:1: ( ( Features ) )
- // InternalAadl2Parser.g:28160:1: ( Features )
+ // InternalAadl2Parser.g:27452:1: ( ( Features ) )
+ // InternalAadl2Parser.g:27453:1: ( Features )
{
- // InternalAadl2Parser.g:28160:1: ( Features )
- // InternalAadl2Parser.g:28161:2: Features
+ // InternalAadl2Parser.g:27453:1: ( Features )
+ // InternalAadl2Parser.g:27454:2: Features
{
before(grammarAccess.getProcessorTypeAccess().getFeaturesKeyword_4_0());
match(input,Features,FollowSets000.FOLLOW_2);
@@ -114083,14 +111943,14 @@ public final void rule__ProcessorType__Group_4__0__Impl() throws RecognitionExce
// $ANTLR start "rule__ProcessorType__Group_4__1"
- // InternalAadl2Parser.g:28170:1: rule__ProcessorType__Group_4__1 : rule__ProcessorType__Group_4__1__Impl ;
+ // InternalAadl2Parser.g:27463:1: rule__ProcessorType__Group_4__1 : rule__ProcessorType__Group_4__1__Impl ;
public final void rule__ProcessorType__Group_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28174:1: ( rule__ProcessorType__Group_4__1__Impl )
- // InternalAadl2Parser.g:28175:2: rule__ProcessorType__Group_4__1__Impl
+ // InternalAadl2Parser.g:27467:1: ( rule__ProcessorType__Group_4__1__Impl )
+ // InternalAadl2Parser.g:27468:2: rule__ProcessorType__Group_4__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__Group_4__1__Impl();
@@ -114116,21 +111976,21 @@ public final void rule__ProcessorType__Group_4__1() throws RecognitionException
// $ANTLR start "rule__ProcessorType__Group_4__1__Impl"
- // InternalAadl2Parser.g:28181:1: rule__ProcessorType__Group_4__1__Impl : ( ( rule__ProcessorType__Alternatives_4_1 ) ) ;
+ // InternalAadl2Parser.g:27474:1: rule__ProcessorType__Group_4__1__Impl : ( ( rule__ProcessorType__Alternatives_4_1 ) ) ;
public final void rule__ProcessorType__Group_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28185:1: ( ( ( rule__ProcessorType__Alternatives_4_1 ) ) )
- // InternalAadl2Parser.g:28186:1: ( ( rule__ProcessorType__Alternatives_4_1 ) )
+ // InternalAadl2Parser.g:27478:1: ( ( ( rule__ProcessorType__Alternatives_4_1 ) ) )
+ // InternalAadl2Parser.g:27479:1: ( ( rule__ProcessorType__Alternatives_4_1 ) )
{
- // InternalAadl2Parser.g:28186:1: ( ( rule__ProcessorType__Alternatives_4_1 ) )
- // InternalAadl2Parser.g:28187:2: ( rule__ProcessorType__Alternatives_4_1 )
+ // InternalAadl2Parser.g:27479:1: ( ( rule__ProcessorType__Alternatives_4_1 ) )
+ // InternalAadl2Parser.g:27480:2: ( rule__ProcessorType__Alternatives_4_1 )
{
before(grammarAccess.getProcessorTypeAccess().getAlternatives_4_1());
- // InternalAadl2Parser.g:28188:2: ( rule__ProcessorType__Alternatives_4_1 )
- // InternalAadl2Parser.g:28188:3: rule__ProcessorType__Alternatives_4_1
+ // InternalAadl2Parser.g:27481:2: ( rule__ProcessorType__Alternatives_4_1 )
+ // InternalAadl2Parser.g:27481:3: rule__ProcessorType__Alternatives_4_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__Alternatives_4_1();
@@ -114163,14 +112023,14 @@ public final void rule__ProcessorType__Group_4__1__Impl() throws RecognitionExce
// $ANTLR start "rule__ProcessorType__Group_4_1_0__0"
- // InternalAadl2Parser.g:28197:1: rule__ProcessorType__Group_4_1_0__0 : rule__ProcessorType__Group_4_1_0__0__Impl rule__ProcessorType__Group_4_1_0__1 ;
+ // InternalAadl2Parser.g:27490:1: rule__ProcessorType__Group_4_1_0__0 : rule__ProcessorType__Group_4_1_0__0__Impl rule__ProcessorType__Group_4_1_0__1 ;
public final void rule__ProcessorType__Group_4_1_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28201:1: ( rule__ProcessorType__Group_4_1_0__0__Impl rule__ProcessorType__Group_4_1_0__1 )
- // InternalAadl2Parser.g:28202:2: rule__ProcessorType__Group_4_1_0__0__Impl rule__ProcessorType__Group_4_1_0__1
+ // InternalAadl2Parser.g:27494:1: ( rule__ProcessorType__Group_4_1_0__0__Impl rule__ProcessorType__Group_4_1_0__1 )
+ // InternalAadl2Parser.g:27495:2: rule__ProcessorType__Group_4_1_0__0__Impl rule__ProcessorType__Group_4_1_0__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__ProcessorType__Group_4_1_0__0__Impl();
@@ -114201,21 +112061,21 @@ public final void rule__ProcessorType__Group_4_1_0__0() throws RecognitionExcept
// $ANTLR start "rule__ProcessorType__Group_4_1_0__0__Impl"
- // InternalAadl2Parser.g:28209:1: rule__ProcessorType__Group_4_1_0__0__Impl : ( ( rule__ProcessorType__NoFeaturesAssignment_4_1_0_0 ) ) ;
+ // InternalAadl2Parser.g:27502:1: rule__ProcessorType__Group_4_1_0__0__Impl : ( ( rule__ProcessorType__NoFeaturesAssignment_4_1_0_0 ) ) ;
public final void rule__ProcessorType__Group_4_1_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28213:1: ( ( ( rule__ProcessorType__NoFeaturesAssignment_4_1_0_0 ) ) )
- // InternalAadl2Parser.g:28214:1: ( ( rule__ProcessorType__NoFeaturesAssignment_4_1_0_0 ) )
+ // InternalAadl2Parser.g:27506:1: ( ( ( rule__ProcessorType__NoFeaturesAssignment_4_1_0_0 ) ) )
+ // InternalAadl2Parser.g:27507:1: ( ( rule__ProcessorType__NoFeaturesAssignment_4_1_0_0 ) )
{
- // InternalAadl2Parser.g:28214:1: ( ( rule__ProcessorType__NoFeaturesAssignment_4_1_0_0 ) )
- // InternalAadl2Parser.g:28215:2: ( rule__ProcessorType__NoFeaturesAssignment_4_1_0_0 )
+ // InternalAadl2Parser.g:27507:1: ( ( rule__ProcessorType__NoFeaturesAssignment_4_1_0_0 ) )
+ // InternalAadl2Parser.g:27508:2: ( rule__ProcessorType__NoFeaturesAssignment_4_1_0_0 )
{
before(grammarAccess.getProcessorTypeAccess().getNoFeaturesAssignment_4_1_0_0());
- // InternalAadl2Parser.g:28216:2: ( rule__ProcessorType__NoFeaturesAssignment_4_1_0_0 )
- // InternalAadl2Parser.g:28216:3: rule__ProcessorType__NoFeaturesAssignment_4_1_0_0
+ // InternalAadl2Parser.g:27509:2: ( rule__ProcessorType__NoFeaturesAssignment_4_1_0_0 )
+ // InternalAadl2Parser.g:27509:3: rule__ProcessorType__NoFeaturesAssignment_4_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__NoFeaturesAssignment_4_1_0_0();
@@ -114248,14 +112108,14 @@ public final void rule__ProcessorType__Group_4_1_0__0__Impl() throws Recognition
// $ANTLR start "rule__ProcessorType__Group_4_1_0__1"
- // InternalAadl2Parser.g:28224:1: rule__ProcessorType__Group_4_1_0__1 : rule__ProcessorType__Group_4_1_0__1__Impl ;
+ // InternalAadl2Parser.g:27517:1: rule__ProcessorType__Group_4_1_0__1 : rule__ProcessorType__Group_4_1_0__1__Impl ;
public final void rule__ProcessorType__Group_4_1_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28228:1: ( rule__ProcessorType__Group_4_1_0__1__Impl )
- // InternalAadl2Parser.g:28229:2: rule__ProcessorType__Group_4_1_0__1__Impl
+ // InternalAadl2Parser.g:27521:1: ( rule__ProcessorType__Group_4_1_0__1__Impl )
+ // InternalAadl2Parser.g:27522:2: rule__ProcessorType__Group_4_1_0__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__Group_4_1_0__1__Impl();
@@ -114281,17 +112141,17 @@ public final void rule__ProcessorType__Group_4_1_0__1() throws RecognitionExcept
// $ANTLR start "rule__ProcessorType__Group_4_1_0__1__Impl"
- // InternalAadl2Parser.g:28235:1: rule__ProcessorType__Group_4_1_0__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:27528:1: rule__ProcessorType__Group_4_1_0__1__Impl : ( Semicolon ) ;
public final void rule__ProcessorType__Group_4_1_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28239:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:28240:1: ( Semicolon )
+ // InternalAadl2Parser.g:27532:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:27533:1: ( Semicolon )
{
- // InternalAadl2Parser.g:28240:1: ( Semicolon )
- // InternalAadl2Parser.g:28241:2: Semicolon
+ // InternalAadl2Parser.g:27533:1: ( Semicolon )
+ // InternalAadl2Parser.g:27534:2: Semicolon
{
before(grammarAccess.getProcessorTypeAccess().getSemicolonKeyword_4_1_0_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -114318,14 +112178,14 @@ public final void rule__ProcessorType__Group_4_1_0__1__Impl() throws Recognition
// $ANTLR start "rule__ProcessorType__Group_5__0"
- // InternalAadl2Parser.g:28251:1: rule__ProcessorType__Group_5__0 : rule__ProcessorType__Group_5__0__Impl rule__ProcessorType__Group_5__1 ;
+ // InternalAadl2Parser.g:27544:1: rule__ProcessorType__Group_5__0 : rule__ProcessorType__Group_5__0__Impl rule__ProcessorType__Group_5__1 ;
public final void rule__ProcessorType__Group_5__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28255:1: ( rule__ProcessorType__Group_5__0__Impl rule__ProcessorType__Group_5__1 )
- // InternalAadl2Parser.g:28256:2: rule__ProcessorType__Group_5__0__Impl rule__ProcessorType__Group_5__1
+ // InternalAadl2Parser.g:27548:1: ( rule__ProcessorType__Group_5__0__Impl rule__ProcessorType__Group_5__1 )
+ // InternalAadl2Parser.g:27549:2: rule__ProcessorType__Group_5__0__Impl rule__ProcessorType__Group_5__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__ProcessorType__Group_5__0__Impl();
@@ -114356,17 +112216,17 @@ public final void rule__ProcessorType__Group_5__0() throws RecognitionException
// $ANTLR start "rule__ProcessorType__Group_5__0__Impl"
- // InternalAadl2Parser.g:28263:1: rule__ProcessorType__Group_5__0__Impl : ( Flows ) ;
+ // InternalAadl2Parser.g:27556:1: rule__ProcessorType__Group_5__0__Impl : ( Flows ) ;
public final void rule__ProcessorType__Group_5__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28267:1: ( ( Flows ) )
- // InternalAadl2Parser.g:28268:1: ( Flows )
+ // InternalAadl2Parser.g:27560:1: ( ( Flows ) )
+ // InternalAadl2Parser.g:27561:1: ( Flows )
{
- // InternalAadl2Parser.g:28268:1: ( Flows )
- // InternalAadl2Parser.g:28269:2: Flows
+ // InternalAadl2Parser.g:27561:1: ( Flows )
+ // InternalAadl2Parser.g:27562:2: Flows
{
before(grammarAccess.getProcessorTypeAccess().getFlowsKeyword_5_0());
match(input,Flows,FollowSets000.FOLLOW_2);
@@ -114393,14 +112253,14 @@ public final void rule__ProcessorType__Group_5__0__Impl() throws RecognitionExce
// $ANTLR start "rule__ProcessorType__Group_5__1"
- // InternalAadl2Parser.g:28278:1: rule__ProcessorType__Group_5__1 : rule__ProcessorType__Group_5__1__Impl ;
+ // InternalAadl2Parser.g:27571:1: rule__ProcessorType__Group_5__1 : rule__ProcessorType__Group_5__1__Impl ;
public final void rule__ProcessorType__Group_5__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28282:1: ( rule__ProcessorType__Group_5__1__Impl )
- // InternalAadl2Parser.g:28283:2: rule__ProcessorType__Group_5__1__Impl
+ // InternalAadl2Parser.g:27575:1: ( rule__ProcessorType__Group_5__1__Impl )
+ // InternalAadl2Parser.g:27576:2: rule__ProcessorType__Group_5__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__Group_5__1__Impl();
@@ -114426,21 +112286,21 @@ public final void rule__ProcessorType__Group_5__1() throws RecognitionException
// $ANTLR start "rule__ProcessorType__Group_5__1__Impl"
- // InternalAadl2Parser.g:28289:1: rule__ProcessorType__Group_5__1__Impl : ( ( rule__ProcessorType__Alternatives_5_1 ) ) ;
+ // InternalAadl2Parser.g:27582:1: rule__ProcessorType__Group_5__1__Impl : ( ( rule__ProcessorType__Alternatives_5_1 ) ) ;
public final void rule__ProcessorType__Group_5__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28293:1: ( ( ( rule__ProcessorType__Alternatives_5_1 ) ) )
- // InternalAadl2Parser.g:28294:1: ( ( rule__ProcessorType__Alternatives_5_1 ) )
+ // InternalAadl2Parser.g:27586:1: ( ( ( rule__ProcessorType__Alternatives_5_1 ) ) )
+ // InternalAadl2Parser.g:27587:1: ( ( rule__ProcessorType__Alternatives_5_1 ) )
{
- // InternalAadl2Parser.g:28294:1: ( ( rule__ProcessorType__Alternatives_5_1 ) )
- // InternalAadl2Parser.g:28295:2: ( rule__ProcessorType__Alternatives_5_1 )
+ // InternalAadl2Parser.g:27587:1: ( ( rule__ProcessorType__Alternatives_5_1 ) )
+ // InternalAadl2Parser.g:27588:2: ( rule__ProcessorType__Alternatives_5_1 )
{
before(grammarAccess.getProcessorTypeAccess().getAlternatives_5_1());
- // InternalAadl2Parser.g:28296:2: ( rule__ProcessorType__Alternatives_5_1 )
- // InternalAadl2Parser.g:28296:3: rule__ProcessorType__Alternatives_5_1
+ // InternalAadl2Parser.g:27589:2: ( rule__ProcessorType__Alternatives_5_1 )
+ // InternalAadl2Parser.g:27589:3: rule__ProcessorType__Alternatives_5_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__Alternatives_5_1();
@@ -114473,14 +112333,14 @@ public final void rule__ProcessorType__Group_5__1__Impl() throws RecognitionExce
// $ANTLR start "rule__ProcessorType__Group_5_1_1__0"
- // InternalAadl2Parser.g:28305:1: rule__ProcessorType__Group_5_1_1__0 : rule__ProcessorType__Group_5_1_1__0__Impl rule__ProcessorType__Group_5_1_1__1 ;
+ // InternalAadl2Parser.g:27598:1: rule__ProcessorType__Group_5_1_1__0 : rule__ProcessorType__Group_5_1_1__0__Impl rule__ProcessorType__Group_5_1_1__1 ;
public final void rule__ProcessorType__Group_5_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28309:1: ( rule__ProcessorType__Group_5_1_1__0__Impl rule__ProcessorType__Group_5_1_1__1 )
- // InternalAadl2Parser.g:28310:2: rule__ProcessorType__Group_5_1_1__0__Impl rule__ProcessorType__Group_5_1_1__1
+ // InternalAadl2Parser.g:27602:1: ( rule__ProcessorType__Group_5_1_1__0__Impl rule__ProcessorType__Group_5_1_1__1 )
+ // InternalAadl2Parser.g:27603:2: rule__ProcessorType__Group_5_1_1__0__Impl rule__ProcessorType__Group_5_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__ProcessorType__Group_5_1_1__0__Impl();
@@ -114511,21 +112371,21 @@ public final void rule__ProcessorType__Group_5_1_1__0() throws RecognitionExcept
// $ANTLR start "rule__ProcessorType__Group_5_1_1__0__Impl"
- // InternalAadl2Parser.g:28317:1: rule__ProcessorType__Group_5_1_1__0__Impl : ( ( rule__ProcessorType__NoFlowsAssignment_5_1_1_0 ) ) ;
+ // InternalAadl2Parser.g:27610:1: rule__ProcessorType__Group_5_1_1__0__Impl : ( ( rule__ProcessorType__NoFlowsAssignment_5_1_1_0 ) ) ;
public final void rule__ProcessorType__Group_5_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28321:1: ( ( ( rule__ProcessorType__NoFlowsAssignment_5_1_1_0 ) ) )
- // InternalAadl2Parser.g:28322:1: ( ( rule__ProcessorType__NoFlowsAssignment_5_1_1_0 ) )
+ // InternalAadl2Parser.g:27614:1: ( ( ( rule__ProcessorType__NoFlowsAssignment_5_1_1_0 ) ) )
+ // InternalAadl2Parser.g:27615:1: ( ( rule__ProcessorType__NoFlowsAssignment_5_1_1_0 ) )
{
- // InternalAadl2Parser.g:28322:1: ( ( rule__ProcessorType__NoFlowsAssignment_5_1_1_0 ) )
- // InternalAadl2Parser.g:28323:2: ( rule__ProcessorType__NoFlowsAssignment_5_1_1_0 )
+ // InternalAadl2Parser.g:27615:1: ( ( rule__ProcessorType__NoFlowsAssignment_5_1_1_0 ) )
+ // InternalAadl2Parser.g:27616:2: ( rule__ProcessorType__NoFlowsAssignment_5_1_1_0 )
{
before(grammarAccess.getProcessorTypeAccess().getNoFlowsAssignment_5_1_1_0());
- // InternalAadl2Parser.g:28324:2: ( rule__ProcessorType__NoFlowsAssignment_5_1_1_0 )
- // InternalAadl2Parser.g:28324:3: rule__ProcessorType__NoFlowsAssignment_5_1_1_0
+ // InternalAadl2Parser.g:27617:2: ( rule__ProcessorType__NoFlowsAssignment_5_1_1_0 )
+ // InternalAadl2Parser.g:27617:3: rule__ProcessorType__NoFlowsAssignment_5_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__NoFlowsAssignment_5_1_1_0();
@@ -114558,14 +112418,14 @@ public final void rule__ProcessorType__Group_5_1_1__0__Impl() throws Recognition
// $ANTLR start "rule__ProcessorType__Group_5_1_1__1"
- // InternalAadl2Parser.g:28332:1: rule__ProcessorType__Group_5_1_1__1 : rule__ProcessorType__Group_5_1_1__1__Impl ;
+ // InternalAadl2Parser.g:27625:1: rule__ProcessorType__Group_5_1_1__1 : rule__ProcessorType__Group_5_1_1__1__Impl ;
public final void rule__ProcessorType__Group_5_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28336:1: ( rule__ProcessorType__Group_5_1_1__1__Impl )
- // InternalAadl2Parser.g:28337:2: rule__ProcessorType__Group_5_1_1__1__Impl
+ // InternalAadl2Parser.g:27629:1: ( rule__ProcessorType__Group_5_1_1__1__Impl )
+ // InternalAadl2Parser.g:27630:2: rule__ProcessorType__Group_5_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__Group_5_1_1__1__Impl();
@@ -114591,17 +112451,17 @@ public final void rule__ProcessorType__Group_5_1_1__1() throws RecognitionExcept
// $ANTLR start "rule__ProcessorType__Group_5_1_1__1__Impl"
- // InternalAadl2Parser.g:28343:1: rule__ProcessorType__Group_5_1_1__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:27636:1: rule__ProcessorType__Group_5_1_1__1__Impl : ( Semicolon ) ;
public final void rule__ProcessorType__Group_5_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28347:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:28348:1: ( Semicolon )
+ // InternalAadl2Parser.g:27640:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:27641:1: ( Semicolon )
{
- // InternalAadl2Parser.g:28348:1: ( Semicolon )
- // InternalAadl2Parser.g:28349:2: Semicolon
+ // InternalAadl2Parser.g:27641:1: ( Semicolon )
+ // InternalAadl2Parser.g:27642:2: Semicolon
{
before(grammarAccess.getProcessorTypeAccess().getSemicolonKeyword_5_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -114628,16 +112488,16 @@ public final void rule__ProcessorType__Group_5_1_1__1__Impl() throws Recognition
// $ANTLR start "rule__ProcessorType__Group_6_0__0"
- // InternalAadl2Parser.g:28359:1: rule__ProcessorType__Group_6_0__0 : rule__ProcessorType__Group_6_0__0__Impl rule__ProcessorType__Group_6_0__1 ;
+ // InternalAadl2Parser.g:27652:1: rule__ProcessorType__Group_6_0__0 : rule__ProcessorType__Group_6_0__0__Impl rule__ProcessorType__Group_6_0__1 ;
public final void rule__ProcessorType__Group_6_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28363:1: ( rule__ProcessorType__Group_6_0__0__Impl rule__ProcessorType__Group_6_0__1 )
- // InternalAadl2Parser.g:28364:2: rule__ProcessorType__Group_6_0__0__Impl rule__ProcessorType__Group_6_0__1
+ // InternalAadl2Parser.g:27656:1: ( rule__ProcessorType__Group_6_0__0__Impl rule__ProcessorType__Group_6_0__1 )
+ // InternalAadl2Parser.g:27657:2: rule__ProcessorType__Group_6_0__0__Impl rule__ProcessorType__Group_6_0__1
{
- pushFollow(FollowSets000.FOLLOW_4);
+ pushFollow(FollowSets000.FOLLOW_31);
rule__ProcessorType__Group_6_0__0__Impl();
state._fsp--;
@@ -114666,21 +112526,21 @@ public final void rule__ProcessorType__Group_6_0__0() throws RecognitionExceptio
// $ANTLR start "rule__ProcessorType__Group_6_0__0__Impl"
- // InternalAadl2Parser.g:28371:1: rule__ProcessorType__Group_6_0__0__Impl : ( ( rule__ProcessorType__DerivedModesAssignment_6_0_0 ) ) ;
+ // InternalAadl2Parser.g:27664:1: rule__ProcessorType__Group_6_0__0__Impl : ( ( rule__ProcessorType__DerivedModesAssignment_6_0_0 ) ) ;
public final void rule__ProcessorType__Group_6_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28375:1: ( ( ( rule__ProcessorType__DerivedModesAssignment_6_0_0 ) ) )
- // InternalAadl2Parser.g:28376:1: ( ( rule__ProcessorType__DerivedModesAssignment_6_0_0 ) )
+ // InternalAadl2Parser.g:27668:1: ( ( ( rule__ProcessorType__DerivedModesAssignment_6_0_0 ) ) )
+ // InternalAadl2Parser.g:27669:1: ( ( rule__ProcessorType__DerivedModesAssignment_6_0_0 ) )
{
- // InternalAadl2Parser.g:28376:1: ( ( rule__ProcessorType__DerivedModesAssignment_6_0_0 ) )
- // InternalAadl2Parser.g:28377:2: ( rule__ProcessorType__DerivedModesAssignment_6_0_0 )
+ // InternalAadl2Parser.g:27669:1: ( ( rule__ProcessorType__DerivedModesAssignment_6_0_0 ) )
+ // InternalAadl2Parser.g:27670:2: ( rule__ProcessorType__DerivedModesAssignment_6_0_0 )
{
before(grammarAccess.getProcessorTypeAccess().getDerivedModesAssignment_6_0_0());
- // InternalAadl2Parser.g:28378:2: ( rule__ProcessorType__DerivedModesAssignment_6_0_0 )
- // InternalAadl2Parser.g:28378:3: rule__ProcessorType__DerivedModesAssignment_6_0_0
+ // InternalAadl2Parser.g:27671:2: ( rule__ProcessorType__DerivedModesAssignment_6_0_0 )
+ // InternalAadl2Parser.g:27671:3: rule__ProcessorType__DerivedModesAssignment_6_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__DerivedModesAssignment_6_0_0();
@@ -114713,20 +112573,25 @@ public final void rule__ProcessorType__Group_6_0__0__Impl() throws RecognitionEx
// $ANTLR start "rule__ProcessorType__Group_6_0__1"
- // InternalAadl2Parser.g:28386:1: rule__ProcessorType__Group_6_0__1 : rule__ProcessorType__Group_6_0__1__Impl ;
+ // InternalAadl2Parser.g:27679:1: rule__ProcessorType__Group_6_0__1 : rule__ProcessorType__Group_6_0__1__Impl rule__ProcessorType__Group_6_0__2 ;
public final void rule__ProcessorType__Group_6_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28390:1: ( rule__ProcessorType__Group_6_0__1__Impl )
- // InternalAadl2Parser.g:28391:2: rule__ProcessorType__Group_6_0__1__Impl
+ // InternalAadl2Parser.g:27683:1: ( rule__ProcessorType__Group_6_0__1__Impl rule__ProcessorType__Group_6_0__2 )
+ // InternalAadl2Parser.g:27684:2: rule__ProcessorType__Group_6_0__1__Impl rule__ProcessorType__Group_6_0__2
{
- pushFollow(FollowSets000.FOLLOW_2);
+ pushFollow(FollowSets000.FOLLOW_4);
rule__ProcessorType__Group_6_0__1__Impl();
state._fsp--;
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ProcessorType__Group_6_0__2();
+
+ state._fsp--;
+
}
@@ -114746,42 +112611,112 @@ public final void rule__ProcessorType__Group_6_0__1() throws RecognitionExceptio
// $ANTLR start "rule__ProcessorType__Group_6_0__1__Impl"
- // InternalAadl2Parser.g:28397:1: rule__ProcessorType__Group_6_0__1__Impl : ( ( ( rule__ProcessorType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__ProcessorType__OwnedModeAssignment_6_0_1 )* ) ) ;
+ // InternalAadl2Parser.g:27691:1: rule__ProcessorType__Group_6_0__1__Impl : ( Modes ) ;
public final void rule__ProcessorType__Group_6_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28401:1: ( ( ( ( rule__ProcessorType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__ProcessorType__OwnedModeAssignment_6_0_1 )* ) ) )
- // InternalAadl2Parser.g:28402:1: ( ( ( rule__ProcessorType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__ProcessorType__OwnedModeAssignment_6_0_1 )* ) )
+ // InternalAadl2Parser.g:27695:1: ( ( Modes ) )
+ // InternalAadl2Parser.g:27696:1: ( Modes )
{
- // InternalAadl2Parser.g:28402:1: ( ( ( rule__ProcessorType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__ProcessorType__OwnedModeAssignment_6_0_1 )* ) )
- // InternalAadl2Parser.g:28403:2: ( ( rule__ProcessorType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__ProcessorType__OwnedModeAssignment_6_0_1 )* )
+ // InternalAadl2Parser.g:27696:1: ( Modes )
+ // InternalAadl2Parser.g:27697:2: Modes
{
- // InternalAadl2Parser.g:28403:2: ( ( rule__ProcessorType__OwnedModeAssignment_6_0_1 ) )
- // InternalAadl2Parser.g:28404:3: ( rule__ProcessorType__OwnedModeAssignment_6_0_1 )
+ before(grammarAccess.getProcessorTypeAccess().getModesKeyword_6_0_1());
+ match(input,Modes,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getProcessorTypeAccess().getModesKeyword_6_0_1());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ProcessorType__Group_6_0__1__Impl"
+
+
+ // $ANTLR start "rule__ProcessorType__Group_6_0__2"
+ // InternalAadl2Parser.g:27706:1: rule__ProcessorType__Group_6_0__2 : rule__ProcessorType__Group_6_0__2__Impl ;
+ public final void rule__ProcessorType__Group_6_0__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:27710:1: ( rule__ProcessorType__Group_6_0__2__Impl )
+ // InternalAadl2Parser.g:27711:2: rule__ProcessorType__Group_6_0__2__Impl
{
- before(grammarAccess.getProcessorTypeAccess().getOwnedModeAssignment_6_0_1());
- // InternalAadl2Parser.g:28405:3: ( rule__ProcessorType__OwnedModeAssignment_6_0_1 )
- // InternalAadl2Parser.g:28405:4: rule__ProcessorType__OwnedModeAssignment_6_0_1
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ProcessorType__Group_6_0__2__Impl();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ProcessorType__Group_6_0__2"
+
+
+ // $ANTLR start "rule__ProcessorType__Group_6_0__2__Impl"
+ // InternalAadl2Parser.g:27717:1: rule__ProcessorType__Group_6_0__2__Impl : ( ( ( rule__ProcessorType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__ProcessorType__OwnedModeAssignment_6_0_2 )* ) ) ;
+ public final void rule__ProcessorType__Group_6_0__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:27721:1: ( ( ( ( rule__ProcessorType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__ProcessorType__OwnedModeAssignment_6_0_2 )* ) ) )
+ // InternalAadl2Parser.g:27722:1: ( ( ( rule__ProcessorType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__ProcessorType__OwnedModeAssignment_6_0_2 )* ) )
+ {
+ // InternalAadl2Parser.g:27722:1: ( ( ( rule__ProcessorType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__ProcessorType__OwnedModeAssignment_6_0_2 )* ) )
+ // InternalAadl2Parser.g:27723:2: ( ( rule__ProcessorType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__ProcessorType__OwnedModeAssignment_6_0_2 )* )
+ {
+ // InternalAadl2Parser.g:27723:2: ( ( rule__ProcessorType__OwnedModeAssignment_6_0_2 ) )
+ // InternalAadl2Parser.g:27724:3: ( rule__ProcessorType__OwnedModeAssignment_6_0_2 )
+ {
+ before(grammarAccess.getProcessorTypeAccess().getOwnedModeAssignment_6_0_2());
+ // InternalAadl2Parser.g:27725:3: ( rule__ProcessorType__OwnedModeAssignment_6_0_2 )
+ // InternalAadl2Parser.g:27725:4: rule__ProcessorType__OwnedModeAssignment_6_0_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ProcessorType__OwnedModeAssignment_6_0_1();
+ rule__ProcessorType__OwnedModeAssignment_6_0_2();
state._fsp--;
}
- after(grammarAccess.getProcessorTypeAccess().getOwnedModeAssignment_6_0_1());
+ after(grammarAccess.getProcessorTypeAccess().getOwnedModeAssignment_6_0_2());
}
- // InternalAadl2Parser.g:28408:2: ( ( rule__ProcessorType__OwnedModeAssignment_6_0_1 )* )
- // InternalAadl2Parser.g:28409:3: ( rule__ProcessorType__OwnedModeAssignment_6_0_1 )*
+ // InternalAadl2Parser.g:27728:2: ( ( rule__ProcessorType__OwnedModeAssignment_6_0_2 )* )
+ // InternalAadl2Parser.g:27729:3: ( rule__ProcessorType__OwnedModeAssignment_6_0_2 )*
{
- before(grammarAccess.getProcessorTypeAccess().getOwnedModeAssignment_6_0_1());
- // InternalAadl2Parser.g:28410:3: ( rule__ProcessorType__OwnedModeAssignment_6_0_1 )*
+ before(grammarAccess.getProcessorTypeAccess().getOwnedModeAssignment_6_0_2());
+ // InternalAadl2Parser.g:27730:3: ( rule__ProcessorType__OwnedModeAssignment_6_0_2 )*
loop626:
do {
int alt626=2;
@@ -114794,10 +112729,10 @@ public final void rule__ProcessorType__Group_6_0__1__Impl() throws RecognitionEx
switch (alt626) {
case 1 :
- // InternalAadl2Parser.g:28410:4: rule__ProcessorType__OwnedModeAssignment_6_0_1
+ // InternalAadl2Parser.g:27730:4: rule__ProcessorType__OwnedModeAssignment_6_0_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ProcessorType__OwnedModeAssignment_6_0_1();
+ rule__ProcessorType__OwnedModeAssignment_6_0_2();
state._fsp--;
@@ -114810,7 +112745,7 @@ public final void rule__ProcessorType__Group_6_0__1__Impl() throws RecognitionEx
}
} while (true);
- after(grammarAccess.getProcessorTypeAccess().getOwnedModeAssignment_6_0_1());
+ after(grammarAccess.getProcessorTypeAccess().getOwnedModeAssignment_6_0_2());
}
@@ -114832,18 +112767,18 @@ public final void rule__ProcessorType__Group_6_0__1__Impl() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__ProcessorType__Group_6_0__1__Impl"
+ // $ANTLR end "rule__ProcessorType__Group_6_0__2__Impl"
// $ANTLR start "rule__ProcessorType__Group_6_1__0"
- // InternalAadl2Parser.g:28420:1: rule__ProcessorType__Group_6_1__0 : rule__ProcessorType__Group_6_1__0__Impl rule__ProcessorType__Group_6_1__1 ;
+ // InternalAadl2Parser.g:27740:1: rule__ProcessorType__Group_6_1__0 : rule__ProcessorType__Group_6_1__0__Impl rule__ProcessorType__Group_6_1__1 ;
public final void rule__ProcessorType__Group_6_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28424:1: ( rule__ProcessorType__Group_6_1__0__Impl rule__ProcessorType__Group_6_1__1 )
- // InternalAadl2Parser.g:28425:2: rule__ProcessorType__Group_6_1__0__Impl rule__ProcessorType__Group_6_1__1
+ // InternalAadl2Parser.g:27744:1: ( rule__ProcessorType__Group_6_1__0__Impl rule__ProcessorType__Group_6_1__1 )
+ // InternalAadl2Parser.g:27745:2: rule__ProcessorType__Group_6_1__0__Impl rule__ProcessorType__Group_6_1__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__ProcessorType__Group_6_1__0__Impl();
@@ -114874,17 +112809,17 @@ public final void rule__ProcessorType__Group_6_1__0() throws RecognitionExceptio
// $ANTLR start "rule__ProcessorType__Group_6_1__0__Impl"
- // InternalAadl2Parser.g:28432:1: rule__ProcessorType__Group_6_1__0__Impl : ( Modes ) ;
+ // InternalAadl2Parser.g:27752:1: rule__ProcessorType__Group_6_1__0__Impl : ( Modes ) ;
public final void rule__ProcessorType__Group_6_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28436:1: ( ( Modes ) )
- // InternalAadl2Parser.g:28437:1: ( Modes )
+ // InternalAadl2Parser.g:27756:1: ( ( Modes ) )
+ // InternalAadl2Parser.g:27757:1: ( Modes )
{
- // InternalAadl2Parser.g:28437:1: ( Modes )
- // InternalAadl2Parser.g:28438:2: Modes
+ // InternalAadl2Parser.g:27757:1: ( Modes )
+ // InternalAadl2Parser.g:27758:2: Modes
{
before(grammarAccess.getProcessorTypeAccess().getModesKeyword_6_1_0());
match(input,Modes,FollowSets000.FOLLOW_2);
@@ -114911,14 +112846,14 @@ public final void rule__ProcessorType__Group_6_1__0__Impl() throws RecognitionEx
// $ANTLR start "rule__ProcessorType__Group_6_1__1"
- // InternalAadl2Parser.g:28447:1: rule__ProcessorType__Group_6_1__1 : rule__ProcessorType__Group_6_1__1__Impl ;
+ // InternalAadl2Parser.g:27767:1: rule__ProcessorType__Group_6_1__1 : rule__ProcessorType__Group_6_1__1__Impl ;
public final void rule__ProcessorType__Group_6_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28451:1: ( rule__ProcessorType__Group_6_1__1__Impl )
- // InternalAadl2Parser.g:28452:2: rule__ProcessorType__Group_6_1__1__Impl
+ // InternalAadl2Parser.g:27771:1: ( rule__ProcessorType__Group_6_1__1__Impl )
+ // InternalAadl2Parser.g:27772:2: rule__ProcessorType__Group_6_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__Group_6_1__1__Impl();
@@ -114944,21 +112879,21 @@ public final void rule__ProcessorType__Group_6_1__1() throws RecognitionExceptio
// $ANTLR start "rule__ProcessorType__Group_6_1__1__Impl"
- // InternalAadl2Parser.g:28458:1: rule__ProcessorType__Group_6_1__1__Impl : ( ( rule__ProcessorType__Alternatives_6_1_1 ) ) ;
+ // InternalAadl2Parser.g:27778:1: rule__ProcessorType__Group_6_1__1__Impl : ( ( rule__ProcessorType__Alternatives_6_1_1 ) ) ;
public final void rule__ProcessorType__Group_6_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28462:1: ( ( ( rule__ProcessorType__Alternatives_6_1_1 ) ) )
- // InternalAadl2Parser.g:28463:1: ( ( rule__ProcessorType__Alternatives_6_1_1 ) )
+ // InternalAadl2Parser.g:27782:1: ( ( ( rule__ProcessorType__Alternatives_6_1_1 ) ) )
+ // InternalAadl2Parser.g:27783:1: ( ( rule__ProcessorType__Alternatives_6_1_1 ) )
{
- // InternalAadl2Parser.g:28463:1: ( ( rule__ProcessorType__Alternatives_6_1_1 ) )
- // InternalAadl2Parser.g:28464:2: ( rule__ProcessorType__Alternatives_6_1_1 )
+ // InternalAadl2Parser.g:27783:1: ( ( rule__ProcessorType__Alternatives_6_1_1 ) )
+ // InternalAadl2Parser.g:27784:2: ( rule__ProcessorType__Alternatives_6_1_1 )
{
before(grammarAccess.getProcessorTypeAccess().getAlternatives_6_1_1());
- // InternalAadl2Parser.g:28465:2: ( rule__ProcessorType__Alternatives_6_1_1 )
- // InternalAadl2Parser.g:28465:3: rule__ProcessorType__Alternatives_6_1_1
+ // InternalAadl2Parser.g:27785:2: ( rule__ProcessorType__Alternatives_6_1_1 )
+ // InternalAadl2Parser.g:27785:3: rule__ProcessorType__Alternatives_6_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__Alternatives_6_1_1();
@@ -114991,14 +112926,14 @@ public final void rule__ProcessorType__Group_6_1__1__Impl() throws RecognitionEx
// $ANTLR start "rule__ProcessorType__Group_6_1_1_1__0"
- // InternalAadl2Parser.g:28474:1: rule__ProcessorType__Group_6_1_1_1__0 : rule__ProcessorType__Group_6_1_1_1__0__Impl rule__ProcessorType__Group_6_1_1_1__1 ;
+ // InternalAadl2Parser.g:27794:1: rule__ProcessorType__Group_6_1_1_1__0 : rule__ProcessorType__Group_6_1_1_1__0__Impl rule__ProcessorType__Group_6_1_1_1__1 ;
public final void rule__ProcessorType__Group_6_1_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28478:1: ( rule__ProcessorType__Group_6_1_1_1__0__Impl rule__ProcessorType__Group_6_1_1_1__1 )
- // InternalAadl2Parser.g:28479:2: rule__ProcessorType__Group_6_1_1_1__0__Impl rule__ProcessorType__Group_6_1_1_1__1
+ // InternalAadl2Parser.g:27798:1: ( rule__ProcessorType__Group_6_1_1_1__0__Impl rule__ProcessorType__Group_6_1_1_1__1 )
+ // InternalAadl2Parser.g:27799:2: rule__ProcessorType__Group_6_1_1_1__0__Impl rule__ProcessorType__Group_6_1_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__ProcessorType__Group_6_1_1_1__0__Impl();
@@ -115029,21 +112964,21 @@ public final void rule__ProcessorType__Group_6_1_1_1__0() throws RecognitionExce
// $ANTLR start "rule__ProcessorType__Group_6_1_1_1__0__Impl"
- // InternalAadl2Parser.g:28486:1: rule__ProcessorType__Group_6_1_1_1__0__Impl : ( ( rule__ProcessorType__NoModesAssignment_6_1_1_1_0 ) ) ;
+ // InternalAadl2Parser.g:27806:1: rule__ProcessorType__Group_6_1_1_1__0__Impl : ( ( rule__ProcessorType__NoModesAssignment_6_1_1_1_0 ) ) ;
public final void rule__ProcessorType__Group_6_1_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28490:1: ( ( ( rule__ProcessorType__NoModesAssignment_6_1_1_1_0 ) ) )
- // InternalAadl2Parser.g:28491:1: ( ( rule__ProcessorType__NoModesAssignment_6_1_1_1_0 ) )
+ // InternalAadl2Parser.g:27810:1: ( ( ( rule__ProcessorType__NoModesAssignment_6_1_1_1_0 ) ) )
+ // InternalAadl2Parser.g:27811:1: ( ( rule__ProcessorType__NoModesAssignment_6_1_1_1_0 ) )
{
- // InternalAadl2Parser.g:28491:1: ( ( rule__ProcessorType__NoModesAssignment_6_1_1_1_0 ) )
- // InternalAadl2Parser.g:28492:2: ( rule__ProcessorType__NoModesAssignment_6_1_1_1_0 )
+ // InternalAadl2Parser.g:27811:1: ( ( rule__ProcessorType__NoModesAssignment_6_1_1_1_0 ) )
+ // InternalAadl2Parser.g:27812:2: ( rule__ProcessorType__NoModesAssignment_6_1_1_1_0 )
{
before(grammarAccess.getProcessorTypeAccess().getNoModesAssignment_6_1_1_1_0());
- // InternalAadl2Parser.g:28493:2: ( rule__ProcessorType__NoModesAssignment_6_1_1_1_0 )
- // InternalAadl2Parser.g:28493:3: rule__ProcessorType__NoModesAssignment_6_1_1_1_0
+ // InternalAadl2Parser.g:27813:2: ( rule__ProcessorType__NoModesAssignment_6_1_1_1_0 )
+ // InternalAadl2Parser.g:27813:3: rule__ProcessorType__NoModesAssignment_6_1_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__NoModesAssignment_6_1_1_1_0();
@@ -115076,14 +113011,14 @@ public final void rule__ProcessorType__Group_6_1_1_1__0__Impl() throws Recogniti
// $ANTLR start "rule__ProcessorType__Group_6_1_1_1__1"
- // InternalAadl2Parser.g:28501:1: rule__ProcessorType__Group_6_1_1_1__1 : rule__ProcessorType__Group_6_1_1_1__1__Impl ;
+ // InternalAadl2Parser.g:27821:1: rule__ProcessorType__Group_6_1_1_1__1 : rule__ProcessorType__Group_6_1_1_1__1__Impl ;
public final void rule__ProcessorType__Group_6_1_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28505:1: ( rule__ProcessorType__Group_6_1_1_1__1__Impl )
- // InternalAadl2Parser.g:28506:2: rule__ProcessorType__Group_6_1_1_1__1__Impl
+ // InternalAadl2Parser.g:27825:1: ( rule__ProcessorType__Group_6_1_1_1__1__Impl )
+ // InternalAadl2Parser.g:27826:2: rule__ProcessorType__Group_6_1_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__Group_6_1_1_1__1__Impl();
@@ -115109,17 +113044,17 @@ public final void rule__ProcessorType__Group_6_1_1_1__1() throws RecognitionExce
// $ANTLR start "rule__ProcessorType__Group_6_1_1_1__1__Impl"
- // InternalAadl2Parser.g:28512:1: rule__ProcessorType__Group_6_1_1_1__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:27832:1: rule__ProcessorType__Group_6_1_1_1__1__Impl : ( Semicolon ) ;
public final void rule__ProcessorType__Group_6_1_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28516:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:28517:1: ( Semicolon )
+ // InternalAadl2Parser.g:27836:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:27837:1: ( Semicolon )
{
- // InternalAadl2Parser.g:28517:1: ( Semicolon )
- // InternalAadl2Parser.g:28518:2: Semicolon
+ // InternalAadl2Parser.g:27837:1: ( Semicolon )
+ // InternalAadl2Parser.g:27838:2: Semicolon
{
before(grammarAccess.getProcessorTypeAccess().getSemicolonKeyword_6_1_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -115146,14 +113081,14 @@ public final void rule__ProcessorType__Group_6_1_1_1__1__Impl() throws Recogniti
// $ANTLR start "rule__ProcessorType__Group_7__0"
- // InternalAadl2Parser.g:28528:1: rule__ProcessorType__Group_7__0 : rule__ProcessorType__Group_7__0__Impl rule__ProcessorType__Group_7__1 ;
+ // InternalAadl2Parser.g:27848:1: rule__ProcessorType__Group_7__0 : rule__ProcessorType__Group_7__0__Impl rule__ProcessorType__Group_7__1 ;
public final void rule__ProcessorType__Group_7__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28532:1: ( rule__ProcessorType__Group_7__0__Impl rule__ProcessorType__Group_7__1 )
- // InternalAadl2Parser.g:28533:2: rule__ProcessorType__Group_7__0__Impl rule__ProcessorType__Group_7__1
+ // InternalAadl2Parser.g:27852:1: ( rule__ProcessorType__Group_7__0__Impl rule__ProcessorType__Group_7__1 )
+ // InternalAadl2Parser.g:27853:2: rule__ProcessorType__Group_7__0__Impl rule__ProcessorType__Group_7__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__ProcessorType__Group_7__0__Impl();
@@ -115184,17 +113119,17 @@ public final void rule__ProcessorType__Group_7__0() throws RecognitionException
// $ANTLR start "rule__ProcessorType__Group_7__0__Impl"
- // InternalAadl2Parser.g:28540:1: rule__ProcessorType__Group_7__0__Impl : ( Properties ) ;
+ // InternalAadl2Parser.g:27860:1: rule__ProcessorType__Group_7__0__Impl : ( Properties ) ;
public final void rule__ProcessorType__Group_7__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28544:1: ( ( Properties ) )
- // InternalAadl2Parser.g:28545:1: ( Properties )
+ // InternalAadl2Parser.g:27864:1: ( ( Properties ) )
+ // InternalAadl2Parser.g:27865:1: ( Properties )
{
- // InternalAadl2Parser.g:28545:1: ( Properties )
- // InternalAadl2Parser.g:28546:2: Properties
+ // InternalAadl2Parser.g:27865:1: ( Properties )
+ // InternalAadl2Parser.g:27866:2: Properties
{
before(grammarAccess.getProcessorTypeAccess().getPropertiesKeyword_7_0());
match(input,Properties,FollowSets000.FOLLOW_2);
@@ -115221,14 +113156,14 @@ public final void rule__ProcessorType__Group_7__0__Impl() throws RecognitionExce
// $ANTLR start "rule__ProcessorType__Group_7__1"
- // InternalAadl2Parser.g:28555:1: rule__ProcessorType__Group_7__1 : rule__ProcessorType__Group_7__1__Impl ;
+ // InternalAadl2Parser.g:27875:1: rule__ProcessorType__Group_7__1 : rule__ProcessorType__Group_7__1__Impl ;
public final void rule__ProcessorType__Group_7__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28559:1: ( rule__ProcessorType__Group_7__1__Impl )
- // InternalAadl2Parser.g:28560:2: rule__ProcessorType__Group_7__1__Impl
+ // InternalAadl2Parser.g:27879:1: ( rule__ProcessorType__Group_7__1__Impl )
+ // InternalAadl2Parser.g:27880:2: rule__ProcessorType__Group_7__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__Group_7__1__Impl();
@@ -115254,21 +113189,21 @@ public final void rule__ProcessorType__Group_7__1() throws RecognitionException
// $ANTLR start "rule__ProcessorType__Group_7__1__Impl"
- // InternalAadl2Parser.g:28566:1: rule__ProcessorType__Group_7__1__Impl : ( ( rule__ProcessorType__Alternatives_7_1 ) ) ;
+ // InternalAadl2Parser.g:27886:1: rule__ProcessorType__Group_7__1__Impl : ( ( rule__ProcessorType__Alternatives_7_1 ) ) ;
public final void rule__ProcessorType__Group_7__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28570:1: ( ( ( rule__ProcessorType__Alternatives_7_1 ) ) )
- // InternalAadl2Parser.g:28571:1: ( ( rule__ProcessorType__Alternatives_7_1 ) )
+ // InternalAadl2Parser.g:27890:1: ( ( ( rule__ProcessorType__Alternatives_7_1 ) ) )
+ // InternalAadl2Parser.g:27891:1: ( ( rule__ProcessorType__Alternatives_7_1 ) )
{
- // InternalAadl2Parser.g:28571:1: ( ( rule__ProcessorType__Alternatives_7_1 ) )
- // InternalAadl2Parser.g:28572:2: ( rule__ProcessorType__Alternatives_7_1 )
+ // InternalAadl2Parser.g:27891:1: ( ( rule__ProcessorType__Alternatives_7_1 ) )
+ // InternalAadl2Parser.g:27892:2: ( rule__ProcessorType__Alternatives_7_1 )
{
before(grammarAccess.getProcessorTypeAccess().getAlternatives_7_1());
- // InternalAadl2Parser.g:28573:2: ( rule__ProcessorType__Alternatives_7_1 )
- // InternalAadl2Parser.g:28573:3: rule__ProcessorType__Alternatives_7_1
+ // InternalAadl2Parser.g:27893:2: ( rule__ProcessorType__Alternatives_7_1 )
+ // InternalAadl2Parser.g:27893:3: rule__ProcessorType__Alternatives_7_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__Alternatives_7_1();
@@ -115301,14 +113236,14 @@ public final void rule__ProcessorType__Group_7__1__Impl() throws RecognitionExce
// $ANTLR start "rule__ProcessorType__Group_7_1_1__0"
- // InternalAadl2Parser.g:28582:1: rule__ProcessorType__Group_7_1_1__0 : rule__ProcessorType__Group_7_1_1__0__Impl rule__ProcessorType__Group_7_1_1__1 ;
+ // InternalAadl2Parser.g:27902:1: rule__ProcessorType__Group_7_1_1__0 : rule__ProcessorType__Group_7_1_1__0__Impl rule__ProcessorType__Group_7_1_1__1 ;
public final void rule__ProcessorType__Group_7_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28586:1: ( rule__ProcessorType__Group_7_1_1__0__Impl rule__ProcessorType__Group_7_1_1__1 )
- // InternalAadl2Parser.g:28587:2: rule__ProcessorType__Group_7_1_1__0__Impl rule__ProcessorType__Group_7_1_1__1
+ // InternalAadl2Parser.g:27906:1: ( rule__ProcessorType__Group_7_1_1__0__Impl rule__ProcessorType__Group_7_1_1__1 )
+ // InternalAadl2Parser.g:27907:2: rule__ProcessorType__Group_7_1_1__0__Impl rule__ProcessorType__Group_7_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__ProcessorType__Group_7_1_1__0__Impl();
@@ -115339,21 +113274,21 @@ public final void rule__ProcessorType__Group_7_1_1__0() throws RecognitionExcept
// $ANTLR start "rule__ProcessorType__Group_7_1_1__0__Impl"
- // InternalAadl2Parser.g:28594:1: rule__ProcessorType__Group_7_1_1__0__Impl : ( ( rule__ProcessorType__NoPropertiesAssignment_7_1_1_0 ) ) ;
+ // InternalAadl2Parser.g:27914:1: rule__ProcessorType__Group_7_1_1__0__Impl : ( ( rule__ProcessorType__NoPropertiesAssignment_7_1_1_0 ) ) ;
public final void rule__ProcessorType__Group_7_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28598:1: ( ( ( rule__ProcessorType__NoPropertiesAssignment_7_1_1_0 ) ) )
- // InternalAadl2Parser.g:28599:1: ( ( rule__ProcessorType__NoPropertiesAssignment_7_1_1_0 ) )
+ // InternalAadl2Parser.g:27918:1: ( ( ( rule__ProcessorType__NoPropertiesAssignment_7_1_1_0 ) ) )
+ // InternalAadl2Parser.g:27919:1: ( ( rule__ProcessorType__NoPropertiesAssignment_7_1_1_0 ) )
{
- // InternalAadl2Parser.g:28599:1: ( ( rule__ProcessorType__NoPropertiesAssignment_7_1_1_0 ) )
- // InternalAadl2Parser.g:28600:2: ( rule__ProcessorType__NoPropertiesAssignment_7_1_1_0 )
+ // InternalAadl2Parser.g:27919:1: ( ( rule__ProcessorType__NoPropertiesAssignment_7_1_1_0 ) )
+ // InternalAadl2Parser.g:27920:2: ( rule__ProcessorType__NoPropertiesAssignment_7_1_1_0 )
{
before(grammarAccess.getProcessorTypeAccess().getNoPropertiesAssignment_7_1_1_0());
- // InternalAadl2Parser.g:28601:2: ( rule__ProcessorType__NoPropertiesAssignment_7_1_1_0 )
- // InternalAadl2Parser.g:28601:3: rule__ProcessorType__NoPropertiesAssignment_7_1_1_0
+ // InternalAadl2Parser.g:27921:2: ( rule__ProcessorType__NoPropertiesAssignment_7_1_1_0 )
+ // InternalAadl2Parser.g:27921:3: rule__ProcessorType__NoPropertiesAssignment_7_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__NoPropertiesAssignment_7_1_1_0();
@@ -115386,14 +113321,14 @@ public final void rule__ProcessorType__Group_7_1_1__0__Impl() throws Recognition
// $ANTLR start "rule__ProcessorType__Group_7_1_1__1"
- // InternalAadl2Parser.g:28609:1: rule__ProcessorType__Group_7_1_1__1 : rule__ProcessorType__Group_7_1_1__1__Impl ;
+ // InternalAadl2Parser.g:27929:1: rule__ProcessorType__Group_7_1_1__1 : rule__ProcessorType__Group_7_1_1__1__Impl ;
public final void rule__ProcessorType__Group_7_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28613:1: ( rule__ProcessorType__Group_7_1_1__1__Impl )
- // InternalAadl2Parser.g:28614:2: rule__ProcessorType__Group_7_1_1__1__Impl
+ // InternalAadl2Parser.g:27933:1: ( rule__ProcessorType__Group_7_1_1__1__Impl )
+ // InternalAadl2Parser.g:27934:2: rule__ProcessorType__Group_7_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessorType__Group_7_1_1__1__Impl();
@@ -115419,17 +113354,17 @@ public final void rule__ProcessorType__Group_7_1_1__1() throws RecognitionExcept
// $ANTLR start "rule__ProcessorType__Group_7_1_1__1__Impl"
- // InternalAadl2Parser.g:28620:1: rule__ProcessorType__Group_7_1_1__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:27940:1: rule__ProcessorType__Group_7_1_1__1__Impl : ( Semicolon ) ;
public final void rule__ProcessorType__Group_7_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28624:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:28625:1: ( Semicolon )
+ // InternalAadl2Parser.g:27944:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:27945:1: ( Semicolon )
{
- // InternalAadl2Parser.g:28625:1: ( Semicolon )
- // InternalAadl2Parser.g:28626:2: Semicolon
+ // InternalAadl2Parser.g:27945:1: ( Semicolon )
+ // InternalAadl2Parser.g:27946:2: Semicolon
{
before(grammarAccess.getProcessorTypeAccess().getSemicolonKeyword_7_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -115456,14 +113391,14 @@ public final void rule__ProcessorType__Group_7_1_1__1__Impl() throws Recognition
// $ANTLR start "rule__DeviceType__Group__0"
- // InternalAadl2Parser.g:28636:1: rule__DeviceType__Group__0 : rule__DeviceType__Group__0__Impl rule__DeviceType__Group__1 ;
+ // InternalAadl2Parser.g:27956:1: rule__DeviceType__Group__0 : rule__DeviceType__Group__0__Impl rule__DeviceType__Group__1 ;
public final void rule__DeviceType__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28640:1: ( rule__DeviceType__Group__0__Impl rule__DeviceType__Group__1 )
- // InternalAadl2Parser.g:28641:2: rule__DeviceType__Group__0__Impl rule__DeviceType__Group__1
+ // InternalAadl2Parser.g:27960:1: ( rule__DeviceType__Group__0__Impl rule__DeviceType__Group__1 )
+ // InternalAadl2Parser.g:27961:2: rule__DeviceType__Group__0__Impl rule__DeviceType__Group__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__DeviceType__Group__0__Impl();
@@ -115494,17 +113429,17 @@ public final void rule__DeviceType__Group__0() throws RecognitionException {
// $ANTLR start "rule__DeviceType__Group__0__Impl"
- // InternalAadl2Parser.g:28648:1: rule__DeviceType__Group__0__Impl : ( Device ) ;
+ // InternalAadl2Parser.g:27968:1: rule__DeviceType__Group__0__Impl : ( Device ) ;
public final void rule__DeviceType__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28652:1: ( ( Device ) )
- // InternalAadl2Parser.g:28653:1: ( Device )
+ // InternalAadl2Parser.g:27972:1: ( ( Device ) )
+ // InternalAadl2Parser.g:27973:1: ( Device )
{
- // InternalAadl2Parser.g:28653:1: ( Device )
- // InternalAadl2Parser.g:28654:2: Device
+ // InternalAadl2Parser.g:27973:1: ( Device )
+ // InternalAadl2Parser.g:27974:2: Device
{
before(grammarAccess.getDeviceTypeAccess().getDeviceKeyword_0());
match(input,Device,FollowSets000.FOLLOW_2);
@@ -115531,14 +113466,14 @@ public final void rule__DeviceType__Group__0__Impl() throws RecognitionException
// $ANTLR start "rule__DeviceType__Group__1"
- // InternalAadl2Parser.g:28663:1: rule__DeviceType__Group__1 : rule__DeviceType__Group__1__Impl rule__DeviceType__Group__2 ;
+ // InternalAadl2Parser.g:27983:1: rule__DeviceType__Group__1 : rule__DeviceType__Group__1__Impl rule__DeviceType__Group__2 ;
public final void rule__DeviceType__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28667:1: ( rule__DeviceType__Group__1__Impl rule__DeviceType__Group__2 )
- // InternalAadl2Parser.g:28668:2: rule__DeviceType__Group__1__Impl rule__DeviceType__Group__2
+ // InternalAadl2Parser.g:27987:1: ( rule__DeviceType__Group__1__Impl rule__DeviceType__Group__2 )
+ // InternalAadl2Parser.g:27988:2: rule__DeviceType__Group__1__Impl rule__DeviceType__Group__2
{
pushFollow(FollowSets000.FOLLOW_27);
rule__DeviceType__Group__1__Impl();
@@ -115569,21 +113504,21 @@ public final void rule__DeviceType__Group__1() throws RecognitionException {
// $ANTLR start "rule__DeviceType__Group__1__Impl"
- // InternalAadl2Parser.g:28675:1: rule__DeviceType__Group__1__Impl : ( ( rule__DeviceType__NameAssignment_1 ) ) ;
+ // InternalAadl2Parser.g:27995:1: rule__DeviceType__Group__1__Impl : ( ( rule__DeviceType__NameAssignment_1 ) ) ;
public final void rule__DeviceType__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28679:1: ( ( ( rule__DeviceType__NameAssignment_1 ) ) )
- // InternalAadl2Parser.g:28680:1: ( ( rule__DeviceType__NameAssignment_1 ) )
+ // InternalAadl2Parser.g:27999:1: ( ( ( rule__DeviceType__NameAssignment_1 ) ) )
+ // InternalAadl2Parser.g:28000:1: ( ( rule__DeviceType__NameAssignment_1 ) )
{
- // InternalAadl2Parser.g:28680:1: ( ( rule__DeviceType__NameAssignment_1 ) )
- // InternalAadl2Parser.g:28681:2: ( rule__DeviceType__NameAssignment_1 )
+ // InternalAadl2Parser.g:28000:1: ( ( rule__DeviceType__NameAssignment_1 ) )
+ // InternalAadl2Parser.g:28001:2: ( rule__DeviceType__NameAssignment_1 )
{
before(grammarAccess.getDeviceTypeAccess().getNameAssignment_1());
- // InternalAadl2Parser.g:28682:2: ( rule__DeviceType__NameAssignment_1 )
- // InternalAadl2Parser.g:28682:3: rule__DeviceType__NameAssignment_1
+ // InternalAadl2Parser.g:28002:2: ( rule__DeviceType__NameAssignment_1 )
+ // InternalAadl2Parser.g:28002:3: rule__DeviceType__NameAssignment_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__NameAssignment_1();
@@ -115616,14 +113551,14 @@ public final void rule__DeviceType__Group__1__Impl() throws RecognitionException
// $ANTLR start "rule__DeviceType__Group__2"
- // InternalAadl2Parser.g:28690:1: rule__DeviceType__Group__2 : rule__DeviceType__Group__2__Impl rule__DeviceType__Group__3 ;
+ // InternalAadl2Parser.g:28010:1: rule__DeviceType__Group__2 : rule__DeviceType__Group__2__Impl rule__DeviceType__Group__3 ;
public final void rule__DeviceType__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28694:1: ( rule__DeviceType__Group__2__Impl rule__DeviceType__Group__3 )
- // InternalAadl2Parser.g:28695:2: rule__DeviceType__Group__2__Impl rule__DeviceType__Group__3
+ // InternalAadl2Parser.g:28014:1: ( rule__DeviceType__Group__2__Impl rule__DeviceType__Group__3 )
+ // InternalAadl2Parser.g:28015:2: rule__DeviceType__Group__2__Impl rule__DeviceType__Group__3
{
pushFollow(FollowSets000.FOLLOW_27);
rule__DeviceType__Group__2__Impl();
@@ -115654,20 +113589,20 @@ public final void rule__DeviceType__Group__2() throws RecognitionException {
// $ANTLR start "rule__DeviceType__Group__2__Impl"
- // InternalAadl2Parser.g:28702:1: rule__DeviceType__Group__2__Impl : ( ( rule__DeviceType__Group_2__0 )? ) ;
+ // InternalAadl2Parser.g:28022:1: rule__DeviceType__Group__2__Impl : ( ( rule__DeviceType__Group_2__0 )? ) ;
public final void rule__DeviceType__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28706:1: ( ( ( rule__DeviceType__Group_2__0 )? ) )
- // InternalAadl2Parser.g:28707:1: ( ( rule__DeviceType__Group_2__0 )? )
+ // InternalAadl2Parser.g:28026:1: ( ( ( rule__DeviceType__Group_2__0 )? ) )
+ // InternalAadl2Parser.g:28027:1: ( ( rule__DeviceType__Group_2__0 )? )
{
- // InternalAadl2Parser.g:28707:1: ( ( rule__DeviceType__Group_2__0 )? )
- // InternalAadl2Parser.g:28708:2: ( rule__DeviceType__Group_2__0 )?
+ // InternalAadl2Parser.g:28027:1: ( ( rule__DeviceType__Group_2__0 )? )
+ // InternalAadl2Parser.g:28028:2: ( rule__DeviceType__Group_2__0 )?
{
before(grammarAccess.getDeviceTypeAccess().getGroup_2());
- // InternalAadl2Parser.g:28709:2: ( rule__DeviceType__Group_2__0 )?
+ // InternalAadl2Parser.g:28029:2: ( rule__DeviceType__Group_2__0 )?
int alt627=2;
int LA627_0 = input.LA(1);
@@ -115676,7 +113611,7 @@ public final void rule__DeviceType__Group__2__Impl() throws RecognitionException
}
switch (alt627) {
case 1 :
- // InternalAadl2Parser.g:28709:3: rule__DeviceType__Group_2__0
+ // InternalAadl2Parser.g:28029:3: rule__DeviceType__Group_2__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__Group_2__0();
@@ -115712,14 +113647,14 @@ public final void rule__DeviceType__Group__2__Impl() throws RecognitionException
// $ANTLR start "rule__DeviceType__Group__3"
- // InternalAadl2Parser.g:28717:1: rule__DeviceType__Group__3 : rule__DeviceType__Group__3__Impl rule__DeviceType__Group__4 ;
+ // InternalAadl2Parser.g:28037:1: rule__DeviceType__Group__3 : rule__DeviceType__Group__3__Impl rule__DeviceType__Group__4 ;
public final void rule__DeviceType__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28721:1: ( rule__DeviceType__Group__3__Impl rule__DeviceType__Group__4 )
- // InternalAadl2Parser.g:28722:2: rule__DeviceType__Group__3__Impl rule__DeviceType__Group__4
+ // InternalAadl2Parser.g:28041:1: ( rule__DeviceType__Group__3__Impl rule__DeviceType__Group__4 )
+ // InternalAadl2Parser.g:28042:2: rule__DeviceType__Group__3__Impl rule__DeviceType__Group__4
{
pushFollow(FollowSets000.FOLLOW_27);
rule__DeviceType__Group__3__Impl();
@@ -115750,20 +113685,20 @@ public final void rule__DeviceType__Group__3() throws RecognitionException {
// $ANTLR start "rule__DeviceType__Group__3__Impl"
- // InternalAadl2Parser.g:28729:1: rule__DeviceType__Group__3__Impl : ( ( rule__DeviceType__Group_3__0 )? ) ;
+ // InternalAadl2Parser.g:28049:1: rule__DeviceType__Group__3__Impl : ( ( rule__DeviceType__Group_3__0 )? ) ;
public final void rule__DeviceType__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28733:1: ( ( ( rule__DeviceType__Group_3__0 )? ) )
- // InternalAadl2Parser.g:28734:1: ( ( rule__DeviceType__Group_3__0 )? )
+ // InternalAadl2Parser.g:28053:1: ( ( ( rule__DeviceType__Group_3__0 )? ) )
+ // InternalAadl2Parser.g:28054:1: ( ( rule__DeviceType__Group_3__0 )? )
{
- // InternalAadl2Parser.g:28734:1: ( ( rule__DeviceType__Group_3__0 )? )
- // InternalAadl2Parser.g:28735:2: ( rule__DeviceType__Group_3__0 )?
+ // InternalAadl2Parser.g:28054:1: ( ( rule__DeviceType__Group_3__0 )? )
+ // InternalAadl2Parser.g:28055:2: ( rule__DeviceType__Group_3__0 )?
{
before(grammarAccess.getDeviceTypeAccess().getGroup_3());
- // InternalAadl2Parser.g:28736:2: ( rule__DeviceType__Group_3__0 )?
+ // InternalAadl2Parser.g:28056:2: ( rule__DeviceType__Group_3__0 )?
int alt628=2;
int LA628_0 = input.LA(1);
@@ -115772,7 +113707,7 @@ public final void rule__DeviceType__Group__3__Impl() throws RecognitionException
}
switch (alt628) {
case 1 :
- // InternalAadl2Parser.g:28736:3: rule__DeviceType__Group_3__0
+ // InternalAadl2Parser.g:28056:3: rule__DeviceType__Group_3__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__Group_3__0();
@@ -115808,14 +113743,14 @@ public final void rule__DeviceType__Group__3__Impl() throws RecognitionException
// $ANTLR start "rule__DeviceType__Group__4"
- // InternalAadl2Parser.g:28744:1: rule__DeviceType__Group__4 : rule__DeviceType__Group__4__Impl rule__DeviceType__Group__5 ;
+ // InternalAadl2Parser.g:28064:1: rule__DeviceType__Group__4 : rule__DeviceType__Group__4__Impl rule__DeviceType__Group__5 ;
public final void rule__DeviceType__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28748:1: ( rule__DeviceType__Group__4__Impl rule__DeviceType__Group__5 )
- // InternalAadl2Parser.g:28749:2: rule__DeviceType__Group__4__Impl rule__DeviceType__Group__5
+ // InternalAadl2Parser.g:28068:1: ( rule__DeviceType__Group__4__Impl rule__DeviceType__Group__5 )
+ // InternalAadl2Parser.g:28069:2: rule__DeviceType__Group__4__Impl rule__DeviceType__Group__5
{
pushFollow(FollowSets000.FOLLOW_27);
rule__DeviceType__Group__4__Impl();
@@ -115846,20 +113781,20 @@ public final void rule__DeviceType__Group__4() throws RecognitionException {
// $ANTLR start "rule__DeviceType__Group__4__Impl"
- // InternalAadl2Parser.g:28756:1: rule__DeviceType__Group__4__Impl : ( ( rule__DeviceType__Group_4__0 )? ) ;
+ // InternalAadl2Parser.g:28076:1: rule__DeviceType__Group__4__Impl : ( ( rule__DeviceType__Group_4__0 )? ) ;
public final void rule__DeviceType__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28760:1: ( ( ( rule__DeviceType__Group_4__0 )? ) )
- // InternalAadl2Parser.g:28761:1: ( ( rule__DeviceType__Group_4__0 )? )
+ // InternalAadl2Parser.g:28080:1: ( ( ( rule__DeviceType__Group_4__0 )? ) )
+ // InternalAadl2Parser.g:28081:1: ( ( rule__DeviceType__Group_4__0 )? )
{
- // InternalAadl2Parser.g:28761:1: ( ( rule__DeviceType__Group_4__0 )? )
- // InternalAadl2Parser.g:28762:2: ( rule__DeviceType__Group_4__0 )?
+ // InternalAadl2Parser.g:28081:1: ( ( rule__DeviceType__Group_4__0 )? )
+ // InternalAadl2Parser.g:28082:2: ( rule__DeviceType__Group_4__0 )?
{
before(grammarAccess.getDeviceTypeAccess().getGroup_4());
- // InternalAadl2Parser.g:28763:2: ( rule__DeviceType__Group_4__0 )?
+ // InternalAadl2Parser.g:28083:2: ( rule__DeviceType__Group_4__0 )?
int alt629=2;
int LA629_0 = input.LA(1);
@@ -115868,7 +113803,7 @@ public final void rule__DeviceType__Group__4__Impl() throws RecognitionException
}
switch (alt629) {
case 1 :
- // InternalAadl2Parser.g:28763:3: rule__DeviceType__Group_4__0
+ // InternalAadl2Parser.g:28083:3: rule__DeviceType__Group_4__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__Group_4__0();
@@ -115904,14 +113839,14 @@ public final void rule__DeviceType__Group__4__Impl() throws RecognitionException
// $ANTLR start "rule__DeviceType__Group__5"
- // InternalAadl2Parser.g:28771:1: rule__DeviceType__Group__5 : rule__DeviceType__Group__5__Impl rule__DeviceType__Group__6 ;
+ // InternalAadl2Parser.g:28091:1: rule__DeviceType__Group__5 : rule__DeviceType__Group__5__Impl rule__DeviceType__Group__6 ;
public final void rule__DeviceType__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28775:1: ( rule__DeviceType__Group__5__Impl rule__DeviceType__Group__6 )
- // InternalAadl2Parser.g:28776:2: rule__DeviceType__Group__5__Impl rule__DeviceType__Group__6
+ // InternalAadl2Parser.g:28095:1: ( rule__DeviceType__Group__5__Impl rule__DeviceType__Group__6 )
+ // InternalAadl2Parser.g:28096:2: rule__DeviceType__Group__5__Impl rule__DeviceType__Group__6
{
pushFollow(FollowSets000.FOLLOW_27);
rule__DeviceType__Group__5__Impl();
@@ -115942,20 +113877,20 @@ public final void rule__DeviceType__Group__5() throws RecognitionException {
// $ANTLR start "rule__DeviceType__Group__5__Impl"
- // InternalAadl2Parser.g:28783:1: rule__DeviceType__Group__5__Impl : ( ( rule__DeviceType__Group_5__0 )? ) ;
+ // InternalAadl2Parser.g:28103:1: rule__DeviceType__Group__5__Impl : ( ( rule__DeviceType__Group_5__0 )? ) ;
public final void rule__DeviceType__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28787:1: ( ( ( rule__DeviceType__Group_5__0 )? ) )
- // InternalAadl2Parser.g:28788:1: ( ( rule__DeviceType__Group_5__0 )? )
+ // InternalAadl2Parser.g:28107:1: ( ( ( rule__DeviceType__Group_5__0 )? ) )
+ // InternalAadl2Parser.g:28108:1: ( ( rule__DeviceType__Group_5__0 )? )
{
- // InternalAadl2Parser.g:28788:1: ( ( rule__DeviceType__Group_5__0 )? )
- // InternalAadl2Parser.g:28789:2: ( rule__DeviceType__Group_5__0 )?
+ // InternalAadl2Parser.g:28108:1: ( ( rule__DeviceType__Group_5__0 )? )
+ // InternalAadl2Parser.g:28109:2: ( rule__DeviceType__Group_5__0 )?
{
before(grammarAccess.getDeviceTypeAccess().getGroup_5());
- // InternalAadl2Parser.g:28790:2: ( rule__DeviceType__Group_5__0 )?
+ // InternalAadl2Parser.g:28110:2: ( rule__DeviceType__Group_5__0 )?
int alt630=2;
int LA630_0 = input.LA(1);
@@ -115964,7 +113899,7 @@ public final void rule__DeviceType__Group__5__Impl() throws RecognitionException
}
switch (alt630) {
case 1 :
- // InternalAadl2Parser.g:28790:3: rule__DeviceType__Group_5__0
+ // InternalAadl2Parser.g:28110:3: rule__DeviceType__Group_5__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__Group_5__0();
@@ -116000,14 +113935,14 @@ public final void rule__DeviceType__Group__5__Impl() throws RecognitionException
// $ANTLR start "rule__DeviceType__Group__6"
- // InternalAadl2Parser.g:28798:1: rule__DeviceType__Group__6 : rule__DeviceType__Group__6__Impl rule__DeviceType__Group__7 ;
+ // InternalAadl2Parser.g:28118:1: rule__DeviceType__Group__6 : rule__DeviceType__Group__6__Impl rule__DeviceType__Group__7 ;
public final void rule__DeviceType__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28802:1: ( rule__DeviceType__Group__6__Impl rule__DeviceType__Group__7 )
- // InternalAadl2Parser.g:28803:2: rule__DeviceType__Group__6__Impl rule__DeviceType__Group__7
+ // InternalAadl2Parser.g:28122:1: ( rule__DeviceType__Group__6__Impl rule__DeviceType__Group__7 )
+ // InternalAadl2Parser.g:28123:2: rule__DeviceType__Group__6__Impl rule__DeviceType__Group__7
{
pushFollow(FollowSets000.FOLLOW_27);
rule__DeviceType__Group__6__Impl();
@@ -116038,20 +113973,20 @@ public final void rule__DeviceType__Group__6() throws RecognitionException {
// $ANTLR start "rule__DeviceType__Group__6__Impl"
- // InternalAadl2Parser.g:28810:1: rule__DeviceType__Group__6__Impl : ( ( rule__DeviceType__Alternatives_6 )? ) ;
+ // InternalAadl2Parser.g:28130:1: rule__DeviceType__Group__6__Impl : ( ( rule__DeviceType__Alternatives_6 )? ) ;
public final void rule__DeviceType__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28814:1: ( ( ( rule__DeviceType__Alternatives_6 )? ) )
- // InternalAadl2Parser.g:28815:1: ( ( rule__DeviceType__Alternatives_6 )? )
+ // InternalAadl2Parser.g:28134:1: ( ( ( rule__DeviceType__Alternatives_6 )? ) )
+ // InternalAadl2Parser.g:28135:1: ( ( rule__DeviceType__Alternatives_6 )? )
{
- // InternalAadl2Parser.g:28815:1: ( ( rule__DeviceType__Alternatives_6 )? )
- // InternalAadl2Parser.g:28816:2: ( rule__DeviceType__Alternatives_6 )?
+ // InternalAadl2Parser.g:28135:1: ( ( rule__DeviceType__Alternatives_6 )? )
+ // InternalAadl2Parser.g:28136:2: ( rule__DeviceType__Alternatives_6 )?
{
before(grammarAccess.getDeviceTypeAccess().getAlternatives_6());
- // InternalAadl2Parser.g:28817:2: ( rule__DeviceType__Alternatives_6 )?
+ // InternalAadl2Parser.g:28137:2: ( rule__DeviceType__Alternatives_6 )?
int alt631=2;
int LA631_0 = input.LA(1);
@@ -116060,7 +113995,7 @@ public final void rule__DeviceType__Group__6__Impl() throws RecognitionException
}
switch (alt631) {
case 1 :
- // InternalAadl2Parser.g:28817:3: rule__DeviceType__Alternatives_6
+ // InternalAadl2Parser.g:28137:3: rule__DeviceType__Alternatives_6
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__Alternatives_6();
@@ -116096,14 +114031,14 @@ public final void rule__DeviceType__Group__6__Impl() throws RecognitionException
// $ANTLR start "rule__DeviceType__Group__7"
- // InternalAadl2Parser.g:28825:1: rule__DeviceType__Group__7 : rule__DeviceType__Group__7__Impl rule__DeviceType__Group__8 ;
+ // InternalAadl2Parser.g:28145:1: rule__DeviceType__Group__7 : rule__DeviceType__Group__7__Impl rule__DeviceType__Group__8 ;
public final void rule__DeviceType__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28829:1: ( rule__DeviceType__Group__7__Impl rule__DeviceType__Group__8 )
- // InternalAadl2Parser.g:28830:2: rule__DeviceType__Group__7__Impl rule__DeviceType__Group__8
+ // InternalAadl2Parser.g:28149:1: ( rule__DeviceType__Group__7__Impl rule__DeviceType__Group__8 )
+ // InternalAadl2Parser.g:28150:2: rule__DeviceType__Group__7__Impl rule__DeviceType__Group__8
{
pushFollow(FollowSets000.FOLLOW_27);
rule__DeviceType__Group__7__Impl();
@@ -116134,20 +114069,20 @@ public final void rule__DeviceType__Group__7() throws RecognitionException {
// $ANTLR start "rule__DeviceType__Group__7__Impl"
- // InternalAadl2Parser.g:28837:1: rule__DeviceType__Group__7__Impl : ( ( rule__DeviceType__Group_7__0 )? ) ;
+ // InternalAadl2Parser.g:28157:1: rule__DeviceType__Group__7__Impl : ( ( rule__DeviceType__Group_7__0 )? ) ;
public final void rule__DeviceType__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28841:1: ( ( ( rule__DeviceType__Group_7__0 )? ) )
- // InternalAadl2Parser.g:28842:1: ( ( rule__DeviceType__Group_7__0 )? )
+ // InternalAadl2Parser.g:28161:1: ( ( ( rule__DeviceType__Group_7__0 )? ) )
+ // InternalAadl2Parser.g:28162:1: ( ( rule__DeviceType__Group_7__0 )? )
{
- // InternalAadl2Parser.g:28842:1: ( ( rule__DeviceType__Group_7__0 )? )
- // InternalAadl2Parser.g:28843:2: ( rule__DeviceType__Group_7__0 )?
+ // InternalAadl2Parser.g:28162:1: ( ( rule__DeviceType__Group_7__0 )? )
+ // InternalAadl2Parser.g:28163:2: ( rule__DeviceType__Group_7__0 )?
{
before(grammarAccess.getDeviceTypeAccess().getGroup_7());
- // InternalAadl2Parser.g:28844:2: ( rule__DeviceType__Group_7__0 )?
+ // InternalAadl2Parser.g:28164:2: ( rule__DeviceType__Group_7__0 )?
int alt632=2;
int LA632_0 = input.LA(1);
@@ -116156,7 +114091,7 @@ public final void rule__DeviceType__Group__7__Impl() throws RecognitionException
}
switch (alt632) {
case 1 :
- // InternalAadl2Parser.g:28844:3: rule__DeviceType__Group_7__0
+ // InternalAadl2Parser.g:28164:3: rule__DeviceType__Group_7__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__Group_7__0();
@@ -116192,14 +114127,14 @@ public final void rule__DeviceType__Group__7__Impl() throws RecognitionException
// $ANTLR start "rule__DeviceType__Group__8"
- // InternalAadl2Parser.g:28852:1: rule__DeviceType__Group__8 : rule__DeviceType__Group__8__Impl rule__DeviceType__Group__9 ;
+ // InternalAadl2Parser.g:28172:1: rule__DeviceType__Group__8 : rule__DeviceType__Group__8__Impl rule__DeviceType__Group__9 ;
public final void rule__DeviceType__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28856:1: ( rule__DeviceType__Group__8__Impl rule__DeviceType__Group__9 )
- // InternalAadl2Parser.g:28857:2: rule__DeviceType__Group__8__Impl rule__DeviceType__Group__9
+ // InternalAadl2Parser.g:28176:1: ( rule__DeviceType__Group__8__Impl rule__DeviceType__Group__9 )
+ // InternalAadl2Parser.g:28177:2: rule__DeviceType__Group__8__Impl rule__DeviceType__Group__9
{
pushFollow(FollowSets000.FOLLOW_27);
rule__DeviceType__Group__8__Impl();
@@ -116230,20 +114165,20 @@ public final void rule__DeviceType__Group__8() throws RecognitionException {
// $ANTLR start "rule__DeviceType__Group__8__Impl"
- // InternalAadl2Parser.g:28864:1: rule__DeviceType__Group__8__Impl : ( ( rule__DeviceType__OwnedAnnexSubclauseAssignment_8 )* ) ;
+ // InternalAadl2Parser.g:28184:1: rule__DeviceType__Group__8__Impl : ( ( rule__DeviceType__OwnedAnnexSubclauseAssignment_8 )* ) ;
public final void rule__DeviceType__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28868:1: ( ( ( rule__DeviceType__OwnedAnnexSubclauseAssignment_8 )* ) )
- // InternalAadl2Parser.g:28869:1: ( ( rule__DeviceType__OwnedAnnexSubclauseAssignment_8 )* )
+ // InternalAadl2Parser.g:28188:1: ( ( ( rule__DeviceType__OwnedAnnexSubclauseAssignment_8 )* ) )
+ // InternalAadl2Parser.g:28189:1: ( ( rule__DeviceType__OwnedAnnexSubclauseAssignment_8 )* )
{
- // InternalAadl2Parser.g:28869:1: ( ( rule__DeviceType__OwnedAnnexSubclauseAssignment_8 )* )
- // InternalAadl2Parser.g:28870:2: ( rule__DeviceType__OwnedAnnexSubclauseAssignment_8 )*
+ // InternalAadl2Parser.g:28189:1: ( ( rule__DeviceType__OwnedAnnexSubclauseAssignment_8 )* )
+ // InternalAadl2Parser.g:28190:2: ( rule__DeviceType__OwnedAnnexSubclauseAssignment_8 )*
{
before(grammarAccess.getDeviceTypeAccess().getOwnedAnnexSubclauseAssignment_8());
- // InternalAadl2Parser.g:28871:2: ( rule__DeviceType__OwnedAnnexSubclauseAssignment_8 )*
+ // InternalAadl2Parser.g:28191:2: ( rule__DeviceType__OwnedAnnexSubclauseAssignment_8 )*
loop633:
do {
int alt633=2;
@@ -116256,7 +114191,7 @@ public final void rule__DeviceType__Group__8__Impl() throws RecognitionException
switch (alt633) {
case 1 :
- // InternalAadl2Parser.g:28871:3: rule__DeviceType__OwnedAnnexSubclauseAssignment_8
+ // InternalAadl2Parser.g:28191:3: rule__DeviceType__OwnedAnnexSubclauseAssignment_8
{
pushFollow(FollowSets000.FOLLOW_28);
rule__DeviceType__OwnedAnnexSubclauseAssignment_8();
@@ -116295,14 +114230,14 @@ public final void rule__DeviceType__Group__8__Impl() throws RecognitionException
// $ANTLR start "rule__DeviceType__Group__9"
- // InternalAadl2Parser.g:28879:1: rule__DeviceType__Group__9 : rule__DeviceType__Group__9__Impl rule__DeviceType__Group__10 ;
+ // InternalAadl2Parser.g:28199:1: rule__DeviceType__Group__9 : rule__DeviceType__Group__9__Impl rule__DeviceType__Group__10 ;
public final void rule__DeviceType__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28883:1: ( rule__DeviceType__Group__9__Impl rule__DeviceType__Group__10 )
- // InternalAadl2Parser.g:28884:2: rule__DeviceType__Group__9__Impl rule__DeviceType__Group__10
+ // InternalAadl2Parser.g:28203:1: ( rule__DeviceType__Group__9__Impl rule__DeviceType__Group__10 )
+ // InternalAadl2Parser.g:28204:2: rule__DeviceType__Group__9__Impl rule__DeviceType__Group__10
{
pushFollow(FollowSets000.FOLLOW_4);
rule__DeviceType__Group__9__Impl();
@@ -116333,17 +114268,17 @@ public final void rule__DeviceType__Group__9() throws RecognitionException {
// $ANTLR start "rule__DeviceType__Group__9__Impl"
- // InternalAadl2Parser.g:28891:1: rule__DeviceType__Group__9__Impl : ( End ) ;
+ // InternalAadl2Parser.g:28211:1: rule__DeviceType__Group__9__Impl : ( End ) ;
public final void rule__DeviceType__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28895:1: ( ( End ) )
- // InternalAadl2Parser.g:28896:1: ( End )
+ // InternalAadl2Parser.g:28215:1: ( ( End ) )
+ // InternalAadl2Parser.g:28216:1: ( End )
{
- // InternalAadl2Parser.g:28896:1: ( End )
- // InternalAadl2Parser.g:28897:2: End
+ // InternalAadl2Parser.g:28216:1: ( End )
+ // InternalAadl2Parser.g:28217:2: End
{
before(grammarAccess.getDeviceTypeAccess().getEndKeyword_9());
match(input,End,FollowSets000.FOLLOW_2);
@@ -116370,14 +114305,14 @@ public final void rule__DeviceType__Group__9__Impl() throws RecognitionException
// $ANTLR start "rule__DeviceType__Group__10"
- // InternalAadl2Parser.g:28906:1: rule__DeviceType__Group__10 : rule__DeviceType__Group__10__Impl rule__DeviceType__Group__11 ;
+ // InternalAadl2Parser.g:28226:1: rule__DeviceType__Group__10 : rule__DeviceType__Group__10__Impl rule__DeviceType__Group__11 ;
public final void rule__DeviceType__Group__10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28910:1: ( rule__DeviceType__Group__10__Impl rule__DeviceType__Group__11 )
- // InternalAadl2Parser.g:28911:2: rule__DeviceType__Group__10__Impl rule__DeviceType__Group__11
+ // InternalAadl2Parser.g:28230:1: ( rule__DeviceType__Group__10__Impl rule__DeviceType__Group__11 )
+ // InternalAadl2Parser.g:28231:2: rule__DeviceType__Group__10__Impl rule__DeviceType__Group__11
{
pushFollow(FollowSets000.FOLLOW_7);
rule__DeviceType__Group__10__Impl();
@@ -116408,17 +114343,17 @@ public final void rule__DeviceType__Group__10() throws RecognitionException {
// $ANTLR start "rule__DeviceType__Group__10__Impl"
- // InternalAadl2Parser.g:28918:1: rule__DeviceType__Group__10__Impl : ( RULE_ID ) ;
+ // InternalAadl2Parser.g:28238:1: rule__DeviceType__Group__10__Impl : ( RULE_ID ) ;
public final void rule__DeviceType__Group__10__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28922:1: ( ( RULE_ID ) )
- // InternalAadl2Parser.g:28923:1: ( RULE_ID )
+ // InternalAadl2Parser.g:28242:1: ( ( RULE_ID ) )
+ // InternalAadl2Parser.g:28243:1: ( RULE_ID )
{
- // InternalAadl2Parser.g:28923:1: ( RULE_ID )
- // InternalAadl2Parser.g:28924:2: RULE_ID
+ // InternalAadl2Parser.g:28243:1: ( RULE_ID )
+ // InternalAadl2Parser.g:28244:2: RULE_ID
{
before(grammarAccess.getDeviceTypeAccess().getIDTerminalRuleCall_10());
match(input,RULE_ID,FollowSets000.FOLLOW_2);
@@ -116445,14 +114380,14 @@ public final void rule__DeviceType__Group__10__Impl() throws RecognitionExceptio
// $ANTLR start "rule__DeviceType__Group__11"
- // InternalAadl2Parser.g:28933:1: rule__DeviceType__Group__11 : rule__DeviceType__Group__11__Impl ;
+ // InternalAadl2Parser.g:28253:1: rule__DeviceType__Group__11 : rule__DeviceType__Group__11__Impl ;
public final void rule__DeviceType__Group__11() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28937:1: ( rule__DeviceType__Group__11__Impl )
- // InternalAadl2Parser.g:28938:2: rule__DeviceType__Group__11__Impl
+ // InternalAadl2Parser.g:28257:1: ( rule__DeviceType__Group__11__Impl )
+ // InternalAadl2Parser.g:28258:2: rule__DeviceType__Group__11__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__Group__11__Impl();
@@ -116478,17 +114413,17 @@ public final void rule__DeviceType__Group__11() throws RecognitionException {
// $ANTLR start "rule__DeviceType__Group__11__Impl"
- // InternalAadl2Parser.g:28944:1: rule__DeviceType__Group__11__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:28264:1: rule__DeviceType__Group__11__Impl : ( Semicolon ) ;
public final void rule__DeviceType__Group__11__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28948:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:28949:1: ( Semicolon )
+ // InternalAadl2Parser.g:28268:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:28269:1: ( Semicolon )
{
- // InternalAadl2Parser.g:28949:1: ( Semicolon )
- // InternalAadl2Parser.g:28950:2: Semicolon
+ // InternalAadl2Parser.g:28269:1: ( Semicolon )
+ // InternalAadl2Parser.g:28270:2: Semicolon
{
before(grammarAccess.getDeviceTypeAccess().getSemicolonKeyword_11());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -116515,14 +114450,14 @@ public final void rule__DeviceType__Group__11__Impl() throws RecognitionExceptio
// $ANTLR start "rule__DeviceType__Group_2__0"
- // InternalAadl2Parser.g:28960:1: rule__DeviceType__Group_2__0 : rule__DeviceType__Group_2__0__Impl rule__DeviceType__Group_2__1 ;
+ // InternalAadl2Parser.g:28280:1: rule__DeviceType__Group_2__0 : rule__DeviceType__Group_2__0__Impl rule__DeviceType__Group_2__1 ;
public final void rule__DeviceType__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28964:1: ( rule__DeviceType__Group_2__0__Impl rule__DeviceType__Group_2__1 )
- // InternalAadl2Parser.g:28965:2: rule__DeviceType__Group_2__0__Impl rule__DeviceType__Group_2__1
+ // InternalAadl2Parser.g:28284:1: ( rule__DeviceType__Group_2__0__Impl rule__DeviceType__Group_2__1 )
+ // InternalAadl2Parser.g:28285:2: rule__DeviceType__Group_2__0__Impl rule__DeviceType__Group_2__1
{
pushFollow(FollowSets000.FOLLOW_29);
rule__DeviceType__Group_2__0__Impl();
@@ -116553,21 +114488,21 @@ public final void rule__DeviceType__Group_2__0() throws RecognitionException {
// $ANTLR start "rule__DeviceType__Group_2__0__Impl"
- // InternalAadl2Parser.g:28972:1: rule__DeviceType__Group_2__0__Impl : ( ( rule__DeviceType__OwnedExtensionAssignment_2_0 ) ) ;
+ // InternalAadl2Parser.g:28292:1: rule__DeviceType__Group_2__0__Impl : ( ( rule__DeviceType__OwnedExtensionAssignment_2_0 ) ) ;
public final void rule__DeviceType__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28976:1: ( ( ( rule__DeviceType__OwnedExtensionAssignment_2_0 ) ) )
- // InternalAadl2Parser.g:28977:1: ( ( rule__DeviceType__OwnedExtensionAssignment_2_0 ) )
+ // InternalAadl2Parser.g:28296:1: ( ( ( rule__DeviceType__OwnedExtensionAssignment_2_0 ) ) )
+ // InternalAadl2Parser.g:28297:1: ( ( rule__DeviceType__OwnedExtensionAssignment_2_0 ) )
{
- // InternalAadl2Parser.g:28977:1: ( ( rule__DeviceType__OwnedExtensionAssignment_2_0 ) )
- // InternalAadl2Parser.g:28978:2: ( rule__DeviceType__OwnedExtensionAssignment_2_0 )
+ // InternalAadl2Parser.g:28297:1: ( ( rule__DeviceType__OwnedExtensionAssignment_2_0 ) )
+ // InternalAadl2Parser.g:28298:2: ( rule__DeviceType__OwnedExtensionAssignment_2_0 )
{
before(grammarAccess.getDeviceTypeAccess().getOwnedExtensionAssignment_2_0());
- // InternalAadl2Parser.g:28979:2: ( rule__DeviceType__OwnedExtensionAssignment_2_0 )
- // InternalAadl2Parser.g:28979:3: rule__DeviceType__OwnedExtensionAssignment_2_0
+ // InternalAadl2Parser.g:28299:2: ( rule__DeviceType__OwnedExtensionAssignment_2_0 )
+ // InternalAadl2Parser.g:28299:3: rule__DeviceType__OwnedExtensionAssignment_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__OwnedExtensionAssignment_2_0();
@@ -116600,14 +114535,14 @@ public final void rule__DeviceType__Group_2__0__Impl() throws RecognitionExcepti
// $ANTLR start "rule__DeviceType__Group_2__1"
- // InternalAadl2Parser.g:28987:1: rule__DeviceType__Group_2__1 : rule__DeviceType__Group_2__1__Impl ;
+ // InternalAadl2Parser.g:28307:1: rule__DeviceType__Group_2__1 : rule__DeviceType__Group_2__1__Impl ;
public final void rule__DeviceType__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:28991:1: ( rule__DeviceType__Group_2__1__Impl )
- // InternalAadl2Parser.g:28992:2: rule__DeviceType__Group_2__1__Impl
+ // InternalAadl2Parser.g:28311:1: ( rule__DeviceType__Group_2__1__Impl )
+ // InternalAadl2Parser.g:28312:2: rule__DeviceType__Group_2__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__Group_2__1__Impl();
@@ -116633,20 +114568,20 @@ public final void rule__DeviceType__Group_2__1() throws RecognitionException {
// $ANTLR start "rule__DeviceType__Group_2__1__Impl"
- // InternalAadl2Parser.g:28998:1: rule__DeviceType__Group_2__1__Impl : ( ( rule__DeviceType__Group_2_1__0 )? ) ;
+ // InternalAadl2Parser.g:28318:1: rule__DeviceType__Group_2__1__Impl : ( ( rule__DeviceType__Group_2_1__0 )? ) ;
public final void rule__DeviceType__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29002:1: ( ( ( rule__DeviceType__Group_2_1__0 )? ) )
- // InternalAadl2Parser.g:29003:1: ( ( rule__DeviceType__Group_2_1__0 )? )
+ // InternalAadl2Parser.g:28322:1: ( ( ( rule__DeviceType__Group_2_1__0 )? ) )
+ // InternalAadl2Parser.g:28323:1: ( ( rule__DeviceType__Group_2_1__0 )? )
{
- // InternalAadl2Parser.g:29003:1: ( ( rule__DeviceType__Group_2_1__0 )? )
- // InternalAadl2Parser.g:29004:2: ( rule__DeviceType__Group_2_1__0 )?
+ // InternalAadl2Parser.g:28323:1: ( ( rule__DeviceType__Group_2_1__0 )? )
+ // InternalAadl2Parser.g:28324:2: ( rule__DeviceType__Group_2_1__0 )?
{
before(grammarAccess.getDeviceTypeAccess().getGroup_2_1());
- // InternalAadl2Parser.g:29005:2: ( rule__DeviceType__Group_2_1__0 )?
+ // InternalAadl2Parser.g:28325:2: ( rule__DeviceType__Group_2_1__0 )?
int alt634=2;
int LA634_0 = input.LA(1);
@@ -116655,7 +114590,7 @@ public final void rule__DeviceType__Group_2__1__Impl() throws RecognitionExcepti
}
switch (alt634) {
case 1 :
- // InternalAadl2Parser.g:29005:3: rule__DeviceType__Group_2_1__0
+ // InternalAadl2Parser.g:28325:3: rule__DeviceType__Group_2_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__Group_2_1__0();
@@ -116691,14 +114626,14 @@ public final void rule__DeviceType__Group_2__1__Impl() throws RecognitionExcepti
// $ANTLR start "rule__DeviceType__Group_2_1__0"
- // InternalAadl2Parser.g:29014:1: rule__DeviceType__Group_2_1__0 : rule__DeviceType__Group_2_1__0__Impl rule__DeviceType__Group_2_1__1 ;
+ // InternalAadl2Parser.g:28334:1: rule__DeviceType__Group_2_1__0 : rule__DeviceType__Group_2_1__0__Impl rule__DeviceType__Group_2_1__1 ;
public final void rule__DeviceType__Group_2_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29018:1: ( rule__DeviceType__Group_2_1__0__Impl rule__DeviceType__Group_2_1__1 )
- // InternalAadl2Parser.g:29019:2: rule__DeviceType__Group_2_1__0__Impl rule__DeviceType__Group_2_1__1
+ // InternalAadl2Parser.g:28338:1: ( rule__DeviceType__Group_2_1__0__Impl rule__DeviceType__Group_2_1__1 )
+ // InternalAadl2Parser.g:28339:2: rule__DeviceType__Group_2_1__0__Impl rule__DeviceType__Group_2_1__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__DeviceType__Group_2_1__0__Impl();
@@ -116729,17 +114664,17 @@ public final void rule__DeviceType__Group_2_1__0() throws RecognitionException {
// $ANTLR start "rule__DeviceType__Group_2_1__0__Impl"
- // InternalAadl2Parser.g:29026:1: rule__DeviceType__Group_2_1__0__Impl : ( LeftParenthesis ) ;
+ // InternalAadl2Parser.g:28346:1: rule__DeviceType__Group_2_1__0__Impl : ( LeftParenthesis ) ;
public final void rule__DeviceType__Group_2_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29030:1: ( ( LeftParenthesis ) )
- // InternalAadl2Parser.g:29031:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:28350:1: ( ( LeftParenthesis ) )
+ // InternalAadl2Parser.g:28351:1: ( LeftParenthesis )
{
- // InternalAadl2Parser.g:29031:1: ( LeftParenthesis )
- // InternalAadl2Parser.g:29032:2: LeftParenthesis
+ // InternalAadl2Parser.g:28351:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:28352:2: LeftParenthesis
{
before(grammarAccess.getDeviceTypeAccess().getLeftParenthesisKeyword_2_1_0());
match(input,LeftParenthesis,FollowSets000.FOLLOW_2);
@@ -116766,14 +114701,14 @@ public final void rule__DeviceType__Group_2_1__0__Impl() throws RecognitionExcep
// $ANTLR start "rule__DeviceType__Group_2_1__1"
- // InternalAadl2Parser.g:29041:1: rule__DeviceType__Group_2_1__1 : rule__DeviceType__Group_2_1__1__Impl rule__DeviceType__Group_2_1__2 ;
+ // InternalAadl2Parser.g:28361:1: rule__DeviceType__Group_2_1__1 : rule__DeviceType__Group_2_1__1__Impl rule__DeviceType__Group_2_1__2 ;
public final void rule__DeviceType__Group_2_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29045:1: ( rule__DeviceType__Group_2_1__1__Impl rule__DeviceType__Group_2_1__2 )
- // InternalAadl2Parser.g:29046:2: rule__DeviceType__Group_2_1__1__Impl rule__DeviceType__Group_2_1__2
+ // InternalAadl2Parser.g:28365:1: ( rule__DeviceType__Group_2_1__1__Impl rule__DeviceType__Group_2_1__2 )
+ // InternalAadl2Parser.g:28366:2: rule__DeviceType__Group_2_1__1__Impl rule__DeviceType__Group_2_1__2
{
pushFollow(FollowSets000.FOLLOW_30);
rule__DeviceType__Group_2_1__1__Impl();
@@ -116804,21 +114739,21 @@ public final void rule__DeviceType__Group_2_1__1() throws RecognitionException {
// $ANTLR start "rule__DeviceType__Group_2_1__1__Impl"
- // InternalAadl2Parser.g:29053:1: rule__DeviceType__Group_2_1__1__Impl : ( ( rule__DeviceType__OwnedPrototypeBindingAssignment_2_1_1 ) ) ;
+ // InternalAadl2Parser.g:28373:1: rule__DeviceType__Group_2_1__1__Impl : ( ( rule__DeviceType__OwnedPrototypeBindingAssignment_2_1_1 ) ) ;
public final void rule__DeviceType__Group_2_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29057:1: ( ( ( rule__DeviceType__OwnedPrototypeBindingAssignment_2_1_1 ) ) )
- // InternalAadl2Parser.g:29058:1: ( ( rule__DeviceType__OwnedPrototypeBindingAssignment_2_1_1 ) )
+ // InternalAadl2Parser.g:28377:1: ( ( ( rule__DeviceType__OwnedPrototypeBindingAssignment_2_1_1 ) ) )
+ // InternalAadl2Parser.g:28378:1: ( ( rule__DeviceType__OwnedPrototypeBindingAssignment_2_1_1 ) )
{
- // InternalAadl2Parser.g:29058:1: ( ( rule__DeviceType__OwnedPrototypeBindingAssignment_2_1_1 ) )
- // InternalAadl2Parser.g:29059:2: ( rule__DeviceType__OwnedPrototypeBindingAssignment_2_1_1 )
+ // InternalAadl2Parser.g:28378:1: ( ( rule__DeviceType__OwnedPrototypeBindingAssignment_2_1_1 ) )
+ // InternalAadl2Parser.g:28379:2: ( rule__DeviceType__OwnedPrototypeBindingAssignment_2_1_1 )
{
before(grammarAccess.getDeviceTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1());
- // InternalAadl2Parser.g:29060:2: ( rule__DeviceType__OwnedPrototypeBindingAssignment_2_1_1 )
- // InternalAadl2Parser.g:29060:3: rule__DeviceType__OwnedPrototypeBindingAssignment_2_1_1
+ // InternalAadl2Parser.g:28380:2: ( rule__DeviceType__OwnedPrototypeBindingAssignment_2_1_1 )
+ // InternalAadl2Parser.g:28380:3: rule__DeviceType__OwnedPrototypeBindingAssignment_2_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__OwnedPrototypeBindingAssignment_2_1_1();
@@ -116851,14 +114786,14 @@ public final void rule__DeviceType__Group_2_1__1__Impl() throws RecognitionExcep
// $ANTLR start "rule__DeviceType__Group_2_1__2"
- // InternalAadl2Parser.g:29068:1: rule__DeviceType__Group_2_1__2 : rule__DeviceType__Group_2_1__2__Impl rule__DeviceType__Group_2_1__3 ;
+ // InternalAadl2Parser.g:28388:1: rule__DeviceType__Group_2_1__2 : rule__DeviceType__Group_2_1__2__Impl rule__DeviceType__Group_2_1__3 ;
public final void rule__DeviceType__Group_2_1__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29072:1: ( rule__DeviceType__Group_2_1__2__Impl rule__DeviceType__Group_2_1__3 )
- // InternalAadl2Parser.g:29073:2: rule__DeviceType__Group_2_1__2__Impl rule__DeviceType__Group_2_1__3
+ // InternalAadl2Parser.g:28392:1: ( rule__DeviceType__Group_2_1__2__Impl rule__DeviceType__Group_2_1__3 )
+ // InternalAadl2Parser.g:28393:2: rule__DeviceType__Group_2_1__2__Impl rule__DeviceType__Group_2_1__3
{
pushFollow(FollowSets000.FOLLOW_30);
rule__DeviceType__Group_2_1__2__Impl();
@@ -116889,20 +114824,20 @@ public final void rule__DeviceType__Group_2_1__2() throws RecognitionException {
// $ANTLR start "rule__DeviceType__Group_2_1__2__Impl"
- // InternalAadl2Parser.g:29080:1: rule__DeviceType__Group_2_1__2__Impl : ( ( rule__DeviceType__Group_2_1_2__0 )* ) ;
+ // InternalAadl2Parser.g:28400:1: rule__DeviceType__Group_2_1__2__Impl : ( ( rule__DeviceType__Group_2_1_2__0 )* ) ;
public final void rule__DeviceType__Group_2_1__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29084:1: ( ( ( rule__DeviceType__Group_2_1_2__0 )* ) )
- // InternalAadl2Parser.g:29085:1: ( ( rule__DeviceType__Group_2_1_2__0 )* )
+ // InternalAadl2Parser.g:28404:1: ( ( ( rule__DeviceType__Group_2_1_2__0 )* ) )
+ // InternalAadl2Parser.g:28405:1: ( ( rule__DeviceType__Group_2_1_2__0 )* )
{
- // InternalAadl2Parser.g:29085:1: ( ( rule__DeviceType__Group_2_1_2__0 )* )
- // InternalAadl2Parser.g:29086:2: ( rule__DeviceType__Group_2_1_2__0 )*
+ // InternalAadl2Parser.g:28405:1: ( ( rule__DeviceType__Group_2_1_2__0 )* )
+ // InternalAadl2Parser.g:28406:2: ( rule__DeviceType__Group_2_1_2__0 )*
{
before(grammarAccess.getDeviceTypeAccess().getGroup_2_1_2());
- // InternalAadl2Parser.g:29087:2: ( rule__DeviceType__Group_2_1_2__0 )*
+ // InternalAadl2Parser.g:28407:2: ( rule__DeviceType__Group_2_1_2__0 )*
loop635:
do {
int alt635=2;
@@ -116915,7 +114850,7 @@ public final void rule__DeviceType__Group_2_1__2__Impl() throws RecognitionExcep
switch (alt635) {
case 1 :
- // InternalAadl2Parser.g:29087:3: rule__DeviceType__Group_2_1_2__0
+ // InternalAadl2Parser.g:28407:3: rule__DeviceType__Group_2_1_2__0
{
pushFollow(FollowSets000.FOLLOW_14);
rule__DeviceType__Group_2_1_2__0();
@@ -116954,14 +114889,14 @@ public final void rule__DeviceType__Group_2_1__2__Impl() throws RecognitionExcep
// $ANTLR start "rule__DeviceType__Group_2_1__3"
- // InternalAadl2Parser.g:29095:1: rule__DeviceType__Group_2_1__3 : rule__DeviceType__Group_2_1__3__Impl ;
+ // InternalAadl2Parser.g:28415:1: rule__DeviceType__Group_2_1__3 : rule__DeviceType__Group_2_1__3__Impl ;
public final void rule__DeviceType__Group_2_1__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29099:1: ( rule__DeviceType__Group_2_1__3__Impl )
- // InternalAadl2Parser.g:29100:2: rule__DeviceType__Group_2_1__3__Impl
+ // InternalAadl2Parser.g:28419:1: ( rule__DeviceType__Group_2_1__3__Impl )
+ // InternalAadl2Parser.g:28420:2: rule__DeviceType__Group_2_1__3__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__Group_2_1__3__Impl();
@@ -116987,17 +114922,17 @@ public final void rule__DeviceType__Group_2_1__3() throws RecognitionException {
// $ANTLR start "rule__DeviceType__Group_2_1__3__Impl"
- // InternalAadl2Parser.g:29106:1: rule__DeviceType__Group_2_1__3__Impl : ( RightParenthesis ) ;
+ // InternalAadl2Parser.g:28426:1: rule__DeviceType__Group_2_1__3__Impl : ( RightParenthesis ) ;
public final void rule__DeviceType__Group_2_1__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29110:1: ( ( RightParenthesis ) )
- // InternalAadl2Parser.g:29111:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:28430:1: ( ( RightParenthesis ) )
+ // InternalAadl2Parser.g:28431:1: ( RightParenthesis )
{
- // InternalAadl2Parser.g:29111:1: ( RightParenthesis )
- // InternalAadl2Parser.g:29112:2: RightParenthesis
+ // InternalAadl2Parser.g:28431:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:28432:2: RightParenthesis
{
before(grammarAccess.getDeviceTypeAccess().getRightParenthesisKeyword_2_1_3());
match(input,RightParenthesis,FollowSets000.FOLLOW_2);
@@ -117024,14 +114959,14 @@ public final void rule__DeviceType__Group_2_1__3__Impl() throws RecognitionExcep
// $ANTLR start "rule__DeviceType__Group_2_1_2__0"
- // InternalAadl2Parser.g:29122:1: rule__DeviceType__Group_2_1_2__0 : rule__DeviceType__Group_2_1_2__0__Impl rule__DeviceType__Group_2_1_2__1 ;
+ // InternalAadl2Parser.g:28442:1: rule__DeviceType__Group_2_1_2__0 : rule__DeviceType__Group_2_1_2__0__Impl rule__DeviceType__Group_2_1_2__1 ;
public final void rule__DeviceType__Group_2_1_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29126:1: ( rule__DeviceType__Group_2_1_2__0__Impl rule__DeviceType__Group_2_1_2__1 )
- // InternalAadl2Parser.g:29127:2: rule__DeviceType__Group_2_1_2__0__Impl rule__DeviceType__Group_2_1_2__1
+ // InternalAadl2Parser.g:28446:1: ( rule__DeviceType__Group_2_1_2__0__Impl rule__DeviceType__Group_2_1_2__1 )
+ // InternalAadl2Parser.g:28447:2: rule__DeviceType__Group_2_1_2__0__Impl rule__DeviceType__Group_2_1_2__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__DeviceType__Group_2_1_2__0__Impl();
@@ -117062,17 +114997,17 @@ public final void rule__DeviceType__Group_2_1_2__0() throws RecognitionException
// $ANTLR start "rule__DeviceType__Group_2_1_2__0__Impl"
- // InternalAadl2Parser.g:29134:1: rule__DeviceType__Group_2_1_2__0__Impl : ( Comma ) ;
+ // InternalAadl2Parser.g:28454:1: rule__DeviceType__Group_2_1_2__0__Impl : ( Comma ) ;
public final void rule__DeviceType__Group_2_1_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29138:1: ( ( Comma ) )
- // InternalAadl2Parser.g:29139:1: ( Comma )
+ // InternalAadl2Parser.g:28458:1: ( ( Comma ) )
+ // InternalAadl2Parser.g:28459:1: ( Comma )
{
- // InternalAadl2Parser.g:29139:1: ( Comma )
- // InternalAadl2Parser.g:29140:2: Comma
+ // InternalAadl2Parser.g:28459:1: ( Comma )
+ // InternalAadl2Parser.g:28460:2: Comma
{
before(grammarAccess.getDeviceTypeAccess().getCommaKeyword_2_1_2_0());
match(input,Comma,FollowSets000.FOLLOW_2);
@@ -117099,14 +115034,14 @@ public final void rule__DeviceType__Group_2_1_2__0__Impl() throws RecognitionExc
// $ANTLR start "rule__DeviceType__Group_2_1_2__1"
- // InternalAadl2Parser.g:29149:1: rule__DeviceType__Group_2_1_2__1 : rule__DeviceType__Group_2_1_2__1__Impl ;
+ // InternalAadl2Parser.g:28469:1: rule__DeviceType__Group_2_1_2__1 : rule__DeviceType__Group_2_1_2__1__Impl ;
public final void rule__DeviceType__Group_2_1_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29153:1: ( rule__DeviceType__Group_2_1_2__1__Impl )
- // InternalAadl2Parser.g:29154:2: rule__DeviceType__Group_2_1_2__1__Impl
+ // InternalAadl2Parser.g:28473:1: ( rule__DeviceType__Group_2_1_2__1__Impl )
+ // InternalAadl2Parser.g:28474:2: rule__DeviceType__Group_2_1_2__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__Group_2_1_2__1__Impl();
@@ -117132,21 +115067,21 @@ public final void rule__DeviceType__Group_2_1_2__1() throws RecognitionException
// $ANTLR start "rule__DeviceType__Group_2_1_2__1__Impl"
- // InternalAadl2Parser.g:29160:1: rule__DeviceType__Group_2_1_2__1__Impl : ( ( rule__DeviceType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) ;
+ // InternalAadl2Parser.g:28480:1: rule__DeviceType__Group_2_1_2__1__Impl : ( ( rule__DeviceType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) ;
public final void rule__DeviceType__Group_2_1_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29164:1: ( ( ( rule__DeviceType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) )
- // InternalAadl2Parser.g:29165:1: ( ( rule__DeviceType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
+ // InternalAadl2Parser.g:28484:1: ( ( ( rule__DeviceType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) )
+ // InternalAadl2Parser.g:28485:1: ( ( rule__DeviceType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
{
- // InternalAadl2Parser.g:29165:1: ( ( rule__DeviceType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
- // InternalAadl2Parser.g:29166:2: ( rule__DeviceType__OwnedPrototypeBindingAssignment_2_1_2_1 )
+ // InternalAadl2Parser.g:28485:1: ( ( rule__DeviceType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
+ // InternalAadl2Parser.g:28486:2: ( rule__DeviceType__OwnedPrototypeBindingAssignment_2_1_2_1 )
{
before(grammarAccess.getDeviceTypeAccess().getOwnedPrototypeBindingAssignment_2_1_2_1());
- // InternalAadl2Parser.g:29167:2: ( rule__DeviceType__OwnedPrototypeBindingAssignment_2_1_2_1 )
- // InternalAadl2Parser.g:29167:3: rule__DeviceType__OwnedPrototypeBindingAssignment_2_1_2_1
+ // InternalAadl2Parser.g:28487:2: ( rule__DeviceType__OwnedPrototypeBindingAssignment_2_1_2_1 )
+ // InternalAadl2Parser.g:28487:3: rule__DeviceType__OwnedPrototypeBindingAssignment_2_1_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__OwnedPrototypeBindingAssignment_2_1_2_1();
@@ -117179,14 +115114,14 @@ public final void rule__DeviceType__Group_2_1_2__1__Impl() throws RecognitionExc
// $ANTLR start "rule__DeviceType__Group_3__0"
- // InternalAadl2Parser.g:29176:1: rule__DeviceType__Group_3__0 : rule__DeviceType__Group_3__0__Impl rule__DeviceType__Group_3__1 ;
+ // InternalAadl2Parser.g:28496:1: rule__DeviceType__Group_3__0 : rule__DeviceType__Group_3__0__Impl rule__DeviceType__Group_3__1 ;
public final void rule__DeviceType__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29180:1: ( rule__DeviceType__Group_3__0__Impl rule__DeviceType__Group_3__1 )
- // InternalAadl2Parser.g:29181:2: rule__DeviceType__Group_3__0__Impl rule__DeviceType__Group_3__1
+ // InternalAadl2Parser.g:28500:1: ( rule__DeviceType__Group_3__0__Impl rule__DeviceType__Group_3__1 )
+ // InternalAadl2Parser.g:28501:2: rule__DeviceType__Group_3__0__Impl rule__DeviceType__Group_3__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__DeviceType__Group_3__0__Impl();
@@ -117217,17 +115152,17 @@ public final void rule__DeviceType__Group_3__0() throws RecognitionException {
// $ANTLR start "rule__DeviceType__Group_3__0__Impl"
- // InternalAadl2Parser.g:29188:1: rule__DeviceType__Group_3__0__Impl : ( Prototypes ) ;
+ // InternalAadl2Parser.g:28508:1: rule__DeviceType__Group_3__0__Impl : ( Prototypes ) ;
public final void rule__DeviceType__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29192:1: ( ( Prototypes ) )
- // InternalAadl2Parser.g:29193:1: ( Prototypes )
+ // InternalAadl2Parser.g:28512:1: ( ( Prototypes ) )
+ // InternalAadl2Parser.g:28513:1: ( Prototypes )
{
- // InternalAadl2Parser.g:29193:1: ( Prototypes )
- // InternalAadl2Parser.g:29194:2: Prototypes
+ // InternalAadl2Parser.g:28513:1: ( Prototypes )
+ // InternalAadl2Parser.g:28514:2: Prototypes
{
before(grammarAccess.getDeviceTypeAccess().getPrototypesKeyword_3_0());
match(input,Prototypes,FollowSets000.FOLLOW_2);
@@ -117254,14 +115189,14 @@ public final void rule__DeviceType__Group_3__0__Impl() throws RecognitionExcepti
// $ANTLR start "rule__DeviceType__Group_3__1"
- // InternalAadl2Parser.g:29203:1: rule__DeviceType__Group_3__1 : rule__DeviceType__Group_3__1__Impl ;
+ // InternalAadl2Parser.g:28523:1: rule__DeviceType__Group_3__1 : rule__DeviceType__Group_3__1__Impl ;
public final void rule__DeviceType__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29207:1: ( rule__DeviceType__Group_3__1__Impl )
- // InternalAadl2Parser.g:29208:2: rule__DeviceType__Group_3__1__Impl
+ // InternalAadl2Parser.g:28527:1: ( rule__DeviceType__Group_3__1__Impl )
+ // InternalAadl2Parser.g:28528:2: rule__DeviceType__Group_3__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__Group_3__1__Impl();
@@ -117287,21 +115222,21 @@ public final void rule__DeviceType__Group_3__1() throws RecognitionException {
// $ANTLR start "rule__DeviceType__Group_3__1__Impl"
- // InternalAadl2Parser.g:29214:1: rule__DeviceType__Group_3__1__Impl : ( ( rule__DeviceType__Alternatives_3_1 ) ) ;
+ // InternalAadl2Parser.g:28534:1: rule__DeviceType__Group_3__1__Impl : ( ( rule__DeviceType__Alternatives_3_1 ) ) ;
public final void rule__DeviceType__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29218:1: ( ( ( rule__DeviceType__Alternatives_3_1 ) ) )
- // InternalAadl2Parser.g:29219:1: ( ( rule__DeviceType__Alternatives_3_1 ) )
+ // InternalAadl2Parser.g:28538:1: ( ( ( rule__DeviceType__Alternatives_3_1 ) ) )
+ // InternalAadl2Parser.g:28539:1: ( ( rule__DeviceType__Alternatives_3_1 ) )
{
- // InternalAadl2Parser.g:29219:1: ( ( rule__DeviceType__Alternatives_3_1 ) )
- // InternalAadl2Parser.g:29220:2: ( rule__DeviceType__Alternatives_3_1 )
+ // InternalAadl2Parser.g:28539:1: ( ( rule__DeviceType__Alternatives_3_1 ) )
+ // InternalAadl2Parser.g:28540:2: ( rule__DeviceType__Alternatives_3_1 )
{
before(grammarAccess.getDeviceTypeAccess().getAlternatives_3_1());
- // InternalAadl2Parser.g:29221:2: ( rule__DeviceType__Alternatives_3_1 )
- // InternalAadl2Parser.g:29221:3: rule__DeviceType__Alternatives_3_1
+ // InternalAadl2Parser.g:28541:2: ( rule__DeviceType__Alternatives_3_1 )
+ // InternalAadl2Parser.g:28541:3: rule__DeviceType__Alternatives_3_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__Alternatives_3_1();
@@ -117334,14 +115269,14 @@ public final void rule__DeviceType__Group_3__1__Impl() throws RecognitionExcepti
// $ANTLR start "rule__DeviceType__Group_3_1_0__0"
- // InternalAadl2Parser.g:29230:1: rule__DeviceType__Group_3_1_0__0 : rule__DeviceType__Group_3_1_0__0__Impl rule__DeviceType__Group_3_1_0__1 ;
+ // InternalAadl2Parser.g:28550:1: rule__DeviceType__Group_3_1_0__0 : rule__DeviceType__Group_3_1_0__0__Impl rule__DeviceType__Group_3_1_0__1 ;
public final void rule__DeviceType__Group_3_1_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29234:1: ( rule__DeviceType__Group_3_1_0__0__Impl rule__DeviceType__Group_3_1_0__1 )
- // InternalAadl2Parser.g:29235:2: rule__DeviceType__Group_3_1_0__0__Impl rule__DeviceType__Group_3_1_0__1
+ // InternalAadl2Parser.g:28554:1: ( rule__DeviceType__Group_3_1_0__0__Impl rule__DeviceType__Group_3_1_0__1 )
+ // InternalAadl2Parser.g:28555:2: rule__DeviceType__Group_3_1_0__0__Impl rule__DeviceType__Group_3_1_0__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__DeviceType__Group_3_1_0__0__Impl();
@@ -117372,21 +115307,21 @@ public final void rule__DeviceType__Group_3_1_0__0() throws RecognitionException
// $ANTLR start "rule__DeviceType__Group_3_1_0__0__Impl"
- // InternalAadl2Parser.g:29242:1: rule__DeviceType__Group_3_1_0__0__Impl : ( ( rule__DeviceType__NoPrototypesAssignment_3_1_0_0 ) ) ;
+ // InternalAadl2Parser.g:28562:1: rule__DeviceType__Group_3_1_0__0__Impl : ( ( rule__DeviceType__NoPrototypesAssignment_3_1_0_0 ) ) ;
public final void rule__DeviceType__Group_3_1_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29246:1: ( ( ( rule__DeviceType__NoPrototypesAssignment_3_1_0_0 ) ) )
- // InternalAadl2Parser.g:29247:1: ( ( rule__DeviceType__NoPrototypesAssignment_3_1_0_0 ) )
+ // InternalAadl2Parser.g:28566:1: ( ( ( rule__DeviceType__NoPrototypesAssignment_3_1_0_0 ) ) )
+ // InternalAadl2Parser.g:28567:1: ( ( rule__DeviceType__NoPrototypesAssignment_3_1_0_0 ) )
{
- // InternalAadl2Parser.g:29247:1: ( ( rule__DeviceType__NoPrototypesAssignment_3_1_0_0 ) )
- // InternalAadl2Parser.g:29248:2: ( rule__DeviceType__NoPrototypesAssignment_3_1_0_0 )
+ // InternalAadl2Parser.g:28567:1: ( ( rule__DeviceType__NoPrototypesAssignment_3_1_0_0 ) )
+ // InternalAadl2Parser.g:28568:2: ( rule__DeviceType__NoPrototypesAssignment_3_1_0_0 )
{
before(grammarAccess.getDeviceTypeAccess().getNoPrototypesAssignment_3_1_0_0());
- // InternalAadl2Parser.g:29249:2: ( rule__DeviceType__NoPrototypesAssignment_3_1_0_0 )
- // InternalAadl2Parser.g:29249:3: rule__DeviceType__NoPrototypesAssignment_3_1_0_0
+ // InternalAadl2Parser.g:28569:2: ( rule__DeviceType__NoPrototypesAssignment_3_1_0_0 )
+ // InternalAadl2Parser.g:28569:3: rule__DeviceType__NoPrototypesAssignment_3_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__NoPrototypesAssignment_3_1_0_0();
@@ -117419,14 +115354,14 @@ public final void rule__DeviceType__Group_3_1_0__0__Impl() throws RecognitionExc
// $ANTLR start "rule__DeviceType__Group_3_1_0__1"
- // InternalAadl2Parser.g:29257:1: rule__DeviceType__Group_3_1_0__1 : rule__DeviceType__Group_3_1_0__1__Impl ;
+ // InternalAadl2Parser.g:28577:1: rule__DeviceType__Group_3_1_0__1 : rule__DeviceType__Group_3_1_0__1__Impl ;
public final void rule__DeviceType__Group_3_1_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29261:1: ( rule__DeviceType__Group_3_1_0__1__Impl )
- // InternalAadl2Parser.g:29262:2: rule__DeviceType__Group_3_1_0__1__Impl
+ // InternalAadl2Parser.g:28581:1: ( rule__DeviceType__Group_3_1_0__1__Impl )
+ // InternalAadl2Parser.g:28582:2: rule__DeviceType__Group_3_1_0__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__Group_3_1_0__1__Impl();
@@ -117452,17 +115387,17 @@ public final void rule__DeviceType__Group_3_1_0__1() throws RecognitionException
// $ANTLR start "rule__DeviceType__Group_3_1_0__1__Impl"
- // InternalAadl2Parser.g:29268:1: rule__DeviceType__Group_3_1_0__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:28588:1: rule__DeviceType__Group_3_1_0__1__Impl : ( Semicolon ) ;
public final void rule__DeviceType__Group_3_1_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29272:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:29273:1: ( Semicolon )
+ // InternalAadl2Parser.g:28592:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:28593:1: ( Semicolon )
{
- // InternalAadl2Parser.g:29273:1: ( Semicolon )
- // InternalAadl2Parser.g:29274:2: Semicolon
+ // InternalAadl2Parser.g:28593:1: ( Semicolon )
+ // InternalAadl2Parser.g:28594:2: Semicolon
{
before(grammarAccess.getDeviceTypeAccess().getSemicolonKeyword_3_1_0_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -117489,14 +115424,14 @@ public final void rule__DeviceType__Group_3_1_0__1__Impl() throws RecognitionExc
// $ANTLR start "rule__DeviceType__Group_4__0"
- // InternalAadl2Parser.g:29284:1: rule__DeviceType__Group_4__0 : rule__DeviceType__Group_4__0__Impl rule__DeviceType__Group_4__1 ;
+ // InternalAadl2Parser.g:28604:1: rule__DeviceType__Group_4__0 : rule__DeviceType__Group_4__0__Impl rule__DeviceType__Group_4__1 ;
public final void rule__DeviceType__Group_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29288:1: ( rule__DeviceType__Group_4__0__Impl rule__DeviceType__Group_4__1 )
- // InternalAadl2Parser.g:29289:2: rule__DeviceType__Group_4__0__Impl rule__DeviceType__Group_4__1
+ // InternalAadl2Parser.g:28608:1: ( rule__DeviceType__Group_4__0__Impl rule__DeviceType__Group_4__1 )
+ // InternalAadl2Parser.g:28609:2: rule__DeviceType__Group_4__0__Impl rule__DeviceType__Group_4__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__DeviceType__Group_4__0__Impl();
@@ -117527,17 +115462,17 @@ public final void rule__DeviceType__Group_4__0() throws RecognitionException {
// $ANTLR start "rule__DeviceType__Group_4__0__Impl"
- // InternalAadl2Parser.g:29296:1: rule__DeviceType__Group_4__0__Impl : ( Features ) ;
+ // InternalAadl2Parser.g:28616:1: rule__DeviceType__Group_4__0__Impl : ( Features ) ;
public final void rule__DeviceType__Group_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29300:1: ( ( Features ) )
- // InternalAadl2Parser.g:29301:1: ( Features )
+ // InternalAadl2Parser.g:28620:1: ( ( Features ) )
+ // InternalAadl2Parser.g:28621:1: ( Features )
{
- // InternalAadl2Parser.g:29301:1: ( Features )
- // InternalAadl2Parser.g:29302:2: Features
+ // InternalAadl2Parser.g:28621:1: ( Features )
+ // InternalAadl2Parser.g:28622:2: Features
{
before(grammarAccess.getDeviceTypeAccess().getFeaturesKeyword_4_0());
match(input,Features,FollowSets000.FOLLOW_2);
@@ -117564,14 +115499,14 @@ public final void rule__DeviceType__Group_4__0__Impl() throws RecognitionExcepti
// $ANTLR start "rule__DeviceType__Group_4__1"
- // InternalAadl2Parser.g:29311:1: rule__DeviceType__Group_4__1 : rule__DeviceType__Group_4__1__Impl ;
+ // InternalAadl2Parser.g:28631:1: rule__DeviceType__Group_4__1 : rule__DeviceType__Group_4__1__Impl ;
public final void rule__DeviceType__Group_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29315:1: ( rule__DeviceType__Group_4__1__Impl )
- // InternalAadl2Parser.g:29316:2: rule__DeviceType__Group_4__1__Impl
+ // InternalAadl2Parser.g:28635:1: ( rule__DeviceType__Group_4__1__Impl )
+ // InternalAadl2Parser.g:28636:2: rule__DeviceType__Group_4__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__Group_4__1__Impl();
@@ -117597,21 +115532,21 @@ public final void rule__DeviceType__Group_4__1() throws RecognitionException {
// $ANTLR start "rule__DeviceType__Group_4__1__Impl"
- // InternalAadl2Parser.g:29322:1: rule__DeviceType__Group_4__1__Impl : ( ( rule__DeviceType__Alternatives_4_1 ) ) ;
+ // InternalAadl2Parser.g:28642:1: rule__DeviceType__Group_4__1__Impl : ( ( rule__DeviceType__Alternatives_4_1 ) ) ;
public final void rule__DeviceType__Group_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29326:1: ( ( ( rule__DeviceType__Alternatives_4_1 ) ) )
- // InternalAadl2Parser.g:29327:1: ( ( rule__DeviceType__Alternatives_4_1 ) )
+ // InternalAadl2Parser.g:28646:1: ( ( ( rule__DeviceType__Alternatives_4_1 ) ) )
+ // InternalAadl2Parser.g:28647:1: ( ( rule__DeviceType__Alternatives_4_1 ) )
{
- // InternalAadl2Parser.g:29327:1: ( ( rule__DeviceType__Alternatives_4_1 ) )
- // InternalAadl2Parser.g:29328:2: ( rule__DeviceType__Alternatives_4_1 )
+ // InternalAadl2Parser.g:28647:1: ( ( rule__DeviceType__Alternatives_4_1 ) )
+ // InternalAadl2Parser.g:28648:2: ( rule__DeviceType__Alternatives_4_1 )
{
before(grammarAccess.getDeviceTypeAccess().getAlternatives_4_1());
- // InternalAadl2Parser.g:29329:2: ( rule__DeviceType__Alternatives_4_1 )
- // InternalAadl2Parser.g:29329:3: rule__DeviceType__Alternatives_4_1
+ // InternalAadl2Parser.g:28649:2: ( rule__DeviceType__Alternatives_4_1 )
+ // InternalAadl2Parser.g:28649:3: rule__DeviceType__Alternatives_4_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__Alternatives_4_1();
@@ -117644,14 +115579,14 @@ public final void rule__DeviceType__Group_4__1__Impl() throws RecognitionExcepti
// $ANTLR start "rule__DeviceType__Group_4_1_0__0"
- // InternalAadl2Parser.g:29338:1: rule__DeviceType__Group_4_1_0__0 : rule__DeviceType__Group_4_1_0__0__Impl rule__DeviceType__Group_4_1_0__1 ;
+ // InternalAadl2Parser.g:28658:1: rule__DeviceType__Group_4_1_0__0 : rule__DeviceType__Group_4_1_0__0__Impl rule__DeviceType__Group_4_1_0__1 ;
public final void rule__DeviceType__Group_4_1_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29342:1: ( rule__DeviceType__Group_4_1_0__0__Impl rule__DeviceType__Group_4_1_0__1 )
- // InternalAadl2Parser.g:29343:2: rule__DeviceType__Group_4_1_0__0__Impl rule__DeviceType__Group_4_1_0__1
+ // InternalAadl2Parser.g:28662:1: ( rule__DeviceType__Group_4_1_0__0__Impl rule__DeviceType__Group_4_1_0__1 )
+ // InternalAadl2Parser.g:28663:2: rule__DeviceType__Group_4_1_0__0__Impl rule__DeviceType__Group_4_1_0__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__DeviceType__Group_4_1_0__0__Impl();
@@ -117682,21 +115617,21 @@ public final void rule__DeviceType__Group_4_1_0__0() throws RecognitionException
// $ANTLR start "rule__DeviceType__Group_4_1_0__0__Impl"
- // InternalAadl2Parser.g:29350:1: rule__DeviceType__Group_4_1_0__0__Impl : ( ( rule__DeviceType__NoFeaturesAssignment_4_1_0_0 ) ) ;
+ // InternalAadl2Parser.g:28670:1: rule__DeviceType__Group_4_1_0__0__Impl : ( ( rule__DeviceType__NoFeaturesAssignment_4_1_0_0 ) ) ;
public final void rule__DeviceType__Group_4_1_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29354:1: ( ( ( rule__DeviceType__NoFeaturesAssignment_4_1_0_0 ) ) )
- // InternalAadl2Parser.g:29355:1: ( ( rule__DeviceType__NoFeaturesAssignment_4_1_0_0 ) )
+ // InternalAadl2Parser.g:28674:1: ( ( ( rule__DeviceType__NoFeaturesAssignment_4_1_0_0 ) ) )
+ // InternalAadl2Parser.g:28675:1: ( ( rule__DeviceType__NoFeaturesAssignment_4_1_0_0 ) )
{
- // InternalAadl2Parser.g:29355:1: ( ( rule__DeviceType__NoFeaturesAssignment_4_1_0_0 ) )
- // InternalAadl2Parser.g:29356:2: ( rule__DeviceType__NoFeaturesAssignment_4_1_0_0 )
+ // InternalAadl2Parser.g:28675:1: ( ( rule__DeviceType__NoFeaturesAssignment_4_1_0_0 ) )
+ // InternalAadl2Parser.g:28676:2: ( rule__DeviceType__NoFeaturesAssignment_4_1_0_0 )
{
before(grammarAccess.getDeviceTypeAccess().getNoFeaturesAssignment_4_1_0_0());
- // InternalAadl2Parser.g:29357:2: ( rule__DeviceType__NoFeaturesAssignment_4_1_0_0 )
- // InternalAadl2Parser.g:29357:3: rule__DeviceType__NoFeaturesAssignment_4_1_0_0
+ // InternalAadl2Parser.g:28677:2: ( rule__DeviceType__NoFeaturesAssignment_4_1_0_0 )
+ // InternalAadl2Parser.g:28677:3: rule__DeviceType__NoFeaturesAssignment_4_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__NoFeaturesAssignment_4_1_0_0();
@@ -117729,14 +115664,14 @@ public final void rule__DeviceType__Group_4_1_0__0__Impl() throws RecognitionExc
// $ANTLR start "rule__DeviceType__Group_4_1_0__1"
- // InternalAadl2Parser.g:29365:1: rule__DeviceType__Group_4_1_0__1 : rule__DeviceType__Group_4_1_0__1__Impl ;
+ // InternalAadl2Parser.g:28685:1: rule__DeviceType__Group_4_1_0__1 : rule__DeviceType__Group_4_1_0__1__Impl ;
public final void rule__DeviceType__Group_4_1_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29369:1: ( rule__DeviceType__Group_4_1_0__1__Impl )
- // InternalAadl2Parser.g:29370:2: rule__DeviceType__Group_4_1_0__1__Impl
+ // InternalAadl2Parser.g:28689:1: ( rule__DeviceType__Group_4_1_0__1__Impl )
+ // InternalAadl2Parser.g:28690:2: rule__DeviceType__Group_4_1_0__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__Group_4_1_0__1__Impl();
@@ -117762,17 +115697,17 @@ public final void rule__DeviceType__Group_4_1_0__1() throws RecognitionException
// $ANTLR start "rule__DeviceType__Group_4_1_0__1__Impl"
- // InternalAadl2Parser.g:29376:1: rule__DeviceType__Group_4_1_0__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:28696:1: rule__DeviceType__Group_4_1_0__1__Impl : ( Semicolon ) ;
public final void rule__DeviceType__Group_4_1_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29380:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:29381:1: ( Semicolon )
+ // InternalAadl2Parser.g:28700:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:28701:1: ( Semicolon )
{
- // InternalAadl2Parser.g:29381:1: ( Semicolon )
- // InternalAadl2Parser.g:29382:2: Semicolon
+ // InternalAadl2Parser.g:28701:1: ( Semicolon )
+ // InternalAadl2Parser.g:28702:2: Semicolon
{
before(grammarAccess.getDeviceTypeAccess().getSemicolonKeyword_4_1_0_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -117799,14 +115734,14 @@ public final void rule__DeviceType__Group_4_1_0__1__Impl() throws RecognitionExc
// $ANTLR start "rule__DeviceType__Group_5__0"
- // InternalAadl2Parser.g:29392:1: rule__DeviceType__Group_5__0 : rule__DeviceType__Group_5__0__Impl rule__DeviceType__Group_5__1 ;
+ // InternalAadl2Parser.g:28712:1: rule__DeviceType__Group_5__0 : rule__DeviceType__Group_5__0__Impl rule__DeviceType__Group_5__1 ;
public final void rule__DeviceType__Group_5__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29396:1: ( rule__DeviceType__Group_5__0__Impl rule__DeviceType__Group_5__1 )
- // InternalAadl2Parser.g:29397:2: rule__DeviceType__Group_5__0__Impl rule__DeviceType__Group_5__1
+ // InternalAadl2Parser.g:28716:1: ( rule__DeviceType__Group_5__0__Impl rule__DeviceType__Group_5__1 )
+ // InternalAadl2Parser.g:28717:2: rule__DeviceType__Group_5__0__Impl rule__DeviceType__Group_5__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__DeviceType__Group_5__0__Impl();
@@ -117837,17 +115772,17 @@ public final void rule__DeviceType__Group_5__0() throws RecognitionException {
// $ANTLR start "rule__DeviceType__Group_5__0__Impl"
- // InternalAadl2Parser.g:29404:1: rule__DeviceType__Group_5__0__Impl : ( Flows ) ;
+ // InternalAadl2Parser.g:28724:1: rule__DeviceType__Group_5__0__Impl : ( Flows ) ;
public final void rule__DeviceType__Group_5__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29408:1: ( ( Flows ) )
- // InternalAadl2Parser.g:29409:1: ( Flows )
+ // InternalAadl2Parser.g:28728:1: ( ( Flows ) )
+ // InternalAadl2Parser.g:28729:1: ( Flows )
{
- // InternalAadl2Parser.g:29409:1: ( Flows )
- // InternalAadl2Parser.g:29410:2: Flows
+ // InternalAadl2Parser.g:28729:1: ( Flows )
+ // InternalAadl2Parser.g:28730:2: Flows
{
before(grammarAccess.getDeviceTypeAccess().getFlowsKeyword_5_0());
match(input,Flows,FollowSets000.FOLLOW_2);
@@ -117874,14 +115809,14 @@ public final void rule__DeviceType__Group_5__0__Impl() throws RecognitionExcepti
// $ANTLR start "rule__DeviceType__Group_5__1"
- // InternalAadl2Parser.g:29419:1: rule__DeviceType__Group_5__1 : rule__DeviceType__Group_5__1__Impl ;
+ // InternalAadl2Parser.g:28739:1: rule__DeviceType__Group_5__1 : rule__DeviceType__Group_5__1__Impl ;
public final void rule__DeviceType__Group_5__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29423:1: ( rule__DeviceType__Group_5__1__Impl )
- // InternalAadl2Parser.g:29424:2: rule__DeviceType__Group_5__1__Impl
+ // InternalAadl2Parser.g:28743:1: ( rule__DeviceType__Group_5__1__Impl )
+ // InternalAadl2Parser.g:28744:2: rule__DeviceType__Group_5__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__Group_5__1__Impl();
@@ -117907,21 +115842,21 @@ public final void rule__DeviceType__Group_5__1() throws RecognitionException {
// $ANTLR start "rule__DeviceType__Group_5__1__Impl"
- // InternalAadl2Parser.g:29430:1: rule__DeviceType__Group_5__1__Impl : ( ( rule__DeviceType__Alternatives_5_1 ) ) ;
+ // InternalAadl2Parser.g:28750:1: rule__DeviceType__Group_5__1__Impl : ( ( rule__DeviceType__Alternatives_5_1 ) ) ;
public final void rule__DeviceType__Group_5__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29434:1: ( ( ( rule__DeviceType__Alternatives_5_1 ) ) )
- // InternalAadl2Parser.g:29435:1: ( ( rule__DeviceType__Alternatives_5_1 ) )
+ // InternalAadl2Parser.g:28754:1: ( ( ( rule__DeviceType__Alternatives_5_1 ) ) )
+ // InternalAadl2Parser.g:28755:1: ( ( rule__DeviceType__Alternatives_5_1 ) )
{
- // InternalAadl2Parser.g:29435:1: ( ( rule__DeviceType__Alternatives_5_1 ) )
- // InternalAadl2Parser.g:29436:2: ( rule__DeviceType__Alternatives_5_1 )
+ // InternalAadl2Parser.g:28755:1: ( ( rule__DeviceType__Alternatives_5_1 ) )
+ // InternalAadl2Parser.g:28756:2: ( rule__DeviceType__Alternatives_5_1 )
{
before(grammarAccess.getDeviceTypeAccess().getAlternatives_5_1());
- // InternalAadl2Parser.g:29437:2: ( rule__DeviceType__Alternatives_5_1 )
- // InternalAadl2Parser.g:29437:3: rule__DeviceType__Alternatives_5_1
+ // InternalAadl2Parser.g:28757:2: ( rule__DeviceType__Alternatives_5_1 )
+ // InternalAadl2Parser.g:28757:3: rule__DeviceType__Alternatives_5_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__Alternatives_5_1();
@@ -117954,14 +115889,14 @@ public final void rule__DeviceType__Group_5__1__Impl() throws RecognitionExcepti
// $ANTLR start "rule__DeviceType__Group_5_1_1__0"
- // InternalAadl2Parser.g:29446:1: rule__DeviceType__Group_5_1_1__0 : rule__DeviceType__Group_5_1_1__0__Impl rule__DeviceType__Group_5_1_1__1 ;
+ // InternalAadl2Parser.g:28766:1: rule__DeviceType__Group_5_1_1__0 : rule__DeviceType__Group_5_1_1__0__Impl rule__DeviceType__Group_5_1_1__1 ;
public final void rule__DeviceType__Group_5_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29450:1: ( rule__DeviceType__Group_5_1_1__0__Impl rule__DeviceType__Group_5_1_1__1 )
- // InternalAadl2Parser.g:29451:2: rule__DeviceType__Group_5_1_1__0__Impl rule__DeviceType__Group_5_1_1__1
+ // InternalAadl2Parser.g:28770:1: ( rule__DeviceType__Group_5_1_1__0__Impl rule__DeviceType__Group_5_1_1__1 )
+ // InternalAadl2Parser.g:28771:2: rule__DeviceType__Group_5_1_1__0__Impl rule__DeviceType__Group_5_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__DeviceType__Group_5_1_1__0__Impl();
@@ -117992,21 +115927,21 @@ public final void rule__DeviceType__Group_5_1_1__0() throws RecognitionException
// $ANTLR start "rule__DeviceType__Group_5_1_1__0__Impl"
- // InternalAadl2Parser.g:29458:1: rule__DeviceType__Group_5_1_1__0__Impl : ( ( rule__DeviceType__NoFlowsAssignment_5_1_1_0 ) ) ;
+ // InternalAadl2Parser.g:28778:1: rule__DeviceType__Group_5_1_1__0__Impl : ( ( rule__DeviceType__NoFlowsAssignment_5_1_1_0 ) ) ;
public final void rule__DeviceType__Group_5_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29462:1: ( ( ( rule__DeviceType__NoFlowsAssignment_5_1_1_0 ) ) )
- // InternalAadl2Parser.g:29463:1: ( ( rule__DeviceType__NoFlowsAssignment_5_1_1_0 ) )
+ // InternalAadl2Parser.g:28782:1: ( ( ( rule__DeviceType__NoFlowsAssignment_5_1_1_0 ) ) )
+ // InternalAadl2Parser.g:28783:1: ( ( rule__DeviceType__NoFlowsAssignment_5_1_1_0 ) )
{
- // InternalAadl2Parser.g:29463:1: ( ( rule__DeviceType__NoFlowsAssignment_5_1_1_0 ) )
- // InternalAadl2Parser.g:29464:2: ( rule__DeviceType__NoFlowsAssignment_5_1_1_0 )
+ // InternalAadl2Parser.g:28783:1: ( ( rule__DeviceType__NoFlowsAssignment_5_1_1_0 ) )
+ // InternalAadl2Parser.g:28784:2: ( rule__DeviceType__NoFlowsAssignment_5_1_1_0 )
{
before(grammarAccess.getDeviceTypeAccess().getNoFlowsAssignment_5_1_1_0());
- // InternalAadl2Parser.g:29465:2: ( rule__DeviceType__NoFlowsAssignment_5_1_1_0 )
- // InternalAadl2Parser.g:29465:3: rule__DeviceType__NoFlowsAssignment_5_1_1_0
+ // InternalAadl2Parser.g:28785:2: ( rule__DeviceType__NoFlowsAssignment_5_1_1_0 )
+ // InternalAadl2Parser.g:28785:3: rule__DeviceType__NoFlowsAssignment_5_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__NoFlowsAssignment_5_1_1_0();
@@ -118039,14 +115974,14 @@ public final void rule__DeviceType__Group_5_1_1__0__Impl() throws RecognitionExc
// $ANTLR start "rule__DeviceType__Group_5_1_1__1"
- // InternalAadl2Parser.g:29473:1: rule__DeviceType__Group_5_1_1__1 : rule__DeviceType__Group_5_1_1__1__Impl ;
+ // InternalAadl2Parser.g:28793:1: rule__DeviceType__Group_5_1_1__1 : rule__DeviceType__Group_5_1_1__1__Impl ;
public final void rule__DeviceType__Group_5_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29477:1: ( rule__DeviceType__Group_5_1_1__1__Impl )
- // InternalAadl2Parser.g:29478:2: rule__DeviceType__Group_5_1_1__1__Impl
+ // InternalAadl2Parser.g:28797:1: ( rule__DeviceType__Group_5_1_1__1__Impl )
+ // InternalAadl2Parser.g:28798:2: rule__DeviceType__Group_5_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__Group_5_1_1__1__Impl();
@@ -118072,17 +116007,17 @@ public final void rule__DeviceType__Group_5_1_1__1() throws RecognitionException
// $ANTLR start "rule__DeviceType__Group_5_1_1__1__Impl"
- // InternalAadl2Parser.g:29484:1: rule__DeviceType__Group_5_1_1__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:28804:1: rule__DeviceType__Group_5_1_1__1__Impl : ( Semicolon ) ;
public final void rule__DeviceType__Group_5_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29488:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:29489:1: ( Semicolon )
+ // InternalAadl2Parser.g:28808:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:28809:1: ( Semicolon )
{
- // InternalAadl2Parser.g:29489:1: ( Semicolon )
- // InternalAadl2Parser.g:29490:2: Semicolon
+ // InternalAadl2Parser.g:28809:1: ( Semicolon )
+ // InternalAadl2Parser.g:28810:2: Semicolon
{
before(grammarAccess.getDeviceTypeAccess().getSemicolonKeyword_5_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -118109,16 +116044,16 @@ public final void rule__DeviceType__Group_5_1_1__1__Impl() throws RecognitionExc
// $ANTLR start "rule__DeviceType__Group_6_0__0"
- // InternalAadl2Parser.g:29500:1: rule__DeviceType__Group_6_0__0 : rule__DeviceType__Group_6_0__0__Impl rule__DeviceType__Group_6_0__1 ;
+ // InternalAadl2Parser.g:28820:1: rule__DeviceType__Group_6_0__0 : rule__DeviceType__Group_6_0__0__Impl rule__DeviceType__Group_6_0__1 ;
public final void rule__DeviceType__Group_6_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29504:1: ( rule__DeviceType__Group_6_0__0__Impl rule__DeviceType__Group_6_0__1 )
- // InternalAadl2Parser.g:29505:2: rule__DeviceType__Group_6_0__0__Impl rule__DeviceType__Group_6_0__1
+ // InternalAadl2Parser.g:28824:1: ( rule__DeviceType__Group_6_0__0__Impl rule__DeviceType__Group_6_0__1 )
+ // InternalAadl2Parser.g:28825:2: rule__DeviceType__Group_6_0__0__Impl rule__DeviceType__Group_6_0__1
{
- pushFollow(FollowSets000.FOLLOW_4);
+ pushFollow(FollowSets000.FOLLOW_31);
rule__DeviceType__Group_6_0__0__Impl();
state._fsp--;
@@ -118147,21 +116082,21 @@ public final void rule__DeviceType__Group_6_0__0() throws RecognitionException {
// $ANTLR start "rule__DeviceType__Group_6_0__0__Impl"
- // InternalAadl2Parser.g:29512:1: rule__DeviceType__Group_6_0__0__Impl : ( ( rule__DeviceType__DerivedModesAssignment_6_0_0 ) ) ;
+ // InternalAadl2Parser.g:28832:1: rule__DeviceType__Group_6_0__0__Impl : ( ( rule__DeviceType__DerivedModesAssignment_6_0_0 ) ) ;
public final void rule__DeviceType__Group_6_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29516:1: ( ( ( rule__DeviceType__DerivedModesAssignment_6_0_0 ) ) )
- // InternalAadl2Parser.g:29517:1: ( ( rule__DeviceType__DerivedModesAssignment_6_0_0 ) )
+ // InternalAadl2Parser.g:28836:1: ( ( ( rule__DeviceType__DerivedModesAssignment_6_0_0 ) ) )
+ // InternalAadl2Parser.g:28837:1: ( ( rule__DeviceType__DerivedModesAssignment_6_0_0 ) )
{
- // InternalAadl2Parser.g:29517:1: ( ( rule__DeviceType__DerivedModesAssignment_6_0_0 ) )
- // InternalAadl2Parser.g:29518:2: ( rule__DeviceType__DerivedModesAssignment_6_0_0 )
+ // InternalAadl2Parser.g:28837:1: ( ( rule__DeviceType__DerivedModesAssignment_6_0_0 ) )
+ // InternalAadl2Parser.g:28838:2: ( rule__DeviceType__DerivedModesAssignment_6_0_0 )
{
before(grammarAccess.getDeviceTypeAccess().getDerivedModesAssignment_6_0_0());
- // InternalAadl2Parser.g:29519:2: ( rule__DeviceType__DerivedModesAssignment_6_0_0 )
- // InternalAadl2Parser.g:29519:3: rule__DeviceType__DerivedModesAssignment_6_0_0
+ // InternalAadl2Parser.g:28839:2: ( rule__DeviceType__DerivedModesAssignment_6_0_0 )
+ // InternalAadl2Parser.g:28839:3: rule__DeviceType__DerivedModesAssignment_6_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__DerivedModesAssignment_6_0_0();
@@ -118194,20 +116129,25 @@ public final void rule__DeviceType__Group_6_0__0__Impl() throws RecognitionExcep
// $ANTLR start "rule__DeviceType__Group_6_0__1"
- // InternalAadl2Parser.g:29527:1: rule__DeviceType__Group_6_0__1 : rule__DeviceType__Group_6_0__1__Impl ;
+ // InternalAadl2Parser.g:28847:1: rule__DeviceType__Group_6_0__1 : rule__DeviceType__Group_6_0__1__Impl rule__DeviceType__Group_6_0__2 ;
public final void rule__DeviceType__Group_6_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29531:1: ( rule__DeviceType__Group_6_0__1__Impl )
- // InternalAadl2Parser.g:29532:2: rule__DeviceType__Group_6_0__1__Impl
+ // InternalAadl2Parser.g:28851:1: ( rule__DeviceType__Group_6_0__1__Impl rule__DeviceType__Group_6_0__2 )
+ // InternalAadl2Parser.g:28852:2: rule__DeviceType__Group_6_0__1__Impl rule__DeviceType__Group_6_0__2
{
- pushFollow(FollowSets000.FOLLOW_2);
+ pushFollow(FollowSets000.FOLLOW_4);
rule__DeviceType__Group_6_0__1__Impl();
state._fsp--;
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__DeviceType__Group_6_0__2();
+
+ state._fsp--;
+
}
@@ -118227,42 +116167,112 @@ public final void rule__DeviceType__Group_6_0__1() throws RecognitionException {
// $ANTLR start "rule__DeviceType__Group_6_0__1__Impl"
- // InternalAadl2Parser.g:29538:1: rule__DeviceType__Group_6_0__1__Impl : ( ( ( rule__DeviceType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__DeviceType__OwnedModeAssignment_6_0_1 )* ) ) ;
+ // InternalAadl2Parser.g:28859:1: rule__DeviceType__Group_6_0__1__Impl : ( Modes ) ;
public final void rule__DeviceType__Group_6_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29542:1: ( ( ( ( rule__DeviceType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__DeviceType__OwnedModeAssignment_6_0_1 )* ) ) )
- // InternalAadl2Parser.g:29543:1: ( ( ( rule__DeviceType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__DeviceType__OwnedModeAssignment_6_0_1 )* ) )
+ // InternalAadl2Parser.g:28863:1: ( ( Modes ) )
+ // InternalAadl2Parser.g:28864:1: ( Modes )
{
- // InternalAadl2Parser.g:29543:1: ( ( ( rule__DeviceType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__DeviceType__OwnedModeAssignment_6_0_1 )* ) )
- // InternalAadl2Parser.g:29544:2: ( ( rule__DeviceType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__DeviceType__OwnedModeAssignment_6_0_1 )* )
+ // InternalAadl2Parser.g:28864:1: ( Modes )
+ // InternalAadl2Parser.g:28865:2: Modes
{
- // InternalAadl2Parser.g:29544:2: ( ( rule__DeviceType__OwnedModeAssignment_6_0_1 ) )
- // InternalAadl2Parser.g:29545:3: ( rule__DeviceType__OwnedModeAssignment_6_0_1 )
+ before(grammarAccess.getDeviceTypeAccess().getModesKeyword_6_0_1());
+ match(input,Modes,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getDeviceTypeAccess().getModesKeyword_6_0_1());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__DeviceType__Group_6_0__1__Impl"
+
+
+ // $ANTLR start "rule__DeviceType__Group_6_0__2"
+ // InternalAadl2Parser.g:28874:1: rule__DeviceType__Group_6_0__2 : rule__DeviceType__Group_6_0__2__Impl ;
+ public final void rule__DeviceType__Group_6_0__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:28878:1: ( rule__DeviceType__Group_6_0__2__Impl )
+ // InternalAadl2Parser.g:28879:2: rule__DeviceType__Group_6_0__2__Impl
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__DeviceType__Group_6_0__2__Impl();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__DeviceType__Group_6_0__2"
+
+
+ // $ANTLR start "rule__DeviceType__Group_6_0__2__Impl"
+ // InternalAadl2Parser.g:28885:1: rule__DeviceType__Group_6_0__2__Impl : ( ( ( rule__DeviceType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__DeviceType__OwnedModeAssignment_6_0_2 )* ) ) ;
+ public final void rule__DeviceType__Group_6_0__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:28889:1: ( ( ( ( rule__DeviceType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__DeviceType__OwnedModeAssignment_6_0_2 )* ) ) )
+ // InternalAadl2Parser.g:28890:1: ( ( ( rule__DeviceType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__DeviceType__OwnedModeAssignment_6_0_2 )* ) )
{
- before(grammarAccess.getDeviceTypeAccess().getOwnedModeAssignment_6_0_1());
- // InternalAadl2Parser.g:29546:3: ( rule__DeviceType__OwnedModeAssignment_6_0_1 )
- // InternalAadl2Parser.g:29546:4: rule__DeviceType__OwnedModeAssignment_6_0_1
+ // InternalAadl2Parser.g:28890:1: ( ( ( rule__DeviceType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__DeviceType__OwnedModeAssignment_6_0_2 )* ) )
+ // InternalAadl2Parser.g:28891:2: ( ( rule__DeviceType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__DeviceType__OwnedModeAssignment_6_0_2 )* )
+ {
+ // InternalAadl2Parser.g:28891:2: ( ( rule__DeviceType__OwnedModeAssignment_6_0_2 ) )
+ // InternalAadl2Parser.g:28892:3: ( rule__DeviceType__OwnedModeAssignment_6_0_2 )
+ {
+ before(grammarAccess.getDeviceTypeAccess().getOwnedModeAssignment_6_0_2());
+ // InternalAadl2Parser.g:28893:3: ( rule__DeviceType__OwnedModeAssignment_6_0_2 )
+ // InternalAadl2Parser.g:28893:4: rule__DeviceType__OwnedModeAssignment_6_0_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__DeviceType__OwnedModeAssignment_6_0_1();
+ rule__DeviceType__OwnedModeAssignment_6_0_2();
state._fsp--;
}
- after(grammarAccess.getDeviceTypeAccess().getOwnedModeAssignment_6_0_1());
+ after(grammarAccess.getDeviceTypeAccess().getOwnedModeAssignment_6_0_2());
}
- // InternalAadl2Parser.g:29549:2: ( ( rule__DeviceType__OwnedModeAssignment_6_0_1 )* )
- // InternalAadl2Parser.g:29550:3: ( rule__DeviceType__OwnedModeAssignment_6_0_1 )*
+ // InternalAadl2Parser.g:28896:2: ( ( rule__DeviceType__OwnedModeAssignment_6_0_2 )* )
+ // InternalAadl2Parser.g:28897:3: ( rule__DeviceType__OwnedModeAssignment_6_0_2 )*
{
- before(grammarAccess.getDeviceTypeAccess().getOwnedModeAssignment_6_0_1());
- // InternalAadl2Parser.g:29551:3: ( rule__DeviceType__OwnedModeAssignment_6_0_1 )*
+ before(grammarAccess.getDeviceTypeAccess().getOwnedModeAssignment_6_0_2());
+ // InternalAadl2Parser.g:28898:3: ( rule__DeviceType__OwnedModeAssignment_6_0_2 )*
loop636:
do {
int alt636=2;
@@ -118275,10 +116285,10 @@ public final void rule__DeviceType__Group_6_0__1__Impl() throws RecognitionExcep
switch (alt636) {
case 1 :
- // InternalAadl2Parser.g:29551:4: rule__DeviceType__OwnedModeAssignment_6_0_1
+ // InternalAadl2Parser.g:28898:4: rule__DeviceType__OwnedModeAssignment_6_0_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__DeviceType__OwnedModeAssignment_6_0_1();
+ rule__DeviceType__OwnedModeAssignment_6_0_2();
state._fsp--;
@@ -118291,7 +116301,7 @@ public final void rule__DeviceType__Group_6_0__1__Impl() throws RecognitionExcep
}
} while (true);
- after(grammarAccess.getDeviceTypeAccess().getOwnedModeAssignment_6_0_1());
+ after(grammarAccess.getDeviceTypeAccess().getOwnedModeAssignment_6_0_2());
}
@@ -118313,18 +116323,18 @@ public final void rule__DeviceType__Group_6_0__1__Impl() throws RecognitionExcep
}
return ;
}
- // $ANTLR end "rule__DeviceType__Group_6_0__1__Impl"
+ // $ANTLR end "rule__DeviceType__Group_6_0__2__Impl"
// $ANTLR start "rule__DeviceType__Group_6_1__0"
- // InternalAadl2Parser.g:29561:1: rule__DeviceType__Group_6_1__0 : rule__DeviceType__Group_6_1__0__Impl rule__DeviceType__Group_6_1__1 ;
+ // InternalAadl2Parser.g:28908:1: rule__DeviceType__Group_6_1__0 : rule__DeviceType__Group_6_1__0__Impl rule__DeviceType__Group_6_1__1 ;
public final void rule__DeviceType__Group_6_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29565:1: ( rule__DeviceType__Group_6_1__0__Impl rule__DeviceType__Group_6_1__1 )
- // InternalAadl2Parser.g:29566:2: rule__DeviceType__Group_6_1__0__Impl rule__DeviceType__Group_6_1__1
+ // InternalAadl2Parser.g:28912:1: ( rule__DeviceType__Group_6_1__0__Impl rule__DeviceType__Group_6_1__1 )
+ // InternalAadl2Parser.g:28913:2: rule__DeviceType__Group_6_1__0__Impl rule__DeviceType__Group_6_1__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__DeviceType__Group_6_1__0__Impl();
@@ -118355,17 +116365,17 @@ public final void rule__DeviceType__Group_6_1__0() throws RecognitionException {
// $ANTLR start "rule__DeviceType__Group_6_1__0__Impl"
- // InternalAadl2Parser.g:29573:1: rule__DeviceType__Group_6_1__0__Impl : ( Modes ) ;
+ // InternalAadl2Parser.g:28920:1: rule__DeviceType__Group_6_1__0__Impl : ( Modes ) ;
public final void rule__DeviceType__Group_6_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29577:1: ( ( Modes ) )
- // InternalAadl2Parser.g:29578:1: ( Modes )
+ // InternalAadl2Parser.g:28924:1: ( ( Modes ) )
+ // InternalAadl2Parser.g:28925:1: ( Modes )
{
- // InternalAadl2Parser.g:29578:1: ( Modes )
- // InternalAadl2Parser.g:29579:2: Modes
+ // InternalAadl2Parser.g:28925:1: ( Modes )
+ // InternalAadl2Parser.g:28926:2: Modes
{
before(grammarAccess.getDeviceTypeAccess().getModesKeyword_6_1_0());
match(input,Modes,FollowSets000.FOLLOW_2);
@@ -118392,14 +116402,14 @@ public final void rule__DeviceType__Group_6_1__0__Impl() throws RecognitionExcep
// $ANTLR start "rule__DeviceType__Group_6_1__1"
- // InternalAadl2Parser.g:29588:1: rule__DeviceType__Group_6_1__1 : rule__DeviceType__Group_6_1__1__Impl ;
+ // InternalAadl2Parser.g:28935:1: rule__DeviceType__Group_6_1__1 : rule__DeviceType__Group_6_1__1__Impl ;
public final void rule__DeviceType__Group_6_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29592:1: ( rule__DeviceType__Group_6_1__1__Impl )
- // InternalAadl2Parser.g:29593:2: rule__DeviceType__Group_6_1__1__Impl
+ // InternalAadl2Parser.g:28939:1: ( rule__DeviceType__Group_6_1__1__Impl )
+ // InternalAadl2Parser.g:28940:2: rule__DeviceType__Group_6_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__Group_6_1__1__Impl();
@@ -118425,21 +116435,21 @@ public final void rule__DeviceType__Group_6_1__1() throws RecognitionException {
// $ANTLR start "rule__DeviceType__Group_6_1__1__Impl"
- // InternalAadl2Parser.g:29599:1: rule__DeviceType__Group_6_1__1__Impl : ( ( rule__DeviceType__Alternatives_6_1_1 ) ) ;
+ // InternalAadl2Parser.g:28946:1: rule__DeviceType__Group_6_1__1__Impl : ( ( rule__DeviceType__Alternatives_6_1_1 ) ) ;
public final void rule__DeviceType__Group_6_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29603:1: ( ( ( rule__DeviceType__Alternatives_6_1_1 ) ) )
- // InternalAadl2Parser.g:29604:1: ( ( rule__DeviceType__Alternatives_6_1_1 ) )
+ // InternalAadl2Parser.g:28950:1: ( ( ( rule__DeviceType__Alternatives_6_1_1 ) ) )
+ // InternalAadl2Parser.g:28951:1: ( ( rule__DeviceType__Alternatives_6_1_1 ) )
{
- // InternalAadl2Parser.g:29604:1: ( ( rule__DeviceType__Alternatives_6_1_1 ) )
- // InternalAadl2Parser.g:29605:2: ( rule__DeviceType__Alternatives_6_1_1 )
+ // InternalAadl2Parser.g:28951:1: ( ( rule__DeviceType__Alternatives_6_1_1 ) )
+ // InternalAadl2Parser.g:28952:2: ( rule__DeviceType__Alternatives_6_1_1 )
{
before(grammarAccess.getDeviceTypeAccess().getAlternatives_6_1_1());
- // InternalAadl2Parser.g:29606:2: ( rule__DeviceType__Alternatives_6_1_1 )
- // InternalAadl2Parser.g:29606:3: rule__DeviceType__Alternatives_6_1_1
+ // InternalAadl2Parser.g:28953:2: ( rule__DeviceType__Alternatives_6_1_1 )
+ // InternalAadl2Parser.g:28953:3: rule__DeviceType__Alternatives_6_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__Alternatives_6_1_1();
@@ -118472,14 +116482,14 @@ public final void rule__DeviceType__Group_6_1__1__Impl() throws RecognitionExcep
// $ANTLR start "rule__DeviceType__Group_6_1_1_1__0"
- // InternalAadl2Parser.g:29615:1: rule__DeviceType__Group_6_1_1_1__0 : rule__DeviceType__Group_6_1_1_1__0__Impl rule__DeviceType__Group_6_1_1_1__1 ;
+ // InternalAadl2Parser.g:28962:1: rule__DeviceType__Group_6_1_1_1__0 : rule__DeviceType__Group_6_1_1_1__0__Impl rule__DeviceType__Group_6_1_1_1__1 ;
public final void rule__DeviceType__Group_6_1_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29619:1: ( rule__DeviceType__Group_6_1_1_1__0__Impl rule__DeviceType__Group_6_1_1_1__1 )
- // InternalAadl2Parser.g:29620:2: rule__DeviceType__Group_6_1_1_1__0__Impl rule__DeviceType__Group_6_1_1_1__1
+ // InternalAadl2Parser.g:28966:1: ( rule__DeviceType__Group_6_1_1_1__0__Impl rule__DeviceType__Group_6_1_1_1__1 )
+ // InternalAadl2Parser.g:28967:2: rule__DeviceType__Group_6_1_1_1__0__Impl rule__DeviceType__Group_6_1_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__DeviceType__Group_6_1_1_1__0__Impl();
@@ -118510,21 +116520,21 @@ public final void rule__DeviceType__Group_6_1_1_1__0() throws RecognitionExcepti
// $ANTLR start "rule__DeviceType__Group_6_1_1_1__0__Impl"
- // InternalAadl2Parser.g:29627:1: rule__DeviceType__Group_6_1_1_1__0__Impl : ( ( rule__DeviceType__NoModesAssignment_6_1_1_1_0 ) ) ;
+ // InternalAadl2Parser.g:28974:1: rule__DeviceType__Group_6_1_1_1__0__Impl : ( ( rule__DeviceType__NoModesAssignment_6_1_1_1_0 ) ) ;
public final void rule__DeviceType__Group_6_1_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29631:1: ( ( ( rule__DeviceType__NoModesAssignment_6_1_1_1_0 ) ) )
- // InternalAadl2Parser.g:29632:1: ( ( rule__DeviceType__NoModesAssignment_6_1_1_1_0 ) )
+ // InternalAadl2Parser.g:28978:1: ( ( ( rule__DeviceType__NoModesAssignment_6_1_1_1_0 ) ) )
+ // InternalAadl2Parser.g:28979:1: ( ( rule__DeviceType__NoModesAssignment_6_1_1_1_0 ) )
{
- // InternalAadl2Parser.g:29632:1: ( ( rule__DeviceType__NoModesAssignment_6_1_1_1_0 ) )
- // InternalAadl2Parser.g:29633:2: ( rule__DeviceType__NoModesAssignment_6_1_1_1_0 )
+ // InternalAadl2Parser.g:28979:1: ( ( rule__DeviceType__NoModesAssignment_6_1_1_1_0 ) )
+ // InternalAadl2Parser.g:28980:2: ( rule__DeviceType__NoModesAssignment_6_1_1_1_0 )
{
before(grammarAccess.getDeviceTypeAccess().getNoModesAssignment_6_1_1_1_0());
- // InternalAadl2Parser.g:29634:2: ( rule__DeviceType__NoModesAssignment_6_1_1_1_0 )
- // InternalAadl2Parser.g:29634:3: rule__DeviceType__NoModesAssignment_6_1_1_1_0
+ // InternalAadl2Parser.g:28981:2: ( rule__DeviceType__NoModesAssignment_6_1_1_1_0 )
+ // InternalAadl2Parser.g:28981:3: rule__DeviceType__NoModesAssignment_6_1_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__NoModesAssignment_6_1_1_1_0();
@@ -118557,14 +116567,14 @@ public final void rule__DeviceType__Group_6_1_1_1__0__Impl() throws RecognitionE
// $ANTLR start "rule__DeviceType__Group_6_1_1_1__1"
- // InternalAadl2Parser.g:29642:1: rule__DeviceType__Group_6_1_1_1__1 : rule__DeviceType__Group_6_1_1_1__1__Impl ;
+ // InternalAadl2Parser.g:28989:1: rule__DeviceType__Group_6_1_1_1__1 : rule__DeviceType__Group_6_1_1_1__1__Impl ;
public final void rule__DeviceType__Group_6_1_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29646:1: ( rule__DeviceType__Group_6_1_1_1__1__Impl )
- // InternalAadl2Parser.g:29647:2: rule__DeviceType__Group_6_1_1_1__1__Impl
+ // InternalAadl2Parser.g:28993:1: ( rule__DeviceType__Group_6_1_1_1__1__Impl )
+ // InternalAadl2Parser.g:28994:2: rule__DeviceType__Group_6_1_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__Group_6_1_1_1__1__Impl();
@@ -118590,17 +116600,17 @@ public final void rule__DeviceType__Group_6_1_1_1__1() throws RecognitionExcepti
// $ANTLR start "rule__DeviceType__Group_6_1_1_1__1__Impl"
- // InternalAadl2Parser.g:29653:1: rule__DeviceType__Group_6_1_1_1__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:29000:1: rule__DeviceType__Group_6_1_1_1__1__Impl : ( Semicolon ) ;
public final void rule__DeviceType__Group_6_1_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29657:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:29658:1: ( Semicolon )
+ // InternalAadl2Parser.g:29004:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:29005:1: ( Semicolon )
{
- // InternalAadl2Parser.g:29658:1: ( Semicolon )
- // InternalAadl2Parser.g:29659:2: Semicolon
+ // InternalAadl2Parser.g:29005:1: ( Semicolon )
+ // InternalAadl2Parser.g:29006:2: Semicolon
{
before(grammarAccess.getDeviceTypeAccess().getSemicolonKeyword_6_1_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -118627,14 +116637,14 @@ public final void rule__DeviceType__Group_6_1_1_1__1__Impl() throws RecognitionE
// $ANTLR start "rule__DeviceType__Group_7__0"
- // InternalAadl2Parser.g:29669:1: rule__DeviceType__Group_7__0 : rule__DeviceType__Group_7__0__Impl rule__DeviceType__Group_7__1 ;
+ // InternalAadl2Parser.g:29016:1: rule__DeviceType__Group_7__0 : rule__DeviceType__Group_7__0__Impl rule__DeviceType__Group_7__1 ;
public final void rule__DeviceType__Group_7__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29673:1: ( rule__DeviceType__Group_7__0__Impl rule__DeviceType__Group_7__1 )
- // InternalAadl2Parser.g:29674:2: rule__DeviceType__Group_7__0__Impl rule__DeviceType__Group_7__1
+ // InternalAadl2Parser.g:29020:1: ( rule__DeviceType__Group_7__0__Impl rule__DeviceType__Group_7__1 )
+ // InternalAadl2Parser.g:29021:2: rule__DeviceType__Group_7__0__Impl rule__DeviceType__Group_7__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__DeviceType__Group_7__0__Impl();
@@ -118665,17 +116675,17 @@ public final void rule__DeviceType__Group_7__0() throws RecognitionException {
// $ANTLR start "rule__DeviceType__Group_7__0__Impl"
- // InternalAadl2Parser.g:29681:1: rule__DeviceType__Group_7__0__Impl : ( Properties ) ;
+ // InternalAadl2Parser.g:29028:1: rule__DeviceType__Group_7__0__Impl : ( Properties ) ;
public final void rule__DeviceType__Group_7__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29685:1: ( ( Properties ) )
- // InternalAadl2Parser.g:29686:1: ( Properties )
+ // InternalAadl2Parser.g:29032:1: ( ( Properties ) )
+ // InternalAadl2Parser.g:29033:1: ( Properties )
{
- // InternalAadl2Parser.g:29686:1: ( Properties )
- // InternalAadl2Parser.g:29687:2: Properties
+ // InternalAadl2Parser.g:29033:1: ( Properties )
+ // InternalAadl2Parser.g:29034:2: Properties
{
before(grammarAccess.getDeviceTypeAccess().getPropertiesKeyword_7_0());
match(input,Properties,FollowSets000.FOLLOW_2);
@@ -118702,14 +116712,14 @@ public final void rule__DeviceType__Group_7__0__Impl() throws RecognitionExcepti
// $ANTLR start "rule__DeviceType__Group_7__1"
- // InternalAadl2Parser.g:29696:1: rule__DeviceType__Group_7__1 : rule__DeviceType__Group_7__1__Impl ;
+ // InternalAadl2Parser.g:29043:1: rule__DeviceType__Group_7__1 : rule__DeviceType__Group_7__1__Impl ;
public final void rule__DeviceType__Group_7__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29700:1: ( rule__DeviceType__Group_7__1__Impl )
- // InternalAadl2Parser.g:29701:2: rule__DeviceType__Group_7__1__Impl
+ // InternalAadl2Parser.g:29047:1: ( rule__DeviceType__Group_7__1__Impl )
+ // InternalAadl2Parser.g:29048:2: rule__DeviceType__Group_7__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__Group_7__1__Impl();
@@ -118735,21 +116745,21 @@ public final void rule__DeviceType__Group_7__1() throws RecognitionException {
// $ANTLR start "rule__DeviceType__Group_7__1__Impl"
- // InternalAadl2Parser.g:29707:1: rule__DeviceType__Group_7__1__Impl : ( ( rule__DeviceType__Alternatives_7_1 ) ) ;
+ // InternalAadl2Parser.g:29054:1: rule__DeviceType__Group_7__1__Impl : ( ( rule__DeviceType__Alternatives_7_1 ) ) ;
public final void rule__DeviceType__Group_7__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29711:1: ( ( ( rule__DeviceType__Alternatives_7_1 ) ) )
- // InternalAadl2Parser.g:29712:1: ( ( rule__DeviceType__Alternatives_7_1 ) )
+ // InternalAadl2Parser.g:29058:1: ( ( ( rule__DeviceType__Alternatives_7_1 ) ) )
+ // InternalAadl2Parser.g:29059:1: ( ( rule__DeviceType__Alternatives_7_1 ) )
{
- // InternalAadl2Parser.g:29712:1: ( ( rule__DeviceType__Alternatives_7_1 ) )
- // InternalAadl2Parser.g:29713:2: ( rule__DeviceType__Alternatives_7_1 )
+ // InternalAadl2Parser.g:29059:1: ( ( rule__DeviceType__Alternatives_7_1 ) )
+ // InternalAadl2Parser.g:29060:2: ( rule__DeviceType__Alternatives_7_1 )
{
before(grammarAccess.getDeviceTypeAccess().getAlternatives_7_1());
- // InternalAadl2Parser.g:29714:2: ( rule__DeviceType__Alternatives_7_1 )
- // InternalAadl2Parser.g:29714:3: rule__DeviceType__Alternatives_7_1
+ // InternalAadl2Parser.g:29061:2: ( rule__DeviceType__Alternatives_7_1 )
+ // InternalAadl2Parser.g:29061:3: rule__DeviceType__Alternatives_7_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__Alternatives_7_1();
@@ -118782,14 +116792,14 @@ public final void rule__DeviceType__Group_7__1__Impl() throws RecognitionExcepti
// $ANTLR start "rule__DeviceType__Group_7_1_1__0"
- // InternalAadl2Parser.g:29723:1: rule__DeviceType__Group_7_1_1__0 : rule__DeviceType__Group_7_1_1__0__Impl rule__DeviceType__Group_7_1_1__1 ;
+ // InternalAadl2Parser.g:29070:1: rule__DeviceType__Group_7_1_1__0 : rule__DeviceType__Group_7_1_1__0__Impl rule__DeviceType__Group_7_1_1__1 ;
public final void rule__DeviceType__Group_7_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29727:1: ( rule__DeviceType__Group_7_1_1__0__Impl rule__DeviceType__Group_7_1_1__1 )
- // InternalAadl2Parser.g:29728:2: rule__DeviceType__Group_7_1_1__0__Impl rule__DeviceType__Group_7_1_1__1
+ // InternalAadl2Parser.g:29074:1: ( rule__DeviceType__Group_7_1_1__0__Impl rule__DeviceType__Group_7_1_1__1 )
+ // InternalAadl2Parser.g:29075:2: rule__DeviceType__Group_7_1_1__0__Impl rule__DeviceType__Group_7_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__DeviceType__Group_7_1_1__0__Impl();
@@ -118820,21 +116830,21 @@ public final void rule__DeviceType__Group_7_1_1__0() throws RecognitionException
// $ANTLR start "rule__DeviceType__Group_7_1_1__0__Impl"
- // InternalAadl2Parser.g:29735:1: rule__DeviceType__Group_7_1_1__0__Impl : ( ( rule__DeviceType__NoPropertiesAssignment_7_1_1_0 ) ) ;
+ // InternalAadl2Parser.g:29082:1: rule__DeviceType__Group_7_1_1__0__Impl : ( ( rule__DeviceType__NoPropertiesAssignment_7_1_1_0 ) ) ;
public final void rule__DeviceType__Group_7_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29739:1: ( ( ( rule__DeviceType__NoPropertiesAssignment_7_1_1_0 ) ) )
- // InternalAadl2Parser.g:29740:1: ( ( rule__DeviceType__NoPropertiesAssignment_7_1_1_0 ) )
+ // InternalAadl2Parser.g:29086:1: ( ( ( rule__DeviceType__NoPropertiesAssignment_7_1_1_0 ) ) )
+ // InternalAadl2Parser.g:29087:1: ( ( rule__DeviceType__NoPropertiesAssignment_7_1_1_0 ) )
{
- // InternalAadl2Parser.g:29740:1: ( ( rule__DeviceType__NoPropertiesAssignment_7_1_1_0 ) )
- // InternalAadl2Parser.g:29741:2: ( rule__DeviceType__NoPropertiesAssignment_7_1_1_0 )
+ // InternalAadl2Parser.g:29087:1: ( ( rule__DeviceType__NoPropertiesAssignment_7_1_1_0 ) )
+ // InternalAadl2Parser.g:29088:2: ( rule__DeviceType__NoPropertiesAssignment_7_1_1_0 )
{
before(grammarAccess.getDeviceTypeAccess().getNoPropertiesAssignment_7_1_1_0());
- // InternalAadl2Parser.g:29742:2: ( rule__DeviceType__NoPropertiesAssignment_7_1_1_0 )
- // InternalAadl2Parser.g:29742:3: rule__DeviceType__NoPropertiesAssignment_7_1_1_0
+ // InternalAadl2Parser.g:29089:2: ( rule__DeviceType__NoPropertiesAssignment_7_1_1_0 )
+ // InternalAadl2Parser.g:29089:3: rule__DeviceType__NoPropertiesAssignment_7_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__NoPropertiesAssignment_7_1_1_0();
@@ -118867,14 +116877,14 @@ public final void rule__DeviceType__Group_7_1_1__0__Impl() throws RecognitionExc
// $ANTLR start "rule__DeviceType__Group_7_1_1__1"
- // InternalAadl2Parser.g:29750:1: rule__DeviceType__Group_7_1_1__1 : rule__DeviceType__Group_7_1_1__1__Impl ;
+ // InternalAadl2Parser.g:29097:1: rule__DeviceType__Group_7_1_1__1 : rule__DeviceType__Group_7_1_1__1__Impl ;
public final void rule__DeviceType__Group_7_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29754:1: ( rule__DeviceType__Group_7_1_1__1__Impl )
- // InternalAadl2Parser.g:29755:2: rule__DeviceType__Group_7_1_1__1__Impl
+ // InternalAadl2Parser.g:29101:1: ( rule__DeviceType__Group_7_1_1__1__Impl )
+ // InternalAadl2Parser.g:29102:2: rule__DeviceType__Group_7_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DeviceType__Group_7_1_1__1__Impl();
@@ -118900,17 +116910,17 @@ public final void rule__DeviceType__Group_7_1_1__1() throws RecognitionException
// $ANTLR start "rule__DeviceType__Group_7_1_1__1__Impl"
- // InternalAadl2Parser.g:29761:1: rule__DeviceType__Group_7_1_1__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:29108:1: rule__DeviceType__Group_7_1_1__1__Impl : ( Semicolon ) ;
public final void rule__DeviceType__Group_7_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29765:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:29766:1: ( Semicolon )
+ // InternalAadl2Parser.g:29112:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:29113:1: ( Semicolon )
{
- // InternalAadl2Parser.g:29766:1: ( Semicolon )
- // InternalAadl2Parser.g:29767:2: Semicolon
+ // InternalAadl2Parser.g:29113:1: ( Semicolon )
+ // InternalAadl2Parser.g:29114:2: Semicolon
{
before(grammarAccess.getDeviceTypeAccess().getSemicolonKeyword_7_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -118937,14 +116947,14 @@ public final void rule__DeviceType__Group_7_1_1__1__Impl() throws RecognitionExc
// $ANTLR start "rule__MemoryType__Group__0"
- // InternalAadl2Parser.g:29777:1: rule__MemoryType__Group__0 : rule__MemoryType__Group__0__Impl rule__MemoryType__Group__1 ;
+ // InternalAadl2Parser.g:29124:1: rule__MemoryType__Group__0 : rule__MemoryType__Group__0__Impl rule__MemoryType__Group__1 ;
public final void rule__MemoryType__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29781:1: ( rule__MemoryType__Group__0__Impl rule__MemoryType__Group__1 )
- // InternalAadl2Parser.g:29782:2: rule__MemoryType__Group__0__Impl rule__MemoryType__Group__1
+ // InternalAadl2Parser.g:29128:1: ( rule__MemoryType__Group__0__Impl rule__MemoryType__Group__1 )
+ // InternalAadl2Parser.g:29129:2: rule__MemoryType__Group__0__Impl rule__MemoryType__Group__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__MemoryType__Group__0__Impl();
@@ -118975,17 +116985,17 @@ public final void rule__MemoryType__Group__0() throws RecognitionException {
// $ANTLR start "rule__MemoryType__Group__0__Impl"
- // InternalAadl2Parser.g:29789:1: rule__MemoryType__Group__0__Impl : ( Memory ) ;
+ // InternalAadl2Parser.g:29136:1: rule__MemoryType__Group__0__Impl : ( Memory ) ;
public final void rule__MemoryType__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29793:1: ( ( Memory ) )
- // InternalAadl2Parser.g:29794:1: ( Memory )
+ // InternalAadl2Parser.g:29140:1: ( ( Memory ) )
+ // InternalAadl2Parser.g:29141:1: ( Memory )
{
- // InternalAadl2Parser.g:29794:1: ( Memory )
- // InternalAadl2Parser.g:29795:2: Memory
+ // InternalAadl2Parser.g:29141:1: ( Memory )
+ // InternalAadl2Parser.g:29142:2: Memory
{
before(grammarAccess.getMemoryTypeAccess().getMemoryKeyword_0());
match(input,Memory,FollowSets000.FOLLOW_2);
@@ -119012,16 +117022,16 @@ public final void rule__MemoryType__Group__0__Impl() throws RecognitionException
// $ANTLR start "rule__MemoryType__Group__1"
- // InternalAadl2Parser.g:29804:1: rule__MemoryType__Group__1 : rule__MemoryType__Group__1__Impl rule__MemoryType__Group__2 ;
+ // InternalAadl2Parser.g:29151:1: rule__MemoryType__Group__1 : rule__MemoryType__Group__1__Impl rule__MemoryType__Group__2 ;
public final void rule__MemoryType__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29808:1: ( rule__MemoryType__Group__1__Impl rule__MemoryType__Group__2 )
- // InternalAadl2Parser.g:29809:2: rule__MemoryType__Group__1__Impl rule__MemoryType__Group__2
+ // InternalAadl2Parser.g:29155:1: ( rule__MemoryType__Group__1__Impl rule__MemoryType__Group__2 )
+ // InternalAadl2Parser.g:29156:2: rule__MemoryType__Group__1__Impl rule__MemoryType__Group__2
{
- pushFollow(FollowSets000.FOLLOW_32);
+ pushFollow(FollowSets000.FOLLOW_33);
rule__MemoryType__Group__1__Impl();
state._fsp--;
@@ -119050,21 +117060,21 @@ public final void rule__MemoryType__Group__1() throws RecognitionException {
// $ANTLR start "rule__MemoryType__Group__1__Impl"
- // InternalAadl2Parser.g:29816:1: rule__MemoryType__Group__1__Impl : ( ( rule__MemoryType__NameAssignment_1 ) ) ;
+ // InternalAadl2Parser.g:29163:1: rule__MemoryType__Group__1__Impl : ( ( rule__MemoryType__NameAssignment_1 ) ) ;
public final void rule__MemoryType__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29820:1: ( ( ( rule__MemoryType__NameAssignment_1 ) ) )
- // InternalAadl2Parser.g:29821:1: ( ( rule__MemoryType__NameAssignment_1 ) )
+ // InternalAadl2Parser.g:29167:1: ( ( ( rule__MemoryType__NameAssignment_1 ) ) )
+ // InternalAadl2Parser.g:29168:1: ( ( rule__MemoryType__NameAssignment_1 ) )
{
- // InternalAadl2Parser.g:29821:1: ( ( rule__MemoryType__NameAssignment_1 ) )
- // InternalAadl2Parser.g:29822:2: ( rule__MemoryType__NameAssignment_1 )
+ // InternalAadl2Parser.g:29168:1: ( ( rule__MemoryType__NameAssignment_1 ) )
+ // InternalAadl2Parser.g:29169:2: ( rule__MemoryType__NameAssignment_1 )
{
before(grammarAccess.getMemoryTypeAccess().getNameAssignment_1());
- // InternalAadl2Parser.g:29823:2: ( rule__MemoryType__NameAssignment_1 )
- // InternalAadl2Parser.g:29823:3: rule__MemoryType__NameAssignment_1
+ // InternalAadl2Parser.g:29170:2: ( rule__MemoryType__NameAssignment_1 )
+ // InternalAadl2Parser.g:29170:3: rule__MemoryType__NameAssignment_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__NameAssignment_1();
@@ -119097,16 +117107,16 @@ public final void rule__MemoryType__Group__1__Impl() throws RecognitionException
// $ANTLR start "rule__MemoryType__Group__2"
- // InternalAadl2Parser.g:29831:1: rule__MemoryType__Group__2 : rule__MemoryType__Group__2__Impl rule__MemoryType__Group__3 ;
+ // InternalAadl2Parser.g:29178:1: rule__MemoryType__Group__2 : rule__MemoryType__Group__2__Impl rule__MemoryType__Group__3 ;
public final void rule__MemoryType__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29835:1: ( rule__MemoryType__Group__2__Impl rule__MemoryType__Group__3 )
- // InternalAadl2Parser.g:29836:2: rule__MemoryType__Group__2__Impl rule__MemoryType__Group__3
+ // InternalAadl2Parser.g:29182:1: ( rule__MemoryType__Group__2__Impl rule__MemoryType__Group__3 )
+ // InternalAadl2Parser.g:29183:2: rule__MemoryType__Group__2__Impl rule__MemoryType__Group__3
{
- pushFollow(FollowSets000.FOLLOW_32);
+ pushFollow(FollowSets000.FOLLOW_33);
rule__MemoryType__Group__2__Impl();
state._fsp--;
@@ -119135,20 +117145,20 @@ public final void rule__MemoryType__Group__2() throws RecognitionException {
// $ANTLR start "rule__MemoryType__Group__2__Impl"
- // InternalAadl2Parser.g:29843:1: rule__MemoryType__Group__2__Impl : ( ( rule__MemoryType__Group_2__0 )? ) ;
+ // InternalAadl2Parser.g:29190:1: rule__MemoryType__Group__2__Impl : ( ( rule__MemoryType__Group_2__0 )? ) ;
public final void rule__MemoryType__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29847:1: ( ( ( rule__MemoryType__Group_2__0 )? ) )
- // InternalAadl2Parser.g:29848:1: ( ( rule__MemoryType__Group_2__0 )? )
+ // InternalAadl2Parser.g:29194:1: ( ( ( rule__MemoryType__Group_2__0 )? ) )
+ // InternalAadl2Parser.g:29195:1: ( ( rule__MemoryType__Group_2__0 )? )
{
- // InternalAadl2Parser.g:29848:1: ( ( rule__MemoryType__Group_2__0 )? )
- // InternalAadl2Parser.g:29849:2: ( rule__MemoryType__Group_2__0 )?
+ // InternalAadl2Parser.g:29195:1: ( ( rule__MemoryType__Group_2__0 )? )
+ // InternalAadl2Parser.g:29196:2: ( rule__MemoryType__Group_2__0 )?
{
before(grammarAccess.getMemoryTypeAccess().getGroup_2());
- // InternalAadl2Parser.g:29850:2: ( rule__MemoryType__Group_2__0 )?
+ // InternalAadl2Parser.g:29197:2: ( rule__MemoryType__Group_2__0 )?
int alt637=2;
int LA637_0 = input.LA(1);
@@ -119157,7 +117167,7 @@ public final void rule__MemoryType__Group__2__Impl() throws RecognitionException
}
switch (alt637) {
case 1 :
- // InternalAadl2Parser.g:29850:3: rule__MemoryType__Group_2__0
+ // InternalAadl2Parser.g:29197:3: rule__MemoryType__Group_2__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__Group_2__0();
@@ -119193,16 +117203,16 @@ public final void rule__MemoryType__Group__2__Impl() throws RecognitionException
// $ANTLR start "rule__MemoryType__Group__3"
- // InternalAadl2Parser.g:29858:1: rule__MemoryType__Group__3 : rule__MemoryType__Group__3__Impl rule__MemoryType__Group__4 ;
+ // InternalAadl2Parser.g:29205:1: rule__MemoryType__Group__3 : rule__MemoryType__Group__3__Impl rule__MemoryType__Group__4 ;
public final void rule__MemoryType__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29862:1: ( rule__MemoryType__Group__3__Impl rule__MemoryType__Group__4 )
- // InternalAadl2Parser.g:29863:2: rule__MemoryType__Group__3__Impl rule__MemoryType__Group__4
+ // InternalAadl2Parser.g:29209:1: ( rule__MemoryType__Group__3__Impl rule__MemoryType__Group__4 )
+ // InternalAadl2Parser.g:29210:2: rule__MemoryType__Group__3__Impl rule__MemoryType__Group__4
{
- pushFollow(FollowSets000.FOLLOW_32);
+ pushFollow(FollowSets000.FOLLOW_33);
rule__MemoryType__Group__3__Impl();
state._fsp--;
@@ -119231,20 +117241,20 @@ public final void rule__MemoryType__Group__3() throws RecognitionException {
// $ANTLR start "rule__MemoryType__Group__3__Impl"
- // InternalAadl2Parser.g:29870:1: rule__MemoryType__Group__3__Impl : ( ( rule__MemoryType__Group_3__0 )? ) ;
+ // InternalAadl2Parser.g:29217:1: rule__MemoryType__Group__3__Impl : ( ( rule__MemoryType__Group_3__0 )? ) ;
public final void rule__MemoryType__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29874:1: ( ( ( rule__MemoryType__Group_3__0 )? ) )
- // InternalAadl2Parser.g:29875:1: ( ( rule__MemoryType__Group_3__0 )? )
+ // InternalAadl2Parser.g:29221:1: ( ( ( rule__MemoryType__Group_3__0 )? ) )
+ // InternalAadl2Parser.g:29222:1: ( ( rule__MemoryType__Group_3__0 )? )
{
- // InternalAadl2Parser.g:29875:1: ( ( rule__MemoryType__Group_3__0 )? )
- // InternalAadl2Parser.g:29876:2: ( rule__MemoryType__Group_3__0 )?
+ // InternalAadl2Parser.g:29222:1: ( ( rule__MemoryType__Group_3__0 )? )
+ // InternalAadl2Parser.g:29223:2: ( rule__MemoryType__Group_3__0 )?
{
before(grammarAccess.getMemoryTypeAccess().getGroup_3());
- // InternalAadl2Parser.g:29877:2: ( rule__MemoryType__Group_3__0 )?
+ // InternalAadl2Parser.g:29224:2: ( rule__MemoryType__Group_3__0 )?
int alt638=2;
int LA638_0 = input.LA(1);
@@ -119253,7 +117263,7 @@ public final void rule__MemoryType__Group__3__Impl() throws RecognitionException
}
switch (alt638) {
case 1 :
- // InternalAadl2Parser.g:29877:3: rule__MemoryType__Group_3__0
+ // InternalAadl2Parser.g:29224:3: rule__MemoryType__Group_3__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__Group_3__0();
@@ -119289,16 +117299,16 @@ public final void rule__MemoryType__Group__3__Impl() throws RecognitionException
// $ANTLR start "rule__MemoryType__Group__4"
- // InternalAadl2Parser.g:29885:1: rule__MemoryType__Group__4 : rule__MemoryType__Group__4__Impl rule__MemoryType__Group__5 ;
+ // InternalAadl2Parser.g:29232:1: rule__MemoryType__Group__4 : rule__MemoryType__Group__4__Impl rule__MemoryType__Group__5 ;
public final void rule__MemoryType__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29889:1: ( rule__MemoryType__Group__4__Impl rule__MemoryType__Group__5 )
- // InternalAadl2Parser.g:29890:2: rule__MemoryType__Group__4__Impl rule__MemoryType__Group__5
+ // InternalAadl2Parser.g:29236:1: ( rule__MemoryType__Group__4__Impl rule__MemoryType__Group__5 )
+ // InternalAadl2Parser.g:29237:2: rule__MemoryType__Group__4__Impl rule__MemoryType__Group__5
{
- pushFollow(FollowSets000.FOLLOW_32);
+ pushFollow(FollowSets000.FOLLOW_33);
rule__MemoryType__Group__4__Impl();
state._fsp--;
@@ -119327,20 +117337,20 @@ public final void rule__MemoryType__Group__4() throws RecognitionException {
// $ANTLR start "rule__MemoryType__Group__4__Impl"
- // InternalAadl2Parser.g:29897:1: rule__MemoryType__Group__4__Impl : ( ( rule__MemoryType__Group_4__0 )? ) ;
+ // InternalAadl2Parser.g:29244:1: rule__MemoryType__Group__4__Impl : ( ( rule__MemoryType__Group_4__0 )? ) ;
public final void rule__MemoryType__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29901:1: ( ( ( rule__MemoryType__Group_4__0 )? ) )
- // InternalAadl2Parser.g:29902:1: ( ( rule__MemoryType__Group_4__0 )? )
+ // InternalAadl2Parser.g:29248:1: ( ( ( rule__MemoryType__Group_4__0 )? ) )
+ // InternalAadl2Parser.g:29249:1: ( ( rule__MemoryType__Group_4__0 )? )
{
- // InternalAadl2Parser.g:29902:1: ( ( rule__MemoryType__Group_4__0 )? )
- // InternalAadl2Parser.g:29903:2: ( rule__MemoryType__Group_4__0 )?
+ // InternalAadl2Parser.g:29249:1: ( ( rule__MemoryType__Group_4__0 )? )
+ // InternalAadl2Parser.g:29250:2: ( rule__MemoryType__Group_4__0 )?
{
before(grammarAccess.getMemoryTypeAccess().getGroup_4());
- // InternalAadl2Parser.g:29904:2: ( rule__MemoryType__Group_4__0 )?
+ // InternalAadl2Parser.g:29251:2: ( rule__MemoryType__Group_4__0 )?
int alt639=2;
int LA639_0 = input.LA(1);
@@ -119349,7 +117359,7 @@ public final void rule__MemoryType__Group__4__Impl() throws RecognitionException
}
switch (alt639) {
case 1 :
- // InternalAadl2Parser.g:29904:3: rule__MemoryType__Group_4__0
+ // InternalAadl2Parser.g:29251:3: rule__MemoryType__Group_4__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__Group_4__0();
@@ -119385,16 +117395,16 @@ public final void rule__MemoryType__Group__4__Impl() throws RecognitionException
// $ANTLR start "rule__MemoryType__Group__5"
- // InternalAadl2Parser.g:29912:1: rule__MemoryType__Group__5 : rule__MemoryType__Group__5__Impl rule__MemoryType__Group__6 ;
+ // InternalAadl2Parser.g:29259:1: rule__MemoryType__Group__5 : rule__MemoryType__Group__5__Impl rule__MemoryType__Group__6 ;
public final void rule__MemoryType__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29916:1: ( rule__MemoryType__Group__5__Impl rule__MemoryType__Group__6 )
- // InternalAadl2Parser.g:29917:2: rule__MemoryType__Group__5__Impl rule__MemoryType__Group__6
+ // InternalAadl2Parser.g:29263:1: ( rule__MemoryType__Group__5__Impl rule__MemoryType__Group__6 )
+ // InternalAadl2Parser.g:29264:2: rule__MemoryType__Group__5__Impl rule__MemoryType__Group__6
{
- pushFollow(FollowSets000.FOLLOW_32);
+ pushFollow(FollowSets000.FOLLOW_33);
rule__MemoryType__Group__5__Impl();
state._fsp--;
@@ -119423,20 +117433,20 @@ public final void rule__MemoryType__Group__5() throws RecognitionException {
// $ANTLR start "rule__MemoryType__Group__5__Impl"
- // InternalAadl2Parser.g:29924:1: rule__MemoryType__Group__5__Impl : ( ( rule__MemoryType__Alternatives_5 )? ) ;
+ // InternalAadl2Parser.g:29271:1: rule__MemoryType__Group__5__Impl : ( ( rule__MemoryType__Alternatives_5 )? ) ;
public final void rule__MemoryType__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29928:1: ( ( ( rule__MemoryType__Alternatives_5 )? ) )
- // InternalAadl2Parser.g:29929:1: ( ( rule__MemoryType__Alternatives_5 )? )
+ // InternalAadl2Parser.g:29275:1: ( ( ( rule__MemoryType__Alternatives_5 )? ) )
+ // InternalAadl2Parser.g:29276:1: ( ( rule__MemoryType__Alternatives_5 )? )
{
- // InternalAadl2Parser.g:29929:1: ( ( rule__MemoryType__Alternatives_5 )? )
- // InternalAadl2Parser.g:29930:2: ( rule__MemoryType__Alternatives_5 )?
+ // InternalAadl2Parser.g:29276:1: ( ( rule__MemoryType__Alternatives_5 )? )
+ // InternalAadl2Parser.g:29277:2: ( rule__MemoryType__Alternatives_5 )?
{
before(grammarAccess.getMemoryTypeAccess().getAlternatives_5());
- // InternalAadl2Parser.g:29931:2: ( rule__MemoryType__Alternatives_5 )?
+ // InternalAadl2Parser.g:29278:2: ( rule__MemoryType__Alternatives_5 )?
int alt640=2;
int LA640_0 = input.LA(1);
@@ -119445,7 +117455,7 @@ public final void rule__MemoryType__Group__5__Impl() throws RecognitionException
}
switch (alt640) {
case 1 :
- // InternalAadl2Parser.g:29931:3: rule__MemoryType__Alternatives_5
+ // InternalAadl2Parser.g:29278:3: rule__MemoryType__Alternatives_5
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__Alternatives_5();
@@ -119481,16 +117491,16 @@ public final void rule__MemoryType__Group__5__Impl() throws RecognitionException
// $ANTLR start "rule__MemoryType__Group__6"
- // InternalAadl2Parser.g:29939:1: rule__MemoryType__Group__6 : rule__MemoryType__Group__6__Impl rule__MemoryType__Group__7 ;
+ // InternalAadl2Parser.g:29286:1: rule__MemoryType__Group__6 : rule__MemoryType__Group__6__Impl rule__MemoryType__Group__7 ;
public final void rule__MemoryType__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29943:1: ( rule__MemoryType__Group__6__Impl rule__MemoryType__Group__7 )
- // InternalAadl2Parser.g:29944:2: rule__MemoryType__Group__6__Impl rule__MemoryType__Group__7
+ // InternalAadl2Parser.g:29290:1: ( rule__MemoryType__Group__6__Impl rule__MemoryType__Group__7 )
+ // InternalAadl2Parser.g:29291:2: rule__MemoryType__Group__6__Impl rule__MemoryType__Group__7
{
- pushFollow(FollowSets000.FOLLOW_32);
+ pushFollow(FollowSets000.FOLLOW_33);
rule__MemoryType__Group__6__Impl();
state._fsp--;
@@ -119519,20 +117529,20 @@ public final void rule__MemoryType__Group__6() throws RecognitionException {
// $ANTLR start "rule__MemoryType__Group__6__Impl"
- // InternalAadl2Parser.g:29951:1: rule__MemoryType__Group__6__Impl : ( ( rule__MemoryType__Group_6__0 )? ) ;
+ // InternalAadl2Parser.g:29298:1: rule__MemoryType__Group__6__Impl : ( ( rule__MemoryType__Group_6__0 )? ) ;
public final void rule__MemoryType__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29955:1: ( ( ( rule__MemoryType__Group_6__0 )? ) )
- // InternalAadl2Parser.g:29956:1: ( ( rule__MemoryType__Group_6__0 )? )
+ // InternalAadl2Parser.g:29302:1: ( ( ( rule__MemoryType__Group_6__0 )? ) )
+ // InternalAadl2Parser.g:29303:1: ( ( rule__MemoryType__Group_6__0 )? )
{
- // InternalAadl2Parser.g:29956:1: ( ( rule__MemoryType__Group_6__0 )? )
- // InternalAadl2Parser.g:29957:2: ( rule__MemoryType__Group_6__0 )?
+ // InternalAadl2Parser.g:29303:1: ( ( rule__MemoryType__Group_6__0 )? )
+ // InternalAadl2Parser.g:29304:2: ( rule__MemoryType__Group_6__0 )?
{
before(grammarAccess.getMemoryTypeAccess().getGroup_6());
- // InternalAadl2Parser.g:29958:2: ( rule__MemoryType__Group_6__0 )?
+ // InternalAadl2Parser.g:29305:2: ( rule__MemoryType__Group_6__0 )?
int alt641=2;
int LA641_0 = input.LA(1);
@@ -119541,7 +117551,7 @@ public final void rule__MemoryType__Group__6__Impl() throws RecognitionException
}
switch (alt641) {
case 1 :
- // InternalAadl2Parser.g:29958:3: rule__MemoryType__Group_6__0
+ // InternalAadl2Parser.g:29305:3: rule__MemoryType__Group_6__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__Group_6__0();
@@ -119577,16 +117587,16 @@ public final void rule__MemoryType__Group__6__Impl() throws RecognitionException
// $ANTLR start "rule__MemoryType__Group__7"
- // InternalAadl2Parser.g:29966:1: rule__MemoryType__Group__7 : rule__MemoryType__Group__7__Impl rule__MemoryType__Group__8 ;
+ // InternalAadl2Parser.g:29313:1: rule__MemoryType__Group__7 : rule__MemoryType__Group__7__Impl rule__MemoryType__Group__8 ;
public final void rule__MemoryType__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29970:1: ( rule__MemoryType__Group__7__Impl rule__MemoryType__Group__8 )
- // InternalAadl2Parser.g:29971:2: rule__MemoryType__Group__7__Impl rule__MemoryType__Group__8
+ // InternalAadl2Parser.g:29317:1: ( rule__MemoryType__Group__7__Impl rule__MemoryType__Group__8 )
+ // InternalAadl2Parser.g:29318:2: rule__MemoryType__Group__7__Impl rule__MemoryType__Group__8
{
- pushFollow(FollowSets000.FOLLOW_32);
+ pushFollow(FollowSets000.FOLLOW_33);
rule__MemoryType__Group__7__Impl();
state._fsp--;
@@ -119615,20 +117625,20 @@ public final void rule__MemoryType__Group__7() throws RecognitionException {
// $ANTLR start "rule__MemoryType__Group__7__Impl"
- // InternalAadl2Parser.g:29978:1: rule__MemoryType__Group__7__Impl : ( ( rule__MemoryType__OwnedAnnexSubclauseAssignment_7 )* ) ;
+ // InternalAadl2Parser.g:29325:1: rule__MemoryType__Group__7__Impl : ( ( rule__MemoryType__OwnedAnnexSubclauseAssignment_7 )* ) ;
public final void rule__MemoryType__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29982:1: ( ( ( rule__MemoryType__OwnedAnnexSubclauseAssignment_7 )* ) )
- // InternalAadl2Parser.g:29983:1: ( ( rule__MemoryType__OwnedAnnexSubclauseAssignment_7 )* )
+ // InternalAadl2Parser.g:29329:1: ( ( ( rule__MemoryType__OwnedAnnexSubclauseAssignment_7 )* ) )
+ // InternalAadl2Parser.g:29330:1: ( ( rule__MemoryType__OwnedAnnexSubclauseAssignment_7 )* )
{
- // InternalAadl2Parser.g:29983:1: ( ( rule__MemoryType__OwnedAnnexSubclauseAssignment_7 )* )
- // InternalAadl2Parser.g:29984:2: ( rule__MemoryType__OwnedAnnexSubclauseAssignment_7 )*
+ // InternalAadl2Parser.g:29330:1: ( ( rule__MemoryType__OwnedAnnexSubclauseAssignment_7 )* )
+ // InternalAadl2Parser.g:29331:2: ( rule__MemoryType__OwnedAnnexSubclauseAssignment_7 )*
{
before(grammarAccess.getMemoryTypeAccess().getOwnedAnnexSubclauseAssignment_7());
- // InternalAadl2Parser.g:29985:2: ( rule__MemoryType__OwnedAnnexSubclauseAssignment_7 )*
+ // InternalAadl2Parser.g:29332:2: ( rule__MemoryType__OwnedAnnexSubclauseAssignment_7 )*
loop642:
do {
int alt642=2;
@@ -119641,7 +117651,7 @@ public final void rule__MemoryType__Group__7__Impl() throws RecognitionException
switch (alt642) {
case 1 :
- // InternalAadl2Parser.g:29985:3: rule__MemoryType__OwnedAnnexSubclauseAssignment_7
+ // InternalAadl2Parser.g:29332:3: rule__MemoryType__OwnedAnnexSubclauseAssignment_7
{
pushFollow(FollowSets000.FOLLOW_28);
rule__MemoryType__OwnedAnnexSubclauseAssignment_7();
@@ -119680,14 +117690,14 @@ public final void rule__MemoryType__Group__7__Impl() throws RecognitionException
// $ANTLR start "rule__MemoryType__Group__8"
- // InternalAadl2Parser.g:29993:1: rule__MemoryType__Group__8 : rule__MemoryType__Group__8__Impl rule__MemoryType__Group__9 ;
+ // InternalAadl2Parser.g:29340:1: rule__MemoryType__Group__8 : rule__MemoryType__Group__8__Impl rule__MemoryType__Group__9 ;
public final void rule__MemoryType__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:29997:1: ( rule__MemoryType__Group__8__Impl rule__MemoryType__Group__9 )
- // InternalAadl2Parser.g:29998:2: rule__MemoryType__Group__8__Impl rule__MemoryType__Group__9
+ // InternalAadl2Parser.g:29344:1: ( rule__MemoryType__Group__8__Impl rule__MemoryType__Group__9 )
+ // InternalAadl2Parser.g:29345:2: rule__MemoryType__Group__8__Impl rule__MemoryType__Group__9
{
pushFollow(FollowSets000.FOLLOW_4);
rule__MemoryType__Group__8__Impl();
@@ -119718,17 +117728,17 @@ public final void rule__MemoryType__Group__8() throws RecognitionException {
// $ANTLR start "rule__MemoryType__Group__8__Impl"
- // InternalAadl2Parser.g:30005:1: rule__MemoryType__Group__8__Impl : ( End ) ;
+ // InternalAadl2Parser.g:29352:1: rule__MemoryType__Group__8__Impl : ( End ) ;
public final void rule__MemoryType__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30009:1: ( ( End ) )
- // InternalAadl2Parser.g:30010:1: ( End )
+ // InternalAadl2Parser.g:29356:1: ( ( End ) )
+ // InternalAadl2Parser.g:29357:1: ( End )
{
- // InternalAadl2Parser.g:30010:1: ( End )
- // InternalAadl2Parser.g:30011:2: End
+ // InternalAadl2Parser.g:29357:1: ( End )
+ // InternalAadl2Parser.g:29358:2: End
{
before(grammarAccess.getMemoryTypeAccess().getEndKeyword_8());
match(input,End,FollowSets000.FOLLOW_2);
@@ -119755,14 +117765,14 @@ public final void rule__MemoryType__Group__8__Impl() throws RecognitionException
// $ANTLR start "rule__MemoryType__Group__9"
- // InternalAadl2Parser.g:30020:1: rule__MemoryType__Group__9 : rule__MemoryType__Group__9__Impl rule__MemoryType__Group__10 ;
+ // InternalAadl2Parser.g:29367:1: rule__MemoryType__Group__9 : rule__MemoryType__Group__9__Impl rule__MemoryType__Group__10 ;
public final void rule__MemoryType__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30024:1: ( rule__MemoryType__Group__9__Impl rule__MemoryType__Group__10 )
- // InternalAadl2Parser.g:30025:2: rule__MemoryType__Group__9__Impl rule__MemoryType__Group__10
+ // InternalAadl2Parser.g:29371:1: ( rule__MemoryType__Group__9__Impl rule__MemoryType__Group__10 )
+ // InternalAadl2Parser.g:29372:2: rule__MemoryType__Group__9__Impl rule__MemoryType__Group__10
{
pushFollow(FollowSets000.FOLLOW_7);
rule__MemoryType__Group__9__Impl();
@@ -119793,17 +117803,17 @@ public final void rule__MemoryType__Group__9() throws RecognitionException {
// $ANTLR start "rule__MemoryType__Group__9__Impl"
- // InternalAadl2Parser.g:30032:1: rule__MemoryType__Group__9__Impl : ( RULE_ID ) ;
+ // InternalAadl2Parser.g:29379:1: rule__MemoryType__Group__9__Impl : ( RULE_ID ) ;
public final void rule__MemoryType__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30036:1: ( ( RULE_ID ) )
- // InternalAadl2Parser.g:30037:1: ( RULE_ID )
+ // InternalAadl2Parser.g:29383:1: ( ( RULE_ID ) )
+ // InternalAadl2Parser.g:29384:1: ( RULE_ID )
{
- // InternalAadl2Parser.g:30037:1: ( RULE_ID )
- // InternalAadl2Parser.g:30038:2: RULE_ID
+ // InternalAadl2Parser.g:29384:1: ( RULE_ID )
+ // InternalAadl2Parser.g:29385:2: RULE_ID
{
before(grammarAccess.getMemoryTypeAccess().getIDTerminalRuleCall_9());
match(input,RULE_ID,FollowSets000.FOLLOW_2);
@@ -119830,14 +117840,14 @@ public final void rule__MemoryType__Group__9__Impl() throws RecognitionException
// $ANTLR start "rule__MemoryType__Group__10"
- // InternalAadl2Parser.g:30047:1: rule__MemoryType__Group__10 : rule__MemoryType__Group__10__Impl ;
+ // InternalAadl2Parser.g:29394:1: rule__MemoryType__Group__10 : rule__MemoryType__Group__10__Impl ;
public final void rule__MemoryType__Group__10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30051:1: ( rule__MemoryType__Group__10__Impl )
- // InternalAadl2Parser.g:30052:2: rule__MemoryType__Group__10__Impl
+ // InternalAadl2Parser.g:29398:1: ( rule__MemoryType__Group__10__Impl )
+ // InternalAadl2Parser.g:29399:2: rule__MemoryType__Group__10__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__Group__10__Impl();
@@ -119863,17 +117873,17 @@ public final void rule__MemoryType__Group__10() throws RecognitionException {
// $ANTLR start "rule__MemoryType__Group__10__Impl"
- // InternalAadl2Parser.g:30058:1: rule__MemoryType__Group__10__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:29405:1: rule__MemoryType__Group__10__Impl : ( Semicolon ) ;
public final void rule__MemoryType__Group__10__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30062:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:30063:1: ( Semicolon )
+ // InternalAadl2Parser.g:29409:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:29410:1: ( Semicolon )
{
- // InternalAadl2Parser.g:30063:1: ( Semicolon )
- // InternalAadl2Parser.g:30064:2: Semicolon
+ // InternalAadl2Parser.g:29410:1: ( Semicolon )
+ // InternalAadl2Parser.g:29411:2: Semicolon
{
before(grammarAccess.getMemoryTypeAccess().getSemicolonKeyword_10());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -119900,14 +117910,14 @@ public final void rule__MemoryType__Group__10__Impl() throws RecognitionExceptio
// $ANTLR start "rule__MemoryType__Group_2__0"
- // InternalAadl2Parser.g:30074:1: rule__MemoryType__Group_2__0 : rule__MemoryType__Group_2__0__Impl rule__MemoryType__Group_2__1 ;
+ // InternalAadl2Parser.g:29421:1: rule__MemoryType__Group_2__0 : rule__MemoryType__Group_2__0__Impl rule__MemoryType__Group_2__1 ;
public final void rule__MemoryType__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30078:1: ( rule__MemoryType__Group_2__0__Impl rule__MemoryType__Group_2__1 )
- // InternalAadl2Parser.g:30079:2: rule__MemoryType__Group_2__0__Impl rule__MemoryType__Group_2__1
+ // InternalAadl2Parser.g:29425:1: ( rule__MemoryType__Group_2__0__Impl rule__MemoryType__Group_2__1 )
+ // InternalAadl2Parser.g:29426:2: rule__MemoryType__Group_2__0__Impl rule__MemoryType__Group_2__1
{
pushFollow(FollowSets000.FOLLOW_29);
rule__MemoryType__Group_2__0__Impl();
@@ -119938,21 +117948,21 @@ public final void rule__MemoryType__Group_2__0() throws RecognitionException {
// $ANTLR start "rule__MemoryType__Group_2__0__Impl"
- // InternalAadl2Parser.g:30086:1: rule__MemoryType__Group_2__0__Impl : ( ( rule__MemoryType__OwnedExtensionAssignment_2_0 ) ) ;
+ // InternalAadl2Parser.g:29433:1: rule__MemoryType__Group_2__0__Impl : ( ( rule__MemoryType__OwnedExtensionAssignment_2_0 ) ) ;
public final void rule__MemoryType__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30090:1: ( ( ( rule__MemoryType__OwnedExtensionAssignment_2_0 ) ) )
- // InternalAadl2Parser.g:30091:1: ( ( rule__MemoryType__OwnedExtensionAssignment_2_0 ) )
+ // InternalAadl2Parser.g:29437:1: ( ( ( rule__MemoryType__OwnedExtensionAssignment_2_0 ) ) )
+ // InternalAadl2Parser.g:29438:1: ( ( rule__MemoryType__OwnedExtensionAssignment_2_0 ) )
{
- // InternalAadl2Parser.g:30091:1: ( ( rule__MemoryType__OwnedExtensionAssignment_2_0 ) )
- // InternalAadl2Parser.g:30092:2: ( rule__MemoryType__OwnedExtensionAssignment_2_0 )
+ // InternalAadl2Parser.g:29438:1: ( ( rule__MemoryType__OwnedExtensionAssignment_2_0 ) )
+ // InternalAadl2Parser.g:29439:2: ( rule__MemoryType__OwnedExtensionAssignment_2_0 )
{
before(grammarAccess.getMemoryTypeAccess().getOwnedExtensionAssignment_2_0());
- // InternalAadl2Parser.g:30093:2: ( rule__MemoryType__OwnedExtensionAssignment_2_0 )
- // InternalAadl2Parser.g:30093:3: rule__MemoryType__OwnedExtensionAssignment_2_0
+ // InternalAadl2Parser.g:29440:2: ( rule__MemoryType__OwnedExtensionAssignment_2_0 )
+ // InternalAadl2Parser.g:29440:3: rule__MemoryType__OwnedExtensionAssignment_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__OwnedExtensionAssignment_2_0();
@@ -119985,14 +117995,14 @@ public final void rule__MemoryType__Group_2__0__Impl() throws RecognitionExcepti
// $ANTLR start "rule__MemoryType__Group_2__1"
- // InternalAadl2Parser.g:30101:1: rule__MemoryType__Group_2__1 : rule__MemoryType__Group_2__1__Impl ;
+ // InternalAadl2Parser.g:29448:1: rule__MemoryType__Group_2__1 : rule__MemoryType__Group_2__1__Impl ;
public final void rule__MemoryType__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30105:1: ( rule__MemoryType__Group_2__1__Impl )
- // InternalAadl2Parser.g:30106:2: rule__MemoryType__Group_2__1__Impl
+ // InternalAadl2Parser.g:29452:1: ( rule__MemoryType__Group_2__1__Impl )
+ // InternalAadl2Parser.g:29453:2: rule__MemoryType__Group_2__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__Group_2__1__Impl();
@@ -120018,20 +118028,20 @@ public final void rule__MemoryType__Group_2__1() throws RecognitionException {
// $ANTLR start "rule__MemoryType__Group_2__1__Impl"
- // InternalAadl2Parser.g:30112:1: rule__MemoryType__Group_2__1__Impl : ( ( rule__MemoryType__Group_2_1__0 )? ) ;
+ // InternalAadl2Parser.g:29459:1: rule__MemoryType__Group_2__1__Impl : ( ( rule__MemoryType__Group_2_1__0 )? ) ;
public final void rule__MemoryType__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30116:1: ( ( ( rule__MemoryType__Group_2_1__0 )? ) )
- // InternalAadl2Parser.g:30117:1: ( ( rule__MemoryType__Group_2_1__0 )? )
+ // InternalAadl2Parser.g:29463:1: ( ( ( rule__MemoryType__Group_2_1__0 )? ) )
+ // InternalAadl2Parser.g:29464:1: ( ( rule__MemoryType__Group_2_1__0 )? )
{
- // InternalAadl2Parser.g:30117:1: ( ( rule__MemoryType__Group_2_1__0 )? )
- // InternalAadl2Parser.g:30118:2: ( rule__MemoryType__Group_2_1__0 )?
+ // InternalAadl2Parser.g:29464:1: ( ( rule__MemoryType__Group_2_1__0 )? )
+ // InternalAadl2Parser.g:29465:2: ( rule__MemoryType__Group_2_1__0 )?
{
before(grammarAccess.getMemoryTypeAccess().getGroup_2_1());
- // InternalAadl2Parser.g:30119:2: ( rule__MemoryType__Group_2_1__0 )?
+ // InternalAadl2Parser.g:29466:2: ( rule__MemoryType__Group_2_1__0 )?
int alt643=2;
int LA643_0 = input.LA(1);
@@ -120040,7 +118050,7 @@ public final void rule__MemoryType__Group_2__1__Impl() throws RecognitionExcepti
}
switch (alt643) {
case 1 :
- // InternalAadl2Parser.g:30119:3: rule__MemoryType__Group_2_1__0
+ // InternalAadl2Parser.g:29466:3: rule__MemoryType__Group_2_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__Group_2_1__0();
@@ -120076,14 +118086,14 @@ public final void rule__MemoryType__Group_2__1__Impl() throws RecognitionExcepti
// $ANTLR start "rule__MemoryType__Group_2_1__0"
- // InternalAadl2Parser.g:30128:1: rule__MemoryType__Group_2_1__0 : rule__MemoryType__Group_2_1__0__Impl rule__MemoryType__Group_2_1__1 ;
+ // InternalAadl2Parser.g:29475:1: rule__MemoryType__Group_2_1__0 : rule__MemoryType__Group_2_1__0__Impl rule__MemoryType__Group_2_1__1 ;
public final void rule__MemoryType__Group_2_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30132:1: ( rule__MemoryType__Group_2_1__0__Impl rule__MemoryType__Group_2_1__1 )
- // InternalAadl2Parser.g:30133:2: rule__MemoryType__Group_2_1__0__Impl rule__MemoryType__Group_2_1__1
+ // InternalAadl2Parser.g:29479:1: ( rule__MemoryType__Group_2_1__0__Impl rule__MemoryType__Group_2_1__1 )
+ // InternalAadl2Parser.g:29480:2: rule__MemoryType__Group_2_1__0__Impl rule__MemoryType__Group_2_1__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__MemoryType__Group_2_1__0__Impl();
@@ -120114,17 +118124,17 @@ public final void rule__MemoryType__Group_2_1__0() throws RecognitionException {
// $ANTLR start "rule__MemoryType__Group_2_1__0__Impl"
- // InternalAadl2Parser.g:30140:1: rule__MemoryType__Group_2_1__0__Impl : ( LeftParenthesis ) ;
+ // InternalAadl2Parser.g:29487:1: rule__MemoryType__Group_2_1__0__Impl : ( LeftParenthesis ) ;
public final void rule__MemoryType__Group_2_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30144:1: ( ( LeftParenthesis ) )
- // InternalAadl2Parser.g:30145:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:29491:1: ( ( LeftParenthesis ) )
+ // InternalAadl2Parser.g:29492:1: ( LeftParenthesis )
{
- // InternalAadl2Parser.g:30145:1: ( LeftParenthesis )
- // InternalAadl2Parser.g:30146:2: LeftParenthesis
+ // InternalAadl2Parser.g:29492:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:29493:2: LeftParenthesis
{
before(grammarAccess.getMemoryTypeAccess().getLeftParenthesisKeyword_2_1_0());
match(input,LeftParenthesis,FollowSets000.FOLLOW_2);
@@ -120151,14 +118161,14 @@ public final void rule__MemoryType__Group_2_1__0__Impl() throws RecognitionExcep
// $ANTLR start "rule__MemoryType__Group_2_1__1"
- // InternalAadl2Parser.g:30155:1: rule__MemoryType__Group_2_1__1 : rule__MemoryType__Group_2_1__1__Impl rule__MemoryType__Group_2_1__2 ;
+ // InternalAadl2Parser.g:29502:1: rule__MemoryType__Group_2_1__1 : rule__MemoryType__Group_2_1__1__Impl rule__MemoryType__Group_2_1__2 ;
public final void rule__MemoryType__Group_2_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30159:1: ( rule__MemoryType__Group_2_1__1__Impl rule__MemoryType__Group_2_1__2 )
- // InternalAadl2Parser.g:30160:2: rule__MemoryType__Group_2_1__1__Impl rule__MemoryType__Group_2_1__2
+ // InternalAadl2Parser.g:29506:1: ( rule__MemoryType__Group_2_1__1__Impl rule__MemoryType__Group_2_1__2 )
+ // InternalAadl2Parser.g:29507:2: rule__MemoryType__Group_2_1__1__Impl rule__MemoryType__Group_2_1__2
{
pushFollow(FollowSets000.FOLLOW_30);
rule__MemoryType__Group_2_1__1__Impl();
@@ -120189,21 +118199,21 @@ public final void rule__MemoryType__Group_2_1__1() throws RecognitionException {
// $ANTLR start "rule__MemoryType__Group_2_1__1__Impl"
- // InternalAadl2Parser.g:30167:1: rule__MemoryType__Group_2_1__1__Impl : ( ( rule__MemoryType__OwnedPrototypeBindingAssignment_2_1_1 ) ) ;
+ // InternalAadl2Parser.g:29514:1: rule__MemoryType__Group_2_1__1__Impl : ( ( rule__MemoryType__OwnedPrototypeBindingAssignment_2_1_1 ) ) ;
public final void rule__MemoryType__Group_2_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30171:1: ( ( ( rule__MemoryType__OwnedPrototypeBindingAssignment_2_1_1 ) ) )
- // InternalAadl2Parser.g:30172:1: ( ( rule__MemoryType__OwnedPrototypeBindingAssignment_2_1_1 ) )
+ // InternalAadl2Parser.g:29518:1: ( ( ( rule__MemoryType__OwnedPrototypeBindingAssignment_2_1_1 ) ) )
+ // InternalAadl2Parser.g:29519:1: ( ( rule__MemoryType__OwnedPrototypeBindingAssignment_2_1_1 ) )
{
- // InternalAadl2Parser.g:30172:1: ( ( rule__MemoryType__OwnedPrototypeBindingAssignment_2_1_1 ) )
- // InternalAadl2Parser.g:30173:2: ( rule__MemoryType__OwnedPrototypeBindingAssignment_2_1_1 )
+ // InternalAadl2Parser.g:29519:1: ( ( rule__MemoryType__OwnedPrototypeBindingAssignment_2_1_1 ) )
+ // InternalAadl2Parser.g:29520:2: ( rule__MemoryType__OwnedPrototypeBindingAssignment_2_1_1 )
{
before(grammarAccess.getMemoryTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1());
- // InternalAadl2Parser.g:30174:2: ( rule__MemoryType__OwnedPrototypeBindingAssignment_2_1_1 )
- // InternalAadl2Parser.g:30174:3: rule__MemoryType__OwnedPrototypeBindingAssignment_2_1_1
+ // InternalAadl2Parser.g:29521:2: ( rule__MemoryType__OwnedPrototypeBindingAssignment_2_1_1 )
+ // InternalAadl2Parser.g:29521:3: rule__MemoryType__OwnedPrototypeBindingAssignment_2_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__OwnedPrototypeBindingAssignment_2_1_1();
@@ -120236,14 +118246,14 @@ public final void rule__MemoryType__Group_2_1__1__Impl() throws RecognitionExcep
// $ANTLR start "rule__MemoryType__Group_2_1__2"
- // InternalAadl2Parser.g:30182:1: rule__MemoryType__Group_2_1__2 : rule__MemoryType__Group_2_1__2__Impl rule__MemoryType__Group_2_1__3 ;
+ // InternalAadl2Parser.g:29529:1: rule__MemoryType__Group_2_1__2 : rule__MemoryType__Group_2_1__2__Impl rule__MemoryType__Group_2_1__3 ;
public final void rule__MemoryType__Group_2_1__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30186:1: ( rule__MemoryType__Group_2_1__2__Impl rule__MemoryType__Group_2_1__3 )
- // InternalAadl2Parser.g:30187:2: rule__MemoryType__Group_2_1__2__Impl rule__MemoryType__Group_2_1__3
+ // InternalAadl2Parser.g:29533:1: ( rule__MemoryType__Group_2_1__2__Impl rule__MemoryType__Group_2_1__3 )
+ // InternalAadl2Parser.g:29534:2: rule__MemoryType__Group_2_1__2__Impl rule__MemoryType__Group_2_1__3
{
pushFollow(FollowSets000.FOLLOW_30);
rule__MemoryType__Group_2_1__2__Impl();
@@ -120274,20 +118284,20 @@ public final void rule__MemoryType__Group_2_1__2() throws RecognitionException {
// $ANTLR start "rule__MemoryType__Group_2_1__2__Impl"
- // InternalAadl2Parser.g:30194:1: rule__MemoryType__Group_2_1__2__Impl : ( ( rule__MemoryType__Group_2_1_2__0 )* ) ;
+ // InternalAadl2Parser.g:29541:1: rule__MemoryType__Group_2_1__2__Impl : ( ( rule__MemoryType__Group_2_1_2__0 )* ) ;
public final void rule__MemoryType__Group_2_1__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30198:1: ( ( ( rule__MemoryType__Group_2_1_2__0 )* ) )
- // InternalAadl2Parser.g:30199:1: ( ( rule__MemoryType__Group_2_1_2__0 )* )
+ // InternalAadl2Parser.g:29545:1: ( ( ( rule__MemoryType__Group_2_1_2__0 )* ) )
+ // InternalAadl2Parser.g:29546:1: ( ( rule__MemoryType__Group_2_1_2__0 )* )
{
- // InternalAadl2Parser.g:30199:1: ( ( rule__MemoryType__Group_2_1_2__0 )* )
- // InternalAadl2Parser.g:30200:2: ( rule__MemoryType__Group_2_1_2__0 )*
+ // InternalAadl2Parser.g:29546:1: ( ( rule__MemoryType__Group_2_1_2__0 )* )
+ // InternalAadl2Parser.g:29547:2: ( rule__MemoryType__Group_2_1_2__0 )*
{
before(grammarAccess.getMemoryTypeAccess().getGroup_2_1_2());
- // InternalAadl2Parser.g:30201:2: ( rule__MemoryType__Group_2_1_2__0 )*
+ // InternalAadl2Parser.g:29548:2: ( rule__MemoryType__Group_2_1_2__0 )*
loop644:
do {
int alt644=2;
@@ -120300,7 +118310,7 @@ public final void rule__MemoryType__Group_2_1__2__Impl() throws RecognitionExcep
switch (alt644) {
case 1 :
- // InternalAadl2Parser.g:30201:3: rule__MemoryType__Group_2_1_2__0
+ // InternalAadl2Parser.g:29548:3: rule__MemoryType__Group_2_1_2__0
{
pushFollow(FollowSets000.FOLLOW_14);
rule__MemoryType__Group_2_1_2__0();
@@ -120339,14 +118349,14 @@ public final void rule__MemoryType__Group_2_1__2__Impl() throws RecognitionExcep
// $ANTLR start "rule__MemoryType__Group_2_1__3"
- // InternalAadl2Parser.g:30209:1: rule__MemoryType__Group_2_1__3 : rule__MemoryType__Group_2_1__3__Impl ;
+ // InternalAadl2Parser.g:29556:1: rule__MemoryType__Group_2_1__3 : rule__MemoryType__Group_2_1__3__Impl ;
public final void rule__MemoryType__Group_2_1__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30213:1: ( rule__MemoryType__Group_2_1__3__Impl )
- // InternalAadl2Parser.g:30214:2: rule__MemoryType__Group_2_1__3__Impl
+ // InternalAadl2Parser.g:29560:1: ( rule__MemoryType__Group_2_1__3__Impl )
+ // InternalAadl2Parser.g:29561:2: rule__MemoryType__Group_2_1__3__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__Group_2_1__3__Impl();
@@ -120372,17 +118382,17 @@ public final void rule__MemoryType__Group_2_1__3() throws RecognitionException {
// $ANTLR start "rule__MemoryType__Group_2_1__3__Impl"
- // InternalAadl2Parser.g:30220:1: rule__MemoryType__Group_2_1__3__Impl : ( RightParenthesis ) ;
+ // InternalAadl2Parser.g:29567:1: rule__MemoryType__Group_2_1__3__Impl : ( RightParenthesis ) ;
public final void rule__MemoryType__Group_2_1__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30224:1: ( ( RightParenthesis ) )
- // InternalAadl2Parser.g:30225:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:29571:1: ( ( RightParenthesis ) )
+ // InternalAadl2Parser.g:29572:1: ( RightParenthesis )
{
- // InternalAadl2Parser.g:30225:1: ( RightParenthesis )
- // InternalAadl2Parser.g:30226:2: RightParenthesis
+ // InternalAadl2Parser.g:29572:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:29573:2: RightParenthesis
{
before(grammarAccess.getMemoryTypeAccess().getRightParenthesisKeyword_2_1_3());
match(input,RightParenthesis,FollowSets000.FOLLOW_2);
@@ -120409,14 +118419,14 @@ public final void rule__MemoryType__Group_2_1__3__Impl() throws RecognitionExcep
// $ANTLR start "rule__MemoryType__Group_2_1_2__0"
- // InternalAadl2Parser.g:30236:1: rule__MemoryType__Group_2_1_2__0 : rule__MemoryType__Group_2_1_2__0__Impl rule__MemoryType__Group_2_1_2__1 ;
+ // InternalAadl2Parser.g:29583:1: rule__MemoryType__Group_2_1_2__0 : rule__MemoryType__Group_2_1_2__0__Impl rule__MemoryType__Group_2_1_2__1 ;
public final void rule__MemoryType__Group_2_1_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30240:1: ( rule__MemoryType__Group_2_1_2__0__Impl rule__MemoryType__Group_2_1_2__1 )
- // InternalAadl2Parser.g:30241:2: rule__MemoryType__Group_2_1_2__0__Impl rule__MemoryType__Group_2_1_2__1
+ // InternalAadl2Parser.g:29587:1: ( rule__MemoryType__Group_2_1_2__0__Impl rule__MemoryType__Group_2_1_2__1 )
+ // InternalAadl2Parser.g:29588:2: rule__MemoryType__Group_2_1_2__0__Impl rule__MemoryType__Group_2_1_2__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__MemoryType__Group_2_1_2__0__Impl();
@@ -120447,17 +118457,17 @@ public final void rule__MemoryType__Group_2_1_2__0() throws RecognitionException
// $ANTLR start "rule__MemoryType__Group_2_1_2__0__Impl"
- // InternalAadl2Parser.g:30248:1: rule__MemoryType__Group_2_1_2__0__Impl : ( Comma ) ;
+ // InternalAadl2Parser.g:29595:1: rule__MemoryType__Group_2_1_2__0__Impl : ( Comma ) ;
public final void rule__MemoryType__Group_2_1_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30252:1: ( ( Comma ) )
- // InternalAadl2Parser.g:30253:1: ( Comma )
+ // InternalAadl2Parser.g:29599:1: ( ( Comma ) )
+ // InternalAadl2Parser.g:29600:1: ( Comma )
{
- // InternalAadl2Parser.g:30253:1: ( Comma )
- // InternalAadl2Parser.g:30254:2: Comma
+ // InternalAadl2Parser.g:29600:1: ( Comma )
+ // InternalAadl2Parser.g:29601:2: Comma
{
before(grammarAccess.getMemoryTypeAccess().getCommaKeyword_2_1_2_0());
match(input,Comma,FollowSets000.FOLLOW_2);
@@ -120484,14 +118494,14 @@ public final void rule__MemoryType__Group_2_1_2__0__Impl() throws RecognitionExc
// $ANTLR start "rule__MemoryType__Group_2_1_2__1"
- // InternalAadl2Parser.g:30263:1: rule__MemoryType__Group_2_1_2__1 : rule__MemoryType__Group_2_1_2__1__Impl ;
+ // InternalAadl2Parser.g:29610:1: rule__MemoryType__Group_2_1_2__1 : rule__MemoryType__Group_2_1_2__1__Impl ;
public final void rule__MemoryType__Group_2_1_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30267:1: ( rule__MemoryType__Group_2_1_2__1__Impl )
- // InternalAadl2Parser.g:30268:2: rule__MemoryType__Group_2_1_2__1__Impl
+ // InternalAadl2Parser.g:29614:1: ( rule__MemoryType__Group_2_1_2__1__Impl )
+ // InternalAadl2Parser.g:29615:2: rule__MemoryType__Group_2_1_2__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__Group_2_1_2__1__Impl();
@@ -120517,21 +118527,21 @@ public final void rule__MemoryType__Group_2_1_2__1() throws RecognitionException
// $ANTLR start "rule__MemoryType__Group_2_1_2__1__Impl"
- // InternalAadl2Parser.g:30274:1: rule__MemoryType__Group_2_1_2__1__Impl : ( ( rule__MemoryType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) ;
+ // InternalAadl2Parser.g:29621:1: rule__MemoryType__Group_2_1_2__1__Impl : ( ( rule__MemoryType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) ;
public final void rule__MemoryType__Group_2_1_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30278:1: ( ( ( rule__MemoryType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) )
- // InternalAadl2Parser.g:30279:1: ( ( rule__MemoryType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
+ // InternalAadl2Parser.g:29625:1: ( ( ( rule__MemoryType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) )
+ // InternalAadl2Parser.g:29626:1: ( ( rule__MemoryType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
{
- // InternalAadl2Parser.g:30279:1: ( ( rule__MemoryType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
- // InternalAadl2Parser.g:30280:2: ( rule__MemoryType__OwnedPrototypeBindingAssignment_2_1_2_1 )
+ // InternalAadl2Parser.g:29626:1: ( ( rule__MemoryType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
+ // InternalAadl2Parser.g:29627:2: ( rule__MemoryType__OwnedPrototypeBindingAssignment_2_1_2_1 )
{
before(grammarAccess.getMemoryTypeAccess().getOwnedPrototypeBindingAssignment_2_1_2_1());
- // InternalAadl2Parser.g:30281:2: ( rule__MemoryType__OwnedPrototypeBindingAssignment_2_1_2_1 )
- // InternalAadl2Parser.g:30281:3: rule__MemoryType__OwnedPrototypeBindingAssignment_2_1_2_1
+ // InternalAadl2Parser.g:29628:2: ( rule__MemoryType__OwnedPrototypeBindingAssignment_2_1_2_1 )
+ // InternalAadl2Parser.g:29628:3: rule__MemoryType__OwnedPrototypeBindingAssignment_2_1_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__OwnedPrototypeBindingAssignment_2_1_2_1();
@@ -120564,14 +118574,14 @@ public final void rule__MemoryType__Group_2_1_2__1__Impl() throws RecognitionExc
// $ANTLR start "rule__MemoryType__Group_3__0"
- // InternalAadl2Parser.g:30290:1: rule__MemoryType__Group_3__0 : rule__MemoryType__Group_3__0__Impl rule__MemoryType__Group_3__1 ;
+ // InternalAadl2Parser.g:29637:1: rule__MemoryType__Group_3__0 : rule__MemoryType__Group_3__0__Impl rule__MemoryType__Group_3__1 ;
public final void rule__MemoryType__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30294:1: ( rule__MemoryType__Group_3__0__Impl rule__MemoryType__Group_3__1 )
- // InternalAadl2Parser.g:30295:2: rule__MemoryType__Group_3__0__Impl rule__MemoryType__Group_3__1
+ // InternalAadl2Parser.g:29641:1: ( rule__MemoryType__Group_3__0__Impl rule__MemoryType__Group_3__1 )
+ // InternalAadl2Parser.g:29642:2: rule__MemoryType__Group_3__0__Impl rule__MemoryType__Group_3__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__MemoryType__Group_3__0__Impl();
@@ -120602,17 +118612,17 @@ public final void rule__MemoryType__Group_3__0() throws RecognitionException {
// $ANTLR start "rule__MemoryType__Group_3__0__Impl"
- // InternalAadl2Parser.g:30302:1: rule__MemoryType__Group_3__0__Impl : ( Prototypes ) ;
+ // InternalAadl2Parser.g:29649:1: rule__MemoryType__Group_3__0__Impl : ( Prototypes ) ;
public final void rule__MemoryType__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30306:1: ( ( Prototypes ) )
- // InternalAadl2Parser.g:30307:1: ( Prototypes )
+ // InternalAadl2Parser.g:29653:1: ( ( Prototypes ) )
+ // InternalAadl2Parser.g:29654:1: ( Prototypes )
{
- // InternalAadl2Parser.g:30307:1: ( Prototypes )
- // InternalAadl2Parser.g:30308:2: Prototypes
+ // InternalAadl2Parser.g:29654:1: ( Prototypes )
+ // InternalAadl2Parser.g:29655:2: Prototypes
{
before(grammarAccess.getMemoryTypeAccess().getPrototypesKeyword_3_0());
match(input,Prototypes,FollowSets000.FOLLOW_2);
@@ -120639,14 +118649,14 @@ public final void rule__MemoryType__Group_3__0__Impl() throws RecognitionExcepti
// $ANTLR start "rule__MemoryType__Group_3__1"
- // InternalAadl2Parser.g:30317:1: rule__MemoryType__Group_3__1 : rule__MemoryType__Group_3__1__Impl ;
+ // InternalAadl2Parser.g:29664:1: rule__MemoryType__Group_3__1 : rule__MemoryType__Group_3__1__Impl ;
public final void rule__MemoryType__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30321:1: ( rule__MemoryType__Group_3__1__Impl )
- // InternalAadl2Parser.g:30322:2: rule__MemoryType__Group_3__1__Impl
+ // InternalAadl2Parser.g:29668:1: ( rule__MemoryType__Group_3__1__Impl )
+ // InternalAadl2Parser.g:29669:2: rule__MemoryType__Group_3__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__Group_3__1__Impl();
@@ -120672,21 +118682,21 @@ public final void rule__MemoryType__Group_3__1() throws RecognitionException {
// $ANTLR start "rule__MemoryType__Group_3__1__Impl"
- // InternalAadl2Parser.g:30328:1: rule__MemoryType__Group_3__1__Impl : ( ( rule__MemoryType__Alternatives_3_1 ) ) ;
+ // InternalAadl2Parser.g:29675:1: rule__MemoryType__Group_3__1__Impl : ( ( rule__MemoryType__Alternatives_3_1 ) ) ;
public final void rule__MemoryType__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30332:1: ( ( ( rule__MemoryType__Alternatives_3_1 ) ) )
- // InternalAadl2Parser.g:30333:1: ( ( rule__MemoryType__Alternatives_3_1 ) )
+ // InternalAadl2Parser.g:29679:1: ( ( ( rule__MemoryType__Alternatives_3_1 ) ) )
+ // InternalAadl2Parser.g:29680:1: ( ( rule__MemoryType__Alternatives_3_1 ) )
{
- // InternalAadl2Parser.g:30333:1: ( ( rule__MemoryType__Alternatives_3_1 ) )
- // InternalAadl2Parser.g:30334:2: ( rule__MemoryType__Alternatives_3_1 )
+ // InternalAadl2Parser.g:29680:1: ( ( rule__MemoryType__Alternatives_3_1 ) )
+ // InternalAadl2Parser.g:29681:2: ( rule__MemoryType__Alternatives_3_1 )
{
before(grammarAccess.getMemoryTypeAccess().getAlternatives_3_1());
- // InternalAadl2Parser.g:30335:2: ( rule__MemoryType__Alternatives_3_1 )
- // InternalAadl2Parser.g:30335:3: rule__MemoryType__Alternatives_3_1
+ // InternalAadl2Parser.g:29682:2: ( rule__MemoryType__Alternatives_3_1 )
+ // InternalAadl2Parser.g:29682:3: rule__MemoryType__Alternatives_3_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__Alternatives_3_1();
@@ -120719,14 +118729,14 @@ public final void rule__MemoryType__Group_3__1__Impl() throws RecognitionExcepti
// $ANTLR start "rule__MemoryType__Group_3_1_0__0"
- // InternalAadl2Parser.g:30344:1: rule__MemoryType__Group_3_1_0__0 : rule__MemoryType__Group_3_1_0__0__Impl rule__MemoryType__Group_3_1_0__1 ;
+ // InternalAadl2Parser.g:29691:1: rule__MemoryType__Group_3_1_0__0 : rule__MemoryType__Group_3_1_0__0__Impl rule__MemoryType__Group_3_1_0__1 ;
public final void rule__MemoryType__Group_3_1_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30348:1: ( rule__MemoryType__Group_3_1_0__0__Impl rule__MemoryType__Group_3_1_0__1 )
- // InternalAadl2Parser.g:30349:2: rule__MemoryType__Group_3_1_0__0__Impl rule__MemoryType__Group_3_1_0__1
+ // InternalAadl2Parser.g:29695:1: ( rule__MemoryType__Group_3_1_0__0__Impl rule__MemoryType__Group_3_1_0__1 )
+ // InternalAadl2Parser.g:29696:2: rule__MemoryType__Group_3_1_0__0__Impl rule__MemoryType__Group_3_1_0__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__MemoryType__Group_3_1_0__0__Impl();
@@ -120757,21 +118767,21 @@ public final void rule__MemoryType__Group_3_1_0__0() throws RecognitionException
// $ANTLR start "rule__MemoryType__Group_3_1_0__0__Impl"
- // InternalAadl2Parser.g:30356:1: rule__MemoryType__Group_3_1_0__0__Impl : ( ( rule__MemoryType__NoPrototypesAssignment_3_1_0_0 ) ) ;
+ // InternalAadl2Parser.g:29703:1: rule__MemoryType__Group_3_1_0__0__Impl : ( ( rule__MemoryType__NoPrototypesAssignment_3_1_0_0 ) ) ;
public final void rule__MemoryType__Group_3_1_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30360:1: ( ( ( rule__MemoryType__NoPrototypesAssignment_3_1_0_0 ) ) )
- // InternalAadl2Parser.g:30361:1: ( ( rule__MemoryType__NoPrototypesAssignment_3_1_0_0 ) )
+ // InternalAadl2Parser.g:29707:1: ( ( ( rule__MemoryType__NoPrototypesAssignment_3_1_0_0 ) ) )
+ // InternalAadl2Parser.g:29708:1: ( ( rule__MemoryType__NoPrototypesAssignment_3_1_0_0 ) )
{
- // InternalAadl2Parser.g:30361:1: ( ( rule__MemoryType__NoPrototypesAssignment_3_1_0_0 ) )
- // InternalAadl2Parser.g:30362:2: ( rule__MemoryType__NoPrototypesAssignment_3_1_0_0 )
+ // InternalAadl2Parser.g:29708:1: ( ( rule__MemoryType__NoPrototypesAssignment_3_1_0_0 ) )
+ // InternalAadl2Parser.g:29709:2: ( rule__MemoryType__NoPrototypesAssignment_3_1_0_0 )
{
before(grammarAccess.getMemoryTypeAccess().getNoPrototypesAssignment_3_1_0_0());
- // InternalAadl2Parser.g:30363:2: ( rule__MemoryType__NoPrototypesAssignment_3_1_0_0 )
- // InternalAadl2Parser.g:30363:3: rule__MemoryType__NoPrototypesAssignment_3_1_0_0
+ // InternalAadl2Parser.g:29710:2: ( rule__MemoryType__NoPrototypesAssignment_3_1_0_0 )
+ // InternalAadl2Parser.g:29710:3: rule__MemoryType__NoPrototypesAssignment_3_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__NoPrototypesAssignment_3_1_0_0();
@@ -120804,14 +118814,14 @@ public final void rule__MemoryType__Group_3_1_0__0__Impl() throws RecognitionExc
// $ANTLR start "rule__MemoryType__Group_3_1_0__1"
- // InternalAadl2Parser.g:30371:1: rule__MemoryType__Group_3_1_0__1 : rule__MemoryType__Group_3_1_0__1__Impl ;
+ // InternalAadl2Parser.g:29718:1: rule__MemoryType__Group_3_1_0__1 : rule__MemoryType__Group_3_1_0__1__Impl ;
public final void rule__MemoryType__Group_3_1_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30375:1: ( rule__MemoryType__Group_3_1_0__1__Impl )
- // InternalAadl2Parser.g:30376:2: rule__MemoryType__Group_3_1_0__1__Impl
+ // InternalAadl2Parser.g:29722:1: ( rule__MemoryType__Group_3_1_0__1__Impl )
+ // InternalAadl2Parser.g:29723:2: rule__MemoryType__Group_3_1_0__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__Group_3_1_0__1__Impl();
@@ -120837,17 +118847,17 @@ public final void rule__MemoryType__Group_3_1_0__1() throws RecognitionException
// $ANTLR start "rule__MemoryType__Group_3_1_0__1__Impl"
- // InternalAadl2Parser.g:30382:1: rule__MemoryType__Group_3_1_0__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:29729:1: rule__MemoryType__Group_3_1_0__1__Impl : ( Semicolon ) ;
public final void rule__MemoryType__Group_3_1_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30386:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:30387:1: ( Semicolon )
+ // InternalAadl2Parser.g:29733:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:29734:1: ( Semicolon )
{
- // InternalAadl2Parser.g:30387:1: ( Semicolon )
- // InternalAadl2Parser.g:30388:2: Semicolon
+ // InternalAadl2Parser.g:29734:1: ( Semicolon )
+ // InternalAadl2Parser.g:29735:2: Semicolon
{
before(grammarAccess.getMemoryTypeAccess().getSemicolonKeyword_3_1_0_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -120874,14 +118884,14 @@ public final void rule__MemoryType__Group_3_1_0__1__Impl() throws RecognitionExc
// $ANTLR start "rule__MemoryType__Group_4__0"
- // InternalAadl2Parser.g:30398:1: rule__MemoryType__Group_4__0 : rule__MemoryType__Group_4__0__Impl rule__MemoryType__Group_4__1 ;
+ // InternalAadl2Parser.g:29745:1: rule__MemoryType__Group_4__0 : rule__MemoryType__Group_4__0__Impl rule__MemoryType__Group_4__1 ;
public final void rule__MemoryType__Group_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30402:1: ( rule__MemoryType__Group_4__0__Impl rule__MemoryType__Group_4__1 )
- // InternalAadl2Parser.g:30403:2: rule__MemoryType__Group_4__0__Impl rule__MemoryType__Group_4__1
+ // InternalAadl2Parser.g:29749:1: ( rule__MemoryType__Group_4__0__Impl rule__MemoryType__Group_4__1 )
+ // InternalAadl2Parser.g:29750:2: rule__MemoryType__Group_4__0__Impl rule__MemoryType__Group_4__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__MemoryType__Group_4__0__Impl();
@@ -120912,17 +118922,17 @@ public final void rule__MemoryType__Group_4__0() throws RecognitionException {
// $ANTLR start "rule__MemoryType__Group_4__0__Impl"
- // InternalAadl2Parser.g:30410:1: rule__MemoryType__Group_4__0__Impl : ( Features ) ;
+ // InternalAadl2Parser.g:29757:1: rule__MemoryType__Group_4__0__Impl : ( Features ) ;
public final void rule__MemoryType__Group_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30414:1: ( ( Features ) )
- // InternalAadl2Parser.g:30415:1: ( Features )
+ // InternalAadl2Parser.g:29761:1: ( ( Features ) )
+ // InternalAadl2Parser.g:29762:1: ( Features )
{
- // InternalAadl2Parser.g:30415:1: ( Features )
- // InternalAadl2Parser.g:30416:2: Features
+ // InternalAadl2Parser.g:29762:1: ( Features )
+ // InternalAadl2Parser.g:29763:2: Features
{
before(grammarAccess.getMemoryTypeAccess().getFeaturesKeyword_4_0());
match(input,Features,FollowSets000.FOLLOW_2);
@@ -120949,14 +118959,14 @@ public final void rule__MemoryType__Group_4__0__Impl() throws RecognitionExcepti
// $ANTLR start "rule__MemoryType__Group_4__1"
- // InternalAadl2Parser.g:30425:1: rule__MemoryType__Group_4__1 : rule__MemoryType__Group_4__1__Impl ;
+ // InternalAadl2Parser.g:29772:1: rule__MemoryType__Group_4__1 : rule__MemoryType__Group_4__1__Impl ;
public final void rule__MemoryType__Group_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30429:1: ( rule__MemoryType__Group_4__1__Impl )
- // InternalAadl2Parser.g:30430:2: rule__MemoryType__Group_4__1__Impl
+ // InternalAadl2Parser.g:29776:1: ( rule__MemoryType__Group_4__1__Impl )
+ // InternalAadl2Parser.g:29777:2: rule__MemoryType__Group_4__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__Group_4__1__Impl();
@@ -120982,21 +118992,21 @@ public final void rule__MemoryType__Group_4__1() throws RecognitionException {
// $ANTLR start "rule__MemoryType__Group_4__1__Impl"
- // InternalAadl2Parser.g:30436:1: rule__MemoryType__Group_4__1__Impl : ( ( rule__MemoryType__Alternatives_4_1 ) ) ;
+ // InternalAadl2Parser.g:29783:1: rule__MemoryType__Group_4__1__Impl : ( ( rule__MemoryType__Alternatives_4_1 ) ) ;
public final void rule__MemoryType__Group_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30440:1: ( ( ( rule__MemoryType__Alternatives_4_1 ) ) )
- // InternalAadl2Parser.g:30441:1: ( ( rule__MemoryType__Alternatives_4_1 ) )
+ // InternalAadl2Parser.g:29787:1: ( ( ( rule__MemoryType__Alternatives_4_1 ) ) )
+ // InternalAadl2Parser.g:29788:1: ( ( rule__MemoryType__Alternatives_4_1 ) )
{
- // InternalAadl2Parser.g:30441:1: ( ( rule__MemoryType__Alternatives_4_1 ) )
- // InternalAadl2Parser.g:30442:2: ( rule__MemoryType__Alternatives_4_1 )
+ // InternalAadl2Parser.g:29788:1: ( ( rule__MemoryType__Alternatives_4_1 ) )
+ // InternalAadl2Parser.g:29789:2: ( rule__MemoryType__Alternatives_4_1 )
{
before(grammarAccess.getMemoryTypeAccess().getAlternatives_4_1());
- // InternalAadl2Parser.g:30443:2: ( rule__MemoryType__Alternatives_4_1 )
- // InternalAadl2Parser.g:30443:3: rule__MemoryType__Alternatives_4_1
+ // InternalAadl2Parser.g:29790:2: ( rule__MemoryType__Alternatives_4_1 )
+ // InternalAadl2Parser.g:29790:3: rule__MemoryType__Alternatives_4_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__Alternatives_4_1();
@@ -121029,14 +119039,14 @@ public final void rule__MemoryType__Group_4__1__Impl() throws RecognitionExcepti
// $ANTLR start "rule__MemoryType__Group_4_1_0__0"
- // InternalAadl2Parser.g:30452:1: rule__MemoryType__Group_4_1_0__0 : rule__MemoryType__Group_4_1_0__0__Impl rule__MemoryType__Group_4_1_0__1 ;
+ // InternalAadl2Parser.g:29799:1: rule__MemoryType__Group_4_1_0__0 : rule__MemoryType__Group_4_1_0__0__Impl rule__MemoryType__Group_4_1_0__1 ;
public final void rule__MemoryType__Group_4_1_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30456:1: ( rule__MemoryType__Group_4_1_0__0__Impl rule__MemoryType__Group_4_1_0__1 )
- // InternalAadl2Parser.g:30457:2: rule__MemoryType__Group_4_1_0__0__Impl rule__MemoryType__Group_4_1_0__1
+ // InternalAadl2Parser.g:29803:1: ( rule__MemoryType__Group_4_1_0__0__Impl rule__MemoryType__Group_4_1_0__1 )
+ // InternalAadl2Parser.g:29804:2: rule__MemoryType__Group_4_1_0__0__Impl rule__MemoryType__Group_4_1_0__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__MemoryType__Group_4_1_0__0__Impl();
@@ -121067,21 +119077,21 @@ public final void rule__MemoryType__Group_4_1_0__0() throws RecognitionException
// $ANTLR start "rule__MemoryType__Group_4_1_0__0__Impl"
- // InternalAadl2Parser.g:30464:1: rule__MemoryType__Group_4_1_0__0__Impl : ( ( rule__MemoryType__NoFeaturesAssignment_4_1_0_0 ) ) ;
+ // InternalAadl2Parser.g:29811:1: rule__MemoryType__Group_4_1_0__0__Impl : ( ( rule__MemoryType__NoFeaturesAssignment_4_1_0_0 ) ) ;
public final void rule__MemoryType__Group_4_1_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30468:1: ( ( ( rule__MemoryType__NoFeaturesAssignment_4_1_0_0 ) ) )
- // InternalAadl2Parser.g:30469:1: ( ( rule__MemoryType__NoFeaturesAssignment_4_1_0_0 ) )
+ // InternalAadl2Parser.g:29815:1: ( ( ( rule__MemoryType__NoFeaturesAssignment_4_1_0_0 ) ) )
+ // InternalAadl2Parser.g:29816:1: ( ( rule__MemoryType__NoFeaturesAssignment_4_1_0_0 ) )
{
- // InternalAadl2Parser.g:30469:1: ( ( rule__MemoryType__NoFeaturesAssignment_4_1_0_0 ) )
- // InternalAadl2Parser.g:30470:2: ( rule__MemoryType__NoFeaturesAssignment_4_1_0_0 )
+ // InternalAadl2Parser.g:29816:1: ( ( rule__MemoryType__NoFeaturesAssignment_4_1_0_0 ) )
+ // InternalAadl2Parser.g:29817:2: ( rule__MemoryType__NoFeaturesAssignment_4_1_0_0 )
{
before(grammarAccess.getMemoryTypeAccess().getNoFeaturesAssignment_4_1_0_0());
- // InternalAadl2Parser.g:30471:2: ( rule__MemoryType__NoFeaturesAssignment_4_1_0_0 )
- // InternalAadl2Parser.g:30471:3: rule__MemoryType__NoFeaturesAssignment_4_1_0_0
+ // InternalAadl2Parser.g:29818:2: ( rule__MemoryType__NoFeaturesAssignment_4_1_0_0 )
+ // InternalAadl2Parser.g:29818:3: rule__MemoryType__NoFeaturesAssignment_4_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__NoFeaturesAssignment_4_1_0_0();
@@ -121114,14 +119124,14 @@ public final void rule__MemoryType__Group_4_1_0__0__Impl() throws RecognitionExc
// $ANTLR start "rule__MemoryType__Group_4_1_0__1"
- // InternalAadl2Parser.g:30479:1: rule__MemoryType__Group_4_1_0__1 : rule__MemoryType__Group_4_1_0__1__Impl ;
+ // InternalAadl2Parser.g:29826:1: rule__MemoryType__Group_4_1_0__1 : rule__MemoryType__Group_4_1_0__1__Impl ;
public final void rule__MemoryType__Group_4_1_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30483:1: ( rule__MemoryType__Group_4_1_0__1__Impl )
- // InternalAadl2Parser.g:30484:2: rule__MemoryType__Group_4_1_0__1__Impl
+ // InternalAadl2Parser.g:29830:1: ( rule__MemoryType__Group_4_1_0__1__Impl )
+ // InternalAadl2Parser.g:29831:2: rule__MemoryType__Group_4_1_0__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__Group_4_1_0__1__Impl();
@@ -121147,17 +119157,17 @@ public final void rule__MemoryType__Group_4_1_0__1() throws RecognitionException
// $ANTLR start "rule__MemoryType__Group_4_1_0__1__Impl"
- // InternalAadl2Parser.g:30490:1: rule__MemoryType__Group_4_1_0__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:29837:1: rule__MemoryType__Group_4_1_0__1__Impl : ( Semicolon ) ;
public final void rule__MemoryType__Group_4_1_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30494:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:30495:1: ( Semicolon )
+ // InternalAadl2Parser.g:29841:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:29842:1: ( Semicolon )
{
- // InternalAadl2Parser.g:30495:1: ( Semicolon )
- // InternalAadl2Parser.g:30496:2: Semicolon
+ // InternalAadl2Parser.g:29842:1: ( Semicolon )
+ // InternalAadl2Parser.g:29843:2: Semicolon
{
before(grammarAccess.getMemoryTypeAccess().getSemicolonKeyword_4_1_0_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -121184,16 +119194,16 @@ public final void rule__MemoryType__Group_4_1_0__1__Impl() throws RecognitionExc
// $ANTLR start "rule__MemoryType__Group_5_0__0"
- // InternalAadl2Parser.g:30506:1: rule__MemoryType__Group_5_0__0 : rule__MemoryType__Group_5_0__0__Impl rule__MemoryType__Group_5_0__1 ;
+ // InternalAadl2Parser.g:29853:1: rule__MemoryType__Group_5_0__0 : rule__MemoryType__Group_5_0__0__Impl rule__MemoryType__Group_5_0__1 ;
public final void rule__MemoryType__Group_5_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30510:1: ( rule__MemoryType__Group_5_0__0__Impl rule__MemoryType__Group_5_0__1 )
- // InternalAadl2Parser.g:30511:2: rule__MemoryType__Group_5_0__0__Impl rule__MemoryType__Group_5_0__1
+ // InternalAadl2Parser.g:29857:1: ( rule__MemoryType__Group_5_0__0__Impl rule__MemoryType__Group_5_0__1 )
+ // InternalAadl2Parser.g:29858:2: rule__MemoryType__Group_5_0__0__Impl rule__MemoryType__Group_5_0__1
{
- pushFollow(FollowSets000.FOLLOW_4);
+ pushFollow(FollowSets000.FOLLOW_31);
rule__MemoryType__Group_5_0__0__Impl();
state._fsp--;
@@ -121222,21 +119232,21 @@ public final void rule__MemoryType__Group_5_0__0() throws RecognitionException {
// $ANTLR start "rule__MemoryType__Group_5_0__0__Impl"
- // InternalAadl2Parser.g:30518:1: rule__MemoryType__Group_5_0__0__Impl : ( ( rule__MemoryType__DerivedModesAssignment_5_0_0 ) ) ;
+ // InternalAadl2Parser.g:29865:1: rule__MemoryType__Group_5_0__0__Impl : ( ( rule__MemoryType__DerivedModesAssignment_5_0_0 ) ) ;
public final void rule__MemoryType__Group_5_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30522:1: ( ( ( rule__MemoryType__DerivedModesAssignment_5_0_0 ) ) )
- // InternalAadl2Parser.g:30523:1: ( ( rule__MemoryType__DerivedModesAssignment_5_0_0 ) )
+ // InternalAadl2Parser.g:29869:1: ( ( ( rule__MemoryType__DerivedModesAssignment_5_0_0 ) ) )
+ // InternalAadl2Parser.g:29870:1: ( ( rule__MemoryType__DerivedModesAssignment_5_0_0 ) )
{
- // InternalAadl2Parser.g:30523:1: ( ( rule__MemoryType__DerivedModesAssignment_5_0_0 ) )
- // InternalAadl2Parser.g:30524:2: ( rule__MemoryType__DerivedModesAssignment_5_0_0 )
+ // InternalAadl2Parser.g:29870:1: ( ( rule__MemoryType__DerivedModesAssignment_5_0_0 ) )
+ // InternalAadl2Parser.g:29871:2: ( rule__MemoryType__DerivedModesAssignment_5_0_0 )
{
before(grammarAccess.getMemoryTypeAccess().getDerivedModesAssignment_5_0_0());
- // InternalAadl2Parser.g:30525:2: ( rule__MemoryType__DerivedModesAssignment_5_0_0 )
- // InternalAadl2Parser.g:30525:3: rule__MemoryType__DerivedModesAssignment_5_0_0
+ // InternalAadl2Parser.g:29872:2: ( rule__MemoryType__DerivedModesAssignment_5_0_0 )
+ // InternalAadl2Parser.g:29872:3: rule__MemoryType__DerivedModesAssignment_5_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__DerivedModesAssignment_5_0_0();
@@ -121269,20 +119279,25 @@ public final void rule__MemoryType__Group_5_0__0__Impl() throws RecognitionExcep
// $ANTLR start "rule__MemoryType__Group_5_0__1"
- // InternalAadl2Parser.g:30533:1: rule__MemoryType__Group_5_0__1 : rule__MemoryType__Group_5_0__1__Impl ;
+ // InternalAadl2Parser.g:29880:1: rule__MemoryType__Group_5_0__1 : rule__MemoryType__Group_5_0__1__Impl rule__MemoryType__Group_5_0__2 ;
public final void rule__MemoryType__Group_5_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30537:1: ( rule__MemoryType__Group_5_0__1__Impl )
- // InternalAadl2Parser.g:30538:2: rule__MemoryType__Group_5_0__1__Impl
+ // InternalAadl2Parser.g:29884:1: ( rule__MemoryType__Group_5_0__1__Impl rule__MemoryType__Group_5_0__2 )
+ // InternalAadl2Parser.g:29885:2: rule__MemoryType__Group_5_0__1__Impl rule__MemoryType__Group_5_0__2
{
- pushFollow(FollowSets000.FOLLOW_2);
+ pushFollow(FollowSets000.FOLLOW_4);
rule__MemoryType__Group_5_0__1__Impl();
state._fsp--;
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__MemoryType__Group_5_0__2();
+
+ state._fsp--;
+
}
@@ -121302,42 +119317,112 @@ public final void rule__MemoryType__Group_5_0__1() throws RecognitionException {
// $ANTLR start "rule__MemoryType__Group_5_0__1__Impl"
- // InternalAadl2Parser.g:30544:1: rule__MemoryType__Group_5_0__1__Impl : ( ( ( rule__MemoryType__OwnedModeAssignment_5_0_1 ) ) ( ( rule__MemoryType__OwnedModeAssignment_5_0_1 )* ) ) ;
+ // InternalAadl2Parser.g:29892:1: rule__MemoryType__Group_5_0__1__Impl : ( Modes ) ;
public final void rule__MemoryType__Group_5_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30548:1: ( ( ( ( rule__MemoryType__OwnedModeAssignment_5_0_1 ) ) ( ( rule__MemoryType__OwnedModeAssignment_5_0_1 )* ) ) )
- // InternalAadl2Parser.g:30549:1: ( ( ( rule__MemoryType__OwnedModeAssignment_5_0_1 ) ) ( ( rule__MemoryType__OwnedModeAssignment_5_0_1 )* ) )
+ // InternalAadl2Parser.g:29896:1: ( ( Modes ) )
+ // InternalAadl2Parser.g:29897:1: ( Modes )
{
- // InternalAadl2Parser.g:30549:1: ( ( ( rule__MemoryType__OwnedModeAssignment_5_0_1 ) ) ( ( rule__MemoryType__OwnedModeAssignment_5_0_1 )* ) )
- // InternalAadl2Parser.g:30550:2: ( ( rule__MemoryType__OwnedModeAssignment_5_0_1 ) ) ( ( rule__MemoryType__OwnedModeAssignment_5_0_1 )* )
+ // InternalAadl2Parser.g:29897:1: ( Modes )
+ // InternalAadl2Parser.g:29898:2: Modes
{
- // InternalAadl2Parser.g:30550:2: ( ( rule__MemoryType__OwnedModeAssignment_5_0_1 ) )
- // InternalAadl2Parser.g:30551:3: ( rule__MemoryType__OwnedModeAssignment_5_0_1 )
+ before(grammarAccess.getMemoryTypeAccess().getModesKeyword_5_0_1());
+ match(input,Modes,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getMemoryTypeAccess().getModesKeyword_5_0_1());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__MemoryType__Group_5_0__1__Impl"
+
+
+ // $ANTLR start "rule__MemoryType__Group_5_0__2"
+ // InternalAadl2Parser.g:29907:1: rule__MemoryType__Group_5_0__2 : rule__MemoryType__Group_5_0__2__Impl ;
+ public final void rule__MemoryType__Group_5_0__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:29911:1: ( rule__MemoryType__Group_5_0__2__Impl )
+ // InternalAadl2Parser.g:29912:2: rule__MemoryType__Group_5_0__2__Impl
{
- before(grammarAccess.getMemoryTypeAccess().getOwnedModeAssignment_5_0_1());
- // InternalAadl2Parser.g:30552:3: ( rule__MemoryType__OwnedModeAssignment_5_0_1 )
- // InternalAadl2Parser.g:30552:4: rule__MemoryType__OwnedModeAssignment_5_0_1
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__MemoryType__Group_5_0__2__Impl();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__MemoryType__Group_5_0__2"
+
+
+ // $ANTLR start "rule__MemoryType__Group_5_0__2__Impl"
+ // InternalAadl2Parser.g:29918:1: rule__MemoryType__Group_5_0__2__Impl : ( ( ( rule__MemoryType__OwnedModeAssignment_5_0_2 ) ) ( ( rule__MemoryType__OwnedModeAssignment_5_0_2 )* ) ) ;
+ public final void rule__MemoryType__Group_5_0__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:29922:1: ( ( ( ( rule__MemoryType__OwnedModeAssignment_5_0_2 ) ) ( ( rule__MemoryType__OwnedModeAssignment_5_0_2 )* ) ) )
+ // InternalAadl2Parser.g:29923:1: ( ( ( rule__MemoryType__OwnedModeAssignment_5_0_2 ) ) ( ( rule__MemoryType__OwnedModeAssignment_5_0_2 )* ) )
+ {
+ // InternalAadl2Parser.g:29923:1: ( ( ( rule__MemoryType__OwnedModeAssignment_5_0_2 ) ) ( ( rule__MemoryType__OwnedModeAssignment_5_0_2 )* ) )
+ // InternalAadl2Parser.g:29924:2: ( ( rule__MemoryType__OwnedModeAssignment_5_0_2 ) ) ( ( rule__MemoryType__OwnedModeAssignment_5_0_2 )* )
+ {
+ // InternalAadl2Parser.g:29924:2: ( ( rule__MemoryType__OwnedModeAssignment_5_0_2 ) )
+ // InternalAadl2Parser.g:29925:3: ( rule__MemoryType__OwnedModeAssignment_5_0_2 )
+ {
+ before(grammarAccess.getMemoryTypeAccess().getOwnedModeAssignment_5_0_2());
+ // InternalAadl2Parser.g:29926:3: ( rule__MemoryType__OwnedModeAssignment_5_0_2 )
+ // InternalAadl2Parser.g:29926:4: rule__MemoryType__OwnedModeAssignment_5_0_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__MemoryType__OwnedModeAssignment_5_0_1();
+ rule__MemoryType__OwnedModeAssignment_5_0_2();
state._fsp--;
}
- after(grammarAccess.getMemoryTypeAccess().getOwnedModeAssignment_5_0_1());
+ after(grammarAccess.getMemoryTypeAccess().getOwnedModeAssignment_5_0_2());
}
- // InternalAadl2Parser.g:30555:2: ( ( rule__MemoryType__OwnedModeAssignment_5_0_1 )* )
- // InternalAadl2Parser.g:30556:3: ( rule__MemoryType__OwnedModeAssignment_5_0_1 )*
+ // InternalAadl2Parser.g:29929:2: ( ( rule__MemoryType__OwnedModeAssignment_5_0_2 )* )
+ // InternalAadl2Parser.g:29930:3: ( rule__MemoryType__OwnedModeAssignment_5_0_2 )*
{
- before(grammarAccess.getMemoryTypeAccess().getOwnedModeAssignment_5_0_1());
- // InternalAadl2Parser.g:30557:3: ( rule__MemoryType__OwnedModeAssignment_5_0_1 )*
+ before(grammarAccess.getMemoryTypeAccess().getOwnedModeAssignment_5_0_2());
+ // InternalAadl2Parser.g:29931:3: ( rule__MemoryType__OwnedModeAssignment_5_0_2 )*
loop645:
do {
int alt645=2;
@@ -121350,10 +119435,10 @@ public final void rule__MemoryType__Group_5_0__1__Impl() throws RecognitionExcep
switch (alt645) {
case 1 :
- // InternalAadl2Parser.g:30557:4: rule__MemoryType__OwnedModeAssignment_5_0_1
+ // InternalAadl2Parser.g:29931:4: rule__MemoryType__OwnedModeAssignment_5_0_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__MemoryType__OwnedModeAssignment_5_0_1();
+ rule__MemoryType__OwnedModeAssignment_5_0_2();
state._fsp--;
@@ -121366,7 +119451,7 @@ public final void rule__MemoryType__Group_5_0__1__Impl() throws RecognitionExcep
}
} while (true);
- after(grammarAccess.getMemoryTypeAccess().getOwnedModeAssignment_5_0_1());
+ after(grammarAccess.getMemoryTypeAccess().getOwnedModeAssignment_5_0_2());
}
@@ -121388,18 +119473,18 @@ public final void rule__MemoryType__Group_5_0__1__Impl() throws RecognitionExcep
}
return ;
}
- // $ANTLR end "rule__MemoryType__Group_5_0__1__Impl"
+ // $ANTLR end "rule__MemoryType__Group_5_0__2__Impl"
// $ANTLR start "rule__MemoryType__Group_5_1__0"
- // InternalAadl2Parser.g:30567:1: rule__MemoryType__Group_5_1__0 : rule__MemoryType__Group_5_1__0__Impl rule__MemoryType__Group_5_1__1 ;
+ // InternalAadl2Parser.g:29941:1: rule__MemoryType__Group_5_1__0 : rule__MemoryType__Group_5_1__0__Impl rule__MemoryType__Group_5_1__1 ;
public final void rule__MemoryType__Group_5_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30571:1: ( rule__MemoryType__Group_5_1__0__Impl rule__MemoryType__Group_5_1__1 )
- // InternalAadl2Parser.g:30572:2: rule__MemoryType__Group_5_1__0__Impl rule__MemoryType__Group_5_1__1
+ // InternalAadl2Parser.g:29945:1: ( rule__MemoryType__Group_5_1__0__Impl rule__MemoryType__Group_5_1__1 )
+ // InternalAadl2Parser.g:29946:2: rule__MemoryType__Group_5_1__0__Impl rule__MemoryType__Group_5_1__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__MemoryType__Group_5_1__0__Impl();
@@ -121430,17 +119515,17 @@ public final void rule__MemoryType__Group_5_1__0() throws RecognitionException {
// $ANTLR start "rule__MemoryType__Group_5_1__0__Impl"
- // InternalAadl2Parser.g:30579:1: rule__MemoryType__Group_5_1__0__Impl : ( Modes ) ;
+ // InternalAadl2Parser.g:29953:1: rule__MemoryType__Group_5_1__0__Impl : ( Modes ) ;
public final void rule__MemoryType__Group_5_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30583:1: ( ( Modes ) )
- // InternalAadl2Parser.g:30584:1: ( Modes )
+ // InternalAadl2Parser.g:29957:1: ( ( Modes ) )
+ // InternalAadl2Parser.g:29958:1: ( Modes )
{
- // InternalAadl2Parser.g:30584:1: ( Modes )
- // InternalAadl2Parser.g:30585:2: Modes
+ // InternalAadl2Parser.g:29958:1: ( Modes )
+ // InternalAadl2Parser.g:29959:2: Modes
{
before(grammarAccess.getMemoryTypeAccess().getModesKeyword_5_1_0());
match(input,Modes,FollowSets000.FOLLOW_2);
@@ -121467,14 +119552,14 @@ public final void rule__MemoryType__Group_5_1__0__Impl() throws RecognitionExcep
// $ANTLR start "rule__MemoryType__Group_5_1__1"
- // InternalAadl2Parser.g:30594:1: rule__MemoryType__Group_5_1__1 : rule__MemoryType__Group_5_1__1__Impl ;
+ // InternalAadl2Parser.g:29968:1: rule__MemoryType__Group_5_1__1 : rule__MemoryType__Group_5_1__1__Impl ;
public final void rule__MemoryType__Group_5_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30598:1: ( rule__MemoryType__Group_5_1__1__Impl )
- // InternalAadl2Parser.g:30599:2: rule__MemoryType__Group_5_1__1__Impl
+ // InternalAadl2Parser.g:29972:1: ( rule__MemoryType__Group_5_1__1__Impl )
+ // InternalAadl2Parser.g:29973:2: rule__MemoryType__Group_5_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__Group_5_1__1__Impl();
@@ -121500,21 +119585,21 @@ public final void rule__MemoryType__Group_5_1__1() throws RecognitionException {
// $ANTLR start "rule__MemoryType__Group_5_1__1__Impl"
- // InternalAadl2Parser.g:30605:1: rule__MemoryType__Group_5_1__1__Impl : ( ( rule__MemoryType__Alternatives_5_1_1 ) ) ;
+ // InternalAadl2Parser.g:29979:1: rule__MemoryType__Group_5_1__1__Impl : ( ( rule__MemoryType__Alternatives_5_1_1 ) ) ;
public final void rule__MemoryType__Group_5_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30609:1: ( ( ( rule__MemoryType__Alternatives_5_1_1 ) ) )
- // InternalAadl2Parser.g:30610:1: ( ( rule__MemoryType__Alternatives_5_1_1 ) )
+ // InternalAadl2Parser.g:29983:1: ( ( ( rule__MemoryType__Alternatives_5_1_1 ) ) )
+ // InternalAadl2Parser.g:29984:1: ( ( rule__MemoryType__Alternatives_5_1_1 ) )
{
- // InternalAadl2Parser.g:30610:1: ( ( rule__MemoryType__Alternatives_5_1_1 ) )
- // InternalAadl2Parser.g:30611:2: ( rule__MemoryType__Alternatives_5_1_1 )
+ // InternalAadl2Parser.g:29984:1: ( ( rule__MemoryType__Alternatives_5_1_1 ) )
+ // InternalAadl2Parser.g:29985:2: ( rule__MemoryType__Alternatives_5_1_1 )
{
before(grammarAccess.getMemoryTypeAccess().getAlternatives_5_1_1());
- // InternalAadl2Parser.g:30612:2: ( rule__MemoryType__Alternatives_5_1_1 )
- // InternalAadl2Parser.g:30612:3: rule__MemoryType__Alternatives_5_1_1
+ // InternalAadl2Parser.g:29986:2: ( rule__MemoryType__Alternatives_5_1_1 )
+ // InternalAadl2Parser.g:29986:3: rule__MemoryType__Alternatives_5_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__Alternatives_5_1_1();
@@ -121547,14 +119632,14 @@ public final void rule__MemoryType__Group_5_1__1__Impl() throws RecognitionExcep
// $ANTLR start "rule__MemoryType__Group_5_1_1_1__0"
- // InternalAadl2Parser.g:30621:1: rule__MemoryType__Group_5_1_1_1__0 : rule__MemoryType__Group_5_1_1_1__0__Impl rule__MemoryType__Group_5_1_1_1__1 ;
+ // InternalAadl2Parser.g:29995:1: rule__MemoryType__Group_5_1_1_1__0 : rule__MemoryType__Group_5_1_1_1__0__Impl rule__MemoryType__Group_5_1_1_1__1 ;
public final void rule__MemoryType__Group_5_1_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30625:1: ( rule__MemoryType__Group_5_1_1_1__0__Impl rule__MemoryType__Group_5_1_1_1__1 )
- // InternalAadl2Parser.g:30626:2: rule__MemoryType__Group_5_1_1_1__0__Impl rule__MemoryType__Group_5_1_1_1__1
+ // InternalAadl2Parser.g:29999:1: ( rule__MemoryType__Group_5_1_1_1__0__Impl rule__MemoryType__Group_5_1_1_1__1 )
+ // InternalAadl2Parser.g:30000:2: rule__MemoryType__Group_5_1_1_1__0__Impl rule__MemoryType__Group_5_1_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__MemoryType__Group_5_1_1_1__0__Impl();
@@ -121585,21 +119670,21 @@ public final void rule__MemoryType__Group_5_1_1_1__0() throws RecognitionExcepti
// $ANTLR start "rule__MemoryType__Group_5_1_1_1__0__Impl"
- // InternalAadl2Parser.g:30633:1: rule__MemoryType__Group_5_1_1_1__0__Impl : ( ( rule__MemoryType__NoModesAssignment_5_1_1_1_0 ) ) ;
+ // InternalAadl2Parser.g:30007:1: rule__MemoryType__Group_5_1_1_1__0__Impl : ( ( rule__MemoryType__NoModesAssignment_5_1_1_1_0 ) ) ;
public final void rule__MemoryType__Group_5_1_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30637:1: ( ( ( rule__MemoryType__NoModesAssignment_5_1_1_1_0 ) ) )
- // InternalAadl2Parser.g:30638:1: ( ( rule__MemoryType__NoModesAssignment_5_1_1_1_0 ) )
+ // InternalAadl2Parser.g:30011:1: ( ( ( rule__MemoryType__NoModesAssignment_5_1_1_1_0 ) ) )
+ // InternalAadl2Parser.g:30012:1: ( ( rule__MemoryType__NoModesAssignment_5_1_1_1_0 ) )
{
- // InternalAadl2Parser.g:30638:1: ( ( rule__MemoryType__NoModesAssignment_5_1_1_1_0 ) )
- // InternalAadl2Parser.g:30639:2: ( rule__MemoryType__NoModesAssignment_5_1_1_1_0 )
+ // InternalAadl2Parser.g:30012:1: ( ( rule__MemoryType__NoModesAssignment_5_1_1_1_0 ) )
+ // InternalAadl2Parser.g:30013:2: ( rule__MemoryType__NoModesAssignment_5_1_1_1_0 )
{
before(grammarAccess.getMemoryTypeAccess().getNoModesAssignment_5_1_1_1_0());
- // InternalAadl2Parser.g:30640:2: ( rule__MemoryType__NoModesAssignment_5_1_1_1_0 )
- // InternalAadl2Parser.g:30640:3: rule__MemoryType__NoModesAssignment_5_1_1_1_0
+ // InternalAadl2Parser.g:30014:2: ( rule__MemoryType__NoModesAssignment_5_1_1_1_0 )
+ // InternalAadl2Parser.g:30014:3: rule__MemoryType__NoModesAssignment_5_1_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__NoModesAssignment_5_1_1_1_0();
@@ -121632,14 +119717,14 @@ public final void rule__MemoryType__Group_5_1_1_1__0__Impl() throws RecognitionE
// $ANTLR start "rule__MemoryType__Group_5_1_1_1__1"
- // InternalAadl2Parser.g:30648:1: rule__MemoryType__Group_5_1_1_1__1 : rule__MemoryType__Group_5_1_1_1__1__Impl ;
+ // InternalAadl2Parser.g:30022:1: rule__MemoryType__Group_5_1_1_1__1 : rule__MemoryType__Group_5_1_1_1__1__Impl ;
public final void rule__MemoryType__Group_5_1_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30652:1: ( rule__MemoryType__Group_5_1_1_1__1__Impl )
- // InternalAadl2Parser.g:30653:2: rule__MemoryType__Group_5_1_1_1__1__Impl
+ // InternalAadl2Parser.g:30026:1: ( rule__MemoryType__Group_5_1_1_1__1__Impl )
+ // InternalAadl2Parser.g:30027:2: rule__MemoryType__Group_5_1_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__Group_5_1_1_1__1__Impl();
@@ -121665,17 +119750,17 @@ public final void rule__MemoryType__Group_5_1_1_1__1() throws RecognitionExcepti
// $ANTLR start "rule__MemoryType__Group_5_1_1_1__1__Impl"
- // InternalAadl2Parser.g:30659:1: rule__MemoryType__Group_5_1_1_1__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:30033:1: rule__MemoryType__Group_5_1_1_1__1__Impl : ( Semicolon ) ;
public final void rule__MemoryType__Group_5_1_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30663:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:30664:1: ( Semicolon )
+ // InternalAadl2Parser.g:30037:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:30038:1: ( Semicolon )
{
- // InternalAadl2Parser.g:30664:1: ( Semicolon )
- // InternalAadl2Parser.g:30665:2: Semicolon
+ // InternalAadl2Parser.g:30038:1: ( Semicolon )
+ // InternalAadl2Parser.g:30039:2: Semicolon
{
before(grammarAccess.getMemoryTypeAccess().getSemicolonKeyword_5_1_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -121702,14 +119787,14 @@ public final void rule__MemoryType__Group_5_1_1_1__1__Impl() throws RecognitionE
// $ANTLR start "rule__MemoryType__Group_6__0"
- // InternalAadl2Parser.g:30675:1: rule__MemoryType__Group_6__0 : rule__MemoryType__Group_6__0__Impl rule__MemoryType__Group_6__1 ;
+ // InternalAadl2Parser.g:30049:1: rule__MemoryType__Group_6__0 : rule__MemoryType__Group_6__0__Impl rule__MemoryType__Group_6__1 ;
public final void rule__MemoryType__Group_6__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30679:1: ( rule__MemoryType__Group_6__0__Impl rule__MemoryType__Group_6__1 )
- // InternalAadl2Parser.g:30680:2: rule__MemoryType__Group_6__0__Impl rule__MemoryType__Group_6__1
+ // InternalAadl2Parser.g:30053:1: ( rule__MemoryType__Group_6__0__Impl rule__MemoryType__Group_6__1 )
+ // InternalAadl2Parser.g:30054:2: rule__MemoryType__Group_6__0__Impl rule__MemoryType__Group_6__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__MemoryType__Group_6__0__Impl();
@@ -121740,17 +119825,17 @@ public final void rule__MemoryType__Group_6__0() throws RecognitionException {
// $ANTLR start "rule__MemoryType__Group_6__0__Impl"
- // InternalAadl2Parser.g:30687:1: rule__MemoryType__Group_6__0__Impl : ( Properties ) ;
+ // InternalAadl2Parser.g:30061:1: rule__MemoryType__Group_6__0__Impl : ( Properties ) ;
public final void rule__MemoryType__Group_6__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30691:1: ( ( Properties ) )
- // InternalAadl2Parser.g:30692:1: ( Properties )
+ // InternalAadl2Parser.g:30065:1: ( ( Properties ) )
+ // InternalAadl2Parser.g:30066:1: ( Properties )
{
- // InternalAadl2Parser.g:30692:1: ( Properties )
- // InternalAadl2Parser.g:30693:2: Properties
+ // InternalAadl2Parser.g:30066:1: ( Properties )
+ // InternalAadl2Parser.g:30067:2: Properties
{
before(grammarAccess.getMemoryTypeAccess().getPropertiesKeyword_6_0());
match(input,Properties,FollowSets000.FOLLOW_2);
@@ -121777,14 +119862,14 @@ public final void rule__MemoryType__Group_6__0__Impl() throws RecognitionExcepti
// $ANTLR start "rule__MemoryType__Group_6__1"
- // InternalAadl2Parser.g:30702:1: rule__MemoryType__Group_6__1 : rule__MemoryType__Group_6__1__Impl ;
+ // InternalAadl2Parser.g:30076:1: rule__MemoryType__Group_6__1 : rule__MemoryType__Group_6__1__Impl ;
public final void rule__MemoryType__Group_6__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30706:1: ( rule__MemoryType__Group_6__1__Impl )
- // InternalAadl2Parser.g:30707:2: rule__MemoryType__Group_6__1__Impl
+ // InternalAadl2Parser.g:30080:1: ( rule__MemoryType__Group_6__1__Impl )
+ // InternalAadl2Parser.g:30081:2: rule__MemoryType__Group_6__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__Group_6__1__Impl();
@@ -121810,21 +119895,21 @@ public final void rule__MemoryType__Group_6__1() throws RecognitionException {
// $ANTLR start "rule__MemoryType__Group_6__1__Impl"
- // InternalAadl2Parser.g:30713:1: rule__MemoryType__Group_6__1__Impl : ( ( rule__MemoryType__Alternatives_6_1 ) ) ;
+ // InternalAadl2Parser.g:30087:1: rule__MemoryType__Group_6__1__Impl : ( ( rule__MemoryType__Alternatives_6_1 ) ) ;
public final void rule__MemoryType__Group_6__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30717:1: ( ( ( rule__MemoryType__Alternatives_6_1 ) ) )
- // InternalAadl2Parser.g:30718:1: ( ( rule__MemoryType__Alternatives_6_1 ) )
+ // InternalAadl2Parser.g:30091:1: ( ( ( rule__MemoryType__Alternatives_6_1 ) ) )
+ // InternalAadl2Parser.g:30092:1: ( ( rule__MemoryType__Alternatives_6_1 ) )
{
- // InternalAadl2Parser.g:30718:1: ( ( rule__MemoryType__Alternatives_6_1 ) )
- // InternalAadl2Parser.g:30719:2: ( rule__MemoryType__Alternatives_6_1 )
+ // InternalAadl2Parser.g:30092:1: ( ( rule__MemoryType__Alternatives_6_1 ) )
+ // InternalAadl2Parser.g:30093:2: ( rule__MemoryType__Alternatives_6_1 )
{
before(grammarAccess.getMemoryTypeAccess().getAlternatives_6_1());
- // InternalAadl2Parser.g:30720:2: ( rule__MemoryType__Alternatives_6_1 )
- // InternalAadl2Parser.g:30720:3: rule__MemoryType__Alternatives_6_1
+ // InternalAadl2Parser.g:30094:2: ( rule__MemoryType__Alternatives_6_1 )
+ // InternalAadl2Parser.g:30094:3: rule__MemoryType__Alternatives_6_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__Alternatives_6_1();
@@ -121857,14 +119942,14 @@ public final void rule__MemoryType__Group_6__1__Impl() throws RecognitionExcepti
// $ANTLR start "rule__MemoryType__Group_6_1_1__0"
- // InternalAadl2Parser.g:30729:1: rule__MemoryType__Group_6_1_1__0 : rule__MemoryType__Group_6_1_1__0__Impl rule__MemoryType__Group_6_1_1__1 ;
+ // InternalAadl2Parser.g:30103:1: rule__MemoryType__Group_6_1_1__0 : rule__MemoryType__Group_6_1_1__0__Impl rule__MemoryType__Group_6_1_1__1 ;
public final void rule__MemoryType__Group_6_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30733:1: ( rule__MemoryType__Group_6_1_1__0__Impl rule__MemoryType__Group_6_1_1__1 )
- // InternalAadl2Parser.g:30734:2: rule__MemoryType__Group_6_1_1__0__Impl rule__MemoryType__Group_6_1_1__1
+ // InternalAadl2Parser.g:30107:1: ( rule__MemoryType__Group_6_1_1__0__Impl rule__MemoryType__Group_6_1_1__1 )
+ // InternalAadl2Parser.g:30108:2: rule__MemoryType__Group_6_1_1__0__Impl rule__MemoryType__Group_6_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__MemoryType__Group_6_1_1__0__Impl();
@@ -121895,21 +119980,21 @@ public final void rule__MemoryType__Group_6_1_1__0() throws RecognitionException
// $ANTLR start "rule__MemoryType__Group_6_1_1__0__Impl"
- // InternalAadl2Parser.g:30741:1: rule__MemoryType__Group_6_1_1__0__Impl : ( ( rule__MemoryType__NoPropertiesAssignment_6_1_1_0 ) ) ;
+ // InternalAadl2Parser.g:30115:1: rule__MemoryType__Group_6_1_1__0__Impl : ( ( rule__MemoryType__NoPropertiesAssignment_6_1_1_0 ) ) ;
public final void rule__MemoryType__Group_6_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30745:1: ( ( ( rule__MemoryType__NoPropertiesAssignment_6_1_1_0 ) ) )
- // InternalAadl2Parser.g:30746:1: ( ( rule__MemoryType__NoPropertiesAssignment_6_1_1_0 ) )
+ // InternalAadl2Parser.g:30119:1: ( ( ( rule__MemoryType__NoPropertiesAssignment_6_1_1_0 ) ) )
+ // InternalAadl2Parser.g:30120:1: ( ( rule__MemoryType__NoPropertiesAssignment_6_1_1_0 ) )
{
- // InternalAadl2Parser.g:30746:1: ( ( rule__MemoryType__NoPropertiesAssignment_6_1_1_0 ) )
- // InternalAadl2Parser.g:30747:2: ( rule__MemoryType__NoPropertiesAssignment_6_1_1_0 )
+ // InternalAadl2Parser.g:30120:1: ( ( rule__MemoryType__NoPropertiesAssignment_6_1_1_0 ) )
+ // InternalAadl2Parser.g:30121:2: ( rule__MemoryType__NoPropertiesAssignment_6_1_1_0 )
{
before(grammarAccess.getMemoryTypeAccess().getNoPropertiesAssignment_6_1_1_0());
- // InternalAadl2Parser.g:30748:2: ( rule__MemoryType__NoPropertiesAssignment_6_1_1_0 )
- // InternalAadl2Parser.g:30748:3: rule__MemoryType__NoPropertiesAssignment_6_1_1_0
+ // InternalAadl2Parser.g:30122:2: ( rule__MemoryType__NoPropertiesAssignment_6_1_1_0 )
+ // InternalAadl2Parser.g:30122:3: rule__MemoryType__NoPropertiesAssignment_6_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__NoPropertiesAssignment_6_1_1_0();
@@ -121942,14 +120027,14 @@ public final void rule__MemoryType__Group_6_1_1__0__Impl() throws RecognitionExc
// $ANTLR start "rule__MemoryType__Group_6_1_1__1"
- // InternalAadl2Parser.g:30756:1: rule__MemoryType__Group_6_1_1__1 : rule__MemoryType__Group_6_1_1__1__Impl ;
+ // InternalAadl2Parser.g:30130:1: rule__MemoryType__Group_6_1_1__1 : rule__MemoryType__Group_6_1_1__1__Impl ;
public final void rule__MemoryType__Group_6_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30760:1: ( rule__MemoryType__Group_6_1_1__1__Impl )
- // InternalAadl2Parser.g:30761:2: rule__MemoryType__Group_6_1_1__1__Impl
+ // InternalAadl2Parser.g:30134:1: ( rule__MemoryType__Group_6_1_1__1__Impl )
+ // InternalAadl2Parser.g:30135:2: rule__MemoryType__Group_6_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__MemoryType__Group_6_1_1__1__Impl();
@@ -121975,17 +120060,17 @@ public final void rule__MemoryType__Group_6_1_1__1() throws RecognitionException
// $ANTLR start "rule__MemoryType__Group_6_1_1__1__Impl"
- // InternalAadl2Parser.g:30767:1: rule__MemoryType__Group_6_1_1__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:30141:1: rule__MemoryType__Group_6_1_1__1__Impl : ( Semicolon ) ;
public final void rule__MemoryType__Group_6_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30771:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:30772:1: ( Semicolon )
+ // InternalAadl2Parser.g:30145:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:30146:1: ( Semicolon )
{
- // InternalAadl2Parser.g:30772:1: ( Semicolon )
- // InternalAadl2Parser.g:30773:2: Semicolon
+ // InternalAadl2Parser.g:30146:1: ( Semicolon )
+ // InternalAadl2Parser.g:30147:2: Semicolon
{
before(grammarAccess.getMemoryTypeAccess().getSemicolonKeyword_6_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -122012,14 +120097,14 @@ public final void rule__MemoryType__Group_6_1_1__1__Impl() throws RecognitionExc
// $ANTLR start "rule__BusType__Group__0"
- // InternalAadl2Parser.g:30783:1: rule__BusType__Group__0 : rule__BusType__Group__0__Impl rule__BusType__Group__1 ;
+ // InternalAadl2Parser.g:30157:1: rule__BusType__Group__0 : rule__BusType__Group__0__Impl rule__BusType__Group__1 ;
public final void rule__BusType__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30787:1: ( rule__BusType__Group__0__Impl rule__BusType__Group__1 )
- // InternalAadl2Parser.g:30788:2: rule__BusType__Group__0__Impl rule__BusType__Group__1
+ // InternalAadl2Parser.g:30161:1: ( rule__BusType__Group__0__Impl rule__BusType__Group__1 )
+ // InternalAadl2Parser.g:30162:2: rule__BusType__Group__0__Impl rule__BusType__Group__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__BusType__Group__0__Impl();
@@ -122050,17 +120135,17 @@ public final void rule__BusType__Group__0() throws RecognitionException {
// $ANTLR start "rule__BusType__Group__0__Impl"
- // InternalAadl2Parser.g:30795:1: rule__BusType__Group__0__Impl : ( Bus ) ;
+ // InternalAadl2Parser.g:30169:1: rule__BusType__Group__0__Impl : ( Bus ) ;
public final void rule__BusType__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30799:1: ( ( Bus ) )
- // InternalAadl2Parser.g:30800:1: ( Bus )
+ // InternalAadl2Parser.g:30173:1: ( ( Bus ) )
+ // InternalAadl2Parser.g:30174:1: ( Bus )
{
- // InternalAadl2Parser.g:30800:1: ( Bus )
- // InternalAadl2Parser.g:30801:2: Bus
+ // InternalAadl2Parser.g:30174:1: ( Bus )
+ // InternalAadl2Parser.g:30175:2: Bus
{
before(grammarAccess.getBusTypeAccess().getBusKeyword_0());
match(input,Bus,FollowSets000.FOLLOW_2);
@@ -122087,16 +120172,16 @@ public final void rule__BusType__Group__0__Impl() throws RecognitionException {
// $ANTLR start "rule__BusType__Group__1"
- // InternalAadl2Parser.g:30810:1: rule__BusType__Group__1 : rule__BusType__Group__1__Impl rule__BusType__Group__2 ;
+ // InternalAadl2Parser.g:30184:1: rule__BusType__Group__1 : rule__BusType__Group__1__Impl rule__BusType__Group__2 ;
public final void rule__BusType__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30814:1: ( rule__BusType__Group__1__Impl rule__BusType__Group__2 )
- // InternalAadl2Parser.g:30815:2: rule__BusType__Group__1__Impl rule__BusType__Group__2
+ // InternalAadl2Parser.g:30188:1: ( rule__BusType__Group__1__Impl rule__BusType__Group__2 )
+ // InternalAadl2Parser.g:30189:2: rule__BusType__Group__1__Impl rule__BusType__Group__2
{
- pushFollow(FollowSets000.FOLLOW_32);
+ pushFollow(FollowSets000.FOLLOW_33);
rule__BusType__Group__1__Impl();
state._fsp--;
@@ -122125,21 +120210,21 @@ public final void rule__BusType__Group__1() throws RecognitionException {
// $ANTLR start "rule__BusType__Group__1__Impl"
- // InternalAadl2Parser.g:30822:1: rule__BusType__Group__1__Impl : ( ( rule__BusType__NameAssignment_1 ) ) ;
+ // InternalAadl2Parser.g:30196:1: rule__BusType__Group__1__Impl : ( ( rule__BusType__NameAssignment_1 ) ) ;
public final void rule__BusType__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30826:1: ( ( ( rule__BusType__NameAssignment_1 ) ) )
- // InternalAadl2Parser.g:30827:1: ( ( rule__BusType__NameAssignment_1 ) )
+ // InternalAadl2Parser.g:30200:1: ( ( ( rule__BusType__NameAssignment_1 ) ) )
+ // InternalAadl2Parser.g:30201:1: ( ( rule__BusType__NameAssignment_1 ) )
{
- // InternalAadl2Parser.g:30827:1: ( ( rule__BusType__NameAssignment_1 ) )
- // InternalAadl2Parser.g:30828:2: ( rule__BusType__NameAssignment_1 )
+ // InternalAadl2Parser.g:30201:1: ( ( rule__BusType__NameAssignment_1 ) )
+ // InternalAadl2Parser.g:30202:2: ( rule__BusType__NameAssignment_1 )
{
before(grammarAccess.getBusTypeAccess().getNameAssignment_1());
- // InternalAadl2Parser.g:30829:2: ( rule__BusType__NameAssignment_1 )
- // InternalAadl2Parser.g:30829:3: rule__BusType__NameAssignment_1
+ // InternalAadl2Parser.g:30203:2: ( rule__BusType__NameAssignment_1 )
+ // InternalAadl2Parser.g:30203:3: rule__BusType__NameAssignment_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__NameAssignment_1();
@@ -122172,16 +120257,16 @@ public final void rule__BusType__Group__1__Impl() throws RecognitionException {
// $ANTLR start "rule__BusType__Group__2"
- // InternalAadl2Parser.g:30837:1: rule__BusType__Group__2 : rule__BusType__Group__2__Impl rule__BusType__Group__3 ;
+ // InternalAadl2Parser.g:30211:1: rule__BusType__Group__2 : rule__BusType__Group__2__Impl rule__BusType__Group__3 ;
public final void rule__BusType__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30841:1: ( rule__BusType__Group__2__Impl rule__BusType__Group__3 )
- // InternalAadl2Parser.g:30842:2: rule__BusType__Group__2__Impl rule__BusType__Group__3
+ // InternalAadl2Parser.g:30215:1: ( rule__BusType__Group__2__Impl rule__BusType__Group__3 )
+ // InternalAadl2Parser.g:30216:2: rule__BusType__Group__2__Impl rule__BusType__Group__3
{
- pushFollow(FollowSets000.FOLLOW_32);
+ pushFollow(FollowSets000.FOLLOW_33);
rule__BusType__Group__2__Impl();
state._fsp--;
@@ -122210,20 +120295,20 @@ public final void rule__BusType__Group__2() throws RecognitionException {
// $ANTLR start "rule__BusType__Group__2__Impl"
- // InternalAadl2Parser.g:30849:1: rule__BusType__Group__2__Impl : ( ( rule__BusType__Group_2__0 )? ) ;
+ // InternalAadl2Parser.g:30223:1: rule__BusType__Group__2__Impl : ( ( rule__BusType__Group_2__0 )? ) ;
public final void rule__BusType__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30853:1: ( ( ( rule__BusType__Group_2__0 )? ) )
- // InternalAadl2Parser.g:30854:1: ( ( rule__BusType__Group_2__0 )? )
+ // InternalAadl2Parser.g:30227:1: ( ( ( rule__BusType__Group_2__0 )? ) )
+ // InternalAadl2Parser.g:30228:1: ( ( rule__BusType__Group_2__0 )? )
{
- // InternalAadl2Parser.g:30854:1: ( ( rule__BusType__Group_2__0 )? )
- // InternalAadl2Parser.g:30855:2: ( rule__BusType__Group_2__0 )?
+ // InternalAadl2Parser.g:30228:1: ( ( rule__BusType__Group_2__0 )? )
+ // InternalAadl2Parser.g:30229:2: ( rule__BusType__Group_2__0 )?
{
before(grammarAccess.getBusTypeAccess().getGroup_2());
- // InternalAadl2Parser.g:30856:2: ( rule__BusType__Group_2__0 )?
+ // InternalAadl2Parser.g:30230:2: ( rule__BusType__Group_2__0 )?
int alt646=2;
int LA646_0 = input.LA(1);
@@ -122232,7 +120317,7 @@ public final void rule__BusType__Group__2__Impl() throws RecognitionException {
}
switch (alt646) {
case 1 :
- // InternalAadl2Parser.g:30856:3: rule__BusType__Group_2__0
+ // InternalAadl2Parser.g:30230:3: rule__BusType__Group_2__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__Group_2__0();
@@ -122268,16 +120353,16 @@ public final void rule__BusType__Group__2__Impl() throws RecognitionException {
// $ANTLR start "rule__BusType__Group__3"
- // InternalAadl2Parser.g:30864:1: rule__BusType__Group__3 : rule__BusType__Group__3__Impl rule__BusType__Group__4 ;
+ // InternalAadl2Parser.g:30238:1: rule__BusType__Group__3 : rule__BusType__Group__3__Impl rule__BusType__Group__4 ;
public final void rule__BusType__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30868:1: ( rule__BusType__Group__3__Impl rule__BusType__Group__4 )
- // InternalAadl2Parser.g:30869:2: rule__BusType__Group__3__Impl rule__BusType__Group__4
+ // InternalAadl2Parser.g:30242:1: ( rule__BusType__Group__3__Impl rule__BusType__Group__4 )
+ // InternalAadl2Parser.g:30243:2: rule__BusType__Group__3__Impl rule__BusType__Group__4
{
- pushFollow(FollowSets000.FOLLOW_32);
+ pushFollow(FollowSets000.FOLLOW_33);
rule__BusType__Group__3__Impl();
state._fsp--;
@@ -122306,20 +120391,20 @@ public final void rule__BusType__Group__3() throws RecognitionException {
// $ANTLR start "rule__BusType__Group__3__Impl"
- // InternalAadl2Parser.g:30876:1: rule__BusType__Group__3__Impl : ( ( rule__BusType__Group_3__0 )? ) ;
+ // InternalAadl2Parser.g:30250:1: rule__BusType__Group__3__Impl : ( ( rule__BusType__Group_3__0 )? ) ;
public final void rule__BusType__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30880:1: ( ( ( rule__BusType__Group_3__0 )? ) )
- // InternalAadl2Parser.g:30881:1: ( ( rule__BusType__Group_3__0 )? )
+ // InternalAadl2Parser.g:30254:1: ( ( ( rule__BusType__Group_3__0 )? ) )
+ // InternalAadl2Parser.g:30255:1: ( ( rule__BusType__Group_3__0 )? )
{
- // InternalAadl2Parser.g:30881:1: ( ( rule__BusType__Group_3__0 )? )
- // InternalAadl2Parser.g:30882:2: ( rule__BusType__Group_3__0 )?
+ // InternalAadl2Parser.g:30255:1: ( ( rule__BusType__Group_3__0 )? )
+ // InternalAadl2Parser.g:30256:2: ( rule__BusType__Group_3__0 )?
{
before(grammarAccess.getBusTypeAccess().getGroup_3());
- // InternalAadl2Parser.g:30883:2: ( rule__BusType__Group_3__0 )?
+ // InternalAadl2Parser.g:30257:2: ( rule__BusType__Group_3__0 )?
int alt647=2;
int LA647_0 = input.LA(1);
@@ -122328,7 +120413,7 @@ public final void rule__BusType__Group__3__Impl() throws RecognitionException {
}
switch (alt647) {
case 1 :
- // InternalAadl2Parser.g:30883:3: rule__BusType__Group_3__0
+ // InternalAadl2Parser.g:30257:3: rule__BusType__Group_3__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__Group_3__0();
@@ -122364,16 +120449,16 @@ public final void rule__BusType__Group__3__Impl() throws RecognitionException {
// $ANTLR start "rule__BusType__Group__4"
- // InternalAadl2Parser.g:30891:1: rule__BusType__Group__4 : rule__BusType__Group__4__Impl rule__BusType__Group__5 ;
+ // InternalAadl2Parser.g:30265:1: rule__BusType__Group__4 : rule__BusType__Group__4__Impl rule__BusType__Group__5 ;
public final void rule__BusType__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30895:1: ( rule__BusType__Group__4__Impl rule__BusType__Group__5 )
- // InternalAadl2Parser.g:30896:2: rule__BusType__Group__4__Impl rule__BusType__Group__5
+ // InternalAadl2Parser.g:30269:1: ( rule__BusType__Group__4__Impl rule__BusType__Group__5 )
+ // InternalAadl2Parser.g:30270:2: rule__BusType__Group__4__Impl rule__BusType__Group__5
{
- pushFollow(FollowSets000.FOLLOW_32);
+ pushFollow(FollowSets000.FOLLOW_33);
rule__BusType__Group__4__Impl();
state._fsp--;
@@ -122402,20 +120487,20 @@ public final void rule__BusType__Group__4() throws RecognitionException {
// $ANTLR start "rule__BusType__Group__4__Impl"
- // InternalAadl2Parser.g:30903:1: rule__BusType__Group__4__Impl : ( ( rule__BusType__Group_4__0 )? ) ;
+ // InternalAadl2Parser.g:30277:1: rule__BusType__Group__4__Impl : ( ( rule__BusType__Group_4__0 )? ) ;
public final void rule__BusType__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30907:1: ( ( ( rule__BusType__Group_4__0 )? ) )
- // InternalAadl2Parser.g:30908:1: ( ( rule__BusType__Group_4__0 )? )
+ // InternalAadl2Parser.g:30281:1: ( ( ( rule__BusType__Group_4__0 )? ) )
+ // InternalAadl2Parser.g:30282:1: ( ( rule__BusType__Group_4__0 )? )
{
- // InternalAadl2Parser.g:30908:1: ( ( rule__BusType__Group_4__0 )? )
- // InternalAadl2Parser.g:30909:2: ( rule__BusType__Group_4__0 )?
+ // InternalAadl2Parser.g:30282:1: ( ( rule__BusType__Group_4__0 )? )
+ // InternalAadl2Parser.g:30283:2: ( rule__BusType__Group_4__0 )?
{
before(grammarAccess.getBusTypeAccess().getGroup_4());
- // InternalAadl2Parser.g:30910:2: ( rule__BusType__Group_4__0 )?
+ // InternalAadl2Parser.g:30284:2: ( rule__BusType__Group_4__0 )?
int alt648=2;
int LA648_0 = input.LA(1);
@@ -122424,7 +120509,7 @@ public final void rule__BusType__Group__4__Impl() throws RecognitionException {
}
switch (alt648) {
case 1 :
- // InternalAadl2Parser.g:30910:3: rule__BusType__Group_4__0
+ // InternalAadl2Parser.g:30284:3: rule__BusType__Group_4__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__Group_4__0();
@@ -122460,16 +120545,16 @@ public final void rule__BusType__Group__4__Impl() throws RecognitionException {
// $ANTLR start "rule__BusType__Group__5"
- // InternalAadl2Parser.g:30918:1: rule__BusType__Group__5 : rule__BusType__Group__5__Impl rule__BusType__Group__6 ;
+ // InternalAadl2Parser.g:30292:1: rule__BusType__Group__5 : rule__BusType__Group__5__Impl rule__BusType__Group__6 ;
public final void rule__BusType__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30922:1: ( rule__BusType__Group__5__Impl rule__BusType__Group__6 )
- // InternalAadl2Parser.g:30923:2: rule__BusType__Group__5__Impl rule__BusType__Group__6
+ // InternalAadl2Parser.g:30296:1: ( rule__BusType__Group__5__Impl rule__BusType__Group__6 )
+ // InternalAadl2Parser.g:30297:2: rule__BusType__Group__5__Impl rule__BusType__Group__6
{
- pushFollow(FollowSets000.FOLLOW_32);
+ pushFollow(FollowSets000.FOLLOW_33);
rule__BusType__Group__5__Impl();
state._fsp--;
@@ -122498,20 +120583,20 @@ public final void rule__BusType__Group__5() throws RecognitionException {
// $ANTLR start "rule__BusType__Group__5__Impl"
- // InternalAadl2Parser.g:30930:1: rule__BusType__Group__5__Impl : ( ( rule__BusType__Alternatives_5 )? ) ;
+ // InternalAadl2Parser.g:30304:1: rule__BusType__Group__5__Impl : ( ( rule__BusType__Alternatives_5 )? ) ;
public final void rule__BusType__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30934:1: ( ( ( rule__BusType__Alternatives_5 )? ) )
- // InternalAadl2Parser.g:30935:1: ( ( rule__BusType__Alternatives_5 )? )
+ // InternalAadl2Parser.g:30308:1: ( ( ( rule__BusType__Alternatives_5 )? ) )
+ // InternalAadl2Parser.g:30309:1: ( ( rule__BusType__Alternatives_5 )? )
{
- // InternalAadl2Parser.g:30935:1: ( ( rule__BusType__Alternatives_5 )? )
- // InternalAadl2Parser.g:30936:2: ( rule__BusType__Alternatives_5 )?
+ // InternalAadl2Parser.g:30309:1: ( ( rule__BusType__Alternatives_5 )? )
+ // InternalAadl2Parser.g:30310:2: ( rule__BusType__Alternatives_5 )?
{
before(grammarAccess.getBusTypeAccess().getAlternatives_5());
- // InternalAadl2Parser.g:30937:2: ( rule__BusType__Alternatives_5 )?
+ // InternalAadl2Parser.g:30311:2: ( rule__BusType__Alternatives_5 )?
int alt649=2;
int LA649_0 = input.LA(1);
@@ -122520,7 +120605,7 @@ public final void rule__BusType__Group__5__Impl() throws RecognitionException {
}
switch (alt649) {
case 1 :
- // InternalAadl2Parser.g:30937:3: rule__BusType__Alternatives_5
+ // InternalAadl2Parser.g:30311:3: rule__BusType__Alternatives_5
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__Alternatives_5();
@@ -122556,16 +120641,16 @@ public final void rule__BusType__Group__5__Impl() throws RecognitionException {
// $ANTLR start "rule__BusType__Group__6"
- // InternalAadl2Parser.g:30945:1: rule__BusType__Group__6 : rule__BusType__Group__6__Impl rule__BusType__Group__7 ;
+ // InternalAadl2Parser.g:30319:1: rule__BusType__Group__6 : rule__BusType__Group__6__Impl rule__BusType__Group__7 ;
public final void rule__BusType__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30949:1: ( rule__BusType__Group__6__Impl rule__BusType__Group__7 )
- // InternalAadl2Parser.g:30950:2: rule__BusType__Group__6__Impl rule__BusType__Group__7
+ // InternalAadl2Parser.g:30323:1: ( rule__BusType__Group__6__Impl rule__BusType__Group__7 )
+ // InternalAadl2Parser.g:30324:2: rule__BusType__Group__6__Impl rule__BusType__Group__7
{
- pushFollow(FollowSets000.FOLLOW_32);
+ pushFollow(FollowSets000.FOLLOW_33);
rule__BusType__Group__6__Impl();
state._fsp--;
@@ -122594,20 +120679,20 @@ public final void rule__BusType__Group__6() throws RecognitionException {
// $ANTLR start "rule__BusType__Group__6__Impl"
- // InternalAadl2Parser.g:30957:1: rule__BusType__Group__6__Impl : ( ( rule__BusType__Group_6__0 )? ) ;
+ // InternalAadl2Parser.g:30331:1: rule__BusType__Group__6__Impl : ( ( rule__BusType__Group_6__0 )? ) ;
public final void rule__BusType__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30961:1: ( ( ( rule__BusType__Group_6__0 )? ) )
- // InternalAadl2Parser.g:30962:1: ( ( rule__BusType__Group_6__0 )? )
+ // InternalAadl2Parser.g:30335:1: ( ( ( rule__BusType__Group_6__0 )? ) )
+ // InternalAadl2Parser.g:30336:1: ( ( rule__BusType__Group_6__0 )? )
{
- // InternalAadl2Parser.g:30962:1: ( ( rule__BusType__Group_6__0 )? )
- // InternalAadl2Parser.g:30963:2: ( rule__BusType__Group_6__0 )?
+ // InternalAadl2Parser.g:30336:1: ( ( rule__BusType__Group_6__0 )? )
+ // InternalAadl2Parser.g:30337:2: ( rule__BusType__Group_6__0 )?
{
before(grammarAccess.getBusTypeAccess().getGroup_6());
- // InternalAadl2Parser.g:30964:2: ( rule__BusType__Group_6__0 )?
+ // InternalAadl2Parser.g:30338:2: ( rule__BusType__Group_6__0 )?
int alt650=2;
int LA650_0 = input.LA(1);
@@ -122616,7 +120701,7 @@ public final void rule__BusType__Group__6__Impl() throws RecognitionException {
}
switch (alt650) {
case 1 :
- // InternalAadl2Parser.g:30964:3: rule__BusType__Group_6__0
+ // InternalAadl2Parser.g:30338:3: rule__BusType__Group_6__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__Group_6__0();
@@ -122652,16 +120737,16 @@ public final void rule__BusType__Group__6__Impl() throws RecognitionException {
// $ANTLR start "rule__BusType__Group__7"
- // InternalAadl2Parser.g:30972:1: rule__BusType__Group__7 : rule__BusType__Group__7__Impl rule__BusType__Group__8 ;
+ // InternalAadl2Parser.g:30346:1: rule__BusType__Group__7 : rule__BusType__Group__7__Impl rule__BusType__Group__8 ;
public final void rule__BusType__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30976:1: ( rule__BusType__Group__7__Impl rule__BusType__Group__8 )
- // InternalAadl2Parser.g:30977:2: rule__BusType__Group__7__Impl rule__BusType__Group__8
+ // InternalAadl2Parser.g:30350:1: ( rule__BusType__Group__7__Impl rule__BusType__Group__8 )
+ // InternalAadl2Parser.g:30351:2: rule__BusType__Group__7__Impl rule__BusType__Group__8
{
- pushFollow(FollowSets000.FOLLOW_32);
+ pushFollow(FollowSets000.FOLLOW_33);
rule__BusType__Group__7__Impl();
state._fsp--;
@@ -122690,20 +120775,20 @@ public final void rule__BusType__Group__7() throws RecognitionException {
// $ANTLR start "rule__BusType__Group__7__Impl"
- // InternalAadl2Parser.g:30984:1: rule__BusType__Group__7__Impl : ( ( rule__BusType__OwnedAnnexSubclauseAssignment_7 )* ) ;
+ // InternalAadl2Parser.g:30358:1: rule__BusType__Group__7__Impl : ( ( rule__BusType__OwnedAnnexSubclauseAssignment_7 )* ) ;
public final void rule__BusType__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:30988:1: ( ( ( rule__BusType__OwnedAnnexSubclauseAssignment_7 )* ) )
- // InternalAadl2Parser.g:30989:1: ( ( rule__BusType__OwnedAnnexSubclauseAssignment_7 )* )
+ // InternalAadl2Parser.g:30362:1: ( ( ( rule__BusType__OwnedAnnexSubclauseAssignment_7 )* ) )
+ // InternalAadl2Parser.g:30363:1: ( ( rule__BusType__OwnedAnnexSubclauseAssignment_7 )* )
{
- // InternalAadl2Parser.g:30989:1: ( ( rule__BusType__OwnedAnnexSubclauseAssignment_7 )* )
- // InternalAadl2Parser.g:30990:2: ( rule__BusType__OwnedAnnexSubclauseAssignment_7 )*
+ // InternalAadl2Parser.g:30363:1: ( ( rule__BusType__OwnedAnnexSubclauseAssignment_7 )* )
+ // InternalAadl2Parser.g:30364:2: ( rule__BusType__OwnedAnnexSubclauseAssignment_7 )*
{
before(grammarAccess.getBusTypeAccess().getOwnedAnnexSubclauseAssignment_7());
- // InternalAadl2Parser.g:30991:2: ( rule__BusType__OwnedAnnexSubclauseAssignment_7 )*
+ // InternalAadl2Parser.g:30365:2: ( rule__BusType__OwnedAnnexSubclauseAssignment_7 )*
loop651:
do {
int alt651=2;
@@ -122716,7 +120801,7 @@ public final void rule__BusType__Group__7__Impl() throws RecognitionException {
switch (alt651) {
case 1 :
- // InternalAadl2Parser.g:30991:3: rule__BusType__OwnedAnnexSubclauseAssignment_7
+ // InternalAadl2Parser.g:30365:3: rule__BusType__OwnedAnnexSubclauseAssignment_7
{
pushFollow(FollowSets000.FOLLOW_28);
rule__BusType__OwnedAnnexSubclauseAssignment_7();
@@ -122755,14 +120840,14 @@ public final void rule__BusType__Group__7__Impl() throws RecognitionException {
// $ANTLR start "rule__BusType__Group__8"
- // InternalAadl2Parser.g:30999:1: rule__BusType__Group__8 : rule__BusType__Group__8__Impl rule__BusType__Group__9 ;
+ // InternalAadl2Parser.g:30373:1: rule__BusType__Group__8 : rule__BusType__Group__8__Impl rule__BusType__Group__9 ;
public final void rule__BusType__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31003:1: ( rule__BusType__Group__8__Impl rule__BusType__Group__9 )
- // InternalAadl2Parser.g:31004:2: rule__BusType__Group__8__Impl rule__BusType__Group__9
+ // InternalAadl2Parser.g:30377:1: ( rule__BusType__Group__8__Impl rule__BusType__Group__9 )
+ // InternalAadl2Parser.g:30378:2: rule__BusType__Group__8__Impl rule__BusType__Group__9
{
pushFollow(FollowSets000.FOLLOW_4);
rule__BusType__Group__8__Impl();
@@ -122793,17 +120878,17 @@ public final void rule__BusType__Group__8() throws RecognitionException {
// $ANTLR start "rule__BusType__Group__8__Impl"
- // InternalAadl2Parser.g:31011:1: rule__BusType__Group__8__Impl : ( End ) ;
+ // InternalAadl2Parser.g:30385:1: rule__BusType__Group__8__Impl : ( End ) ;
public final void rule__BusType__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31015:1: ( ( End ) )
- // InternalAadl2Parser.g:31016:1: ( End )
+ // InternalAadl2Parser.g:30389:1: ( ( End ) )
+ // InternalAadl2Parser.g:30390:1: ( End )
{
- // InternalAadl2Parser.g:31016:1: ( End )
- // InternalAadl2Parser.g:31017:2: End
+ // InternalAadl2Parser.g:30390:1: ( End )
+ // InternalAadl2Parser.g:30391:2: End
{
before(grammarAccess.getBusTypeAccess().getEndKeyword_8());
match(input,End,FollowSets000.FOLLOW_2);
@@ -122830,14 +120915,14 @@ public final void rule__BusType__Group__8__Impl() throws RecognitionException {
// $ANTLR start "rule__BusType__Group__9"
- // InternalAadl2Parser.g:31026:1: rule__BusType__Group__9 : rule__BusType__Group__9__Impl rule__BusType__Group__10 ;
+ // InternalAadl2Parser.g:30400:1: rule__BusType__Group__9 : rule__BusType__Group__9__Impl rule__BusType__Group__10 ;
public final void rule__BusType__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31030:1: ( rule__BusType__Group__9__Impl rule__BusType__Group__10 )
- // InternalAadl2Parser.g:31031:2: rule__BusType__Group__9__Impl rule__BusType__Group__10
+ // InternalAadl2Parser.g:30404:1: ( rule__BusType__Group__9__Impl rule__BusType__Group__10 )
+ // InternalAadl2Parser.g:30405:2: rule__BusType__Group__9__Impl rule__BusType__Group__10
{
pushFollow(FollowSets000.FOLLOW_7);
rule__BusType__Group__9__Impl();
@@ -122868,17 +120953,17 @@ public final void rule__BusType__Group__9() throws RecognitionException {
// $ANTLR start "rule__BusType__Group__9__Impl"
- // InternalAadl2Parser.g:31038:1: rule__BusType__Group__9__Impl : ( RULE_ID ) ;
+ // InternalAadl2Parser.g:30412:1: rule__BusType__Group__9__Impl : ( RULE_ID ) ;
public final void rule__BusType__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31042:1: ( ( RULE_ID ) )
- // InternalAadl2Parser.g:31043:1: ( RULE_ID )
+ // InternalAadl2Parser.g:30416:1: ( ( RULE_ID ) )
+ // InternalAadl2Parser.g:30417:1: ( RULE_ID )
{
- // InternalAadl2Parser.g:31043:1: ( RULE_ID )
- // InternalAadl2Parser.g:31044:2: RULE_ID
+ // InternalAadl2Parser.g:30417:1: ( RULE_ID )
+ // InternalAadl2Parser.g:30418:2: RULE_ID
{
before(grammarAccess.getBusTypeAccess().getIDTerminalRuleCall_9());
match(input,RULE_ID,FollowSets000.FOLLOW_2);
@@ -122905,14 +120990,14 @@ public final void rule__BusType__Group__9__Impl() throws RecognitionException {
// $ANTLR start "rule__BusType__Group__10"
- // InternalAadl2Parser.g:31053:1: rule__BusType__Group__10 : rule__BusType__Group__10__Impl ;
+ // InternalAadl2Parser.g:30427:1: rule__BusType__Group__10 : rule__BusType__Group__10__Impl ;
public final void rule__BusType__Group__10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31057:1: ( rule__BusType__Group__10__Impl )
- // InternalAadl2Parser.g:31058:2: rule__BusType__Group__10__Impl
+ // InternalAadl2Parser.g:30431:1: ( rule__BusType__Group__10__Impl )
+ // InternalAadl2Parser.g:30432:2: rule__BusType__Group__10__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__Group__10__Impl();
@@ -122938,17 +121023,17 @@ public final void rule__BusType__Group__10() throws RecognitionException {
// $ANTLR start "rule__BusType__Group__10__Impl"
- // InternalAadl2Parser.g:31064:1: rule__BusType__Group__10__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:30438:1: rule__BusType__Group__10__Impl : ( Semicolon ) ;
public final void rule__BusType__Group__10__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31068:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:31069:1: ( Semicolon )
+ // InternalAadl2Parser.g:30442:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:30443:1: ( Semicolon )
{
- // InternalAadl2Parser.g:31069:1: ( Semicolon )
- // InternalAadl2Parser.g:31070:2: Semicolon
+ // InternalAadl2Parser.g:30443:1: ( Semicolon )
+ // InternalAadl2Parser.g:30444:2: Semicolon
{
before(grammarAccess.getBusTypeAccess().getSemicolonKeyword_10());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -122975,14 +121060,14 @@ public final void rule__BusType__Group__10__Impl() throws RecognitionException {
// $ANTLR start "rule__BusType__Group_2__0"
- // InternalAadl2Parser.g:31080:1: rule__BusType__Group_2__0 : rule__BusType__Group_2__0__Impl rule__BusType__Group_2__1 ;
+ // InternalAadl2Parser.g:30454:1: rule__BusType__Group_2__0 : rule__BusType__Group_2__0__Impl rule__BusType__Group_2__1 ;
public final void rule__BusType__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31084:1: ( rule__BusType__Group_2__0__Impl rule__BusType__Group_2__1 )
- // InternalAadl2Parser.g:31085:2: rule__BusType__Group_2__0__Impl rule__BusType__Group_2__1
+ // InternalAadl2Parser.g:30458:1: ( rule__BusType__Group_2__0__Impl rule__BusType__Group_2__1 )
+ // InternalAadl2Parser.g:30459:2: rule__BusType__Group_2__0__Impl rule__BusType__Group_2__1
{
pushFollow(FollowSets000.FOLLOW_29);
rule__BusType__Group_2__0__Impl();
@@ -123013,21 +121098,21 @@ public final void rule__BusType__Group_2__0() throws RecognitionException {
// $ANTLR start "rule__BusType__Group_2__0__Impl"
- // InternalAadl2Parser.g:31092:1: rule__BusType__Group_2__0__Impl : ( ( rule__BusType__OwnedExtensionAssignment_2_0 ) ) ;
+ // InternalAadl2Parser.g:30466:1: rule__BusType__Group_2__0__Impl : ( ( rule__BusType__OwnedExtensionAssignment_2_0 ) ) ;
public final void rule__BusType__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31096:1: ( ( ( rule__BusType__OwnedExtensionAssignment_2_0 ) ) )
- // InternalAadl2Parser.g:31097:1: ( ( rule__BusType__OwnedExtensionAssignment_2_0 ) )
+ // InternalAadl2Parser.g:30470:1: ( ( ( rule__BusType__OwnedExtensionAssignment_2_0 ) ) )
+ // InternalAadl2Parser.g:30471:1: ( ( rule__BusType__OwnedExtensionAssignment_2_0 ) )
{
- // InternalAadl2Parser.g:31097:1: ( ( rule__BusType__OwnedExtensionAssignment_2_0 ) )
- // InternalAadl2Parser.g:31098:2: ( rule__BusType__OwnedExtensionAssignment_2_0 )
+ // InternalAadl2Parser.g:30471:1: ( ( rule__BusType__OwnedExtensionAssignment_2_0 ) )
+ // InternalAadl2Parser.g:30472:2: ( rule__BusType__OwnedExtensionAssignment_2_0 )
{
before(grammarAccess.getBusTypeAccess().getOwnedExtensionAssignment_2_0());
- // InternalAadl2Parser.g:31099:2: ( rule__BusType__OwnedExtensionAssignment_2_0 )
- // InternalAadl2Parser.g:31099:3: rule__BusType__OwnedExtensionAssignment_2_0
+ // InternalAadl2Parser.g:30473:2: ( rule__BusType__OwnedExtensionAssignment_2_0 )
+ // InternalAadl2Parser.g:30473:3: rule__BusType__OwnedExtensionAssignment_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__OwnedExtensionAssignment_2_0();
@@ -123060,14 +121145,14 @@ public final void rule__BusType__Group_2__0__Impl() throws RecognitionException
// $ANTLR start "rule__BusType__Group_2__1"
- // InternalAadl2Parser.g:31107:1: rule__BusType__Group_2__1 : rule__BusType__Group_2__1__Impl ;
+ // InternalAadl2Parser.g:30481:1: rule__BusType__Group_2__1 : rule__BusType__Group_2__1__Impl ;
public final void rule__BusType__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31111:1: ( rule__BusType__Group_2__1__Impl )
- // InternalAadl2Parser.g:31112:2: rule__BusType__Group_2__1__Impl
+ // InternalAadl2Parser.g:30485:1: ( rule__BusType__Group_2__1__Impl )
+ // InternalAadl2Parser.g:30486:2: rule__BusType__Group_2__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__Group_2__1__Impl();
@@ -123093,20 +121178,20 @@ public final void rule__BusType__Group_2__1() throws RecognitionException {
// $ANTLR start "rule__BusType__Group_2__1__Impl"
- // InternalAadl2Parser.g:31118:1: rule__BusType__Group_2__1__Impl : ( ( rule__BusType__Group_2_1__0 )? ) ;
+ // InternalAadl2Parser.g:30492:1: rule__BusType__Group_2__1__Impl : ( ( rule__BusType__Group_2_1__0 )? ) ;
public final void rule__BusType__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31122:1: ( ( ( rule__BusType__Group_2_1__0 )? ) )
- // InternalAadl2Parser.g:31123:1: ( ( rule__BusType__Group_2_1__0 )? )
+ // InternalAadl2Parser.g:30496:1: ( ( ( rule__BusType__Group_2_1__0 )? ) )
+ // InternalAadl2Parser.g:30497:1: ( ( rule__BusType__Group_2_1__0 )? )
{
- // InternalAadl2Parser.g:31123:1: ( ( rule__BusType__Group_2_1__0 )? )
- // InternalAadl2Parser.g:31124:2: ( rule__BusType__Group_2_1__0 )?
+ // InternalAadl2Parser.g:30497:1: ( ( rule__BusType__Group_2_1__0 )? )
+ // InternalAadl2Parser.g:30498:2: ( rule__BusType__Group_2_1__0 )?
{
before(grammarAccess.getBusTypeAccess().getGroup_2_1());
- // InternalAadl2Parser.g:31125:2: ( rule__BusType__Group_2_1__0 )?
+ // InternalAadl2Parser.g:30499:2: ( rule__BusType__Group_2_1__0 )?
int alt652=2;
int LA652_0 = input.LA(1);
@@ -123115,7 +121200,7 @@ public final void rule__BusType__Group_2__1__Impl() throws RecognitionException
}
switch (alt652) {
case 1 :
- // InternalAadl2Parser.g:31125:3: rule__BusType__Group_2_1__0
+ // InternalAadl2Parser.g:30499:3: rule__BusType__Group_2_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__Group_2_1__0();
@@ -123151,14 +121236,14 @@ public final void rule__BusType__Group_2__1__Impl() throws RecognitionException
// $ANTLR start "rule__BusType__Group_2_1__0"
- // InternalAadl2Parser.g:31134:1: rule__BusType__Group_2_1__0 : rule__BusType__Group_2_1__0__Impl rule__BusType__Group_2_1__1 ;
+ // InternalAadl2Parser.g:30508:1: rule__BusType__Group_2_1__0 : rule__BusType__Group_2_1__0__Impl rule__BusType__Group_2_1__1 ;
public final void rule__BusType__Group_2_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31138:1: ( rule__BusType__Group_2_1__0__Impl rule__BusType__Group_2_1__1 )
- // InternalAadl2Parser.g:31139:2: rule__BusType__Group_2_1__0__Impl rule__BusType__Group_2_1__1
+ // InternalAadl2Parser.g:30512:1: ( rule__BusType__Group_2_1__0__Impl rule__BusType__Group_2_1__1 )
+ // InternalAadl2Parser.g:30513:2: rule__BusType__Group_2_1__0__Impl rule__BusType__Group_2_1__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__BusType__Group_2_1__0__Impl();
@@ -123189,17 +121274,17 @@ public final void rule__BusType__Group_2_1__0() throws RecognitionException {
// $ANTLR start "rule__BusType__Group_2_1__0__Impl"
- // InternalAadl2Parser.g:31146:1: rule__BusType__Group_2_1__0__Impl : ( LeftParenthesis ) ;
+ // InternalAadl2Parser.g:30520:1: rule__BusType__Group_2_1__0__Impl : ( LeftParenthesis ) ;
public final void rule__BusType__Group_2_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31150:1: ( ( LeftParenthesis ) )
- // InternalAadl2Parser.g:31151:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:30524:1: ( ( LeftParenthesis ) )
+ // InternalAadl2Parser.g:30525:1: ( LeftParenthesis )
{
- // InternalAadl2Parser.g:31151:1: ( LeftParenthesis )
- // InternalAadl2Parser.g:31152:2: LeftParenthesis
+ // InternalAadl2Parser.g:30525:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:30526:2: LeftParenthesis
{
before(grammarAccess.getBusTypeAccess().getLeftParenthesisKeyword_2_1_0());
match(input,LeftParenthesis,FollowSets000.FOLLOW_2);
@@ -123226,14 +121311,14 @@ public final void rule__BusType__Group_2_1__0__Impl() throws RecognitionExceptio
// $ANTLR start "rule__BusType__Group_2_1__1"
- // InternalAadl2Parser.g:31161:1: rule__BusType__Group_2_1__1 : rule__BusType__Group_2_1__1__Impl rule__BusType__Group_2_1__2 ;
+ // InternalAadl2Parser.g:30535:1: rule__BusType__Group_2_1__1 : rule__BusType__Group_2_1__1__Impl rule__BusType__Group_2_1__2 ;
public final void rule__BusType__Group_2_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31165:1: ( rule__BusType__Group_2_1__1__Impl rule__BusType__Group_2_1__2 )
- // InternalAadl2Parser.g:31166:2: rule__BusType__Group_2_1__1__Impl rule__BusType__Group_2_1__2
+ // InternalAadl2Parser.g:30539:1: ( rule__BusType__Group_2_1__1__Impl rule__BusType__Group_2_1__2 )
+ // InternalAadl2Parser.g:30540:2: rule__BusType__Group_2_1__1__Impl rule__BusType__Group_2_1__2
{
pushFollow(FollowSets000.FOLLOW_30);
rule__BusType__Group_2_1__1__Impl();
@@ -123264,21 +121349,21 @@ public final void rule__BusType__Group_2_1__1() throws RecognitionException {
// $ANTLR start "rule__BusType__Group_2_1__1__Impl"
- // InternalAadl2Parser.g:31173:1: rule__BusType__Group_2_1__1__Impl : ( ( rule__BusType__OwnedPrototypeBindingAssignment_2_1_1 ) ) ;
+ // InternalAadl2Parser.g:30547:1: rule__BusType__Group_2_1__1__Impl : ( ( rule__BusType__OwnedPrototypeBindingAssignment_2_1_1 ) ) ;
public final void rule__BusType__Group_2_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31177:1: ( ( ( rule__BusType__OwnedPrototypeBindingAssignment_2_1_1 ) ) )
- // InternalAadl2Parser.g:31178:1: ( ( rule__BusType__OwnedPrototypeBindingAssignment_2_1_1 ) )
+ // InternalAadl2Parser.g:30551:1: ( ( ( rule__BusType__OwnedPrototypeBindingAssignment_2_1_1 ) ) )
+ // InternalAadl2Parser.g:30552:1: ( ( rule__BusType__OwnedPrototypeBindingAssignment_2_1_1 ) )
{
- // InternalAadl2Parser.g:31178:1: ( ( rule__BusType__OwnedPrototypeBindingAssignment_2_1_1 ) )
- // InternalAadl2Parser.g:31179:2: ( rule__BusType__OwnedPrototypeBindingAssignment_2_1_1 )
+ // InternalAadl2Parser.g:30552:1: ( ( rule__BusType__OwnedPrototypeBindingAssignment_2_1_1 ) )
+ // InternalAadl2Parser.g:30553:2: ( rule__BusType__OwnedPrototypeBindingAssignment_2_1_1 )
{
before(grammarAccess.getBusTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1());
- // InternalAadl2Parser.g:31180:2: ( rule__BusType__OwnedPrototypeBindingAssignment_2_1_1 )
- // InternalAadl2Parser.g:31180:3: rule__BusType__OwnedPrototypeBindingAssignment_2_1_1
+ // InternalAadl2Parser.g:30554:2: ( rule__BusType__OwnedPrototypeBindingAssignment_2_1_1 )
+ // InternalAadl2Parser.g:30554:3: rule__BusType__OwnedPrototypeBindingAssignment_2_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__OwnedPrototypeBindingAssignment_2_1_1();
@@ -123311,14 +121396,14 @@ public final void rule__BusType__Group_2_1__1__Impl() throws RecognitionExceptio
// $ANTLR start "rule__BusType__Group_2_1__2"
- // InternalAadl2Parser.g:31188:1: rule__BusType__Group_2_1__2 : rule__BusType__Group_2_1__2__Impl rule__BusType__Group_2_1__3 ;
+ // InternalAadl2Parser.g:30562:1: rule__BusType__Group_2_1__2 : rule__BusType__Group_2_1__2__Impl rule__BusType__Group_2_1__3 ;
public final void rule__BusType__Group_2_1__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31192:1: ( rule__BusType__Group_2_1__2__Impl rule__BusType__Group_2_1__3 )
- // InternalAadl2Parser.g:31193:2: rule__BusType__Group_2_1__2__Impl rule__BusType__Group_2_1__3
+ // InternalAadl2Parser.g:30566:1: ( rule__BusType__Group_2_1__2__Impl rule__BusType__Group_2_1__3 )
+ // InternalAadl2Parser.g:30567:2: rule__BusType__Group_2_1__2__Impl rule__BusType__Group_2_1__3
{
pushFollow(FollowSets000.FOLLOW_30);
rule__BusType__Group_2_1__2__Impl();
@@ -123349,20 +121434,20 @@ public final void rule__BusType__Group_2_1__2() throws RecognitionException {
// $ANTLR start "rule__BusType__Group_2_1__2__Impl"
- // InternalAadl2Parser.g:31200:1: rule__BusType__Group_2_1__2__Impl : ( ( rule__BusType__Group_2_1_2__0 )* ) ;
+ // InternalAadl2Parser.g:30574:1: rule__BusType__Group_2_1__2__Impl : ( ( rule__BusType__Group_2_1_2__0 )* ) ;
public final void rule__BusType__Group_2_1__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31204:1: ( ( ( rule__BusType__Group_2_1_2__0 )* ) )
- // InternalAadl2Parser.g:31205:1: ( ( rule__BusType__Group_2_1_2__0 )* )
+ // InternalAadl2Parser.g:30578:1: ( ( ( rule__BusType__Group_2_1_2__0 )* ) )
+ // InternalAadl2Parser.g:30579:1: ( ( rule__BusType__Group_2_1_2__0 )* )
{
- // InternalAadl2Parser.g:31205:1: ( ( rule__BusType__Group_2_1_2__0 )* )
- // InternalAadl2Parser.g:31206:2: ( rule__BusType__Group_2_1_2__0 )*
+ // InternalAadl2Parser.g:30579:1: ( ( rule__BusType__Group_2_1_2__0 )* )
+ // InternalAadl2Parser.g:30580:2: ( rule__BusType__Group_2_1_2__0 )*
{
before(grammarAccess.getBusTypeAccess().getGroup_2_1_2());
- // InternalAadl2Parser.g:31207:2: ( rule__BusType__Group_2_1_2__0 )*
+ // InternalAadl2Parser.g:30581:2: ( rule__BusType__Group_2_1_2__0 )*
loop653:
do {
int alt653=2;
@@ -123375,7 +121460,7 @@ public final void rule__BusType__Group_2_1__2__Impl() throws RecognitionExceptio
switch (alt653) {
case 1 :
- // InternalAadl2Parser.g:31207:3: rule__BusType__Group_2_1_2__0
+ // InternalAadl2Parser.g:30581:3: rule__BusType__Group_2_1_2__0
{
pushFollow(FollowSets000.FOLLOW_14);
rule__BusType__Group_2_1_2__0();
@@ -123414,14 +121499,14 @@ public final void rule__BusType__Group_2_1__2__Impl() throws RecognitionExceptio
// $ANTLR start "rule__BusType__Group_2_1__3"
- // InternalAadl2Parser.g:31215:1: rule__BusType__Group_2_1__3 : rule__BusType__Group_2_1__3__Impl ;
+ // InternalAadl2Parser.g:30589:1: rule__BusType__Group_2_1__3 : rule__BusType__Group_2_1__3__Impl ;
public final void rule__BusType__Group_2_1__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31219:1: ( rule__BusType__Group_2_1__3__Impl )
- // InternalAadl2Parser.g:31220:2: rule__BusType__Group_2_1__3__Impl
+ // InternalAadl2Parser.g:30593:1: ( rule__BusType__Group_2_1__3__Impl )
+ // InternalAadl2Parser.g:30594:2: rule__BusType__Group_2_1__3__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__Group_2_1__3__Impl();
@@ -123447,17 +121532,17 @@ public final void rule__BusType__Group_2_1__3() throws RecognitionException {
// $ANTLR start "rule__BusType__Group_2_1__3__Impl"
- // InternalAadl2Parser.g:31226:1: rule__BusType__Group_2_1__3__Impl : ( RightParenthesis ) ;
+ // InternalAadl2Parser.g:30600:1: rule__BusType__Group_2_1__3__Impl : ( RightParenthesis ) ;
public final void rule__BusType__Group_2_1__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31230:1: ( ( RightParenthesis ) )
- // InternalAadl2Parser.g:31231:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:30604:1: ( ( RightParenthesis ) )
+ // InternalAadl2Parser.g:30605:1: ( RightParenthesis )
{
- // InternalAadl2Parser.g:31231:1: ( RightParenthesis )
- // InternalAadl2Parser.g:31232:2: RightParenthesis
+ // InternalAadl2Parser.g:30605:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:30606:2: RightParenthesis
{
before(grammarAccess.getBusTypeAccess().getRightParenthesisKeyword_2_1_3());
match(input,RightParenthesis,FollowSets000.FOLLOW_2);
@@ -123484,14 +121569,14 @@ public final void rule__BusType__Group_2_1__3__Impl() throws RecognitionExceptio
// $ANTLR start "rule__BusType__Group_2_1_2__0"
- // InternalAadl2Parser.g:31242:1: rule__BusType__Group_2_1_2__0 : rule__BusType__Group_2_1_2__0__Impl rule__BusType__Group_2_1_2__1 ;
+ // InternalAadl2Parser.g:30616:1: rule__BusType__Group_2_1_2__0 : rule__BusType__Group_2_1_2__0__Impl rule__BusType__Group_2_1_2__1 ;
public final void rule__BusType__Group_2_1_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31246:1: ( rule__BusType__Group_2_1_2__0__Impl rule__BusType__Group_2_1_2__1 )
- // InternalAadl2Parser.g:31247:2: rule__BusType__Group_2_1_2__0__Impl rule__BusType__Group_2_1_2__1
+ // InternalAadl2Parser.g:30620:1: ( rule__BusType__Group_2_1_2__0__Impl rule__BusType__Group_2_1_2__1 )
+ // InternalAadl2Parser.g:30621:2: rule__BusType__Group_2_1_2__0__Impl rule__BusType__Group_2_1_2__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__BusType__Group_2_1_2__0__Impl();
@@ -123522,17 +121607,17 @@ public final void rule__BusType__Group_2_1_2__0() throws RecognitionException {
// $ANTLR start "rule__BusType__Group_2_1_2__0__Impl"
- // InternalAadl2Parser.g:31254:1: rule__BusType__Group_2_1_2__0__Impl : ( Comma ) ;
+ // InternalAadl2Parser.g:30628:1: rule__BusType__Group_2_1_2__0__Impl : ( Comma ) ;
public final void rule__BusType__Group_2_1_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31258:1: ( ( Comma ) )
- // InternalAadl2Parser.g:31259:1: ( Comma )
+ // InternalAadl2Parser.g:30632:1: ( ( Comma ) )
+ // InternalAadl2Parser.g:30633:1: ( Comma )
{
- // InternalAadl2Parser.g:31259:1: ( Comma )
- // InternalAadl2Parser.g:31260:2: Comma
+ // InternalAadl2Parser.g:30633:1: ( Comma )
+ // InternalAadl2Parser.g:30634:2: Comma
{
before(grammarAccess.getBusTypeAccess().getCommaKeyword_2_1_2_0());
match(input,Comma,FollowSets000.FOLLOW_2);
@@ -123559,14 +121644,14 @@ public final void rule__BusType__Group_2_1_2__0__Impl() throws RecognitionExcept
// $ANTLR start "rule__BusType__Group_2_1_2__1"
- // InternalAadl2Parser.g:31269:1: rule__BusType__Group_2_1_2__1 : rule__BusType__Group_2_1_2__1__Impl ;
+ // InternalAadl2Parser.g:30643:1: rule__BusType__Group_2_1_2__1 : rule__BusType__Group_2_1_2__1__Impl ;
public final void rule__BusType__Group_2_1_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31273:1: ( rule__BusType__Group_2_1_2__1__Impl )
- // InternalAadl2Parser.g:31274:2: rule__BusType__Group_2_1_2__1__Impl
+ // InternalAadl2Parser.g:30647:1: ( rule__BusType__Group_2_1_2__1__Impl )
+ // InternalAadl2Parser.g:30648:2: rule__BusType__Group_2_1_2__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__Group_2_1_2__1__Impl();
@@ -123592,21 +121677,21 @@ public final void rule__BusType__Group_2_1_2__1() throws RecognitionException {
// $ANTLR start "rule__BusType__Group_2_1_2__1__Impl"
- // InternalAadl2Parser.g:31280:1: rule__BusType__Group_2_1_2__1__Impl : ( ( rule__BusType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) ;
+ // InternalAadl2Parser.g:30654:1: rule__BusType__Group_2_1_2__1__Impl : ( ( rule__BusType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) ;
public final void rule__BusType__Group_2_1_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31284:1: ( ( ( rule__BusType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) )
- // InternalAadl2Parser.g:31285:1: ( ( rule__BusType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
+ // InternalAadl2Parser.g:30658:1: ( ( ( rule__BusType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) )
+ // InternalAadl2Parser.g:30659:1: ( ( rule__BusType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
{
- // InternalAadl2Parser.g:31285:1: ( ( rule__BusType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
- // InternalAadl2Parser.g:31286:2: ( rule__BusType__OwnedPrototypeBindingAssignment_2_1_2_1 )
+ // InternalAadl2Parser.g:30659:1: ( ( rule__BusType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
+ // InternalAadl2Parser.g:30660:2: ( rule__BusType__OwnedPrototypeBindingAssignment_2_1_2_1 )
{
before(grammarAccess.getBusTypeAccess().getOwnedPrototypeBindingAssignment_2_1_2_1());
- // InternalAadl2Parser.g:31287:2: ( rule__BusType__OwnedPrototypeBindingAssignment_2_1_2_1 )
- // InternalAadl2Parser.g:31287:3: rule__BusType__OwnedPrototypeBindingAssignment_2_1_2_1
+ // InternalAadl2Parser.g:30661:2: ( rule__BusType__OwnedPrototypeBindingAssignment_2_1_2_1 )
+ // InternalAadl2Parser.g:30661:3: rule__BusType__OwnedPrototypeBindingAssignment_2_1_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__OwnedPrototypeBindingAssignment_2_1_2_1();
@@ -123639,14 +121724,14 @@ public final void rule__BusType__Group_2_1_2__1__Impl() throws RecognitionExcept
// $ANTLR start "rule__BusType__Group_3__0"
- // InternalAadl2Parser.g:31296:1: rule__BusType__Group_3__0 : rule__BusType__Group_3__0__Impl rule__BusType__Group_3__1 ;
+ // InternalAadl2Parser.g:30670:1: rule__BusType__Group_3__0 : rule__BusType__Group_3__0__Impl rule__BusType__Group_3__1 ;
public final void rule__BusType__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31300:1: ( rule__BusType__Group_3__0__Impl rule__BusType__Group_3__1 )
- // InternalAadl2Parser.g:31301:2: rule__BusType__Group_3__0__Impl rule__BusType__Group_3__1
+ // InternalAadl2Parser.g:30674:1: ( rule__BusType__Group_3__0__Impl rule__BusType__Group_3__1 )
+ // InternalAadl2Parser.g:30675:2: rule__BusType__Group_3__0__Impl rule__BusType__Group_3__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__BusType__Group_3__0__Impl();
@@ -123677,17 +121762,17 @@ public final void rule__BusType__Group_3__0() throws RecognitionException {
// $ANTLR start "rule__BusType__Group_3__0__Impl"
- // InternalAadl2Parser.g:31308:1: rule__BusType__Group_3__0__Impl : ( Prototypes ) ;
+ // InternalAadl2Parser.g:30682:1: rule__BusType__Group_3__0__Impl : ( Prototypes ) ;
public final void rule__BusType__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31312:1: ( ( Prototypes ) )
- // InternalAadl2Parser.g:31313:1: ( Prototypes )
+ // InternalAadl2Parser.g:30686:1: ( ( Prototypes ) )
+ // InternalAadl2Parser.g:30687:1: ( Prototypes )
{
- // InternalAadl2Parser.g:31313:1: ( Prototypes )
- // InternalAadl2Parser.g:31314:2: Prototypes
+ // InternalAadl2Parser.g:30687:1: ( Prototypes )
+ // InternalAadl2Parser.g:30688:2: Prototypes
{
before(grammarAccess.getBusTypeAccess().getPrototypesKeyword_3_0());
match(input,Prototypes,FollowSets000.FOLLOW_2);
@@ -123714,14 +121799,14 @@ public final void rule__BusType__Group_3__0__Impl() throws RecognitionException
// $ANTLR start "rule__BusType__Group_3__1"
- // InternalAadl2Parser.g:31323:1: rule__BusType__Group_3__1 : rule__BusType__Group_3__1__Impl ;
+ // InternalAadl2Parser.g:30697:1: rule__BusType__Group_3__1 : rule__BusType__Group_3__1__Impl ;
public final void rule__BusType__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31327:1: ( rule__BusType__Group_3__1__Impl )
- // InternalAadl2Parser.g:31328:2: rule__BusType__Group_3__1__Impl
+ // InternalAadl2Parser.g:30701:1: ( rule__BusType__Group_3__1__Impl )
+ // InternalAadl2Parser.g:30702:2: rule__BusType__Group_3__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__Group_3__1__Impl();
@@ -123747,21 +121832,21 @@ public final void rule__BusType__Group_3__1() throws RecognitionException {
// $ANTLR start "rule__BusType__Group_3__1__Impl"
- // InternalAadl2Parser.g:31334:1: rule__BusType__Group_3__1__Impl : ( ( rule__BusType__Alternatives_3_1 ) ) ;
+ // InternalAadl2Parser.g:30708:1: rule__BusType__Group_3__1__Impl : ( ( rule__BusType__Alternatives_3_1 ) ) ;
public final void rule__BusType__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31338:1: ( ( ( rule__BusType__Alternatives_3_1 ) ) )
- // InternalAadl2Parser.g:31339:1: ( ( rule__BusType__Alternatives_3_1 ) )
+ // InternalAadl2Parser.g:30712:1: ( ( ( rule__BusType__Alternatives_3_1 ) ) )
+ // InternalAadl2Parser.g:30713:1: ( ( rule__BusType__Alternatives_3_1 ) )
{
- // InternalAadl2Parser.g:31339:1: ( ( rule__BusType__Alternatives_3_1 ) )
- // InternalAadl2Parser.g:31340:2: ( rule__BusType__Alternatives_3_1 )
+ // InternalAadl2Parser.g:30713:1: ( ( rule__BusType__Alternatives_3_1 ) )
+ // InternalAadl2Parser.g:30714:2: ( rule__BusType__Alternatives_3_1 )
{
before(grammarAccess.getBusTypeAccess().getAlternatives_3_1());
- // InternalAadl2Parser.g:31341:2: ( rule__BusType__Alternatives_3_1 )
- // InternalAadl2Parser.g:31341:3: rule__BusType__Alternatives_3_1
+ // InternalAadl2Parser.g:30715:2: ( rule__BusType__Alternatives_3_1 )
+ // InternalAadl2Parser.g:30715:3: rule__BusType__Alternatives_3_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__Alternatives_3_1();
@@ -123794,14 +121879,14 @@ public final void rule__BusType__Group_3__1__Impl() throws RecognitionException
// $ANTLR start "rule__BusType__Group_3_1_0__0"
- // InternalAadl2Parser.g:31350:1: rule__BusType__Group_3_1_0__0 : rule__BusType__Group_3_1_0__0__Impl rule__BusType__Group_3_1_0__1 ;
+ // InternalAadl2Parser.g:30724:1: rule__BusType__Group_3_1_0__0 : rule__BusType__Group_3_1_0__0__Impl rule__BusType__Group_3_1_0__1 ;
public final void rule__BusType__Group_3_1_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31354:1: ( rule__BusType__Group_3_1_0__0__Impl rule__BusType__Group_3_1_0__1 )
- // InternalAadl2Parser.g:31355:2: rule__BusType__Group_3_1_0__0__Impl rule__BusType__Group_3_1_0__1
+ // InternalAadl2Parser.g:30728:1: ( rule__BusType__Group_3_1_0__0__Impl rule__BusType__Group_3_1_0__1 )
+ // InternalAadl2Parser.g:30729:2: rule__BusType__Group_3_1_0__0__Impl rule__BusType__Group_3_1_0__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__BusType__Group_3_1_0__0__Impl();
@@ -123832,21 +121917,21 @@ public final void rule__BusType__Group_3_1_0__0() throws RecognitionException {
// $ANTLR start "rule__BusType__Group_3_1_0__0__Impl"
- // InternalAadl2Parser.g:31362:1: rule__BusType__Group_3_1_0__0__Impl : ( ( rule__BusType__NoPrototypesAssignment_3_1_0_0 ) ) ;
+ // InternalAadl2Parser.g:30736:1: rule__BusType__Group_3_1_0__0__Impl : ( ( rule__BusType__NoPrototypesAssignment_3_1_0_0 ) ) ;
public final void rule__BusType__Group_3_1_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31366:1: ( ( ( rule__BusType__NoPrototypesAssignment_3_1_0_0 ) ) )
- // InternalAadl2Parser.g:31367:1: ( ( rule__BusType__NoPrototypesAssignment_3_1_0_0 ) )
+ // InternalAadl2Parser.g:30740:1: ( ( ( rule__BusType__NoPrototypesAssignment_3_1_0_0 ) ) )
+ // InternalAadl2Parser.g:30741:1: ( ( rule__BusType__NoPrototypesAssignment_3_1_0_0 ) )
{
- // InternalAadl2Parser.g:31367:1: ( ( rule__BusType__NoPrototypesAssignment_3_1_0_0 ) )
- // InternalAadl2Parser.g:31368:2: ( rule__BusType__NoPrototypesAssignment_3_1_0_0 )
+ // InternalAadl2Parser.g:30741:1: ( ( rule__BusType__NoPrototypesAssignment_3_1_0_0 ) )
+ // InternalAadl2Parser.g:30742:2: ( rule__BusType__NoPrototypesAssignment_3_1_0_0 )
{
before(grammarAccess.getBusTypeAccess().getNoPrototypesAssignment_3_1_0_0());
- // InternalAadl2Parser.g:31369:2: ( rule__BusType__NoPrototypesAssignment_3_1_0_0 )
- // InternalAadl2Parser.g:31369:3: rule__BusType__NoPrototypesAssignment_3_1_0_0
+ // InternalAadl2Parser.g:30743:2: ( rule__BusType__NoPrototypesAssignment_3_1_0_0 )
+ // InternalAadl2Parser.g:30743:3: rule__BusType__NoPrototypesAssignment_3_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__NoPrototypesAssignment_3_1_0_0();
@@ -123879,14 +121964,14 @@ public final void rule__BusType__Group_3_1_0__0__Impl() throws RecognitionExcept
// $ANTLR start "rule__BusType__Group_3_1_0__1"
- // InternalAadl2Parser.g:31377:1: rule__BusType__Group_3_1_0__1 : rule__BusType__Group_3_1_0__1__Impl ;
+ // InternalAadl2Parser.g:30751:1: rule__BusType__Group_3_1_0__1 : rule__BusType__Group_3_1_0__1__Impl ;
public final void rule__BusType__Group_3_1_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31381:1: ( rule__BusType__Group_3_1_0__1__Impl )
- // InternalAadl2Parser.g:31382:2: rule__BusType__Group_3_1_0__1__Impl
+ // InternalAadl2Parser.g:30755:1: ( rule__BusType__Group_3_1_0__1__Impl )
+ // InternalAadl2Parser.g:30756:2: rule__BusType__Group_3_1_0__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__Group_3_1_0__1__Impl();
@@ -123912,17 +121997,17 @@ public final void rule__BusType__Group_3_1_0__1() throws RecognitionException {
// $ANTLR start "rule__BusType__Group_3_1_0__1__Impl"
- // InternalAadl2Parser.g:31388:1: rule__BusType__Group_3_1_0__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:30762:1: rule__BusType__Group_3_1_0__1__Impl : ( Semicolon ) ;
public final void rule__BusType__Group_3_1_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31392:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:31393:1: ( Semicolon )
+ // InternalAadl2Parser.g:30766:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:30767:1: ( Semicolon )
{
- // InternalAadl2Parser.g:31393:1: ( Semicolon )
- // InternalAadl2Parser.g:31394:2: Semicolon
+ // InternalAadl2Parser.g:30767:1: ( Semicolon )
+ // InternalAadl2Parser.g:30768:2: Semicolon
{
before(grammarAccess.getBusTypeAccess().getSemicolonKeyword_3_1_0_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -123949,14 +122034,14 @@ public final void rule__BusType__Group_3_1_0__1__Impl() throws RecognitionExcept
// $ANTLR start "rule__BusType__Group_4__0"
- // InternalAadl2Parser.g:31404:1: rule__BusType__Group_4__0 : rule__BusType__Group_4__0__Impl rule__BusType__Group_4__1 ;
+ // InternalAadl2Parser.g:30778:1: rule__BusType__Group_4__0 : rule__BusType__Group_4__0__Impl rule__BusType__Group_4__1 ;
public final void rule__BusType__Group_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31408:1: ( rule__BusType__Group_4__0__Impl rule__BusType__Group_4__1 )
- // InternalAadl2Parser.g:31409:2: rule__BusType__Group_4__0__Impl rule__BusType__Group_4__1
+ // InternalAadl2Parser.g:30782:1: ( rule__BusType__Group_4__0__Impl rule__BusType__Group_4__1 )
+ // InternalAadl2Parser.g:30783:2: rule__BusType__Group_4__0__Impl rule__BusType__Group_4__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__BusType__Group_4__0__Impl();
@@ -123987,17 +122072,17 @@ public final void rule__BusType__Group_4__0() throws RecognitionException {
// $ANTLR start "rule__BusType__Group_4__0__Impl"
- // InternalAadl2Parser.g:31416:1: rule__BusType__Group_4__0__Impl : ( Features ) ;
+ // InternalAadl2Parser.g:30790:1: rule__BusType__Group_4__0__Impl : ( Features ) ;
public final void rule__BusType__Group_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31420:1: ( ( Features ) )
- // InternalAadl2Parser.g:31421:1: ( Features )
+ // InternalAadl2Parser.g:30794:1: ( ( Features ) )
+ // InternalAadl2Parser.g:30795:1: ( Features )
{
- // InternalAadl2Parser.g:31421:1: ( Features )
- // InternalAadl2Parser.g:31422:2: Features
+ // InternalAadl2Parser.g:30795:1: ( Features )
+ // InternalAadl2Parser.g:30796:2: Features
{
before(grammarAccess.getBusTypeAccess().getFeaturesKeyword_4_0());
match(input,Features,FollowSets000.FOLLOW_2);
@@ -124024,14 +122109,14 @@ public final void rule__BusType__Group_4__0__Impl() throws RecognitionException
// $ANTLR start "rule__BusType__Group_4__1"
- // InternalAadl2Parser.g:31431:1: rule__BusType__Group_4__1 : rule__BusType__Group_4__1__Impl ;
+ // InternalAadl2Parser.g:30805:1: rule__BusType__Group_4__1 : rule__BusType__Group_4__1__Impl ;
public final void rule__BusType__Group_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31435:1: ( rule__BusType__Group_4__1__Impl )
- // InternalAadl2Parser.g:31436:2: rule__BusType__Group_4__1__Impl
+ // InternalAadl2Parser.g:30809:1: ( rule__BusType__Group_4__1__Impl )
+ // InternalAadl2Parser.g:30810:2: rule__BusType__Group_4__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__Group_4__1__Impl();
@@ -124057,21 +122142,21 @@ public final void rule__BusType__Group_4__1() throws RecognitionException {
// $ANTLR start "rule__BusType__Group_4__1__Impl"
- // InternalAadl2Parser.g:31442:1: rule__BusType__Group_4__1__Impl : ( ( rule__BusType__Alternatives_4_1 ) ) ;
+ // InternalAadl2Parser.g:30816:1: rule__BusType__Group_4__1__Impl : ( ( rule__BusType__Alternatives_4_1 ) ) ;
public final void rule__BusType__Group_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31446:1: ( ( ( rule__BusType__Alternatives_4_1 ) ) )
- // InternalAadl2Parser.g:31447:1: ( ( rule__BusType__Alternatives_4_1 ) )
+ // InternalAadl2Parser.g:30820:1: ( ( ( rule__BusType__Alternatives_4_1 ) ) )
+ // InternalAadl2Parser.g:30821:1: ( ( rule__BusType__Alternatives_4_1 ) )
{
- // InternalAadl2Parser.g:31447:1: ( ( rule__BusType__Alternatives_4_1 ) )
- // InternalAadl2Parser.g:31448:2: ( rule__BusType__Alternatives_4_1 )
+ // InternalAadl2Parser.g:30821:1: ( ( rule__BusType__Alternatives_4_1 ) )
+ // InternalAadl2Parser.g:30822:2: ( rule__BusType__Alternatives_4_1 )
{
before(grammarAccess.getBusTypeAccess().getAlternatives_4_1());
- // InternalAadl2Parser.g:31449:2: ( rule__BusType__Alternatives_4_1 )
- // InternalAadl2Parser.g:31449:3: rule__BusType__Alternatives_4_1
+ // InternalAadl2Parser.g:30823:2: ( rule__BusType__Alternatives_4_1 )
+ // InternalAadl2Parser.g:30823:3: rule__BusType__Alternatives_4_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__Alternatives_4_1();
@@ -124104,14 +122189,14 @@ public final void rule__BusType__Group_4__1__Impl() throws RecognitionException
// $ANTLR start "rule__BusType__Group_4_1_0__0"
- // InternalAadl2Parser.g:31458:1: rule__BusType__Group_4_1_0__0 : rule__BusType__Group_4_1_0__0__Impl rule__BusType__Group_4_1_0__1 ;
+ // InternalAadl2Parser.g:30832:1: rule__BusType__Group_4_1_0__0 : rule__BusType__Group_4_1_0__0__Impl rule__BusType__Group_4_1_0__1 ;
public final void rule__BusType__Group_4_1_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31462:1: ( rule__BusType__Group_4_1_0__0__Impl rule__BusType__Group_4_1_0__1 )
- // InternalAadl2Parser.g:31463:2: rule__BusType__Group_4_1_0__0__Impl rule__BusType__Group_4_1_0__1
+ // InternalAadl2Parser.g:30836:1: ( rule__BusType__Group_4_1_0__0__Impl rule__BusType__Group_4_1_0__1 )
+ // InternalAadl2Parser.g:30837:2: rule__BusType__Group_4_1_0__0__Impl rule__BusType__Group_4_1_0__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__BusType__Group_4_1_0__0__Impl();
@@ -124142,21 +122227,21 @@ public final void rule__BusType__Group_4_1_0__0() throws RecognitionException {
// $ANTLR start "rule__BusType__Group_4_1_0__0__Impl"
- // InternalAadl2Parser.g:31470:1: rule__BusType__Group_4_1_0__0__Impl : ( ( rule__BusType__NoFeaturesAssignment_4_1_0_0 ) ) ;
+ // InternalAadl2Parser.g:30844:1: rule__BusType__Group_4_1_0__0__Impl : ( ( rule__BusType__NoFeaturesAssignment_4_1_0_0 ) ) ;
public final void rule__BusType__Group_4_1_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31474:1: ( ( ( rule__BusType__NoFeaturesAssignment_4_1_0_0 ) ) )
- // InternalAadl2Parser.g:31475:1: ( ( rule__BusType__NoFeaturesAssignment_4_1_0_0 ) )
+ // InternalAadl2Parser.g:30848:1: ( ( ( rule__BusType__NoFeaturesAssignment_4_1_0_0 ) ) )
+ // InternalAadl2Parser.g:30849:1: ( ( rule__BusType__NoFeaturesAssignment_4_1_0_0 ) )
{
- // InternalAadl2Parser.g:31475:1: ( ( rule__BusType__NoFeaturesAssignment_4_1_0_0 ) )
- // InternalAadl2Parser.g:31476:2: ( rule__BusType__NoFeaturesAssignment_4_1_0_0 )
+ // InternalAadl2Parser.g:30849:1: ( ( rule__BusType__NoFeaturesAssignment_4_1_0_0 ) )
+ // InternalAadl2Parser.g:30850:2: ( rule__BusType__NoFeaturesAssignment_4_1_0_0 )
{
before(grammarAccess.getBusTypeAccess().getNoFeaturesAssignment_4_1_0_0());
- // InternalAadl2Parser.g:31477:2: ( rule__BusType__NoFeaturesAssignment_4_1_0_0 )
- // InternalAadl2Parser.g:31477:3: rule__BusType__NoFeaturesAssignment_4_1_0_0
+ // InternalAadl2Parser.g:30851:2: ( rule__BusType__NoFeaturesAssignment_4_1_0_0 )
+ // InternalAadl2Parser.g:30851:3: rule__BusType__NoFeaturesAssignment_4_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__NoFeaturesAssignment_4_1_0_0();
@@ -124189,14 +122274,14 @@ public final void rule__BusType__Group_4_1_0__0__Impl() throws RecognitionExcept
// $ANTLR start "rule__BusType__Group_4_1_0__1"
- // InternalAadl2Parser.g:31485:1: rule__BusType__Group_4_1_0__1 : rule__BusType__Group_4_1_0__1__Impl ;
+ // InternalAadl2Parser.g:30859:1: rule__BusType__Group_4_1_0__1 : rule__BusType__Group_4_1_0__1__Impl ;
public final void rule__BusType__Group_4_1_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31489:1: ( rule__BusType__Group_4_1_0__1__Impl )
- // InternalAadl2Parser.g:31490:2: rule__BusType__Group_4_1_0__1__Impl
+ // InternalAadl2Parser.g:30863:1: ( rule__BusType__Group_4_1_0__1__Impl )
+ // InternalAadl2Parser.g:30864:2: rule__BusType__Group_4_1_0__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__Group_4_1_0__1__Impl();
@@ -124222,17 +122307,17 @@ public final void rule__BusType__Group_4_1_0__1() throws RecognitionException {
// $ANTLR start "rule__BusType__Group_4_1_0__1__Impl"
- // InternalAadl2Parser.g:31496:1: rule__BusType__Group_4_1_0__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:30870:1: rule__BusType__Group_4_1_0__1__Impl : ( Semicolon ) ;
public final void rule__BusType__Group_4_1_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31500:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:31501:1: ( Semicolon )
+ // InternalAadl2Parser.g:30874:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:30875:1: ( Semicolon )
{
- // InternalAadl2Parser.g:31501:1: ( Semicolon )
- // InternalAadl2Parser.g:31502:2: Semicolon
+ // InternalAadl2Parser.g:30875:1: ( Semicolon )
+ // InternalAadl2Parser.g:30876:2: Semicolon
{
before(grammarAccess.getBusTypeAccess().getSemicolonKeyword_4_1_0_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -124259,16 +122344,16 @@ public final void rule__BusType__Group_4_1_0__1__Impl() throws RecognitionExcept
// $ANTLR start "rule__BusType__Group_5_0__0"
- // InternalAadl2Parser.g:31512:1: rule__BusType__Group_5_0__0 : rule__BusType__Group_5_0__0__Impl rule__BusType__Group_5_0__1 ;
+ // InternalAadl2Parser.g:30886:1: rule__BusType__Group_5_0__0 : rule__BusType__Group_5_0__0__Impl rule__BusType__Group_5_0__1 ;
public final void rule__BusType__Group_5_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31516:1: ( rule__BusType__Group_5_0__0__Impl rule__BusType__Group_5_0__1 )
- // InternalAadl2Parser.g:31517:2: rule__BusType__Group_5_0__0__Impl rule__BusType__Group_5_0__1
+ // InternalAadl2Parser.g:30890:1: ( rule__BusType__Group_5_0__0__Impl rule__BusType__Group_5_0__1 )
+ // InternalAadl2Parser.g:30891:2: rule__BusType__Group_5_0__0__Impl rule__BusType__Group_5_0__1
{
- pushFollow(FollowSets000.FOLLOW_4);
+ pushFollow(FollowSets000.FOLLOW_31);
rule__BusType__Group_5_0__0__Impl();
state._fsp--;
@@ -124297,21 +122382,21 @@ public final void rule__BusType__Group_5_0__0() throws RecognitionException {
// $ANTLR start "rule__BusType__Group_5_0__0__Impl"
- // InternalAadl2Parser.g:31524:1: rule__BusType__Group_5_0__0__Impl : ( ( rule__BusType__DerivedModesAssignment_5_0_0 ) ) ;
+ // InternalAadl2Parser.g:30898:1: rule__BusType__Group_5_0__0__Impl : ( ( rule__BusType__DerivedModesAssignment_5_0_0 ) ) ;
public final void rule__BusType__Group_5_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31528:1: ( ( ( rule__BusType__DerivedModesAssignment_5_0_0 ) ) )
- // InternalAadl2Parser.g:31529:1: ( ( rule__BusType__DerivedModesAssignment_5_0_0 ) )
+ // InternalAadl2Parser.g:30902:1: ( ( ( rule__BusType__DerivedModesAssignment_5_0_0 ) ) )
+ // InternalAadl2Parser.g:30903:1: ( ( rule__BusType__DerivedModesAssignment_5_0_0 ) )
{
- // InternalAadl2Parser.g:31529:1: ( ( rule__BusType__DerivedModesAssignment_5_0_0 ) )
- // InternalAadl2Parser.g:31530:2: ( rule__BusType__DerivedModesAssignment_5_0_0 )
+ // InternalAadl2Parser.g:30903:1: ( ( rule__BusType__DerivedModesAssignment_5_0_0 ) )
+ // InternalAadl2Parser.g:30904:2: ( rule__BusType__DerivedModesAssignment_5_0_0 )
{
before(grammarAccess.getBusTypeAccess().getDerivedModesAssignment_5_0_0());
- // InternalAadl2Parser.g:31531:2: ( rule__BusType__DerivedModesAssignment_5_0_0 )
- // InternalAadl2Parser.g:31531:3: rule__BusType__DerivedModesAssignment_5_0_0
+ // InternalAadl2Parser.g:30905:2: ( rule__BusType__DerivedModesAssignment_5_0_0 )
+ // InternalAadl2Parser.g:30905:3: rule__BusType__DerivedModesAssignment_5_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__DerivedModesAssignment_5_0_0();
@@ -124344,20 +122429,25 @@ public final void rule__BusType__Group_5_0__0__Impl() throws RecognitionExceptio
// $ANTLR start "rule__BusType__Group_5_0__1"
- // InternalAadl2Parser.g:31539:1: rule__BusType__Group_5_0__1 : rule__BusType__Group_5_0__1__Impl ;
+ // InternalAadl2Parser.g:30913:1: rule__BusType__Group_5_0__1 : rule__BusType__Group_5_0__1__Impl rule__BusType__Group_5_0__2 ;
public final void rule__BusType__Group_5_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31543:1: ( rule__BusType__Group_5_0__1__Impl )
- // InternalAadl2Parser.g:31544:2: rule__BusType__Group_5_0__1__Impl
+ // InternalAadl2Parser.g:30917:1: ( rule__BusType__Group_5_0__1__Impl rule__BusType__Group_5_0__2 )
+ // InternalAadl2Parser.g:30918:2: rule__BusType__Group_5_0__1__Impl rule__BusType__Group_5_0__2
{
- pushFollow(FollowSets000.FOLLOW_2);
+ pushFollow(FollowSets000.FOLLOW_4);
rule__BusType__Group_5_0__1__Impl();
state._fsp--;
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__BusType__Group_5_0__2();
+
+ state._fsp--;
+
}
@@ -124377,42 +122467,112 @@ public final void rule__BusType__Group_5_0__1() throws RecognitionException {
// $ANTLR start "rule__BusType__Group_5_0__1__Impl"
- // InternalAadl2Parser.g:31550:1: rule__BusType__Group_5_0__1__Impl : ( ( ( rule__BusType__OwnedModeAssignment_5_0_1 ) ) ( ( rule__BusType__OwnedModeAssignment_5_0_1 )* ) ) ;
+ // InternalAadl2Parser.g:30925:1: rule__BusType__Group_5_0__1__Impl : ( Modes ) ;
public final void rule__BusType__Group_5_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31554:1: ( ( ( ( rule__BusType__OwnedModeAssignment_5_0_1 ) ) ( ( rule__BusType__OwnedModeAssignment_5_0_1 )* ) ) )
- // InternalAadl2Parser.g:31555:1: ( ( ( rule__BusType__OwnedModeAssignment_5_0_1 ) ) ( ( rule__BusType__OwnedModeAssignment_5_0_1 )* ) )
+ // InternalAadl2Parser.g:30929:1: ( ( Modes ) )
+ // InternalAadl2Parser.g:30930:1: ( Modes )
+ {
+ // InternalAadl2Parser.g:30930:1: ( Modes )
+ // InternalAadl2Parser.g:30931:2: Modes
+ {
+ before(grammarAccess.getBusTypeAccess().getModesKeyword_5_0_1());
+ match(input,Modes,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getBusTypeAccess().getModesKeyword_5_0_1());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__BusType__Group_5_0__1__Impl"
+
+
+ // $ANTLR start "rule__BusType__Group_5_0__2"
+ // InternalAadl2Parser.g:30940:1: rule__BusType__Group_5_0__2 : rule__BusType__Group_5_0__2__Impl ;
+ public final void rule__BusType__Group_5_0__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:30944:1: ( rule__BusType__Group_5_0__2__Impl )
+ // InternalAadl2Parser.g:30945:2: rule__BusType__Group_5_0__2__Impl
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__BusType__Group_5_0__2__Impl();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__BusType__Group_5_0__2"
+
+
+ // $ANTLR start "rule__BusType__Group_5_0__2__Impl"
+ // InternalAadl2Parser.g:30951:1: rule__BusType__Group_5_0__2__Impl : ( ( ( rule__BusType__OwnedModeAssignment_5_0_2 ) ) ( ( rule__BusType__OwnedModeAssignment_5_0_2 )* ) ) ;
+ public final void rule__BusType__Group_5_0__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:30955:1: ( ( ( ( rule__BusType__OwnedModeAssignment_5_0_2 ) ) ( ( rule__BusType__OwnedModeAssignment_5_0_2 )* ) ) )
+ // InternalAadl2Parser.g:30956:1: ( ( ( rule__BusType__OwnedModeAssignment_5_0_2 ) ) ( ( rule__BusType__OwnedModeAssignment_5_0_2 )* ) )
{
- // InternalAadl2Parser.g:31555:1: ( ( ( rule__BusType__OwnedModeAssignment_5_0_1 ) ) ( ( rule__BusType__OwnedModeAssignment_5_0_1 )* ) )
- // InternalAadl2Parser.g:31556:2: ( ( rule__BusType__OwnedModeAssignment_5_0_1 ) ) ( ( rule__BusType__OwnedModeAssignment_5_0_1 )* )
+ // InternalAadl2Parser.g:30956:1: ( ( ( rule__BusType__OwnedModeAssignment_5_0_2 ) ) ( ( rule__BusType__OwnedModeAssignment_5_0_2 )* ) )
+ // InternalAadl2Parser.g:30957:2: ( ( rule__BusType__OwnedModeAssignment_5_0_2 ) ) ( ( rule__BusType__OwnedModeAssignment_5_0_2 )* )
{
- // InternalAadl2Parser.g:31556:2: ( ( rule__BusType__OwnedModeAssignment_5_0_1 ) )
- // InternalAadl2Parser.g:31557:3: ( rule__BusType__OwnedModeAssignment_5_0_1 )
+ // InternalAadl2Parser.g:30957:2: ( ( rule__BusType__OwnedModeAssignment_5_0_2 ) )
+ // InternalAadl2Parser.g:30958:3: ( rule__BusType__OwnedModeAssignment_5_0_2 )
{
- before(grammarAccess.getBusTypeAccess().getOwnedModeAssignment_5_0_1());
- // InternalAadl2Parser.g:31558:3: ( rule__BusType__OwnedModeAssignment_5_0_1 )
- // InternalAadl2Parser.g:31558:4: rule__BusType__OwnedModeAssignment_5_0_1
+ before(grammarAccess.getBusTypeAccess().getOwnedModeAssignment_5_0_2());
+ // InternalAadl2Parser.g:30959:3: ( rule__BusType__OwnedModeAssignment_5_0_2 )
+ // InternalAadl2Parser.g:30959:4: rule__BusType__OwnedModeAssignment_5_0_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__BusType__OwnedModeAssignment_5_0_1();
+ rule__BusType__OwnedModeAssignment_5_0_2();
state._fsp--;
}
- after(grammarAccess.getBusTypeAccess().getOwnedModeAssignment_5_0_1());
+ after(grammarAccess.getBusTypeAccess().getOwnedModeAssignment_5_0_2());
}
- // InternalAadl2Parser.g:31561:2: ( ( rule__BusType__OwnedModeAssignment_5_0_1 )* )
- // InternalAadl2Parser.g:31562:3: ( rule__BusType__OwnedModeAssignment_5_0_1 )*
+ // InternalAadl2Parser.g:30962:2: ( ( rule__BusType__OwnedModeAssignment_5_0_2 )* )
+ // InternalAadl2Parser.g:30963:3: ( rule__BusType__OwnedModeAssignment_5_0_2 )*
{
- before(grammarAccess.getBusTypeAccess().getOwnedModeAssignment_5_0_1());
- // InternalAadl2Parser.g:31563:3: ( rule__BusType__OwnedModeAssignment_5_0_1 )*
+ before(grammarAccess.getBusTypeAccess().getOwnedModeAssignment_5_0_2());
+ // InternalAadl2Parser.g:30964:3: ( rule__BusType__OwnedModeAssignment_5_0_2 )*
loop654:
do {
int alt654=2;
@@ -124425,10 +122585,10 @@ public final void rule__BusType__Group_5_0__1__Impl() throws RecognitionExceptio
switch (alt654) {
case 1 :
- // InternalAadl2Parser.g:31563:4: rule__BusType__OwnedModeAssignment_5_0_1
+ // InternalAadl2Parser.g:30964:4: rule__BusType__OwnedModeAssignment_5_0_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__BusType__OwnedModeAssignment_5_0_1();
+ rule__BusType__OwnedModeAssignment_5_0_2();
state._fsp--;
@@ -124441,7 +122601,7 @@ public final void rule__BusType__Group_5_0__1__Impl() throws RecognitionExceptio
}
} while (true);
- after(grammarAccess.getBusTypeAccess().getOwnedModeAssignment_5_0_1());
+ after(grammarAccess.getBusTypeAccess().getOwnedModeAssignment_5_0_2());
}
@@ -124463,18 +122623,18 @@ public final void rule__BusType__Group_5_0__1__Impl() throws RecognitionExceptio
}
return ;
}
- // $ANTLR end "rule__BusType__Group_5_0__1__Impl"
+ // $ANTLR end "rule__BusType__Group_5_0__2__Impl"
// $ANTLR start "rule__BusType__Group_5_1__0"
- // InternalAadl2Parser.g:31573:1: rule__BusType__Group_5_1__0 : rule__BusType__Group_5_1__0__Impl rule__BusType__Group_5_1__1 ;
+ // InternalAadl2Parser.g:30974:1: rule__BusType__Group_5_1__0 : rule__BusType__Group_5_1__0__Impl rule__BusType__Group_5_1__1 ;
public final void rule__BusType__Group_5_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31577:1: ( rule__BusType__Group_5_1__0__Impl rule__BusType__Group_5_1__1 )
- // InternalAadl2Parser.g:31578:2: rule__BusType__Group_5_1__0__Impl rule__BusType__Group_5_1__1
+ // InternalAadl2Parser.g:30978:1: ( rule__BusType__Group_5_1__0__Impl rule__BusType__Group_5_1__1 )
+ // InternalAadl2Parser.g:30979:2: rule__BusType__Group_5_1__0__Impl rule__BusType__Group_5_1__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__BusType__Group_5_1__0__Impl();
@@ -124505,17 +122665,17 @@ public final void rule__BusType__Group_5_1__0() throws RecognitionException {
// $ANTLR start "rule__BusType__Group_5_1__0__Impl"
- // InternalAadl2Parser.g:31585:1: rule__BusType__Group_5_1__0__Impl : ( Modes ) ;
+ // InternalAadl2Parser.g:30986:1: rule__BusType__Group_5_1__0__Impl : ( Modes ) ;
public final void rule__BusType__Group_5_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31589:1: ( ( Modes ) )
- // InternalAadl2Parser.g:31590:1: ( Modes )
+ // InternalAadl2Parser.g:30990:1: ( ( Modes ) )
+ // InternalAadl2Parser.g:30991:1: ( Modes )
{
- // InternalAadl2Parser.g:31590:1: ( Modes )
- // InternalAadl2Parser.g:31591:2: Modes
+ // InternalAadl2Parser.g:30991:1: ( Modes )
+ // InternalAadl2Parser.g:30992:2: Modes
{
before(grammarAccess.getBusTypeAccess().getModesKeyword_5_1_0());
match(input,Modes,FollowSets000.FOLLOW_2);
@@ -124542,14 +122702,14 @@ public final void rule__BusType__Group_5_1__0__Impl() throws RecognitionExceptio
// $ANTLR start "rule__BusType__Group_5_1__1"
- // InternalAadl2Parser.g:31600:1: rule__BusType__Group_5_1__1 : rule__BusType__Group_5_1__1__Impl ;
+ // InternalAadl2Parser.g:31001:1: rule__BusType__Group_5_1__1 : rule__BusType__Group_5_1__1__Impl ;
public final void rule__BusType__Group_5_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31604:1: ( rule__BusType__Group_5_1__1__Impl )
- // InternalAadl2Parser.g:31605:2: rule__BusType__Group_5_1__1__Impl
+ // InternalAadl2Parser.g:31005:1: ( rule__BusType__Group_5_1__1__Impl )
+ // InternalAadl2Parser.g:31006:2: rule__BusType__Group_5_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__Group_5_1__1__Impl();
@@ -124575,21 +122735,21 @@ public final void rule__BusType__Group_5_1__1() throws RecognitionException {
// $ANTLR start "rule__BusType__Group_5_1__1__Impl"
- // InternalAadl2Parser.g:31611:1: rule__BusType__Group_5_1__1__Impl : ( ( rule__BusType__Alternatives_5_1_1 ) ) ;
+ // InternalAadl2Parser.g:31012:1: rule__BusType__Group_5_1__1__Impl : ( ( rule__BusType__Alternatives_5_1_1 ) ) ;
public final void rule__BusType__Group_5_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31615:1: ( ( ( rule__BusType__Alternatives_5_1_1 ) ) )
- // InternalAadl2Parser.g:31616:1: ( ( rule__BusType__Alternatives_5_1_1 ) )
+ // InternalAadl2Parser.g:31016:1: ( ( ( rule__BusType__Alternatives_5_1_1 ) ) )
+ // InternalAadl2Parser.g:31017:1: ( ( rule__BusType__Alternatives_5_1_1 ) )
{
- // InternalAadl2Parser.g:31616:1: ( ( rule__BusType__Alternatives_5_1_1 ) )
- // InternalAadl2Parser.g:31617:2: ( rule__BusType__Alternatives_5_1_1 )
+ // InternalAadl2Parser.g:31017:1: ( ( rule__BusType__Alternatives_5_1_1 ) )
+ // InternalAadl2Parser.g:31018:2: ( rule__BusType__Alternatives_5_1_1 )
{
before(grammarAccess.getBusTypeAccess().getAlternatives_5_1_1());
- // InternalAadl2Parser.g:31618:2: ( rule__BusType__Alternatives_5_1_1 )
- // InternalAadl2Parser.g:31618:3: rule__BusType__Alternatives_5_1_1
+ // InternalAadl2Parser.g:31019:2: ( rule__BusType__Alternatives_5_1_1 )
+ // InternalAadl2Parser.g:31019:3: rule__BusType__Alternatives_5_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__Alternatives_5_1_1();
@@ -124622,14 +122782,14 @@ public final void rule__BusType__Group_5_1__1__Impl() throws RecognitionExceptio
// $ANTLR start "rule__BusType__Group_5_1_1_1__0"
- // InternalAadl2Parser.g:31627:1: rule__BusType__Group_5_1_1_1__0 : rule__BusType__Group_5_1_1_1__0__Impl rule__BusType__Group_5_1_1_1__1 ;
+ // InternalAadl2Parser.g:31028:1: rule__BusType__Group_5_1_1_1__0 : rule__BusType__Group_5_1_1_1__0__Impl rule__BusType__Group_5_1_1_1__1 ;
public final void rule__BusType__Group_5_1_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31631:1: ( rule__BusType__Group_5_1_1_1__0__Impl rule__BusType__Group_5_1_1_1__1 )
- // InternalAadl2Parser.g:31632:2: rule__BusType__Group_5_1_1_1__0__Impl rule__BusType__Group_5_1_1_1__1
+ // InternalAadl2Parser.g:31032:1: ( rule__BusType__Group_5_1_1_1__0__Impl rule__BusType__Group_5_1_1_1__1 )
+ // InternalAadl2Parser.g:31033:2: rule__BusType__Group_5_1_1_1__0__Impl rule__BusType__Group_5_1_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__BusType__Group_5_1_1_1__0__Impl();
@@ -124660,21 +122820,21 @@ public final void rule__BusType__Group_5_1_1_1__0() throws RecognitionException
// $ANTLR start "rule__BusType__Group_5_1_1_1__0__Impl"
- // InternalAadl2Parser.g:31639:1: rule__BusType__Group_5_1_1_1__0__Impl : ( ( rule__BusType__NoModesAssignment_5_1_1_1_0 ) ) ;
+ // InternalAadl2Parser.g:31040:1: rule__BusType__Group_5_1_1_1__0__Impl : ( ( rule__BusType__NoModesAssignment_5_1_1_1_0 ) ) ;
public final void rule__BusType__Group_5_1_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31643:1: ( ( ( rule__BusType__NoModesAssignment_5_1_1_1_0 ) ) )
- // InternalAadl2Parser.g:31644:1: ( ( rule__BusType__NoModesAssignment_5_1_1_1_0 ) )
+ // InternalAadl2Parser.g:31044:1: ( ( ( rule__BusType__NoModesAssignment_5_1_1_1_0 ) ) )
+ // InternalAadl2Parser.g:31045:1: ( ( rule__BusType__NoModesAssignment_5_1_1_1_0 ) )
{
- // InternalAadl2Parser.g:31644:1: ( ( rule__BusType__NoModesAssignment_5_1_1_1_0 ) )
- // InternalAadl2Parser.g:31645:2: ( rule__BusType__NoModesAssignment_5_1_1_1_0 )
+ // InternalAadl2Parser.g:31045:1: ( ( rule__BusType__NoModesAssignment_5_1_1_1_0 ) )
+ // InternalAadl2Parser.g:31046:2: ( rule__BusType__NoModesAssignment_5_1_1_1_0 )
{
before(grammarAccess.getBusTypeAccess().getNoModesAssignment_5_1_1_1_0());
- // InternalAadl2Parser.g:31646:2: ( rule__BusType__NoModesAssignment_5_1_1_1_0 )
- // InternalAadl2Parser.g:31646:3: rule__BusType__NoModesAssignment_5_1_1_1_0
+ // InternalAadl2Parser.g:31047:2: ( rule__BusType__NoModesAssignment_5_1_1_1_0 )
+ // InternalAadl2Parser.g:31047:3: rule__BusType__NoModesAssignment_5_1_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__NoModesAssignment_5_1_1_1_0();
@@ -124707,14 +122867,14 @@ public final void rule__BusType__Group_5_1_1_1__0__Impl() throws RecognitionExce
// $ANTLR start "rule__BusType__Group_5_1_1_1__1"
- // InternalAadl2Parser.g:31654:1: rule__BusType__Group_5_1_1_1__1 : rule__BusType__Group_5_1_1_1__1__Impl ;
+ // InternalAadl2Parser.g:31055:1: rule__BusType__Group_5_1_1_1__1 : rule__BusType__Group_5_1_1_1__1__Impl ;
public final void rule__BusType__Group_5_1_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31658:1: ( rule__BusType__Group_5_1_1_1__1__Impl )
- // InternalAadl2Parser.g:31659:2: rule__BusType__Group_5_1_1_1__1__Impl
+ // InternalAadl2Parser.g:31059:1: ( rule__BusType__Group_5_1_1_1__1__Impl )
+ // InternalAadl2Parser.g:31060:2: rule__BusType__Group_5_1_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__Group_5_1_1_1__1__Impl();
@@ -124740,17 +122900,17 @@ public final void rule__BusType__Group_5_1_1_1__1() throws RecognitionException
// $ANTLR start "rule__BusType__Group_5_1_1_1__1__Impl"
- // InternalAadl2Parser.g:31665:1: rule__BusType__Group_5_1_1_1__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:31066:1: rule__BusType__Group_5_1_1_1__1__Impl : ( Semicolon ) ;
public final void rule__BusType__Group_5_1_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31669:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:31670:1: ( Semicolon )
+ // InternalAadl2Parser.g:31070:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:31071:1: ( Semicolon )
{
- // InternalAadl2Parser.g:31670:1: ( Semicolon )
- // InternalAadl2Parser.g:31671:2: Semicolon
+ // InternalAadl2Parser.g:31071:1: ( Semicolon )
+ // InternalAadl2Parser.g:31072:2: Semicolon
{
before(grammarAccess.getBusTypeAccess().getSemicolonKeyword_5_1_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -124777,14 +122937,14 @@ public final void rule__BusType__Group_5_1_1_1__1__Impl() throws RecognitionExce
// $ANTLR start "rule__BusType__Group_6__0"
- // InternalAadl2Parser.g:31681:1: rule__BusType__Group_6__0 : rule__BusType__Group_6__0__Impl rule__BusType__Group_6__1 ;
+ // InternalAadl2Parser.g:31082:1: rule__BusType__Group_6__0 : rule__BusType__Group_6__0__Impl rule__BusType__Group_6__1 ;
public final void rule__BusType__Group_6__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31685:1: ( rule__BusType__Group_6__0__Impl rule__BusType__Group_6__1 )
- // InternalAadl2Parser.g:31686:2: rule__BusType__Group_6__0__Impl rule__BusType__Group_6__1
+ // InternalAadl2Parser.g:31086:1: ( rule__BusType__Group_6__0__Impl rule__BusType__Group_6__1 )
+ // InternalAadl2Parser.g:31087:2: rule__BusType__Group_6__0__Impl rule__BusType__Group_6__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__BusType__Group_6__0__Impl();
@@ -124815,17 +122975,17 @@ public final void rule__BusType__Group_6__0() throws RecognitionException {
// $ANTLR start "rule__BusType__Group_6__0__Impl"
- // InternalAadl2Parser.g:31693:1: rule__BusType__Group_6__0__Impl : ( Properties ) ;
+ // InternalAadl2Parser.g:31094:1: rule__BusType__Group_6__0__Impl : ( Properties ) ;
public final void rule__BusType__Group_6__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31697:1: ( ( Properties ) )
- // InternalAadl2Parser.g:31698:1: ( Properties )
+ // InternalAadl2Parser.g:31098:1: ( ( Properties ) )
+ // InternalAadl2Parser.g:31099:1: ( Properties )
{
- // InternalAadl2Parser.g:31698:1: ( Properties )
- // InternalAadl2Parser.g:31699:2: Properties
+ // InternalAadl2Parser.g:31099:1: ( Properties )
+ // InternalAadl2Parser.g:31100:2: Properties
{
before(grammarAccess.getBusTypeAccess().getPropertiesKeyword_6_0());
match(input,Properties,FollowSets000.FOLLOW_2);
@@ -124852,14 +123012,14 @@ public final void rule__BusType__Group_6__0__Impl() throws RecognitionException
// $ANTLR start "rule__BusType__Group_6__1"
- // InternalAadl2Parser.g:31708:1: rule__BusType__Group_6__1 : rule__BusType__Group_6__1__Impl ;
+ // InternalAadl2Parser.g:31109:1: rule__BusType__Group_6__1 : rule__BusType__Group_6__1__Impl ;
public final void rule__BusType__Group_6__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31712:1: ( rule__BusType__Group_6__1__Impl )
- // InternalAadl2Parser.g:31713:2: rule__BusType__Group_6__1__Impl
+ // InternalAadl2Parser.g:31113:1: ( rule__BusType__Group_6__1__Impl )
+ // InternalAadl2Parser.g:31114:2: rule__BusType__Group_6__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__Group_6__1__Impl();
@@ -124885,21 +123045,21 @@ public final void rule__BusType__Group_6__1() throws RecognitionException {
// $ANTLR start "rule__BusType__Group_6__1__Impl"
- // InternalAadl2Parser.g:31719:1: rule__BusType__Group_6__1__Impl : ( ( rule__BusType__Alternatives_6_1 ) ) ;
+ // InternalAadl2Parser.g:31120:1: rule__BusType__Group_6__1__Impl : ( ( rule__BusType__Alternatives_6_1 ) ) ;
public final void rule__BusType__Group_6__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31723:1: ( ( ( rule__BusType__Alternatives_6_1 ) ) )
- // InternalAadl2Parser.g:31724:1: ( ( rule__BusType__Alternatives_6_1 ) )
+ // InternalAadl2Parser.g:31124:1: ( ( ( rule__BusType__Alternatives_6_1 ) ) )
+ // InternalAadl2Parser.g:31125:1: ( ( rule__BusType__Alternatives_6_1 ) )
{
- // InternalAadl2Parser.g:31724:1: ( ( rule__BusType__Alternatives_6_1 ) )
- // InternalAadl2Parser.g:31725:2: ( rule__BusType__Alternatives_6_1 )
+ // InternalAadl2Parser.g:31125:1: ( ( rule__BusType__Alternatives_6_1 ) )
+ // InternalAadl2Parser.g:31126:2: ( rule__BusType__Alternatives_6_1 )
{
before(grammarAccess.getBusTypeAccess().getAlternatives_6_1());
- // InternalAadl2Parser.g:31726:2: ( rule__BusType__Alternatives_6_1 )
- // InternalAadl2Parser.g:31726:3: rule__BusType__Alternatives_6_1
+ // InternalAadl2Parser.g:31127:2: ( rule__BusType__Alternatives_6_1 )
+ // InternalAadl2Parser.g:31127:3: rule__BusType__Alternatives_6_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__Alternatives_6_1();
@@ -124932,14 +123092,14 @@ public final void rule__BusType__Group_6__1__Impl() throws RecognitionException
// $ANTLR start "rule__BusType__Group_6_1_1__0"
- // InternalAadl2Parser.g:31735:1: rule__BusType__Group_6_1_1__0 : rule__BusType__Group_6_1_1__0__Impl rule__BusType__Group_6_1_1__1 ;
+ // InternalAadl2Parser.g:31136:1: rule__BusType__Group_6_1_1__0 : rule__BusType__Group_6_1_1__0__Impl rule__BusType__Group_6_1_1__1 ;
public final void rule__BusType__Group_6_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31739:1: ( rule__BusType__Group_6_1_1__0__Impl rule__BusType__Group_6_1_1__1 )
- // InternalAadl2Parser.g:31740:2: rule__BusType__Group_6_1_1__0__Impl rule__BusType__Group_6_1_1__1
+ // InternalAadl2Parser.g:31140:1: ( rule__BusType__Group_6_1_1__0__Impl rule__BusType__Group_6_1_1__1 )
+ // InternalAadl2Parser.g:31141:2: rule__BusType__Group_6_1_1__0__Impl rule__BusType__Group_6_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__BusType__Group_6_1_1__0__Impl();
@@ -124970,21 +123130,21 @@ public final void rule__BusType__Group_6_1_1__0() throws RecognitionException {
// $ANTLR start "rule__BusType__Group_6_1_1__0__Impl"
- // InternalAadl2Parser.g:31747:1: rule__BusType__Group_6_1_1__0__Impl : ( ( rule__BusType__NoPropertiesAssignment_6_1_1_0 ) ) ;
+ // InternalAadl2Parser.g:31148:1: rule__BusType__Group_6_1_1__0__Impl : ( ( rule__BusType__NoPropertiesAssignment_6_1_1_0 ) ) ;
public final void rule__BusType__Group_6_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31751:1: ( ( ( rule__BusType__NoPropertiesAssignment_6_1_1_0 ) ) )
- // InternalAadl2Parser.g:31752:1: ( ( rule__BusType__NoPropertiesAssignment_6_1_1_0 ) )
+ // InternalAadl2Parser.g:31152:1: ( ( ( rule__BusType__NoPropertiesAssignment_6_1_1_0 ) ) )
+ // InternalAadl2Parser.g:31153:1: ( ( rule__BusType__NoPropertiesAssignment_6_1_1_0 ) )
{
- // InternalAadl2Parser.g:31752:1: ( ( rule__BusType__NoPropertiesAssignment_6_1_1_0 ) )
- // InternalAadl2Parser.g:31753:2: ( rule__BusType__NoPropertiesAssignment_6_1_1_0 )
+ // InternalAadl2Parser.g:31153:1: ( ( rule__BusType__NoPropertiesAssignment_6_1_1_0 ) )
+ // InternalAadl2Parser.g:31154:2: ( rule__BusType__NoPropertiesAssignment_6_1_1_0 )
{
before(grammarAccess.getBusTypeAccess().getNoPropertiesAssignment_6_1_1_0());
- // InternalAadl2Parser.g:31754:2: ( rule__BusType__NoPropertiesAssignment_6_1_1_0 )
- // InternalAadl2Parser.g:31754:3: rule__BusType__NoPropertiesAssignment_6_1_1_0
+ // InternalAadl2Parser.g:31155:2: ( rule__BusType__NoPropertiesAssignment_6_1_1_0 )
+ // InternalAadl2Parser.g:31155:3: rule__BusType__NoPropertiesAssignment_6_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__NoPropertiesAssignment_6_1_1_0();
@@ -125017,14 +123177,14 @@ public final void rule__BusType__Group_6_1_1__0__Impl() throws RecognitionExcept
// $ANTLR start "rule__BusType__Group_6_1_1__1"
- // InternalAadl2Parser.g:31762:1: rule__BusType__Group_6_1_1__1 : rule__BusType__Group_6_1_1__1__Impl ;
+ // InternalAadl2Parser.g:31163:1: rule__BusType__Group_6_1_1__1 : rule__BusType__Group_6_1_1__1__Impl ;
public final void rule__BusType__Group_6_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31766:1: ( rule__BusType__Group_6_1_1__1__Impl )
- // InternalAadl2Parser.g:31767:2: rule__BusType__Group_6_1_1__1__Impl
+ // InternalAadl2Parser.g:31167:1: ( rule__BusType__Group_6_1_1__1__Impl )
+ // InternalAadl2Parser.g:31168:2: rule__BusType__Group_6_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__BusType__Group_6_1_1__1__Impl();
@@ -125050,17 +123210,17 @@ public final void rule__BusType__Group_6_1_1__1() throws RecognitionException {
// $ANTLR start "rule__BusType__Group_6_1_1__1__Impl"
- // InternalAadl2Parser.g:31773:1: rule__BusType__Group_6_1_1__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:31174:1: rule__BusType__Group_6_1_1__1__Impl : ( Semicolon ) ;
public final void rule__BusType__Group_6_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31777:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:31778:1: ( Semicolon )
+ // InternalAadl2Parser.g:31178:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:31179:1: ( Semicolon )
{
- // InternalAadl2Parser.g:31778:1: ( Semicolon )
- // InternalAadl2Parser.g:31779:2: Semicolon
+ // InternalAadl2Parser.g:31179:1: ( Semicolon )
+ // InternalAadl2Parser.g:31180:2: Semicolon
{
before(grammarAccess.getBusTypeAccess().getSemicolonKeyword_6_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -125087,16 +123247,16 @@ public final void rule__BusType__Group_6_1_1__1__Impl() throws RecognitionExcept
// $ANTLR start "rule__VirtualBusType__Group__0"
- // InternalAadl2Parser.g:31789:1: rule__VirtualBusType__Group__0 : rule__VirtualBusType__Group__0__Impl rule__VirtualBusType__Group__1 ;
+ // InternalAadl2Parser.g:31190:1: rule__VirtualBusType__Group__0 : rule__VirtualBusType__Group__0__Impl rule__VirtualBusType__Group__1 ;
public final void rule__VirtualBusType__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31793:1: ( rule__VirtualBusType__Group__0__Impl rule__VirtualBusType__Group__1 )
- // InternalAadl2Parser.g:31794:2: rule__VirtualBusType__Group__0__Impl rule__VirtualBusType__Group__1
+ // InternalAadl2Parser.g:31194:1: ( rule__VirtualBusType__Group__0__Impl rule__VirtualBusType__Group__1 )
+ // InternalAadl2Parser.g:31195:2: rule__VirtualBusType__Group__0__Impl rule__VirtualBusType__Group__1
{
- pushFollow(FollowSets000.FOLLOW_4);
+ pushFollow(FollowSets000.FOLLOW_25);
rule__VirtualBusType__Group__0__Impl();
state._fsp--;
@@ -125125,25 +123285,21 @@ public final void rule__VirtualBusType__Group__0() throws RecognitionException {
// $ANTLR start "rule__VirtualBusType__Group__0__Impl"
- // InternalAadl2Parser.g:31801:1: rule__VirtualBusType__Group__0__Impl : ( ruleVirtualBusKeywords ) ;
+ // InternalAadl2Parser.g:31202:1: rule__VirtualBusType__Group__0__Impl : ( Virtual ) ;
public final void rule__VirtualBusType__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31805:1: ( ( ruleVirtualBusKeywords ) )
- // InternalAadl2Parser.g:31806:1: ( ruleVirtualBusKeywords )
+ // InternalAadl2Parser.g:31206:1: ( ( Virtual ) )
+ // InternalAadl2Parser.g:31207:1: ( Virtual )
{
- // InternalAadl2Parser.g:31806:1: ( ruleVirtualBusKeywords )
- // InternalAadl2Parser.g:31807:2: ruleVirtualBusKeywords
+ // InternalAadl2Parser.g:31207:1: ( Virtual )
+ // InternalAadl2Parser.g:31208:2: Virtual
{
- before(grammarAccess.getVirtualBusTypeAccess().getVirtualBusKeywordsParserRuleCall_0());
- pushFollow(FollowSets000.FOLLOW_2);
- ruleVirtualBusKeywords();
-
- state._fsp--;
-
- after(grammarAccess.getVirtualBusTypeAccess().getVirtualBusKeywordsParserRuleCall_0());
+ before(grammarAccess.getVirtualBusTypeAccess().getVirtualKeyword_0());
+ match(input,Virtual,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getVirtualBusTypeAccess().getVirtualKeyword_0());
}
@@ -125166,16 +123322,16 @@ public final void rule__VirtualBusType__Group__0__Impl() throws RecognitionExcep
// $ANTLR start "rule__VirtualBusType__Group__1"
- // InternalAadl2Parser.g:31816:1: rule__VirtualBusType__Group__1 : rule__VirtualBusType__Group__1__Impl rule__VirtualBusType__Group__2 ;
+ // InternalAadl2Parser.g:31217:1: rule__VirtualBusType__Group__1 : rule__VirtualBusType__Group__1__Impl rule__VirtualBusType__Group__2 ;
public final void rule__VirtualBusType__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31820:1: ( rule__VirtualBusType__Group__1__Impl rule__VirtualBusType__Group__2 )
- // InternalAadl2Parser.g:31821:2: rule__VirtualBusType__Group__1__Impl rule__VirtualBusType__Group__2
+ // InternalAadl2Parser.g:31221:1: ( rule__VirtualBusType__Group__1__Impl rule__VirtualBusType__Group__2 )
+ // InternalAadl2Parser.g:31222:2: rule__VirtualBusType__Group__1__Impl rule__VirtualBusType__Group__2
{
- pushFollow(FollowSets000.FOLLOW_32);
+ pushFollow(FollowSets000.FOLLOW_4);
rule__VirtualBusType__Group__1__Impl();
state._fsp--;
@@ -125204,31 +123360,21 @@ public final void rule__VirtualBusType__Group__1() throws RecognitionException {
// $ANTLR start "rule__VirtualBusType__Group__1__Impl"
- // InternalAadl2Parser.g:31828:1: rule__VirtualBusType__Group__1__Impl : ( ( rule__VirtualBusType__NameAssignment_1 ) ) ;
+ // InternalAadl2Parser.g:31229:1: rule__VirtualBusType__Group__1__Impl : ( Bus ) ;
public final void rule__VirtualBusType__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31832:1: ( ( ( rule__VirtualBusType__NameAssignment_1 ) ) )
- // InternalAadl2Parser.g:31833:1: ( ( rule__VirtualBusType__NameAssignment_1 ) )
+ // InternalAadl2Parser.g:31233:1: ( ( Bus ) )
+ // InternalAadl2Parser.g:31234:1: ( Bus )
{
- // InternalAadl2Parser.g:31833:1: ( ( rule__VirtualBusType__NameAssignment_1 ) )
- // InternalAadl2Parser.g:31834:2: ( rule__VirtualBusType__NameAssignment_1 )
+ // InternalAadl2Parser.g:31234:1: ( Bus )
+ // InternalAadl2Parser.g:31235:2: Bus
{
- before(grammarAccess.getVirtualBusTypeAccess().getNameAssignment_1());
- // InternalAadl2Parser.g:31835:2: ( rule__VirtualBusType__NameAssignment_1 )
- // InternalAadl2Parser.g:31835:3: rule__VirtualBusType__NameAssignment_1
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__NameAssignment_1();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getVirtualBusTypeAccess().getNameAssignment_1());
+ before(grammarAccess.getVirtualBusTypeAccess().getBusKeyword_1());
+ match(input,Bus,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getVirtualBusTypeAccess().getBusKeyword_1());
}
@@ -125251,16 +123397,16 @@ public final void rule__VirtualBusType__Group__1__Impl() throws RecognitionExcep
// $ANTLR start "rule__VirtualBusType__Group__2"
- // InternalAadl2Parser.g:31843:1: rule__VirtualBusType__Group__2 : rule__VirtualBusType__Group__2__Impl rule__VirtualBusType__Group__3 ;
+ // InternalAadl2Parser.g:31244:1: rule__VirtualBusType__Group__2 : rule__VirtualBusType__Group__2__Impl rule__VirtualBusType__Group__3 ;
public final void rule__VirtualBusType__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31847:1: ( rule__VirtualBusType__Group__2__Impl rule__VirtualBusType__Group__3 )
- // InternalAadl2Parser.g:31848:2: rule__VirtualBusType__Group__2__Impl rule__VirtualBusType__Group__3
+ // InternalAadl2Parser.g:31248:1: ( rule__VirtualBusType__Group__2__Impl rule__VirtualBusType__Group__3 )
+ // InternalAadl2Parser.g:31249:2: rule__VirtualBusType__Group__2__Impl rule__VirtualBusType__Group__3
{
- pushFollow(FollowSets000.FOLLOW_32);
+ pushFollow(FollowSets000.FOLLOW_33);
rule__VirtualBusType__Group__2__Impl();
state._fsp--;
@@ -125289,42 +123435,31 @@ public final void rule__VirtualBusType__Group__2() throws RecognitionException {
// $ANTLR start "rule__VirtualBusType__Group__2__Impl"
- // InternalAadl2Parser.g:31855:1: rule__VirtualBusType__Group__2__Impl : ( ( rule__VirtualBusType__Group_2__0 )? ) ;
+ // InternalAadl2Parser.g:31256:1: rule__VirtualBusType__Group__2__Impl : ( ( rule__VirtualBusType__NameAssignment_2 ) ) ;
public final void rule__VirtualBusType__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31859:1: ( ( ( rule__VirtualBusType__Group_2__0 )? ) )
- // InternalAadl2Parser.g:31860:1: ( ( rule__VirtualBusType__Group_2__0 )? )
+ // InternalAadl2Parser.g:31260:1: ( ( ( rule__VirtualBusType__NameAssignment_2 ) ) )
+ // InternalAadl2Parser.g:31261:1: ( ( rule__VirtualBusType__NameAssignment_2 ) )
{
- // InternalAadl2Parser.g:31860:1: ( ( rule__VirtualBusType__Group_2__0 )? )
- // InternalAadl2Parser.g:31861:2: ( rule__VirtualBusType__Group_2__0 )?
+ // InternalAadl2Parser.g:31261:1: ( ( rule__VirtualBusType__NameAssignment_2 ) )
+ // InternalAadl2Parser.g:31262:2: ( rule__VirtualBusType__NameAssignment_2 )
{
- before(grammarAccess.getVirtualBusTypeAccess().getGroup_2());
- // InternalAadl2Parser.g:31862:2: ( rule__VirtualBusType__Group_2__0 )?
- int alt655=2;
- int LA655_0 = input.LA(1);
-
- if ( (LA655_0==Extends) ) {
- alt655=1;
- }
- switch (alt655) {
- case 1 :
- // InternalAadl2Parser.g:31862:3: rule__VirtualBusType__Group_2__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_2__0();
-
- state._fsp--;
+ before(grammarAccess.getVirtualBusTypeAccess().getNameAssignment_2());
+ // InternalAadl2Parser.g:31263:2: ( rule__VirtualBusType__NameAssignment_2 )
+ // InternalAadl2Parser.g:31263:3: rule__VirtualBusType__NameAssignment_2
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__VirtualBusType__NameAssignment_2();
+ state._fsp--;
- }
- break;
}
- after(grammarAccess.getVirtualBusTypeAccess().getGroup_2());
+ after(grammarAccess.getVirtualBusTypeAccess().getNameAssignment_2());
}
@@ -125347,16 +123482,16 @@ public final void rule__VirtualBusType__Group__2__Impl() throws RecognitionExcep
// $ANTLR start "rule__VirtualBusType__Group__3"
- // InternalAadl2Parser.g:31870:1: rule__VirtualBusType__Group__3 : rule__VirtualBusType__Group__3__Impl rule__VirtualBusType__Group__4 ;
+ // InternalAadl2Parser.g:31271:1: rule__VirtualBusType__Group__3 : rule__VirtualBusType__Group__3__Impl rule__VirtualBusType__Group__4 ;
public final void rule__VirtualBusType__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31874:1: ( rule__VirtualBusType__Group__3__Impl rule__VirtualBusType__Group__4 )
- // InternalAadl2Parser.g:31875:2: rule__VirtualBusType__Group__3__Impl rule__VirtualBusType__Group__4
+ // InternalAadl2Parser.g:31275:1: ( rule__VirtualBusType__Group__3__Impl rule__VirtualBusType__Group__4 )
+ // InternalAadl2Parser.g:31276:2: rule__VirtualBusType__Group__3__Impl rule__VirtualBusType__Group__4
{
- pushFollow(FollowSets000.FOLLOW_32);
+ pushFollow(FollowSets000.FOLLOW_33);
rule__VirtualBusType__Group__3__Impl();
state._fsp--;
@@ -125385,29 +123520,29 @@ public final void rule__VirtualBusType__Group__3() throws RecognitionException {
// $ANTLR start "rule__VirtualBusType__Group__3__Impl"
- // InternalAadl2Parser.g:31882:1: rule__VirtualBusType__Group__3__Impl : ( ( rule__VirtualBusType__Group_3__0 )? ) ;
+ // InternalAadl2Parser.g:31283:1: rule__VirtualBusType__Group__3__Impl : ( ( rule__VirtualBusType__Group_3__0 )? ) ;
public final void rule__VirtualBusType__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31886:1: ( ( ( rule__VirtualBusType__Group_3__0 )? ) )
- // InternalAadl2Parser.g:31887:1: ( ( rule__VirtualBusType__Group_3__0 )? )
+ // InternalAadl2Parser.g:31287:1: ( ( ( rule__VirtualBusType__Group_3__0 )? ) )
+ // InternalAadl2Parser.g:31288:1: ( ( rule__VirtualBusType__Group_3__0 )? )
{
- // InternalAadl2Parser.g:31887:1: ( ( rule__VirtualBusType__Group_3__0 )? )
- // InternalAadl2Parser.g:31888:2: ( rule__VirtualBusType__Group_3__0 )?
+ // InternalAadl2Parser.g:31288:1: ( ( rule__VirtualBusType__Group_3__0 )? )
+ // InternalAadl2Parser.g:31289:2: ( rule__VirtualBusType__Group_3__0 )?
{
before(grammarAccess.getVirtualBusTypeAccess().getGroup_3());
- // InternalAadl2Parser.g:31889:2: ( rule__VirtualBusType__Group_3__0 )?
- int alt656=2;
- int LA656_0 = input.LA(1);
+ // InternalAadl2Parser.g:31290:2: ( rule__VirtualBusType__Group_3__0 )?
+ int alt655=2;
+ int LA655_0 = input.LA(1);
- if ( (LA656_0==Prototypes) ) {
- alt656=1;
+ if ( (LA655_0==Extends) ) {
+ alt655=1;
}
- switch (alt656) {
+ switch (alt655) {
case 1 :
- // InternalAadl2Parser.g:31889:3: rule__VirtualBusType__Group_3__0
+ // InternalAadl2Parser.g:31290:3: rule__VirtualBusType__Group_3__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__VirtualBusType__Group_3__0();
@@ -125443,16 +123578,16 @@ public final void rule__VirtualBusType__Group__3__Impl() throws RecognitionExcep
// $ANTLR start "rule__VirtualBusType__Group__4"
- // InternalAadl2Parser.g:31897:1: rule__VirtualBusType__Group__4 : rule__VirtualBusType__Group__4__Impl rule__VirtualBusType__Group__5 ;
+ // InternalAadl2Parser.g:31298:1: rule__VirtualBusType__Group__4 : rule__VirtualBusType__Group__4__Impl rule__VirtualBusType__Group__5 ;
public final void rule__VirtualBusType__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31901:1: ( rule__VirtualBusType__Group__4__Impl rule__VirtualBusType__Group__5 )
- // InternalAadl2Parser.g:31902:2: rule__VirtualBusType__Group__4__Impl rule__VirtualBusType__Group__5
+ // InternalAadl2Parser.g:31302:1: ( rule__VirtualBusType__Group__4__Impl rule__VirtualBusType__Group__5 )
+ // InternalAadl2Parser.g:31303:2: rule__VirtualBusType__Group__4__Impl rule__VirtualBusType__Group__5
{
- pushFollow(FollowSets000.FOLLOW_32);
+ pushFollow(FollowSets000.FOLLOW_33);
rule__VirtualBusType__Group__4__Impl();
state._fsp--;
@@ -125481,29 +123616,29 @@ public final void rule__VirtualBusType__Group__4() throws RecognitionException {
// $ANTLR start "rule__VirtualBusType__Group__4__Impl"
- // InternalAadl2Parser.g:31909:1: rule__VirtualBusType__Group__4__Impl : ( ( rule__VirtualBusType__Group_4__0 )? ) ;
+ // InternalAadl2Parser.g:31310:1: rule__VirtualBusType__Group__4__Impl : ( ( rule__VirtualBusType__Group_4__0 )? ) ;
public final void rule__VirtualBusType__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31913:1: ( ( ( rule__VirtualBusType__Group_4__0 )? ) )
- // InternalAadl2Parser.g:31914:1: ( ( rule__VirtualBusType__Group_4__0 )? )
+ // InternalAadl2Parser.g:31314:1: ( ( ( rule__VirtualBusType__Group_4__0 )? ) )
+ // InternalAadl2Parser.g:31315:1: ( ( rule__VirtualBusType__Group_4__0 )? )
{
- // InternalAadl2Parser.g:31914:1: ( ( rule__VirtualBusType__Group_4__0 )? )
- // InternalAadl2Parser.g:31915:2: ( rule__VirtualBusType__Group_4__0 )?
+ // InternalAadl2Parser.g:31315:1: ( ( rule__VirtualBusType__Group_4__0 )? )
+ // InternalAadl2Parser.g:31316:2: ( rule__VirtualBusType__Group_4__0 )?
{
before(grammarAccess.getVirtualBusTypeAccess().getGroup_4());
- // InternalAadl2Parser.g:31916:2: ( rule__VirtualBusType__Group_4__0 )?
- int alt657=2;
- int LA657_0 = input.LA(1);
+ // InternalAadl2Parser.g:31317:2: ( rule__VirtualBusType__Group_4__0 )?
+ int alt656=2;
+ int LA656_0 = input.LA(1);
- if ( (LA657_0==Features) ) {
- alt657=1;
+ if ( (LA656_0==Prototypes) ) {
+ alt656=1;
}
- switch (alt657) {
+ switch (alt656) {
case 1 :
- // InternalAadl2Parser.g:31916:3: rule__VirtualBusType__Group_4__0
+ // InternalAadl2Parser.g:31317:3: rule__VirtualBusType__Group_4__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__VirtualBusType__Group_4__0();
@@ -125539,16 +123674,16 @@ public final void rule__VirtualBusType__Group__4__Impl() throws RecognitionExcep
// $ANTLR start "rule__VirtualBusType__Group__5"
- // InternalAadl2Parser.g:31924:1: rule__VirtualBusType__Group__5 : rule__VirtualBusType__Group__5__Impl rule__VirtualBusType__Group__6 ;
+ // InternalAadl2Parser.g:31325:1: rule__VirtualBusType__Group__5 : rule__VirtualBusType__Group__5__Impl rule__VirtualBusType__Group__6 ;
public final void rule__VirtualBusType__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31928:1: ( rule__VirtualBusType__Group__5__Impl rule__VirtualBusType__Group__6 )
- // InternalAadl2Parser.g:31929:2: rule__VirtualBusType__Group__5__Impl rule__VirtualBusType__Group__6
+ // InternalAadl2Parser.g:31329:1: ( rule__VirtualBusType__Group__5__Impl rule__VirtualBusType__Group__6 )
+ // InternalAadl2Parser.g:31330:2: rule__VirtualBusType__Group__5__Impl rule__VirtualBusType__Group__6
{
- pushFollow(FollowSets000.FOLLOW_32);
+ pushFollow(FollowSets000.FOLLOW_33);
rule__VirtualBusType__Group__5__Impl();
state._fsp--;
@@ -125577,32 +123712,32 @@ public final void rule__VirtualBusType__Group__5() throws RecognitionException {
// $ANTLR start "rule__VirtualBusType__Group__5__Impl"
- // InternalAadl2Parser.g:31936:1: rule__VirtualBusType__Group__5__Impl : ( ( rule__VirtualBusType__Alternatives_5 )? ) ;
+ // InternalAadl2Parser.g:31337:1: rule__VirtualBusType__Group__5__Impl : ( ( rule__VirtualBusType__Group_5__0 )? ) ;
public final void rule__VirtualBusType__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31940:1: ( ( ( rule__VirtualBusType__Alternatives_5 )? ) )
- // InternalAadl2Parser.g:31941:1: ( ( rule__VirtualBusType__Alternatives_5 )? )
+ // InternalAadl2Parser.g:31341:1: ( ( ( rule__VirtualBusType__Group_5__0 )? ) )
+ // InternalAadl2Parser.g:31342:1: ( ( rule__VirtualBusType__Group_5__0 )? )
{
- // InternalAadl2Parser.g:31941:1: ( ( rule__VirtualBusType__Alternatives_5 )? )
- // InternalAadl2Parser.g:31942:2: ( rule__VirtualBusType__Alternatives_5 )?
+ // InternalAadl2Parser.g:31342:1: ( ( rule__VirtualBusType__Group_5__0 )? )
+ // InternalAadl2Parser.g:31343:2: ( rule__VirtualBusType__Group_5__0 )?
{
- before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_5());
- // InternalAadl2Parser.g:31943:2: ( rule__VirtualBusType__Alternatives_5 )?
- int alt658=2;
- int LA658_0 = input.LA(1);
+ before(grammarAccess.getVirtualBusTypeAccess().getGroup_5());
+ // InternalAadl2Parser.g:31344:2: ( rule__VirtualBusType__Group_5__0 )?
+ int alt657=2;
+ int LA657_0 = input.LA(1);
- if ( (LA658_0==Requires||LA658_0==Modes) ) {
- alt658=1;
+ if ( (LA657_0==Features) ) {
+ alt657=1;
}
- switch (alt658) {
+ switch (alt657) {
case 1 :
- // InternalAadl2Parser.g:31943:3: rule__VirtualBusType__Alternatives_5
+ // InternalAadl2Parser.g:31344:3: rule__VirtualBusType__Group_5__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Alternatives_5();
+ rule__VirtualBusType__Group_5__0();
state._fsp--;
@@ -125612,7 +123747,7 @@ public final void rule__VirtualBusType__Group__5__Impl() throws RecognitionExcep
}
- after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_5());
+ after(grammarAccess.getVirtualBusTypeAccess().getGroup_5());
}
@@ -125635,16 +123770,16 @@ public final void rule__VirtualBusType__Group__5__Impl() throws RecognitionExcep
// $ANTLR start "rule__VirtualBusType__Group__6"
- // InternalAadl2Parser.g:31951:1: rule__VirtualBusType__Group__6 : rule__VirtualBusType__Group__6__Impl rule__VirtualBusType__Group__7 ;
+ // InternalAadl2Parser.g:31352:1: rule__VirtualBusType__Group__6 : rule__VirtualBusType__Group__6__Impl rule__VirtualBusType__Group__7 ;
public final void rule__VirtualBusType__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31955:1: ( rule__VirtualBusType__Group__6__Impl rule__VirtualBusType__Group__7 )
- // InternalAadl2Parser.g:31956:2: rule__VirtualBusType__Group__6__Impl rule__VirtualBusType__Group__7
+ // InternalAadl2Parser.g:31356:1: ( rule__VirtualBusType__Group__6__Impl rule__VirtualBusType__Group__7 )
+ // InternalAadl2Parser.g:31357:2: rule__VirtualBusType__Group__6__Impl rule__VirtualBusType__Group__7
{
- pushFollow(FollowSets000.FOLLOW_32);
+ pushFollow(FollowSets000.FOLLOW_33);
rule__VirtualBusType__Group__6__Impl();
state._fsp--;
@@ -125673,20 +123808,116 @@ public final void rule__VirtualBusType__Group__6() throws RecognitionException {
// $ANTLR start "rule__VirtualBusType__Group__6__Impl"
- // InternalAadl2Parser.g:31963:1: rule__VirtualBusType__Group__6__Impl : ( ( rule__VirtualBusType__Group_6__0 )? ) ;
+ // InternalAadl2Parser.g:31364:1: rule__VirtualBusType__Group__6__Impl : ( ( rule__VirtualBusType__Alternatives_6 )? ) ;
public final void rule__VirtualBusType__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31967:1: ( ( ( rule__VirtualBusType__Group_6__0 )? ) )
- // InternalAadl2Parser.g:31968:1: ( ( rule__VirtualBusType__Group_6__0 )? )
+ // InternalAadl2Parser.g:31368:1: ( ( ( rule__VirtualBusType__Alternatives_6 )? ) )
+ // InternalAadl2Parser.g:31369:1: ( ( rule__VirtualBusType__Alternatives_6 )? )
+ {
+ // InternalAadl2Parser.g:31369:1: ( ( rule__VirtualBusType__Alternatives_6 )? )
+ // InternalAadl2Parser.g:31370:2: ( rule__VirtualBusType__Alternatives_6 )?
+ {
+ before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_6());
+ // InternalAadl2Parser.g:31371:2: ( rule__VirtualBusType__Alternatives_6 )?
+ int alt658=2;
+ int LA658_0 = input.LA(1);
+
+ if ( (LA658_0==Requires||LA658_0==Modes) ) {
+ alt658=1;
+ }
+ switch (alt658) {
+ case 1 :
+ // InternalAadl2Parser.g:31371:3: rule__VirtualBusType__Alternatives_6
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__VirtualBusType__Alternatives_6();
+
+ state._fsp--;
+
+
+ }
+ break;
+
+ }
+
+ after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_6());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__VirtualBusType__Group__6__Impl"
+
+
+ // $ANTLR start "rule__VirtualBusType__Group__7"
+ // InternalAadl2Parser.g:31379:1: rule__VirtualBusType__Group__7 : rule__VirtualBusType__Group__7__Impl rule__VirtualBusType__Group__8 ;
+ public final void rule__VirtualBusType__Group__7() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:31383:1: ( rule__VirtualBusType__Group__7__Impl rule__VirtualBusType__Group__8 )
+ // InternalAadl2Parser.g:31384:2: rule__VirtualBusType__Group__7__Impl rule__VirtualBusType__Group__8
+ {
+ pushFollow(FollowSets000.FOLLOW_33);
+ rule__VirtualBusType__Group__7__Impl();
+
+ state._fsp--;
+
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__VirtualBusType__Group__8();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__VirtualBusType__Group__7"
+
+
+ // $ANTLR start "rule__VirtualBusType__Group__7__Impl"
+ // InternalAadl2Parser.g:31391:1: rule__VirtualBusType__Group__7__Impl : ( ( rule__VirtualBusType__Group_7__0 )? ) ;
+ public final void rule__VirtualBusType__Group__7__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:31395:1: ( ( ( rule__VirtualBusType__Group_7__0 )? ) )
+ // InternalAadl2Parser.g:31396:1: ( ( rule__VirtualBusType__Group_7__0 )? )
{
- // InternalAadl2Parser.g:31968:1: ( ( rule__VirtualBusType__Group_6__0 )? )
- // InternalAadl2Parser.g:31969:2: ( rule__VirtualBusType__Group_6__0 )?
+ // InternalAadl2Parser.g:31396:1: ( ( rule__VirtualBusType__Group_7__0 )? )
+ // InternalAadl2Parser.g:31397:2: ( rule__VirtualBusType__Group_7__0 )?
{
- before(grammarAccess.getVirtualBusTypeAccess().getGroup_6());
- // InternalAadl2Parser.g:31970:2: ( rule__VirtualBusType__Group_6__0 )?
+ before(grammarAccess.getVirtualBusTypeAccess().getGroup_7());
+ // InternalAadl2Parser.g:31398:2: ( rule__VirtualBusType__Group_7__0 )?
int alt659=2;
int LA659_0 = input.LA(1);
@@ -125695,10 +123926,10 @@ public final void rule__VirtualBusType__Group__6__Impl() throws RecognitionExcep
}
switch (alt659) {
case 1 :
- // InternalAadl2Parser.g:31970:3: rule__VirtualBusType__Group_6__0
+ // InternalAadl2Parser.g:31398:3: rule__VirtualBusType__Group_7__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_6__0();
+ rule__VirtualBusType__Group_7__0();
state._fsp--;
@@ -125708,7 +123939,7 @@ public final void rule__VirtualBusType__Group__6__Impl() throws RecognitionExcep
}
- after(grammarAccess.getVirtualBusTypeAccess().getGroup_6());
+ after(grammarAccess.getVirtualBusTypeAccess().getGroup_7());
}
@@ -125727,26 +123958,26 @@ public final void rule__VirtualBusType__Group__6__Impl() throws RecognitionExcep
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group__6__Impl"
+ // $ANTLR end "rule__VirtualBusType__Group__7__Impl"
- // $ANTLR start "rule__VirtualBusType__Group__7"
- // InternalAadl2Parser.g:31978:1: rule__VirtualBusType__Group__7 : rule__VirtualBusType__Group__7__Impl rule__VirtualBusType__Group__8 ;
- public final void rule__VirtualBusType__Group__7() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group__8"
+ // InternalAadl2Parser.g:31406:1: rule__VirtualBusType__Group__8 : rule__VirtualBusType__Group__8__Impl rule__VirtualBusType__Group__9 ;
+ public final void rule__VirtualBusType__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31982:1: ( rule__VirtualBusType__Group__7__Impl rule__VirtualBusType__Group__8 )
- // InternalAadl2Parser.g:31983:2: rule__VirtualBusType__Group__7__Impl rule__VirtualBusType__Group__8
+ // InternalAadl2Parser.g:31410:1: ( rule__VirtualBusType__Group__8__Impl rule__VirtualBusType__Group__9 )
+ // InternalAadl2Parser.g:31411:2: rule__VirtualBusType__Group__8__Impl rule__VirtualBusType__Group__9
{
- pushFollow(FollowSets000.FOLLOW_32);
- rule__VirtualBusType__Group__7__Impl();
+ pushFollow(FollowSets000.FOLLOW_33);
+ rule__VirtualBusType__Group__8__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group__8();
+ rule__VirtualBusType__Group__9();
state._fsp--;
@@ -125765,24 +123996,24 @@ public final void rule__VirtualBusType__Group__7() throws RecognitionException {
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group__7"
+ // $ANTLR end "rule__VirtualBusType__Group__8"
- // $ANTLR start "rule__VirtualBusType__Group__7__Impl"
- // InternalAadl2Parser.g:31990:1: rule__VirtualBusType__Group__7__Impl : ( ( rule__VirtualBusType__OwnedAnnexSubclauseAssignment_7 )* ) ;
- public final void rule__VirtualBusType__Group__7__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group__8__Impl"
+ // InternalAadl2Parser.g:31418:1: rule__VirtualBusType__Group__8__Impl : ( ( rule__VirtualBusType__OwnedAnnexSubclauseAssignment_8 )* ) ;
+ public final void rule__VirtualBusType__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:31994:1: ( ( ( rule__VirtualBusType__OwnedAnnexSubclauseAssignment_7 )* ) )
- // InternalAadl2Parser.g:31995:1: ( ( rule__VirtualBusType__OwnedAnnexSubclauseAssignment_7 )* )
+ // InternalAadl2Parser.g:31422:1: ( ( ( rule__VirtualBusType__OwnedAnnexSubclauseAssignment_8 )* ) )
+ // InternalAadl2Parser.g:31423:1: ( ( rule__VirtualBusType__OwnedAnnexSubclauseAssignment_8 )* )
{
- // InternalAadl2Parser.g:31995:1: ( ( rule__VirtualBusType__OwnedAnnexSubclauseAssignment_7 )* )
- // InternalAadl2Parser.g:31996:2: ( rule__VirtualBusType__OwnedAnnexSubclauseAssignment_7 )*
+ // InternalAadl2Parser.g:31423:1: ( ( rule__VirtualBusType__OwnedAnnexSubclauseAssignment_8 )* )
+ // InternalAadl2Parser.g:31424:2: ( rule__VirtualBusType__OwnedAnnexSubclauseAssignment_8 )*
{
- before(grammarAccess.getVirtualBusTypeAccess().getOwnedAnnexSubclauseAssignment_7());
- // InternalAadl2Parser.g:31997:2: ( rule__VirtualBusType__OwnedAnnexSubclauseAssignment_7 )*
+ before(grammarAccess.getVirtualBusTypeAccess().getOwnedAnnexSubclauseAssignment_8());
+ // InternalAadl2Parser.g:31425:2: ( rule__VirtualBusType__OwnedAnnexSubclauseAssignment_8 )*
loop660:
do {
int alt660=2;
@@ -125795,10 +124026,10 @@ public final void rule__VirtualBusType__Group__7__Impl() throws RecognitionExcep
switch (alt660) {
case 1 :
- // InternalAadl2Parser.g:31997:3: rule__VirtualBusType__OwnedAnnexSubclauseAssignment_7
+ // InternalAadl2Parser.g:31425:3: rule__VirtualBusType__OwnedAnnexSubclauseAssignment_8
{
pushFollow(FollowSets000.FOLLOW_28);
- rule__VirtualBusType__OwnedAnnexSubclauseAssignment_7();
+ rule__VirtualBusType__OwnedAnnexSubclauseAssignment_8();
state._fsp--;
@@ -125811,7 +124042,7 @@ public final void rule__VirtualBusType__Group__7__Impl() throws RecognitionExcep
}
} while (true);
- after(grammarAccess.getVirtualBusTypeAccess().getOwnedAnnexSubclauseAssignment_7());
+ after(grammarAccess.getVirtualBusTypeAccess().getOwnedAnnexSubclauseAssignment_8());
}
@@ -125830,26 +124061,26 @@ public final void rule__VirtualBusType__Group__7__Impl() throws RecognitionExcep
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group__7__Impl"
+ // $ANTLR end "rule__VirtualBusType__Group__8__Impl"
- // $ANTLR start "rule__VirtualBusType__Group__8"
- // InternalAadl2Parser.g:32005:1: rule__VirtualBusType__Group__8 : rule__VirtualBusType__Group__8__Impl rule__VirtualBusType__Group__9 ;
- public final void rule__VirtualBusType__Group__8() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group__9"
+ // InternalAadl2Parser.g:31433:1: rule__VirtualBusType__Group__9 : rule__VirtualBusType__Group__9__Impl rule__VirtualBusType__Group__10 ;
+ public final void rule__VirtualBusType__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32009:1: ( rule__VirtualBusType__Group__8__Impl rule__VirtualBusType__Group__9 )
- // InternalAadl2Parser.g:32010:2: rule__VirtualBusType__Group__8__Impl rule__VirtualBusType__Group__9
+ // InternalAadl2Parser.g:31437:1: ( rule__VirtualBusType__Group__9__Impl rule__VirtualBusType__Group__10 )
+ // InternalAadl2Parser.g:31438:2: rule__VirtualBusType__Group__9__Impl rule__VirtualBusType__Group__10
{
pushFollow(FollowSets000.FOLLOW_4);
- rule__VirtualBusType__Group__8__Impl();
+ rule__VirtualBusType__Group__9__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group__9();
+ rule__VirtualBusType__Group__10();
state._fsp--;
@@ -125868,25 +124099,25 @@ public final void rule__VirtualBusType__Group__8() throws RecognitionException {
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group__8"
+ // $ANTLR end "rule__VirtualBusType__Group__9"
- // $ANTLR start "rule__VirtualBusType__Group__8__Impl"
- // InternalAadl2Parser.g:32017:1: rule__VirtualBusType__Group__8__Impl : ( End ) ;
- public final void rule__VirtualBusType__Group__8__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group__9__Impl"
+ // InternalAadl2Parser.g:31445:1: rule__VirtualBusType__Group__9__Impl : ( End ) ;
+ public final void rule__VirtualBusType__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32021:1: ( ( End ) )
- // InternalAadl2Parser.g:32022:1: ( End )
+ // InternalAadl2Parser.g:31449:1: ( ( End ) )
+ // InternalAadl2Parser.g:31450:1: ( End )
{
- // InternalAadl2Parser.g:32022:1: ( End )
- // InternalAadl2Parser.g:32023:2: End
+ // InternalAadl2Parser.g:31450:1: ( End )
+ // InternalAadl2Parser.g:31451:2: End
{
- before(grammarAccess.getVirtualBusTypeAccess().getEndKeyword_8());
+ before(grammarAccess.getVirtualBusTypeAccess().getEndKeyword_9());
match(input,End,FollowSets000.FOLLOW_2);
- after(grammarAccess.getVirtualBusTypeAccess().getEndKeyword_8());
+ after(grammarAccess.getVirtualBusTypeAccess().getEndKeyword_9());
}
@@ -125905,26 +124136,26 @@ public final void rule__VirtualBusType__Group__8__Impl() throws RecognitionExcep
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group__8__Impl"
+ // $ANTLR end "rule__VirtualBusType__Group__9__Impl"
- // $ANTLR start "rule__VirtualBusType__Group__9"
- // InternalAadl2Parser.g:32032:1: rule__VirtualBusType__Group__9 : rule__VirtualBusType__Group__9__Impl rule__VirtualBusType__Group__10 ;
- public final void rule__VirtualBusType__Group__9() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group__10"
+ // InternalAadl2Parser.g:31460:1: rule__VirtualBusType__Group__10 : rule__VirtualBusType__Group__10__Impl rule__VirtualBusType__Group__11 ;
+ public final void rule__VirtualBusType__Group__10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32036:1: ( rule__VirtualBusType__Group__9__Impl rule__VirtualBusType__Group__10 )
- // InternalAadl2Parser.g:32037:2: rule__VirtualBusType__Group__9__Impl rule__VirtualBusType__Group__10
+ // InternalAadl2Parser.g:31464:1: ( rule__VirtualBusType__Group__10__Impl rule__VirtualBusType__Group__11 )
+ // InternalAadl2Parser.g:31465:2: rule__VirtualBusType__Group__10__Impl rule__VirtualBusType__Group__11
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__VirtualBusType__Group__9__Impl();
+ rule__VirtualBusType__Group__10__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group__10();
+ rule__VirtualBusType__Group__11();
state._fsp--;
@@ -125943,25 +124174,25 @@ public final void rule__VirtualBusType__Group__9() throws RecognitionException {
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group__9"
+ // $ANTLR end "rule__VirtualBusType__Group__10"
- // $ANTLR start "rule__VirtualBusType__Group__9__Impl"
- // InternalAadl2Parser.g:32044:1: rule__VirtualBusType__Group__9__Impl : ( RULE_ID ) ;
- public final void rule__VirtualBusType__Group__9__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group__10__Impl"
+ // InternalAadl2Parser.g:31472:1: rule__VirtualBusType__Group__10__Impl : ( RULE_ID ) ;
+ public final void rule__VirtualBusType__Group__10__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32048:1: ( ( RULE_ID ) )
- // InternalAadl2Parser.g:32049:1: ( RULE_ID )
+ // InternalAadl2Parser.g:31476:1: ( ( RULE_ID ) )
+ // InternalAadl2Parser.g:31477:1: ( RULE_ID )
{
- // InternalAadl2Parser.g:32049:1: ( RULE_ID )
- // InternalAadl2Parser.g:32050:2: RULE_ID
+ // InternalAadl2Parser.g:31477:1: ( RULE_ID )
+ // InternalAadl2Parser.g:31478:2: RULE_ID
{
- before(grammarAccess.getVirtualBusTypeAccess().getIDTerminalRuleCall_9());
+ before(grammarAccess.getVirtualBusTypeAccess().getIDTerminalRuleCall_10());
match(input,RULE_ID,FollowSets000.FOLLOW_2);
- after(grammarAccess.getVirtualBusTypeAccess().getIDTerminalRuleCall_9());
+ after(grammarAccess.getVirtualBusTypeAccess().getIDTerminalRuleCall_10());
}
@@ -125980,21 +124211,21 @@ public final void rule__VirtualBusType__Group__9__Impl() throws RecognitionExcep
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group__9__Impl"
+ // $ANTLR end "rule__VirtualBusType__Group__10__Impl"
- // $ANTLR start "rule__VirtualBusType__Group__10"
- // InternalAadl2Parser.g:32059:1: rule__VirtualBusType__Group__10 : rule__VirtualBusType__Group__10__Impl ;
- public final void rule__VirtualBusType__Group__10() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group__11"
+ // InternalAadl2Parser.g:31487:1: rule__VirtualBusType__Group__11 : rule__VirtualBusType__Group__11__Impl ;
+ public final void rule__VirtualBusType__Group__11() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32063:1: ( rule__VirtualBusType__Group__10__Impl )
- // InternalAadl2Parser.g:32064:2: rule__VirtualBusType__Group__10__Impl
+ // InternalAadl2Parser.g:31491:1: ( rule__VirtualBusType__Group__11__Impl )
+ // InternalAadl2Parser.g:31492:2: rule__VirtualBusType__Group__11__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group__10__Impl();
+ rule__VirtualBusType__Group__11__Impl();
state._fsp--;
@@ -126013,25 +124244,25 @@ public final void rule__VirtualBusType__Group__10() throws RecognitionException
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group__10"
+ // $ANTLR end "rule__VirtualBusType__Group__11"
- // $ANTLR start "rule__VirtualBusType__Group__10__Impl"
- // InternalAadl2Parser.g:32070:1: rule__VirtualBusType__Group__10__Impl : ( Semicolon ) ;
- public final void rule__VirtualBusType__Group__10__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group__11__Impl"
+ // InternalAadl2Parser.g:31498:1: rule__VirtualBusType__Group__11__Impl : ( Semicolon ) ;
+ public final void rule__VirtualBusType__Group__11__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32074:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:32075:1: ( Semicolon )
+ // InternalAadl2Parser.g:31502:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:31503:1: ( Semicolon )
{
- // InternalAadl2Parser.g:32075:1: ( Semicolon )
- // InternalAadl2Parser.g:32076:2: Semicolon
+ // InternalAadl2Parser.g:31503:1: ( Semicolon )
+ // InternalAadl2Parser.g:31504:2: Semicolon
{
- before(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_10());
+ before(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_11());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_10());
+ after(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_11());
}
@@ -126050,26 +124281,26 @@ public final void rule__VirtualBusType__Group__10__Impl() throws RecognitionExce
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group__10__Impl"
+ // $ANTLR end "rule__VirtualBusType__Group__11__Impl"
- // $ANTLR start "rule__VirtualBusType__Group_2__0"
- // InternalAadl2Parser.g:32086:1: rule__VirtualBusType__Group_2__0 : rule__VirtualBusType__Group_2__0__Impl rule__VirtualBusType__Group_2__1 ;
- public final void rule__VirtualBusType__Group_2__0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_3__0"
+ // InternalAadl2Parser.g:31514:1: rule__VirtualBusType__Group_3__0 : rule__VirtualBusType__Group_3__0__Impl rule__VirtualBusType__Group_3__1 ;
+ public final void rule__VirtualBusType__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32090:1: ( rule__VirtualBusType__Group_2__0__Impl rule__VirtualBusType__Group_2__1 )
- // InternalAadl2Parser.g:32091:2: rule__VirtualBusType__Group_2__0__Impl rule__VirtualBusType__Group_2__1
+ // InternalAadl2Parser.g:31518:1: ( rule__VirtualBusType__Group_3__0__Impl rule__VirtualBusType__Group_3__1 )
+ // InternalAadl2Parser.g:31519:2: rule__VirtualBusType__Group_3__0__Impl rule__VirtualBusType__Group_3__1
{
pushFollow(FollowSets000.FOLLOW_29);
- rule__VirtualBusType__Group_2__0__Impl();
+ rule__VirtualBusType__Group_3__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_2__1();
+ rule__VirtualBusType__Group_3__1();
state._fsp--;
@@ -126088,35 +124319,35 @@ public final void rule__VirtualBusType__Group_2__0() throws RecognitionException
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_2__0"
+ // $ANTLR end "rule__VirtualBusType__Group_3__0"
- // $ANTLR start "rule__VirtualBusType__Group_2__0__Impl"
- // InternalAadl2Parser.g:32098:1: rule__VirtualBusType__Group_2__0__Impl : ( ( rule__VirtualBusType__OwnedExtensionAssignment_2_0 ) ) ;
- public final void rule__VirtualBusType__Group_2__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_3__0__Impl"
+ // InternalAadl2Parser.g:31526:1: rule__VirtualBusType__Group_3__0__Impl : ( ( rule__VirtualBusType__OwnedExtensionAssignment_3_0 ) ) ;
+ public final void rule__VirtualBusType__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32102:1: ( ( ( rule__VirtualBusType__OwnedExtensionAssignment_2_0 ) ) )
- // InternalAadl2Parser.g:32103:1: ( ( rule__VirtualBusType__OwnedExtensionAssignment_2_0 ) )
+ // InternalAadl2Parser.g:31530:1: ( ( ( rule__VirtualBusType__OwnedExtensionAssignment_3_0 ) ) )
+ // InternalAadl2Parser.g:31531:1: ( ( rule__VirtualBusType__OwnedExtensionAssignment_3_0 ) )
{
- // InternalAadl2Parser.g:32103:1: ( ( rule__VirtualBusType__OwnedExtensionAssignment_2_0 ) )
- // InternalAadl2Parser.g:32104:2: ( rule__VirtualBusType__OwnedExtensionAssignment_2_0 )
+ // InternalAadl2Parser.g:31531:1: ( ( rule__VirtualBusType__OwnedExtensionAssignment_3_0 ) )
+ // InternalAadl2Parser.g:31532:2: ( rule__VirtualBusType__OwnedExtensionAssignment_3_0 )
{
- before(grammarAccess.getVirtualBusTypeAccess().getOwnedExtensionAssignment_2_0());
- // InternalAadl2Parser.g:32105:2: ( rule__VirtualBusType__OwnedExtensionAssignment_2_0 )
- // InternalAadl2Parser.g:32105:3: rule__VirtualBusType__OwnedExtensionAssignment_2_0
+ before(grammarAccess.getVirtualBusTypeAccess().getOwnedExtensionAssignment_3_0());
+ // InternalAadl2Parser.g:31533:2: ( rule__VirtualBusType__OwnedExtensionAssignment_3_0 )
+ // InternalAadl2Parser.g:31533:3: rule__VirtualBusType__OwnedExtensionAssignment_3_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__OwnedExtensionAssignment_2_0();
+ rule__VirtualBusType__OwnedExtensionAssignment_3_0();
state._fsp--;
}
- after(grammarAccess.getVirtualBusTypeAccess().getOwnedExtensionAssignment_2_0());
+ after(grammarAccess.getVirtualBusTypeAccess().getOwnedExtensionAssignment_3_0());
}
@@ -126135,21 +124366,21 @@ public final void rule__VirtualBusType__Group_2__0__Impl() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_2__0__Impl"
+ // $ANTLR end "rule__VirtualBusType__Group_3__0__Impl"
- // $ANTLR start "rule__VirtualBusType__Group_2__1"
- // InternalAadl2Parser.g:32113:1: rule__VirtualBusType__Group_2__1 : rule__VirtualBusType__Group_2__1__Impl ;
- public final void rule__VirtualBusType__Group_2__1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_3__1"
+ // InternalAadl2Parser.g:31541:1: rule__VirtualBusType__Group_3__1 : rule__VirtualBusType__Group_3__1__Impl ;
+ public final void rule__VirtualBusType__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32117:1: ( rule__VirtualBusType__Group_2__1__Impl )
- // InternalAadl2Parser.g:32118:2: rule__VirtualBusType__Group_2__1__Impl
+ // InternalAadl2Parser.g:31545:1: ( rule__VirtualBusType__Group_3__1__Impl )
+ // InternalAadl2Parser.g:31546:2: rule__VirtualBusType__Group_3__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_2__1__Impl();
+ rule__VirtualBusType__Group_3__1__Impl();
state._fsp--;
@@ -126168,24 +124399,24 @@ public final void rule__VirtualBusType__Group_2__1() throws RecognitionException
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_2__1"
+ // $ANTLR end "rule__VirtualBusType__Group_3__1"
- // $ANTLR start "rule__VirtualBusType__Group_2__1__Impl"
- // InternalAadl2Parser.g:32124:1: rule__VirtualBusType__Group_2__1__Impl : ( ( rule__VirtualBusType__Group_2_1__0 )? ) ;
- public final void rule__VirtualBusType__Group_2__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_3__1__Impl"
+ // InternalAadl2Parser.g:31552:1: rule__VirtualBusType__Group_3__1__Impl : ( ( rule__VirtualBusType__Group_3_1__0 )? ) ;
+ public final void rule__VirtualBusType__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32128:1: ( ( ( rule__VirtualBusType__Group_2_1__0 )? ) )
- // InternalAadl2Parser.g:32129:1: ( ( rule__VirtualBusType__Group_2_1__0 )? )
+ // InternalAadl2Parser.g:31556:1: ( ( ( rule__VirtualBusType__Group_3_1__0 )? ) )
+ // InternalAadl2Parser.g:31557:1: ( ( rule__VirtualBusType__Group_3_1__0 )? )
{
- // InternalAadl2Parser.g:32129:1: ( ( rule__VirtualBusType__Group_2_1__0 )? )
- // InternalAadl2Parser.g:32130:2: ( rule__VirtualBusType__Group_2_1__0 )?
+ // InternalAadl2Parser.g:31557:1: ( ( rule__VirtualBusType__Group_3_1__0 )? )
+ // InternalAadl2Parser.g:31558:2: ( rule__VirtualBusType__Group_3_1__0 )?
{
- before(grammarAccess.getVirtualBusTypeAccess().getGroup_2_1());
- // InternalAadl2Parser.g:32131:2: ( rule__VirtualBusType__Group_2_1__0 )?
+ before(grammarAccess.getVirtualBusTypeAccess().getGroup_3_1());
+ // InternalAadl2Parser.g:31559:2: ( rule__VirtualBusType__Group_3_1__0 )?
int alt661=2;
int LA661_0 = input.LA(1);
@@ -126194,10 +124425,10 @@ public final void rule__VirtualBusType__Group_2__1__Impl() throws RecognitionExc
}
switch (alt661) {
case 1 :
- // InternalAadl2Parser.g:32131:3: rule__VirtualBusType__Group_2_1__0
+ // InternalAadl2Parser.g:31559:3: rule__VirtualBusType__Group_3_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_2_1__0();
+ rule__VirtualBusType__Group_3_1__0();
state._fsp--;
@@ -126207,7 +124438,7 @@ public final void rule__VirtualBusType__Group_2__1__Impl() throws RecognitionExc
}
- after(grammarAccess.getVirtualBusTypeAccess().getGroup_2_1());
+ after(grammarAccess.getVirtualBusTypeAccess().getGroup_3_1());
}
@@ -126226,26 +124457,26 @@ public final void rule__VirtualBusType__Group_2__1__Impl() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_2__1__Impl"
+ // $ANTLR end "rule__VirtualBusType__Group_3__1__Impl"
- // $ANTLR start "rule__VirtualBusType__Group_2_1__0"
- // InternalAadl2Parser.g:32140:1: rule__VirtualBusType__Group_2_1__0 : rule__VirtualBusType__Group_2_1__0__Impl rule__VirtualBusType__Group_2_1__1 ;
- public final void rule__VirtualBusType__Group_2_1__0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_3_1__0"
+ // InternalAadl2Parser.g:31568:1: rule__VirtualBusType__Group_3_1__0 : rule__VirtualBusType__Group_3_1__0__Impl rule__VirtualBusType__Group_3_1__1 ;
+ public final void rule__VirtualBusType__Group_3_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32144:1: ( rule__VirtualBusType__Group_2_1__0__Impl rule__VirtualBusType__Group_2_1__1 )
- // InternalAadl2Parser.g:32145:2: rule__VirtualBusType__Group_2_1__0__Impl rule__VirtualBusType__Group_2_1__1
+ // InternalAadl2Parser.g:31572:1: ( rule__VirtualBusType__Group_3_1__0__Impl rule__VirtualBusType__Group_3_1__1 )
+ // InternalAadl2Parser.g:31573:2: rule__VirtualBusType__Group_3_1__0__Impl rule__VirtualBusType__Group_3_1__1
{
pushFollow(FollowSets000.FOLLOW_4);
- rule__VirtualBusType__Group_2_1__0__Impl();
+ rule__VirtualBusType__Group_3_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_2_1__1();
+ rule__VirtualBusType__Group_3_1__1();
state._fsp--;
@@ -126264,25 +124495,25 @@ public final void rule__VirtualBusType__Group_2_1__0() throws RecognitionExcepti
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_2_1__0"
+ // $ANTLR end "rule__VirtualBusType__Group_3_1__0"
- // $ANTLR start "rule__VirtualBusType__Group_2_1__0__Impl"
- // InternalAadl2Parser.g:32152:1: rule__VirtualBusType__Group_2_1__0__Impl : ( LeftParenthesis ) ;
- public final void rule__VirtualBusType__Group_2_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_3_1__0__Impl"
+ // InternalAadl2Parser.g:31580:1: rule__VirtualBusType__Group_3_1__0__Impl : ( LeftParenthesis ) ;
+ public final void rule__VirtualBusType__Group_3_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32156:1: ( ( LeftParenthesis ) )
- // InternalAadl2Parser.g:32157:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:31584:1: ( ( LeftParenthesis ) )
+ // InternalAadl2Parser.g:31585:1: ( LeftParenthesis )
{
- // InternalAadl2Parser.g:32157:1: ( LeftParenthesis )
- // InternalAadl2Parser.g:32158:2: LeftParenthesis
+ // InternalAadl2Parser.g:31585:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:31586:2: LeftParenthesis
{
- before(grammarAccess.getVirtualBusTypeAccess().getLeftParenthesisKeyword_2_1_0());
+ before(grammarAccess.getVirtualBusTypeAccess().getLeftParenthesisKeyword_3_1_0());
match(input,LeftParenthesis,FollowSets000.FOLLOW_2);
- after(grammarAccess.getVirtualBusTypeAccess().getLeftParenthesisKeyword_2_1_0());
+ after(grammarAccess.getVirtualBusTypeAccess().getLeftParenthesisKeyword_3_1_0());
}
@@ -126301,26 +124532,26 @@ public final void rule__VirtualBusType__Group_2_1__0__Impl() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_2_1__0__Impl"
+ // $ANTLR end "rule__VirtualBusType__Group_3_1__0__Impl"
- // $ANTLR start "rule__VirtualBusType__Group_2_1__1"
- // InternalAadl2Parser.g:32167:1: rule__VirtualBusType__Group_2_1__1 : rule__VirtualBusType__Group_2_1__1__Impl rule__VirtualBusType__Group_2_1__2 ;
- public final void rule__VirtualBusType__Group_2_1__1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_3_1__1"
+ // InternalAadl2Parser.g:31595:1: rule__VirtualBusType__Group_3_1__1 : rule__VirtualBusType__Group_3_1__1__Impl rule__VirtualBusType__Group_3_1__2 ;
+ public final void rule__VirtualBusType__Group_3_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32171:1: ( rule__VirtualBusType__Group_2_1__1__Impl rule__VirtualBusType__Group_2_1__2 )
- // InternalAadl2Parser.g:32172:2: rule__VirtualBusType__Group_2_1__1__Impl rule__VirtualBusType__Group_2_1__2
+ // InternalAadl2Parser.g:31599:1: ( rule__VirtualBusType__Group_3_1__1__Impl rule__VirtualBusType__Group_3_1__2 )
+ // InternalAadl2Parser.g:31600:2: rule__VirtualBusType__Group_3_1__1__Impl rule__VirtualBusType__Group_3_1__2
{
pushFollow(FollowSets000.FOLLOW_30);
- rule__VirtualBusType__Group_2_1__1__Impl();
+ rule__VirtualBusType__Group_3_1__1__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_2_1__2();
+ rule__VirtualBusType__Group_3_1__2();
state._fsp--;
@@ -126339,35 +124570,35 @@ public final void rule__VirtualBusType__Group_2_1__1() throws RecognitionExcepti
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_2_1__1"
+ // $ANTLR end "rule__VirtualBusType__Group_3_1__1"
- // $ANTLR start "rule__VirtualBusType__Group_2_1__1__Impl"
- // InternalAadl2Parser.g:32179:1: rule__VirtualBusType__Group_2_1__1__Impl : ( ( rule__VirtualBusType__OwnedPrototypeBindingAssignment_2_1_1 ) ) ;
- public final void rule__VirtualBusType__Group_2_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_3_1__1__Impl"
+ // InternalAadl2Parser.g:31607:1: rule__VirtualBusType__Group_3_1__1__Impl : ( ( rule__VirtualBusType__OwnedPrototypeBindingAssignment_3_1_1 ) ) ;
+ public final void rule__VirtualBusType__Group_3_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32183:1: ( ( ( rule__VirtualBusType__OwnedPrototypeBindingAssignment_2_1_1 ) ) )
- // InternalAadl2Parser.g:32184:1: ( ( rule__VirtualBusType__OwnedPrototypeBindingAssignment_2_1_1 ) )
+ // InternalAadl2Parser.g:31611:1: ( ( ( rule__VirtualBusType__OwnedPrototypeBindingAssignment_3_1_1 ) ) )
+ // InternalAadl2Parser.g:31612:1: ( ( rule__VirtualBusType__OwnedPrototypeBindingAssignment_3_1_1 ) )
{
- // InternalAadl2Parser.g:32184:1: ( ( rule__VirtualBusType__OwnedPrototypeBindingAssignment_2_1_1 ) )
- // InternalAadl2Parser.g:32185:2: ( rule__VirtualBusType__OwnedPrototypeBindingAssignment_2_1_1 )
+ // InternalAadl2Parser.g:31612:1: ( ( rule__VirtualBusType__OwnedPrototypeBindingAssignment_3_1_1 ) )
+ // InternalAadl2Parser.g:31613:2: ( rule__VirtualBusType__OwnedPrototypeBindingAssignment_3_1_1 )
{
- before(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1());
- // InternalAadl2Parser.g:32186:2: ( rule__VirtualBusType__OwnedPrototypeBindingAssignment_2_1_1 )
- // InternalAadl2Parser.g:32186:3: rule__VirtualBusType__OwnedPrototypeBindingAssignment_2_1_1
+ before(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeBindingAssignment_3_1_1());
+ // InternalAadl2Parser.g:31614:2: ( rule__VirtualBusType__OwnedPrototypeBindingAssignment_3_1_1 )
+ // InternalAadl2Parser.g:31614:3: rule__VirtualBusType__OwnedPrototypeBindingAssignment_3_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__OwnedPrototypeBindingAssignment_2_1_1();
+ rule__VirtualBusType__OwnedPrototypeBindingAssignment_3_1_1();
state._fsp--;
}
- after(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1());
+ after(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeBindingAssignment_3_1_1());
}
@@ -126386,26 +124617,26 @@ public final void rule__VirtualBusType__Group_2_1__1__Impl() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_2_1__1__Impl"
+ // $ANTLR end "rule__VirtualBusType__Group_3_1__1__Impl"
- // $ANTLR start "rule__VirtualBusType__Group_2_1__2"
- // InternalAadl2Parser.g:32194:1: rule__VirtualBusType__Group_2_1__2 : rule__VirtualBusType__Group_2_1__2__Impl rule__VirtualBusType__Group_2_1__3 ;
- public final void rule__VirtualBusType__Group_2_1__2() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_3_1__2"
+ // InternalAadl2Parser.g:31622:1: rule__VirtualBusType__Group_3_1__2 : rule__VirtualBusType__Group_3_1__2__Impl rule__VirtualBusType__Group_3_1__3 ;
+ public final void rule__VirtualBusType__Group_3_1__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32198:1: ( rule__VirtualBusType__Group_2_1__2__Impl rule__VirtualBusType__Group_2_1__3 )
- // InternalAadl2Parser.g:32199:2: rule__VirtualBusType__Group_2_1__2__Impl rule__VirtualBusType__Group_2_1__3
+ // InternalAadl2Parser.g:31626:1: ( rule__VirtualBusType__Group_3_1__2__Impl rule__VirtualBusType__Group_3_1__3 )
+ // InternalAadl2Parser.g:31627:2: rule__VirtualBusType__Group_3_1__2__Impl rule__VirtualBusType__Group_3_1__3
{
pushFollow(FollowSets000.FOLLOW_30);
- rule__VirtualBusType__Group_2_1__2__Impl();
+ rule__VirtualBusType__Group_3_1__2__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_2_1__3();
+ rule__VirtualBusType__Group_3_1__3();
state._fsp--;
@@ -126424,24 +124655,24 @@ public final void rule__VirtualBusType__Group_2_1__2() throws RecognitionExcepti
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_2_1__2"
+ // $ANTLR end "rule__VirtualBusType__Group_3_1__2"
- // $ANTLR start "rule__VirtualBusType__Group_2_1__2__Impl"
- // InternalAadl2Parser.g:32206:1: rule__VirtualBusType__Group_2_1__2__Impl : ( ( rule__VirtualBusType__Group_2_1_2__0 )* ) ;
- public final void rule__VirtualBusType__Group_2_1__2__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_3_1__2__Impl"
+ // InternalAadl2Parser.g:31634:1: rule__VirtualBusType__Group_3_1__2__Impl : ( ( rule__VirtualBusType__Group_3_1_2__0 )* ) ;
+ public final void rule__VirtualBusType__Group_3_1__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32210:1: ( ( ( rule__VirtualBusType__Group_2_1_2__0 )* ) )
- // InternalAadl2Parser.g:32211:1: ( ( rule__VirtualBusType__Group_2_1_2__0 )* )
+ // InternalAadl2Parser.g:31638:1: ( ( ( rule__VirtualBusType__Group_3_1_2__0 )* ) )
+ // InternalAadl2Parser.g:31639:1: ( ( rule__VirtualBusType__Group_3_1_2__0 )* )
{
- // InternalAadl2Parser.g:32211:1: ( ( rule__VirtualBusType__Group_2_1_2__0 )* )
- // InternalAadl2Parser.g:32212:2: ( rule__VirtualBusType__Group_2_1_2__0 )*
+ // InternalAadl2Parser.g:31639:1: ( ( rule__VirtualBusType__Group_3_1_2__0 )* )
+ // InternalAadl2Parser.g:31640:2: ( rule__VirtualBusType__Group_3_1_2__0 )*
{
- before(grammarAccess.getVirtualBusTypeAccess().getGroup_2_1_2());
- // InternalAadl2Parser.g:32213:2: ( rule__VirtualBusType__Group_2_1_2__0 )*
+ before(grammarAccess.getVirtualBusTypeAccess().getGroup_3_1_2());
+ // InternalAadl2Parser.g:31641:2: ( rule__VirtualBusType__Group_3_1_2__0 )*
loop662:
do {
int alt662=2;
@@ -126454,10 +124685,10 @@ public final void rule__VirtualBusType__Group_2_1__2__Impl() throws RecognitionE
switch (alt662) {
case 1 :
- // InternalAadl2Parser.g:32213:3: rule__VirtualBusType__Group_2_1_2__0
+ // InternalAadl2Parser.g:31641:3: rule__VirtualBusType__Group_3_1_2__0
{
pushFollow(FollowSets000.FOLLOW_14);
- rule__VirtualBusType__Group_2_1_2__0();
+ rule__VirtualBusType__Group_3_1_2__0();
state._fsp--;
@@ -126470,7 +124701,7 @@ public final void rule__VirtualBusType__Group_2_1__2__Impl() throws RecognitionE
}
} while (true);
- after(grammarAccess.getVirtualBusTypeAccess().getGroup_2_1_2());
+ after(grammarAccess.getVirtualBusTypeAccess().getGroup_3_1_2());
}
@@ -126489,21 +124720,21 @@ public final void rule__VirtualBusType__Group_2_1__2__Impl() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_2_1__2__Impl"
+ // $ANTLR end "rule__VirtualBusType__Group_3_1__2__Impl"
- // $ANTLR start "rule__VirtualBusType__Group_2_1__3"
- // InternalAadl2Parser.g:32221:1: rule__VirtualBusType__Group_2_1__3 : rule__VirtualBusType__Group_2_1__3__Impl ;
- public final void rule__VirtualBusType__Group_2_1__3() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_3_1__3"
+ // InternalAadl2Parser.g:31649:1: rule__VirtualBusType__Group_3_1__3 : rule__VirtualBusType__Group_3_1__3__Impl ;
+ public final void rule__VirtualBusType__Group_3_1__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32225:1: ( rule__VirtualBusType__Group_2_1__3__Impl )
- // InternalAadl2Parser.g:32226:2: rule__VirtualBusType__Group_2_1__3__Impl
+ // InternalAadl2Parser.g:31653:1: ( rule__VirtualBusType__Group_3_1__3__Impl )
+ // InternalAadl2Parser.g:31654:2: rule__VirtualBusType__Group_3_1__3__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_2_1__3__Impl();
+ rule__VirtualBusType__Group_3_1__3__Impl();
state._fsp--;
@@ -126522,25 +124753,25 @@ public final void rule__VirtualBusType__Group_2_1__3() throws RecognitionExcepti
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_2_1__3"
+ // $ANTLR end "rule__VirtualBusType__Group_3_1__3"
- // $ANTLR start "rule__VirtualBusType__Group_2_1__3__Impl"
- // InternalAadl2Parser.g:32232:1: rule__VirtualBusType__Group_2_1__3__Impl : ( RightParenthesis ) ;
- public final void rule__VirtualBusType__Group_2_1__3__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_3_1__3__Impl"
+ // InternalAadl2Parser.g:31660:1: rule__VirtualBusType__Group_3_1__3__Impl : ( RightParenthesis ) ;
+ public final void rule__VirtualBusType__Group_3_1__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32236:1: ( ( RightParenthesis ) )
- // InternalAadl2Parser.g:32237:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:31664:1: ( ( RightParenthesis ) )
+ // InternalAadl2Parser.g:31665:1: ( RightParenthesis )
{
- // InternalAadl2Parser.g:32237:1: ( RightParenthesis )
- // InternalAadl2Parser.g:32238:2: RightParenthesis
+ // InternalAadl2Parser.g:31665:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:31666:2: RightParenthesis
{
- before(grammarAccess.getVirtualBusTypeAccess().getRightParenthesisKeyword_2_1_3());
+ before(grammarAccess.getVirtualBusTypeAccess().getRightParenthesisKeyword_3_1_3());
match(input,RightParenthesis,FollowSets000.FOLLOW_2);
- after(grammarAccess.getVirtualBusTypeAccess().getRightParenthesisKeyword_2_1_3());
+ after(grammarAccess.getVirtualBusTypeAccess().getRightParenthesisKeyword_3_1_3());
}
@@ -126559,26 +124790,26 @@ public final void rule__VirtualBusType__Group_2_1__3__Impl() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_2_1__3__Impl"
+ // $ANTLR end "rule__VirtualBusType__Group_3_1__3__Impl"
- // $ANTLR start "rule__VirtualBusType__Group_2_1_2__0"
- // InternalAadl2Parser.g:32248:1: rule__VirtualBusType__Group_2_1_2__0 : rule__VirtualBusType__Group_2_1_2__0__Impl rule__VirtualBusType__Group_2_1_2__1 ;
- public final void rule__VirtualBusType__Group_2_1_2__0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_3_1_2__0"
+ // InternalAadl2Parser.g:31676:1: rule__VirtualBusType__Group_3_1_2__0 : rule__VirtualBusType__Group_3_1_2__0__Impl rule__VirtualBusType__Group_3_1_2__1 ;
+ public final void rule__VirtualBusType__Group_3_1_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32252:1: ( rule__VirtualBusType__Group_2_1_2__0__Impl rule__VirtualBusType__Group_2_1_2__1 )
- // InternalAadl2Parser.g:32253:2: rule__VirtualBusType__Group_2_1_2__0__Impl rule__VirtualBusType__Group_2_1_2__1
+ // InternalAadl2Parser.g:31680:1: ( rule__VirtualBusType__Group_3_1_2__0__Impl rule__VirtualBusType__Group_3_1_2__1 )
+ // InternalAadl2Parser.g:31681:2: rule__VirtualBusType__Group_3_1_2__0__Impl rule__VirtualBusType__Group_3_1_2__1
{
pushFollow(FollowSets000.FOLLOW_4);
- rule__VirtualBusType__Group_2_1_2__0__Impl();
+ rule__VirtualBusType__Group_3_1_2__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_2_1_2__1();
+ rule__VirtualBusType__Group_3_1_2__1();
state._fsp--;
@@ -126597,25 +124828,25 @@ public final void rule__VirtualBusType__Group_2_1_2__0() throws RecognitionExcep
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_2_1_2__0"
+ // $ANTLR end "rule__VirtualBusType__Group_3_1_2__0"
- // $ANTLR start "rule__VirtualBusType__Group_2_1_2__0__Impl"
- // InternalAadl2Parser.g:32260:1: rule__VirtualBusType__Group_2_1_2__0__Impl : ( Comma ) ;
- public final void rule__VirtualBusType__Group_2_1_2__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_3_1_2__0__Impl"
+ // InternalAadl2Parser.g:31688:1: rule__VirtualBusType__Group_3_1_2__0__Impl : ( Comma ) ;
+ public final void rule__VirtualBusType__Group_3_1_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32264:1: ( ( Comma ) )
- // InternalAadl2Parser.g:32265:1: ( Comma )
+ // InternalAadl2Parser.g:31692:1: ( ( Comma ) )
+ // InternalAadl2Parser.g:31693:1: ( Comma )
{
- // InternalAadl2Parser.g:32265:1: ( Comma )
- // InternalAadl2Parser.g:32266:2: Comma
+ // InternalAadl2Parser.g:31693:1: ( Comma )
+ // InternalAadl2Parser.g:31694:2: Comma
{
- before(grammarAccess.getVirtualBusTypeAccess().getCommaKeyword_2_1_2_0());
+ before(grammarAccess.getVirtualBusTypeAccess().getCommaKeyword_3_1_2_0());
match(input,Comma,FollowSets000.FOLLOW_2);
- after(grammarAccess.getVirtualBusTypeAccess().getCommaKeyword_2_1_2_0());
+ after(grammarAccess.getVirtualBusTypeAccess().getCommaKeyword_3_1_2_0());
}
@@ -126634,21 +124865,21 @@ public final void rule__VirtualBusType__Group_2_1_2__0__Impl() throws Recognitio
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_2_1_2__0__Impl"
+ // $ANTLR end "rule__VirtualBusType__Group_3_1_2__0__Impl"
- // $ANTLR start "rule__VirtualBusType__Group_2_1_2__1"
- // InternalAadl2Parser.g:32275:1: rule__VirtualBusType__Group_2_1_2__1 : rule__VirtualBusType__Group_2_1_2__1__Impl ;
- public final void rule__VirtualBusType__Group_2_1_2__1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_3_1_2__1"
+ // InternalAadl2Parser.g:31703:1: rule__VirtualBusType__Group_3_1_2__1 : rule__VirtualBusType__Group_3_1_2__1__Impl ;
+ public final void rule__VirtualBusType__Group_3_1_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32279:1: ( rule__VirtualBusType__Group_2_1_2__1__Impl )
- // InternalAadl2Parser.g:32280:2: rule__VirtualBusType__Group_2_1_2__1__Impl
+ // InternalAadl2Parser.g:31707:1: ( rule__VirtualBusType__Group_3_1_2__1__Impl )
+ // InternalAadl2Parser.g:31708:2: rule__VirtualBusType__Group_3_1_2__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_2_1_2__1__Impl();
+ rule__VirtualBusType__Group_3_1_2__1__Impl();
state._fsp--;
@@ -126667,35 +124898,35 @@ public final void rule__VirtualBusType__Group_2_1_2__1() throws RecognitionExcep
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_2_1_2__1"
+ // $ANTLR end "rule__VirtualBusType__Group_3_1_2__1"
- // $ANTLR start "rule__VirtualBusType__Group_2_1_2__1__Impl"
- // InternalAadl2Parser.g:32286:1: rule__VirtualBusType__Group_2_1_2__1__Impl : ( ( rule__VirtualBusType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) ;
- public final void rule__VirtualBusType__Group_2_1_2__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_3_1_2__1__Impl"
+ // InternalAadl2Parser.g:31714:1: rule__VirtualBusType__Group_3_1_2__1__Impl : ( ( rule__VirtualBusType__OwnedPrototypeBindingAssignment_3_1_2_1 ) ) ;
+ public final void rule__VirtualBusType__Group_3_1_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32290:1: ( ( ( rule__VirtualBusType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) )
- // InternalAadl2Parser.g:32291:1: ( ( rule__VirtualBusType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
+ // InternalAadl2Parser.g:31718:1: ( ( ( rule__VirtualBusType__OwnedPrototypeBindingAssignment_3_1_2_1 ) ) )
+ // InternalAadl2Parser.g:31719:1: ( ( rule__VirtualBusType__OwnedPrototypeBindingAssignment_3_1_2_1 ) )
{
- // InternalAadl2Parser.g:32291:1: ( ( rule__VirtualBusType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
- // InternalAadl2Parser.g:32292:2: ( rule__VirtualBusType__OwnedPrototypeBindingAssignment_2_1_2_1 )
+ // InternalAadl2Parser.g:31719:1: ( ( rule__VirtualBusType__OwnedPrototypeBindingAssignment_3_1_2_1 ) )
+ // InternalAadl2Parser.g:31720:2: ( rule__VirtualBusType__OwnedPrototypeBindingAssignment_3_1_2_1 )
{
- before(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeBindingAssignment_2_1_2_1());
- // InternalAadl2Parser.g:32293:2: ( rule__VirtualBusType__OwnedPrototypeBindingAssignment_2_1_2_1 )
- // InternalAadl2Parser.g:32293:3: rule__VirtualBusType__OwnedPrototypeBindingAssignment_2_1_2_1
+ before(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeBindingAssignment_3_1_2_1());
+ // InternalAadl2Parser.g:31721:2: ( rule__VirtualBusType__OwnedPrototypeBindingAssignment_3_1_2_1 )
+ // InternalAadl2Parser.g:31721:3: rule__VirtualBusType__OwnedPrototypeBindingAssignment_3_1_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__OwnedPrototypeBindingAssignment_2_1_2_1();
+ rule__VirtualBusType__OwnedPrototypeBindingAssignment_3_1_2_1();
state._fsp--;
}
- after(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeBindingAssignment_2_1_2_1());
+ after(grammarAccess.getVirtualBusTypeAccess().getOwnedPrototypeBindingAssignment_3_1_2_1());
}
@@ -126714,26 +124945,26 @@ public final void rule__VirtualBusType__Group_2_1_2__1__Impl() throws Recognitio
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_2_1_2__1__Impl"
+ // $ANTLR end "rule__VirtualBusType__Group_3_1_2__1__Impl"
- // $ANTLR start "rule__VirtualBusType__Group_3__0"
- // InternalAadl2Parser.g:32302:1: rule__VirtualBusType__Group_3__0 : rule__VirtualBusType__Group_3__0__Impl rule__VirtualBusType__Group_3__1 ;
- public final void rule__VirtualBusType__Group_3__0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_4__0"
+ // InternalAadl2Parser.g:31730:1: rule__VirtualBusType__Group_4__0 : rule__VirtualBusType__Group_4__0__Impl rule__VirtualBusType__Group_4__1 ;
+ public final void rule__VirtualBusType__Group_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32306:1: ( rule__VirtualBusType__Group_3__0__Impl rule__VirtualBusType__Group_3__1 )
- // InternalAadl2Parser.g:32307:2: rule__VirtualBusType__Group_3__0__Impl rule__VirtualBusType__Group_3__1
+ // InternalAadl2Parser.g:31734:1: ( rule__VirtualBusType__Group_4__0__Impl rule__VirtualBusType__Group_4__1 )
+ // InternalAadl2Parser.g:31735:2: rule__VirtualBusType__Group_4__0__Impl rule__VirtualBusType__Group_4__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__VirtualBusType__Group_3__0__Impl();
+ rule__VirtualBusType__Group_4__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_3__1();
+ rule__VirtualBusType__Group_4__1();
state._fsp--;
@@ -126752,25 +124983,25 @@ public final void rule__VirtualBusType__Group_3__0() throws RecognitionException
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_3__0"
+ // $ANTLR end "rule__VirtualBusType__Group_4__0"
- // $ANTLR start "rule__VirtualBusType__Group_3__0__Impl"
- // InternalAadl2Parser.g:32314:1: rule__VirtualBusType__Group_3__0__Impl : ( Prototypes ) ;
- public final void rule__VirtualBusType__Group_3__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_4__0__Impl"
+ // InternalAadl2Parser.g:31742:1: rule__VirtualBusType__Group_4__0__Impl : ( Prototypes ) ;
+ public final void rule__VirtualBusType__Group_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32318:1: ( ( Prototypes ) )
- // InternalAadl2Parser.g:32319:1: ( Prototypes )
+ // InternalAadl2Parser.g:31746:1: ( ( Prototypes ) )
+ // InternalAadl2Parser.g:31747:1: ( Prototypes )
{
- // InternalAadl2Parser.g:32319:1: ( Prototypes )
- // InternalAadl2Parser.g:32320:2: Prototypes
+ // InternalAadl2Parser.g:31747:1: ( Prototypes )
+ // InternalAadl2Parser.g:31748:2: Prototypes
{
- before(grammarAccess.getVirtualBusTypeAccess().getPrototypesKeyword_3_0());
+ before(grammarAccess.getVirtualBusTypeAccess().getPrototypesKeyword_4_0());
match(input,Prototypes,FollowSets000.FOLLOW_2);
- after(grammarAccess.getVirtualBusTypeAccess().getPrototypesKeyword_3_0());
+ after(grammarAccess.getVirtualBusTypeAccess().getPrototypesKeyword_4_0());
}
@@ -126789,21 +125020,21 @@ public final void rule__VirtualBusType__Group_3__0__Impl() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_3__0__Impl"
+ // $ANTLR end "rule__VirtualBusType__Group_4__0__Impl"
- // $ANTLR start "rule__VirtualBusType__Group_3__1"
- // InternalAadl2Parser.g:32329:1: rule__VirtualBusType__Group_3__1 : rule__VirtualBusType__Group_3__1__Impl ;
- public final void rule__VirtualBusType__Group_3__1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_4__1"
+ // InternalAadl2Parser.g:31757:1: rule__VirtualBusType__Group_4__1 : rule__VirtualBusType__Group_4__1__Impl ;
+ public final void rule__VirtualBusType__Group_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32333:1: ( rule__VirtualBusType__Group_3__1__Impl )
- // InternalAadl2Parser.g:32334:2: rule__VirtualBusType__Group_3__1__Impl
+ // InternalAadl2Parser.g:31761:1: ( rule__VirtualBusType__Group_4__1__Impl )
+ // InternalAadl2Parser.g:31762:2: rule__VirtualBusType__Group_4__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_3__1__Impl();
+ rule__VirtualBusType__Group_4__1__Impl();
state._fsp--;
@@ -126822,35 +125053,35 @@ public final void rule__VirtualBusType__Group_3__1() throws RecognitionException
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_3__1"
+ // $ANTLR end "rule__VirtualBusType__Group_4__1"
- // $ANTLR start "rule__VirtualBusType__Group_3__1__Impl"
- // InternalAadl2Parser.g:32340:1: rule__VirtualBusType__Group_3__1__Impl : ( ( rule__VirtualBusType__Alternatives_3_1 ) ) ;
- public final void rule__VirtualBusType__Group_3__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_4__1__Impl"
+ // InternalAadl2Parser.g:31768:1: rule__VirtualBusType__Group_4__1__Impl : ( ( rule__VirtualBusType__Alternatives_4_1 ) ) ;
+ public final void rule__VirtualBusType__Group_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32344:1: ( ( ( rule__VirtualBusType__Alternatives_3_1 ) ) )
- // InternalAadl2Parser.g:32345:1: ( ( rule__VirtualBusType__Alternatives_3_1 ) )
+ // InternalAadl2Parser.g:31772:1: ( ( ( rule__VirtualBusType__Alternatives_4_1 ) ) )
+ // InternalAadl2Parser.g:31773:1: ( ( rule__VirtualBusType__Alternatives_4_1 ) )
{
- // InternalAadl2Parser.g:32345:1: ( ( rule__VirtualBusType__Alternatives_3_1 ) )
- // InternalAadl2Parser.g:32346:2: ( rule__VirtualBusType__Alternatives_3_1 )
+ // InternalAadl2Parser.g:31773:1: ( ( rule__VirtualBusType__Alternatives_4_1 ) )
+ // InternalAadl2Parser.g:31774:2: ( rule__VirtualBusType__Alternatives_4_1 )
{
- before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_3_1());
- // InternalAadl2Parser.g:32347:2: ( rule__VirtualBusType__Alternatives_3_1 )
- // InternalAadl2Parser.g:32347:3: rule__VirtualBusType__Alternatives_3_1
+ before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_4_1());
+ // InternalAadl2Parser.g:31775:2: ( rule__VirtualBusType__Alternatives_4_1 )
+ // InternalAadl2Parser.g:31775:3: rule__VirtualBusType__Alternatives_4_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Alternatives_3_1();
+ rule__VirtualBusType__Alternatives_4_1();
state._fsp--;
}
- after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_3_1());
+ after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_4_1());
}
@@ -126869,26 +125100,26 @@ public final void rule__VirtualBusType__Group_3__1__Impl() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_3__1__Impl"
+ // $ANTLR end "rule__VirtualBusType__Group_4__1__Impl"
- // $ANTLR start "rule__VirtualBusType__Group_3_1_0__0"
- // InternalAadl2Parser.g:32356:1: rule__VirtualBusType__Group_3_1_0__0 : rule__VirtualBusType__Group_3_1_0__0__Impl rule__VirtualBusType__Group_3_1_0__1 ;
- public final void rule__VirtualBusType__Group_3_1_0__0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_4_1_0__0"
+ // InternalAadl2Parser.g:31784:1: rule__VirtualBusType__Group_4_1_0__0 : rule__VirtualBusType__Group_4_1_0__0__Impl rule__VirtualBusType__Group_4_1_0__1 ;
+ public final void rule__VirtualBusType__Group_4_1_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32360:1: ( rule__VirtualBusType__Group_3_1_0__0__Impl rule__VirtualBusType__Group_3_1_0__1 )
- // InternalAadl2Parser.g:32361:2: rule__VirtualBusType__Group_3_1_0__0__Impl rule__VirtualBusType__Group_3_1_0__1
+ // InternalAadl2Parser.g:31788:1: ( rule__VirtualBusType__Group_4_1_0__0__Impl rule__VirtualBusType__Group_4_1_0__1 )
+ // InternalAadl2Parser.g:31789:2: rule__VirtualBusType__Group_4_1_0__0__Impl rule__VirtualBusType__Group_4_1_0__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__VirtualBusType__Group_3_1_0__0__Impl();
+ rule__VirtualBusType__Group_4_1_0__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_3_1_0__1();
+ rule__VirtualBusType__Group_4_1_0__1();
state._fsp--;
@@ -126907,38 +125138,216 @@ public final void rule__VirtualBusType__Group_3_1_0__0() throws RecognitionExcep
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_3_1_0__0"
+ // $ANTLR end "rule__VirtualBusType__Group_4_1_0__0"
- // $ANTLR start "rule__VirtualBusType__Group_3_1_0__0__Impl"
- // InternalAadl2Parser.g:32368:1: rule__VirtualBusType__Group_3_1_0__0__Impl : ( ( rule__VirtualBusType__NoPrototypesAssignment_3_1_0_0 ) ) ;
- public final void rule__VirtualBusType__Group_3_1_0__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_4_1_0__0__Impl"
+ // InternalAadl2Parser.g:31796:1: rule__VirtualBusType__Group_4_1_0__0__Impl : ( ( rule__VirtualBusType__NoPrototypesAssignment_4_1_0_0 ) ) ;
+ public final void rule__VirtualBusType__Group_4_1_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32372:1: ( ( ( rule__VirtualBusType__NoPrototypesAssignment_3_1_0_0 ) ) )
- // InternalAadl2Parser.g:32373:1: ( ( rule__VirtualBusType__NoPrototypesAssignment_3_1_0_0 ) )
+ // InternalAadl2Parser.g:31800:1: ( ( ( rule__VirtualBusType__NoPrototypesAssignment_4_1_0_0 ) ) )
+ // InternalAadl2Parser.g:31801:1: ( ( rule__VirtualBusType__NoPrototypesAssignment_4_1_0_0 ) )
{
- // InternalAadl2Parser.g:32373:1: ( ( rule__VirtualBusType__NoPrototypesAssignment_3_1_0_0 ) )
- // InternalAadl2Parser.g:32374:2: ( rule__VirtualBusType__NoPrototypesAssignment_3_1_0_0 )
+ // InternalAadl2Parser.g:31801:1: ( ( rule__VirtualBusType__NoPrototypesAssignment_4_1_0_0 ) )
+ // InternalAadl2Parser.g:31802:2: ( rule__VirtualBusType__NoPrototypesAssignment_4_1_0_0 )
{
- before(grammarAccess.getVirtualBusTypeAccess().getNoPrototypesAssignment_3_1_0_0());
- // InternalAadl2Parser.g:32375:2: ( rule__VirtualBusType__NoPrototypesAssignment_3_1_0_0 )
- // InternalAadl2Parser.g:32375:3: rule__VirtualBusType__NoPrototypesAssignment_3_1_0_0
+ before(grammarAccess.getVirtualBusTypeAccess().getNoPrototypesAssignment_4_1_0_0());
+ // InternalAadl2Parser.g:31803:2: ( rule__VirtualBusType__NoPrototypesAssignment_4_1_0_0 )
+ // InternalAadl2Parser.g:31803:3: rule__VirtualBusType__NoPrototypesAssignment_4_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__NoPrototypesAssignment_3_1_0_0();
+ rule__VirtualBusType__NoPrototypesAssignment_4_1_0_0();
state._fsp--;
}
- after(grammarAccess.getVirtualBusTypeAccess().getNoPrototypesAssignment_3_1_0_0());
+ after(grammarAccess.getVirtualBusTypeAccess().getNoPrototypesAssignment_4_1_0_0());
+
+ }
+
}
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__VirtualBusType__Group_4_1_0__0__Impl"
+
+
+ // $ANTLR start "rule__VirtualBusType__Group_4_1_0__1"
+ // InternalAadl2Parser.g:31811:1: rule__VirtualBusType__Group_4_1_0__1 : rule__VirtualBusType__Group_4_1_0__1__Impl ;
+ public final void rule__VirtualBusType__Group_4_1_0__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:31815:1: ( rule__VirtualBusType__Group_4_1_0__1__Impl )
+ // InternalAadl2Parser.g:31816:2: rule__VirtualBusType__Group_4_1_0__1__Impl
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__VirtualBusType__Group_4_1_0__1__Impl();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__VirtualBusType__Group_4_1_0__1"
+
+
+ // $ANTLR start "rule__VirtualBusType__Group_4_1_0__1__Impl"
+ // InternalAadl2Parser.g:31822:1: rule__VirtualBusType__Group_4_1_0__1__Impl : ( Semicolon ) ;
+ public final void rule__VirtualBusType__Group_4_1_0__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:31826:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:31827:1: ( Semicolon )
+ {
+ // InternalAadl2Parser.g:31827:1: ( Semicolon )
+ // InternalAadl2Parser.g:31828:2: Semicolon
+ {
+ before(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_4_1_0_1());
+ match(input,Semicolon,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_4_1_0_1());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__VirtualBusType__Group_4_1_0__1__Impl"
+
+
+ // $ANTLR start "rule__VirtualBusType__Group_5__0"
+ // InternalAadl2Parser.g:31838:1: rule__VirtualBusType__Group_5__0 : rule__VirtualBusType__Group_5__0__Impl rule__VirtualBusType__Group_5__1 ;
+ public final void rule__VirtualBusType__Group_5__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:31842:1: ( rule__VirtualBusType__Group_5__0__Impl rule__VirtualBusType__Group_5__1 )
+ // InternalAadl2Parser.g:31843:2: rule__VirtualBusType__Group_5__0__Impl rule__VirtualBusType__Group_5__1
+ {
+ pushFollow(FollowSets000.FOLLOW_8);
+ rule__VirtualBusType__Group_5__0__Impl();
+
+ state._fsp--;
+
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__VirtualBusType__Group_5__1();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__VirtualBusType__Group_5__0"
+
+
+ // $ANTLR start "rule__VirtualBusType__Group_5__0__Impl"
+ // InternalAadl2Parser.g:31850:1: rule__VirtualBusType__Group_5__0__Impl : ( Features ) ;
+ public final void rule__VirtualBusType__Group_5__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:31854:1: ( ( Features ) )
+ // InternalAadl2Parser.g:31855:1: ( Features )
+ {
+ // InternalAadl2Parser.g:31855:1: ( Features )
+ // InternalAadl2Parser.g:31856:2: Features
+ {
+ before(grammarAccess.getVirtualBusTypeAccess().getFeaturesKeyword_5_0());
+ match(input,Features,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getVirtualBusTypeAccess().getFeaturesKeyword_5_0());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__VirtualBusType__Group_5__0__Impl"
+
+
+ // $ANTLR start "rule__VirtualBusType__Group_5__1"
+ // InternalAadl2Parser.g:31865:1: rule__VirtualBusType__Group_5__1 : rule__VirtualBusType__Group_5__1__Impl ;
+ public final void rule__VirtualBusType__Group_5__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:31869:1: ( rule__VirtualBusType__Group_5__1__Impl )
+ // InternalAadl2Parser.g:31870:2: rule__VirtualBusType__Group_5__1__Impl
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__VirtualBusType__Group_5__1__Impl();
+
+ state._fsp--;
+
}
@@ -126954,58 +125363,35 @@ public final void rule__VirtualBusType__Group_3_1_0__0__Impl() throws Recognitio
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_3_1_0__0__Impl"
+ // $ANTLR end "rule__VirtualBusType__Group_5__1"
- // $ANTLR start "rule__VirtualBusType__Group_3_1_0__1"
- // InternalAadl2Parser.g:32383:1: rule__VirtualBusType__Group_3_1_0__1 : rule__VirtualBusType__Group_3_1_0__1__Impl ;
- public final void rule__VirtualBusType__Group_3_1_0__1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_5__1__Impl"
+ // InternalAadl2Parser.g:31876:1: rule__VirtualBusType__Group_5__1__Impl : ( ( rule__VirtualBusType__Alternatives_5_1 ) ) ;
+ public final void rule__VirtualBusType__Group_5__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32387:1: ( rule__VirtualBusType__Group_3_1_0__1__Impl )
- // InternalAadl2Parser.g:32388:2: rule__VirtualBusType__Group_3_1_0__1__Impl
+ // InternalAadl2Parser.g:31880:1: ( ( ( rule__VirtualBusType__Alternatives_5_1 ) ) )
+ // InternalAadl2Parser.g:31881:1: ( ( rule__VirtualBusType__Alternatives_5_1 ) )
+ {
+ // InternalAadl2Parser.g:31881:1: ( ( rule__VirtualBusType__Alternatives_5_1 ) )
+ // InternalAadl2Parser.g:31882:2: ( rule__VirtualBusType__Alternatives_5_1 )
+ {
+ before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_5_1());
+ // InternalAadl2Parser.g:31883:2: ( rule__VirtualBusType__Alternatives_5_1 )
+ // InternalAadl2Parser.g:31883:3: rule__VirtualBusType__Alternatives_5_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_3_1_0__1__Impl();
+ rule__VirtualBusType__Alternatives_5_1();
state._fsp--;
}
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__VirtualBusType__Group_3_1_0__1"
-
-
- // $ANTLR start "rule__VirtualBusType__Group_3_1_0__1__Impl"
- // InternalAadl2Parser.g:32394:1: rule__VirtualBusType__Group_3_1_0__1__Impl : ( Semicolon ) ;
- public final void rule__VirtualBusType__Group_3_1_0__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:32398:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:32399:1: ( Semicolon )
- {
- // InternalAadl2Parser.g:32399:1: ( Semicolon )
- // InternalAadl2Parser.g:32400:2: Semicolon
- {
- before(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_3_1_0_1());
- match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_3_1_0_1());
+ after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_5_1());
}
@@ -127024,26 +125410,26 @@ public final void rule__VirtualBusType__Group_3_1_0__1__Impl() throws Recognitio
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_3_1_0__1__Impl"
+ // $ANTLR end "rule__VirtualBusType__Group_5__1__Impl"
- // $ANTLR start "rule__VirtualBusType__Group_4__0"
- // InternalAadl2Parser.g:32410:1: rule__VirtualBusType__Group_4__0 : rule__VirtualBusType__Group_4__0__Impl rule__VirtualBusType__Group_4__1 ;
- public final void rule__VirtualBusType__Group_4__0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_5_1_0__0"
+ // InternalAadl2Parser.g:31892:1: rule__VirtualBusType__Group_5_1_0__0 : rule__VirtualBusType__Group_5_1_0__0__Impl rule__VirtualBusType__Group_5_1_0__1 ;
+ public final void rule__VirtualBusType__Group_5_1_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32414:1: ( rule__VirtualBusType__Group_4__0__Impl rule__VirtualBusType__Group_4__1 )
- // InternalAadl2Parser.g:32415:2: rule__VirtualBusType__Group_4__0__Impl rule__VirtualBusType__Group_4__1
+ // InternalAadl2Parser.g:31896:1: ( rule__VirtualBusType__Group_5_1_0__0__Impl rule__VirtualBusType__Group_5_1_0__1 )
+ // InternalAadl2Parser.g:31897:2: rule__VirtualBusType__Group_5_1_0__0__Impl rule__VirtualBusType__Group_5_1_0__1
{
- pushFollow(FollowSets000.FOLLOW_8);
- rule__VirtualBusType__Group_4__0__Impl();
+ pushFollow(FollowSets000.FOLLOW_7);
+ rule__VirtualBusType__Group_5_1_0__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_4__1();
+ rule__VirtualBusType__Group_5_1_0__1();
state._fsp--;
@@ -127062,25 +125448,35 @@ public final void rule__VirtualBusType__Group_4__0() throws RecognitionException
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_4__0"
+ // $ANTLR end "rule__VirtualBusType__Group_5_1_0__0"
- // $ANTLR start "rule__VirtualBusType__Group_4__0__Impl"
- // InternalAadl2Parser.g:32422:1: rule__VirtualBusType__Group_4__0__Impl : ( Features ) ;
- public final void rule__VirtualBusType__Group_4__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_5_1_0__0__Impl"
+ // InternalAadl2Parser.g:31904:1: rule__VirtualBusType__Group_5_1_0__0__Impl : ( ( rule__VirtualBusType__NoFeaturesAssignment_5_1_0_0 ) ) ;
+ public final void rule__VirtualBusType__Group_5_1_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32426:1: ( ( Features ) )
- // InternalAadl2Parser.g:32427:1: ( Features )
+ // InternalAadl2Parser.g:31908:1: ( ( ( rule__VirtualBusType__NoFeaturesAssignment_5_1_0_0 ) ) )
+ // InternalAadl2Parser.g:31909:1: ( ( rule__VirtualBusType__NoFeaturesAssignment_5_1_0_0 ) )
{
- // InternalAadl2Parser.g:32427:1: ( Features )
- // InternalAadl2Parser.g:32428:2: Features
+ // InternalAadl2Parser.g:31909:1: ( ( rule__VirtualBusType__NoFeaturesAssignment_5_1_0_0 ) )
+ // InternalAadl2Parser.g:31910:2: ( rule__VirtualBusType__NoFeaturesAssignment_5_1_0_0 )
{
- before(grammarAccess.getVirtualBusTypeAccess().getFeaturesKeyword_4_0());
- match(input,Features,FollowSets000.FOLLOW_2);
- after(grammarAccess.getVirtualBusTypeAccess().getFeaturesKeyword_4_0());
+ before(grammarAccess.getVirtualBusTypeAccess().getNoFeaturesAssignment_5_1_0_0());
+ // InternalAadl2Parser.g:31911:2: ( rule__VirtualBusType__NoFeaturesAssignment_5_1_0_0 )
+ // InternalAadl2Parser.g:31911:3: rule__VirtualBusType__NoFeaturesAssignment_5_1_0_0
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__VirtualBusType__NoFeaturesAssignment_5_1_0_0();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getVirtualBusTypeAccess().getNoFeaturesAssignment_5_1_0_0());
}
@@ -127099,21 +125495,21 @@ public final void rule__VirtualBusType__Group_4__0__Impl() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_4__0__Impl"
+ // $ANTLR end "rule__VirtualBusType__Group_5_1_0__0__Impl"
- // $ANTLR start "rule__VirtualBusType__Group_4__1"
- // InternalAadl2Parser.g:32437:1: rule__VirtualBusType__Group_4__1 : rule__VirtualBusType__Group_4__1__Impl ;
- public final void rule__VirtualBusType__Group_4__1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_5_1_0__1"
+ // InternalAadl2Parser.g:31919:1: rule__VirtualBusType__Group_5_1_0__1 : rule__VirtualBusType__Group_5_1_0__1__Impl ;
+ public final void rule__VirtualBusType__Group_5_1_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32441:1: ( rule__VirtualBusType__Group_4__1__Impl )
- // InternalAadl2Parser.g:32442:2: rule__VirtualBusType__Group_4__1__Impl
+ // InternalAadl2Parser.g:31923:1: ( rule__VirtualBusType__Group_5_1_0__1__Impl )
+ // InternalAadl2Parser.g:31924:2: rule__VirtualBusType__Group_5_1_0__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_4__1__Impl();
+ rule__VirtualBusType__Group_5_1_0__1__Impl();
state._fsp--;
@@ -127132,35 +125528,25 @@ public final void rule__VirtualBusType__Group_4__1() throws RecognitionException
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_4__1"
+ // $ANTLR end "rule__VirtualBusType__Group_5_1_0__1"
- // $ANTLR start "rule__VirtualBusType__Group_4__1__Impl"
- // InternalAadl2Parser.g:32448:1: rule__VirtualBusType__Group_4__1__Impl : ( ( rule__VirtualBusType__Alternatives_4_1 ) ) ;
- public final void rule__VirtualBusType__Group_4__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_5_1_0__1__Impl"
+ // InternalAadl2Parser.g:31930:1: rule__VirtualBusType__Group_5_1_0__1__Impl : ( Semicolon ) ;
+ public final void rule__VirtualBusType__Group_5_1_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32452:1: ( ( ( rule__VirtualBusType__Alternatives_4_1 ) ) )
- // InternalAadl2Parser.g:32453:1: ( ( rule__VirtualBusType__Alternatives_4_1 ) )
+ // InternalAadl2Parser.g:31934:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:31935:1: ( Semicolon )
{
- // InternalAadl2Parser.g:32453:1: ( ( rule__VirtualBusType__Alternatives_4_1 ) )
- // InternalAadl2Parser.g:32454:2: ( rule__VirtualBusType__Alternatives_4_1 )
- {
- before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_4_1());
- // InternalAadl2Parser.g:32455:2: ( rule__VirtualBusType__Alternatives_4_1 )
- // InternalAadl2Parser.g:32455:3: rule__VirtualBusType__Alternatives_4_1
+ // InternalAadl2Parser.g:31935:1: ( Semicolon )
+ // InternalAadl2Parser.g:31936:2: Semicolon
{
- pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Alternatives_4_1();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_4_1());
+ before(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_5_1_0_1());
+ match(input,Semicolon,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_5_1_0_1());
}
@@ -127179,26 +125565,26 @@ public final void rule__VirtualBusType__Group_4__1__Impl() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_4__1__Impl"
+ // $ANTLR end "rule__VirtualBusType__Group_5_1_0__1__Impl"
- // $ANTLR start "rule__VirtualBusType__Group_4_1_0__0"
- // InternalAadl2Parser.g:32464:1: rule__VirtualBusType__Group_4_1_0__0 : rule__VirtualBusType__Group_4_1_0__0__Impl rule__VirtualBusType__Group_4_1_0__1 ;
- public final void rule__VirtualBusType__Group_4_1_0__0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_6_0__0"
+ // InternalAadl2Parser.g:31946:1: rule__VirtualBusType__Group_6_0__0 : rule__VirtualBusType__Group_6_0__0__Impl rule__VirtualBusType__Group_6_0__1 ;
+ public final void rule__VirtualBusType__Group_6_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32468:1: ( rule__VirtualBusType__Group_4_1_0__0__Impl rule__VirtualBusType__Group_4_1_0__1 )
- // InternalAadl2Parser.g:32469:2: rule__VirtualBusType__Group_4_1_0__0__Impl rule__VirtualBusType__Group_4_1_0__1
+ // InternalAadl2Parser.g:31950:1: ( rule__VirtualBusType__Group_6_0__0__Impl rule__VirtualBusType__Group_6_0__1 )
+ // InternalAadl2Parser.g:31951:2: rule__VirtualBusType__Group_6_0__0__Impl rule__VirtualBusType__Group_6_0__1
{
- pushFollow(FollowSets000.FOLLOW_7);
- rule__VirtualBusType__Group_4_1_0__0__Impl();
+ pushFollow(FollowSets000.FOLLOW_31);
+ rule__VirtualBusType__Group_6_0__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_4_1_0__1();
+ rule__VirtualBusType__Group_6_0__1();
state._fsp--;
@@ -127217,105 +125603,35 @@ public final void rule__VirtualBusType__Group_4_1_0__0() throws RecognitionExcep
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_4_1_0__0"
+ // $ANTLR end "rule__VirtualBusType__Group_6_0__0"
- // $ANTLR start "rule__VirtualBusType__Group_4_1_0__0__Impl"
- // InternalAadl2Parser.g:32476:1: rule__VirtualBusType__Group_4_1_0__0__Impl : ( ( rule__VirtualBusType__NoFeaturesAssignment_4_1_0_0 ) ) ;
- public final void rule__VirtualBusType__Group_4_1_0__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_6_0__0__Impl"
+ // InternalAadl2Parser.g:31958:1: rule__VirtualBusType__Group_6_0__0__Impl : ( ( rule__VirtualBusType__DerivedModesAssignment_6_0_0 ) ) ;
+ public final void rule__VirtualBusType__Group_6_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32480:1: ( ( ( rule__VirtualBusType__NoFeaturesAssignment_4_1_0_0 ) ) )
- // InternalAadl2Parser.g:32481:1: ( ( rule__VirtualBusType__NoFeaturesAssignment_4_1_0_0 ) )
+ // InternalAadl2Parser.g:31962:1: ( ( ( rule__VirtualBusType__DerivedModesAssignment_6_0_0 ) ) )
+ // InternalAadl2Parser.g:31963:1: ( ( rule__VirtualBusType__DerivedModesAssignment_6_0_0 ) )
{
- // InternalAadl2Parser.g:32481:1: ( ( rule__VirtualBusType__NoFeaturesAssignment_4_1_0_0 ) )
- // InternalAadl2Parser.g:32482:2: ( rule__VirtualBusType__NoFeaturesAssignment_4_1_0_0 )
+ // InternalAadl2Parser.g:31963:1: ( ( rule__VirtualBusType__DerivedModesAssignment_6_0_0 ) )
+ // InternalAadl2Parser.g:31964:2: ( rule__VirtualBusType__DerivedModesAssignment_6_0_0 )
{
- before(grammarAccess.getVirtualBusTypeAccess().getNoFeaturesAssignment_4_1_0_0());
- // InternalAadl2Parser.g:32483:2: ( rule__VirtualBusType__NoFeaturesAssignment_4_1_0_0 )
- // InternalAadl2Parser.g:32483:3: rule__VirtualBusType__NoFeaturesAssignment_4_1_0_0
+ before(grammarAccess.getVirtualBusTypeAccess().getDerivedModesAssignment_6_0_0());
+ // InternalAadl2Parser.g:31965:2: ( rule__VirtualBusType__DerivedModesAssignment_6_0_0 )
+ // InternalAadl2Parser.g:31965:3: rule__VirtualBusType__DerivedModesAssignment_6_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__NoFeaturesAssignment_4_1_0_0();
+ rule__VirtualBusType__DerivedModesAssignment_6_0_0();
state._fsp--;
}
- after(grammarAccess.getVirtualBusTypeAccess().getNoFeaturesAssignment_4_1_0_0());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__VirtualBusType__Group_4_1_0__0__Impl"
-
-
- // $ANTLR start "rule__VirtualBusType__Group_4_1_0__1"
- // InternalAadl2Parser.g:32491:1: rule__VirtualBusType__Group_4_1_0__1 : rule__VirtualBusType__Group_4_1_0__1__Impl ;
- public final void rule__VirtualBusType__Group_4_1_0__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:32495:1: ( rule__VirtualBusType__Group_4_1_0__1__Impl )
- // InternalAadl2Parser.g:32496:2: rule__VirtualBusType__Group_4_1_0__1__Impl
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_4_1_0__1__Impl();
-
- state._fsp--;
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__VirtualBusType__Group_4_1_0__1"
-
-
- // $ANTLR start "rule__VirtualBusType__Group_4_1_0__1__Impl"
- // InternalAadl2Parser.g:32502:1: rule__VirtualBusType__Group_4_1_0__1__Impl : ( Semicolon ) ;
- public final void rule__VirtualBusType__Group_4_1_0__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:32506:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:32507:1: ( Semicolon )
- {
- // InternalAadl2Parser.g:32507:1: ( Semicolon )
- // InternalAadl2Parser.g:32508:2: Semicolon
- {
- before(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_4_1_0_1());
- match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_4_1_0_1());
+ after(grammarAccess.getVirtualBusTypeAccess().getDerivedModesAssignment_6_0_0());
}
@@ -127334,26 +125650,26 @@ public final void rule__VirtualBusType__Group_4_1_0__1__Impl() throws Recognitio
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_4_1_0__1__Impl"
+ // $ANTLR end "rule__VirtualBusType__Group_6_0__0__Impl"
- // $ANTLR start "rule__VirtualBusType__Group_5_0__0"
- // InternalAadl2Parser.g:32518:1: rule__VirtualBusType__Group_5_0__0 : rule__VirtualBusType__Group_5_0__0__Impl rule__VirtualBusType__Group_5_0__1 ;
- public final void rule__VirtualBusType__Group_5_0__0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_6_0__1"
+ // InternalAadl2Parser.g:31973:1: rule__VirtualBusType__Group_6_0__1 : rule__VirtualBusType__Group_6_0__1__Impl rule__VirtualBusType__Group_6_0__2 ;
+ public final void rule__VirtualBusType__Group_6_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32522:1: ( rule__VirtualBusType__Group_5_0__0__Impl rule__VirtualBusType__Group_5_0__1 )
- // InternalAadl2Parser.g:32523:2: rule__VirtualBusType__Group_5_0__0__Impl rule__VirtualBusType__Group_5_0__1
+ // InternalAadl2Parser.g:31977:1: ( rule__VirtualBusType__Group_6_0__1__Impl rule__VirtualBusType__Group_6_0__2 )
+ // InternalAadl2Parser.g:31978:2: rule__VirtualBusType__Group_6_0__1__Impl rule__VirtualBusType__Group_6_0__2
{
pushFollow(FollowSets000.FOLLOW_4);
- rule__VirtualBusType__Group_5_0__0__Impl();
+ rule__VirtualBusType__Group_6_0__1__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_5_0__1();
+ rule__VirtualBusType__Group_6_0__2();
state._fsp--;
@@ -127372,35 +125688,25 @@ public final void rule__VirtualBusType__Group_5_0__0() throws RecognitionExcepti
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_5_0__0"
+ // $ANTLR end "rule__VirtualBusType__Group_6_0__1"
- // $ANTLR start "rule__VirtualBusType__Group_5_0__0__Impl"
- // InternalAadl2Parser.g:32530:1: rule__VirtualBusType__Group_5_0__0__Impl : ( ( rule__VirtualBusType__DerivedModesAssignment_5_0_0 ) ) ;
- public final void rule__VirtualBusType__Group_5_0__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_6_0__1__Impl"
+ // InternalAadl2Parser.g:31985:1: rule__VirtualBusType__Group_6_0__1__Impl : ( Modes ) ;
+ public final void rule__VirtualBusType__Group_6_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32534:1: ( ( ( rule__VirtualBusType__DerivedModesAssignment_5_0_0 ) ) )
- // InternalAadl2Parser.g:32535:1: ( ( rule__VirtualBusType__DerivedModesAssignment_5_0_0 ) )
- {
- // InternalAadl2Parser.g:32535:1: ( ( rule__VirtualBusType__DerivedModesAssignment_5_0_0 ) )
- // InternalAadl2Parser.g:32536:2: ( rule__VirtualBusType__DerivedModesAssignment_5_0_0 )
+ // InternalAadl2Parser.g:31989:1: ( ( Modes ) )
+ // InternalAadl2Parser.g:31990:1: ( Modes )
{
- before(grammarAccess.getVirtualBusTypeAccess().getDerivedModesAssignment_5_0_0());
- // InternalAadl2Parser.g:32537:2: ( rule__VirtualBusType__DerivedModesAssignment_5_0_0 )
- // InternalAadl2Parser.g:32537:3: rule__VirtualBusType__DerivedModesAssignment_5_0_0
+ // InternalAadl2Parser.g:31990:1: ( Modes )
+ // InternalAadl2Parser.g:31991:2: Modes
{
- pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__DerivedModesAssignment_5_0_0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getVirtualBusTypeAccess().getDerivedModesAssignment_5_0_0());
+ before(grammarAccess.getVirtualBusTypeAccess().getModesKeyword_6_0_1());
+ match(input,Modes,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getVirtualBusTypeAccess().getModesKeyword_6_0_1());
}
@@ -127419,21 +125725,21 @@ public final void rule__VirtualBusType__Group_5_0__0__Impl() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_5_0__0__Impl"
+ // $ANTLR end "rule__VirtualBusType__Group_6_0__1__Impl"
- // $ANTLR start "rule__VirtualBusType__Group_5_0__1"
- // InternalAadl2Parser.g:32545:1: rule__VirtualBusType__Group_5_0__1 : rule__VirtualBusType__Group_5_0__1__Impl ;
- public final void rule__VirtualBusType__Group_5_0__1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_6_0__2"
+ // InternalAadl2Parser.g:32000:1: rule__VirtualBusType__Group_6_0__2 : rule__VirtualBusType__Group_6_0__2__Impl ;
+ public final void rule__VirtualBusType__Group_6_0__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32549:1: ( rule__VirtualBusType__Group_5_0__1__Impl )
- // InternalAadl2Parser.g:32550:2: rule__VirtualBusType__Group_5_0__1__Impl
+ // InternalAadl2Parser.g:32004:1: ( rule__VirtualBusType__Group_6_0__2__Impl )
+ // InternalAadl2Parser.g:32005:2: rule__VirtualBusType__Group_6_0__2__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_5_0__1__Impl();
+ rule__VirtualBusType__Group_6_0__2__Impl();
state._fsp--;
@@ -127452,46 +125758,46 @@ public final void rule__VirtualBusType__Group_5_0__1() throws RecognitionExcepti
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_5_0__1"
+ // $ANTLR end "rule__VirtualBusType__Group_6_0__2"
- // $ANTLR start "rule__VirtualBusType__Group_5_0__1__Impl"
- // InternalAadl2Parser.g:32556:1: rule__VirtualBusType__Group_5_0__1__Impl : ( ( ( rule__VirtualBusType__OwnedModeAssignment_5_0_1 ) ) ( ( rule__VirtualBusType__OwnedModeAssignment_5_0_1 )* ) ) ;
- public final void rule__VirtualBusType__Group_5_0__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_6_0__2__Impl"
+ // InternalAadl2Parser.g:32011:1: rule__VirtualBusType__Group_6_0__2__Impl : ( ( ( rule__VirtualBusType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__VirtualBusType__OwnedModeAssignment_6_0_2 )* ) ) ;
+ public final void rule__VirtualBusType__Group_6_0__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32560:1: ( ( ( ( rule__VirtualBusType__OwnedModeAssignment_5_0_1 ) ) ( ( rule__VirtualBusType__OwnedModeAssignment_5_0_1 )* ) ) )
- // InternalAadl2Parser.g:32561:1: ( ( ( rule__VirtualBusType__OwnedModeAssignment_5_0_1 ) ) ( ( rule__VirtualBusType__OwnedModeAssignment_5_0_1 )* ) )
+ // InternalAadl2Parser.g:32015:1: ( ( ( ( rule__VirtualBusType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__VirtualBusType__OwnedModeAssignment_6_0_2 )* ) ) )
+ // InternalAadl2Parser.g:32016:1: ( ( ( rule__VirtualBusType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__VirtualBusType__OwnedModeAssignment_6_0_2 )* ) )
{
- // InternalAadl2Parser.g:32561:1: ( ( ( rule__VirtualBusType__OwnedModeAssignment_5_0_1 ) ) ( ( rule__VirtualBusType__OwnedModeAssignment_5_0_1 )* ) )
- // InternalAadl2Parser.g:32562:2: ( ( rule__VirtualBusType__OwnedModeAssignment_5_0_1 ) ) ( ( rule__VirtualBusType__OwnedModeAssignment_5_0_1 )* )
+ // InternalAadl2Parser.g:32016:1: ( ( ( rule__VirtualBusType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__VirtualBusType__OwnedModeAssignment_6_0_2 )* ) )
+ // InternalAadl2Parser.g:32017:2: ( ( rule__VirtualBusType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__VirtualBusType__OwnedModeAssignment_6_0_2 )* )
{
- // InternalAadl2Parser.g:32562:2: ( ( rule__VirtualBusType__OwnedModeAssignment_5_0_1 ) )
- // InternalAadl2Parser.g:32563:3: ( rule__VirtualBusType__OwnedModeAssignment_5_0_1 )
+ // InternalAadl2Parser.g:32017:2: ( ( rule__VirtualBusType__OwnedModeAssignment_6_0_2 ) )
+ // InternalAadl2Parser.g:32018:3: ( rule__VirtualBusType__OwnedModeAssignment_6_0_2 )
{
- before(grammarAccess.getVirtualBusTypeAccess().getOwnedModeAssignment_5_0_1());
- // InternalAadl2Parser.g:32564:3: ( rule__VirtualBusType__OwnedModeAssignment_5_0_1 )
- // InternalAadl2Parser.g:32564:4: rule__VirtualBusType__OwnedModeAssignment_5_0_1
+ before(grammarAccess.getVirtualBusTypeAccess().getOwnedModeAssignment_6_0_2());
+ // InternalAadl2Parser.g:32019:3: ( rule__VirtualBusType__OwnedModeAssignment_6_0_2 )
+ // InternalAadl2Parser.g:32019:4: rule__VirtualBusType__OwnedModeAssignment_6_0_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualBusType__OwnedModeAssignment_5_0_1();
+ rule__VirtualBusType__OwnedModeAssignment_6_0_2();
state._fsp--;
}
- after(grammarAccess.getVirtualBusTypeAccess().getOwnedModeAssignment_5_0_1());
+ after(grammarAccess.getVirtualBusTypeAccess().getOwnedModeAssignment_6_0_2());
}
- // InternalAadl2Parser.g:32567:2: ( ( rule__VirtualBusType__OwnedModeAssignment_5_0_1 )* )
- // InternalAadl2Parser.g:32568:3: ( rule__VirtualBusType__OwnedModeAssignment_5_0_1 )*
+ // InternalAadl2Parser.g:32022:2: ( ( rule__VirtualBusType__OwnedModeAssignment_6_0_2 )* )
+ // InternalAadl2Parser.g:32023:3: ( rule__VirtualBusType__OwnedModeAssignment_6_0_2 )*
{
- before(grammarAccess.getVirtualBusTypeAccess().getOwnedModeAssignment_5_0_1());
- // InternalAadl2Parser.g:32569:3: ( rule__VirtualBusType__OwnedModeAssignment_5_0_1 )*
+ before(grammarAccess.getVirtualBusTypeAccess().getOwnedModeAssignment_6_0_2());
+ // InternalAadl2Parser.g:32024:3: ( rule__VirtualBusType__OwnedModeAssignment_6_0_2 )*
loop663:
do {
int alt663=2;
@@ -127504,10 +125810,10 @@ public final void rule__VirtualBusType__Group_5_0__1__Impl() throws RecognitionE
switch (alt663) {
case 1 :
- // InternalAadl2Parser.g:32569:4: rule__VirtualBusType__OwnedModeAssignment_5_0_1
+ // InternalAadl2Parser.g:32024:4: rule__VirtualBusType__OwnedModeAssignment_6_0_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualBusType__OwnedModeAssignment_5_0_1();
+ rule__VirtualBusType__OwnedModeAssignment_6_0_2();
state._fsp--;
@@ -127520,7 +125826,7 @@ public final void rule__VirtualBusType__Group_5_0__1__Impl() throws RecognitionE
}
} while (true);
- after(grammarAccess.getVirtualBusTypeAccess().getOwnedModeAssignment_5_0_1());
+ after(grammarAccess.getVirtualBusTypeAccess().getOwnedModeAssignment_6_0_2());
}
@@ -127542,26 +125848,26 @@ public final void rule__VirtualBusType__Group_5_0__1__Impl() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_5_0__1__Impl"
+ // $ANTLR end "rule__VirtualBusType__Group_6_0__2__Impl"
- // $ANTLR start "rule__VirtualBusType__Group_5_1__0"
- // InternalAadl2Parser.g:32579:1: rule__VirtualBusType__Group_5_1__0 : rule__VirtualBusType__Group_5_1__0__Impl rule__VirtualBusType__Group_5_1__1 ;
- public final void rule__VirtualBusType__Group_5_1__0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_6_1__0"
+ // InternalAadl2Parser.g:32034:1: rule__VirtualBusType__Group_6_1__0 : rule__VirtualBusType__Group_6_1__0__Impl rule__VirtualBusType__Group_6_1__1 ;
+ public final void rule__VirtualBusType__Group_6_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32583:1: ( rule__VirtualBusType__Group_5_1__0__Impl rule__VirtualBusType__Group_5_1__1 )
- // InternalAadl2Parser.g:32584:2: rule__VirtualBusType__Group_5_1__0__Impl rule__VirtualBusType__Group_5_1__1
+ // InternalAadl2Parser.g:32038:1: ( rule__VirtualBusType__Group_6_1__0__Impl rule__VirtualBusType__Group_6_1__1 )
+ // InternalAadl2Parser.g:32039:2: rule__VirtualBusType__Group_6_1__0__Impl rule__VirtualBusType__Group_6_1__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__VirtualBusType__Group_5_1__0__Impl();
+ rule__VirtualBusType__Group_6_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_5_1__1();
+ rule__VirtualBusType__Group_6_1__1();
state._fsp--;
@@ -127580,25 +125886,25 @@ public final void rule__VirtualBusType__Group_5_1__0() throws RecognitionExcepti
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_5_1__0"
+ // $ANTLR end "rule__VirtualBusType__Group_6_1__0"
- // $ANTLR start "rule__VirtualBusType__Group_5_1__0__Impl"
- // InternalAadl2Parser.g:32591:1: rule__VirtualBusType__Group_5_1__0__Impl : ( Modes ) ;
- public final void rule__VirtualBusType__Group_5_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_6_1__0__Impl"
+ // InternalAadl2Parser.g:32046:1: rule__VirtualBusType__Group_6_1__0__Impl : ( Modes ) ;
+ public final void rule__VirtualBusType__Group_6_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32595:1: ( ( Modes ) )
- // InternalAadl2Parser.g:32596:1: ( Modes )
+ // InternalAadl2Parser.g:32050:1: ( ( Modes ) )
+ // InternalAadl2Parser.g:32051:1: ( Modes )
{
- // InternalAadl2Parser.g:32596:1: ( Modes )
- // InternalAadl2Parser.g:32597:2: Modes
+ // InternalAadl2Parser.g:32051:1: ( Modes )
+ // InternalAadl2Parser.g:32052:2: Modes
{
- before(grammarAccess.getVirtualBusTypeAccess().getModesKeyword_5_1_0());
+ before(grammarAccess.getVirtualBusTypeAccess().getModesKeyword_6_1_0());
match(input,Modes,FollowSets000.FOLLOW_2);
- after(grammarAccess.getVirtualBusTypeAccess().getModesKeyword_5_1_0());
+ after(grammarAccess.getVirtualBusTypeAccess().getModesKeyword_6_1_0());
}
@@ -127617,21 +125923,21 @@ public final void rule__VirtualBusType__Group_5_1__0__Impl() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_5_1__0__Impl"
+ // $ANTLR end "rule__VirtualBusType__Group_6_1__0__Impl"
- // $ANTLR start "rule__VirtualBusType__Group_5_1__1"
- // InternalAadl2Parser.g:32606:1: rule__VirtualBusType__Group_5_1__1 : rule__VirtualBusType__Group_5_1__1__Impl ;
- public final void rule__VirtualBusType__Group_5_1__1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_6_1__1"
+ // InternalAadl2Parser.g:32061:1: rule__VirtualBusType__Group_6_1__1 : rule__VirtualBusType__Group_6_1__1__Impl ;
+ public final void rule__VirtualBusType__Group_6_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32610:1: ( rule__VirtualBusType__Group_5_1__1__Impl )
- // InternalAadl2Parser.g:32611:2: rule__VirtualBusType__Group_5_1__1__Impl
+ // InternalAadl2Parser.g:32065:1: ( rule__VirtualBusType__Group_6_1__1__Impl )
+ // InternalAadl2Parser.g:32066:2: rule__VirtualBusType__Group_6_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_5_1__1__Impl();
+ rule__VirtualBusType__Group_6_1__1__Impl();
state._fsp--;
@@ -127650,35 +125956,35 @@ public final void rule__VirtualBusType__Group_5_1__1() throws RecognitionExcepti
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_5_1__1"
+ // $ANTLR end "rule__VirtualBusType__Group_6_1__1"
- // $ANTLR start "rule__VirtualBusType__Group_5_1__1__Impl"
- // InternalAadl2Parser.g:32617:1: rule__VirtualBusType__Group_5_1__1__Impl : ( ( rule__VirtualBusType__Alternatives_5_1_1 ) ) ;
- public final void rule__VirtualBusType__Group_5_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_6_1__1__Impl"
+ // InternalAadl2Parser.g:32072:1: rule__VirtualBusType__Group_6_1__1__Impl : ( ( rule__VirtualBusType__Alternatives_6_1_1 ) ) ;
+ public final void rule__VirtualBusType__Group_6_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32621:1: ( ( ( rule__VirtualBusType__Alternatives_5_1_1 ) ) )
- // InternalAadl2Parser.g:32622:1: ( ( rule__VirtualBusType__Alternatives_5_1_1 ) )
+ // InternalAadl2Parser.g:32076:1: ( ( ( rule__VirtualBusType__Alternatives_6_1_1 ) ) )
+ // InternalAadl2Parser.g:32077:1: ( ( rule__VirtualBusType__Alternatives_6_1_1 ) )
{
- // InternalAadl2Parser.g:32622:1: ( ( rule__VirtualBusType__Alternatives_5_1_1 ) )
- // InternalAadl2Parser.g:32623:2: ( rule__VirtualBusType__Alternatives_5_1_1 )
+ // InternalAadl2Parser.g:32077:1: ( ( rule__VirtualBusType__Alternatives_6_1_1 ) )
+ // InternalAadl2Parser.g:32078:2: ( rule__VirtualBusType__Alternatives_6_1_1 )
{
- before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_5_1_1());
- // InternalAadl2Parser.g:32624:2: ( rule__VirtualBusType__Alternatives_5_1_1 )
- // InternalAadl2Parser.g:32624:3: rule__VirtualBusType__Alternatives_5_1_1
+ before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_6_1_1());
+ // InternalAadl2Parser.g:32079:2: ( rule__VirtualBusType__Alternatives_6_1_1 )
+ // InternalAadl2Parser.g:32079:3: rule__VirtualBusType__Alternatives_6_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Alternatives_5_1_1();
+ rule__VirtualBusType__Alternatives_6_1_1();
state._fsp--;
}
- after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_5_1_1());
+ after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_6_1_1());
}
@@ -127697,26 +126003,26 @@ public final void rule__VirtualBusType__Group_5_1__1__Impl() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_5_1__1__Impl"
+ // $ANTLR end "rule__VirtualBusType__Group_6_1__1__Impl"
- // $ANTLR start "rule__VirtualBusType__Group_5_1_1_1__0"
- // InternalAadl2Parser.g:32633:1: rule__VirtualBusType__Group_5_1_1_1__0 : rule__VirtualBusType__Group_5_1_1_1__0__Impl rule__VirtualBusType__Group_5_1_1_1__1 ;
- public final void rule__VirtualBusType__Group_5_1_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_6_1_1_1__0"
+ // InternalAadl2Parser.g:32088:1: rule__VirtualBusType__Group_6_1_1_1__0 : rule__VirtualBusType__Group_6_1_1_1__0__Impl rule__VirtualBusType__Group_6_1_1_1__1 ;
+ public final void rule__VirtualBusType__Group_6_1_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32637:1: ( rule__VirtualBusType__Group_5_1_1_1__0__Impl rule__VirtualBusType__Group_5_1_1_1__1 )
- // InternalAadl2Parser.g:32638:2: rule__VirtualBusType__Group_5_1_1_1__0__Impl rule__VirtualBusType__Group_5_1_1_1__1
+ // InternalAadl2Parser.g:32092:1: ( rule__VirtualBusType__Group_6_1_1_1__0__Impl rule__VirtualBusType__Group_6_1_1_1__1 )
+ // InternalAadl2Parser.g:32093:2: rule__VirtualBusType__Group_6_1_1_1__0__Impl rule__VirtualBusType__Group_6_1_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__VirtualBusType__Group_5_1_1_1__0__Impl();
+ rule__VirtualBusType__Group_6_1_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_5_1_1_1__1();
+ rule__VirtualBusType__Group_6_1_1_1__1();
state._fsp--;
@@ -127735,35 +126041,35 @@ public final void rule__VirtualBusType__Group_5_1_1_1__0() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_5_1_1_1__0"
+ // $ANTLR end "rule__VirtualBusType__Group_6_1_1_1__0"
- // $ANTLR start "rule__VirtualBusType__Group_5_1_1_1__0__Impl"
- // InternalAadl2Parser.g:32645:1: rule__VirtualBusType__Group_5_1_1_1__0__Impl : ( ( rule__VirtualBusType__NoModesAssignment_5_1_1_1_0 ) ) ;
- public final void rule__VirtualBusType__Group_5_1_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_6_1_1_1__0__Impl"
+ // InternalAadl2Parser.g:32100:1: rule__VirtualBusType__Group_6_1_1_1__0__Impl : ( ( rule__VirtualBusType__NoModesAssignment_6_1_1_1_0 ) ) ;
+ public final void rule__VirtualBusType__Group_6_1_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32649:1: ( ( ( rule__VirtualBusType__NoModesAssignment_5_1_1_1_0 ) ) )
- // InternalAadl2Parser.g:32650:1: ( ( rule__VirtualBusType__NoModesAssignment_5_1_1_1_0 ) )
+ // InternalAadl2Parser.g:32104:1: ( ( ( rule__VirtualBusType__NoModesAssignment_6_1_1_1_0 ) ) )
+ // InternalAadl2Parser.g:32105:1: ( ( rule__VirtualBusType__NoModesAssignment_6_1_1_1_0 ) )
{
- // InternalAadl2Parser.g:32650:1: ( ( rule__VirtualBusType__NoModesAssignment_5_1_1_1_0 ) )
- // InternalAadl2Parser.g:32651:2: ( rule__VirtualBusType__NoModesAssignment_5_1_1_1_0 )
+ // InternalAadl2Parser.g:32105:1: ( ( rule__VirtualBusType__NoModesAssignment_6_1_1_1_0 ) )
+ // InternalAadl2Parser.g:32106:2: ( rule__VirtualBusType__NoModesAssignment_6_1_1_1_0 )
{
- before(grammarAccess.getVirtualBusTypeAccess().getNoModesAssignment_5_1_1_1_0());
- // InternalAadl2Parser.g:32652:2: ( rule__VirtualBusType__NoModesAssignment_5_1_1_1_0 )
- // InternalAadl2Parser.g:32652:3: rule__VirtualBusType__NoModesAssignment_5_1_1_1_0
+ before(grammarAccess.getVirtualBusTypeAccess().getNoModesAssignment_6_1_1_1_0());
+ // InternalAadl2Parser.g:32107:2: ( rule__VirtualBusType__NoModesAssignment_6_1_1_1_0 )
+ // InternalAadl2Parser.g:32107:3: rule__VirtualBusType__NoModesAssignment_6_1_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__NoModesAssignment_5_1_1_1_0();
+ rule__VirtualBusType__NoModesAssignment_6_1_1_1_0();
state._fsp--;
}
- after(grammarAccess.getVirtualBusTypeAccess().getNoModesAssignment_5_1_1_1_0());
+ after(grammarAccess.getVirtualBusTypeAccess().getNoModesAssignment_6_1_1_1_0());
}
@@ -127782,21 +126088,21 @@ public final void rule__VirtualBusType__Group_5_1_1_1__0__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_5_1_1_1__0__Impl"
+ // $ANTLR end "rule__VirtualBusType__Group_6_1_1_1__0__Impl"
- // $ANTLR start "rule__VirtualBusType__Group_5_1_1_1__1"
- // InternalAadl2Parser.g:32660:1: rule__VirtualBusType__Group_5_1_1_1__1 : rule__VirtualBusType__Group_5_1_1_1__1__Impl ;
- public final void rule__VirtualBusType__Group_5_1_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_6_1_1_1__1"
+ // InternalAadl2Parser.g:32115:1: rule__VirtualBusType__Group_6_1_1_1__1 : rule__VirtualBusType__Group_6_1_1_1__1__Impl ;
+ public final void rule__VirtualBusType__Group_6_1_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32664:1: ( rule__VirtualBusType__Group_5_1_1_1__1__Impl )
- // InternalAadl2Parser.g:32665:2: rule__VirtualBusType__Group_5_1_1_1__1__Impl
+ // InternalAadl2Parser.g:32119:1: ( rule__VirtualBusType__Group_6_1_1_1__1__Impl )
+ // InternalAadl2Parser.g:32120:2: rule__VirtualBusType__Group_6_1_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_5_1_1_1__1__Impl();
+ rule__VirtualBusType__Group_6_1_1_1__1__Impl();
state._fsp--;
@@ -127815,25 +126121,25 @@ public final void rule__VirtualBusType__Group_5_1_1_1__1() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_5_1_1_1__1"
+ // $ANTLR end "rule__VirtualBusType__Group_6_1_1_1__1"
- // $ANTLR start "rule__VirtualBusType__Group_5_1_1_1__1__Impl"
- // InternalAadl2Parser.g:32671:1: rule__VirtualBusType__Group_5_1_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__VirtualBusType__Group_5_1_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_6_1_1_1__1__Impl"
+ // InternalAadl2Parser.g:32126:1: rule__VirtualBusType__Group_6_1_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__VirtualBusType__Group_6_1_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32675:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:32676:1: ( Semicolon )
+ // InternalAadl2Parser.g:32130:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:32131:1: ( Semicolon )
{
- // InternalAadl2Parser.g:32676:1: ( Semicolon )
- // InternalAadl2Parser.g:32677:2: Semicolon
+ // InternalAadl2Parser.g:32131:1: ( Semicolon )
+ // InternalAadl2Parser.g:32132:2: Semicolon
{
- before(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_5_1_1_1_1());
+ before(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_6_1_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_5_1_1_1_1());
+ after(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_6_1_1_1_1());
}
@@ -127852,26 +126158,26 @@ public final void rule__VirtualBusType__Group_5_1_1_1__1__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_5_1_1_1__1__Impl"
+ // $ANTLR end "rule__VirtualBusType__Group_6_1_1_1__1__Impl"
- // $ANTLR start "rule__VirtualBusType__Group_6__0"
- // InternalAadl2Parser.g:32687:1: rule__VirtualBusType__Group_6__0 : rule__VirtualBusType__Group_6__0__Impl rule__VirtualBusType__Group_6__1 ;
- public final void rule__VirtualBusType__Group_6__0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_7__0"
+ // InternalAadl2Parser.g:32142:1: rule__VirtualBusType__Group_7__0 : rule__VirtualBusType__Group_7__0__Impl rule__VirtualBusType__Group_7__1 ;
+ public final void rule__VirtualBusType__Group_7__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32691:1: ( rule__VirtualBusType__Group_6__0__Impl rule__VirtualBusType__Group_6__1 )
- // InternalAadl2Parser.g:32692:2: rule__VirtualBusType__Group_6__0__Impl rule__VirtualBusType__Group_6__1
+ // InternalAadl2Parser.g:32146:1: ( rule__VirtualBusType__Group_7__0__Impl rule__VirtualBusType__Group_7__1 )
+ // InternalAadl2Parser.g:32147:2: rule__VirtualBusType__Group_7__0__Impl rule__VirtualBusType__Group_7__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__VirtualBusType__Group_6__0__Impl();
+ rule__VirtualBusType__Group_7__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_6__1();
+ rule__VirtualBusType__Group_7__1();
state._fsp--;
@@ -127890,25 +126196,25 @@ public final void rule__VirtualBusType__Group_6__0() throws RecognitionException
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_6__0"
+ // $ANTLR end "rule__VirtualBusType__Group_7__0"
- // $ANTLR start "rule__VirtualBusType__Group_6__0__Impl"
- // InternalAadl2Parser.g:32699:1: rule__VirtualBusType__Group_6__0__Impl : ( Properties ) ;
- public final void rule__VirtualBusType__Group_6__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_7__0__Impl"
+ // InternalAadl2Parser.g:32154:1: rule__VirtualBusType__Group_7__0__Impl : ( Properties ) ;
+ public final void rule__VirtualBusType__Group_7__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32703:1: ( ( Properties ) )
- // InternalAadl2Parser.g:32704:1: ( Properties )
+ // InternalAadl2Parser.g:32158:1: ( ( Properties ) )
+ // InternalAadl2Parser.g:32159:1: ( Properties )
{
- // InternalAadl2Parser.g:32704:1: ( Properties )
- // InternalAadl2Parser.g:32705:2: Properties
+ // InternalAadl2Parser.g:32159:1: ( Properties )
+ // InternalAadl2Parser.g:32160:2: Properties
{
- before(grammarAccess.getVirtualBusTypeAccess().getPropertiesKeyword_6_0());
+ before(grammarAccess.getVirtualBusTypeAccess().getPropertiesKeyword_7_0());
match(input,Properties,FollowSets000.FOLLOW_2);
- after(grammarAccess.getVirtualBusTypeAccess().getPropertiesKeyword_6_0());
+ after(grammarAccess.getVirtualBusTypeAccess().getPropertiesKeyword_7_0());
}
@@ -127927,21 +126233,21 @@ public final void rule__VirtualBusType__Group_6__0__Impl() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_6__0__Impl"
+ // $ANTLR end "rule__VirtualBusType__Group_7__0__Impl"
- // $ANTLR start "rule__VirtualBusType__Group_6__1"
- // InternalAadl2Parser.g:32714:1: rule__VirtualBusType__Group_6__1 : rule__VirtualBusType__Group_6__1__Impl ;
- public final void rule__VirtualBusType__Group_6__1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_7__1"
+ // InternalAadl2Parser.g:32169:1: rule__VirtualBusType__Group_7__1 : rule__VirtualBusType__Group_7__1__Impl ;
+ public final void rule__VirtualBusType__Group_7__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32718:1: ( rule__VirtualBusType__Group_6__1__Impl )
- // InternalAadl2Parser.g:32719:2: rule__VirtualBusType__Group_6__1__Impl
+ // InternalAadl2Parser.g:32173:1: ( rule__VirtualBusType__Group_7__1__Impl )
+ // InternalAadl2Parser.g:32174:2: rule__VirtualBusType__Group_7__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_6__1__Impl();
+ rule__VirtualBusType__Group_7__1__Impl();
state._fsp--;
@@ -127960,35 +126266,35 @@ public final void rule__VirtualBusType__Group_6__1() throws RecognitionException
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_6__1"
+ // $ANTLR end "rule__VirtualBusType__Group_7__1"
- // $ANTLR start "rule__VirtualBusType__Group_6__1__Impl"
- // InternalAadl2Parser.g:32725:1: rule__VirtualBusType__Group_6__1__Impl : ( ( rule__VirtualBusType__Alternatives_6_1 ) ) ;
- public final void rule__VirtualBusType__Group_6__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_7__1__Impl"
+ // InternalAadl2Parser.g:32180:1: rule__VirtualBusType__Group_7__1__Impl : ( ( rule__VirtualBusType__Alternatives_7_1 ) ) ;
+ public final void rule__VirtualBusType__Group_7__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32729:1: ( ( ( rule__VirtualBusType__Alternatives_6_1 ) ) )
- // InternalAadl2Parser.g:32730:1: ( ( rule__VirtualBusType__Alternatives_6_1 ) )
+ // InternalAadl2Parser.g:32184:1: ( ( ( rule__VirtualBusType__Alternatives_7_1 ) ) )
+ // InternalAadl2Parser.g:32185:1: ( ( rule__VirtualBusType__Alternatives_7_1 ) )
{
- // InternalAadl2Parser.g:32730:1: ( ( rule__VirtualBusType__Alternatives_6_1 ) )
- // InternalAadl2Parser.g:32731:2: ( rule__VirtualBusType__Alternatives_6_1 )
+ // InternalAadl2Parser.g:32185:1: ( ( rule__VirtualBusType__Alternatives_7_1 ) )
+ // InternalAadl2Parser.g:32186:2: ( rule__VirtualBusType__Alternatives_7_1 )
{
- before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_6_1());
- // InternalAadl2Parser.g:32732:2: ( rule__VirtualBusType__Alternatives_6_1 )
- // InternalAadl2Parser.g:32732:3: rule__VirtualBusType__Alternatives_6_1
+ before(grammarAccess.getVirtualBusTypeAccess().getAlternatives_7_1());
+ // InternalAadl2Parser.g:32187:2: ( rule__VirtualBusType__Alternatives_7_1 )
+ // InternalAadl2Parser.g:32187:3: rule__VirtualBusType__Alternatives_7_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Alternatives_6_1();
+ rule__VirtualBusType__Alternatives_7_1();
state._fsp--;
}
- after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_6_1());
+ after(grammarAccess.getVirtualBusTypeAccess().getAlternatives_7_1());
}
@@ -128007,26 +126313,26 @@ public final void rule__VirtualBusType__Group_6__1__Impl() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_6__1__Impl"
+ // $ANTLR end "rule__VirtualBusType__Group_7__1__Impl"
- // $ANTLR start "rule__VirtualBusType__Group_6_1_1__0"
- // InternalAadl2Parser.g:32741:1: rule__VirtualBusType__Group_6_1_1__0 : rule__VirtualBusType__Group_6_1_1__0__Impl rule__VirtualBusType__Group_6_1_1__1 ;
- public final void rule__VirtualBusType__Group_6_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_7_1_1__0"
+ // InternalAadl2Parser.g:32196:1: rule__VirtualBusType__Group_7_1_1__0 : rule__VirtualBusType__Group_7_1_1__0__Impl rule__VirtualBusType__Group_7_1_1__1 ;
+ public final void rule__VirtualBusType__Group_7_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32745:1: ( rule__VirtualBusType__Group_6_1_1__0__Impl rule__VirtualBusType__Group_6_1_1__1 )
- // InternalAadl2Parser.g:32746:2: rule__VirtualBusType__Group_6_1_1__0__Impl rule__VirtualBusType__Group_6_1_1__1
+ // InternalAadl2Parser.g:32200:1: ( rule__VirtualBusType__Group_7_1_1__0__Impl rule__VirtualBusType__Group_7_1_1__1 )
+ // InternalAadl2Parser.g:32201:2: rule__VirtualBusType__Group_7_1_1__0__Impl rule__VirtualBusType__Group_7_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__VirtualBusType__Group_6_1_1__0__Impl();
+ rule__VirtualBusType__Group_7_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_6_1_1__1();
+ rule__VirtualBusType__Group_7_1_1__1();
state._fsp--;
@@ -128045,35 +126351,35 @@ public final void rule__VirtualBusType__Group_6_1_1__0() throws RecognitionExcep
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_6_1_1__0"
+ // $ANTLR end "rule__VirtualBusType__Group_7_1_1__0"
- // $ANTLR start "rule__VirtualBusType__Group_6_1_1__0__Impl"
- // InternalAadl2Parser.g:32753:1: rule__VirtualBusType__Group_6_1_1__0__Impl : ( ( rule__VirtualBusType__NoPropertiesAssignment_6_1_1_0 ) ) ;
- public final void rule__VirtualBusType__Group_6_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_7_1_1__0__Impl"
+ // InternalAadl2Parser.g:32208:1: rule__VirtualBusType__Group_7_1_1__0__Impl : ( ( rule__VirtualBusType__NoPropertiesAssignment_7_1_1_0 ) ) ;
+ public final void rule__VirtualBusType__Group_7_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32757:1: ( ( ( rule__VirtualBusType__NoPropertiesAssignment_6_1_1_0 ) ) )
- // InternalAadl2Parser.g:32758:1: ( ( rule__VirtualBusType__NoPropertiesAssignment_6_1_1_0 ) )
+ // InternalAadl2Parser.g:32212:1: ( ( ( rule__VirtualBusType__NoPropertiesAssignment_7_1_1_0 ) ) )
+ // InternalAadl2Parser.g:32213:1: ( ( rule__VirtualBusType__NoPropertiesAssignment_7_1_1_0 ) )
{
- // InternalAadl2Parser.g:32758:1: ( ( rule__VirtualBusType__NoPropertiesAssignment_6_1_1_0 ) )
- // InternalAadl2Parser.g:32759:2: ( rule__VirtualBusType__NoPropertiesAssignment_6_1_1_0 )
+ // InternalAadl2Parser.g:32213:1: ( ( rule__VirtualBusType__NoPropertiesAssignment_7_1_1_0 ) )
+ // InternalAadl2Parser.g:32214:2: ( rule__VirtualBusType__NoPropertiesAssignment_7_1_1_0 )
{
- before(grammarAccess.getVirtualBusTypeAccess().getNoPropertiesAssignment_6_1_1_0());
- // InternalAadl2Parser.g:32760:2: ( rule__VirtualBusType__NoPropertiesAssignment_6_1_1_0 )
- // InternalAadl2Parser.g:32760:3: rule__VirtualBusType__NoPropertiesAssignment_6_1_1_0
+ before(grammarAccess.getVirtualBusTypeAccess().getNoPropertiesAssignment_7_1_1_0());
+ // InternalAadl2Parser.g:32215:2: ( rule__VirtualBusType__NoPropertiesAssignment_7_1_1_0 )
+ // InternalAadl2Parser.g:32215:3: rule__VirtualBusType__NoPropertiesAssignment_7_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__NoPropertiesAssignment_6_1_1_0();
+ rule__VirtualBusType__NoPropertiesAssignment_7_1_1_0();
state._fsp--;
}
- after(grammarAccess.getVirtualBusTypeAccess().getNoPropertiesAssignment_6_1_1_0());
+ after(grammarAccess.getVirtualBusTypeAccess().getNoPropertiesAssignment_7_1_1_0());
}
@@ -128092,21 +126398,21 @@ public final void rule__VirtualBusType__Group_6_1_1__0__Impl() throws Recognitio
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_6_1_1__0__Impl"
+ // $ANTLR end "rule__VirtualBusType__Group_7_1_1__0__Impl"
- // $ANTLR start "rule__VirtualBusType__Group_6_1_1__1"
- // InternalAadl2Parser.g:32768:1: rule__VirtualBusType__Group_6_1_1__1 : rule__VirtualBusType__Group_6_1_1__1__Impl ;
- public final void rule__VirtualBusType__Group_6_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_7_1_1__1"
+ // InternalAadl2Parser.g:32223:1: rule__VirtualBusType__Group_7_1_1__1 : rule__VirtualBusType__Group_7_1_1__1__Impl ;
+ public final void rule__VirtualBusType__Group_7_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32772:1: ( rule__VirtualBusType__Group_6_1_1__1__Impl )
- // InternalAadl2Parser.g:32773:2: rule__VirtualBusType__Group_6_1_1__1__Impl
+ // InternalAadl2Parser.g:32227:1: ( rule__VirtualBusType__Group_7_1_1__1__Impl )
+ // InternalAadl2Parser.g:32228:2: rule__VirtualBusType__Group_7_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualBusType__Group_6_1_1__1__Impl();
+ rule__VirtualBusType__Group_7_1_1__1__Impl();
state._fsp--;
@@ -128125,25 +126431,25 @@ public final void rule__VirtualBusType__Group_6_1_1__1() throws RecognitionExcep
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_6_1_1__1"
+ // $ANTLR end "rule__VirtualBusType__Group_7_1_1__1"
- // $ANTLR start "rule__VirtualBusType__Group_6_1_1__1__Impl"
- // InternalAadl2Parser.g:32779:1: rule__VirtualBusType__Group_6_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__VirtualBusType__Group_6_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualBusType__Group_7_1_1__1__Impl"
+ // InternalAadl2Parser.g:32234:1: rule__VirtualBusType__Group_7_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__VirtualBusType__Group_7_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32783:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:32784:1: ( Semicolon )
+ // InternalAadl2Parser.g:32238:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:32239:1: ( Semicolon )
{
- // InternalAadl2Parser.g:32784:1: ( Semicolon )
- // InternalAadl2Parser.g:32785:2: Semicolon
+ // InternalAadl2Parser.g:32239:1: ( Semicolon )
+ // InternalAadl2Parser.g:32240:2: Semicolon
{
- before(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_6_1_1_1());
+ before(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_7_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_6_1_1_1());
+ after(grammarAccess.getVirtualBusTypeAccess().getSemicolonKeyword_7_1_1_1());
}
@@ -128162,20 +126468,20 @@ public final void rule__VirtualBusType__Group_6_1_1__1__Impl() throws Recognitio
}
return ;
}
- // $ANTLR end "rule__VirtualBusType__Group_6_1_1__1__Impl"
+ // $ANTLR end "rule__VirtualBusType__Group_7_1_1__1__Impl"
// $ANTLR start "rule__VirtualProcessorType__Group__0"
- // InternalAadl2Parser.g:32795:1: rule__VirtualProcessorType__Group__0 : rule__VirtualProcessorType__Group__0__Impl rule__VirtualProcessorType__Group__1 ;
+ // InternalAadl2Parser.g:32250:1: rule__VirtualProcessorType__Group__0 : rule__VirtualProcessorType__Group__0__Impl rule__VirtualProcessorType__Group__1 ;
public final void rule__VirtualProcessorType__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32799:1: ( rule__VirtualProcessorType__Group__0__Impl rule__VirtualProcessorType__Group__1 )
- // InternalAadl2Parser.g:32800:2: rule__VirtualProcessorType__Group__0__Impl rule__VirtualProcessorType__Group__1
+ // InternalAadl2Parser.g:32254:1: ( rule__VirtualProcessorType__Group__0__Impl rule__VirtualProcessorType__Group__1 )
+ // InternalAadl2Parser.g:32255:2: rule__VirtualProcessorType__Group__0__Impl rule__VirtualProcessorType__Group__1
{
- pushFollow(FollowSets000.FOLLOW_4);
+ pushFollow(FollowSets000.FOLLOW_26);
rule__VirtualProcessorType__Group__0__Impl();
state._fsp--;
@@ -128204,25 +126510,21 @@ public final void rule__VirtualProcessorType__Group__0() throws RecognitionExcep
// $ANTLR start "rule__VirtualProcessorType__Group__0__Impl"
- // InternalAadl2Parser.g:32807:1: rule__VirtualProcessorType__Group__0__Impl : ( ruleVirtualProcessorKeywords ) ;
+ // InternalAadl2Parser.g:32262:1: rule__VirtualProcessorType__Group__0__Impl : ( Virtual ) ;
public final void rule__VirtualProcessorType__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32811:1: ( ( ruleVirtualProcessorKeywords ) )
- // InternalAadl2Parser.g:32812:1: ( ruleVirtualProcessorKeywords )
+ // InternalAadl2Parser.g:32266:1: ( ( Virtual ) )
+ // InternalAadl2Parser.g:32267:1: ( Virtual )
{
- // InternalAadl2Parser.g:32812:1: ( ruleVirtualProcessorKeywords )
- // InternalAadl2Parser.g:32813:2: ruleVirtualProcessorKeywords
+ // InternalAadl2Parser.g:32267:1: ( Virtual )
+ // InternalAadl2Parser.g:32268:2: Virtual
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getVirtualProcessorKeywordsParserRuleCall_0());
- pushFollow(FollowSets000.FOLLOW_2);
- ruleVirtualProcessorKeywords();
-
- state._fsp--;
-
- after(grammarAccess.getVirtualProcessorTypeAccess().getVirtualProcessorKeywordsParserRuleCall_0());
+ before(grammarAccess.getVirtualProcessorTypeAccess().getVirtualKeyword_0());
+ match(input,Virtual,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getVirtualProcessorTypeAccess().getVirtualKeyword_0());
}
@@ -128245,16 +126547,16 @@ public final void rule__VirtualProcessorType__Group__0__Impl() throws Recognitio
// $ANTLR start "rule__VirtualProcessorType__Group__1"
- // InternalAadl2Parser.g:32822:1: rule__VirtualProcessorType__Group__1 : rule__VirtualProcessorType__Group__1__Impl rule__VirtualProcessorType__Group__2 ;
+ // InternalAadl2Parser.g:32277:1: rule__VirtualProcessorType__Group__1 : rule__VirtualProcessorType__Group__1__Impl rule__VirtualProcessorType__Group__2 ;
public final void rule__VirtualProcessorType__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32826:1: ( rule__VirtualProcessorType__Group__1__Impl rule__VirtualProcessorType__Group__2 )
- // InternalAadl2Parser.g:32827:2: rule__VirtualProcessorType__Group__1__Impl rule__VirtualProcessorType__Group__2
+ // InternalAadl2Parser.g:32281:1: ( rule__VirtualProcessorType__Group__1__Impl rule__VirtualProcessorType__Group__2 )
+ // InternalAadl2Parser.g:32282:2: rule__VirtualProcessorType__Group__1__Impl rule__VirtualProcessorType__Group__2
{
- pushFollow(FollowSets000.FOLLOW_27);
+ pushFollow(FollowSets000.FOLLOW_4);
rule__VirtualProcessorType__Group__1__Impl();
state._fsp--;
@@ -128283,31 +126585,21 @@ public final void rule__VirtualProcessorType__Group__1() throws RecognitionExcep
// $ANTLR start "rule__VirtualProcessorType__Group__1__Impl"
- // InternalAadl2Parser.g:32834:1: rule__VirtualProcessorType__Group__1__Impl : ( ( rule__VirtualProcessorType__NameAssignment_1 ) ) ;
+ // InternalAadl2Parser.g:32289:1: rule__VirtualProcessorType__Group__1__Impl : ( Processor ) ;
public final void rule__VirtualProcessorType__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32838:1: ( ( ( rule__VirtualProcessorType__NameAssignment_1 ) ) )
- // InternalAadl2Parser.g:32839:1: ( ( rule__VirtualProcessorType__NameAssignment_1 ) )
- {
- // InternalAadl2Parser.g:32839:1: ( ( rule__VirtualProcessorType__NameAssignment_1 ) )
- // InternalAadl2Parser.g:32840:2: ( rule__VirtualProcessorType__NameAssignment_1 )
+ // InternalAadl2Parser.g:32293:1: ( ( Processor ) )
+ // InternalAadl2Parser.g:32294:1: ( Processor )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getNameAssignment_1());
- // InternalAadl2Parser.g:32841:2: ( rule__VirtualProcessorType__NameAssignment_1 )
- // InternalAadl2Parser.g:32841:3: rule__VirtualProcessorType__NameAssignment_1
+ // InternalAadl2Parser.g:32294:1: ( Processor )
+ // InternalAadl2Parser.g:32295:2: Processor
{
- pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__NameAssignment_1();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getVirtualProcessorTypeAccess().getNameAssignment_1());
+ before(grammarAccess.getVirtualProcessorTypeAccess().getProcessorKeyword_1());
+ match(input,Processor,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getVirtualProcessorTypeAccess().getProcessorKeyword_1());
}
@@ -128330,14 +126622,14 @@ public final void rule__VirtualProcessorType__Group__1__Impl() throws Recognitio
// $ANTLR start "rule__VirtualProcessorType__Group__2"
- // InternalAadl2Parser.g:32849:1: rule__VirtualProcessorType__Group__2 : rule__VirtualProcessorType__Group__2__Impl rule__VirtualProcessorType__Group__3 ;
+ // InternalAadl2Parser.g:32304:1: rule__VirtualProcessorType__Group__2 : rule__VirtualProcessorType__Group__2__Impl rule__VirtualProcessorType__Group__3 ;
public final void rule__VirtualProcessorType__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32853:1: ( rule__VirtualProcessorType__Group__2__Impl rule__VirtualProcessorType__Group__3 )
- // InternalAadl2Parser.g:32854:2: rule__VirtualProcessorType__Group__2__Impl rule__VirtualProcessorType__Group__3
+ // InternalAadl2Parser.g:32308:1: ( rule__VirtualProcessorType__Group__2__Impl rule__VirtualProcessorType__Group__3 )
+ // InternalAadl2Parser.g:32309:2: rule__VirtualProcessorType__Group__2__Impl rule__VirtualProcessorType__Group__3
{
pushFollow(FollowSets000.FOLLOW_27);
rule__VirtualProcessorType__Group__2__Impl();
@@ -128368,42 +126660,31 @@ public final void rule__VirtualProcessorType__Group__2() throws RecognitionExcep
// $ANTLR start "rule__VirtualProcessorType__Group__2__Impl"
- // InternalAadl2Parser.g:32861:1: rule__VirtualProcessorType__Group__2__Impl : ( ( rule__VirtualProcessorType__Group_2__0 )? ) ;
+ // InternalAadl2Parser.g:32316:1: rule__VirtualProcessorType__Group__2__Impl : ( ( rule__VirtualProcessorType__NameAssignment_2 ) ) ;
public final void rule__VirtualProcessorType__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32865:1: ( ( ( rule__VirtualProcessorType__Group_2__0 )? ) )
- // InternalAadl2Parser.g:32866:1: ( ( rule__VirtualProcessorType__Group_2__0 )? )
+ // InternalAadl2Parser.g:32320:1: ( ( ( rule__VirtualProcessorType__NameAssignment_2 ) ) )
+ // InternalAadl2Parser.g:32321:1: ( ( rule__VirtualProcessorType__NameAssignment_2 ) )
{
- // InternalAadl2Parser.g:32866:1: ( ( rule__VirtualProcessorType__Group_2__0 )? )
- // InternalAadl2Parser.g:32867:2: ( rule__VirtualProcessorType__Group_2__0 )?
+ // InternalAadl2Parser.g:32321:1: ( ( rule__VirtualProcessorType__NameAssignment_2 ) )
+ // InternalAadl2Parser.g:32322:2: ( rule__VirtualProcessorType__NameAssignment_2 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_2());
- // InternalAadl2Parser.g:32868:2: ( rule__VirtualProcessorType__Group_2__0 )?
- int alt664=2;
- int LA664_0 = input.LA(1);
-
- if ( (LA664_0==Extends) ) {
- alt664=1;
- }
- switch (alt664) {
- case 1 :
- // InternalAadl2Parser.g:32868:3: rule__VirtualProcessorType__Group_2__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_2__0();
-
- state._fsp--;
+ before(grammarAccess.getVirtualProcessorTypeAccess().getNameAssignment_2());
+ // InternalAadl2Parser.g:32323:2: ( rule__VirtualProcessorType__NameAssignment_2 )
+ // InternalAadl2Parser.g:32323:3: rule__VirtualProcessorType__NameAssignment_2
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__VirtualProcessorType__NameAssignment_2();
+ state._fsp--;
- }
- break;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_2());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getNameAssignment_2());
}
@@ -128426,14 +126707,14 @@ public final void rule__VirtualProcessorType__Group__2__Impl() throws Recognitio
// $ANTLR start "rule__VirtualProcessorType__Group__3"
- // InternalAadl2Parser.g:32876:1: rule__VirtualProcessorType__Group__3 : rule__VirtualProcessorType__Group__3__Impl rule__VirtualProcessorType__Group__4 ;
+ // InternalAadl2Parser.g:32331:1: rule__VirtualProcessorType__Group__3 : rule__VirtualProcessorType__Group__3__Impl rule__VirtualProcessorType__Group__4 ;
public final void rule__VirtualProcessorType__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32880:1: ( rule__VirtualProcessorType__Group__3__Impl rule__VirtualProcessorType__Group__4 )
- // InternalAadl2Parser.g:32881:2: rule__VirtualProcessorType__Group__3__Impl rule__VirtualProcessorType__Group__4
+ // InternalAadl2Parser.g:32335:1: ( rule__VirtualProcessorType__Group__3__Impl rule__VirtualProcessorType__Group__4 )
+ // InternalAadl2Parser.g:32336:2: rule__VirtualProcessorType__Group__3__Impl rule__VirtualProcessorType__Group__4
{
pushFollow(FollowSets000.FOLLOW_27);
rule__VirtualProcessorType__Group__3__Impl();
@@ -128464,29 +126745,29 @@ public final void rule__VirtualProcessorType__Group__3() throws RecognitionExcep
// $ANTLR start "rule__VirtualProcessorType__Group__3__Impl"
- // InternalAadl2Parser.g:32888:1: rule__VirtualProcessorType__Group__3__Impl : ( ( rule__VirtualProcessorType__Group_3__0 )? ) ;
+ // InternalAadl2Parser.g:32343:1: rule__VirtualProcessorType__Group__3__Impl : ( ( rule__VirtualProcessorType__Group_3__0 )? ) ;
public final void rule__VirtualProcessorType__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32892:1: ( ( ( rule__VirtualProcessorType__Group_3__0 )? ) )
- // InternalAadl2Parser.g:32893:1: ( ( rule__VirtualProcessorType__Group_3__0 )? )
+ // InternalAadl2Parser.g:32347:1: ( ( ( rule__VirtualProcessorType__Group_3__0 )? ) )
+ // InternalAadl2Parser.g:32348:1: ( ( rule__VirtualProcessorType__Group_3__0 )? )
{
- // InternalAadl2Parser.g:32893:1: ( ( rule__VirtualProcessorType__Group_3__0 )? )
- // InternalAadl2Parser.g:32894:2: ( rule__VirtualProcessorType__Group_3__0 )?
+ // InternalAadl2Parser.g:32348:1: ( ( rule__VirtualProcessorType__Group_3__0 )? )
+ // InternalAadl2Parser.g:32349:2: ( rule__VirtualProcessorType__Group_3__0 )?
{
before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_3());
- // InternalAadl2Parser.g:32895:2: ( rule__VirtualProcessorType__Group_3__0 )?
- int alt665=2;
- int LA665_0 = input.LA(1);
+ // InternalAadl2Parser.g:32350:2: ( rule__VirtualProcessorType__Group_3__0 )?
+ int alt664=2;
+ int LA664_0 = input.LA(1);
- if ( (LA665_0==Prototypes) ) {
- alt665=1;
+ if ( (LA664_0==Extends) ) {
+ alt664=1;
}
- switch (alt665) {
+ switch (alt664) {
case 1 :
- // InternalAadl2Parser.g:32895:3: rule__VirtualProcessorType__Group_3__0
+ // InternalAadl2Parser.g:32350:3: rule__VirtualProcessorType__Group_3__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__VirtualProcessorType__Group_3__0();
@@ -128522,14 +126803,14 @@ public final void rule__VirtualProcessorType__Group__3__Impl() throws Recognitio
// $ANTLR start "rule__VirtualProcessorType__Group__4"
- // InternalAadl2Parser.g:32903:1: rule__VirtualProcessorType__Group__4 : rule__VirtualProcessorType__Group__4__Impl rule__VirtualProcessorType__Group__5 ;
+ // InternalAadl2Parser.g:32358:1: rule__VirtualProcessorType__Group__4 : rule__VirtualProcessorType__Group__4__Impl rule__VirtualProcessorType__Group__5 ;
public final void rule__VirtualProcessorType__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32907:1: ( rule__VirtualProcessorType__Group__4__Impl rule__VirtualProcessorType__Group__5 )
- // InternalAadl2Parser.g:32908:2: rule__VirtualProcessorType__Group__4__Impl rule__VirtualProcessorType__Group__5
+ // InternalAadl2Parser.g:32362:1: ( rule__VirtualProcessorType__Group__4__Impl rule__VirtualProcessorType__Group__5 )
+ // InternalAadl2Parser.g:32363:2: rule__VirtualProcessorType__Group__4__Impl rule__VirtualProcessorType__Group__5
{
pushFollow(FollowSets000.FOLLOW_27);
rule__VirtualProcessorType__Group__4__Impl();
@@ -128560,29 +126841,29 @@ public final void rule__VirtualProcessorType__Group__4() throws RecognitionExcep
// $ANTLR start "rule__VirtualProcessorType__Group__4__Impl"
- // InternalAadl2Parser.g:32915:1: rule__VirtualProcessorType__Group__4__Impl : ( ( rule__VirtualProcessorType__Group_4__0 )? ) ;
+ // InternalAadl2Parser.g:32370:1: rule__VirtualProcessorType__Group__4__Impl : ( ( rule__VirtualProcessorType__Group_4__0 )? ) ;
public final void rule__VirtualProcessorType__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32919:1: ( ( ( rule__VirtualProcessorType__Group_4__0 )? ) )
- // InternalAadl2Parser.g:32920:1: ( ( rule__VirtualProcessorType__Group_4__0 )? )
+ // InternalAadl2Parser.g:32374:1: ( ( ( rule__VirtualProcessorType__Group_4__0 )? ) )
+ // InternalAadl2Parser.g:32375:1: ( ( rule__VirtualProcessorType__Group_4__0 )? )
{
- // InternalAadl2Parser.g:32920:1: ( ( rule__VirtualProcessorType__Group_4__0 )? )
- // InternalAadl2Parser.g:32921:2: ( rule__VirtualProcessorType__Group_4__0 )?
+ // InternalAadl2Parser.g:32375:1: ( ( rule__VirtualProcessorType__Group_4__0 )? )
+ // InternalAadl2Parser.g:32376:2: ( rule__VirtualProcessorType__Group_4__0 )?
{
before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_4());
- // InternalAadl2Parser.g:32922:2: ( rule__VirtualProcessorType__Group_4__0 )?
- int alt666=2;
- int LA666_0 = input.LA(1);
+ // InternalAadl2Parser.g:32377:2: ( rule__VirtualProcessorType__Group_4__0 )?
+ int alt665=2;
+ int LA665_0 = input.LA(1);
- if ( (LA666_0==Features) ) {
- alt666=1;
+ if ( (LA665_0==Prototypes) ) {
+ alt665=1;
}
- switch (alt666) {
+ switch (alt665) {
case 1 :
- // InternalAadl2Parser.g:32922:3: rule__VirtualProcessorType__Group_4__0
+ // InternalAadl2Parser.g:32377:3: rule__VirtualProcessorType__Group_4__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__VirtualProcessorType__Group_4__0();
@@ -128618,14 +126899,14 @@ public final void rule__VirtualProcessorType__Group__4__Impl() throws Recognitio
// $ANTLR start "rule__VirtualProcessorType__Group__5"
- // InternalAadl2Parser.g:32930:1: rule__VirtualProcessorType__Group__5 : rule__VirtualProcessorType__Group__5__Impl rule__VirtualProcessorType__Group__6 ;
+ // InternalAadl2Parser.g:32385:1: rule__VirtualProcessorType__Group__5 : rule__VirtualProcessorType__Group__5__Impl rule__VirtualProcessorType__Group__6 ;
public final void rule__VirtualProcessorType__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32934:1: ( rule__VirtualProcessorType__Group__5__Impl rule__VirtualProcessorType__Group__6 )
- // InternalAadl2Parser.g:32935:2: rule__VirtualProcessorType__Group__5__Impl rule__VirtualProcessorType__Group__6
+ // InternalAadl2Parser.g:32389:1: ( rule__VirtualProcessorType__Group__5__Impl rule__VirtualProcessorType__Group__6 )
+ // InternalAadl2Parser.g:32390:2: rule__VirtualProcessorType__Group__5__Impl rule__VirtualProcessorType__Group__6
{
pushFollow(FollowSets000.FOLLOW_27);
rule__VirtualProcessorType__Group__5__Impl();
@@ -128656,29 +126937,29 @@ public final void rule__VirtualProcessorType__Group__5() throws RecognitionExcep
// $ANTLR start "rule__VirtualProcessorType__Group__5__Impl"
- // InternalAadl2Parser.g:32942:1: rule__VirtualProcessorType__Group__5__Impl : ( ( rule__VirtualProcessorType__Group_5__0 )? ) ;
+ // InternalAadl2Parser.g:32397:1: rule__VirtualProcessorType__Group__5__Impl : ( ( rule__VirtualProcessorType__Group_5__0 )? ) ;
public final void rule__VirtualProcessorType__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32946:1: ( ( ( rule__VirtualProcessorType__Group_5__0 )? ) )
- // InternalAadl2Parser.g:32947:1: ( ( rule__VirtualProcessorType__Group_5__0 )? )
+ // InternalAadl2Parser.g:32401:1: ( ( ( rule__VirtualProcessorType__Group_5__0 )? ) )
+ // InternalAadl2Parser.g:32402:1: ( ( rule__VirtualProcessorType__Group_5__0 )? )
{
- // InternalAadl2Parser.g:32947:1: ( ( rule__VirtualProcessorType__Group_5__0 )? )
- // InternalAadl2Parser.g:32948:2: ( rule__VirtualProcessorType__Group_5__0 )?
+ // InternalAadl2Parser.g:32402:1: ( ( rule__VirtualProcessorType__Group_5__0 )? )
+ // InternalAadl2Parser.g:32403:2: ( rule__VirtualProcessorType__Group_5__0 )?
{
before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_5());
- // InternalAadl2Parser.g:32949:2: ( rule__VirtualProcessorType__Group_5__0 )?
- int alt667=2;
- int LA667_0 = input.LA(1);
+ // InternalAadl2Parser.g:32404:2: ( rule__VirtualProcessorType__Group_5__0 )?
+ int alt666=2;
+ int LA666_0 = input.LA(1);
- if ( (LA667_0==Flows) ) {
- alt667=1;
+ if ( (LA666_0==Features) ) {
+ alt666=1;
}
- switch (alt667) {
+ switch (alt666) {
case 1 :
- // InternalAadl2Parser.g:32949:3: rule__VirtualProcessorType__Group_5__0
+ // InternalAadl2Parser.g:32404:3: rule__VirtualProcessorType__Group_5__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__VirtualProcessorType__Group_5__0();
@@ -128714,14 +126995,14 @@ public final void rule__VirtualProcessorType__Group__5__Impl() throws Recognitio
// $ANTLR start "rule__VirtualProcessorType__Group__6"
- // InternalAadl2Parser.g:32957:1: rule__VirtualProcessorType__Group__6 : rule__VirtualProcessorType__Group__6__Impl rule__VirtualProcessorType__Group__7 ;
+ // InternalAadl2Parser.g:32412:1: rule__VirtualProcessorType__Group__6 : rule__VirtualProcessorType__Group__6__Impl rule__VirtualProcessorType__Group__7 ;
public final void rule__VirtualProcessorType__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32961:1: ( rule__VirtualProcessorType__Group__6__Impl rule__VirtualProcessorType__Group__7 )
- // InternalAadl2Parser.g:32962:2: rule__VirtualProcessorType__Group__6__Impl rule__VirtualProcessorType__Group__7
+ // InternalAadl2Parser.g:32416:1: ( rule__VirtualProcessorType__Group__6__Impl rule__VirtualProcessorType__Group__7 )
+ // InternalAadl2Parser.g:32417:2: rule__VirtualProcessorType__Group__6__Impl rule__VirtualProcessorType__Group__7
{
pushFollow(FollowSets000.FOLLOW_27);
rule__VirtualProcessorType__Group__6__Impl();
@@ -128752,32 +127033,32 @@ public final void rule__VirtualProcessorType__Group__6() throws RecognitionExcep
// $ANTLR start "rule__VirtualProcessorType__Group__6__Impl"
- // InternalAadl2Parser.g:32969:1: rule__VirtualProcessorType__Group__6__Impl : ( ( rule__VirtualProcessorType__Alternatives_6 )? ) ;
+ // InternalAadl2Parser.g:32424:1: rule__VirtualProcessorType__Group__6__Impl : ( ( rule__VirtualProcessorType__Group_6__0 )? ) ;
public final void rule__VirtualProcessorType__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32973:1: ( ( ( rule__VirtualProcessorType__Alternatives_6 )? ) )
- // InternalAadl2Parser.g:32974:1: ( ( rule__VirtualProcessorType__Alternatives_6 )? )
+ // InternalAadl2Parser.g:32428:1: ( ( ( rule__VirtualProcessorType__Group_6__0 )? ) )
+ // InternalAadl2Parser.g:32429:1: ( ( rule__VirtualProcessorType__Group_6__0 )? )
{
- // InternalAadl2Parser.g:32974:1: ( ( rule__VirtualProcessorType__Alternatives_6 )? )
- // InternalAadl2Parser.g:32975:2: ( rule__VirtualProcessorType__Alternatives_6 )?
+ // InternalAadl2Parser.g:32429:1: ( ( rule__VirtualProcessorType__Group_6__0 )? )
+ // InternalAadl2Parser.g:32430:2: ( rule__VirtualProcessorType__Group_6__0 )?
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_6());
- // InternalAadl2Parser.g:32976:2: ( rule__VirtualProcessorType__Alternatives_6 )?
- int alt668=2;
- int LA668_0 = input.LA(1);
+ before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_6());
+ // InternalAadl2Parser.g:32431:2: ( rule__VirtualProcessorType__Group_6__0 )?
+ int alt667=2;
+ int LA667_0 = input.LA(1);
- if ( (LA668_0==Requires||LA668_0==Modes) ) {
- alt668=1;
+ if ( (LA667_0==Flows) ) {
+ alt667=1;
}
- switch (alt668) {
+ switch (alt667) {
case 1 :
- // InternalAadl2Parser.g:32976:3: rule__VirtualProcessorType__Alternatives_6
+ // InternalAadl2Parser.g:32431:3: rule__VirtualProcessorType__Group_6__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Alternatives_6();
+ rule__VirtualProcessorType__Group_6__0();
state._fsp--;
@@ -128787,7 +127068,7 @@ public final void rule__VirtualProcessorType__Group__6__Impl() throws Recognitio
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_6());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_6());
}
@@ -128810,14 +127091,14 @@ public final void rule__VirtualProcessorType__Group__6__Impl() throws Recognitio
// $ANTLR start "rule__VirtualProcessorType__Group__7"
- // InternalAadl2Parser.g:32984:1: rule__VirtualProcessorType__Group__7 : rule__VirtualProcessorType__Group__7__Impl rule__VirtualProcessorType__Group__8 ;
+ // InternalAadl2Parser.g:32439:1: rule__VirtualProcessorType__Group__7 : rule__VirtualProcessorType__Group__7__Impl rule__VirtualProcessorType__Group__8 ;
public final void rule__VirtualProcessorType__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:32988:1: ( rule__VirtualProcessorType__Group__7__Impl rule__VirtualProcessorType__Group__8 )
- // InternalAadl2Parser.g:32989:2: rule__VirtualProcessorType__Group__7__Impl rule__VirtualProcessorType__Group__8
+ // InternalAadl2Parser.g:32443:1: ( rule__VirtualProcessorType__Group__7__Impl rule__VirtualProcessorType__Group__8 )
+ // InternalAadl2Parser.g:32444:2: rule__VirtualProcessorType__Group__7__Impl rule__VirtualProcessorType__Group__8
{
pushFollow(FollowSets000.FOLLOW_27);
rule__VirtualProcessorType__Group__7__Impl();
@@ -128848,32 +127129,32 @@ public final void rule__VirtualProcessorType__Group__7() throws RecognitionExcep
// $ANTLR start "rule__VirtualProcessorType__Group__7__Impl"
- // InternalAadl2Parser.g:32996:1: rule__VirtualProcessorType__Group__7__Impl : ( ( rule__VirtualProcessorType__Group_7__0 )? ) ;
+ // InternalAadl2Parser.g:32451:1: rule__VirtualProcessorType__Group__7__Impl : ( ( rule__VirtualProcessorType__Alternatives_7 )? ) ;
public final void rule__VirtualProcessorType__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33000:1: ( ( ( rule__VirtualProcessorType__Group_7__0 )? ) )
- // InternalAadl2Parser.g:33001:1: ( ( rule__VirtualProcessorType__Group_7__0 )? )
+ // InternalAadl2Parser.g:32455:1: ( ( ( rule__VirtualProcessorType__Alternatives_7 )? ) )
+ // InternalAadl2Parser.g:32456:1: ( ( rule__VirtualProcessorType__Alternatives_7 )? )
{
- // InternalAadl2Parser.g:33001:1: ( ( rule__VirtualProcessorType__Group_7__0 )? )
- // InternalAadl2Parser.g:33002:2: ( rule__VirtualProcessorType__Group_7__0 )?
+ // InternalAadl2Parser.g:32456:1: ( ( rule__VirtualProcessorType__Alternatives_7 )? )
+ // InternalAadl2Parser.g:32457:2: ( rule__VirtualProcessorType__Alternatives_7 )?
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_7());
- // InternalAadl2Parser.g:33003:2: ( rule__VirtualProcessorType__Group_7__0 )?
- int alt669=2;
- int LA669_0 = input.LA(1);
+ before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_7());
+ // InternalAadl2Parser.g:32458:2: ( rule__VirtualProcessorType__Alternatives_7 )?
+ int alt668=2;
+ int LA668_0 = input.LA(1);
- if ( (LA669_0==Properties) ) {
- alt669=1;
+ if ( (LA668_0==Requires||LA668_0==Modes) ) {
+ alt668=1;
}
- switch (alt669) {
+ switch (alt668) {
case 1 :
- // InternalAadl2Parser.g:33003:3: rule__VirtualProcessorType__Group_7__0
+ // InternalAadl2Parser.g:32458:3: rule__VirtualProcessorType__Alternatives_7
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_7__0();
+ rule__VirtualProcessorType__Alternatives_7();
state._fsp--;
@@ -128883,7 +127164,7 @@ public final void rule__VirtualProcessorType__Group__7__Impl() throws Recognitio
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_7());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_7());
}
@@ -128906,14 +127187,14 @@ public final void rule__VirtualProcessorType__Group__7__Impl() throws Recognitio
// $ANTLR start "rule__VirtualProcessorType__Group__8"
- // InternalAadl2Parser.g:33011:1: rule__VirtualProcessorType__Group__8 : rule__VirtualProcessorType__Group__8__Impl rule__VirtualProcessorType__Group__9 ;
+ // InternalAadl2Parser.g:32466:1: rule__VirtualProcessorType__Group__8 : rule__VirtualProcessorType__Group__8__Impl rule__VirtualProcessorType__Group__9 ;
public final void rule__VirtualProcessorType__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33015:1: ( rule__VirtualProcessorType__Group__8__Impl rule__VirtualProcessorType__Group__9 )
- // InternalAadl2Parser.g:33016:2: rule__VirtualProcessorType__Group__8__Impl rule__VirtualProcessorType__Group__9
+ // InternalAadl2Parser.g:32470:1: ( rule__VirtualProcessorType__Group__8__Impl rule__VirtualProcessorType__Group__9 )
+ // InternalAadl2Parser.g:32471:2: rule__VirtualProcessorType__Group__8__Impl rule__VirtualProcessorType__Group__9
{
pushFollow(FollowSets000.FOLLOW_27);
rule__VirtualProcessorType__Group__8__Impl();
@@ -128944,49 +127225,42 @@ public final void rule__VirtualProcessorType__Group__8() throws RecognitionExcep
// $ANTLR start "rule__VirtualProcessorType__Group__8__Impl"
- // InternalAadl2Parser.g:33023:1: rule__VirtualProcessorType__Group__8__Impl : ( ( rule__VirtualProcessorType__OwnedAnnexSubclauseAssignment_8 )* ) ;
+ // InternalAadl2Parser.g:32478:1: rule__VirtualProcessorType__Group__8__Impl : ( ( rule__VirtualProcessorType__Group_8__0 )? ) ;
public final void rule__VirtualProcessorType__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33027:1: ( ( ( rule__VirtualProcessorType__OwnedAnnexSubclauseAssignment_8 )* ) )
- // InternalAadl2Parser.g:33028:1: ( ( rule__VirtualProcessorType__OwnedAnnexSubclauseAssignment_8 )* )
+ // InternalAadl2Parser.g:32482:1: ( ( ( rule__VirtualProcessorType__Group_8__0 )? ) )
+ // InternalAadl2Parser.g:32483:1: ( ( rule__VirtualProcessorType__Group_8__0 )? )
{
- // InternalAadl2Parser.g:33028:1: ( ( rule__VirtualProcessorType__OwnedAnnexSubclauseAssignment_8 )* )
- // InternalAadl2Parser.g:33029:2: ( rule__VirtualProcessorType__OwnedAnnexSubclauseAssignment_8 )*
+ // InternalAadl2Parser.g:32483:1: ( ( rule__VirtualProcessorType__Group_8__0 )? )
+ // InternalAadl2Parser.g:32484:2: ( rule__VirtualProcessorType__Group_8__0 )?
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedAnnexSubclauseAssignment_8());
- // InternalAadl2Parser.g:33030:2: ( rule__VirtualProcessorType__OwnedAnnexSubclauseAssignment_8 )*
- loop670:
- do {
- int alt670=2;
- int LA670_0 = input.LA(1);
-
- if ( (LA670_0==Annex) ) {
- alt670=1;
- }
-
+ before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_8());
+ // InternalAadl2Parser.g:32485:2: ( rule__VirtualProcessorType__Group_8__0 )?
+ int alt669=2;
+ int LA669_0 = input.LA(1);
- switch (alt670) {
- case 1 :
- // InternalAadl2Parser.g:33030:3: rule__VirtualProcessorType__OwnedAnnexSubclauseAssignment_8
- {
- pushFollow(FollowSets000.FOLLOW_28);
- rule__VirtualProcessorType__OwnedAnnexSubclauseAssignment_8();
+ if ( (LA669_0==Properties) ) {
+ alt669=1;
+ }
+ switch (alt669) {
+ case 1 :
+ // InternalAadl2Parser.g:32485:3: rule__VirtualProcessorType__Group_8__0
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__VirtualProcessorType__Group_8__0();
- state._fsp--;
+ state._fsp--;
- }
- break;
+ }
+ break;
- default :
- break loop670;
- }
- } while (true);
+ }
- after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedAnnexSubclauseAssignment_8());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_8());
}
@@ -129009,16 +127283,16 @@ public final void rule__VirtualProcessorType__Group__8__Impl() throws Recognitio
// $ANTLR start "rule__VirtualProcessorType__Group__9"
- // InternalAadl2Parser.g:33038:1: rule__VirtualProcessorType__Group__9 : rule__VirtualProcessorType__Group__9__Impl rule__VirtualProcessorType__Group__10 ;
+ // InternalAadl2Parser.g:32493:1: rule__VirtualProcessorType__Group__9 : rule__VirtualProcessorType__Group__9__Impl rule__VirtualProcessorType__Group__10 ;
public final void rule__VirtualProcessorType__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33042:1: ( rule__VirtualProcessorType__Group__9__Impl rule__VirtualProcessorType__Group__10 )
- // InternalAadl2Parser.g:33043:2: rule__VirtualProcessorType__Group__9__Impl rule__VirtualProcessorType__Group__10
+ // InternalAadl2Parser.g:32497:1: ( rule__VirtualProcessorType__Group__9__Impl rule__VirtualProcessorType__Group__10 )
+ // InternalAadl2Parser.g:32498:2: rule__VirtualProcessorType__Group__9__Impl rule__VirtualProcessorType__Group__10
{
- pushFollow(FollowSets000.FOLLOW_4);
+ pushFollow(FollowSets000.FOLLOW_27);
rule__VirtualProcessorType__Group__9__Impl();
state._fsp--;
@@ -129047,21 +127321,49 @@ public final void rule__VirtualProcessorType__Group__9() throws RecognitionExcep
// $ANTLR start "rule__VirtualProcessorType__Group__9__Impl"
- // InternalAadl2Parser.g:33050:1: rule__VirtualProcessorType__Group__9__Impl : ( End ) ;
+ // InternalAadl2Parser.g:32505:1: rule__VirtualProcessorType__Group__9__Impl : ( ( rule__VirtualProcessorType__OwnedAnnexSubclauseAssignment_9 )* ) ;
public final void rule__VirtualProcessorType__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33054:1: ( ( End ) )
- // InternalAadl2Parser.g:33055:1: ( End )
+ // InternalAadl2Parser.g:32509:1: ( ( ( rule__VirtualProcessorType__OwnedAnnexSubclauseAssignment_9 )* ) )
+ // InternalAadl2Parser.g:32510:1: ( ( rule__VirtualProcessorType__OwnedAnnexSubclauseAssignment_9 )* )
{
- // InternalAadl2Parser.g:33055:1: ( End )
- // InternalAadl2Parser.g:33056:2: End
+ // InternalAadl2Parser.g:32510:1: ( ( rule__VirtualProcessorType__OwnedAnnexSubclauseAssignment_9 )* )
+ // InternalAadl2Parser.g:32511:2: ( rule__VirtualProcessorType__OwnedAnnexSubclauseAssignment_9 )*
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getEndKeyword_9());
- match(input,End,FollowSets000.FOLLOW_2);
- after(grammarAccess.getVirtualProcessorTypeAccess().getEndKeyword_9());
+ before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedAnnexSubclauseAssignment_9());
+ // InternalAadl2Parser.g:32512:2: ( rule__VirtualProcessorType__OwnedAnnexSubclauseAssignment_9 )*
+ loop670:
+ do {
+ int alt670=2;
+ int LA670_0 = input.LA(1);
+
+ if ( (LA670_0==Annex) ) {
+ alt670=1;
+ }
+
+
+ switch (alt670) {
+ case 1 :
+ // InternalAadl2Parser.g:32512:3: rule__VirtualProcessorType__OwnedAnnexSubclauseAssignment_9
+ {
+ pushFollow(FollowSets000.FOLLOW_28);
+ rule__VirtualProcessorType__OwnedAnnexSubclauseAssignment_9();
+
+ state._fsp--;
+
+
+ }
+ break;
+
+ default :
+ break loop670;
+ }
+ } while (true);
+
+ after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedAnnexSubclauseAssignment_9());
}
@@ -129084,16 +127386,16 @@ public final void rule__VirtualProcessorType__Group__9__Impl() throws Recognitio
// $ANTLR start "rule__VirtualProcessorType__Group__10"
- // InternalAadl2Parser.g:33065:1: rule__VirtualProcessorType__Group__10 : rule__VirtualProcessorType__Group__10__Impl rule__VirtualProcessorType__Group__11 ;
+ // InternalAadl2Parser.g:32520:1: rule__VirtualProcessorType__Group__10 : rule__VirtualProcessorType__Group__10__Impl rule__VirtualProcessorType__Group__11 ;
public final void rule__VirtualProcessorType__Group__10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33069:1: ( rule__VirtualProcessorType__Group__10__Impl rule__VirtualProcessorType__Group__11 )
- // InternalAadl2Parser.g:33070:2: rule__VirtualProcessorType__Group__10__Impl rule__VirtualProcessorType__Group__11
+ // InternalAadl2Parser.g:32524:1: ( rule__VirtualProcessorType__Group__10__Impl rule__VirtualProcessorType__Group__11 )
+ // InternalAadl2Parser.g:32525:2: rule__VirtualProcessorType__Group__10__Impl rule__VirtualProcessorType__Group__11
{
- pushFollow(FollowSets000.FOLLOW_7);
+ pushFollow(FollowSets000.FOLLOW_4);
rule__VirtualProcessorType__Group__10__Impl();
state._fsp--;
@@ -129122,21 +127424,21 @@ public final void rule__VirtualProcessorType__Group__10() throws RecognitionExce
// $ANTLR start "rule__VirtualProcessorType__Group__10__Impl"
- // InternalAadl2Parser.g:33077:1: rule__VirtualProcessorType__Group__10__Impl : ( RULE_ID ) ;
+ // InternalAadl2Parser.g:32532:1: rule__VirtualProcessorType__Group__10__Impl : ( End ) ;
public final void rule__VirtualProcessorType__Group__10__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33081:1: ( ( RULE_ID ) )
- // InternalAadl2Parser.g:33082:1: ( RULE_ID )
+ // InternalAadl2Parser.g:32536:1: ( ( End ) )
+ // InternalAadl2Parser.g:32537:1: ( End )
{
- // InternalAadl2Parser.g:33082:1: ( RULE_ID )
- // InternalAadl2Parser.g:33083:2: RULE_ID
+ // InternalAadl2Parser.g:32537:1: ( End )
+ // InternalAadl2Parser.g:32538:2: End
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getIDTerminalRuleCall_10());
- match(input,RULE_ID,FollowSets000.FOLLOW_2);
- after(grammarAccess.getVirtualProcessorTypeAccess().getIDTerminalRuleCall_10());
+ before(grammarAccess.getVirtualProcessorTypeAccess().getEndKeyword_10());
+ match(input,End,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getVirtualProcessorTypeAccess().getEndKeyword_10());
}
@@ -129159,20 +127461,25 @@ public final void rule__VirtualProcessorType__Group__10__Impl() throws Recogniti
// $ANTLR start "rule__VirtualProcessorType__Group__11"
- // InternalAadl2Parser.g:33092:1: rule__VirtualProcessorType__Group__11 : rule__VirtualProcessorType__Group__11__Impl ;
+ // InternalAadl2Parser.g:32547:1: rule__VirtualProcessorType__Group__11 : rule__VirtualProcessorType__Group__11__Impl rule__VirtualProcessorType__Group__12 ;
public final void rule__VirtualProcessorType__Group__11() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33096:1: ( rule__VirtualProcessorType__Group__11__Impl )
- // InternalAadl2Parser.g:33097:2: rule__VirtualProcessorType__Group__11__Impl
+ // InternalAadl2Parser.g:32551:1: ( rule__VirtualProcessorType__Group__11__Impl rule__VirtualProcessorType__Group__12 )
+ // InternalAadl2Parser.g:32552:2: rule__VirtualProcessorType__Group__11__Impl rule__VirtualProcessorType__Group__12
{
- pushFollow(FollowSets000.FOLLOW_2);
+ pushFollow(FollowSets000.FOLLOW_7);
rule__VirtualProcessorType__Group__11__Impl();
state._fsp--;
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__VirtualProcessorType__Group__12();
+
+ state._fsp--;
+
}
@@ -129192,21 +127499,21 @@ public final void rule__VirtualProcessorType__Group__11() throws RecognitionExce
// $ANTLR start "rule__VirtualProcessorType__Group__11__Impl"
- // InternalAadl2Parser.g:33103:1: rule__VirtualProcessorType__Group__11__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:32559:1: rule__VirtualProcessorType__Group__11__Impl : ( RULE_ID ) ;
public final void rule__VirtualProcessorType__Group__11__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33107:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:33108:1: ( Semicolon )
+ // InternalAadl2Parser.g:32563:1: ( ( RULE_ID ) )
+ // InternalAadl2Parser.g:32564:1: ( RULE_ID )
{
- // InternalAadl2Parser.g:33108:1: ( Semicolon )
- // InternalAadl2Parser.g:33109:2: Semicolon
+ // InternalAadl2Parser.g:32564:1: ( RULE_ID )
+ // InternalAadl2Parser.g:32565:2: RULE_ID
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_11());
- match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_11());
+ before(grammarAccess.getVirtualProcessorTypeAccess().getIDTerminalRuleCall_11());
+ match(input,RULE_ID,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getVirtualProcessorTypeAccess().getIDTerminalRuleCall_11());
}
@@ -129228,23 +127535,93 @@ public final void rule__VirtualProcessorType__Group__11__Impl() throws Recogniti
// $ANTLR end "rule__VirtualProcessorType__Group__11__Impl"
- // $ANTLR start "rule__VirtualProcessorType__Group_2__0"
- // InternalAadl2Parser.g:33119:1: rule__VirtualProcessorType__Group_2__0 : rule__VirtualProcessorType__Group_2__0__Impl rule__VirtualProcessorType__Group_2__1 ;
- public final void rule__VirtualProcessorType__Group_2__0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group__12"
+ // InternalAadl2Parser.g:32574:1: rule__VirtualProcessorType__Group__12 : rule__VirtualProcessorType__Group__12__Impl ;
+ public final void rule__VirtualProcessorType__Group__12() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:32578:1: ( rule__VirtualProcessorType__Group__12__Impl )
+ // InternalAadl2Parser.g:32579:2: rule__VirtualProcessorType__Group__12__Impl
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__VirtualProcessorType__Group__12__Impl();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__VirtualProcessorType__Group__12"
+
+
+ // $ANTLR start "rule__VirtualProcessorType__Group__12__Impl"
+ // InternalAadl2Parser.g:32585:1: rule__VirtualProcessorType__Group__12__Impl : ( Semicolon ) ;
+ public final void rule__VirtualProcessorType__Group__12__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:32589:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:32590:1: ( Semicolon )
+ {
+ // InternalAadl2Parser.g:32590:1: ( Semicolon )
+ // InternalAadl2Parser.g:32591:2: Semicolon
+ {
+ before(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_12());
+ match(input,Semicolon,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_12());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__VirtualProcessorType__Group__12__Impl"
+
+
+ // $ANTLR start "rule__VirtualProcessorType__Group_3__0"
+ // InternalAadl2Parser.g:32601:1: rule__VirtualProcessorType__Group_3__0 : rule__VirtualProcessorType__Group_3__0__Impl rule__VirtualProcessorType__Group_3__1 ;
+ public final void rule__VirtualProcessorType__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33123:1: ( rule__VirtualProcessorType__Group_2__0__Impl rule__VirtualProcessorType__Group_2__1 )
- // InternalAadl2Parser.g:33124:2: rule__VirtualProcessorType__Group_2__0__Impl rule__VirtualProcessorType__Group_2__1
+ // InternalAadl2Parser.g:32605:1: ( rule__VirtualProcessorType__Group_3__0__Impl rule__VirtualProcessorType__Group_3__1 )
+ // InternalAadl2Parser.g:32606:2: rule__VirtualProcessorType__Group_3__0__Impl rule__VirtualProcessorType__Group_3__1
{
pushFollow(FollowSets000.FOLLOW_29);
- rule__VirtualProcessorType__Group_2__0__Impl();
+ rule__VirtualProcessorType__Group_3__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_2__1();
+ rule__VirtualProcessorType__Group_3__1();
state._fsp--;
@@ -129263,35 +127640,35 @@ public final void rule__VirtualProcessorType__Group_2__0() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_2__0"
+ // $ANTLR end "rule__VirtualProcessorType__Group_3__0"
- // $ANTLR start "rule__VirtualProcessorType__Group_2__0__Impl"
- // InternalAadl2Parser.g:33131:1: rule__VirtualProcessorType__Group_2__0__Impl : ( ( rule__VirtualProcessorType__OwnedExtensionAssignment_2_0 ) ) ;
- public final void rule__VirtualProcessorType__Group_2__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_3__0__Impl"
+ // InternalAadl2Parser.g:32613:1: rule__VirtualProcessorType__Group_3__0__Impl : ( ( rule__VirtualProcessorType__OwnedExtensionAssignment_3_0 ) ) ;
+ public final void rule__VirtualProcessorType__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33135:1: ( ( ( rule__VirtualProcessorType__OwnedExtensionAssignment_2_0 ) ) )
- // InternalAadl2Parser.g:33136:1: ( ( rule__VirtualProcessorType__OwnedExtensionAssignment_2_0 ) )
+ // InternalAadl2Parser.g:32617:1: ( ( ( rule__VirtualProcessorType__OwnedExtensionAssignment_3_0 ) ) )
+ // InternalAadl2Parser.g:32618:1: ( ( rule__VirtualProcessorType__OwnedExtensionAssignment_3_0 ) )
{
- // InternalAadl2Parser.g:33136:1: ( ( rule__VirtualProcessorType__OwnedExtensionAssignment_2_0 ) )
- // InternalAadl2Parser.g:33137:2: ( rule__VirtualProcessorType__OwnedExtensionAssignment_2_0 )
+ // InternalAadl2Parser.g:32618:1: ( ( rule__VirtualProcessorType__OwnedExtensionAssignment_3_0 ) )
+ // InternalAadl2Parser.g:32619:2: ( rule__VirtualProcessorType__OwnedExtensionAssignment_3_0 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedExtensionAssignment_2_0());
- // InternalAadl2Parser.g:33138:2: ( rule__VirtualProcessorType__OwnedExtensionAssignment_2_0 )
- // InternalAadl2Parser.g:33138:3: rule__VirtualProcessorType__OwnedExtensionAssignment_2_0
+ before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedExtensionAssignment_3_0());
+ // InternalAadl2Parser.g:32620:2: ( rule__VirtualProcessorType__OwnedExtensionAssignment_3_0 )
+ // InternalAadl2Parser.g:32620:3: rule__VirtualProcessorType__OwnedExtensionAssignment_3_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__OwnedExtensionAssignment_2_0();
+ rule__VirtualProcessorType__OwnedExtensionAssignment_3_0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedExtensionAssignment_2_0());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedExtensionAssignment_3_0());
}
@@ -129310,21 +127687,21 @@ public final void rule__VirtualProcessorType__Group_2__0__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_2__0__Impl"
+ // $ANTLR end "rule__VirtualProcessorType__Group_3__0__Impl"
- // $ANTLR start "rule__VirtualProcessorType__Group_2__1"
- // InternalAadl2Parser.g:33146:1: rule__VirtualProcessorType__Group_2__1 : rule__VirtualProcessorType__Group_2__1__Impl ;
- public final void rule__VirtualProcessorType__Group_2__1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_3__1"
+ // InternalAadl2Parser.g:32628:1: rule__VirtualProcessorType__Group_3__1 : rule__VirtualProcessorType__Group_3__1__Impl ;
+ public final void rule__VirtualProcessorType__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33150:1: ( rule__VirtualProcessorType__Group_2__1__Impl )
- // InternalAadl2Parser.g:33151:2: rule__VirtualProcessorType__Group_2__1__Impl
+ // InternalAadl2Parser.g:32632:1: ( rule__VirtualProcessorType__Group_3__1__Impl )
+ // InternalAadl2Parser.g:32633:2: rule__VirtualProcessorType__Group_3__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_2__1__Impl();
+ rule__VirtualProcessorType__Group_3__1__Impl();
state._fsp--;
@@ -129343,24 +127720,24 @@ public final void rule__VirtualProcessorType__Group_2__1() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_2__1"
+ // $ANTLR end "rule__VirtualProcessorType__Group_3__1"
- // $ANTLR start "rule__VirtualProcessorType__Group_2__1__Impl"
- // InternalAadl2Parser.g:33157:1: rule__VirtualProcessorType__Group_2__1__Impl : ( ( rule__VirtualProcessorType__Group_2_1__0 )? ) ;
- public final void rule__VirtualProcessorType__Group_2__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_3__1__Impl"
+ // InternalAadl2Parser.g:32639:1: rule__VirtualProcessorType__Group_3__1__Impl : ( ( rule__VirtualProcessorType__Group_3_1__0 )? ) ;
+ public final void rule__VirtualProcessorType__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33161:1: ( ( ( rule__VirtualProcessorType__Group_2_1__0 )? ) )
- // InternalAadl2Parser.g:33162:1: ( ( rule__VirtualProcessorType__Group_2_1__0 )? )
+ // InternalAadl2Parser.g:32643:1: ( ( ( rule__VirtualProcessorType__Group_3_1__0 )? ) )
+ // InternalAadl2Parser.g:32644:1: ( ( rule__VirtualProcessorType__Group_3_1__0 )? )
{
- // InternalAadl2Parser.g:33162:1: ( ( rule__VirtualProcessorType__Group_2_1__0 )? )
- // InternalAadl2Parser.g:33163:2: ( rule__VirtualProcessorType__Group_2_1__0 )?
+ // InternalAadl2Parser.g:32644:1: ( ( rule__VirtualProcessorType__Group_3_1__0 )? )
+ // InternalAadl2Parser.g:32645:2: ( rule__VirtualProcessorType__Group_3_1__0 )?
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_2_1());
- // InternalAadl2Parser.g:33164:2: ( rule__VirtualProcessorType__Group_2_1__0 )?
+ before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_3_1());
+ // InternalAadl2Parser.g:32646:2: ( rule__VirtualProcessorType__Group_3_1__0 )?
int alt671=2;
int LA671_0 = input.LA(1);
@@ -129369,10 +127746,10 @@ public final void rule__VirtualProcessorType__Group_2__1__Impl() throws Recognit
}
switch (alt671) {
case 1 :
- // InternalAadl2Parser.g:33164:3: rule__VirtualProcessorType__Group_2_1__0
+ // InternalAadl2Parser.g:32646:3: rule__VirtualProcessorType__Group_3_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_2_1__0();
+ rule__VirtualProcessorType__Group_3_1__0();
state._fsp--;
@@ -129382,7 +127759,7 @@ public final void rule__VirtualProcessorType__Group_2__1__Impl() throws Recognit
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_2_1());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_3_1());
}
@@ -129401,26 +127778,26 @@ public final void rule__VirtualProcessorType__Group_2__1__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_2__1__Impl"
+ // $ANTLR end "rule__VirtualProcessorType__Group_3__1__Impl"
- // $ANTLR start "rule__VirtualProcessorType__Group_2_1__0"
- // InternalAadl2Parser.g:33173:1: rule__VirtualProcessorType__Group_2_1__0 : rule__VirtualProcessorType__Group_2_1__0__Impl rule__VirtualProcessorType__Group_2_1__1 ;
- public final void rule__VirtualProcessorType__Group_2_1__0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_3_1__0"
+ // InternalAadl2Parser.g:32655:1: rule__VirtualProcessorType__Group_3_1__0 : rule__VirtualProcessorType__Group_3_1__0__Impl rule__VirtualProcessorType__Group_3_1__1 ;
+ public final void rule__VirtualProcessorType__Group_3_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33177:1: ( rule__VirtualProcessorType__Group_2_1__0__Impl rule__VirtualProcessorType__Group_2_1__1 )
- // InternalAadl2Parser.g:33178:2: rule__VirtualProcessorType__Group_2_1__0__Impl rule__VirtualProcessorType__Group_2_1__1
+ // InternalAadl2Parser.g:32659:1: ( rule__VirtualProcessorType__Group_3_1__0__Impl rule__VirtualProcessorType__Group_3_1__1 )
+ // InternalAadl2Parser.g:32660:2: rule__VirtualProcessorType__Group_3_1__0__Impl rule__VirtualProcessorType__Group_3_1__1
{
pushFollow(FollowSets000.FOLLOW_4);
- rule__VirtualProcessorType__Group_2_1__0__Impl();
+ rule__VirtualProcessorType__Group_3_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_2_1__1();
+ rule__VirtualProcessorType__Group_3_1__1();
state._fsp--;
@@ -129439,25 +127816,25 @@ public final void rule__VirtualProcessorType__Group_2_1__0() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_2_1__0"
+ // $ANTLR end "rule__VirtualProcessorType__Group_3_1__0"
- // $ANTLR start "rule__VirtualProcessorType__Group_2_1__0__Impl"
- // InternalAadl2Parser.g:33185:1: rule__VirtualProcessorType__Group_2_1__0__Impl : ( LeftParenthesis ) ;
- public final void rule__VirtualProcessorType__Group_2_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_3_1__0__Impl"
+ // InternalAadl2Parser.g:32667:1: rule__VirtualProcessorType__Group_3_1__0__Impl : ( LeftParenthesis ) ;
+ public final void rule__VirtualProcessorType__Group_3_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33189:1: ( ( LeftParenthesis ) )
- // InternalAadl2Parser.g:33190:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:32671:1: ( ( LeftParenthesis ) )
+ // InternalAadl2Parser.g:32672:1: ( LeftParenthesis )
{
- // InternalAadl2Parser.g:33190:1: ( LeftParenthesis )
- // InternalAadl2Parser.g:33191:2: LeftParenthesis
+ // InternalAadl2Parser.g:32672:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:32673:2: LeftParenthesis
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getLeftParenthesisKeyword_2_1_0());
+ before(grammarAccess.getVirtualProcessorTypeAccess().getLeftParenthesisKeyword_3_1_0());
match(input,LeftParenthesis,FollowSets000.FOLLOW_2);
- after(grammarAccess.getVirtualProcessorTypeAccess().getLeftParenthesisKeyword_2_1_0());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getLeftParenthesisKeyword_3_1_0());
}
@@ -129476,26 +127853,26 @@ public final void rule__VirtualProcessorType__Group_2_1__0__Impl() throws Recogn
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_2_1__0__Impl"
+ // $ANTLR end "rule__VirtualProcessorType__Group_3_1__0__Impl"
- // $ANTLR start "rule__VirtualProcessorType__Group_2_1__1"
- // InternalAadl2Parser.g:33200:1: rule__VirtualProcessorType__Group_2_1__1 : rule__VirtualProcessorType__Group_2_1__1__Impl rule__VirtualProcessorType__Group_2_1__2 ;
- public final void rule__VirtualProcessorType__Group_2_1__1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_3_1__1"
+ // InternalAadl2Parser.g:32682:1: rule__VirtualProcessorType__Group_3_1__1 : rule__VirtualProcessorType__Group_3_1__1__Impl rule__VirtualProcessorType__Group_3_1__2 ;
+ public final void rule__VirtualProcessorType__Group_3_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33204:1: ( rule__VirtualProcessorType__Group_2_1__1__Impl rule__VirtualProcessorType__Group_2_1__2 )
- // InternalAadl2Parser.g:33205:2: rule__VirtualProcessorType__Group_2_1__1__Impl rule__VirtualProcessorType__Group_2_1__2
+ // InternalAadl2Parser.g:32686:1: ( rule__VirtualProcessorType__Group_3_1__1__Impl rule__VirtualProcessorType__Group_3_1__2 )
+ // InternalAadl2Parser.g:32687:2: rule__VirtualProcessorType__Group_3_1__1__Impl rule__VirtualProcessorType__Group_3_1__2
{
pushFollow(FollowSets000.FOLLOW_30);
- rule__VirtualProcessorType__Group_2_1__1__Impl();
+ rule__VirtualProcessorType__Group_3_1__1__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_2_1__2();
+ rule__VirtualProcessorType__Group_3_1__2();
state._fsp--;
@@ -129514,35 +127891,35 @@ public final void rule__VirtualProcessorType__Group_2_1__1() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_2_1__1"
+ // $ANTLR end "rule__VirtualProcessorType__Group_3_1__1"
- // $ANTLR start "rule__VirtualProcessorType__Group_2_1__1__Impl"
- // InternalAadl2Parser.g:33212:1: rule__VirtualProcessorType__Group_2_1__1__Impl : ( ( rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_2_1_1 ) ) ;
- public final void rule__VirtualProcessorType__Group_2_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_3_1__1__Impl"
+ // InternalAadl2Parser.g:32694:1: rule__VirtualProcessorType__Group_3_1__1__Impl : ( ( rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_3_1_1 ) ) ;
+ public final void rule__VirtualProcessorType__Group_3_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33216:1: ( ( ( rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_2_1_1 ) ) )
- // InternalAadl2Parser.g:33217:1: ( ( rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_2_1_1 ) )
+ // InternalAadl2Parser.g:32698:1: ( ( ( rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_3_1_1 ) ) )
+ // InternalAadl2Parser.g:32699:1: ( ( rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_3_1_1 ) )
{
- // InternalAadl2Parser.g:33217:1: ( ( rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_2_1_1 ) )
- // InternalAadl2Parser.g:33218:2: ( rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_2_1_1 )
+ // InternalAadl2Parser.g:32699:1: ( ( rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_3_1_1 ) )
+ // InternalAadl2Parser.g:32700:2: ( rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_3_1_1 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1());
- // InternalAadl2Parser.g:33219:2: ( rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_2_1_1 )
- // InternalAadl2Parser.g:33219:3: rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_2_1_1
+ before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeBindingAssignment_3_1_1());
+ // InternalAadl2Parser.g:32701:2: ( rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_3_1_1 )
+ // InternalAadl2Parser.g:32701:3: rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_3_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_2_1_1();
+ rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_3_1_1();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeBindingAssignment_3_1_1());
}
@@ -129561,26 +127938,26 @@ public final void rule__VirtualProcessorType__Group_2_1__1__Impl() throws Recogn
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_2_1__1__Impl"
+ // $ANTLR end "rule__VirtualProcessorType__Group_3_1__1__Impl"
- // $ANTLR start "rule__VirtualProcessorType__Group_2_1__2"
- // InternalAadl2Parser.g:33227:1: rule__VirtualProcessorType__Group_2_1__2 : rule__VirtualProcessorType__Group_2_1__2__Impl rule__VirtualProcessorType__Group_2_1__3 ;
- public final void rule__VirtualProcessorType__Group_2_1__2() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_3_1__2"
+ // InternalAadl2Parser.g:32709:1: rule__VirtualProcessorType__Group_3_1__2 : rule__VirtualProcessorType__Group_3_1__2__Impl rule__VirtualProcessorType__Group_3_1__3 ;
+ public final void rule__VirtualProcessorType__Group_3_1__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33231:1: ( rule__VirtualProcessorType__Group_2_1__2__Impl rule__VirtualProcessorType__Group_2_1__3 )
- // InternalAadl2Parser.g:33232:2: rule__VirtualProcessorType__Group_2_1__2__Impl rule__VirtualProcessorType__Group_2_1__3
+ // InternalAadl2Parser.g:32713:1: ( rule__VirtualProcessorType__Group_3_1__2__Impl rule__VirtualProcessorType__Group_3_1__3 )
+ // InternalAadl2Parser.g:32714:2: rule__VirtualProcessorType__Group_3_1__2__Impl rule__VirtualProcessorType__Group_3_1__3
{
pushFollow(FollowSets000.FOLLOW_30);
- rule__VirtualProcessorType__Group_2_1__2__Impl();
+ rule__VirtualProcessorType__Group_3_1__2__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_2_1__3();
+ rule__VirtualProcessorType__Group_3_1__3();
state._fsp--;
@@ -129599,24 +127976,24 @@ public final void rule__VirtualProcessorType__Group_2_1__2() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_2_1__2"
+ // $ANTLR end "rule__VirtualProcessorType__Group_3_1__2"
- // $ANTLR start "rule__VirtualProcessorType__Group_2_1__2__Impl"
- // InternalAadl2Parser.g:33239:1: rule__VirtualProcessorType__Group_2_1__2__Impl : ( ( rule__VirtualProcessorType__Group_2_1_2__0 )* ) ;
- public final void rule__VirtualProcessorType__Group_2_1__2__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_3_1__2__Impl"
+ // InternalAadl2Parser.g:32721:1: rule__VirtualProcessorType__Group_3_1__2__Impl : ( ( rule__VirtualProcessorType__Group_3_1_2__0 )* ) ;
+ public final void rule__VirtualProcessorType__Group_3_1__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33243:1: ( ( ( rule__VirtualProcessorType__Group_2_1_2__0 )* ) )
- // InternalAadl2Parser.g:33244:1: ( ( rule__VirtualProcessorType__Group_2_1_2__0 )* )
+ // InternalAadl2Parser.g:32725:1: ( ( ( rule__VirtualProcessorType__Group_3_1_2__0 )* ) )
+ // InternalAadl2Parser.g:32726:1: ( ( rule__VirtualProcessorType__Group_3_1_2__0 )* )
{
- // InternalAadl2Parser.g:33244:1: ( ( rule__VirtualProcessorType__Group_2_1_2__0 )* )
- // InternalAadl2Parser.g:33245:2: ( rule__VirtualProcessorType__Group_2_1_2__0 )*
+ // InternalAadl2Parser.g:32726:1: ( ( rule__VirtualProcessorType__Group_3_1_2__0 )* )
+ // InternalAadl2Parser.g:32727:2: ( rule__VirtualProcessorType__Group_3_1_2__0 )*
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_2_1_2());
- // InternalAadl2Parser.g:33246:2: ( rule__VirtualProcessorType__Group_2_1_2__0 )*
+ before(grammarAccess.getVirtualProcessorTypeAccess().getGroup_3_1_2());
+ // InternalAadl2Parser.g:32728:2: ( rule__VirtualProcessorType__Group_3_1_2__0 )*
loop672:
do {
int alt672=2;
@@ -129629,10 +128006,10 @@ public final void rule__VirtualProcessorType__Group_2_1__2__Impl() throws Recogn
switch (alt672) {
case 1 :
- // InternalAadl2Parser.g:33246:3: rule__VirtualProcessorType__Group_2_1_2__0
+ // InternalAadl2Parser.g:32728:3: rule__VirtualProcessorType__Group_3_1_2__0
{
pushFollow(FollowSets000.FOLLOW_14);
- rule__VirtualProcessorType__Group_2_1_2__0();
+ rule__VirtualProcessorType__Group_3_1_2__0();
state._fsp--;
@@ -129645,7 +128022,7 @@ public final void rule__VirtualProcessorType__Group_2_1__2__Impl() throws Recogn
}
} while (true);
- after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_2_1_2());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getGroup_3_1_2());
}
@@ -129664,21 +128041,21 @@ public final void rule__VirtualProcessorType__Group_2_1__2__Impl() throws Recogn
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_2_1__2__Impl"
+ // $ANTLR end "rule__VirtualProcessorType__Group_3_1__2__Impl"
- // $ANTLR start "rule__VirtualProcessorType__Group_2_1__3"
- // InternalAadl2Parser.g:33254:1: rule__VirtualProcessorType__Group_2_1__3 : rule__VirtualProcessorType__Group_2_1__3__Impl ;
- public final void rule__VirtualProcessorType__Group_2_1__3() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_3_1__3"
+ // InternalAadl2Parser.g:32736:1: rule__VirtualProcessorType__Group_3_1__3 : rule__VirtualProcessorType__Group_3_1__3__Impl ;
+ public final void rule__VirtualProcessorType__Group_3_1__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33258:1: ( rule__VirtualProcessorType__Group_2_1__3__Impl )
- // InternalAadl2Parser.g:33259:2: rule__VirtualProcessorType__Group_2_1__3__Impl
+ // InternalAadl2Parser.g:32740:1: ( rule__VirtualProcessorType__Group_3_1__3__Impl )
+ // InternalAadl2Parser.g:32741:2: rule__VirtualProcessorType__Group_3_1__3__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_2_1__3__Impl();
+ rule__VirtualProcessorType__Group_3_1__3__Impl();
state._fsp--;
@@ -129697,25 +128074,25 @@ public final void rule__VirtualProcessorType__Group_2_1__3() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_2_1__3"
+ // $ANTLR end "rule__VirtualProcessorType__Group_3_1__3"
- // $ANTLR start "rule__VirtualProcessorType__Group_2_1__3__Impl"
- // InternalAadl2Parser.g:33265:1: rule__VirtualProcessorType__Group_2_1__3__Impl : ( RightParenthesis ) ;
- public final void rule__VirtualProcessorType__Group_2_1__3__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_3_1__3__Impl"
+ // InternalAadl2Parser.g:32747:1: rule__VirtualProcessorType__Group_3_1__3__Impl : ( RightParenthesis ) ;
+ public final void rule__VirtualProcessorType__Group_3_1__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33269:1: ( ( RightParenthesis ) )
- // InternalAadl2Parser.g:33270:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:32751:1: ( ( RightParenthesis ) )
+ // InternalAadl2Parser.g:32752:1: ( RightParenthesis )
{
- // InternalAadl2Parser.g:33270:1: ( RightParenthesis )
- // InternalAadl2Parser.g:33271:2: RightParenthesis
+ // InternalAadl2Parser.g:32752:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:32753:2: RightParenthesis
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getRightParenthesisKeyword_2_1_3());
+ before(grammarAccess.getVirtualProcessorTypeAccess().getRightParenthesisKeyword_3_1_3());
match(input,RightParenthesis,FollowSets000.FOLLOW_2);
- after(grammarAccess.getVirtualProcessorTypeAccess().getRightParenthesisKeyword_2_1_3());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getRightParenthesisKeyword_3_1_3());
}
@@ -129734,26 +128111,26 @@ public final void rule__VirtualProcessorType__Group_2_1__3__Impl() throws Recogn
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_2_1__3__Impl"
+ // $ANTLR end "rule__VirtualProcessorType__Group_3_1__3__Impl"
- // $ANTLR start "rule__VirtualProcessorType__Group_2_1_2__0"
- // InternalAadl2Parser.g:33281:1: rule__VirtualProcessorType__Group_2_1_2__0 : rule__VirtualProcessorType__Group_2_1_2__0__Impl rule__VirtualProcessorType__Group_2_1_2__1 ;
- public final void rule__VirtualProcessorType__Group_2_1_2__0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_3_1_2__0"
+ // InternalAadl2Parser.g:32763:1: rule__VirtualProcessorType__Group_3_1_2__0 : rule__VirtualProcessorType__Group_3_1_2__0__Impl rule__VirtualProcessorType__Group_3_1_2__1 ;
+ public final void rule__VirtualProcessorType__Group_3_1_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33285:1: ( rule__VirtualProcessorType__Group_2_1_2__0__Impl rule__VirtualProcessorType__Group_2_1_2__1 )
- // InternalAadl2Parser.g:33286:2: rule__VirtualProcessorType__Group_2_1_2__0__Impl rule__VirtualProcessorType__Group_2_1_2__1
+ // InternalAadl2Parser.g:32767:1: ( rule__VirtualProcessorType__Group_3_1_2__0__Impl rule__VirtualProcessorType__Group_3_1_2__1 )
+ // InternalAadl2Parser.g:32768:2: rule__VirtualProcessorType__Group_3_1_2__0__Impl rule__VirtualProcessorType__Group_3_1_2__1
{
pushFollow(FollowSets000.FOLLOW_4);
- rule__VirtualProcessorType__Group_2_1_2__0__Impl();
+ rule__VirtualProcessorType__Group_3_1_2__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_2_1_2__1();
+ rule__VirtualProcessorType__Group_3_1_2__1();
state._fsp--;
@@ -129772,25 +128149,25 @@ public final void rule__VirtualProcessorType__Group_2_1_2__0() throws Recognitio
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_2_1_2__0"
+ // $ANTLR end "rule__VirtualProcessorType__Group_3_1_2__0"
- // $ANTLR start "rule__VirtualProcessorType__Group_2_1_2__0__Impl"
- // InternalAadl2Parser.g:33293:1: rule__VirtualProcessorType__Group_2_1_2__0__Impl : ( Comma ) ;
- public final void rule__VirtualProcessorType__Group_2_1_2__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_3_1_2__0__Impl"
+ // InternalAadl2Parser.g:32775:1: rule__VirtualProcessorType__Group_3_1_2__0__Impl : ( Comma ) ;
+ public final void rule__VirtualProcessorType__Group_3_1_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33297:1: ( ( Comma ) )
- // InternalAadl2Parser.g:33298:1: ( Comma )
+ // InternalAadl2Parser.g:32779:1: ( ( Comma ) )
+ // InternalAadl2Parser.g:32780:1: ( Comma )
{
- // InternalAadl2Parser.g:33298:1: ( Comma )
- // InternalAadl2Parser.g:33299:2: Comma
+ // InternalAadl2Parser.g:32780:1: ( Comma )
+ // InternalAadl2Parser.g:32781:2: Comma
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getCommaKeyword_2_1_2_0());
+ before(grammarAccess.getVirtualProcessorTypeAccess().getCommaKeyword_3_1_2_0());
match(input,Comma,FollowSets000.FOLLOW_2);
- after(grammarAccess.getVirtualProcessorTypeAccess().getCommaKeyword_2_1_2_0());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getCommaKeyword_3_1_2_0());
}
@@ -129809,21 +128186,21 @@ public final void rule__VirtualProcessorType__Group_2_1_2__0__Impl() throws Reco
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_2_1_2__0__Impl"
+ // $ANTLR end "rule__VirtualProcessorType__Group_3_1_2__0__Impl"
- // $ANTLR start "rule__VirtualProcessorType__Group_2_1_2__1"
- // InternalAadl2Parser.g:33308:1: rule__VirtualProcessorType__Group_2_1_2__1 : rule__VirtualProcessorType__Group_2_1_2__1__Impl ;
- public final void rule__VirtualProcessorType__Group_2_1_2__1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_3_1_2__1"
+ // InternalAadl2Parser.g:32790:1: rule__VirtualProcessorType__Group_3_1_2__1 : rule__VirtualProcessorType__Group_3_1_2__1__Impl ;
+ public final void rule__VirtualProcessorType__Group_3_1_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33312:1: ( rule__VirtualProcessorType__Group_2_1_2__1__Impl )
- // InternalAadl2Parser.g:33313:2: rule__VirtualProcessorType__Group_2_1_2__1__Impl
+ // InternalAadl2Parser.g:32794:1: ( rule__VirtualProcessorType__Group_3_1_2__1__Impl )
+ // InternalAadl2Parser.g:32795:2: rule__VirtualProcessorType__Group_3_1_2__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_2_1_2__1__Impl();
+ rule__VirtualProcessorType__Group_3_1_2__1__Impl();
state._fsp--;
@@ -129842,35 +128219,35 @@ public final void rule__VirtualProcessorType__Group_2_1_2__1() throws Recognitio
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_2_1_2__1"
+ // $ANTLR end "rule__VirtualProcessorType__Group_3_1_2__1"
- // $ANTLR start "rule__VirtualProcessorType__Group_2_1_2__1__Impl"
- // InternalAadl2Parser.g:33319:1: rule__VirtualProcessorType__Group_2_1_2__1__Impl : ( ( rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) ;
- public final void rule__VirtualProcessorType__Group_2_1_2__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_3_1_2__1__Impl"
+ // InternalAadl2Parser.g:32801:1: rule__VirtualProcessorType__Group_3_1_2__1__Impl : ( ( rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_3_1_2_1 ) ) ;
+ public final void rule__VirtualProcessorType__Group_3_1_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33323:1: ( ( ( rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) )
- // InternalAadl2Parser.g:33324:1: ( ( rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
+ // InternalAadl2Parser.g:32805:1: ( ( ( rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_3_1_2_1 ) ) )
+ // InternalAadl2Parser.g:32806:1: ( ( rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_3_1_2_1 ) )
{
- // InternalAadl2Parser.g:33324:1: ( ( rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
- // InternalAadl2Parser.g:33325:2: ( rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_2_1_2_1 )
+ // InternalAadl2Parser.g:32806:1: ( ( rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_3_1_2_1 ) )
+ // InternalAadl2Parser.g:32807:2: ( rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_3_1_2_1 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeBindingAssignment_2_1_2_1());
- // InternalAadl2Parser.g:33326:2: ( rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_2_1_2_1 )
- // InternalAadl2Parser.g:33326:3: rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_2_1_2_1
+ before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeBindingAssignment_3_1_2_1());
+ // InternalAadl2Parser.g:32808:2: ( rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_3_1_2_1 )
+ // InternalAadl2Parser.g:32808:3: rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_3_1_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_2_1_2_1();
+ rule__VirtualProcessorType__OwnedPrototypeBindingAssignment_3_1_2_1();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeBindingAssignment_2_1_2_1());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedPrototypeBindingAssignment_3_1_2_1());
}
@@ -129889,26 +128266,26 @@ public final void rule__VirtualProcessorType__Group_2_1_2__1__Impl() throws Reco
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_2_1_2__1__Impl"
+ // $ANTLR end "rule__VirtualProcessorType__Group_3_1_2__1__Impl"
- // $ANTLR start "rule__VirtualProcessorType__Group_3__0"
- // InternalAadl2Parser.g:33335:1: rule__VirtualProcessorType__Group_3__0 : rule__VirtualProcessorType__Group_3__0__Impl rule__VirtualProcessorType__Group_3__1 ;
- public final void rule__VirtualProcessorType__Group_3__0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_4__0"
+ // InternalAadl2Parser.g:32817:1: rule__VirtualProcessorType__Group_4__0 : rule__VirtualProcessorType__Group_4__0__Impl rule__VirtualProcessorType__Group_4__1 ;
+ public final void rule__VirtualProcessorType__Group_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33339:1: ( rule__VirtualProcessorType__Group_3__0__Impl rule__VirtualProcessorType__Group_3__1 )
- // InternalAadl2Parser.g:33340:2: rule__VirtualProcessorType__Group_3__0__Impl rule__VirtualProcessorType__Group_3__1
+ // InternalAadl2Parser.g:32821:1: ( rule__VirtualProcessorType__Group_4__0__Impl rule__VirtualProcessorType__Group_4__1 )
+ // InternalAadl2Parser.g:32822:2: rule__VirtualProcessorType__Group_4__0__Impl rule__VirtualProcessorType__Group_4__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__VirtualProcessorType__Group_3__0__Impl();
+ rule__VirtualProcessorType__Group_4__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_3__1();
+ rule__VirtualProcessorType__Group_4__1();
state._fsp--;
@@ -129927,25 +128304,25 @@ public final void rule__VirtualProcessorType__Group_3__0() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_3__0"
+ // $ANTLR end "rule__VirtualProcessorType__Group_4__0"
- // $ANTLR start "rule__VirtualProcessorType__Group_3__0__Impl"
- // InternalAadl2Parser.g:33347:1: rule__VirtualProcessorType__Group_3__0__Impl : ( Prototypes ) ;
- public final void rule__VirtualProcessorType__Group_3__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_4__0__Impl"
+ // InternalAadl2Parser.g:32829:1: rule__VirtualProcessorType__Group_4__0__Impl : ( Prototypes ) ;
+ public final void rule__VirtualProcessorType__Group_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33351:1: ( ( Prototypes ) )
- // InternalAadl2Parser.g:33352:1: ( Prototypes )
+ // InternalAadl2Parser.g:32833:1: ( ( Prototypes ) )
+ // InternalAadl2Parser.g:32834:1: ( Prototypes )
{
- // InternalAadl2Parser.g:33352:1: ( Prototypes )
- // InternalAadl2Parser.g:33353:2: Prototypes
+ // InternalAadl2Parser.g:32834:1: ( Prototypes )
+ // InternalAadl2Parser.g:32835:2: Prototypes
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getPrototypesKeyword_3_0());
+ before(grammarAccess.getVirtualProcessorTypeAccess().getPrototypesKeyword_4_0());
match(input,Prototypes,FollowSets000.FOLLOW_2);
- after(grammarAccess.getVirtualProcessorTypeAccess().getPrototypesKeyword_3_0());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getPrototypesKeyword_4_0());
}
@@ -129964,21 +128341,21 @@ public final void rule__VirtualProcessorType__Group_3__0__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_3__0__Impl"
+ // $ANTLR end "rule__VirtualProcessorType__Group_4__0__Impl"
- // $ANTLR start "rule__VirtualProcessorType__Group_3__1"
- // InternalAadl2Parser.g:33362:1: rule__VirtualProcessorType__Group_3__1 : rule__VirtualProcessorType__Group_3__1__Impl ;
- public final void rule__VirtualProcessorType__Group_3__1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_4__1"
+ // InternalAadl2Parser.g:32844:1: rule__VirtualProcessorType__Group_4__1 : rule__VirtualProcessorType__Group_4__1__Impl ;
+ public final void rule__VirtualProcessorType__Group_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33366:1: ( rule__VirtualProcessorType__Group_3__1__Impl )
- // InternalAadl2Parser.g:33367:2: rule__VirtualProcessorType__Group_3__1__Impl
+ // InternalAadl2Parser.g:32848:1: ( rule__VirtualProcessorType__Group_4__1__Impl )
+ // InternalAadl2Parser.g:32849:2: rule__VirtualProcessorType__Group_4__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_3__1__Impl();
+ rule__VirtualProcessorType__Group_4__1__Impl();
state._fsp--;
@@ -129997,35 +128374,35 @@ public final void rule__VirtualProcessorType__Group_3__1() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_3__1"
+ // $ANTLR end "rule__VirtualProcessorType__Group_4__1"
- // $ANTLR start "rule__VirtualProcessorType__Group_3__1__Impl"
- // InternalAadl2Parser.g:33373:1: rule__VirtualProcessorType__Group_3__1__Impl : ( ( rule__VirtualProcessorType__Alternatives_3_1 ) ) ;
- public final void rule__VirtualProcessorType__Group_3__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_4__1__Impl"
+ // InternalAadl2Parser.g:32855:1: rule__VirtualProcessorType__Group_4__1__Impl : ( ( rule__VirtualProcessorType__Alternatives_4_1 ) ) ;
+ public final void rule__VirtualProcessorType__Group_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33377:1: ( ( ( rule__VirtualProcessorType__Alternatives_3_1 ) ) )
- // InternalAadl2Parser.g:33378:1: ( ( rule__VirtualProcessorType__Alternatives_3_1 ) )
+ // InternalAadl2Parser.g:32859:1: ( ( ( rule__VirtualProcessorType__Alternatives_4_1 ) ) )
+ // InternalAadl2Parser.g:32860:1: ( ( rule__VirtualProcessorType__Alternatives_4_1 ) )
{
- // InternalAadl2Parser.g:33378:1: ( ( rule__VirtualProcessorType__Alternatives_3_1 ) )
- // InternalAadl2Parser.g:33379:2: ( rule__VirtualProcessorType__Alternatives_3_1 )
+ // InternalAadl2Parser.g:32860:1: ( ( rule__VirtualProcessorType__Alternatives_4_1 ) )
+ // InternalAadl2Parser.g:32861:2: ( rule__VirtualProcessorType__Alternatives_4_1 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_3_1());
- // InternalAadl2Parser.g:33380:2: ( rule__VirtualProcessorType__Alternatives_3_1 )
- // InternalAadl2Parser.g:33380:3: rule__VirtualProcessorType__Alternatives_3_1
+ before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_4_1());
+ // InternalAadl2Parser.g:32862:2: ( rule__VirtualProcessorType__Alternatives_4_1 )
+ // InternalAadl2Parser.g:32862:3: rule__VirtualProcessorType__Alternatives_4_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Alternatives_3_1();
+ rule__VirtualProcessorType__Alternatives_4_1();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_3_1());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_4_1());
}
@@ -130044,26 +128421,26 @@ public final void rule__VirtualProcessorType__Group_3__1__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_3__1__Impl"
+ // $ANTLR end "rule__VirtualProcessorType__Group_4__1__Impl"
- // $ANTLR start "rule__VirtualProcessorType__Group_3_1_0__0"
- // InternalAadl2Parser.g:33389:1: rule__VirtualProcessorType__Group_3_1_0__0 : rule__VirtualProcessorType__Group_3_1_0__0__Impl rule__VirtualProcessorType__Group_3_1_0__1 ;
- public final void rule__VirtualProcessorType__Group_3_1_0__0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_4_1_0__0"
+ // InternalAadl2Parser.g:32871:1: rule__VirtualProcessorType__Group_4_1_0__0 : rule__VirtualProcessorType__Group_4_1_0__0__Impl rule__VirtualProcessorType__Group_4_1_0__1 ;
+ public final void rule__VirtualProcessorType__Group_4_1_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33393:1: ( rule__VirtualProcessorType__Group_3_1_0__0__Impl rule__VirtualProcessorType__Group_3_1_0__1 )
- // InternalAadl2Parser.g:33394:2: rule__VirtualProcessorType__Group_3_1_0__0__Impl rule__VirtualProcessorType__Group_3_1_0__1
+ // InternalAadl2Parser.g:32875:1: ( rule__VirtualProcessorType__Group_4_1_0__0__Impl rule__VirtualProcessorType__Group_4_1_0__1 )
+ // InternalAadl2Parser.g:32876:2: rule__VirtualProcessorType__Group_4_1_0__0__Impl rule__VirtualProcessorType__Group_4_1_0__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__VirtualProcessorType__Group_3_1_0__0__Impl();
+ rule__VirtualProcessorType__Group_4_1_0__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_3_1_0__1();
+ rule__VirtualProcessorType__Group_4_1_0__1();
state._fsp--;
@@ -130082,35 +128459,35 @@ public final void rule__VirtualProcessorType__Group_3_1_0__0() throws Recognitio
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_3_1_0__0"
+ // $ANTLR end "rule__VirtualProcessorType__Group_4_1_0__0"
- // $ANTLR start "rule__VirtualProcessorType__Group_3_1_0__0__Impl"
- // InternalAadl2Parser.g:33401:1: rule__VirtualProcessorType__Group_3_1_0__0__Impl : ( ( rule__VirtualProcessorType__NoPrototypesAssignment_3_1_0_0 ) ) ;
- public final void rule__VirtualProcessorType__Group_3_1_0__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_4_1_0__0__Impl"
+ // InternalAadl2Parser.g:32883:1: rule__VirtualProcessorType__Group_4_1_0__0__Impl : ( ( rule__VirtualProcessorType__NoPrototypesAssignment_4_1_0_0 ) ) ;
+ public final void rule__VirtualProcessorType__Group_4_1_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33405:1: ( ( ( rule__VirtualProcessorType__NoPrototypesAssignment_3_1_0_0 ) ) )
- // InternalAadl2Parser.g:33406:1: ( ( rule__VirtualProcessorType__NoPrototypesAssignment_3_1_0_0 ) )
+ // InternalAadl2Parser.g:32887:1: ( ( ( rule__VirtualProcessorType__NoPrototypesAssignment_4_1_0_0 ) ) )
+ // InternalAadl2Parser.g:32888:1: ( ( rule__VirtualProcessorType__NoPrototypesAssignment_4_1_0_0 ) )
{
- // InternalAadl2Parser.g:33406:1: ( ( rule__VirtualProcessorType__NoPrototypesAssignment_3_1_0_0 ) )
- // InternalAadl2Parser.g:33407:2: ( rule__VirtualProcessorType__NoPrototypesAssignment_3_1_0_0 )
+ // InternalAadl2Parser.g:32888:1: ( ( rule__VirtualProcessorType__NoPrototypesAssignment_4_1_0_0 ) )
+ // InternalAadl2Parser.g:32889:2: ( rule__VirtualProcessorType__NoPrototypesAssignment_4_1_0_0 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getNoPrototypesAssignment_3_1_0_0());
- // InternalAadl2Parser.g:33408:2: ( rule__VirtualProcessorType__NoPrototypesAssignment_3_1_0_0 )
- // InternalAadl2Parser.g:33408:3: rule__VirtualProcessorType__NoPrototypesAssignment_3_1_0_0
+ before(grammarAccess.getVirtualProcessorTypeAccess().getNoPrototypesAssignment_4_1_0_0());
+ // InternalAadl2Parser.g:32890:2: ( rule__VirtualProcessorType__NoPrototypesAssignment_4_1_0_0 )
+ // InternalAadl2Parser.g:32890:3: rule__VirtualProcessorType__NoPrototypesAssignment_4_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__NoPrototypesAssignment_3_1_0_0();
+ rule__VirtualProcessorType__NoPrototypesAssignment_4_1_0_0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getNoPrototypesAssignment_3_1_0_0());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getNoPrototypesAssignment_4_1_0_0());
}
@@ -130129,21 +128506,21 @@ public final void rule__VirtualProcessorType__Group_3_1_0__0__Impl() throws Reco
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_3_1_0__0__Impl"
+ // $ANTLR end "rule__VirtualProcessorType__Group_4_1_0__0__Impl"
- // $ANTLR start "rule__VirtualProcessorType__Group_3_1_0__1"
- // InternalAadl2Parser.g:33416:1: rule__VirtualProcessorType__Group_3_1_0__1 : rule__VirtualProcessorType__Group_3_1_0__1__Impl ;
- public final void rule__VirtualProcessorType__Group_3_1_0__1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_4_1_0__1"
+ // InternalAadl2Parser.g:32898:1: rule__VirtualProcessorType__Group_4_1_0__1 : rule__VirtualProcessorType__Group_4_1_0__1__Impl ;
+ public final void rule__VirtualProcessorType__Group_4_1_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33420:1: ( rule__VirtualProcessorType__Group_3_1_0__1__Impl )
- // InternalAadl2Parser.g:33421:2: rule__VirtualProcessorType__Group_3_1_0__1__Impl
+ // InternalAadl2Parser.g:32902:1: ( rule__VirtualProcessorType__Group_4_1_0__1__Impl )
+ // InternalAadl2Parser.g:32903:2: rule__VirtualProcessorType__Group_4_1_0__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_3_1_0__1__Impl();
+ rule__VirtualProcessorType__Group_4_1_0__1__Impl();
state._fsp--;
@@ -130162,25 +128539,25 @@ public final void rule__VirtualProcessorType__Group_3_1_0__1() throws Recognitio
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_3_1_0__1"
+ // $ANTLR end "rule__VirtualProcessorType__Group_4_1_0__1"
- // $ANTLR start "rule__VirtualProcessorType__Group_3_1_0__1__Impl"
- // InternalAadl2Parser.g:33427:1: rule__VirtualProcessorType__Group_3_1_0__1__Impl : ( Semicolon ) ;
- public final void rule__VirtualProcessorType__Group_3_1_0__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_4_1_0__1__Impl"
+ // InternalAadl2Parser.g:32909:1: rule__VirtualProcessorType__Group_4_1_0__1__Impl : ( Semicolon ) ;
+ public final void rule__VirtualProcessorType__Group_4_1_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33431:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:33432:1: ( Semicolon )
+ // InternalAadl2Parser.g:32913:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:32914:1: ( Semicolon )
{
- // InternalAadl2Parser.g:33432:1: ( Semicolon )
- // InternalAadl2Parser.g:33433:2: Semicolon
+ // InternalAadl2Parser.g:32914:1: ( Semicolon )
+ // InternalAadl2Parser.g:32915:2: Semicolon
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_3_1_0_1());
+ before(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_4_1_0_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_3_1_0_1());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_4_1_0_1());
}
@@ -130199,26 +128576,26 @@ public final void rule__VirtualProcessorType__Group_3_1_0__1__Impl() throws Reco
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_3_1_0__1__Impl"
+ // $ANTLR end "rule__VirtualProcessorType__Group_4_1_0__1__Impl"
- // $ANTLR start "rule__VirtualProcessorType__Group_4__0"
- // InternalAadl2Parser.g:33443:1: rule__VirtualProcessorType__Group_4__0 : rule__VirtualProcessorType__Group_4__0__Impl rule__VirtualProcessorType__Group_4__1 ;
- public final void rule__VirtualProcessorType__Group_4__0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_5__0"
+ // InternalAadl2Parser.g:32925:1: rule__VirtualProcessorType__Group_5__0 : rule__VirtualProcessorType__Group_5__0__Impl rule__VirtualProcessorType__Group_5__1 ;
+ public final void rule__VirtualProcessorType__Group_5__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33447:1: ( rule__VirtualProcessorType__Group_4__0__Impl rule__VirtualProcessorType__Group_4__1 )
- // InternalAadl2Parser.g:33448:2: rule__VirtualProcessorType__Group_4__0__Impl rule__VirtualProcessorType__Group_4__1
+ // InternalAadl2Parser.g:32929:1: ( rule__VirtualProcessorType__Group_5__0__Impl rule__VirtualProcessorType__Group_5__1 )
+ // InternalAadl2Parser.g:32930:2: rule__VirtualProcessorType__Group_5__0__Impl rule__VirtualProcessorType__Group_5__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__VirtualProcessorType__Group_4__0__Impl();
+ rule__VirtualProcessorType__Group_5__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_4__1();
+ rule__VirtualProcessorType__Group_5__1();
state._fsp--;
@@ -130237,25 +128614,25 @@ public final void rule__VirtualProcessorType__Group_4__0() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_4__0"
+ // $ANTLR end "rule__VirtualProcessorType__Group_5__0"
- // $ANTLR start "rule__VirtualProcessorType__Group_4__0__Impl"
- // InternalAadl2Parser.g:33455:1: rule__VirtualProcessorType__Group_4__0__Impl : ( Features ) ;
- public final void rule__VirtualProcessorType__Group_4__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_5__0__Impl"
+ // InternalAadl2Parser.g:32937:1: rule__VirtualProcessorType__Group_5__0__Impl : ( Features ) ;
+ public final void rule__VirtualProcessorType__Group_5__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33459:1: ( ( Features ) )
- // InternalAadl2Parser.g:33460:1: ( Features )
+ // InternalAadl2Parser.g:32941:1: ( ( Features ) )
+ // InternalAadl2Parser.g:32942:1: ( Features )
{
- // InternalAadl2Parser.g:33460:1: ( Features )
- // InternalAadl2Parser.g:33461:2: Features
+ // InternalAadl2Parser.g:32942:1: ( Features )
+ // InternalAadl2Parser.g:32943:2: Features
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getFeaturesKeyword_4_0());
+ before(grammarAccess.getVirtualProcessorTypeAccess().getFeaturesKeyword_5_0());
match(input,Features,FollowSets000.FOLLOW_2);
- after(grammarAccess.getVirtualProcessorTypeAccess().getFeaturesKeyword_4_0());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getFeaturesKeyword_5_0());
}
@@ -130274,21 +128651,21 @@ public final void rule__VirtualProcessorType__Group_4__0__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_4__0__Impl"
+ // $ANTLR end "rule__VirtualProcessorType__Group_5__0__Impl"
- // $ANTLR start "rule__VirtualProcessorType__Group_4__1"
- // InternalAadl2Parser.g:33470:1: rule__VirtualProcessorType__Group_4__1 : rule__VirtualProcessorType__Group_4__1__Impl ;
- public final void rule__VirtualProcessorType__Group_4__1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_5__1"
+ // InternalAadl2Parser.g:32952:1: rule__VirtualProcessorType__Group_5__1 : rule__VirtualProcessorType__Group_5__1__Impl ;
+ public final void rule__VirtualProcessorType__Group_5__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33474:1: ( rule__VirtualProcessorType__Group_4__1__Impl )
- // InternalAadl2Parser.g:33475:2: rule__VirtualProcessorType__Group_4__1__Impl
+ // InternalAadl2Parser.g:32956:1: ( rule__VirtualProcessorType__Group_5__1__Impl )
+ // InternalAadl2Parser.g:32957:2: rule__VirtualProcessorType__Group_5__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_4__1__Impl();
+ rule__VirtualProcessorType__Group_5__1__Impl();
state._fsp--;
@@ -130307,35 +128684,35 @@ public final void rule__VirtualProcessorType__Group_4__1() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_4__1"
+ // $ANTLR end "rule__VirtualProcessorType__Group_5__1"
- // $ANTLR start "rule__VirtualProcessorType__Group_4__1__Impl"
- // InternalAadl2Parser.g:33481:1: rule__VirtualProcessorType__Group_4__1__Impl : ( ( rule__VirtualProcessorType__Alternatives_4_1 ) ) ;
- public final void rule__VirtualProcessorType__Group_4__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_5__1__Impl"
+ // InternalAadl2Parser.g:32963:1: rule__VirtualProcessorType__Group_5__1__Impl : ( ( rule__VirtualProcessorType__Alternatives_5_1 ) ) ;
+ public final void rule__VirtualProcessorType__Group_5__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33485:1: ( ( ( rule__VirtualProcessorType__Alternatives_4_1 ) ) )
- // InternalAadl2Parser.g:33486:1: ( ( rule__VirtualProcessorType__Alternatives_4_1 ) )
+ // InternalAadl2Parser.g:32967:1: ( ( ( rule__VirtualProcessorType__Alternatives_5_1 ) ) )
+ // InternalAadl2Parser.g:32968:1: ( ( rule__VirtualProcessorType__Alternatives_5_1 ) )
{
- // InternalAadl2Parser.g:33486:1: ( ( rule__VirtualProcessorType__Alternatives_4_1 ) )
- // InternalAadl2Parser.g:33487:2: ( rule__VirtualProcessorType__Alternatives_4_1 )
+ // InternalAadl2Parser.g:32968:1: ( ( rule__VirtualProcessorType__Alternatives_5_1 ) )
+ // InternalAadl2Parser.g:32969:2: ( rule__VirtualProcessorType__Alternatives_5_1 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_4_1());
- // InternalAadl2Parser.g:33488:2: ( rule__VirtualProcessorType__Alternatives_4_1 )
- // InternalAadl2Parser.g:33488:3: rule__VirtualProcessorType__Alternatives_4_1
+ before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_5_1());
+ // InternalAadl2Parser.g:32970:2: ( rule__VirtualProcessorType__Alternatives_5_1 )
+ // InternalAadl2Parser.g:32970:3: rule__VirtualProcessorType__Alternatives_5_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Alternatives_4_1();
+ rule__VirtualProcessorType__Alternatives_5_1();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_4_1());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_5_1());
}
@@ -130354,26 +128731,26 @@ public final void rule__VirtualProcessorType__Group_4__1__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_4__1__Impl"
+ // $ANTLR end "rule__VirtualProcessorType__Group_5__1__Impl"
- // $ANTLR start "rule__VirtualProcessorType__Group_4_1_0__0"
- // InternalAadl2Parser.g:33497:1: rule__VirtualProcessorType__Group_4_1_0__0 : rule__VirtualProcessorType__Group_4_1_0__0__Impl rule__VirtualProcessorType__Group_4_1_0__1 ;
- public final void rule__VirtualProcessorType__Group_4_1_0__0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_5_1_0__0"
+ // InternalAadl2Parser.g:32979:1: rule__VirtualProcessorType__Group_5_1_0__0 : rule__VirtualProcessorType__Group_5_1_0__0__Impl rule__VirtualProcessorType__Group_5_1_0__1 ;
+ public final void rule__VirtualProcessorType__Group_5_1_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33501:1: ( rule__VirtualProcessorType__Group_4_1_0__0__Impl rule__VirtualProcessorType__Group_4_1_0__1 )
- // InternalAadl2Parser.g:33502:2: rule__VirtualProcessorType__Group_4_1_0__0__Impl rule__VirtualProcessorType__Group_4_1_0__1
+ // InternalAadl2Parser.g:32983:1: ( rule__VirtualProcessorType__Group_5_1_0__0__Impl rule__VirtualProcessorType__Group_5_1_0__1 )
+ // InternalAadl2Parser.g:32984:2: rule__VirtualProcessorType__Group_5_1_0__0__Impl rule__VirtualProcessorType__Group_5_1_0__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__VirtualProcessorType__Group_4_1_0__0__Impl();
+ rule__VirtualProcessorType__Group_5_1_0__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_4_1_0__1();
+ rule__VirtualProcessorType__Group_5_1_0__1();
state._fsp--;
@@ -130392,35 +128769,35 @@ public final void rule__VirtualProcessorType__Group_4_1_0__0() throws Recognitio
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_4_1_0__0"
+ // $ANTLR end "rule__VirtualProcessorType__Group_5_1_0__0"
- // $ANTLR start "rule__VirtualProcessorType__Group_4_1_0__0__Impl"
- // InternalAadl2Parser.g:33509:1: rule__VirtualProcessorType__Group_4_1_0__0__Impl : ( ( rule__VirtualProcessorType__NoFeaturesAssignment_4_1_0_0 ) ) ;
- public final void rule__VirtualProcessorType__Group_4_1_0__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_5_1_0__0__Impl"
+ // InternalAadl2Parser.g:32991:1: rule__VirtualProcessorType__Group_5_1_0__0__Impl : ( ( rule__VirtualProcessorType__NoFeaturesAssignment_5_1_0_0 ) ) ;
+ public final void rule__VirtualProcessorType__Group_5_1_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33513:1: ( ( ( rule__VirtualProcessorType__NoFeaturesAssignment_4_1_0_0 ) ) )
- // InternalAadl2Parser.g:33514:1: ( ( rule__VirtualProcessorType__NoFeaturesAssignment_4_1_0_0 ) )
+ // InternalAadl2Parser.g:32995:1: ( ( ( rule__VirtualProcessorType__NoFeaturesAssignment_5_1_0_0 ) ) )
+ // InternalAadl2Parser.g:32996:1: ( ( rule__VirtualProcessorType__NoFeaturesAssignment_5_1_0_0 ) )
{
- // InternalAadl2Parser.g:33514:1: ( ( rule__VirtualProcessorType__NoFeaturesAssignment_4_1_0_0 ) )
- // InternalAadl2Parser.g:33515:2: ( rule__VirtualProcessorType__NoFeaturesAssignment_4_1_0_0 )
+ // InternalAadl2Parser.g:32996:1: ( ( rule__VirtualProcessorType__NoFeaturesAssignment_5_1_0_0 ) )
+ // InternalAadl2Parser.g:32997:2: ( rule__VirtualProcessorType__NoFeaturesAssignment_5_1_0_0 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getNoFeaturesAssignment_4_1_0_0());
- // InternalAadl2Parser.g:33516:2: ( rule__VirtualProcessorType__NoFeaturesAssignment_4_1_0_0 )
- // InternalAadl2Parser.g:33516:3: rule__VirtualProcessorType__NoFeaturesAssignment_4_1_0_0
+ before(grammarAccess.getVirtualProcessorTypeAccess().getNoFeaturesAssignment_5_1_0_0());
+ // InternalAadl2Parser.g:32998:2: ( rule__VirtualProcessorType__NoFeaturesAssignment_5_1_0_0 )
+ // InternalAadl2Parser.g:32998:3: rule__VirtualProcessorType__NoFeaturesAssignment_5_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__NoFeaturesAssignment_4_1_0_0();
+ rule__VirtualProcessorType__NoFeaturesAssignment_5_1_0_0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getNoFeaturesAssignment_4_1_0_0());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getNoFeaturesAssignment_5_1_0_0());
}
@@ -130439,21 +128816,21 @@ public final void rule__VirtualProcessorType__Group_4_1_0__0__Impl() throws Reco
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_4_1_0__0__Impl"
+ // $ANTLR end "rule__VirtualProcessorType__Group_5_1_0__0__Impl"
- // $ANTLR start "rule__VirtualProcessorType__Group_4_1_0__1"
- // InternalAadl2Parser.g:33524:1: rule__VirtualProcessorType__Group_4_1_0__1 : rule__VirtualProcessorType__Group_4_1_0__1__Impl ;
- public final void rule__VirtualProcessorType__Group_4_1_0__1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_5_1_0__1"
+ // InternalAadl2Parser.g:33006:1: rule__VirtualProcessorType__Group_5_1_0__1 : rule__VirtualProcessorType__Group_5_1_0__1__Impl ;
+ public final void rule__VirtualProcessorType__Group_5_1_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33528:1: ( rule__VirtualProcessorType__Group_4_1_0__1__Impl )
- // InternalAadl2Parser.g:33529:2: rule__VirtualProcessorType__Group_4_1_0__1__Impl
+ // InternalAadl2Parser.g:33010:1: ( rule__VirtualProcessorType__Group_5_1_0__1__Impl )
+ // InternalAadl2Parser.g:33011:2: rule__VirtualProcessorType__Group_5_1_0__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_4_1_0__1__Impl();
+ rule__VirtualProcessorType__Group_5_1_0__1__Impl();
state._fsp--;
@@ -130472,25 +128849,25 @@ public final void rule__VirtualProcessorType__Group_4_1_0__1() throws Recognitio
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_4_1_0__1"
+ // $ANTLR end "rule__VirtualProcessorType__Group_5_1_0__1"
- // $ANTLR start "rule__VirtualProcessorType__Group_4_1_0__1__Impl"
- // InternalAadl2Parser.g:33535:1: rule__VirtualProcessorType__Group_4_1_0__1__Impl : ( Semicolon ) ;
- public final void rule__VirtualProcessorType__Group_4_1_0__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_5_1_0__1__Impl"
+ // InternalAadl2Parser.g:33017:1: rule__VirtualProcessorType__Group_5_1_0__1__Impl : ( Semicolon ) ;
+ public final void rule__VirtualProcessorType__Group_5_1_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33539:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:33540:1: ( Semicolon )
+ // InternalAadl2Parser.g:33021:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:33022:1: ( Semicolon )
{
- // InternalAadl2Parser.g:33540:1: ( Semicolon )
- // InternalAadl2Parser.g:33541:2: Semicolon
+ // InternalAadl2Parser.g:33022:1: ( Semicolon )
+ // InternalAadl2Parser.g:33023:2: Semicolon
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_4_1_0_1());
+ before(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_5_1_0_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_4_1_0_1());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_5_1_0_1());
}
@@ -130509,26 +128886,26 @@ public final void rule__VirtualProcessorType__Group_4_1_0__1__Impl() throws Reco
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_4_1_0__1__Impl"
+ // $ANTLR end "rule__VirtualProcessorType__Group_5_1_0__1__Impl"
- // $ANTLR start "rule__VirtualProcessorType__Group_5__0"
- // InternalAadl2Parser.g:33551:1: rule__VirtualProcessorType__Group_5__0 : rule__VirtualProcessorType__Group_5__0__Impl rule__VirtualProcessorType__Group_5__1 ;
- public final void rule__VirtualProcessorType__Group_5__0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_6__0"
+ // InternalAadl2Parser.g:33033:1: rule__VirtualProcessorType__Group_6__0 : rule__VirtualProcessorType__Group_6__0__Impl rule__VirtualProcessorType__Group_6__1 ;
+ public final void rule__VirtualProcessorType__Group_6__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33555:1: ( rule__VirtualProcessorType__Group_5__0__Impl rule__VirtualProcessorType__Group_5__1 )
- // InternalAadl2Parser.g:33556:2: rule__VirtualProcessorType__Group_5__0__Impl rule__VirtualProcessorType__Group_5__1
+ // InternalAadl2Parser.g:33037:1: ( rule__VirtualProcessorType__Group_6__0__Impl rule__VirtualProcessorType__Group_6__1 )
+ // InternalAadl2Parser.g:33038:2: rule__VirtualProcessorType__Group_6__0__Impl rule__VirtualProcessorType__Group_6__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__VirtualProcessorType__Group_5__0__Impl();
+ rule__VirtualProcessorType__Group_6__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_5__1();
+ rule__VirtualProcessorType__Group_6__1();
state._fsp--;
@@ -130547,25 +128924,25 @@ public final void rule__VirtualProcessorType__Group_5__0() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_5__0"
+ // $ANTLR end "rule__VirtualProcessorType__Group_6__0"
- // $ANTLR start "rule__VirtualProcessorType__Group_5__0__Impl"
- // InternalAadl2Parser.g:33563:1: rule__VirtualProcessorType__Group_5__0__Impl : ( Flows ) ;
- public final void rule__VirtualProcessorType__Group_5__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_6__0__Impl"
+ // InternalAadl2Parser.g:33045:1: rule__VirtualProcessorType__Group_6__0__Impl : ( Flows ) ;
+ public final void rule__VirtualProcessorType__Group_6__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33567:1: ( ( Flows ) )
- // InternalAadl2Parser.g:33568:1: ( Flows )
+ // InternalAadl2Parser.g:33049:1: ( ( Flows ) )
+ // InternalAadl2Parser.g:33050:1: ( Flows )
{
- // InternalAadl2Parser.g:33568:1: ( Flows )
- // InternalAadl2Parser.g:33569:2: Flows
+ // InternalAadl2Parser.g:33050:1: ( Flows )
+ // InternalAadl2Parser.g:33051:2: Flows
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getFlowsKeyword_5_0());
+ before(grammarAccess.getVirtualProcessorTypeAccess().getFlowsKeyword_6_0());
match(input,Flows,FollowSets000.FOLLOW_2);
- after(grammarAccess.getVirtualProcessorTypeAccess().getFlowsKeyword_5_0());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getFlowsKeyword_6_0());
}
@@ -130584,21 +128961,21 @@ public final void rule__VirtualProcessorType__Group_5__0__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_5__0__Impl"
+ // $ANTLR end "rule__VirtualProcessorType__Group_6__0__Impl"
- // $ANTLR start "rule__VirtualProcessorType__Group_5__1"
- // InternalAadl2Parser.g:33578:1: rule__VirtualProcessorType__Group_5__1 : rule__VirtualProcessorType__Group_5__1__Impl ;
- public final void rule__VirtualProcessorType__Group_5__1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_6__1"
+ // InternalAadl2Parser.g:33060:1: rule__VirtualProcessorType__Group_6__1 : rule__VirtualProcessorType__Group_6__1__Impl ;
+ public final void rule__VirtualProcessorType__Group_6__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33582:1: ( rule__VirtualProcessorType__Group_5__1__Impl )
- // InternalAadl2Parser.g:33583:2: rule__VirtualProcessorType__Group_5__1__Impl
+ // InternalAadl2Parser.g:33064:1: ( rule__VirtualProcessorType__Group_6__1__Impl )
+ // InternalAadl2Parser.g:33065:2: rule__VirtualProcessorType__Group_6__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_5__1__Impl();
+ rule__VirtualProcessorType__Group_6__1__Impl();
state._fsp--;
@@ -130617,35 +128994,35 @@ public final void rule__VirtualProcessorType__Group_5__1() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_5__1"
+ // $ANTLR end "rule__VirtualProcessorType__Group_6__1"
- // $ANTLR start "rule__VirtualProcessorType__Group_5__1__Impl"
- // InternalAadl2Parser.g:33589:1: rule__VirtualProcessorType__Group_5__1__Impl : ( ( rule__VirtualProcessorType__Alternatives_5_1 ) ) ;
- public final void rule__VirtualProcessorType__Group_5__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_6__1__Impl"
+ // InternalAadl2Parser.g:33071:1: rule__VirtualProcessorType__Group_6__1__Impl : ( ( rule__VirtualProcessorType__Alternatives_6_1 ) ) ;
+ public final void rule__VirtualProcessorType__Group_6__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33593:1: ( ( ( rule__VirtualProcessorType__Alternatives_5_1 ) ) )
- // InternalAadl2Parser.g:33594:1: ( ( rule__VirtualProcessorType__Alternatives_5_1 ) )
+ // InternalAadl2Parser.g:33075:1: ( ( ( rule__VirtualProcessorType__Alternatives_6_1 ) ) )
+ // InternalAadl2Parser.g:33076:1: ( ( rule__VirtualProcessorType__Alternatives_6_1 ) )
{
- // InternalAadl2Parser.g:33594:1: ( ( rule__VirtualProcessorType__Alternatives_5_1 ) )
- // InternalAadl2Parser.g:33595:2: ( rule__VirtualProcessorType__Alternatives_5_1 )
+ // InternalAadl2Parser.g:33076:1: ( ( rule__VirtualProcessorType__Alternatives_6_1 ) )
+ // InternalAadl2Parser.g:33077:2: ( rule__VirtualProcessorType__Alternatives_6_1 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_5_1());
- // InternalAadl2Parser.g:33596:2: ( rule__VirtualProcessorType__Alternatives_5_1 )
- // InternalAadl2Parser.g:33596:3: rule__VirtualProcessorType__Alternatives_5_1
+ before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_6_1());
+ // InternalAadl2Parser.g:33078:2: ( rule__VirtualProcessorType__Alternatives_6_1 )
+ // InternalAadl2Parser.g:33078:3: rule__VirtualProcessorType__Alternatives_6_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Alternatives_5_1();
+ rule__VirtualProcessorType__Alternatives_6_1();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_5_1());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_6_1());
}
@@ -130664,26 +129041,26 @@ public final void rule__VirtualProcessorType__Group_5__1__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_5__1__Impl"
+ // $ANTLR end "rule__VirtualProcessorType__Group_6__1__Impl"
- // $ANTLR start "rule__VirtualProcessorType__Group_5_1_1__0"
- // InternalAadl2Parser.g:33605:1: rule__VirtualProcessorType__Group_5_1_1__0 : rule__VirtualProcessorType__Group_5_1_1__0__Impl rule__VirtualProcessorType__Group_5_1_1__1 ;
- public final void rule__VirtualProcessorType__Group_5_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_6_1_1__0"
+ // InternalAadl2Parser.g:33087:1: rule__VirtualProcessorType__Group_6_1_1__0 : rule__VirtualProcessorType__Group_6_1_1__0__Impl rule__VirtualProcessorType__Group_6_1_1__1 ;
+ public final void rule__VirtualProcessorType__Group_6_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33609:1: ( rule__VirtualProcessorType__Group_5_1_1__0__Impl rule__VirtualProcessorType__Group_5_1_1__1 )
- // InternalAadl2Parser.g:33610:2: rule__VirtualProcessorType__Group_5_1_1__0__Impl rule__VirtualProcessorType__Group_5_1_1__1
+ // InternalAadl2Parser.g:33091:1: ( rule__VirtualProcessorType__Group_6_1_1__0__Impl rule__VirtualProcessorType__Group_6_1_1__1 )
+ // InternalAadl2Parser.g:33092:2: rule__VirtualProcessorType__Group_6_1_1__0__Impl rule__VirtualProcessorType__Group_6_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__VirtualProcessorType__Group_5_1_1__0__Impl();
+ rule__VirtualProcessorType__Group_6_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_5_1_1__1();
+ rule__VirtualProcessorType__Group_6_1_1__1();
state._fsp--;
@@ -130702,35 +129079,35 @@ public final void rule__VirtualProcessorType__Group_5_1_1__0() throws Recognitio
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_5_1_1__0"
+ // $ANTLR end "rule__VirtualProcessorType__Group_6_1_1__0"
- // $ANTLR start "rule__VirtualProcessorType__Group_5_1_1__0__Impl"
- // InternalAadl2Parser.g:33617:1: rule__VirtualProcessorType__Group_5_1_1__0__Impl : ( ( rule__VirtualProcessorType__NoFlowsAssignment_5_1_1_0 ) ) ;
- public final void rule__VirtualProcessorType__Group_5_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_6_1_1__0__Impl"
+ // InternalAadl2Parser.g:33099:1: rule__VirtualProcessorType__Group_6_1_1__0__Impl : ( ( rule__VirtualProcessorType__NoFlowsAssignment_6_1_1_0 ) ) ;
+ public final void rule__VirtualProcessorType__Group_6_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33621:1: ( ( ( rule__VirtualProcessorType__NoFlowsAssignment_5_1_1_0 ) ) )
- // InternalAadl2Parser.g:33622:1: ( ( rule__VirtualProcessorType__NoFlowsAssignment_5_1_1_0 ) )
+ // InternalAadl2Parser.g:33103:1: ( ( ( rule__VirtualProcessorType__NoFlowsAssignment_6_1_1_0 ) ) )
+ // InternalAadl2Parser.g:33104:1: ( ( rule__VirtualProcessorType__NoFlowsAssignment_6_1_1_0 ) )
{
- // InternalAadl2Parser.g:33622:1: ( ( rule__VirtualProcessorType__NoFlowsAssignment_5_1_1_0 ) )
- // InternalAadl2Parser.g:33623:2: ( rule__VirtualProcessorType__NoFlowsAssignment_5_1_1_0 )
+ // InternalAadl2Parser.g:33104:1: ( ( rule__VirtualProcessorType__NoFlowsAssignment_6_1_1_0 ) )
+ // InternalAadl2Parser.g:33105:2: ( rule__VirtualProcessorType__NoFlowsAssignment_6_1_1_0 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getNoFlowsAssignment_5_1_1_0());
- // InternalAadl2Parser.g:33624:2: ( rule__VirtualProcessorType__NoFlowsAssignment_5_1_1_0 )
- // InternalAadl2Parser.g:33624:3: rule__VirtualProcessorType__NoFlowsAssignment_5_1_1_0
+ before(grammarAccess.getVirtualProcessorTypeAccess().getNoFlowsAssignment_6_1_1_0());
+ // InternalAadl2Parser.g:33106:2: ( rule__VirtualProcessorType__NoFlowsAssignment_6_1_1_0 )
+ // InternalAadl2Parser.g:33106:3: rule__VirtualProcessorType__NoFlowsAssignment_6_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__NoFlowsAssignment_5_1_1_0();
+ rule__VirtualProcessorType__NoFlowsAssignment_6_1_1_0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getNoFlowsAssignment_5_1_1_0());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getNoFlowsAssignment_6_1_1_0());
}
@@ -130749,21 +129126,21 @@ public final void rule__VirtualProcessorType__Group_5_1_1__0__Impl() throws Reco
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_5_1_1__0__Impl"
+ // $ANTLR end "rule__VirtualProcessorType__Group_6_1_1__0__Impl"
- // $ANTLR start "rule__VirtualProcessorType__Group_5_1_1__1"
- // InternalAadl2Parser.g:33632:1: rule__VirtualProcessorType__Group_5_1_1__1 : rule__VirtualProcessorType__Group_5_1_1__1__Impl ;
- public final void rule__VirtualProcessorType__Group_5_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_6_1_1__1"
+ // InternalAadl2Parser.g:33114:1: rule__VirtualProcessorType__Group_6_1_1__1 : rule__VirtualProcessorType__Group_6_1_1__1__Impl ;
+ public final void rule__VirtualProcessorType__Group_6_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33636:1: ( rule__VirtualProcessorType__Group_5_1_1__1__Impl )
- // InternalAadl2Parser.g:33637:2: rule__VirtualProcessorType__Group_5_1_1__1__Impl
+ // InternalAadl2Parser.g:33118:1: ( rule__VirtualProcessorType__Group_6_1_1__1__Impl )
+ // InternalAadl2Parser.g:33119:2: rule__VirtualProcessorType__Group_6_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_5_1_1__1__Impl();
+ rule__VirtualProcessorType__Group_6_1_1__1__Impl();
state._fsp--;
@@ -130782,25 +129159,25 @@ public final void rule__VirtualProcessorType__Group_5_1_1__1() throws Recognitio
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_5_1_1__1"
+ // $ANTLR end "rule__VirtualProcessorType__Group_6_1_1__1"
- // $ANTLR start "rule__VirtualProcessorType__Group_5_1_1__1__Impl"
- // InternalAadl2Parser.g:33643:1: rule__VirtualProcessorType__Group_5_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__VirtualProcessorType__Group_5_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_6_1_1__1__Impl"
+ // InternalAadl2Parser.g:33125:1: rule__VirtualProcessorType__Group_6_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__VirtualProcessorType__Group_6_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33647:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:33648:1: ( Semicolon )
+ // InternalAadl2Parser.g:33129:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:33130:1: ( Semicolon )
{
- // InternalAadl2Parser.g:33648:1: ( Semicolon )
- // InternalAadl2Parser.g:33649:2: Semicolon
+ // InternalAadl2Parser.g:33130:1: ( Semicolon )
+ // InternalAadl2Parser.g:33131:2: Semicolon
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_5_1_1_1());
+ before(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_6_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_5_1_1_1());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_6_1_1_1());
}
@@ -130819,30 +129196,77 @@ public final void rule__VirtualProcessorType__Group_5_1_1__1__Impl() throws Reco
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_5_1_1__1__Impl"
+ // $ANTLR end "rule__VirtualProcessorType__Group_6_1_1__1__Impl"
- // $ANTLR start "rule__VirtualProcessorType__Group_6_0__0"
- // InternalAadl2Parser.g:33659:1: rule__VirtualProcessorType__Group_6_0__0 : rule__VirtualProcessorType__Group_6_0__0__Impl rule__VirtualProcessorType__Group_6_0__1 ;
- public final void rule__VirtualProcessorType__Group_6_0__0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_7_0__0"
+ // InternalAadl2Parser.g:33141:1: rule__VirtualProcessorType__Group_7_0__0 : rule__VirtualProcessorType__Group_7_0__0__Impl rule__VirtualProcessorType__Group_7_0__1 ;
+ public final void rule__VirtualProcessorType__Group_7_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33663:1: ( rule__VirtualProcessorType__Group_6_0__0__Impl rule__VirtualProcessorType__Group_6_0__1 )
- // InternalAadl2Parser.g:33664:2: rule__VirtualProcessorType__Group_6_0__0__Impl rule__VirtualProcessorType__Group_6_0__1
+ // InternalAadl2Parser.g:33145:1: ( rule__VirtualProcessorType__Group_7_0__0__Impl rule__VirtualProcessorType__Group_7_0__1 )
+ // InternalAadl2Parser.g:33146:2: rule__VirtualProcessorType__Group_7_0__0__Impl rule__VirtualProcessorType__Group_7_0__1
{
- pushFollow(FollowSets000.FOLLOW_4);
- rule__VirtualProcessorType__Group_6_0__0__Impl();
+ pushFollow(FollowSets000.FOLLOW_31);
+ rule__VirtualProcessorType__Group_7_0__0__Impl();
+
+ state._fsp--;
+
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__VirtualProcessorType__Group_7_0__1();
state._fsp--;
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__VirtualProcessorType__Group_7_0__0"
+
+
+ // $ANTLR start "rule__VirtualProcessorType__Group_7_0__0__Impl"
+ // InternalAadl2Parser.g:33153:1: rule__VirtualProcessorType__Group_7_0__0__Impl : ( ( rule__VirtualProcessorType__DerivedModesAssignment_7_0_0 ) ) ;
+ public final void rule__VirtualProcessorType__Group_7_0__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:33157:1: ( ( ( rule__VirtualProcessorType__DerivedModesAssignment_7_0_0 ) ) )
+ // InternalAadl2Parser.g:33158:1: ( ( rule__VirtualProcessorType__DerivedModesAssignment_7_0_0 ) )
+ {
+ // InternalAadl2Parser.g:33158:1: ( ( rule__VirtualProcessorType__DerivedModesAssignment_7_0_0 ) )
+ // InternalAadl2Parser.g:33159:2: ( rule__VirtualProcessorType__DerivedModesAssignment_7_0_0 )
+ {
+ before(grammarAccess.getVirtualProcessorTypeAccess().getDerivedModesAssignment_7_0_0());
+ // InternalAadl2Parser.g:33160:2: ( rule__VirtualProcessorType__DerivedModesAssignment_7_0_0 )
+ // InternalAadl2Parser.g:33160:3: rule__VirtualProcessorType__DerivedModesAssignment_7_0_0
+ {
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_6_0__1();
+ rule__VirtualProcessorType__DerivedModesAssignment_7_0_0();
state._fsp--;
+ }
+
+ after(grammarAccess.getVirtualProcessorTypeAccess().getDerivedModesAssignment_7_0_0());
+
+ }
+
+
}
}
@@ -130857,35 +129281,63 @@ public final void rule__VirtualProcessorType__Group_6_0__0() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_6_0__0"
+ // $ANTLR end "rule__VirtualProcessorType__Group_7_0__0__Impl"
- // $ANTLR start "rule__VirtualProcessorType__Group_6_0__0__Impl"
- // InternalAadl2Parser.g:33671:1: rule__VirtualProcessorType__Group_6_0__0__Impl : ( ( rule__VirtualProcessorType__DerivedModesAssignment_6_0_0 ) ) ;
- public final void rule__VirtualProcessorType__Group_6_0__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_7_0__1"
+ // InternalAadl2Parser.g:33168:1: rule__VirtualProcessorType__Group_7_0__1 : rule__VirtualProcessorType__Group_7_0__1__Impl rule__VirtualProcessorType__Group_7_0__2 ;
+ public final void rule__VirtualProcessorType__Group_7_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33675:1: ( ( ( rule__VirtualProcessorType__DerivedModesAssignment_6_0_0 ) ) )
- // InternalAadl2Parser.g:33676:1: ( ( rule__VirtualProcessorType__DerivedModesAssignment_6_0_0 ) )
- {
- // InternalAadl2Parser.g:33676:1: ( ( rule__VirtualProcessorType__DerivedModesAssignment_6_0_0 ) )
- // InternalAadl2Parser.g:33677:2: ( rule__VirtualProcessorType__DerivedModesAssignment_6_0_0 )
- {
- before(grammarAccess.getVirtualProcessorTypeAccess().getDerivedModesAssignment_6_0_0());
- // InternalAadl2Parser.g:33678:2: ( rule__VirtualProcessorType__DerivedModesAssignment_6_0_0 )
- // InternalAadl2Parser.g:33678:3: rule__VirtualProcessorType__DerivedModesAssignment_6_0_0
+ // InternalAadl2Parser.g:33172:1: ( rule__VirtualProcessorType__Group_7_0__1__Impl rule__VirtualProcessorType__Group_7_0__2 )
+ // InternalAadl2Parser.g:33173:2: rule__VirtualProcessorType__Group_7_0__1__Impl rule__VirtualProcessorType__Group_7_0__2
{
+ pushFollow(FollowSets000.FOLLOW_4);
+ rule__VirtualProcessorType__Group_7_0__1__Impl();
+
+ state._fsp--;
+
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__DerivedModesAssignment_6_0_0();
+ rule__VirtualProcessorType__Group_7_0__2();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getDerivedModesAssignment_6_0_0());
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__VirtualProcessorType__Group_7_0__1"
+
+
+ // $ANTLR start "rule__VirtualProcessorType__Group_7_0__1__Impl"
+ // InternalAadl2Parser.g:33180:1: rule__VirtualProcessorType__Group_7_0__1__Impl : ( Modes ) ;
+ public final void rule__VirtualProcessorType__Group_7_0__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:33184:1: ( ( Modes ) )
+ // InternalAadl2Parser.g:33185:1: ( Modes )
+ {
+ // InternalAadl2Parser.g:33185:1: ( Modes )
+ // InternalAadl2Parser.g:33186:2: Modes
+ {
+ before(grammarAccess.getVirtualProcessorTypeAccess().getModesKeyword_7_0_1());
+ match(input,Modes,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getVirtualProcessorTypeAccess().getModesKeyword_7_0_1());
}
@@ -130904,21 +129356,21 @@ public final void rule__VirtualProcessorType__Group_6_0__0__Impl() throws Recogn
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_6_0__0__Impl"
+ // $ANTLR end "rule__VirtualProcessorType__Group_7_0__1__Impl"
- // $ANTLR start "rule__VirtualProcessorType__Group_6_0__1"
- // InternalAadl2Parser.g:33686:1: rule__VirtualProcessorType__Group_6_0__1 : rule__VirtualProcessorType__Group_6_0__1__Impl ;
- public final void rule__VirtualProcessorType__Group_6_0__1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_7_0__2"
+ // InternalAadl2Parser.g:33195:1: rule__VirtualProcessorType__Group_7_0__2 : rule__VirtualProcessorType__Group_7_0__2__Impl ;
+ public final void rule__VirtualProcessorType__Group_7_0__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33690:1: ( rule__VirtualProcessorType__Group_6_0__1__Impl )
- // InternalAadl2Parser.g:33691:2: rule__VirtualProcessorType__Group_6_0__1__Impl
+ // InternalAadl2Parser.g:33199:1: ( rule__VirtualProcessorType__Group_7_0__2__Impl )
+ // InternalAadl2Parser.g:33200:2: rule__VirtualProcessorType__Group_7_0__2__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_6_0__1__Impl();
+ rule__VirtualProcessorType__Group_7_0__2__Impl();
state._fsp--;
@@ -130937,46 +129389,46 @@ public final void rule__VirtualProcessorType__Group_6_0__1() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_6_0__1"
+ // $ANTLR end "rule__VirtualProcessorType__Group_7_0__2"
- // $ANTLR start "rule__VirtualProcessorType__Group_6_0__1__Impl"
- // InternalAadl2Parser.g:33697:1: rule__VirtualProcessorType__Group_6_0__1__Impl : ( ( ( rule__VirtualProcessorType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__VirtualProcessorType__OwnedModeAssignment_6_0_1 )* ) ) ;
- public final void rule__VirtualProcessorType__Group_6_0__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_7_0__2__Impl"
+ // InternalAadl2Parser.g:33206:1: rule__VirtualProcessorType__Group_7_0__2__Impl : ( ( ( rule__VirtualProcessorType__OwnedModeAssignment_7_0_2 ) ) ( ( rule__VirtualProcessorType__OwnedModeAssignment_7_0_2 )* ) ) ;
+ public final void rule__VirtualProcessorType__Group_7_0__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33701:1: ( ( ( ( rule__VirtualProcessorType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__VirtualProcessorType__OwnedModeAssignment_6_0_1 )* ) ) )
- // InternalAadl2Parser.g:33702:1: ( ( ( rule__VirtualProcessorType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__VirtualProcessorType__OwnedModeAssignment_6_0_1 )* ) )
+ // InternalAadl2Parser.g:33210:1: ( ( ( ( rule__VirtualProcessorType__OwnedModeAssignment_7_0_2 ) ) ( ( rule__VirtualProcessorType__OwnedModeAssignment_7_0_2 )* ) ) )
+ // InternalAadl2Parser.g:33211:1: ( ( ( rule__VirtualProcessorType__OwnedModeAssignment_7_0_2 ) ) ( ( rule__VirtualProcessorType__OwnedModeAssignment_7_0_2 )* ) )
{
- // InternalAadl2Parser.g:33702:1: ( ( ( rule__VirtualProcessorType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__VirtualProcessorType__OwnedModeAssignment_6_0_1 )* ) )
- // InternalAadl2Parser.g:33703:2: ( ( rule__VirtualProcessorType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__VirtualProcessorType__OwnedModeAssignment_6_0_1 )* )
+ // InternalAadl2Parser.g:33211:1: ( ( ( rule__VirtualProcessorType__OwnedModeAssignment_7_0_2 ) ) ( ( rule__VirtualProcessorType__OwnedModeAssignment_7_0_2 )* ) )
+ // InternalAadl2Parser.g:33212:2: ( ( rule__VirtualProcessorType__OwnedModeAssignment_7_0_2 ) ) ( ( rule__VirtualProcessorType__OwnedModeAssignment_7_0_2 )* )
{
- // InternalAadl2Parser.g:33703:2: ( ( rule__VirtualProcessorType__OwnedModeAssignment_6_0_1 ) )
- // InternalAadl2Parser.g:33704:3: ( rule__VirtualProcessorType__OwnedModeAssignment_6_0_1 )
+ // InternalAadl2Parser.g:33212:2: ( ( rule__VirtualProcessorType__OwnedModeAssignment_7_0_2 ) )
+ // InternalAadl2Parser.g:33213:3: ( rule__VirtualProcessorType__OwnedModeAssignment_7_0_2 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeAssignment_6_0_1());
- // InternalAadl2Parser.g:33705:3: ( rule__VirtualProcessorType__OwnedModeAssignment_6_0_1 )
- // InternalAadl2Parser.g:33705:4: rule__VirtualProcessorType__OwnedModeAssignment_6_0_1
+ before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeAssignment_7_0_2());
+ // InternalAadl2Parser.g:33214:3: ( rule__VirtualProcessorType__OwnedModeAssignment_7_0_2 )
+ // InternalAadl2Parser.g:33214:4: rule__VirtualProcessorType__OwnedModeAssignment_7_0_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualProcessorType__OwnedModeAssignment_6_0_1();
+ rule__VirtualProcessorType__OwnedModeAssignment_7_0_2();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeAssignment_6_0_1());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeAssignment_7_0_2());
}
- // InternalAadl2Parser.g:33708:2: ( ( rule__VirtualProcessorType__OwnedModeAssignment_6_0_1 )* )
- // InternalAadl2Parser.g:33709:3: ( rule__VirtualProcessorType__OwnedModeAssignment_6_0_1 )*
+ // InternalAadl2Parser.g:33217:2: ( ( rule__VirtualProcessorType__OwnedModeAssignment_7_0_2 )* )
+ // InternalAadl2Parser.g:33218:3: ( rule__VirtualProcessorType__OwnedModeAssignment_7_0_2 )*
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeAssignment_6_0_1());
- // InternalAadl2Parser.g:33710:3: ( rule__VirtualProcessorType__OwnedModeAssignment_6_0_1 )*
+ before(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeAssignment_7_0_2());
+ // InternalAadl2Parser.g:33219:3: ( rule__VirtualProcessorType__OwnedModeAssignment_7_0_2 )*
loop673:
do {
int alt673=2;
@@ -130989,10 +129441,10 @@ public final void rule__VirtualProcessorType__Group_6_0__1__Impl() throws Recogn
switch (alt673) {
case 1 :
- // InternalAadl2Parser.g:33710:4: rule__VirtualProcessorType__OwnedModeAssignment_6_0_1
+ // InternalAadl2Parser.g:33219:4: rule__VirtualProcessorType__OwnedModeAssignment_7_0_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__VirtualProcessorType__OwnedModeAssignment_6_0_1();
+ rule__VirtualProcessorType__OwnedModeAssignment_7_0_2();
state._fsp--;
@@ -131005,7 +129457,7 @@ public final void rule__VirtualProcessorType__Group_6_0__1__Impl() throws Recogn
}
} while (true);
- after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeAssignment_6_0_1());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getOwnedModeAssignment_7_0_2());
}
@@ -131027,26 +129479,26 @@ public final void rule__VirtualProcessorType__Group_6_0__1__Impl() throws Recogn
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_6_0__1__Impl"
+ // $ANTLR end "rule__VirtualProcessorType__Group_7_0__2__Impl"
- // $ANTLR start "rule__VirtualProcessorType__Group_6_1__0"
- // InternalAadl2Parser.g:33720:1: rule__VirtualProcessorType__Group_6_1__0 : rule__VirtualProcessorType__Group_6_1__0__Impl rule__VirtualProcessorType__Group_6_1__1 ;
- public final void rule__VirtualProcessorType__Group_6_1__0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_7_1__0"
+ // InternalAadl2Parser.g:33229:1: rule__VirtualProcessorType__Group_7_1__0 : rule__VirtualProcessorType__Group_7_1__0__Impl rule__VirtualProcessorType__Group_7_1__1 ;
+ public final void rule__VirtualProcessorType__Group_7_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33724:1: ( rule__VirtualProcessorType__Group_6_1__0__Impl rule__VirtualProcessorType__Group_6_1__1 )
- // InternalAadl2Parser.g:33725:2: rule__VirtualProcessorType__Group_6_1__0__Impl rule__VirtualProcessorType__Group_6_1__1
+ // InternalAadl2Parser.g:33233:1: ( rule__VirtualProcessorType__Group_7_1__0__Impl rule__VirtualProcessorType__Group_7_1__1 )
+ // InternalAadl2Parser.g:33234:2: rule__VirtualProcessorType__Group_7_1__0__Impl rule__VirtualProcessorType__Group_7_1__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__VirtualProcessorType__Group_6_1__0__Impl();
+ rule__VirtualProcessorType__Group_7_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_6_1__1();
+ rule__VirtualProcessorType__Group_7_1__1();
state._fsp--;
@@ -131065,25 +129517,25 @@ public final void rule__VirtualProcessorType__Group_6_1__0() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_6_1__0"
+ // $ANTLR end "rule__VirtualProcessorType__Group_7_1__0"
- // $ANTLR start "rule__VirtualProcessorType__Group_6_1__0__Impl"
- // InternalAadl2Parser.g:33732:1: rule__VirtualProcessorType__Group_6_1__0__Impl : ( Modes ) ;
- public final void rule__VirtualProcessorType__Group_6_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_7_1__0__Impl"
+ // InternalAadl2Parser.g:33241:1: rule__VirtualProcessorType__Group_7_1__0__Impl : ( Modes ) ;
+ public final void rule__VirtualProcessorType__Group_7_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33736:1: ( ( Modes ) )
- // InternalAadl2Parser.g:33737:1: ( Modes )
+ // InternalAadl2Parser.g:33245:1: ( ( Modes ) )
+ // InternalAadl2Parser.g:33246:1: ( Modes )
{
- // InternalAadl2Parser.g:33737:1: ( Modes )
- // InternalAadl2Parser.g:33738:2: Modes
+ // InternalAadl2Parser.g:33246:1: ( Modes )
+ // InternalAadl2Parser.g:33247:2: Modes
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getModesKeyword_6_1_0());
+ before(grammarAccess.getVirtualProcessorTypeAccess().getModesKeyword_7_1_0());
match(input,Modes,FollowSets000.FOLLOW_2);
- after(grammarAccess.getVirtualProcessorTypeAccess().getModesKeyword_6_1_0());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getModesKeyword_7_1_0());
}
@@ -131102,21 +129554,21 @@ public final void rule__VirtualProcessorType__Group_6_1__0__Impl() throws Recogn
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_6_1__0__Impl"
+ // $ANTLR end "rule__VirtualProcessorType__Group_7_1__0__Impl"
- // $ANTLR start "rule__VirtualProcessorType__Group_6_1__1"
- // InternalAadl2Parser.g:33747:1: rule__VirtualProcessorType__Group_6_1__1 : rule__VirtualProcessorType__Group_6_1__1__Impl ;
- public final void rule__VirtualProcessorType__Group_6_1__1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_7_1__1"
+ // InternalAadl2Parser.g:33256:1: rule__VirtualProcessorType__Group_7_1__1 : rule__VirtualProcessorType__Group_7_1__1__Impl ;
+ public final void rule__VirtualProcessorType__Group_7_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33751:1: ( rule__VirtualProcessorType__Group_6_1__1__Impl )
- // InternalAadl2Parser.g:33752:2: rule__VirtualProcessorType__Group_6_1__1__Impl
+ // InternalAadl2Parser.g:33260:1: ( rule__VirtualProcessorType__Group_7_1__1__Impl )
+ // InternalAadl2Parser.g:33261:2: rule__VirtualProcessorType__Group_7_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_6_1__1__Impl();
+ rule__VirtualProcessorType__Group_7_1__1__Impl();
state._fsp--;
@@ -131135,35 +129587,35 @@ public final void rule__VirtualProcessorType__Group_6_1__1() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_6_1__1"
+ // $ANTLR end "rule__VirtualProcessorType__Group_7_1__1"
- // $ANTLR start "rule__VirtualProcessorType__Group_6_1__1__Impl"
- // InternalAadl2Parser.g:33758:1: rule__VirtualProcessorType__Group_6_1__1__Impl : ( ( rule__VirtualProcessorType__Alternatives_6_1_1 ) ) ;
- public final void rule__VirtualProcessorType__Group_6_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_7_1__1__Impl"
+ // InternalAadl2Parser.g:33267:1: rule__VirtualProcessorType__Group_7_1__1__Impl : ( ( rule__VirtualProcessorType__Alternatives_7_1_1 ) ) ;
+ public final void rule__VirtualProcessorType__Group_7_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33762:1: ( ( ( rule__VirtualProcessorType__Alternatives_6_1_1 ) ) )
- // InternalAadl2Parser.g:33763:1: ( ( rule__VirtualProcessorType__Alternatives_6_1_1 ) )
+ // InternalAadl2Parser.g:33271:1: ( ( ( rule__VirtualProcessorType__Alternatives_7_1_1 ) ) )
+ // InternalAadl2Parser.g:33272:1: ( ( rule__VirtualProcessorType__Alternatives_7_1_1 ) )
{
- // InternalAadl2Parser.g:33763:1: ( ( rule__VirtualProcessorType__Alternatives_6_1_1 ) )
- // InternalAadl2Parser.g:33764:2: ( rule__VirtualProcessorType__Alternatives_6_1_1 )
+ // InternalAadl2Parser.g:33272:1: ( ( rule__VirtualProcessorType__Alternatives_7_1_1 ) )
+ // InternalAadl2Parser.g:33273:2: ( rule__VirtualProcessorType__Alternatives_7_1_1 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_6_1_1());
- // InternalAadl2Parser.g:33765:2: ( rule__VirtualProcessorType__Alternatives_6_1_1 )
- // InternalAadl2Parser.g:33765:3: rule__VirtualProcessorType__Alternatives_6_1_1
+ before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_7_1_1());
+ // InternalAadl2Parser.g:33274:2: ( rule__VirtualProcessorType__Alternatives_7_1_1 )
+ // InternalAadl2Parser.g:33274:3: rule__VirtualProcessorType__Alternatives_7_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Alternatives_6_1_1();
+ rule__VirtualProcessorType__Alternatives_7_1_1();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_6_1_1());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_7_1_1());
}
@@ -131182,26 +129634,26 @@ public final void rule__VirtualProcessorType__Group_6_1__1__Impl() throws Recogn
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_6_1__1__Impl"
+ // $ANTLR end "rule__VirtualProcessorType__Group_7_1__1__Impl"
- // $ANTLR start "rule__VirtualProcessorType__Group_6_1_1_1__0"
- // InternalAadl2Parser.g:33774:1: rule__VirtualProcessorType__Group_6_1_1_1__0 : rule__VirtualProcessorType__Group_6_1_1_1__0__Impl rule__VirtualProcessorType__Group_6_1_1_1__1 ;
- public final void rule__VirtualProcessorType__Group_6_1_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_7_1_1_1__0"
+ // InternalAadl2Parser.g:33283:1: rule__VirtualProcessorType__Group_7_1_1_1__0 : rule__VirtualProcessorType__Group_7_1_1_1__0__Impl rule__VirtualProcessorType__Group_7_1_1_1__1 ;
+ public final void rule__VirtualProcessorType__Group_7_1_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33778:1: ( rule__VirtualProcessorType__Group_6_1_1_1__0__Impl rule__VirtualProcessorType__Group_6_1_1_1__1 )
- // InternalAadl2Parser.g:33779:2: rule__VirtualProcessorType__Group_6_1_1_1__0__Impl rule__VirtualProcessorType__Group_6_1_1_1__1
+ // InternalAadl2Parser.g:33287:1: ( rule__VirtualProcessorType__Group_7_1_1_1__0__Impl rule__VirtualProcessorType__Group_7_1_1_1__1 )
+ // InternalAadl2Parser.g:33288:2: rule__VirtualProcessorType__Group_7_1_1_1__0__Impl rule__VirtualProcessorType__Group_7_1_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__VirtualProcessorType__Group_6_1_1_1__0__Impl();
+ rule__VirtualProcessorType__Group_7_1_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_6_1_1_1__1();
+ rule__VirtualProcessorType__Group_7_1_1_1__1();
state._fsp--;
@@ -131220,35 +129672,35 @@ public final void rule__VirtualProcessorType__Group_6_1_1_1__0() throws Recognit
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_6_1_1_1__0"
+ // $ANTLR end "rule__VirtualProcessorType__Group_7_1_1_1__0"
- // $ANTLR start "rule__VirtualProcessorType__Group_6_1_1_1__0__Impl"
- // InternalAadl2Parser.g:33786:1: rule__VirtualProcessorType__Group_6_1_1_1__0__Impl : ( ( rule__VirtualProcessorType__NoModesAssignment_6_1_1_1_0 ) ) ;
- public final void rule__VirtualProcessorType__Group_6_1_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_7_1_1_1__0__Impl"
+ // InternalAadl2Parser.g:33295:1: rule__VirtualProcessorType__Group_7_1_1_1__0__Impl : ( ( rule__VirtualProcessorType__NoModesAssignment_7_1_1_1_0 ) ) ;
+ public final void rule__VirtualProcessorType__Group_7_1_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33790:1: ( ( ( rule__VirtualProcessorType__NoModesAssignment_6_1_1_1_0 ) ) )
- // InternalAadl2Parser.g:33791:1: ( ( rule__VirtualProcessorType__NoModesAssignment_6_1_1_1_0 ) )
+ // InternalAadl2Parser.g:33299:1: ( ( ( rule__VirtualProcessorType__NoModesAssignment_7_1_1_1_0 ) ) )
+ // InternalAadl2Parser.g:33300:1: ( ( rule__VirtualProcessorType__NoModesAssignment_7_1_1_1_0 ) )
{
- // InternalAadl2Parser.g:33791:1: ( ( rule__VirtualProcessorType__NoModesAssignment_6_1_1_1_0 ) )
- // InternalAadl2Parser.g:33792:2: ( rule__VirtualProcessorType__NoModesAssignment_6_1_1_1_0 )
+ // InternalAadl2Parser.g:33300:1: ( ( rule__VirtualProcessorType__NoModesAssignment_7_1_1_1_0 ) )
+ // InternalAadl2Parser.g:33301:2: ( rule__VirtualProcessorType__NoModesAssignment_7_1_1_1_0 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getNoModesAssignment_6_1_1_1_0());
- // InternalAadl2Parser.g:33793:2: ( rule__VirtualProcessorType__NoModesAssignment_6_1_1_1_0 )
- // InternalAadl2Parser.g:33793:3: rule__VirtualProcessorType__NoModesAssignment_6_1_1_1_0
+ before(grammarAccess.getVirtualProcessorTypeAccess().getNoModesAssignment_7_1_1_1_0());
+ // InternalAadl2Parser.g:33302:2: ( rule__VirtualProcessorType__NoModesAssignment_7_1_1_1_0 )
+ // InternalAadl2Parser.g:33302:3: rule__VirtualProcessorType__NoModesAssignment_7_1_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__NoModesAssignment_6_1_1_1_0();
+ rule__VirtualProcessorType__NoModesAssignment_7_1_1_1_0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getNoModesAssignment_6_1_1_1_0());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getNoModesAssignment_7_1_1_1_0());
}
@@ -131267,21 +129719,21 @@ public final void rule__VirtualProcessorType__Group_6_1_1_1__0__Impl() throws Re
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_6_1_1_1__0__Impl"
+ // $ANTLR end "rule__VirtualProcessorType__Group_7_1_1_1__0__Impl"
- // $ANTLR start "rule__VirtualProcessorType__Group_6_1_1_1__1"
- // InternalAadl2Parser.g:33801:1: rule__VirtualProcessorType__Group_6_1_1_1__1 : rule__VirtualProcessorType__Group_6_1_1_1__1__Impl ;
- public final void rule__VirtualProcessorType__Group_6_1_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_7_1_1_1__1"
+ // InternalAadl2Parser.g:33310:1: rule__VirtualProcessorType__Group_7_1_1_1__1 : rule__VirtualProcessorType__Group_7_1_1_1__1__Impl ;
+ public final void rule__VirtualProcessorType__Group_7_1_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33805:1: ( rule__VirtualProcessorType__Group_6_1_1_1__1__Impl )
- // InternalAadl2Parser.g:33806:2: rule__VirtualProcessorType__Group_6_1_1_1__1__Impl
+ // InternalAadl2Parser.g:33314:1: ( rule__VirtualProcessorType__Group_7_1_1_1__1__Impl )
+ // InternalAadl2Parser.g:33315:2: rule__VirtualProcessorType__Group_7_1_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_6_1_1_1__1__Impl();
+ rule__VirtualProcessorType__Group_7_1_1_1__1__Impl();
state._fsp--;
@@ -131300,25 +129752,25 @@ public final void rule__VirtualProcessorType__Group_6_1_1_1__1() throws Recognit
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_6_1_1_1__1"
+ // $ANTLR end "rule__VirtualProcessorType__Group_7_1_1_1__1"
- // $ANTLR start "rule__VirtualProcessorType__Group_6_1_1_1__1__Impl"
- // InternalAadl2Parser.g:33812:1: rule__VirtualProcessorType__Group_6_1_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__VirtualProcessorType__Group_6_1_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_7_1_1_1__1__Impl"
+ // InternalAadl2Parser.g:33321:1: rule__VirtualProcessorType__Group_7_1_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__VirtualProcessorType__Group_7_1_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33816:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:33817:1: ( Semicolon )
+ // InternalAadl2Parser.g:33325:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:33326:1: ( Semicolon )
{
- // InternalAadl2Parser.g:33817:1: ( Semicolon )
- // InternalAadl2Parser.g:33818:2: Semicolon
+ // InternalAadl2Parser.g:33326:1: ( Semicolon )
+ // InternalAadl2Parser.g:33327:2: Semicolon
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_6_1_1_1_1());
+ before(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_7_1_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_6_1_1_1_1());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_7_1_1_1_1());
}
@@ -131337,26 +129789,26 @@ public final void rule__VirtualProcessorType__Group_6_1_1_1__1__Impl() throws Re
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_6_1_1_1__1__Impl"
+ // $ANTLR end "rule__VirtualProcessorType__Group_7_1_1_1__1__Impl"
- // $ANTLR start "rule__VirtualProcessorType__Group_7__0"
- // InternalAadl2Parser.g:33828:1: rule__VirtualProcessorType__Group_7__0 : rule__VirtualProcessorType__Group_7__0__Impl rule__VirtualProcessorType__Group_7__1 ;
- public final void rule__VirtualProcessorType__Group_7__0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_8__0"
+ // InternalAadl2Parser.g:33337:1: rule__VirtualProcessorType__Group_8__0 : rule__VirtualProcessorType__Group_8__0__Impl rule__VirtualProcessorType__Group_8__1 ;
+ public final void rule__VirtualProcessorType__Group_8__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33832:1: ( rule__VirtualProcessorType__Group_7__0__Impl rule__VirtualProcessorType__Group_7__1 )
- // InternalAadl2Parser.g:33833:2: rule__VirtualProcessorType__Group_7__0__Impl rule__VirtualProcessorType__Group_7__1
+ // InternalAadl2Parser.g:33341:1: ( rule__VirtualProcessorType__Group_8__0__Impl rule__VirtualProcessorType__Group_8__1 )
+ // InternalAadl2Parser.g:33342:2: rule__VirtualProcessorType__Group_8__0__Impl rule__VirtualProcessorType__Group_8__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__VirtualProcessorType__Group_7__0__Impl();
+ rule__VirtualProcessorType__Group_8__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_7__1();
+ rule__VirtualProcessorType__Group_8__1();
state._fsp--;
@@ -131375,25 +129827,25 @@ public final void rule__VirtualProcessorType__Group_7__0() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_7__0"
+ // $ANTLR end "rule__VirtualProcessorType__Group_8__0"
- // $ANTLR start "rule__VirtualProcessorType__Group_7__0__Impl"
- // InternalAadl2Parser.g:33840:1: rule__VirtualProcessorType__Group_7__0__Impl : ( Properties ) ;
- public final void rule__VirtualProcessorType__Group_7__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_8__0__Impl"
+ // InternalAadl2Parser.g:33349:1: rule__VirtualProcessorType__Group_8__0__Impl : ( Properties ) ;
+ public final void rule__VirtualProcessorType__Group_8__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33844:1: ( ( Properties ) )
- // InternalAadl2Parser.g:33845:1: ( Properties )
+ // InternalAadl2Parser.g:33353:1: ( ( Properties ) )
+ // InternalAadl2Parser.g:33354:1: ( Properties )
{
- // InternalAadl2Parser.g:33845:1: ( Properties )
- // InternalAadl2Parser.g:33846:2: Properties
+ // InternalAadl2Parser.g:33354:1: ( Properties )
+ // InternalAadl2Parser.g:33355:2: Properties
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getPropertiesKeyword_7_0());
+ before(grammarAccess.getVirtualProcessorTypeAccess().getPropertiesKeyword_8_0());
match(input,Properties,FollowSets000.FOLLOW_2);
- after(grammarAccess.getVirtualProcessorTypeAccess().getPropertiesKeyword_7_0());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getPropertiesKeyword_8_0());
}
@@ -131412,21 +129864,21 @@ public final void rule__VirtualProcessorType__Group_7__0__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_7__0__Impl"
+ // $ANTLR end "rule__VirtualProcessorType__Group_8__0__Impl"
- // $ANTLR start "rule__VirtualProcessorType__Group_7__1"
- // InternalAadl2Parser.g:33855:1: rule__VirtualProcessorType__Group_7__1 : rule__VirtualProcessorType__Group_7__1__Impl ;
- public final void rule__VirtualProcessorType__Group_7__1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_8__1"
+ // InternalAadl2Parser.g:33364:1: rule__VirtualProcessorType__Group_8__1 : rule__VirtualProcessorType__Group_8__1__Impl ;
+ public final void rule__VirtualProcessorType__Group_8__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33859:1: ( rule__VirtualProcessorType__Group_7__1__Impl )
- // InternalAadl2Parser.g:33860:2: rule__VirtualProcessorType__Group_7__1__Impl
+ // InternalAadl2Parser.g:33368:1: ( rule__VirtualProcessorType__Group_8__1__Impl )
+ // InternalAadl2Parser.g:33369:2: rule__VirtualProcessorType__Group_8__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_7__1__Impl();
+ rule__VirtualProcessorType__Group_8__1__Impl();
state._fsp--;
@@ -131445,35 +129897,35 @@ public final void rule__VirtualProcessorType__Group_7__1() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_7__1"
+ // $ANTLR end "rule__VirtualProcessorType__Group_8__1"
- // $ANTLR start "rule__VirtualProcessorType__Group_7__1__Impl"
- // InternalAadl2Parser.g:33866:1: rule__VirtualProcessorType__Group_7__1__Impl : ( ( rule__VirtualProcessorType__Alternatives_7_1 ) ) ;
- public final void rule__VirtualProcessorType__Group_7__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_8__1__Impl"
+ // InternalAadl2Parser.g:33375:1: rule__VirtualProcessorType__Group_8__1__Impl : ( ( rule__VirtualProcessorType__Alternatives_8_1 ) ) ;
+ public final void rule__VirtualProcessorType__Group_8__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33870:1: ( ( ( rule__VirtualProcessorType__Alternatives_7_1 ) ) )
- // InternalAadl2Parser.g:33871:1: ( ( rule__VirtualProcessorType__Alternatives_7_1 ) )
+ // InternalAadl2Parser.g:33379:1: ( ( ( rule__VirtualProcessorType__Alternatives_8_1 ) ) )
+ // InternalAadl2Parser.g:33380:1: ( ( rule__VirtualProcessorType__Alternatives_8_1 ) )
{
- // InternalAadl2Parser.g:33871:1: ( ( rule__VirtualProcessorType__Alternatives_7_1 ) )
- // InternalAadl2Parser.g:33872:2: ( rule__VirtualProcessorType__Alternatives_7_1 )
+ // InternalAadl2Parser.g:33380:1: ( ( rule__VirtualProcessorType__Alternatives_8_1 ) )
+ // InternalAadl2Parser.g:33381:2: ( rule__VirtualProcessorType__Alternatives_8_1 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_7_1());
- // InternalAadl2Parser.g:33873:2: ( rule__VirtualProcessorType__Alternatives_7_1 )
- // InternalAadl2Parser.g:33873:3: rule__VirtualProcessorType__Alternatives_7_1
+ before(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_8_1());
+ // InternalAadl2Parser.g:33382:2: ( rule__VirtualProcessorType__Alternatives_8_1 )
+ // InternalAadl2Parser.g:33382:3: rule__VirtualProcessorType__Alternatives_8_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Alternatives_7_1();
+ rule__VirtualProcessorType__Alternatives_8_1();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_7_1());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getAlternatives_8_1());
}
@@ -131492,26 +129944,26 @@ public final void rule__VirtualProcessorType__Group_7__1__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_7__1__Impl"
+ // $ANTLR end "rule__VirtualProcessorType__Group_8__1__Impl"
- // $ANTLR start "rule__VirtualProcessorType__Group_7_1_1__0"
- // InternalAadl2Parser.g:33882:1: rule__VirtualProcessorType__Group_7_1_1__0 : rule__VirtualProcessorType__Group_7_1_1__0__Impl rule__VirtualProcessorType__Group_7_1_1__1 ;
- public final void rule__VirtualProcessorType__Group_7_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_8_1_1__0"
+ // InternalAadl2Parser.g:33391:1: rule__VirtualProcessorType__Group_8_1_1__0 : rule__VirtualProcessorType__Group_8_1_1__0__Impl rule__VirtualProcessorType__Group_8_1_1__1 ;
+ public final void rule__VirtualProcessorType__Group_8_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33886:1: ( rule__VirtualProcessorType__Group_7_1_1__0__Impl rule__VirtualProcessorType__Group_7_1_1__1 )
- // InternalAadl2Parser.g:33887:2: rule__VirtualProcessorType__Group_7_1_1__0__Impl rule__VirtualProcessorType__Group_7_1_1__1
+ // InternalAadl2Parser.g:33395:1: ( rule__VirtualProcessorType__Group_8_1_1__0__Impl rule__VirtualProcessorType__Group_8_1_1__1 )
+ // InternalAadl2Parser.g:33396:2: rule__VirtualProcessorType__Group_8_1_1__0__Impl rule__VirtualProcessorType__Group_8_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__VirtualProcessorType__Group_7_1_1__0__Impl();
+ rule__VirtualProcessorType__Group_8_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_7_1_1__1();
+ rule__VirtualProcessorType__Group_8_1_1__1();
state._fsp--;
@@ -131530,35 +129982,35 @@ public final void rule__VirtualProcessorType__Group_7_1_1__0() throws Recognitio
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_7_1_1__0"
+ // $ANTLR end "rule__VirtualProcessorType__Group_8_1_1__0"
- // $ANTLR start "rule__VirtualProcessorType__Group_7_1_1__0__Impl"
- // InternalAadl2Parser.g:33894:1: rule__VirtualProcessorType__Group_7_1_1__0__Impl : ( ( rule__VirtualProcessorType__NoPropertiesAssignment_7_1_1_0 ) ) ;
- public final void rule__VirtualProcessorType__Group_7_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_8_1_1__0__Impl"
+ // InternalAadl2Parser.g:33403:1: rule__VirtualProcessorType__Group_8_1_1__0__Impl : ( ( rule__VirtualProcessorType__NoPropertiesAssignment_8_1_1_0 ) ) ;
+ public final void rule__VirtualProcessorType__Group_8_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33898:1: ( ( ( rule__VirtualProcessorType__NoPropertiesAssignment_7_1_1_0 ) ) )
- // InternalAadl2Parser.g:33899:1: ( ( rule__VirtualProcessorType__NoPropertiesAssignment_7_1_1_0 ) )
+ // InternalAadl2Parser.g:33407:1: ( ( ( rule__VirtualProcessorType__NoPropertiesAssignment_8_1_1_0 ) ) )
+ // InternalAadl2Parser.g:33408:1: ( ( rule__VirtualProcessorType__NoPropertiesAssignment_8_1_1_0 ) )
{
- // InternalAadl2Parser.g:33899:1: ( ( rule__VirtualProcessorType__NoPropertiesAssignment_7_1_1_0 ) )
- // InternalAadl2Parser.g:33900:2: ( rule__VirtualProcessorType__NoPropertiesAssignment_7_1_1_0 )
+ // InternalAadl2Parser.g:33408:1: ( ( rule__VirtualProcessorType__NoPropertiesAssignment_8_1_1_0 ) )
+ // InternalAadl2Parser.g:33409:2: ( rule__VirtualProcessorType__NoPropertiesAssignment_8_1_1_0 )
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getNoPropertiesAssignment_7_1_1_0());
- // InternalAadl2Parser.g:33901:2: ( rule__VirtualProcessorType__NoPropertiesAssignment_7_1_1_0 )
- // InternalAadl2Parser.g:33901:3: rule__VirtualProcessorType__NoPropertiesAssignment_7_1_1_0
+ before(grammarAccess.getVirtualProcessorTypeAccess().getNoPropertiesAssignment_8_1_1_0());
+ // InternalAadl2Parser.g:33410:2: ( rule__VirtualProcessorType__NoPropertiesAssignment_8_1_1_0 )
+ // InternalAadl2Parser.g:33410:3: rule__VirtualProcessorType__NoPropertiesAssignment_8_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__NoPropertiesAssignment_7_1_1_0();
+ rule__VirtualProcessorType__NoPropertiesAssignment_8_1_1_0();
state._fsp--;
}
- after(grammarAccess.getVirtualProcessorTypeAccess().getNoPropertiesAssignment_7_1_1_0());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getNoPropertiesAssignment_8_1_1_0());
}
@@ -131577,21 +130029,21 @@ public final void rule__VirtualProcessorType__Group_7_1_1__0__Impl() throws Reco
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_7_1_1__0__Impl"
+ // $ANTLR end "rule__VirtualProcessorType__Group_8_1_1__0__Impl"
- // $ANTLR start "rule__VirtualProcessorType__Group_7_1_1__1"
- // InternalAadl2Parser.g:33909:1: rule__VirtualProcessorType__Group_7_1_1__1 : rule__VirtualProcessorType__Group_7_1_1__1__Impl ;
- public final void rule__VirtualProcessorType__Group_7_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_8_1_1__1"
+ // InternalAadl2Parser.g:33418:1: rule__VirtualProcessorType__Group_8_1_1__1 : rule__VirtualProcessorType__Group_8_1_1__1__Impl ;
+ public final void rule__VirtualProcessorType__Group_8_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33913:1: ( rule__VirtualProcessorType__Group_7_1_1__1__Impl )
- // InternalAadl2Parser.g:33914:2: rule__VirtualProcessorType__Group_7_1_1__1__Impl
+ // InternalAadl2Parser.g:33422:1: ( rule__VirtualProcessorType__Group_8_1_1__1__Impl )
+ // InternalAadl2Parser.g:33423:2: rule__VirtualProcessorType__Group_8_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__VirtualProcessorType__Group_7_1_1__1__Impl();
+ rule__VirtualProcessorType__Group_8_1_1__1__Impl();
state._fsp--;
@@ -131610,25 +130062,25 @@ public final void rule__VirtualProcessorType__Group_7_1_1__1() throws Recognitio
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_7_1_1__1"
+ // $ANTLR end "rule__VirtualProcessorType__Group_8_1_1__1"
- // $ANTLR start "rule__VirtualProcessorType__Group_7_1_1__1__Impl"
- // InternalAadl2Parser.g:33920:1: rule__VirtualProcessorType__Group_7_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__VirtualProcessorType__Group_7_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__VirtualProcessorType__Group_8_1_1__1__Impl"
+ // InternalAadl2Parser.g:33429:1: rule__VirtualProcessorType__Group_8_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__VirtualProcessorType__Group_8_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33924:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:33925:1: ( Semicolon )
+ // InternalAadl2Parser.g:33433:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:33434:1: ( Semicolon )
{
- // InternalAadl2Parser.g:33925:1: ( Semicolon )
- // InternalAadl2Parser.g:33926:2: Semicolon
+ // InternalAadl2Parser.g:33434:1: ( Semicolon )
+ // InternalAadl2Parser.g:33435:2: Semicolon
{
- before(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_7_1_1_1());
+ before(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_8_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_7_1_1_1());
+ after(grammarAccess.getVirtualProcessorTypeAccess().getSemicolonKeyword_8_1_1_1());
}
@@ -131647,18 +130099,18 @@ public final void rule__VirtualProcessorType__Group_7_1_1__1__Impl() throws Reco
}
return ;
}
- // $ANTLR end "rule__VirtualProcessorType__Group_7_1_1__1__Impl"
+ // $ANTLR end "rule__VirtualProcessorType__Group_8_1_1__1__Impl"
// $ANTLR start "rule__DataType__Group__0"
- // InternalAadl2Parser.g:33936:1: rule__DataType__Group__0 : rule__DataType__Group__0__Impl rule__DataType__Group__1 ;
+ // InternalAadl2Parser.g:33445:1: rule__DataType__Group__0 : rule__DataType__Group__0__Impl rule__DataType__Group__1 ;
public final void rule__DataType__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33940:1: ( rule__DataType__Group__0__Impl rule__DataType__Group__1 )
- // InternalAadl2Parser.g:33941:2: rule__DataType__Group__0__Impl rule__DataType__Group__1
+ // InternalAadl2Parser.g:33449:1: ( rule__DataType__Group__0__Impl rule__DataType__Group__1 )
+ // InternalAadl2Parser.g:33450:2: rule__DataType__Group__0__Impl rule__DataType__Group__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__DataType__Group__0__Impl();
@@ -131689,17 +130141,17 @@ public final void rule__DataType__Group__0() throws RecognitionException {
// $ANTLR start "rule__DataType__Group__0__Impl"
- // InternalAadl2Parser.g:33948:1: rule__DataType__Group__0__Impl : ( Data ) ;
+ // InternalAadl2Parser.g:33457:1: rule__DataType__Group__0__Impl : ( Data ) ;
public final void rule__DataType__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33952:1: ( ( Data ) )
- // InternalAadl2Parser.g:33953:1: ( Data )
+ // InternalAadl2Parser.g:33461:1: ( ( Data ) )
+ // InternalAadl2Parser.g:33462:1: ( Data )
{
- // InternalAadl2Parser.g:33953:1: ( Data )
- // InternalAadl2Parser.g:33954:2: Data
+ // InternalAadl2Parser.g:33462:1: ( Data )
+ // InternalAadl2Parser.g:33463:2: Data
{
before(grammarAccess.getDataTypeAccess().getDataKeyword_0());
match(input,Data,FollowSets000.FOLLOW_2);
@@ -131726,14 +130178,14 @@ public final void rule__DataType__Group__0__Impl() throws RecognitionException {
// $ANTLR start "rule__DataType__Group__1"
- // InternalAadl2Parser.g:33963:1: rule__DataType__Group__1 : rule__DataType__Group__1__Impl rule__DataType__Group__2 ;
+ // InternalAadl2Parser.g:33472:1: rule__DataType__Group__1 : rule__DataType__Group__1__Impl rule__DataType__Group__2 ;
public final void rule__DataType__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33967:1: ( rule__DataType__Group__1__Impl rule__DataType__Group__2 )
- // InternalAadl2Parser.g:33968:2: rule__DataType__Group__1__Impl rule__DataType__Group__2
+ // InternalAadl2Parser.g:33476:1: ( rule__DataType__Group__1__Impl rule__DataType__Group__2 )
+ // InternalAadl2Parser.g:33477:2: rule__DataType__Group__1__Impl rule__DataType__Group__2
{
pushFollow(FollowSets000.FOLLOW_27);
rule__DataType__Group__1__Impl();
@@ -131764,21 +130216,21 @@ public final void rule__DataType__Group__1() throws RecognitionException {
// $ANTLR start "rule__DataType__Group__1__Impl"
- // InternalAadl2Parser.g:33975:1: rule__DataType__Group__1__Impl : ( ( rule__DataType__NameAssignment_1 ) ) ;
+ // InternalAadl2Parser.g:33484:1: rule__DataType__Group__1__Impl : ( ( rule__DataType__NameAssignment_1 ) ) ;
public final void rule__DataType__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33979:1: ( ( ( rule__DataType__NameAssignment_1 ) ) )
- // InternalAadl2Parser.g:33980:1: ( ( rule__DataType__NameAssignment_1 ) )
+ // InternalAadl2Parser.g:33488:1: ( ( ( rule__DataType__NameAssignment_1 ) ) )
+ // InternalAadl2Parser.g:33489:1: ( ( rule__DataType__NameAssignment_1 ) )
{
- // InternalAadl2Parser.g:33980:1: ( ( rule__DataType__NameAssignment_1 ) )
- // InternalAadl2Parser.g:33981:2: ( rule__DataType__NameAssignment_1 )
+ // InternalAadl2Parser.g:33489:1: ( ( rule__DataType__NameAssignment_1 ) )
+ // InternalAadl2Parser.g:33490:2: ( rule__DataType__NameAssignment_1 )
{
before(grammarAccess.getDataTypeAccess().getNameAssignment_1());
- // InternalAadl2Parser.g:33982:2: ( rule__DataType__NameAssignment_1 )
- // InternalAadl2Parser.g:33982:3: rule__DataType__NameAssignment_1
+ // InternalAadl2Parser.g:33491:2: ( rule__DataType__NameAssignment_1 )
+ // InternalAadl2Parser.g:33491:3: rule__DataType__NameAssignment_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__NameAssignment_1();
@@ -131811,14 +130263,14 @@ public final void rule__DataType__Group__1__Impl() throws RecognitionException {
// $ANTLR start "rule__DataType__Group__2"
- // InternalAadl2Parser.g:33990:1: rule__DataType__Group__2 : rule__DataType__Group__2__Impl rule__DataType__Group__3 ;
+ // InternalAadl2Parser.g:33499:1: rule__DataType__Group__2 : rule__DataType__Group__2__Impl rule__DataType__Group__3 ;
public final void rule__DataType__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:33994:1: ( rule__DataType__Group__2__Impl rule__DataType__Group__3 )
- // InternalAadl2Parser.g:33995:2: rule__DataType__Group__2__Impl rule__DataType__Group__3
+ // InternalAadl2Parser.g:33503:1: ( rule__DataType__Group__2__Impl rule__DataType__Group__3 )
+ // InternalAadl2Parser.g:33504:2: rule__DataType__Group__2__Impl rule__DataType__Group__3
{
pushFollow(FollowSets000.FOLLOW_27);
rule__DataType__Group__2__Impl();
@@ -131849,20 +130301,20 @@ public final void rule__DataType__Group__2() throws RecognitionException {
// $ANTLR start "rule__DataType__Group__2__Impl"
- // InternalAadl2Parser.g:34002:1: rule__DataType__Group__2__Impl : ( ( rule__DataType__Group_2__0 )? ) ;
+ // InternalAadl2Parser.g:33511:1: rule__DataType__Group__2__Impl : ( ( rule__DataType__Group_2__0 )? ) ;
public final void rule__DataType__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34006:1: ( ( ( rule__DataType__Group_2__0 )? ) )
- // InternalAadl2Parser.g:34007:1: ( ( rule__DataType__Group_2__0 )? )
+ // InternalAadl2Parser.g:33515:1: ( ( ( rule__DataType__Group_2__0 )? ) )
+ // InternalAadl2Parser.g:33516:1: ( ( rule__DataType__Group_2__0 )? )
{
- // InternalAadl2Parser.g:34007:1: ( ( rule__DataType__Group_2__0 )? )
- // InternalAadl2Parser.g:34008:2: ( rule__DataType__Group_2__0 )?
+ // InternalAadl2Parser.g:33516:1: ( ( rule__DataType__Group_2__0 )? )
+ // InternalAadl2Parser.g:33517:2: ( rule__DataType__Group_2__0 )?
{
before(grammarAccess.getDataTypeAccess().getGroup_2());
- // InternalAadl2Parser.g:34009:2: ( rule__DataType__Group_2__0 )?
+ // InternalAadl2Parser.g:33518:2: ( rule__DataType__Group_2__0 )?
int alt674=2;
int LA674_0 = input.LA(1);
@@ -131871,7 +130323,7 @@ public final void rule__DataType__Group__2__Impl() throws RecognitionException {
}
switch (alt674) {
case 1 :
- // InternalAadl2Parser.g:34009:3: rule__DataType__Group_2__0
+ // InternalAadl2Parser.g:33518:3: rule__DataType__Group_2__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__Group_2__0();
@@ -131907,14 +130359,14 @@ public final void rule__DataType__Group__2__Impl() throws RecognitionException {
// $ANTLR start "rule__DataType__Group__3"
- // InternalAadl2Parser.g:34017:1: rule__DataType__Group__3 : rule__DataType__Group__3__Impl rule__DataType__Group__4 ;
+ // InternalAadl2Parser.g:33526:1: rule__DataType__Group__3 : rule__DataType__Group__3__Impl rule__DataType__Group__4 ;
public final void rule__DataType__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34021:1: ( rule__DataType__Group__3__Impl rule__DataType__Group__4 )
- // InternalAadl2Parser.g:34022:2: rule__DataType__Group__3__Impl rule__DataType__Group__4
+ // InternalAadl2Parser.g:33530:1: ( rule__DataType__Group__3__Impl rule__DataType__Group__4 )
+ // InternalAadl2Parser.g:33531:2: rule__DataType__Group__3__Impl rule__DataType__Group__4
{
pushFollow(FollowSets000.FOLLOW_27);
rule__DataType__Group__3__Impl();
@@ -131945,20 +130397,20 @@ public final void rule__DataType__Group__3() throws RecognitionException {
// $ANTLR start "rule__DataType__Group__3__Impl"
- // InternalAadl2Parser.g:34029:1: rule__DataType__Group__3__Impl : ( ( rule__DataType__Group_3__0 )? ) ;
+ // InternalAadl2Parser.g:33538:1: rule__DataType__Group__3__Impl : ( ( rule__DataType__Group_3__0 )? ) ;
public final void rule__DataType__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34033:1: ( ( ( rule__DataType__Group_3__0 )? ) )
- // InternalAadl2Parser.g:34034:1: ( ( rule__DataType__Group_3__0 )? )
+ // InternalAadl2Parser.g:33542:1: ( ( ( rule__DataType__Group_3__0 )? ) )
+ // InternalAadl2Parser.g:33543:1: ( ( rule__DataType__Group_3__0 )? )
{
- // InternalAadl2Parser.g:34034:1: ( ( rule__DataType__Group_3__0 )? )
- // InternalAadl2Parser.g:34035:2: ( rule__DataType__Group_3__0 )?
+ // InternalAadl2Parser.g:33543:1: ( ( rule__DataType__Group_3__0 )? )
+ // InternalAadl2Parser.g:33544:2: ( rule__DataType__Group_3__0 )?
{
before(grammarAccess.getDataTypeAccess().getGroup_3());
- // InternalAadl2Parser.g:34036:2: ( rule__DataType__Group_3__0 )?
+ // InternalAadl2Parser.g:33545:2: ( rule__DataType__Group_3__0 )?
int alt675=2;
int LA675_0 = input.LA(1);
@@ -131967,7 +130419,7 @@ public final void rule__DataType__Group__3__Impl() throws RecognitionException {
}
switch (alt675) {
case 1 :
- // InternalAadl2Parser.g:34036:3: rule__DataType__Group_3__0
+ // InternalAadl2Parser.g:33545:3: rule__DataType__Group_3__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__Group_3__0();
@@ -132003,14 +130455,14 @@ public final void rule__DataType__Group__3__Impl() throws RecognitionException {
// $ANTLR start "rule__DataType__Group__4"
- // InternalAadl2Parser.g:34044:1: rule__DataType__Group__4 : rule__DataType__Group__4__Impl rule__DataType__Group__5 ;
+ // InternalAadl2Parser.g:33553:1: rule__DataType__Group__4 : rule__DataType__Group__4__Impl rule__DataType__Group__5 ;
public final void rule__DataType__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34048:1: ( rule__DataType__Group__4__Impl rule__DataType__Group__5 )
- // InternalAadl2Parser.g:34049:2: rule__DataType__Group__4__Impl rule__DataType__Group__5
+ // InternalAadl2Parser.g:33557:1: ( rule__DataType__Group__4__Impl rule__DataType__Group__5 )
+ // InternalAadl2Parser.g:33558:2: rule__DataType__Group__4__Impl rule__DataType__Group__5
{
pushFollow(FollowSets000.FOLLOW_27);
rule__DataType__Group__4__Impl();
@@ -132041,20 +130493,20 @@ public final void rule__DataType__Group__4() throws RecognitionException {
// $ANTLR start "rule__DataType__Group__4__Impl"
- // InternalAadl2Parser.g:34056:1: rule__DataType__Group__4__Impl : ( ( rule__DataType__Group_4__0 )? ) ;
+ // InternalAadl2Parser.g:33565:1: rule__DataType__Group__4__Impl : ( ( rule__DataType__Group_4__0 )? ) ;
public final void rule__DataType__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34060:1: ( ( ( rule__DataType__Group_4__0 )? ) )
- // InternalAadl2Parser.g:34061:1: ( ( rule__DataType__Group_4__0 )? )
+ // InternalAadl2Parser.g:33569:1: ( ( ( rule__DataType__Group_4__0 )? ) )
+ // InternalAadl2Parser.g:33570:1: ( ( rule__DataType__Group_4__0 )? )
{
- // InternalAadl2Parser.g:34061:1: ( ( rule__DataType__Group_4__0 )? )
- // InternalAadl2Parser.g:34062:2: ( rule__DataType__Group_4__0 )?
+ // InternalAadl2Parser.g:33570:1: ( ( rule__DataType__Group_4__0 )? )
+ // InternalAadl2Parser.g:33571:2: ( rule__DataType__Group_4__0 )?
{
before(grammarAccess.getDataTypeAccess().getGroup_4());
- // InternalAadl2Parser.g:34063:2: ( rule__DataType__Group_4__0 )?
+ // InternalAadl2Parser.g:33572:2: ( rule__DataType__Group_4__0 )?
int alt676=2;
int LA676_0 = input.LA(1);
@@ -132063,7 +130515,7 @@ public final void rule__DataType__Group__4__Impl() throws RecognitionException {
}
switch (alt676) {
case 1 :
- // InternalAadl2Parser.g:34063:3: rule__DataType__Group_4__0
+ // InternalAadl2Parser.g:33572:3: rule__DataType__Group_4__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__Group_4__0();
@@ -132099,14 +130551,14 @@ public final void rule__DataType__Group__4__Impl() throws RecognitionException {
// $ANTLR start "rule__DataType__Group__5"
- // InternalAadl2Parser.g:34071:1: rule__DataType__Group__5 : rule__DataType__Group__5__Impl rule__DataType__Group__6 ;
+ // InternalAadl2Parser.g:33580:1: rule__DataType__Group__5 : rule__DataType__Group__5__Impl rule__DataType__Group__6 ;
public final void rule__DataType__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34075:1: ( rule__DataType__Group__5__Impl rule__DataType__Group__6 )
- // InternalAadl2Parser.g:34076:2: rule__DataType__Group__5__Impl rule__DataType__Group__6
+ // InternalAadl2Parser.g:33584:1: ( rule__DataType__Group__5__Impl rule__DataType__Group__6 )
+ // InternalAadl2Parser.g:33585:2: rule__DataType__Group__5__Impl rule__DataType__Group__6
{
pushFollow(FollowSets000.FOLLOW_27);
rule__DataType__Group__5__Impl();
@@ -132137,20 +130589,20 @@ public final void rule__DataType__Group__5() throws RecognitionException {
// $ANTLR start "rule__DataType__Group__5__Impl"
- // InternalAadl2Parser.g:34083:1: rule__DataType__Group__5__Impl : ( ( rule__DataType__Group_5__0 )? ) ;
+ // InternalAadl2Parser.g:33592:1: rule__DataType__Group__5__Impl : ( ( rule__DataType__Group_5__0 )? ) ;
public final void rule__DataType__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34087:1: ( ( ( rule__DataType__Group_5__0 )? ) )
- // InternalAadl2Parser.g:34088:1: ( ( rule__DataType__Group_5__0 )? )
+ // InternalAadl2Parser.g:33596:1: ( ( ( rule__DataType__Group_5__0 )? ) )
+ // InternalAadl2Parser.g:33597:1: ( ( rule__DataType__Group_5__0 )? )
{
- // InternalAadl2Parser.g:34088:1: ( ( rule__DataType__Group_5__0 )? )
- // InternalAadl2Parser.g:34089:2: ( rule__DataType__Group_5__0 )?
+ // InternalAadl2Parser.g:33597:1: ( ( rule__DataType__Group_5__0 )? )
+ // InternalAadl2Parser.g:33598:2: ( rule__DataType__Group_5__0 )?
{
before(grammarAccess.getDataTypeAccess().getGroup_5());
- // InternalAadl2Parser.g:34090:2: ( rule__DataType__Group_5__0 )?
+ // InternalAadl2Parser.g:33599:2: ( rule__DataType__Group_5__0 )?
int alt677=2;
int LA677_0 = input.LA(1);
@@ -132159,7 +130611,7 @@ public final void rule__DataType__Group__5__Impl() throws RecognitionException {
}
switch (alt677) {
case 1 :
- // InternalAadl2Parser.g:34090:3: rule__DataType__Group_5__0
+ // InternalAadl2Parser.g:33599:3: rule__DataType__Group_5__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__Group_5__0();
@@ -132195,14 +130647,14 @@ public final void rule__DataType__Group__5__Impl() throws RecognitionException {
// $ANTLR start "rule__DataType__Group__6"
- // InternalAadl2Parser.g:34098:1: rule__DataType__Group__6 : rule__DataType__Group__6__Impl rule__DataType__Group__7 ;
+ // InternalAadl2Parser.g:33607:1: rule__DataType__Group__6 : rule__DataType__Group__6__Impl rule__DataType__Group__7 ;
public final void rule__DataType__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34102:1: ( rule__DataType__Group__6__Impl rule__DataType__Group__7 )
- // InternalAadl2Parser.g:34103:2: rule__DataType__Group__6__Impl rule__DataType__Group__7
+ // InternalAadl2Parser.g:33611:1: ( rule__DataType__Group__6__Impl rule__DataType__Group__7 )
+ // InternalAadl2Parser.g:33612:2: rule__DataType__Group__6__Impl rule__DataType__Group__7
{
pushFollow(FollowSets000.FOLLOW_27);
rule__DataType__Group__6__Impl();
@@ -132233,20 +130685,20 @@ public final void rule__DataType__Group__6() throws RecognitionException {
// $ANTLR start "rule__DataType__Group__6__Impl"
- // InternalAadl2Parser.g:34110:1: rule__DataType__Group__6__Impl : ( ( rule__DataType__Alternatives_6 )? ) ;
+ // InternalAadl2Parser.g:33619:1: rule__DataType__Group__6__Impl : ( ( rule__DataType__Alternatives_6 )? ) ;
public final void rule__DataType__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34114:1: ( ( ( rule__DataType__Alternatives_6 )? ) )
- // InternalAadl2Parser.g:34115:1: ( ( rule__DataType__Alternatives_6 )? )
+ // InternalAadl2Parser.g:33623:1: ( ( ( rule__DataType__Alternatives_6 )? ) )
+ // InternalAadl2Parser.g:33624:1: ( ( rule__DataType__Alternatives_6 )? )
{
- // InternalAadl2Parser.g:34115:1: ( ( rule__DataType__Alternatives_6 )? )
- // InternalAadl2Parser.g:34116:2: ( rule__DataType__Alternatives_6 )?
+ // InternalAadl2Parser.g:33624:1: ( ( rule__DataType__Alternatives_6 )? )
+ // InternalAadl2Parser.g:33625:2: ( rule__DataType__Alternatives_6 )?
{
before(grammarAccess.getDataTypeAccess().getAlternatives_6());
- // InternalAadl2Parser.g:34117:2: ( rule__DataType__Alternatives_6 )?
+ // InternalAadl2Parser.g:33626:2: ( rule__DataType__Alternatives_6 )?
int alt678=2;
int LA678_0 = input.LA(1);
@@ -132255,7 +130707,7 @@ public final void rule__DataType__Group__6__Impl() throws RecognitionException {
}
switch (alt678) {
case 1 :
- // InternalAadl2Parser.g:34117:3: rule__DataType__Alternatives_6
+ // InternalAadl2Parser.g:33626:3: rule__DataType__Alternatives_6
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__Alternatives_6();
@@ -132291,14 +130743,14 @@ public final void rule__DataType__Group__6__Impl() throws RecognitionException {
// $ANTLR start "rule__DataType__Group__7"
- // InternalAadl2Parser.g:34125:1: rule__DataType__Group__7 : rule__DataType__Group__7__Impl rule__DataType__Group__8 ;
+ // InternalAadl2Parser.g:33634:1: rule__DataType__Group__7 : rule__DataType__Group__7__Impl rule__DataType__Group__8 ;
public final void rule__DataType__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34129:1: ( rule__DataType__Group__7__Impl rule__DataType__Group__8 )
- // InternalAadl2Parser.g:34130:2: rule__DataType__Group__7__Impl rule__DataType__Group__8
+ // InternalAadl2Parser.g:33638:1: ( rule__DataType__Group__7__Impl rule__DataType__Group__8 )
+ // InternalAadl2Parser.g:33639:2: rule__DataType__Group__7__Impl rule__DataType__Group__8
{
pushFollow(FollowSets000.FOLLOW_27);
rule__DataType__Group__7__Impl();
@@ -132329,20 +130781,20 @@ public final void rule__DataType__Group__7() throws RecognitionException {
// $ANTLR start "rule__DataType__Group__7__Impl"
- // InternalAadl2Parser.g:34137:1: rule__DataType__Group__7__Impl : ( ( rule__DataType__Group_7__0 )? ) ;
+ // InternalAadl2Parser.g:33646:1: rule__DataType__Group__7__Impl : ( ( rule__DataType__Group_7__0 )? ) ;
public final void rule__DataType__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34141:1: ( ( ( rule__DataType__Group_7__0 )? ) )
- // InternalAadl2Parser.g:34142:1: ( ( rule__DataType__Group_7__0 )? )
+ // InternalAadl2Parser.g:33650:1: ( ( ( rule__DataType__Group_7__0 )? ) )
+ // InternalAadl2Parser.g:33651:1: ( ( rule__DataType__Group_7__0 )? )
{
- // InternalAadl2Parser.g:34142:1: ( ( rule__DataType__Group_7__0 )? )
- // InternalAadl2Parser.g:34143:2: ( rule__DataType__Group_7__0 )?
+ // InternalAadl2Parser.g:33651:1: ( ( rule__DataType__Group_7__0 )? )
+ // InternalAadl2Parser.g:33652:2: ( rule__DataType__Group_7__0 )?
{
before(grammarAccess.getDataTypeAccess().getGroup_7());
- // InternalAadl2Parser.g:34144:2: ( rule__DataType__Group_7__0 )?
+ // InternalAadl2Parser.g:33653:2: ( rule__DataType__Group_7__0 )?
int alt679=2;
int LA679_0 = input.LA(1);
@@ -132351,7 +130803,7 @@ public final void rule__DataType__Group__7__Impl() throws RecognitionException {
}
switch (alt679) {
case 1 :
- // InternalAadl2Parser.g:34144:3: rule__DataType__Group_7__0
+ // InternalAadl2Parser.g:33653:3: rule__DataType__Group_7__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__Group_7__0();
@@ -132387,14 +130839,14 @@ public final void rule__DataType__Group__7__Impl() throws RecognitionException {
// $ANTLR start "rule__DataType__Group__8"
- // InternalAadl2Parser.g:34152:1: rule__DataType__Group__8 : rule__DataType__Group__8__Impl rule__DataType__Group__9 ;
+ // InternalAadl2Parser.g:33661:1: rule__DataType__Group__8 : rule__DataType__Group__8__Impl rule__DataType__Group__9 ;
public final void rule__DataType__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34156:1: ( rule__DataType__Group__8__Impl rule__DataType__Group__9 )
- // InternalAadl2Parser.g:34157:2: rule__DataType__Group__8__Impl rule__DataType__Group__9
+ // InternalAadl2Parser.g:33665:1: ( rule__DataType__Group__8__Impl rule__DataType__Group__9 )
+ // InternalAadl2Parser.g:33666:2: rule__DataType__Group__8__Impl rule__DataType__Group__9
{
pushFollow(FollowSets000.FOLLOW_27);
rule__DataType__Group__8__Impl();
@@ -132425,20 +130877,20 @@ public final void rule__DataType__Group__8() throws RecognitionException {
// $ANTLR start "rule__DataType__Group__8__Impl"
- // InternalAadl2Parser.g:34164:1: rule__DataType__Group__8__Impl : ( ( rule__DataType__OwnedAnnexSubclauseAssignment_8 )* ) ;
+ // InternalAadl2Parser.g:33673:1: rule__DataType__Group__8__Impl : ( ( rule__DataType__OwnedAnnexSubclauseAssignment_8 )* ) ;
public final void rule__DataType__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34168:1: ( ( ( rule__DataType__OwnedAnnexSubclauseAssignment_8 )* ) )
- // InternalAadl2Parser.g:34169:1: ( ( rule__DataType__OwnedAnnexSubclauseAssignment_8 )* )
+ // InternalAadl2Parser.g:33677:1: ( ( ( rule__DataType__OwnedAnnexSubclauseAssignment_8 )* ) )
+ // InternalAadl2Parser.g:33678:1: ( ( rule__DataType__OwnedAnnexSubclauseAssignment_8 )* )
{
- // InternalAadl2Parser.g:34169:1: ( ( rule__DataType__OwnedAnnexSubclauseAssignment_8 )* )
- // InternalAadl2Parser.g:34170:2: ( rule__DataType__OwnedAnnexSubclauseAssignment_8 )*
+ // InternalAadl2Parser.g:33678:1: ( ( rule__DataType__OwnedAnnexSubclauseAssignment_8 )* )
+ // InternalAadl2Parser.g:33679:2: ( rule__DataType__OwnedAnnexSubclauseAssignment_8 )*
{
before(grammarAccess.getDataTypeAccess().getOwnedAnnexSubclauseAssignment_8());
- // InternalAadl2Parser.g:34171:2: ( rule__DataType__OwnedAnnexSubclauseAssignment_8 )*
+ // InternalAadl2Parser.g:33680:2: ( rule__DataType__OwnedAnnexSubclauseAssignment_8 )*
loop680:
do {
int alt680=2;
@@ -132451,7 +130903,7 @@ public final void rule__DataType__Group__8__Impl() throws RecognitionException {
switch (alt680) {
case 1 :
- // InternalAadl2Parser.g:34171:3: rule__DataType__OwnedAnnexSubclauseAssignment_8
+ // InternalAadl2Parser.g:33680:3: rule__DataType__OwnedAnnexSubclauseAssignment_8
{
pushFollow(FollowSets000.FOLLOW_28);
rule__DataType__OwnedAnnexSubclauseAssignment_8();
@@ -132490,14 +130942,14 @@ public final void rule__DataType__Group__8__Impl() throws RecognitionException {
// $ANTLR start "rule__DataType__Group__9"
- // InternalAadl2Parser.g:34179:1: rule__DataType__Group__9 : rule__DataType__Group__9__Impl rule__DataType__Group__10 ;
+ // InternalAadl2Parser.g:33688:1: rule__DataType__Group__9 : rule__DataType__Group__9__Impl rule__DataType__Group__10 ;
public final void rule__DataType__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34183:1: ( rule__DataType__Group__9__Impl rule__DataType__Group__10 )
- // InternalAadl2Parser.g:34184:2: rule__DataType__Group__9__Impl rule__DataType__Group__10
+ // InternalAadl2Parser.g:33692:1: ( rule__DataType__Group__9__Impl rule__DataType__Group__10 )
+ // InternalAadl2Parser.g:33693:2: rule__DataType__Group__9__Impl rule__DataType__Group__10
{
pushFollow(FollowSets000.FOLLOW_4);
rule__DataType__Group__9__Impl();
@@ -132528,17 +130980,17 @@ public final void rule__DataType__Group__9() throws RecognitionException {
// $ANTLR start "rule__DataType__Group__9__Impl"
- // InternalAadl2Parser.g:34191:1: rule__DataType__Group__9__Impl : ( End ) ;
+ // InternalAadl2Parser.g:33700:1: rule__DataType__Group__9__Impl : ( End ) ;
public final void rule__DataType__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34195:1: ( ( End ) )
- // InternalAadl2Parser.g:34196:1: ( End )
+ // InternalAadl2Parser.g:33704:1: ( ( End ) )
+ // InternalAadl2Parser.g:33705:1: ( End )
{
- // InternalAadl2Parser.g:34196:1: ( End )
- // InternalAadl2Parser.g:34197:2: End
+ // InternalAadl2Parser.g:33705:1: ( End )
+ // InternalAadl2Parser.g:33706:2: End
{
before(grammarAccess.getDataTypeAccess().getEndKeyword_9());
match(input,End,FollowSets000.FOLLOW_2);
@@ -132565,14 +131017,14 @@ public final void rule__DataType__Group__9__Impl() throws RecognitionException {
// $ANTLR start "rule__DataType__Group__10"
- // InternalAadl2Parser.g:34206:1: rule__DataType__Group__10 : rule__DataType__Group__10__Impl rule__DataType__Group__11 ;
+ // InternalAadl2Parser.g:33715:1: rule__DataType__Group__10 : rule__DataType__Group__10__Impl rule__DataType__Group__11 ;
public final void rule__DataType__Group__10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34210:1: ( rule__DataType__Group__10__Impl rule__DataType__Group__11 )
- // InternalAadl2Parser.g:34211:2: rule__DataType__Group__10__Impl rule__DataType__Group__11
+ // InternalAadl2Parser.g:33719:1: ( rule__DataType__Group__10__Impl rule__DataType__Group__11 )
+ // InternalAadl2Parser.g:33720:2: rule__DataType__Group__10__Impl rule__DataType__Group__11
{
pushFollow(FollowSets000.FOLLOW_7);
rule__DataType__Group__10__Impl();
@@ -132603,17 +131055,17 @@ public final void rule__DataType__Group__10() throws RecognitionException {
// $ANTLR start "rule__DataType__Group__10__Impl"
- // InternalAadl2Parser.g:34218:1: rule__DataType__Group__10__Impl : ( RULE_ID ) ;
+ // InternalAadl2Parser.g:33727:1: rule__DataType__Group__10__Impl : ( RULE_ID ) ;
public final void rule__DataType__Group__10__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34222:1: ( ( RULE_ID ) )
- // InternalAadl2Parser.g:34223:1: ( RULE_ID )
+ // InternalAadl2Parser.g:33731:1: ( ( RULE_ID ) )
+ // InternalAadl2Parser.g:33732:1: ( RULE_ID )
{
- // InternalAadl2Parser.g:34223:1: ( RULE_ID )
- // InternalAadl2Parser.g:34224:2: RULE_ID
+ // InternalAadl2Parser.g:33732:1: ( RULE_ID )
+ // InternalAadl2Parser.g:33733:2: RULE_ID
{
before(grammarAccess.getDataTypeAccess().getIDTerminalRuleCall_10());
match(input,RULE_ID,FollowSets000.FOLLOW_2);
@@ -132640,14 +131092,14 @@ public final void rule__DataType__Group__10__Impl() throws RecognitionException
// $ANTLR start "rule__DataType__Group__11"
- // InternalAadl2Parser.g:34233:1: rule__DataType__Group__11 : rule__DataType__Group__11__Impl ;
+ // InternalAadl2Parser.g:33742:1: rule__DataType__Group__11 : rule__DataType__Group__11__Impl ;
public final void rule__DataType__Group__11() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34237:1: ( rule__DataType__Group__11__Impl )
- // InternalAadl2Parser.g:34238:2: rule__DataType__Group__11__Impl
+ // InternalAadl2Parser.g:33746:1: ( rule__DataType__Group__11__Impl )
+ // InternalAadl2Parser.g:33747:2: rule__DataType__Group__11__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__Group__11__Impl();
@@ -132673,17 +131125,17 @@ public final void rule__DataType__Group__11() throws RecognitionException {
// $ANTLR start "rule__DataType__Group__11__Impl"
- // InternalAadl2Parser.g:34244:1: rule__DataType__Group__11__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:33753:1: rule__DataType__Group__11__Impl : ( Semicolon ) ;
public final void rule__DataType__Group__11__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34248:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:34249:1: ( Semicolon )
+ // InternalAadl2Parser.g:33757:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:33758:1: ( Semicolon )
{
- // InternalAadl2Parser.g:34249:1: ( Semicolon )
- // InternalAadl2Parser.g:34250:2: Semicolon
+ // InternalAadl2Parser.g:33758:1: ( Semicolon )
+ // InternalAadl2Parser.g:33759:2: Semicolon
{
before(grammarAccess.getDataTypeAccess().getSemicolonKeyword_11());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -132710,14 +131162,14 @@ public final void rule__DataType__Group__11__Impl() throws RecognitionException
// $ANTLR start "rule__DataType__Group_2__0"
- // InternalAadl2Parser.g:34260:1: rule__DataType__Group_2__0 : rule__DataType__Group_2__0__Impl rule__DataType__Group_2__1 ;
+ // InternalAadl2Parser.g:33769:1: rule__DataType__Group_2__0 : rule__DataType__Group_2__0__Impl rule__DataType__Group_2__1 ;
public final void rule__DataType__Group_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34264:1: ( rule__DataType__Group_2__0__Impl rule__DataType__Group_2__1 )
- // InternalAadl2Parser.g:34265:2: rule__DataType__Group_2__0__Impl rule__DataType__Group_2__1
+ // InternalAadl2Parser.g:33773:1: ( rule__DataType__Group_2__0__Impl rule__DataType__Group_2__1 )
+ // InternalAadl2Parser.g:33774:2: rule__DataType__Group_2__0__Impl rule__DataType__Group_2__1
{
pushFollow(FollowSets000.FOLLOW_29);
rule__DataType__Group_2__0__Impl();
@@ -132748,21 +131200,21 @@ public final void rule__DataType__Group_2__0() throws RecognitionException {
// $ANTLR start "rule__DataType__Group_2__0__Impl"
- // InternalAadl2Parser.g:34272:1: rule__DataType__Group_2__0__Impl : ( ( rule__DataType__OwnedExtensionAssignment_2_0 ) ) ;
+ // InternalAadl2Parser.g:33781:1: rule__DataType__Group_2__0__Impl : ( ( rule__DataType__OwnedExtensionAssignment_2_0 ) ) ;
public final void rule__DataType__Group_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34276:1: ( ( ( rule__DataType__OwnedExtensionAssignment_2_0 ) ) )
- // InternalAadl2Parser.g:34277:1: ( ( rule__DataType__OwnedExtensionAssignment_2_0 ) )
+ // InternalAadl2Parser.g:33785:1: ( ( ( rule__DataType__OwnedExtensionAssignment_2_0 ) ) )
+ // InternalAadl2Parser.g:33786:1: ( ( rule__DataType__OwnedExtensionAssignment_2_0 ) )
{
- // InternalAadl2Parser.g:34277:1: ( ( rule__DataType__OwnedExtensionAssignment_2_0 ) )
- // InternalAadl2Parser.g:34278:2: ( rule__DataType__OwnedExtensionAssignment_2_0 )
+ // InternalAadl2Parser.g:33786:1: ( ( rule__DataType__OwnedExtensionAssignment_2_0 ) )
+ // InternalAadl2Parser.g:33787:2: ( rule__DataType__OwnedExtensionAssignment_2_0 )
{
before(grammarAccess.getDataTypeAccess().getOwnedExtensionAssignment_2_0());
- // InternalAadl2Parser.g:34279:2: ( rule__DataType__OwnedExtensionAssignment_2_0 )
- // InternalAadl2Parser.g:34279:3: rule__DataType__OwnedExtensionAssignment_2_0
+ // InternalAadl2Parser.g:33788:2: ( rule__DataType__OwnedExtensionAssignment_2_0 )
+ // InternalAadl2Parser.g:33788:3: rule__DataType__OwnedExtensionAssignment_2_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__OwnedExtensionAssignment_2_0();
@@ -132795,14 +131247,14 @@ public final void rule__DataType__Group_2__0__Impl() throws RecognitionException
// $ANTLR start "rule__DataType__Group_2__1"
- // InternalAadl2Parser.g:34287:1: rule__DataType__Group_2__1 : rule__DataType__Group_2__1__Impl ;
+ // InternalAadl2Parser.g:33796:1: rule__DataType__Group_2__1 : rule__DataType__Group_2__1__Impl ;
public final void rule__DataType__Group_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34291:1: ( rule__DataType__Group_2__1__Impl )
- // InternalAadl2Parser.g:34292:2: rule__DataType__Group_2__1__Impl
+ // InternalAadl2Parser.g:33800:1: ( rule__DataType__Group_2__1__Impl )
+ // InternalAadl2Parser.g:33801:2: rule__DataType__Group_2__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__Group_2__1__Impl();
@@ -132828,20 +131280,20 @@ public final void rule__DataType__Group_2__1() throws RecognitionException {
// $ANTLR start "rule__DataType__Group_2__1__Impl"
- // InternalAadl2Parser.g:34298:1: rule__DataType__Group_2__1__Impl : ( ( rule__DataType__Group_2_1__0 )? ) ;
+ // InternalAadl2Parser.g:33807:1: rule__DataType__Group_2__1__Impl : ( ( rule__DataType__Group_2_1__0 )? ) ;
public final void rule__DataType__Group_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34302:1: ( ( ( rule__DataType__Group_2_1__0 )? ) )
- // InternalAadl2Parser.g:34303:1: ( ( rule__DataType__Group_2_1__0 )? )
+ // InternalAadl2Parser.g:33811:1: ( ( ( rule__DataType__Group_2_1__0 )? ) )
+ // InternalAadl2Parser.g:33812:1: ( ( rule__DataType__Group_2_1__0 )? )
{
- // InternalAadl2Parser.g:34303:1: ( ( rule__DataType__Group_2_1__0 )? )
- // InternalAadl2Parser.g:34304:2: ( rule__DataType__Group_2_1__0 )?
+ // InternalAadl2Parser.g:33812:1: ( ( rule__DataType__Group_2_1__0 )? )
+ // InternalAadl2Parser.g:33813:2: ( rule__DataType__Group_2_1__0 )?
{
before(grammarAccess.getDataTypeAccess().getGroup_2_1());
- // InternalAadl2Parser.g:34305:2: ( rule__DataType__Group_2_1__0 )?
+ // InternalAadl2Parser.g:33814:2: ( rule__DataType__Group_2_1__0 )?
int alt681=2;
int LA681_0 = input.LA(1);
@@ -132850,7 +131302,7 @@ public final void rule__DataType__Group_2__1__Impl() throws RecognitionException
}
switch (alt681) {
case 1 :
- // InternalAadl2Parser.g:34305:3: rule__DataType__Group_2_1__0
+ // InternalAadl2Parser.g:33814:3: rule__DataType__Group_2_1__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__Group_2_1__0();
@@ -132886,14 +131338,14 @@ public final void rule__DataType__Group_2__1__Impl() throws RecognitionException
// $ANTLR start "rule__DataType__Group_2_1__0"
- // InternalAadl2Parser.g:34314:1: rule__DataType__Group_2_1__0 : rule__DataType__Group_2_1__0__Impl rule__DataType__Group_2_1__1 ;
+ // InternalAadl2Parser.g:33823:1: rule__DataType__Group_2_1__0 : rule__DataType__Group_2_1__0__Impl rule__DataType__Group_2_1__1 ;
public final void rule__DataType__Group_2_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34318:1: ( rule__DataType__Group_2_1__0__Impl rule__DataType__Group_2_1__1 )
- // InternalAadl2Parser.g:34319:2: rule__DataType__Group_2_1__0__Impl rule__DataType__Group_2_1__1
+ // InternalAadl2Parser.g:33827:1: ( rule__DataType__Group_2_1__0__Impl rule__DataType__Group_2_1__1 )
+ // InternalAadl2Parser.g:33828:2: rule__DataType__Group_2_1__0__Impl rule__DataType__Group_2_1__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__DataType__Group_2_1__0__Impl();
@@ -132924,17 +131376,17 @@ public final void rule__DataType__Group_2_1__0() throws RecognitionException {
// $ANTLR start "rule__DataType__Group_2_1__0__Impl"
- // InternalAadl2Parser.g:34326:1: rule__DataType__Group_2_1__0__Impl : ( LeftParenthesis ) ;
+ // InternalAadl2Parser.g:33835:1: rule__DataType__Group_2_1__0__Impl : ( LeftParenthesis ) ;
public final void rule__DataType__Group_2_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34330:1: ( ( LeftParenthesis ) )
- // InternalAadl2Parser.g:34331:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:33839:1: ( ( LeftParenthesis ) )
+ // InternalAadl2Parser.g:33840:1: ( LeftParenthesis )
{
- // InternalAadl2Parser.g:34331:1: ( LeftParenthesis )
- // InternalAadl2Parser.g:34332:2: LeftParenthesis
+ // InternalAadl2Parser.g:33840:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:33841:2: LeftParenthesis
{
before(grammarAccess.getDataTypeAccess().getLeftParenthesisKeyword_2_1_0());
match(input,LeftParenthesis,FollowSets000.FOLLOW_2);
@@ -132961,14 +131413,14 @@ public final void rule__DataType__Group_2_1__0__Impl() throws RecognitionExcepti
// $ANTLR start "rule__DataType__Group_2_1__1"
- // InternalAadl2Parser.g:34341:1: rule__DataType__Group_2_1__1 : rule__DataType__Group_2_1__1__Impl rule__DataType__Group_2_1__2 ;
+ // InternalAadl2Parser.g:33850:1: rule__DataType__Group_2_1__1 : rule__DataType__Group_2_1__1__Impl rule__DataType__Group_2_1__2 ;
public final void rule__DataType__Group_2_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34345:1: ( rule__DataType__Group_2_1__1__Impl rule__DataType__Group_2_1__2 )
- // InternalAadl2Parser.g:34346:2: rule__DataType__Group_2_1__1__Impl rule__DataType__Group_2_1__2
+ // InternalAadl2Parser.g:33854:1: ( rule__DataType__Group_2_1__1__Impl rule__DataType__Group_2_1__2 )
+ // InternalAadl2Parser.g:33855:2: rule__DataType__Group_2_1__1__Impl rule__DataType__Group_2_1__2
{
pushFollow(FollowSets000.FOLLOW_30);
rule__DataType__Group_2_1__1__Impl();
@@ -132999,21 +131451,21 @@ public final void rule__DataType__Group_2_1__1() throws RecognitionException {
// $ANTLR start "rule__DataType__Group_2_1__1__Impl"
- // InternalAadl2Parser.g:34353:1: rule__DataType__Group_2_1__1__Impl : ( ( rule__DataType__OwnedPrototypeBindingAssignment_2_1_1 ) ) ;
+ // InternalAadl2Parser.g:33862:1: rule__DataType__Group_2_1__1__Impl : ( ( rule__DataType__OwnedPrototypeBindingAssignment_2_1_1 ) ) ;
public final void rule__DataType__Group_2_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34357:1: ( ( ( rule__DataType__OwnedPrototypeBindingAssignment_2_1_1 ) ) )
- // InternalAadl2Parser.g:34358:1: ( ( rule__DataType__OwnedPrototypeBindingAssignment_2_1_1 ) )
+ // InternalAadl2Parser.g:33866:1: ( ( ( rule__DataType__OwnedPrototypeBindingAssignment_2_1_1 ) ) )
+ // InternalAadl2Parser.g:33867:1: ( ( rule__DataType__OwnedPrototypeBindingAssignment_2_1_1 ) )
{
- // InternalAadl2Parser.g:34358:1: ( ( rule__DataType__OwnedPrototypeBindingAssignment_2_1_1 ) )
- // InternalAadl2Parser.g:34359:2: ( rule__DataType__OwnedPrototypeBindingAssignment_2_1_1 )
+ // InternalAadl2Parser.g:33867:1: ( ( rule__DataType__OwnedPrototypeBindingAssignment_2_1_1 ) )
+ // InternalAadl2Parser.g:33868:2: ( rule__DataType__OwnedPrototypeBindingAssignment_2_1_1 )
{
before(grammarAccess.getDataTypeAccess().getOwnedPrototypeBindingAssignment_2_1_1());
- // InternalAadl2Parser.g:34360:2: ( rule__DataType__OwnedPrototypeBindingAssignment_2_1_1 )
- // InternalAadl2Parser.g:34360:3: rule__DataType__OwnedPrototypeBindingAssignment_2_1_1
+ // InternalAadl2Parser.g:33869:2: ( rule__DataType__OwnedPrototypeBindingAssignment_2_1_1 )
+ // InternalAadl2Parser.g:33869:3: rule__DataType__OwnedPrototypeBindingAssignment_2_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__OwnedPrototypeBindingAssignment_2_1_1();
@@ -133046,14 +131498,14 @@ public final void rule__DataType__Group_2_1__1__Impl() throws RecognitionExcepti
// $ANTLR start "rule__DataType__Group_2_1__2"
- // InternalAadl2Parser.g:34368:1: rule__DataType__Group_2_1__2 : rule__DataType__Group_2_1__2__Impl rule__DataType__Group_2_1__3 ;
+ // InternalAadl2Parser.g:33877:1: rule__DataType__Group_2_1__2 : rule__DataType__Group_2_1__2__Impl rule__DataType__Group_2_1__3 ;
public final void rule__DataType__Group_2_1__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34372:1: ( rule__DataType__Group_2_1__2__Impl rule__DataType__Group_2_1__3 )
- // InternalAadl2Parser.g:34373:2: rule__DataType__Group_2_1__2__Impl rule__DataType__Group_2_1__3
+ // InternalAadl2Parser.g:33881:1: ( rule__DataType__Group_2_1__2__Impl rule__DataType__Group_2_1__3 )
+ // InternalAadl2Parser.g:33882:2: rule__DataType__Group_2_1__2__Impl rule__DataType__Group_2_1__3
{
pushFollow(FollowSets000.FOLLOW_30);
rule__DataType__Group_2_1__2__Impl();
@@ -133084,20 +131536,20 @@ public final void rule__DataType__Group_2_1__2() throws RecognitionException {
// $ANTLR start "rule__DataType__Group_2_1__2__Impl"
- // InternalAadl2Parser.g:34380:1: rule__DataType__Group_2_1__2__Impl : ( ( rule__DataType__Group_2_1_2__0 )* ) ;
+ // InternalAadl2Parser.g:33889:1: rule__DataType__Group_2_1__2__Impl : ( ( rule__DataType__Group_2_1_2__0 )* ) ;
public final void rule__DataType__Group_2_1__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34384:1: ( ( ( rule__DataType__Group_2_1_2__0 )* ) )
- // InternalAadl2Parser.g:34385:1: ( ( rule__DataType__Group_2_1_2__0 )* )
+ // InternalAadl2Parser.g:33893:1: ( ( ( rule__DataType__Group_2_1_2__0 )* ) )
+ // InternalAadl2Parser.g:33894:1: ( ( rule__DataType__Group_2_1_2__0 )* )
{
- // InternalAadl2Parser.g:34385:1: ( ( rule__DataType__Group_2_1_2__0 )* )
- // InternalAadl2Parser.g:34386:2: ( rule__DataType__Group_2_1_2__0 )*
+ // InternalAadl2Parser.g:33894:1: ( ( rule__DataType__Group_2_1_2__0 )* )
+ // InternalAadl2Parser.g:33895:2: ( rule__DataType__Group_2_1_2__0 )*
{
before(grammarAccess.getDataTypeAccess().getGroup_2_1_2());
- // InternalAadl2Parser.g:34387:2: ( rule__DataType__Group_2_1_2__0 )*
+ // InternalAadl2Parser.g:33896:2: ( rule__DataType__Group_2_1_2__0 )*
loop682:
do {
int alt682=2;
@@ -133110,7 +131562,7 @@ public final void rule__DataType__Group_2_1__2__Impl() throws RecognitionExcepti
switch (alt682) {
case 1 :
- // InternalAadl2Parser.g:34387:3: rule__DataType__Group_2_1_2__0
+ // InternalAadl2Parser.g:33896:3: rule__DataType__Group_2_1_2__0
{
pushFollow(FollowSets000.FOLLOW_14);
rule__DataType__Group_2_1_2__0();
@@ -133149,14 +131601,14 @@ public final void rule__DataType__Group_2_1__2__Impl() throws RecognitionExcepti
// $ANTLR start "rule__DataType__Group_2_1__3"
- // InternalAadl2Parser.g:34395:1: rule__DataType__Group_2_1__3 : rule__DataType__Group_2_1__3__Impl ;
+ // InternalAadl2Parser.g:33904:1: rule__DataType__Group_2_1__3 : rule__DataType__Group_2_1__3__Impl ;
public final void rule__DataType__Group_2_1__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34399:1: ( rule__DataType__Group_2_1__3__Impl )
- // InternalAadl2Parser.g:34400:2: rule__DataType__Group_2_1__3__Impl
+ // InternalAadl2Parser.g:33908:1: ( rule__DataType__Group_2_1__3__Impl )
+ // InternalAadl2Parser.g:33909:2: rule__DataType__Group_2_1__3__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__Group_2_1__3__Impl();
@@ -133182,17 +131634,17 @@ public final void rule__DataType__Group_2_1__3() throws RecognitionException {
// $ANTLR start "rule__DataType__Group_2_1__3__Impl"
- // InternalAadl2Parser.g:34406:1: rule__DataType__Group_2_1__3__Impl : ( RightParenthesis ) ;
+ // InternalAadl2Parser.g:33915:1: rule__DataType__Group_2_1__3__Impl : ( RightParenthesis ) ;
public final void rule__DataType__Group_2_1__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34410:1: ( ( RightParenthesis ) )
- // InternalAadl2Parser.g:34411:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:33919:1: ( ( RightParenthesis ) )
+ // InternalAadl2Parser.g:33920:1: ( RightParenthesis )
{
- // InternalAadl2Parser.g:34411:1: ( RightParenthesis )
- // InternalAadl2Parser.g:34412:2: RightParenthesis
+ // InternalAadl2Parser.g:33920:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:33921:2: RightParenthesis
{
before(grammarAccess.getDataTypeAccess().getRightParenthesisKeyword_2_1_3());
match(input,RightParenthesis,FollowSets000.FOLLOW_2);
@@ -133219,14 +131671,14 @@ public final void rule__DataType__Group_2_1__3__Impl() throws RecognitionExcepti
// $ANTLR start "rule__DataType__Group_2_1_2__0"
- // InternalAadl2Parser.g:34422:1: rule__DataType__Group_2_1_2__0 : rule__DataType__Group_2_1_2__0__Impl rule__DataType__Group_2_1_2__1 ;
+ // InternalAadl2Parser.g:33931:1: rule__DataType__Group_2_1_2__0 : rule__DataType__Group_2_1_2__0__Impl rule__DataType__Group_2_1_2__1 ;
public final void rule__DataType__Group_2_1_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34426:1: ( rule__DataType__Group_2_1_2__0__Impl rule__DataType__Group_2_1_2__1 )
- // InternalAadl2Parser.g:34427:2: rule__DataType__Group_2_1_2__0__Impl rule__DataType__Group_2_1_2__1
+ // InternalAadl2Parser.g:33935:1: ( rule__DataType__Group_2_1_2__0__Impl rule__DataType__Group_2_1_2__1 )
+ // InternalAadl2Parser.g:33936:2: rule__DataType__Group_2_1_2__0__Impl rule__DataType__Group_2_1_2__1
{
pushFollow(FollowSets000.FOLLOW_4);
rule__DataType__Group_2_1_2__0__Impl();
@@ -133257,17 +131709,17 @@ public final void rule__DataType__Group_2_1_2__0() throws RecognitionException {
// $ANTLR start "rule__DataType__Group_2_1_2__0__Impl"
- // InternalAadl2Parser.g:34434:1: rule__DataType__Group_2_1_2__0__Impl : ( Comma ) ;
+ // InternalAadl2Parser.g:33943:1: rule__DataType__Group_2_1_2__0__Impl : ( Comma ) ;
public final void rule__DataType__Group_2_1_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34438:1: ( ( Comma ) )
- // InternalAadl2Parser.g:34439:1: ( Comma )
+ // InternalAadl2Parser.g:33947:1: ( ( Comma ) )
+ // InternalAadl2Parser.g:33948:1: ( Comma )
{
- // InternalAadl2Parser.g:34439:1: ( Comma )
- // InternalAadl2Parser.g:34440:2: Comma
+ // InternalAadl2Parser.g:33948:1: ( Comma )
+ // InternalAadl2Parser.g:33949:2: Comma
{
before(grammarAccess.getDataTypeAccess().getCommaKeyword_2_1_2_0());
match(input,Comma,FollowSets000.FOLLOW_2);
@@ -133294,14 +131746,14 @@ public final void rule__DataType__Group_2_1_2__0__Impl() throws RecognitionExcep
// $ANTLR start "rule__DataType__Group_2_1_2__1"
- // InternalAadl2Parser.g:34449:1: rule__DataType__Group_2_1_2__1 : rule__DataType__Group_2_1_2__1__Impl ;
+ // InternalAadl2Parser.g:33958:1: rule__DataType__Group_2_1_2__1 : rule__DataType__Group_2_1_2__1__Impl ;
public final void rule__DataType__Group_2_1_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34453:1: ( rule__DataType__Group_2_1_2__1__Impl )
- // InternalAadl2Parser.g:34454:2: rule__DataType__Group_2_1_2__1__Impl
+ // InternalAadl2Parser.g:33962:1: ( rule__DataType__Group_2_1_2__1__Impl )
+ // InternalAadl2Parser.g:33963:2: rule__DataType__Group_2_1_2__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__Group_2_1_2__1__Impl();
@@ -133327,21 +131779,21 @@ public final void rule__DataType__Group_2_1_2__1() throws RecognitionException {
// $ANTLR start "rule__DataType__Group_2_1_2__1__Impl"
- // InternalAadl2Parser.g:34460:1: rule__DataType__Group_2_1_2__1__Impl : ( ( rule__DataType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) ;
+ // InternalAadl2Parser.g:33969:1: rule__DataType__Group_2_1_2__1__Impl : ( ( rule__DataType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) ;
public final void rule__DataType__Group_2_1_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34464:1: ( ( ( rule__DataType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) )
- // InternalAadl2Parser.g:34465:1: ( ( rule__DataType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
+ // InternalAadl2Parser.g:33973:1: ( ( ( rule__DataType__OwnedPrototypeBindingAssignment_2_1_2_1 ) ) )
+ // InternalAadl2Parser.g:33974:1: ( ( rule__DataType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
{
- // InternalAadl2Parser.g:34465:1: ( ( rule__DataType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
- // InternalAadl2Parser.g:34466:2: ( rule__DataType__OwnedPrototypeBindingAssignment_2_1_2_1 )
+ // InternalAadl2Parser.g:33974:1: ( ( rule__DataType__OwnedPrototypeBindingAssignment_2_1_2_1 ) )
+ // InternalAadl2Parser.g:33975:2: ( rule__DataType__OwnedPrototypeBindingAssignment_2_1_2_1 )
{
before(grammarAccess.getDataTypeAccess().getOwnedPrototypeBindingAssignment_2_1_2_1());
- // InternalAadl2Parser.g:34467:2: ( rule__DataType__OwnedPrototypeBindingAssignment_2_1_2_1 )
- // InternalAadl2Parser.g:34467:3: rule__DataType__OwnedPrototypeBindingAssignment_2_1_2_1
+ // InternalAadl2Parser.g:33976:2: ( rule__DataType__OwnedPrototypeBindingAssignment_2_1_2_1 )
+ // InternalAadl2Parser.g:33976:3: rule__DataType__OwnedPrototypeBindingAssignment_2_1_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__OwnedPrototypeBindingAssignment_2_1_2_1();
@@ -133374,14 +131826,14 @@ public final void rule__DataType__Group_2_1_2__1__Impl() throws RecognitionExcep
// $ANTLR start "rule__DataType__Group_3__0"
- // InternalAadl2Parser.g:34476:1: rule__DataType__Group_3__0 : rule__DataType__Group_3__0__Impl rule__DataType__Group_3__1 ;
+ // InternalAadl2Parser.g:33985:1: rule__DataType__Group_3__0 : rule__DataType__Group_3__0__Impl rule__DataType__Group_3__1 ;
public final void rule__DataType__Group_3__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34480:1: ( rule__DataType__Group_3__0__Impl rule__DataType__Group_3__1 )
- // InternalAadl2Parser.g:34481:2: rule__DataType__Group_3__0__Impl rule__DataType__Group_3__1
+ // InternalAadl2Parser.g:33989:1: ( rule__DataType__Group_3__0__Impl rule__DataType__Group_3__1 )
+ // InternalAadl2Parser.g:33990:2: rule__DataType__Group_3__0__Impl rule__DataType__Group_3__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__DataType__Group_3__0__Impl();
@@ -133412,17 +131864,17 @@ public final void rule__DataType__Group_3__0() throws RecognitionException {
// $ANTLR start "rule__DataType__Group_3__0__Impl"
- // InternalAadl2Parser.g:34488:1: rule__DataType__Group_3__0__Impl : ( Prototypes ) ;
+ // InternalAadl2Parser.g:33997:1: rule__DataType__Group_3__0__Impl : ( Prototypes ) ;
public final void rule__DataType__Group_3__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34492:1: ( ( Prototypes ) )
- // InternalAadl2Parser.g:34493:1: ( Prototypes )
+ // InternalAadl2Parser.g:34001:1: ( ( Prototypes ) )
+ // InternalAadl2Parser.g:34002:1: ( Prototypes )
{
- // InternalAadl2Parser.g:34493:1: ( Prototypes )
- // InternalAadl2Parser.g:34494:2: Prototypes
+ // InternalAadl2Parser.g:34002:1: ( Prototypes )
+ // InternalAadl2Parser.g:34003:2: Prototypes
{
before(grammarAccess.getDataTypeAccess().getPrototypesKeyword_3_0());
match(input,Prototypes,FollowSets000.FOLLOW_2);
@@ -133449,14 +131901,14 @@ public final void rule__DataType__Group_3__0__Impl() throws RecognitionException
// $ANTLR start "rule__DataType__Group_3__1"
- // InternalAadl2Parser.g:34503:1: rule__DataType__Group_3__1 : rule__DataType__Group_3__1__Impl ;
+ // InternalAadl2Parser.g:34012:1: rule__DataType__Group_3__1 : rule__DataType__Group_3__1__Impl ;
public final void rule__DataType__Group_3__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34507:1: ( rule__DataType__Group_3__1__Impl )
- // InternalAadl2Parser.g:34508:2: rule__DataType__Group_3__1__Impl
+ // InternalAadl2Parser.g:34016:1: ( rule__DataType__Group_3__1__Impl )
+ // InternalAadl2Parser.g:34017:2: rule__DataType__Group_3__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__Group_3__1__Impl();
@@ -133482,21 +131934,21 @@ public final void rule__DataType__Group_3__1() throws RecognitionException {
// $ANTLR start "rule__DataType__Group_3__1__Impl"
- // InternalAadl2Parser.g:34514:1: rule__DataType__Group_3__1__Impl : ( ( rule__DataType__Alternatives_3_1 ) ) ;
+ // InternalAadl2Parser.g:34023:1: rule__DataType__Group_3__1__Impl : ( ( rule__DataType__Alternatives_3_1 ) ) ;
public final void rule__DataType__Group_3__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34518:1: ( ( ( rule__DataType__Alternatives_3_1 ) ) )
- // InternalAadl2Parser.g:34519:1: ( ( rule__DataType__Alternatives_3_1 ) )
+ // InternalAadl2Parser.g:34027:1: ( ( ( rule__DataType__Alternatives_3_1 ) ) )
+ // InternalAadl2Parser.g:34028:1: ( ( rule__DataType__Alternatives_3_1 ) )
{
- // InternalAadl2Parser.g:34519:1: ( ( rule__DataType__Alternatives_3_1 ) )
- // InternalAadl2Parser.g:34520:2: ( rule__DataType__Alternatives_3_1 )
+ // InternalAadl2Parser.g:34028:1: ( ( rule__DataType__Alternatives_3_1 ) )
+ // InternalAadl2Parser.g:34029:2: ( rule__DataType__Alternatives_3_1 )
{
before(grammarAccess.getDataTypeAccess().getAlternatives_3_1());
- // InternalAadl2Parser.g:34521:2: ( rule__DataType__Alternatives_3_1 )
- // InternalAadl2Parser.g:34521:3: rule__DataType__Alternatives_3_1
+ // InternalAadl2Parser.g:34030:2: ( rule__DataType__Alternatives_3_1 )
+ // InternalAadl2Parser.g:34030:3: rule__DataType__Alternatives_3_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__Alternatives_3_1();
@@ -133529,14 +131981,14 @@ public final void rule__DataType__Group_3__1__Impl() throws RecognitionException
// $ANTLR start "rule__DataType__Group_3_1_0__0"
- // InternalAadl2Parser.g:34530:1: rule__DataType__Group_3_1_0__0 : rule__DataType__Group_3_1_0__0__Impl rule__DataType__Group_3_1_0__1 ;
+ // InternalAadl2Parser.g:34039:1: rule__DataType__Group_3_1_0__0 : rule__DataType__Group_3_1_0__0__Impl rule__DataType__Group_3_1_0__1 ;
public final void rule__DataType__Group_3_1_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34534:1: ( rule__DataType__Group_3_1_0__0__Impl rule__DataType__Group_3_1_0__1 )
- // InternalAadl2Parser.g:34535:2: rule__DataType__Group_3_1_0__0__Impl rule__DataType__Group_3_1_0__1
+ // InternalAadl2Parser.g:34043:1: ( rule__DataType__Group_3_1_0__0__Impl rule__DataType__Group_3_1_0__1 )
+ // InternalAadl2Parser.g:34044:2: rule__DataType__Group_3_1_0__0__Impl rule__DataType__Group_3_1_0__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__DataType__Group_3_1_0__0__Impl();
@@ -133567,21 +132019,21 @@ public final void rule__DataType__Group_3_1_0__0() throws RecognitionException {
// $ANTLR start "rule__DataType__Group_3_1_0__0__Impl"
- // InternalAadl2Parser.g:34542:1: rule__DataType__Group_3_1_0__0__Impl : ( ( rule__DataType__NoPrototypesAssignment_3_1_0_0 ) ) ;
+ // InternalAadl2Parser.g:34051:1: rule__DataType__Group_3_1_0__0__Impl : ( ( rule__DataType__NoPrototypesAssignment_3_1_0_0 ) ) ;
public final void rule__DataType__Group_3_1_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34546:1: ( ( ( rule__DataType__NoPrototypesAssignment_3_1_0_0 ) ) )
- // InternalAadl2Parser.g:34547:1: ( ( rule__DataType__NoPrototypesAssignment_3_1_0_0 ) )
+ // InternalAadl2Parser.g:34055:1: ( ( ( rule__DataType__NoPrototypesAssignment_3_1_0_0 ) ) )
+ // InternalAadl2Parser.g:34056:1: ( ( rule__DataType__NoPrototypesAssignment_3_1_0_0 ) )
{
- // InternalAadl2Parser.g:34547:1: ( ( rule__DataType__NoPrototypesAssignment_3_1_0_0 ) )
- // InternalAadl2Parser.g:34548:2: ( rule__DataType__NoPrototypesAssignment_3_1_0_0 )
+ // InternalAadl2Parser.g:34056:1: ( ( rule__DataType__NoPrototypesAssignment_3_1_0_0 ) )
+ // InternalAadl2Parser.g:34057:2: ( rule__DataType__NoPrototypesAssignment_3_1_0_0 )
{
before(grammarAccess.getDataTypeAccess().getNoPrototypesAssignment_3_1_0_0());
- // InternalAadl2Parser.g:34549:2: ( rule__DataType__NoPrototypesAssignment_3_1_0_0 )
- // InternalAadl2Parser.g:34549:3: rule__DataType__NoPrototypesAssignment_3_1_0_0
+ // InternalAadl2Parser.g:34058:2: ( rule__DataType__NoPrototypesAssignment_3_1_0_0 )
+ // InternalAadl2Parser.g:34058:3: rule__DataType__NoPrototypesAssignment_3_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__NoPrototypesAssignment_3_1_0_0();
@@ -133614,14 +132066,14 @@ public final void rule__DataType__Group_3_1_0__0__Impl() throws RecognitionExcep
// $ANTLR start "rule__DataType__Group_3_1_0__1"
- // InternalAadl2Parser.g:34557:1: rule__DataType__Group_3_1_0__1 : rule__DataType__Group_3_1_0__1__Impl ;
+ // InternalAadl2Parser.g:34066:1: rule__DataType__Group_3_1_0__1 : rule__DataType__Group_3_1_0__1__Impl ;
public final void rule__DataType__Group_3_1_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34561:1: ( rule__DataType__Group_3_1_0__1__Impl )
- // InternalAadl2Parser.g:34562:2: rule__DataType__Group_3_1_0__1__Impl
+ // InternalAadl2Parser.g:34070:1: ( rule__DataType__Group_3_1_0__1__Impl )
+ // InternalAadl2Parser.g:34071:2: rule__DataType__Group_3_1_0__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__Group_3_1_0__1__Impl();
@@ -133647,17 +132099,17 @@ public final void rule__DataType__Group_3_1_0__1() throws RecognitionException {
// $ANTLR start "rule__DataType__Group_3_1_0__1__Impl"
- // InternalAadl2Parser.g:34568:1: rule__DataType__Group_3_1_0__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:34077:1: rule__DataType__Group_3_1_0__1__Impl : ( Semicolon ) ;
public final void rule__DataType__Group_3_1_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34572:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:34573:1: ( Semicolon )
+ // InternalAadl2Parser.g:34081:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:34082:1: ( Semicolon )
{
- // InternalAadl2Parser.g:34573:1: ( Semicolon )
- // InternalAadl2Parser.g:34574:2: Semicolon
+ // InternalAadl2Parser.g:34082:1: ( Semicolon )
+ // InternalAadl2Parser.g:34083:2: Semicolon
{
before(grammarAccess.getDataTypeAccess().getSemicolonKeyword_3_1_0_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -133684,14 +132136,14 @@ public final void rule__DataType__Group_3_1_0__1__Impl() throws RecognitionExcep
// $ANTLR start "rule__DataType__Group_4__0"
- // InternalAadl2Parser.g:34584:1: rule__DataType__Group_4__0 : rule__DataType__Group_4__0__Impl rule__DataType__Group_4__1 ;
+ // InternalAadl2Parser.g:34093:1: rule__DataType__Group_4__0 : rule__DataType__Group_4__0__Impl rule__DataType__Group_4__1 ;
public final void rule__DataType__Group_4__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34588:1: ( rule__DataType__Group_4__0__Impl rule__DataType__Group_4__1 )
- // InternalAadl2Parser.g:34589:2: rule__DataType__Group_4__0__Impl rule__DataType__Group_4__1
+ // InternalAadl2Parser.g:34097:1: ( rule__DataType__Group_4__0__Impl rule__DataType__Group_4__1 )
+ // InternalAadl2Parser.g:34098:2: rule__DataType__Group_4__0__Impl rule__DataType__Group_4__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__DataType__Group_4__0__Impl();
@@ -133722,17 +132174,17 @@ public final void rule__DataType__Group_4__0() throws RecognitionException {
// $ANTLR start "rule__DataType__Group_4__0__Impl"
- // InternalAadl2Parser.g:34596:1: rule__DataType__Group_4__0__Impl : ( Features ) ;
+ // InternalAadl2Parser.g:34105:1: rule__DataType__Group_4__0__Impl : ( Features ) ;
public final void rule__DataType__Group_4__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34600:1: ( ( Features ) )
- // InternalAadl2Parser.g:34601:1: ( Features )
+ // InternalAadl2Parser.g:34109:1: ( ( Features ) )
+ // InternalAadl2Parser.g:34110:1: ( Features )
{
- // InternalAadl2Parser.g:34601:1: ( Features )
- // InternalAadl2Parser.g:34602:2: Features
+ // InternalAadl2Parser.g:34110:1: ( Features )
+ // InternalAadl2Parser.g:34111:2: Features
{
before(grammarAccess.getDataTypeAccess().getFeaturesKeyword_4_0());
match(input,Features,FollowSets000.FOLLOW_2);
@@ -133759,14 +132211,14 @@ public final void rule__DataType__Group_4__0__Impl() throws RecognitionException
// $ANTLR start "rule__DataType__Group_4__1"
- // InternalAadl2Parser.g:34611:1: rule__DataType__Group_4__1 : rule__DataType__Group_4__1__Impl ;
+ // InternalAadl2Parser.g:34120:1: rule__DataType__Group_4__1 : rule__DataType__Group_4__1__Impl ;
public final void rule__DataType__Group_4__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34615:1: ( rule__DataType__Group_4__1__Impl )
- // InternalAadl2Parser.g:34616:2: rule__DataType__Group_4__1__Impl
+ // InternalAadl2Parser.g:34124:1: ( rule__DataType__Group_4__1__Impl )
+ // InternalAadl2Parser.g:34125:2: rule__DataType__Group_4__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__Group_4__1__Impl();
@@ -133792,21 +132244,21 @@ public final void rule__DataType__Group_4__1() throws RecognitionException {
// $ANTLR start "rule__DataType__Group_4__1__Impl"
- // InternalAadl2Parser.g:34622:1: rule__DataType__Group_4__1__Impl : ( ( rule__DataType__Alternatives_4_1 ) ) ;
+ // InternalAadl2Parser.g:34131:1: rule__DataType__Group_4__1__Impl : ( ( rule__DataType__Alternatives_4_1 ) ) ;
public final void rule__DataType__Group_4__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34626:1: ( ( ( rule__DataType__Alternatives_4_1 ) ) )
- // InternalAadl2Parser.g:34627:1: ( ( rule__DataType__Alternatives_4_1 ) )
+ // InternalAadl2Parser.g:34135:1: ( ( ( rule__DataType__Alternatives_4_1 ) ) )
+ // InternalAadl2Parser.g:34136:1: ( ( rule__DataType__Alternatives_4_1 ) )
{
- // InternalAadl2Parser.g:34627:1: ( ( rule__DataType__Alternatives_4_1 ) )
- // InternalAadl2Parser.g:34628:2: ( rule__DataType__Alternatives_4_1 )
+ // InternalAadl2Parser.g:34136:1: ( ( rule__DataType__Alternatives_4_1 ) )
+ // InternalAadl2Parser.g:34137:2: ( rule__DataType__Alternatives_4_1 )
{
before(grammarAccess.getDataTypeAccess().getAlternatives_4_1());
- // InternalAadl2Parser.g:34629:2: ( rule__DataType__Alternatives_4_1 )
- // InternalAadl2Parser.g:34629:3: rule__DataType__Alternatives_4_1
+ // InternalAadl2Parser.g:34138:2: ( rule__DataType__Alternatives_4_1 )
+ // InternalAadl2Parser.g:34138:3: rule__DataType__Alternatives_4_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__Alternatives_4_1();
@@ -133839,14 +132291,14 @@ public final void rule__DataType__Group_4__1__Impl() throws RecognitionException
// $ANTLR start "rule__DataType__Group_4_1_0__0"
- // InternalAadl2Parser.g:34638:1: rule__DataType__Group_4_1_0__0 : rule__DataType__Group_4_1_0__0__Impl rule__DataType__Group_4_1_0__1 ;
+ // InternalAadl2Parser.g:34147:1: rule__DataType__Group_4_1_0__0 : rule__DataType__Group_4_1_0__0__Impl rule__DataType__Group_4_1_0__1 ;
public final void rule__DataType__Group_4_1_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34642:1: ( rule__DataType__Group_4_1_0__0__Impl rule__DataType__Group_4_1_0__1 )
- // InternalAadl2Parser.g:34643:2: rule__DataType__Group_4_1_0__0__Impl rule__DataType__Group_4_1_0__1
+ // InternalAadl2Parser.g:34151:1: ( rule__DataType__Group_4_1_0__0__Impl rule__DataType__Group_4_1_0__1 )
+ // InternalAadl2Parser.g:34152:2: rule__DataType__Group_4_1_0__0__Impl rule__DataType__Group_4_1_0__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__DataType__Group_4_1_0__0__Impl();
@@ -133877,21 +132329,21 @@ public final void rule__DataType__Group_4_1_0__0() throws RecognitionException {
// $ANTLR start "rule__DataType__Group_4_1_0__0__Impl"
- // InternalAadl2Parser.g:34650:1: rule__DataType__Group_4_1_0__0__Impl : ( ( rule__DataType__NoFeaturesAssignment_4_1_0_0 ) ) ;
+ // InternalAadl2Parser.g:34159:1: rule__DataType__Group_4_1_0__0__Impl : ( ( rule__DataType__NoFeaturesAssignment_4_1_0_0 ) ) ;
public final void rule__DataType__Group_4_1_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34654:1: ( ( ( rule__DataType__NoFeaturesAssignment_4_1_0_0 ) ) )
- // InternalAadl2Parser.g:34655:1: ( ( rule__DataType__NoFeaturesAssignment_4_1_0_0 ) )
+ // InternalAadl2Parser.g:34163:1: ( ( ( rule__DataType__NoFeaturesAssignment_4_1_0_0 ) ) )
+ // InternalAadl2Parser.g:34164:1: ( ( rule__DataType__NoFeaturesAssignment_4_1_0_0 ) )
{
- // InternalAadl2Parser.g:34655:1: ( ( rule__DataType__NoFeaturesAssignment_4_1_0_0 ) )
- // InternalAadl2Parser.g:34656:2: ( rule__DataType__NoFeaturesAssignment_4_1_0_0 )
+ // InternalAadl2Parser.g:34164:1: ( ( rule__DataType__NoFeaturesAssignment_4_1_0_0 ) )
+ // InternalAadl2Parser.g:34165:2: ( rule__DataType__NoFeaturesAssignment_4_1_0_0 )
{
before(grammarAccess.getDataTypeAccess().getNoFeaturesAssignment_4_1_0_0());
- // InternalAadl2Parser.g:34657:2: ( rule__DataType__NoFeaturesAssignment_4_1_0_0 )
- // InternalAadl2Parser.g:34657:3: rule__DataType__NoFeaturesAssignment_4_1_0_0
+ // InternalAadl2Parser.g:34166:2: ( rule__DataType__NoFeaturesAssignment_4_1_0_0 )
+ // InternalAadl2Parser.g:34166:3: rule__DataType__NoFeaturesAssignment_4_1_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__NoFeaturesAssignment_4_1_0_0();
@@ -133924,14 +132376,14 @@ public final void rule__DataType__Group_4_1_0__0__Impl() throws RecognitionExcep
// $ANTLR start "rule__DataType__Group_4_1_0__1"
- // InternalAadl2Parser.g:34665:1: rule__DataType__Group_4_1_0__1 : rule__DataType__Group_4_1_0__1__Impl ;
+ // InternalAadl2Parser.g:34174:1: rule__DataType__Group_4_1_0__1 : rule__DataType__Group_4_1_0__1__Impl ;
public final void rule__DataType__Group_4_1_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34669:1: ( rule__DataType__Group_4_1_0__1__Impl )
- // InternalAadl2Parser.g:34670:2: rule__DataType__Group_4_1_0__1__Impl
+ // InternalAadl2Parser.g:34178:1: ( rule__DataType__Group_4_1_0__1__Impl )
+ // InternalAadl2Parser.g:34179:2: rule__DataType__Group_4_1_0__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__Group_4_1_0__1__Impl();
@@ -133957,17 +132409,17 @@ public final void rule__DataType__Group_4_1_0__1() throws RecognitionException {
// $ANTLR start "rule__DataType__Group_4_1_0__1__Impl"
- // InternalAadl2Parser.g:34676:1: rule__DataType__Group_4_1_0__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:34185:1: rule__DataType__Group_4_1_0__1__Impl : ( Semicolon ) ;
public final void rule__DataType__Group_4_1_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34680:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:34681:1: ( Semicolon )
+ // InternalAadl2Parser.g:34189:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:34190:1: ( Semicolon )
{
- // InternalAadl2Parser.g:34681:1: ( Semicolon )
- // InternalAadl2Parser.g:34682:2: Semicolon
+ // InternalAadl2Parser.g:34190:1: ( Semicolon )
+ // InternalAadl2Parser.g:34191:2: Semicolon
{
before(grammarAccess.getDataTypeAccess().getSemicolonKeyword_4_1_0_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -133994,14 +132446,14 @@ public final void rule__DataType__Group_4_1_0__1__Impl() throws RecognitionExcep
// $ANTLR start "rule__DataType__Group_5__0"
- // InternalAadl2Parser.g:34692:1: rule__DataType__Group_5__0 : rule__DataType__Group_5__0__Impl rule__DataType__Group_5__1 ;
+ // InternalAadl2Parser.g:34201:1: rule__DataType__Group_5__0 : rule__DataType__Group_5__0__Impl rule__DataType__Group_5__1 ;
public final void rule__DataType__Group_5__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34696:1: ( rule__DataType__Group_5__0__Impl rule__DataType__Group_5__1 )
- // InternalAadl2Parser.g:34697:2: rule__DataType__Group_5__0__Impl rule__DataType__Group_5__1
+ // InternalAadl2Parser.g:34205:1: ( rule__DataType__Group_5__0__Impl rule__DataType__Group_5__1 )
+ // InternalAadl2Parser.g:34206:2: rule__DataType__Group_5__0__Impl rule__DataType__Group_5__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__DataType__Group_5__0__Impl();
@@ -134032,17 +132484,17 @@ public final void rule__DataType__Group_5__0() throws RecognitionException {
// $ANTLR start "rule__DataType__Group_5__0__Impl"
- // InternalAadl2Parser.g:34704:1: rule__DataType__Group_5__0__Impl : ( Flows ) ;
+ // InternalAadl2Parser.g:34213:1: rule__DataType__Group_5__0__Impl : ( Flows ) ;
public final void rule__DataType__Group_5__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34708:1: ( ( Flows ) )
- // InternalAadl2Parser.g:34709:1: ( Flows )
+ // InternalAadl2Parser.g:34217:1: ( ( Flows ) )
+ // InternalAadl2Parser.g:34218:1: ( Flows )
{
- // InternalAadl2Parser.g:34709:1: ( Flows )
- // InternalAadl2Parser.g:34710:2: Flows
+ // InternalAadl2Parser.g:34218:1: ( Flows )
+ // InternalAadl2Parser.g:34219:2: Flows
{
before(grammarAccess.getDataTypeAccess().getFlowsKeyword_5_0());
match(input,Flows,FollowSets000.FOLLOW_2);
@@ -134069,14 +132521,14 @@ public final void rule__DataType__Group_5__0__Impl() throws RecognitionException
// $ANTLR start "rule__DataType__Group_5__1"
- // InternalAadl2Parser.g:34719:1: rule__DataType__Group_5__1 : rule__DataType__Group_5__1__Impl ;
+ // InternalAadl2Parser.g:34228:1: rule__DataType__Group_5__1 : rule__DataType__Group_5__1__Impl ;
public final void rule__DataType__Group_5__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34723:1: ( rule__DataType__Group_5__1__Impl )
- // InternalAadl2Parser.g:34724:2: rule__DataType__Group_5__1__Impl
+ // InternalAadl2Parser.g:34232:1: ( rule__DataType__Group_5__1__Impl )
+ // InternalAadl2Parser.g:34233:2: rule__DataType__Group_5__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__Group_5__1__Impl();
@@ -134102,21 +132554,21 @@ public final void rule__DataType__Group_5__1() throws RecognitionException {
// $ANTLR start "rule__DataType__Group_5__1__Impl"
- // InternalAadl2Parser.g:34730:1: rule__DataType__Group_5__1__Impl : ( ( rule__DataType__Alternatives_5_1 ) ) ;
+ // InternalAadl2Parser.g:34239:1: rule__DataType__Group_5__1__Impl : ( ( rule__DataType__Alternatives_5_1 ) ) ;
public final void rule__DataType__Group_5__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34734:1: ( ( ( rule__DataType__Alternatives_5_1 ) ) )
- // InternalAadl2Parser.g:34735:1: ( ( rule__DataType__Alternatives_5_1 ) )
+ // InternalAadl2Parser.g:34243:1: ( ( ( rule__DataType__Alternatives_5_1 ) ) )
+ // InternalAadl2Parser.g:34244:1: ( ( rule__DataType__Alternatives_5_1 ) )
{
- // InternalAadl2Parser.g:34735:1: ( ( rule__DataType__Alternatives_5_1 ) )
- // InternalAadl2Parser.g:34736:2: ( rule__DataType__Alternatives_5_1 )
+ // InternalAadl2Parser.g:34244:1: ( ( rule__DataType__Alternatives_5_1 ) )
+ // InternalAadl2Parser.g:34245:2: ( rule__DataType__Alternatives_5_1 )
{
before(grammarAccess.getDataTypeAccess().getAlternatives_5_1());
- // InternalAadl2Parser.g:34737:2: ( rule__DataType__Alternatives_5_1 )
- // InternalAadl2Parser.g:34737:3: rule__DataType__Alternatives_5_1
+ // InternalAadl2Parser.g:34246:2: ( rule__DataType__Alternatives_5_1 )
+ // InternalAadl2Parser.g:34246:3: rule__DataType__Alternatives_5_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__Alternatives_5_1();
@@ -134149,14 +132601,14 @@ public final void rule__DataType__Group_5__1__Impl() throws RecognitionException
// $ANTLR start "rule__DataType__Group_5_1_1__0"
- // InternalAadl2Parser.g:34746:1: rule__DataType__Group_5_1_1__0 : rule__DataType__Group_5_1_1__0__Impl rule__DataType__Group_5_1_1__1 ;
+ // InternalAadl2Parser.g:34255:1: rule__DataType__Group_5_1_1__0 : rule__DataType__Group_5_1_1__0__Impl rule__DataType__Group_5_1_1__1 ;
public final void rule__DataType__Group_5_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34750:1: ( rule__DataType__Group_5_1_1__0__Impl rule__DataType__Group_5_1_1__1 )
- // InternalAadl2Parser.g:34751:2: rule__DataType__Group_5_1_1__0__Impl rule__DataType__Group_5_1_1__1
+ // InternalAadl2Parser.g:34259:1: ( rule__DataType__Group_5_1_1__0__Impl rule__DataType__Group_5_1_1__1 )
+ // InternalAadl2Parser.g:34260:2: rule__DataType__Group_5_1_1__0__Impl rule__DataType__Group_5_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__DataType__Group_5_1_1__0__Impl();
@@ -134187,21 +132639,21 @@ public final void rule__DataType__Group_5_1_1__0() throws RecognitionException {
// $ANTLR start "rule__DataType__Group_5_1_1__0__Impl"
- // InternalAadl2Parser.g:34758:1: rule__DataType__Group_5_1_1__0__Impl : ( ( rule__DataType__NoFlowsAssignment_5_1_1_0 ) ) ;
+ // InternalAadl2Parser.g:34267:1: rule__DataType__Group_5_1_1__0__Impl : ( ( rule__DataType__NoFlowsAssignment_5_1_1_0 ) ) ;
public final void rule__DataType__Group_5_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34762:1: ( ( ( rule__DataType__NoFlowsAssignment_5_1_1_0 ) ) )
- // InternalAadl2Parser.g:34763:1: ( ( rule__DataType__NoFlowsAssignment_5_1_1_0 ) )
+ // InternalAadl2Parser.g:34271:1: ( ( ( rule__DataType__NoFlowsAssignment_5_1_1_0 ) ) )
+ // InternalAadl2Parser.g:34272:1: ( ( rule__DataType__NoFlowsAssignment_5_1_1_0 ) )
{
- // InternalAadl2Parser.g:34763:1: ( ( rule__DataType__NoFlowsAssignment_5_1_1_0 ) )
- // InternalAadl2Parser.g:34764:2: ( rule__DataType__NoFlowsAssignment_5_1_1_0 )
+ // InternalAadl2Parser.g:34272:1: ( ( rule__DataType__NoFlowsAssignment_5_1_1_0 ) )
+ // InternalAadl2Parser.g:34273:2: ( rule__DataType__NoFlowsAssignment_5_1_1_0 )
{
before(grammarAccess.getDataTypeAccess().getNoFlowsAssignment_5_1_1_0());
- // InternalAadl2Parser.g:34765:2: ( rule__DataType__NoFlowsAssignment_5_1_1_0 )
- // InternalAadl2Parser.g:34765:3: rule__DataType__NoFlowsAssignment_5_1_1_0
+ // InternalAadl2Parser.g:34274:2: ( rule__DataType__NoFlowsAssignment_5_1_1_0 )
+ // InternalAadl2Parser.g:34274:3: rule__DataType__NoFlowsAssignment_5_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__NoFlowsAssignment_5_1_1_0();
@@ -134234,14 +132686,14 @@ public final void rule__DataType__Group_5_1_1__0__Impl() throws RecognitionExcep
// $ANTLR start "rule__DataType__Group_5_1_1__1"
- // InternalAadl2Parser.g:34773:1: rule__DataType__Group_5_1_1__1 : rule__DataType__Group_5_1_1__1__Impl ;
+ // InternalAadl2Parser.g:34282:1: rule__DataType__Group_5_1_1__1 : rule__DataType__Group_5_1_1__1__Impl ;
public final void rule__DataType__Group_5_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34777:1: ( rule__DataType__Group_5_1_1__1__Impl )
- // InternalAadl2Parser.g:34778:2: rule__DataType__Group_5_1_1__1__Impl
+ // InternalAadl2Parser.g:34286:1: ( rule__DataType__Group_5_1_1__1__Impl )
+ // InternalAadl2Parser.g:34287:2: rule__DataType__Group_5_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__Group_5_1_1__1__Impl();
@@ -134267,17 +132719,17 @@ public final void rule__DataType__Group_5_1_1__1() throws RecognitionException {
// $ANTLR start "rule__DataType__Group_5_1_1__1__Impl"
- // InternalAadl2Parser.g:34784:1: rule__DataType__Group_5_1_1__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:34293:1: rule__DataType__Group_5_1_1__1__Impl : ( Semicolon ) ;
public final void rule__DataType__Group_5_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34788:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:34789:1: ( Semicolon )
+ // InternalAadl2Parser.g:34297:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:34298:1: ( Semicolon )
{
- // InternalAadl2Parser.g:34789:1: ( Semicolon )
- // InternalAadl2Parser.g:34790:2: Semicolon
+ // InternalAadl2Parser.g:34298:1: ( Semicolon )
+ // InternalAadl2Parser.g:34299:2: Semicolon
{
before(grammarAccess.getDataTypeAccess().getSemicolonKeyword_5_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -134304,16 +132756,16 @@ public final void rule__DataType__Group_5_1_1__1__Impl() throws RecognitionExcep
// $ANTLR start "rule__DataType__Group_6_0__0"
- // InternalAadl2Parser.g:34800:1: rule__DataType__Group_6_0__0 : rule__DataType__Group_6_0__0__Impl rule__DataType__Group_6_0__1 ;
+ // InternalAadl2Parser.g:34309:1: rule__DataType__Group_6_0__0 : rule__DataType__Group_6_0__0__Impl rule__DataType__Group_6_0__1 ;
public final void rule__DataType__Group_6_0__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34804:1: ( rule__DataType__Group_6_0__0__Impl rule__DataType__Group_6_0__1 )
- // InternalAadl2Parser.g:34805:2: rule__DataType__Group_6_0__0__Impl rule__DataType__Group_6_0__1
+ // InternalAadl2Parser.g:34313:1: ( rule__DataType__Group_6_0__0__Impl rule__DataType__Group_6_0__1 )
+ // InternalAadl2Parser.g:34314:2: rule__DataType__Group_6_0__0__Impl rule__DataType__Group_6_0__1
{
- pushFollow(FollowSets000.FOLLOW_4);
+ pushFollow(FollowSets000.FOLLOW_31);
rule__DataType__Group_6_0__0__Impl();
state._fsp--;
@@ -134342,21 +132794,21 @@ public final void rule__DataType__Group_6_0__0() throws RecognitionException {
// $ANTLR start "rule__DataType__Group_6_0__0__Impl"
- // InternalAadl2Parser.g:34812:1: rule__DataType__Group_6_0__0__Impl : ( ( rule__DataType__DerivedModesAssignment_6_0_0 ) ) ;
+ // InternalAadl2Parser.g:34321:1: rule__DataType__Group_6_0__0__Impl : ( ( rule__DataType__DerivedModesAssignment_6_0_0 ) ) ;
public final void rule__DataType__Group_6_0__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34816:1: ( ( ( rule__DataType__DerivedModesAssignment_6_0_0 ) ) )
- // InternalAadl2Parser.g:34817:1: ( ( rule__DataType__DerivedModesAssignment_6_0_0 ) )
+ // InternalAadl2Parser.g:34325:1: ( ( ( rule__DataType__DerivedModesAssignment_6_0_0 ) ) )
+ // InternalAadl2Parser.g:34326:1: ( ( rule__DataType__DerivedModesAssignment_6_0_0 ) )
{
- // InternalAadl2Parser.g:34817:1: ( ( rule__DataType__DerivedModesAssignment_6_0_0 ) )
- // InternalAadl2Parser.g:34818:2: ( rule__DataType__DerivedModesAssignment_6_0_0 )
+ // InternalAadl2Parser.g:34326:1: ( ( rule__DataType__DerivedModesAssignment_6_0_0 ) )
+ // InternalAadl2Parser.g:34327:2: ( rule__DataType__DerivedModesAssignment_6_0_0 )
{
before(grammarAccess.getDataTypeAccess().getDerivedModesAssignment_6_0_0());
- // InternalAadl2Parser.g:34819:2: ( rule__DataType__DerivedModesAssignment_6_0_0 )
- // InternalAadl2Parser.g:34819:3: rule__DataType__DerivedModesAssignment_6_0_0
+ // InternalAadl2Parser.g:34328:2: ( rule__DataType__DerivedModesAssignment_6_0_0 )
+ // InternalAadl2Parser.g:34328:3: rule__DataType__DerivedModesAssignment_6_0_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__DerivedModesAssignment_6_0_0();
@@ -134389,20 +132841,25 @@ public final void rule__DataType__Group_6_0__0__Impl() throws RecognitionExcepti
// $ANTLR start "rule__DataType__Group_6_0__1"
- // InternalAadl2Parser.g:34827:1: rule__DataType__Group_6_0__1 : rule__DataType__Group_6_0__1__Impl ;
+ // InternalAadl2Parser.g:34336:1: rule__DataType__Group_6_0__1 : rule__DataType__Group_6_0__1__Impl rule__DataType__Group_6_0__2 ;
public final void rule__DataType__Group_6_0__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34831:1: ( rule__DataType__Group_6_0__1__Impl )
- // InternalAadl2Parser.g:34832:2: rule__DataType__Group_6_0__1__Impl
+ // InternalAadl2Parser.g:34340:1: ( rule__DataType__Group_6_0__1__Impl rule__DataType__Group_6_0__2 )
+ // InternalAadl2Parser.g:34341:2: rule__DataType__Group_6_0__1__Impl rule__DataType__Group_6_0__2
{
- pushFollow(FollowSets000.FOLLOW_2);
+ pushFollow(FollowSets000.FOLLOW_4);
rule__DataType__Group_6_0__1__Impl();
state._fsp--;
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__DataType__Group_6_0__2();
+
+ state._fsp--;
+
}
@@ -134422,42 +132879,112 @@ public final void rule__DataType__Group_6_0__1() throws RecognitionException {
// $ANTLR start "rule__DataType__Group_6_0__1__Impl"
- // InternalAadl2Parser.g:34838:1: rule__DataType__Group_6_0__1__Impl : ( ( ( rule__DataType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__DataType__OwnedModeAssignment_6_0_1 )* ) ) ;
+ // InternalAadl2Parser.g:34348:1: rule__DataType__Group_6_0__1__Impl : ( Modes ) ;
public final void rule__DataType__Group_6_0__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34842:1: ( ( ( ( rule__DataType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__DataType__OwnedModeAssignment_6_0_1 )* ) ) )
- // InternalAadl2Parser.g:34843:1: ( ( ( rule__DataType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__DataType__OwnedModeAssignment_6_0_1 )* ) )
+ // InternalAadl2Parser.g:34352:1: ( ( Modes ) )
+ // InternalAadl2Parser.g:34353:1: ( Modes )
+ {
+ // InternalAadl2Parser.g:34353:1: ( Modes )
+ // InternalAadl2Parser.g:34354:2: Modes
+ {
+ before(grammarAccess.getDataTypeAccess().getModesKeyword_6_0_1());
+ match(input,Modes,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getDataTypeAccess().getModesKeyword_6_0_1());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__DataType__Group_6_0__1__Impl"
+
+
+ // $ANTLR start "rule__DataType__Group_6_0__2"
+ // InternalAadl2Parser.g:34363:1: rule__DataType__Group_6_0__2 : rule__DataType__Group_6_0__2__Impl ;
+ public final void rule__DataType__Group_6_0__2() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:34367:1: ( rule__DataType__Group_6_0__2__Impl )
+ // InternalAadl2Parser.g:34368:2: rule__DataType__Group_6_0__2__Impl
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__DataType__Group_6_0__2__Impl();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__DataType__Group_6_0__2"
+
+
+ // $ANTLR start "rule__DataType__Group_6_0__2__Impl"
+ // InternalAadl2Parser.g:34374:1: rule__DataType__Group_6_0__2__Impl : ( ( ( rule__DataType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__DataType__OwnedModeAssignment_6_0_2 )* ) ) ;
+ public final void rule__DataType__Group_6_0__2__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:34378:1: ( ( ( ( rule__DataType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__DataType__OwnedModeAssignment_6_0_2 )* ) ) )
+ // InternalAadl2Parser.g:34379:1: ( ( ( rule__DataType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__DataType__OwnedModeAssignment_6_0_2 )* ) )
{
- // InternalAadl2Parser.g:34843:1: ( ( ( rule__DataType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__DataType__OwnedModeAssignment_6_0_1 )* ) )
- // InternalAadl2Parser.g:34844:2: ( ( rule__DataType__OwnedModeAssignment_6_0_1 ) ) ( ( rule__DataType__OwnedModeAssignment_6_0_1 )* )
+ // InternalAadl2Parser.g:34379:1: ( ( ( rule__DataType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__DataType__OwnedModeAssignment_6_0_2 )* ) )
+ // InternalAadl2Parser.g:34380:2: ( ( rule__DataType__OwnedModeAssignment_6_0_2 ) ) ( ( rule__DataType__OwnedModeAssignment_6_0_2 )* )
{
- // InternalAadl2Parser.g:34844:2: ( ( rule__DataType__OwnedModeAssignment_6_0_1 ) )
- // InternalAadl2Parser.g:34845:3: ( rule__DataType__OwnedModeAssignment_6_0_1 )
+ // InternalAadl2Parser.g:34380:2: ( ( rule__DataType__OwnedModeAssignment_6_0_2 ) )
+ // InternalAadl2Parser.g:34381:3: ( rule__DataType__OwnedModeAssignment_6_0_2 )
{
- before(grammarAccess.getDataTypeAccess().getOwnedModeAssignment_6_0_1());
- // InternalAadl2Parser.g:34846:3: ( rule__DataType__OwnedModeAssignment_6_0_1 )
- // InternalAadl2Parser.g:34846:4: rule__DataType__OwnedModeAssignment_6_0_1
+ before(grammarAccess.getDataTypeAccess().getOwnedModeAssignment_6_0_2());
+ // InternalAadl2Parser.g:34382:3: ( rule__DataType__OwnedModeAssignment_6_0_2 )
+ // InternalAadl2Parser.g:34382:4: rule__DataType__OwnedModeAssignment_6_0_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__DataType__OwnedModeAssignment_6_0_1();
+ rule__DataType__OwnedModeAssignment_6_0_2();
state._fsp--;
}
- after(grammarAccess.getDataTypeAccess().getOwnedModeAssignment_6_0_1());
+ after(grammarAccess.getDataTypeAccess().getOwnedModeAssignment_6_0_2());
}
- // InternalAadl2Parser.g:34849:2: ( ( rule__DataType__OwnedModeAssignment_6_0_1 )* )
- // InternalAadl2Parser.g:34850:3: ( rule__DataType__OwnedModeAssignment_6_0_1 )*
+ // InternalAadl2Parser.g:34385:2: ( ( rule__DataType__OwnedModeAssignment_6_0_2 )* )
+ // InternalAadl2Parser.g:34386:3: ( rule__DataType__OwnedModeAssignment_6_0_2 )*
{
- before(grammarAccess.getDataTypeAccess().getOwnedModeAssignment_6_0_1());
- // InternalAadl2Parser.g:34851:3: ( rule__DataType__OwnedModeAssignment_6_0_1 )*
+ before(grammarAccess.getDataTypeAccess().getOwnedModeAssignment_6_0_2());
+ // InternalAadl2Parser.g:34387:3: ( rule__DataType__OwnedModeAssignment_6_0_2 )*
loop683:
do {
int alt683=2;
@@ -134470,10 +132997,10 @@ public final void rule__DataType__Group_6_0__1__Impl() throws RecognitionExcepti
switch (alt683) {
case 1 :
- // InternalAadl2Parser.g:34851:4: rule__DataType__OwnedModeAssignment_6_0_1
+ // InternalAadl2Parser.g:34387:4: rule__DataType__OwnedModeAssignment_6_0_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__DataType__OwnedModeAssignment_6_0_1();
+ rule__DataType__OwnedModeAssignment_6_0_2();
state._fsp--;
@@ -134486,7 +133013,7 @@ public final void rule__DataType__Group_6_0__1__Impl() throws RecognitionExcepti
}
} while (true);
- after(grammarAccess.getDataTypeAccess().getOwnedModeAssignment_6_0_1());
+ after(grammarAccess.getDataTypeAccess().getOwnedModeAssignment_6_0_2());
}
@@ -134508,18 +133035,18 @@ public final void rule__DataType__Group_6_0__1__Impl() throws RecognitionExcepti
}
return ;
}
- // $ANTLR end "rule__DataType__Group_6_0__1__Impl"
+ // $ANTLR end "rule__DataType__Group_6_0__2__Impl"
// $ANTLR start "rule__DataType__Group_6_1__0"
- // InternalAadl2Parser.g:34861:1: rule__DataType__Group_6_1__0 : rule__DataType__Group_6_1__0__Impl rule__DataType__Group_6_1__1 ;
+ // InternalAadl2Parser.g:34397:1: rule__DataType__Group_6_1__0 : rule__DataType__Group_6_1__0__Impl rule__DataType__Group_6_1__1 ;
public final void rule__DataType__Group_6_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34865:1: ( rule__DataType__Group_6_1__0__Impl rule__DataType__Group_6_1__1 )
- // InternalAadl2Parser.g:34866:2: rule__DataType__Group_6_1__0__Impl rule__DataType__Group_6_1__1
+ // InternalAadl2Parser.g:34401:1: ( rule__DataType__Group_6_1__0__Impl rule__DataType__Group_6_1__1 )
+ // InternalAadl2Parser.g:34402:2: rule__DataType__Group_6_1__0__Impl rule__DataType__Group_6_1__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__DataType__Group_6_1__0__Impl();
@@ -134550,17 +133077,17 @@ public final void rule__DataType__Group_6_1__0() throws RecognitionException {
// $ANTLR start "rule__DataType__Group_6_1__0__Impl"
- // InternalAadl2Parser.g:34873:1: rule__DataType__Group_6_1__0__Impl : ( Modes ) ;
+ // InternalAadl2Parser.g:34409:1: rule__DataType__Group_6_1__0__Impl : ( Modes ) ;
public final void rule__DataType__Group_6_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34877:1: ( ( Modes ) )
- // InternalAadl2Parser.g:34878:1: ( Modes )
+ // InternalAadl2Parser.g:34413:1: ( ( Modes ) )
+ // InternalAadl2Parser.g:34414:1: ( Modes )
{
- // InternalAadl2Parser.g:34878:1: ( Modes )
- // InternalAadl2Parser.g:34879:2: Modes
+ // InternalAadl2Parser.g:34414:1: ( Modes )
+ // InternalAadl2Parser.g:34415:2: Modes
{
before(grammarAccess.getDataTypeAccess().getModesKeyword_6_1_0());
match(input,Modes,FollowSets000.FOLLOW_2);
@@ -134587,14 +133114,14 @@ public final void rule__DataType__Group_6_1__0__Impl() throws RecognitionExcepti
// $ANTLR start "rule__DataType__Group_6_1__1"
- // InternalAadl2Parser.g:34888:1: rule__DataType__Group_6_1__1 : rule__DataType__Group_6_1__1__Impl ;
+ // InternalAadl2Parser.g:34424:1: rule__DataType__Group_6_1__1 : rule__DataType__Group_6_1__1__Impl ;
public final void rule__DataType__Group_6_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34892:1: ( rule__DataType__Group_6_1__1__Impl )
- // InternalAadl2Parser.g:34893:2: rule__DataType__Group_6_1__1__Impl
+ // InternalAadl2Parser.g:34428:1: ( rule__DataType__Group_6_1__1__Impl )
+ // InternalAadl2Parser.g:34429:2: rule__DataType__Group_6_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__Group_6_1__1__Impl();
@@ -134620,21 +133147,21 @@ public final void rule__DataType__Group_6_1__1() throws RecognitionException {
// $ANTLR start "rule__DataType__Group_6_1__1__Impl"
- // InternalAadl2Parser.g:34899:1: rule__DataType__Group_6_1__1__Impl : ( ( rule__DataType__Alternatives_6_1_1 ) ) ;
+ // InternalAadl2Parser.g:34435:1: rule__DataType__Group_6_1__1__Impl : ( ( rule__DataType__Alternatives_6_1_1 ) ) ;
public final void rule__DataType__Group_6_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34903:1: ( ( ( rule__DataType__Alternatives_6_1_1 ) ) )
- // InternalAadl2Parser.g:34904:1: ( ( rule__DataType__Alternatives_6_1_1 ) )
+ // InternalAadl2Parser.g:34439:1: ( ( ( rule__DataType__Alternatives_6_1_1 ) ) )
+ // InternalAadl2Parser.g:34440:1: ( ( rule__DataType__Alternatives_6_1_1 ) )
{
- // InternalAadl2Parser.g:34904:1: ( ( rule__DataType__Alternatives_6_1_1 ) )
- // InternalAadl2Parser.g:34905:2: ( rule__DataType__Alternatives_6_1_1 )
+ // InternalAadl2Parser.g:34440:1: ( ( rule__DataType__Alternatives_6_1_1 ) )
+ // InternalAadl2Parser.g:34441:2: ( rule__DataType__Alternatives_6_1_1 )
{
before(grammarAccess.getDataTypeAccess().getAlternatives_6_1_1());
- // InternalAadl2Parser.g:34906:2: ( rule__DataType__Alternatives_6_1_1 )
- // InternalAadl2Parser.g:34906:3: rule__DataType__Alternatives_6_1_1
+ // InternalAadl2Parser.g:34442:2: ( rule__DataType__Alternatives_6_1_1 )
+ // InternalAadl2Parser.g:34442:3: rule__DataType__Alternatives_6_1_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__Alternatives_6_1_1();
@@ -134667,14 +133194,14 @@ public final void rule__DataType__Group_6_1__1__Impl() throws RecognitionExcepti
// $ANTLR start "rule__DataType__Group_6_1_1_1__0"
- // InternalAadl2Parser.g:34915:1: rule__DataType__Group_6_1_1_1__0 : rule__DataType__Group_6_1_1_1__0__Impl rule__DataType__Group_6_1_1_1__1 ;
+ // InternalAadl2Parser.g:34451:1: rule__DataType__Group_6_1_1_1__0 : rule__DataType__Group_6_1_1_1__0__Impl rule__DataType__Group_6_1_1_1__1 ;
public final void rule__DataType__Group_6_1_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34919:1: ( rule__DataType__Group_6_1_1_1__0__Impl rule__DataType__Group_6_1_1_1__1 )
- // InternalAadl2Parser.g:34920:2: rule__DataType__Group_6_1_1_1__0__Impl rule__DataType__Group_6_1_1_1__1
+ // InternalAadl2Parser.g:34455:1: ( rule__DataType__Group_6_1_1_1__0__Impl rule__DataType__Group_6_1_1_1__1 )
+ // InternalAadl2Parser.g:34456:2: rule__DataType__Group_6_1_1_1__0__Impl rule__DataType__Group_6_1_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__DataType__Group_6_1_1_1__0__Impl();
@@ -134705,21 +133232,21 @@ public final void rule__DataType__Group_6_1_1_1__0() throws RecognitionException
// $ANTLR start "rule__DataType__Group_6_1_1_1__0__Impl"
- // InternalAadl2Parser.g:34927:1: rule__DataType__Group_6_1_1_1__0__Impl : ( ( rule__DataType__NoModesAssignment_6_1_1_1_0 ) ) ;
+ // InternalAadl2Parser.g:34463:1: rule__DataType__Group_6_1_1_1__0__Impl : ( ( rule__DataType__NoModesAssignment_6_1_1_1_0 ) ) ;
public final void rule__DataType__Group_6_1_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34931:1: ( ( ( rule__DataType__NoModesAssignment_6_1_1_1_0 ) ) )
- // InternalAadl2Parser.g:34932:1: ( ( rule__DataType__NoModesAssignment_6_1_1_1_0 ) )
+ // InternalAadl2Parser.g:34467:1: ( ( ( rule__DataType__NoModesAssignment_6_1_1_1_0 ) ) )
+ // InternalAadl2Parser.g:34468:1: ( ( rule__DataType__NoModesAssignment_6_1_1_1_0 ) )
{
- // InternalAadl2Parser.g:34932:1: ( ( rule__DataType__NoModesAssignment_6_1_1_1_0 ) )
- // InternalAadl2Parser.g:34933:2: ( rule__DataType__NoModesAssignment_6_1_1_1_0 )
+ // InternalAadl2Parser.g:34468:1: ( ( rule__DataType__NoModesAssignment_6_1_1_1_0 ) )
+ // InternalAadl2Parser.g:34469:2: ( rule__DataType__NoModesAssignment_6_1_1_1_0 )
{
before(grammarAccess.getDataTypeAccess().getNoModesAssignment_6_1_1_1_0());
- // InternalAadl2Parser.g:34934:2: ( rule__DataType__NoModesAssignment_6_1_1_1_0 )
- // InternalAadl2Parser.g:34934:3: rule__DataType__NoModesAssignment_6_1_1_1_0
+ // InternalAadl2Parser.g:34470:2: ( rule__DataType__NoModesAssignment_6_1_1_1_0 )
+ // InternalAadl2Parser.g:34470:3: rule__DataType__NoModesAssignment_6_1_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__NoModesAssignment_6_1_1_1_0();
@@ -134752,14 +133279,14 @@ public final void rule__DataType__Group_6_1_1_1__0__Impl() throws RecognitionExc
// $ANTLR start "rule__DataType__Group_6_1_1_1__1"
- // InternalAadl2Parser.g:34942:1: rule__DataType__Group_6_1_1_1__1 : rule__DataType__Group_6_1_1_1__1__Impl ;
+ // InternalAadl2Parser.g:34478:1: rule__DataType__Group_6_1_1_1__1 : rule__DataType__Group_6_1_1_1__1__Impl ;
public final void rule__DataType__Group_6_1_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34946:1: ( rule__DataType__Group_6_1_1_1__1__Impl )
- // InternalAadl2Parser.g:34947:2: rule__DataType__Group_6_1_1_1__1__Impl
+ // InternalAadl2Parser.g:34482:1: ( rule__DataType__Group_6_1_1_1__1__Impl )
+ // InternalAadl2Parser.g:34483:2: rule__DataType__Group_6_1_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__Group_6_1_1_1__1__Impl();
@@ -134785,17 +133312,17 @@ public final void rule__DataType__Group_6_1_1_1__1() throws RecognitionException
// $ANTLR start "rule__DataType__Group_6_1_1_1__1__Impl"
- // InternalAadl2Parser.g:34953:1: rule__DataType__Group_6_1_1_1__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:34489:1: rule__DataType__Group_6_1_1_1__1__Impl : ( Semicolon ) ;
public final void rule__DataType__Group_6_1_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34957:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:34958:1: ( Semicolon )
+ // InternalAadl2Parser.g:34493:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:34494:1: ( Semicolon )
{
- // InternalAadl2Parser.g:34958:1: ( Semicolon )
- // InternalAadl2Parser.g:34959:2: Semicolon
+ // InternalAadl2Parser.g:34494:1: ( Semicolon )
+ // InternalAadl2Parser.g:34495:2: Semicolon
{
before(grammarAccess.getDataTypeAccess().getSemicolonKeyword_6_1_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -134822,14 +133349,14 @@ public final void rule__DataType__Group_6_1_1_1__1__Impl() throws RecognitionExc
// $ANTLR start "rule__DataType__Group_7__0"
- // InternalAadl2Parser.g:34969:1: rule__DataType__Group_7__0 : rule__DataType__Group_7__0__Impl rule__DataType__Group_7__1 ;
+ // InternalAadl2Parser.g:34505:1: rule__DataType__Group_7__0 : rule__DataType__Group_7__0__Impl rule__DataType__Group_7__1 ;
public final void rule__DataType__Group_7__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34973:1: ( rule__DataType__Group_7__0__Impl rule__DataType__Group_7__1 )
- // InternalAadl2Parser.g:34974:2: rule__DataType__Group_7__0__Impl rule__DataType__Group_7__1
+ // InternalAadl2Parser.g:34509:1: ( rule__DataType__Group_7__0__Impl rule__DataType__Group_7__1 )
+ // InternalAadl2Parser.g:34510:2: rule__DataType__Group_7__0__Impl rule__DataType__Group_7__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__DataType__Group_7__0__Impl();
@@ -134860,17 +133387,17 @@ public final void rule__DataType__Group_7__0() throws RecognitionException {
// $ANTLR start "rule__DataType__Group_7__0__Impl"
- // InternalAadl2Parser.g:34981:1: rule__DataType__Group_7__0__Impl : ( Properties ) ;
+ // InternalAadl2Parser.g:34517:1: rule__DataType__Group_7__0__Impl : ( Properties ) ;
public final void rule__DataType__Group_7__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:34985:1: ( ( Properties ) )
- // InternalAadl2Parser.g:34986:1: ( Properties )
+ // InternalAadl2Parser.g:34521:1: ( ( Properties ) )
+ // InternalAadl2Parser.g:34522:1: ( Properties )
{
- // InternalAadl2Parser.g:34986:1: ( Properties )
- // InternalAadl2Parser.g:34987:2: Properties
+ // InternalAadl2Parser.g:34522:1: ( Properties )
+ // InternalAadl2Parser.g:34523:2: Properties
{
before(grammarAccess.getDataTypeAccess().getPropertiesKeyword_7_0());
match(input,Properties,FollowSets000.FOLLOW_2);
@@ -134897,14 +133424,14 @@ public final void rule__DataType__Group_7__0__Impl() throws RecognitionException
// $ANTLR start "rule__DataType__Group_7__1"
- // InternalAadl2Parser.g:34996:1: rule__DataType__Group_7__1 : rule__DataType__Group_7__1__Impl ;
+ // InternalAadl2Parser.g:34532:1: rule__DataType__Group_7__1 : rule__DataType__Group_7__1__Impl ;
public final void rule__DataType__Group_7__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35000:1: ( rule__DataType__Group_7__1__Impl )
- // InternalAadl2Parser.g:35001:2: rule__DataType__Group_7__1__Impl
+ // InternalAadl2Parser.g:34536:1: ( rule__DataType__Group_7__1__Impl )
+ // InternalAadl2Parser.g:34537:2: rule__DataType__Group_7__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__Group_7__1__Impl();
@@ -134930,21 +133457,21 @@ public final void rule__DataType__Group_7__1() throws RecognitionException {
// $ANTLR start "rule__DataType__Group_7__1__Impl"
- // InternalAadl2Parser.g:35007:1: rule__DataType__Group_7__1__Impl : ( ( rule__DataType__Alternatives_7_1 ) ) ;
+ // InternalAadl2Parser.g:34543:1: rule__DataType__Group_7__1__Impl : ( ( rule__DataType__Alternatives_7_1 ) ) ;
public final void rule__DataType__Group_7__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35011:1: ( ( ( rule__DataType__Alternatives_7_1 ) ) )
- // InternalAadl2Parser.g:35012:1: ( ( rule__DataType__Alternatives_7_1 ) )
+ // InternalAadl2Parser.g:34547:1: ( ( ( rule__DataType__Alternatives_7_1 ) ) )
+ // InternalAadl2Parser.g:34548:1: ( ( rule__DataType__Alternatives_7_1 ) )
{
- // InternalAadl2Parser.g:35012:1: ( ( rule__DataType__Alternatives_7_1 ) )
- // InternalAadl2Parser.g:35013:2: ( rule__DataType__Alternatives_7_1 )
+ // InternalAadl2Parser.g:34548:1: ( ( rule__DataType__Alternatives_7_1 ) )
+ // InternalAadl2Parser.g:34549:2: ( rule__DataType__Alternatives_7_1 )
{
before(grammarAccess.getDataTypeAccess().getAlternatives_7_1());
- // InternalAadl2Parser.g:35014:2: ( rule__DataType__Alternatives_7_1 )
- // InternalAadl2Parser.g:35014:3: rule__DataType__Alternatives_7_1
+ // InternalAadl2Parser.g:34550:2: ( rule__DataType__Alternatives_7_1 )
+ // InternalAadl2Parser.g:34550:3: rule__DataType__Alternatives_7_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__Alternatives_7_1();
@@ -134977,14 +133504,14 @@ public final void rule__DataType__Group_7__1__Impl() throws RecognitionException
// $ANTLR start "rule__DataType__Group_7_1_1__0"
- // InternalAadl2Parser.g:35023:1: rule__DataType__Group_7_1_1__0 : rule__DataType__Group_7_1_1__0__Impl rule__DataType__Group_7_1_1__1 ;
+ // InternalAadl2Parser.g:34559:1: rule__DataType__Group_7_1_1__0 : rule__DataType__Group_7_1_1__0__Impl rule__DataType__Group_7_1_1__1 ;
public final void rule__DataType__Group_7_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35027:1: ( rule__DataType__Group_7_1_1__0__Impl rule__DataType__Group_7_1_1__1 )
- // InternalAadl2Parser.g:35028:2: rule__DataType__Group_7_1_1__0__Impl rule__DataType__Group_7_1_1__1
+ // InternalAadl2Parser.g:34563:1: ( rule__DataType__Group_7_1_1__0__Impl rule__DataType__Group_7_1_1__1 )
+ // InternalAadl2Parser.g:34564:2: rule__DataType__Group_7_1_1__0__Impl rule__DataType__Group_7_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__DataType__Group_7_1_1__0__Impl();
@@ -135015,21 +133542,21 @@ public final void rule__DataType__Group_7_1_1__0() throws RecognitionException {
// $ANTLR start "rule__DataType__Group_7_1_1__0__Impl"
- // InternalAadl2Parser.g:35035:1: rule__DataType__Group_7_1_1__0__Impl : ( ( rule__DataType__NoPropertiesAssignment_7_1_1_0 ) ) ;
+ // InternalAadl2Parser.g:34571:1: rule__DataType__Group_7_1_1__0__Impl : ( ( rule__DataType__NoPropertiesAssignment_7_1_1_0 ) ) ;
public final void rule__DataType__Group_7_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35039:1: ( ( ( rule__DataType__NoPropertiesAssignment_7_1_1_0 ) ) )
- // InternalAadl2Parser.g:35040:1: ( ( rule__DataType__NoPropertiesAssignment_7_1_1_0 ) )
+ // InternalAadl2Parser.g:34575:1: ( ( ( rule__DataType__NoPropertiesAssignment_7_1_1_0 ) ) )
+ // InternalAadl2Parser.g:34576:1: ( ( rule__DataType__NoPropertiesAssignment_7_1_1_0 ) )
{
- // InternalAadl2Parser.g:35040:1: ( ( rule__DataType__NoPropertiesAssignment_7_1_1_0 ) )
- // InternalAadl2Parser.g:35041:2: ( rule__DataType__NoPropertiesAssignment_7_1_1_0 )
+ // InternalAadl2Parser.g:34576:1: ( ( rule__DataType__NoPropertiesAssignment_7_1_1_0 ) )
+ // InternalAadl2Parser.g:34577:2: ( rule__DataType__NoPropertiesAssignment_7_1_1_0 )
{
before(grammarAccess.getDataTypeAccess().getNoPropertiesAssignment_7_1_1_0());
- // InternalAadl2Parser.g:35042:2: ( rule__DataType__NoPropertiesAssignment_7_1_1_0 )
- // InternalAadl2Parser.g:35042:3: rule__DataType__NoPropertiesAssignment_7_1_1_0
+ // InternalAadl2Parser.g:34578:2: ( rule__DataType__NoPropertiesAssignment_7_1_1_0 )
+ // InternalAadl2Parser.g:34578:3: rule__DataType__NoPropertiesAssignment_7_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__NoPropertiesAssignment_7_1_1_0();
@@ -135062,14 +133589,14 @@ public final void rule__DataType__Group_7_1_1__0__Impl() throws RecognitionExcep
// $ANTLR start "rule__DataType__Group_7_1_1__1"
- // InternalAadl2Parser.g:35050:1: rule__DataType__Group_7_1_1__1 : rule__DataType__Group_7_1_1__1__Impl ;
+ // InternalAadl2Parser.g:34586:1: rule__DataType__Group_7_1_1__1 : rule__DataType__Group_7_1_1__1__Impl ;
public final void rule__DataType__Group_7_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35054:1: ( rule__DataType__Group_7_1_1__1__Impl )
- // InternalAadl2Parser.g:35055:2: rule__DataType__Group_7_1_1__1__Impl
+ // InternalAadl2Parser.g:34590:1: ( rule__DataType__Group_7_1_1__1__Impl )
+ // InternalAadl2Parser.g:34591:2: rule__DataType__Group_7_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__DataType__Group_7_1_1__1__Impl();
@@ -135095,17 +133622,17 @@ public final void rule__DataType__Group_7_1_1__1() throws RecognitionException {
// $ANTLR start "rule__DataType__Group_7_1_1__1__Impl"
- // InternalAadl2Parser.g:35061:1: rule__DataType__Group_7_1_1__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:34597:1: rule__DataType__Group_7_1_1__1__Impl : ( Semicolon ) ;
public final void rule__DataType__Group_7_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35065:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:35066:1: ( Semicolon )
+ // InternalAadl2Parser.g:34601:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:34602:1: ( Semicolon )
{
- // InternalAadl2Parser.g:35066:1: ( Semicolon )
- // InternalAadl2Parser.g:35067:2: Semicolon
+ // InternalAadl2Parser.g:34602:1: ( Semicolon )
+ // InternalAadl2Parser.g:34603:2: Semicolon
{
before(grammarAccess.getDataTypeAccess().getSemicolonKeyword_7_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -135132,16 +133659,16 @@ public final void rule__DataType__Group_7_1_1__1__Impl() throws RecognitionExcep
// $ANTLR start "rule__AbstractImplementation__Group__0"
- // InternalAadl2Parser.g:35077:1: rule__AbstractImplementation__Group__0 : rule__AbstractImplementation__Group__0__Impl rule__AbstractImplementation__Group__1 ;
+ // InternalAadl2Parser.g:34613:1: rule__AbstractImplementation__Group__0 : rule__AbstractImplementation__Group__0__Impl rule__AbstractImplementation__Group__1 ;
public final void rule__AbstractImplementation__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35081:1: ( rule__AbstractImplementation__Group__0__Impl rule__AbstractImplementation__Group__1 )
- // InternalAadl2Parser.g:35082:2: rule__AbstractImplementation__Group__0__Impl rule__AbstractImplementation__Group__1
+ // InternalAadl2Parser.g:34617:1: ( rule__AbstractImplementation__Group__0__Impl rule__AbstractImplementation__Group__1 )
+ // InternalAadl2Parser.g:34618:2: rule__AbstractImplementation__Group__0__Impl rule__AbstractImplementation__Group__1
{
- pushFollow(FollowSets000.FOLLOW_4);
+ pushFollow(FollowSets000.FOLLOW_34);
rule__AbstractImplementation__Group__0__Impl();
state._fsp--;
@@ -135170,25 +133697,21 @@ public final void rule__AbstractImplementation__Group__0() throws RecognitionExc
// $ANTLR start "rule__AbstractImplementation__Group__0__Impl"
- // InternalAadl2Parser.g:35089:1: rule__AbstractImplementation__Group__0__Impl : ( ruleAbstractImplementationKeywords ) ;
+ // InternalAadl2Parser.g:34625:1: rule__AbstractImplementation__Group__0__Impl : ( Abstract ) ;
public final void rule__AbstractImplementation__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35093:1: ( ( ruleAbstractImplementationKeywords ) )
- // InternalAadl2Parser.g:35094:1: ( ruleAbstractImplementationKeywords )
+ // InternalAadl2Parser.g:34629:1: ( ( Abstract ) )
+ // InternalAadl2Parser.g:34630:1: ( Abstract )
{
- // InternalAadl2Parser.g:35094:1: ( ruleAbstractImplementationKeywords )
- // InternalAadl2Parser.g:35095:2: ruleAbstractImplementationKeywords
+ // InternalAadl2Parser.g:34630:1: ( Abstract )
+ // InternalAadl2Parser.g:34631:2: Abstract
{
- before(grammarAccess.getAbstractImplementationAccess().getAbstractImplementationKeywordsParserRuleCall_0());
- pushFollow(FollowSets000.FOLLOW_2);
- ruleAbstractImplementationKeywords();
-
- state._fsp--;
-
- after(grammarAccess.getAbstractImplementationAccess().getAbstractImplementationKeywordsParserRuleCall_0());
+ before(grammarAccess.getAbstractImplementationAccess().getAbstractKeyword_0());
+ match(input,Abstract,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getAbstractImplementationAccess().getAbstractKeyword_0());
}
@@ -135211,16 +133734,16 @@ public final void rule__AbstractImplementation__Group__0__Impl() throws Recognit
// $ANTLR start "rule__AbstractImplementation__Group__1"
- // InternalAadl2Parser.g:35104:1: rule__AbstractImplementation__Group__1 : rule__AbstractImplementation__Group__1__Impl rule__AbstractImplementation__Group__2 ;
+ // InternalAadl2Parser.g:34640:1: rule__AbstractImplementation__Group__1 : rule__AbstractImplementation__Group__1__Impl rule__AbstractImplementation__Group__2 ;
public final void rule__AbstractImplementation__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35108:1: ( rule__AbstractImplementation__Group__1__Impl rule__AbstractImplementation__Group__2 )
- // InternalAadl2Parser.g:35109:2: rule__AbstractImplementation__Group__1__Impl rule__AbstractImplementation__Group__2
+ // InternalAadl2Parser.g:34644:1: ( rule__AbstractImplementation__Group__1__Impl rule__AbstractImplementation__Group__2 )
+ // InternalAadl2Parser.g:34645:2: rule__AbstractImplementation__Group__1__Impl rule__AbstractImplementation__Group__2
{
- pushFollow(FollowSets000.FOLLOW_33);
+ pushFollow(FollowSets000.FOLLOW_4);
rule__AbstractImplementation__Group__1__Impl();
state._fsp--;
@@ -135249,31 +133772,21 @@ public final void rule__AbstractImplementation__Group__1() throws RecognitionExc
// $ANTLR start "rule__AbstractImplementation__Group__1__Impl"
- // InternalAadl2Parser.g:35116:1: rule__AbstractImplementation__Group__1__Impl : ( ( rule__AbstractImplementation__OwnedRealizationAssignment_1 ) ) ;
+ // InternalAadl2Parser.g:34652:1: rule__AbstractImplementation__Group__1__Impl : ( Implementation ) ;
public final void rule__AbstractImplementation__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35120:1: ( ( ( rule__AbstractImplementation__OwnedRealizationAssignment_1 ) ) )
- // InternalAadl2Parser.g:35121:1: ( ( rule__AbstractImplementation__OwnedRealizationAssignment_1 ) )
- {
- // InternalAadl2Parser.g:35121:1: ( ( rule__AbstractImplementation__OwnedRealizationAssignment_1 ) )
- // InternalAadl2Parser.g:35122:2: ( rule__AbstractImplementation__OwnedRealizationAssignment_1 )
+ // InternalAadl2Parser.g:34656:1: ( ( Implementation ) )
+ // InternalAadl2Parser.g:34657:1: ( Implementation )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedRealizationAssignment_1());
- // InternalAadl2Parser.g:35123:2: ( rule__AbstractImplementation__OwnedRealizationAssignment_1 )
- // InternalAadl2Parser.g:35123:3: rule__AbstractImplementation__OwnedRealizationAssignment_1
+ // InternalAadl2Parser.g:34657:1: ( Implementation )
+ // InternalAadl2Parser.g:34658:2: Implementation
{
- pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__OwnedRealizationAssignment_1();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getAbstractImplementationAccess().getOwnedRealizationAssignment_1());
+ before(grammarAccess.getAbstractImplementationAccess().getImplementationKeyword_1());
+ match(input,Implementation,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getAbstractImplementationAccess().getImplementationKeyword_1());
}
@@ -135296,16 +133809,16 @@ public final void rule__AbstractImplementation__Group__1__Impl() throws Recognit
// $ANTLR start "rule__AbstractImplementation__Group__2"
- // InternalAadl2Parser.g:35131:1: rule__AbstractImplementation__Group__2 : rule__AbstractImplementation__Group__2__Impl rule__AbstractImplementation__Group__3 ;
+ // InternalAadl2Parser.g:34667:1: rule__AbstractImplementation__Group__2 : rule__AbstractImplementation__Group__2__Impl rule__AbstractImplementation__Group__3 ;
public final void rule__AbstractImplementation__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35135:1: ( rule__AbstractImplementation__Group__2__Impl rule__AbstractImplementation__Group__3 )
- // InternalAadl2Parser.g:35136:2: rule__AbstractImplementation__Group__2__Impl rule__AbstractImplementation__Group__3
+ // InternalAadl2Parser.g:34671:1: ( rule__AbstractImplementation__Group__2__Impl rule__AbstractImplementation__Group__3 )
+ // InternalAadl2Parser.g:34672:2: rule__AbstractImplementation__Group__2__Impl rule__AbstractImplementation__Group__3
{
- pushFollow(FollowSets000.FOLLOW_4);
+ pushFollow(FollowSets000.FOLLOW_35);
rule__AbstractImplementation__Group__2__Impl();
state._fsp--;
@@ -135334,21 +133847,31 @@ public final void rule__AbstractImplementation__Group__2() throws RecognitionExc
// $ANTLR start "rule__AbstractImplementation__Group__2__Impl"
- // InternalAadl2Parser.g:35143:1: rule__AbstractImplementation__Group__2__Impl : ( FullStop ) ;
+ // InternalAadl2Parser.g:34679:1: rule__AbstractImplementation__Group__2__Impl : ( ( rule__AbstractImplementation__OwnedRealizationAssignment_2 ) ) ;
public final void rule__AbstractImplementation__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35147:1: ( ( FullStop ) )
- // InternalAadl2Parser.g:35148:1: ( FullStop )
+ // InternalAadl2Parser.g:34683:1: ( ( ( rule__AbstractImplementation__OwnedRealizationAssignment_2 ) ) )
+ // InternalAadl2Parser.g:34684:1: ( ( rule__AbstractImplementation__OwnedRealizationAssignment_2 ) )
{
- // InternalAadl2Parser.g:35148:1: ( FullStop )
- // InternalAadl2Parser.g:35149:2: FullStop
+ // InternalAadl2Parser.g:34684:1: ( ( rule__AbstractImplementation__OwnedRealizationAssignment_2 ) )
+ // InternalAadl2Parser.g:34685:2: ( rule__AbstractImplementation__OwnedRealizationAssignment_2 )
{
- before(grammarAccess.getAbstractImplementationAccess().getFullStopKeyword_2());
- match(input,FullStop,FollowSets000.FOLLOW_2);
- after(grammarAccess.getAbstractImplementationAccess().getFullStopKeyword_2());
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedRealizationAssignment_2());
+ // InternalAadl2Parser.g:34686:2: ( rule__AbstractImplementation__OwnedRealizationAssignment_2 )
+ // InternalAadl2Parser.g:34686:3: rule__AbstractImplementation__OwnedRealizationAssignment_2
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__AbstractImplementation__OwnedRealizationAssignment_2();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedRealizationAssignment_2());
}
@@ -135371,16 +133894,16 @@ public final void rule__AbstractImplementation__Group__2__Impl() throws Recognit
// $ANTLR start "rule__AbstractImplementation__Group__3"
- // InternalAadl2Parser.g:35158:1: rule__AbstractImplementation__Group__3 : rule__AbstractImplementation__Group__3__Impl rule__AbstractImplementation__Group__4 ;
+ // InternalAadl2Parser.g:34694:1: rule__AbstractImplementation__Group__3 : rule__AbstractImplementation__Group__3__Impl rule__AbstractImplementation__Group__4 ;
public final void rule__AbstractImplementation__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35162:1: ( rule__AbstractImplementation__Group__3__Impl rule__AbstractImplementation__Group__4 )
- // InternalAadl2Parser.g:35163:2: rule__AbstractImplementation__Group__3__Impl rule__AbstractImplementation__Group__4
+ // InternalAadl2Parser.g:34698:1: ( rule__AbstractImplementation__Group__3__Impl rule__AbstractImplementation__Group__4 )
+ // InternalAadl2Parser.g:34699:2: rule__AbstractImplementation__Group__3__Impl rule__AbstractImplementation__Group__4
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_4);
rule__AbstractImplementation__Group__3__Impl();
state._fsp--;
@@ -135409,31 +133932,21 @@ public final void rule__AbstractImplementation__Group__3() throws RecognitionExc
// $ANTLR start "rule__AbstractImplementation__Group__3__Impl"
- // InternalAadl2Parser.g:35170:1: rule__AbstractImplementation__Group__3__Impl : ( ( rule__AbstractImplementation__NameAssignment_3 ) ) ;
+ // InternalAadl2Parser.g:34706:1: rule__AbstractImplementation__Group__3__Impl : ( FullStop ) ;
public final void rule__AbstractImplementation__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35174:1: ( ( ( rule__AbstractImplementation__NameAssignment_3 ) ) )
- // InternalAadl2Parser.g:35175:1: ( ( rule__AbstractImplementation__NameAssignment_3 ) )
- {
- // InternalAadl2Parser.g:35175:1: ( ( rule__AbstractImplementation__NameAssignment_3 ) )
- // InternalAadl2Parser.g:35176:2: ( rule__AbstractImplementation__NameAssignment_3 )
+ // InternalAadl2Parser.g:34710:1: ( ( FullStop ) )
+ // InternalAadl2Parser.g:34711:1: ( FullStop )
{
- before(grammarAccess.getAbstractImplementationAccess().getNameAssignment_3());
- // InternalAadl2Parser.g:35177:2: ( rule__AbstractImplementation__NameAssignment_3 )
- // InternalAadl2Parser.g:35177:3: rule__AbstractImplementation__NameAssignment_3
+ // InternalAadl2Parser.g:34711:1: ( FullStop )
+ // InternalAadl2Parser.g:34712:2: FullStop
{
- pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__NameAssignment_3();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getAbstractImplementationAccess().getNameAssignment_3());
+ before(grammarAccess.getAbstractImplementationAccess().getFullStopKeyword_3());
+ match(input,FullStop,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getAbstractImplementationAccess().getFullStopKeyword_3());
}
@@ -135456,16 +133969,16 @@ public final void rule__AbstractImplementation__Group__3__Impl() throws Recognit
// $ANTLR start "rule__AbstractImplementation__Group__4"
- // InternalAadl2Parser.g:35185:1: rule__AbstractImplementation__Group__4 : rule__AbstractImplementation__Group__4__Impl rule__AbstractImplementation__Group__5 ;
+ // InternalAadl2Parser.g:34721:1: rule__AbstractImplementation__Group__4 : rule__AbstractImplementation__Group__4__Impl rule__AbstractImplementation__Group__5 ;
public final void rule__AbstractImplementation__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35189:1: ( rule__AbstractImplementation__Group__4__Impl rule__AbstractImplementation__Group__5 )
- // InternalAadl2Parser.g:35190:2: rule__AbstractImplementation__Group__4__Impl rule__AbstractImplementation__Group__5
+ // InternalAadl2Parser.g:34725:1: ( rule__AbstractImplementation__Group__4__Impl rule__AbstractImplementation__Group__5 )
+ // InternalAadl2Parser.g:34726:2: rule__AbstractImplementation__Group__4__Impl rule__AbstractImplementation__Group__5
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__AbstractImplementation__Group__4__Impl();
state._fsp--;
@@ -135494,42 +134007,31 @@ public final void rule__AbstractImplementation__Group__4() throws RecognitionExc
// $ANTLR start "rule__AbstractImplementation__Group__4__Impl"
- // InternalAadl2Parser.g:35197:1: rule__AbstractImplementation__Group__4__Impl : ( ( rule__AbstractImplementation__OwnedExtensionAssignment_4 )? ) ;
+ // InternalAadl2Parser.g:34733:1: rule__AbstractImplementation__Group__4__Impl : ( ( rule__AbstractImplementation__NameAssignment_4 ) ) ;
public final void rule__AbstractImplementation__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35201:1: ( ( ( rule__AbstractImplementation__OwnedExtensionAssignment_4 )? ) )
- // InternalAadl2Parser.g:35202:1: ( ( rule__AbstractImplementation__OwnedExtensionAssignment_4 )? )
+ // InternalAadl2Parser.g:34737:1: ( ( ( rule__AbstractImplementation__NameAssignment_4 ) ) )
+ // InternalAadl2Parser.g:34738:1: ( ( rule__AbstractImplementation__NameAssignment_4 ) )
{
- // InternalAadl2Parser.g:35202:1: ( ( rule__AbstractImplementation__OwnedExtensionAssignment_4 )? )
- // InternalAadl2Parser.g:35203:2: ( rule__AbstractImplementation__OwnedExtensionAssignment_4 )?
+ // InternalAadl2Parser.g:34738:1: ( ( rule__AbstractImplementation__NameAssignment_4 ) )
+ // InternalAadl2Parser.g:34739:2: ( rule__AbstractImplementation__NameAssignment_4 )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedExtensionAssignment_4());
- // InternalAadl2Parser.g:35204:2: ( rule__AbstractImplementation__OwnedExtensionAssignment_4 )?
- int alt684=2;
- int LA684_0 = input.LA(1);
-
- if ( (LA684_0==Extends) ) {
- alt684=1;
- }
- switch (alt684) {
- case 1 :
- // InternalAadl2Parser.g:35204:3: rule__AbstractImplementation__OwnedExtensionAssignment_4
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__OwnedExtensionAssignment_4();
+ before(grammarAccess.getAbstractImplementationAccess().getNameAssignment_4());
+ // InternalAadl2Parser.g:34740:2: ( rule__AbstractImplementation__NameAssignment_4 )
+ // InternalAadl2Parser.g:34740:3: rule__AbstractImplementation__NameAssignment_4
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__AbstractImplementation__NameAssignment_4();
- state._fsp--;
+ state._fsp--;
- }
- break;
-
}
- after(grammarAccess.getAbstractImplementationAccess().getOwnedExtensionAssignment_4());
+ after(grammarAccess.getAbstractImplementationAccess().getNameAssignment_4());
}
@@ -135552,16 +134054,16 @@ public final void rule__AbstractImplementation__Group__4__Impl() throws Recognit
// $ANTLR start "rule__AbstractImplementation__Group__5"
- // InternalAadl2Parser.g:35212:1: rule__AbstractImplementation__Group__5 : rule__AbstractImplementation__Group__5__Impl rule__AbstractImplementation__Group__6 ;
+ // InternalAadl2Parser.g:34748:1: rule__AbstractImplementation__Group__5 : rule__AbstractImplementation__Group__5__Impl rule__AbstractImplementation__Group__6 ;
public final void rule__AbstractImplementation__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35216:1: ( rule__AbstractImplementation__Group__5__Impl rule__AbstractImplementation__Group__6 )
- // InternalAadl2Parser.g:35217:2: rule__AbstractImplementation__Group__5__Impl rule__AbstractImplementation__Group__6
+ // InternalAadl2Parser.g:34752:1: ( rule__AbstractImplementation__Group__5__Impl rule__AbstractImplementation__Group__6 )
+ // InternalAadl2Parser.g:34753:2: rule__AbstractImplementation__Group__5__Impl rule__AbstractImplementation__Group__6
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__AbstractImplementation__Group__5__Impl();
state._fsp--;
@@ -135590,32 +134092,32 @@ public final void rule__AbstractImplementation__Group__5() throws RecognitionExc
// $ANTLR start "rule__AbstractImplementation__Group__5__Impl"
- // InternalAadl2Parser.g:35224:1: rule__AbstractImplementation__Group__5__Impl : ( ( rule__AbstractImplementation__Group_5__0 )? ) ;
+ // InternalAadl2Parser.g:34760:1: rule__AbstractImplementation__Group__5__Impl : ( ( rule__AbstractImplementation__OwnedExtensionAssignment_5 )? ) ;
public final void rule__AbstractImplementation__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35228:1: ( ( ( rule__AbstractImplementation__Group_5__0 )? ) )
- // InternalAadl2Parser.g:35229:1: ( ( rule__AbstractImplementation__Group_5__0 )? )
+ // InternalAadl2Parser.g:34764:1: ( ( ( rule__AbstractImplementation__OwnedExtensionAssignment_5 )? ) )
+ // InternalAadl2Parser.g:34765:1: ( ( rule__AbstractImplementation__OwnedExtensionAssignment_5 )? )
{
- // InternalAadl2Parser.g:35229:1: ( ( rule__AbstractImplementation__Group_5__0 )? )
- // InternalAadl2Parser.g:35230:2: ( rule__AbstractImplementation__Group_5__0 )?
+ // InternalAadl2Parser.g:34765:1: ( ( rule__AbstractImplementation__OwnedExtensionAssignment_5 )? )
+ // InternalAadl2Parser.g:34766:2: ( rule__AbstractImplementation__OwnedExtensionAssignment_5 )?
{
- before(grammarAccess.getAbstractImplementationAccess().getGroup_5());
- // InternalAadl2Parser.g:35231:2: ( rule__AbstractImplementation__Group_5__0 )?
- int alt685=2;
- int LA685_0 = input.LA(1);
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedExtensionAssignment_5());
+ // InternalAadl2Parser.g:34767:2: ( rule__AbstractImplementation__OwnedExtensionAssignment_5 )?
+ int alt684=2;
+ int LA684_0 = input.LA(1);
- if ( (LA685_0==LeftParenthesis) ) {
- alt685=1;
+ if ( (LA684_0==Extends) ) {
+ alt684=1;
}
- switch (alt685) {
+ switch (alt684) {
case 1 :
- // InternalAadl2Parser.g:35231:3: rule__AbstractImplementation__Group_5__0
+ // InternalAadl2Parser.g:34767:3: rule__AbstractImplementation__OwnedExtensionAssignment_5
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_5__0();
+ rule__AbstractImplementation__OwnedExtensionAssignment_5();
state._fsp--;
@@ -135625,7 +134127,7 @@ public final void rule__AbstractImplementation__Group__5__Impl() throws Recognit
}
- after(grammarAccess.getAbstractImplementationAccess().getGroup_5());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedExtensionAssignment_5());
}
@@ -135648,16 +134150,16 @@ public final void rule__AbstractImplementation__Group__5__Impl() throws Recognit
// $ANTLR start "rule__AbstractImplementation__Group__6"
- // InternalAadl2Parser.g:35239:1: rule__AbstractImplementation__Group__6 : rule__AbstractImplementation__Group__6__Impl rule__AbstractImplementation__Group__7 ;
+ // InternalAadl2Parser.g:34775:1: rule__AbstractImplementation__Group__6 : rule__AbstractImplementation__Group__6__Impl rule__AbstractImplementation__Group__7 ;
public final void rule__AbstractImplementation__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35243:1: ( rule__AbstractImplementation__Group__6__Impl rule__AbstractImplementation__Group__7 )
- // InternalAadl2Parser.g:35244:2: rule__AbstractImplementation__Group__6__Impl rule__AbstractImplementation__Group__7
+ // InternalAadl2Parser.g:34779:1: ( rule__AbstractImplementation__Group__6__Impl rule__AbstractImplementation__Group__7 )
+ // InternalAadl2Parser.g:34780:2: rule__AbstractImplementation__Group__6__Impl rule__AbstractImplementation__Group__7
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__AbstractImplementation__Group__6__Impl();
state._fsp--;
@@ -135686,29 +134188,29 @@ public final void rule__AbstractImplementation__Group__6() throws RecognitionExc
// $ANTLR start "rule__AbstractImplementation__Group__6__Impl"
- // InternalAadl2Parser.g:35251:1: rule__AbstractImplementation__Group__6__Impl : ( ( rule__AbstractImplementation__Group_6__0 )? ) ;
+ // InternalAadl2Parser.g:34787:1: rule__AbstractImplementation__Group__6__Impl : ( ( rule__AbstractImplementation__Group_6__0 )? ) ;
public final void rule__AbstractImplementation__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35255:1: ( ( ( rule__AbstractImplementation__Group_6__0 )? ) )
- // InternalAadl2Parser.g:35256:1: ( ( rule__AbstractImplementation__Group_6__0 )? )
+ // InternalAadl2Parser.g:34791:1: ( ( ( rule__AbstractImplementation__Group_6__0 )? ) )
+ // InternalAadl2Parser.g:34792:1: ( ( rule__AbstractImplementation__Group_6__0 )? )
{
- // InternalAadl2Parser.g:35256:1: ( ( rule__AbstractImplementation__Group_6__0 )? )
- // InternalAadl2Parser.g:35257:2: ( rule__AbstractImplementation__Group_6__0 )?
+ // InternalAadl2Parser.g:34792:1: ( ( rule__AbstractImplementation__Group_6__0 )? )
+ // InternalAadl2Parser.g:34793:2: ( rule__AbstractImplementation__Group_6__0 )?
{
before(grammarAccess.getAbstractImplementationAccess().getGroup_6());
- // InternalAadl2Parser.g:35258:2: ( rule__AbstractImplementation__Group_6__0 )?
- int alt686=2;
- int LA686_0 = input.LA(1);
+ // InternalAadl2Parser.g:34794:2: ( rule__AbstractImplementation__Group_6__0 )?
+ int alt685=2;
+ int LA685_0 = input.LA(1);
- if ( (LA686_0==Prototypes) ) {
- alt686=1;
+ if ( (LA685_0==LeftParenthesis) ) {
+ alt685=1;
}
- switch (alt686) {
+ switch (alt685) {
case 1 :
- // InternalAadl2Parser.g:35258:3: rule__AbstractImplementation__Group_6__0
+ // InternalAadl2Parser.g:34794:3: rule__AbstractImplementation__Group_6__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractImplementation__Group_6__0();
@@ -135744,16 +134246,16 @@ public final void rule__AbstractImplementation__Group__6__Impl() throws Recognit
// $ANTLR start "rule__AbstractImplementation__Group__7"
- // InternalAadl2Parser.g:35266:1: rule__AbstractImplementation__Group__7 : rule__AbstractImplementation__Group__7__Impl rule__AbstractImplementation__Group__8 ;
+ // InternalAadl2Parser.g:34802:1: rule__AbstractImplementation__Group__7 : rule__AbstractImplementation__Group__7__Impl rule__AbstractImplementation__Group__8 ;
public final void rule__AbstractImplementation__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35270:1: ( rule__AbstractImplementation__Group__7__Impl rule__AbstractImplementation__Group__8 )
- // InternalAadl2Parser.g:35271:2: rule__AbstractImplementation__Group__7__Impl rule__AbstractImplementation__Group__8
+ // InternalAadl2Parser.g:34806:1: ( rule__AbstractImplementation__Group__7__Impl rule__AbstractImplementation__Group__8 )
+ // InternalAadl2Parser.g:34807:2: rule__AbstractImplementation__Group__7__Impl rule__AbstractImplementation__Group__8
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__AbstractImplementation__Group__7__Impl();
state._fsp--;
@@ -135782,29 +134284,29 @@ public final void rule__AbstractImplementation__Group__7() throws RecognitionExc
// $ANTLR start "rule__AbstractImplementation__Group__7__Impl"
- // InternalAadl2Parser.g:35278:1: rule__AbstractImplementation__Group__7__Impl : ( ( rule__AbstractImplementation__Group_7__0 )? ) ;
+ // InternalAadl2Parser.g:34814:1: rule__AbstractImplementation__Group__7__Impl : ( ( rule__AbstractImplementation__Group_7__0 )? ) ;
public final void rule__AbstractImplementation__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35282:1: ( ( ( rule__AbstractImplementation__Group_7__0 )? ) )
- // InternalAadl2Parser.g:35283:1: ( ( rule__AbstractImplementation__Group_7__0 )? )
+ // InternalAadl2Parser.g:34818:1: ( ( ( rule__AbstractImplementation__Group_7__0 )? ) )
+ // InternalAadl2Parser.g:34819:1: ( ( rule__AbstractImplementation__Group_7__0 )? )
{
- // InternalAadl2Parser.g:35283:1: ( ( rule__AbstractImplementation__Group_7__0 )? )
- // InternalAadl2Parser.g:35284:2: ( rule__AbstractImplementation__Group_7__0 )?
+ // InternalAadl2Parser.g:34819:1: ( ( rule__AbstractImplementation__Group_7__0 )? )
+ // InternalAadl2Parser.g:34820:2: ( rule__AbstractImplementation__Group_7__0 )?
{
before(grammarAccess.getAbstractImplementationAccess().getGroup_7());
- // InternalAadl2Parser.g:35285:2: ( rule__AbstractImplementation__Group_7__0 )?
- int alt687=2;
- int LA687_0 = input.LA(1);
+ // InternalAadl2Parser.g:34821:2: ( rule__AbstractImplementation__Group_7__0 )?
+ int alt686=2;
+ int LA686_0 = input.LA(1);
- if ( (LA687_0==Subcomponents) ) {
- alt687=1;
+ if ( (LA686_0==Prototypes) ) {
+ alt686=1;
}
- switch (alt687) {
+ switch (alt686) {
case 1 :
- // InternalAadl2Parser.g:35285:3: rule__AbstractImplementation__Group_7__0
+ // InternalAadl2Parser.g:34821:3: rule__AbstractImplementation__Group_7__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractImplementation__Group_7__0();
@@ -135840,16 +134342,16 @@ public final void rule__AbstractImplementation__Group__7__Impl() throws Recognit
// $ANTLR start "rule__AbstractImplementation__Group__8"
- // InternalAadl2Parser.g:35293:1: rule__AbstractImplementation__Group__8 : rule__AbstractImplementation__Group__8__Impl rule__AbstractImplementation__Group__9 ;
+ // InternalAadl2Parser.g:34829:1: rule__AbstractImplementation__Group__8 : rule__AbstractImplementation__Group__8__Impl rule__AbstractImplementation__Group__9 ;
public final void rule__AbstractImplementation__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35297:1: ( rule__AbstractImplementation__Group__8__Impl rule__AbstractImplementation__Group__9 )
- // InternalAadl2Parser.g:35298:2: rule__AbstractImplementation__Group__8__Impl rule__AbstractImplementation__Group__9
+ // InternalAadl2Parser.g:34833:1: ( rule__AbstractImplementation__Group__8__Impl rule__AbstractImplementation__Group__9 )
+ // InternalAadl2Parser.g:34834:2: rule__AbstractImplementation__Group__8__Impl rule__AbstractImplementation__Group__9
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__AbstractImplementation__Group__8__Impl();
state._fsp--;
@@ -135878,29 +134380,29 @@ public final void rule__AbstractImplementation__Group__8() throws RecognitionExc
// $ANTLR start "rule__AbstractImplementation__Group__8__Impl"
- // InternalAadl2Parser.g:35305:1: rule__AbstractImplementation__Group__8__Impl : ( ( rule__AbstractImplementation__Group_8__0 )? ) ;
+ // InternalAadl2Parser.g:34841:1: rule__AbstractImplementation__Group__8__Impl : ( ( rule__AbstractImplementation__Group_8__0 )? ) ;
public final void rule__AbstractImplementation__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35309:1: ( ( ( rule__AbstractImplementation__Group_8__0 )? ) )
- // InternalAadl2Parser.g:35310:1: ( ( rule__AbstractImplementation__Group_8__0 )? )
+ // InternalAadl2Parser.g:34845:1: ( ( ( rule__AbstractImplementation__Group_8__0 )? ) )
+ // InternalAadl2Parser.g:34846:1: ( ( rule__AbstractImplementation__Group_8__0 )? )
{
- // InternalAadl2Parser.g:35310:1: ( ( rule__AbstractImplementation__Group_8__0 )? )
- // InternalAadl2Parser.g:35311:2: ( rule__AbstractImplementation__Group_8__0 )?
+ // InternalAadl2Parser.g:34846:1: ( ( rule__AbstractImplementation__Group_8__0 )? )
+ // InternalAadl2Parser.g:34847:2: ( rule__AbstractImplementation__Group_8__0 )?
{
before(grammarAccess.getAbstractImplementationAccess().getGroup_8());
- // InternalAadl2Parser.g:35312:2: ( rule__AbstractImplementation__Group_8__0 )?
- int alt688=2;
- int LA688_0 = input.LA(1);
+ // InternalAadl2Parser.g:34848:2: ( rule__AbstractImplementation__Group_8__0 )?
+ int alt687=2;
+ int LA687_0 = input.LA(1);
- if ( (LA688_0==Internal) ) {
- alt688=1;
+ if ( (LA687_0==Subcomponents) ) {
+ alt687=1;
}
- switch (alt688) {
+ switch (alt687) {
case 1 :
- // InternalAadl2Parser.g:35312:3: rule__AbstractImplementation__Group_8__0
+ // InternalAadl2Parser.g:34848:3: rule__AbstractImplementation__Group_8__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractImplementation__Group_8__0();
@@ -135936,16 +134438,16 @@ public final void rule__AbstractImplementation__Group__8__Impl() throws Recognit
// $ANTLR start "rule__AbstractImplementation__Group__9"
- // InternalAadl2Parser.g:35320:1: rule__AbstractImplementation__Group__9 : rule__AbstractImplementation__Group__9__Impl rule__AbstractImplementation__Group__10 ;
+ // InternalAadl2Parser.g:34856:1: rule__AbstractImplementation__Group__9 : rule__AbstractImplementation__Group__9__Impl rule__AbstractImplementation__Group__10 ;
public final void rule__AbstractImplementation__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35324:1: ( rule__AbstractImplementation__Group__9__Impl rule__AbstractImplementation__Group__10 )
- // InternalAadl2Parser.g:35325:2: rule__AbstractImplementation__Group__9__Impl rule__AbstractImplementation__Group__10
+ // InternalAadl2Parser.g:34860:1: ( rule__AbstractImplementation__Group__9__Impl rule__AbstractImplementation__Group__10 )
+ // InternalAadl2Parser.g:34861:2: rule__AbstractImplementation__Group__9__Impl rule__AbstractImplementation__Group__10
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__AbstractImplementation__Group__9__Impl();
state._fsp--;
@@ -135974,29 +134476,29 @@ public final void rule__AbstractImplementation__Group__9() throws RecognitionExc
// $ANTLR start "rule__AbstractImplementation__Group__9__Impl"
- // InternalAadl2Parser.g:35332:1: rule__AbstractImplementation__Group__9__Impl : ( ( rule__AbstractImplementation__Group_9__0 )? ) ;
+ // InternalAadl2Parser.g:34868:1: rule__AbstractImplementation__Group__9__Impl : ( ( rule__AbstractImplementation__Group_9__0 )? ) ;
public final void rule__AbstractImplementation__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35336:1: ( ( ( rule__AbstractImplementation__Group_9__0 )? ) )
- // InternalAadl2Parser.g:35337:1: ( ( rule__AbstractImplementation__Group_9__0 )? )
+ // InternalAadl2Parser.g:34872:1: ( ( ( rule__AbstractImplementation__Group_9__0 )? ) )
+ // InternalAadl2Parser.g:34873:1: ( ( rule__AbstractImplementation__Group_9__0 )? )
{
- // InternalAadl2Parser.g:35337:1: ( ( rule__AbstractImplementation__Group_9__0 )? )
- // InternalAadl2Parser.g:35338:2: ( rule__AbstractImplementation__Group_9__0 )?
+ // InternalAadl2Parser.g:34873:1: ( ( rule__AbstractImplementation__Group_9__0 )? )
+ // InternalAadl2Parser.g:34874:2: ( rule__AbstractImplementation__Group_9__0 )?
{
before(grammarAccess.getAbstractImplementationAccess().getGroup_9());
- // InternalAadl2Parser.g:35339:2: ( rule__AbstractImplementation__Group_9__0 )?
- int alt689=2;
- int LA689_0 = input.LA(1);
+ // InternalAadl2Parser.g:34875:2: ( rule__AbstractImplementation__Group_9__0 )?
+ int alt688=2;
+ int LA688_0 = input.LA(1);
- if ( (LA689_0==Processor) ) {
- alt689=1;
+ if ( (LA688_0==Internal) ) {
+ alt688=1;
}
- switch (alt689) {
+ switch (alt688) {
case 1 :
- // InternalAadl2Parser.g:35339:3: rule__AbstractImplementation__Group_9__0
+ // InternalAadl2Parser.g:34875:3: rule__AbstractImplementation__Group_9__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractImplementation__Group_9__0();
@@ -136032,16 +134534,16 @@ public final void rule__AbstractImplementation__Group__9__Impl() throws Recognit
// $ANTLR start "rule__AbstractImplementation__Group__10"
- // InternalAadl2Parser.g:35347:1: rule__AbstractImplementation__Group__10 : rule__AbstractImplementation__Group__10__Impl rule__AbstractImplementation__Group__11 ;
+ // InternalAadl2Parser.g:34883:1: rule__AbstractImplementation__Group__10 : rule__AbstractImplementation__Group__10__Impl rule__AbstractImplementation__Group__11 ;
public final void rule__AbstractImplementation__Group__10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35351:1: ( rule__AbstractImplementation__Group__10__Impl rule__AbstractImplementation__Group__11 )
- // InternalAadl2Parser.g:35352:2: rule__AbstractImplementation__Group__10__Impl rule__AbstractImplementation__Group__11
+ // InternalAadl2Parser.g:34887:1: ( rule__AbstractImplementation__Group__10__Impl rule__AbstractImplementation__Group__11 )
+ // InternalAadl2Parser.g:34888:2: rule__AbstractImplementation__Group__10__Impl rule__AbstractImplementation__Group__11
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__AbstractImplementation__Group__10__Impl();
state._fsp--;
@@ -136070,29 +134572,29 @@ public final void rule__AbstractImplementation__Group__10() throws RecognitionEx
// $ANTLR start "rule__AbstractImplementation__Group__10__Impl"
- // InternalAadl2Parser.g:35359:1: rule__AbstractImplementation__Group__10__Impl : ( ( rule__AbstractImplementation__Group_10__0 )? ) ;
+ // InternalAadl2Parser.g:34895:1: rule__AbstractImplementation__Group__10__Impl : ( ( rule__AbstractImplementation__Group_10__0 )? ) ;
public final void rule__AbstractImplementation__Group__10__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35363:1: ( ( ( rule__AbstractImplementation__Group_10__0 )? ) )
- // InternalAadl2Parser.g:35364:1: ( ( rule__AbstractImplementation__Group_10__0 )? )
+ // InternalAadl2Parser.g:34899:1: ( ( ( rule__AbstractImplementation__Group_10__0 )? ) )
+ // InternalAadl2Parser.g:34900:1: ( ( rule__AbstractImplementation__Group_10__0 )? )
{
- // InternalAadl2Parser.g:35364:1: ( ( rule__AbstractImplementation__Group_10__0 )? )
- // InternalAadl2Parser.g:35365:2: ( rule__AbstractImplementation__Group_10__0 )?
+ // InternalAadl2Parser.g:34900:1: ( ( rule__AbstractImplementation__Group_10__0 )? )
+ // InternalAadl2Parser.g:34901:2: ( rule__AbstractImplementation__Group_10__0 )?
{
before(grammarAccess.getAbstractImplementationAccess().getGroup_10());
- // InternalAadl2Parser.g:35366:2: ( rule__AbstractImplementation__Group_10__0 )?
- int alt690=2;
- int LA690_0 = input.LA(1);
+ // InternalAadl2Parser.g:34902:2: ( rule__AbstractImplementation__Group_10__0 )?
+ int alt689=2;
+ int LA689_0 = input.LA(1);
- if ( (LA690_0==Calls) ) {
- alt690=1;
+ if ( (LA689_0==Processor) ) {
+ alt689=1;
}
- switch (alt690) {
+ switch (alt689) {
case 1 :
- // InternalAadl2Parser.g:35366:3: rule__AbstractImplementation__Group_10__0
+ // InternalAadl2Parser.g:34902:3: rule__AbstractImplementation__Group_10__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractImplementation__Group_10__0();
@@ -136128,16 +134630,16 @@ public final void rule__AbstractImplementation__Group__10__Impl() throws Recogni
// $ANTLR start "rule__AbstractImplementation__Group__11"
- // InternalAadl2Parser.g:35374:1: rule__AbstractImplementation__Group__11 : rule__AbstractImplementation__Group__11__Impl rule__AbstractImplementation__Group__12 ;
+ // InternalAadl2Parser.g:34910:1: rule__AbstractImplementation__Group__11 : rule__AbstractImplementation__Group__11__Impl rule__AbstractImplementation__Group__12 ;
public final void rule__AbstractImplementation__Group__11() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35378:1: ( rule__AbstractImplementation__Group__11__Impl rule__AbstractImplementation__Group__12 )
- // InternalAadl2Parser.g:35379:2: rule__AbstractImplementation__Group__11__Impl rule__AbstractImplementation__Group__12
+ // InternalAadl2Parser.g:34914:1: ( rule__AbstractImplementation__Group__11__Impl rule__AbstractImplementation__Group__12 )
+ // InternalAadl2Parser.g:34915:2: rule__AbstractImplementation__Group__11__Impl rule__AbstractImplementation__Group__12
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__AbstractImplementation__Group__11__Impl();
state._fsp--;
@@ -136166,29 +134668,29 @@ public final void rule__AbstractImplementation__Group__11() throws RecognitionEx
// $ANTLR start "rule__AbstractImplementation__Group__11__Impl"
- // InternalAadl2Parser.g:35386:1: rule__AbstractImplementation__Group__11__Impl : ( ( rule__AbstractImplementation__Group_11__0 )? ) ;
+ // InternalAadl2Parser.g:34922:1: rule__AbstractImplementation__Group__11__Impl : ( ( rule__AbstractImplementation__Group_11__0 )? ) ;
public final void rule__AbstractImplementation__Group__11__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35390:1: ( ( ( rule__AbstractImplementation__Group_11__0 )? ) )
- // InternalAadl2Parser.g:35391:1: ( ( rule__AbstractImplementation__Group_11__0 )? )
+ // InternalAadl2Parser.g:34926:1: ( ( ( rule__AbstractImplementation__Group_11__0 )? ) )
+ // InternalAadl2Parser.g:34927:1: ( ( rule__AbstractImplementation__Group_11__0 )? )
{
- // InternalAadl2Parser.g:35391:1: ( ( rule__AbstractImplementation__Group_11__0 )? )
- // InternalAadl2Parser.g:35392:2: ( rule__AbstractImplementation__Group_11__0 )?
+ // InternalAadl2Parser.g:34927:1: ( ( rule__AbstractImplementation__Group_11__0 )? )
+ // InternalAadl2Parser.g:34928:2: ( rule__AbstractImplementation__Group_11__0 )?
{
before(grammarAccess.getAbstractImplementationAccess().getGroup_11());
- // InternalAadl2Parser.g:35393:2: ( rule__AbstractImplementation__Group_11__0 )?
- int alt691=2;
- int LA691_0 = input.LA(1);
+ // InternalAadl2Parser.g:34929:2: ( rule__AbstractImplementation__Group_11__0 )?
+ int alt690=2;
+ int LA690_0 = input.LA(1);
- if ( (LA691_0==Connections) ) {
- alt691=1;
+ if ( (LA690_0==Calls) ) {
+ alt690=1;
}
- switch (alt691) {
+ switch (alt690) {
case 1 :
- // InternalAadl2Parser.g:35393:3: rule__AbstractImplementation__Group_11__0
+ // InternalAadl2Parser.g:34929:3: rule__AbstractImplementation__Group_11__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractImplementation__Group_11__0();
@@ -136224,16 +134726,16 @@ public final void rule__AbstractImplementation__Group__11__Impl() throws Recogni
// $ANTLR start "rule__AbstractImplementation__Group__12"
- // InternalAadl2Parser.g:35401:1: rule__AbstractImplementation__Group__12 : rule__AbstractImplementation__Group__12__Impl rule__AbstractImplementation__Group__13 ;
+ // InternalAadl2Parser.g:34937:1: rule__AbstractImplementation__Group__12 : rule__AbstractImplementation__Group__12__Impl rule__AbstractImplementation__Group__13 ;
public final void rule__AbstractImplementation__Group__12() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35405:1: ( rule__AbstractImplementation__Group__12__Impl rule__AbstractImplementation__Group__13 )
- // InternalAadl2Parser.g:35406:2: rule__AbstractImplementation__Group__12__Impl rule__AbstractImplementation__Group__13
+ // InternalAadl2Parser.g:34941:1: ( rule__AbstractImplementation__Group__12__Impl rule__AbstractImplementation__Group__13 )
+ // InternalAadl2Parser.g:34942:2: rule__AbstractImplementation__Group__12__Impl rule__AbstractImplementation__Group__13
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__AbstractImplementation__Group__12__Impl();
state._fsp--;
@@ -136262,29 +134764,29 @@ public final void rule__AbstractImplementation__Group__12() throws RecognitionEx
// $ANTLR start "rule__AbstractImplementation__Group__12__Impl"
- // InternalAadl2Parser.g:35413:1: rule__AbstractImplementation__Group__12__Impl : ( ( rule__AbstractImplementation__Group_12__0 )? ) ;
+ // InternalAadl2Parser.g:34949:1: rule__AbstractImplementation__Group__12__Impl : ( ( rule__AbstractImplementation__Group_12__0 )? ) ;
public final void rule__AbstractImplementation__Group__12__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35417:1: ( ( ( rule__AbstractImplementation__Group_12__0 )? ) )
- // InternalAadl2Parser.g:35418:1: ( ( rule__AbstractImplementation__Group_12__0 )? )
+ // InternalAadl2Parser.g:34953:1: ( ( ( rule__AbstractImplementation__Group_12__0 )? ) )
+ // InternalAadl2Parser.g:34954:1: ( ( rule__AbstractImplementation__Group_12__0 )? )
{
- // InternalAadl2Parser.g:35418:1: ( ( rule__AbstractImplementation__Group_12__0 )? )
- // InternalAadl2Parser.g:35419:2: ( rule__AbstractImplementation__Group_12__0 )?
+ // InternalAadl2Parser.g:34954:1: ( ( rule__AbstractImplementation__Group_12__0 )? )
+ // InternalAadl2Parser.g:34955:2: ( rule__AbstractImplementation__Group_12__0 )?
{
before(grammarAccess.getAbstractImplementationAccess().getGroup_12());
- // InternalAadl2Parser.g:35420:2: ( rule__AbstractImplementation__Group_12__0 )?
- int alt692=2;
- int LA692_0 = input.LA(1);
+ // InternalAadl2Parser.g:34956:2: ( rule__AbstractImplementation__Group_12__0 )?
+ int alt691=2;
+ int LA691_0 = input.LA(1);
- if ( (LA692_0==Flows) ) {
- alt692=1;
+ if ( (LA691_0==Connections) ) {
+ alt691=1;
}
- switch (alt692) {
+ switch (alt691) {
case 1 :
- // InternalAadl2Parser.g:35420:3: rule__AbstractImplementation__Group_12__0
+ // InternalAadl2Parser.g:34956:3: rule__AbstractImplementation__Group_12__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractImplementation__Group_12__0();
@@ -136320,16 +134822,16 @@ public final void rule__AbstractImplementation__Group__12__Impl() throws Recogni
// $ANTLR start "rule__AbstractImplementation__Group__13"
- // InternalAadl2Parser.g:35428:1: rule__AbstractImplementation__Group__13 : rule__AbstractImplementation__Group__13__Impl rule__AbstractImplementation__Group__14 ;
+ // InternalAadl2Parser.g:34964:1: rule__AbstractImplementation__Group__13 : rule__AbstractImplementation__Group__13__Impl rule__AbstractImplementation__Group__14 ;
public final void rule__AbstractImplementation__Group__13() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35432:1: ( rule__AbstractImplementation__Group__13__Impl rule__AbstractImplementation__Group__14 )
- // InternalAadl2Parser.g:35433:2: rule__AbstractImplementation__Group__13__Impl rule__AbstractImplementation__Group__14
+ // InternalAadl2Parser.g:34968:1: ( rule__AbstractImplementation__Group__13__Impl rule__AbstractImplementation__Group__14 )
+ // InternalAadl2Parser.g:34969:2: rule__AbstractImplementation__Group__13__Impl rule__AbstractImplementation__Group__14
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__AbstractImplementation__Group__13__Impl();
state._fsp--;
@@ -136358,29 +134860,29 @@ public final void rule__AbstractImplementation__Group__13() throws RecognitionEx
// $ANTLR start "rule__AbstractImplementation__Group__13__Impl"
- // InternalAadl2Parser.g:35440:1: rule__AbstractImplementation__Group__13__Impl : ( ( rule__AbstractImplementation__Group_13__0 )? ) ;
+ // InternalAadl2Parser.g:34976:1: rule__AbstractImplementation__Group__13__Impl : ( ( rule__AbstractImplementation__Group_13__0 )? ) ;
public final void rule__AbstractImplementation__Group__13__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35444:1: ( ( ( rule__AbstractImplementation__Group_13__0 )? ) )
- // InternalAadl2Parser.g:35445:1: ( ( rule__AbstractImplementation__Group_13__0 )? )
+ // InternalAadl2Parser.g:34980:1: ( ( ( rule__AbstractImplementation__Group_13__0 )? ) )
+ // InternalAadl2Parser.g:34981:1: ( ( rule__AbstractImplementation__Group_13__0 )? )
{
- // InternalAadl2Parser.g:35445:1: ( ( rule__AbstractImplementation__Group_13__0 )? )
- // InternalAadl2Parser.g:35446:2: ( rule__AbstractImplementation__Group_13__0 )?
+ // InternalAadl2Parser.g:34981:1: ( ( rule__AbstractImplementation__Group_13__0 )? )
+ // InternalAadl2Parser.g:34982:2: ( rule__AbstractImplementation__Group_13__0 )?
{
before(grammarAccess.getAbstractImplementationAccess().getGroup_13());
- // InternalAadl2Parser.g:35447:2: ( rule__AbstractImplementation__Group_13__0 )?
- int alt693=2;
- int LA693_0 = input.LA(1);
+ // InternalAadl2Parser.g:34983:2: ( rule__AbstractImplementation__Group_13__0 )?
+ int alt692=2;
+ int LA692_0 = input.LA(1);
- if ( (LA693_0==Modes) ) {
- alt693=1;
+ if ( (LA692_0==Flows) ) {
+ alt692=1;
}
- switch (alt693) {
+ switch (alt692) {
case 1 :
- // InternalAadl2Parser.g:35447:3: rule__AbstractImplementation__Group_13__0
+ // InternalAadl2Parser.g:34983:3: rule__AbstractImplementation__Group_13__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractImplementation__Group_13__0();
@@ -136416,16 +134918,16 @@ public final void rule__AbstractImplementation__Group__13__Impl() throws Recogni
// $ANTLR start "rule__AbstractImplementation__Group__14"
- // InternalAadl2Parser.g:35455:1: rule__AbstractImplementation__Group__14 : rule__AbstractImplementation__Group__14__Impl rule__AbstractImplementation__Group__15 ;
+ // InternalAadl2Parser.g:34991:1: rule__AbstractImplementation__Group__14 : rule__AbstractImplementation__Group__14__Impl rule__AbstractImplementation__Group__15 ;
public final void rule__AbstractImplementation__Group__14() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35459:1: ( rule__AbstractImplementation__Group__14__Impl rule__AbstractImplementation__Group__15 )
- // InternalAadl2Parser.g:35460:2: rule__AbstractImplementation__Group__14__Impl rule__AbstractImplementation__Group__15
+ // InternalAadl2Parser.g:34995:1: ( rule__AbstractImplementation__Group__14__Impl rule__AbstractImplementation__Group__15 )
+ // InternalAadl2Parser.g:34996:2: rule__AbstractImplementation__Group__14__Impl rule__AbstractImplementation__Group__15
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__AbstractImplementation__Group__14__Impl();
state._fsp--;
@@ -136454,29 +134956,29 @@ public final void rule__AbstractImplementation__Group__14() throws RecognitionEx
// $ANTLR start "rule__AbstractImplementation__Group__14__Impl"
- // InternalAadl2Parser.g:35467:1: rule__AbstractImplementation__Group__14__Impl : ( ( rule__AbstractImplementation__Group_14__0 )? ) ;
+ // InternalAadl2Parser.g:35003:1: rule__AbstractImplementation__Group__14__Impl : ( ( rule__AbstractImplementation__Group_14__0 )? ) ;
public final void rule__AbstractImplementation__Group__14__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35471:1: ( ( ( rule__AbstractImplementation__Group_14__0 )? ) )
- // InternalAadl2Parser.g:35472:1: ( ( rule__AbstractImplementation__Group_14__0 )? )
+ // InternalAadl2Parser.g:35007:1: ( ( ( rule__AbstractImplementation__Group_14__0 )? ) )
+ // InternalAadl2Parser.g:35008:1: ( ( rule__AbstractImplementation__Group_14__0 )? )
{
- // InternalAadl2Parser.g:35472:1: ( ( rule__AbstractImplementation__Group_14__0 )? )
- // InternalAadl2Parser.g:35473:2: ( rule__AbstractImplementation__Group_14__0 )?
+ // InternalAadl2Parser.g:35008:1: ( ( rule__AbstractImplementation__Group_14__0 )? )
+ // InternalAadl2Parser.g:35009:2: ( rule__AbstractImplementation__Group_14__0 )?
{
before(grammarAccess.getAbstractImplementationAccess().getGroup_14());
- // InternalAadl2Parser.g:35474:2: ( rule__AbstractImplementation__Group_14__0 )?
- int alt694=2;
- int LA694_0 = input.LA(1);
+ // InternalAadl2Parser.g:35010:2: ( rule__AbstractImplementation__Group_14__0 )?
+ int alt693=2;
+ int LA693_0 = input.LA(1);
- if ( (LA694_0==Properties) ) {
- alt694=1;
+ if ( (LA693_0==Modes) ) {
+ alt693=1;
}
- switch (alt694) {
+ switch (alt693) {
case 1 :
- // InternalAadl2Parser.g:35474:3: rule__AbstractImplementation__Group_14__0
+ // InternalAadl2Parser.g:35010:3: rule__AbstractImplementation__Group_14__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__AbstractImplementation__Group_14__0();
@@ -136512,16 +135014,16 @@ public final void rule__AbstractImplementation__Group__14__Impl() throws Recogni
// $ANTLR start "rule__AbstractImplementation__Group__15"
- // InternalAadl2Parser.g:35482:1: rule__AbstractImplementation__Group__15 : rule__AbstractImplementation__Group__15__Impl rule__AbstractImplementation__Group__16 ;
+ // InternalAadl2Parser.g:35018:1: rule__AbstractImplementation__Group__15 : rule__AbstractImplementation__Group__15__Impl rule__AbstractImplementation__Group__16 ;
public final void rule__AbstractImplementation__Group__15() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35486:1: ( rule__AbstractImplementation__Group__15__Impl rule__AbstractImplementation__Group__16 )
- // InternalAadl2Parser.g:35487:2: rule__AbstractImplementation__Group__15__Impl rule__AbstractImplementation__Group__16
+ // InternalAadl2Parser.g:35022:1: ( rule__AbstractImplementation__Group__15__Impl rule__AbstractImplementation__Group__16 )
+ // InternalAadl2Parser.g:35023:2: rule__AbstractImplementation__Group__15__Impl rule__AbstractImplementation__Group__16
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__AbstractImplementation__Group__15__Impl();
state._fsp--;
@@ -136550,20 +135052,116 @@ public final void rule__AbstractImplementation__Group__15() throws RecognitionEx
// $ANTLR start "rule__AbstractImplementation__Group__15__Impl"
- // InternalAadl2Parser.g:35494:1: rule__AbstractImplementation__Group__15__Impl : ( ( rule__AbstractImplementation__OwnedAnnexSubclauseAssignment_15 )* ) ;
+ // InternalAadl2Parser.g:35030:1: rule__AbstractImplementation__Group__15__Impl : ( ( rule__AbstractImplementation__Group_15__0 )? ) ;
public final void rule__AbstractImplementation__Group__15__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35498:1: ( ( ( rule__AbstractImplementation__OwnedAnnexSubclauseAssignment_15 )* ) )
- // InternalAadl2Parser.g:35499:1: ( ( rule__AbstractImplementation__OwnedAnnexSubclauseAssignment_15 )* )
+ // InternalAadl2Parser.g:35034:1: ( ( ( rule__AbstractImplementation__Group_15__0 )? ) )
+ // InternalAadl2Parser.g:35035:1: ( ( rule__AbstractImplementation__Group_15__0 )? )
+ {
+ // InternalAadl2Parser.g:35035:1: ( ( rule__AbstractImplementation__Group_15__0 )? )
+ // InternalAadl2Parser.g:35036:2: ( rule__AbstractImplementation__Group_15__0 )?
+ {
+ before(grammarAccess.getAbstractImplementationAccess().getGroup_15());
+ // InternalAadl2Parser.g:35037:2: ( rule__AbstractImplementation__Group_15__0 )?
+ int alt694=2;
+ int LA694_0 = input.LA(1);
+
+ if ( (LA694_0==Properties) ) {
+ alt694=1;
+ }
+ switch (alt694) {
+ case 1 :
+ // InternalAadl2Parser.g:35037:3: rule__AbstractImplementation__Group_15__0
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__AbstractImplementation__Group_15__0();
+
+ state._fsp--;
+
+
+ }
+ break;
+
+ }
+
+ after(grammarAccess.getAbstractImplementationAccess().getGroup_15());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AbstractImplementation__Group__15__Impl"
+
+
+ // $ANTLR start "rule__AbstractImplementation__Group__16"
+ // InternalAadl2Parser.g:35045:1: rule__AbstractImplementation__Group__16 : rule__AbstractImplementation__Group__16__Impl rule__AbstractImplementation__Group__17 ;
+ public final void rule__AbstractImplementation__Group__16() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:35049:1: ( rule__AbstractImplementation__Group__16__Impl rule__AbstractImplementation__Group__17 )
+ // InternalAadl2Parser.g:35050:2: rule__AbstractImplementation__Group__16__Impl rule__AbstractImplementation__Group__17
+ {
+ pushFollow(FollowSets000.FOLLOW_36);
+ rule__AbstractImplementation__Group__16__Impl();
+
+ state._fsp--;
+
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__AbstractImplementation__Group__17();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AbstractImplementation__Group__16"
+
+
+ // $ANTLR start "rule__AbstractImplementation__Group__16__Impl"
+ // InternalAadl2Parser.g:35057:1: rule__AbstractImplementation__Group__16__Impl : ( ( rule__AbstractImplementation__OwnedAnnexSubclauseAssignment_16 )* ) ;
+ public final void rule__AbstractImplementation__Group__16__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:35061:1: ( ( ( rule__AbstractImplementation__OwnedAnnexSubclauseAssignment_16 )* ) )
+ // InternalAadl2Parser.g:35062:1: ( ( rule__AbstractImplementation__OwnedAnnexSubclauseAssignment_16 )* )
{
- // InternalAadl2Parser.g:35499:1: ( ( rule__AbstractImplementation__OwnedAnnexSubclauseAssignment_15 )* )
- // InternalAadl2Parser.g:35500:2: ( rule__AbstractImplementation__OwnedAnnexSubclauseAssignment_15 )*
+ // InternalAadl2Parser.g:35062:1: ( ( rule__AbstractImplementation__OwnedAnnexSubclauseAssignment_16 )* )
+ // InternalAadl2Parser.g:35063:2: ( rule__AbstractImplementation__OwnedAnnexSubclauseAssignment_16 )*
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedAnnexSubclauseAssignment_15());
- // InternalAadl2Parser.g:35501:2: ( rule__AbstractImplementation__OwnedAnnexSubclauseAssignment_15 )*
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedAnnexSubclauseAssignment_16());
+ // InternalAadl2Parser.g:35064:2: ( rule__AbstractImplementation__OwnedAnnexSubclauseAssignment_16 )*
loop695:
do {
int alt695=2;
@@ -136576,10 +135174,10 @@ public final void rule__AbstractImplementation__Group__15__Impl() throws Recogni
switch (alt695) {
case 1 :
- // InternalAadl2Parser.g:35501:3: rule__AbstractImplementation__OwnedAnnexSubclauseAssignment_15
+ // InternalAadl2Parser.g:35064:3: rule__AbstractImplementation__OwnedAnnexSubclauseAssignment_16
{
pushFollow(FollowSets000.FOLLOW_28);
- rule__AbstractImplementation__OwnedAnnexSubclauseAssignment_15();
+ rule__AbstractImplementation__OwnedAnnexSubclauseAssignment_16();
state._fsp--;
@@ -136592,7 +135190,7 @@ public final void rule__AbstractImplementation__Group__15__Impl() throws Recogni
}
} while (true);
- after(grammarAccess.getAbstractImplementationAccess().getOwnedAnnexSubclauseAssignment_15());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedAnnexSubclauseAssignment_16());
}
@@ -136611,26 +135209,26 @@ public final void rule__AbstractImplementation__Group__15__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group__15__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group__16__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group__16"
- // InternalAadl2Parser.g:35509:1: rule__AbstractImplementation__Group__16 : rule__AbstractImplementation__Group__16__Impl rule__AbstractImplementation__Group__17 ;
- public final void rule__AbstractImplementation__Group__16() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group__17"
+ // InternalAadl2Parser.g:35072:1: rule__AbstractImplementation__Group__17 : rule__AbstractImplementation__Group__17__Impl rule__AbstractImplementation__Group__18 ;
+ public final void rule__AbstractImplementation__Group__17() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35513:1: ( rule__AbstractImplementation__Group__16__Impl rule__AbstractImplementation__Group__17 )
- // InternalAadl2Parser.g:35514:2: rule__AbstractImplementation__Group__16__Impl rule__AbstractImplementation__Group__17
+ // InternalAadl2Parser.g:35076:1: ( rule__AbstractImplementation__Group__17__Impl rule__AbstractImplementation__Group__18 )
+ // InternalAadl2Parser.g:35077:2: rule__AbstractImplementation__Group__17__Impl rule__AbstractImplementation__Group__18
{
pushFollow(FollowSets000.FOLLOW_4);
- rule__AbstractImplementation__Group__16__Impl();
+ rule__AbstractImplementation__Group__17__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group__17();
+ rule__AbstractImplementation__Group__18();
state._fsp--;
@@ -136649,25 +135247,25 @@ public final void rule__AbstractImplementation__Group__16() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group__16"
+ // $ANTLR end "rule__AbstractImplementation__Group__17"
- // $ANTLR start "rule__AbstractImplementation__Group__16__Impl"
- // InternalAadl2Parser.g:35521:1: rule__AbstractImplementation__Group__16__Impl : ( End ) ;
- public final void rule__AbstractImplementation__Group__16__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group__17__Impl"
+ // InternalAadl2Parser.g:35084:1: rule__AbstractImplementation__Group__17__Impl : ( End ) ;
+ public final void rule__AbstractImplementation__Group__17__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35525:1: ( ( End ) )
- // InternalAadl2Parser.g:35526:1: ( End )
+ // InternalAadl2Parser.g:35088:1: ( ( End ) )
+ // InternalAadl2Parser.g:35089:1: ( End )
{
- // InternalAadl2Parser.g:35526:1: ( End )
- // InternalAadl2Parser.g:35527:2: End
+ // InternalAadl2Parser.g:35089:1: ( End )
+ // InternalAadl2Parser.g:35090:2: End
{
- before(grammarAccess.getAbstractImplementationAccess().getEndKeyword_16());
+ before(grammarAccess.getAbstractImplementationAccess().getEndKeyword_17());
match(input,End,FollowSets000.FOLLOW_2);
- after(grammarAccess.getAbstractImplementationAccess().getEndKeyword_16());
+ after(grammarAccess.getAbstractImplementationAccess().getEndKeyword_17());
}
@@ -136686,26 +135284,26 @@ public final void rule__AbstractImplementation__Group__16__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group__16__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group__17__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group__17"
- // InternalAadl2Parser.g:35536:1: rule__AbstractImplementation__Group__17 : rule__AbstractImplementation__Group__17__Impl rule__AbstractImplementation__Group__18 ;
- public final void rule__AbstractImplementation__Group__17() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group__18"
+ // InternalAadl2Parser.g:35099:1: rule__AbstractImplementation__Group__18 : rule__AbstractImplementation__Group__18__Impl rule__AbstractImplementation__Group__19 ;
+ public final void rule__AbstractImplementation__Group__18() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35540:1: ( rule__AbstractImplementation__Group__17__Impl rule__AbstractImplementation__Group__18 )
- // InternalAadl2Parser.g:35541:2: rule__AbstractImplementation__Group__17__Impl rule__AbstractImplementation__Group__18
+ // InternalAadl2Parser.g:35103:1: ( rule__AbstractImplementation__Group__18__Impl rule__AbstractImplementation__Group__19 )
+ // InternalAadl2Parser.g:35104:2: rule__AbstractImplementation__Group__18__Impl rule__AbstractImplementation__Group__19
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__AbstractImplementation__Group__17__Impl();
+ rule__AbstractImplementation__Group__18__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group__18();
+ rule__AbstractImplementation__Group__19();
state._fsp--;
@@ -136724,29 +135322,29 @@ public final void rule__AbstractImplementation__Group__17() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group__17"
+ // $ANTLR end "rule__AbstractImplementation__Group__18"
- // $ANTLR start "rule__AbstractImplementation__Group__17__Impl"
- // InternalAadl2Parser.g:35548:1: rule__AbstractImplementation__Group__17__Impl : ( ruleFULLINAME ) ;
- public final void rule__AbstractImplementation__Group__17__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group__18__Impl"
+ // InternalAadl2Parser.g:35111:1: rule__AbstractImplementation__Group__18__Impl : ( ruleFULLINAME ) ;
+ public final void rule__AbstractImplementation__Group__18__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35552:1: ( ( ruleFULLINAME ) )
- // InternalAadl2Parser.g:35553:1: ( ruleFULLINAME )
+ // InternalAadl2Parser.g:35115:1: ( ( ruleFULLINAME ) )
+ // InternalAadl2Parser.g:35116:1: ( ruleFULLINAME )
{
- // InternalAadl2Parser.g:35553:1: ( ruleFULLINAME )
- // InternalAadl2Parser.g:35554:2: ruleFULLINAME
+ // InternalAadl2Parser.g:35116:1: ( ruleFULLINAME )
+ // InternalAadl2Parser.g:35117:2: ruleFULLINAME
{
- before(grammarAccess.getAbstractImplementationAccess().getFULLINAMEParserRuleCall_17());
+ before(grammarAccess.getAbstractImplementationAccess().getFULLINAMEParserRuleCall_18());
pushFollow(FollowSets000.FOLLOW_2);
ruleFULLINAME();
state._fsp--;
- after(grammarAccess.getAbstractImplementationAccess().getFULLINAMEParserRuleCall_17());
+ after(grammarAccess.getAbstractImplementationAccess().getFULLINAMEParserRuleCall_18());
}
@@ -136765,21 +135363,21 @@ public final void rule__AbstractImplementation__Group__17__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group__17__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group__18__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group__18"
- // InternalAadl2Parser.g:35563:1: rule__AbstractImplementation__Group__18 : rule__AbstractImplementation__Group__18__Impl ;
- public final void rule__AbstractImplementation__Group__18() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group__19"
+ // InternalAadl2Parser.g:35126:1: rule__AbstractImplementation__Group__19 : rule__AbstractImplementation__Group__19__Impl ;
+ public final void rule__AbstractImplementation__Group__19() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35567:1: ( rule__AbstractImplementation__Group__18__Impl )
- // InternalAadl2Parser.g:35568:2: rule__AbstractImplementation__Group__18__Impl
+ // InternalAadl2Parser.g:35130:1: ( rule__AbstractImplementation__Group__19__Impl )
+ // InternalAadl2Parser.g:35131:2: rule__AbstractImplementation__Group__19__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group__18__Impl();
+ rule__AbstractImplementation__Group__19__Impl();
state._fsp--;
@@ -136798,25 +135396,25 @@ public final void rule__AbstractImplementation__Group__18() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group__18"
+ // $ANTLR end "rule__AbstractImplementation__Group__19"
- // $ANTLR start "rule__AbstractImplementation__Group__18__Impl"
- // InternalAadl2Parser.g:35574:1: rule__AbstractImplementation__Group__18__Impl : ( Semicolon ) ;
- public final void rule__AbstractImplementation__Group__18__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group__19__Impl"
+ // InternalAadl2Parser.g:35137:1: rule__AbstractImplementation__Group__19__Impl : ( Semicolon ) ;
+ public final void rule__AbstractImplementation__Group__19__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35578:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:35579:1: ( Semicolon )
+ // InternalAadl2Parser.g:35141:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:35142:1: ( Semicolon )
{
- // InternalAadl2Parser.g:35579:1: ( Semicolon )
- // InternalAadl2Parser.g:35580:2: Semicolon
+ // InternalAadl2Parser.g:35142:1: ( Semicolon )
+ // InternalAadl2Parser.g:35143:2: Semicolon
{
- before(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_18());
+ before(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_19());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_18());
+ after(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_19());
}
@@ -136835,26 +135433,26 @@ public final void rule__AbstractImplementation__Group__18__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group__18__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group__19__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_5__0"
- // InternalAadl2Parser.g:35590:1: rule__AbstractImplementation__Group_5__0 : rule__AbstractImplementation__Group_5__0__Impl rule__AbstractImplementation__Group_5__1 ;
- public final void rule__AbstractImplementation__Group_5__0() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_6__0"
+ // InternalAadl2Parser.g:35153:1: rule__AbstractImplementation__Group_6__0 : rule__AbstractImplementation__Group_6__0__Impl rule__AbstractImplementation__Group_6__1 ;
+ public final void rule__AbstractImplementation__Group_6__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35594:1: ( rule__AbstractImplementation__Group_5__0__Impl rule__AbstractImplementation__Group_5__1 )
- // InternalAadl2Parser.g:35595:2: rule__AbstractImplementation__Group_5__0__Impl rule__AbstractImplementation__Group_5__1
+ // InternalAadl2Parser.g:35157:1: ( rule__AbstractImplementation__Group_6__0__Impl rule__AbstractImplementation__Group_6__1 )
+ // InternalAadl2Parser.g:35158:2: rule__AbstractImplementation__Group_6__0__Impl rule__AbstractImplementation__Group_6__1
{
pushFollow(FollowSets000.FOLLOW_4);
- rule__AbstractImplementation__Group_5__0__Impl();
+ rule__AbstractImplementation__Group_6__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_5__1();
+ rule__AbstractImplementation__Group_6__1();
state._fsp--;
@@ -136873,25 +135471,25 @@ public final void rule__AbstractImplementation__Group_5__0() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_5__0"
+ // $ANTLR end "rule__AbstractImplementation__Group_6__0"
- // $ANTLR start "rule__AbstractImplementation__Group_5__0__Impl"
- // InternalAadl2Parser.g:35602:1: rule__AbstractImplementation__Group_5__0__Impl : ( LeftParenthesis ) ;
- public final void rule__AbstractImplementation__Group_5__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_6__0__Impl"
+ // InternalAadl2Parser.g:35165:1: rule__AbstractImplementation__Group_6__0__Impl : ( LeftParenthesis ) ;
+ public final void rule__AbstractImplementation__Group_6__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35606:1: ( ( LeftParenthesis ) )
- // InternalAadl2Parser.g:35607:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:35169:1: ( ( LeftParenthesis ) )
+ // InternalAadl2Parser.g:35170:1: ( LeftParenthesis )
{
- // InternalAadl2Parser.g:35607:1: ( LeftParenthesis )
- // InternalAadl2Parser.g:35608:2: LeftParenthesis
+ // InternalAadl2Parser.g:35170:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:35171:2: LeftParenthesis
{
- before(grammarAccess.getAbstractImplementationAccess().getLeftParenthesisKeyword_5_0());
+ before(grammarAccess.getAbstractImplementationAccess().getLeftParenthesisKeyword_6_0());
match(input,LeftParenthesis,FollowSets000.FOLLOW_2);
- after(grammarAccess.getAbstractImplementationAccess().getLeftParenthesisKeyword_5_0());
+ after(grammarAccess.getAbstractImplementationAccess().getLeftParenthesisKeyword_6_0());
}
@@ -136910,26 +135508,26 @@ public final void rule__AbstractImplementation__Group_5__0__Impl() throws Recogn
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_5__0__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_6__0__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_5__1"
- // InternalAadl2Parser.g:35617:1: rule__AbstractImplementation__Group_5__1 : rule__AbstractImplementation__Group_5__1__Impl rule__AbstractImplementation__Group_5__2 ;
- public final void rule__AbstractImplementation__Group_5__1() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_6__1"
+ // InternalAadl2Parser.g:35180:1: rule__AbstractImplementation__Group_6__1 : rule__AbstractImplementation__Group_6__1__Impl rule__AbstractImplementation__Group_6__2 ;
+ public final void rule__AbstractImplementation__Group_6__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35621:1: ( rule__AbstractImplementation__Group_5__1__Impl rule__AbstractImplementation__Group_5__2 )
- // InternalAadl2Parser.g:35622:2: rule__AbstractImplementation__Group_5__1__Impl rule__AbstractImplementation__Group_5__2
+ // InternalAadl2Parser.g:35184:1: ( rule__AbstractImplementation__Group_6__1__Impl rule__AbstractImplementation__Group_6__2 )
+ // InternalAadl2Parser.g:35185:2: rule__AbstractImplementation__Group_6__1__Impl rule__AbstractImplementation__Group_6__2
{
pushFollow(FollowSets000.FOLLOW_30);
- rule__AbstractImplementation__Group_5__1__Impl();
+ rule__AbstractImplementation__Group_6__1__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_5__2();
+ rule__AbstractImplementation__Group_6__2();
state._fsp--;
@@ -136948,35 +135546,35 @@ public final void rule__AbstractImplementation__Group_5__1() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_5__1"
+ // $ANTLR end "rule__AbstractImplementation__Group_6__1"
- // $ANTLR start "rule__AbstractImplementation__Group_5__1__Impl"
- // InternalAadl2Parser.g:35629:1: rule__AbstractImplementation__Group_5__1__Impl : ( ( rule__AbstractImplementation__OwnedPrototypeBindingAssignment_5_1 ) ) ;
- public final void rule__AbstractImplementation__Group_5__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_6__1__Impl"
+ // InternalAadl2Parser.g:35192:1: rule__AbstractImplementation__Group_6__1__Impl : ( ( rule__AbstractImplementation__OwnedPrototypeBindingAssignment_6_1 ) ) ;
+ public final void rule__AbstractImplementation__Group_6__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35633:1: ( ( ( rule__AbstractImplementation__OwnedPrototypeBindingAssignment_5_1 ) ) )
- // InternalAadl2Parser.g:35634:1: ( ( rule__AbstractImplementation__OwnedPrototypeBindingAssignment_5_1 ) )
+ // InternalAadl2Parser.g:35196:1: ( ( ( rule__AbstractImplementation__OwnedPrototypeBindingAssignment_6_1 ) ) )
+ // InternalAadl2Parser.g:35197:1: ( ( rule__AbstractImplementation__OwnedPrototypeBindingAssignment_6_1 ) )
{
- // InternalAadl2Parser.g:35634:1: ( ( rule__AbstractImplementation__OwnedPrototypeBindingAssignment_5_1 ) )
- // InternalAadl2Parser.g:35635:2: ( rule__AbstractImplementation__OwnedPrototypeBindingAssignment_5_1 )
+ // InternalAadl2Parser.g:35197:1: ( ( rule__AbstractImplementation__OwnedPrototypeBindingAssignment_6_1 ) )
+ // InternalAadl2Parser.g:35198:2: ( rule__AbstractImplementation__OwnedPrototypeBindingAssignment_6_1 )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeBindingAssignment_5_1());
- // InternalAadl2Parser.g:35636:2: ( rule__AbstractImplementation__OwnedPrototypeBindingAssignment_5_1 )
- // InternalAadl2Parser.g:35636:3: rule__AbstractImplementation__OwnedPrototypeBindingAssignment_5_1
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeBindingAssignment_6_1());
+ // InternalAadl2Parser.g:35199:2: ( rule__AbstractImplementation__OwnedPrototypeBindingAssignment_6_1 )
+ // InternalAadl2Parser.g:35199:3: rule__AbstractImplementation__OwnedPrototypeBindingAssignment_6_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__OwnedPrototypeBindingAssignment_5_1();
+ rule__AbstractImplementation__OwnedPrototypeBindingAssignment_6_1();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeBindingAssignment_5_1());
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeBindingAssignment_6_1());
}
@@ -136995,26 +135593,26 @@ public final void rule__AbstractImplementation__Group_5__1__Impl() throws Recogn
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_5__1__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_6__1__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_5__2"
- // InternalAadl2Parser.g:35644:1: rule__AbstractImplementation__Group_5__2 : rule__AbstractImplementation__Group_5__2__Impl rule__AbstractImplementation__Group_5__3 ;
- public final void rule__AbstractImplementation__Group_5__2() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_6__2"
+ // InternalAadl2Parser.g:35207:1: rule__AbstractImplementation__Group_6__2 : rule__AbstractImplementation__Group_6__2__Impl rule__AbstractImplementation__Group_6__3 ;
+ public final void rule__AbstractImplementation__Group_6__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35648:1: ( rule__AbstractImplementation__Group_5__2__Impl rule__AbstractImplementation__Group_5__3 )
- // InternalAadl2Parser.g:35649:2: rule__AbstractImplementation__Group_5__2__Impl rule__AbstractImplementation__Group_5__3
+ // InternalAadl2Parser.g:35211:1: ( rule__AbstractImplementation__Group_6__2__Impl rule__AbstractImplementation__Group_6__3 )
+ // InternalAadl2Parser.g:35212:2: rule__AbstractImplementation__Group_6__2__Impl rule__AbstractImplementation__Group_6__3
{
pushFollow(FollowSets000.FOLLOW_30);
- rule__AbstractImplementation__Group_5__2__Impl();
+ rule__AbstractImplementation__Group_6__2__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_5__3();
+ rule__AbstractImplementation__Group_6__3();
state._fsp--;
@@ -137033,24 +135631,24 @@ public final void rule__AbstractImplementation__Group_5__2() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_5__2"
+ // $ANTLR end "rule__AbstractImplementation__Group_6__2"
- // $ANTLR start "rule__AbstractImplementation__Group_5__2__Impl"
- // InternalAadl2Parser.g:35656:1: rule__AbstractImplementation__Group_5__2__Impl : ( ( rule__AbstractImplementation__Group_5_2__0 )* ) ;
- public final void rule__AbstractImplementation__Group_5__2__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_6__2__Impl"
+ // InternalAadl2Parser.g:35219:1: rule__AbstractImplementation__Group_6__2__Impl : ( ( rule__AbstractImplementation__Group_6_2__0 )* ) ;
+ public final void rule__AbstractImplementation__Group_6__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35660:1: ( ( ( rule__AbstractImplementation__Group_5_2__0 )* ) )
- // InternalAadl2Parser.g:35661:1: ( ( rule__AbstractImplementation__Group_5_2__0 )* )
+ // InternalAadl2Parser.g:35223:1: ( ( ( rule__AbstractImplementation__Group_6_2__0 )* ) )
+ // InternalAadl2Parser.g:35224:1: ( ( rule__AbstractImplementation__Group_6_2__0 )* )
{
- // InternalAadl2Parser.g:35661:1: ( ( rule__AbstractImplementation__Group_5_2__0 )* )
- // InternalAadl2Parser.g:35662:2: ( rule__AbstractImplementation__Group_5_2__0 )*
+ // InternalAadl2Parser.g:35224:1: ( ( rule__AbstractImplementation__Group_6_2__0 )* )
+ // InternalAadl2Parser.g:35225:2: ( rule__AbstractImplementation__Group_6_2__0 )*
{
- before(grammarAccess.getAbstractImplementationAccess().getGroup_5_2());
- // InternalAadl2Parser.g:35663:2: ( rule__AbstractImplementation__Group_5_2__0 )*
+ before(grammarAccess.getAbstractImplementationAccess().getGroup_6_2());
+ // InternalAadl2Parser.g:35226:2: ( rule__AbstractImplementation__Group_6_2__0 )*
loop696:
do {
int alt696=2;
@@ -137063,10 +135661,10 @@ public final void rule__AbstractImplementation__Group_5__2__Impl() throws Recogn
switch (alt696) {
case 1 :
- // InternalAadl2Parser.g:35663:3: rule__AbstractImplementation__Group_5_2__0
+ // InternalAadl2Parser.g:35226:3: rule__AbstractImplementation__Group_6_2__0
{
pushFollow(FollowSets000.FOLLOW_14);
- rule__AbstractImplementation__Group_5_2__0();
+ rule__AbstractImplementation__Group_6_2__0();
state._fsp--;
@@ -137079,7 +135677,152 @@ public final void rule__AbstractImplementation__Group_5__2__Impl() throws Recogn
}
} while (true);
- after(grammarAccess.getAbstractImplementationAccess().getGroup_5_2());
+ after(grammarAccess.getAbstractImplementationAccess().getGroup_6_2());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AbstractImplementation__Group_6__2__Impl"
+
+
+ // $ANTLR start "rule__AbstractImplementation__Group_6__3"
+ // InternalAadl2Parser.g:35234:1: rule__AbstractImplementation__Group_6__3 : rule__AbstractImplementation__Group_6__3__Impl ;
+ public final void rule__AbstractImplementation__Group_6__3() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:35238:1: ( rule__AbstractImplementation__Group_6__3__Impl )
+ // InternalAadl2Parser.g:35239:2: rule__AbstractImplementation__Group_6__3__Impl
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__AbstractImplementation__Group_6__3__Impl();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AbstractImplementation__Group_6__3"
+
+
+ // $ANTLR start "rule__AbstractImplementation__Group_6__3__Impl"
+ // InternalAadl2Parser.g:35245:1: rule__AbstractImplementation__Group_6__3__Impl : ( RightParenthesis ) ;
+ public final void rule__AbstractImplementation__Group_6__3__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:35249:1: ( ( RightParenthesis ) )
+ // InternalAadl2Parser.g:35250:1: ( RightParenthesis )
+ {
+ // InternalAadl2Parser.g:35250:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:35251:2: RightParenthesis
+ {
+ before(grammarAccess.getAbstractImplementationAccess().getRightParenthesisKeyword_6_3());
+ match(input,RightParenthesis,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getAbstractImplementationAccess().getRightParenthesisKeyword_6_3());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AbstractImplementation__Group_6__3__Impl"
+
+
+ // $ANTLR start "rule__AbstractImplementation__Group_6_2__0"
+ // InternalAadl2Parser.g:35261:1: rule__AbstractImplementation__Group_6_2__0 : rule__AbstractImplementation__Group_6_2__0__Impl rule__AbstractImplementation__Group_6_2__1 ;
+ public final void rule__AbstractImplementation__Group_6_2__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:35265:1: ( rule__AbstractImplementation__Group_6_2__0__Impl rule__AbstractImplementation__Group_6_2__1 )
+ // InternalAadl2Parser.g:35266:2: rule__AbstractImplementation__Group_6_2__0__Impl rule__AbstractImplementation__Group_6_2__1
+ {
+ pushFollow(FollowSets000.FOLLOW_4);
+ rule__AbstractImplementation__Group_6_2__0__Impl();
+
+ state._fsp--;
+
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__AbstractImplementation__Group_6_2__1();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AbstractImplementation__Group_6_2__0"
+
+
+ // $ANTLR start "rule__AbstractImplementation__Group_6_2__0__Impl"
+ // InternalAadl2Parser.g:35273:1: rule__AbstractImplementation__Group_6_2__0__Impl : ( Comma ) ;
+ public final void rule__AbstractImplementation__Group_6_2__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:35277:1: ( ( Comma ) )
+ // InternalAadl2Parser.g:35278:1: ( Comma )
+ {
+ // InternalAadl2Parser.g:35278:1: ( Comma )
+ // InternalAadl2Parser.g:35279:2: Comma
+ {
+ before(grammarAccess.getAbstractImplementationAccess().getCommaKeyword_6_2_0());
+ match(input,Comma,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getAbstractImplementationAccess().getCommaKeyword_6_2_0());
}
@@ -137098,21 +135841,21 @@ public final void rule__AbstractImplementation__Group_5__2__Impl() throws Recogn
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_5__2__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_6_2__0__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_5__3"
- // InternalAadl2Parser.g:35671:1: rule__AbstractImplementation__Group_5__3 : rule__AbstractImplementation__Group_5__3__Impl ;
- public final void rule__AbstractImplementation__Group_5__3() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_6_2__1"
+ // InternalAadl2Parser.g:35288:1: rule__AbstractImplementation__Group_6_2__1 : rule__AbstractImplementation__Group_6_2__1__Impl ;
+ public final void rule__AbstractImplementation__Group_6_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35675:1: ( rule__AbstractImplementation__Group_5__3__Impl )
- // InternalAadl2Parser.g:35676:2: rule__AbstractImplementation__Group_5__3__Impl
+ // InternalAadl2Parser.g:35292:1: ( rule__AbstractImplementation__Group_6_2__1__Impl )
+ // InternalAadl2Parser.g:35293:2: rule__AbstractImplementation__Group_6_2__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_5__3__Impl();
+ rule__AbstractImplementation__Group_6_2__1__Impl();
state._fsp--;
@@ -137131,25 +135874,35 @@ public final void rule__AbstractImplementation__Group_5__3() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_5__3"
+ // $ANTLR end "rule__AbstractImplementation__Group_6_2__1"
- // $ANTLR start "rule__AbstractImplementation__Group_5__3__Impl"
- // InternalAadl2Parser.g:35682:1: rule__AbstractImplementation__Group_5__3__Impl : ( RightParenthesis ) ;
- public final void rule__AbstractImplementation__Group_5__3__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_6_2__1__Impl"
+ // InternalAadl2Parser.g:35299:1: rule__AbstractImplementation__Group_6_2__1__Impl : ( ( rule__AbstractImplementation__OwnedPrototypeBindingAssignment_6_2_1 ) ) ;
+ public final void rule__AbstractImplementation__Group_6_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35686:1: ( ( RightParenthesis ) )
- // InternalAadl2Parser.g:35687:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:35303:1: ( ( ( rule__AbstractImplementation__OwnedPrototypeBindingAssignment_6_2_1 ) ) )
+ // InternalAadl2Parser.g:35304:1: ( ( rule__AbstractImplementation__OwnedPrototypeBindingAssignment_6_2_1 ) )
{
- // InternalAadl2Parser.g:35687:1: ( RightParenthesis )
- // InternalAadl2Parser.g:35688:2: RightParenthesis
+ // InternalAadl2Parser.g:35304:1: ( ( rule__AbstractImplementation__OwnedPrototypeBindingAssignment_6_2_1 ) )
+ // InternalAadl2Parser.g:35305:2: ( rule__AbstractImplementation__OwnedPrototypeBindingAssignment_6_2_1 )
{
- before(grammarAccess.getAbstractImplementationAccess().getRightParenthesisKeyword_5_3());
- match(input,RightParenthesis,FollowSets000.FOLLOW_2);
- after(grammarAccess.getAbstractImplementationAccess().getRightParenthesisKeyword_5_3());
+ before(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1());
+ // InternalAadl2Parser.g:35306:2: ( rule__AbstractImplementation__OwnedPrototypeBindingAssignment_6_2_1 )
+ // InternalAadl2Parser.g:35306:3: rule__AbstractImplementation__OwnedPrototypeBindingAssignment_6_2_1
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__AbstractImplementation__OwnedPrototypeBindingAssignment_6_2_1();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1());
}
@@ -137168,26 +135921,26 @@ public final void rule__AbstractImplementation__Group_5__3__Impl() throws Recogn
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_5__3__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_6_2__1__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_5_2__0"
- // InternalAadl2Parser.g:35698:1: rule__AbstractImplementation__Group_5_2__0 : rule__AbstractImplementation__Group_5_2__0__Impl rule__AbstractImplementation__Group_5_2__1 ;
- public final void rule__AbstractImplementation__Group_5_2__0() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_7__0"
+ // InternalAadl2Parser.g:35315:1: rule__AbstractImplementation__Group_7__0 : rule__AbstractImplementation__Group_7__0__Impl rule__AbstractImplementation__Group_7__1 ;
+ public final void rule__AbstractImplementation__Group_7__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35702:1: ( rule__AbstractImplementation__Group_5_2__0__Impl rule__AbstractImplementation__Group_5_2__1 )
- // InternalAadl2Parser.g:35703:2: rule__AbstractImplementation__Group_5_2__0__Impl rule__AbstractImplementation__Group_5_2__1
+ // InternalAadl2Parser.g:35319:1: ( rule__AbstractImplementation__Group_7__0__Impl rule__AbstractImplementation__Group_7__1 )
+ // InternalAadl2Parser.g:35320:2: rule__AbstractImplementation__Group_7__0__Impl rule__AbstractImplementation__Group_7__1
{
- pushFollow(FollowSets000.FOLLOW_4);
- rule__AbstractImplementation__Group_5_2__0__Impl();
+ pushFollow(FollowSets000.FOLLOW_8);
+ rule__AbstractImplementation__Group_7__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_5_2__1();
+ rule__AbstractImplementation__Group_7__1();
state._fsp--;
@@ -137206,25 +135959,25 @@ public final void rule__AbstractImplementation__Group_5_2__0() throws Recognitio
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_5_2__0"
+ // $ANTLR end "rule__AbstractImplementation__Group_7__0"
- // $ANTLR start "rule__AbstractImplementation__Group_5_2__0__Impl"
- // InternalAadl2Parser.g:35710:1: rule__AbstractImplementation__Group_5_2__0__Impl : ( Comma ) ;
- public final void rule__AbstractImplementation__Group_5_2__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_7__0__Impl"
+ // InternalAadl2Parser.g:35327:1: rule__AbstractImplementation__Group_7__0__Impl : ( Prototypes ) ;
+ public final void rule__AbstractImplementation__Group_7__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35714:1: ( ( Comma ) )
- // InternalAadl2Parser.g:35715:1: ( Comma )
+ // InternalAadl2Parser.g:35331:1: ( ( Prototypes ) )
+ // InternalAadl2Parser.g:35332:1: ( Prototypes )
{
- // InternalAadl2Parser.g:35715:1: ( Comma )
- // InternalAadl2Parser.g:35716:2: Comma
+ // InternalAadl2Parser.g:35332:1: ( Prototypes )
+ // InternalAadl2Parser.g:35333:2: Prototypes
{
- before(grammarAccess.getAbstractImplementationAccess().getCommaKeyword_5_2_0());
- match(input,Comma,FollowSets000.FOLLOW_2);
- after(grammarAccess.getAbstractImplementationAccess().getCommaKeyword_5_2_0());
+ before(grammarAccess.getAbstractImplementationAccess().getPrototypesKeyword_7_0());
+ match(input,Prototypes,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getAbstractImplementationAccess().getPrototypesKeyword_7_0());
}
@@ -137243,21 +135996,21 @@ public final void rule__AbstractImplementation__Group_5_2__0__Impl() throws Reco
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_5_2__0__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_7__0__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_5_2__1"
- // InternalAadl2Parser.g:35725:1: rule__AbstractImplementation__Group_5_2__1 : rule__AbstractImplementation__Group_5_2__1__Impl ;
- public final void rule__AbstractImplementation__Group_5_2__1() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_7__1"
+ // InternalAadl2Parser.g:35342:1: rule__AbstractImplementation__Group_7__1 : rule__AbstractImplementation__Group_7__1__Impl ;
+ public final void rule__AbstractImplementation__Group_7__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35729:1: ( rule__AbstractImplementation__Group_5_2__1__Impl )
- // InternalAadl2Parser.g:35730:2: rule__AbstractImplementation__Group_5_2__1__Impl
+ // InternalAadl2Parser.g:35346:1: ( rule__AbstractImplementation__Group_7__1__Impl )
+ // InternalAadl2Parser.g:35347:2: rule__AbstractImplementation__Group_7__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_5_2__1__Impl();
+ rule__AbstractImplementation__Group_7__1__Impl();
state._fsp--;
@@ -137276,35 +136029,35 @@ public final void rule__AbstractImplementation__Group_5_2__1() throws Recognitio
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_5_2__1"
+ // $ANTLR end "rule__AbstractImplementation__Group_7__1"
- // $ANTLR start "rule__AbstractImplementation__Group_5_2__1__Impl"
- // InternalAadl2Parser.g:35736:1: rule__AbstractImplementation__Group_5_2__1__Impl : ( ( rule__AbstractImplementation__OwnedPrototypeBindingAssignment_5_2_1 ) ) ;
- public final void rule__AbstractImplementation__Group_5_2__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_7__1__Impl"
+ // InternalAadl2Parser.g:35353:1: rule__AbstractImplementation__Group_7__1__Impl : ( ( rule__AbstractImplementation__Alternatives_7_1 ) ) ;
+ public final void rule__AbstractImplementation__Group_7__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35740:1: ( ( ( rule__AbstractImplementation__OwnedPrototypeBindingAssignment_5_2_1 ) ) )
- // InternalAadl2Parser.g:35741:1: ( ( rule__AbstractImplementation__OwnedPrototypeBindingAssignment_5_2_1 ) )
+ // InternalAadl2Parser.g:35357:1: ( ( ( rule__AbstractImplementation__Alternatives_7_1 ) ) )
+ // InternalAadl2Parser.g:35358:1: ( ( rule__AbstractImplementation__Alternatives_7_1 ) )
{
- // InternalAadl2Parser.g:35741:1: ( ( rule__AbstractImplementation__OwnedPrototypeBindingAssignment_5_2_1 ) )
- // InternalAadl2Parser.g:35742:2: ( rule__AbstractImplementation__OwnedPrototypeBindingAssignment_5_2_1 )
+ // InternalAadl2Parser.g:35358:1: ( ( rule__AbstractImplementation__Alternatives_7_1 ) )
+ // InternalAadl2Parser.g:35359:2: ( rule__AbstractImplementation__Alternatives_7_1 )
{
- before(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1());
- // InternalAadl2Parser.g:35743:2: ( rule__AbstractImplementation__OwnedPrototypeBindingAssignment_5_2_1 )
- // InternalAadl2Parser.g:35743:3: rule__AbstractImplementation__OwnedPrototypeBindingAssignment_5_2_1
+ before(grammarAccess.getAbstractImplementationAccess().getAlternatives_7_1());
+ // InternalAadl2Parser.g:35360:2: ( rule__AbstractImplementation__Alternatives_7_1 )
+ // InternalAadl2Parser.g:35360:3: rule__AbstractImplementation__Alternatives_7_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__OwnedPrototypeBindingAssignment_5_2_1();
+ rule__AbstractImplementation__Alternatives_7_1();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1());
+ after(grammarAccess.getAbstractImplementationAccess().getAlternatives_7_1());
}
@@ -137323,26 +136076,26 @@ public final void rule__AbstractImplementation__Group_5_2__1__Impl() throws Reco
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_5_2__1__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_7__1__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_6__0"
- // InternalAadl2Parser.g:35752:1: rule__AbstractImplementation__Group_6__0 : rule__AbstractImplementation__Group_6__0__Impl rule__AbstractImplementation__Group_6__1 ;
- public final void rule__AbstractImplementation__Group_6__0() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_7_1_1__0"
+ // InternalAadl2Parser.g:35369:1: rule__AbstractImplementation__Group_7_1_1__0 : rule__AbstractImplementation__Group_7_1_1__0__Impl rule__AbstractImplementation__Group_7_1_1__1 ;
+ public final void rule__AbstractImplementation__Group_7_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35756:1: ( rule__AbstractImplementation__Group_6__0__Impl rule__AbstractImplementation__Group_6__1 )
- // InternalAadl2Parser.g:35757:2: rule__AbstractImplementation__Group_6__0__Impl rule__AbstractImplementation__Group_6__1
+ // InternalAadl2Parser.g:35373:1: ( rule__AbstractImplementation__Group_7_1_1__0__Impl rule__AbstractImplementation__Group_7_1_1__1 )
+ // InternalAadl2Parser.g:35374:2: rule__AbstractImplementation__Group_7_1_1__0__Impl rule__AbstractImplementation__Group_7_1_1__1
{
- pushFollow(FollowSets000.FOLLOW_8);
- rule__AbstractImplementation__Group_6__0__Impl();
+ pushFollow(FollowSets000.FOLLOW_7);
+ rule__AbstractImplementation__Group_7_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_6__1();
+ rule__AbstractImplementation__Group_7_1_1__1();
state._fsp--;
@@ -137361,25 +136114,35 @@ public final void rule__AbstractImplementation__Group_6__0() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_6__0"
+ // $ANTLR end "rule__AbstractImplementation__Group_7_1_1__0"
- // $ANTLR start "rule__AbstractImplementation__Group_6__0__Impl"
- // InternalAadl2Parser.g:35764:1: rule__AbstractImplementation__Group_6__0__Impl : ( Prototypes ) ;
- public final void rule__AbstractImplementation__Group_6__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_7_1_1__0__Impl"
+ // InternalAadl2Parser.g:35381:1: rule__AbstractImplementation__Group_7_1_1__0__Impl : ( ( rule__AbstractImplementation__NoPrototypesAssignment_7_1_1_0 ) ) ;
+ public final void rule__AbstractImplementation__Group_7_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35768:1: ( ( Prototypes ) )
- // InternalAadl2Parser.g:35769:1: ( Prototypes )
+ // InternalAadl2Parser.g:35385:1: ( ( ( rule__AbstractImplementation__NoPrototypesAssignment_7_1_1_0 ) ) )
+ // InternalAadl2Parser.g:35386:1: ( ( rule__AbstractImplementation__NoPrototypesAssignment_7_1_1_0 ) )
{
- // InternalAadl2Parser.g:35769:1: ( Prototypes )
- // InternalAadl2Parser.g:35770:2: Prototypes
+ // InternalAadl2Parser.g:35386:1: ( ( rule__AbstractImplementation__NoPrototypesAssignment_7_1_1_0 ) )
+ // InternalAadl2Parser.g:35387:2: ( rule__AbstractImplementation__NoPrototypesAssignment_7_1_1_0 )
{
- before(grammarAccess.getAbstractImplementationAccess().getPrototypesKeyword_6_0());
- match(input,Prototypes,FollowSets000.FOLLOW_2);
- after(grammarAccess.getAbstractImplementationAccess().getPrototypesKeyword_6_0());
+ before(grammarAccess.getAbstractImplementationAccess().getNoPrototypesAssignment_7_1_1_0());
+ // InternalAadl2Parser.g:35388:2: ( rule__AbstractImplementation__NoPrototypesAssignment_7_1_1_0 )
+ // InternalAadl2Parser.g:35388:3: rule__AbstractImplementation__NoPrototypesAssignment_7_1_1_0
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__AbstractImplementation__NoPrototypesAssignment_7_1_1_0();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getAbstractImplementationAccess().getNoPrototypesAssignment_7_1_1_0());
}
@@ -137398,21 +136161,21 @@ public final void rule__AbstractImplementation__Group_6__0__Impl() throws Recogn
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_6__0__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_7_1_1__0__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_6__1"
- // InternalAadl2Parser.g:35779:1: rule__AbstractImplementation__Group_6__1 : rule__AbstractImplementation__Group_6__1__Impl ;
- public final void rule__AbstractImplementation__Group_6__1() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_7_1_1__1"
+ // InternalAadl2Parser.g:35396:1: rule__AbstractImplementation__Group_7_1_1__1 : rule__AbstractImplementation__Group_7_1_1__1__Impl ;
+ public final void rule__AbstractImplementation__Group_7_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35783:1: ( rule__AbstractImplementation__Group_6__1__Impl )
- // InternalAadl2Parser.g:35784:2: rule__AbstractImplementation__Group_6__1__Impl
+ // InternalAadl2Parser.g:35400:1: ( rule__AbstractImplementation__Group_7_1_1__1__Impl )
+ // InternalAadl2Parser.g:35401:2: rule__AbstractImplementation__Group_7_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_6__1__Impl();
+ rule__AbstractImplementation__Group_7_1_1__1__Impl();
state._fsp--;
@@ -137431,35 +136194,25 @@ public final void rule__AbstractImplementation__Group_6__1() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_6__1"
+ // $ANTLR end "rule__AbstractImplementation__Group_7_1_1__1"
- // $ANTLR start "rule__AbstractImplementation__Group_6__1__Impl"
- // InternalAadl2Parser.g:35790:1: rule__AbstractImplementation__Group_6__1__Impl : ( ( rule__AbstractImplementation__Alternatives_6_1 ) ) ;
- public final void rule__AbstractImplementation__Group_6__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_7_1_1__1__Impl"
+ // InternalAadl2Parser.g:35407:1: rule__AbstractImplementation__Group_7_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__AbstractImplementation__Group_7_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35794:1: ( ( ( rule__AbstractImplementation__Alternatives_6_1 ) ) )
- // InternalAadl2Parser.g:35795:1: ( ( rule__AbstractImplementation__Alternatives_6_1 ) )
+ // InternalAadl2Parser.g:35411:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:35412:1: ( Semicolon )
{
- // InternalAadl2Parser.g:35795:1: ( ( rule__AbstractImplementation__Alternatives_6_1 ) )
- // InternalAadl2Parser.g:35796:2: ( rule__AbstractImplementation__Alternatives_6_1 )
+ // InternalAadl2Parser.g:35412:1: ( Semicolon )
+ // InternalAadl2Parser.g:35413:2: Semicolon
{
- before(grammarAccess.getAbstractImplementationAccess().getAlternatives_6_1());
- // InternalAadl2Parser.g:35797:2: ( rule__AbstractImplementation__Alternatives_6_1 )
- // InternalAadl2Parser.g:35797:3: rule__AbstractImplementation__Alternatives_6_1
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Alternatives_6_1();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getAbstractImplementationAccess().getAlternatives_6_1());
+ before(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_7_1_1_1());
+ match(input,Semicolon,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_7_1_1_1());
}
@@ -137478,26 +136231,26 @@ public final void rule__AbstractImplementation__Group_6__1__Impl() throws Recogn
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_6__1__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_7_1_1__1__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_6_1_1__0"
- // InternalAadl2Parser.g:35806:1: rule__AbstractImplementation__Group_6_1_1__0 : rule__AbstractImplementation__Group_6_1_1__0__Impl rule__AbstractImplementation__Group_6_1_1__1 ;
- public final void rule__AbstractImplementation__Group_6_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_8__0"
+ // InternalAadl2Parser.g:35423:1: rule__AbstractImplementation__Group_8__0 : rule__AbstractImplementation__Group_8__0__Impl rule__AbstractImplementation__Group_8__1 ;
+ public final void rule__AbstractImplementation__Group_8__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35810:1: ( rule__AbstractImplementation__Group_6_1_1__0__Impl rule__AbstractImplementation__Group_6_1_1__1 )
- // InternalAadl2Parser.g:35811:2: rule__AbstractImplementation__Group_6_1_1__0__Impl rule__AbstractImplementation__Group_6_1_1__1
+ // InternalAadl2Parser.g:35427:1: ( rule__AbstractImplementation__Group_8__0__Impl rule__AbstractImplementation__Group_8__1 )
+ // InternalAadl2Parser.g:35428:2: rule__AbstractImplementation__Group_8__0__Impl rule__AbstractImplementation__Group_8__1
{
- pushFollow(FollowSets000.FOLLOW_7);
- rule__AbstractImplementation__Group_6_1_1__0__Impl();
+ pushFollow(FollowSets000.FOLLOW_8);
+ rule__AbstractImplementation__Group_8__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_6_1_1__1();
+ rule__AbstractImplementation__Group_8__1();
state._fsp--;
@@ -137516,35 +136269,25 @@ public final void rule__AbstractImplementation__Group_6_1_1__0() throws Recognit
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_6_1_1__0"
+ // $ANTLR end "rule__AbstractImplementation__Group_8__0"
- // $ANTLR start "rule__AbstractImplementation__Group_6_1_1__0__Impl"
- // InternalAadl2Parser.g:35818:1: rule__AbstractImplementation__Group_6_1_1__0__Impl : ( ( rule__AbstractImplementation__NoPrototypesAssignment_6_1_1_0 ) ) ;
- public final void rule__AbstractImplementation__Group_6_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_8__0__Impl"
+ // InternalAadl2Parser.g:35435:1: rule__AbstractImplementation__Group_8__0__Impl : ( Subcomponents ) ;
+ public final void rule__AbstractImplementation__Group_8__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35822:1: ( ( ( rule__AbstractImplementation__NoPrototypesAssignment_6_1_1_0 ) ) )
- // InternalAadl2Parser.g:35823:1: ( ( rule__AbstractImplementation__NoPrototypesAssignment_6_1_1_0 ) )
+ // InternalAadl2Parser.g:35439:1: ( ( Subcomponents ) )
+ // InternalAadl2Parser.g:35440:1: ( Subcomponents )
{
- // InternalAadl2Parser.g:35823:1: ( ( rule__AbstractImplementation__NoPrototypesAssignment_6_1_1_0 ) )
- // InternalAadl2Parser.g:35824:2: ( rule__AbstractImplementation__NoPrototypesAssignment_6_1_1_0 )
+ // InternalAadl2Parser.g:35440:1: ( Subcomponents )
+ // InternalAadl2Parser.g:35441:2: Subcomponents
{
- before(grammarAccess.getAbstractImplementationAccess().getNoPrototypesAssignment_6_1_1_0());
- // InternalAadl2Parser.g:35825:2: ( rule__AbstractImplementation__NoPrototypesAssignment_6_1_1_0 )
- // InternalAadl2Parser.g:35825:3: rule__AbstractImplementation__NoPrototypesAssignment_6_1_1_0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__NoPrototypesAssignment_6_1_1_0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getAbstractImplementationAccess().getNoPrototypesAssignment_6_1_1_0());
+ before(grammarAccess.getAbstractImplementationAccess().getSubcomponentsKeyword_8_0());
+ match(input,Subcomponents,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getAbstractImplementationAccess().getSubcomponentsKeyword_8_0());
}
@@ -137563,21 +136306,21 @@ public final void rule__AbstractImplementation__Group_6_1_1__0__Impl() throws Re
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_6_1_1__0__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_8__0__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_6_1_1__1"
- // InternalAadl2Parser.g:35833:1: rule__AbstractImplementation__Group_6_1_1__1 : rule__AbstractImplementation__Group_6_1_1__1__Impl ;
- public final void rule__AbstractImplementation__Group_6_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_8__1"
+ // InternalAadl2Parser.g:35450:1: rule__AbstractImplementation__Group_8__1 : rule__AbstractImplementation__Group_8__1__Impl ;
+ public final void rule__AbstractImplementation__Group_8__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35837:1: ( rule__AbstractImplementation__Group_6_1_1__1__Impl )
- // InternalAadl2Parser.g:35838:2: rule__AbstractImplementation__Group_6_1_1__1__Impl
+ // InternalAadl2Parser.g:35454:1: ( rule__AbstractImplementation__Group_8__1__Impl )
+ // InternalAadl2Parser.g:35455:2: rule__AbstractImplementation__Group_8__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_6_1_1__1__Impl();
+ rule__AbstractImplementation__Group_8__1__Impl();
state._fsp--;
@@ -137596,100 +136339,35 @@ public final void rule__AbstractImplementation__Group_6_1_1__1() throws Recognit
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_6_1_1__1"
+ // $ANTLR end "rule__AbstractImplementation__Group_8__1"
- // $ANTLR start "rule__AbstractImplementation__Group_6_1_1__1__Impl"
- // InternalAadl2Parser.g:35844:1: rule__AbstractImplementation__Group_6_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__AbstractImplementation__Group_6_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_8__1__Impl"
+ // InternalAadl2Parser.g:35461:1: rule__AbstractImplementation__Group_8__1__Impl : ( ( rule__AbstractImplementation__Alternatives_8_1 ) ) ;
+ public final void rule__AbstractImplementation__Group_8__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35848:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:35849:1: ( Semicolon )
+ // InternalAadl2Parser.g:35465:1: ( ( ( rule__AbstractImplementation__Alternatives_8_1 ) ) )
+ // InternalAadl2Parser.g:35466:1: ( ( rule__AbstractImplementation__Alternatives_8_1 ) )
{
- // InternalAadl2Parser.g:35849:1: ( Semicolon )
- // InternalAadl2Parser.g:35850:2: Semicolon
+ // InternalAadl2Parser.g:35466:1: ( ( rule__AbstractImplementation__Alternatives_8_1 ) )
+ // InternalAadl2Parser.g:35467:2: ( rule__AbstractImplementation__Alternatives_8_1 )
{
- before(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_6_1_1_1());
- match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_6_1_1_1());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__AbstractImplementation__Group_6_1_1__1__Impl"
-
-
- // $ANTLR start "rule__AbstractImplementation__Group_7__0"
- // InternalAadl2Parser.g:35860:1: rule__AbstractImplementation__Group_7__0 : rule__AbstractImplementation__Group_7__0__Impl rule__AbstractImplementation__Group_7__1 ;
- public final void rule__AbstractImplementation__Group_7__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:35864:1: ( rule__AbstractImplementation__Group_7__0__Impl rule__AbstractImplementation__Group_7__1 )
- // InternalAadl2Parser.g:35865:2: rule__AbstractImplementation__Group_7__0__Impl rule__AbstractImplementation__Group_7__1
+ before(grammarAccess.getAbstractImplementationAccess().getAlternatives_8_1());
+ // InternalAadl2Parser.g:35468:2: ( rule__AbstractImplementation__Alternatives_8_1 )
+ // InternalAadl2Parser.g:35468:3: rule__AbstractImplementation__Alternatives_8_1
{
- pushFollow(FollowSets000.FOLLOW_8);
- rule__AbstractImplementation__Group_7__0__Impl();
-
- state._fsp--;
-
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_7__1();
+ rule__AbstractImplementation__Alternatives_8_1();
state._fsp--;
}
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__AbstractImplementation__Group_7__0"
-
-
- // $ANTLR start "rule__AbstractImplementation__Group_7__0__Impl"
- // InternalAadl2Parser.g:35872:1: rule__AbstractImplementation__Group_7__0__Impl : ( Subcomponents ) ;
- public final void rule__AbstractImplementation__Group_7__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:35876:1: ( ( Subcomponents ) )
- // InternalAadl2Parser.g:35877:1: ( Subcomponents )
- {
- // InternalAadl2Parser.g:35877:1: ( Subcomponents )
- // InternalAadl2Parser.g:35878:2: Subcomponents
- {
- before(grammarAccess.getAbstractImplementationAccess().getSubcomponentsKeyword_7_0());
- match(input,Subcomponents,FollowSets000.FOLLOW_2);
- after(grammarAccess.getAbstractImplementationAccess().getSubcomponentsKeyword_7_0());
+ after(grammarAccess.getAbstractImplementationAccess().getAlternatives_8_1());
}
@@ -137708,21 +136386,26 @@ public final void rule__AbstractImplementation__Group_7__0__Impl() throws Recogn
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_7__0__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_8__1__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_7__1"
- // InternalAadl2Parser.g:35887:1: rule__AbstractImplementation__Group_7__1 : rule__AbstractImplementation__Group_7__1__Impl ;
- public final void rule__AbstractImplementation__Group_7__1() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_8_1_1__0"
+ // InternalAadl2Parser.g:35477:1: rule__AbstractImplementation__Group_8_1_1__0 : rule__AbstractImplementation__Group_8_1_1__0__Impl rule__AbstractImplementation__Group_8_1_1__1 ;
+ public final void rule__AbstractImplementation__Group_8_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35891:1: ( rule__AbstractImplementation__Group_7__1__Impl )
- // InternalAadl2Parser.g:35892:2: rule__AbstractImplementation__Group_7__1__Impl
+ // InternalAadl2Parser.g:35481:1: ( rule__AbstractImplementation__Group_8_1_1__0__Impl rule__AbstractImplementation__Group_8_1_1__1 )
+ // InternalAadl2Parser.g:35482:2: rule__AbstractImplementation__Group_8_1_1__0__Impl rule__AbstractImplementation__Group_8_1_1__1
{
+ pushFollow(FollowSets000.FOLLOW_7);
+ rule__AbstractImplementation__Group_8_1_1__0__Impl();
+
+ state._fsp--;
+
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_7__1__Impl();
+ rule__AbstractImplementation__Group_8_1_1__1();
state._fsp--;
@@ -137741,35 +136424,35 @@ public final void rule__AbstractImplementation__Group_7__1() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_7__1"
+ // $ANTLR end "rule__AbstractImplementation__Group_8_1_1__0"
- // $ANTLR start "rule__AbstractImplementation__Group_7__1__Impl"
- // InternalAadl2Parser.g:35898:1: rule__AbstractImplementation__Group_7__1__Impl : ( ( rule__AbstractImplementation__Alternatives_7_1 ) ) ;
- public final void rule__AbstractImplementation__Group_7__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_8_1_1__0__Impl"
+ // InternalAadl2Parser.g:35489:1: rule__AbstractImplementation__Group_8_1_1__0__Impl : ( ( rule__AbstractImplementation__NoSubcomponentsAssignment_8_1_1_0 ) ) ;
+ public final void rule__AbstractImplementation__Group_8_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35902:1: ( ( ( rule__AbstractImplementation__Alternatives_7_1 ) ) )
- // InternalAadl2Parser.g:35903:1: ( ( rule__AbstractImplementation__Alternatives_7_1 ) )
+ // InternalAadl2Parser.g:35493:1: ( ( ( rule__AbstractImplementation__NoSubcomponentsAssignment_8_1_1_0 ) ) )
+ // InternalAadl2Parser.g:35494:1: ( ( rule__AbstractImplementation__NoSubcomponentsAssignment_8_1_1_0 ) )
{
- // InternalAadl2Parser.g:35903:1: ( ( rule__AbstractImplementation__Alternatives_7_1 ) )
- // InternalAadl2Parser.g:35904:2: ( rule__AbstractImplementation__Alternatives_7_1 )
+ // InternalAadl2Parser.g:35494:1: ( ( rule__AbstractImplementation__NoSubcomponentsAssignment_8_1_1_0 ) )
+ // InternalAadl2Parser.g:35495:2: ( rule__AbstractImplementation__NoSubcomponentsAssignment_8_1_1_0 )
{
- before(grammarAccess.getAbstractImplementationAccess().getAlternatives_7_1());
- // InternalAadl2Parser.g:35905:2: ( rule__AbstractImplementation__Alternatives_7_1 )
- // InternalAadl2Parser.g:35905:3: rule__AbstractImplementation__Alternatives_7_1
+ before(grammarAccess.getAbstractImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0());
+ // InternalAadl2Parser.g:35496:2: ( rule__AbstractImplementation__NoSubcomponentsAssignment_8_1_1_0 )
+ // InternalAadl2Parser.g:35496:3: rule__AbstractImplementation__NoSubcomponentsAssignment_8_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Alternatives_7_1();
+ rule__AbstractImplementation__NoSubcomponentsAssignment_8_1_1_0();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getAlternatives_7_1());
+ after(grammarAccess.getAbstractImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0());
}
@@ -137788,26 +136471,21 @@ public final void rule__AbstractImplementation__Group_7__1__Impl() throws Recogn
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_7__1__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_8_1_1__0__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_7_1_1__0"
- // InternalAadl2Parser.g:35914:1: rule__AbstractImplementation__Group_7_1_1__0 : rule__AbstractImplementation__Group_7_1_1__0__Impl rule__AbstractImplementation__Group_7_1_1__1 ;
- public final void rule__AbstractImplementation__Group_7_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_8_1_1__1"
+ // InternalAadl2Parser.g:35504:1: rule__AbstractImplementation__Group_8_1_1__1 : rule__AbstractImplementation__Group_8_1_1__1__Impl ;
+ public final void rule__AbstractImplementation__Group_8_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35918:1: ( rule__AbstractImplementation__Group_7_1_1__0__Impl rule__AbstractImplementation__Group_7_1_1__1 )
- // InternalAadl2Parser.g:35919:2: rule__AbstractImplementation__Group_7_1_1__0__Impl rule__AbstractImplementation__Group_7_1_1__1
+ // InternalAadl2Parser.g:35508:1: ( rule__AbstractImplementation__Group_8_1_1__1__Impl )
+ // InternalAadl2Parser.g:35509:2: rule__AbstractImplementation__Group_8_1_1__1__Impl
{
- pushFollow(FollowSets000.FOLLOW_7);
- rule__AbstractImplementation__Group_7_1_1__0__Impl();
-
- state._fsp--;
-
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_7_1_1__1();
+ rule__AbstractImplementation__Group_8_1_1__1__Impl();
state._fsp--;
@@ -137826,35 +136504,25 @@ public final void rule__AbstractImplementation__Group_7_1_1__0() throws Recognit
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_7_1_1__0"
+ // $ANTLR end "rule__AbstractImplementation__Group_8_1_1__1"
- // $ANTLR start "rule__AbstractImplementation__Group_7_1_1__0__Impl"
- // InternalAadl2Parser.g:35926:1: rule__AbstractImplementation__Group_7_1_1__0__Impl : ( ( rule__AbstractImplementation__NoSubcomponentsAssignment_7_1_1_0 ) ) ;
- public final void rule__AbstractImplementation__Group_7_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_8_1_1__1__Impl"
+ // InternalAadl2Parser.g:35515:1: rule__AbstractImplementation__Group_8_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__AbstractImplementation__Group_8_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35930:1: ( ( ( rule__AbstractImplementation__NoSubcomponentsAssignment_7_1_1_0 ) ) )
- // InternalAadl2Parser.g:35931:1: ( ( rule__AbstractImplementation__NoSubcomponentsAssignment_7_1_1_0 ) )
+ // InternalAadl2Parser.g:35519:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:35520:1: ( Semicolon )
{
- // InternalAadl2Parser.g:35931:1: ( ( rule__AbstractImplementation__NoSubcomponentsAssignment_7_1_1_0 ) )
- // InternalAadl2Parser.g:35932:2: ( rule__AbstractImplementation__NoSubcomponentsAssignment_7_1_1_0 )
+ // InternalAadl2Parser.g:35520:1: ( Semicolon )
+ // InternalAadl2Parser.g:35521:2: Semicolon
{
- before(grammarAccess.getAbstractImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0());
- // InternalAadl2Parser.g:35933:2: ( rule__AbstractImplementation__NoSubcomponentsAssignment_7_1_1_0 )
- // InternalAadl2Parser.g:35933:3: rule__AbstractImplementation__NoSubcomponentsAssignment_7_1_1_0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__NoSubcomponentsAssignment_7_1_1_0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getAbstractImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0());
+ before(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_8_1_1_1());
+ match(input,Semicolon,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_8_1_1_1());
}
@@ -137873,21 +136541,26 @@ public final void rule__AbstractImplementation__Group_7_1_1__0__Impl() throws Re
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_7_1_1__0__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_8_1_1__1__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_7_1_1__1"
- // InternalAadl2Parser.g:35941:1: rule__AbstractImplementation__Group_7_1_1__1 : rule__AbstractImplementation__Group_7_1_1__1__Impl ;
- public final void rule__AbstractImplementation__Group_7_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_9__0"
+ // InternalAadl2Parser.g:35531:1: rule__AbstractImplementation__Group_9__0 : rule__AbstractImplementation__Group_9__0__Impl rule__AbstractImplementation__Group_9__1 ;
+ public final void rule__AbstractImplementation__Group_9__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35945:1: ( rule__AbstractImplementation__Group_7_1_1__1__Impl )
- // InternalAadl2Parser.g:35946:2: rule__AbstractImplementation__Group_7_1_1__1__Impl
+ // InternalAadl2Parser.g:35535:1: ( rule__AbstractImplementation__Group_9__0__Impl rule__AbstractImplementation__Group_9__1 )
+ // InternalAadl2Parser.g:35536:2: rule__AbstractImplementation__Group_9__0__Impl rule__AbstractImplementation__Group_9__1
{
+ pushFollow(FollowSets000.FOLLOW_37);
+ rule__AbstractImplementation__Group_9__0__Impl();
+
+ state._fsp--;
+
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_7_1_1__1__Impl();
+ rule__AbstractImplementation__Group_9__1();
state._fsp--;
@@ -137906,25 +136579,25 @@ public final void rule__AbstractImplementation__Group_7_1_1__1() throws Recognit
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_7_1_1__1"
+ // $ANTLR end "rule__AbstractImplementation__Group_9__0"
- // $ANTLR start "rule__AbstractImplementation__Group_7_1_1__1__Impl"
- // InternalAadl2Parser.g:35952:1: rule__AbstractImplementation__Group_7_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__AbstractImplementation__Group_7_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_9__0__Impl"
+ // InternalAadl2Parser.g:35543:1: rule__AbstractImplementation__Group_9__0__Impl : ( Internal ) ;
+ public final void rule__AbstractImplementation__Group_9__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35956:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:35957:1: ( Semicolon )
+ // InternalAadl2Parser.g:35547:1: ( ( Internal ) )
+ // InternalAadl2Parser.g:35548:1: ( Internal )
{
- // InternalAadl2Parser.g:35957:1: ( Semicolon )
- // InternalAadl2Parser.g:35958:2: Semicolon
+ // InternalAadl2Parser.g:35548:1: ( Internal )
+ // InternalAadl2Parser.g:35549:2: Internal
{
- before(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_7_1_1_1());
- match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_7_1_1_1());
+ before(grammarAccess.getAbstractImplementationAccess().getInternalKeyword_9_0());
+ match(input,Internal,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getAbstractImplementationAccess().getInternalKeyword_9_0());
}
@@ -137943,26 +136616,26 @@ public final void rule__AbstractImplementation__Group_7_1_1__1__Impl() throws Re
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_7_1_1__1__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_9__0__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_8__0"
- // InternalAadl2Parser.g:35968:1: rule__AbstractImplementation__Group_8__0 : rule__AbstractImplementation__Group_8__0__Impl rule__AbstractImplementation__Group_8__1 ;
- public final void rule__AbstractImplementation__Group_8__0() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_9__1"
+ // InternalAadl2Parser.g:35558:1: rule__AbstractImplementation__Group_9__1 : rule__AbstractImplementation__Group_9__1__Impl rule__AbstractImplementation__Group_9__2 ;
+ public final void rule__AbstractImplementation__Group_9__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35972:1: ( rule__AbstractImplementation__Group_8__0__Impl rule__AbstractImplementation__Group_8__1 )
- // InternalAadl2Parser.g:35973:2: rule__AbstractImplementation__Group_8__0__Impl rule__AbstractImplementation__Group_8__1
+ // InternalAadl2Parser.g:35562:1: ( rule__AbstractImplementation__Group_9__1__Impl rule__AbstractImplementation__Group_9__2 )
+ // InternalAadl2Parser.g:35563:2: rule__AbstractImplementation__Group_9__1__Impl rule__AbstractImplementation__Group_9__2
{
pushFollow(FollowSets000.FOLLOW_4);
- rule__AbstractImplementation__Group_8__0__Impl();
+ rule__AbstractImplementation__Group_9__1__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_8__1();
+ rule__AbstractImplementation__Group_9__2();
state._fsp--;
@@ -137981,29 +136654,25 @@ public final void rule__AbstractImplementation__Group_8__0() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_8__0"
+ // $ANTLR end "rule__AbstractImplementation__Group_9__1"
- // $ANTLR start "rule__AbstractImplementation__Group_8__0__Impl"
- // InternalAadl2Parser.g:35980:1: rule__AbstractImplementation__Group_8__0__Impl : ( ruleInternalFeaturesKeywords ) ;
- public final void rule__AbstractImplementation__Group_8__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_9__1__Impl"
+ // InternalAadl2Parser.g:35570:1: rule__AbstractImplementation__Group_9__1__Impl : ( Features ) ;
+ public final void rule__AbstractImplementation__Group_9__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35984:1: ( ( ruleInternalFeaturesKeywords ) )
- // InternalAadl2Parser.g:35985:1: ( ruleInternalFeaturesKeywords )
+ // InternalAadl2Parser.g:35574:1: ( ( Features ) )
+ // InternalAadl2Parser.g:35575:1: ( Features )
{
- // InternalAadl2Parser.g:35985:1: ( ruleInternalFeaturesKeywords )
- // InternalAadl2Parser.g:35986:2: ruleInternalFeaturesKeywords
+ // InternalAadl2Parser.g:35575:1: ( Features )
+ // InternalAadl2Parser.g:35576:2: Features
{
- before(grammarAccess.getAbstractImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0());
- pushFollow(FollowSets000.FOLLOW_2);
- ruleInternalFeaturesKeywords();
-
- state._fsp--;
-
- after(grammarAccess.getAbstractImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0());
+ before(grammarAccess.getAbstractImplementationAccess().getFeaturesKeyword_9_1());
+ match(input,Features,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getAbstractImplementationAccess().getFeaturesKeyword_9_1());
}
@@ -138022,21 +136691,21 @@ public final void rule__AbstractImplementation__Group_8__0__Impl() throws Recogn
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_8__0__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_9__1__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_8__1"
- // InternalAadl2Parser.g:35995:1: rule__AbstractImplementation__Group_8__1 : rule__AbstractImplementation__Group_8__1__Impl ;
- public final void rule__AbstractImplementation__Group_8__1() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_9__2"
+ // InternalAadl2Parser.g:35585:1: rule__AbstractImplementation__Group_9__2 : rule__AbstractImplementation__Group_9__2__Impl ;
+ public final void rule__AbstractImplementation__Group_9__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:35999:1: ( rule__AbstractImplementation__Group_8__1__Impl )
- // InternalAadl2Parser.g:36000:2: rule__AbstractImplementation__Group_8__1__Impl
+ // InternalAadl2Parser.g:35589:1: ( rule__AbstractImplementation__Group_9__2__Impl )
+ // InternalAadl2Parser.g:35590:2: rule__AbstractImplementation__Group_9__2__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_8__1__Impl();
+ rule__AbstractImplementation__Group_9__2__Impl();
state._fsp--;
@@ -138055,46 +136724,46 @@ public final void rule__AbstractImplementation__Group_8__1() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_8__1"
+ // $ANTLR end "rule__AbstractImplementation__Group_9__2"
- // $ANTLR start "rule__AbstractImplementation__Group_8__1__Impl"
- // InternalAadl2Parser.g:36006:1: rule__AbstractImplementation__Group_8__1__Impl : ( ( ( rule__AbstractImplementation__Alternatives_8_1 ) ) ( ( rule__AbstractImplementation__Alternatives_8_1 )* ) ) ;
- public final void rule__AbstractImplementation__Group_8__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_9__2__Impl"
+ // InternalAadl2Parser.g:35596:1: rule__AbstractImplementation__Group_9__2__Impl : ( ( ( rule__AbstractImplementation__Alternatives_9_2 ) ) ( ( rule__AbstractImplementation__Alternatives_9_2 )* ) ) ;
+ public final void rule__AbstractImplementation__Group_9__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36010:1: ( ( ( ( rule__AbstractImplementation__Alternatives_8_1 ) ) ( ( rule__AbstractImplementation__Alternatives_8_1 )* ) ) )
- // InternalAadl2Parser.g:36011:1: ( ( ( rule__AbstractImplementation__Alternatives_8_1 ) ) ( ( rule__AbstractImplementation__Alternatives_8_1 )* ) )
+ // InternalAadl2Parser.g:35600:1: ( ( ( ( rule__AbstractImplementation__Alternatives_9_2 ) ) ( ( rule__AbstractImplementation__Alternatives_9_2 )* ) ) )
+ // InternalAadl2Parser.g:35601:1: ( ( ( rule__AbstractImplementation__Alternatives_9_2 ) ) ( ( rule__AbstractImplementation__Alternatives_9_2 )* ) )
{
- // InternalAadl2Parser.g:36011:1: ( ( ( rule__AbstractImplementation__Alternatives_8_1 ) ) ( ( rule__AbstractImplementation__Alternatives_8_1 )* ) )
- // InternalAadl2Parser.g:36012:2: ( ( rule__AbstractImplementation__Alternatives_8_1 ) ) ( ( rule__AbstractImplementation__Alternatives_8_1 )* )
+ // InternalAadl2Parser.g:35601:1: ( ( ( rule__AbstractImplementation__Alternatives_9_2 ) ) ( ( rule__AbstractImplementation__Alternatives_9_2 )* ) )
+ // InternalAadl2Parser.g:35602:2: ( ( rule__AbstractImplementation__Alternatives_9_2 ) ) ( ( rule__AbstractImplementation__Alternatives_9_2 )* )
{
- // InternalAadl2Parser.g:36012:2: ( ( rule__AbstractImplementation__Alternatives_8_1 ) )
- // InternalAadl2Parser.g:36013:3: ( rule__AbstractImplementation__Alternatives_8_1 )
+ // InternalAadl2Parser.g:35602:2: ( ( rule__AbstractImplementation__Alternatives_9_2 ) )
+ // InternalAadl2Parser.g:35603:3: ( rule__AbstractImplementation__Alternatives_9_2 )
{
- before(grammarAccess.getAbstractImplementationAccess().getAlternatives_8_1());
- // InternalAadl2Parser.g:36014:3: ( rule__AbstractImplementation__Alternatives_8_1 )
- // InternalAadl2Parser.g:36014:4: rule__AbstractImplementation__Alternatives_8_1
+ before(grammarAccess.getAbstractImplementationAccess().getAlternatives_9_2());
+ // InternalAadl2Parser.g:35604:3: ( rule__AbstractImplementation__Alternatives_9_2 )
+ // InternalAadl2Parser.g:35604:4: rule__AbstractImplementation__Alternatives_9_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__AbstractImplementation__Alternatives_8_1();
+ rule__AbstractImplementation__Alternatives_9_2();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getAlternatives_8_1());
+ after(grammarAccess.getAbstractImplementationAccess().getAlternatives_9_2());
}
- // InternalAadl2Parser.g:36017:2: ( ( rule__AbstractImplementation__Alternatives_8_1 )* )
- // InternalAadl2Parser.g:36018:3: ( rule__AbstractImplementation__Alternatives_8_1 )*
+ // InternalAadl2Parser.g:35607:2: ( ( rule__AbstractImplementation__Alternatives_9_2 )* )
+ // InternalAadl2Parser.g:35608:3: ( rule__AbstractImplementation__Alternatives_9_2 )*
{
- before(grammarAccess.getAbstractImplementationAccess().getAlternatives_8_1());
- // InternalAadl2Parser.g:36019:3: ( rule__AbstractImplementation__Alternatives_8_1 )*
+ before(grammarAccess.getAbstractImplementationAccess().getAlternatives_9_2());
+ // InternalAadl2Parser.g:35609:3: ( rule__AbstractImplementation__Alternatives_9_2 )*
loop697:
do {
int alt697=2;
@@ -138107,10 +136776,10 @@ public final void rule__AbstractImplementation__Group_8__1__Impl() throws Recogn
switch (alt697) {
case 1 :
- // InternalAadl2Parser.g:36019:4: rule__AbstractImplementation__Alternatives_8_1
+ // InternalAadl2Parser.g:35609:4: rule__AbstractImplementation__Alternatives_9_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__AbstractImplementation__Alternatives_8_1();
+ rule__AbstractImplementation__Alternatives_9_2();
state._fsp--;
@@ -138123,7 +136792,7 @@ public final void rule__AbstractImplementation__Group_8__1__Impl() throws Recogn
}
} while (true);
- after(grammarAccess.getAbstractImplementationAccess().getAlternatives_8_1());
+ after(grammarAccess.getAbstractImplementationAccess().getAlternatives_9_2());
}
@@ -138145,26 +136814,26 @@ public final void rule__AbstractImplementation__Group_8__1__Impl() throws Recogn
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_8__1__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_9__2__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_9__0"
- // InternalAadl2Parser.g:36029:1: rule__AbstractImplementation__Group_9__0 : rule__AbstractImplementation__Group_9__0__Impl rule__AbstractImplementation__Group_9__1 ;
- public final void rule__AbstractImplementation__Group_9__0() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_10__0"
+ // InternalAadl2Parser.g:35619:1: rule__AbstractImplementation__Group_10__0 : rule__AbstractImplementation__Group_10__0__Impl rule__AbstractImplementation__Group_10__1 ;
+ public final void rule__AbstractImplementation__Group_10__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36033:1: ( rule__AbstractImplementation__Group_9__0__Impl rule__AbstractImplementation__Group_9__1 )
- // InternalAadl2Parser.g:36034:2: rule__AbstractImplementation__Group_9__0__Impl rule__AbstractImplementation__Group_9__1
+ // InternalAadl2Parser.g:35623:1: ( rule__AbstractImplementation__Group_10__0__Impl rule__AbstractImplementation__Group_10__1 )
+ // InternalAadl2Parser.g:35624:2: rule__AbstractImplementation__Group_10__0__Impl rule__AbstractImplementation__Group_10__1
{
- pushFollow(FollowSets000.FOLLOW_4);
- rule__AbstractImplementation__Group_9__0__Impl();
+ pushFollow(FollowSets000.FOLLOW_37);
+ rule__AbstractImplementation__Group_10__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_9__1();
+ rule__AbstractImplementation__Group_10__1();
state._fsp--;
@@ -138183,29 +136852,100 @@ public final void rule__AbstractImplementation__Group_9__0() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_9__0"
+ // $ANTLR end "rule__AbstractImplementation__Group_10__0"
- // $ANTLR start "rule__AbstractImplementation__Group_9__0__Impl"
- // InternalAadl2Parser.g:36041:1: rule__AbstractImplementation__Group_9__0__Impl : ( ruleProcessorFeaturesKeywords ) ;
- public final void rule__AbstractImplementation__Group_9__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_10__0__Impl"
+ // InternalAadl2Parser.g:35631:1: rule__AbstractImplementation__Group_10__0__Impl : ( Processor ) ;
+ public final void rule__AbstractImplementation__Group_10__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36045:1: ( ( ruleProcessorFeaturesKeywords ) )
- // InternalAadl2Parser.g:36046:1: ( ruleProcessorFeaturesKeywords )
+ // InternalAadl2Parser.g:35635:1: ( ( Processor ) )
+ // InternalAadl2Parser.g:35636:1: ( Processor )
{
- // InternalAadl2Parser.g:36046:1: ( ruleProcessorFeaturesKeywords )
- // InternalAadl2Parser.g:36047:2: ruleProcessorFeaturesKeywords
+ // InternalAadl2Parser.g:35636:1: ( Processor )
+ // InternalAadl2Parser.g:35637:2: Processor
{
- before(grammarAccess.getAbstractImplementationAccess().getProcessorFeaturesKeywordsParserRuleCall_9_0());
+ before(grammarAccess.getAbstractImplementationAccess().getProcessorKeyword_10_0());
+ match(input,Processor,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getAbstractImplementationAccess().getProcessorKeyword_10_0());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AbstractImplementation__Group_10__0__Impl"
+
+
+ // $ANTLR start "rule__AbstractImplementation__Group_10__1"
+ // InternalAadl2Parser.g:35646:1: rule__AbstractImplementation__Group_10__1 : rule__AbstractImplementation__Group_10__1__Impl rule__AbstractImplementation__Group_10__2 ;
+ public final void rule__AbstractImplementation__Group_10__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:35650:1: ( rule__AbstractImplementation__Group_10__1__Impl rule__AbstractImplementation__Group_10__2 )
+ // InternalAadl2Parser.g:35651:2: rule__AbstractImplementation__Group_10__1__Impl rule__AbstractImplementation__Group_10__2
+ {
+ pushFollow(FollowSets000.FOLLOW_4);
+ rule__AbstractImplementation__Group_10__1__Impl();
+
+ state._fsp--;
+
pushFollow(FollowSets000.FOLLOW_2);
- ruleProcessorFeaturesKeywords();
+ rule__AbstractImplementation__Group_10__2();
state._fsp--;
- after(grammarAccess.getAbstractImplementationAccess().getProcessorFeaturesKeywordsParserRuleCall_9_0());
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__AbstractImplementation__Group_10__1"
+
+
+ // $ANTLR start "rule__AbstractImplementation__Group_10__1__Impl"
+ // InternalAadl2Parser.g:35658:1: rule__AbstractImplementation__Group_10__1__Impl : ( Features ) ;
+ public final void rule__AbstractImplementation__Group_10__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:35662:1: ( ( Features ) )
+ // InternalAadl2Parser.g:35663:1: ( Features )
+ {
+ // InternalAadl2Parser.g:35663:1: ( Features )
+ // InternalAadl2Parser.g:35664:2: Features
+ {
+ before(grammarAccess.getAbstractImplementationAccess().getFeaturesKeyword_10_1());
+ match(input,Features,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getAbstractImplementationAccess().getFeaturesKeyword_10_1());
}
@@ -138224,21 +136964,21 @@ public final void rule__AbstractImplementation__Group_9__0__Impl() throws Recogn
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_9__0__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_10__1__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_9__1"
- // InternalAadl2Parser.g:36056:1: rule__AbstractImplementation__Group_9__1 : rule__AbstractImplementation__Group_9__1__Impl ;
- public final void rule__AbstractImplementation__Group_9__1() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_10__2"
+ // InternalAadl2Parser.g:35673:1: rule__AbstractImplementation__Group_10__2 : rule__AbstractImplementation__Group_10__2__Impl ;
+ public final void rule__AbstractImplementation__Group_10__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36060:1: ( rule__AbstractImplementation__Group_9__1__Impl )
- // InternalAadl2Parser.g:36061:2: rule__AbstractImplementation__Group_9__1__Impl
+ // InternalAadl2Parser.g:35677:1: ( rule__AbstractImplementation__Group_10__2__Impl )
+ // InternalAadl2Parser.g:35678:2: rule__AbstractImplementation__Group_10__2__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_9__1__Impl();
+ rule__AbstractImplementation__Group_10__2__Impl();
state._fsp--;
@@ -138257,46 +136997,46 @@ public final void rule__AbstractImplementation__Group_9__1() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_9__1"
+ // $ANTLR end "rule__AbstractImplementation__Group_10__2"
- // $ANTLR start "rule__AbstractImplementation__Group_9__1__Impl"
- // InternalAadl2Parser.g:36067:1: rule__AbstractImplementation__Group_9__1__Impl : ( ( ( rule__AbstractImplementation__Alternatives_9_1 ) ) ( ( rule__AbstractImplementation__Alternatives_9_1 )* ) ) ;
- public final void rule__AbstractImplementation__Group_9__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_10__2__Impl"
+ // InternalAadl2Parser.g:35684:1: rule__AbstractImplementation__Group_10__2__Impl : ( ( ( rule__AbstractImplementation__Alternatives_10_2 ) ) ( ( rule__AbstractImplementation__Alternatives_10_2 )* ) ) ;
+ public final void rule__AbstractImplementation__Group_10__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36071:1: ( ( ( ( rule__AbstractImplementation__Alternatives_9_1 ) ) ( ( rule__AbstractImplementation__Alternatives_9_1 )* ) ) )
- // InternalAadl2Parser.g:36072:1: ( ( ( rule__AbstractImplementation__Alternatives_9_1 ) ) ( ( rule__AbstractImplementation__Alternatives_9_1 )* ) )
+ // InternalAadl2Parser.g:35688:1: ( ( ( ( rule__AbstractImplementation__Alternatives_10_2 ) ) ( ( rule__AbstractImplementation__Alternatives_10_2 )* ) ) )
+ // InternalAadl2Parser.g:35689:1: ( ( ( rule__AbstractImplementation__Alternatives_10_2 ) ) ( ( rule__AbstractImplementation__Alternatives_10_2 )* ) )
{
- // InternalAadl2Parser.g:36072:1: ( ( ( rule__AbstractImplementation__Alternatives_9_1 ) ) ( ( rule__AbstractImplementation__Alternatives_9_1 )* ) )
- // InternalAadl2Parser.g:36073:2: ( ( rule__AbstractImplementation__Alternatives_9_1 ) ) ( ( rule__AbstractImplementation__Alternatives_9_1 )* )
+ // InternalAadl2Parser.g:35689:1: ( ( ( rule__AbstractImplementation__Alternatives_10_2 ) ) ( ( rule__AbstractImplementation__Alternatives_10_2 )* ) )
+ // InternalAadl2Parser.g:35690:2: ( ( rule__AbstractImplementation__Alternatives_10_2 ) ) ( ( rule__AbstractImplementation__Alternatives_10_2 )* )
{
- // InternalAadl2Parser.g:36073:2: ( ( rule__AbstractImplementation__Alternatives_9_1 ) )
- // InternalAadl2Parser.g:36074:3: ( rule__AbstractImplementation__Alternatives_9_1 )
+ // InternalAadl2Parser.g:35690:2: ( ( rule__AbstractImplementation__Alternatives_10_2 ) )
+ // InternalAadl2Parser.g:35691:3: ( rule__AbstractImplementation__Alternatives_10_2 )
{
- before(grammarAccess.getAbstractImplementationAccess().getAlternatives_9_1());
- // InternalAadl2Parser.g:36075:3: ( rule__AbstractImplementation__Alternatives_9_1 )
- // InternalAadl2Parser.g:36075:4: rule__AbstractImplementation__Alternatives_9_1
+ before(grammarAccess.getAbstractImplementationAccess().getAlternatives_10_2());
+ // InternalAadl2Parser.g:35692:3: ( rule__AbstractImplementation__Alternatives_10_2 )
+ // InternalAadl2Parser.g:35692:4: rule__AbstractImplementation__Alternatives_10_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__AbstractImplementation__Alternatives_9_1();
+ rule__AbstractImplementation__Alternatives_10_2();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getAlternatives_9_1());
+ after(grammarAccess.getAbstractImplementationAccess().getAlternatives_10_2());
}
- // InternalAadl2Parser.g:36078:2: ( ( rule__AbstractImplementation__Alternatives_9_1 )* )
- // InternalAadl2Parser.g:36079:3: ( rule__AbstractImplementation__Alternatives_9_1 )*
+ // InternalAadl2Parser.g:35695:2: ( ( rule__AbstractImplementation__Alternatives_10_2 )* )
+ // InternalAadl2Parser.g:35696:3: ( rule__AbstractImplementation__Alternatives_10_2 )*
{
- before(grammarAccess.getAbstractImplementationAccess().getAlternatives_9_1());
- // InternalAadl2Parser.g:36080:3: ( rule__AbstractImplementation__Alternatives_9_1 )*
+ before(grammarAccess.getAbstractImplementationAccess().getAlternatives_10_2());
+ // InternalAadl2Parser.g:35697:3: ( rule__AbstractImplementation__Alternatives_10_2 )*
loop698:
do {
int alt698=2;
@@ -138309,10 +137049,10 @@ public final void rule__AbstractImplementation__Group_9__1__Impl() throws Recogn
switch (alt698) {
case 1 :
- // InternalAadl2Parser.g:36080:4: rule__AbstractImplementation__Alternatives_9_1
+ // InternalAadl2Parser.g:35697:4: rule__AbstractImplementation__Alternatives_10_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__AbstractImplementation__Alternatives_9_1();
+ rule__AbstractImplementation__Alternatives_10_2();
state._fsp--;
@@ -138325,7 +137065,7 @@ public final void rule__AbstractImplementation__Group_9__1__Impl() throws Recogn
}
} while (true);
- after(grammarAccess.getAbstractImplementationAccess().getAlternatives_9_1());
+ after(grammarAccess.getAbstractImplementationAccess().getAlternatives_10_2());
}
@@ -138347,26 +137087,26 @@ public final void rule__AbstractImplementation__Group_9__1__Impl() throws Recogn
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_9__1__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_10__2__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_10__0"
- // InternalAadl2Parser.g:36090:1: rule__AbstractImplementation__Group_10__0 : rule__AbstractImplementation__Group_10__0__Impl rule__AbstractImplementation__Group_10__1 ;
- public final void rule__AbstractImplementation__Group_10__0() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_11__0"
+ // InternalAadl2Parser.g:35707:1: rule__AbstractImplementation__Group_11__0 : rule__AbstractImplementation__Group_11__0__Impl rule__AbstractImplementation__Group_11__1 ;
+ public final void rule__AbstractImplementation__Group_11__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36094:1: ( rule__AbstractImplementation__Group_10__0__Impl rule__AbstractImplementation__Group_10__1 )
- // InternalAadl2Parser.g:36095:2: rule__AbstractImplementation__Group_10__0__Impl rule__AbstractImplementation__Group_10__1
+ // InternalAadl2Parser.g:35711:1: ( rule__AbstractImplementation__Group_11__0__Impl rule__AbstractImplementation__Group_11__1 )
+ // InternalAadl2Parser.g:35712:2: rule__AbstractImplementation__Group_11__0__Impl rule__AbstractImplementation__Group_11__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__AbstractImplementation__Group_10__0__Impl();
+ rule__AbstractImplementation__Group_11__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_10__1();
+ rule__AbstractImplementation__Group_11__1();
state._fsp--;
@@ -138385,25 +137125,25 @@ public final void rule__AbstractImplementation__Group_10__0() throws Recognition
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_10__0"
+ // $ANTLR end "rule__AbstractImplementation__Group_11__0"
- // $ANTLR start "rule__AbstractImplementation__Group_10__0__Impl"
- // InternalAadl2Parser.g:36102:1: rule__AbstractImplementation__Group_10__0__Impl : ( Calls ) ;
- public final void rule__AbstractImplementation__Group_10__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_11__0__Impl"
+ // InternalAadl2Parser.g:35719:1: rule__AbstractImplementation__Group_11__0__Impl : ( Calls ) ;
+ public final void rule__AbstractImplementation__Group_11__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36106:1: ( ( Calls ) )
- // InternalAadl2Parser.g:36107:1: ( Calls )
+ // InternalAadl2Parser.g:35723:1: ( ( Calls ) )
+ // InternalAadl2Parser.g:35724:1: ( Calls )
{
- // InternalAadl2Parser.g:36107:1: ( Calls )
- // InternalAadl2Parser.g:36108:2: Calls
+ // InternalAadl2Parser.g:35724:1: ( Calls )
+ // InternalAadl2Parser.g:35725:2: Calls
{
- before(grammarAccess.getAbstractImplementationAccess().getCallsKeyword_10_0());
+ before(grammarAccess.getAbstractImplementationAccess().getCallsKeyword_11_0());
match(input,Calls,FollowSets000.FOLLOW_2);
- after(grammarAccess.getAbstractImplementationAccess().getCallsKeyword_10_0());
+ after(grammarAccess.getAbstractImplementationAccess().getCallsKeyword_11_0());
}
@@ -138422,21 +137162,21 @@ public final void rule__AbstractImplementation__Group_10__0__Impl() throws Recog
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_10__0__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_11__0__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_10__1"
- // InternalAadl2Parser.g:36117:1: rule__AbstractImplementation__Group_10__1 : rule__AbstractImplementation__Group_10__1__Impl ;
- public final void rule__AbstractImplementation__Group_10__1() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_11__1"
+ // InternalAadl2Parser.g:35734:1: rule__AbstractImplementation__Group_11__1 : rule__AbstractImplementation__Group_11__1__Impl ;
+ public final void rule__AbstractImplementation__Group_11__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36121:1: ( rule__AbstractImplementation__Group_10__1__Impl )
- // InternalAadl2Parser.g:36122:2: rule__AbstractImplementation__Group_10__1__Impl
+ // InternalAadl2Parser.g:35738:1: ( rule__AbstractImplementation__Group_11__1__Impl )
+ // InternalAadl2Parser.g:35739:2: rule__AbstractImplementation__Group_11__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_10__1__Impl();
+ rule__AbstractImplementation__Group_11__1__Impl();
state._fsp--;
@@ -138455,35 +137195,35 @@ public final void rule__AbstractImplementation__Group_10__1() throws Recognition
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_10__1"
+ // $ANTLR end "rule__AbstractImplementation__Group_11__1"
- // $ANTLR start "rule__AbstractImplementation__Group_10__1__Impl"
- // InternalAadl2Parser.g:36128:1: rule__AbstractImplementation__Group_10__1__Impl : ( ( rule__AbstractImplementation__Alternatives_10_1 ) ) ;
- public final void rule__AbstractImplementation__Group_10__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_11__1__Impl"
+ // InternalAadl2Parser.g:35745:1: rule__AbstractImplementation__Group_11__1__Impl : ( ( rule__AbstractImplementation__Alternatives_11_1 ) ) ;
+ public final void rule__AbstractImplementation__Group_11__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36132:1: ( ( ( rule__AbstractImplementation__Alternatives_10_1 ) ) )
- // InternalAadl2Parser.g:36133:1: ( ( rule__AbstractImplementation__Alternatives_10_1 ) )
+ // InternalAadl2Parser.g:35749:1: ( ( ( rule__AbstractImplementation__Alternatives_11_1 ) ) )
+ // InternalAadl2Parser.g:35750:1: ( ( rule__AbstractImplementation__Alternatives_11_1 ) )
{
- // InternalAadl2Parser.g:36133:1: ( ( rule__AbstractImplementation__Alternatives_10_1 ) )
- // InternalAadl2Parser.g:36134:2: ( rule__AbstractImplementation__Alternatives_10_1 )
+ // InternalAadl2Parser.g:35750:1: ( ( rule__AbstractImplementation__Alternatives_11_1 ) )
+ // InternalAadl2Parser.g:35751:2: ( rule__AbstractImplementation__Alternatives_11_1 )
{
- before(grammarAccess.getAbstractImplementationAccess().getAlternatives_10_1());
- // InternalAadl2Parser.g:36135:2: ( rule__AbstractImplementation__Alternatives_10_1 )
- // InternalAadl2Parser.g:36135:3: rule__AbstractImplementation__Alternatives_10_1
+ before(grammarAccess.getAbstractImplementationAccess().getAlternatives_11_1());
+ // InternalAadl2Parser.g:35752:2: ( rule__AbstractImplementation__Alternatives_11_1 )
+ // InternalAadl2Parser.g:35752:3: rule__AbstractImplementation__Alternatives_11_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Alternatives_10_1();
+ rule__AbstractImplementation__Alternatives_11_1();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getAlternatives_10_1());
+ after(grammarAccess.getAbstractImplementationAccess().getAlternatives_11_1());
}
@@ -138502,26 +137242,26 @@ public final void rule__AbstractImplementation__Group_10__1__Impl() throws Recog
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_10__1__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_11__1__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_10_1_1__0"
- // InternalAadl2Parser.g:36144:1: rule__AbstractImplementation__Group_10_1_1__0 : rule__AbstractImplementation__Group_10_1_1__0__Impl rule__AbstractImplementation__Group_10_1_1__1 ;
- public final void rule__AbstractImplementation__Group_10_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_11_1_1__0"
+ // InternalAadl2Parser.g:35761:1: rule__AbstractImplementation__Group_11_1_1__0 : rule__AbstractImplementation__Group_11_1_1__0__Impl rule__AbstractImplementation__Group_11_1_1__1 ;
+ public final void rule__AbstractImplementation__Group_11_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36148:1: ( rule__AbstractImplementation__Group_10_1_1__0__Impl rule__AbstractImplementation__Group_10_1_1__1 )
- // InternalAadl2Parser.g:36149:2: rule__AbstractImplementation__Group_10_1_1__0__Impl rule__AbstractImplementation__Group_10_1_1__1
+ // InternalAadl2Parser.g:35765:1: ( rule__AbstractImplementation__Group_11_1_1__0__Impl rule__AbstractImplementation__Group_11_1_1__1 )
+ // InternalAadl2Parser.g:35766:2: rule__AbstractImplementation__Group_11_1_1__0__Impl rule__AbstractImplementation__Group_11_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__AbstractImplementation__Group_10_1_1__0__Impl();
+ rule__AbstractImplementation__Group_11_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_10_1_1__1();
+ rule__AbstractImplementation__Group_11_1_1__1();
state._fsp--;
@@ -138540,35 +137280,35 @@ public final void rule__AbstractImplementation__Group_10_1_1__0() throws Recogni
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_10_1_1__0"
+ // $ANTLR end "rule__AbstractImplementation__Group_11_1_1__0"
- // $ANTLR start "rule__AbstractImplementation__Group_10_1_1__0__Impl"
- // InternalAadl2Parser.g:36156:1: rule__AbstractImplementation__Group_10_1_1__0__Impl : ( ( rule__AbstractImplementation__NoCallsAssignment_10_1_1_0 ) ) ;
- public final void rule__AbstractImplementation__Group_10_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_11_1_1__0__Impl"
+ // InternalAadl2Parser.g:35773:1: rule__AbstractImplementation__Group_11_1_1__0__Impl : ( ( rule__AbstractImplementation__NoCallsAssignment_11_1_1_0 ) ) ;
+ public final void rule__AbstractImplementation__Group_11_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36160:1: ( ( ( rule__AbstractImplementation__NoCallsAssignment_10_1_1_0 ) ) )
- // InternalAadl2Parser.g:36161:1: ( ( rule__AbstractImplementation__NoCallsAssignment_10_1_1_0 ) )
+ // InternalAadl2Parser.g:35777:1: ( ( ( rule__AbstractImplementation__NoCallsAssignment_11_1_1_0 ) ) )
+ // InternalAadl2Parser.g:35778:1: ( ( rule__AbstractImplementation__NoCallsAssignment_11_1_1_0 ) )
{
- // InternalAadl2Parser.g:36161:1: ( ( rule__AbstractImplementation__NoCallsAssignment_10_1_1_0 ) )
- // InternalAadl2Parser.g:36162:2: ( rule__AbstractImplementation__NoCallsAssignment_10_1_1_0 )
+ // InternalAadl2Parser.g:35778:1: ( ( rule__AbstractImplementation__NoCallsAssignment_11_1_1_0 ) )
+ // InternalAadl2Parser.g:35779:2: ( rule__AbstractImplementation__NoCallsAssignment_11_1_1_0 )
{
- before(grammarAccess.getAbstractImplementationAccess().getNoCallsAssignment_10_1_1_0());
- // InternalAadl2Parser.g:36163:2: ( rule__AbstractImplementation__NoCallsAssignment_10_1_1_0 )
- // InternalAadl2Parser.g:36163:3: rule__AbstractImplementation__NoCallsAssignment_10_1_1_0
+ before(grammarAccess.getAbstractImplementationAccess().getNoCallsAssignment_11_1_1_0());
+ // InternalAadl2Parser.g:35780:2: ( rule__AbstractImplementation__NoCallsAssignment_11_1_1_0 )
+ // InternalAadl2Parser.g:35780:3: rule__AbstractImplementation__NoCallsAssignment_11_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__NoCallsAssignment_10_1_1_0();
+ rule__AbstractImplementation__NoCallsAssignment_11_1_1_0();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getNoCallsAssignment_10_1_1_0());
+ after(grammarAccess.getAbstractImplementationAccess().getNoCallsAssignment_11_1_1_0());
}
@@ -138587,21 +137327,21 @@ public final void rule__AbstractImplementation__Group_10_1_1__0__Impl() throws R
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_10_1_1__0__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_11_1_1__0__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_10_1_1__1"
- // InternalAadl2Parser.g:36171:1: rule__AbstractImplementation__Group_10_1_1__1 : rule__AbstractImplementation__Group_10_1_1__1__Impl ;
- public final void rule__AbstractImplementation__Group_10_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_11_1_1__1"
+ // InternalAadl2Parser.g:35788:1: rule__AbstractImplementation__Group_11_1_1__1 : rule__AbstractImplementation__Group_11_1_1__1__Impl ;
+ public final void rule__AbstractImplementation__Group_11_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36175:1: ( rule__AbstractImplementation__Group_10_1_1__1__Impl )
- // InternalAadl2Parser.g:36176:2: rule__AbstractImplementation__Group_10_1_1__1__Impl
+ // InternalAadl2Parser.g:35792:1: ( rule__AbstractImplementation__Group_11_1_1__1__Impl )
+ // InternalAadl2Parser.g:35793:2: rule__AbstractImplementation__Group_11_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_10_1_1__1__Impl();
+ rule__AbstractImplementation__Group_11_1_1__1__Impl();
state._fsp--;
@@ -138620,25 +137360,25 @@ public final void rule__AbstractImplementation__Group_10_1_1__1() throws Recogni
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_10_1_1__1"
+ // $ANTLR end "rule__AbstractImplementation__Group_11_1_1__1"
- // $ANTLR start "rule__AbstractImplementation__Group_10_1_1__1__Impl"
- // InternalAadl2Parser.g:36182:1: rule__AbstractImplementation__Group_10_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__AbstractImplementation__Group_10_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_11_1_1__1__Impl"
+ // InternalAadl2Parser.g:35799:1: rule__AbstractImplementation__Group_11_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__AbstractImplementation__Group_11_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36186:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:36187:1: ( Semicolon )
+ // InternalAadl2Parser.g:35803:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:35804:1: ( Semicolon )
{
- // InternalAadl2Parser.g:36187:1: ( Semicolon )
- // InternalAadl2Parser.g:36188:2: Semicolon
+ // InternalAadl2Parser.g:35804:1: ( Semicolon )
+ // InternalAadl2Parser.g:35805:2: Semicolon
{
- before(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_10_1_1_1());
+ before(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_11_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_10_1_1_1());
+ after(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_11_1_1_1());
}
@@ -138657,26 +137397,26 @@ public final void rule__AbstractImplementation__Group_10_1_1__1__Impl() throws R
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_10_1_1__1__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_11_1_1__1__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_11__0"
- // InternalAadl2Parser.g:36198:1: rule__AbstractImplementation__Group_11__0 : rule__AbstractImplementation__Group_11__0__Impl rule__AbstractImplementation__Group_11__1 ;
- public final void rule__AbstractImplementation__Group_11__0() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_12__0"
+ // InternalAadl2Parser.g:35815:1: rule__AbstractImplementation__Group_12__0 : rule__AbstractImplementation__Group_12__0__Impl rule__AbstractImplementation__Group_12__1 ;
+ public final void rule__AbstractImplementation__Group_12__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36202:1: ( rule__AbstractImplementation__Group_11__0__Impl rule__AbstractImplementation__Group_11__1 )
- // InternalAadl2Parser.g:36203:2: rule__AbstractImplementation__Group_11__0__Impl rule__AbstractImplementation__Group_11__1
+ // InternalAadl2Parser.g:35819:1: ( rule__AbstractImplementation__Group_12__0__Impl rule__AbstractImplementation__Group_12__1 )
+ // InternalAadl2Parser.g:35820:2: rule__AbstractImplementation__Group_12__0__Impl rule__AbstractImplementation__Group_12__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__AbstractImplementation__Group_11__0__Impl();
+ rule__AbstractImplementation__Group_12__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_11__1();
+ rule__AbstractImplementation__Group_12__1();
state._fsp--;
@@ -138695,25 +137435,25 @@ public final void rule__AbstractImplementation__Group_11__0() throws Recognition
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_11__0"
+ // $ANTLR end "rule__AbstractImplementation__Group_12__0"
- // $ANTLR start "rule__AbstractImplementation__Group_11__0__Impl"
- // InternalAadl2Parser.g:36210:1: rule__AbstractImplementation__Group_11__0__Impl : ( Connections ) ;
- public final void rule__AbstractImplementation__Group_11__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_12__0__Impl"
+ // InternalAadl2Parser.g:35827:1: rule__AbstractImplementation__Group_12__0__Impl : ( Connections ) ;
+ public final void rule__AbstractImplementation__Group_12__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36214:1: ( ( Connections ) )
- // InternalAadl2Parser.g:36215:1: ( Connections )
+ // InternalAadl2Parser.g:35831:1: ( ( Connections ) )
+ // InternalAadl2Parser.g:35832:1: ( Connections )
{
- // InternalAadl2Parser.g:36215:1: ( Connections )
- // InternalAadl2Parser.g:36216:2: Connections
+ // InternalAadl2Parser.g:35832:1: ( Connections )
+ // InternalAadl2Parser.g:35833:2: Connections
{
- before(grammarAccess.getAbstractImplementationAccess().getConnectionsKeyword_11_0());
+ before(grammarAccess.getAbstractImplementationAccess().getConnectionsKeyword_12_0());
match(input,Connections,FollowSets000.FOLLOW_2);
- after(grammarAccess.getAbstractImplementationAccess().getConnectionsKeyword_11_0());
+ after(grammarAccess.getAbstractImplementationAccess().getConnectionsKeyword_12_0());
}
@@ -138732,21 +137472,21 @@ public final void rule__AbstractImplementation__Group_11__0__Impl() throws Recog
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_11__0__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_12__0__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_11__1"
- // InternalAadl2Parser.g:36225:1: rule__AbstractImplementation__Group_11__1 : rule__AbstractImplementation__Group_11__1__Impl ;
- public final void rule__AbstractImplementation__Group_11__1() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_12__1"
+ // InternalAadl2Parser.g:35842:1: rule__AbstractImplementation__Group_12__1 : rule__AbstractImplementation__Group_12__1__Impl ;
+ public final void rule__AbstractImplementation__Group_12__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36229:1: ( rule__AbstractImplementation__Group_11__1__Impl )
- // InternalAadl2Parser.g:36230:2: rule__AbstractImplementation__Group_11__1__Impl
+ // InternalAadl2Parser.g:35846:1: ( rule__AbstractImplementation__Group_12__1__Impl )
+ // InternalAadl2Parser.g:35847:2: rule__AbstractImplementation__Group_12__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_11__1__Impl();
+ rule__AbstractImplementation__Group_12__1__Impl();
state._fsp--;
@@ -138765,35 +137505,35 @@ public final void rule__AbstractImplementation__Group_11__1() throws Recognition
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_11__1"
+ // $ANTLR end "rule__AbstractImplementation__Group_12__1"
- // $ANTLR start "rule__AbstractImplementation__Group_11__1__Impl"
- // InternalAadl2Parser.g:36236:1: rule__AbstractImplementation__Group_11__1__Impl : ( ( rule__AbstractImplementation__Alternatives_11_1 ) ) ;
- public final void rule__AbstractImplementation__Group_11__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_12__1__Impl"
+ // InternalAadl2Parser.g:35853:1: rule__AbstractImplementation__Group_12__1__Impl : ( ( rule__AbstractImplementation__Alternatives_12_1 ) ) ;
+ public final void rule__AbstractImplementation__Group_12__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36240:1: ( ( ( rule__AbstractImplementation__Alternatives_11_1 ) ) )
- // InternalAadl2Parser.g:36241:1: ( ( rule__AbstractImplementation__Alternatives_11_1 ) )
+ // InternalAadl2Parser.g:35857:1: ( ( ( rule__AbstractImplementation__Alternatives_12_1 ) ) )
+ // InternalAadl2Parser.g:35858:1: ( ( rule__AbstractImplementation__Alternatives_12_1 ) )
{
- // InternalAadl2Parser.g:36241:1: ( ( rule__AbstractImplementation__Alternatives_11_1 ) )
- // InternalAadl2Parser.g:36242:2: ( rule__AbstractImplementation__Alternatives_11_1 )
+ // InternalAadl2Parser.g:35858:1: ( ( rule__AbstractImplementation__Alternatives_12_1 ) )
+ // InternalAadl2Parser.g:35859:2: ( rule__AbstractImplementation__Alternatives_12_1 )
{
- before(grammarAccess.getAbstractImplementationAccess().getAlternatives_11_1());
- // InternalAadl2Parser.g:36243:2: ( rule__AbstractImplementation__Alternatives_11_1 )
- // InternalAadl2Parser.g:36243:3: rule__AbstractImplementation__Alternatives_11_1
+ before(grammarAccess.getAbstractImplementationAccess().getAlternatives_12_1());
+ // InternalAadl2Parser.g:35860:2: ( rule__AbstractImplementation__Alternatives_12_1 )
+ // InternalAadl2Parser.g:35860:3: rule__AbstractImplementation__Alternatives_12_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Alternatives_11_1();
+ rule__AbstractImplementation__Alternatives_12_1();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getAlternatives_11_1());
+ after(grammarAccess.getAbstractImplementationAccess().getAlternatives_12_1());
}
@@ -138812,26 +137552,26 @@ public final void rule__AbstractImplementation__Group_11__1__Impl() throws Recog
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_11__1__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_12__1__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_11_1_1__0"
- // InternalAadl2Parser.g:36252:1: rule__AbstractImplementation__Group_11_1_1__0 : rule__AbstractImplementation__Group_11_1_1__0__Impl rule__AbstractImplementation__Group_11_1_1__1 ;
- public final void rule__AbstractImplementation__Group_11_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_12_1_1__0"
+ // InternalAadl2Parser.g:35869:1: rule__AbstractImplementation__Group_12_1_1__0 : rule__AbstractImplementation__Group_12_1_1__0__Impl rule__AbstractImplementation__Group_12_1_1__1 ;
+ public final void rule__AbstractImplementation__Group_12_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36256:1: ( rule__AbstractImplementation__Group_11_1_1__0__Impl rule__AbstractImplementation__Group_11_1_1__1 )
- // InternalAadl2Parser.g:36257:2: rule__AbstractImplementation__Group_11_1_1__0__Impl rule__AbstractImplementation__Group_11_1_1__1
+ // InternalAadl2Parser.g:35873:1: ( rule__AbstractImplementation__Group_12_1_1__0__Impl rule__AbstractImplementation__Group_12_1_1__1 )
+ // InternalAadl2Parser.g:35874:2: rule__AbstractImplementation__Group_12_1_1__0__Impl rule__AbstractImplementation__Group_12_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__AbstractImplementation__Group_11_1_1__0__Impl();
+ rule__AbstractImplementation__Group_12_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_11_1_1__1();
+ rule__AbstractImplementation__Group_12_1_1__1();
state._fsp--;
@@ -138850,35 +137590,35 @@ public final void rule__AbstractImplementation__Group_11_1_1__0() throws Recogni
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_11_1_1__0"
+ // $ANTLR end "rule__AbstractImplementation__Group_12_1_1__0"
- // $ANTLR start "rule__AbstractImplementation__Group_11_1_1__0__Impl"
- // InternalAadl2Parser.g:36264:1: rule__AbstractImplementation__Group_11_1_1__0__Impl : ( ( rule__AbstractImplementation__NoConnectionsAssignment_11_1_1_0 ) ) ;
- public final void rule__AbstractImplementation__Group_11_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_12_1_1__0__Impl"
+ // InternalAadl2Parser.g:35881:1: rule__AbstractImplementation__Group_12_1_1__0__Impl : ( ( rule__AbstractImplementation__NoConnectionsAssignment_12_1_1_0 ) ) ;
+ public final void rule__AbstractImplementation__Group_12_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36268:1: ( ( ( rule__AbstractImplementation__NoConnectionsAssignment_11_1_1_0 ) ) )
- // InternalAadl2Parser.g:36269:1: ( ( rule__AbstractImplementation__NoConnectionsAssignment_11_1_1_0 ) )
+ // InternalAadl2Parser.g:35885:1: ( ( ( rule__AbstractImplementation__NoConnectionsAssignment_12_1_1_0 ) ) )
+ // InternalAadl2Parser.g:35886:1: ( ( rule__AbstractImplementation__NoConnectionsAssignment_12_1_1_0 ) )
{
- // InternalAadl2Parser.g:36269:1: ( ( rule__AbstractImplementation__NoConnectionsAssignment_11_1_1_0 ) )
- // InternalAadl2Parser.g:36270:2: ( rule__AbstractImplementation__NoConnectionsAssignment_11_1_1_0 )
+ // InternalAadl2Parser.g:35886:1: ( ( rule__AbstractImplementation__NoConnectionsAssignment_12_1_1_0 ) )
+ // InternalAadl2Parser.g:35887:2: ( rule__AbstractImplementation__NoConnectionsAssignment_12_1_1_0 )
{
- before(grammarAccess.getAbstractImplementationAccess().getNoConnectionsAssignment_11_1_1_0());
- // InternalAadl2Parser.g:36271:2: ( rule__AbstractImplementation__NoConnectionsAssignment_11_1_1_0 )
- // InternalAadl2Parser.g:36271:3: rule__AbstractImplementation__NoConnectionsAssignment_11_1_1_0
+ before(grammarAccess.getAbstractImplementationAccess().getNoConnectionsAssignment_12_1_1_0());
+ // InternalAadl2Parser.g:35888:2: ( rule__AbstractImplementation__NoConnectionsAssignment_12_1_1_0 )
+ // InternalAadl2Parser.g:35888:3: rule__AbstractImplementation__NoConnectionsAssignment_12_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__NoConnectionsAssignment_11_1_1_0();
+ rule__AbstractImplementation__NoConnectionsAssignment_12_1_1_0();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getNoConnectionsAssignment_11_1_1_0());
+ after(grammarAccess.getAbstractImplementationAccess().getNoConnectionsAssignment_12_1_1_0());
}
@@ -138897,21 +137637,21 @@ public final void rule__AbstractImplementation__Group_11_1_1__0__Impl() throws R
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_11_1_1__0__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_12_1_1__0__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_11_1_1__1"
- // InternalAadl2Parser.g:36279:1: rule__AbstractImplementation__Group_11_1_1__1 : rule__AbstractImplementation__Group_11_1_1__1__Impl ;
- public final void rule__AbstractImplementation__Group_11_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_12_1_1__1"
+ // InternalAadl2Parser.g:35896:1: rule__AbstractImplementation__Group_12_1_1__1 : rule__AbstractImplementation__Group_12_1_1__1__Impl ;
+ public final void rule__AbstractImplementation__Group_12_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36283:1: ( rule__AbstractImplementation__Group_11_1_1__1__Impl )
- // InternalAadl2Parser.g:36284:2: rule__AbstractImplementation__Group_11_1_1__1__Impl
+ // InternalAadl2Parser.g:35900:1: ( rule__AbstractImplementation__Group_12_1_1__1__Impl )
+ // InternalAadl2Parser.g:35901:2: rule__AbstractImplementation__Group_12_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_11_1_1__1__Impl();
+ rule__AbstractImplementation__Group_12_1_1__1__Impl();
state._fsp--;
@@ -138930,25 +137670,25 @@ public final void rule__AbstractImplementation__Group_11_1_1__1() throws Recogni
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_11_1_1__1"
+ // $ANTLR end "rule__AbstractImplementation__Group_12_1_1__1"
- // $ANTLR start "rule__AbstractImplementation__Group_11_1_1__1__Impl"
- // InternalAadl2Parser.g:36290:1: rule__AbstractImplementation__Group_11_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__AbstractImplementation__Group_11_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_12_1_1__1__Impl"
+ // InternalAadl2Parser.g:35907:1: rule__AbstractImplementation__Group_12_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__AbstractImplementation__Group_12_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36294:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:36295:1: ( Semicolon )
+ // InternalAadl2Parser.g:35911:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:35912:1: ( Semicolon )
{
- // InternalAadl2Parser.g:36295:1: ( Semicolon )
- // InternalAadl2Parser.g:36296:2: Semicolon
+ // InternalAadl2Parser.g:35912:1: ( Semicolon )
+ // InternalAadl2Parser.g:35913:2: Semicolon
{
- before(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_11_1_1_1());
+ before(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_12_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_11_1_1_1());
+ after(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_12_1_1_1());
}
@@ -138967,26 +137707,26 @@ public final void rule__AbstractImplementation__Group_11_1_1__1__Impl() throws R
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_11_1_1__1__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_12_1_1__1__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_12__0"
- // InternalAadl2Parser.g:36306:1: rule__AbstractImplementation__Group_12__0 : rule__AbstractImplementation__Group_12__0__Impl rule__AbstractImplementation__Group_12__1 ;
- public final void rule__AbstractImplementation__Group_12__0() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_13__0"
+ // InternalAadl2Parser.g:35923:1: rule__AbstractImplementation__Group_13__0 : rule__AbstractImplementation__Group_13__0__Impl rule__AbstractImplementation__Group_13__1 ;
+ public final void rule__AbstractImplementation__Group_13__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36310:1: ( rule__AbstractImplementation__Group_12__0__Impl rule__AbstractImplementation__Group_12__1 )
- // InternalAadl2Parser.g:36311:2: rule__AbstractImplementation__Group_12__0__Impl rule__AbstractImplementation__Group_12__1
+ // InternalAadl2Parser.g:35927:1: ( rule__AbstractImplementation__Group_13__0__Impl rule__AbstractImplementation__Group_13__1 )
+ // InternalAadl2Parser.g:35928:2: rule__AbstractImplementation__Group_13__0__Impl rule__AbstractImplementation__Group_13__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__AbstractImplementation__Group_12__0__Impl();
+ rule__AbstractImplementation__Group_13__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_12__1();
+ rule__AbstractImplementation__Group_13__1();
state._fsp--;
@@ -139005,25 +137745,25 @@ public final void rule__AbstractImplementation__Group_12__0() throws Recognition
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_12__0"
+ // $ANTLR end "rule__AbstractImplementation__Group_13__0"
- // $ANTLR start "rule__AbstractImplementation__Group_12__0__Impl"
- // InternalAadl2Parser.g:36318:1: rule__AbstractImplementation__Group_12__0__Impl : ( Flows ) ;
- public final void rule__AbstractImplementation__Group_12__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_13__0__Impl"
+ // InternalAadl2Parser.g:35935:1: rule__AbstractImplementation__Group_13__0__Impl : ( Flows ) ;
+ public final void rule__AbstractImplementation__Group_13__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36322:1: ( ( Flows ) )
- // InternalAadl2Parser.g:36323:1: ( Flows )
+ // InternalAadl2Parser.g:35939:1: ( ( Flows ) )
+ // InternalAadl2Parser.g:35940:1: ( Flows )
{
- // InternalAadl2Parser.g:36323:1: ( Flows )
- // InternalAadl2Parser.g:36324:2: Flows
+ // InternalAadl2Parser.g:35940:1: ( Flows )
+ // InternalAadl2Parser.g:35941:2: Flows
{
- before(grammarAccess.getAbstractImplementationAccess().getFlowsKeyword_12_0());
+ before(grammarAccess.getAbstractImplementationAccess().getFlowsKeyword_13_0());
match(input,Flows,FollowSets000.FOLLOW_2);
- after(grammarAccess.getAbstractImplementationAccess().getFlowsKeyword_12_0());
+ after(grammarAccess.getAbstractImplementationAccess().getFlowsKeyword_13_0());
}
@@ -139042,21 +137782,21 @@ public final void rule__AbstractImplementation__Group_12__0__Impl() throws Recog
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_12__0__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_13__0__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_12__1"
- // InternalAadl2Parser.g:36333:1: rule__AbstractImplementation__Group_12__1 : rule__AbstractImplementation__Group_12__1__Impl ;
- public final void rule__AbstractImplementation__Group_12__1() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_13__1"
+ // InternalAadl2Parser.g:35950:1: rule__AbstractImplementation__Group_13__1 : rule__AbstractImplementation__Group_13__1__Impl ;
+ public final void rule__AbstractImplementation__Group_13__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36337:1: ( rule__AbstractImplementation__Group_12__1__Impl )
- // InternalAadl2Parser.g:36338:2: rule__AbstractImplementation__Group_12__1__Impl
+ // InternalAadl2Parser.g:35954:1: ( rule__AbstractImplementation__Group_13__1__Impl )
+ // InternalAadl2Parser.g:35955:2: rule__AbstractImplementation__Group_13__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_12__1__Impl();
+ rule__AbstractImplementation__Group_13__1__Impl();
state._fsp--;
@@ -139075,35 +137815,35 @@ public final void rule__AbstractImplementation__Group_12__1() throws Recognition
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_12__1"
+ // $ANTLR end "rule__AbstractImplementation__Group_13__1"
- // $ANTLR start "rule__AbstractImplementation__Group_12__1__Impl"
- // InternalAadl2Parser.g:36344:1: rule__AbstractImplementation__Group_12__1__Impl : ( ( rule__AbstractImplementation__Alternatives_12_1 ) ) ;
- public final void rule__AbstractImplementation__Group_12__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_13__1__Impl"
+ // InternalAadl2Parser.g:35961:1: rule__AbstractImplementation__Group_13__1__Impl : ( ( rule__AbstractImplementation__Alternatives_13_1 ) ) ;
+ public final void rule__AbstractImplementation__Group_13__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36348:1: ( ( ( rule__AbstractImplementation__Alternatives_12_1 ) ) )
- // InternalAadl2Parser.g:36349:1: ( ( rule__AbstractImplementation__Alternatives_12_1 ) )
+ // InternalAadl2Parser.g:35965:1: ( ( ( rule__AbstractImplementation__Alternatives_13_1 ) ) )
+ // InternalAadl2Parser.g:35966:1: ( ( rule__AbstractImplementation__Alternatives_13_1 ) )
{
- // InternalAadl2Parser.g:36349:1: ( ( rule__AbstractImplementation__Alternatives_12_1 ) )
- // InternalAadl2Parser.g:36350:2: ( rule__AbstractImplementation__Alternatives_12_1 )
+ // InternalAadl2Parser.g:35966:1: ( ( rule__AbstractImplementation__Alternatives_13_1 ) )
+ // InternalAadl2Parser.g:35967:2: ( rule__AbstractImplementation__Alternatives_13_1 )
{
- before(grammarAccess.getAbstractImplementationAccess().getAlternatives_12_1());
- // InternalAadl2Parser.g:36351:2: ( rule__AbstractImplementation__Alternatives_12_1 )
- // InternalAadl2Parser.g:36351:3: rule__AbstractImplementation__Alternatives_12_1
+ before(grammarAccess.getAbstractImplementationAccess().getAlternatives_13_1());
+ // InternalAadl2Parser.g:35968:2: ( rule__AbstractImplementation__Alternatives_13_1 )
+ // InternalAadl2Parser.g:35968:3: rule__AbstractImplementation__Alternatives_13_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Alternatives_12_1();
+ rule__AbstractImplementation__Alternatives_13_1();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getAlternatives_12_1());
+ after(grammarAccess.getAbstractImplementationAccess().getAlternatives_13_1());
}
@@ -139122,26 +137862,26 @@ public final void rule__AbstractImplementation__Group_12__1__Impl() throws Recog
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_12__1__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_13__1__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_12_1_1__0"
- // InternalAadl2Parser.g:36360:1: rule__AbstractImplementation__Group_12_1_1__0 : rule__AbstractImplementation__Group_12_1_1__0__Impl rule__AbstractImplementation__Group_12_1_1__1 ;
- public final void rule__AbstractImplementation__Group_12_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_13_1_1__0"
+ // InternalAadl2Parser.g:35977:1: rule__AbstractImplementation__Group_13_1_1__0 : rule__AbstractImplementation__Group_13_1_1__0__Impl rule__AbstractImplementation__Group_13_1_1__1 ;
+ public final void rule__AbstractImplementation__Group_13_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36364:1: ( rule__AbstractImplementation__Group_12_1_1__0__Impl rule__AbstractImplementation__Group_12_1_1__1 )
- // InternalAadl2Parser.g:36365:2: rule__AbstractImplementation__Group_12_1_1__0__Impl rule__AbstractImplementation__Group_12_1_1__1
+ // InternalAadl2Parser.g:35981:1: ( rule__AbstractImplementation__Group_13_1_1__0__Impl rule__AbstractImplementation__Group_13_1_1__1 )
+ // InternalAadl2Parser.g:35982:2: rule__AbstractImplementation__Group_13_1_1__0__Impl rule__AbstractImplementation__Group_13_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__AbstractImplementation__Group_12_1_1__0__Impl();
+ rule__AbstractImplementation__Group_13_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_12_1_1__1();
+ rule__AbstractImplementation__Group_13_1_1__1();
state._fsp--;
@@ -139160,35 +137900,35 @@ public final void rule__AbstractImplementation__Group_12_1_1__0() throws Recogni
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_12_1_1__0"
+ // $ANTLR end "rule__AbstractImplementation__Group_13_1_1__0"
- // $ANTLR start "rule__AbstractImplementation__Group_12_1_1__0__Impl"
- // InternalAadl2Parser.g:36372:1: rule__AbstractImplementation__Group_12_1_1__0__Impl : ( ( rule__AbstractImplementation__NoFlowsAssignment_12_1_1_0 ) ) ;
- public final void rule__AbstractImplementation__Group_12_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_13_1_1__0__Impl"
+ // InternalAadl2Parser.g:35989:1: rule__AbstractImplementation__Group_13_1_1__0__Impl : ( ( rule__AbstractImplementation__NoFlowsAssignment_13_1_1_0 ) ) ;
+ public final void rule__AbstractImplementation__Group_13_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36376:1: ( ( ( rule__AbstractImplementation__NoFlowsAssignment_12_1_1_0 ) ) )
- // InternalAadl2Parser.g:36377:1: ( ( rule__AbstractImplementation__NoFlowsAssignment_12_1_1_0 ) )
+ // InternalAadl2Parser.g:35993:1: ( ( ( rule__AbstractImplementation__NoFlowsAssignment_13_1_1_0 ) ) )
+ // InternalAadl2Parser.g:35994:1: ( ( rule__AbstractImplementation__NoFlowsAssignment_13_1_1_0 ) )
{
- // InternalAadl2Parser.g:36377:1: ( ( rule__AbstractImplementation__NoFlowsAssignment_12_1_1_0 ) )
- // InternalAadl2Parser.g:36378:2: ( rule__AbstractImplementation__NoFlowsAssignment_12_1_1_0 )
+ // InternalAadl2Parser.g:35994:1: ( ( rule__AbstractImplementation__NoFlowsAssignment_13_1_1_0 ) )
+ // InternalAadl2Parser.g:35995:2: ( rule__AbstractImplementation__NoFlowsAssignment_13_1_1_0 )
{
- before(grammarAccess.getAbstractImplementationAccess().getNoFlowsAssignment_12_1_1_0());
- // InternalAadl2Parser.g:36379:2: ( rule__AbstractImplementation__NoFlowsAssignment_12_1_1_0 )
- // InternalAadl2Parser.g:36379:3: rule__AbstractImplementation__NoFlowsAssignment_12_1_1_0
+ before(grammarAccess.getAbstractImplementationAccess().getNoFlowsAssignment_13_1_1_0());
+ // InternalAadl2Parser.g:35996:2: ( rule__AbstractImplementation__NoFlowsAssignment_13_1_1_0 )
+ // InternalAadl2Parser.g:35996:3: rule__AbstractImplementation__NoFlowsAssignment_13_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__NoFlowsAssignment_12_1_1_0();
+ rule__AbstractImplementation__NoFlowsAssignment_13_1_1_0();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getNoFlowsAssignment_12_1_1_0());
+ after(grammarAccess.getAbstractImplementationAccess().getNoFlowsAssignment_13_1_1_0());
}
@@ -139207,21 +137947,21 @@ public final void rule__AbstractImplementation__Group_12_1_1__0__Impl() throws R
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_12_1_1__0__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_13_1_1__0__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_12_1_1__1"
- // InternalAadl2Parser.g:36387:1: rule__AbstractImplementation__Group_12_1_1__1 : rule__AbstractImplementation__Group_12_1_1__1__Impl ;
- public final void rule__AbstractImplementation__Group_12_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_13_1_1__1"
+ // InternalAadl2Parser.g:36004:1: rule__AbstractImplementation__Group_13_1_1__1 : rule__AbstractImplementation__Group_13_1_1__1__Impl ;
+ public final void rule__AbstractImplementation__Group_13_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36391:1: ( rule__AbstractImplementation__Group_12_1_1__1__Impl )
- // InternalAadl2Parser.g:36392:2: rule__AbstractImplementation__Group_12_1_1__1__Impl
+ // InternalAadl2Parser.g:36008:1: ( rule__AbstractImplementation__Group_13_1_1__1__Impl )
+ // InternalAadl2Parser.g:36009:2: rule__AbstractImplementation__Group_13_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_12_1_1__1__Impl();
+ rule__AbstractImplementation__Group_13_1_1__1__Impl();
state._fsp--;
@@ -139240,25 +137980,25 @@ public final void rule__AbstractImplementation__Group_12_1_1__1() throws Recogni
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_12_1_1__1"
+ // $ANTLR end "rule__AbstractImplementation__Group_13_1_1__1"
- // $ANTLR start "rule__AbstractImplementation__Group_12_1_1__1__Impl"
- // InternalAadl2Parser.g:36398:1: rule__AbstractImplementation__Group_12_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__AbstractImplementation__Group_12_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_13_1_1__1__Impl"
+ // InternalAadl2Parser.g:36015:1: rule__AbstractImplementation__Group_13_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__AbstractImplementation__Group_13_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36402:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:36403:1: ( Semicolon )
+ // InternalAadl2Parser.g:36019:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:36020:1: ( Semicolon )
{
- // InternalAadl2Parser.g:36403:1: ( Semicolon )
- // InternalAadl2Parser.g:36404:2: Semicolon
+ // InternalAadl2Parser.g:36020:1: ( Semicolon )
+ // InternalAadl2Parser.g:36021:2: Semicolon
{
- before(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_12_1_1_1());
+ before(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_13_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_12_1_1_1());
+ after(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_13_1_1_1());
}
@@ -139277,26 +138017,26 @@ public final void rule__AbstractImplementation__Group_12_1_1__1__Impl() throws R
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_12_1_1__1__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_13_1_1__1__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_13__0"
- // InternalAadl2Parser.g:36414:1: rule__AbstractImplementation__Group_13__0 : rule__AbstractImplementation__Group_13__0__Impl rule__AbstractImplementation__Group_13__1 ;
- public final void rule__AbstractImplementation__Group_13__0() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_14__0"
+ // InternalAadl2Parser.g:36031:1: rule__AbstractImplementation__Group_14__0 : rule__AbstractImplementation__Group_14__0__Impl rule__AbstractImplementation__Group_14__1 ;
+ public final void rule__AbstractImplementation__Group_14__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36418:1: ( rule__AbstractImplementation__Group_13__0__Impl rule__AbstractImplementation__Group_13__1 )
- // InternalAadl2Parser.g:36419:2: rule__AbstractImplementation__Group_13__0__Impl rule__AbstractImplementation__Group_13__1
+ // InternalAadl2Parser.g:36035:1: ( rule__AbstractImplementation__Group_14__0__Impl rule__AbstractImplementation__Group_14__1 )
+ // InternalAadl2Parser.g:36036:2: rule__AbstractImplementation__Group_14__0__Impl rule__AbstractImplementation__Group_14__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__AbstractImplementation__Group_13__0__Impl();
+ rule__AbstractImplementation__Group_14__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_13__1();
+ rule__AbstractImplementation__Group_14__1();
state._fsp--;
@@ -139315,25 +138055,25 @@ public final void rule__AbstractImplementation__Group_13__0() throws Recognition
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_13__0"
+ // $ANTLR end "rule__AbstractImplementation__Group_14__0"
- // $ANTLR start "rule__AbstractImplementation__Group_13__0__Impl"
- // InternalAadl2Parser.g:36426:1: rule__AbstractImplementation__Group_13__0__Impl : ( Modes ) ;
- public final void rule__AbstractImplementation__Group_13__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_14__0__Impl"
+ // InternalAadl2Parser.g:36043:1: rule__AbstractImplementation__Group_14__0__Impl : ( Modes ) ;
+ public final void rule__AbstractImplementation__Group_14__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36430:1: ( ( Modes ) )
- // InternalAadl2Parser.g:36431:1: ( Modes )
+ // InternalAadl2Parser.g:36047:1: ( ( Modes ) )
+ // InternalAadl2Parser.g:36048:1: ( Modes )
{
- // InternalAadl2Parser.g:36431:1: ( Modes )
- // InternalAadl2Parser.g:36432:2: Modes
+ // InternalAadl2Parser.g:36048:1: ( Modes )
+ // InternalAadl2Parser.g:36049:2: Modes
{
- before(grammarAccess.getAbstractImplementationAccess().getModesKeyword_13_0());
+ before(grammarAccess.getAbstractImplementationAccess().getModesKeyword_14_0());
match(input,Modes,FollowSets000.FOLLOW_2);
- after(grammarAccess.getAbstractImplementationAccess().getModesKeyword_13_0());
+ after(grammarAccess.getAbstractImplementationAccess().getModesKeyword_14_0());
}
@@ -139352,21 +138092,21 @@ public final void rule__AbstractImplementation__Group_13__0__Impl() throws Recog
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_13__0__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_14__0__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_13__1"
- // InternalAadl2Parser.g:36441:1: rule__AbstractImplementation__Group_13__1 : rule__AbstractImplementation__Group_13__1__Impl ;
- public final void rule__AbstractImplementation__Group_13__1() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_14__1"
+ // InternalAadl2Parser.g:36058:1: rule__AbstractImplementation__Group_14__1 : rule__AbstractImplementation__Group_14__1__Impl ;
+ public final void rule__AbstractImplementation__Group_14__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36445:1: ( rule__AbstractImplementation__Group_13__1__Impl )
- // InternalAadl2Parser.g:36446:2: rule__AbstractImplementation__Group_13__1__Impl
+ // InternalAadl2Parser.g:36062:1: ( rule__AbstractImplementation__Group_14__1__Impl )
+ // InternalAadl2Parser.g:36063:2: rule__AbstractImplementation__Group_14__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_13__1__Impl();
+ rule__AbstractImplementation__Group_14__1__Impl();
state._fsp--;
@@ -139385,35 +138125,35 @@ public final void rule__AbstractImplementation__Group_13__1() throws Recognition
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_13__1"
+ // $ANTLR end "rule__AbstractImplementation__Group_14__1"
- // $ANTLR start "rule__AbstractImplementation__Group_13__1__Impl"
- // InternalAadl2Parser.g:36452:1: rule__AbstractImplementation__Group_13__1__Impl : ( ( rule__AbstractImplementation__Alternatives_13_1 ) ) ;
- public final void rule__AbstractImplementation__Group_13__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_14__1__Impl"
+ // InternalAadl2Parser.g:36069:1: rule__AbstractImplementation__Group_14__1__Impl : ( ( rule__AbstractImplementation__Alternatives_14_1 ) ) ;
+ public final void rule__AbstractImplementation__Group_14__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36456:1: ( ( ( rule__AbstractImplementation__Alternatives_13_1 ) ) )
- // InternalAadl2Parser.g:36457:1: ( ( rule__AbstractImplementation__Alternatives_13_1 ) )
+ // InternalAadl2Parser.g:36073:1: ( ( ( rule__AbstractImplementation__Alternatives_14_1 ) ) )
+ // InternalAadl2Parser.g:36074:1: ( ( rule__AbstractImplementation__Alternatives_14_1 ) )
{
- // InternalAadl2Parser.g:36457:1: ( ( rule__AbstractImplementation__Alternatives_13_1 ) )
- // InternalAadl2Parser.g:36458:2: ( rule__AbstractImplementation__Alternatives_13_1 )
+ // InternalAadl2Parser.g:36074:1: ( ( rule__AbstractImplementation__Alternatives_14_1 ) )
+ // InternalAadl2Parser.g:36075:2: ( rule__AbstractImplementation__Alternatives_14_1 )
{
- before(grammarAccess.getAbstractImplementationAccess().getAlternatives_13_1());
- // InternalAadl2Parser.g:36459:2: ( rule__AbstractImplementation__Alternatives_13_1 )
- // InternalAadl2Parser.g:36459:3: rule__AbstractImplementation__Alternatives_13_1
+ before(grammarAccess.getAbstractImplementationAccess().getAlternatives_14_1());
+ // InternalAadl2Parser.g:36076:2: ( rule__AbstractImplementation__Alternatives_14_1 )
+ // InternalAadl2Parser.g:36076:3: rule__AbstractImplementation__Alternatives_14_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Alternatives_13_1();
+ rule__AbstractImplementation__Alternatives_14_1();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getAlternatives_13_1());
+ after(grammarAccess.getAbstractImplementationAccess().getAlternatives_14_1());
}
@@ -139432,26 +138172,26 @@ public final void rule__AbstractImplementation__Group_13__1__Impl() throws Recog
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_13__1__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_14__1__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_13_1_1__0"
- // InternalAadl2Parser.g:36468:1: rule__AbstractImplementation__Group_13_1_1__0 : rule__AbstractImplementation__Group_13_1_1__0__Impl rule__AbstractImplementation__Group_13_1_1__1 ;
- public final void rule__AbstractImplementation__Group_13_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_14_1_1__0"
+ // InternalAadl2Parser.g:36085:1: rule__AbstractImplementation__Group_14_1_1__0 : rule__AbstractImplementation__Group_14_1_1__0__Impl rule__AbstractImplementation__Group_14_1_1__1 ;
+ public final void rule__AbstractImplementation__Group_14_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36472:1: ( rule__AbstractImplementation__Group_13_1_1__0__Impl rule__AbstractImplementation__Group_13_1_1__1 )
- // InternalAadl2Parser.g:36473:2: rule__AbstractImplementation__Group_13_1_1__0__Impl rule__AbstractImplementation__Group_13_1_1__1
+ // InternalAadl2Parser.g:36089:1: ( rule__AbstractImplementation__Group_14_1_1__0__Impl rule__AbstractImplementation__Group_14_1_1__1 )
+ // InternalAadl2Parser.g:36090:2: rule__AbstractImplementation__Group_14_1_1__0__Impl rule__AbstractImplementation__Group_14_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__AbstractImplementation__Group_13_1_1__0__Impl();
+ rule__AbstractImplementation__Group_14_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_13_1_1__1();
+ rule__AbstractImplementation__Group_14_1_1__1();
state._fsp--;
@@ -139470,35 +138210,35 @@ public final void rule__AbstractImplementation__Group_13_1_1__0() throws Recogni
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_13_1_1__0"
+ // $ANTLR end "rule__AbstractImplementation__Group_14_1_1__0"
- // $ANTLR start "rule__AbstractImplementation__Group_13_1_1__0__Impl"
- // InternalAadl2Parser.g:36480:1: rule__AbstractImplementation__Group_13_1_1__0__Impl : ( ( rule__AbstractImplementation__NoModesAssignment_13_1_1_0 ) ) ;
- public final void rule__AbstractImplementation__Group_13_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_14_1_1__0__Impl"
+ // InternalAadl2Parser.g:36097:1: rule__AbstractImplementation__Group_14_1_1__0__Impl : ( ( rule__AbstractImplementation__NoModesAssignment_14_1_1_0 ) ) ;
+ public final void rule__AbstractImplementation__Group_14_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36484:1: ( ( ( rule__AbstractImplementation__NoModesAssignment_13_1_1_0 ) ) )
- // InternalAadl2Parser.g:36485:1: ( ( rule__AbstractImplementation__NoModesAssignment_13_1_1_0 ) )
+ // InternalAadl2Parser.g:36101:1: ( ( ( rule__AbstractImplementation__NoModesAssignment_14_1_1_0 ) ) )
+ // InternalAadl2Parser.g:36102:1: ( ( rule__AbstractImplementation__NoModesAssignment_14_1_1_0 ) )
{
- // InternalAadl2Parser.g:36485:1: ( ( rule__AbstractImplementation__NoModesAssignment_13_1_1_0 ) )
- // InternalAadl2Parser.g:36486:2: ( rule__AbstractImplementation__NoModesAssignment_13_1_1_0 )
+ // InternalAadl2Parser.g:36102:1: ( ( rule__AbstractImplementation__NoModesAssignment_14_1_1_0 ) )
+ // InternalAadl2Parser.g:36103:2: ( rule__AbstractImplementation__NoModesAssignment_14_1_1_0 )
{
- before(grammarAccess.getAbstractImplementationAccess().getNoModesAssignment_13_1_1_0());
- // InternalAadl2Parser.g:36487:2: ( rule__AbstractImplementation__NoModesAssignment_13_1_1_0 )
- // InternalAadl2Parser.g:36487:3: rule__AbstractImplementation__NoModesAssignment_13_1_1_0
+ before(grammarAccess.getAbstractImplementationAccess().getNoModesAssignment_14_1_1_0());
+ // InternalAadl2Parser.g:36104:2: ( rule__AbstractImplementation__NoModesAssignment_14_1_1_0 )
+ // InternalAadl2Parser.g:36104:3: rule__AbstractImplementation__NoModesAssignment_14_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__NoModesAssignment_13_1_1_0();
+ rule__AbstractImplementation__NoModesAssignment_14_1_1_0();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getNoModesAssignment_13_1_1_0());
+ after(grammarAccess.getAbstractImplementationAccess().getNoModesAssignment_14_1_1_0());
}
@@ -139517,21 +138257,21 @@ public final void rule__AbstractImplementation__Group_13_1_1__0__Impl() throws R
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_13_1_1__0__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_14_1_1__0__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_13_1_1__1"
- // InternalAadl2Parser.g:36495:1: rule__AbstractImplementation__Group_13_1_1__1 : rule__AbstractImplementation__Group_13_1_1__1__Impl ;
- public final void rule__AbstractImplementation__Group_13_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_14_1_1__1"
+ // InternalAadl2Parser.g:36112:1: rule__AbstractImplementation__Group_14_1_1__1 : rule__AbstractImplementation__Group_14_1_1__1__Impl ;
+ public final void rule__AbstractImplementation__Group_14_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36499:1: ( rule__AbstractImplementation__Group_13_1_1__1__Impl )
- // InternalAadl2Parser.g:36500:2: rule__AbstractImplementation__Group_13_1_1__1__Impl
+ // InternalAadl2Parser.g:36116:1: ( rule__AbstractImplementation__Group_14_1_1__1__Impl )
+ // InternalAadl2Parser.g:36117:2: rule__AbstractImplementation__Group_14_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_13_1_1__1__Impl();
+ rule__AbstractImplementation__Group_14_1_1__1__Impl();
state._fsp--;
@@ -139550,25 +138290,25 @@ public final void rule__AbstractImplementation__Group_13_1_1__1() throws Recogni
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_13_1_1__1"
+ // $ANTLR end "rule__AbstractImplementation__Group_14_1_1__1"
- // $ANTLR start "rule__AbstractImplementation__Group_13_1_1__1__Impl"
- // InternalAadl2Parser.g:36506:1: rule__AbstractImplementation__Group_13_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__AbstractImplementation__Group_13_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_14_1_1__1__Impl"
+ // InternalAadl2Parser.g:36123:1: rule__AbstractImplementation__Group_14_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__AbstractImplementation__Group_14_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36510:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:36511:1: ( Semicolon )
+ // InternalAadl2Parser.g:36127:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:36128:1: ( Semicolon )
{
- // InternalAadl2Parser.g:36511:1: ( Semicolon )
- // InternalAadl2Parser.g:36512:2: Semicolon
+ // InternalAadl2Parser.g:36128:1: ( Semicolon )
+ // InternalAadl2Parser.g:36129:2: Semicolon
{
- before(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_13_1_1_1());
+ before(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_14_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_13_1_1_1());
+ after(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_14_1_1_1());
}
@@ -139587,26 +138327,26 @@ public final void rule__AbstractImplementation__Group_13_1_1__1__Impl() throws R
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_13_1_1__1__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_14_1_1__1__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_14__0"
- // InternalAadl2Parser.g:36522:1: rule__AbstractImplementation__Group_14__0 : rule__AbstractImplementation__Group_14__0__Impl rule__AbstractImplementation__Group_14__1 ;
- public final void rule__AbstractImplementation__Group_14__0() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_15__0"
+ // InternalAadl2Parser.g:36139:1: rule__AbstractImplementation__Group_15__0 : rule__AbstractImplementation__Group_15__0__Impl rule__AbstractImplementation__Group_15__1 ;
+ public final void rule__AbstractImplementation__Group_15__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36526:1: ( rule__AbstractImplementation__Group_14__0__Impl rule__AbstractImplementation__Group_14__1 )
- // InternalAadl2Parser.g:36527:2: rule__AbstractImplementation__Group_14__0__Impl rule__AbstractImplementation__Group_14__1
+ // InternalAadl2Parser.g:36143:1: ( rule__AbstractImplementation__Group_15__0__Impl rule__AbstractImplementation__Group_15__1 )
+ // InternalAadl2Parser.g:36144:2: rule__AbstractImplementation__Group_15__0__Impl rule__AbstractImplementation__Group_15__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__AbstractImplementation__Group_14__0__Impl();
+ rule__AbstractImplementation__Group_15__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_14__1();
+ rule__AbstractImplementation__Group_15__1();
state._fsp--;
@@ -139625,25 +138365,25 @@ public final void rule__AbstractImplementation__Group_14__0() throws Recognition
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_14__0"
+ // $ANTLR end "rule__AbstractImplementation__Group_15__0"
- // $ANTLR start "rule__AbstractImplementation__Group_14__0__Impl"
- // InternalAadl2Parser.g:36534:1: rule__AbstractImplementation__Group_14__0__Impl : ( Properties ) ;
- public final void rule__AbstractImplementation__Group_14__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_15__0__Impl"
+ // InternalAadl2Parser.g:36151:1: rule__AbstractImplementation__Group_15__0__Impl : ( Properties ) ;
+ public final void rule__AbstractImplementation__Group_15__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36538:1: ( ( Properties ) )
- // InternalAadl2Parser.g:36539:1: ( Properties )
+ // InternalAadl2Parser.g:36155:1: ( ( Properties ) )
+ // InternalAadl2Parser.g:36156:1: ( Properties )
{
- // InternalAadl2Parser.g:36539:1: ( Properties )
- // InternalAadl2Parser.g:36540:2: Properties
+ // InternalAadl2Parser.g:36156:1: ( Properties )
+ // InternalAadl2Parser.g:36157:2: Properties
{
- before(grammarAccess.getAbstractImplementationAccess().getPropertiesKeyword_14_0());
+ before(grammarAccess.getAbstractImplementationAccess().getPropertiesKeyword_15_0());
match(input,Properties,FollowSets000.FOLLOW_2);
- after(grammarAccess.getAbstractImplementationAccess().getPropertiesKeyword_14_0());
+ after(grammarAccess.getAbstractImplementationAccess().getPropertiesKeyword_15_0());
}
@@ -139662,21 +138402,21 @@ public final void rule__AbstractImplementation__Group_14__0__Impl() throws Recog
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_14__0__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_15__0__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_14__1"
- // InternalAadl2Parser.g:36549:1: rule__AbstractImplementation__Group_14__1 : rule__AbstractImplementation__Group_14__1__Impl ;
- public final void rule__AbstractImplementation__Group_14__1() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_15__1"
+ // InternalAadl2Parser.g:36166:1: rule__AbstractImplementation__Group_15__1 : rule__AbstractImplementation__Group_15__1__Impl ;
+ public final void rule__AbstractImplementation__Group_15__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36553:1: ( rule__AbstractImplementation__Group_14__1__Impl )
- // InternalAadl2Parser.g:36554:2: rule__AbstractImplementation__Group_14__1__Impl
+ // InternalAadl2Parser.g:36170:1: ( rule__AbstractImplementation__Group_15__1__Impl )
+ // InternalAadl2Parser.g:36171:2: rule__AbstractImplementation__Group_15__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_14__1__Impl();
+ rule__AbstractImplementation__Group_15__1__Impl();
state._fsp--;
@@ -139695,35 +138435,35 @@ public final void rule__AbstractImplementation__Group_14__1() throws Recognition
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_14__1"
+ // $ANTLR end "rule__AbstractImplementation__Group_15__1"
- // $ANTLR start "rule__AbstractImplementation__Group_14__1__Impl"
- // InternalAadl2Parser.g:36560:1: rule__AbstractImplementation__Group_14__1__Impl : ( ( rule__AbstractImplementation__Alternatives_14_1 ) ) ;
- public final void rule__AbstractImplementation__Group_14__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_15__1__Impl"
+ // InternalAadl2Parser.g:36177:1: rule__AbstractImplementation__Group_15__1__Impl : ( ( rule__AbstractImplementation__Alternatives_15_1 ) ) ;
+ public final void rule__AbstractImplementation__Group_15__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36564:1: ( ( ( rule__AbstractImplementation__Alternatives_14_1 ) ) )
- // InternalAadl2Parser.g:36565:1: ( ( rule__AbstractImplementation__Alternatives_14_1 ) )
+ // InternalAadl2Parser.g:36181:1: ( ( ( rule__AbstractImplementation__Alternatives_15_1 ) ) )
+ // InternalAadl2Parser.g:36182:1: ( ( rule__AbstractImplementation__Alternatives_15_1 ) )
{
- // InternalAadl2Parser.g:36565:1: ( ( rule__AbstractImplementation__Alternatives_14_1 ) )
- // InternalAadl2Parser.g:36566:2: ( rule__AbstractImplementation__Alternatives_14_1 )
+ // InternalAadl2Parser.g:36182:1: ( ( rule__AbstractImplementation__Alternatives_15_1 ) )
+ // InternalAadl2Parser.g:36183:2: ( rule__AbstractImplementation__Alternatives_15_1 )
{
- before(grammarAccess.getAbstractImplementationAccess().getAlternatives_14_1());
- // InternalAadl2Parser.g:36567:2: ( rule__AbstractImplementation__Alternatives_14_1 )
- // InternalAadl2Parser.g:36567:3: rule__AbstractImplementation__Alternatives_14_1
+ before(grammarAccess.getAbstractImplementationAccess().getAlternatives_15_1());
+ // InternalAadl2Parser.g:36184:2: ( rule__AbstractImplementation__Alternatives_15_1 )
+ // InternalAadl2Parser.g:36184:3: rule__AbstractImplementation__Alternatives_15_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Alternatives_14_1();
+ rule__AbstractImplementation__Alternatives_15_1();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getAlternatives_14_1());
+ after(grammarAccess.getAbstractImplementationAccess().getAlternatives_15_1());
}
@@ -139742,26 +138482,26 @@ public final void rule__AbstractImplementation__Group_14__1__Impl() throws Recog
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_14__1__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_15__1__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_14_1_1__0"
- // InternalAadl2Parser.g:36576:1: rule__AbstractImplementation__Group_14_1_1__0 : rule__AbstractImplementation__Group_14_1_1__0__Impl rule__AbstractImplementation__Group_14_1_1__1 ;
- public final void rule__AbstractImplementation__Group_14_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_15_1_1__0"
+ // InternalAadl2Parser.g:36193:1: rule__AbstractImplementation__Group_15_1_1__0 : rule__AbstractImplementation__Group_15_1_1__0__Impl rule__AbstractImplementation__Group_15_1_1__1 ;
+ public final void rule__AbstractImplementation__Group_15_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36580:1: ( rule__AbstractImplementation__Group_14_1_1__0__Impl rule__AbstractImplementation__Group_14_1_1__1 )
- // InternalAadl2Parser.g:36581:2: rule__AbstractImplementation__Group_14_1_1__0__Impl rule__AbstractImplementation__Group_14_1_1__1
+ // InternalAadl2Parser.g:36197:1: ( rule__AbstractImplementation__Group_15_1_1__0__Impl rule__AbstractImplementation__Group_15_1_1__1 )
+ // InternalAadl2Parser.g:36198:2: rule__AbstractImplementation__Group_15_1_1__0__Impl rule__AbstractImplementation__Group_15_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__AbstractImplementation__Group_14_1_1__0__Impl();
+ rule__AbstractImplementation__Group_15_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_14_1_1__1();
+ rule__AbstractImplementation__Group_15_1_1__1();
state._fsp--;
@@ -139780,35 +138520,35 @@ public final void rule__AbstractImplementation__Group_14_1_1__0() throws Recogni
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_14_1_1__0"
+ // $ANTLR end "rule__AbstractImplementation__Group_15_1_1__0"
- // $ANTLR start "rule__AbstractImplementation__Group_14_1_1__0__Impl"
- // InternalAadl2Parser.g:36588:1: rule__AbstractImplementation__Group_14_1_1__0__Impl : ( ( rule__AbstractImplementation__NoPropertiesAssignment_14_1_1_0 ) ) ;
- public final void rule__AbstractImplementation__Group_14_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_15_1_1__0__Impl"
+ // InternalAadl2Parser.g:36205:1: rule__AbstractImplementation__Group_15_1_1__0__Impl : ( ( rule__AbstractImplementation__NoPropertiesAssignment_15_1_1_0 ) ) ;
+ public final void rule__AbstractImplementation__Group_15_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36592:1: ( ( ( rule__AbstractImplementation__NoPropertiesAssignment_14_1_1_0 ) ) )
- // InternalAadl2Parser.g:36593:1: ( ( rule__AbstractImplementation__NoPropertiesAssignment_14_1_1_0 ) )
+ // InternalAadl2Parser.g:36209:1: ( ( ( rule__AbstractImplementation__NoPropertiesAssignment_15_1_1_0 ) ) )
+ // InternalAadl2Parser.g:36210:1: ( ( rule__AbstractImplementation__NoPropertiesAssignment_15_1_1_0 ) )
{
- // InternalAadl2Parser.g:36593:1: ( ( rule__AbstractImplementation__NoPropertiesAssignment_14_1_1_0 ) )
- // InternalAadl2Parser.g:36594:2: ( rule__AbstractImplementation__NoPropertiesAssignment_14_1_1_0 )
+ // InternalAadl2Parser.g:36210:1: ( ( rule__AbstractImplementation__NoPropertiesAssignment_15_1_1_0 ) )
+ // InternalAadl2Parser.g:36211:2: ( rule__AbstractImplementation__NoPropertiesAssignment_15_1_1_0 )
{
- before(grammarAccess.getAbstractImplementationAccess().getNoPropertiesAssignment_14_1_1_0());
- // InternalAadl2Parser.g:36595:2: ( rule__AbstractImplementation__NoPropertiesAssignment_14_1_1_0 )
- // InternalAadl2Parser.g:36595:3: rule__AbstractImplementation__NoPropertiesAssignment_14_1_1_0
+ before(grammarAccess.getAbstractImplementationAccess().getNoPropertiesAssignment_15_1_1_0());
+ // InternalAadl2Parser.g:36212:2: ( rule__AbstractImplementation__NoPropertiesAssignment_15_1_1_0 )
+ // InternalAadl2Parser.g:36212:3: rule__AbstractImplementation__NoPropertiesAssignment_15_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__NoPropertiesAssignment_14_1_1_0();
+ rule__AbstractImplementation__NoPropertiesAssignment_15_1_1_0();
state._fsp--;
}
- after(grammarAccess.getAbstractImplementationAccess().getNoPropertiesAssignment_14_1_1_0());
+ after(grammarAccess.getAbstractImplementationAccess().getNoPropertiesAssignment_15_1_1_0());
}
@@ -139827,21 +138567,21 @@ public final void rule__AbstractImplementation__Group_14_1_1__0__Impl() throws R
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_14_1_1__0__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_15_1_1__0__Impl"
- // $ANTLR start "rule__AbstractImplementation__Group_14_1_1__1"
- // InternalAadl2Parser.g:36603:1: rule__AbstractImplementation__Group_14_1_1__1 : rule__AbstractImplementation__Group_14_1_1__1__Impl ;
- public final void rule__AbstractImplementation__Group_14_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_15_1_1__1"
+ // InternalAadl2Parser.g:36220:1: rule__AbstractImplementation__Group_15_1_1__1 : rule__AbstractImplementation__Group_15_1_1__1__Impl ;
+ public final void rule__AbstractImplementation__Group_15_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36607:1: ( rule__AbstractImplementation__Group_14_1_1__1__Impl )
- // InternalAadl2Parser.g:36608:2: rule__AbstractImplementation__Group_14_1_1__1__Impl
+ // InternalAadl2Parser.g:36224:1: ( rule__AbstractImplementation__Group_15_1_1__1__Impl )
+ // InternalAadl2Parser.g:36225:2: rule__AbstractImplementation__Group_15_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__AbstractImplementation__Group_14_1_1__1__Impl();
+ rule__AbstractImplementation__Group_15_1_1__1__Impl();
state._fsp--;
@@ -139860,25 +138600,25 @@ public final void rule__AbstractImplementation__Group_14_1_1__1() throws Recogni
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_14_1_1__1"
+ // $ANTLR end "rule__AbstractImplementation__Group_15_1_1__1"
- // $ANTLR start "rule__AbstractImplementation__Group_14_1_1__1__Impl"
- // InternalAadl2Parser.g:36614:1: rule__AbstractImplementation__Group_14_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__AbstractImplementation__Group_14_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__AbstractImplementation__Group_15_1_1__1__Impl"
+ // InternalAadl2Parser.g:36231:1: rule__AbstractImplementation__Group_15_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__AbstractImplementation__Group_15_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36618:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:36619:1: ( Semicolon )
+ // InternalAadl2Parser.g:36235:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:36236:1: ( Semicolon )
{
- // InternalAadl2Parser.g:36619:1: ( Semicolon )
- // InternalAadl2Parser.g:36620:2: Semicolon
+ // InternalAadl2Parser.g:36236:1: ( Semicolon )
+ // InternalAadl2Parser.g:36237:2: Semicolon
{
- before(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_14_1_1_1());
+ before(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_15_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_14_1_1_1());
+ after(grammarAccess.getAbstractImplementationAccess().getSemicolonKeyword_15_1_1_1());
}
@@ -139897,20 +138637,20 @@ public final void rule__AbstractImplementation__Group_14_1_1__1__Impl() throws R
}
return ;
}
- // $ANTLR end "rule__AbstractImplementation__Group_14_1_1__1__Impl"
+ // $ANTLR end "rule__AbstractImplementation__Group_15_1_1__1__Impl"
// $ANTLR start "rule__SystemImplementation__Group__0"
- // InternalAadl2Parser.g:36630:1: rule__SystemImplementation__Group__0 : rule__SystemImplementation__Group__0__Impl rule__SystemImplementation__Group__1 ;
+ // InternalAadl2Parser.g:36247:1: rule__SystemImplementation__Group__0 : rule__SystemImplementation__Group__0__Impl rule__SystemImplementation__Group__1 ;
public final void rule__SystemImplementation__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36634:1: ( rule__SystemImplementation__Group__0__Impl rule__SystemImplementation__Group__1 )
- // InternalAadl2Parser.g:36635:2: rule__SystemImplementation__Group__0__Impl rule__SystemImplementation__Group__1
+ // InternalAadl2Parser.g:36251:1: ( rule__SystemImplementation__Group__0__Impl rule__SystemImplementation__Group__1 )
+ // InternalAadl2Parser.g:36252:2: rule__SystemImplementation__Group__0__Impl rule__SystemImplementation__Group__1
{
- pushFollow(FollowSets000.FOLLOW_4);
+ pushFollow(FollowSets000.FOLLOW_34);
rule__SystemImplementation__Group__0__Impl();
state._fsp--;
@@ -139939,25 +138679,21 @@ public final void rule__SystemImplementation__Group__0() throws RecognitionExcep
// $ANTLR start "rule__SystemImplementation__Group__0__Impl"
- // InternalAadl2Parser.g:36642:1: rule__SystemImplementation__Group__0__Impl : ( ruleSystemImplementationKeywords ) ;
+ // InternalAadl2Parser.g:36259:1: rule__SystemImplementation__Group__0__Impl : ( KW_System ) ;
public final void rule__SystemImplementation__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36646:1: ( ( ruleSystemImplementationKeywords ) )
- // InternalAadl2Parser.g:36647:1: ( ruleSystemImplementationKeywords )
+ // InternalAadl2Parser.g:36263:1: ( ( KW_System ) )
+ // InternalAadl2Parser.g:36264:1: ( KW_System )
{
- // InternalAadl2Parser.g:36647:1: ( ruleSystemImplementationKeywords )
- // InternalAadl2Parser.g:36648:2: ruleSystemImplementationKeywords
+ // InternalAadl2Parser.g:36264:1: ( KW_System )
+ // InternalAadl2Parser.g:36265:2: KW_System
{
- before(grammarAccess.getSystemImplementationAccess().getSystemImplementationKeywordsParserRuleCall_0());
- pushFollow(FollowSets000.FOLLOW_2);
- ruleSystemImplementationKeywords();
-
- state._fsp--;
-
- after(grammarAccess.getSystemImplementationAccess().getSystemImplementationKeywordsParserRuleCall_0());
+ before(grammarAccess.getSystemImplementationAccess().getSystemKeyword_0());
+ match(input,KW_System,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getSystemImplementationAccess().getSystemKeyword_0());
}
@@ -139980,16 +138716,16 @@ public final void rule__SystemImplementation__Group__0__Impl() throws Recognitio
// $ANTLR start "rule__SystemImplementation__Group__1"
- // InternalAadl2Parser.g:36657:1: rule__SystemImplementation__Group__1 : rule__SystemImplementation__Group__1__Impl rule__SystemImplementation__Group__2 ;
+ // InternalAadl2Parser.g:36274:1: rule__SystemImplementation__Group__1 : rule__SystemImplementation__Group__1__Impl rule__SystemImplementation__Group__2 ;
public final void rule__SystemImplementation__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36661:1: ( rule__SystemImplementation__Group__1__Impl rule__SystemImplementation__Group__2 )
- // InternalAadl2Parser.g:36662:2: rule__SystemImplementation__Group__1__Impl rule__SystemImplementation__Group__2
+ // InternalAadl2Parser.g:36278:1: ( rule__SystemImplementation__Group__1__Impl rule__SystemImplementation__Group__2 )
+ // InternalAadl2Parser.g:36279:2: rule__SystemImplementation__Group__1__Impl rule__SystemImplementation__Group__2
{
- pushFollow(FollowSets000.FOLLOW_33);
+ pushFollow(FollowSets000.FOLLOW_4);
rule__SystemImplementation__Group__1__Impl();
state._fsp--;
@@ -140018,31 +138754,21 @@ public final void rule__SystemImplementation__Group__1() throws RecognitionExcep
// $ANTLR start "rule__SystemImplementation__Group__1__Impl"
- // InternalAadl2Parser.g:36669:1: rule__SystemImplementation__Group__1__Impl : ( ( rule__SystemImplementation__OwnedRealizationAssignment_1 ) ) ;
+ // InternalAadl2Parser.g:36286:1: rule__SystemImplementation__Group__1__Impl : ( Implementation ) ;
public final void rule__SystemImplementation__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36673:1: ( ( ( rule__SystemImplementation__OwnedRealizationAssignment_1 ) ) )
- // InternalAadl2Parser.g:36674:1: ( ( rule__SystemImplementation__OwnedRealizationAssignment_1 ) )
+ // InternalAadl2Parser.g:36290:1: ( ( Implementation ) )
+ // InternalAadl2Parser.g:36291:1: ( Implementation )
{
- // InternalAadl2Parser.g:36674:1: ( ( rule__SystemImplementation__OwnedRealizationAssignment_1 ) )
- // InternalAadl2Parser.g:36675:2: ( rule__SystemImplementation__OwnedRealizationAssignment_1 )
+ // InternalAadl2Parser.g:36291:1: ( Implementation )
+ // InternalAadl2Parser.g:36292:2: Implementation
{
- before(grammarAccess.getSystemImplementationAccess().getOwnedRealizationAssignment_1());
- // InternalAadl2Parser.g:36676:2: ( rule__SystemImplementation__OwnedRealizationAssignment_1 )
- // InternalAadl2Parser.g:36676:3: rule__SystemImplementation__OwnedRealizationAssignment_1
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__OwnedRealizationAssignment_1();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getSystemImplementationAccess().getOwnedRealizationAssignment_1());
+ before(grammarAccess.getSystemImplementationAccess().getImplementationKeyword_1());
+ match(input,Implementation,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getSystemImplementationAccess().getImplementationKeyword_1());
}
@@ -140065,16 +138791,16 @@ public final void rule__SystemImplementation__Group__1__Impl() throws Recognitio
// $ANTLR start "rule__SystemImplementation__Group__2"
- // InternalAadl2Parser.g:36684:1: rule__SystemImplementation__Group__2 : rule__SystemImplementation__Group__2__Impl rule__SystemImplementation__Group__3 ;
+ // InternalAadl2Parser.g:36301:1: rule__SystemImplementation__Group__2 : rule__SystemImplementation__Group__2__Impl rule__SystemImplementation__Group__3 ;
public final void rule__SystemImplementation__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36688:1: ( rule__SystemImplementation__Group__2__Impl rule__SystemImplementation__Group__3 )
- // InternalAadl2Parser.g:36689:2: rule__SystemImplementation__Group__2__Impl rule__SystemImplementation__Group__3
+ // InternalAadl2Parser.g:36305:1: ( rule__SystemImplementation__Group__2__Impl rule__SystemImplementation__Group__3 )
+ // InternalAadl2Parser.g:36306:2: rule__SystemImplementation__Group__2__Impl rule__SystemImplementation__Group__3
{
- pushFollow(FollowSets000.FOLLOW_4);
+ pushFollow(FollowSets000.FOLLOW_35);
rule__SystemImplementation__Group__2__Impl();
state._fsp--;
@@ -140103,21 +138829,31 @@ public final void rule__SystemImplementation__Group__2() throws RecognitionExcep
// $ANTLR start "rule__SystemImplementation__Group__2__Impl"
- // InternalAadl2Parser.g:36696:1: rule__SystemImplementation__Group__2__Impl : ( FullStop ) ;
+ // InternalAadl2Parser.g:36313:1: rule__SystemImplementation__Group__2__Impl : ( ( rule__SystemImplementation__OwnedRealizationAssignment_2 ) ) ;
public final void rule__SystemImplementation__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36700:1: ( ( FullStop ) )
- // InternalAadl2Parser.g:36701:1: ( FullStop )
+ // InternalAadl2Parser.g:36317:1: ( ( ( rule__SystemImplementation__OwnedRealizationAssignment_2 ) ) )
+ // InternalAadl2Parser.g:36318:1: ( ( rule__SystemImplementation__OwnedRealizationAssignment_2 ) )
{
- // InternalAadl2Parser.g:36701:1: ( FullStop )
- // InternalAadl2Parser.g:36702:2: FullStop
+ // InternalAadl2Parser.g:36318:1: ( ( rule__SystemImplementation__OwnedRealizationAssignment_2 ) )
+ // InternalAadl2Parser.g:36319:2: ( rule__SystemImplementation__OwnedRealizationAssignment_2 )
{
- before(grammarAccess.getSystemImplementationAccess().getFullStopKeyword_2());
- match(input,FullStop,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSystemImplementationAccess().getFullStopKeyword_2());
+ before(grammarAccess.getSystemImplementationAccess().getOwnedRealizationAssignment_2());
+ // InternalAadl2Parser.g:36320:2: ( rule__SystemImplementation__OwnedRealizationAssignment_2 )
+ // InternalAadl2Parser.g:36320:3: rule__SystemImplementation__OwnedRealizationAssignment_2
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__SystemImplementation__OwnedRealizationAssignment_2();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getSystemImplementationAccess().getOwnedRealizationAssignment_2());
}
@@ -140140,16 +138876,16 @@ public final void rule__SystemImplementation__Group__2__Impl() throws Recognitio
// $ANTLR start "rule__SystemImplementation__Group__3"
- // InternalAadl2Parser.g:36711:1: rule__SystemImplementation__Group__3 : rule__SystemImplementation__Group__3__Impl rule__SystemImplementation__Group__4 ;
+ // InternalAadl2Parser.g:36328:1: rule__SystemImplementation__Group__3 : rule__SystemImplementation__Group__3__Impl rule__SystemImplementation__Group__4 ;
public final void rule__SystemImplementation__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36715:1: ( rule__SystemImplementation__Group__3__Impl rule__SystemImplementation__Group__4 )
- // InternalAadl2Parser.g:36716:2: rule__SystemImplementation__Group__3__Impl rule__SystemImplementation__Group__4
+ // InternalAadl2Parser.g:36332:1: ( rule__SystemImplementation__Group__3__Impl rule__SystemImplementation__Group__4 )
+ // InternalAadl2Parser.g:36333:2: rule__SystemImplementation__Group__3__Impl rule__SystemImplementation__Group__4
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_4);
rule__SystemImplementation__Group__3__Impl();
state._fsp--;
@@ -140178,31 +138914,21 @@ public final void rule__SystemImplementation__Group__3() throws RecognitionExcep
// $ANTLR start "rule__SystemImplementation__Group__3__Impl"
- // InternalAadl2Parser.g:36723:1: rule__SystemImplementation__Group__3__Impl : ( ( rule__SystemImplementation__NameAssignment_3 ) ) ;
+ // InternalAadl2Parser.g:36340:1: rule__SystemImplementation__Group__3__Impl : ( FullStop ) ;
public final void rule__SystemImplementation__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36727:1: ( ( ( rule__SystemImplementation__NameAssignment_3 ) ) )
- // InternalAadl2Parser.g:36728:1: ( ( rule__SystemImplementation__NameAssignment_3 ) )
+ // InternalAadl2Parser.g:36344:1: ( ( FullStop ) )
+ // InternalAadl2Parser.g:36345:1: ( FullStop )
{
- // InternalAadl2Parser.g:36728:1: ( ( rule__SystemImplementation__NameAssignment_3 ) )
- // InternalAadl2Parser.g:36729:2: ( rule__SystemImplementation__NameAssignment_3 )
+ // InternalAadl2Parser.g:36345:1: ( FullStop )
+ // InternalAadl2Parser.g:36346:2: FullStop
{
- before(grammarAccess.getSystemImplementationAccess().getNameAssignment_3());
- // InternalAadl2Parser.g:36730:2: ( rule__SystemImplementation__NameAssignment_3 )
- // InternalAadl2Parser.g:36730:3: rule__SystemImplementation__NameAssignment_3
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__NameAssignment_3();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getSystemImplementationAccess().getNameAssignment_3());
+ before(grammarAccess.getSystemImplementationAccess().getFullStopKeyword_3());
+ match(input,FullStop,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getSystemImplementationAccess().getFullStopKeyword_3());
}
@@ -140225,16 +138951,16 @@ public final void rule__SystemImplementation__Group__3__Impl() throws Recognitio
// $ANTLR start "rule__SystemImplementation__Group__4"
- // InternalAadl2Parser.g:36738:1: rule__SystemImplementation__Group__4 : rule__SystemImplementation__Group__4__Impl rule__SystemImplementation__Group__5 ;
+ // InternalAadl2Parser.g:36355:1: rule__SystemImplementation__Group__4 : rule__SystemImplementation__Group__4__Impl rule__SystemImplementation__Group__5 ;
public final void rule__SystemImplementation__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36742:1: ( rule__SystemImplementation__Group__4__Impl rule__SystemImplementation__Group__5 )
- // InternalAadl2Parser.g:36743:2: rule__SystemImplementation__Group__4__Impl rule__SystemImplementation__Group__5
+ // InternalAadl2Parser.g:36359:1: ( rule__SystemImplementation__Group__4__Impl rule__SystemImplementation__Group__5 )
+ // InternalAadl2Parser.g:36360:2: rule__SystemImplementation__Group__4__Impl rule__SystemImplementation__Group__5
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__SystemImplementation__Group__4__Impl();
state._fsp--;
@@ -140263,42 +138989,31 @@ public final void rule__SystemImplementation__Group__4() throws RecognitionExcep
// $ANTLR start "rule__SystemImplementation__Group__4__Impl"
- // InternalAadl2Parser.g:36750:1: rule__SystemImplementation__Group__4__Impl : ( ( rule__SystemImplementation__OwnedExtensionAssignment_4 )? ) ;
+ // InternalAadl2Parser.g:36367:1: rule__SystemImplementation__Group__4__Impl : ( ( rule__SystemImplementation__NameAssignment_4 ) ) ;
public final void rule__SystemImplementation__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36754:1: ( ( ( rule__SystemImplementation__OwnedExtensionAssignment_4 )? ) )
- // InternalAadl2Parser.g:36755:1: ( ( rule__SystemImplementation__OwnedExtensionAssignment_4 )? )
+ // InternalAadl2Parser.g:36371:1: ( ( ( rule__SystemImplementation__NameAssignment_4 ) ) )
+ // InternalAadl2Parser.g:36372:1: ( ( rule__SystemImplementation__NameAssignment_4 ) )
{
- // InternalAadl2Parser.g:36755:1: ( ( rule__SystemImplementation__OwnedExtensionAssignment_4 )? )
- // InternalAadl2Parser.g:36756:2: ( rule__SystemImplementation__OwnedExtensionAssignment_4 )?
+ // InternalAadl2Parser.g:36372:1: ( ( rule__SystemImplementation__NameAssignment_4 ) )
+ // InternalAadl2Parser.g:36373:2: ( rule__SystemImplementation__NameAssignment_4 )
{
- before(grammarAccess.getSystemImplementationAccess().getOwnedExtensionAssignment_4());
- // InternalAadl2Parser.g:36757:2: ( rule__SystemImplementation__OwnedExtensionAssignment_4 )?
- int alt699=2;
- int LA699_0 = input.LA(1);
-
- if ( (LA699_0==Extends) ) {
- alt699=1;
- }
- switch (alt699) {
- case 1 :
- // InternalAadl2Parser.g:36757:3: rule__SystemImplementation__OwnedExtensionAssignment_4
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__OwnedExtensionAssignment_4();
-
- state._fsp--;
+ before(grammarAccess.getSystemImplementationAccess().getNameAssignment_4());
+ // InternalAadl2Parser.g:36374:2: ( rule__SystemImplementation__NameAssignment_4 )
+ // InternalAadl2Parser.g:36374:3: rule__SystemImplementation__NameAssignment_4
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__SystemImplementation__NameAssignment_4();
+ state._fsp--;
- }
- break;
}
- after(grammarAccess.getSystemImplementationAccess().getOwnedExtensionAssignment_4());
+ after(grammarAccess.getSystemImplementationAccess().getNameAssignment_4());
}
@@ -140321,16 +139036,16 @@ public final void rule__SystemImplementation__Group__4__Impl() throws Recognitio
// $ANTLR start "rule__SystemImplementation__Group__5"
- // InternalAadl2Parser.g:36765:1: rule__SystemImplementation__Group__5 : rule__SystemImplementation__Group__5__Impl rule__SystemImplementation__Group__6 ;
+ // InternalAadl2Parser.g:36382:1: rule__SystemImplementation__Group__5 : rule__SystemImplementation__Group__5__Impl rule__SystemImplementation__Group__6 ;
public final void rule__SystemImplementation__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36769:1: ( rule__SystemImplementation__Group__5__Impl rule__SystemImplementation__Group__6 )
- // InternalAadl2Parser.g:36770:2: rule__SystemImplementation__Group__5__Impl rule__SystemImplementation__Group__6
+ // InternalAadl2Parser.g:36386:1: ( rule__SystemImplementation__Group__5__Impl rule__SystemImplementation__Group__6 )
+ // InternalAadl2Parser.g:36387:2: rule__SystemImplementation__Group__5__Impl rule__SystemImplementation__Group__6
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__SystemImplementation__Group__5__Impl();
state._fsp--;
@@ -140359,32 +139074,32 @@ public final void rule__SystemImplementation__Group__5() throws RecognitionExcep
// $ANTLR start "rule__SystemImplementation__Group__5__Impl"
- // InternalAadl2Parser.g:36777:1: rule__SystemImplementation__Group__5__Impl : ( ( rule__SystemImplementation__Group_5__0 )? ) ;
+ // InternalAadl2Parser.g:36394:1: rule__SystemImplementation__Group__5__Impl : ( ( rule__SystemImplementation__OwnedExtensionAssignment_5 )? ) ;
public final void rule__SystemImplementation__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36781:1: ( ( ( rule__SystemImplementation__Group_5__0 )? ) )
- // InternalAadl2Parser.g:36782:1: ( ( rule__SystemImplementation__Group_5__0 )? )
+ // InternalAadl2Parser.g:36398:1: ( ( ( rule__SystemImplementation__OwnedExtensionAssignment_5 )? ) )
+ // InternalAadl2Parser.g:36399:1: ( ( rule__SystemImplementation__OwnedExtensionAssignment_5 )? )
{
- // InternalAadl2Parser.g:36782:1: ( ( rule__SystemImplementation__Group_5__0 )? )
- // InternalAadl2Parser.g:36783:2: ( rule__SystemImplementation__Group_5__0 )?
+ // InternalAadl2Parser.g:36399:1: ( ( rule__SystemImplementation__OwnedExtensionAssignment_5 )? )
+ // InternalAadl2Parser.g:36400:2: ( rule__SystemImplementation__OwnedExtensionAssignment_5 )?
{
- before(grammarAccess.getSystemImplementationAccess().getGroup_5());
- // InternalAadl2Parser.g:36784:2: ( rule__SystemImplementation__Group_5__0 )?
- int alt700=2;
- int LA700_0 = input.LA(1);
+ before(grammarAccess.getSystemImplementationAccess().getOwnedExtensionAssignment_5());
+ // InternalAadl2Parser.g:36401:2: ( rule__SystemImplementation__OwnedExtensionAssignment_5 )?
+ int alt699=2;
+ int LA699_0 = input.LA(1);
- if ( (LA700_0==LeftParenthesis) ) {
- alt700=1;
+ if ( (LA699_0==Extends) ) {
+ alt699=1;
}
- switch (alt700) {
+ switch (alt699) {
case 1 :
- // InternalAadl2Parser.g:36784:3: rule__SystemImplementation__Group_5__0
+ // InternalAadl2Parser.g:36401:3: rule__SystemImplementation__OwnedExtensionAssignment_5
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_5__0();
+ rule__SystemImplementation__OwnedExtensionAssignment_5();
state._fsp--;
@@ -140394,7 +139109,7 @@ public final void rule__SystemImplementation__Group__5__Impl() throws Recognitio
}
- after(grammarAccess.getSystemImplementationAccess().getGroup_5());
+ after(grammarAccess.getSystemImplementationAccess().getOwnedExtensionAssignment_5());
}
@@ -140417,16 +139132,16 @@ public final void rule__SystemImplementation__Group__5__Impl() throws Recognitio
// $ANTLR start "rule__SystemImplementation__Group__6"
- // InternalAadl2Parser.g:36792:1: rule__SystemImplementation__Group__6 : rule__SystemImplementation__Group__6__Impl rule__SystemImplementation__Group__7 ;
+ // InternalAadl2Parser.g:36409:1: rule__SystemImplementation__Group__6 : rule__SystemImplementation__Group__6__Impl rule__SystemImplementation__Group__7 ;
public final void rule__SystemImplementation__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36796:1: ( rule__SystemImplementation__Group__6__Impl rule__SystemImplementation__Group__7 )
- // InternalAadl2Parser.g:36797:2: rule__SystemImplementation__Group__6__Impl rule__SystemImplementation__Group__7
+ // InternalAadl2Parser.g:36413:1: ( rule__SystemImplementation__Group__6__Impl rule__SystemImplementation__Group__7 )
+ // InternalAadl2Parser.g:36414:2: rule__SystemImplementation__Group__6__Impl rule__SystemImplementation__Group__7
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__SystemImplementation__Group__6__Impl();
state._fsp--;
@@ -140455,29 +139170,29 @@ public final void rule__SystemImplementation__Group__6() throws RecognitionExcep
// $ANTLR start "rule__SystemImplementation__Group__6__Impl"
- // InternalAadl2Parser.g:36804:1: rule__SystemImplementation__Group__6__Impl : ( ( rule__SystemImplementation__Group_6__0 )? ) ;
+ // InternalAadl2Parser.g:36421:1: rule__SystemImplementation__Group__6__Impl : ( ( rule__SystemImplementation__Group_6__0 )? ) ;
public final void rule__SystemImplementation__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36808:1: ( ( ( rule__SystemImplementation__Group_6__0 )? ) )
- // InternalAadl2Parser.g:36809:1: ( ( rule__SystemImplementation__Group_6__0 )? )
+ // InternalAadl2Parser.g:36425:1: ( ( ( rule__SystemImplementation__Group_6__0 )? ) )
+ // InternalAadl2Parser.g:36426:1: ( ( rule__SystemImplementation__Group_6__0 )? )
{
- // InternalAadl2Parser.g:36809:1: ( ( rule__SystemImplementation__Group_6__0 )? )
- // InternalAadl2Parser.g:36810:2: ( rule__SystemImplementation__Group_6__0 )?
+ // InternalAadl2Parser.g:36426:1: ( ( rule__SystemImplementation__Group_6__0 )? )
+ // InternalAadl2Parser.g:36427:2: ( rule__SystemImplementation__Group_6__0 )?
{
before(grammarAccess.getSystemImplementationAccess().getGroup_6());
- // InternalAadl2Parser.g:36811:2: ( rule__SystemImplementation__Group_6__0 )?
- int alt701=2;
- int LA701_0 = input.LA(1);
+ // InternalAadl2Parser.g:36428:2: ( rule__SystemImplementation__Group_6__0 )?
+ int alt700=2;
+ int LA700_0 = input.LA(1);
- if ( (LA701_0==Prototypes) ) {
- alt701=1;
+ if ( (LA700_0==LeftParenthesis) ) {
+ alt700=1;
}
- switch (alt701) {
+ switch (alt700) {
case 1 :
- // InternalAadl2Parser.g:36811:3: rule__SystemImplementation__Group_6__0
+ // InternalAadl2Parser.g:36428:3: rule__SystemImplementation__Group_6__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemImplementation__Group_6__0();
@@ -140513,16 +139228,16 @@ public final void rule__SystemImplementation__Group__6__Impl() throws Recognitio
// $ANTLR start "rule__SystemImplementation__Group__7"
- // InternalAadl2Parser.g:36819:1: rule__SystemImplementation__Group__7 : rule__SystemImplementation__Group__7__Impl rule__SystemImplementation__Group__8 ;
+ // InternalAadl2Parser.g:36436:1: rule__SystemImplementation__Group__7 : rule__SystemImplementation__Group__7__Impl rule__SystemImplementation__Group__8 ;
public final void rule__SystemImplementation__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36823:1: ( rule__SystemImplementation__Group__7__Impl rule__SystemImplementation__Group__8 )
- // InternalAadl2Parser.g:36824:2: rule__SystemImplementation__Group__7__Impl rule__SystemImplementation__Group__8
+ // InternalAadl2Parser.g:36440:1: ( rule__SystemImplementation__Group__7__Impl rule__SystemImplementation__Group__8 )
+ // InternalAadl2Parser.g:36441:2: rule__SystemImplementation__Group__7__Impl rule__SystemImplementation__Group__8
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__SystemImplementation__Group__7__Impl();
state._fsp--;
@@ -140551,29 +139266,29 @@ public final void rule__SystemImplementation__Group__7() throws RecognitionExcep
// $ANTLR start "rule__SystemImplementation__Group__7__Impl"
- // InternalAadl2Parser.g:36831:1: rule__SystemImplementation__Group__7__Impl : ( ( rule__SystemImplementation__Group_7__0 )? ) ;
+ // InternalAadl2Parser.g:36448:1: rule__SystemImplementation__Group__7__Impl : ( ( rule__SystemImplementation__Group_7__0 )? ) ;
public final void rule__SystemImplementation__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36835:1: ( ( ( rule__SystemImplementation__Group_7__0 )? ) )
- // InternalAadl2Parser.g:36836:1: ( ( rule__SystemImplementation__Group_7__0 )? )
+ // InternalAadl2Parser.g:36452:1: ( ( ( rule__SystemImplementation__Group_7__0 )? ) )
+ // InternalAadl2Parser.g:36453:1: ( ( rule__SystemImplementation__Group_7__0 )? )
{
- // InternalAadl2Parser.g:36836:1: ( ( rule__SystemImplementation__Group_7__0 )? )
- // InternalAadl2Parser.g:36837:2: ( rule__SystemImplementation__Group_7__0 )?
+ // InternalAadl2Parser.g:36453:1: ( ( rule__SystemImplementation__Group_7__0 )? )
+ // InternalAadl2Parser.g:36454:2: ( rule__SystemImplementation__Group_7__0 )?
{
before(grammarAccess.getSystemImplementationAccess().getGroup_7());
- // InternalAadl2Parser.g:36838:2: ( rule__SystemImplementation__Group_7__0 )?
- int alt702=2;
- int LA702_0 = input.LA(1);
+ // InternalAadl2Parser.g:36455:2: ( rule__SystemImplementation__Group_7__0 )?
+ int alt701=2;
+ int LA701_0 = input.LA(1);
- if ( (LA702_0==Subcomponents) ) {
- alt702=1;
+ if ( (LA701_0==Prototypes) ) {
+ alt701=1;
}
- switch (alt702) {
+ switch (alt701) {
case 1 :
- // InternalAadl2Parser.g:36838:3: rule__SystemImplementation__Group_7__0
+ // InternalAadl2Parser.g:36455:3: rule__SystemImplementation__Group_7__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemImplementation__Group_7__0();
@@ -140609,16 +139324,16 @@ public final void rule__SystemImplementation__Group__7__Impl() throws Recognitio
// $ANTLR start "rule__SystemImplementation__Group__8"
- // InternalAadl2Parser.g:36846:1: rule__SystemImplementation__Group__8 : rule__SystemImplementation__Group__8__Impl rule__SystemImplementation__Group__9 ;
+ // InternalAadl2Parser.g:36463:1: rule__SystemImplementation__Group__8 : rule__SystemImplementation__Group__8__Impl rule__SystemImplementation__Group__9 ;
public final void rule__SystemImplementation__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36850:1: ( rule__SystemImplementation__Group__8__Impl rule__SystemImplementation__Group__9 )
- // InternalAadl2Parser.g:36851:2: rule__SystemImplementation__Group__8__Impl rule__SystemImplementation__Group__9
+ // InternalAadl2Parser.g:36467:1: ( rule__SystemImplementation__Group__8__Impl rule__SystemImplementation__Group__9 )
+ // InternalAadl2Parser.g:36468:2: rule__SystemImplementation__Group__8__Impl rule__SystemImplementation__Group__9
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__SystemImplementation__Group__8__Impl();
state._fsp--;
@@ -140647,29 +139362,29 @@ public final void rule__SystemImplementation__Group__8() throws RecognitionExcep
// $ANTLR start "rule__SystemImplementation__Group__8__Impl"
- // InternalAadl2Parser.g:36858:1: rule__SystemImplementation__Group__8__Impl : ( ( rule__SystemImplementation__Group_8__0 )? ) ;
+ // InternalAadl2Parser.g:36475:1: rule__SystemImplementation__Group__8__Impl : ( ( rule__SystemImplementation__Group_8__0 )? ) ;
public final void rule__SystemImplementation__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36862:1: ( ( ( rule__SystemImplementation__Group_8__0 )? ) )
- // InternalAadl2Parser.g:36863:1: ( ( rule__SystemImplementation__Group_8__0 )? )
+ // InternalAadl2Parser.g:36479:1: ( ( ( rule__SystemImplementation__Group_8__0 )? ) )
+ // InternalAadl2Parser.g:36480:1: ( ( rule__SystemImplementation__Group_8__0 )? )
{
- // InternalAadl2Parser.g:36863:1: ( ( rule__SystemImplementation__Group_8__0 )? )
- // InternalAadl2Parser.g:36864:2: ( rule__SystemImplementation__Group_8__0 )?
+ // InternalAadl2Parser.g:36480:1: ( ( rule__SystemImplementation__Group_8__0 )? )
+ // InternalAadl2Parser.g:36481:2: ( rule__SystemImplementation__Group_8__0 )?
{
before(grammarAccess.getSystemImplementationAccess().getGroup_8());
- // InternalAadl2Parser.g:36865:2: ( rule__SystemImplementation__Group_8__0 )?
- int alt703=2;
- int LA703_0 = input.LA(1);
+ // InternalAadl2Parser.g:36482:2: ( rule__SystemImplementation__Group_8__0 )?
+ int alt702=2;
+ int LA702_0 = input.LA(1);
- if ( (LA703_0==Internal) ) {
- alt703=1;
+ if ( (LA702_0==Subcomponents) ) {
+ alt702=1;
}
- switch (alt703) {
+ switch (alt702) {
case 1 :
- // InternalAadl2Parser.g:36865:3: rule__SystemImplementation__Group_8__0
+ // InternalAadl2Parser.g:36482:3: rule__SystemImplementation__Group_8__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemImplementation__Group_8__0();
@@ -140705,16 +139420,16 @@ public final void rule__SystemImplementation__Group__8__Impl() throws Recognitio
// $ANTLR start "rule__SystemImplementation__Group__9"
- // InternalAadl2Parser.g:36873:1: rule__SystemImplementation__Group__9 : rule__SystemImplementation__Group__9__Impl rule__SystemImplementation__Group__10 ;
+ // InternalAadl2Parser.g:36490:1: rule__SystemImplementation__Group__9 : rule__SystemImplementation__Group__9__Impl rule__SystemImplementation__Group__10 ;
public final void rule__SystemImplementation__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36877:1: ( rule__SystemImplementation__Group__9__Impl rule__SystemImplementation__Group__10 )
- // InternalAadl2Parser.g:36878:2: rule__SystemImplementation__Group__9__Impl rule__SystemImplementation__Group__10
+ // InternalAadl2Parser.g:36494:1: ( rule__SystemImplementation__Group__9__Impl rule__SystemImplementation__Group__10 )
+ // InternalAadl2Parser.g:36495:2: rule__SystemImplementation__Group__9__Impl rule__SystemImplementation__Group__10
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__SystemImplementation__Group__9__Impl();
state._fsp--;
@@ -140743,29 +139458,29 @@ public final void rule__SystemImplementation__Group__9() throws RecognitionExcep
// $ANTLR start "rule__SystemImplementation__Group__9__Impl"
- // InternalAadl2Parser.g:36885:1: rule__SystemImplementation__Group__9__Impl : ( ( rule__SystemImplementation__Group_9__0 )? ) ;
+ // InternalAadl2Parser.g:36502:1: rule__SystemImplementation__Group__9__Impl : ( ( rule__SystemImplementation__Group_9__0 )? ) ;
public final void rule__SystemImplementation__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36889:1: ( ( ( rule__SystemImplementation__Group_9__0 )? ) )
- // InternalAadl2Parser.g:36890:1: ( ( rule__SystemImplementation__Group_9__0 )? )
+ // InternalAadl2Parser.g:36506:1: ( ( ( rule__SystemImplementation__Group_9__0 )? ) )
+ // InternalAadl2Parser.g:36507:1: ( ( rule__SystemImplementation__Group_9__0 )? )
{
- // InternalAadl2Parser.g:36890:1: ( ( rule__SystemImplementation__Group_9__0 )? )
- // InternalAadl2Parser.g:36891:2: ( rule__SystemImplementation__Group_9__0 )?
+ // InternalAadl2Parser.g:36507:1: ( ( rule__SystemImplementation__Group_9__0 )? )
+ // InternalAadl2Parser.g:36508:2: ( rule__SystemImplementation__Group_9__0 )?
{
before(grammarAccess.getSystemImplementationAccess().getGroup_9());
- // InternalAadl2Parser.g:36892:2: ( rule__SystemImplementation__Group_9__0 )?
- int alt704=2;
- int LA704_0 = input.LA(1);
+ // InternalAadl2Parser.g:36509:2: ( rule__SystemImplementation__Group_9__0 )?
+ int alt703=2;
+ int LA703_0 = input.LA(1);
- if ( (LA704_0==Processor) ) {
- alt704=1;
+ if ( (LA703_0==Internal) ) {
+ alt703=1;
}
- switch (alt704) {
+ switch (alt703) {
case 1 :
- // InternalAadl2Parser.g:36892:3: rule__SystemImplementation__Group_9__0
+ // InternalAadl2Parser.g:36509:3: rule__SystemImplementation__Group_9__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemImplementation__Group_9__0();
@@ -140801,16 +139516,16 @@ public final void rule__SystemImplementation__Group__9__Impl() throws Recognitio
// $ANTLR start "rule__SystemImplementation__Group__10"
- // InternalAadl2Parser.g:36900:1: rule__SystemImplementation__Group__10 : rule__SystemImplementation__Group__10__Impl rule__SystemImplementation__Group__11 ;
+ // InternalAadl2Parser.g:36517:1: rule__SystemImplementation__Group__10 : rule__SystemImplementation__Group__10__Impl rule__SystemImplementation__Group__11 ;
public final void rule__SystemImplementation__Group__10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36904:1: ( rule__SystemImplementation__Group__10__Impl rule__SystemImplementation__Group__11 )
- // InternalAadl2Parser.g:36905:2: rule__SystemImplementation__Group__10__Impl rule__SystemImplementation__Group__11
+ // InternalAadl2Parser.g:36521:1: ( rule__SystemImplementation__Group__10__Impl rule__SystemImplementation__Group__11 )
+ // InternalAadl2Parser.g:36522:2: rule__SystemImplementation__Group__10__Impl rule__SystemImplementation__Group__11
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__SystemImplementation__Group__10__Impl();
state._fsp--;
@@ -140839,29 +139554,29 @@ public final void rule__SystemImplementation__Group__10() throws RecognitionExce
// $ANTLR start "rule__SystemImplementation__Group__10__Impl"
- // InternalAadl2Parser.g:36912:1: rule__SystemImplementation__Group__10__Impl : ( ( rule__SystemImplementation__Group_10__0 )? ) ;
+ // InternalAadl2Parser.g:36529:1: rule__SystemImplementation__Group__10__Impl : ( ( rule__SystemImplementation__Group_10__0 )? ) ;
public final void rule__SystemImplementation__Group__10__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36916:1: ( ( ( rule__SystemImplementation__Group_10__0 )? ) )
- // InternalAadl2Parser.g:36917:1: ( ( rule__SystemImplementation__Group_10__0 )? )
+ // InternalAadl2Parser.g:36533:1: ( ( ( rule__SystemImplementation__Group_10__0 )? ) )
+ // InternalAadl2Parser.g:36534:1: ( ( rule__SystemImplementation__Group_10__0 )? )
{
- // InternalAadl2Parser.g:36917:1: ( ( rule__SystemImplementation__Group_10__0 )? )
- // InternalAadl2Parser.g:36918:2: ( rule__SystemImplementation__Group_10__0 )?
+ // InternalAadl2Parser.g:36534:1: ( ( rule__SystemImplementation__Group_10__0 )? )
+ // InternalAadl2Parser.g:36535:2: ( rule__SystemImplementation__Group_10__0 )?
{
before(grammarAccess.getSystemImplementationAccess().getGroup_10());
- // InternalAadl2Parser.g:36919:2: ( rule__SystemImplementation__Group_10__0 )?
- int alt705=2;
- int LA705_0 = input.LA(1);
+ // InternalAadl2Parser.g:36536:2: ( rule__SystemImplementation__Group_10__0 )?
+ int alt704=2;
+ int LA704_0 = input.LA(1);
- if ( (LA705_0==Connections) ) {
- alt705=1;
+ if ( (LA704_0==Processor) ) {
+ alt704=1;
}
- switch (alt705) {
+ switch (alt704) {
case 1 :
- // InternalAadl2Parser.g:36919:3: rule__SystemImplementation__Group_10__0
+ // InternalAadl2Parser.g:36536:3: rule__SystemImplementation__Group_10__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemImplementation__Group_10__0();
@@ -140897,16 +139612,16 @@ public final void rule__SystemImplementation__Group__10__Impl() throws Recogniti
// $ANTLR start "rule__SystemImplementation__Group__11"
- // InternalAadl2Parser.g:36927:1: rule__SystemImplementation__Group__11 : rule__SystemImplementation__Group__11__Impl rule__SystemImplementation__Group__12 ;
+ // InternalAadl2Parser.g:36544:1: rule__SystemImplementation__Group__11 : rule__SystemImplementation__Group__11__Impl rule__SystemImplementation__Group__12 ;
public final void rule__SystemImplementation__Group__11() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36931:1: ( rule__SystemImplementation__Group__11__Impl rule__SystemImplementation__Group__12 )
- // InternalAadl2Parser.g:36932:2: rule__SystemImplementation__Group__11__Impl rule__SystemImplementation__Group__12
+ // InternalAadl2Parser.g:36548:1: ( rule__SystemImplementation__Group__11__Impl rule__SystemImplementation__Group__12 )
+ // InternalAadl2Parser.g:36549:2: rule__SystemImplementation__Group__11__Impl rule__SystemImplementation__Group__12
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__SystemImplementation__Group__11__Impl();
state._fsp--;
@@ -140935,29 +139650,29 @@ public final void rule__SystemImplementation__Group__11() throws RecognitionExce
// $ANTLR start "rule__SystemImplementation__Group__11__Impl"
- // InternalAadl2Parser.g:36939:1: rule__SystemImplementation__Group__11__Impl : ( ( rule__SystemImplementation__Group_11__0 )? ) ;
+ // InternalAadl2Parser.g:36556:1: rule__SystemImplementation__Group__11__Impl : ( ( rule__SystemImplementation__Group_11__0 )? ) ;
public final void rule__SystemImplementation__Group__11__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36943:1: ( ( ( rule__SystemImplementation__Group_11__0 )? ) )
- // InternalAadl2Parser.g:36944:1: ( ( rule__SystemImplementation__Group_11__0 )? )
+ // InternalAadl2Parser.g:36560:1: ( ( ( rule__SystemImplementation__Group_11__0 )? ) )
+ // InternalAadl2Parser.g:36561:1: ( ( rule__SystemImplementation__Group_11__0 )? )
{
- // InternalAadl2Parser.g:36944:1: ( ( rule__SystemImplementation__Group_11__0 )? )
- // InternalAadl2Parser.g:36945:2: ( rule__SystemImplementation__Group_11__0 )?
+ // InternalAadl2Parser.g:36561:1: ( ( rule__SystemImplementation__Group_11__0 )? )
+ // InternalAadl2Parser.g:36562:2: ( rule__SystemImplementation__Group_11__0 )?
{
before(grammarAccess.getSystemImplementationAccess().getGroup_11());
- // InternalAadl2Parser.g:36946:2: ( rule__SystemImplementation__Group_11__0 )?
- int alt706=2;
- int LA706_0 = input.LA(1);
+ // InternalAadl2Parser.g:36563:2: ( rule__SystemImplementation__Group_11__0 )?
+ int alt705=2;
+ int LA705_0 = input.LA(1);
- if ( (LA706_0==Flows) ) {
- alt706=1;
+ if ( (LA705_0==Connections) ) {
+ alt705=1;
}
- switch (alt706) {
+ switch (alt705) {
case 1 :
- // InternalAadl2Parser.g:36946:3: rule__SystemImplementation__Group_11__0
+ // InternalAadl2Parser.g:36563:3: rule__SystemImplementation__Group_11__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemImplementation__Group_11__0();
@@ -140993,16 +139708,16 @@ public final void rule__SystemImplementation__Group__11__Impl() throws Recogniti
// $ANTLR start "rule__SystemImplementation__Group__12"
- // InternalAadl2Parser.g:36954:1: rule__SystemImplementation__Group__12 : rule__SystemImplementation__Group__12__Impl rule__SystemImplementation__Group__13 ;
+ // InternalAadl2Parser.g:36571:1: rule__SystemImplementation__Group__12 : rule__SystemImplementation__Group__12__Impl rule__SystemImplementation__Group__13 ;
public final void rule__SystemImplementation__Group__12() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36958:1: ( rule__SystemImplementation__Group__12__Impl rule__SystemImplementation__Group__13 )
- // InternalAadl2Parser.g:36959:2: rule__SystemImplementation__Group__12__Impl rule__SystemImplementation__Group__13
+ // InternalAadl2Parser.g:36575:1: ( rule__SystemImplementation__Group__12__Impl rule__SystemImplementation__Group__13 )
+ // InternalAadl2Parser.g:36576:2: rule__SystemImplementation__Group__12__Impl rule__SystemImplementation__Group__13
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__SystemImplementation__Group__12__Impl();
state._fsp--;
@@ -141031,29 +139746,29 @@ public final void rule__SystemImplementation__Group__12() throws RecognitionExce
// $ANTLR start "rule__SystemImplementation__Group__12__Impl"
- // InternalAadl2Parser.g:36966:1: rule__SystemImplementation__Group__12__Impl : ( ( rule__SystemImplementation__Group_12__0 )? ) ;
+ // InternalAadl2Parser.g:36583:1: rule__SystemImplementation__Group__12__Impl : ( ( rule__SystemImplementation__Group_12__0 )? ) ;
public final void rule__SystemImplementation__Group__12__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36970:1: ( ( ( rule__SystemImplementation__Group_12__0 )? ) )
- // InternalAadl2Parser.g:36971:1: ( ( rule__SystemImplementation__Group_12__0 )? )
+ // InternalAadl2Parser.g:36587:1: ( ( ( rule__SystemImplementation__Group_12__0 )? ) )
+ // InternalAadl2Parser.g:36588:1: ( ( rule__SystemImplementation__Group_12__0 )? )
{
- // InternalAadl2Parser.g:36971:1: ( ( rule__SystemImplementation__Group_12__0 )? )
- // InternalAadl2Parser.g:36972:2: ( rule__SystemImplementation__Group_12__0 )?
+ // InternalAadl2Parser.g:36588:1: ( ( rule__SystemImplementation__Group_12__0 )? )
+ // InternalAadl2Parser.g:36589:2: ( rule__SystemImplementation__Group_12__0 )?
{
before(grammarAccess.getSystemImplementationAccess().getGroup_12());
- // InternalAadl2Parser.g:36973:2: ( rule__SystemImplementation__Group_12__0 )?
- int alt707=2;
- int LA707_0 = input.LA(1);
+ // InternalAadl2Parser.g:36590:2: ( rule__SystemImplementation__Group_12__0 )?
+ int alt706=2;
+ int LA706_0 = input.LA(1);
- if ( (LA707_0==Modes) ) {
- alt707=1;
+ if ( (LA706_0==Flows) ) {
+ alt706=1;
}
- switch (alt707) {
+ switch (alt706) {
case 1 :
- // InternalAadl2Parser.g:36973:3: rule__SystemImplementation__Group_12__0
+ // InternalAadl2Parser.g:36590:3: rule__SystemImplementation__Group_12__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemImplementation__Group_12__0();
@@ -141089,16 +139804,16 @@ public final void rule__SystemImplementation__Group__12__Impl() throws Recogniti
// $ANTLR start "rule__SystemImplementation__Group__13"
- // InternalAadl2Parser.g:36981:1: rule__SystemImplementation__Group__13 : rule__SystemImplementation__Group__13__Impl rule__SystemImplementation__Group__14 ;
+ // InternalAadl2Parser.g:36598:1: rule__SystemImplementation__Group__13 : rule__SystemImplementation__Group__13__Impl rule__SystemImplementation__Group__14 ;
public final void rule__SystemImplementation__Group__13() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36985:1: ( rule__SystemImplementation__Group__13__Impl rule__SystemImplementation__Group__14 )
- // InternalAadl2Parser.g:36986:2: rule__SystemImplementation__Group__13__Impl rule__SystemImplementation__Group__14
+ // InternalAadl2Parser.g:36602:1: ( rule__SystemImplementation__Group__13__Impl rule__SystemImplementation__Group__14 )
+ // InternalAadl2Parser.g:36603:2: rule__SystemImplementation__Group__13__Impl rule__SystemImplementation__Group__14
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__SystemImplementation__Group__13__Impl();
state._fsp--;
@@ -141127,29 +139842,29 @@ public final void rule__SystemImplementation__Group__13() throws RecognitionExce
// $ANTLR start "rule__SystemImplementation__Group__13__Impl"
- // InternalAadl2Parser.g:36993:1: rule__SystemImplementation__Group__13__Impl : ( ( rule__SystemImplementation__Group_13__0 )? ) ;
+ // InternalAadl2Parser.g:36610:1: rule__SystemImplementation__Group__13__Impl : ( ( rule__SystemImplementation__Group_13__0 )? ) ;
public final void rule__SystemImplementation__Group__13__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:36997:1: ( ( ( rule__SystemImplementation__Group_13__0 )? ) )
- // InternalAadl2Parser.g:36998:1: ( ( rule__SystemImplementation__Group_13__0 )? )
+ // InternalAadl2Parser.g:36614:1: ( ( ( rule__SystemImplementation__Group_13__0 )? ) )
+ // InternalAadl2Parser.g:36615:1: ( ( rule__SystemImplementation__Group_13__0 )? )
{
- // InternalAadl2Parser.g:36998:1: ( ( rule__SystemImplementation__Group_13__0 )? )
- // InternalAadl2Parser.g:36999:2: ( rule__SystemImplementation__Group_13__0 )?
+ // InternalAadl2Parser.g:36615:1: ( ( rule__SystemImplementation__Group_13__0 )? )
+ // InternalAadl2Parser.g:36616:2: ( rule__SystemImplementation__Group_13__0 )?
{
before(grammarAccess.getSystemImplementationAccess().getGroup_13());
- // InternalAadl2Parser.g:37000:2: ( rule__SystemImplementation__Group_13__0 )?
- int alt708=2;
- int LA708_0 = input.LA(1);
+ // InternalAadl2Parser.g:36617:2: ( rule__SystemImplementation__Group_13__0 )?
+ int alt707=2;
+ int LA707_0 = input.LA(1);
- if ( (LA708_0==Properties) ) {
- alt708=1;
+ if ( (LA707_0==Modes) ) {
+ alt707=1;
}
- switch (alt708) {
+ switch (alt707) {
case 1 :
- // InternalAadl2Parser.g:37000:3: rule__SystemImplementation__Group_13__0
+ // InternalAadl2Parser.g:36617:3: rule__SystemImplementation__Group_13__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SystemImplementation__Group_13__0();
@@ -141185,16 +139900,16 @@ public final void rule__SystemImplementation__Group__13__Impl() throws Recogniti
// $ANTLR start "rule__SystemImplementation__Group__14"
- // InternalAadl2Parser.g:37008:1: rule__SystemImplementation__Group__14 : rule__SystemImplementation__Group__14__Impl rule__SystemImplementation__Group__15 ;
+ // InternalAadl2Parser.g:36625:1: rule__SystemImplementation__Group__14 : rule__SystemImplementation__Group__14__Impl rule__SystemImplementation__Group__15 ;
public final void rule__SystemImplementation__Group__14() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37012:1: ( rule__SystemImplementation__Group__14__Impl rule__SystemImplementation__Group__15 )
- // InternalAadl2Parser.g:37013:2: rule__SystemImplementation__Group__14__Impl rule__SystemImplementation__Group__15
+ // InternalAadl2Parser.g:36629:1: ( rule__SystemImplementation__Group__14__Impl rule__SystemImplementation__Group__15 )
+ // InternalAadl2Parser.g:36630:2: rule__SystemImplementation__Group__14__Impl rule__SystemImplementation__Group__15
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__SystemImplementation__Group__14__Impl();
state._fsp--;
@@ -141223,20 +139938,116 @@ public final void rule__SystemImplementation__Group__14() throws RecognitionExce
// $ANTLR start "rule__SystemImplementation__Group__14__Impl"
- // InternalAadl2Parser.g:37020:1: rule__SystemImplementation__Group__14__Impl : ( ( rule__SystemImplementation__OwnedAnnexSubclauseAssignment_14 )* ) ;
+ // InternalAadl2Parser.g:36637:1: rule__SystemImplementation__Group__14__Impl : ( ( rule__SystemImplementation__Group_14__0 )? ) ;
public final void rule__SystemImplementation__Group__14__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37024:1: ( ( ( rule__SystemImplementation__OwnedAnnexSubclauseAssignment_14 )* ) )
- // InternalAadl2Parser.g:37025:1: ( ( rule__SystemImplementation__OwnedAnnexSubclauseAssignment_14 )* )
+ // InternalAadl2Parser.g:36641:1: ( ( ( rule__SystemImplementation__Group_14__0 )? ) )
+ // InternalAadl2Parser.g:36642:1: ( ( rule__SystemImplementation__Group_14__0 )? )
{
- // InternalAadl2Parser.g:37025:1: ( ( rule__SystemImplementation__OwnedAnnexSubclauseAssignment_14 )* )
- // InternalAadl2Parser.g:37026:2: ( rule__SystemImplementation__OwnedAnnexSubclauseAssignment_14 )*
+ // InternalAadl2Parser.g:36642:1: ( ( rule__SystemImplementation__Group_14__0 )? )
+ // InternalAadl2Parser.g:36643:2: ( rule__SystemImplementation__Group_14__0 )?
{
- before(grammarAccess.getSystemImplementationAccess().getOwnedAnnexSubclauseAssignment_14());
- // InternalAadl2Parser.g:37027:2: ( rule__SystemImplementation__OwnedAnnexSubclauseAssignment_14 )*
+ before(grammarAccess.getSystemImplementationAccess().getGroup_14());
+ // InternalAadl2Parser.g:36644:2: ( rule__SystemImplementation__Group_14__0 )?
+ int alt708=2;
+ int LA708_0 = input.LA(1);
+
+ if ( (LA708_0==Properties) ) {
+ alt708=1;
+ }
+ switch (alt708) {
+ case 1 :
+ // InternalAadl2Parser.g:36644:3: rule__SystemImplementation__Group_14__0
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__SystemImplementation__Group_14__0();
+
+ state._fsp--;
+
+
+ }
+ break;
+
+ }
+
+ after(grammarAccess.getSystemImplementationAccess().getGroup_14());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SystemImplementation__Group__14__Impl"
+
+
+ // $ANTLR start "rule__SystemImplementation__Group__15"
+ // InternalAadl2Parser.g:36652:1: rule__SystemImplementation__Group__15 : rule__SystemImplementation__Group__15__Impl rule__SystemImplementation__Group__16 ;
+ public final void rule__SystemImplementation__Group__15() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:36656:1: ( rule__SystemImplementation__Group__15__Impl rule__SystemImplementation__Group__16 )
+ // InternalAadl2Parser.g:36657:2: rule__SystemImplementation__Group__15__Impl rule__SystemImplementation__Group__16
+ {
+ pushFollow(FollowSets000.FOLLOW_38);
+ rule__SystemImplementation__Group__15__Impl();
+
+ state._fsp--;
+
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__SystemImplementation__Group__16();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SystemImplementation__Group__15"
+
+
+ // $ANTLR start "rule__SystemImplementation__Group__15__Impl"
+ // InternalAadl2Parser.g:36664:1: rule__SystemImplementation__Group__15__Impl : ( ( rule__SystemImplementation__OwnedAnnexSubclauseAssignment_15 )* ) ;
+ public final void rule__SystemImplementation__Group__15__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:36668:1: ( ( ( rule__SystemImplementation__OwnedAnnexSubclauseAssignment_15 )* ) )
+ // InternalAadl2Parser.g:36669:1: ( ( rule__SystemImplementation__OwnedAnnexSubclauseAssignment_15 )* )
+ {
+ // InternalAadl2Parser.g:36669:1: ( ( rule__SystemImplementation__OwnedAnnexSubclauseAssignment_15 )* )
+ // InternalAadl2Parser.g:36670:2: ( rule__SystemImplementation__OwnedAnnexSubclauseAssignment_15 )*
+ {
+ before(grammarAccess.getSystemImplementationAccess().getOwnedAnnexSubclauseAssignment_15());
+ // InternalAadl2Parser.g:36671:2: ( rule__SystemImplementation__OwnedAnnexSubclauseAssignment_15 )*
loop709:
do {
int alt709=2;
@@ -141249,10 +140060,10 @@ public final void rule__SystemImplementation__Group__14__Impl() throws Recogniti
switch (alt709) {
case 1 :
- // InternalAadl2Parser.g:37027:3: rule__SystemImplementation__OwnedAnnexSubclauseAssignment_14
+ // InternalAadl2Parser.g:36671:3: rule__SystemImplementation__OwnedAnnexSubclauseAssignment_15
{
pushFollow(FollowSets000.FOLLOW_28);
- rule__SystemImplementation__OwnedAnnexSubclauseAssignment_14();
+ rule__SystemImplementation__OwnedAnnexSubclauseAssignment_15();
state._fsp--;
@@ -141265,7 +140076,7 @@ public final void rule__SystemImplementation__Group__14__Impl() throws Recogniti
}
} while (true);
- after(grammarAccess.getSystemImplementationAccess().getOwnedAnnexSubclauseAssignment_14());
+ after(grammarAccess.getSystemImplementationAccess().getOwnedAnnexSubclauseAssignment_15());
}
@@ -141284,26 +140095,26 @@ public final void rule__SystemImplementation__Group__14__Impl() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group__14__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group__15__Impl"
- // $ANTLR start "rule__SystemImplementation__Group__15"
- // InternalAadl2Parser.g:37035:1: rule__SystemImplementation__Group__15 : rule__SystemImplementation__Group__15__Impl rule__SystemImplementation__Group__16 ;
- public final void rule__SystemImplementation__Group__15() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group__16"
+ // InternalAadl2Parser.g:36679:1: rule__SystemImplementation__Group__16 : rule__SystemImplementation__Group__16__Impl rule__SystemImplementation__Group__17 ;
+ public final void rule__SystemImplementation__Group__16() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37039:1: ( rule__SystemImplementation__Group__15__Impl rule__SystemImplementation__Group__16 )
- // InternalAadl2Parser.g:37040:2: rule__SystemImplementation__Group__15__Impl rule__SystemImplementation__Group__16
+ // InternalAadl2Parser.g:36683:1: ( rule__SystemImplementation__Group__16__Impl rule__SystemImplementation__Group__17 )
+ // InternalAadl2Parser.g:36684:2: rule__SystemImplementation__Group__16__Impl rule__SystemImplementation__Group__17
{
pushFollow(FollowSets000.FOLLOW_4);
- rule__SystemImplementation__Group__15__Impl();
+ rule__SystemImplementation__Group__16__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group__16();
+ rule__SystemImplementation__Group__17();
state._fsp--;
@@ -141322,25 +140133,25 @@ public final void rule__SystemImplementation__Group__15() throws RecognitionExce
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group__15"
+ // $ANTLR end "rule__SystemImplementation__Group__16"
- // $ANTLR start "rule__SystemImplementation__Group__15__Impl"
- // InternalAadl2Parser.g:37047:1: rule__SystemImplementation__Group__15__Impl : ( End ) ;
- public final void rule__SystemImplementation__Group__15__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group__16__Impl"
+ // InternalAadl2Parser.g:36691:1: rule__SystemImplementation__Group__16__Impl : ( End ) ;
+ public final void rule__SystemImplementation__Group__16__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37051:1: ( ( End ) )
- // InternalAadl2Parser.g:37052:1: ( End )
+ // InternalAadl2Parser.g:36695:1: ( ( End ) )
+ // InternalAadl2Parser.g:36696:1: ( End )
{
- // InternalAadl2Parser.g:37052:1: ( End )
- // InternalAadl2Parser.g:37053:2: End
+ // InternalAadl2Parser.g:36696:1: ( End )
+ // InternalAadl2Parser.g:36697:2: End
{
- before(grammarAccess.getSystemImplementationAccess().getEndKeyword_15());
+ before(grammarAccess.getSystemImplementationAccess().getEndKeyword_16());
match(input,End,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSystemImplementationAccess().getEndKeyword_15());
+ after(grammarAccess.getSystemImplementationAccess().getEndKeyword_16());
}
@@ -141359,26 +140170,26 @@ public final void rule__SystemImplementation__Group__15__Impl() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group__15__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group__16__Impl"
- // $ANTLR start "rule__SystemImplementation__Group__16"
- // InternalAadl2Parser.g:37062:1: rule__SystemImplementation__Group__16 : rule__SystemImplementation__Group__16__Impl rule__SystemImplementation__Group__17 ;
- public final void rule__SystemImplementation__Group__16() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group__17"
+ // InternalAadl2Parser.g:36706:1: rule__SystemImplementation__Group__17 : rule__SystemImplementation__Group__17__Impl rule__SystemImplementation__Group__18 ;
+ public final void rule__SystemImplementation__Group__17() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37066:1: ( rule__SystemImplementation__Group__16__Impl rule__SystemImplementation__Group__17 )
- // InternalAadl2Parser.g:37067:2: rule__SystemImplementation__Group__16__Impl rule__SystemImplementation__Group__17
+ // InternalAadl2Parser.g:36710:1: ( rule__SystemImplementation__Group__17__Impl rule__SystemImplementation__Group__18 )
+ // InternalAadl2Parser.g:36711:2: rule__SystemImplementation__Group__17__Impl rule__SystemImplementation__Group__18
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__SystemImplementation__Group__16__Impl();
+ rule__SystemImplementation__Group__17__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group__17();
+ rule__SystemImplementation__Group__18();
state._fsp--;
@@ -141397,29 +140208,29 @@ public final void rule__SystemImplementation__Group__16() throws RecognitionExce
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group__16"
+ // $ANTLR end "rule__SystemImplementation__Group__17"
- // $ANTLR start "rule__SystemImplementation__Group__16__Impl"
- // InternalAadl2Parser.g:37074:1: rule__SystemImplementation__Group__16__Impl : ( ruleFULLINAME ) ;
- public final void rule__SystemImplementation__Group__16__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group__17__Impl"
+ // InternalAadl2Parser.g:36718:1: rule__SystemImplementation__Group__17__Impl : ( ruleFULLINAME ) ;
+ public final void rule__SystemImplementation__Group__17__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37078:1: ( ( ruleFULLINAME ) )
- // InternalAadl2Parser.g:37079:1: ( ruleFULLINAME )
+ // InternalAadl2Parser.g:36722:1: ( ( ruleFULLINAME ) )
+ // InternalAadl2Parser.g:36723:1: ( ruleFULLINAME )
{
- // InternalAadl2Parser.g:37079:1: ( ruleFULLINAME )
- // InternalAadl2Parser.g:37080:2: ruleFULLINAME
+ // InternalAadl2Parser.g:36723:1: ( ruleFULLINAME )
+ // InternalAadl2Parser.g:36724:2: ruleFULLINAME
{
- before(grammarAccess.getSystemImplementationAccess().getFULLINAMEParserRuleCall_16());
+ before(grammarAccess.getSystemImplementationAccess().getFULLINAMEParserRuleCall_17());
pushFollow(FollowSets000.FOLLOW_2);
ruleFULLINAME();
state._fsp--;
- after(grammarAccess.getSystemImplementationAccess().getFULLINAMEParserRuleCall_16());
+ after(grammarAccess.getSystemImplementationAccess().getFULLINAMEParserRuleCall_17());
}
@@ -141438,21 +140249,21 @@ public final void rule__SystemImplementation__Group__16__Impl() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group__16__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group__17__Impl"
- // $ANTLR start "rule__SystemImplementation__Group__17"
- // InternalAadl2Parser.g:37089:1: rule__SystemImplementation__Group__17 : rule__SystemImplementation__Group__17__Impl ;
- public final void rule__SystemImplementation__Group__17() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group__18"
+ // InternalAadl2Parser.g:36733:1: rule__SystemImplementation__Group__18 : rule__SystemImplementation__Group__18__Impl ;
+ public final void rule__SystemImplementation__Group__18() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37093:1: ( rule__SystemImplementation__Group__17__Impl )
- // InternalAadl2Parser.g:37094:2: rule__SystemImplementation__Group__17__Impl
+ // InternalAadl2Parser.g:36737:1: ( rule__SystemImplementation__Group__18__Impl )
+ // InternalAadl2Parser.g:36738:2: rule__SystemImplementation__Group__18__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group__17__Impl();
+ rule__SystemImplementation__Group__18__Impl();
state._fsp--;
@@ -141471,25 +140282,25 @@ public final void rule__SystemImplementation__Group__17() throws RecognitionExce
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group__17"
+ // $ANTLR end "rule__SystemImplementation__Group__18"
- // $ANTLR start "rule__SystemImplementation__Group__17__Impl"
- // InternalAadl2Parser.g:37100:1: rule__SystemImplementation__Group__17__Impl : ( Semicolon ) ;
- public final void rule__SystemImplementation__Group__17__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group__18__Impl"
+ // InternalAadl2Parser.g:36744:1: rule__SystemImplementation__Group__18__Impl : ( Semicolon ) ;
+ public final void rule__SystemImplementation__Group__18__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37104:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:37105:1: ( Semicolon )
+ // InternalAadl2Parser.g:36748:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:36749:1: ( Semicolon )
{
- // InternalAadl2Parser.g:37105:1: ( Semicolon )
- // InternalAadl2Parser.g:37106:2: Semicolon
+ // InternalAadl2Parser.g:36749:1: ( Semicolon )
+ // InternalAadl2Parser.g:36750:2: Semicolon
{
- before(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_17());
+ before(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_18());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_17());
+ after(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_18());
}
@@ -141508,26 +140319,26 @@ public final void rule__SystemImplementation__Group__17__Impl() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group__17__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group__18__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_5__0"
- // InternalAadl2Parser.g:37116:1: rule__SystemImplementation__Group_5__0 : rule__SystemImplementation__Group_5__0__Impl rule__SystemImplementation__Group_5__1 ;
- public final void rule__SystemImplementation__Group_5__0() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_6__0"
+ // InternalAadl2Parser.g:36760:1: rule__SystemImplementation__Group_6__0 : rule__SystemImplementation__Group_6__0__Impl rule__SystemImplementation__Group_6__1 ;
+ public final void rule__SystemImplementation__Group_6__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37120:1: ( rule__SystemImplementation__Group_5__0__Impl rule__SystemImplementation__Group_5__1 )
- // InternalAadl2Parser.g:37121:2: rule__SystemImplementation__Group_5__0__Impl rule__SystemImplementation__Group_5__1
+ // InternalAadl2Parser.g:36764:1: ( rule__SystemImplementation__Group_6__0__Impl rule__SystemImplementation__Group_6__1 )
+ // InternalAadl2Parser.g:36765:2: rule__SystemImplementation__Group_6__0__Impl rule__SystemImplementation__Group_6__1
{
pushFollow(FollowSets000.FOLLOW_4);
- rule__SystemImplementation__Group_5__0__Impl();
+ rule__SystemImplementation__Group_6__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_5__1();
+ rule__SystemImplementation__Group_6__1();
state._fsp--;
@@ -141546,25 +140357,25 @@ public final void rule__SystemImplementation__Group_5__0() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_5__0"
+ // $ANTLR end "rule__SystemImplementation__Group_6__0"
- // $ANTLR start "rule__SystemImplementation__Group_5__0__Impl"
- // InternalAadl2Parser.g:37128:1: rule__SystemImplementation__Group_5__0__Impl : ( LeftParenthesis ) ;
- public final void rule__SystemImplementation__Group_5__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_6__0__Impl"
+ // InternalAadl2Parser.g:36772:1: rule__SystemImplementation__Group_6__0__Impl : ( LeftParenthesis ) ;
+ public final void rule__SystemImplementation__Group_6__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37132:1: ( ( LeftParenthesis ) )
- // InternalAadl2Parser.g:37133:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:36776:1: ( ( LeftParenthesis ) )
+ // InternalAadl2Parser.g:36777:1: ( LeftParenthesis )
{
- // InternalAadl2Parser.g:37133:1: ( LeftParenthesis )
- // InternalAadl2Parser.g:37134:2: LeftParenthesis
+ // InternalAadl2Parser.g:36777:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:36778:2: LeftParenthesis
{
- before(grammarAccess.getSystemImplementationAccess().getLeftParenthesisKeyword_5_0());
+ before(grammarAccess.getSystemImplementationAccess().getLeftParenthesisKeyword_6_0());
match(input,LeftParenthesis,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSystemImplementationAccess().getLeftParenthesisKeyword_5_0());
+ after(grammarAccess.getSystemImplementationAccess().getLeftParenthesisKeyword_6_0());
}
@@ -141583,26 +140394,26 @@ public final void rule__SystemImplementation__Group_5__0__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_5__0__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_6__0__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_5__1"
- // InternalAadl2Parser.g:37143:1: rule__SystemImplementation__Group_5__1 : rule__SystemImplementation__Group_5__1__Impl rule__SystemImplementation__Group_5__2 ;
- public final void rule__SystemImplementation__Group_5__1() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_6__1"
+ // InternalAadl2Parser.g:36787:1: rule__SystemImplementation__Group_6__1 : rule__SystemImplementation__Group_6__1__Impl rule__SystemImplementation__Group_6__2 ;
+ public final void rule__SystemImplementation__Group_6__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37147:1: ( rule__SystemImplementation__Group_5__1__Impl rule__SystemImplementation__Group_5__2 )
- // InternalAadl2Parser.g:37148:2: rule__SystemImplementation__Group_5__1__Impl rule__SystemImplementation__Group_5__2
+ // InternalAadl2Parser.g:36791:1: ( rule__SystemImplementation__Group_6__1__Impl rule__SystemImplementation__Group_6__2 )
+ // InternalAadl2Parser.g:36792:2: rule__SystemImplementation__Group_6__1__Impl rule__SystemImplementation__Group_6__2
{
pushFollow(FollowSets000.FOLLOW_30);
- rule__SystemImplementation__Group_5__1__Impl();
+ rule__SystemImplementation__Group_6__1__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_5__2();
+ rule__SystemImplementation__Group_6__2();
state._fsp--;
@@ -141621,35 +140432,35 @@ public final void rule__SystemImplementation__Group_5__1() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_5__1"
+ // $ANTLR end "rule__SystemImplementation__Group_6__1"
- // $ANTLR start "rule__SystemImplementation__Group_5__1__Impl"
- // InternalAadl2Parser.g:37155:1: rule__SystemImplementation__Group_5__1__Impl : ( ( rule__SystemImplementation__OwnedPrototypeBindingAssignment_5_1 ) ) ;
- public final void rule__SystemImplementation__Group_5__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_6__1__Impl"
+ // InternalAadl2Parser.g:36799:1: rule__SystemImplementation__Group_6__1__Impl : ( ( rule__SystemImplementation__OwnedPrototypeBindingAssignment_6_1 ) ) ;
+ public final void rule__SystemImplementation__Group_6__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37159:1: ( ( ( rule__SystemImplementation__OwnedPrototypeBindingAssignment_5_1 ) ) )
- // InternalAadl2Parser.g:37160:1: ( ( rule__SystemImplementation__OwnedPrototypeBindingAssignment_5_1 ) )
+ // InternalAadl2Parser.g:36803:1: ( ( ( rule__SystemImplementation__OwnedPrototypeBindingAssignment_6_1 ) ) )
+ // InternalAadl2Parser.g:36804:1: ( ( rule__SystemImplementation__OwnedPrototypeBindingAssignment_6_1 ) )
{
- // InternalAadl2Parser.g:37160:1: ( ( rule__SystemImplementation__OwnedPrototypeBindingAssignment_5_1 ) )
- // InternalAadl2Parser.g:37161:2: ( rule__SystemImplementation__OwnedPrototypeBindingAssignment_5_1 )
+ // InternalAadl2Parser.g:36804:1: ( ( rule__SystemImplementation__OwnedPrototypeBindingAssignment_6_1 ) )
+ // InternalAadl2Parser.g:36805:2: ( rule__SystemImplementation__OwnedPrototypeBindingAssignment_6_1 )
{
- before(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeBindingAssignment_5_1());
- // InternalAadl2Parser.g:37162:2: ( rule__SystemImplementation__OwnedPrototypeBindingAssignment_5_1 )
- // InternalAadl2Parser.g:37162:3: rule__SystemImplementation__OwnedPrototypeBindingAssignment_5_1
+ before(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeBindingAssignment_6_1());
+ // InternalAadl2Parser.g:36806:2: ( rule__SystemImplementation__OwnedPrototypeBindingAssignment_6_1 )
+ // InternalAadl2Parser.g:36806:3: rule__SystemImplementation__OwnedPrototypeBindingAssignment_6_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__OwnedPrototypeBindingAssignment_5_1();
+ rule__SystemImplementation__OwnedPrototypeBindingAssignment_6_1();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeBindingAssignment_5_1());
+ after(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeBindingAssignment_6_1());
}
@@ -141668,26 +140479,26 @@ public final void rule__SystemImplementation__Group_5__1__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_5__1__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_6__1__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_5__2"
- // InternalAadl2Parser.g:37170:1: rule__SystemImplementation__Group_5__2 : rule__SystemImplementation__Group_5__2__Impl rule__SystemImplementation__Group_5__3 ;
- public final void rule__SystemImplementation__Group_5__2() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_6__2"
+ // InternalAadl2Parser.g:36814:1: rule__SystemImplementation__Group_6__2 : rule__SystemImplementation__Group_6__2__Impl rule__SystemImplementation__Group_6__3 ;
+ public final void rule__SystemImplementation__Group_6__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37174:1: ( rule__SystemImplementation__Group_5__2__Impl rule__SystemImplementation__Group_5__3 )
- // InternalAadl2Parser.g:37175:2: rule__SystemImplementation__Group_5__2__Impl rule__SystemImplementation__Group_5__3
+ // InternalAadl2Parser.g:36818:1: ( rule__SystemImplementation__Group_6__2__Impl rule__SystemImplementation__Group_6__3 )
+ // InternalAadl2Parser.g:36819:2: rule__SystemImplementation__Group_6__2__Impl rule__SystemImplementation__Group_6__3
{
pushFollow(FollowSets000.FOLLOW_30);
- rule__SystemImplementation__Group_5__2__Impl();
+ rule__SystemImplementation__Group_6__2__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_5__3();
+ rule__SystemImplementation__Group_6__3();
state._fsp--;
@@ -141706,24 +140517,24 @@ public final void rule__SystemImplementation__Group_5__2() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_5__2"
+ // $ANTLR end "rule__SystemImplementation__Group_6__2"
- // $ANTLR start "rule__SystemImplementation__Group_5__2__Impl"
- // InternalAadl2Parser.g:37182:1: rule__SystemImplementation__Group_5__2__Impl : ( ( rule__SystemImplementation__Group_5_2__0 )* ) ;
- public final void rule__SystemImplementation__Group_5__2__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_6__2__Impl"
+ // InternalAadl2Parser.g:36826:1: rule__SystemImplementation__Group_6__2__Impl : ( ( rule__SystemImplementation__Group_6_2__0 )* ) ;
+ public final void rule__SystemImplementation__Group_6__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37186:1: ( ( ( rule__SystemImplementation__Group_5_2__0 )* ) )
- // InternalAadl2Parser.g:37187:1: ( ( rule__SystemImplementation__Group_5_2__0 )* )
+ // InternalAadl2Parser.g:36830:1: ( ( ( rule__SystemImplementation__Group_6_2__0 )* ) )
+ // InternalAadl2Parser.g:36831:1: ( ( rule__SystemImplementation__Group_6_2__0 )* )
{
- // InternalAadl2Parser.g:37187:1: ( ( rule__SystemImplementation__Group_5_2__0 )* )
- // InternalAadl2Parser.g:37188:2: ( rule__SystemImplementation__Group_5_2__0 )*
+ // InternalAadl2Parser.g:36831:1: ( ( rule__SystemImplementation__Group_6_2__0 )* )
+ // InternalAadl2Parser.g:36832:2: ( rule__SystemImplementation__Group_6_2__0 )*
{
- before(grammarAccess.getSystemImplementationAccess().getGroup_5_2());
- // InternalAadl2Parser.g:37189:2: ( rule__SystemImplementation__Group_5_2__0 )*
+ before(grammarAccess.getSystemImplementationAccess().getGroup_6_2());
+ // InternalAadl2Parser.g:36833:2: ( rule__SystemImplementation__Group_6_2__0 )*
loop710:
do {
int alt710=2;
@@ -141736,10 +140547,10 @@ public final void rule__SystemImplementation__Group_5__2__Impl() throws Recognit
switch (alt710) {
case 1 :
- // InternalAadl2Parser.g:37189:3: rule__SystemImplementation__Group_5_2__0
+ // InternalAadl2Parser.g:36833:3: rule__SystemImplementation__Group_6_2__0
{
pushFollow(FollowSets000.FOLLOW_14);
- rule__SystemImplementation__Group_5_2__0();
+ rule__SystemImplementation__Group_6_2__0();
state._fsp--;
@@ -141752,7 +140563,7 @@ public final void rule__SystemImplementation__Group_5__2__Impl() throws Recognit
}
} while (true);
- after(grammarAccess.getSystemImplementationAccess().getGroup_5_2());
+ after(grammarAccess.getSystemImplementationAccess().getGroup_6_2());
}
@@ -141771,21 +140582,21 @@ public final void rule__SystemImplementation__Group_5__2__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_5__2__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_6__2__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_5__3"
- // InternalAadl2Parser.g:37197:1: rule__SystemImplementation__Group_5__3 : rule__SystemImplementation__Group_5__3__Impl ;
- public final void rule__SystemImplementation__Group_5__3() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_6__3"
+ // InternalAadl2Parser.g:36841:1: rule__SystemImplementation__Group_6__3 : rule__SystemImplementation__Group_6__3__Impl ;
+ public final void rule__SystemImplementation__Group_6__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37201:1: ( rule__SystemImplementation__Group_5__3__Impl )
- // InternalAadl2Parser.g:37202:2: rule__SystemImplementation__Group_5__3__Impl
+ // InternalAadl2Parser.g:36845:1: ( rule__SystemImplementation__Group_6__3__Impl )
+ // InternalAadl2Parser.g:36846:2: rule__SystemImplementation__Group_6__3__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_5__3__Impl();
+ rule__SystemImplementation__Group_6__3__Impl();
state._fsp--;
@@ -141804,25 +140615,25 @@ public final void rule__SystemImplementation__Group_5__3() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_5__3"
+ // $ANTLR end "rule__SystemImplementation__Group_6__3"
- // $ANTLR start "rule__SystemImplementation__Group_5__3__Impl"
- // InternalAadl2Parser.g:37208:1: rule__SystemImplementation__Group_5__3__Impl : ( RightParenthesis ) ;
- public final void rule__SystemImplementation__Group_5__3__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_6__3__Impl"
+ // InternalAadl2Parser.g:36852:1: rule__SystemImplementation__Group_6__3__Impl : ( RightParenthesis ) ;
+ public final void rule__SystemImplementation__Group_6__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37212:1: ( ( RightParenthesis ) )
- // InternalAadl2Parser.g:37213:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:36856:1: ( ( RightParenthesis ) )
+ // InternalAadl2Parser.g:36857:1: ( RightParenthesis )
{
- // InternalAadl2Parser.g:37213:1: ( RightParenthesis )
- // InternalAadl2Parser.g:37214:2: RightParenthesis
+ // InternalAadl2Parser.g:36857:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:36858:2: RightParenthesis
{
- before(grammarAccess.getSystemImplementationAccess().getRightParenthesisKeyword_5_3());
+ before(grammarAccess.getSystemImplementationAccess().getRightParenthesisKeyword_6_3());
match(input,RightParenthesis,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSystemImplementationAccess().getRightParenthesisKeyword_5_3());
+ after(grammarAccess.getSystemImplementationAccess().getRightParenthesisKeyword_6_3());
}
@@ -141841,26 +140652,26 @@ public final void rule__SystemImplementation__Group_5__3__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_5__3__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_6__3__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_5_2__0"
- // InternalAadl2Parser.g:37224:1: rule__SystemImplementation__Group_5_2__0 : rule__SystemImplementation__Group_5_2__0__Impl rule__SystemImplementation__Group_5_2__1 ;
- public final void rule__SystemImplementation__Group_5_2__0() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_6_2__0"
+ // InternalAadl2Parser.g:36868:1: rule__SystemImplementation__Group_6_2__0 : rule__SystemImplementation__Group_6_2__0__Impl rule__SystemImplementation__Group_6_2__1 ;
+ public final void rule__SystemImplementation__Group_6_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37228:1: ( rule__SystemImplementation__Group_5_2__0__Impl rule__SystemImplementation__Group_5_2__1 )
- // InternalAadl2Parser.g:37229:2: rule__SystemImplementation__Group_5_2__0__Impl rule__SystemImplementation__Group_5_2__1
+ // InternalAadl2Parser.g:36872:1: ( rule__SystemImplementation__Group_6_2__0__Impl rule__SystemImplementation__Group_6_2__1 )
+ // InternalAadl2Parser.g:36873:2: rule__SystemImplementation__Group_6_2__0__Impl rule__SystemImplementation__Group_6_2__1
{
pushFollow(FollowSets000.FOLLOW_4);
- rule__SystemImplementation__Group_5_2__0__Impl();
+ rule__SystemImplementation__Group_6_2__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_5_2__1();
+ rule__SystemImplementation__Group_6_2__1();
state._fsp--;
@@ -141879,25 +140690,25 @@ public final void rule__SystemImplementation__Group_5_2__0() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_5_2__0"
+ // $ANTLR end "rule__SystemImplementation__Group_6_2__0"
- // $ANTLR start "rule__SystemImplementation__Group_5_2__0__Impl"
- // InternalAadl2Parser.g:37236:1: rule__SystemImplementation__Group_5_2__0__Impl : ( Comma ) ;
- public final void rule__SystemImplementation__Group_5_2__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_6_2__0__Impl"
+ // InternalAadl2Parser.g:36880:1: rule__SystemImplementation__Group_6_2__0__Impl : ( Comma ) ;
+ public final void rule__SystemImplementation__Group_6_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37240:1: ( ( Comma ) )
- // InternalAadl2Parser.g:37241:1: ( Comma )
+ // InternalAadl2Parser.g:36884:1: ( ( Comma ) )
+ // InternalAadl2Parser.g:36885:1: ( Comma )
{
- // InternalAadl2Parser.g:37241:1: ( Comma )
- // InternalAadl2Parser.g:37242:2: Comma
+ // InternalAadl2Parser.g:36885:1: ( Comma )
+ // InternalAadl2Parser.g:36886:2: Comma
{
- before(grammarAccess.getSystemImplementationAccess().getCommaKeyword_5_2_0());
+ before(grammarAccess.getSystemImplementationAccess().getCommaKeyword_6_2_0());
match(input,Comma,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSystemImplementationAccess().getCommaKeyword_5_2_0());
+ after(grammarAccess.getSystemImplementationAccess().getCommaKeyword_6_2_0());
}
@@ -141916,21 +140727,21 @@ public final void rule__SystemImplementation__Group_5_2__0__Impl() throws Recogn
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_5_2__0__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_6_2__0__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_5_2__1"
- // InternalAadl2Parser.g:37251:1: rule__SystemImplementation__Group_5_2__1 : rule__SystemImplementation__Group_5_2__1__Impl ;
- public final void rule__SystemImplementation__Group_5_2__1() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_6_2__1"
+ // InternalAadl2Parser.g:36895:1: rule__SystemImplementation__Group_6_2__1 : rule__SystemImplementation__Group_6_2__1__Impl ;
+ public final void rule__SystemImplementation__Group_6_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37255:1: ( rule__SystemImplementation__Group_5_2__1__Impl )
- // InternalAadl2Parser.g:37256:2: rule__SystemImplementation__Group_5_2__1__Impl
+ // InternalAadl2Parser.g:36899:1: ( rule__SystemImplementation__Group_6_2__1__Impl )
+ // InternalAadl2Parser.g:36900:2: rule__SystemImplementation__Group_6_2__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_5_2__1__Impl();
+ rule__SystemImplementation__Group_6_2__1__Impl();
state._fsp--;
@@ -141949,35 +140760,35 @@ public final void rule__SystemImplementation__Group_5_2__1() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_5_2__1"
+ // $ANTLR end "rule__SystemImplementation__Group_6_2__1"
- // $ANTLR start "rule__SystemImplementation__Group_5_2__1__Impl"
- // InternalAadl2Parser.g:37262:1: rule__SystemImplementation__Group_5_2__1__Impl : ( ( rule__SystemImplementation__OwnedPrototypeBindingAssignment_5_2_1 ) ) ;
- public final void rule__SystemImplementation__Group_5_2__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_6_2__1__Impl"
+ // InternalAadl2Parser.g:36906:1: rule__SystemImplementation__Group_6_2__1__Impl : ( ( rule__SystemImplementation__OwnedPrototypeBindingAssignment_6_2_1 ) ) ;
+ public final void rule__SystemImplementation__Group_6_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37266:1: ( ( ( rule__SystemImplementation__OwnedPrototypeBindingAssignment_5_2_1 ) ) )
- // InternalAadl2Parser.g:37267:1: ( ( rule__SystemImplementation__OwnedPrototypeBindingAssignment_5_2_1 ) )
+ // InternalAadl2Parser.g:36910:1: ( ( ( rule__SystemImplementation__OwnedPrototypeBindingAssignment_6_2_1 ) ) )
+ // InternalAadl2Parser.g:36911:1: ( ( rule__SystemImplementation__OwnedPrototypeBindingAssignment_6_2_1 ) )
{
- // InternalAadl2Parser.g:37267:1: ( ( rule__SystemImplementation__OwnedPrototypeBindingAssignment_5_2_1 ) )
- // InternalAadl2Parser.g:37268:2: ( rule__SystemImplementation__OwnedPrototypeBindingAssignment_5_2_1 )
+ // InternalAadl2Parser.g:36911:1: ( ( rule__SystemImplementation__OwnedPrototypeBindingAssignment_6_2_1 ) )
+ // InternalAadl2Parser.g:36912:2: ( rule__SystemImplementation__OwnedPrototypeBindingAssignment_6_2_1 )
{
- before(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1());
- // InternalAadl2Parser.g:37269:2: ( rule__SystemImplementation__OwnedPrototypeBindingAssignment_5_2_1 )
- // InternalAadl2Parser.g:37269:3: rule__SystemImplementation__OwnedPrototypeBindingAssignment_5_2_1
+ before(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1());
+ // InternalAadl2Parser.g:36913:2: ( rule__SystemImplementation__OwnedPrototypeBindingAssignment_6_2_1 )
+ // InternalAadl2Parser.g:36913:3: rule__SystemImplementation__OwnedPrototypeBindingAssignment_6_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__OwnedPrototypeBindingAssignment_5_2_1();
+ rule__SystemImplementation__OwnedPrototypeBindingAssignment_6_2_1();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1());
+ after(grammarAccess.getSystemImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1());
}
@@ -141996,26 +140807,26 @@ public final void rule__SystemImplementation__Group_5_2__1__Impl() throws Recogn
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_5_2__1__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_6_2__1__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_6__0"
- // InternalAadl2Parser.g:37278:1: rule__SystemImplementation__Group_6__0 : rule__SystemImplementation__Group_6__0__Impl rule__SystemImplementation__Group_6__1 ;
- public final void rule__SystemImplementation__Group_6__0() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_7__0"
+ // InternalAadl2Parser.g:36922:1: rule__SystemImplementation__Group_7__0 : rule__SystemImplementation__Group_7__0__Impl rule__SystemImplementation__Group_7__1 ;
+ public final void rule__SystemImplementation__Group_7__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37282:1: ( rule__SystemImplementation__Group_6__0__Impl rule__SystemImplementation__Group_6__1 )
- // InternalAadl2Parser.g:37283:2: rule__SystemImplementation__Group_6__0__Impl rule__SystemImplementation__Group_6__1
+ // InternalAadl2Parser.g:36926:1: ( rule__SystemImplementation__Group_7__0__Impl rule__SystemImplementation__Group_7__1 )
+ // InternalAadl2Parser.g:36927:2: rule__SystemImplementation__Group_7__0__Impl rule__SystemImplementation__Group_7__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__SystemImplementation__Group_6__0__Impl();
+ rule__SystemImplementation__Group_7__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_6__1();
+ rule__SystemImplementation__Group_7__1();
state._fsp--;
@@ -142034,25 +140845,25 @@ public final void rule__SystemImplementation__Group_6__0() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_6__0"
+ // $ANTLR end "rule__SystemImplementation__Group_7__0"
- // $ANTLR start "rule__SystemImplementation__Group_6__0__Impl"
- // InternalAadl2Parser.g:37290:1: rule__SystemImplementation__Group_6__0__Impl : ( Prototypes ) ;
- public final void rule__SystemImplementation__Group_6__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_7__0__Impl"
+ // InternalAadl2Parser.g:36934:1: rule__SystemImplementation__Group_7__0__Impl : ( Prototypes ) ;
+ public final void rule__SystemImplementation__Group_7__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37294:1: ( ( Prototypes ) )
- // InternalAadl2Parser.g:37295:1: ( Prototypes )
+ // InternalAadl2Parser.g:36938:1: ( ( Prototypes ) )
+ // InternalAadl2Parser.g:36939:1: ( Prototypes )
{
- // InternalAadl2Parser.g:37295:1: ( Prototypes )
- // InternalAadl2Parser.g:37296:2: Prototypes
+ // InternalAadl2Parser.g:36939:1: ( Prototypes )
+ // InternalAadl2Parser.g:36940:2: Prototypes
{
- before(grammarAccess.getSystemImplementationAccess().getPrototypesKeyword_6_0());
+ before(grammarAccess.getSystemImplementationAccess().getPrototypesKeyword_7_0());
match(input,Prototypes,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSystemImplementationAccess().getPrototypesKeyword_6_0());
+ after(grammarAccess.getSystemImplementationAccess().getPrototypesKeyword_7_0());
}
@@ -142071,21 +140882,21 @@ public final void rule__SystemImplementation__Group_6__0__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_6__0__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_7__0__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_6__1"
- // InternalAadl2Parser.g:37305:1: rule__SystemImplementation__Group_6__1 : rule__SystemImplementation__Group_6__1__Impl ;
- public final void rule__SystemImplementation__Group_6__1() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_7__1"
+ // InternalAadl2Parser.g:36949:1: rule__SystemImplementation__Group_7__1 : rule__SystemImplementation__Group_7__1__Impl ;
+ public final void rule__SystemImplementation__Group_7__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37309:1: ( rule__SystemImplementation__Group_6__1__Impl )
- // InternalAadl2Parser.g:37310:2: rule__SystemImplementation__Group_6__1__Impl
+ // InternalAadl2Parser.g:36953:1: ( rule__SystemImplementation__Group_7__1__Impl )
+ // InternalAadl2Parser.g:36954:2: rule__SystemImplementation__Group_7__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_6__1__Impl();
+ rule__SystemImplementation__Group_7__1__Impl();
state._fsp--;
@@ -142104,35 +140915,35 @@ public final void rule__SystemImplementation__Group_6__1() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_6__1"
+ // $ANTLR end "rule__SystemImplementation__Group_7__1"
- // $ANTLR start "rule__SystemImplementation__Group_6__1__Impl"
- // InternalAadl2Parser.g:37316:1: rule__SystemImplementation__Group_6__1__Impl : ( ( rule__SystemImplementation__Alternatives_6_1 ) ) ;
- public final void rule__SystemImplementation__Group_6__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_7__1__Impl"
+ // InternalAadl2Parser.g:36960:1: rule__SystemImplementation__Group_7__1__Impl : ( ( rule__SystemImplementation__Alternatives_7_1 ) ) ;
+ public final void rule__SystemImplementation__Group_7__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37320:1: ( ( ( rule__SystemImplementation__Alternatives_6_1 ) ) )
- // InternalAadl2Parser.g:37321:1: ( ( rule__SystemImplementation__Alternatives_6_1 ) )
+ // InternalAadl2Parser.g:36964:1: ( ( ( rule__SystemImplementation__Alternatives_7_1 ) ) )
+ // InternalAadl2Parser.g:36965:1: ( ( rule__SystemImplementation__Alternatives_7_1 ) )
{
- // InternalAadl2Parser.g:37321:1: ( ( rule__SystemImplementation__Alternatives_6_1 ) )
- // InternalAadl2Parser.g:37322:2: ( rule__SystemImplementation__Alternatives_6_1 )
+ // InternalAadl2Parser.g:36965:1: ( ( rule__SystemImplementation__Alternatives_7_1 ) )
+ // InternalAadl2Parser.g:36966:2: ( rule__SystemImplementation__Alternatives_7_1 )
{
- before(grammarAccess.getSystemImplementationAccess().getAlternatives_6_1());
- // InternalAadl2Parser.g:37323:2: ( rule__SystemImplementation__Alternatives_6_1 )
- // InternalAadl2Parser.g:37323:3: rule__SystemImplementation__Alternatives_6_1
+ before(grammarAccess.getSystemImplementationAccess().getAlternatives_7_1());
+ // InternalAadl2Parser.g:36967:2: ( rule__SystemImplementation__Alternatives_7_1 )
+ // InternalAadl2Parser.g:36967:3: rule__SystemImplementation__Alternatives_7_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Alternatives_6_1();
+ rule__SystemImplementation__Alternatives_7_1();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getAlternatives_6_1());
+ after(grammarAccess.getSystemImplementationAccess().getAlternatives_7_1());
}
@@ -142151,26 +140962,26 @@ public final void rule__SystemImplementation__Group_6__1__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_6__1__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_7__1__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_6_1_1__0"
- // InternalAadl2Parser.g:37332:1: rule__SystemImplementation__Group_6_1_1__0 : rule__SystemImplementation__Group_6_1_1__0__Impl rule__SystemImplementation__Group_6_1_1__1 ;
- public final void rule__SystemImplementation__Group_6_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_7_1_1__0"
+ // InternalAadl2Parser.g:36976:1: rule__SystemImplementation__Group_7_1_1__0 : rule__SystemImplementation__Group_7_1_1__0__Impl rule__SystemImplementation__Group_7_1_1__1 ;
+ public final void rule__SystemImplementation__Group_7_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37336:1: ( rule__SystemImplementation__Group_6_1_1__0__Impl rule__SystemImplementation__Group_6_1_1__1 )
- // InternalAadl2Parser.g:37337:2: rule__SystemImplementation__Group_6_1_1__0__Impl rule__SystemImplementation__Group_6_1_1__1
+ // InternalAadl2Parser.g:36980:1: ( rule__SystemImplementation__Group_7_1_1__0__Impl rule__SystemImplementation__Group_7_1_1__1 )
+ // InternalAadl2Parser.g:36981:2: rule__SystemImplementation__Group_7_1_1__0__Impl rule__SystemImplementation__Group_7_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__SystemImplementation__Group_6_1_1__0__Impl();
+ rule__SystemImplementation__Group_7_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_6_1_1__1();
+ rule__SystemImplementation__Group_7_1_1__1();
state._fsp--;
@@ -142189,35 +141000,35 @@ public final void rule__SystemImplementation__Group_6_1_1__0() throws Recognitio
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_6_1_1__0"
+ // $ANTLR end "rule__SystemImplementation__Group_7_1_1__0"
- // $ANTLR start "rule__SystemImplementation__Group_6_1_1__0__Impl"
- // InternalAadl2Parser.g:37344:1: rule__SystemImplementation__Group_6_1_1__0__Impl : ( ( rule__SystemImplementation__NoPrototypesAssignment_6_1_1_0 ) ) ;
- public final void rule__SystemImplementation__Group_6_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_7_1_1__0__Impl"
+ // InternalAadl2Parser.g:36988:1: rule__SystemImplementation__Group_7_1_1__0__Impl : ( ( rule__SystemImplementation__NoPrototypesAssignment_7_1_1_0 ) ) ;
+ public final void rule__SystemImplementation__Group_7_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37348:1: ( ( ( rule__SystemImplementation__NoPrototypesAssignment_6_1_1_0 ) ) )
- // InternalAadl2Parser.g:37349:1: ( ( rule__SystemImplementation__NoPrototypesAssignment_6_1_1_0 ) )
+ // InternalAadl2Parser.g:36992:1: ( ( ( rule__SystemImplementation__NoPrototypesAssignment_7_1_1_0 ) ) )
+ // InternalAadl2Parser.g:36993:1: ( ( rule__SystemImplementation__NoPrototypesAssignment_7_1_1_0 ) )
{
- // InternalAadl2Parser.g:37349:1: ( ( rule__SystemImplementation__NoPrototypesAssignment_6_1_1_0 ) )
- // InternalAadl2Parser.g:37350:2: ( rule__SystemImplementation__NoPrototypesAssignment_6_1_1_0 )
+ // InternalAadl2Parser.g:36993:1: ( ( rule__SystemImplementation__NoPrototypesAssignment_7_1_1_0 ) )
+ // InternalAadl2Parser.g:36994:2: ( rule__SystemImplementation__NoPrototypesAssignment_7_1_1_0 )
{
- before(grammarAccess.getSystemImplementationAccess().getNoPrototypesAssignment_6_1_1_0());
- // InternalAadl2Parser.g:37351:2: ( rule__SystemImplementation__NoPrototypesAssignment_6_1_1_0 )
- // InternalAadl2Parser.g:37351:3: rule__SystemImplementation__NoPrototypesAssignment_6_1_1_0
+ before(grammarAccess.getSystemImplementationAccess().getNoPrototypesAssignment_7_1_1_0());
+ // InternalAadl2Parser.g:36995:2: ( rule__SystemImplementation__NoPrototypesAssignment_7_1_1_0 )
+ // InternalAadl2Parser.g:36995:3: rule__SystemImplementation__NoPrototypesAssignment_7_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__NoPrototypesAssignment_6_1_1_0();
+ rule__SystemImplementation__NoPrototypesAssignment_7_1_1_0();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getNoPrototypesAssignment_6_1_1_0());
+ after(grammarAccess.getSystemImplementationAccess().getNoPrototypesAssignment_7_1_1_0());
}
@@ -142236,21 +141047,21 @@ public final void rule__SystemImplementation__Group_6_1_1__0__Impl() throws Reco
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_6_1_1__0__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_7_1_1__0__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_6_1_1__1"
- // InternalAadl2Parser.g:37359:1: rule__SystemImplementation__Group_6_1_1__1 : rule__SystemImplementation__Group_6_1_1__1__Impl ;
- public final void rule__SystemImplementation__Group_6_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_7_1_1__1"
+ // InternalAadl2Parser.g:37003:1: rule__SystemImplementation__Group_7_1_1__1 : rule__SystemImplementation__Group_7_1_1__1__Impl ;
+ public final void rule__SystemImplementation__Group_7_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37363:1: ( rule__SystemImplementation__Group_6_1_1__1__Impl )
- // InternalAadl2Parser.g:37364:2: rule__SystemImplementation__Group_6_1_1__1__Impl
+ // InternalAadl2Parser.g:37007:1: ( rule__SystemImplementation__Group_7_1_1__1__Impl )
+ // InternalAadl2Parser.g:37008:2: rule__SystemImplementation__Group_7_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_6_1_1__1__Impl();
+ rule__SystemImplementation__Group_7_1_1__1__Impl();
state._fsp--;
@@ -142269,25 +141080,25 @@ public final void rule__SystemImplementation__Group_6_1_1__1() throws Recognitio
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_6_1_1__1"
+ // $ANTLR end "rule__SystemImplementation__Group_7_1_1__1"
- // $ANTLR start "rule__SystemImplementation__Group_6_1_1__1__Impl"
- // InternalAadl2Parser.g:37370:1: rule__SystemImplementation__Group_6_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__SystemImplementation__Group_6_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_7_1_1__1__Impl"
+ // InternalAadl2Parser.g:37014:1: rule__SystemImplementation__Group_7_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__SystemImplementation__Group_7_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37374:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:37375:1: ( Semicolon )
+ // InternalAadl2Parser.g:37018:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:37019:1: ( Semicolon )
{
- // InternalAadl2Parser.g:37375:1: ( Semicolon )
- // InternalAadl2Parser.g:37376:2: Semicolon
+ // InternalAadl2Parser.g:37019:1: ( Semicolon )
+ // InternalAadl2Parser.g:37020:2: Semicolon
{
- before(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_6_1_1_1());
+ before(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_7_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_6_1_1_1());
+ after(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_7_1_1_1());
}
@@ -142306,26 +141117,26 @@ public final void rule__SystemImplementation__Group_6_1_1__1__Impl() throws Reco
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_6_1_1__1__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_7_1_1__1__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_7__0"
- // InternalAadl2Parser.g:37386:1: rule__SystemImplementation__Group_7__0 : rule__SystemImplementation__Group_7__0__Impl rule__SystemImplementation__Group_7__1 ;
- public final void rule__SystemImplementation__Group_7__0() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_8__0"
+ // InternalAadl2Parser.g:37030:1: rule__SystemImplementation__Group_8__0 : rule__SystemImplementation__Group_8__0__Impl rule__SystemImplementation__Group_8__1 ;
+ public final void rule__SystemImplementation__Group_8__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37390:1: ( rule__SystemImplementation__Group_7__0__Impl rule__SystemImplementation__Group_7__1 )
- // InternalAadl2Parser.g:37391:2: rule__SystemImplementation__Group_7__0__Impl rule__SystemImplementation__Group_7__1
+ // InternalAadl2Parser.g:37034:1: ( rule__SystemImplementation__Group_8__0__Impl rule__SystemImplementation__Group_8__1 )
+ // InternalAadl2Parser.g:37035:2: rule__SystemImplementation__Group_8__0__Impl rule__SystemImplementation__Group_8__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__SystemImplementation__Group_7__0__Impl();
+ rule__SystemImplementation__Group_8__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_7__1();
+ rule__SystemImplementation__Group_8__1();
state._fsp--;
@@ -142344,25 +141155,25 @@ public final void rule__SystemImplementation__Group_7__0() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_7__0"
+ // $ANTLR end "rule__SystemImplementation__Group_8__0"
- // $ANTLR start "rule__SystemImplementation__Group_7__0__Impl"
- // InternalAadl2Parser.g:37398:1: rule__SystemImplementation__Group_7__0__Impl : ( Subcomponents ) ;
- public final void rule__SystemImplementation__Group_7__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_8__0__Impl"
+ // InternalAadl2Parser.g:37042:1: rule__SystemImplementation__Group_8__0__Impl : ( Subcomponents ) ;
+ public final void rule__SystemImplementation__Group_8__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37402:1: ( ( Subcomponents ) )
- // InternalAadl2Parser.g:37403:1: ( Subcomponents )
+ // InternalAadl2Parser.g:37046:1: ( ( Subcomponents ) )
+ // InternalAadl2Parser.g:37047:1: ( Subcomponents )
{
- // InternalAadl2Parser.g:37403:1: ( Subcomponents )
- // InternalAadl2Parser.g:37404:2: Subcomponents
+ // InternalAadl2Parser.g:37047:1: ( Subcomponents )
+ // InternalAadl2Parser.g:37048:2: Subcomponents
{
- before(grammarAccess.getSystemImplementationAccess().getSubcomponentsKeyword_7_0());
+ before(grammarAccess.getSystemImplementationAccess().getSubcomponentsKeyword_8_0());
match(input,Subcomponents,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSystemImplementationAccess().getSubcomponentsKeyword_7_0());
+ after(grammarAccess.getSystemImplementationAccess().getSubcomponentsKeyword_8_0());
}
@@ -142381,21 +141192,21 @@ public final void rule__SystemImplementation__Group_7__0__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_7__0__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_8__0__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_7__1"
- // InternalAadl2Parser.g:37413:1: rule__SystemImplementation__Group_7__1 : rule__SystemImplementation__Group_7__1__Impl ;
- public final void rule__SystemImplementation__Group_7__1() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_8__1"
+ // InternalAadl2Parser.g:37057:1: rule__SystemImplementation__Group_8__1 : rule__SystemImplementation__Group_8__1__Impl ;
+ public final void rule__SystemImplementation__Group_8__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37417:1: ( rule__SystemImplementation__Group_7__1__Impl )
- // InternalAadl2Parser.g:37418:2: rule__SystemImplementation__Group_7__1__Impl
+ // InternalAadl2Parser.g:37061:1: ( rule__SystemImplementation__Group_8__1__Impl )
+ // InternalAadl2Parser.g:37062:2: rule__SystemImplementation__Group_8__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_7__1__Impl();
+ rule__SystemImplementation__Group_8__1__Impl();
state._fsp--;
@@ -142414,35 +141225,35 @@ public final void rule__SystemImplementation__Group_7__1() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_7__1"
+ // $ANTLR end "rule__SystemImplementation__Group_8__1"
- // $ANTLR start "rule__SystemImplementation__Group_7__1__Impl"
- // InternalAadl2Parser.g:37424:1: rule__SystemImplementation__Group_7__1__Impl : ( ( rule__SystemImplementation__Alternatives_7_1 ) ) ;
- public final void rule__SystemImplementation__Group_7__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_8__1__Impl"
+ // InternalAadl2Parser.g:37068:1: rule__SystemImplementation__Group_8__1__Impl : ( ( rule__SystemImplementation__Alternatives_8_1 ) ) ;
+ public final void rule__SystemImplementation__Group_8__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37428:1: ( ( ( rule__SystemImplementation__Alternatives_7_1 ) ) )
- // InternalAadl2Parser.g:37429:1: ( ( rule__SystemImplementation__Alternatives_7_1 ) )
+ // InternalAadl2Parser.g:37072:1: ( ( ( rule__SystemImplementation__Alternatives_8_1 ) ) )
+ // InternalAadl2Parser.g:37073:1: ( ( rule__SystemImplementation__Alternatives_8_1 ) )
{
- // InternalAadl2Parser.g:37429:1: ( ( rule__SystemImplementation__Alternatives_7_1 ) )
- // InternalAadl2Parser.g:37430:2: ( rule__SystemImplementation__Alternatives_7_1 )
+ // InternalAadl2Parser.g:37073:1: ( ( rule__SystemImplementation__Alternatives_8_1 ) )
+ // InternalAadl2Parser.g:37074:2: ( rule__SystemImplementation__Alternatives_8_1 )
{
- before(grammarAccess.getSystemImplementationAccess().getAlternatives_7_1());
- // InternalAadl2Parser.g:37431:2: ( rule__SystemImplementation__Alternatives_7_1 )
- // InternalAadl2Parser.g:37431:3: rule__SystemImplementation__Alternatives_7_1
+ before(grammarAccess.getSystemImplementationAccess().getAlternatives_8_1());
+ // InternalAadl2Parser.g:37075:2: ( rule__SystemImplementation__Alternatives_8_1 )
+ // InternalAadl2Parser.g:37075:3: rule__SystemImplementation__Alternatives_8_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Alternatives_7_1();
+ rule__SystemImplementation__Alternatives_8_1();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getAlternatives_7_1());
+ after(grammarAccess.getSystemImplementationAccess().getAlternatives_8_1());
}
@@ -142461,26 +141272,26 @@ public final void rule__SystemImplementation__Group_7__1__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_7__1__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_8__1__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_7_1_1__0"
- // InternalAadl2Parser.g:37440:1: rule__SystemImplementation__Group_7_1_1__0 : rule__SystemImplementation__Group_7_1_1__0__Impl rule__SystemImplementation__Group_7_1_1__1 ;
- public final void rule__SystemImplementation__Group_7_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_8_1_1__0"
+ // InternalAadl2Parser.g:37084:1: rule__SystemImplementation__Group_8_1_1__0 : rule__SystemImplementation__Group_8_1_1__0__Impl rule__SystemImplementation__Group_8_1_1__1 ;
+ public final void rule__SystemImplementation__Group_8_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37444:1: ( rule__SystemImplementation__Group_7_1_1__0__Impl rule__SystemImplementation__Group_7_1_1__1 )
- // InternalAadl2Parser.g:37445:2: rule__SystemImplementation__Group_7_1_1__0__Impl rule__SystemImplementation__Group_7_1_1__1
+ // InternalAadl2Parser.g:37088:1: ( rule__SystemImplementation__Group_8_1_1__0__Impl rule__SystemImplementation__Group_8_1_1__1 )
+ // InternalAadl2Parser.g:37089:2: rule__SystemImplementation__Group_8_1_1__0__Impl rule__SystemImplementation__Group_8_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__SystemImplementation__Group_7_1_1__0__Impl();
+ rule__SystemImplementation__Group_8_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_7_1_1__1();
+ rule__SystemImplementation__Group_8_1_1__1();
state._fsp--;
@@ -142499,35 +141310,35 @@ public final void rule__SystemImplementation__Group_7_1_1__0() throws Recognitio
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_7_1_1__0"
+ // $ANTLR end "rule__SystemImplementation__Group_8_1_1__0"
- // $ANTLR start "rule__SystemImplementation__Group_7_1_1__0__Impl"
- // InternalAadl2Parser.g:37452:1: rule__SystemImplementation__Group_7_1_1__0__Impl : ( ( rule__SystemImplementation__NoSubcomponentsAssignment_7_1_1_0 ) ) ;
- public final void rule__SystemImplementation__Group_7_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_8_1_1__0__Impl"
+ // InternalAadl2Parser.g:37096:1: rule__SystemImplementation__Group_8_1_1__0__Impl : ( ( rule__SystemImplementation__NoSubcomponentsAssignment_8_1_1_0 ) ) ;
+ public final void rule__SystemImplementation__Group_8_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37456:1: ( ( ( rule__SystemImplementation__NoSubcomponentsAssignment_7_1_1_0 ) ) )
- // InternalAadl2Parser.g:37457:1: ( ( rule__SystemImplementation__NoSubcomponentsAssignment_7_1_1_0 ) )
+ // InternalAadl2Parser.g:37100:1: ( ( ( rule__SystemImplementation__NoSubcomponentsAssignment_8_1_1_0 ) ) )
+ // InternalAadl2Parser.g:37101:1: ( ( rule__SystemImplementation__NoSubcomponentsAssignment_8_1_1_0 ) )
{
- // InternalAadl2Parser.g:37457:1: ( ( rule__SystemImplementation__NoSubcomponentsAssignment_7_1_1_0 ) )
- // InternalAadl2Parser.g:37458:2: ( rule__SystemImplementation__NoSubcomponentsAssignment_7_1_1_0 )
+ // InternalAadl2Parser.g:37101:1: ( ( rule__SystemImplementation__NoSubcomponentsAssignment_8_1_1_0 ) )
+ // InternalAadl2Parser.g:37102:2: ( rule__SystemImplementation__NoSubcomponentsAssignment_8_1_1_0 )
{
- before(grammarAccess.getSystemImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0());
- // InternalAadl2Parser.g:37459:2: ( rule__SystemImplementation__NoSubcomponentsAssignment_7_1_1_0 )
- // InternalAadl2Parser.g:37459:3: rule__SystemImplementation__NoSubcomponentsAssignment_7_1_1_0
+ before(grammarAccess.getSystemImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0());
+ // InternalAadl2Parser.g:37103:2: ( rule__SystemImplementation__NoSubcomponentsAssignment_8_1_1_0 )
+ // InternalAadl2Parser.g:37103:3: rule__SystemImplementation__NoSubcomponentsAssignment_8_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__NoSubcomponentsAssignment_7_1_1_0();
+ rule__SystemImplementation__NoSubcomponentsAssignment_8_1_1_0();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0());
+ after(grammarAccess.getSystemImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0());
}
@@ -142546,21 +141357,21 @@ public final void rule__SystemImplementation__Group_7_1_1__0__Impl() throws Reco
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_7_1_1__0__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_8_1_1__0__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_7_1_1__1"
- // InternalAadl2Parser.g:37467:1: rule__SystemImplementation__Group_7_1_1__1 : rule__SystemImplementation__Group_7_1_1__1__Impl ;
- public final void rule__SystemImplementation__Group_7_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_8_1_1__1"
+ // InternalAadl2Parser.g:37111:1: rule__SystemImplementation__Group_8_1_1__1 : rule__SystemImplementation__Group_8_1_1__1__Impl ;
+ public final void rule__SystemImplementation__Group_8_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37471:1: ( rule__SystemImplementation__Group_7_1_1__1__Impl )
- // InternalAadl2Parser.g:37472:2: rule__SystemImplementation__Group_7_1_1__1__Impl
+ // InternalAadl2Parser.g:37115:1: ( rule__SystemImplementation__Group_8_1_1__1__Impl )
+ // InternalAadl2Parser.g:37116:2: rule__SystemImplementation__Group_8_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_7_1_1__1__Impl();
+ rule__SystemImplementation__Group_8_1_1__1__Impl();
state._fsp--;
@@ -142579,25 +141390,25 @@ public final void rule__SystemImplementation__Group_7_1_1__1() throws Recognitio
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_7_1_1__1"
+ // $ANTLR end "rule__SystemImplementation__Group_8_1_1__1"
- // $ANTLR start "rule__SystemImplementation__Group_7_1_1__1__Impl"
- // InternalAadl2Parser.g:37478:1: rule__SystemImplementation__Group_7_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__SystemImplementation__Group_7_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_8_1_1__1__Impl"
+ // InternalAadl2Parser.g:37122:1: rule__SystemImplementation__Group_8_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__SystemImplementation__Group_8_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37482:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:37483:1: ( Semicolon )
+ // InternalAadl2Parser.g:37126:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:37127:1: ( Semicolon )
{
- // InternalAadl2Parser.g:37483:1: ( Semicolon )
- // InternalAadl2Parser.g:37484:2: Semicolon
+ // InternalAadl2Parser.g:37127:1: ( Semicolon )
+ // InternalAadl2Parser.g:37128:2: Semicolon
{
- before(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_7_1_1_1());
+ before(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_8_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_7_1_1_1());
+ after(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_8_1_1_1());
}
@@ -142616,26 +141427,26 @@ public final void rule__SystemImplementation__Group_7_1_1__1__Impl() throws Reco
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_7_1_1__1__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_8_1_1__1__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_8__0"
- // InternalAadl2Parser.g:37494:1: rule__SystemImplementation__Group_8__0 : rule__SystemImplementation__Group_8__0__Impl rule__SystemImplementation__Group_8__1 ;
- public final void rule__SystemImplementation__Group_8__0() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_9__0"
+ // InternalAadl2Parser.g:37138:1: rule__SystemImplementation__Group_9__0 : rule__SystemImplementation__Group_9__0__Impl rule__SystemImplementation__Group_9__1 ;
+ public final void rule__SystemImplementation__Group_9__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37498:1: ( rule__SystemImplementation__Group_8__0__Impl rule__SystemImplementation__Group_8__1 )
- // InternalAadl2Parser.g:37499:2: rule__SystemImplementation__Group_8__0__Impl rule__SystemImplementation__Group_8__1
+ // InternalAadl2Parser.g:37142:1: ( rule__SystemImplementation__Group_9__0__Impl rule__SystemImplementation__Group_9__1 )
+ // InternalAadl2Parser.g:37143:2: rule__SystemImplementation__Group_9__0__Impl rule__SystemImplementation__Group_9__1
{
- pushFollow(FollowSets000.FOLLOW_4);
- rule__SystemImplementation__Group_8__0__Impl();
+ pushFollow(FollowSets000.FOLLOW_37);
+ rule__SystemImplementation__Group_9__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_8__1();
+ rule__SystemImplementation__Group_9__1();
state._fsp--;
@@ -142654,29 +141465,100 @@ public final void rule__SystemImplementation__Group_8__0() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_8__0"
+ // $ANTLR end "rule__SystemImplementation__Group_9__0"
- // $ANTLR start "rule__SystemImplementation__Group_8__0__Impl"
- // InternalAadl2Parser.g:37506:1: rule__SystemImplementation__Group_8__0__Impl : ( ruleInternalFeaturesKeywords ) ;
- public final void rule__SystemImplementation__Group_8__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_9__0__Impl"
+ // InternalAadl2Parser.g:37150:1: rule__SystemImplementation__Group_9__0__Impl : ( Internal ) ;
+ public final void rule__SystemImplementation__Group_9__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37510:1: ( ( ruleInternalFeaturesKeywords ) )
- // InternalAadl2Parser.g:37511:1: ( ruleInternalFeaturesKeywords )
+ // InternalAadl2Parser.g:37154:1: ( ( Internal ) )
+ // InternalAadl2Parser.g:37155:1: ( Internal )
+ {
+ // InternalAadl2Parser.g:37155:1: ( Internal )
+ // InternalAadl2Parser.g:37156:2: Internal
{
- // InternalAadl2Parser.g:37511:1: ( ruleInternalFeaturesKeywords )
- // InternalAadl2Parser.g:37512:2: ruleInternalFeaturesKeywords
+ before(grammarAccess.getSystemImplementationAccess().getInternalKeyword_9_0());
+ match(input,Internal,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getSystemImplementationAccess().getInternalKeyword_9_0());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SystemImplementation__Group_9__0__Impl"
+
+
+ // $ANTLR start "rule__SystemImplementation__Group_9__1"
+ // InternalAadl2Parser.g:37165:1: rule__SystemImplementation__Group_9__1 : rule__SystemImplementation__Group_9__1__Impl rule__SystemImplementation__Group_9__2 ;
+ public final void rule__SystemImplementation__Group_9__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:37169:1: ( rule__SystemImplementation__Group_9__1__Impl rule__SystemImplementation__Group_9__2 )
+ // InternalAadl2Parser.g:37170:2: rule__SystemImplementation__Group_9__1__Impl rule__SystemImplementation__Group_9__2
{
- before(grammarAccess.getSystemImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0());
+ pushFollow(FollowSets000.FOLLOW_4);
+ rule__SystemImplementation__Group_9__1__Impl();
+
+ state._fsp--;
+
pushFollow(FollowSets000.FOLLOW_2);
- ruleInternalFeaturesKeywords();
+ rule__SystemImplementation__Group_9__2();
state._fsp--;
- after(grammarAccess.getSystemImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0());
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SystemImplementation__Group_9__1"
+
+
+ // $ANTLR start "rule__SystemImplementation__Group_9__1__Impl"
+ // InternalAadl2Parser.g:37177:1: rule__SystemImplementation__Group_9__1__Impl : ( Features ) ;
+ public final void rule__SystemImplementation__Group_9__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:37181:1: ( ( Features ) )
+ // InternalAadl2Parser.g:37182:1: ( Features )
+ {
+ // InternalAadl2Parser.g:37182:1: ( Features )
+ // InternalAadl2Parser.g:37183:2: Features
+ {
+ before(grammarAccess.getSystemImplementationAccess().getFeaturesKeyword_9_1());
+ match(input,Features,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getSystemImplementationAccess().getFeaturesKeyword_9_1());
}
@@ -142695,21 +141577,21 @@ public final void rule__SystemImplementation__Group_8__0__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_8__0__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_9__1__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_8__1"
- // InternalAadl2Parser.g:37521:1: rule__SystemImplementation__Group_8__1 : rule__SystemImplementation__Group_8__1__Impl ;
- public final void rule__SystemImplementation__Group_8__1() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_9__2"
+ // InternalAadl2Parser.g:37192:1: rule__SystemImplementation__Group_9__2 : rule__SystemImplementation__Group_9__2__Impl ;
+ public final void rule__SystemImplementation__Group_9__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37525:1: ( rule__SystemImplementation__Group_8__1__Impl )
- // InternalAadl2Parser.g:37526:2: rule__SystemImplementation__Group_8__1__Impl
+ // InternalAadl2Parser.g:37196:1: ( rule__SystemImplementation__Group_9__2__Impl )
+ // InternalAadl2Parser.g:37197:2: rule__SystemImplementation__Group_9__2__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_8__1__Impl();
+ rule__SystemImplementation__Group_9__2__Impl();
state._fsp--;
@@ -142728,46 +141610,46 @@ public final void rule__SystemImplementation__Group_8__1() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_8__1"
+ // $ANTLR end "rule__SystemImplementation__Group_9__2"
- // $ANTLR start "rule__SystemImplementation__Group_8__1__Impl"
- // InternalAadl2Parser.g:37532:1: rule__SystemImplementation__Group_8__1__Impl : ( ( ( rule__SystemImplementation__Alternatives_8_1 ) ) ( ( rule__SystemImplementation__Alternatives_8_1 )* ) ) ;
- public final void rule__SystemImplementation__Group_8__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_9__2__Impl"
+ // InternalAadl2Parser.g:37203:1: rule__SystemImplementation__Group_9__2__Impl : ( ( ( rule__SystemImplementation__Alternatives_9_2 ) ) ( ( rule__SystemImplementation__Alternatives_9_2 )* ) ) ;
+ public final void rule__SystemImplementation__Group_9__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37536:1: ( ( ( ( rule__SystemImplementation__Alternatives_8_1 ) ) ( ( rule__SystemImplementation__Alternatives_8_1 )* ) ) )
- // InternalAadl2Parser.g:37537:1: ( ( ( rule__SystemImplementation__Alternatives_8_1 ) ) ( ( rule__SystemImplementation__Alternatives_8_1 )* ) )
+ // InternalAadl2Parser.g:37207:1: ( ( ( ( rule__SystemImplementation__Alternatives_9_2 ) ) ( ( rule__SystemImplementation__Alternatives_9_2 )* ) ) )
+ // InternalAadl2Parser.g:37208:1: ( ( ( rule__SystemImplementation__Alternatives_9_2 ) ) ( ( rule__SystemImplementation__Alternatives_9_2 )* ) )
{
- // InternalAadl2Parser.g:37537:1: ( ( ( rule__SystemImplementation__Alternatives_8_1 ) ) ( ( rule__SystemImplementation__Alternatives_8_1 )* ) )
- // InternalAadl2Parser.g:37538:2: ( ( rule__SystemImplementation__Alternatives_8_1 ) ) ( ( rule__SystemImplementation__Alternatives_8_1 )* )
+ // InternalAadl2Parser.g:37208:1: ( ( ( rule__SystemImplementation__Alternatives_9_2 ) ) ( ( rule__SystemImplementation__Alternatives_9_2 )* ) )
+ // InternalAadl2Parser.g:37209:2: ( ( rule__SystemImplementation__Alternatives_9_2 ) ) ( ( rule__SystemImplementation__Alternatives_9_2 )* )
{
- // InternalAadl2Parser.g:37538:2: ( ( rule__SystemImplementation__Alternatives_8_1 ) )
- // InternalAadl2Parser.g:37539:3: ( rule__SystemImplementation__Alternatives_8_1 )
+ // InternalAadl2Parser.g:37209:2: ( ( rule__SystemImplementation__Alternatives_9_2 ) )
+ // InternalAadl2Parser.g:37210:3: ( rule__SystemImplementation__Alternatives_9_2 )
{
- before(grammarAccess.getSystemImplementationAccess().getAlternatives_8_1());
- // InternalAadl2Parser.g:37540:3: ( rule__SystemImplementation__Alternatives_8_1 )
- // InternalAadl2Parser.g:37540:4: rule__SystemImplementation__Alternatives_8_1
+ before(grammarAccess.getSystemImplementationAccess().getAlternatives_9_2());
+ // InternalAadl2Parser.g:37211:3: ( rule__SystemImplementation__Alternatives_9_2 )
+ // InternalAadl2Parser.g:37211:4: rule__SystemImplementation__Alternatives_9_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SystemImplementation__Alternatives_8_1();
+ rule__SystemImplementation__Alternatives_9_2();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getAlternatives_8_1());
+ after(grammarAccess.getSystemImplementationAccess().getAlternatives_9_2());
}
- // InternalAadl2Parser.g:37543:2: ( ( rule__SystemImplementation__Alternatives_8_1 )* )
- // InternalAadl2Parser.g:37544:3: ( rule__SystemImplementation__Alternatives_8_1 )*
+ // InternalAadl2Parser.g:37214:2: ( ( rule__SystemImplementation__Alternatives_9_2 )* )
+ // InternalAadl2Parser.g:37215:3: ( rule__SystemImplementation__Alternatives_9_2 )*
{
- before(grammarAccess.getSystemImplementationAccess().getAlternatives_8_1());
- // InternalAadl2Parser.g:37545:3: ( rule__SystemImplementation__Alternatives_8_1 )*
+ before(grammarAccess.getSystemImplementationAccess().getAlternatives_9_2());
+ // InternalAadl2Parser.g:37216:3: ( rule__SystemImplementation__Alternatives_9_2 )*
loop711:
do {
int alt711=2;
@@ -142780,10 +141662,10 @@ public final void rule__SystemImplementation__Group_8__1__Impl() throws Recognit
switch (alt711) {
case 1 :
- // InternalAadl2Parser.g:37545:4: rule__SystemImplementation__Alternatives_8_1
+ // InternalAadl2Parser.g:37216:4: rule__SystemImplementation__Alternatives_9_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SystemImplementation__Alternatives_8_1();
+ rule__SystemImplementation__Alternatives_9_2();
state._fsp--;
@@ -142796,7 +141678,7 @@ public final void rule__SystemImplementation__Group_8__1__Impl() throws Recognit
}
} while (true);
- after(grammarAccess.getSystemImplementationAccess().getAlternatives_8_1());
+ after(grammarAccess.getSystemImplementationAccess().getAlternatives_9_2());
}
@@ -142818,26 +141700,26 @@ public final void rule__SystemImplementation__Group_8__1__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_8__1__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_9__2__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_9__0"
- // InternalAadl2Parser.g:37555:1: rule__SystemImplementation__Group_9__0 : rule__SystemImplementation__Group_9__0__Impl rule__SystemImplementation__Group_9__1 ;
- public final void rule__SystemImplementation__Group_9__0() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_10__0"
+ // InternalAadl2Parser.g:37226:1: rule__SystemImplementation__Group_10__0 : rule__SystemImplementation__Group_10__0__Impl rule__SystemImplementation__Group_10__1 ;
+ public final void rule__SystemImplementation__Group_10__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37559:1: ( rule__SystemImplementation__Group_9__0__Impl rule__SystemImplementation__Group_9__1 )
- // InternalAadl2Parser.g:37560:2: rule__SystemImplementation__Group_9__0__Impl rule__SystemImplementation__Group_9__1
+ // InternalAadl2Parser.g:37230:1: ( rule__SystemImplementation__Group_10__0__Impl rule__SystemImplementation__Group_10__1 )
+ // InternalAadl2Parser.g:37231:2: rule__SystemImplementation__Group_10__0__Impl rule__SystemImplementation__Group_10__1
{
- pushFollow(FollowSets000.FOLLOW_4);
- rule__SystemImplementation__Group_9__0__Impl();
+ pushFollow(FollowSets000.FOLLOW_37);
+ rule__SystemImplementation__Group_10__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_9__1();
+ rule__SystemImplementation__Group_10__1();
state._fsp--;
@@ -142856,29 +141738,100 @@ public final void rule__SystemImplementation__Group_9__0() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_9__0"
+ // $ANTLR end "rule__SystemImplementation__Group_10__0"
- // $ANTLR start "rule__SystemImplementation__Group_9__0__Impl"
- // InternalAadl2Parser.g:37567:1: rule__SystemImplementation__Group_9__0__Impl : ( ruleProcessorFeaturesKeywords ) ;
- public final void rule__SystemImplementation__Group_9__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_10__0__Impl"
+ // InternalAadl2Parser.g:37238:1: rule__SystemImplementation__Group_10__0__Impl : ( Processor ) ;
+ public final void rule__SystemImplementation__Group_10__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37571:1: ( ( ruleProcessorFeaturesKeywords ) )
- // InternalAadl2Parser.g:37572:1: ( ruleProcessorFeaturesKeywords )
+ // InternalAadl2Parser.g:37242:1: ( ( Processor ) )
+ // InternalAadl2Parser.g:37243:1: ( Processor )
{
- // InternalAadl2Parser.g:37572:1: ( ruleProcessorFeaturesKeywords )
- // InternalAadl2Parser.g:37573:2: ruleProcessorFeaturesKeywords
+ // InternalAadl2Parser.g:37243:1: ( Processor )
+ // InternalAadl2Parser.g:37244:2: Processor
{
- before(grammarAccess.getSystemImplementationAccess().getProcessorFeaturesKeywordsParserRuleCall_9_0());
+ before(grammarAccess.getSystemImplementationAccess().getProcessorKeyword_10_0());
+ match(input,Processor,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getSystemImplementationAccess().getProcessorKeyword_10_0());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SystemImplementation__Group_10__0__Impl"
+
+
+ // $ANTLR start "rule__SystemImplementation__Group_10__1"
+ // InternalAadl2Parser.g:37253:1: rule__SystemImplementation__Group_10__1 : rule__SystemImplementation__Group_10__1__Impl rule__SystemImplementation__Group_10__2 ;
+ public final void rule__SystemImplementation__Group_10__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:37257:1: ( rule__SystemImplementation__Group_10__1__Impl rule__SystemImplementation__Group_10__2 )
+ // InternalAadl2Parser.g:37258:2: rule__SystemImplementation__Group_10__1__Impl rule__SystemImplementation__Group_10__2
+ {
+ pushFollow(FollowSets000.FOLLOW_4);
+ rule__SystemImplementation__Group_10__1__Impl();
+
+ state._fsp--;
+
pushFollow(FollowSets000.FOLLOW_2);
- ruleProcessorFeaturesKeywords();
+ rule__SystemImplementation__Group_10__2();
state._fsp--;
- after(grammarAccess.getSystemImplementationAccess().getProcessorFeaturesKeywordsParserRuleCall_9_0());
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SystemImplementation__Group_10__1"
+
+
+ // $ANTLR start "rule__SystemImplementation__Group_10__1__Impl"
+ // InternalAadl2Parser.g:37265:1: rule__SystemImplementation__Group_10__1__Impl : ( Features ) ;
+ public final void rule__SystemImplementation__Group_10__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:37269:1: ( ( Features ) )
+ // InternalAadl2Parser.g:37270:1: ( Features )
+ {
+ // InternalAadl2Parser.g:37270:1: ( Features )
+ // InternalAadl2Parser.g:37271:2: Features
+ {
+ before(grammarAccess.getSystemImplementationAccess().getFeaturesKeyword_10_1());
+ match(input,Features,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getSystemImplementationAccess().getFeaturesKeyword_10_1());
}
@@ -142897,21 +141850,21 @@ public final void rule__SystemImplementation__Group_9__0__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_9__0__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_10__1__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_9__1"
- // InternalAadl2Parser.g:37582:1: rule__SystemImplementation__Group_9__1 : rule__SystemImplementation__Group_9__1__Impl ;
- public final void rule__SystemImplementation__Group_9__1() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_10__2"
+ // InternalAadl2Parser.g:37280:1: rule__SystemImplementation__Group_10__2 : rule__SystemImplementation__Group_10__2__Impl ;
+ public final void rule__SystemImplementation__Group_10__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37586:1: ( rule__SystemImplementation__Group_9__1__Impl )
- // InternalAadl2Parser.g:37587:2: rule__SystemImplementation__Group_9__1__Impl
+ // InternalAadl2Parser.g:37284:1: ( rule__SystemImplementation__Group_10__2__Impl )
+ // InternalAadl2Parser.g:37285:2: rule__SystemImplementation__Group_10__2__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_9__1__Impl();
+ rule__SystemImplementation__Group_10__2__Impl();
state._fsp--;
@@ -142930,46 +141883,46 @@ public final void rule__SystemImplementation__Group_9__1() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_9__1"
+ // $ANTLR end "rule__SystemImplementation__Group_10__2"
- // $ANTLR start "rule__SystemImplementation__Group_9__1__Impl"
- // InternalAadl2Parser.g:37593:1: rule__SystemImplementation__Group_9__1__Impl : ( ( ( rule__SystemImplementation__Alternatives_9_1 ) ) ( ( rule__SystemImplementation__Alternatives_9_1 )* ) ) ;
- public final void rule__SystemImplementation__Group_9__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_10__2__Impl"
+ // InternalAadl2Parser.g:37291:1: rule__SystemImplementation__Group_10__2__Impl : ( ( ( rule__SystemImplementation__Alternatives_10_2 ) ) ( ( rule__SystemImplementation__Alternatives_10_2 )* ) ) ;
+ public final void rule__SystemImplementation__Group_10__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37597:1: ( ( ( ( rule__SystemImplementation__Alternatives_9_1 ) ) ( ( rule__SystemImplementation__Alternatives_9_1 )* ) ) )
- // InternalAadl2Parser.g:37598:1: ( ( ( rule__SystemImplementation__Alternatives_9_1 ) ) ( ( rule__SystemImplementation__Alternatives_9_1 )* ) )
+ // InternalAadl2Parser.g:37295:1: ( ( ( ( rule__SystemImplementation__Alternatives_10_2 ) ) ( ( rule__SystemImplementation__Alternatives_10_2 )* ) ) )
+ // InternalAadl2Parser.g:37296:1: ( ( ( rule__SystemImplementation__Alternatives_10_2 ) ) ( ( rule__SystemImplementation__Alternatives_10_2 )* ) )
{
- // InternalAadl2Parser.g:37598:1: ( ( ( rule__SystemImplementation__Alternatives_9_1 ) ) ( ( rule__SystemImplementation__Alternatives_9_1 )* ) )
- // InternalAadl2Parser.g:37599:2: ( ( rule__SystemImplementation__Alternatives_9_1 ) ) ( ( rule__SystemImplementation__Alternatives_9_1 )* )
+ // InternalAadl2Parser.g:37296:1: ( ( ( rule__SystemImplementation__Alternatives_10_2 ) ) ( ( rule__SystemImplementation__Alternatives_10_2 )* ) )
+ // InternalAadl2Parser.g:37297:2: ( ( rule__SystemImplementation__Alternatives_10_2 ) ) ( ( rule__SystemImplementation__Alternatives_10_2 )* )
{
- // InternalAadl2Parser.g:37599:2: ( ( rule__SystemImplementation__Alternatives_9_1 ) )
- // InternalAadl2Parser.g:37600:3: ( rule__SystemImplementation__Alternatives_9_1 )
+ // InternalAadl2Parser.g:37297:2: ( ( rule__SystemImplementation__Alternatives_10_2 ) )
+ // InternalAadl2Parser.g:37298:3: ( rule__SystemImplementation__Alternatives_10_2 )
{
- before(grammarAccess.getSystemImplementationAccess().getAlternatives_9_1());
- // InternalAadl2Parser.g:37601:3: ( rule__SystemImplementation__Alternatives_9_1 )
- // InternalAadl2Parser.g:37601:4: rule__SystemImplementation__Alternatives_9_1
+ before(grammarAccess.getSystemImplementationAccess().getAlternatives_10_2());
+ // InternalAadl2Parser.g:37299:3: ( rule__SystemImplementation__Alternatives_10_2 )
+ // InternalAadl2Parser.g:37299:4: rule__SystemImplementation__Alternatives_10_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SystemImplementation__Alternatives_9_1();
+ rule__SystemImplementation__Alternatives_10_2();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getAlternatives_9_1());
+ after(grammarAccess.getSystemImplementationAccess().getAlternatives_10_2());
}
- // InternalAadl2Parser.g:37604:2: ( ( rule__SystemImplementation__Alternatives_9_1 )* )
- // InternalAadl2Parser.g:37605:3: ( rule__SystemImplementation__Alternatives_9_1 )*
+ // InternalAadl2Parser.g:37302:2: ( ( rule__SystemImplementation__Alternatives_10_2 )* )
+ // InternalAadl2Parser.g:37303:3: ( rule__SystemImplementation__Alternatives_10_2 )*
{
- before(grammarAccess.getSystemImplementationAccess().getAlternatives_9_1());
- // InternalAadl2Parser.g:37606:3: ( rule__SystemImplementation__Alternatives_9_1 )*
+ before(grammarAccess.getSystemImplementationAccess().getAlternatives_10_2());
+ // InternalAadl2Parser.g:37304:3: ( rule__SystemImplementation__Alternatives_10_2 )*
loop712:
do {
int alt712=2;
@@ -142982,10 +141935,10 @@ public final void rule__SystemImplementation__Group_9__1__Impl() throws Recognit
switch (alt712) {
case 1 :
- // InternalAadl2Parser.g:37606:4: rule__SystemImplementation__Alternatives_9_1
+ // InternalAadl2Parser.g:37304:4: rule__SystemImplementation__Alternatives_10_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__SystemImplementation__Alternatives_9_1();
+ rule__SystemImplementation__Alternatives_10_2();
state._fsp--;
@@ -142998,7 +141951,7 @@ public final void rule__SystemImplementation__Group_9__1__Impl() throws Recognit
}
} while (true);
- after(grammarAccess.getSystemImplementationAccess().getAlternatives_9_1());
+ after(grammarAccess.getSystemImplementationAccess().getAlternatives_10_2());
}
@@ -143020,26 +141973,26 @@ public final void rule__SystemImplementation__Group_9__1__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_9__1__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_10__2__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_10__0"
- // InternalAadl2Parser.g:37616:1: rule__SystemImplementation__Group_10__0 : rule__SystemImplementation__Group_10__0__Impl rule__SystemImplementation__Group_10__1 ;
- public final void rule__SystemImplementation__Group_10__0() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_11__0"
+ // InternalAadl2Parser.g:37314:1: rule__SystemImplementation__Group_11__0 : rule__SystemImplementation__Group_11__0__Impl rule__SystemImplementation__Group_11__1 ;
+ public final void rule__SystemImplementation__Group_11__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37620:1: ( rule__SystemImplementation__Group_10__0__Impl rule__SystemImplementation__Group_10__1 )
- // InternalAadl2Parser.g:37621:2: rule__SystemImplementation__Group_10__0__Impl rule__SystemImplementation__Group_10__1
+ // InternalAadl2Parser.g:37318:1: ( rule__SystemImplementation__Group_11__0__Impl rule__SystemImplementation__Group_11__1 )
+ // InternalAadl2Parser.g:37319:2: rule__SystemImplementation__Group_11__0__Impl rule__SystemImplementation__Group_11__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__SystemImplementation__Group_10__0__Impl();
+ rule__SystemImplementation__Group_11__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_10__1();
+ rule__SystemImplementation__Group_11__1();
state._fsp--;
@@ -143058,25 +142011,25 @@ public final void rule__SystemImplementation__Group_10__0() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_10__0"
+ // $ANTLR end "rule__SystemImplementation__Group_11__0"
- // $ANTLR start "rule__SystemImplementation__Group_10__0__Impl"
- // InternalAadl2Parser.g:37628:1: rule__SystemImplementation__Group_10__0__Impl : ( Connections ) ;
- public final void rule__SystemImplementation__Group_10__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_11__0__Impl"
+ // InternalAadl2Parser.g:37326:1: rule__SystemImplementation__Group_11__0__Impl : ( Connections ) ;
+ public final void rule__SystemImplementation__Group_11__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37632:1: ( ( Connections ) )
- // InternalAadl2Parser.g:37633:1: ( Connections )
+ // InternalAadl2Parser.g:37330:1: ( ( Connections ) )
+ // InternalAadl2Parser.g:37331:1: ( Connections )
{
- // InternalAadl2Parser.g:37633:1: ( Connections )
- // InternalAadl2Parser.g:37634:2: Connections
+ // InternalAadl2Parser.g:37331:1: ( Connections )
+ // InternalAadl2Parser.g:37332:2: Connections
{
- before(grammarAccess.getSystemImplementationAccess().getConnectionsKeyword_10_0());
+ before(grammarAccess.getSystemImplementationAccess().getConnectionsKeyword_11_0());
match(input,Connections,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSystemImplementationAccess().getConnectionsKeyword_10_0());
+ after(grammarAccess.getSystemImplementationAccess().getConnectionsKeyword_11_0());
}
@@ -143095,21 +142048,21 @@ public final void rule__SystemImplementation__Group_10__0__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_10__0__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_11__0__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_10__1"
- // InternalAadl2Parser.g:37643:1: rule__SystemImplementation__Group_10__1 : rule__SystemImplementation__Group_10__1__Impl ;
- public final void rule__SystemImplementation__Group_10__1() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_11__1"
+ // InternalAadl2Parser.g:37341:1: rule__SystemImplementation__Group_11__1 : rule__SystemImplementation__Group_11__1__Impl ;
+ public final void rule__SystemImplementation__Group_11__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37647:1: ( rule__SystemImplementation__Group_10__1__Impl )
- // InternalAadl2Parser.g:37648:2: rule__SystemImplementation__Group_10__1__Impl
+ // InternalAadl2Parser.g:37345:1: ( rule__SystemImplementation__Group_11__1__Impl )
+ // InternalAadl2Parser.g:37346:2: rule__SystemImplementation__Group_11__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_10__1__Impl();
+ rule__SystemImplementation__Group_11__1__Impl();
state._fsp--;
@@ -143128,35 +142081,35 @@ public final void rule__SystemImplementation__Group_10__1() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_10__1"
+ // $ANTLR end "rule__SystemImplementation__Group_11__1"
- // $ANTLR start "rule__SystemImplementation__Group_10__1__Impl"
- // InternalAadl2Parser.g:37654:1: rule__SystemImplementation__Group_10__1__Impl : ( ( rule__SystemImplementation__Alternatives_10_1 ) ) ;
- public final void rule__SystemImplementation__Group_10__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_11__1__Impl"
+ // InternalAadl2Parser.g:37352:1: rule__SystemImplementation__Group_11__1__Impl : ( ( rule__SystemImplementation__Alternatives_11_1 ) ) ;
+ public final void rule__SystemImplementation__Group_11__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37658:1: ( ( ( rule__SystemImplementation__Alternatives_10_1 ) ) )
- // InternalAadl2Parser.g:37659:1: ( ( rule__SystemImplementation__Alternatives_10_1 ) )
+ // InternalAadl2Parser.g:37356:1: ( ( ( rule__SystemImplementation__Alternatives_11_1 ) ) )
+ // InternalAadl2Parser.g:37357:1: ( ( rule__SystemImplementation__Alternatives_11_1 ) )
{
- // InternalAadl2Parser.g:37659:1: ( ( rule__SystemImplementation__Alternatives_10_1 ) )
- // InternalAadl2Parser.g:37660:2: ( rule__SystemImplementation__Alternatives_10_1 )
+ // InternalAadl2Parser.g:37357:1: ( ( rule__SystemImplementation__Alternatives_11_1 ) )
+ // InternalAadl2Parser.g:37358:2: ( rule__SystemImplementation__Alternatives_11_1 )
{
- before(grammarAccess.getSystemImplementationAccess().getAlternatives_10_1());
- // InternalAadl2Parser.g:37661:2: ( rule__SystemImplementation__Alternatives_10_1 )
- // InternalAadl2Parser.g:37661:3: rule__SystemImplementation__Alternatives_10_1
+ before(grammarAccess.getSystemImplementationAccess().getAlternatives_11_1());
+ // InternalAadl2Parser.g:37359:2: ( rule__SystemImplementation__Alternatives_11_1 )
+ // InternalAadl2Parser.g:37359:3: rule__SystemImplementation__Alternatives_11_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Alternatives_10_1();
+ rule__SystemImplementation__Alternatives_11_1();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getAlternatives_10_1());
+ after(grammarAccess.getSystemImplementationAccess().getAlternatives_11_1());
}
@@ -143175,26 +142128,26 @@ public final void rule__SystemImplementation__Group_10__1__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_10__1__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_11__1__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_10_1_1__0"
- // InternalAadl2Parser.g:37670:1: rule__SystemImplementation__Group_10_1_1__0 : rule__SystemImplementation__Group_10_1_1__0__Impl rule__SystemImplementation__Group_10_1_1__1 ;
- public final void rule__SystemImplementation__Group_10_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_11_1_1__0"
+ // InternalAadl2Parser.g:37368:1: rule__SystemImplementation__Group_11_1_1__0 : rule__SystemImplementation__Group_11_1_1__0__Impl rule__SystemImplementation__Group_11_1_1__1 ;
+ public final void rule__SystemImplementation__Group_11_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37674:1: ( rule__SystemImplementation__Group_10_1_1__0__Impl rule__SystemImplementation__Group_10_1_1__1 )
- // InternalAadl2Parser.g:37675:2: rule__SystemImplementation__Group_10_1_1__0__Impl rule__SystemImplementation__Group_10_1_1__1
+ // InternalAadl2Parser.g:37372:1: ( rule__SystemImplementation__Group_11_1_1__0__Impl rule__SystemImplementation__Group_11_1_1__1 )
+ // InternalAadl2Parser.g:37373:2: rule__SystemImplementation__Group_11_1_1__0__Impl rule__SystemImplementation__Group_11_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__SystemImplementation__Group_10_1_1__0__Impl();
+ rule__SystemImplementation__Group_11_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_10_1_1__1();
+ rule__SystemImplementation__Group_11_1_1__1();
state._fsp--;
@@ -143213,35 +142166,35 @@ public final void rule__SystemImplementation__Group_10_1_1__0() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_10_1_1__0"
+ // $ANTLR end "rule__SystemImplementation__Group_11_1_1__0"
- // $ANTLR start "rule__SystemImplementation__Group_10_1_1__0__Impl"
- // InternalAadl2Parser.g:37682:1: rule__SystemImplementation__Group_10_1_1__0__Impl : ( ( rule__SystemImplementation__NoConnectionsAssignment_10_1_1_0 ) ) ;
- public final void rule__SystemImplementation__Group_10_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_11_1_1__0__Impl"
+ // InternalAadl2Parser.g:37380:1: rule__SystemImplementation__Group_11_1_1__0__Impl : ( ( rule__SystemImplementation__NoConnectionsAssignment_11_1_1_0 ) ) ;
+ public final void rule__SystemImplementation__Group_11_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37686:1: ( ( ( rule__SystemImplementation__NoConnectionsAssignment_10_1_1_0 ) ) )
- // InternalAadl2Parser.g:37687:1: ( ( rule__SystemImplementation__NoConnectionsAssignment_10_1_1_0 ) )
+ // InternalAadl2Parser.g:37384:1: ( ( ( rule__SystemImplementation__NoConnectionsAssignment_11_1_1_0 ) ) )
+ // InternalAadl2Parser.g:37385:1: ( ( rule__SystemImplementation__NoConnectionsAssignment_11_1_1_0 ) )
{
- // InternalAadl2Parser.g:37687:1: ( ( rule__SystemImplementation__NoConnectionsAssignment_10_1_1_0 ) )
- // InternalAadl2Parser.g:37688:2: ( rule__SystemImplementation__NoConnectionsAssignment_10_1_1_0 )
+ // InternalAadl2Parser.g:37385:1: ( ( rule__SystemImplementation__NoConnectionsAssignment_11_1_1_0 ) )
+ // InternalAadl2Parser.g:37386:2: ( rule__SystemImplementation__NoConnectionsAssignment_11_1_1_0 )
{
- before(grammarAccess.getSystemImplementationAccess().getNoConnectionsAssignment_10_1_1_0());
- // InternalAadl2Parser.g:37689:2: ( rule__SystemImplementation__NoConnectionsAssignment_10_1_1_0 )
- // InternalAadl2Parser.g:37689:3: rule__SystemImplementation__NoConnectionsAssignment_10_1_1_0
+ before(grammarAccess.getSystemImplementationAccess().getNoConnectionsAssignment_11_1_1_0());
+ // InternalAadl2Parser.g:37387:2: ( rule__SystemImplementation__NoConnectionsAssignment_11_1_1_0 )
+ // InternalAadl2Parser.g:37387:3: rule__SystemImplementation__NoConnectionsAssignment_11_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__NoConnectionsAssignment_10_1_1_0();
+ rule__SystemImplementation__NoConnectionsAssignment_11_1_1_0();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getNoConnectionsAssignment_10_1_1_0());
+ after(grammarAccess.getSystemImplementationAccess().getNoConnectionsAssignment_11_1_1_0());
}
@@ -143260,21 +142213,21 @@ public final void rule__SystemImplementation__Group_10_1_1__0__Impl() throws Rec
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_10_1_1__0__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_11_1_1__0__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_10_1_1__1"
- // InternalAadl2Parser.g:37697:1: rule__SystemImplementation__Group_10_1_1__1 : rule__SystemImplementation__Group_10_1_1__1__Impl ;
- public final void rule__SystemImplementation__Group_10_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_11_1_1__1"
+ // InternalAadl2Parser.g:37395:1: rule__SystemImplementation__Group_11_1_1__1 : rule__SystemImplementation__Group_11_1_1__1__Impl ;
+ public final void rule__SystemImplementation__Group_11_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37701:1: ( rule__SystemImplementation__Group_10_1_1__1__Impl )
- // InternalAadl2Parser.g:37702:2: rule__SystemImplementation__Group_10_1_1__1__Impl
+ // InternalAadl2Parser.g:37399:1: ( rule__SystemImplementation__Group_11_1_1__1__Impl )
+ // InternalAadl2Parser.g:37400:2: rule__SystemImplementation__Group_11_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_10_1_1__1__Impl();
+ rule__SystemImplementation__Group_11_1_1__1__Impl();
state._fsp--;
@@ -143293,25 +142246,25 @@ public final void rule__SystemImplementation__Group_10_1_1__1() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_10_1_1__1"
+ // $ANTLR end "rule__SystemImplementation__Group_11_1_1__1"
- // $ANTLR start "rule__SystemImplementation__Group_10_1_1__1__Impl"
- // InternalAadl2Parser.g:37708:1: rule__SystemImplementation__Group_10_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__SystemImplementation__Group_10_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_11_1_1__1__Impl"
+ // InternalAadl2Parser.g:37406:1: rule__SystemImplementation__Group_11_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__SystemImplementation__Group_11_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37712:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:37713:1: ( Semicolon )
+ // InternalAadl2Parser.g:37410:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:37411:1: ( Semicolon )
{
- // InternalAadl2Parser.g:37713:1: ( Semicolon )
- // InternalAadl2Parser.g:37714:2: Semicolon
+ // InternalAadl2Parser.g:37411:1: ( Semicolon )
+ // InternalAadl2Parser.g:37412:2: Semicolon
{
- before(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_10_1_1_1());
+ before(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_11_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_10_1_1_1());
+ after(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_11_1_1_1());
}
@@ -143330,26 +142283,26 @@ public final void rule__SystemImplementation__Group_10_1_1__1__Impl() throws Rec
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_10_1_1__1__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_11_1_1__1__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_11__0"
- // InternalAadl2Parser.g:37724:1: rule__SystemImplementation__Group_11__0 : rule__SystemImplementation__Group_11__0__Impl rule__SystemImplementation__Group_11__1 ;
- public final void rule__SystemImplementation__Group_11__0() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_12__0"
+ // InternalAadl2Parser.g:37422:1: rule__SystemImplementation__Group_12__0 : rule__SystemImplementation__Group_12__0__Impl rule__SystemImplementation__Group_12__1 ;
+ public final void rule__SystemImplementation__Group_12__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37728:1: ( rule__SystemImplementation__Group_11__0__Impl rule__SystemImplementation__Group_11__1 )
- // InternalAadl2Parser.g:37729:2: rule__SystemImplementation__Group_11__0__Impl rule__SystemImplementation__Group_11__1
+ // InternalAadl2Parser.g:37426:1: ( rule__SystemImplementation__Group_12__0__Impl rule__SystemImplementation__Group_12__1 )
+ // InternalAadl2Parser.g:37427:2: rule__SystemImplementation__Group_12__0__Impl rule__SystemImplementation__Group_12__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__SystemImplementation__Group_11__0__Impl();
+ rule__SystemImplementation__Group_12__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_11__1();
+ rule__SystemImplementation__Group_12__1();
state._fsp--;
@@ -143368,25 +142321,25 @@ public final void rule__SystemImplementation__Group_11__0() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_11__0"
+ // $ANTLR end "rule__SystemImplementation__Group_12__0"
- // $ANTLR start "rule__SystemImplementation__Group_11__0__Impl"
- // InternalAadl2Parser.g:37736:1: rule__SystemImplementation__Group_11__0__Impl : ( Flows ) ;
- public final void rule__SystemImplementation__Group_11__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_12__0__Impl"
+ // InternalAadl2Parser.g:37434:1: rule__SystemImplementation__Group_12__0__Impl : ( Flows ) ;
+ public final void rule__SystemImplementation__Group_12__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37740:1: ( ( Flows ) )
- // InternalAadl2Parser.g:37741:1: ( Flows )
+ // InternalAadl2Parser.g:37438:1: ( ( Flows ) )
+ // InternalAadl2Parser.g:37439:1: ( Flows )
{
- // InternalAadl2Parser.g:37741:1: ( Flows )
- // InternalAadl2Parser.g:37742:2: Flows
+ // InternalAadl2Parser.g:37439:1: ( Flows )
+ // InternalAadl2Parser.g:37440:2: Flows
{
- before(grammarAccess.getSystemImplementationAccess().getFlowsKeyword_11_0());
+ before(grammarAccess.getSystemImplementationAccess().getFlowsKeyword_12_0());
match(input,Flows,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSystemImplementationAccess().getFlowsKeyword_11_0());
+ after(grammarAccess.getSystemImplementationAccess().getFlowsKeyword_12_0());
}
@@ -143405,21 +142358,21 @@ public final void rule__SystemImplementation__Group_11__0__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_11__0__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_12__0__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_11__1"
- // InternalAadl2Parser.g:37751:1: rule__SystemImplementation__Group_11__1 : rule__SystemImplementation__Group_11__1__Impl ;
- public final void rule__SystemImplementation__Group_11__1() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_12__1"
+ // InternalAadl2Parser.g:37449:1: rule__SystemImplementation__Group_12__1 : rule__SystemImplementation__Group_12__1__Impl ;
+ public final void rule__SystemImplementation__Group_12__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37755:1: ( rule__SystemImplementation__Group_11__1__Impl )
- // InternalAadl2Parser.g:37756:2: rule__SystemImplementation__Group_11__1__Impl
+ // InternalAadl2Parser.g:37453:1: ( rule__SystemImplementation__Group_12__1__Impl )
+ // InternalAadl2Parser.g:37454:2: rule__SystemImplementation__Group_12__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_11__1__Impl();
+ rule__SystemImplementation__Group_12__1__Impl();
state._fsp--;
@@ -143438,35 +142391,35 @@ public final void rule__SystemImplementation__Group_11__1() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_11__1"
+ // $ANTLR end "rule__SystemImplementation__Group_12__1"
- // $ANTLR start "rule__SystemImplementation__Group_11__1__Impl"
- // InternalAadl2Parser.g:37762:1: rule__SystemImplementation__Group_11__1__Impl : ( ( rule__SystemImplementation__Alternatives_11_1 ) ) ;
- public final void rule__SystemImplementation__Group_11__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_12__1__Impl"
+ // InternalAadl2Parser.g:37460:1: rule__SystemImplementation__Group_12__1__Impl : ( ( rule__SystemImplementation__Alternatives_12_1 ) ) ;
+ public final void rule__SystemImplementation__Group_12__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37766:1: ( ( ( rule__SystemImplementation__Alternatives_11_1 ) ) )
- // InternalAadl2Parser.g:37767:1: ( ( rule__SystemImplementation__Alternatives_11_1 ) )
+ // InternalAadl2Parser.g:37464:1: ( ( ( rule__SystemImplementation__Alternatives_12_1 ) ) )
+ // InternalAadl2Parser.g:37465:1: ( ( rule__SystemImplementation__Alternatives_12_1 ) )
{
- // InternalAadl2Parser.g:37767:1: ( ( rule__SystemImplementation__Alternatives_11_1 ) )
- // InternalAadl2Parser.g:37768:2: ( rule__SystemImplementation__Alternatives_11_1 )
+ // InternalAadl2Parser.g:37465:1: ( ( rule__SystemImplementation__Alternatives_12_1 ) )
+ // InternalAadl2Parser.g:37466:2: ( rule__SystemImplementation__Alternatives_12_1 )
{
- before(grammarAccess.getSystemImplementationAccess().getAlternatives_11_1());
- // InternalAadl2Parser.g:37769:2: ( rule__SystemImplementation__Alternatives_11_1 )
- // InternalAadl2Parser.g:37769:3: rule__SystemImplementation__Alternatives_11_1
+ before(grammarAccess.getSystemImplementationAccess().getAlternatives_12_1());
+ // InternalAadl2Parser.g:37467:2: ( rule__SystemImplementation__Alternatives_12_1 )
+ // InternalAadl2Parser.g:37467:3: rule__SystemImplementation__Alternatives_12_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Alternatives_11_1();
+ rule__SystemImplementation__Alternatives_12_1();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getAlternatives_11_1());
+ after(grammarAccess.getSystemImplementationAccess().getAlternatives_12_1());
}
@@ -143485,26 +142438,26 @@ public final void rule__SystemImplementation__Group_11__1__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_11__1__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_12__1__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_11_1_1__0"
- // InternalAadl2Parser.g:37778:1: rule__SystemImplementation__Group_11_1_1__0 : rule__SystemImplementation__Group_11_1_1__0__Impl rule__SystemImplementation__Group_11_1_1__1 ;
- public final void rule__SystemImplementation__Group_11_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_12_1_1__0"
+ // InternalAadl2Parser.g:37476:1: rule__SystemImplementation__Group_12_1_1__0 : rule__SystemImplementation__Group_12_1_1__0__Impl rule__SystemImplementation__Group_12_1_1__1 ;
+ public final void rule__SystemImplementation__Group_12_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37782:1: ( rule__SystemImplementation__Group_11_1_1__0__Impl rule__SystemImplementation__Group_11_1_1__1 )
- // InternalAadl2Parser.g:37783:2: rule__SystemImplementation__Group_11_1_1__0__Impl rule__SystemImplementation__Group_11_1_1__1
+ // InternalAadl2Parser.g:37480:1: ( rule__SystemImplementation__Group_12_1_1__0__Impl rule__SystemImplementation__Group_12_1_1__1 )
+ // InternalAadl2Parser.g:37481:2: rule__SystemImplementation__Group_12_1_1__0__Impl rule__SystemImplementation__Group_12_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__SystemImplementation__Group_11_1_1__0__Impl();
+ rule__SystemImplementation__Group_12_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_11_1_1__1();
+ rule__SystemImplementation__Group_12_1_1__1();
state._fsp--;
@@ -143523,35 +142476,35 @@ public final void rule__SystemImplementation__Group_11_1_1__0() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_11_1_1__0"
+ // $ANTLR end "rule__SystemImplementation__Group_12_1_1__0"
- // $ANTLR start "rule__SystemImplementation__Group_11_1_1__0__Impl"
- // InternalAadl2Parser.g:37790:1: rule__SystemImplementation__Group_11_1_1__0__Impl : ( ( rule__SystemImplementation__NoFlowsAssignment_11_1_1_0 ) ) ;
- public final void rule__SystemImplementation__Group_11_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_12_1_1__0__Impl"
+ // InternalAadl2Parser.g:37488:1: rule__SystemImplementation__Group_12_1_1__0__Impl : ( ( rule__SystemImplementation__NoFlowsAssignment_12_1_1_0 ) ) ;
+ public final void rule__SystemImplementation__Group_12_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37794:1: ( ( ( rule__SystemImplementation__NoFlowsAssignment_11_1_1_0 ) ) )
- // InternalAadl2Parser.g:37795:1: ( ( rule__SystemImplementation__NoFlowsAssignment_11_1_1_0 ) )
+ // InternalAadl2Parser.g:37492:1: ( ( ( rule__SystemImplementation__NoFlowsAssignment_12_1_1_0 ) ) )
+ // InternalAadl2Parser.g:37493:1: ( ( rule__SystemImplementation__NoFlowsAssignment_12_1_1_0 ) )
{
- // InternalAadl2Parser.g:37795:1: ( ( rule__SystemImplementation__NoFlowsAssignment_11_1_1_0 ) )
- // InternalAadl2Parser.g:37796:2: ( rule__SystemImplementation__NoFlowsAssignment_11_1_1_0 )
+ // InternalAadl2Parser.g:37493:1: ( ( rule__SystemImplementation__NoFlowsAssignment_12_1_1_0 ) )
+ // InternalAadl2Parser.g:37494:2: ( rule__SystemImplementation__NoFlowsAssignment_12_1_1_0 )
{
- before(grammarAccess.getSystemImplementationAccess().getNoFlowsAssignment_11_1_1_0());
- // InternalAadl2Parser.g:37797:2: ( rule__SystemImplementation__NoFlowsAssignment_11_1_1_0 )
- // InternalAadl2Parser.g:37797:3: rule__SystemImplementation__NoFlowsAssignment_11_1_1_0
+ before(grammarAccess.getSystemImplementationAccess().getNoFlowsAssignment_12_1_1_0());
+ // InternalAadl2Parser.g:37495:2: ( rule__SystemImplementation__NoFlowsAssignment_12_1_1_0 )
+ // InternalAadl2Parser.g:37495:3: rule__SystemImplementation__NoFlowsAssignment_12_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__NoFlowsAssignment_11_1_1_0();
+ rule__SystemImplementation__NoFlowsAssignment_12_1_1_0();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getNoFlowsAssignment_11_1_1_0());
+ after(grammarAccess.getSystemImplementationAccess().getNoFlowsAssignment_12_1_1_0());
}
@@ -143570,21 +142523,21 @@ public final void rule__SystemImplementation__Group_11_1_1__0__Impl() throws Rec
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_11_1_1__0__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_12_1_1__0__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_11_1_1__1"
- // InternalAadl2Parser.g:37805:1: rule__SystemImplementation__Group_11_1_1__1 : rule__SystemImplementation__Group_11_1_1__1__Impl ;
- public final void rule__SystemImplementation__Group_11_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_12_1_1__1"
+ // InternalAadl2Parser.g:37503:1: rule__SystemImplementation__Group_12_1_1__1 : rule__SystemImplementation__Group_12_1_1__1__Impl ;
+ public final void rule__SystemImplementation__Group_12_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37809:1: ( rule__SystemImplementation__Group_11_1_1__1__Impl )
- // InternalAadl2Parser.g:37810:2: rule__SystemImplementation__Group_11_1_1__1__Impl
+ // InternalAadl2Parser.g:37507:1: ( rule__SystemImplementation__Group_12_1_1__1__Impl )
+ // InternalAadl2Parser.g:37508:2: rule__SystemImplementation__Group_12_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_11_1_1__1__Impl();
+ rule__SystemImplementation__Group_12_1_1__1__Impl();
state._fsp--;
@@ -143603,25 +142556,25 @@ public final void rule__SystemImplementation__Group_11_1_1__1() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_11_1_1__1"
+ // $ANTLR end "rule__SystemImplementation__Group_12_1_1__1"
- // $ANTLR start "rule__SystemImplementation__Group_11_1_1__1__Impl"
- // InternalAadl2Parser.g:37816:1: rule__SystemImplementation__Group_11_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__SystemImplementation__Group_11_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_12_1_1__1__Impl"
+ // InternalAadl2Parser.g:37514:1: rule__SystemImplementation__Group_12_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__SystemImplementation__Group_12_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37820:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:37821:1: ( Semicolon )
+ // InternalAadl2Parser.g:37518:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:37519:1: ( Semicolon )
{
- // InternalAadl2Parser.g:37821:1: ( Semicolon )
- // InternalAadl2Parser.g:37822:2: Semicolon
+ // InternalAadl2Parser.g:37519:1: ( Semicolon )
+ // InternalAadl2Parser.g:37520:2: Semicolon
{
- before(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_11_1_1_1());
+ before(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_12_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_11_1_1_1());
+ after(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_12_1_1_1());
}
@@ -143640,26 +142593,26 @@ public final void rule__SystemImplementation__Group_11_1_1__1__Impl() throws Rec
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_11_1_1__1__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_12_1_1__1__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_12__0"
- // InternalAadl2Parser.g:37832:1: rule__SystemImplementation__Group_12__0 : rule__SystemImplementation__Group_12__0__Impl rule__SystemImplementation__Group_12__1 ;
- public final void rule__SystemImplementation__Group_12__0() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_13__0"
+ // InternalAadl2Parser.g:37530:1: rule__SystemImplementation__Group_13__0 : rule__SystemImplementation__Group_13__0__Impl rule__SystemImplementation__Group_13__1 ;
+ public final void rule__SystemImplementation__Group_13__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37836:1: ( rule__SystemImplementation__Group_12__0__Impl rule__SystemImplementation__Group_12__1 )
- // InternalAadl2Parser.g:37837:2: rule__SystemImplementation__Group_12__0__Impl rule__SystemImplementation__Group_12__1
+ // InternalAadl2Parser.g:37534:1: ( rule__SystemImplementation__Group_13__0__Impl rule__SystemImplementation__Group_13__1 )
+ // InternalAadl2Parser.g:37535:2: rule__SystemImplementation__Group_13__0__Impl rule__SystemImplementation__Group_13__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__SystemImplementation__Group_12__0__Impl();
+ rule__SystemImplementation__Group_13__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_12__1();
+ rule__SystemImplementation__Group_13__1();
state._fsp--;
@@ -143678,25 +142631,25 @@ public final void rule__SystemImplementation__Group_12__0() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_12__0"
+ // $ANTLR end "rule__SystemImplementation__Group_13__0"
- // $ANTLR start "rule__SystemImplementation__Group_12__0__Impl"
- // InternalAadl2Parser.g:37844:1: rule__SystemImplementation__Group_12__0__Impl : ( Modes ) ;
- public final void rule__SystemImplementation__Group_12__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_13__0__Impl"
+ // InternalAadl2Parser.g:37542:1: rule__SystemImplementation__Group_13__0__Impl : ( Modes ) ;
+ public final void rule__SystemImplementation__Group_13__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37848:1: ( ( Modes ) )
- // InternalAadl2Parser.g:37849:1: ( Modes )
+ // InternalAadl2Parser.g:37546:1: ( ( Modes ) )
+ // InternalAadl2Parser.g:37547:1: ( Modes )
{
- // InternalAadl2Parser.g:37849:1: ( Modes )
- // InternalAadl2Parser.g:37850:2: Modes
+ // InternalAadl2Parser.g:37547:1: ( Modes )
+ // InternalAadl2Parser.g:37548:2: Modes
{
- before(grammarAccess.getSystemImplementationAccess().getModesKeyword_12_0());
+ before(grammarAccess.getSystemImplementationAccess().getModesKeyword_13_0());
match(input,Modes,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSystemImplementationAccess().getModesKeyword_12_0());
+ after(grammarAccess.getSystemImplementationAccess().getModesKeyword_13_0());
}
@@ -143715,21 +142668,21 @@ public final void rule__SystemImplementation__Group_12__0__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_12__0__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_13__0__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_12__1"
- // InternalAadl2Parser.g:37859:1: rule__SystemImplementation__Group_12__1 : rule__SystemImplementation__Group_12__1__Impl ;
- public final void rule__SystemImplementation__Group_12__1() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_13__1"
+ // InternalAadl2Parser.g:37557:1: rule__SystemImplementation__Group_13__1 : rule__SystemImplementation__Group_13__1__Impl ;
+ public final void rule__SystemImplementation__Group_13__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37863:1: ( rule__SystemImplementation__Group_12__1__Impl )
- // InternalAadl2Parser.g:37864:2: rule__SystemImplementation__Group_12__1__Impl
+ // InternalAadl2Parser.g:37561:1: ( rule__SystemImplementation__Group_13__1__Impl )
+ // InternalAadl2Parser.g:37562:2: rule__SystemImplementation__Group_13__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_12__1__Impl();
+ rule__SystemImplementation__Group_13__1__Impl();
state._fsp--;
@@ -143748,35 +142701,35 @@ public final void rule__SystemImplementation__Group_12__1() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_12__1"
+ // $ANTLR end "rule__SystemImplementation__Group_13__1"
- // $ANTLR start "rule__SystemImplementation__Group_12__1__Impl"
- // InternalAadl2Parser.g:37870:1: rule__SystemImplementation__Group_12__1__Impl : ( ( rule__SystemImplementation__Alternatives_12_1 ) ) ;
- public final void rule__SystemImplementation__Group_12__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_13__1__Impl"
+ // InternalAadl2Parser.g:37568:1: rule__SystemImplementation__Group_13__1__Impl : ( ( rule__SystemImplementation__Alternatives_13_1 ) ) ;
+ public final void rule__SystemImplementation__Group_13__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37874:1: ( ( ( rule__SystemImplementation__Alternatives_12_1 ) ) )
- // InternalAadl2Parser.g:37875:1: ( ( rule__SystemImplementation__Alternatives_12_1 ) )
+ // InternalAadl2Parser.g:37572:1: ( ( ( rule__SystemImplementation__Alternatives_13_1 ) ) )
+ // InternalAadl2Parser.g:37573:1: ( ( rule__SystemImplementation__Alternatives_13_1 ) )
{
- // InternalAadl2Parser.g:37875:1: ( ( rule__SystemImplementation__Alternatives_12_1 ) )
- // InternalAadl2Parser.g:37876:2: ( rule__SystemImplementation__Alternatives_12_1 )
+ // InternalAadl2Parser.g:37573:1: ( ( rule__SystemImplementation__Alternatives_13_1 ) )
+ // InternalAadl2Parser.g:37574:2: ( rule__SystemImplementation__Alternatives_13_1 )
{
- before(grammarAccess.getSystemImplementationAccess().getAlternatives_12_1());
- // InternalAadl2Parser.g:37877:2: ( rule__SystemImplementation__Alternatives_12_1 )
- // InternalAadl2Parser.g:37877:3: rule__SystemImplementation__Alternatives_12_1
+ before(grammarAccess.getSystemImplementationAccess().getAlternatives_13_1());
+ // InternalAadl2Parser.g:37575:2: ( rule__SystemImplementation__Alternatives_13_1 )
+ // InternalAadl2Parser.g:37575:3: rule__SystemImplementation__Alternatives_13_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Alternatives_12_1();
+ rule__SystemImplementation__Alternatives_13_1();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getAlternatives_12_1());
+ after(grammarAccess.getSystemImplementationAccess().getAlternatives_13_1());
}
@@ -143795,26 +142748,26 @@ public final void rule__SystemImplementation__Group_12__1__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_12__1__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_13__1__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_12_1_1__0"
- // InternalAadl2Parser.g:37886:1: rule__SystemImplementation__Group_12_1_1__0 : rule__SystemImplementation__Group_12_1_1__0__Impl rule__SystemImplementation__Group_12_1_1__1 ;
- public final void rule__SystemImplementation__Group_12_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_13_1_1__0"
+ // InternalAadl2Parser.g:37584:1: rule__SystemImplementation__Group_13_1_1__0 : rule__SystemImplementation__Group_13_1_1__0__Impl rule__SystemImplementation__Group_13_1_1__1 ;
+ public final void rule__SystemImplementation__Group_13_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37890:1: ( rule__SystemImplementation__Group_12_1_1__0__Impl rule__SystemImplementation__Group_12_1_1__1 )
- // InternalAadl2Parser.g:37891:2: rule__SystemImplementation__Group_12_1_1__0__Impl rule__SystemImplementation__Group_12_1_1__1
+ // InternalAadl2Parser.g:37588:1: ( rule__SystemImplementation__Group_13_1_1__0__Impl rule__SystemImplementation__Group_13_1_1__1 )
+ // InternalAadl2Parser.g:37589:2: rule__SystemImplementation__Group_13_1_1__0__Impl rule__SystemImplementation__Group_13_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__SystemImplementation__Group_12_1_1__0__Impl();
+ rule__SystemImplementation__Group_13_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_12_1_1__1();
+ rule__SystemImplementation__Group_13_1_1__1();
state._fsp--;
@@ -143833,35 +142786,35 @@ public final void rule__SystemImplementation__Group_12_1_1__0() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_12_1_1__0"
+ // $ANTLR end "rule__SystemImplementation__Group_13_1_1__0"
- // $ANTLR start "rule__SystemImplementation__Group_12_1_1__0__Impl"
- // InternalAadl2Parser.g:37898:1: rule__SystemImplementation__Group_12_1_1__0__Impl : ( ( rule__SystemImplementation__NoModesAssignment_12_1_1_0 ) ) ;
- public final void rule__SystemImplementation__Group_12_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_13_1_1__0__Impl"
+ // InternalAadl2Parser.g:37596:1: rule__SystemImplementation__Group_13_1_1__0__Impl : ( ( rule__SystemImplementation__NoModesAssignment_13_1_1_0 ) ) ;
+ public final void rule__SystemImplementation__Group_13_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37902:1: ( ( ( rule__SystemImplementation__NoModesAssignment_12_1_1_0 ) ) )
- // InternalAadl2Parser.g:37903:1: ( ( rule__SystemImplementation__NoModesAssignment_12_1_1_0 ) )
+ // InternalAadl2Parser.g:37600:1: ( ( ( rule__SystemImplementation__NoModesAssignment_13_1_1_0 ) ) )
+ // InternalAadl2Parser.g:37601:1: ( ( rule__SystemImplementation__NoModesAssignment_13_1_1_0 ) )
{
- // InternalAadl2Parser.g:37903:1: ( ( rule__SystemImplementation__NoModesAssignment_12_1_1_0 ) )
- // InternalAadl2Parser.g:37904:2: ( rule__SystemImplementation__NoModesAssignment_12_1_1_0 )
+ // InternalAadl2Parser.g:37601:1: ( ( rule__SystemImplementation__NoModesAssignment_13_1_1_0 ) )
+ // InternalAadl2Parser.g:37602:2: ( rule__SystemImplementation__NoModesAssignment_13_1_1_0 )
{
- before(grammarAccess.getSystemImplementationAccess().getNoModesAssignment_12_1_1_0());
- // InternalAadl2Parser.g:37905:2: ( rule__SystemImplementation__NoModesAssignment_12_1_1_0 )
- // InternalAadl2Parser.g:37905:3: rule__SystemImplementation__NoModesAssignment_12_1_1_0
+ before(grammarAccess.getSystemImplementationAccess().getNoModesAssignment_13_1_1_0());
+ // InternalAadl2Parser.g:37603:2: ( rule__SystemImplementation__NoModesAssignment_13_1_1_0 )
+ // InternalAadl2Parser.g:37603:3: rule__SystemImplementation__NoModesAssignment_13_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__NoModesAssignment_12_1_1_0();
+ rule__SystemImplementation__NoModesAssignment_13_1_1_0();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getNoModesAssignment_12_1_1_0());
+ after(grammarAccess.getSystemImplementationAccess().getNoModesAssignment_13_1_1_0());
}
@@ -143880,21 +142833,21 @@ public final void rule__SystemImplementation__Group_12_1_1__0__Impl() throws Rec
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_12_1_1__0__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_13_1_1__0__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_12_1_1__1"
- // InternalAadl2Parser.g:37913:1: rule__SystemImplementation__Group_12_1_1__1 : rule__SystemImplementation__Group_12_1_1__1__Impl ;
- public final void rule__SystemImplementation__Group_12_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_13_1_1__1"
+ // InternalAadl2Parser.g:37611:1: rule__SystemImplementation__Group_13_1_1__1 : rule__SystemImplementation__Group_13_1_1__1__Impl ;
+ public final void rule__SystemImplementation__Group_13_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37917:1: ( rule__SystemImplementation__Group_12_1_1__1__Impl )
- // InternalAadl2Parser.g:37918:2: rule__SystemImplementation__Group_12_1_1__1__Impl
+ // InternalAadl2Parser.g:37615:1: ( rule__SystemImplementation__Group_13_1_1__1__Impl )
+ // InternalAadl2Parser.g:37616:2: rule__SystemImplementation__Group_13_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_12_1_1__1__Impl();
+ rule__SystemImplementation__Group_13_1_1__1__Impl();
state._fsp--;
@@ -143913,25 +142866,25 @@ public final void rule__SystemImplementation__Group_12_1_1__1() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_12_1_1__1"
+ // $ANTLR end "rule__SystemImplementation__Group_13_1_1__1"
- // $ANTLR start "rule__SystemImplementation__Group_12_1_1__1__Impl"
- // InternalAadl2Parser.g:37924:1: rule__SystemImplementation__Group_12_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__SystemImplementation__Group_12_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_13_1_1__1__Impl"
+ // InternalAadl2Parser.g:37622:1: rule__SystemImplementation__Group_13_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__SystemImplementation__Group_13_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37928:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:37929:1: ( Semicolon )
+ // InternalAadl2Parser.g:37626:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:37627:1: ( Semicolon )
{
- // InternalAadl2Parser.g:37929:1: ( Semicolon )
- // InternalAadl2Parser.g:37930:2: Semicolon
+ // InternalAadl2Parser.g:37627:1: ( Semicolon )
+ // InternalAadl2Parser.g:37628:2: Semicolon
{
- before(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_12_1_1_1());
+ before(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_13_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_12_1_1_1());
+ after(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_13_1_1_1());
}
@@ -143950,26 +142903,26 @@ public final void rule__SystemImplementation__Group_12_1_1__1__Impl() throws Rec
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_12_1_1__1__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_13_1_1__1__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_13__0"
- // InternalAadl2Parser.g:37940:1: rule__SystemImplementation__Group_13__0 : rule__SystemImplementation__Group_13__0__Impl rule__SystemImplementation__Group_13__1 ;
- public final void rule__SystemImplementation__Group_13__0() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_14__0"
+ // InternalAadl2Parser.g:37638:1: rule__SystemImplementation__Group_14__0 : rule__SystemImplementation__Group_14__0__Impl rule__SystemImplementation__Group_14__1 ;
+ public final void rule__SystemImplementation__Group_14__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37944:1: ( rule__SystemImplementation__Group_13__0__Impl rule__SystemImplementation__Group_13__1 )
- // InternalAadl2Parser.g:37945:2: rule__SystemImplementation__Group_13__0__Impl rule__SystemImplementation__Group_13__1
+ // InternalAadl2Parser.g:37642:1: ( rule__SystemImplementation__Group_14__0__Impl rule__SystemImplementation__Group_14__1 )
+ // InternalAadl2Parser.g:37643:2: rule__SystemImplementation__Group_14__0__Impl rule__SystemImplementation__Group_14__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__SystemImplementation__Group_13__0__Impl();
+ rule__SystemImplementation__Group_14__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_13__1();
+ rule__SystemImplementation__Group_14__1();
state._fsp--;
@@ -143988,25 +142941,25 @@ public final void rule__SystemImplementation__Group_13__0() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_13__0"
+ // $ANTLR end "rule__SystemImplementation__Group_14__0"
- // $ANTLR start "rule__SystemImplementation__Group_13__0__Impl"
- // InternalAadl2Parser.g:37952:1: rule__SystemImplementation__Group_13__0__Impl : ( Properties ) ;
- public final void rule__SystemImplementation__Group_13__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_14__0__Impl"
+ // InternalAadl2Parser.g:37650:1: rule__SystemImplementation__Group_14__0__Impl : ( Properties ) ;
+ public final void rule__SystemImplementation__Group_14__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37956:1: ( ( Properties ) )
- // InternalAadl2Parser.g:37957:1: ( Properties )
+ // InternalAadl2Parser.g:37654:1: ( ( Properties ) )
+ // InternalAadl2Parser.g:37655:1: ( Properties )
{
- // InternalAadl2Parser.g:37957:1: ( Properties )
- // InternalAadl2Parser.g:37958:2: Properties
+ // InternalAadl2Parser.g:37655:1: ( Properties )
+ // InternalAadl2Parser.g:37656:2: Properties
{
- before(grammarAccess.getSystemImplementationAccess().getPropertiesKeyword_13_0());
+ before(grammarAccess.getSystemImplementationAccess().getPropertiesKeyword_14_0());
match(input,Properties,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSystemImplementationAccess().getPropertiesKeyword_13_0());
+ after(grammarAccess.getSystemImplementationAccess().getPropertiesKeyword_14_0());
}
@@ -144025,21 +142978,21 @@ public final void rule__SystemImplementation__Group_13__0__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_13__0__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_14__0__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_13__1"
- // InternalAadl2Parser.g:37967:1: rule__SystemImplementation__Group_13__1 : rule__SystemImplementation__Group_13__1__Impl ;
- public final void rule__SystemImplementation__Group_13__1() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_14__1"
+ // InternalAadl2Parser.g:37665:1: rule__SystemImplementation__Group_14__1 : rule__SystemImplementation__Group_14__1__Impl ;
+ public final void rule__SystemImplementation__Group_14__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37971:1: ( rule__SystemImplementation__Group_13__1__Impl )
- // InternalAadl2Parser.g:37972:2: rule__SystemImplementation__Group_13__1__Impl
+ // InternalAadl2Parser.g:37669:1: ( rule__SystemImplementation__Group_14__1__Impl )
+ // InternalAadl2Parser.g:37670:2: rule__SystemImplementation__Group_14__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_13__1__Impl();
+ rule__SystemImplementation__Group_14__1__Impl();
state._fsp--;
@@ -144058,35 +143011,35 @@ public final void rule__SystemImplementation__Group_13__1() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_13__1"
+ // $ANTLR end "rule__SystemImplementation__Group_14__1"
- // $ANTLR start "rule__SystemImplementation__Group_13__1__Impl"
- // InternalAadl2Parser.g:37978:1: rule__SystemImplementation__Group_13__1__Impl : ( ( rule__SystemImplementation__Alternatives_13_1 ) ) ;
- public final void rule__SystemImplementation__Group_13__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_14__1__Impl"
+ // InternalAadl2Parser.g:37676:1: rule__SystemImplementation__Group_14__1__Impl : ( ( rule__SystemImplementation__Alternatives_14_1 ) ) ;
+ public final void rule__SystemImplementation__Group_14__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37982:1: ( ( ( rule__SystemImplementation__Alternatives_13_1 ) ) )
- // InternalAadl2Parser.g:37983:1: ( ( rule__SystemImplementation__Alternatives_13_1 ) )
+ // InternalAadl2Parser.g:37680:1: ( ( ( rule__SystemImplementation__Alternatives_14_1 ) ) )
+ // InternalAadl2Parser.g:37681:1: ( ( rule__SystemImplementation__Alternatives_14_1 ) )
{
- // InternalAadl2Parser.g:37983:1: ( ( rule__SystemImplementation__Alternatives_13_1 ) )
- // InternalAadl2Parser.g:37984:2: ( rule__SystemImplementation__Alternatives_13_1 )
+ // InternalAadl2Parser.g:37681:1: ( ( rule__SystemImplementation__Alternatives_14_1 ) )
+ // InternalAadl2Parser.g:37682:2: ( rule__SystemImplementation__Alternatives_14_1 )
{
- before(grammarAccess.getSystemImplementationAccess().getAlternatives_13_1());
- // InternalAadl2Parser.g:37985:2: ( rule__SystemImplementation__Alternatives_13_1 )
- // InternalAadl2Parser.g:37985:3: rule__SystemImplementation__Alternatives_13_1
+ before(grammarAccess.getSystemImplementationAccess().getAlternatives_14_1());
+ // InternalAadl2Parser.g:37683:2: ( rule__SystemImplementation__Alternatives_14_1 )
+ // InternalAadl2Parser.g:37683:3: rule__SystemImplementation__Alternatives_14_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Alternatives_13_1();
+ rule__SystemImplementation__Alternatives_14_1();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getAlternatives_13_1());
+ after(grammarAccess.getSystemImplementationAccess().getAlternatives_14_1());
}
@@ -144105,26 +143058,26 @@ public final void rule__SystemImplementation__Group_13__1__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_13__1__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_14__1__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_13_1_1__0"
- // InternalAadl2Parser.g:37994:1: rule__SystemImplementation__Group_13_1_1__0 : rule__SystemImplementation__Group_13_1_1__0__Impl rule__SystemImplementation__Group_13_1_1__1 ;
- public final void rule__SystemImplementation__Group_13_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_14_1_1__0"
+ // InternalAadl2Parser.g:37692:1: rule__SystemImplementation__Group_14_1_1__0 : rule__SystemImplementation__Group_14_1_1__0__Impl rule__SystemImplementation__Group_14_1_1__1 ;
+ public final void rule__SystemImplementation__Group_14_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:37998:1: ( rule__SystemImplementation__Group_13_1_1__0__Impl rule__SystemImplementation__Group_13_1_1__1 )
- // InternalAadl2Parser.g:37999:2: rule__SystemImplementation__Group_13_1_1__0__Impl rule__SystemImplementation__Group_13_1_1__1
+ // InternalAadl2Parser.g:37696:1: ( rule__SystemImplementation__Group_14_1_1__0__Impl rule__SystemImplementation__Group_14_1_1__1 )
+ // InternalAadl2Parser.g:37697:2: rule__SystemImplementation__Group_14_1_1__0__Impl rule__SystemImplementation__Group_14_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__SystemImplementation__Group_13_1_1__0__Impl();
+ rule__SystemImplementation__Group_14_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_13_1_1__1();
+ rule__SystemImplementation__Group_14_1_1__1();
state._fsp--;
@@ -144143,35 +143096,35 @@ public final void rule__SystemImplementation__Group_13_1_1__0() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_13_1_1__0"
+ // $ANTLR end "rule__SystemImplementation__Group_14_1_1__0"
- // $ANTLR start "rule__SystemImplementation__Group_13_1_1__0__Impl"
- // InternalAadl2Parser.g:38006:1: rule__SystemImplementation__Group_13_1_1__0__Impl : ( ( rule__SystemImplementation__NoPropertiesAssignment_13_1_1_0 ) ) ;
- public final void rule__SystemImplementation__Group_13_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_14_1_1__0__Impl"
+ // InternalAadl2Parser.g:37704:1: rule__SystemImplementation__Group_14_1_1__0__Impl : ( ( rule__SystemImplementation__NoPropertiesAssignment_14_1_1_0 ) ) ;
+ public final void rule__SystemImplementation__Group_14_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38010:1: ( ( ( rule__SystemImplementation__NoPropertiesAssignment_13_1_1_0 ) ) )
- // InternalAadl2Parser.g:38011:1: ( ( rule__SystemImplementation__NoPropertiesAssignment_13_1_1_0 ) )
+ // InternalAadl2Parser.g:37708:1: ( ( ( rule__SystemImplementation__NoPropertiesAssignment_14_1_1_0 ) ) )
+ // InternalAadl2Parser.g:37709:1: ( ( rule__SystemImplementation__NoPropertiesAssignment_14_1_1_0 ) )
{
- // InternalAadl2Parser.g:38011:1: ( ( rule__SystemImplementation__NoPropertiesAssignment_13_1_1_0 ) )
- // InternalAadl2Parser.g:38012:2: ( rule__SystemImplementation__NoPropertiesAssignment_13_1_1_0 )
+ // InternalAadl2Parser.g:37709:1: ( ( rule__SystemImplementation__NoPropertiesAssignment_14_1_1_0 ) )
+ // InternalAadl2Parser.g:37710:2: ( rule__SystemImplementation__NoPropertiesAssignment_14_1_1_0 )
{
- before(grammarAccess.getSystemImplementationAccess().getNoPropertiesAssignment_13_1_1_0());
- // InternalAadl2Parser.g:38013:2: ( rule__SystemImplementation__NoPropertiesAssignment_13_1_1_0 )
- // InternalAadl2Parser.g:38013:3: rule__SystemImplementation__NoPropertiesAssignment_13_1_1_0
+ before(grammarAccess.getSystemImplementationAccess().getNoPropertiesAssignment_14_1_1_0());
+ // InternalAadl2Parser.g:37711:2: ( rule__SystemImplementation__NoPropertiesAssignment_14_1_1_0 )
+ // InternalAadl2Parser.g:37711:3: rule__SystemImplementation__NoPropertiesAssignment_14_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__NoPropertiesAssignment_13_1_1_0();
+ rule__SystemImplementation__NoPropertiesAssignment_14_1_1_0();
state._fsp--;
}
- after(grammarAccess.getSystemImplementationAccess().getNoPropertiesAssignment_13_1_1_0());
+ after(grammarAccess.getSystemImplementationAccess().getNoPropertiesAssignment_14_1_1_0());
}
@@ -144190,21 +143143,21 @@ public final void rule__SystemImplementation__Group_13_1_1__0__Impl() throws Rec
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_13_1_1__0__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_14_1_1__0__Impl"
- // $ANTLR start "rule__SystemImplementation__Group_13_1_1__1"
- // InternalAadl2Parser.g:38021:1: rule__SystemImplementation__Group_13_1_1__1 : rule__SystemImplementation__Group_13_1_1__1__Impl ;
- public final void rule__SystemImplementation__Group_13_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_14_1_1__1"
+ // InternalAadl2Parser.g:37719:1: rule__SystemImplementation__Group_14_1_1__1 : rule__SystemImplementation__Group_14_1_1__1__Impl ;
+ public final void rule__SystemImplementation__Group_14_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38025:1: ( rule__SystemImplementation__Group_13_1_1__1__Impl )
- // InternalAadl2Parser.g:38026:2: rule__SystemImplementation__Group_13_1_1__1__Impl
+ // InternalAadl2Parser.g:37723:1: ( rule__SystemImplementation__Group_14_1_1__1__Impl )
+ // InternalAadl2Parser.g:37724:2: rule__SystemImplementation__Group_14_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SystemImplementation__Group_13_1_1__1__Impl();
+ rule__SystemImplementation__Group_14_1_1__1__Impl();
state._fsp--;
@@ -144223,25 +143176,25 @@ public final void rule__SystemImplementation__Group_13_1_1__1() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_13_1_1__1"
+ // $ANTLR end "rule__SystemImplementation__Group_14_1_1__1"
- // $ANTLR start "rule__SystemImplementation__Group_13_1_1__1__Impl"
- // InternalAadl2Parser.g:38032:1: rule__SystemImplementation__Group_13_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__SystemImplementation__Group_13_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SystemImplementation__Group_14_1_1__1__Impl"
+ // InternalAadl2Parser.g:37730:1: rule__SystemImplementation__Group_14_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__SystemImplementation__Group_14_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38036:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:38037:1: ( Semicolon )
+ // InternalAadl2Parser.g:37734:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:37735:1: ( Semicolon )
{
- // InternalAadl2Parser.g:38037:1: ( Semicolon )
- // InternalAadl2Parser.g:38038:2: Semicolon
+ // InternalAadl2Parser.g:37735:1: ( Semicolon )
+ // InternalAadl2Parser.g:37736:2: Semicolon
{
- before(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_13_1_1_1());
+ before(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_14_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_13_1_1_1());
+ after(grammarAccess.getSystemImplementationAccess().getSemicolonKeyword_14_1_1_1());
}
@@ -144260,20 +143213,20 @@ public final void rule__SystemImplementation__Group_13_1_1__1__Impl() throws Rec
}
return ;
}
- // $ANTLR end "rule__SystemImplementation__Group_13_1_1__1__Impl"
+ // $ANTLR end "rule__SystemImplementation__Group_14_1_1__1__Impl"
// $ANTLR start "rule__ProcessImplementation__Group__0"
- // InternalAadl2Parser.g:38048:1: rule__ProcessImplementation__Group__0 : rule__ProcessImplementation__Group__0__Impl rule__ProcessImplementation__Group__1 ;
+ // InternalAadl2Parser.g:37746:1: rule__ProcessImplementation__Group__0 : rule__ProcessImplementation__Group__0__Impl rule__ProcessImplementation__Group__1 ;
public final void rule__ProcessImplementation__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38052:1: ( rule__ProcessImplementation__Group__0__Impl rule__ProcessImplementation__Group__1 )
- // InternalAadl2Parser.g:38053:2: rule__ProcessImplementation__Group__0__Impl rule__ProcessImplementation__Group__1
+ // InternalAadl2Parser.g:37750:1: ( rule__ProcessImplementation__Group__0__Impl rule__ProcessImplementation__Group__1 )
+ // InternalAadl2Parser.g:37751:2: rule__ProcessImplementation__Group__0__Impl rule__ProcessImplementation__Group__1
{
- pushFollow(FollowSets000.FOLLOW_4);
+ pushFollow(FollowSets000.FOLLOW_34);
rule__ProcessImplementation__Group__0__Impl();
state._fsp--;
@@ -144302,25 +143255,21 @@ public final void rule__ProcessImplementation__Group__0() throws RecognitionExce
// $ANTLR start "rule__ProcessImplementation__Group__0__Impl"
- // InternalAadl2Parser.g:38060:1: rule__ProcessImplementation__Group__0__Impl : ( ruleProcessImplementationKeywords ) ;
+ // InternalAadl2Parser.g:37758:1: rule__ProcessImplementation__Group__0__Impl : ( Process ) ;
public final void rule__ProcessImplementation__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38064:1: ( ( ruleProcessImplementationKeywords ) )
- // InternalAadl2Parser.g:38065:1: ( ruleProcessImplementationKeywords )
+ // InternalAadl2Parser.g:37762:1: ( ( Process ) )
+ // InternalAadl2Parser.g:37763:1: ( Process )
{
- // InternalAadl2Parser.g:38065:1: ( ruleProcessImplementationKeywords )
- // InternalAadl2Parser.g:38066:2: ruleProcessImplementationKeywords
+ // InternalAadl2Parser.g:37763:1: ( Process )
+ // InternalAadl2Parser.g:37764:2: Process
{
- before(grammarAccess.getProcessImplementationAccess().getProcessImplementationKeywordsParserRuleCall_0());
- pushFollow(FollowSets000.FOLLOW_2);
- ruleProcessImplementationKeywords();
-
- state._fsp--;
-
- after(grammarAccess.getProcessImplementationAccess().getProcessImplementationKeywordsParserRuleCall_0());
+ before(grammarAccess.getProcessImplementationAccess().getProcessKeyword_0());
+ match(input,Process,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getProcessImplementationAccess().getProcessKeyword_0());
}
@@ -144343,16 +143292,16 @@ public final void rule__ProcessImplementation__Group__0__Impl() throws Recogniti
// $ANTLR start "rule__ProcessImplementation__Group__1"
- // InternalAadl2Parser.g:38075:1: rule__ProcessImplementation__Group__1 : rule__ProcessImplementation__Group__1__Impl rule__ProcessImplementation__Group__2 ;
+ // InternalAadl2Parser.g:37773:1: rule__ProcessImplementation__Group__1 : rule__ProcessImplementation__Group__1__Impl rule__ProcessImplementation__Group__2 ;
public final void rule__ProcessImplementation__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38079:1: ( rule__ProcessImplementation__Group__1__Impl rule__ProcessImplementation__Group__2 )
- // InternalAadl2Parser.g:38080:2: rule__ProcessImplementation__Group__1__Impl rule__ProcessImplementation__Group__2
+ // InternalAadl2Parser.g:37777:1: ( rule__ProcessImplementation__Group__1__Impl rule__ProcessImplementation__Group__2 )
+ // InternalAadl2Parser.g:37778:2: rule__ProcessImplementation__Group__1__Impl rule__ProcessImplementation__Group__2
{
- pushFollow(FollowSets000.FOLLOW_33);
+ pushFollow(FollowSets000.FOLLOW_4);
rule__ProcessImplementation__Group__1__Impl();
state._fsp--;
@@ -144381,31 +143330,21 @@ public final void rule__ProcessImplementation__Group__1() throws RecognitionExce
// $ANTLR start "rule__ProcessImplementation__Group__1__Impl"
- // InternalAadl2Parser.g:38087:1: rule__ProcessImplementation__Group__1__Impl : ( ( rule__ProcessImplementation__OwnedRealizationAssignment_1 ) ) ;
+ // InternalAadl2Parser.g:37785:1: rule__ProcessImplementation__Group__1__Impl : ( Implementation ) ;
public final void rule__ProcessImplementation__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38091:1: ( ( ( rule__ProcessImplementation__OwnedRealizationAssignment_1 ) ) )
- // InternalAadl2Parser.g:38092:1: ( ( rule__ProcessImplementation__OwnedRealizationAssignment_1 ) )
- {
- // InternalAadl2Parser.g:38092:1: ( ( rule__ProcessImplementation__OwnedRealizationAssignment_1 ) )
- // InternalAadl2Parser.g:38093:2: ( rule__ProcessImplementation__OwnedRealizationAssignment_1 )
+ // InternalAadl2Parser.g:37789:1: ( ( Implementation ) )
+ // InternalAadl2Parser.g:37790:1: ( Implementation )
{
- before(grammarAccess.getProcessImplementationAccess().getOwnedRealizationAssignment_1());
- // InternalAadl2Parser.g:38094:2: ( rule__ProcessImplementation__OwnedRealizationAssignment_1 )
- // InternalAadl2Parser.g:38094:3: rule__ProcessImplementation__OwnedRealizationAssignment_1
+ // InternalAadl2Parser.g:37790:1: ( Implementation )
+ // InternalAadl2Parser.g:37791:2: Implementation
{
- pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__OwnedRealizationAssignment_1();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getProcessImplementationAccess().getOwnedRealizationAssignment_1());
+ before(grammarAccess.getProcessImplementationAccess().getImplementationKeyword_1());
+ match(input,Implementation,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getProcessImplementationAccess().getImplementationKeyword_1());
}
@@ -144428,16 +143367,16 @@ public final void rule__ProcessImplementation__Group__1__Impl() throws Recogniti
// $ANTLR start "rule__ProcessImplementation__Group__2"
- // InternalAadl2Parser.g:38102:1: rule__ProcessImplementation__Group__2 : rule__ProcessImplementation__Group__2__Impl rule__ProcessImplementation__Group__3 ;
+ // InternalAadl2Parser.g:37800:1: rule__ProcessImplementation__Group__2 : rule__ProcessImplementation__Group__2__Impl rule__ProcessImplementation__Group__3 ;
public final void rule__ProcessImplementation__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38106:1: ( rule__ProcessImplementation__Group__2__Impl rule__ProcessImplementation__Group__3 )
- // InternalAadl2Parser.g:38107:2: rule__ProcessImplementation__Group__2__Impl rule__ProcessImplementation__Group__3
+ // InternalAadl2Parser.g:37804:1: ( rule__ProcessImplementation__Group__2__Impl rule__ProcessImplementation__Group__3 )
+ // InternalAadl2Parser.g:37805:2: rule__ProcessImplementation__Group__2__Impl rule__ProcessImplementation__Group__3
{
- pushFollow(FollowSets000.FOLLOW_4);
+ pushFollow(FollowSets000.FOLLOW_35);
rule__ProcessImplementation__Group__2__Impl();
state._fsp--;
@@ -144466,21 +143405,31 @@ public final void rule__ProcessImplementation__Group__2() throws RecognitionExce
// $ANTLR start "rule__ProcessImplementation__Group__2__Impl"
- // InternalAadl2Parser.g:38114:1: rule__ProcessImplementation__Group__2__Impl : ( FullStop ) ;
+ // InternalAadl2Parser.g:37812:1: rule__ProcessImplementation__Group__2__Impl : ( ( rule__ProcessImplementation__OwnedRealizationAssignment_2 ) ) ;
public final void rule__ProcessImplementation__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38118:1: ( ( FullStop ) )
- // InternalAadl2Parser.g:38119:1: ( FullStop )
+ // InternalAadl2Parser.g:37816:1: ( ( ( rule__ProcessImplementation__OwnedRealizationAssignment_2 ) ) )
+ // InternalAadl2Parser.g:37817:1: ( ( rule__ProcessImplementation__OwnedRealizationAssignment_2 ) )
{
- // InternalAadl2Parser.g:38119:1: ( FullStop )
- // InternalAadl2Parser.g:38120:2: FullStop
+ // InternalAadl2Parser.g:37817:1: ( ( rule__ProcessImplementation__OwnedRealizationAssignment_2 ) )
+ // InternalAadl2Parser.g:37818:2: ( rule__ProcessImplementation__OwnedRealizationAssignment_2 )
{
- before(grammarAccess.getProcessImplementationAccess().getFullStopKeyword_2());
- match(input,FullStop,FollowSets000.FOLLOW_2);
- after(grammarAccess.getProcessImplementationAccess().getFullStopKeyword_2());
+ before(grammarAccess.getProcessImplementationAccess().getOwnedRealizationAssignment_2());
+ // InternalAadl2Parser.g:37819:2: ( rule__ProcessImplementation__OwnedRealizationAssignment_2 )
+ // InternalAadl2Parser.g:37819:3: rule__ProcessImplementation__OwnedRealizationAssignment_2
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ProcessImplementation__OwnedRealizationAssignment_2();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getProcessImplementationAccess().getOwnedRealizationAssignment_2());
}
@@ -144503,16 +143452,16 @@ public final void rule__ProcessImplementation__Group__2__Impl() throws Recogniti
// $ANTLR start "rule__ProcessImplementation__Group__3"
- // InternalAadl2Parser.g:38129:1: rule__ProcessImplementation__Group__3 : rule__ProcessImplementation__Group__3__Impl rule__ProcessImplementation__Group__4 ;
+ // InternalAadl2Parser.g:37827:1: rule__ProcessImplementation__Group__3 : rule__ProcessImplementation__Group__3__Impl rule__ProcessImplementation__Group__4 ;
public final void rule__ProcessImplementation__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38133:1: ( rule__ProcessImplementation__Group__3__Impl rule__ProcessImplementation__Group__4 )
- // InternalAadl2Parser.g:38134:2: rule__ProcessImplementation__Group__3__Impl rule__ProcessImplementation__Group__4
+ // InternalAadl2Parser.g:37831:1: ( rule__ProcessImplementation__Group__3__Impl rule__ProcessImplementation__Group__4 )
+ // InternalAadl2Parser.g:37832:2: rule__ProcessImplementation__Group__3__Impl rule__ProcessImplementation__Group__4
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_4);
rule__ProcessImplementation__Group__3__Impl();
state._fsp--;
@@ -144541,31 +143490,21 @@ public final void rule__ProcessImplementation__Group__3() throws RecognitionExce
// $ANTLR start "rule__ProcessImplementation__Group__3__Impl"
- // InternalAadl2Parser.g:38141:1: rule__ProcessImplementation__Group__3__Impl : ( ( rule__ProcessImplementation__NameAssignment_3 ) ) ;
+ // InternalAadl2Parser.g:37839:1: rule__ProcessImplementation__Group__3__Impl : ( FullStop ) ;
public final void rule__ProcessImplementation__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38145:1: ( ( ( rule__ProcessImplementation__NameAssignment_3 ) ) )
- // InternalAadl2Parser.g:38146:1: ( ( rule__ProcessImplementation__NameAssignment_3 ) )
- {
- // InternalAadl2Parser.g:38146:1: ( ( rule__ProcessImplementation__NameAssignment_3 ) )
- // InternalAadl2Parser.g:38147:2: ( rule__ProcessImplementation__NameAssignment_3 )
+ // InternalAadl2Parser.g:37843:1: ( ( FullStop ) )
+ // InternalAadl2Parser.g:37844:1: ( FullStop )
{
- before(grammarAccess.getProcessImplementationAccess().getNameAssignment_3());
- // InternalAadl2Parser.g:38148:2: ( rule__ProcessImplementation__NameAssignment_3 )
- // InternalAadl2Parser.g:38148:3: rule__ProcessImplementation__NameAssignment_3
+ // InternalAadl2Parser.g:37844:1: ( FullStop )
+ // InternalAadl2Parser.g:37845:2: FullStop
{
- pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__NameAssignment_3();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getProcessImplementationAccess().getNameAssignment_3());
+ before(grammarAccess.getProcessImplementationAccess().getFullStopKeyword_3());
+ match(input,FullStop,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getProcessImplementationAccess().getFullStopKeyword_3());
}
@@ -144588,16 +143527,16 @@ public final void rule__ProcessImplementation__Group__3__Impl() throws Recogniti
// $ANTLR start "rule__ProcessImplementation__Group__4"
- // InternalAadl2Parser.g:38156:1: rule__ProcessImplementation__Group__4 : rule__ProcessImplementation__Group__4__Impl rule__ProcessImplementation__Group__5 ;
+ // InternalAadl2Parser.g:37854:1: rule__ProcessImplementation__Group__4 : rule__ProcessImplementation__Group__4__Impl rule__ProcessImplementation__Group__5 ;
public final void rule__ProcessImplementation__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38160:1: ( rule__ProcessImplementation__Group__4__Impl rule__ProcessImplementation__Group__5 )
- // InternalAadl2Parser.g:38161:2: rule__ProcessImplementation__Group__4__Impl rule__ProcessImplementation__Group__5
+ // InternalAadl2Parser.g:37858:1: ( rule__ProcessImplementation__Group__4__Impl rule__ProcessImplementation__Group__5 )
+ // InternalAadl2Parser.g:37859:2: rule__ProcessImplementation__Group__4__Impl rule__ProcessImplementation__Group__5
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__ProcessImplementation__Group__4__Impl();
state._fsp--;
@@ -144626,42 +143565,31 @@ public final void rule__ProcessImplementation__Group__4() throws RecognitionExce
// $ANTLR start "rule__ProcessImplementation__Group__4__Impl"
- // InternalAadl2Parser.g:38168:1: rule__ProcessImplementation__Group__4__Impl : ( ( rule__ProcessImplementation__OwnedExtensionAssignment_4 )? ) ;
+ // InternalAadl2Parser.g:37866:1: rule__ProcessImplementation__Group__4__Impl : ( ( rule__ProcessImplementation__NameAssignment_4 ) ) ;
public final void rule__ProcessImplementation__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38172:1: ( ( ( rule__ProcessImplementation__OwnedExtensionAssignment_4 )? ) )
- // InternalAadl2Parser.g:38173:1: ( ( rule__ProcessImplementation__OwnedExtensionAssignment_4 )? )
+ // InternalAadl2Parser.g:37870:1: ( ( ( rule__ProcessImplementation__NameAssignment_4 ) ) )
+ // InternalAadl2Parser.g:37871:1: ( ( rule__ProcessImplementation__NameAssignment_4 ) )
{
- // InternalAadl2Parser.g:38173:1: ( ( rule__ProcessImplementation__OwnedExtensionAssignment_4 )? )
- // InternalAadl2Parser.g:38174:2: ( rule__ProcessImplementation__OwnedExtensionAssignment_4 )?
+ // InternalAadl2Parser.g:37871:1: ( ( rule__ProcessImplementation__NameAssignment_4 ) )
+ // InternalAadl2Parser.g:37872:2: ( rule__ProcessImplementation__NameAssignment_4 )
{
- before(grammarAccess.getProcessImplementationAccess().getOwnedExtensionAssignment_4());
- // InternalAadl2Parser.g:38175:2: ( rule__ProcessImplementation__OwnedExtensionAssignment_4 )?
- int alt713=2;
- int LA713_0 = input.LA(1);
-
- if ( (LA713_0==Extends) ) {
- alt713=1;
- }
- switch (alt713) {
- case 1 :
- // InternalAadl2Parser.g:38175:3: rule__ProcessImplementation__OwnedExtensionAssignment_4
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__OwnedExtensionAssignment_4();
+ before(grammarAccess.getProcessImplementationAccess().getNameAssignment_4());
+ // InternalAadl2Parser.g:37873:2: ( rule__ProcessImplementation__NameAssignment_4 )
+ // InternalAadl2Parser.g:37873:3: rule__ProcessImplementation__NameAssignment_4
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ProcessImplementation__NameAssignment_4();
- state._fsp--;
+ state._fsp--;
- }
- break;
-
}
- after(grammarAccess.getProcessImplementationAccess().getOwnedExtensionAssignment_4());
+ after(grammarAccess.getProcessImplementationAccess().getNameAssignment_4());
}
@@ -144684,16 +143612,16 @@ public final void rule__ProcessImplementation__Group__4__Impl() throws Recogniti
// $ANTLR start "rule__ProcessImplementation__Group__5"
- // InternalAadl2Parser.g:38183:1: rule__ProcessImplementation__Group__5 : rule__ProcessImplementation__Group__5__Impl rule__ProcessImplementation__Group__6 ;
+ // InternalAadl2Parser.g:37881:1: rule__ProcessImplementation__Group__5 : rule__ProcessImplementation__Group__5__Impl rule__ProcessImplementation__Group__6 ;
public final void rule__ProcessImplementation__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38187:1: ( rule__ProcessImplementation__Group__5__Impl rule__ProcessImplementation__Group__6 )
- // InternalAadl2Parser.g:38188:2: rule__ProcessImplementation__Group__5__Impl rule__ProcessImplementation__Group__6
+ // InternalAadl2Parser.g:37885:1: ( rule__ProcessImplementation__Group__5__Impl rule__ProcessImplementation__Group__6 )
+ // InternalAadl2Parser.g:37886:2: rule__ProcessImplementation__Group__5__Impl rule__ProcessImplementation__Group__6
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__ProcessImplementation__Group__5__Impl();
state._fsp--;
@@ -144722,32 +143650,32 @@ public final void rule__ProcessImplementation__Group__5() throws RecognitionExce
// $ANTLR start "rule__ProcessImplementation__Group__5__Impl"
- // InternalAadl2Parser.g:38195:1: rule__ProcessImplementation__Group__5__Impl : ( ( rule__ProcessImplementation__Group_5__0 )? ) ;
+ // InternalAadl2Parser.g:37893:1: rule__ProcessImplementation__Group__5__Impl : ( ( rule__ProcessImplementation__OwnedExtensionAssignment_5 )? ) ;
public final void rule__ProcessImplementation__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38199:1: ( ( ( rule__ProcessImplementation__Group_5__0 )? ) )
- // InternalAadl2Parser.g:38200:1: ( ( rule__ProcessImplementation__Group_5__0 )? )
+ // InternalAadl2Parser.g:37897:1: ( ( ( rule__ProcessImplementation__OwnedExtensionAssignment_5 )? ) )
+ // InternalAadl2Parser.g:37898:1: ( ( rule__ProcessImplementation__OwnedExtensionAssignment_5 )? )
{
- // InternalAadl2Parser.g:38200:1: ( ( rule__ProcessImplementation__Group_5__0 )? )
- // InternalAadl2Parser.g:38201:2: ( rule__ProcessImplementation__Group_5__0 )?
+ // InternalAadl2Parser.g:37898:1: ( ( rule__ProcessImplementation__OwnedExtensionAssignment_5 )? )
+ // InternalAadl2Parser.g:37899:2: ( rule__ProcessImplementation__OwnedExtensionAssignment_5 )?
{
- before(grammarAccess.getProcessImplementationAccess().getGroup_5());
- // InternalAadl2Parser.g:38202:2: ( rule__ProcessImplementation__Group_5__0 )?
- int alt714=2;
- int LA714_0 = input.LA(1);
+ before(grammarAccess.getProcessImplementationAccess().getOwnedExtensionAssignment_5());
+ // InternalAadl2Parser.g:37900:2: ( rule__ProcessImplementation__OwnedExtensionAssignment_5 )?
+ int alt713=2;
+ int LA713_0 = input.LA(1);
- if ( (LA714_0==LeftParenthesis) ) {
- alt714=1;
+ if ( (LA713_0==Extends) ) {
+ alt713=1;
}
- switch (alt714) {
+ switch (alt713) {
case 1 :
- // InternalAadl2Parser.g:38202:3: rule__ProcessImplementation__Group_5__0
+ // InternalAadl2Parser.g:37900:3: rule__ProcessImplementation__OwnedExtensionAssignment_5
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_5__0();
+ rule__ProcessImplementation__OwnedExtensionAssignment_5();
state._fsp--;
@@ -144757,7 +143685,7 @@ public final void rule__ProcessImplementation__Group__5__Impl() throws Recogniti
}
- after(grammarAccess.getProcessImplementationAccess().getGroup_5());
+ after(grammarAccess.getProcessImplementationAccess().getOwnedExtensionAssignment_5());
}
@@ -144780,16 +143708,16 @@ public final void rule__ProcessImplementation__Group__5__Impl() throws Recogniti
// $ANTLR start "rule__ProcessImplementation__Group__6"
- // InternalAadl2Parser.g:38210:1: rule__ProcessImplementation__Group__6 : rule__ProcessImplementation__Group__6__Impl rule__ProcessImplementation__Group__7 ;
+ // InternalAadl2Parser.g:37908:1: rule__ProcessImplementation__Group__6 : rule__ProcessImplementation__Group__6__Impl rule__ProcessImplementation__Group__7 ;
public final void rule__ProcessImplementation__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38214:1: ( rule__ProcessImplementation__Group__6__Impl rule__ProcessImplementation__Group__7 )
- // InternalAadl2Parser.g:38215:2: rule__ProcessImplementation__Group__6__Impl rule__ProcessImplementation__Group__7
+ // InternalAadl2Parser.g:37912:1: ( rule__ProcessImplementation__Group__6__Impl rule__ProcessImplementation__Group__7 )
+ // InternalAadl2Parser.g:37913:2: rule__ProcessImplementation__Group__6__Impl rule__ProcessImplementation__Group__7
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__ProcessImplementation__Group__6__Impl();
state._fsp--;
@@ -144818,29 +143746,29 @@ public final void rule__ProcessImplementation__Group__6() throws RecognitionExce
// $ANTLR start "rule__ProcessImplementation__Group__6__Impl"
- // InternalAadl2Parser.g:38222:1: rule__ProcessImplementation__Group__6__Impl : ( ( rule__ProcessImplementation__Group_6__0 )? ) ;
+ // InternalAadl2Parser.g:37920:1: rule__ProcessImplementation__Group__6__Impl : ( ( rule__ProcessImplementation__Group_6__0 )? ) ;
public final void rule__ProcessImplementation__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38226:1: ( ( ( rule__ProcessImplementation__Group_6__0 )? ) )
- // InternalAadl2Parser.g:38227:1: ( ( rule__ProcessImplementation__Group_6__0 )? )
+ // InternalAadl2Parser.g:37924:1: ( ( ( rule__ProcessImplementation__Group_6__0 )? ) )
+ // InternalAadl2Parser.g:37925:1: ( ( rule__ProcessImplementation__Group_6__0 )? )
{
- // InternalAadl2Parser.g:38227:1: ( ( rule__ProcessImplementation__Group_6__0 )? )
- // InternalAadl2Parser.g:38228:2: ( rule__ProcessImplementation__Group_6__0 )?
+ // InternalAadl2Parser.g:37925:1: ( ( rule__ProcessImplementation__Group_6__0 )? )
+ // InternalAadl2Parser.g:37926:2: ( rule__ProcessImplementation__Group_6__0 )?
{
before(grammarAccess.getProcessImplementationAccess().getGroup_6());
- // InternalAadl2Parser.g:38229:2: ( rule__ProcessImplementation__Group_6__0 )?
- int alt715=2;
- int LA715_0 = input.LA(1);
+ // InternalAadl2Parser.g:37927:2: ( rule__ProcessImplementation__Group_6__0 )?
+ int alt714=2;
+ int LA714_0 = input.LA(1);
- if ( (LA715_0==Prototypes) ) {
- alt715=1;
+ if ( (LA714_0==LeftParenthesis) ) {
+ alt714=1;
}
- switch (alt715) {
+ switch (alt714) {
case 1 :
- // InternalAadl2Parser.g:38229:3: rule__ProcessImplementation__Group_6__0
+ // InternalAadl2Parser.g:37927:3: rule__ProcessImplementation__Group_6__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessImplementation__Group_6__0();
@@ -144876,16 +143804,16 @@ public final void rule__ProcessImplementation__Group__6__Impl() throws Recogniti
// $ANTLR start "rule__ProcessImplementation__Group__7"
- // InternalAadl2Parser.g:38237:1: rule__ProcessImplementation__Group__7 : rule__ProcessImplementation__Group__7__Impl rule__ProcessImplementation__Group__8 ;
+ // InternalAadl2Parser.g:37935:1: rule__ProcessImplementation__Group__7 : rule__ProcessImplementation__Group__7__Impl rule__ProcessImplementation__Group__8 ;
public final void rule__ProcessImplementation__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38241:1: ( rule__ProcessImplementation__Group__7__Impl rule__ProcessImplementation__Group__8 )
- // InternalAadl2Parser.g:38242:2: rule__ProcessImplementation__Group__7__Impl rule__ProcessImplementation__Group__8
+ // InternalAadl2Parser.g:37939:1: ( rule__ProcessImplementation__Group__7__Impl rule__ProcessImplementation__Group__8 )
+ // InternalAadl2Parser.g:37940:2: rule__ProcessImplementation__Group__7__Impl rule__ProcessImplementation__Group__8
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__ProcessImplementation__Group__7__Impl();
state._fsp--;
@@ -144914,29 +143842,29 @@ public final void rule__ProcessImplementation__Group__7() throws RecognitionExce
// $ANTLR start "rule__ProcessImplementation__Group__7__Impl"
- // InternalAadl2Parser.g:38249:1: rule__ProcessImplementation__Group__7__Impl : ( ( rule__ProcessImplementation__Group_7__0 )? ) ;
+ // InternalAadl2Parser.g:37947:1: rule__ProcessImplementation__Group__7__Impl : ( ( rule__ProcessImplementation__Group_7__0 )? ) ;
public final void rule__ProcessImplementation__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38253:1: ( ( ( rule__ProcessImplementation__Group_7__0 )? ) )
- // InternalAadl2Parser.g:38254:1: ( ( rule__ProcessImplementation__Group_7__0 )? )
+ // InternalAadl2Parser.g:37951:1: ( ( ( rule__ProcessImplementation__Group_7__0 )? ) )
+ // InternalAadl2Parser.g:37952:1: ( ( rule__ProcessImplementation__Group_7__0 )? )
{
- // InternalAadl2Parser.g:38254:1: ( ( rule__ProcessImplementation__Group_7__0 )? )
- // InternalAadl2Parser.g:38255:2: ( rule__ProcessImplementation__Group_7__0 )?
+ // InternalAadl2Parser.g:37952:1: ( ( rule__ProcessImplementation__Group_7__0 )? )
+ // InternalAadl2Parser.g:37953:2: ( rule__ProcessImplementation__Group_7__0 )?
{
before(grammarAccess.getProcessImplementationAccess().getGroup_7());
- // InternalAadl2Parser.g:38256:2: ( rule__ProcessImplementation__Group_7__0 )?
- int alt716=2;
- int LA716_0 = input.LA(1);
+ // InternalAadl2Parser.g:37954:2: ( rule__ProcessImplementation__Group_7__0 )?
+ int alt715=2;
+ int LA715_0 = input.LA(1);
- if ( (LA716_0==Subcomponents) ) {
- alt716=1;
+ if ( (LA715_0==Prototypes) ) {
+ alt715=1;
}
- switch (alt716) {
+ switch (alt715) {
case 1 :
- // InternalAadl2Parser.g:38256:3: rule__ProcessImplementation__Group_7__0
+ // InternalAadl2Parser.g:37954:3: rule__ProcessImplementation__Group_7__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessImplementation__Group_7__0();
@@ -144972,16 +143900,16 @@ public final void rule__ProcessImplementation__Group__7__Impl() throws Recogniti
// $ANTLR start "rule__ProcessImplementation__Group__8"
- // InternalAadl2Parser.g:38264:1: rule__ProcessImplementation__Group__8 : rule__ProcessImplementation__Group__8__Impl rule__ProcessImplementation__Group__9 ;
+ // InternalAadl2Parser.g:37962:1: rule__ProcessImplementation__Group__8 : rule__ProcessImplementation__Group__8__Impl rule__ProcessImplementation__Group__9 ;
public final void rule__ProcessImplementation__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38268:1: ( rule__ProcessImplementation__Group__8__Impl rule__ProcessImplementation__Group__9 )
- // InternalAadl2Parser.g:38269:2: rule__ProcessImplementation__Group__8__Impl rule__ProcessImplementation__Group__9
+ // InternalAadl2Parser.g:37966:1: ( rule__ProcessImplementation__Group__8__Impl rule__ProcessImplementation__Group__9 )
+ // InternalAadl2Parser.g:37967:2: rule__ProcessImplementation__Group__8__Impl rule__ProcessImplementation__Group__9
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__ProcessImplementation__Group__8__Impl();
state._fsp--;
@@ -145010,29 +143938,29 @@ public final void rule__ProcessImplementation__Group__8() throws RecognitionExce
// $ANTLR start "rule__ProcessImplementation__Group__8__Impl"
- // InternalAadl2Parser.g:38276:1: rule__ProcessImplementation__Group__8__Impl : ( ( rule__ProcessImplementation__Group_8__0 )? ) ;
+ // InternalAadl2Parser.g:37974:1: rule__ProcessImplementation__Group__8__Impl : ( ( rule__ProcessImplementation__Group_8__0 )? ) ;
public final void rule__ProcessImplementation__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38280:1: ( ( ( rule__ProcessImplementation__Group_8__0 )? ) )
- // InternalAadl2Parser.g:38281:1: ( ( rule__ProcessImplementation__Group_8__0 )? )
+ // InternalAadl2Parser.g:37978:1: ( ( ( rule__ProcessImplementation__Group_8__0 )? ) )
+ // InternalAadl2Parser.g:37979:1: ( ( rule__ProcessImplementation__Group_8__0 )? )
{
- // InternalAadl2Parser.g:38281:1: ( ( rule__ProcessImplementation__Group_8__0 )? )
- // InternalAadl2Parser.g:38282:2: ( rule__ProcessImplementation__Group_8__0 )?
+ // InternalAadl2Parser.g:37979:1: ( ( rule__ProcessImplementation__Group_8__0 )? )
+ // InternalAadl2Parser.g:37980:2: ( rule__ProcessImplementation__Group_8__0 )?
{
before(grammarAccess.getProcessImplementationAccess().getGroup_8());
- // InternalAadl2Parser.g:38283:2: ( rule__ProcessImplementation__Group_8__0 )?
- int alt717=2;
- int LA717_0 = input.LA(1);
+ // InternalAadl2Parser.g:37981:2: ( rule__ProcessImplementation__Group_8__0 )?
+ int alt716=2;
+ int LA716_0 = input.LA(1);
- if ( (LA717_0==Internal) ) {
- alt717=1;
+ if ( (LA716_0==Subcomponents) ) {
+ alt716=1;
}
- switch (alt717) {
+ switch (alt716) {
case 1 :
- // InternalAadl2Parser.g:38283:3: rule__ProcessImplementation__Group_8__0
+ // InternalAadl2Parser.g:37981:3: rule__ProcessImplementation__Group_8__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessImplementation__Group_8__0();
@@ -145068,16 +143996,16 @@ public final void rule__ProcessImplementation__Group__8__Impl() throws Recogniti
// $ANTLR start "rule__ProcessImplementation__Group__9"
- // InternalAadl2Parser.g:38291:1: rule__ProcessImplementation__Group__9 : rule__ProcessImplementation__Group__9__Impl rule__ProcessImplementation__Group__10 ;
+ // InternalAadl2Parser.g:37989:1: rule__ProcessImplementation__Group__9 : rule__ProcessImplementation__Group__9__Impl rule__ProcessImplementation__Group__10 ;
public final void rule__ProcessImplementation__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38295:1: ( rule__ProcessImplementation__Group__9__Impl rule__ProcessImplementation__Group__10 )
- // InternalAadl2Parser.g:38296:2: rule__ProcessImplementation__Group__9__Impl rule__ProcessImplementation__Group__10
+ // InternalAadl2Parser.g:37993:1: ( rule__ProcessImplementation__Group__9__Impl rule__ProcessImplementation__Group__10 )
+ // InternalAadl2Parser.g:37994:2: rule__ProcessImplementation__Group__9__Impl rule__ProcessImplementation__Group__10
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__ProcessImplementation__Group__9__Impl();
state._fsp--;
@@ -145106,29 +144034,29 @@ public final void rule__ProcessImplementation__Group__9() throws RecognitionExce
// $ANTLR start "rule__ProcessImplementation__Group__9__Impl"
- // InternalAadl2Parser.g:38303:1: rule__ProcessImplementation__Group__9__Impl : ( ( rule__ProcessImplementation__Group_9__0 )? ) ;
+ // InternalAadl2Parser.g:38001:1: rule__ProcessImplementation__Group__9__Impl : ( ( rule__ProcessImplementation__Group_9__0 )? ) ;
public final void rule__ProcessImplementation__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38307:1: ( ( ( rule__ProcessImplementation__Group_9__0 )? ) )
- // InternalAadl2Parser.g:38308:1: ( ( rule__ProcessImplementation__Group_9__0 )? )
+ // InternalAadl2Parser.g:38005:1: ( ( ( rule__ProcessImplementation__Group_9__0 )? ) )
+ // InternalAadl2Parser.g:38006:1: ( ( rule__ProcessImplementation__Group_9__0 )? )
{
- // InternalAadl2Parser.g:38308:1: ( ( rule__ProcessImplementation__Group_9__0 )? )
- // InternalAadl2Parser.g:38309:2: ( rule__ProcessImplementation__Group_9__0 )?
+ // InternalAadl2Parser.g:38006:1: ( ( rule__ProcessImplementation__Group_9__0 )? )
+ // InternalAadl2Parser.g:38007:2: ( rule__ProcessImplementation__Group_9__0 )?
{
before(grammarAccess.getProcessImplementationAccess().getGroup_9());
- // InternalAadl2Parser.g:38310:2: ( rule__ProcessImplementation__Group_9__0 )?
- int alt718=2;
- int LA718_0 = input.LA(1);
+ // InternalAadl2Parser.g:38008:2: ( rule__ProcessImplementation__Group_9__0 )?
+ int alt717=2;
+ int LA717_0 = input.LA(1);
- if ( (LA718_0==Processor) ) {
- alt718=1;
+ if ( (LA717_0==Internal) ) {
+ alt717=1;
}
- switch (alt718) {
+ switch (alt717) {
case 1 :
- // InternalAadl2Parser.g:38310:3: rule__ProcessImplementation__Group_9__0
+ // InternalAadl2Parser.g:38008:3: rule__ProcessImplementation__Group_9__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessImplementation__Group_9__0();
@@ -145164,16 +144092,16 @@ public final void rule__ProcessImplementation__Group__9__Impl() throws Recogniti
// $ANTLR start "rule__ProcessImplementation__Group__10"
- // InternalAadl2Parser.g:38318:1: rule__ProcessImplementation__Group__10 : rule__ProcessImplementation__Group__10__Impl rule__ProcessImplementation__Group__11 ;
+ // InternalAadl2Parser.g:38016:1: rule__ProcessImplementation__Group__10 : rule__ProcessImplementation__Group__10__Impl rule__ProcessImplementation__Group__11 ;
public final void rule__ProcessImplementation__Group__10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38322:1: ( rule__ProcessImplementation__Group__10__Impl rule__ProcessImplementation__Group__11 )
- // InternalAadl2Parser.g:38323:2: rule__ProcessImplementation__Group__10__Impl rule__ProcessImplementation__Group__11
+ // InternalAadl2Parser.g:38020:1: ( rule__ProcessImplementation__Group__10__Impl rule__ProcessImplementation__Group__11 )
+ // InternalAadl2Parser.g:38021:2: rule__ProcessImplementation__Group__10__Impl rule__ProcessImplementation__Group__11
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__ProcessImplementation__Group__10__Impl();
state._fsp--;
@@ -145202,29 +144130,29 @@ public final void rule__ProcessImplementation__Group__10() throws RecognitionExc
// $ANTLR start "rule__ProcessImplementation__Group__10__Impl"
- // InternalAadl2Parser.g:38330:1: rule__ProcessImplementation__Group__10__Impl : ( ( rule__ProcessImplementation__Group_10__0 )? ) ;
+ // InternalAadl2Parser.g:38028:1: rule__ProcessImplementation__Group__10__Impl : ( ( rule__ProcessImplementation__Group_10__0 )? ) ;
public final void rule__ProcessImplementation__Group__10__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38334:1: ( ( ( rule__ProcessImplementation__Group_10__0 )? ) )
- // InternalAadl2Parser.g:38335:1: ( ( rule__ProcessImplementation__Group_10__0 )? )
+ // InternalAadl2Parser.g:38032:1: ( ( ( rule__ProcessImplementation__Group_10__0 )? ) )
+ // InternalAadl2Parser.g:38033:1: ( ( rule__ProcessImplementation__Group_10__0 )? )
{
- // InternalAadl2Parser.g:38335:1: ( ( rule__ProcessImplementation__Group_10__0 )? )
- // InternalAadl2Parser.g:38336:2: ( rule__ProcessImplementation__Group_10__0 )?
+ // InternalAadl2Parser.g:38033:1: ( ( rule__ProcessImplementation__Group_10__0 )? )
+ // InternalAadl2Parser.g:38034:2: ( rule__ProcessImplementation__Group_10__0 )?
{
before(grammarAccess.getProcessImplementationAccess().getGroup_10());
- // InternalAadl2Parser.g:38337:2: ( rule__ProcessImplementation__Group_10__0 )?
- int alt719=2;
- int LA719_0 = input.LA(1);
+ // InternalAadl2Parser.g:38035:2: ( rule__ProcessImplementation__Group_10__0 )?
+ int alt718=2;
+ int LA718_0 = input.LA(1);
- if ( (LA719_0==Connections) ) {
- alt719=1;
+ if ( (LA718_0==Processor) ) {
+ alt718=1;
}
- switch (alt719) {
+ switch (alt718) {
case 1 :
- // InternalAadl2Parser.g:38337:3: rule__ProcessImplementation__Group_10__0
+ // InternalAadl2Parser.g:38035:3: rule__ProcessImplementation__Group_10__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessImplementation__Group_10__0();
@@ -145260,16 +144188,16 @@ public final void rule__ProcessImplementation__Group__10__Impl() throws Recognit
// $ANTLR start "rule__ProcessImplementation__Group__11"
- // InternalAadl2Parser.g:38345:1: rule__ProcessImplementation__Group__11 : rule__ProcessImplementation__Group__11__Impl rule__ProcessImplementation__Group__12 ;
+ // InternalAadl2Parser.g:38043:1: rule__ProcessImplementation__Group__11 : rule__ProcessImplementation__Group__11__Impl rule__ProcessImplementation__Group__12 ;
public final void rule__ProcessImplementation__Group__11() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38349:1: ( rule__ProcessImplementation__Group__11__Impl rule__ProcessImplementation__Group__12 )
- // InternalAadl2Parser.g:38350:2: rule__ProcessImplementation__Group__11__Impl rule__ProcessImplementation__Group__12
+ // InternalAadl2Parser.g:38047:1: ( rule__ProcessImplementation__Group__11__Impl rule__ProcessImplementation__Group__12 )
+ // InternalAadl2Parser.g:38048:2: rule__ProcessImplementation__Group__11__Impl rule__ProcessImplementation__Group__12
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__ProcessImplementation__Group__11__Impl();
state._fsp--;
@@ -145298,29 +144226,29 @@ public final void rule__ProcessImplementation__Group__11() throws RecognitionExc
// $ANTLR start "rule__ProcessImplementation__Group__11__Impl"
- // InternalAadl2Parser.g:38357:1: rule__ProcessImplementation__Group__11__Impl : ( ( rule__ProcessImplementation__Group_11__0 )? ) ;
+ // InternalAadl2Parser.g:38055:1: rule__ProcessImplementation__Group__11__Impl : ( ( rule__ProcessImplementation__Group_11__0 )? ) ;
public final void rule__ProcessImplementation__Group__11__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38361:1: ( ( ( rule__ProcessImplementation__Group_11__0 )? ) )
- // InternalAadl2Parser.g:38362:1: ( ( rule__ProcessImplementation__Group_11__0 )? )
+ // InternalAadl2Parser.g:38059:1: ( ( ( rule__ProcessImplementation__Group_11__0 )? ) )
+ // InternalAadl2Parser.g:38060:1: ( ( rule__ProcessImplementation__Group_11__0 )? )
{
- // InternalAadl2Parser.g:38362:1: ( ( rule__ProcessImplementation__Group_11__0 )? )
- // InternalAadl2Parser.g:38363:2: ( rule__ProcessImplementation__Group_11__0 )?
+ // InternalAadl2Parser.g:38060:1: ( ( rule__ProcessImplementation__Group_11__0 )? )
+ // InternalAadl2Parser.g:38061:2: ( rule__ProcessImplementation__Group_11__0 )?
{
before(grammarAccess.getProcessImplementationAccess().getGroup_11());
- // InternalAadl2Parser.g:38364:2: ( rule__ProcessImplementation__Group_11__0 )?
- int alt720=2;
- int LA720_0 = input.LA(1);
+ // InternalAadl2Parser.g:38062:2: ( rule__ProcessImplementation__Group_11__0 )?
+ int alt719=2;
+ int LA719_0 = input.LA(1);
- if ( (LA720_0==Flows) ) {
- alt720=1;
+ if ( (LA719_0==Connections) ) {
+ alt719=1;
}
- switch (alt720) {
+ switch (alt719) {
case 1 :
- // InternalAadl2Parser.g:38364:3: rule__ProcessImplementation__Group_11__0
+ // InternalAadl2Parser.g:38062:3: rule__ProcessImplementation__Group_11__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessImplementation__Group_11__0();
@@ -145356,16 +144284,16 @@ public final void rule__ProcessImplementation__Group__11__Impl() throws Recognit
// $ANTLR start "rule__ProcessImplementation__Group__12"
- // InternalAadl2Parser.g:38372:1: rule__ProcessImplementation__Group__12 : rule__ProcessImplementation__Group__12__Impl rule__ProcessImplementation__Group__13 ;
+ // InternalAadl2Parser.g:38070:1: rule__ProcessImplementation__Group__12 : rule__ProcessImplementation__Group__12__Impl rule__ProcessImplementation__Group__13 ;
public final void rule__ProcessImplementation__Group__12() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38376:1: ( rule__ProcessImplementation__Group__12__Impl rule__ProcessImplementation__Group__13 )
- // InternalAadl2Parser.g:38377:2: rule__ProcessImplementation__Group__12__Impl rule__ProcessImplementation__Group__13
+ // InternalAadl2Parser.g:38074:1: ( rule__ProcessImplementation__Group__12__Impl rule__ProcessImplementation__Group__13 )
+ // InternalAadl2Parser.g:38075:2: rule__ProcessImplementation__Group__12__Impl rule__ProcessImplementation__Group__13
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__ProcessImplementation__Group__12__Impl();
state._fsp--;
@@ -145394,29 +144322,29 @@ public final void rule__ProcessImplementation__Group__12() throws RecognitionExc
// $ANTLR start "rule__ProcessImplementation__Group__12__Impl"
- // InternalAadl2Parser.g:38384:1: rule__ProcessImplementation__Group__12__Impl : ( ( rule__ProcessImplementation__Group_12__0 )? ) ;
+ // InternalAadl2Parser.g:38082:1: rule__ProcessImplementation__Group__12__Impl : ( ( rule__ProcessImplementation__Group_12__0 )? ) ;
public final void rule__ProcessImplementation__Group__12__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38388:1: ( ( ( rule__ProcessImplementation__Group_12__0 )? ) )
- // InternalAadl2Parser.g:38389:1: ( ( rule__ProcessImplementation__Group_12__0 )? )
+ // InternalAadl2Parser.g:38086:1: ( ( ( rule__ProcessImplementation__Group_12__0 )? ) )
+ // InternalAadl2Parser.g:38087:1: ( ( rule__ProcessImplementation__Group_12__0 )? )
{
- // InternalAadl2Parser.g:38389:1: ( ( rule__ProcessImplementation__Group_12__0 )? )
- // InternalAadl2Parser.g:38390:2: ( rule__ProcessImplementation__Group_12__0 )?
+ // InternalAadl2Parser.g:38087:1: ( ( rule__ProcessImplementation__Group_12__0 )? )
+ // InternalAadl2Parser.g:38088:2: ( rule__ProcessImplementation__Group_12__0 )?
{
before(grammarAccess.getProcessImplementationAccess().getGroup_12());
- // InternalAadl2Parser.g:38391:2: ( rule__ProcessImplementation__Group_12__0 )?
- int alt721=2;
- int LA721_0 = input.LA(1);
+ // InternalAadl2Parser.g:38089:2: ( rule__ProcessImplementation__Group_12__0 )?
+ int alt720=2;
+ int LA720_0 = input.LA(1);
- if ( (LA721_0==Modes) ) {
- alt721=1;
+ if ( (LA720_0==Flows) ) {
+ alt720=1;
}
- switch (alt721) {
+ switch (alt720) {
case 1 :
- // InternalAadl2Parser.g:38391:3: rule__ProcessImplementation__Group_12__0
+ // InternalAadl2Parser.g:38089:3: rule__ProcessImplementation__Group_12__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessImplementation__Group_12__0();
@@ -145452,16 +144380,16 @@ public final void rule__ProcessImplementation__Group__12__Impl() throws Recognit
// $ANTLR start "rule__ProcessImplementation__Group__13"
- // InternalAadl2Parser.g:38399:1: rule__ProcessImplementation__Group__13 : rule__ProcessImplementation__Group__13__Impl rule__ProcessImplementation__Group__14 ;
+ // InternalAadl2Parser.g:38097:1: rule__ProcessImplementation__Group__13 : rule__ProcessImplementation__Group__13__Impl rule__ProcessImplementation__Group__14 ;
public final void rule__ProcessImplementation__Group__13() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38403:1: ( rule__ProcessImplementation__Group__13__Impl rule__ProcessImplementation__Group__14 )
- // InternalAadl2Parser.g:38404:2: rule__ProcessImplementation__Group__13__Impl rule__ProcessImplementation__Group__14
+ // InternalAadl2Parser.g:38101:1: ( rule__ProcessImplementation__Group__13__Impl rule__ProcessImplementation__Group__14 )
+ // InternalAadl2Parser.g:38102:2: rule__ProcessImplementation__Group__13__Impl rule__ProcessImplementation__Group__14
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__ProcessImplementation__Group__13__Impl();
state._fsp--;
@@ -145490,29 +144418,29 @@ public final void rule__ProcessImplementation__Group__13() throws RecognitionExc
// $ANTLR start "rule__ProcessImplementation__Group__13__Impl"
- // InternalAadl2Parser.g:38411:1: rule__ProcessImplementation__Group__13__Impl : ( ( rule__ProcessImplementation__Group_13__0 )? ) ;
+ // InternalAadl2Parser.g:38109:1: rule__ProcessImplementation__Group__13__Impl : ( ( rule__ProcessImplementation__Group_13__0 )? ) ;
public final void rule__ProcessImplementation__Group__13__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38415:1: ( ( ( rule__ProcessImplementation__Group_13__0 )? ) )
- // InternalAadl2Parser.g:38416:1: ( ( rule__ProcessImplementation__Group_13__0 )? )
+ // InternalAadl2Parser.g:38113:1: ( ( ( rule__ProcessImplementation__Group_13__0 )? ) )
+ // InternalAadl2Parser.g:38114:1: ( ( rule__ProcessImplementation__Group_13__0 )? )
{
- // InternalAadl2Parser.g:38416:1: ( ( rule__ProcessImplementation__Group_13__0 )? )
- // InternalAadl2Parser.g:38417:2: ( rule__ProcessImplementation__Group_13__0 )?
+ // InternalAadl2Parser.g:38114:1: ( ( rule__ProcessImplementation__Group_13__0 )? )
+ // InternalAadl2Parser.g:38115:2: ( rule__ProcessImplementation__Group_13__0 )?
{
before(grammarAccess.getProcessImplementationAccess().getGroup_13());
- // InternalAadl2Parser.g:38418:2: ( rule__ProcessImplementation__Group_13__0 )?
- int alt722=2;
- int LA722_0 = input.LA(1);
+ // InternalAadl2Parser.g:38116:2: ( rule__ProcessImplementation__Group_13__0 )?
+ int alt721=2;
+ int LA721_0 = input.LA(1);
- if ( (LA722_0==Properties) ) {
- alt722=1;
+ if ( (LA721_0==Modes) ) {
+ alt721=1;
}
- switch (alt722) {
+ switch (alt721) {
case 1 :
- // InternalAadl2Parser.g:38418:3: rule__ProcessImplementation__Group_13__0
+ // InternalAadl2Parser.g:38116:3: rule__ProcessImplementation__Group_13__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ProcessImplementation__Group_13__0();
@@ -145548,16 +144476,16 @@ public final void rule__ProcessImplementation__Group__13__Impl() throws Recognit
// $ANTLR start "rule__ProcessImplementation__Group__14"
- // InternalAadl2Parser.g:38426:1: rule__ProcessImplementation__Group__14 : rule__ProcessImplementation__Group__14__Impl rule__ProcessImplementation__Group__15 ;
+ // InternalAadl2Parser.g:38124:1: rule__ProcessImplementation__Group__14 : rule__ProcessImplementation__Group__14__Impl rule__ProcessImplementation__Group__15 ;
public final void rule__ProcessImplementation__Group__14() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38430:1: ( rule__ProcessImplementation__Group__14__Impl rule__ProcessImplementation__Group__15 )
- // InternalAadl2Parser.g:38431:2: rule__ProcessImplementation__Group__14__Impl rule__ProcessImplementation__Group__15
+ // InternalAadl2Parser.g:38128:1: ( rule__ProcessImplementation__Group__14__Impl rule__ProcessImplementation__Group__15 )
+ // InternalAadl2Parser.g:38129:2: rule__ProcessImplementation__Group__14__Impl rule__ProcessImplementation__Group__15
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__ProcessImplementation__Group__14__Impl();
state._fsp--;
@@ -145586,20 +144514,116 @@ public final void rule__ProcessImplementation__Group__14() throws RecognitionExc
// $ANTLR start "rule__ProcessImplementation__Group__14__Impl"
- // InternalAadl2Parser.g:38438:1: rule__ProcessImplementation__Group__14__Impl : ( ( rule__ProcessImplementation__OwnedAnnexSubclauseAssignment_14 )* ) ;
+ // InternalAadl2Parser.g:38136:1: rule__ProcessImplementation__Group__14__Impl : ( ( rule__ProcessImplementation__Group_14__0 )? ) ;
public final void rule__ProcessImplementation__Group__14__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38442:1: ( ( ( rule__ProcessImplementation__OwnedAnnexSubclauseAssignment_14 )* ) )
- // InternalAadl2Parser.g:38443:1: ( ( rule__ProcessImplementation__OwnedAnnexSubclauseAssignment_14 )* )
+ // InternalAadl2Parser.g:38140:1: ( ( ( rule__ProcessImplementation__Group_14__0 )? ) )
+ // InternalAadl2Parser.g:38141:1: ( ( rule__ProcessImplementation__Group_14__0 )? )
+ {
+ // InternalAadl2Parser.g:38141:1: ( ( rule__ProcessImplementation__Group_14__0 )? )
+ // InternalAadl2Parser.g:38142:2: ( rule__ProcessImplementation__Group_14__0 )?
+ {
+ before(grammarAccess.getProcessImplementationAccess().getGroup_14());
+ // InternalAadl2Parser.g:38143:2: ( rule__ProcessImplementation__Group_14__0 )?
+ int alt722=2;
+ int LA722_0 = input.LA(1);
+
+ if ( (LA722_0==Properties) ) {
+ alt722=1;
+ }
+ switch (alt722) {
+ case 1 :
+ // InternalAadl2Parser.g:38143:3: rule__ProcessImplementation__Group_14__0
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ProcessImplementation__Group_14__0();
+
+ state._fsp--;
+
+
+ }
+ break;
+
+ }
+
+ after(grammarAccess.getProcessImplementationAccess().getGroup_14());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ProcessImplementation__Group__14__Impl"
+
+
+ // $ANTLR start "rule__ProcessImplementation__Group__15"
+ // InternalAadl2Parser.g:38151:1: rule__ProcessImplementation__Group__15 : rule__ProcessImplementation__Group__15__Impl rule__ProcessImplementation__Group__16 ;
+ public final void rule__ProcessImplementation__Group__15() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:38155:1: ( rule__ProcessImplementation__Group__15__Impl rule__ProcessImplementation__Group__16 )
+ // InternalAadl2Parser.g:38156:2: rule__ProcessImplementation__Group__15__Impl rule__ProcessImplementation__Group__16
+ {
+ pushFollow(FollowSets000.FOLLOW_38);
+ rule__ProcessImplementation__Group__15__Impl();
+
+ state._fsp--;
+
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ProcessImplementation__Group__16();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ProcessImplementation__Group__15"
+
+
+ // $ANTLR start "rule__ProcessImplementation__Group__15__Impl"
+ // InternalAadl2Parser.g:38163:1: rule__ProcessImplementation__Group__15__Impl : ( ( rule__ProcessImplementation__OwnedAnnexSubclauseAssignment_15 )* ) ;
+ public final void rule__ProcessImplementation__Group__15__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:38167:1: ( ( ( rule__ProcessImplementation__OwnedAnnexSubclauseAssignment_15 )* ) )
+ // InternalAadl2Parser.g:38168:1: ( ( rule__ProcessImplementation__OwnedAnnexSubclauseAssignment_15 )* )
{
- // InternalAadl2Parser.g:38443:1: ( ( rule__ProcessImplementation__OwnedAnnexSubclauseAssignment_14 )* )
- // InternalAadl2Parser.g:38444:2: ( rule__ProcessImplementation__OwnedAnnexSubclauseAssignment_14 )*
+ // InternalAadl2Parser.g:38168:1: ( ( rule__ProcessImplementation__OwnedAnnexSubclauseAssignment_15 )* )
+ // InternalAadl2Parser.g:38169:2: ( rule__ProcessImplementation__OwnedAnnexSubclauseAssignment_15 )*
{
- before(grammarAccess.getProcessImplementationAccess().getOwnedAnnexSubclauseAssignment_14());
- // InternalAadl2Parser.g:38445:2: ( rule__ProcessImplementation__OwnedAnnexSubclauseAssignment_14 )*
+ before(grammarAccess.getProcessImplementationAccess().getOwnedAnnexSubclauseAssignment_15());
+ // InternalAadl2Parser.g:38170:2: ( rule__ProcessImplementation__OwnedAnnexSubclauseAssignment_15 )*
loop723:
do {
int alt723=2;
@@ -145612,10 +144636,10 @@ public final void rule__ProcessImplementation__Group__14__Impl() throws Recognit
switch (alt723) {
case 1 :
- // InternalAadl2Parser.g:38445:3: rule__ProcessImplementation__OwnedAnnexSubclauseAssignment_14
+ // InternalAadl2Parser.g:38170:3: rule__ProcessImplementation__OwnedAnnexSubclauseAssignment_15
{
pushFollow(FollowSets000.FOLLOW_28);
- rule__ProcessImplementation__OwnedAnnexSubclauseAssignment_14();
+ rule__ProcessImplementation__OwnedAnnexSubclauseAssignment_15();
state._fsp--;
@@ -145628,7 +144652,7 @@ public final void rule__ProcessImplementation__Group__14__Impl() throws Recognit
}
} while (true);
- after(grammarAccess.getProcessImplementationAccess().getOwnedAnnexSubclauseAssignment_14());
+ after(grammarAccess.getProcessImplementationAccess().getOwnedAnnexSubclauseAssignment_15());
}
@@ -145647,26 +144671,26 @@ public final void rule__ProcessImplementation__Group__14__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group__14__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group__15__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group__15"
- // InternalAadl2Parser.g:38453:1: rule__ProcessImplementation__Group__15 : rule__ProcessImplementation__Group__15__Impl rule__ProcessImplementation__Group__16 ;
- public final void rule__ProcessImplementation__Group__15() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group__16"
+ // InternalAadl2Parser.g:38178:1: rule__ProcessImplementation__Group__16 : rule__ProcessImplementation__Group__16__Impl rule__ProcessImplementation__Group__17 ;
+ public final void rule__ProcessImplementation__Group__16() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38457:1: ( rule__ProcessImplementation__Group__15__Impl rule__ProcessImplementation__Group__16 )
- // InternalAadl2Parser.g:38458:2: rule__ProcessImplementation__Group__15__Impl rule__ProcessImplementation__Group__16
+ // InternalAadl2Parser.g:38182:1: ( rule__ProcessImplementation__Group__16__Impl rule__ProcessImplementation__Group__17 )
+ // InternalAadl2Parser.g:38183:2: rule__ProcessImplementation__Group__16__Impl rule__ProcessImplementation__Group__17
{
pushFollow(FollowSets000.FOLLOW_4);
- rule__ProcessImplementation__Group__15__Impl();
+ rule__ProcessImplementation__Group__16__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group__16();
+ rule__ProcessImplementation__Group__17();
state._fsp--;
@@ -145685,25 +144709,25 @@ public final void rule__ProcessImplementation__Group__15() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group__15"
+ // $ANTLR end "rule__ProcessImplementation__Group__16"
- // $ANTLR start "rule__ProcessImplementation__Group__15__Impl"
- // InternalAadl2Parser.g:38465:1: rule__ProcessImplementation__Group__15__Impl : ( End ) ;
- public final void rule__ProcessImplementation__Group__15__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group__16__Impl"
+ // InternalAadl2Parser.g:38190:1: rule__ProcessImplementation__Group__16__Impl : ( End ) ;
+ public final void rule__ProcessImplementation__Group__16__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38469:1: ( ( End ) )
- // InternalAadl2Parser.g:38470:1: ( End )
+ // InternalAadl2Parser.g:38194:1: ( ( End ) )
+ // InternalAadl2Parser.g:38195:1: ( End )
{
- // InternalAadl2Parser.g:38470:1: ( End )
- // InternalAadl2Parser.g:38471:2: End
+ // InternalAadl2Parser.g:38195:1: ( End )
+ // InternalAadl2Parser.g:38196:2: End
{
- before(grammarAccess.getProcessImplementationAccess().getEndKeyword_15());
+ before(grammarAccess.getProcessImplementationAccess().getEndKeyword_16());
match(input,End,FollowSets000.FOLLOW_2);
- after(grammarAccess.getProcessImplementationAccess().getEndKeyword_15());
+ after(grammarAccess.getProcessImplementationAccess().getEndKeyword_16());
}
@@ -145722,26 +144746,26 @@ public final void rule__ProcessImplementation__Group__15__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group__15__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group__16__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group__16"
- // InternalAadl2Parser.g:38480:1: rule__ProcessImplementation__Group__16 : rule__ProcessImplementation__Group__16__Impl rule__ProcessImplementation__Group__17 ;
- public final void rule__ProcessImplementation__Group__16() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group__17"
+ // InternalAadl2Parser.g:38205:1: rule__ProcessImplementation__Group__17 : rule__ProcessImplementation__Group__17__Impl rule__ProcessImplementation__Group__18 ;
+ public final void rule__ProcessImplementation__Group__17() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38484:1: ( rule__ProcessImplementation__Group__16__Impl rule__ProcessImplementation__Group__17 )
- // InternalAadl2Parser.g:38485:2: rule__ProcessImplementation__Group__16__Impl rule__ProcessImplementation__Group__17
+ // InternalAadl2Parser.g:38209:1: ( rule__ProcessImplementation__Group__17__Impl rule__ProcessImplementation__Group__18 )
+ // InternalAadl2Parser.g:38210:2: rule__ProcessImplementation__Group__17__Impl rule__ProcessImplementation__Group__18
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__ProcessImplementation__Group__16__Impl();
+ rule__ProcessImplementation__Group__17__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group__17();
+ rule__ProcessImplementation__Group__18();
state._fsp--;
@@ -145760,29 +144784,29 @@ public final void rule__ProcessImplementation__Group__16() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group__16"
+ // $ANTLR end "rule__ProcessImplementation__Group__17"
- // $ANTLR start "rule__ProcessImplementation__Group__16__Impl"
- // InternalAadl2Parser.g:38492:1: rule__ProcessImplementation__Group__16__Impl : ( ruleFULLINAME ) ;
- public final void rule__ProcessImplementation__Group__16__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group__17__Impl"
+ // InternalAadl2Parser.g:38217:1: rule__ProcessImplementation__Group__17__Impl : ( ruleFULLINAME ) ;
+ public final void rule__ProcessImplementation__Group__17__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38496:1: ( ( ruleFULLINAME ) )
- // InternalAadl2Parser.g:38497:1: ( ruleFULLINAME )
+ // InternalAadl2Parser.g:38221:1: ( ( ruleFULLINAME ) )
+ // InternalAadl2Parser.g:38222:1: ( ruleFULLINAME )
{
- // InternalAadl2Parser.g:38497:1: ( ruleFULLINAME )
- // InternalAadl2Parser.g:38498:2: ruleFULLINAME
+ // InternalAadl2Parser.g:38222:1: ( ruleFULLINAME )
+ // InternalAadl2Parser.g:38223:2: ruleFULLINAME
{
- before(grammarAccess.getProcessImplementationAccess().getFULLINAMEParserRuleCall_16());
+ before(grammarAccess.getProcessImplementationAccess().getFULLINAMEParserRuleCall_17());
pushFollow(FollowSets000.FOLLOW_2);
ruleFULLINAME();
state._fsp--;
- after(grammarAccess.getProcessImplementationAccess().getFULLINAMEParserRuleCall_16());
+ after(grammarAccess.getProcessImplementationAccess().getFULLINAMEParserRuleCall_17());
}
@@ -145801,21 +144825,21 @@ public final void rule__ProcessImplementation__Group__16__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group__16__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group__17__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group__17"
- // InternalAadl2Parser.g:38507:1: rule__ProcessImplementation__Group__17 : rule__ProcessImplementation__Group__17__Impl ;
- public final void rule__ProcessImplementation__Group__17() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group__18"
+ // InternalAadl2Parser.g:38232:1: rule__ProcessImplementation__Group__18 : rule__ProcessImplementation__Group__18__Impl ;
+ public final void rule__ProcessImplementation__Group__18() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38511:1: ( rule__ProcessImplementation__Group__17__Impl )
- // InternalAadl2Parser.g:38512:2: rule__ProcessImplementation__Group__17__Impl
+ // InternalAadl2Parser.g:38236:1: ( rule__ProcessImplementation__Group__18__Impl )
+ // InternalAadl2Parser.g:38237:2: rule__ProcessImplementation__Group__18__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group__17__Impl();
+ rule__ProcessImplementation__Group__18__Impl();
state._fsp--;
@@ -145834,25 +144858,25 @@ public final void rule__ProcessImplementation__Group__17() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group__17"
+ // $ANTLR end "rule__ProcessImplementation__Group__18"
- // $ANTLR start "rule__ProcessImplementation__Group__17__Impl"
- // InternalAadl2Parser.g:38518:1: rule__ProcessImplementation__Group__17__Impl : ( Semicolon ) ;
- public final void rule__ProcessImplementation__Group__17__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group__18__Impl"
+ // InternalAadl2Parser.g:38243:1: rule__ProcessImplementation__Group__18__Impl : ( Semicolon ) ;
+ public final void rule__ProcessImplementation__Group__18__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38522:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:38523:1: ( Semicolon )
+ // InternalAadl2Parser.g:38247:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:38248:1: ( Semicolon )
{
- // InternalAadl2Parser.g:38523:1: ( Semicolon )
- // InternalAadl2Parser.g:38524:2: Semicolon
+ // InternalAadl2Parser.g:38248:1: ( Semicolon )
+ // InternalAadl2Parser.g:38249:2: Semicolon
{
- before(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_17());
+ before(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_18());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_17());
+ after(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_18());
}
@@ -145871,26 +144895,26 @@ public final void rule__ProcessImplementation__Group__17__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group__17__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group__18__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group_5__0"
- // InternalAadl2Parser.g:38534:1: rule__ProcessImplementation__Group_5__0 : rule__ProcessImplementation__Group_5__0__Impl rule__ProcessImplementation__Group_5__1 ;
- public final void rule__ProcessImplementation__Group_5__0() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_6__0"
+ // InternalAadl2Parser.g:38259:1: rule__ProcessImplementation__Group_6__0 : rule__ProcessImplementation__Group_6__0__Impl rule__ProcessImplementation__Group_6__1 ;
+ public final void rule__ProcessImplementation__Group_6__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38538:1: ( rule__ProcessImplementation__Group_5__0__Impl rule__ProcessImplementation__Group_5__1 )
- // InternalAadl2Parser.g:38539:2: rule__ProcessImplementation__Group_5__0__Impl rule__ProcessImplementation__Group_5__1
+ // InternalAadl2Parser.g:38263:1: ( rule__ProcessImplementation__Group_6__0__Impl rule__ProcessImplementation__Group_6__1 )
+ // InternalAadl2Parser.g:38264:2: rule__ProcessImplementation__Group_6__0__Impl rule__ProcessImplementation__Group_6__1
{
pushFollow(FollowSets000.FOLLOW_4);
- rule__ProcessImplementation__Group_5__0__Impl();
+ rule__ProcessImplementation__Group_6__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_5__1();
+ rule__ProcessImplementation__Group_6__1();
state._fsp--;
@@ -145909,25 +144933,25 @@ public final void rule__ProcessImplementation__Group_5__0() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_5__0"
+ // $ANTLR end "rule__ProcessImplementation__Group_6__0"
- // $ANTLR start "rule__ProcessImplementation__Group_5__0__Impl"
- // InternalAadl2Parser.g:38546:1: rule__ProcessImplementation__Group_5__0__Impl : ( LeftParenthesis ) ;
- public final void rule__ProcessImplementation__Group_5__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_6__0__Impl"
+ // InternalAadl2Parser.g:38271:1: rule__ProcessImplementation__Group_6__0__Impl : ( LeftParenthesis ) ;
+ public final void rule__ProcessImplementation__Group_6__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38550:1: ( ( LeftParenthesis ) )
- // InternalAadl2Parser.g:38551:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:38275:1: ( ( LeftParenthesis ) )
+ // InternalAadl2Parser.g:38276:1: ( LeftParenthesis )
{
- // InternalAadl2Parser.g:38551:1: ( LeftParenthesis )
- // InternalAadl2Parser.g:38552:2: LeftParenthesis
+ // InternalAadl2Parser.g:38276:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:38277:2: LeftParenthesis
{
- before(grammarAccess.getProcessImplementationAccess().getLeftParenthesisKeyword_5_0());
+ before(grammarAccess.getProcessImplementationAccess().getLeftParenthesisKeyword_6_0());
match(input,LeftParenthesis,FollowSets000.FOLLOW_2);
- after(grammarAccess.getProcessImplementationAccess().getLeftParenthesisKeyword_5_0());
+ after(grammarAccess.getProcessImplementationAccess().getLeftParenthesisKeyword_6_0());
}
@@ -145946,26 +144970,26 @@ public final void rule__ProcessImplementation__Group_5__0__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_5__0__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group_6__0__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group_5__1"
- // InternalAadl2Parser.g:38561:1: rule__ProcessImplementation__Group_5__1 : rule__ProcessImplementation__Group_5__1__Impl rule__ProcessImplementation__Group_5__2 ;
- public final void rule__ProcessImplementation__Group_5__1() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_6__1"
+ // InternalAadl2Parser.g:38286:1: rule__ProcessImplementation__Group_6__1 : rule__ProcessImplementation__Group_6__1__Impl rule__ProcessImplementation__Group_6__2 ;
+ public final void rule__ProcessImplementation__Group_6__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38565:1: ( rule__ProcessImplementation__Group_5__1__Impl rule__ProcessImplementation__Group_5__2 )
- // InternalAadl2Parser.g:38566:2: rule__ProcessImplementation__Group_5__1__Impl rule__ProcessImplementation__Group_5__2
+ // InternalAadl2Parser.g:38290:1: ( rule__ProcessImplementation__Group_6__1__Impl rule__ProcessImplementation__Group_6__2 )
+ // InternalAadl2Parser.g:38291:2: rule__ProcessImplementation__Group_6__1__Impl rule__ProcessImplementation__Group_6__2
{
pushFollow(FollowSets000.FOLLOW_30);
- rule__ProcessImplementation__Group_5__1__Impl();
+ rule__ProcessImplementation__Group_6__1__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_5__2();
+ rule__ProcessImplementation__Group_6__2();
state._fsp--;
@@ -145984,35 +145008,35 @@ public final void rule__ProcessImplementation__Group_5__1() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_5__1"
+ // $ANTLR end "rule__ProcessImplementation__Group_6__1"
- // $ANTLR start "rule__ProcessImplementation__Group_5__1__Impl"
- // InternalAadl2Parser.g:38573:1: rule__ProcessImplementation__Group_5__1__Impl : ( ( rule__ProcessImplementation__OwnedPrototypeBindingAssignment_5_1 ) ) ;
- public final void rule__ProcessImplementation__Group_5__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_6__1__Impl"
+ // InternalAadl2Parser.g:38298:1: rule__ProcessImplementation__Group_6__1__Impl : ( ( rule__ProcessImplementation__OwnedPrototypeBindingAssignment_6_1 ) ) ;
+ public final void rule__ProcessImplementation__Group_6__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38577:1: ( ( ( rule__ProcessImplementation__OwnedPrototypeBindingAssignment_5_1 ) ) )
- // InternalAadl2Parser.g:38578:1: ( ( rule__ProcessImplementation__OwnedPrototypeBindingAssignment_5_1 ) )
+ // InternalAadl2Parser.g:38302:1: ( ( ( rule__ProcessImplementation__OwnedPrototypeBindingAssignment_6_1 ) ) )
+ // InternalAadl2Parser.g:38303:1: ( ( rule__ProcessImplementation__OwnedPrototypeBindingAssignment_6_1 ) )
{
- // InternalAadl2Parser.g:38578:1: ( ( rule__ProcessImplementation__OwnedPrototypeBindingAssignment_5_1 ) )
- // InternalAadl2Parser.g:38579:2: ( rule__ProcessImplementation__OwnedPrototypeBindingAssignment_5_1 )
+ // InternalAadl2Parser.g:38303:1: ( ( rule__ProcessImplementation__OwnedPrototypeBindingAssignment_6_1 ) )
+ // InternalAadl2Parser.g:38304:2: ( rule__ProcessImplementation__OwnedPrototypeBindingAssignment_6_1 )
{
- before(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeBindingAssignment_5_1());
- // InternalAadl2Parser.g:38580:2: ( rule__ProcessImplementation__OwnedPrototypeBindingAssignment_5_1 )
- // InternalAadl2Parser.g:38580:3: rule__ProcessImplementation__OwnedPrototypeBindingAssignment_5_1
+ before(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeBindingAssignment_6_1());
+ // InternalAadl2Parser.g:38305:2: ( rule__ProcessImplementation__OwnedPrototypeBindingAssignment_6_1 )
+ // InternalAadl2Parser.g:38305:3: rule__ProcessImplementation__OwnedPrototypeBindingAssignment_6_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__OwnedPrototypeBindingAssignment_5_1();
+ rule__ProcessImplementation__OwnedPrototypeBindingAssignment_6_1();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeBindingAssignment_5_1());
+ after(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeBindingAssignment_6_1());
}
@@ -146031,26 +145055,26 @@ public final void rule__ProcessImplementation__Group_5__1__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_5__1__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group_6__1__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group_5__2"
- // InternalAadl2Parser.g:38588:1: rule__ProcessImplementation__Group_5__2 : rule__ProcessImplementation__Group_5__2__Impl rule__ProcessImplementation__Group_5__3 ;
- public final void rule__ProcessImplementation__Group_5__2() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_6__2"
+ // InternalAadl2Parser.g:38313:1: rule__ProcessImplementation__Group_6__2 : rule__ProcessImplementation__Group_6__2__Impl rule__ProcessImplementation__Group_6__3 ;
+ public final void rule__ProcessImplementation__Group_6__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38592:1: ( rule__ProcessImplementation__Group_5__2__Impl rule__ProcessImplementation__Group_5__3 )
- // InternalAadl2Parser.g:38593:2: rule__ProcessImplementation__Group_5__2__Impl rule__ProcessImplementation__Group_5__3
+ // InternalAadl2Parser.g:38317:1: ( rule__ProcessImplementation__Group_6__2__Impl rule__ProcessImplementation__Group_6__3 )
+ // InternalAadl2Parser.g:38318:2: rule__ProcessImplementation__Group_6__2__Impl rule__ProcessImplementation__Group_6__3
{
pushFollow(FollowSets000.FOLLOW_30);
- rule__ProcessImplementation__Group_5__2__Impl();
+ rule__ProcessImplementation__Group_6__2__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_5__3();
+ rule__ProcessImplementation__Group_6__3();
state._fsp--;
@@ -146069,24 +145093,24 @@ public final void rule__ProcessImplementation__Group_5__2() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_5__2"
+ // $ANTLR end "rule__ProcessImplementation__Group_6__2"
- // $ANTLR start "rule__ProcessImplementation__Group_5__2__Impl"
- // InternalAadl2Parser.g:38600:1: rule__ProcessImplementation__Group_5__2__Impl : ( ( rule__ProcessImplementation__Group_5_2__0 )* ) ;
- public final void rule__ProcessImplementation__Group_5__2__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_6__2__Impl"
+ // InternalAadl2Parser.g:38325:1: rule__ProcessImplementation__Group_6__2__Impl : ( ( rule__ProcessImplementation__Group_6_2__0 )* ) ;
+ public final void rule__ProcessImplementation__Group_6__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38604:1: ( ( ( rule__ProcessImplementation__Group_5_2__0 )* ) )
- // InternalAadl2Parser.g:38605:1: ( ( rule__ProcessImplementation__Group_5_2__0 )* )
+ // InternalAadl2Parser.g:38329:1: ( ( ( rule__ProcessImplementation__Group_6_2__0 )* ) )
+ // InternalAadl2Parser.g:38330:1: ( ( rule__ProcessImplementation__Group_6_2__0 )* )
{
- // InternalAadl2Parser.g:38605:1: ( ( rule__ProcessImplementation__Group_5_2__0 )* )
- // InternalAadl2Parser.g:38606:2: ( rule__ProcessImplementation__Group_5_2__0 )*
+ // InternalAadl2Parser.g:38330:1: ( ( rule__ProcessImplementation__Group_6_2__0 )* )
+ // InternalAadl2Parser.g:38331:2: ( rule__ProcessImplementation__Group_6_2__0 )*
{
- before(grammarAccess.getProcessImplementationAccess().getGroup_5_2());
- // InternalAadl2Parser.g:38607:2: ( rule__ProcessImplementation__Group_5_2__0 )*
+ before(grammarAccess.getProcessImplementationAccess().getGroup_6_2());
+ // InternalAadl2Parser.g:38332:2: ( rule__ProcessImplementation__Group_6_2__0 )*
loop724:
do {
int alt724=2;
@@ -146099,10 +145123,10 @@ public final void rule__ProcessImplementation__Group_5__2__Impl() throws Recogni
switch (alt724) {
case 1 :
- // InternalAadl2Parser.g:38607:3: rule__ProcessImplementation__Group_5_2__0
+ // InternalAadl2Parser.g:38332:3: rule__ProcessImplementation__Group_6_2__0
{
pushFollow(FollowSets000.FOLLOW_14);
- rule__ProcessImplementation__Group_5_2__0();
+ rule__ProcessImplementation__Group_6_2__0();
state._fsp--;
@@ -146115,7 +145139,152 @@ public final void rule__ProcessImplementation__Group_5__2__Impl() throws Recogni
}
} while (true);
- after(grammarAccess.getProcessImplementationAccess().getGroup_5_2());
+ after(grammarAccess.getProcessImplementationAccess().getGroup_6_2());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ProcessImplementation__Group_6__2__Impl"
+
+
+ // $ANTLR start "rule__ProcessImplementation__Group_6__3"
+ // InternalAadl2Parser.g:38340:1: rule__ProcessImplementation__Group_6__3 : rule__ProcessImplementation__Group_6__3__Impl ;
+ public final void rule__ProcessImplementation__Group_6__3() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:38344:1: ( rule__ProcessImplementation__Group_6__3__Impl )
+ // InternalAadl2Parser.g:38345:2: rule__ProcessImplementation__Group_6__3__Impl
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ProcessImplementation__Group_6__3__Impl();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ProcessImplementation__Group_6__3"
+
+
+ // $ANTLR start "rule__ProcessImplementation__Group_6__3__Impl"
+ // InternalAadl2Parser.g:38351:1: rule__ProcessImplementation__Group_6__3__Impl : ( RightParenthesis ) ;
+ public final void rule__ProcessImplementation__Group_6__3__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:38355:1: ( ( RightParenthesis ) )
+ // InternalAadl2Parser.g:38356:1: ( RightParenthesis )
+ {
+ // InternalAadl2Parser.g:38356:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:38357:2: RightParenthesis
+ {
+ before(grammarAccess.getProcessImplementationAccess().getRightParenthesisKeyword_6_3());
+ match(input,RightParenthesis,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getProcessImplementationAccess().getRightParenthesisKeyword_6_3());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ProcessImplementation__Group_6__3__Impl"
+
+
+ // $ANTLR start "rule__ProcessImplementation__Group_6_2__0"
+ // InternalAadl2Parser.g:38367:1: rule__ProcessImplementation__Group_6_2__0 : rule__ProcessImplementation__Group_6_2__0__Impl rule__ProcessImplementation__Group_6_2__1 ;
+ public final void rule__ProcessImplementation__Group_6_2__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:38371:1: ( rule__ProcessImplementation__Group_6_2__0__Impl rule__ProcessImplementation__Group_6_2__1 )
+ // InternalAadl2Parser.g:38372:2: rule__ProcessImplementation__Group_6_2__0__Impl rule__ProcessImplementation__Group_6_2__1
+ {
+ pushFollow(FollowSets000.FOLLOW_4);
+ rule__ProcessImplementation__Group_6_2__0__Impl();
+
+ state._fsp--;
+
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ProcessImplementation__Group_6_2__1();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ProcessImplementation__Group_6_2__0"
+
+
+ // $ANTLR start "rule__ProcessImplementation__Group_6_2__0__Impl"
+ // InternalAadl2Parser.g:38379:1: rule__ProcessImplementation__Group_6_2__0__Impl : ( Comma ) ;
+ public final void rule__ProcessImplementation__Group_6_2__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:38383:1: ( ( Comma ) )
+ // InternalAadl2Parser.g:38384:1: ( Comma )
+ {
+ // InternalAadl2Parser.g:38384:1: ( Comma )
+ // InternalAadl2Parser.g:38385:2: Comma
+ {
+ before(grammarAccess.getProcessImplementationAccess().getCommaKeyword_6_2_0());
+ match(input,Comma,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getProcessImplementationAccess().getCommaKeyword_6_2_0());
}
@@ -146134,21 +145303,21 @@ public final void rule__ProcessImplementation__Group_5__2__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_5__2__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group_6_2__0__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group_5__3"
- // InternalAadl2Parser.g:38615:1: rule__ProcessImplementation__Group_5__3 : rule__ProcessImplementation__Group_5__3__Impl ;
- public final void rule__ProcessImplementation__Group_5__3() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_6_2__1"
+ // InternalAadl2Parser.g:38394:1: rule__ProcessImplementation__Group_6_2__1 : rule__ProcessImplementation__Group_6_2__1__Impl ;
+ public final void rule__ProcessImplementation__Group_6_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38619:1: ( rule__ProcessImplementation__Group_5__3__Impl )
- // InternalAadl2Parser.g:38620:2: rule__ProcessImplementation__Group_5__3__Impl
+ // InternalAadl2Parser.g:38398:1: ( rule__ProcessImplementation__Group_6_2__1__Impl )
+ // InternalAadl2Parser.g:38399:2: rule__ProcessImplementation__Group_6_2__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_5__3__Impl();
+ rule__ProcessImplementation__Group_6_2__1__Impl();
state._fsp--;
@@ -146167,25 +145336,35 @@ public final void rule__ProcessImplementation__Group_5__3() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_5__3"
+ // $ANTLR end "rule__ProcessImplementation__Group_6_2__1"
- // $ANTLR start "rule__ProcessImplementation__Group_5__3__Impl"
- // InternalAadl2Parser.g:38626:1: rule__ProcessImplementation__Group_5__3__Impl : ( RightParenthesis ) ;
- public final void rule__ProcessImplementation__Group_5__3__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_6_2__1__Impl"
+ // InternalAadl2Parser.g:38405:1: rule__ProcessImplementation__Group_6_2__1__Impl : ( ( rule__ProcessImplementation__OwnedPrototypeBindingAssignment_6_2_1 ) ) ;
+ public final void rule__ProcessImplementation__Group_6_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38630:1: ( ( RightParenthesis ) )
- // InternalAadl2Parser.g:38631:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:38409:1: ( ( ( rule__ProcessImplementation__OwnedPrototypeBindingAssignment_6_2_1 ) ) )
+ // InternalAadl2Parser.g:38410:1: ( ( rule__ProcessImplementation__OwnedPrototypeBindingAssignment_6_2_1 ) )
{
- // InternalAadl2Parser.g:38631:1: ( RightParenthesis )
- // InternalAadl2Parser.g:38632:2: RightParenthesis
+ // InternalAadl2Parser.g:38410:1: ( ( rule__ProcessImplementation__OwnedPrototypeBindingAssignment_6_2_1 ) )
+ // InternalAadl2Parser.g:38411:2: ( rule__ProcessImplementation__OwnedPrototypeBindingAssignment_6_2_1 )
{
- before(grammarAccess.getProcessImplementationAccess().getRightParenthesisKeyword_5_3());
- match(input,RightParenthesis,FollowSets000.FOLLOW_2);
- after(grammarAccess.getProcessImplementationAccess().getRightParenthesisKeyword_5_3());
+ before(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1());
+ // InternalAadl2Parser.g:38412:2: ( rule__ProcessImplementation__OwnedPrototypeBindingAssignment_6_2_1 )
+ // InternalAadl2Parser.g:38412:3: rule__ProcessImplementation__OwnedPrototypeBindingAssignment_6_2_1
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ProcessImplementation__OwnedPrototypeBindingAssignment_6_2_1();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1());
}
@@ -146204,26 +145383,26 @@ public final void rule__ProcessImplementation__Group_5__3__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_5__3__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group_6_2__1__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group_5_2__0"
- // InternalAadl2Parser.g:38642:1: rule__ProcessImplementation__Group_5_2__0 : rule__ProcessImplementation__Group_5_2__0__Impl rule__ProcessImplementation__Group_5_2__1 ;
- public final void rule__ProcessImplementation__Group_5_2__0() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_7__0"
+ // InternalAadl2Parser.g:38421:1: rule__ProcessImplementation__Group_7__0 : rule__ProcessImplementation__Group_7__0__Impl rule__ProcessImplementation__Group_7__1 ;
+ public final void rule__ProcessImplementation__Group_7__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38646:1: ( rule__ProcessImplementation__Group_5_2__0__Impl rule__ProcessImplementation__Group_5_2__1 )
- // InternalAadl2Parser.g:38647:2: rule__ProcessImplementation__Group_5_2__0__Impl rule__ProcessImplementation__Group_5_2__1
+ // InternalAadl2Parser.g:38425:1: ( rule__ProcessImplementation__Group_7__0__Impl rule__ProcessImplementation__Group_7__1 )
+ // InternalAadl2Parser.g:38426:2: rule__ProcessImplementation__Group_7__0__Impl rule__ProcessImplementation__Group_7__1
{
- pushFollow(FollowSets000.FOLLOW_4);
- rule__ProcessImplementation__Group_5_2__0__Impl();
+ pushFollow(FollowSets000.FOLLOW_8);
+ rule__ProcessImplementation__Group_7__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_5_2__1();
+ rule__ProcessImplementation__Group_7__1();
state._fsp--;
@@ -146242,25 +145421,25 @@ public final void rule__ProcessImplementation__Group_5_2__0() throws Recognition
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_5_2__0"
+ // $ANTLR end "rule__ProcessImplementation__Group_7__0"
- // $ANTLR start "rule__ProcessImplementation__Group_5_2__0__Impl"
- // InternalAadl2Parser.g:38654:1: rule__ProcessImplementation__Group_5_2__0__Impl : ( Comma ) ;
- public final void rule__ProcessImplementation__Group_5_2__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_7__0__Impl"
+ // InternalAadl2Parser.g:38433:1: rule__ProcessImplementation__Group_7__0__Impl : ( Prototypes ) ;
+ public final void rule__ProcessImplementation__Group_7__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38658:1: ( ( Comma ) )
- // InternalAadl2Parser.g:38659:1: ( Comma )
+ // InternalAadl2Parser.g:38437:1: ( ( Prototypes ) )
+ // InternalAadl2Parser.g:38438:1: ( Prototypes )
{
- // InternalAadl2Parser.g:38659:1: ( Comma )
- // InternalAadl2Parser.g:38660:2: Comma
+ // InternalAadl2Parser.g:38438:1: ( Prototypes )
+ // InternalAadl2Parser.g:38439:2: Prototypes
{
- before(grammarAccess.getProcessImplementationAccess().getCommaKeyword_5_2_0());
- match(input,Comma,FollowSets000.FOLLOW_2);
- after(grammarAccess.getProcessImplementationAccess().getCommaKeyword_5_2_0());
+ before(grammarAccess.getProcessImplementationAccess().getPrototypesKeyword_7_0());
+ match(input,Prototypes,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getProcessImplementationAccess().getPrototypesKeyword_7_0());
}
@@ -146279,21 +145458,21 @@ public final void rule__ProcessImplementation__Group_5_2__0__Impl() throws Recog
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_5_2__0__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group_7__0__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group_5_2__1"
- // InternalAadl2Parser.g:38669:1: rule__ProcessImplementation__Group_5_2__1 : rule__ProcessImplementation__Group_5_2__1__Impl ;
- public final void rule__ProcessImplementation__Group_5_2__1() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_7__1"
+ // InternalAadl2Parser.g:38448:1: rule__ProcessImplementation__Group_7__1 : rule__ProcessImplementation__Group_7__1__Impl ;
+ public final void rule__ProcessImplementation__Group_7__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38673:1: ( rule__ProcessImplementation__Group_5_2__1__Impl )
- // InternalAadl2Parser.g:38674:2: rule__ProcessImplementation__Group_5_2__1__Impl
+ // InternalAadl2Parser.g:38452:1: ( rule__ProcessImplementation__Group_7__1__Impl )
+ // InternalAadl2Parser.g:38453:2: rule__ProcessImplementation__Group_7__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_5_2__1__Impl();
+ rule__ProcessImplementation__Group_7__1__Impl();
state._fsp--;
@@ -146312,35 +145491,35 @@ public final void rule__ProcessImplementation__Group_5_2__1() throws Recognition
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_5_2__1"
+ // $ANTLR end "rule__ProcessImplementation__Group_7__1"
- // $ANTLR start "rule__ProcessImplementation__Group_5_2__1__Impl"
- // InternalAadl2Parser.g:38680:1: rule__ProcessImplementation__Group_5_2__1__Impl : ( ( rule__ProcessImplementation__OwnedPrototypeBindingAssignment_5_2_1 ) ) ;
- public final void rule__ProcessImplementation__Group_5_2__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_7__1__Impl"
+ // InternalAadl2Parser.g:38459:1: rule__ProcessImplementation__Group_7__1__Impl : ( ( rule__ProcessImplementation__Alternatives_7_1 ) ) ;
+ public final void rule__ProcessImplementation__Group_7__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38684:1: ( ( ( rule__ProcessImplementation__OwnedPrototypeBindingAssignment_5_2_1 ) ) )
- // InternalAadl2Parser.g:38685:1: ( ( rule__ProcessImplementation__OwnedPrototypeBindingAssignment_5_2_1 ) )
+ // InternalAadl2Parser.g:38463:1: ( ( ( rule__ProcessImplementation__Alternatives_7_1 ) ) )
+ // InternalAadl2Parser.g:38464:1: ( ( rule__ProcessImplementation__Alternatives_7_1 ) )
{
- // InternalAadl2Parser.g:38685:1: ( ( rule__ProcessImplementation__OwnedPrototypeBindingAssignment_5_2_1 ) )
- // InternalAadl2Parser.g:38686:2: ( rule__ProcessImplementation__OwnedPrototypeBindingAssignment_5_2_1 )
+ // InternalAadl2Parser.g:38464:1: ( ( rule__ProcessImplementation__Alternatives_7_1 ) )
+ // InternalAadl2Parser.g:38465:2: ( rule__ProcessImplementation__Alternatives_7_1 )
{
- before(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1());
- // InternalAadl2Parser.g:38687:2: ( rule__ProcessImplementation__OwnedPrototypeBindingAssignment_5_2_1 )
- // InternalAadl2Parser.g:38687:3: rule__ProcessImplementation__OwnedPrototypeBindingAssignment_5_2_1
+ before(grammarAccess.getProcessImplementationAccess().getAlternatives_7_1());
+ // InternalAadl2Parser.g:38466:2: ( rule__ProcessImplementation__Alternatives_7_1 )
+ // InternalAadl2Parser.g:38466:3: rule__ProcessImplementation__Alternatives_7_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__OwnedPrototypeBindingAssignment_5_2_1();
+ rule__ProcessImplementation__Alternatives_7_1();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1());
+ after(grammarAccess.getProcessImplementationAccess().getAlternatives_7_1());
}
@@ -146359,26 +145538,26 @@ public final void rule__ProcessImplementation__Group_5_2__1__Impl() throws Recog
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_5_2__1__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group_7__1__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group_6__0"
- // InternalAadl2Parser.g:38696:1: rule__ProcessImplementation__Group_6__0 : rule__ProcessImplementation__Group_6__0__Impl rule__ProcessImplementation__Group_6__1 ;
- public final void rule__ProcessImplementation__Group_6__0() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_7_1_1__0"
+ // InternalAadl2Parser.g:38475:1: rule__ProcessImplementation__Group_7_1_1__0 : rule__ProcessImplementation__Group_7_1_1__0__Impl rule__ProcessImplementation__Group_7_1_1__1 ;
+ public final void rule__ProcessImplementation__Group_7_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38700:1: ( rule__ProcessImplementation__Group_6__0__Impl rule__ProcessImplementation__Group_6__1 )
- // InternalAadl2Parser.g:38701:2: rule__ProcessImplementation__Group_6__0__Impl rule__ProcessImplementation__Group_6__1
+ // InternalAadl2Parser.g:38479:1: ( rule__ProcessImplementation__Group_7_1_1__0__Impl rule__ProcessImplementation__Group_7_1_1__1 )
+ // InternalAadl2Parser.g:38480:2: rule__ProcessImplementation__Group_7_1_1__0__Impl rule__ProcessImplementation__Group_7_1_1__1
{
- pushFollow(FollowSets000.FOLLOW_8);
- rule__ProcessImplementation__Group_6__0__Impl();
+ pushFollow(FollowSets000.FOLLOW_7);
+ rule__ProcessImplementation__Group_7_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_6__1();
+ rule__ProcessImplementation__Group_7_1_1__1();
state._fsp--;
@@ -146397,25 +145576,35 @@ public final void rule__ProcessImplementation__Group_6__0() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_6__0"
+ // $ANTLR end "rule__ProcessImplementation__Group_7_1_1__0"
- // $ANTLR start "rule__ProcessImplementation__Group_6__0__Impl"
- // InternalAadl2Parser.g:38708:1: rule__ProcessImplementation__Group_6__0__Impl : ( Prototypes ) ;
- public final void rule__ProcessImplementation__Group_6__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_7_1_1__0__Impl"
+ // InternalAadl2Parser.g:38487:1: rule__ProcessImplementation__Group_7_1_1__0__Impl : ( ( rule__ProcessImplementation__NoPrototypesAssignment_7_1_1_0 ) ) ;
+ public final void rule__ProcessImplementation__Group_7_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38712:1: ( ( Prototypes ) )
- // InternalAadl2Parser.g:38713:1: ( Prototypes )
+ // InternalAadl2Parser.g:38491:1: ( ( ( rule__ProcessImplementation__NoPrototypesAssignment_7_1_1_0 ) ) )
+ // InternalAadl2Parser.g:38492:1: ( ( rule__ProcessImplementation__NoPrototypesAssignment_7_1_1_0 ) )
{
- // InternalAadl2Parser.g:38713:1: ( Prototypes )
- // InternalAadl2Parser.g:38714:2: Prototypes
+ // InternalAadl2Parser.g:38492:1: ( ( rule__ProcessImplementation__NoPrototypesAssignment_7_1_1_0 ) )
+ // InternalAadl2Parser.g:38493:2: ( rule__ProcessImplementation__NoPrototypesAssignment_7_1_1_0 )
{
- before(grammarAccess.getProcessImplementationAccess().getPrototypesKeyword_6_0());
- match(input,Prototypes,FollowSets000.FOLLOW_2);
- after(grammarAccess.getProcessImplementationAccess().getPrototypesKeyword_6_0());
+ before(grammarAccess.getProcessImplementationAccess().getNoPrototypesAssignment_7_1_1_0());
+ // InternalAadl2Parser.g:38494:2: ( rule__ProcessImplementation__NoPrototypesAssignment_7_1_1_0 )
+ // InternalAadl2Parser.g:38494:3: rule__ProcessImplementation__NoPrototypesAssignment_7_1_1_0
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ProcessImplementation__NoPrototypesAssignment_7_1_1_0();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getProcessImplementationAccess().getNoPrototypesAssignment_7_1_1_0());
}
@@ -146434,21 +145623,21 @@ public final void rule__ProcessImplementation__Group_6__0__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_6__0__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group_7_1_1__0__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group_6__1"
- // InternalAadl2Parser.g:38723:1: rule__ProcessImplementation__Group_6__1 : rule__ProcessImplementation__Group_6__1__Impl ;
- public final void rule__ProcessImplementation__Group_6__1() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_7_1_1__1"
+ // InternalAadl2Parser.g:38502:1: rule__ProcessImplementation__Group_7_1_1__1 : rule__ProcessImplementation__Group_7_1_1__1__Impl ;
+ public final void rule__ProcessImplementation__Group_7_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38727:1: ( rule__ProcessImplementation__Group_6__1__Impl )
- // InternalAadl2Parser.g:38728:2: rule__ProcessImplementation__Group_6__1__Impl
+ // InternalAadl2Parser.g:38506:1: ( rule__ProcessImplementation__Group_7_1_1__1__Impl )
+ // InternalAadl2Parser.g:38507:2: rule__ProcessImplementation__Group_7_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_6__1__Impl();
+ rule__ProcessImplementation__Group_7_1_1__1__Impl();
state._fsp--;
@@ -146467,35 +145656,25 @@ public final void rule__ProcessImplementation__Group_6__1() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_6__1"
+ // $ANTLR end "rule__ProcessImplementation__Group_7_1_1__1"
- // $ANTLR start "rule__ProcessImplementation__Group_6__1__Impl"
- // InternalAadl2Parser.g:38734:1: rule__ProcessImplementation__Group_6__1__Impl : ( ( rule__ProcessImplementation__Alternatives_6_1 ) ) ;
- public final void rule__ProcessImplementation__Group_6__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_7_1_1__1__Impl"
+ // InternalAadl2Parser.g:38513:1: rule__ProcessImplementation__Group_7_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__ProcessImplementation__Group_7_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38738:1: ( ( ( rule__ProcessImplementation__Alternatives_6_1 ) ) )
- // InternalAadl2Parser.g:38739:1: ( ( rule__ProcessImplementation__Alternatives_6_1 ) )
+ // InternalAadl2Parser.g:38517:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:38518:1: ( Semicolon )
{
- // InternalAadl2Parser.g:38739:1: ( ( rule__ProcessImplementation__Alternatives_6_1 ) )
- // InternalAadl2Parser.g:38740:2: ( rule__ProcessImplementation__Alternatives_6_1 )
+ // InternalAadl2Parser.g:38518:1: ( Semicolon )
+ // InternalAadl2Parser.g:38519:2: Semicolon
{
- before(grammarAccess.getProcessImplementationAccess().getAlternatives_6_1());
- // InternalAadl2Parser.g:38741:2: ( rule__ProcessImplementation__Alternatives_6_1 )
- // InternalAadl2Parser.g:38741:3: rule__ProcessImplementation__Alternatives_6_1
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Alternatives_6_1();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getProcessImplementationAccess().getAlternatives_6_1());
+ before(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_7_1_1_1());
+ match(input,Semicolon,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_7_1_1_1());
}
@@ -146514,26 +145693,26 @@ public final void rule__ProcessImplementation__Group_6__1__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_6__1__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group_7_1_1__1__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group_6_1_1__0"
- // InternalAadl2Parser.g:38750:1: rule__ProcessImplementation__Group_6_1_1__0 : rule__ProcessImplementation__Group_6_1_1__0__Impl rule__ProcessImplementation__Group_6_1_1__1 ;
- public final void rule__ProcessImplementation__Group_6_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_8__0"
+ // InternalAadl2Parser.g:38529:1: rule__ProcessImplementation__Group_8__0 : rule__ProcessImplementation__Group_8__0__Impl rule__ProcessImplementation__Group_8__1 ;
+ public final void rule__ProcessImplementation__Group_8__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38754:1: ( rule__ProcessImplementation__Group_6_1_1__0__Impl rule__ProcessImplementation__Group_6_1_1__1 )
- // InternalAadl2Parser.g:38755:2: rule__ProcessImplementation__Group_6_1_1__0__Impl rule__ProcessImplementation__Group_6_1_1__1
+ // InternalAadl2Parser.g:38533:1: ( rule__ProcessImplementation__Group_8__0__Impl rule__ProcessImplementation__Group_8__1 )
+ // InternalAadl2Parser.g:38534:2: rule__ProcessImplementation__Group_8__0__Impl rule__ProcessImplementation__Group_8__1
{
- pushFollow(FollowSets000.FOLLOW_7);
- rule__ProcessImplementation__Group_6_1_1__0__Impl();
+ pushFollow(FollowSets000.FOLLOW_8);
+ rule__ProcessImplementation__Group_8__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_6_1_1__1();
+ rule__ProcessImplementation__Group_8__1();
state._fsp--;
@@ -146552,35 +145731,25 @@ public final void rule__ProcessImplementation__Group_6_1_1__0() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_6_1_1__0"
+ // $ANTLR end "rule__ProcessImplementation__Group_8__0"
- // $ANTLR start "rule__ProcessImplementation__Group_6_1_1__0__Impl"
- // InternalAadl2Parser.g:38762:1: rule__ProcessImplementation__Group_6_1_1__0__Impl : ( ( rule__ProcessImplementation__NoPrototypesAssignment_6_1_1_0 ) ) ;
- public final void rule__ProcessImplementation__Group_6_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_8__0__Impl"
+ // InternalAadl2Parser.g:38541:1: rule__ProcessImplementation__Group_8__0__Impl : ( Subcomponents ) ;
+ public final void rule__ProcessImplementation__Group_8__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38766:1: ( ( ( rule__ProcessImplementation__NoPrototypesAssignment_6_1_1_0 ) ) )
- // InternalAadl2Parser.g:38767:1: ( ( rule__ProcessImplementation__NoPrototypesAssignment_6_1_1_0 ) )
+ // InternalAadl2Parser.g:38545:1: ( ( Subcomponents ) )
+ // InternalAadl2Parser.g:38546:1: ( Subcomponents )
{
- // InternalAadl2Parser.g:38767:1: ( ( rule__ProcessImplementation__NoPrototypesAssignment_6_1_1_0 ) )
- // InternalAadl2Parser.g:38768:2: ( rule__ProcessImplementation__NoPrototypesAssignment_6_1_1_0 )
+ // InternalAadl2Parser.g:38546:1: ( Subcomponents )
+ // InternalAadl2Parser.g:38547:2: Subcomponents
{
- before(grammarAccess.getProcessImplementationAccess().getNoPrototypesAssignment_6_1_1_0());
- // InternalAadl2Parser.g:38769:2: ( rule__ProcessImplementation__NoPrototypesAssignment_6_1_1_0 )
- // InternalAadl2Parser.g:38769:3: rule__ProcessImplementation__NoPrototypesAssignment_6_1_1_0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__NoPrototypesAssignment_6_1_1_0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getProcessImplementationAccess().getNoPrototypesAssignment_6_1_1_0());
+ before(grammarAccess.getProcessImplementationAccess().getSubcomponentsKeyword_8_0());
+ match(input,Subcomponents,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getProcessImplementationAccess().getSubcomponentsKeyword_8_0());
}
@@ -146599,21 +145768,21 @@ public final void rule__ProcessImplementation__Group_6_1_1__0__Impl() throws Rec
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_6_1_1__0__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group_8__0__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group_6_1_1__1"
- // InternalAadl2Parser.g:38777:1: rule__ProcessImplementation__Group_6_1_1__1 : rule__ProcessImplementation__Group_6_1_1__1__Impl ;
- public final void rule__ProcessImplementation__Group_6_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_8__1"
+ // InternalAadl2Parser.g:38556:1: rule__ProcessImplementation__Group_8__1 : rule__ProcessImplementation__Group_8__1__Impl ;
+ public final void rule__ProcessImplementation__Group_8__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38781:1: ( rule__ProcessImplementation__Group_6_1_1__1__Impl )
- // InternalAadl2Parser.g:38782:2: rule__ProcessImplementation__Group_6_1_1__1__Impl
+ // InternalAadl2Parser.g:38560:1: ( rule__ProcessImplementation__Group_8__1__Impl )
+ // InternalAadl2Parser.g:38561:2: rule__ProcessImplementation__Group_8__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_6_1_1__1__Impl();
+ rule__ProcessImplementation__Group_8__1__Impl();
state._fsp--;
@@ -146632,100 +145801,35 @@ public final void rule__ProcessImplementation__Group_6_1_1__1() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_6_1_1__1"
+ // $ANTLR end "rule__ProcessImplementation__Group_8__1"
- // $ANTLR start "rule__ProcessImplementation__Group_6_1_1__1__Impl"
- // InternalAadl2Parser.g:38788:1: rule__ProcessImplementation__Group_6_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__ProcessImplementation__Group_6_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_8__1__Impl"
+ // InternalAadl2Parser.g:38567:1: rule__ProcessImplementation__Group_8__1__Impl : ( ( rule__ProcessImplementation__Alternatives_8_1 ) ) ;
+ public final void rule__ProcessImplementation__Group_8__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38792:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:38793:1: ( Semicolon )
+ // InternalAadl2Parser.g:38571:1: ( ( ( rule__ProcessImplementation__Alternatives_8_1 ) ) )
+ // InternalAadl2Parser.g:38572:1: ( ( rule__ProcessImplementation__Alternatives_8_1 ) )
{
- // InternalAadl2Parser.g:38793:1: ( Semicolon )
- // InternalAadl2Parser.g:38794:2: Semicolon
+ // InternalAadl2Parser.g:38572:1: ( ( rule__ProcessImplementation__Alternatives_8_1 ) )
+ // InternalAadl2Parser.g:38573:2: ( rule__ProcessImplementation__Alternatives_8_1 )
{
- before(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_6_1_1_1());
- match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_6_1_1_1());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__ProcessImplementation__Group_6_1_1__1__Impl"
-
-
- // $ANTLR start "rule__ProcessImplementation__Group_7__0"
- // InternalAadl2Parser.g:38804:1: rule__ProcessImplementation__Group_7__0 : rule__ProcessImplementation__Group_7__0__Impl rule__ProcessImplementation__Group_7__1 ;
- public final void rule__ProcessImplementation__Group_7__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:38808:1: ( rule__ProcessImplementation__Group_7__0__Impl rule__ProcessImplementation__Group_7__1 )
- // InternalAadl2Parser.g:38809:2: rule__ProcessImplementation__Group_7__0__Impl rule__ProcessImplementation__Group_7__1
+ before(grammarAccess.getProcessImplementationAccess().getAlternatives_8_1());
+ // InternalAadl2Parser.g:38574:2: ( rule__ProcessImplementation__Alternatives_8_1 )
+ // InternalAadl2Parser.g:38574:3: rule__ProcessImplementation__Alternatives_8_1
{
- pushFollow(FollowSets000.FOLLOW_8);
- rule__ProcessImplementation__Group_7__0__Impl();
-
- state._fsp--;
-
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_7__1();
+ rule__ProcessImplementation__Alternatives_8_1();
state._fsp--;
}
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__ProcessImplementation__Group_7__0"
-
-
- // $ANTLR start "rule__ProcessImplementation__Group_7__0__Impl"
- // InternalAadl2Parser.g:38816:1: rule__ProcessImplementation__Group_7__0__Impl : ( Subcomponents ) ;
- public final void rule__ProcessImplementation__Group_7__0__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:38820:1: ( ( Subcomponents ) )
- // InternalAadl2Parser.g:38821:1: ( Subcomponents )
- {
- // InternalAadl2Parser.g:38821:1: ( Subcomponents )
- // InternalAadl2Parser.g:38822:2: Subcomponents
- {
- before(grammarAccess.getProcessImplementationAccess().getSubcomponentsKeyword_7_0());
- match(input,Subcomponents,FollowSets000.FOLLOW_2);
- after(grammarAccess.getProcessImplementationAccess().getSubcomponentsKeyword_7_0());
+ after(grammarAccess.getProcessImplementationAccess().getAlternatives_8_1());
}
@@ -146744,21 +145848,26 @@ public final void rule__ProcessImplementation__Group_7__0__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_7__0__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group_8__1__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group_7__1"
- // InternalAadl2Parser.g:38831:1: rule__ProcessImplementation__Group_7__1 : rule__ProcessImplementation__Group_7__1__Impl ;
- public final void rule__ProcessImplementation__Group_7__1() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_8_1_1__0"
+ // InternalAadl2Parser.g:38583:1: rule__ProcessImplementation__Group_8_1_1__0 : rule__ProcessImplementation__Group_8_1_1__0__Impl rule__ProcessImplementation__Group_8_1_1__1 ;
+ public final void rule__ProcessImplementation__Group_8_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38835:1: ( rule__ProcessImplementation__Group_7__1__Impl )
- // InternalAadl2Parser.g:38836:2: rule__ProcessImplementation__Group_7__1__Impl
+ // InternalAadl2Parser.g:38587:1: ( rule__ProcessImplementation__Group_8_1_1__0__Impl rule__ProcessImplementation__Group_8_1_1__1 )
+ // InternalAadl2Parser.g:38588:2: rule__ProcessImplementation__Group_8_1_1__0__Impl rule__ProcessImplementation__Group_8_1_1__1
{
+ pushFollow(FollowSets000.FOLLOW_7);
+ rule__ProcessImplementation__Group_8_1_1__0__Impl();
+
+ state._fsp--;
+
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_7__1__Impl();
+ rule__ProcessImplementation__Group_8_1_1__1();
state._fsp--;
@@ -146777,35 +145886,35 @@ public final void rule__ProcessImplementation__Group_7__1() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_7__1"
+ // $ANTLR end "rule__ProcessImplementation__Group_8_1_1__0"
- // $ANTLR start "rule__ProcessImplementation__Group_7__1__Impl"
- // InternalAadl2Parser.g:38842:1: rule__ProcessImplementation__Group_7__1__Impl : ( ( rule__ProcessImplementation__Alternatives_7_1 ) ) ;
- public final void rule__ProcessImplementation__Group_7__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_8_1_1__0__Impl"
+ // InternalAadl2Parser.g:38595:1: rule__ProcessImplementation__Group_8_1_1__0__Impl : ( ( rule__ProcessImplementation__NoSubcomponentsAssignment_8_1_1_0 ) ) ;
+ public final void rule__ProcessImplementation__Group_8_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38846:1: ( ( ( rule__ProcessImplementation__Alternatives_7_1 ) ) )
- // InternalAadl2Parser.g:38847:1: ( ( rule__ProcessImplementation__Alternatives_7_1 ) )
+ // InternalAadl2Parser.g:38599:1: ( ( ( rule__ProcessImplementation__NoSubcomponentsAssignment_8_1_1_0 ) ) )
+ // InternalAadl2Parser.g:38600:1: ( ( rule__ProcessImplementation__NoSubcomponentsAssignment_8_1_1_0 ) )
{
- // InternalAadl2Parser.g:38847:1: ( ( rule__ProcessImplementation__Alternatives_7_1 ) )
- // InternalAadl2Parser.g:38848:2: ( rule__ProcessImplementation__Alternatives_7_1 )
+ // InternalAadl2Parser.g:38600:1: ( ( rule__ProcessImplementation__NoSubcomponentsAssignment_8_1_1_0 ) )
+ // InternalAadl2Parser.g:38601:2: ( rule__ProcessImplementation__NoSubcomponentsAssignment_8_1_1_0 )
{
- before(grammarAccess.getProcessImplementationAccess().getAlternatives_7_1());
- // InternalAadl2Parser.g:38849:2: ( rule__ProcessImplementation__Alternatives_7_1 )
- // InternalAadl2Parser.g:38849:3: rule__ProcessImplementation__Alternatives_7_1
+ before(grammarAccess.getProcessImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0());
+ // InternalAadl2Parser.g:38602:2: ( rule__ProcessImplementation__NoSubcomponentsAssignment_8_1_1_0 )
+ // InternalAadl2Parser.g:38602:3: rule__ProcessImplementation__NoSubcomponentsAssignment_8_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Alternatives_7_1();
+ rule__ProcessImplementation__NoSubcomponentsAssignment_8_1_1_0();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getAlternatives_7_1());
+ after(grammarAccess.getProcessImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0());
}
@@ -146824,26 +145933,21 @@ public final void rule__ProcessImplementation__Group_7__1__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_7__1__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group_8_1_1__0__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group_7_1_1__0"
- // InternalAadl2Parser.g:38858:1: rule__ProcessImplementation__Group_7_1_1__0 : rule__ProcessImplementation__Group_7_1_1__0__Impl rule__ProcessImplementation__Group_7_1_1__1 ;
- public final void rule__ProcessImplementation__Group_7_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_8_1_1__1"
+ // InternalAadl2Parser.g:38610:1: rule__ProcessImplementation__Group_8_1_1__1 : rule__ProcessImplementation__Group_8_1_1__1__Impl ;
+ public final void rule__ProcessImplementation__Group_8_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38862:1: ( rule__ProcessImplementation__Group_7_1_1__0__Impl rule__ProcessImplementation__Group_7_1_1__1 )
- // InternalAadl2Parser.g:38863:2: rule__ProcessImplementation__Group_7_1_1__0__Impl rule__ProcessImplementation__Group_7_1_1__1
+ // InternalAadl2Parser.g:38614:1: ( rule__ProcessImplementation__Group_8_1_1__1__Impl )
+ // InternalAadl2Parser.g:38615:2: rule__ProcessImplementation__Group_8_1_1__1__Impl
{
- pushFollow(FollowSets000.FOLLOW_7);
- rule__ProcessImplementation__Group_7_1_1__0__Impl();
-
- state._fsp--;
-
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_7_1_1__1();
+ rule__ProcessImplementation__Group_8_1_1__1__Impl();
state._fsp--;
@@ -146862,35 +145966,25 @@ public final void rule__ProcessImplementation__Group_7_1_1__0() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_7_1_1__0"
+ // $ANTLR end "rule__ProcessImplementation__Group_8_1_1__1"
- // $ANTLR start "rule__ProcessImplementation__Group_7_1_1__0__Impl"
- // InternalAadl2Parser.g:38870:1: rule__ProcessImplementation__Group_7_1_1__0__Impl : ( ( rule__ProcessImplementation__NoSubcomponentsAssignment_7_1_1_0 ) ) ;
- public final void rule__ProcessImplementation__Group_7_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_8_1_1__1__Impl"
+ // InternalAadl2Parser.g:38621:1: rule__ProcessImplementation__Group_8_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__ProcessImplementation__Group_8_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38874:1: ( ( ( rule__ProcessImplementation__NoSubcomponentsAssignment_7_1_1_0 ) ) )
- // InternalAadl2Parser.g:38875:1: ( ( rule__ProcessImplementation__NoSubcomponentsAssignment_7_1_1_0 ) )
+ // InternalAadl2Parser.g:38625:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:38626:1: ( Semicolon )
{
- // InternalAadl2Parser.g:38875:1: ( ( rule__ProcessImplementation__NoSubcomponentsAssignment_7_1_1_0 ) )
- // InternalAadl2Parser.g:38876:2: ( rule__ProcessImplementation__NoSubcomponentsAssignment_7_1_1_0 )
+ // InternalAadl2Parser.g:38626:1: ( Semicolon )
+ // InternalAadl2Parser.g:38627:2: Semicolon
{
- before(grammarAccess.getProcessImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0());
- // InternalAadl2Parser.g:38877:2: ( rule__ProcessImplementation__NoSubcomponentsAssignment_7_1_1_0 )
- // InternalAadl2Parser.g:38877:3: rule__ProcessImplementation__NoSubcomponentsAssignment_7_1_1_0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__NoSubcomponentsAssignment_7_1_1_0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getProcessImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0());
+ before(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_8_1_1_1());
+ match(input,Semicolon,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_8_1_1_1());
}
@@ -146909,21 +146003,26 @@ public final void rule__ProcessImplementation__Group_7_1_1__0__Impl() throws Rec
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_7_1_1__0__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group_8_1_1__1__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group_7_1_1__1"
- // InternalAadl2Parser.g:38885:1: rule__ProcessImplementation__Group_7_1_1__1 : rule__ProcessImplementation__Group_7_1_1__1__Impl ;
- public final void rule__ProcessImplementation__Group_7_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_9__0"
+ // InternalAadl2Parser.g:38637:1: rule__ProcessImplementation__Group_9__0 : rule__ProcessImplementation__Group_9__0__Impl rule__ProcessImplementation__Group_9__1 ;
+ public final void rule__ProcessImplementation__Group_9__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38889:1: ( rule__ProcessImplementation__Group_7_1_1__1__Impl )
- // InternalAadl2Parser.g:38890:2: rule__ProcessImplementation__Group_7_1_1__1__Impl
+ // InternalAadl2Parser.g:38641:1: ( rule__ProcessImplementation__Group_9__0__Impl rule__ProcessImplementation__Group_9__1 )
+ // InternalAadl2Parser.g:38642:2: rule__ProcessImplementation__Group_9__0__Impl rule__ProcessImplementation__Group_9__1
{
+ pushFollow(FollowSets000.FOLLOW_37);
+ rule__ProcessImplementation__Group_9__0__Impl();
+
+ state._fsp--;
+
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_7_1_1__1__Impl();
+ rule__ProcessImplementation__Group_9__1();
state._fsp--;
@@ -146942,25 +146041,25 @@ public final void rule__ProcessImplementation__Group_7_1_1__1() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_7_1_1__1"
+ // $ANTLR end "rule__ProcessImplementation__Group_9__0"
- // $ANTLR start "rule__ProcessImplementation__Group_7_1_1__1__Impl"
- // InternalAadl2Parser.g:38896:1: rule__ProcessImplementation__Group_7_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__ProcessImplementation__Group_7_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_9__0__Impl"
+ // InternalAadl2Parser.g:38649:1: rule__ProcessImplementation__Group_9__0__Impl : ( Internal ) ;
+ public final void rule__ProcessImplementation__Group_9__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38900:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:38901:1: ( Semicolon )
+ // InternalAadl2Parser.g:38653:1: ( ( Internal ) )
+ // InternalAadl2Parser.g:38654:1: ( Internal )
{
- // InternalAadl2Parser.g:38901:1: ( Semicolon )
- // InternalAadl2Parser.g:38902:2: Semicolon
+ // InternalAadl2Parser.g:38654:1: ( Internal )
+ // InternalAadl2Parser.g:38655:2: Internal
{
- before(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_7_1_1_1());
- match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_7_1_1_1());
+ before(grammarAccess.getProcessImplementationAccess().getInternalKeyword_9_0());
+ match(input,Internal,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getProcessImplementationAccess().getInternalKeyword_9_0());
}
@@ -146979,26 +146078,26 @@ public final void rule__ProcessImplementation__Group_7_1_1__1__Impl() throws Rec
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_7_1_1__1__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group_9__0__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group_8__0"
- // InternalAadl2Parser.g:38912:1: rule__ProcessImplementation__Group_8__0 : rule__ProcessImplementation__Group_8__0__Impl rule__ProcessImplementation__Group_8__1 ;
- public final void rule__ProcessImplementation__Group_8__0() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_9__1"
+ // InternalAadl2Parser.g:38664:1: rule__ProcessImplementation__Group_9__1 : rule__ProcessImplementation__Group_9__1__Impl rule__ProcessImplementation__Group_9__2 ;
+ public final void rule__ProcessImplementation__Group_9__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38916:1: ( rule__ProcessImplementation__Group_8__0__Impl rule__ProcessImplementation__Group_8__1 )
- // InternalAadl2Parser.g:38917:2: rule__ProcessImplementation__Group_8__0__Impl rule__ProcessImplementation__Group_8__1
+ // InternalAadl2Parser.g:38668:1: ( rule__ProcessImplementation__Group_9__1__Impl rule__ProcessImplementation__Group_9__2 )
+ // InternalAadl2Parser.g:38669:2: rule__ProcessImplementation__Group_9__1__Impl rule__ProcessImplementation__Group_9__2
{
pushFollow(FollowSets000.FOLLOW_4);
- rule__ProcessImplementation__Group_8__0__Impl();
+ rule__ProcessImplementation__Group_9__1__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_8__1();
+ rule__ProcessImplementation__Group_9__2();
state._fsp--;
@@ -147017,29 +146116,25 @@ public final void rule__ProcessImplementation__Group_8__0() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_8__0"
+ // $ANTLR end "rule__ProcessImplementation__Group_9__1"
- // $ANTLR start "rule__ProcessImplementation__Group_8__0__Impl"
- // InternalAadl2Parser.g:38924:1: rule__ProcessImplementation__Group_8__0__Impl : ( ruleInternalFeaturesKeywords ) ;
- public final void rule__ProcessImplementation__Group_8__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_9__1__Impl"
+ // InternalAadl2Parser.g:38676:1: rule__ProcessImplementation__Group_9__1__Impl : ( Features ) ;
+ public final void rule__ProcessImplementation__Group_9__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38928:1: ( ( ruleInternalFeaturesKeywords ) )
- // InternalAadl2Parser.g:38929:1: ( ruleInternalFeaturesKeywords )
+ // InternalAadl2Parser.g:38680:1: ( ( Features ) )
+ // InternalAadl2Parser.g:38681:1: ( Features )
{
- // InternalAadl2Parser.g:38929:1: ( ruleInternalFeaturesKeywords )
- // InternalAadl2Parser.g:38930:2: ruleInternalFeaturesKeywords
+ // InternalAadl2Parser.g:38681:1: ( Features )
+ // InternalAadl2Parser.g:38682:2: Features
{
- before(grammarAccess.getProcessImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0());
- pushFollow(FollowSets000.FOLLOW_2);
- ruleInternalFeaturesKeywords();
-
- state._fsp--;
-
- after(grammarAccess.getProcessImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0());
+ before(grammarAccess.getProcessImplementationAccess().getFeaturesKeyword_9_1());
+ match(input,Features,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getProcessImplementationAccess().getFeaturesKeyword_9_1());
}
@@ -147058,21 +146153,21 @@ public final void rule__ProcessImplementation__Group_8__0__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_8__0__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group_9__1__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group_8__1"
- // InternalAadl2Parser.g:38939:1: rule__ProcessImplementation__Group_8__1 : rule__ProcessImplementation__Group_8__1__Impl ;
- public final void rule__ProcessImplementation__Group_8__1() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_9__2"
+ // InternalAadl2Parser.g:38691:1: rule__ProcessImplementation__Group_9__2 : rule__ProcessImplementation__Group_9__2__Impl ;
+ public final void rule__ProcessImplementation__Group_9__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38943:1: ( rule__ProcessImplementation__Group_8__1__Impl )
- // InternalAadl2Parser.g:38944:2: rule__ProcessImplementation__Group_8__1__Impl
+ // InternalAadl2Parser.g:38695:1: ( rule__ProcessImplementation__Group_9__2__Impl )
+ // InternalAadl2Parser.g:38696:2: rule__ProcessImplementation__Group_9__2__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_8__1__Impl();
+ rule__ProcessImplementation__Group_9__2__Impl();
state._fsp--;
@@ -147091,46 +146186,46 @@ public final void rule__ProcessImplementation__Group_8__1() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_8__1"
+ // $ANTLR end "rule__ProcessImplementation__Group_9__2"
- // $ANTLR start "rule__ProcessImplementation__Group_8__1__Impl"
- // InternalAadl2Parser.g:38950:1: rule__ProcessImplementation__Group_8__1__Impl : ( ( ( rule__ProcessImplementation__Alternatives_8_1 ) ) ( ( rule__ProcessImplementation__Alternatives_8_1 )* ) ) ;
- public final void rule__ProcessImplementation__Group_8__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_9__2__Impl"
+ // InternalAadl2Parser.g:38702:1: rule__ProcessImplementation__Group_9__2__Impl : ( ( ( rule__ProcessImplementation__Alternatives_9_2 ) ) ( ( rule__ProcessImplementation__Alternatives_9_2 )* ) ) ;
+ public final void rule__ProcessImplementation__Group_9__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38954:1: ( ( ( ( rule__ProcessImplementation__Alternatives_8_1 ) ) ( ( rule__ProcessImplementation__Alternatives_8_1 )* ) ) )
- // InternalAadl2Parser.g:38955:1: ( ( ( rule__ProcessImplementation__Alternatives_8_1 ) ) ( ( rule__ProcessImplementation__Alternatives_8_1 )* ) )
+ // InternalAadl2Parser.g:38706:1: ( ( ( ( rule__ProcessImplementation__Alternatives_9_2 ) ) ( ( rule__ProcessImplementation__Alternatives_9_2 )* ) ) )
+ // InternalAadl2Parser.g:38707:1: ( ( ( rule__ProcessImplementation__Alternatives_9_2 ) ) ( ( rule__ProcessImplementation__Alternatives_9_2 )* ) )
{
- // InternalAadl2Parser.g:38955:1: ( ( ( rule__ProcessImplementation__Alternatives_8_1 ) ) ( ( rule__ProcessImplementation__Alternatives_8_1 )* ) )
- // InternalAadl2Parser.g:38956:2: ( ( rule__ProcessImplementation__Alternatives_8_1 ) ) ( ( rule__ProcessImplementation__Alternatives_8_1 )* )
+ // InternalAadl2Parser.g:38707:1: ( ( ( rule__ProcessImplementation__Alternatives_9_2 ) ) ( ( rule__ProcessImplementation__Alternatives_9_2 )* ) )
+ // InternalAadl2Parser.g:38708:2: ( ( rule__ProcessImplementation__Alternatives_9_2 ) ) ( ( rule__ProcessImplementation__Alternatives_9_2 )* )
{
- // InternalAadl2Parser.g:38956:2: ( ( rule__ProcessImplementation__Alternatives_8_1 ) )
- // InternalAadl2Parser.g:38957:3: ( rule__ProcessImplementation__Alternatives_8_1 )
+ // InternalAadl2Parser.g:38708:2: ( ( rule__ProcessImplementation__Alternatives_9_2 ) )
+ // InternalAadl2Parser.g:38709:3: ( rule__ProcessImplementation__Alternatives_9_2 )
{
- before(grammarAccess.getProcessImplementationAccess().getAlternatives_8_1());
- // InternalAadl2Parser.g:38958:3: ( rule__ProcessImplementation__Alternatives_8_1 )
- // InternalAadl2Parser.g:38958:4: rule__ProcessImplementation__Alternatives_8_1
+ before(grammarAccess.getProcessImplementationAccess().getAlternatives_9_2());
+ // InternalAadl2Parser.g:38710:3: ( rule__ProcessImplementation__Alternatives_9_2 )
+ // InternalAadl2Parser.g:38710:4: rule__ProcessImplementation__Alternatives_9_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ProcessImplementation__Alternatives_8_1();
+ rule__ProcessImplementation__Alternatives_9_2();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getAlternatives_8_1());
+ after(grammarAccess.getProcessImplementationAccess().getAlternatives_9_2());
}
- // InternalAadl2Parser.g:38961:2: ( ( rule__ProcessImplementation__Alternatives_8_1 )* )
- // InternalAadl2Parser.g:38962:3: ( rule__ProcessImplementation__Alternatives_8_1 )*
+ // InternalAadl2Parser.g:38713:2: ( ( rule__ProcessImplementation__Alternatives_9_2 )* )
+ // InternalAadl2Parser.g:38714:3: ( rule__ProcessImplementation__Alternatives_9_2 )*
{
- before(grammarAccess.getProcessImplementationAccess().getAlternatives_8_1());
- // InternalAadl2Parser.g:38963:3: ( rule__ProcessImplementation__Alternatives_8_1 )*
+ before(grammarAccess.getProcessImplementationAccess().getAlternatives_9_2());
+ // InternalAadl2Parser.g:38715:3: ( rule__ProcessImplementation__Alternatives_9_2 )*
loop725:
do {
int alt725=2;
@@ -147143,10 +146238,10 @@ public final void rule__ProcessImplementation__Group_8__1__Impl() throws Recogni
switch (alt725) {
case 1 :
- // InternalAadl2Parser.g:38963:4: rule__ProcessImplementation__Alternatives_8_1
+ // InternalAadl2Parser.g:38715:4: rule__ProcessImplementation__Alternatives_9_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ProcessImplementation__Alternatives_8_1();
+ rule__ProcessImplementation__Alternatives_9_2();
state._fsp--;
@@ -147159,7 +146254,7 @@ public final void rule__ProcessImplementation__Group_8__1__Impl() throws Recogni
}
} while (true);
- after(grammarAccess.getProcessImplementationAccess().getAlternatives_8_1());
+ after(grammarAccess.getProcessImplementationAccess().getAlternatives_9_2());
}
@@ -147181,26 +146276,26 @@ public final void rule__ProcessImplementation__Group_8__1__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_8__1__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group_9__2__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group_9__0"
- // InternalAadl2Parser.g:38973:1: rule__ProcessImplementation__Group_9__0 : rule__ProcessImplementation__Group_9__0__Impl rule__ProcessImplementation__Group_9__1 ;
- public final void rule__ProcessImplementation__Group_9__0() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_10__0"
+ // InternalAadl2Parser.g:38725:1: rule__ProcessImplementation__Group_10__0 : rule__ProcessImplementation__Group_10__0__Impl rule__ProcessImplementation__Group_10__1 ;
+ public final void rule__ProcessImplementation__Group_10__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38977:1: ( rule__ProcessImplementation__Group_9__0__Impl rule__ProcessImplementation__Group_9__1 )
- // InternalAadl2Parser.g:38978:2: rule__ProcessImplementation__Group_9__0__Impl rule__ProcessImplementation__Group_9__1
+ // InternalAadl2Parser.g:38729:1: ( rule__ProcessImplementation__Group_10__0__Impl rule__ProcessImplementation__Group_10__1 )
+ // InternalAadl2Parser.g:38730:2: rule__ProcessImplementation__Group_10__0__Impl rule__ProcessImplementation__Group_10__1
{
- pushFollow(FollowSets000.FOLLOW_4);
- rule__ProcessImplementation__Group_9__0__Impl();
+ pushFollow(FollowSets000.FOLLOW_37);
+ rule__ProcessImplementation__Group_10__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_9__1();
+ rule__ProcessImplementation__Group_10__1();
state._fsp--;
@@ -147219,29 +146314,100 @@ public final void rule__ProcessImplementation__Group_9__0() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_9__0"
+ // $ANTLR end "rule__ProcessImplementation__Group_10__0"
- // $ANTLR start "rule__ProcessImplementation__Group_9__0__Impl"
- // InternalAadl2Parser.g:38985:1: rule__ProcessImplementation__Group_9__0__Impl : ( ruleProcessorFeaturesKeywords ) ;
- public final void rule__ProcessImplementation__Group_9__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_10__0__Impl"
+ // InternalAadl2Parser.g:38737:1: rule__ProcessImplementation__Group_10__0__Impl : ( Processor ) ;
+ public final void rule__ProcessImplementation__Group_10__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:38989:1: ( ( ruleProcessorFeaturesKeywords ) )
- // InternalAadl2Parser.g:38990:1: ( ruleProcessorFeaturesKeywords )
+ // InternalAadl2Parser.g:38741:1: ( ( Processor ) )
+ // InternalAadl2Parser.g:38742:1: ( Processor )
{
- // InternalAadl2Parser.g:38990:1: ( ruleProcessorFeaturesKeywords )
- // InternalAadl2Parser.g:38991:2: ruleProcessorFeaturesKeywords
+ // InternalAadl2Parser.g:38742:1: ( Processor )
+ // InternalAadl2Parser.g:38743:2: Processor
{
- before(grammarAccess.getProcessImplementationAccess().getProcessorFeaturesKeywordsParserRuleCall_9_0());
+ before(grammarAccess.getProcessImplementationAccess().getProcessorKeyword_10_0());
+ match(input,Processor,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getProcessImplementationAccess().getProcessorKeyword_10_0());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ProcessImplementation__Group_10__0__Impl"
+
+
+ // $ANTLR start "rule__ProcessImplementation__Group_10__1"
+ // InternalAadl2Parser.g:38752:1: rule__ProcessImplementation__Group_10__1 : rule__ProcessImplementation__Group_10__1__Impl rule__ProcessImplementation__Group_10__2 ;
+ public final void rule__ProcessImplementation__Group_10__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:38756:1: ( rule__ProcessImplementation__Group_10__1__Impl rule__ProcessImplementation__Group_10__2 )
+ // InternalAadl2Parser.g:38757:2: rule__ProcessImplementation__Group_10__1__Impl rule__ProcessImplementation__Group_10__2
+ {
+ pushFollow(FollowSets000.FOLLOW_4);
+ rule__ProcessImplementation__Group_10__1__Impl();
+
+ state._fsp--;
+
pushFollow(FollowSets000.FOLLOW_2);
- ruleProcessorFeaturesKeywords();
+ rule__ProcessImplementation__Group_10__2();
state._fsp--;
- after(grammarAccess.getProcessImplementationAccess().getProcessorFeaturesKeywordsParserRuleCall_9_0());
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ProcessImplementation__Group_10__1"
+
+
+ // $ANTLR start "rule__ProcessImplementation__Group_10__1__Impl"
+ // InternalAadl2Parser.g:38764:1: rule__ProcessImplementation__Group_10__1__Impl : ( Features ) ;
+ public final void rule__ProcessImplementation__Group_10__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:38768:1: ( ( Features ) )
+ // InternalAadl2Parser.g:38769:1: ( Features )
+ {
+ // InternalAadl2Parser.g:38769:1: ( Features )
+ // InternalAadl2Parser.g:38770:2: Features
+ {
+ before(grammarAccess.getProcessImplementationAccess().getFeaturesKeyword_10_1());
+ match(input,Features,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getProcessImplementationAccess().getFeaturesKeyword_10_1());
}
@@ -147260,21 +146426,21 @@ public final void rule__ProcessImplementation__Group_9__0__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_9__0__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group_10__1__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group_9__1"
- // InternalAadl2Parser.g:39000:1: rule__ProcessImplementation__Group_9__1 : rule__ProcessImplementation__Group_9__1__Impl ;
- public final void rule__ProcessImplementation__Group_9__1() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_10__2"
+ // InternalAadl2Parser.g:38779:1: rule__ProcessImplementation__Group_10__2 : rule__ProcessImplementation__Group_10__2__Impl ;
+ public final void rule__ProcessImplementation__Group_10__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39004:1: ( rule__ProcessImplementation__Group_9__1__Impl )
- // InternalAadl2Parser.g:39005:2: rule__ProcessImplementation__Group_9__1__Impl
+ // InternalAadl2Parser.g:38783:1: ( rule__ProcessImplementation__Group_10__2__Impl )
+ // InternalAadl2Parser.g:38784:2: rule__ProcessImplementation__Group_10__2__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_9__1__Impl();
+ rule__ProcessImplementation__Group_10__2__Impl();
state._fsp--;
@@ -147293,46 +146459,46 @@ public final void rule__ProcessImplementation__Group_9__1() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_9__1"
+ // $ANTLR end "rule__ProcessImplementation__Group_10__2"
- // $ANTLR start "rule__ProcessImplementation__Group_9__1__Impl"
- // InternalAadl2Parser.g:39011:1: rule__ProcessImplementation__Group_9__1__Impl : ( ( ( rule__ProcessImplementation__Alternatives_9_1 ) ) ( ( rule__ProcessImplementation__Alternatives_9_1 )* ) ) ;
- public final void rule__ProcessImplementation__Group_9__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_10__2__Impl"
+ // InternalAadl2Parser.g:38790:1: rule__ProcessImplementation__Group_10__2__Impl : ( ( ( rule__ProcessImplementation__Alternatives_10_2 ) ) ( ( rule__ProcessImplementation__Alternatives_10_2 )* ) ) ;
+ public final void rule__ProcessImplementation__Group_10__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39015:1: ( ( ( ( rule__ProcessImplementation__Alternatives_9_1 ) ) ( ( rule__ProcessImplementation__Alternatives_9_1 )* ) ) )
- // InternalAadl2Parser.g:39016:1: ( ( ( rule__ProcessImplementation__Alternatives_9_1 ) ) ( ( rule__ProcessImplementation__Alternatives_9_1 )* ) )
+ // InternalAadl2Parser.g:38794:1: ( ( ( ( rule__ProcessImplementation__Alternatives_10_2 ) ) ( ( rule__ProcessImplementation__Alternatives_10_2 )* ) ) )
+ // InternalAadl2Parser.g:38795:1: ( ( ( rule__ProcessImplementation__Alternatives_10_2 ) ) ( ( rule__ProcessImplementation__Alternatives_10_2 )* ) )
{
- // InternalAadl2Parser.g:39016:1: ( ( ( rule__ProcessImplementation__Alternatives_9_1 ) ) ( ( rule__ProcessImplementation__Alternatives_9_1 )* ) )
- // InternalAadl2Parser.g:39017:2: ( ( rule__ProcessImplementation__Alternatives_9_1 ) ) ( ( rule__ProcessImplementation__Alternatives_9_1 )* )
+ // InternalAadl2Parser.g:38795:1: ( ( ( rule__ProcessImplementation__Alternatives_10_2 ) ) ( ( rule__ProcessImplementation__Alternatives_10_2 )* ) )
+ // InternalAadl2Parser.g:38796:2: ( ( rule__ProcessImplementation__Alternatives_10_2 ) ) ( ( rule__ProcessImplementation__Alternatives_10_2 )* )
{
- // InternalAadl2Parser.g:39017:2: ( ( rule__ProcessImplementation__Alternatives_9_1 ) )
- // InternalAadl2Parser.g:39018:3: ( rule__ProcessImplementation__Alternatives_9_1 )
+ // InternalAadl2Parser.g:38796:2: ( ( rule__ProcessImplementation__Alternatives_10_2 ) )
+ // InternalAadl2Parser.g:38797:3: ( rule__ProcessImplementation__Alternatives_10_2 )
{
- before(grammarAccess.getProcessImplementationAccess().getAlternatives_9_1());
- // InternalAadl2Parser.g:39019:3: ( rule__ProcessImplementation__Alternatives_9_1 )
- // InternalAadl2Parser.g:39019:4: rule__ProcessImplementation__Alternatives_9_1
+ before(grammarAccess.getProcessImplementationAccess().getAlternatives_10_2());
+ // InternalAadl2Parser.g:38798:3: ( rule__ProcessImplementation__Alternatives_10_2 )
+ // InternalAadl2Parser.g:38798:4: rule__ProcessImplementation__Alternatives_10_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ProcessImplementation__Alternatives_9_1();
+ rule__ProcessImplementation__Alternatives_10_2();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getAlternatives_9_1());
+ after(grammarAccess.getProcessImplementationAccess().getAlternatives_10_2());
}
- // InternalAadl2Parser.g:39022:2: ( ( rule__ProcessImplementation__Alternatives_9_1 )* )
- // InternalAadl2Parser.g:39023:3: ( rule__ProcessImplementation__Alternatives_9_1 )*
+ // InternalAadl2Parser.g:38801:2: ( ( rule__ProcessImplementation__Alternatives_10_2 )* )
+ // InternalAadl2Parser.g:38802:3: ( rule__ProcessImplementation__Alternatives_10_2 )*
{
- before(grammarAccess.getProcessImplementationAccess().getAlternatives_9_1());
- // InternalAadl2Parser.g:39024:3: ( rule__ProcessImplementation__Alternatives_9_1 )*
+ before(grammarAccess.getProcessImplementationAccess().getAlternatives_10_2());
+ // InternalAadl2Parser.g:38803:3: ( rule__ProcessImplementation__Alternatives_10_2 )*
loop726:
do {
int alt726=2;
@@ -147345,10 +146511,10 @@ public final void rule__ProcessImplementation__Group_9__1__Impl() throws Recogni
switch (alt726) {
case 1 :
- // InternalAadl2Parser.g:39024:4: rule__ProcessImplementation__Alternatives_9_1
+ // InternalAadl2Parser.g:38803:4: rule__ProcessImplementation__Alternatives_10_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ProcessImplementation__Alternatives_9_1();
+ rule__ProcessImplementation__Alternatives_10_2();
state._fsp--;
@@ -147361,7 +146527,7 @@ public final void rule__ProcessImplementation__Group_9__1__Impl() throws Recogni
}
} while (true);
- after(grammarAccess.getProcessImplementationAccess().getAlternatives_9_1());
+ after(grammarAccess.getProcessImplementationAccess().getAlternatives_10_2());
}
@@ -147383,26 +146549,26 @@ public final void rule__ProcessImplementation__Group_9__1__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_9__1__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group_10__2__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group_10__0"
- // InternalAadl2Parser.g:39034:1: rule__ProcessImplementation__Group_10__0 : rule__ProcessImplementation__Group_10__0__Impl rule__ProcessImplementation__Group_10__1 ;
- public final void rule__ProcessImplementation__Group_10__0() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_11__0"
+ // InternalAadl2Parser.g:38813:1: rule__ProcessImplementation__Group_11__0 : rule__ProcessImplementation__Group_11__0__Impl rule__ProcessImplementation__Group_11__1 ;
+ public final void rule__ProcessImplementation__Group_11__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39038:1: ( rule__ProcessImplementation__Group_10__0__Impl rule__ProcessImplementation__Group_10__1 )
- // InternalAadl2Parser.g:39039:2: rule__ProcessImplementation__Group_10__0__Impl rule__ProcessImplementation__Group_10__1
+ // InternalAadl2Parser.g:38817:1: ( rule__ProcessImplementation__Group_11__0__Impl rule__ProcessImplementation__Group_11__1 )
+ // InternalAadl2Parser.g:38818:2: rule__ProcessImplementation__Group_11__0__Impl rule__ProcessImplementation__Group_11__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__ProcessImplementation__Group_10__0__Impl();
+ rule__ProcessImplementation__Group_11__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_10__1();
+ rule__ProcessImplementation__Group_11__1();
state._fsp--;
@@ -147421,25 +146587,25 @@ public final void rule__ProcessImplementation__Group_10__0() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_10__0"
+ // $ANTLR end "rule__ProcessImplementation__Group_11__0"
- // $ANTLR start "rule__ProcessImplementation__Group_10__0__Impl"
- // InternalAadl2Parser.g:39046:1: rule__ProcessImplementation__Group_10__0__Impl : ( Connections ) ;
- public final void rule__ProcessImplementation__Group_10__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_11__0__Impl"
+ // InternalAadl2Parser.g:38825:1: rule__ProcessImplementation__Group_11__0__Impl : ( Connections ) ;
+ public final void rule__ProcessImplementation__Group_11__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39050:1: ( ( Connections ) )
- // InternalAadl2Parser.g:39051:1: ( Connections )
+ // InternalAadl2Parser.g:38829:1: ( ( Connections ) )
+ // InternalAadl2Parser.g:38830:1: ( Connections )
{
- // InternalAadl2Parser.g:39051:1: ( Connections )
- // InternalAadl2Parser.g:39052:2: Connections
+ // InternalAadl2Parser.g:38830:1: ( Connections )
+ // InternalAadl2Parser.g:38831:2: Connections
{
- before(grammarAccess.getProcessImplementationAccess().getConnectionsKeyword_10_0());
+ before(grammarAccess.getProcessImplementationAccess().getConnectionsKeyword_11_0());
match(input,Connections,FollowSets000.FOLLOW_2);
- after(grammarAccess.getProcessImplementationAccess().getConnectionsKeyword_10_0());
+ after(grammarAccess.getProcessImplementationAccess().getConnectionsKeyword_11_0());
}
@@ -147458,21 +146624,21 @@ public final void rule__ProcessImplementation__Group_10__0__Impl() throws Recogn
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_10__0__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group_11__0__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group_10__1"
- // InternalAadl2Parser.g:39061:1: rule__ProcessImplementation__Group_10__1 : rule__ProcessImplementation__Group_10__1__Impl ;
- public final void rule__ProcessImplementation__Group_10__1() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_11__1"
+ // InternalAadl2Parser.g:38840:1: rule__ProcessImplementation__Group_11__1 : rule__ProcessImplementation__Group_11__1__Impl ;
+ public final void rule__ProcessImplementation__Group_11__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39065:1: ( rule__ProcessImplementation__Group_10__1__Impl )
- // InternalAadl2Parser.g:39066:2: rule__ProcessImplementation__Group_10__1__Impl
+ // InternalAadl2Parser.g:38844:1: ( rule__ProcessImplementation__Group_11__1__Impl )
+ // InternalAadl2Parser.g:38845:2: rule__ProcessImplementation__Group_11__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_10__1__Impl();
+ rule__ProcessImplementation__Group_11__1__Impl();
state._fsp--;
@@ -147491,35 +146657,35 @@ public final void rule__ProcessImplementation__Group_10__1() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_10__1"
+ // $ANTLR end "rule__ProcessImplementation__Group_11__1"
- // $ANTLR start "rule__ProcessImplementation__Group_10__1__Impl"
- // InternalAadl2Parser.g:39072:1: rule__ProcessImplementation__Group_10__1__Impl : ( ( rule__ProcessImplementation__Alternatives_10_1 ) ) ;
- public final void rule__ProcessImplementation__Group_10__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_11__1__Impl"
+ // InternalAadl2Parser.g:38851:1: rule__ProcessImplementation__Group_11__1__Impl : ( ( rule__ProcessImplementation__Alternatives_11_1 ) ) ;
+ public final void rule__ProcessImplementation__Group_11__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39076:1: ( ( ( rule__ProcessImplementation__Alternatives_10_1 ) ) )
- // InternalAadl2Parser.g:39077:1: ( ( rule__ProcessImplementation__Alternatives_10_1 ) )
+ // InternalAadl2Parser.g:38855:1: ( ( ( rule__ProcessImplementation__Alternatives_11_1 ) ) )
+ // InternalAadl2Parser.g:38856:1: ( ( rule__ProcessImplementation__Alternatives_11_1 ) )
{
- // InternalAadl2Parser.g:39077:1: ( ( rule__ProcessImplementation__Alternatives_10_1 ) )
- // InternalAadl2Parser.g:39078:2: ( rule__ProcessImplementation__Alternatives_10_1 )
+ // InternalAadl2Parser.g:38856:1: ( ( rule__ProcessImplementation__Alternatives_11_1 ) )
+ // InternalAadl2Parser.g:38857:2: ( rule__ProcessImplementation__Alternatives_11_1 )
{
- before(grammarAccess.getProcessImplementationAccess().getAlternatives_10_1());
- // InternalAadl2Parser.g:39079:2: ( rule__ProcessImplementation__Alternatives_10_1 )
- // InternalAadl2Parser.g:39079:3: rule__ProcessImplementation__Alternatives_10_1
+ before(grammarAccess.getProcessImplementationAccess().getAlternatives_11_1());
+ // InternalAadl2Parser.g:38858:2: ( rule__ProcessImplementation__Alternatives_11_1 )
+ // InternalAadl2Parser.g:38858:3: rule__ProcessImplementation__Alternatives_11_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Alternatives_10_1();
+ rule__ProcessImplementation__Alternatives_11_1();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getAlternatives_10_1());
+ after(grammarAccess.getProcessImplementationAccess().getAlternatives_11_1());
}
@@ -147538,26 +146704,26 @@ public final void rule__ProcessImplementation__Group_10__1__Impl() throws Recogn
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_10__1__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group_11__1__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group_10_1_1__0"
- // InternalAadl2Parser.g:39088:1: rule__ProcessImplementation__Group_10_1_1__0 : rule__ProcessImplementation__Group_10_1_1__0__Impl rule__ProcessImplementation__Group_10_1_1__1 ;
- public final void rule__ProcessImplementation__Group_10_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_11_1_1__0"
+ // InternalAadl2Parser.g:38867:1: rule__ProcessImplementation__Group_11_1_1__0 : rule__ProcessImplementation__Group_11_1_1__0__Impl rule__ProcessImplementation__Group_11_1_1__1 ;
+ public final void rule__ProcessImplementation__Group_11_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39092:1: ( rule__ProcessImplementation__Group_10_1_1__0__Impl rule__ProcessImplementation__Group_10_1_1__1 )
- // InternalAadl2Parser.g:39093:2: rule__ProcessImplementation__Group_10_1_1__0__Impl rule__ProcessImplementation__Group_10_1_1__1
+ // InternalAadl2Parser.g:38871:1: ( rule__ProcessImplementation__Group_11_1_1__0__Impl rule__ProcessImplementation__Group_11_1_1__1 )
+ // InternalAadl2Parser.g:38872:2: rule__ProcessImplementation__Group_11_1_1__0__Impl rule__ProcessImplementation__Group_11_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__ProcessImplementation__Group_10_1_1__0__Impl();
+ rule__ProcessImplementation__Group_11_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_10_1_1__1();
+ rule__ProcessImplementation__Group_11_1_1__1();
state._fsp--;
@@ -147576,35 +146742,35 @@ public final void rule__ProcessImplementation__Group_10_1_1__0() throws Recognit
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_10_1_1__0"
+ // $ANTLR end "rule__ProcessImplementation__Group_11_1_1__0"
- // $ANTLR start "rule__ProcessImplementation__Group_10_1_1__0__Impl"
- // InternalAadl2Parser.g:39100:1: rule__ProcessImplementation__Group_10_1_1__0__Impl : ( ( rule__ProcessImplementation__NoConnectionsAssignment_10_1_1_0 ) ) ;
- public final void rule__ProcessImplementation__Group_10_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_11_1_1__0__Impl"
+ // InternalAadl2Parser.g:38879:1: rule__ProcessImplementation__Group_11_1_1__0__Impl : ( ( rule__ProcessImplementation__NoConnectionsAssignment_11_1_1_0 ) ) ;
+ public final void rule__ProcessImplementation__Group_11_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39104:1: ( ( ( rule__ProcessImplementation__NoConnectionsAssignment_10_1_1_0 ) ) )
- // InternalAadl2Parser.g:39105:1: ( ( rule__ProcessImplementation__NoConnectionsAssignment_10_1_1_0 ) )
+ // InternalAadl2Parser.g:38883:1: ( ( ( rule__ProcessImplementation__NoConnectionsAssignment_11_1_1_0 ) ) )
+ // InternalAadl2Parser.g:38884:1: ( ( rule__ProcessImplementation__NoConnectionsAssignment_11_1_1_0 ) )
{
- // InternalAadl2Parser.g:39105:1: ( ( rule__ProcessImplementation__NoConnectionsAssignment_10_1_1_0 ) )
- // InternalAadl2Parser.g:39106:2: ( rule__ProcessImplementation__NoConnectionsAssignment_10_1_1_0 )
+ // InternalAadl2Parser.g:38884:1: ( ( rule__ProcessImplementation__NoConnectionsAssignment_11_1_1_0 ) )
+ // InternalAadl2Parser.g:38885:2: ( rule__ProcessImplementation__NoConnectionsAssignment_11_1_1_0 )
{
- before(grammarAccess.getProcessImplementationAccess().getNoConnectionsAssignment_10_1_1_0());
- // InternalAadl2Parser.g:39107:2: ( rule__ProcessImplementation__NoConnectionsAssignment_10_1_1_0 )
- // InternalAadl2Parser.g:39107:3: rule__ProcessImplementation__NoConnectionsAssignment_10_1_1_0
+ before(grammarAccess.getProcessImplementationAccess().getNoConnectionsAssignment_11_1_1_0());
+ // InternalAadl2Parser.g:38886:2: ( rule__ProcessImplementation__NoConnectionsAssignment_11_1_1_0 )
+ // InternalAadl2Parser.g:38886:3: rule__ProcessImplementation__NoConnectionsAssignment_11_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__NoConnectionsAssignment_10_1_1_0();
+ rule__ProcessImplementation__NoConnectionsAssignment_11_1_1_0();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getNoConnectionsAssignment_10_1_1_0());
+ after(grammarAccess.getProcessImplementationAccess().getNoConnectionsAssignment_11_1_1_0());
}
@@ -147623,21 +146789,21 @@ public final void rule__ProcessImplementation__Group_10_1_1__0__Impl() throws Re
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_10_1_1__0__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group_11_1_1__0__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group_10_1_1__1"
- // InternalAadl2Parser.g:39115:1: rule__ProcessImplementation__Group_10_1_1__1 : rule__ProcessImplementation__Group_10_1_1__1__Impl ;
- public final void rule__ProcessImplementation__Group_10_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_11_1_1__1"
+ // InternalAadl2Parser.g:38894:1: rule__ProcessImplementation__Group_11_1_1__1 : rule__ProcessImplementation__Group_11_1_1__1__Impl ;
+ public final void rule__ProcessImplementation__Group_11_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39119:1: ( rule__ProcessImplementation__Group_10_1_1__1__Impl )
- // InternalAadl2Parser.g:39120:2: rule__ProcessImplementation__Group_10_1_1__1__Impl
+ // InternalAadl2Parser.g:38898:1: ( rule__ProcessImplementation__Group_11_1_1__1__Impl )
+ // InternalAadl2Parser.g:38899:2: rule__ProcessImplementation__Group_11_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_10_1_1__1__Impl();
+ rule__ProcessImplementation__Group_11_1_1__1__Impl();
state._fsp--;
@@ -147656,25 +146822,25 @@ public final void rule__ProcessImplementation__Group_10_1_1__1() throws Recognit
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_10_1_1__1"
+ // $ANTLR end "rule__ProcessImplementation__Group_11_1_1__1"
- // $ANTLR start "rule__ProcessImplementation__Group_10_1_1__1__Impl"
- // InternalAadl2Parser.g:39126:1: rule__ProcessImplementation__Group_10_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__ProcessImplementation__Group_10_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_11_1_1__1__Impl"
+ // InternalAadl2Parser.g:38905:1: rule__ProcessImplementation__Group_11_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__ProcessImplementation__Group_11_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39130:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:39131:1: ( Semicolon )
+ // InternalAadl2Parser.g:38909:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:38910:1: ( Semicolon )
{
- // InternalAadl2Parser.g:39131:1: ( Semicolon )
- // InternalAadl2Parser.g:39132:2: Semicolon
+ // InternalAadl2Parser.g:38910:1: ( Semicolon )
+ // InternalAadl2Parser.g:38911:2: Semicolon
{
- before(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_10_1_1_1());
+ before(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_11_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_10_1_1_1());
+ after(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_11_1_1_1());
}
@@ -147693,26 +146859,26 @@ public final void rule__ProcessImplementation__Group_10_1_1__1__Impl() throws Re
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_10_1_1__1__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group_11_1_1__1__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group_11__0"
- // InternalAadl2Parser.g:39142:1: rule__ProcessImplementation__Group_11__0 : rule__ProcessImplementation__Group_11__0__Impl rule__ProcessImplementation__Group_11__1 ;
- public final void rule__ProcessImplementation__Group_11__0() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_12__0"
+ // InternalAadl2Parser.g:38921:1: rule__ProcessImplementation__Group_12__0 : rule__ProcessImplementation__Group_12__0__Impl rule__ProcessImplementation__Group_12__1 ;
+ public final void rule__ProcessImplementation__Group_12__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39146:1: ( rule__ProcessImplementation__Group_11__0__Impl rule__ProcessImplementation__Group_11__1 )
- // InternalAadl2Parser.g:39147:2: rule__ProcessImplementation__Group_11__0__Impl rule__ProcessImplementation__Group_11__1
+ // InternalAadl2Parser.g:38925:1: ( rule__ProcessImplementation__Group_12__0__Impl rule__ProcessImplementation__Group_12__1 )
+ // InternalAadl2Parser.g:38926:2: rule__ProcessImplementation__Group_12__0__Impl rule__ProcessImplementation__Group_12__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__ProcessImplementation__Group_11__0__Impl();
+ rule__ProcessImplementation__Group_12__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_11__1();
+ rule__ProcessImplementation__Group_12__1();
state._fsp--;
@@ -147731,25 +146897,25 @@ public final void rule__ProcessImplementation__Group_11__0() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_11__0"
+ // $ANTLR end "rule__ProcessImplementation__Group_12__0"
- // $ANTLR start "rule__ProcessImplementation__Group_11__0__Impl"
- // InternalAadl2Parser.g:39154:1: rule__ProcessImplementation__Group_11__0__Impl : ( Flows ) ;
- public final void rule__ProcessImplementation__Group_11__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_12__0__Impl"
+ // InternalAadl2Parser.g:38933:1: rule__ProcessImplementation__Group_12__0__Impl : ( Flows ) ;
+ public final void rule__ProcessImplementation__Group_12__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39158:1: ( ( Flows ) )
- // InternalAadl2Parser.g:39159:1: ( Flows )
+ // InternalAadl2Parser.g:38937:1: ( ( Flows ) )
+ // InternalAadl2Parser.g:38938:1: ( Flows )
{
- // InternalAadl2Parser.g:39159:1: ( Flows )
- // InternalAadl2Parser.g:39160:2: Flows
+ // InternalAadl2Parser.g:38938:1: ( Flows )
+ // InternalAadl2Parser.g:38939:2: Flows
{
- before(grammarAccess.getProcessImplementationAccess().getFlowsKeyword_11_0());
+ before(grammarAccess.getProcessImplementationAccess().getFlowsKeyword_12_0());
match(input,Flows,FollowSets000.FOLLOW_2);
- after(grammarAccess.getProcessImplementationAccess().getFlowsKeyword_11_0());
+ after(grammarAccess.getProcessImplementationAccess().getFlowsKeyword_12_0());
}
@@ -147768,21 +146934,21 @@ public final void rule__ProcessImplementation__Group_11__0__Impl() throws Recogn
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_11__0__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group_12__0__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group_11__1"
- // InternalAadl2Parser.g:39169:1: rule__ProcessImplementation__Group_11__1 : rule__ProcessImplementation__Group_11__1__Impl ;
- public final void rule__ProcessImplementation__Group_11__1() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_12__1"
+ // InternalAadl2Parser.g:38948:1: rule__ProcessImplementation__Group_12__1 : rule__ProcessImplementation__Group_12__1__Impl ;
+ public final void rule__ProcessImplementation__Group_12__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39173:1: ( rule__ProcessImplementation__Group_11__1__Impl )
- // InternalAadl2Parser.g:39174:2: rule__ProcessImplementation__Group_11__1__Impl
+ // InternalAadl2Parser.g:38952:1: ( rule__ProcessImplementation__Group_12__1__Impl )
+ // InternalAadl2Parser.g:38953:2: rule__ProcessImplementation__Group_12__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_11__1__Impl();
+ rule__ProcessImplementation__Group_12__1__Impl();
state._fsp--;
@@ -147801,35 +146967,35 @@ public final void rule__ProcessImplementation__Group_11__1() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_11__1"
+ // $ANTLR end "rule__ProcessImplementation__Group_12__1"
- // $ANTLR start "rule__ProcessImplementation__Group_11__1__Impl"
- // InternalAadl2Parser.g:39180:1: rule__ProcessImplementation__Group_11__1__Impl : ( ( rule__ProcessImplementation__Alternatives_11_1 ) ) ;
- public final void rule__ProcessImplementation__Group_11__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_12__1__Impl"
+ // InternalAadl2Parser.g:38959:1: rule__ProcessImplementation__Group_12__1__Impl : ( ( rule__ProcessImplementation__Alternatives_12_1 ) ) ;
+ public final void rule__ProcessImplementation__Group_12__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39184:1: ( ( ( rule__ProcessImplementation__Alternatives_11_1 ) ) )
- // InternalAadl2Parser.g:39185:1: ( ( rule__ProcessImplementation__Alternatives_11_1 ) )
+ // InternalAadl2Parser.g:38963:1: ( ( ( rule__ProcessImplementation__Alternatives_12_1 ) ) )
+ // InternalAadl2Parser.g:38964:1: ( ( rule__ProcessImplementation__Alternatives_12_1 ) )
{
- // InternalAadl2Parser.g:39185:1: ( ( rule__ProcessImplementation__Alternatives_11_1 ) )
- // InternalAadl2Parser.g:39186:2: ( rule__ProcessImplementation__Alternatives_11_1 )
+ // InternalAadl2Parser.g:38964:1: ( ( rule__ProcessImplementation__Alternatives_12_1 ) )
+ // InternalAadl2Parser.g:38965:2: ( rule__ProcessImplementation__Alternatives_12_1 )
{
- before(grammarAccess.getProcessImplementationAccess().getAlternatives_11_1());
- // InternalAadl2Parser.g:39187:2: ( rule__ProcessImplementation__Alternatives_11_1 )
- // InternalAadl2Parser.g:39187:3: rule__ProcessImplementation__Alternatives_11_1
+ before(grammarAccess.getProcessImplementationAccess().getAlternatives_12_1());
+ // InternalAadl2Parser.g:38966:2: ( rule__ProcessImplementation__Alternatives_12_1 )
+ // InternalAadl2Parser.g:38966:3: rule__ProcessImplementation__Alternatives_12_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Alternatives_11_1();
+ rule__ProcessImplementation__Alternatives_12_1();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getAlternatives_11_1());
+ after(grammarAccess.getProcessImplementationAccess().getAlternatives_12_1());
}
@@ -147848,26 +147014,26 @@ public final void rule__ProcessImplementation__Group_11__1__Impl() throws Recogn
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_11__1__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group_12__1__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group_11_1_1__0"
- // InternalAadl2Parser.g:39196:1: rule__ProcessImplementation__Group_11_1_1__0 : rule__ProcessImplementation__Group_11_1_1__0__Impl rule__ProcessImplementation__Group_11_1_1__1 ;
- public final void rule__ProcessImplementation__Group_11_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_12_1_1__0"
+ // InternalAadl2Parser.g:38975:1: rule__ProcessImplementation__Group_12_1_1__0 : rule__ProcessImplementation__Group_12_1_1__0__Impl rule__ProcessImplementation__Group_12_1_1__1 ;
+ public final void rule__ProcessImplementation__Group_12_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39200:1: ( rule__ProcessImplementation__Group_11_1_1__0__Impl rule__ProcessImplementation__Group_11_1_1__1 )
- // InternalAadl2Parser.g:39201:2: rule__ProcessImplementation__Group_11_1_1__0__Impl rule__ProcessImplementation__Group_11_1_1__1
+ // InternalAadl2Parser.g:38979:1: ( rule__ProcessImplementation__Group_12_1_1__0__Impl rule__ProcessImplementation__Group_12_1_1__1 )
+ // InternalAadl2Parser.g:38980:2: rule__ProcessImplementation__Group_12_1_1__0__Impl rule__ProcessImplementation__Group_12_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__ProcessImplementation__Group_11_1_1__0__Impl();
+ rule__ProcessImplementation__Group_12_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_11_1_1__1();
+ rule__ProcessImplementation__Group_12_1_1__1();
state._fsp--;
@@ -147886,35 +147052,35 @@ public final void rule__ProcessImplementation__Group_11_1_1__0() throws Recognit
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_11_1_1__0"
+ // $ANTLR end "rule__ProcessImplementation__Group_12_1_1__0"
- // $ANTLR start "rule__ProcessImplementation__Group_11_1_1__0__Impl"
- // InternalAadl2Parser.g:39208:1: rule__ProcessImplementation__Group_11_1_1__0__Impl : ( ( rule__ProcessImplementation__NoFlowsAssignment_11_1_1_0 ) ) ;
- public final void rule__ProcessImplementation__Group_11_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_12_1_1__0__Impl"
+ // InternalAadl2Parser.g:38987:1: rule__ProcessImplementation__Group_12_1_1__0__Impl : ( ( rule__ProcessImplementation__NoFlowsAssignment_12_1_1_0 ) ) ;
+ public final void rule__ProcessImplementation__Group_12_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39212:1: ( ( ( rule__ProcessImplementation__NoFlowsAssignment_11_1_1_0 ) ) )
- // InternalAadl2Parser.g:39213:1: ( ( rule__ProcessImplementation__NoFlowsAssignment_11_1_1_0 ) )
+ // InternalAadl2Parser.g:38991:1: ( ( ( rule__ProcessImplementation__NoFlowsAssignment_12_1_1_0 ) ) )
+ // InternalAadl2Parser.g:38992:1: ( ( rule__ProcessImplementation__NoFlowsAssignment_12_1_1_0 ) )
{
- // InternalAadl2Parser.g:39213:1: ( ( rule__ProcessImplementation__NoFlowsAssignment_11_1_1_0 ) )
- // InternalAadl2Parser.g:39214:2: ( rule__ProcessImplementation__NoFlowsAssignment_11_1_1_0 )
+ // InternalAadl2Parser.g:38992:1: ( ( rule__ProcessImplementation__NoFlowsAssignment_12_1_1_0 ) )
+ // InternalAadl2Parser.g:38993:2: ( rule__ProcessImplementation__NoFlowsAssignment_12_1_1_0 )
{
- before(grammarAccess.getProcessImplementationAccess().getNoFlowsAssignment_11_1_1_0());
- // InternalAadl2Parser.g:39215:2: ( rule__ProcessImplementation__NoFlowsAssignment_11_1_1_0 )
- // InternalAadl2Parser.g:39215:3: rule__ProcessImplementation__NoFlowsAssignment_11_1_1_0
+ before(grammarAccess.getProcessImplementationAccess().getNoFlowsAssignment_12_1_1_0());
+ // InternalAadl2Parser.g:38994:2: ( rule__ProcessImplementation__NoFlowsAssignment_12_1_1_0 )
+ // InternalAadl2Parser.g:38994:3: rule__ProcessImplementation__NoFlowsAssignment_12_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__NoFlowsAssignment_11_1_1_0();
+ rule__ProcessImplementation__NoFlowsAssignment_12_1_1_0();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getNoFlowsAssignment_11_1_1_0());
+ after(grammarAccess.getProcessImplementationAccess().getNoFlowsAssignment_12_1_1_0());
}
@@ -147933,21 +147099,21 @@ public final void rule__ProcessImplementation__Group_11_1_1__0__Impl() throws Re
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_11_1_1__0__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group_12_1_1__0__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group_11_1_1__1"
- // InternalAadl2Parser.g:39223:1: rule__ProcessImplementation__Group_11_1_1__1 : rule__ProcessImplementation__Group_11_1_1__1__Impl ;
- public final void rule__ProcessImplementation__Group_11_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_12_1_1__1"
+ // InternalAadl2Parser.g:39002:1: rule__ProcessImplementation__Group_12_1_1__1 : rule__ProcessImplementation__Group_12_1_1__1__Impl ;
+ public final void rule__ProcessImplementation__Group_12_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39227:1: ( rule__ProcessImplementation__Group_11_1_1__1__Impl )
- // InternalAadl2Parser.g:39228:2: rule__ProcessImplementation__Group_11_1_1__1__Impl
+ // InternalAadl2Parser.g:39006:1: ( rule__ProcessImplementation__Group_12_1_1__1__Impl )
+ // InternalAadl2Parser.g:39007:2: rule__ProcessImplementation__Group_12_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_11_1_1__1__Impl();
+ rule__ProcessImplementation__Group_12_1_1__1__Impl();
state._fsp--;
@@ -147966,25 +147132,25 @@ public final void rule__ProcessImplementation__Group_11_1_1__1() throws Recognit
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_11_1_1__1"
+ // $ANTLR end "rule__ProcessImplementation__Group_12_1_1__1"
- // $ANTLR start "rule__ProcessImplementation__Group_11_1_1__1__Impl"
- // InternalAadl2Parser.g:39234:1: rule__ProcessImplementation__Group_11_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__ProcessImplementation__Group_11_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_12_1_1__1__Impl"
+ // InternalAadl2Parser.g:39013:1: rule__ProcessImplementation__Group_12_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__ProcessImplementation__Group_12_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39238:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:39239:1: ( Semicolon )
+ // InternalAadl2Parser.g:39017:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:39018:1: ( Semicolon )
{
- // InternalAadl2Parser.g:39239:1: ( Semicolon )
- // InternalAadl2Parser.g:39240:2: Semicolon
+ // InternalAadl2Parser.g:39018:1: ( Semicolon )
+ // InternalAadl2Parser.g:39019:2: Semicolon
{
- before(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_11_1_1_1());
+ before(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_12_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_11_1_1_1());
+ after(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_12_1_1_1());
}
@@ -148003,26 +147169,26 @@ public final void rule__ProcessImplementation__Group_11_1_1__1__Impl() throws Re
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_11_1_1__1__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group_12_1_1__1__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group_12__0"
- // InternalAadl2Parser.g:39250:1: rule__ProcessImplementation__Group_12__0 : rule__ProcessImplementation__Group_12__0__Impl rule__ProcessImplementation__Group_12__1 ;
- public final void rule__ProcessImplementation__Group_12__0() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_13__0"
+ // InternalAadl2Parser.g:39029:1: rule__ProcessImplementation__Group_13__0 : rule__ProcessImplementation__Group_13__0__Impl rule__ProcessImplementation__Group_13__1 ;
+ public final void rule__ProcessImplementation__Group_13__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39254:1: ( rule__ProcessImplementation__Group_12__0__Impl rule__ProcessImplementation__Group_12__1 )
- // InternalAadl2Parser.g:39255:2: rule__ProcessImplementation__Group_12__0__Impl rule__ProcessImplementation__Group_12__1
+ // InternalAadl2Parser.g:39033:1: ( rule__ProcessImplementation__Group_13__0__Impl rule__ProcessImplementation__Group_13__1 )
+ // InternalAadl2Parser.g:39034:2: rule__ProcessImplementation__Group_13__0__Impl rule__ProcessImplementation__Group_13__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__ProcessImplementation__Group_12__0__Impl();
+ rule__ProcessImplementation__Group_13__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_12__1();
+ rule__ProcessImplementation__Group_13__1();
state._fsp--;
@@ -148041,25 +147207,25 @@ public final void rule__ProcessImplementation__Group_12__0() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_12__0"
+ // $ANTLR end "rule__ProcessImplementation__Group_13__0"
- // $ANTLR start "rule__ProcessImplementation__Group_12__0__Impl"
- // InternalAadl2Parser.g:39262:1: rule__ProcessImplementation__Group_12__0__Impl : ( Modes ) ;
- public final void rule__ProcessImplementation__Group_12__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_13__0__Impl"
+ // InternalAadl2Parser.g:39041:1: rule__ProcessImplementation__Group_13__0__Impl : ( Modes ) ;
+ public final void rule__ProcessImplementation__Group_13__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39266:1: ( ( Modes ) )
- // InternalAadl2Parser.g:39267:1: ( Modes )
+ // InternalAadl2Parser.g:39045:1: ( ( Modes ) )
+ // InternalAadl2Parser.g:39046:1: ( Modes )
{
- // InternalAadl2Parser.g:39267:1: ( Modes )
- // InternalAadl2Parser.g:39268:2: Modes
+ // InternalAadl2Parser.g:39046:1: ( Modes )
+ // InternalAadl2Parser.g:39047:2: Modes
{
- before(grammarAccess.getProcessImplementationAccess().getModesKeyword_12_0());
+ before(grammarAccess.getProcessImplementationAccess().getModesKeyword_13_0());
match(input,Modes,FollowSets000.FOLLOW_2);
- after(grammarAccess.getProcessImplementationAccess().getModesKeyword_12_0());
+ after(grammarAccess.getProcessImplementationAccess().getModesKeyword_13_0());
}
@@ -148078,21 +147244,21 @@ public final void rule__ProcessImplementation__Group_12__0__Impl() throws Recogn
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_12__0__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group_13__0__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group_12__1"
- // InternalAadl2Parser.g:39277:1: rule__ProcessImplementation__Group_12__1 : rule__ProcessImplementation__Group_12__1__Impl ;
- public final void rule__ProcessImplementation__Group_12__1() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_13__1"
+ // InternalAadl2Parser.g:39056:1: rule__ProcessImplementation__Group_13__1 : rule__ProcessImplementation__Group_13__1__Impl ;
+ public final void rule__ProcessImplementation__Group_13__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39281:1: ( rule__ProcessImplementation__Group_12__1__Impl )
- // InternalAadl2Parser.g:39282:2: rule__ProcessImplementation__Group_12__1__Impl
+ // InternalAadl2Parser.g:39060:1: ( rule__ProcessImplementation__Group_13__1__Impl )
+ // InternalAadl2Parser.g:39061:2: rule__ProcessImplementation__Group_13__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_12__1__Impl();
+ rule__ProcessImplementation__Group_13__1__Impl();
state._fsp--;
@@ -148111,35 +147277,35 @@ public final void rule__ProcessImplementation__Group_12__1() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_12__1"
+ // $ANTLR end "rule__ProcessImplementation__Group_13__1"
- // $ANTLR start "rule__ProcessImplementation__Group_12__1__Impl"
- // InternalAadl2Parser.g:39288:1: rule__ProcessImplementation__Group_12__1__Impl : ( ( rule__ProcessImplementation__Alternatives_12_1 ) ) ;
- public final void rule__ProcessImplementation__Group_12__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_13__1__Impl"
+ // InternalAadl2Parser.g:39067:1: rule__ProcessImplementation__Group_13__1__Impl : ( ( rule__ProcessImplementation__Alternatives_13_1 ) ) ;
+ public final void rule__ProcessImplementation__Group_13__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39292:1: ( ( ( rule__ProcessImplementation__Alternatives_12_1 ) ) )
- // InternalAadl2Parser.g:39293:1: ( ( rule__ProcessImplementation__Alternatives_12_1 ) )
+ // InternalAadl2Parser.g:39071:1: ( ( ( rule__ProcessImplementation__Alternatives_13_1 ) ) )
+ // InternalAadl2Parser.g:39072:1: ( ( rule__ProcessImplementation__Alternatives_13_1 ) )
{
- // InternalAadl2Parser.g:39293:1: ( ( rule__ProcessImplementation__Alternatives_12_1 ) )
- // InternalAadl2Parser.g:39294:2: ( rule__ProcessImplementation__Alternatives_12_1 )
+ // InternalAadl2Parser.g:39072:1: ( ( rule__ProcessImplementation__Alternatives_13_1 ) )
+ // InternalAadl2Parser.g:39073:2: ( rule__ProcessImplementation__Alternatives_13_1 )
{
- before(grammarAccess.getProcessImplementationAccess().getAlternatives_12_1());
- // InternalAadl2Parser.g:39295:2: ( rule__ProcessImplementation__Alternatives_12_1 )
- // InternalAadl2Parser.g:39295:3: rule__ProcessImplementation__Alternatives_12_1
+ before(grammarAccess.getProcessImplementationAccess().getAlternatives_13_1());
+ // InternalAadl2Parser.g:39074:2: ( rule__ProcessImplementation__Alternatives_13_1 )
+ // InternalAadl2Parser.g:39074:3: rule__ProcessImplementation__Alternatives_13_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Alternatives_12_1();
+ rule__ProcessImplementation__Alternatives_13_1();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getAlternatives_12_1());
+ after(grammarAccess.getProcessImplementationAccess().getAlternatives_13_1());
}
@@ -148158,26 +147324,26 @@ public final void rule__ProcessImplementation__Group_12__1__Impl() throws Recogn
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_12__1__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group_13__1__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group_12_1_1__0"
- // InternalAadl2Parser.g:39304:1: rule__ProcessImplementation__Group_12_1_1__0 : rule__ProcessImplementation__Group_12_1_1__0__Impl rule__ProcessImplementation__Group_12_1_1__1 ;
- public final void rule__ProcessImplementation__Group_12_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_13_1_1__0"
+ // InternalAadl2Parser.g:39083:1: rule__ProcessImplementation__Group_13_1_1__0 : rule__ProcessImplementation__Group_13_1_1__0__Impl rule__ProcessImplementation__Group_13_1_1__1 ;
+ public final void rule__ProcessImplementation__Group_13_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39308:1: ( rule__ProcessImplementation__Group_12_1_1__0__Impl rule__ProcessImplementation__Group_12_1_1__1 )
- // InternalAadl2Parser.g:39309:2: rule__ProcessImplementation__Group_12_1_1__0__Impl rule__ProcessImplementation__Group_12_1_1__1
+ // InternalAadl2Parser.g:39087:1: ( rule__ProcessImplementation__Group_13_1_1__0__Impl rule__ProcessImplementation__Group_13_1_1__1 )
+ // InternalAadl2Parser.g:39088:2: rule__ProcessImplementation__Group_13_1_1__0__Impl rule__ProcessImplementation__Group_13_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__ProcessImplementation__Group_12_1_1__0__Impl();
+ rule__ProcessImplementation__Group_13_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_12_1_1__1();
+ rule__ProcessImplementation__Group_13_1_1__1();
state._fsp--;
@@ -148196,35 +147362,35 @@ public final void rule__ProcessImplementation__Group_12_1_1__0() throws Recognit
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_12_1_1__0"
+ // $ANTLR end "rule__ProcessImplementation__Group_13_1_1__0"
- // $ANTLR start "rule__ProcessImplementation__Group_12_1_1__0__Impl"
- // InternalAadl2Parser.g:39316:1: rule__ProcessImplementation__Group_12_1_1__0__Impl : ( ( rule__ProcessImplementation__NoModesAssignment_12_1_1_0 ) ) ;
- public final void rule__ProcessImplementation__Group_12_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_13_1_1__0__Impl"
+ // InternalAadl2Parser.g:39095:1: rule__ProcessImplementation__Group_13_1_1__0__Impl : ( ( rule__ProcessImplementation__NoModesAssignment_13_1_1_0 ) ) ;
+ public final void rule__ProcessImplementation__Group_13_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39320:1: ( ( ( rule__ProcessImplementation__NoModesAssignment_12_1_1_0 ) ) )
- // InternalAadl2Parser.g:39321:1: ( ( rule__ProcessImplementation__NoModesAssignment_12_1_1_0 ) )
+ // InternalAadl2Parser.g:39099:1: ( ( ( rule__ProcessImplementation__NoModesAssignment_13_1_1_0 ) ) )
+ // InternalAadl2Parser.g:39100:1: ( ( rule__ProcessImplementation__NoModesAssignment_13_1_1_0 ) )
{
- // InternalAadl2Parser.g:39321:1: ( ( rule__ProcessImplementation__NoModesAssignment_12_1_1_0 ) )
- // InternalAadl2Parser.g:39322:2: ( rule__ProcessImplementation__NoModesAssignment_12_1_1_0 )
+ // InternalAadl2Parser.g:39100:1: ( ( rule__ProcessImplementation__NoModesAssignment_13_1_1_0 ) )
+ // InternalAadl2Parser.g:39101:2: ( rule__ProcessImplementation__NoModesAssignment_13_1_1_0 )
{
- before(grammarAccess.getProcessImplementationAccess().getNoModesAssignment_12_1_1_0());
- // InternalAadl2Parser.g:39323:2: ( rule__ProcessImplementation__NoModesAssignment_12_1_1_0 )
- // InternalAadl2Parser.g:39323:3: rule__ProcessImplementation__NoModesAssignment_12_1_1_0
+ before(grammarAccess.getProcessImplementationAccess().getNoModesAssignment_13_1_1_0());
+ // InternalAadl2Parser.g:39102:2: ( rule__ProcessImplementation__NoModesAssignment_13_1_1_0 )
+ // InternalAadl2Parser.g:39102:3: rule__ProcessImplementation__NoModesAssignment_13_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__NoModesAssignment_12_1_1_0();
+ rule__ProcessImplementation__NoModesAssignment_13_1_1_0();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getNoModesAssignment_12_1_1_0());
+ after(grammarAccess.getProcessImplementationAccess().getNoModesAssignment_13_1_1_0());
}
@@ -148243,21 +147409,21 @@ public final void rule__ProcessImplementation__Group_12_1_1__0__Impl() throws Re
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_12_1_1__0__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group_13_1_1__0__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group_12_1_1__1"
- // InternalAadl2Parser.g:39331:1: rule__ProcessImplementation__Group_12_1_1__1 : rule__ProcessImplementation__Group_12_1_1__1__Impl ;
- public final void rule__ProcessImplementation__Group_12_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_13_1_1__1"
+ // InternalAadl2Parser.g:39110:1: rule__ProcessImplementation__Group_13_1_1__1 : rule__ProcessImplementation__Group_13_1_1__1__Impl ;
+ public final void rule__ProcessImplementation__Group_13_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39335:1: ( rule__ProcessImplementation__Group_12_1_1__1__Impl )
- // InternalAadl2Parser.g:39336:2: rule__ProcessImplementation__Group_12_1_1__1__Impl
+ // InternalAadl2Parser.g:39114:1: ( rule__ProcessImplementation__Group_13_1_1__1__Impl )
+ // InternalAadl2Parser.g:39115:2: rule__ProcessImplementation__Group_13_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_12_1_1__1__Impl();
+ rule__ProcessImplementation__Group_13_1_1__1__Impl();
state._fsp--;
@@ -148276,25 +147442,25 @@ public final void rule__ProcessImplementation__Group_12_1_1__1() throws Recognit
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_12_1_1__1"
+ // $ANTLR end "rule__ProcessImplementation__Group_13_1_1__1"
- // $ANTLR start "rule__ProcessImplementation__Group_12_1_1__1__Impl"
- // InternalAadl2Parser.g:39342:1: rule__ProcessImplementation__Group_12_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__ProcessImplementation__Group_12_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_13_1_1__1__Impl"
+ // InternalAadl2Parser.g:39121:1: rule__ProcessImplementation__Group_13_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__ProcessImplementation__Group_13_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39346:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:39347:1: ( Semicolon )
+ // InternalAadl2Parser.g:39125:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:39126:1: ( Semicolon )
{
- // InternalAadl2Parser.g:39347:1: ( Semicolon )
- // InternalAadl2Parser.g:39348:2: Semicolon
+ // InternalAadl2Parser.g:39126:1: ( Semicolon )
+ // InternalAadl2Parser.g:39127:2: Semicolon
{
- before(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_12_1_1_1());
+ before(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_13_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_12_1_1_1());
+ after(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_13_1_1_1());
}
@@ -148313,26 +147479,26 @@ public final void rule__ProcessImplementation__Group_12_1_1__1__Impl() throws Re
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_12_1_1__1__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group_13_1_1__1__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group_13__0"
- // InternalAadl2Parser.g:39358:1: rule__ProcessImplementation__Group_13__0 : rule__ProcessImplementation__Group_13__0__Impl rule__ProcessImplementation__Group_13__1 ;
- public final void rule__ProcessImplementation__Group_13__0() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_14__0"
+ // InternalAadl2Parser.g:39137:1: rule__ProcessImplementation__Group_14__0 : rule__ProcessImplementation__Group_14__0__Impl rule__ProcessImplementation__Group_14__1 ;
+ public final void rule__ProcessImplementation__Group_14__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39362:1: ( rule__ProcessImplementation__Group_13__0__Impl rule__ProcessImplementation__Group_13__1 )
- // InternalAadl2Parser.g:39363:2: rule__ProcessImplementation__Group_13__0__Impl rule__ProcessImplementation__Group_13__1
+ // InternalAadl2Parser.g:39141:1: ( rule__ProcessImplementation__Group_14__0__Impl rule__ProcessImplementation__Group_14__1 )
+ // InternalAadl2Parser.g:39142:2: rule__ProcessImplementation__Group_14__0__Impl rule__ProcessImplementation__Group_14__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__ProcessImplementation__Group_13__0__Impl();
+ rule__ProcessImplementation__Group_14__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_13__1();
+ rule__ProcessImplementation__Group_14__1();
state._fsp--;
@@ -148351,25 +147517,25 @@ public final void rule__ProcessImplementation__Group_13__0() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_13__0"
+ // $ANTLR end "rule__ProcessImplementation__Group_14__0"
- // $ANTLR start "rule__ProcessImplementation__Group_13__0__Impl"
- // InternalAadl2Parser.g:39370:1: rule__ProcessImplementation__Group_13__0__Impl : ( Properties ) ;
- public final void rule__ProcessImplementation__Group_13__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_14__0__Impl"
+ // InternalAadl2Parser.g:39149:1: rule__ProcessImplementation__Group_14__0__Impl : ( Properties ) ;
+ public final void rule__ProcessImplementation__Group_14__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39374:1: ( ( Properties ) )
- // InternalAadl2Parser.g:39375:1: ( Properties )
+ // InternalAadl2Parser.g:39153:1: ( ( Properties ) )
+ // InternalAadl2Parser.g:39154:1: ( Properties )
{
- // InternalAadl2Parser.g:39375:1: ( Properties )
- // InternalAadl2Parser.g:39376:2: Properties
+ // InternalAadl2Parser.g:39154:1: ( Properties )
+ // InternalAadl2Parser.g:39155:2: Properties
{
- before(grammarAccess.getProcessImplementationAccess().getPropertiesKeyword_13_0());
+ before(grammarAccess.getProcessImplementationAccess().getPropertiesKeyword_14_0());
match(input,Properties,FollowSets000.FOLLOW_2);
- after(grammarAccess.getProcessImplementationAccess().getPropertiesKeyword_13_0());
+ after(grammarAccess.getProcessImplementationAccess().getPropertiesKeyword_14_0());
}
@@ -148388,21 +147554,21 @@ public final void rule__ProcessImplementation__Group_13__0__Impl() throws Recogn
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_13__0__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group_14__0__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group_13__1"
- // InternalAadl2Parser.g:39385:1: rule__ProcessImplementation__Group_13__1 : rule__ProcessImplementation__Group_13__1__Impl ;
- public final void rule__ProcessImplementation__Group_13__1() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_14__1"
+ // InternalAadl2Parser.g:39164:1: rule__ProcessImplementation__Group_14__1 : rule__ProcessImplementation__Group_14__1__Impl ;
+ public final void rule__ProcessImplementation__Group_14__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39389:1: ( rule__ProcessImplementation__Group_13__1__Impl )
- // InternalAadl2Parser.g:39390:2: rule__ProcessImplementation__Group_13__1__Impl
+ // InternalAadl2Parser.g:39168:1: ( rule__ProcessImplementation__Group_14__1__Impl )
+ // InternalAadl2Parser.g:39169:2: rule__ProcessImplementation__Group_14__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_13__1__Impl();
+ rule__ProcessImplementation__Group_14__1__Impl();
state._fsp--;
@@ -148421,35 +147587,35 @@ public final void rule__ProcessImplementation__Group_13__1() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_13__1"
+ // $ANTLR end "rule__ProcessImplementation__Group_14__1"
- // $ANTLR start "rule__ProcessImplementation__Group_13__1__Impl"
- // InternalAadl2Parser.g:39396:1: rule__ProcessImplementation__Group_13__1__Impl : ( ( rule__ProcessImplementation__Alternatives_13_1 ) ) ;
- public final void rule__ProcessImplementation__Group_13__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_14__1__Impl"
+ // InternalAadl2Parser.g:39175:1: rule__ProcessImplementation__Group_14__1__Impl : ( ( rule__ProcessImplementation__Alternatives_14_1 ) ) ;
+ public final void rule__ProcessImplementation__Group_14__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39400:1: ( ( ( rule__ProcessImplementation__Alternatives_13_1 ) ) )
- // InternalAadl2Parser.g:39401:1: ( ( rule__ProcessImplementation__Alternatives_13_1 ) )
+ // InternalAadl2Parser.g:39179:1: ( ( ( rule__ProcessImplementation__Alternatives_14_1 ) ) )
+ // InternalAadl2Parser.g:39180:1: ( ( rule__ProcessImplementation__Alternatives_14_1 ) )
{
- // InternalAadl2Parser.g:39401:1: ( ( rule__ProcessImplementation__Alternatives_13_1 ) )
- // InternalAadl2Parser.g:39402:2: ( rule__ProcessImplementation__Alternatives_13_1 )
+ // InternalAadl2Parser.g:39180:1: ( ( rule__ProcessImplementation__Alternatives_14_1 ) )
+ // InternalAadl2Parser.g:39181:2: ( rule__ProcessImplementation__Alternatives_14_1 )
{
- before(grammarAccess.getProcessImplementationAccess().getAlternatives_13_1());
- // InternalAadl2Parser.g:39403:2: ( rule__ProcessImplementation__Alternatives_13_1 )
- // InternalAadl2Parser.g:39403:3: rule__ProcessImplementation__Alternatives_13_1
+ before(grammarAccess.getProcessImplementationAccess().getAlternatives_14_1());
+ // InternalAadl2Parser.g:39182:2: ( rule__ProcessImplementation__Alternatives_14_1 )
+ // InternalAadl2Parser.g:39182:3: rule__ProcessImplementation__Alternatives_14_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Alternatives_13_1();
+ rule__ProcessImplementation__Alternatives_14_1();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getAlternatives_13_1());
+ after(grammarAccess.getProcessImplementationAccess().getAlternatives_14_1());
}
@@ -148468,26 +147634,26 @@ public final void rule__ProcessImplementation__Group_13__1__Impl() throws Recogn
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_13__1__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group_14__1__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group_13_1_1__0"
- // InternalAadl2Parser.g:39412:1: rule__ProcessImplementation__Group_13_1_1__0 : rule__ProcessImplementation__Group_13_1_1__0__Impl rule__ProcessImplementation__Group_13_1_1__1 ;
- public final void rule__ProcessImplementation__Group_13_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_14_1_1__0"
+ // InternalAadl2Parser.g:39191:1: rule__ProcessImplementation__Group_14_1_1__0 : rule__ProcessImplementation__Group_14_1_1__0__Impl rule__ProcessImplementation__Group_14_1_1__1 ;
+ public final void rule__ProcessImplementation__Group_14_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39416:1: ( rule__ProcessImplementation__Group_13_1_1__0__Impl rule__ProcessImplementation__Group_13_1_1__1 )
- // InternalAadl2Parser.g:39417:2: rule__ProcessImplementation__Group_13_1_1__0__Impl rule__ProcessImplementation__Group_13_1_1__1
+ // InternalAadl2Parser.g:39195:1: ( rule__ProcessImplementation__Group_14_1_1__0__Impl rule__ProcessImplementation__Group_14_1_1__1 )
+ // InternalAadl2Parser.g:39196:2: rule__ProcessImplementation__Group_14_1_1__0__Impl rule__ProcessImplementation__Group_14_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__ProcessImplementation__Group_13_1_1__0__Impl();
+ rule__ProcessImplementation__Group_14_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_13_1_1__1();
+ rule__ProcessImplementation__Group_14_1_1__1();
state._fsp--;
@@ -148506,35 +147672,35 @@ public final void rule__ProcessImplementation__Group_13_1_1__0() throws Recognit
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_13_1_1__0"
+ // $ANTLR end "rule__ProcessImplementation__Group_14_1_1__0"
- // $ANTLR start "rule__ProcessImplementation__Group_13_1_1__0__Impl"
- // InternalAadl2Parser.g:39424:1: rule__ProcessImplementation__Group_13_1_1__0__Impl : ( ( rule__ProcessImplementation__NoPropertiesAssignment_13_1_1_0 ) ) ;
- public final void rule__ProcessImplementation__Group_13_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_14_1_1__0__Impl"
+ // InternalAadl2Parser.g:39203:1: rule__ProcessImplementation__Group_14_1_1__0__Impl : ( ( rule__ProcessImplementation__NoPropertiesAssignment_14_1_1_0 ) ) ;
+ public final void rule__ProcessImplementation__Group_14_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39428:1: ( ( ( rule__ProcessImplementation__NoPropertiesAssignment_13_1_1_0 ) ) )
- // InternalAadl2Parser.g:39429:1: ( ( rule__ProcessImplementation__NoPropertiesAssignment_13_1_1_0 ) )
+ // InternalAadl2Parser.g:39207:1: ( ( ( rule__ProcessImplementation__NoPropertiesAssignment_14_1_1_0 ) ) )
+ // InternalAadl2Parser.g:39208:1: ( ( rule__ProcessImplementation__NoPropertiesAssignment_14_1_1_0 ) )
{
- // InternalAadl2Parser.g:39429:1: ( ( rule__ProcessImplementation__NoPropertiesAssignment_13_1_1_0 ) )
- // InternalAadl2Parser.g:39430:2: ( rule__ProcessImplementation__NoPropertiesAssignment_13_1_1_0 )
+ // InternalAadl2Parser.g:39208:1: ( ( rule__ProcessImplementation__NoPropertiesAssignment_14_1_1_0 ) )
+ // InternalAadl2Parser.g:39209:2: ( rule__ProcessImplementation__NoPropertiesAssignment_14_1_1_0 )
{
- before(grammarAccess.getProcessImplementationAccess().getNoPropertiesAssignment_13_1_1_0());
- // InternalAadl2Parser.g:39431:2: ( rule__ProcessImplementation__NoPropertiesAssignment_13_1_1_0 )
- // InternalAadl2Parser.g:39431:3: rule__ProcessImplementation__NoPropertiesAssignment_13_1_1_0
+ before(grammarAccess.getProcessImplementationAccess().getNoPropertiesAssignment_14_1_1_0());
+ // InternalAadl2Parser.g:39210:2: ( rule__ProcessImplementation__NoPropertiesAssignment_14_1_1_0 )
+ // InternalAadl2Parser.g:39210:3: rule__ProcessImplementation__NoPropertiesAssignment_14_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__NoPropertiesAssignment_13_1_1_0();
+ rule__ProcessImplementation__NoPropertiesAssignment_14_1_1_0();
state._fsp--;
}
- after(grammarAccess.getProcessImplementationAccess().getNoPropertiesAssignment_13_1_1_0());
+ after(grammarAccess.getProcessImplementationAccess().getNoPropertiesAssignment_14_1_1_0());
}
@@ -148553,21 +147719,21 @@ public final void rule__ProcessImplementation__Group_13_1_1__0__Impl() throws Re
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_13_1_1__0__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group_14_1_1__0__Impl"
- // $ANTLR start "rule__ProcessImplementation__Group_13_1_1__1"
- // InternalAadl2Parser.g:39439:1: rule__ProcessImplementation__Group_13_1_1__1 : rule__ProcessImplementation__Group_13_1_1__1__Impl ;
- public final void rule__ProcessImplementation__Group_13_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_14_1_1__1"
+ // InternalAadl2Parser.g:39218:1: rule__ProcessImplementation__Group_14_1_1__1 : rule__ProcessImplementation__Group_14_1_1__1__Impl ;
+ public final void rule__ProcessImplementation__Group_14_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39443:1: ( rule__ProcessImplementation__Group_13_1_1__1__Impl )
- // InternalAadl2Parser.g:39444:2: rule__ProcessImplementation__Group_13_1_1__1__Impl
+ // InternalAadl2Parser.g:39222:1: ( rule__ProcessImplementation__Group_14_1_1__1__Impl )
+ // InternalAadl2Parser.g:39223:2: rule__ProcessImplementation__Group_14_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ProcessImplementation__Group_13_1_1__1__Impl();
+ rule__ProcessImplementation__Group_14_1_1__1__Impl();
state._fsp--;
@@ -148586,25 +147752,25 @@ public final void rule__ProcessImplementation__Group_13_1_1__1() throws Recognit
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_13_1_1__1"
+ // $ANTLR end "rule__ProcessImplementation__Group_14_1_1__1"
- // $ANTLR start "rule__ProcessImplementation__Group_13_1_1__1__Impl"
- // InternalAadl2Parser.g:39450:1: rule__ProcessImplementation__Group_13_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__ProcessImplementation__Group_13_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ProcessImplementation__Group_14_1_1__1__Impl"
+ // InternalAadl2Parser.g:39229:1: rule__ProcessImplementation__Group_14_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__ProcessImplementation__Group_14_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39454:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:39455:1: ( Semicolon )
+ // InternalAadl2Parser.g:39233:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:39234:1: ( Semicolon )
{
- // InternalAadl2Parser.g:39455:1: ( Semicolon )
- // InternalAadl2Parser.g:39456:2: Semicolon
+ // InternalAadl2Parser.g:39234:1: ( Semicolon )
+ // InternalAadl2Parser.g:39235:2: Semicolon
{
- before(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_13_1_1_1());
+ before(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_14_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_13_1_1_1());
+ after(grammarAccess.getProcessImplementationAccess().getSemicolonKeyword_14_1_1_1());
}
@@ -148623,20 +147789,20 @@ public final void rule__ProcessImplementation__Group_13_1_1__1__Impl() throws Re
}
return ;
}
- // $ANTLR end "rule__ProcessImplementation__Group_13_1_1__1__Impl"
+ // $ANTLR end "rule__ProcessImplementation__Group_14_1_1__1__Impl"
// $ANTLR start "rule__ThreadGroupImplementation__Group__0"
- // InternalAadl2Parser.g:39466:1: rule__ThreadGroupImplementation__Group__0 : rule__ThreadGroupImplementation__Group__0__Impl rule__ThreadGroupImplementation__Group__1 ;
+ // InternalAadl2Parser.g:39245:1: rule__ThreadGroupImplementation__Group__0 : rule__ThreadGroupImplementation__Group__0__Impl rule__ThreadGroupImplementation__Group__1 ;
public final void rule__ThreadGroupImplementation__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39470:1: ( rule__ThreadGroupImplementation__Group__0__Impl rule__ThreadGroupImplementation__Group__1 )
- // InternalAadl2Parser.g:39471:2: rule__ThreadGroupImplementation__Group__0__Impl rule__ThreadGroupImplementation__Group__1
+ // InternalAadl2Parser.g:39249:1: ( rule__ThreadGroupImplementation__Group__0__Impl rule__ThreadGroupImplementation__Group__1 )
+ // InternalAadl2Parser.g:39250:2: rule__ThreadGroupImplementation__Group__0__Impl rule__ThreadGroupImplementation__Group__1
{
- pushFollow(FollowSets000.FOLLOW_4);
+ pushFollow(FollowSets000.FOLLOW_22);
rule__ThreadGroupImplementation__Group__0__Impl();
state._fsp--;
@@ -148665,25 +147831,21 @@ public final void rule__ThreadGroupImplementation__Group__0() throws Recognition
// $ANTLR start "rule__ThreadGroupImplementation__Group__0__Impl"
- // InternalAadl2Parser.g:39478:1: rule__ThreadGroupImplementation__Group__0__Impl : ( ruleThreadGroupImplementationKeywords ) ;
+ // InternalAadl2Parser.g:39257:1: rule__ThreadGroupImplementation__Group__0__Impl : ( Thread ) ;
public final void rule__ThreadGroupImplementation__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39482:1: ( ( ruleThreadGroupImplementationKeywords ) )
- // InternalAadl2Parser.g:39483:1: ( ruleThreadGroupImplementationKeywords )
+ // InternalAadl2Parser.g:39261:1: ( ( Thread ) )
+ // InternalAadl2Parser.g:39262:1: ( Thread )
{
- // InternalAadl2Parser.g:39483:1: ( ruleThreadGroupImplementationKeywords )
- // InternalAadl2Parser.g:39484:2: ruleThreadGroupImplementationKeywords
+ // InternalAadl2Parser.g:39262:1: ( Thread )
+ // InternalAadl2Parser.g:39263:2: Thread
{
- before(grammarAccess.getThreadGroupImplementationAccess().getThreadGroupImplementationKeywordsParserRuleCall_0());
- pushFollow(FollowSets000.FOLLOW_2);
- ruleThreadGroupImplementationKeywords();
-
- state._fsp--;
-
- after(grammarAccess.getThreadGroupImplementationAccess().getThreadGroupImplementationKeywordsParserRuleCall_0());
+ before(grammarAccess.getThreadGroupImplementationAccess().getThreadKeyword_0());
+ match(input,Thread,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getThreadGroupImplementationAccess().getThreadKeyword_0());
}
@@ -148706,16 +147868,16 @@ public final void rule__ThreadGroupImplementation__Group__0__Impl() throws Recog
// $ANTLR start "rule__ThreadGroupImplementation__Group__1"
- // InternalAadl2Parser.g:39493:1: rule__ThreadGroupImplementation__Group__1 : rule__ThreadGroupImplementation__Group__1__Impl rule__ThreadGroupImplementation__Group__2 ;
+ // InternalAadl2Parser.g:39272:1: rule__ThreadGroupImplementation__Group__1 : rule__ThreadGroupImplementation__Group__1__Impl rule__ThreadGroupImplementation__Group__2 ;
public final void rule__ThreadGroupImplementation__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39497:1: ( rule__ThreadGroupImplementation__Group__1__Impl rule__ThreadGroupImplementation__Group__2 )
- // InternalAadl2Parser.g:39498:2: rule__ThreadGroupImplementation__Group__1__Impl rule__ThreadGroupImplementation__Group__2
+ // InternalAadl2Parser.g:39276:1: ( rule__ThreadGroupImplementation__Group__1__Impl rule__ThreadGroupImplementation__Group__2 )
+ // InternalAadl2Parser.g:39277:2: rule__ThreadGroupImplementation__Group__1__Impl rule__ThreadGroupImplementation__Group__2
{
- pushFollow(FollowSets000.FOLLOW_33);
+ pushFollow(FollowSets000.FOLLOW_34);
rule__ThreadGroupImplementation__Group__1__Impl();
state._fsp--;
@@ -148744,31 +147906,21 @@ public final void rule__ThreadGroupImplementation__Group__1() throws Recognition
// $ANTLR start "rule__ThreadGroupImplementation__Group__1__Impl"
- // InternalAadl2Parser.g:39505:1: rule__ThreadGroupImplementation__Group__1__Impl : ( ( rule__ThreadGroupImplementation__OwnedRealizationAssignment_1 ) ) ;
+ // InternalAadl2Parser.g:39284:1: rule__ThreadGroupImplementation__Group__1__Impl : ( Group ) ;
public final void rule__ThreadGroupImplementation__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39509:1: ( ( ( rule__ThreadGroupImplementation__OwnedRealizationAssignment_1 ) ) )
- // InternalAadl2Parser.g:39510:1: ( ( rule__ThreadGroupImplementation__OwnedRealizationAssignment_1 ) )
+ // InternalAadl2Parser.g:39288:1: ( ( Group ) )
+ // InternalAadl2Parser.g:39289:1: ( Group )
{
- // InternalAadl2Parser.g:39510:1: ( ( rule__ThreadGroupImplementation__OwnedRealizationAssignment_1 ) )
- // InternalAadl2Parser.g:39511:2: ( rule__ThreadGroupImplementation__OwnedRealizationAssignment_1 )
+ // InternalAadl2Parser.g:39289:1: ( Group )
+ // InternalAadl2Parser.g:39290:2: Group
{
- before(grammarAccess.getThreadGroupImplementationAccess().getOwnedRealizationAssignment_1());
- // InternalAadl2Parser.g:39512:2: ( rule__ThreadGroupImplementation__OwnedRealizationAssignment_1 )
- // InternalAadl2Parser.g:39512:3: rule__ThreadGroupImplementation__OwnedRealizationAssignment_1
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__OwnedRealizationAssignment_1();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getThreadGroupImplementationAccess().getOwnedRealizationAssignment_1());
+ before(grammarAccess.getThreadGroupImplementationAccess().getGroupKeyword_1());
+ match(input,Group,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getThreadGroupImplementationAccess().getGroupKeyword_1());
}
@@ -148791,14 +147943,14 @@ public final void rule__ThreadGroupImplementation__Group__1__Impl() throws Recog
// $ANTLR start "rule__ThreadGroupImplementation__Group__2"
- // InternalAadl2Parser.g:39520:1: rule__ThreadGroupImplementation__Group__2 : rule__ThreadGroupImplementation__Group__2__Impl rule__ThreadGroupImplementation__Group__3 ;
+ // InternalAadl2Parser.g:39299:1: rule__ThreadGroupImplementation__Group__2 : rule__ThreadGroupImplementation__Group__2__Impl rule__ThreadGroupImplementation__Group__3 ;
public final void rule__ThreadGroupImplementation__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39524:1: ( rule__ThreadGroupImplementation__Group__2__Impl rule__ThreadGroupImplementation__Group__3 )
- // InternalAadl2Parser.g:39525:2: rule__ThreadGroupImplementation__Group__2__Impl rule__ThreadGroupImplementation__Group__3
+ // InternalAadl2Parser.g:39303:1: ( rule__ThreadGroupImplementation__Group__2__Impl rule__ThreadGroupImplementation__Group__3 )
+ // InternalAadl2Parser.g:39304:2: rule__ThreadGroupImplementation__Group__2__Impl rule__ThreadGroupImplementation__Group__3
{
pushFollow(FollowSets000.FOLLOW_4);
rule__ThreadGroupImplementation__Group__2__Impl();
@@ -148829,21 +147981,21 @@ public final void rule__ThreadGroupImplementation__Group__2() throws Recognition
// $ANTLR start "rule__ThreadGroupImplementation__Group__2__Impl"
- // InternalAadl2Parser.g:39532:1: rule__ThreadGroupImplementation__Group__2__Impl : ( FullStop ) ;
+ // InternalAadl2Parser.g:39311:1: rule__ThreadGroupImplementation__Group__2__Impl : ( Implementation ) ;
public final void rule__ThreadGroupImplementation__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39536:1: ( ( FullStop ) )
- // InternalAadl2Parser.g:39537:1: ( FullStop )
+ // InternalAadl2Parser.g:39315:1: ( ( Implementation ) )
+ // InternalAadl2Parser.g:39316:1: ( Implementation )
{
- // InternalAadl2Parser.g:39537:1: ( FullStop )
- // InternalAadl2Parser.g:39538:2: FullStop
+ // InternalAadl2Parser.g:39316:1: ( Implementation )
+ // InternalAadl2Parser.g:39317:2: Implementation
{
- before(grammarAccess.getThreadGroupImplementationAccess().getFullStopKeyword_2());
- match(input,FullStop,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupImplementationAccess().getFullStopKeyword_2());
+ before(grammarAccess.getThreadGroupImplementationAccess().getImplementationKeyword_2());
+ match(input,Implementation,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getThreadGroupImplementationAccess().getImplementationKeyword_2());
}
@@ -148866,14 +148018,14 @@ public final void rule__ThreadGroupImplementation__Group__2__Impl() throws Recog
// $ANTLR start "rule__ThreadGroupImplementation__Group__3"
- // InternalAadl2Parser.g:39547:1: rule__ThreadGroupImplementation__Group__3 : rule__ThreadGroupImplementation__Group__3__Impl rule__ThreadGroupImplementation__Group__4 ;
+ // InternalAadl2Parser.g:39326:1: rule__ThreadGroupImplementation__Group__3 : rule__ThreadGroupImplementation__Group__3__Impl rule__ThreadGroupImplementation__Group__4 ;
public final void rule__ThreadGroupImplementation__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39551:1: ( rule__ThreadGroupImplementation__Group__3__Impl rule__ThreadGroupImplementation__Group__4 )
- // InternalAadl2Parser.g:39552:2: rule__ThreadGroupImplementation__Group__3__Impl rule__ThreadGroupImplementation__Group__4
+ // InternalAadl2Parser.g:39330:1: ( rule__ThreadGroupImplementation__Group__3__Impl rule__ThreadGroupImplementation__Group__4 )
+ // InternalAadl2Parser.g:39331:2: rule__ThreadGroupImplementation__Group__3__Impl rule__ThreadGroupImplementation__Group__4
{
pushFollow(FollowSets000.FOLLOW_35);
rule__ThreadGroupImplementation__Group__3__Impl();
@@ -148904,31 +148056,31 @@ public final void rule__ThreadGroupImplementation__Group__3() throws Recognition
// $ANTLR start "rule__ThreadGroupImplementation__Group__3__Impl"
- // InternalAadl2Parser.g:39559:1: rule__ThreadGroupImplementation__Group__3__Impl : ( ( rule__ThreadGroupImplementation__NameAssignment_3 ) ) ;
+ // InternalAadl2Parser.g:39338:1: rule__ThreadGroupImplementation__Group__3__Impl : ( ( rule__ThreadGroupImplementation__OwnedRealizationAssignment_3 ) ) ;
public final void rule__ThreadGroupImplementation__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39563:1: ( ( ( rule__ThreadGroupImplementation__NameAssignment_3 ) ) )
- // InternalAadl2Parser.g:39564:1: ( ( rule__ThreadGroupImplementation__NameAssignment_3 ) )
+ // InternalAadl2Parser.g:39342:1: ( ( ( rule__ThreadGroupImplementation__OwnedRealizationAssignment_3 ) ) )
+ // InternalAadl2Parser.g:39343:1: ( ( rule__ThreadGroupImplementation__OwnedRealizationAssignment_3 ) )
{
- // InternalAadl2Parser.g:39564:1: ( ( rule__ThreadGroupImplementation__NameAssignment_3 ) )
- // InternalAadl2Parser.g:39565:2: ( rule__ThreadGroupImplementation__NameAssignment_3 )
+ // InternalAadl2Parser.g:39343:1: ( ( rule__ThreadGroupImplementation__OwnedRealizationAssignment_3 ) )
+ // InternalAadl2Parser.g:39344:2: ( rule__ThreadGroupImplementation__OwnedRealizationAssignment_3 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getNameAssignment_3());
- // InternalAadl2Parser.g:39566:2: ( rule__ThreadGroupImplementation__NameAssignment_3 )
- // InternalAadl2Parser.g:39566:3: rule__ThreadGroupImplementation__NameAssignment_3
+ before(grammarAccess.getThreadGroupImplementationAccess().getOwnedRealizationAssignment_3());
+ // InternalAadl2Parser.g:39345:2: ( rule__ThreadGroupImplementation__OwnedRealizationAssignment_3 )
+ // InternalAadl2Parser.g:39345:3: rule__ThreadGroupImplementation__OwnedRealizationAssignment_3
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__NameAssignment_3();
+ rule__ThreadGroupImplementation__OwnedRealizationAssignment_3();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getNameAssignment_3());
+ after(grammarAccess.getThreadGroupImplementationAccess().getOwnedRealizationAssignment_3());
}
@@ -148951,16 +148103,16 @@ public final void rule__ThreadGroupImplementation__Group__3__Impl() throws Recog
// $ANTLR start "rule__ThreadGroupImplementation__Group__4"
- // InternalAadl2Parser.g:39574:1: rule__ThreadGroupImplementation__Group__4 : rule__ThreadGroupImplementation__Group__4__Impl rule__ThreadGroupImplementation__Group__5 ;
+ // InternalAadl2Parser.g:39353:1: rule__ThreadGroupImplementation__Group__4 : rule__ThreadGroupImplementation__Group__4__Impl rule__ThreadGroupImplementation__Group__5 ;
public final void rule__ThreadGroupImplementation__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39578:1: ( rule__ThreadGroupImplementation__Group__4__Impl rule__ThreadGroupImplementation__Group__5 )
- // InternalAadl2Parser.g:39579:2: rule__ThreadGroupImplementation__Group__4__Impl rule__ThreadGroupImplementation__Group__5
+ // InternalAadl2Parser.g:39357:1: ( rule__ThreadGroupImplementation__Group__4__Impl rule__ThreadGroupImplementation__Group__5 )
+ // InternalAadl2Parser.g:39358:2: rule__ThreadGroupImplementation__Group__4__Impl rule__ThreadGroupImplementation__Group__5
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_4);
rule__ThreadGroupImplementation__Group__4__Impl();
state._fsp--;
@@ -148989,42 +148141,21 @@ public final void rule__ThreadGroupImplementation__Group__4() throws Recognition
// $ANTLR start "rule__ThreadGroupImplementation__Group__4__Impl"
- // InternalAadl2Parser.g:39586:1: rule__ThreadGroupImplementation__Group__4__Impl : ( ( rule__ThreadGroupImplementation__OwnedExtensionAssignment_4 )? ) ;
+ // InternalAadl2Parser.g:39365:1: rule__ThreadGroupImplementation__Group__4__Impl : ( FullStop ) ;
public final void rule__ThreadGroupImplementation__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39590:1: ( ( ( rule__ThreadGroupImplementation__OwnedExtensionAssignment_4 )? ) )
- // InternalAadl2Parser.g:39591:1: ( ( rule__ThreadGroupImplementation__OwnedExtensionAssignment_4 )? )
+ // InternalAadl2Parser.g:39369:1: ( ( FullStop ) )
+ // InternalAadl2Parser.g:39370:1: ( FullStop )
{
- // InternalAadl2Parser.g:39591:1: ( ( rule__ThreadGroupImplementation__OwnedExtensionAssignment_4 )? )
- // InternalAadl2Parser.g:39592:2: ( rule__ThreadGroupImplementation__OwnedExtensionAssignment_4 )?
+ // InternalAadl2Parser.g:39370:1: ( FullStop )
+ // InternalAadl2Parser.g:39371:2: FullStop
{
- before(grammarAccess.getThreadGroupImplementationAccess().getOwnedExtensionAssignment_4());
- // InternalAadl2Parser.g:39593:2: ( rule__ThreadGroupImplementation__OwnedExtensionAssignment_4 )?
- int alt727=2;
- int LA727_0 = input.LA(1);
-
- if ( (LA727_0==Extends) ) {
- alt727=1;
- }
- switch (alt727) {
- case 1 :
- // InternalAadl2Parser.g:39593:3: rule__ThreadGroupImplementation__OwnedExtensionAssignment_4
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__OwnedExtensionAssignment_4();
-
- state._fsp--;
-
-
- }
- break;
-
- }
-
- after(grammarAccess.getThreadGroupImplementationAccess().getOwnedExtensionAssignment_4());
+ before(grammarAccess.getThreadGroupImplementationAccess().getFullStopKeyword_4());
+ match(input,FullStop,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getThreadGroupImplementationAccess().getFullStopKeyword_4());
}
@@ -149047,16 +148178,16 @@ public final void rule__ThreadGroupImplementation__Group__4__Impl() throws Recog
// $ANTLR start "rule__ThreadGroupImplementation__Group__5"
- // InternalAadl2Parser.g:39601:1: rule__ThreadGroupImplementation__Group__5 : rule__ThreadGroupImplementation__Group__5__Impl rule__ThreadGroupImplementation__Group__6 ;
+ // InternalAadl2Parser.g:39380:1: rule__ThreadGroupImplementation__Group__5 : rule__ThreadGroupImplementation__Group__5__Impl rule__ThreadGroupImplementation__Group__6 ;
public final void rule__ThreadGroupImplementation__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39605:1: ( rule__ThreadGroupImplementation__Group__5__Impl rule__ThreadGroupImplementation__Group__6 )
- // InternalAadl2Parser.g:39606:2: rule__ThreadGroupImplementation__Group__5__Impl rule__ThreadGroupImplementation__Group__6
+ // InternalAadl2Parser.g:39384:1: ( rule__ThreadGroupImplementation__Group__5__Impl rule__ThreadGroupImplementation__Group__6 )
+ // InternalAadl2Parser.g:39385:2: rule__ThreadGroupImplementation__Group__5__Impl rule__ThreadGroupImplementation__Group__6
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__ThreadGroupImplementation__Group__5__Impl();
state._fsp--;
@@ -149085,42 +148216,31 @@ public final void rule__ThreadGroupImplementation__Group__5() throws Recognition
// $ANTLR start "rule__ThreadGroupImplementation__Group__5__Impl"
- // InternalAadl2Parser.g:39613:1: rule__ThreadGroupImplementation__Group__5__Impl : ( ( rule__ThreadGroupImplementation__Group_5__0 )? ) ;
+ // InternalAadl2Parser.g:39392:1: rule__ThreadGroupImplementation__Group__5__Impl : ( ( rule__ThreadGroupImplementation__NameAssignment_5 ) ) ;
public final void rule__ThreadGroupImplementation__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39617:1: ( ( ( rule__ThreadGroupImplementation__Group_5__0 )? ) )
- // InternalAadl2Parser.g:39618:1: ( ( rule__ThreadGroupImplementation__Group_5__0 )? )
+ // InternalAadl2Parser.g:39396:1: ( ( ( rule__ThreadGroupImplementation__NameAssignment_5 ) ) )
+ // InternalAadl2Parser.g:39397:1: ( ( rule__ThreadGroupImplementation__NameAssignment_5 ) )
{
- // InternalAadl2Parser.g:39618:1: ( ( rule__ThreadGroupImplementation__Group_5__0 )? )
- // InternalAadl2Parser.g:39619:2: ( rule__ThreadGroupImplementation__Group_5__0 )?
+ // InternalAadl2Parser.g:39397:1: ( ( rule__ThreadGroupImplementation__NameAssignment_5 ) )
+ // InternalAadl2Parser.g:39398:2: ( rule__ThreadGroupImplementation__NameAssignment_5 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getGroup_5());
- // InternalAadl2Parser.g:39620:2: ( rule__ThreadGroupImplementation__Group_5__0 )?
- int alt728=2;
- int LA728_0 = input.LA(1);
-
- if ( (LA728_0==LeftParenthesis) ) {
- alt728=1;
- }
- switch (alt728) {
- case 1 :
- // InternalAadl2Parser.g:39620:3: rule__ThreadGroupImplementation__Group_5__0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_5__0();
-
- state._fsp--;
+ before(grammarAccess.getThreadGroupImplementationAccess().getNameAssignment_5());
+ // InternalAadl2Parser.g:39399:2: ( rule__ThreadGroupImplementation__NameAssignment_5 )
+ // InternalAadl2Parser.g:39399:3: rule__ThreadGroupImplementation__NameAssignment_5
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ThreadGroupImplementation__NameAssignment_5();
+ state._fsp--;
- }
- break;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getGroup_5());
+ after(grammarAccess.getThreadGroupImplementationAccess().getNameAssignment_5());
}
@@ -149143,16 +148263,16 @@ public final void rule__ThreadGroupImplementation__Group__5__Impl() throws Recog
// $ANTLR start "rule__ThreadGroupImplementation__Group__6"
- // InternalAadl2Parser.g:39628:1: rule__ThreadGroupImplementation__Group__6 : rule__ThreadGroupImplementation__Group__6__Impl rule__ThreadGroupImplementation__Group__7 ;
+ // InternalAadl2Parser.g:39407:1: rule__ThreadGroupImplementation__Group__6 : rule__ThreadGroupImplementation__Group__6__Impl rule__ThreadGroupImplementation__Group__7 ;
public final void rule__ThreadGroupImplementation__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39632:1: ( rule__ThreadGroupImplementation__Group__6__Impl rule__ThreadGroupImplementation__Group__7 )
- // InternalAadl2Parser.g:39633:2: rule__ThreadGroupImplementation__Group__6__Impl rule__ThreadGroupImplementation__Group__7
+ // InternalAadl2Parser.g:39411:1: ( rule__ThreadGroupImplementation__Group__6__Impl rule__ThreadGroupImplementation__Group__7 )
+ // InternalAadl2Parser.g:39412:2: rule__ThreadGroupImplementation__Group__6__Impl rule__ThreadGroupImplementation__Group__7
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__ThreadGroupImplementation__Group__6__Impl();
state._fsp--;
@@ -149181,32 +148301,32 @@ public final void rule__ThreadGroupImplementation__Group__6() throws Recognition
// $ANTLR start "rule__ThreadGroupImplementation__Group__6__Impl"
- // InternalAadl2Parser.g:39640:1: rule__ThreadGroupImplementation__Group__6__Impl : ( ( rule__ThreadGroupImplementation__Group_6__0 )? ) ;
+ // InternalAadl2Parser.g:39419:1: rule__ThreadGroupImplementation__Group__6__Impl : ( ( rule__ThreadGroupImplementation__OwnedExtensionAssignment_6 )? ) ;
public final void rule__ThreadGroupImplementation__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39644:1: ( ( ( rule__ThreadGroupImplementation__Group_6__0 )? ) )
- // InternalAadl2Parser.g:39645:1: ( ( rule__ThreadGroupImplementation__Group_6__0 )? )
+ // InternalAadl2Parser.g:39423:1: ( ( ( rule__ThreadGroupImplementation__OwnedExtensionAssignment_6 )? ) )
+ // InternalAadl2Parser.g:39424:1: ( ( rule__ThreadGroupImplementation__OwnedExtensionAssignment_6 )? )
{
- // InternalAadl2Parser.g:39645:1: ( ( rule__ThreadGroupImplementation__Group_6__0 )? )
- // InternalAadl2Parser.g:39646:2: ( rule__ThreadGroupImplementation__Group_6__0 )?
+ // InternalAadl2Parser.g:39424:1: ( ( rule__ThreadGroupImplementation__OwnedExtensionAssignment_6 )? )
+ // InternalAadl2Parser.g:39425:2: ( rule__ThreadGroupImplementation__OwnedExtensionAssignment_6 )?
{
- before(grammarAccess.getThreadGroupImplementationAccess().getGroup_6());
- // InternalAadl2Parser.g:39647:2: ( rule__ThreadGroupImplementation__Group_6__0 )?
- int alt729=2;
- int LA729_0 = input.LA(1);
+ before(grammarAccess.getThreadGroupImplementationAccess().getOwnedExtensionAssignment_6());
+ // InternalAadl2Parser.g:39426:2: ( rule__ThreadGroupImplementation__OwnedExtensionAssignment_6 )?
+ int alt727=2;
+ int LA727_0 = input.LA(1);
- if ( (LA729_0==Prototypes) ) {
- alt729=1;
+ if ( (LA727_0==Extends) ) {
+ alt727=1;
}
- switch (alt729) {
+ switch (alt727) {
case 1 :
- // InternalAadl2Parser.g:39647:3: rule__ThreadGroupImplementation__Group_6__0
+ // InternalAadl2Parser.g:39426:3: rule__ThreadGroupImplementation__OwnedExtensionAssignment_6
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_6__0();
+ rule__ThreadGroupImplementation__OwnedExtensionAssignment_6();
state._fsp--;
@@ -149216,7 +148336,7 @@ public final void rule__ThreadGroupImplementation__Group__6__Impl() throws Recog
}
- after(grammarAccess.getThreadGroupImplementationAccess().getGroup_6());
+ after(grammarAccess.getThreadGroupImplementationAccess().getOwnedExtensionAssignment_6());
}
@@ -149239,16 +148359,16 @@ public final void rule__ThreadGroupImplementation__Group__6__Impl() throws Recog
// $ANTLR start "rule__ThreadGroupImplementation__Group__7"
- // InternalAadl2Parser.g:39655:1: rule__ThreadGroupImplementation__Group__7 : rule__ThreadGroupImplementation__Group__7__Impl rule__ThreadGroupImplementation__Group__8 ;
+ // InternalAadl2Parser.g:39434:1: rule__ThreadGroupImplementation__Group__7 : rule__ThreadGroupImplementation__Group__7__Impl rule__ThreadGroupImplementation__Group__8 ;
public final void rule__ThreadGroupImplementation__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39659:1: ( rule__ThreadGroupImplementation__Group__7__Impl rule__ThreadGroupImplementation__Group__8 )
- // InternalAadl2Parser.g:39660:2: rule__ThreadGroupImplementation__Group__7__Impl rule__ThreadGroupImplementation__Group__8
+ // InternalAadl2Parser.g:39438:1: ( rule__ThreadGroupImplementation__Group__7__Impl rule__ThreadGroupImplementation__Group__8 )
+ // InternalAadl2Parser.g:39439:2: rule__ThreadGroupImplementation__Group__7__Impl rule__ThreadGroupImplementation__Group__8
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__ThreadGroupImplementation__Group__7__Impl();
state._fsp--;
@@ -149277,29 +148397,29 @@ public final void rule__ThreadGroupImplementation__Group__7() throws Recognition
// $ANTLR start "rule__ThreadGroupImplementation__Group__7__Impl"
- // InternalAadl2Parser.g:39667:1: rule__ThreadGroupImplementation__Group__7__Impl : ( ( rule__ThreadGroupImplementation__Group_7__0 )? ) ;
+ // InternalAadl2Parser.g:39446:1: rule__ThreadGroupImplementation__Group__7__Impl : ( ( rule__ThreadGroupImplementation__Group_7__0 )? ) ;
public final void rule__ThreadGroupImplementation__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39671:1: ( ( ( rule__ThreadGroupImplementation__Group_7__0 )? ) )
- // InternalAadl2Parser.g:39672:1: ( ( rule__ThreadGroupImplementation__Group_7__0 )? )
+ // InternalAadl2Parser.g:39450:1: ( ( ( rule__ThreadGroupImplementation__Group_7__0 )? ) )
+ // InternalAadl2Parser.g:39451:1: ( ( rule__ThreadGroupImplementation__Group_7__0 )? )
{
- // InternalAadl2Parser.g:39672:1: ( ( rule__ThreadGroupImplementation__Group_7__0 )? )
- // InternalAadl2Parser.g:39673:2: ( rule__ThreadGroupImplementation__Group_7__0 )?
+ // InternalAadl2Parser.g:39451:1: ( ( rule__ThreadGroupImplementation__Group_7__0 )? )
+ // InternalAadl2Parser.g:39452:2: ( rule__ThreadGroupImplementation__Group_7__0 )?
{
before(grammarAccess.getThreadGroupImplementationAccess().getGroup_7());
- // InternalAadl2Parser.g:39674:2: ( rule__ThreadGroupImplementation__Group_7__0 )?
- int alt730=2;
- int LA730_0 = input.LA(1);
+ // InternalAadl2Parser.g:39453:2: ( rule__ThreadGroupImplementation__Group_7__0 )?
+ int alt728=2;
+ int LA728_0 = input.LA(1);
- if ( (LA730_0==Subcomponents) ) {
- alt730=1;
+ if ( (LA728_0==LeftParenthesis) ) {
+ alt728=1;
}
- switch (alt730) {
+ switch (alt728) {
case 1 :
- // InternalAadl2Parser.g:39674:3: rule__ThreadGroupImplementation__Group_7__0
+ // InternalAadl2Parser.g:39453:3: rule__ThreadGroupImplementation__Group_7__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadGroupImplementation__Group_7__0();
@@ -149335,16 +148455,16 @@ public final void rule__ThreadGroupImplementation__Group__7__Impl() throws Recog
// $ANTLR start "rule__ThreadGroupImplementation__Group__8"
- // InternalAadl2Parser.g:39682:1: rule__ThreadGroupImplementation__Group__8 : rule__ThreadGroupImplementation__Group__8__Impl rule__ThreadGroupImplementation__Group__9 ;
+ // InternalAadl2Parser.g:39461:1: rule__ThreadGroupImplementation__Group__8 : rule__ThreadGroupImplementation__Group__8__Impl rule__ThreadGroupImplementation__Group__9 ;
public final void rule__ThreadGroupImplementation__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39686:1: ( rule__ThreadGroupImplementation__Group__8__Impl rule__ThreadGroupImplementation__Group__9 )
- // InternalAadl2Parser.g:39687:2: rule__ThreadGroupImplementation__Group__8__Impl rule__ThreadGroupImplementation__Group__9
+ // InternalAadl2Parser.g:39465:1: ( rule__ThreadGroupImplementation__Group__8__Impl rule__ThreadGroupImplementation__Group__9 )
+ // InternalAadl2Parser.g:39466:2: rule__ThreadGroupImplementation__Group__8__Impl rule__ThreadGroupImplementation__Group__9
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__ThreadGroupImplementation__Group__8__Impl();
state._fsp--;
@@ -149373,29 +148493,29 @@ public final void rule__ThreadGroupImplementation__Group__8() throws Recognition
// $ANTLR start "rule__ThreadGroupImplementation__Group__8__Impl"
- // InternalAadl2Parser.g:39694:1: rule__ThreadGroupImplementation__Group__8__Impl : ( ( rule__ThreadGroupImplementation__Group_8__0 )? ) ;
+ // InternalAadl2Parser.g:39473:1: rule__ThreadGroupImplementation__Group__8__Impl : ( ( rule__ThreadGroupImplementation__Group_8__0 )? ) ;
public final void rule__ThreadGroupImplementation__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39698:1: ( ( ( rule__ThreadGroupImplementation__Group_8__0 )? ) )
- // InternalAadl2Parser.g:39699:1: ( ( rule__ThreadGroupImplementation__Group_8__0 )? )
+ // InternalAadl2Parser.g:39477:1: ( ( ( rule__ThreadGroupImplementation__Group_8__0 )? ) )
+ // InternalAadl2Parser.g:39478:1: ( ( rule__ThreadGroupImplementation__Group_8__0 )? )
{
- // InternalAadl2Parser.g:39699:1: ( ( rule__ThreadGroupImplementation__Group_8__0 )? )
- // InternalAadl2Parser.g:39700:2: ( rule__ThreadGroupImplementation__Group_8__0 )?
+ // InternalAadl2Parser.g:39478:1: ( ( rule__ThreadGroupImplementation__Group_8__0 )? )
+ // InternalAadl2Parser.g:39479:2: ( rule__ThreadGroupImplementation__Group_8__0 )?
{
before(grammarAccess.getThreadGroupImplementationAccess().getGroup_8());
- // InternalAadl2Parser.g:39701:2: ( rule__ThreadGroupImplementation__Group_8__0 )?
- int alt731=2;
- int LA731_0 = input.LA(1);
+ // InternalAadl2Parser.g:39480:2: ( rule__ThreadGroupImplementation__Group_8__0 )?
+ int alt729=2;
+ int LA729_0 = input.LA(1);
- if ( (LA731_0==Internal) ) {
- alt731=1;
+ if ( (LA729_0==Prototypes) ) {
+ alt729=1;
}
- switch (alt731) {
+ switch (alt729) {
case 1 :
- // InternalAadl2Parser.g:39701:3: rule__ThreadGroupImplementation__Group_8__0
+ // InternalAadl2Parser.g:39480:3: rule__ThreadGroupImplementation__Group_8__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadGroupImplementation__Group_8__0();
@@ -149431,16 +148551,16 @@ public final void rule__ThreadGroupImplementation__Group__8__Impl() throws Recog
// $ANTLR start "rule__ThreadGroupImplementation__Group__9"
- // InternalAadl2Parser.g:39709:1: rule__ThreadGroupImplementation__Group__9 : rule__ThreadGroupImplementation__Group__9__Impl rule__ThreadGroupImplementation__Group__10 ;
+ // InternalAadl2Parser.g:39488:1: rule__ThreadGroupImplementation__Group__9 : rule__ThreadGroupImplementation__Group__9__Impl rule__ThreadGroupImplementation__Group__10 ;
public final void rule__ThreadGroupImplementation__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39713:1: ( rule__ThreadGroupImplementation__Group__9__Impl rule__ThreadGroupImplementation__Group__10 )
- // InternalAadl2Parser.g:39714:2: rule__ThreadGroupImplementation__Group__9__Impl rule__ThreadGroupImplementation__Group__10
+ // InternalAadl2Parser.g:39492:1: ( rule__ThreadGroupImplementation__Group__9__Impl rule__ThreadGroupImplementation__Group__10 )
+ // InternalAadl2Parser.g:39493:2: rule__ThreadGroupImplementation__Group__9__Impl rule__ThreadGroupImplementation__Group__10
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__ThreadGroupImplementation__Group__9__Impl();
state._fsp--;
@@ -149469,29 +148589,29 @@ public final void rule__ThreadGroupImplementation__Group__9() throws Recognition
// $ANTLR start "rule__ThreadGroupImplementation__Group__9__Impl"
- // InternalAadl2Parser.g:39721:1: rule__ThreadGroupImplementation__Group__9__Impl : ( ( rule__ThreadGroupImplementation__Group_9__0 )? ) ;
+ // InternalAadl2Parser.g:39500:1: rule__ThreadGroupImplementation__Group__9__Impl : ( ( rule__ThreadGroupImplementation__Group_9__0 )? ) ;
public final void rule__ThreadGroupImplementation__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39725:1: ( ( ( rule__ThreadGroupImplementation__Group_9__0 )? ) )
- // InternalAadl2Parser.g:39726:1: ( ( rule__ThreadGroupImplementation__Group_9__0 )? )
+ // InternalAadl2Parser.g:39504:1: ( ( ( rule__ThreadGroupImplementation__Group_9__0 )? ) )
+ // InternalAadl2Parser.g:39505:1: ( ( rule__ThreadGroupImplementation__Group_9__0 )? )
{
- // InternalAadl2Parser.g:39726:1: ( ( rule__ThreadGroupImplementation__Group_9__0 )? )
- // InternalAadl2Parser.g:39727:2: ( rule__ThreadGroupImplementation__Group_9__0 )?
+ // InternalAadl2Parser.g:39505:1: ( ( rule__ThreadGroupImplementation__Group_9__0 )? )
+ // InternalAadl2Parser.g:39506:2: ( rule__ThreadGroupImplementation__Group_9__0 )?
{
before(grammarAccess.getThreadGroupImplementationAccess().getGroup_9());
- // InternalAadl2Parser.g:39728:2: ( rule__ThreadGroupImplementation__Group_9__0 )?
- int alt732=2;
- int LA732_0 = input.LA(1);
+ // InternalAadl2Parser.g:39507:2: ( rule__ThreadGroupImplementation__Group_9__0 )?
+ int alt730=2;
+ int LA730_0 = input.LA(1);
- if ( (LA732_0==Processor) ) {
- alt732=1;
+ if ( (LA730_0==Subcomponents) ) {
+ alt730=1;
}
- switch (alt732) {
+ switch (alt730) {
case 1 :
- // InternalAadl2Parser.g:39728:3: rule__ThreadGroupImplementation__Group_9__0
+ // InternalAadl2Parser.g:39507:3: rule__ThreadGroupImplementation__Group_9__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadGroupImplementation__Group_9__0();
@@ -149527,16 +148647,16 @@ public final void rule__ThreadGroupImplementation__Group__9__Impl() throws Recog
// $ANTLR start "rule__ThreadGroupImplementation__Group__10"
- // InternalAadl2Parser.g:39736:1: rule__ThreadGroupImplementation__Group__10 : rule__ThreadGroupImplementation__Group__10__Impl rule__ThreadGroupImplementation__Group__11 ;
+ // InternalAadl2Parser.g:39515:1: rule__ThreadGroupImplementation__Group__10 : rule__ThreadGroupImplementation__Group__10__Impl rule__ThreadGroupImplementation__Group__11 ;
public final void rule__ThreadGroupImplementation__Group__10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39740:1: ( rule__ThreadGroupImplementation__Group__10__Impl rule__ThreadGroupImplementation__Group__11 )
- // InternalAadl2Parser.g:39741:2: rule__ThreadGroupImplementation__Group__10__Impl rule__ThreadGroupImplementation__Group__11
+ // InternalAadl2Parser.g:39519:1: ( rule__ThreadGroupImplementation__Group__10__Impl rule__ThreadGroupImplementation__Group__11 )
+ // InternalAadl2Parser.g:39520:2: rule__ThreadGroupImplementation__Group__10__Impl rule__ThreadGroupImplementation__Group__11
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__ThreadGroupImplementation__Group__10__Impl();
state._fsp--;
@@ -149565,29 +148685,29 @@ public final void rule__ThreadGroupImplementation__Group__10() throws Recognitio
// $ANTLR start "rule__ThreadGroupImplementation__Group__10__Impl"
- // InternalAadl2Parser.g:39748:1: rule__ThreadGroupImplementation__Group__10__Impl : ( ( rule__ThreadGroupImplementation__Group_10__0 )? ) ;
+ // InternalAadl2Parser.g:39527:1: rule__ThreadGroupImplementation__Group__10__Impl : ( ( rule__ThreadGroupImplementation__Group_10__0 )? ) ;
public final void rule__ThreadGroupImplementation__Group__10__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39752:1: ( ( ( rule__ThreadGroupImplementation__Group_10__0 )? ) )
- // InternalAadl2Parser.g:39753:1: ( ( rule__ThreadGroupImplementation__Group_10__0 )? )
+ // InternalAadl2Parser.g:39531:1: ( ( ( rule__ThreadGroupImplementation__Group_10__0 )? ) )
+ // InternalAadl2Parser.g:39532:1: ( ( rule__ThreadGroupImplementation__Group_10__0 )? )
{
- // InternalAadl2Parser.g:39753:1: ( ( rule__ThreadGroupImplementation__Group_10__0 )? )
- // InternalAadl2Parser.g:39754:2: ( rule__ThreadGroupImplementation__Group_10__0 )?
+ // InternalAadl2Parser.g:39532:1: ( ( rule__ThreadGroupImplementation__Group_10__0 )? )
+ // InternalAadl2Parser.g:39533:2: ( rule__ThreadGroupImplementation__Group_10__0 )?
{
before(grammarAccess.getThreadGroupImplementationAccess().getGroup_10());
- // InternalAadl2Parser.g:39755:2: ( rule__ThreadGroupImplementation__Group_10__0 )?
- int alt733=2;
- int LA733_0 = input.LA(1);
+ // InternalAadl2Parser.g:39534:2: ( rule__ThreadGroupImplementation__Group_10__0 )?
+ int alt731=2;
+ int LA731_0 = input.LA(1);
- if ( (LA733_0==Connections) ) {
- alt733=1;
+ if ( (LA731_0==Internal) ) {
+ alt731=1;
}
- switch (alt733) {
+ switch (alt731) {
case 1 :
- // InternalAadl2Parser.g:39755:3: rule__ThreadGroupImplementation__Group_10__0
+ // InternalAadl2Parser.g:39534:3: rule__ThreadGroupImplementation__Group_10__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadGroupImplementation__Group_10__0();
@@ -149623,16 +148743,16 @@ public final void rule__ThreadGroupImplementation__Group__10__Impl() throws Reco
// $ANTLR start "rule__ThreadGroupImplementation__Group__11"
- // InternalAadl2Parser.g:39763:1: rule__ThreadGroupImplementation__Group__11 : rule__ThreadGroupImplementation__Group__11__Impl rule__ThreadGroupImplementation__Group__12 ;
+ // InternalAadl2Parser.g:39542:1: rule__ThreadGroupImplementation__Group__11 : rule__ThreadGroupImplementation__Group__11__Impl rule__ThreadGroupImplementation__Group__12 ;
public final void rule__ThreadGroupImplementation__Group__11() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39767:1: ( rule__ThreadGroupImplementation__Group__11__Impl rule__ThreadGroupImplementation__Group__12 )
- // InternalAadl2Parser.g:39768:2: rule__ThreadGroupImplementation__Group__11__Impl rule__ThreadGroupImplementation__Group__12
+ // InternalAadl2Parser.g:39546:1: ( rule__ThreadGroupImplementation__Group__11__Impl rule__ThreadGroupImplementation__Group__12 )
+ // InternalAadl2Parser.g:39547:2: rule__ThreadGroupImplementation__Group__11__Impl rule__ThreadGroupImplementation__Group__12
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__ThreadGroupImplementation__Group__11__Impl();
state._fsp--;
@@ -149661,29 +148781,29 @@ public final void rule__ThreadGroupImplementation__Group__11() throws Recognitio
// $ANTLR start "rule__ThreadGroupImplementation__Group__11__Impl"
- // InternalAadl2Parser.g:39775:1: rule__ThreadGroupImplementation__Group__11__Impl : ( ( rule__ThreadGroupImplementation__Group_11__0 )? ) ;
+ // InternalAadl2Parser.g:39554:1: rule__ThreadGroupImplementation__Group__11__Impl : ( ( rule__ThreadGroupImplementation__Group_11__0 )? ) ;
public final void rule__ThreadGroupImplementation__Group__11__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39779:1: ( ( ( rule__ThreadGroupImplementation__Group_11__0 )? ) )
- // InternalAadl2Parser.g:39780:1: ( ( rule__ThreadGroupImplementation__Group_11__0 )? )
+ // InternalAadl2Parser.g:39558:1: ( ( ( rule__ThreadGroupImplementation__Group_11__0 )? ) )
+ // InternalAadl2Parser.g:39559:1: ( ( rule__ThreadGroupImplementation__Group_11__0 )? )
{
- // InternalAadl2Parser.g:39780:1: ( ( rule__ThreadGroupImplementation__Group_11__0 )? )
- // InternalAadl2Parser.g:39781:2: ( rule__ThreadGroupImplementation__Group_11__0 )?
+ // InternalAadl2Parser.g:39559:1: ( ( rule__ThreadGroupImplementation__Group_11__0 )? )
+ // InternalAadl2Parser.g:39560:2: ( rule__ThreadGroupImplementation__Group_11__0 )?
{
before(grammarAccess.getThreadGroupImplementationAccess().getGroup_11());
- // InternalAadl2Parser.g:39782:2: ( rule__ThreadGroupImplementation__Group_11__0 )?
- int alt734=2;
- int LA734_0 = input.LA(1);
+ // InternalAadl2Parser.g:39561:2: ( rule__ThreadGroupImplementation__Group_11__0 )?
+ int alt732=2;
+ int LA732_0 = input.LA(1);
- if ( (LA734_0==Flows) ) {
- alt734=1;
+ if ( (LA732_0==Processor) ) {
+ alt732=1;
}
- switch (alt734) {
+ switch (alt732) {
case 1 :
- // InternalAadl2Parser.g:39782:3: rule__ThreadGroupImplementation__Group_11__0
+ // InternalAadl2Parser.g:39561:3: rule__ThreadGroupImplementation__Group_11__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadGroupImplementation__Group_11__0();
@@ -149719,16 +148839,16 @@ public final void rule__ThreadGroupImplementation__Group__11__Impl() throws Reco
// $ANTLR start "rule__ThreadGroupImplementation__Group__12"
- // InternalAadl2Parser.g:39790:1: rule__ThreadGroupImplementation__Group__12 : rule__ThreadGroupImplementation__Group__12__Impl rule__ThreadGroupImplementation__Group__13 ;
+ // InternalAadl2Parser.g:39569:1: rule__ThreadGroupImplementation__Group__12 : rule__ThreadGroupImplementation__Group__12__Impl rule__ThreadGroupImplementation__Group__13 ;
public final void rule__ThreadGroupImplementation__Group__12() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39794:1: ( rule__ThreadGroupImplementation__Group__12__Impl rule__ThreadGroupImplementation__Group__13 )
- // InternalAadl2Parser.g:39795:2: rule__ThreadGroupImplementation__Group__12__Impl rule__ThreadGroupImplementation__Group__13
+ // InternalAadl2Parser.g:39573:1: ( rule__ThreadGroupImplementation__Group__12__Impl rule__ThreadGroupImplementation__Group__13 )
+ // InternalAadl2Parser.g:39574:2: rule__ThreadGroupImplementation__Group__12__Impl rule__ThreadGroupImplementation__Group__13
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__ThreadGroupImplementation__Group__12__Impl();
state._fsp--;
@@ -149757,29 +148877,29 @@ public final void rule__ThreadGroupImplementation__Group__12() throws Recognitio
// $ANTLR start "rule__ThreadGroupImplementation__Group__12__Impl"
- // InternalAadl2Parser.g:39802:1: rule__ThreadGroupImplementation__Group__12__Impl : ( ( rule__ThreadGroupImplementation__Group_12__0 )? ) ;
+ // InternalAadl2Parser.g:39581:1: rule__ThreadGroupImplementation__Group__12__Impl : ( ( rule__ThreadGroupImplementation__Group_12__0 )? ) ;
public final void rule__ThreadGroupImplementation__Group__12__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39806:1: ( ( ( rule__ThreadGroupImplementation__Group_12__0 )? ) )
- // InternalAadl2Parser.g:39807:1: ( ( rule__ThreadGroupImplementation__Group_12__0 )? )
+ // InternalAadl2Parser.g:39585:1: ( ( ( rule__ThreadGroupImplementation__Group_12__0 )? ) )
+ // InternalAadl2Parser.g:39586:1: ( ( rule__ThreadGroupImplementation__Group_12__0 )? )
{
- // InternalAadl2Parser.g:39807:1: ( ( rule__ThreadGroupImplementation__Group_12__0 )? )
- // InternalAadl2Parser.g:39808:2: ( rule__ThreadGroupImplementation__Group_12__0 )?
+ // InternalAadl2Parser.g:39586:1: ( ( rule__ThreadGroupImplementation__Group_12__0 )? )
+ // InternalAadl2Parser.g:39587:2: ( rule__ThreadGroupImplementation__Group_12__0 )?
{
before(grammarAccess.getThreadGroupImplementationAccess().getGroup_12());
- // InternalAadl2Parser.g:39809:2: ( rule__ThreadGroupImplementation__Group_12__0 )?
- int alt735=2;
- int LA735_0 = input.LA(1);
+ // InternalAadl2Parser.g:39588:2: ( rule__ThreadGroupImplementation__Group_12__0 )?
+ int alt733=2;
+ int LA733_0 = input.LA(1);
- if ( (LA735_0==Modes) ) {
- alt735=1;
+ if ( (LA733_0==Connections) ) {
+ alt733=1;
}
- switch (alt735) {
+ switch (alt733) {
case 1 :
- // InternalAadl2Parser.g:39809:3: rule__ThreadGroupImplementation__Group_12__0
+ // InternalAadl2Parser.g:39588:3: rule__ThreadGroupImplementation__Group_12__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadGroupImplementation__Group_12__0();
@@ -149815,16 +148935,16 @@ public final void rule__ThreadGroupImplementation__Group__12__Impl() throws Reco
// $ANTLR start "rule__ThreadGroupImplementation__Group__13"
- // InternalAadl2Parser.g:39817:1: rule__ThreadGroupImplementation__Group__13 : rule__ThreadGroupImplementation__Group__13__Impl rule__ThreadGroupImplementation__Group__14 ;
+ // InternalAadl2Parser.g:39596:1: rule__ThreadGroupImplementation__Group__13 : rule__ThreadGroupImplementation__Group__13__Impl rule__ThreadGroupImplementation__Group__14 ;
public final void rule__ThreadGroupImplementation__Group__13() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39821:1: ( rule__ThreadGroupImplementation__Group__13__Impl rule__ThreadGroupImplementation__Group__14 )
- // InternalAadl2Parser.g:39822:2: rule__ThreadGroupImplementation__Group__13__Impl rule__ThreadGroupImplementation__Group__14
+ // InternalAadl2Parser.g:39600:1: ( rule__ThreadGroupImplementation__Group__13__Impl rule__ThreadGroupImplementation__Group__14 )
+ // InternalAadl2Parser.g:39601:2: rule__ThreadGroupImplementation__Group__13__Impl rule__ThreadGroupImplementation__Group__14
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__ThreadGroupImplementation__Group__13__Impl();
state._fsp--;
@@ -149853,29 +148973,29 @@ public final void rule__ThreadGroupImplementation__Group__13() throws Recognitio
// $ANTLR start "rule__ThreadGroupImplementation__Group__13__Impl"
- // InternalAadl2Parser.g:39829:1: rule__ThreadGroupImplementation__Group__13__Impl : ( ( rule__ThreadGroupImplementation__Group_13__0 )? ) ;
+ // InternalAadl2Parser.g:39608:1: rule__ThreadGroupImplementation__Group__13__Impl : ( ( rule__ThreadGroupImplementation__Group_13__0 )? ) ;
public final void rule__ThreadGroupImplementation__Group__13__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39833:1: ( ( ( rule__ThreadGroupImplementation__Group_13__0 )? ) )
- // InternalAadl2Parser.g:39834:1: ( ( rule__ThreadGroupImplementation__Group_13__0 )? )
+ // InternalAadl2Parser.g:39612:1: ( ( ( rule__ThreadGroupImplementation__Group_13__0 )? ) )
+ // InternalAadl2Parser.g:39613:1: ( ( rule__ThreadGroupImplementation__Group_13__0 )? )
{
- // InternalAadl2Parser.g:39834:1: ( ( rule__ThreadGroupImplementation__Group_13__0 )? )
- // InternalAadl2Parser.g:39835:2: ( rule__ThreadGroupImplementation__Group_13__0 )?
+ // InternalAadl2Parser.g:39613:1: ( ( rule__ThreadGroupImplementation__Group_13__0 )? )
+ // InternalAadl2Parser.g:39614:2: ( rule__ThreadGroupImplementation__Group_13__0 )?
{
before(grammarAccess.getThreadGroupImplementationAccess().getGroup_13());
- // InternalAadl2Parser.g:39836:2: ( rule__ThreadGroupImplementation__Group_13__0 )?
- int alt736=2;
- int LA736_0 = input.LA(1);
+ // InternalAadl2Parser.g:39615:2: ( rule__ThreadGroupImplementation__Group_13__0 )?
+ int alt734=2;
+ int LA734_0 = input.LA(1);
- if ( (LA736_0==Properties) ) {
- alt736=1;
+ if ( (LA734_0==Flows) ) {
+ alt734=1;
}
- switch (alt736) {
+ switch (alt734) {
case 1 :
- // InternalAadl2Parser.g:39836:3: rule__ThreadGroupImplementation__Group_13__0
+ // InternalAadl2Parser.g:39615:3: rule__ThreadGroupImplementation__Group_13__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadGroupImplementation__Group_13__0();
@@ -149911,16 +149031,16 @@ public final void rule__ThreadGroupImplementation__Group__13__Impl() throws Reco
// $ANTLR start "rule__ThreadGroupImplementation__Group__14"
- // InternalAadl2Parser.g:39844:1: rule__ThreadGroupImplementation__Group__14 : rule__ThreadGroupImplementation__Group__14__Impl rule__ThreadGroupImplementation__Group__15 ;
+ // InternalAadl2Parser.g:39623:1: rule__ThreadGroupImplementation__Group__14 : rule__ThreadGroupImplementation__Group__14__Impl rule__ThreadGroupImplementation__Group__15 ;
public final void rule__ThreadGroupImplementation__Group__14() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39848:1: ( rule__ThreadGroupImplementation__Group__14__Impl rule__ThreadGroupImplementation__Group__15 )
- // InternalAadl2Parser.g:39849:2: rule__ThreadGroupImplementation__Group__14__Impl rule__ThreadGroupImplementation__Group__15
+ // InternalAadl2Parser.g:39627:1: ( rule__ThreadGroupImplementation__Group__14__Impl rule__ThreadGroupImplementation__Group__15 )
+ // InternalAadl2Parser.g:39628:2: rule__ThreadGroupImplementation__Group__14__Impl rule__ThreadGroupImplementation__Group__15
{
- pushFollow(FollowSets000.FOLLOW_35);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__ThreadGroupImplementation__Group__14__Impl();
state._fsp--;
@@ -149949,49 +149069,42 @@ public final void rule__ThreadGroupImplementation__Group__14() throws Recognitio
// $ANTLR start "rule__ThreadGroupImplementation__Group__14__Impl"
- // InternalAadl2Parser.g:39856:1: rule__ThreadGroupImplementation__Group__14__Impl : ( ( rule__ThreadGroupImplementation__OwnedAnnexSubclauseAssignment_14 )* ) ;
+ // InternalAadl2Parser.g:39635:1: rule__ThreadGroupImplementation__Group__14__Impl : ( ( rule__ThreadGroupImplementation__Group_14__0 )? ) ;
public final void rule__ThreadGroupImplementation__Group__14__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39860:1: ( ( ( rule__ThreadGroupImplementation__OwnedAnnexSubclauseAssignment_14 )* ) )
- // InternalAadl2Parser.g:39861:1: ( ( rule__ThreadGroupImplementation__OwnedAnnexSubclauseAssignment_14 )* )
+ // InternalAadl2Parser.g:39639:1: ( ( ( rule__ThreadGroupImplementation__Group_14__0 )? ) )
+ // InternalAadl2Parser.g:39640:1: ( ( rule__ThreadGroupImplementation__Group_14__0 )? )
{
- // InternalAadl2Parser.g:39861:1: ( ( rule__ThreadGroupImplementation__OwnedAnnexSubclauseAssignment_14 )* )
- // InternalAadl2Parser.g:39862:2: ( rule__ThreadGroupImplementation__OwnedAnnexSubclauseAssignment_14 )*
+ // InternalAadl2Parser.g:39640:1: ( ( rule__ThreadGroupImplementation__Group_14__0 )? )
+ // InternalAadl2Parser.g:39641:2: ( rule__ThreadGroupImplementation__Group_14__0 )?
{
- before(grammarAccess.getThreadGroupImplementationAccess().getOwnedAnnexSubclauseAssignment_14());
- // InternalAadl2Parser.g:39863:2: ( rule__ThreadGroupImplementation__OwnedAnnexSubclauseAssignment_14 )*
- loop737:
- do {
- int alt737=2;
- int LA737_0 = input.LA(1);
-
- if ( (LA737_0==Annex) ) {
- alt737=1;
- }
-
+ before(grammarAccess.getThreadGroupImplementationAccess().getGroup_14());
+ // InternalAadl2Parser.g:39642:2: ( rule__ThreadGroupImplementation__Group_14__0 )?
+ int alt735=2;
+ int LA735_0 = input.LA(1);
- switch (alt737) {
- case 1 :
- // InternalAadl2Parser.g:39863:3: rule__ThreadGroupImplementation__OwnedAnnexSubclauseAssignment_14
- {
- pushFollow(FollowSets000.FOLLOW_28);
- rule__ThreadGroupImplementation__OwnedAnnexSubclauseAssignment_14();
+ if ( (LA735_0==Modes) ) {
+ alt735=1;
+ }
+ switch (alt735) {
+ case 1 :
+ // InternalAadl2Parser.g:39642:3: rule__ThreadGroupImplementation__Group_14__0
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ThreadGroupImplementation__Group_14__0();
- state._fsp--;
+ state._fsp--;
- }
- break;
+ }
+ break;
- default :
- break loop737;
- }
- } while (true);
+ }
- after(grammarAccess.getThreadGroupImplementationAccess().getOwnedAnnexSubclauseAssignment_14());
+ after(grammarAccess.getThreadGroupImplementationAccess().getGroup_14());
}
@@ -150014,16 +149127,16 @@ public final void rule__ThreadGroupImplementation__Group__14__Impl() throws Reco
// $ANTLR start "rule__ThreadGroupImplementation__Group__15"
- // InternalAadl2Parser.g:39871:1: rule__ThreadGroupImplementation__Group__15 : rule__ThreadGroupImplementation__Group__15__Impl rule__ThreadGroupImplementation__Group__16 ;
+ // InternalAadl2Parser.g:39650:1: rule__ThreadGroupImplementation__Group__15 : rule__ThreadGroupImplementation__Group__15__Impl rule__ThreadGroupImplementation__Group__16 ;
public final void rule__ThreadGroupImplementation__Group__15() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39875:1: ( rule__ThreadGroupImplementation__Group__15__Impl rule__ThreadGroupImplementation__Group__16 )
- // InternalAadl2Parser.g:39876:2: rule__ThreadGroupImplementation__Group__15__Impl rule__ThreadGroupImplementation__Group__16
+ // InternalAadl2Parser.g:39654:1: ( rule__ThreadGroupImplementation__Group__15__Impl rule__ThreadGroupImplementation__Group__16 )
+ // InternalAadl2Parser.g:39655:2: rule__ThreadGroupImplementation__Group__15__Impl rule__ThreadGroupImplementation__Group__16
{
- pushFollow(FollowSets000.FOLLOW_4);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__ThreadGroupImplementation__Group__15__Impl();
state._fsp--;
@@ -150052,21 +149165,42 @@ public final void rule__ThreadGroupImplementation__Group__15() throws Recognitio
// $ANTLR start "rule__ThreadGroupImplementation__Group__15__Impl"
- // InternalAadl2Parser.g:39883:1: rule__ThreadGroupImplementation__Group__15__Impl : ( End ) ;
+ // InternalAadl2Parser.g:39662:1: rule__ThreadGroupImplementation__Group__15__Impl : ( ( rule__ThreadGroupImplementation__Group_15__0 )? ) ;
public final void rule__ThreadGroupImplementation__Group__15__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39887:1: ( ( End ) )
- // InternalAadl2Parser.g:39888:1: ( End )
+ // InternalAadl2Parser.g:39666:1: ( ( ( rule__ThreadGroupImplementation__Group_15__0 )? ) )
+ // InternalAadl2Parser.g:39667:1: ( ( rule__ThreadGroupImplementation__Group_15__0 )? )
{
- // InternalAadl2Parser.g:39888:1: ( End )
- // InternalAadl2Parser.g:39889:2: End
+ // InternalAadl2Parser.g:39667:1: ( ( rule__ThreadGroupImplementation__Group_15__0 )? )
+ // InternalAadl2Parser.g:39668:2: ( rule__ThreadGroupImplementation__Group_15__0 )?
{
- before(grammarAccess.getThreadGroupImplementationAccess().getEndKeyword_15());
- match(input,End,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupImplementationAccess().getEndKeyword_15());
+ before(grammarAccess.getThreadGroupImplementationAccess().getGroup_15());
+ // InternalAadl2Parser.g:39669:2: ( rule__ThreadGroupImplementation__Group_15__0 )?
+ int alt736=2;
+ int LA736_0 = input.LA(1);
+
+ if ( (LA736_0==Properties) ) {
+ alt736=1;
+ }
+ switch (alt736) {
+ case 1 :
+ // InternalAadl2Parser.g:39669:3: rule__ThreadGroupImplementation__Group_15__0
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ThreadGroupImplementation__Group_15__0();
+
+ state._fsp--;
+
+
+ }
+ break;
+
+ }
+
+ after(grammarAccess.getThreadGroupImplementationAccess().getGroup_15());
}
@@ -150089,16 +149223,16 @@ public final void rule__ThreadGroupImplementation__Group__15__Impl() throws Reco
// $ANTLR start "rule__ThreadGroupImplementation__Group__16"
- // InternalAadl2Parser.g:39898:1: rule__ThreadGroupImplementation__Group__16 : rule__ThreadGroupImplementation__Group__16__Impl rule__ThreadGroupImplementation__Group__17 ;
+ // InternalAadl2Parser.g:39677:1: rule__ThreadGroupImplementation__Group__16 : rule__ThreadGroupImplementation__Group__16__Impl rule__ThreadGroupImplementation__Group__17 ;
public final void rule__ThreadGroupImplementation__Group__16() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39902:1: ( rule__ThreadGroupImplementation__Group__16__Impl rule__ThreadGroupImplementation__Group__17 )
- // InternalAadl2Parser.g:39903:2: rule__ThreadGroupImplementation__Group__16__Impl rule__ThreadGroupImplementation__Group__17
+ // InternalAadl2Parser.g:39681:1: ( rule__ThreadGroupImplementation__Group__16__Impl rule__ThreadGroupImplementation__Group__17 )
+ // InternalAadl2Parser.g:39682:2: rule__ThreadGroupImplementation__Group__16__Impl rule__ThreadGroupImplementation__Group__17
{
- pushFollow(FollowSets000.FOLLOW_7);
+ pushFollow(FollowSets000.FOLLOW_38);
rule__ThreadGroupImplementation__Group__16__Impl();
state._fsp--;
@@ -150127,25 +149261,49 @@ public final void rule__ThreadGroupImplementation__Group__16() throws Recognitio
// $ANTLR start "rule__ThreadGroupImplementation__Group__16__Impl"
- // InternalAadl2Parser.g:39910:1: rule__ThreadGroupImplementation__Group__16__Impl : ( ruleFULLINAME ) ;
+ // InternalAadl2Parser.g:39689:1: rule__ThreadGroupImplementation__Group__16__Impl : ( ( rule__ThreadGroupImplementation__OwnedAnnexSubclauseAssignment_16 )* ) ;
public final void rule__ThreadGroupImplementation__Group__16__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39914:1: ( ( ruleFULLINAME ) )
- // InternalAadl2Parser.g:39915:1: ( ruleFULLINAME )
+ // InternalAadl2Parser.g:39693:1: ( ( ( rule__ThreadGroupImplementation__OwnedAnnexSubclauseAssignment_16 )* ) )
+ // InternalAadl2Parser.g:39694:1: ( ( rule__ThreadGroupImplementation__OwnedAnnexSubclauseAssignment_16 )* )
{
- // InternalAadl2Parser.g:39915:1: ( ruleFULLINAME )
- // InternalAadl2Parser.g:39916:2: ruleFULLINAME
+ // InternalAadl2Parser.g:39694:1: ( ( rule__ThreadGroupImplementation__OwnedAnnexSubclauseAssignment_16 )* )
+ // InternalAadl2Parser.g:39695:2: ( rule__ThreadGroupImplementation__OwnedAnnexSubclauseAssignment_16 )*
{
- before(grammarAccess.getThreadGroupImplementationAccess().getFULLINAMEParserRuleCall_16());
- pushFollow(FollowSets000.FOLLOW_2);
- ruleFULLINAME();
+ before(grammarAccess.getThreadGroupImplementationAccess().getOwnedAnnexSubclauseAssignment_16());
+ // InternalAadl2Parser.g:39696:2: ( rule__ThreadGroupImplementation__OwnedAnnexSubclauseAssignment_16 )*
+ loop737:
+ do {
+ int alt737=2;
+ int LA737_0 = input.LA(1);
- state._fsp--;
+ if ( (LA737_0==Annex) ) {
+ alt737=1;
+ }
+
+
+ switch (alt737) {
+ case 1 :
+ // InternalAadl2Parser.g:39696:3: rule__ThreadGroupImplementation__OwnedAnnexSubclauseAssignment_16
+ {
+ pushFollow(FollowSets000.FOLLOW_28);
+ rule__ThreadGroupImplementation__OwnedAnnexSubclauseAssignment_16();
+
+ state._fsp--;
+
+
+ }
+ break;
- after(grammarAccess.getThreadGroupImplementationAccess().getFULLINAMEParserRuleCall_16());
+ default :
+ break loop737;
+ }
+ } while (true);
+
+ after(grammarAccess.getThreadGroupImplementationAccess().getOwnedAnnexSubclauseAssignment_16());
}
@@ -150168,20 +149326,25 @@ public final void rule__ThreadGroupImplementation__Group__16__Impl() throws Reco
// $ANTLR start "rule__ThreadGroupImplementation__Group__17"
- // InternalAadl2Parser.g:39925:1: rule__ThreadGroupImplementation__Group__17 : rule__ThreadGroupImplementation__Group__17__Impl ;
+ // InternalAadl2Parser.g:39704:1: rule__ThreadGroupImplementation__Group__17 : rule__ThreadGroupImplementation__Group__17__Impl rule__ThreadGroupImplementation__Group__18 ;
public final void rule__ThreadGroupImplementation__Group__17() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39929:1: ( rule__ThreadGroupImplementation__Group__17__Impl )
- // InternalAadl2Parser.g:39930:2: rule__ThreadGroupImplementation__Group__17__Impl
+ // InternalAadl2Parser.g:39708:1: ( rule__ThreadGroupImplementation__Group__17__Impl rule__ThreadGroupImplementation__Group__18 )
+ // InternalAadl2Parser.g:39709:2: rule__ThreadGroupImplementation__Group__17__Impl rule__ThreadGroupImplementation__Group__18
{
- pushFollow(FollowSets000.FOLLOW_2);
+ pushFollow(FollowSets000.FOLLOW_4);
rule__ThreadGroupImplementation__Group__17__Impl();
state._fsp--;
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ThreadGroupImplementation__Group__18();
+
+ state._fsp--;
+
}
@@ -150201,21 +149364,21 @@ public final void rule__ThreadGroupImplementation__Group__17() throws Recognitio
// $ANTLR start "rule__ThreadGroupImplementation__Group__17__Impl"
- // InternalAadl2Parser.g:39936:1: rule__ThreadGroupImplementation__Group__17__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:39716:1: rule__ThreadGroupImplementation__Group__17__Impl : ( End ) ;
public final void rule__ThreadGroupImplementation__Group__17__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39940:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:39941:1: ( Semicolon )
+ // InternalAadl2Parser.g:39720:1: ( ( End ) )
+ // InternalAadl2Parser.g:39721:1: ( End )
{
- // InternalAadl2Parser.g:39941:1: ( Semicolon )
- // InternalAadl2Parser.g:39942:2: Semicolon
+ // InternalAadl2Parser.g:39721:1: ( End )
+ // InternalAadl2Parser.g:39722:2: End
{
- before(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_17());
- match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_17());
+ before(grammarAccess.getThreadGroupImplementationAccess().getEndKeyword_17());
+ match(input,End,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getThreadGroupImplementationAccess().getEndKeyword_17());
}
@@ -150237,23 +149400,172 @@ public final void rule__ThreadGroupImplementation__Group__17__Impl() throws Reco
// $ANTLR end "rule__ThreadGroupImplementation__Group__17__Impl"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_5__0"
- // InternalAadl2Parser.g:39952:1: rule__ThreadGroupImplementation__Group_5__0 : rule__ThreadGroupImplementation__Group_5__0__Impl rule__ThreadGroupImplementation__Group_5__1 ;
- public final void rule__ThreadGroupImplementation__Group_5__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group__18"
+ // InternalAadl2Parser.g:39731:1: rule__ThreadGroupImplementation__Group__18 : rule__ThreadGroupImplementation__Group__18__Impl rule__ThreadGroupImplementation__Group__19 ;
+ public final void rule__ThreadGroupImplementation__Group__18() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:39735:1: ( rule__ThreadGroupImplementation__Group__18__Impl rule__ThreadGroupImplementation__Group__19 )
+ // InternalAadl2Parser.g:39736:2: rule__ThreadGroupImplementation__Group__18__Impl rule__ThreadGroupImplementation__Group__19
+ {
+ pushFollow(FollowSets000.FOLLOW_7);
+ rule__ThreadGroupImplementation__Group__18__Impl();
+
+ state._fsp--;
+
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ThreadGroupImplementation__Group__19();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ThreadGroupImplementation__Group__18"
+
+
+ // $ANTLR start "rule__ThreadGroupImplementation__Group__18__Impl"
+ // InternalAadl2Parser.g:39743:1: rule__ThreadGroupImplementation__Group__18__Impl : ( ruleFULLINAME ) ;
+ public final void rule__ThreadGroupImplementation__Group__18__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:39747:1: ( ( ruleFULLINAME ) )
+ // InternalAadl2Parser.g:39748:1: ( ruleFULLINAME )
+ {
+ // InternalAadl2Parser.g:39748:1: ( ruleFULLINAME )
+ // InternalAadl2Parser.g:39749:2: ruleFULLINAME
+ {
+ before(grammarAccess.getThreadGroupImplementationAccess().getFULLINAMEParserRuleCall_18());
+ pushFollow(FollowSets000.FOLLOW_2);
+ ruleFULLINAME();
+
+ state._fsp--;
+
+ after(grammarAccess.getThreadGroupImplementationAccess().getFULLINAMEParserRuleCall_18());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ThreadGroupImplementation__Group__18__Impl"
+
+
+ // $ANTLR start "rule__ThreadGroupImplementation__Group__19"
+ // InternalAadl2Parser.g:39758:1: rule__ThreadGroupImplementation__Group__19 : rule__ThreadGroupImplementation__Group__19__Impl ;
+ public final void rule__ThreadGroupImplementation__Group__19() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:39762:1: ( rule__ThreadGroupImplementation__Group__19__Impl )
+ // InternalAadl2Parser.g:39763:2: rule__ThreadGroupImplementation__Group__19__Impl
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ThreadGroupImplementation__Group__19__Impl();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ThreadGroupImplementation__Group__19"
+
+
+ // $ANTLR start "rule__ThreadGroupImplementation__Group__19__Impl"
+ // InternalAadl2Parser.g:39769:1: rule__ThreadGroupImplementation__Group__19__Impl : ( Semicolon ) ;
+ public final void rule__ThreadGroupImplementation__Group__19__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:39773:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:39774:1: ( Semicolon )
+ {
+ // InternalAadl2Parser.g:39774:1: ( Semicolon )
+ // InternalAadl2Parser.g:39775:2: Semicolon
+ {
+ before(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_19());
+ match(input,Semicolon,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_19());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ThreadGroupImplementation__Group__19__Impl"
+
+
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_7__0"
+ // InternalAadl2Parser.g:39785:1: rule__ThreadGroupImplementation__Group_7__0 : rule__ThreadGroupImplementation__Group_7__0__Impl rule__ThreadGroupImplementation__Group_7__1 ;
+ public final void rule__ThreadGroupImplementation__Group_7__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39956:1: ( rule__ThreadGroupImplementation__Group_5__0__Impl rule__ThreadGroupImplementation__Group_5__1 )
- // InternalAadl2Parser.g:39957:2: rule__ThreadGroupImplementation__Group_5__0__Impl rule__ThreadGroupImplementation__Group_5__1
+ // InternalAadl2Parser.g:39789:1: ( rule__ThreadGroupImplementation__Group_7__0__Impl rule__ThreadGroupImplementation__Group_7__1 )
+ // InternalAadl2Parser.g:39790:2: rule__ThreadGroupImplementation__Group_7__0__Impl rule__ThreadGroupImplementation__Group_7__1
{
pushFollow(FollowSets000.FOLLOW_4);
- rule__ThreadGroupImplementation__Group_5__0__Impl();
+ rule__ThreadGroupImplementation__Group_7__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_5__1();
+ rule__ThreadGroupImplementation__Group_7__1();
state._fsp--;
@@ -150272,25 +149584,25 @@ public final void rule__ThreadGroupImplementation__Group_5__0() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_5__0"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_7__0"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_5__0__Impl"
- // InternalAadl2Parser.g:39964:1: rule__ThreadGroupImplementation__Group_5__0__Impl : ( LeftParenthesis ) ;
- public final void rule__ThreadGroupImplementation__Group_5__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_7__0__Impl"
+ // InternalAadl2Parser.g:39797:1: rule__ThreadGroupImplementation__Group_7__0__Impl : ( LeftParenthesis ) ;
+ public final void rule__ThreadGroupImplementation__Group_7__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39968:1: ( ( LeftParenthesis ) )
- // InternalAadl2Parser.g:39969:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:39801:1: ( ( LeftParenthesis ) )
+ // InternalAadl2Parser.g:39802:1: ( LeftParenthesis )
{
- // InternalAadl2Parser.g:39969:1: ( LeftParenthesis )
- // InternalAadl2Parser.g:39970:2: LeftParenthesis
+ // InternalAadl2Parser.g:39802:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:39803:2: LeftParenthesis
{
- before(grammarAccess.getThreadGroupImplementationAccess().getLeftParenthesisKeyword_5_0());
+ before(grammarAccess.getThreadGroupImplementationAccess().getLeftParenthesisKeyword_7_0());
match(input,LeftParenthesis,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupImplementationAccess().getLeftParenthesisKeyword_5_0());
+ after(grammarAccess.getThreadGroupImplementationAccess().getLeftParenthesisKeyword_7_0());
}
@@ -150309,26 +149621,26 @@ public final void rule__ThreadGroupImplementation__Group_5__0__Impl() throws Rec
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_5__0__Impl"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_7__0__Impl"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_5__1"
- // InternalAadl2Parser.g:39979:1: rule__ThreadGroupImplementation__Group_5__1 : rule__ThreadGroupImplementation__Group_5__1__Impl rule__ThreadGroupImplementation__Group_5__2 ;
- public final void rule__ThreadGroupImplementation__Group_5__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_7__1"
+ // InternalAadl2Parser.g:39812:1: rule__ThreadGroupImplementation__Group_7__1 : rule__ThreadGroupImplementation__Group_7__1__Impl rule__ThreadGroupImplementation__Group_7__2 ;
+ public final void rule__ThreadGroupImplementation__Group_7__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39983:1: ( rule__ThreadGroupImplementation__Group_5__1__Impl rule__ThreadGroupImplementation__Group_5__2 )
- // InternalAadl2Parser.g:39984:2: rule__ThreadGroupImplementation__Group_5__1__Impl rule__ThreadGroupImplementation__Group_5__2
+ // InternalAadl2Parser.g:39816:1: ( rule__ThreadGroupImplementation__Group_7__1__Impl rule__ThreadGroupImplementation__Group_7__2 )
+ // InternalAadl2Parser.g:39817:2: rule__ThreadGroupImplementation__Group_7__1__Impl rule__ThreadGroupImplementation__Group_7__2
{
pushFollow(FollowSets000.FOLLOW_30);
- rule__ThreadGroupImplementation__Group_5__1__Impl();
+ rule__ThreadGroupImplementation__Group_7__1__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_5__2();
+ rule__ThreadGroupImplementation__Group_7__2();
state._fsp--;
@@ -150347,35 +149659,35 @@ public final void rule__ThreadGroupImplementation__Group_5__1() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_5__1"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_7__1"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_5__1__Impl"
- // InternalAadl2Parser.g:39991:1: rule__ThreadGroupImplementation__Group_5__1__Impl : ( ( rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_5_1 ) ) ;
- public final void rule__ThreadGroupImplementation__Group_5__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_7__1__Impl"
+ // InternalAadl2Parser.g:39824:1: rule__ThreadGroupImplementation__Group_7__1__Impl : ( ( rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_7_1 ) ) ;
+ public final void rule__ThreadGroupImplementation__Group_7__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:39995:1: ( ( ( rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_5_1 ) ) )
- // InternalAadl2Parser.g:39996:1: ( ( rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_5_1 ) )
+ // InternalAadl2Parser.g:39828:1: ( ( ( rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_7_1 ) ) )
+ // InternalAadl2Parser.g:39829:1: ( ( rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_7_1 ) )
{
- // InternalAadl2Parser.g:39996:1: ( ( rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_5_1 ) )
- // InternalAadl2Parser.g:39997:2: ( rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_5_1 )
+ // InternalAadl2Parser.g:39829:1: ( ( rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_7_1 ) )
+ // InternalAadl2Parser.g:39830:2: ( rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_7_1 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeBindingAssignment_5_1());
- // InternalAadl2Parser.g:39998:2: ( rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_5_1 )
- // InternalAadl2Parser.g:39998:3: rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_5_1
+ before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeBindingAssignment_7_1());
+ // InternalAadl2Parser.g:39831:2: ( rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_7_1 )
+ // InternalAadl2Parser.g:39831:3: rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_7_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_5_1();
+ rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_7_1();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeBindingAssignment_5_1());
+ after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeBindingAssignment_7_1());
}
@@ -150394,26 +149706,26 @@ public final void rule__ThreadGroupImplementation__Group_5__1__Impl() throws Rec
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_5__1__Impl"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_7__1__Impl"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_5__2"
- // InternalAadl2Parser.g:40006:1: rule__ThreadGroupImplementation__Group_5__2 : rule__ThreadGroupImplementation__Group_5__2__Impl rule__ThreadGroupImplementation__Group_5__3 ;
- public final void rule__ThreadGroupImplementation__Group_5__2() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_7__2"
+ // InternalAadl2Parser.g:39839:1: rule__ThreadGroupImplementation__Group_7__2 : rule__ThreadGroupImplementation__Group_7__2__Impl rule__ThreadGroupImplementation__Group_7__3 ;
+ public final void rule__ThreadGroupImplementation__Group_7__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40010:1: ( rule__ThreadGroupImplementation__Group_5__2__Impl rule__ThreadGroupImplementation__Group_5__3 )
- // InternalAadl2Parser.g:40011:2: rule__ThreadGroupImplementation__Group_5__2__Impl rule__ThreadGroupImplementation__Group_5__3
+ // InternalAadl2Parser.g:39843:1: ( rule__ThreadGroupImplementation__Group_7__2__Impl rule__ThreadGroupImplementation__Group_7__3 )
+ // InternalAadl2Parser.g:39844:2: rule__ThreadGroupImplementation__Group_7__2__Impl rule__ThreadGroupImplementation__Group_7__3
{
pushFollow(FollowSets000.FOLLOW_30);
- rule__ThreadGroupImplementation__Group_5__2__Impl();
+ rule__ThreadGroupImplementation__Group_7__2__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_5__3();
+ rule__ThreadGroupImplementation__Group_7__3();
state._fsp--;
@@ -150432,24 +149744,24 @@ public final void rule__ThreadGroupImplementation__Group_5__2() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_5__2"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_7__2"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_5__2__Impl"
- // InternalAadl2Parser.g:40018:1: rule__ThreadGroupImplementation__Group_5__2__Impl : ( ( rule__ThreadGroupImplementation__Group_5_2__0 )* ) ;
- public final void rule__ThreadGroupImplementation__Group_5__2__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_7__2__Impl"
+ // InternalAadl2Parser.g:39851:1: rule__ThreadGroupImplementation__Group_7__2__Impl : ( ( rule__ThreadGroupImplementation__Group_7_2__0 )* ) ;
+ public final void rule__ThreadGroupImplementation__Group_7__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40022:1: ( ( ( rule__ThreadGroupImplementation__Group_5_2__0 )* ) )
- // InternalAadl2Parser.g:40023:1: ( ( rule__ThreadGroupImplementation__Group_5_2__0 )* )
+ // InternalAadl2Parser.g:39855:1: ( ( ( rule__ThreadGroupImplementation__Group_7_2__0 )* ) )
+ // InternalAadl2Parser.g:39856:1: ( ( rule__ThreadGroupImplementation__Group_7_2__0 )* )
{
- // InternalAadl2Parser.g:40023:1: ( ( rule__ThreadGroupImplementation__Group_5_2__0 )* )
- // InternalAadl2Parser.g:40024:2: ( rule__ThreadGroupImplementation__Group_5_2__0 )*
+ // InternalAadl2Parser.g:39856:1: ( ( rule__ThreadGroupImplementation__Group_7_2__0 )* )
+ // InternalAadl2Parser.g:39857:2: ( rule__ThreadGroupImplementation__Group_7_2__0 )*
{
- before(grammarAccess.getThreadGroupImplementationAccess().getGroup_5_2());
- // InternalAadl2Parser.g:40025:2: ( rule__ThreadGroupImplementation__Group_5_2__0 )*
+ before(grammarAccess.getThreadGroupImplementationAccess().getGroup_7_2());
+ // InternalAadl2Parser.g:39858:2: ( rule__ThreadGroupImplementation__Group_7_2__0 )*
loop738:
do {
int alt738=2;
@@ -150462,10 +149774,10 @@ public final void rule__ThreadGroupImplementation__Group_5__2__Impl() throws Rec
switch (alt738) {
case 1 :
- // InternalAadl2Parser.g:40025:3: rule__ThreadGroupImplementation__Group_5_2__0
+ // InternalAadl2Parser.g:39858:3: rule__ThreadGroupImplementation__Group_7_2__0
{
pushFollow(FollowSets000.FOLLOW_14);
- rule__ThreadGroupImplementation__Group_5_2__0();
+ rule__ThreadGroupImplementation__Group_7_2__0();
state._fsp--;
@@ -150478,7 +149790,7 @@ public final void rule__ThreadGroupImplementation__Group_5__2__Impl() throws Rec
}
} while (true);
- after(grammarAccess.getThreadGroupImplementationAccess().getGroup_5_2());
+ after(grammarAccess.getThreadGroupImplementationAccess().getGroup_7_2());
}
@@ -150497,21 +149809,21 @@ public final void rule__ThreadGroupImplementation__Group_5__2__Impl() throws Rec
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_5__2__Impl"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_7__2__Impl"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_5__3"
- // InternalAadl2Parser.g:40033:1: rule__ThreadGroupImplementation__Group_5__3 : rule__ThreadGroupImplementation__Group_5__3__Impl ;
- public final void rule__ThreadGroupImplementation__Group_5__3() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_7__3"
+ // InternalAadl2Parser.g:39866:1: rule__ThreadGroupImplementation__Group_7__3 : rule__ThreadGroupImplementation__Group_7__3__Impl ;
+ public final void rule__ThreadGroupImplementation__Group_7__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40037:1: ( rule__ThreadGroupImplementation__Group_5__3__Impl )
- // InternalAadl2Parser.g:40038:2: rule__ThreadGroupImplementation__Group_5__3__Impl
+ // InternalAadl2Parser.g:39870:1: ( rule__ThreadGroupImplementation__Group_7__3__Impl )
+ // InternalAadl2Parser.g:39871:2: rule__ThreadGroupImplementation__Group_7__3__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_5__3__Impl();
+ rule__ThreadGroupImplementation__Group_7__3__Impl();
state._fsp--;
@@ -150530,25 +149842,25 @@ public final void rule__ThreadGroupImplementation__Group_5__3() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_5__3"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_7__3"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_5__3__Impl"
- // InternalAadl2Parser.g:40044:1: rule__ThreadGroupImplementation__Group_5__3__Impl : ( RightParenthesis ) ;
- public final void rule__ThreadGroupImplementation__Group_5__3__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_7__3__Impl"
+ // InternalAadl2Parser.g:39877:1: rule__ThreadGroupImplementation__Group_7__3__Impl : ( RightParenthesis ) ;
+ public final void rule__ThreadGroupImplementation__Group_7__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40048:1: ( ( RightParenthesis ) )
- // InternalAadl2Parser.g:40049:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:39881:1: ( ( RightParenthesis ) )
+ // InternalAadl2Parser.g:39882:1: ( RightParenthesis )
{
- // InternalAadl2Parser.g:40049:1: ( RightParenthesis )
- // InternalAadl2Parser.g:40050:2: RightParenthesis
+ // InternalAadl2Parser.g:39882:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:39883:2: RightParenthesis
{
- before(grammarAccess.getThreadGroupImplementationAccess().getRightParenthesisKeyword_5_3());
+ before(grammarAccess.getThreadGroupImplementationAccess().getRightParenthesisKeyword_7_3());
match(input,RightParenthesis,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupImplementationAccess().getRightParenthesisKeyword_5_3());
+ after(grammarAccess.getThreadGroupImplementationAccess().getRightParenthesisKeyword_7_3());
}
@@ -150567,26 +149879,26 @@ public final void rule__ThreadGroupImplementation__Group_5__3__Impl() throws Rec
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_5__3__Impl"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_7__3__Impl"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_5_2__0"
- // InternalAadl2Parser.g:40060:1: rule__ThreadGroupImplementation__Group_5_2__0 : rule__ThreadGroupImplementation__Group_5_2__0__Impl rule__ThreadGroupImplementation__Group_5_2__1 ;
- public final void rule__ThreadGroupImplementation__Group_5_2__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_7_2__0"
+ // InternalAadl2Parser.g:39893:1: rule__ThreadGroupImplementation__Group_7_2__0 : rule__ThreadGroupImplementation__Group_7_2__0__Impl rule__ThreadGroupImplementation__Group_7_2__1 ;
+ public final void rule__ThreadGroupImplementation__Group_7_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40064:1: ( rule__ThreadGroupImplementation__Group_5_2__0__Impl rule__ThreadGroupImplementation__Group_5_2__1 )
- // InternalAadl2Parser.g:40065:2: rule__ThreadGroupImplementation__Group_5_2__0__Impl rule__ThreadGroupImplementation__Group_5_2__1
+ // InternalAadl2Parser.g:39897:1: ( rule__ThreadGroupImplementation__Group_7_2__0__Impl rule__ThreadGroupImplementation__Group_7_2__1 )
+ // InternalAadl2Parser.g:39898:2: rule__ThreadGroupImplementation__Group_7_2__0__Impl rule__ThreadGroupImplementation__Group_7_2__1
{
pushFollow(FollowSets000.FOLLOW_4);
- rule__ThreadGroupImplementation__Group_5_2__0__Impl();
+ rule__ThreadGroupImplementation__Group_7_2__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_5_2__1();
+ rule__ThreadGroupImplementation__Group_7_2__1();
state._fsp--;
@@ -150605,25 +149917,25 @@ public final void rule__ThreadGroupImplementation__Group_5_2__0() throws Recogni
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_5_2__0"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_7_2__0"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_5_2__0__Impl"
- // InternalAadl2Parser.g:40072:1: rule__ThreadGroupImplementation__Group_5_2__0__Impl : ( Comma ) ;
- public final void rule__ThreadGroupImplementation__Group_5_2__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_7_2__0__Impl"
+ // InternalAadl2Parser.g:39905:1: rule__ThreadGroupImplementation__Group_7_2__0__Impl : ( Comma ) ;
+ public final void rule__ThreadGroupImplementation__Group_7_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40076:1: ( ( Comma ) )
- // InternalAadl2Parser.g:40077:1: ( Comma )
+ // InternalAadl2Parser.g:39909:1: ( ( Comma ) )
+ // InternalAadl2Parser.g:39910:1: ( Comma )
{
- // InternalAadl2Parser.g:40077:1: ( Comma )
- // InternalAadl2Parser.g:40078:2: Comma
+ // InternalAadl2Parser.g:39910:1: ( Comma )
+ // InternalAadl2Parser.g:39911:2: Comma
{
- before(grammarAccess.getThreadGroupImplementationAccess().getCommaKeyword_5_2_0());
+ before(grammarAccess.getThreadGroupImplementationAccess().getCommaKeyword_7_2_0());
match(input,Comma,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupImplementationAccess().getCommaKeyword_5_2_0());
+ after(grammarAccess.getThreadGroupImplementationAccess().getCommaKeyword_7_2_0());
}
@@ -150642,21 +149954,21 @@ public final void rule__ThreadGroupImplementation__Group_5_2__0__Impl() throws R
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_5_2__0__Impl"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_7_2__0__Impl"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_5_2__1"
- // InternalAadl2Parser.g:40087:1: rule__ThreadGroupImplementation__Group_5_2__1 : rule__ThreadGroupImplementation__Group_5_2__1__Impl ;
- public final void rule__ThreadGroupImplementation__Group_5_2__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_7_2__1"
+ // InternalAadl2Parser.g:39920:1: rule__ThreadGroupImplementation__Group_7_2__1 : rule__ThreadGroupImplementation__Group_7_2__1__Impl ;
+ public final void rule__ThreadGroupImplementation__Group_7_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40091:1: ( rule__ThreadGroupImplementation__Group_5_2__1__Impl )
- // InternalAadl2Parser.g:40092:2: rule__ThreadGroupImplementation__Group_5_2__1__Impl
+ // InternalAadl2Parser.g:39924:1: ( rule__ThreadGroupImplementation__Group_7_2__1__Impl )
+ // InternalAadl2Parser.g:39925:2: rule__ThreadGroupImplementation__Group_7_2__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_5_2__1__Impl();
+ rule__ThreadGroupImplementation__Group_7_2__1__Impl();
state._fsp--;
@@ -150675,35 +149987,35 @@ public final void rule__ThreadGroupImplementation__Group_5_2__1() throws Recogni
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_5_2__1"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_7_2__1"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_5_2__1__Impl"
- // InternalAadl2Parser.g:40098:1: rule__ThreadGroupImplementation__Group_5_2__1__Impl : ( ( rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_5_2_1 ) ) ;
- public final void rule__ThreadGroupImplementation__Group_5_2__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_7_2__1__Impl"
+ // InternalAadl2Parser.g:39931:1: rule__ThreadGroupImplementation__Group_7_2__1__Impl : ( ( rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_7_2_1 ) ) ;
+ public final void rule__ThreadGroupImplementation__Group_7_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40102:1: ( ( ( rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_5_2_1 ) ) )
- // InternalAadl2Parser.g:40103:1: ( ( rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_5_2_1 ) )
+ // InternalAadl2Parser.g:39935:1: ( ( ( rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_7_2_1 ) ) )
+ // InternalAadl2Parser.g:39936:1: ( ( rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_7_2_1 ) )
{
- // InternalAadl2Parser.g:40103:1: ( ( rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_5_2_1 ) )
- // InternalAadl2Parser.g:40104:2: ( rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_5_2_1 )
+ // InternalAadl2Parser.g:39936:1: ( ( rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_7_2_1 ) )
+ // InternalAadl2Parser.g:39937:2: ( rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_7_2_1 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1());
- // InternalAadl2Parser.g:40105:2: ( rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_5_2_1 )
- // InternalAadl2Parser.g:40105:3: rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_5_2_1
+ before(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeBindingAssignment_7_2_1());
+ // InternalAadl2Parser.g:39938:2: ( rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_7_2_1 )
+ // InternalAadl2Parser.g:39938:3: rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_7_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_5_2_1();
+ rule__ThreadGroupImplementation__OwnedPrototypeBindingAssignment_7_2_1();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1());
+ after(grammarAccess.getThreadGroupImplementationAccess().getOwnedPrototypeBindingAssignment_7_2_1());
}
@@ -150722,26 +150034,26 @@ public final void rule__ThreadGroupImplementation__Group_5_2__1__Impl() throws R
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_5_2__1__Impl"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_7_2__1__Impl"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_6__0"
- // InternalAadl2Parser.g:40114:1: rule__ThreadGroupImplementation__Group_6__0 : rule__ThreadGroupImplementation__Group_6__0__Impl rule__ThreadGroupImplementation__Group_6__1 ;
- public final void rule__ThreadGroupImplementation__Group_6__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_8__0"
+ // InternalAadl2Parser.g:39947:1: rule__ThreadGroupImplementation__Group_8__0 : rule__ThreadGroupImplementation__Group_8__0__Impl rule__ThreadGroupImplementation__Group_8__1 ;
+ public final void rule__ThreadGroupImplementation__Group_8__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40118:1: ( rule__ThreadGroupImplementation__Group_6__0__Impl rule__ThreadGroupImplementation__Group_6__1 )
- // InternalAadl2Parser.g:40119:2: rule__ThreadGroupImplementation__Group_6__0__Impl rule__ThreadGroupImplementation__Group_6__1
+ // InternalAadl2Parser.g:39951:1: ( rule__ThreadGroupImplementation__Group_8__0__Impl rule__ThreadGroupImplementation__Group_8__1 )
+ // InternalAadl2Parser.g:39952:2: rule__ThreadGroupImplementation__Group_8__0__Impl rule__ThreadGroupImplementation__Group_8__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__ThreadGroupImplementation__Group_6__0__Impl();
+ rule__ThreadGroupImplementation__Group_8__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_6__1();
+ rule__ThreadGroupImplementation__Group_8__1();
state._fsp--;
@@ -150760,25 +150072,105 @@ public final void rule__ThreadGroupImplementation__Group_6__0() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_6__0"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_8__0"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_6__0__Impl"
- // InternalAadl2Parser.g:40126:1: rule__ThreadGroupImplementation__Group_6__0__Impl : ( Prototypes ) ;
- public final void rule__ThreadGroupImplementation__Group_6__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_8__0__Impl"
+ // InternalAadl2Parser.g:39959:1: rule__ThreadGroupImplementation__Group_8__0__Impl : ( Prototypes ) ;
+ public final void rule__ThreadGroupImplementation__Group_8__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40130:1: ( ( Prototypes ) )
- // InternalAadl2Parser.g:40131:1: ( Prototypes )
+ // InternalAadl2Parser.g:39963:1: ( ( Prototypes ) )
+ // InternalAadl2Parser.g:39964:1: ( Prototypes )
{
- // InternalAadl2Parser.g:40131:1: ( Prototypes )
- // InternalAadl2Parser.g:40132:2: Prototypes
+ // InternalAadl2Parser.g:39964:1: ( Prototypes )
+ // InternalAadl2Parser.g:39965:2: Prototypes
{
- before(grammarAccess.getThreadGroupImplementationAccess().getPrototypesKeyword_6_0());
+ before(grammarAccess.getThreadGroupImplementationAccess().getPrototypesKeyword_8_0());
match(input,Prototypes,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupImplementationAccess().getPrototypesKeyword_6_0());
+ after(grammarAccess.getThreadGroupImplementationAccess().getPrototypesKeyword_8_0());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_8__0__Impl"
+
+
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_8__1"
+ // InternalAadl2Parser.g:39974:1: rule__ThreadGroupImplementation__Group_8__1 : rule__ThreadGroupImplementation__Group_8__1__Impl ;
+ public final void rule__ThreadGroupImplementation__Group_8__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:39978:1: ( rule__ThreadGroupImplementation__Group_8__1__Impl )
+ // InternalAadl2Parser.g:39979:2: rule__ThreadGroupImplementation__Group_8__1__Impl
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ThreadGroupImplementation__Group_8__1__Impl();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_8__1"
+
+
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_8__1__Impl"
+ // InternalAadl2Parser.g:39985:1: rule__ThreadGroupImplementation__Group_8__1__Impl : ( ( rule__ThreadGroupImplementation__Alternatives_8_1 ) ) ;
+ public final void rule__ThreadGroupImplementation__Group_8__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:39989:1: ( ( ( rule__ThreadGroupImplementation__Alternatives_8_1 ) ) )
+ // InternalAadl2Parser.g:39990:1: ( ( rule__ThreadGroupImplementation__Alternatives_8_1 ) )
+ {
+ // InternalAadl2Parser.g:39990:1: ( ( rule__ThreadGroupImplementation__Alternatives_8_1 ) )
+ // InternalAadl2Parser.g:39991:2: ( rule__ThreadGroupImplementation__Alternatives_8_1 )
+ {
+ before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_8_1());
+ // InternalAadl2Parser.g:39992:2: ( rule__ThreadGroupImplementation__Alternatives_8_1 )
+ // InternalAadl2Parser.g:39992:3: rule__ThreadGroupImplementation__Alternatives_8_1
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ThreadGroupImplementation__Alternatives_8_1();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_8_1());
}
@@ -150797,21 +150189,26 @@ public final void rule__ThreadGroupImplementation__Group_6__0__Impl() throws Rec
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_6__0__Impl"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_8__1__Impl"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_6__1"
- // InternalAadl2Parser.g:40141:1: rule__ThreadGroupImplementation__Group_6__1 : rule__ThreadGroupImplementation__Group_6__1__Impl ;
- public final void rule__ThreadGroupImplementation__Group_6__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_8_1_1__0"
+ // InternalAadl2Parser.g:40001:1: rule__ThreadGroupImplementation__Group_8_1_1__0 : rule__ThreadGroupImplementation__Group_8_1_1__0__Impl rule__ThreadGroupImplementation__Group_8_1_1__1 ;
+ public final void rule__ThreadGroupImplementation__Group_8_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40145:1: ( rule__ThreadGroupImplementation__Group_6__1__Impl )
- // InternalAadl2Parser.g:40146:2: rule__ThreadGroupImplementation__Group_6__1__Impl
+ // InternalAadl2Parser.g:40005:1: ( rule__ThreadGroupImplementation__Group_8_1_1__0__Impl rule__ThreadGroupImplementation__Group_8_1_1__1 )
+ // InternalAadl2Parser.g:40006:2: rule__ThreadGroupImplementation__Group_8_1_1__0__Impl rule__ThreadGroupImplementation__Group_8_1_1__1
{
+ pushFollow(FollowSets000.FOLLOW_7);
+ rule__ThreadGroupImplementation__Group_8_1_1__0__Impl();
+
+ state._fsp--;
+
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_6__1__Impl();
+ rule__ThreadGroupImplementation__Group_8_1_1__1();
state._fsp--;
@@ -150830,35 +150227,35 @@ public final void rule__ThreadGroupImplementation__Group_6__1() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_6__1"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_8_1_1__0"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_6__1__Impl"
- // InternalAadl2Parser.g:40152:1: rule__ThreadGroupImplementation__Group_6__1__Impl : ( ( rule__ThreadGroupImplementation__Alternatives_6_1 ) ) ;
- public final void rule__ThreadGroupImplementation__Group_6__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_8_1_1__0__Impl"
+ // InternalAadl2Parser.g:40013:1: rule__ThreadGroupImplementation__Group_8_1_1__0__Impl : ( ( rule__ThreadGroupImplementation__NoPrototypesAssignment_8_1_1_0 ) ) ;
+ public final void rule__ThreadGroupImplementation__Group_8_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40156:1: ( ( ( rule__ThreadGroupImplementation__Alternatives_6_1 ) ) )
- // InternalAadl2Parser.g:40157:1: ( ( rule__ThreadGroupImplementation__Alternatives_6_1 ) )
+ // InternalAadl2Parser.g:40017:1: ( ( ( rule__ThreadGroupImplementation__NoPrototypesAssignment_8_1_1_0 ) ) )
+ // InternalAadl2Parser.g:40018:1: ( ( rule__ThreadGroupImplementation__NoPrototypesAssignment_8_1_1_0 ) )
{
- // InternalAadl2Parser.g:40157:1: ( ( rule__ThreadGroupImplementation__Alternatives_6_1 ) )
- // InternalAadl2Parser.g:40158:2: ( rule__ThreadGroupImplementation__Alternatives_6_1 )
+ // InternalAadl2Parser.g:40018:1: ( ( rule__ThreadGroupImplementation__NoPrototypesAssignment_8_1_1_0 ) )
+ // InternalAadl2Parser.g:40019:2: ( rule__ThreadGroupImplementation__NoPrototypesAssignment_8_1_1_0 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_6_1());
- // InternalAadl2Parser.g:40159:2: ( rule__ThreadGroupImplementation__Alternatives_6_1 )
- // InternalAadl2Parser.g:40159:3: rule__ThreadGroupImplementation__Alternatives_6_1
+ before(grammarAccess.getThreadGroupImplementationAccess().getNoPrototypesAssignment_8_1_1_0());
+ // InternalAadl2Parser.g:40020:2: ( rule__ThreadGroupImplementation__NoPrototypesAssignment_8_1_1_0 )
+ // InternalAadl2Parser.g:40020:3: rule__ThreadGroupImplementation__NoPrototypesAssignment_8_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Alternatives_6_1();
+ rule__ThreadGroupImplementation__NoPrototypesAssignment_8_1_1_0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_6_1());
+ after(grammarAccess.getThreadGroupImplementationAccess().getNoPrototypesAssignment_8_1_1_0());
}
@@ -150877,28 +150274,60 @@ public final void rule__ThreadGroupImplementation__Group_6__1__Impl() throws Rec
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_6__1__Impl"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_8_1_1__0__Impl"
+
+
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_8_1_1__1"
+ // InternalAadl2Parser.g:40028:1: rule__ThreadGroupImplementation__Group_8_1_1__1 : rule__ThreadGroupImplementation__Group_8_1_1__1__Impl ;
+ public final void rule__ThreadGroupImplementation__Group_8_1_1__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:40032:1: ( rule__ThreadGroupImplementation__Group_8_1_1__1__Impl )
+ // InternalAadl2Parser.g:40033:2: rule__ThreadGroupImplementation__Group_8_1_1__1__Impl
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ThreadGroupImplementation__Group_8_1_1__1__Impl();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_8_1_1__1"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_6_1_1__0"
- // InternalAadl2Parser.g:40168:1: rule__ThreadGroupImplementation__Group_6_1_1__0 : rule__ThreadGroupImplementation__Group_6_1_1__0__Impl rule__ThreadGroupImplementation__Group_6_1_1__1 ;
- public final void rule__ThreadGroupImplementation__Group_6_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_8_1_1__1__Impl"
+ // InternalAadl2Parser.g:40039:1: rule__ThreadGroupImplementation__Group_8_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__ThreadGroupImplementation__Group_8_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40172:1: ( rule__ThreadGroupImplementation__Group_6_1_1__0__Impl rule__ThreadGroupImplementation__Group_6_1_1__1 )
- // InternalAadl2Parser.g:40173:2: rule__ThreadGroupImplementation__Group_6_1_1__0__Impl rule__ThreadGroupImplementation__Group_6_1_1__1
+ // InternalAadl2Parser.g:40043:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:40044:1: ( Semicolon )
{
- pushFollow(FollowSets000.FOLLOW_7);
- rule__ThreadGroupImplementation__Group_6_1_1__0__Impl();
-
- state._fsp--;
-
- pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_6_1_1__1();
+ // InternalAadl2Parser.g:40044:1: ( Semicolon )
+ // InternalAadl2Parser.g:40045:2: Semicolon
+ {
+ before(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_8_1_1_1());
+ match(input,Semicolon,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_8_1_1_1());
- state._fsp--;
+ }
}
@@ -150915,68 +150344,26 @@ public final void rule__ThreadGroupImplementation__Group_6_1_1__0() throws Recog
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_6_1_1__0"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_8_1_1__1__Impl"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_6_1_1__0__Impl"
- // InternalAadl2Parser.g:40180:1: rule__ThreadGroupImplementation__Group_6_1_1__0__Impl : ( ( rule__ThreadGroupImplementation__NoPrototypesAssignment_6_1_1_0 ) ) ;
- public final void rule__ThreadGroupImplementation__Group_6_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_9__0"
+ // InternalAadl2Parser.g:40055:1: rule__ThreadGroupImplementation__Group_9__0 : rule__ThreadGroupImplementation__Group_9__0__Impl rule__ThreadGroupImplementation__Group_9__1 ;
+ public final void rule__ThreadGroupImplementation__Group_9__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40184:1: ( ( ( rule__ThreadGroupImplementation__NoPrototypesAssignment_6_1_1_0 ) ) )
- // InternalAadl2Parser.g:40185:1: ( ( rule__ThreadGroupImplementation__NoPrototypesAssignment_6_1_1_0 ) )
- {
- // InternalAadl2Parser.g:40185:1: ( ( rule__ThreadGroupImplementation__NoPrototypesAssignment_6_1_1_0 ) )
- // InternalAadl2Parser.g:40186:2: ( rule__ThreadGroupImplementation__NoPrototypesAssignment_6_1_1_0 )
- {
- before(grammarAccess.getThreadGroupImplementationAccess().getNoPrototypesAssignment_6_1_1_0());
- // InternalAadl2Parser.g:40187:2: ( rule__ThreadGroupImplementation__NoPrototypesAssignment_6_1_1_0 )
- // InternalAadl2Parser.g:40187:3: rule__ThreadGroupImplementation__NoPrototypesAssignment_6_1_1_0
+ // InternalAadl2Parser.g:40059:1: ( rule__ThreadGroupImplementation__Group_9__0__Impl rule__ThreadGroupImplementation__Group_9__1 )
+ // InternalAadl2Parser.g:40060:2: rule__ThreadGroupImplementation__Group_9__0__Impl rule__ThreadGroupImplementation__Group_9__1
{
- pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__NoPrototypesAssignment_6_1_1_0();
+ pushFollow(FollowSets000.FOLLOW_8);
+ rule__ThreadGroupImplementation__Group_9__0__Impl();
state._fsp--;
-
- }
-
- after(grammarAccess.getThreadGroupImplementationAccess().getNoPrototypesAssignment_6_1_1_0());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__ThreadGroupImplementation__Group_6_1_1__0__Impl"
-
-
- // $ANTLR start "rule__ThreadGroupImplementation__Group_6_1_1__1"
- // InternalAadl2Parser.g:40195:1: rule__ThreadGroupImplementation__Group_6_1_1__1 : rule__ThreadGroupImplementation__Group_6_1_1__1__Impl ;
- public final void rule__ThreadGroupImplementation__Group_6_1_1__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:40199:1: ( rule__ThreadGroupImplementation__Group_6_1_1__1__Impl )
- // InternalAadl2Parser.g:40200:2: rule__ThreadGroupImplementation__Group_6_1_1__1__Impl
- {
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_6_1_1__1__Impl();
+ rule__ThreadGroupImplementation__Group_9__1();
state._fsp--;
@@ -150995,25 +150382,25 @@ public final void rule__ThreadGroupImplementation__Group_6_1_1__1() throws Recog
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_6_1_1__1"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_9__0"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_6_1_1__1__Impl"
- // InternalAadl2Parser.g:40206:1: rule__ThreadGroupImplementation__Group_6_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__ThreadGroupImplementation__Group_6_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_9__0__Impl"
+ // InternalAadl2Parser.g:40067:1: rule__ThreadGroupImplementation__Group_9__0__Impl : ( Subcomponents ) ;
+ public final void rule__ThreadGroupImplementation__Group_9__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40210:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:40211:1: ( Semicolon )
+ // InternalAadl2Parser.g:40071:1: ( ( Subcomponents ) )
+ // InternalAadl2Parser.g:40072:1: ( Subcomponents )
{
- // InternalAadl2Parser.g:40211:1: ( Semicolon )
- // InternalAadl2Parser.g:40212:2: Semicolon
+ // InternalAadl2Parser.g:40072:1: ( Subcomponents )
+ // InternalAadl2Parser.g:40073:2: Subcomponents
{
- before(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_6_1_1_1());
- match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_6_1_1_1());
+ before(grammarAccess.getThreadGroupImplementationAccess().getSubcomponentsKeyword_9_0());
+ match(input,Subcomponents,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getThreadGroupImplementationAccess().getSubcomponentsKeyword_9_0());
}
@@ -151032,26 +150419,21 @@ public final void rule__ThreadGroupImplementation__Group_6_1_1__1__Impl() throws
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_6_1_1__1__Impl"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_9__0__Impl"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_7__0"
- // InternalAadl2Parser.g:40222:1: rule__ThreadGroupImplementation__Group_7__0 : rule__ThreadGroupImplementation__Group_7__0__Impl rule__ThreadGroupImplementation__Group_7__1 ;
- public final void rule__ThreadGroupImplementation__Group_7__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_9__1"
+ // InternalAadl2Parser.g:40082:1: rule__ThreadGroupImplementation__Group_9__1 : rule__ThreadGroupImplementation__Group_9__1__Impl ;
+ public final void rule__ThreadGroupImplementation__Group_9__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40226:1: ( rule__ThreadGroupImplementation__Group_7__0__Impl rule__ThreadGroupImplementation__Group_7__1 )
- // InternalAadl2Parser.g:40227:2: rule__ThreadGroupImplementation__Group_7__0__Impl rule__ThreadGroupImplementation__Group_7__1
+ // InternalAadl2Parser.g:40086:1: ( rule__ThreadGroupImplementation__Group_9__1__Impl )
+ // InternalAadl2Parser.g:40087:2: rule__ThreadGroupImplementation__Group_9__1__Impl
{
- pushFollow(FollowSets000.FOLLOW_8);
- rule__ThreadGroupImplementation__Group_7__0__Impl();
-
- state._fsp--;
-
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_7__1();
+ rule__ThreadGroupImplementation__Group_9__1__Impl();
state._fsp--;
@@ -151070,25 +150452,35 @@ public final void rule__ThreadGroupImplementation__Group_7__0() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_7__0"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_9__1"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_7__0__Impl"
- // InternalAadl2Parser.g:40234:1: rule__ThreadGroupImplementation__Group_7__0__Impl : ( Subcomponents ) ;
- public final void rule__ThreadGroupImplementation__Group_7__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_9__1__Impl"
+ // InternalAadl2Parser.g:40093:1: rule__ThreadGroupImplementation__Group_9__1__Impl : ( ( rule__ThreadGroupImplementation__Alternatives_9_1 ) ) ;
+ public final void rule__ThreadGroupImplementation__Group_9__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40238:1: ( ( Subcomponents ) )
- // InternalAadl2Parser.g:40239:1: ( Subcomponents )
+ // InternalAadl2Parser.g:40097:1: ( ( ( rule__ThreadGroupImplementation__Alternatives_9_1 ) ) )
+ // InternalAadl2Parser.g:40098:1: ( ( rule__ThreadGroupImplementation__Alternatives_9_1 ) )
{
- // InternalAadl2Parser.g:40239:1: ( Subcomponents )
- // InternalAadl2Parser.g:40240:2: Subcomponents
+ // InternalAadl2Parser.g:40098:1: ( ( rule__ThreadGroupImplementation__Alternatives_9_1 ) )
+ // InternalAadl2Parser.g:40099:2: ( rule__ThreadGroupImplementation__Alternatives_9_1 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getSubcomponentsKeyword_7_0());
- match(input,Subcomponents,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupImplementationAccess().getSubcomponentsKeyword_7_0());
+ before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_9_1());
+ // InternalAadl2Parser.g:40100:2: ( rule__ThreadGroupImplementation__Alternatives_9_1 )
+ // InternalAadl2Parser.g:40100:3: rule__ThreadGroupImplementation__Alternatives_9_1
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ThreadGroupImplementation__Alternatives_9_1();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_9_1());
}
@@ -151107,21 +150499,26 @@ public final void rule__ThreadGroupImplementation__Group_7__0__Impl() throws Rec
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_7__0__Impl"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_9__1__Impl"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_7__1"
- // InternalAadl2Parser.g:40249:1: rule__ThreadGroupImplementation__Group_7__1 : rule__ThreadGroupImplementation__Group_7__1__Impl ;
- public final void rule__ThreadGroupImplementation__Group_7__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_9_1_1__0"
+ // InternalAadl2Parser.g:40109:1: rule__ThreadGroupImplementation__Group_9_1_1__0 : rule__ThreadGroupImplementation__Group_9_1_1__0__Impl rule__ThreadGroupImplementation__Group_9_1_1__1 ;
+ public final void rule__ThreadGroupImplementation__Group_9_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40253:1: ( rule__ThreadGroupImplementation__Group_7__1__Impl )
- // InternalAadl2Parser.g:40254:2: rule__ThreadGroupImplementation__Group_7__1__Impl
+ // InternalAadl2Parser.g:40113:1: ( rule__ThreadGroupImplementation__Group_9_1_1__0__Impl rule__ThreadGroupImplementation__Group_9_1_1__1 )
+ // InternalAadl2Parser.g:40114:2: rule__ThreadGroupImplementation__Group_9_1_1__0__Impl rule__ThreadGroupImplementation__Group_9_1_1__1
{
+ pushFollow(FollowSets000.FOLLOW_7);
+ rule__ThreadGroupImplementation__Group_9_1_1__0__Impl();
+
+ state._fsp--;
+
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_7__1__Impl();
+ rule__ThreadGroupImplementation__Group_9_1_1__1();
state._fsp--;
@@ -151140,35 +150537,35 @@ public final void rule__ThreadGroupImplementation__Group_7__1() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_7__1"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_9_1_1__0"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_7__1__Impl"
- // InternalAadl2Parser.g:40260:1: rule__ThreadGroupImplementation__Group_7__1__Impl : ( ( rule__ThreadGroupImplementation__Alternatives_7_1 ) ) ;
- public final void rule__ThreadGroupImplementation__Group_7__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_9_1_1__0__Impl"
+ // InternalAadl2Parser.g:40121:1: rule__ThreadGroupImplementation__Group_9_1_1__0__Impl : ( ( rule__ThreadGroupImplementation__NoSubcomponentsAssignment_9_1_1_0 ) ) ;
+ public final void rule__ThreadGroupImplementation__Group_9_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40264:1: ( ( ( rule__ThreadGroupImplementation__Alternatives_7_1 ) ) )
- // InternalAadl2Parser.g:40265:1: ( ( rule__ThreadGroupImplementation__Alternatives_7_1 ) )
+ // InternalAadl2Parser.g:40125:1: ( ( ( rule__ThreadGroupImplementation__NoSubcomponentsAssignment_9_1_1_0 ) ) )
+ // InternalAadl2Parser.g:40126:1: ( ( rule__ThreadGroupImplementation__NoSubcomponentsAssignment_9_1_1_0 ) )
{
- // InternalAadl2Parser.g:40265:1: ( ( rule__ThreadGroupImplementation__Alternatives_7_1 ) )
- // InternalAadl2Parser.g:40266:2: ( rule__ThreadGroupImplementation__Alternatives_7_1 )
+ // InternalAadl2Parser.g:40126:1: ( ( rule__ThreadGroupImplementation__NoSubcomponentsAssignment_9_1_1_0 ) )
+ // InternalAadl2Parser.g:40127:2: ( rule__ThreadGroupImplementation__NoSubcomponentsAssignment_9_1_1_0 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_7_1());
- // InternalAadl2Parser.g:40267:2: ( rule__ThreadGroupImplementation__Alternatives_7_1 )
- // InternalAadl2Parser.g:40267:3: rule__ThreadGroupImplementation__Alternatives_7_1
+ before(grammarAccess.getThreadGroupImplementationAccess().getNoSubcomponentsAssignment_9_1_1_0());
+ // InternalAadl2Parser.g:40128:2: ( rule__ThreadGroupImplementation__NoSubcomponentsAssignment_9_1_1_0 )
+ // InternalAadl2Parser.g:40128:3: rule__ThreadGroupImplementation__NoSubcomponentsAssignment_9_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Alternatives_7_1();
+ rule__ThreadGroupImplementation__NoSubcomponentsAssignment_9_1_1_0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_7_1());
+ after(grammarAccess.getThreadGroupImplementationAccess().getNoSubcomponentsAssignment_9_1_1_0());
}
@@ -151187,26 +150584,21 @@ public final void rule__ThreadGroupImplementation__Group_7__1__Impl() throws Rec
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_7__1__Impl"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_9_1_1__0__Impl"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_7_1_1__0"
- // InternalAadl2Parser.g:40276:1: rule__ThreadGroupImplementation__Group_7_1_1__0 : rule__ThreadGroupImplementation__Group_7_1_1__0__Impl rule__ThreadGroupImplementation__Group_7_1_1__1 ;
- public final void rule__ThreadGroupImplementation__Group_7_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_9_1_1__1"
+ // InternalAadl2Parser.g:40136:1: rule__ThreadGroupImplementation__Group_9_1_1__1 : rule__ThreadGroupImplementation__Group_9_1_1__1__Impl ;
+ public final void rule__ThreadGroupImplementation__Group_9_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40280:1: ( rule__ThreadGroupImplementation__Group_7_1_1__0__Impl rule__ThreadGroupImplementation__Group_7_1_1__1 )
- // InternalAadl2Parser.g:40281:2: rule__ThreadGroupImplementation__Group_7_1_1__0__Impl rule__ThreadGroupImplementation__Group_7_1_1__1
+ // InternalAadl2Parser.g:40140:1: ( rule__ThreadGroupImplementation__Group_9_1_1__1__Impl )
+ // InternalAadl2Parser.g:40141:2: rule__ThreadGroupImplementation__Group_9_1_1__1__Impl
{
- pushFollow(FollowSets000.FOLLOW_7);
- rule__ThreadGroupImplementation__Group_7_1_1__0__Impl();
-
- state._fsp--;
-
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_7_1_1__1();
+ rule__ThreadGroupImplementation__Group_9_1_1__1__Impl();
state._fsp--;
@@ -151225,35 +150617,25 @@ public final void rule__ThreadGroupImplementation__Group_7_1_1__0() throws Recog
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_7_1_1__0"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_9_1_1__1"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_7_1_1__0__Impl"
- // InternalAadl2Parser.g:40288:1: rule__ThreadGroupImplementation__Group_7_1_1__0__Impl : ( ( rule__ThreadGroupImplementation__NoSubcomponentsAssignment_7_1_1_0 ) ) ;
- public final void rule__ThreadGroupImplementation__Group_7_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_9_1_1__1__Impl"
+ // InternalAadl2Parser.g:40147:1: rule__ThreadGroupImplementation__Group_9_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__ThreadGroupImplementation__Group_9_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40292:1: ( ( ( rule__ThreadGroupImplementation__NoSubcomponentsAssignment_7_1_1_0 ) ) )
- // InternalAadl2Parser.g:40293:1: ( ( rule__ThreadGroupImplementation__NoSubcomponentsAssignment_7_1_1_0 ) )
+ // InternalAadl2Parser.g:40151:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:40152:1: ( Semicolon )
{
- // InternalAadl2Parser.g:40293:1: ( ( rule__ThreadGroupImplementation__NoSubcomponentsAssignment_7_1_1_0 ) )
- // InternalAadl2Parser.g:40294:2: ( rule__ThreadGroupImplementation__NoSubcomponentsAssignment_7_1_1_0 )
+ // InternalAadl2Parser.g:40152:1: ( Semicolon )
+ // InternalAadl2Parser.g:40153:2: Semicolon
{
- before(grammarAccess.getThreadGroupImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0());
- // InternalAadl2Parser.g:40295:2: ( rule__ThreadGroupImplementation__NoSubcomponentsAssignment_7_1_1_0 )
- // InternalAadl2Parser.g:40295:3: rule__ThreadGroupImplementation__NoSubcomponentsAssignment_7_1_1_0
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__NoSubcomponentsAssignment_7_1_1_0();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getThreadGroupImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0());
+ before(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_9_1_1_1());
+ match(input,Semicolon,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_9_1_1_1());
}
@@ -151272,21 +150654,26 @@ public final void rule__ThreadGroupImplementation__Group_7_1_1__0__Impl() throws
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_7_1_1__0__Impl"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_9_1_1__1__Impl"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_7_1_1__1"
- // InternalAadl2Parser.g:40303:1: rule__ThreadGroupImplementation__Group_7_1_1__1 : rule__ThreadGroupImplementation__Group_7_1_1__1__Impl ;
- public final void rule__ThreadGroupImplementation__Group_7_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_10__0"
+ // InternalAadl2Parser.g:40163:1: rule__ThreadGroupImplementation__Group_10__0 : rule__ThreadGroupImplementation__Group_10__0__Impl rule__ThreadGroupImplementation__Group_10__1 ;
+ public final void rule__ThreadGroupImplementation__Group_10__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40307:1: ( rule__ThreadGroupImplementation__Group_7_1_1__1__Impl )
- // InternalAadl2Parser.g:40308:2: rule__ThreadGroupImplementation__Group_7_1_1__1__Impl
+ // InternalAadl2Parser.g:40167:1: ( rule__ThreadGroupImplementation__Group_10__0__Impl rule__ThreadGroupImplementation__Group_10__1 )
+ // InternalAadl2Parser.g:40168:2: rule__ThreadGroupImplementation__Group_10__0__Impl rule__ThreadGroupImplementation__Group_10__1
{
+ pushFollow(FollowSets000.FOLLOW_37);
+ rule__ThreadGroupImplementation__Group_10__0__Impl();
+
+ state._fsp--;
+
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_7_1_1__1__Impl();
+ rule__ThreadGroupImplementation__Group_10__1();
state._fsp--;
@@ -151305,25 +150692,25 @@ public final void rule__ThreadGroupImplementation__Group_7_1_1__1() throws Recog
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_7_1_1__1"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_10__0"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_7_1_1__1__Impl"
- // InternalAadl2Parser.g:40314:1: rule__ThreadGroupImplementation__Group_7_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__ThreadGroupImplementation__Group_7_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_10__0__Impl"
+ // InternalAadl2Parser.g:40175:1: rule__ThreadGroupImplementation__Group_10__0__Impl : ( Internal ) ;
+ public final void rule__ThreadGroupImplementation__Group_10__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40318:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:40319:1: ( Semicolon )
+ // InternalAadl2Parser.g:40179:1: ( ( Internal ) )
+ // InternalAadl2Parser.g:40180:1: ( Internal )
{
- // InternalAadl2Parser.g:40319:1: ( Semicolon )
- // InternalAadl2Parser.g:40320:2: Semicolon
+ // InternalAadl2Parser.g:40180:1: ( Internal )
+ // InternalAadl2Parser.g:40181:2: Internal
{
- before(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_7_1_1_1());
- match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_7_1_1_1());
+ before(grammarAccess.getThreadGroupImplementationAccess().getInternalKeyword_10_0());
+ match(input,Internal,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getThreadGroupImplementationAccess().getInternalKeyword_10_0());
}
@@ -151342,26 +150729,26 @@ public final void rule__ThreadGroupImplementation__Group_7_1_1__1__Impl() throws
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_7_1_1__1__Impl"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_10__0__Impl"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_8__0"
- // InternalAadl2Parser.g:40330:1: rule__ThreadGroupImplementation__Group_8__0 : rule__ThreadGroupImplementation__Group_8__0__Impl rule__ThreadGroupImplementation__Group_8__1 ;
- public final void rule__ThreadGroupImplementation__Group_8__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_10__1"
+ // InternalAadl2Parser.g:40190:1: rule__ThreadGroupImplementation__Group_10__1 : rule__ThreadGroupImplementation__Group_10__1__Impl rule__ThreadGroupImplementation__Group_10__2 ;
+ public final void rule__ThreadGroupImplementation__Group_10__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40334:1: ( rule__ThreadGroupImplementation__Group_8__0__Impl rule__ThreadGroupImplementation__Group_8__1 )
- // InternalAadl2Parser.g:40335:2: rule__ThreadGroupImplementation__Group_8__0__Impl rule__ThreadGroupImplementation__Group_8__1
+ // InternalAadl2Parser.g:40194:1: ( rule__ThreadGroupImplementation__Group_10__1__Impl rule__ThreadGroupImplementation__Group_10__2 )
+ // InternalAadl2Parser.g:40195:2: rule__ThreadGroupImplementation__Group_10__1__Impl rule__ThreadGroupImplementation__Group_10__2
{
pushFollow(FollowSets000.FOLLOW_4);
- rule__ThreadGroupImplementation__Group_8__0__Impl();
+ rule__ThreadGroupImplementation__Group_10__1__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_8__1();
+ rule__ThreadGroupImplementation__Group_10__2();
state._fsp--;
@@ -151380,29 +150767,25 @@ public final void rule__ThreadGroupImplementation__Group_8__0() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_8__0"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_10__1"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_8__0__Impl"
- // InternalAadl2Parser.g:40342:1: rule__ThreadGroupImplementation__Group_8__0__Impl : ( ruleInternalFeaturesKeywords ) ;
- public final void rule__ThreadGroupImplementation__Group_8__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_10__1__Impl"
+ // InternalAadl2Parser.g:40202:1: rule__ThreadGroupImplementation__Group_10__1__Impl : ( Features ) ;
+ public final void rule__ThreadGroupImplementation__Group_10__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40346:1: ( ( ruleInternalFeaturesKeywords ) )
- // InternalAadl2Parser.g:40347:1: ( ruleInternalFeaturesKeywords )
+ // InternalAadl2Parser.g:40206:1: ( ( Features ) )
+ // InternalAadl2Parser.g:40207:1: ( Features )
{
- // InternalAadl2Parser.g:40347:1: ( ruleInternalFeaturesKeywords )
- // InternalAadl2Parser.g:40348:2: ruleInternalFeaturesKeywords
+ // InternalAadl2Parser.g:40207:1: ( Features )
+ // InternalAadl2Parser.g:40208:2: Features
{
- before(grammarAccess.getThreadGroupImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0());
- pushFollow(FollowSets000.FOLLOW_2);
- ruleInternalFeaturesKeywords();
-
- state._fsp--;
-
- after(grammarAccess.getThreadGroupImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0());
+ before(grammarAccess.getThreadGroupImplementationAccess().getFeaturesKeyword_10_1());
+ match(input,Features,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getThreadGroupImplementationAccess().getFeaturesKeyword_10_1());
}
@@ -151421,21 +150804,21 @@ public final void rule__ThreadGroupImplementation__Group_8__0__Impl() throws Rec
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_8__0__Impl"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_10__1__Impl"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_8__1"
- // InternalAadl2Parser.g:40357:1: rule__ThreadGroupImplementation__Group_8__1 : rule__ThreadGroupImplementation__Group_8__1__Impl ;
- public final void rule__ThreadGroupImplementation__Group_8__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_10__2"
+ // InternalAadl2Parser.g:40217:1: rule__ThreadGroupImplementation__Group_10__2 : rule__ThreadGroupImplementation__Group_10__2__Impl ;
+ public final void rule__ThreadGroupImplementation__Group_10__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40361:1: ( rule__ThreadGroupImplementation__Group_8__1__Impl )
- // InternalAadl2Parser.g:40362:2: rule__ThreadGroupImplementation__Group_8__1__Impl
+ // InternalAadl2Parser.g:40221:1: ( rule__ThreadGroupImplementation__Group_10__2__Impl )
+ // InternalAadl2Parser.g:40222:2: rule__ThreadGroupImplementation__Group_10__2__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_8__1__Impl();
+ rule__ThreadGroupImplementation__Group_10__2__Impl();
state._fsp--;
@@ -151454,46 +150837,46 @@ public final void rule__ThreadGroupImplementation__Group_8__1() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_8__1"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_10__2"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_8__1__Impl"
- // InternalAadl2Parser.g:40368:1: rule__ThreadGroupImplementation__Group_8__1__Impl : ( ( ( rule__ThreadGroupImplementation__Alternatives_8_1 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_8_1 )* ) ) ;
- public final void rule__ThreadGroupImplementation__Group_8__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_10__2__Impl"
+ // InternalAadl2Parser.g:40228:1: rule__ThreadGroupImplementation__Group_10__2__Impl : ( ( ( rule__ThreadGroupImplementation__Alternatives_10_2 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_10_2 )* ) ) ;
+ public final void rule__ThreadGroupImplementation__Group_10__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40372:1: ( ( ( ( rule__ThreadGroupImplementation__Alternatives_8_1 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_8_1 )* ) ) )
- // InternalAadl2Parser.g:40373:1: ( ( ( rule__ThreadGroupImplementation__Alternatives_8_1 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_8_1 )* ) )
+ // InternalAadl2Parser.g:40232:1: ( ( ( ( rule__ThreadGroupImplementation__Alternatives_10_2 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_10_2 )* ) ) )
+ // InternalAadl2Parser.g:40233:1: ( ( ( rule__ThreadGroupImplementation__Alternatives_10_2 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_10_2 )* ) )
{
- // InternalAadl2Parser.g:40373:1: ( ( ( rule__ThreadGroupImplementation__Alternatives_8_1 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_8_1 )* ) )
- // InternalAadl2Parser.g:40374:2: ( ( rule__ThreadGroupImplementation__Alternatives_8_1 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_8_1 )* )
+ // InternalAadl2Parser.g:40233:1: ( ( ( rule__ThreadGroupImplementation__Alternatives_10_2 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_10_2 )* ) )
+ // InternalAadl2Parser.g:40234:2: ( ( rule__ThreadGroupImplementation__Alternatives_10_2 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_10_2 )* )
{
- // InternalAadl2Parser.g:40374:2: ( ( rule__ThreadGroupImplementation__Alternatives_8_1 ) )
- // InternalAadl2Parser.g:40375:3: ( rule__ThreadGroupImplementation__Alternatives_8_1 )
+ // InternalAadl2Parser.g:40234:2: ( ( rule__ThreadGroupImplementation__Alternatives_10_2 ) )
+ // InternalAadl2Parser.g:40235:3: ( rule__ThreadGroupImplementation__Alternatives_10_2 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_8_1());
- // InternalAadl2Parser.g:40376:3: ( rule__ThreadGroupImplementation__Alternatives_8_1 )
- // InternalAadl2Parser.g:40376:4: rule__ThreadGroupImplementation__Alternatives_8_1
+ before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_10_2());
+ // InternalAadl2Parser.g:40236:3: ( rule__ThreadGroupImplementation__Alternatives_10_2 )
+ // InternalAadl2Parser.g:40236:4: rule__ThreadGroupImplementation__Alternatives_10_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadGroupImplementation__Alternatives_8_1();
+ rule__ThreadGroupImplementation__Alternatives_10_2();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_8_1());
+ after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_10_2());
}
- // InternalAadl2Parser.g:40379:2: ( ( rule__ThreadGroupImplementation__Alternatives_8_1 )* )
- // InternalAadl2Parser.g:40380:3: ( rule__ThreadGroupImplementation__Alternatives_8_1 )*
+ // InternalAadl2Parser.g:40239:2: ( ( rule__ThreadGroupImplementation__Alternatives_10_2 )* )
+ // InternalAadl2Parser.g:40240:3: ( rule__ThreadGroupImplementation__Alternatives_10_2 )*
{
- before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_8_1());
- // InternalAadl2Parser.g:40381:3: ( rule__ThreadGroupImplementation__Alternatives_8_1 )*
+ before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_10_2());
+ // InternalAadl2Parser.g:40241:3: ( rule__ThreadGroupImplementation__Alternatives_10_2 )*
loop739:
do {
int alt739=2;
@@ -151506,10 +150889,10 @@ public final void rule__ThreadGroupImplementation__Group_8__1__Impl() throws Rec
switch (alt739) {
case 1 :
- // InternalAadl2Parser.g:40381:4: rule__ThreadGroupImplementation__Alternatives_8_1
+ // InternalAadl2Parser.g:40241:4: rule__ThreadGroupImplementation__Alternatives_10_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadGroupImplementation__Alternatives_8_1();
+ rule__ThreadGroupImplementation__Alternatives_10_2();
state._fsp--;
@@ -151522,7 +150905,7 @@ public final void rule__ThreadGroupImplementation__Group_8__1__Impl() throws Rec
}
} while (true);
- after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_8_1());
+ after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_10_2());
}
@@ -151544,26 +150927,26 @@ public final void rule__ThreadGroupImplementation__Group_8__1__Impl() throws Rec
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_8__1__Impl"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_10__2__Impl"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_9__0"
- // InternalAadl2Parser.g:40391:1: rule__ThreadGroupImplementation__Group_9__0 : rule__ThreadGroupImplementation__Group_9__0__Impl rule__ThreadGroupImplementation__Group_9__1 ;
- public final void rule__ThreadGroupImplementation__Group_9__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_11__0"
+ // InternalAadl2Parser.g:40251:1: rule__ThreadGroupImplementation__Group_11__0 : rule__ThreadGroupImplementation__Group_11__0__Impl rule__ThreadGroupImplementation__Group_11__1 ;
+ public final void rule__ThreadGroupImplementation__Group_11__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40395:1: ( rule__ThreadGroupImplementation__Group_9__0__Impl rule__ThreadGroupImplementation__Group_9__1 )
- // InternalAadl2Parser.g:40396:2: rule__ThreadGroupImplementation__Group_9__0__Impl rule__ThreadGroupImplementation__Group_9__1
+ // InternalAadl2Parser.g:40255:1: ( rule__ThreadGroupImplementation__Group_11__0__Impl rule__ThreadGroupImplementation__Group_11__1 )
+ // InternalAadl2Parser.g:40256:2: rule__ThreadGroupImplementation__Group_11__0__Impl rule__ThreadGroupImplementation__Group_11__1
{
- pushFollow(FollowSets000.FOLLOW_4);
- rule__ThreadGroupImplementation__Group_9__0__Impl();
+ pushFollow(FollowSets000.FOLLOW_37);
+ rule__ThreadGroupImplementation__Group_11__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_9__1();
+ rule__ThreadGroupImplementation__Group_11__1();
state._fsp--;
@@ -151582,29 +150965,100 @@ public final void rule__ThreadGroupImplementation__Group_9__0() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_9__0"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_11__0"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_9__0__Impl"
- // InternalAadl2Parser.g:40403:1: rule__ThreadGroupImplementation__Group_9__0__Impl : ( ruleProcessorFeaturesKeywords ) ;
- public final void rule__ThreadGroupImplementation__Group_9__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_11__0__Impl"
+ // InternalAadl2Parser.g:40263:1: rule__ThreadGroupImplementation__Group_11__0__Impl : ( Processor ) ;
+ public final void rule__ThreadGroupImplementation__Group_11__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40407:1: ( ( ruleProcessorFeaturesKeywords ) )
- // InternalAadl2Parser.g:40408:1: ( ruleProcessorFeaturesKeywords )
+ // InternalAadl2Parser.g:40267:1: ( ( Processor ) )
+ // InternalAadl2Parser.g:40268:1: ( Processor )
+ {
+ // InternalAadl2Parser.g:40268:1: ( Processor )
+ // InternalAadl2Parser.g:40269:2: Processor
{
- // InternalAadl2Parser.g:40408:1: ( ruleProcessorFeaturesKeywords )
- // InternalAadl2Parser.g:40409:2: ruleProcessorFeaturesKeywords
+ before(grammarAccess.getThreadGroupImplementationAccess().getProcessorKeyword_11_0());
+ match(input,Processor,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getThreadGroupImplementationAccess().getProcessorKeyword_11_0());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_11__0__Impl"
+
+
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_11__1"
+ // InternalAadl2Parser.g:40278:1: rule__ThreadGroupImplementation__Group_11__1 : rule__ThreadGroupImplementation__Group_11__1__Impl rule__ThreadGroupImplementation__Group_11__2 ;
+ public final void rule__ThreadGroupImplementation__Group_11__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:40282:1: ( rule__ThreadGroupImplementation__Group_11__1__Impl rule__ThreadGroupImplementation__Group_11__2 )
+ // InternalAadl2Parser.g:40283:2: rule__ThreadGroupImplementation__Group_11__1__Impl rule__ThreadGroupImplementation__Group_11__2
{
- before(grammarAccess.getThreadGroupImplementationAccess().getProcessorFeaturesKeywordsParserRuleCall_9_0());
+ pushFollow(FollowSets000.FOLLOW_4);
+ rule__ThreadGroupImplementation__Group_11__1__Impl();
+
+ state._fsp--;
+
pushFollow(FollowSets000.FOLLOW_2);
- ruleProcessorFeaturesKeywords();
+ rule__ThreadGroupImplementation__Group_11__2();
state._fsp--;
- after(grammarAccess.getThreadGroupImplementationAccess().getProcessorFeaturesKeywordsParserRuleCall_9_0());
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_11__1"
+
+
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_11__1__Impl"
+ // InternalAadl2Parser.g:40290:1: rule__ThreadGroupImplementation__Group_11__1__Impl : ( Features ) ;
+ public final void rule__ThreadGroupImplementation__Group_11__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:40294:1: ( ( Features ) )
+ // InternalAadl2Parser.g:40295:1: ( Features )
+ {
+ // InternalAadl2Parser.g:40295:1: ( Features )
+ // InternalAadl2Parser.g:40296:2: Features
+ {
+ before(grammarAccess.getThreadGroupImplementationAccess().getFeaturesKeyword_11_1());
+ match(input,Features,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getThreadGroupImplementationAccess().getFeaturesKeyword_11_1());
}
@@ -151623,21 +151077,21 @@ public final void rule__ThreadGroupImplementation__Group_9__0__Impl() throws Rec
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_9__0__Impl"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_11__1__Impl"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_9__1"
- // InternalAadl2Parser.g:40418:1: rule__ThreadGroupImplementation__Group_9__1 : rule__ThreadGroupImplementation__Group_9__1__Impl ;
- public final void rule__ThreadGroupImplementation__Group_9__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_11__2"
+ // InternalAadl2Parser.g:40305:1: rule__ThreadGroupImplementation__Group_11__2 : rule__ThreadGroupImplementation__Group_11__2__Impl ;
+ public final void rule__ThreadGroupImplementation__Group_11__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40422:1: ( rule__ThreadGroupImplementation__Group_9__1__Impl )
- // InternalAadl2Parser.g:40423:2: rule__ThreadGroupImplementation__Group_9__1__Impl
+ // InternalAadl2Parser.g:40309:1: ( rule__ThreadGroupImplementation__Group_11__2__Impl )
+ // InternalAadl2Parser.g:40310:2: rule__ThreadGroupImplementation__Group_11__2__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_9__1__Impl();
+ rule__ThreadGroupImplementation__Group_11__2__Impl();
state._fsp--;
@@ -151656,46 +151110,46 @@ public final void rule__ThreadGroupImplementation__Group_9__1() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_9__1"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_11__2"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_9__1__Impl"
- // InternalAadl2Parser.g:40429:1: rule__ThreadGroupImplementation__Group_9__1__Impl : ( ( ( rule__ThreadGroupImplementation__Alternatives_9_1 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_9_1 )* ) ) ;
- public final void rule__ThreadGroupImplementation__Group_9__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_11__2__Impl"
+ // InternalAadl2Parser.g:40316:1: rule__ThreadGroupImplementation__Group_11__2__Impl : ( ( ( rule__ThreadGroupImplementation__Alternatives_11_2 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_11_2 )* ) ) ;
+ public final void rule__ThreadGroupImplementation__Group_11__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40433:1: ( ( ( ( rule__ThreadGroupImplementation__Alternatives_9_1 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_9_1 )* ) ) )
- // InternalAadl2Parser.g:40434:1: ( ( ( rule__ThreadGroupImplementation__Alternatives_9_1 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_9_1 )* ) )
+ // InternalAadl2Parser.g:40320:1: ( ( ( ( rule__ThreadGroupImplementation__Alternatives_11_2 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_11_2 )* ) ) )
+ // InternalAadl2Parser.g:40321:1: ( ( ( rule__ThreadGroupImplementation__Alternatives_11_2 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_11_2 )* ) )
{
- // InternalAadl2Parser.g:40434:1: ( ( ( rule__ThreadGroupImplementation__Alternatives_9_1 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_9_1 )* ) )
- // InternalAadl2Parser.g:40435:2: ( ( rule__ThreadGroupImplementation__Alternatives_9_1 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_9_1 )* )
+ // InternalAadl2Parser.g:40321:1: ( ( ( rule__ThreadGroupImplementation__Alternatives_11_2 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_11_2 )* ) )
+ // InternalAadl2Parser.g:40322:2: ( ( rule__ThreadGroupImplementation__Alternatives_11_2 ) ) ( ( rule__ThreadGroupImplementation__Alternatives_11_2 )* )
{
- // InternalAadl2Parser.g:40435:2: ( ( rule__ThreadGroupImplementation__Alternatives_9_1 ) )
- // InternalAadl2Parser.g:40436:3: ( rule__ThreadGroupImplementation__Alternatives_9_1 )
+ // InternalAadl2Parser.g:40322:2: ( ( rule__ThreadGroupImplementation__Alternatives_11_2 ) )
+ // InternalAadl2Parser.g:40323:3: ( rule__ThreadGroupImplementation__Alternatives_11_2 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_9_1());
- // InternalAadl2Parser.g:40437:3: ( rule__ThreadGroupImplementation__Alternatives_9_1 )
- // InternalAadl2Parser.g:40437:4: rule__ThreadGroupImplementation__Alternatives_9_1
+ before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_11_2());
+ // InternalAadl2Parser.g:40324:3: ( rule__ThreadGroupImplementation__Alternatives_11_2 )
+ // InternalAadl2Parser.g:40324:4: rule__ThreadGroupImplementation__Alternatives_11_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadGroupImplementation__Alternatives_9_1();
+ rule__ThreadGroupImplementation__Alternatives_11_2();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_9_1());
+ after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_11_2());
}
- // InternalAadl2Parser.g:40440:2: ( ( rule__ThreadGroupImplementation__Alternatives_9_1 )* )
- // InternalAadl2Parser.g:40441:3: ( rule__ThreadGroupImplementation__Alternatives_9_1 )*
+ // InternalAadl2Parser.g:40327:2: ( ( rule__ThreadGroupImplementation__Alternatives_11_2 )* )
+ // InternalAadl2Parser.g:40328:3: ( rule__ThreadGroupImplementation__Alternatives_11_2 )*
{
- before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_9_1());
- // InternalAadl2Parser.g:40442:3: ( rule__ThreadGroupImplementation__Alternatives_9_1 )*
+ before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_11_2());
+ // InternalAadl2Parser.g:40329:3: ( rule__ThreadGroupImplementation__Alternatives_11_2 )*
loop740:
do {
int alt740=2;
@@ -151708,10 +151162,10 @@ public final void rule__ThreadGroupImplementation__Group_9__1__Impl() throws Rec
switch (alt740) {
case 1 :
- // InternalAadl2Parser.g:40442:4: rule__ThreadGroupImplementation__Alternatives_9_1
+ // InternalAadl2Parser.g:40329:4: rule__ThreadGroupImplementation__Alternatives_11_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadGroupImplementation__Alternatives_9_1();
+ rule__ThreadGroupImplementation__Alternatives_11_2();
state._fsp--;
@@ -151724,7 +151178,7 @@ public final void rule__ThreadGroupImplementation__Group_9__1__Impl() throws Rec
}
} while (true);
- after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_9_1());
+ after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_11_2());
}
@@ -151746,26 +151200,26 @@ public final void rule__ThreadGroupImplementation__Group_9__1__Impl() throws Rec
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_9__1__Impl"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_11__2__Impl"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_10__0"
- // InternalAadl2Parser.g:40452:1: rule__ThreadGroupImplementation__Group_10__0 : rule__ThreadGroupImplementation__Group_10__0__Impl rule__ThreadGroupImplementation__Group_10__1 ;
- public final void rule__ThreadGroupImplementation__Group_10__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_12__0"
+ // InternalAadl2Parser.g:40339:1: rule__ThreadGroupImplementation__Group_12__0 : rule__ThreadGroupImplementation__Group_12__0__Impl rule__ThreadGroupImplementation__Group_12__1 ;
+ public final void rule__ThreadGroupImplementation__Group_12__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40456:1: ( rule__ThreadGroupImplementation__Group_10__0__Impl rule__ThreadGroupImplementation__Group_10__1 )
- // InternalAadl2Parser.g:40457:2: rule__ThreadGroupImplementation__Group_10__0__Impl rule__ThreadGroupImplementation__Group_10__1
+ // InternalAadl2Parser.g:40343:1: ( rule__ThreadGroupImplementation__Group_12__0__Impl rule__ThreadGroupImplementation__Group_12__1 )
+ // InternalAadl2Parser.g:40344:2: rule__ThreadGroupImplementation__Group_12__0__Impl rule__ThreadGroupImplementation__Group_12__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__ThreadGroupImplementation__Group_10__0__Impl();
+ rule__ThreadGroupImplementation__Group_12__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_10__1();
+ rule__ThreadGroupImplementation__Group_12__1();
state._fsp--;
@@ -151784,25 +151238,25 @@ public final void rule__ThreadGroupImplementation__Group_10__0() throws Recognit
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_10__0"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_12__0"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_10__0__Impl"
- // InternalAadl2Parser.g:40464:1: rule__ThreadGroupImplementation__Group_10__0__Impl : ( Connections ) ;
- public final void rule__ThreadGroupImplementation__Group_10__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_12__0__Impl"
+ // InternalAadl2Parser.g:40351:1: rule__ThreadGroupImplementation__Group_12__0__Impl : ( Connections ) ;
+ public final void rule__ThreadGroupImplementation__Group_12__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40468:1: ( ( Connections ) )
- // InternalAadl2Parser.g:40469:1: ( Connections )
+ // InternalAadl2Parser.g:40355:1: ( ( Connections ) )
+ // InternalAadl2Parser.g:40356:1: ( Connections )
{
- // InternalAadl2Parser.g:40469:1: ( Connections )
- // InternalAadl2Parser.g:40470:2: Connections
+ // InternalAadl2Parser.g:40356:1: ( Connections )
+ // InternalAadl2Parser.g:40357:2: Connections
{
- before(grammarAccess.getThreadGroupImplementationAccess().getConnectionsKeyword_10_0());
+ before(grammarAccess.getThreadGroupImplementationAccess().getConnectionsKeyword_12_0());
match(input,Connections,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupImplementationAccess().getConnectionsKeyword_10_0());
+ after(grammarAccess.getThreadGroupImplementationAccess().getConnectionsKeyword_12_0());
}
@@ -151821,21 +151275,21 @@ public final void rule__ThreadGroupImplementation__Group_10__0__Impl() throws Re
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_10__0__Impl"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_12__0__Impl"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_10__1"
- // InternalAadl2Parser.g:40479:1: rule__ThreadGroupImplementation__Group_10__1 : rule__ThreadGroupImplementation__Group_10__1__Impl ;
- public final void rule__ThreadGroupImplementation__Group_10__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_12__1"
+ // InternalAadl2Parser.g:40366:1: rule__ThreadGroupImplementation__Group_12__1 : rule__ThreadGroupImplementation__Group_12__1__Impl ;
+ public final void rule__ThreadGroupImplementation__Group_12__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40483:1: ( rule__ThreadGroupImplementation__Group_10__1__Impl )
- // InternalAadl2Parser.g:40484:2: rule__ThreadGroupImplementation__Group_10__1__Impl
+ // InternalAadl2Parser.g:40370:1: ( rule__ThreadGroupImplementation__Group_12__1__Impl )
+ // InternalAadl2Parser.g:40371:2: rule__ThreadGroupImplementation__Group_12__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_10__1__Impl();
+ rule__ThreadGroupImplementation__Group_12__1__Impl();
state._fsp--;
@@ -151854,35 +151308,35 @@ public final void rule__ThreadGroupImplementation__Group_10__1() throws Recognit
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_10__1"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_12__1"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_10__1__Impl"
- // InternalAadl2Parser.g:40490:1: rule__ThreadGroupImplementation__Group_10__1__Impl : ( ( rule__ThreadGroupImplementation__Alternatives_10_1 ) ) ;
- public final void rule__ThreadGroupImplementation__Group_10__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_12__1__Impl"
+ // InternalAadl2Parser.g:40377:1: rule__ThreadGroupImplementation__Group_12__1__Impl : ( ( rule__ThreadGroupImplementation__Alternatives_12_1 ) ) ;
+ public final void rule__ThreadGroupImplementation__Group_12__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40494:1: ( ( ( rule__ThreadGroupImplementation__Alternatives_10_1 ) ) )
- // InternalAadl2Parser.g:40495:1: ( ( rule__ThreadGroupImplementation__Alternatives_10_1 ) )
+ // InternalAadl2Parser.g:40381:1: ( ( ( rule__ThreadGroupImplementation__Alternatives_12_1 ) ) )
+ // InternalAadl2Parser.g:40382:1: ( ( rule__ThreadGroupImplementation__Alternatives_12_1 ) )
{
- // InternalAadl2Parser.g:40495:1: ( ( rule__ThreadGroupImplementation__Alternatives_10_1 ) )
- // InternalAadl2Parser.g:40496:2: ( rule__ThreadGroupImplementation__Alternatives_10_1 )
+ // InternalAadl2Parser.g:40382:1: ( ( rule__ThreadGroupImplementation__Alternatives_12_1 ) )
+ // InternalAadl2Parser.g:40383:2: ( rule__ThreadGroupImplementation__Alternatives_12_1 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_10_1());
- // InternalAadl2Parser.g:40497:2: ( rule__ThreadGroupImplementation__Alternatives_10_1 )
- // InternalAadl2Parser.g:40497:3: rule__ThreadGroupImplementation__Alternatives_10_1
+ before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_12_1());
+ // InternalAadl2Parser.g:40384:2: ( rule__ThreadGroupImplementation__Alternatives_12_1 )
+ // InternalAadl2Parser.g:40384:3: rule__ThreadGroupImplementation__Alternatives_12_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Alternatives_10_1();
+ rule__ThreadGroupImplementation__Alternatives_12_1();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_10_1());
+ after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_12_1());
}
@@ -151901,26 +151355,26 @@ public final void rule__ThreadGroupImplementation__Group_10__1__Impl() throws Re
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_10__1__Impl"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_12__1__Impl"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_10_1_1__0"
- // InternalAadl2Parser.g:40506:1: rule__ThreadGroupImplementation__Group_10_1_1__0 : rule__ThreadGroupImplementation__Group_10_1_1__0__Impl rule__ThreadGroupImplementation__Group_10_1_1__1 ;
- public final void rule__ThreadGroupImplementation__Group_10_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_12_1_1__0"
+ // InternalAadl2Parser.g:40393:1: rule__ThreadGroupImplementation__Group_12_1_1__0 : rule__ThreadGroupImplementation__Group_12_1_1__0__Impl rule__ThreadGroupImplementation__Group_12_1_1__1 ;
+ public final void rule__ThreadGroupImplementation__Group_12_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40510:1: ( rule__ThreadGroupImplementation__Group_10_1_1__0__Impl rule__ThreadGroupImplementation__Group_10_1_1__1 )
- // InternalAadl2Parser.g:40511:2: rule__ThreadGroupImplementation__Group_10_1_1__0__Impl rule__ThreadGroupImplementation__Group_10_1_1__1
+ // InternalAadl2Parser.g:40397:1: ( rule__ThreadGroupImplementation__Group_12_1_1__0__Impl rule__ThreadGroupImplementation__Group_12_1_1__1 )
+ // InternalAadl2Parser.g:40398:2: rule__ThreadGroupImplementation__Group_12_1_1__0__Impl rule__ThreadGroupImplementation__Group_12_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__ThreadGroupImplementation__Group_10_1_1__0__Impl();
+ rule__ThreadGroupImplementation__Group_12_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_10_1_1__1();
+ rule__ThreadGroupImplementation__Group_12_1_1__1();
state._fsp--;
@@ -151939,35 +151393,35 @@ public final void rule__ThreadGroupImplementation__Group_10_1_1__0() throws Reco
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_10_1_1__0"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_12_1_1__0"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_10_1_1__0__Impl"
- // InternalAadl2Parser.g:40518:1: rule__ThreadGroupImplementation__Group_10_1_1__0__Impl : ( ( rule__ThreadGroupImplementation__NoConnectionsAssignment_10_1_1_0 ) ) ;
- public final void rule__ThreadGroupImplementation__Group_10_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_12_1_1__0__Impl"
+ // InternalAadl2Parser.g:40405:1: rule__ThreadGroupImplementation__Group_12_1_1__0__Impl : ( ( rule__ThreadGroupImplementation__NoConnectionsAssignment_12_1_1_0 ) ) ;
+ public final void rule__ThreadGroupImplementation__Group_12_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40522:1: ( ( ( rule__ThreadGroupImplementation__NoConnectionsAssignment_10_1_1_0 ) ) )
- // InternalAadl2Parser.g:40523:1: ( ( rule__ThreadGroupImplementation__NoConnectionsAssignment_10_1_1_0 ) )
+ // InternalAadl2Parser.g:40409:1: ( ( ( rule__ThreadGroupImplementation__NoConnectionsAssignment_12_1_1_0 ) ) )
+ // InternalAadl2Parser.g:40410:1: ( ( rule__ThreadGroupImplementation__NoConnectionsAssignment_12_1_1_0 ) )
{
- // InternalAadl2Parser.g:40523:1: ( ( rule__ThreadGroupImplementation__NoConnectionsAssignment_10_1_1_0 ) )
- // InternalAadl2Parser.g:40524:2: ( rule__ThreadGroupImplementation__NoConnectionsAssignment_10_1_1_0 )
+ // InternalAadl2Parser.g:40410:1: ( ( rule__ThreadGroupImplementation__NoConnectionsAssignment_12_1_1_0 ) )
+ // InternalAadl2Parser.g:40411:2: ( rule__ThreadGroupImplementation__NoConnectionsAssignment_12_1_1_0 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getNoConnectionsAssignment_10_1_1_0());
- // InternalAadl2Parser.g:40525:2: ( rule__ThreadGroupImplementation__NoConnectionsAssignment_10_1_1_0 )
- // InternalAadl2Parser.g:40525:3: rule__ThreadGroupImplementation__NoConnectionsAssignment_10_1_1_0
+ before(grammarAccess.getThreadGroupImplementationAccess().getNoConnectionsAssignment_12_1_1_0());
+ // InternalAadl2Parser.g:40412:2: ( rule__ThreadGroupImplementation__NoConnectionsAssignment_12_1_1_0 )
+ // InternalAadl2Parser.g:40412:3: rule__ThreadGroupImplementation__NoConnectionsAssignment_12_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__NoConnectionsAssignment_10_1_1_0();
+ rule__ThreadGroupImplementation__NoConnectionsAssignment_12_1_1_0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getNoConnectionsAssignment_10_1_1_0());
+ after(grammarAccess.getThreadGroupImplementationAccess().getNoConnectionsAssignment_12_1_1_0());
}
@@ -151986,21 +151440,21 @@ public final void rule__ThreadGroupImplementation__Group_10_1_1__0__Impl() throw
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_10_1_1__0__Impl"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_12_1_1__0__Impl"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_10_1_1__1"
- // InternalAadl2Parser.g:40533:1: rule__ThreadGroupImplementation__Group_10_1_1__1 : rule__ThreadGroupImplementation__Group_10_1_1__1__Impl ;
- public final void rule__ThreadGroupImplementation__Group_10_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_12_1_1__1"
+ // InternalAadl2Parser.g:40420:1: rule__ThreadGroupImplementation__Group_12_1_1__1 : rule__ThreadGroupImplementation__Group_12_1_1__1__Impl ;
+ public final void rule__ThreadGroupImplementation__Group_12_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40537:1: ( rule__ThreadGroupImplementation__Group_10_1_1__1__Impl )
- // InternalAadl2Parser.g:40538:2: rule__ThreadGroupImplementation__Group_10_1_1__1__Impl
+ // InternalAadl2Parser.g:40424:1: ( rule__ThreadGroupImplementation__Group_12_1_1__1__Impl )
+ // InternalAadl2Parser.g:40425:2: rule__ThreadGroupImplementation__Group_12_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_10_1_1__1__Impl();
+ rule__ThreadGroupImplementation__Group_12_1_1__1__Impl();
state._fsp--;
@@ -152019,25 +151473,25 @@ public final void rule__ThreadGroupImplementation__Group_10_1_1__1() throws Reco
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_10_1_1__1"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_12_1_1__1"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_10_1_1__1__Impl"
- // InternalAadl2Parser.g:40544:1: rule__ThreadGroupImplementation__Group_10_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__ThreadGroupImplementation__Group_10_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_12_1_1__1__Impl"
+ // InternalAadl2Parser.g:40431:1: rule__ThreadGroupImplementation__Group_12_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__ThreadGroupImplementation__Group_12_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40548:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:40549:1: ( Semicolon )
+ // InternalAadl2Parser.g:40435:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:40436:1: ( Semicolon )
{
- // InternalAadl2Parser.g:40549:1: ( Semicolon )
- // InternalAadl2Parser.g:40550:2: Semicolon
+ // InternalAadl2Parser.g:40436:1: ( Semicolon )
+ // InternalAadl2Parser.g:40437:2: Semicolon
{
- before(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_10_1_1_1());
+ before(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_12_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_10_1_1_1());
+ after(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_12_1_1_1());
}
@@ -152056,26 +151510,26 @@ public final void rule__ThreadGroupImplementation__Group_10_1_1__1__Impl() throw
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_10_1_1__1__Impl"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_12_1_1__1__Impl"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_11__0"
- // InternalAadl2Parser.g:40560:1: rule__ThreadGroupImplementation__Group_11__0 : rule__ThreadGroupImplementation__Group_11__0__Impl rule__ThreadGroupImplementation__Group_11__1 ;
- public final void rule__ThreadGroupImplementation__Group_11__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_13__0"
+ // InternalAadl2Parser.g:40447:1: rule__ThreadGroupImplementation__Group_13__0 : rule__ThreadGroupImplementation__Group_13__0__Impl rule__ThreadGroupImplementation__Group_13__1 ;
+ public final void rule__ThreadGroupImplementation__Group_13__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40564:1: ( rule__ThreadGroupImplementation__Group_11__0__Impl rule__ThreadGroupImplementation__Group_11__1 )
- // InternalAadl2Parser.g:40565:2: rule__ThreadGroupImplementation__Group_11__0__Impl rule__ThreadGroupImplementation__Group_11__1
+ // InternalAadl2Parser.g:40451:1: ( rule__ThreadGroupImplementation__Group_13__0__Impl rule__ThreadGroupImplementation__Group_13__1 )
+ // InternalAadl2Parser.g:40452:2: rule__ThreadGroupImplementation__Group_13__0__Impl rule__ThreadGroupImplementation__Group_13__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__ThreadGroupImplementation__Group_11__0__Impl();
+ rule__ThreadGroupImplementation__Group_13__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_11__1();
+ rule__ThreadGroupImplementation__Group_13__1();
state._fsp--;
@@ -152094,25 +151548,25 @@ public final void rule__ThreadGroupImplementation__Group_11__0() throws Recognit
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_11__0"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_13__0"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_11__0__Impl"
- // InternalAadl2Parser.g:40572:1: rule__ThreadGroupImplementation__Group_11__0__Impl : ( Flows ) ;
- public final void rule__ThreadGroupImplementation__Group_11__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_13__0__Impl"
+ // InternalAadl2Parser.g:40459:1: rule__ThreadGroupImplementation__Group_13__0__Impl : ( Flows ) ;
+ public final void rule__ThreadGroupImplementation__Group_13__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40576:1: ( ( Flows ) )
- // InternalAadl2Parser.g:40577:1: ( Flows )
+ // InternalAadl2Parser.g:40463:1: ( ( Flows ) )
+ // InternalAadl2Parser.g:40464:1: ( Flows )
{
- // InternalAadl2Parser.g:40577:1: ( Flows )
- // InternalAadl2Parser.g:40578:2: Flows
+ // InternalAadl2Parser.g:40464:1: ( Flows )
+ // InternalAadl2Parser.g:40465:2: Flows
{
- before(grammarAccess.getThreadGroupImplementationAccess().getFlowsKeyword_11_0());
+ before(grammarAccess.getThreadGroupImplementationAccess().getFlowsKeyword_13_0());
match(input,Flows,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupImplementationAccess().getFlowsKeyword_11_0());
+ after(grammarAccess.getThreadGroupImplementationAccess().getFlowsKeyword_13_0());
}
@@ -152131,21 +151585,21 @@ public final void rule__ThreadGroupImplementation__Group_11__0__Impl() throws Re
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_11__0__Impl"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_13__0__Impl"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_11__1"
- // InternalAadl2Parser.g:40587:1: rule__ThreadGroupImplementation__Group_11__1 : rule__ThreadGroupImplementation__Group_11__1__Impl ;
- public final void rule__ThreadGroupImplementation__Group_11__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_13__1"
+ // InternalAadl2Parser.g:40474:1: rule__ThreadGroupImplementation__Group_13__1 : rule__ThreadGroupImplementation__Group_13__1__Impl ;
+ public final void rule__ThreadGroupImplementation__Group_13__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40591:1: ( rule__ThreadGroupImplementation__Group_11__1__Impl )
- // InternalAadl2Parser.g:40592:2: rule__ThreadGroupImplementation__Group_11__1__Impl
+ // InternalAadl2Parser.g:40478:1: ( rule__ThreadGroupImplementation__Group_13__1__Impl )
+ // InternalAadl2Parser.g:40479:2: rule__ThreadGroupImplementation__Group_13__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_11__1__Impl();
+ rule__ThreadGroupImplementation__Group_13__1__Impl();
state._fsp--;
@@ -152164,35 +151618,35 @@ public final void rule__ThreadGroupImplementation__Group_11__1() throws Recognit
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_11__1"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_13__1"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_11__1__Impl"
- // InternalAadl2Parser.g:40598:1: rule__ThreadGroupImplementation__Group_11__1__Impl : ( ( rule__ThreadGroupImplementation__Alternatives_11_1 ) ) ;
- public final void rule__ThreadGroupImplementation__Group_11__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_13__1__Impl"
+ // InternalAadl2Parser.g:40485:1: rule__ThreadGroupImplementation__Group_13__1__Impl : ( ( rule__ThreadGroupImplementation__Alternatives_13_1 ) ) ;
+ public final void rule__ThreadGroupImplementation__Group_13__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40602:1: ( ( ( rule__ThreadGroupImplementation__Alternatives_11_1 ) ) )
- // InternalAadl2Parser.g:40603:1: ( ( rule__ThreadGroupImplementation__Alternatives_11_1 ) )
+ // InternalAadl2Parser.g:40489:1: ( ( ( rule__ThreadGroupImplementation__Alternatives_13_1 ) ) )
+ // InternalAadl2Parser.g:40490:1: ( ( rule__ThreadGroupImplementation__Alternatives_13_1 ) )
{
- // InternalAadl2Parser.g:40603:1: ( ( rule__ThreadGroupImplementation__Alternatives_11_1 ) )
- // InternalAadl2Parser.g:40604:2: ( rule__ThreadGroupImplementation__Alternatives_11_1 )
+ // InternalAadl2Parser.g:40490:1: ( ( rule__ThreadGroupImplementation__Alternatives_13_1 ) )
+ // InternalAadl2Parser.g:40491:2: ( rule__ThreadGroupImplementation__Alternatives_13_1 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_11_1());
- // InternalAadl2Parser.g:40605:2: ( rule__ThreadGroupImplementation__Alternatives_11_1 )
- // InternalAadl2Parser.g:40605:3: rule__ThreadGroupImplementation__Alternatives_11_1
+ before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_13_1());
+ // InternalAadl2Parser.g:40492:2: ( rule__ThreadGroupImplementation__Alternatives_13_1 )
+ // InternalAadl2Parser.g:40492:3: rule__ThreadGroupImplementation__Alternatives_13_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Alternatives_11_1();
+ rule__ThreadGroupImplementation__Alternatives_13_1();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_11_1());
+ after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_13_1());
}
@@ -152211,26 +151665,26 @@ public final void rule__ThreadGroupImplementation__Group_11__1__Impl() throws Re
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_11__1__Impl"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_13__1__Impl"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_11_1_1__0"
- // InternalAadl2Parser.g:40614:1: rule__ThreadGroupImplementation__Group_11_1_1__0 : rule__ThreadGroupImplementation__Group_11_1_1__0__Impl rule__ThreadGroupImplementation__Group_11_1_1__1 ;
- public final void rule__ThreadGroupImplementation__Group_11_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_13_1_1__0"
+ // InternalAadl2Parser.g:40501:1: rule__ThreadGroupImplementation__Group_13_1_1__0 : rule__ThreadGroupImplementation__Group_13_1_1__0__Impl rule__ThreadGroupImplementation__Group_13_1_1__1 ;
+ public final void rule__ThreadGroupImplementation__Group_13_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40618:1: ( rule__ThreadGroupImplementation__Group_11_1_1__0__Impl rule__ThreadGroupImplementation__Group_11_1_1__1 )
- // InternalAadl2Parser.g:40619:2: rule__ThreadGroupImplementation__Group_11_1_1__0__Impl rule__ThreadGroupImplementation__Group_11_1_1__1
+ // InternalAadl2Parser.g:40505:1: ( rule__ThreadGroupImplementation__Group_13_1_1__0__Impl rule__ThreadGroupImplementation__Group_13_1_1__1 )
+ // InternalAadl2Parser.g:40506:2: rule__ThreadGroupImplementation__Group_13_1_1__0__Impl rule__ThreadGroupImplementation__Group_13_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__ThreadGroupImplementation__Group_11_1_1__0__Impl();
+ rule__ThreadGroupImplementation__Group_13_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_11_1_1__1();
+ rule__ThreadGroupImplementation__Group_13_1_1__1();
state._fsp--;
@@ -152249,35 +151703,35 @@ public final void rule__ThreadGroupImplementation__Group_11_1_1__0() throws Reco
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_11_1_1__0"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_13_1_1__0"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_11_1_1__0__Impl"
- // InternalAadl2Parser.g:40626:1: rule__ThreadGroupImplementation__Group_11_1_1__0__Impl : ( ( rule__ThreadGroupImplementation__NoFlowsAssignment_11_1_1_0 ) ) ;
- public final void rule__ThreadGroupImplementation__Group_11_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_13_1_1__0__Impl"
+ // InternalAadl2Parser.g:40513:1: rule__ThreadGroupImplementation__Group_13_1_1__0__Impl : ( ( rule__ThreadGroupImplementation__NoFlowsAssignment_13_1_1_0 ) ) ;
+ public final void rule__ThreadGroupImplementation__Group_13_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40630:1: ( ( ( rule__ThreadGroupImplementation__NoFlowsAssignment_11_1_1_0 ) ) )
- // InternalAadl2Parser.g:40631:1: ( ( rule__ThreadGroupImplementation__NoFlowsAssignment_11_1_1_0 ) )
+ // InternalAadl2Parser.g:40517:1: ( ( ( rule__ThreadGroupImplementation__NoFlowsAssignment_13_1_1_0 ) ) )
+ // InternalAadl2Parser.g:40518:1: ( ( rule__ThreadGroupImplementation__NoFlowsAssignment_13_1_1_0 ) )
{
- // InternalAadl2Parser.g:40631:1: ( ( rule__ThreadGroupImplementation__NoFlowsAssignment_11_1_1_0 ) )
- // InternalAadl2Parser.g:40632:2: ( rule__ThreadGroupImplementation__NoFlowsAssignment_11_1_1_0 )
+ // InternalAadl2Parser.g:40518:1: ( ( rule__ThreadGroupImplementation__NoFlowsAssignment_13_1_1_0 ) )
+ // InternalAadl2Parser.g:40519:2: ( rule__ThreadGroupImplementation__NoFlowsAssignment_13_1_1_0 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getNoFlowsAssignment_11_1_1_0());
- // InternalAadl2Parser.g:40633:2: ( rule__ThreadGroupImplementation__NoFlowsAssignment_11_1_1_0 )
- // InternalAadl2Parser.g:40633:3: rule__ThreadGroupImplementation__NoFlowsAssignment_11_1_1_0
+ before(grammarAccess.getThreadGroupImplementationAccess().getNoFlowsAssignment_13_1_1_0());
+ // InternalAadl2Parser.g:40520:2: ( rule__ThreadGroupImplementation__NoFlowsAssignment_13_1_1_0 )
+ // InternalAadl2Parser.g:40520:3: rule__ThreadGroupImplementation__NoFlowsAssignment_13_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__NoFlowsAssignment_11_1_1_0();
+ rule__ThreadGroupImplementation__NoFlowsAssignment_13_1_1_0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getNoFlowsAssignment_11_1_1_0());
+ after(grammarAccess.getThreadGroupImplementationAccess().getNoFlowsAssignment_13_1_1_0());
}
@@ -152296,21 +151750,21 @@ public final void rule__ThreadGroupImplementation__Group_11_1_1__0__Impl() throw
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_11_1_1__0__Impl"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_13_1_1__0__Impl"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_11_1_1__1"
- // InternalAadl2Parser.g:40641:1: rule__ThreadGroupImplementation__Group_11_1_1__1 : rule__ThreadGroupImplementation__Group_11_1_1__1__Impl ;
- public final void rule__ThreadGroupImplementation__Group_11_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_13_1_1__1"
+ // InternalAadl2Parser.g:40528:1: rule__ThreadGroupImplementation__Group_13_1_1__1 : rule__ThreadGroupImplementation__Group_13_1_1__1__Impl ;
+ public final void rule__ThreadGroupImplementation__Group_13_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40645:1: ( rule__ThreadGroupImplementation__Group_11_1_1__1__Impl )
- // InternalAadl2Parser.g:40646:2: rule__ThreadGroupImplementation__Group_11_1_1__1__Impl
+ // InternalAadl2Parser.g:40532:1: ( rule__ThreadGroupImplementation__Group_13_1_1__1__Impl )
+ // InternalAadl2Parser.g:40533:2: rule__ThreadGroupImplementation__Group_13_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_11_1_1__1__Impl();
+ rule__ThreadGroupImplementation__Group_13_1_1__1__Impl();
state._fsp--;
@@ -152329,25 +151783,25 @@ public final void rule__ThreadGroupImplementation__Group_11_1_1__1() throws Reco
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_11_1_1__1"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_13_1_1__1"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_11_1_1__1__Impl"
- // InternalAadl2Parser.g:40652:1: rule__ThreadGroupImplementation__Group_11_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__ThreadGroupImplementation__Group_11_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_13_1_1__1__Impl"
+ // InternalAadl2Parser.g:40539:1: rule__ThreadGroupImplementation__Group_13_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__ThreadGroupImplementation__Group_13_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40656:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:40657:1: ( Semicolon )
+ // InternalAadl2Parser.g:40543:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:40544:1: ( Semicolon )
{
- // InternalAadl2Parser.g:40657:1: ( Semicolon )
- // InternalAadl2Parser.g:40658:2: Semicolon
+ // InternalAadl2Parser.g:40544:1: ( Semicolon )
+ // InternalAadl2Parser.g:40545:2: Semicolon
{
- before(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_11_1_1_1());
+ before(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_13_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_11_1_1_1());
+ after(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_13_1_1_1());
}
@@ -152366,26 +151820,26 @@ public final void rule__ThreadGroupImplementation__Group_11_1_1__1__Impl() throw
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_11_1_1__1__Impl"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_13_1_1__1__Impl"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_12__0"
- // InternalAadl2Parser.g:40668:1: rule__ThreadGroupImplementation__Group_12__0 : rule__ThreadGroupImplementation__Group_12__0__Impl rule__ThreadGroupImplementation__Group_12__1 ;
- public final void rule__ThreadGroupImplementation__Group_12__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_14__0"
+ // InternalAadl2Parser.g:40555:1: rule__ThreadGroupImplementation__Group_14__0 : rule__ThreadGroupImplementation__Group_14__0__Impl rule__ThreadGroupImplementation__Group_14__1 ;
+ public final void rule__ThreadGroupImplementation__Group_14__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40672:1: ( rule__ThreadGroupImplementation__Group_12__0__Impl rule__ThreadGroupImplementation__Group_12__1 )
- // InternalAadl2Parser.g:40673:2: rule__ThreadGroupImplementation__Group_12__0__Impl rule__ThreadGroupImplementation__Group_12__1
+ // InternalAadl2Parser.g:40559:1: ( rule__ThreadGroupImplementation__Group_14__0__Impl rule__ThreadGroupImplementation__Group_14__1 )
+ // InternalAadl2Parser.g:40560:2: rule__ThreadGroupImplementation__Group_14__0__Impl rule__ThreadGroupImplementation__Group_14__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__ThreadGroupImplementation__Group_12__0__Impl();
+ rule__ThreadGroupImplementation__Group_14__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_12__1();
+ rule__ThreadGroupImplementation__Group_14__1();
state._fsp--;
@@ -152404,25 +151858,25 @@ public final void rule__ThreadGroupImplementation__Group_12__0() throws Recognit
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_12__0"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_14__0"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_12__0__Impl"
- // InternalAadl2Parser.g:40680:1: rule__ThreadGroupImplementation__Group_12__0__Impl : ( Modes ) ;
- public final void rule__ThreadGroupImplementation__Group_12__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_14__0__Impl"
+ // InternalAadl2Parser.g:40567:1: rule__ThreadGroupImplementation__Group_14__0__Impl : ( Modes ) ;
+ public final void rule__ThreadGroupImplementation__Group_14__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40684:1: ( ( Modes ) )
- // InternalAadl2Parser.g:40685:1: ( Modes )
+ // InternalAadl2Parser.g:40571:1: ( ( Modes ) )
+ // InternalAadl2Parser.g:40572:1: ( Modes )
{
- // InternalAadl2Parser.g:40685:1: ( Modes )
- // InternalAadl2Parser.g:40686:2: Modes
+ // InternalAadl2Parser.g:40572:1: ( Modes )
+ // InternalAadl2Parser.g:40573:2: Modes
{
- before(grammarAccess.getThreadGroupImplementationAccess().getModesKeyword_12_0());
+ before(grammarAccess.getThreadGroupImplementationAccess().getModesKeyword_14_0());
match(input,Modes,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupImplementationAccess().getModesKeyword_12_0());
+ after(grammarAccess.getThreadGroupImplementationAccess().getModesKeyword_14_0());
}
@@ -152441,21 +151895,21 @@ public final void rule__ThreadGroupImplementation__Group_12__0__Impl() throws Re
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_12__0__Impl"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_14__0__Impl"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_12__1"
- // InternalAadl2Parser.g:40695:1: rule__ThreadGroupImplementation__Group_12__1 : rule__ThreadGroupImplementation__Group_12__1__Impl ;
- public final void rule__ThreadGroupImplementation__Group_12__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_14__1"
+ // InternalAadl2Parser.g:40582:1: rule__ThreadGroupImplementation__Group_14__1 : rule__ThreadGroupImplementation__Group_14__1__Impl ;
+ public final void rule__ThreadGroupImplementation__Group_14__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40699:1: ( rule__ThreadGroupImplementation__Group_12__1__Impl )
- // InternalAadl2Parser.g:40700:2: rule__ThreadGroupImplementation__Group_12__1__Impl
+ // InternalAadl2Parser.g:40586:1: ( rule__ThreadGroupImplementation__Group_14__1__Impl )
+ // InternalAadl2Parser.g:40587:2: rule__ThreadGroupImplementation__Group_14__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_12__1__Impl();
+ rule__ThreadGroupImplementation__Group_14__1__Impl();
state._fsp--;
@@ -152474,35 +151928,35 @@ public final void rule__ThreadGroupImplementation__Group_12__1() throws Recognit
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_12__1"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_14__1"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_12__1__Impl"
- // InternalAadl2Parser.g:40706:1: rule__ThreadGroupImplementation__Group_12__1__Impl : ( ( rule__ThreadGroupImplementation__Alternatives_12_1 ) ) ;
- public final void rule__ThreadGroupImplementation__Group_12__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_14__1__Impl"
+ // InternalAadl2Parser.g:40593:1: rule__ThreadGroupImplementation__Group_14__1__Impl : ( ( rule__ThreadGroupImplementation__Alternatives_14_1 ) ) ;
+ public final void rule__ThreadGroupImplementation__Group_14__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40710:1: ( ( ( rule__ThreadGroupImplementation__Alternatives_12_1 ) ) )
- // InternalAadl2Parser.g:40711:1: ( ( rule__ThreadGroupImplementation__Alternatives_12_1 ) )
+ // InternalAadl2Parser.g:40597:1: ( ( ( rule__ThreadGroupImplementation__Alternatives_14_1 ) ) )
+ // InternalAadl2Parser.g:40598:1: ( ( rule__ThreadGroupImplementation__Alternatives_14_1 ) )
{
- // InternalAadl2Parser.g:40711:1: ( ( rule__ThreadGroupImplementation__Alternatives_12_1 ) )
- // InternalAadl2Parser.g:40712:2: ( rule__ThreadGroupImplementation__Alternatives_12_1 )
+ // InternalAadl2Parser.g:40598:1: ( ( rule__ThreadGroupImplementation__Alternatives_14_1 ) )
+ // InternalAadl2Parser.g:40599:2: ( rule__ThreadGroupImplementation__Alternatives_14_1 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_12_1());
- // InternalAadl2Parser.g:40713:2: ( rule__ThreadGroupImplementation__Alternatives_12_1 )
- // InternalAadl2Parser.g:40713:3: rule__ThreadGroupImplementation__Alternatives_12_1
+ before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_14_1());
+ // InternalAadl2Parser.g:40600:2: ( rule__ThreadGroupImplementation__Alternatives_14_1 )
+ // InternalAadl2Parser.g:40600:3: rule__ThreadGroupImplementation__Alternatives_14_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Alternatives_12_1();
+ rule__ThreadGroupImplementation__Alternatives_14_1();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_12_1());
+ after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_14_1());
}
@@ -152521,26 +151975,26 @@ public final void rule__ThreadGroupImplementation__Group_12__1__Impl() throws Re
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_12__1__Impl"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_14__1__Impl"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_12_1_1__0"
- // InternalAadl2Parser.g:40722:1: rule__ThreadGroupImplementation__Group_12_1_1__0 : rule__ThreadGroupImplementation__Group_12_1_1__0__Impl rule__ThreadGroupImplementation__Group_12_1_1__1 ;
- public final void rule__ThreadGroupImplementation__Group_12_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_14_1_1__0"
+ // InternalAadl2Parser.g:40609:1: rule__ThreadGroupImplementation__Group_14_1_1__0 : rule__ThreadGroupImplementation__Group_14_1_1__0__Impl rule__ThreadGroupImplementation__Group_14_1_1__1 ;
+ public final void rule__ThreadGroupImplementation__Group_14_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40726:1: ( rule__ThreadGroupImplementation__Group_12_1_1__0__Impl rule__ThreadGroupImplementation__Group_12_1_1__1 )
- // InternalAadl2Parser.g:40727:2: rule__ThreadGroupImplementation__Group_12_1_1__0__Impl rule__ThreadGroupImplementation__Group_12_1_1__1
+ // InternalAadl2Parser.g:40613:1: ( rule__ThreadGroupImplementation__Group_14_1_1__0__Impl rule__ThreadGroupImplementation__Group_14_1_1__1 )
+ // InternalAadl2Parser.g:40614:2: rule__ThreadGroupImplementation__Group_14_1_1__0__Impl rule__ThreadGroupImplementation__Group_14_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__ThreadGroupImplementation__Group_12_1_1__0__Impl();
+ rule__ThreadGroupImplementation__Group_14_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_12_1_1__1();
+ rule__ThreadGroupImplementation__Group_14_1_1__1();
state._fsp--;
@@ -152559,35 +152013,35 @@ public final void rule__ThreadGroupImplementation__Group_12_1_1__0() throws Reco
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_12_1_1__0"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_14_1_1__0"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_12_1_1__0__Impl"
- // InternalAadl2Parser.g:40734:1: rule__ThreadGroupImplementation__Group_12_1_1__0__Impl : ( ( rule__ThreadGroupImplementation__NoModesAssignment_12_1_1_0 ) ) ;
- public final void rule__ThreadGroupImplementation__Group_12_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_14_1_1__0__Impl"
+ // InternalAadl2Parser.g:40621:1: rule__ThreadGroupImplementation__Group_14_1_1__0__Impl : ( ( rule__ThreadGroupImplementation__NoModesAssignment_14_1_1_0 ) ) ;
+ public final void rule__ThreadGroupImplementation__Group_14_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40738:1: ( ( ( rule__ThreadGroupImplementation__NoModesAssignment_12_1_1_0 ) ) )
- // InternalAadl2Parser.g:40739:1: ( ( rule__ThreadGroupImplementation__NoModesAssignment_12_1_1_0 ) )
+ // InternalAadl2Parser.g:40625:1: ( ( ( rule__ThreadGroupImplementation__NoModesAssignment_14_1_1_0 ) ) )
+ // InternalAadl2Parser.g:40626:1: ( ( rule__ThreadGroupImplementation__NoModesAssignment_14_1_1_0 ) )
{
- // InternalAadl2Parser.g:40739:1: ( ( rule__ThreadGroupImplementation__NoModesAssignment_12_1_1_0 ) )
- // InternalAadl2Parser.g:40740:2: ( rule__ThreadGroupImplementation__NoModesAssignment_12_1_1_0 )
+ // InternalAadl2Parser.g:40626:1: ( ( rule__ThreadGroupImplementation__NoModesAssignment_14_1_1_0 ) )
+ // InternalAadl2Parser.g:40627:2: ( rule__ThreadGroupImplementation__NoModesAssignment_14_1_1_0 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getNoModesAssignment_12_1_1_0());
- // InternalAadl2Parser.g:40741:2: ( rule__ThreadGroupImplementation__NoModesAssignment_12_1_1_0 )
- // InternalAadl2Parser.g:40741:3: rule__ThreadGroupImplementation__NoModesAssignment_12_1_1_0
+ before(grammarAccess.getThreadGroupImplementationAccess().getNoModesAssignment_14_1_1_0());
+ // InternalAadl2Parser.g:40628:2: ( rule__ThreadGroupImplementation__NoModesAssignment_14_1_1_0 )
+ // InternalAadl2Parser.g:40628:3: rule__ThreadGroupImplementation__NoModesAssignment_14_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__NoModesAssignment_12_1_1_0();
+ rule__ThreadGroupImplementation__NoModesAssignment_14_1_1_0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getNoModesAssignment_12_1_1_0());
+ after(grammarAccess.getThreadGroupImplementationAccess().getNoModesAssignment_14_1_1_0());
}
@@ -152606,21 +152060,21 @@ public final void rule__ThreadGroupImplementation__Group_12_1_1__0__Impl() throw
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_12_1_1__0__Impl"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_14_1_1__0__Impl"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_12_1_1__1"
- // InternalAadl2Parser.g:40749:1: rule__ThreadGroupImplementation__Group_12_1_1__1 : rule__ThreadGroupImplementation__Group_12_1_1__1__Impl ;
- public final void rule__ThreadGroupImplementation__Group_12_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_14_1_1__1"
+ // InternalAadl2Parser.g:40636:1: rule__ThreadGroupImplementation__Group_14_1_1__1 : rule__ThreadGroupImplementation__Group_14_1_1__1__Impl ;
+ public final void rule__ThreadGroupImplementation__Group_14_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40753:1: ( rule__ThreadGroupImplementation__Group_12_1_1__1__Impl )
- // InternalAadl2Parser.g:40754:2: rule__ThreadGroupImplementation__Group_12_1_1__1__Impl
+ // InternalAadl2Parser.g:40640:1: ( rule__ThreadGroupImplementation__Group_14_1_1__1__Impl )
+ // InternalAadl2Parser.g:40641:2: rule__ThreadGroupImplementation__Group_14_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_12_1_1__1__Impl();
+ rule__ThreadGroupImplementation__Group_14_1_1__1__Impl();
state._fsp--;
@@ -152639,25 +152093,25 @@ public final void rule__ThreadGroupImplementation__Group_12_1_1__1() throws Reco
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_12_1_1__1"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_14_1_1__1"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_12_1_1__1__Impl"
- // InternalAadl2Parser.g:40760:1: rule__ThreadGroupImplementation__Group_12_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__ThreadGroupImplementation__Group_12_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_14_1_1__1__Impl"
+ // InternalAadl2Parser.g:40647:1: rule__ThreadGroupImplementation__Group_14_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__ThreadGroupImplementation__Group_14_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40764:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:40765:1: ( Semicolon )
+ // InternalAadl2Parser.g:40651:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:40652:1: ( Semicolon )
{
- // InternalAadl2Parser.g:40765:1: ( Semicolon )
- // InternalAadl2Parser.g:40766:2: Semicolon
+ // InternalAadl2Parser.g:40652:1: ( Semicolon )
+ // InternalAadl2Parser.g:40653:2: Semicolon
{
- before(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_12_1_1_1());
+ before(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_14_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_12_1_1_1());
+ after(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_14_1_1_1());
}
@@ -152676,26 +152130,26 @@ public final void rule__ThreadGroupImplementation__Group_12_1_1__1__Impl() throw
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_12_1_1__1__Impl"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_14_1_1__1__Impl"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_13__0"
- // InternalAadl2Parser.g:40776:1: rule__ThreadGroupImplementation__Group_13__0 : rule__ThreadGroupImplementation__Group_13__0__Impl rule__ThreadGroupImplementation__Group_13__1 ;
- public final void rule__ThreadGroupImplementation__Group_13__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_15__0"
+ // InternalAadl2Parser.g:40663:1: rule__ThreadGroupImplementation__Group_15__0 : rule__ThreadGroupImplementation__Group_15__0__Impl rule__ThreadGroupImplementation__Group_15__1 ;
+ public final void rule__ThreadGroupImplementation__Group_15__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40780:1: ( rule__ThreadGroupImplementation__Group_13__0__Impl rule__ThreadGroupImplementation__Group_13__1 )
- // InternalAadl2Parser.g:40781:2: rule__ThreadGroupImplementation__Group_13__0__Impl rule__ThreadGroupImplementation__Group_13__1
+ // InternalAadl2Parser.g:40667:1: ( rule__ThreadGroupImplementation__Group_15__0__Impl rule__ThreadGroupImplementation__Group_15__1 )
+ // InternalAadl2Parser.g:40668:2: rule__ThreadGroupImplementation__Group_15__0__Impl rule__ThreadGroupImplementation__Group_15__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__ThreadGroupImplementation__Group_13__0__Impl();
+ rule__ThreadGroupImplementation__Group_15__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_13__1();
+ rule__ThreadGroupImplementation__Group_15__1();
state._fsp--;
@@ -152714,25 +152168,25 @@ public final void rule__ThreadGroupImplementation__Group_13__0() throws Recognit
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_13__0"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_15__0"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_13__0__Impl"
- // InternalAadl2Parser.g:40788:1: rule__ThreadGroupImplementation__Group_13__0__Impl : ( Properties ) ;
- public final void rule__ThreadGroupImplementation__Group_13__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_15__0__Impl"
+ // InternalAadl2Parser.g:40675:1: rule__ThreadGroupImplementation__Group_15__0__Impl : ( Properties ) ;
+ public final void rule__ThreadGroupImplementation__Group_15__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40792:1: ( ( Properties ) )
- // InternalAadl2Parser.g:40793:1: ( Properties )
+ // InternalAadl2Parser.g:40679:1: ( ( Properties ) )
+ // InternalAadl2Parser.g:40680:1: ( Properties )
{
- // InternalAadl2Parser.g:40793:1: ( Properties )
- // InternalAadl2Parser.g:40794:2: Properties
+ // InternalAadl2Parser.g:40680:1: ( Properties )
+ // InternalAadl2Parser.g:40681:2: Properties
{
- before(grammarAccess.getThreadGroupImplementationAccess().getPropertiesKeyword_13_0());
+ before(grammarAccess.getThreadGroupImplementationAccess().getPropertiesKeyword_15_0());
match(input,Properties,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupImplementationAccess().getPropertiesKeyword_13_0());
+ after(grammarAccess.getThreadGroupImplementationAccess().getPropertiesKeyword_15_0());
}
@@ -152751,21 +152205,21 @@ public final void rule__ThreadGroupImplementation__Group_13__0__Impl() throws Re
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_13__0__Impl"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_15__0__Impl"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_13__1"
- // InternalAadl2Parser.g:40803:1: rule__ThreadGroupImplementation__Group_13__1 : rule__ThreadGroupImplementation__Group_13__1__Impl ;
- public final void rule__ThreadGroupImplementation__Group_13__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_15__1"
+ // InternalAadl2Parser.g:40690:1: rule__ThreadGroupImplementation__Group_15__1 : rule__ThreadGroupImplementation__Group_15__1__Impl ;
+ public final void rule__ThreadGroupImplementation__Group_15__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40807:1: ( rule__ThreadGroupImplementation__Group_13__1__Impl )
- // InternalAadl2Parser.g:40808:2: rule__ThreadGroupImplementation__Group_13__1__Impl
+ // InternalAadl2Parser.g:40694:1: ( rule__ThreadGroupImplementation__Group_15__1__Impl )
+ // InternalAadl2Parser.g:40695:2: rule__ThreadGroupImplementation__Group_15__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_13__1__Impl();
+ rule__ThreadGroupImplementation__Group_15__1__Impl();
state._fsp--;
@@ -152784,35 +152238,35 @@ public final void rule__ThreadGroupImplementation__Group_13__1() throws Recognit
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_13__1"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_15__1"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_13__1__Impl"
- // InternalAadl2Parser.g:40814:1: rule__ThreadGroupImplementation__Group_13__1__Impl : ( ( rule__ThreadGroupImplementation__Alternatives_13_1 ) ) ;
- public final void rule__ThreadGroupImplementation__Group_13__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_15__1__Impl"
+ // InternalAadl2Parser.g:40701:1: rule__ThreadGroupImplementation__Group_15__1__Impl : ( ( rule__ThreadGroupImplementation__Alternatives_15_1 ) ) ;
+ public final void rule__ThreadGroupImplementation__Group_15__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40818:1: ( ( ( rule__ThreadGroupImplementation__Alternatives_13_1 ) ) )
- // InternalAadl2Parser.g:40819:1: ( ( rule__ThreadGroupImplementation__Alternatives_13_1 ) )
+ // InternalAadl2Parser.g:40705:1: ( ( ( rule__ThreadGroupImplementation__Alternatives_15_1 ) ) )
+ // InternalAadl2Parser.g:40706:1: ( ( rule__ThreadGroupImplementation__Alternatives_15_1 ) )
{
- // InternalAadl2Parser.g:40819:1: ( ( rule__ThreadGroupImplementation__Alternatives_13_1 ) )
- // InternalAadl2Parser.g:40820:2: ( rule__ThreadGroupImplementation__Alternatives_13_1 )
+ // InternalAadl2Parser.g:40706:1: ( ( rule__ThreadGroupImplementation__Alternatives_15_1 ) )
+ // InternalAadl2Parser.g:40707:2: ( rule__ThreadGroupImplementation__Alternatives_15_1 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_13_1());
- // InternalAadl2Parser.g:40821:2: ( rule__ThreadGroupImplementation__Alternatives_13_1 )
- // InternalAadl2Parser.g:40821:3: rule__ThreadGroupImplementation__Alternatives_13_1
+ before(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_15_1());
+ // InternalAadl2Parser.g:40708:2: ( rule__ThreadGroupImplementation__Alternatives_15_1 )
+ // InternalAadl2Parser.g:40708:3: rule__ThreadGroupImplementation__Alternatives_15_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Alternatives_13_1();
+ rule__ThreadGroupImplementation__Alternatives_15_1();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_13_1());
+ after(grammarAccess.getThreadGroupImplementationAccess().getAlternatives_15_1());
}
@@ -152831,26 +152285,26 @@ public final void rule__ThreadGroupImplementation__Group_13__1__Impl() throws Re
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_13__1__Impl"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_15__1__Impl"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_13_1_1__0"
- // InternalAadl2Parser.g:40830:1: rule__ThreadGroupImplementation__Group_13_1_1__0 : rule__ThreadGroupImplementation__Group_13_1_1__0__Impl rule__ThreadGroupImplementation__Group_13_1_1__1 ;
- public final void rule__ThreadGroupImplementation__Group_13_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_15_1_1__0"
+ // InternalAadl2Parser.g:40717:1: rule__ThreadGroupImplementation__Group_15_1_1__0 : rule__ThreadGroupImplementation__Group_15_1_1__0__Impl rule__ThreadGroupImplementation__Group_15_1_1__1 ;
+ public final void rule__ThreadGroupImplementation__Group_15_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40834:1: ( rule__ThreadGroupImplementation__Group_13_1_1__0__Impl rule__ThreadGroupImplementation__Group_13_1_1__1 )
- // InternalAadl2Parser.g:40835:2: rule__ThreadGroupImplementation__Group_13_1_1__0__Impl rule__ThreadGroupImplementation__Group_13_1_1__1
+ // InternalAadl2Parser.g:40721:1: ( rule__ThreadGroupImplementation__Group_15_1_1__0__Impl rule__ThreadGroupImplementation__Group_15_1_1__1 )
+ // InternalAadl2Parser.g:40722:2: rule__ThreadGroupImplementation__Group_15_1_1__0__Impl rule__ThreadGroupImplementation__Group_15_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__ThreadGroupImplementation__Group_13_1_1__0__Impl();
+ rule__ThreadGroupImplementation__Group_15_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_13_1_1__1();
+ rule__ThreadGroupImplementation__Group_15_1_1__1();
state._fsp--;
@@ -152869,35 +152323,35 @@ public final void rule__ThreadGroupImplementation__Group_13_1_1__0() throws Reco
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_13_1_1__0"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_15_1_1__0"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_13_1_1__0__Impl"
- // InternalAadl2Parser.g:40842:1: rule__ThreadGroupImplementation__Group_13_1_1__0__Impl : ( ( rule__ThreadGroupImplementation__NoPropertiesAssignment_13_1_1_0 ) ) ;
- public final void rule__ThreadGroupImplementation__Group_13_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_15_1_1__0__Impl"
+ // InternalAadl2Parser.g:40729:1: rule__ThreadGroupImplementation__Group_15_1_1__0__Impl : ( ( rule__ThreadGroupImplementation__NoPropertiesAssignment_15_1_1_0 ) ) ;
+ public final void rule__ThreadGroupImplementation__Group_15_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40846:1: ( ( ( rule__ThreadGroupImplementation__NoPropertiesAssignment_13_1_1_0 ) ) )
- // InternalAadl2Parser.g:40847:1: ( ( rule__ThreadGroupImplementation__NoPropertiesAssignment_13_1_1_0 ) )
+ // InternalAadl2Parser.g:40733:1: ( ( ( rule__ThreadGroupImplementation__NoPropertiesAssignment_15_1_1_0 ) ) )
+ // InternalAadl2Parser.g:40734:1: ( ( rule__ThreadGroupImplementation__NoPropertiesAssignment_15_1_1_0 ) )
{
- // InternalAadl2Parser.g:40847:1: ( ( rule__ThreadGroupImplementation__NoPropertiesAssignment_13_1_1_0 ) )
- // InternalAadl2Parser.g:40848:2: ( rule__ThreadGroupImplementation__NoPropertiesAssignment_13_1_1_0 )
+ // InternalAadl2Parser.g:40734:1: ( ( rule__ThreadGroupImplementation__NoPropertiesAssignment_15_1_1_0 ) )
+ // InternalAadl2Parser.g:40735:2: ( rule__ThreadGroupImplementation__NoPropertiesAssignment_15_1_1_0 )
{
- before(grammarAccess.getThreadGroupImplementationAccess().getNoPropertiesAssignment_13_1_1_0());
- // InternalAadl2Parser.g:40849:2: ( rule__ThreadGroupImplementation__NoPropertiesAssignment_13_1_1_0 )
- // InternalAadl2Parser.g:40849:3: rule__ThreadGroupImplementation__NoPropertiesAssignment_13_1_1_0
+ before(grammarAccess.getThreadGroupImplementationAccess().getNoPropertiesAssignment_15_1_1_0());
+ // InternalAadl2Parser.g:40736:2: ( rule__ThreadGroupImplementation__NoPropertiesAssignment_15_1_1_0 )
+ // InternalAadl2Parser.g:40736:3: rule__ThreadGroupImplementation__NoPropertiesAssignment_15_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__NoPropertiesAssignment_13_1_1_0();
+ rule__ThreadGroupImplementation__NoPropertiesAssignment_15_1_1_0();
state._fsp--;
}
- after(grammarAccess.getThreadGroupImplementationAccess().getNoPropertiesAssignment_13_1_1_0());
+ after(grammarAccess.getThreadGroupImplementationAccess().getNoPropertiesAssignment_15_1_1_0());
}
@@ -152916,21 +152370,21 @@ public final void rule__ThreadGroupImplementation__Group_13_1_1__0__Impl() throw
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_13_1_1__0__Impl"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_15_1_1__0__Impl"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_13_1_1__1"
- // InternalAadl2Parser.g:40857:1: rule__ThreadGroupImplementation__Group_13_1_1__1 : rule__ThreadGroupImplementation__Group_13_1_1__1__Impl ;
- public final void rule__ThreadGroupImplementation__Group_13_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_15_1_1__1"
+ // InternalAadl2Parser.g:40744:1: rule__ThreadGroupImplementation__Group_15_1_1__1 : rule__ThreadGroupImplementation__Group_15_1_1__1__Impl ;
+ public final void rule__ThreadGroupImplementation__Group_15_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40861:1: ( rule__ThreadGroupImplementation__Group_13_1_1__1__Impl )
- // InternalAadl2Parser.g:40862:2: rule__ThreadGroupImplementation__Group_13_1_1__1__Impl
+ // InternalAadl2Parser.g:40748:1: ( rule__ThreadGroupImplementation__Group_15_1_1__1__Impl )
+ // InternalAadl2Parser.g:40749:2: rule__ThreadGroupImplementation__Group_15_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadGroupImplementation__Group_13_1_1__1__Impl();
+ rule__ThreadGroupImplementation__Group_15_1_1__1__Impl();
state._fsp--;
@@ -152949,25 +152403,25 @@ public final void rule__ThreadGroupImplementation__Group_13_1_1__1() throws Reco
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_13_1_1__1"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_15_1_1__1"
- // $ANTLR start "rule__ThreadGroupImplementation__Group_13_1_1__1__Impl"
- // InternalAadl2Parser.g:40868:1: rule__ThreadGroupImplementation__Group_13_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__ThreadGroupImplementation__Group_13_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadGroupImplementation__Group_15_1_1__1__Impl"
+ // InternalAadl2Parser.g:40755:1: rule__ThreadGroupImplementation__Group_15_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__ThreadGroupImplementation__Group_15_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40872:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:40873:1: ( Semicolon )
+ // InternalAadl2Parser.g:40759:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:40760:1: ( Semicolon )
{
- // InternalAadl2Parser.g:40873:1: ( Semicolon )
- // InternalAadl2Parser.g:40874:2: Semicolon
+ // InternalAadl2Parser.g:40760:1: ( Semicolon )
+ // InternalAadl2Parser.g:40761:2: Semicolon
{
- before(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_13_1_1_1());
+ before(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_15_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_13_1_1_1());
+ after(grammarAccess.getThreadGroupImplementationAccess().getSemicolonKeyword_15_1_1_1());
}
@@ -152986,20 +152440,20 @@ public final void rule__ThreadGroupImplementation__Group_13_1_1__1__Impl() throw
}
return ;
}
- // $ANTLR end "rule__ThreadGroupImplementation__Group_13_1_1__1__Impl"
+ // $ANTLR end "rule__ThreadGroupImplementation__Group_15_1_1__1__Impl"
// $ANTLR start "rule__ThreadImplementation__Group__0"
- // InternalAadl2Parser.g:40884:1: rule__ThreadImplementation__Group__0 : rule__ThreadImplementation__Group__0__Impl rule__ThreadImplementation__Group__1 ;
+ // InternalAadl2Parser.g:40771:1: rule__ThreadImplementation__Group__0 : rule__ThreadImplementation__Group__0__Impl rule__ThreadImplementation__Group__1 ;
public final void rule__ThreadImplementation__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40888:1: ( rule__ThreadImplementation__Group__0__Impl rule__ThreadImplementation__Group__1 )
- // InternalAadl2Parser.g:40889:2: rule__ThreadImplementation__Group__0__Impl rule__ThreadImplementation__Group__1
+ // InternalAadl2Parser.g:40775:1: ( rule__ThreadImplementation__Group__0__Impl rule__ThreadImplementation__Group__1 )
+ // InternalAadl2Parser.g:40776:2: rule__ThreadImplementation__Group__0__Impl rule__ThreadImplementation__Group__1
{
- pushFollow(FollowSets000.FOLLOW_4);
+ pushFollow(FollowSets000.FOLLOW_34);
rule__ThreadImplementation__Group__0__Impl();
state._fsp--;
@@ -153028,25 +152482,21 @@ public final void rule__ThreadImplementation__Group__0() throws RecognitionExcep
// $ANTLR start "rule__ThreadImplementation__Group__0__Impl"
- // InternalAadl2Parser.g:40896:1: rule__ThreadImplementation__Group__0__Impl : ( ruleThreadImplementationKeywords ) ;
+ // InternalAadl2Parser.g:40783:1: rule__ThreadImplementation__Group__0__Impl : ( Thread ) ;
public final void rule__ThreadImplementation__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40900:1: ( ( ruleThreadImplementationKeywords ) )
- // InternalAadl2Parser.g:40901:1: ( ruleThreadImplementationKeywords )
+ // InternalAadl2Parser.g:40787:1: ( ( Thread ) )
+ // InternalAadl2Parser.g:40788:1: ( Thread )
{
- // InternalAadl2Parser.g:40901:1: ( ruleThreadImplementationKeywords )
- // InternalAadl2Parser.g:40902:2: ruleThreadImplementationKeywords
+ // InternalAadl2Parser.g:40788:1: ( Thread )
+ // InternalAadl2Parser.g:40789:2: Thread
{
- before(grammarAccess.getThreadImplementationAccess().getThreadImplementationKeywordsParserRuleCall_0());
- pushFollow(FollowSets000.FOLLOW_2);
- ruleThreadImplementationKeywords();
-
- state._fsp--;
-
- after(grammarAccess.getThreadImplementationAccess().getThreadImplementationKeywordsParserRuleCall_0());
+ before(grammarAccess.getThreadImplementationAccess().getThreadKeyword_0());
+ match(input,Thread,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getThreadImplementationAccess().getThreadKeyword_0());
}
@@ -153069,16 +152519,16 @@ public final void rule__ThreadImplementation__Group__0__Impl() throws Recognitio
// $ANTLR start "rule__ThreadImplementation__Group__1"
- // InternalAadl2Parser.g:40911:1: rule__ThreadImplementation__Group__1 : rule__ThreadImplementation__Group__1__Impl rule__ThreadImplementation__Group__2 ;
+ // InternalAadl2Parser.g:40798:1: rule__ThreadImplementation__Group__1 : rule__ThreadImplementation__Group__1__Impl rule__ThreadImplementation__Group__2 ;
public final void rule__ThreadImplementation__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40915:1: ( rule__ThreadImplementation__Group__1__Impl rule__ThreadImplementation__Group__2 )
- // InternalAadl2Parser.g:40916:2: rule__ThreadImplementation__Group__1__Impl rule__ThreadImplementation__Group__2
+ // InternalAadl2Parser.g:40802:1: ( rule__ThreadImplementation__Group__1__Impl rule__ThreadImplementation__Group__2 )
+ // InternalAadl2Parser.g:40803:2: rule__ThreadImplementation__Group__1__Impl rule__ThreadImplementation__Group__2
{
- pushFollow(FollowSets000.FOLLOW_33);
+ pushFollow(FollowSets000.FOLLOW_4);
rule__ThreadImplementation__Group__1__Impl();
state._fsp--;
@@ -153107,31 +152557,21 @@ public final void rule__ThreadImplementation__Group__1() throws RecognitionExcep
// $ANTLR start "rule__ThreadImplementation__Group__1__Impl"
- // InternalAadl2Parser.g:40923:1: rule__ThreadImplementation__Group__1__Impl : ( ( rule__ThreadImplementation__OwnedRealizationAssignment_1 ) ) ;
+ // InternalAadl2Parser.g:40810:1: rule__ThreadImplementation__Group__1__Impl : ( Implementation ) ;
public final void rule__ThreadImplementation__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40927:1: ( ( ( rule__ThreadImplementation__OwnedRealizationAssignment_1 ) ) )
- // InternalAadl2Parser.g:40928:1: ( ( rule__ThreadImplementation__OwnedRealizationAssignment_1 ) )
- {
- // InternalAadl2Parser.g:40928:1: ( ( rule__ThreadImplementation__OwnedRealizationAssignment_1 ) )
- // InternalAadl2Parser.g:40929:2: ( rule__ThreadImplementation__OwnedRealizationAssignment_1 )
+ // InternalAadl2Parser.g:40814:1: ( ( Implementation ) )
+ // InternalAadl2Parser.g:40815:1: ( Implementation )
{
- before(grammarAccess.getThreadImplementationAccess().getOwnedRealizationAssignment_1());
- // InternalAadl2Parser.g:40930:2: ( rule__ThreadImplementation__OwnedRealizationAssignment_1 )
- // InternalAadl2Parser.g:40930:3: rule__ThreadImplementation__OwnedRealizationAssignment_1
+ // InternalAadl2Parser.g:40815:1: ( Implementation )
+ // InternalAadl2Parser.g:40816:2: Implementation
{
- pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__OwnedRealizationAssignment_1();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getThreadImplementationAccess().getOwnedRealizationAssignment_1());
+ before(grammarAccess.getThreadImplementationAccess().getImplementationKeyword_1());
+ match(input,Implementation,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getThreadImplementationAccess().getImplementationKeyword_1());
}
@@ -153154,16 +152594,16 @@ public final void rule__ThreadImplementation__Group__1__Impl() throws Recognitio
// $ANTLR start "rule__ThreadImplementation__Group__2"
- // InternalAadl2Parser.g:40938:1: rule__ThreadImplementation__Group__2 : rule__ThreadImplementation__Group__2__Impl rule__ThreadImplementation__Group__3 ;
+ // InternalAadl2Parser.g:40825:1: rule__ThreadImplementation__Group__2 : rule__ThreadImplementation__Group__2__Impl rule__ThreadImplementation__Group__3 ;
public final void rule__ThreadImplementation__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40942:1: ( rule__ThreadImplementation__Group__2__Impl rule__ThreadImplementation__Group__3 )
- // InternalAadl2Parser.g:40943:2: rule__ThreadImplementation__Group__2__Impl rule__ThreadImplementation__Group__3
+ // InternalAadl2Parser.g:40829:1: ( rule__ThreadImplementation__Group__2__Impl rule__ThreadImplementation__Group__3 )
+ // InternalAadl2Parser.g:40830:2: rule__ThreadImplementation__Group__2__Impl rule__ThreadImplementation__Group__3
{
- pushFollow(FollowSets000.FOLLOW_4);
+ pushFollow(FollowSets000.FOLLOW_35);
rule__ThreadImplementation__Group__2__Impl();
state._fsp--;
@@ -153192,21 +152632,31 @@ public final void rule__ThreadImplementation__Group__2() throws RecognitionExcep
// $ANTLR start "rule__ThreadImplementation__Group__2__Impl"
- // InternalAadl2Parser.g:40950:1: rule__ThreadImplementation__Group__2__Impl : ( FullStop ) ;
+ // InternalAadl2Parser.g:40837:1: rule__ThreadImplementation__Group__2__Impl : ( ( rule__ThreadImplementation__OwnedRealizationAssignment_2 ) ) ;
public final void rule__ThreadImplementation__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40954:1: ( ( FullStop ) )
- // InternalAadl2Parser.g:40955:1: ( FullStop )
+ // InternalAadl2Parser.g:40841:1: ( ( ( rule__ThreadImplementation__OwnedRealizationAssignment_2 ) ) )
+ // InternalAadl2Parser.g:40842:1: ( ( rule__ThreadImplementation__OwnedRealizationAssignment_2 ) )
{
- // InternalAadl2Parser.g:40955:1: ( FullStop )
- // InternalAadl2Parser.g:40956:2: FullStop
+ // InternalAadl2Parser.g:40842:1: ( ( rule__ThreadImplementation__OwnedRealizationAssignment_2 ) )
+ // InternalAadl2Parser.g:40843:2: ( rule__ThreadImplementation__OwnedRealizationAssignment_2 )
{
- before(grammarAccess.getThreadImplementationAccess().getFullStopKeyword_2());
- match(input,FullStop,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadImplementationAccess().getFullStopKeyword_2());
+ before(grammarAccess.getThreadImplementationAccess().getOwnedRealizationAssignment_2());
+ // InternalAadl2Parser.g:40844:2: ( rule__ThreadImplementation__OwnedRealizationAssignment_2 )
+ // InternalAadl2Parser.g:40844:3: rule__ThreadImplementation__OwnedRealizationAssignment_2
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ThreadImplementation__OwnedRealizationAssignment_2();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getThreadImplementationAccess().getOwnedRealizationAssignment_2());
}
@@ -153229,16 +152679,16 @@ public final void rule__ThreadImplementation__Group__2__Impl() throws Recognitio
// $ANTLR start "rule__ThreadImplementation__Group__3"
- // InternalAadl2Parser.g:40965:1: rule__ThreadImplementation__Group__3 : rule__ThreadImplementation__Group__3__Impl rule__ThreadImplementation__Group__4 ;
+ // InternalAadl2Parser.g:40852:1: rule__ThreadImplementation__Group__3 : rule__ThreadImplementation__Group__3__Impl rule__ThreadImplementation__Group__4 ;
public final void rule__ThreadImplementation__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40969:1: ( rule__ThreadImplementation__Group__3__Impl rule__ThreadImplementation__Group__4 )
- // InternalAadl2Parser.g:40970:2: rule__ThreadImplementation__Group__3__Impl rule__ThreadImplementation__Group__4
+ // InternalAadl2Parser.g:40856:1: ( rule__ThreadImplementation__Group__3__Impl rule__ThreadImplementation__Group__4 )
+ // InternalAadl2Parser.g:40857:2: rule__ThreadImplementation__Group__3__Impl rule__ThreadImplementation__Group__4
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_4);
rule__ThreadImplementation__Group__3__Impl();
state._fsp--;
@@ -153267,31 +152717,21 @@ public final void rule__ThreadImplementation__Group__3() throws RecognitionExcep
// $ANTLR start "rule__ThreadImplementation__Group__3__Impl"
- // InternalAadl2Parser.g:40977:1: rule__ThreadImplementation__Group__3__Impl : ( ( rule__ThreadImplementation__NameAssignment_3 ) ) ;
+ // InternalAadl2Parser.g:40864:1: rule__ThreadImplementation__Group__3__Impl : ( FullStop ) ;
public final void rule__ThreadImplementation__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40981:1: ( ( ( rule__ThreadImplementation__NameAssignment_3 ) ) )
- // InternalAadl2Parser.g:40982:1: ( ( rule__ThreadImplementation__NameAssignment_3 ) )
+ // InternalAadl2Parser.g:40868:1: ( ( FullStop ) )
+ // InternalAadl2Parser.g:40869:1: ( FullStop )
{
- // InternalAadl2Parser.g:40982:1: ( ( rule__ThreadImplementation__NameAssignment_3 ) )
- // InternalAadl2Parser.g:40983:2: ( rule__ThreadImplementation__NameAssignment_3 )
+ // InternalAadl2Parser.g:40869:1: ( FullStop )
+ // InternalAadl2Parser.g:40870:2: FullStop
{
- before(grammarAccess.getThreadImplementationAccess().getNameAssignment_3());
- // InternalAadl2Parser.g:40984:2: ( rule__ThreadImplementation__NameAssignment_3 )
- // InternalAadl2Parser.g:40984:3: rule__ThreadImplementation__NameAssignment_3
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__NameAssignment_3();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getThreadImplementationAccess().getNameAssignment_3());
+ before(grammarAccess.getThreadImplementationAccess().getFullStopKeyword_3());
+ match(input,FullStop,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getThreadImplementationAccess().getFullStopKeyword_3());
}
@@ -153314,16 +152754,16 @@ public final void rule__ThreadImplementation__Group__3__Impl() throws Recognitio
// $ANTLR start "rule__ThreadImplementation__Group__4"
- // InternalAadl2Parser.g:40992:1: rule__ThreadImplementation__Group__4 : rule__ThreadImplementation__Group__4__Impl rule__ThreadImplementation__Group__5 ;
+ // InternalAadl2Parser.g:40879:1: rule__ThreadImplementation__Group__4 : rule__ThreadImplementation__Group__4__Impl rule__ThreadImplementation__Group__5 ;
public final void rule__ThreadImplementation__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:40996:1: ( rule__ThreadImplementation__Group__4__Impl rule__ThreadImplementation__Group__5 )
- // InternalAadl2Parser.g:40997:2: rule__ThreadImplementation__Group__4__Impl rule__ThreadImplementation__Group__5
+ // InternalAadl2Parser.g:40883:1: ( rule__ThreadImplementation__Group__4__Impl rule__ThreadImplementation__Group__5 )
+ // InternalAadl2Parser.g:40884:2: rule__ThreadImplementation__Group__4__Impl rule__ThreadImplementation__Group__5
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__ThreadImplementation__Group__4__Impl();
state._fsp--;
@@ -153352,42 +152792,31 @@ public final void rule__ThreadImplementation__Group__4() throws RecognitionExcep
// $ANTLR start "rule__ThreadImplementation__Group__4__Impl"
- // InternalAadl2Parser.g:41004:1: rule__ThreadImplementation__Group__4__Impl : ( ( rule__ThreadImplementation__OwnedExtensionAssignment_4 )? ) ;
+ // InternalAadl2Parser.g:40891:1: rule__ThreadImplementation__Group__4__Impl : ( ( rule__ThreadImplementation__NameAssignment_4 ) ) ;
public final void rule__ThreadImplementation__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41008:1: ( ( ( rule__ThreadImplementation__OwnedExtensionAssignment_4 )? ) )
- // InternalAadl2Parser.g:41009:1: ( ( rule__ThreadImplementation__OwnedExtensionAssignment_4 )? )
+ // InternalAadl2Parser.g:40895:1: ( ( ( rule__ThreadImplementation__NameAssignment_4 ) ) )
+ // InternalAadl2Parser.g:40896:1: ( ( rule__ThreadImplementation__NameAssignment_4 ) )
{
- // InternalAadl2Parser.g:41009:1: ( ( rule__ThreadImplementation__OwnedExtensionAssignment_4 )? )
- // InternalAadl2Parser.g:41010:2: ( rule__ThreadImplementation__OwnedExtensionAssignment_4 )?
+ // InternalAadl2Parser.g:40896:1: ( ( rule__ThreadImplementation__NameAssignment_4 ) )
+ // InternalAadl2Parser.g:40897:2: ( rule__ThreadImplementation__NameAssignment_4 )
{
- before(grammarAccess.getThreadImplementationAccess().getOwnedExtensionAssignment_4());
- // InternalAadl2Parser.g:41011:2: ( rule__ThreadImplementation__OwnedExtensionAssignment_4 )?
- int alt741=2;
- int LA741_0 = input.LA(1);
-
- if ( (LA741_0==Extends) ) {
- alt741=1;
- }
- switch (alt741) {
- case 1 :
- // InternalAadl2Parser.g:41011:3: rule__ThreadImplementation__OwnedExtensionAssignment_4
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__OwnedExtensionAssignment_4();
+ before(grammarAccess.getThreadImplementationAccess().getNameAssignment_4());
+ // InternalAadl2Parser.g:40898:2: ( rule__ThreadImplementation__NameAssignment_4 )
+ // InternalAadl2Parser.g:40898:3: rule__ThreadImplementation__NameAssignment_4
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ThreadImplementation__NameAssignment_4();
- state._fsp--;
+ state._fsp--;
- }
- break;
-
}
- after(grammarAccess.getThreadImplementationAccess().getOwnedExtensionAssignment_4());
+ after(grammarAccess.getThreadImplementationAccess().getNameAssignment_4());
}
@@ -153410,16 +152839,16 @@ public final void rule__ThreadImplementation__Group__4__Impl() throws Recognitio
// $ANTLR start "rule__ThreadImplementation__Group__5"
- // InternalAadl2Parser.g:41019:1: rule__ThreadImplementation__Group__5 : rule__ThreadImplementation__Group__5__Impl rule__ThreadImplementation__Group__6 ;
+ // InternalAadl2Parser.g:40906:1: rule__ThreadImplementation__Group__5 : rule__ThreadImplementation__Group__5__Impl rule__ThreadImplementation__Group__6 ;
public final void rule__ThreadImplementation__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41023:1: ( rule__ThreadImplementation__Group__5__Impl rule__ThreadImplementation__Group__6 )
- // InternalAadl2Parser.g:41024:2: rule__ThreadImplementation__Group__5__Impl rule__ThreadImplementation__Group__6
+ // InternalAadl2Parser.g:40910:1: ( rule__ThreadImplementation__Group__5__Impl rule__ThreadImplementation__Group__6 )
+ // InternalAadl2Parser.g:40911:2: rule__ThreadImplementation__Group__5__Impl rule__ThreadImplementation__Group__6
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__ThreadImplementation__Group__5__Impl();
state._fsp--;
@@ -153448,32 +152877,32 @@ public final void rule__ThreadImplementation__Group__5() throws RecognitionExcep
// $ANTLR start "rule__ThreadImplementation__Group__5__Impl"
- // InternalAadl2Parser.g:41031:1: rule__ThreadImplementation__Group__5__Impl : ( ( rule__ThreadImplementation__Group_5__0 )? ) ;
+ // InternalAadl2Parser.g:40918:1: rule__ThreadImplementation__Group__5__Impl : ( ( rule__ThreadImplementation__OwnedExtensionAssignment_5 )? ) ;
public final void rule__ThreadImplementation__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41035:1: ( ( ( rule__ThreadImplementation__Group_5__0 )? ) )
- // InternalAadl2Parser.g:41036:1: ( ( rule__ThreadImplementation__Group_5__0 )? )
+ // InternalAadl2Parser.g:40922:1: ( ( ( rule__ThreadImplementation__OwnedExtensionAssignment_5 )? ) )
+ // InternalAadl2Parser.g:40923:1: ( ( rule__ThreadImplementation__OwnedExtensionAssignment_5 )? )
{
- // InternalAadl2Parser.g:41036:1: ( ( rule__ThreadImplementation__Group_5__0 )? )
- // InternalAadl2Parser.g:41037:2: ( rule__ThreadImplementation__Group_5__0 )?
+ // InternalAadl2Parser.g:40923:1: ( ( rule__ThreadImplementation__OwnedExtensionAssignment_5 )? )
+ // InternalAadl2Parser.g:40924:2: ( rule__ThreadImplementation__OwnedExtensionAssignment_5 )?
{
- before(grammarAccess.getThreadImplementationAccess().getGroup_5());
- // InternalAadl2Parser.g:41038:2: ( rule__ThreadImplementation__Group_5__0 )?
- int alt742=2;
- int LA742_0 = input.LA(1);
+ before(grammarAccess.getThreadImplementationAccess().getOwnedExtensionAssignment_5());
+ // InternalAadl2Parser.g:40925:2: ( rule__ThreadImplementation__OwnedExtensionAssignment_5 )?
+ int alt741=2;
+ int LA741_0 = input.LA(1);
- if ( (LA742_0==LeftParenthesis) ) {
- alt742=1;
+ if ( (LA741_0==Extends) ) {
+ alt741=1;
}
- switch (alt742) {
+ switch (alt741) {
case 1 :
- // InternalAadl2Parser.g:41038:3: rule__ThreadImplementation__Group_5__0
+ // InternalAadl2Parser.g:40925:3: rule__ThreadImplementation__OwnedExtensionAssignment_5
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_5__0();
+ rule__ThreadImplementation__OwnedExtensionAssignment_5();
state._fsp--;
@@ -153483,7 +152912,7 @@ public final void rule__ThreadImplementation__Group__5__Impl() throws Recognitio
}
- after(grammarAccess.getThreadImplementationAccess().getGroup_5());
+ after(grammarAccess.getThreadImplementationAccess().getOwnedExtensionAssignment_5());
}
@@ -153506,16 +152935,16 @@ public final void rule__ThreadImplementation__Group__5__Impl() throws Recognitio
// $ANTLR start "rule__ThreadImplementation__Group__6"
- // InternalAadl2Parser.g:41046:1: rule__ThreadImplementation__Group__6 : rule__ThreadImplementation__Group__6__Impl rule__ThreadImplementation__Group__7 ;
+ // InternalAadl2Parser.g:40933:1: rule__ThreadImplementation__Group__6 : rule__ThreadImplementation__Group__6__Impl rule__ThreadImplementation__Group__7 ;
public final void rule__ThreadImplementation__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41050:1: ( rule__ThreadImplementation__Group__6__Impl rule__ThreadImplementation__Group__7 )
- // InternalAadl2Parser.g:41051:2: rule__ThreadImplementation__Group__6__Impl rule__ThreadImplementation__Group__7
+ // InternalAadl2Parser.g:40937:1: ( rule__ThreadImplementation__Group__6__Impl rule__ThreadImplementation__Group__7 )
+ // InternalAadl2Parser.g:40938:2: rule__ThreadImplementation__Group__6__Impl rule__ThreadImplementation__Group__7
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__ThreadImplementation__Group__6__Impl();
state._fsp--;
@@ -153544,29 +152973,29 @@ public final void rule__ThreadImplementation__Group__6() throws RecognitionExcep
// $ANTLR start "rule__ThreadImplementation__Group__6__Impl"
- // InternalAadl2Parser.g:41058:1: rule__ThreadImplementation__Group__6__Impl : ( ( rule__ThreadImplementation__Group_6__0 )? ) ;
+ // InternalAadl2Parser.g:40945:1: rule__ThreadImplementation__Group__6__Impl : ( ( rule__ThreadImplementation__Group_6__0 )? ) ;
public final void rule__ThreadImplementation__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41062:1: ( ( ( rule__ThreadImplementation__Group_6__0 )? ) )
- // InternalAadl2Parser.g:41063:1: ( ( rule__ThreadImplementation__Group_6__0 )? )
+ // InternalAadl2Parser.g:40949:1: ( ( ( rule__ThreadImplementation__Group_6__0 )? ) )
+ // InternalAadl2Parser.g:40950:1: ( ( rule__ThreadImplementation__Group_6__0 )? )
{
- // InternalAadl2Parser.g:41063:1: ( ( rule__ThreadImplementation__Group_6__0 )? )
- // InternalAadl2Parser.g:41064:2: ( rule__ThreadImplementation__Group_6__0 )?
+ // InternalAadl2Parser.g:40950:1: ( ( rule__ThreadImplementation__Group_6__0 )? )
+ // InternalAadl2Parser.g:40951:2: ( rule__ThreadImplementation__Group_6__0 )?
{
before(grammarAccess.getThreadImplementationAccess().getGroup_6());
- // InternalAadl2Parser.g:41065:2: ( rule__ThreadImplementation__Group_6__0 )?
- int alt743=2;
- int LA743_0 = input.LA(1);
+ // InternalAadl2Parser.g:40952:2: ( rule__ThreadImplementation__Group_6__0 )?
+ int alt742=2;
+ int LA742_0 = input.LA(1);
- if ( (LA743_0==Prototypes) ) {
- alt743=1;
+ if ( (LA742_0==LeftParenthesis) ) {
+ alt742=1;
}
- switch (alt743) {
+ switch (alt742) {
case 1 :
- // InternalAadl2Parser.g:41065:3: rule__ThreadImplementation__Group_6__0
+ // InternalAadl2Parser.g:40952:3: rule__ThreadImplementation__Group_6__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadImplementation__Group_6__0();
@@ -153602,16 +153031,16 @@ public final void rule__ThreadImplementation__Group__6__Impl() throws Recognitio
// $ANTLR start "rule__ThreadImplementation__Group__7"
- // InternalAadl2Parser.g:41073:1: rule__ThreadImplementation__Group__7 : rule__ThreadImplementation__Group__7__Impl rule__ThreadImplementation__Group__8 ;
+ // InternalAadl2Parser.g:40960:1: rule__ThreadImplementation__Group__7 : rule__ThreadImplementation__Group__7__Impl rule__ThreadImplementation__Group__8 ;
public final void rule__ThreadImplementation__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41077:1: ( rule__ThreadImplementation__Group__7__Impl rule__ThreadImplementation__Group__8 )
- // InternalAadl2Parser.g:41078:2: rule__ThreadImplementation__Group__7__Impl rule__ThreadImplementation__Group__8
+ // InternalAadl2Parser.g:40964:1: ( rule__ThreadImplementation__Group__7__Impl rule__ThreadImplementation__Group__8 )
+ // InternalAadl2Parser.g:40965:2: rule__ThreadImplementation__Group__7__Impl rule__ThreadImplementation__Group__8
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__ThreadImplementation__Group__7__Impl();
state._fsp--;
@@ -153640,29 +153069,29 @@ public final void rule__ThreadImplementation__Group__7() throws RecognitionExcep
// $ANTLR start "rule__ThreadImplementation__Group__7__Impl"
- // InternalAadl2Parser.g:41085:1: rule__ThreadImplementation__Group__7__Impl : ( ( rule__ThreadImplementation__Group_7__0 )? ) ;
+ // InternalAadl2Parser.g:40972:1: rule__ThreadImplementation__Group__7__Impl : ( ( rule__ThreadImplementation__Group_7__0 )? ) ;
public final void rule__ThreadImplementation__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41089:1: ( ( ( rule__ThreadImplementation__Group_7__0 )? ) )
- // InternalAadl2Parser.g:41090:1: ( ( rule__ThreadImplementation__Group_7__0 )? )
+ // InternalAadl2Parser.g:40976:1: ( ( ( rule__ThreadImplementation__Group_7__0 )? ) )
+ // InternalAadl2Parser.g:40977:1: ( ( rule__ThreadImplementation__Group_7__0 )? )
{
- // InternalAadl2Parser.g:41090:1: ( ( rule__ThreadImplementation__Group_7__0 )? )
- // InternalAadl2Parser.g:41091:2: ( rule__ThreadImplementation__Group_7__0 )?
+ // InternalAadl2Parser.g:40977:1: ( ( rule__ThreadImplementation__Group_7__0 )? )
+ // InternalAadl2Parser.g:40978:2: ( rule__ThreadImplementation__Group_7__0 )?
{
before(grammarAccess.getThreadImplementationAccess().getGroup_7());
- // InternalAadl2Parser.g:41092:2: ( rule__ThreadImplementation__Group_7__0 )?
- int alt744=2;
- int LA744_0 = input.LA(1);
+ // InternalAadl2Parser.g:40979:2: ( rule__ThreadImplementation__Group_7__0 )?
+ int alt743=2;
+ int LA743_0 = input.LA(1);
- if ( (LA744_0==Subcomponents) ) {
- alt744=1;
+ if ( (LA743_0==Prototypes) ) {
+ alt743=1;
}
- switch (alt744) {
+ switch (alt743) {
case 1 :
- // InternalAadl2Parser.g:41092:3: rule__ThreadImplementation__Group_7__0
+ // InternalAadl2Parser.g:40979:3: rule__ThreadImplementation__Group_7__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadImplementation__Group_7__0();
@@ -153698,16 +153127,16 @@ public final void rule__ThreadImplementation__Group__7__Impl() throws Recognitio
// $ANTLR start "rule__ThreadImplementation__Group__8"
- // InternalAadl2Parser.g:41100:1: rule__ThreadImplementation__Group__8 : rule__ThreadImplementation__Group__8__Impl rule__ThreadImplementation__Group__9 ;
+ // InternalAadl2Parser.g:40987:1: rule__ThreadImplementation__Group__8 : rule__ThreadImplementation__Group__8__Impl rule__ThreadImplementation__Group__9 ;
public final void rule__ThreadImplementation__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41104:1: ( rule__ThreadImplementation__Group__8__Impl rule__ThreadImplementation__Group__9 )
- // InternalAadl2Parser.g:41105:2: rule__ThreadImplementation__Group__8__Impl rule__ThreadImplementation__Group__9
+ // InternalAadl2Parser.g:40991:1: ( rule__ThreadImplementation__Group__8__Impl rule__ThreadImplementation__Group__9 )
+ // InternalAadl2Parser.g:40992:2: rule__ThreadImplementation__Group__8__Impl rule__ThreadImplementation__Group__9
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__ThreadImplementation__Group__8__Impl();
state._fsp--;
@@ -153736,29 +153165,29 @@ public final void rule__ThreadImplementation__Group__8() throws RecognitionExcep
// $ANTLR start "rule__ThreadImplementation__Group__8__Impl"
- // InternalAadl2Parser.g:41112:1: rule__ThreadImplementation__Group__8__Impl : ( ( rule__ThreadImplementation__Group_8__0 )? ) ;
+ // InternalAadl2Parser.g:40999:1: rule__ThreadImplementation__Group__8__Impl : ( ( rule__ThreadImplementation__Group_8__0 )? ) ;
public final void rule__ThreadImplementation__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41116:1: ( ( ( rule__ThreadImplementation__Group_8__0 )? ) )
- // InternalAadl2Parser.g:41117:1: ( ( rule__ThreadImplementation__Group_8__0 )? )
+ // InternalAadl2Parser.g:41003:1: ( ( ( rule__ThreadImplementation__Group_8__0 )? ) )
+ // InternalAadl2Parser.g:41004:1: ( ( rule__ThreadImplementation__Group_8__0 )? )
{
- // InternalAadl2Parser.g:41117:1: ( ( rule__ThreadImplementation__Group_8__0 )? )
- // InternalAadl2Parser.g:41118:2: ( rule__ThreadImplementation__Group_8__0 )?
+ // InternalAadl2Parser.g:41004:1: ( ( rule__ThreadImplementation__Group_8__0 )? )
+ // InternalAadl2Parser.g:41005:2: ( rule__ThreadImplementation__Group_8__0 )?
{
before(grammarAccess.getThreadImplementationAccess().getGroup_8());
- // InternalAadl2Parser.g:41119:2: ( rule__ThreadImplementation__Group_8__0 )?
- int alt745=2;
- int LA745_0 = input.LA(1);
+ // InternalAadl2Parser.g:41006:2: ( rule__ThreadImplementation__Group_8__0 )?
+ int alt744=2;
+ int LA744_0 = input.LA(1);
- if ( (LA745_0==Internal) ) {
- alt745=1;
+ if ( (LA744_0==Subcomponents) ) {
+ alt744=1;
}
- switch (alt745) {
+ switch (alt744) {
case 1 :
- // InternalAadl2Parser.g:41119:3: rule__ThreadImplementation__Group_8__0
+ // InternalAadl2Parser.g:41006:3: rule__ThreadImplementation__Group_8__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadImplementation__Group_8__0();
@@ -153794,16 +153223,16 @@ public final void rule__ThreadImplementation__Group__8__Impl() throws Recognitio
// $ANTLR start "rule__ThreadImplementation__Group__9"
- // InternalAadl2Parser.g:41127:1: rule__ThreadImplementation__Group__9 : rule__ThreadImplementation__Group__9__Impl rule__ThreadImplementation__Group__10 ;
+ // InternalAadl2Parser.g:41014:1: rule__ThreadImplementation__Group__9 : rule__ThreadImplementation__Group__9__Impl rule__ThreadImplementation__Group__10 ;
public final void rule__ThreadImplementation__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41131:1: ( rule__ThreadImplementation__Group__9__Impl rule__ThreadImplementation__Group__10 )
- // InternalAadl2Parser.g:41132:2: rule__ThreadImplementation__Group__9__Impl rule__ThreadImplementation__Group__10
+ // InternalAadl2Parser.g:41018:1: ( rule__ThreadImplementation__Group__9__Impl rule__ThreadImplementation__Group__10 )
+ // InternalAadl2Parser.g:41019:2: rule__ThreadImplementation__Group__9__Impl rule__ThreadImplementation__Group__10
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__ThreadImplementation__Group__9__Impl();
state._fsp--;
@@ -153832,29 +153261,29 @@ public final void rule__ThreadImplementation__Group__9() throws RecognitionExcep
// $ANTLR start "rule__ThreadImplementation__Group__9__Impl"
- // InternalAadl2Parser.g:41139:1: rule__ThreadImplementation__Group__9__Impl : ( ( rule__ThreadImplementation__Group_9__0 )? ) ;
+ // InternalAadl2Parser.g:41026:1: rule__ThreadImplementation__Group__9__Impl : ( ( rule__ThreadImplementation__Group_9__0 )? ) ;
public final void rule__ThreadImplementation__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41143:1: ( ( ( rule__ThreadImplementation__Group_9__0 )? ) )
- // InternalAadl2Parser.g:41144:1: ( ( rule__ThreadImplementation__Group_9__0 )? )
+ // InternalAadl2Parser.g:41030:1: ( ( ( rule__ThreadImplementation__Group_9__0 )? ) )
+ // InternalAadl2Parser.g:41031:1: ( ( rule__ThreadImplementation__Group_9__0 )? )
{
- // InternalAadl2Parser.g:41144:1: ( ( rule__ThreadImplementation__Group_9__0 )? )
- // InternalAadl2Parser.g:41145:2: ( rule__ThreadImplementation__Group_9__0 )?
+ // InternalAadl2Parser.g:41031:1: ( ( rule__ThreadImplementation__Group_9__0 )? )
+ // InternalAadl2Parser.g:41032:2: ( rule__ThreadImplementation__Group_9__0 )?
{
before(grammarAccess.getThreadImplementationAccess().getGroup_9());
- // InternalAadl2Parser.g:41146:2: ( rule__ThreadImplementation__Group_9__0 )?
- int alt746=2;
- int LA746_0 = input.LA(1);
+ // InternalAadl2Parser.g:41033:2: ( rule__ThreadImplementation__Group_9__0 )?
+ int alt745=2;
+ int LA745_0 = input.LA(1);
- if ( (LA746_0==Processor) ) {
- alt746=1;
+ if ( (LA745_0==Internal) ) {
+ alt745=1;
}
- switch (alt746) {
+ switch (alt745) {
case 1 :
- // InternalAadl2Parser.g:41146:3: rule__ThreadImplementation__Group_9__0
+ // InternalAadl2Parser.g:41033:3: rule__ThreadImplementation__Group_9__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadImplementation__Group_9__0();
@@ -153890,16 +153319,16 @@ public final void rule__ThreadImplementation__Group__9__Impl() throws Recognitio
// $ANTLR start "rule__ThreadImplementation__Group__10"
- // InternalAadl2Parser.g:41154:1: rule__ThreadImplementation__Group__10 : rule__ThreadImplementation__Group__10__Impl rule__ThreadImplementation__Group__11 ;
+ // InternalAadl2Parser.g:41041:1: rule__ThreadImplementation__Group__10 : rule__ThreadImplementation__Group__10__Impl rule__ThreadImplementation__Group__11 ;
public final void rule__ThreadImplementation__Group__10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41158:1: ( rule__ThreadImplementation__Group__10__Impl rule__ThreadImplementation__Group__11 )
- // InternalAadl2Parser.g:41159:2: rule__ThreadImplementation__Group__10__Impl rule__ThreadImplementation__Group__11
+ // InternalAadl2Parser.g:41045:1: ( rule__ThreadImplementation__Group__10__Impl rule__ThreadImplementation__Group__11 )
+ // InternalAadl2Parser.g:41046:2: rule__ThreadImplementation__Group__10__Impl rule__ThreadImplementation__Group__11
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__ThreadImplementation__Group__10__Impl();
state._fsp--;
@@ -153928,29 +153357,29 @@ public final void rule__ThreadImplementation__Group__10() throws RecognitionExce
// $ANTLR start "rule__ThreadImplementation__Group__10__Impl"
- // InternalAadl2Parser.g:41166:1: rule__ThreadImplementation__Group__10__Impl : ( ( rule__ThreadImplementation__Group_10__0 )? ) ;
+ // InternalAadl2Parser.g:41053:1: rule__ThreadImplementation__Group__10__Impl : ( ( rule__ThreadImplementation__Group_10__0 )? ) ;
public final void rule__ThreadImplementation__Group__10__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41170:1: ( ( ( rule__ThreadImplementation__Group_10__0 )? ) )
- // InternalAadl2Parser.g:41171:1: ( ( rule__ThreadImplementation__Group_10__0 )? )
+ // InternalAadl2Parser.g:41057:1: ( ( ( rule__ThreadImplementation__Group_10__0 )? ) )
+ // InternalAadl2Parser.g:41058:1: ( ( rule__ThreadImplementation__Group_10__0 )? )
{
- // InternalAadl2Parser.g:41171:1: ( ( rule__ThreadImplementation__Group_10__0 )? )
- // InternalAadl2Parser.g:41172:2: ( rule__ThreadImplementation__Group_10__0 )?
+ // InternalAadl2Parser.g:41058:1: ( ( rule__ThreadImplementation__Group_10__0 )? )
+ // InternalAadl2Parser.g:41059:2: ( rule__ThreadImplementation__Group_10__0 )?
{
before(grammarAccess.getThreadImplementationAccess().getGroup_10());
- // InternalAadl2Parser.g:41173:2: ( rule__ThreadImplementation__Group_10__0 )?
- int alt747=2;
- int LA747_0 = input.LA(1);
+ // InternalAadl2Parser.g:41060:2: ( rule__ThreadImplementation__Group_10__0 )?
+ int alt746=2;
+ int LA746_0 = input.LA(1);
- if ( (LA747_0==Calls) ) {
- alt747=1;
+ if ( (LA746_0==Processor) ) {
+ alt746=1;
}
- switch (alt747) {
+ switch (alt746) {
case 1 :
- // InternalAadl2Parser.g:41173:3: rule__ThreadImplementation__Group_10__0
+ // InternalAadl2Parser.g:41060:3: rule__ThreadImplementation__Group_10__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadImplementation__Group_10__0();
@@ -153986,16 +153415,16 @@ public final void rule__ThreadImplementation__Group__10__Impl() throws Recogniti
// $ANTLR start "rule__ThreadImplementation__Group__11"
- // InternalAadl2Parser.g:41181:1: rule__ThreadImplementation__Group__11 : rule__ThreadImplementation__Group__11__Impl rule__ThreadImplementation__Group__12 ;
+ // InternalAadl2Parser.g:41068:1: rule__ThreadImplementation__Group__11 : rule__ThreadImplementation__Group__11__Impl rule__ThreadImplementation__Group__12 ;
public final void rule__ThreadImplementation__Group__11() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41185:1: ( rule__ThreadImplementation__Group__11__Impl rule__ThreadImplementation__Group__12 )
- // InternalAadl2Parser.g:41186:2: rule__ThreadImplementation__Group__11__Impl rule__ThreadImplementation__Group__12
+ // InternalAadl2Parser.g:41072:1: ( rule__ThreadImplementation__Group__11__Impl rule__ThreadImplementation__Group__12 )
+ // InternalAadl2Parser.g:41073:2: rule__ThreadImplementation__Group__11__Impl rule__ThreadImplementation__Group__12
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__ThreadImplementation__Group__11__Impl();
state._fsp--;
@@ -154024,29 +153453,29 @@ public final void rule__ThreadImplementation__Group__11() throws RecognitionExce
// $ANTLR start "rule__ThreadImplementation__Group__11__Impl"
- // InternalAadl2Parser.g:41193:1: rule__ThreadImplementation__Group__11__Impl : ( ( rule__ThreadImplementation__Group_11__0 )? ) ;
+ // InternalAadl2Parser.g:41080:1: rule__ThreadImplementation__Group__11__Impl : ( ( rule__ThreadImplementation__Group_11__0 )? ) ;
public final void rule__ThreadImplementation__Group__11__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41197:1: ( ( ( rule__ThreadImplementation__Group_11__0 )? ) )
- // InternalAadl2Parser.g:41198:1: ( ( rule__ThreadImplementation__Group_11__0 )? )
+ // InternalAadl2Parser.g:41084:1: ( ( ( rule__ThreadImplementation__Group_11__0 )? ) )
+ // InternalAadl2Parser.g:41085:1: ( ( rule__ThreadImplementation__Group_11__0 )? )
{
- // InternalAadl2Parser.g:41198:1: ( ( rule__ThreadImplementation__Group_11__0 )? )
- // InternalAadl2Parser.g:41199:2: ( rule__ThreadImplementation__Group_11__0 )?
+ // InternalAadl2Parser.g:41085:1: ( ( rule__ThreadImplementation__Group_11__0 )? )
+ // InternalAadl2Parser.g:41086:2: ( rule__ThreadImplementation__Group_11__0 )?
{
before(grammarAccess.getThreadImplementationAccess().getGroup_11());
- // InternalAadl2Parser.g:41200:2: ( rule__ThreadImplementation__Group_11__0 )?
- int alt748=2;
- int LA748_0 = input.LA(1);
+ // InternalAadl2Parser.g:41087:2: ( rule__ThreadImplementation__Group_11__0 )?
+ int alt747=2;
+ int LA747_0 = input.LA(1);
- if ( (LA748_0==Connections) ) {
- alt748=1;
+ if ( (LA747_0==Calls) ) {
+ alt747=1;
}
- switch (alt748) {
+ switch (alt747) {
case 1 :
- // InternalAadl2Parser.g:41200:3: rule__ThreadImplementation__Group_11__0
+ // InternalAadl2Parser.g:41087:3: rule__ThreadImplementation__Group_11__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadImplementation__Group_11__0();
@@ -154082,16 +153511,16 @@ public final void rule__ThreadImplementation__Group__11__Impl() throws Recogniti
// $ANTLR start "rule__ThreadImplementation__Group__12"
- // InternalAadl2Parser.g:41208:1: rule__ThreadImplementation__Group__12 : rule__ThreadImplementation__Group__12__Impl rule__ThreadImplementation__Group__13 ;
+ // InternalAadl2Parser.g:41095:1: rule__ThreadImplementation__Group__12 : rule__ThreadImplementation__Group__12__Impl rule__ThreadImplementation__Group__13 ;
public final void rule__ThreadImplementation__Group__12() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41212:1: ( rule__ThreadImplementation__Group__12__Impl rule__ThreadImplementation__Group__13 )
- // InternalAadl2Parser.g:41213:2: rule__ThreadImplementation__Group__12__Impl rule__ThreadImplementation__Group__13
+ // InternalAadl2Parser.g:41099:1: ( rule__ThreadImplementation__Group__12__Impl rule__ThreadImplementation__Group__13 )
+ // InternalAadl2Parser.g:41100:2: rule__ThreadImplementation__Group__12__Impl rule__ThreadImplementation__Group__13
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__ThreadImplementation__Group__12__Impl();
state._fsp--;
@@ -154120,29 +153549,29 @@ public final void rule__ThreadImplementation__Group__12() throws RecognitionExce
// $ANTLR start "rule__ThreadImplementation__Group__12__Impl"
- // InternalAadl2Parser.g:41220:1: rule__ThreadImplementation__Group__12__Impl : ( ( rule__ThreadImplementation__Group_12__0 )? ) ;
+ // InternalAadl2Parser.g:41107:1: rule__ThreadImplementation__Group__12__Impl : ( ( rule__ThreadImplementation__Group_12__0 )? ) ;
public final void rule__ThreadImplementation__Group__12__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41224:1: ( ( ( rule__ThreadImplementation__Group_12__0 )? ) )
- // InternalAadl2Parser.g:41225:1: ( ( rule__ThreadImplementation__Group_12__0 )? )
+ // InternalAadl2Parser.g:41111:1: ( ( ( rule__ThreadImplementation__Group_12__0 )? ) )
+ // InternalAadl2Parser.g:41112:1: ( ( rule__ThreadImplementation__Group_12__0 )? )
{
- // InternalAadl2Parser.g:41225:1: ( ( rule__ThreadImplementation__Group_12__0 )? )
- // InternalAadl2Parser.g:41226:2: ( rule__ThreadImplementation__Group_12__0 )?
+ // InternalAadl2Parser.g:41112:1: ( ( rule__ThreadImplementation__Group_12__0 )? )
+ // InternalAadl2Parser.g:41113:2: ( rule__ThreadImplementation__Group_12__0 )?
{
before(grammarAccess.getThreadImplementationAccess().getGroup_12());
- // InternalAadl2Parser.g:41227:2: ( rule__ThreadImplementation__Group_12__0 )?
- int alt749=2;
- int LA749_0 = input.LA(1);
+ // InternalAadl2Parser.g:41114:2: ( rule__ThreadImplementation__Group_12__0 )?
+ int alt748=2;
+ int LA748_0 = input.LA(1);
- if ( (LA749_0==Flows) ) {
- alt749=1;
+ if ( (LA748_0==Connections) ) {
+ alt748=1;
}
- switch (alt749) {
+ switch (alt748) {
case 1 :
- // InternalAadl2Parser.g:41227:3: rule__ThreadImplementation__Group_12__0
+ // InternalAadl2Parser.g:41114:3: rule__ThreadImplementation__Group_12__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadImplementation__Group_12__0();
@@ -154178,16 +153607,16 @@ public final void rule__ThreadImplementation__Group__12__Impl() throws Recogniti
// $ANTLR start "rule__ThreadImplementation__Group__13"
- // InternalAadl2Parser.g:41235:1: rule__ThreadImplementation__Group__13 : rule__ThreadImplementation__Group__13__Impl rule__ThreadImplementation__Group__14 ;
+ // InternalAadl2Parser.g:41122:1: rule__ThreadImplementation__Group__13 : rule__ThreadImplementation__Group__13__Impl rule__ThreadImplementation__Group__14 ;
public final void rule__ThreadImplementation__Group__13() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41239:1: ( rule__ThreadImplementation__Group__13__Impl rule__ThreadImplementation__Group__14 )
- // InternalAadl2Parser.g:41240:2: rule__ThreadImplementation__Group__13__Impl rule__ThreadImplementation__Group__14
+ // InternalAadl2Parser.g:41126:1: ( rule__ThreadImplementation__Group__13__Impl rule__ThreadImplementation__Group__14 )
+ // InternalAadl2Parser.g:41127:2: rule__ThreadImplementation__Group__13__Impl rule__ThreadImplementation__Group__14
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__ThreadImplementation__Group__13__Impl();
state._fsp--;
@@ -154216,29 +153645,29 @@ public final void rule__ThreadImplementation__Group__13() throws RecognitionExce
// $ANTLR start "rule__ThreadImplementation__Group__13__Impl"
- // InternalAadl2Parser.g:41247:1: rule__ThreadImplementation__Group__13__Impl : ( ( rule__ThreadImplementation__Group_13__0 )? ) ;
+ // InternalAadl2Parser.g:41134:1: rule__ThreadImplementation__Group__13__Impl : ( ( rule__ThreadImplementation__Group_13__0 )? ) ;
public final void rule__ThreadImplementation__Group__13__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41251:1: ( ( ( rule__ThreadImplementation__Group_13__0 )? ) )
- // InternalAadl2Parser.g:41252:1: ( ( rule__ThreadImplementation__Group_13__0 )? )
+ // InternalAadl2Parser.g:41138:1: ( ( ( rule__ThreadImplementation__Group_13__0 )? ) )
+ // InternalAadl2Parser.g:41139:1: ( ( rule__ThreadImplementation__Group_13__0 )? )
{
- // InternalAadl2Parser.g:41252:1: ( ( rule__ThreadImplementation__Group_13__0 )? )
- // InternalAadl2Parser.g:41253:2: ( rule__ThreadImplementation__Group_13__0 )?
+ // InternalAadl2Parser.g:41139:1: ( ( rule__ThreadImplementation__Group_13__0 )? )
+ // InternalAadl2Parser.g:41140:2: ( rule__ThreadImplementation__Group_13__0 )?
{
before(grammarAccess.getThreadImplementationAccess().getGroup_13());
- // InternalAadl2Parser.g:41254:2: ( rule__ThreadImplementation__Group_13__0 )?
- int alt750=2;
- int LA750_0 = input.LA(1);
+ // InternalAadl2Parser.g:41141:2: ( rule__ThreadImplementation__Group_13__0 )?
+ int alt749=2;
+ int LA749_0 = input.LA(1);
- if ( (LA750_0==Modes) ) {
- alt750=1;
+ if ( (LA749_0==Flows) ) {
+ alt749=1;
}
- switch (alt750) {
+ switch (alt749) {
case 1 :
- // InternalAadl2Parser.g:41254:3: rule__ThreadImplementation__Group_13__0
+ // InternalAadl2Parser.g:41141:3: rule__ThreadImplementation__Group_13__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadImplementation__Group_13__0();
@@ -154274,16 +153703,16 @@ public final void rule__ThreadImplementation__Group__13__Impl() throws Recogniti
// $ANTLR start "rule__ThreadImplementation__Group__14"
- // InternalAadl2Parser.g:41262:1: rule__ThreadImplementation__Group__14 : rule__ThreadImplementation__Group__14__Impl rule__ThreadImplementation__Group__15 ;
+ // InternalAadl2Parser.g:41149:1: rule__ThreadImplementation__Group__14 : rule__ThreadImplementation__Group__14__Impl rule__ThreadImplementation__Group__15 ;
public final void rule__ThreadImplementation__Group__14() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41266:1: ( rule__ThreadImplementation__Group__14__Impl rule__ThreadImplementation__Group__15 )
- // InternalAadl2Parser.g:41267:2: rule__ThreadImplementation__Group__14__Impl rule__ThreadImplementation__Group__15
+ // InternalAadl2Parser.g:41153:1: ( rule__ThreadImplementation__Group__14__Impl rule__ThreadImplementation__Group__15 )
+ // InternalAadl2Parser.g:41154:2: rule__ThreadImplementation__Group__14__Impl rule__ThreadImplementation__Group__15
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__ThreadImplementation__Group__14__Impl();
state._fsp--;
@@ -154312,29 +153741,29 @@ public final void rule__ThreadImplementation__Group__14() throws RecognitionExce
// $ANTLR start "rule__ThreadImplementation__Group__14__Impl"
- // InternalAadl2Parser.g:41274:1: rule__ThreadImplementation__Group__14__Impl : ( ( rule__ThreadImplementation__Group_14__0 )? ) ;
+ // InternalAadl2Parser.g:41161:1: rule__ThreadImplementation__Group__14__Impl : ( ( rule__ThreadImplementation__Group_14__0 )? ) ;
public final void rule__ThreadImplementation__Group__14__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41278:1: ( ( ( rule__ThreadImplementation__Group_14__0 )? ) )
- // InternalAadl2Parser.g:41279:1: ( ( rule__ThreadImplementation__Group_14__0 )? )
+ // InternalAadl2Parser.g:41165:1: ( ( ( rule__ThreadImplementation__Group_14__0 )? ) )
+ // InternalAadl2Parser.g:41166:1: ( ( rule__ThreadImplementation__Group_14__0 )? )
{
- // InternalAadl2Parser.g:41279:1: ( ( rule__ThreadImplementation__Group_14__0 )? )
- // InternalAadl2Parser.g:41280:2: ( rule__ThreadImplementation__Group_14__0 )?
+ // InternalAadl2Parser.g:41166:1: ( ( rule__ThreadImplementation__Group_14__0 )? )
+ // InternalAadl2Parser.g:41167:2: ( rule__ThreadImplementation__Group_14__0 )?
{
before(grammarAccess.getThreadImplementationAccess().getGroup_14());
- // InternalAadl2Parser.g:41281:2: ( rule__ThreadImplementation__Group_14__0 )?
- int alt751=2;
- int LA751_0 = input.LA(1);
+ // InternalAadl2Parser.g:41168:2: ( rule__ThreadImplementation__Group_14__0 )?
+ int alt750=2;
+ int LA750_0 = input.LA(1);
- if ( (LA751_0==Properties) ) {
- alt751=1;
+ if ( (LA750_0==Modes) ) {
+ alt750=1;
}
- switch (alt751) {
+ switch (alt750) {
case 1 :
- // InternalAadl2Parser.g:41281:3: rule__ThreadImplementation__Group_14__0
+ // InternalAadl2Parser.g:41168:3: rule__ThreadImplementation__Group_14__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadImplementation__Group_14__0();
@@ -154370,16 +153799,16 @@ public final void rule__ThreadImplementation__Group__14__Impl() throws Recogniti
// $ANTLR start "rule__ThreadImplementation__Group__15"
- // InternalAadl2Parser.g:41289:1: rule__ThreadImplementation__Group__15 : rule__ThreadImplementation__Group__15__Impl rule__ThreadImplementation__Group__16 ;
+ // InternalAadl2Parser.g:41176:1: rule__ThreadImplementation__Group__15 : rule__ThreadImplementation__Group__15__Impl rule__ThreadImplementation__Group__16 ;
public final void rule__ThreadImplementation__Group__15() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41293:1: ( rule__ThreadImplementation__Group__15__Impl rule__ThreadImplementation__Group__16 )
- // InternalAadl2Parser.g:41294:2: rule__ThreadImplementation__Group__15__Impl rule__ThreadImplementation__Group__16
+ // InternalAadl2Parser.g:41180:1: ( rule__ThreadImplementation__Group__15__Impl rule__ThreadImplementation__Group__16 )
+ // InternalAadl2Parser.g:41181:2: rule__ThreadImplementation__Group__15__Impl rule__ThreadImplementation__Group__16
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__ThreadImplementation__Group__15__Impl();
state._fsp--;
@@ -154408,20 +153837,116 @@ public final void rule__ThreadImplementation__Group__15() throws RecognitionExce
// $ANTLR start "rule__ThreadImplementation__Group__15__Impl"
- // InternalAadl2Parser.g:41301:1: rule__ThreadImplementation__Group__15__Impl : ( ( rule__ThreadImplementation__OwnedAnnexSubclauseAssignment_15 )* ) ;
+ // InternalAadl2Parser.g:41188:1: rule__ThreadImplementation__Group__15__Impl : ( ( rule__ThreadImplementation__Group_15__0 )? ) ;
public final void rule__ThreadImplementation__Group__15__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41305:1: ( ( ( rule__ThreadImplementation__OwnedAnnexSubclauseAssignment_15 )* ) )
- // InternalAadl2Parser.g:41306:1: ( ( rule__ThreadImplementation__OwnedAnnexSubclauseAssignment_15 )* )
+ // InternalAadl2Parser.g:41192:1: ( ( ( rule__ThreadImplementation__Group_15__0 )? ) )
+ // InternalAadl2Parser.g:41193:1: ( ( rule__ThreadImplementation__Group_15__0 )? )
+ {
+ // InternalAadl2Parser.g:41193:1: ( ( rule__ThreadImplementation__Group_15__0 )? )
+ // InternalAadl2Parser.g:41194:2: ( rule__ThreadImplementation__Group_15__0 )?
+ {
+ before(grammarAccess.getThreadImplementationAccess().getGroup_15());
+ // InternalAadl2Parser.g:41195:2: ( rule__ThreadImplementation__Group_15__0 )?
+ int alt751=2;
+ int LA751_0 = input.LA(1);
+
+ if ( (LA751_0==Properties) ) {
+ alt751=1;
+ }
+ switch (alt751) {
+ case 1 :
+ // InternalAadl2Parser.g:41195:3: rule__ThreadImplementation__Group_15__0
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ThreadImplementation__Group_15__0();
+
+ state._fsp--;
+
+
+ }
+ break;
+
+ }
+
+ after(grammarAccess.getThreadImplementationAccess().getGroup_15());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ThreadImplementation__Group__15__Impl"
+
+
+ // $ANTLR start "rule__ThreadImplementation__Group__16"
+ // InternalAadl2Parser.g:41203:1: rule__ThreadImplementation__Group__16 : rule__ThreadImplementation__Group__16__Impl rule__ThreadImplementation__Group__17 ;
+ public final void rule__ThreadImplementation__Group__16() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:41207:1: ( rule__ThreadImplementation__Group__16__Impl rule__ThreadImplementation__Group__17 )
+ // InternalAadl2Parser.g:41208:2: rule__ThreadImplementation__Group__16__Impl rule__ThreadImplementation__Group__17
+ {
+ pushFollow(FollowSets000.FOLLOW_36);
+ rule__ThreadImplementation__Group__16__Impl();
+
+ state._fsp--;
+
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ThreadImplementation__Group__17();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ThreadImplementation__Group__16"
+
+
+ // $ANTLR start "rule__ThreadImplementation__Group__16__Impl"
+ // InternalAadl2Parser.g:41215:1: rule__ThreadImplementation__Group__16__Impl : ( ( rule__ThreadImplementation__OwnedAnnexSubclauseAssignment_16 )* ) ;
+ public final void rule__ThreadImplementation__Group__16__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:41219:1: ( ( ( rule__ThreadImplementation__OwnedAnnexSubclauseAssignment_16 )* ) )
+ // InternalAadl2Parser.g:41220:1: ( ( rule__ThreadImplementation__OwnedAnnexSubclauseAssignment_16 )* )
{
- // InternalAadl2Parser.g:41306:1: ( ( rule__ThreadImplementation__OwnedAnnexSubclauseAssignment_15 )* )
- // InternalAadl2Parser.g:41307:2: ( rule__ThreadImplementation__OwnedAnnexSubclauseAssignment_15 )*
+ // InternalAadl2Parser.g:41220:1: ( ( rule__ThreadImplementation__OwnedAnnexSubclauseAssignment_16 )* )
+ // InternalAadl2Parser.g:41221:2: ( rule__ThreadImplementation__OwnedAnnexSubclauseAssignment_16 )*
{
- before(grammarAccess.getThreadImplementationAccess().getOwnedAnnexSubclauseAssignment_15());
- // InternalAadl2Parser.g:41308:2: ( rule__ThreadImplementation__OwnedAnnexSubclauseAssignment_15 )*
+ before(grammarAccess.getThreadImplementationAccess().getOwnedAnnexSubclauseAssignment_16());
+ // InternalAadl2Parser.g:41222:2: ( rule__ThreadImplementation__OwnedAnnexSubclauseAssignment_16 )*
loop752:
do {
int alt752=2;
@@ -154434,10 +153959,10 @@ public final void rule__ThreadImplementation__Group__15__Impl() throws Recogniti
switch (alt752) {
case 1 :
- // InternalAadl2Parser.g:41308:3: rule__ThreadImplementation__OwnedAnnexSubclauseAssignment_15
+ // InternalAadl2Parser.g:41222:3: rule__ThreadImplementation__OwnedAnnexSubclauseAssignment_16
{
pushFollow(FollowSets000.FOLLOW_28);
- rule__ThreadImplementation__OwnedAnnexSubclauseAssignment_15();
+ rule__ThreadImplementation__OwnedAnnexSubclauseAssignment_16();
state._fsp--;
@@ -154450,7 +153975,7 @@ public final void rule__ThreadImplementation__Group__15__Impl() throws Recogniti
}
} while (true);
- after(grammarAccess.getThreadImplementationAccess().getOwnedAnnexSubclauseAssignment_15());
+ after(grammarAccess.getThreadImplementationAccess().getOwnedAnnexSubclauseAssignment_16());
}
@@ -154469,26 +153994,26 @@ public final void rule__ThreadImplementation__Group__15__Impl() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group__15__Impl"
+ // $ANTLR end "rule__ThreadImplementation__Group__16__Impl"
- // $ANTLR start "rule__ThreadImplementation__Group__16"
- // InternalAadl2Parser.g:41316:1: rule__ThreadImplementation__Group__16 : rule__ThreadImplementation__Group__16__Impl rule__ThreadImplementation__Group__17 ;
- public final void rule__ThreadImplementation__Group__16() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group__17"
+ // InternalAadl2Parser.g:41230:1: rule__ThreadImplementation__Group__17 : rule__ThreadImplementation__Group__17__Impl rule__ThreadImplementation__Group__18 ;
+ public final void rule__ThreadImplementation__Group__17() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41320:1: ( rule__ThreadImplementation__Group__16__Impl rule__ThreadImplementation__Group__17 )
- // InternalAadl2Parser.g:41321:2: rule__ThreadImplementation__Group__16__Impl rule__ThreadImplementation__Group__17
+ // InternalAadl2Parser.g:41234:1: ( rule__ThreadImplementation__Group__17__Impl rule__ThreadImplementation__Group__18 )
+ // InternalAadl2Parser.g:41235:2: rule__ThreadImplementation__Group__17__Impl rule__ThreadImplementation__Group__18
{
pushFollow(FollowSets000.FOLLOW_4);
- rule__ThreadImplementation__Group__16__Impl();
+ rule__ThreadImplementation__Group__17__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group__17();
+ rule__ThreadImplementation__Group__18();
state._fsp--;
@@ -154507,25 +154032,25 @@ public final void rule__ThreadImplementation__Group__16() throws RecognitionExce
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group__16"
+ // $ANTLR end "rule__ThreadImplementation__Group__17"
- // $ANTLR start "rule__ThreadImplementation__Group__16__Impl"
- // InternalAadl2Parser.g:41328:1: rule__ThreadImplementation__Group__16__Impl : ( End ) ;
- public final void rule__ThreadImplementation__Group__16__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group__17__Impl"
+ // InternalAadl2Parser.g:41242:1: rule__ThreadImplementation__Group__17__Impl : ( End ) ;
+ public final void rule__ThreadImplementation__Group__17__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41332:1: ( ( End ) )
- // InternalAadl2Parser.g:41333:1: ( End )
+ // InternalAadl2Parser.g:41246:1: ( ( End ) )
+ // InternalAadl2Parser.g:41247:1: ( End )
{
- // InternalAadl2Parser.g:41333:1: ( End )
- // InternalAadl2Parser.g:41334:2: End
+ // InternalAadl2Parser.g:41247:1: ( End )
+ // InternalAadl2Parser.g:41248:2: End
{
- before(grammarAccess.getThreadImplementationAccess().getEndKeyword_16());
+ before(grammarAccess.getThreadImplementationAccess().getEndKeyword_17());
match(input,End,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadImplementationAccess().getEndKeyword_16());
+ after(grammarAccess.getThreadImplementationAccess().getEndKeyword_17());
}
@@ -154544,26 +154069,26 @@ public final void rule__ThreadImplementation__Group__16__Impl() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group__16__Impl"
+ // $ANTLR end "rule__ThreadImplementation__Group__17__Impl"
- // $ANTLR start "rule__ThreadImplementation__Group__17"
- // InternalAadl2Parser.g:41343:1: rule__ThreadImplementation__Group__17 : rule__ThreadImplementation__Group__17__Impl rule__ThreadImplementation__Group__18 ;
- public final void rule__ThreadImplementation__Group__17() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group__18"
+ // InternalAadl2Parser.g:41257:1: rule__ThreadImplementation__Group__18 : rule__ThreadImplementation__Group__18__Impl rule__ThreadImplementation__Group__19 ;
+ public final void rule__ThreadImplementation__Group__18() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41347:1: ( rule__ThreadImplementation__Group__17__Impl rule__ThreadImplementation__Group__18 )
- // InternalAadl2Parser.g:41348:2: rule__ThreadImplementation__Group__17__Impl rule__ThreadImplementation__Group__18
+ // InternalAadl2Parser.g:41261:1: ( rule__ThreadImplementation__Group__18__Impl rule__ThreadImplementation__Group__19 )
+ // InternalAadl2Parser.g:41262:2: rule__ThreadImplementation__Group__18__Impl rule__ThreadImplementation__Group__19
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__ThreadImplementation__Group__17__Impl();
+ rule__ThreadImplementation__Group__18__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group__18();
+ rule__ThreadImplementation__Group__19();
state._fsp--;
@@ -154582,29 +154107,29 @@ public final void rule__ThreadImplementation__Group__17() throws RecognitionExce
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group__17"
+ // $ANTLR end "rule__ThreadImplementation__Group__18"
- // $ANTLR start "rule__ThreadImplementation__Group__17__Impl"
- // InternalAadl2Parser.g:41355:1: rule__ThreadImplementation__Group__17__Impl : ( ruleFULLINAME ) ;
- public final void rule__ThreadImplementation__Group__17__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group__18__Impl"
+ // InternalAadl2Parser.g:41269:1: rule__ThreadImplementation__Group__18__Impl : ( ruleFULLINAME ) ;
+ public final void rule__ThreadImplementation__Group__18__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41359:1: ( ( ruleFULLINAME ) )
- // InternalAadl2Parser.g:41360:1: ( ruleFULLINAME )
+ // InternalAadl2Parser.g:41273:1: ( ( ruleFULLINAME ) )
+ // InternalAadl2Parser.g:41274:1: ( ruleFULLINAME )
{
- // InternalAadl2Parser.g:41360:1: ( ruleFULLINAME )
- // InternalAadl2Parser.g:41361:2: ruleFULLINAME
+ // InternalAadl2Parser.g:41274:1: ( ruleFULLINAME )
+ // InternalAadl2Parser.g:41275:2: ruleFULLINAME
{
- before(grammarAccess.getThreadImplementationAccess().getFULLINAMEParserRuleCall_17());
+ before(grammarAccess.getThreadImplementationAccess().getFULLINAMEParserRuleCall_18());
pushFollow(FollowSets000.FOLLOW_2);
ruleFULLINAME();
state._fsp--;
- after(grammarAccess.getThreadImplementationAccess().getFULLINAMEParserRuleCall_17());
+ after(grammarAccess.getThreadImplementationAccess().getFULLINAMEParserRuleCall_18());
}
@@ -154623,21 +154148,21 @@ public final void rule__ThreadImplementation__Group__17__Impl() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group__17__Impl"
+ // $ANTLR end "rule__ThreadImplementation__Group__18__Impl"
- // $ANTLR start "rule__ThreadImplementation__Group__18"
- // InternalAadl2Parser.g:41370:1: rule__ThreadImplementation__Group__18 : rule__ThreadImplementation__Group__18__Impl ;
- public final void rule__ThreadImplementation__Group__18() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group__19"
+ // InternalAadl2Parser.g:41284:1: rule__ThreadImplementation__Group__19 : rule__ThreadImplementation__Group__19__Impl ;
+ public final void rule__ThreadImplementation__Group__19() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41374:1: ( rule__ThreadImplementation__Group__18__Impl )
- // InternalAadl2Parser.g:41375:2: rule__ThreadImplementation__Group__18__Impl
+ // InternalAadl2Parser.g:41288:1: ( rule__ThreadImplementation__Group__19__Impl )
+ // InternalAadl2Parser.g:41289:2: rule__ThreadImplementation__Group__19__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group__18__Impl();
+ rule__ThreadImplementation__Group__19__Impl();
state._fsp--;
@@ -154656,25 +154181,25 @@ public final void rule__ThreadImplementation__Group__18() throws RecognitionExce
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group__18"
+ // $ANTLR end "rule__ThreadImplementation__Group__19"
- // $ANTLR start "rule__ThreadImplementation__Group__18__Impl"
- // InternalAadl2Parser.g:41381:1: rule__ThreadImplementation__Group__18__Impl : ( Semicolon ) ;
- public final void rule__ThreadImplementation__Group__18__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group__19__Impl"
+ // InternalAadl2Parser.g:41295:1: rule__ThreadImplementation__Group__19__Impl : ( Semicolon ) ;
+ public final void rule__ThreadImplementation__Group__19__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41385:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:41386:1: ( Semicolon )
+ // InternalAadl2Parser.g:41299:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:41300:1: ( Semicolon )
{
- // InternalAadl2Parser.g:41386:1: ( Semicolon )
- // InternalAadl2Parser.g:41387:2: Semicolon
+ // InternalAadl2Parser.g:41300:1: ( Semicolon )
+ // InternalAadl2Parser.g:41301:2: Semicolon
{
- before(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_18());
+ before(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_19());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_18());
+ after(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_19());
}
@@ -154693,26 +154218,26 @@ public final void rule__ThreadImplementation__Group__18__Impl() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group__18__Impl"
+ // $ANTLR end "rule__ThreadImplementation__Group__19__Impl"
- // $ANTLR start "rule__ThreadImplementation__Group_5__0"
- // InternalAadl2Parser.g:41397:1: rule__ThreadImplementation__Group_5__0 : rule__ThreadImplementation__Group_5__0__Impl rule__ThreadImplementation__Group_5__1 ;
- public final void rule__ThreadImplementation__Group_5__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_6__0"
+ // InternalAadl2Parser.g:41311:1: rule__ThreadImplementation__Group_6__0 : rule__ThreadImplementation__Group_6__0__Impl rule__ThreadImplementation__Group_6__1 ;
+ public final void rule__ThreadImplementation__Group_6__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41401:1: ( rule__ThreadImplementation__Group_5__0__Impl rule__ThreadImplementation__Group_5__1 )
- // InternalAadl2Parser.g:41402:2: rule__ThreadImplementation__Group_5__0__Impl rule__ThreadImplementation__Group_5__1
+ // InternalAadl2Parser.g:41315:1: ( rule__ThreadImplementation__Group_6__0__Impl rule__ThreadImplementation__Group_6__1 )
+ // InternalAadl2Parser.g:41316:2: rule__ThreadImplementation__Group_6__0__Impl rule__ThreadImplementation__Group_6__1
{
pushFollow(FollowSets000.FOLLOW_4);
- rule__ThreadImplementation__Group_5__0__Impl();
+ rule__ThreadImplementation__Group_6__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_5__1();
+ rule__ThreadImplementation__Group_6__1();
state._fsp--;
@@ -154731,25 +154256,25 @@ public final void rule__ThreadImplementation__Group_5__0() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_5__0"
+ // $ANTLR end "rule__ThreadImplementation__Group_6__0"
- // $ANTLR start "rule__ThreadImplementation__Group_5__0__Impl"
- // InternalAadl2Parser.g:41409:1: rule__ThreadImplementation__Group_5__0__Impl : ( LeftParenthesis ) ;
- public final void rule__ThreadImplementation__Group_5__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_6__0__Impl"
+ // InternalAadl2Parser.g:41323:1: rule__ThreadImplementation__Group_6__0__Impl : ( LeftParenthesis ) ;
+ public final void rule__ThreadImplementation__Group_6__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41413:1: ( ( LeftParenthesis ) )
- // InternalAadl2Parser.g:41414:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:41327:1: ( ( LeftParenthesis ) )
+ // InternalAadl2Parser.g:41328:1: ( LeftParenthesis )
{
- // InternalAadl2Parser.g:41414:1: ( LeftParenthesis )
- // InternalAadl2Parser.g:41415:2: LeftParenthesis
+ // InternalAadl2Parser.g:41328:1: ( LeftParenthesis )
+ // InternalAadl2Parser.g:41329:2: LeftParenthesis
{
- before(grammarAccess.getThreadImplementationAccess().getLeftParenthesisKeyword_5_0());
+ before(grammarAccess.getThreadImplementationAccess().getLeftParenthesisKeyword_6_0());
match(input,LeftParenthesis,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadImplementationAccess().getLeftParenthesisKeyword_5_0());
+ after(grammarAccess.getThreadImplementationAccess().getLeftParenthesisKeyword_6_0());
}
@@ -154768,26 +154293,26 @@ public final void rule__ThreadImplementation__Group_5__0__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_5__0__Impl"
+ // $ANTLR end "rule__ThreadImplementation__Group_6__0__Impl"
- // $ANTLR start "rule__ThreadImplementation__Group_5__1"
- // InternalAadl2Parser.g:41424:1: rule__ThreadImplementation__Group_5__1 : rule__ThreadImplementation__Group_5__1__Impl rule__ThreadImplementation__Group_5__2 ;
- public final void rule__ThreadImplementation__Group_5__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_6__1"
+ // InternalAadl2Parser.g:41338:1: rule__ThreadImplementation__Group_6__1 : rule__ThreadImplementation__Group_6__1__Impl rule__ThreadImplementation__Group_6__2 ;
+ public final void rule__ThreadImplementation__Group_6__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41428:1: ( rule__ThreadImplementation__Group_5__1__Impl rule__ThreadImplementation__Group_5__2 )
- // InternalAadl2Parser.g:41429:2: rule__ThreadImplementation__Group_5__1__Impl rule__ThreadImplementation__Group_5__2
+ // InternalAadl2Parser.g:41342:1: ( rule__ThreadImplementation__Group_6__1__Impl rule__ThreadImplementation__Group_6__2 )
+ // InternalAadl2Parser.g:41343:2: rule__ThreadImplementation__Group_6__1__Impl rule__ThreadImplementation__Group_6__2
{
pushFollow(FollowSets000.FOLLOW_30);
- rule__ThreadImplementation__Group_5__1__Impl();
+ rule__ThreadImplementation__Group_6__1__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_5__2();
+ rule__ThreadImplementation__Group_6__2();
state._fsp--;
@@ -154806,35 +154331,35 @@ public final void rule__ThreadImplementation__Group_5__1() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_5__1"
+ // $ANTLR end "rule__ThreadImplementation__Group_6__1"
- // $ANTLR start "rule__ThreadImplementation__Group_5__1__Impl"
- // InternalAadl2Parser.g:41436:1: rule__ThreadImplementation__Group_5__1__Impl : ( ( rule__ThreadImplementation__OwnedPrototypeBindingAssignment_5_1 ) ) ;
- public final void rule__ThreadImplementation__Group_5__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_6__1__Impl"
+ // InternalAadl2Parser.g:41350:1: rule__ThreadImplementation__Group_6__1__Impl : ( ( rule__ThreadImplementation__OwnedPrototypeBindingAssignment_6_1 ) ) ;
+ public final void rule__ThreadImplementation__Group_6__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41440:1: ( ( ( rule__ThreadImplementation__OwnedPrototypeBindingAssignment_5_1 ) ) )
- // InternalAadl2Parser.g:41441:1: ( ( rule__ThreadImplementation__OwnedPrototypeBindingAssignment_5_1 ) )
+ // InternalAadl2Parser.g:41354:1: ( ( ( rule__ThreadImplementation__OwnedPrototypeBindingAssignment_6_1 ) ) )
+ // InternalAadl2Parser.g:41355:1: ( ( rule__ThreadImplementation__OwnedPrototypeBindingAssignment_6_1 ) )
{
- // InternalAadl2Parser.g:41441:1: ( ( rule__ThreadImplementation__OwnedPrototypeBindingAssignment_5_1 ) )
- // InternalAadl2Parser.g:41442:2: ( rule__ThreadImplementation__OwnedPrototypeBindingAssignment_5_1 )
+ // InternalAadl2Parser.g:41355:1: ( ( rule__ThreadImplementation__OwnedPrototypeBindingAssignment_6_1 ) )
+ // InternalAadl2Parser.g:41356:2: ( rule__ThreadImplementation__OwnedPrototypeBindingAssignment_6_1 )
{
- before(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeBindingAssignment_5_1());
- // InternalAadl2Parser.g:41443:2: ( rule__ThreadImplementation__OwnedPrototypeBindingAssignment_5_1 )
- // InternalAadl2Parser.g:41443:3: rule__ThreadImplementation__OwnedPrototypeBindingAssignment_5_1
+ before(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeBindingAssignment_6_1());
+ // InternalAadl2Parser.g:41357:2: ( rule__ThreadImplementation__OwnedPrototypeBindingAssignment_6_1 )
+ // InternalAadl2Parser.g:41357:3: rule__ThreadImplementation__OwnedPrototypeBindingAssignment_6_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__OwnedPrototypeBindingAssignment_5_1();
+ rule__ThreadImplementation__OwnedPrototypeBindingAssignment_6_1();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeBindingAssignment_5_1());
+ after(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeBindingAssignment_6_1());
}
@@ -154853,26 +154378,26 @@ public final void rule__ThreadImplementation__Group_5__1__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_5__1__Impl"
+ // $ANTLR end "rule__ThreadImplementation__Group_6__1__Impl"
- // $ANTLR start "rule__ThreadImplementation__Group_5__2"
- // InternalAadl2Parser.g:41451:1: rule__ThreadImplementation__Group_5__2 : rule__ThreadImplementation__Group_5__2__Impl rule__ThreadImplementation__Group_5__3 ;
- public final void rule__ThreadImplementation__Group_5__2() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_6__2"
+ // InternalAadl2Parser.g:41365:1: rule__ThreadImplementation__Group_6__2 : rule__ThreadImplementation__Group_6__2__Impl rule__ThreadImplementation__Group_6__3 ;
+ public final void rule__ThreadImplementation__Group_6__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41455:1: ( rule__ThreadImplementation__Group_5__2__Impl rule__ThreadImplementation__Group_5__3 )
- // InternalAadl2Parser.g:41456:2: rule__ThreadImplementation__Group_5__2__Impl rule__ThreadImplementation__Group_5__3
+ // InternalAadl2Parser.g:41369:1: ( rule__ThreadImplementation__Group_6__2__Impl rule__ThreadImplementation__Group_6__3 )
+ // InternalAadl2Parser.g:41370:2: rule__ThreadImplementation__Group_6__2__Impl rule__ThreadImplementation__Group_6__3
{
pushFollow(FollowSets000.FOLLOW_30);
- rule__ThreadImplementation__Group_5__2__Impl();
+ rule__ThreadImplementation__Group_6__2__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_5__3();
+ rule__ThreadImplementation__Group_6__3();
state._fsp--;
@@ -154891,24 +154416,24 @@ public final void rule__ThreadImplementation__Group_5__2() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_5__2"
+ // $ANTLR end "rule__ThreadImplementation__Group_6__2"
- // $ANTLR start "rule__ThreadImplementation__Group_5__2__Impl"
- // InternalAadl2Parser.g:41463:1: rule__ThreadImplementation__Group_5__2__Impl : ( ( rule__ThreadImplementation__Group_5_2__0 )* ) ;
- public final void rule__ThreadImplementation__Group_5__2__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_6__2__Impl"
+ // InternalAadl2Parser.g:41377:1: rule__ThreadImplementation__Group_6__2__Impl : ( ( rule__ThreadImplementation__Group_6_2__0 )* ) ;
+ public final void rule__ThreadImplementation__Group_6__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41467:1: ( ( ( rule__ThreadImplementation__Group_5_2__0 )* ) )
- // InternalAadl2Parser.g:41468:1: ( ( rule__ThreadImplementation__Group_5_2__0 )* )
+ // InternalAadl2Parser.g:41381:1: ( ( ( rule__ThreadImplementation__Group_6_2__0 )* ) )
+ // InternalAadl2Parser.g:41382:1: ( ( rule__ThreadImplementation__Group_6_2__0 )* )
{
- // InternalAadl2Parser.g:41468:1: ( ( rule__ThreadImplementation__Group_5_2__0 )* )
- // InternalAadl2Parser.g:41469:2: ( rule__ThreadImplementation__Group_5_2__0 )*
+ // InternalAadl2Parser.g:41382:1: ( ( rule__ThreadImplementation__Group_6_2__0 )* )
+ // InternalAadl2Parser.g:41383:2: ( rule__ThreadImplementation__Group_6_2__0 )*
{
- before(grammarAccess.getThreadImplementationAccess().getGroup_5_2());
- // InternalAadl2Parser.g:41470:2: ( rule__ThreadImplementation__Group_5_2__0 )*
+ before(grammarAccess.getThreadImplementationAccess().getGroup_6_2());
+ // InternalAadl2Parser.g:41384:2: ( rule__ThreadImplementation__Group_6_2__0 )*
loop753:
do {
int alt753=2;
@@ -154921,10 +154446,10 @@ public final void rule__ThreadImplementation__Group_5__2__Impl() throws Recognit
switch (alt753) {
case 1 :
- // InternalAadl2Parser.g:41470:3: rule__ThreadImplementation__Group_5_2__0
+ // InternalAadl2Parser.g:41384:3: rule__ThreadImplementation__Group_6_2__0
{
pushFollow(FollowSets000.FOLLOW_14);
- rule__ThreadImplementation__Group_5_2__0();
+ rule__ThreadImplementation__Group_6_2__0();
state._fsp--;
@@ -154937,7 +154462,7 @@ public final void rule__ThreadImplementation__Group_5__2__Impl() throws Recognit
}
} while (true);
- after(grammarAccess.getThreadImplementationAccess().getGroup_5_2());
+ after(grammarAccess.getThreadImplementationAccess().getGroup_6_2());
}
@@ -154956,21 +154481,21 @@ public final void rule__ThreadImplementation__Group_5__2__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_5__2__Impl"
+ // $ANTLR end "rule__ThreadImplementation__Group_6__2__Impl"
- // $ANTLR start "rule__ThreadImplementation__Group_5__3"
- // InternalAadl2Parser.g:41478:1: rule__ThreadImplementation__Group_5__3 : rule__ThreadImplementation__Group_5__3__Impl ;
- public final void rule__ThreadImplementation__Group_5__3() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_6__3"
+ // InternalAadl2Parser.g:41392:1: rule__ThreadImplementation__Group_6__3 : rule__ThreadImplementation__Group_6__3__Impl ;
+ public final void rule__ThreadImplementation__Group_6__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41482:1: ( rule__ThreadImplementation__Group_5__3__Impl )
- // InternalAadl2Parser.g:41483:2: rule__ThreadImplementation__Group_5__3__Impl
+ // InternalAadl2Parser.g:41396:1: ( rule__ThreadImplementation__Group_6__3__Impl )
+ // InternalAadl2Parser.g:41397:2: rule__ThreadImplementation__Group_6__3__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_5__3__Impl();
+ rule__ThreadImplementation__Group_6__3__Impl();
state._fsp--;
@@ -154989,25 +154514,25 @@ public final void rule__ThreadImplementation__Group_5__3() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_5__3"
+ // $ANTLR end "rule__ThreadImplementation__Group_6__3"
- // $ANTLR start "rule__ThreadImplementation__Group_5__3__Impl"
- // InternalAadl2Parser.g:41489:1: rule__ThreadImplementation__Group_5__3__Impl : ( RightParenthesis ) ;
- public final void rule__ThreadImplementation__Group_5__3__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_6__3__Impl"
+ // InternalAadl2Parser.g:41403:1: rule__ThreadImplementation__Group_6__3__Impl : ( RightParenthesis ) ;
+ public final void rule__ThreadImplementation__Group_6__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41493:1: ( ( RightParenthesis ) )
- // InternalAadl2Parser.g:41494:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:41407:1: ( ( RightParenthesis ) )
+ // InternalAadl2Parser.g:41408:1: ( RightParenthesis )
{
- // InternalAadl2Parser.g:41494:1: ( RightParenthesis )
- // InternalAadl2Parser.g:41495:2: RightParenthesis
+ // InternalAadl2Parser.g:41408:1: ( RightParenthesis )
+ // InternalAadl2Parser.g:41409:2: RightParenthesis
{
- before(grammarAccess.getThreadImplementationAccess().getRightParenthesisKeyword_5_3());
+ before(grammarAccess.getThreadImplementationAccess().getRightParenthesisKeyword_6_3());
match(input,RightParenthesis,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadImplementationAccess().getRightParenthesisKeyword_5_3());
+ after(grammarAccess.getThreadImplementationAccess().getRightParenthesisKeyword_6_3());
}
@@ -155026,26 +154551,26 @@ public final void rule__ThreadImplementation__Group_5__3__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_5__3__Impl"
+ // $ANTLR end "rule__ThreadImplementation__Group_6__3__Impl"
- // $ANTLR start "rule__ThreadImplementation__Group_5_2__0"
- // InternalAadl2Parser.g:41505:1: rule__ThreadImplementation__Group_5_2__0 : rule__ThreadImplementation__Group_5_2__0__Impl rule__ThreadImplementation__Group_5_2__1 ;
- public final void rule__ThreadImplementation__Group_5_2__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_6_2__0"
+ // InternalAadl2Parser.g:41419:1: rule__ThreadImplementation__Group_6_2__0 : rule__ThreadImplementation__Group_6_2__0__Impl rule__ThreadImplementation__Group_6_2__1 ;
+ public final void rule__ThreadImplementation__Group_6_2__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41509:1: ( rule__ThreadImplementation__Group_5_2__0__Impl rule__ThreadImplementation__Group_5_2__1 )
- // InternalAadl2Parser.g:41510:2: rule__ThreadImplementation__Group_5_2__0__Impl rule__ThreadImplementation__Group_5_2__1
+ // InternalAadl2Parser.g:41423:1: ( rule__ThreadImplementation__Group_6_2__0__Impl rule__ThreadImplementation__Group_6_2__1 )
+ // InternalAadl2Parser.g:41424:2: rule__ThreadImplementation__Group_6_2__0__Impl rule__ThreadImplementation__Group_6_2__1
{
pushFollow(FollowSets000.FOLLOW_4);
- rule__ThreadImplementation__Group_5_2__0__Impl();
+ rule__ThreadImplementation__Group_6_2__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_5_2__1();
+ rule__ThreadImplementation__Group_6_2__1();
state._fsp--;
@@ -155064,25 +154589,25 @@ public final void rule__ThreadImplementation__Group_5_2__0() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_5_2__0"
+ // $ANTLR end "rule__ThreadImplementation__Group_6_2__0"
- // $ANTLR start "rule__ThreadImplementation__Group_5_2__0__Impl"
- // InternalAadl2Parser.g:41517:1: rule__ThreadImplementation__Group_5_2__0__Impl : ( Comma ) ;
- public final void rule__ThreadImplementation__Group_5_2__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_6_2__0__Impl"
+ // InternalAadl2Parser.g:41431:1: rule__ThreadImplementation__Group_6_2__0__Impl : ( Comma ) ;
+ public final void rule__ThreadImplementation__Group_6_2__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41521:1: ( ( Comma ) )
- // InternalAadl2Parser.g:41522:1: ( Comma )
+ // InternalAadl2Parser.g:41435:1: ( ( Comma ) )
+ // InternalAadl2Parser.g:41436:1: ( Comma )
{
- // InternalAadl2Parser.g:41522:1: ( Comma )
- // InternalAadl2Parser.g:41523:2: Comma
+ // InternalAadl2Parser.g:41436:1: ( Comma )
+ // InternalAadl2Parser.g:41437:2: Comma
{
- before(grammarAccess.getThreadImplementationAccess().getCommaKeyword_5_2_0());
+ before(grammarAccess.getThreadImplementationAccess().getCommaKeyword_6_2_0());
match(input,Comma,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadImplementationAccess().getCommaKeyword_5_2_0());
+ after(grammarAccess.getThreadImplementationAccess().getCommaKeyword_6_2_0());
}
@@ -155101,21 +154626,21 @@ public final void rule__ThreadImplementation__Group_5_2__0__Impl() throws Recogn
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_5_2__0__Impl"
+ // $ANTLR end "rule__ThreadImplementation__Group_6_2__0__Impl"
- // $ANTLR start "rule__ThreadImplementation__Group_5_2__1"
- // InternalAadl2Parser.g:41532:1: rule__ThreadImplementation__Group_5_2__1 : rule__ThreadImplementation__Group_5_2__1__Impl ;
- public final void rule__ThreadImplementation__Group_5_2__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_6_2__1"
+ // InternalAadl2Parser.g:41446:1: rule__ThreadImplementation__Group_6_2__1 : rule__ThreadImplementation__Group_6_2__1__Impl ;
+ public final void rule__ThreadImplementation__Group_6_2__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41536:1: ( rule__ThreadImplementation__Group_5_2__1__Impl )
- // InternalAadl2Parser.g:41537:2: rule__ThreadImplementation__Group_5_2__1__Impl
+ // InternalAadl2Parser.g:41450:1: ( rule__ThreadImplementation__Group_6_2__1__Impl )
+ // InternalAadl2Parser.g:41451:2: rule__ThreadImplementation__Group_6_2__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_5_2__1__Impl();
+ rule__ThreadImplementation__Group_6_2__1__Impl();
state._fsp--;
@@ -155134,35 +154659,35 @@ public final void rule__ThreadImplementation__Group_5_2__1() throws RecognitionE
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_5_2__1"
+ // $ANTLR end "rule__ThreadImplementation__Group_6_2__1"
- // $ANTLR start "rule__ThreadImplementation__Group_5_2__1__Impl"
- // InternalAadl2Parser.g:41543:1: rule__ThreadImplementation__Group_5_2__1__Impl : ( ( rule__ThreadImplementation__OwnedPrototypeBindingAssignment_5_2_1 ) ) ;
- public final void rule__ThreadImplementation__Group_5_2__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_6_2__1__Impl"
+ // InternalAadl2Parser.g:41457:1: rule__ThreadImplementation__Group_6_2__1__Impl : ( ( rule__ThreadImplementation__OwnedPrototypeBindingAssignment_6_2_1 ) ) ;
+ public final void rule__ThreadImplementation__Group_6_2__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41547:1: ( ( ( rule__ThreadImplementation__OwnedPrototypeBindingAssignment_5_2_1 ) ) )
- // InternalAadl2Parser.g:41548:1: ( ( rule__ThreadImplementation__OwnedPrototypeBindingAssignment_5_2_1 ) )
+ // InternalAadl2Parser.g:41461:1: ( ( ( rule__ThreadImplementation__OwnedPrototypeBindingAssignment_6_2_1 ) ) )
+ // InternalAadl2Parser.g:41462:1: ( ( rule__ThreadImplementation__OwnedPrototypeBindingAssignment_6_2_1 ) )
{
- // InternalAadl2Parser.g:41548:1: ( ( rule__ThreadImplementation__OwnedPrototypeBindingAssignment_5_2_1 ) )
- // InternalAadl2Parser.g:41549:2: ( rule__ThreadImplementation__OwnedPrototypeBindingAssignment_5_2_1 )
+ // InternalAadl2Parser.g:41462:1: ( ( rule__ThreadImplementation__OwnedPrototypeBindingAssignment_6_2_1 ) )
+ // InternalAadl2Parser.g:41463:2: ( rule__ThreadImplementation__OwnedPrototypeBindingAssignment_6_2_1 )
{
- before(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1());
- // InternalAadl2Parser.g:41550:2: ( rule__ThreadImplementation__OwnedPrototypeBindingAssignment_5_2_1 )
- // InternalAadl2Parser.g:41550:3: rule__ThreadImplementation__OwnedPrototypeBindingAssignment_5_2_1
+ before(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1());
+ // InternalAadl2Parser.g:41464:2: ( rule__ThreadImplementation__OwnedPrototypeBindingAssignment_6_2_1 )
+ // InternalAadl2Parser.g:41464:3: rule__ThreadImplementation__OwnedPrototypeBindingAssignment_6_2_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__OwnedPrototypeBindingAssignment_5_2_1();
+ rule__ThreadImplementation__OwnedPrototypeBindingAssignment_6_2_1();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeBindingAssignment_5_2_1());
+ after(grammarAccess.getThreadImplementationAccess().getOwnedPrototypeBindingAssignment_6_2_1());
}
@@ -155181,26 +154706,26 @@ public final void rule__ThreadImplementation__Group_5_2__1__Impl() throws Recogn
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_5_2__1__Impl"
+ // $ANTLR end "rule__ThreadImplementation__Group_6_2__1__Impl"
- // $ANTLR start "rule__ThreadImplementation__Group_6__0"
- // InternalAadl2Parser.g:41559:1: rule__ThreadImplementation__Group_6__0 : rule__ThreadImplementation__Group_6__0__Impl rule__ThreadImplementation__Group_6__1 ;
- public final void rule__ThreadImplementation__Group_6__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_7__0"
+ // InternalAadl2Parser.g:41473:1: rule__ThreadImplementation__Group_7__0 : rule__ThreadImplementation__Group_7__0__Impl rule__ThreadImplementation__Group_7__1 ;
+ public final void rule__ThreadImplementation__Group_7__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41563:1: ( rule__ThreadImplementation__Group_6__0__Impl rule__ThreadImplementation__Group_6__1 )
- // InternalAadl2Parser.g:41564:2: rule__ThreadImplementation__Group_6__0__Impl rule__ThreadImplementation__Group_6__1
+ // InternalAadl2Parser.g:41477:1: ( rule__ThreadImplementation__Group_7__0__Impl rule__ThreadImplementation__Group_7__1 )
+ // InternalAadl2Parser.g:41478:2: rule__ThreadImplementation__Group_7__0__Impl rule__ThreadImplementation__Group_7__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__ThreadImplementation__Group_6__0__Impl();
+ rule__ThreadImplementation__Group_7__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_6__1();
+ rule__ThreadImplementation__Group_7__1();
state._fsp--;
@@ -155219,25 +154744,25 @@ public final void rule__ThreadImplementation__Group_6__0() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_6__0"
+ // $ANTLR end "rule__ThreadImplementation__Group_7__0"
- // $ANTLR start "rule__ThreadImplementation__Group_6__0__Impl"
- // InternalAadl2Parser.g:41571:1: rule__ThreadImplementation__Group_6__0__Impl : ( Prototypes ) ;
- public final void rule__ThreadImplementation__Group_6__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_7__0__Impl"
+ // InternalAadl2Parser.g:41485:1: rule__ThreadImplementation__Group_7__0__Impl : ( Prototypes ) ;
+ public final void rule__ThreadImplementation__Group_7__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41575:1: ( ( Prototypes ) )
- // InternalAadl2Parser.g:41576:1: ( Prototypes )
+ // InternalAadl2Parser.g:41489:1: ( ( Prototypes ) )
+ // InternalAadl2Parser.g:41490:1: ( Prototypes )
{
- // InternalAadl2Parser.g:41576:1: ( Prototypes )
- // InternalAadl2Parser.g:41577:2: Prototypes
+ // InternalAadl2Parser.g:41490:1: ( Prototypes )
+ // InternalAadl2Parser.g:41491:2: Prototypes
{
- before(grammarAccess.getThreadImplementationAccess().getPrototypesKeyword_6_0());
+ before(grammarAccess.getThreadImplementationAccess().getPrototypesKeyword_7_0());
match(input,Prototypes,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadImplementationAccess().getPrototypesKeyword_6_0());
+ after(grammarAccess.getThreadImplementationAccess().getPrototypesKeyword_7_0());
}
@@ -155256,21 +154781,21 @@ public final void rule__ThreadImplementation__Group_6__0__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_6__0__Impl"
+ // $ANTLR end "rule__ThreadImplementation__Group_7__0__Impl"
- // $ANTLR start "rule__ThreadImplementation__Group_6__1"
- // InternalAadl2Parser.g:41586:1: rule__ThreadImplementation__Group_6__1 : rule__ThreadImplementation__Group_6__1__Impl ;
- public final void rule__ThreadImplementation__Group_6__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_7__1"
+ // InternalAadl2Parser.g:41500:1: rule__ThreadImplementation__Group_7__1 : rule__ThreadImplementation__Group_7__1__Impl ;
+ public final void rule__ThreadImplementation__Group_7__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41590:1: ( rule__ThreadImplementation__Group_6__1__Impl )
- // InternalAadl2Parser.g:41591:2: rule__ThreadImplementation__Group_6__1__Impl
+ // InternalAadl2Parser.g:41504:1: ( rule__ThreadImplementation__Group_7__1__Impl )
+ // InternalAadl2Parser.g:41505:2: rule__ThreadImplementation__Group_7__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_6__1__Impl();
+ rule__ThreadImplementation__Group_7__1__Impl();
state._fsp--;
@@ -155289,35 +154814,35 @@ public final void rule__ThreadImplementation__Group_6__1() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_6__1"
+ // $ANTLR end "rule__ThreadImplementation__Group_7__1"
- // $ANTLR start "rule__ThreadImplementation__Group_6__1__Impl"
- // InternalAadl2Parser.g:41597:1: rule__ThreadImplementation__Group_6__1__Impl : ( ( rule__ThreadImplementation__Alternatives_6_1 ) ) ;
- public final void rule__ThreadImplementation__Group_6__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_7__1__Impl"
+ // InternalAadl2Parser.g:41511:1: rule__ThreadImplementation__Group_7__1__Impl : ( ( rule__ThreadImplementation__Alternatives_7_1 ) ) ;
+ public final void rule__ThreadImplementation__Group_7__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41601:1: ( ( ( rule__ThreadImplementation__Alternatives_6_1 ) ) )
- // InternalAadl2Parser.g:41602:1: ( ( rule__ThreadImplementation__Alternatives_6_1 ) )
+ // InternalAadl2Parser.g:41515:1: ( ( ( rule__ThreadImplementation__Alternatives_7_1 ) ) )
+ // InternalAadl2Parser.g:41516:1: ( ( rule__ThreadImplementation__Alternatives_7_1 ) )
{
- // InternalAadl2Parser.g:41602:1: ( ( rule__ThreadImplementation__Alternatives_6_1 ) )
- // InternalAadl2Parser.g:41603:2: ( rule__ThreadImplementation__Alternatives_6_1 )
+ // InternalAadl2Parser.g:41516:1: ( ( rule__ThreadImplementation__Alternatives_7_1 ) )
+ // InternalAadl2Parser.g:41517:2: ( rule__ThreadImplementation__Alternatives_7_1 )
{
- before(grammarAccess.getThreadImplementationAccess().getAlternatives_6_1());
- // InternalAadl2Parser.g:41604:2: ( rule__ThreadImplementation__Alternatives_6_1 )
- // InternalAadl2Parser.g:41604:3: rule__ThreadImplementation__Alternatives_6_1
+ before(grammarAccess.getThreadImplementationAccess().getAlternatives_7_1());
+ // InternalAadl2Parser.g:41518:2: ( rule__ThreadImplementation__Alternatives_7_1 )
+ // InternalAadl2Parser.g:41518:3: rule__ThreadImplementation__Alternatives_7_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Alternatives_6_1();
+ rule__ThreadImplementation__Alternatives_7_1();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getAlternatives_6_1());
+ after(grammarAccess.getThreadImplementationAccess().getAlternatives_7_1());
}
@@ -155336,26 +154861,26 @@ public final void rule__ThreadImplementation__Group_6__1__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_6__1__Impl"
+ // $ANTLR end "rule__ThreadImplementation__Group_7__1__Impl"
- // $ANTLR start "rule__ThreadImplementation__Group_6_1_1__0"
- // InternalAadl2Parser.g:41613:1: rule__ThreadImplementation__Group_6_1_1__0 : rule__ThreadImplementation__Group_6_1_1__0__Impl rule__ThreadImplementation__Group_6_1_1__1 ;
- public final void rule__ThreadImplementation__Group_6_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_7_1_1__0"
+ // InternalAadl2Parser.g:41527:1: rule__ThreadImplementation__Group_7_1_1__0 : rule__ThreadImplementation__Group_7_1_1__0__Impl rule__ThreadImplementation__Group_7_1_1__1 ;
+ public final void rule__ThreadImplementation__Group_7_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41617:1: ( rule__ThreadImplementation__Group_6_1_1__0__Impl rule__ThreadImplementation__Group_6_1_1__1 )
- // InternalAadl2Parser.g:41618:2: rule__ThreadImplementation__Group_6_1_1__0__Impl rule__ThreadImplementation__Group_6_1_1__1
+ // InternalAadl2Parser.g:41531:1: ( rule__ThreadImplementation__Group_7_1_1__0__Impl rule__ThreadImplementation__Group_7_1_1__1 )
+ // InternalAadl2Parser.g:41532:2: rule__ThreadImplementation__Group_7_1_1__0__Impl rule__ThreadImplementation__Group_7_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__ThreadImplementation__Group_6_1_1__0__Impl();
+ rule__ThreadImplementation__Group_7_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_6_1_1__1();
+ rule__ThreadImplementation__Group_7_1_1__1();
state._fsp--;
@@ -155374,35 +154899,35 @@ public final void rule__ThreadImplementation__Group_6_1_1__0() throws Recognitio
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_6_1_1__0"
+ // $ANTLR end "rule__ThreadImplementation__Group_7_1_1__0"
- // $ANTLR start "rule__ThreadImplementation__Group_6_1_1__0__Impl"
- // InternalAadl2Parser.g:41625:1: rule__ThreadImplementation__Group_6_1_1__0__Impl : ( ( rule__ThreadImplementation__NoPrototypesAssignment_6_1_1_0 ) ) ;
- public final void rule__ThreadImplementation__Group_6_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_7_1_1__0__Impl"
+ // InternalAadl2Parser.g:41539:1: rule__ThreadImplementation__Group_7_1_1__0__Impl : ( ( rule__ThreadImplementation__NoPrototypesAssignment_7_1_1_0 ) ) ;
+ public final void rule__ThreadImplementation__Group_7_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41629:1: ( ( ( rule__ThreadImplementation__NoPrototypesAssignment_6_1_1_0 ) ) )
- // InternalAadl2Parser.g:41630:1: ( ( rule__ThreadImplementation__NoPrototypesAssignment_6_1_1_0 ) )
+ // InternalAadl2Parser.g:41543:1: ( ( ( rule__ThreadImplementation__NoPrototypesAssignment_7_1_1_0 ) ) )
+ // InternalAadl2Parser.g:41544:1: ( ( rule__ThreadImplementation__NoPrototypesAssignment_7_1_1_0 ) )
{
- // InternalAadl2Parser.g:41630:1: ( ( rule__ThreadImplementation__NoPrototypesAssignment_6_1_1_0 ) )
- // InternalAadl2Parser.g:41631:2: ( rule__ThreadImplementation__NoPrototypesAssignment_6_1_1_0 )
+ // InternalAadl2Parser.g:41544:1: ( ( rule__ThreadImplementation__NoPrototypesAssignment_7_1_1_0 ) )
+ // InternalAadl2Parser.g:41545:2: ( rule__ThreadImplementation__NoPrototypesAssignment_7_1_1_0 )
{
- before(grammarAccess.getThreadImplementationAccess().getNoPrototypesAssignment_6_1_1_0());
- // InternalAadl2Parser.g:41632:2: ( rule__ThreadImplementation__NoPrototypesAssignment_6_1_1_0 )
- // InternalAadl2Parser.g:41632:3: rule__ThreadImplementation__NoPrototypesAssignment_6_1_1_0
+ before(grammarAccess.getThreadImplementationAccess().getNoPrototypesAssignment_7_1_1_0());
+ // InternalAadl2Parser.g:41546:2: ( rule__ThreadImplementation__NoPrototypesAssignment_7_1_1_0 )
+ // InternalAadl2Parser.g:41546:3: rule__ThreadImplementation__NoPrototypesAssignment_7_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__NoPrototypesAssignment_6_1_1_0();
+ rule__ThreadImplementation__NoPrototypesAssignment_7_1_1_0();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getNoPrototypesAssignment_6_1_1_0());
+ after(grammarAccess.getThreadImplementationAccess().getNoPrototypesAssignment_7_1_1_0());
}
@@ -155421,21 +154946,21 @@ public final void rule__ThreadImplementation__Group_6_1_1__0__Impl() throws Reco
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_6_1_1__0__Impl"
+ // $ANTLR end "rule__ThreadImplementation__Group_7_1_1__0__Impl"
- // $ANTLR start "rule__ThreadImplementation__Group_6_1_1__1"
- // InternalAadl2Parser.g:41640:1: rule__ThreadImplementation__Group_6_1_1__1 : rule__ThreadImplementation__Group_6_1_1__1__Impl ;
- public final void rule__ThreadImplementation__Group_6_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_7_1_1__1"
+ // InternalAadl2Parser.g:41554:1: rule__ThreadImplementation__Group_7_1_1__1 : rule__ThreadImplementation__Group_7_1_1__1__Impl ;
+ public final void rule__ThreadImplementation__Group_7_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41644:1: ( rule__ThreadImplementation__Group_6_1_1__1__Impl )
- // InternalAadl2Parser.g:41645:2: rule__ThreadImplementation__Group_6_1_1__1__Impl
+ // InternalAadl2Parser.g:41558:1: ( rule__ThreadImplementation__Group_7_1_1__1__Impl )
+ // InternalAadl2Parser.g:41559:2: rule__ThreadImplementation__Group_7_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_6_1_1__1__Impl();
+ rule__ThreadImplementation__Group_7_1_1__1__Impl();
state._fsp--;
@@ -155454,25 +154979,25 @@ public final void rule__ThreadImplementation__Group_6_1_1__1() throws Recognitio
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_6_1_1__1"
+ // $ANTLR end "rule__ThreadImplementation__Group_7_1_1__1"
- // $ANTLR start "rule__ThreadImplementation__Group_6_1_1__1__Impl"
- // InternalAadl2Parser.g:41651:1: rule__ThreadImplementation__Group_6_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__ThreadImplementation__Group_6_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_7_1_1__1__Impl"
+ // InternalAadl2Parser.g:41565:1: rule__ThreadImplementation__Group_7_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__ThreadImplementation__Group_7_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41655:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:41656:1: ( Semicolon )
+ // InternalAadl2Parser.g:41569:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:41570:1: ( Semicolon )
{
- // InternalAadl2Parser.g:41656:1: ( Semicolon )
- // InternalAadl2Parser.g:41657:2: Semicolon
+ // InternalAadl2Parser.g:41570:1: ( Semicolon )
+ // InternalAadl2Parser.g:41571:2: Semicolon
{
- before(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_6_1_1_1());
+ before(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_7_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_6_1_1_1());
+ after(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_7_1_1_1());
}
@@ -155491,26 +155016,26 @@ public final void rule__ThreadImplementation__Group_6_1_1__1__Impl() throws Reco
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_6_1_1__1__Impl"
+ // $ANTLR end "rule__ThreadImplementation__Group_7_1_1__1__Impl"
- // $ANTLR start "rule__ThreadImplementation__Group_7__0"
- // InternalAadl2Parser.g:41667:1: rule__ThreadImplementation__Group_7__0 : rule__ThreadImplementation__Group_7__0__Impl rule__ThreadImplementation__Group_7__1 ;
- public final void rule__ThreadImplementation__Group_7__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_8__0"
+ // InternalAadl2Parser.g:41581:1: rule__ThreadImplementation__Group_8__0 : rule__ThreadImplementation__Group_8__0__Impl rule__ThreadImplementation__Group_8__1 ;
+ public final void rule__ThreadImplementation__Group_8__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41671:1: ( rule__ThreadImplementation__Group_7__0__Impl rule__ThreadImplementation__Group_7__1 )
- // InternalAadl2Parser.g:41672:2: rule__ThreadImplementation__Group_7__0__Impl rule__ThreadImplementation__Group_7__1
+ // InternalAadl2Parser.g:41585:1: ( rule__ThreadImplementation__Group_8__0__Impl rule__ThreadImplementation__Group_8__1 )
+ // InternalAadl2Parser.g:41586:2: rule__ThreadImplementation__Group_8__0__Impl rule__ThreadImplementation__Group_8__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__ThreadImplementation__Group_7__0__Impl();
+ rule__ThreadImplementation__Group_8__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_7__1();
+ rule__ThreadImplementation__Group_8__1();
state._fsp--;
@@ -155529,25 +155054,25 @@ public final void rule__ThreadImplementation__Group_7__0() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_7__0"
+ // $ANTLR end "rule__ThreadImplementation__Group_8__0"
- // $ANTLR start "rule__ThreadImplementation__Group_7__0__Impl"
- // InternalAadl2Parser.g:41679:1: rule__ThreadImplementation__Group_7__0__Impl : ( Subcomponents ) ;
- public final void rule__ThreadImplementation__Group_7__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_8__0__Impl"
+ // InternalAadl2Parser.g:41593:1: rule__ThreadImplementation__Group_8__0__Impl : ( Subcomponents ) ;
+ public final void rule__ThreadImplementation__Group_8__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41683:1: ( ( Subcomponents ) )
- // InternalAadl2Parser.g:41684:1: ( Subcomponents )
+ // InternalAadl2Parser.g:41597:1: ( ( Subcomponents ) )
+ // InternalAadl2Parser.g:41598:1: ( Subcomponents )
{
- // InternalAadl2Parser.g:41684:1: ( Subcomponents )
- // InternalAadl2Parser.g:41685:2: Subcomponents
+ // InternalAadl2Parser.g:41598:1: ( Subcomponents )
+ // InternalAadl2Parser.g:41599:2: Subcomponents
{
- before(grammarAccess.getThreadImplementationAccess().getSubcomponentsKeyword_7_0());
+ before(grammarAccess.getThreadImplementationAccess().getSubcomponentsKeyword_8_0());
match(input,Subcomponents,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadImplementationAccess().getSubcomponentsKeyword_7_0());
+ after(grammarAccess.getThreadImplementationAccess().getSubcomponentsKeyword_8_0());
}
@@ -155566,21 +155091,21 @@ public final void rule__ThreadImplementation__Group_7__0__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_7__0__Impl"
+ // $ANTLR end "rule__ThreadImplementation__Group_8__0__Impl"
- // $ANTLR start "rule__ThreadImplementation__Group_7__1"
- // InternalAadl2Parser.g:41694:1: rule__ThreadImplementation__Group_7__1 : rule__ThreadImplementation__Group_7__1__Impl ;
- public final void rule__ThreadImplementation__Group_7__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_8__1"
+ // InternalAadl2Parser.g:41608:1: rule__ThreadImplementation__Group_8__1 : rule__ThreadImplementation__Group_8__1__Impl ;
+ public final void rule__ThreadImplementation__Group_8__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41698:1: ( rule__ThreadImplementation__Group_7__1__Impl )
- // InternalAadl2Parser.g:41699:2: rule__ThreadImplementation__Group_7__1__Impl
+ // InternalAadl2Parser.g:41612:1: ( rule__ThreadImplementation__Group_8__1__Impl )
+ // InternalAadl2Parser.g:41613:2: rule__ThreadImplementation__Group_8__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_7__1__Impl();
+ rule__ThreadImplementation__Group_8__1__Impl();
state._fsp--;
@@ -155599,35 +155124,35 @@ public final void rule__ThreadImplementation__Group_7__1() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_7__1"
+ // $ANTLR end "rule__ThreadImplementation__Group_8__1"
- // $ANTLR start "rule__ThreadImplementation__Group_7__1__Impl"
- // InternalAadl2Parser.g:41705:1: rule__ThreadImplementation__Group_7__1__Impl : ( ( rule__ThreadImplementation__Alternatives_7_1 ) ) ;
- public final void rule__ThreadImplementation__Group_7__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_8__1__Impl"
+ // InternalAadl2Parser.g:41619:1: rule__ThreadImplementation__Group_8__1__Impl : ( ( rule__ThreadImplementation__Alternatives_8_1 ) ) ;
+ public final void rule__ThreadImplementation__Group_8__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41709:1: ( ( ( rule__ThreadImplementation__Alternatives_7_1 ) ) )
- // InternalAadl2Parser.g:41710:1: ( ( rule__ThreadImplementation__Alternatives_7_1 ) )
+ // InternalAadl2Parser.g:41623:1: ( ( ( rule__ThreadImplementation__Alternatives_8_1 ) ) )
+ // InternalAadl2Parser.g:41624:1: ( ( rule__ThreadImplementation__Alternatives_8_1 ) )
{
- // InternalAadl2Parser.g:41710:1: ( ( rule__ThreadImplementation__Alternatives_7_1 ) )
- // InternalAadl2Parser.g:41711:2: ( rule__ThreadImplementation__Alternatives_7_1 )
+ // InternalAadl2Parser.g:41624:1: ( ( rule__ThreadImplementation__Alternatives_8_1 ) )
+ // InternalAadl2Parser.g:41625:2: ( rule__ThreadImplementation__Alternatives_8_1 )
{
- before(grammarAccess.getThreadImplementationAccess().getAlternatives_7_1());
- // InternalAadl2Parser.g:41712:2: ( rule__ThreadImplementation__Alternatives_7_1 )
- // InternalAadl2Parser.g:41712:3: rule__ThreadImplementation__Alternatives_7_1
+ before(grammarAccess.getThreadImplementationAccess().getAlternatives_8_1());
+ // InternalAadl2Parser.g:41626:2: ( rule__ThreadImplementation__Alternatives_8_1 )
+ // InternalAadl2Parser.g:41626:3: rule__ThreadImplementation__Alternatives_8_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Alternatives_7_1();
+ rule__ThreadImplementation__Alternatives_8_1();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getAlternatives_7_1());
+ after(grammarAccess.getThreadImplementationAccess().getAlternatives_8_1());
}
@@ -155646,26 +155171,26 @@ public final void rule__ThreadImplementation__Group_7__1__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_7__1__Impl"
+ // $ANTLR end "rule__ThreadImplementation__Group_8__1__Impl"
- // $ANTLR start "rule__ThreadImplementation__Group_7_1_1__0"
- // InternalAadl2Parser.g:41721:1: rule__ThreadImplementation__Group_7_1_1__0 : rule__ThreadImplementation__Group_7_1_1__0__Impl rule__ThreadImplementation__Group_7_1_1__1 ;
- public final void rule__ThreadImplementation__Group_7_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_8_1_1__0"
+ // InternalAadl2Parser.g:41635:1: rule__ThreadImplementation__Group_8_1_1__0 : rule__ThreadImplementation__Group_8_1_1__0__Impl rule__ThreadImplementation__Group_8_1_1__1 ;
+ public final void rule__ThreadImplementation__Group_8_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41725:1: ( rule__ThreadImplementation__Group_7_1_1__0__Impl rule__ThreadImplementation__Group_7_1_1__1 )
- // InternalAadl2Parser.g:41726:2: rule__ThreadImplementation__Group_7_1_1__0__Impl rule__ThreadImplementation__Group_7_1_1__1
+ // InternalAadl2Parser.g:41639:1: ( rule__ThreadImplementation__Group_8_1_1__0__Impl rule__ThreadImplementation__Group_8_1_1__1 )
+ // InternalAadl2Parser.g:41640:2: rule__ThreadImplementation__Group_8_1_1__0__Impl rule__ThreadImplementation__Group_8_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__ThreadImplementation__Group_7_1_1__0__Impl();
+ rule__ThreadImplementation__Group_8_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_7_1_1__1();
+ rule__ThreadImplementation__Group_8_1_1__1();
state._fsp--;
@@ -155684,35 +155209,35 @@ public final void rule__ThreadImplementation__Group_7_1_1__0() throws Recognitio
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_7_1_1__0"
+ // $ANTLR end "rule__ThreadImplementation__Group_8_1_1__0"
- // $ANTLR start "rule__ThreadImplementation__Group_7_1_1__0__Impl"
- // InternalAadl2Parser.g:41733:1: rule__ThreadImplementation__Group_7_1_1__0__Impl : ( ( rule__ThreadImplementation__NoSubcomponentsAssignment_7_1_1_0 ) ) ;
- public final void rule__ThreadImplementation__Group_7_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_8_1_1__0__Impl"
+ // InternalAadl2Parser.g:41647:1: rule__ThreadImplementation__Group_8_1_1__0__Impl : ( ( rule__ThreadImplementation__NoSubcomponentsAssignment_8_1_1_0 ) ) ;
+ public final void rule__ThreadImplementation__Group_8_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41737:1: ( ( ( rule__ThreadImplementation__NoSubcomponentsAssignment_7_1_1_0 ) ) )
- // InternalAadl2Parser.g:41738:1: ( ( rule__ThreadImplementation__NoSubcomponentsAssignment_7_1_1_0 ) )
+ // InternalAadl2Parser.g:41651:1: ( ( ( rule__ThreadImplementation__NoSubcomponentsAssignment_8_1_1_0 ) ) )
+ // InternalAadl2Parser.g:41652:1: ( ( rule__ThreadImplementation__NoSubcomponentsAssignment_8_1_1_0 ) )
{
- // InternalAadl2Parser.g:41738:1: ( ( rule__ThreadImplementation__NoSubcomponentsAssignment_7_1_1_0 ) )
- // InternalAadl2Parser.g:41739:2: ( rule__ThreadImplementation__NoSubcomponentsAssignment_7_1_1_0 )
+ // InternalAadl2Parser.g:41652:1: ( ( rule__ThreadImplementation__NoSubcomponentsAssignment_8_1_1_0 ) )
+ // InternalAadl2Parser.g:41653:2: ( rule__ThreadImplementation__NoSubcomponentsAssignment_8_1_1_0 )
{
- before(grammarAccess.getThreadImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0());
- // InternalAadl2Parser.g:41740:2: ( rule__ThreadImplementation__NoSubcomponentsAssignment_7_1_1_0 )
- // InternalAadl2Parser.g:41740:3: rule__ThreadImplementation__NoSubcomponentsAssignment_7_1_1_0
+ before(grammarAccess.getThreadImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0());
+ // InternalAadl2Parser.g:41654:2: ( rule__ThreadImplementation__NoSubcomponentsAssignment_8_1_1_0 )
+ // InternalAadl2Parser.g:41654:3: rule__ThreadImplementation__NoSubcomponentsAssignment_8_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__NoSubcomponentsAssignment_7_1_1_0();
+ rule__ThreadImplementation__NoSubcomponentsAssignment_8_1_1_0();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getNoSubcomponentsAssignment_7_1_1_0());
+ after(grammarAccess.getThreadImplementationAccess().getNoSubcomponentsAssignment_8_1_1_0());
}
@@ -155731,21 +155256,21 @@ public final void rule__ThreadImplementation__Group_7_1_1__0__Impl() throws Reco
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_7_1_1__0__Impl"
+ // $ANTLR end "rule__ThreadImplementation__Group_8_1_1__0__Impl"
- // $ANTLR start "rule__ThreadImplementation__Group_7_1_1__1"
- // InternalAadl2Parser.g:41748:1: rule__ThreadImplementation__Group_7_1_1__1 : rule__ThreadImplementation__Group_7_1_1__1__Impl ;
- public final void rule__ThreadImplementation__Group_7_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_8_1_1__1"
+ // InternalAadl2Parser.g:41662:1: rule__ThreadImplementation__Group_8_1_1__1 : rule__ThreadImplementation__Group_8_1_1__1__Impl ;
+ public final void rule__ThreadImplementation__Group_8_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41752:1: ( rule__ThreadImplementation__Group_7_1_1__1__Impl )
- // InternalAadl2Parser.g:41753:2: rule__ThreadImplementation__Group_7_1_1__1__Impl
+ // InternalAadl2Parser.g:41666:1: ( rule__ThreadImplementation__Group_8_1_1__1__Impl )
+ // InternalAadl2Parser.g:41667:2: rule__ThreadImplementation__Group_8_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_7_1_1__1__Impl();
+ rule__ThreadImplementation__Group_8_1_1__1__Impl();
state._fsp--;
@@ -155764,25 +155289,25 @@ public final void rule__ThreadImplementation__Group_7_1_1__1() throws Recognitio
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_7_1_1__1"
+ // $ANTLR end "rule__ThreadImplementation__Group_8_1_1__1"
- // $ANTLR start "rule__ThreadImplementation__Group_7_1_1__1__Impl"
- // InternalAadl2Parser.g:41759:1: rule__ThreadImplementation__Group_7_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__ThreadImplementation__Group_7_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_8_1_1__1__Impl"
+ // InternalAadl2Parser.g:41673:1: rule__ThreadImplementation__Group_8_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__ThreadImplementation__Group_8_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41763:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:41764:1: ( Semicolon )
+ // InternalAadl2Parser.g:41677:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:41678:1: ( Semicolon )
{
- // InternalAadl2Parser.g:41764:1: ( Semicolon )
- // InternalAadl2Parser.g:41765:2: Semicolon
+ // InternalAadl2Parser.g:41678:1: ( Semicolon )
+ // InternalAadl2Parser.g:41679:2: Semicolon
{
- before(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_7_1_1_1());
+ before(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_8_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_7_1_1_1());
+ after(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_8_1_1_1());
}
@@ -155801,100 +155326,26 @@ public final void rule__ThreadImplementation__Group_7_1_1__1__Impl() throws Reco
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_7_1_1__1__Impl"
-
-
- // $ANTLR start "rule__ThreadImplementation__Group_8__0"
- // InternalAadl2Parser.g:41775:1: rule__ThreadImplementation__Group_8__0 : rule__ThreadImplementation__Group_8__0__Impl rule__ThreadImplementation__Group_8__1 ;
- public final void rule__ThreadImplementation__Group_8__0() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:41779:1: ( rule__ThreadImplementation__Group_8__0__Impl rule__ThreadImplementation__Group_8__1 )
- // InternalAadl2Parser.g:41780:2: rule__ThreadImplementation__Group_8__0__Impl rule__ThreadImplementation__Group_8__1
- {
- pushFollow(FollowSets000.FOLLOW_4);
- rule__ThreadImplementation__Group_8__0__Impl();
-
- state._fsp--;
-
- pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_8__1();
-
- state._fsp--;
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__ThreadImplementation__Group_8__0"
+ // $ANTLR end "rule__ThreadImplementation__Group_8_1_1__1__Impl"
- // $ANTLR start "rule__ThreadImplementation__Group_8__0__Impl"
- // InternalAadl2Parser.g:41787:1: rule__ThreadImplementation__Group_8__0__Impl : ( ruleInternalFeaturesKeywords ) ;
- public final void rule__ThreadImplementation__Group_8__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_9__0"
+ // InternalAadl2Parser.g:41689:1: rule__ThreadImplementation__Group_9__0 : rule__ThreadImplementation__Group_9__0__Impl rule__ThreadImplementation__Group_9__1 ;
+ public final void rule__ThreadImplementation__Group_9__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41791:1: ( ( ruleInternalFeaturesKeywords ) )
- // InternalAadl2Parser.g:41792:1: ( ruleInternalFeaturesKeywords )
- {
- // InternalAadl2Parser.g:41792:1: ( ruleInternalFeaturesKeywords )
- // InternalAadl2Parser.g:41793:2: ruleInternalFeaturesKeywords
+ // InternalAadl2Parser.g:41693:1: ( rule__ThreadImplementation__Group_9__0__Impl rule__ThreadImplementation__Group_9__1 )
+ // InternalAadl2Parser.g:41694:2: rule__ThreadImplementation__Group_9__0__Impl rule__ThreadImplementation__Group_9__1
{
- before(grammarAccess.getThreadImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0());
- pushFollow(FollowSets000.FOLLOW_2);
- ruleInternalFeaturesKeywords();
+ pushFollow(FollowSets000.FOLLOW_37);
+ rule__ThreadImplementation__Group_9__0__Impl();
state._fsp--;
- after(grammarAccess.getThreadImplementationAccess().getInternalFeaturesKeywordsParserRuleCall_8_0());
-
- }
-
-
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__ThreadImplementation__Group_8__0__Impl"
-
-
- // $ANTLR start "rule__ThreadImplementation__Group_8__1"
- // InternalAadl2Parser.g:41802:1: rule__ThreadImplementation__Group_8__1 : rule__ThreadImplementation__Group_8__1__Impl ;
- public final void rule__ThreadImplementation__Group_8__1() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:41806:1: ( rule__ThreadImplementation__Group_8__1__Impl )
- // InternalAadl2Parser.g:41807:2: rule__ThreadImplementation__Group_8__1__Impl
- {
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_8__1__Impl();
+ rule__ThreadImplementation__Group_9__1();
state._fsp--;
@@ -155913,78 +155364,25 @@ public final void rule__ThreadImplementation__Group_8__1() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_8__1"
+ // $ANTLR end "rule__ThreadImplementation__Group_9__0"
- // $ANTLR start "rule__ThreadImplementation__Group_8__1__Impl"
- // InternalAadl2Parser.g:41813:1: rule__ThreadImplementation__Group_8__1__Impl : ( ( ( rule__ThreadImplementation__Alternatives_8_1 ) ) ( ( rule__ThreadImplementation__Alternatives_8_1 )* ) ) ;
- public final void rule__ThreadImplementation__Group_8__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_9__0__Impl"
+ // InternalAadl2Parser.g:41701:1: rule__ThreadImplementation__Group_9__0__Impl : ( Internal ) ;
+ public final void rule__ThreadImplementation__Group_9__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41817:1: ( ( ( ( rule__ThreadImplementation__Alternatives_8_1 ) ) ( ( rule__ThreadImplementation__Alternatives_8_1 )* ) ) )
- // InternalAadl2Parser.g:41818:1: ( ( ( rule__ThreadImplementation__Alternatives_8_1 ) ) ( ( rule__ThreadImplementation__Alternatives_8_1 )* ) )
- {
- // InternalAadl2Parser.g:41818:1: ( ( ( rule__ThreadImplementation__Alternatives_8_1 ) ) ( ( rule__ThreadImplementation__Alternatives_8_1 )* ) )
- // InternalAadl2Parser.g:41819:2: ( ( rule__ThreadImplementation__Alternatives_8_1 ) ) ( ( rule__ThreadImplementation__Alternatives_8_1 )* )
- {
- // InternalAadl2Parser.g:41819:2: ( ( rule__ThreadImplementation__Alternatives_8_1 ) )
- // InternalAadl2Parser.g:41820:3: ( rule__ThreadImplementation__Alternatives_8_1 )
+ // InternalAadl2Parser.g:41705:1: ( ( Internal ) )
+ // InternalAadl2Parser.g:41706:1: ( Internal )
{
- before(grammarAccess.getThreadImplementationAccess().getAlternatives_8_1());
- // InternalAadl2Parser.g:41821:3: ( rule__ThreadImplementation__Alternatives_8_1 )
- // InternalAadl2Parser.g:41821:4: rule__ThreadImplementation__Alternatives_8_1
- {
- pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadImplementation__Alternatives_8_1();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getThreadImplementationAccess().getAlternatives_8_1());
-
- }
-
- // InternalAadl2Parser.g:41824:2: ( ( rule__ThreadImplementation__Alternatives_8_1 )* )
- // InternalAadl2Parser.g:41825:3: ( rule__ThreadImplementation__Alternatives_8_1 )*
+ // InternalAadl2Parser.g:41706:1: ( Internal )
+ // InternalAadl2Parser.g:41707:2: Internal
{
- before(grammarAccess.getThreadImplementationAccess().getAlternatives_8_1());
- // InternalAadl2Parser.g:41826:3: ( rule__ThreadImplementation__Alternatives_8_1 )*
- loop754:
- do {
- int alt754=2;
- int LA754_0 = input.LA(1);
-
- if ( (LA754_0==RULE_ID) ) {
- alt754=1;
- }
-
-
- switch (alt754) {
- case 1 :
- // InternalAadl2Parser.g:41826:4: rule__ThreadImplementation__Alternatives_8_1
- {
- pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadImplementation__Alternatives_8_1();
-
- state._fsp--;
-
-
- }
- break;
-
- default :
- break loop754;
- }
- } while (true);
-
- after(grammarAccess.getThreadImplementationAccess().getAlternatives_8_1());
-
- }
-
+ before(grammarAccess.getThreadImplementationAccess().getInternalKeyword_9_0());
+ match(input,Internal,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getThreadImplementationAccess().getInternalKeyword_9_0());
}
@@ -156003,26 +155401,26 @@ public final void rule__ThreadImplementation__Group_8__1__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_8__1__Impl"
+ // $ANTLR end "rule__ThreadImplementation__Group_9__0__Impl"
- // $ANTLR start "rule__ThreadImplementation__Group_9__0"
- // InternalAadl2Parser.g:41836:1: rule__ThreadImplementation__Group_9__0 : rule__ThreadImplementation__Group_9__0__Impl rule__ThreadImplementation__Group_9__1 ;
- public final void rule__ThreadImplementation__Group_9__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_9__1"
+ // InternalAadl2Parser.g:41716:1: rule__ThreadImplementation__Group_9__1 : rule__ThreadImplementation__Group_9__1__Impl rule__ThreadImplementation__Group_9__2 ;
+ public final void rule__ThreadImplementation__Group_9__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41840:1: ( rule__ThreadImplementation__Group_9__0__Impl rule__ThreadImplementation__Group_9__1 )
- // InternalAadl2Parser.g:41841:2: rule__ThreadImplementation__Group_9__0__Impl rule__ThreadImplementation__Group_9__1
+ // InternalAadl2Parser.g:41720:1: ( rule__ThreadImplementation__Group_9__1__Impl rule__ThreadImplementation__Group_9__2 )
+ // InternalAadl2Parser.g:41721:2: rule__ThreadImplementation__Group_9__1__Impl rule__ThreadImplementation__Group_9__2
{
pushFollow(FollowSets000.FOLLOW_4);
- rule__ThreadImplementation__Group_9__0__Impl();
+ rule__ThreadImplementation__Group_9__1__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_9__1();
+ rule__ThreadImplementation__Group_9__2();
state._fsp--;
@@ -156041,29 +155439,25 @@ public final void rule__ThreadImplementation__Group_9__0() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_9__0"
+ // $ANTLR end "rule__ThreadImplementation__Group_9__1"
- // $ANTLR start "rule__ThreadImplementation__Group_9__0__Impl"
- // InternalAadl2Parser.g:41848:1: rule__ThreadImplementation__Group_9__0__Impl : ( ruleProcessorFeaturesKeywords ) ;
- public final void rule__ThreadImplementation__Group_9__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_9__1__Impl"
+ // InternalAadl2Parser.g:41728:1: rule__ThreadImplementation__Group_9__1__Impl : ( Features ) ;
+ public final void rule__ThreadImplementation__Group_9__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41852:1: ( ( ruleProcessorFeaturesKeywords ) )
- // InternalAadl2Parser.g:41853:1: ( ruleProcessorFeaturesKeywords )
+ // InternalAadl2Parser.g:41732:1: ( ( Features ) )
+ // InternalAadl2Parser.g:41733:1: ( Features )
{
- // InternalAadl2Parser.g:41853:1: ( ruleProcessorFeaturesKeywords )
- // InternalAadl2Parser.g:41854:2: ruleProcessorFeaturesKeywords
+ // InternalAadl2Parser.g:41733:1: ( Features )
+ // InternalAadl2Parser.g:41734:2: Features
{
- before(grammarAccess.getThreadImplementationAccess().getProcessorFeaturesKeywordsParserRuleCall_9_0());
- pushFollow(FollowSets000.FOLLOW_2);
- ruleProcessorFeaturesKeywords();
-
- state._fsp--;
-
- after(grammarAccess.getThreadImplementationAccess().getProcessorFeaturesKeywordsParserRuleCall_9_0());
+ before(grammarAccess.getThreadImplementationAccess().getFeaturesKeyword_9_1());
+ match(input,Features,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getThreadImplementationAccess().getFeaturesKeyword_9_1());
}
@@ -156082,21 +155476,21 @@ public final void rule__ThreadImplementation__Group_9__0__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_9__0__Impl"
+ // $ANTLR end "rule__ThreadImplementation__Group_9__1__Impl"
- // $ANTLR start "rule__ThreadImplementation__Group_9__1"
- // InternalAadl2Parser.g:41863:1: rule__ThreadImplementation__Group_9__1 : rule__ThreadImplementation__Group_9__1__Impl ;
- public final void rule__ThreadImplementation__Group_9__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_9__2"
+ // InternalAadl2Parser.g:41743:1: rule__ThreadImplementation__Group_9__2 : rule__ThreadImplementation__Group_9__2__Impl ;
+ public final void rule__ThreadImplementation__Group_9__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41867:1: ( rule__ThreadImplementation__Group_9__1__Impl )
- // InternalAadl2Parser.g:41868:2: rule__ThreadImplementation__Group_9__1__Impl
+ // InternalAadl2Parser.g:41747:1: ( rule__ThreadImplementation__Group_9__2__Impl )
+ // InternalAadl2Parser.g:41748:2: rule__ThreadImplementation__Group_9__2__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_9__1__Impl();
+ rule__ThreadImplementation__Group_9__2__Impl();
state._fsp--;
@@ -156115,62 +155509,62 @@ public final void rule__ThreadImplementation__Group_9__1() throws RecognitionExc
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_9__1"
+ // $ANTLR end "rule__ThreadImplementation__Group_9__2"
- // $ANTLR start "rule__ThreadImplementation__Group_9__1__Impl"
- // InternalAadl2Parser.g:41874:1: rule__ThreadImplementation__Group_9__1__Impl : ( ( ( rule__ThreadImplementation__Alternatives_9_1 ) ) ( ( rule__ThreadImplementation__Alternatives_9_1 )* ) ) ;
- public final void rule__ThreadImplementation__Group_9__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_9__2__Impl"
+ // InternalAadl2Parser.g:41754:1: rule__ThreadImplementation__Group_9__2__Impl : ( ( ( rule__ThreadImplementation__Alternatives_9_2 ) ) ( ( rule__ThreadImplementation__Alternatives_9_2 )* ) ) ;
+ public final void rule__ThreadImplementation__Group_9__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41878:1: ( ( ( ( rule__ThreadImplementation__Alternatives_9_1 ) ) ( ( rule__ThreadImplementation__Alternatives_9_1 )* ) ) )
- // InternalAadl2Parser.g:41879:1: ( ( ( rule__ThreadImplementation__Alternatives_9_1 ) ) ( ( rule__ThreadImplementation__Alternatives_9_1 )* ) )
+ // InternalAadl2Parser.g:41758:1: ( ( ( ( rule__ThreadImplementation__Alternatives_9_2 ) ) ( ( rule__ThreadImplementation__Alternatives_9_2 )* ) ) )
+ // InternalAadl2Parser.g:41759:1: ( ( ( rule__ThreadImplementation__Alternatives_9_2 ) ) ( ( rule__ThreadImplementation__Alternatives_9_2 )* ) )
{
- // InternalAadl2Parser.g:41879:1: ( ( ( rule__ThreadImplementation__Alternatives_9_1 ) ) ( ( rule__ThreadImplementation__Alternatives_9_1 )* ) )
- // InternalAadl2Parser.g:41880:2: ( ( rule__ThreadImplementation__Alternatives_9_1 ) ) ( ( rule__ThreadImplementation__Alternatives_9_1 )* )
+ // InternalAadl2Parser.g:41759:1: ( ( ( rule__ThreadImplementation__Alternatives_9_2 ) ) ( ( rule__ThreadImplementation__Alternatives_9_2 )* ) )
+ // InternalAadl2Parser.g:41760:2: ( ( rule__ThreadImplementation__Alternatives_9_2 ) ) ( ( rule__ThreadImplementation__Alternatives_9_2 )* )
{
- // InternalAadl2Parser.g:41880:2: ( ( rule__ThreadImplementation__Alternatives_9_1 ) )
- // InternalAadl2Parser.g:41881:3: ( rule__ThreadImplementation__Alternatives_9_1 )
+ // InternalAadl2Parser.g:41760:2: ( ( rule__ThreadImplementation__Alternatives_9_2 ) )
+ // InternalAadl2Parser.g:41761:3: ( rule__ThreadImplementation__Alternatives_9_2 )
{
- before(grammarAccess.getThreadImplementationAccess().getAlternatives_9_1());
- // InternalAadl2Parser.g:41882:3: ( rule__ThreadImplementation__Alternatives_9_1 )
- // InternalAadl2Parser.g:41882:4: rule__ThreadImplementation__Alternatives_9_1
+ before(grammarAccess.getThreadImplementationAccess().getAlternatives_9_2());
+ // InternalAadl2Parser.g:41762:3: ( rule__ThreadImplementation__Alternatives_9_2 )
+ // InternalAadl2Parser.g:41762:4: rule__ThreadImplementation__Alternatives_9_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadImplementation__Alternatives_9_1();
+ rule__ThreadImplementation__Alternatives_9_2();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getAlternatives_9_1());
+ after(grammarAccess.getThreadImplementationAccess().getAlternatives_9_2());
}
- // InternalAadl2Parser.g:41885:2: ( ( rule__ThreadImplementation__Alternatives_9_1 )* )
- // InternalAadl2Parser.g:41886:3: ( rule__ThreadImplementation__Alternatives_9_1 )*
+ // InternalAadl2Parser.g:41765:2: ( ( rule__ThreadImplementation__Alternatives_9_2 )* )
+ // InternalAadl2Parser.g:41766:3: ( rule__ThreadImplementation__Alternatives_9_2 )*
{
- before(grammarAccess.getThreadImplementationAccess().getAlternatives_9_1());
- // InternalAadl2Parser.g:41887:3: ( rule__ThreadImplementation__Alternatives_9_1 )*
- loop755:
+ before(grammarAccess.getThreadImplementationAccess().getAlternatives_9_2());
+ // InternalAadl2Parser.g:41767:3: ( rule__ThreadImplementation__Alternatives_9_2 )*
+ loop754:
do {
- int alt755=2;
- int LA755_0 = input.LA(1);
+ int alt754=2;
+ int LA754_0 = input.LA(1);
- if ( (LA755_0==RULE_ID) ) {
- alt755=1;
+ if ( (LA754_0==RULE_ID) ) {
+ alt754=1;
}
- switch (alt755) {
+ switch (alt754) {
case 1 :
- // InternalAadl2Parser.g:41887:4: rule__ThreadImplementation__Alternatives_9_1
+ // InternalAadl2Parser.g:41767:4: rule__ThreadImplementation__Alternatives_9_2
{
pushFollow(FollowSets000.FOLLOW_3);
- rule__ThreadImplementation__Alternatives_9_1();
+ rule__ThreadImplementation__Alternatives_9_2();
state._fsp--;
@@ -156179,11 +155573,11 @@ public final void rule__ThreadImplementation__Group_9__1__Impl() throws Recognit
break;
default :
- break loop755;
+ break loop754;
}
} while (true);
- after(grammarAccess.getThreadImplementationAccess().getAlternatives_9_1());
+ after(grammarAccess.getThreadImplementationAccess().getAlternatives_9_2());
}
@@ -156205,20 +155599,20 @@ public final void rule__ThreadImplementation__Group_9__1__Impl() throws Recognit
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_9__1__Impl"
+ // $ANTLR end "rule__ThreadImplementation__Group_9__2__Impl"
// $ANTLR start "rule__ThreadImplementation__Group_10__0"
- // InternalAadl2Parser.g:41897:1: rule__ThreadImplementation__Group_10__0 : rule__ThreadImplementation__Group_10__0__Impl rule__ThreadImplementation__Group_10__1 ;
+ // InternalAadl2Parser.g:41777:1: rule__ThreadImplementation__Group_10__0 : rule__ThreadImplementation__Group_10__0__Impl rule__ThreadImplementation__Group_10__1 ;
public final void rule__ThreadImplementation__Group_10__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41901:1: ( rule__ThreadImplementation__Group_10__0__Impl rule__ThreadImplementation__Group_10__1 )
- // InternalAadl2Parser.g:41902:2: rule__ThreadImplementation__Group_10__0__Impl rule__ThreadImplementation__Group_10__1
+ // InternalAadl2Parser.g:41781:1: ( rule__ThreadImplementation__Group_10__0__Impl rule__ThreadImplementation__Group_10__1 )
+ // InternalAadl2Parser.g:41782:2: rule__ThreadImplementation__Group_10__0__Impl rule__ThreadImplementation__Group_10__1
{
- pushFollow(FollowSets000.FOLLOW_8);
+ pushFollow(FollowSets000.FOLLOW_37);
rule__ThreadImplementation__Group_10__0__Impl();
state._fsp--;
@@ -156247,21 +155641,21 @@ public final void rule__ThreadImplementation__Group_10__0() throws RecognitionEx
// $ANTLR start "rule__ThreadImplementation__Group_10__0__Impl"
- // InternalAadl2Parser.g:41909:1: rule__ThreadImplementation__Group_10__0__Impl : ( Calls ) ;
+ // InternalAadl2Parser.g:41789:1: rule__ThreadImplementation__Group_10__0__Impl : ( Processor ) ;
public final void rule__ThreadImplementation__Group_10__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41913:1: ( ( Calls ) )
- // InternalAadl2Parser.g:41914:1: ( Calls )
+ // InternalAadl2Parser.g:41793:1: ( ( Processor ) )
+ // InternalAadl2Parser.g:41794:1: ( Processor )
{
- // InternalAadl2Parser.g:41914:1: ( Calls )
- // InternalAadl2Parser.g:41915:2: Calls
+ // InternalAadl2Parser.g:41794:1: ( Processor )
+ // InternalAadl2Parser.g:41795:2: Processor
{
- before(grammarAccess.getThreadImplementationAccess().getCallsKeyword_10_0());
- match(input,Calls,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadImplementationAccess().getCallsKeyword_10_0());
+ before(grammarAccess.getThreadImplementationAccess().getProcessorKeyword_10_0());
+ match(input,Processor,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getThreadImplementationAccess().getProcessorKeyword_10_0());
}
@@ -156284,20 +155678,25 @@ public final void rule__ThreadImplementation__Group_10__0__Impl() throws Recogni
// $ANTLR start "rule__ThreadImplementation__Group_10__1"
- // InternalAadl2Parser.g:41924:1: rule__ThreadImplementation__Group_10__1 : rule__ThreadImplementation__Group_10__1__Impl ;
+ // InternalAadl2Parser.g:41804:1: rule__ThreadImplementation__Group_10__1 : rule__ThreadImplementation__Group_10__1__Impl rule__ThreadImplementation__Group_10__2 ;
public final void rule__ThreadImplementation__Group_10__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41928:1: ( rule__ThreadImplementation__Group_10__1__Impl )
- // InternalAadl2Parser.g:41929:2: rule__ThreadImplementation__Group_10__1__Impl
+ // InternalAadl2Parser.g:41808:1: ( rule__ThreadImplementation__Group_10__1__Impl rule__ThreadImplementation__Group_10__2 )
+ // InternalAadl2Parser.g:41809:2: rule__ThreadImplementation__Group_10__1__Impl rule__ThreadImplementation__Group_10__2
{
- pushFollow(FollowSets000.FOLLOW_2);
+ pushFollow(FollowSets000.FOLLOW_4);
rule__ThreadImplementation__Group_10__1__Impl();
state._fsp--;
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ThreadImplementation__Group_10__2();
+
+ state._fsp--;
+
}
@@ -156317,31 +155716,21 @@ public final void rule__ThreadImplementation__Group_10__1() throws RecognitionEx
// $ANTLR start "rule__ThreadImplementation__Group_10__1__Impl"
- // InternalAadl2Parser.g:41935:1: rule__ThreadImplementation__Group_10__1__Impl : ( ( rule__ThreadImplementation__Alternatives_10_1 ) ) ;
+ // InternalAadl2Parser.g:41816:1: rule__ThreadImplementation__Group_10__1__Impl : ( Features ) ;
public final void rule__ThreadImplementation__Group_10__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41939:1: ( ( ( rule__ThreadImplementation__Alternatives_10_1 ) ) )
- // InternalAadl2Parser.g:41940:1: ( ( rule__ThreadImplementation__Alternatives_10_1 ) )
- {
- // InternalAadl2Parser.g:41940:1: ( ( rule__ThreadImplementation__Alternatives_10_1 ) )
- // InternalAadl2Parser.g:41941:2: ( rule__ThreadImplementation__Alternatives_10_1 )
+ // InternalAadl2Parser.g:41820:1: ( ( Features ) )
+ // InternalAadl2Parser.g:41821:1: ( Features )
{
- before(grammarAccess.getThreadImplementationAccess().getAlternatives_10_1());
- // InternalAadl2Parser.g:41942:2: ( rule__ThreadImplementation__Alternatives_10_1 )
- // InternalAadl2Parser.g:41942:3: rule__ThreadImplementation__Alternatives_10_1
+ // InternalAadl2Parser.g:41821:1: ( Features )
+ // InternalAadl2Parser.g:41822:2: Features
{
- pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Alternatives_10_1();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getThreadImplementationAccess().getAlternatives_10_1());
+ before(grammarAccess.getThreadImplementationAccess().getFeaturesKeyword_10_1());
+ match(input,Features,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getThreadImplementationAccess().getFeaturesKeyword_10_1());
}
@@ -156363,23 +155752,18 @@ public final void rule__ThreadImplementation__Group_10__1__Impl() throws Recogni
// $ANTLR end "rule__ThreadImplementation__Group_10__1__Impl"
- // $ANTLR start "rule__ThreadImplementation__Group_10_1_1__0"
- // InternalAadl2Parser.g:41951:1: rule__ThreadImplementation__Group_10_1_1__0 : rule__ThreadImplementation__Group_10_1_1__0__Impl rule__ThreadImplementation__Group_10_1_1__1 ;
- public final void rule__ThreadImplementation__Group_10_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_10__2"
+ // InternalAadl2Parser.g:41831:1: rule__ThreadImplementation__Group_10__2 : rule__ThreadImplementation__Group_10__2__Impl ;
+ public final void rule__ThreadImplementation__Group_10__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41955:1: ( rule__ThreadImplementation__Group_10_1_1__0__Impl rule__ThreadImplementation__Group_10_1_1__1 )
- // InternalAadl2Parser.g:41956:2: rule__ThreadImplementation__Group_10_1_1__0__Impl rule__ThreadImplementation__Group_10_1_1__1
+ // InternalAadl2Parser.g:41835:1: ( rule__ThreadImplementation__Group_10__2__Impl )
+ // InternalAadl2Parser.g:41836:2: rule__ThreadImplementation__Group_10__2__Impl
{
- pushFollow(FollowSets000.FOLLOW_7);
- rule__ThreadImplementation__Group_10_1_1__0__Impl();
-
- state._fsp--;
-
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_10_1_1__1();
+ rule__ThreadImplementation__Group_10__2__Impl();
state._fsp--;
@@ -156398,105 +155782,78 @@ public final void rule__ThreadImplementation__Group_10_1_1__0() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_10_1_1__0"
+ // $ANTLR end "rule__ThreadImplementation__Group_10__2"
- // $ANTLR start "rule__ThreadImplementation__Group_10_1_1__0__Impl"
- // InternalAadl2Parser.g:41963:1: rule__ThreadImplementation__Group_10_1_1__0__Impl : ( ( rule__ThreadImplementation__NoCallsAssignment_10_1_1_0 ) ) ;
- public final void rule__ThreadImplementation__Group_10_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_10__2__Impl"
+ // InternalAadl2Parser.g:41842:1: rule__ThreadImplementation__Group_10__2__Impl : ( ( ( rule__ThreadImplementation__Alternatives_10_2 ) ) ( ( rule__ThreadImplementation__Alternatives_10_2 )* ) ) ;
+ public final void rule__ThreadImplementation__Group_10__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:41967:1: ( ( ( rule__ThreadImplementation__NoCallsAssignment_10_1_1_0 ) ) )
- // InternalAadl2Parser.g:41968:1: ( ( rule__ThreadImplementation__NoCallsAssignment_10_1_1_0 ) )
+ // InternalAadl2Parser.g:41846:1: ( ( ( ( rule__ThreadImplementation__Alternatives_10_2 ) ) ( ( rule__ThreadImplementation__Alternatives_10_2 )* ) ) )
+ // InternalAadl2Parser.g:41847:1: ( ( ( rule__ThreadImplementation__Alternatives_10_2 ) ) ( ( rule__ThreadImplementation__Alternatives_10_2 )* ) )
{
- // InternalAadl2Parser.g:41968:1: ( ( rule__ThreadImplementation__NoCallsAssignment_10_1_1_0 ) )
- // InternalAadl2Parser.g:41969:2: ( rule__ThreadImplementation__NoCallsAssignment_10_1_1_0 )
+ // InternalAadl2Parser.g:41847:1: ( ( ( rule__ThreadImplementation__Alternatives_10_2 ) ) ( ( rule__ThreadImplementation__Alternatives_10_2 )* ) )
+ // InternalAadl2Parser.g:41848:2: ( ( rule__ThreadImplementation__Alternatives_10_2 ) ) ( ( rule__ThreadImplementation__Alternatives_10_2 )* )
{
- before(grammarAccess.getThreadImplementationAccess().getNoCallsAssignment_10_1_1_0());
- // InternalAadl2Parser.g:41970:2: ( rule__ThreadImplementation__NoCallsAssignment_10_1_1_0 )
- // InternalAadl2Parser.g:41970:3: rule__ThreadImplementation__NoCallsAssignment_10_1_1_0
+ // InternalAadl2Parser.g:41848:2: ( ( rule__ThreadImplementation__Alternatives_10_2 ) )
+ // InternalAadl2Parser.g:41849:3: ( rule__ThreadImplementation__Alternatives_10_2 )
{
- pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__NoCallsAssignment_10_1_1_0();
+ before(grammarAccess.getThreadImplementationAccess().getAlternatives_10_2());
+ // InternalAadl2Parser.g:41850:3: ( rule__ThreadImplementation__Alternatives_10_2 )
+ // InternalAadl2Parser.g:41850:4: rule__ThreadImplementation__Alternatives_10_2
+ {
+ pushFollow(FollowSets000.FOLLOW_3);
+ rule__ThreadImplementation__Alternatives_10_2();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getNoCallsAssignment_10_1_1_0());
+ after(grammarAccess.getThreadImplementationAccess().getAlternatives_10_2());
}
+ // InternalAadl2Parser.g:41853:2: ( ( rule__ThreadImplementation__Alternatives_10_2 )* )
+ // InternalAadl2Parser.g:41854:3: ( rule__ThreadImplementation__Alternatives_10_2 )*
+ {
+ before(grammarAccess.getThreadImplementationAccess().getAlternatives_10_2());
+ // InternalAadl2Parser.g:41855:3: ( rule__ThreadImplementation__Alternatives_10_2 )*
+ loop755:
+ do {
+ int alt755=2;
+ int LA755_0 = input.LA(1);
- }
-
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
+ if ( (LA755_0==RULE_ID) ) {
+ alt755=1;
+ }
- restoreStackSize(stackSize);
- }
- return ;
- }
- // $ANTLR end "rule__ThreadImplementation__Group_10_1_1__0__Impl"
+ switch (alt755) {
+ case 1 :
+ // InternalAadl2Parser.g:41855:4: rule__ThreadImplementation__Alternatives_10_2
+ {
+ pushFollow(FollowSets000.FOLLOW_3);
+ rule__ThreadImplementation__Alternatives_10_2();
+ state._fsp--;
- // $ANTLR start "rule__ThreadImplementation__Group_10_1_1__1"
- // InternalAadl2Parser.g:41978:1: rule__ThreadImplementation__Group_10_1_1__1 : rule__ThreadImplementation__Group_10_1_1__1__Impl ;
- public final void rule__ThreadImplementation__Group_10_1_1__1() throws RecognitionException {
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:41982:1: ( rule__ThreadImplementation__Group_10_1_1__1__Impl )
- // InternalAadl2Parser.g:41983:2: rule__ThreadImplementation__Group_10_1_1__1__Impl
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_10_1_1__1__Impl();
+ }
+ break;
- state._fsp--;
+ default :
+ break loop755;
+ }
+ } while (true);
+ after(grammarAccess.getThreadImplementationAccess().getAlternatives_10_2());
}
- }
- catch (RecognitionException re) {
- reportError(re);
- recover(input,re);
- }
- finally {
-
- restoreStackSize(stackSize);
-
- }
- return ;
- }
- // $ANTLR end "rule__ThreadImplementation__Group_10_1_1__1"
-
-
- // $ANTLR start "rule__ThreadImplementation__Group_10_1_1__1__Impl"
- // InternalAadl2Parser.g:41989:1: rule__ThreadImplementation__Group_10_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__ThreadImplementation__Group_10_1_1__1__Impl() throws RecognitionException {
-
- int stackSize = keepStackSize();
-
- try {
- // InternalAadl2Parser.g:41993:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:41994:1: ( Semicolon )
- {
- // InternalAadl2Parser.g:41994:1: ( Semicolon )
- // InternalAadl2Parser.g:41995:2: Semicolon
- {
- before(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_10_1_1_1());
- match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_10_1_1_1());
}
@@ -156515,18 +155872,18 @@ public final void rule__ThreadImplementation__Group_10_1_1__1__Impl() throws Rec
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_10_1_1__1__Impl"
+ // $ANTLR end "rule__ThreadImplementation__Group_10__2__Impl"
// $ANTLR start "rule__ThreadImplementation__Group_11__0"
- // InternalAadl2Parser.g:42005:1: rule__ThreadImplementation__Group_11__0 : rule__ThreadImplementation__Group_11__0__Impl rule__ThreadImplementation__Group_11__1 ;
+ // InternalAadl2Parser.g:41865:1: rule__ThreadImplementation__Group_11__0 : rule__ThreadImplementation__Group_11__0__Impl rule__ThreadImplementation__Group_11__1 ;
public final void rule__ThreadImplementation__Group_11__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42009:1: ( rule__ThreadImplementation__Group_11__0__Impl rule__ThreadImplementation__Group_11__1 )
- // InternalAadl2Parser.g:42010:2: rule__ThreadImplementation__Group_11__0__Impl rule__ThreadImplementation__Group_11__1
+ // InternalAadl2Parser.g:41869:1: ( rule__ThreadImplementation__Group_11__0__Impl rule__ThreadImplementation__Group_11__1 )
+ // InternalAadl2Parser.g:41870:2: rule__ThreadImplementation__Group_11__0__Impl rule__ThreadImplementation__Group_11__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__ThreadImplementation__Group_11__0__Impl();
@@ -156557,21 +155914,21 @@ public final void rule__ThreadImplementation__Group_11__0() throws RecognitionEx
// $ANTLR start "rule__ThreadImplementation__Group_11__0__Impl"
- // InternalAadl2Parser.g:42017:1: rule__ThreadImplementation__Group_11__0__Impl : ( Connections ) ;
+ // InternalAadl2Parser.g:41877:1: rule__ThreadImplementation__Group_11__0__Impl : ( Calls ) ;
public final void rule__ThreadImplementation__Group_11__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42021:1: ( ( Connections ) )
- // InternalAadl2Parser.g:42022:1: ( Connections )
+ // InternalAadl2Parser.g:41881:1: ( ( Calls ) )
+ // InternalAadl2Parser.g:41882:1: ( Calls )
{
- // InternalAadl2Parser.g:42022:1: ( Connections )
- // InternalAadl2Parser.g:42023:2: Connections
+ // InternalAadl2Parser.g:41882:1: ( Calls )
+ // InternalAadl2Parser.g:41883:2: Calls
{
- before(grammarAccess.getThreadImplementationAccess().getConnectionsKeyword_11_0());
- match(input,Connections,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadImplementationAccess().getConnectionsKeyword_11_0());
+ before(grammarAccess.getThreadImplementationAccess().getCallsKeyword_11_0());
+ match(input,Calls,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getThreadImplementationAccess().getCallsKeyword_11_0());
}
@@ -156594,14 +155951,14 @@ public final void rule__ThreadImplementation__Group_11__0__Impl() throws Recogni
// $ANTLR start "rule__ThreadImplementation__Group_11__1"
- // InternalAadl2Parser.g:42032:1: rule__ThreadImplementation__Group_11__1 : rule__ThreadImplementation__Group_11__1__Impl ;
+ // InternalAadl2Parser.g:41892:1: rule__ThreadImplementation__Group_11__1 : rule__ThreadImplementation__Group_11__1__Impl ;
public final void rule__ThreadImplementation__Group_11__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42036:1: ( rule__ThreadImplementation__Group_11__1__Impl )
- // InternalAadl2Parser.g:42037:2: rule__ThreadImplementation__Group_11__1__Impl
+ // InternalAadl2Parser.g:41896:1: ( rule__ThreadImplementation__Group_11__1__Impl )
+ // InternalAadl2Parser.g:41897:2: rule__ThreadImplementation__Group_11__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadImplementation__Group_11__1__Impl();
@@ -156627,21 +155984,21 @@ public final void rule__ThreadImplementation__Group_11__1() throws RecognitionEx
// $ANTLR start "rule__ThreadImplementation__Group_11__1__Impl"
- // InternalAadl2Parser.g:42043:1: rule__ThreadImplementation__Group_11__1__Impl : ( ( rule__ThreadImplementation__Alternatives_11_1 ) ) ;
+ // InternalAadl2Parser.g:41903:1: rule__ThreadImplementation__Group_11__1__Impl : ( ( rule__ThreadImplementation__Alternatives_11_1 ) ) ;
public final void rule__ThreadImplementation__Group_11__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42047:1: ( ( ( rule__ThreadImplementation__Alternatives_11_1 ) ) )
- // InternalAadl2Parser.g:42048:1: ( ( rule__ThreadImplementation__Alternatives_11_1 ) )
+ // InternalAadl2Parser.g:41907:1: ( ( ( rule__ThreadImplementation__Alternatives_11_1 ) ) )
+ // InternalAadl2Parser.g:41908:1: ( ( rule__ThreadImplementation__Alternatives_11_1 ) )
{
- // InternalAadl2Parser.g:42048:1: ( ( rule__ThreadImplementation__Alternatives_11_1 ) )
- // InternalAadl2Parser.g:42049:2: ( rule__ThreadImplementation__Alternatives_11_1 )
+ // InternalAadl2Parser.g:41908:1: ( ( rule__ThreadImplementation__Alternatives_11_1 ) )
+ // InternalAadl2Parser.g:41909:2: ( rule__ThreadImplementation__Alternatives_11_1 )
{
before(grammarAccess.getThreadImplementationAccess().getAlternatives_11_1());
- // InternalAadl2Parser.g:42050:2: ( rule__ThreadImplementation__Alternatives_11_1 )
- // InternalAadl2Parser.g:42050:3: rule__ThreadImplementation__Alternatives_11_1
+ // InternalAadl2Parser.g:41910:2: ( rule__ThreadImplementation__Alternatives_11_1 )
+ // InternalAadl2Parser.g:41910:3: rule__ThreadImplementation__Alternatives_11_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadImplementation__Alternatives_11_1();
@@ -156674,14 +156031,14 @@ public final void rule__ThreadImplementation__Group_11__1__Impl() throws Recogni
// $ANTLR start "rule__ThreadImplementation__Group_11_1_1__0"
- // InternalAadl2Parser.g:42059:1: rule__ThreadImplementation__Group_11_1_1__0 : rule__ThreadImplementation__Group_11_1_1__0__Impl rule__ThreadImplementation__Group_11_1_1__1 ;
+ // InternalAadl2Parser.g:41919:1: rule__ThreadImplementation__Group_11_1_1__0 : rule__ThreadImplementation__Group_11_1_1__0__Impl rule__ThreadImplementation__Group_11_1_1__1 ;
public final void rule__ThreadImplementation__Group_11_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42063:1: ( rule__ThreadImplementation__Group_11_1_1__0__Impl rule__ThreadImplementation__Group_11_1_1__1 )
- // InternalAadl2Parser.g:42064:2: rule__ThreadImplementation__Group_11_1_1__0__Impl rule__ThreadImplementation__Group_11_1_1__1
+ // InternalAadl2Parser.g:41923:1: ( rule__ThreadImplementation__Group_11_1_1__0__Impl rule__ThreadImplementation__Group_11_1_1__1 )
+ // InternalAadl2Parser.g:41924:2: rule__ThreadImplementation__Group_11_1_1__0__Impl rule__ThreadImplementation__Group_11_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__ThreadImplementation__Group_11_1_1__0__Impl();
@@ -156712,31 +156069,31 @@ public final void rule__ThreadImplementation__Group_11_1_1__0() throws Recogniti
// $ANTLR start "rule__ThreadImplementation__Group_11_1_1__0__Impl"
- // InternalAadl2Parser.g:42071:1: rule__ThreadImplementation__Group_11_1_1__0__Impl : ( ( rule__ThreadImplementation__NoConnectionsAssignment_11_1_1_0 ) ) ;
+ // InternalAadl2Parser.g:41931:1: rule__ThreadImplementation__Group_11_1_1__0__Impl : ( ( rule__ThreadImplementation__NoCallsAssignment_11_1_1_0 ) ) ;
public final void rule__ThreadImplementation__Group_11_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42075:1: ( ( ( rule__ThreadImplementation__NoConnectionsAssignment_11_1_1_0 ) ) )
- // InternalAadl2Parser.g:42076:1: ( ( rule__ThreadImplementation__NoConnectionsAssignment_11_1_1_0 ) )
+ // InternalAadl2Parser.g:41935:1: ( ( ( rule__ThreadImplementation__NoCallsAssignment_11_1_1_0 ) ) )
+ // InternalAadl2Parser.g:41936:1: ( ( rule__ThreadImplementation__NoCallsAssignment_11_1_1_0 ) )
{
- // InternalAadl2Parser.g:42076:1: ( ( rule__ThreadImplementation__NoConnectionsAssignment_11_1_1_0 ) )
- // InternalAadl2Parser.g:42077:2: ( rule__ThreadImplementation__NoConnectionsAssignment_11_1_1_0 )
+ // InternalAadl2Parser.g:41936:1: ( ( rule__ThreadImplementation__NoCallsAssignment_11_1_1_0 ) )
+ // InternalAadl2Parser.g:41937:2: ( rule__ThreadImplementation__NoCallsAssignment_11_1_1_0 )
{
- before(grammarAccess.getThreadImplementationAccess().getNoConnectionsAssignment_11_1_1_0());
- // InternalAadl2Parser.g:42078:2: ( rule__ThreadImplementation__NoConnectionsAssignment_11_1_1_0 )
- // InternalAadl2Parser.g:42078:3: rule__ThreadImplementation__NoConnectionsAssignment_11_1_1_0
+ before(grammarAccess.getThreadImplementationAccess().getNoCallsAssignment_11_1_1_0());
+ // InternalAadl2Parser.g:41938:2: ( rule__ThreadImplementation__NoCallsAssignment_11_1_1_0 )
+ // InternalAadl2Parser.g:41938:3: rule__ThreadImplementation__NoCallsAssignment_11_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__NoConnectionsAssignment_11_1_1_0();
+ rule__ThreadImplementation__NoCallsAssignment_11_1_1_0();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getNoConnectionsAssignment_11_1_1_0());
+ after(grammarAccess.getThreadImplementationAccess().getNoCallsAssignment_11_1_1_0());
}
@@ -156759,14 +156116,14 @@ public final void rule__ThreadImplementation__Group_11_1_1__0__Impl() throws Rec
// $ANTLR start "rule__ThreadImplementation__Group_11_1_1__1"
- // InternalAadl2Parser.g:42086:1: rule__ThreadImplementation__Group_11_1_1__1 : rule__ThreadImplementation__Group_11_1_1__1__Impl ;
+ // InternalAadl2Parser.g:41946:1: rule__ThreadImplementation__Group_11_1_1__1 : rule__ThreadImplementation__Group_11_1_1__1__Impl ;
public final void rule__ThreadImplementation__Group_11_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42090:1: ( rule__ThreadImplementation__Group_11_1_1__1__Impl )
- // InternalAadl2Parser.g:42091:2: rule__ThreadImplementation__Group_11_1_1__1__Impl
+ // InternalAadl2Parser.g:41950:1: ( rule__ThreadImplementation__Group_11_1_1__1__Impl )
+ // InternalAadl2Parser.g:41951:2: rule__ThreadImplementation__Group_11_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadImplementation__Group_11_1_1__1__Impl();
@@ -156792,17 +156149,17 @@ public final void rule__ThreadImplementation__Group_11_1_1__1() throws Recogniti
// $ANTLR start "rule__ThreadImplementation__Group_11_1_1__1__Impl"
- // InternalAadl2Parser.g:42097:1: rule__ThreadImplementation__Group_11_1_1__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:41957:1: rule__ThreadImplementation__Group_11_1_1__1__Impl : ( Semicolon ) ;
public final void rule__ThreadImplementation__Group_11_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42101:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:42102:1: ( Semicolon )
+ // InternalAadl2Parser.g:41961:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:41962:1: ( Semicolon )
{
- // InternalAadl2Parser.g:42102:1: ( Semicolon )
- // InternalAadl2Parser.g:42103:2: Semicolon
+ // InternalAadl2Parser.g:41962:1: ( Semicolon )
+ // InternalAadl2Parser.g:41963:2: Semicolon
{
before(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_11_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -156829,14 +156186,14 @@ public final void rule__ThreadImplementation__Group_11_1_1__1__Impl() throws Rec
// $ANTLR start "rule__ThreadImplementation__Group_12__0"
- // InternalAadl2Parser.g:42113:1: rule__ThreadImplementation__Group_12__0 : rule__ThreadImplementation__Group_12__0__Impl rule__ThreadImplementation__Group_12__1 ;
+ // InternalAadl2Parser.g:41973:1: rule__ThreadImplementation__Group_12__0 : rule__ThreadImplementation__Group_12__0__Impl rule__ThreadImplementation__Group_12__1 ;
public final void rule__ThreadImplementation__Group_12__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42117:1: ( rule__ThreadImplementation__Group_12__0__Impl rule__ThreadImplementation__Group_12__1 )
- // InternalAadl2Parser.g:42118:2: rule__ThreadImplementation__Group_12__0__Impl rule__ThreadImplementation__Group_12__1
+ // InternalAadl2Parser.g:41977:1: ( rule__ThreadImplementation__Group_12__0__Impl rule__ThreadImplementation__Group_12__1 )
+ // InternalAadl2Parser.g:41978:2: rule__ThreadImplementation__Group_12__0__Impl rule__ThreadImplementation__Group_12__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__ThreadImplementation__Group_12__0__Impl();
@@ -156867,21 +156224,21 @@ public final void rule__ThreadImplementation__Group_12__0() throws RecognitionEx
// $ANTLR start "rule__ThreadImplementation__Group_12__0__Impl"
- // InternalAadl2Parser.g:42125:1: rule__ThreadImplementation__Group_12__0__Impl : ( Flows ) ;
+ // InternalAadl2Parser.g:41985:1: rule__ThreadImplementation__Group_12__0__Impl : ( Connections ) ;
public final void rule__ThreadImplementation__Group_12__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42129:1: ( ( Flows ) )
- // InternalAadl2Parser.g:42130:1: ( Flows )
+ // InternalAadl2Parser.g:41989:1: ( ( Connections ) )
+ // InternalAadl2Parser.g:41990:1: ( Connections )
{
- // InternalAadl2Parser.g:42130:1: ( Flows )
- // InternalAadl2Parser.g:42131:2: Flows
+ // InternalAadl2Parser.g:41990:1: ( Connections )
+ // InternalAadl2Parser.g:41991:2: Connections
{
- before(grammarAccess.getThreadImplementationAccess().getFlowsKeyword_12_0());
- match(input,Flows,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadImplementationAccess().getFlowsKeyword_12_0());
+ before(grammarAccess.getThreadImplementationAccess().getConnectionsKeyword_12_0());
+ match(input,Connections,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getThreadImplementationAccess().getConnectionsKeyword_12_0());
}
@@ -156904,14 +156261,14 @@ public final void rule__ThreadImplementation__Group_12__0__Impl() throws Recogni
// $ANTLR start "rule__ThreadImplementation__Group_12__1"
- // InternalAadl2Parser.g:42140:1: rule__ThreadImplementation__Group_12__1 : rule__ThreadImplementation__Group_12__1__Impl ;
+ // InternalAadl2Parser.g:42000:1: rule__ThreadImplementation__Group_12__1 : rule__ThreadImplementation__Group_12__1__Impl ;
public final void rule__ThreadImplementation__Group_12__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42144:1: ( rule__ThreadImplementation__Group_12__1__Impl )
- // InternalAadl2Parser.g:42145:2: rule__ThreadImplementation__Group_12__1__Impl
+ // InternalAadl2Parser.g:42004:1: ( rule__ThreadImplementation__Group_12__1__Impl )
+ // InternalAadl2Parser.g:42005:2: rule__ThreadImplementation__Group_12__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadImplementation__Group_12__1__Impl();
@@ -156937,21 +156294,21 @@ public final void rule__ThreadImplementation__Group_12__1() throws RecognitionEx
// $ANTLR start "rule__ThreadImplementation__Group_12__1__Impl"
- // InternalAadl2Parser.g:42151:1: rule__ThreadImplementation__Group_12__1__Impl : ( ( rule__ThreadImplementation__Alternatives_12_1 ) ) ;
+ // InternalAadl2Parser.g:42011:1: rule__ThreadImplementation__Group_12__1__Impl : ( ( rule__ThreadImplementation__Alternatives_12_1 ) ) ;
public final void rule__ThreadImplementation__Group_12__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42155:1: ( ( ( rule__ThreadImplementation__Alternatives_12_1 ) ) )
- // InternalAadl2Parser.g:42156:1: ( ( rule__ThreadImplementation__Alternatives_12_1 ) )
+ // InternalAadl2Parser.g:42015:1: ( ( ( rule__ThreadImplementation__Alternatives_12_1 ) ) )
+ // InternalAadl2Parser.g:42016:1: ( ( rule__ThreadImplementation__Alternatives_12_1 ) )
{
- // InternalAadl2Parser.g:42156:1: ( ( rule__ThreadImplementation__Alternatives_12_1 ) )
- // InternalAadl2Parser.g:42157:2: ( rule__ThreadImplementation__Alternatives_12_1 )
+ // InternalAadl2Parser.g:42016:1: ( ( rule__ThreadImplementation__Alternatives_12_1 ) )
+ // InternalAadl2Parser.g:42017:2: ( rule__ThreadImplementation__Alternatives_12_1 )
{
before(grammarAccess.getThreadImplementationAccess().getAlternatives_12_1());
- // InternalAadl2Parser.g:42158:2: ( rule__ThreadImplementation__Alternatives_12_1 )
- // InternalAadl2Parser.g:42158:3: rule__ThreadImplementation__Alternatives_12_1
+ // InternalAadl2Parser.g:42018:2: ( rule__ThreadImplementation__Alternatives_12_1 )
+ // InternalAadl2Parser.g:42018:3: rule__ThreadImplementation__Alternatives_12_1
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadImplementation__Alternatives_12_1();
@@ -156984,14 +156341,14 @@ public final void rule__ThreadImplementation__Group_12__1__Impl() throws Recogni
// $ANTLR start "rule__ThreadImplementation__Group_12_1_1__0"
- // InternalAadl2Parser.g:42167:1: rule__ThreadImplementation__Group_12_1_1__0 : rule__ThreadImplementation__Group_12_1_1__0__Impl rule__ThreadImplementation__Group_12_1_1__1 ;
+ // InternalAadl2Parser.g:42027:1: rule__ThreadImplementation__Group_12_1_1__0 : rule__ThreadImplementation__Group_12_1_1__0__Impl rule__ThreadImplementation__Group_12_1_1__1 ;
public final void rule__ThreadImplementation__Group_12_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42171:1: ( rule__ThreadImplementation__Group_12_1_1__0__Impl rule__ThreadImplementation__Group_12_1_1__1 )
- // InternalAadl2Parser.g:42172:2: rule__ThreadImplementation__Group_12_1_1__0__Impl rule__ThreadImplementation__Group_12_1_1__1
+ // InternalAadl2Parser.g:42031:1: ( rule__ThreadImplementation__Group_12_1_1__0__Impl rule__ThreadImplementation__Group_12_1_1__1 )
+ // InternalAadl2Parser.g:42032:2: rule__ThreadImplementation__Group_12_1_1__0__Impl rule__ThreadImplementation__Group_12_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
rule__ThreadImplementation__Group_12_1_1__0__Impl();
@@ -157022,31 +156379,31 @@ public final void rule__ThreadImplementation__Group_12_1_1__0() throws Recogniti
// $ANTLR start "rule__ThreadImplementation__Group_12_1_1__0__Impl"
- // InternalAadl2Parser.g:42179:1: rule__ThreadImplementation__Group_12_1_1__0__Impl : ( ( rule__ThreadImplementation__NoFlowsAssignment_12_1_1_0 ) ) ;
+ // InternalAadl2Parser.g:42039:1: rule__ThreadImplementation__Group_12_1_1__0__Impl : ( ( rule__ThreadImplementation__NoConnectionsAssignment_12_1_1_0 ) ) ;
public final void rule__ThreadImplementation__Group_12_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42183:1: ( ( ( rule__ThreadImplementation__NoFlowsAssignment_12_1_1_0 ) ) )
- // InternalAadl2Parser.g:42184:1: ( ( rule__ThreadImplementation__NoFlowsAssignment_12_1_1_0 ) )
+ // InternalAadl2Parser.g:42043:1: ( ( ( rule__ThreadImplementation__NoConnectionsAssignment_12_1_1_0 ) ) )
+ // InternalAadl2Parser.g:42044:1: ( ( rule__ThreadImplementation__NoConnectionsAssignment_12_1_1_0 ) )
{
- // InternalAadl2Parser.g:42184:1: ( ( rule__ThreadImplementation__NoFlowsAssignment_12_1_1_0 ) )
- // InternalAadl2Parser.g:42185:2: ( rule__ThreadImplementation__NoFlowsAssignment_12_1_1_0 )
+ // InternalAadl2Parser.g:42044:1: ( ( rule__ThreadImplementation__NoConnectionsAssignment_12_1_1_0 ) )
+ // InternalAadl2Parser.g:42045:2: ( rule__ThreadImplementation__NoConnectionsAssignment_12_1_1_0 )
{
- before(grammarAccess.getThreadImplementationAccess().getNoFlowsAssignment_12_1_1_0());
- // InternalAadl2Parser.g:42186:2: ( rule__ThreadImplementation__NoFlowsAssignment_12_1_1_0 )
- // InternalAadl2Parser.g:42186:3: rule__ThreadImplementation__NoFlowsAssignment_12_1_1_0
+ before(grammarAccess.getThreadImplementationAccess().getNoConnectionsAssignment_12_1_1_0());
+ // InternalAadl2Parser.g:42046:2: ( rule__ThreadImplementation__NoConnectionsAssignment_12_1_1_0 )
+ // InternalAadl2Parser.g:42046:3: rule__ThreadImplementation__NoConnectionsAssignment_12_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__NoFlowsAssignment_12_1_1_0();
+ rule__ThreadImplementation__NoConnectionsAssignment_12_1_1_0();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getNoFlowsAssignment_12_1_1_0());
+ after(grammarAccess.getThreadImplementationAccess().getNoConnectionsAssignment_12_1_1_0());
}
@@ -157069,14 +156426,14 @@ public final void rule__ThreadImplementation__Group_12_1_1__0__Impl() throws Rec
// $ANTLR start "rule__ThreadImplementation__Group_12_1_1__1"
- // InternalAadl2Parser.g:42194:1: rule__ThreadImplementation__Group_12_1_1__1 : rule__ThreadImplementation__Group_12_1_1__1__Impl ;
+ // InternalAadl2Parser.g:42054:1: rule__ThreadImplementation__Group_12_1_1__1 : rule__ThreadImplementation__Group_12_1_1__1__Impl ;
public final void rule__ThreadImplementation__Group_12_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42198:1: ( rule__ThreadImplementation__Group_12_1_1__1__Impl )
- // InternalAadl2Parser.g:42199:2: rule__ThreadImplementation__Group_12_1_1__1__Impl
+ // InternalAadl2Parser.g:42058:1: ( rule__ThreadImplementation__Group_12_1_1__1__Impl )
+ // InternalAadl2Parser.g:42059:2: rule__ThreadImplementation__Group_12_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
rule__ThreadImplementation__Group_12_1_1__1__Impl();
@@ -157102,17 +156459,17 @@ public final void rule__ThreadImplementation__Group_12_1_1__1() throws Recogniti
// $ANTLR start "rule__ThreadImplementation__Group_12_1_1__1__Impl"
- // InternalAadl2Parser.g:42205:1: rule__ThreadImplementation__Group_12_1_1__1__Impl : ( Semicolon ) ;
+ // InternalAadl2Parser.g:42065:1: rule__ThreadImplementation__Group_12_1_1__1__Impl : ( Semicolon ) ;
public final void rule__ThreadImplementation__Group_12_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42209:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:42210:1: ( Semicolon )
+ // InternalAadl2Parser.g:42069:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:42070:1: ( Semicolon )
{
- // InternalAadl2Parser.g:42210:1: ( Semicolon )
- // InternalAadl2Parser.g:42211:2: Semicolon
+ // InternalAadl2Parser.g:42070:1: ( Semicolon )
+ // InternalAadl2Parser.g:42071:2: Semicolon
{
before(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_12_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
@@ -157139,14 +156496,14 @@ public final void rule__ThreadImplementation__Group_12_1_1__1__Impl() throws Rec
// $ANTLR start "rule__ThreadImplementation__Group_13__0"
- // InternalAadl2Parser.g:42221:1: rule__ThreadImplementation__Group_13__0 : rule__ThreadImplementation__Group_13__0__Impl rule__ThreadImplementation__Group_13__1 ;
+ // InternalAadl2Parser.g:42081:1: rule__ThreadImplementation__Group_13__0 : rule__ThreadImplementation__Group_13__0__Impl rule__ThreadImplementation__Group_13__1 ;
public final void rule__ThreadImplementation__Group_13__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42225:1: ( rule__ThreadImplementation__Group_13__0__Impl rule__ThreadImplementation__Group_13__1 )
- // InternalAadl2Parser.g:42226:2: rule__ThreadImplementation__Group_13__0__Impl rule__ThreadImplementation__Group_13__1
+ // InternalAadl2Parser.g:42085:1: ( rule__ThreadImplementation__Group_13__0__Impl rule__ThreadImplementation__Group_13__1 )
+ // InternalAadl2Parser.g:42086:2: rule__ThreadImplementation__Group_13__0__Impl rule__ThreadImplementation__Group_13__1
{
pushFollow(FollowSets000.FOLLOW_8);
rule__ThreadImplementation__Group_13__0__Impl();
@@ -157177,21 +156534,331 @@ public final void rule__ThreadImplementation__Group_13__0() throws RecognitionEx
// $ANTLR start "rule__ThreadImplementation__Group_13__0__Impl"
- // InternalAadl2Parser.g:42233:1: rule__ThreadImplementation__Group_13__0__Impl : ( Modes ) ;
+ // InternalAadl2Parser.g:42093:1: rule__ThreadImplementation__Group_13__0__Impl : ( Flows ) ;
public final void rule__ThreadImplementation__Group_13__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42237:1: ( ( Modes ) )
- // InternalAadl2Parser.g:42238:1: ( Modes )
+ // InternalAadl2Parser.g:42097:1: ( ( Flows ) )
+ // InternalAadl2Parser.g:42098:1: ( Flows )
+ {
+ // InternalAadl2Parser.g:42098:1: ( Flows )
+ // InternalAadl2Parser.g:42099:2: Flows
+ {
+ before(grammarAccess.getThreadImplementationAccess().getFlowsKeyword_13_0());
+ match(input,Flows,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getThreadImplementationAccess().getFlowsKeyword_13_0());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ThreadImplementation__Group_13__0__Impl"
+
+
+ // $ANTLR start "rule__ThreadImplementation__Group_13__1"
+ // InternalAadl2Parser.g:42108:1: rule__ThreadImplementation__Group_13__1 : rule__ThreadImplementation__Group_13__1__Impl ;
+ public final void rule__ThreadImplementation__Group_13__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:42112:1: ( rule__ThreadImplementation__Group_13__1__Impl )
+ // InternalAadl2Parser.g:42113:2: rule__ThreadImplementation__Group_13__1__Impl
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ThreadImplementation__Group_13__1__Impl();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ThreadImplementation__Group_13__1"
+
+
+ // $ANTLR start "rule__ThreadImplementation__Group_13__1__Impl"
+ // InternalAadl2Parser.g:42119:1: rule__ThreadImplementation__Group_13__1__Impl : ( ( rule__ThreadImplementation__Alternatives_13_1 ) ) ;
+ public final void rule__ThreadImplementation__Group_13__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:42123:1: ( ( ( rule__ThreadImplementation__Alternatives_13_1 ) ) )
+ // InternalAadl2Parser.g:42124:1: ( ( rule__ThreadImplementation__Alternatives_13_1 ) )
+ {
+ // InternalAadl2Parser.g:42124:1: ( ( rule__ThreadImplementation__Alternatives_13_1 ) )
+ // InternalAadl2Parser.g:42125:2: ( rule__ThreadImplementation__Alternatives_13_1 )
+ {
+ before(grammarAccess.getThreadImplementationAccess().getAlternatives_13_1());
+ // InternalAadl2Parser.g:42126:2: ( rule__ThreadImplementation__Alternatives_13_1 )
+ // InternalAadl2Parser.g:42126:3: rule__ThreadImplementation__Alternatives_13_1
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ThreadImplementation__Alternatives_13_1();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getThreadImplementationAccess().getAlternatives_13_1());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ThreadImplementation__Group_13__1__Impl"
+
+
+ // $ANTLR start "rule__ThreadImplementation__Group_13_1_1__0"
+ // InternalAadl2Parser.g:42135:1: rule__ThreadImplementation__Group_13_1_1__0 : rule__ThreadImplementation__Group_13_1_1__0__Impl rule__ThreadImplementation__Group_13_1_1__1 ;
+ public final void rule__ThreadImplementation__Group_13_1_1__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:42139:1: ( rule__ThreadImplementation__Group_13_1_1__0__Impl rule__ThreadImplementation__Group_13_1_1__1 )
+ // InternalAadl2Parser.g:42140:2: rule__ThreadImplementation__Group_13_1_1__0__Impl rule__ThreadImplementation__Group_13_1_1__1
+ {
+ pushFollow(FollowSets000.FOLLOW_7);
+ rule__ThreadImplementation__Group_13_1_1__0__Impl();
+
+ state._fsp--;
+
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ThreadImplementation__Group_13_1_1__1();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ThreadImplementation__Group_13_1_1__0"
+
+
+ // $ANTLR start "rule__ThreadImplementation__Group_13_1_1__0__Impl"
+ // InternalAadl2Parser.g:42147:1: rule__ThreadImplementation__Group_13_1_1__0__Impl : ( ( rule__ThreadImplementation__NoFlowsAssignment_13_1_1_0 ) ) ;
+ public final void rule__ThreadImplementation__Group_13_1_1__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:42151:1: ( ( ( rule__ThreadImplementation__NoFlowsAssignment_13_1_1_0 ) ) )
+ // InternalAadl2Parser.g:42152:1: ( ( rule__ThreadImplementation__NoFlowsAssignment_13_1_1_0 ) )
+ {
+ // InternalAadl2Parser.g:42152:1: ( ( rule__ThreadImplementation__NoFlowsAssignment_13_1_1_0 ) )
+ // InternalAadl2Parser.g:42153:2: ( rule__ThreadImplementation__NoFlowsAssignment_13_1_1_0 )
+ {
+ before(grammarAccess.getThreadImplementationAccess().getNoFlowsAssignment_13_1_1_0());
+ // InternalAadl2Parser.g:42154:2: ( rule__ThreadImplementation__NoFlowsAssignment_13_1_1_0 )
+ // InternalAadl2Parser.g:42154:3: rule__ThreadImplementation__NoFlowsAssignment_13_1_1_0
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ThreadImplementation__NoFlowsAssignment_13_1_1_0();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getThreadImplementationAccess().getNoFlowsAssignment_13_1_1_0());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ThreadImplementation__Group_13_1_1__0__Impl"
+
+
+ // $ANTLR start "rule__ThreadImplementation__Group_13_1_1__1"
+ // InternalAadl2Parser.g:42162:1: rule__ThreadImplementation__Group_13_1_1__1 : rule__ThreadImplementation__Group_13_1_1__1__Impl ;
+ public final void rule__ThreadImplementation__Group_13_1_1__1() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:42166:1: ( rule__ThreadImplementation__Group_13_1_1__1__Impl )
+ // InternalAadl2Parser.g:42167:2: rule__ThreadImplementation__Group_13_1_1__1__Impl
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ThreadImplementation__Group_13_1_1__1__Impl();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ThreadImplementation__Group_13_1_1__1"
+
+
+ // $ANTLR start "rule__ThreadImplementation__Group_13_1_1__1__Impl"
+ // InternalAadl2Parser.g:42173:1: rule__ThreadImplementation__Group_13_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__ThreadImplementation__Group_13_1_1__1__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:42177:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:42178:1: ( Semicolon )
+ {
+ // InternalAadl2Parser.g:42178:1: ( Semicolon )
+ // InternalAadl2Parser.g:42179:2: Semicolon
+ {
+ before(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_13_1_1_1());
+ match(input,Semicolon,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_13_1_1_1());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ThreadImplementation__Group_13_1_1__1__Impl"
+
+
+ // $ANTLR start "rule__ThreadImplementation__Group_14__0"
+ // InternalAadl2Parser.g:42189:1: rule__ThreadImplementation__Group_14__0 : rule__ThreadImplementation__Group_14__0__Impl rule__ThreadImplementation__Group_14__1 ;
+ public final void rule__ThreadImplementation__Group_14__0() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:42193:1: ( rule__ThreadImplementation__Group_14__0__Impl rule__ThreadImplementation__Group_14__1 )
+ // InternalAadl2Parser.g:42194:2: rule__ThreadImplementation__Group_14__0__Impl rule__ThreadImplementation__Group_14__1
+ {
+ pushFollow(FollowSets000.FOLLOW_8);
+ rule__ThreadImplementation__Group_14__0__Impl();
+
+ state._fsp--;
+
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__ThreadImplementation__Group_14__1();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__ThreadImplementation__Group_14__0"
+
+
+ // $ANTLR start "rule__ThreadImplementation__Group_14__0__Impl"
+ // InternalAadl2Parser.g:42201:1: rule__ThreadImplementation__Group_14__0__Impl : ( Modes ) ;
+ public final void rule__ThreadImplementation__Group_14__0__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:42205:1: ( ( Modes ) )
+ // InternalAadl2Parser.g:42206:1: ( Modes )
{
- // InternalAadl2Parser.g:42238:1: ( Modes )
- // InternalAadl2Parser.g:42239:2: Modes
+ // InternalAadl2Parser.g:42206:1: ( Modes )
+ // InternalAadl2Parser.g:42207:2: Modes
{
- before(grammarAccess.getThreadImplementationAccess().getModesKeyword_13_0());
+ before(grammarAccess.getThreadImplementationAccess().getModesKeyword_14_0());
match(input,Modes,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadImplementationAccess().getModesKeyword_13_0());
+ after(grammarAccess.getThreadImplementationAccess().getModesKeyword_14_0());
}
@@ -157210,21 +156877,21 @@ public final void rule__ThreadImplementation__Group_13__0__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_13__0__Impl"
+ // $ANTLR end "rule__ThreadImplementation__Group_14__0__Impl"
- // $ANTLR start "rule__ThreadImplementation__Group_13__1"
- // InternalAadl2Parser.g:42248:1: rule__ThreadImplementation__Group_13__1 : rule__ThreadImplementation__Group_13__1__Impl ;
- public final void rule__ThreadImplementation__Group_13__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_14__1"
+ // InternalAadl2Parser.g:42216:1: rule__ThreadImplementation__Group_14__1 : rule__ThreadImplementation__Group_14__1__Impl ;
+ public final void rule__ThreadImplementation__Group_14__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42252:1: ( rule__ThreadImplementation__Group_13__1__Impl )
- // InternalAadl2Parser.g:42253:2: rule__ThreadImplementation__Group_13__1__Impl
+ // InternalAadl2Parser.g:42220:1: ( rule__ThreadImplementation__Group_14__1__Impl )
+ // InternalAadl2Parser.g:42221:2: rule__ThreadImplementation__Group_14__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_13__1__Impl();
+ rule__ThreadImplementation__Group_14__1__Impl();
state._fsp--;
@@ -157243,35 +156910,35 @@ public final void rule__ThreadImplementation__Group_13__1() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_13__1"
+ // $ANTLR end "rule__ThreadImplementation__Group_14__1"
- // $ANTLR start "rule__ThreadImplementation__Group_13__1__Impl"
- // InternalAadl2Parser.g:42259:1: rule__ThreadImplementation__Group_13__1__Impl : ( ( rule__ThreadImplementation__Alternatives_13_1 ) ) ;
- public final void rule__ThreadImplementation__Group_13__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_14__1__Impl"
+ // InternalAadl2Parser.g:42227:1: rule__ThreadImplementation__Group_14__1__Impl : ( ( rule__ThreadImplementation__Alternatives_14_1 ) ) ;
+ public final void rule__ThreadImplementation__Group_14__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42263:1: ( ( ( rule__ThreadImplementation__Alternatives_13_1 ) ) )
- // InternalAadl2Parser.g:42264:1: ( ( rule__ThreadImplementation__Alternatives_13_1 ) )
+ // InternalAadl2Parser.g:42231:1: ( ( ( rule__ThreadImplementation__Alternatives_14_1 ) ) )
+ // InternalAadl2Parser.g:42232:1: ( ( rule__ThreadImplementation__Alternatives_14_1 ) )
{
- // InternalAadl2Parser.g:42264:1: ( ( rule__ThreadImplementation__Alternatives_13_1 ) )
- // InternalAadl2Parser.g:42265:2: ( rule__ThreadImplementation__Alternatives_13_1 )
+ // InternalAadl2Parser.g:42232:1: ( ( rule__ThreadImplementation__Alternatives_14_1 ) )
+ // InternalAadl2Parser.g:42233:2: ( rule__ThreadImplementation__Alternatives_14_1 )
{
- before(grammarAccess.getThreadImplementationAccess().getAlternatives_13_1());
- // InternalAadl2Parser.g:42266:2: ( rule__ThreadImplementation__Alternatives_13_1 )
- // InternalAadl2Parser.g:42266:3: rule__ThreadImplementation__Alternatives_13_1
+ before(grammarAccess.getThreadImplementationAccess().getAlternatives_14_1());
+ // InternalAadl2Parser.g:42234:2: ( rule__ThreadImplementation__Alternatives_14_1 )
+ // InternalAadl2Parser.g:42234:3: rule__ThreadImplementation__Alternatives_14_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Alternatives_13_1();
+ rule__ThreadImplementation__Alternatives_14_1();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getAlternatives_13_1());
+ after(grammarAccess.getThreadImplementationAccess().getAlternatives_14_1());
}
@@ -157290,26 +156957,26 @@ public final void rule__ThreadImplementation__Group_13__1__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_13__1__Impl"
+ // $ANTLR end "rule__ThreadImplementation__Group_14__1__Impl"
- // $ANTLR start "rule__ThreadImplementation__Group_13_1_1__0"
- // InternalAadl2Parser.g:42275:1: rule__ThreadImplementation__Group_13_1_1__0 : rule__ThreadImplementation__Group_13_1_1__0__Impl rule__ThreadImplementation__Group_13_1_1__1 ;
- public final void rule__ThreadImplementation__Group_13_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_14_1_1__0"
+ // InternalAadl2Parser.g:42243:1: rule__ThreadImplementation__Group_14_1_1__0 : rule__ThreadImplementation__Group_14_1_1__0__Impl rule__ThreadImplementation__Group_14_1_1__1 ;
+ public final void rule__ThreadImplementation__Group_14_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42279:1: ( rule__ThreadImplementation__Group_13_1_1__0__Impl rule__ThreadImplementation__Group_13_1_1__1 )
- // InternalAadl2Parser.g:42280:2: rule__ThreadImplementation__Group_13_1_1__0__Impl rule__ThreadImplementation__Group_13_1_1__1
+ // InternalAadl2Parser.g:42247:1: ( rule__ThreadImplementation__Group_14_1_1__0__Impl rule__ThreadImplementation__Group_14_1_1__1 )
+ // InternalAadl2Parser.g:42248:2: rule__ThreadImplementation__Group_14_1_1__0__Impl rule__ThreadImplementation__Group_14_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__ThreadImplementation__Group_13_1_1__0__Impl();
+ rule__ThreadImplementation__Group_14_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_13_1_1__1();
+ rule__ThreadImplementation__Group_14_1_1__1();
state._fsp--;
@@ -157328,35 +156995,35 @@ public final void rule__ThreadImplementation__Group_13_1_1__0() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_13_1_1__0"
+ // $ANTLR end "rule__ThreadImplementation__Group_14_1_1__0"
- // $ANTLR start "rule__ThreadImplementation__Group_13_1_1__0__Impl"
- // InternalAadl2Parser.g:42287:1: rule__ThreadImplementation__Group_13_1_1__0__Impl : ( ( rule__ThreadImplementation__NoModesAssignment_13_1_1_0 ) ) ;
- public final void rule__ThreadImplementation__Group_13_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_14_1_1__0__Impl"
+ // InternalAadl2Parser.g:42255:1: rule__ThreadImplementation__Group_14_1_1__0__Impl : ( ( rule__ThreadImplementation__NoModesAssignment_14_1_1_0 ) ) ;
+ public final void rule__ThreadImplementation__Group_14_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42291:1: ( ( ( rule__ThreadImplementation__NoModesAssignment_13_1_1_0 ) ) )
- // InternalAadl2Parser.g:42292:1: ( ( rule__ThreadImplementation__NoModesAssignment_13_1_1_0 ) )
+ // InternalAadl2Parser.g:42259:1: ( ( ( rule__ThreadImplementation__NoModesAssignment_14_1_1_0 ) ) )
+ // InternalAadl2Parser.g:42260:1: ( ( rule__ThreadImplementation__NoModesAssignment_14_1_1_0 ) )
{
- // InternalAadl2Parser.g:42292:1: ( ( rule__ThreadImplementation__NoModesAssignment_13_1_1_0 ) )
- // InternalAadl2Parser.g:42293:2: ( rule__ThreadImplementation__NoModesAssignment_13_1_1_0 )
+ // InternalAadl2Parser.g:42260:1: ( ( rule__ThreadImplementation__NoModesAssignment_14_1_1_0 ) )
+ // InternalAadl2Parser.g:42261:2: ( rule__ThreadImplementation__NoModesAssignment_14_1_1_0 )
{
- before(grammarAccess.getThreadImplementationAccess().getNoModesAssignment_13_1_1_0());
- // InternalAadl2Parser.g:42294:2: ( rule__ThreadImplementation__NoModesAssignment_13_1_1_0 )
- // InternalAadl2Parser.g:42294:3: rule__ThreadImplementation__NoModesAssignment_13_1_1_0
+ before(grammarAccess.getThreadImplementationAccess().getNoModesAssignment_14_1_1_0());
+ // InternalAadl2Parser.g:42262:2: ( rule__ThreadImplementation__NoModesAssignment_14_1_1_0 )
+ // InternalAadl2Parser.g:42262:3: rule__ThreadImplementation__NoModesAssignment_14_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__NoModesAssignment_13_1_1_0();
+ rule__ThreadImplementation__NoModesAssignment_14_1_1_0();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getNoModesAssignment_13_1_1_0());
+ after(grammarAccess.getThreadImplementationAccess().getNoModesAssignment_14_1_1_0());
}
@@ -157375,21 +157042,21 @@ public final void rule__ThreadImplementation__Group_13_1_1__0__Impl() throws Rec
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_13_1_1__0__Impl"
+ // $ANTLR end "rule__ThreadImplementation__Group_14_1_1__0__Impl"
- // $ANTLR start "rule__ThreadImplementation__Group_13_1_1__1"
- // InternalAadl2Parser.g:42302:1: rule__ThreadImplementation__Group_13_1_1__1 : rule__ThreadImplementation__Group_13_1_1__1__Impl ;
- public final void rule__ThreadImplementation__Group_13_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_14_1_1__1"
+ // InternalAadl2Parser.g:42270:1: rule__ThreadImplementation__Group_14_1_1__1 : rule__ThreadImplementation__Group_14_1_1__1__Impl ;
+ public final void rule__ThreadImplementation__Group_14_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42306:1: ( rule__ThreadImplementation__Group_13_1_1__1__Impl )
- // InternalAadl2Parser.g:42307:2: rule__ThreadImplementation__Group_13_1_1__1__Impl
+ // InternalAadl2Parser.g:42274:1: ( rule__ThreadImplementation__Group_14_1_1__1__Impl )
+ // InternalAadl2Parser.g:42275:2: rule__ThreadImplementation__Group_14_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_13_1_1__1__Impl();
+ rule__ThreadImplementation__Group_14_1_1__1__Impl();
state._fsp--;
@@ -157408,25 +157075,25 @@ public final void rule__ThreadImplementation__Group_13_1_1__1() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_13_1_1__1"
+ // $ANTLR end "rule__ThreadImplementation__Group_14_1_1__1"
- // $ANTLR start "rule__ThreadImplementation__Group_13_1_1__1__Impl"
- // InternalAadl2Parser.g:42313:1: rule__ThreadImplementation__Group_13_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__ThreadImplementation__Group_13_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_14_1_1__1__Impl"
+ // InternalAadl2Parser.g:42281:1: rule__ThreadImplementation__Group_14_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__ThreadImplementation__Group_14_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42317:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:42318:1: ( Semicolon )
+ // InternalAadl2Parser.g:42285:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:42286:1: ( Semicolon )
{
- // InternalAadl2Parser.g:42318:1: ( Semicolon )
- // InternalAadl2Parser.g:42319:2: Semicolon
+ // InternalAadl2Parser.g:42286:1: ( Semicolon )
+ // InternalAadl2Parser.g:42287:2: Semicolon
{
- before(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_13_1_1_1());
+ before(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_14_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_13_1_1_1());
+ after(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_14_1_1_1());
}
@@ -157445,26 +157112,26 @@ public final void rule__ThreadImplementation__Group_13_1_1__1__Impl() throws Rec
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_13_1_1__1__Impl"
+ // $ANTLR end "rule__ThreadImplementation__Group_14_1_1__1__Impl"
- // $ANTLR start "rule__ThreadImplementation__Group_14__0"
- // InternalAadl2Parser.g:42329:1: rule__ThreadImplementation__Group_14__0 : rule__ThreadImplementation__Group_14__0__Impl rule__ThreadImplementation__Group_14__1 ;
- public final void rule__ThreadImplementation__Group_14__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_15__0"
+ // InternalAadl2Parser.g:42297:1: rule__ThreadImplementation__Group_15__0 : rule__ThreadImplementation__Group_15__0__Impl rule__ThreadImplementation__Group_15__1 ;
+ public final void rule__ThreadImplementation__Group_15__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42333:1: ( rule__ThreadImplementation__Group_14__0__Impl rule__ThreadImplementation__Group_14__1 )
- // InternalAadl2Parser.g:42334:2: rule__ThreadImplementation__Group_14__0__Impl rule__ThreadImplementation__Group_14__1
+ // InternalAadl2Parser.g:42301:1: ( rule__ThreadImplementation__Group_15__0__Impl rule__ThreadImplementation__Group_15__1 )
+ // InternalAadl2Parser.g:42302:2: rule__ThreadImplementation__Group_15__0__Impl rule__ThreadImplementation__Group_15__1
{
pushFollow(FollowSets000.FOLLOW_8);
- rule__ThreadImplementation__Group_14__0__Impl();
+ rule__ThreadImplementation__Group_15__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_14__1();
+ rule__ThreadImplementation__Group_15__1();
state._fsp--;
@@ -157483,25 +157150,25 @@ public final void rule__ThreadImplementation__Group_14__0() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_14__0"
+ // $ANTLR end "rule__ThreadImplementation__Group_15__0"
- // $ANTLR start "rule__ThreadImplementation__Group_14__0__Impl"
- // InternalAadl2Parser.g:42341:1: rule__ThreadImplementation__Group_14__0__Impl : ( Properties ) ;
- public final void rule__ThreadImplementation__Group_14__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_15__0__Impl"
+ // InternalAadl2Parser.g:42309:1: rule__ThreadImplementation__Group_15__0__Impl : ( Properties ) ;
+ public final void rule__ThreadImplementation__Group_15__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42345:1: ( ( Properties ) )
- // InternalAadl2Parser.g:42346:1: ( Properties )
+ // InternalAadl2Parser.g:42313:1: ( ( Properties ) )
+ // InternalAadl2Parser.g:42314:1: ( Properties )
{
- // InternalAadl2Parser.g:42346:1: ( Properties )
- // InternalAadl2Parser.g:42347:2: Properties
+ // InternalAadl2Parser.g:42314:1: ( Properties )
+ // InternalAadl2Parser.g:42315:2: Properties
{
- before(grammarAccess.getThreadImplementationAccess().getPropertiesKeyword_14_0());
+ before(grammarAccess.getThreadImplementationAccess().getPropertiesKeyword_15_0());
match(input,Properties,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadImplementationAccess().getPropertiesKeyword_14_0());
+ after(grammarAccess.getThreadImplementationAccess().getPropertiesKeyword_15_0());
}
@@ -157520,21 +157187,21 @@ public final void rule__ThreadImplementation__Group_14__0__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_14__0__Impl"
+ // $ANTLR end "rule__ThreadImplementation__Group_15__0__Impl"
- // $ANTLR start "rule__ThreadImplementation__Group_14__1"
- // InternalAadl2Parser.g:42356:1: rule__ThreadImplementation__Group_14__1 : rule__ThreadImplementation__Group_14__1__Impl ;
- public final void rule__ThreadImplementation__Group_14__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_15__1"
+ // InternalAadl2Parser.g:42324:1: rule__ThreadImplementation__Group_15__1 : rule__ThreadImplementation__Group_15__1__Impl ;
+ public final void rule__ThreadImplementation__Group_15__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42360:1: ( rule__ThreadImplementation__Group_14__1__Impl )
- // InternalAadl2Parser.g:42361:2: rule__ThreadImplementation__Group_14__1__Impl
+ // InternalAadl2Parser.g:42328:1: ( rule__ThreadImplementation__Group_15__1__Impl )
+ // InternalAadl2Parser.g:42329:2: rule__ThreadImplementation__Group_15__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_14__1__Impl();
+ rule__ThreadImplementation__Group_15__1__Impl();
state._fsp--;
@@ -157553,35 +157220,35 @@ public final void rule__ThreadImplementation__Group_14__1() throws RecognitionEx
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_14__1"
+ // $ANTLR end "rule__ThreadImplementation__Group_15__1"
- // $ANTLR start "rule__ThreadImplementation__Group_14__1__Impl"
- // InternalAadl2Parser.g:42367:1: rule__ThreadImplementation__Group_14__1__Impl : ( ( rule__ThreadImplementation__Alternatives_14_1 ) ) ;
- public final void rule__ThreadImplementation__Group_14__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_15__1__Impl"
+ // InternalAadl2Parser.g:42335:1: rule__ThreadImplementation__Group_15__1__Impl : ( ( rule__ThreadImplementation__Alternatives_15_1 ) ) ;
+ public final void rule__ThreadImplementation__Group_15__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42371:1: ( ( ( rule__ThreadImplementation__Alternatives_14_1 ) ) )
- // InternalAadl2Parser.g:42372:1: ( ( rule__ThreadImplementation__Alternatives_14_1 ) )
+ // InternalAadl2Parser.g:42339:1: ( ( ( rule__ThreadImplementation__Alternatives_15_1 ) ) )
+ // InternalAadl2Parser.g:42340:1: ( ( rule__ThreadImplementation__Alternatives_15_1 ) )
{
- // InternalAadl2Parser.g:42372:1: ( ( rule__ThreadImplementation__Alternatives_14_1 ) )
- // InternalAadl2Parser.g:42373:2: ( rule__ThreadImplementation__Alternatives_14_1 )
+ // InternalAadl2Parser.g:42340:1: ( ( rule__ThreadImplementation__Alternatives_15_1 ) )
+ // InternalAadl2Parser.g:42341:2: ( rule__ThreadImplementation__Alternatives_15_1 )
{
- before(grammarAccess.getThreadImplementationAccess().getAlternatives_14_1());
- // InternalAadl2Parser.g:42374:2: ( rule__ThreadImplementation__Alternatives_14_1 )
- // InternalAadl2Parser.g:42374:3: rule__ThreadImplementation__Alternatives_14_1
+ before(grammarAccess.getThreadImplementationAccess().getAlternatives_15_1());
+ // InternalAadl2Parser.g:42342:2: ( rule__ThreadImplementation__Alternatives_15_1 )
+ // InternalAadl2Parser.g:42342:3: rule__ThreadImplementation__Alternatives_15_1
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Alternatives_14_1();
+ rule__ThreadImplementation__Alternatives_15_1();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getAlternatives_14_1());
+ after(grammarAccess.getThreadImplementationAccess().getAlternatives_15_1());
}
@@ -157600,26 +157267,26 @@ public final void rule__ThreadImplementation__Group_14__1__Impl() throws Recogni
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_14__1__Impl"
+ // $ANTLR end "rule__ThreadImplementation__Group_15__1__Impl"
- // $ANTLR start "rule__ThreadImplementation__Group_14_1_1__0"
- // InternalAadl2Parser.g:42383:1: rule__ThreadImplementation__Group_14_1_1__0 : rule__ThreadImplementation__Group_14_1_1__0__Impl rule__ThreadImplementation__Group_14_1_1__1 ;
- public final void rule__ThreadImplementation__Group_14_1_1__0() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_15_1_1__0"
+ // InternalAadl2Parser.g:42351:1: rule__ThreadImplementation__Group_15_1_1__0 : rule__ThreadImplementation__Group_15_1_1__0__Impl rule__ThreadImplementation__Group_15_1_1__1 ;
+ public final void rule__ThreadImplementation__Group_15_1_1__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42387:1: ( rule__ThreadImplementation__Group_14_1_1__0__Impl rule__ThreadImplementation__Group_14_1_1__1 )
- // InternalAadl2Parser.g:42388:2: rule__ThreadImplementation__Group_14_1_1__0__Impl rule__ThreadImplementation__Group_14_1_1__1
+ // InternalAadl2Parser.g:42355:1: ( rule__ThreadImplementation__Group_15_1_1__0__Impl rule__ThreadImplementation__Group_15_1_1__1 )
+ // InternalAadl2Parser.g:42356:2: rule__ThreadImplementation__Group_15_1_1__0__Impl rule__ThreadImplementation__Group_15_1_1__1
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__ThreadImplementation__Group_14_1_1__0__Impl();
+ rule__ThreadImplementation__Group_15_1_1__0__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_14_1_1__1();
+ rule__ThreadImplementation__Group_15_1_1__1();
state._fsp--;
@@ -157638,35 +157305,35 @@ public final void rule__ThreadImplementation__Group_14_1_1__0() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_14_1_1__0"
+ // $ANTLR end "rule__ThreadImplementation__Group_15_1_1__0"
- // $ANTLR start "rule__ThreadImplementation__Group_14_1_1__0__Impl"
- // InternalAadl2Parser.g:42395:1: rule__ThreadImplementation__Group_14_1_1__0__Impl : ( ( rule__ThreadImplementation__NoPropertiesAssignment_14_1_1_0 ) ) ;
- public final void rule__ThreadImplementation__Group_14_1_1__0__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_15_1_1__0__Impl"
+ // InternalAadl2Parser.g:42363:1: rule__ThreadImplementation__Group_15_1_1__0__Impl : ( ( rule__ThreadImplementation__NoPropertiesAssignment_15_1_1_0 ) ) ;
+ public final void rule__ThreadImplementation__Group_15_1_1__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42399:1: ( ( ( rule__ThreadImplementation__NoPropertiesAssignment_14_1_1_0 ) ) )
- // InternalAadl2Parser.g:42400:1: ( ( rule__ThreadImplementation__NoPropertiesAssignment_14_1_1_0 ) )
+ // InternalAadl2Parser.g:42367:1: ( ( ( rule__ThreadImplementation__NoPropertiesAssignment_15_1_1_0 ) ) )
+ // InternalAadl2Parser.g:42368:1: ( ( rule__ThreadImplementation__NoPropertiesAssignment_15_1_1_0 ) )
{
- // InternalAadl2Parser.g:42400:1: ( ( rule__ThreadImplementation__NoPropertiesAssignment_14_1_1_0 ) )
- // InternalAadl2Parser.g:42401:2: ( rule__ThreadImplementation__NoPropertiesAssignment_14_1_1_0 )
+ // InternalAadl2Parser.g:42368:1: ( ( rule__ThreadImplementation__NoPropertiesAssignment_15_1_1_0 ) )
+ // InternalAadl2Parser.g:42369:2: ( rule__ThreadImplementation__NoPropertiesAssignment_15_1_1_0 )
{
- before(grammarAccess.getThreadImplementationAccess().getNoPropertiesAssignment_14_1_1_0());
- // InternalAadl2Parser.g:42402:2: ( rule__ThreadImplementation__NoPropertiesAssignment_14_1_1_0 )
- // InternalAadl2Parser.g:42402:3: rule__ThreadImplementation__NoPropertiesAssignment_14_1_1_0
+ before(grammarAccess.getThreadImplementationAccess().getNoPropertiesAssignment_15_1_1_0());
+ // InternalAadl2Parser.g:42370:2: ( rule__ThreadImplementation__NoPropertiesAssignment_15_1_1_0 )
+ // InternalAadl2Parser.g:42370:3: rule__ThreadImplementation__NoPropertiesAssignment_15_1_1_0
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__NoPropertiesAssignment_14_1_1_0();
+ rule__ThreadImplementation__NoPropertiesAssignment_15_1_1_0();
state._fsp--;
}
- after(grammarAccess.getThreadImplementationAccess().getNoPropertiesAssignment_14_1_1_0());
+ after(grammarAccess.getThreadImplementationAccess().getNoPropertiesAssignment_15_1_1_0());
}
@@ -157685,21 +157352,21 @@ public final void rule__ThreadImplementation__Group_14_1_1__0__Impl() throws Rec
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_14_1_1__0__Impl"
+ // $ANTLR end "rule__ThreadImplementation__Group_15_1_1__0__Impl"
- // $ANTLR start "rule__ThreadImplementation__Group_14_1_1__1"
- // InternalAadl2Parser.g:42410:1: rule__ThreadImplementation__Group_14_1_1__1 : rule__ThreadImplementation__Group_14_1_1__1__Impl ;
- public final void rule__ThreadImplementation__Group_14_1_1__1() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_15_1_1__1"
+ // InternalAadl2Parser.g:42378:1: rule__ThreadImplementation__Group_15_1_1__1 : rule__ThreadImplementation__Group_15_1_1__1__Impl ;
+ public final void rule__ThreadImplementation__Group_15_1_1__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42414:1: ( rule__ThreadImplementation__Group_14_1_1__1__Impl )
- // InternalAadl2Parser.g:42415:2: rule__ThreadImplementation__Group_14_1_1__1__Impl
+ // InternalAadl2Parser.g:42382:1: ( rule__ThreadImplementation__Group_15_1_1__1__Impl )
+ // InternalAadl2Parser.g:42383:2: rule__ThreadImplementation__Group_15_1_1__1__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__ThreadImplementation__Group_14_1_1__1__Impl();
+ rule__ThreadImplementation__Group_15_1_1__1__Impl();
state._fsp--;
@@ -157718,25 +157385,25 @@ public final void rule__ThreadImplementation__Group_14_1_1__1() throws Recogniti
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_14_1_1__1"
+ // $ANTLR end "rule__ThreadImplementation__Group_15_1_1__1"
- // $ANTLR start "rule__ThreadImplementation__Group_14_1_1__1__Impl"
- // InternalAadl2Parser.g:42421:1: rule__ThreadImplementation__Group_14_1_1__1__Impl : ( Semicolon ) ;
- public final void rule__ThreadImplementation__Group_14_1_1__1__Impl() throws RecognitionException {
+ // $ANTLR start "rule__ThreadImplementation__Group_15_1_1__1__Impl"
+ // InternalAadl2Parser.g:42389:1: rule__ThreadImplementation__Group_15_1_1__1__Impl : ( Semicolon ) ;
+ public final void rule__ThreadImplementation__Group_15_1_1__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42425:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:42426:1: ( Semicolon )
+ // InternalAadl2Parser.g:42393:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:42394:1: ( Semicolon )
{
- // InternalAadl2Parser.g:42426:1: ( Semicolon )
- // InternalAadl2Parser.g:42427:2: Semicolon
+ // InternalAadl2Parser.g:42394:1: ( Semicolon )
+ // InternalAadl2Parser.g:42395:2: Semicolon
{
- before(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_14_1_1_1());
+ before(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_15_1_1_1());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_14_1_1_1());
+ after(grammarAccess.getThreadImplementationAccess().getSemicolonKeyword_15_1_1_1());
}
@@ -157755,20 +157422,20 @@ public final void rule__ThreadImplementation__Group_14_1_1__1__Impl() throws Rec
}
return ;
}
- // $ANTLR end "rule__ThreadImplementation__Group_14_1_1__1__Impl"
+ // $ANTLR end "rule__ThreadImplementation__Group_15_1_1__1__Impl"
// $ANTLR start "rule__SubprogramImplementation__Group__0"
- // InternalAadl2Parser.g:42437:1: rule__SubprogramImplementation__Group__0 : rule__SubprogramImplementation__Group__0__Impl rule__SubprogramImplementation__Group__1 ;
+ // InternalAadl2Parser.g:42405:1: rule__SubprogramImplementation__Group__0 : rule__SubprogramImplementation__Group__0__Impl rule__SubprogramImplementation__Group__1 ;
public final void rule__SubprogramImplementation__Group__0() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42441:1: ( rule__SubprogramImplementation__Group__0__Impl rule__SubprogramImplementation__Group__1 )
- // InternalAadl2Parser.g:42442:2: rule__SubprogramImplementation__Group__0__Impl rule__SubprogramImplementation__Group__1
+ // InternalAadl2Parser.g:42409:1: ( rule__SubprogramImplementation__Group__0__Impl rule__SubprogramImplementation__Group__1 )
+ // InternalAadl2Parser.g:42410:2: rule__SubprogramImplementation__Group__0__Impl rule__SubprogramImplementation__Group__1
{
- pushFollow(FollowSets000.FOLLOW_4);
+ pushFollow(FollowSets000.FOLLOW_34);
rule__SubprogramImplementation__Group__0__Impl();
state._fsp--;
@@ -157797,25 +157464,21 @@ public final void rule__SubprogramImplementation__Group__0() throws RecognitionE
// $ANTLR start "rule__SubprogramImplementation__Group__0__Impl"
- // InternalAadl2Parser.g:42449:1: rule__SubprogramImplementation__Group__0__Impl : ( ruleSubprogramImplementationKeywords ) ;
+ // InternalAadl2Parser.g:42417:1: rule__SubprogramImplementation__Group__0__Impl : ( Subprogram ) ;
public final void rule__SubprogramImplementation__Group__0__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42453:1: ( ( ruleSubprogramImplementationKeywords ) )
- // InternalAadl2Parser.g:42454:1: ( ruleSubprogramImplementationKeywords )
+ // InternalAadl2Parser.g:42421:1: ( ( Subprogram ) )
+ // InternalAadl2Parser.g:42422:1: ( Subprogram )
{
- // InternalAadl2Parser.g:42454:1: ( ruleSubprogramImplementationKeywords )
- // InternalAadl2Parser.g:42455:2: ruleSubprogramImplementationKeywords
+ // InternalAadl2Parser.g:42422:1: ( Subprogram )
+ // InternalAadl2Parser.g:42423:2: Subprogram
{
- before(grammarAccess.getSubprogramImplementationAccess().getSubprogramImplementationKeywordsParserRuleCall_0());
- pushFollow(FollowSets000.FOLLOW_2);
- ruleSubprogramImplementationKeywords();
-
- state._fsp--;
-
- after(grammarAccess.getSubprogramImplementationAccess().getSubprogramImplementationKeywordsParserRuleCall_0());
+ before(grammarAccess.getSubprogramImplementationAccess().getSubprogramKeyword_0());
+ match(input,Subprogram,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getSubprogramImplementationAccess().getSubprogramKeyword_0());
}
@@ -157838,16 +157501,16 @@ public final void rule__SubprogramImplementation__Group__0__Impl() throws Recogn
// $ANTLR start "rule__SubprogramImplementation__Group__1"
- // InternalAadl2Parser.g:42464:1: rule__SubprogramImplementation__Group__1 : rule__SubprogramImplementation__Group__1__Impl rule__SubprogramImplementation__Group__2 ;
+ // InternalAadl2Parser.g:42432:1: rule__SubprogramImplementation__Group__1 : rule__SubprogramImplementation__Group__1__Impl rule__SubprogramImplementation__Group__2 ;
public final void rule__SubprogramImplementation__Group__1() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42468:1: ( rule__SubprogramImplementation__Group__1__Impl rule__SubprogramImplementation__Group__2 )
- // InternalAadl2Parser.g:42469:2: rule__SubprogramImplementation__Group__1__Impl rule__SubprogramImplementation__Group__2
+ // InternalAadl2Parser.g:42436:1: ( rule__SubprogramImplementation__Group__1__Impl rule__SubprogramImplementation__Group__2 )
+ // InternalAadl2Parser.g:42437:2: rule__SubprogramImplementation__Group__1__Impl rule__SubprogramImplementation__Group__2
{
- pushFollow(FollowSets000.FOLLOW_33);
+ pushFollow(FollowSets000.FOLLOW_4);
rule__SubprogramImplementation__Group__1__Impl();
state._fsp--;
@@ -157876,31 +157539,21 @@ public final void rule__SubprogramImplementation__Group__1() throws RecognitionE
// $ANTLR start "rule__SubprogramImplementation__Group__1__Impl"
- // InternalAadl2Parser.g:42476:1: rule__SubprogramImplementation__Group__1__Impl : ( ( rule__SubprogramImplementation__OwnedRealizationAssignment_1 ) ) ;
+ // InternalAadl2Parser.g:42444:1: rule__SubprogramImplementation__Group__1__Impl : ( Implementation ) ;
public final void rule__SubprogramImplementation__Group__1__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42480:1: ( ( ( rule__SubprogramImplementation__OwnedRealizationAssignment_1 ) ) )
- // InternalAadl2Parser.g:42481:1: ( ( rule__SubprogramImplementation__OwnedRealizationAssignment_1 ) )
+ // InternalAadl2Parser.g:42448:1: ( ( Implementation ) )
+ // InternalAadl2Parser.g:42449:1: ( Implementation )
{
- // InternalAadl2Parser.g:42481:1: ( ( rule__SubprogramImplementation__OwnedRealizationAssignment_1 ) )
- // InternalAadl2Parser.g:42482:2: ( rule__SubprogramImplementation__OwnedRealizationAssignment_1 )
+ // InternalAadl2Parser.g:42449:1: ( Implementation )
+ // InternalAadl2Parser.g:42450:2: Implementation
{
- before(grammarAccess.getSubprogramImplementationAccess().getOwnedRealizationAssignment_1());
- // InternalAadl2Parser.g:42483:2: ( rule__SubprogramImplementation__OwnedRealizationAssignment_1 )
- // InternalAadl2Parser.g:42483:3: rule__SubprogramImplementation__OwnedRealizationAssignment_1
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramImplementation__OwnedRealizationAssignment_1();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getSubprogramImplementationAccess().getOwnedRealizationAssignment_1());
+ before(grammarAccess.getSubprogramImplementationAccess().getImplementationKeyword_1());
+ match(input,Implementation,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getSubprogramImplementationAccess().getImplementationKeyword_1());
}
@@ -157923,16 +157576,16 @@ public final void rule__SubprogramImplementation__Group__1__Impl() throws Recogn
// $ANTLR start "rule__SubprogramImplementation__Group__2"
- // InternalAadl2Parser.g:42491:1: rule__SubprogramImplementation__Group__2 : rule__SubprogramImplementation__Group__2__Impl rule__SubprogramImplementation__Group__3 ;
+ // InternalAadl2Parser.g:42459:1: rule__SubprogramImplementation__Group__2 : rule__SubprogramImplementation__Group__2__Impl rule__SubprogramImplementation__Group__3 ;
public final void rule__SubprogramImplementation__Group__2() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42495:1: ( rule__SubprogramImplementation__Group__2__Impl rule__SubprogramImplementation__Group__3 )
- // InternalAadl2Parser.g:42496:2: rule__SubprogramImplementation__Group__2__Impl rule__SubprogramImplementation__Group__3
+ // InternalAadl2Parser.g:42463:1: ( rule__SubprogramImplementation__Group__2__Impl rule__SubprogramImplementation__Group__3 )
+ // InternalAadl2Parser.g:42464:2: rule__SubprogramImplementation__Group__2__Impl rule__SubprogramImplementation__Group__3
{
- pushFollow(FollowSets000.FOLLOW_4);
+ pushFollow(FollowSets000.FOLLOW_35);
rule__SubprogramImplementation__Group__2__Impl();
state._fsp--;
@@ -157961,21 +157614,31 @@ public final void rule__SubprogramImplementation__Group__2() throws RecognitionE
// $ANTLR start "rule__SubprogramImplementation__Group__2__Impl"
- // InternalAadl2Parser.g:42503:1: rule__SubprogramImplementation__Group__2__Impl : ( FullStop ) ;
+ // InternalAadl2Parser.g:42471:1: rule__SubprogramImplementation__Group__2__Impl : ( ( rule__SubprogramImplementation__OwnedRealizationAssignment_2 ) ) ;
public final void rule__SubprogramImplementation__Group__2__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42507:1: ( ( FullStop ) )
- // InternalAadl2Parser.g:42508:1: ( FullStop )
+ // InternalAadl2Parser.g:42475:1: ( ( ( rule__SubprogramImplementation__OwnedRealizationAssignment_2 ) ) )
+ // InternalAadl2Parser.g:42476:1: ( ( rule__SubprogramImplementation__OwnedRealizationAssignment_2 ) )
{
- // InternalAadl2Parser.g:42508:1: ( FullStop )
- // InternalAadl2Parser.g:42509:2: FullStop
+ // InternalAadl2Parser.g:42476:1: ( ( rule__SubprogramImplementation__OwnedRealizationAssignment_2 ) )
+ // InternalAadl2Parser.g:42477:2: ( rule__SubprogramImplementation__OwnedRealizationAssignment_2 )
{
- before(grammarAccess.getSubprogramImplementationAccess().getFullStopKeyword_2());
- match(input,FullStop,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSubprogramImplementationAccess().getFullStopKeyword_2());
+ before(grammarAccess.getSubprogramImplementationAccess().getOwnedRealizationAssignment_2());
+ // InternalAadl2Parser.g:42478:2: ( rule__SubprogramImplementation__OwnedRealizationAssignment_2 )
+ // InternalAadl2Parser.g:42478:3: rule__SubprogramImplementation__OwnedRealizationAssignment_2
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__SubprogramImplementation__OwnedRealizationAssignment_2();
+
+ state._fsp--;
+
+
+ }
+
+ after(grammarAccess.getSubprogramImplementationAccess().getOwnedRealizationAssignment_2());
}
@@ -157998,16 +157661,16 @@ public final void rule__SubprogramImplementation__Group__2__Impl() throws Recogn
// $ANTLR start "rule__SubprogramImplementation__Group__3"
- // InternalAadl2Parser.g:42518:1: rule__SubprogramImplementation__Group__3 : rule__SubprogramImplementation__Group__3__Impl rule__SubprogramImplementation__Group__4 ;
+ // InternalAadl2Parser.g:42486:1: rule__SubprogramImplementation__Group__3 : rule__SubprogramImplementation__Group__3__Impl rule__SubprogramImplementation__Group__4 ;
public final void rule__SubprogramImplementation__Group__3() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42522:1: ( rule__SubprogramImplementation__Group__3__Impl rule__SubprogramImplementation__Group__4 )
- // InternalAadl2Parser.g:42523:2: rule__SubprogramImplementation__Group__3__Impl rule__SubprogramImplementation__Group__4
+ // InternalAadl2Parser.g:42490:1: ( rule__SubprogramImplementation__Group__3__Impl rule__SubprogramImplementation__Group__4 )
+ // InternalAadl2Parser.g:42491:2: rule__SubprogramImplementation__Group__3__Impl rule__SubprogramImplementation__Group__4
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_4);
rule__SubprogramImplementation__Group__3__Impl();
state._fsp--;
@@ -158036,31 +157699,21 @@ public final void rule__SubprogramImplementation__Group__3() throws RecognitionE
// $ANTLR start "rule__SubprogramImplementation__Group__3__Impl"
- // InternalAadl2Parser.g:42530:1: rule__SubprogramImplementation__Group__3__Impl : ( ( rule__SubprogramImplementation__NameAssignment_3 ) ) ;
+ // InternalAadl2Parser.g:42498:1: rule__SubprogramImplementation__Group__3__Impl : ( FullStop ) ;
public final void rule__SubprogramImplementation__Group__3__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42534:1: ( ( ( rule__SubprogramImplementation__NameAssignment_3 ) ) )
- // InternalAadl2Parser.g:42535:1: ( ( rule__SubprogramImplementation__NameAssignment_3 ) )
+ // InternalAadl2Parser.g:42502:1: ( ( FullStop ) )
+ // InternalAadl2Parser.g:42503:1: ( FullStop )
{
- // InternalAadl2Parser.g:42535:1: ( ( rule__SubprogramImplementation__NameAssignment_3 ) )
- // InternalAadl2Parser.g:42536:2: ( rule__SubprogramImplementation__NameAssignment_3 )
+ // InternalAadl2Parser.g:42503:1: ( FullStop )
+ // InternalAadl2Parser.g:42504:2: FullStop
{
- before(grammarAccess.getSubprogramImplementationAccess().getNameAssignment_3());
- // InternalAadl2Parser.g:42537:2: ( rule__SubprogramImplementation__NameAssignment_3 )
- // InternalAadl2Parser.g:42537:3: rule__SubprogramImplementation__NameAssignment_3
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramImplementation__NameAssignment_3();
-
- state._fsp--;
-
-
- }
-
- after(grammarAccess.getSubprogramImplementationAccess().getNameAssignment_3());
+ before(grammarAccess.getSubprogramImplementationAccess().getFullStopKeyword_3());
+ match(input,FullStop,FollowSets000.FOLLOW_2);
+ after(grammarAccess.getSubprogramImplementationAccess().getFullStopKeyword_3());
}
@@ -158083,16 +157736,16 @@ public final void rule__SubprogramImplementation__Group__3__Impl() throws Recogn
// $ANTLR start "rule__SubprogramImplementation__Group__4"
- // InternalAadl2Parser.g:42545:1: rule__SubprogramImplementation__Group__4 : rule__SubprogramImplementation__Group__4__Impl rule__SubprogramImplementation__Group__5 ;
+ // InternalAadl2Parser.g:42513:1: rule__SubprogramImplementation__Group__4 : rule__SubprogramImplementation__Group__4__Impl rule__SubprogramImplementation__Group__5 ;
public final void rule__SubprogramImplementation__Group__4() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42549:1: ( rule__SubprogramImplementation__Group__4__Impl rule__SubprogramImplementation__Group__5 )
- // InternalAadl2Parser.g:42550:2: rule__SubprogramImplementation__Group__4__Impl rule__SubprogramImplementation__Group__5
+ // InternalAadl2Parser.g:42517:1: ( rule__SubprogramImplementation__Group__4__Impl rule__SubprogramImplementation__Group__5 )
+ // InternalAadl2Parser.g:42518:2: rule__SubprogramImplementation__Group__4__Impl rule__SubprogramImplementation__Group__5
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__SubprogramImplementation__Group__4__Impl();
state._fsp--;
@@ -158121,42 +157774,31 @@ public final void rule__SubprogramImplementation__Group__4() throws RecognitionE
// $ANTLR start "rule__SubprogramImplementation__Group__4__Impl"
- // InternalAadl2Parser.g:42557:1: rule__SubprogramImplementation__Group__4__Impl : ( ( rule__SubprogramImplementation__OwnedExtensionAssignment_4 )? ) ;
+ // InternalAadl2Parser.g:42525:1: rule__SubprogramImplementation__Group__4__Impl : ( ( rule__SubprogramImplementation__NameAssignment_4 ) ) ;
public final void rule__SubprogramImplementation__Group__4__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42561:1: ( ( ( rule__SubprogramImplementation__OwnedExtensionAssignment_4 )? ) )
- // InternalAadl2Parser.g:42562:1: ( ( rule__SubprogramImplementation__OwnedExtensionAssignment_4 )? )
+ // InternalAadl2Parser.g:42529:1: ( ( ( rule__SubprogramImplementation__NameAssignment_4 ) ) )
+ // InternalAadl2Parser.g:42530:1: ( ( rule__SubprogramImplementation__NameAssignment_4 ) )
{
- // InternalAadl2Parser.g:42562:1: ( ( rule__SubprogramImplementation__OwnedExtensionAssignment_4 )? )
- // InternalAadl2Parser.g:42563:2: ( rule__SubprogramImplementation__OwnedExtensionAssignment_4 )?
+ // InternalAadl2Parser.g:42530:1: ( ( rule__SubprogramImplementation__NameAssignment_4 ) )
+ // InternalAadl2Parser.g:42531:2: ( rule__SubprogramImplementation__NameAssignment_4 )
{
- before(grammarAccess.getSubprogramImplementationAccess().getOwnedExtensionAssignment_4());
- // InternalAadl2Parser.g:42564:2: ( rule__SubprogramImplementation__OwnedExtensionAssignment_4 )?
- int alt756=2;
- int LA756_0 = input.LA(1);
-
- if ( (LA756_0==Extends) ) {
- alt756=1;
- }
- switch (alt756) {
- case 1 :
- // InternalAadl2Parser.g:42564:3: rule__SubprogramImplementation__OwnedExtensionAssignment_4
- {
- pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramImplementation__OwnedExtensionAssignment_4();
-
- state._fsp--;
+ before(grammarAccess.getSubprogramImplementationAccess().getNameAssignment_4());
+ // InternalAadl2Parser.g:42532:2: ( rule__SubprogramImplementation__NameAssignment_4 )
+ // InternalAadl2Parser.g:42532:3: rule__SubprogramImplementation__NameAssignment_4
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__SubprogramImplementation__NameAssignment_4();
+ state._fsp--;
- }
- break;
}
- after(grammarAccess.getSubprogramImplementationAccess().getOwnedExtensionAssignment_4());
+ after(grammarAccess.getSubprogramImplementationAccess().getNameAssignment_4());
}
@@ -158179,16 +157821,16 @@ public final void rule__SubprogramImplementation__Group__4__Impl() throws Recogn
// $ANTLR start "rule__SubprogramImplementation__Group__5"
- // InternalAadl2Parser.g:42572:1: rule__SubprogramImplementation__Group__5 : rule__SubprogramImplementation__Group__5__Impl rule__SubprogramImplementation__Group__6 ;
+ // InternalAadl2Parser.g:42540:1: rule__SubprogramImplementation__Group__5 : rule__SubprogramImplementation__Group__5__Impl rule__SubprogramImplementation__Group__6 ;
public final void rule__SubprogramImplementation__Group__5() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42576:1: ( rule__SubprogramImplementation__Group__5__Impl rule__SubprogramImplementation__Group__6 )
- // InternalAadl2Parser.g:42577:2: rule__SubprogramImplementation__Group__5__Impl rule__SubprogramImplementation__Group__6
+ // InternalAadl2Parser.g:42544:1: ( rule__SubprogramImplementation__Group__5__Impl rule__SubprogramImplementation__Group__6 )
+ // InternalAadl2Parser.g:42545:2: rule__SubprogramImplementation__Group__5__Impl rule__SubprogramImplementation__Group__6
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__SubprogramImplementation__Group__5__Impl();
state._fsp--;
@@ -158217,32 +157859,32 @@ public final void rule__SubprogramImplementation__Group__5() throws RecognitionE
// $ANTLR start "rule__SubprogramImplementation__Group__5__Impl"
- // InternalAadl2Parser.g:42584:1: rule__SubprogramImplementation__Group__5__Impl : ( ( rule__SubprogramImplementation__Group_5__0 )? ) ;
+ // InternalAadl2Parser.g:42552:1: rule__SubprogramImplementation__Group__5__Impl : ( ( rule__SubprogramImplementation__OwnedExtensionAssignment_5 )? ) ;
public final void rule__SubprogramImplementation__Group__5__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42588:1: ( ( ( rule__SubprogramImplementation__Group_5__0 )? ) )
- // InternalAadl2Parser.g:42589:1: ( ( rule__SubprogramImplementation__Group_5__0 )? )
+ // InternalAadl2Parser.g:42556:1: ( ( ( rule__SubprogramImplementation__OwnedExtensionAssignment_5 )? ) )
+ // InternalAadl2Parser.g:42557:1: ( ( rule__SubprogramImplementation__OwnedExtensionAssignment_5 )? )
{
- // InternalAadl2Parser.g:42589:1: ( ( rule__SubprogramImplementation__Group_5__0 )? )
- // InternalAadl2Parser.g:42590:2: ( rule__SubprogramImplementation__Group_5__0 )?
+ // InternalAadl2Parser.g:42557:1: ( ( rule__SubprogramImplementation__OwnedExtensionAssignment_5 )? )
+ // InternalAadl2Parser.g:42558:2: ( rule__SubprogramImplementation__OwnedExtensionAssignment_5 )?
{
- before(grammarAccess.getSubprogramImplementationAccess().getGroup_5());
- // InternalAadl2Parser.g:42591:2: ( rule__SubprogramImplementation__Group_5__0 )?
- int alt757=2;
- int LA757_0 = input.LA(1);
+ before(grammarAccess.getSubprogramImplementationAccess().getOwnedExtensionAssignment_5());
+ // InternalAadl2Parser.g:42559:2: ( rule__SubprogramImplementation__OwnedExtensionAssignment_5 )?
+ int alt756=2;
+ int LA756_0 = input.LA(1);
- if ( (LA757_0==LeftParenthesis) ) {
- alt757=1;
+ if ( (LA756_0==Extends) ) {
+ alt756=1;
}
- switch (alt757) {
+ switch (alt756) {
case 1 :
- // InternalAadl2Parser.g:42591:3: rule__SubprogramImplementation__Group_5__0
+ // InternalAadl2Parser.g:42559:3: rule__SubprogramImplementation__OwnedExtensionAssignment_5
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramImplementation__Group_5__0();
+ rule__SubprogramImplementation__OwnedExtensionAssignment_5();
state._fsp--;
@@ -158252,7 +157894,7 @@ public final void rule__SubprogramImplementation__Group__5__Impl() throws Recogn
}
- after(grammarAccess.getSubprogramImplementationAccess().getGroup_5());
+ after(grammarAccess.getSubprogramImplementationAccess().getOwnedExtensionAssignment_5());
}
@@ -158275,16 +157917,16 @@ public final void rule__SubprogramImplementation__Group__5__Impl() throws Recogn
// $ANTLR start "rule__SubprogramImplementation__Group__6"
- // InternalAadl2Parser.g:42599:1: rule__SubprogramImplementation__Group__6 : rule__SubprogramImplementation__Group__6__Impl rule__SubprogramImplementation__Group__7 ;
+ // InternalAadl2Parser.g:42567:1: rule__SubprogramImplementation__Group__6 : rule__SubprogramImplementation__Group__6__Impl rule__SubprogramImplementation__Group__7 ;
public final void rule__SubprogramImplementation__Group__6() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42603:1: ( rule__SubprogramImplementation__Group__6__Impl rule__SubprogramImplementation__Group__7 )
- // InternalAadl2Parser.g:42604:2: rule__SubprogramImplementation__Group__6__Impl rule__SubprogramImplementation__Group__7
+ // InternalAadl2Parser.g:42571:1: ( rule__SubprogramImplementation__Group__6__Impl rule__SubprogramImplementation__Group__7 )
+ // InternalAadl2Parser.g:42572:2: rule__SubprogramImplementation__Group__6__Impl rule__SubprogramImplementation__Group__7
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__SubprogramImplementation__Group__6__Impl();
state._fsp--;
@@ -158313,29 +157955,29 @@ public final void rule__SubprogramImplementation__Group__6() throws RecognitionE
// $ANTLR start "rule__SubprogramImplementation__Group__6__Impl"
- // InternalAadl2Parser.g:42611:1: rule__SubprogramImplementation__Group__6__Impl : ( ( rule__SubprogramImplementation__Group_6__0 )? ) ;
+ // InternalAadl2Parser.g:42579:1: rule__SubprogramImplementation__Group__6__Impl : ( ( rule__SubprogramImplementation__Group_6__0 )? ) ;
public final void rule__SubprogramImplementation__Group__6__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42615:1: ( ( ( rule__SubprogramImplementation__Group_6__0 )? ) )
- // InternalAadl2Parser.g:42616:1: ( ( rule__SubprogramImplementation__Group_6__0 )? )
+ // InternalAadl2Parser.g:42583:1: ( ( ( rule__SubprogramImplementation__Group_6__0 )? ) )
+ // InternalAadl2Parser.g:42584:1: ( ( rule__SubprogramImplementation__Group_6__0 )? )
{
- // InternalAadl2Parser.g:42616:1: ( ( rule__SubprogramImplementation__Group_6__0 )? )
- // InternalAadl2Parser.g:42617:2: ( rule__SubprogramImplementation__Group_6__0 )?
+ // InternalAadl2Parser.g:42584:1: ( ( rule__SubprogramImplementation__Group_6__0 )? )
+ // InternalAadl2Parser.g:42585:2: ( rule__SubprogramImplementation__Group_6__0 )?
{
before(grammarAccess.getSubprogramImplementationAccess().getGroup_6());
- // InternalAadl2Parser.g:42618:2: ( rule__SubprogramImplementation__Group_6__0 )?
- int alt758=2;
- int LA758_0 = input.LA(1);
+ // InternalAadl2Parser.g:42586:2: ( rule__SubprogramImplementation__Group_6__0 )?
+ int alt757=2;
+ int LA757_0 = input.LA(1);
- if ( (LA758_0==Prototypes) ) {
- alt758=1;
+ if ( (LA757_0==LeftParenthesis) ) {
+ alt757=1;
}
- switch (alt758) {
+ switch (alt757) {
case 1 :
- // InternalAadl2Parser.g:42618:3: rule__SubprogramImplementation__Group_6__0
+ // InternalAadl2Parser.g:42586:3: rule__SubprogramImplementation__Group_6__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramImplementation__Group_6__0();
@@ -158371,16 +158013,16 @@ public final void rule__SubprogramImplementation__Group__6__Impl() throws Recogn
// $ANTLR start "rule__SubprogramImplementation__Group__7"
- // InternalAadl2Parser.g:42626:1: rule__SubprogramImplementation__Group__7 : rule__SubprogramImplementation__Group__7__Impl rule__SubprogramImplementation__Group__8 ;
+ // InternalAadl2Parser.g:42594:1: rule__SubprogramImplementation__Group__7 : rule__SubprogramImplementation__Group__7__Impl rule__SubprogramImplementation__Group__8 ;
public final void rule__SubprogramImplementation__Group__7() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42630:1: ( rule__SubprogramImplementation__Group__7__Impl rule__SubprogramImplementation__Group__8 )
- // InternalAadl2Parser.g:42631:2: rule__SubprogramImplementation__Group__7__Impl rule__SubprogramImplementation__Group__8
+ // InternalAadl2Parser.g:42598:1: ( rule__SubprogramImplementation__Group__7__Impl rule__SubprogramImplementation__Group__8 )
+ // InternalAadl2Parser.g:42599:2: rule__SubprogramImplementation__Group__7__Impl rule__SubprogramImplementation__Group__8
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__SubprogramImplementation__Group__7__Impl();
state._fsp--;
@@ -158409,29 +158051,29 @@ public final void rule__SubprogramImplementation__Group__7() throws RecognitionE
// $ANTLR start "rule__SubprogramImplementation__Group__7__Impl"
- // InternalAadl2Parser.g:42638:1: rule__SubprogramImplementation__Group__7__Impl : ( ( rule__SubprogramImplementation__Group_7__0 )? ) ;
+ // InternalAadl2Parser.g:42606:1: rule__SubprogramImplementation__Group__7__Impl : ( ( rule__SubprogramImplementation__Group_7__0 )? ) ;
public final void rule__SubprogramImplementation__Group__7__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42642:1: ( ( ( rule__SubprogramImplementation__Group_7__0 )? ) )
- // InternalAadl2Parser.g:42643:1: ( ( rule__SubprogramImplementation__Group_7__0 )? )
+ // InternalAadl2Parser.g:42610:1: ( ( ( rule__SubprogramImplementation__Group_7__0 )? ) )
+ // InternalAadl2Parser.g:42611:1: ( ( rule__SubprogramImplementation__Group_7__0 )? )
{
- // InternalAadl2Parser.g:42643:1: ( ( rule__SubprogramImplementation__Group_7__0 )? )
- // InternalAadl2Parser.g:42644:2: ( rule__SubprogramImplementation__Group_7__0 )?
+ // InternalAadl2Parser.g:42611:1: ( ( rule__SubprogramImplementation__Group_7__0 )? )
+ // InternalAadl2Parser.g:42612:2: ( rule__SubprogramImplementation__Group_7__0 )?
{
before(grammarAccess.getSubprogramImplementationAccess().getGroup_7());
- // InternalAadl2Parser.g:42645:2: ( rule__SubprogramImplementation__Group_7__0 )?
- int alt759=2;
- int LA759_0 = input.LA(1);
+ // InternalAadl2Parser.g:42613:2: ( rule__SubprogramImplementation__Group_7__0 )?
+ int alt758=2;
+ int LA758_0 = input.LA(1);
- if ( (LA759_0==Subcomponents) ) {
- alt759=1;
+ if ( (LA758_0==Prototypes) ) {
+ alt758=1;
}
- switch (alt759) {
+ switch (alt758) {
case 1 :
- // InternalAadl2Parser.g:42645:3: rule__SubprogramImplementation__Group_7__0
+ // InternalAadl2Parser.g:42613:3: rule__SubprogramImplementation__Group_7__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramImplementation__Group_7__0();
@@ -158467,16 +158109,16 @@ public final void rule__SubprogramImplementation__Group__7__Impl() throws Recogn
// $ANTLR start "rule__SubprogramImplementation__Group__8"
- // InternalAadl2Parser.g:42653:1: rule__SubprogramImplementation__Group__8 : rule__SubprogramImplementation__Group__8__Impl rule__SubprogramImplementation__Group__9 ;
+ // InternalAadl2Parser.g:42621:1: rule__SubprogramImplementation__Group__8 : rule__SubprogramImplementation__Group__8__Impl rule__SubprogramImplementation__Group__9 ;
public final void rule__SubprogramImplementation__Group__8() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42657:1: ( rule__SubprogramImplementation__Group__8__Impl rule__SubprogramImplementation__Group__9 )
- // InternalAadl2Parser.g:42658:2: rule__SubprogramImplementation__Group__8__Impl rule__SubprogramImplementation__Group__9
+ // InternalAadl2Parser.g:42625:1: ( rule__SubprogramImplementation__Group__8__Impl rule__SubprogramImplementation__Group__9 )
+ // InternalAadl2Parser.g:42626:2: rule__SubprogramImplementation__Group__8__Impl rule__SubprogramImplementation__Group__9
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__SubprogramImplementation__Group__8__Impl();
state._fsp--;
@@ -158505,29 +158147,29 @@ public final void rule__SubprogramImplementation__Group__8() throws RecognitionE
// $ANTLR start "rule__SubprogramImplementation__Group__8__Impl"
- // InternalAadl2Parser.g:42665:1: rule__SubprogramImplementation__Group__8__Impl : ( ( rule__SubprogramImplementation__Group_8__0 )? ) ;
+ // InternalAadl2Parser.g:42633:1: rule__SubprogramImplementation__Group__8__Impl : ( ( rule__SubprogramImplementation__Group_8__0 )? ) ;
public final void rule__SubprogramImplementation__Group__8__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42669:1: ( ( ( rule__SubprogramImplementation__Group_8__0 )? ) )
- // InternalAadl2Parser.g:42670:1: ( ( rule__SubprogramImplementation__Group_8__0 )? )
+ // InternalAadl2Parser.g:42637:1: ( ( ( rule__SubprogramImplementation__Group_8__0 )? ) )
+ // InternalAadl2Parser.g:42638:1: ( ( rule__SubprogramImplementation__Group_8__0 )? )
{
- // InternalAadl2Parser.g:42670:1: ( ( rule__SubprogramImplementation__Group_8__0 )? )
- // InternalAadl2Parser.g:42671:2: ( rule__SubprogramImplementation__Group_8__0 )?
+ // InternalAadl2Parser.g:42638:1: ( ( rule__SubprogramImplementation__Group_8__0 )? )
+ // InternalAadl2Parser.g:42639:2: ( rule__SubprogramImplementation__Group_8__0 )?
{
before(grammarAccess.getSubprogramImplementationAccess().getGroup_8());
- // InternalAadl2Parser.g:42672:2: ( rule__SubprogramImplementation__Group_8__0 )?
- int alt760=2;
- int LA760_0 = input.LA(1);
+ // InternalAadl2Parser.g:42640:2: ( rule__SubprogramImplementation__Group_8__0 )?
+ int alt759=2;
+ int LA759_0 = input.LA(1);
- if ( (LA760_0==Internal) ) {
- alt760=1;
+ if ( (LA759_0==Subcomponents) ) {
+ alt759=1;
}
- switch (alt760) {
+ switch (alt759) {
case 1 :
- // InternalAadl2Parser.g:42672:3: rule__SubprogramImplementation__Group_8__0
+ // InternalAadl2Parser.g:42640:3: rule__SubprogramImplementation__Group_8__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramImplementation__Group_8__0();
@@ -158563,16 +158205,16 @@ public final void rule__SubprogramImplementation__Group__8__Impl() throws Recogn
// $ANTLR start "rule__SubprogramImplementation__Group__9"
- // InternalAadl2Parser.g:42680:1: rule__SubprogramImplementation__Group__9 : rule__SubprogramImplementation__Group__9__Impl rule__SubprogramImplementation__Group__10 ;
+ // InternalAadl2Parser.g:42648:1: rule__SubprogramImplementation__Group__9 : rule__SubprogramImplementation__Group__9__Impl rule__SubprogramImplementation__Group__10 ;
public final void rule__SubprogramImplementation__Group__9() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42684:1: ( rule__SubprogramImplementation__Group__9__Impl rule__SubprogramImplementation__Group__10 )
- // InternalAadl2Parser.g:42685:2: rule__SubprogramImplementation__Group__9__Impl rule__SubprogramImplementation__Group__10
+ // InternalAadl2Parser.g:42652:1: ( rule__SubprogramImplementation__Group__9__Impl rule__SubprogramImplementation__Group__10 )
+ // InternalAadl2Parser.g:42653:2: rule__SubprogramImplementation__Group__9__Impl rule__SubprogramImplementation__Group__10
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__SubprogramImplementation__Group__9__Impl();
state._fsp--;
@@ -158601,29 +158243,29 @@ public final void rule__SubprogramImplementation__Group__9() throws RecognitionE
// $ANTLR start "rule__SubprogramImplementation__Group__9__Impl"
- // InternalAadl2Parser.g:42692:1: rule__SubprogramImplementation__Group__9__Impl : ( ( rule__SubprogramImplementation__Group_9__0 )? ) ;
+ // InternalAadl2Parser.g:42660:1: rule__SubprogramImplementation__Group__9__Impl : ( ( rule__SubprogramImplementation__Group_9__0 )? ) ;
public final void rule__SubprogramImplementation__Group__9__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42696:1: ( ( ( rule__SubprogramImplementation__Group_9__0 )? ) )
- // InternalAadl2Parser.g:42697:1: ( ( rule__SubprogramImplementation__Group_9__0 )? )
+ // InternalAadl2Parser.g:42664:1: ( ( ( rule__SubprogramImplementation__Group_9__0 )? ) )
+ // InternalAadl2Parser.g:42665:1: ( ( rule__SubprogramImplementation__Group_9__0 )? )
{
- // InternalAadl2Parser.g:42697:1: ( ( rule__SubprogramImplementation__Group_9__0 )? )
- // InternalAadl2Parser.g:42698:2: ( rule__SubprogramImplementation__Group_9__0 )?
+ // InternalAadl2Parser.g:42665:1: ( ( rule__SubprogramImplementation__Group_9__0 )? )
+ // InternalAadl2Parser.g:42666:2: ( rule__SubprogramImplementation__Group_9__0 )?
{
before(grammarAccess.getSubprogramImplementationAccess().getGroup_9());
- // InternalAadl2Parser.g:42699:2: ( rule__SubprogramImplementation__Group_9__0 )?
- int alt761=2;
- int LA761_0 = input.LA(1);
+ // InternalAadl2Parser.g:42667:2: ( rule__SubprogramImplementation__Group_9__0 )?
+ int alt760=2;
+ int LA760_0 = input.LA(1);
- if ( (LA761_0==Processor) ) {
- alt761=1;
+ if ( (LA760_0==Internal) ) {
+ alt760=1;
}
- switch (alt761) {
+ switch (alt760) {
case 1 :
- // InternalAadl2Parser.g:42699:3: rule__SubprogramImplementation__Group_9__0
+ // InternalAadl2Parser.g:42667:3: rule__SubprogramImplementation__Group_9__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramImplementation__Group_9__0();
@@ -158659,16 +158301,16 @@ public final void rule__SubprogramImplementation__Group__9__Impl() throws Recogn
// $ANTLR start "rule__SubprogramImplementation__Group__10"
- // InternalAadl2Parser.g:42707:1: rule__SubprogramImplementation__Group__10 : rule__SubprogramImplementation__Group__10__Impl rule__SubprogramImplementation__Group__11 ;
+ // InternalAadl2Parser.g:42675:1: rule__SubprogramImplementation__Group__10 : rule__SubprogramImplementation__Group__10__Impl rule__SubprogramImplementation__Group__11 ;
public final void rule__SubprogramImplementation__Group__10() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42711:1: ( rule__SubprogramImplementation__Group__10__Impl rule__SubprogramImplementation__Group__11 )
- // InternalAadl2Parser.g:42712:2: rule__SubprogramImplementation__Group__10__Impl rule__SubprogramImplementation__Group__11
+ // InternalAadl2Parser.g:42679:1: ( rule__SubprogramImplementation__Group__10__Impl rule__SubprogramImplementation__Group__11 )
+ // InternalAadl2Parser.g:42680:2: rule__SubprogramImplementation__Group__10__Impl rule__SubprogramImplementation__Group__11
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__SubprogramImplementation__Group__10__Impl();
state._fsp--;
@@ -158697,29 +158339,29 @@ public final void rule__SubprogramImplementation__Group__10() throws Recognition
// $ANTLR start "rule__SubprogramImplementation__Group__10__Impl"
- // InternalAadl2Parser.g:42719:1: rule__SubprogramImplementation__Group__10__Impl : ( ( rule__SubprogramImplementation__Group_10__0 )? ) ;
+ // InternalAadl2Parser.g:42687:1: rule__SubprogramImplementation__Group__10__Impl : ( ( rule__SubprogramImplementation__Group_10__0 )? ) ;
public final void rule__SubprogramImplementation__Group__10__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42723:1: ( ( ( rule__SubprogramImplementation__Group_10__0 )? ) )
- // InternalAadl2Parser.g:42724:1: ( ( rule__SubprogramImplementation__Group_10__0 )? )
+ // InternalAadl2Parser.g:42691:1: ( ( ( rule__SubprogramImplementation__Group_10__0 )? ) )
+ // InternalAadl2Parser.g:42692:1: ( ( rule__SubprogramImplementation__Group_10__0 )? )
{
- // InternalAadl2Parser.g:42724:1: ( ( rule__SubprogramImplementation__Group_10__0 )? )
- // InternalAadl2Parser.g:42725:2: ( rule__SubprogramImplementation__Group_10__0 )?
+ // InternalAadl2Parser.g:42692:1: ( ( rule__SubprogramImplementation__Group_10__0 )? )
+ // InternalAadl2Parser.g:42693:2: ( rule__SubprogramImplementation__Group_10__0 )?
{
before(grammarAccess.getSubprogramImplementationAccess().getGroup_10());
- // InternalAadl2Parser.g:42726:2: ( rule__SubprogramImplementation__Group_10__0 )?
- int alt762=2;
- int LA762_0 = input.LA(1);
+ // InternalAadl2Parser.g:42694:2: ( rule__SubprogramImplementation__Group_10__0 )?
+ int alt761=2;
+ int LA761_0 = input.LA(1);
- if ( (LA762_0==Calls) ) {
- alt762=1;
+ if ( (LA761_0==Processor) ) {
+ alt761=1;
}
- switch (alt762) {
+ switch (alt761) {
case 1 :
- // InternalAadl2Parser.g:42726:3: rule__SubprogramImplementation__Group_10__0
+ // InternalAadl2Parser.g:42694:3: rule__SubprogramImplementation__Group_10__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramImplementation__Group_10__0();
@@ -158755,16 +158397,16 @@ public final void rule__SubprogramImplementation__Group__10__Impl() throws Recog
// $ANTLR start "rule__SubprogramImplementation__Group__11"
- // InternalAadl2Parser.g:42734:1: rule__SubprogramImplementation__Group__11 : rule__SubprogramImplementation__Group__11__Impl rule__SubprogramImplementation__Group__12 ;
+ // InternalAadl2Parser.g:42702:1: rule__SubprogramImplementation__Group__11 : rule__SubprogramImplementation__Group__11__Impl rule__SubprogramImplementation__Group__12 ;
public final void rule__SubprogramImplementation__Group__11() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42738:1: ( rule__SubprogramImplementation__Group__11__Impl rule__SubprogramImplementation__Group__12 )
- // InternalAadl2Parser.g:42739:2: rule__SubprogramImplementation__Group__11__Impl rule__SubprogramImplementation__Group__12
+ // InternalAadl2Parser.g:42706:1: ( rule__SubprogramImplementation__Group__11__Impl rule__SubprogramImplementation__Group__12 )
+ // InternalAadl2Parser.g:42707:2: rule__SubprogramImplementation__Group__11__Impl rule__SubprogramImplementation__Group__12
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__SubprogramImplementation__Group__11__Impl();
state._fsp--;
@@ -158793,29 +158435,29 @@ public final void rule__SubprogramImplementation__Group__11() throws Recognition
// $ANTLR start "rule__SubprogramImplementation__Group__11__Impl"
- // InternalAadl2Parser.g:42746:1: rule__SubprogramImplementation__Group__11__Impl : ( ( rule__SubprogramImplementation__Group_11__0 )? ) ;
+ // InternalAadl2Parser.g:42714:1: rule__SubprogramImplementation__Group__11__Impl : ( ( rule__SubprogramImplementation__Group_11__0 )? ) ;
public final void rule__SubprogramImplementation__Group__11__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42750:1: ( ( ( rule__SubprogramImplementation__Group_11__0 )? ) )
- // InternalAadl2Parser.g:42751:1: ( ( rule__SubprogramImplementation__Group_11__0 )? )
+ // InternalAadl2Parser.g:42718:1: ( ( ( rule__SubprogramImplementation__Group_11__0 )? ) )
+ // InternalAadl2Parser.g:42719:1: ( ( rule__SubprogramImplementation__Group_11__0 )? )
{
- // InternalAadl2Parser.g:42751:1: ( ( rule__SubprogramImplementation__Group_11__0 )? )
- // InternalAadl2Parser.g:42752:2: ( rule__SubprogramImplementation__Group_11__0 )?
+ // InternalAadl2Parser.g:42719:1: ( ( rule__SubprogramImplementation__Group_11__0 )? )
+ // InternalAadl2Parser.g:42720:2: ( rule__SubprogramImplementation__Group_11__0 )?
{
before(grammarAccess.getSubprogramImplementationAccess().getGroup_11());
- // InternalAadl2Parser.g:42753:2: ( rule__SubprogramImplementation__Group_11__0 )?
- int alt763=2;
- int LA763_0 = input.LA(1);
+ // InternalAadl2Parser.g:42721:2: ( rule__SubprogramImplementation__Group_11__0 )?
+ int alt762=2;
+ int LA762_0 = input.LA(1);
- if ( (LA763_0==Connections) ) {
- alt763=1;
+ if ( (LA762_0==Calls) ) {
+ alt762=1;
}
- switch (alt763) {
+ switch (alt762) {
case 1 :
- // InternalAadl2Parser.g:42753:3: rule__SubprogramImplementation__Group_11__0
+ // InternalAadl2Parser.g:42721:3: rule__SubprogramImplementation__Group_11__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramImplementation__Group_11__0();
@@ -158851,16 +158493,16 @@ public final void rule__SubprogramImplementation__Group__11__Impl() throws Recog
// $ANTLR start "rule__SubprogramImplementation__Group__12"
- // InternalAadl2Parser.g:42761:1: rule__SubprogramImplementation__Group__12 : rule__SubprogramImplementation__Group__12__Impl rule__SubprogramImplementation__Group__13 ;
+ // InternalAadl2Parser.g:42729:1: rule__SubprogramImplementation__Group__12 : rule__SubprogramImplementation__Group__12__Impl rule__SubprogramImplementation__Group__13 ;
public final void rule__SubprogramImplementation__Group__12() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42765:1: ( rule__SubprogramImplementation__Group__12__Impl rule__SubprogramImplementation__Group__13 )
- // InternalAadl2Parser.g:42766:2: rule__SubprogramImplementation__Group__12__Impl rule__SubprogramImplementation__Group__13
+ // InternalAadl2Parser.g:42733:1: ( rule__SubprogramImplementation__Group__12__Impl rule__SubprogramImplementation__Group__13 )
+ // InternalAadl2Parser.g:42734:2: rule__SubprogramImplementation__Group__12__Impl rule__SubprogramImplementation__Group__13
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__SubprogramImplementation__Group__12__Impl();
state._fsp--;
@@ -158889,29 +158531,29 @@ public final void rule__SubprogramImplementation__Group__12() throws Recognition
// $ANTLR start "rule__SubprogramImplementation__Group__12__Impl"
- // InternalAadl2Parser.g:42773:1: rule__SubprogramImplementation__Group__12__Impl : ( ( rule__SubprogramImplementation__Group_12__0 )? ) ;
+ // InternalAadl2Parser.g:42741:1: rule__SubprogramImplementation__Group__12__Impl : ( ( rule__SubprogramImplementation__Group_12__0 )? ) ;
public final void rule__SubprogramImplementation__Group__12__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42777:1: ( ( ( rule__SubprogramImplementation__Group_12__0 )? ) )
- // InternalAadl2Parser.g:42778:1: ( ( rule__SubprogramImplementation__Group_12__0 )? )
+ // InternalAadl2Parser.g:42745:1: ( ( ( rule__SubprogramImplementation__Group_12__0 )? ) )
+ // InternalAadl2Parser.g:42746:1: ( ( rule__SubprogramImplementation__Group_12__0 )? )
{
- // InternalAadl2Parser.g:42778:1: ( ( rule__SubprogramImplementation__Group_12__0 )? )
- // InternalAadl2Parser.g:42779:2: ( rule__SubprogramImplementation__Group_12__0 )?
+ // InternalAadl2Parser.g:42746:1: ( ( rule__SubprogramImplementation__Group_12__0 )? )
+ // InternalAadl2Parser.g:42747:2: ( rule__SubprogramImplementation__Group_12__0 )?
{
before(grammarAccess.getSubprogramImplementationAccess().getGroup_12());
- // InternalAadl2Parser.g:42780:2: ( rule__SubprogramImplementation__Group_12__0 )?
- int alt764=2;
- int LA764_0 = input.LA(1);
+ // InternalAadl2Parser.g:42748:2: ( rule__SubprogramImplementation__Group_12__0 )?
+ int alt763=2;
+ int LA763_0 = input.LA(1);
- if ( (LA764_0==Flows) ) {
- alt764=1;
+ if ( (LA763_0==Connections) ) {
+ alt763=1;
}
- switch (alt764) {
+ switch (alt763) {
case 1 :
- // InternalAadl2Parser.g:42780:3: rule__SubprogramImplementation__Group_12__0
+ // InternalAadl2Parser.g:42748:3: rule__SubprogramImplementation__Group_12__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramImplementation__Group_12__0();
@@ -158947,16 +158589,16 @@ public final void rule__SubprogramImplementation__Group__12__Impl() throws Recog
// $ANTLR start "rule__SubprogramImplementation__Group__13"
- // InternalAadl2Parser.g:42788:1: rule__SubprogramImplementation__Group__13 : rule__SubprogramImplementation__Group__13__Impl rule__SubprogramImplementation__Group__14 ;
+ // InternalAadl2Parser.g:42756:1: rule__SubprogramImplementation__Group__13 : rule__SubprogramImplementation__Group__13__Impl rule__SubprogramImplementation__Group__14 ;
public final void rule__SubprogramImplementation__Group__13() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42792:1: ( rule__SubprogramImplementation__Group__13__Impl rule__SubprogramImplementation__Group__14 )
- // InternalAadl2Parser.g:42793:2: rule__SubprogramImplementation__Group__13__Impl rule__SubprogramImplementation__Group__14
+ // InternalAadl2Parser.g:42760:1: ( rule__SubprogramImplementation__Group__13__Impl rule__SubprogramImplementation__Group__14 )
+ // InternalAadl2Parser.g:42761:2: rule__SubprogramImplementation__Group__13__Impl rule__SubprogramImplementation__Group__14
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__SubprogramImplementation__Group__13__Impl();
state._fsp--;
@@ -158985,29 +158627,29 @@ public final void rule__SubprogramImplementation__Group__13() throws Recognition
// $ANTLR start "rule__SubprogramImplementation__Group__13__Impl"
- // InternalAadl2Parser.g:42800:1: rule__SubprogramImplementation__Group__13__Impl : ( ( rule__SubprogramImplementation__Group_13__0 )? ) ;
+ // InternalAadl2Parser.g:42768:1: rule__SubprogramImplementation__Group__13__Impl : ( ( rule__SubprogramImplementation__Group_13__0 )? ) ;
public final void rule__SubprogramImplementation__Group__13__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42804:1: ( ( ( rule__SubprogramImplementation__Group_13__0 )? ) )
- // InternalAadl2Parser.g:42805:1: ( ( rule__SubprogramImplementation__Group_13__0 )? )
+ // InternalAadl2Parser.g:42772:1: ( ( ( rule__SubprogramImplementation__Group_13__0 )? ) )
+ // InternalAadl2Parser.g:42773:1: ( ( rule__SubprogramImplementation__Group_13__0 )? )
{
- // InternalAadl2Parser.g:42805:1: ( ( rule__SubprogramImplementation__Group_13__0 )? )
- // InternalAadl2Parser.g:42806:2: ( rule__SubprogramImplementation__Group_13__0 )?
+ // InternalAadl2Parser.g:42773:1: ( ( rule__SubprogramImplementation__Group_13__0 )? )
+ // InternalAadl2Parser.g:42774:2: ( rule__SubprogramImplementation__Group_13__0 )?
{
before(grammarAccess.getSubprogramImplementationAccess().getGroup_13());
- // InternalAadl2Parser.g:42807:2: ( rule__SubprogramImplementation__Group_13__0 )?
- int alt765=2;
- int LA765_0 = input.LA(1);
+ // InternalAadl2Parser.g:42775:2: ( rule__SubprogramImplementation__Group_13__0 )?
+ int alt764=2;
+ int LA764_0 = input.LA(1);
- if ( (LA765_0==Modes) ) {
- alt765=1;
+ if ( (LA764_0==Flows) ) {
+ alt764=1;
}
- switch (alt765) {
+ switch (alt764) {
case 1 :
- // InternalAadl2Parser.g:42807:3: rule__SubprogramImplementation__Group_13__0
+ // InternalAadl2Parser.g:42775:3: rule__SubprogramImplementation__Group_13__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramImplementation__Group_13__0();
@@ -159043,16 +158685,16 @@ public final void rule__SubprogramImplementation__Group__13__Impl() throws Recog
// $ANTLR start "rule__SubprogramImplementation__Group__14"
- // InternalAadl2Parser.g:42815:1: rule__SubprogramImplementation__Group__14 : rule__SubprogramImplementation__Group__14__Impl rule__SubprogramImplementation__Group__15 ;
+ // InternalAadl2Parser.g:42783:1: rule__SubprogramImplementation__Group__14 : rule__SubprogramImplementation__Group__14__Impl rule__SubprogramImplementation__Group__15 ;
public final void rule__SubprogramImplementation__Group__14() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42819:1: ( rule__SubprogramImplementation__Group__14__Impl rule__SubprogramImplementation__Group__15 )
- // InternalAadl2Parser.g:42820:2: rule__SubprogramImplementation__Group__14__Impl rule__SubprogramImplementation__Group__15
+ // InternalAadl2Parser.g:42787:1: ( rule__SubprogramImplementation__Group__14__Impl rule__SubprogramImplementation__Group__15 )
+ // InternalAadl2Parser.g:42788:2: rule__SubprogramImplementation__Group__14__Impl rule__SubprogramImplementation__Group__15
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__SubprogramImplementation__Group__14__Impl();
state._fsp--;
@@ -159081,29 +158723,29 @@ public final void rule__SubprogramImplementation__Group__14() throws Recognition
// $ANTLR start "rule__SubprogramImplementation__Group__14__Impl"
- // InternalAadl2Parser.g:42827:1: rule__SubprogramImplementation__Group__14__Impl : ( ( rule__SubprogramImplementation__Group_14__0 )? ) ;
+ // InternalAadl2Parser.g:42795:1: rule__SubprogramImplementation__Group__14__Impl : ( ( rule__SubprogramImplementation__Group_14__0 )? ) ;
public final void rule__SubprogramImplementation__Group__14__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42831:1: ( ( ( rule__SubprogramImplementation__Group_14__0 )? ) )
- // InternalAadl2Parser.g:42832:1: ( ( rule__SubprogramImplementation__Group_14__0 )? )
+ // InternalAadl2Parser.g:42799:1: ( ( ( rule__SubprogramImplementation__Group_14__0 )? ) )
+ // InternalAadl2Parser.g:42800:1: ( ( rule__SubprogramImplementation__Group_14__0 )? )
{
- // InternalAadl2Parser.g:42832:1: ( ( rule__SubprogramImplementation__Group_14__0 )? )
- // InternalAadl2Parser.g:42833:2: ( rule__SubprogramImplementation__Group_14__0 )?
+ // InternalAadl2Parser.g:42800:1: ( ( rule__SubprogramImplementation__Group_14__0 )? )
+ // InternalAadl2Parser.g:42801:2: ( rule__SubprogramImplementation__Group_14__0 )?
{
before(grammarAccess.getSubprogramImplementationAccess().getGroup_14());
- // InternalAadl2Parser.g:42834:2: ( rule__SubprogramImplementation__Group_14__0 )?
- int alt766=2;
- int LA766_0 = input.LA(1);
+ // InternalAadl2Parser.g:42802:2: ( rule__SubprogramImplementation__Group_14__0 )?
+ int alt765=2;
+ int LA765_0 = input.LA(1);
- if ( (LA766_0==Properties) ) {
- alt766=1;
+ if ( (LA765_0==Modes) ) {
+ alt765=1;
}
- switch (alt766) {
+ switch (alt765) {
case 1 :
- // InternalAadl2Parser.g:42834:3: rule__SubprogramImplementation__Group_14__0
+ // InternalAadl2Parser.g:42802:3: rule__SubprogramImplementation__Group_14__0
{
pushFollow(FollowSets000.FOLLOW_2);
rule__SubprogramImplementation__Group_14__0();
@@ -159139,16 +158781,16 @@ public final void rule__SubprogramImplementation__Group__14__Impl() throws Recog
// $ANTLR start "rule__SubprogramImplementation__Group__15"
- // InternalAadl2Parser.g:42842:1: rule__SubprogramImplementation__Group__15 : rule__SubprogramImplementation__Group__15__Impl rule__SubprogramImplementation__Group__16 ;
+ // InternalAadl2Parser.g:42810:1: rule__SubprogramImplementation__Group__15 : rule__SubprogramImplementation__Group__15__Impl rule__SubprogramImplementation__Group__16 ;
public final void rule__SubprogramImplementation__Group__15() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42846:1: ( rule__SubprogramImplementation__Group__15__Impl rule__SubprogramImplementation__Group__16 )
- // InternalAadl2Parser.g:42847:2: rule__SubprogramImplementation__Group__15__Impl rule__SubprogramImplementation__Group__16
+ // InternalAadl2Parser.g:42814:1: ( rule__SubprogramImplementation__Group__15__Impl rule__SubprogramImplementation__Group__16 )
+ // InternalAadl2Parser.g:42815:2: rule__SubprogramImplementation__Group__15__Impl rule__SubprogramImplementation__Group__16
{
- pushFollow(FollowSets000.FOLLOW_34);
+ pushFollow(FollowSets000.FOLLOW_36);
rule__SubprogramImplementation__Group__15__Impl();
state._fsp--;
@@ -159177,20 +158819,116 @@ public final void rule__SubprogramImplementation__Group__15() throws Recognition
// $ANTLR start "rule__SubprogramImplementation__Group__15__Impl"
- // InternalAadl2Parser.g:42854:1: rule__SubprogramImplementation__Group__15__Impl : ( ( rule__SubprogramImplementation__OwnedAnnexSubclauseAssignment_15 )* ) ;
+ // InternalAadl2Parser.g:42822:1: rule__SubprogramImplementation__Group__15__Impl : ( ( rule__SubprogramImplementation__Group_15__0 )? ) ;
public final void rule__SubprogramImplementation__Group__15__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42858:1: ( ( ( rule__SubprogramImplementation__OwnedAnnexSubclauseAssignment_15 )* ) )
- // InternalAadl2Parser.g:42859:1: ( ( rule__SubprogramImplementation__OwnedAnnexSubclauseAssignment_15 )* )
+ // InternalAadl2Parser.g:42826:1: ( ( ( rule__SubprogramImplementation__Group_15__0 )? ) )
+ // InternalAadl2Parser.g:42827:1: ( ( rule__SubprogramImplementation__Group_15__0 )? )
+ {
+ // InternalAadl2Parser.g:42827:1: ( ( rule__SubprogramImplementation__Group_15__0 )? )
+ // InternalAadl2Parser.g:42828:2: ( rule__SubprogramImplementation__Group_15__0 )?
+ {
+ before(grammarAccess.getSubprogramImplementationAccess().getGroup_15());
+ // InternalAadl2Parser.g:42829:2: ( rule__SubprogramImplementation__Group_15__0 )?
+ int alt766=2;
+ int LA766_0 = input.LA(1);
+
+ if ( (LA766_0==Properties) ) {
+ alt766=1;
+ }
+ switch (alt766) {
+ case 1 :
+ // InternalAadl2Parser.g:42829:3: rule__SubprogramImplementation__Group_15__0
+ {
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__SubprogramImplementation__Group_15__0();
+
+ state._fsp--;
+
+
+ }
+ break;
+
+ }
+
+ after(grammarAccess.getSubprogramImplementationAccess().getGroup_15());
+
+ }
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SubprogramImplementation__Group__15__Impl"
+
+
+ // $ANTLR start "rule__SubprogramImplementation__Group__16"
+ // InternalAadl2Parser.g:42837:1: rule__SubprogramImplementation__Group__16 : rule__SubprogramImplementation__Group__16__Impl rule__SubprogramImplementation__Group__17 ;
+ public final void rule__SubprogramImplementation__Group__16() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:42841:1: ( rule__SubprogramImplementation__Group__16__Impl rule__SubprogramImplementation__Group__17 )
+ // InternalAadl2Parser.g:42842:2: rule__SubprogramImplementation__Group__16__Impl rule__SubprogramImplementation__Group__17
+ {
+ pushFollow(FollowSets000.FOLLOW_36);
+ rule__SubprogramImplementation__Group__16__Impl();
+
+ state._fsp--;
+
+ pushFollow(FollowSets000.FOLLOW_2);
+ rule__SubprogramImplementation__Group__17();
+
+ state._fsp--;
+
+
+ }
+
+ }
+ catch (RecognitionException re) {
+ reportError(re);
+ recover(input,re);
+ }
+ finally {
+
+ restoreStackSize(stackSize);
+
+ }
+ return ;
+ }
+ // $ANTLR end "rule__SubprogramImplementation__Group__16"
+
+
+ // $ANTLR start "rule__SubprogramImplementation__Group__16__Impl"
+ // InternalAadl2Parser.g:42849:1: rule__SubprogramImplementation__Group__16__Impl : ( ( rule__SubprogramImplementation__OwnedAnnexSubclauseAssignment_16 )* ) ;
+ public final void rule__SubprogramImplementation__Group__16__Impl() throws RecognitionException {
+
+ int stackSize = keepStackSize();
+
+ try {
+ // InternalAadl2Parser.g:42853:1: ( ( ( rule__SubprogramImplementation__OwnedAnnexSubclauseAssignment_16 )* ) )
+ // InternalAadl2Parser.g:42854:1: ( ( rule__SubprogramImplementation__OwnedAnnexSubclauseAssignment_16 )* )
{
- // InternalAadl2Parser.g:42859:1: ( ( rule__SubprogramImplementation__OwnedAnnexSubclauseAssignment_15 )* )
- // InternalAadl2Parser.g:42860:2: ( rule__SubprogramImplementation__OwnedAnnexSubclauseAssignment_15 )*
+ // InternalAadl2Parser.g:42854:1: ( ( rule__SubprogramImplementation__OwnedAnnexSubclauseAssignment_16 )* )
+ // InternalAadl2Parser.g:42855:2: ( rule__SubprogramImplementation__OwnedAnnexSubclauseAssignment_16 )*
{
- before(grammarAccess.getSubprogramImplementationAccess().getOwnedAnnexSubclauseAssignment_15());
- // InternalAadl2Parser.g:42861:2: ( rule__SubprogramImplementation__OwnedAnnexSubclauseAssignment_15 )*
+ before(grammarAccess.getSubprogramImplementationAccess().getOwnedAnnexSubclauseAssignment_16());
+ // InternalAadl2Parser.g:42856:2: ( rule__SubprogramImplementation__OwnedAnnexSubclauseAssignment_16 )*
loop767:
do {
int alt767=2;
@@ -159203,10 +158941,10 @@ public final void rule__SubprogramImplementation__Group__15__Impl() throws Recog
switch (alt767) {
case 1 :
- // InternalAadl2Parser.g:42861:3: rule__SubprogramImplementation__OwnedAnnexSubclauseAssignment_15
+ // InternalAadl2Parser.g:42856:3: rule__SubprogramImplementation__OwnedAnnexSubclauseAssignment_16
{
pushFollow(FollowSets000.FOLLOW_28);
- rule__SubprogramImplementation__OwnedAnnexSubclauseAssignment_15();
+ rule__SubprogramImplementation__OwnedAnnexSubclauseAssignment_16();
state._fsp--;
@@ -159219,7 +158957,7 @@ public final void rule__SubprogramImplementation__Group__15__Impl() throws Recog
}
} while (true);
- after(grammarAccess.getSubprogramImplementationAccess().getOwnedAnnexSubclauseAssignment_15());
+ after(grammarAccess.getSubprogramImplementationAccess().getOwnedAnnexSubclauseAssignment_16());
}
@@ -159238,26 +158976,26 @@ public final void rule__SubprogramImplementation__Group__15__Impl() throws Recog
}
return ;
}
- // $ANTLR end "rule__SubprogramImplementation__Group__15__Impl"
+ // $ANTLR end "rule__SubprogramImplementation__Group__16__Impl"
- // $ANTLR start "rule__SubprogramImplementation__Group__16"
- // InternalAadl2Parser.g:42869:1: rule__SubprogramImplementation__Group__16 : rule__SubprogramImplementation__Group__16__Impl rule__SubprogramImplementation__Group__17 ;
- public final void rule__SubprogramImplementation__Group__16() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramImplementation__Group__17"
+ // InternalAadl2Parser.g:42864:1: rule__SubprogramImplementation__Group__17 : rule__SubprogramImplementation__Group__17__Impl rule__SubprogramImplementation__Group__18 ;
+ public final void rule__SubprogramImplementation__Group__17() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42873:1: ( rule__SubprogramImplementation__Group__16__Impl rule__SubprogramImplementation__Group__17 )
- // InternalAadl2Parser.g:42874:2: rule__SubprogramImplementation__Group__16__Impl rule__SubprogramImplementation__Group__17
+ // InternalAadl2Parser.g:42868:1: ( rule__SubprogramImplementation__Group__17__Impl rule__SubprogramImplementation__Group__18 )
+ // InternalAadl2Parser.g:42869:2: rule__SubprogramImplementation__Group__17__Impl rule__SubprogramImplementation__Group__18
{
pushFollow(FollowSets000.FOLLOW_4);
- rule__SubprogramImplementation__Group__16__Impl();
+ rule__SubprogramImplementation__Group__17__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramImplementation__Group__17();
+ rule__SubprogramImplementation__Group__18();
state._fsp--;
@@ -159276,25 +159014,25 @@ public final void rule__SubprogramImplementation__Group__16() throws Recognition
}
return ;
}
- // $ANTLR end "rule__SubprogramImplementation__Group__16"
+ // $ANTLR end "rule__SubprogramImplementation__Group__17"
- // $ANTLR start "rule__SubprogramImplementation__Group__16__Impl"
- // InternalAadl2Parser.g:42881:1: rule__SubprogramImplementation__Group__16__Impl : ( End ) ;
- public final void rule__SubprogramImplementation__Group__16__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramImplementation__Group__17__Impl"
+ // InternalAadl2Parser.g:42876:1: rule__SubprogramImplementation__Group__17__Impl : ( End ) ;
+ public final void rule__SubprogramImplementation__Group__17__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42885:1: ( ( End ) )
- // InternalAadl2Parser.g:42886:1: ( End )
+ // InternalAadl2Parser.g:42880:1: ( ( End ) )
+ // InternalAadl2Parser.g:42881:1: ( End )
{
- // InternalAadl2Parser.g:42886:1: ( End )
- // InternalAadl2Parser.g:42887:2: End
+ // InternalAadl2Parser.g:42881:1: ( End )
+ // InternalAadl2Parser.g:42882:2: End
{
- before(grammarAccess.getSubprogramImplementationAccess().getEndKeyword_16());
+ before(grammarAccess.getSubprogramImplementationAccess().getEndKeyword_17());
match(input,End,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSubprogramImplementationAccess().getEndKeyword_16());
+ after(grammarAccess.getSubprogramImplementationAccess().getEndKeyword_17());
}
@@ -159313,26 +159051,26 @@ public final void rule__SubprogramImplementation__Group__16__Impl() throws Recog
}
return ;
}
- // $ANTLR end "rule__SubprogramImplementation__Group__16__Impl"
+ // $ANTLR end "rule__SubprogramImplementation__Group__17__Impl"
- // $ANTLR start "rule__SubprogramImplementation__Group__17"
- // InternalAadl2Parser.g:42896:1: rule__SubprogramImplementation__Group__17 : rule__SubprogramImplementation__Group__17__Impl rule__SubprogramImplementation__Group__18 ;
- public final void rule__SubprogramImplementation__Group__17() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramImplementation__Group__18"
+ // InternalAadl2Parser.g:42891:1: rule__SubprogramImplementation__Group__18 : rule__SubprogramImplementation__Group__18__Impl rule__SubprogramImplementation__Group__19 ;
+ public final void rule__SubprogramImplementation__Group__18() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42900:1: ( rule__SubprogramImplementation__Group__17__Impl rule__SubprogramImplementation__Group__18 )
- // InternalAadl2Parser.g:42901:2: rule__SubprogramImplementation__Group__17__Impl rule__SubprogramImplementation__Group__18
+ // InternalAadl2Parser.g:42895:1: ( rule__SubprogramImplementation__Group__18__Impl rule__SubprogramImplementation__Group__19 )
+ // InternalAadl2Parser.g:42896:2: rule__SubprogramImplementation__Group__18__Impl rule__SubprogramImplementation__Group__19
{
pushFollow(FollowSets000.FOLLOW_7);
- rule__SubprogramImplementation__Group__17__Impl();
+ rule__SubprogramImplementation__Group__18__Impl();
state._fsp--;
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramImplementation__Group__18();
+ rule__SubprogramImplementation__Group__19();
state._fsp--;
@@ -159351,29 +159089,29 @@ public final void rule__SubprogramImplementation__Group__17() throws Recognition
}
return ;
}
- // $ANTLR end "rule__SubprogramImplementation__Group__17"
+ // $ANTLR end "rule__SubprogramImplementation__Group__18"
- // $ANTLR start "rule__SubprogramImplementation__Group__17__Impl"
- // InternalAadl2Parser.g:42908:1: rule__SubprogramImplementation__Group__17__Impl : ( ruleFULLINAME ) ;
- public final void rule__SubprogramImplementation__Group__17__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramImplementation__Group__18__Impl"
+ // InternalAadl2Parser.g:42903:1: rule__SubprogramImplementation__Group__18__Impl : ( ruleFULLINAME ) ;
+ public final void rule__SubprogramImplementation__Group__18__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42912:1: ( ( ruleFULLINAME ) )
- // InternalAadl2Parser.g:42913:1: ( ruleFULLINAME )
+ // InternalAadl2Parser.g:42907:1: ( ( ruleFULLINAME ) )
+ // InternalAadl2Parser.g:42908:1: ( ruleFULLINAME )
{
- // InternalAadl2Parser.g:42913:1: ( ruleFULLINAME )
- // InternalAadl2Parser.g:42914:2: ruleFULLINAME
+ // InternalAadl2Parser.g:42908:1: ( ruleFULLINAME )
+ // InternalAadl2Parser.g:42909:2: ruleFULLINAME
{
- before(grammarAccess.getSubprogramImplementationAccess().getFULLINAMEParserRuleCall_17());
+ before(grammarAccess.getSubprogramImplementationAccess().getFULLINAMEParserRuleCall_18());
pushFollow(FollowSets000.FOLLOW_2);
ruleFULLINAME();
state._fsp--;
- after(grammarAccess.getSubprogramImplementationAccess().getFULLINAMEParserRuleCall_17());
+ after(grammarAccess.getSubprogramImplementationAccess().getFULLINAMEParserRuleCall_18());
}
@@ -159392,21 +159130,21 @@ public final void rule__SubprogramImplementation__Group__17__Impl() throws Recog
}
return ;
}
- // $ANTLR end "rule__SubprogramImplementation__Group__17__Impl"
+ // $ANTLR end "rule__SubprogramImplementation__Group__18__Impl"
- // $ANTLR start "rule__SubprogramImplementation__Group__18"
- // InternalAadl2Parser.g:42923:1: rule__SubprogramImplementation__Group__18 : rule__SubprogramImplementation__Group__18__Impl ;
- public final void rule__SubprogramImplementation__Group__18() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramImplementation__Group__19"
+ // InternalAadl2Parser.g:42918:1: rule__SubprogramImplementation__Group__19 : rule__SubprogramImplementation__Group__19__Impl ;
+ public final void rule__SubprogramImplementation__Group__19() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42927:1: ( rule__SubprogramImplementation__Group__18__Impl )
- // InternalAadl2Parser.g:42928:2: rule__SubprogramImplementation__Group__18__Impl
+ // InternalAadl2Parser.g:42922:1: ( rule__SubprogramImplementation__Group__19__Impl )
+ // InternalAadl2Parser.g:42923:2: rule__SubprogramImplementation__Group__19__Impl
{
pushFollow(FollowSets000.FOLLOW_2);
- rule__SubprogramImplementation__Group__18__Impl();
+ rule__SubprogramImplementation__Group__19__Impl();
state._fsp--;
@@ -159425,25 +159163,25 @@ public final void rule__SubprogramImplementation__Group__18() throws Recognition
}
return ;
}
- // $ANTLR end "rule__SubprogramImplementation__Group__18"
+ // $ANTLR end "rule__SubprogramImplementation__Group__19"
- // $ANTLR start "rule__SubprogramImplementation__Group__18__Impl"
- // InternalAadl2Parser.g:42934:1: rule__SubprogramImplementation__Group__18__Impl : ( Semicolon ) ;
- public final void rule__SubprogramImplementation__Group__18__Impl() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramImplementation__Group__19__Impl"
+ // InternalAadl2Parser.g:42929:1: rule__SubprogramImplementation__Group__19__Impl : ( Semicolon ) ;
+ public final void rule__SubprogramImplementation__Group__19__Impl() throws RecognitionException {
int stackSize = keepStackSize();
try {
- // InternalAadl2Parser.g:42938:1: ( ( Semicolon ) )
- // InternalAadl2Parser.g:42939:1: ( Semicolon )
+ // InternalAadl2Parser.g:42933:1: ( ( Semicolon ) )
+ // InternalAadl2Parser.g:42934:1: ( Semicolon )
{
- // InternalAadl2Parser.g:42939:1: ( Semicolon )
- // InternalAadl2Parser.g:42940:2: Semicolon
+ // InternalAadl2Parser.g:42934:1: ( Semicolon )
+ // InternalAadl2Parser.g:42935:2: Semicolon
{
- before(grammarAccess.getSubprogramImplementationAccess().getSemicolonKeyword_18());
+ before(grammarAccess.getSubprogramImplementationAccess().getSemicolonKeyword_19());
match(input,Semicolon,FollowSets000.FOLLOW_2);
- after(grammarAccess.getSubprogramImplementationAccess().getSemicolonKeyword_18());
+ after(grammarAccess.getSubprogramImplementationAccess().getSemicolonKeyword_19());
}
@@ -159462,26 +159200,26 @@ public final void rule__SubprogramImplementation__Group__18__Impl() throws Recog
}
return ;
}
- // $ANTLR end "rule__SubprogramImplementation__Group__18__Impl"
+ // $ANTLR end "rule__SubprogramImplementation__Group__19__Impl"
- // $ANTLR start "rule__SubprogramImplementation__Group_5__0"
- // InternalAadl2Parser.g:42950:1: rule__SubprogramImplementation__Group_5__0 : rule__SubprogramImplementation__Group_5__0__Impl rule__SubprogramImplementation__Group_5__1 ;
- public final void rule__SubprogramImplementation__Group_5__0() throws RecognitionException {
+ // $ANTLR start "rule__SubprogramImplementation__Group_6__0"
+ // InternalAadl2Parser.g:42945:1: rule__SubprogramImplementation__Group_6__0 : rule__SubprogramImplementation__Group_6__0__Impl rule__SubprogramImplementation__Group_6__1